diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e7707361..03a4e5b25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # This will suppress any download for dependencies and plugins or upload messages which would clutter the console log. # `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work. - MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true -Xmx4g -Xms2g" + MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true -Xmx3g" # As of Maven 3.3.0 instead of this you may define these options in `.mvn/maven.config` so the same config is used # when running from the command line. MAVEN_CLI_OPTS: "--batch-mode --errors --fail-fast --show-version" diff --git a/README.md b/README.md index 2dd61ac3b..e986e4311 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ * [Prerequisites](#prerequisites) * [Project Setup](#project-setup) * [Running the project](#running-the-project) - * [Browser WebSocket Transport](#browser-websocket-transport) * [License](#license) * [Contact](#contact) @@ -81,20 +80,6 @@ There are many ways everyone can contribute! From the most seasoned programmers * **Code Contributors**: As a remake, we have massive amounts of content that need to be implemented or corrected. If you know how to program or are willing to learn, this is where you could be extremely helpful! We need everything from quests, to dialogue, to mini-games, to skills that still need to be corrected or implemented. This is perhaps one of the most valuable ways someone could help out the project! If you are interested in developing content, reach out in the development channel of the Discord. - -### Policy on Use of AI Tools - -You, the contributor, agree to submit quality code to the best of your ability which you have tested yourself and confirmed that it works as intended, and if it doesn’t work, you agree to take constructive feedback and fix it. - -You should be able to explain or defend how any part of your code works, without the use of AI or any other assistive tools. - -2009scape reserves the right to reject your MR on grounds of poor quality, poor functionality, poor code style, poor attitudes or unethical over-reliance on assistive tools. - -2009scape reserves the right to bar an individual from contributing due to patterns of aforementioned behavior, and close or delete all future MRs or issues or suggestions from said person without given explanation. - -AI may not be used to generate your MR description, your issue description, or any responses to any discourse present on the Gitlab at any time or in any fashion. If you use AI in any of these places, it will be assumed that your entire contribution is AI and that you have no clue how it functions, and the remainder of the policy outlined above will be applied to you immediately. - - ## Content Developers: Setting Up the Project. ### GitLab Setup **Note: This allows you to commit changes to the main repo (with approval)! Also, always stay up to date with the most recent updates by pulling into your copy when 2009Scape updates!** @@ -140,40 +125,6 @@ Start the game server with the included run script. Use `./run -h` for more info Start the game server with `run-server.bat` -#### Browser WebSocket Transport - -Enable the listener in `Server/worldprops/default.conf`: - -```properties -websocket_enabled = true -websocket_port = 0 -``` - -When `websocket_port = 0`, the listener uses `53594 + world_id`. For world `1`, that is `53595`. - -Both plain WebSocket (`ws://`) and secure WebSocket (`wss://`) are supported. Use `ws://` for local HTTP testing. PWA requires HTTPS/WSS. - -Enable WSS with a Java keystore: - -```properties -websocket_tls_enabled = true -websocket_tls_keystore_path = "certs/dev-wss.p12" -websocket_tls_keystore_password = "" -``` - -The keystore password is optional. Leave `websocket_tls_keystore_password` blank when using a PKCS12 file exported with an empty password: - -```bash -openssl pkcs12 -export \ - -in fullchain.pem \ - -inkey privkey.pem \ - -out certs/dev-wss.p12 \ - -name websocket \ - -passout pass: -``` - -For local WSS development, create a certificate for your hostname or LAN IP that the browser will use, then point the server at a PKCS12 keystore. For production, use a normal certificate from certbot. Plain WS does not require a certificate. - #### Docker Make sure [Docker Engine](https://docs.docker.com/engine/install/) & [Docker Compose](https://docs.docker.com/compose/install/) plugin are installed first: diff --git a/Server/.run/Debug Server (Docker).run.xml b/Server/.run/Debug Server (Docker).run.xml deleted file mode 100644 index 7a08a6dc4..000000000 --- a/Server/.run/Debug Server (Docker).run.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - \ No newline at end of file diff --git a/Server/data/ObjectParser.xml b/Server/data/ObjectParser.xml new file mode 100644 index 000000000..bfd1c5167 --- /dev/null +++ b/Server/data/ObjectParser.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Server/data/configs/door_configs.json b/Server/data/configs/door_configs.json index 41314de84..f342b1856 100644 --- a/Server/data/configs/door_configs.json +++ b/Server/data/configs/door_configs.json @@ -3080,11 +3080,5 @@ "replaceId": "38142", "fence": "false", "metal": "false" - }, - { - "id": "40108", - "replaceId": "40109", - "fence": "false", - "metal": "false" } ] diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index b42448843..2b39735cb 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -8353,20 +8353,6 @@ "description": "", "main": [] }, - { - "default": [ - { - "minAmount": "1", - "weight": "100.0", - "id": "526", - "maxAmount": "1" - } - ], - "charm": [], - "ids": "1329", - "description": "", - "main": [] - }, { "default": [ { @@ -12439,8 +12425,8 @@ }, { "minAmount": "1", - "weight": "1.0", - "id": "11341", + "weight": "25.0", + "id": "11359", "maxAmount": "1" }, { @@ -12448,156 +12434,6 @@ "weight": "5.0", "id": "5733", "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11342", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11343", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11344", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11345", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11346", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11347", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11348", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11349", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11350", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11351", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11352", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11353", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11354", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11355", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11356", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11357", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11358", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11359", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11360", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11361", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11362", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11363", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11364", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11366", - "maxAmount": "1" } ] }, @@ -12819,8 +12655,8 @@ }, { "minAmount": "1", - "weight": "1.0", - "id": "11341", + "weight": "25.0", + "id": "11359", "maxAmount": "1" }, { @@ -12834,156 +12670,6 @@ "weight": "5.0", "id": "5733", "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11342", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11343", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11344", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11345", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11346", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11347", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11348", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11349", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11350", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11351", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11352", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11353", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11354", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11355", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11356", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11357", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11358", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11359", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11360", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11361", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11362", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11363", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11364", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11366", - "maxAmount": "1" } ] }, @@ -13157,8 +12843,8 @@ }, { "minAmount": "1", - "weight": "1.0", - "id": "11341", + "weight": "25.0", + "id": "11359", "maxAmount": "1" }, { @@ -13166,156 +12852,6 @@ "weight": "50.0", "id": "11465", "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11342", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11343", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11344", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11345", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11346", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11347", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11348", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11349", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11350", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11351", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11352", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11353", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11354", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11355", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11356", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11357", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11358", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11359", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11360", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11361", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11362", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11363", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11364", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11366", - "maxAmount": "1" } ] }, @@ -13325,137 +12861,281 @@ "ids": "752", "description": "", "main": [ - { - "minAmount": "2", - "weight": "16.0", - "id": "100", - "maxAmount": "2" - }, { "minAmount": "1", - "weight": "8.0", - "id": "11507", + "weight": "5.0", + "id": "1371", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11505", + "weight": "5.0", + "id": "1373", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11477", + "weight": "50.0", + "id": "1428", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11467", + "weight": "25.0", + "id": "1430", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11465", + "weight": "5.0", + "id": "1432", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11473", + "weight": "25.0", + "id": "1325", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11471", + "weight": "5.0", + "id": "1333", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11469", + "weight": "25.0", + "id": "1295", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11499", + "weight": "50.0", + "id": "11367", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11497", + "weight": "25.0", + "id": "11369", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11487", + "weight": "25.0", + "id": "11371", "maxAmount": "1" }, { "minAmount": "1", - "weight": "8.0", - "id": "11485", + "weight": "5.0", + "id": "11373", "maxAmount": "1" }, { - "minAmount": "8", - "weight": "36.0", - "id": "560", - "maxAmount": "15" + "minAmount": "1", + "weight": "5.0", + "id": "11375", + "maxAmount": "1" }, { - "minAmount": "4", - "weight": "20.0", - "id": "565", - "maxAmount": "7" + "minAmount": "1", + "weight": "5.0", + "id": "1391", + "maxAmount": "1" }, { - "minAmount": "5", - "weight": "12.0", - "id": "9145", - "maxAmount": "5" + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1193", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1081", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1149", + "maxAmount": "1" }, { "minAmount": "20", - "weight": "12.0", + "weight": "50.0", "id": "867", "maxAmount": "20" }, - { - "minAmount": "20", - "weight": "12.0", - "id": "816", - "maxAmount": "20" - }, { "minAmount": "10", - "weight": "12.0", - "id": "9144", - "maxAmount": "10" - }, - { - "minAmount": "10", - "weight": "12.0", + "weight": "25.0", "id": "892", "maxAmount": "10" }, { "minAmount": "2", - "weight": "16.0", - "id": "1602", + "weight": "50.0", + "id": "9419", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "9144", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "9145", + "maxAmount": "5" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "560", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11467", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11465", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11507", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11505", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11475", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11473", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "106", + "weight": "5.0", + "id": "995", + "maxAmount": "106" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "533", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "383", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "385", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "2355", "maxAmount": "2" }, { "minAmount": "2", - "weight": "12.0", - "id": "9419", + "weight": "5.0", + "id": "2360", "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2362", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2364", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "857", + "maxAmount": "1" + }, + { + "minAmount": "13", + "weight": "25.0", + "id": "1515", + "maxAmount": "13" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" } ] }, @@ -18662,7 +18342,7 @@ { "minAmount": "1", "weight": "5.0", - "id": "12070", + "id": "5733", "maxAmount": "1" }, { @@ -20004,14 +19684,7 @@ ] }, { - "default": [ - { - "minAmount": "1", - "weight": "100.0", - "id": "526", - "maxAmount": "1" - } - ], + "default": [], "charm": [], "ids": "1307", "description": "", @@ -20428,8 +20101,8 @@ "maxAmount": "1" } ], - "ids": "2887", - "description": "Chaos Tunnels Dagannoths", + "ids": "1338", + "description": "Chaos Tunnels / Lighthouse Dagannoths", "main": [ { "minAmount": "1", @@ -30137,10 +29810,10 @@ "maxAmount": "1" }, { - "minAmount": "2", + "minAmount": "1", "weight": "100.0", "id": "12161", - "maxAmount": "2" + "maxAmount": "1" }, { "minAmount": "1", @@ -41502,7 +41175,7 @@ { "minAmount": "1", "weight": "5.0", - "id": "12070", + "id": "1", "maxAmount": "1" }, { @@ -41679,8 +41352,8 @@ }, { "minAmount": "1", - "weight": "1.0", - "id": "11341", + "weight": "25.0", + "id": "11359", "maxAmount": "1" }, { @@ -41709,13 +41382,13 @@ }, { "minAmount": "1", - "weight": "0.07580995", + "weight": "0.07570993", "id": "11286", "maxAmount": "1" }, { "minAmount": "1", - "weight": "0.02369060939", + "weight": "0.0236593552", "id": "11335", "maxAmount": "1" }, @@ -41724,156 +41397,6 @@ "weight": "100.0", "id": "0", "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11342", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11343", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11344", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11345", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11346", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11347", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11348", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11349", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11350", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11351", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11352", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11353", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11354", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11355", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11356", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11357", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11358", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11359", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11360", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11361", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11362", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11363", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11364", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11366", - "maxAmount": "1" } ] }, @@ -42175,6 +41698,12 @@ }, { "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, { "minAmount": "1", "weight": "100.0", @@ -42214,8 +41743,8 @@ "maxAmount": "1" } ], - "ids": "5417", - "description": "large model terror dog", + "ids": "5417,5418", + "description": "", "main": [ { "minAmount": "1", @@ -44161,159 +43690,9 @@ }, { "minAmount": "1", - "weight": "1.0", - "id": "11341", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11342", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11343", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11344", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11345", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11346", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11347", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11348", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11349", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11350", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11351", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11352", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11353", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11354", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11355", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11356", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11357", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11358", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", + "weight": "25.0", "id": "11359", "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11360", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11361", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11362", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11363", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11364", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11366", - "maxAmount": "1" } ] }, @@ -44548,8 +43927,8 @@ }, { "minAmount": "1", - "weight": "1.0", - "id": "11341", + "weight": "25.0", + "id": "11359", "maxAmount": "1" }, { @@ -44581,156 +43960,6 @@ "weight": "50.0", "id": "1515", "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11342", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11343", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11344", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11345", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11346", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11347", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11348", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11349", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11350", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11351", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11352", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11353", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11354", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11355", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11356", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11357", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11358", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11359", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11360", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11361", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11362", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11363", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11364", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11366", - "maxAmount": "1" } ] }, @@ -44874,8 +44103,8 @@ }, { "minAmount": "1", - "weight": "0.2", - "id": "11341", + "weight": "5.0", + "id": "11359", "maxAmount": "1" }, { @@ -44883,156 +44112,6 @@ "weight": "5.0", "id": "31", "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11342", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11343", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11344", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11345", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11346", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11347", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11348", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11349", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11350", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11351", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11352", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11353", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11354", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11355", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11356", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11357", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11358", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11359", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11360", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11361", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11362", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11363", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11364", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11366", - "maxAmount": "1" } ] }, @@ -45171,159 +44250,9 @@ }, { "minAmount": "1", - "weight": "1.0", - "id": "11341", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11342", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11343", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11344", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11345", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11346", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11347", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11348", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11349", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11350", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11351", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11352", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11353", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11354", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11355", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11356", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11357", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11358", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", + "weight": "25.0", "id": "11359", "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11360", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11361", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11362", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11363", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11364", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "1.0", - "id": "11366", - "maxAmount": "1" } ] }, @@ -45594,8 +44523,8 @@ }, { "minAmount": "1", - "weight": "0.2", - "id": "11341", + "weight": "5.0", + "id": "11359", "maxAmount": "1" }, { @@ -45603,156 +44532,6 @@ "weight": "5.0", "id": "31", "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11342", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11343", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11344", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11345", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11346", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11347", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11348", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11349", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11350", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11351", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11352", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11353", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11354", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11355", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11356", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11357", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11358", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11359", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11360", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11361", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11362", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11363", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11364", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.2", - "id": "11366", - "maxAmount": "1" } ] }, @@ -59988,258 +58767,6 @@ "description": "Dark energy core", "main": [] }, - { - "default": [ - { - "minAmount": "1", - "weight": "1.0", - "id": "1267", - "maxAmount": "1" - } - ], - "charm": [], - "ids": "1536", - "description": "", - "main": [] - }, - { - "default": [ - { - "minAmount": "1", - "weight": "1.0", - "id": "526", - "maxAmount": "1" - } - ], - "charm": [ - { - "minAmount": "1", - "weight": "71.375", - "id": "0", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "9.5708", - "id": "12158", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "7.381", - "id": "12159", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "8.4093", - "id": "12160", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "3.2638", - "id": "12163", - "maxAmount": "1" - } - ], - "ids": "5418", - "description": "small model terror dog", - "main": [ - { - "minAmount": "1", - "weight": "50.0", - "id": "1365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "50.0", - "id": "1243", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "50.0", - "id": "1355", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "50.0", - "id": "1069", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "10589", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "25.0", - "id": "1161", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "25.0", - "id": "1213", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "25.0", - "id": "1197", - "maxAmount": "1" - }, - { - "minAmount": "75", - "weight": "50.0", - "id": "555", - "maxAmount": "75" - }, - { - "minAmount": "3", - "weight": "25.0", - "id": "563", - "maxAmount": "3" - }, - { - "minAmount": "15", - "weight": "25.0", - "id": "561", - "maxAmount": "15" - }, - { - "minAmount": "37", - "weight": "25.0", - "id": "554", - "maxAmount": "37" - }, - { - "minAmount": "1", - "weight": "25.0", - "id": "199", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "25.0", - "id": "201", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "25.0", - "id": "203", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "25.0", - "id": "205", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "207", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "209", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "211", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "213", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "215", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "2485", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "217", - "maxAmount": "1" - }, - { - "minAmount": "44", - "weight": "50.0", - "id": "995", - "maxAmount": "200" - }, - { - "minAmount": "440", - "weight": "50.0", - "id": "995", - "maxAmount": "440" - }, - { - "minAmount": "1", - "weight": "50.0", - "id": "449", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "50.0", - "id": "365", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "25.0", - "id": "12070", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "10976", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "10977", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "31", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "100.0", - "id": "0", - "maxAmount": "1" - } - ] - }, { "default": [ { @@ -60259,235 +58786,5 @@ "ids": "4343", "description": "", "main": [] - }, - { - "default": [ - { - "minAmount": "1", - "weight": "1.0", - "id": "526", - "maxAmount": "1" - } - ], - "charm": [ - { - "minAmount": "1", - "weight": "50.0", - "id": "0", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "25.2", - "id": "12158", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "4.2", - "id": "12159", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "4.2", - "id": "12160", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "0.6", - "id": "12163", - "maxAmount": "1" - } - ], - "ids": "1338,1339,1349,1341,1342,1343", - "description": "Dagannoth (Lighthouse Dungeon)", - "main": [ - { - "minAmount": "1", - "weight": "16.0", - "id": "1239", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "15.0", - "id": "1237", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "2.95", - "id": "1243", - "maxAmount": "1" - }, - { - "minAmount": "15", - "weight": "10.0", - "id": "555", - "maxAmount": "15" - }, - { - "minAmount": "15", - "weight": "5.0", - "id": "886", - "maxAmount": "15" - }, - { - "minAmount": "3", - "weight": "2.95", - "id": "828", - "maxAmount": "3" - }, - { - "minAmount": "1", - "weight": "3.3", - "id": "3006", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "50.0", - "id": "301", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "11.0", - "id": "345", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "11.0", - "id": "327", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "6.5", - "id": "311", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "314", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "313", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "377", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "359", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "5.0", - "id": "401", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "2.95", - "id": "413", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "2.95", - "id": "411", - "maxAmount": "1" - }, - { - "minAmount": "56", - "weight": "50.0", - "id": "995", - "maxAmount": "56" - }, - { - "minAmount": "25", - "weight": "50.0", - "id": "995", - "maxAmount": "25" - }, - { - "minAmount": "44", - "weight": "50.0", - "id": "995", - "maxAmount": "44" - }, - { - "minAmount": "41", - "weight": "50.0", - "id": "995", - "maxAmount": "41" - }, - { - "minAmount": "12", - "weight": "5.0", - "id": "45", - "maxAmount": "12" - }, - { - "minAmount": "1", - "weight": "2.95", - "id": "405", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "2.95", - "id": "2158", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "2.95", - "id": "5733", - "maxAmount": "1" - } - ] - }, - { - "default": [ - { - "minAmount": "1", - "weight": "1.0", - "id": "526", - "maxAmount": "1" - } - ], - "charm": [], - "ids": "894", - "description": "Hazeel Cultist", - "main": [] - }, - { - "default": [ - { - "minAmount": "1", - "weight": "1.0", - "id": "526", - "maxAmount": "1" - } - ], - "charm": [], - "ids": "893", - "description": "Clivet from Hazeel Cult", - "main": [] } ] \ No newline at end of file diff --git a/Server/data/configs/ground_spawns.json b/Server/data/configs/ground_spawns.json index 69e1def2f..727fe50bc 100644 --- a/Server/data/configs/ground_spawns.json +++ b/Server/data/configs/ground_spawns.json @@ -111,10 +111,6 @@ "item_id": "278", "loc_data": "{1,2604,3358,0,50}-" }, - { - "item_id": "298", - "loc_data": "{1,2569,9897,0,50}-" - }, { "item_id": "301", "loc_data": "{1,2608,3397,0,90}-" @@ -149,7 +145,7 @@ }, { "item_id": "444", - "loc_data": "{1,2732,3224,0,250}-{1,3231,3739,0,250}-{1,3236,3741,0,250}-{1,3195,9821,0,150}-" + "loc_data": "{1,3231,3739,0,250}-{1,3236,3741,0,250}-{1,3195,9821,0,150}-" }, { "item_id": "480", @@ -269,7 +265,7 @@ }, { "item_id": "995", - "loc_data": "{2,3234,3560,0,100}-{2,3106,3547,0,100}-{1,3104,3558,0,100}-{1,3106,3534,0,100}-{2,3101,3564,0,100}-{4,3103,3579,0,100}-{384,3224,3830,0,50}-{384,3220,3824,0,50}-{2,2772,4517,0,60}-{3,2770,4516,0,60}-{4,2771,4516,0,60}-{4,2772,4515,0,60}-{1,2909,9800,0,150}-{4,2912,9801,0,150}-{8,2910,9803,0,150}-{5,2907,9807,0,150}-{6,2913,9806,0,150}-{1,2922,9820,0,150}-{1,2934,9834,0,150}-{1,2917,9850,0,150}-{1,2914,9849,0,150}-{3,3195,9834,0,150}-{4,3195,9820,0,150}-{66,3191,9821,0,150}-{56,3190,9819,0,150}-{26,3188,9819,0,150}-{26,3188,9820,0,150}-{35,3189,9819,0,150}-{4,3088,9898,0,150}-{1,3088,9899,0,150}-{1,3091,9899,0,150}-" + "loc_data": "{2,3234,3560,0,100}-{2,3106,3547,0,100}-{1,3104,3558,0,100}-{1,3106,3534,0,100}-{2,3101,3564,0,100}-{4,3103,3579,0,100}-{384,3224,3830,0,50}-{384,3220,3824,0,50}-{1,2909,9800,0,150}-{4,2912,9801,0,150}-{8,2910,9803,0,150}-{5,2907,9807,0,150}-{6,2913,9806,0,150}-{1,2922,9820,0,150}-{1,2934,9834,0,150}-{1,2917,9850,0,150}-{1,2914,9849,0,150}-{3,3195,9834,0,150}-{4,3195,9820,0,150}-{66,3191,9821,0,150}-{56,3190,9819,0,150}-{26,3188,9819,0,150}-{26,3188,9820,0,150}-{35,3189,9819,0,150}-{4,3088,9898,0,150}-{1,3088,9899,0,150}-{1,3091,9899,0,150}-" }, { "item_id": "1005", @@ -327,21 +323,9 @@ "item_id": "1217", "loc_data": "{1,3180,3821,0,60}-" }, - { - "item_id": "1237", - "loc_data": "{1,2808,4572,0,60}-" - }, { "item_id": "1265", - "loc_data": "{1,3229,3218,2,100}-{1,2963,3216,0,30}-{1,3081,3429,0,50}-{1,2801,4513,0,60}-{1,2801,4493,0,60}-{1,2795,4579,0,60}-{1,2812,4572,0,60}-{1,3288,9442,0,90}-{1,3288,9431,0,90}-" - }, - { - "item_id": "1267", - "loc_data": "{1,2770,4515,0,60}-" - }, - { - "item_id": "1269", - "loc_data": "{1,2812,4571,0,60}-" + "loc_data": "{1,3229,3218,2,100}-{1,2963,3216,0,30}-{1,3081,3429,0,50}-{1,3288,9442,0,90}-{1,3288,9431,0,90}-" }, { "item_id": "1321", @@ -429,11 +413,7 @@ }, { "item_id": "1755", - "loc_data": "{1,2935,3286,0,90}-{1,2800,4500,0,60}-{1,2803,4491,0,60}-" - }, - { - "item_id": "1773", - "loc_data": "{1,2563,3261,0,100}-" + "loc_data": "{1,2935,3286,0,90}-" }, { "item_id": "1785", @@ -691,10 +671,6 @@ "item_id": "7510", "loc_data": "{1,2867,9875,0,44}-" }, - { - "item_id": "10587", - "loc_data": "{1,3184,4634,0,60}-{1,3147,4666,0,60}-" - }, { "item_id": "11065", "loc_data": "{1,2928,3289,0,90}-" diff --git a/Server/data/configs/interface_configs.json b/Server/data/configs/interface_configs.json index 950a042ad..95087003a 100644 --- a/Server/data/configs/interface_configs.json +++ b/Server/data/configs/interface_configs.json @@ -203,12 +203,6 @@ "walkable": "false", "tabIndex": "-1" }, - { - "id": "144", - "interfaceType": "1", - "walkable": "false", - "tabIndex": "-1" - }, { "id": "149", "interfaceType": "2", @@ -221,12 +215,6 @@ "walkable": "true", "tabIndex": "-1" }, - { - "id": "170", - "interfaceType": "1", - "walkable": "true", - "tabIndex": "-1" - }, { "id": "172", "interfaceType": "4", @@ -551,12 +539,6 @@ "walkable": "true", "tabIndex": "-1" }, - { - "id": "375", - "interfaceType": "3", - "walkable": "false", - "tabIndex": "-1" - }, { "id": "377", "interfaceType": "8", @@ -641,12 +623,6 @@ "walkable": "true", "tabIndex": "6" }, - { - "id": "433", - "interfaceType": "3", - "walkable": "false", - "tabIndex": "-1" - }, { "id": "464", "interfaceType": "2", @@ -863,12 +839,6 @@ "walkable": "false", "tabIndex": "-1" }, - { - "id": "683", - "interfaceType": "3", - "walkable": "true", - "tabIndex": "-1" - }, { "id": "695", "interfaceType": "7", diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 99581a558..64b2c1e89 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -1,125528 +1,132219 @@ [ { - "id": "0", - "name": "Dwarf remains", - "examine": "The body of a Dwarf savaged by Goblins.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "The body of a Dwarf savaged by Goblins.", "durability": null, + "name": "Dwarf remains", "tradeable": "false", - "two_handed": "true" - }, - { - "id": "1", - "name": "Toolkit", - "examine": "Good for repairing a broken cannon.", - "archery_ticket_price": "0", "destroy": "true", + "archery_ticket_price": "0", + "two_handed": "true", + "id": "0" + }, + { "destroy_message": "I got this from Captain Lawgof.", - "durability": null, "shop_price": "1", + "examine": "Good for repairing a broken cannon.", + "durability": null, + "name": "Toolkit", "tradeable": "false", - "weight": "0.4" + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1" }, { - "id": "2", - "name": "Cannonball", - "examine": "Ammo for the Dwarf Cannon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "5", - "tradeable": "true" - }, - { - "id": "3", - "name": "Nulodion's notes", - "examine": "Construction notes for Dwarf cannon ammo.", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "Ammo for the Dwarf Cannon.", + "grand_exchange_price": "381", "durability": null, - "shop_price": "1", - "weight": "0.02" + "name": "Cannonball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2" }, { - "id": "4", - "name": "Ammo mould", - "examine": "Used to make cannon ammunition.", + "shop_price": "1", + "examine": "Construction notes for Dwarf cannon ammo.", + "durability": null, + "name": "Nulodion's notes", + "weight": "0.02", "archery_ticket_price": "0", + "id": "3" + }, + { "requirements": "{13,35}", "shop_price": "5", - "weight": "4.5" + "examine": "Used to make cannon ammunition.", + "name": "Ammo mould", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "4" }, { - "id": "5", - "name": "Instruction manual", - "examine": "An old note book.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "20", - "weight": "0.51" + "examine": "An old note book.", + "durability": null, + "name": "Instruction manual", + "weight": "0.51", + "archery_ticket_price": "0", + "id": "5" }, { - "id": "6", - "name": "Cannon base", + "shop_price": "187500", + "ge_buy_limit": "10", "examine": "The cannon is built on this.", - "archery_ticket_price": "0", + "grand_exchange_price": "189000", "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true", - "weight": "7" - }, - { - "id": "7", "name": "Cannon base", + "tradeable": "true", + "weight": "7", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true" + "id": "6" }, { - "id": "8", - "name": "Cannon stand", + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "189000", + "durability": null, + "name": "Cannon base", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", "examine": "The mounting for the multicannon.", - "archery_ticket_price": "0", + "grand_exchange_price": "185000", "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true", - "weight": "7" - }, - { - "id": "9", "name": "Cannon stand", + "tradeable": "true", + "weight": "7", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true" + "id": "8" }, { - "id": "10", - "name": "Cannon barrels", + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "185000", + "durability": null, + "name": "Cannon stand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", "examine": "The barrels for the multicannon.", - "archery_ticket_price": "0", + "grand_exchange_price": "187000", "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true", - "weight": "7" - }, - { - "id": "11", "name": "Cannon barrels", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true" - }, - { - "id": "12", - "name": "Cannon furnace", - "examine": "This powers the multicannon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", "tradeable": "true", - "weight": "7" + "weight": "7", + "archery_ticket_price": "0", + "id": "10" }, { - "id": "13", - "name": "Cannon furnace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", "shop_price": "187500", - "tradeable": "true" + "ge_buy_limit": "10", + "grand_exchange_price": "187000", + "durability": null, + "name": "Cannon barrels", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11" }, { - "id": "14", - "name": "Railing", + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "This powers the multicannon.", + "grand_exchange_price": "175200", + "durability": null, + "name": "Cannon furnace", + "tradeable": "true", + "weight": "7", + "archery_ticket_price": "0", + "id": "12" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "175200", + "durability": null, + "name": "Cannon furnace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13" + }, + { + "shop_price": "1", "examine": "A metal railing replacement.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "1" + "name": "Railing", + "archery_ticket_price": "0", + "id": "14" }, { - "id": "15", - "name": "Holy table napkin", "examine": "A cloth given to me by Sir Galahad.", + "durability": null, + "name": "Holy table napkin", "archery_ticket_price": "0", - "durability": null + "id": "15" }, { - "id": "16", - "name": "Magic whistle", "examine": "A small tin whistle.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.2" + "name": "Magic whistle", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "16" }, { - "id": "17", - "name": "Grail bell", "examine": "I wonder what happens when I ring it?", + "durability": null, + "name": "Grail bell", "archery_ticket_price": "0", - "durability": null + "id": "17" }, { - "id": "18", - "name": "Magic gold feather", "examine": "It will point the way for me.", + "durability": null, + "name": "Magic gold feather", "archery_ticket_price": "0", - "durability": null + "id": "18" }, { - "id": "20", + "examine": "A cog from some machinery.", + "durability": null, "name": "White cog", - "examine": "A cog from some machinery.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "20" }, { - "id": "21", + "examine": "A cog from some machinery.", + "durability": null, "name": "Black cog", - "examine": "A cog from some machinery.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "21" }, { - "id": "22", + "examine": "A cog from some machinery.", + "durability": null, "name": "Blue cog", - "examine": "A cog from some machinery.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "22" }, { - "id": "23", + "examine": "A cog from some machinery.", + "durability": null, "name": "Red cog", - "examine": "A cog from some machinery.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "23" }, { - "id": "24", - "name": "Rat poison", "examine": "Doesn't look very tasty.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.1" + "name": "Rat poison", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "24" }, { - "id": "25", - "name": "Red vine worm", "examine": "Wormy.", + "durability": null, + "name": "Red vine worm", "archery_ticket_price": "0", - "durability": null + "id": "25" }, { - "id": "26", - "name": "Fishing trophy", "examine": "Hemenster fishing contest trophy.", + "durability": null, + "name": "Fishing trophy", "archery_ticket_price": "0", - "durability": null + "id": "26" }, { - "id": "27", - "name": "Fishing pass", "examine": "Pass to the Hemenster fishing contest.", + "durability": null, + "name": "Fishing pass", "archery_ticket_price": "0", - "durability": null + "id": "27" }, { - "id": "28", - "name": "Insect repellent", + "shop_price": "121", "examine": "Drives away all known 6 legged creatures.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "121" + "name": "Insect repellent", + "archery_ticket_price": "0", + "id": "28" }, { - "id": "30", - "name": "Bucket of wax", "examine": "It's a bucket of wax.", - "archery_ticket_price": "0", "durability": null, - "weight": "2.5" + "name": "Bucket of wax", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "30" }, { - "id": "31", + "examine": "You shouldn't have this.", "name": "RDT Slot", - "examine": "You shouldn't have this." + "id": "31" }, { - "id": "32", - "name": "Lit black candle", + "shop_price": "3", "examine": "A spooky candle.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "3" + "name": "Lit black candle", + "archery_ticket_price": "0", + "id": "32" }, { - "id": "33", - "name": "Lit candle", - "examine": "A candle.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "24", - "tradeable": "true" - }, - { - "id": "34", - "name": "Lit candle", "examine": "A candle.", - "archery_ticket_price": "0", + "grand_exchange_price": "104", "durability": null, - "shop_price": "24", - "tradeable": "true" + "name": "Lit candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "33" }, { - "id": "35", - "name": "Excalibur", + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Lit candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "34" + }, + { + "shop_price": "200", "examine": "This used to belong to King Arthur.", - "archery_ticket_price": "0", + "has_special": "true", + "durability": null, + "weight": "2.2", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "defence_anim": "397", + "equipment_slot": "3", "attack_anims": "390,390,381,390", "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "2554", - "shop_price": "200", - "weapon_interface": "6", - "weight": "2.2" + "name": "Excalibur", + "archery_ticket_price": "0", + "id": "35", + "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" }, { - "id": "36", - "name": "Candle", - "examine": "A candle.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", "shop_price": "24", - "tradeable": "true" - }, - { - "id": "37", - "name": "Candle", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "examine": "A candle.", + "grand_exchange_price": "119", + "durability": null, + "name": "Candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "36" }, { - "id": "38", - "name": "Black candle", + "ge_buy_limit": "100", + "grand_exchange_price": "119", + "durability": null, + "name": "Candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "37" + }, + { + "shop_price": "3", "examine": "A spooky candle.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "3" + "name": "Black candle", + "archery_ticket_price": "0", + "id": "38" }, { - "id": "39", - "name": "Bronze arrowtips", - "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "10", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "39" }, { - "id": "40", - "name": "Iron arrowtips", - "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "26", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "23", + "durability": null, + "name": "Iron arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "40" }, { - "id": "41", - "name": "Steel arrowtips", - "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "36", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "63", + "durability": null, + "name": "Steel arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "41" }, { - "id": "42", - "name": "Mithril arrowtips", - "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "68", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "74", + "durability": null, + "name": "Mithril arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "42" }, { - "id": "43", - "name": "Adamant arrowtips", - "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "160", - "tradeable": "true" - }, - { - "id": "44", - "name": "Rune arrowtips", + "ge_buy_limit": "10000", "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", + "grand_exchange_price": "185", "durability": null, - "ge_buy_limit": "10000", + "name": "Adamant arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "43" + }, + { "shop_price": "460", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "839", + "durability": null, + "name": "Rune arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "44" }, { - "id": "45", - "name": "Opal bolt tips", + "ge_buy_limit": "10000", "examine": "Opal bolt tips.", - "archery_ticket_price": "0", + "grand_exchange_price": "1", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "name": "Opal bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "45" }, { - "id": "46", - "name": "Pearl bolt tips", + "ge_buy_limit": "10000", "examine": "Pearl bolt tips.", - "archery_ticket_price": "0", + "grand_exchange_price": "5", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "name": "Pearl bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "46" }, { - "id": "47", - "name": "Barb bolttips", - "examine": "I can make bolts with these.", - "archery_ticket_price": "5", - "destroy": "true", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "114", - "tradeable": "false" - }, - { - "id": "48", - "name": "Longbow (u)", - "examine": "An unstrung longbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "49", - "name": "Longbow (u)", - "archery_ticket_price": "0", + "examine": "I can make bolts with these.", + "grand_exchange_price": "44", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "50", - "name": "Shortbow (u)", - "examine": "I need to find a string for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "51", - "name": "Shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "52", - "name": "Arrow shaft", - "examine": "A wooden arrow shaft", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "53", - "name": "Headless arrow", - "examine": "A wooden arrow shaft with flights attached.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "54", - "name": "Oak shortbow (u)", - "examine": "An unstrung oak bow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "50", - "tradeable": "true", - "weight": "1" - }, - { - "id": "55", - "name": "Oak shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "56", - "name": "Oak longbow (u)", - "examine": "An unstrung oak longbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "57", - "name": "Oak longbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "58", - "name": "Willow longbow (u)", - "examine": "An unstrung willow longbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "64", - "tradeable": "true" - }, - { - "id": "59", - "name": "Willow longbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "60", - "name": "Willow shortbow (u)", - "examine": "An unstrung willow shortbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "16", - "tradeable": "true" - }, - { - "id": "61", - "name": "Willow shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "62", - "name": "Maple longbow (u)", - "examine": "An unstrung maple bow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.2" - }, - { - "id": "63", - "name": "Maple longbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "64", - "name": "Maple shortbow (u)", - "examine": "An unstrung maple bow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "65", - "name": "Maple shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "66", - "name": "Yew longbow (u)", - "examine": "An unstrung yew longbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.32" - }, - { - "id": "67", - "name": "Yew longbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "68", - "name": "Yew shortbow (u)", - "examine": "An unstrung yew shortbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.32" - }, - { - "id": "69", - "name": "Yew shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "70", - "name": "Magic longbow (u)", - "examine": "An unstrung magic longbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "931", - "tradeable": "true", - "weight": "1" - }, - { - "id": "71", - "name": "Magic longbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "72", - "name": "Magic shortbow (u)", - "examine": "An unstrung magic shortbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "890", - "tradeable": "true" - }, - { - "id": "73", - "name": "Magic shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "74", - "name": "Khazard helmet", - "examine": "A helmet, as worn by the minions of General Khazard.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,5,3,0,0,0,0,0,0,0", + "name": "Barb bolttips", + "tradeable": "false", "destroy": "true", - "destroy_message": "I can borrow another from the armoury near the Fight Arena.", + "archery_ticket_price": "5", + "id": "47" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung longbow; I need a bowstring for this.", + "grand_exchange_price": "14", "durability": null, - "equipment_slot": "0", + "name": "Longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "48" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "14", + "durability": null, + "name": "Longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "49" + }, + { + "ge_buy_limit": "10000", + "examine": "I need to find a string for this.", + "grand_exchange_price": "5", + "durability": null, + "name": "Shortbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "50" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5", + "durability": null, + "name": "Shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "51" + }, + { + "ge_buy_limit": "20000", + "examine": "A wooden arrow shaft", + "grand_exchange_price": "21", + "durability": null, + "name": "Arrow shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "52" + }, + { + "ge_buy_limit": "20000", + "examine": "A wooden arrow shaft with flights attached.", + "grand_exchange_price": "56", + "durability": null, + "name": "Headless arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "53" + }, + { + "shop_price": "50", + "ge_buy_limit": "10000", + "examine": "An unstrung oak bow; I need a bowstring for this.", + "grand_exchange_price": "7", + "durability": null, + "name": "Oak shortbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "54" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7", + "durability": null, + "name": "Oak shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "55" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung oak longbow; I need a bowstring for this.", + "grand_exchange_price": "20", + "durability": null, + "name": "Oak longbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "56" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "20", + "durability": null, + "name": "Oak longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "57" + }, + { + "shop_price": "64", + "ge_buy_limit": "10000", + "examine": "An unstrung willow longbow; I need a bowstring for this.", + "grand_exchange_price": "46", + "durability": null, + "name": "Willow longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "58" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "46", + "durability": null, + "name": "Willow longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "59" + }, + { + "shop_price": "16", + "ge_buy_limit": "10000", + "examine": "An unstrung willow shortbow; I need a bowstring for this.", + "grand_exchange_price": "20", + "durability": null, + "name": "Willow shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "60" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "20", + "durability": null, + "name": "Willow shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "61" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung maple bow; I need a bowstring for this.", + "grand_exchange_price": "94", + "durability": null, + "name": "Maple longbow (u)", + "tradeable": "true", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "62" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "94", + "durability": null, + "name": "Maple longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "63" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung maple bow; I need a bowstring for this.", + "grand_exchange_price": "56", + "durability": null, + "name": "Maple shortbow (u)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "64" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "56", + "durability": null, + "name": "Maple shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "65" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung yew longbow; I need a bowstring for this.", + "grand_exchange_price": "468", + "durability": null, + "name": "Yew longbow (u)", + "tradeable": "true", + "weight": "1.32", + "archery_ticket_price": "0", + "id": "66" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "468", + "durability": null, + "name": "Yew longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "67" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung yew shortbow; I need a bowstring for this.", + "grand_exchange_price": "158", + "durability": null, + "name": "Yew shortbow (u)", + "tradeable": "true", + "weight": "1.32", + "archery_ticket_price": "0", + "id": "68" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "158", + "durability": null, + "name": "Yew shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "69" + }, + { + "shop_price": "931", + "ge_buy_limit": "10000", + "examine": "An unstrung magic longbow; I need a bowstring for this.", + "grand_exchange_price": "1246", + "durability": null, + "name": "Magic longbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "70" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1246", + "durability": null, + "name": "Magic longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "71" + }, + { + "shop_price": "890", + "ge_buy_limit": "10000", + "examine": "An unstrung magic shortbow; I need a bowstring for this.", + "grand_exchange_price": "745", + "durability": null, + "name": "Magic shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "72" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "745", + "durability": null, + "name": "Magic shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "73" + }, + { "remove_head": "true", "shop_price": "10", - "tradeable": "false", - "weight": "2.7" - }, - { - "id": "75", - "name": "Khazard armour", - "examine": "Armour, as worn by the minions of General Khazard.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0", + "examine": "A helmet, as worn by the minions of General Khazard.", + "durability": null, + "weight": "2.7", "destroy": "true", + "equipment_slot": "0", "destroy_message": "I can borrow another from the armoury near the Fight Arena.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Khazard helmet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "74", + "bonuses": "0,0,0,0,0,4,5,3,0,0,0,0,0,0,0" + }, + { "shop_price": "12", + "examine": "Armour, as worn by the minions of General Khazard.", + "durability": null, + "weight": "0.5", + "destroy": "true", + "equipment_slot": "4", + "destroy_message": "I can borrow another from the armoury near the Fight Arena.", + "remove_sleeves": "true", + "name": "Khazard armour", "tradeable": "false", - "weight": "0.5" + "archery_ticket_price": "0", + "id": "75", + "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0" }, { - "id": "76", - "name": "Khazard cell keys", - "examine": "These keys open the cells at the Khazard Fight Arena. (Fight Arena)", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "The lazy guard probably has a spare set...", + "examine": "These keys open the cells at the Khazard Fight Arena. (Fight Arena)", "durability": null, - "tradeable": "false" + "name": "Khazard cell keys", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "76" }, { - "id": "77", - "name": "Khali brew", - "examine": "A bottle of Khazard's worst brew.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "Angor, the Khazard barman, has a stock of Khali brew.", - "durability": null, "shop_price": "5", + "examine": "A bottle of Khazard's worst brew.", + "durability": null, + "name": "Khali brew", "tradeable": "false", - "weight": "0.1" + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "77" }, { - "id": "78", - "name": "Ice arrows", - "examine": "Can only be fired from yew, magic, or dark bows.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "destroy": "true", "destroy_message": "Can only be fired from yew, magic, dark or twisted bows.", - "durability": null, - "equipment_slot": "13", "shop_price": "2", - "tradeable": "false" - }, - { - "id": "83", - "name": "Lever", - "examine": "A lever to open something perhaps?", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "84", - "name": "Staff of armadyl", - "examine": "The power in this staff causes it to vibrate gently.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Can only be fired from yew, magic, or dark bows.", "durability": null, - "render_anim": "2553", + "name": "Ice arrows", "tradeable": "false", - "weight": "5" + "destroy": "true", + "archery_ticket_price": "0", + "id": "78", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "examine": "A lever to open something perhaps?", + "durability": null, + "name": "Lever", + "archery_ticket_price": "0", + "id": "83" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "The power in this staff causes it to vibrate gently.", + "durability": null, + "name": "Staff of armadyl", + "tradeable": "false", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "84", + "render_anim": "2553" }, { - "id": "85", - "name": "Shiny key", "examine": "It catches the light! (Temple of Ikov)", + "durability": null, + "name": "Shiny key", "archery_ticket_price": "0", - "durability": null + "id": "85" }, { - "id": "86", - "name": "Pendant of lucien", "examine": "An amulet made by Lucien.", - "archery_ticket_price": "0", "durability": null, + "name": "Pendant of lucien", + "archery_ticket_price": "0", + "id": "86", "equipment_slot": "2" }, { - "id": "87", - "name": "Armadyl pendant", "examine": "Yet another amulet.", - "archery_ticket_price": "0", "durability": null, + "name": "Armadyl pendant", + "archery_ticket_price": "0", + "id": "87", "equipment_slot": "2" }, { + "examine": "Magic boots that make you lighter than normal.", + "durability": null, + "name": "Boots of lightness", + "weight": "-4.5", + "archery_ticket_price": "0", "id": "88", - "name": "Boots of lightness", - "examine": "Magic boots that make you lighter than normal.", - "archery_ticket_price": "0", "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "weight": "-4.5" + "equipment_slot": "10" }, { + "examine": "Magic boots that make you lighter than normal.", + "durability": null, + "name": "Boots of lightness", + "weight": "0.3", + "archery_ticket_price": "0", "id": "89", - "name": "Boots of lightness", - "examine": "Magic boots that make you lighter than normal.", - "archery_ticket_price": "0", "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "weight": "0.3" + "equipment_slot": "10" }, { - "id": "90", - "name": "Child's blanket", "examine": "It's very soft!", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Child's blanket", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "90" }, { - "id": "91", - "name": "Guam potion(unf)", + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this guam potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "285", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "92", "name": "Guam potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "91" }, { - "id": "93", - "name": "Marrentill potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "285", + "durability": null, + "name": "Guam potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "92" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this marrentill potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "43", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "94", "name": "Marrentill potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "93" }, { - "id": "95", - "name": "Tarromin potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "43", + "durability": null, + "name": "Marrentill potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "94" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this tarromin potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "287", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "96", "name": "Tarromin potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "95" }, { - "id": "97", - "name": "Harralander potion(unf)", - "examine": "I need another ingredient to finish this potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "287", + "durability": null, + "name": "Tarromin potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "96" + }, + { "shop_price": "64", - "tradeable": "true" - }, - { - "id": "98", + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this potion.", + "grand_exchange_price": "435", + "durability": null, "name": "Harralander potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "97" }, { - "id": "99", - "name": "Ranarr potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "435", + "durability": null, + "name": "Harralander potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "98" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this ranarr potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "4823", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "100", "name": "Ranarr potion(unf)", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "99" }, { - "id": "101", - "name": "Irit potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "4823", + "durability": null, + "name": "Ranarr potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "100" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this irit potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "2243", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "102", "name": "Irit potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "101" }, { - "id": "103", - "name": "Avantoe potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "2243", + "durability": null, + "name": "Irit potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "102" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this avantoe potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "3831", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "104", "name": "Avantoe potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "103" }, { - "id": "105", - "name": "Kwuarm potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "3831", + "durability": null, + "name": "Avantoe potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "104" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this kwuarm potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1833", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "106", "name": "Kwuarm potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "105" }, { - "id": "107", - "name": "Cadantine potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "1833", + "durability": null, + "name": "Kwuarm potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "106" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this cadantine potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1844", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "108", "name": "Cadantine potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "107" }, { - "id": "109", - "name": "Dwarf weed potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "1844", + "durability": null, + "name": "Cadantine potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "108" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this dwarf weed potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "6740", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "110", "name": "Dwarf weed potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "109" }, { - "id": "111", - "name": "Torstol potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "6740", + "durability": null, + "name": "Dwarf weed potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "110" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this torstol potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "14500", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "112", "name": "Torstol potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "111" }, { - "id": "113", - "name": "Strength potion(4)", + "ge_buy_limit": "100", + "grand_exchange_price": "14500", + "durability": null, + "name": "Torstol potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "112" + }, + { + "shop_price": "780", + "ge_buy_limit": "100", "examine": "4 doses of Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1041", "durability": null, - "ge_buy_limit": "100", - "shop_price": "780", - "tradeable": "true" - }, - { - "id": "114", "name": "Strength potion(4)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "113" }, { - "id": "115", - "name": "Strength potion(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "1041", + "durability": null, + "name": "Strength potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "114" + }, + { + "shop_price": "780", + "ge_buy_limit": "100", "examine": "3 doses of Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "812", "durability": null, - "ge_buy_limit": "100", - "shop_price": "780", - "tradeable": "true" - }, - { - "id": "116", "name": "Strength potion(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "115" }, { - "id": "117", - "name": "Strength potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "812", + "durability": null, + "name": "Strength potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "116" + }, + { + "shop_price": "780", + "ge_buy_limit": "100", "examine": "2 doses of Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "656", "durability": null, - "ge_buy_limit": "100", - "shop_price": "780", - "tradeable": "true" - }, - { - "id": "118", "name": "Strength potion(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "117" }, { - "id": "119", - "name": "Strength potion(1)", - "examine": "1 dose of Strength potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "656", + "durability": null, + "name": "Strength potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "118" + }, + { "shop_price": "780", - "tradeable": "true" - }, - { - "id": "120", + "ge_buy_limit": "100", + "examine": "1 dose of Strength potion.", + "grand_exchange_price": "355", + "durability": null, "name": "Strength potion(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "119" }, { - "id": "121", - "name": "Attack potion(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "355", + "durability": null, + "name": "Strength potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "120" + }, + { + "shop_price": "560", + "ge_buy_limit": "100", "examine": "3 doses of Attack potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "195", "durability": null, - "ge_buy_limit": "100", - "shop_price": "560", - "tradeable": "true" - }, - { - "id": "122", "name": "Attack potion(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "121" }, { - "id": "123", - "name": "Attack potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Attack potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "122" + }, + { + "shop_price": "560", + "ge_buy_limit": "100", "examine": "2 doses of Attack potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "113", "durability": null, - "ge_buy_limit": "100", - "shop_price": "560", - "tradeable": "true" - }, - { - "id": "124", "name": "Attack potion(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "123" }, { - "id": "125", - "name": "Attack potion(1)", - "examine": "1 dose of Attack potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "113", + "durability": null, + "name": "Attack potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "124" + }, + { "shop_price": "560", - "tradeable": "true" - }, - { - "id": "126", + "ge_buy_limit": "100", + "examine": "1 dose of Attack potion.", + "grand_exchange_price": "197", + "durability": null, "name": "Attack potion(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "125" }, { - "id": "127", - "name": "Restore potion(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Attack potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "126" + }, + { + "shop_price": "139", + "ge_buy_limit": "100", "examine": "3 doses of restore potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "59", "durability": null, - "ge_buy_limit": "100", - "shop_price": "139", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "128", "name": "Restore potion(3)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "127" }, { - "id": "129", - "name": "Restore potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "59", + "durability": null, + "name": "Restore potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "128" + }, + { + "shop_price": "139", + "ge_buy_limit": "100", "examine": "2 doses of restore potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "35", "durability": null, - "ge_buy_limit": "100", - "shop_price": "139", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "130", "name": "Restore potion(2)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "129" }, { - "id": "131", - "name": "Restore potion(1)", - "examine": "1 dose of restore potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "35", + "durability": null, + "name": "Restore potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "130" + }, + { "shop_price": "139", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "132", + "ge_buy_limit": "100", + "examine": "1 dose of restore potion.", + "grand_exchange_price": "21", + "durability": null, "name": "Restore potion(1)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "131" }, { - "id": "133", - "name": "Defence potion(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Restore potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "132" + }, + { + "shop_price": "114", + "ge_buy_limit": "100", "examine": "3 doses of Defence Potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "323", "durability": null, - "ge_buy_limit": "100", - "shop_price": "114", - "tradeable": "true" - }, - { - "id": "134", "name": "Defence potion(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "133" }, { - "id": "135", - "name": "Defence potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "323", + "durability": null, + "name": "Defence potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "134" + }, + { + "shop_price": "114", + "ge_buy_limit": "100", "examine": "2 doses of Defence Potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "247", "durability": null, - "ge_buy_limit": "100", - "shop_price": "114", - "tradeable": "true" - }, - { - "id": "136", "name": "Defence potion(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "135" }, { - "id": "137", - "name": "Defence potion(1)", - "examine": "1 dose of Defence Potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "247", + "durability": null, + "name": "Defence potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "136" + }, + { "shop_price": "114", - "tradeable": "true" - }, - { - "id": "138", + "ge_buy_limit": "100", + "examine": "1 dose of Defence Potion.", + "grand_exchange_price": "148", + "durability": null, "name": "Defence potion(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "137" }, { - "id": "139", - "name": "Prayer potion(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "148", + "durability": null, + "name": "Defence potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "138" + }, + { + "ge_buy_limit": "100", "examine": "3 doses of Prayer restore potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "4134", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "140", "name": "Prayer potion(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "139" }, { - "id": "141", - "name": "Prayer potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "4134", + "durability": null, + "name": "Prayer potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "140" + }, + { + "ge_buy_limit": "100", "examine": "2 doses of Prayer restore potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "2868", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "142", "name": "Prayer potion(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "141" }, { - "id": "143", - "name": "Prayer potion(1)", + "ge_buy_limit": "100", + "grand_exchange_price": "2868", + "durability": null, + "name": "Prayer potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "142" + }, + { + "ge_buy_limit": "100", "examine": "1 dose of Prayer restore potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1353", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "144", "name": "Prayer potion(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "143" }, { - "id": "145", - "name": "Super attack(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "1353", + "durability": null, + "name": "Prayer potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "144" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of super Attack potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "691", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "146", "name": "Super attack(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "145" }, { - "id": "147", - "name": "Super attack(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "691", + "durability": null, + "name": "Super attack(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "146" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of super Attack potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "451", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "148", "name": "Super attack(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "147" }, { - "id": "149", - "name": "Super attack(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "451", + "durability": null, + "name": "Super attack(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "148" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of super Attack potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "243", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "150", "name": "Super attack(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "149" }, { - "id": "151", - "name": "Fishing potion(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "243", + "durability": null, + "name": "Super attack(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "150" + }, + { + "ge_buy_limit": "100", "examine": "3 doses of Fishing potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "40", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "152", "name": "Fishing potion(3)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "151" }, { - "id": "153", - "name": "Fishing potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "40", + "durability": null, + "name": "Fishing potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "152" + }, + { + "ge_buy_limit": "100", "examine": "2 doses of Fishing potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "56", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "154", "name": "Fishing potion(2)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "153" }, { - "id": "155", - "name": "Fishing potion(1)", + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Fishing potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "154" + }, + { + "ge_buy_limit": "100", "examine": "1 dose of Fishing potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "87", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "156", "name": "Fishing potion(1)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "155" }, { - "id": "157", - "name": "Super strength(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "156" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of super Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1679", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "158", "name": "Super strength(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "157" }, { - "id": "159", - "name": "Super strength(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "1679", + "durability": null, + "name": "Super strength(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "158" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of super Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1164", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "160", "name": "Super strength(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "159" }, { - "id": "161", - "name": "Super strength(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "1164", + "durability": null, + "name": "Super strength(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "160" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of super Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "603", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "162", "name": "Super strength(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "161" }, { - "id": "163", - "name": "Super defence(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "603", + "durability": null, + "name": "Super strength(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "162" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of super Defence potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "113", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "164", "name": "Super defence(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "163" }, { - "id": "165", - "name": "Super defence(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "113", + "durability": null, + "name": "Super defence(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "164" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of super Defence potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "65", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "166", "name": "Super defence(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "165" }, { - "id": "167", - "name": "Super defence(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "65", + "durability": null, + "name": "Super defence(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "166" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of super Defence potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "41", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "168", "name": "Super defence(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "167" }, { - "id": "169", - "name": "Ranging potion(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "41", + "durability": null, + "name": "Super defence(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "168" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of ranging potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "6224", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "170", "name": "Ranging potion(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "169" }, { - "id": "171", - "name": "Ranging potion(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "6224", + "durability": null, + "name": "Ranging potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "170" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of ranging potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "4330", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "172", "name": "Ranging potion(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "171" }, { - "id": "173", - "name": "Ranging potion(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "4330", + "durability": null, + "name": "Ranging potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "172" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of ranging potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "2068", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "174", "name": "Ranging potion(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "173" }, { - "id": "175", - "name": "Antipoison(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "2068", + "durability": null, + "name": "Ranging potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "174" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", "examine": "3 doses of antipoison potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1239", "durability": null, - "ge_buy_limit": "1000", - "shop_price": "375", - "tradeable": "true" - }, - { - "id": "176", "name": "Antipoison(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "175" }, { - "id": "177", - "name": "Antipoison(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "1239", + "durability": null, + "name": "Antipoison(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "176" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", "examine": "2 doses of antipoison potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "822", "durability": null, - "ge_buy_limit": "1000", - "shop_price": "375", - "tradeable": "true" - }, - { - "id": "178", "name": "Antipoison(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "177" }, { - "id": "179", - "name": "Antipoison(1)", - "examine": "1 dose of antipoison potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", + "grand_exchange_price": "822", + "durability": null, + "name": "Antipoison(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "178" + }, + { "shop_price": "375", - "tradeable": "true" - }, - { - "id": "180", + "ge_buy_limit": "1000", + "examine": "1 dose of antipoison potion.", + "grand_exchange_price": "460", + "durability": null, "name": "Antipoison(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "179" }, { - "id": "181", - "name": "Super antipoison(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "460", + "durability": null, + "name": "Antipoison(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "180" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of super anti poison potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "872", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "182", "name": "Super antipoison(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "181" }, { - "id": "183", - "name": "Super antipoison(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "872", + "durability": null, + "name": "Super antipoison(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "182" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of super anti poison potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "509", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "184", "name": "Super antipoison(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "183" }, { - "id": "185", - "name": "Super antipoison(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "509", + "durability": null, + "name": "Super antipoison(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "184" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of super anti poison potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "366", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "186", "name": "Super antipoison(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "185" }, { - "id": "187", - "name": "Weapon poison", + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "durability": null, + "name": "Super antipoison(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "186" + }, + { + "ge_buy_limit": "1000", "examine": "For use on daggers and projectiles.", - "archery_ticket_price": "0", + "grand_exchange_price": "33", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "188", "name": "Weapon poison", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "187" }, { - "id": "189", - "name": "Zamorak brew(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "33", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "188" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of Zamorak brew.", - "archery_ticket_price": "0", + "grand_exchange_price": "1818", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "190", "name": "Zamorak brew(3)", + "tradeable": "true", + "weight": "0.5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "189" }, { - "id": "191", - "name": "Zamorak brew(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "1818", + "durability": null, + "name": "Zamorak brew(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "190" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of Zamorak brew.", - "archery_ticket_price": "0", + "grand_exchange_price": "1004", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "192", "name": "Zamorak brew(2)", + "tradeable": "true", + "weight": "0.5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "191" }, { - "id": "193", - "name": "Zamorak brew(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "1004", + "durability": null, + "name": "Zamorak brew(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "192" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of Zamorak brew.", - "archery_ticket_price": "0", + "grand_exchange_price": "1175", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "194", "name": "Zamorak brew(1)", + "tradeable": "true", + "weight": "0.5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "193" }, { - "id": "195", - "name": "Potion", + "ge_buy_limit": "1000", + "grand_exchange_price": "1175", + "durability": null, + "name": "Zamorak brew(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "194" + }, + { + "ge_buy_limit": "100", "examine": "This is meant to be good for spots.", - "archery_ticket_price": "0", + "grand_exchange_price": "117", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "196", "name": "Potion", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "195" }, { - "id": "197", - "name": "Poison chalice", - "examine": "Stankers gives out these strange cocktails for free.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "196" + }, + { "shop_price": "39", - "tradeable": "true" - }, - { - "id": "198", - "name": "Poison chalice", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "examine": "Stankers gives out these strange cocktails for free.", + "grand_exchange_price": "124", + "durability": null, + "name": "Poison chalice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "197" }, { - "id": "199", - "name": "Grimy guam", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "124", "durability": null, - "ge_buy_limit": "10000", + "name": "Poison chalice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "198" + }, + { "requirements": "{3,15}", - "tradeable": "true" - }, - { - "id": "200", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "150", + "durability": null, "name": "Grimy guam", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "199" }, { - "id": "201", - "name": "Grimy marrentill", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "155", + "durability": null, + "name": "Grimy guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "200" + }, + { "requirements": "{5,15}", - "tradeable": "true" - }, - { - "id": "202", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "150", + "durability": null, "name": "Grimy marrentill", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "201" }, { - "id": "203", - "name": "Grimy tarromin", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "26", + "durability": null, + "name": "Grimy marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "202" + }, + { "requirements": "{11,15}", - "tradeable": "true" - }, - { - "id": "204", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "150", + "durability": null, "name": "Grimy tarromin", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "203" }, { - "id": "205", - "name": "Grimy harralander", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "151", + "durability": null, + "name": "Grimy tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "204" + }, + { "requirements": "{20,15}", - "tradeable": "true" - }, - { - "id": "206", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "300", + "durability": null, "name": "Grimy harralander", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "205" }, { - "id": "207", - "name": "Grimy ranarr", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "275", + "durability": null, + "name": "Grimy harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "206" + }, + { "requirements": "{15,25}", - "tradeable": "true" - }, - { - "id": "208", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "1300", + "durability": null, "name": "Grimy ranarr", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "207" }, { - "id": "209", - "name": "Grimy irit", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "4909", + "durability": null, + "name": "Grimy ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "208" + }, + { "requirements": "{15,40}", - "tradeable": "true" - }, - { - "id": "210", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, "name": "Grimy irit", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "209" }, { - "id": "211", - "name": "Grimy avantoe", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "2034", + "durability": null, + "name": "Grimy irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "210" + }, + { "requirements": "{15,48}", - "tradeable": "true" - }, - { - "id": "212", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "500", + "durability": null, "name": "Grimy avantoe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "211" }, { - "id": "213", - "name": "Grimy kwuarm", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "3789", + "durability": null, + "name": "Grimy avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "212" + }, + { "requirements": "{15,54}", - "tradeable": "true" - }, - { - "id": "214", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, "name": "Grimy kwuarm", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "213" }, { - "id": "215", - "name": "Grimy cadantine", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "1665", + "durability": null, + "name": "Grimy kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "214" + }, + { "requirements": "{15,65}", - "tradeable": "true" - }, - { - "id": "216", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, "name": "Grimy cadantine", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "215" }, { - "id": "217", - "name": "Grimy dwarf weed", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "1582", + "durability": null, + "name": "Grimy cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "216" + }, + { "requirements": "{15,70}", - "tradeable": "true" - }, - { - "id": "218", - "name": "Grimy dwarf weed", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "219", - "name": "Grimy torstol", "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", + "grand_exchange_price": "1300", "durability": null, + "name": "Grimy dwarf weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "217" + }, + { "ge_buy_limit": "10000", + "grand_exchange_price": "6934", + "durability": null, + "name": "Grimy dwarf weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "218" + }, + { "requirements": "{15,75}", - "tradeable": "true" - }, - { - "id": "220", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "3200", + "durability": null, "name": "Grimy torstol", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "219" }, { - "id": "221", - "name": "Eye of newt", - "examine": "It seems to be looking at me.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "35800", + "durability": null, + "name": "Grimy torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "220" + }, + { "shop_price": "3", - "tradeable": "true" - }, - { - "id": "222", + "ge_buy_limit": "10000", + "examine": "It seems to be looking at me.", + "grand_exchange_price": "27", + "durability": null, "name": "Eye of newt", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "221" }, { - "id": "223", - "name": "Red spiders' eggs", + "ge_buy_limit": "10000", + "grand_exchange_price": "27", + "durability": null, + "name": "Eye of newt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "222" + }, + { + "ge_buy_limit": "10000", "examine": "Ewww!", - "archery_ticket_price": "0", + "grand_exchange_price": "888", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "224", "name": "Red spiders' eggs", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "223" }, { - "id": "225", - "name": "Limpwurt root", + "ge_buy_limit": "10000", + "grand_exchange_price": "888", + "durability": null, + "name": "Red spiders' eggs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "224" + }, + { + "ge_buy_limit": "10000", "examine": "The root of a limpwurt plant.", - "archery_ticket_price": "0", + "grand_exchange_price": "1984", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "226", "name": "Limpwurt root", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "225" }, { - "id": "227", - "name": "Vial of water", - "examine": "A glass vial containing water.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "1984", + "durability": null, + "name": "Limpwurt root", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "226" + }, + { "shop_price": "10", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "228", + "ge_buy_limit": "10000", + "examine": "A glass vial containing water.", + "grand_exchange_price": "35", + "durability": null, "name": "Vial of water", + "tradeable": "true", + "weight": "0.02", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "227" }, { - "id": "229", - "name": "Vial", - "examine": "An empty glass vial.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "35", + "durability": null, + "name": "Vial of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "228" + }, + { "shop_price": "5", - "tradeable": "true" - }, - { - "id": "230", + "ge_buy_limit": "10000", + "examine": "An empty glass vial.", + "grand_exchange_price": "2", + "durability": null, "name": "Vial", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "229" }, { - "id": "231", - "name": "Snape grass", - "examine": "Strange spiky grass.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "2", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "230" + }, + { "shop_price": "67", - "tradeable": "true" - }, - { - "id": "232", + "ge_buy_limit": "10000", + "examine": "Strange spiky grass.", + "grand_exchange_price": "318", + "durability": null, "name": "Snape grass", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "231" }, { - "id": "233", - "name": "Pestle and mortar", - "examine": "I can grind things for potions in this.", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "318", "durability": null, - "ge_buy_limit": "1000", + "name": "Snape grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "232" + }, + { "shop_price": "4", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "234", - "name": "Pestle and mortar", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" + "examine": "I can grind things for potions in this.", + "grand_exchange_price": "38", + "durability": null, + "name": "Pestle and mortar", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "233" }, { - "id": "235", - "name": "Unicorn horn dust", + "ge_buy_limit": "1000", + "grand_exchange_price": "38", + "durability": null, + "name": "Pestle and mortar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "234" + }, + { + "ge_buy_limit": "10000", "examine": "Finely ground horn of Unicorn.", - "archery_ticket_price": "0", + "grand_exchange_price": "2460", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "236", "name": "Unicorn horn dust", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "235" }, { - "id": "237", - "name": "Unicorn horn", + "ge_buy_limit": "10000", + "grand_exchange_price": "2460", + "durability": null, + "name": "Unicorn horn dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "236" + }, + { + "ge_buy_limit": "10000", "examine": "This horn has restorative properties.", - "archery_ticket_price": "0", + "grand_exchange_price": "2481", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "238", "name": "Unicorn horn", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "237" }, { - "id": "239", - "name": "White berries", + "ge_buy_limit": "10000", + "grand_exchange_price": "2481", + "durability": null, + "name": "Unicorn horn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "238" + }, + { + "ge_buy_limit": "10000", "examine": "Sour berries, used in potions.", - "archery_ticket_price": "0", + "grand_exchange_price": "1438", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "240", "name": "White berries", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "239" }, { - "id": "241", - "name": "Dragon scale dust", + "ge_buy_limit": "10000", + "grand_exchange_price": "1438", + "durability": null, + "name": "White berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "240" + }, + { + "ge_buy_limit": "10000", "examine": "Finely ground scale of Dragon.", - "archery_ticket_price": "0", + "grand_exchange_price": "1336", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "242", "name": "Dragon scale dust", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "241" }, { - "id": "243", - "name": "Blue dragon scale", + "ge_buy_limit": "10000", + "grand_exchange_price": "1336", + "durability": null, + "name": "Dragon scale dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "242" + }, + { + "ge_buy_limit": "10000", "examine": "A large shiny scale.", - "archery_ticket_price": "0", + "grand_exchange_price": "1244", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.01" - }, - { - "id": "244", "name": "Blue dragon scale", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "245", - "name": "Wine of zamorak", - "examine": "An evil wine that is often found in chaos temples.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "tradeable": "true", - "weight": "1" + "weight": "0.01", + "archery_ticket_price": "0", + "id": "243" }, { - "id": "246", + "ge_buy_limit": "10000", + "grand_exchange_price": "1244", + "durability": null, + "name": "Blue dragon scale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "244" + }, + { + "ge_buy_limit": "10000", + "examine": "An evil wine that is often found in chaos temples.", + "grand_exchange_price": "2768", + "durability": null, "name": "Wine of zamorak", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "245" }, { - "id": "247", - "name": "Jangerberries", + "ge_buy_limit": "10000", + "grand_exchange_price": "2768", + "durability": null, + "name": "Wine of zamorak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "246" + }, + { + "ge_buy_limit": "10000", "examine": "They don't look very ripe.", - "archery_ticket_price": "0", + "grand_exchange_price": "83", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "248", "name": "Jangerberries", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "247" }, { - "id": "249", + "ge_buy_limit": "10000", + "grand_exchange_price": "83", + "durability": null, + "name": "Jangerberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "248" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "182", + "durability": null, "name": "Clean guam", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "249" }, { - "id": "250", + "ge_buy_limit": "10000", + "grand_exchange_price": "182", + "durability": null, "name": "Clean guam", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "250" }, { - "id": "251", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "23", + "durability": null, "name": "Clean marrentill", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "251" }, { - "id": "252", + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, "name": "Clean marrentill", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "252" }, { - "id": "253", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "144", + "durability": null, "name": "Clean tarromin", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "253" }, { - "id": "254", + "ge_buy_limit": "10000", + "grand_exchange_price": "144", + "durability": null, "name": "Clean tarromin", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "254" }, { - "id": "255", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "275", + "durability": null, "name": "Clean harralander", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "255" }, { - "id": "256", + "ge_buy_limit": "10000", + "grand_exchange_price": "275", + "durability": null, "name": "Clean harralander", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "256" }, { - "id": "257", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "4930", + "durability": null, "name": "Clean ranarr", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "257" }, { - "id": "258", + "ge_buy_limit": "10000", + "grand_exchange_price": "4930", + "durability": null, "name": "Clean ranarr", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "258" }, { - "id": "259", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "2072", + "durability": null, "name": "Clean irit", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "259" }, { - "id": "260", + "ge_buy_limit": "10000", + "grand_exchange_price": "2072", + "durability": null, "name": "Clean irit", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "260" }, { - "id": "261", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "3812", + "durability": null, "name": "Clean avantoe", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "261" }, { - "id": "262", + "ge_buy_limit": "10000", + "grand_exchange_price": "3812", + "durability": null, "name": "Clean avantoe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "262" }, { - "id": "263", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "1641", + "durability": null, "name": "Clean kwuarm", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "263" }, { - "id": "264", + "ge_buy_limit": "10000", + "grand_exchange_price": "1641", + "durability": null, "name": "Clean kwuarm", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "264" }, { - "id": "265", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "1585", + "durability": null, "name": "Clean cadantine", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "265" }, { - "id": "266", + "ge_buy_limit": "10000", + "grand_exchange_price": "1585", + "durability": null, "name": "Clean cadantine", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "266" }, { - "id": "267", - "name": "Clean dwarf weed", + "ge_buy_limit": "10000", "examine": "A fresh herb.", - "archery_ticket_price": "0", + "grand_exchange_price": "6925", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "268", "name": "Clean dwarf weed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "267" }, { - "id": "269", - "name": "Clean torstol", + "ge_buy_limit": "10000", + "grand_exchange_price": "6925", + "durability": null, + "name": "Clean dwarf weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "268" + }, + { + "ge_buy_limit": "10000", "examine": "A fresh herb.", - "archery_ticket_price": "0", + "grand_exchange_price": "8400", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "270", "name": "Clean torstol", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "269" }, { - "id": "271", - "name": "Pressure gauge", + "ge_buy_limit": "10000", + "grand_exchange_price": "35900", + "durability": null, + "name": "Clean torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "270" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "It looks like part of a machine", + "durability": null, + "name": "Pressure gauge", "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null + "id": "271" }, { - "id": "272", - "name": "Fish food", - "examine": "A box of fish food / Keeps your pet fish strong and healthy.", - "archery_ticket_price": "0", "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box of fish food / Keeps your pet fish strong and healthy.", "durability": null, + "name": "Fish food", + "archery_ticket_price": "0", + "id": "272", "equipment_slot": "5" }, { - "id": "273", - "name": "Poison", - "examine": "This stuff looks nasty." - }, - { - "id": "274", - "name": "Poisoned fish food", - "examine": "This isn't good for fish.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You'll have to make more in Draynor Manor.", + "examine": "This isn't good for fish.", "durability": null, - "tradeable": "false" + "name": "Poisoned fish food", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "274" }, { - "id": "275", + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, "name": "Key", "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null + "id": "275" }, { - "id": "276", - "name": "Rubber tube", + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "It's slightly charred.", + "durability": null, + "name": "Rubber tube", "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null + "id": "276" }, { - "id": "277", - "name": "Oil can", + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "It's pretty full.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, + "name": "Oil can", "tradeable": "false", - "weight": "1" + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "277" }, { - "id": "278", - "name": "Cattleprod", "examine": "A sharp cattleprod.", - "archery_ticket_price": "0", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", "durability": null, - "equipment_slot": "3", + "name": "Cattleprod", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "278", "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "279", - "name": "Sheep feed", - "examine": "Councillor Halgrive gave me this to kill some sheep.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.2" - }, - { - "id": "280", - "name": "Sheep bones (1)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "281", - "name": "Sheep bones (2)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "282", - "name": "Sheep bones (3)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "283", - "name": "Sheep bones (4)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "284", - "name": "Plague jacket", - "examine": "This should protect me from the plague, I hope!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.2" - }, - { - "id": "285", - "name": "Plague trousers", - "examine": "A thick pair of leather trousers. or These should protect me from the plague, I hope!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2.2" - }, - { - "id": "286", - "name": "Orange goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "287", - "name": "Blue goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "288", - "name": "Goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "16", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "289", - "name": "Goblin mail", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "290", - "name": "Research package", - "examine": "This contains some vital research results.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "1" - }, - { - "id": "291", - "name": "Notes", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "292", - "name": "Book on baxtorian", - "examine": "A book on elven history in northern 2009Scape.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "293", - "name": "A key", - "examine": "This will unlock something. (Waterfall Quest)", - "archery_ticket_price": "0", - "tradeable": "false", - "weight": "0.01" - }, - { - "id": "294", - "name": "Glarial's pebble", - "examine": "A small pebble with elven inscription.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "295", - "name": "Glarial's amulet", - "examine": "A bright green gem set in a necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "296", - "name": "Glarial's urn", - "examine": "An urn containing Glarial's ashes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "297", - "name": "Glarial's urn", - "examine": "An empty urn made for Glarial's ashes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "298", - "name": "A key", - "examine": "This will unlock something. (Waterfall dungeon)", - "archery_ticket_price": "0", - "tradeable": "false", - "weight": "0.01" - }, - { - "id": "299", - "name": "Mithril seeds", - "examine": "Magical seeds in a mithril case.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "300", - "name": "Rat's tail", - "examine": "A bit of rat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "301", - "name": "Lobster pot", - "examine": "Useful for catching lobsters.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{10,40}", - "shop_price": "20", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "302", - "name": "Lobster pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "303", - "name": "Small fishing net", - "examine": "Useful for catching small fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "40", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "304", - "name": "Small fishing net", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "305", - "name": "Big fishing net", - "examine": "Useful for catching lots of fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{16,10}", - "shop_price": "20", - "tradeable": "true", - "weight": "8.1" - }, - { - "id": "306", - "name": "Big fishing net", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "307", - "name": "Fishing rod", - "examine": "Useful for catching sardine or herring.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{5,10}", - "shop_price": "5", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "308", - "name": "Fishing rod", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "309", - "name": "Fly fishing rod", - "examine": "Useful for catching salmon or trout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,10}", - "shop_price": "5", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "310", - "name": "Fly fishing rod", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "311", - "name": "Harpoon", - "examine": "Useful for catching big fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{10,35}", - "shop_price": "45", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "312", - "name": "Harpoon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "313", - "name": "Fishing bait", - "examine": "For use with a fishing rod.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "314", - "name": "Feather", - "examine": "Used for fly fishing.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "315", - "name": "Shrimps", - "examine": "Some nicely cooked shrimp.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "316", - "name": "Shrimps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "317", - "name": "Raw shrimps", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "6", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "318", - "name": "Raw shrimps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "319", - "name": "Anchovies", - "examine": "Some nicely cooked anchovies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "320", - "name": "Anchovies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "321", - "name": "Raw anchovies", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "16", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "322", - "name": "Raw anchovies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "324", - "name": "Burnt fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "325", - "name": "Sardine", - "examine": "Some nicely cooked Sardines.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "10", - "tradeable": "true", - "weight": "0.12" - }, - { - "id": "326", - "name": "Sardine", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "327", - "name": "Raw sardine", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "7", - "tradeable": "true", - "weight": "0.12" - }, - { - "id": "328", - "name": "Raw sardine", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "329", - "name": "Salmon", - "examine": "Some nicely cooked salmon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "88", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "330", - "name": "Salmon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "331", - "name": "Raw salmon", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "36", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "332", - "name": "Raw salmon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "333", - "name": "Trout", - "examine": "Some nicely cooked trout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "7", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "334", - "name": "Trout", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "335", - "name": "Raw trout", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "7", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "336", - "name": "Raw trout", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "337", - "name": "Giant carp", - "examine": "Some nicely cooked giant carp.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "338", - "name": "Raw giant carp", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "339", - "name": "Cod", - "examine": "Some nicely cooked fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "49", - "tradeable": "true", - "weight": "0.33" - }, - { - "id": "340", - "name": "Cod", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "341", - "name": "Raw cod", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "49", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "342", - "name": "Raw cod", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "344", - "name": "Burnt fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "345", - "name": "Raw herring", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "346", - "name": "Raw herring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "347", - "name": "Herring", - "examine": "Some nicely cooked herring.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "6", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "348", - "name": "Herring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "349", - "name": "Raw pike", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "350", - "name": "Raw pike", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "351", - "name": "Pike", - "examine": "Some nicely cooked pike.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "352", - "name": "Pike", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "353", - "name": "Raw mackerel", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "26", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "354", - "name": "Raw mackerel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "355", - "name": "Mackerel", - "examine": "Some nicely cooked fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "23", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "356", - "name": "Mackerel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "358", - "name": "Burnt fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "359", - "name": "Raw tuna", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.379" - }, - { - "id": "360", - "name": "Raw tuna", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "361", - "name": "Tuna", - "examine": "Wow, this is a big fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "126", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "362", - "name": "Tuna", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "363", - "name": "Raw bass", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "364", - "name": "Raw bass", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "365", - "name": "Bass", - "examine": "Wow, this is a big fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "270", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "366", - "name": "Bass", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "368", - "name": "Burnt fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "370", - "name": "Burnt fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "371", - "name": "Raw swordfish", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "372", - "name": "Raw swordfish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "373", - "name": "Swordfish", - "examine": "I'd better be careful eating this!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "400", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "374", - "name": "Swordfish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "376", - "name": "Burnt swordfish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "377", - "name": "Raw lobster", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "378", - "name": "Raw lobster", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "379", - "name": "Lobster", - "examine": "This looks tricky to eat.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "107", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "380", - "name": "Lobster", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "382", - "name": "Burnt lobster", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "383", - "name": "Raw shark", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.7" - }, - { - "id": "384", - "name": "Raw shark", - "examine": "", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "385", - "name": "Shark", - "examine": "I'd better be careful eating this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "386", - "name": "Shark", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "388", - "name": "Burnt shark", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "389", - "name": "Raw manta ray", - "examine": "A rare catch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "390", - "name": "Raw manta ray", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "391", - "name": "Manta ray", - "examine": "Mmmm...this looks tasty!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "392", - "name": "Manta ray", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "394", - "name": "Burnt manta ray", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "395", - "name": "Raw sea turtle", - "examine": "A rare catch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "396", - "name": "Raw sea turtle", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "397", - "name": "Sea turtle", - "examine": "Tasty!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.35" - }, - { - "id": "398", - "name": "Sea turtle", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "400", - "name": "Burnt sea turtle", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "401", - "name": "Seaweed", - "examine": "Slightly damp seaweed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "402", - "name": "Seaweed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "403", - "name": "Edible seaweed", - "examine": "Slightly damp seaweed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "404", - "name": "Edible seaweed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "405", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "5" - }, - { - "id": "406", - "name": "Casket", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "407", - "name": "Oyster", - "examine": "Its a rare oyster.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "408", - "name": "Oyster", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "409", - "name": "Empty oyster", - "examine": "Aww, it's empty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5", - "tradeable": "true", - "weight": "0.08" - }, - { - "id": "410", - "name": "Empty oyster", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "411", - "name": "Oyster pearl", - "examine": "I could work wonders with a chisel on this pearl.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "500", - "shop_price": "44", - "tradeable": "true" - }, - { - "id": "412", - "name": "Oyster pearl", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "413", - "name": "Oyster pearls", - "examine": "I could work wonders with a chisel on these pearls.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "414", - "name": "Oyster pearls", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "415", - "name": "Ethenea", - "examine": "An expensive colourless liquid.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "416", - "name": "Liquid honey", - "examine": "This isn't worth much.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "417", - "name": "Sulphuric broline", - "examine": "It's highly poisonous.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "418", - "name": "Plague sample", - "examine": "Probably best I don't keep this too long.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "419", - "name": "Touch paper", - "examine": "A special kind of paper.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "420", - "name": "Distillator", - "examine": "Apparently it distills.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "421", - "name": "Lathas' amulet", - "examine": "Yup. It's an amulet.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "422", - "name": "Bird feed", - "examine": "Birds love this stuff!", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "424", - "name": "Pigeon cage", - "examine": "(empty) It's empty... (full) It's full of pigeons.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "425", - "name": "Pigeon cage", - "examine": "(empty) It's empty... (full) It's full of pigeons.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "426", - "name": "Priest gown", - "examine": "Top half of a priest suit.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "5", - "tradeable": "true", - "weight": "2" - }, - { - "id": "427", - "name": "Priest gown", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "428", - "name": "Priest gown", - "examine": "Bottom half of a priest suit.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "2" - }, - { - "id": "429", - "name": "Priest gown", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "430", - "name": "Doctors' gown", - "examine": "Medical looking.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "1" - }, - { - "id": "431", - "name": "Karamjan rum", - "examine": "A very strong spirit brewed in Karamja.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "27" - }, - { - "id": "433", - "name": "Pirate message", - "examine": "Pirates don't have the best handwriting...", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "434", - "name": "Clay", - "examine": "Some hard dry clay.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "435", - "name": "Clay", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "436", - "name": "Copper ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tokkul_price": "4", - "tradeable": "true", - "weight": "2" - }, - { - "id": "437", - "name": "Copper ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "438", - "name": "Tin ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "6", - "tokkul_price": "4", - "tradeable": "true", - "weight": "2.25" - }, - { - "id": "439", - "name": "Tin ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "440", - "name": "Iron ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tokkul_price": "25", - "tradeable": "true", - "weight": "2.25" - }, - { - "id": "441", - "name": "Iron ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "442", - "name": "Silver ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "82", - "tokkul_price": "112", - "tradeable": "true", - "weight": "2" - }, - { - "id": "443", - "name": "Silver ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "444", - "name": "Gold ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tokkul_price": "225", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "445", - "name": "Gold ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "446", - "name": "'perfect' gold ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "447", - "name": "Mithril ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "243", - "tokkul_price": "243", - "tradeable": "true", - "weight": "1.75" - }, - { - "id": "448", - "name": "Mithril ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "449", - "name": "Adamantite ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "1300", - "tokkul_price": "600", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "450", - "name": "Adamantite ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "451", - "name": "Runite ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tokkul_price": "4800", - "tradeable": "true", - "weight": "2.25" - }, - { - "id": "452", - "name": "Runite ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "453", - "name": "Coal", - "examine": "Hmm a non-renewable energy source!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tokkul_price": "67", - "tradeable": "true", - "weight": "2.25" - }, - { - "id": "454", - "name": "Coal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "455", - "name": "Barcrawl card", - "examine": "The official Alfred Grimhand bar crawl card.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "456", - "name": "Scorpion cage", - "examine": "It's empty!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.15" - }, - { - "id": "457", - "name": "Scorpion cage", - "examine": "There is 1 scorpion inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.175" - }, - { - "id": "458", - "name": "Scorpion cage", - "examine": "There are 2 scorpions inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "459", - "name": "Scorpion cage", - "examine": "There is 1 scorpion inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.175" - }, - { - "id": "460", - "name": "Scorpion cage", - "examine": "There are 2 scorpions inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "461", - "name": "Scorpion cage", - "examine": "There is 1 scorpion inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.175" - }, - { - "id": "462", - "name": "Scorpion cage", - "examine": "There are 2 scorpions inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "463", - "name": "Scorpion cage", - "examine": "There are 3 scorpions inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.225" - }, - { - "id": "464", - "name": "Strange fruit", - "examine": "Found on strange plants that grow around Karamja.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "465", - "name": "Strange fruit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "466", - "name": "Pickaxe handle", - "examine": "Useless without the head.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "467", - "name": "Pickaxe handle", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "468", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "469", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "470", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "471", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "472", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "473", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "474", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "475", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "476", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "477", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "478", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "479", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "480", - "name": "Bronze pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "481", - "name": "Bronze pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "482", - "name": "Iron pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "483", - "name": "Iron pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "484", - "name": "Steel pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "485", - "name": "Steel pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "486", - "name": "Mithril pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "487", - "name": "Mithril pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "488", - "name": "Adamant pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "489", - "name": "Adamant pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "490", - "name": "Rune pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "491", - "name": "Rune pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "492", - "name": "Picture", - "examine": "Useless without the head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "493", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "494", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "495", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "496", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "497", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "498", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "499", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "500", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "501", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "502", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "503", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "504", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "505", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "506", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "507", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "508", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "509", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "510", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "511", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "512", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "513", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "514", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "515", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "516", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "517", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "518", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "519", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "520", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "521", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "522", - "name": "Enchanted beef", - "examine": "I don't fancy eating this now.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "523", - "name": "Enchanted rat meat", - "examine": "I don't fancy eating this now.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "524", - "name": "Enchanted bear meat", - "examine": "I don't fancy eating this now.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "525", - "name": "Enchanted chicken", - "examine": "I don't fancy eating this now.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "526", - "name": "Bones", - "examine": "Bones are for burying!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "190", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "527", - "name": "Bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "190", - "tradeable": "true" - }, - { - "id": "528", - "name": "Burnt bones", - "examine": "Bones are for burying!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "529", - "name": "Burnt bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "530", - "name": "Bat bones", - "examine": "Ew it's a pile of bones.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "531", - "name": "Bat bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "532", - "name": "Big bones", - "examine": "Normal: Ew, it's a pile of bones.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "593", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "533", - "name": "Big bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "593", - "tradeable": "true" - }, - { - "id": "534", - "name": "Babydragon bones", - "examine": "Ew, it's a pile of bones.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.7" - }, - { - "id": "535", - "name": "Babydragon bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "536", - "name": "Dragon bones", - "examine": "These would feed a dog for months!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "537", - "name": "Dragon bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "538", - "name": "Druid's robe", - "examine": "Keeps a druid's knees nice and warm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "539", - "name": "Druid's robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "540", - "name": "Druid's robe", - "examine": "I feel closer to the gods when I am wearing this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true" - }, - { - "id": "541", - "name": "Druid's robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "542", - "name": "Monk's robe", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "543", - "name": "Monk's robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "544", - "name": "Monk's robe", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,6,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true" - }, - { - "id": "545", - "name": "Monk's robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "546", - "name": "Shade robe", - "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2" - }, - { - "id": "548", - "name": "Shade robe", - "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", - "durability": null, - "equipment_slot": "7", - "weight": "2" - }, - { - "id": "550", - "name": "Newcomer map", - "examine": "Issued by 2009Scape Council to all new citizens.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "551", - "name": "Newcomer map", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "552", - "name": "Ghostspeak amulet", - "examine": "It lets me talk to ghosts.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "553", - "name": "Ghost's skull", - "examine": "Ooooh spooky!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you get rid of the skull you'll have to search for it again.", - "durability": null, - "tradeable": "false" - }, - { - "id": "554", - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "17", - "tokkul_price": "6", - "tradeable": "true" - }, - { - "id": "555", - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "17", - "tokkul_price": "6", - "tradeable": "true" - }, - { - "id": "556", - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "17", - "tokkul_price": "6", - "tradeable": "true" - }, - { - "id": "557", - "name": "Earth rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "17", - "tokkul_price": "6", - "tradeable": "true" - }, - { - "id": "558", - "name": "Mind rune", - "examine": "Used for basic missile spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "17", - "tokkul_price": "4", - "tradeable": "true" - }, - { - "id": "559", - "name": "Body rune", - "examine": "Used for Curse spells", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "16", - "tokkul_price": "4", - "tradeable": "true" - }, - { - "id": "560", - "name": "Death rune", - "examine": "Used for medium missile spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "310", - "tokkul_price": "270", - "tradeable": "true" - }, - { - "id": "561", - "name": "Nature rune", - "examine": "Used for alchemy spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "372", - "tradeable": "true" - }, - { - "id": "562", - "name": "Chaos rune", - "examine": "Used for small missile spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "140", - "tokkul_price": "135", - "tradeable": "true" - }, - { - "id": "563", - "name": "Law rune", - "examine": "Used for teleport spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "378", - "tradeable": "true" - }, - { - "id": "564", - "name": "Cosmic rune", - "examine": "Used for enchant spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "232", - "tradeable": "true" - }, - { - "id": "565", - "name": "Blood rune", - "examine": "Used for large missile spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "550", - "tradeable": "true" - }, - { - "id": "566", - "name": "Soul rune", - "examine": "Used for high level curse spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "400", - "tradeable": "true" - }, - { - "id": "567", - "name": "Unpowered orb", - "examine": "I'd prefer it if it was powered.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "568", - "name": "Unpowered orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "569", - "name": "Fire orb", - "examine": "A magic glowing orb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "570", - "name": "Fire orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "571", - "name": "Water orb", - "examine": "A magic glowing orb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "572", - "name": "Water orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "573", - "name": "Air orb", - "examine": "A magic glowing orb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "574", - "name": "Air orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "575", - "name": "Earth orb", - "examine": "A magic glowing orb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "576", - "name": "Earth orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "577", - "name": "Wizard robe", - "examine": "I can do magic better in this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "4", - "tradeable": "true", - "weight": "1" - }, - { - "id": "578", - "name": "Wizard robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "579", - "name": "Wizard hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "2", - "tradeable": "true", - "weight": "0.45" - }, - { - "id": "580", - "name": "Wizard hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "581", - "name": "Black robe", - "examine": "I can do magic better in this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "5", - "tradeable": "true", - "weight": "1" - }, - { - "id": "582", - "name": "Black robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "583", - "name": "Bailing bucket", - "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "1" - }, - { - "id": "584", - "name": "Bailing bucket", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "585", - "name": "Bailing bucket", - "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "1" - }, - { - "id": "586", - "name": "Bailing bucket", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "587", - "name": "Orb of protection", - "examine": "A strange glowing green orb.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "588", - "name": "Orbs of protection", - "examine": "Two strange glowing green orbs.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "589", - "name": "Gnome amulet", - "examine": "It's an amulet of protection given to me by the Gnomes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,13,13,13,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "590", - "name": "Tinderbox", - "examine": "Useful for lighting a fire.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "591", - "name": "Tinderbox", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "592", - "name": "Ashes", - "examine": "A heap of ashes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.056" - }, - { - "id": "593", - "name": "Ashes", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "594", - "name": "Lit torch", - "examine": "A lit home-made torch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "596", - "name": "Unlit torch", - "examine": "An unlit home-made torch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "597", - "name": "Unlit torch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "598", - "name": "Bronze fire arrows", - "examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "600", - "name": "Astronomy book", - "examine": "A book on the history of astronomy in 2009Scape.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "601", - "name": "Goblin kitchen key", - "examine": "A small key for a large door.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another, down in the dungeon.", - "durability": null, - "tradeable": "false" - }, - { - "id": "602", - "name": "Lens mould", - "examine": "An unusual clay mould in the shape of a disc.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to get another down in the dungeon.", - "durability": null, - "tradeable": "false" - }, - { - "id": "603", - "name": "Observatory lens", - "examine": "A perfectly circular disc of glass.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "604", - "name": "Bone shard", - "examine": "A slender bone shard given to you by Zadimus.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160" - }, - { - "id": "605", - "name": "Bone key", - "examine": "A key fashioned from a shard of bone. (Shilo Village)", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "100" - }, - { - "id": "606", - "name": "Stone-plaque", - "examine": "A stone plaque with carved letters in it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "607", - "name": "Tattered scroll", - "examine": "An ancient tattered scroll.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "608", - "name": "Crumpled scroll", - "examine": "An ancient crumpled scroll.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "100" - }, - { - "id": "609", - "name": "Rashiliyia corpse", - "examine": "The remains of the Zombie Queen.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "610", - "name": "Zadimus corpse", - "examine": "The remains of Zadimus.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "611", - "name": "Locating crystal", - "examine": "A magical crystal sphere.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "612", - "name": "Locating crystal", - "examine": "A magical crystal sphere.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "613", - "name": "Locating crystal", - "examine": "A magical crystal sphere.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "614", - "name": "Locating crystal", - "examine": "A magical crystal sphere.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "615", - "name": "Locating crystal", - "examine": "A magical crystal sphere.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "616", - "name": "Beads of the dead", - "examine": "A curious looking neck ornament.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,0,0", - "destroy": "true", - "destroy_message": "You made the beads of the dead during the Shilo Village quest. You can get another from Yanni Salika in Shilo Village for 1200 gold.", - "durability": null, - "equipment_slot": "2", - "shop_price": "1200", - "tradeable": "false" - }, - { - "id": "617", - "name": "Coins", - "examine": "Lovely money!", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "618", - "name": "Bone beads", - "examine": "Beads carved out of a bone.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "619", - "name": "Paramaya ticket", - "examine": "Allows you to rest in the luxurious Paramayer Inn.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "35" - }, - { - "id": "620", - "name": "Paramaya ticket", - "examine": "Allows you to rest in the luxurious Paramayer Inn.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "35" - }, - { - "id": "621", - "name": "Ship ticket", - "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "623", - "name": "Sword pommel", - "examine": "An ivory sword pommel.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "624", - "name": "Bervirius notes", - "examine": "Notes taken from the tomb of Bervirius.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "625", - "name": "Wampum belt", - "examine": "A decorated belt used to trade information between distant villages.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "626", - "name": "Boots", - "examine": "They're soft, silky and pink.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "627", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "628", - "name": "Boots", - "examine": "They're soft, silky and green.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "629", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "630", - "name": "Boots", - "examine": "They're soft, silky and blue.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "631", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "632", - "name": "Boots", - "examine": "They're soft, silky and cream.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "633", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "634", - "name": "Boots", - "examine": "They're soft, silky and turquoise.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "635", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "636", - "name": "Robe top", - "examine": "The ultimate in gnome design, now in pink.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "637", - "name": "Robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "638", - "name": "Robe top", - "examine": "The ultimate in gnome design, now in green.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "639", - "name": "Robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "640", - "name": "Robe top", - "examine": "The ultimate in gnome design, now in blue.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "641", - "name": "Robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "642", - "name": "Robe top", - "examine": "The ultimate in gnome design, now in cream.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "643", - "name": "Robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "644", - "name": "Robe top", - "examine": "The ultimate in gnome design, now in turquoise.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "645", - "name": "Robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "646", - "name": "Robe bottoms", - "examine": "Made by tree gnomes with a thing for pink.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "647", - "name": "Robe bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "648", - "name": "Robe bottoms", - "examine": "Made by tree gnomes with a thing for green.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "649", - "name": "Robe bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "650", - "name": "Robe bottoms", - "examine": "Made by tree gnomes with a thing for blue.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "651", - "name": "Robe bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "652", - "name": "Robe bottoms", - "examine": "Made by tree gnomes with a thing for cream.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "653", - "name": "Robe bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "654", - "name": "Robe bottoms", - "examine": "Made by tree gnomes with a thing for turquoise.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "655", - "name": "Robe bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "656", - "name": "Hat", - "examine": "A silly, pink pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "657", - "name": "Hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "658", - "name": "Hat", - "examine": "A silly, green pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "659", - "name": "Hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "660", - "name": "Hat", - "examine": "A silly, blue pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "661", - "name": "Hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "662", - "name": "Hat", - "examine": "A silly, cream pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "663", - "name": "Hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "664", - "name": "Hat", - "examine": "A silly, turquoise pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "665", - "name": "Hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "666", - "name": "Portrait", - "examine": "Picture of a posing Paladin.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "667", - "name": "Blurite sword", - "examine": "A Faladian Knight's sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,10,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "292", - "run_anim": "824", - "stand_anim": "809", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "668", - "name": "Blurite ore", - "examine": "Definitely blue.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.2" - }, - { - "id": "669", - "name": "Specimen jar", - "examine": "A receptacle for specimens!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "670", - "name": "Specimen brush", - "examine": "A small brush used to clean rock samples.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "671", - "name": "Animal skull", - "examine": "A carefully-kept-safe skull sample.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "672", - "name": "Special cup", - "examine": "A special cup.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "673", - "name": "Teddy", - "examine": "A lucky mascot.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "674", - "name": "Cracked sample", - "examine": "A roughly shaped piece of rock.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "1" - }, - { - "id": "675", - "name": "Rock pick", - "examine": "A small pick for digging.", - "archery_ticket_price": "0", - "durability": null, + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", "equipment_slot": "3" }, { - "id": "676", - "name": "Trowel", - "examine": "Used for digging!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "677", - "name": "Panning tray", - "examine": "An empty tray for panning.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "678", - "name": "Panning tray", - "examine": "This tray contains gold nuggets.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "679", - "name": "Panning tray", - "examine": "This tray contains mud.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "680", - "name": "Nuggets", - "examine": "Pure, lovely gold!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "681", - "name": "Ancient talisman", - "examine": "An unusual symbol as yet unidentified by the archaeological expert.", - "archery_ticket_price": "0", + "examine": "Councillor Halgrive gave me this to kill some sheep.", "durability": null, - "weight": "0.2" + "name": "Sheep feed", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "279" }, { - "id": "682", - "name": "Unstamped letter", - "examine": "A letter waiting to be stamped.", - "archery_ticket_price": "0", - "destroy": "true", + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "durability": null, - "tradeable": "false", - "weight": "1" + "name": "Sheep bones (1)", + "archery_ticket_price": "0", + "id": "280" }, { - "id": "683", - "name": "Sealed letter", - "examine": "A sealed letter of recommendation.", - "archery_ticket_price": "0", - "destroy": "true", + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "durability": null, - "tradeable": "false" + "name": "Sheep bones (2)", + "archery_ticket_price": "0", + "id": "281" }, { - "id": "684", - "name": "Belt buckle", - "examine": "Used to hold up trousers!", - "archery_ticket_price": "0", + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "durability": null, - "weight": "1" + "name": "Sheep bones (3)", + "archery_ticket_price": "0", + "id": "282" }, { - "id": "685", - "name": "Old boot", - "examine": "Phew!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "686", - "name": "Rusty sword", - "examine": "A decent-enough weapon gone rusty.", - "archery_ticket_price": "0", + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "durability": null, - "weight": "2" + "name": "Sheep bones (4)", + "archery_ticket_price": "0", + "id": "283" }, { - "id": "687", - "name": "Broken arrow", - "examine": "This must have been shot at high speed.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "688", - "name": "Buttons", - "examine": "Not Dick Whittington's helper at all!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "689", - "name": "Broken staff", - "examine": "I pity the poor person beaten with this!", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", + "remove_sleeves": "true", + "examine": "This should protect me from the plague, I hope!", "durability": null, + "name": "Plague jacket", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "284", + "equipment_slot": "4" + }, + { + "examine": "A thick pair of leather trousers. or These should protect me from the plague, I hope!", + "durability": null, + "name": "Plague trousers", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "285", + "equipment_slot": "7" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Orange goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "286", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Blue goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "287", + "equipment_slot": "4" + }, + { + "shop_price": "16", + "ge_buy_limit": "100", + "examine": "Armour designed to fit goblins.", + "grand_exchange_price": "398", + "durability": null, + "name": "Goblin mail", "tradeable": "true", - "weight": "1.8" + "weight": "3.6", + "archery_ticket_price": "0", + "id": "288", + "equipment_slot": "4" }, { - "id": "690", - "name": "Picture", - "examine": "Smashed glass.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "691", - "name": "Level 1 certificate", - "examine": "The owner has passed Earth Sciences Level 1 exam.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "692", - "name": "Level 2 certificate", - "examine": "The owner has passed Earth Sciences Level 2 exam.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "693", - "name": "Level 3 certificate", - "examine": "The owner has passed Earth Sciences Level 3 exam.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "694", - "name": "Ceramic remains", - "examine": "Smashing!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "695", - "name": "Old tooth", - "examine": "Now, if I could just find a tooth fairy to sell this to...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "696", - "name": "Invitation letter", - "examine": "A letter inviting me to use the private digging shafts.", - "archery_ticket_price": "0", - "destroy": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "398", "durability": null, - "tradeable": "false" + "name": "Goblin mail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "289" }, { - "id": "697", - "name": "Damaged armour", - "examine": "It would be hard to repair this!", - "archery_ticket_price": "0", + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This contains some vital research results.", "durability": null, - "weight": "7.75" + "name": "Research package", + "weight": "1", + "archery_ticket_price": "0", + "id": "290" }, { - "id": "698", - "name": "Broken armour", - "examine": "Armour left over from a great fight.", - "archery_ticket_price": "0", + "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, - "weight": "8" + "name": "Notes", + "archery_ticket_price": "0", + "id": "291" }, { - "id": "699", - "name": "Stone tablet", - "examine": "An old stone slab with writing on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "700", - "name": "Chemical powder", - "examine": "An acrid chemical.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "701", - "name": "Ammonium nitrate", - "examine": "An acrid chemical.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "702", - "name": "Unidentified liquid", - "examine": "A strong chemical.", - "archery_ticket_price": "0", - "destroy": "true", + "examine": "A book on elven history in northern 2009Scape.", "durability": null, + "name": "Book on baxtorian", + "archery_ticket_price": "0", + "id": "292" + }, + { + "examine": "A small pebble with elven inscription.", + "durability": null, + "name": "Glarial's pebble", + "archery_ticket_price": "0", + "id": "294" + }, + { + "examine": "A bright green gem set in a necklace.", + "durability": null, + "name": "Glarial's amulet", + "archery_ticket_price": "0", + "id": "295", + "equipment_slot": "2" + }, + { + "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.", + "durability": null, + "name": "Glarial's urn", + "archery_ticket_price": "0", + "id": "296" + }, + { + "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.", + "durability": null, + "name": "Glarial's urn", + "archery_ticket_price": "0", + "id": "297" + }, + { + "shop_price": "300", + "ge_buy_limit": "5000", + "examine": "Magical seeds in a mithril case.", + "grand_exchange_price": "623", + "durability": null, + "name": "Mithril seeds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "299" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A bit of rat.", + "durability": null, + "name": "Rat's tail", "tradeable": "false", - "weight": "1" + "destroy": "true", + "archery_ticket_price": "0", + "id": "300" }, { - "id": "703", - "name": "Nitroglycerin", - "examine": "A strong chemical.", - "archery_ticket_price": "0", + "requirements": "{10,40}", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Useful for catching lobsters.", + "grand_exchange_price": "100", "durability": null, - "shop_price": "1", - "weight": "1" + "name": "Lobster pot", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "301" }, { - "id": "704", - "name": "Ground charcoal", - "examine": "Charcoal - crushed to small pieces!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "705", - "name": "Mixed chemicals", - "examine": "A mixture of strong chemicals.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "100", "durability": null, - "shop_price": "1", - "weight": "0.03" + "name": "Lobster pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "302" }, { - "id": "706", - "name": "Mixed chemicals", - "examine": "A mixture of strong chemicals.", - "archery_ticket_price": "0", + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "Useful for catching small fish.", + "grand_exchange_price": "397", "durability": null, - "shop_price": "1", - "weight": "0.035" + "name": "Small fishing net", + "tradeable": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "303" }, { - "id": "707", - "name": "Chemical compound", - "examine": "A mixture of strong chemicals.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "397", "durability": null, - "weight": "0.035" - }, - { - "id": "708", - "name": "Arcenia root", - "examine": "The root of an arcenia plant.", + "name": "Small fishing net", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null + "id": "304" }, { - "id": "709", - "name": "Chest key", - "examine": "This key opens a chest in the Carnillean household." - }, - { - "id": "710", - "name": "Vase", - "examine": "An unusually shaped vase. You can see something glinting inside.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "711", - "name": "Book on chemicals", - "examine": "It's about chemicals, judging from its cover.", - "archery_ticket_price": "0", + "requirements": "{16,10}", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Useful for catching lots of fish.", + "grand_exchange_price": "329", "durability": null, - "weight": "0.5" + "name": "Big fishing net", + "tradeable": "true", + "weight": "8.1", + "archery_ticket_price": "0", + "id": "305" }, { - "id": "712", - "name": "Cup of tea", - "examine": "A nice cup of tea.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "329", "durability": null, + "name": "Big fishing net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "306" + }, + { + "requirements": "{5,10}", + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Useful for catching sardine or herring.", + "grand_exchange_price": "74", + "durability": null, + "name": "Fishing rod", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "307" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "74", + "durability": null, + "name": "Fishing rod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "308" + }, + { + "requirements": "{20,10}", + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Useful for catching salmon or trout.", + "grand_exchange_price": "123", + "durability": null, + "name": "Fly fishing rod", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "309" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "123", + "durability": null, + "name": "Fly fishing rod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "310" + }, + { + "requirements": "{10,35}", + "shop_price": "45", + "ge_buy_limit": "5000", + "examine": "Useful for catching big fish.", + "grand_exchange_price": "235", + "durability": null, + "name": "Harpoon", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "311" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "235", + "durability": null, + "name": "Harpoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "312" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "For use with a fishing rod.", + "grand_exchange_price": "3", + "durability": null, + "name": "Fishing bait", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "313" + }, + { + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Used for fly fishing.", + "grand_exchange_price": "24", + "durability": null, + "name": "Feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "314" + }, + { + "ge_buy_limit": "10000", + "examine": "Some nicely cooked shrimp.", + "grand_exchange_price": "9", + "durability": null, + "name": "Shrimps", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "315" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "9", + "durability": null, + "name": "Shrimps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "316" + }, + { + "shop_price": "6", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "7", + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "317" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "7", + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "318" + }, + { + "ge_buy_limit": "10000", + "examine": "Some nicely cooked anchovies.", + "grand_exchange_price": "26", + "durability": null, + "name": "Anchovies", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "319" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "26", + "durability": null, + "name": "Anchovies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "320" + }, + { + "shop_price": "16", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "11", + "durability": null, + "name": "Raw anchovies", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "321" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "11", + "durability": null, + "name": "Raw anchovies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "322" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "324" + }, + { "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked Sardines.", + "grand_exchange_price": "12", + "durability": null, + "name": "Sardine", "tradeable": "true", - "weight": "0.1" + "weight": "0.12", + "archery_ticket_price": "0", + "id": "325" }, { - "id": "714", - "name": "Radimus notes", - "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "715", - "name": "Radimus notes", - "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "716", - "name": "Bull roarer", - "examine": "It makes a loud but interesting sound when swung in the air.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "717", - "name": "Scrawled note", - "examine": "A scrawled note with spidery writing on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "718", - "name": "A scribbled note", - "examine": "A scrawled note with spidery writing on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "719", - "name": "Scrumpled note", - "examine": "A scrawled note with spidery writing on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "720", - "name": "Sketch", - "examine": "A rough sketch of a bowl shaped vessel given to you by Gujuo.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "721", - "name": "Gold bowl", - "examine": "A specially made bowl constructed out of pure gold.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "722", - "name": "Blessed gold bowl", - "examine": "A specially made bowl constructed out of pure gold and blessed.", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "12", "durability": null, - "weight": "0.8" + "name": "Sardine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "326" }, { - "id": "723", - "name": "Golden bowl", - "examine": "A blessed golden bowl. It has pure sacred water in it.", - "archery_ticket_price": "0", + "shop_price": "7", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "31", "durability": null, - "weight": "1" + "name": "Raw sardine", + "tradeable": "true", + "weight": "0.12", + "archery_ticket_price": "0", + "id": "327" }, { - "id": "724", - "name": "Golden bowl", - "examine": "A blessed golden bowl. It has pure sacred water in it.", - "archery_ticket_price": "0", + "ge_buy_limit": "20000", + "grand_exchange_price": "31", "durability": null, - "weight": "1" + "name": "Raw sardine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "328" }, { - "id": "725", - "name": "Golden bowl", - "examine": "A blessed golden bowl. It has pure sacred water in it.", - "archery_ticket_price": "0", + "shop_price": "88", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked salmon.", + "grand_exchange_price": "278", "durability": null, - "weight": "1" + "name": "Salmon", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "329" }, { - "id": "726", - "name": "Golden bowl", - "examine": "A blessed golden bowl. It has pure sacred water in it.", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "278", "durability": null, - "weight": "1" + "name": "Salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "330" }, { - "id": "727", - "name": "Hollow reed", - "examine": "One of nature's pipes.", - "archery_ticket_price": "0", + "shop_price": "36", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "172", "durability": null, - "weight": "0.012" + "name": "Raw salmon", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "331" }, { - "id": "728", - "name": "Hollow reed", - "examine": "One of nature's pipes.", - "archery_ticket_price": "0", + "ge_buy_limit": "20000", + "grand_exchange_price": "172", "durability": null, - "weight": "0.012" + "name": "Raw salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "332" }, { - "id": "729", - "name": "Shamans tome", - "examine": "It looks like the Shamans personal notes...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "730", - "name": "Binding book", - "examine": "An ancient tome on Demonology.", - "archery_ticket_price": "0", + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked trout.", + "grand_exchange_price": "172", "durability": null, - "weight": "0.5" + "name": "Trout", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "333" }, { - "id": "731", - "name": "Enchanted vial", - "examine": "An enchanted empty glass vial.", + "ge_buy_limit": "10000", + "grand_exchange_price": "172", + "durability": null, + "name": "Trout", + "tradeable": "true", "archery_ticket_price": "0", + "id": "334" + }, + { + "shop_price": "7", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "67", + "durability": null, + "name": "Raw trout", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "335" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "67", + "durability": null, + "name": "Raw trout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "336" + }, + { + "examine": "Some nicely cooked giant carp.", + "durability": null, + "name": "Giant carp", + "archery_ticket_price": "0", + "id": "337" + }, + { + "examine": "I should try cooking this.", + "durability": null, + "name": "Raw giant carp", + "archery_ticket_price": "0", + "id": "338" + }, + { + "shop_price": "49", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked fish.", + "grand_exchange_price": "19", + "durability": null, + "name": "Cod", + "tradeable": "true", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "339" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "19", + "durability": null, + "name": "Cod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "340" + }, + { + "shop_price": "49", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "29", + "durability": null, + "name": "Raw cod", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "341" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "29", + "durability": null, + "name": "Raw cod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "342" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "344" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "63", + "durability": null, + "name": "Raw herring", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "345" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "63", + "durability": null, + "name": "Raw herring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "346" + }, + { + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked herring.", + "grand_exchange_price": "23", + "durability": null, + "name": "Herring", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "347" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, + "name": "Herring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "348" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "72", + "durability": null, + "name": "Raw pike", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "349" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "72", + "durability": null, + "name": "Raw pike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "350" + }, + { + "ge_buy_limit": "10000", + "examine": "Some nicely cooked pike.", + "grand_exchange_price": "94", + "durability": null, + "name": "Pike", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "351" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "94", + "durability": null, + "name": "Pike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "352" + }, + { + "shop_price": "26", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw mackerel", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "353" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw mackerel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "354" + }, + { + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked fish.", + "grand_exchange_price": "5", + "durability": null, + "name": "Mackerel", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "355" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5", + "durability": null, + "name": "Mackerel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "356" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "358" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "210", + "durability": null, + "name": "Raw tuna", + "tradeable": "true", + "weight": "0.379", + "archery_ticket_price": "0", + "id": "359" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "210", + "durability": null, + "name": "Raw tuna", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "360" + }, + { + "shop_price": "126", + "ge_buy_limit": "10000", + "examine": "Wow, this is a big fish.", + "grand_exchange_price": "281", + "durability": null, + "name": "Tuna", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "361" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "281", + "durability": null, + "name": "Tuna", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "362" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "490", + "durability": null, + "name": "Raw bass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "363" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "490", + "durability": null, + "name": "Raw bass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "364" + }, + { + "shop_price": "270", + "ge_buy_limit": "10000", + "examine": "Wow, this is a big fish.", + "grand_exchange_price": "330", + "durability": null, + "name": "Bass", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "365" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "330", + "durability": null, + "name": "Bass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "366" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "368" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "370" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "513", + "durability": null, + "name": "Raw swordfish", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "371" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "513", + "durability": null, + "name": "Raw swordfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "372" + }, + { + "shop_price": "400", + "ge_buy_limit": "10000", + "examine": "I'd better be careful eating this!", + "grand_exchange_price": "501", + "durability": null, + "name": "Swordfish", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "373" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "501", + "durability": null, + "name": "Swordfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "374" + }, + { + "durability": null, + "name": "Burnt swordfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "376" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "322", + "durability": null, + "name": "Raw lobster", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "377" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "322", + "durability": null, + "name": "Raw lobster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "378" + }, + { + "shop_price": "107", + "ge_buy_limit": "10000", + "examine": "This looks tricky to eat.", + "grand_exchange_price": "334", + "durability": null, + "name": "Lobster", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "379" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "334", + "durability": null, + "name": "Lobster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "380" + }, + { + "durability": null, + "name": "Burnt lobster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "382" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "1615", + "durability": null, + "name": "Raw shark", + "tradeable": "true", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "383" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "1615", + "examine": "", + "durability": null, + "name": "Raw shark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "384" + }, + { + "ge_buy_limit": "10000", + "examine": "I'd better be careful eating this.", + "grand_exchange_price": "1682", + "durability": null, + "name": "Shark", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "385" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1682", + "durability": null, + "name": "Shark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "386" + }, + { + "durability": null, + "name": "Burnt shark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "388" + }, + { + "ge_buy_limit": "20000", + "examine": "A rare catch.", + "grand_exchange_price": "2114", + "durability": null, + "name": "Raw manta ray", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "389" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "2114", + "durability": null, + "name": "Raw manta ray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "390" + }, + { + "ge_buy_limit": "10000", + "examine": "Mmmm...this looks tasty!", + "grand_exchange_price": "2552", + "durability": null, + "name": "Manta ray", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "391" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2552", + "durability": null, + "name": "Manta ray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "392" + }, + { + "durability": null, + "name": "Burnt manta ray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "394" + }, + { + "ge_buy_limit": "20000", + "examine": "A rare catch.", + "grand_exchange_price": "2397", + "durability": null, + "name": "Raw sea turtle", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "395" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "2397", + "durability": null, + "name": "Raw sea turtle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "396" + }, + { + "ge_buy_limit": "10000", + "examine": "Tasty!", + "grand_exchange_price": "2486", + "durability": null, + "name": "Sea turtle", + "tradeable": "true", + "weight": "0.35", + "archery_ticket_price": "0", + "id": "397" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2486", + "durability": null, + "name": "Sea turtle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "398" + }, + { + "durability": null, + "name": "Burnt sea turtle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "400" + }, + { + "shop_price": "5", + "ge_buy_limit": "10000", + "examine": "Slightly damp seaweed.", + "grand_exchange_price": "780", + "durability": null, + "name": "Seaweed", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "401" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "780", + "durability": null, + "name": "Seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "402" + }, + { + "ge_buy_limit": "10000", + "examine": "Slightly damp seaweed.", + "grand_exchange_price": "291", + "durability": null, + "name": "Edible seaweed", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "403" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "291", + "durability": null, + "name": "Edible seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "404" + }, + { + "ge_buy_limit": "100", + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "4162", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "405" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4162", + "durability": null, + "name": "Casket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "406" + }, + { + "ge_buy_limit": "500", + "examine": "Its a rare oyster.", + "grand_exchange_price": "23", + "durability": null, + "name": "Oyster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "407" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "23", + "durability": null, + "name": "Oyster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "408" + }, + { + "shop_price": "5", + "examine": "Aww, it's empty.", + "durability": null, + "name": "Empty oyster", + "tradeable": "true", + "weight": "0.08", + "archery_ticket_price": "0", + "id": "409" + }, + { + "durability": null, + "name": "Empty oyster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "410" + }, + { + "shop_price": "44", + "ge_buy_limit": "500", + "examine": "I could work wonders with a chisel on this pearl.", + "grand_exchange_price": "18", + "durability": null, + "name": "Oyster pearl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "411", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "18", + "durability": null, + "name": "Oyster pearl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "412" + }, + { + "ge_buy_limit": "500", + "examine": "I could work wonders with a chisel on these pearls.", + "grand_exchange_price": "639", + "durability": null, + "name": "Oyster pearls", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "413", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "639", + "durability": null, + "name": "Oyster pearls", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "414" + }, + { + "examine": "An expensive colourless liquid.", + "durability": null, + "name": "Ethenea", + "archery_ticket_price": "0", + "id": "415" + }, + { + "examine": "This isn't worth much.", + "durability": null, + "name": "Liquid honey", + "archery_ticket_price": "0", + "id": "416" + }, + { + "examine": "It's highly poisonous.", + "durability": null, + "name": "Sulphuric broline", + "weight": "1", + "archery_ticket_price": "0", + "id": "417" + }, + { + "examine": "Probably best I don't keep this too long.", + "durability": null, + "name": "Plague sample", + "archery_ticket_price": "0", + "id": "418" + }, + { + "examine": "A special kind of paper.", + "durability": null, + "name": "Touch paper", + "archery_ticket_price": "0", + "id": "419" + }, + { + "examine": "Apparently it distills.", + "durability": null, + "name": "Distillator", + "tradeable": "false", "destroy": "true", + "archery_ticket_price": "0", + "id": "420" + }, + { + "examine": "Yup. It's an amulet.", "durability": null, - "shop_price": "160", - "tradeable": "false" + "name": "Lathas' amulet", + "archery_ticket_price": "0", + "id": "421", + "equipment_slot": "2" }, { - "id": "732", - "name": "Holy water", - "examine": "A vial of holy water, good against certain demons.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,24", + "examine": "Birds love this stuff!", "durability": null, - "equipment_slot": "3", - "weapon_interface": "18" + "name": "Bird feed", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "422" }, { - "id": "733", - "name": "Smashed glass", - "examine": "Fragments of a broken container.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "735", - "name": "Yommi tree seeds", - "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "736", - "name": "Yommi tree seeds", - "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "737", - "name": "Snakeweed mixture", - "examine": "A Snakeweed mixture, needs another ingredient.", - "archery_ticket_price": "0", + "examine": "(empty) It's empty... (full) It's full of pigeons.", "durability": null, - "weight": "1" + "name": "Pigeon cage", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "424" }, { - "id": "738", - "name": "Ardrigal mixture", - "examine": "It's a mixture of ardrigal and water. Needs another ingredient.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "739", - "name": "Bravery potion", - "examine": "A bravery potion for which Gujuo gave you the details, let's hope it works.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "740", - "name": "Blue hat", - "examine": "A silly, blue pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "examine": "(empty) It's empty... (full) It's full of pigeons.", "durability": null, + "name": "Pigeon cage", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "425" + }, + { + "ge_buy_limit": "100", + "shop_price": "5", + "examine": "Top half of a priest suit.", + "durability": null, + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "55", + "name": "Priest gown", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "426", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "55", + "durability": null, + "name": "Priest gown", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "427" + }, + { + "ge_buy_limit": "100", + "shop_price": "5", + "examine": "Bottom half of a priest suit.", + "grand_exchange_price": "14", + "durability": null, + "name": "Priest gown", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "428", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Priest gown", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "429" + }, + { + "remove_sleeves": "true", + "examine": "Medical looking.", + "durability": null, + "name": "Doctors' gown", + "weight": "1", + "archery_ticket_price": "0", + "id": "430", + "equipment_slot": "4" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "archery_ticket_price": "0", + "id": "431" + }, + { + "examine": "Pirates don't have the best handwriting...", + "durability": null, + "name": "Pirate message", + "weight": "1", + "archery_ticket_price": "0", + "id": "433" + }, + { + "ge_buy_limit": "25000", + "examine": "Some hard dry clay.", + "grand_exchange_price": "150", + "durability": null, + "name": "Clay", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "434" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "406", + "durability": null, + "name": "Clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "435" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "80", + "tokkul_price": "4", + "durability": null, + "name": "Copper ore", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "436" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "58", + "durability": null, + "name": "Copper ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "437" + }, + { + "shop_price": "6", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "80", + "tokkul_price": "4", + "durability": null, + "name": "Tin ore", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "438" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "46", + "durability": null, + "name": "Tin ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "439" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "204", + "tokkul_price": "25", + "durability": null, + "name": "Iron ore", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "440" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "396", + "durability": null, + "name": "Iron ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "441" + }, + { + "shop_price": "82", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "180", + "tokkul_price": "112", + "durability": null, + "name": "Silver ore", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "442" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "205", + "durability": null, + "name": "Silver ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "443" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "311", + "tokkul_price": "225", + "durability": null, + "name": "Gold ore", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "444" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "319", + "durability": null, + "name": "Gold ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "445" + }, + { + "examine": "This needs refining.", + "durability": null, + "name": "'perfect' gold ore", + "archery_ticket_price": "0", + "id": "446" + }, + { + "shop_price": "243", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "420", + "tokkul_price": "243", + "durability": null, + "name": "Mithril ore", + "tradeable": "true", + "weight": "1.75", + "archery_ticket_price": "0", + "id": "447" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "369", + "durability": null, + "name": "Mithril ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "448" + }, + { + "shop_price": "1300", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "1160", + "tokkul_price": "600", + "durability": null, + "name": "Adamantite ore", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "449" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "1622", + "durability": null, + "name": "Adamantite ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "450" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "10300", + "tokkul_price": "4800", + "durability": null, + "name": "Runite ore", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "451" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "10300", + "durability": null, + "name": "Runite ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "452" + }, + { + "ge_buy_limit": "25000", + "examine": "Hmm a non-renewable energy source!", + "grand_exchange_price": "320", + "tokkul_price": "67", + "durability": null, + "name": "Coal", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "453" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "315", + "durability": null, + "name": "Coal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "454" + }, + { + "examine": "The official Alfred Grimhand bar crawl card.", + "durability": null, + "name": "Barcrawl card", + "archery_ticket_price": "0", + "id": "455" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.15", + "id": "456" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There is 1 scorpion inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.175", + "id": "457" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 2 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "458" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There is 1 scorpion inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.175", + "id": "459" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 2 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "460" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There is 1 scorpion inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.175", + "id": "461" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 2 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "462" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 3 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.225", + "id": "463" + }, + { + "ge_buy_limit": "10000", + "examine": "Found on strange plants that grow around Karamja.", + "grand_exchange_price": "403", + "durability": null, + "name": "Strange fruit", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "464" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "403", + "durability": null, + "name": "Strange fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "465" + }, + { + "shop_price": "1", + "examine": "Useless without the head.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Pickaxe handle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "466", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Pickaxe handle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "467" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "468", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "469" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "470", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "471" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "472", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "473" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "474", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "475" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "476", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "477" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "478", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "479" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Bronze pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "480" + }, + { + "durability": null, + "name": "Bronze pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "481" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Iron pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "482" + }, + { + "durability": null, + "name": "Iron pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "483" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Steel pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "484" + }, + { + "durability": null, + "name": "Steel pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "485" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Mithril pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "486" + }, + { + "durability": null, + "name": "Mithril pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "487" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Adamant pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "488" + }, + { + "durability": null, + "name": "Adamant pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "489" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Rune pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "490" + }, + { + "durability": null, + "name": "Rune pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "491" + }, + { + "examine": "Useless without the head.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "492", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "493" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "494", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "495" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "496", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "497" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "498", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "499" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "500", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "501" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "502", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "503" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "504", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "505" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "506", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "507" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "508" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "509" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "510" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "511" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "512" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "513" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "514" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "515" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "516" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "517" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "518" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "519" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "520" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "521" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted beef", + "archery_ticket_price": "0", + "id": "522" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted rat meat", + "archery_ticket_price": "0", + "id": "523" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted bear meat", + "archery_ticket_price": "0", + "id": "524" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted chicken", + "weight": "1", + "archery_ticket_price": "0", + "id": "525" + }, + { + "shop_price": "190", + "ge_buy_limit": "10000", + "grand_exchange_price": "190", + "examine": "Bones are for burying!", + "durability": null, + "name": "Bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "526" + }, + { + "shop_price": "190", + "ge_buy_limit": "10000", + "grand_exchange_price": "190", + "durability": null, + "name": "Bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "527" + }, + { + "ge_buy_limit": "10000", + "examine": "Bones are for burying!", + "grand_exchange_price": "329", + "durability": null, + "name": "Burnt bones", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "528" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "329", + "durability": null, + "name": "Burnt bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "529" + }, + { + "ge_buy_limit": "10000", + "examine": "Ew it's a pile of bones.", + "grand_exchange_price": "354", + "durability": null, + "name": "Bat bones", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "530" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "354", + "durability": null, + "name": "Bat bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "531" + }, + { + "shop_price": "593", + "ge_buy_limit": "10000", + "examine": "Normal: Ew, it's a pile of bones.", + "grand_exchange_price": "593", + "durability": null, + "name": "Big bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "532" + }, + { + "shop_price": "593", + "ge_buy_limit": "10000", + "grand_exchange_price": "593", + "durability": null, + "name": "Big bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "533" + }, + { + "ge_buy_limit": "10000", + "examine": "Ew, it's a pile of bones.", + "grand_exchange_price": "1357", + "durability": null, + "name": "Babydragon bones", + "tradeable": "true", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "534" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1357", + "durability": null, + "name": "Babydragon bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "535" + }, + { + "ge_buy_limit": "10000", + "examine": "These would feed a dog for months!", + "grand_exchange_price": "1300", + "durability": null, + "name": "Dragon bones", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "536" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4065", + "durability": null, + "name": "Dragon bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "537" + }, + { + "ge_buy_limit": "100", + "examine": "Keeps a druid's knees nice and warm.", + "grand_exchange_price": "168", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "538", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "168", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "539" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "I feel closer to the gods when I am wearing this.", + "grand_exchange_price": "328", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "540", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "328", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "541" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "528", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "542", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "528", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "543" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "1495", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "544", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,6,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1495", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "545" + }, + { + "remove_sleeves": "true", + "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", + "durability": null, + "name": "Shade robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "546", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "4" + }, + { + "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", + "durability": null, + "name": "Shade robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "548", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "Issued by 2009Scape Council to all new citizens.", + "grand_exchange_price": "123", + "durability": null, + "name": "Newcomer map", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "550" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "123", + "durability": null, + "name": "Newcomer map", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "551" + }, + { + "examine": "It lets me talk to ghosts.", + "durability": null, + "name": "Ghostspeak amulet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "552", + "equipment_slot": "2" + }, + { + "destroy_message": "If you get rid of the skull you'll have to search for it again.", + "examine": "Ooooh spooky!", + "durability": null, + "name": "Ghost's skull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "553" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "554" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "555" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "556" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "557" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "Used for basic missile spells.", + "grand_exchange_price": "18", + "tokkul_price": "4", + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "558" + }, + { + "shop_price": "16", + "ge_buy_limit": "25000", + "examine": "Used for Curse spells", + "grand_exchange_price": "16", + "tokkul_price": "4", + "durability": null, + "name": "Body rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "559" + }, + { + "shop_price": "310", + "ge_buy_limit": "25000", + "examine": "Used for medium missile spells.", + "grand_exchange_price": "320", + "durability": null, + "tokkul_price": "270", + "name": "Death rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "560" + }, + { + "shop_price": "372", + "ge_buy_limit": "25000", + "examine": "Used for alchemy spells.", + "grand_exchange_price": "380", + "durability": null, + "name": "Nature rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "561" + }, + { + "shop_price": "140", + "ge_buy_limit": "25000", + "examine": "Used for small missile spells.", + "grand_exchange_price": "140", + "durability": null, + "tokkul_price": "135", + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "562" + }, + { + "shop_price": "378", + "ge_buy_limit": "25000", + "examine": "Used for teleport spells.", + "grand_exchange_price": "380", + "durability": null, + "name": "Law rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "563" + }, + { + "shop_price": "232", + "ge_buy_limit": "25000", + "examine": "Used for enchant spells.", + "grand_exchange_price": "240", + "durability": null, + "name": "Cosmic rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "564" + }, + { + "shop_price": "550", + "ge_buy_limit": "25000", + "examine": "Used for large missile spells.", + "grand_exchange_price": "560", + "durability": null, + "name": "Blood rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "565" + }, + { + "shop_price": "400", + "ge_buy_limit": "25000", + "examine": "Used for high level curse spells.", + "grand_exchange_price": "420", + "durability": null, + "name": "Soul rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "566" + }, + { + "ge_buy_limit": "5000", + "examine": "I'd prefer it if it was powered.", + "grand_exchange_price": "561", + "durability": null, + "name": "Unpowered orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "567" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "561", + "durability": null, + "name": "Unpowered orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "568" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2346", + "durability": null, + "name": "Fire orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "569" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2346", + "durability": null, + "name": "Fire orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "570" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2024", + "durability": null, + "name": "Water orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "571" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2024", + "durability": null, + "name": "Water orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "572" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2162", + "durability": null, + "name": "Air orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "573" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2162", + "durability": null, + "name": "Air orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "574" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2208", + "durability": null, + "name": "Earth orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "575" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2208", + "durability": null, + "name": "Earth orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "576" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "I can do magic better in this.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1840", + "name": "Wizard robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "577", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1840", + "durability": null, + "name": "Wizard robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "578" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.45", "equipment_slot": "0", + "grand_exchange_price": "361", + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", "hat": "true", + "id": "579", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "grand_exchange_price": "361", + "durability": null, + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "580" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "I can do magic better in this.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1364", + "name": "Black robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "581", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1364", + "durability": null, + "name": "Black robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "582" + }, + { + "shop_price": "10", + "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.", + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "583" + }, + { + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "584" + }, + { + "shop_price": "10", + "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.", + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "585" + }, + { + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "586" + }, + { + "examine": "A strange glowing green orb.", + "durability": null, + "name": "Orb of protection", + "weight": "1", + "archery_ticket_price": "0", + "id": "587" + }, + { + "examine": "Two strange glowing green orbs.", + "durability": null, + "name": "Orbs of protection", + "archery_ticket_price": "0", + "id": "588" + }, + { + "examine": "It's an amulet of protection given to me by the Gnomes.", + "durability": null, + "name": "Gnome amulet", + "archery_ticket_price": "0", + "id": "589", + "bonuses": "0,0,0,0,0,13,13,13,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "shop_price": "1", + "ge_buy_limit": "5000", + "examine": "Useful for lighting a fire.", + "grand_exchange_price": "118", + "durability": null, + "name": "Tinderbox", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "590" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "118", + "durability": null, + "name": "Tinderbox", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "591" + }, + { + "ge_buy_limit": "10000", + "examine": "A heap of ashes.", + "grand_exchange_price": "368", + "durability": null, + "name": "Ashes", + "tradeable": "true", + "weight": "0.056", + "archery_ticket_price": "0", + "id": "592" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "368", + "durability": null, + "name": "Ashes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "593" + }, + { + "examine": "A lit home-made torch.", + "durability": null, + "name": "Lit torch", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "594" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An unlit home-made torch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Unlit torch", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "596" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Unlit torch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "597" + }, + { + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.", + "grand_exchange_price": "162", + "durability": null, + "name": "Bronze fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "598", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "100", + "examine": "A book on the history of astronomy in 2009Scape.", + "grand_exchange_price": "658", + "durability": null, + "name": "Astronomy book", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "600" + }, + { + "destroy_message": "You'll have to find another, down in the dungeon.", + "examine": "A small key for a large door.", + "durability": null, + "name": "Goblin kitchen key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "601" + }, + { + "destroy_message": "You'll have to get another down in the dungeon.", + "examine": "An unusual clay mould in the shape of a disc.", + "durability": null, + "name": "Lens mould", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "602" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A perfectly circular disc of glass.", + "durability": null, + "name": "Observatory lens", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "603" + }, + { "shop_price": "160", - "tradeable": "true", - "weight": "0.4" + "examine": "A slender bone shard given to you by Zadimus.", + "durability": null, + "name": "Bone shard", + "archery_ticket_price": "0", + "id": "604" }, { - "id": "741", - "name": "Chunk of crystal", - "examine": "It looks like it's been snapped off of something.", + "shop_price": "100", + "examine": "A key fashioned from a shard of bone. (Shilo Village)", + "durability": null, + "name": "Bone key", "archery_ticket_price": "0", - "durability": null + "id": "605" }, { - "id": "742", - "name": "Hunk of crystal", - "examine": "It looks like it's been snapped off of something.", + "examine": "A stone plaque with carved letters in it.", + "durability": null, + "name": "Stone-plaque", "archery_ticket_price": "0", - "durability": null + "id": "606" }, { - "id": "743", - "name": "Lump of crystal", - "examine": "It looks like it's been snapped off of something.", + "examine": "An ancient tattered scroll.", + "durability": null, + "name": "Tattered scroll", "archery_ticket_price": "0", - "durability": null + "id": "607" }, { - "id": "744", - "name": "Heart crystal", - "examine": "A heart shaped crystal.", + "shop_price": "100", + "examine": "An ancient crumpled scroll.", + "durability": null, + "name": "Crumpled scroll", "archery_ticket_price": "0", + "id": "608" + }, + { + "examine": "The remains of the Zombie Queen.", + "durability": null, + "name": "Rashiliyia corpse", + "archery_ticket_price": "0", + "id": "609" + }, + { + "examine": "The remains of Zadimus.", + "durability": null, + "name": "Zadimus corpse", + "tradeable": "false", "destroy": "true", - "durability": null, - "tradeable": "false" + "weight": "1", + "archery_ticket_price": "0", + "id": "610" }, { - "id": "745", - "name": "Heart crystal", - "examine": "A heart shaped crystal.", + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", "archery_ticket_price": "0", + "id": "611" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "612" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "613" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "614" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "615" + }, + { + "destroy_message": "You made the beads of the dead during the Shilo Village quest. You can get another from Yanni Salika in Shilo Village for 1200 gold.", + "shop_price": "1200", + "examine": "A curious looking neck ornament.", + "durability": null, + "name": "Beads of the dead", + "tradeable": "false", "destroy": "true", + "archery_ticket_price": "0", + "id": "616", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,0,0", + "equipment_slot": "2" + }, + { + "bankable": "false", + "examine": "Lovely money!", "durability": null, - "tradeable": "false" + "name": "Coins", + "archery_ticket_price": "0", + "id": "617" }, { - "id": "746", - "name": "Dark dagger", - "examine": "A black obsidian dagger, it has a strange aura about it.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0", - "defence_anim": "378", + "examine": "Beads carved out of a bone.", "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" + "name": "Bone beads", + "archery_ticket_price": "0", + "id": "618" }, { - "id": "747", - "name": "Glowing dagger", - "examine": "A black obsidian dagger, it has a strange aura about it - it seems to be glowing.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "6", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0", - "defence_anim": "378", + "shop_price": "35", + "examine": "Allows you to rest in the luxurious Paramayer Inn.", "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" + "name": "Paramaya ticket", + "archery_ticket_price": "0", + "id": "619" }, { - "id": "748", - "name": "Holy force", - "examine": "A powerful spell for good.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "749", - "name": "Yommi totem", - "examine": "A well carved totem pole made from the trunk of a Yommi tree.", - "archery_ticket_price": "0", + "shop_price": "35", + "examine": "Allows you to rest in the luxurious Paramayer Inn.", "durability": null, - "weight": "3" + "name": "Paramaya ticket", + "archery_ticket_price": "0", + "id": "620" }, { - "id": "750", - "name": "Gilded totem", - "examine": "A gilded totem pole from the Kharazi tribe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "751", - "name": "Gnomeball", - "examine": "A common gnomeball, obtained by playing gnomeball.", - "archery_ticket_price": "0", + "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.", "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.5" + "name": "Ship ticket", + "archery_ticket_price": "0", + "id": "621" }, { - "id": "752", - "name": "Gnomeball", - "archery_ticket_price": "0", + "examine": "An ivory sword pommel.", "durability": null, - "tradeable": "true" + "name": "Sword pommel", + "archery_ticket_price": "0", + "id": "623" }, { - "id": "753", - "name": "Cadava berries", - "examine": "Poisonous berries.", - "archery_ticket_price": "0", + "examine": "Notes taken from the tomb of Bervirius.", "durability": null, + "name": "Bervirius notes", + "archery_ticket_price": "0", + "id": "624" + }, + { + "examine": "A decorated belt used to trade information between distant villages.", + "durability": null, + "name": "Wampum belt", + "archery_ticket_price": "0", + "id": "625" + }, + { "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "754", - "name": "Cadava berries", - "archery_ticket_price": "0", + "shop_price": "200", + "examine": "They're soft, silky and pink.", + "grand_exchange_price": "558", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "756", - "name": "Cadava potion", - "examine": "This potion will most certainly almost kill you.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "759", - "name": "Weapon store key", - "examine": "Phoenix Gang weapon store key.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "760", - "name": "Weapon store key", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "761", - "name": "Intel report", - "examine": "An intelligence report.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to kill Jonny the beard in order to get another one.", - "durability": null - }, - { - "id": "763", - "name": "Broken shield", - "examine": "Half of the Shield of Arrav.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "2.7" - }, - { - "id": "765", - "name": "Broken shield", - "examine": "Half of the Shield of Arrav.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "2.7" - }, - { - "id": "767", - "name": "Phoenix crossbow", - "examine": "Second-rate crossbow, former property of the Phoenix Gang.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "175", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", + "name": "Boots", "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "626", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "558", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "627" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and green.", + "grand_exchange_price": "397", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "628", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "397", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "629" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and blue.", + "grand_exchange_price": "612", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "630", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "612", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "631" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and cream.", + "grand_exchange_price": "496", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "632", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "496", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "633" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and turquoise.", + "grand_exchange_price": "226", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "634", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "226", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "635" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in pink.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "265", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "636", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "265", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "637" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in green.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "235", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "638", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "235", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "639" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in blue.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "447", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "640", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "447", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "641" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in cream.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "396", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "642", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "396", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "643" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in turquoise.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "70", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "644", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "70", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "645" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for pink.", + "grand_exchange_price": "249", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "646", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "249", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "647" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for green.", + "grand_exchange_price": "210", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "648", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "210", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "649" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for blue.", + "grand_exchange_price": "453", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "650", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "453", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "651" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for cream.", + "grand_exchange_price": "348", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "652", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "348", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "653" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for turquoise.", + "grand_exchange_price": "92", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "654", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "655" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "677", + "examine": "A silly, pink pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "656", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "677", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "657" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "480", + "examine": "A silly, green pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "658", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "480", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "659" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "examine": "A silly, blue pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "660", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "661" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1102", + "examine": "A silly, cream pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "662", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1102", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "663" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "295", + "examine": "A silly, turquoise pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "664", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "295", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "665" + }, + { + "examine": "Picture of a posing Paladin.", + "durability": null, + "name": "Portrait", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "666" + }, + { "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "3" - }, - { - "id": "768", - "name": "Phoenix crossbow", - "archery_ticket_price": "0", + "examine": "A Faladian Knight's sword.", + "walk_anim": "819", "durability": null, - "tradeable": "true" - }, - { - "id": "769", - "name": "Certificate", - "examine": "Entrance certificate to the Imperial Guard.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "771", - "name": "Dramen branch", - "examine": "A limb of the fabled Dramen tree.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another branch if you chop the dramen tree underneath Entrana again.", - "durability": null, - "tradeable": "false", - "weight": "2.2" - }, - { - "id": "772", - "name": "Dramen staff", - "examine": "Crafted from a Dramen tree branch.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", + "weight": "1", + "turn90ccw_anim": "822", + "attack_speed": "5", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "292", + "defence_anim": "397", "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1.8" + "attack_anims": "390,390,381,390", + "stand_anim": "809", + "attack_audios": "2500,2500,2517,2500", + "name": "Blurite sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "667", + "stand_turn_anim": "823", + "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,10,0,0,0" }, { - "id": "773", - "name": "'perfect' ring", - "examine": "A perfect ruby ring.", - "archery_ticket_price": "0", + "examine": "Definitely blue.", "durability": null, + "name": "Blurite ore", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "668" + }, + { + "examine": "A receptacle for specimens!", + "durability": null, + "name": "Specimen jar", + "archery_ticket_price": "0", + "id": "669" + }, + { + "examine": "A small brush used to clean rock samples.", + "durability": null, + "name": "Specimen brush", + "archery_ticket_price": "0", + "id": "670" + }, + { + "examine": "A carefully-kept-safe skull sample.", + "durability": null, + "name": "Animal skull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "671" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A special cup.", + "durability": null, + "name": "Special cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "672" + }, + { + "examine": "A lucky mascot.", + "durability": null, + "name": "Teddy", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "673" + }, + { + "examine": "A roughly shaped piece of rock.", + "durability": null, + "name": "Cracked sample", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "674" + }, + { + "examine": "A small pick for digging.", + "durability": null, + "name": "Rock pick", + "archery_ticket_price": "0", + "id": "675", + "equipment_slot": "3" + }, + { + "examine": "Used for digging!", + "durability": null, + "name": "Trowel", + "archery_ticket_price": "0", + "id": "676" + }, + { + "examine": "An empty tray for panning.", + "durability": null, + "name": "Panning tray", + "archery_ticket_price": "0", + "id": "677" + }, + { + "examine": "This tray contains gold nuggets.", + "durability": null, + "name": "Panning tray", + "archery_ticket_price": "0", + "id": "678" + }, + { + "examine": "This tray contains mud.", + "durability": null, + "name": "Panning tray", + "archery_ticket_price": "0", + "id": "679" + }, + { + "examine": "Pure, lovely gold!", + "durability": null, + "name": "Nuggets", + "archery_ticket_price": "0", + "id": "680" + }, + { + "examine": "An unusual symbol as yet unidentified by the archaeological expert.", + "durability": null, + "name": "Ancient talisman", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "681" + }, + { + "examine": "A letter waiting to be stamped.", + "durability": null, + "name": "Unstamped letter", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "682" + }, + { + "examine": "A sealed letter of recommendation.", + "durability": null, + "name": "Sealed letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "683" + }, + { + "examine": "Used to hold up trousers!", + "durability": null, + "name": "Belt buckle", + "weight": "1", + "archery_ticket_price": "0", + "id": "684" + }, + { + "examine": "Phew!", + "durability": null, + "name": "Old boot", + "archery_ticket_price": "0", + "id": "685" + }, + { + "examine": "A decent-enough weapon gone rusty.", + "durability": null, + "name": "Rusty sword", + "weight": "2", + "archery_ticket_price": "0", + "id": "686" + }, + { + "examine": "This must have been shot at high speed.", + "durability": null, + "name": "Broken arrow", + "archery_ticket_price": "0", + "id": "687" + }, + { + "examine": "Not Dick Whittington's helper at all!", + "durability": null, + "name": "Buttons", + "archery_ticket_price": "0", + "id": "688" + }, + { + "examine": "I pity the poor person beaten with this!", + "attack_audios": "2555,0,0,0", + "durability": null, + "name": "Broken staff", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "689" + }, + { + "examine": "Smashed glass.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "690" + }, + { + "examine": "The owner has passed Earth Sciences Level 1 exam.", + "durability": null, + "name": "Level 1 certificate", + "archery_ticket_price": "0", + "id": "691" + }, + { + "examine": "The owner has passed Earth Sciences Level 2 exam.", + "durability": null, + "name": "Level 2 certificate", + "archery_ticket_price": "0", + "id": "692" + }, + { + "examine": "The owner has passed Earth Sciences Level 3 exam.", + "durability": null, + "name": "Level 3 certificate", + "archery_ticket_price": "0", + "id": "693" + }, + { + "examine": "Smashing!", + "durability": null, + "name": "Ceramic remains", + "archery_ticket_price": "0", + "id": "694" + }, + { + "examine": "Now, if I could just find a tooth fairy to sell this to...", + "durability": null, + "name": "Old tooth", + "archery_ticket_price": "0", + "id": "695" + }, + { + "examine": "A letter inviting me to use the private digging shafts.", + "durability": null, + "name": "Invitation letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "696" + }, + { + "examine": "It would be hard to repair this!", + "durability": null, + "name": "Damaged armour", + "weight": "7.75", + "archery_ticket_price": "0", + "id": "697" + }, + { + "examine": "Armour left over from a great fight.", + "durability": null, + "name": "Broken armour", + "weight": "8", + "archery_ticket_price": "0", + "id": "698" + }, + { + "examine": "An old stone slab with writing on it.", + "durability": null, + "name": "Stone tablet", + "archery_ticket_price": "0", + "id": "699" + }, + { + "examine": "An acrid chemical.", + "durability": null, + "name": "Chemical powder", + "archery_ticket_price": "0", + "id": "700" + }, + { + "examine": "An acrid chemical.", + "durability": null, + "name": "Ammonium nitrate", + "archery_ticket_price": "0", + "id": "701" + }, + { + "examine": "A strong chemical.", + "durability": null, + "name": "Unidentified liquid", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "702" + }, + { + "shop_price": "1", + "examine": "A strong chemical.", + "durability": null, + "name": "Nitroglycerin", + "weight": "1", + "archery_ticket_price": "0", + "id": "703" + }, + { + "examine": "Charcoal - crushed to small pieces!", + "durability": null, + "name": "Ground charcoal", + "archery_ticket_price": "0", + "id": "704" + }, + { + "shop_price": "1", + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Mixed chemicals", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "705" + }, + { + "shop_price": "1", + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Mixed chemicals", + "weight": "0.035", + "archery_ticket_price": "0", + "id": "706" + }, + { + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Chemical compound", + "weight": "0.035", + "archery_ticket_price": "0", + "id": "707" + }, + { + "examine": "The root of an arcenia plant.", + "durability": null, + "name": "Arcenia root", + "archery_ticket_price": "0", + "id": "708" + }, + { + "examine": "An unusually shaped vase. You can see something glinting inside.", + "durability": null, + "name": "Vase", + "archery_ticket_price": "0", + "id": "710" + }, + { + "examine": "It's about chemicals, judging from its cover.", + "durability": null, + "name": "Book on chemicals", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "711" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "712" + }, + { + "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.", + "durability": null, + "name": "Radimus notes", + "archery_ticket_price": "0", + "id": "714" + }, + { + "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.", + "durability": null, + "name": "Radimus notes", + "archery_ticket_price": "0", + "id": "715" + }, + { + "examine": "It makes a loud but interesting sound when swung in the air.", + "durability": null, + "name": "Bull roarer", + "archery_ticket_price": "0", + "id": "716" + }, + { + "examine": "A scrawled note with spidery writing on it.", + "durability": null, + "name": "Scrawled note", + "archery_ticket_price": "0", + "id": "717" + }, + { + "examine": "A scrawled note with spidery writing on it.", + "durability": null, + "name": "A scribbled note", + "archery_ticket_price": "0", + "id": "718" + }, + { + "examine": "A scrawled note with spidery writing on it.", + "durability": null, + "name": "Scrumpled note", + "archery_ticket_price": "0", + "id": "719" + }, + { + "examine": "A rough sketch of a bowl shaped vessel given to you by Gujuo.", + "durability": null, + "name": "Sketch", + "archery_ticket_price": "0", + "id": "720" + }, + { + "examine": "A specially made bowl constructed out of pure gold.", + "durability": null, + "name": "Gold bowl", + "archery_ticket_price": "0", + "id": "721" + }, + { + "examine": "A specially made bowl constructed out of pure gold and blessed.", + "durability": null, + "name": "Blessed gold bowl", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "722" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "723" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "724" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "725" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "726" + }, + { + "examine": "One of nature's pipes.", + "durability": null, + "name": "Hollow reed", + "weight": "0.012", + "archery_ticket_price": "0", + "id": "727" + }, + { + "examine": "One of nature's pipes.", + "durability": null, + "name": "Hollow reed", + "weight": "0.012", + "archery_ticket_price": "0", + "id": "728" + }, + { + "examine": "It looks like the Shamans personal notes...", + "durability": null, + "name": "Shamans tome", + "archery_ticket_price": "0", + "id": "729" + }, + { + "examine": "An ancient tome on Demonology.", + "durability": null, + "name": "Binding book", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "730" + }, + { + "shop_price": "160", + "examine": "An enchanted empty glass vial.", + "durability": null, + "name": "Enchanted vial", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "731" + }, + { + "examine": "A vial of holy water, good against certain demons.", + "durability": null, + "name": "Holy water", + "archery_ticket_price": "0", + "id": "732", + "weapon_interface": "18", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,24", + "equipment_slot": "3" + }, + { + "examine": "Fragments of a broken container.", + "durability": null, + "name": "Smashed glass", + "archery_ticket_price": "0", + "id": "733" + }, + { + "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.", + "durability": null, + "name": "Yommi tree seeds", + "archery_ticket_price": "0", + "id": "735" + }, + { + "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.", + "durability": null, + "name": "Yommi tree seeds", + "archery_ticket_price": "0", + "id": "736" + }, + { + "examine": "A Snakeweed mixture, needs another ingredient.", + "durability": null, + "name": "Snakeweed mixture", + "weight": "1", + "archery_ticket_price": "0", + "id": "737" + }, + { + "examine": "It's a mixture of ardrigal and water. Needs another ingredient.", + "durability": null, + "name": "Ardrigal mixture", + "archery_ticket_price": "0", + "id": "738" + }, + { + "examine": "A bravery potion for which Gujuo gave you the details, let's hope it works.", + "durability": null, + "name": "Bravery potion", + "archery_ticket_price": "0", + "id": "739" + }, + { + "shop_price": "160", + "examine": "A silly, blue pointed hat.", + "grand_exchange_price": "472", + "durability": null, + "name": "Blue hat", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "hat": "true", + "id": "740", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "It looks like it's been snapped off of something.", + "durability": null, + "name": "Chunk of crystal", + "archery_ticket_price": "0", + "id": "741" + }, + { + "examine": "It looks like it's been snapped off of something.", + "durability": null, + "name": "Hunk of crystal", + "archery_ticket_price": "0", + "id": "742" + }, + { + "examine": "It looks like it's been snapped off of something.", + "durability": null, + "name": "Lump of crystal", + "archery_ticket_price": "0", + "id": "743" + }, + { + "examine": "A heart shaped crystal.", + "durability": null, + "name": "Heart crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "744" + }, + { + "examine": "A heart shaped crystal.", + "durability": null, + "name": "Heart crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "745" + }, + { + "examine": "A black obsidian dagger, it has a strange aura about it.", + "durability": null, + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "attack_audios": "2517,2517,2500,2517", + "name": "Dark dagger", + "archery_ticket_price": "0", + "id": "746", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "examine": "A black obsidian dagger, it has a strange aura about it - it seems to be glowing.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "attack_audios": "2517,2517,2500,2517", + "name": "Glowing dagger", + "archery_ticket_price": "0", + "id": "747", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "examine": "A powerful spell for good.", + "durability": null, + "name": "Holy force", + "archery_ticket_price": "0", + "id": "748" + }, + { + "examine": "A well carved totem pole made from the trunk of a Yommi tree.", + "durability": null, + "name": "Yommi totem", + "weight": "3", + "archery_ticket_price": "0", + "id": "749" + }, + { + "examine": "A gilded totem pole from the Kharazi tribe.", + "durability": null, + "name": "Gilded totem", + "archery_ticket_price": "0", + "id": "750" + }, + { + "examine": "A common gnomeball, obtained by playing gnomeball.", + "durability": null, + "name": "Gnomeball", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "751", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Gnomeball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "752" + }, + { + "ge_buy_limit": "100", + "examine": "Poisonous berries.", + "grand_exchange_price": "42", + "durability": null, + "name": "Cadava berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "753" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "42", + "durability": null, + "name": "Cadava berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "754" + }, + { + "shop_price": "1", + "examine": "This potion will most certainly almost kill you.", + "durability": null, + "name": "Cadava potion", + "archery_ticket_price": "0", + "id": "756" + }, + { + "examine": "Phoenix Gang weapon store key.", + "durability": null, + "name": "Weapon store key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "759" + }, + { + "durability": null, + "name": "Weapon store key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "760" + }, + { + "destroy_message": "You'll have to kill Jonny the beard in order to get another one.", + "examine": "An intelligence report.", + "durability": null, + "name": "Intel report", + "destroy": "true", + "archery_ticket_price": "0", + "id": "761" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Half of the Shield of Arrav.", + "durability": null, + "name": "Broken shield", + "destroy": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "763" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Half of the Shield of Arrav.", + "durability": null, + "name": "Broken shield", + "destroy": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "765" + }, + { + "turn90cw_anim": "821", + "examine": "Second-rate crossbow, former property of the Phoenix Gang.", + "walk_anim": "4226", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Phoenix crossbow", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "767", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Phoenix crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "768" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Entrance certificate to the Imperial Guard.", + "durability": null, + "name": "Certificate", + "archery_ticket_price": "0", + "id": "769" + }, + { + "destroy_message": "You can get another branch if you chop the dramen tree underneath Entrana again.", + "examine": "A limb of the fabled Dramen tree.", + "durability": null, + "name": "Dramen branch", + "tradeable": "false", + "destroy": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "771" + }, + { + "turn90cw_anim": "1207", + "examine": "Crafted from a Dramen tree branch.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Dramen staff", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "772", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "examine": "A perfect ruby ring.", + "durability": null, + "name": "'perfect' ring", + "archery_ticket_price": "0", + "id": "773", "equipment_slot": "12" }, { - "id": "774", - "name": "'perfect' necklace", "examine": "A perfect ruby necklace.", - "archery_ticket_price": "0", "durability": null, + "name": "'perfect' necklace", + "archery_ticket_price": "0", + "id": "774", "equipment_slot": "2" }, { - "id": "775", - "name": "Cooking gauntlets", - "examine": "These gauntlets empower with a greater ability to cook fish.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", - "destroy": "true", "destroy_message": "You can obtain another set of Cooking gauntlets from Dimintheis.", + "examine": "These gauntlets empower with a greater ability to cook fish.", "durability": null, - "equipment_slot": "9", + "name": "Cooking gauntlets", "tradeable": "false", - "weight": "0.2" + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "775", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", + "equipment_slot": "9" }, { - "id": "776", - "name": "Goldsmith gauntlets", - "examine": "These gauntlets empower the bearer whilst making gold.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", - "destroy": "true", "destroy_message": "You can obtain another set of Goldsmith gauntlets from Dimintheis.", + "examine": "These gauntlets empower the bearer whilst making gold.", "durability": null, - "equipment_slot": "9", - "tradeable": "false" - }, - { - "id": "777", - "name": "Chaos gauntlets", - "examine": "These gauntlets empower spell casters.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.", - "durability": null, - "equipment_slot": "9", - "tradeable": "false" - }, - { - "id": "778", - "name": "Family gauntlets", - "examine": "My reward for assisting the Fitzharmon family.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,0,0,8,9,7,0,0,0,2,0,0,0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "weight": "1" - }, - { - "id": "779", - "name": "Crest part", - "examine": "A fragment of the Fitzharmon family crest.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "780", - "name": "Crest part", - "examine": "A fragment of the Fitzharmon family crest.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "781", - "name": "Crest part", - "examine": "A fragment of the Fitzharmon family crest.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "783", - "name": "Bark sample", - "examine": "A sample of the bark from the Grand Tree.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "784", - "name": "Translation book", - "examine": "A book to translate the ancient gnome language into English.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "785", - "name": "Glough's journal", - "examine": "Perhaps I should read it and see what Glough is up to!", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "786", - "name": "Hazelmere's scroll", - "examine": "Hazelmere wrote something down on this scroll.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "787", - "name": "Lumber order", - "examine": "An order from the Karamja shipyard.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "788", - "name": "Glough's key", - "examine": "The key to Glough's chest.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "1" - }, - { - "id": "789", - "name": "Twigs", - "examine": "Twigs bound together in the shape of a (Z/U/T/O).", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "790", - "name": "Twigs", - "examine": "Twigs bound together in the shape of a (Z/U/T/O).", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "791", - "name": "Twigs", - "examine": "Twigs bound together in the shape of a (Z/U/T/O).", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "792", - "name": "Twigs", - "examine": "Twigs bound together in the shape of a (Z/U/T/O).", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "793", - "name": "Daconia rock", - "examine": "An ancient rock with strange magical properties.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, + "name": "Goldsmith gauntlets", "tradeable": "false", - "weight": "3" - }, - { - "id": "794", - "name": "Invasion plans", - "examine": "These are plans for an invasion!", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" + "archery_ticket_price": "0", + "id": "776", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", + "equipment_slot": "9" }, { - "id": "795", - "name": "War ship", + "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.", + "examine": "These gauntlets empower spell casters.", + "durability": null, + "name": "Chaos gauntlets", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "777", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "My reward for assisting the Fitzharmon family.", + "durability": null, + "name": "Family gauntlets", + "weight": "1", + "archery_ticket_price": "0", + "id": "778", + "bonuses": "2,2,2,0,0,8,9,7,0,0,0,2,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "A fragment of the Fitzharmon family crest.", + "durability": null, + "name": "Crest part", + "archery_ticket_price": "0", + "id": "779" + }, + { + "examine": "A fragment of the Fitzharmon family crest.", + "durability": null, + "name": "Crest part", + "archery_ticket_price": "0", + "id": "780" + }, + { + "examine": "A fragment of the Fitzharmon family crest.", + "durability": null, + "name": "Crest part", + "archery_ticket_price": "0", + "id": "781" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A sample of the bark from the Grand Tree.", + "durability": null, + "name": "Bark sample", + "archery_ticket_price": "0", + "id": "783" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A book to translate the ancient gnome language into English.", + "durability": null, + "name": "Translation book", + "archery_ticket_price": "0", + "id": "784" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Perhaps I should read it and see what Glough is up to!", + "durability": null, + "name": "Glough's journal", + "archery_ticket_price": "0", + "id": "785" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Hazelmere wrote something down on this scroll.", + "durability": null, + "name": "Hazelmere's scroll", + "archery_ticket_price": "0", + "id": "786" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An order from the Karamja shipyard.", + "durability": null, + "name": "Lumber order", + "archery_ticket_price": "0", + "id": "787" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "The key to Glough's chest.", + "durability": null, + "name": "Glough's key", + "weight": "1", + "archery_ticket_price": "0", + "id": "788" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "789" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "790" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "791" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "792" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An ancient rock with strange magical properties.", + "durability": null, + "name": "Daconia rock", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "793" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "These are plans for an invasion!", + "durability": null, + "name": "Invasion plans", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "794" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "A model of a Karamja warship", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, - "weight": "0.01" + "name": "War ship", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "795" }, { - "id": "799", - "name": "C. Ele Minor Drop Table", - "examine": "Item container for C. Ele Minor Drop Table. You should not be able to obtain this item." - }, - { - "id": "800", - "name": "Bronze thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "3", + "attack_audios": "2706,2706,2706", + "name": "Bronze thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "800", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5" }, { - "id": "801", - "name": "Iron thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", "shop_price": "13", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "14", + "attack_audios": "2706,2706,2706", + "name": "Iron thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "801", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7" }, { - "id": "802", - "name": "Steel thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,5}", "shop_price": "38", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "60", + "attack_audios": "2706,2706,2706", + "name": "Steel thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "802", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11" }, { - "id": "803", - "name": "Mithril thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,20}", "shop_price": "105", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "135", + "attack_audios": "2706,2706,2706", + "name": "Mithril thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "803", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16" }, { - "id": "804", - "name": "Adamant thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,30}", "shop_price": "262", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "138", + "attack_audios": "2706,2706,2706", + "name": "Adamant thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "804", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23" }, { - "id": "805", - "name": "Rune thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "has_special": "true", "requirements": "{4,40}", "shop_price": "698", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "has_special": "true", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "243", + "attack_audios": "2706,2706,2706", + "name": "Rune thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "805", + "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36" }, { - "id": "806", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "53", + "attack_audios": "2547,0,0,0", "name": "Bronze dart", - "examine": "A deadly throwing dart with a bronze tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "806", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" }, { - "id": "807", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an iron tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "59", + "attack_audios": "2547,0,0,0", "name": "Iron dart", - "examine": "A deadly throwing dart with an iron tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "807", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" }, { - "id": "808", + "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "50", + "attack_audios": "2547,0,0,0", "name": "Steel dart", - "examine": "A deadly throwing dart with a steel tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "808", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" }, { - "id": "809", + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "68", + "attack_audios": "2547,0,0,0", "name": "Mithril dart", - "examine": "A deadly throwing dart with a mithril tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "809", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" }, { - "id": "810", + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "96", + "attack_audios": "2547,0,0,0", "name": "Adamant dart", - "examine": "A deadly throwing dart with an adamantite tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,30}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "810", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" }, { - "id": "811", + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "122", + "attack_audios": "2547,0,0,0", "name": "Rune dart", - "examine": "A deadly throwing dart with a rune tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,40}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "811", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" }, { - "id": "812", - "name": "Bronze dart(p)", + "ge_buy_limit": "1000", "examine": "A deadly throwing dart with a bronze tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1", - "defence_anim": "424", "durability": null, + "attack_speed": "3", + "weapon_interface": "18", "equip_audio": "2244", + "defence_anim": "424", "equipment_slot": "3", - "ge_buy_limit": "1000", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "812", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" }, { - "id": "813", - "name": "Iron dart(p)", + "ge_buy_limit": "1000", "examine": "A deadly throwing dart with an iron tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", "durability": null, + "attack_speed": "3", + "weapon_interface": "18", "equip_audio": "2244", + "defence_anim": "424", "equipment_slot": "3", - "ge_buy_limit": "1000", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "813", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" }, { - "id": "814", - "name": "Steel dart(p)", - "examine": "A deadly throwing dart with a steel tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "75", + "attack_audios": "2547,0,0,0", + "name": "Steel dart(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "814", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" }, { - "id": "815", - "name": "Mithril dart(p)", - "examine": "A deadly throwing dart with a mithril tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "65", + "attack_audios": "2547,0,0,0", + "name": "Mithril dart(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "815", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" }, { - "id": "816", - "name": "Adamant dart(p)", - "examine": "A deadly throwing dart with an adamantite tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,30}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "817", - "name": "Rune dart(p)", - "examine": "A deadly throwing dart with a rune tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", "ge_buy_limit": "1000", - "requirements": "{4,40}", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "75", + "attack_audios": "2547,0,0,0", + "name": "Adamant dart(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "816", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" }, { - "id": "818", + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "110", + "attack_audios": "2547,0,0,0", + "name": "Rune dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "817", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "attack_audios": "2547,0,0,0", + "durability": null, "name": "Poisoned dart(p)", "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "durability": null, + "id": "818", "equip_audio": "2244", "equipment_slot": "3" }, { - "id": "819", - "name": "Bronze dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of bronze - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "24", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Bronze dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "819" }, { - "id": "820", - "name": "Iron dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of iron - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "19", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Iron dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "820" }, { - "id": "821", - "name": "Steel dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of steel - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "66", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Steel dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "821" }, { - "id": "822", - "name": "Mithril dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of mithril - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "97", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Mithril dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "822" }, { - "id": "823", - "name": "Adamant dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of adamantite - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "212", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Adamant dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "823" }, { - "id": "824", - "name": "Rune dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of runite - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "498", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Rune dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "824" }, { - "id": "825", + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "6", "name": "Bronze javelin", - "examine": "A bronze-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "6", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "825", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" }, { - "id": "826", + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "2", "name": "Iron javelin", - "examine": "An iron-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "8", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "826", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" }, { - "id": "827", + "requirements": "{4,5}", + "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", "name": "Steel javelin", - "examine": "A steel-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", - "shop_price": "37", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "827", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" }, { - "id": "828", + "requirements": "{4,20}", + "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "25", "name": "Mithril javelin", - "examine": "A mithril tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", - "shop_price": "79", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "828", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" }, { - "id": "829", - "name": "Adamant javelin", - "examine": "An adamant tipped javelin.", - "archery_ticket_price": "100", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,30}", "shop_price": "100", + "ge_buy_limit": "1000", + "examine": "An adamant tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "51", + "name": "Adamant javelin", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "100", + "id": "829", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" }, { - "id": "830", - "name": "Rune javelin", - "examine": "A rune tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,40}", "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "186", + "name": "Rune javelin", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "830", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" }, { - "id": "831", - "name": "Bronze javelin(p)", - "examine": "A bronze-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Bronze javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "831", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" }, { - "id": "832", - "name": "Iron javelin(p)", - "examine": "An iron-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Iron javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "832", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" }, { - "id": "833", - "name": "Steel javelin(p)", - "examine": "A steel-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,5}", "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "34", + "name": "Steel javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "833", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" }, { - "id": "834", - "name": "Mithril javelin(p)", - "examine": "A mithril tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,20}", "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "44", + "name": "Mithril javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "834", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" }, { - "id": "835", - "name": "Adamant javelin(p)", - "examine": "An adamant tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,30}", "shop_price": "100", + "ge_buy_limit": "1000", + "examine": "An adamant tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "88", + "name": "Adamant javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "835", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" }, { - "id": "836", - "name": "Rune javelin(p)", - "examine": "A rune tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,40}", "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "256", + "name": "Rune javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "836", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" }, { - "id": "837", - "name": "Crossbow", + "ge_buy_limit": "100", + "turn90cw_anim": "821", "examine": "This fires crossbow bolts.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "175", - "run_anim": "4228", - "shop_price": "70", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", "walk_anim": "4226", - "weapon_interface": "17", - "weight": "8" - }, - { - "id": "838", - "name": "Crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "839", - "name": "Longbow", - "examine": "A nice sturdy bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", + "turn90ccw_anim": "822", "attack_speed": "6", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", + "turn180_anim": "4227", "defence_anim": "424", - "durability": null, - "equip_audio": "2244", "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "276", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "837", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", + "shop_price": "70", + "durability": null, + "weight": "8", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Crossbow" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "276", + "durability": null, + "name": "Crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "838" + }, + { "ge_buy_limit": "5000", - "render_anim": "1", + "turn90cw_anim": "821", + "examine": "A nice sturdy bow.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "55", + "stand_anim": "808", + "tradeable": "true", "run_anim": "824", + "archery_ticket_price": "0", + "id": "839", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", "shop_price": "80", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "two_handed": "true", - "walk_anim": "819", + "durability": null, + "weight": "1.8", "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "840", - "name": "Longbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "841", - "name": "Shortbow", - "examine": "A shortbow made of wood.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", "render_anim": "1", - "run_anim": "824", - "shop_price": "50", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "two_handed": "true", - "walk_anim": "819", - "weapon_interface": "16", - "weight": "1.33" - }, - { - "id": "842", - "name": "Shortbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "843", - "name": "Oak shortbow", - "examine": "A shortbow made out of oak, still effective.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", + "name": "Longbow" + }, + { "ge_buy_limit": "5000", - "render_anim": "2588", + "grand_exchange_price": "55", + "durability": null, + "name": "Longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "840" + }, + { + "ge_buy_limit": "5000", + "turn90cw_anim": "821", + "examine": "A shortbow made of wood.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "79", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "841", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", + "shop_price": "50", + "durability": null, + "weight": "1.33", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "1", + "attack_audios": "2700,0,0,0", + "name": "Shortbow" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "79", + "durability": null, + "name": "Shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "842" + }, + { "requirements": "{4,5}", "shop_price": "164", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of oak, still effective.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", "two_handed": "true", "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "844", - "name": "Oak shortbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "845", - "name": "Oak longbow", - "examine": "A nice sturdy bow made out of oak.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "54", + "attack_audios": "2700,0,0,0", + "name": "Oak shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "843", + "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "54", + "durability": null, + "name": "Oak shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "844" + }, + { "requirements": "{4,5}", "shop_price": "160", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of oak.", + "durability": null, + "weight": "2", + "attack_speed": "6", "two_handed": "true", "weapon_interface": "16", - "weight": "2" - }, - { - "id": "846", - "name": "Oak longbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "847", - "name": "Willow longbow", - "examine": "A nice sturdy bow made out of willow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "132", + "attack_audios": "2700,0,0,0", + "name": "Oak longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "845", + "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "132", + "durability": null, + "name": "Oak longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "846" + }, + { "requirements": "{4,20}", "shop_price": "320", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of willow.", + "durability": null, + "weight": "1.5", + "attack_speed": "6", "two_handed": "true", "weapon_interface": "16", - "weight": "1.5" - }, - { - "id": "848", - "name": "Willow longbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "849", - "name": "Willow shortbow", - "examine": "A shortbow made out of willow, still effective.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "132", + "attack_audios": "2700,0,0,0", + "name": "Willow longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "847", + "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "132", + "durability": null, + "name": "Willow longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "848" + }, + { "requirements": "{4,20}", "shop_price": "200", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of willow, still effective.", + "durability": null, + "weight": "1", + "attack_speed": "4", "two_handed": "true", "weapon_interface": "16", - "weight": "1" - }, - { - "id": "850", - "name": "Willow shortbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "851", - "name": "Maple longbow", - "examine": "A nice sturdy bow made out of maple.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "lendable": "true", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "106", + "attack_audios": "2700,0,0,0", + "name": "Willow shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "849", + "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "106", + "durability": null, + "name": "Willow shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "850" + }, + { "requirements": "{4,30}", "shop_price": "640", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of maple.", + "durability": null, + "weight": "1.8", + "attack_speed": "6", "two_handed": "true", "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "852", - "name": "Maple longbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "853", - "name": "Maple shortbow", - "examine": "A shortbow made out of maple, still effective.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "lendable": "true", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "320", + "attack_audios": "2700,0,0,0", + "name": "Maple longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "851", + "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "320", + "durability": null, + "name": "Maple longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "852" + }, + { "requirements": "{4,30}", "shop_price": "400", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of maple, still effective.", + "durability": null, + "weight": "1", + "attack_speed": "4", "two_handed": "true", "weapon_interface": "16", - "weight": "1" - }, - { - "id": "854", - "name": "Maple shortbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "855", - "name": "Yew longbow", - "examine": "A nice sturdy bow made out of yew.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "lendable": "true", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "290", + "attack_audios": "2700,0,0,0", + "name": "Maple shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "853", + "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "290", + "durability": null, + "name": "Maple shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "854" + }, + { "requirements": "{4,40}", "shop_price": "674", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "856", - "name": "Yew longbow", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "857", - "name": "Yew shortbow", - "examine": "A shortbow made out of yew, still effective.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", + "examine": "A nice sturdy bow made out of yew.", "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "lendable": "true", - "render_anim": "2588", - "requirements": "{4,40}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1" - }, - { - "id": "858", - "name": "Yew shortbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "859", - "name": "Magic longbow", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", + "weight": "1.8", "attack_speed": "6", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, + "two_handed": "true", + "weapon_interface": "16", "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "has_special": "true", - "lendable": "true", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "706", + "attack_audios": "2700,0,0,0", + "name": "Yew longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "855", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "706", + "durability": null, + "name": "Yew longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "856" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of yew, still effective.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "422", + "attack_audios": "2700,0,0,0", + "name": "Yew shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "857", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "422", + "durability": null, + "name": "Yew shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "858" + }, + { "requirements": "{4,50}", "shop_price": "1270", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A nice sturdy magical bow.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "6", "two_handed": "true", "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "860", - "name": "Magic longbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "861", - "name": "Magic shortbow", - "examine": "Short and magical, but still effective.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "has_special": "true", - "lendable": "true", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "1437", + "attack_audios": "2700,0,0,0", + "name": "Magic longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "859", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1437", + "durability": null, + "name": "Magic longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "860" + }, + { "requirements": "{4,50}", "shop_price": "5600", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "Short and magical, but still effective.", + "has_special": "true", + "durability": null, + "weight": "1.3", + "attack_speed": "4", "two_handed": "true", "weapon_interface": "16", - "weight": "1.3" - }, - { - "id": "862", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "959", + "attack_audios": "2700,0,0,0", "name": "Magic shortbow", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, + "id": "861", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "959", + "durability": null, + "name": "Magic shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "862" }, { - "id": "863", + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "87", + "attack_audios": "2704,0,0,0", "name": "Iron knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "58", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "863", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" }, { - "id": "864", + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "73", + "attack_audios": "2704,0,0,0", "name": "Bronze knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "14", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "864", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" }, { - "id": "865", + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "136", + "attack_audios": "2704,0,0,0", "name": "Steel knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "68", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "865", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" }, { - "id": "866", + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "201", + "attack_audios": "2704,0,0,0", "name": "Mithril knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,20}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "866", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" }, { - "id": "867", - "name": "Adamant knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "421", + "attack_audios": "2704,0,0,0", + "name": "Adamant knife", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "867", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" }, { - "id": "868", - "name": "Rune knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1132", + "attack_audios": "2704,0,0,0", + "name": "Rune knife", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "868", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" }, { - "id": "869", - "name": "Black knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "requirements": "{4,10}", "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "95", + "attack_audios": "2704,0,0,0", + "name": "Black knife", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "869", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" }, { - "id": "870", - "name": "Bronze knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "73", + "attack_audios": "2704,0,0,0", + "name": "Bronze knife(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "870", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" }, { - "id": "871", - "name": "Iron knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "88", + "attack_audios": "2704,0,0,0", + "name": "Iron knife(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "871", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" }, { - "id": "872", - "name": "Steel knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "requirements": "{4,5}", "shop_price": "68", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "873", - "name": "Mithril knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,20}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "874", - "name": "Black knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "124", + "attack_audios": "2704,0,0,0", + "name": "Steel knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "872", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "226", + "attack_audios": "2704,0,0,0", + "name": "Mithril knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "873", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { "requirements": "{4,10}", "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "69", + "attack_audios": "2704,0,0,0", + "name": "Black knife(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "874", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" }, { - "id": "875", + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "503", + "attack_audios": "2704,0,0,0", "name": "Adamant knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,30}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "875", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" }, { - "id": "876", + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1374", + "attack_audios": "2704,0,0,0", "name": "Rune knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,40}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "876", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" }, { - "id": "877", + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "12", + "durability": null, "name": "Bronze bolts", - "examine": "Bronze crossbow bolts.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "877", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "878", + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "38", + "durability": null, "name": "Bronze bolts(p)", - "examine": "Bronze crossbow bolts.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "878", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "879", - "name": "Opal bolts", + "ge_buy_limit": "25000", "examine": "Opal tipped bronze crossbow bolts", + "grand_exchange_price": "5", + "durability": null, + "name": "Opal bolts", + "tradeable": "true", "archery_ticket_price": "0", + "id": "879", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "880", - "name": "Pearl bolts", - "examine": "Pearl tipped Iron crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", "requirements": "{4,26}", - "tradeable": "true" + "ge_buy_limit": "25000", + "examine": "Pearl tipped Iron crossbow bolts.", + "grand_exchange_price": "32", + "durability": null, + "name": "Pearl bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "880", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48", + "equipment_slot": "13" }, { - "id": "881", - "name": "Barbed bolts", - "examine": "Great if you have a crossbow!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,12", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", "shop_price": "80", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "Great if you have a crossbow!", + "grand_exchange_price": "42", + "durability": null, + "name": "Barbed bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "881", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,12", + "equipment_slot": "13" }, { - "id": "882", + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "10", + "durability": null, "name": "Bronze arrow", - "examine": "Arrows with bronze heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "882", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "7", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "883", + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "39", + "durability": null, "name": "Bronze arrow(p)", - "examine": "Arrows with bronze heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "883", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "7", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "884", + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "10", + "durability": null, "name": "Iron arrow", - "examine": "Arrows with iron heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "884", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "885", + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "41", + "durability": null, "name": "Iron arrow(p)", - "examine": "Arrows with iron heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "885", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "886", + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "25", + "durability": null, "name": "Steel arrow", - "examine": "Arrows with steel heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "886", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "46", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "887", + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "69", + "durability": null, "name": "Steel arrow(p)", - "examine": "Arrows with steel heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "887", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "46", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "888", + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "30", + "durability": null, "name": "Mithril arrow", - "examine": "Arrows with mithril heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "888", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "shop_price": "76", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "889", + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "69", + "durability": null, "name": "Mithril arrow(p)", - "examine": "Arrows with mithril heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "889", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "shop_price": "76", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "890", + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "111", + "durability": null, "name": "Adamant arrow", - "examine": "Arrows with adamantite heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "890", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "shop_price": "172", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "891", + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "109", + "durability": null, "name": "Adamant arrow(p)", - "examine": "Arrows with adamantite heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "891", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "shop_price": "172", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "892", + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "grand_exchange_price": "212", + "durability": null, "name": "Rune arrow", - "examine": "Arrows with rune heads.", + "tradeable": "true", "archery_ticket_price": "40", + "id": "892", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "shop_price": "510", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "893", - "name": "Rune arrow(p)", + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", "examine": "Arrows with rune heads.", + "grand_exchange_price": "257", + "durability": null, + "name": "Rune arrow(p)", + "tradeable": "true", "archery_ticket_price": "0", + "id": "893", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "shop_price": "510", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "942", - "name": "Bronze fire arrows", + "ge_buy_limit": "10000", "examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.", + "grand_exchange_price": "228", + "durability": null, + "name": "Bronze fire arrows", + "tradeable": "true", "archery_ticket_price": "0", + "id": "942", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "943", - "name": "Worm", - "examine": "Ugh! It's wriggling!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "shop_price": "0", - "tradeable": "true" - }, - { - "id": "944", - "name": "Worm", - "archery_ticket_price": "0", + "examine": "Ugh! It's wriggling!", "durability": null, - "tradeable": "true" + "name": "Worm", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "943" }, { - "id": "945", + "durability": null, + "name": "Worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "944" + }, + { + "durability": null, "name": "Throwing rope", "archery_ticket_price": "0", - "durability": null, + "id": "945", "equipment_slot": "3" }, { - "id": "946", - "name": "Knife", - "examine": "A dangerous looking knife.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", "shop_price": "25", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "947", + "ge_buy_limit": "100", + "examine": "A dangerous looking knife.", + "grand_exchange_price": "32", + "durability": null, "name": "Knife", + "tradeable": "true", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "946" }, { - "id": "948", - "name": "Bear fur", - "examine": "This would make warm clothing.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "32", + "durability": null, + "name": "Knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "947" + }, + { "shop_price": "4", - "tradeable": "true", - "weight": "3" - }, - { - "id": "949", - "name": "Bear fur", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "950", - "name": "Silk", - "examine": "It's a sheet of silk.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "21", - "tradeable": "true", - "weight": "1" - }, - { - "id": "951", - "name": "Silk", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "952", - "name": "Spade", - "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "953", - "name": "Spade", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "954", - "name": "Rope", - "examine": "A coil of rope.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "18", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "955", - "name": "Rope", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "956", - "name": "Flier", - "examine": "Get your axes from Bob's Axes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "958", - "name": "Grey wolf fur", "examine": "This would make warm clothing.", - "archery_ticket_price": "0", + "grand_exchange_price": "9", "durability": null, - "ge_buy_limit": "100", - "shop_price": "70", + "name": "Bear fur", "tradeable": "true", - "weight": "3" + "weight": "3", + "archery_ticket_price": "0", + "id": "948" }, { - "id": "959", - "name": "Grey wolf fur", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "960", - "name": "Plank", - "examine": "A plank of wood!", - "archery_ticket_price": "0", + "grand_exchange_price": "9", "durability": null, - "ge_buy_limit": "10000", - "shop_price": "100", + "name": "Bear fur", "tradeable": "true", - "weight": "0.8" + "archery_ticket_price": "0", + "id": "949" }, { - "id": "961", - "name": "Plank", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "962", - "name": "Christmas cracker", - "examine": "I need to pull this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "963", - "name": "Christmas cracker", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "966", - "name": "Tile", - "examine": "A fraction of a roof.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.6" - }, - { - "id": "970", - "name": "Papyrus", - "examine": "Used for making notes.", - "archery_ticket_price": "0", - "durability": null, + "shop_price": "21", "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "971", - "name": "Papyrus", - "archery_ticket_price": "0", + "examine": "It's a sheet of silk.", + "grand_exchange_price": "27", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "972", - "name": "Papyrus", - "examine": "Used for making notes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "973", - "name": "Charcoal", - "examine": "A lump of charcoal.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "45", - "tradeable": "true" - }, - { - "id": "974", - "name": "Charcoal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "975", - "name": "Machete", - "examine": "A jungle specific slashing device.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,6,-2,0,0,0,0,0,0,0,0,5,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2554", - "shop_price": "52", + "name": "Silk", "tradeable": "true", - "weapon_interface": "6", - "weight": "1.3" + "weight": "1", + "archery_ticket_price": "0", + "id": "950" }, { - "id": "976", - "name": "Machete", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "978", - "name": "Cooking pot", - "archery_ticket_price": "0", + "grand_exchange_price": "27", "durability": null, - "tradeable": "true" - }, - { - "id": "981", - "name": "Disk of returning", - "examine": "Used to get out of Thordur's blackhole.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "shop_price": "10", + "name": "Silk", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "951" }, { - "id": "982", - "name": "Disk of returning", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "983", - "name": "Brass key", - "examine": "A key found on the floor of Edgeville Dungeon.", - "archery_ticket_price": "0", - "durability": null, + "shop_price": "5", "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "984", - "name": "Brass key", - "archery_ticket_price": "0", + "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.", + "grand_exchange_price": "117", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "985", - "name": "Tooth half of a key", - "examine": "The tooth end of the mysterious Crystal key. Can you find the other half?", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "986", - "name": "Tooth half of a key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "987", - "name": "Loop half of a key", - "examine": "The loop end of the mysterious Crystal key. Can you find the other half?", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "988", - "name": "Loop half of a key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "989", - "name": "Crystal key", - "examine": "A mysterious key for a mysterious chest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "990", - "name": "Crystal key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "991", - "name": "Muddy key", - "examine": "It looks like the key to a chest", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "992", - "name": "Muddy key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "993", - "name": "Sinister key", - "examine": "You get a sense of dread from this key.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "994", - "name": "Sinister key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "995", - "name": "Coins", - "examine": "Lovely money!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1005", - "name": "White apron", - "examine": "A mostly clean apron.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "2", + "name": "Spade", "tradeable": "true", - "weight": "0.45" + "weight": "1.8", + "archery_ticket_price": "0", + "id": "952" }, { - "id": "1006", - "name": "White apron", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1007", - "name": "Cape", - "examine": "A bright red cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "grand_exchange_price": "117", "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", + "name": "Spade", "tradeable": "true", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "953" }, { - "id": "1008", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1009", - "name": "Brass necklace", - "examine": "I'd prefer a gold one.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1010", - "name": "Brass necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1011", - "name": "Blue skirt", - "examine": "Leg covering favored by women and wizards.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1012", - "name": "Blue skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1013", - "name": "Pink skirt", - "examine": "A ladies skirt.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1014", - "name": "Pink skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1015", - "name": "Black skirt", - "examine": "Clothing favoured by women and dark wizards.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1016", - "name": "Black skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1017", - "name": "Wizard hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "1018", - "name": "Wizard hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1019", - "name": "Cape", - "examine": "A warm black cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1020", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1021", - "name": "Cape", - "examine": "A thick blue cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1022", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1023", - "name": "Cape", - "examine": "A thick yellow cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1024", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1025", - "name": "Eyepatch", - "examine": "A black piece of cloth on a string.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "1026", - "name": "Eyepatch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1027", - "name": "Cape", - "examine": "A thick green cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1028", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1029", - "name": "Cape", - "examine": "A thick purple cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1030", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1031", - "name": "Cape", - "examine": "A thick orange cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1032", - "name": "Cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1033", - "name": "Zamorak robe", - "examine": "A robe worn by worshippers of Zamorak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "shop_price": "30", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1034", - "name": "Zamorak robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1035", - "name": "Zamorak robe", - "examine": "A robe worn by worshippers of Zamorak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,3,0,3,0,3,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "shop_price": "40", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1036", - "name": "Zamorak robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1037", - "name": "Bunny ears", - "examine": "A rabbit-like adornment.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get a replacement from Diango.", - "durability": null, - "equipment_slot": "0", - "shop_price": "1", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "1038", - "name": "Red partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1039", - "name": "Red partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1040", - "name": "Yellow partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1041", - "name": "Yellow partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1042", - "name": "Blue partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1043", - "name": "Blue partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1044", - "name": "Green partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1045", - "name": "Green partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1046", - "name": "Purple partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1047", - "name": "Purple partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1048", - "name": "White partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1049", - "name": "White partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1050", - "name": "Santa hat", - "examine": "It's a Santa hat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": "true", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1051", - "name": "Santa hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1052", - "name": "Cape of legends", - "examine": "The cape worn by members of the Legends Guild.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "shop_price": "450", - "weight": "1.8" - }, - { - "id": "1053", - "name": "Green h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "1054", - "name": "Green h'ween mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1055", - "name": "Blue h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "1056", - "name": "Blue h'ween mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1057", - "name": "Red h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "1058", - "name": "Red h'ween mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1059", - "name": "Leather gloves", - "examine": "These will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "6", - "tradeable": "true", - "weight": "0.23" - }, - { - "id": "1060", - "name": "Leather gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1061", - "name": "Leather boots", - "examine": "Comfortable leather boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "5000", - "shop_price": "6", - "tradeable": "true", - "weight": "0.34" - }, - { - "id": "1062", - "name": "Leather boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1063", - "name": "Leather vambraces", - "examine": "Better than no armour!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", "shop_price": "18", + "ge_buy_limit": "100", + "examine": "A coil of rope.", + "grand_exchange_price": "96", + "durability": null, + "name": "Rope", "tradeable": "true", - "weight": "0.22" + "weight": "1.3", + "archery_ticket_price": "0", + "id": "954" }, { - "id": "1064", - "name": "Leather vambraces", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "96", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "955" }, { - "id": "1065", - "name": "Green d'hide vambraces", - "examine": "Made from 100% real dragonhide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,3,2,4,2,0,0,0,0,0,0", + "examine": "Get your axes from Bob's Axes.", "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "5000", + "name": "Flier", + "archery_ticket_price": "0", + "id": "956" + }, + { + "shop_price": "70", + "ge_buy_limit": "100", + "examine": "This would make warm clothing.", + "grand_exchange_price": "34", + "durability": null, + "name": "Grey wolf fur", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "958" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "34", + "durability": null, + "name": "Grey wolf fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "959" + }, + { + "shop_price": "100", + "ge_buy_limit": "10000", + "examine": "A plank of wood!", + "grand_exchange_price": "234", + "durability": null, + "name": "Plank", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "960" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "234", + "durability": null, + "name": "Plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "961" + }, + { + "ge_buy_limit": "2", + "examine": "I need to pull this.", + "grand_exchange_price": "15", + "durability": null, + "name": "Christmas cracker", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "962" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1900000000", + "durability": null, + "name": "Christmas cracker", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "963" + }, + { + "examine": "A fraction of a roof.", + "durability": null, + "name": "Tile", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "966" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "Used for making notes.", + "grand_exchange_price": "153", + "durability": null, + "name": "Papyrus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "970" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "153", + "durability": null, + "name": "Papyrus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "971" + }, + { + "shop_price": "15", + "examine": "Used for making notes.", + "grand_exchange_price": "163", + "durability": null, + "name": "Papyrus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "972" + }, + { + "shop_price": "45", + "ge_buy_limit": "100", + "examine": "A lump of charcoal.", + "grand_exchange_price": "272", + "durability": null, + "name": "Charcoal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "973" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "272", + "durability": null, + "name": "Charcoal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "974" + }, + { + "shop_price": "52", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "grand_exchange_price": "619", + "name": "Machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "975", + "bonuses": "0,6,-2,0,0,0,0,0,0,0,0,5,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "619", + "durability": null, + "name": "Machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "976" + }, + { + "durability": null, + "name": "Cooking pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "978" + }, + { + "shop_price": "10", + "ge_buy_limit": "2", + "examine": "Used to get out of Thordur's blackhole.", + "grand_exchange_price": "298000000", + "durability": null, + "name": "Disk of returning", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "981" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "298000000", + "durability": null, + "name": "Disk of returning", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "982" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "A key found on the floor of Edgeville Dungeon.", + "grand_exchange_price": "547", + "durability": null, + "name": "Brass key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "983" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "547", + "durability": null, + "name": "Brass key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "984" + }, + { + "ge_buy_limit": "100", + "examine": "The tooth end of the mysterious Crystal key. Can you find the other half?", + "grand_exchange_price": "24900", + "durability": null, + "name": "Tooth half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "985" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24900", + "durability": null, + "name": "Tooth half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "986" + }, + { + "ge_buy_limit": "100", + "examine": "The loop end of the mysterious Crystal key. Can you find the other half?", + "grand_exchange_price": "21100", + "durability": null, + "name": "Loop half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "987" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21100", + "durability": null, + "name": "Loop half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "988" + }, + { + "ge_buy_limit": "100", + "examine": "A mysterious key for a mysterious chest.", + "grand_exchange_price": "48700", + "durability": null, + "name": "Crystal key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "989" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48700", + "durability": null, + "name": "Crystal key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "990" + }, + { + "ge_buy_limit": "100", + "examine": "It looks like the key to a chest", + "grand_exchange_price": "4971", + "durability": null, + "name": "Muddy key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "991" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4971", + "durability": null, + "name": "Muddy key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "992" + }, + { + "ge_buy_limit": "100", + "examine": "You get a sense of dread from this key.", + "grand_exchange_price": "54600", + "durability": null, + "name": "Sinister key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "993" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54600", + "durability": null, + "name": "Sinister key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "994" + }, + { + "examine": "Lovely money!", + "durability": null, + "name": "Coins", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "995" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A mostly clean apron.", + "grand_exchange_price": "93", + "durability": null, + "name": "White apron", + "tradeable": "true", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "1005", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "White apron", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1006" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A bright red cape.", + "grand_exchange_price": "187", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1007", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1008" + }, + { + "ge_buy_limit": "100", + "examine": "I'd prefer a gold one.", + "grand_exchange_price": "65", + "durability": null, + "name": "Brass necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1009", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65", + "durability": null, + "name": "Brass necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1010" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "Leg covering favored by women and wizards.", + "grand_exchange_price": "208", + "durability": null, + "name": "Blue skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1011", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "208", + "durability": null, + "name": "Blue skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1012" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A ladies skirt.", + "grand_exchange_price": "216", + "durability": null, + "name": "Pink skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1013", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "216", + "durability": null, + "name": "Pink skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1014" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "Clothing favoured by women and dark wizards.", + "grand_exchange_price": "30", + "durability": null, + "name": "Black skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1015", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Black skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1016" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "grand_exchange_price": "280", + "durability": null, + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "1017", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "280", + "durability": null, + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1018" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A warm black cape.", + "grand_exchange_price": "209", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1019", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "209", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1020" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick blue cape.", + "grand_exchange_price": "504", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1021", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "504", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1022" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick yellow cape.", + "grand_exchange_price": "439", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1023", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "439", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1024" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A black piece of cloth on a string.", + "grand_exchange_price": "111", + "durability": null, + "name": "Eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1025", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "durability": null, + "name": "Eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1026" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick green cape.", + "grand_exchange_price": "1061", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1027", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1061", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1028" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick purple cape.", + "grand_exchange_price": "955", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1029", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "955", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1030" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick orange cape.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1656", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1031", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1656", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1032" + }, + { + "shop_price": "30", + "ge_buy_limit": "2", + "examine": "A robe worn by worshippers of Zamorak.", + "grand_exchange_price": "2481", + "durability": null, + "name": "Zamorak robe", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1033", + "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2481", + "durability": null, + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1034" + }, + { + "shop_price": "40", + "ge_buy_limit": "2", + "examine": "A robe worn by worshippers of Zamorak.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1259", + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1035", + "bonuses": "0,0,0,2,0,0,0,0,3,0,3,0,3,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1259", + "durability": null, + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1036" + }, + { + "destroy_message": "You can get a replacement from Diango.", + "shop_price": "1", + "examine": "A rabbit-like adornment.", + "durability": null, + "name": "Bunny ears", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1037", + "equipment_slot": "0" + }, + { "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Red partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1038", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1500000000", + "durability": null, + "name": "Red partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1039" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Yellow partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1040", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000000", + "durability": null, + "name": "Yellow partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1041" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Blue partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1042", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2100000000", + "durability": null, + "name": "Blue partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1043" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Green partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1044", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1300000000", + "durability": null, + "name": "Green partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1045" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Purple partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1046", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1000000000", + "durability": null, + "name": "Purple partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1047" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "White partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1048", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2000000000", + "durability": null, + "name": "White partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1049" + }, + { + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "It's a Santa hat.", + "durability": null, + "weight": "0.1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5", + "name": "Santa hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "1050" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "112600000", + "durability": null, + "name": "Santa hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1051" + }, + { + "shop_price": "450", + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "1052", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "shop_price": "15", + "ge_buy_limit": "2", + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "98000000", + "name": "Green h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1053" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "98000000", + "durability": null, + "name": "Green h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1054" + }, + { + "remove_head": "true", + "shop_price": "15", + "ge_buy_limit": "2", + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "115900000", + "name": "Blue h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1055" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "115900000", + "durability": null, + "name": "Blue h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1056" + }, + { + "remove_head": "true", + "shop_price": "15", + "ge_buy_limit": "2", + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "154300000", + "name": "Red h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1057" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "154300000", + "durability": null, + "name": "Red h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1058" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "These will keep my hands warm!", + "grand_exchange_price": "12", + "durability": null, + "name": "Leather gloves", + "tradeable": "true", + "weight": "0.23", + "archery_ticket_price": "0", + "id": "1059", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "12", + "durability": null, + "name": "Leather gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1060" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "Comfortable leather boots.", + "grand_exchange_price": "144", + "durability": null, + "name": "Leather boots", + "tradeable": "true", + "weight": "0.34", + "archery_ticket_price": "0", + "id": "1061", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "144", + "durability": null, + "name": "Leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1062" + }, + { + "shop_price": "18", + "ge_buy_limit": "5000", + "examine": "Better than no armour!", + "grand_exchange_price": "13", + "durability": null, + "name": "Leather vambraces", + "tradeable": "true", + "weight": "0.22", + "archery_ticket_price": "0", + "id": "1063", + "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13", + "durability": null, + "name": "Leather vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1064" + }, + { "requirements": "{4,40}", "shop_price": "2500", - "tradeable": "true", - "weight": "0.28" - }, - { - "id": "1066", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "0.28", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "1407", "name": "Green d'hide vambraces", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "id": "1065", + "bonuses": "0,0,0,-10,8,3,2,4,2,0,0,0,0,0,0" }, { + "ge_buy_limit": "5000", + "grand_exchange_price": "1407", + "durability": null, + "name": "Green d'hide vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1066" + }, + { + "shop_price": "280", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "9", + "absorb": "1,0,1", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "55", + "name": "Iron platelegs", + "tradeable": "true", + "archery_ticket_price": "0", "id": "1067", - "name": "Iron platelegs", - "examine": "These look pretty heavy.", - "absorb": "1,0,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0", + "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "55", "durability": null, + "name": "Iron platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1068" + }, + { + "requirements": "{1,5}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "9", + "absorb": "1,0,1", "equip_audio": "2242", "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "280", + "grand_exchange_price": "426", + "name": "Steel platelegs", "tradeable": "true", - "weight": "9" - }, - { - "id": "1068", - "name": "Iron platelegs", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { "id": "1069", - "name": "Steel platelegs", - "examine": "These look pretty heavy.", - "absorb": "1,0,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0", + "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "426", "durability": null, + "name": "Steel platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1070" + }, + { + "requirements": "{1,20}", + "shop_price": "2600", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "7.7", + "absorb": "1,0,2", "equip_audio": "2242", "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,5}", - "shop_price": "1000", + "grand_exchange_price": "1391", + "name": "Mithril platelegs", "tradeable": "true", - "weight": "9" - }, - { - "id": "1070", - "name": "Steel platelegs", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { "id": "1071", - "name": "Mithril platelegs", - "examine": "These look pretty heavy.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0" + }, + { "ge_buy_limit": "100", - "requirements": "{1,20}", - "shop_price": "2600", + "grand_exchange_price": "1391", + "durability": null, + "name": "Mithril platelegs", "tradeable": "true", - "weight": "7.7" + "archery_ticket_price": "0", + "id": "1072" }, { - "id": "1072", - "name": "Mithril platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1073", - "name": "Adamant platelegs", - "examine": "These look pretty heavy.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "100", "requirements": "{1,30}", "shop_price": "6464", - "tradeable": "true", - "weight": "10" - }, - { - "id": "1074", - "name": "Adamant platelegs", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1075", - "name": "Bronze platelegs", "examine": "These look pretty heavy.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0", "durability": null, + "weight": "10", + "absorb": "1,0,3", "equip_audio": "2242", "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "80", + "grand_exchange_price": "3649", + "name": "Adamant platelegs", "tradeable": "true", - "weight": "9" + "archery_ticket_price": "0", + "id": "1073", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" }, { - "id": "1076", - "name": "Bronze platelegs", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "grand_exchange_price": "3649", + "durability": null, + "name": "Adamant platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1074" }, { - "id": "1077", - "name": "Black platelegs", - "examine": "These look pretty heavy", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", "durability": null, + "weight": "9", "equip_audio": "2242", "equipment_slot": "7", + "grand_exchange_price": "34", + "name": "Bronze platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1075", + "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "34", + "durability": null, + "name": "Bronze platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1076" + }, + { "requirements": "{1,10}", "shop_price": "1920", - "tradeable": "true", - "weight": "9" - }, - { - "id": "1078", - "name": "Black platelegs", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1079", - "name": "Rune platelegs", - "examine": "These look pretty heavy.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", + "examine": "These look pretty heavy", "durability": null, + "weight": "9", + "absorb": "1,0,2", "equip_audio": "2242", "equipment_slot": "7", + "grand_exchange_price": "4995", + "name": "Black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1077", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "4995", + "durability": null, + "name": "Black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1078" + }, + { "requirements": "{1,40}", "shop_price": "64000", - "tradeable": "true", - "weight": "9" - }, - { - "id": "1080", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38500", "name": "Rune platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1081", - "name": "Iron plateskirt", - "examine": "Designer leg protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "280", "tradeable": "true", - "weight": "8.1" - }, - { - "id": "1082", - "name": "Iron plateskirt", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1079", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" }, { - "id": "1083", - "name": "Steel plateskirt", + "ge_buy_limit": "100", + "grand_exchange_price": "38500", + "durability": null, + "name": "Rune platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1080" + }, + { + "shop_price": "280", + "ge_buy_limit": "100", "examine": "Designer leg protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0", + "grand_exchange_price": "86", "durability": null, - "equipment_slot": "7", + "name": "Iron plateskirt", + "tradeable": "true", + "weight": "8.1", + "archery_ticket_price": "0", + "id": "1081", + "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "86", + "durability": null, + "name": "Iron plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1082" + }, + { "requirements": "{1,5}", "shop_price": "1000", - "tradeable": "true", - "weight": "8.1" - }, - { - "id": "1084", - "name": "Steel plateskirt", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1085", - "name": "Mithril plateskirt", "examine": "Designer leg protection.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0", "durability": null, + "weight": "8.1", "equipment_slot": "7", + "grand_exchange_price": "514", + "name": "Steel plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1083", + "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "514", + "durability": null, + "name": "Steel plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1084" + }, + { "requirements": "{1,20}", "shop_price": "2600", - "tradeable": "true", - "weight": "7.2" - }, - { - "id": "1086", - "name": "Mithril plateskirt", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1087", - "name": "Bronze plateskirt", "examine": "Designer leg protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "80", - "tradeable": "true", - "weight": "8.1" - }, - { - "id": "1088", - "name": "Bronze plateskirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1089", - "name": "Black plateskirt", - "examine": "Designer leg protection.", + "weight": "7.2", "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", - "durability": null, "equipment_slot": "7", + "grand_exchange_price": "1339", + "name": "Mithril plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1085", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "1339", + "durability": null, + "name": "Mithril plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1086" + }, + { + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "grand_exchange_price": "113", + "durability": null, + "name": "Bronze plateskirt", + "tradeable": "true", + "weight": "8.1", + "archery_ticket_price": "0", + "id": "1087", + "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "113", + "durability": null, + "name": "Bronze plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1088" + }, + { "requirements": "{1,10}", "shop_price": "1920", - "tradeable": "true", - "weight": "8" - }, - { - "id": "1090", - "name": "Black plateskirt", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1091", - "name": "Adamant plateskirt", "examine": "Designer leg protection.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", "durability": null, + "weight": "8", + "absorb": "1,0,2", "equipment_slot": "7", + "grand_exchange_price": "2180", + "name": "Black plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1089", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "2180", + "durability": null, + "name": "Black plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1090" + }, + { "requirements": "{1,30}", "shop_price": "6464", - "tradeable": "true", - "weight": "9" - }, - { - "id": "1092", - "name": "Adamant plateskirt", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1093", - "name": "Rune plateskirt", "examine": "Designer leg protection.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", "durability": null, + "weight": "9", + "absorb": "1,0,3", "equipment_slot": "7", + "grand_exchange_price": "3610", + "name": "Adamant plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1091", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "3610", + "durability": null, + "name": "Adamant plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1092" + }, + { "requirements": "{1,40}", "shop_price": "64000", - "tradeable": "true", - "weight": "8" - }, - { - "id": "1094", - "name": "Rune plateskirt", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1095", - "name": "Leather chaps", - "examine": "Better than no armour!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0", + "examine": "Designer leg protection.", "durability": null, + "weight": "8", + "absorb": "2,0,4", "equipment_slot": "7", - "ge_buy_limit": "5000", - "shop_price": "23", + "lendable": "true", + "grand_exchange_price": "38100", + "name": "Rune plateskirt", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "1093", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" }, { - "id": "1096", - "name": "Leather chaps", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "38100", "durability": null, + "name": "Rune plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1094" + }, + { + "shop_price": "23", "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "Better than no armour!", + "grand_exchange_price": "5", + "durability": null, + "name": "Leather chaps", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "1095", + "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0", + "equipment_slot": "7" }, { - "id": "1097", - "name": "Studded chaps", - "examine": "Those studs should provide a bit more protection.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "5", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "1000", + "name": "Leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1096" + }, + { "requirements": "{4,20}", "shop_price": "750", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "1098", - "name": "Studded chaps", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" + "examine": "Those studs should provide a bit more protection.", + "durability": null, + "weight": "4.5", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "377", + "name": "Studded chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1097", + "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0" }, { - "id": "1099", - "name": "Green d'hide chaps", - "examine": "100% real dragonhide.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", + "ge_buy_limit": "1000", + "grand_exchange_price": "377", "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "5000", - "lendable": "true", + "name": "Studded chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1098" + }, + { "requirements": "{4,40}", "shop_price": "3900", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1100", - "name": "Green d'hide chaps", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2228", + "name": "Green d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1099", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" }, { - "id": "1101", - "name": "Iron chainbody", - "examine": "A series of connected metal rings.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "2228", "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", + "name": "Green d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1100" + }, + { "shop_price": "210", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "1102", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "76", + "durability": null, "name": "Iron chainbody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1103", - "name": "Bronze chainbody", - "examine": "A series of connected metal rings.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "60", "tradeable": "true", - "weight": "6.8" - }, - { - "id": "1104", - "name": "Bronze chainbody", + "weight": "6.8", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1101", + "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0", + "equipment_slot": "4" }, { - "id": "1105", - "name": "Steel chainbody", + "ge_buy_limit": "100", + "grand_exchange_price": "76", + "durability": null, + "name": "Iron chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1102" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", "examine": "A series of connected metal rings.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,17,25,30,-3,19,5,0,0,0,0", + "grand_exchange_price": "37", "durability": null, - "equipment_slot": "4", + "name": "Bronze chainbody", + "tradeable": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "1103", + "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0", + "equipment_slot": "4" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "37", + "durability": null, + "name": "Bronze chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1104" + }, + { "requirements": "{1,5}", "shop_price": "750", - "tradeable": "true", - "weight": "6" - }, - { - "id": "1106", - "name": "Steel chainbody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1107", - "name": "Black chainbody", "examine": "A series of connected metal rings.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,0,0,0", "durability": null, + "weight": "6", "equipment_slot": "4", + "grand_exchange_price": "265", + "name": "Steel chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1105", + "bonuses": "0,0,0,-15,0,17,25,30,-3,19,5,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "265", + "durability": null, + "name": "Steel chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1106" + }, + { "requirements": "{1,10}", "shop_price": "1440", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "1108", - "name": "Black chainbody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1109", - "name": "Mithril chainbody", "examine": "A series of connected metal rings.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,25,35,42,-3,27,20,0,0,0,0", "durability": null, + "weight": "6.8", + "absorb": "1,0,2", "equipment_slot": "4", + "grand_exchange_price": "961", + "name": "Black chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1107", + "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "961", + "durability": null, + "name": "Black chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1108" + }, + { "requirements": "{1,20}", "shop_price": "1950", - "tradeable": "true", - "weight": "5.8" - }, - { - "id": "1110", - "name": "Mithril chainbody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1111", - "name": "Adamant chainbody", "examine": "A series of connected metal rings.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,36,50,61,-3,38,30,0,0,0,0", "durability": null, + "weight": "5.8", + "absorb": "1,0,3", "equipment_slot": "4", + "grand_exchange_price": "963", + "name": "Mithril chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1109", + "bonuses": "0,0,0,-15,0,25,35,42,-3,27,20,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "963", + "durability": null, + "name": "Mithril chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1110" + }, + { "requirements": "{1,30}", "shop_price": "4800", - "tradeable": "true", - "weight": "7.7" - }, - { - "id": "1112", - "name": "Adamant chainbody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1113", - "name": "Rune chainbody", "examine": "A series of connected metal rings.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0", "durability": null, + "weight": "7.7", + "absorb": "2,0,4", "equipment_slot": "4", + "grand_exchange_price": "2731", + "name": "Adamant chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1111", + "bonuses": "0,0,0,-15,0,36,50,61,-3,38,30,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "2731", + "durability": null, + "name": "Adamant chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1112" + }, + { "requirements": "{1,40}", "shop_price": "50000", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "1114", - "name": "Rune chainbody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "examine": "A series of connected metal rings.", + "durability": null, + "weight": "6.8", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "29800", + "name": "Rune chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1113", + "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0" }, { - "id": "1115", - "name": "Iron platebody", - "examine": "Provides excellent protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "29800", "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "500", - "remove_sleeves": "true", + "name": "Rune chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1114" + }, + { "shop_price": "560", - "tradeable": "true", - "weight": "9.95" - }, - { - "id": "1116", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.95", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "434", "name": "Iron platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1117", - "name": "Bronze platebody", - "examine": "Provides excellent protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "500", - "remove_sleeves": "true", - "shop_price": "160", "tradeable": "true", - "weight": "9.5" + "archery_ticket_price": "0", + "id": "1115", + "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0" }, { - "id": "1118", - "name": "Bronze platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "500", - "tradeable": "true" + "grand_exchange_price": "434", + "durability": null, + "name": "Iron platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1116" }, { - "id": "1119", - "name": "Steel platebody", + "shop_price": "160", + "ge_buy_limit": "500", "examine": "Provides excellent protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", "durability": null, + "weight": "9.5", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "500", "remove_sleeves": "true", + "grand_exchange_price": "36", + "name": "Bronze platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1117", + "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "36", + "durability": null, + "name": "Bronze platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1118" + }, + { "requirements": "{1,5}", "shop_price": "2000", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "1120", - "name": "Steel platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1121", - "name": "Mithril platebody", "examine": "Provides excellent protection.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0", "durability": null, + "weight": "9.9", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "500", "remove_sleeves": "true", + "grand_exchange_price": "1077", + "name": "Steel platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1119", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1077", + "durability": null, + "name": "Steel platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1120" + }, + { "requirements": "{1,20}", "shop_price": "5200", - "tradeable": "true", - "weight": "8.6" - }, - { - "id": "1122", - "name": "Mithril platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1123", - "name": "Adamant platebody", "examine": "Provides excellent protection.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", "durability": null, + "weight": "8.6", + "absorb": "1,0,3", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "500", "remove_sleeves": "true", + "grand_exchange_price": "2965", + "name": "Mithril platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1121", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "2965", + "durability": null, + "name": "Mithril platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1122" + }, + { "requirements": "{1,30}", "shop_price": "16256", - "tradeable": "true", - "weight": "11" - }, - { - "id": "1124", - "name": "Adamant platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1125", - "name": "Black platebody", - "examine": "Provides Excellent protection.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0", + "examine": "Provides excellent protection.", "durability": null, + "weight": "11", + "absorb": "2,0,4", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "500", "remove_sleeves": "true", + "grand_exchange_price": "9790", + "name": "Adamant platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1123", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "9790", + "durability": null, + "name": "Adamant platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1124" + }, + { "requirements": "{1,10}", "shop_price": "3840", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "1126", - "name": "Black platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1127", - "name": "Rune platebody", - "examine": "Provides excellent protection.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", + "examine": "Provides Excellent protection.", "durability": null, + "weight": "9.9", + "absorb": "1,0,2", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", "remove_sleeves": "true", + "grand_exchange_price": "4915", + "name": "Black platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1125", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "4915", + "durability": null, + "name": "Black platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1126" + }, + { "requirements": "{1,40}", "shop_price": "65000", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "1128", - "name": "Rune platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1129", - "name": "Leather body", - "examine": "Better than no armour!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0", + "examine": "Provides excellent protection.", "durability": null, + "weight": "9.9", + "absorb": "3,0,6", + "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "1000", - "shop_price": "20", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "38800", + "name": "Rune platebody", "tradeable": "true", - "weight": "2.7" + "archery_ticket_price": "0", + "id": "1127", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" }, { - "id": "1130", + "ge_buy_limit": "100", + "grand_exchange_price": "38800", + "durability": null, + "name": "Rune platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1128" + }, + { + "shop_price": "20", + "ge_buy_limit": "1000", + "examine": "Better than no armour!", + "grand_exchange_price": "34", + "durability": null, "name": "Leather body", + "tradeable": "true", + "weight": "2.7", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "1129", + "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0", + "equipment_slot": "4" }, { - "id": "1131", - "name": "Hardleather body", - "examine": "Harder than normal leather.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-4,8,12,15,18,6,15,10,0,0,0,0", - "durability": null, - "equipment_slot": "4", "ge_buy_limit": "1000", + "grand_exchange_price": "34", + "durability": null, + "name": "Leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1130" + }, + { "requirements": "{1,10}", "shop_price": "170", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "1132", - "name": "Hardleather body", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1133", - "name": "Studded body", - "examine": "These studs should provide a bit more protection.", - "absorb": "0,3,1", - "archery_ticket_price": "150", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0", + "examine": "Harder than normal leather.", "durability": null, + "weight": "3.6", + "absorb": "0,2,1", "equipment_slot": "4", + "grand_exchange_price": "43", + "name": "Hardleather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1131", + "bonuses": "0,0,0,-4,8,12,15,18,6,15,10,0,0,0,0" + }, + { "ge_buy_limit": "1000", + "grand_exchange_price": "43", + "durability": null, + "name": "Hardleather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1132" + }, + { "requirements": "{1,20}-{4,20}", "shop_price": "850", - "tradeable": "true", - "weight": "5" - }, - { - "id": "1134", - "name": "Studded body", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" + "examine": "These studs should provide a bit more protection.", + "durability": null, + "weight": "5", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "414", + "name": "Studded body", + "tradeable": "true", + "archery_ticket_price": "150", + "id": "1133", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0" }, { - "id": "1135", - "name": "Green d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "2400", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", + "ge_buy_limit": "1000", + "grand_exchange_price": "414", "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "5000", - "lendable": "true", + "name": "Studded body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1134" + }, + { "requirements": "{1,40}-{4,40}", "shop_price": "7800", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "1136", - "name": "Green d'hide body", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "4544", + "name": "Green d'hide body", + "tradeable": "true", + "archery_ticket_price": "2400", + "id": "1135", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" }, { - "id": "1137", - "name": "Iron med helm", - "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "4544", "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", + "name": "Green d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1136" + }, + { "remove_head": "true", "shop_price": "84", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1138", - "name": "Iron med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1139", - "name": "Bronze med helm", "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,3,4,2,-1,3,0,0,0,0,0", "durability": null, + "weight": "1.8", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "22", + "name": "Iron med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1137", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "22", + "durability": null, + "name": "Iron med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1138" + }, + { "remove_head": "true", "shop_price": "24", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1140", - "name": "Bronze med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1141", - "name": "Steel med helm", "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0", "durability": null, + "weight": "1.8", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "39", + "name": "Bronze med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1139", + "bonuses": "0,0,0,-3,-1,3,4,2,-1,3,0,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "39", + "durability": null, + "name": "Bronze med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1140" + }, + { "remove_head": "true", "requirements": "{1,5}", "shop_price": "300", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1142", - "name": "Steel med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1143", - "name": "Mithril med helm", "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0", "durability": null, + "weight": "1.8", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "52", + "name": "Steel med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1141", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "52", + "durability": null, + "name": "Steel med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1142" + }, + { "remove_head": "true", "requirements": "{1,20}", "shop_price": "780", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "1144", - "name": "Mithril med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1145", - "name": "Adamant med helm", "examine": "A medium sized helmet.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0", "durability": null, + "weight": "1.3", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "272", + "name": "Mithril med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1143", + "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "272", + "durability": null, + "name": "Mithril med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1144" + }, + { "remove_head": "true", "requirements": "{1,30}", "shop_price": "1920", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1146", - "name": "Adamant med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1147", - "name": "Rune med helm", "examine": "A medium sized helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0", "durability": null, + "weight": "1.8", + "absorb": "1,0,2", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "1024", + "name": "Adamant med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1145", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "1024", + "durability": null, + "name": "Adamant med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1146" + }, + { "remove_head": "true", "requirements": "{1,40}", "shop_price": "19200", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1148", - "name": "Rune med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1149", - "name": "Dragon med helm", - "examine": "Makes the wearer pretty intimidating.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", + "examine": "A medium sized helmet.", "durability": null, + "weight": "1.8", + "absorb": "1,0,3", "equip_audio": "2240", "equipment_slot": "0", - "ge_buy_limit": "100", "lendable": "true", + "grand_exchange_price": "11400", + "name": "Rune med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1147", + "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11400", + "durability": null, + "name": "Rune med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1148" + }, + { "remove_head": "true", "requirements": "{1,60}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "1150", - "name": "Dragon med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1151", - "name": "Black med helm", - "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,0,0,0", + "examine": "Makes the wearer pretty intimidating.", "durability": null, + "weight": "1.3", + "absorb": "2,0,4", "equip_audio": "2240", "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "60500", + "name": "Dragon med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1149", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "60500", + "durability": null, + "name": "Dragon med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1150" + }, + { "remove_head": "true", "requirements": "{1,10}", "shop_price": "530", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1152", - "name": "Black med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1153", - "name": "Iron full helm", - "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,6,7,5,-1,6,0,0,0,0,0", + "examine": "A medium sized helmet.", "durability": null, + "weight": "1.8", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "242", + "name": "Black med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1151", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,0,0,0" + }, + { "ge_buy_limit": "100", - "remove_beard": "true", + "grand_exchange_price": "242", + "durability": null, + "name": "Black med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1152" + }, + { "remove_head": "true", "shop_price": "61", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1154", - "name": "Iron full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1155", - "name": "Bronze full helm", "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,4,5,3,-1,4,0,0,0,0,0", "durability": null, + "weight": "2.7", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "56", + "name": "Iron full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1153", + "bonuses": "0,0,0,-6,-2,6,7,5,-1,6,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Iron full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1154" + }, + { "remove_head": "true", "shop_price": "44", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1156", - "name": "Bronze full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1157", - "name": "Steel full helm", "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", "durability": null, + "weight": "2.7", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "67", + "name": "Bronze full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1155", + "bonuses": "0,0,0,-6,-2,4,5,3,-1,4,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "67", + "durability": null, + "name": "Bronze full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1156" + }, + { "remove_head": "true", "requirements": "{1,5}", "shop_price": "550", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1158", - "name": "Steel full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1159", - "name": "Mithril full helm", "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,0,0,0", "durability": null, + "weight": "2.7", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "195", + "name": "Steel full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1157", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Steel full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1158" + }, + { "remove_head": "true", "requirements": "{1,20}", "shop_price": "1430", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "1160", - "name": "Mithril full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1161", - "name": "Adamant full helm", "examine": "A full face helmet.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", "durability": null, + "weight": "2.2", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "675", + "name": "Mithril full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1159", + "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "675", + "durability": null, + "name": "Mithril full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1160" + }, + { "remove_head": "true", "requirements": "{1,30}", "shop_price": "3520", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1162", - "name": "Adamant full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1163", - "name": "Rune full helm", "examine": "A full face helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", "durability": null, + "weight": "2.7", + "absorb": "1,0,2", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "1911", + "name": "Adamant full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1161", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1911", + "durability": null, + "name": "Adamant full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1162" + }, + { "remove_head": "true", "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1164", - "name": "Rune full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1165", - "name": "Black full helm", "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", "durability": null, + "weight": "2.7", + "absorb": "1,0,3", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "20900", + "name": "Rune full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1163", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20900", + "durability": null, + "name": "Rune full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1164" + }, + { "remove_head": "true", "requirements": "{1,10}", "shop_price": "1372", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1166", - "name": "Black full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "731", + "name": "Black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1165", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" }, { - "id": "1167", - "name": "Leather cowl", - "examine": "Better than no armour!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,1,2,3,4,2,3,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "731", "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "5000", + "name": "Black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1166" + }, + { "remove_head": "true", "shop_price": "24", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1168", - "name": "Leather cowl", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1169", - "name": "Coif", - "examine": "Light weight head protection.", - "archery_ticket_price": "100", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0", + "examine": "Better than no armour!", "durability": null, - "equip_audio": "2238", + "weight": "0.9", "equipment_slot": "0", + "grand_exchange_price": "9", + "name": "Leather cowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1167", + "bonuses": "0,0,0,0,1,2,3,4,2,3,0,0,0,0,0" + }, + { "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "durability": null, + "name": "Leather cowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1168" + }, + { "remove_head": "true", "requirements": "{4,20}", "shop_price": "200", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1170", - "name": "Coif", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "Light weight head protection.", + "durability": null, + "weight": "0.9", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "56", + "name": "Coif", + "tradeable": "true", + "archery_ticket_price": "100", + "id": "1169", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0" }, { - "id": "1171", - "name": "Wooden shield", - "examine": "A solid wooden shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "56", "durability": null, - "equip_audio": "2250", - "equipment_slot": "5", - "ge_buy_limit": "100", + "name": "Coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1170" + }, + { "shop_price": "20", - "tradeable": "true" - }, - { - "id": "1172", + "ge_buy_limit": "100", + "examine": "A solid wooden shield.", + "grand_exchange_price": "483", + "durability": null, "name": "Wooden shield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1171", + "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0", + "equip_audio": "2250", + "equipment_slot": "5" }, { - "id": "1173", - "name": "Bronze sq shield", - "examine": "A medium square shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", "ge_buy_limit": "100", + "grand_exchange_price": "483", + "durability": null, + "name": "Wooden shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1172" + }, + { "shop_price": "48", - "tradeable": "true", - "weight": "3" - }, - { - "id": "1174", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "12", "name": "Bronze sq shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1175", - "name": "Iron sq shield", - "examine": "A medium square shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,8,9,7,0,8,1,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "100", - "shop_price": "168", "tradeable": "true", - "weight": "3.6" + "archery_ticket_price": "0", + "id": "1173", + "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0" }, { - "id": "1176", - "name": "Iron sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "grand_exchange_price": "12", + "durability": null, + "name": "Bronze sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1174" }, { - "id": "1177", - "name": "Steel sq shield", + "shop_price": "168", + "ge_buy_limit": "100", "examine": "A medium square shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,11,0,12,4,0,0,0,0", "durability": null, + "weight": "3.6", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "39", + "name": "Iron sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1175", + "bonuses": "0,0,0,-6,-2,8,9,7,0,8,1,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "39", + "durability": null, + "name": "Iron sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1176" + }, + { "requirements": "{1,5}", "shop_price": "600", - "tradeable": "true", - "weight": "3" - }, - { - "id": "1178", - "name": "Steel sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1179", - "name": "Black sq shield", "examine": "A medium square shield.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,0,0,0", "durability": null, + "weight": "3", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "185", + "name": "Steel sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1177", + "bonuses": "0,0,0,-6,-2,12,13,11,0,12,4,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "185", + "durability": null, + "name": "Steel sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1178" + }, + { "requirements": "{1,10}", "shop_price": "1463", - "tradeable": "true", - "weight": "4" - }, - { - "id": "1180", - "name": "Black sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1181", - "name": "Mithril sq shield", "examine": "A medium square shield.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0", "durability": null, + "weight": "4", + "absorb": "1,0,2", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "511", + "name": "Black sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1179", + "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "511", + "durability": null, + "name": "Black sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1180" + }, + { "requirements": "{1,20}", "shop_price": "1560", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1182", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3.1", + "absorb": "2,0,4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "744", "name": "Mithril sq shield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1181", + "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0" }, { - "id": "1183", - "name": "Adamant sq shield", - "examine": "A medium square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,24,26,22,0,24,25,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", "ge_buy_limit": "100", + "grand_exchange_price": "744", + "durability": null, + "name": "Mithril sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1182" + }, + { "requirements": "{1,30}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "1184", - "name": "Adamant sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1185", - "name": "Rune sq shield", "examine": "A medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0", "durability": null, + "weight": "4", + "absorb": "3,0,6", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "2136", + "name": "Adamant sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1183", + "bonuses": "0,0,0,-6,-2,24,26,22,0,24,25,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "2136", + "durability": null, + "name": "Adamant sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1184" + }, + { "requirements": "{1,40}", - "tradeable": "true", - "weight": "3.64" - }, - { - "id": "1186", - "name": "Rune sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1187", - "name": "Dragon sq shield", - "examine": "An ancient and powerful looking Dragon Square shield.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0", + "examine": "A medium square shield.", "durability": null, + "weight": "3.64", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", - "ge_buy_limit": "10", "lendable": "true", + "grand_exchange_price": "22800", + "name": "Rune sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1185", + "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "22800", + "durability": null, + "name": "Rune sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1186" + }, + { "requirements": "{1,60}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "1188", - "name": "Dragon sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1189", - "name": "Bronze kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0", + "examine": "An ancient and powerful looking Dragon Square shield.", "durability": null, + "weight": "3", + "absorb": "5,0,11", "equip_audio": "2245", "equipment_slot": "5", - "ge_buy_limit": "100", + "lendable": "true", + "grand_exchange_price": "431900", + "name": "Dragon sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1187", + "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "431900", + "durability": null, + "name": "Dragon sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1188" + }, + { "shop_price": "86", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1190", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "18", "name": "Bronze kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1191", - "name": "Iron kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,8,10,9,-1,9,2,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "100", - "shop_price": "233", "tradeable": "true", - "weight": "5.4" + "archery_ticket_price": "0", + "id": "1189", + "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0" }, { - "id": "1192", - "name": "Iron kiteshield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "grand_exchange_price": "18", + "durability": null, + "name": "Bronze kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1190" }, { - "id": "1193", - "name": "Steel kiteshield", + "shop_price": "233", + "ge_buy_limit": "100", "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", "durability": null, + "weight": "5.4", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "57", + "name": "Iron kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1191", + "bonuses": "0,0,0,-8,-2,8,10,9,-1,9,2,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Iron kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1192" + }, + { "requirements": "{1,5}", "shop_price": "850", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1194", - "name": "Steel kiteshield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1195", - "name": "Black kiteshield", "examine": "A large metal shield.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", "durability": null, + "weight": "5.4", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "354", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1193", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "354", + "durability": null, + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1194" + }, + { "requirements": "{1,10}", "shop_price": "2121", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1196", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "3311", "name": "Black kiteshield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1195", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" }, { - "id": "1197", - "name": "Mithril kiteshield", - "examine": "A large metal shield.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", "ge_buy_limit": "100", + "grand_exchange_price": "3311", + "durability": null, + "name": "Black kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1196" + }, + { "requirements": "{1,20}", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "1198", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "4.5", + "absorb": "2,0,4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "1128", "name": "Mithril kiteshield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1197", + "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0" }, { - "id": "1199", - "name": "Adamant kiteshield", - "examine": "A large metal shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", "ge_buy_limit": "100", + "grand_exchange_price": "1128", + "durability": null, + "name": "Mithril kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1198" + }, + { "requirements": "{1,30}", - "tradeable": "true", - "weight": "5.8" - }, - { - "id": "1200", - "name": "Adamant kiteshield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1201", - "name": "Rune kiteshield", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.8", + "absorb": "3,0,6", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "3066", + "name": "Adamant kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1199", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "3066", + "durability": null, + "name": "Adamant kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1200" + }, + { "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1202", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "35600", "name": "Rune kiteshield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1201", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" }, { + "ge_buy_limit": "100", + "grand_exchange_price": "35600", + "durability": null, + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1202" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "35", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger", + "tradeable": "true", + "archery_ticket_price": "0", "id": "1203", - "name": "Iron dagger", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "38", + "grand_exchange_price": "35", + "durability": null, + "name": "Iron dagger", "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1204", - "name": "Iron dagger", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1204" }, { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "105", + "attack_audios": "2517,2517,2500,2517", + "name": "Bronze dagger", + "tradeable": "true", + "archery_ticket_price": "0", "id": "1205", - "name": "Bronze dagger", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "11", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" }, { + "ge_buy_limit": "100", + "grand_exchange_price": "105", + "durability": null, + "name": "Bronze dagger", + "tradeable": "true", + "archery_ticket_price": "0", "id": "1206", - "name": "Bronze dagger", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1207", - "name": "Steel dagger", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,5}", - "shop_price": "135", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1208", - "name": "Steel dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1209", - "name": "Mithril dagger", - "examine": "A dangerous dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,20}", - "shop_price": "130", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.3" - }, - { - "id": "1210", - "name": "Mithril dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1211", - "name": "Adamant dagger", - "examine": "Short and deadly.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,30}", - "shop_price": "816", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1212", - "name": "Adamant dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1213", - "name": "Rune dagger", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,40}", - "shop_price": "8000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1214", - "name": "Rune dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1215", - "name": "Dragon dagger", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,60}", - "shop_price": "60000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1216", - "name": "Dragon dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1217", - "name": "Black dagger", - "examine": "A vicious black dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1218", - "name": "Black dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1219", - "name": "Iron dagger(p)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "38", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1220", - "name": "Iron dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1221", - "name": "Bronze dagger(p)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "11", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1222", - "name": "Bronze dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1223", - "name": "Steel dagger(p)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,5}", - "shop_price": "135", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1224", - "name": "Steel dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1225", - "name": "Mithril dagger(p)", - "examine": "A dangerous dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,20}", - "shop_price": "130", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.3" - }, - { - "id": "1226", - "name": "Mithril dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1227", - "name": "Adamant dagger(p)", - "examine": "Short and deadly.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,30}", - "shop_price": "816", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1228", - "name": "Adamant dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1229", - "name": "Rune dagger(p)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,40}", - "shop_price": "8000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1230", - "name": "Rune dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1231", - "name": "Dragon dagger(p)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,60}", - "shop_price": "60000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1232", - "name": "Dragon dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1233", - "name": "Black dagger(p)", - "examine": "A vicious black dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1234", - "name": "Black dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1235", - "name": "Poisoned dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "render_anim": "2584" - }, - { - "id": "1236", - "name": "Poisoned dagger(p)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1237", - "name": "Bronze spear", - "examine": "A bronze tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "26", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1238", - "name": "Bronze spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1239", - "name": "Iron spear", - "examine": "An iron tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1240", - "name": "Iron spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1241", - "name": "Steel spear", - "examine": "A steel tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1242", - "name": "Steel spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1243", - "name": "Mithril spear", - "examine": "A mithril tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "1244", - "name": "Mithril spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1245", - "name": "Adamant spear", - "examine": "An adamant tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "1246", - "name": "Adamant spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1247", - "name": "Rune spear", - "examine": "A rune tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1248", - "name": "Rune spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1249", - "name": "Dragon spear", - "examine": "A dragon tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "1250", - "name": "Dragon spear", - "archery_ticket_price": "0", - "defence_anim": "2079", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1251", - "name": "Bronze spear(p)", - "examine": "A bronze tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1252", - "name": "Bronze spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1253", - "name": "Iron spear(p)", - "examine": "An iron tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1254", - "name": "Iron spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1255", - "name": "Steel spear(p)", - "examine": "A steel tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1256", - "name": "Steel spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1257", - "name": "Mithril spear(p)", - "examine": "A mithril tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "1258", - "name": "Mithril spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1259", - "name": "Adamant spear(p)", - "examine": "An adamant tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "1260", - "name": "Adamant spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1261", - "name": "Rune spear(p)", - "examine": "A rune tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1262", - "name": "Rune spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1263", - "name": "Dragon spear(p)", - "examine": "A dragon tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "1264", - "name": "Dragon spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1265", - "name": "Bronze pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weapon_interface": "4", - "weight": "2.25" - }, - { - "id": "1266", - "name": "Bronze pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1267", - "name": "Iron pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "5,-2,3,0,0,0,1,0,0,0,0,7,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "140", - "tradeable": "true", - "weapon_interface": "4", - "weight": "2.25" - }, - { - "id": "1268", - "name": "Iron pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1269", - "name": "Steel pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "8,-2,6,0,0,0,1,0,0,0,0,9,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,5}", - "shop_price": "500", - "tradeable": "true", - "weapon_interface": "4", - "weight": "2.25" - }, - { - "id": "1270", - "name": "Steel pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1271", - "name": "Adamant pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "17,-2,15,0,0,0,1,0,0,0,0,19,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,30}-{14,31}", - "shop_price": "3200", - "tradeable": "true", - "weapon_interface": "4", - "weight": "2.7" - }, - { - "id": "1272", - "name": "Adamant pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1273", - "name": "Mithril pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "12,-2,10,0,0,0,1,0,0,0,0,13,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,20}", - "shop_price": "1300", - "tradeable": "true", - "weapon_interface": "4", - "weight": "1.8" - }, - { - "id": "1274", - "name": "Mithril pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1275", - "name": "Rune pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{0,40}-{14,41}", - "shop_price": "32000", - "tradeable": "true", - "weapon_interface": "4", - "weight": "2.2" - }, - { - "id": "1276", - "name": "Rune pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1277", - "name": "Bronze sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2549,2549,2500,2549", - "attack_speed": "4", - "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "run_anim": "824", - "shop_price": "33", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1" - }, - { - "id": "1278", - "name": "Bronze sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1279", - "name": "Iron sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2549,2549,2500,2549", - "attack_speed": "4", - "bonuses": "6,4,-2,0,0,0,2,1,0,0,0,7,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "run_anim": "824", - "shop_price": "91", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "1280", - "name": "Iron sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1281", - "name": "Steel sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2549,2549,2500,2549", - "attack_speed": "4", - "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,5}", - "run_anim": "824", - "shop_price": "412", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1" - }, - { - "id": "1282", - "name": "Steel sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1283", - "name": "Black sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2549,2549,2500,2549", - "attack_speed": "4", - "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,10}", - "run_anim": "824", - "shop_price": "624", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1" - }, - { - "id": "1284", - "name": "Black sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1285", - "name": "Mithril sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2549,2549,2500,2549", - "attack_speed": "4", - "bonuses": "16,11,-2,0,0,0,2,1,0,0,0,17,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "266", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1.5" - }, - { - "id": "1286", - "name": "Mithril sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1287", - "name": "Adamant sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2549,2549,2500,2549", - "attack_speed": "4", - "bonuses": "23,18,-2,0,0,0,2,1,0,0,0,24,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,30}", - "run_anim": "824", - "shop_price": "2080", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1" - }, - { - "id": "1288", - "name": "Adamant sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1289", - "name": "Rune sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2549,2549,2500,2549", - "attack_speed": "4", - "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "1", - "requirements": "{0,40}", - "run_anim": "824", - "shop_price": "20800", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "1290", - "name": "Rune sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1291", - "name": "Bronze longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2549,2500", - "attack_speed": "5", - "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "run_anim": "824", - "shop_price": "23", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1292", - "name": "Bronze longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1293", - "name": "Iron longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2549,2500", - "attack_speed": "5", - "bonuses": "6,8,-2,0,0,0,3,2,0,0,0,10,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "run_anim": "824", - "shop_price": "177", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "2" - }, - { - "id": "1294", - "name": "Iron longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1295", - "name": "Steel longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2549,2500", - "attack_speed": "5", - "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,16,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,5}", - "run_anim": "824", - "shop_price": "500", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "2" - }, - { - "id": "1296", - "name": "Steel longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1297", - "name": "Black longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2549,2500", - "attack_speed": "5", - "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,10}", - "run_anim": "824", - "shop_price": "960", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1298", - "name": "Black longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1299", - "name": "Mithril longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2549,2500", - "attack_speed": "5", - "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "1074", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.5" - }, - { - "id": "1300", - "name": "Mithril longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1301", - "name": "Adamant longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2549,2500", - "attack_speed": "5", - "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,30}", - "run_anim": "824", - "shop_price": "3200", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "2" - }, - { - "id": "1302", - "name": "Adamant longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1303", - "name": "Rune longsword", - "examine": "A razor sharp longsword", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2549,2500", - "attack_speed": "5", - "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "1", - "requirements": "{0,40}", - "run_anim": "824", - "shop_price": "32000", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1304", - "name": "Rune longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1305", - "name": "Dragon longsword", - "examine": "A very powerful sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2549,2500", - "attack_speed": "5", - "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "292", - "requirements": "{0,60}", - "run_anim": "824", - "shop_price": "100000", - "stand_anim": "809", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1306", - "name": "Dragon longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1307", - "name": "Bronze 2h sword", - "examine": "A two-handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,9,8,-4,0,0,0,0,0,-1,0,10,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "run_anim": "7039", - "shop_price": "160", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "1308", - "name": "Bronze 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1309", - "name": "Iron 2h sword", - "examine": "A two handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,13,10,-4,0,0,0,0,0,-1,0,14,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "run_anim": "7039", - "shop_price": "260", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "1310", - "name": "Iron 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1311", - "name": "Steel 2h sword", - "examine": "A two handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,21,16,-4,0,0,0,0,0,-1,0,22,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,5}", - "run_anim": "7039", - "shop_price": "1000", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3" - }, - { - "id": "1312", - "name": "Steel 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1313", - "name": "Black 2h sword", - "examine": "A two-handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,10}", - "run_anim": "7039", - "shop_price": "2400", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "1314", - "name": "Black 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1315", - "name": "Mithril 2h sword", - "examine": "A two-handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,30,24,-4,0,0,0,0,0,-1,0,31,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,20}", - "run_anim": "7039", - "shop_price": "3000", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.1" - }, - { - "id": "1316", - "name": "Mithril 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1317", - "name": "Adamant 2h sword", - "examine": "A two-handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,43,30,-4,0,0,0,0,0,-1,0,44,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,30}", - "run_anim": "7039", - "shop_price": "6400", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "4" - }, - { - "id": "1318", - "name": "Adamant 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1319", - "name": "Rune 2h sword", - "examine": "A two handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "124", - "requirements": "{0,40}", - "run_anim": "7039", - "shop_price": "40000", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "1320", - "name": "Rune 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1321", - "name": "Bronze scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2549,0", - "attack_speed": "4", - "bonuses": "1,7,-2,0,0,0,1,0,0,0,0,6,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "run_anim": "824", - "shop_price": "40", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "1322", - "name": "Bronze scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1323", - "name": "Iron scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2549,0", - "attack_speed": "4", - "bonuses": "2,10,-2,0,0,0,1,0,0,0,0,9,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "run_anim": "824", - "shop_price": "112", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1324", - "name": "Iron scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1325", - "name": "Steel scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2549,0", - "attack_speed": "4", - "bonuses": "3,15,-2,0,0,0,1,0,0,0,0,14,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,5}", - "run_anim": "824", - "shop_price": "400", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1326", - "name": "Steel scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1327", - "name": "Black scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2549,0", - "attack_speed": "4", - "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,10}", - "run_anim": "824", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1328", - "name": "Black scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1329", - "name": "Mithril scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2549,0", - "attack_speed": "4", - "bonuses": "5,21,-2,0,0,0,1,0,0,0,0,20,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "1040", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.5" - }, - { - "id": "1330", - "name": "Mithril scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1331", - "name": "Adamant scimitar", - "examine": "A viciously curved sword", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2549,0", - "attack_speed": "4", - "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,30}", - "run_anim": "824", - "shop_price": "2304", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "2" - }, - { - "id": "1332", - "name": "Adamant scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1333", - "name": "Rune scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2549,0", - "attack_speed": "4", - "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "1", - "requirements": "{0,40}", - "run_anim": "824", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1334", - "name": "Rune scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1335", - "name": "Iron warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,11,-4,0,0,0,0,0,0,0,9,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1430", - "run_anim": "1210", - "shop_price": "224", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "1336", - "name": "Iron warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1337", - "name": "Bronze warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,10,-4,0,0,0,0,0,0,0,8,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1430", - "run_anim": "1210", - "shop_price": "59", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "1338", - "name": "Bronze warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1339", - "name": "Steel warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,18,-4,0,0,0,0,0,0,0,16,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1430", - "requirements": "{0,5}", - "run_anim": "1210", - "shop_price": "832", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "1340", - "name": "Steel warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1341", - "name": "Black warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1430", - "requirements": "{0,10}", - "run_anim": "1210", - "shop_price": "1274", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10" - }, - { - "id": "1342", - "name": "Black warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1343", - "name": "Mithril warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1430", - "requirements": "{0,20}", - "run_anim": "1210", - "shop_price": "2158", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1.5" - }, - { - "id": "1344", - "name": "Mithril warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1345", - "name": "Adamant warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,33,-4,0,0,0,0,0,0,0,31,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "render_anim": "1430", - "requirements": "{0,30}", - "run_anim": "1210", - "shop_price": "5356", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "2" - }, - { - "id": "1346", - "name": "Adamant warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1347", - "name": "Rune warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "1430", - "requirements": "{0,40}", - "run_anim": "1210", - "shop_price": "41000", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "1348", - "name": "Rune warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1349", - "name": "Iron axe", - "examine": "A woodcutter's axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,5,3,0,0,0,1,0,0,0,0,7,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "56", - "tradeable": "true", - "weapon_interface": "2", - "weight": "1.3" - }, - { - "id": "1350", - "name": "Iron axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1351", - "name": "Bronze axe", - "examine": "A woodcutter's axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "shop_price": "20", - "tradeable": "true", - "weapon_interface": "2", - "weight": "1.35" - }, - { - "id": "1352", - "name": "Bronze axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1353", - "name": "Steel axe", - "examine": "A woodcutter's axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,8,6,0,0,0,1,0,0,0,0,9,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,5}", - "shop_price": "200", - "tradeable": "true", - "weapon_interface": "2", - "weight": "1.3" - }, - { - "id": "1354", - "name": "Steel axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1355", - "name": "Mithril axe", - "examine": "A powerful axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,20}", - "shop_price": "660", - "tradeable": "true", - "weapon_interface": "2", - "weight": "1.1" - }, - { - "id": "1356", - "name": "Mithril axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1357", - "name": "Adamant axe", - "examine": "A powerful axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,17,15,0,0,0,1,0,0,0,0,19,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,30}-{8,31}", - "shop_price": "1625", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2" - }, - { - "id": "1358", - "name": "Adamant axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1359", - "name": "Rune axe", - "examine": "A powerful axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,40}-{8,41}", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "1360", - "name": "Rune axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1361", - "name": "Black axe", - "examine": "A sinister looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,10,8,0,0,0,1,0,0,0,0,12,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,10}", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2" - }, - { - "id": "1362", - "name": "Black axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1363", - "name": "Iron battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,8,5,0,0,0,0,0,0,-1,0,13,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "shop_price": "182", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "1364", - "name": "Iron battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1365", - "name": "Steel battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,16,11,0,0,0,0,0,0,-1,0,20,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,5}", - "shop_price": "650", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "1366", - "name": "Steel battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1367", - "name": "Black battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,10}", - "shop_price": "1248", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "1368", - "name": "Black battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1369", - "name": "Mithril battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,22,17,0,0,0,0,0,0,-1,0,29,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,20}", - "shop_price": "1690", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2" - }, - { - "id": "1370", - "name": "Mithril battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1371", - "name": "Adamant battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,31,26,0,0,0,0,0,0,-1,0,41,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,30}", - "shop_price": "4160", - "tradeable": "true", - "weapon_interface": "2", - "weight": "3" - }, - { - "id": "1372", - "name": "Adamant battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1373", - "name": "Rune battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "2586", - "requirements": "{0,40}", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2" - }, - { - "id": "1374", - "name": "Rune battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1375", - "name": "Bronze battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,6,3,0,0,0,0,0,0,-1,0,9,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "shop_price": "52", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "1376", - "name": "Bronze battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1377", - "name": "Dragon battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "2586", - "requirements": "{0,60}", - "shop_price": "200000", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "1378", - "name": "Dragon battleaxe", - "archery_ticket_price": "0", - "defence_anim": "397", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,60}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1379", - "name": "Staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "15", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "1380", - "name": "Staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1381", - "name": "Staff of air", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "1500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1382", - "name": "Staff of air", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1383", - "name": "Staff of water", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "1500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1384", - "name": "Staff of water", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1385", - "name": "Staff of earth", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "1,-1,9,10,0,2,3,1,10,0,0,5,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "1500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1386", - "name": "Staff of earth", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1387", - "name": "Staff of fire", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "3,-1,9,10,0,2,3,1,10,0,0,6,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "1500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1388", - "name": "Staff of fire", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1389", - "name": "Magic staff", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "200", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1390", - "name": "Magic staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1391", - "name": "Battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,25,12,0,2,3,1,12,0,0,32,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "shop_price": "7000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.25" - }, - { - "id": "1392", - "name": "Battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1393", - "name": "Fire battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "shop_price": "19600", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.25" - }, - { - "id": "1394", - "name": "Fire battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1395", - "name": "Water battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1396", - "name": "Water battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1397", - "name": "Air battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "shop_price": "7000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.25" - }, - { - "id": "1398", - "name": "Air battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1399", - "name": "Earth battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "shop_price": "1500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1400", - "name": "Earth battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1401", - "name": "Mystic fire staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "1402", - "name": "Mystic fire staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1403", - "name": "Mystic water staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "1404", - "name": "Mystic water staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1405", - "name": "Mystic air staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1406", - "name": "Mystic air staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1407", - "name": "Mystic earth staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "shop_price": "40000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1408", - "name": "Mystic earth staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1409", - "name": "Iban's staff", - "examine": "An ancient staff, formerly the property of Iban.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1410", - "name": "Iban's staff", - "examine": "An ancient staff, formerly the property of Iban.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0", - "durability": null, - "weight": "2.2" - }, - { - "id": "1412", - "name": "Farmer's fork", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1413", - "name": "Halberd", - "archery_ticket_price": "0", - "attack_speed": "7", - "durability": null - }, - { - "id": "1414", - "name": "Halberd", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1415", - "name": "Warhammer", - "archery_ticket_price": "0", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "durability": null - }, - { - "id": "1416", - "name": "Warhammer", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1417", - "name": "Javelin", - "archery_ticket_price": "0", - "attack_speed": "6", - "durability": null - }, - { - "id": "1418", - "name": "Javelin", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1419", - "name": "Scythe", - "examine": "It's a Scythe.", - "archery_ticket_price": "0", - "attack_anims": "440,440,438,382", - "attack_audios": "2524,2524,2522,2524", - "attack_speed": "7", - "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0", - "defence_anim": "383", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "1383", - "run_anim": "824", - "stand_anim": "847", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "two_handed": "true", - "walk_anim": "819", - "weapon_interface": "22", - "weight": "3" - }, - { - "id": "1420", - "name": "Iron mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "4,-2,9,0,0,0,0,0,0,0,0,7,1,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "80", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "1421", - "name": "Iron mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1422", - "name": "Bronze mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "1,-2,6,0,0,0,0,0,0,0,0,5,1,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "18", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.79" - }, - { - "id": "1423", - "name": "Bronze mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1424", - "name": "Steel mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "7,-2,13,0,0,0,0,0,0,0,0,11,2,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,5}", - "shop_price": "225", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.79" - }, - { - "id": "1425", - "name": "Steel mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1426", - "name": "Black mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,2,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,10}", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.79" - }, - { - "id": "1427", - "name": "Black mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1428", - "name": "Mithril mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "11,-2,18,0,0,0,0,0,0,0,0,16,3,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,20}", - "shop_price": "585", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.5" - }, - { - "id": "1429", - "name": "Mithril mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1430", - "name": "Adamant mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "13,-2,25,0,0,0,0,0,0,0,0,23,3,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,30}", - "shop_price": "1440", - "tradeable": "true", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "1431", - "name": "Adamant mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1432", - "name": "Rune mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{0,40}", - "shop_price": "14400", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.79" - }, - { - "id": "1433", - "name": "Rune mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1434", - "name": "Dragon mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,5,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "requirements": "{0,60}", - "shop_price": "50000", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "1435", - "name": "Dragon mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,60}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1436", - "name": "Rune essence", - "examine": "An uncharged Rune Stone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "1437", - "name": "Rune essence", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1438", - "name": "Air talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "50", - "tradeable": "true", - "weight": "1" - }, - { - "id": "1439", - "name": "Air talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1440", - "name": "Earth talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{9,20}", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "1441", - "name": "Earth talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1442", - "name": "Fire talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{14,20}", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "1443", - "name": "Fire talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1444", - "name": "Water talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{5,20}", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "1445", - "name": "Water talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1446", - "name": "Body talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,20}", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "1447", - "name": "Body talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1448", - "name": "Mind talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{2,20}", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "1449", - "name": "Mind talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1450", - "name": "Blood talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,77}", - "tradeable": "true" - }, - { - "id": "1451", - "name": "Blood talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1452", - "name": "Chaos talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,35}", - "shop_price": "125", - "tradeable": "true" - }, - { - "id": "1453", - "name": "Chaos talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1454", - "name": "Cosmic talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,27}", - "shop_price": "125", - "tradeable": "true" - }, - { - "id": "1455", - "name": "Cosmic talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1456", - "name": "Death talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,65}", - "tradeable": "true" - }, - { - "id": "1457", - "name": "Death talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1458", - "name": "Law talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,54}", - "shop_price": "125", - "tradeable": "true" - }, - { - "id": "1459", - "name": "Law talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1461", - "name": "Soul talisman", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1462", - "name": "Nature talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,44}", - "shop_price": "125", - "tradeable": "true" - }, - { - "id": "1463", - "name": "Nature talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1464", - "name": "Archery ticket", - "examine": "I can exchange this for equipment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1465", - "name": "Weapon poison", - "examine": "For use on daggers and projectiles.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1467", - "name": "Damp sticks", - "examine": "Some damp wooden sticks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1468", - "name": "Dry sticks", - "examine": "Some dry wooden sticks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1469", - "name": "Broken glass", - "examine": "Smashed glass.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1470", - "name": "Red bead", - "examine": "A small round red bead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1471", - "name": "Red bead", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1472", - "name": "Yellow bead", - "examine": "A small round yellow bead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1473", - "name": "Yellow bead", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1474", - "name": "Black bead", - "examine": "A small round black bead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1475", - "name": "Black bead", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1476", - "name": "White bead", - "examine": "A small round white bead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1477", - "name": "White bead", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1478", - "name": "Amulet of accuracy", - "examine": "Wizard Mizgog sells these aim-enhancing amulets.", - "archery_ticket_price": "0", - "bonuses": "4,4,4,4,4,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "shop_price": "1000", - "tradeable": "true" - }, - { - "id": "1479", - "name": "Amulet of accuracy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1480", - "name": "Rock", - "examine": "A chunk of rock." - }, - { - "id": "1481", - "name": "Orb of light", - "examine": "A magical sphere that glimmers within.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "1482", - "name": "Orb of light", - "examine": "A magical sphere that glimmers within.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "1483", - "name": "Orb of light", - "examine": "A magical sphere that glimmers within.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "1484", - "name": "Orb of light", - "examine": "A magical sphere that glimmers within.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "1485", - "name": "Damp cloth", - "examine": "A damp, wet cloth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1486", - "name": "Piece of railing", - "examine": "A broken piece of railing.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "1487", - "name": "Unicorn horn", - "examine": "This horn has restorative properties.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "1" - }, - { - "id": "1488", - "name": "Paladin's badge", - "examine": "A coat of arms of the Ardougne Paladins.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1489", - "name": "Paladin's badge", - "examine": "A coat of arms of the Ardougne Paladins.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1490", - "name": "Paladin's badge", - "examine": "A coat of arms of the Ardougne Paladins.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1491", - "name": "Witch's cat", - "examine": "On the ground: Curiosity has yet to kill this one...", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.2" - }, - { - "id": "1492", - "name": "Doll of iban", - "examine": "A simple doll with Iban's likeness.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1493", - "name": "Old journal", - "examine": "An account of the last times of someone.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1494", - "name": "History of iban", - "examine": "The tale of Iban.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "1495", - "name": "Klank's gauntlets", - "examine": "Strong dwarvish gloves.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "5000", - "weight": "0.2" - }, - { - "id": "1496", - "name": "Iban's dove", - "examine": "I thought you only saw these in pairs?", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "1497", - "name": "Amulet of othanian", - "examine": "A mystical demonic amulet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1498", - "name": "Amulet of doomion", - "examine": "A mystical demonic amulet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1499", - "name": "Amulet of holthion", - "examine": "A mystical demonic amulet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1500", - "name": "Iban's shadow", - "examine": "A strange dark liquid.", - "archery_ticket_price": "0", - "durability": null, "equip_audio": "" }, { - "id": "1501", - "name": "Dwarf brew", - "examine": "Smells stronger than most spirits.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1502", - "name": "Iban's ashes", - "examine": "The burnt remains of Iban.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.056" - }, - { - "id": "1503", - "name": "Warrant", - "examine": "A search warrant for a house in West Ardougne.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1504", - "name": "Hangover cure", - "examine": "It doesn't look very tasty.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "1505", - "name": "A magic scroll", - "examine": "Maybe I should read this...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "1506", - "name": "Gas mask", - "examine": "Stops me from breathing nasty stuff!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "weight": "0.25" - }, - { - "id": "1507", - "name": "A small key", - "examine": "Quite a small key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1508", - "name": "A scruffy note", - "examine": "It seems to say \"hongorer lure\"...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1509", - "name": "Book", - "examine": "Turnip growing for beginners.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1510", - "name": "Picture", - "examine": "A picture of a lady called Elena.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.4" - }, - { - "id": "1511", - "name": "Logs", - "examine": "A number of wooden logs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "4", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1512", - "name": "Logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1513", - "name": "Magic logs", - "examine": "Logs cut from a magic tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1514", - "name": "Magic logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1515", - "name": "Yew logs", - "examine": "Logs cut from a yew tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1516", - "name": "Yew logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1517", - "name": "Maple logs", - "examine": "Logs cut from a maple tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1518", - "name": "Maple logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1519", - "name": "Willow logs", - "examine": "Logs cut from a willow tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1520", - "name": "Willow logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1521", - "name": "Oak logs", - "examine": "Logs cut from an Oak Tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1522", - "name": "Oak logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1523", - "name": "Lockpick", - "examine": "For picking tough locks.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "1524", - "name": "Lockpick", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1525", - "name": "Grimy snake weed", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1526", - "name": "Clean snake weed", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1527", - "name": "Grimy ardrigal", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "1528", - "name": "Clean ardrigal", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "1529", - "name": "Grimy sito foil", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1530", - "name": "Clean sito foil", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1531", - "name": "Grimy volencia moss", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1532", - "name": "Clean volencia moss", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1533", - "name": "Grimy rogue's purse", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1534", - "name": "Clean rogue's purse", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1535", - "name": "Map part", - "examine": "A piece of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1536", - "name": "Map part", - "examine": "A piece of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1537", - "name": "Map part", - "examine": "A piece of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1538", - "name": "Crandor map", - "examine": "A map of the route to Crandor.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1539", - "name": "Steel nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "52", - "tradeable": "true" - }, - { - "id": "1540", - "name": "Anti-dragon shield", - "examine": "This provides partial protection from dragon-breath attacks.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1541", - "name": "Anti-dragon shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1542", - "name": "Maze key", - "examine": "A key to Melzar's Maze.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "1549", - "name": "Stake", - "examine": "A very pointy stick.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.", - "durability": null, - "equipment_slot": "5", - "tradeable": "false" - }, - { - "id": "1550", - "name": "Garlic", - "examine": "Deters vampires.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1551", - "name": "Garlic", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1552", - "name": "Doogle sardine", - "examine": "Sardine flavoured with doogle leaves.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1555", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1556", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1557", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1558", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1559", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1560", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1561", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1562", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1563", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1564", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1565", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1566", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1567", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1568", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1569", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1570", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1571", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1572", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1573", - "name": "Doogle leaves", - "examine": "A tasty herb good for seasoning.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1575", - "name": "Cat training medal", - "examine": "For feline training expertise.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "1577", - "name": "Pete's candlestick", - "examine": "Candlestick used during Heroes' Quest.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1578", - "name": "Pete's candlestick", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1579", - "name": "Thieves' armband", - "examine": "This denotes a Master Thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1580", - "name": "Ice gloves", - "examine": "These will keep my hands cold!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,3,4,0,2,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "weight": "0.2" - }, - { - "id": "1581", - "name": "Blamish snail slime", - "examine": "Yuck.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1582", - "name": "Blamish oil", - "examine": "Made from the finest snail slime.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1583", - "name": "Fire feather", - "examine": "Firebird feather.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1584", - "name": "Id papers", - "examine": "Apparently my name is Hartigen.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1585", - "name": "Oily fishing rod", - "examine": "Useful for catching lava eels.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1586", - "name": "Miscellaneous key", - "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.01" - }, - { - "id": "1587", - "name": "Miscellaneous key", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1588", - "name": "Grips' key ring", - "examine": "The key I got from Grip. (Heroes' Quest)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1590", - "name": "Dusty key", - "examine": "I wonder what this unlocks. (Heroes' Quest)", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "1591", - "name": "Jail key", - "examine": "Key to a cell. (Heroes' Quest)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1592", - "name": "Ring mould", - "examine": "Used to make gold rings.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1593", - "name": "Ring mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1594", - "name": "Unholy mould", - "examine": "Used to make unholy symbols.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1595", - "name": "Amulet mould", - "examine": "Used to make gold amulets.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1596", - "name": "Amulet mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1597", - "name": "Necklace mould", - "examine": "Used to make gold necklaces.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1598", - "name": "Necklace mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1599", - "name": "Holy mould", - "examine": "Used to make holy symbols of Saradomin.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1600", - "name": "Holy mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1601", - "name": "Diamond", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1602", - "name": "Diamond", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1603", - "name": "Ruby", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "400", - "tradeable": "true" - }, - { - "id": "1604", - "name": "Ruby", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1605", - "name": "Emerald", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "1606", - "name": "Emerald", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1607", - "name": "Sapphire", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "175", - "tradeable": "true" - }, - { - "id": "1608", - "name": "Sapphire", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1609", - "name": "Opal", - "examine": "A semi precious stone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "1610", - "name": "Opal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1611", - "name": "Jade", - "examine": "A semi precious stone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "1612", - "name": "Jade", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1613", - "name": "Red topaz", - "examine": "A semi precious stone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "1614", - "name": "Red topaz", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1615", - "name": "Dragonstone", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "75000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1616", - "name": "Dragonstone", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1617", - "name": "Uncut diamond", - "examine": "An uncut diamond.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tokkul_price": "300", - "tradeable": "true" - }, - { - "id": "1618", - "name": "Uncut diamond", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1619", - "name": "Uncut ruby", - "examine": "An uncut ruby.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tokkul_price": "150", - "tradeable": "true" - }, - { - "id": "1620", - "name": "Uncut ruby", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1621", - "name": "Uncut emerald", - "examine": "An uncut emerald.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tokkul_price": "75", - "tradeable": "true" - }, - { - "id": "1622", - "name": "Uncut emerald", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1623", - "name": "Uncut sapphire", - "examine": "An uncut sapphire.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "25", - "tokkul_price": "37", - "tradeable": "true" - }, - { - "id": "1624", - "name": "Uncut sapphire", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1625", - "name": "Uncut opal", - "examine": "An uncut opal.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1626", - "name": "Uncut opal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1627", - "name": "Uncut jade", - "examine": "An uncut jade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1628", - "name": "Uncut jade", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1629", - "name": "Uncut red topaz", - "examine": "An uncut red topaz.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "1630", - "name": "Uncut red topaz", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1631", - "name": "Uncut dragonstone", - "examine": "An uncut dragonstone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "75000", - "tokkul_price": "1500", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1632", - "name": "Uncut dragonstone", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1633", - "name": "Crushed gem", - "examine": "This gem is crushed and broken.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1634", - "name": "Crushed gem", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1635", - "name": "Gold ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1636", - "name": "Gold ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1637", - "name": "Sapphire ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1638", - "name": "Sapphire ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1639", - "name": "Emerald ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1640", - "name": "Emerald ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1641", - "name": "Ruby ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "shop_price": "2025", - "tradeable": "true" - }, - { - "id": "1642", - "name": "Ruby ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1643", - "name": "Diamond ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "shop_price": "3172", - "tradeable": "true" - }, - { - "id": "1644", - "name": "Diamond ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1645", - "name": "Dragonstone ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "shop_price": "7750", - "tradeable": "true" - }, - { - "id": "1646", - "name": "Dragonstone ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1649", - "name": "Sapphire ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1650", - "name": "Emerald ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1651", - "name": "Ruby ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2025", - "tradeable": "true" - }, - { - "id": "1652", - "name": "Diamond ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3172", - "tradeable": "true" - }, - { - "id": "1653", - "name": "Dragonstone ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "7750", - "tradeable": "true" - }, - { - "id": "1654", - "name": "Gold necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "450", - "tradeable": "true" - }, - { - "id": "1655", - "name": "Gold necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1656", - "name": "Sapphire necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "945", - "tradeable": "true" - }, - { - "id": "1657", - "name": "Sapphire necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1658", - "name": "Emerald necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "1425", - "tradeable": "true" - }, - { - "id": "1659", - "name": "Emerald necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1660", - "name": "Ruby necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "870", - "tradeable": "true" - }, - { - "id": "1661", - "name": "Ruby necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1662", - "name": "Diamond necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "3307", - "tradeable": "true" - }, - { - "id": "1663", - "name": "Diamond necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1664", - "name": "Dragon necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1665", - "name": "Dragon necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1668", - "name": "Sapphire necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "945", - "tradeable": "true" - }, - { - "id": "1669", - "name": "Emerald necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1425", - "tradeable": "true" - }, - { - "id": "1670", - "name": "Ruby necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "870", - "tradeable": "true" - }, - { - "id": "1671", - "name": "Diamond necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3307", - "tradeable": "true" - }, - { - "id": "1672", - "name": "Dragon necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1673", - "name": "Gold amulet", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "1674", - "name": "Gold amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1675", - "name": "Sapphire amulet", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "810", - "tradeable": "true" - }, - { - "id": "1676", - "name": "Sapphire amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1677", - "name": "Emerald amulet", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "1147", - "tradeable": "true" - }, - { - "id": "1678", - "name": "Emerald amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1679", - "name": "Ruby amulet", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "2025", - "tradeable": "true" - }, - { - "id": "1680", - "name": "Ruby amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1681", - "name": "Diamond amulet", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "3307", - "tradeable": "true" - }, - { - "id": "1682", - "name": "Diamond amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1683", - "name": "Dragonstone ammy", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1684", - "name": "Dragonstone ammy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1687", - "name": "Sapphire amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "810", - "tradeable": "true" - }, - { - "id": "1688", - "name": "Emerald amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1147", - "tradeable": "true" - }, - { - "id": "1689", - "name": "Ruby amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "shop_price": "2025", - "tradeable": "true" - }, - { - "id": "1690", - "name": "Diamond amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3307", - "tradeable": "true" - }, - { - "id": "1691", - "name": "Dragonstone ammy", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1692", - "name": "Gold amulet", - "examine": "A plain gold amulet.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "1693", - "name": "Gold amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1694", - "name": "Sapphire amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "810", - "tradeable": "true" - }, - { - "id": "1695", - "name": "Sapphire amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1696", - "name": "Emerald amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "1147", - "tradeable": "true" - }, - { - "id": "1697", - "name": "Emerald amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1698", - "name": "Ruby amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "2025", - "tradeable": "true" - }, - { - "id": "1699", - "name": "Ruby amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1700", - "name": "Diamond amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "3307", - "tradeable": "true" - }, - { - "id": "1701", - "name": "Diamond amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1702", - "name": "Dragonstone ammy", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1703", - "name": "Dragonstone ammy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1704", - "name": "Amulet of glory", - "examine": "A very powerful dragonstone amulet.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1705", - "name": "Amulet of glory", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1706", - "name": "Amulet of glory(1)", - "examine": "A dragonstone amulet with 1 magic charge.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "1707", - "name": "Amulet of glory(1)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1708", - "name": "Amulet of glory(2)", - "examine": "A dragonstone amulet with 2 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "1709", - "name": "Amulet of glory(2)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1710", - "name": "Amulet of glory(3)", - "examine": "A dragonstone amulet with 3 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "1711", - "name": "Amulet of glory(3)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1712", - "name": "Amulet of glory(4)", - "examine": "A dragonstone amulet with 4 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1713", - "name": "Amulet of glory(4)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1714", - "name": "Unstrung symbol", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "1715", - "name": "Unstrung symbol", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1716", - "name": "Unblessed symbol", - "examine": "A symbol of Saradomin.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "1717", - "name": "Unblessed symbol", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1718", - "name": "Holy symbol", - "examine": "A blessed holy symbol of Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "1719", - "name": "Holy symbol", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1720", - "name": "Unstrung emblem", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1721", - "name": "Unstrung emblem", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1722", - "name": "Unpowered symbol", - "examine": "An unholy symbol of Zamorak.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "1723", - "name": "Unpowered symbol", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1724", - "name": "Unholy symbol", - "examine": "An unholy symbol of Zamorak.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", + "requirements": "{0,5}", "shop_price": "135", - "tradeable": "true" - }, - { - "id": "1725", - "name": "Amulet of strength", - "examine": "An enchanted ruby amulet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1726", - "name": "Amulet of strength", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1727", - "name": "Amulet of magic", - "examine": "An enchanted sapphire amulet of magic.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "900", - "tradeable": "true" - }, - { - "id": "1728", - "name": "Amulet of magic", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1729", - "name": "Amulet of defence", - "examine": "An enchanted emerald amulet of protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "1275", - "tradeable": "true" - }, - { - "id": "1730", - "name": "Amulet of defence", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1731", - "name": "Amulet of power", - "examine": "An enchanted diamond amulet of power.", - "archery_ticket_price": "0", - "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "3525", - "tradeable": "true" - }, - { - "id": "1732", - "name": "Amulet of power", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1733", - "name": "Needle", - "examine": "Used with a thread to make clothes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "1734", - "name": "Thread", - "examine": "Use with a needle to make clothes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "4", - "tradeable": "true" - }, - { - "id": "1735", - "name": "Shears", - "examine": "For shearing sheep.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1736", - "name": "Shears", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1737", - "name": "Wool", - "examine": "I think this came from a sheep.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.14" - }, - { - "id": "1738", - "name": "Wool", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1739", - "name": "Cowhide", - "examine": "I should take this to the tannery.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1740", - "name": "Cowhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1741", - "name": "Leather", - "examine": "It's a piece of leather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "2.25" - }, - { - "id": "1742", - "name": "Leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1743", - "name": "Hard leather", - "examine": "It's a piece of hard leather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1744", - "name": "Hard leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1745", - "name": "Green d-leather", - "examine": "It's a piece of prepared green dragon hide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1746", - "name": "Green d-leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1747", - "name": "Black dragonhide", - "examine": "The scaly rough hide from a Black Dragon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1748", - "name": "Black dragonhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1749", - "name": "Red dragonhide", - "examine": "The scaly rough hide from a red dragon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "1750", - "name": "Red dragonhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1751", - "name": "Blue dragonhide", - "examine": "The scaly rough hide from a blue dragon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1752", - "name": "Blue dragonhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1753", - "name": "Green dragonhide", - "examine": "The scaly rough hide from a green dragon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1754", - "name": "Green dragonhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1755", - "name": "Chisel", - "examine": "Good for detailed crafting.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "14", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1756", - "name": "Chisel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1757", - "name": "Brown apron", - "examine": "A mostly clean apron.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "0.45" - }, - { - "id": "1758", - "name": "Brown apron", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1759", - "name": "Ball of wool", - "examine": "Spun from sheeps' wool.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1760", - "name": "Ball of wool", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1761", - "name": "Soft clay", - "examine": "Clay soft enough to mould.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1762", - "name": "Soft clay", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1763", - "name": "Red dye", - "examine": "A little bottle of red dye.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "1764", - "name": "Red dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1765", - "name": "Yellow dye", - "examine": "A little bottle of yellow dye.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "1766", - "name": "Yellow dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1767", - "name": "Blue dye", - "examine": "A little bottle of blue dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "1" - }, - { - "id": "1768", - "name": "Blue dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1769", - "name": "Orange dye", - "examine": "A little bottle of orange dye.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1770", - "name": "Orange dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1771", - "name": "Green dye", - "examine": "A little bottle of green dye.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "1772", - "name": "Green dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1773", - "name": "Purple dye", - "examine": "A little bottle of purple dye.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "1774", - "name": "Purple dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1775", - "name": "Molten glass", - "examine": "Hot glass ready to be blown into useful objects.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1776", - "name": "Molten glass", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1777", - "name": "Bow string", - "examine": "I need a bow stave to attach this to.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1778", - "name": "Bow string", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1779", - "name": "Flax", - "examine": "A plant cultivated for fibres (ground); I should use this with a spinning wheel (item).", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "73", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1780", - "name": "Flax", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1781", - "name": "Soda ash", - "examine": "One of the ingredients for making glass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.09" - }, - { - "id": "1782", - "name": "Soda ash", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1783", - "name": "Bucket of sand", - "examine": "One of the ingredients for making glass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "1784", - "name": "Bucket of sand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1785", - "name": "Glassblowing pipe", - "examine": "Used to form molten glass into useful items.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1786", - "name": "Glassblowing pipe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1787", - "name": "Unfired pot", - "examine": "I need to put this in a pottery oven.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1788", - "name": "Unfired pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1789", - "name": "Unfired pie dish", - "examine": "I need to put this in a pottery oven.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1790", - "name": "Unfired pie dish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1791", - "name": "Unfired bowl", - "examine": "I need to put this in a pottery oven.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "32", - "tradeable": "true" - }, - { - "id": "1792", - "name": "Unfired bowl", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1793", - "name": "Woad leaf", - "examine": "A slightly bluish leaf.", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "1794", - "name": "Bronze wire", - "examine": "Useful for crafting items.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1795", - "name": "Bronze wire", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1796", - "name": "Silver necklace", - "examine": "Anna's shiny silver coated necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "1" - }, - { - "id": "1797", - "name": "Silver necklace", - "examine": "Anna's shiny silver coated necklace coated with a thin layer of flour.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "1" - }, - { - "id": "1798", - "name": "Silver cup", - "examine": "Bob's shiny silver coated tea cup.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1799", - "name": "Silver cup", - "examine": "Bob's shiny silver coated tea cup coated with a thin layer of flour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1800", - "name": "Silver bottle", - "examine": "Carol's shiny silver coated bottle.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1801", - "name": "Silver bottle", - "examine": "Carol's shiny silver coated bottle coated with a thin layer of flour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1802", - "name": "Silver book", - "examine": "David's shiny silver coated book.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1803", - "name": "Silver book", - "examine": "David's shiny silver coated book coated with a thin layer of flour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1804", - "name": "Silver needle", - "examine": "Elizabeth's shiny silver coated needle.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1805", - "name": "Silver needle", - "examine": "Elizabeth's shiny silver coated needle coated with a thin layer of flour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1806", - "name": "Silver pot", - "examine": "Frank's shiny silver coated pot.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1807", - "name": "Silver pot", - "examine": "Frank's shiny silver coated pot coated with a thin layer of flour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1808", - "name": "Criminal's thread", - "examine": "Some red thread found at the murder scene.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1809", - "name": "Criminal's thread", - "examine": "Some green thread found at the murder scene.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1810", - "name": "Criminal's thread", - "examine": "Some blue thread found at the murder scene.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1811", - "name": "Flypaper", - "examine": "A piece of fly paper. It's sticky.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1812", - "name": "Pungent pot", - "examine": "A pot found at the murder scene, with a sickly odour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1813", - "name": "Criminal's dagger", - "examine": "A flimsy-looking dagger found at the crime scene.", - "archery_ticket_price": "0", - "attack_audios": "2517,2517,2500,2517", - "durability": null - }, - { - "id": "1814", - "name": "Criminal's dagger", - "examine": "A flimsy looking dagger found at the crime scene coated with a thin layer of flour.", - "archery_ticket_price": "0", - "attack_audios": "2517,2517,2500,2517", - "durability": null - }, - { - "id": "1815", - "name": "Killer's print", - "examine": "The fingerprints of the murderer.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1816", - "name": "Anna's print", - "examine": "An imprint of Anna's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1817", - "name": "Bob's print", - "examine": "An imprint of Bob's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1818", - "name": "Carol's print", - "examine": "An imprint of Carol's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1819", - "name": "David's print", - "examine": "An imprint of David's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1820", - "name": "Elizabeth's print", - "examine": "An imprint of Elizabeth's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1821", - "name": "Frank's print", - "examine": "An imprint of Frank's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1822", - "name": "Unknown print", - "examine": "An unidentified fingerprint taken from the murder weapon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1823", - "name": "Waterskin(4)", - "examine": "A full waterskin with four portions of water.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "30", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1824", - "name": "Waterskin(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1825", - "name": "Waterskin(3)", - "examine": "A nearly full waterskin with three portions of water.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1826", - "name": "Waterskin(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1827", - "name": "Waterskin(2)", - "examine": "A half empty waterskin with two portions of water.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1828", - "name": "Waterskin(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1829", - "name": "Waterskin(1)", - "examine": "A nearly empty waterskin with one portion of water.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1830", - "name": "Waterskin(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1831", - "name": "Waterskin(0)", - "examine": "A completely empty waterskin - you'll need to fill it up.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "30", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1832", - "name": "Waterskin(0)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1833", - "name": "Desert shirt", - "examine": "A cool, light desert shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "40", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1834", - "name": "Desert shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1835", - "name": "Desert robe", - "examine": "A cool, light desert robe.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "40", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1836", - "name": "Desert robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1837", - "name": "Desert boots", - "examine": "Comfortable desert shoes.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "1838", - "name": "Desert boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1839", - "name": "Metal key", - "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1840", - "name": "Cell door key", - "examine": "A metallic key, usually used by prison guards. (Tourist Trap)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1841", - "name": "Barrel", - "examine": "An empty barrel/A Splendid barrel.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "10" - }, - { - "id": "1842", - "name": "Ana in a barrel", - "examine": "Inventory: A mining barrel with Ana in it.While in the mine cart: It's Ana... in a barrel... in a mine cart.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "1843", - "name": "Wrought iron key", - "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1844", - "name": "Slave shirt", - "examine": "A filthy, smelly, flea infested shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "0.9" - }, - { - "id": "1845", - "name": "Slave robe", - "examine": "A filthy, smelly, flea infested robe.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "0.9" - }, - { - "id": "1846", - "name": "Slave boots", - "examine": "A set of filthy, smelly, flea infested desert slave boots.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "weight": "0.6" - }, - { - "id": "1847", - "name": "Scrumpled paper", - "examine": "A piece of paper with barely legible writing - looks like a recipe!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1848", - "name": "Shantay disclaimer", - "examine": "Very important information.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5" - }, - { - "id": "1849", - "name": "Prototype dart", - "examine": "A prototype throwing dart.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1850", - "name": "Technical plans", - "examine": "Plans of a technical nature.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1851", - "name": "Tenti pineapple", - "examine": "The most delicious of pineapples.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1852", - "name": "Bedabin key", - "examine": "A key to the chest in Captain Siad's room.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1853", - "name": "Prototype dart tip", - "examine": "A protoype dart tip - it looks deadly.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1854", - "name": "Shantay pass", - "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5" - }, - { - "id": "1856", - "name": "Guide book", - "examine": "A Tourist's Guide to Ardougne.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1857", - "name": "Totem", - "examine": "The Rantuki tribe's totem.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "1858", - "name": "Address label", - "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1859", - "name": "Raw ugthanki meat", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.75" - }, - { - "id": "1860", - "name": "Raw ugthanki meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1861", - "name": "Ugthanki meat", - "examine": "I need to cook this first / Freshly cooked ugthanki meat.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.75" - }, - { - "id": "1862", - "name": "Ugthanki meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1863", - "name": "Pitta dough", - "examine": "I need to cook this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "9", - "tradeable": "true", - "weight": "0.14" - }, - { - "id": "1864", - "name": "Pitta dough", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1865", - "name": "Pitta bread", - "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1866", - "name": "Pitta bread", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1867", - "name": "Burnt pitta bread", - "examine": "It's all burnt.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1868", - "name": "Burnt pitta bread", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1869", - "name": "Chopped tomato", - "examine": "A mixture of tomatoes in a bowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "1870", - "name": "Chopped tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1871", - "name": "Chopped onion", - "examine": "A mixture of onions in a bowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1872", - "name": "Chopped onion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1873", - "name": "Chopped ugthanki", - "examine": "Strips of ugthanki meat in a bowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1874", - "name": "Chopped ugthanki", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1875", - "name": "Onion & tomato", - "examine": "A mixture of chopped onions and tomatoes in a bowl", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1876", - "name": "Onion & tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1877", - "name": "Ugthanki & onion", - "examine": "A mixture of chopped onions and ugthanki meat in a bowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "1878", - "name": "Ugthanki & onion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1879", - "name": "Ugthanki & tomato", - "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "1880", - "name": "Ugthanki & tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1881", - "name": "Kebab mix", - "examine": "A mixture of chopped tomatoes, onions and ugthanki meat in a bowl", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1882", - "name": "Kebab mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1883", - "name": "Ugthanki kebab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1884", - "name": "Ugthanki kebab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1885", - "name": "Ugthanki kebab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1886", - "name": "Ugthanki kebab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1887", - "name": "Cake tin", - "examine": "Useful for baking cakes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1888", - "name": "Cake tin", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1889", - "name": "Uncooked cake", - "examine": "Now all I need to do is cook it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1890", - "name": "Uncooked cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1891", - "name": "Cake", - "examine": "A plain sponge cake.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1892", - "name": "Cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1893", - "name": "2/3 cake", - "examine": "A plain sponge cake.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1894", - "name": "2/3 cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1895", - "name": "Slice of cake", - "examine": "A plain sponge cake.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1896", - "name": "Slice of cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1897", - "name": "Chocolate cake", - "examine": "This looks very tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1898", - "name": "Chocolate cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1899", - "name": "2/3 chocolate cake", - "examine": "This looks very tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1900", - "name": "2/3 chocolate cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1901", - "name": "Chocolate slice", - "examine": "This looks very tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1902", - "name": "Chocolate slice", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1904", - "name": "Burnt cake", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1905", - "name": "Asgarnian ale", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "1906", - "name": "Asgarnian ale", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1907", - "name": "Wizard's mind bomb", - "examine": "It's got strange bubbles in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "1908", - "name": "Wizard's mind bomb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1909", - "name": "Greenman's ale", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "1910", - "name": "Greenman's ale", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1911", - "name": "Dragon bitter", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "1912", - "name": "Dragon bitter", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1913", - "name": "Dwarven stout", - "examine": "A pint of thick dark beer.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "1914", - "name": "Dwarven stout", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1915", - "name": "Grog", - "examine": "A murky glass full of your average, everyday pirate slosh.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1916", - "name": "Grog", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1917", - "name": "Beer", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", "equipment_slot": "3", - "ge_buy_limit": "100", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "17", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1207", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" }, { - "id": "1918", - "name": "Beer", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1919", - "name": "Beer glass", - "examine": "I need to fill this with beer.", - "archery_ticket_price": "0", + "grand_exchange_price": "17", "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", + "name": "Steel dagger", "tradeable": "true", - "weight": "0.05" + "archery_ticket_price": "0", + "id": "1208" }, { - "id": "1920", - "name": "Beer glass", - "archery_ticket_price": "0", - "durability": null, + "requirements": "{0,20}", + "shop_price": "130", "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1921", - "name": "Bowl of water", - "examine": "It's a bowl of water.", - "archery_ticket_price": "0", + "examine": "A dangerous dagger.", "durability": null, - "ge_buy_limit": "100", + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "71", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger", "tradeable": "true", - "weight": "0.9" + "archery_ticket_price": "0", + "id": "1209", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" }, { - "id": "1922", - "name": "Bowl of water", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1923", - "name": "Bowl", - "examine": "Useful for mixing things.", - "archery_ticket_price": "0", + "grand_exchange_price": "71", "durability": null, - "ge_buy_limit": "100", - "shop_price": "4", + "name": "Mithril dagger", "tradeable": "true", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "1210" }, { - "id": "1924", - "name": "Bowl", - "archery_ticket_price": "0", - "durability": null, + "requirements": "{0,30}", + "shop_price": "816", "ge_buy_limit": "100", - "tradeable": "true" + "examine": "Short and deadly.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "300", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1211", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" }, { - "id": "1925", - "name": "Bucket", - "examine": "It's an empty bucket.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "2", + "grand_exchange_price": "300", + "durability": null, + "name": "Adamant dagger", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1212" }, { - "id": "1926", - "name": "Bucket", - "archery_ticket_price": "0", - "durability": null, + "requirements": "{0,40}", + "shop_price": "8000", "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1927", - "name": "Bucket of milk", - "examine": "It's a bucket of milk.", - "archery_ticket_price": "0", + "examine": "A powerful dagger.", "durability": null, - "ge_buy_limit": "1000", - "shop_price": "12", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "lendable": "true", + "grand_exchange_price": "4642", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger", "tradeable": "true", - "weight": "2.2" + "archery_ticket_price": "0", + "id": "1213", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" }, { - "id": "1928", - "name": "Bucket of milk", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1929", - "name": "Bucket of water", - "examine": "It's a bucket of water.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "4642", + "durability": null, + "name": "Rune dagger", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "1214" }, { - "id": "1930", - "name": "Bucket of water", - "archery_ticket_price": "0", + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "17700", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1215", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "17700", + "durability": null, + "name": "Dragon dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1216" + }, + { + "requirements": "{0,10}", + "shop_price": "240", "ge_buy_limit": "100", - "tradeable": "true" + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "79", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1217", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" }, { - "id": "1931", - "name": "Empty pot", - "examine": "This pot is empty.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "1", + "grand_exchange_price": "79", + "durability": null, + "name": "Black dagger", "tradeable": "true", - "weight": "0.45" + "archery_ticket_price": "0", + "id": "1218" }, { - "id": "1932", - "name": "Empty pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1933", - "name": "Pot of flour", - "examine": "There is flour in this pot.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "14", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "1934", - "name": "Pot of flour", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1935", - "name": "Jug", - "examine": "This jug is empty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "1", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1936", - "name": "Jug", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1937", - "name": "Jug of water", - "examine": "It's full of water.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "1", - "tradeable": "true", - "weight": "1" - }, - { - "id": "1938", - "name": "Jug of water", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1939", - "name": "Swamp tar", - "examine": "A foul smelling thick tar like substance.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1940", - "name": "Raw swamp paste", - "examine": "A tar-like substance mixed with flour and warmed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", "shop_price": "38", - "tradeable": "true" - }, - { - "id": "1941", - "name": "Swamp paste", - "examine": "A tar-like substance mixed with flour and warmed.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "38", - "tradeable": "true" + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "56", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1219", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" }, { - "id": "1942", - "name": "Potato", - "examine": "This could be used to make a good stew.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "56", "durability": null, - "ge_buy_limit": "500", + "name": "Iron dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1220" + }, + { "shop_price": "11", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1943", - "name": "Potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1944", - "name": "Egg", - "examine": "A nice fresh egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "1945", - "name": "Egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1946", - "name": "Flour", - "examine": "There is flour in this pot.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "14", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "1947", - "name": "Grain", - "examine": "Some wheat heads.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "1948", - "name": "Grain", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1949", - "name": "Chef's hat", - "examine": "What a silly hat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1950", - "name": "Chef's hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1951", - "name": "Redberries", - "examine": "Very bright red berries.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "3", - "tradeable": "true", - "weight": "1" - }, - { - "id": "1952", - "name": "Redberries", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1953", - "name": "Pastry dough", - "examine": "Potentially pastry.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.16" - }, - { - "id": "1954", - "name": "Pastry dough", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1955", - "name": "Cooking apple", - "examine": "Keeps the doctor away.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "36", - "tradeable": "true" - }, - { - "id": "1956", - "name": "Cooking apple", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1957", - "name": "Onion", - "examine": "A strong smelling onion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "12", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1958", - "name": "Onion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1959", - "name": "Pumpkin", - "examine": "Happy Halloween.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1960", - "name": "Pumpkin", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1961", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1962", - "name": "Easter egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1963", - "name": "Banana", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", + "examine": "Short but pointy.", "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "1964", - "name": "Banana", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1965", - "name": "Cabbage", - "examine": "Yuck, I don't like cabbage.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1966", - "name": "Cabbage", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1967", - "name": "Cabbage", - "examine": "Yuck, a cabbage from Draynor Manor. I don't like cabbage.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1968", - "name": "Cabbage", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1969", - "name": "Spinach roll", - "examine": "A home made spinach thing.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "weight": "0.1" - }, - { - "id": "1971", - "name": "Kebab", - "examine": "A meaty kebab.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "1972", - "name": "Kebab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1973", - "name": "Chocolate bar", - "examine": "Mmmmmmm chocolate.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "1974", - "name": "Chocolate bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1975", - "name": "Chocolate dust", - "examine": "It's ground-up chocolate.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "1976", - "name": "Chocolate dust", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1977", - "name": "Chocolatey milk", - "examine": "Milk with chocolate in it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "1978", - "name": "Cup of tea", - "examine": "A nice cup of tea.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "10", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1979", - "name": "Cup of tea", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1980", - "name": "Empty cup", - "examine": "An empty cup.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "1981", - "name": "Empty cup", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1982", - "name": "Tomato", - "examine": "This would make good ketchup.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "1983", - "name": "Tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1984", - "name": "Rotten apple", - "examine": "Rotten to the core!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "1985", - "name": "Cheese", - "examine": "It's got holes in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "1986", - "name": "Cheese", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1987", - "name": "Grapes", - "examine": "Good grapes for wine making.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1988", - "name": "Grapes", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1989", - "name": "Half full wine jug", - "examine": "An optimist would say it is half full.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1990", - "name": "Half full wine jug", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1991", - "name": "Jug of bad wine", - "examine": "Oh dear, this wine is terrible!", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1992", - "name": "Jug of bad wine", - "examine": "Oh dear, this wine is terrible!", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1993", - "name": "Jug of wine", - "examine": "It's full of wine.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "128", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "1994", - "name": "Jug of wine", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1995", - "name": "Unfermented wine", - "examine": "This wine needs to ferment before it can be drunk.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1996", - "name": "Unfermented wine", - "examine": "This wine needs to ferment before it can be drunk.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1997", - "name": "Incomplete stew", - "examine": "I need to add some meat too.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "1998", - "name": "Incomplete stew", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "1999", - "name": "Incomplete stew", - "examine": "I need to add some potato too.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2000", - "name": "Incomplete stew", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2001", - "name": "Uncooked stew", - "examine": "I need to cook this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "shop_price": "1", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2002", - "name": "Uncooked stew", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2003", - "name": "Stew", - "examine": "It's a meat and potato stew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "shop_price": "20", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "2004", - "name": "Stew", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2006", - "name": "Burnt stew", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2007", - "name": "Spice", - "examine": "This could liven up an otherwise bland stew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "230", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2008", - "name": "Spice", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2009", - "name": "Uncooked curry", - "examine": "I need to cook this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2010", - "name": "Uncooked curry", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2011", - "name": "Curry", - "examine": "It's a spicy hot curry.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "2012", - "name": "Curry", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2013", - "name": "Burnt curry", - "examine": "Eew, it's horribly burnt.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2014", - "name": "Burnt curry", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2015", - "name": "Vodka", - "examine": "An absolutely clear spirit sold by well-stocked bars.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2016", - "name": "Vodka", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2017", - "name": "Whisky", - "examine": "This Draynor malt is sold by well-stocked bars.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2018", - "name": "Whisky", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2019", - "name": "Gin", - "examine": "A strong spirit that tastes of Juniper; sold at well-stocked bars.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2020", - "name": "Gin", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2021", - "name": "Brandy", - "examine": "A strong spirit best served in a large glass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "2022", - "name": "Brandy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2023", - "name": "Cocktail guide", - "examine": "A book on tree gnome cocktails.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2024", - "name": "Cocktail guide", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2025", - "name": "Cocktail shaker", - "examine": "Used for mixing cocktails.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2026", - "name": "Cocktail glass", - "examine": "For sipping cocktails.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "2027", - "name": "Cocktail glass", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2028", - "name": "Premade blurb' sp.", - "examine": "A premade Blurberry Special.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2029", - "name": "Premade blurb' sp.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2030", - "name": "Premade choc s'dy", - "examine": "A premade Chocolate Saturday.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2031", - "name": "Premade choc s'dy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2032", - "name": "Premade dr' dragon", - "examine": "A premade Drunk Dragon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2033", - "name": "Premade dr' dragon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2034", - "name": "Premade fr' blast", - "examine": "A premade Fruit Blast.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2035", - "name": "Premade fr' blast", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2036", - "name": "Premade p' punch", - "examine": "A premade Pineapple Punch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2037", - "name": "Premade p' punch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2038", - "name": "Premade sgg", - "examine": "A premade Short Green Guy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2039", - "name": "Premade sgg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2040", - "name": "Premade wiz blz'd", - "examine": "A Premade Wizard Blizzard.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2041", - "name": "Premade wiz blz'd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2042", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2043", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2044", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2045", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2046", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2047", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2048", - "name": "Pineapple punch", - "examine": "A fresh healthy fruit mix.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "2049", - "name": "Pineapple punch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2050", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2051", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2052", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2053", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2054", - "name": "Wizard blizzard", - "examine": "This looks like a strange mix.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2055", - "name": "Wizard blizzard", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2056", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2057", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2058", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2059", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2060", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2061", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2062", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2063", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2064", - "name": "Blurberry special", - "examine": "Looks good... smells strong.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "2065", - "name": "Blurberry special", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2066", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2067", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2068", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2069", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2070", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2071", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2072", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2073", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2074", - "name": "Choc saturday", - "examine": "A warm creamy alcoholic beverage", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2075", - "name": "Choc saturday", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2076", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2077", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2078", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2079", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2080", - "name": "Short green guy", - "examine": "A Short Green Guy... looks good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "2081", - "name": "Short green guy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2082", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2083", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2084", - "name": "Fruit blast", - "examine": "A cool refreshing fruit mix.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "2085", - "name": "Fruit blast", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2086", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2087", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2088", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2089", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2090", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2091", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2092", - "name": "Drunk dragon", - "examine": "A warm creamy alcoholic beverage", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "2093", - "name": "Drunk dragon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2094", - "name": "Picture", - "examine": "I'm not completely sure what this contains.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2095", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2096", - "name": "Picture", - "examine": "I'm not completely sure what this contains.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2097", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2098", - "name": "Picture", - "examine": "I'm not completely sure what this contains.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2099", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2100", - "name": "Picture", - "examine": "I'm not completely sure what this contains.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2101", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2102", - "name": "Lemon", - "examine": "A common fruit, popularly used in cocktails.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2103", - "name": "Lemon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2104", - "name": "Lemon chunks", - "examine": "The not-too-surprising result of using a knife with a lemon!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2105", - "name": "Lemon chunks", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2106", - "name": "Lemon slices", - "examine": "The not-too-surprising result of using a knife with a lemon!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2107", - "name": "Lemon slices", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2108", - "name": "Orange", - "examine": "A common fruit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "70", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2109", - "name": "Orange", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2110", - "name": "Orange chunks", - "examine": "Fresh chunks of orange.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2111", - "name": "Orange chunks", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2112", - "name": "Orange slices", - "examine": "Fresh orange slices.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2113", - "name": "Orange slices", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2114", - "name": "Pineapple", - "examine": "It can be cut up into something more manageable with a knife.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.15" - }, - { - "id": "2115", - "name": "Pineapple", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2116", - "name": "Pineapple chunks", - "examine": "Fresh chunks of pineapple.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2117", - "name": "Pineapple chunks", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2118", - "name": "Pineapple ring", - "examine": "The not-too-surprising result of using a knife with a pineapple!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2119", - "name": "Pineapple ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2120", - "name": "Lime", - "examine": "A common fruit, popularly used in cocktails.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2121", - "name": "Lime", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2122", - "name": "Lime chunks", - "examine": "Fresh chunks of lime.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2123", - "name": "Lime chunks", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2124", - "name": "Lime slices", - "examine": "The not-too-surprising result of using a knife with a lime!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2125", - "name": "Lime slices", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2126", - "name": "Dwellberries", - "examine": "Some rather pretty blue berries picked from a dwellberry bush.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "2127", - "name": "Dwellberries", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2128", - "name": "Equa leaves", - "examine": "A common ingredient in gnome cuisine.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "2129", - "name": "Equa leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2130", - "name": "Pot of cream", - "examine": "Fresh cream.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2131", - "name": "Pot of cream", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2132", - "name": "Raw beef", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "58", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2133", - "name": "Raw beef", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2134", - "name": "Raw rat meat", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2135", - "name": "Raw rat meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2136", - "name": "Raw bear meat", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "8", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2137", - "name": "Raw bear meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2138", - "name": "Raw chicken", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "60", - "tradeable": "true", - "weight": "0.15" - }, - { - "id": "2139", - "name": "Raw chicken", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2140", - "name": "Cooked chicken", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2141", - "name": "Cooked chicken", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2142", - "name": "Cooked meat", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2143", - "name": "Cooked meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2145", - "name": "Burnt chicken", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2146", - "name": "Burnt meat", - "examine": "Oh dear, it's totally burnt!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2147", - "name": "Burnt meat", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2148", - "name": "Raw lava eel", - "examine": "A very strange eel.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "2149", - "name": "Lava eel", - "examine": "Strange, it looks cooler now it's been cooked.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.15" - }, - { - "id": "2150", - "name": "Swamp toad", - "examine": "A slippery little blighter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2151", - "name": "Swamp toad", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2152", - "name": "Toad's legs", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2153", - "name": "Toad's legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2154", - "name": "Picture", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2155", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2156", - "name": "Spicy toad's legs", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2157", - "name": "Spicy toad's legs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2158", - "name": "Seasoned legs", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2159", - "name": "Seasoned legs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2160", - "name": "Spicy worm", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2161", - "name": "Spicy worm", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2162", - "name": "King worm", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2163", - "name": "King worm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2164", - "name": "Batta tin", - "examine": "A deep tin used to make gnome battas in.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2165", - "name": "Crunchy tray", - "examine": "A shallow tray used to make crunchies in.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2166", - "name": "Gnomebowl mould", - "examine": "A large ovenproof bowl.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2167", - "name": "Gianne's cook book", - "examine": "Aluft Gianne's favourite dishes.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2168", - "name": "Gianne's cook book", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2169", - "name": "Gnome spice", - "examine": "It's Aluft Gianne's secret mix of spices.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.14" - }, - { - "id": "2170", - "name": "Gnome spice", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2171", - "name": "Gianne dough", - "examine": "It's made from a secret recipe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2172", - "name": "Gianne dough", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2173", - "name": "Picture", - "examine": "This gnome bowl doesn't look very appetizing.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "2174", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2176", - "name": "Burnt gnomebowl", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2177", - "name": "Half baked bowl", - "examine": "This gnomebowl is in the early stages of preparation.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "2178", - "name": "Raw gnomebowl", - "examine": "This gnomebowl needs cooking.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2179", - "name": "Picture", - "examine": "This unfinished XX needs YY.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2180", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2181", - "name": "Picture", - "examine": "This unfinished XX needs YY.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2182", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2183", - "name": "Picture", - "examine": "This unfinished XX needs YY.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2184", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2185", - "name": "Chocolate bomb", - "examine": "Full of creamy, chocolately goodness.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "450", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2186", - "name": "Chocolate bomb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2187", - "name": "Tangled toads' legs", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2188", - "name": "Tangled toads' legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2189", - "name": "Picture", - "examine": "This unfinished XX needs YY.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2190", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2191", - "name": "Worm hole", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2192", - "name": "Worm hole", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2193", - "name": "Picture", - "examine": "This unfinished XX needs YY.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2194", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2195", - "name": "Veg ball", - "examine": "This looks pretty healthy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2196", - "name": "Veg ball", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2197", - "name": "Odd crunchies", - "examine": "These crunchies don't look very appetising.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2198", - "name": "Odd crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2200", - "name": "Burnt crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2201", - "name": "Half baked crunchy", - "examine": "This crunchy is in the early stages of preparation.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2202", - "name": "Raw crunchies", - "examine": "These crunchies need cooking.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2203", - "name": "Picture", - "examine": "This XX crunchy needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2204", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2205", - "name": "Worm crunchies", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "80", - "tradeable": "true" - }, - { - "id": "2206", - "name": "Worm crunchies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2207", - "name": "Picture", - "examine": "This XX crunchy needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2208", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2209", - "name": "Chocchip crunchies", - "examine": "Yum... smells good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "70", - "tradeable": "true" - }, - { - "id": "2210", - "name": "Chocchip crunchies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2211", - "name": "Picture", - "examine": "This XX crunchy needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2212", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2213", - "name": "Spicy crunchies", - "examine": "Yum...smells spicy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "70", - "tradeable": "true" - }, - { - "id": "2214", - "name": "Spicy crunchies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2215", - "name": "Picture", - "examine": "This XX crunchy needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2216", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2217", - "name": "Toad crunchies", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2218", - "name": "Toad crunchies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2219", - "name": "Premade w'm batta", - "examine": "A premade Worm Batta.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2220", - "name": "Premade w'm batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2221", - "name": "Premade t'd batta", - "examine": "A Premade Toad Batta.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2222", - "name": "Premade t'd batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2223", - "name": "Premade c+t batta", - "examine": "A Premade Cheese and Tomato Batta.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2224", - "name": "Premade c+t batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2225", - "name": "Premade fr't batta", - "examine": "A premade Fruit Batta.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2226", - "name": "Premade fr't batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2227", - "name": "Premade veg batta", - "examine": "A Premade Vegetable Batta.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2228", - "name": "Premade veg batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2229", - "name": "Premade choc bomb", - "examine": "A premade Chocolate Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2230", - "name": "Premade choc bomb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2231", - "name": "Premade ttl", - "examine": "A premade Tangled Toads Legs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2232", - "name": "Premade ttl", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2233", - "name": "Premade worm hole", - "examine": "A premade Worm Hole.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2234", - "name": "Premade worm hole", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2235", - "name": "Premade veg ball", - "examine": "A premade Vegetable Ball.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2236", - "name": "Premade veg ball", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2237", - "name": "Premade w'm crun", - "examine": "Some Premade Worm Crunchies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2238", - "name": "Premade w'm crun", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2239", - "name": "Premade ch' crunch", - "examine": "Some Premade chocchip crunchies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2240", - "name": "Premade ch' crunch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2241", - "name": "Premade s'y crunch", - "examine": "Some premade Spicy Crunchies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2242", - "name": "Premade s'y crunch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2243", - "name": "Premade t'd crunch", - "examine": "Some premade Toad Crunchies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "80", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2244", - "name": "Premade t'd crunch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2245", - "name": "Picture", - "examine": "This batta doesn't look very appetising.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2246", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2248", - "name": "Burnt batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2249", - "name": "Half baked batta", - "examine": "This gnome batta is in the early stages of preparation.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2250", - "name": "Raw batta", - "examine": "This gnome batta needs cooking.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2251", - "name": "Picture", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2252", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2253", - "name": "Worm batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2254", - "name": "Worm batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2255", - "name": "Toad batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "78", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2256", - "name": "Toad batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2257", - "name": "Picture", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2258", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2259", - "name": "Cheese+tom batta", - "examine": "This smells really good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2260", - "name": "Cheese+tom batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2261", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2262", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2263", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2264", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2265", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2266", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2267", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2268", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2269", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2270", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2271", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2272", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2273", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2274", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2275", - "name": "Picture", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2276", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2277", - "name": "Fruit batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2278", - "name": "Fruit batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2279", - "name": "Picture", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2280", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2281", - "name": "Vegetable batta", - "examine": "Well... It looks healthy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2282", - "name": "Vegetable batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2283", - "name": "Pizza base", - "examine": "I need to add some tomato next.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "4", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2284", - "name": "Pizza base", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2285", - "name": "Incomplete pizza", - "examine": "I need to add some cheese next.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2286", - "name": "Incomplete pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2287", - "name": "Uncooked pizza", - "examine": "This needs cooking.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2288", - "name": "Uncooked pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2289", - "name": "Plain pizza", - "examine": "A cheese and tomato pizza.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true", - "weight": "0.66" - }, - { - "id": "2290", - "name": "Plain pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2291", - "name": "1/2 plain pizza", - "examine": "Half of this plain pizza has been eaten.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true", - "weight": "0.66" - }, - { - "id": "2292", - "name": "1/2 plain pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2293", - "name": "Meat pizza", - "examine": "A pizza with bits of meat on it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.83" - }, - { - "id": "2294", - "name": "Meat pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2295", - "name": "1/2 meat pizza", - "examine": "Half of this meat pizza has been eaten.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.83" - }, - { - "id": "2296", - "name": "1/2 meat pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2297", - "name": "Anchovy pizza", - "examine": "A pizza with anchovies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.83" - }, - { - "id": "2298", - "name": "Anchovy pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2299", - "name": "1/2 anchovy pizza", - "examine": "Half of this anchovy pizza has been eaten.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.83" - }, - { - "id": "2300", - "name": "1/2 anchovy pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2301", - "name": "Pineapple pizza", - "examine": "A pizza with bits of pineapple on it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.83" - }, - { - "id": "2302", - "name": "Pineapple pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2303", - "name": "1/2 p'apple pizza", - "examine": "Half of this pineapple pizza has been eaten.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000" - }, - { - "id": "2304", - "name": "1/2 p'apple pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2306", - "name": "Burnt pizza", - "examine": "Oh dear!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2307", - "name": "Bread dough", - "examine": "Some uncooked dough.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2308", - "name": "Bread dough", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2309", - "name": "Bread", - "examine": "Nice crispy bread.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "24", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2310", - "name": "Bread", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2312", - "name": "Burnt bread", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2313", - "name": "Pie dish", - "examine": "Deceptively pie shaped.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2314", - "name": "Pie dish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2315", - "name": "Pie shell", - "examine": "I need to find a filling for this pie.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2316", - "name": "Pie shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2317", - "name": "Uncooked apple pie", - "examine": "This would be much tastier cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2318", - "name": "Uncooked apple pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2319", - "name": "Uncooked meat pie", - "examine": "This would be much healthier cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2320", - "name": "Uncooked meat pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2321", - "name": "Uncooked berry pie", - "examine": "This would be much more appetising cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2322", - "name": "Uncooked berry pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2323", - "name": "Apple pie", - "examine": "Mmm Apple pie.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "140", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2324", - "name": "Apple pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2325", - "name": "Redberry pie", - "examine": "Looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2326", - "name": "Redberry pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2327", - "name": "Meat pie", - "examine": "Not for vegetarians.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "16", - "tradeable": "true" - }, - { - "id": "2328", - "name": "Meat pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2330", - "name": "Burnt pie", - "examine": "I think I left it on the stove too long.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2331", - "name": "Half a meat pie", - "examine": "Half of it is suitable for vegetarians.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "16", - "tradeable": "true" - }, - { - "id": "2332", - "name": "Half a meat pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2333", - "name": "Half a redberry pie", - "examine": "So tasty I kept some for later.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2334", - "name": "Half a redberry pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2335", - "name": "Half an apple pie", - "examine": "Mmm half an apple pie.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "140", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2336", - "name": "Half an apple pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2337", - "name": "Raw oomlie", - "examine": "Raw meat from the oomlie bird.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2338", - "name": "Raw oomlie", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2339", - "name": "Palm leaf", - "examine": "A thick green palm leaf used by natives to cook meat.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "2340", - "name": "Palm leaf", - "examine": "A thick green palm leaf used by natives to cook meat.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "2341", - "name": "Wrapped oomlie", - "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2342", - "name": "Wrapped oomlie", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2343", - "name": "Cooked oomlie wrap", - "examine": "Deliciously cooked oomlie meat in a palm leaf pouch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2344", - "name": "Cooked oomlie wrap", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2346", - "name": "Burnt oomlie wrap", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2347", - "name": "Hammer", - "examine": "Good for hitting things!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "13", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "2348", - "name": "Hammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2349", - "name": "Bronze bar", - "examine": "It's a bar of bronze.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "10", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "2350", - "name": "Bronze bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2351", - "name": "Iron bar", - "examine": "It's a bar of iron.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "2352", - "name": "Iron bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2353", - "name": "Steel bar", - "examine": "It's a bar of steel.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.81" - }, - { - "id": "2354", - "name": "Steel bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2355", - "name": "Silver bar", - "examine": "It's a bar of silver.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.81" - }, - { - "id": "2356", - "name": "Silver bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2357", - "name": "Gold bar", - "examine": "It's a bar of gold.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.81" - }, - { - "id": "2358", - "name": "Gold bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2359", - "name": "Mithril bar", - "examine": "It's a bar of mithril.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "120", - "tradeable": "true", - "weight": "1.6" - }, - { - "id": "2360", - "name": "Mithril bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2361", - "name": "Adamantite bar", - "examine": "It's a bar of adamant.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "2.04" - }, - { - "id": "2362", - "name": "Adamantite bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2363", - "name": "Runite bar", - "examine": "It's a bar of rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2364", - "name": "Runite bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2365", - "name": "'perfect' gold bar", - "examine": "It's a 'perfect' golden bar.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "2366", - "name": "Shield left half", - "examine": "The left half of a Dragon Square Shield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{13,60}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2367", - "name": "Shield left half", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2368", - "name": "Shield right half", - "examine": "The right half of a dragon square shield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{13,60}", - "shop_price": "750000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2369", - "name": "Shield right half", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2370", - "name": "Steel studs", - "examine": "A set of studs for leather armour.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2371", - "name": "Steel studs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2372", - "name": "Ogre relic", - "examine": "An old statue of an ogre warrior.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down, and you will have to go looking for another one.", - "durability": null, - "tradeable": "false", - "weight": "3" - }, - { - "id": "2373", - "name": "Relic part 1", - "examine": "Part of an ogre relic.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2374", - "name": "Relic part 2", - "examine": "Part of an ogre relic.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2375", - "name": "Relic part 3", - "examine": "Part of an ogre relic.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2376", - "name": "Skavid map", - "examine": "It's a map.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false", - "weight": "10" - }, - { - "id": "2377", - "name": "Ogre tooth", - "examine": "Very tooth-like.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2378", - "name": "Toban's key", - "examine": "Formerly the property of the ogre, Toban", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2379", - "name": "Rock cake", - "examine": "Handy if you want to break all your teeth.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2384", - "name": "Fingernails", - "examine": "Eeeeyeeew!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here, and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2385", - "name": "Old robe", - "examine": "I can't wear this old thing.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "2386", - "name": "Unusual armour", - "examine": "Looks kind of useless.", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "2387", - "name": "Damaged dagger", - "examine": "Pointy.", - "archery_ticket_price": "0", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "86", "attack_audios": "2517,2517,2500,2517", - "durability": null - }, - { - "id": "2388", - "name": "Tattered eye patch", - "examine": "Useless as an eye patch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2389", - "name": "Vial", - "examine": "An empty glass vial.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "2390", - "name": "Vial", - "examine": "An empty glass vial.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "2391", - "name": "Ground bat bones", - "examine": "Let's see it fly, now!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", + "name": "Bronze dagger(p)", "tradeable": "true", - "weight": "0.1" + "archery_ticket_price": "0", + "id": "1221", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" }, { - "id": "2392", - "name": "Ground bat bones", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2393", - "name": "Toban's gold", - "examine": "It's a stolen bar of gold.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "grand_exchange_price": "86", "durability": null, - "tradeable": "false" + "name": "Bronze dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1222" }, { - "id": "2394", - "name": "Potion", - "examine": "This is meant to be good for spots.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "2395", - "name": "Magic ogre potion", - "examine": "A dangerous magical liquid.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "2396", - "name": "Spell scroll", - "examine": "A spell is written on this parchment.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2397", - "name": "Shaman robe", - "examine": "A tattered old robe.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "2398", - "name": "Cave nightshade", - "examine": "Deadly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2402", - "name": "Silverlight", - "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2549,2500", - "attack_speed": "5", - "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0", - "defence_anim": "388", + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", "equipment_slot": "3", - "render_anim": "1", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "98", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1223", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98", + "durability": null, + "name": "Steel dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1224" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "129", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1225", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "129", + "durability": null, + "name": "Mithril dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1226" + }, + { + "requirements": "{0,30}", + "shop_price": "816", + "ge_buy_limit": "100", + "examine": "Short and deadly.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "365", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1227", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "365", + "durability": null, + "name": "Adamant dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1228" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "lendable": "true", + "grand_exchange_price": "4831", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1229", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4831", + "durability": null, + "name": "Rune dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1230" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "17600", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1231", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "17600", + "durability": null, + "name": "Dragon dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1232" + }, + { + "requirements": "{0,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "67", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1233", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "67", + "durability": null, + "name": "Black dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1234" + }, + { + "durability": null, + "name": "Poisoned dagger(p)", + "archery_ticket_price": "0", + "id": "1235", + "render_anim": "2584" + }, + { + "durability": null, + "name": "Poisoned dagger(p)", + "archery_ticket_price": "0", + "id": "1236" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "858", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1237", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", + "shop_price": "26", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Bronze spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "858", + "durability": null, + "name": "Bronze spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1238" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "209", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1239", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Iron spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "209", + "durability": null, + "name": "Iron spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1240" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "340", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1241", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", + "requirements": "{0,5}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Steel spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "340", + "durability": null, + "name": "Steel spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1242" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "353", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1243", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", + "requirements": "{0,20}", + "durability": null, + "weight": "1.8", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Mithril spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "353", + "durability": null, + "name": "Mithril spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1244" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "1191", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1245", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", + "requirements": "{0,30}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Adamant spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "durability": null, + "name": "Adamant spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1246" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "12200", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1247", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12200", + "durability": null, + "name": "Rune spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1248" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "37200", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1249", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "37200", + "durability": null, + "name": "Dragon spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1250", + "defence_anim": "2079" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "389", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1251", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Bronze spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "389", + "durability": null, + "name": "Bronze spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1252" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "212", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1253", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Iron spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "212", + "durability": null, + "name": "Iron spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1254" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "136", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1255", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", + "requirements": "{0,5}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Steel spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "136", + "durability": null, + "name": "Steel spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1256" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "350", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1257", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", + "requirements": "{0,20}", + "durability": null, + "weight": "1.8", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Mithril spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "350", + "durability": null, + "name": "Mithril spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1258" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "1004", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1259", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", + "requirements": "{0,30}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Adamant spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1004", + "durability": null, + "name": "Adamant spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1260" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "12400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1261", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12400", + "durability": null, + "name": "Rune spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1262" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "39700", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1263", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear(p)" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "39700", + "durability": null, + "name": "Dragon spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1264" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "17", + "attack_audios": "2508,2508,2508,2508", + "name": "Bronze pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1265", + "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Bronze pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1266" + }, + { + "shop_price": "140", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "200", + "attack_audios": "2508,2508,2508,2508", + "name": "Iron pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1267", + "bonuses": "5,-2,3,0,0,0,1,0,0,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "200", + "durability": null, + "name": "Iron pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1268" + }, + { + "requirements": "{0,5}", + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "571", + "attack_audios": "2508,2508,2508,2508", + "name": "Steel pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1269", + "bonuses": "8,-2,6,0,0,0,1,0,0,0,0,9,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "571", + "durability": null, + "name": "Steel pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1270" + }, + { + "requirements": "{0,30}-{14,31}", + "shop_price": "3200", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.7", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "1782", + "attack_audios": "2508,2508,2508,2508", + "name": "Adamant pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1271", + "bonuses": "17,-2,15,0,0,0,1,0,0,0,0,19,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1782", + "durability": null, + "name": "Adamant pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1272" + }, + { + "requirements": "{0,20}", + "shop_price": "1300", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "611", + "attack_audios": "2508,2508,2508,2508", + "name": "Mithril pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1273", + "bonuses": "12,-2,10,0,0,0,1,0,0,0,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "611", + "durability": null, + "name": "Mithril pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1274" + }, + { + "requirements": "{0,40}-{14,41}", + "shop_price": "32000", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.2", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "19500", + "attack_audios": "2508,2508,2508,2508", + "name": "Rune pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1275", + "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19500", + "durability": null, + "name": "Rune pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1276" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "13", + "stand_anim": "813", + "tradeable": "true", "run_anim": "824", - "stand_anim": "808", + "archery_ticket_price": "0", + "id": "1277", "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", + "shop_price": "33", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Bronze sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Bronze sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1278" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "17", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1279", + "stand_turn_anim": "823", + "bonuses": "6,4,-2,0,0,0,2,1,0,0,0,7,0,0,0", + "shop_price": "91", + "durability": null, + "weight": "1.8", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Iron sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Iron sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1280" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "79", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1281", + "stand_turn_anim": "823", + "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0", + "requirements": "{0,5}", + "shop_price": "412", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Steel sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "79", + "durability": null, + "name": "Steel sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1282" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "197", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1283", + "stand_turn_anim": "823", + "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,0,0,0", + "requirements": "{0,10}", + "shop_price": "624", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Black sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Black sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1284" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "313", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1285", + "stand_turn_anim": "823", + "bonuses": "16,11,-2,0,0,0,2,1,0,0,0,17,0,0,0", + "requirements": "{0,20}", + "shop_price": "266", + "durability": null, + "weight": "1.5", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Mithril sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "313", + "durability": null, + "name": "Mithril sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1286" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "1046", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1287", + "stand_turn_anim": "823", + "bonuses": "23,18,-2,0,0,0,2,1,0,0,0,24,0,0,0", + "requirements": "{0,30}", + "shop_price": "2080", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Adamant sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1046", + "durability": null, + "name": "Adamant sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1288" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "12300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1289", + "stand_turn_anim": "823", + "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0", + "requirements": "{0,40}", + "shop_price": "20800", + "durability": null, + "weight": "1.8", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "lendable": "true", + "attack_audios": "2500,2500,2517,2500", + "name": "Rune sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12300", + "durability": null, + "name": "Rune sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1290" + }, + { + "ge_buy_limit": "100", "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "14", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1291", + "stand_turn_anim": "823", + "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0", + "shop_price": "23", + "durability": null, + "weight": "1.8", "weapon_interface": "6", - "weight": "1.8" + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Bronze longsword" }, { - "id": "2403", - "name": "Hazeel scroll", - "examine": "Scroll containing a powerful enchantment of restoration.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "14", "durability": null, - "weight": "1" + "name": "Bronze longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1292" }, { - "id": "2405", - "name": "Carnillean armour", - "examine": "Decorative armour; an heirloom of the Carnillean family.", + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "22", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,20,14,8,0,0,5,0,0,0,0", + "id": "1293", + "stand_turn_anim": "823", + "bonuses": "6,8,-2,0,0,0,3,2,0,0,0,10,0,0,0", + "shop_price": "177", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "9" + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Iron longsword" }, { - "id": "2406", - "name": "Hazeel's mark", - "examine": "A sign of my commitment to Hazeel.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "22", "durability": null, + "name": "Iron longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1294" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "147", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1295", + "stand_turn_anim": "823", + "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,16,0,0,0", + "requirements": "{0,5}", + "shop_price": "500", + "durability": null, + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Steel longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Steel longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1296" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "384", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1297", + "stand_turn_anim": "823", + "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0", + "requirements": "{0,10}", + "shop_price": "960", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Black longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "384", + "durability": null, + "name": "Black longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1298" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "602", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1299", + "stand_turn_anim": "823", + "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0", + "requirements": "{0,20}", + "shop_price": "1074", + "durability": null, + "weight": "1.5", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Mithril longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "602", + "durability": null, + "name": "Mithril longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1300" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "1808", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1301", + "stand_turn_anim": "823", + "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0", + "requirements": "{0,30}", + "shop_price": "3200", + "durability": null, + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Adamant longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1808", + "durability": null, + "name": "Adamant longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1302" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "19000", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1303", + "stand_turn_anim": "823", + "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0", + "requirements": "{0,40}", + "shop_price": "32000", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "lendable": "true", + "attack_audios": "2500,2500,2517,2500", + "name": "Rune longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19000", + "durability": null, + "name": "Rune longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1304" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A very powerful sword.", + "walk_anim": "1146", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "60200", + "stand_anim": "809", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1305", + "stand_turn_anim": "823", + "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0", + "requirements": "{0,60}", + "shop_price": "100000", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1426", + "lendable": "true", + "attack_audios": "2500,2500,2517,2500", + "name": "Dragon longsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "60200", + "durability": null, + "name": "Dragon longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1306" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "89", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1307", + "stand_turn_anim": "7040", + "bonuses": "-4,9,8,-4,0,0,0,0,0,-1,0,10,0,0,0", + "shop_price": "160", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Bronze 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "89", + "durability": null, + "name": "Bronze 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1308" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "32", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1309", + "stand_turn_anim": "7040", + "bonuses": "-4,13,10,-4,0,0,0,0,0,-1,0,14,0,0,0", + "shop_price": "260", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Iron 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "32", + "durability": null, + "name": "Iron 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1310" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "411", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1311", + "stand_turn_anim": "7040", + "bonuses": "-4,21,16,-4,0,0,0,0,0,-1,0,22,0,0,0", + "requirements": "{0,5}", + "shop_price": "1000", + "durability": null, + "weight": "3", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Steel 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "411", + "durability": null, + "name": "Steel 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1312" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "1031", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1313", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,0,0,0", + "requirements": "{0,10}", + "shop_price": "2400", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Black 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1031", + "durability": null, + "name": "Black 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1314" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "1396", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1315", + "stand_turn_anim": "7040", + "bonuses": "-4,30,24,-4,0,0,0,0,0,-1,0,31,0,0,0", + "requirements": "{0,20}", + "shop_price": "3000", + "durability": null, + "weight": "3.1", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Mithril 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1396", + "durability": null, + "name": "Mithril 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1316" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "3577", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1317", + "stand_turn_anim": "7040", + "bonuses": "-4,43,30,-4,0,0,0,0,0,-1,0,44,0,0,0", + "requirements": "{0,30}", + "shop_price": "6400", + "durability": null, + "weight": "4", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Adamant 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3577", + "durability": null, + "name": "Adamant 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1318" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "38200", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1319", + "stand_turn_anim": "7040", + "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0", + "requirements": "{0,40}", + "shop_price": "40000", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "2503,0,2504,0", + "name": "Rune 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "38200", + "durability": null, + "name": "Rune 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1320" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "13", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1321", + "stand_turn_anim": "823", + "bonuses": "1,7,-2,0,0,0,1,0,0,0,0,6,0,0,0", + "shop_price": "40", + "durability": null, + "weight": "1", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Bronze scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Bronze scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1322" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "30", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1323", + "stand_turn_anim": "823", + "bonuses": "2,10,-2,0,0,0,1,0,0,0,0,9,0,0,0", + "shop_price": "112", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Iron scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Iron scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1324" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "101", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1325", + "stand_turn_anim": "823", + "bonuses": "3,15,-2,0,0,0,1,0,0,0,0,14,0,0,0", + "requirements": "{0,5}", + "shop_price": "400", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Steel scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "101", + "durability": null, + "name": "Steel scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1326" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "4498", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1327", + "stand_turn_anim": "823", + "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,0,0,0", + "requirements": "{0,10}", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Black scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4498", + "durability": null, + "name": "Black scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1328" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "469", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1329", + "stand_turn_anim": "823", + "bonuses": "5,21,-2,0,0,0,1,0,0,0,0,20,0,0,0", + "requirements": "{0,20}", + "shop_price": "1040", + "durability": null, + "weight": "1.5", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Mithril scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "469", + "durability": null, + "name": "Mithril scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1330" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A viciously curved sword", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "1525", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1331", + "stand_turn_anim": "823", + "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0", + "requirements": "{0,30}", + "shop_price": "2304", + "durability": null, + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Adamant scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1525", + "durability": null, + "name": "Adamant scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1332" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "15200", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1333", + "stand_turn_anim": "823", + "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "lendable": "true", + "attack_audios": "2500,0,2517,0", + "name": "Rune scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15200", + "durability": null, + "name": "Rune scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1334" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "20", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1335", + "stand_turn_anim": "823", + "bonuses": "-4,-4,11,-4,0,0,0,0,0,0,0,9,0,0,0", + "shop_price": "224", + "durability": null, + "weight": "1.8", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Iron warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Iron warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1336" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "16", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1337", + "stand_turn_anim": "823", + "bonuses": "-4,-4,10,-4,0,0,0,0,0,0,0,8,0,0,0", + "shop_price": "59", + "durability": null, + "weight": "1", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Bronze warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1338" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "283", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1339", + "stand_turn_anim": "823", + "bonuses": "-4,-4,18,-4,0,0,0,0,0,0,0,16,0,0,0", + "requirements": "{0,5}", + "shop_price": "832", + "durability": null, + "weight": "1", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Steel warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "283", + "durability": null, + "name": "Steel warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1340" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "562", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1341", + "stand_turn_anim": "823", + "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,0,0,0", + "requirements": "{0,10}", + "shop_price": "1274", + "durability": null, + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Black warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "562", + "durability": null, + "name": "Black warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1342" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1071", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1343", + "stand_turn_anim": "823", + "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0", + "requirements": "{0,20}", + "shop_price": "2158", + "durability": null, + "weight": "1.5", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Mithril warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1071", + "durability": null, + "name": "Mithril warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1344" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "2996", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1345", + "stand_turn_anim": "823", + "bonuses": "-4,-4,33,-4,0,0,0,0,0,0,0,31,0,0,0", + "requirements": "{0,30}", + "shop_price": "5356", + "durability": null, + "weight": "2", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Adamant warhammer" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2996", + "durability": null, + "name": "Adamant warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1346" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "24600", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1347", + "stand_turn_anim": "823", + "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", + "requirements": "{0,40}", + "shop_price": "41000", + "durability": null, + "weight": "1.8", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "lendable": "true", + "attack_audios": "2504,0,0,0", + "name": "Rune warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24600", + "durability": null, + "name": "Rune warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1348" + }, + { + "shop_price": "56", + "ge_buy_limit": "100", + "examine": "A woodcutter's axe.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "8", + "attack_audios": "2498,2498,2497,2498", + "name": "Iron axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1349", + "bonuses": "-2,5,3,0,0,0,1,0,0,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Iron axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1350" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A woodcutter's axe.", + "durability": null, + "weight": "1.35", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "44", + "attack_audios": "2498,2498,2497,2498", + "name": "Bronze axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1351", + "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44", + "durability": null, + "name": "Bronze axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1352" + }, + { + "requirements": "{0,5}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A woodcutter's axe.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "36", + "attack_audios": "2498,2498,2497,2498", + "name": "Steel axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1353", + "bonuses": "-2,8,6,0,0,0,1,0,0,0,0,9,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "36", + "durability": null, + "name": "Steel axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1354" + }, + { + "requirements": "{0,20}", + "shop_price": "660", + "ge_buy_limit": "100", + "examine": "A powerful axe.", + "durability": null, + "weight": "1.1", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "141", + "attack_audios": "2498,2498,2497,2498", + "name": "Mithril axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1355", + "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "141", + "durability": null, + "name": "Mithril axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1356" + }, + { + "requirements": "{0,30}-{8,31}", + "shop_price": "1625", + "ge_buy_limit": "100", + "examine": "A powerful axe.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "592", + "attack_audios": "2498,2498,2497,2498", + "name": "Adamant axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1357", + "bonuses": "-2,17,15,0,0,0,1,0,0,0,0,19,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "592", + "durability": null, + "name": "Adamant axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1358" + }, + { + "requirements": "{0,40}-{8,41}", + "ge_buy_limit": "100", + "examine": "A powerful axe.", + "durability": null, + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "7495", + "attack_audios": "2498,2498,2497,2498", + "name": "Rune axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1359", + "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7495", + "durability": null, + "name": "Rune axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1360" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "examine": "A sinister looking axe.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "335", + "attack_audios": "2498,2498,2497,2498", + "name": "Black axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1361", + "bonuses": "-2,10,8,0,0,0,1,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "335", + "durability": null, + "name": "Black axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1362" + }, + { + "shop_price": "182", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "21", + "attack_audios": "2498,2498,2497,2498", + "name": "Iron battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1363", + "bonuses": "-2,8,5,0,0,0,0,0,0,-1,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Iron battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1364" + }, + { + "requirements": "{0,5}", + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "208", + "attack_audios": "2498,2498,2497,2498", + "name": "Steel battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1365", + "bonuses": "-2,16,11,0,0,0,0,0,0,-1,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "208", + "durability": null, + "name": "Steel battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1366" + }, + { + "requirements": "{0,10}", + "shop_price": "1248", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "556", + "attack_audios": "2498,2498,2497,2498", + "name": "Black battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1367", + "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "556", + "durability": null, + "name": "Black battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1368" + }, + { + "requirements": "{0,20}", + "shop_price": "1690", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "809", + "attack_audios": "2498,2498,2497,2498", + "name": "Mithril battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1369", + "bonuses": "-2,22,17,0,0,0,0,0,0,-1,0,29,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "809", + "durability": null, + "name": "Mithril battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1370" + }, + { + "requirements": "{0,30}", + "shop_price": "4160", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "3", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "2311", + "attack_audios": "2498,2498,2497,2498", + "name": "Adamant battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1371", + "bonuses": "-2,31,26,0,0,0,0,0,0,-1,0,41,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2311", + "durability": null, + "name": "Adamant battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1372" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "lendable": "true", + "grand_exchange_price": "24800", + "attack_audios": "2498,2498,2497,2498", + "name": "Rune battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1373", + "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24800", + "durability": null, + "name": "Rune battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1374" + }, + { + "shop_price": "52", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "15", + "attack_audios": "2498,2498,2497,2498", + "name": "Bronze battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1375", + "bonuses": "-2,6,3,0,0,0,0,0,0,-1,0,9,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "durability": null, + "name": "Bronze battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1376" + }, + { + "requirements": "{0,60}", + "shop_price": "200000", + "ge_buy_limit": "10", + "examine": "A vicious looking axe.", + "has_special": "true", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "lendable": "true", + "grand_exchange_price": "123200", + "attack_audios": "2498,2498,2497,2498", + "name": "Dragon battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1377", + "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0" + }, + { + "requirements": "{0,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "123200", + "durability": null, + "name": "Dragon battleaxe", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "1378", + "defence_anim": "397" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "37", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1379", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", + "shop_price": "15", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "37", + "durability": null, + "name": "Staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1380" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "784", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1381", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of air" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "784", + "durability": null, + "name": "Staff of air", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1382" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "890", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1383", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of water" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "890", + "durability": null, + "name": "Staff of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1384" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "879", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1385", + "stand_turn_anim": "1209", + "bonuses": "1,-1,9,10,0,2,3,1,10,0,0,5,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of earth" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "879", + "durability": null, + "name": "Staff of earth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1386" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1330", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1387", + "stand_turn_anim": "1209", + "bonuses": "3,-1,9,10,0,2,3,1,10,0,0,6,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of fire" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1330", + "durability": null, + "name": "Staff of fire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1388" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "58", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1389", + "stand_turn_anim": "1209", + "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,0,0,0", + "shop_price": "200", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Magic staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "58", + "durability": null, + "name": "Magic staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1390" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "7963", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1391", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,12,0,2,3,1,12,0,0,32,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "7000", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7963", + "durability": null, + "name": "Battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1392" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9113", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1393", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "19600", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Fire battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9113", + "durability": null, + "name": "Fire battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1394" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9122", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1395", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Water battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9122", + "durability": null, + "name": "Water battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1396" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "8982", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1397", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "7000", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Air battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8982", + "durability": null, + "name": "Air battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1398" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9041", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1399", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Earth battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9041", + "durability": null, + "name": "Earth battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1400" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "25400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1401", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic fire staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25400", + "durability": null, + "name": "Mystic fire staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1402" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "24800", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1403", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic water staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24800", + "durability": null, + "name": "Mystic water staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1404" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "25100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1405", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic air staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25100", + "durability": null, + "name": "Mystic air staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1406" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "25400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1407", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "40000", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic earth staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25400", + "durability": null, + "name": "Mystic earth staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1408" + }, + { + "turn90cw_anim": "1207", + "examine": "An ancient staff, formerly the property of Iban.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Iban's staff", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1409", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0" + }, + { + "examine": "An ancient staff, formerly the property of Iban.", + "attack_audios": "2555,0,0,0", + "durability": null, + "name": "Iban's staff", + "weight": "2.2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "1410", + "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0" + }, + { + "durability": null, + "name": "Farmer's fork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1412" + }, + { + "durability": null, + "name": "Halberd", + "archery_ticket_price": "0", + "attack_speed": "7", + "id": "1413" + }, + { + "durability": null, + "name": "Halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1414" + }, + { + "attack_audios": "2504,0,0,0", + "durability": null, + "name": "Warhammer", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "1415" + }, + { + "durability": null, + "name": "Warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1416" + }, + { + "durability": null, + "name": "Javelin", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "1417" + }, + { + "durability": null, + "name": "Javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1418" + }, + { + "turn90cw_anim": "821", + "examine": "It's a Scythe.", + "walk_anim": "819", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "22", + "turn180_anim": "820", + "equip_audio": "2247", + "render_anim": "1383", + "defence_anim": "383", + "equipment_slot": "3", + "attack_anims": "440,440,438,382", + "stand_anim": "847", + "attack_audios": "2524,2524,2522,2524", + "name": "Scythe", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1419", + "stand_turn_anim": "823", + "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0" + }, + { + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "7", + "attack_audios": "2508,2508,25092508", + "name": "Iron mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1420", + "bonuses": "4,-2,9,0,0,0,0,0,0,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Iron mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1421" + }, + { + "shop_price": "18", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "12", + "attack_audios": "2508,2508,25092508", + "name": "Bronze mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1422", + "bonuses": "1,-2,6,0,0,0,0,0,0,0,0,5,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Bronze mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1423" + }, + { + "requirements": "{0,5}", + "shop_price": "225", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "31", + "attack_audios": "2508,2508,25092508", + "name": "Steel mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1424", + "bonuses": "7,-2,13,0,0,0,0,0,0,0,0,11,2,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "31", + "durability": null, + "name": "Steel mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1425" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "954", + "attack_audios": "2508,2508,25092508", + "name": "Black mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1426", + "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,2,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "954", + "durability": null, + "name": "Black mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1427" + }, + { + "requirements": "{0,20}", + "shop_price": "585", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.5", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "157", + "attack_audios": "2508,2508,25092508", + "name": "Mithril mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1428", + "bonuses": "11,-2,18,0,0,0,0,0,0,0,0,16,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "157", + "durability": null, + "name": "Mithril mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1429" + }, + { + "requirements": "{0,30}", + "shop_price": "1440", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "673", + "attack_audios": "2508,2508,25092508", + "name": "Adamant mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1430", + "bonuses": "13,-2,25,0,0,0,0,0,0,0,0,23,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "673", + "durability": null, + "name": "Adamant mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1431" + }, + { + "requirements": "{0,40}", + "shop_price": "14400", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "8380", + "attack_audios": "2508,2508,25092508", + "name": "Rune mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1432", + "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8380", + "durability": null, + "name": "Rune mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1433" + }, + { + "requirements": "{0,60}", + "shop_price": "50000", + "ge_buy_limit": "10", + "examine": "A spiky mace.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "29300", + "attack_audios": "2508,2508,25092508", + "name": "Dragon mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1434", + "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,5,0,0" + }, + { + "requirements": "{0,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "29300", + "durability": null, + "name": "Dragon mace", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "1435" + }, + { + "shop_price": "1", + "ge_buy_limit": "25000", + "examine": "An uncharged Rune Stone.", + "grand_exchange_price": "40", + "durability": null, + "name": "Rune essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1436" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "40", + "durability": null, + "name": "Rune essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1437" + }, + { + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "404", + "durability": null, + "name": "Air talisman", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1438" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "404", + "durability": null, + "name": "Air talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1439" + }, + { + "requirements": "{9,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "785", + "durability": null, + "name": "Earth talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1440" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "785", + "durability": null, + "name": "Earth talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1441" + }, + { + "requirements": "{14,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "4140", + "durability": null, + "name": "Fire talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1442" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "4140", + "durability": null, + "name": "Fire talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1443" + }, + { + "requirements": "{5,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "7975", + "durability": null, + "name": "Water talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1444" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "7975", + "durability": null, + "name": "Water talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1445" + }, + { + "requirements": "{20,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "1373", + "durability": null, + "name": "Body talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1446" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1373", + "durability": null, + "name": "Body talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1447" + }, + { + "requirements": "{2,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "285", + "durability": null, + "name": "Mind talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1448" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "285", + "durability": null, + "name": "Mind talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1449" + }, + { + "requirements": "{20,77}", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "3178", + "durability": null, + "name": "Blood talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1450" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "3178", + "durability": null, + "name": "Blood talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1451" + }, + { + "requirements": "{20,35}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "605", + "durability": null, + "name": "Chaos talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1452" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "605", + "durability": null, + "name": "Chaos talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1453" + }, + { + "requirements": "{20,27}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "785", + "durability": null, + "name": "Cosmic talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1454" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "785", + "durability": null, + "name": "Cosmic talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1455" + }, + { + "requirements": "{20,65}", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "2501", + "durability": null, + "name": "Death talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1456" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "2501", + "durability": null, + "name": "Death talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1457" + }, + { + "requirements": "{20,54}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "1219", + "durability": null, + "name": "Law talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1458" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1219", + "durability": null, + "name": "Law talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1459" + }, + { + "durability": null, + "name": "Soul talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1461" + }, + { + "requirements": "{20,44}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "1596", + "durability": null, + "name": "Nature talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1462" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1596", + "durability": null, + "name": "Nature talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1463" + }, + { + "ge_buy_limit": "5000", + "examine": "I can exchange this for equipment.", + "grand_exchange_price": "9", + "durability": null, + "name": "Archery ticket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1464" + }, + { + "examine": "For use on daggers and projectiles.", + "grand_exchange_price": "36", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1465" + }, + { + "examine": "Some damp wooden sticks.", + "durability": null, + "name": "Damp sticks", + "archery_ticket_price": "0", + "id": "1467" + }, + { + "examine": "Some dry wooden sticks.", + "durability": null, + "name": "Dry sticks", + "archery_ticket_price": "0", + "id": "1468" + }, + { + "examine": "Smashed glass.", + "durability": null, + "name": "Broken glass", + "archery_ticket_price": "0", + "id": "1469" + }, + { + "ge_buy_limit": "100", + "examine": "A small round red bead.", + "grand_exchange_price": "169", + "durability": null, + "name": "Red bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1470" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "169", + "durability": null, + "name": "Red bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1471" + }, + { + "ge_buy_limit": "100", + "examine": "A small round yellow bead.", + "grand_exchange_price": "249", + "durability": null, + "name": "Yellow bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1472" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "249", + "durability": null, + "name": "Yellow bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1473" + }, + { + "ge_buy_limit": "100", + "examine": "A small round black bead.", + "grand_exchange_price": "229", + "durability": null, + "name": "Black bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1474" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "229", + "durability": null, + "name": "Black bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1475" + }, + { + "ge_buy_limit": "100", + "examine": "A small round white bead.", + "grand_exchange_price": "1530", + "durability": null, + "name": "White bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1476" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1530", + "durability": null, + "name": "White bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1477" + }, + { + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "Wizard Mizgog sells these aim-enhancing amulets.", + "grand_exchange_price": "2870", + "durability": null, + "name": "Amulet of accuracy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1478", + "bonuses": "4,4,4,4,4,0,0,0,0,0,0,0,0,0,0", "equipment_slot": "2" }, { - "id": "2407", - "name": "Ball", - "examine": "A child's ball.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2409", - "name": "Door key", - "examine": "A key to the Witch's house's front door. (Witch's House)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2410", - "name": "Magnet", - "examine": "A very attractive magnet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2412", - "name": "Saradomin cape", - "examine": "A cape from the almighty god Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "2413", - "name": "Guthix cape", - "examine": "A cape from the almighty god Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "2414", - "name": "Zamorak cape", - "examine": "A cape from the almighty god Zamorak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "2415", - "name": "Saradomin staff", - "examine": "A magical staff imbued with the power of Saradomin.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "shop_price": "80000", - "tradeable": "false", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "2416", - "name": "Guthix staff", - "examine": "A magical staff imbued with the power of Guthix.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "shop_price": "80000", - "tradeable": "false", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "2417", - "name": "Zamorak staff", - "examine": "A magical staff imbued with the power of Zamorak.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "80000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "2418", - "name": "Bronze key", - "examine": "A heavy key made of bronze. (Prince Ali Rescue).", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2419", - "name": "Wig", - "examine": "A grey woollen wig.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2421", - "name": "Wig", - "examine": "A grey woollen wig.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2422", - "name": "Blue partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "lendable": "true" - }, - { - "id": "2423", - "name": "Key print", - "examine": "Imprint of a key in a lump of clay.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2424", - "name": "Paste", - "examine": "A bottle of skin coloured paste.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2425", - "name": "Picture", - "archery_ticket_price": "0", - "attack_audios": "2704,0,0,0", - "durability": null - }, - { - "id": "2427", - "name": "Burnt oomlie", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2428", - "name": "Attack potion(4)", - "examine": "4 doses of Attack potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "8002", - "tradeable": "true" - }, - { - "id": "2429", - "name": "Attack potion(4)", - "archery_ticket_price": "0", + "grand_exchange_price": "2870", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2430", - "name": "Restore potion(4)", - "examine": "4 doses of restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "139", + "name": "Amulet of accuracy", "tradeable": "true", - "weight": "0.03" - }, - { - "id": "2431", - "name": "Restore potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2432", - "name": "Defence potion(4)", - "examine": "4 doses of Defence Potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "7832", - "tradeable": "true" - }, - { - "id": "2433", - "name": "Defence potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2434", - "name": "Prayer potion(4)", - "examine": "4 doses of Prayer restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2435", - "name": "Prayer potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2436", - "name": "Super attack(4)", - "examine": "4 doses of super Attack potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "8000", - "tradeable": "true" - }, - { - "id": "2437", - "name": "Super attack(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "8000", - "tradeable": "true" - }, - { - "id": "2438", - "name": "Fishing potion(4)", - "examine": "4 doses of Fishing potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "2439", - "name": "Fishing potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2440", - "name": "Super strength(4)", - "examine": "4 doses of super Strength potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "8000", - "tradeable": "true" - }, - { - "id": "2441", - "name": "Super strength(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "8000", - "tradeable": "true" - }, - { - "id": "2442", - "name": "Super defence(4)", - "examine": "4 doses of super Defence potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "7000", - "tradeable": "true" - }, - { - "id": "2443", - "name": "Super defence(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "7000", - "tradeable": "true" - }, - { - "id": "2444", - "name": "Ranging potion(4)", - "examine": "4 doses of ranging potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2445", - "name": "Ranging potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2446", - "name": "Antipoison(4)", - "examine": "4 doses of antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "375", - "tradeable": "true" - }, - { - "id": "2447", - "name": "Antipoison(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2448", - "name": "Super antipoison(4)", - "examine": "4 doses of super anti poison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2449", - "name": "Super antipoison(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2450", - "name": "Zamorak brew(4)", - "examine": "4 doses of Zamorak brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2451", - "name": "Zamorak brew(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2452", - "name": "Antifire potion(4)", - "examine": "4 doses of anti-firebreath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2453", - "name": "Antifire potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2454", - "name": "Antifire potion(3)", - "examine": "3 doses of anti-firebreath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2455", - "name": "Antifire potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2456", - "name": "Antifire potion(2)", - "examine": "2 doses of anti-firebreath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2457", - "name": "Antifire potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2458", - "name": "Antifire potion(1)", - "examine": "1 dose of anti-firebreath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2459", - "name": "Antifire potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2460", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2461", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2462", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2463", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2464", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2465", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2466", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2467", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2468", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2469", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2470", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2471", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2472", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2473", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2474", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2475", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2476", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2477", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2481", - "name": "Clean lantadyme", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2482", - "name": "Clean lantadyme", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2483", - "name": "Lantadyme potion(unf)", - "examine": "I need another ingredient to finish this lantadyme potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2484", - "name": "Lantadyme potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2485", - "name": "Grimy lantadyme", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "requirements": "{15,67}", - "tradeable": "true" - }, - { - "id": "2486", - "name": "Grimy lantadyme", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2487", - "name": "Blue d'hide vamb", - "examine": "Made from 100% real dragonhide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,50}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2488", - "name": "Blue d'hide vamb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2489", - "name": "Red d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,60}", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2490", - "name": "Red d'hide vamb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2491", - "name": "Black d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,70}", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2492", - "name": "Black d'hide vamb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2493", - "name": "Blue d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,50}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "2494", - "name": "Blue d'hide chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2495", - "name": "Red d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,60}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "2496", - "name": "Red d'hide chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2497", - "name": "Black d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,70}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "2498", - "name": "Black d'hide chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2499", - "name": "Blue d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{1,40}-{4,50}", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "2500", - "name": "Blue d'hide body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2501", - "name": "Red d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{1,40}-{4,60}", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "2502", - "name": "Red d'hide body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2503", - "name": "Black d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "2504", - "name": "Black d'hide body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2505", - "name": "Blue d-leather", - "examine": "It's a piece of prepared blue dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "2506", - "name": "Blue d-leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2507", - "name": "Red dragon leather", - "examine": "It's a piece of prepared red dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "2508", - "name": "Red dragon leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2509", - "name": "Black d-leather", - "examine": "It's a piece of prepared black dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "2510", - "name": "Black d-leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2511", - "name": "Logs", - "examine": "A number of wooden logs.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "4", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2513", - "name": "Dragon chainbody", - "examine": "A series of connected metal rings.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0", - "durability": null, - "lendable": "true", - "rare_item": "true", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "2514", - "name": "Raw shrimps", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "6", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2515", - "name": "Raw shrimps", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2516", - "name": "Pot of flour", - "examine": "There is flour in this pot.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "14", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "2517", - "name": "Pot of flour", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2518", - "name": "Rotten tomato", - "examine": "Pretty smelly.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "2519", - "name": "Rotten tomato", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2520", - "name": "Toy horsey", - "examine": "An inexpensive white/black/grey/brown toy horse.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "2521", - "name": "Toy horsey", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2522", - "name": "Toy horsey", - "examine": "An inexpensive white/black/grey/brown toy horse.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "2523", - "name": "Toy horsey", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2524", - "name": "Toy horsey", - "examine": "An inexpensive white/black/grey/brown toy horse.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "2525", - "name": "Toy horsey", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2526", - "name": "Toy horsey", - "examine": "An inexpensive white/black/grey/brown toy horse.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "2527", - "name": "Toy horsey", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2528", - "name": "Lamp", - "examine": "Wonder what happens if I rub it...", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "weight": "0.1" + "id": "1479" }, { - "id": "2529", - "name": "Orb of light", "examine": "A magical sphere that glimmers within.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "2530", - "name": "Bones", - "examine": "Bones are for burying!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "140", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2531", - "name": "Bones", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2532", - "name": "Iron fire arrows", - "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2533", - "name": "Iron fire arrows", - "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2534", - "name": "Steel fire arrows", - "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "tradeable": "true" - }, - { - "id": "2535", - "name": "Steel fire arrows", - "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "tradeable": "true" - }, - { - "id": "2536", - "name": "Mithril fire arrows", - "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "tradeable": "true" - }, - { - "id": "2537", - "name": "Mithril fire arrows", - "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "tradeable": "true" - }, - { - "id": "2538", - "name": "Adamant fire arrows", - "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "2539", - "name": "Adamant fire arrows", - "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "2540", - "name": "Rune fire arrows", - "examine": "An easy to make, rune-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "tradeable": "true" - }, - { - "id": "2541", - "name": "Rune fire arrows", - "examine": "An easy to make, rune-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "tradeable": "true" - }, - { - "id": "2550", - "name": "Ring of recoil", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2551", - "name": "Ring of recoil", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2552", - "name": "Ring of duelling(8)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10000", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2553", - "name": "Ring of duelling(8)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2554", - "name": "Ring of duelling(7)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2555", - "name": "Ring of duelling(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2556", - "name": "Ring of duelling(6)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2557", - "name": "Ring of duelling(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2558", - "name": "Ring of duelling(5)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2559", - "name": "Ring of duelling(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2560", - "name": "Ring of duelling(4)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2561", - "name": "Ring of duelling(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2562", - "name": "Ring of duelling(3)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2563", - "name": "Ring of duelling(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2564", - "name": "Ring of duelling(2)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2565", - "name": "Ring of duelling(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2566", - "name": "Ring of duelling(1)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10000", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2567", - "name": "Ring of duelling(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2568", - "name": "Ring of forging", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2569", - "name": "Ring of forging", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2570", - "name": "Ring of life", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10000", - "shop_price": "3000", - "tradeable": "true" - }, - { - "id": "2571", - "name": "Ring of life", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2572", - "name": "Ring of wealth", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "tradeable": "true" - }, - { - "id": "2573", - "name": "Ring of wealth", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2574", - "name": "Sextant", - "examine": "Used by navigators to find their position in 2009Scape.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "2575", - "name": "Watch", - "examine": "A fine looking time piece.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "2576", - "name": "Chart", - "examine": "A navigator's chart of 2009Scape.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2577", - "name": "Ranger boots", - "examine": "Lightweight boots ideal for rangers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{4,40}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2578", - "name": "Ranger boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2579", - "name": "Wizard boots", - "examine": "Slightly magical boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{6,20}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2580", - "name": "Wizard boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2581", - "name": "Robin hood hat", - "examine": "Endorsed by Robin Hood.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": "true", - "lendable": "true", - "requirements": "{4,40}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2582", - "name": "Robin hood hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2583", - "name": "Black platebody (t)", - "examine": "Black platebody with trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2584", - "name": "Black platebody (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2585", - "name": "Black platelegs (t)", - "examine": "Black platelegs with trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2586", - "name": "Black platelegs (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2587", - "name": "Black full helm(t)", - "examine": "Black full helmet with trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2588", - "name": "Black full helm(t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2589", - "name": "Black kiteshield (t)", - "examine": "Black kiteshield with trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "shop_price": "2072", - "tradeable": "true", - "weight": "5" - }, - { - "id": "2590", - "name": "Black kiteshield (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2591", - "name": "Black platebody (g)", - "examine": "Black platebody with gold trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2592", - "name": "Black platebody (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2593", - "name": "Black platelegs (g)", - "examine": "Black platelegs with gold trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2594", - "name": "Black platelegs (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2595", - "name": "Black full helm(g)", - "examine": "Black full helmet with gold trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "2596", - "name": "Black full helm(g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2597", - "name": "Black kiteshield (g)", - "examine": "Black kiteshield with gold trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "2598", - "name": "Black kiteshield (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2599", - "name": "Adam platebody (t)", - "examine": "Adamant platebody with trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2600", - "name": "Adam platebody (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2601", - "name": "Adam platelegs (t)", - "examine": "These look heavy", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "shop_price": "6464", - "tradeable": "true", - "weight": "10" - }, - { - "id": "2602", - "name": "Adam platelegs (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2603", - "name": "Adam kiteshield (t)", - "examine": "A large metal shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5.8" - }, - { - "id": "2604", - "name": "Adam kiteshield (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2605", - "name": "Adam full helm(t)", - "examine": "Adamant full helm with trim", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "2606", - "name": "Adam full helm(t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2607", - "name": "Adam platebody (g)", - "examine": "Adamant platebody with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2608", - "name": "Adam platebody (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2609", - "name": "Adam platelegs (g)", - "examine": "Adamant platelegs with gold trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "shop_price": "6464", - "tradeable": "true", - "weight": "10" - }, - { - "id": "2610", - "name": "Adam platelegs (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2611", - "name": "Adam kiteshield (g)", - "examine": "Adamant kiteshield with gold trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "2612", - "name": "Adam kiteshield (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2613", - "name": "Adam full helm(g)", - "examine": "Adamant full helmet with gold trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "2614", - "name": "Adam full helm(g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2615", - "name": "Rune platebody (g)", - "examine": "Rune platebody with gold trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2616", - "name": "Rune platebody (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2617", - "name": "Rune platelegs (g)", - "examine": "Rune platelegs with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "shop_price": "64000", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2618", - "name": "Rune platelegs (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2619", - "name": "Rune full helm(g)", - "examine": "Rune full helmet with gold trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "shop_price": "35000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2620", - "name": "Rune full helm(g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2621", - "name": "Rune kiteshield (g)", - "examine": "Rune kiteshield with gold trim", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "2622", - "name": "Rune kiteshield (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2623", - "name": "Rune platebody (t)", - "examine": "Rune platebody with trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2624", - "name": "Rune platebody (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2625", - "name": "Rune platelegs (t)", - "examine": "Rune platelegs with trim!", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2626", - "name": "Rune platelegs (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2627", - "name": "Rune full helm (t)", - "examine": "Rune full helmet with trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "2628", - "name": "Rune full helm (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2629", - "name": "Rune kiteshield (t)", - "examine": "A large, metal shield with a nice trim.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_anims": "", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "2630", - "name": "Rune kiteshield (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2631", - "name": "Highwayman mask", - "examine": "Your money or your life!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2632", - "name": "Highwayman mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2633", - "name": "Blue beret", - "examine": "Parlez-vous francais? (Do you speak French?)", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2634", - "name": "Blue beret", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2635", - "name": "Black beret", - "examine": "Parlez-vous francais?(Do you speak French?)", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2636", - "name": "Black beret", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2637", - "name": "White beret", - "examine": "Parlez-vous francais? (Do you speak French?)", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2638", - "name": "White beret", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2639", - "name": "Tan cavalier", - "examine": "All for one and one for all!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2640", - "name": "Tan cavalier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2641", - "name": "Dark cavalier", - "examine": "All for one and one for all!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2642", - "name": "Dark cavalier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2643", - "name": "Black cavalier", - "examine": "All for one and one for all!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2644", - "name": "Black cavalier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2645", - "name": "Red headband", - "examine": "A minimalist's hat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2646", - "name": "Red headband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2647", - "name": "Black headband", - "examine": "A minimalist's hat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2648", - "name": "Black headband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2649", - "name": "Brown headband", - "examine": "A minimalist's hat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2650", - "name": "Brown headband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2651", - "name": "Pirate's hat", - "examine": "Shiver me timbers!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": "true", - "tradeable": "true" - }, - { - "id": "2652", - "name": "Pirate's hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2653", - "name": "Zamorak platebody", - "examine": "Rune platebody in the colours of Zamorak.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2654", - "name": "Zamorak platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2655", - "name": "Zamorak platelegs", - "examine": "Rune platelegs in the colours of Zamorak.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2656", - "name": "Zamorak platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2657", - "name": "Zamorak full helm", - "examine": "A full helmet in the colours of Zamorak.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,1", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2658", - "name": "Zamorak full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2659", - "name": "Zamorak kiteshield", - "examine": "A Rune kiteshield in the colours of Zamorak.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "2660", - "name": "Zamorak kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2661", - "name": "Saradomin platebody", - "examine": "Rune platebody in the colours of Saradomin.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2662", - "name": "Saradomin platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2663", - "name": "Saradomin platelegs", - "examine": "Rune platelegs in the colours of Saradomin.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2664", - "name": "Saradomin platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2665", - "name": "Saradomin full helm", - "examine": "Rune full helmet in the colours of Saradomin.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2666", - "name": "Saradomin full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2667", - "name": "Saradomin kiteshield", - "examine": "Rune kiteshield in the colours of Saradomin.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "2668", - "name": "Saradomin kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2669", - "name": "Guthix platebody", - "examine": "Rune platebody in the colours of Guthix.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2670", - "name": "Guthix platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2671", - "name": "Guthix platelegs", - "examine": "Rune platelegs in the colours of Guthix.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2672", - "name": "Guthix platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2673", - "name": "Guthix full helm", - "examine": "A rune full helmet in the colours of Guthix.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2674", - "name": "Guthix full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2675", - "name": "Guthix kiteshield", - "examine": "Rune kiteshield in the colours of Guthix.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "2676", - "name": "Guthix kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2677", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2678", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2679", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2680", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2681", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2682", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2683", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2684", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2685", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2686", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2687", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2688", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2689", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2690", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2691", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2692", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2693", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2694", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2695", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2696", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2697", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2698", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2699", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2700", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2701", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2702", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2703", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2704", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2705", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2706", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2707", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2708", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2709", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2710", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2711", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2712", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2713", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2714", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2715", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2716", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2717", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2718", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2719", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2720", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2721", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2722", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2723", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2724", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2725", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2726", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2727", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2728", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2729", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2730", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2731", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2732", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2733", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2734", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2735", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2736", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2737", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2738", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2739", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2740", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2741", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2742", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2743", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2744", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2745", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2746", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2747", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2748", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2773", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2774", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2775", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2776", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2777", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2778", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2779", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2780", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2781", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2782", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2783", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2784", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2785", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2786", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2787", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2788", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2789", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2790", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2791", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2792", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2793", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2794", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2795", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "2796", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2797", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2798", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "2799", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2800", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "2801", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2802", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2803", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2804", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2805", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2806", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2807", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2808", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2809", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2810", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2811", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2812", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2813", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2814", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2815", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2816", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2817", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2818", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2819", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2820", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2821", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2822", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2823", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2824", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2825", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2826", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2827", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2828", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2829", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2830", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2831", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2833", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2835", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2837", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2839", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2841", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2842", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2843", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2844", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2845", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2846", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2847", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2848", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2849", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2850", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2851", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2852", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2853", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2854", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2855", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2856", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2857", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2858", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2859", - "name": "Wolf bones", - "examine": "Bones of a recently slain wolf.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2860", - "name": "Wolf bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2861", - "name": "Wolfbone arrowtips", - "examine": "I can make an ogre arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "2862", - "name": "Achey tree logs", - "examine": "These logs are longer than normal.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2863", - "name": "Achey tree logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "2864", - "name": "Ogre arrow shaft", - "examine": "A wooden arrow shaft", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2865", - "name": "Flighted ogre arrow", - "examine": "An ogre arrow with four flights attached.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2866", - "name": "Ogre arrow", - "examine": "A large ogre arrow with a bone tip.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "2871", - "name": "Ogre bellows", - "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "2872", - "name": "Ogre bellows (3)", - "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2873", - "name": "Ogre bellows (2)", - "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2874", - "name": "Ogre bellows (1)", - "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2875", - "name": "Bloated toad", - "examine": "An inflated toad.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "0.7" - }, - { - "id": "2876", - "name": "Raw chompy", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "2877", - "name": "Raw chompy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2878", - "name": "Cooked chompy", - "examine": "It might look delicious to an ogre.Roasted chompy bird.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "130", - "tradeable": "true", - "weight": "10" - }, - { - "id": "2879", - "name": "Cooked chompy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2881", - "name": "Ruined chompy", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2882", - "name": "Seasoned chompy", - "examine": "It has been deliciously seasoned to taste wonderful for ogres.", - "archery_ticket_price": "0", - "durability": null, - "weight": "10" - }, - { - "id": "2883", - "name": "Ogre bow", - "examine": "More powerful than a normal bow, useful against large game birds.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "8", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "requirements": "{4,30}", - "shop_price": "500", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1" - }, - { - "id": "2886", - "name": "Battered book", - "examine": "Book of the elemental shield.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2887", - "name": "Battered key", - "examine": "An old battered key. (Elemental Workshop I)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2888", - "name": "A stone bowl", - "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "2889", - "name": "A stone bowl", - "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "2890", - "name": "Elemental shield", - "examine": "A shield made in the Elemental Workshop.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "shop_price": "2000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2891", - "name": "Elemental shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2892", - "name": "Elemental ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.2" - }, - { - "id": "2894", - "name": "Boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2895", - "name": "Boots", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2896", - "name": "Robe top", - "examine": "Some fine werewolf clothing.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2897", - "name": "Robe top", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2898", - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2899", - "name": "Robe bottoms", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2900", - "name": "Hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2901", - "name": "Hat", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2902", - "name": "Gloves", - "examine": "These gloves from Canifis will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2903", - "name": "Gloves", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "2904", - "name": "Boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2905", - "name": "Boots", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2906", - "name": "Robe top", - "examine": "Some fine werewolf clothing.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2907", - "name": "Robe top", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2908", - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2909", - "name": "Robe bottoms", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2910", - "name": "Hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2911", - "name": "Hat", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2912", - "name": "Gloves", - "examine": "These gloves from Canifis will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2913", - "name": "Gloves", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "2914", - "name": "Boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2915", - "name": "Boots", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2916", - "name": "Robe top", - "examine": "Some fine werewolf clothing.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2917", - "name": "Robe top", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2918", - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2919", - "name": "Robe bottoms", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2920", - "name": "Hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2921", - "name": "Hat", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2922", - "name": "Gloves", - "examine": "These gloves from Canifis will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2923", - "name": "Gloves", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "2924", - "name": "Boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2925", - "name": "Boots", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2926", - "name": "Robe top", - "examine": "Some fine werewolf clothing.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2927", - "name": "Robe top", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2928", - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2929", - "name": "Robe bottoms", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2930", - "name": "Hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2931", - "name": "Hat", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2932", - "name": "Gloves", - "examine": "These gloves from Canifis will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2933", - "name": "Gloves", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "2934", - "name": "Boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2935", - "name": "Boots", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2936", - "name": "Robe top", - "examine": "Some fine werewolf clothing.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2937", - "name": "Robe top", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2938", - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2939", - "name": "Robe bottoms", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2940", - "name": "Hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2941", - "name": "Hat", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2942", - "name": "Gloves", - "examine": "These gloves from Canifis will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2943", - "name": "Gloves", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "2944", - "name": "Golden key", - "examine": "A key made from solid gold", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2945", - "name": "Iron key", - "examine": "A key made of solid iron.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2946", - "name": "Golden tinderbox", - "examine": "A replica tinderbox made of solid gold.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2947", - "name": "Golden candle", - "examine": "A replica candle made of solid gold.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "2948", - "name": "Golden pot", - "examine": "A replica pot made of solid gold.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2949", - "name": "Golden hammer", - "examine": "A replica hammer made of solid gold.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "2951", - "name": "Golden needle", - "examine": "A replica needle made of solid gold.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2952", - "name": "Wolfbane", - "examine": "A silver dagger that can prevent werewolves changing form.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,1,10,5,0,0", - "defence_anim": "378", - "durability": null, - "equipment_slot": "3", - "render_anim": "2584", - "tradeable": "false", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "2953", - "name": "Bucket of water", - "examine": "It's a bucket of water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "3" - }, - { - "id": "2954", - "name": "Bucket of water", - "examine": "It's a bucket of water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "3" - }, - { - "id": "2955", - "name": "Moonlight mead", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "2956", - "name": "Moonlight mead", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2957", - "name": "Druid pouch", - "examine": "An empty druid pouch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2958", - "name": "Druid pouch", - "examine": "A druid pouch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2959", - "name": "Rotten food", - "examine": "Erhhh! It stinks.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2960", - "name": "Rotten food", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2961", - "name": "Silver sickle", - "examine": "It's a silver sickle.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "tradeable": "true", - "weapon_interface": "6", - "weight": "1.6" - }, - { - "id": "2962", - "name": "Silver sickle", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2963", - "name": "Silver sickle(b)", - "examine": "It's a blessed silver sickle.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "6", - "weight": "1.5" - }, - { - "id": "2964", - "name": "Washing bowl", - "examine": "Used for washing your face, amongst other things.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "weight": "0.4" - }, - { - "id": "2966", - "name": "Mirror", - "examine": "A small mirror, probably used for grooming.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "2968", - "name": "Druidic spell", - "examine": "A druidic spell given to you freely by the spirit of Filliman Tarlock.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2969", - "name": "A used spell", - "examine": "A used druidic spell given to you freely by the spirit of Filliman Tarlock.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2970", - "name": "Mort myre fungus", - "examine": "A mushroom from the swamps of Mort Myre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2971", - "name": "Mort myre fungus", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2972", - "name": "Mort myre stem", - "examine": "A cutting from a budding branch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2973", - "name": "Mort myre stem", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2974", - "name": "Mort myre pear", - "examine": "A pear picked from a dying bush in Mort Myre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2975", - "name": "Mort myre pear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2976", - "name": "Sickle mould", - "examine": "Used to make sickles.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2977", - "name": "Sickle mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2978", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2979", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2980", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2981", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2982", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2983", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2984", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2985", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2986", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2987", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2988", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2989", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2990", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2991", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2992", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2993", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2994", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2995", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2996", - "name": "Agility arena ticket", - "examine": "I can exchange these for further experience or items.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2997", - "name": "Pirate's hook", - "examine": "You should see the shark...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "800", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2998", - "name": "Clean toadflax", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "2999", - "name": "Clean toadflax", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3000", - "name": "Clean snapdragon", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "3001", - "name": "Clean snapdragon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3002", - "name": "Toadflax potion(unf)", - "examine": "I need another ingredient to finish this toadflax potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3003", - "name": "Toadflax potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3004", - "name": "Snapdragon potion(unf)", - "examine": "I need another ingredient to finish this snapdragon potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3005", - "name": "Snapdragon potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3006", - "name": "Firework", - "examine": "Keep out of reach of children and familiars.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "3007", - "name": "Firework", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3008", - "name": "Energy potion(4)", - "examine": "4 doses of energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "145", - "tradeable": "true" - }, - { - "id": "3009", - "name": "Energy potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3010", - "name": "Energy potion(3)", - "examine": "3 doses of energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "145", - "tradeable": "true" - }, - { - "id": "3011", - "name": "Energy potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3012", - "name": "Energy potion(2)", - "examine": "2 doses of energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "145", - "tradeable": "true" - }, - { - "id": "3013", - "name": "Energy potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3014", - "name": "Energy potion(1)", - "examine": "1 dose of energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "145", - "tradeable": "true" - }, - { - "id": "3015", - "name": "Energy potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3016", - "name": "Super energy(4)", - "examine": "4 doses of super energy potion.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "1000", - "shop_price": "4000", - "tradeable": "true" - }, - { - "id": "3017", - "name": "Super energy(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "4000", - "tradeable": "true" - }, - { - "id": "3018", - "name": "Super energy(3)", - "examine": "3 doses of super energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3019", - "name": "Super energy(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3020", - "name": "Super energy(2)", - "examine": "2 doses of super energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3021", - "name": "Super energy(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3022", - "name": "Super energy(1)", - "examine": "1 dose of super energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3023", - "name": "Super energy(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3024", - "name": "Super restore(4)", - "examine": "4 doses of super restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "12000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "3025", - "name": "Super restore(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "12000", - "tradeable": "true" - }, - { - "id": "3026", - "name": "Super restore(3)", - "examine": "3 doses of super restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "3027", - "name": "Super restore(3)", + "name": "Orb of light", + "weight": "5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "1481" }, { - "id": "3028", - "name": "Super restore(2)", - "examine": "2 doses of super restore potion.", - "archery_ticket_price": "0", + "examine": "A magical sphere that glimmers within.", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "3029", - "name": "Super restore(2)", + "name": "Orb of light", + "weight": "5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "1482" }, { - "id": "3030", - "name": "Super restore(1)", - "examine": "1 dose of super restore potion.", - "archery_ticket_price": "0", + "examine": "A magical sphere that glimmers within.", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "3031", - "name": "Super restore(1)", + "name": "Orb of light", + "weight": "5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "1483" }, { - "id": "3032", - "name": "Agility potion(4)", - "examine": "4 doses of Agility potion.", - "archery_ticket_price": "0", + "examine": "A magical sphere that glimmers within.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3033", - "name": "Agility potion(4)", + "name": "Orb of light", + "weight": "5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1484" }, { - "id": "3034", - "name": "Agility potion(3)", - "examine": "3 doses of Agility potion.", - "archery_ticket_price": "0", + "examine": "A damp, wet cloth.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3035", - "name": "Agility potion(3)", + "name": "Damp cloth", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1485" }, { - "id": "3036", - "name": "Agility potion(2)", - "examine": "2 doses of Agility potion.", - "archery_ticket_price": "0", + "examine": "A broken piece of railing.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3037", - "name": "Agility potion(2)", + "name": "Piece of railing", + "weight": "2", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1486" }, { - "id": "3038", - "name": "Agility potion(1)", - "examine": "1 dose of Agility potion.", - "archery_ticket_price": "0", + "examine": "This horn has restorative properties.", + "grand_exchange_price": "1159", "durability": null, - "ge_buy_limit": "100", + "name": "Unicorn horn", "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3039", - "name": "Agility potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3040", - "name": "Magic potion(4)", - "examine": "4 doses of Magic potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3041", - "name": "Magic potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3042", - "name": "Magic potion(3)", - "examine": "3 doses of Magic potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3043", - "name": "Magic potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3044", - "name": "Magic potion(2)", - "examine": "2 doses of Magic potion.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1487" }, { - "id": "3045", - "name": "Magic potion(2)", - "archery_ticket_price": "0", + "examine": "A coat of arms of the Ardougne Paladins.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3046", - "name": "Magic potion(1)", - "examine": "1 dose of Magic potion.", + "name": "Paladin's badge", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1488" }, { - "id": "3047", - "name": "Magic potion(1)", - "archery_ticket_price": "0", + "examine": "A coat of arms of the Ardougne Paladins.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3048", - "name": "Pirate's hook", + "name": "Paladin's badge", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "1489" }, { - "id": "3049", - "name": "Grimy toadflax", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", + "examine": "A coat of arms of the Ardougne Paladins.", "durability": null, - "ge_buy_limit": "10000", - "requirements": "{15,30}", - "tradeable": "true" - }, - { - "id": "3050", - "name": "Grimy toadflax", + "name": "Paladin's badge", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "1490" }, { - "id": "3051", - "name": "Grimy snapdragon", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", + "examine": "On the ground: Curiosity has yet to kill this one...", "durability": null, - "ge_buy_limit": "10000", - "requirements": "{15,59}", - "tradeable": "true" - }, - { - "id": "3052", - "name": "Grimy snapdragon", + "name": "Witch's cat", + "weight": "1.2", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "1491" }, { - "id": "3053", - "name": "Lava battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", + "examine": "A simple doll with Iban's likeness.", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "3054", - "name": "Mystic lava staff", - "examine": "It's a slightly magical stick.", + "name": "Doll of iban", + "weight": "1", "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "shop_price": "160", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" + "id": "1492" }, { - "id": "3055", - "name": "Lava battlestaff", - "archery_ticket_price": "0", + "examine": "An account of the last times of someone.", "durability": null, - "tradeable": "true" - }, - { - "id": "3056", - "name": "Mystic lava staff", + "name": "Old journal", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "1493" }, { - "id": "3057", - "name": "Mime mask", - "examine": "A mime would wear this.", - "archery_ticket_price": "0", + "examine": "The tale of Iban.", "durability": null, - "equipment_slot": "0" - }, - { - "id": "3058", - "name": "Mime top", - "examine": "A mime would wear these.", + "name": "History of iban", + "weight": "0.2", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" + "id": "1494" }, { - "id": "3059", - "name": "Mime legs", - "examine": "A mime would wear these.", - "archery_ticket_price": "0", + "shop_price": "5000", + "examine": "Strong dwarvish gloves.", "durability": null, - "equipment_slot": "7" - }, - { - "id": "3060", - "name": "Mime gloves", - "examine": "A mime would wear these.", + "name": "Klank's gauntlets", + "weight": "0.2", "archery_ticket_price": "0", - "durability": null, + "id": "1495", + "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0", "equipment_slot": "9" }, { - "id": "3061", - "name": "Mime boots", - "examine": "A mime would wear these.", - "archery_ticket_price": "0", + "examine": "I thought you only saw these in pairs?", "durability": null, - "equipment_slot": "10", - "weight": "0.5" - }, - { - "id": "3062", - "name": "Strange box", - "examine": "It seems to be humming...", - "archery_ticket_price": "0", + "name": "Iban's dove", + "tradeable": "false", "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1496" + }, + { + "examine": "A mystical demonic amulet.", "durability": null, + "name": "Amulet of othanian", + "archery_ticket_price": "0", + "id": "1497" + }, + { + "examine": "A mystical demonic amulet.", + "durability": null, + "name": "Amulet of doomion", + "archery_ticket_price": "0", + "id": "1498" + }, + { + "examine": "A mystical demonic amulet.", + "durability": null, + "name": "Amulet of holthion", + "archery_ticket_price": "0", + "id": "1499" + }, + { + "examine": "A strange dark liquid.", + "durability": null, + "name": "Iban's shadow", + "archery_ticket_price": "0", + "id": "1500", + "equip_audio": "" + }, + { + "examine": "Smells stronger than most spirits.", + "durability": null, + "name": "Dwarf brew", + "archery_ticket_price": "0", + "id": "1501" + }, + { + "examine": "The burnt remains of Iban.", + "durability": null, + "name": "Iban's ashes", + "weight": "0.056", + "archery_ticket_price": "0", + "id": "1502" + }, + { + "examine": "A search warrant for a house in West Ardougne.", + "durability": null, + "name": "Warrant", + "archery_ticket_price": "0", + "id": "1503" + }, + { + "examine": "It doesn't look very tasty.", + "durability": null, + "name": "Hangover cure", + "weight": "2", + "archery_ticket_price": "0", + "id": "1504" + }, + { + "examine": "Maybe I should read this...", + "durability": null, + "name": "A magic scroll", "tradeable": "false", - "weight": "1" + "archery_ticket_price": "0", + "id": "1505" }, { - "id": "3093", - "name": "Black dart", - "examine": "A deadly throwing dart with a black tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", + "remove_head": "true", + "examine": "Stops me from breathing nasty stuff!", "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,10}", - "tradeable": "true", - "weapon_interface": "18" + "name": "Gas mask", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "1506", + "remove_beard": "true", + "equipment_slot": "0" }, { - "id": "3094", - "name": "Black dart(p)", - "examine": "A deadly throwing dart with a black tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", + "examine": "Quite a small key.", "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,10}", - "tradeable": "true", - "weapon_interface": "18" + "name": "A small key", + "archery_ticket_price": "0", + "id": "1507" }, { - "id": "3095", - "name": "Bronze claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "3,4,-4,0,0,1,2,1,0,0,0,5,0,0,0", - "defence_anim": "397", + "examine": "It seems to say \"hongorer lure\"...", "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "shop_price": "48", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "0.9" + "name": "A scruffy note", + "archery_ticket_price": "0", + "id": "1508" }, { - "id": "3096", - "name": "Iron claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "4,6,-4,0,0,2,3,1,0,0,0,7,0,0,0", - "defence_anim": "397", + "examine": "Turnip growing for beginners.", "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "shop_price": "50", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "0.9" + "name": "Book", + "archery_ticket_price": "0", + "id": "1509" }, { - "id": "3097", - "name": "Steel claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "8,11,-4,0,0,3,6,2,0,0,0,12,0,0,0", - "defence_anim": "397", + "examine": "A picture of a lady called Elena.", "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "requirements": "{0,5}", - "shop_price": "175", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "0.9" - }, - { - "id": "3098", - "name": "Black claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "requirements": "{0,10}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "6" - }, - { - "id": "3099", - "name": "Mithril claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "11,16,-4,0,0,4,8,2,0,0,0,17,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "requirements": "{0,20}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "0.9" - }, - { - "id": "3100", - "name": "Adamant claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "18,23,-4,0,0,6,12,3,0,0,0,24,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "requirements": "{0,30}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9" - }, - { - "id": "3101", - "name": "Rune claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "lendable": "true", - "render_anim": "2583", - "requirements": "{0,40}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "0.9" - }, - { - "id": "3102", - "name": "Combination", - "examine": "The combination to Burthorpe Castle's equipment room.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3103", - "name": "Iou", - "examine": "The guard wrote the IOU on the back of some paper.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3104", - "name": "Secret way map", - "examine": "This map shows the secret way up to Death Plateau.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3105", - "name": "Climbing boots", - "examine": "Boots made for general climbing; rocks a speciality.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0", - "destroy": "true", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "1900", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3106", - "name": "Climbing boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3107", - "name": "Spiked boots", - "examine": "Climbing boots with spikes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "weight": "0.3" - }, - { - "id": "3109", - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3110", - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3111", - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3112", - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3113", - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3114", - "name": "Certificate", - "examine": "Entrance certificate to the Imperial Guard.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3115", - "name": "Bronze claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3116", - "name": "Iron claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3117", - "name": "Steel claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3118", - "name": "Black claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3119", - "name": "Mithril claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3120", - "name": "Adamant claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3121", - "name": "Rune claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3122", - "name": "Granite shield", - "examine": "A solid stone shield.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "lendable": "true", - "requirements": "{1,50}-{2,50}", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "3123", - "name": "Shaikahan bones", - "examine": "Large glistening bones which glow with a pale yellow aura.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "3124", - "name": "Shaikahan bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3125", - "name": "Jogre bones", - "examine": "Fairly big bones which smell distinctly of Jogre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "3126", - "name": "Jogre bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3127", - "name": "Burnt jogre bones", - "examine": "These blackened Jogre bones have been somehow burnt.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3128", - "name": "Pasty jogre bones", - "examine": "Burnt Jogre bones smothered with raw Karambwanji Paste.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3129", - "name": "Pasty jogre bones", - "examine": "Burnt Jogre bones smothered with cooked Karambwanji paste.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3130", - "name": "Marinated j' bones", - "examine": "Burnt Jogre bones marinated in a lovely Karambwanji sauce. Perfect.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3131", - "name": "Pasty jogre bones", - "examine": "Jogre bones smothered with raw Karambwanji paste.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3132", - "name": "Pasty jogre bones", - "examine": "Jogre bones smothered with cooked Karambwanji paste.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3133", - "name": "Marinated j' bones", - "examine": "Jogre Bones marinated in Karambwanji sauce. Not quite right.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3134", - "name": "Granite shield", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3136", - "name": "Cell key 1", - "examine": "The key to the troll prison.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "shop_price": "1", - "tradeable": "false" - }, - { - "id": "3137", - "name": "Cell key 2", - "examine": "The key to the troll prison.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "3138", - "name": "Potato cactus", - "examine": "How am I supposed to eat that?!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3139", - "name": "Potato cactus", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3140", - "name": "Dragon chainbody", - "examine": "A series of connected metal rings.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "3141", - "name": "Dragon chainbody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "3142", - "name": "Raw karambwan", - "examine": "A raw green octopus.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "440", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3143", - "name": "Raw karambwan", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "3144", - "name": "Cooked karambwan", - "examine": "Cooked octopus.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "460", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3145", - "name": "Cooked karambwan", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3146", - "name": "Poison karambwan", - "examine": "Cooked octopus. It looks poorly cooked and quite dangerous.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "3147", - "name": "Cooked karambwan", - "examine": "Cooked octopus.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "460", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3149", - "name": "Burnt karambwan", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3150", - "name": "Raw karambwanji", - "examine": "Small brightly coloured tropical fish.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3151", - "name": "Karambwanji", - "examine": "Small brightly coloured tropical fish.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.99" - }, - { - "id": "3152", - "name": "Karambwan paste", - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3153", - "name": "Karambwan paste", - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3154", - "name": "Karambwan paste", - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3155", - "name": "Karambwanji paste", - "examine": "This paste smells of raw fish./This paste smells of cooked fish.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3156", - "name": "Karambwanji paste", - "examine": "This paste smells of raw fish./This paste smells of cooked fish.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3157", - "name": "Karambwan vessel", - "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{10,65}", - "shop_price": "5", - "tradeable": "true", - "weight": "3" - }, - { - "id": "3158", - "name": "Karambwan vessel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3159", - "name": "Karambwan vessel", - "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{10,65}", - "shop_price": "5", - "tradeable": "true", - "weight": "3" - }, - { - "id": "3160", - "name": "Karambwan vessel", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3161", - "name": "Crafting manual", - "examine": "A set of instructions explaining how to construct a Karambwan vessel", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3162", - "name": "Sliced banana", - "examine": "You swear you had more than three slices before.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3163", - "name": "Sliced banana", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3164", - "name": "Karamjan rum", - "examine": "A very strong spirit brewed in Karamja.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "27" - }, - { - "id": "3165", - "name": "Karamjan rum", - "examine": "A very strong spirit brewed in Karamja.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "27" - }, - { - "id": "3166", - "name": "Monkey corpse", - "examine": "It's the body of a dead monkey.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "3167", - "name": "Monkey skin", - "examine": "It's the skin of a (hopefully) dead monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3168", - "name": "Seaweed sandwich", - "examine": "A 'Seaweed in Monkey Skin' sandwich. Perfect for statue repair.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3169", - "name": "Stuffed monkey", - "examine": "A body of a dead monkey, tastefully stuffed with seaweed.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "3170", - "name": "Bronze spear(kp)", - "examine": "A Karambwan poisoned bronze tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "3171", - "name": "Iron spear(kp)", - "examine": "A Karambwan poisoned iron tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "3172", - "name": "Steel spear(kp)", - "examine": "A Karambwan poisoned steel tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "3173", - "name": "Mithril spear(kp)", - "examine": "A Karambwan poisoned mithril tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "3174", - "name": "Adamant spear(kp)", - "examine": "A Karambwan poisoned adamant tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "3175", - "name": "Rune spear(kp)", - "examine": "\tA Karambwan poisoned rune tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "3176", - "name": "Dragon spear(kp)", - "examine": "A Karambwan poisoned dragon tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "requirements": "{0,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "3177", "name": "Picture", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" + "id": "1510" }, { - "id": "3178", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3179", - "name": "Monkey bones", - "examine": "These are smallish monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3180", - "name": "Monkey bones", - "examine": "These are medium sized monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3181", - "name": "Monkey bones", - "examine": "These are quite large monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3182", - "name": "Monkey bones", - "examine": "These are quite large monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3183", - "name": "Monkey bones", - "examine": "These are small monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3184", - "name": "Monkey bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3185", - "name": "Monkey bones", - "examine": "These are smallish monkey bones. They smell extremely nauseating.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3186", - "name": "Monkey bones", - "examine": "These are small monkey bones. They smell extremely nauseating.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3187", - "name": "Bones", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "140", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3188", - "name": "Cleaning cloth", - "examine": "A piece of silk which can be used to remove poison from weapons.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "60", - "tradeable": "true", - "weight": "1" - }, - { - "id": "3189", - "name": "Cleaning cloth", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3190", - "name": "Bronze halberd", - "examine": "A bronze halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "104", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3" - }, - { - "id": "3191", - "name": "Bronze halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3192", - "name": "Iron halberd", - "examine": "An iron halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "9,12,0,-4,0,-1,1,2,0,0,0,12,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "364", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3.1" - }, - { - "id": "3193", - "name": "Iron halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3194", - "name": "Steel halberd", - "examine": "A steel halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "14,19,0,-4,0,-1,2,3,0,0,0,20,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "shop_price": "1300", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3" - }, - { - "id": "3195", - "name": "Steel halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3196", - "name": "Black halberd", - "examine": "A black halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}-{2,5}", - "run_anim": "1210", - "shop_price": "2496", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3" - }, - { - "id": "3197", - "name": "Black halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3198", - "name": "Mithril halberd", - "examine": "A mithril halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "22,28,0,-4,0,-1,2,4,0,0,0,29,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}-{2,10}", - "run_anim": "1210", - "shop_price": "3380", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "2.7" - }, - { - "id": "3199", - "name": "Mithril halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3200", - "name": "Adamant halberd", - "examine": "An adamant halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "28,41,0,-4,0,-1,3,4,0,0,0,42,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{2,15}", - "run_anim": "1210", - "shop_price": "8320", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3.6" - }, - { - "id": "3201", - "name": "Adamant halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3202", - "name": "Rune halberd", - "examine": "A rune halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,40}-{2,20}", - "run_anim": "1210", - "shop_price": "128000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3" - }, - { - "id": "3203", - "name": "Rune halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3204", - "name": "Dragon halberd", - "examine": "A dragon halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,60}-{2,30}", - "run_anim": "1210", - "shop_price": "325000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3.1" - }, - { - "id": "3205", - "name": "Dragon halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "3206", - "name": "King's message", - "examine": "A summons from King Lathas.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3207", - "name": "Iorwerths message", - "examine": "A letter for King Lathas from Lord Iorwerth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3208", - "name": "Crystal pendant", - "examine": "Lord Iorwerth's crystal pendant.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "3209", - "name": "Sulphur", - "examine": "A piece of chemical formation.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.6" - }, - { - "id": "3211", - "name": "Limestone", - "examine": "Some limestone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "4", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "3212", - "name": "Limestone", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3213", - "name": "Quicklime", - "examine": "Some quicklime.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.2" - }, - { - "id": "3214", - "name": "Pot of quicklime", - "examine": "A pot of ground quicklime.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3215", - "name": "Ground sulphur", - "examine": "A pile of ground sulphur.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "0.5" - }, - { - "id": "3216", - "name": "Barrel", - "examine": "An empty barrel/A Splendid barrel.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3217", - "name": "Barrel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3218", - "name": "Barrel bomb", - "examine": "A fused barrel full of fire oil.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "3219", - "name": "Barrel bomb", - "examine": "A fused barrel full of fire oil.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "3220", - "name": "Barrel of coal-tar", - "examine": "A barrel full of coal-tar.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "3221", - "name": "Barrel of naphtha", - "examine": "A barrel full of naphtha.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "3222", - "name": "Naphtha mix", - "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3223", - "name": "Naphtha mix", - "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3224", - "name": "Strip of cloth", - "examine": "A strip of cloth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3226", - "name": "Raw rabbit", - "examine": "Might taste better cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "67", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "3227", - "name": "Raw rabbit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "3228", - "name": "Cooked rabbit", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "19", - "tradeable": "true" - }, - { - "id": "3229", - "name": "Cooked rabbit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3230", - "name": "Big book of bangs", - "examine": "A book by Mel Achy.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "3232", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3234", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3236", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3238", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3239", - "name": "Bark", - "examine": "Bark from a hollow tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "3240", - "name": "Bark", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3241", - "name": "Man", - "examine": "One of 2009Scape's many citizens.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "3243", - "name": "Farmer", - "examine": "He grows crops in the area.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3247", - "name": "Rogue", - "examine": "Rogueish.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3249", - "name": "Guard", - "examine": "Varies, refer below.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "3251", - "name": "Knight of ardougne", - "examine": "A member of Ardougne's militia.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "3253", - "name": "Watchman", - "examine": "The strong arm of the law.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3255", - "name": "Paladin", - "examine": "A holy warrior.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "3259", - "name": "Hero", - "examine": "Heroic!", - "archery_ticket_price": "0", - "attack_speed": "5", - "durability": null - }, - { - "id": "3261", - "name": "Goutweed", - "examine": "A pale, tough looking herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3262", - "name": "Troll thistle", - "examine": "It's tough and spiky.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3263", - "name": "Dried thistle", - "examine": "It'll be easier to grind now.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3264", - "name": "Ground thistle", - "examine": "It's ready for mixing.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3265", - "name": "Troll potion", - "examine": "It's part of Eadgar's plan.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3266", - "name": "Drunk parrot", - "examine": "It's rather drunk.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3267", - "name": "Dirty robe", - "examine": "It's dirty and smelly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3268", - "name": "Fake man", - "examine": "It's good enough to fool a troll.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3269", - "name": "Storeroom key", - "examine": "The key to the Trollheim storeroom.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3270", - "name": "Alco-chunks", - "examine": "Pineapple chunks dipped in a strong liquor.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3325", - "name": "Vampire dust", - "examine": "That used to be a vampyre!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "3326", - "name": "Vampire dust", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "3327", - "name": "Myre snelm", - "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3328", - "name": "Myre snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3329", - "name": "Blood'n'tar snelm", - "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3330", - "name": "Blood'n'tar snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3331", - "name": "Ochre snelm", - "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "3332", - "name": "Ochre snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3333", - "name": "Bruise blue snelm", - "examine": "A moody blue snail shell helmet, mort myre snail shell helm", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "1.9" - }, - { - "id": "3334", - "name": "Bruise blue snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3335", - "name": "Broken bark snelm", - "examine": "An easy-to-make, orange-and-bark coloured, Mort Myre snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3336", - "name": "Broken bark snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3337", - "name": "Myre snelm", - "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3338", - "name": "Myre snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3339", - "name": "Blood'n'tar snelm", - "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3340", - "name": "Blood'n'tar snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3341", - "name": "Ochre snelm", - "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "3342", - "name": "Ochre snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3343", - "name": "Bruise blue snelm", - "examine": "A moody blue snail shell helmet, mort myre snail shell helm", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "1.9" - }, - { - "id": "3344", - "name": "Bruise blue snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3345", - "name": "Blamish myre shell", - "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3346", - "name": "Blamish myre shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3347", - "name": "Blamish red shell", - "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3348", - "name": "Blamish red shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3349", - "name": "Blamish ochre shell", - "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3350", - "name": "Blamish ochre shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3351", - "name": "Blamish blue shell", - "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3352", - "name": "Blamish blue shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3353", - "name": "Blamish bark shell", - "examine": "An easy-to-make, bark-coloured, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3354", - "name": "Blamish bark shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3355", - "name": "Blamish myre shell", - "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3356", - "name": "Blamish myre shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3357", - "name": "Blamish red shell", - "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3358", - "name": "Blamish red shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3359", - "name": "Blamish ochre shell", - "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3360", - "name": "Blamish ochre shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3361", - "name": "Blamish blue shell", - "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3362", - "name": "Blamish blue shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3363", - "name": "Thin snail", - "examine": "The thin, slimy corpse of a deceased giant snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "74", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3364", - "name": "Thin snail", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3365", - "name": "Lean snail", - "examine": "The lean, slimy corspe of a dead snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3366", - "name": "Lean snail", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3367", - "name": "Fat snail", - "examine": "The fat, slimy, corpse of a deceased giant snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "160", - "tradeable": "true" - }, - { - "id": "3368", - "name": "Fat snail", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3369", - "name": "Thin snail meat", - "examine": "A succulently slimy piece of sumptuous snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "3370", - "name": "Thin snail meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3371", - "name": "Lean snail meat", - "examine": "A succulently slimey slice of sumptuous snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3372", - "name": "Lean snail meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3373", - "name": "Fat snail meat", - "examine": "A succulently slimy slice of sumptuous snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "3374", - "name": "Fat snail meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3376", - "name": "Burnt snail", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3377", - "name": "Sample bottle", - "examine": "An empty sample bottle.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "3378", - "name": "Sample bottle", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3379", - "name": "Slimy eel", - "examine": "A slime covered eel - yuck!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3380", - "name": "Slimy eel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3381", - "name": "Cooked slimy eel", - "examine": "A cooked slimy eel - not delicious, but pretty nutritious.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3382", - "name": "Cooked slimy eel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3385", - "name": "Splitbark helm", - "examine": "A wooden helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "3386", - "name": "Splitbark helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3387", - "name": "Splitbark body", - "examine": "Provides good protection.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "3388", - "name": "Splitbark body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3389", - "name": "Splitbark legs", - "examine": "These should protect my legs.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "3390", - "name": "Splitbark legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3391", - "name": "Splitbark gauntlets", - "examine": "These should keep my hands safe.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "3392", - "name": "Splitbark gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3393", - "name": "Splitbark boots", - "examine": "Wooden foot protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "3394", - "name": "Splitbark boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3396", - "name": "Loar remains", - "examine": "The remains of a deadly shade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1.35" - }, - { - "id": "3397", - "name": "Loar remains", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3398", - "name": "Phrin remains", - "examine": "The remains of a deadly shade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3399", - "name": "Phrin remains", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3400", - "name": "Riyl remains", - "examine": "The remains of a deadly shade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "3401", - "name": "Riyl remains", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3402", - "name": "Asyn remains", - "examine": "The remains of a deadly shade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "3403", - "name": "Asyn remains", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3404", - "name": "Fiyr remains", - "examine": "The remains of a deadly shade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3405", - "name": "Fiyr remains", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3406", - "name": "Ash potion(unf)", - "examine": "I need another ingredient to finish this potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3407", - "name": "Ash potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3408", - "name": "Serum 207 (4)", - "examine": "4 doses serum 207 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3410", - "name": "Serum 207 (3)", - "examine": "3 doses serum 207 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3412", - "name": "Serum 207 (2)", - "examine": "2 doses serum 207 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3414", - "name": "Serum 207 (1)", - "examine": "1 dose serum 207 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3416", - "name": "Serum 208 (4)", - "examine": "4 doses permanent serum 208 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "208" - }, - { - "id": "3417", - "name": "Serum 208 (3)", - "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "208" - }, - { - "id": "3418", - "name": "Serum 208 (2)", - "examine": "2 doses permanent serum 208 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "208" - }, - { - "id": "3419", - "name": "Serum 208 (1)", - "examine": "1 dose permanent serum 208 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "208" - }, - { - "id": "3420", - "name": "Limestone brick", - "examine": "A well carved limestone brick.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "21", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "3421", - "name": "Limestone brick", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3422", - "name": "Olive oil(4)", - "examine": "4 doses of olive oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "3423", - "name": "Olive oil(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3424", - "name": "Olive oil(3)", - "examine": "3 doses of olive oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "3425", - "name": "Olive oil(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3426", - "name": "Olive oil(2)", - "examine": "2 doses of olive oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "3427", - "name": "Olive oil(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3428", - "name": "Olive oil(1)", - "examine": "1 dose of olive oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "3429", - "name": "Olive oil(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3430", - "name": "Sacred oil(4)", - "examine": "Sacred oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3431", - "name": "Sacred oil(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3432", - "name": "Sacred oil(3)", - "examine": "Sacred oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3433", - "name": "Sacred oil(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3434", - "name": "Sacred oil(2)", - "examine": "Sacred oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3435", - "name": "Sacred oil(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3436", - "name": "Sacred oil(1)", - "examine": "Sacred oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3437", - "name": "Sacred oil(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3438", - "name": "Pyre logs", - "examine": "Funeral logs used for burning loars.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "25000", - "tradeable": "true" + "examine": "A number of wooden logs.", + "grand_exchange_price": "120", + "durability": null, + "name": "Logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1511" }, { - "id": "3439", - "name": "Pyre logs", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "3440", - "name": "Oak pyre logs", - "examine": "Oak logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", + "grand_exchange_price": "279", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3441", - "name": "Oak pyre logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3442", - "name": "Willow pyre logs", - "examine": "Willow logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", + "name": "Logs", "tradeable": "true", - "weight": "1.3" + "archery_ticket_price": "0", + "id": "1512" }, { - "id": "3443", - "name": "Willow pyre logs", - "archery_ticket_price": "0", + "ge_buy_limit": "25000", + "examine": "Logs cut from a magic tree.", + "grand_exchange_price": "680", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3444", - "name": "Maple pyre logs", - "examine": "Maple logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", + "name": "Magic logs", "tradeable": "true", - "weight": "1.3" + "weight": "2", + "archery_ticket_price": "0", + "id": "1513" }, { - "id": "3445", - "name": "Maple pyre logs", - "archery_ticket_price": "0", + "ge_buy_limit": "25000", + "grand_exchange_price": "1581", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3446", - "name": "Yew pyre logs", - "examine": "Yew logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", + "name": "Magic logs", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1514" }, { - "id": "3447", - "name": "Yew pyre logs", - "archery_ticket_price": "0", + "ge_buy_limit": "25000", + "examine": "Logs cut from a yew tree.", + "grand_exchange_price": "320", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3448", - "name": "Magic pyre logs", - "examine": "Magic logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", + "name": "Yew logs", "tradeable": "true", - "weight": "1.3" + "weight": "2", + "archery_ticket_price": "0", + "id": "1515" }, { - "id": "3449", - "name": "Magic pyre logs", - "archery_ticket_price": "0", + "ge_buy_limit": "25000", + "grand_exchange_price": "532", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3450", - "name": "Bronze key red", - "examine": "A bronze key with a blood-red painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3451", - "name": "Bronze key brown", - "examine": "A bronze key with a brown painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3452", - "name": "Bronze key crimson", - "examine": "A bronze key with a crimson painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3453", - "name": "Bronze key black", - "examine": "A bronze key with a black painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3454", - "name": "Bronze key purple", - "examine": "A bronze key with a purple painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3455", - "name": "Steel key red", - "examine": "A steel key with a blood-red painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3456", - "name": "Steel key brown", - "examine": "A steel key with a brown painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3457", - "name": "Steel key crimson", - "examine": "A steel key with a crimson painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3458", - "name": "Steel key black", - "examine": "A steel key with a black painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3459", - "name": "Steel key purple", - "examine": "A steel key with a purple painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3460", - "name": "Black key red", - "examine": "A black key with a blood-red painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3461", - "name": "Black key brown", - "examine": "A black key with a brown painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3462", - "name": "Black key crimson", - "examine": "A black key with a crimson painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3463", - "name": "Black key black", - "examine": "A black key with a black painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3464", - "name": "Black key purple", - "examine": "A black key with a purple painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3465", - "name": "Silver key red", - "examine": "A silver key with a blood-red painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3466", - "name": "Silver key brown", - "examine": "A silver key with a brown painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3467", - "name": "Silver key crimson", - "examine": "A silver key with a crimson painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3468", - "name": "Silver key black", - "examine": "A silver key with a black painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3469", - "name": "Silver key purple", - "examine": "A silver key with a purple painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3470", - "name": "Fine cloth", - "examine": "Amazingly untouched by time.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", + "name": "Yew logs", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1516" }, { - "id": "3471", - "name": "Fine cloth", - "archery_ticket_price": "0", + "ge_buy_limit": "25000", + "examine": "Logs cut from a maple tree.", + "grand_exchange_price": "160", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3472", - "name": "Black plateskirt (t)", - "examine": "Black plateskirt with trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,10}", + "name": "Maple logs", "tradeable": "true", - "weight": "8" + "weight": "2", + "archery_ticket_price": "0", + "id": "1517" }, { - "id": "3473", - "name": "Black plateskirt (g)", - "examine": "Black plateskirt with gold trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", + "ge_buy_limit": "25000", + "grand_exchange_price": "20", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,10}", + "name": "Maple logs", "tradeable": "true", - "weight": "9" + "archery_ticket_price": "0", + "id": "1518" }, { - "id": "3474", - "name": "Adam plateskirt (t)", - "examine": "Adamant plateskirt with trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", + "ge_buy_limit": "25000", + "examine": "Logs cut from a willow tree.", + "grand_exchange_price": "80", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,30}", + "name": "Willow logs", "tradeable": "true", - "weight": "9" + "weight": "2", + "archery_ticket_price": "0", + "id": "1519" }, { - "id": "3475", - "name": "Adam plateskirt (g)", - "examine": "Adamant plateskirt with gold trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", + "ge_buy_limit": "25000", + "grand_exchange_price": "11", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,30}", + "name": "Willow logs", "tradeable": "true", - "weight": "9" + "archery_ticket_price": "0", + "id": "1520" }, { - "id": "3476", - "name": "Rune plateskirt (g)", - "examine": "Rune plateskirt with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", + "ge_buy_limit": "25000", + "examine": "Logs cut from an Oak Tree.", + "grand_exchange_price": "140", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", + "name": "Oak logs", "tradeable": "true", - "weight": "9" + "weight": "2", + "archery_ticket_price": "0", + "id": "1521" }, { - "id": "3477", - "name": "Rune plateskirt (t)", - "examine": "Rune plateskirt with trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", + "ge_buy_limit": "25000", + "grand_exchange_price": "153", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "shop_price": "81280", + "name": "Oak logs", "tradeable": "true", - "weight": "8" - }, - { - "id": "3478", - "name": "Zamorak plateskirt", - "examine": "Rune plateskirt in the colours of Zamorak.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "3479", - "name": "Saradomin plateskirt", - "examine": "Rune plateskirt in the colours of Saradomin.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "3480", - "name": "Guthix plateskirt", - "examine": "Rune plateskirt in the colours of Guthix.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "3481", - "name": "Gilded platebody", - "examine": "Rune platebody with complete gold trim & plating.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3482", - "name": "Gilded platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3483", - "name": "Gilded platelegs", - "examine": "Rune platelegs with gold plate.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "3484", - "name": "Gilded platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3485", - "name": "Gilded plateskirt", - "examine": "Rune plateskirt with gold plate.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "3486", - "name": "Gilded full helm", - "examine": "Rune full helmet with gold plate.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3487", - "name": "Gilded full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3488", - "name": "Gilded kiteshield", - "examine": "Rune kiteshield with gold plate.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "3489", - "name": "Gilded kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3490", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3491", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3492", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3493", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3494", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3495", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3496", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3497", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3498", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3499", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3500", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3501", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3502", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3503", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3504", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3505", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3506", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3507", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3508", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3509", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3510", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3511", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3512", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3513", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3514", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3515", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3516", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3517", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3518", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3519", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3520", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3521", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3522", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3523", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3524", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3525", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3526", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3527", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3528", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3529", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3530", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3531", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3532", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3533", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3534", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3535", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3536", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3537", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3538", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3539", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3540", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3541", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3542", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3543", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3544", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3545", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3546", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3547", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3548", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3549", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3550", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3551", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3552", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3553", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3554", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3555", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3556", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3557", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3558", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3559", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3560", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3561", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3562", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3563", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3564", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3565", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3566", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3567", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3568", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3569", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3570", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3571", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3572", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3573", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3574", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3575", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3576", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3577", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3578", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3579", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3580", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3581", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3582", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3583", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3584", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3585", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3586", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3587", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3588", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3589", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3590", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3591", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3592", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3593", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3594", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3595", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3596", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3597", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3598", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3599", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3600", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3601", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3602", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3603", - "name": "Casket", - "examine": "I hope there's treasure in it.", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" + "id": "1522" }, { - "id": "3604", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3605", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3607", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3609", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3610", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3611", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3612", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3613", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3614", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3615", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3616", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3617", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3618", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3668", - "name": "Black plateskirt (t)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3669", - "name": "Black plateskirt (g)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3670", - "name": "Adam plateskirt (t)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3671", - "name": "Adam plateskirt (g)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3672", - "name": "Rune plateskirt (g)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3673", - "name": "Rune plateskirt (t)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3674", - "name": "Zamorak plateskirt", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3675", - "name": "Saradomin plateskirt", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3676", - "name": "Guthix plateskirt", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3677", - "name": "Gilded plateskirt", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3678", - "name": "Flamtaer hammer", - "examine": "An exquisitely shaped tool specially designed for fixing temples.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "13000", - "weight": "1.3" - }, - { - "id": "3685", - "name": "Picture", - "examine": "A sealed letter of recommendation.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3688", - "name": "Unstrung lyre", - "examine": "It's almost a musical instrument.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "3689", - "name": "Lyre", - "examine": "A musical intrument that I can magically play.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "3690", - "name": "Enchanted lyre", - "examine": "This will teleport me to Rellekka when I play it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "3691", - "name": "Enchanted lyre(1)", - "examine": "This will teleport me to Rellekka when I play it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "3692", - "name": "Branch", - "examine": "I can use this to make a lyre.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "3693", - "name": "Golden fleece", - "examine": "I can spin this into golden wool.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1000", - "weight": "1" - }, - { - "id": "3694", - "name": "Golden wool", - "examine": "I can use this to make a lyre.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "3695", - "name": "Pet rock", - "examine": "The lowest maintenance pet you will ever have.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "792", - "run_anim": "6660", - "stand_anim": "6657", - "stand_turn_anim": "6661", - "turn180_anim": "6659", - "turn90ccw_anim": "6663", - "turn90cw_anim": "6662", - "two_handed": "true", - "walk_anim": "6658", - "weight": "1" - }, - { - "id": "3696", - "name": "Hunters' talisman", - "examine": "Talisman to bind the Draugen.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3697", - "name": "Hunters' talisman", - "examine": "Talisman to bind the Draugen.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3698", - "name": "Exotic flower", - "examine": "Some flowers from a distant land.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "3699", - "name": "Fremennik ballad", - "examine": "A hauntingly beautiful love ballad.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3700", - "name": "Sturdy boots", - "examine": "A pair of sturdy made custom boots.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3701", - "name": "Tracking map", - "examine": "Could probably be a bit clearer?", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3702", - "name": "Custom bow string", - "examine": "A finely crafted string for a custom bow", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3703", - "name": "Unusual fish", - "examine": "An extremely odd, non-edible fish.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3704", - "name": "Sea fishing map", - "examine": "Map showing the best fishing spots out at sea.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3705", - "name": "Weather forecast", - "examine": "An estimate of expected local weather conditions.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3706", - "name": "Champions token", - "examine": "Shows the wearer is worthy of the Champions table.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3707", - "name": "Legendary cocktail", - "examine": "Probably the greatest cocktail in the world.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3708", - "name": "Fiscal statement", - "examine": "A signed statement promising a reduction on sales tax.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3709", - "name": "Promissory note", - "examine": "A legally binding contract promising not to enter the longhall.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3710", - "name": "Warriors' contract", - "examine": "This employment contract is for a warrior to act as a bodyguard.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3711", - "name": "Keg of beer", - "examine": "A lot of beer in a barrel.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "325", - "tradeable": "true", - "weight": "20" - }, - { - "id": "3712", - "name": "Low alcohol keg", - "examine": "Suspiciously close to beer, but without the side effects.", - "archery_ticket_price": "0", - "durability": null, - "weight": "20" - }, - { - "id": "3713", - "name": "Strange object", - "examine": "It's some kind of weird little parcel thing.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3714", - "name": "Lit strange object", - "examine": "It's some kind of weird little parcel thing.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3715", - "name": "Picture", - "examine": "A red coloured disk, apparently made out of wood.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3716", - "name": "Picture", - "examine": "A red coloured disk, apparently made out of wood.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3718", - "name": "Magnet", - "examine": "A very attractive magnet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3719", - "name": "Thread", - "examine": "Some blue thread.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3720", - "name": "Pick", - "examine": "A small pick for cracking small objects.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3721", - "name": "Ship toy", - "examine": "Might be fun to play with in the bath.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3722", - "name": "Full bucket", - "examine": "It's a bucket of salty water.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3723", - "name": "4/5ths full bucket", - "examine": "This bucket is eighty percent full. It has a 5 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3724", - "name": "3/5ths full bucket", - "examine": "This bucket is sixty percent full. It has a 5 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3725", - "name": "2/5ths full bucket", - "examine": "This bucket is forty percent full. It has a 5 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3726", - "name": "1/5ths full bucket", - "examine": "This bucket is twenty percent full. It has a 5 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3727", - "name": "Empty bucket", - "examine": "It's an empty bucket.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "3728", - "name": "Frozen bucket", - "examine": "This bucket of water is frozen solid.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3729", - "name": "Full jug", - "examine": "This jug is completely full. It has a 3 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3730", - "name": "2/3rds full jug", - "examine": "This jug is two thirds full. It has a 3 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3731", - "name": "1/3rds full jug", - "examine": "This jug is one third full. It has a 3 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3732", - "name": "Empty jug", - "examine": "This jug is empty.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "1", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "3733", - "name": "Frozen jug", - "examine": "This jug of water is frozen solid.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3734", - "name": "Vase", - "examine": "An unusually shaped vase. You can see something glinting inside.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3735", - "name": "Vase of water", - "examine": "An unusually shaped vase full of water. You can see something glinting inside.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3736", - "name": "Frozen vase", - "examine": "An unusually shaped vase full of ice. You can see something glinting inside.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3737", - "name": "Vase lid", - "examine": "This looks like a lid to some kind of container.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "3738", - "name": "Sealed vase", - "examine": "The lid is screwed on tightly. ", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3739", - "name": "Sealed vase", - "examine": "The lid is screwed on tightly. It is full of water.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3740", - "name": "Sealed vase", - "examine": "The lid is screwed on tightly. It is very cold. ", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3741", - "name": "Frozen key", - "examine": "A small, cold key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3742", - "name": "Red herring", - "examine": "The colouring on it seems to be some kind of sticky goop.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3743", - "name": "Red disk", - "examine": "A red coloured disk, apparently made out of wood.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3744", - "name": "Wooden disk", - "examine": "A simple looking disk made of wood.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3745", - "name": "Seer's key", - "examine": "The key to leave the Seer's house.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "shop_price": "27", - "tradeable": "false" - }, - { - "id": "3746", - "name": "Sticky red goop", - "examine": "Yup, it's sticky, it's red and it's goop.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "3747", - "name": "Sticky red goop", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3748", - "name": "Fremennik helm", - "examine": "A sturdy helm worn only by Fremennik clan members.", - "absorb": "1,0,2", - "alchemizable": "true", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "2.7" - }, - { - "id": "3749", - "name": "Archer helm", - "examine": "This helmet is worn by archers.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", + "shop_price": "20", "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,45}", - "shop_price": "78000", + "examine": "For picking tough locks.", + "grand_exchange_price": "1311", + "durability": null, + "name": "Lockpick", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "1523" }, { - "id": "3750", - "name": "Archer helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3751", - "name": "Berserker helm", - "examine": "This helmet is worn by berserkers.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0", + "grand_exchange_price": "1311", "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,45}", - "shop_price": "78000", + "name": "Lockpick", "tradeable": "true", - "weight": "2.7" - }, - { - "id": "3752", - "name": "Berserker helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3753", - "name": "Warrior helm", - "examine": "This helm is worn by warriors.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,45}", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "3754", - "name": "Warrior helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3755", - "name": "Farseer helm", - "examine": "This helm is worn by farseers.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,45}", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "3756", - "name": "Farseer helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3757", - "name": "Fremennik blade", - "examine": "A sword used only by Fremennik warriors.", - "alchemizable": "true", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "3758", - "name": "Fremennik shield", - "examine": "A shield worn by Fremennik warriors.", - "alchemizable": "true", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "5", - "weight": "2.2" - }, - { - "id": "3759", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3760", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3761", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3762", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3763", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3764", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3765", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3766", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3767", - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3768", - "name": "Fremennik shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3769", - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3770", - "name": "Fremennik shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3771", - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3772", - "name": "Fremennik shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3773", - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3774", - "name": "Fremennik shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3775", - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3776", - "name": "Fremennik shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3777", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3778", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3779", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3780", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3781", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3782", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3783", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3784", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3785", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3786", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3787", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3788", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3789", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3790", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3791", - "name": "Fremennik boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3792", - "name": "Fremennik boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3793", - "name": "Fremennik robe", - "examine": "The latest fashion of Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "3794", - "name": "Fremennik robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3795", - "name": "Fremennik skirt", - "examine": "The latest fashion of Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "3796", - "name": "Fremennik skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3797", - "name": "Fremennik hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "3798", - "name": "Fremennik hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3799", - "name": "Gloves", - "examine": "These will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "3800", - "name": "Gloves", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" + "id": "1524" }, { - "id": "3801", - "name": "Keg of beer", - "examine": "A lot of beer in a barrel. Beer in a barrel - a specialty of the Fremennik Province.", - "archery_ticket_price": "0", + "examine": "I need to clean this herb before I can use it.", "durability": null, - "ge_buy_limit": "100", - "shop_price": "325", - "tradeable": "true", - "weight": "20" - }, - { - "id": "3802", - "name": "Keg of beer", + "name": "Grimy snake weed", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1525" }, { - "id": "3803", - "name": "Beer", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", + "examine": "A fresh herb.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "3804", - "name": "Beer", + "name": "Clean snake weed", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1526" }, { - "id": "3805", - "name": "Tankard", - "examine": "A big cup for a big thirst.", - "archery_ticket_price": "0", + "examine": "I need to clean this herb before I can use it.", "durability": null, - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "3806", - "name": "Tankard", + "name": "Grimy ardrigal", + "weight": "0.2", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "1527" }, { - "id": "3827", - "name": "Saradomin page 1", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "A fresh herb.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3828", - "name": "Saradomin page 2", - "examine": "This seems to have been torn from a book...", + "name": "Clean ardrigal", + "weight": "0.2", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1528" }, { - "id": "3829", - "name": "Saradomin page 3", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "I need to clean this herb before I can use it.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3830", - "name": "Saradomin page 4", - "examine": "This seems to have been torn from a book...", + "name": "Grimy sito foil", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1529" }, { - "id": "3831", - "name": "Zamorak page 1", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "A fresh herb.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3832", - "name": "Zamorak page 2", - "examine": "This seems to have been torn from a book...", + "name": "Clean sito foil", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1530" }, { - "id": "3833", - "name": "Zamorak page 3", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "I need to clean this herb before I can use it.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3834", - "name": "Zamorak page 4", - "examine": "This seems to have been torn from a book...", + "name": "Grimy volencia moss", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1531" }, { - "id": "3835", - "name": "Guthix page 1", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "A fresh herb.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3836", - "name": "Guthix page 2", - "examine": "This seems to have been torn from a book...", + "name": "Clean volencia moss", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1532" }, { - "id": "3837", - "name": "Guthix page 3", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "I need to clean this herb before I can use it.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3838", - "name": "Guthix page 4", - "examine": "This seems to have been torn from a book...", + "name": "Grimy rogue's purse", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1533" }, { - "id": "3839", - "name": "Damaged book", - "examine": "An incomplete book of Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "examine": "A fresh herb.", "durability": null, - "equipment_slot": "5", - "shop_price": "5000", - "weight": "1" - }, - { - "id": "3840", - "name": "Holy book", - "examine": "The Holy book of Saradomin.", + "name": "Clean rogue's purse", "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,8,8,8,8,8,8,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "shop_price": "5000", - "weight": "1" + "id": "1534" }, { - "id": "3841", - "name": "Damaged book", - "examine": "An incomplete book of Zamorak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "examine": "A piece of map.", "durability": null, - "equipment_slot": "5", - "shop_price": "5000", - "weight": "1" - }, - { - "id": "3842", - "name": "Unholy book", - "examine": "The unholy book of Zamorak.", + "name": "Map part", "archery_ticket_price": "0", - "bonuses": "8,8,8,8,8,0,0,0,0,0,0,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "weight": "1" + "id": "1535" }, { - "id": "3843", - "name": "Damaged book", - "examine": "An incomplete book of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "examine": "A piece of map.", "durability": null, - "equipment_slot": "5", - "shop_price": "5000", - "weight": "1" - }, - { - "id": "3844", - "name": "Book of balance", - "examine": "The holy book of Guthix.", + "name": "Map part", "archery_ticket_price": "0", - "bonuses": "4,4,4,4,4,4,4,4,4,4,4,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "weight": "1" - }, - { - "id": "3845", - "name": "Journal", - "examine": "A daily journal.", - "tradeable": "false", - "weight": "0.5" - }, - { - "id": "3846", - "name": "Diary", - "examine": "Someone's Diary.", - "tradeable": "false", - "weight": "0.5" + "id": "1536" }, { - "id": "3847", - "name": "Manual", - "examine": "Looks like some kind of manual.", - "archery_ticket_price": "0", + "examine": "A piece of map.", "durability": null, - "tradeable": "false", - "weight": "0.5" - }, - { - "id": "3848", - "name": "Lighthouse key", - "examine": "A key to the front door of the lighthouse.", + "name": "Map part", "archery_ticket_price": "0", - "durability": null + "id": "1537" }, { - "id": "3849", - "name": "Rusty casket", - "examine": "Looks old and rusty...", - "archery_ticket_price": "0", - "destroy": "true", + "examine": "A map of the route to Crandor.", "durability": null, - "tradeable": "false", - "weight": "5" - }, - { - "id": "3852", - "name": "Unholy symbol", + "name": "Crandor map", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "1538" }, { - "id": "3853", - "name": "Games necklace(8)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", + "shop_price": "52", "ge_buy_limit": "10000", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3854", - "name": "Games necklace(8)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3855", - "name": "Games necklace(7)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3856", - "name": "Games necklace(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3857", - "name": "Games necklace(6)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3858", - "name": "Games necklace(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3859", - "name": "Games necklace(5)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3860", - "name": "Games necklace(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3861", - "name": "Games necklace(4)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3862", - "name": "Games necklace(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3863", - "name": "Games necklace(3)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3864", - "name": "Games necklace(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3865", - "name": "Games necklace(2)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3866", - "name": "Games necklace(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3867", - "name": "Games necklace(1)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "10000", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3868", - "name": "Games necklace(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3893", - "name": "Stool", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "3894", - "name": "Awful anthem", - "examine": "It's not very good.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3895", - "name": "Good anthem", - "examine": "Much better.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3896", - "name": "Treaty", - "examine": "Just needs the King's signature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3897", - "name": "Giant nib", - "examine": "For making a giant pen.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3898", - "name": "Giant pen", - "examine": "The king should be able to use this.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3899", - "name": "Iron sickle", - "examine": "Not as good as a pet frog.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0", - "durability": null, - "equipment_slot": "3", - "shop_price": "15", - "weapon_interface": "6", - "weight": "1.6" - }, - { - "id": "3901", - "name": "Ghrim's book", - "examine": "Managing Thine Kingdom for Noobes by A. Ghrim.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4001", - "name": "Hardy gout tuber", - "examine": "A pile of gout tubers suitable for use in mountainous terrain.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4002", - "name": "Spare controls", - "examine": "It looks like some kind of control panel.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "4004", - "name": "Gnome royal seal", - "examine": "It's the official Gnome Royal Seal, signed by King Narode Shareen.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4005", - "name": "Narnode's orders", - "examine": "Unreadable orders handwritten by King Narnode Shareen.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160" - }, - { - "id": "4006", - "name": "Monkey dentures", - "examine": "Magical monkey talking dentures! What more can we say? Ook!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "weight": "0.2" - }, - { - "id": "4007", - "name": "Enchanted bar", - "examine": "A gold bar with a talkative monkey spirit.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4008", - "name": "Eye of gnome", - "examine": "It's... the eye of a gnome! Now what on earth could one do with this?", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3", - "weight": "1" - }, - { - "id": "4009", - "name": "Eye of gnome", - "examine": "It's... the eye of a gnome! Now what on earth could one do with this?", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3", - "weight": "1" - }, - { - "id": "4012", - "name": "Monkey nuts", - "examine": "They are Monkey Nuts. Yummy.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3" - }, - { - "id": "4014", - "name": "Monkey bar", - "examine": "It's a monkey bar. It looks highly nutritious.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50" - }, - { - "id": "4016", - "name": "Banana stew", - "examine": "It's a bowl full of mushy banana", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "300" - }, - { - "id": "4020", - "name": "M'amulet mould", - "examine": "It's an amulet mould shaped like a monkey head.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4021", - "name": "M'speak amulet", - "examine": "It's an Amulet of Monkey Speak. It makes vague chattering noises.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "1.3" - }, - { - "id": "4022", - "name": "M'speak amulet", - "examine": "It's an unstrung Amulet of Monkey Speak. It makes vague chattering noises.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4023", - "name": "Monkey talisman", - "examine": "A magic talisman in shape of a monkey head.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1000", - "weight": "1.25" - }, - { - "id": "4024", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4025", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4026", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4027", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4028", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4029", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4030", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4031", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4032", - "name": "Dummy", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4034", - "name": "Monkey skull", - "examine": "It's a very ancient skull from some kind of ape.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4035", - "name": "10th squad sigil", - "examine": "It is the official sigil of the 10th squad of the Royal Guard.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "4037", - "name": "Saradomin banner", - "examine": "The Holy Team Standard", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "tradeable": "false", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "4038", - "name": "Saradomin banner", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "4039", - "name": "Zamorak banner", - "examine": "The Zamorak team's flag.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "tradeable": "false", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" - }, - { - "id": "4040", - "name": "Zamorak banner", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "4041", - "name": "Hooded cloak", - "examine": "The colours of Saradomin/Zamorak.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "1" - }, - { - "id": "4042", - "name": "Hooded cloak", - "examine": "The colours of Saradomin/Zamorak.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "1" - }, - { - "id": "4044", - "name": "Rock", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4045", - "name": "Explosive potion", - "examine": "I could use this to destroy things...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4046", - "name": "Explosive potion", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4047", - "name": "Climbing rope", - "examine": "A coil of rope.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4048", - "name": "Climbing rope", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4049", - "name": "Bandages", - "examine": "A box of bandages for healing.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4050", - "name": "Bandages", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4051", - "name": "Toolkit", - "examine": "Good for repairing a broken cannon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4052", - "name": "Toolkit", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4053", - "name": "Barricade", - "examine": "Handy for hindering the enemy team's movement.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4054", - "name": "Barricade", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4055", - "name": "Castlewars manual", - "examine": "It's a manual for Castle Wars", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5", - "weight": "1" - }, - { - "id": "4067", - "name": "Castle wars ticket", - "examine": "I can exchange these for further items.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4068", - "name": "Decorative sword", - "examine": "A very decorative sword.", - "archery_ticket_price": "0", - "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0", - "castle_wars_ticket_price": "5", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "59", "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1", - "requirements": "{0,5}", - "run_anim": "824", - "shop_price": "50", - "stand_anim": "808", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "4069", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", - "castle_wars_ticket_price": "8", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,5}" - }, - { - "id": "4070", - "name": "Decorative armour", + "name": "Steel nails", + "tradeable": "true", "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0", - "castle_wars_ticket_price": "6", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,5}" + "id": "1539" }, { - "id": "4071", - "name": "Decorative helm", - "examine": "A very decorative helm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0", - "castle_wars_ticket_price": "4", + "ge_buy_limit": "100", + "examine": "This provides partial protection from dragon-breath attacks.", + "grand_exchange_price": "637", "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,5}", - "shop_price": "40", - "weight": "1" - }, - { - "id": "4072", - "name": "Decorative shield", - "examine": "A very decorative shield.", + "name": "Anti-dragon shield", + "tradeable": "true", + "weight": "5.4", "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "castle_wars_ticket_price": "6", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "60" - }, - { - "id": "4073", - "name": "Damp tinderbox", - "examine": "Not so useful for lighting a fire.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4074", - "name": "Damp tinderbox", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4075", - "name": "Glowing fungus", - "examine": "A bizarre fungus. It glows with a pale blue light.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4077", - "name": "Crystal-mine key", - "examine": "Abandoned Mine key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4078", - "name": "Zealot's key", - "examine": "I stole this from a Saradominist I met South of Mort'ton.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4079", - "name": "Yo-yo", - "examine": "A gift from Santa.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4081", - "name": "Salve amulet", - "examine": "Increases the wearer's strength and accuracy by 15% when fighting the undead.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0", - "durability": null, - "equipment_slot": "2", - "weight": "0.6" - }, - { - "id": "4082", - "name": "Salve shard", - "examine": "An unstrung crystal imbued with the power of Saradomin.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4083", - "name": "Sled", - "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4084", - "name": "Sled", - "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3", - "render_anim": "1119", - "run_anim": "1468", - "stand_anim": "1461", - "stand_turn_anim": "1468", - "turn180_anim": "1468", - "turn90ccw_anim": "1468", - "turn90cw_anim": "1468", - "two_handed": "true", - "walk_anim": "1468" - }, - { - "id": "4085", - "name": "Wax", - "examine": "I can use this to wax my sled.", - "archery_ticket_price": "0", - "durability": null, + "id": "1540", + "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0", "equipment_slot": "5" }, { - "id": "4086", - "name": "Trollweiss", - "examine": "These pale flowers have a pungent odour.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "637", "durability": null, - "equipment_slot": "3", - "weapon_interface": "12" - }, - { - "id": "4087", - "name": "Dragon platelegs", - "examine": "Looks pretty heavy.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,60}", + "name": "Anti-dragon shield", "tradeable": "true", - "weight": "9" - }, - { - "id": "4088", - "name": "Dragon platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4089", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": true, - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4090", - "name": "Mystic hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4091", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "120000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "4092", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4093", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "80000", - "tradeable": "true" - }, - { - "id": "4094", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4095", - "name": "Mystic gloves", - "examine": "Magical gloves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4096", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4097", - "name": "Mystic boots", - "examine": "Magical boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4098", - "name": "Mystic boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4099", - "name": "Mystic hat", - "examine": "Black: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": true, - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4100", - "name": "Mystic hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4101", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "120000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "4102", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4103", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "80000", - "tradeable": "true" - }, - { - "id": "4104", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4105", - "name": "Mystic gloves", - "examine": "Dark magical gloves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4106", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4107", - "name": "Mystic boots", - "examine": "Magical boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4108", - "name": "Mystic boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4109", - "name": "Mystic hat", - "examine": "White: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": true, - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4110", - "name": "Mystic hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4111", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "120000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "4112", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4113", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "80000", - "tradeable": "true" - }, - { - "id": "4114", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4115", - "name": "Mystic gloves", - "examine": "Bright magical gloves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4116", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4117", - "name": "Mystic boots", - "examine": "Magical boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4118", - "name": "Mystic boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4119", - "name": "Bronze boots", - "examine": "These will protect my feet.", "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4120", - "name": "Bronze boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4121", - "name": "Iron boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4122", - "name": "Iron boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4123", - "name": "Steel boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,5,6,7,0,0,5,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,5}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4124", - "name": "Steel boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1541" }, { - "id": "4125", - "name": "Black boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,0,0,0", + "shop_price": "1", + "examine": "A key to Melzar's Maze.", "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4126", - "name": "Black boots", + "name": "Maze key", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1542" }, { - "id": "4127", - "name": "Mithril boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,20}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4128", - "name": "Mithril boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4129", - "name": "Adamant boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4130", - "name": "Adamant boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4131", - "name": "Rune boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4132", - "name": "Rune boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4133", - "name": "Crawling hand", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4134", - "name": "Cave crawler", - "examine": "A spiky crawling critter. (level 23) Not very tasty-looking. (level 138)", - "archery_ticket_price": "0", - "attack_speed": "3", - "durability": null - }, - { - "id": "4135", - "name": "Banshee", - "examine": "A tortured screaming soul.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4136", - "name": "Rockslug", - "examine": "The slime of evil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4137", - "name": "Cockatrice", - "examine": "The winged reptile.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4138", - "name": "Pyrefiend", - "examine": "A small fire demon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4139", - "name": "Basilisk", - "examine": "The eyes of evil.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4140", - "name": "Infernal mage", - "examine": "An evil magic user.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4141", - "name": "Bloodveld", - "examine": "The tongue of evil.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4142", - "name": "Jelly", - "examine": "• Needs cream.....• Wibbly.• Wobbly...• There's always room for jelly.• Doesn't look so tough...• Looks scared to see me.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4143", - "name": "Turoth", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4144", - "name": "Abberant spectre", - "examine": "A very smelly ghost.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4145", - "name": "Dust devil", - "examine": "The vacuumed face of evil.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4146", - "name": "Kurask", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4147", - "name": "Gargoyle", - "examine": "Flies like a rock.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4148", - "name": "Nechryael", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4149", - "name": "Abyssal demon", - "examine": "A denizen of the Abyss!", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4150", - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,28,0,0", - "durability": null, - "shop_price": "90" - }, - { - "id": "4151", - "name": "Abyssal whip", - "examine": "A weapon from the Abyss.", - "archery_ticket_price": "0", - "attack_anims": "1658,1658,1658,1658", - "attack_audios": "2720,0,0,0", - "attack_speed": "4", - "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0", - "defence_anim": "1659", - "durability": null, - "equip_audio": "2249", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "620", - "requirements": "{0,70}", - "run_anim": "1661", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1660", - "weapon_interface": "11", - "weight": "0.45" - }, - { - "id": "4152", - "name": "Abyssal whip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4153", - "name": "Granite maul", - "examine": "Simplicity is the best weapon.", - "archery_ticket_price": "0", - "attack_anims": "1665,1665,1665,1665", - "attack_audios": "2714,0,0,0", - "attack_speed": "7", - "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0", - "defence_anim": "1666", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "27", - "requirements": "{0,50}-{2,50}", - "run_anim": "1664", - "stand_anim": "1662", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1663", - "turn90ccw_anim": "1663", - "turn90cw_anim": "1663", - "two_handed": "true", - "walk_anim": "1663", - "weapon_interface": "10", - "weight": "4.5" - }, - { - "id": "4154", - "name": "Granite maul", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4155", - "name": "Enchanted gem", - "examine": "I can contact the Slayer Masters with this.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "4156", - "name": "Mirror shield", - "examine": "I can just about see things in this shield's reflection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,5,5,10,5,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,20}-{18,25}", - "shop_price": "5000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "4157", - "name": "Mirror shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4158", - "name": "Leaf-bladed spear", - "examine": "A spear with a leaf-shaped point.", - "alchemizable": "true", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "47,42,36,0,0,1,1,0,0,0,0,50,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,55}-{18,50}", - "run_anim": "1210", - "shop_price": "31000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "4159", - "name": "Leaf-bladed spear", - "examine": "A spear with a leaf-shaped point.", - "archery_ticket_price": "0", - "attack_speed": "5", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "requirements": "{0,55}-{18,50}", - "shop_price": "31000", - "weight": "2" - }, - { - "id": "4160", - "name": "Broad arrow", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "requirements": "{18,55}-{4,50}", - "shop_price": "90" - }, - { - "id": "4161", - "name": "Bag of salt", - "examine": "A bag of salt.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "4162", - "name": "Rock hammer", - "examine": "I can even smash stone with this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "500", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "4163", - "name": "Rock hammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4164", - "name": "Face mask", - "examine": "Stops me breathing in too much dust.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{18,10}", - "shop_price": "200", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "4165", - "name": "Face mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4166", - "name": "Earmuffs", - "examine": "These will protect my ears from loud noise.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{18,15}", - "shop_price": "200", - "tradeable": "true", - "weight": "2.6" - }, - { - "id": "4167", - "name": "Earmuffs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4168", - "name": "Nose peg", - "examine": "Protects me from any bad smells.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{18,60}", - "shop_price": "200", - "tradeable": "true", - "weight": "8" - }, - { - "id": "4169", - "name": "Nose peg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4170", - "name": "Slayer's staff", - "examine": "An old and magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "7,-1,25,12,0,2,3,1,10,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{18,55}-{6,50}", - "run_anim": "1210", - "shop_price": "21000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1.8" - }, - { - "id": "4171", - "name": "Slayer's staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4172", - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "13", - "shop_price": "90" - }, - { - "id": "4173", - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "13", - "shop_price": "90" - }, - { - "id": "4174", - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "13", - "shop_price": "90" - }, - { - "id": "4175", - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "13", - "shop_price": "90" - }, - { - "id": "4178", - "name": "Abyssal whip", - "examine": "A weapon from the Abyss.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0", - "durability": null, - "lendable": "true", - "rare_item": "true", - "render_anim": "620", - "tradeable": "true", - "weight": "0.45" - }, - { - "id": "4179", - "name": "Stick", - "examine": "For playing fetch with.", - "archery_ticket_price": "0", - "attack_speed": "6", + "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.", + "examine": "A very pointy stick.", "durability": null, - "lendable": "false", + "name": "Stake", "tradeable": "false", - "weight": "0.01" - }, - { - "id": "4180", - "name": "Dragon platelegs", - "examine": "Looks pretty heavy.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "durability": null, - "lendable": "true", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4181", - "name": "Mouth grip", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4182", - "name": "Goutweed", - "examine": "A pale, tough looking herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4183", - "name": "Star amulet", - "examine": "A six-pointed marble and obsidian amulet", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4184", - "name": "Cavern key", - "examine": "Upon close examination, this seems to be a key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4185", - "name": "Tower key", - "examine": "Upon close examination, this seems to be a key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4186", - "name": "Shed key", - "examine": "Upon close examination, this seems to be a key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4187", - "name": "Marble amulet", - "examine": "Triangular in shape, made from marble, and as large as your hand.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4188", - "name": "Obsidian amulet", - "examine": "Triangular in shape, made from obsidian, and as large as your hand.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4189", - "name": "Garden cane", - "examine": "A length of garden cane.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "4190", - "name": "Garden brush", - "examine": "A typical garden brush.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4191", - "name": "Extended brush", - "examine": "A typical garden brush, with a cane tied to it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4192", - "name": "Extended brush", - "examine": "A typical garden brush, with two canes tied to it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4193", - "name": "Extended brush", - "examine": "A typical garden brush, with three canes tied to it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "4195", - "name": "Arms", - "examine": "A pair of limp, dead arms.", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4196", - "name": "Legs", - "examine": "A pair of lifeless, rotting legs.", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4197", - "name": "Decapitated head", - "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "4198", - "name": "Decapitated head", - "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "4199", - "name": "Pickled brain", - "examine": "A pickled brain, submerged inside a jar of vinegar.", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50" - }, - { - "id": "4200", - "name": "Conductor mould", - "examine": "A mould for making silver lightning conductors.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4201", - "name": "Conductor", - "examine": "A silver lightning conductor.", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "4202", - "name": "Ring of charos", - "examine": "The Ring of charos", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.", + "archery_ticket_price": "0", + "id": "1549", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "examine": "Deters vampires.", + "grand_exchange_price": "20", "durability": null, - "equipment_slot": "12", - "tradeable": "false" - }, - { - "id": "4205", - "name": "Consecration seed", - "examine": "This consecration seed looks grey and dead.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4206", - "name": "Consecration seed", - "examine": "This consecration seed looks grey and dead.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4207", - "name": "Crystal seed", - "examine": "This crystal seed looks grey and dead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4208", - "name": "Crystal seed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4209", - "name": "Cadarn lineage", - "examine": "A book on Cadarn clan history.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4212", - "name": "New crystal bow", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", + "name": "Garlic", "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "1550" }, { - "id": "4213", - "name": "New crystal bow", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "20", "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4214", - "name": "Crystal bow full", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4215", - "name": "Crystal bow 9/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,96,0,0,0,0,0,0,0,0,0,68", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4216", - "name": "Crystal bow 8/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,92,0,0,0,0,0,0,0,0,0,66", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4217", - "name": "Crystal bow 7/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,88,0,0,0,0,0,0,0,0,0,64", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4218", - "name": "Crystal bow 6/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,62", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4219", - "name": "Crystal bow 5/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,80,0,0,0,0,0,0,0,0,0,60", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4220", - "name": "Crystal bow 4/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,76,0,0,0,0,0,0,0,0,0,58", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4221", - "name": "Crystal bow 3/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,72,0,0,0,0,0,0,0,0,0,56", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4222", - "name": "Crystal bow 2/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,68,0,0,0,0,0,0,0,0,0,54", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4223", - "name": "Crystal bow 1/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,64,0,0,0,0,0,0,0,0,0,52", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4224", - "name": "New crystal shield", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", + "name": "Garlic", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "1551" }, { - "id": "4225", - "name": "Crystal shield full", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0", + "examine": "Sardine flavoured with doogle leaves.", "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4226", - "name": "Crystal shield 9/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,49,52,51,0,78,68,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4227", - "name": "Crystal shield 8/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,47,50,49,0,76,66,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4228", - "name": "Crystal shield 7/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,45,48,47,0,74,65,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4229", - "name": "Crystal shield 6/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,43,46,45,0,72,63,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4230", - "name": "Crystal shield 5/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,41,44,43,0,70,61,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4231", - "name": "Crystal shield 4/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,39,42,41,0,68,59,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4232", - "name": "Crystal shield 3/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,37,40,39,0,66,58,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4233", - "name": "Crystal shield 2/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,35,38,37,0,64,56,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4234", - "name": "Crystal shield 1/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,33,36,35,0,62,54,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4235", - "name": "New crystal shield", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4236", - "name": "Signed oak bow", - "examine": "This bow has been signed by Robin, Master Bowman.", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,5}", - "two_handed": "true", - "weapon_interface": "16", - "weight": "2" - }, - { - "id": "4237", - "name": "Nettle-water", - "examine": "It's a bowl of water, with some nettles in it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "4239", - "name": "Nettle tea", - "examine": "It's a bowl of nettle tea.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "4240", - "name": "Nettle tea", - "examine": "It's a bowl of milky nettle tea.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "4241", - "name": "Nettles", - "examine": "A handful of nettles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4242", - "name": "Cup of tea", - "examine": "A nice cup of nettle tea.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", + "name": "Doogle sardine", "tradeable": "false", - "weight": "0.1" + "destroy": "true", + "archery_ticket_price": "0", + "id": "1552" }, { - "id": "4243", - "name": "Cup of tea", - "examine": "A milky cup of nettle tea.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1555" }, { - "id": "4244", - "name": "Porcelain cup", - "examine": "A porcelain cup.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4245", - "name": "Cup of tea", - "examine": "Some nettle tea in a porcelain cup.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1556" }, { - "id": "4246", - "name": "Cup of tea", - "examine": "Some milky nettle tea in a porcelain cup.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1557" }, { - "id": "4247", - "name": "Mystical robes", - "examine": "The Robes of Necrovarus.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "weight": "2.3" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1558" }, { - "id": "4248", - "name": "Book of haricanto", - "examine": "The Book of Haricanto.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "weight": "2" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1559" }, { - "id": "4249", - "name": "Translation manual", - "examine": "A translation manual.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "shop_price": "32", - "weight": "1" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1560" }, { - "id": "4250", - "name": "Ghostspeak amulet", - "examine": "The amulet of ghostspeak glows green from the crone's enchantment.", - "archery_ticket_price": "0", + "examine": "This cat definitely likes you.", "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1561" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1562" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1563" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1564" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1565" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1566" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1567" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1568" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1569" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1570" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1571" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1572" + }, + { + "examine": "A tasty herb good for seasoning.", + "durability": null, + "name": "Doogle leaves", + "archery_ticket_price": "0", + "id": "1573" + }, + { + "examine": "For feline training expertise.", + "durability": null, + "name": "Cat training medal", + "archery_ticket_price": "0", + "id": "1575", "equipment_slot": "2" }, { - "id": "4251", - "name": "Ectophial", - "examine": "The Ectophial.", - "archery_ticket_price": "0", - "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.", + "examine": "Candlestick used during Heroes' Quest.", "durability": null, - "tradeable": "false" + "name": "Pete's candlestick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1577" }, { - "id": "4252", - "name": "Ectophial", - "examine": "The Ectophial.", - "archery_ticket_price": "0", - "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.", "durability": null, - "tradeable": "false" + "name": "Pete's candlestick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1578" }, { - "id": "4253", - "name": "Model ship", - "examine": "A small wooden ship. / A small wooden ship with a silk flag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4254", - "name": "Model ship", - "examine": "A small wooden ship. / A small wooden ship with a silk flag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4255", - "name": "Bonemeal", - "examine": "A pot of crushed bones.", - "archery_ticket_price": "0", + "examine": "This denotes a Master Thief.", "durability": null, - "weight": "1" + "name": "Thieves' armband", + "archery_ticket_price": "0", + "id": "1579" }, { - "id": "4256", - "name": "Bonemeal", - "examine": "A pot of crushed small ninja monkey bones.", - "archery_ticket_price": "0", + "examine": "These will keep my hands cold!", "durability": null, - "weight": "1" + "name": "Ice gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1580", + "bonuses": "0,0,0,0,0,0,3,4,0,2,2,0,0,0,0", + "equipment_slot": "9" }, { - "id": "4257", - "name": "Bonemeal", - "examine": "A pot of crushed wolf bones.", - "archery_ticket_price": "0", + "examine": "Yuck.", "durability": null, - "weight": "1" + "name": "Blamish snail slime", + "weight": "1", + "archery_ticket_price": "0", + "id": "1581" }, { - "id": "4258", - "name": "Bonemeal", - "examine": "A pot of crushed burnt bones.", - "archery_ticket_price": "0", + "examine": "Made from the finest snail slime.", "durability": null, - "weight": "1" + "name": "Blamish oil", + "archery_ticket_price": "0", + "id": "1582" }, { - "id": "4259", - "name": "Bonemeal", - "examine": "A pot of crushed burnt jogre bones.", - "archery_ticket_price": "0", + "examine": "Firebird feather.", "durability": null, - "weight": "1" + "name": "Fire feather", + "archery_ticket_price": "0", + "id": "1583" }, { - "id": "4260", - "name": "Bonemeal", - "examine": "A pot of crushed monkey bones.", - "archery_ticket_price": "0", + "examine": "Apparently my name is Hartigen.", "durability": null, - "weight": "1" - }, - { - "id": "4261", - "name": "Bonemeal", - "examine": "A pot of crushed bat bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4262", - "name": "Bonemeal", - "examine": "A pot of crushed big bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4263", - "name": "Bonemeal", - "examine": "A pot of crushed jogre bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4264", - "name": "Bonemeal", - "examine": "A pot of crushed zogre bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4265", - "name": "Bonemeal", - "examine": "A pot of crushed shaikahan bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4266", - "name": "Bonemeal", - "examine": "A pot of crushed baby dragon bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4267", - "name": "Bonemeal", - "examine": "A pot of crushed wyvern bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4268", - "name": "Bonemeal", - "examine": "A pot of crushed dragon bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4269", - "name": "Bonemeal", - "examine": "A pot of crushed [type of bones].", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4270", - "name": "Bonemeal", - "examine": "A pot of crushed medium ninja monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4271", - "name": "Bonemeal", - "examine": "A pot of crushed Dagannoth-king bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4272", - "name": "Bone key", - "examine": "A key fashioned from a shard of bone. (Shilo Village)", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "100" - }, - { - "id": "4274", - "name": "Map scrap", - "examine": "A section from some kind of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4275", - "name": "Map scrap", - "examine": "A section from some kind of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4276", - "name": "Map scrap", - "examine": "A section from some kind of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4277", - "name": "Treasure map", - "examine": "A complete treasure map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4278", - "name": "Ecto-token", - "examine": "A token with ectoplasm on it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "4283", - "name": "Petition form", - "examine": "A scroll of paper containing signatures.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4284", - "name": "Bedsheet", - "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", + "name": "Id papers", "tradeable": "false", - "weight": "1" - }, - { - "id": "4285", - "name": "Bedsheet", - "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "1" - }, - { - "id": "4286", - "name": "Bucket of slime", - "examine": "It's a bucket of ectoplasm.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "4287", - "name": "Raw beef", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "58", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "4288", - "name": "Raw beef", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4289", - "name": "Raw chicken", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "60", - "tradeable": "true", - "weight": "0.15" - }, - { - "id": "4290", - "name": "Raw chicken", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4291", - "name": "Cooked chicken", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "4292", - "name": "Cooked chicken", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4293", - "name": "Cooked meat", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "4294", - "name": "Cooked meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4295", - "name": "Female h.a.m.", - "examine": "A member of the 'Humans Against Monsters' group.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4297", - "name": "Male h.a.m.", - "examine": "A member of the 'Humans Against Monsters' group.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4298", - "name": "Ham shirt", - "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4299", - "name": "Ham shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4300", - "name": "Ham robe", - "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4301", - "name": "Ham robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4302", - "name": "Ham hood", - "examine": "Light-weight head protection and eye shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4303", - "name": "Ham hood", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4304", - "name": "Ham cloak", - "examine": "A HAM cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4305", - "name": "Ham cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4306", - "name": "H.a.m logo", - "examine": "A badge for the HAM cult.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "4307", - "name": "H.a.m logo", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4308", - "name": "Gloves", - "examine": "Gloves worn by the Humans Against Monsters group.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4309", - "name": "Gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4310", - "name": "Boots", - "examine": "Boots worn by the Humans Against Monsters group.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "", - "equipment_slot": "10", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4311", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4313", - "name": "Crystal of seren", - "examine": "A book on elven crystal.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4315", - "name": "Team-1 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4316", - "name": "Team-1 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4317", - "name": "Team-2 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4318", - "name": "Team-2 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4319", - "name": "Team-3 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4320", - "name": "Team-3 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4321", - "name": "Team-4 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4322", - "name": "Team-4 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4323", - "name": "Team-5 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4324", - "name": "Team-5 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4325", - "name": "Team-6 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4326", - "name": "Team-6 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4327", - "name": "Team-7 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4328", - "name": "Team-7 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4329", - "name": "Team-8 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4330", - "name": "Team-8 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4331", - "name": "Team-9 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4332", - "name": "Team-9 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4333", - "name": "Team-10 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4334", - "name": "Team-10 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4335", - "name": "Team-11 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4336", - "name": "Team-11 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4337", - "name": "Team-12 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4338", - "name": "Team-12 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4339", - "name": "Team-13 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4340", - "name": "Team-13 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4341", - "name": "Team-14 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4342", - "name": "Team-14 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4343", - "name": "Team-15 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4344", - "name": "Team-15 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4345", - "name": "Team-16 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4346", - "name": "Team-16 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4347", - "name": "Team-17 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4348", - "name": "Team-17 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4349", - "name": "Team-18 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4350", - "name": "Team-18 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4351", - "name": "Team-19 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4352", - "name": "Team-19 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4353", - "name": "Team-20 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4354", - "name": "Team-20 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4355", - "name": "Team-21 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4356", - "name": "Team-21 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4357", - "name": "Team-22 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4358", - "name": "Team-22 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4359", - "name": "Team-23 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4360", - "name": "Team-23 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4361", - "name": "Team-24 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4362", - "name": "Team-24 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4363", - "name": "Team-25 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4364", - "name": "Team-25 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4365", - "name": "Team-26 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4366", - "name": "Team-26 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4367", - "name": "Team-27 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4368", - "name": "Team-27 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4369", - "name": "Team-28 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4370", - "name": "Team-28 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4371", - "name": "Team-29 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4372", - "name": "Team-29 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4373", - "name": "Team-30 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4374", - "name": "Team-30 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4375", - "name": "Team-31 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4376", - "name": "Team-31 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4377", - "name": "Team-32 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4378", - "name": "Team-32 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4379", - "name": "Team-33 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4380", - "name": "Team-33 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4381", - "name": "Team-34 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4382", - "name": "Team-34 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4383", - "name": "Team-35 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4384", - "name": "Team-35 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4385", - "name": "Team-36 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4386", - "name": "Team-36 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4387", - "name": "Team-37 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4388", - "name": "Team-37 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4389", - "name": "Team-38 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4390", - "name": "Team-38 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4391", - "name": "Team-39 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4392", - "name": "Team-39 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4393", - "name": "Team-40 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4394", - "name": "Team-40 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4395", - "name": "Team-41 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4396", - "name": "Team-41 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4397", - "name": "Team-42 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4398", - "name": "Team-42 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4399", - "name": "Team-43 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4400", - "name": "Team-43 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4401", - "name": "Team-44 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4402", - "name": "Team-44 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4403", - "name": "Team-45 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4404", - "name": "Team-45 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4405", - "name": "Team-46 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4406", - "name": "Team-46 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4407", - "name": "Team-47 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4408", - "name": "Team-47 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4409", - "name": "Team-48 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4410", - "name": "Team-48 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4411", - "name": "Team-49 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4412", - "name": "Team-49 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4413", - "name": "Team-50 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4414", - "name": "Team-50 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4415", - "name": "Blunt axe", - "examine": "A jungle forester's blunt axe.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4416", - "name": "Herbal tincture", - "examine": "A strong medicinal brew for heavy chests.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "4417", - "name": "Guthix rest(4)", - "examine": "A cup of Guthix rest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4418", - "name": "Guthix rest(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4419", - "name": "Guthix rest(3)", - "examine": "A cup of Guthix rest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4420", - "name": "Guthix rest(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4421", - "name": "Guthix rest(2)", - "examine": "A cup of Guthix rest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4422", - "name": "Guthix rest(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4423", - "name": "Guthix rest(1)", - "examine": "A cup of Guthix rest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4424", - "name": "Guthix rest(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4425", - "name": "Stodgy mattress", - "examine": "A half-filled feather mattress.", - "archery_ticket_price": "0", - "durability": null, - "weight": "10" - }, - { - "id": "4426", - "name": "Comfy mattress", - "examine": "A comfy-looking feather mattress.", - "archery_ticket_price": "0", - "durability": null, - "weight": "15" - }, - { - "id": "4427", - "name": "Iron oxide", - "examine": "Looks like a bunch of rust to me.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4428", - "name": "Animate rock scroll", - "examine": "An animate rock spell is written on this parchment.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4430", - "name": "Directionals", - "examine": "The weathervane directions should now work.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4432", - "name": "Ornament", - "examine": "A fixed weathervane ornament.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4434", - "name": "Weathervane pillar", - "examine": "A fixed weathervane rotating pillar.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4435", - "name": "Weather report", - "examine": "Clear skies ahead, with some chance of showers, thunderstorms, ice and hail.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4436", - "name": "Airtight pot", - "examine": "This is pretty well sealed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "4437", - "name": "Airtight pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4438", - "name": "Unfired pot lid", - "examine": "This needs firing, then it should fit on a normal-sized pot.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4439", - "name": "Unfired pot lid", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4440", - "name": "Pot lid", - "examine": "This should fit on a normal-sized pot.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4441", - "name": "Pot lid", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4442", - "name": "Breathing salts", - "examine": "An airtight pot with something inside, most likely breathing salts.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4443", - "name": "Chicken cage", - "examine": "A large cage for transporting chickens.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4444", - "name": "Sharpened axe", - "examine": "A jungle forester's super sharp axe.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4445", - "name": "Red mahogany log", - "examine": "Some mahogany logs which have been professionally cured.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4446", - "name": "Steel key ring", - "examine": "I can store my keys here.", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "You can get another key ring from Yanni Salika in Shilo Village.", - "durability": null, - "shop_price": "500", - "tradeable": "false" + "archery_ticket_price": "0", + "id": "1584" }, { - "id": "4447", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", + "examine": "Useful for catching lava eels.", "durability": null, - "tradeable": "false" + "name": "Oily fishing rod", + "weight": "1", + "archery_ticket_price": "0", + "id": "1585" }, { - "id": "4456", - "name": "Bowl of hot water", - "examine": "It's a bowl of hot water.", - "archery_ticket_price": "0", + "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)", "durability": null, - "ge_buy_limit": "100", + "name": "Miscellaneous key", "tradeable": "true", - "weight": "0.9" + "weight": "0.01", + "archery_ticket_price": "0", + "id": "1586" }, { - "id": "4457", - "name": "Bowl of hot water", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4458", - "name": "Cup of water", - "examine": "A cup of water.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4459", - "name": "Cup of water", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4460", - "name": "Cup of hot water", - "examine": "It's hot!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4461", - "name": "Cup of hot water", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4462", - "name": "Ruined herb tea", - "examine": "A ruined herb tea.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4463", - "name": "Ruined herb tea", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4464", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4465", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4466", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4467", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4468", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4469", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4470", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4471", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4472", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4473", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4474", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4475", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4476", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4477", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4478", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4479", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4480", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4481", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4482", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4483", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4484", - "name": "Safety guarantee", - "examine": "The strange characters supposedly grant Svidi safe passage into Rellekka.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160" - }, - { - "id": "4485", - "name": "White pearl", - "examine": "This fruit is known as White Pearl. Should taste good.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4486", - "name": "White pearl seed", - "examine": "You can grow this seed even in cold mountain ranges!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4487", - "name": "Half a rock", - "examine": "It's a piece of the Ancient Rock of the mountain people. It's still just a stone.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4488", - "name": "Corpse of woman", - "examine": "The corpse of a woman who died long ago.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4489", - "name": "Asleif's necklace", - "examine": "This used to belong to Asleif, daughter of the mountain camp chieftain.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4490", - "name": "Mud", - "examine": "Marginally better than egg on your face.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4492", - "name": "Muddy rock", - "examine": "A muddy rock.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4494", - "name": "Pole", - "examine": "It's just a long stick, really.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4495", - "name": "Pole", - "examine": "It's just a long stick, really.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4496", - "name": "Broken pole", - "examine": "Splintered into pieces, it has become completely useless to you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4498", - "name": "Rope", - "examine": "A coil of rope.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "shop_price": "18", + "name": "Miscellaneous key", "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4499", - "name": "Rope", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4500", - "name": "Pole", - "examine": "It's just a long stick, really.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4501", - "name": "Pole", - "examine": "It's just a long stick, really.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4502", - "name": "Bearhead", - "examine": "Quite ferocious looking.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-3,12,14,10,7,9,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Hamal, the Chieftain of the Mountain Camp, can replace this.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "3000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "4503", - "name": "Decorative sword", - "examine": "A very decorative sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0", - "castle_wars_ticket_price": "50", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "50", - "stand_anim": "808", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "4504", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0", - "castle_wars_ticket_price": "80", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}" - }, - { - "id": "4505", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0", - "castle_wars_ticket_price": "60", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}" - }, - { - "id": "4506", - "name": "Decorative helm", - "examine": "A very decorative helm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0", - "castle_wars_ticket_price": "40", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}", - "shop_price": "40", - "weight": "1" - }, - { - "id": "4507", - "name": "Decorative shield", - "examine": "A very decorative shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0", - "castle_wars_ticket_price": "60", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,20}", - "shop_price": "60" - }, - { - "id": "4508", - "name": "Decorative sword", - "examine": "A very decorative sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0", - "castle_wars_ticket_price": "500", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1", - "requirements": "{0,30}", - "run_anim": "824", - "shop_price": "50", - "stand_anim": "808", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "4509", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", - "castle_wars_ticket_price": "800", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,30}" - }, - { - "id": "4510", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", - "castle_wars_ticket_price": "600", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,30}" - }, - { - "id": "4511", - "name": "Decorative helm", - "examine": "A very decorative helm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0", - "castle_wars_ticket_price": "400", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,30}", - "shop_price": "40", - "weight": "1" - }, - { - "id": "4512", - "name": "Decorative shield", - "examine": "A very decorative shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "castle_wars_ticket_price": "600", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,30}", - "shop_price": "60" - }, - { - "id": "4513", - "name": "Castlewars hood", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", - "castle_wars_ticket_price": "10", - "durability": null, - "equipment_slot": "0", - "remove_head": "true" - }, - { - "id": "4514", - "name": "Castlewars cloak", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "castle_wars_ticket_price": "10", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "4515", - "name": "Castlewars hood", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", - "castle_wars_ticket_price": "10", - "durability": null, - "equipment_slot": "0", - "remove_head": "true" - }, - { - "id": "4516", - "name": "Castlewars cloak", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "castle_wars_ticket_price": "10", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "4517", - "name": "Giant frog legs", - "examine": "This could feed a family of gnomes for a week!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4518", - "name": "Giant frog legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4522", - "name": "Oil lamp", - "examine": "Filled: Not the genie sort.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{12,11}", - "shop_price": "10", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4523", - "name": "Oil lamp", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4524", - "name": "Oil lamp", - "examine": "Not the genie sort.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4525", - "name": "Oil lamp", - "examine": "An oil lamp with no oil in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{12,11}", - "shop_price": "10", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4526", - "name": "Oil lamp", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4527", - "name": "Candle lantern", - "examine": "Put a candle in to complete it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{4,11}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4528", - "name": "Candle lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4529", - "name": "Candle lantern", - "examine": "A candle in a glass cage.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{4,11}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4530", - "name": "Candle lantern", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4531", - "name": "Candle lantern", - "examine": "A flickering candle in a glass cage.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4532", - "name": "Candle lantern", - "examine": "A candle in a glass cage.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,11}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4533", - "name": "Candle lantern", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4534", - "name": "Candle lantern", - "examine": "A flickering candle in a glass cage.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4535", - "name": "Oil lantern", - "examine": "Put oil in to complete it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{11,26}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4536", - "name": "Oil lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1587" }, { - "id": "4537", - "name": "Oil lantern", - "examine": "An unlit oil lantern.", - "archery_ticket_price": "0", + "examine": "The key I got from Grip. (Heroes' Quest)", "durability": null, - "ge_buy_limit": "100", - "requirements": "{11,26}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4538", - "name": "Oil lantern", + "name": "Grips' key ring", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1588" }, { - "id": "4539", - "name": "Oil lantern", - "examine": "It lights your way through the dark places of the earth.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4540", - "name": "Oil lantern frame", - "examine": "Add the glass to complete.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "43", - "tradeable": "true" - }, - { - "id": "4541", - "name": "Oil lantern frame", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4542", - "name": "Lantern lens", - "examine": "A roughly circular disc of glass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "88", - "tradeable": "true" - }, - { - "id": "4543", - "name": "Lantern lens", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4544", - "name": "Bullseye lantern", - "examine": "You need to add a lens before you can use it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "400", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4545", - "name": "Bullseye lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4546", - "name": "Bullseye lantern", - "examine": "You need to add lamp oil before you can use it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{11,49}", - "shop_price": "400", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4547", - "name": "Bullseye lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4548", - "name": "Bullseye lantern", - "examine": "A sturdy steel lantern.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{11,49}", - "shop_price": "400", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4549", - "name": "Bullseye lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4550", - "name": "Bullseye lantern", - "examine": "A sturdy steel lantern casting a bright beam.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "400", - "tradeable": "false", - "weight": "1" - }, - { - "id": "4551", - "name": "Spiny helmet", - "examine": "You don't want to wear it inside-out.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "shop_price": "650", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "4552", - "name": "Spiny helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4558", - "name": "Blue sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4559", - "name": "Deep blue sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4560", - "name": "White sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4561", - "name": "Purple sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4562", - "name": "Red sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4563", - "name": "Green sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4564", - "name": "Pink sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4565", - "name": "Basket of eggs", - "examine": "Hand them out to spread the Easter happiness.", - "archery_ticket_price": "0", - "bankable": "true", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "render_anim": "594", - "run_anim": "1836", - "stand_anim": "1837", - "stand_turn_anim": "823", - "tradeable": "false", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1836", - "weapon_interface": "12" - }, - { - "id": "4566", - "name": "Rubber chicken", - "examine": "Perhaps not the most powerful weapon in 2009Scape.", - "archery_ticket_price": "0", - "attack_anims": "1833,1833,1833,1833", - "attack_audios": "2257,2257,2257", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "1834", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "fun_weapon": "true", - "weapon_interface": "12", - "weight": "0.4" - }, - { - "id": "4567", - "name": "Gold helmet", - "examine": "Made of gold and white gold.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,10,20,0,10,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "31.7" - }, - { - "id": "4568", - "name": "Dwarven lore", - "examine": "This book is almost falling apart, you'll have to handle it quite carefully.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4569", - "name": "Book page 1", - "examine": "A missing page from Rolad's book! It seems to be the first one.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4570", - "name": "Book page 2", - "examine": "A missing page from Rolad's book! It seems to be the second one.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4571", - "name": "Book page 3", - "examine": "A missing page from Rolad's book! It seems to be the third one.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4572", - "name": "Pages", - "examine": "A collection of missing pages from Rolad's book!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4573", - "name": "Pages", - "examine": "A collection of missing pages from Rolad's book!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4574", - "name": "Base schematics", - "examine": "These are the base schematics of a dwarven multicannon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4580", - "name": "Black spear", - "examine": "A black tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4581", - "name": "Black spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4582", - "name": "Black spear(p)", - "examine": "A black tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4583", - "name": "Black spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4584", - "name": "Black spear(kp)", - "examine": "A Karambwan poisoned black tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,10}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4585", - "name": "Dragon plateskirt", - "examine": "This looks pretty heavy.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4586", - "name": "Dragon plateskirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4587", - "name": "Dragon scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2549,0", - "attack_speed": "4", - "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "1", - "requirements": "{0,60}", - "run_anim": "824", - "shop_price": "100000", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "4588", - "name": "Dragon scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4589", - "name": "Keys", - "examine": "Keys to the Mayor's house. (The Feud)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4590", - "name": "Jewels", - "examine": "The Mayor of Pollnivneach's wife's jewels.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4591", - "name": "Karidian headpiece", - "examine": "Wear it on your head.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "4593", - "name": "Fake beard", - "examine": "Makes me itch.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "1", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4597", - "name": "Note", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", + "examine": "I wonder what this unlocks. (Heroes' Quest)", "durability": null, - "shop_price": "160", - "tradeable": "true" + "name": "Dusty key", + "archery_ticket_price": "0", + "id": "1590" }, { - "id": "4598", - "name": "Note", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", + "examine": "Key to a cell. (Heroes' Quest)", "durability": null, - "shop_price": "160", - "tradeable": "true" + "name": "Jail key", + "archery_ticket_price": "0", + "id": "1591" }, { - "id": "4599", - "name": "Oak-blackjack", - "examine": "A handy little club made out of oak.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0", - "defence_anim": "425", - "durability": null, - "equipment_slot": "3", - "shop_price": "1", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "4600", - "name": "Willow-blackjack", - "examine": "A handy little club made out of willow.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,8,0,0,0", - "defence_anim": "425", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "600", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "4601", - "name": "Ugthanki dung", - "examine": "Dung of the Camelus Horribleus variety.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.4" - }, - { - "id": "4602", - "name": "Ugthanki dung", - "examine": "Dung of the Camelus Horribleus variety.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.4" - }, - { - "id": "4603", - "name": "Receipt", - "examine": "A receipt for one 'Camelus Horribleus", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2" - }, - { - "id": "4604", - "name": "Hag's poison", - "examine": "A red viscous liquid in a vial.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "4605", - "name": "Snake charm", - "examine": "Makes a hissing sound.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "0.1" - }, - { - "id": "4606", - "name": "Snake basket", - "examine": "This is used to hold snakes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4607", - "name": "Snake basket full", - "examine": "This basket contains a snake.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4608", - "name": "Super kebab", - "examine": "A meaty and very hot kebab.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold rings.", + "grand_exchange_price": "316", + "durability": null, + "name": "Ring mould", "tradeable": "true", - "weight": "0.2" + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1592" }, { - "id": "4609", - "name": "Super kebab", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "316", "durability": null, + "name": "Ring mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1593" + }, + { + "examine": "Used to make unholy symbols.", + "durability": null, + "name": "Unholy mould", + "archery_ticket_price": "0", + "id": "1594" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold amulets.", + "grand_exchange_price": "288", + "durability": null, + "name": "Amulet mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1595" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "288", + "durability": null, + "name": "Amulet mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1596" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold necklaces.", + "grand_exchange_price": "269", + "durability": null, + "name": "Necklace mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1597" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "269", + "durability": null, + "name": "Necklace mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1598" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make holy symbols of Saradomin.", + "grand_exchange_price": "504", + "durability": null, + "name": "Holy mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1599" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "504", + "durability": null, + "name": "Holy mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1600" + }, + { + "ge_buy_limit": "500", + "examine": "This looks valuable.", + "grand_exchange_price": "14800", + "durability": null, + "name": "Diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1601" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "14800", + "durability": null, + "name": "Diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1602" + }, + { + "shop_price": "400", "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4610", - "name": "Red hot sauce", - "examine": "The bottle feels warm.", - "archery_ticket_price": "0", + "examine": "This looks valuable.", + "grand_exchange_price": "1598", "durability": null, - "weight": "0.1" + "name": "Ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1603" }, { - "id": "4611", - "name": "Desert disguise", - "examine": "A disguise suitable for the desert.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "grand_exchange_price": "1598", "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true" + "name": "Ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1604" }, { - "id": "4612", - "name": "Willow-blackjack", - "archery_ticket_price": "0", + "shop_price": "350", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "853", "durability": null, - "tradeable": "true" + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1605" }, { - "id": "4613", - "name": "Spinning plate", - "examine": "It has a picture of a dragon on it.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "grand_exchange_price": "853", "durability": null, - "shop_price": "75" + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1606" }, { - "id": "4614", - "name": "Broken plate", - "examine": "Alas...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4616", - "name": "Varmen's notes", - "examine": "An archaeologist's notes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4617", - "name": "Display cabinet key", - "examine": "The museum curator's key (The Golem).", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4619", - "name": "Strange implement", - "examine": "It's pretty, but you wish you knew what it was.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4620", - "name": "Black mushroom", - "examine": "It looks horrible.", - "archery_ticket_price": "0", + "shop_price": "175", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "520", "durability": null, - "weight": "1" + "name": "Sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1607" }, { - "id": "4621", - "name": "Phoenix feather", - "examine": "A long feather patterned like a flame.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4622", - "name": "Black mushroom ink", - "examine": "Black ink made out of mushrooms.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "grand_exchange_price": "520", "durability": null, - "weight": "1" + "name": "Sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1608" }, { - "id": "4623", - "name": "Phoenix quill pen", - "examine": "A phoenix feather dipped in ink.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4624", - "name": "Golem program", - "examine": "It reads 'YOUR TASK IS DONE'.", - "archery_ticket_price": "0", - "destroy": "true", + "ge_buy_limit": "1000", + "shop_price": "100", + "examine": "A semi precious stone.", + "grand_exchange_price": "44", "durability": null, - "tradeable": "false" + "name": "Opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1609" }, { - "id": "4627", - "name": "Bandit's brew", - "examine": "A cheeky little lager from the Bandit Camp.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "grand_exchange_price": "41", "durability": null, + "name": "Opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1610" + }, + { + "ge_buy_limit": "1000", + "shop_price": "150", + "grand_exchange_price": "84", + "examine": "A semi precious stone.", + "durability": null, + "name": "Jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1611" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "83", + "durability": null, + "name": "Jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1612" + }, + { + "ge_buy_limit": "1000", + "shop_price": "200", + "examine": "A semi precious stone.", + "grand_exchange_price": "120", + "durability": null, + "name": "Red topaz", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1613" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "103", + "durability": null, + "name": "Red topaz", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1614" + }, + { + "shop_price": "75000", "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true" + "examine": "This looks valuable.", + "grand_exchange_price": "27400", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1615" }, { - "id": "4628", - "name": "Bandit's brew", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4654", - "name": "Etchings", - "examine": "A copy of the engravings found on a mysterious stone tablet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4655", - "name": "Translation", - "examine": "A rough translation made from archaeological etchings.", - "archery_ticket_price": "0", + "grand_exchange_price": "27400", "durability": null, - "weight": "1" + "name": "Dragonstone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1616" }, { - "id": "4656", - "name": "Warm key", - "examine": "This key is unusally warm to the touch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4657", - "name": "Ring of visibility", - "examine": "A ring that allows you to see things that are normally invisible.", - "archery_ticket_price": "0", + "ge_buy_limit": "500", + "examine": "An uncut diamond.", + "grand_exchange_price": "2160", + "tokkul_price": "300", "durability": null, + "name": "Uncut diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1617" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "20000", + "durability": null, + "name": "Uncut diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1618" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut ruby.", + "grand_exchange_price": "1140", + "tokkul_price": "150", + "durability": null, + "name": "Uncut ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1619" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4970", + "durability": null, + "name": "Uncut ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1620" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "An uncut emerald.", + "grand_exchange_price": "580", + "tokkul_price": "75", + "durability": null, + "name": "Uncut emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1621" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2621", + "durability": null, + "name": "Uncut emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1622" + }, + { + "shop_price": "25", + "ge_buy_limit": "1000", + "examine": "An uncut sapphire.", + "grand_exchange_price": "420", + "tokkul_price": "37", + "durability": null, + "name": "Uncut sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1623" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1851", + "durability": null, + "name": "Uncut sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1624" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut opal.", + "grand_exchange_price": "65", + "durability": null, + "name": "Uncut opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1625" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "65", + "durability": null, + "name": "Uncut opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1626" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut jade.", + "grand_exchange_price": "138", + "durability": null, + "name": "Uncut jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1627" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "138", + "durability": null, + "name": "Uncut jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1628" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut red topaz.", + "grand_exchange_price": "279", + "durability": null, + "name": "Uncut red topaz", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1629" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "279", + "durability": null, + "name": "Uncut red topaz", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1630" + }, + { + "shop_price": "75000", + "ge_buy_limit": "100", + "examine": "An uncut dragonstone.", + "grand_exchange_price": "31700", + "tokkul_price": "1500", + "durability": null, + "name": "Uncut dragonstone", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1631" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "31700", + "durability": null, + "name": "Uncut dragonstone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1632" + }, + { + "examine": "This gem is crushed and broken.", + "durability": null, + "name": "Crushed gem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1633" + }, + { + "durability": null, + "name": "Crushed gem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1634" + }, + { + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "165", + "durability": null, + "name": "Gold ring", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "id": "1635", "equipment_slot": "12" }, { - "id": "4658", - "name": "Silver pot", - "examine": "A silver pot made by Ruantun.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4659", - "name": "Blessed pot", - "examine": "A silver pot made by Ruantun and blessed on Entrana.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4660", - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with your blood.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4661", - "name": "Blessed pot", - "examine": "A blessed silver pot made by Ruantun filled with your blood.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4662", - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with blood and garlic.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4663", - "name": "Blessed pot", - "examine": "A blessed silver pot filled with blood and garlic.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4664", - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with blood and spices.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4665", - "name": "Blessed pot", - "examine": "A blessed silver pot filled with blood and spices.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4666", - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with blood, garlic and spices.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4667", - "name": "Blessed pot", - "examine": "A blessed silver pot filled with blood, garlic and spices.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4668", - "name": "Garlic powder", - "examine": "Finely ground garlic powder.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4670", - "name": "Blood diamond", - "examine": "The Diamond of Blood.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4671", - "name": "Ice diamond", - "examine": "The Diamond of Ice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4672", - "name": "Smoke diamond", - "examine": "The Diamond of Smoke.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4673", - "name": "Shadow diamond", - "examine": "The Diamond of Shadow.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4674", - "name": "Gilded cross", - "examine": "An old and strangely shaped metal cross.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4675", - "name": "Ancient staff", - "examine": "A magical staff of ancient origin...", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "10,-1,40,15,0,2,3,1,15,0,0,50,-1,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,50}-{6,50}", - "run_anim": "1210", - "shop_price": "80000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.25" - }, - { - "id": "4676", - "name": "Ancient staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4677", - "name": "Catspeak amulet", - "examine": "It's an amulet of cat speak. It makes vague purring noises.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "1.3" - }, - { - "id": "4678", - "name": "Canopic jar", - "examine": "Varies. See Types", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "4679", - "name": "Canopic jar", - "examine": "Varies. See Types", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "4680", - "name": "Canopic jar", - "examine": "Varies. See Types", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "4681", - "name": "Canopic jar", - "examine": "Varies. See Types", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "4682", - "name": "Holy symbol", - "examine": "A blessed holy symbol of Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,0,8,0", - "durability": null, - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "4683", - "name": "Unholy symbol", - "examine": "An unholy symbol of Zamorak.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,0,8,0", - "durability": null, - "shop_price": "135", - "tradeable": "true" - }, - { - "id": "4684", - "name": "Linen", - "examine": "One sheet of mummy wrap.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "weight": "0.9" - }, - { - "id": "4686", - "name": "Embalming manual", - "examine": "Little book of embalming by Bod E. Wrapper.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4687", - "name": "Bucket of sap", - "examine": "It's a bucket of sap.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4689", - "name": "Pile of salt", - "examine": "A little heap of salt.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4691", - "name": "Sphinx's token", - "examine": "Miniature golden statue of a sphinx.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4692", - "name": "Gold leaf", - "examine": "A very delicate sheet of gold.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "130000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4693", - "name": "Full bucket", - "examine": "It's a bucket of salty water.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4694", - "name": "Steam rune", - "examine": "A combined Water and Fire Rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4695", - "name": "Mist rune", - "examine": "A combined air and water rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4696", - "name": "Dust rune", - "examine": "A combined Air and Earth Rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4697", - "name": "Smoke rune", - "examine": "A combined Air and Fire Rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4698", - "name": "Mud rune", - "examine": "A combined Earth and Water rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4699", - "name": "Lava rune", - "examine": "A combined earth and fire rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4700", - "name": "Sapphire lantern", - "examine": "You need to add lamp oil before you can use it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4701", - "name": "Sapphire lantern", - "examine": "A bullseye lantern with a sapphire for a lens.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4702", - "name": "Sapphire lantern", - "examine": "A lantern casting a bright blue beam.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4703", - "name": "Magic stone", - "examine": "Doesn't look very special.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "false", - "weight": "2.267" - }, - { - "id": "4704", - "name": "Stone bowl", - "examine": "A magic stone bowl for catching the tears of Guthix.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "render_anim": "1", - "run_anim": "824", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "false", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weight": "1.8" - }, - { - "id": "4707", - "name": "Crumbling tome", - "examine": "This book must be really old!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4708", - "name": "Ahrim's hood", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4709", - "name": "Ahrim's hood", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4710", - "name": "Ahrim's staff", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4711", - "name": "Ahrim's staff", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4712", - "name": "Ahrim's robetop", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4713", - "name": "Ahrim's robetop", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4714", - "name": "Ahrim's robeskirt", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "12" - }, - { - "id": "4715", - "name": "Ahrim's robeskirt", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4716", - "name": "Dharok's helm", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0", - "durability": "1", - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4717", - "name": "Dharok's helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4718", - "name": "Dharok's greataxe", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_anims": "2067,2067,2066,2067", - "attack_speed": "7", - "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4719", - "name": "Dharok's greataxe", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4720", - "name": "Dharok's platebody", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "4721", - "name": "Dharok's platebody", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4722", - "name": "Dharok's platelegs", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "4723", - "name": "Dharok's platelegs", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4724", - "name": "Guthan's helm", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "4725", - "name": "Guthan's helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4726", - "name": "Guthan's warspear", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4727", - "name": "Guthan's warspear", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4728", - "name": "Guthan's platebody", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4729", - "name": "Guthan's platebody", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4730", - "name": "Guthan's chainskirt", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "8" - }, - { - "id": "4731", - "name": "Guthan's chainskirt", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4732", - "name": "Karil's coif", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "1", - "rare_item": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true" - }, - { - "id": "4733", - "name": "Karil's coif", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "4734", - "name": "Karil's crossbow", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_anims": "2075,2075,2075,2075", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1", - "rare_item": "true", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4735", - "name": "Karil's crossbow", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "4736", - "name": "Karil's leathertop", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "10000", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "4737", - "name": "Karil's leathertop", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4738", - "name": "Karil's leatherskirt", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "ge_buy_limit": "10000", - "rare_item": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "4739", - "name": "Karil's leatherskirt", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4740", - "name": "Bolt rack", - "examine": "Must need a special type of crossbow to use this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,55", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,70}", - "shop_price": "420", - "tradeable": "true" - }, - { - "id": "4745", - "name": "Torag's helm", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4746", - "name": "Torag's helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4747", - "name": "Torag's hammers", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_anims": "2068,2068,2068,2068", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "rare_item": "true", - "requirements": "{0,70}-{2,70}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4748", - "name": "Torag's hammers", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4749", - "name": "Torag's platebody", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4750", - "name": "Torag's platebody", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4751", - "name": "Torag's platelegs", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4752", - "name": "Torag's platelegs", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4753", - "name": "Verac's helm", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4754", - "name": "Verac's helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4755", - "name": "Verac's flail", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_anims": "2062,2062,2062,2062", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4756", - "name": "Verac's flail", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4757", - "name": "Verac's brassard", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4758", - "name": "Verac's brassard", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4759", - "name": "Verac's plateskirt", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4760", - "name": "Verac's plateskirt", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4773", - "name": "Bronze brutal", - "examine": "Blunt bronze arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,11", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "4778", - "name": "Iron brutal", - "examine": "Blunt iron arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,13", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "4783", - "name": "Steel brutal", - "examine": "Blunt steel arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,19", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "4788", - "name": "Black brutal", - "examine": "Blunt black arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "4793", - "name": "Mithril brutal", - "examine": "Blunt mithril arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,34", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "4798", - "name": "Adamant brutal", - "examine": "Blunt adamant arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "4803", - "name": "Rune brutal", - "examine": "Blunt rune arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "shop_price": "180", - "tradeable": "true" - }, - { - "id": "4808", - "name": "Black prism", - "examine": "A very black prism.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4809", - "name": "Torn page", - "examine": "A half torn necromantic page.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4810", - "name": "Ruined backpack", - "examine": "It's about to fall apart.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4811", - "name": "Dragon inn tankard", - "examine": "A white ceramic mug with a dragon insignia.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4812", - "name": "Zogre bones", - "examine": "A pile of Zombie Ogre bones.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "4813", - "name": "Zogre bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4814", - "name": "Sithik portrait", - "examine": "A classic realist charcoal portrait of Sithik.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4815", - "name": "Sithik portrait", - "examine": "A classic realist charcoal portrait of Sithik.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4816", - "name": "Signed portrait", - "examine": "A signed classic realist charcoal portrait of Sithik.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4817", - "name": "Book of portraiture", - "examine": "A book explaining the art of portraiture.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "1" - }, - { - "id": "4818", - "name": "Ogre artefact", - "examine": "An ancient ogre artefact-resembling a large heavy helm.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4819", - "name": "Bronze nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "4", - "tradeable": "true" - }, - { - "id": "4820", - "name": "Iron nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "33", - "tradeable": "true" - }, - { - "id": "4821", - "name": "Black nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4822", - "name": "Mithril nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4823", - "name": "Adamantite nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4824", - "name": "Rune nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4825", - "name": "Unstrung comp bow", - "examine": "An unstrung composite ogre bow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4826", - "name": "Unstrung comp bow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4827", - "name": "Comp ogre bow", - "examine": "A composite ogre bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,30}", - "shop_price": "180", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4828", - "name": "Comp ogre bow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4829", - "name": "Book of 'h.a.m", - "examine": "A book of H.A.M. affiliation", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "4830", - "name": "Fayrg bones", - "examine": "Ancient ogre bones from the ogre burial tomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "4831", - "name": "Fayrg bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4832", - "name": "Raurg bones", - "examine": "Ancient ogre bones from the ogre burial tomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "4833", - "name": "Raurg bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4834", - "name": "Ourg bones", - "examine": "Ancient ogre bones from the burial tomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "4835", - "name": "Ourg bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4836", - "name": "Strange potion", - "examine": "Some strange liquid given to you by Zavistic Rarve.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4837", - "name": "Necromancy book", - "examine": "A book of necromantic spells.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "4838", - "name": "Cup of tea", - "examine": "A nice cup of tea.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "4839", - "name": "Ogre gate key", - "examine": "A key to some sort of special tomb area.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4840", - "name": "Rogue's purse potion(unf)", - "examine": "I need another ingredient to finish this rogue's purse potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4841", - "name": "Rogue's purse potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4842", - "name": "Relicym's balm(4)", - "examine": "4 doses of Relicym's balm, which helps cure disease.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "4843", - "name": "Relicym's balm(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4844", - "name": "Relicym's balm(3)", - "examine": "3 doses of Relicym's balm, which helps cure disease.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "4845", - "name": "Relicym's balm(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4846", - "name": "Relicym's balm(2)", - "examine": "2 doses of Relicym's balm, which helps cure disease.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "4847", - "name": "Relicym's balm(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4848", - "name": "Relicym's balm(1)", - "examine": "1 dose of Relicym's balm, which helps cure disease.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "4849", - "name": "Relicym's balm(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4850", - "name": "Ogre coffin key", - "examine": "A key which opens a coffin!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4851", - "name": "Ogre coffin key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4852", - "name": "Bonemeal", - "examine": "A pot of crushed fayrg bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4853", - "name": "Bonemeal", - "examine": "A pot of crushed raurg bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4854", - "name": "Bonemeal", - "examine": "A pot of crushed ourg bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4855", - "name": "Bonemeal", - "examine": "A pot of crushed gorilla monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4856", - "name": "Ahrim's hood 100", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "weight": "0.9" - }, - { - "id": "4857", - "name": "Ahrim's hood 75", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "weight": "0.9" - }, - { - "id": "4858", - "name": "Ahrim's hood 50", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "weight": "0.9" - }, - { - "id": "4859", - "name": "Ahrim's hood 25", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "weight": "0.9" - }, - { - "id": "4860", - "name": "Ahrim's hood 0", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4861", - "name": "Ahrim's hood 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4862", - "name": "Ahrim's staff 100", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4863", - "name": "Ahrim's staff 75", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4864", - "name": "Ahrim's staff 50", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4865", - "name": "Ahrim's staff 25", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4866", - "name": "Ahrim's staff 0", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4867", - "name": "Ahrim's staff 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4868", - "name": "Ahrim's top 100", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "weight": "5" - }, - { - "id": "4869", - "name": "Ahrim's top 75", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "weight": "5" - }, - { - "id": "4870", - "name": "Ahrim's top 50", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "weight": "5" - }, - { - "id": "4871", - "name": "Ahrim's top 25", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "weight": "5" - }, - { - "id": "4872", - "name": "Ahrim's top 0", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4873", - "name": "Ahrim's top 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4874", - "name": "Ahrim's skirt 100", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,70}-{6,70}", - "weight": "12" - }, - { - "id": "4875", - "name": "Ahrim's skirt 75", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,70}-{6,70}", - "weight": "12" - }, - { - "id": "4876", - "name": "Ahrim's skirt 50", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,70}-{6,70}", - "weight": "12" - }, - { - "id": "4877", - "name": "Ahrim's skirt 25", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,70}-{6,70}", - "weight": "12" - }, - { - "id": "4878", - "name": "Ahrim's skirt 0", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "12" - }, - { - "id": "4879", - "name": "Ahrim's skirt 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4880", - "name": "Dharok's helm 100", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4881", - "name": "Dharok's helm 75", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4882", - "name": "Dharok's helm 50", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4883", - "name": "Dharok's helm 25", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4884", - "name": "Dharok's helm 0", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4885", - "name": "Dharok's helm 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4886", - "name": "Dharok's axe 100", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_anims": "2067,2067,2066,2067", - "attack_audios": "1320,0,0,0", - "attack_speed": "7", - "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "turn180_anim": "2064", - "turn90ccw_anim": "2064", - "turn90cw_anim": "2064", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4887", - "name": "Dharok's axe 75", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_anims": "2067,2067,2066,2067", - "attack_audios": "1320,0,0,0", - "attack_speed": "7", - "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "turn180_anim": "2064", - "turn90ccw_anim": "2064", - "turn90cw_anim": "2064", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4888", - "name": "Dharok's axe 50", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_anims": "2067,2067,2066,2067", - "attack_audios": "1320,0,0,0", - "attack_speed": "7", - "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "turn180_anim": "2064", - "turn90ccw_anim": "2064", - "turn90cw_anim": "2064", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4889", - "name": "Dharok's axe 25", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_anims": "2067,2067,2066,2067", - "attack_audios": "1320,0,0,0", - "attack_speed": "7", - "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "turn180_anim": "2064", - "turn90ccw_anim": "2064", - "turn90cw_anim": "2064", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4890", - "name": "Dharok's axe 0", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_audios": "1320,0,0,0", - "attack_speed": "7", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "2064", - "turn90ccw_anim": "2064", - "turn90cw_anim": "2064", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4891", - "name": "Dharok's axe 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4892", - "name": "Dharok's body 100", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9.9" - }, - { - "id": "4893", - "name": "Dharok's body 75", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9.9" - }, - { - "id": "4894", - "name": "Dharok's body 50", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9.9" - }, - { - "id": "4895", - "name": "Dharok's body 25", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9.9" - }, - { - "id": "4896", - "name": "Dharok's body 0", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "4897", - "name": "Dharok's body 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4898", - "name": "Dharok's legs 100", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "10" - }, - { - "id": "4899", - "name": "Dharok's legs 75", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "10" - }, - { - "id": "4900", - "name": "Dharok's legs 50", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "10" - }, - { - "id": "4901", - "name": "Dharok's legs 25", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "10" - }, - { - "id": "4902", - "name": "Dharok's legs 0", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "4903", - "name": "Dharok's legs 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4904", - "name": "Guthan's helm 100", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "2" - }, - { - "id": "4905", - "name": "Guthan's helm 75", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "2" - }, - { - "id": "4906", - "name": "Guthan's helm 50", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "2" - }, - { - "id": "4907", - "name": "Guthan's helm 25", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "2" - }, - { - "id": "4908", - "name": "Guthan's helm 0", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "4909", - "name": "Guthan's helm 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4910", - "name": "Guthan's spear 100", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4911", - "name": "Guthan's spear 75", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4912", - "name": "Guthan's spear 50", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4913", - "name": "Guthan's spear 25", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4914", - "name": "Guthan's spear 0", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4915", - "name": "Guthan's spear 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4916", - "name": "Guthan's body 100", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4917", - "name": "Guthan's body 75", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4918", - "name": "Guthan's body 50", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4919", - "name": "Guthan's body 25", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4920", - "name": "Guthan's body 0", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4921", - "name": "Guthan's body 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4922", - "name": "Guthan's skirt 100", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "8" - }, - { - "id": "4923", - "name": "Guthan's skirt 75", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "8" - }, - { - "id": "4924", - "name": "Guthan's skirt 50", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "8" - }, - { - "id": "4925", - "name": "Guthan's skirt 25", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "8" - }, - { - "id": "4926", - "name": "Guthan's skirt 0", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "8" - }, - { - "id": "4927", - "name": "Guthan's skirt 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4928", - "name": "Karil's coif 100", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}" - }, - { - "id": "4929", - "name": "Karil's coif 75", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}" - }, - { - "id": "4930", - "name": "Karil's coif 50", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}" - }, - { - "id": "4931", - "name": "Karil's coif 25", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}" - }, - { - "id": "4932", - "name": "Karil's coif 0", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "1", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true" - }, - { - "id": "4933", - "name": "Karil's coif 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "4934", - "name": "Karil's x-bow 100", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_anims": "2075,2075,2075,2075", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4935", - "name": "Karil's x-bow 75", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_anims": "2075,2075,2075,2075", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4936", - "name": "Karil's x-bow 50", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_anims": "2075,2075,2075,2075", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4937", - "name": "Karil's x-bow 25", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_anims": "2075,2075,2075,2075", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4938", - "name": "Karil's x-bow 0", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4939", - "name": "Karil's x-bow 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "", - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4940", - "name": "Karil's top 100", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "weight": "6" - }, - { - "id": "4941", - "name": "Karil's top 75", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "weight": "6" - }, - { - "id": "4942", - "name": "Karil's top 50", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "weight": "6" - }, - { - "id": "4943", - "name": "Karil's top 25", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "weight": "6" - }, - { - "id": "4944", - "name": "Karil's top 0", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "1", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "4945", - "name": "Karil's top 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "4946", - "name": "Karil's skirt 100", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "requirements": "{1,70}-{4,70}", - "weight": "2" - }, - { - "id": "4947", - "name": "Karil's skirt 75", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "requirements": "{1,70}-{4,70}", - "weight": "2" - }, - { - "id": "4948", - "name": "Karil's skirt 50", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "requirements": "{1,70}-{4,70}", - "weight": "2" - }, - { - "id": "4949", - "name": "Karil's skirt 25", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "requirements": "{1,70}-{4,70}", - "weight": "2" - }, - { - "id": "4950", - "name": "Karil's skirt 0", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "ge_buy_limit": "1", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "4951", - "name": "Karil's skirt 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "4952", - "name": "Torag's helm 100", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4953", - "name": "Torag's helm 75", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4954", - "name": "Torag's helm 50", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4955", - "name": "Torag's helm 25", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4956", - "name": "Torag's helm 0", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4957", - "name": "Torag's helm 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4958", - "name": "Torag's hammer 100", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_anims": "2068,2068,2068,2068", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,70}-{2,70}", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4959", - "name": "Torag's hammer 75", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_anims": "2068,2068,2068,2068", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,70}-{2,70}", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4960", - "name": "Torag's hammer 50", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_anims": "2068,2068,2068,2068", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,70}-{2,70}", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4961", - "name": "Torag's hammer 25", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_anims": "2068,2068,2068,2068", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,70}-{2,70}", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4962", - "name": "Torag's hammer 0", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "10", - "requirements": "{0,70}-{2,70}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4963", - "name": "Torag's hammer 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4964", - "name": "Torag's body 100", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4965", - "name": "Torag's body 75", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4966", - "name": "Torag's body 50", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4967", - "name": "Torag's body 25", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4968", - "name": "Torag's body 0", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4969", - "name": "Torag's body 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4970", - "name": "Torag's legs 100", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4971", - "name": "Torag's legs 75", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4972", - "name": "Torag's legs 50", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4973", - "name": "Torag's legs 25", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4974", - "name": "Torag's legs 0", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4975", - "name": "Torag's legs 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4976", - "name": "Verac's helm 100", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4977", - "name": "Verac's helm 75", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4978", - "name": "Verac's helm 50", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4979", - "name": "Verac's helm 25", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4980", - "name": "Verac's helm 0", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4981", - "name": "Verac's helm 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4982", - "name": "Verac's flail 100", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_anims": "2062,2062,2062,2062", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4983", - "name": "Verac's flail 75", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_anims": "2062,2062,2062,2062", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4984", - "name": "Verac's flail 50", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_anims": "2062,2062,2062,2062", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4985", - "name": "Verac's flail 25", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_anims": "2062,2062,2062,2062", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4986", - "name": "Verac's flail 0", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4987", - "name": "Verac's flail 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4988", - "name": "Verac's top 100", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4989", - "name": "Verac's top 75", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4990", - "name": "Verac's top 50", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4991", - "name": "Verac's top 25", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4992", - "name": "Verac's top 0", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4993", - "name": "Verac's top 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4994", - "name": "Verac's skirt 100", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4995", - "name": "Verac's skirt 75", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4996", - "name": "Verac's skirt 50", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4997", - "name": "Verac's skirt 25", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4998", - "name": "Verac's skirt 0", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4999", - "name": "Verac's skirt 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "5001", - "name": "Raw cave eel", - "examine": "It's incredibly slimy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5003", - "name": "Cave eel", - "examine": "It's a bit slimy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5004", - "name": "Frog spawn", - "examine": "That's disgusting!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5005", - "name": "Raw cave eel", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5006", - "name": "Burnt cave eel", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5007", - "name": "Cave eel", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5009", - "name": "Goblin symbol book", - "examine": "A book about the ancient goblin tribes.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5011", - "name": "Silverware", - "examine": "You found the Lumbridge silverware in the HAM cave.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5012", - "name": "Peace treaty", - "examine": "A peace treaty between Lumbridge and the Cave Goblins.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5013", - "name": "Mining helmet", - "examine": "A helmet with a lamp on it.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "shop_price": "900", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5014", - "name": "Mining helmet", - "examine": "A helmet with an unlit lamp on it.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{11,65}", - "shop_price": "900", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5015", - "name": "Mining helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5016", - "name": "Bone spear", - "examine": "Basic but brutal!", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "11,11,11,0,0,1,1,0,0,0,0,13,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "600", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.3" - }, - { - "id": "5017", - "name": "Bone spear", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5018", - "name": "Bone club", - "examine": "Basic but brutal!", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "6", - "bonuses": "-4,-4,16,-4,0,0,0,0,0,0,0,15,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "600", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.9" - }, - { - "id": "5019", - "name": "Bone club", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5020", - "name": "Minecart ticket", - "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "weight": "0.1" - }, - { - "id": "5021", - "name": "Minecart ticket", - "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "weight": "0.1" - }, - { - "id": "5022", - "name": "Minecart ticket", - "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "weight": "0.1" - }, - { - "id": "5023", - "name": "Minecart ticket", - "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "weight": "0.1" - }, - { - "id": "5024", - "name": "Woven top", - "examine": "Far too small to wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "812", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5025", - "name": "Woven top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5026", - "name": "Woven top", - "examine": "Yellow top, too small for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "812", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5027", - "name": "Woven top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5028", - "name": "Woven top", - "examine": "Blue top, very tiny.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "812", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5029", - "name": "Woven top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5030", - "name": "Shirt", - "examine": "Tiny!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5031", - "name": "Shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5032", - "name": "Shirt", - "examine": "Tiny!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5033", - "name": "Shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5034", - "name": "Shirt", - "examine": "Tiny!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5035", - "name": "Shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5036", - "name": "Trousers", - "examine": "A pair of long dwarven trousers... long for dwarves, of course.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5037", - "name": "Trousers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5038", - "name": "Trousers", - "examine": "A pair of long dwarven trousers... long for dwarves, of course.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5039", - "name": "Trousers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5040", - "name": "Trousers", - "examine": "A pair of long dwarven trousers... long for dwarves, of course.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5041", - "name": "Trousers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5042", - "name": "Shorts", - "examine": "These look great, on dwarves!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5043", - "name": "Shorts", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5044", - "name": "Shorts", - "examine": "Yellow shorts. Far too small for you.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5045", - "name": "Shorts", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5046", - "name": "Shorts", - "examine": "Blue shorts, these would look great on dwarves!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5047", - "name": "Shorts", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5048", - "name": "Skirt", - "examine": "A brown skirt. Size small!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5049", - "name": "Skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5050", - "name": "Skirt", - "examine": "A blue skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5051", - "name": "Skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5052", - "name": "Skirt", - "examine": "Lilac skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5053", - "name": "Skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5054", - "name": "Dwarf", - "examine": "A short angry guy.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5055", - "name": "Dwarf", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5056", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5057", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5058", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5059", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5060", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3" - }, - { - "id": "5061", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3" - }, - { - "id": "5062", - "name": "Left boot", - "examine": "One of a pair I assume.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "5063", - "name": "Right boot", - "examine": "A good looking boot, for the right foot. Literally.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "5064", - "name": "Exquisite boots", - "examine": "A lovely pair of boots.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "5065", - "name": "Book on costumes", - "examine": "An old library book. It bears the title 'Scholars to Dwarven Costumes'.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5066", - "name": "Meeting notes", - "examine": "These notes are from a meeting of the Keldagrim Consortium.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5067", - "name": "Exquisite clothes", - "examine": "Clothes for the sculptor's model.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5068", - "name": "Master farmer", - "examine": "A master at farming.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5070", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5071", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5072", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5073", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5074", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5075", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5076", - "name": "Bird's egg", - "examine": "A red bird's egg.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5077", - "name": "Bird's egg", - "examine": "A blue bird's egg.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5078", - "name": "Bird's egg", - "examine": "A green bird's egg.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5096", - "name": "Marigold seed", - "examine": "A marigold seed - plant in flower patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{2,19}", - "shop_price": "84", - "tradeable": "true" - }, - { - "id": "5097", - "name": "Rosemary seed", - "examine": "A rosemary seed - plant in flower patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{11,19}", - "shop_price": "98", - "tradeable": "true" - }, - { - "id": "5098", - "name": "Nasturtium seed", - "examine": "A nasturtium seed - plant in flower patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{24,19}", - "shop_price": "14", - "tradeable": "true" - }, - { - "id": "5099", - "name": "Woad seed", - "examine": "A woad seed - plant in flower patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,25}", - "tradeable": "true" - }, - { - "id": "5100", - "name": "Limpwurt seed", - "examine": "A limpwurt seed - plant in flower patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,26}", - "shop_price": "70", - "tradeable": "true" - }, - { - "id": "5101", - "name": "Redberry seed", - "examine": "A redberry seed - Plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{10,19}", - "tradeable": "true" - }, - { - "id": "5102", - "name": "Cadavaberry seed", - "examine": "A cadavaberry seed - Plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{22,19}", - "tradeable": "true" - }, - { - "id": "5103", - "name": "Dwellberry seed", - "examine": "A dwellberry seed - Plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,36}", - "tradeable": "true" - }, - { - "id": "5104", - "name": "Jangerberry seed", - "examine": "A jangerberry bush seed - plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,48}", - "shop_price": "22", - "tradeable": "true" - }, - { - "id": "5105", - "name": "Whiteberry seed", - "examine": "A whiteberry bush seed - plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,59}", - "tradeable": "true" - }, - { - "id": "5106", - "name": "Poison ivy seed", - "examine": "A poison ivy bush seed - plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,70}", - "tradeable": "true" - }, - { - "id": "5280", - "name": "Cactus seed", - "examine": "A Cactus seed - plant in a cactus patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,55}", - "shop_price": "29", - "tradeable": "true" - }, - { - "id": "5281", - "name": "Belladonna seed", - "examine": "Also known as Deadly Nightshade - plant in a belladonna patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,63}", - "tradeable": "true" - }, - { - "id": "5282", - "name": "Mushroom spore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,53}" - }, - { - "id": "5283", - "name": "Apple tree seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,27}", - "tradeable": "true" - }, - { - "id": "5284", - "name": "Banana tree seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,33}", - "tradeable": "true" - }, - { - "id": "5285", - "name": "Orange tree seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,39}", - "tradeable": "true" - }, - { - "id": "5286", - "name": "Curry tree seed", - "examine": "Plant this in a plant pot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,42}", - "tradeable": "true" - }, - { - "id": "5287", - "name": "Pineapple seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,51}", - "tradeable": "true" - }, - { - "id": "5288", - "name": "Papaya tree seed", - "examine": "Plant this in a plant pot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,57}", - "tradeable": "true" - }, - { - "id": "5289", - "name": "Palm tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,68}", - "shop_price": "35000", - "tradeable": "true" - }, - { - "id": "5290", - "name": "Calquat tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,72}", - "shop_price": "35000", - "tradeable": "true" - }, - { - "id": "5291", - "name": "Guam seed", - "examine": "A guam seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{9,19}", - "tradeable": "true" - }, - { - "id": "5292", - "name": "Marrentill seed", - "examine": "A marrentill seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{14,19}", - "tradeable": "true" - }, - { - "id": "5293", - "name": "Tarromin seed", - "examine": "A tarromin seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,19}", - "tradeable": "true" - }, - { - "id": "5294", - "name": "Harralander seed", - "examine": "A harralander seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,26}", - "tradeable": "true" - }, - { - "id": "5295", - "name": "Ranarr seed", - "examine": "A Ranarr seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,32}", - "shop_price": "4000", - "tradeable": "true" - }, - { - "id": "5296", - "name": "Toadflax seed", - "examine": "A toadflax seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,38}", - "tradeable": "true" - }, - { - "id": "5297", - "name": "Irit seed", - "examine": "An irit seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,44}", - "tradeable": "true" - }, - { - "id": "5298", - "name": "Avantoe seed", - "examine": "An avantoe seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,50}", - "tradeable": "true" - }, - { - "id": "5299", - "name": "Kwuarm seed", - "examine": "A kwuarm seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,56}", - "tradeable": "true" - }, - { - "id": "5300", - "name": "Snapdragon seed", - "examine": "A snapdragon seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,62}", - "tradeable": "true" - }, - { - "id": "5301", - "name": "Cadantine seed", - "examine": "A cadantine seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,67}", - "tradeable": "true" - }, - { - "id": "5302", - "name": "Lantadyme seed", - "examine": "A lantadyme seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,73}", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5303", - "name": "Dwarf weed seed", - "examine": "A dwarf weed seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,79}", - "tradeable": "true" - }, - { - "id": "5304", - "name": "Torstol seed", - "examine": "A Torstol seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,85}", - "tradeable": "true" - }, - { - "id": "5305", - "name": "Barley seed", - "examine": "A barley seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{3,19}", - "shop_price": "38", - "tradeable": "true" - }, - { - "id": "5306", - "name": "Jute seed", - "examine": "A jute seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{13,19}", - "shop_price": "86", - "tradeable": "true" - }, - { - "id": "5307", - "name": "Hammerstone seed", - "examine": "A hammerstone hop seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{4,19}", - "shop_price": "52", - "tradeable": "true" - }, - { - "id": "5308", - "name": "Asgarnian seed", - "examine": "An Asgarnian hop seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{8,19}", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "5309", - "name": "Yanillian seed", - "examine": "A yanillian hop seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{16,19}", - "shop_price": "210", - "tradeable": "true" - }, - { - "id": "5310", - "name": "Krandorian seed", - "examine": "A krandorian hop seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{21,19}", - "shop_price": "8", - "tradeable": "true" - }, - { - "id": "5311", - "name": "Wildblood seed", - "examine": "A wildblood hop seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,28}", - "shop_price": "14", - "tradeable": "true" - }, - { - "id": "5312", - "name": "Acorn", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{15,19}", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "5313", - "name": "Willow seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,30}", - "tradeable": "true" - }, - { - "id": "5314", - "name": "Maple seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,45}", - "tradeable": "true" - }, - { - "id": "5315", - "name": "Yew seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,60}", - "tradeable": "true" - }, - { - "id": "5316", - "name": "Magic seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,75}", - "tradeable": "true" - }, - { - "id": "5317", - "name": "Spirit seed", - "examine": "Plant this in a plant pot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{19,83}", - "shop_price": "55000" - }, - { - "id": "5318", - "name": "Potato seed", - "examine": "A potato seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "8", - "tradeable": "true" - }, - { - "id": "5319", - "name": "Onion seed", - "examine": "An onion seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{5,19}", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "5320", - "name": "Sweetcorn seed", - "examine": "A sweetcorn seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,19}", - "tradeable": "true" - }, - { - "id": "5321", - "name": "Watermelon seed", - "examine": "A watermelon seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{19,47}", - "shop_price": "56", - "tradeable": "true" - }, - { - "id": "5322", - "name": "Tomato seed", - "examine": "A tomato seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{12,19}", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "5323", - "name": "Strawberry seed", - "examine": "A strawberry seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{19,31}", - "tradeable": "true" - }, - { - "id": "5324", - "name": "Cabbage seed", - "examine": "A cabbage seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{7,19}", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "5325", - "name": "Gardening trowel", - "examine": "Not suitable for archaeological digs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "12", - "tradeable": "true" - }, - { - "id": "5326", - "name": "Gardening trowel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5327", - "name": "Spade handle", - "examine": "I need to attach this to its head.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5328", - "name": "Spade head", - "examine": "I need to attach this to its handle.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5329", - "name": "Secateurs", - "examine": "Good for pruning away diseased leaves.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5330", - "name": "Secateurs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5331", - "name": "Watering can", - "examine": "This watering can is empty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "8", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5332", - "name": "Watering can", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5333", - "name": "Watering can(1)", - "examine": " This watering can is almost empty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.2" - }, - { - "id": "5334", - "name": "Watering can(2)", - "examine": "This watering can is three-quarters empty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.3" - }, - { - "id": "5335", - "name": "Watering can(3)", - "examine": "This watering can is just under half-full.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.4" - }, - { - "id": "5336", - "name": "Watering can(4)", - "examine": " Some would say this watering can is half-full, others half-empty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.5" - }, - { - "id": "5337", - "name": "Watering can(5)", - "examine": "This watering can is just over half-full.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.6" - }, - { - "id": "5338", - "name": "Watering can(6)", - "examine": " This watering can is three quarters full.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.7" - }, - { - "id": "5339", - "name": "Watering can(7)", - "examine": " This watering can is almost completely full.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.8" - }, - { - "id": "5340", - "name": "Watering can(8)", - "examine": " This watering can is completely full.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.9" - }, - { - "id": "5341", - "name": "Rake", - "examine": "Use this to clear weeds.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "5342", - "name": "Rake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5343", - "name": "Seed dibber", - "examine": "Use this to plant seeds with.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "5344", - "name": "Seed dibber", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5345", - "name": "Gardening boots", - "examine": "A pair of gardening boots.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5346", - "name": "Gardening boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5347", - "name": "Rake handle", - "examine": "I need to reattach this to its head.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.4" - }, - { - "id": "5348", - "name": "Rake head", - "examine": "I need to reattach this to its handle.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5350", - "name": "Plant pot", - "examine": "An empty plant pot.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5351", - "name": "Plant pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5352", - "name": "Unfired plant pot", - "examine": "An unfired plant pot.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "9", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5353", - "name": "Unfired plant pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5354", - "name": "Plant pot", - "examine": "A plant pot filled with soil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5355", - "name": "Plant pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5356", - "name": "Plant pot", - "examine": "A plant pot filled with soil.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5357", - "name": "Plant pot", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5358", - "name": "Oak seedling", - "examine": "An acorn has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "200" - }, - { - "id": "5359", - "name": "Willow seedling", - "examine": "A willow tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5360", - "name": "Maple seedling", - "examine": "A maple tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5361", - "name": "Yew seedling", - "examine": "A yew tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5362", - "name": "Magic seedling", - "examine": "A magic tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5363", - "name": "Spirit seedling", - "examine": "A spirit tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5364", - "name": "Oak seedling", - "examine": "An acorn has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "200" - }, - { - "id": "5365", - "name": "Willow seedling", - "examine": "A willow tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5366", - "name": "Maple seedling", - "examine": "A maple tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5367", - "name": "Yew seedling", - "examine": "A yew tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5368", - "name": "Magic seedling", - "examine": "A magic tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5369", - "name": "Spirit seedling", - "examine": "A spirit tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5370", - "name": "Oak sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5371", - "name": "Willow sapling", - "examine": "This sapling is ready to be replanted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5372", - "name": "Maple sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5373", - "name": "Yew sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5374", - "name": "Magic sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5375", - "name": "Spirit sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5376", - "name": "Basket", - "examine": "An empty fruit basket.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "5377", - "name": "Basket", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5378", - "name": "Apples(1)", - "examine": "A fruit basket filled with apples.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5379", - "name": "Apples(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5380", - "name": "Apples(2)", - "examine": "A fruit basket filled with apples.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5381", - "name": "Apples(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5382", - "name": "Apples(3)", - "examine": "A fruit basket filled with apples.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5383", - "name": "Apples(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5384", - "name": "Apples(4)", - "examine": "A fruit basket filled with apples.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5385", - "name": "Apples(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5386", - "name": "Apples(5)", - "examine": "A fruit basket filled with apples.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5387", - "name": "Apples(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5388", - "name": "Oranges(1)", - "examine": "A fruit basket filled with oranges", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5389", - "name": "Oranges(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5390", - "name": "Oranges(2)", - "examine": "A fruit basket filled with oranges", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5391", - "name": "Oranges(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5392", - "name": "Oranges(3)", - "examine": "A fruit basket filled with oranges", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5393", - "name": "Oranges(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5394", - "name": "Oranges(4)", - "examine": "A fruit basket filled with oranges", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5395", - "name": "Oranges(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5396", - "name": "Oranges(5)", - "examine": "A common fruit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "70", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5397", - "name": "Oranges(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5398", - "name": "Strawberries(1)", - "examine": "A fruit basket filled with strawberries.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "5399", - "name": "Strawberries(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5400", - "name": "Strawberries(2)", - "examine": "A fruit basket filled with strawberries.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "5401", - "name": "Strawberries(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5402", - "name": "Strawberries(3)", - "examine": "A fruit basket filled with strawberries.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "5403", - "name": "Strawberries(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5404", - "name": "Strawberries(4)", - "examine": "A fruit basket filled with strawberries.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "5405", - "name": "Strawberries(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5406", - "name": "Strawberries(5)", - "examine": "A fruit basket filled with strawberries.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "5407", - "name": "Strawberries(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5408", - "name": "Bananas(1)", - "examine": "A fruit basket filled with bananas.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5409", - "name": "Bananas(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5410", - "name": "Bananas(2)", - "examine": "A fruit basket filled with bananas.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5411", - "name": "Bananas(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5412", - "name": "Bananas(3)", - "examine": "A fruit basket filled with bananas.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5413", - "name": "Bananas(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5414", - "name": "Bananas(4)", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5415", - "name": "Bananas(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5416", - "name": "Bananas(5)", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5417", - "name": "Bananas(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5418", - "name": "Empty sack", - "examine": "An empty sack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "5419", - "name": "Empty sack", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5420", - "name": "Potatoes(1)", - "examine": "There is one potato in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5421", - "name": "Potatoes(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5422", - "name": "Potatoes(2)", - "examine": "There are two potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5423", - "name": "Potatoes(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5424", - "name": "Potatoes(3)", - "examine": "There are three potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5425", - "name": "Potatoes(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5426", - "name": "Potatoes(4)", - "examine": "There are four potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5427", - "name": "Potatoes(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5428", - "name": "Potatoes(5)", - "examine": "There are five potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5429", - "name": "Potatoes(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5430", - "name": "Potatoes(6)", - "examine": "There are six potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5431", - "name": "Potatoes(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5432", - "name": "Potatoes(7)", - "examine": "There are seven potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5433", - "name": "Potatoes(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5434", - "name": "Potatoes(8)", - "examine": "There are eight potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5435", - "name": "Potatoes(8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5436", - "name": "Potatoes(9)", - "examine": "There are nine potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5437", - "name": "Potatoes(9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5438", - "name": "Potatoes(10)", - "examine": "There are ten potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5439", - "name": "Potatoes(10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5440", - "name": "Onions(1)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5441", - "name": "Onions(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5442", - "name": "Onions(2)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5443", - "name": "Onions(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5444", - "name": "Onions(3)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5445", - "name": "Onions(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5446", - "name": "Onions(4)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5447", - "name": "Onions(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5448", - "name": "Onions(5)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5449", - "name": "Onions(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5450", - "name": "Onions(6)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5451", - "name": "Onions(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5452", - "name": "Onions(7)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5453", - "name": "Onions(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5454", - "name": "Onions(8)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5455", - "name": "Onions(8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5456", - "name": "Onions(9)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5457", - "name": "Onions(9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5458", - "name": "Onions(10)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5459", - "name": "Onions(10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5460", - "name": "Cabbages(1)", - "examine": "There is one cabbage in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5461", - "name": "Cabbages(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5462", - "name": "Cabbages(2)", - "examine": "There are two cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5463", - "name": "Cabbages(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5464", - "name": "Cabbages(3)", - "examine": "There are three cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5465", - "name": "Cabbages(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5466", - "name": "Cabbages(4)", - "examine": "There are four cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5467", - "name": "Cabbages(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5468", - "name": "Cabbages(5)", - "examine": "There are five cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5469", - "name": "Cabbages(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5470", - "name": "Cabbages(6)", - "examine": "There are six cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5471", - "name": "Cabbages(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5472", - "name": "Cabbages(7)", - "examine": "There are seven cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5473", - "name": "Cabbages(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5474", - "name": "Cabbages(8)", - "examine": "There are eight cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5475", - "name": "Cabbages(8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5476", - "name": "Cabbages(9)", - "examine": "There are nine cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5477", - "name": "Cabbages(9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5478", - "name": "Cabbages(10)", - "examine": "There are ten cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5479", - "name": "Cabbages(10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5480", - "name": "Apple seedling", - "examine": "An apple tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5481", - "name": "Banana seedling", - "examine": "A banana tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5482", - "name": "Orange seedling", - "examine": "An orange tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5483", - "name": "Curry seedling", - "examine": "A curry tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5484", - "name": "Pineapple seedling", - "examine": "A pineapple plant seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5485", - "name": "Papaya seedling", - "examine": "A papaya tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5486", - "name": "Palm seedling", - "examine": "A palm tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.66" - }, - { - "id": "5487", - "name": "Calquat seedling", - "examine": "A calquat tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5488", - "name": "Apple seedling", - "examine": "An apple tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5489", - "name": "Banana seedling", - "examine": "A banana tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5490", - "name": "Orange seedling", - "examine": "An orange tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5491", - "name": "Curry seedling", - "examine": "A curry tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5492", - "name": "Pineapple seedling", - "examine": "A pineapple plant seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5493", - "name": "Papaya seedling", - "examine": "A papaya tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5494", - "name": "Palm seedling", - "examine": "A palm tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.66" - }, - { - "id": "5495", - "name": "Calquat seedling", - "examine": "A calquat tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5496", - "name": "Apple sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5497", - "name": "Banana sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5498", - "name": "Orange sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5499", - "name": "Curry sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5500", - "name": "Pineapple sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5501", - "name": "Papaya sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5502", - "name": "Palm sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5503", - "name": "Calquat sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5504", - "name": "Strawberry", - "examine": "A freshly picked strawberry.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5505", - "name": "Strawberry", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5506", - "name": "Old man's message", - "examine": "The Wise Old Man of Draynor Village asked you to take this to someone.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5507", - "name": "Strange book", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5508", - "name": "Book of folklore", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5509", - "name": "Small pouch", - "examine": "A small pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5510", - "name": "Medium pouch", - "examine": "A medium-sized pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5511", - "name": "Medium pouch", - "examine": "A medium-sized pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5512", - "name": "Large pouch", - "examine": "A large pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "25000", - "weight": "1" - }, - { - "id": "5513", - "name": "Large pouch", - "examine": "A large pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "25000", - "weight": "1" - }, - { - "id": "5514", - "name": "Giant pouch", - "examine": "A giant-sized pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50000", - "weight": "1" - }, - { - "id": "5515", - "name": "Giant pouch", - "examine": "A giant-sized pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50000", - "weight": "1" - }, - { - "id": "5516", - "name": "Elemental talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "5517", - "name": "Elemental talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "5518", - "name": "Scrying orb", - "examine": "This contains mystical teleport information...", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5519", - "name": "Scrying orb", - "examine": "This orb apparently contains a cypher spell.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5520", - "name": "Abyssal book", - "examine": "Some research notes on abyssal space.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5521", - "name": "Binding necklace", - "examine": "A necklace embedded with mystical power.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5522", - "name": "Binding necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5523", - "name": "Tiara mould", - "examine": "A mould for tiaras.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5524", - "name": "Tiara mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5525", - "name": "Tiara", - "examine": "Makes me feel like a Princess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5526", - "name": "Tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5527", - "name": "Air tiara", - "examine": "A tiara infused with the properties of air.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5528", - "name": "Air tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5529", - "name": "Mind tiara", - "examine": "A tiara infused with the properties of the mind.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5530", - "name": "Mind tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5531", - "name": "Water tiara", - "examine": "A tiara infused with the properties of water.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5532", - "name": "Water tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5533", - "name": "Body tiara", - "examine": "A tiara infused with the properties of the body.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5534", - "name": "Body tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5535", - "name": "Earth tiara", - "examine": "A tiara infused with the properties of the earth.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5536", - "name": "Earth tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5537", - "name": "Fire tiara", - "examine": "A tiara infused with the properties of fire.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5538", - "name": "Fire tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5539", - "name": "Cosmic tiara", - "examine": "A tiara infused with the properties of the cosmos.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5540", - "name": "Cosmic tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5541", - "name": "Nature tiara", - "examine": "A tiara infused with the properties of nature.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5542", - "name": "Nature tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5543", - "name": "Chaos tiara", - "examine": "A tiara infused with the properties of chaos.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5544", - "name": "Chaos tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5545", - "name": "Law tiara", - "examine": "A tiara infused with the properties of law.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5546", - "name": "Law tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5547", - "name": "Death tiara", - "examine": "A tiara infused with the properties of death.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5548", - "name": "Death tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5549", - "name": "Blood tiara", - "examine": "A tiara infused with the properties of Blood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5550", - "name": "Blood tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5551", - "name": "Soul tiara", - "examine": " A tiara infused with the properties of the soul.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5552", - "name": "Soul tiara", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5553", - "name": "Rogue top", - "examine": "Black banded leather armour, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,10,10,10,10,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "0.4" - }, - { - "id": "5554", - "name": "Rogue mask", - "examine": "Black banded leather armour, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "weight": "0.5" - }, - { - "id": "5555", - "name": "Rogue trousers", - "examine": "Black banded leather armour, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "weight": "0.4" - }, - { - "id": "5556", - "name": "Rogue gloves", - "examine": "Black banded leather gloves, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,2,2,2,2,2,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "weight": "0.4" - }, - { - "id": "5557", - "name": "Rogue boots", - "examine": "Black banded leather boots, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,2,2,2,2,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "weight": "0.4" - }, - { - "id": "5558", - "name": "Rogue kit", - "examine": "It can do almost anything!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "35" - }, - { - "id": "5559", - "name": "Flash powder", - "examine": "A small satchel of bright powder!", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5560", - "name": "Stethoscope", - "examine": "A useful hearing aid.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "shop_price": "10" - }, - { - "id": "5561", - "name": "Mystic jewel", - "examine": "I can escape the Maze with this!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5568", - "name": "Picture", - "examine": "A fraction of a roof.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.6" - }, - { - "id": "5574", - "name": "Initiate sallet", - "examine": "An initiate Temple Knight's helm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,3,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,20}", - "shop_price": "6000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "5575", - "name": "Initiate hauberk", - "examine": "An initiate Temple Knight's Armour.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,6,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{1,20}", - "shop_price": "10000", - "tradeable": "true", - "weight": "8" - }, - { - "id": "5576", - "name": "Initiate cuisse", - "examine": "An initiate Temple Knight's leg armour.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,5,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,20}", - "shop_price": "8000", - "tradeable": "true", - "weight": "7" - }, - { - "id": "5577", - "name": "Cupric sulphate", - "examine": "A vial of something labelled 'Cupric Sulfate'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5578", - "name": "Acetic acid", - "examine": "A vial of something labelled 'Acetic Acid'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5579", - "name": "Gypsum", - "examine": "A vial of something labelled 'Gypsum'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5580", - "name": "Sodium chloride", - "examine": "A vial of something labelled 'Sodium Chloride'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5581", - "name": "Nitrous oxide", - "examine": "A vial of something labelled 'Nitrous Oxide'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5582", - "name": "Vial of liquid", - "examine": "A vial of something labelled Dihydrogen Monoxide.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5583", - "name": "Tin ore powder", - "examine": "A vial of something labelled 'Powdered Tin Ore'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5584", - "name": "Cupric ore powder", - "examine": "A vial of something labelled 'Powdered Cupric Ore'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5585", - "name": "Bronze Key", - "examine": "I hope the mould was accurate enough...", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.01" - }, - { - "id": "5586", - "name": "Metal spade", - "examine": "It's a metal spade with a wooden handle.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.814" - }, - { - "id": "5587", - "name": "Metal spade", - "examine": "It's a metal spade without a handle.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.814" - }, - { - "id": "5588", - "name": "Alchemical notes", - "examine": "Looks like a pretty boring read.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5592", - "name": "Tin", - "examine": "A tin layered with some stuff from a vial.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5593", - "name": "Tin", - "examine": "It's full of a white lumpy mixture that seems to be hardening.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5594", - "name": "Tin", - "examine": "There is an impression of a key embedded in it.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5595", - "name": "Tin", - "examine": "There is an impression of a key, filled with tin ore.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5596", - "name": "Tin", - "examine": "There is an impression of a key, filled with copper ore.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5597", - "name": "Tin", - "examine": "There is an impression of a key, filled with tin and copper ore.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5598", - "name": "Tin", - "examine": "There is a bronze key surrounded by plaster in this tin.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5599", - "name": "Tin", - "examine": "There is a strange concoction filling this tin.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5600", - "name": "Tin", - "examine": "I could probably pour something into this.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "5601", - "name": "Chisel", - "examine": "Good for detailed crafting.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "14", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "5602", - "name": "Bronze wire", - "examine": "Useful for crafting items.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5603", - "name": "Shears", - "examine": "For shearing sheep.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "false", - "weight": "0.113" - }, - { - "id": "5604", - "name": "Magnet", - "examine": "A very attractive magnet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5605", - "name": "Knife", - "examine": "A dangerous looking knife.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "25", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "5606", - "name": "Makeover voucher", - "examine": "I can exchange this for one free makeover with the makeover mage.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5607", - "name": "Grain", - "examine": "Some wheat heads.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1", - "shop_price": "2", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "5608", - "name": "Fox", - "examine": "A cunning animal.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "5609", - "name": "Chicken", - "examine": "Normal: Yep. Definitely a chicken.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "5610", - "name": "Hourglass", - "examine": "There's not much sand left in the top half...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5611", - "name": "Initiate sallet", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5612", - "name": "Initiate hauberk", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5613", - "name": "Initiate cuisse", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5614", - "name": "Magic carpet", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "191", - "run_anim": "330", - "stand_anim": "330", - "stand_turn_anim": "330", - "turn180_anim": "330", - "turn90ccw_anim": "330", - "turn90cw_anim": "330", - "walk_anim": "330" - }, - { - "id": "5615", - "name": "Bonemeal", - "examine": "A pot of crushed bearded gorilla monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5616", - "name": "Bronze arrow(p+)", - "examine": "Arrows with bronze heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "7", - "tradeable": "true" - }, - { - "id": "5617", - "name": "Iron arrow(p+)", - "examine": "Arrows with iron heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "5618", - "name": "Steel arrow(p+)", - "examine": "Arrows with steel heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "46", - "tradeable": "true" - }, - { - "id": "5619", - "name": "Mithril arrow(p+)", - "examine": "Arrows with mithril heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "shop_price": "76", - "tradeable": "true" - }, - { - "id": "5620", - "name": "Adamant arrow(p+)", - "examine": "Arrows with adamantite heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "shop_price": "172", - "tradeable": "true" - }, - { - "id": "5621", - "name": "Rune arrow(p+)", - "examine": "Arrows with rune heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "shop_price": "510", - "tradeable": "true" - }, - { - "id": "5622", - "name": "Bronze arrow(p++)", - "examine": "Arrows with bronze heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "7", - "tradeable": "true" - }, - { - "id": "5623", - "name": "Iron arrow(p++)", - "examine": "Arrows with iron heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "5624", - "name": "Steel arrow(p++)", - "examine": "Arrows with steel heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "46", - "tradeable": "true" - }, - { - "id": "5625", - "name": "Mithril arrow(p++)", - "examine": "Arrows with mithril heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "shop_price": "76", - "tradeable": "true" - }, - { - "id": "5626", - "name": "Adamant arrow(p++)", - "examine": "Arrows with adamantite heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "shop_price": "172", - "tradeable": "true" - }, - { - "id": "5627", - "name": "Rune arrow(p++)", - "examine": "Arrows with rune heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "shop_price": "510", - "tradeable": "true" - }, - { - "id": "5628", - "name": "Bronze dart(p+)", - "examine": "A deadly throwing dart with a bronze tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5629", - "name": "Iron dart(p+)", - "examine": "A deadly throwing dart with an iron tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5630", - "name": "Steel dart(p+)", - "examine": "A deadly throwing dart with a steel tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5631", - "name": "Black dart(p+)", - "examine": "A deadly throwing dart with a black tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,10}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5632", - "name": "Mithril dart(p+)", - "examine": "A deadly throwing dart with a mithril tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5633", - "name": "Adamant dart(p+)", - "examine": "A deadly throwing dart with an adamantite tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5634", - "name": "Rune dart(p+)", - "examine": "A deadly throwing dart with a rune tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,40}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5635", - "name": "Bronze dart(p++)", - "examine": "A deadly throwing dart with a bronze tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5636", - "name": "Iron dart(p++)", - "examine": "A deadly throwing dart with an iron tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5637", - "name": "Steel dart(p++)", - "examine": "A deadly throwing dart with a steel tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5638", - "name": "Black dart(p++)", - "examine": "A deadly throwing dart with a black tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,10}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5639", - "name": "Mithril dart(p++)", - "examine": "A deadly throwing dart with a mithril tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5640", - "name": "Adamant dart(p++)", - "examine": "A deadly throwing dart with an adamantite tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5641", - "name": "Rune dart(p++)", - "examine": "A deadly throwing dart with a rune tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,40}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5642", - "name": "Bronze javelin(p+)", - "examine": "A bronze-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "6", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5643", - "name": "Iron javelin(p+)", - "examine": "An iron-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "8", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5644", - "name": "Steel javelin(p+)", - "examine": "A steel-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", - "shop_price": "37", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5645", - "name": "Mithril javelin(p+)", - "examine": "A mithril tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", - "shop_price": "79", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5646", - "name": "Adamant javelin(p+)", - "examine": "An adamant tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,30}", - "shop_price": "100", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5647", - "name": "Rune javelin(p+)", - "examine": "A rune tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "624", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5648", - "name": "Bronze jav'n(p++)", - "examine": "A bronze-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5649", - "name": "Iron javelin(p++)", - "examine": "An iron-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "8", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5650", - "name": "Steel javelin(p++)", - "examine": "A steel-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", - "shop_price": "37", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5651", - "name": "Mithril javelin(p++)", - "examine": "A mithril tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", - "shop_price": "79", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5652", - "name": "Adamant javelin(p++)", - "examine": "An adamant tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,30}", - "shop_price": "100", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5653", - "name": "Rune javelin(p++)", - "examine": "A rune tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,40}", - "shop_price": "624", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5654", - "name": "Bronze knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "14", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5655", - "name": "Iron knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "58", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5656", - "name": "Steel knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "68", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5657", - "name": "Mithril knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,20}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5658", - "name": "Black knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,10}", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5659", - "name": "Adamant knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5660", - "name": "Rune knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5661", - "name": "Bronze knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "14", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5662", - "name": "Iron knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "58", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5663", - "name": "Steel knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "68", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5664", - "name": "Mithril knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,20}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5665", - "name": "Black knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,10}", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5666", - "name": "Adamant knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,30}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5667", - "name": "Rune knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5668", - "name": "Iron dagger(p+)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "38", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5669", - "name": "Iron dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5670", - "name": "Bronze dagger(p+)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "11", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5671", - "name": "Bronze dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5672", - "name": "Steel dagger(p+)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,5}", - "shop_price": "135", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5673", - "name": "Steel dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5674", - "name": "Mithril dagger(p+)", - "examine": "A dangerous dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,20}", - "shop_price": "130", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.3" - }, - { - "id": "5675", - "name": "Mithril dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5676", - "name": "Adamant dagger(p+)", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,30}", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "5677", - "name": "Adamant dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5678", - "name": "Rune dagger(p+)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,40}", - "shop_price": "8000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5679", - "name": "Rune dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5680", - "name": "Dragon dagger(p+)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,60}", - "shop_price": "60000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5681", - "name": "Dragon dagger(p+)", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "defence_anim": "397", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "5682", - "name": "Black dagger(p+)", - "examine": "A vicious black dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5683", - "name": "Black dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5684", - "name": "Poison dagger(p+)", - "archery_ticket_price": "0", - "attack_audios": "2517,2517,2500,2517", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" - }, - { - "id": "5685", - "name": "Poison dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5686", - "name": "Iron dagger(p++)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "38", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5687", - "name": "Iron dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5688", - "name": "Br'ze dagger(p++)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "11", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5689", - "name": "Br'ze dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5690", - "name": "Steel dagger(p++)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,5}", - "shop_price": "135", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5691", - "name": "Steel dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5692", - "name": "Mithril dagger(p++)", - "examine": "A dangerous dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,20}", - "shop_price": "130", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.3" - }, - { - "id": "5693", - "name": "Mithril dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5694", - "name": "Adamant dagger(p++)", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,30}", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "5695", - "name": "Adamant dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5696", - "name": "Rune dagger(p++)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,40}", - "shop_price": "8000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5697", - "name": "Rune dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5698", - "name": "Dragon dagger(p++)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,60}", - "shop_price": "60000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5699", - "name": "Dragon dagger(p++)", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "defence_anim": "397", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "5700", - "name": "Black dagger(p++)", - "examine": "A vicious black dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5701", - "name": "Black dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5702", - "name": "Poison dagger(p++)", - "archery_ticket_price": "0", - "attack_audios": "2517,2517,2500,2517", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" - }, - { - "id": "5703", - "name": "Poison dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5704", - "name": "Bronze spear(p+)", - "examine": "A bronze tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5705", - "name": "Bronze spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5706", - "name": "Iron spear(p+)", - "examine": "An iron tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5707", - "name": "Iron spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5708", - "name": "Steel spear(p+)", - "examine": "A steel tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5709", - "name": "Steel spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5710", - "name": "Mithril spear(p+)", - "examine": "A mithril tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "5711", - "name": "Mithril spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5712", - "name": "Adamant spear(p+)", - "examine": "An adamant tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "5713", - "name": "Adamant spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5714", - "name": "Rune spear(p+)", - "examine": "A rune tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5715", - "name": "Rune spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5716", - "name": "Dragon spear(p+)", - "examine": "A dragon tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "5717", - "name": "Dragon spear(p+)", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "defence_anim": "2079", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "5718", - "name": "Bronze spear(p++)", - "examine": "A bronze tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5719", - "name": "Bronze spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5720", - "name": "Iron spear(p++)", - "examine": "An iron tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5721", - "name": "Iron spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5722", - "name": "Steel spear(p++)", - "examine": "A steel tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5723", - "name": "Steel spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5724", - "name": "Mithril spear(p++)", - "examine": "A mithril tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "5725", - "name": "Mithril spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5726", - "name": "Adamant spear(p++)", - "examine": "An adamant tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14" - }, - { - "id": "5727", - "name": "Adamant spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5728", - "name": "Rune spear(p++)", - "examine": "A rune tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5729", - "name": "Rune spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5730", - "name": "Dragon spear(p++)", - "examine": "A dragon tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "5731", - "name": "Dragon spear(p++)", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "defence_anim": "2079", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "5732", - "name": "Stool", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "5733", - "name": "Rotten potato", - "examine": "Yuk!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5734", - "name": "Black spear(p+)", - "examine": "A black tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5735", - "name": "Black spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5736", - "name": "Black spear(p++)", - "examine": "A black tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5737", - "name": "Black spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5738", - "name": "Woad leaf", - "examine": "A slightly bluish leaf.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "5739", - "name": "Asgarnian ale(m)", - "examine": "This looks a good deal stronger than normal Asgarnian ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5740", - "name": "Asgarnian ale(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5741", - "name": "Mature wmb", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5742", - "name": "Mature wmb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5743", - "name": "Greenman's ale(m)", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5744", - "name": "Greenman's ale(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5745", - "name": "Dragon bitter(m)", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5746", - "name": "Dragon bitter(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5747", - "name": "Dwarven stout(m)", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5748", - "name": "Dwarven stout(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5749", - "name": "Moonlight mead(m)", - "examine": "This looks a good deal stronger than normal Moonlight Mead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5750", - "name": "Moonlight mead(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5751", - "name": "Axeman's folly", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5752", - "name": "Axeman's folly", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5753", - "name": "Axeman's folly(m)", - "examine": "This looks a good deal stronger than a normal Axeman's Folly.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5754", - "name": "Axeman's folly(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5755", - "name": "Chef's delight", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5756", - "name": "Chef's delight", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5757", - "name": "Chef's delight(m)", - "examine": "This looks a good deal stronger than normal Chef's Delight.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5758", - "name": "Chef's delight(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5759", - "name": "Slayer's respite", - "examine": "Ale with bite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5760", - "name": "Slayer's respite", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5761", - "name": "Slayer's respite(m)", - "examine": "This looks a good deal stronger than normal Slayer's Respite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5762", - "name": "Slayer's respite(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5763", - "name": "Cider", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5764", - "name": "Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5765", - "name": "Mature cider", - "examine": "This looks a good deal stronger than normal cider.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5766", - "name": "Mature cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5767", - "name": "Ale yeast", - "examine": "A pot filled with ale yeast.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "2" - }, - { - "id": "5768", - "name": "Ale yeast", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5769", - "name": "Calquat keg", - "examine": "Sliced and hollowed out to form a keg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5770", - "name": "Calquat keg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5771", - "name": "Dwarven stout(1)", - "examine": "A pint of thick dark beer.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5772", - "name": "Dwarven stout(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5773", - "name": "Dwarven stout(2)", - "examine": "A pint of thick dark beer.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5774", - "name": "Dwarven stout(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5775", - "name": "Dwarven stout(3)", - "examine": "A pint of thick dark beer.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5776", - "name": "Dwarven stout(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5777", - "name": "Dwarven stout(4)", - "examine": "A pint of thick dark beer.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5778", - "name": "Dwarven stout(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5779", - "name": "Asgarnian ale(1)", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5780", - "name": "Asgarnian ale(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5781", - "name": "Asgarnian ale(2)", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5782", - "name": "Asgarnian ale(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5783", - "name": "Asgarnian ale(3)", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5784", - "name": "Asgarnian ale(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5785", - "name": "Asgarnian ale(4)", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5786", - "name": "Asgarnian ale(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5787", - "name": "Greenmans ale(1)", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5788", - "name": "Greenmans ale(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5789", - "name": "Greenmans ale(2)", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5790", - "name": "Greenmans ale(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5791", - "name": "Greenmans ale(3)", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5792", - "name": "Greenmans ale(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5793", - "name": "Greenmans ale(4)", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5794", - "name": "Greenmans ale(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5795", - "name": "Mind bomb(1)", - "examine": "It's got strange bubbles in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5796", - "name": "Mind bomb(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5797", - "name": "Mind bomb(2)", - "examine": "It's got strange bubbles in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5798", - "name": "Mind bomb(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5799", - "name": "Mind bomb(3)", - "examine": "It's got strange bubbles in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5800", - "name": "Mind bomb(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5801", - "name": "Mind bomb(4)", - "examine": "It's got strange bubbles in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5802", - "name": "Mind bomb(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5803", - "name": "Dragon bitter(1)", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5804", - "name": "Dragon bitter(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5805", - "name": "Dragon bitter(2)", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5806", - "name": "Dragon bitter(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5807", - "name": "Dragon bitter(3)", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5808", - "name": "Dragon bitter(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5809", - "name": "Dragon bitter(4)", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5810", - "name": "Dragon bitter(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5811", - "name": "Moonlight mead(1)", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5812", - "name": "Moonlight mead(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5813", - "name": "Moonlight mead(2)", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5814", - "name": "Moonlight mead(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5815", - "name": "Moonlight mead(3)", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5816", - "name": "Moonlight mead(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5817", - "name": "Moonlight mead(4)", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5818", - "name": "Moonlight mead(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5819", - "name": "Axeman's folly(1)", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5820", - "name": "Axeman's folly(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5821", - "name": "Axeman's folly(2)", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5822", - "name": "Axeman's folly(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5823", - "name": "Axeman's folly(3)", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5824", - "name": "Axeman's folly(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5825", - "name": "Axeman's folly(4)", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5826", - "name": "Axeman's folly(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5827", - "name": "Chef's delight(1)", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5828", - "name": "Chef's delight(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5829", - "name": "Chef's delight(2)", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5830", - "name": "Chef's delight(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5831", - "name": "Chef's delight(3)", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5832", - "name": "Chef's delight(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5833", - "name": "Chef's delight(4)", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5834", - "name": "Chef's delight(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5835", - "name": "Slayer's respite(1)", - "examine": "Ale with bite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5836", - "name": "Slayer's respite(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5837", - "name": "Slayer's respite(2)", - "examine": "Ale with bite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5838", - "name": "Slayer's respite(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5839", - "name": "Slayer's respite(3)", - "examine": "Ale with bite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5840", - "name": "Slayer's respite(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5841", - "name": "Slayer's respite(4)", - "examine": "Ale with bite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5842", - "name": "Slayer's respite(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5843", - "name": "Cider(1)", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5844", - "name": "Cider(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5845", - "name": "Cider(2)", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5846", - "name": "Cider(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5847", - "name": "Cider(3)", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5848", - "name": "Cider(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5849", - "name": "Cider(4)", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5850", - "name": "Cider(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5851", - "name": "Dwarven stout(m1)", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5852", - "name": "Dwarven stout(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5853", - "name": "Dwarven stout(m2)", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5854", - "name": "Dwarven stout(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5855", - "name": "Dwarven stout(m3)", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5856", - "name": "Dwarven stout(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5857", - "name": "Dwarven stout(m4)", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5858", - "name": "Dwarven stout(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5859", - "name": "Asgarnian ale(m1)", - "examine": "This looks a good deal stronger than normal Asgarnian ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5860", - "name": "Asgarnian ale(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5861", - "name": "Asgarnian ale(m2)", - "examine": "This looks a good deal stronger than normal Asgarnian ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5862", - "name": "Asgarnian ale(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5863", - "name": "Asgarnian ale(m3)", - "examine": "This looks a good deal stronger than normal Asgarnian ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5864", - "name": "Asgarnian ale(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5865", - "name": "Asgarnian ale(m4)", - "examine": "This looks a good deal stronger than normal Asgarnian ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5866", - "name": "Asgarnian ale(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5867", - "name": "Greenmans ale(m1)", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5868", - "name": "Greenmans ale(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5869", - "name": "Greenmans ale(m2)", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5870", - "name": "Greenmans ale(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5871", - "name": "Greenmans ale(m3)", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5872", - "name": "Greenmans ale(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5873", - "name": "Greenmans ale(m4)", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5874", - "name": "Greenmans ale(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5875", - "name": "Mind bomb(m1)", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5876", - "name": "Mind bomb(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5877", - "name": "Mind bomb(m2)", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5878", - "name": "Mind bomb(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5879", - "name": "Mind bomb(m3)", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5880", - "name": "Mind bomb(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5881", - "name": "Mind bomb(m4)", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5882", - "name": "Mind bomb(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5883", - "name": "Dragon bitter(m1)", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5884", - "name": "Dragon bitter(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5885", - "name": "Dragon bitter(m2)", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5886", - "name": "Dragon bitter(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5887", - "name": "Dragon bitter(m3)", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5888", - "name": "Dragon bitter(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5889", - "name": "Dragon bitter(m4)", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5890", - "name": "Dragon bitter(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5891", - "name": "M'light mead(m1)", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5892", - "name": "M'light mead(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5893", - "name": "M'light mead(m2)", - "examine": "This looks a good deal stronger than normal Moonlight Mead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5894", - "name": "M'light mead(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5895", - "name": "M'light mead(m3)", - "examine": "This looks a good deal stronger than normal Moonlight Mead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5896", - "name": "M'light mead(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5897", - "name": "M'light mead(m4)", - "examine": "This looks a good deal stronger than normal Moonlight Mead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5898", - "name": "M'light mead(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5899", - "name": "Axeman's folly(m1)", - "examine": "This looks a good deal stronger than a normal Axeman's Folly.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5900", - "name": "Axeman's folly(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5901", - "name": "Axeman's folly(m2)", - "examine": "This looks a good deal stronger than a normal Axeman's Folly.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5902", - "name": "Axeman's folly(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5903", - "name": "Axeman's folly(m3)", - "examine": "This looks a good deal stronger than a normal Axeman's Folly.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5904", - "name": "Axeman's folly(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5905", - "name": "Axeman's folly(m4)", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5906", - "name": "Axeman's folly(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5907", - "name": "Chef's delight(m1)", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5908", - "name": "Chef's delight(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5909", - "name": "Chef's delight(m2)", - "examine": "This looks a good deal stronger than normal Chef's Delight.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5910", - "name": "Chef's delight(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5911", - "name": "Chef's delight(m3)", - "examine": "This looks a good deal stronger than normal Chef's Delight.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5912", - "name": "Chef's delight(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5913", - "name": "Chef's delight(m4)", - "examine": "This looks a good deal stronger than normal Chef's Delight.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5914", - "name": "Chef's delight(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5915", - "name": "Slayer respite(m1)", - "examine": "This looks a good deal stronger than normal Slayer's Respite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5916", - "name": "Slayer respite(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5917", - "name": "Slayer respite(m2)", - "examine": "This looks a good deal stronger than normal Slayer's Respite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5918", - "name": "Slayer respite(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5919", - "name": "Slayer respite(m3)", - "examine": "This looks a good deal stronger than normal Slayer's Respite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5920", - "name": "Slayer respite(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5921", - "name": "Slayer respite(m4)", - "examine": "This looks a good deal stronger than normal Slayer's Respite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5922", - "name": "Slayer respite(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5923", - "name": "Cider(m1)", - "examine": "This looks a good deal stronger than normal cider.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5924", - "name": "Cider(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5925", - "name": "Cider(m2)", - "examine": "This looks a good deal stronger than normal cider.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5926", - "name": "Cider(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5927", - "name": "Cider(m3)", - "examine": "This looks a good deal stronger than normal cider.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5928", - "name": "Cider(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5929", - "name": "Cider(m4)", - "examine": "This looks a good deal stronger than normal cider.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5930", - "name": "Cider(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5931", - "name": "Jute fibre", - "examine": "I can weave this to make sacks.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", + "grand_exchange_price": "165", + "durability": null, + "name": "Gold ring", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "1636" }, { - "id": "5932", - "name": "Jute fibre", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "5933", - "name": "Willow branch", - "examine": "A branch from a willow tree.", - "archery_ticket_price": "0", + "examine": "A valuable ring.", + "grand_exchange_price": "561", "durability": null, - "ge_buy_limit": "200", + "name": "Sapphire ring", "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5934", - "name": "Willow branch", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" + "id": "1637", + "equipment_slot": "12" }, { - "id": "5935", - "name": "Coconut milk", - "examine": "A vial filled with coconut milk.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5936", - "name": "Weapon poison+(unf)", - "examine": "A vial of coconut milk and a cactus spine." - }, - { - "id": "5937", - "name": "Weapon poison+", - "examine": "A vial of extra-strong weapon poison, for spears and daggers.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5938", - "name": "Weapon poison+", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5939", - "name": "Weapon poison++(unf)", - "examine": "A vial of coconut milk and some deadly nightshade." - }, - { - "id": "5940", - "name": "Weapon poison++", - "examine": "A vial of super strong weapon poison, for spears and daggers.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5941", - "name": "Weapon poison++", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5942", - "name": "Antipoison+(unf)", - "examine": "A vial of coconut milk and a toadflax." - }, - { - "id": "5943", - "name": "Antipoison+(4)", - "examine": "4 doses of extra-stong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5944", - "name": "Antipoison+(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5945", - "name": "Antipoison+(3)", - "examine": "3 doses of extra-stong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5946", - "name": "Antipoison+(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5947", - "name": "Antipoison+(2)", - "examine": "2 doses of extra-stong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5948", - "name": "Antipoison+(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5949", - "name": "Antipoison+(1)", - "examine": "1 dose of extra-stong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5950", - "name": "Antipoison+(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5951", - "name": "Antipoison++(unf)", - "examine": "A vial of coconut milk and an irit." - }, - { - "id": "5952", - "name": "Antipoison++(4)", - "examine": "4 doses of a super-strong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5953", - "name": "Antipoison++(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5954", - "name": "Antipoison++(3)", - "examine": "3 doses of a super-strong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5955", - "name": "Antipoison++(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5956", - "name": "Antipoison++(2)", - "examine": "2 doses of a super-strong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5957", - "name": "Antipoison++(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5958", - "name": "Antipoison++(1)", - "examine": "1 dose of a super-strong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5959", - "name": "Antipoison++(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5960", - "name": "Tomatoes(1)", - "examine": "A basket filled with tomatoes.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5961", - "name": "Tomatoes(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5962", - "name": "Tomatoes(2)", - "examine": "A basket filled with tomatoes.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5963", - "name": "Tomatoes(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5964", - "name": "Tomatoes(3)", - "examine": "A basket filled with tomatoes.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5965", - "name": "Tomatoes(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5966", - "name": "Tomatoes(4)", - "examine": "A basket filled with tomatoes.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5967", - "name": "Tomatoes(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5968", - "name": "Tomatoes(5)", - "examine": "A basket filled with tomatoes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5969", - "name": "Tomatoes(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5970", - "name": "Curry leaf", - "examine": "I could make a spicy curry with this.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "561", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1638" }, { - "id": "5971", - "name": "Curry leaf", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "A valuable ring.", + "grand_exchange_price": "884", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1639", + "equipment_slot": "12" }, { - "id": "5972", - "name": "Papaya fruit", - "examine": "Looks delicious.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "884", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1640" }, { - "id": "5973", - "name": "Papaya fruit", - "archery_ticket_price": "0", - "durability": null, + "shop_price": "2025", "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "A valuable ring.", + "grand_exchange_price": "1110", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1641", + "equipment_slot": "12" }, { - "id": "5974", - "name": "Coconut", - "examine": "It's a coconut.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "1110", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1642" }, { - "id": "5975", - "name": "Coconut", - "archery_ticket_price": "0", - "durability": null, + "shop_price": "3172", "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "A valuable ring.", + "grand_exchange_price": "4416", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1643", + "equipment_slot": "12" }, { - "id": "5976", - "name": "Coconut", - "examine": "It's a coconut.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "4416", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1644" }, { - "id": "5977", - "name": "Coconut", - "archery_ticket_price": "0", + "shop_price": "7750", + "ge_buy_limit": "100", + "examine": "A valuable ring.", + "grand_exchange_price": "26700", "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1645", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26700", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1646" + }, + { + "examine": "A valuable ring.", + "grand_exchange_price": "547", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1649" + }, + { + "examine": "A valuable ring.", + "grand_exchange_price": "993", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1650" + }, + { + "shop_price": "2025", + "examine": "A valuable ring.", + "grand_exchange_price": "1125", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1651" + }, + { + "shop_price": "3172", + "examine": "A valuable ring.", + "grand_exchange_price": "3622", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1652" + }, + { + "shop_price": "7750", + "examine": "A valuable ring.", + "grand_exchange_price": "19606", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1653" + }, + { + "shop_price": "450", "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "5978", - "name": "Coconut shell", - "examine": "All the milk has been removed.", - "archery_ticket_price": "0", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "185", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5979", - "name": "Coconut shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5980", - "name": "Calquat fruit", - "examine": "This is the largest fruit I've ever seen.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5981", - "name": "Calquat fruit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5982", - "name": "Watermelon", - "examine": "A juicy watermelon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "48", + "name": "Gold necklace", "tradeable": "true", - "weight": "0.111" - }, - { - "id": "5983", - "name": "Watermelon", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5984", - "name": "Watermelon slice", - "examine": "A slice of watermelon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5985", - "name": "Watermelon slice", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5986", - "name": "Sweetcorn", - "examine": "Raw sweetcorn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5987", - "name": "Sweetcorn", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5988", - "name": "Cooked sweetcorn", - "examine": "Delicious cooked sweetcorn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5989", - "name": "Cooked sweetcorn", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5991", - "name": "Burnt sweetcorn", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5992", - "name": "Apple mush", - "examine": "A bucket of apple mush.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5993", - "name": "Apple mush", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5994", - "name": "Hammerstone hops", - "examine": "A handful of Hammerstone hops.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5995", - "name": "Hammerstone hops", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5996", - "name": "Asgarnian hops", - "examine": "A handful of Asgarnian hops.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5997", - "name": "Asgarnian hops", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5998", - "name": "Yanillian hops", - "examine": "A handful of Yanillian hops.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5999", - "name": "Yanillian hops", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6000", - "name": "Krandorian hops", - "examine": "A handful of Krandorian hops.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "4", - "tradeable": "true" - }, - { - "id": "6001", - "name": "Krandorian hops", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6002", - "name": "Wildblood hops", - "examine": "A handful of wildblood hops.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6003", - "name": "Wildblood hops", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6004", - "name": "Mushroom", - "examine": "A Bittercap Mushroom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6005", - "name": "Mushroom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6006", - "name": "Barley", - "examine": "A handful of Barley.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6007", - "name": "Barley", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6008", - "name": "Barley malt", - "examine": "A handful of barley malt.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6009", - "name": "Barley malt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6010", - "name": "Marigolds", - "examine": "A bunch of marigolds.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6011", - "name": "Marigolds", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6012", - "name": "Nasturtiums", - "examine": "A bunch of nasturtiums.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6013", - "name": "Nasturtiums", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6014", - "name": "Rosemary", - "examine": "Some rosemary.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6015", - "name": "Rosemary", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6016", - "name": "Cactus spine", - "examine": "Don't prick yourself with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6017", - "name": "Cactus spine", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6018", - "name": "Poison ivy berries", - "examine": "They look sweet and juicy, but only a fool would eat them.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6019", - "name": "Poison ivy berries", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6020", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6021", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6022", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6023", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6024", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6025", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6026", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6027", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6028", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6029", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6030", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6031", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6032", - "name": "Compost", - "examine": "Good for plants, helps them grow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6033", - "name": "Compost", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6034", - "name": "Supercompost", - "examine": "Super-good for the smallest or largest of plants.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6035", - "name": "Supercompost", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6036", - "name": "Plant cure", - "examine": "Use this on plants to cure disease.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "6037", - "name": "Plant cure", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6038", - "name": "Magic string", - "examine": "I could use this to make jewellery.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6039", - "name": "Magic string", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6040", - "name": "Amulet of nature", - "examine": "An Amulet of Nature.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to create a new amulet if you destroy this one.", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "1" - }, - { - "id": "6041", - "name": "Pre-nature amulet", - "examine": "Strung with the root of a Magic Tree. If I enchant this it will become an amulet of nature.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6042", - "name": "Pre-nature amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6043", - "name": "Oak roots", - "examine": "The roots of the Oak tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6044", - "name": "Oak roots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6045", - "name": "Willow roots", - "examine": "The roots of the Willow tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6046", - "name": "Willow roots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6047", - "name": "Maple roots", - "examine": "The roots of the Maple tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6048", - "name": "Maple roots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6049", - "name": "Yew roots", - "examine": "The roots of a yew tree", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6050", - "name": "Yew roots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6051", - "name": "Magic roots", - "examine": "The roots of a magic tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6052", - "name": "Magic roots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6054", - "name": "Spirit roots", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6055", - "name": "Weeds", - "examine": "A handful of weeds.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "6056", - "name": "Weeds", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6057", - "name": "Hay sack", - "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6058", - "name": "Hay sack", - "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6059", - "name": "Scarecrow", - "examine": "This should scare the birds.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6060", - "name": "Stool", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6061", - "name": "Bronze bolts(p+)", - "examine": "Bronze crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "6062", - "name": "Bronze bolts(p++)", - "examine": "Bronze crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "6064", - "name": "Bloody mourner top", - "examine": "How do I wash blood stains out?", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.72" - }, - { - "id": "6065", - "name": "Mourner top", - "examine": "A thick heavy leather top.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "6066", - "name": "Mourner trousers", - "examine": "These are in need of a good tailor.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.25" - }, - { - "id": "6067", - "name": "Mourner trousers", - "examine": "A pair of mourner trousers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2.25" - }, - { - "id": "6068", - "name": "Mourner gloves", - "examine": "These will keep my hands warm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "160", - "weight": "2.3" - }, - { - "id": "6069", - "name": "Mourner boots", - "examine": "Comfortable leather boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "160", - "weight": "1.36" - }, - { - "id": "6070", - "name": "Mourner cloak", - "examine": "A dull brown cape.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1", - "weight": "2.25" - }, - { - "id": "6071", - "name": "Mourner letter", - "examine": "A letter of recommendation.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160" - }, - { - "id": "6072", - "name": "Tegid's soap", - "examine": "A bar of soap taken from Tegid.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "6073", - "name": "Prifddinas' history", - "examine": "A book on the history of Prifddinas.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6075", - "name": "Eastern discovery", - "examine": "A book on the exploration of the eastern realm.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6077", - "name": "Eastern settlement", - "examine": "A book on the settlement of the eastern realm.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6079", - "name": "The great divide", - "examine": "A book about the great divide.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "6081", - "name": "Broken device", - "examine": "A strange broken device of gnomic design.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6082", - "name": "Fixed device", - "examine": "A device for firing dye.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3", - "render_anim": "284", - "run_anim": "2322", - "stand_anim": "2316", - "stand_turn_anim": "2321", - "turn180_anim": "2318", - "turn90ccw_anim": "2320", - "turn90cw_anim": "2319", - "two_handed": "true", - "walk_anim": "2317", - "weapon_interface": "20", - "weight": "4" - }, - { - "id": "6083", - "name": "Tarnished key", - "examine": "This key has seen a lot of use. (Mourning's Ends Part I)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6085", - "name": "Red dye bellows", - "examine": "A large pair of ogre bellows filled with red dye.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6086", - "name": "Blue dye bellows", - "examine": "A large pair of ogre bellows filled with blue dye.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6087", - "name": "Yellow dye bellows", - "examine": "A large pair of ogre bellows filled with yellow dye.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6088", - "name": "Green dye bellows", - "examine": "A large pair of ogre bellows filled with green dye.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6089", - "name": "Blue toad", - "examine": "A blue dye filled toad.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6090", - "name": "Red toad", - "examine": "A red dye filled toad.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.7" - }, - { - "id": "6091", - "name": "Yellow toad", - "examine": "A yellow dye filled toad.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.7" - }, - { - "id": "6092", - "name": "Green toad", - "examine": "A green dye filled toad.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6093", - "name": "Rotten apples", - "examine": "A barrel full of rotten apples.", - "archery_ticket_price": "0", - "durability": null, - "weight": "17" - }, - { - "id": "6094", - "name": "Apple barrel", - "examine": "A barrel full of mushed apples.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6095", - "name": "Naphtha apple mix", - "examine": "A barrel full of rotten apples and naptha.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6096", - "name": "Toxic naphtha", - "examine": "A barrel full of toxic naphtha.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "6097", - "name": "Sieve", - "examine": "It's a sieve.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6098", - "name": "Toxic powder", - "examine": "A pile of toxic powder.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6099", - "name": "Teleport crystal (4)", - "examine": "A tiny crystal enchanted to return the user to Lletya.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6100", - "name": "Teleport crystal (3)", - "examine": "A tiny crystal enchanted to return the user to Lletya.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6101", - "name": "Teleport crystal (2)", - "examine": "A tiny crystal enchanted to return the user to Lletya.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6102", - "name": "Teleport crystal (1)", - "examine": "A tiny crystal enchanted to return the user to Lletya.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6103", - "name": "Tiny elf crystal", - "examine": "A tiny Elf crystal, I need to have this re-enchanted", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6104", - "name": "New key", - "examine": "This key is newly cut. (Mourning's Ends Part II)", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.33" - }, - { - "id": "6106", - "name": "Ghostly boots", - "examine": "They seem to be not quite of this world...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10" - }, - { - "id": "6107", - "name": "Ghostly robe", - "examine": "Varies", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "6108", - "name": "Ghostly robe", - "examine": "Varies", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7" - }, - { - "id": "6109", - "name": "Ghostly hood", - "examine": "A ghostly hood, fit for a ghostly head.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true" - }, - { - "id": "6110", - "name": "Ghostly gloves", - "examine": "They seem to fade in and out of existence...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9" - }, - { - "id": "6111", - "name": "Ghostly cloak", - "examine": "Made of a strange, ghostly material...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "6112", - "name": "Kelda seed", - "examine": "Kelda hop seeds can only be grown underground!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Return to the drunken dwarf's drunken relative to get your seeds back.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6113", - "name": "Kelda hops", - "examine": "A handful of Kelda Hops.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Return to the Keldagrim palace gardener to get your hops back.", - "durability": null, - "tradeable": "false", - "weight": "0.01" - }, - { - "id": "6118", - "name": "Kelda stout", - "examine": "A pint of bluish beer.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "0.5" - }, - { - "id": "6119", - "name": "Square stone", - "examine": "There is a strange [green/yellow] marking on this stone.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6120", - "name": "Square stone", - "examine": "There is a strange [green/yellow] marking on this stone.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6122", - "name": "A chair", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "6123", - "name": "Beer glass", - "examine": "I need to fill this with beer.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "6124", - "name": "Coconut milk", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6125", - "name": "Enchanted lyre(2)", - "examine": "This will teleport me to Rellekka when I play it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "6126", - "name": "Enchanted lyre(3)", - "examine": "This will teleport me to Rellekka when I play it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "6127", - "name": "Enchanted lyre(4)", - "examine": "This will teleport me to Rellekka when I play it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "6128", - "name": "Rock-shell helm", - "examine": "Protective headwear made from crabs. Better than it sounds.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "6129", - "name": "Rock-shell plate", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true" - }, - { - "id": "6130", - "name": "Rock-shell legs", - "examine": "Some tough leggings made from rock crab parts.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "6131", - "name": "Spined helm", - "examine": "A helm fit for any Fremennik ranger.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6132", - "name": "Spined helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6133", - "name": "Spined body", - "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "6134", - "name": "Spined body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6135", - "name": "Spined chaps", - "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "6136", - "name": "Spined chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6137", - "name": "Skeletal helm", - "examine": "Make your foes cower by wearing a skull as a helmet!", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "6138", - "name": "Skeletal helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6139", - "name": "Skeletal top", - "examine": "The bones in this armour seems to vibrate with a magic quality...", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "4.9" - }, - { - "id": "6140", - "name": "Skeletal top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6141", - "name": "Skeletal bottoms", - "examine": "A superior set of strengthened slacks for any self respecting seer.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "6142", - "name": "Skeletal bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6143", - "name": "Spined boots", - "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6144", - "name": "Spined boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6145", - "name": "Rock-shell boots", - "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6146", - "name": "Rock-shell boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6147", - "name": "Skeletal boots", - "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6148", - "name": "Skeletal boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6149", - "name": "Spined gloves", - "examine": "Fremennik gloves stitched together from spined dagannoth hide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6150", - "name": "Spined gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6151", - "name": "Rock-shell gloves", - "examine": "Fremennik gloves stitched together from rock crab shell shards.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6152", - "name": "Rock-shell gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6153", - "name": "Skeletal gloves", - "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6154", - "name": "Skeletal gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6155", - "name": "Dagannoth hide", - "examine": "A sturdy piece of dagannoth hide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6156", - "name": "Dagannoth hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "6157", - "name": "Rock-shell chunk", - "examine": "A spherical chunk of rock-shell.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6158", - "name": "Rock-shell chunk", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6159", - "name": "Rock-shell shard", - "examine": "A curved piece of rock-shell.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6160", - "name": "Rock-shell shard", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6161", - "name": "Rock-shell splinter", - "examine": "A slim piece of rock-shell.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6162", - "name": "Rock-shell splinter", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6163", - "name": "Skull piece", - "examine": "A fearsome looking skull.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6164", - "name": "Skull piece", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6165", - "name": "Ribcage piece", - "examine": "A slightly damaged ribcage.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6166", - "name": "Ribcage piece", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6167", - "name": "Fibula piece", - "examine": "An interesting looking bone shard.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6168", - "name": "Fibula piece", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6169", - "name": "Circular hide", - "examine": "A toughened chunk of dagannoth hide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6170", - "name": "Circular hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6171", - "name": "Flattened hide", - "examine": "A tattered chunk of dagannoth hide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6172", - "name": "Flattened hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6173", - "name": "Stretched hide", - "examine": "A weathered chunk of dagannoth hide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6174", - "name": "Stretched hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6175", - "name": "Rock-shell helm", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6176", - "name": "Rock-shell plate", - "examine": "A sturdy body armour made from rock crab pieces.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "9" - }, - { - "id": "6177", - "name": "Rock-shell legs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6178", - "name": "Raw pheasant", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "weight": "10" - }, - { - "id": "6179", - "name": "Raw pheasant", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "weight": "10" - }, - { - "id": "6180", - "name": "Lederhosen top", - "examine": "A leather strapped top.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.2" - }, - { - "id": "6181", - "name": "Lederhosen shorts", - "examine": "Brown leather shorts with bright white socks?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2.2" - }, - { - "id": "6182", - "name": "Lederhosen hat", - "examine": "A hat with a goat's hair attached.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "2" - }, - { - "id": "6183", - "name": "Frog token", - "examine": "I can use this at the Varrock clothes shop.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6184", - "name": "Prince tunic", - "examine": "Very posh!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.7" - }, - { - "id": "6185", - "name": "Prince leggings", - "examine": "Very posh!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2" - }, - { - "id": "6186", - "name": "Princess blouse", - "examine": "Very posh!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2" - }, - { - "id": "6187", - "name": "Princess skirt", - "examine": "Very posh!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2" - }, - { - "id": "6188", - "name": "Frog mask", - "examine": "Now that's just silly.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "weight": "0.4" - }, - { - "id": "6199", - "name": "Mystery box", - "examine": "Could there be something valuable in here?", - "archery_ticket_price": "0", - "durability": null, - "point_price": "2", - "weight": "1" - }, - { - "id": "6200", - "name": "Raw fishlike thing", - "examine": "A raw...fish? Is this a fish??", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "A ghastly fish", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "6201", - "name": "Picture", - "examine": "Fish-tastic!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6202", - "name": "Fishlike thing", - "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "A ghastly fish", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "6204", - "name": "Raw fishlike thing", - "examine": "A raw...fish? Is this a fish??", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "A ghastly fish", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "6206", - "name": "Fishlike thing", - "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "A ghastly fish", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "6208", - "name": "Man speak amulet", - "examine": "It's an amulet of Man speak. It makes vague grunting noises.", - "archery_ticket_price": "0", - "durability": null, + "id": "1654", "equipment_slot": "2" }, { - "id": "6209", - "name": "Small fishing net", - "examine": "Useful for catching small fish.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "40", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "6211", - "name": "Teak pyre logs", - "examine": "Teak logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6212", - "name": "Teak pyre logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6213", - "name": "Mahogany pyre log", - "examine": "Mahogany logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "6214", - "name": "Mahogany pyre log", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6215", - "name": "Broodoo shield (10)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6216", - "name": "Broodoo shield (10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6217", - "name": "Broodoo shield (9)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6218", - "name": "Broodoo shield (9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6219", - "name": "Broodoo shield (8)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6220", - "name": "Broodoo shield (8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6221", - "name": "Broodoo shield (7)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6222", - "name": "Broodoo shield (7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6223", - "name": "Broodoo shield (6)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6224", - "name": "Broodoo shield (6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6225", - "name": "Broodoo shield (5)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6226", - "name": "Broodoo shield (5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6227", - "name": "Broodoo shield (4)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6228", - "name": "Broodoo shield (4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6229", - "name": "Broodoo shield (3)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6230", - "name": "Broodoo shield (3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6231", - "name": "Broodoo shield (2)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6232", - "name": "Broodoo shield (2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6233", - "name": "Broodoo shield (1)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6234", - "name": "Broodoo shield (1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6235", - "name": "Broodoo shield", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6236", - "name": "Broodoo shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6237", - "name": "Broodoo shield (10)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6238", - "name": "Broodoo shield (10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6239", - "name": "Broodoo shield (9)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6240", - "name": "Broodoo shield (9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6241", - "name": "Broodoo shield (8)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6242", - "name": "Broodoo shield (8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6243", - "name": "Broodoo shield (7)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6244", - "name": "Broodoo shield (7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6245", - "name": "Broodoo shield (6)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6246", - "name": "Broodoo shield (6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6247", - "name": "Broodoo shield (5)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6248", - "name": "Broodoo shield (5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6249", - "name": "Broodoo shield (4)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6250", - "name": "Broodoo shield (4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6251", - "name": "Broodoo shield (3)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6252", - "name": "Broodoo shield (3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6253", - "name": "Broodoo shield (2)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6254", - "name": "Broodoo shield (2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6255", - "name": "Broodoo shield (1)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6256", - "name": "Broodoo shield (1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6257", - "name": "Broodoo shield", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6258", - "name": "Broodoo shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6259", - "name": "Broodoo shield (10)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6260", - "name": "Broodoo shield (10)", - "archery_ticket_price": "0", - "attack_anims": "7060", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6261", - "name": "Broodoo shield (9)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6262", - "name": "Broodoo shield (9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6263", - "name": "Broodoo shield (8)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6264", - "name": "Broodoo shield (8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6265", - "name": "Broodoo shield (7)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6266", - "name": "Broodoo shield (7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6267", - "name": "Broodoo shield (6)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6268", - "name": "Broodoo shield (6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6269", - "name": "Broodoo shield (5)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6270", - "name": "Broodoo shield (5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6271", - "name": "Broodoo shield (4)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6272", - "name": "Broodoo shield (4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6273", - "name": "Broodoo shield (3)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6274", - "name": "Broodoo shield (3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6275", - "name": "Broodoo shield (2)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6276", - "name": "Broodoo shield (2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6277", - "name": "Broodoo shield (1)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6278", - "name": "Broodoo shield (1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6279", - "name": "Broodoo shield", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6280", - "name": "Broodoo shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6281", - "name": "Thatch spar light", - "examine": "A wooden pole for use in primitive construction.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "6282", - "name": "Thatch spar light", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6283", - "name": "Thatch spar med", - "examine": "A wooden pole for use in primitive construction.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "6284", - "name": "Thatch spar med", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6285", - "name": "Thatch spar dense", - "examine": "A wooden pole for use in primitive construction.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "6286", - "name": "Thatch spar dense", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6287", - "name": "Snake hide", - "examine": "Scaly but not slimy!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6288", - "name": "Snake hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6289", - "name": "Snakeskin", - "examine": "Scaley but not slimy!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6290", - "name": "Snakeskin", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6291", - "name": "Spider carcass", - "examine": "Its creeping days are over!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "6292", - "name": "Spider carcass", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6293", - "name": "Spider on stick", - "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "6294", - "name": "Spider on stick", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6295", - "name": "Spider on shaft", - "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "40", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6296", - "name": "Spider on shaft", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6297", - "name": "Spider on stick", - "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "6298", - "name": "Spider on stick", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6299", - "name": "Spider on shaft", - "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "40", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6300", - "name": "Spider on shaft", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6302", - "name": "Burnt spider", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6303", - "name": "Spider on shaft", - "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "40", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6304", - "name": "Spider on shaft", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6305", - "name": "Skewer stick", - "examine": "A sharp pointed stick, quite resistant to fire.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6306", - "name": "Trading sticks", - "examine": "Karamja currency.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6311", - "name": "Gout tuber", - "examine": "Plant this in a herb patch to grow Goutweed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "6312", - "name": "Gout tuber", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6313", - "name": "Opal machete", - "examine": "A jungle specific slashing device.", - "archery_ticket_price": "0", - "bonuses": "0,8,-2,0,0,0,1,1,0,0,0,4,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2554", - "shop_price": "500", - "tradeable": "true", - "weapon_interface": "6", - "weight": "1.35" - }, - { - "id": "6314", - "name": "Opal machete", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6315", - "name": "Jade machete", - "examine": "A jungle specific slashing device.", - "archery_ticket_price": "0", - "bonuses": "0,11,-2,0,0,0,1,1,0,0,0,6,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2554", - "shop_price": "1000", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "6316", - "name": "Jade machete", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6317", - "name": "Red topaz machete", - "examine": "A jungle specific slashing device.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "0,16,-2,0,0,0,1,1,0,0,0,10,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2554", - "shop_price": "2000", - "tradeable": "true", - "weapon_interface": "6", - "weight": "1.3" - }, - { - "id": "6318", - "name": "Red topaz machete", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6319", - "name": "Proboscis", - "examine": "A giant mosquito's proboscis: aerodynamic, sharp and pointy!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6322", - "name": "Snakeskin body", - "examine": "Made from 100% real snakeskin.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,12,25,28,32,15,35,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{1,30}-{4,30}", - "shop_price": "1588", - "tradeable": "true", - "weight": "10" - }, - { - "id": "6323", - "name": "Snakeskin body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6324", - "name": "Snakeskin chaps", - "examine": "Made from 100% real snake.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,6,8,8,10,4,10,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,30}-{4,30}", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "6325", - "name": "Snakeskin chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6326", - "name": "Snakeskin bandana", - "examine": "Lightweight head protection.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,30}-{4,30}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "6327", - "name": "Snakeskin bandana", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6328", - "name": "Snakeskin boots", - "examine": "Made from snakes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,30}-{4,30}", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "6329", - "name": "Snakeskin boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6330", - "name": "Snakeskin v'brace", - "examine": "Made from 100% real snake.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10000", - "requirements": "{1,30}-{4,30}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6331", - "name": "Snakeskin v'brace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6332", - "name": "Mahogany logs", - "examine": "Some well-cut mahogany logs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "1.33" - }, - { - "id": "6333", - "name": "Teak logs", - "examine": "Some well-cut teak logs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "1.35" - }, - { - "id": "6334", - "name": "Teak logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "6335", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6336", - "name": "Tribal mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6337", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6338", - "name": "Tribal mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6339", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6340", - "name": "Tribal mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6341", - "name": "Tribal top", - "examine": "Local dress.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6342", - "name": "Tribal top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6343", - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "250", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6344", - "name": "Villager robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6345", - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6346", - "name": "Villager hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6347", - "name": "Villager armband", - "examine": "A brown armband, as worn by the Tai Bwo Wannai locals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "150", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6348", - "name": "Villager armband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6349", - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "100", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "6350", - "name": "Villager sandals", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6351", - "name": "Tribal top", - "examine": "Local dress.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6352", - "name": "Tribal top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6353", - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "250", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6354", - "name": "Villager robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6355", - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6356", - "name": "Villager hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6357", - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "100", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "6358", - "name": "Villager sandals", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6359", - "name": "Villager armband", - "examine": "A blue armband, as worn by the Tai Bwo Wannai locals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "150", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6360", - "name": "Villager armband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6361", - "name": "Tribal top", - "examine": "Local dress.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6362", - "name": "Tribal top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6363", - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "250", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6364", - "name": "Villager robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6365", - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6366", - "name": "Villager hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6367", - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "100", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "6368", - "name": "Villager sandals", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6369", - "name": "Villager armband", - "examine": "A yellow armband, as worn by the Tai Bwo Wannai locals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "150", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6370", - "name": "Villager armband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6371", - "name": "Tribal top", - "examine": "Local dress.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6372", - "name": "Tribal top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6373", - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "250", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6374", - "name": "Villager robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6375", - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6376", - "name": "Villager hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6377", - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "100", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "6378", - "name": "Villager sandals", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6379", - "name": "Villager armband", - "examine": "A pink armband, as worn by the Tai Bwo Wannai locals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "150", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6380", - "name": "Villager armband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6382", - "name": "Fez", - "examine": "A fez hat. Juss like that.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": true, - "shop_price": "24", - "tradeable": "true" - }, - { - "id": "6383", - "name": "Fez", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6384", - "name": "Desert top", - "examine": "A bit itchy.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "15", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6385", - "name": "Desert top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6386", - "name": "Desert robes", - "examine": "Has a coarse hard wearing texture.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "6387", - "name": "Desert robes", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6388", - "name": "Desert top", - "examine": "A bit itchy.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "15", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6389", - "name": "Desert top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6390", - "name": "Desert legs", - "examine": "Better than factor 50 sun cream.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "6391", - "name": "Desert legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6392", - "name": "Menap headgear", - "examine": "Good for keeping the sun off my neck.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "35", - "tradeable": "true" - }, - { - "id": "6393", - "name": "Menap headgear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6394", - "name": "Menaphite top", - "examine": "Colourful.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "6395", - "name": "Menaphite top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6396", - "name": "Menaphite robe", - "examine": "A cool light Menaphite robe.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "40", - "tradeable": "true" - }, - { - "id": "6397", - "name": "Menaphite robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6398", - "name": "Menap action kilt", - "examine": "Look at those nobbily knees.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "6399", - "name": "Menap action kilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6400", - "name": "Menap headgear", - "examine": "Good for keeping the sun off my neck.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "35", - "tradeable": "true" - }, - { - "id": "6401", - "name": "Menap headgear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6402", - "name": "Menaphite top", - "examine": "Colourful.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "6403", - "name": "Menaphite top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6404", - "name": "Menaphite robe", - "examine": "A cool light Menaphite robe.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "40", - "tradeable": "true" - }, - { - "id": "6405", - "name": "Menaphite robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6406", - "name": "Menap action kilt", - "examine": "Look at those nobbily knees.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "6407", - "name": "Menap action kilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6408", - "name": "Oak blackjack(o)", - "examine": "An offensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,4,0,0,0,0,0,0,0,0,4,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,10}-{0,10}", - "shop_price": "400", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6409", - "name": "Oak blackjack(o)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6410", - "name": "Oak blackjack(d)", - "examine": "An defensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,10}-{1,10}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6411", - "name": "Oak blackjack(d)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6412", - "name": "Willow blackjack(o)", - "examine": "An offensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,8,0,0,0,0,0,0,0,0,8,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,20}-{0,20}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6413", - "name": "Willow blackjack(o)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6414", - "name": "Willow blackjack(d)", - "examine": "A defensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,8,0,0,0,8,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,20}-{1,20}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6415", - "name": "Willow blackjack(d)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6416", - "name": "Maple blackjack", - "examine": "A solid bit of maple.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,20,0,0,0", - "defence_anim": "425", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,30}", - "shop_price": "1200", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "6417", - "name": "Maple blackjack", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6418", - "name": "Maple blackjack(o)", - "examine": "An offensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,24,0,0,0,0,0,0,0,0,20,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,30}-{0,30}", - "shop_price": "1600", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6419", - "name": "Maple blackjack(o)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6420", - "name": "Maple blackjack(d)", - "examine": "A defensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,24,0,0,0,20,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,30}-{1,30}", - "shop_price": "952", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6421", - "name": "Maple blackjack(d)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6422", - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "6423", - "name": "Air rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6424", - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "6425", - "name": "Water rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6426", - "name": "Earth rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "6427", - "name": "Earth rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6428", - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "6429", - "name": "Fire rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6430", - "name": "Chaos rune", - "examine": "Used for small missile spells.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "140", - "tradeable": "true" - }, - { - "id": "6431", - "name": "Chaos rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6432", - "name": "Death rune", - "examine": "Used for medium missile spells.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "310", - "tradeable": "true" - }, - { - "id": "6433", - "name": "Death rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6434", - "name": "Law rune", - "examine": "Used for teleport spells.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "378", - "tradeable": "true" - }, - { - "id": "6435", - "name": "Law rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6436", - "name": "Mind rune", - "examine": "Used for basic missile spells.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "6437", - "name": "Mind rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6438", - "name": "Body rune", - "examine": "Used for Curse spells", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "16", - "tradeable": "true" - }, - { - "id": "6439", - "name": "Body rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6448", - "name": "Spadeful of coke", - "examine": "A spadeful of refined coal.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "6453", - "name": "White rose seed", - "examine": "A white rosebush seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "28.928" - }, - { - "id": "6454", - "name": "Red rose seed", - "examine": "A red rosebush seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6455", - "name": "Pink rose seed", - "examine": "A pink rosebush seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6456", - "name": "Vine seed", - "examine": "A grapevine seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get some more Burthorpe vine seeds from Berald in Taverly.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6457", - "name": "Delphinium seed", - "examine": "A delphinium seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6460", - "name": "Snowdrop seed", - "examine": "A snowdrop seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6461", - "name": "White tree shoot", - "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6462", - "name": "White tree shoot", - "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6463", - "name": "White tree shoot", - "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6464", - "name": "White tree sapling", - "examine": "A young White Tree sapling", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "6465", - "name": "Ring of charos(a)", - "examine": "The power within this ring has been activated.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.", - "durability": null, - "equipment_slot": "12", - "tradeable": "false" - }, - { - "id": "6466", - "name": "Rune shards", - "examine": "A rune essence chip that has been broken into shards.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6467", - "name": "Rune dust", - "examine": "Crushed rune essence.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6468", - "name": "Plant cure", - "examine": "Use this on plants to cure disease.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "6469", - "name": "White tree fruit", - "examine": "Looks delicious.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6470", - "name": "Compost potion(4)", - "examine": "Pour this onto compost to make it into super-compost.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6471", - "name": "Compost potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6472", - "name": "Compost potion(3)", - "examine": "Pour this onto compost to make it into super-compost.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6473", - "name": "Compost potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6474", - "name": "Compost potion(2)", - "examine": "Pour this onto compost to make it into super-compost.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6475", - "name": "Compost potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6476", - "name": "Compost potion(1)", - "examine": "Pour this onto compost to make it into super-compost.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6477", - "name": "Compost potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6478", - "name": "Trolley", - "examine": "I can use this to move heavy objects. (or) An empty trolley.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another one from Queen Ellamaria", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "6479", - "name": "List", - "examine": "A list of things that I must collect for Queen Ellamaria.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another list from Queen Ellamaria in Varrock", - "durability": null, - "tradeable": "false" - }, - { - "id": "6522", - "name": "Toktz-xil-ul", - "examine": "A razor sharp ring of obsidian.", - "archery_ticket_price": "0", - "attack_anims": "2614,2614,2614,2614", - "attack_speed": "4", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,49", - "defence_anim": "424", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,60}", - "shop_price": "375", - "tokkul_price": "375", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "6523", - "name": "Toktz-xil-ak", - "examine": "A razor sharp sword of obsidian.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "47,38,-2,0,0,2,3,0,0,0,0,49,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "requirements": "{0,60}", - "shop_price": "60000", - "tokkul_price": "60000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "6524", - "name": "Toktz-ket-xil", - "examine": "A spiked shield of Obsidian.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-12,-8,40,42,38,0,65,60,5,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{1,60}", - "shop_price": "67500", - "tokkul_price": "67500", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "6525", - "name": "Toktz-xil-ek", - "examine": "A large knife of Obsidian.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "16,48,0,0,0,0,0,0,0,0,0,39,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "2584", - "requirements": "{0,60}", - "shop_price": "37500", - "tokkul_price": "37500", - "tradeable": "true", - "weapon_interface": "6", - "weight": "0.4" - }, - { - "id": "6526", - "name": "Toktz-mej-tal", - "examine": "A staff of obsidian.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "6", - "bonuses": "15,-1,55,15,0,10,15,5,15,0,0,55,5,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,60}-{6,60}", - "run_anim": "1210", - "shop_price": "52500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tokkul_price": "52500", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1" - }, - { - "id": "6527", - "name": "Tzhaar-ket-em", - "examine": "A mace of obsidian.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "5", - "bonuses": "-4,-4,62,0,0,0,0,0,0,0,0,56,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "requirements": "{0,60}", - "shop_price": "45000", - "tokkul_price": "45000", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "6528", - "name": "Tzhaar-ket-om", - "examine": "A maul of obsidian.", - "archery_ticket_price": "0", - "attack_anims": "2661,2661,2661,2661", - "attack_audios": "2520,0,0,0", - "attack_speed": "7", - "bonuses": "0,0,80,-4,0,0,0,0,0,0,0,85,0,0,0", - "defence_anim": "1666", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "27", - "requirements": "{2,60}", - "run_anim": "1664", - "shop_price": "75000", - "stand_anim": "1662", - "stand_turn_anim": "823", - "tokkul_price": "75000", - "tradeable": "true", - "turn180_anim": "1663", - "turn90ccw_anim": "1663", - "turn90cw_anim": "1663", - "two_handed": "true", - "walk_anim": "1663", - "weapon_interface": "10", - "weight": "3.6" - }, - { - "id": "6529", - "name": "Tokkul", - "examine": "It's a Token of some kind made from Obsidian.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "6535", - "name": "Toktz-xil-ak", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6536", - "name": "Toktz-ket-xil", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6537", - "name": "Toktz-xil-ek", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6538", - "name": "Toktz-mej-tal", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6539", - "name": "Tzhaar-ket-em", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6540", - "name": "Tzhaar-ket-om", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6541", - "name": "Mouse toy", - "examine": "An Advanced Combat Training Device.", - "archery_ticket_price": "0", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "destroy": "true", - "destroy_message": "You can get a replacement mouse toy by speaking to Bob, the Jagex cat.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false", - "weapon_interface": "12", - "weight": "0.1" - }, - { - "id": "6542", - "name": "Present", - "examine": "Thanks for all your help! Love, Bob & Neite.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will not get a replacement for the present. Open it for your reward.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6543", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6544", - "name": "Catspeak amulet(e)", - "examine": "It's an amulet of cat speak. It makes vague purring noises.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Amulet of Catspeak from the Sphinx in Sophanem.", + "ge_buy_limit": "5000", + "grand_exchange_price": "185", "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "1" - }, - { - "id": "6545", - "name": "Chores", - "examine": "A list of chores that Bob gave you to do.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You have completed the chores; you can safely destroy the list.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6546", - "name": "Recipe", - "examine": "It says on the back 'My favourite recipe.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You found the recipe in Unferth's bookcase, which is in his Burthorpe house, you will be able to get a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6547", - "name": "Doctors hat", - "examine": "A mirror helps reflect light on the subject.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Doctor's hat from the Apothecary in Varrock.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "6548", - "name": "Nurse hat", - "examine": "A nurse's hat, but does it have healing powers?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Nurse's hat from the Apothecary in Varrock.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "6549", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6550", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6551", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6552", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6553", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6554", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6555", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6556", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6557", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6558", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6559", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6560", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6562", - "name": "Mud battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", + "name": "Gold necklace", "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "6563", - "name": "Mystic mud staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "shop_price": "40000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "6564", - "name": "Onyx ring", - "examine": "A valuable ring.", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "1655" }, { - "id": "6565", - "name": "Onyx necklace", + "shop_price": "945", + "ge_buy_limit": "5000", "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", + "grand_exchange_price": "534", "durability": null, - "tradeable": "true" - }, - { - "id": "6566", - "name": "Onyx amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6568", - "name": "Obsidian cape", - "examine": "A cape woven of obsidian plates.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "lendable": "true", - "shop_price": "90000", - "tokkul_price": "90000", + "name": "Sapphire necklace", "tradeable": "true", - "weight": "1.8" - }, - { - "id": "6569", - "name": "Obsidian cape", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1656", + "equipment_slot": "2" }, { - "id": "6570", - "name": "Fire cape", - "examine": "A cape of fire.", + "ge_buy_limit": "5000", + "grand_exchange_price": "534", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "1.8" + "id": "1657" }, { - "id": "6571", - "name": "Uncut onyx", - "examine": "An uncut onyx.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2700000", - "tokkul_price": "300000", - "tradeable": "true" - }, - { - "id": "6572", - "name": "Uncut onyx", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6573", - "name": "Onyx", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6574", - "name": "Onyx", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6575", - "name": "Onyx ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6576", - "name": "Onyx ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6577", - "name": "Onyx necklace", + "shop_price": "1425", + "ge_buy_limit": "5000", "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", + "grand_exchange_price": "781", "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1658", + "equipment_slot": "2" }, { - "id": "6578", - "name": "Onyx necklace", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "781", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1659" }, { - "id": "6579", - "name": "Onyx amulet", + "shop_price": "870", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Ruby necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1660", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1276", + "durability": null, + "name": "Ruby necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1661" + }, + { + "shop_price": "3307", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "14300", + "durability": null, + "name": "Diamond necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1662", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "14300", + "durability": null, + "name": "Diamond necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1663" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1664", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1665" + }, + { + "shop_price": "945", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "532", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1668" + }, + { + "shop_price": "1425", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "741", + "durability": null, + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1669" + }, + { + "shop_price": "870", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "1194", + "durability": null, + "name": "Ruby necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1670" + }, + { + "shop_price": "3307", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "9795", + "durability": null, + "name": "Diamond necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1671" + }, + { + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "23010", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1672" + }, + { + "shop_price": "350", + "ge_buy_limit": "5000", "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", + "grand_exchange_price": "172", "durability": null, - "tradeable": "true" + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1673" }, { - "id": "6580", - "name": "Onyx amulet", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "172", "durability": null, - "tradeable": "true" + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1674" }, { - "id": "6581", - "name": "Onyx amulet", + "shop_price": "810", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "473", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1675" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "473", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1676" + }, + { + "shop_price": "1147", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "695", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1677" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "695", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1678" + }, + { + "shop_price": "2025", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "1268", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1679" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1680" + }, + { + "shop_price": "3307", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "3359", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1681" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3359", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1682" + }, + { + "ge_buy_limit": "100", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "26900", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1683" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26900", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1684" + }, + { + "shop_price": "810", "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", + "grand_exchange_price": "417", "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6582", - "name": "Onyx amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6583", - "name": "Ring of stone", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6584", - "name": "Ring of stone", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6585", - "name": "Amulet of fury", - "examine": "A very powerful onyx amulet.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,5,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true" - }, - { - "id": "6586", - "name": "Amulet of fury", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6587", - "name": "White claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "requirements": "{0,10}-{5,10}", - "shop_price": "360", + "name": "Sapphire amulet", "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9" + "archery_ticket_price": "0", + "id": "1687" }, { - "id": "6588", - "name": "White claws", - "archery_ticket_price": "0", + "shop_price": "1147", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "648", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6589", - "name": "White battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,10}-{5,10}", - "shop_price": "1248", + "name": "Emerald amulet", "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" + "archery_ticket_price": "0", + "id": "1688" }, { - "id": "6590", - "name": "White battleaxe", - "archery_ticket_price": "0", + "shop_price": "2025", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1098", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6591", - "name": "White dagger", - "examine": "A vicious white dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}-{5,10}", - "shop_price": "240", + "name": "Ruby amulet", "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "6592", - "name": "White dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6593", - "name": "White dagger(p)", - "examine": "A vicious white dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}-{5,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "6594", - "name": "White dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6595", - "name": "White dagger(p+)", - "examine": "A vicious white dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}-{5,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "6596", - "name": "White dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6597", - "name": "White dagger(p++)", - "examine": "A vicious white dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}-{5,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "6598", - "name": "White dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6599", - "name": "White halberd", - "examine": "A white halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,1,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}-{2,5}", - "run_anim": "1210", - "shop_price": "1920", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3.1" - }, - { - "id": "6600", - "name": "White halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6601", - "name": "White mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,3,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,10}-{5,10}", - "shop_price": "432", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "6602", - "name": "White mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6603", - "name": "White magic staff", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,1,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}-{5,10}", - "run_anim": "1210", - "shop_price": "200", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "6604", - "name": "White magic staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6605", - "name": "White sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,390,390,390", - "attack_speed": "4", - "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1381", - "requirements": "{0,10}-{5,10}", - "run_anim": "824", - "shop_price": "624", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "6606", - "name": "White sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6607", - "name": "White longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "5", - "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,10}-{5,10}", - "run_anim": "824", - "shop_price": "960", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "6608", - "name": "White longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6609", - "name": "White 2h sword", - "examine": "A two handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,1,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,10}-{5,10}", - "run_anim": "7039", - "shop_price": "1920", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "6610", - "name": "White 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6611", - "name": "White scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,10}-{5,10}", - "run_anim": "824", - "shop_price": "768", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "6612", - "name": "White scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6613", - "name": "White warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,10}-{5,10}", - "shop_price": "980", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "6614", - "name": "White warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6615", - "name": "White chainbody", - "examine": "A series of connected metal rings.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,1,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "1440", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "6616", - "name": "White chainbody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6617", - "name": "White platebody", - "examine": "Provides excellent protection.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,1,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{1,10}-{5,10}", - "shop_price": "3840", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "6618", - "name": "White platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6619", - "name": "White boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,1,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "576", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "6620", - "name": "White boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6621", - "name": "White med helm", - "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,10}-{5,10}", - "shop_price": "576", - "tradeable": "true", - "weight": "1.9" - }, - { - "id": "6622", - "name": "White med helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6623", - "name": "White full helm", - "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,10}-{5,10}", - "shop_price": "1056", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "6624", - "name": "White full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6625", - "name": "White platelegs", - "examine": "Big, white and heavy looking.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "1920", - "tradeable": "true", - "weight": "9" - }, - { - "id": "6626", - "name": "White platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6627", - "name": "White plateskirt", - "examine": "Big, white, and heavy looking.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "1920", - "tradeable": "true", - "weight": "8.1" - }, - { - "id": "6628", - "name": "White plateskirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6629", - "name": "White gloves", - "examine": "These will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,1,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "6", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "6630", - "name": "White gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6631", - "name": "White sq shield", - "examine": "A medium square shield.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,1,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "1152", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "6632", - "name": "White sq shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6633", - "name": "White kiteshield", - "examine": "A large metal shield.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,1,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "1632", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6634", - "name": "White kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6635", - "name": "Commorb", - "examine": "A Temple Knight Communication Orb. Top Secret! / Use this to stay in touch with Korasi and Jessika. (A Void Dance version) / Tyr's commorb, given to him by Sir Tiffy. (Tyr's commorb)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "1" - }, - { - "id": "6636", - "name": "Solus's hat", - "examine": "Proof that I have defeated the evil mage Solus.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6637", - "name": "Dark beast", - "examine": "From a darker dimension.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "6638", - "name": "Colour wheel", - "examine": "A key to the nature of light itself. (Mourning's Ends Part II)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6639", - "name": "Hand mirror", - "examine": "A small hand mirror.", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new mirror.", + "archery_ticket_price": "0", + "id": "1689" + }, + { + "shop_price": "3307", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1993", "durability": null, - "tradeable": "false" - }, - { - "id": "6641", - "name": "Yellow crystal", - "examine": "A yellow crystal.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new crystal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6643", - "name": "Cyan crystal", - "examine": "A cyan crystal.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new crystal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6644", - "name": "Blue crystal", - "examine": "A blue crystal.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new crystal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6646", - "name": "Fractured crystal", - "examine": "A fractured crystal, one of the edges is clear.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new crystal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6647", - "name": "Fractured crystal", - "examine": "A fractured crystal, one of the edges is clear.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new crystal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6648", - "name": "Item list", - "examine": "It's a list of items I need to collect.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another list from Thorgel.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6649", - "name": "Edern's journal", - "examine": "The journal of Nissyen Edern.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6650", - "name": "Blackened crystal", - "examine": "A blackened crystal sample.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6651", - "name": "Newly made crystal", - "examine": "A newly formed crystal / A warm energy radiates from this crystal.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6652", - "name": "Newly made crystal", - "examine": "A newly formed crystal / A warm energy radiates from this crystal.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6653", - "name": "Crystal trinket", - "examine": "A small Crystal trinket.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Crystal trinket from Arianwyn in Lletya.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6654", - "name": "Camo top", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.7" - }, - { - "id": "6655", - "name": "Camo bottoms", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2.2" - }, - { - "id": "6656", - "name": "Camo helmet", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "2.2" - }, - { - "id": "6657", - "name": "Camo top", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.7" - }, - { - "id": "6658", - "name": "Camo bottoms", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2.2" - }, - { - "id": "6659", - "name": "Camo helmet", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "2.2" - }, - { - "id": "6660", - "name": "Fishing explosive", - "examine": "The jar keeps shaking... I'm scared.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "60" - }, - { - "id": "6661", - "name": "Mogre", - "examine": "An angry Ogre in a funny hat.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "6662", - "name": "Broken fishing rod", - "examine": "This fishing rod seems to have been bitten in half.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6663", - "name": "Forlorn boot", - "examine": "It seems someone vacated this boot in a hurry.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6664", - "name": "Fishing explosive", - "examine": "The jar keeps shaking... I'm scared.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{18,32}", - "shop_price": "60" - }, - { - "id": "6665", - "name": "Mudskipper hat", - "examine": "Fishy, damp and smelly.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "1" - }, - { - "id": "6666", - "name": "Flippers", - "examine": "Strangely uncomfortable flippers.", - "archery_ticket_price": "0", - "bonuses": "-2,-2,-2,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "weight": "2" - }, - { - "id": "6667", - "name": "Fishbowl", - "examine": "An empty fishbowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", + "name": "Diamond amulet", "tradeable": "true", - "weight": "1.3" + "archery_ticket_price": "0", + "id": "1690" }, { - "id": "6668", - "name": "Fishbowl", - "examine": "A fishless fishbowl.", - "archery_ticket_price": "0", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "18436", "durability": null, + "name": "Dragonstone ammy", "tradeable": "true", - "weight": "2.3" + "archery_ticket_price": "0", + "id": "1691" }, { - "id": "6669", - "name": "Fishbowl", - "examine": "A fishless fishbowl with some seaweed.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "2.3" - }, - { - "id": "6670", - "name": "Fishbowl", - "examine": "A fishbowl with a Tiny Bluefish in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "2.3" - }, - { - "id": "6671", - "name": "Fishbowl", - "examine": "A fishbowl with a Tiny Greenfish in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "2.3" - }, - { - "id": "6672", - "name": "Fishbowl", - "examine": "A fishbowl with a Tiny Spinefish in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "2.3" - }, - { - "id": "6673", - "name": "Fishbowl and net", - "examine": "An empty fishbowl in a net.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "6674", - "name": "Tiny net", - "examine": "A tiny net for grabbing tiny fish.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "1" - }, - { - "id": "6675", - "name": "An empty box", - "examine": "'Ingredients: Ground Guam and Ground Seaweed.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6677", - "name": "Guam in a box", - "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6678", - "name": "Guam in a box?", - "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6679", - "name": "Seaweed in a box", - "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6680", - "name": "Seaweed in a box?", - "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6681", - "name": "Ground guam", - "examine": "One of the ingredients for making fish food.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6682", - "name": "Ground guam", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6683", - "name": "Ground seaweed", - "examine": "One of the ingredients for making fish food.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6684", - "name": "Ground seaweed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6685", - "name": "Saradomin brew(4)", - "examine": "A Saradomin Brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6686", - "name": "Saradomin brew(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6687", - "name": "Saradomin brew(3)", - "examine": "A Saradomin Brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6688", - "name": "Saradomin brew(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6689", - "name": "Saradomin brew(2)", - "examine": "A Saradomin Brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6690", - "name": "Saradomin brew(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6691", - "name": "Saradomin brew(1)", - "examine": "A Saradomin Brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6692", - "name": "Saradomin brew(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6693", - "name": "Crushed nest", - "examine": "It's a crushed bird's nest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6694", - "name": "Crushed nest", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6695", - "name": "Desert lizard", - "examine": "\"A cold-blooded creature, partial to warmth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6696", - "name": "Ice cooler", - "examine": "Contains ice-cold water.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{22,18}", - "shop_price": "1" - }, - { - "id": "6697", - "name": "Pat of butter", - "examine": "A pat of freshly churned butter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "6698", - "name": "Pat of butter", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6700", - "name": "Burnt potato", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6701", - "name": "Baked potato", - "examine": "It'd taste even better with some toppings.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6702", - "name": "Baked potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6703", - "name": "Potato with butter", - "examine": "A baked potato with butter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6704", - "name": "Potato with butter", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6705", - "name": "Potato with cheese", - "examine": "A baked potato with butter and cheese.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "350", + "ge_buy_limit": "5000", + "examine": "A plain gold amulet.", + "grand_exchange_price": "137", + "durability": null, + "name": "Gold amulet", "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6706", - "name": "Potato with cheese", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6707", - "name": "Camulet", - "examine": "An amulet of Camel-speak. It makes vague braying noises.", - "archery_ticket_price": "0", - "durability": null, + "id": "1692", "equipment_slot": "2" }, { - "id": "6708", - "name": "Slayer gloves", - "examine": "Especially good against diseased arachnids.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0", - "durability": null, - "shop_price": "200" - }, - { - "id": "6709", - "name": "Fever spider", - "examine": "A bunch of legs, eyes and teeth.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "6710", - "name": "Blindweed seed", - "examine": "A blindweed seed - plant in a Blindweed patch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6711", - "name": "Blindweed", - "examine": "An inedible, foul smelling herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6712", - "name": "Bucket of water", - "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "137", "durability": null, + "name": "Gold amulet", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "1693" }, { - "id": "6713", - "name": "Wrench", - "examine": "A heavy metal wrench.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6714", - "name": "Holy wrench", - "examine": "A shining paragon of wrenchly virtue.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6715", - "name": "Sluglings", - "examine": "They look at you balefully. 'Feed us...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6716", - "name": "Karamthulhu", - "examine": "A sinister looking squid.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6717", - "name": "Karamthulhu", - "examine": "A sinister looking squid.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6718", - "name": "Fever spider body", - "examine": "A diseased deceased Fever Spider. Handle with care.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6719", - "name": "Unsanitary swill", - "examine": "Sorry, I mean a bucket of 'rum'.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6720", - "name": "Slayer gloves", - "examine": "Especially good against diseased arachnids.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0", + "shop_price": "810", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "435", "durability": null, - "equipment_slot": "9", - "requirements": "{18,42}", - "shop_price": "200" + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1694", + "equipment_slot": "2" }, { - "id": "6721", - "name": "Rusty scimitar", - "examine": "A decent enough weapon gone rusty.", - "archery_ticket_price": "0", - "attack_audios": "2500,0,2517,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "435", "durability": null, - "weight": "2" + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1695" }, { - "id": "6722", - "name": "Zombie head", - "examine": "Alas...I hardly knew him.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6723", - "name": "Fishbowl", - "archery_ticket_price": "0", + "shop_price": "1147", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "659", "durability": null, - "tradeable": "true" + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1696", + "equipment_slot": "2" }, { - "id": "6724", - "name": "Seercull", - "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_speed": "5", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", + "ge_buy_limit": "5000", + "grand_exchange_price": "659", "durability": null, - "equipment_slot": "3", + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1697" + }, + { + "shop_price": "2025", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1115", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1698", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1115", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1699" + }, + { + "shop_price": "3307", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "2706", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1700", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2706", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1701" + }, + { "ge_buy_limit": "100", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "2588", - "requirements": "{4,50}", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "27100", + "durability": null, + "name": "Dragonstone ammy", "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1" + "archery_ticket_price": "0", + "id": "1702", + "equipment_slot": "2" }, { - "id": "6725", - "name": "Seercull", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6726", - "name": "Mud battlestaff", - "archery_ticket_price": "0", + "grand_exchange_price": "27100", "durability": null, - "tradeable": "true" - }, - { - "id": "6727", - "name": "Mystic mud staff", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6728", - "name": "Bonemeal", - "examine": "A pot of crushed small zombie monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6729", - "name": "Dagannoth bones", - "examine": "These would feed a dogfish for months!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", + "name": "Dragonstone ammy", "tradeable": "true", - "weight": "1.5" + "archery_ticket_price": "0", + "id": "1703" }, { - "id": "6730", - "name": "Dagannoth bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6731", - "name": "Seers ring", - "examine": "A mysterious ring that can fill the wearer with magical power...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "tradeable": "true" - }, - { - "id": "6732", - "name": "Seers ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6733", - "name": "Archers ring", - "examine": "A fabled ring that improves the wearer's skill with a bow...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "tradeable": "true" - }, - { - "id": "6734", - "name": "Archers ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6735", - "name": "Warrior ring", - "examine": "A legendary ring once worn by Fremennik warriors.", - "archery_ticket_price": "0", - "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "tradeable": "true" - }, - { - "id": "6736", - "name": "Warrior ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6737", - "name": "Berserker ring", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "tradeable": "true" - }, - { - "id": "6738", - "name": "Berserker ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6739", - "name": "Dragon axe", - "examine": "A very powerful axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2498,2498,2497,2498", - "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "rare_item": "true", - "render_anim": "2586", - "requirements": "{0,60}", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "6740", - "name": "Dragon axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6741", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "6742", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6744", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6745", - "name": "Silverlight", - "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "5", - "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "render_anim": "2554", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "6746", - "name": "Darklight", - "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "5", - "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "2554", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "6747", - "name": "Demonic sigil mould", - "examine": "Used to make the sigil of the demon Agrith-Naar.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6748", - "name": "Demonic sigil", - "examine": "A sigil used for the summoning of the demon Agrith-Naar.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.8" - }, - { - "id": "6749", - "name": "Demonic tome", - "examine": "Will this book help in summoning Agrith-Naar?", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.4" - }, - { - "id": "6750", - "name": "Black desert shirt", - "examine": "A desert shirt stained black with mushroom ink.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "6752", - "name": "Black desert robe", - "examine": "A desert robe stained black with mushroom ink.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7" - }, - { - "id": "6754", - "name": "Enchanted key", - "examine": "It changes temperature as I walk. (Meeting History)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Hopefully Erin has a copy!", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "6760", - "name": "Guthix mjolnir", - "examine": "A Guthix Mjolnir.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", - "defence_anim": "2079", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "250", - "stand_anim": "813", - "stand_turn_anim": "1209", + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "28000", + "durability": null, + "name": "Amulet of glory", "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" + "archery_ticket_price": "0", + "id": "1704", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" }, { - "id": "6761", - "name": "Guthix mjolnir", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6762", - "name": "Saradomin mjolnir", - "examine": "A Saradomin Mjolnir.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", - "defence_anim": "2079", - "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "28000", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "250", - "stand_anim": "813", - "stand_turn_anim": "1209", + "name": "Amulet of glory", "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" + "archery_ticket_price": "0", + "id": "1705" }, { - "id": "6763", - "name": "Saradomin mjolnir", - "archery_ticket_price": "0", + "examine": "A dragonstone amulet with 1 magic charge.", + "grand_exchange_price": "1", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6764", - "name": "Zamorak mjolnir", - "examine": "A Zamorak mjolnir.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", - "defence_anim": "2079", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", + "name": "Amulet of glory(1)", "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" + "archery_ticket_price": "0", + "id": "1706", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" }, { - "id": "6765", - "name": "Zamorak mjolnir", - "archery_ticket_price": "0", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, + "name": "Amulet of glory(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1707" + }, + { + "examine": "A dragonstone amulet with 2 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1708", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1709" + }, + { + "examine": "A dragonstone amulet with 3 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1710", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1711" + }, + { "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6766", - "name": "Cat antipoison", - "examine": "Antipoison for Pox.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6768", - "name": "Poisoned cheese", - "examine": "A little more smelly than usual.", - "archery_ticket_price": "0", + "examine": "A dragonstone amulet with 4 magic charges.", + "grand_exchange_price": "29300", "durability": null, - "weight": "0.2" - }, - { - "id": "6769", - "name": "Music scroll", - "examine": "Charming.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another sheet of music by talking to the snakecharmer of Pollnivneach.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6770", - "name": "Directions", - "examine": "Jimmy Dazzler's directions.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another set of directions to the party by talking to Jimmy Dazzler.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6771", - "name": "Pot of weeds", - "examine": "Contains garden weeds.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6772", - "name": "Smouldering pot", - "examine": "Contains slowly burning garden weeds.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6773", - "name": "Rat pole", - "examine": "A pole for putting rats on.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6774", - "name": "Rat pole", - "examine": "A pole with one rat on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6775", - "name": "Rat pole", - "examine": "A pole with two rats on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6776", - "name": "Rat pole", - "examine": "A pole with three rats on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6777", - "name": "Rat pole", - "examine": "A pole with four rats on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6778", - "name": "Rat pole", - "examine": "A pole with five rats on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6779", - "name": "Rat pole", - "examine": "A pole with six rats on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6780", - "name": "Menaphite thug", - "examine": "Menaphite thug.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6786", - "name": "Robe of elidinis", - "examine": "This looks quite old.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "6787", - "name": "Robe of elidinis", - "examine": "This looks quite old.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7" - }, - { - "id": "6788", - "name": "Torn robe", - "examine": "This robe is too torn to wear.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6789", - "name": "Torn robe", - "examine": "This robe is too torn to wear.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6790", - "name": "Shoes", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10" - }, - { - "id": "6791", - "name": "Sole", - "examine": "Awusah's Sole.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6792", - "name": "Ancestral key", - "examine": "An ancient key from the shrine in Nardah. (Spirits of the Elid)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6793", - "name": "Ballad", - "examine": "The Ballad of Jaresh.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6794", - "name": "Choc-ice", - "examine": "A tasty treat from Nardah - better eat this before it melts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "6795", - "name": "Choc-ice", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6796", - "name": "Lamp", - "examine": "Wonder what happens if I rub it...", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "weight": "0.1" - }, - { - "id": "6797", - "name": "Watering can", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8" - }, - { - "id": "6798", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6799", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6800", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6801", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6802", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6803", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6804", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6805", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6806", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6807", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6808", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6809", - "name": "Granite legs", - "examine": "These look pretty heavy.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "lendable": "true", - "requirements": "{1,50}-{2,50}", + "name": "Amulet of glory(4)", "tradeable": "true", - "weight": "15" + "archery_ticket_price": "0", + "id": "1712", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" }, { - "id": "6810", - "name": "Bonemeal", - "examine": "A pot of crushed large zombie monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6811", - "name": "Skeletal wyvern", - "examine": "A very dangerous pile of animated Wyvern bones.", - "archery_ticket_price": "0", - "attack_speed": "6", - "durability": null - }, - { - "id": "6812", - "name": "Wyvern bones", - "examine": "Bones of a huge flying creature.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6813", - "name": "Granite legs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6814", - "name": "Fur", - "examine": "This would make warm clothing.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "20", + "grand_exchange_price": "29300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(4)", "tradeable": "true", - "weight": "0.4" - }, - { - "id": "6815", - "name": "Fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6816", - "name": "Wyvern bones", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6817", - "name": "Slender blade", - "examine": "A slender two-handed sword.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "124", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "false", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weight": "3" - }, - { - "id": "6818", - "name": "Bow-sword", - "examine": "A sharp sword that can also fire arrows.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make a replacement.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weight": "3" - }, - { - "id": "6819", - "name": "Large pouch", - "examine": "A large pouch used for storing essence.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "25000", - "weight": "1" - }, - { - "id": "6820", - "name": "Relic", - "examine": "It seems to have pieces missing. After Temple at Senntisten quest: The assassin's plunder from the church on Entrana.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can get another from the assassin beside the winch that leads down into Senntisten temple.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6821", - "name": "Orb", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6822", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6823", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6824", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6825", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6826", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6827", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6828", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6829", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6830", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6831", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6832", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6833", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6834", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6835", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6836", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6837", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6838", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6839", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6840", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6841", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6842", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6843", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6844", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6845", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6846", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6847", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6848", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6849", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6850", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6851", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6852", - "name": "Puppet box", - "examine": "A box for storing completed puppets.", "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" + "id": "1713" }, { - "id": "6853", - "name": "Bauble box", - "examine": "A box for storing painted baubles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6854", - "name": "Puppet box", - "examine": "A box for storing completed puppets.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6855", - "name": "Bauble box", - "examine": "A box for storing painted baubles.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6856", - "name": "Bobble hat", - "examine": "A woolly bobble hat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6857", - "name": "Bobble scarf", - "examine": "A woolly scarf.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "2", - "weight": "0.25" - }, - { - "id": "6858", - "name": "Jester hat", - "examine": "A woolly Jester hat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", - "durability": null, - "equipment_slot": "0", - "shop_price": "160", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6859", - "name": "Jester scarf", - "examine": "A woolly jester scarf.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Jester scarf from Diango.", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6860", - "name": "Tri-jester hat", - "examine": "A woolly triple bobble jester hat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You may get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6861", - "name": "Tri-jester scarf", - "examine": "A woolly jester scarf.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another jester scarf from Diango in the Draynor Market.", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6862", - "name": "Woolly hat", - "examine": "A woolly tobogganing hat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6863", - "name": "Woolly scarf", - "examine": "A woolly tobogganing scarf.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6864", - "name": "Marionette handle", - "examine": "The controlling part of a marionette.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "6865", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6866", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6867", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6868", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6869", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6870", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6871", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6872", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6873", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6874", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6875", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6876", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6877", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6878", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6879", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6880", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6881", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6882", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6883", - "name": "Peach", - "examine": "A tasty fruit.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6885", - "name": "Progress hat", - "examine": "A magic training arena progress hat", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "0" - }, - { - "id": "6886", - "name": "Progress hat", - "examine": "A magic training arena progress hat", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "0" - }, - { - "id": "6887", - "name": "Progress hat", - "examine": "A magic training arena progress hat", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "0" - }, - { - "id": "6888", - "name": "Guardian statue", - "examine": "A guardian of the arena.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6889", - "name": "Mage's book", - "examine": "The magical book of the Mage.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{6,60}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6890", - "name": "Mage's book", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6891", - "name": "Arena book", - "examine": "A book about the Training Arena.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "200", - "weight": "1" - }, - { - "id": "6893", - "name": "Leather boots", - "examine": "Comfortable leather boots.", - "archery_ticket_price": "0", - "bankable": "false", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "83", "durability": null, - "shop_price": "6", + "name": "Unstrung symbol", "tradeable": "true", - "weight": "0.3" + "archery_ticket_price": "0", + "id": "1714" }, { - "id": "6894", - "name": "Adamant kiteshield", - "examine": "A large metal shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bankable": "false", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "83", "durability": null, + "name": "Unstrung symbol", "tradeable": "true", - "weight": "5.8" + "archery_ticket_price": "0", + "id": "1715" }, { - "id": "6895", - "name": "Adamant med helm", - "examine": "A medium sized helmet.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bankable": "false", - "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0", + "shop_price": "120", + "ge_buy_limit": "5000", + "examine": "A symbol of Saradomin.", + "grand_exchange_price": "29", "durability": null, + "name": "Unblessed symbol", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "1716", + "equipment_slot": "2" }, { - "id": "6896", - "name": "Emerald", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "bankable": "false", + "ge_buy_limit": "5000", + "grand_exchange_price": "29", "durability": null, - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "6897", - "name": "Rune longsword", - "examine": "A razor sharp longsword", - "archery_ticket_price": "0", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bankable": "false", - "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0", - "durability": null, - "lendable": "true", - "shop_price": "32000", + "name": "Unblessed symbol", "tradeable": "true", - "weight": "1.8" - }, - { - "id": "6898", - "name": "Cylinder", - "examine": "A green cylinder", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6899", - "name": "Cube", - "examine": "A yellow cube", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6900", - "name": "Icosahedron", - "examine": "A blue icosahedron.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6901", - "name": "Pentamid", - "examine": "A red pentamid.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6902", - "name": "Orb", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6903", - "name": "Dragonstone", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "6904", - "name": "Animals' bones", - "examine": "Various animals' bones.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6905", - "name": "Animals' bones", - "examine": "Various animals' bones.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6906", - "name": "Animals' bones", - "examine": "Various animals' bones.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6907", - "name": "Animals' bones", - "examine": "Various animals' bones.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6908", - "name": "Beginner wand", - "examine": "A beginner level wand", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1381", - "requirements": "{6,45}", - "run_anim": "1210", - "shop_price": "303030030", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1146", - "weapon_interface": "1", - "weight": "0.2" - }, - { - "id": "6909", - "name": "Beginner wand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6910", - "name": "Apprentice wand", - "examine": "An apprentice level wand.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "bonuses": "0,0,0,10,0,0,0,0,10,0,0,0,0,0,0", - "defence_anim": "420", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1381", - "requirements": "{6,50}", - "run_anim": "1210", - "shop_price": "606060060", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1146", - "weapon_interface": "1" - }, - { - "id": "6911", - "name": "Apprentice wand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6912", - "name": "Teacher wand", - "examine": "A teacher level wand.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1381", - "requirements": "{6,55}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1146", - "weapon_interface": "1" - }, - { - "id": "6913", - "name": "Teacher wand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6914", - "name": "Master wand", - "examine": "A master level wand.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0", - "defence_anim": "420", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1381", - "requirements": "{6,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1146", - "weapon_interface": "1", - "weight": "0.1" - }, - { - "id": "6915", - "name": "Master wand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6916", - "name": "Infinity top", - "examine": "Mystical robes.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,0,0,0,0,22,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "6917", - "name": "Infinity top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6918", - "name": "Infinity hat", - "examine": "A mystic hat.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "hat": true, - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "6919", - "name": "Infinity hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6920", - "name": "Infinity boots", - "examine": "Mystical boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "10", - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "6921", - "name": "Infinity boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6922", - "name": "Infinity gloves", - "examine": "Mystical gloves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "6923", - "name": "Infinity gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6924", - "name": "Infinity bottoms", - "examine": "Mystical robes.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,17,0,0,0,0,17,0,17,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "6925", - "name": "Infinity bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6926", - "name": "Bones to peaches", - "examine": "A tablet containing a magic spell.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6945", - "name": "Sandy hand", - "examine": "A severed hand covered with sand.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Bert in Yanille to get another sandy hand.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6946", - "name": "Beer-soaked hand", - "examine": "A severed hand dripping with beer.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to the Guard Captain in Yanille to get another beer soaked hand.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6947", - "name": "Bert's rota", - "examine": "A copy of a work rota.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Bert to replace this Rota.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6948", - "name": "Sandy's rota", - "examine": "An original work rota.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Search Sandy's office in Brimhaven for another Rota.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6949", - "name": "A magic scroll", - "examine": "This scroll glows with an inner light.", - "archery_ticket_price": "0", - "destroy_message": "Speak to Bert in Yanille to find another magical scroll.", - "durability": null - }, - { - "id": "6950", - "name": "Magical orb", - "examine": "An ordinary looking scrying orb.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6951", - "name": "Magical orb (a)", - "examine": "This magical scrying orb pulsates as it stores information.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6952", - "name": "Truth serum", - "examine": "Fluid sloshes innocently in this vial.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Betty in Port Sarim to get another bottle of truth serum.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6953", - "name": "Bottled water", - "examine": "A bottle of water.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Betty in Port Sarim to get another bottle.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6954", - "name": "Redberry juice", - "examine": "Redberry juice sloshes around in this vial, waiting for white berries to be added.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make some more red berry juice.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6955", - "name": "Pink dye", - "examine": "A vial of pink dye.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Betty in Port Sarim to make more pink dye.", - "durability": null, - "shop_price": "20", - "tradeable": "false" - }, - { - "id": "6956", - "name": "Rose-tinted lens", - "examine": "This lens has a pinkish tinge to it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make the lens again.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "6957", - "name": "Wizard's head", - "examine": "A decapitated, sand-covered head.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Mazion near the sandpit on Entrana to find the Wizard Head again.", - "durability": null, - "tradeable": "false", - "weight": "3" - }, - { - "id": "6958", - "name": "Sand", - "examine": "A handful of sand from Sandy's pocket.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Pickpocket Sandy in Brimhaven to get more sand.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6959", - "name": "Cape", - "examine": "Use pink dye on a cape and this is what you get!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "6960", - "name": "Cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6961", - "name": "Baguette", - "examine": "A freshly baked baguette.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6962", - "name": "Triangle sandwich", - "examine": "A freshly made triangle sandwich.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6963", - "name": "Roll", - "examine": "A freshly made roll.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "6964", - "name": "Coins", - "examine": "Lovely money!", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6965", - "name": "Square sandwich", - "examine": "A freshly made square sandwich.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6967", - "name": "Dragon med helm", - "examine": "Makes the wearer pretty intimidating.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "durability": null, - "lendable": "true", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "6968", - "name": "Triangle sandwich", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6969", - "name": "Shark", - "examine": "I'd better be careful eating this.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "6970", - "name": "Pyramid top", - "examine": "It's a solid gold pyramid!", - "archery_ticket_price": "0", - "durability": null, - "weight": "11" - }, - { - "id": "6971", - "name": "Sandstone (1kg)", - "examine": "A large chunk of sandstone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6972", - "name": "Sandstone (1kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6973", - "name": "Sandstone (2kg)", - "examine": "A large chunk of sandstone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6974", - "name": "Sandstone (2kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6975", - "name": "Sandstone (5kg)", - "examine": "A large chunk of sandstone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6976", - "name": "Sandstone (5kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6977", - "name": "Sandstone (10kg)", - "examine": "A large chunk of sandstone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6978", - "name": "Sandstone (10kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6979", - "name": "Granite (500g)", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6980", - "name": "Granite (500g)", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "1717" }, { - "id": "6981", - "name": "Granite (2kg)", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6982", - "name": "Granite (2kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6983", - "name": "Granite (5kg)", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6984", - "name": "Granite (5kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6985", - "name": "Sandstone (20kg)", - "examine": "A huge twenty-kilo block of sandstone.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another 20 kg block by giving enough stone to Lazim.", - "durability": null, - "weight": "20" - }, - { - "id": "6986", - "name": "Sandstone (32kg)", - "examine": "A huge thirty-two-kilo block of sandstone.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another 32 kg sandstone block by giving enough stone to Lazim.", - "durability": null, - "weight": "32" - }, - { - "id": "6987", - "name": "Sandstone body", - "examine": "The body of a sandstone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another statue body by giving Lazim 20 kg of stone and then crafting it.", - "durability": null - }, - { - "id": "6988", - "name": "Sandstone base", - "examine": "The base and legs of a sandstone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another statue base by giving Lazim 32 kg of stone and then crafting it.", - "durability": null, - "weight": "32" - }, - { - "id": "6993", - "name": "Z sigil", - "examine": "A metal sigil in the shape of a Z.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6994", - "name": "M sigil", - "examine": "A metal sigil in the shape of an M.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6995", - "name": "R sigil", - "examine": "A metal sigil in the shape of an R.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6996", - "name": "K sigil", - "examine": "A metal sigil in the shape of a K.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6997", - "name": "Stone left arm", - "examine": "The left arm of a large stone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the statue's left arm back from Lazim.", - "durability": null, - "tradeable": "false", - "weight": "9" - }, - { - "id": "6998", - "name": "Stone right arm", - "examine": "The right arm of a large stone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the statue's right arm back from Lazim.", - "durability": null, - "tradeable": "false", - "weight": "9" - }, - { - "id": "6999", - "name": "Stone left leg", - "examine": "The left leg of a large stone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the statue's left leg back from Lazim.", - "durability": null, - "tradeable": "false", - "weight": "9" - }, - { - "id": "7000", - "name": "Stone right leg", - "examine": "The right leg of a large stone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the statue's right leg back from Lazim.", - "durability": null, - "tradeable": "false", - "weight": "9" - }, - { - "id": "7001", - "name": "Camel mould (p)", - "examine": "A positive clay mould of a camel's head.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another positive mould by using soft clay on the pedestal in Enakhra's temple.", - "durability": null, - "tradeable": "false", - "weight": "0.5" - }, - { - "id": "7003", - "name": "Camel mask", - "examine": "Blend in in the desert.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "0.5" - }, - { - "id": "7004", - "name": "Chisel", - "examine": "Good for detailed crafting.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "shop_price": "14", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "7051", - "name": "Unlit bug lantern", - "examine": "A lantern to aid attacking Harpie bugs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{18,33}-{11,33}", - "shop_price": "130", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "7052", - "name": "Unlit bug lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7053", - "name": "Lit bug lantern", - "examine": "A lantern to aid attacking Harpie bugs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "requirements": "{18,33}", - "shop_price": "130", - "weight": "2.2" - }, - { - "id": "7054", - "name": "Chilli potato", - "examine": "A baked potato with chilli con carne", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7055", - "name": "Chilli potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7056", - "name": "Egg potato", - "examine": "A baked potato with egg and tomato.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7057", - "name": "Egg potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7058", - "name": "Mushroom potato", - "examine": "A baked potato with mushroom and onions.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7059", - "name": "Mushroom potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7060", - "name": "Tuna potato", - "examine": "A baked potato with tuna and sweetcorn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7061", - "name": "Tuna potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7062", - "name": "Chilli con carne", - "examine": "A bowl of meat in chilli-con-carne sauce.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7063", - "name": "Chilli con carne", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7064", - "name": "Egg and tomato", - "examine": "A bowl of scrambled eggs and tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7065", - "name": "Egg and tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7066", - "name": "Mushroom & onion", - "examine": "A bowl of fried mushroom and onions.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7067", - "name": "Mushroom & onion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7068", - "name": "Tuna and corn", - "examine": "A bowl of cooked tuna and sweetcorn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7069", - "name": "Tuna and corn", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7070", - "name": "Minced meat", - "examine": "A bowl of finely minced meat.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7071", - "name": "Minced meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7072", - "name": "Spicy sauce", - "examine": "A bowl of spicy sauce.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7073", - "name": "Spicy sauce", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7074", - "name": "Chopped garlic", - "examine": "A bowl of chopped garlic.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7075", - "name": "Chopped garlic", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7076", - "name": "Uncooked egg", - "examine": "A bowl of uncooked egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7077", - "name": "Uncooked egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7078", - "name": "Scrambled egg", - "examine": "A bowl of scrambled egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7079", - "name": "Scrambled egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7080", - "name": "Sliced mushrooms", - "examine": "A bowl of sliced Bittercap mushrooms.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7081", - "name": "Sliced mushrooms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7082", - "name": "Fried mushrooms", - "examine": "A bowl of fried Bittercap mushrooms.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7083", - "name": "Fried mushrooms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7084", - "name": "Fried onions", - "examine": "A bowl of sliced, fried onions.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7085", - "name": "Fried onions", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7086", - "name": "Chopped tuna", - "examine": "A bowl of finely chopped tuna.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7087", - "name": "Chopped tuna", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7088", - "name": "Sweetcorn", - "examine": "A bowl of cooked sweetcorn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7089", - "name": "Sweetcorn", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7091", - "name": "Burnt egg", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7093", - "name": "Burnt onion", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7095", - "name": "Burnt mushroom", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7108", - "name": "Gunpowder", - "examine": "Best keep this away from naked flames.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7109", - "name": "Fuse", - "examine": "A fuse.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7110", - "name": "Stripy pirate shirt", - "examine": "A seaworthy grey shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", "shop_price": "300", + "ge_buy_limit": "5000", + "examine": "A blessed holy symbol of Saradomin.", + "grand_exchange_price": "88", + "durability": null, + "name": "Holy symbol", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1718", + "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0", + "equipment_slot": "2" }, { - "id": "7111", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "88", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7112", - "name": "Pirate bandana", - "examine": "Essential pirate wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", + "name": "Holy symbol", "tradeable": "true", - "weight": "0.1" + "archery_ticket_price": "0", + "id": "1719" }, { - "id": "7113", - "name": "Pirate bandana", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "178", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7114", - "name": "Pirate boots", - "examine": "Not for land lubbers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "350", + "name": "Unstrung emblem", "tradeable": "true", - "weight": "4" + "archery_ticket_price": "0", + "id": "1720" }, { - "id": "7115", - "name": "Pirate boots", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "178", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7116", - "name": "Pirate leggings", - "examine": "Well, okay, they're beige, but they're part of the white pirate clothing set, so...", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", + "name": "Unstrung emblem", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1721" }, { - "id": "7117", - "name": "Pirate leggings", - "archery_ticket_price": "0", + "shop_price": "120", + "ge_buy_limit": "5000", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "24", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7118", - "name": "Canister", - "examine": "A cannister holding shrapnel.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7120", - "name": "Ramrod", - "examine": "For cleaning and packing the cannon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "7121", - "name": "Repair plank", - "examine": "A plank of wood to repair the hull with.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7122", - "name": "Stripy pirate shirt", - "examine": "A sea worthy shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "300", + "name": "Unpowered symbol", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1722", + "equipment_slot": "2" }, { - "id": "7123", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "24", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7124", - "name": "Pirate bandana", - "examine": "Essential pirate wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", + "name": "Unpowered symbol", "tradeable": "true", - "weight": "0.1" + "archery_ticket_price": "0", + "id": "1723" }, { - "id": "7125", - "name": "Pirate bandana", - "archery_ticket_price": "0", + "shop_price": "135", + "ge_buy_limit": "5000", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "57", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7126", - "name": "Pirate leggings", - "examine": "A sea worthy pair of trousers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", + "name": "Unholy symbol", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1724", + "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0", + "equipment_slot": "2" }, { - "id": "7127", - "name": "Pirate leggings", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "examine": "An enchanted ruby amulet.", + "grand_exchange_price": "1247", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7128", - "name": "Stripy pirate shirt", - "examine": "A sea worthy shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "300", + "name": "Amulet of strength", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1725", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", + "equipment_slot": "2" }, { - "id": "7129", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "1247", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7130", - "name": "Pirate bandana", - "examine": "Essential pirate wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", + "name": "Amulet of strength", "tradeable": "true", - "weight": "0.1" + "archery_ticket_price": "0", + "id": "1726" }, { - "id": "7131", - "name": "Pirate bandana", - "archery_ticket_price": "0", + "shop_price": "900", + "ge_buy_limit": "5000", + "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "519", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7132", - "name": "Pirate leggings", - "examine": "A sea worthy pair of trousers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", + "name": "Amulet of magic", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1727", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" }, { - "id": "7133", - "name": "Pirate leggings", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "519", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7134", - "name": "Stripy pirate shirt", - "examine": "A sea worthy shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "300", + "name": "Amulet of magic", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1728" }, { - "id": "7135", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", + "shop_price": "1275", + "ge_buy_limit": "5000", + "examine": "An enchanted emerald amulet of protection.", + "grand_exchange_price": "721", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7136", - "name": "Pirate bandana", - "examine": "Essential pirate wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", + "name": "Amulet of defence", "tradeable": "true", - "weight": "0.1" + "archery_ticket_price": "0", + "id": "1729", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", + "equipment_slot": "2" }, { - "id": "7137", - "name": "Pirate bandana", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "721", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7138", - "name": "Pirate leggings", - "examine": "A sea worthy pair of trousers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", + "name": "Amulet of defence", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1730" }, { - "id": "7139", - "name": "Pirate leggings", - "archery_ticket_price": "0", + "shop_price": "3525", + "ge_buy_limit": "5000", + "examine": "An enchanted diamond amulet of power.", + "grand_exchange_price": "2573", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7140", - "name": "Lucky cutlass", - "examine": "Feels quite lucky.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "5,20,0,-5,0,6,6,6,0,0,0,25,0,0,0", - "durability": null, - "equipment_slot": "3", - "shop_price": "2560", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "7141", - "name": "Harry's cutlass", - "examine": "I hope he doesn't want it back.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0", - "durability": null, - "equipment_slot": "3", - "shop_price": "1040", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "7142", - "name": "Rapier", - "examine": "The very butcher of a silk button.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "2622", - "shop_price": "25600", - "weapon_interface": "5", - "weight": "1" - }, - { - "id": "7143", - "name": "Plunder", - "examine": "Looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7144", - "name": "Book o' piracy", - "examine": "By Cap'n Hook-Hand Morrisane.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7145", - "name": "Cannon barrel", - "examine": "A working cannon barrel.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "7146", - "name": "Broken cannon", - "examine": "Not likely to work again.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "7148", - "name": "Repair plank", - "examine": "A plank of wood to repair the hull with.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7149", - "name": "Canister", - "examine": "A cannister holding shrapnel.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7150", - "name": "Tacks", - "examine": "Useful for pinning up paintings.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7155", - "name": "Rope", - "examine": "A coil of rope.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "18", + "name": "Amulet of power", "tradeable": "true", - "weight": "1.3" + "archery_ticket_price": "0", + "id": "1731", + "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,0", + "equipment_slot": "2" }, { - "id": "7156", - "name": "Tinderbox", - "examine": "Useful for lighting a fire.", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "2573", "durability": null, + "name": "Amulet of power", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1732" + }, + { "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "7157", - "name": "Braindeath 'rum", - "examine": "I think it is eating through the bottle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "weight": "0.9" - }, - { - "id": "7158", - "name": "Dragon 2h sword", - "examine": "A two-handed dragon sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "124", - "requirements": "{0,60}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3" - }, - { - "id": "7159", - "name": "Insulated boots", - "examine": "They're heavily insulated wellies.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,0,0,1,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{18,37}", - "shop_price": "200", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "7160", - "name": "Killerwatt", - "examine": "Before being attacked: A ball of Electrical energy.", - "archery_ticket_price": "0", - "attack_speed": "2", - "durability": null - }, - { - "id": "7161", - "name": "Insulated boots", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7162", - "name": "Pie recipe book", - "examine": "Lots of pie recipes for me to try.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "7163", - "name": "Pie recipe book", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7164", - "name": "Part mud pie", - "examine": "Still needs two more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "54", - "tradeable": "true" - }, - { - "id": "7165", - "name": "Part mud pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7166", - "name": "Part mud pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "54", - "tradeable": "true" - }, - { - "id": "7167", - "name": "Part mud pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7168", - "name": "Raw mud pie", - "examine": "Needs to be baked before I can use it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7169", - "name": "Raw mud pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7170", - "name": "Mud pie", - "examine": "All the good of the earth.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "render_anim": "1", - "run_anim": "824", - "shop_price": "54", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "13" - }, - { - "id": "7171", - "name": "Mud pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7172", - "name": "Part garden pie", - "examine": "Still needs two more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7173", - "name": "Part garden pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7174", - "name": "Part garden pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7175", - "name": "Part garden pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7176", - "name": "Raw garden pie", - "examine": "Needs cooking before I eat it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7177", - "name": "Raw garden pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7178", - "name": "Garden pie", - "examine": "What I wouldn't give for a good steak about now...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7179", - "name": "Garden pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7180", - "name": "Half a garden pie", - "examine": "What I wouldn't give for a good steak about now...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7181", - "name": "Half a garden pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7182", - "name": "Part fish pie", - "examine": "Still needs two more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7183", - "name": "Part fish pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7184", - "name": "Part fish pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7185", - "name": "Part fish pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7186", - "name": "Raw fish pie", - "examine": "Raw fish is risky, better cook it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7187", - "name": "Raw fish pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7188", - "name": "Fish pie", - "examine": "Bounty of the sea.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7189", - "name": "Fish pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7190", - "name": "Half a fish pie", - "examine": "Bounty of the sea.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7191", - "name": "Half a fish pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7192", - "name": "Part admiral pie", - "examine": "Still needs two more ingredients. ", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7193", - "name": "Part admiral pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7194", - "name": "Part admiral pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7195", - "name": "Part admiral pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7196", - "name": "Raw admiral pie", - "examine": "This would taste a lot better cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7197", - "name": "Raw admiral pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7198", - "name": "Admiral pie", - "examine": "Much tastier than a normal fish pie.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7199", - "name": "Admiral pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7200", - "name": "Half an admiral pie", - "examine": "Much tastier than a normal fish pie.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7201", - "name": "Half an admiral pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7202", - "name": "Part wild pie", - "examine": "Still needs two more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7203", - "name": "Part wild pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7204", - "name": "Part wild pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7205", - "name": "Part wild pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7206", - "name": "Raw wild pie", - "examine": "Good as it looks, I'd better cook it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7207", - "name": "Raw wild pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7208", - "name": "Wild pie", - "examine": "A triumph of man over nature.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7209", - "name": "Wild pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7210", - "name": "Half a wild pie", - "examine": "A triumph of man over nature.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7211", - "name": "Half a wild pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7212", - "name": "Part summer pie", - "examine": "Still needs two more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7213", - "name": "Part summer pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7214", - "name": "Part summer pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7215", - "name": "Part summer pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7216", - "name": "Raw summer pie", - "examine": "Fresh fruit may be good for you, but I should really cook this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7217", - "name": "Raw summer pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7218", - "name": "Summer pie", - "examine": "All the fruits of a very small forest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7219", - "name": "Summer pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7220", - "name": "Half a summer pie", - "examine": "All the fruits of a very small forest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7221", - "name": "Half a summer pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7222", - "name": "Burnt rabbit", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "19", - "tradeable": "true" - }, - { - "id": "7223", - "name": "Roast rabbit", - "examine": "A delicious looking piece of roast rabbit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "7224", - "name": "Skewered rabbit", - "examine": "Might taste better cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "67", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "7225", - "name": "Iron spit", - "examine": "An iron spit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "81", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "7227", - "name": "Burnt chompy", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7228", - "name": "Cooked chompy", - "examine": "It might look delicious to an ogre.Roasted chompy bird.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "130", - "tradeable": "true", - "weight": "10" - }, - { - "id": "7229", - "name": "Cooked chompy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7230", - "name": "Skewered chompy", - "examine": "A skewered chompy bird.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7231", - "name": "Burnt rabbit", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7232", - "name": "Roast rabbit", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7233", - "name": "Skewered rabbit", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7234", - "name": "Iron spit", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7235", - "name": "Skewered chompy", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7236", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7237", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7238", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7239", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7240", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7241", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7242", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7243", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7244", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7245", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7246", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7247", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7248", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7249", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7250", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7251", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7252", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7253", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7254", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7255", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7256", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7257", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7258", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7259", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7260", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7261", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7262", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7263", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7264", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7265", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7266", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7267", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7268", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7269", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7270", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7271", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7272", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7273", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7274", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7275", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7276", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7277", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7278", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7279", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7280", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7281", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7282", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7283", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7284", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7285", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7286", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7287", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7288", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7289", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7290", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7291", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7292", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7293", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7294", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7295", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7296", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7298", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7300", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7301", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7303", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7304", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7305", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7306", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7307", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7308", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7309", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7310", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7311", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7312", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7313", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7314", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7315", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7316", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7317", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7318", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7319", - "name": "Red boater", - "examine": "Stylish!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7320", - "name": "Red boater", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7321", - "name": "Orange boater", - "examine": "Stylish!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7322", - "name": "Orange boater", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7323", - "name": "Green boater", - "examine": "Stylish!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7324", - "name": "Green boater", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7325", - "name": "Blue boater", - "examine": "Stylish!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7326", - "name": "Blue boater", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7327", - "name": "Black boater", - "examine": "Stylish!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7328", - "name": "Black boater", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7329", - "name": "Red firelighter", - "examine": "Makes firelighting a lot easier.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7330", - "name": "Green firelighter", - "examine": "Makes firelighting a lot easier.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7331", - "name": "Blue firelighter", - "examine": "Makes firelighting a lot easier.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7332", - "name": "Black shield(h1)", - "examine": "A black kitesheild with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "7333", - "name": "Black shield(h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7334", - "name": "Adamant shield(h1)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7335", - "name": "Adamant shield(h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7336", - "name": "Rune shield(h1)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "7337", - "name": "Rune shield(h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7338", - "name": "Black shield(h2)", - "examine": "A black kiteshield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "7339", - "name": "Black shield(h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7340", - "name": "Adamant shield(h2)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7341", - "name": "Adamant shield(h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7342", - "name": "Rune shield(h2)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "7343", - "name": "Rune shield(h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7344", - "name": "Black shield(h3)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "7345", - "name": "Black shield(h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7346", - "name": "Adamant shield(h3)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7347", - "name": "Adamant shield(h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7348", - "name": "Rune shield(h3)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7349", - "name": "Rune shield(h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7350", - "name": "Black shield(h4)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "7351", - "name": "Black shield(h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7352", - "name": "Adamant shield(h4)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7353", - "name": "Adamant shield(h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7354", - "name": "Rune shield(h4)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7355", - "name": "Rune shield(h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7356", - "name": "Black shield(h5)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "7357", - "name": "Black shield(h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7358", - "name": "Adamant shield(h5)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7359", - "name": "Adamant shield(h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7360", - "name": "Rune shield(h5)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7361", - "name": "Rune shield(h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "", - "tradeable": "true" - }, - { - "id": "7362", - "name": "Studded body (g)", - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "requirements": "{1,20}-{4,20}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "7363", - "name": "Studded body (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7364", - "name": "Studded body (t)", - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "requirements": "{1,20}-{4,20}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "7365", - "name": "Studded body (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7366", - "name": "Studded chaps (g)", - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,20}", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "7367", - "name": "Studded chaps (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7368", - "name": "Studded chaps (t)", - "examine": "Those studs should provide a bit more protection. Nice trim, too!", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,20}", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "7369", - "name": "Studded chaps (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7370", - "name": "D'hide body(g)", - "examine": "Made from 100% real dragonhide. With colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", "ge_buy_limit": "5000", - "requirements": "{1,40}-{4,40}", + "examine": "Used with a thread to make clothes.", + "grand_exchange_price": "5", + "durability": null, + "name": "Needle", "tradeable": "true", - "weight": "6" + "archery_ticket_price": "0", + "id": "1733" }, { - "id": "7371", - "name": "D'hide body(g)", - "archery_ticket_price": "0", + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Use with a needle to make clothes.", + "grand_exchange_price": "7", "durability": null, + "name": "Thread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1734" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "For shearing sheep.", + "grand_exchange_price": "76", + "durability": null, + "name": "Shears", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1735" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "76", + "durability": null, + "name": "Shears", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1736" + }, + { "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "7372", - "name": "D'hide body (t)", - "examine": "Made from 100% real dragonhide. With colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", + "examine": "I think this came from a sheep.", + "grand_exchange_price": "160", "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,40}", + "name": "Wool", "tradeable": "true", - "weight": "6" + "weight": "0.14", + "archery_ticket_price": "0", + "id": "1737" }, { - "id": "7373", - "name": "D'hide body (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7374", - "name": "D'hide body (g)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,50}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "7375", - "name": "D'hide body (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7376", - "name": "D'hide body (t)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,50}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "7377", - "name": "D'hide body (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7378", - "name": "D'hide chaps (g)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7379", - "name": "D'hide chaps (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7380", - "name": "D'hide chaps (t)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7381", - "name": "D'hide chaps (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7382", - "name": "D'hide chaps (g)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,50}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7383", - "name": "D'hide chaps (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7384", - "name": "D'hide chaps (t)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,50}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7385", - "name": "D'hide chaps (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7386", - "name": "Blue skirt (g)", - "examine": "Leg covering favoured by women and wizards. With a colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7387", - "name": "Blue skirt (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7388", - "name": "Blue skirt (t)", - "examine": "Leg covering favoured by women and wizards. With a colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7389", - "name": "Blue skirt (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7390", - "name": "Wizard robe (g)", - "examine": "I can practise magic better in this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7391", - "name": "Wizard robe (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7392", - "name": "Wizard robe (t)", - "examine": "I can do magic better in this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7393", - "name": "Wizard robe (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7394", - "name": "Wizard hat (g)", - "examine": "A silly pointed hat with colourful trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7395", - "name": "Wizard hat (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7396", - "name": "Wizard hat (t)", - "examine": "A silly pointed hat, with colourful trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "7397", - "name": "Wizard hat (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7398", - "name": "Enchanted robe", - "examine": "Enchanted Wizards robes.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,20}-{6,40}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "7399", - "name": "Enchanted top", - "examine": "Enchanted Wizards robes.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,40}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7400", - "name": "Enchanted hat", - "examine": "A three pointed hat of magic.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,20}-{6,40}", - "tradeable": "true" - }, - { - "id": "7401", - "name": "Enchanted robe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7402", - "name": "Enchanted top", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7403", - "name": "Enchanted hat", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7404", - "name": "Red logs", - "examine": "A number of chemical covered wooden logs.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7405", - "name": "Green logs", - "examine": "A number of chemical covered wooden logs.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7406", - "name": "Blue logs", - "examine": "A number of chemical covered wooden logs.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7407", - "name": "Dragon 2h sword", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7408", - "name": "Draynor skull", - "examine": "I shouldn't joke; this is a grave matter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I found this in a grave at Draynor Manor.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7409", - "name": "Magic secateurs", - "examine": "The only way to kill a Tanglefoot.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "7,9,-5,1,0,0,1,0,1,0,0,1,0,0,0", - "destroy": "true", - "destroy_message": "I'll chat to Malignius Mortifer if I want another pair.", - "durability": null, - "equipment_slot": "3", - "shop_price": "40000", - "tradeable": "false", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "7410", - "name": "Queen's secateurs", - "examine": "Contains the Fairy Queen's magical essence.", - "archery_ticket_price": "0", - "destroy_message": "I can always find another Tanglefoot if I need more.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "7411", - "name": "Symptoms list", - "examine": "A list of the Fairy Queen's symptoms.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7413", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7414", - "name": "Paddle", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "1" - }, - { - "id": "7415", - "name": "Paddle", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7416", - "name": "Mole claw", - "examine": "A mole claw.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "7417", - "name": "Mole claw", - "archery_ticket_price": "0", + "grand_exchange_price": "160", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "7418", - "name": "Mole skin", - "examine": "The skin of a large mole.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "7419", - "name": "Mole skin", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "7420", - "name": "Mutated zygomite", - "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense. (As Fungi) A bouncy fungus. (Level 74) A fun guy. No wait, that's awful.. (Level 86)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7421", - "name": "Fungicide spray 10", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7422", - "name": "Fungicide spray 9", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7423", - "name": "Fungicide spray 8", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7424", - "name": "Fungicide spray 7", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7425", - "name": "Fungicide spray 6", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7426", - "name": "Fungicide spray 5", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7427", - "name": "Fungicide spray 4", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7428", - "name": "Fungicide spray 3", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7429", - "name": "Fungicide spray 2", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7430", - "name": "Fungicide spray 1", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7431", - "name": "Fungicide spray 0", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7432", - "name": "Fungicide", - "examine": "Does exactly what it says on the tin. (Kills Fungi.)", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{18,57}", - "shop_price": "10" - }, - { - "id": "7433", - "name": "Wooden spoon", - "examine": "Spoooooon!", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "35", + "name": "Wool", "tradeable": "true", - "weapon_interface": "6", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "1738" }, { - "id": "7434", - "name": "Wooden spoon", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "I should take this to the tannery.", + "grand_exchange_price": "140", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7435", - "name": "Egg whisk", - "examine": "A large whisk of death.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "45", + "name": "Cowhide", "tradeable": "true", - "weapon_interface": "5" + "weight": "2.7", + "archery_ticket_price": "0", + "id": "1739" }, { - "id": "7436", - "name": "Egg whisk", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "516", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7437", - "name": "Spork", - "examine": "Use the spork.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,10}", - "shop_price": "292", + "name": "Cowhide", "tradeable": "true", - "weapon_interface": "5", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "1740" }, { - "id": "7438", - "name": "Spork", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "It's a piece of leather.", + "grand_exchange_price": "638", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7439", - "name": "Spatula", - "examine": "A large spatula... of doom!", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,22,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,10}", - "run_anim": "7039", - "shop_price": "1728", - "stand_anim": "7047", - "stand_turn_anim": "7040", + "name": "Leather", "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" + "weight": "2.25", + "archery_ticket_price": "0", + "id": "1741" }, { - "id": "7440", - "name": "Spatula", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "638", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7441", - "name": "Frying pan", - "examine": "Looks like it's non-stick too!", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,20}", - "shop_price": "1494", + "name": "Leather", "tradeable": "true", - "weapon_interface": "10", - "weight": "1.5" + "archery_ticket_price": "0", + "id": "1742" }, { - "id": "7442", - "name": "Frying pan", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "It's a piece of hard leather.", + "grand_exchange_price": "640", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7443", - "name": "Skewer", - "examine": "Generally used for impaling fresh meat.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,30}", - "shop_price": "2880", + "name": "Hard leather", "tradeable": "true", - "weapon_interface": "6", - "weight": "2" + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1743" }, { - "id": "7444", - "name": "Skewer", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "640", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7445", - "name": "Rolling pin", - "examine": "That's how I roll!", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,40}", - "shop_price": "12960", + "name": "Hard leather", "tradeable": "true", - "weapon_interface": "10", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "1744" }, { - "id": "7446", - "name": "Rolling pin", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared green dragon hide.", + "grand_exchange_price": "2237", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7447", - "name": "Kitchen knife", - "examine": "A sharp, dependable knife, for filleting meat.", - "archery_ticket_price": "0", - "attack_audios": "2704,0,0,0", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,40}", - "shop_price": "8000", + "name": "Green d-leather", "tradeable": "true", - "weapon_interface": "5" + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1745" }, { - "id": "7448", - "name": "Kitchen knife", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "2237", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7449", - "name": "Meat tenderiser", - "examine": "Often used to soften tough meat up.", - "archery_ticket_price": "0", - "attack_anims": "2067,2066,2068", - "attack_speed": "6", - "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", - "defence_anim": "1666", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,40}", - "run_anim": "824", - "shop_price": "41500", - "stand_anim": "808", - "stand_turn_anim": "823", + "name": "Green d-leather", "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1" + "archery_ticket_price": "0", + "id": "1746" }, { - "id": "7450", - "name": "Meat tenderiser", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a Black Dragon.", + "grand_exchange_price": "5802", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7451", - "name": "Cleaver", - "examine": "An effective tool for chopping tough meat.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,40}", - "shop_price": "24040", + "name": "Black dragonhide", "tradeable": "true", - "weapon_interface": "6", - "weight": "0.5" + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1747" }, { - "id": "7452", - "name": "Cleaver", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "5802", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7453", - "name": "Gloves", - "examine": "A pair of plain gloves.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "50", - "weight": "0.2" - }, - { - "id": "7454", - "name": "Gloves", - "examine": "A pair of bronze-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,1,2,2,2,2,1,2,1,2,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "100", - "weight": "0.2" - }, - { - "id": "7455", - "name": "Gloves", - "examine": "A pair of iron-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "3,3,3,2,3,3,3,3,2,3,2,3,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "325", - "weight": "0.2" - }, - { - "id": "7456", - "name": "Gloves", - "examine": "A pair of steel-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "4,4,4,2,4,4,4,4,2,4,2,4,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "500", - "weight": "0.2" - }, - { - "id": "7457", - "name": "Gloves", - "examine": "A pair of black-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "5,5,5,3,5,5,5,5,3,5,3,5,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "1000", - "weight": "0.2" - }, - { - "id": "7458", - "name": "Gloves", - "examine": "A pair of mithril-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "1500" - }, - { - "id": "7459", - "name": "Gloves", - "examine": "A pair of adamant-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,4,7,7,7,7,4,7,4,7,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "2500", - "weight": "0.2" - }, - { - "id": "7460", - "name": "Gloves", - "examine": "A pair of rune-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "requirements": "{1,13}", - "shop_price": "5000" - }, - { - "id": "7461", - "name": "Gloves", - "examine": "A pair of dragon-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "requirements": "{1,41}", - "shop_price": "100000" - }, - { - "id": "7462", - "name": "Gloves", - "examine": "A pair of Barrows-themed gloves.", - "archery_ticket_price": "0", - "bonuses": "12,12,12,6,12,12,12,12,6,12,6,12,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "requirements": "{1,41}", - "shop_price": "100000", - "weight": "0.2" - }, - { - "id": "7463", - "name": "Cornflour", - "examine": "It's cornflour in a pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7464", - "name": "Book on chickens", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7465", - "name": "Vanilla pod", - "examine": "Surprise, it looks like a vanilla pod.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7466", - "name": "Cornflour", - "examine": "It's cornflour in a pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7468", - "name": "Pot of cornflour", - "examine": "It's cornflour in a pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7470", - "name": "Cornflour mixture", - "examine": "A mixture of milk, cream and cornflour.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I'll have to get all the ingredients again.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "7471", - "name": "Milky mixture", - "examine": "It's a bucket of milk and cream.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I'll have to get all the ingredients again.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "7472", - "name": "Cinnamon", - "examine": "Some cinnamon sticks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7476", - "name": "Brulee supreme", - "examine": "A pot of brulee supreme.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "7477", - "name": "Evil chicken's egg", - "examine": "What came first, the chicken or...", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "7478", - "name": "Dragon token", - "examine": "It's got a dragon on it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I got this by killing a Black Dragon. It might be hard to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7479", - "name": "Spicy stew", - "examine": "It's a meat and potato stew with fancy seasoning.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "1.5" - }, - { - "id": "7480", - "name": "Red spice (4)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7481", - "name": "Red spice (3)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7482", - "name": "Red spice (2)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7483", - "name": "Red spice (1)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7484", - "name": "Orange spice (4)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7485", - "name": "Orange spice (3)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7486", - "name": "Orange spice (2)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7487", - "name": "Orange spice (1)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7488", - "name": "Brown spice (4)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7489", - "name": "Brown spice (3)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7490", - "name": "Brown spice (2)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7491", - "name": "Brown spice (1)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7492", - "name": "Yellow spice (4)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7493", - "name": "Yellow spice (3)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7494", - "name": "Yellow spice (2)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7495", - "name": "Yellow spice (1)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7496", - "name": "Empty spice shaker", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7497", - "name": "Dirty blast", - "examine": "A cool refreshing fruit mix. With ash in for some reason.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7498", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7499", - "name": "Evil dave", - "examine": "He seems to like wearing black.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7500", - "name": "Dwarf", - "examine": "A short angry guy.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7502", - "name": "Lumbridge guide", - "examine": "He provides new players with useful information.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7504", - "name": "Osman", - "examine": "He looks a little shifty.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7505", - "name": "Pirate pete", - "examine": "A shifty-looking character.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7506", - "name": "Sir amik varze", - "examine": "Leader of the White Knights.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7507", - "name": "Skrach", - "examine": "He's been frozen in time.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7508", - "name": "Asgoldian ale", - "examine": "There appears to be a coin in the bottom. Liked by dwarves.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "4" - }, - { - "id": "7509", - "name": "Dwarven rock cake", - "examine": "Red hot and glowing, ouch! Only for dwarf consumption.", - "archery_ticket_price": "0", - "durability": null, - "weight": "8.5" - }, - { - "id": "7510", - "name": "Dwarven rock cake", - "examine": "Cool and heavy as a brick. Only for dwarf consumption.", - "archery_ticket_price": "0", - "durability": null, - "weight": "8.5" - }, - { - "id": "7511", - "name": "Slop of compromise", - "examine": "Two out of two goblin generals prefer it!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7512", - "name": "Soggy bread", - "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7513", - "name": "Spicy maggots", - "examine": "They clearly taste so much better this way!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7514", - "name": "Dyed orange", - "examine": "Orange slices which have been dyed, but it looks more like they died.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7515", - "name": "Breadcrumbs", - "examine": "Glad these aren't in my bed.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7516", - "name": "Kelp", - "examine": "Those leaves look useful!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7517", - "name": "Ground kelp", - "examine": "Kelp flakes. Smells of the sea.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7518", - "name": "Crab meat", - "examine": "A smelly meat.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7519", - "name": "Crab meat", - "examine": "A smelly meat.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7521", - "name": "Cooked crab meat", - "examine": "Nice and Tasty!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", + "name": "Black dragonhide", "tradeable": "true", - "weight": "0.9" + "archery_ticket_price": "0", + "id": "1748" }, { - "id": "7522", - "name": "Cooked crab meat", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a red dragon.", + "grand_exchange_price": "3539", "durability": null, + "name": "Red dragonhide", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "1749" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3539", + "durability": null, + "name": "Red dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1750" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a blue dragon.", + "grand_exchange_price": "2473", + "durability": null, + "name": "Blue dragonhide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1751" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2473", + "durability": null, + "name": "Blue dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1752" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a green dragon.", + "grand_exchange_price": "1000", + "durability": null, + "name": "Green dragonhide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1753" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1933", + "durability": null, + "name": "Green dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1754" + }, + { + "shop_price": "14", "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7523", - "name": "Cooked crab meat", - "examine": "Nice and Tasty!", - "archery_ticket_price": "0", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "20", "durability": null, + "name": "Chisel", "tradeable": "true", - "weight": "0.9" + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1755" }, { - "id": "7524", - "name": "Cooked crab meat", - "examine": "Nice and Tasty!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "7525", - "name": "Cooked crab meat", - "examine": "Nice and Tasty!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "7526", - "name": "Cooked crab meat", - "examine": "Nice and Tasty!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "7527", - "name": "Ground crab meat", - "examine": "A smelly paste.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7528", - "name": "Ground cod", - "examine": "A smelly paste.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7529", - "name": "Raw fishcake", - "examine": "Would taste nicer if I cooked it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7530", - "name": "Cooked fishcake", - "examine": "Mmmm, reminds me of the seaside.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7532", - "name": "Mudskipper hide", - "examine": "Hmmm, what can I use this for?", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7534", - "name": "Fishbowl helmet", - "examine": "You'll look daft, but at least you won't drown!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "weight": "5" - }, - { - "id": "7535", - "name": "Diving apparatus", - "examine": "I'll need a helmet to make this work.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1", - "weight": "10" - }, - { - "id": "7536", - "name": "Fresh crab claw", - "examine": "Fresh off the crab itself.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7537", - "name": "Crab claw", - "examine": "If it is good enough for crabs, it's good enough for me.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,3,4,2,0,0,1,1,0,0,0", - "durability": null, - "equipment_slot": "9", - "weight": "0.9" - }, - { - "id": "7538", - "name": "Fresh crab shell", - "examine": "Fresh off the crab itself.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7539", - "name": "Crab helmet", - "examine": "If it's good enough for crabs, it's good enough for me!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "0.9" - }, - { - "id": "7540", - "name": "Broken crab claw", - "examine": "Darn, it's useless now.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7541", - "name": "Broken crab shell", - "examine": "Darn, it's useless now.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7542", - "name": "Cake of guidance", - "examine": "Imbued with knowledge itself.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Maybe Traiborn will have another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7543", - "name": "Raw guide cake", - "examine": "Now all I need to do is cook it.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "7544", - "name": "Enchanted egg", - "examine": "Egg containing knowledge.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "7545", - "name": "Enchanted milk", - "examine": "Guiding milk.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "2" - }, - { - "id": "7546", - "name": "Enchanted flour", - "examine": "A pot of special flour.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "7547", - "name": "Druid pouch", - "examine": "A druid pouch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7548", - "name": "Potato seed", - "examine": "A potato seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "tradeable": "true" - }, - { - "id": "7549", - "name": "Potato seed", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7550", - "name": "Onion seed", - "examine": "An onion seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "7551", - "name": "Onion seed", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7552", - "name": "Mithril arrow", - "examine": "Arrows with mithril heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,22,0,0", - "durability": null, - "shop_price": "76", - "tradeable": "true" - }, - { - "id": "7553", - "name": "Mithril arrow", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7554", - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "7555", - "name": "Fire rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7556", - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "7557", - "name": "Water rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7558", - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "7559", - "name": "Air rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7560", - "name": "Chaos rune", - "examine": "Used for small missile spells.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "140", - "tradeable": "true" - }, - { - "id": "7561", - "name": "Chaos rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7562", - "name": "Tomato seed", - "examine": "A tomato seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "7563", - "name": "Tomato seed", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7564", - "name": "Balloon toad", - "examine": "An inflated toad tied to a rock like a balloon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7565", - "name": "Balloon toad", - "examine": "An inflated toad tied to a rock like a balloon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7566", - "name": "Raw jubbly", - "examine": "The uncooked meat of a Jubbly bird.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Chisel", "tradeable": "true", - "weight": "10" + "archery_ticket_price": "0", + "id": "1756" }, { - "id": "7567", - "name": "Raw jubbly", - "archery_ticket_price": "0", - "durability": null, + "shop_price": "2", "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7568", - "name": "Cooked jubbly", - "examine": "Lovely jubbly!", - "archery_ticket_price": "0", + "examine": "A mostly clean apron.", + "grand_exchange_price": "74", "durability": null, - "ge_buy_limit": "100", + "name": "Brown apron", "tradeable": "true", - "weight": "10" - }, - { - "id": "7569", - "name": "Cooked jubbly", + "weight": "0.45", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7571", - "name": "Burnt jubbly", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7572", - "name": "Red banana", - "examine": "Like a banana only redder.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "7573", - "name": "Tchiki monkey nuts", - "examine": "Like monkey nuts only tchikier.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7574", - "name": "Sliced red banana", - "examine": "Perfect for stuffing snakes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7575", - "name": "Tchiki nut paste", - "examine": "Mixing this with jam would just be wrong.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7576", - "name": "Snake corpse", - "examine": "Like a snake only not alive.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "7577", - "name": "Raw stuffed snake", - "examine": "This snake is stuffed right up.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "7578", - "name": "Odd stuffed snake", - "examine": "Is this really what you wanted to do?", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7579", - "name": "Stuffed snake", - "examine": "Fit for a Monkey King. (cooked)", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "7581", - "name": "Overgrown hellcat", - "examine": "Your hellish pet cat!!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7582", - "name": "Hell cat", - "examine": "Your hellish pet cat!!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7583", - "name": "Hell-kitten", - "examine": "Your hellish pet cat!!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7585", - "name": "Wily hellcat", - "examine": "Your hellish pet cat!!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7586", - "name": "Dummy", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7587", - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7588", - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7589", - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7590", - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7591", - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7592", - "name": "Zombie shirt", - "examine": "Aside from the braaaains on the lapel, it's still quite good.", - "archery_ticket_price": "0", - "durability": null, + "id": "1757", "equipment_slot": "4" }, { - "id": "7593", - "name": "Zombie trousers", - "examine": "Good for a shamble about town.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "74", "durability": null, + "name": "Brown apron", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1758" + }, + { + "ge_buy_limit": "5000", + "examine": "Spun from sheeps' wool.", + "grand_exchange_price": "115", + "durability": null, + "name": "Ball of wool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1759" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "115", + "durability": null, + "name": "Ball of wool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1760" + }, + { + "ge_buy_limit": "10000", + "examine": "Clay soft enough to mould.", + "grand_exchange_price": "487", + "durability": null, + "name": "Soft clay", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1761" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "487", + "durability": null, + "name": "Soft clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1762" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of red dye.", + "grand_exchange_price": "1374", + "durability": null, + "name": "Red dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1763" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1374", + "durability": null, + "name": "Red dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1764" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of yellow dye.", + "grand_exchange_price": "549", + "durability": null, + "name": "Yellow dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1765" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "549", + "durability": null, + "name": "Yellow dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1766" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of blue dye", + "grand_exchange_price": "642", + "durability": null, + "name": "Blue dye", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1767" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "642", + "durability": null, + "name": "Blue dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1768" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of orange dye.", + "grand_exchange_price": "1258", + "durability": null, + "name": "Orange dye", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1769" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1258", + "durability": null, + "name": "Orange dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1770" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of green dye.", + "grand_exchange_price": "503", + "durability": null, + "name": "Green dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1771" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "503", + "durability": null, + "name": "Green dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1772" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of purple dye.", + "grand_exchange_price": "288", + "durability": null, + "name": "Purple dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1773" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "288", + "durability": null, + "name": "Purple dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1774" + }, + { + "ge_buy_limit": "10000", + "examine": "Hot glass ready to be blown into useful objects.", + "grand_exchange_price": "924", + "durability": null, + "name": "Molten glass", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1775" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "924", + "durability": null, + "name": "Molten glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1776" + }, + { + "ge_buy_limit": "10000", + "examine": "I need a bow stave to attach this to.", + "grand_exchange_price": "240", + "durability": null, + "name": "Bow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1777" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "223", + "durability": null, + "name": "Bow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1778" + }, + { + "shop_price": "73", + "ge_buy_limit": "25000", + "examine": "A plant cultivated for fibres (ground); I should use this with a spinning wheel (item).", + "grand_exchange_price": "73", + "durability": null, + "name": "Flax", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1779" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "73", + "durability": null, + "name": "Flax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1780" + }, + { + "ge_buy_limit": "10000", + "examine": "One of the ingredients for making glass.", + "grand_exchange_price": "575", + "durability": null, + "name": "Soda ash", + "tradeable": "true", + "weight": "0.09", + "archery_ticket_price": "0", + "id": "1781" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "575", + "durability": null, + "name": "Soda ash", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1782" + }, + { + "ge_buy_limit": "10000", + "examine": "One of the ingredients for making glass.", + "grand_exchange_price": "265", + "durability": null, + "name": "Bucket of sand", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "1783" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "265", + "durability": null, + "name": "Bucket of sand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1784" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to form molten glass into useful items.", + "grand_exchange_price": "195", + "durability": null, + "name": "Glassblowing pipe", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1785" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Glassblowing pipe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1786" + }, + { + "ge_buy_limit": "100", + "examine": "I need to put this in a pottery oven.", + "grand_exchange_price": "53", + "durability": null, + "name": "Unfired pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1787" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "53", + "durability": null, + "name": "Unfired pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1788" + }, + { + "ge_buy_limit": "100", + "examine": "I need to put this in a pottery oven.", + "grand_exchange_price": "96", + "durability": null, + "name": "Unfired pie dish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1789" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "96", + "durability": null, + "name": "Unfired pie dish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1790" + }, + { + "shop_price": "32", + "ge_buy_limit": "100", + "examine": "I need to put this in a pottery oven.", + "grand_exchange_price": "194", + "durability": null, + "name": "Unfired bowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1791" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "194", + "durability": null, + "name": "Unfired bowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1792" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A slightly bluish leaf.", + "grand_exchange_price": "57", + "durability": null, + "name": "Woad leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1793", + "equip_audio": "" + }, + { + "ge_buy_limit": "100", + "examine": "Useful for crafting items.", + "grand_exchange_price": "249", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1794" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "249", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1795" + }, + { + "examine": "Anna's shiny silver coated necklace.", + "durability": null, + "name": "Silver necklace", + "weight": "1", + "archery_ticket_price": "0", + "id": "1796", + "equipment_slot": "2" + }, + { + "examine": "Anna's shiny silver coated necklace coated with a thin layer of flour.", + "durability": null, + "name": "Silver necklace", + "weight": "1", + "archery_ticket_price": "0", + "id": "1797", + "equipment_slot": "2" + }, + { + "examine": "Bob's shiny silver coated tea cup.", + "durability": null, + "name": "Silver cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1798" + }, + { + "examine": "Bob's shiny silver coated tea cup coated with a thin layer of flour.", + "durability": null, + "name": "Silver cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1799" + }, + { + "examine": "Carol's shiny silver coated bottle.", + "durability": null, + "name": "Silver bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1800" + }, + { + "examine": "Carol's shiny silver coated bottle coated with a thin layer of flour.", + "durability": null, + "name": "Silver bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1801" + }, + { + "examine": "David's shiny silver coated book.", + "durability": null, + "name": "Silver book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1802" + }, + { + "examine": "David's shiny silver coated book coated with a thin layer of flour.", + "durability": null, + "name": "Silver book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1803" + }, + { + "examine": "Elizabeth's shiny silver coated needle.", + "durability": null, + "name": "Silver needle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1804" + }, + { + "examine": "Elizabeth's shiny silver coated needle coated with a thin layer of flour.", + "durability": null, + "name": "Silver needle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1805" + }, + { + "examine": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1806" + }, + { + "examine": "Frank's shiny silver coated pot coated with a thin layer of flour.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1807" + }, + { + "examine": "Some red thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1808" + }, + { + "examine": "Some green thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1809" + }, + { + "examine": "Some blue thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1810" + }, + { + "examine": "A piece of fly paper. It's sticky.", + "durability": null, + "name": "Flypaper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1811" + }, + { + "examine": "A pot found at the murder scene, with a sickly odour.", + "durability": null, + "name": "Pungent pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1812" + }, + { + "examine": "A flimsy-looking dagger found at the crime scene.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Criminal's dagger", + "archery_ticket_price": "0", + "id": "1813" + }, + { + "examine": "A flimsy looking dagger found at the crime scene coated with a thin layer of flour.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Criminal's dagger", + "archery_ticket_price": "0", + "id": "1814" + }, + { + "examine": "The fingerprints of the murderer.", + "durability": null, + "name": "Killer's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1815" + }, + { + "examine": "An imprint of Anna's fingerprint.", + "durability": null, + "name": "Anna's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1816" + }, + { + "examine": "An imprint of Bob's fingerprint.", + "durability": null, + "name": "Bob's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1817" + }, + { + "examine": "An imprint of Carol's fingerprint.", + "durability": null, + "name": "Carol's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1818" + }, + { + "examine": "An imprint of David's fingerprint.", + "durability": null, + "name": "David's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1819" + }, + { + "examine": "An imprint of Elizabeth's fingerprint.", + "durability": null, + "name": "Elizabeth's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1820" + }, + { + "examine": "An imprint of Frank's fingerprint.", + "durability": null, + "name": "Frank's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1821" + }, + { + "examine": "An unidentified fingerprint taken from the murder weapon.", + "durability": null, + "name": "Unknown print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1822" + }, + { + "shop_price": "30", + "ge_buy_limit": "100", + "examine": "A full waterskin with four portions of water.", + "grand_exchange_price": "184", + "durability": null, + "name": "Waterskin(4)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1823" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "184", + "durability": null, + "name": "Waterskin(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1824" + }, + { + "shop_price": "30", + "examine": "A nearly full waterskin with three portions of water.", + "grand_exchange_price": "4", + "durability": null, + "name": "Waterskin(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1825" + }, + { + "durability": null, + "name": "Waterskin(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1826" + }, + { + "shop_price": "30", + "examine": "A half empty waterskin with two portions of water.", + "grand_exchange_price": "4", + "durability": null, + "name": "Waterskin(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1827" + }, + { + "durability": null, + "name": "Waterskin(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1828" + }, + { + "shop_price": "30", + "examine": "A nearly empty waterskin with one portion of water.", + "grand_exchange_price": "4", + "durability": null, + "name": "Waterskin(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1829" + }, + { + "durability": null, + "name": "Waterskin(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1830" + }, + { + "shop_price": "30", + "ge_buy_limit": "100", + "examine": "A completely empty waterskin - you'll need to fill it up.", + "grand_exchange_price": "93", + "durability": null, + "name": "Waterskin(0)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1831" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "Waterskin(0)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1832" + }, + { + "remove_sleeves": "true", + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool, light desert shirt.", + "grand_exchange_price": "93", + "durability": null, + "name": "Desert shirt", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1833", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "Desert shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1834" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool, light desert robe.", + "grand_exchange_price": "74", + "durability": null, + "name": "Desert robe", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1835", "equipment_slot": "7" }, { - "id": "7594", - "name": "Zombie mask", - "examine": "I look 40,000 years old in this...", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "74", "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true" + "name": "Desert robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1836" }, { - "id": "7595", - "name": "Zombie gloves", - "examine": "Smells pretty funky.", - "archery_ticket_price": "0", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Comfortable desert shoes.", + "grand_exchange_price": "257", "durability": null, - "equipment_slot": "9" + "name": "Desert boots", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1837", + "equipment_slot": "10" }, { - "id": "7596", - "name": "Zombie boots", - "examine": "Thrilling.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "257", "durability": null, - "equipment_slot": "10", - "shop_price": "160" + "name": "Desert boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1838" }, { - "id": "7597", - "name": "Item", - "archery_ticket_price": "0", + "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.", "durability": null, - "tradeable": "true" + "name": "Metal key", + "archery_ticket_price": "0", + "id": "1839" }, { - "id": "7598", - "name": "Item", - "archery_ticket_price": "0", + "examine": "A metallic key, usually used by prison guards. (Tourist Trap)", "durability": null, - "tradeable": "true" + "name": "Cell door key", + "archery_ticket_price": "0", + "id": "1840" }, { - "id": "7599", - "name": "Item", - "archery_ticket_price": "0", + "examine": "An empty barrel/A Splendid barrel.", + "grand_exchange_price": "206", "durability": null, - "tradeable": "true" + "name": "Barrel", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "1841" }, { - "id": "7600", - "name": "Item", - "archery_ticket_price": "0", + "examine": "Inventory: A mining barrel with Ana in it.While in the mine cart: It's Ana... in a barrel... in a mine cart.", "durability": null, - "tradeable": "true" + "name": "Ana in a barrel", + "weight": "32", + "archery_ticket_price": "0", + "id": "1842" }, { - "id": "7601", - "name": "Item", - "archery_ticket_price": "0", + "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)", "durability": null, - "tradeable": "true" + "name": "Wrought iron key", + "archery_ticket_price": "0", + "id": "1843" }, { - "id": "7602", - "name": "Item", - "archery_ticket_price": "0", + "remove_sleeves": "true", + "examine": "A filthy, smelly, flea infested shirt.", "durability": null, - "tradeable": "true" + "name": "Slave shirt", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1844", + "equipment_slot": "4" }, { - "id": "7603", - "name": "Item", - "archery_ticket_price": "0", + "examine": "A filthy, smelly, flea infested robe.", "durability": null, - "tradeable": "true" + "name": "Slave robe", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1845", + "equipment_slot": "7" }, { - "id": "7604", - "name": "Item", - "archery_ticket_price": "0", + "examine": "A set of filthy, smelly, flea infested desert slave boots.", "durability": null, - "tradeable": "true" + "name": "Slave boots", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "1846", + "equipment_slot": "10" }, { - "id": "7605", - "name": "Item", - "archery_ticket_price": "0", + "examine": "A piece of paper with barely legible writing - looks like a recipe!", "durability": null, - "tradeable": "true" + "name": "Scrumpled paper", + "archery_ticket_price": "0", + "id": "1847" }, { - "id": "7606", - "name": "Item", - "archery_ticket_price": "0", + "shop_price": "5", + "examine": "Very important information.", "durability": null, - "tradeable": "true" + "name": "Shantay disclaimer", + "archery_ticket_price": "0", + "id": "1848" }, { - "id": "7607", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7608", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7609", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7610", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7611", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7612", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7613", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7614", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7615", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7616", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7617", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7618", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7620", - "name": "Silvthrill rod", - "examine": "A silvery rod of mithril and silver with sapphire on top.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7622", - "name": "Bucket of rubble", - "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7624", - "name": "Bucket of rubble", - "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7626", - "name": "Bucket of rubble", - "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7628", - "name": "Plaster fragment", - "examine": "A fragment of plaster with some impressions on it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another plaster fragment by exploring near the Inn in Burgh de Rott.", + "examine": "A prototype throwing dart.", + "attack_audios": "2547,0,0,0", "durability": null, + "name": "Prototype dart", "tradeable": "false", - "weight": "1" - }, - { - "id": "7629", - "name": "Dusty scroll", - "examine": "An ancient tattered scroll.", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "You can get another scroll by exploring near the Inn in Burgh de Rott.", - "durability": null, - "tradeable": "false" + "archery_ticket_price": "0", + "id": "1849" }, { - "id": "7632", - "name": "Temple library key", - "examine": "A key for the Temple Library. (In Aid of the Myreque)", + "examine": "Plans of a technical nature.", + "durability": null, + "name": "Technical plans", + "weight": "1", "archery_ticket_price": "0", + "id": "1850" + }, + { + "examine": "The most delicious of pineapples.", + "durability": null, + "name": "Tenti pineapple", + "weight": "1", + "archery_ticket_price": "0", + "id": "1851" + }, + { + "examine": "A key to the chest in Captain Siad's room.", + "durability": null, + "name": "Bedabin key", + "archery_ticket_price": "0", + "id": "1852" + }, + { + "examine": "A protoype dart tip - it looks deadly.", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Prototype dart tip", + "tradeable": "false", "destroy": "true", - "destroy_message": "You can get another temple key by talking to Drezel.", - "durability": null, - "tradeable": "false" + "archery_ticket_price": "0", + "id": "1853" }, { - "id": "7633", - "name": "Ancient book", - "examine": "The unholy book of a forgotten god.", - "archery_ticket_price": "0", - "bonuses": "4,4,4,6,0,4,4,4,6,0,2,0,0,5,0", - "destroy_message": "You can get another Ancient Book by searching the library in the temple on the Salve.", + "shop_price": "5", + "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.", "durability": null, - "shop_price": "5000", - "weight": "1" + "name": "Shantay pass", + "archery_ticket_price": "0", + "id": "1854" }, { - "id": "7634", - "name": "Battered tome", - "examine": "An ancient history book.", - "archery_ticket_price": "0", + "examine": "A Tourist's Guide to Ardougne.", + "durability": null, + "name": "Guide book", + "tradeable": "false", "destroy": "true", - "destroy_message": "You can get another Crumbling tome by searching the library in the temple on the Salve.", - "durability": null, - "tradeable": "false" + "archery_ticket_price": "0", + "id": "1856" }, { - "id": "7635", - "name": "Leather book", - "examine": "An ancient leather-bound tome.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Leather book by searching the library in the temple on the Salve.", + "examine": "The Rantuki tribe's totem.", "durability": null, - "tradeable": "false" + "name": "Totem", + "weight": "3", + "archery_ticket_price": "0", + "id": "1857" }, { - "id": "7636", - "name": "Rod dust", - "examine": "Rod of Ivandis dust.", + "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.", + "durability": null, + "name": "Address label", "archery_ticket_price": "0", - "durability": null + "id": "1858" }, { - "id": "7637", - "name": "Silvthrill rod", - "examine": "A silvery rod of mithril and silver with sapphire on top.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "486", "durability": null, + "name": "Raw ugthanki meat", + "tradeable": "true", + "weight": "0.75", + "archery_ticket_price": "0", + "id": "1859" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "486", + "durability": null, + "name": "Raw ugthanki meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1860" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to cook this first / Freshly cooked ugthanki meat.", + "grand_exchange_price": "687", + "durability": null, + "name": "Ugthanki meat", + "tradeable": "true", + "weight": "0.75", + "archery_ticket_price": "0", + "id": "1861" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "687", + "durability": null, + "name": "Ugthanki meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1862" + }, + { + "shop_price": "9", + "ge_buy_limit": "1000", + "examine": "I need to cook this.", + "grand_exchange_price": "90", + "durability": null, + "name": "Pitta dough", + "tradeable": "true", + "weight": "0.14", + "archery_ticket_price": "0", + "id": "1863" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "90", + "durability": null, + "name": "Pitta dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1864" + }, + { + "ge_buy_limit": "1000", + "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab.", + "grand_exchange_price": "22", + "durability": null, + "name": "Pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1865" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "22", + "durability": null, + "name": "Pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1866" + }, + { + "examine": "It's all burnt.", + "durability": null, + "name": "Burnt pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1867" + }, + { + "durability": null, + "name": "Burnt pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1868" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of tomatoes in a bowl.", + "grand_exchange_price": "90", + "durability": null, + "name": "Chopped tomato", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1869" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "90", + "durability": null, + "name": "Chopped tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1870" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of onions in a bowl.", + "grand_exchange_price": "142", + "durability": null, + "name": "Chopped onion", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1871" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "142", + "durability": null, + "name": "Chopped onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1872" + }, + { + "ge_buy_limit": "1000", + "examine": "Strips of ugthanki meat in a bowl.", + "grand_exchange_price": "348", + "durability": null, + "name": "Chopped ugthanki", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1873" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "348", + "durability": null, + "name": "Chopped ugthanki", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1874" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of chopped onions and tomatoes in a bowl", + "grand_exchange_price": "31", + "durability": null, + "name": "Onion & tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1875" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "31", + "durability": null, + "name": "Onion & tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1876" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "A mixture of chopped onions and ugthanki meat in a bowl.", + "grand_exchange_price": "330", + "durability": null, + "name": "Ugthanki & onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1877" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "330", + "durability": null, + "name": "Ugthanki & onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1878" + }, + { + "ge_buy_limit": "10000", + "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl.", + "grand_exchange_price": "331", + "durability": null, + "name": "Ugthanki & tomato", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "1879" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "331", + "durability": null, + "name": "Ugthanki & tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1880" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of chopped tomatoes, onions and ugthanki meat in a bowl", + "grand_exchange_price": "412", + "durability": null, + "name": "Kebab mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1881" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "412", + "durability": null, + "name": "Kebab mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1882" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2027", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1883" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2027", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1884" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1499", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1885" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1499", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1886" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Useful for baking cakes.", + "grand_exchange_price": "20", + "durability": null, + "name": "Cake tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1887" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Cake tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1888" + }, + { + "ge_buy_limit": "1000", + "examine": "Now all I need to do is cook it.", + "grand_exchange_price": "559", + "durability": null, + "name": "Uncooked cake", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1889" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "559", + "durability": null, + "name": "Uncooked cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1890" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "A plain sponge cake.", + "grand_exchange_price": "155", + "durability": null, + "name": "Cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1891" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "155", + "durability": null, + "name": "Cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1892" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "A plain sponge cake.", + "grand_exchange_price": "39", + "durability": null, + "name": "2/3 cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1893" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "39", + "durability": null, + "name": "2/3 cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1894" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "A plain sponge cake.", + "grand_exchange_price": "32", + "durability": null, + "name": "Slice of cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1895" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "32", + "durability": null, + "name": "Slice of cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1896" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks very tasty.", + "grand_exchange_price": "416", + "durability": null, + "name": "Chocolate cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1897" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "416", + "durability": null, + "name": "Chocolate cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1898" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks very tasty.", + "grand_exchange_price": "181", + "durability": null, + "name": "2/3 chocolate cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1899" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "181", + "durability": null, + "name": "2/3 chocolate cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1900" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks very tasty.", + "grand_exchange_price": "13", + "durability": null, + "name": "Chocolate slice", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1901" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Chocolate slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1902" + }, + { + "durability": null, + "name": "Burnt cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1904" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "190", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1905" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "190", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1906" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "171", + "durability": null, + "name": "Wizard's mind bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1907" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "171", + "durability": null, + "name": "Wizard's mind bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1908" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "828", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1909" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "828", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1910" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "487", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1911" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "487", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1912" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "212", + "durability": null, + "name": "Dwarven stout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1913" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "212", + "durability": null, + "name": "Dwarven stout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1914" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A murky glass full of your average, everyday pirate slosh.", + "grand_exchange_price": "19", + "durability": null, + "name": "Grog", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1915" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Grog", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1916" + }, + { + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "202", + "durability": null, + "name": "Beer", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1917", "equipment_slot": "3" }, { - "id": "7638", - "name": "Silvthrill rod", - "examine": "A silvery rod of mithril and silver with sapphire on top.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7639", - "name": "Rod of ivandis(10)", - "examine": "A fully charged rod.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", + "ge_buy_limit": "100", + "grand_exchange_price": "202", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1918" }, { - "id": "7640", - "name": "Rod of ivandis(9)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "10", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "name": "Beer glass", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1919" }, { - "id": "7641", - "name": "Rod of ivandis(8)", - "examine": "A partialy charged rod.", + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Beer glass", + "tradeable": "true", "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", + "id": "1920" + }, + { + "ge_buy_limit": "100", + "examine": "It's a bowl of water.", + "grand_exchange_price": "97", + "durability": null, + "name": "Bowl of water", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1921" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "97", + "durability": null, + "name": "Bowl of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1922" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "Useful for mixing things.", + "grand_exchange_price": "34", + "durability": null, + "name": "Bowl", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1923" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "34", + "durability": null, + "name": "Bowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1924" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "It's an empty bucket.", + "grand_exchange_price": "30", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1925" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1926" + }, + { + "shop_price": "12", + "ge_buy_limit": "1000", + "examine": "It's a bucket of milk.", + "grand_exchange_price": "103", + "durability": null, + "name": "Bucket of milk", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "1927" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "103", + "durability": null, + "name": "Bucket of milk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1928" + }, + { + "ge_buy_limit": "100", + "examine": "It's a bucket of water.", + "grand_exchange_price": "72", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "1929" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "72", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1930" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "This pot is empty.", + "grand_exchange_price": "6", + "durability": null, + "name": "Empty pot", + "tradeable": "true", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "1931" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6", + "durability": null, + "name": "Empty pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1932" + }, + { + "shop_price": "14", + "ge_buy_limit": "1000", + "examine": "There is flour in this pot.", + "grand_exchange_price": "172", + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "1933" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "172", + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1934" + }, + { + "shop_price": "1", + "ge_buy_limit": "10000", + "examine": "This jug is empty.", + "grand_exchange_price": "29", + "durability": null, + "name": "Jug", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1935" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "29", + "durability": null, + "name": "Jug", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1936" + }, + { + "shop_price": "1", + "ge_buy_limit": "10000", + "examine": "It's full of water.", + "grand_exchange_price": "87", + "durability": null, + "name": "Jug of water", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1937" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "87", + "durability": null, + "name": "Jug of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1938" + }, + { + "ge_buy_limit": "5000", + "examine": "A foul smelling thick tar like substance.", + "grand_exchange_price": "103", + "durability": null, + "name": "Swamp tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1939" + }, + { + "shop_price": "38", + "ge_buy_limit": "5000", + "examine": "A tar-like substance mixed with flour and warmed.", + "grand_exchange_price": "342", + "durability": null, + "name": "Raw swamp paste", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1940" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "A tar-like substance mixed with flour and warmed.", + "grand_exchange_price": "1", + "durability": null, + "name": "Swamp paste", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1941" + }, + { + "shop_price": "11", + "ge_buy_limit": "500", + "examine": "This could be used to make a good stew.", + "grand_exchange_price": "91", + "durability": null, + "name": "Potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1942" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "91", + "durability": null, + "name": "Potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1943" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "A nice fresh egg.", + "grand_exchange_price": "99", + "durability": null, + "name": "Egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1944" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "99", + "durability": null, + "name": "Egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1945" + }, + { + "shop_price": "14", + "examine": "There is flour in this pot.", + "grand_exchange_price": "162", + "durability": null, + "name": "Flour", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "1946" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "Some wheat heads.", + "grand_exchange_price": "7", + "durability": null, + "name": "Grain", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "1947" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7", + "durability": null, + "name": "Grain", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1948" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "What a silly hat.", + "grand_exchange_price": "233", + "durability": null, + "name": "Chef's hat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1949", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "233", + "durability": null, + "name": "Chef's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1950" + }, + { + "shop_price": "3", + "ge_buy_limit": "1000", + "examine": "Very bright red berries.", + "grand_exchange_price": "337", + "durability": null, + "name": "Redberries", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1951" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "337", + "durability": null, + "name": "Redberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1952" + }, + { + "ge_buy_limit": "1000", + "examine": "Potentially pastry.", + "grand_exchange_price": "433", + "durability": null, + "name": "Pastry dough", + "tradeable": "true", + "weight": "0.16", + "archery_ticket_price": "0", + "id": "1953" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "433", + "durability": null, + "name": "Pastry dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1954" + }, + { + "shop_price": "36", + "ge_buy_limit": "1000", + "examine": "Keeps the doctor away.", + "grand_exchange_price": "353", + "durability": null, + "name": "Cooking apple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1955" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "353", + "durability": null, + "name": "Cooking apple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1956" + }, + { + "shop_price": "12", + "ge_buy_limit": "1000", + "examine": "A strong smelling onion.", + "grand_exchange_price": "8", + "durability": null, + "name": "Onion", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1957" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8", + "durability": null, + "name": "Onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1958" + }, + { + "ge_buy_limit": "2", + "examine": "Happy Halloween.", + "grand_exchange_price": "273600000", + "durability": null, + "name": "Pumpkin", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1959" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "273600000", + "durability": null, + "name": "Pumpkin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1960" + }, + { + "ge_buy_limit": "2", + "examine": "Happy Easter.", + "grand_exchange_price": "80400000", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1961" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "80400000", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1962" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "263", + "durability": null, + "name": "Banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1963", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "263", + "durability": null, + "name": "Banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1964" + }, + { + "ge_buy_limit": "1000", + "examine": "Yuck, I don't like cabbage.", + "grand_exchange_price": "41", + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1965" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "41", + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1966" + }, + { + "examine": "Yuck, a cabbage from Draynor Manor. I don't like cabbage.", + "grand_exchange_price": "55", + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1967" + }, + { + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1968" + }, + { + "shop_price": "1", + "examine": "A home made spinach thing.", + "durability": null, + "name": "Spinach roll", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1969" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "A meaty kebab.", + "grand_exchange_price": "97", + "durability": null, + "name": "Kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1971" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "97", + "durability": null, + "name": "Kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1972" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Mmmmmmm chocolate.", + "grand_exchange_price": "295", + "durability": null, + "name": "Chocolate bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1973", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "295", + "durability": null, + "name": "Chocolate bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1974" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "It's ground-up chocolate.", + "grand_exchange_price": "370", + "durability": null, + "name": "Chocolate dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1975" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "370", + "durability": null, + "name": "Chocolate dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1976" + }, + { + "examine": "Milk with chocolate in it.", + "durability": null, + "name": "Chocolatey milk", + "weight": "2", + "archery_ticket_price": "0", + "id": "1977" + }, + { + "shop_price": "10", + "ge_buy_limit": "1000", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1978" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1979" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An empty cup.", + "grand_exchange_price": "5", + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1980" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1981" + }, + { + "shop_price": "25", + "ge_buy_limit": "10000", + "examine": "This would make good ketchup.", + "grand_exchange_price": "159", + "durability": null, + "name": "Tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1982" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "159", + "durability": null, + "name": "Tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1983" + }, + { + "shop_price": "1", + "examine": "Rotten to the core!", + "durability": null, + "name": "Rotten apple", + "archery_ticket_price": "0", + "id": "1984" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "It's got holes in it.", + "grand_exchange_price": "188", + "durability": null, + "name": "Cheese", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1985" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "188", + "durability": null, + "name": "Cheese", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1986" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "Good grapes for wine making.", + "grand_exchange_price": "1510", + "durability": null, + "name": "Grapes", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1987" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1510", + "durability": null, + "name": "Grapes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1988" + }, + { + "ge_buy_limit": "2", + "examine": "An optimist would say it is half full.", + "grand_exchange_price": "227700000", + "durability": null, + "name": "Half full wine jug", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1989" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "227700000", + "durability": null, + "name": "Half full wine jug", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1990" + }, + { + "examine": "Oh dear, this wine is terrible!", + "durability": null, + "name": "Jug of bad wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1991" + }, + { + "examine": "Oh dear, this wine is terrible!", + "durability": null, + "name": "Jug of bad wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1992" + }, + { + "shop_price": "128", + "ge_buy_limit": "1000", + "examine": "It's full of wine.", + "grand_exchange_price": "36", + "durability": null, + "name": "Jug of wine", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "1993" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "36", + "durability": null, + "name": "Jug of wine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1994" + }, + { + "examine": "This wine needs to ferment before it can be drunk.", + "durability": null, + "name": "Unfermented wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1995" + }, + { + "examine": "This wine needs to ferment before it can be drunk.", + "durability": null, + "name": "Unfermented wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1996" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "177", + "durability": null, + "name": "Incomplete stew", + "archery_ticket_price": "0", + "id": "1997" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "177", + "durability": null, + "name": "Incomplete stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1998" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "210", + "durability": null, + "name": "Incomplete stew", + "archery_ticket_price": "0", + "id": "1999" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "210", + "durability": null, + "name": "Incomplete stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2000" + }, + { + "shop_price": "1", + "ge_buy_limit": "200", + "examine": "I need to cook this.", + "grand_exchange_price": "600", + "durability": null, + "name": "Uncooked stew", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2001" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "600", + "durability": null, + "name": "Uncooked stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2002" + }, + { + "shop_price": "20", + "ge_buy_limit": "200", + "examine": "It's a meat and potato stew.", + "grand_exchange_price": "1133", + "durability": null, + "name": "Stew", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "2003" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1133", + "durability": null, + "name": "Stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2004" + }, + { + "durability": null, + "name": "Burnt stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2006" + }, + { + "shop_price": "230", + "ge_buy_limit": "1000", + "examine": "This could liven up an otherwise bland stew.", + "grand_exchange_price": "277", + "durability": null, + "name": "Spice", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2007" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "277", + "durability": null, + "name": "Spice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2008" + }, + { + "ge_buy_limit": "200", + "examine": "I need to cook this.", + "grand_exchange_price": "1382", + "durability": null, + "name": "Uncooked curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2009" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1382", + "durability": null, + "name": "Uncooked curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2010" + }, + { + "ge_buy_limit": "200", + "examine": "It's a spicy hot curry.", + "grand_exchange_price": "1001", + "durability": null, + "name": "Curry", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "2011" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1001", + "durability": null, + "name": "Curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2012" + }, + { + "examine": "Eew, it's horribly burnt.", + "durability": null, + "name": "Burnt curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2013" + }, + { + "durability": null, + "name": "Burnt curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2014" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "An absolutely clear spirit sold by well-stocked bars.", + "grand_exchange_price": "366", + "durability": null, + "name": "Vodka", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2015" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "durability": null, + "name": "Vodka", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2016" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "This Draynor malt is sold by well-stocked bars.", + "grand_exchange_price": "68", + "durability": null, + "name": "Whisky", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2017" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "68", + "durability": null, + "name": "Whisky", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2018" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A strong spirit that tastes of Juniper; sold at well-stocked bars.", + "grand_exchange_price": "184", + "durability": null, + "name": "Gin", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2019" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "184", + "durability": null, + "name": "Gin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2020" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A strong spirit best served in a large glass.", + "grand_exchange_price": "146", + "durability": null, + "name": "Brandy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2021" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "durability": null, + "name": "Brandy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2022" + }, + { + "shop_price": "5", + "examine": "A book on tree gnome cocktails.", + "durability": null, + "name": "Cocktail guide", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2023" + }, + { + "durability": null, + "name": "Cocktail guide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2024" + }, + { + "shop_price": "2", + "examine": "Used for mixing cocktails.", + "durability": null, + "name": "Cocktail shaker", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2025" + }, + { + "shop_price": "1", + "examine": "For sipping cocktails.", + "durability": null, + "name": "Cocktail glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2026" + }, + { + "durability": null, + "name": "Cocktail glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2027" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Blurberry Special.", + "grand_exchange_price": "70", + "durability": null, + "name": "Premade blurb' sp.", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2028" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "70", + "durability": null, + "name": "Premade blurb' sp.", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2029" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Chocolate Saturday.", + "grand_exchange_price": "13", + "durability": null, + "name": "Premade choc s'dy", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2030" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Premade choc s'dy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2031" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Drunk Dragon.", + "grand_exchange_price": "34", + "durability": null, + "name": "Premade dr' dragon", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2032" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "34", + "durability": null, + "name": "Premade dr' dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2033" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Fruit Blast.", + "grand_exchange_price": "48", + "durability": null, + "name": "Premade fr' blast", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2034" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "48", + "durability": null, + "name": "Premade fr' blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2035" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Pineapple Punch.", + "grand_exchange_price": "40", + "durability": null, + "name": "Premade p' punch", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2036" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "40", + "durability": null, + "name": "Premade p' punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2037" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Short Green Guy.", + "grand_exchange_price": "33", + "durability": null, + "name": "Premade sgg", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2038" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "33", + "durability": null, + "name": "Premade sgg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2039" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A Premade Wizard Blizzard.", + "grand_exchange_price": "26", + "durability": null, + "name": "Premade wiz blz'd", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2040" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "26", + "durability": null, + "name": "Premade wiz blz'd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2041" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2042" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2043" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2044" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2045" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2046" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2047" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A fresh healthy fruit mix.", + "grand_exchange_price": "285", + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2048" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "285", + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2049" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2050" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2051" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2052" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2053" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "774", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2054" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "774", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2055" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2056" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2057" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2058" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2059" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2060" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2061" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2062" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2063" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "Looks good... smells strong.", + "grand_exchange_price": "5468", + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2064" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5468", + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2065" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2066" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2067" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2068" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2069" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2070" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2071" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2072" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2073" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "272", + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2074" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "272", + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2075" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2076" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2077" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2078" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2079" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A Short Green Guy... looks good.", + "grand_exchange_price": "756", + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2080" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "756", + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2081" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2082" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2083" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A cool refreshing fruit mix.", + "grand_exchange_price": "1802", + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2084" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1802", + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2085" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2086" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2087" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2088" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2089" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2090" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2091" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "506", + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2092" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "506", + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2093" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2094" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2095" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2096" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2097" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2098" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2099" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2100" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2101" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A common fruit, popularly used in cocktails.", + "grand_exchange_price": "86", + "durability": null, + "name": "Lemon", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2102" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "86", + "durability": null, + "name": "Lemon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2103" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a lemon!", + "grand_exchange_price": "29", + "durability": null, + "name": "Lemon chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2104" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "29", + "durability": null, + "name": "Lemon chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2105" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a lemon!", + "grand_exchange_price": "16", + "durability": null, + "name": "Lemon slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2106" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "16", + "durability": null, + "name": "Lemon slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2107" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "A common fruit.", + "grand_exchange_price": "930", + "durability": null, + "name": "Orange", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2108" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "930", + "durability": null, + "name": "Orange", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2109" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh chunks of orange.", + "grand_exchange_price": "46", + "durability": null, + "name": "Orange chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2110" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "46", + "durability": null, + "name": "Orange chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2111" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh orange slices.", + "grand_exchange_price": "163", + "durability": null, + "name": "Orange slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2112" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "163", + "durability": null, + "name": "Orange slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2113" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "It can be cut up into something more manageable with a knife.", + "grand_exchange_price": "45", + "durability": null, + "name": "Pineapple", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "2114" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "45", + "durability": null, + "name": "Pineapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2115" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh chunks of pineapple.", + "grand_exchange_price": "86", + "durability": null, + "name": "Pineapple chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2116" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "86", + "durability": null, + "name": "Pineapple chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2117" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a pineapple!", + "grand_exchange_price": "25", + "durability": null, + "name": "Pineapple ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2118" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "25", + "durability": null, + "name": "Pineapple ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2119" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A common fruit, popularly used in cocktails.", + "grand_exchange_price": "78", + "durability": null, + "name": "Lime", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2120" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "78", + "durability": null, + "name": "Lime", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2121" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh chunks of lime.", + "grand_exchange_price": "16", + "durability": null, + "name": "Lime chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2122" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "16", + "durability": null, + "name": "Lime chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2123" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a lime!", + "grand_exchange_price": "25", + "durability": null, + "name": "Lime slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2124" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "25", + "durability": null, + "name": "Lime slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2125" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "Some rather pretty blue berries picked from a dwellberry bush.", + "grand_exchange_price": "144", + "durability": null, + "name": "Dwellberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2126" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "144", + "durability": null, + "name": "Dwellberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2127" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A common ingredient in gnome cuisine.", + "grand_exchange_price": "275", + "durability": null, + "name": "Equa leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2128" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "275", + "durability": null, + "name": "Equa leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2129" + }, + { + "shop_price": "2", + "ge_buy_limit": "10000", + "examine": "Fresh cream.", + "grand_exchange_price": "58", + "durability": null, + "name": "Pot of cream", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2130" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "58", + "durability": null, + "name": "Pot of cream", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2131" + }, + { + "shop_price": "58", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "282", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2132" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "282", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2133" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "85", + "durability": null, + "name": "Raw rat meat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2134" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "85", + "durability": null, + "name": "Raw rat meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2135" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "307", + "durability": null, + "name": "Raw bear meat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2136" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "307", + "durability": null, + "name": "Raw bear meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2137" + }, + { + "shop_price": "60", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "386", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "2138" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "386", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2139" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "70", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2140" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "70", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2141" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "111", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2142" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "111", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2143" + }, + { + "durability": null, + "name": "Burnt chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2145" + }, + { + "examine": "Oh dear, it's totally burnt!", + "durability": null, + "name": "Burnt meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2146" + }, + { + "durability": null, + "name": "Burnt meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2147" + }, + { + "examine": "A very strange eel.", + "durability": null, + "name": "Raw lava eel", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2148" + }, + { + "examine": "Strange, it looks cooler now it's been cooked.", + "durability": null, + "name": "Lava eel", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "2149" + }, + { + "ge_buy_limit": "10000", + "examine": "A slippery little blighter.", + "grand_exchange_price": "750", + "durability": null, + "name": "Swamp toad", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2150" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "750", + "durability": null, + "name": "Swamp toad", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2151" + }, + { + "ge_buy_limit": "1000", + "examine": "They're a gnome delicacy apparently.", + "grand_exchange_price": "661", + "durability": null, + "name": "Toad's legs", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2152" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "661", + "durability": null, + "name": "Toad's legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2153" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2154" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2155" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Spicy toad's legs", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2156" + }, + { + "durability": null, + "name": "Spicy toad's legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2157" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Seasoned legs", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2158" + }, + { + "durability": null, + "name": "Seasoned legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2159" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Spicy worm", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2160" + }, + { + "durability": null, + "name": "Spicy worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2161" + }, + { + "ge_buy_limit": "100", + "examine": "They're a gnome delicacy apparently.", + "grand_exchange_price": "24", + "durability": null, + "name": "King worm", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2162" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24", + "durability": null, + "name": "King worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2163" + }, + { + "shop_price": "1", + "examine": "A deep tin used to make gnome battas in.", + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2164" + }, + { + "shop_price": "10", + "examine": "A shallow tray used to make crunchies in.", + "durability": null, + "name": "Crunchy tray", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2165" + }, + { + "shop_price": "10", + "examine": "A large ovenproof bowl.", + "durability": null, + "name": "Gnomebowl mould", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2166" + }, + { + "examine": "Aluft Gianne's favourite dishes.", + "durability": null, + "name": "Gianne's cook book", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2167" + }, + { + "durability": null, + "name": "Gianne's cook book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2168" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "It's Aluft Gianne's secret mix of spices.", + "grand_exchange_price": "28", + "durability": null, + "name": "Gnome spice", + "tradeable": "true", + "weight": "0.14", + "archery_ticket_price": "0", + "id": "2169" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "28", + "durability": null, + "name": "Gnome spice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2170" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "It's made from a secret recipe.", + "grand_exchange_price": "13", + "durability": null, + "name": "Gianne dough", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2171" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Gianne dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2172" + }, + { + "examine": "This gnome bowl doesn't look very appetizing.", + "durability": null, + "name": "Picture", + "weight": "1", + "archery_ticket_price": "0", + "id": "2173" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2174" + }, + { + "durability": null, + "name": "Burnt gnomebowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2176" + }, + { + "examine": "This gnomebowl is in the early stages of preparation.", + "durability": null, + "name": "Half baked bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2177" + }, + { + "examine": "This gnomebowl needs cooking.", + "durability": null, + "name": "Raw gnomebowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2178" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2179" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2180" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2181" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2182" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2183" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2184" + }, + { + "shop_price": "450", + "ge_buy_limit": "1000", + "examine": "Full of creamy, chocolately goodness.", + "grand_exchange_price": "4400", + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2185" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4400", + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2186" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "2321", + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2187" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2321", + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2188" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2189" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2190" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "454", + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2191" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "454", + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2192" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2193" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2194" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks pretty healthy.", + "grand_exchange_price": "481", + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2195" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "481", + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2196" + }, + { + "examine": "These crunchies don't look very appetising.", + "durability": null, + "name": "Odd crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2197" + }, + { + "durability": null, + "name": "Odd crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2198" + }, + { + "durability": null, + "name": "Burnt crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2200" + }, + { + "examine": "This crunchy is in the early stages of preparation.", + "durability": null, + "name": "Half baked crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2201" + }, + { + "ge_buy_limit": "1000", + "examine": "These crunchies need cooking.", + "grand_exchange_price": "163", + "durability": null, + "name": "Raw crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2202" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2203" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2204" + }, + { + "shop_price": "80", + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "255", + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2205" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "255", + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2206" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2207" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2208" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "Yum... smells good.", + "grand_exchange_price": "816", + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2209" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "816", + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2210" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2211" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2212" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "Yum...smells spicy.", + "grand_exchange_price": "101", + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2213" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "101", + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2214" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2215" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2216" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "1228", + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2217" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1228", + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2218" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Worm Batta.", + "grand_exchange_price": "130", + "durability": null, + "name": "Premade w'm batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2219" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "130", + "durability": null, + "name": "Premade w'm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2220" + }, + { + "ge_buy_limit": "1000", + "examine": "A Premade Toad Batta.", + "grand_exchange_price": "127", + "durability": null, + "name": "Premade t'd batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2221" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "127", + "durability": null, + "name": "Premade t'd batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2222" + }, + { + "ge_buy_limit": "1000", + "examine": "A Premade Cheese and Tomato Batta.", + "grand_exchange_price": "137", + "durability": null, + "name": "Premade c+t batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2223" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "137", + "durability": null, + "name": "Premade c+t batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2224" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Fruit Batta.", + "grand_exchange_price": "131", + "durability": null, + "name": "Premade fr't batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2225" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "131", + "durability": null, + "name": "Premade fr't batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2226" + }, + { + "ge_buy_limit": "1000", + "examine": "A Premade Vegetable Batta.", + "grand_exchange_price": "134", + "durability": null, + "name": "Premade veg batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2227" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "134", + "durability": null, + "name": "Premade veg batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2228" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Chocolate Bomb.", + "grand_exchange_price": "1227", + "durability": null, + "name": "Premade choc bomb", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2229" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1227", + "durability": null, + "name": "Premade choc bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2230" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Tangled Toads Legs.", + "grand_exchange_price": "867", + "durability": null, + "name": "Premade ttl", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2231" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "867", + "durability": null, + "name": "Premade ttl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2232" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Worm Hole.", + "grand_exchange_price": "237", + "durability": null, + "name": "Premade worm hole", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2233" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "237", + "durability": null, + "name": "Premade worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2234" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Vegetable Ball.", + "grand_exchange_price": "233", + "durability": null, + "name": "Premade veg ball", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2235" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "233", + "durability": null, + "name": "Premade veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2236" + }, + { + "ge_buy_limit": "1000", + "examine": "Some Premade Worm Crunchies.", + "grand_exchange_price": "76", + "durability": null, + "name": "Premade w'm crun", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2237" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "76", + "durability": null, + "name": "Premade w'm crun", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2238" + }, + { + "ge_buy_limit": "1000", + "examine": "Some Premade chocchip crunchies.", + "grand_exchange_price": "95", + "durability": null, + "name": "Premade ch' crunch", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2239" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "95", + "durability": null, + "name": "Premade ch' crunch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2240" + }, + { + "ge_buy_limit": "1000", + "examine": "Some premade Spicy Crunchies.", + "grand_exchange_price": "103", + "durability": null, + "name": "Premade s'y crunch", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2241" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "103", + "durability": null, + "name": "Premade s'y crunch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2242" + }, + { + "shop_price": "80", + "ge_buy_limit": "1000", + "examine": "Some premade Toad Crunchies.", + "grand_exchange_price": "43", + "durability": null, + "name": "Premade t'd crunch", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2243" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "43", + "durability": null, + "name": "Premade t'd crunch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2244" + }, + { + "examine": "This batta doesn't look very appetising.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2245" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2246" + }, + { + "durability": null, + "name": "Burnt batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2248" + }, + { + "examine": "This gnome batta is in the early stages of preparation.", + "durability": null, + "name": "Half baked batta", + "archery_ticket_price": "0", + "id": "2249" + }, + { + "shop_price": "1", + "examine": "This gnome batta needs cooking.", + "durability": null, + "name": "Raw batta", + "archery_ticket_price": "0", + "id": "2250" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2251" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2252" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "140", + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2253" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "140", + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2254" + }, + { + "shop_price": "78", + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "271", + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2255" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "271", + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2256" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2257" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2258" + }, + { + "ge_buy_limit": "1000", + "examine": "This smells really good.", + "grand_exchange_price": "260", + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2259" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "260", + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2260" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2261" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2262" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2263" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2264" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2265" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2266" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2267" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2268" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2269" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2270" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2271" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2272" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2273" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2274" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2275" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2276" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "303", + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2277" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "303", + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2278" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2279" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2280" + }, + { + "ge_buy_limit": "1000", + "examine": "Well... It looks healthy.", + "grand_exchange_price": "240", + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2281" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "240", + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2282" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "I need to add some tomato next.", + "grand_exchange_price": "418", + "durability": null, + "name": "Pizza base", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2283" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "418", + "durability": null, + "name": "Pizza base", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2284" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to add some cheese next.", + "grand_exchange_price": "366", + "durability": null, + "name": "Incomplete pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2285" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Incomplete pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2286" + }, + { + "ge_buy_limit": "1000", + "examine": "This needs cooking.", + "grand_exchange_price": "1141", + "durability": null, + "name": "Uncooked pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2287" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1141", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2288" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "A cheese and tomato pizza.", + "grand_exchange_price": "1357", + "durability": null, + "name": "Plain pizza", + "tradeable": "true", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "2289" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1357", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Plain pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2290" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "Half of this plain pizza has been eaten.", + "grand_exchange_price": "238", + "durability": null, + "name": "1/2 plain pizza", + "tradeable": "true", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "2291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "238", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 plain pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2292" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with bits of meat on it.", + "grand_exchange_price": "1012", + "durability": null, + "name": "Meat pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1012", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Meat pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2294" + }, + { + "ge_buy_limit": "1000", + "examine": "Half of this meat pizza has been eaten.", + "grand_exchange_price": "339", + "durability": null, + "name": "1/2 meat pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2295" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "339", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 meat pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2296" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with anchovies.", + "grand_exchange_price": "1573", + "durability": null, + "name": "Anchovy pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2297" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1573", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Anchovy pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2298" + }, + { + "ge_buy_limit": "1000", + "examine": "Half of this anchovy pizza has been eaten.", + "grand_exchange_price": "44", + "durability": null, + "name": "1/2 anchovy pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2299" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "44", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 anchovy pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2300" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with bits of pineapple on it.", + "grand_exchange_price": "1469", + "durability": null, + "name": "Pineapple pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2301" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1469", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Pineapple pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2302" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "156", + "examine": "Half of this pineapple pizza has been eaten.", + "durability": null, + "name": "1/2 p'apple pizza", + "archery_ticket_price": "0", + "id": "2303" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 p'apple pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2304" + }, + { + "examine": "Oh dear!", + "durability": null, + "name": "Burnt pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2306" + }, + { + "ge_buy_limit": "1000", + "examine": "Some uncooked dough.", + "grand_exchange_price": "158", + "durability": null, + "name": "Bread dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2307" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "158", + "durability": null, + "name": "Bread dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2308" + }, + { + "shop_price": "24", + "ge_buy_limit": "1000", + "examine": "Nice crispy bread.", + "grand_exchange_price": "110", + "durability": null, + "name": "Bread", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2309" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "110", + "durability": null, + "name": "Bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2310" + }, + { + "durability": null, + "name": "Burnt bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2312" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Deceptively pie shaped.", + "grand_exchange_price": "174", + "durability": null, + "name": "Pie dish", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2313" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "174", + "durability": null, + "name": "Pie dish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2314" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to find a filling for this pie.", + "grand_exchange_price": "887", + "durability": null, + "name": "Pie shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2315" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "887", + "durability": null, + "name": "Pie shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2316" + }, + { + "ge_buy_limit": "1000", + "examine": "This would be much tastier cooked.", + "grand_exchange_price": "781", + "durability": null, + "name": "Uncooked apple pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2317" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "781", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2318" + }, + { + "ge_buy_limit": "1000", + "examine": "This would be much healthier cooked.", + "grand_exchange_price": "747", + "durability": null, + "name": "Uncooked meat pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2319" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "747", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2320" + }, + { + "ge_buy_limit": "1000", + "examine": "This would be much more appetising cooked.", + "grand_exchange_price": "802", + "durability": null, + "name": "Uncooked berry pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2321" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "802", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked berry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2322" + }, + { + "shop_price": "140", + "ge_buy_limit": "1000", + "examine": "Mmm Apple pie.", + "grand_exchange_price": "246", + "durability": null, + "name": "Apple pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2323" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "246", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2324" + }, + { + "ge_buy_limit": "1000", + "examine": "Looks tasty.", + "grand_exchange_price": "534", + "durability": null, + "name": "Redberry pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2325" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "534", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Redberry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2326" + }, + { + "shop_price": "16", + "ge_buy_limit": "1000", + "grand_exchange_price": "160", + "examine": "Not for vegetarians.", + "durability": null, + "name": "Meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2327" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2328" + }, + { + "examine": "I think I left it on the stove too long.", + "durability": null, + "name": "Burnt pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2330" + }, + { + "shop_price": "16", + "ge_buy_limit": "1000", + "grand_exchange_price": "174", + "examine": "Half of it is suitable for vegetarians.", + "durability": null, + "name": "Half a meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2331" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "174", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2332" + }, + { + "ge_buy_limit": "1000", + "examine": "So tasty I kept some for later.", + "grand_exchange_price": "248", + "durability": null, + "name": "Half a redberry pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2333" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a redberry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2334" + }, + { + "shop_price": "140", + "ge_buy_limit": "1000", + "examine": "Mmm half an apple pie.", + "grand_exchange_price": "146", + "durability": null, + "name": "Half an apple pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2335" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half an apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2336" + }, + { + "ge_buy_limit": "1000", + "examine": "Raw meat from the oomlie bird.", + "grand_exchange_price": "155", + "durability": null, + "name": "Raw oomlie", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2337" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "155", + "durability": null, + "name": "Raw oomlie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2338" + }, + { + "examine": "A thick green palm leaf used by natives to cook meat.", + "durability": null, + "name": "Palm leaf", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2339" + }, + { + "examine": "A thick green palm leaf used by natives to cook meat.", + "durability": null, + "name": "Palm leaf", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2340" + }, + { + "ge_buy_limit": "1000", + "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked.", + "grand_exchange_price": "814", + "durability": null, + "name": "Wrapped oomlie", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2341" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "814", + "durability": null, + "name": "Wrapped oomlie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2342" + }, + { + "ge_buy_limit": "1000", + "examine": "Deliciously cooked oomlie meat in a palm leaf pouch.", + "grand_exchange_price": "1126", + "durability": null, + "name": "Cooked oomlie wrap", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2343" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1126", + "durability": null, + "name": "Cooked oomlie wrap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2344" + }, + { + "durability": null, + "name": "Burnt oomlie wrap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2346" + }, + { + "shop_price": "13", + "ge_buy_limit": "1000", + "examine": "Good for hitting things!", + "grand_exchange_price": "37", + "durability": null, + "name": "Hammer", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "2347" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "37", + "durability": null, + "name": "Hammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2348" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "It's a bar of bronze.", + "grand_exchange_price": "268", + "durability": null, + "name": "Bronze bar", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "2349" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "268", + "durability": null, + "name": "Bronze bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2350" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of iron.", + "grand_exchange_price": "493", + "durability": null, + "name": "Iron bar", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "2351" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "493", + "durability": null, + "name": "Iron bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2352" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of steel.", + "grand_exchange_price": "1266", + "durability": null, + "name": "Steel bar", + "tradeable": "true", + "weight": "1.81", + "archery_ticket_price": "0", + "id": "2353" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1266", + "durability": null, + "name": "Steel bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2354" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of silver.", + "grand_exchange_price": "274", + "durability": null, + "name": "Silver bar", + "tradeable": "true", + "weight": "1.81", + "archery_ticket_price": "0", + "id": "2355" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "274", + "durability": null, + "name": "Silver bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2356" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of gold.", + "grand_exchange_price": "107", + "durability": null, + "name": "Gold bar", + "tradeable": "true", + "weight": "1.81", + "archery_ticket_price": "0", + "id": "2357" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "107", + "durability": null, + "name": "Gold bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2358" + }, + { + "shop_price": "120", + "ge_buy_limit": "10000", + "examine": "It's a bar of mithril.", + "grand_exchange_price": "1920", + "durability": null, + "name": "Mithril bar", + "tradeable": "true", + "weight": "1.6", + "archery_ticket_price": "0", + "id": "2359" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1920", + "durability": null, + "name": "Mithril bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2360" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of adamant.", + "grand_exchange_price": "3306", + "durability": null, + "name": "Adamantite bar", + "tradeable": "true", + "weight": "2.04", + "archery_ticket_price": "0", + "id": "2361" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3306", + "durability": null, + "name": "Adamantite bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2362" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of rune.", + "grand_exchange_price": "13300", + "durability": null, + "name": "Runite bar", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2363" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "13300", + "durability": null, + "name": "Runite bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2364" + }, + { + "examine": "It's a 'perfect' golden bar.", + "durability": null, + "name": "'perfect' gold bar", + "weight": "2", + "archery_ticket_price": "0", + "id": "2365" + }, + { + "requirements": "{13,60}", + "ge_buy_limit": "100", + "examine": "The left half of a Dragon Square Shield.", + "grand_exchange_price": "65800", + "durability": null, + "name": "Shield left half", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2366" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65800", + "durability": null, + "name": "Shield left half", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2367" + }, + { + "requirements": "{13,60}", + "shop_price": "750000", + "ge_buy_limit": "100", + "examine": "The right half of a dragon square shield.", + "grand_exchange_price": "743100", + "durability": null, + "name": "Shield right half", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2368" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "743100", + "durability": null, + "name": "Shield right half", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2369" + }, + { + "shop_price": "100", + "ge_buy_limit": "5000", + "examine": "A set of studs for leather armour.", + "grand_exchange_price": "792", + "durability": null, + "name": "Steel studs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2370" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "792", + "durability": null, + "name": "Steel studs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2371" + }, + { + "destroy_message": "This item will likely break if you put it down, and you will have to go looking for another one.", + "examine": "An old statue of an ogre warrior.", + "durability": null, + "name": "Ogre relic", + "tradeable": "false", "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2372" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Part of an ogre relic.", "durability": null, - "equip_audio": "2247", + "name": "Relic part 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2373" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Part of an ogre relic.", + "durability": null, + "name": "Relic part 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2374" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Part of an ogre relic.", + "durability": null, + "name": "Relic part 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2375" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "It's a map.", + "durability": null, + "name": "Skavid map", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "2376" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Very tooth-like.", + "durability": null, + "name": "Ogre tooth", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2377" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Formerly the property of the ogre, Toban", + "durability": null, + "name": "Toban's key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2378" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Handy if you want to break all your teeth.", + "durability": null, + "name": "Rock cake", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2379" + }, + { + "destroy_message": "This item will likely break if you put it down here, and you will have to go looking for another.", + "examine": "Eeeeyeeew!", + "durability": null, + "name": "Fingernails", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2384" + }, + { + "examine": "I can't wear this old thing.", + "durability": null, + "name": "Old robe", + "weight": "1", + "archery_ticket_price": "0", + "id": "2385" + }, + { + "examine": "Looks kind of useless.", + "durability": null, + "name": "Unusual armour", + "weight": "4", + "archery_ticket_price": "0", + "id": "2386" + }, + { + "examine": "Pointy.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Damaged dagger", + "archery_ticket_price": "0", + "id": "2387" + }, + { + "examine": "Useless as an eye patch.", + "durability": null, + "name": "Tattered eye patch", + "archery_ticket_price": "0", + "id": "2388" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "An empty glass vial.", + "grand_exchange_price": "1", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2389" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "An empty glass vial.", + "grand_exchange_price": "1", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2390" + }, + { + "ge_buy_limit": "100", + "examine": "Let's see it fly, now!", + "grand_exchange_price": "350", + "durability": null, + "name": "Ground bat bones", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2391" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "350", + "durability": null, + "name": "Ground bat bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2392" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "It's a stolen bar of gold.", + "durability": null, + "name": "Toban's gold", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2393" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This is meant to be good for spots.", + "grand_exchange_price": "157", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2394" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A dangerous magical liquid.", + "durability": null, + "name": "Magic ogre potion", + "archery_ticket_price": "0", + "id": "2395", + "equipment_slot": "3" + }, + { + "examine": "A spell is written on this parchment.", + "durability": null, + "name": "Spell scroll", + "archery_ticket_price": "0", + "id": "2396" + }, + { + "examine": "A tattered old robe.", + "durability": null, + "name": "Shaman robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "2397" + }, + { + "examine": "Deadly.", + "durability": null, + "name": "Cave nightshade", + "archery_ticket_price": "0", + "id": "2398" + }, + { + "turn90cw_anim": "821", + "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "walk_anim": "819", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "822", + "attack_speed": "5", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "defence_anim": "388", "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", + "attack_anims": "390,390,381,390", + "stand_anim": "808", + "name": "Silverlight", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "2402", + "stand_turn_anim": "823", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" + }, + { + "examine": "Scroll containing a powerful enchantment of restoration.", + "durability": null, + "name": "Hazeel scroll", + "weight": "1", + "archery_ticket_price": "0", + "id": "2403" + }, + { + "remove_sleeves": "true", + "examine": "Decorative armour; an heirloom of the Carnillean family.", + "durability": null, + "name": "Carnillean armour", + "weight": "9", + "archery_ticket_price": "0", + "id": "2405", + "bonuses": "0,0,0,0,0,20,14,8,0,0,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "A sign of my commitment to Hazeel.", + "durability": null, + "name": "Hazeel's mark", + "archery_ticket_price": "0", + "id": "2406", + "equipment_slot": "2" + }, + { + "examine": "A child's ball.", + "durability": null, + "name": "Ball", + "archery_ticket_price": "0", + "id": "2407" + }, + { + "examine": "A key to the Witch's house's front door. (Witch's House)", + "durability": null, + "name": "Door key", + "archery_ticket_price": "0", + "id": "2409" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "archery_ticket_price": "0", + "id": "2410" + }, + { + "examine": "A cape from the almighty god Saradomin.", + "durability": null, + "name": "Saradomin cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2412", + "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A cape from the almighty god Guthix.", + "durability": null, + "name": "Guthix cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2413", + "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A cape from the almighty god Zamorak.", + "durability": null, + "name": "Zamorak cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2414", + "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "80000", + "examine": "A magical staff imbued with the power of Saradomin.", + "durability": null, + "weight": "2.2", + "attack_speed": "4", "weapon_interface": "1", - "weight": "2" - }, - { - "id": "7642", - "name": "Rod of ivandis(7)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "7643", - "name": "Rod of ivandis(6)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", "defence_anim": "420", - "durability": null, - "equip_audio": "2247", "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "7644", - "name": "Rod of ivandis(5)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "attack_audios": "2555,0,0,0", + "name": "Saradomin staff", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "2415", + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0" }, { - "id": "7645", - "name": "Rod of ivandis(4)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", + "shop_price": "80000", + "examine": "A magical staff imbued with the power of Guthix.", + "durability": null, + "weight": "2", + "attack_speed": "4", + "weapon_interface": "1", + "equip_audio": "2247", + "defence_anim": "420", + "equipment_slot": "3", "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "attack_audios": "2555,0,0,0", + "name": "Guthix staff", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "2416", + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0" }, { - "id": "7646", - "name": "Rod of ivandis(3)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", + "shop_price": "80000", + "turn90cw_anim": "1207", + "examine": "A magical staff imbued with the power of Zamorak.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "7647", - "name": "Rod of ivandis(2)", - "examine": "2! 2 charges left! Ha Ha Ha.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", + "attack_audios": "2555,0,0,0", + "tradeable": "false", + "name": "Zamorak staff", "run_anim": "1210", - "stand_anim": "813", + "archery_ticket_price": "0", + "id": "2417", "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0" }, { - "id": "7648", - "name": "Rod of ivandis(1)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", + "examine": "A heavy key made of bronze. (Prince Ali Rescue).", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "name": "Bronze key", + "archery_ticket_price": "0", + "id": "2418" }, { - "id": "7649", - "name": "Rod clay mould", - "examine": "A mould of the Rod of Ivandis.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another one of these by using clay on Ivandis' coffin.", - "durability": null - }, - { - "id": "7650", - "name": "Silver dust", - "examine": "It's ground up silver.", - "archery_ticket_price": "0", + "examine": "A grey woollen wig.", "durability": null, - "ge_buy_limit": "1000", + "name": "Wig", + "archery_ticket_price": "0", + "id": "2419" + }, + { + "examine": "A grey woollen wig.", + "durability": null, + "name": "Wig", + "archery_ticket_price": "0", + "id": "2421" + }, + { + "lendable": "true", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "2147483647", + "durability": null, + "name": "Blue partyhat", + "archery_ticket_price": "0", + "id": "2422" + }, + { + "examine": "Imprint of a key in a lump of clay.", + "durability": null, + "name": "Key print", + "archery_ticket_price": "0", + "id": "2423" + }, + { + "examine": "A bottle of skin coloured paste.", + "durability": null, + "name": "Paste", + "archery_ticket_price": "0", + "id": "2424" + }, + { + "attack_audios": "2704,0,0,0", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2425" + }, + { + "durability": null, + "name": "Burnt oomlie", "tradeable": "true", - "weight": "0.33" + "archery_ticket_price": "0", + "id": "2427" }, { - "id": "7651", - "name": "Silver dust", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7652", - "name": "Guthix balance(unf)", - "examine": "An unfinished potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7653", - "name": "Guthix balance(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7654", - "name": "Guthix balance(unf)", - "examine": "An unfinished potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7655", - "name": "Guthix balance(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7656", - "name": "Guthix balance(unf)", - "examine": "An unfinished potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7657", - "name": "Guthix balance(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7658", - "name": "Guthix balance(unf)", - "examine": "An unfinished potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7659", - "name": "Guthix balance(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7660", - "name": "Guthix balance(4)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7661", - "name": "Guthix balance(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7662", - "name": "Guthix balance(3)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7663", - "name": "Guthix balance(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7664", - "name": "Guthix balance(2)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7665", - "name": "Guthix balance(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7666", - "name": "Guthix balance(1)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7667", - "name": "Guthix balance(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7668", - "name": "Gadderhammer", - "examine": "A specially crafted hammer with strange markings on it.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "-4,-4,35,-4,0,0,0,0,0,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equipment_slot": "3", + "shop_price": "8002", "ge_buy_limit": "100", - "render_anim": "27", - "run_anim": "1664", + "examine": "4 doses of Attack potion.", + "grand_exchange_price": "275", + "durability": null, + "name": "Attack potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2428" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "275", + "durability": null, + "name": "Attack potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2429" + }, + { + "shop_price": "139", + "ge_buy_limit": "100", + "examine": "4 doses of restore potion.", + "grand_exchange_price": "101", + "durability": null, + "name": "Restore potion(4)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "2430" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "101", + "durability": null, + "name": "Restore potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2431" + }, + { + "shop_price": "7832", + "ge_buy_limit": "100", + "examine": "4 doses of Defence Potion.", + "grand_exchange_price": "448", + "durability": null, + "name": "Defence potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2432" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "448", + "durability": null, + "name": "Defence potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2433" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Prayer restore potion.", + "grand_exchange_price": "5687", + "durability": null, + "name": "Prayer potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2434" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5687", + "durability": null, + "name": "Prayer potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2435" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "examine": "4 doses of super Attack potion.", + "grand_exchange_price": "898", + "durability": null, + "name": "Super attack(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2436" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "grand_exchange_price": "898", + "durability": null, + "name": "Super attack(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2437" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Fishing potion.", + "grand_exchange_price": "73", + "durability": null, + "name": "Fishing potion(4)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "2438" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "73", + "durability": null, + "name": "Fishing potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2439" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "examine": "4 doses of super Strength potion.", + "grand_exchange_price": "2278", + "durability": null, + "name": "Super strength(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2440" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "grand_exchange_price": "2278", + "durability": null, + "name": "Super strength(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2441" + }, + { + "shop_price": "7000", + "ge_buy_limit": "1000", + "examine": "4 doses of super Defence potion.", + "grand_exchange_price": "153", + "durability": null, + "name": "Super defence(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2442" + }, + { + "shop_price": "7000", + "ge_buy_limit": "1000", + "grand_exchange_price": "153", + "durability": null, + "name": "Super defence(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2443" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of ranging potion.", + "grand_exchange_price": "8317", + "durability": null, + "name": "Ranging potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2444" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8317", + "durability": null, + "name": "Ranging potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2445" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", + "examine": "4 doses of antipoison potion.", + "grand_exchange_price": "1624", + "durability": null, + "name": "Antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2446" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1624", + "durability": null, + "name": "Antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2447" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of super anti poison potion.", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2448" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2449" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of Zamorak brew.", + "grand_exchange_price": "2838", + "durability": null, + "name": "Zamorak brew(4)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2450" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2838", + "durability": null, + "name": "Zamorak brew(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2451" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of anti-firebreath potion.", + "grand_exchange_price": "4743", + "durability": null, + "name": "Antifire potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2452" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4743", + "durability": null, + "name": "Antifire potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2453" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of anti-firebreath potion.", + "grand_exchange_price": "3518", + "durability": null, + "name": "Antifire potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2454" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3518", + "durability": null, + "name": "Antifire potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2455" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of anti-firebreath potion.", + "grand_exchange_price": "2291", + "durability": null, + "name": "Antifire potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2456" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2291", + "durability": null, + "name": "Antifire potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2457" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of anti-firebreath potion.", + "grand_exchange_price": "1099", + "durability": null, + "name": "Antifire potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2458" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1099", + "durability": null, + "name": "Antifire potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2459" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "704", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2460", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "704", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2461" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "704", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2462", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "704", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2463" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "638", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2464", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "638", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2465" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "629", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2466", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "629", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2467" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "639", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2468", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "639", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2469" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "613", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2470", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "613", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2471" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "711", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2472", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "711", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2473" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "48700", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2474", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48700", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2475" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "5975", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2476", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5975", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2477" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "7274", + "durability": null, + "name": "Clean lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2481" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7274", + "durability": null, + "name": "Clean lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2482" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this lantadyme potion.", + "grand_exchange_price": "6940", + "durability": null, + "name": "Lantadyme potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2483" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6940", + "durability": null, + "name": "Lantadyme potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2484" + }, + { + "requirements": "{15,67}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, + "name": "Grimy lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2485" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7210", + "durability": null, + "name": "Grimy lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2486" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "0.2", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "1705", + "name": "Blue d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2487", + "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1705", + "durability": null, + "name": "Blue d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2488" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "5000", + "examine": "Vambraces made from 100% real dragonhide.", + "durability": null, + "weight": "0.25", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "2046", + "name": "Red d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2489", + "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2046", + "durability": null, + "name": "Red d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2490" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "5000", + "examine": "Vambraces made from 100% real dragonhide.", + "durability": null, + "weight": "0.25", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "2506", + "name": "Black d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2491", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2506", + "durability": null, + "name": "Black d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2492" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,5,2", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2504", + "name": "Blue d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2493", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2504", + "durability": null, + "name": "Blue d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2494" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "3142", + "name": "Red d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2495", + "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3142", + "durability": null, + "name": "Red d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2496" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,7,3", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "4744", + "name": "Black d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2497", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4744", + "durability": null, + "name": "Black d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2498" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "5420", + "name": "Blue d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2499", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5420", + "durability": null, + "name": "Blue d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2500" + }, + { + "requirements": "{1,40}-{4,60}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "6680", + "name": "Red d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2501", + "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "6680", + "durability": null, + "name": "Red d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2502" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "8098", + "name": "Black d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2503", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "8098", + "durability": null, + "name": "Black d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2504" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared blue dragonhide.", + "grand_exchange_price": "2888", + "durability": null, + "name": "Blue d-leather", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "2505" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2888", + "durability": null, + "name": "Blue d-leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2506" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared red dragonhide.", + "grand_exchange_price": "4464", + "durability": null, + "name": "Red dragon leather", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2507" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4464", + "durability": null, + "name": "Red dragon leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2508" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared black dragonhide.", + "grand_exchange_price": "6664", + "durability": null, + "name": "Black d-leather", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "2509" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "6664", + "durability": null, + "name": "Black d-leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2510" + }, + { + "shop_price": "4", + "examine": "A number of wooden logs.", + "grand_exchange_price": "124", + "durability": null, + "name": "Logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2511" + }, + { + "lendable": "true", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "2902937", + "rare_item": "true", + "durability": null, + "name": "Dragon chainbody", + "tradeable": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "2513", + "absorb": "4,0,9", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "shop_price": "6", + "examine": "I should try cooking this.", + "grand_exchange_price": "6", + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2514" + }, + { + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2515" + }, + { + "shop_price": "14", + "examine": "There is flour in this pot.", + "grand_exchange_price": "162", + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "2516" + }, + { + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2517" + }, + { + "shop_price": "1", + "examine": "Pretty smelly.", + "durability": null, + "name": "Rotten tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2518" + }, + { + "durability": null, + "name": "Rotten tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2519" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2520" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2521" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2522" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2523" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2524" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2525" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2526" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2527" + }, + { + "bankable": "false", + "examine": "Wonder what happens if I rub it...", + "durability": null, + "name": "Lamp", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2528" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "weight": "5", + "archery_ticket_price": "0", + "id": "2529" + }, + { + "shop_price": "140", + "grand_exchange_price": "140", + "examine": "Bones are for burying!", + "durability": null, + "name": "Bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2530" + }, + { + "durability": null, + "name": "Bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2531" + }, + { + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.", + "grand_exchange_price": "316", + "durability": null, + "name": "Iron fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2532", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.", + "grand_exchange_price": "305", + "durability": null, + "name": "Iron fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2533", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.", + "grand_exchange_price": "325", + "durability": null, + "name": "Steel fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2534", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.", + "grand_exchange_price": "327", + "durability": null, + "name": "Steel fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2535", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.", + "grand_exchange_price": "9", + "durability": null, + "name": "Mithril fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2536", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.", + "grand_exchange_price": "63", + "durability": null, + "name": "Mithril fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2537", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.", + "grand_exchange_price": "90", + "durability": null, + "name": "Adamant fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2538", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.", + "grand_exchange_price": "127", + "durability": null, + "name": "Adamant fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2539", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "An easy to make, rune-headed fire arrow.", + "grand_exchange_price": "539", + "durability": null, + "name": "Rune fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2540", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "An easy to make, rune-headed fire arrow.", + "grand_exchange_price": "682", + "durability": null, + "name": "Rune fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2541", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted ring.", + "grand_exchange_price": "943", + "durability": null, + "name": "Ring of recoil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2550", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "943", + "durability": null, + "name": "Ring of recoil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2551" + }, + { + "shop_price": "770", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "1237", + "durability": null, + "name": "Ring of duelling(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2552", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1237", + "durability": null, + "name": "Ring of duelling(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2553" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2554", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2555" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2556", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2557" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2558", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2559" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2560", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2561" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2562", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2563" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2564", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2565" + }, + { + "shop_price": "770", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "594", + "durability": null, + "name": "Ring of duelling(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2566", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "594", + "durability": null, + "name": "Ring of duelling(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2567" + }, + { + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "1103", + "durability": null, + "name": "Ring of forging", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2568", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1103", + "durability": null, + "name": "Ring of forging", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2569" + }, + { "shop_price": "3000", - "stand_anim": "1662", - "stand_turn_anim": "823", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "4540", + "durability": null, + "name": "Ring of life", "tradeable": "true", - "turn180_anim": "1663", - "turn90ccw_anim": "1663", - "turn90cw_anim": "1663", - "two_handed": "true", - "walk_anim": "1663", - "weapon_interface": "10", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "2570", + "equipment_slot": "12" }, { - "id": "7669", - "name": "Gadderhammer", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "4540", "durability": null, + "name": "Ring of life", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2571" + }, + { + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of wealth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2572", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of wealth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2573" + }, + { + "examine": "Used by navigators to find their position in 2009Scape.", + "durability": null, + "name": "Sextant", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2574" + }, + { + "examine": "A fine looking time piece.", + "durability": null, + "name": "Watch", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2575" + }, + { + "examine": "A navigator's chart of 2009Scape.", + "durability": null, + "name": "Chart", + "archery_ticket_price": "0", + "id": "2576" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Lightweight boots ideal for rangers.", + "durability": null, + "weight": "0.2", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "13900000", + "name": "Ranger boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2577", + "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "13900000", + "durability": null, + "name": "Ranger boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2578" + }, + { + "requirements": "{6,20}", + "ge_buy_limit": "2", + "examine": "Slightly magical boots.", + "durability": null, + "weight": "1", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "747300", + "name": "Wizard boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2579", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "747300", + "durability": null, + "name": "Wizard boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2580" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Endorsed by Robin Hood.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "4400000", + "name": "Robin hood hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2581", + "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "4400000", + "durability": null, + "name": "Robin hood hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2582" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "74900", + "name": "Black platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2583", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "74900", + "durability": null, + "name": "Black platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2584" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platelegs with trim.", + "durability": null, + "weight": "9", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "39900", + "name": "Black platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2585", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "39900", + "durability": null, + "name": "Black platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2586" + }, + { + "remove_head": "true", + "requirements": "{1,10}", "ge_buy_limit": "100", - "tradeable": "true" + "examine": "Black full helmet with trim.", + "durability": null, + "weight": "2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "82200", + "name": "Black full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2587", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" }, { - "id": "7671", - "name": "Boxing gloves", - "examine": "I think they look a bit silly.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "82200", "durability": null, - "equipment_slot": "3", - "render_anim": "1386", - "run_anim": "824", - "stand_anim": "3677", - "stand_turn_anim": "823", - "turn180_anim": "3680", - "turn90ccw_anim": "3680", - "turn90cw_anim": "3680", + "name": "Black full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2588" + }, + { + "requirements": "{1,10}", + "shop_price": "2072", + "ge_buy_limit": "2", + "examine": "Black kiteshield with trim.", + "durability": null, + "weight": "5", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "73000", + "name": "Black kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2589", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "73000", + "durability": null, + "name": "Black kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2590" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "589000", + "name": "Black platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2591", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "589000", + "durability": null, + "name": "Black platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2592" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platelegs with gold trim.", + "durability": null, + "weight": "9", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "216700", + "name": "Black platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2593", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "216700", + "durability": null, + "name": "Black platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2594" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "100", + "examine": "Black full helmet with gold trim.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "364800", + "name": "Black full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2595", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "364800", + "durability": null, + "name": "Black full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2596" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black kiteshield with gold trim.", + "durability": null, + "weight": "5", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "355600", + "name": "Black kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2597", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "355600", + "durability": null, + "name": "Black kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2598" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "2,0,4", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "104000", + "name": "Adam platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2599", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "104000", + "durability": null, + "name": "Adam platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2600" + }, + { + "requirements": "{1,30}", + "shop_price": "6464", + "ge_buy_limit": "2", + "examine": "These look heavy", + "durability": null, + "weight": "10", + "absorb": "1,0,3", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "23200", + "name": "Adam platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2601", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23200", + "durability": null, + "name": "Adam platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2602" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.8", + "absorb": "3,0,6", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "49100", + "name": "Adam kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2603", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "49100", + "durability": null, + "name": "Adam kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2604" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant full helm with trim", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "85000", + "name": "Adam full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2605", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "85000", + "durability": null, + "name": "Adam full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2606" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "2,0,4", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "359500", + "name": "Adam platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2607", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "359500", + "durability": null, + "name": "Adam platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2608" + }, + { + "requirements": "{1,30}", + "shop_price": "6464", + "ge_buy_limit": "2", + "examine": "Adamant platelegs with gold trim.", + "durability": null, + "weight": "10", + "absorb": "1,0,3", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "94300", + "name": "Adam platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2609", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "94300", + "durability": null, + "name": "Adam platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2610" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant kiteshield with gold trim.", + "durability": null, + "weight": "6", + "absorb": "3,0,6", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "170100", + "name": "Adam kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2611", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "170100", + "durability": null, + "name": "Adam kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2612" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant full helmet with gold trim.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "222400", + "name": "Adam full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2613", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "222400", + "durability": null, + "name": "Adam full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2614" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "426200", + "name": "Rune platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2615", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "426200", + "durability": null, + "name": "Rune platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2616" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "ge_buy_limit": "2", + "examine": "Rune platelegs with gold trim.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "243400", + "name": "Rune platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2617", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "243400", + "durability": null, + "name": "Rune platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2618" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "35000", + "ge_buy_limit": "100", + "examine": "Rune full helmet with gold trim.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "506800", + "name": "Rune full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2619", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "506800", + "durability": null, + "name": "Rune full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2620" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield with gold trim", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "392700", + "name": "Rune kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2621", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "392700", + "durability": null, + "name": "Rune kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2622" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "162700", + "name": "Rune platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2623", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "162700", + "durability": null, + "name": "Rune platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2624" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs with trim!", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "95400", + "name": "Rune platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2625", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "95400", + "durability": null, + "name": "Rune platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2626" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune full helmet with trim.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "216600", + "name": "Rune full helm (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2627", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "216600", + "durability": null, + "name": "Rune full helm (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2628" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A large, metal shield with a nice trim.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "attack_anims": "", + "lendable": "true", + "grand_exchange_price": "160300", + "name": "Rune kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2629", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "160300", + "durability": null, + "name": "Rune kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2630" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Your money or your life!", + "grand_exchange_price": "83500", + "durability": null, + "name": "Highwayman mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2631", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "83500", + "durability": null, + "name": "Highwayman mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2632" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "34300", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2633", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "34300", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2634" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Parlez-vous francais?(Do you speak French?)", + "grand_exchange_price": "117500", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2635", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "117500", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2636" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "328000", + "durability": null, + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2637", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "328000", + "durability": null, + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2638" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "grand_exchange_price": "29100", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2639", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "29100", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2640" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "grand_exchange_price": "23600", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2641", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23600", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2642" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "grand_exchange_price": "384500", + "durability": null, + "name": "Black cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2643", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "384500", + "durability": null, + "name": "Black cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2644" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A minimalist's hat.", + "grand_exchange_price": "91300", + "durability": null, + "name": "Red headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2645", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "91300", + "durability": null, + "name": "Red headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2646" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A minimalist's hat.", + "grand_exchange_price": "32900", + "durability": null, + "name": "Black headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2647", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32900", + "durability": null, + "name": "Black headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2648" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A minimalist's hat.", + "grand_exchange_price": "17800", + "durability": null, + "name": "Brown headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2649", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "17800", + "durability": null, + "name": "Brown headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2650" + }, + { + "ge_buy_limit": "2", + "examine": "Shiver me timbers!", + "grand_exchange_price": "82500", + "durability": null, + "name": "Pirate's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2651", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "82500", + "durability": null, + "name": "Pirate's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2652" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody in the colours of Zamorak.", + "durability": null, + "weight": "9", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "809000", + "name": "Zamorak platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2653", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "809000", + "durability": null, + "name": "Zamorak platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2654" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs in the colours of Zamorak.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "281500", + "name": "Zamorak platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2655", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "281500", + "durability": null, + "name": "Zamorak platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2656" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A full helmet in the colours of Zamorak.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "601500", + "name": "Zamorak full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2657", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "601500", + "durability": null, + "name": "Zamorak full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2658" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A Rune kiteshield in the colours of Zamorak.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "499500", + "name": "Zamorak kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2659", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "499500", + "durability": null, + "name": "Zamorak kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2660" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody in the colours of Saradomin.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "1600000", + "name": "Saradomin platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2661", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Saradomin platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2662" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs in the colours of Saradomin.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "444000", + "name": "Saradomin platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2663", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "444000", + "durability": null, + "name": "Saradomin platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2664" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune full helmet in the colours of Saradomin.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1100000", + "name": "Saradomin full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2665", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Saradomin full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2666" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield in the colours of Saradomin.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "795900", + "name": "Saradomin kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2667", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "795900", + "durability": null, + "name": "Saradomin kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2668" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody in the colours of Guthix.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "307900", + "name": "Guthix platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2669", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "307900", + "durability": null, + "name": "Guthix platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2670" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs in the colours of Guthix.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "169900", + "name": "Guthix platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2671", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "169900", + "durability": null, + "name": "Guthix platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2672" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune full helmet in the colours of Guthix.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "323100", + "name": "Guthix full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2673", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,1,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "323100", + "durability": null, + "name": "Guthix full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2674" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield in the colours of Guthix.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "247300", + "name": "Guthix kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2675", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "247300", + "durability": null, + "name": "Guthix kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2676" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2677" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2678" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2679" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2680" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2681" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2682" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2683" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2684" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2685" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2686" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2687" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2688" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2689" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2690" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2691" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2692" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2693" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2694" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2695" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2696" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2697" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2698" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2699" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2700" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2701" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2702" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2703" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2704" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2705" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2706" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2707" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2708" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2709" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2710" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2711" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2712" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2713" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2714" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2715" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2716" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2717" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2718" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2719" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2720" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2721" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2722" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2723" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2724" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2725" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2726" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2727" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2728" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2729" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2730" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2731" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2732" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2733" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2734" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2735" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2736" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2737" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2738" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2739" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2740" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2741" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2742" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2743" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2744" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2745" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2746" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2747" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2748" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2773" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2774" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2775" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2776" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2777" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2778" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2779" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2780" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2781" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2782" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2783" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2784" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2785" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2786" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2787" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2788" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2789" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2790" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2791" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2792" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2793" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2794" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "2795" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2796" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2797" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "2798" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2799" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "2800" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2801" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2802" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2803" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2804" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2805" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2806" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2807" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2808" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2809" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2810" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2811" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2812" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2813" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2814" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2815" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2816" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2817" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2818" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2819" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2820" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2821" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2822" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2823" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2824" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2825" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2826" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2827" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2828" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2829" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2830" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2831" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2833" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2835" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2837" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2839" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2841" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2842" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2843" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2844" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2845" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2846" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2847" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2848" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2849" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2850" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2851" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2852" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2853" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2854" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2855" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2856" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2857" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2858" + }, + { + "ge_buy_limit": "1000", + "examine": "Bones of a recently slain wolf.", + "grand_exchange_price": "1266", + "durability": null, + "name": "Wolf bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2859" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1266", + "durability": null, + "name": "Wolf bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2860" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "I can make an ogre arrow with these.", + "grand_exchange_price": "5", + "durability": null, + "name": "Wolfbone arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2861" + }, + { + "ge_buy_limit": "25000", + "examine": "These logs are longer than normal.", + "grand_exchange_price": "169", + "durability": null, + "name": "Achey tree logs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2862" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "169", + "durability": null, + "name": "Achey tree logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2863" + }, + { + "ge_buy_limit": "1000", + "examine": "A wooden arrow shaft", + "grand_exchange_price": "47", + "durability": null, + "name": "Ogre arrow shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2864" + }, + { + "ge_buy_limit": "1000", + "examine": "An ogre arrow with four flights attached.", + "grand_exchange_price": "172", + "durability": null, + "name": "Flighted ogre arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2865" + }, + { + "requirements": "{4,30}", + "shop_price": "25", + "ge_buy_limit": "1000", + "examine": "A large ogre arrow with a bone tip.", + "grand_exchange_price": "49", + "durability": null, + "name": "Ogre arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2866", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows", + "archery_ticket_price": "0", + "id": "2871", + "equipment_slot": "3" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows (3)", + "archery_ticket_price": "0", + "id": "2872" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows (2)", + "archery_ticket_price": "0", + "id": "2873" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows (1)", + "archery_ticket_price": "0", + "id": "2874" + }, + { + "bankable": "false", + "examine": "An inflated toad.", + "durability": null, + "name": "Bloated toad", + "tradeable": "false", + "destroy": "true", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "2875" + }, + { + "ge_buy_limit": "10000", + "examine": "I need to cook this first.", + "grand_exchange_price": "2145", + "durability": null, + "name": "Raw chompy", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "2876" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2145", + "durability": null, + "name": "Raw chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2877" + }, + { + "shop_price": "130", + "ge_buy_limit": "1000", + "examine": "It might look delicious to an ogre.Roasted chompy bird.", + "grand_exchange_price": "95", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "2878" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "95", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2879" + }, + { + "durability": null, + "name": "Ruined chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2881" + }, + { + "examine": "It has been deliciously seasoned to taste wonderful for ogres.", + "durability": null, + "name": "Seasoned chompy", + "weight": "10", + "archery_ticket_price": "0", + "id": "2882" + }, + { + "requirements": "{4,30}", + "shop_price": "500", + "examine": "More powerful than a normal bow, useful against large game birds.", + "durability": null, + "weight": "1", + "attack_speed": "8", "two_handed": "true", - "walk_anim": "3680", - "weapon_interface": "9", - "weight": "0.4" + "weapon_interface": "16", + "equipment_slot": "3", + "attack_audios": "2700,0,0,0", + "name": "Ogre bow", + "archery_ticket_price": "0", + "id": "2883", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0" }, { - "id": "7673", - "name": "Boxing gloves", - "examine": "I think they look a bit silly.", + "examine": "Book of the elemental shield.", + "durability": null, + "name": "Battered book", "archery_ticket_price": "0", - "attack_speed": "4", + "id": "2886" + }, + { + "examine": "An old battered key. (Elemental Workshop I)", + "durability": null, + "name": "Battered key", + "archery_ticket_price": "0", + "id": "2887" + }, + { + "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.", + "durability": null, + "name": "A stone bowl", + "archery_ticket_price": "0", + "id": "2888", + "equipment_slot": "3" + }, + { + "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.", + "durability": null, + "name": "A stone bowl", + "archery_ticket_price": "0", + "id": "2889", + "equipment_slot": "3" + }, + { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A shield made in the Elemental Workshop.", + "grand_exchange_price": "709", + "durability": null, + "name": "Elemental shield", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2890", + "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "709", + "durability": null, + "name": "Elemental shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2891" + }, + { + "examine": "This needs refining.", + "durability": null, + "name": "Elemental ore", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "2892" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "1570", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2894", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1570", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2895" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "867", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2896", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "867", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2897" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "741", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2898", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "741", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2899" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "844", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2900", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "844", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2901" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1039", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2902", "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "1386", - "run_anim": "824", - "stand_anim": "3677", - "stand_turn_anim": "823", - "turn180_anim": "3680", - "turn90ccw_anim": "3680", - "turn90cw_anim": "3680", - "two_handed": "true", - "walk_anim": "3680", - "weapon_interface": "9", - "weight": "0.4" + "equipment_slot": "9" }, { - "id": "7675", - "name": "Wooden sword", - "examine": "A less-than razor sharp sword.", + "ge_buy_limit": "10", + "grand_exchange_price": "1039", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2903" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "1359", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2904", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1359", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2905" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "958", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2906", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "958", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2907" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "474", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2908", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "474", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2909" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "1445", + "tradeable": "true", + "name": "Hat", + "archery_ticket_price": "0", + "hat": "true", + "id": "2910", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1445", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2911" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1254", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2912", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1254", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2913" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "1054", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2914", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1054", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2915" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "789", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2916", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "789", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2917" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "603", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2918", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "603", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2919" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "997", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2920", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "997", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2921" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1221", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2922", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1221", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2923" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "737", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2924", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "737", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2925" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "504", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2926", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "504", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2927" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "637", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2928", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "637", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2929" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "925", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2930", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "925", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2931" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1829", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2932", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1829", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2933" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "988", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2934", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "988", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2935" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "925", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2936", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "925", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2937" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "927", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2938", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "927", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2939" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "1209", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2940", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1209", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2941" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "634", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2942", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "634", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2943" + }, + { + "examine": "A key made from solid gold", + "durability": null, + "name": "Golden key", + "archery_ticket_price": "0", + "id": "2944" + }, + { + "examine": "A key made of solid iron.", + "durability": null, + "name": "Iron key", + "archery_ticket_price": "0", + "id": "2945" + }, + { + "examine": "A replica tinderbox made of solid gold.", + "durability": null, + "name": "Golden tinderbox", + "archery_ticket_price": "0", + "id": "2946" + }, + { + "examine": "A replica candle made of solid gold.", + "durability": null, + "name": "Golden candle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2947" + }, + { + "examine": "A replica pot made of solid gold.", + "durability": null, + "name": "Golden pot", + "archery_ticket_price": "0", + "id": "2948" + }, + { + "examine": "A replica hammer made of solid gold.", + "durability": null, + "name": "Golden hammer", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", "archery_ticket_price": "0", "attack_speed": "4", - "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", + "id": "2949" + }, + { + "examine": "A replica needle made of solid gold.", "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", + "name": "Golden needle", + "archery_ticket_price": "0", + "id": "2951" + }, + { + "examine": "A silver dagger that can prevent werewolves changing form.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", "render_anim": "2584", - "weapon_interface": "5" + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "attack_audios": "2517,2517,2500,2517", + "name": "Wolfbane", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "2952", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,1,10,5,0,0" }, { - "id": "7676", + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2953" + }, + { + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2954" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "16", + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2955" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2956" + }, + { + "examine": "An empty druid pouch.", + "durability": null, + "name": "Druid pouch", + "archery_ticket_price": "0", + "id": "2957" + }, + { + "examine": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "archery_ticket_price": "0", + "id": "2958" + }, + { + "examine": "Erhhh! It stinks.", + "durability": null, + "name": "Rotten food", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2959" + }, + { + "durability": null, + "name": "Rotten food", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2960" + }, + { + "ge_buy_limit": "100", + "examine": "It's a silver sickle.", + "durability": null, + "weight": "1.6", + "weapon_interface": "6", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "28", + "name": "Silver sickle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2961", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28", + "durability": null, + "name": "Silver sickle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2962" + }, + { + "attack_anims": "390,390,381,390", + "examine": "It's a blessed silver sickle.", + "durability": null, + "name": "Silver sickle(b)", + "weight": "1.5", + "archery_ticket_price": "0", + "weapon_interface": "6", + "id": "2963", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0", + "defence_anim": "397", + "equipment_slot": "3" + }, + { + "shop_price": "1", + "examine": "Used for washing your face, amongst other things.", + "durability": null, + "name": "Washing bowl", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2964" + }, + { + "examine": "A small mirror, probably used for grooming.", + "durability": null, + "name": "Mirror", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2966" + }, + { + "examine": "A druidic spell given to you freely by the spirit of Filliman Tarlock.", + "durability": null, + "name": "Druidic spell", + "archery_ticket_price": "0", + "id": "2968" + }, + { + "examine": "A used druidic spell given to you freely by the spirit of Filliman Tarlock.", + "durability": null, + "name": "A used spell", + "archery_ticket_price": "0", + "id": "2969" + }, + { + "ge_buy_limit": "10000", + "examine": "A mushroom from the swamps of Mort Myre.", + "grand_exchange_price": "915", + "durability": null, + "name": "Mort myre fungus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2970" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "915", + "durability": null, + "name": "Mort myre fungus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2971" + }, + { + "ge_buy_limit": "100", + "examine": "A cutting from a budding branch.", + "grand_exchange_price": "338", + "durability": null, + "name": "Mort myre stem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2972" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "338", + "durability": null, + "name": "Mort myre stem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2973" + }, + { + "ge_buy_limit": "100", + "examine": "A pear picked from a dying bush in Mort Myre.", + "grand_exchange_price": "975", + "durability": null, + "name": "Mort myre pear", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2974" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "975", + "durability": null, + "name": "Mort myre pear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2975" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Used to make sickles.", + "grand_exchange_price": "498", + "durability": null, + "name": "Sickle mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2976" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "498", + "durability": null, + "name": "Sickle mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2977" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2978", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2979", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2980", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2981", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2982", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2983", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2984", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2985", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2986", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2987", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2988", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2989", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2990", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2991", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2992", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2993", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2994", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2995", + "equipment_slot": "0" + }, + { + "examine": "I can exchange these for further experience or items.", + "durability": null, + "name": "Agility arena ticket", + "archery_ticket_price": "0", + "id": "2996" + }, + { + "shop_price": "800", + "ge_buy_limit": "10", + "examine": "You should see the shark...", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Pirate's hook", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2997", + "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "4056", + "durability": null, + "name": "Clean toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2998" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4056", + "durability": null, + "name": "Clean toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2999" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "10500", + "durability": null, + "name": "Clean snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3000" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "10500", + "durability": null, + "name": "Clean snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3001" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this toadflax potion.", + "grand_exchange_price": "3988", + "durability": null, + "name": "Toadflax potion(unf)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3002" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3988", + "durability": null, + "name": "Toadflax potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3003" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this snapdragon potion.", + "grand_exchange_price": "9588", + "durability": null, + "name": "Snapdragon potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3004" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9588", + "durability": null, + "name": "Snapdragon potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3005" + }, + { + "shop_price": "150", + "examine": "Keep out of reach of children and familiars.", + "durability": null, + "name": "Firework", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3006" + }, + { + "durability": null, + "name": "Firework", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3007" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "4 doses of energy potion.", + "grand_exchange_price": "33", + "durability": null, + "name": "Energy potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3008" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "33", + "durability": null, + "name": "Energy potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3009" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "3 doses of energy potion.", + "grand_exchange_price": "18", + "durability": null, + "name": "Energy potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3010" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Energy potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3011" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "2 doses of energy potion.", + "grand_exchange_price": "11", + "durability": null, + "name": "Energy potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3012" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Energy potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3013" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "1 dose of energy potion.", + "grand_exchange_price": "25", + "durability": null, + "name": "Energy potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3014" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Energy potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3015" + }, + { + "shop_price": "4000", + "ge_buy_limit": "1000", + "examine": "4 doses of super energy potion.", + "grand_exchange_price": "3088", + "durability": null, + "name": "Super energy(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3016" + }, + { + "shop_price": "4000", + "ge_buy_limit": "1000", + "grand_exchange_price": "3088", + "durability": null, + "name": "Super energy(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3017" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of super energy potion.", + "grand_exchange_price": "2485", + "durability": null, + "name": "Super energy(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3018" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2485", + "durability": null, + "name": "Super energy(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3019" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of super energy potion.", + "grand_exchange_price": "1592", + "durability": null, + "name": "Super energy(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3020" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1592", + "durability": null, + "name": "Super energy(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3021" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of super energy potion.", + "grand_exchange_price": "1432", + "durability": null, + "name": "Super energy(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3022" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1432", + "durability": null, + "name": "Super energy(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3023" + }, + { + "shop_price": "12000", + "ge_buy_limit": "1000", + "examine": "4 doses of super restore potion.", + "grand_exchange_price": "11500", + "durability": null, + "name": "Super restore(4)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3024" + }, + { + "shop_price": "12000", + "ge_buy_limit": "1000", + "grand_exchange_price": "11500", + "durability": null, + "name": "Super restore(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3025" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of super restore potion.", + "grand_exchange_price": "8690", + "durability": null, + "name": "Super restore(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3026" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8690", + "durability": null, + "name": "Super restore(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3027" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of super restore potion.", + "grand_exchange_price": "5637", + "durability": null, + "name": "Super restore(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3028" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5637", + "durability": null, + "name": "Super restore(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3029" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of super restore potion.", + "grand_exchange_price": "2606", + "durability": null, + "name": "Super restore(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3030" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2606", + "durability": null, + "name": "Super restore(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3031" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Agility potion.", + "grand_exchange_price": "276", + "durability": null, + "name": "Agility potion(4)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3032" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "276", + "durability": null, + "name": "Agility potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3033" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Agility potion.", + "grand_exchange_price": "148", + "durability": null, + "name": "Agility potion(3)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3034" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "148", + "durability": null, + "name": "Agility potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3035" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Agility potion.", + "grand_exchange_price": "115", + "durability": null, + "name": "Agility potion(2)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3036" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "115", + "durability": null, + "name": "Agility potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3037" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Agility potion.", + "grand_exchange_price": "306", + "durability": null, + "name": "Agility potion(1)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3038" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "306", + "durability": null, + "name": "Agility potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3039" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Magic potion.", + "grand_exchange_price": "7214", + "durability": null, + "name": "Magic potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3040" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7214", + "durability": null, + "name": "Magic potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3041" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Magic potion.", + "grand_exchange_price": "5285", + "durability": null, + "name": "Magic potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3042" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5285", + "durability": null, + "name": "Magic potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3043" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Magic potion.", + "grand_exchange_price": "3697", + "durability": null, + "name": "Magic potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3044" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3697", + "durability": null, + "name": "Magic potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3045" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Magic potion.", + "grand_exchange_price": "1826", + "durability": null, + "name": "Magic potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3046" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1826", + "durability": null, + "name": "Magic potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3047" + }, + { + "durability": null, + "name": "Pirate's hook", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3048" + }, + { + "requirements": "{15,30}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "3996", + "durability": null, + "name": "Grimy toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3049" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3996", + "durability": null, + "name": "Grimy toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3050" + }, + { + "requirements": "{15,59}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "10500", + "durability": null, + "name": "Grimy snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3051" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "10500", + "durability": null, + "name": "Grimy snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3052" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9985", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3053", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Lava battlestaff" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "34100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3054", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "160", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic lava staff" + }, + { + "durability": null, + "name": "Lava battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3055" + }, + { + "durability": null, + "name": "Mystic lava staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3056" + }, + { + "examine": "A mime would wear this.", + "durability": null, + "name": "Mime mask", + "archery_ticket_price": "0", + "id": "3057", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime top", + "archery_ticket_price": "0", + "id": "3058", + "equipment_slot": "4" + }, + { + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime legs", + "archery_ticket_price": "0", + "id": "3059", + "equipment_slot": "7" + }, + { + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime gloves", + "archery_ticket_price": "0", + "id": "3060", + "equipment_slot": "9" + }, + { + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime boots", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3061", + "equipment_slot": "10" + }, + { + "examine": "It seems to be humming...", + "durability": null, + "name": "Strange box", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3062" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "628", + "attack_audios": "2547,0,0,0", + "name": "Black dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3093", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "740", + "attack_audios": "2547,0,0,0", + "name": "Black dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3094", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "48", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "702", + "attack_audios": "2548,2548,2548,2548", + "name": "Bronze claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3095", + "bonuses": "3,4,-4,0,0,1,2,1,0,0,0,5,0,0,0" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "13", + "attack_audios": "2548,2548,2548,2548", + "name": "Iron claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3096", + "bonuses": "4,6,-4,0,0,2,3,1,0,0,0,7,0,0,0" + }, + { + "requirements": "{0,5}", + "shop_price": "175", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "20", + "attack_audios": "2548,2548,2548,2548", + "name": "Steel claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3097", + "bonuses": "8,11,-4,0,0,3,6,2,0,0,0,12,0,0,0" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "6", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "940", + "attack_audios": "2548,2548,2548,2548", + "name": "Black claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3098", + "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,0,0,0" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "114", + "attack_audios": "2548,2548,2548,2548", + "name": "Mithril claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3099", + "bonuses": "11,16,-4,0,0,4,8,2,0,0,0,17,0,0,0" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "649", + "attack_audios": "2548,2548,2548,2548", + "name": "Adamant claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3100", + "bonuses": "18,23,-4,0,0,6,12,3,0,0,0,24,0,0,0" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "has_special": "true", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "lendable": "true", + "grand_exchange_price": "6939", + "attack_audios": "2548,2548,2548,2548", + "name": "Rune claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3101", + "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0" + }, + { + "examine": "The combination to Burthorpe Castle's equipment room.", + "durability": null, + "name": "Combination", + "archery_ticket_price": "0", + "id": "3102" + }, + { + "examine": "The guard wrote the IOU on the back of some paper.", + "durability": null, + "name": "Iou", + "archery_ticket_price": "0", + "id": "3103" + }, + { + "examine": "This map shows the secret way up to Death Plateau.", + "durability": null, + "name": "Secret way map", + "archery_ticket_price": "0", + "id": "3104" + }, + { + "shop_price": "1900", + "ge_buy_limit": "100", + "examine": "Boots made for general climbing; rocks a speciality.", + "durability": null, + "destroy": "true", + "weight": "0.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "51400", + "name": "Climbing boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3105", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "51400", + "durability": null, + "name": "Climbing boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3106" + }, + { + "examine": "Climbing boots with spikes.", + "durability": null, + "name": "Spiked boots", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3107", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3109" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3110" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3111" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3112" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3113" + }, + { + "examine": "Entrance certificate to the Imperial Guard.", + "durability": null, + "name": "Certificate", + "archery_ticket_price": "0", + "id": "3114" + }, + { + "durability": null, + "name": "Bronze claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3115" + }, + { + "durability": null, + "name": "Iron claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3116" + }, + { + "durability": null, + "name": "Steel claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3117" + }, + { + "durability": null, + "name": "Black claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3118" + }, + { + "durability": null, + "name": "Mithril claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3119" + }, + { + "durability": null, + "name": "Adamant claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3120" + }, + { + "durability": null, + "name": "Rune claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3121" + }, + { + "requirements": "{1,50}-{2,50}", + "ge_buy_limit": "10", + "examine": "A solid stone shield.", + "durability": null, + "weight": "6.8", + "absorb": "5,0,10", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "34800", + "name": "Granite shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3122", + "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "examine": "Large glistening bones which glow with a pale yellow aura.", + "grand_exchange_price": "1975", + "durability": null, + "name": "Shaikahan bones", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "3123" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1975", + "durability": null, + "name": "Shaikahan bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3124" + }, + { + "ge_buy_limit": "10000", + "examine": "Fairly big bones which smell distinctly of Jogre.", + "grand_exchange_price": "1023", + "durability": null, + "name": "Jogre bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3125" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1023", + "durability": null, + "name": "Jogre bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3126" + }, + { + "examine": "These blackened Jogre bones have been somehow burnt.", + "durability": null, + "name": "Burnt jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3127" + }, + { + "examine": "Burnt Jogre bones smothered with raw Karambwanji Paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3128" + }, + { + "examine": "Burnt Jogre bones smothered with cooked Karambwanji paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3129" + }, + { + "examine": "Burnt Jogre bones marinated in a lovely Karambwanji sauce. Perfect.", + "durability": null, + "name": "Marinated j' bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3130" + }, + { + "examine": "Jogre bones smothered with raw Karambwanji paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3131" + }, + { + "examine": "Jogre bones smothered with cooked Karambwanji paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3132" + }, + { + "examine": "Jogre Bones marinated in Karambwanji sauce. Not quite right.", + "durability": null, + "name": "Marinated j' bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3133" + }, + { + "durability": null, + "name": "Granite shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3134" + }, + { + "shop_price": "1", + "examine": "The key to the troll prison.", + "durability": null, + "name": "Cell key 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3136" + }, + { + "examine": "The key to the troll prison.", + "durability": null, + "name": "Cell key 2", + "weight": "1", + "archery_ticket_price": "0", + "id": "3137" + }, + { + "ge_buy_limit": "10000", + "examine": "How am I supposed to eat that?!", + "grand_exchange_price": "1834", + "durability": null, + "name": "Potato cactus", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3138" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1834", + "durability": null, + "name": "Potato cactus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3139" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "A series of connected metal rings.", + "rare_item": "true", + "durability": null, + "weight": "6.8", + "absorb": "4,0,9", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "4300000", + "name": "Dragon chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3140", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "4300000", + "durability": null, + "name": "Dragon chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3141" + }, + { + "shop_price": "440", + "ge_buy_limit": "20000", + "examine": "A raw green octopus.", + "grand_exchange_price": "1775", + "durability": null, + "name": "Raw karambwan", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3142" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "1775", + "durability": null, + "name": "Raw karambwan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3143" + }, + { + "shop_price": "460", + "ge_buy_limit": "10000", + "examine": "Cooked octopus.", + "grand_exchange_price": "1455", + "durability": null, + "name": "Cooked karambwan", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3144" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1455", + "durability": null, + "name": "Cooked karambwan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3145" + }, + { + "examine": "Cooked octopus. It looks poorly cooked and quite dangerous.", + "durability": null, + "name": "Poison karambwan", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3146" + }, + { + "shop_price": "460", + "examine": "Cooked octopus.", + "grand_exchange_price": "906", + "durability": null, + "name": "Cooked karambwan", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3147" + }, + { + "durability": null, + "name": "Burnt karambwan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3149" + }, + { + "examine": "Small brightly coloured tropical fish.", + "durability": null, + "name": "Raw karambwanji", + "archery_ticket_price": "0", + "id": "3150" + }, + { + "examine": "Small brightly coloured tropical fish.", + "durability": null, + "name": "Karambwanji", + "weight": "0.99", + "archery_ticket_price": "0", + "id": "3151" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "archery_ticket_price": "0", + "id": "3152" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "archery_ticket_price": "0", + "id": "3153" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "archery_ticket_price": "0", + "id": "3154" + }, + { + "examine": "This paste smells of raw fish./This paste smells of cooked fish.", + "durability": null, + "name": "Karambwanji paste", + "archery_ticket_price": "0", + "id": "3155" + }, + { + "examine": "This paste smells of raw fish./This paste smells of cooked fish.", + "durability": null, + "name": "Karambwanji paste", + "archery_ticket_price": "0", + "id": "3156" + }, + { + "requirements": "{10,65}", + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji", + "grand_exchange_price": "221", + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "3157", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "221", + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3158" + }, + { + "requirements": "{10,65}", + "shop_price": "5", + "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji", + "grand_exchange_price": "240", + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "3159" + }, + { + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3160" + }, + { + "examine": "A set of instructions explaining how to construct a Karambwan vessel", + "durability": null, + "name": "Crafting manual", + "archery_ticket_price": "0", + "id": "3161" + }, + { + "ge_buy_limit": "100", + "examine": "You swear you had more than three slices before.", + "grand_exchange_price": "38", + "durability": null, + "name": "Sliced banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3162" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "38", + "durability": null, + "name": "Sliced banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3163" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "archery_ticket_price": "0", + "id": "3164" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "archery_ticket_price": "0", + "id": "3165" + }, + { + "examine": "It's the body of a dead monkey.", + "durability": null, + "name": "Monkey corpse", + "weight": "1", + "archery_ticket_price": "0", + "id": "3166" + }, + { + "examine": "It's the skin of a (hopefully) dead monkey.", + "durability": null, + "name": "Monkey skin", + "archery_ticket_price": "0", + "id": "3167" + }, + { + "examine": "A 'Seaweed in Monkey Skin' sandwich. Perfect for statue repair.", + "durability": null, + "name": "Seaweed sandwich", + "archery_ticket_price": "0", + "id": "3168" + }, + { + "examine": "A body of a dead monkey, tastefully stuffed with seaweed.", + "durability": null, + "name": "Stuffed monkey", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3169" + }, + { + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned bronze tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "266", + "stand_anim": "813", + "name": "Bronze spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3170", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned iron tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "304", + "stand_anim": "813", + "name": "Iron spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3171", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0" + }, + { + "requirements": "{0,5}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned steel tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "503", + "stand_anim": "813", + "name": "Steel spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3172", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0" + }, + { + "requirements": "{0,20}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned mithril tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "368", + "stand_anim": "813", + "name": "Mithril spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3173", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0" + }, + { + "requirements": "{0,30}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned adamant tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "1093", + "stand_anim": "813", + "name": "Adamant spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3174", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0" + }, + { + "requirements": "{0,40}", + "turn90cw_anim": "1207", + "examine": "\tA Karambwan poisoned rune tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "12089", + "stand_anim": "813", + "name": "Rune spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3175", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "37446", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3176", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Dragon spear(kp)" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "3177", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3178" + }, + { + "examine": "These are smallish monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3179" + }, + { + "examine": "These are medium sized monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3180" + }, + { + "examine": "These are quite large monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3181" + }, + { + "examine": "These are quite large monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3182" + }, + { + "ge_buy_limit": "10000", + "examine": "These are small monkey bones.", + "grand_exchange_price": "588", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3183" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "588", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3184" + }, + { + "examine": "These are smallish monkey bones. They smell extremely nauseating.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3185" + }, + { + "examine": "These are small monkey bones. They smell extremely nauseating.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3186" + }, + { + "shop_price": "140", + "grand_exchange_price": "140", + "durability": null, + "name": "Bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3187" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "A piece of silk which can be used to remove poison from weapons.", + "grand_exchange_price": "286", + "durability": null, + "name": "Cleaning cloth", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3188" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "286", + "durability": null, + "name": "Cleaning cloth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3189" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "522", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3190", + "stand_turn_anim": "1209", + "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0", + "shop_price": "104", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Bronze halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "522", + "durability": null, + "name": "Bronze halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3191" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "124", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3192", + "stand_turn_anim": "1209", + "bonuses": "9,12,0,-4,0,-1,1,2,0,0,0,12,0,0,0", + "shop_price": "364", + "durability": null, + "weight": "3.1", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Iron halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124", + "durability": null, + "name": "Iron halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3193" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "726", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3194", + "stand_turn_anim": "1209", + "bonuses": "14,19,0,-4,0,-1,2,3,0,0,0,20,0,0,0", + "requirements": "{0,5}", + "shop_price": "1300", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Steel halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "726", + "durability": null, + "name": "Steel halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3195" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "4344", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3196", + "stand_turn_anim": "1209", + "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,0,0,0", + "requirements": "{0,10}-{2,5}", + "shop_price": "2496", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Black halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4344", + "durability": null, + "name": "Black halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3197" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "6995", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3198", + "stand_turn_anim": "1209", + "bonuses": "22,28,0,-4,0,-1,2,4,0,0,0,29,0,0,0", + "requirements": "{0,20}-{2,10}", + "shop_price": "3380", + "durability": null, + "weight": "2.7", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Mithril halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6995", + "durability": null, + "name": "Mithril halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3199" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "4690", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3200", + "stand_turn_anim": "1209", + "bonuses": "28,41,0,-4,0,-1,3,4,0,0,0,42,0,0,0", + "requirements": "{0,30}-{2,15}", + "shop_price": "8320", + "durability": null, + "weight": "3.6", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Adamant halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4690", + "durability": null, + "name": "Adamant halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3201" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "77100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3202", + "stand_turn_anim": "1209", + "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0", + "requirements": "{0,40}-{2,20}", + "shop_price": "128000", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "77100", + "durability": null, + "name": "Rune halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3203" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon halberd.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "201000", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3204", + "stand_turn_anim": "1209", + "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0", + "requirements": "{0,60}-{2,30}", + "shop_price": "325000", + "durability": null, + "weight": "3.1", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon halberd" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "201000", + "durability": null, + "name": "Dragon halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3205" + }, + { + "examine": "A summons from King Lathas.", + "durability": null, + "name": "King's message", + "archery_ticket_price": "0", + "id": "3206" + }, + { + "examine": "A letter for King Lathas from Lord Iorwerth.", + "durability": null, + "name": "Iorwerths message", + "archery_ticket_price": "0", + "id": "3207" + }, + { + "examine": "Lord Iorwerth's crystal pendant.", + "durability": null, + "name": "Crystal pendant", + "archery_ticket_price": "0", + "id": "3208", + "equipment_slot": "2" + }, + { + "examine": "A piece of chemical formation.", + "durability": null, + "name": "Sulphur", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "3209" + }, + { + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Some limestone.", + "grand_exchange_price": "238", + "durability": null, + "name": "Limestone", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "3211" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "238", + "durability": null, + "name": "Limestone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3212" + }, + { + "examine": "Some quicklime.", + "durability": null, + "name": "Quicklime", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "3213" + }, + { + "examine": "A pot of ground quicklime.", + "durability": null, + "name": "Pot of quicklime", + "archery_ticket_price": "0", + "id": "3214" + }, + { + "shop_price": "160", + "examine": "A pile of ground sulphur.", + "durability": null, + "name": "Ground sulphur", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3215" + }, + { + "ge_buy_limit": "100", + "examine": "An empty barrel/A Splendid barrel.", + "grand_exchange_price": "207", + "durability": null, + "name": "Barrel", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3216" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "207", + "durability": null, + "name": "Barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3217" + }, + { + "examine": "A fused barrel full of fire oil.", + "durability": null, + "name": "Barrel bomb", + "weight": "32", + "archery_ticket_price": "0", + "id": "3218" + }, + { + "examine": "A fused barrel full of fire oil.", + "durability": null, + "name": "Barrel bomb", + "weight": "32", + "archery_ticket_price": "0", + "id": "3219" + }, + { + "examine": "A barrel full of coal-tar.", + "durability": null, + "name": "Barrel of coal-tar", + "weight": "32", + "archery_ticket_price": "0", + "id": "3220" + }, + { + "examine": "A barrel full of naphtha.", + "durability": null, + "name": "Barrel of naphtha", + "weight": "32", + "archery_ticket_price": "0", + "id": "3221" + }, + { + "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.", + "durability": null, + "name": "Naphtha mix", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3222" + }, + { + "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.", + "durability": null, + "name": "Naphtha mix", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3223" + }, + { + "examine": "A strip of cloth.", + "durability": null, + "name": "Strip of cloth", + "archery_ticket_price": "0", + "id": "3224" + }, + { + "shop_price": "67", + "ge_buy_limit": "5000", + "examine": "Might taste better cooked.", + "grand_exchange_price": "312", + "durability": null, + "name": "Raw rabbit", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3226" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "312", + "durability": null, + "name": "Raw rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3227" + }, + { + "shop_price": "19", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "35", + "durability": null, + "name": "Cooked rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3228" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "35", + "durability": null, + "name": "Cooked rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3229" + }, + { + "examine": "A book by Mel Achy.", + "durability": null, + "name": "Big book of bangs", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "3230" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3232" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3234" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3236" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3238" + }, + { + "ge_buy_limit": "100", + "examine": "Bark from a hollow tree.", + "grand_exchange_price": "23", + "durability": null, + "name": "Bark", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3239" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23", + "durability": null, + "name": "Bark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3240" + }, + { + "examine": "One of 2009Scape's many citizens.", + "durability": null, + "name": "Man", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3241" + }, + { + "examine": "He grows crops in the area.", + "durability": null, + "name": "Farmer", + "archery_ticket_price": "0", + "id": "3243" + }, + { + "examine": "Rogueish.", + "durability": null, + "name": "Rogue", + "archery_ticket_price": "0", + "id": "3247" + }, + { + "examine": "Varies, refer below.", + "durability": null, + "name": "Guard", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3249" + }, + { + "examine": "A member of Ardougne's militia.", + "durability": null, + "name": "Knight of ardougne", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3251" + }, + { + "examine": "The strong arm of the law.", + "durability": null, + "name": "Watchman", + "archery_ticket_price": "0", + "id": "3253" + }, + { + "examine": "A holy warrior.", + "durability": null, + "name": "Paladin", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3255" + }, + { + "examine": "Heroic!", + "durability": null, + "name": "Hero", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "3259" + }, + { + "examine": "A pale, tough looking herb.", + "durability": null, + "name": "Goutweed", + "archery_ticket_price": "0", + "id": "3261" + }, + { + "examine": "It's tough and spiky.", + "durability": null, + "name": "Troll thistle", + "archery_ticket_price": "0", + "id": "3262" + }, + { + "examine": "It'll be easier to grind now.", + "durability": null, + "name": "Dried thistle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3263" + }, + { + "examine": "It's ready for mixing.", + "durability": null, + "name": "Ground thistle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3264" + }, + { + "examine": "It's part of Eadgar's plan.", + "durability": null, + "name": "Troll potion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3265" + }, + { + "examine": "It's rather drunk.", + "durability": null, + "name": "Drunk parrot", + "archery_ticket_price": "0", + "id": "3266" + }, + { + "examine": "It's dirty and smelly.", + "durability": null, + "name": "Dirty robe", + "archery_ticket_price": "0", + "id": "3267" + }, + { + "examine": "It's good enough to fool a troll.", + "durability": null, + "name": "Fake man", + "archery_ticket_price": "0", + "id": "3268" + }, + { + "examine": "The key to the Trollheim storeroom.", + "durability": null, + "name": "Storeroom key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3269" + }, + { + "examine": "Pineapple chunks dipped in a strong liquor.", + "durability": null, + "name": "Alco-chunks", + "archery_ticket_price": "0", + "id": "3270" + }, + { + "ge_buy_limit": "5000", + "examine": "That used to be a vampyre!", + "grand_exchange_price": "381", + "durability": null, + "name": "Vampire dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3325" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "381", + "durability": null, + "name": "Vampire dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3326" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.", + "grand_exchange_price": "56", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3327", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3328" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.", + "durability": null, + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "291", + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3329", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "291", + "durability": null, + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3330" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.", + "grand_exchange_price": "57", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3331", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3332" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A moody blue snail shell helmet, mort myre snail shell helm", + "grand_exchange_price": "73", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "weight": "1.9", + "archery_ticket_price": "0", + "id": "3333", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "73", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3334" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "An easy-to-make, orange-and-bark coloured, Mort Myre snail shell helmet.", + "grand_exchange_price": "63", + "durability": null, + "name": "Broken bark snelm", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3335", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "63", + "durability": null, + "name": "Broken bark snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3336" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.", + "grand_exchange_price": "58", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3337", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "58", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3338" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.", + "durability": null, + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "147", + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3339", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3340" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.", + "grand_exchange_price": "54", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3341", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3342" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A moody blue snail shell helmet, mort myre snail shell helm", + "grand_exchange_price": "248", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "weight": "1.9", + "archery_ticket_price": "0", + "id": "3343", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "248", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3344" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "155", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3345" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "155", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3346" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.", + "grand_exchange_price": "590", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3347" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "590", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3348" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "134", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3349" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "134", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3350" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "230", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3351" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "230", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3352" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, bark-coloured, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "195", + "durability": null, + "name": "Blamish bark shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3353" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Blamish bark shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3354" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "145", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3355" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "145", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3356" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.", + "grand_exchange_price": "614", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3357" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "614", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3358" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "173", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3359" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "173", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3360" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "874", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3361" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "874", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3362" + }, + { + "shop_price": "74", + "ge_buy_limit": "10000", + "examine": "The thin, slimy corpse of a deceased giant snail.", + "grand_exchange_price": "2047", + "durability": null, + "name": "Thin snail", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3363" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2047", + "durability": null, + "name": "Thin snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3364" + }, + { + "ge_buy_limit": "1000", + "examine": "The lean, slimy corspe of a dead snail.", + "grand_exchange_price": "958", + "durability": null, + "name": "Lean snail", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3365" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "958", + "durability": null, + "name": "Lean snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3366" + }, + { + "shop_price": "160", + "ge_buy_limit": "10000", + "examine": "The fat, slimy, corpse of a deceased giant snail.", + "grand_exchange_price": "971", + "durability": null, + "name": "Fat snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3367" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "971", + "durability": null, + "name": "Fat snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3368" + }, + { + "ge_buy_limit": "10000", + "examine": "A succulently slimy piece of sumptuous snail.", + "grand_exchange_price": "833", + "durability": null, + "name": "Thin snail meat", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "3369" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "833", + "durability": null, + "name": "Thin snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3370" + }, + { + "ge_buy_limit": "10000", + "examine": "A succulently slimey slice of sumptuous snail.", + "grand_exchange_price": "251", + "durability": null, + "name": "Lean snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3371" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "251", + "durability": null, + "name": "Lean snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3372" + }, + { + "ge_buy_limit": "10000", + "examine": "A succulently slimy slice of sumptuous snail.", + "grand_exchange_price": "603", + "durability": null, + "name": "Fat snail meat", + "tradeable": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "3373" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "603", + "durability": null, + "name": "Fat snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3374" + }, + { + "durability": null, + "name": "Burnt snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3376" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "An empty sample bottle.", + "grand_exchange_price": "14", + "durability": null, + "name": "Sample bottle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3377" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Sample bottle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3378" + }, + { + "ge_buy_limit": "1000", + "examine": "A slime covered eel - yuck!", + "grand_exchange_price": "358", + "durability": null, + "name": "Slimy eel", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3379" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "358", + "durability": null, + "name": "Slimy eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3380" + }, + { + "ge_buy_limit": "1000", + "examine": "A cooked slimy eel - not delicious, but pretty nutritious.", + "grand_exchange_price": "274", + "durability": null, + "name": "Cooked slimy eel", + "tradeable": "true", + "destroy": "false", + "weight": "2", + "archery_ticket_price": "0", + "id": "3381" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "274", + "durability": null, + "name": "Cooked slimy eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3382" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "A wooden helmet.", + "durability": null, + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5993", + "name": "Splitbark helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3385", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5993", + "durability": null, + "name": "Splitbark helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3386" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Provides good protection.", + "durability": null, + "weight": "4.5", + "absorb": "6,3,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "26700", + "name": "Splitbark body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3387", + "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26700", + "durability": null, + "name": "Splitbark body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3388" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "These should protect my legs.", + "durability": null, + "weight": "3.6", + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "43700", + "name": "Splitbark legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3389", + "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "43700", + "durability": null, + "name": "Splitbark legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3390" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "These should keep my hands safe.", + "durability": null, + "weight": "0.9", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "2786", + "name": "Splitbark gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3391", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2786", + "durability": null, + "name": "Splitbark gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3392" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Wooden foot protection.", + "durability": null, + "weight": "0.9", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "3808", + "name": "Splitbark boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3393", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3808", + "durability": null, + "name": "Splitbark boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3394" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "18", + "durability": null, + "name": "Loar remains", + "tradeable": "true", + "weight": "1.35", + "archery_ticket_price": "0", + "id": "3396" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Loar remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3397" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "249", + "durability": null, + "name": "Phrin remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3398" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "249", + "durability": null, + "name": "Phrin remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3399" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "138", + "durability": null, + "name": "Riyl remains", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3400" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "138", + "durability": null, + "name": "Riyl remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3401" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "334", + "durability": null, + "name": "Asyn remains", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3402" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "334", + "durability": null, + "name": "Asyn remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3403" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "5264", + "durability": null, + "name": "Fiyr remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3404" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5264", + "durability": null, + "name": "Fiyr remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3405" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this potion.", + "grand_exchange_price": "137", + "durability": null, + "name": "Ash potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3406" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137", + "durability": null, + "name": "Ash potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3407" + }, + { + "examine": "4 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (4)", + "archery_ticket_price": "0", + "id": "3408" + }, + { + "examine": "3 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (3)", + "archery_ticket_price": "0", + "id": "3410" + }, + { + "examine": "2 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (2)", + "archery_ticket_price": "0", + "id": "3412" + }, + { + "examine": "1 dose serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (1)", + "archery_ticket_price": "0", + "id": "3414" + }, + { + "shop_price": "208", + "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (4)", + "archery_ticket_price": "0", + "id": "3416" + }, + { + "shop_price": "208", + "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (3)", + "archery_ticket_price": "0", + "id": "3417" + }, + { + "shop_price": "208", + "examine": "2 doses permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (2)", + "archery_ticket_price": "0", + "id": "3418" + }, + { + "shop_price": "208", + "examine": "1 dose permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (1)", + "archery_ticket_price": "0", + "id": "3419" + }, + { + "shop_price": "21", + "ge_buy_limit": "10000", + "examine": "A well carved limestone brick.", + "grand_exchange_price": "178", + "durability": null, + "name": "Limestone brick", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3420" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "178", + "durability": null, + "name": "Limestone brick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3421" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "4 doses of olive oil.", + "grand_exchange_price": "678", + "durability": null, + "name": "Olive oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3422" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "678", + "durability": null, + "name": "Olive oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3423" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "3 doses of olive oil.", + "grand_exchange_price": "413", + "durability": null, + "name": "Olive oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3424" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "413", + "durability": null, + "name": "Olive oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3425" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "2 doses of olive oil.", + "grand_exchange_price": "173", + "durability": null, + "name": "Olive oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3426" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "173", + "durability": null, + "name": "Olive oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3427" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "1 dose of olive oil.", + "grand_exchange_price": "110", + "durability": null, + "name": "Olive oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3428" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "110", + "durability": null, + "name": "Olive oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3429" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "3587", + "durability": null, + "name": "Sacred oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3430" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3587", + "durability": null, + "name": "Sacred oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3431" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "2596", + "durability": null, + "name": "Sacred oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3432" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2596", + "durability": null, + "name": "Sacred oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3433" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "1713", + "durability": null, + "name": "Sacred oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3434" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1713", + "durability": null, + "name": "Sacred oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3435" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "1846", + "durability": null, + "name": "Sacred oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3436" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1846", + "durability": null, + "name": "Sacred oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3437" + }, + { + "ge_buy_limit": "25000", + "examine": "Funeral logs used for burning loars.", + "grand_exchange_price": "853", + "durability": null, + "name": "Pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3438" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "853", + "durability": null, + "name": "Pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3439" + }, + { + "ge_buy_limit": "1000", + "examine": "Oak logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "1122", + "durability": null, + "name": "Oak pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3440" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1122", + "durability": null, + "name": "Oak pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3441" + }, + { + "ge_buy_limit": "1000", + "examine": "Willow logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "1164", + "durability": null, + "name": "Willow pyre logs", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3442" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1164", + "durability": null, + "name": "Willow pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3443" + }, + { + "ge_buy_limit": "1000", + "examine": "Maple logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "3313", + "durability": null, + "name": "Maple pyre logs", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3444" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3313", + "durability": null, + "name": "Maple pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3445" + }, + { + "ge_buy_limit": "1000", + "examine": "Yew logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "4424", + "durability": null, + "name": "Yew pyre logs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3446" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4424", + "durability": null, + "name": "Yew pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3447" + }, + { + "ge_buy_limit": "1000", + "examine": "Magic logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "5611", + "durability": null, + "name": "Magic pyre logs", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3448" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5611", + "durability": null, + "name": "Magic pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3449" + }, + { + "examine": "A bronze key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key red", + "archery_ticket_price": "0", + "id": "3450" + }, + { + "examine": "A bronze key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key brown", + "archery_ticket_price": "0", + "id": "3451" + }, + { + "examine": "A bronze key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key crimson", + "archery_ticket_price": "0", + "id": "3452" + }, + { + "examine": "A bronze key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key black", + "archery_ticket_price": "0", + "id": "3453" + }, + { + "examine": "A bronze key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key purple", + "archery_ticket_price": "0", + "id": "3454" + }, + { + "examine": "A steel key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key red", + "archery_ticket_price": "0", + "id": "3455" + }, + { + "examine": "A steel key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key brown", + "archery_ticket_price": "0", + "id": "3456" + }, + { + "examine": "A steel key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key crimson", + "archery_ticket_price": "0", + "id": "3457" + }, + { + "examine": "A steel key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key black", + "archery_ticket_price": "0", + "id": "3458" + }, + { + "examine": "A steel key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key purple", + "archery_ticket_price": "0", + "id": "3459" + }, + { + "examine": "A black key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key red", + "archery_ticket_price": "0", + "id": "3460" + }, + { + "examine": "A black key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key brown", + "archery_ticket_price": "0", + "id": "3461" + }, + { + "examine": "A black key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key crimson", + "archery_ticket_price": "0", + "id": "3462" + }, + { + "examine": "A black key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key black", + "archery_ticket_price": "0", + "id": "3463" + }, + { + "examine": "A black key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key purple", + "archery_ticket_price": "0", + "id": "3464" + }, + { + "examine": "A silver key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key red", + "archery_ticket_price": "0", + "id": "3465" + }, + { + "examine": "A silver key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key brown", + "archery_ticket_price": "0", + "id": "3466" + }, + { + "examine": "A silver key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key crimson", + "archery_ticket_price": "0", + "id": "3467" + }, + { + "examine": "A silver key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key black", + "archery_ticket_price": "0", + "id": "3468" + }, + { + "examine": "A silver key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key purple", + "archery_ticket_price": "0", + "id": "3469" + }, + { + "ge_buy_limit": "1000", + "examine": "Amazingly untouched by time.", + "grand_exchange_price": "956", + "durability": null, + "name": "Fine cloth", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3470" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "956", + "durability": null, + "name": "Fine cloth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3471" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black plateskirt with trim.", + "grand_exchange_price": "3077", + "durability": null, + "name": "Black plateskirt (t)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "3472", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black plateskirt with gold trim.", + "grand_exchange_price": "10600", + "durability": null, + "name": "Black plateskirt (g)", + "tradeable": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "3473", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant plateskirt with trim.", + "durability": null, + "weight": "9", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "4403", + "name": "Adam plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3474", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant plateskirt with gold trim.", + "durability": null, + "weight": "9", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "11000", + "name": "Adam plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3475", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt with gold trim.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "42500", + "name": "Rune plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3476", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "81280", + "ge_buy_limit": "2", + "examine": "Rune plateskirt with trim.", + "durability": null, + "weight": "8", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38300", + "name": "Rune plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3477", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Zamorak.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "42000", + "name": "Zamorak plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3478", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Saradomin.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "44000", + "name": "Saradomin plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3479", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Guthix.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "39100", + "name": "Guthix plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3480", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with complete gold trim & plating.", + "durability": null, + "weight": "10", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "2500000", + "name": "Gilded platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3481", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2500000", + "durability": null, + "name": "Gilded platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3482" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs with gold plate.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2200000", + "name": "Gilded platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3483", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2200000", + "durability": null, + "name": "Gilded platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3484" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt with gold plate.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "162300", + "name": "Gilded plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3485", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune full helmet with gold plate.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "477200", + "name": "Gilded full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3486", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "477200", + "durability": null, + "name": "Gilded full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3487" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield with gold plate.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "515400", + "name": "Gilded kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3488", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "515400", + "durability": null, + "name": "Gilded kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3489" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3490" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3491" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3492" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3493" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3494" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3495" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3496" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3497" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3498" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3499" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3500" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3501" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3502" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3503" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3504" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3505" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3506" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3507" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3508" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3509" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3510" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3511" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3512" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3513" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3514" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3515" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3516" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3517" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3518" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3519" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3520" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3521" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3522" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3523" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3524" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3525" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3526" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3527" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3528" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3529" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3530" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3531" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3532" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3533" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3534" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3535" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3536" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3537" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3538" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3539" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3540" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3541" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3542" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3543" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3544" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3545" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3546" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3547" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3548" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3549" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3550" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3551" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3552" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3553" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3554" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3555" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3556" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3557" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3558" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3559" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3560" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3561" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3562" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3563" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3564" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3565" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3566" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3567" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3568" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3569" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3570" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3571" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3572" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3573" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3574" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3575" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3576" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3577" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3578" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3579" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3580" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3581" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3582" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3583" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3584" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3585" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3586" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3587" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3588" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3589" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3590" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3591" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3592" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3593" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3594" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3595" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3596" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3597" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3598" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3599" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3600" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3601" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3602" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3603" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3604" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3605" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3607" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3609" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3610" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3611" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3612" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3613" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3614" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3615" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3616" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3617" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3618" + }, + { + "durability": null, + "name": "Black plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3668" + }, + { + "durability": null, + "name": "Black plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3669" + }, + { + "durability": null, + "name": "Adam plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3670" + }, + { + "durability": null, + "name": "Adam plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3671" + }, + { + "durability": null, + "name": "Rune plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3672" + }, + { + "durability": null, + "name": "Rune plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3673" + }, + { + "durability": null, + "name": "Zamorak plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3674" + }, + { + "durability": null, + "name": "Saradomin plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3675" + }, + { + "durability": null, + "name": "Guthix plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3676" + }, + { + "durability": null, + "name": "Gilded plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3677" + }, + { + "shop_price": "13000", + "examine": "An exquisitely shaped tool specially designed for fixing temples.", + "durability": null, + "name": "Flamtaer hammer", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3678" + }, + { + "examine": "A sealed letter of recommendation.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3685" + }, + { + "examine": "It's almost a musical instrument.", + "durability": null, + "name": "Unstrung lyre", + "weight": "1", + "archery_ticket_price": "0", + "id": "3688", + "equipment_slot": "3" + }, + { + "examine": "A musical intrument that I can magically play.", + "durability": null, + "name": "Lyre", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3689", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3690", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(1)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3691", + "equipment_slot": "3" + }, + { + "examine": "I can use this to make a lyre.", + "durability": null, + "name": "Branch", + "weight": "1", + "archery_ticket_price": "0", + "id": "3692" + }, + { + "shop_price": "1000", + "examine": "I can spin this into golden wool.", + "durability": null, + "name": "Golden fleece", + "weight": "1", + "archery_ticket_price": "0", + "id": "3693" + }, + { + "examine": "I can use this to make a lyre.", + "durability": null, + "name": "Golden wool", + "weight": "1", + "archery_ticket_price": "0", + "id": "3694" + }, + { + "turn90cw_anim": "6662", + "examine": "The lowest maintenance pet you will ever have.", + "walk_anim": "6658", + "durability": null, + "weight": "1", + "turn90ccw_anim": "6663", + "two_handed": "true", + "turn180_anim": "6659", + "render_anim": "792", + "equipment_slot": "3", + "stand_anim": "6657", + "name": "Pet rock", + "run_anim": "6660", + "archery_ticket_price": "0", + "id": "3695", + "stand_turn_anim": "6661" + }, + { + "examine": "Talisman to bind the Draugen.", + "durability": null, + "name": "Hunters' talisman", + "archery_ticket_price": "0", + "id": "3696" + }, + { + "examine": "Talisman to bind the Draugen.", + "durability": null, + "name": "Hunters' talisman", + "archery_ticket_price": "0", + "id": "3697" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some flowers from a distant land.", + "durability": null, + "name": "Exotic flower", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3698" + }, + { + "examine": "A hauntingly beautiful love ballad.", + "durability": null, + "name": "Fremennik ballad", + "archery_ticket_price": "0", + "id": "3699" + }, + { + "examine": "A pair of sturdy made custom boots.", + "durability": null, + "name": "Sturdy boots", + "archery_ticket_price": "0", + "id": "3700" + }, + { + "examine": "Could probably be a bit clearer?", + "durability": null, + "name": "Tracking map", + "archery_ticket_price": "0", + "id": "3701" + }, + { + "examine": "A finely crafted string for a custom bow", + "durability": null, + "name": "Custom bow string", + "archery_ticket_price": "0", + "id": "3702" + }, + { + "examine": "An extremely odd, non-edible fish.", + "durability": null, + "name": "Unusual fish", + "archery_ticket_price": "0", + "id": "3703" + }, + { + "examine": "Map showing the best fishing spots out at sea.", + "durability": null, + "name": "Sea fishing map", + "archery_ticket_price": "0", + "id": "3704" + }, + { + "examine": "An estimate of expected local weather conditions.", + "durability": null, + "name": "Weather forecast", + "archery_ticket_price": "0", + "id": "3705" + }, + { + "examine": "Shows the wearer is worthy of the Champions table.", + "durability": null, + "name": "Champions token", + "archery_ticket_price": "0", + "id": "3706" + }, + { + "examine": "Probably the greatest cocktail in the world.", + "durability": null, + "name": "Legendary cocktail", + "archery_ticket_price": "0", + "id": "3707" + }, + { + "examine": "A signed statement promising a reduction on sales tax.", + "durability": null, + "name": "Fiscal statement", + "archery_ticket_price": "0", + "id": "3708" + }, + { + "shop_price": "5000", + "examine": "A legally binding contract promising not to enter the longhall.", + "durability": null, + "name": "Promissory note", + "archery_ticket_price": "0", + "id": "3709" + }, + { + "examine": "This employment contract is for a warrior to act as a bodyguard.", + "durability": null, + "name": "Warriors' contract", + "archery_ticket_price": "0", + "id": "3710" + }, + { + "shop_price": "325", + "examine": "A lot of beer in a barrel.", + "grand_exchange_price": "1555", + "durability": null, + "name": "Keg of beer", + "tradeable": "true", + "weight": "20", + "archery_ticket_price": "0", + "id": "3711" + }, + { + "examine": "Suspiciously close to beer, but without the side effects.", + "durability": null, + "name": "Low alcohol keg", + "weight": "20", + "archery_ticket_price": "0", + "id": "3712" + }, + { + "examine": "It's some kind of weird little parcel thing.", + "durability": null, + "name": "Strange object", + "archery_ticket_price": "0", + "id": "3713" + }, + { + "examine": "It's some kind of weird little parcel thing.", + "durability": null, + "name": "Lit strange object", + "archery_ticket_price": "0", + "id": "3714" + }, + { + "examine": "A red coloured disk, apparently made out of wood.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3715" + }, + { + "examine": "A red coloured disk, apparently made out of wood.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3716" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "archery_ticket_price": "0", + "id": "3718" + }, + { + "examine": "Some blue thread.", + "durability": null, + "name": "Thread", + "archery_ticket_price": "0", + "id": "3719" + }, + { + "examine": "A small pick for cracking small objects.", + "durability": null, + "name": "Pick", + "archery_ticket_price": "0", + "id": "3720" + }, + { + "examine": "Might be fun to play with in the bath.", + "durability": null, + "name": "Ship toy", + "archery_ticket_price": "0", + "id": "3721" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It's a bucket of salty water.", + "durability": null, + "name": "Full bucket", + "archery_ticket_price": "0", + "id": "3722" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is eighty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "4/5ths full bucket", + "archery_ticket_price": "0", + "id": "3723" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is sixty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "3/5ths full bucket", + "archery_ticket_price": "0", + "id": "3724" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is forty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "2/5ths full bucket", + "archery_ticket_price": "0", + "id": "3725" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is twenty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "1/5ths full bucket", + "archery_ticket_price": "0", + "id": "3726" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Empty bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3727" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket of water is frozen solid.", + "durability": null, + "name": "Frozen bucket", + "archery_ticket_price": "0", + "id": "3728" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug is completely full. It has a 3 painted on its side.", + "durability": null, + "name": "Full jug", + "archery_ticket_price": "0", + "id": "3729" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug is two thirds full. It has a 3 painted on its side.", + "durability": null, + "name": "2/3rds full jug", + "archery_ticket_price": "0", + "id": "3730" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug is one third full. It has a 3 painted on its side.", + "durability": null, + "name": "1/3rds full jug", + "archery_ticket_price": "0", + "id": "3731" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "1", + "examine": "This jug is empty.", + "grand_exchange_price": "164", + "durability": null, + "name": "Empty jug", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "3732" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug of water is frozen solid.", + "durability": null, + "name": "Frozen jug", + "archery_ticket_price": "0", + "id": "3733" + }, + { + "examine": "An unusually shaped vase. You can see something glinting inside.", + "durability": null, + "name": "Vase", + "archery_ticket_price": "0", + "id": "3734" + }, + { + "examine": "An unusually shaped vase full of water. You can see something glinting inside.", + "durability": null, + "name": "Vase of water", + "archery_ticket_price": "0", + "id": "3735" + }, + { + "examine": "An unusually shaped vase full of ice. You can see something glinting inside.", + "durability": null, + "name": "Frozen vase", + "archery_ticket_price": "0", + "id": "3736" + }, + { + "examine": "This looks like a lid to some kind of container.", + "durability": null, + "name": "Vase lid", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3737" + }, + { + "examine": "The lid is screwed on tightly. ", + "durability": null, + "name": "Sealed vase", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3738" + }, + { + "examine": "The lid is screwed on tightly. It is full of water.", + "durability": null, + "name": "Sealed vase", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3739" + }, + { + "examine": "The lid is screwed on tightly. It is very cold. ", + "durability": null, + "name": "Sealed vase", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3740" + }, + { + "examine": "A small, cold key.", + "durability": null, + "name": "Frozen key", + "archery_ticket_price": "0", + "id": "3741" + }, + { + "examine": "The colouring on it seems to be some kind of sticky goop.", + "durability": null, + "name": "Red herring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3742" + }, + { + "examine": "A red coloured disk, apparently made out of wood.", + "durability": null, + "name": "Red disk", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3743" + }, + { + "examine": "A simple looking disk made of wood.", + "durability": null, + "name": "Wooden disk", + "archery_ticket_price": "0", + "id": "3744" + }, + { + "shop_price": "27", + "examine": "The key to leave the Seer's house.", + "durability": null, + "name": "Seer's key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3745" + }, + { + "examine": "Yup, it's sticky, it's red and it's goop.", + "durability": null, + "name": "Sticky red goop", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "3746" + }, + { + "durability": null, + "name": "Sticky red goop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3747", + "alchemizable": "true" + }, + { + "remove_head": "true", + "examine": "A sturdy helm worn only by Fremennik clan members.", + "durability": null, + "name": "Fremennik helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "3748", + "absorb": "1,0,2", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", + "alchemizable": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helmet is worn by archers.", + "durability": null, + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48900", + "name": "Archer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3749", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Archer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3750" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helmet is worn by berserkers.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "60900", + "name": "Berserker helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3751", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Berserker helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3752" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helm is worn by warriors.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "50700", + "name": "Warrior helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3753", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "50700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Warrior helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3754" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helm is worn by farseers.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "47900", + "name": "Farseer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3755", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "47900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Farseer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3756" + }, + { + "examine": "A sword used only by Fremennik warriors.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "alchemizable": "true", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Fremennik blade", + "archery_ticket_price": "0", + "id": "3757", + "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0" + }, + { + "examine": "A shield worn by Fremennik warriors.", + "durability": null, + "name": "Fremennik shield", + "destroy": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "3758", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", + "alchemizable": "true", + "equipment_slot": "5" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "697", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3759", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "697", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3760" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "54", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3761", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "54", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3762" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "581", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3763", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "581", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3764" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "912", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3765", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "912", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3766" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "100", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3767", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "100", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3768" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "486", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3769", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "486", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3770" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "242", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3771", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "242", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3772" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "500", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3773", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "500", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3774" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "450", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3775", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "450", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3776" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "674", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3777", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "674", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3778" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "809", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3779", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "809", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3780" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "632", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3781", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "632", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3782" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "517", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3783", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "517", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3784" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "398", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3785", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "398", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3786" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "283", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3787", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "283", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3788" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "966", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3789", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "966", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3790" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "205", + "durability": null, + "name": "Fremennik boots", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3791", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "205", + "durability": null, + "name": "Fremennik boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3792" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "The latest fashion of Rellekka.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1191", + "name": "Fremennik robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3793", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "durability": null, + "name": "Fremennik robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3794" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "The latest fashion of Rellekka.", + "grand_exchange_price": "663", + "durability": null, + "name": "Fremennik skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "3795", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "663", + "durability": null, + "name": "Fremennik skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3796" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "grand_exchange_price": "2380", + "durability": null, + "name": "Fremennik hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3797", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2380", + "durability": null, + "name": "Fremennik hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3798" + }, + { + "ge_buy_limit": "10", + "shop_price": "650", + "examine": "These will keep my hands warm!", + "grand_exchange_price": "172", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "3799", + "bonuses": "0,0,0,0,0,0,1,2,0,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "172", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3800" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "A lot of beer in a barrel. Beer in a barrel - a specialty of the Fremennik Province.", + "grand_exchange_price": "1817", + "durability": null, + "name": "Keg of beer", + "tradeable": "true", + "weight": "20", + "archery_ticket_price": "0", + "id": "3801" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1817", + "durability": null, + "name": "Keg of beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3802" + }, + { + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "393", + "durability": null, + "name": "Beer", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3803" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "393", + "durability": null, + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3804" + }, + { + "shop_price": "26", + "examine": "A big cup for a big thirst.", + "durability": null, + "name": "Tankard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3805" + }, + { + "durability": null, + "name": "Tankard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3806" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Saradomin page 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3827" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "686000", + "durability": null, + "name": "Saradomin page 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3828" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "522800", + "durability": null, + "name": "Saradomin page 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3829" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "629500", + "durability": null, + "name": "Saradomin page 4", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3830" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "7100000", + "durability": null, + "name": "Zamorak page 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3831" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "5400000", + "durability": null, + "name": "Zamorak page 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3832" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "4700000", + "durability": null, + "name": "Zamorak page 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3833" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "5900000", + "durability": null, + "name": "Zamorak page 4", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3834" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Guthix page 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3835" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "997100", + "durability": null, + "name": "Guthix page 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3836" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "953100", + "durability": null, + "name": "Guthix page 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3837" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Guthix page 4", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3838" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Saradomin.", + "durability": null, + "name": "Damaged book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3839", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "shop_price": "5000", + "examine": "The Holy book of Saradomin.", + "durability": null, + "name": "Holy book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3840", + "bonuses": "0,0,0,0,0,8,8,8,8,8,8,0,5,0,0", + "equipment_slot": "5" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Zamorak.", + "durability": null, + "name": "Damaged book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3841", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "examine": "The unholy book of Zamorak.", + "durability": null, + "name": "Unholy book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3842", + "bonuses": "8,8,8,8,8,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Guthix.", + "durability": null, + "name": "Damaged book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3843", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "examine": "The holy book of Guthix.", + "durability": null, + "name": "Book of balance", + "weight": "1", + "archery_ticket_price": "0", + "id": "3844", + "bonuses": "4,4,4,4,4,4,4,4,4,4,4,0,5,0,0", + "equipment_slot": "5" + }, + { + "examine": "Looks like some kind of manual.", + "durability": null, + "name": "Manual", + "tradeable": "false", + "destroy": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3847" + }, + { + "examine": "A key to the front door of the lighthouse. (Horror from the Deep)", + "durability": null, + "name": "Lighthouse key", + "archery_ticket_price": "0", + "id": "3848" + }, + { + "examine": "Looks old and rusty...", + "durability": null, + "name": "Rusty casket", + "tradeable": "false", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3849" + }, + { + "durability": null, + "name": "Unholy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3852" + }, + { + "shop_price": "490", + "ge_buy_limit": "10000", + "examine": "An enchanted necklace.", + "grand_exchange_price": "852", + "durability": null, + "name": "Games necklace(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3853", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "852", + "durability": null, + "name": "Games necklace(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3854" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3855", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3856" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3857", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3858" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3859", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3860" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3861", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3862" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3863", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3864" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3865", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3866" + }, + { + "shop_price": "490", + "ge_buy_limit": "10000", + "examine": "An enchanted necklace.", + "grand_exchange_price": "2093", + "durability": null, + "name": "Games necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3867", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2093", + "durability": null, + "name": "Games necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3868" + }, + { + "durability": null, + "name": "Stool", + "archery_ticket_price": "0", + "id": "3893", + "equipment_slot": "3" + }, + { + "examine": "It's not very good.", + "durability": null, + "name": "Awful anthem", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3894" + }, + { + "examine": "Much better.", + "durability": null, + "name": "Good anthem", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3895" + }, + { + "examine": "Just needs the King's signature.", + "durability": null, + "name": "Treaty", + "archery_ticket_price": "0", + "id": "3896" + }, + { + "examine": "For making a giant pen.", + "durability": null, + "name": "Giant nib", + "archery_ticket_price": "0", + "id": "3897" + }, + { + "examine": "The king should be able to use this.", + "durability": null, + "name": "Giant pen", + "archery_ticket_price": "0", + "id": "3898" + }, + { + "shop_price": "15", + "examine": "Not as good as a pet frog.", + "durability": null, + "name": "Iron sickle", + "weight": "1.6", + "archery_ticket_price": "0", + "id": "3899", + "weapon_interface": "6", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0", + "equipment_slot": "3" + }, + { + "examine": "Managing Thine Kingdom for Noobes by A. Ghrim.", + "durability": null, + "name": "Ghrim's book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3901" + }, + { + "examine": "A pile of gout tubers suitable for use in mountainous terrain.", + "durability": null, + "name": "Hardy gout tuber", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4001" + }, + { + "examine": "It looks like some kind of control panel.", + "durability": null, + "name": "Spare controls", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4002" + }, + { + "examine": "It's the official Gnome Royal Seal, signed by King Narode Shareen.", + "durability": null, + "name": "Gnome royal seal", + "archery_ticket_price": "0", + "id": "4004" + }, + { + "shop_price": "160", + "examine": "Unreadable orders handwritten by King Narnode Shareen.", + "durability": null, + "name": "Narnode's orders", + "archery_ticket_price": "0", + "id": "4005" + }, + { + "shop_price": "10", + "examine": "Magical monkey talking dentures! What more can we say? Ook!", + "durability": null, + "name": "Monkey dentures", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4006" + }, + { + "examine": "A gold bar with a talkative monkey spirit.", + "durability": null, + "name": "Enchanted bar", + "weight": "2", + "archery_ticket_price": "0", + "id": "4007" + }, + { + "shop_price": "3", + "examine": "It's... the eye of a gnome! Now what on earth could one do with this?", + "durability": null, + "name": "Eye of gnome", + "weight": "1", + "archery_ticket_price": "0", + "id": "4008" + }, + { + "shop_price": "3", + "examine": "It's... the eye of a gnome! Now what on earth could one do with this?", + "durability": null, + "name": "Eye of gnome", + "weight": "1", + "archery_ticket_price": "0", + "id": "4009" + }, + { + "shop_price": "3", + "examine": "They are Monkey Nuts. Yummy.", + "durability": null, + "name": "Monkey nuts", + "archery_ticket_price": "0", + "id": "4012" + }, + { + "shop_price": "50", + "examine": "It's a monkey bar. It looks highly nutritious.", + "durability": null, + "name": "Monkey bar", + "archery_ticket_price": "0", + "id": "4014" + }, + { + "shop_price": "300", + "examine": "It's a bowl full of mushy banana", + "durability": null, + "name": "Banana stew", + "archery_ticket_price": "0", + "id": "4016" + }, + { + "examine": "It's an amulet mould shaped like a monkey head.", + "durability": null, + "name": "M'amulet mould", + "weight": "1", + "archery_ticket_price": "0", + "id": "4020" + }, + { + "examine": "It's an Amulet of Monkey Speak. It makes vague chattering noises.", + "durability": null, + "name": "M'speak amulet", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4021", + "equipment_slot": "2" + }, + { + "examine": "It's an unstrung Amulet of Monkey Speak. It makes vague chattering noises.", + "durability": null, + "name": "M'speak amulet", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4022" + }, + { + "shop_price": "1000", + "examine": "A magic talisman in shape of a monkey head.", + "durability": null, + "name": "Monkey talisman", + "weight": "1.25", + "archery_ticket_price": "0", + "id": "4023" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4024", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4025", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4026", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4027", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4028", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4029", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4030", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4031", + "equipment_slot": "3" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Dummy", + "archery_ticket_price": "0", + "id": "4032" + }, + { + "examine": "It's a very ancient skull from some kind of ape.", + "durability": null, + "name": "Monkey skull", + "archery_ticket_price": "0", + "id": "4034" + }, + { + "examine": "It is the official sigil of the 10th squad of the Royal Guard.", + "durability": null, + "name": "10th squad sigil", + "archery_ticket_price": "0", + "id": "4035", + "equipment_slot": "2" + }, + { + "turn90cw_anim": "1424", + "examine": "The Holy Team Standard", + "walk_anim": "1422", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Saradomin banner", + "tradeable": "false", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "4037", + "stand_turn_anim": "1426" + }, + { + "durability": null, + "name": "Saradomin banner", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4038" + }, + { + "turn90cw_anim": "1424", + "examine": "The Zamorak team's flag.", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Zamorak banner", + "tradeable": "false", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "4039", + "stand_turn_anim": "1426" + }, + { + "durability": null, + "name": "Zamorak banner", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4040" + }, + { + "examine": "The colours of Saradomin/Zamorak.", + "durability": null, + "name": "Hooded cloak", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4041", + "equipment_slot": "1" + }, + { + "examine": "The colours of Saradomin/Zamorak.", + "durability": null, + "name": "Hooded cloak", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4042", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Rock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4044" + }, + { + "examine": "I could use this to destroy things...", + "durability": null, + "name": "Explosive potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4045" + }, + { + "durability": null, + "name": "Explosive potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4046" + }, + { + "examine": "A coil of rope.", + "durability": null, + "name": "Climbing rope", + "archery_ticket_price": "0", + "id": "4047" + }, + { + "durability": null, + "name": "Climbing rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4048" + }, + { + "examine": "A box of bandages for healing.", + "durability": null, + "name": "Bandages", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4049" + }, + { + "durability": null, + "name": "Bandages", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4050" + }, + { + "examine": "Good for repairing a broken cannon.", + "durability": null, + "name": "Toolkit", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4051" + }, + { + "durability": null, + "name": "Toolkit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4052" + }, + { + "examine": "Handy for hindering the enemy team's movement.", + "durability": null, + "name": "Barricade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4053" + }, + { + "durability": null, + "name": "Barricade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4054" + }, + { + "shop_price": "5", + "examine": "It's a manual for Castle Wars", + "durability": null, + "name": "Castlewars manual", + "weight": "1", + "archery_ticket_price": "0", + "id": "4055" + }, + { + "examine": "I can exchange these for further items.", + "durability": null, + "name": "Castle wars ticket", + "archery_ticket_price": "0", + "id": "4067" + }, + { + "requirements": "{0,5}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "1", + "castle_wars_ticket_price": "5", + "equipment_slot": "3", + "stand_anim": "808", + "name": "Decorative sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4068", + "stand_turn_anim": "823", + "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0" + }, + { + "remove_sleeves": "true", + "requirements": "{1,5}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4069", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "castle_wars_ticket_price": "8", + "equipment_slot": "4" + }, + { + "requirements": "{1,5}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4070", + "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0", + "castle_wars_ticket_price": "6", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "name": "Decorative helm", + "weight": "1", + "archery_ticket_price": "0", + "id": "4071", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0", + "castle_wars_ticket_price": "4", + "equipment_slot": "0" + }, + { + "requirements": "{1,5}", + "shop_price": "60", + "examine": "A very decorative shield.", + "durability": null, + "name": "Decorative shield", + "archery_ticket_price": "0", + "id": "4072", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", + "castle_wars_ticket_price": "6", + "equipment_slot": "5" + }, + { + "examine": "Not so useful for lighting a fire.", + "durability": null, + "name": "Damp tinderbox", + "archery_ticket_price": "0", + "id": "4073" + }, + { + "durability": null, + "name": "Damp tinderbox", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4074" + }, + { + "examine": "A bizarre fungus. It glows with a pale blue light.", + "durability": null, + "name": "Glowing fungus", + "archery_ticket_price": "0", + "id": "4075" + }, + { + "examine": "A key I found in the lower levels of the Morytanian mines. (Haunted Mine) / As the 'Innocent-looking key': A shiny key sitting quietly on a crate.", + "durability": null, + "name": "Crystal-mine key", + "archery_ticket_price": "0", + "id": "4077" + }, + { + "examine": "I stole this from a Saradominist I met South of Mort'ton.", + "durability": null, + "name": "Zealot's key", + "archery_ticket_price": "0", + "id": "4078" + }, + { + "examine": "A gift from Santa.", + "durability": null, + "name": "Yo-yo", + "archery_ticket_price": "0", + "id": "4079" + }, + { + "examine": "Increases the wearer's strength and accuracy by 15% when fighting the undead.", + "durability": null, + "name": "Salve amulet", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "4081", + "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "An unstrung crystal imbued with the power of Saradomin.", + "durability": null, + "name": "Salve shard", + "archery_ticket_price": "0", + "id": "4082" + }, + { + "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.", + "durability": null, + "name": "Sled", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4083", + "equipment_slot": "3" + }, + { + "turn90cw_anim": "1468", + "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.", + "walk_anim": "1468", + "durability": null, + "turn90ccw_anim": "1468", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "1468", + "render_anim": "1119", + "equipment_slot": "3", + "stand_anim": "1461", + "name": "Sled", + "run_anim": "1468", + "archery_ticket_price": "0", + "id": "4084", + "stand_turn_anim": "1468" + }, + { + "examine": "I can use this to wax my sled.", + "durability": null, + "name": "Wax", + "archery_ticket_price": "0", + "id": "4085", + "equipment_slot": "5" + }, + { + "examine": "These pale flowers have a pungent odour.", + "durability": null, + "name": "Trollweiss", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "4086", + "weapon_interface": "12", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", + "equipment_slot": "3" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "Looks pretty heavy.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "3,0,6", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "190500", + "name": "Dragon platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4087", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "190500", + "durability": null, + "name": "Dragon platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4088" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "13700", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "4089", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13700", + "durability": null, + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4090" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "72100", + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4091", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "72100", + "durability": null, + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4092" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "47700", + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4093", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "47700", + "durability": null, + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4094" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical gloves.", + "durability": null, + "weight": "0.4", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "5913", + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4095", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5913", + "durability": null, + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4096" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "weight": "0.4", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "6303", + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4097", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6303", + "durability": null, + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4098" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Black: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "16700", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "4099", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16700", + "durability": null, + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4100" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "75100", + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4101", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "75100", + "durability": null, + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4102" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "50700", + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4103", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "50700", + "durability": null, + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4104" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Dark magical gloves.", + "durability": null, + "weight": "0.4", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "8913", + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4105", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8913", + "durability": null, + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4106" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "weight": "0.4", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "9303", + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4107", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9303", + "durability": null, + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4108" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "White: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "16700", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "4109", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16700", + "durability": null, + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4110" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "75100", + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4111", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "75100", + "durability": null, + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4112" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "50700", + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4113", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "50700", + "durability": null, + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4114" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Bright magical gloves.", + "durability": null, + "weight": "0.4", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "8913", + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4115", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8913", + "durability": null, + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4116" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "weight": "0.4", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "9303", + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4117", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9303", + "durability": null, + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4118" + }, + { + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "grand_exchange_price": "359", + "durability": null, + "name": "Bronze boots", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4119", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "359", + "durability": null, + "name": "Bronze boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4120" + }, + { + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "grand_exchange_price": "17000", + "durability": null, + "name": "Iron boots", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4121", + "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17000", + "durability": null, + "name": "Iron boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4122" + }, + { + "requirements": "{1,5}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "258", + "name": "Steel boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4123", + "bonuses": "0,0,0,-3,-1,5,6,7,0,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "258", + "durability": null, + "name": "Steel boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4124" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "317", + "name": "Black boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4125", + "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "317", + "durability": null, + "name": "Black boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4126" + }, + { + "requirements": "{1,20}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "580", + "name": "Mithril boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4127", + "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "580", + "durability": null, + "name": "Mithril boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4128" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "1336", + "name": "Adamant boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4129", + "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1336", + "durability": null, + "name": "Adamant boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4130" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "7474", + "name": "Rune boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4131", + "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7474", + "durability": null, + "name": "Rune boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4132" + }, + { + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4133" + }, + { + "examine": "A spiky crawling critter. (level 23) Not very tasty-looking. (level 138)", + "durability": null, + "name": "Cave crawler", + "archery_ticket_price": "0", + "attack_speed": "3", + "id": "4134" + }, + { + "examine": "A tortured screaming soul.", + "durability": null, + "name": "Banshee", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4135" + }, + { + "examine": "The slime of evil.", + "durability": null, + "name": "Rockslug", + "archery_ticket_price": "0", + "id": "4136" + }, + { + "examine": "The winged reptile.", + "durability": null, + "name": "Cockatrice", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4137" + }, + { + "examine": "A small fire demon.", + "durability": null, + "name": "Pyrefiend", + "archery_ticket_price": "0", + "id": "4138" + }, + { + "examine": "The eyes of evil.", + "durability": null, + "name": "Basilisk", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4139" + }, + { + "examine": "An evil magic user.", + "durability": null, + "name": "Infernal mage", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4140" + }, + { + "examine": "The tongue of evil.", + "durability": null, + "name": "Bloodveld", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4141" + }, + { + "examine": "• Needs cream.....• Wibbly.• Wobbly...• There's always room for jelly.• Doesn't look so tough...• Looks scared to see me.", + "durability": null, + "name": "Jelly", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4142" + }, + { + "durability": null, + "name": "Turoth", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4143" + }, + { + "examine": "A very smelly ghost.", + "durability": null, + "name": "Abberant spectre", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4144" + }, + { + "examine": "The vacuumed face of evil.", + "durability": null, + "name": "Dust devil", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4145" + }, + { + "durability": null, + "name": "Kurask", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4146" + }, + { + "examine": "Flies like a rock.", + "durability": null, + "name": "Gargoyle", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4147" + }, + { + "durability": null, + "name": "Nechryael", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4148" + }, + { + "examine": "A denizen of the Abyss!", + "durability": null, + "name": "Abyssal demon", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4149" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4150", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,28,0,0" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A weapon from the Abyss.", + "walk_anim": "1660", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "1659", + "equipment_slot": "3", + "attack_anims": "1658,1658,1658,1658", + "grand_exchange_price": "413500", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1661", + "archery_ticket_price": "0", + "id": "4151", + "stand_turn_anim": "823", + "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "0.45", + "weapon_interface": "11", + "equip_audio": "2249", + "render_anim": "620", + "lendable": "true", + "attack_audios": "2720,0,0,0", + "name": "Abyssal whip" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "413500", + "durability": null, + "name": "Abyssal whip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4152" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1663", + "examine": "Simplicity is the best weapon.", + "walk_anim": "1663", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "1663", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1663", + "defence_anim": "1666", + "equipment_slot": "3", + "attack_anims": "1665,1665,1665,1665", + "grand_exchange_price": "29900", + "stand_anim": "1662", + "tradeable": "true", + "run_anim": "1664", + "archery_ticket_price": "0", + "id": "4153", + "stand_turn_anim": "823", + "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0", + "requirements": "{0,50}-{2,50}", + "durability": null, + "weight": "4.5", + "weapon_interface": "10", + "render_anim": "27", + "lendable": "true", + "attack_audios": "2714,0,0,0", + "name": "Granite maul" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "29900", + "durability": null, + "name": "Granite maul", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4154" + }, + { + "shop_price": "1", + "examine": "I can contact the Slayer Masters with this.", + "durability": null, + "name": "Enchanted gem", + "archery_ticket_price": "0", + "id": "4155" + }, + { + "requirements": "{1,20}-{18,25}", + "shop_price": "5000", + "ge_buy_limit": "100", + "examine": "I can just about see things in this shield's reflection.", + "durability": null, + "weight": "2.2", + "equipment_slot": "5", + "grand_exchange_price": "3318", + "name": "Mirror shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4156", + "bonuses": "0,0,0,0,0,10,15,5,5,10,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3318", + "durability": null, + "name": "Mirror shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4157" + }, + { + "requirements": "{0,55}-{18,50}", + "shop_price": "31000", + "turn90cw_anim": "1207", + "examine": "A spear with a leaf-shaped point.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "stand_anim": "813", + "name": "Leaf-bladed spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4158", + "stand_turn_anim": "1209", + "bonuses": "47,42,36,0,0,1,1,0,0,0,0,50,0,0,0" + }, + { + "requirements": "{0,55}-{18,50}", + "shop_price": "31000", + "examine": "A spear with a leaf-shaped point.", + "durability": null, + "name": "Leaf-bladed spear", + "weight": "2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "4159", + "equip_audio": "2247", + "equipment_slot": "3" + }, + { + "requirements": "{18,55}-{4,50}", + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrow", + "archery_ticket_price": "0", + "id": "4160", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "A bag of salt.", + "grand_exchange_price": "1", + "durability": null, + "name": "Bag of salt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4161" + }, + { + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "I can even smash stone with this.", + "grand_exchange_price": "140", + "durability": null, + "name": "Rock hammer", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "4162", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "140", + "durability": null, + "name": "Rock hammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4163" + }, + { + "requirements": "{18,10}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Stops me breathing in too much dust.", + "grand_exchange_price": "615", + "durability": null, + "name": "Face mask", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4164", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "615", + "durability": null, + "name": "Face mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4165" + }, + { + "requirements": "{18,15}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "These will protect my ears from loud noise.", + "grand_exchange_price": "484", + "durability": null, + "name": "Earmuffs", + "tradeable": "true", + "weight": "2.6", + "archery_ticket_price": "0", + "id": "4166", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "484", + "durability": null, + "name": "Earmuffs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4167" + }, + { + "requirements": "{18,60}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Protects me from any bad smells.", + "grand_exchange_price": "523", + "durability": null, + "name": "Nose peg", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "4168", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "523", + "durability": null, + "name": "Nose peg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4169" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An old and magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "12100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4170", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,12,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{18,55}-{6,50}", + "shop_price": "21000", + "durability": null, + "weight": "1.8", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Slayer's staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12100", + "durability": null, + "name": "Slayer's staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4171" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4172", + "equipment_slot": "13" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4173", + "equipment_slot": "13" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4174", + "equipment_slot": "13" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4175", + "equipment_slot": "13" + }, + { + "examine": "A weapon from the Abyss.", + "rare_item": "true", + "durability": null, + "weight": "0.45", + "attack_speed": "4", + "render_anim": "620", + "lendable": "true", + "grand_exchange_price": "388392", + "name": "Abyssal whip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4178", + "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0" + }, + { + "examine": "A big, bad troll.", + "durability": null, + "name": "Stick", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "4179" + }, + { + "lendable": "true", + "examine": "Looks pretty heavy.", + "grand_exchange_price": "165900", + "durability": null, + "name": "Dragon platelegs", + "tradeable": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "4180", + "absorb": "3,0,6", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "durability": null, + "name": "Mouth grip", + "archery_ticket_price": "0", + "id": "4181", + "equipment_slot": "3" + }, + { + "examine": "A pale, tough looking herb.", + "durability": null, + "name": "Goutweed", + "archery_ticket_price": "0", + "id": "4182" + }, + { + "examine": "A six-pointed marble and obsidian amulet", + "durability": null, + "name": "Star amulet", + "archery_ticket_price": "0", + "id": "4183" + }, + { + "examine": "Upon close examination, this seems to be a key.", + "durability": null, + "name": "Cavern key", + "archery_ticket_price": "0", + "id": "4184" + }, + { + "examine": "Upon close examination, this seems to be a key.", + "durability": null, + "name": "Tower key", + "archery_ticket_price": "0", + "id": "4185" + }, + { + "examine": "Upon close examination, this seems to be a key.", + "durability": null, + "name": "Shed key", + "archery_ticket_price": "0", + "id": "4186" + }, + { + "examine": "Triangular in shape, made from marble, and as large as your hand.", + "durability": null, + "name": "Marble amulet", + "archery_ticket_price": "0", + "id": "4187" + }, + { + "examine": "Triangular in shape, made from obsidian, and as large as your hand.", + "durability": null, + "name": "Obsidian amulet", + "archery_ticket_price": "0", + "id": "4188" + }, + { + "examine": "A length of garden cane.", + "durability": null, + "name": "Garden cane", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4189" + }, + { + "examine": "A typical garden brush.", + "durability": null, + "name": "Garden brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4190" + }, + { + "examine": "A typical garden brush, with a cane tied to it.", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4191" + }, + { + "examine": "A typical garden brush, with two canes tied to it.", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4192" + }, + { + "examine": "A typical garden brush, with three canes tied to it.", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4193", + "equipment_slot": "3" + }, + { + "examine": "A pair of limp, dead arms.", + "durability": null, + "name": "Arms", + "weight": "2", + "archery_ticket_price": "0", + "id": "4195", + "alchemizable": "true" + }, + { + "examine": "A pair of lifeless, rotting legs.", + "durability": null, + "name": "Legs", + "archery_ticket_price": "0", + "id": "4196", + "alchemizable": "true" + }, + { + "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", + "durability": null, + "name": "Decapitated head", + "weight": "3", + "archery_ticket_price": "0", + "id": "4197", + "alchemizable": "true" + }, + { + "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", + "durability": null, + "name": "Decapitated head", + "weight": "3", + "archery_ticket_price": "0", + "id": "4198", + "alchemizable": "true" + }, + { + "shop_price": "50", + "examine": "A pickled brain, submerged inside a jar of vinegar.", + "durability": null, + "name": "Pickled brain", + "archery_ticket_price": "0", + "id": "4199", + "alchemizable": "true" + }, + { + "examine": "A mould for making silver lightning conductors.", + "durability": null, + "name": "Conductor mould", + "archery_ticket_price": "0", + "id": "4200" + }, + { + "examine": "A silver lightning conductor.", + "durability": null, + "name": "Conductor", + "weight": "4", + "archery_ticket_price": "0", + "id": "4201" + }, + { + "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.", + "examine": "The Ring of charos", + "durability": null, + "name": "Ring of charos", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4202", + "equipment_slot": "12" + }, + { + "examine": "This consecration seed looks grey and dead.", + "durability": null, + "name": "Consecration seed", + "archery_ticket_price": "0", + "id": "4205" + }, + { + "examine": "This consecration seed looks grey and dead.", + "durability": null, + "name": "Consecration seed", + "archery_ticket_price": "0", + "id": "4206" + }, + { + "ge_buy_limit": "10", + "examine": "This crystal seed looks grey and dead.", + "grand_exchange_price": "92600", + "durability": null, + "name": "Crystal seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4207" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "92600", + "durability": null, + "name": "Crystal seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4208" + }, + { + "examine": "A book on Cadarn clan history.", + "durability": null, + "name": "Cadarn lineage", + "archery_ticket_price": "0", + "id": "4209" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "ge_buy_limit": "10", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "905300", + "attack_audios": "1352,1352,1352,0", + "name": "New crystal bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4212", + "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "905300", + "durability": null, + "name": "New crystal bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4213" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow full", + "archery_ticket_price": "0", + "id": "4214", + "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 9/10", + "archery_ticket_price": "0", + "id": "4215", + "bonuses": "0,0,0,0,96,0,0,0,0,0,0,0,0,0,68" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 8/10", + "archery_ticket_price": "0", + "id": "4216", + "bonuses": "0,0,0,0,92,0,0,0,0,0,0,0,0,0,66" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 7/10", + "archery_ticket_price": "0", + "id": "4217", + "bonuses": "0,0,0,0,88,0,0,0,0,0,0,0,0,0,64" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 6/10", + "archery_ticket_price": "0", + "id": "4218", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,62" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 5/10", + "archery_ticket_price": "0", + "id": "4219", + "bonuses": "0,0,0,0,80,0,0,0,0,0,0,0,0,0,60" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 4/10", + "archery_ticket_price": "0", + "id": "4220", + "bonuses": "0,0,0,0,76,0,0,0,0,0,0,0,0,0,58" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 3/10", + "archery_ticket_price": "0", + "id": "4221", + "bonuses": "0,0,0,0,72,0,0,0,0,0,0,0,0,0,56" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 2/10", + "archery_ticket_price": "0", + "id": "4222", + "bonuses": "0,0,0,0,68,0,0,0,0,0,0,0,0,0,54" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 1/10", + "archery_ticket_price": "0", + "id": "4223", + "bonuses": "0,0,0,0,64,0,0,0,0,0,0,0,0,0,52" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "ge_buy_limit": "10", + "examine": "A nice sturdy crystal shield.", + "durability": null, + "weight": "2", + "absorb": "6,0,12", + "equipment_slot": "5", + "grand_exchange_price": "756900", + "name": "New crystal shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4224", + "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield full", + "weight": "2", + "archery_ticket_price": "0", + "id": "4225", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 9/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4226", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,49,52,51,0,78,68,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 8/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4227", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,47,50,49,0,76,66,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 7/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4228", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,45,48,47,0,74,65,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 6/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4229", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,43,46,45,0,72,63,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 5/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4230", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,41,44,43,0,70,61,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 4/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4231", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,39,42,41,0,68,59,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 3/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4232", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,37,40,39,0,66,58,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 2/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4233", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,35,38,37,0,64,56,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 1/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4234", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,33,36,35,0,62,54,0,0,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "New crystal shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4235" + }, + { + "requirements": "{4,5}", + "examine": "This bow has been signed by Robin, Master Bowman.", + "durability": null, + "weight": "2", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "render_anim": "2588", + "equipment_slot": "3", + "name": "Signed oak bow", + "archery_ticket_price": "0", + "id": "4236", + "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "It's a bowl of water, with some nettles in it.", + "durability": null, + "name": "Nettle-water", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4237" + }, + { + "examine": "It's a bowl of nettle tea.", + "durability": null, + "name": "Nettle tea", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4239" + }, + { + "examine": "It's a bowl of milky nettle tea.", + "durability": null, + "name": "Nettle tea", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4240" + }, + { + "examine": "A handful of nettles.", + "durability": null, + "name": "Nettles", + "archery_ticket_price": "0", + "id": "4241" + }, + { + "shop_price": "10", + "examine": "A nice cup of nettle tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4242" + }, + { + "shop_price": "10", + "examine": "A milky cup of nettle tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4243" + }, + { + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "archery_ticket_price": "0", + "id": "4244" + }, + { + "shop_price": "10", + "examine": "Some nettle tea in a porcelain cup.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4245" + }, + { + "shop_price": "10", + "examine": "Some milky nettle tea in a porcelain cup.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4246" + }, + { + "examine": "The Robes of Necrovarus.", + "durability": null, + "name": "Mystical robes", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "4247" + }, + { + "examine": "The Book of Haricanto.", + "durability": null, + "name": "Book of haricanto", + "weight": "2", + "archery_ticket_price": "0", + "id": "4248" + }, + { + "shop_price": "32", + "examine": "A translation manual.", + "durability": null, + "name": "Translation manual", + "weight": "1", + "archery_ticket_price": "0", + "id": "4249" + }, + { + "examine": "The amulet of ghostspeak glows green from the crone's enchantment.", + "durability": null, + "name": "Ghostspeak amulet", + "archery_ticket_price": "0", + "id": "4250", + "equipment_slot": "2" + }, + { + "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.", + "examine": "The Ectophial.", + "durability": null, + "name": "Ectophial", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4251" + }, + { + "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.", + "examine": "The Ectophial.", + "durability": null, + "name": "Ectophial", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4252" + }, + { + "examine": "A small wooden ship. / A small wooden ship with a silk flag.", + "durability": null, + "name": "Model ship", + "archery_ticket_price": "0", + "id": "4253" + }, + { + "examine": "A small wooden ship. / A small wooden ship with a silk flag.", + "durability": null, + "name": "Model ship", + "archery_ticket_price": "0", + "id": "4254" + }, + { + "examine": "A pot of crushed bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4255" + }, + { + "examine": "A pot of crushed small ninja monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4256" + }, + { + "examine": "A pot of crushed wolf bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4257" + }, + { + "examine": "A pot of crushed burnt bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4258" + }, + { + "examine": "A pot of crushed burnt jogre bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4259" + }, + { + "examine": "A pot of crushed monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4260" + }, + { + "examine": "A pot of crushed bat bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4261" + }, + { + "examine": "A pot of crushed big bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4262" + }, + { + "examine": "A pot of crushed jogre bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4263" + }, + { + "examine": "A pot of crushed zogre bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4264" + }, + { + "examine": "A pot of crushed shaikahan bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4265" + }, + { + "examine": "A pot of crushed baby dragon bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4266" + }, + { + "examine": "A pot of crushed wyvern bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4267" + }, + { + "examine": "A pot of crushed dragon bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4268" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4269" + }, + { + "examine": "A pot of crushed medium ninja monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4270" + }, + { + "examine": "A pot of crushed Dagannoth-king bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4271" + }, + { + "shop_price": "100", + "examine": "A key fashioned from a shard of bone. (Shilo Village)", + "durability": null, + "name": "Bone key", + "archery_ticket_price": "0", + "id": "4272" + }, + { + "examine": "A section from some kind of map.", + "durability": null, + "name": "Map scrap", + "archery_ticket_price": "0", + "id": "4274" + }, + { + "examine": "A section from some kind of map.", + "durability": null, + "name": "Map scrap", + "archery_ticket_price": "0", + "id": "4275" + }, + { + "examine": "A section from some kind of map.", + "durability": null, + "name": "Map scrap", + "archery_ticket_price": "0", + "id": "4276" + }, + { + "examine": "A complete treasure map.", + "durability": null, + "name": "Treasure map", + "archery_ticket_price": "0", + "id": "4277" + }, + { + "examine": "A token with ectoplasm on it.", + "durability": null, + "name": "Ecto-token", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4278" + }, + { + "examine": "A scroll of paper containing signatures.", + "durability": null, + "name": "Petition form", + "archery_ticket_price": "0", + "id": "4283" + }, + { + "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.", + "durability": null, + "name": "Bedsheet", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "4284", + "equipment_slot": "0" + }, + { + "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.", + "durability": null, + "name": "Bedsheet", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "4285", + "equipment_slot": "0" + }, + { + "examine": "It's a bucket of ectoplasm.", + "durability": null, + "name": "Bucket of slime", + "weight": "3", + "archery_ticket_price": "0", + "id": "4286" + }, + { + "shop_price": "58", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "440", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "4287" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "440", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4288" + }, + { + "shop_price": "60", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "263", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "4289" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "263", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4290" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "59", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "59", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4292" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "74", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "4293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "74", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4294" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "durability": null, + "name": "Female h.a.m.", + "archery_ticket_price": "0", + "id": "4295" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "durability": null, + "name": "Male h.a.m.", + "archery_ticket_price": "0", + "id": "4297" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "grand_exchange_price": "19", + "durability": null, + "name": "Ham shirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4298", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Ham shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4299" + }, + { + "ge_buy_limit": "100", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "grand_exchange_price": "11", + "durability": null, + "name": "Ham robe", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4300", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Ham robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4301" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Light-weight head protection and eye shield.", + "grand_exchange_price": "400", + "durability": null, + "name": "Ham hood", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4302", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "400", + "durability": null, + "name": "Ham hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4303" + }, + { + "ge_buy_limit": "100", + "examine": "A HAM cape.", + "grand_exchange_price": "25", + "durability": null, + "name": "Ham cloak", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4304", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Ham cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4305" + }, + { + "ge_buy_limit": "100", + "examine": "A badge for the HAM cult.", + "grand_exchange_price": "63", + "durability": null, + "name": "H.a.m logo", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.5", + "id": "4306", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "63", + "durability": null, + "name": "H.a.m logo", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4307" + }, + { + "ge_buy_limit": "10", + "examine": "Gloves worn by the Humans Against Monsters group.", + "grand_exchange_price": "59", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4308", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "59", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4309" + }, + { + "ge_buy_limit": "100", + "examine": "Boots worn by the Humans Against Monsters group.", + "grand_exchange_price": "323", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4310", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equip_audio": "", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "323", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4311" + }, + { + "examine": "A book on elven crystal.", + "durability": null, + "name": "Crystal of seren", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4313" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "2342", + "durability": null, + "name": "Team-1 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4315", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2342", + "durability": null, + "name": "Team-1 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4316" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1145", + "durability": null, + "name": "Team-2 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4317", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1145", + "durability": null, + "name": "Team-2 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4318" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "141", + "durability": null, + "name": "Team-3 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4319", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "141", + "durability": null, + "name": "Team-3 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4320" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "973", + "durability": null, + "name": "Team-4 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4321", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "973", + "durability": null, + "name": "Team-4 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4322" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1294", + "durability": null, + "name": "Team-5 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4323", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1294", + "durability": null, + "name": "Team-5 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4324" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "124", + "durability": null, + "name": "Team-6 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4325", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124", + "durability": null, + "name": "Team-6 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4326" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1264", + "durability": null, + "name": "Team-7 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4327", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1264", + "durability": null, + "name": "Team-7 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4328" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1824", + "durability": null, + "name": "Team-8 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4329", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1824", + "durability": null, + "name": "Team-8 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4330" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "841", + "durability": null, + "name": "Team-9 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4331", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "841", + "durability": null, + "name": "Team-9 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4332" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1127", + "durability": null, + "name": "Team-10 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4333", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1127", + "durability": null, + "name": "Team-10 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4334" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "2011", + "durability": null, + "name": "Team-11 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4335", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2011", + "durability": null, + "name": "Team-11 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4336" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1591", + "durability": null, + "name": "Team-12 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4337", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1591", + "durability": null, + "name": "Team-12 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4338" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "308", + "durability": null, + "name": "Team-13 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4339", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "308", + "durability": null, + "name": "Team-13 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4340" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1504", + "durability": null, + "name": "Team-14 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4341", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1504", + "durability": null, + "name": "Team-14 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4342" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1462", + "durability": null, + "name": "Team-15 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4343", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1462", + "durability": null, + "name": "Team-15 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4344" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "313", + "durability": null, + "name": "Team-16 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4345", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "313", + "durability": null, + "name": "Team-16 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4346" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1231", + "durability": null, + "name": "Team-17 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4347", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1231", + "durability": null, + "name": "Team-17 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4348" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1678", + "durability": null, + "name": "Team-18 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4349", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1678", + "durability": null, + "name": "Team-18 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4350" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1041", + "durability": null, + "name": "Team-19 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4351", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1041", + "durability": null, + "name": "Team-19 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4352" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "703", + "durability": null, + "name": "Team-20 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4353", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "703", + "durability": null, + "name": "Team-20 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4354" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1292", + "durability": null, + "name": "Team-21 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4355", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1292", + "durability": null, + "name": "Team-21 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4356" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1368", + "durability": null, + "name": "Team-22 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4357", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1368", + "durability": null, + "name": "Team-22 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4358" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "280", + "durability": null, + "name": "Team-23 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4359", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "280", + "durability": null, + "name": "Team-23 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4360" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1512", + "durability": null, + "name": "Team-24 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4361", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1512", + "durability": null, + "name": "Team-24 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4362" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1395", + "durability": null, + "name": "Team-25 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4363", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1395", + "durability": null, + "name": "Team-25 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4364" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "191", + "durability": null, + "name": "Team-26 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4365", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "191", + "durability": null, + "name": "Team-26 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4366" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1420", + "durability": null, + "name": "Team-27 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4367", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1420", + "durability": null, + "name": "Team-27 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4368" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1920", + "durability": null, + "name": "Team-28 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4369", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1920", + "durability": null, + "name": "Team-28 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4370" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1175", + "durability": null, + "name": "Team-29 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4371", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1175", + "durability": null, + "name": "Team-29 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4372" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "552", + "durability": null, + "name": "Team-30 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4373", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "552", + "durability": null, + "name": "Team-30 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4374" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1385", + "durability": null, + "name": "Team-31 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4375", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1385", + "durability": null, + "name": "Team-31 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4376" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1168", + "durability": null, + "name": "Team-32 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4377", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1168", + "durability": null, + "name": "Team-32 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4378" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "211", + "durability": null, + "name": "Team-33 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4379", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "211", + "durability": null, + "name": "Team-33 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4380" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1128", + "durability": null, + "name": "Team-34 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4381", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1128", + "durability": null, + "name": "Team-34 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4382" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1140", + "durability": null, + "name": "Team-35 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4383", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1140", + "durability": null, + "name": "Team-35 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4384" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "84", + "durability": null, + "name": "Team-36 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4385", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "84", + "durability": null, + "name": "Team-36 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4386" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1010", + "durability": null, + "name": "Team-37 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4387", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1010", + "durability": null, + "name": "Team-37 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4388" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1833", + "durability": null, + "name": "Team-38 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4389", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1833", + "durability": null, + "name": "Team-38 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4390" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "914", + "durability": null, + "name": "Team-39 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4391", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "914", + "durability": null, + "name": "Team-39 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4392" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "582", + "durability": null, + "name": "Team-40 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4393", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "582", + "durability": null, + "name": "Team-40 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4394" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1471", + "durability": null, + "name": "Team-41 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4395", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1471", + "durability": null, + "name": "Team-41 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4396" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1072", + "durability": null, + "name": "Team-42 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4397", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1072", + "durability": null, + "name": "Team-42 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4398" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "298", + "durability": null, + "name": "Team-43 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4399", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "298", + "durability": null, + "name": "Team-43 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4400" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1268", + "durability": null, + "name": "Team-44 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4401", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1268", + "durability": null, + "name": "Team-44 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4402" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1371", + "durability": null, + "name": "Team-45 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4403", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1371", + "durability": null, + "name": "Team-45 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4404" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "140", + "durability": null, + "name": "Team-46 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4405", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "140", + "durability": null, + "name": "Team-46 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4406" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1233", + "durability": null, + "name": "Team-47 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4407", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1233", + "durability": null, + "name": "Team-47 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4408" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1836", + "durability": null, + "name": "Team-48 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4409", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1836", + "durability": null, + "name": "Team-48 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4410" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1185", + "durability": null, + "name": "Team-49 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4411", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1185", + "durability": null, + "name": "Team-49 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4412" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "708", + "durability": null, + "name": "Team-50 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4413", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "708", + "durability": null, + "name": "Team-50 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4414" + }, + { + "examine": "A jungle forester's blunt axe.", + "durability": null, + "name": "Blunt axe", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4415" + }, + { + "examine": "A strong medicinal brew for heavy chests.", + "durability": null, + "name": "Herbal tincture", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4416" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "223", + "durability": null, + "name": "Guthix rest(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4417" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "223", + "durability": null, + "name": "Guthix rest(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4418" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "134", + "durability": null, + "name": "Guthix rest(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4419" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "134", + "durability": null, + "name": "Guthix rest(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4420" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "83", + "durability": null, + "name": "Guthix rest(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4421" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "durability": null, + "name": "Guthix rest(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4422" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "44", + "durability": null, + "name": "Guthix rest(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4423" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44", + "durability": null, + "name": "Guthix rest(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4424" + }, + { + "examine": "A half-filled feather mattress.", + "durability": null, + "name": "Stodgy mattress", + "weight": "10", + "archery_ticket_price": "0", + "id": "4425" + }, + { + "examine": "A comfy-looking feather mattress.", + "durability": null, + "name": "Comfy mattress", + "weight": "15", + "archery_ticket_price": "0", + "id": "4426" + }, + { + "examine": "Looks like a bunch of rust to me.", + "durability": null, + "name": "Iron oxide", + "weight": "1", + "archery_ticket_price": "0", + "id": "4427" + }, + { + "examine": "An animate rock spell is written on this parchment.", + "durability": null, + "name": "Animate rock scroll", + "archery_ticket_price": "0", + "id": "4428" + }, + { + "examine": "The weathervane directions should now work.", + "durability": null, + "name": "Directionals", + "archery_ticket_price": "0", + "id": "4430" + }, + { + "examine": "A fixed weathervane ornament.", + "durability": null, + "name": "Ornament", + "archery_ticket_price": "0", + "id": "4432" + }, + { + "examine": "A fixed weathervane rotating pillar.", + "durability": null, + "name": "Weathervane pillar", + "archery_ticket_price": "0", + "id": "4434" + }, + { + "examine": "Clear skies ahead, with some chance of showers, thunderstorms, ice and hail.", + "durability": null, + "name": "Weather report", + "archery_ticket_price": "0", + "id": "4435" + }, + { + "ge_buy_limit": "100", + "examine": "This is pretty well sealed.", + "grand_exchange_price": "245", + "durability": null, + "name": "Airtight pot", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "4436" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "245", + "durability": null, + "name": "Airtight pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4437" + }, + { + "ge_buy_limit": "100", + "examine": "This needs firing, then it should fit on a normal-sized pot.", + "grand_exchange_price": "16", + "durability": null, + "name": "Unfired pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4438" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Unfired pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4439" + }, + { + "ge_buy_limit": "100", + "examine": "This should fit on a normal-sized pot.", + "grand_exchange_price": "5", + "durability": null, + "name": "Pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4440" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4441" + }, + { + "examine": "An airtight pot with something inside, most likely breathing salts.", + "durability": null, + "name": "Breathing salts", + "archery_ticket_price": "0", + "id": "4442" + }, + { + "examine": "A large cage for transporting chickens.", + "durability": null, + "name": "Chicken cage", + "weight": "1", + "archery_ticket_price": "0", + "id": "4443" + }, + { + "examine": "A jungle forester's super sharp axe.", + "durability": null, + "name": "Sharpened axe", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4444" + }, + { + "examine": "Some mahogany logs which have been professionally cured.", + "durability": null, + "name": "Red mahogany log", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4445" + }, + { + "destroy_message": "You can get another key ring from Yanni Salika in Shilo Village.", + "shop_price": "500", + "examine": "I can store my keys here.", + "durability": null, + "name": "Steel key ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4446" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4447" + }, + { + "ge_buy_limit": "100", + "examine": "It's a bowl of hot water.", + "grand_exchange_price": "111", + "durability": null, + "name": "Bowl of hot water", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4456" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "durability": null, + "name": "Bowl of hot water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4457" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of water.", + "grand_exchange_price": "36", + "durability": null, + "name": "Cup of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4458" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "36", + "durability": null, + "name": "Cup of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4459" + }, + { + "ge_buy_limit": "100", + "examine": "It's hot!", + "grand_exchange_price": "102", + "durability": null, + "name": "Cup of hot water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4460" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "102", + "durability": null, + "name": "Cup of hot water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4461" + }, + { + "examine": "A ruined herb tea.", + "durability": null, + "name": "Ruined herb tea", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4462" + }, + { + "durability": null, + "name": "Ruined herb tea", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4463" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4464" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4465" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4466" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4467" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4468" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4469" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4470" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4471" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "17", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4472" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4473" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4474" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4475" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4476" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4477" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "46", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4478" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "46", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4479" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "41", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4480" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4481" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "43", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4482" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "43", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4483" + }, + { + "shop_price": "160", + "examine": "The strange characters supposedly grant Svidi safe passage into Rellekka.", + "durability": null, + "name": "Safety guarantee", + "archery_ticket_price": "0", + "id": "4484" + }, + { + "examine": "This fruit is known as White Pearl. Should taste good.", + "durability": null, + "name": "White pearl", + "weight": "1", + "archery_ticket_price": "0", + "id": "4485" + }, + { + "examine": "You can grow this seed even in cold mountain ranges!", + "durability": null, + "name": "White pearl seed", + "archery_ticket_price": "0", + "id": "4486" + }, + { + "examine": "It's a piece of the Ancient Rock of the mountain people. It's still just a stone.", + "durability": null, + "name": "Half a rock", + "weight": "1", + "archery_ticket_price": "0", + "id": "4487" + }, + { + "examine": "The corpse of a woman who died long ago.", + "durability": null, + "name": "Corpse of woman", + "weight": "1", + "archery_ticket_price": "0", + "id": "4488" + }, + { + "examine": "This used to belong to Asleif, daughter of the mountain camp chieftain.", + "durability": null, + "name": "Asleif's necklace", + "archery_ticket_price": "0", + "id": "4489" + }, + { + "examine": "Marginally better than egg on your face.", + "durability": null, + "name": "Mud", + "archery_ticket_price": "0", + "id": "4490" + }, + { + "examine": "A muddy rock.", + "durability": null, + "name": "Muddy rock", + "weight": "1", + "archery_ticket_price": "0", + "id": "4492" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4494" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4495" + }, + { + "examine": "Splintered into pieces, it has become completely useless to you.", + "durability": null, + "name": "Broken pole", + "archery_ticket_price": "0", + "id": "4496" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4498", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4499" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4500", + "equipment_slot": "3" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4501", + "equipment_slot": "3" + }, + { + "remove_head": "true", + "shop_price": "3000", + "examine": "Quite ferocious looking.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "0", + "destroy_message": "Hamal, the Chieftain of the Mountain Camp, can replace this.", + "name": "Bearhead", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4502", + "bonuses": "0,0,0,-3,-3,12,14,10,7,9,0,0,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "1", + "defence_anim": "397", + "castle_wars_ticket_price": "50", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "stand_anim": "808", + "name": "Decorative sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4503", + "stand_turn_anim": "823", + "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0" + }, + { + "remove_sleeves": "true", + "requirements": "{1,20}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4504", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0", + "castle_wars_ticket_price": "80", + "equipment_slot": "4" + }, + { + "requirements": "{1,20}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4505", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0", + "castle_wars_ticket_price": "60", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "name": "Decorative helm", + "weight": "1", + "archery_ticket_price": "0", + "id": "4506", + "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0", + "castle_wars_ticket_price": "40", + "equipment_slot": "0" + }, + { + "requirements": "{1,20}", + "shop_price": "60", + "examine": "A very decorative shield.", + "durability": null, + "name": "Decorative shield", + "archery_ticket_price": "0", + "id": "4507", + "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0", + "castle_wars_ticket_price": "60", + "equipment_slot": "5" + }, + { + "requirements": "{0,30}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "1", + "defence_anim": "397", + "castle_wars_ticket_price": "500", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "stand_anim": "808", + "name": "Decorative sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4508", + "stand_turn_anim": "823", + "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0" + }, + { + "remove_sleeves": "true", + "requirements": "{1,30}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4509", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", + "castle_wars_ticket_price": "800", + "equipment_slot": "4" + }, + { + "requirements": "{1,30}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4510", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", + "castle_wars_ticket_price": "600", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "name": "Decorative helm", + "weight": "1", + "archery_ticket_price": "0", + "id": "4511", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0", + "castle_wars_ticket_price": "400", + "equipment_slot": "0" + }, + { + "requirements": "{1,30}", + "shop_price": "60", + "examine": "A very decorative shield.", + "durability": null, + "name": "Decorative shield", + "archery_ticket_price": "0", + "id": "4512", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", + "castle_wars_ticket_price": "600", + "equipment_slot": "5" + }, + { + "remove_head": "true", + "durability": null, + "name": "Castlewars hood", + "archery_ticket_price": "0", + "id": "4513", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Castlewars cloak", + "archery_ticket_price": "0", + "id": "4514", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "durability": null, + "name": "Castlewars hood", + "archery_ticket_price": "0", + "id": "4515", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Castlewars cloak", + "archery_ticket_price": "0", + "id": "4516", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "examine": "This could feed a family of gnomes for a week!", + "grand_exchange_price": "970", + "durability": null, + "name": "Giant frog legs", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4517" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "970", + "durability": null, + "name": "Giant frog legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4518" + }, + { + "requirements": "{12,11}", + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", + "grand_exchange_price": "1575", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4522" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1575", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4523" + }, + { + "shop_price": "10", + "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", + "grand_exchange_price": "2", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4524" + }, + { + "requirements": "{12,11}", + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", + "grand_exchange_price": "2", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4525" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4526" + }, + { + "requirements": "{4,11}", + "ge_buy_limit": "100", + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "39", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4527" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "39", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4528" + }, + { + "requirements": "{4,11}", + "ge_buy_limit": "100", + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "431", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4529" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "431", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4530" + }, + { + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "1", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4531" + }, + { + "requirements": "{4,11}", + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "1", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4532" + }, + { + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4533" + }, + { + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "1", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4534" + }, + { + "requirements": "{11,26}", + "ge_buy_limit": "100", + "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", + "grand_exchange_price": "12", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4535" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4536" + }, + { + "requirements": "{11,26}", + "ge_buy_limit": "100", + "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", + "grand_exchange_price": "218", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4537" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "218", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4538" + }, + { + "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", + "grand_exchange_price": "198", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4539" + }, + { + "shop_price": "43", + "ge_buy_limit": "100", + "examine": "Add the glass to complete.", + "grand_exchange_price": "8", + "durability": null, + "name": "Oil lantern frame", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4540" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Oil lantern frame", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4541" + }, + { + "shop_price": "88", + "ge_buy_limit": "100", + "examine": "A roughly circular disc of glass.", + "grand_exchange_price": "1", + "durability": null, + "name": "Lantern lens", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4542" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Lantern lens", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4543" + }, + { + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "You need to add a lens before you can use it.", + "grand_exchange_price": "88", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4544" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "88", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4545" + }, + { + "requirements": "{11,49}", + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "You need to add lamp oil before you can use it.", + "grand_exchange_price": "158", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4546" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "158", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4547" + }, + { + "requirements": "{11,49}", + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "A sturdy steel lantern.", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4548" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4549" + }, + { + "shop_price": "400", + "examine": "A sturdy steel lantern casting a bright beam.", + "grand_exchange_price": "1235", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "4550" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "weight": "2.2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "774", + "name": "Spiny helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4551", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "774", + "durability": null, + "name": "Spiny helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4552" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Blue sweets", + "archery_ticket_price": "0", + "id": "4558" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Deep blue sweets", + "archery_ticket_price": "0", + "id": "4559" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "White sweets", + "archery_ticket_price": "0", + "id": "4560" + }, + { + "examine": "Remember to brush after eating!", + "grand_exchange_price": "10037", + "durability": null, + "name": "Purple sweets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4561" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Red sweets", + "archery_ticket_price": "0", + "id": "4562" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Green sweets", + "archery_ticket_price": "0", + "id": "4563" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Pink sweets", + "archery_ticket_price": "0", + "id": "4564" + }, + { + "bankable": "true", + "turn90cw_anim": "821", + "examine": "Hand them out to spread the Easter happiness.", + "walk_anim": "1836", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "822", + "weapon_interface": "12", + "turn180_anim": "820", + "render_anim": "594", + "equipment_slot": "3", + "fun_weapon": "true", + "stand_anim": "1837", + "name": "Basket of eggs", + "tradeable": "false", + "run_anim": "1836", + "archery_ticket_price": "0", + "id": "4565", + "stand_turn_anim": "823" + }, + { + "examine": "Perhaps not the most powerful weapon in 2009Scape.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "12", + "equip_audio": "2238", + "defence_anim": "1834", + "equipment_slot": "3", + "attack_anims": "1833,1833,1833,1833", + "fun_weapon": "true", + "attack_audios": "2257,2257,2257", + "name": "Rubber chicken", + "archery_ticket_price": "0", + "id": "4566", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "remove_head": "true", + "examine": "Made of gold and white gold.", + "durability": null, + "name": "Gold helmet", + "weight": "31.7", + "archery_ticket_price": "0", + "id": "4567", + "bonuses": "0,0,0,0,0,0,10,20,0,10,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "This book is almost falling apart, you'll have to handle it quite carefully.", + "durability": null, + "name": "Dwarven lore", + "archery_ticket_price": "0", + "id": "4568" + }, + { + "examine": "A missing page from Rolad's book! It seems to be the first one.", + "durability": null, + "name": "Book page 1", + "archery_ticket_price": "0", + "id": "4569" + }, + { + "examine": "A missing page from Rolad's book! It seems to be the second one.", + "durability": null, + "name": "Book page 2", + "archery_ticket_price": "0", + "id": "4570" + }, + { + "examine": "A missing page from Rolad's book! It seems to be the third one.", + "durability": null, + "name": "Book page 3", + "archery_ticket_price": "0", + "id": "4571" + }, + { + "examine": "A collection of missing pages from Rolad's book!", + "durability": null, + "name": "Pages", + "archery_ticket_price": "0", + "id": "4572" + }, + { + "examine": "A collection of missing pages from Rolad's book!", + "durability": null, + "name": "Pages", + "archery_ticket_price": "0", + "id": "4573" + }, + { + "examine": "These are the base schematics of a dwarven multicannon.", + "durability": null, + "name": "Base schematics", + "archery_ticket_price": "0", + "id": "4574" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "536", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4580", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "536", + "durability": null, + "name": "Black spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4581" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "2808", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear(p)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4582", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2808", + "durability": null, + "name": "Black spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4583" + }, + { + "requirements": "{0,10}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned black tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "309", + "stand_anim": "813", + "name": "Black spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4584", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "This looks pretty heavy.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "3,0,6", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "161000", + "name": "Dragon plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4585", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "161000", + "durability": null, + "name": "Dragon plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4586" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "65400", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4587", + "stand_turn_anim": "823", + "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", + "requirements": "{0,60}", + "shop_price": "100000", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "lendable": "true", + "attack_audios": "2500,0,2517,0", + "name": "Dragon scimitar" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "65400", + "durability": null, + "name": "Dragon scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4588" + }, + { + "examine": "Keys to the Mayor's house. (The Feud)", + "durability": null, + "name": "Keys", + "archery_ticket_price": "0", + "id": "4589" + }, + { + "examine": "The Mayor of Pollnivneach's wife's jewels.", + "durability": null, + "name": "Jewels", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4590" + }, + { + "shop_price": "1", + "examine": "Wear it on your head.", + "durability": null, + "name": "Karidian headpiece", + "archery_ticket_price": "0", + "id": "4591" + }, + { + "shop_price": "1", + "examine": "Makes me itch.", + "durability": null, + "name": "Fake beard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4593" + }, + { + "shop_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4597" + }, + { + "shop_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4598" + }, + { + "shop_price": "1", + "examine": "A handy little club made out of oak.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "10", + "defence_anim": "425", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "name": "Oak-blackjack", + "archery_ticket_price": "0", + "id": "4599", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0" + }, + { + "shop_price": "600", + "ge_buy_limit": "100", + "examine": "A handy little club made out of willow.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "defence_anim": "425", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "321", + "name": "Willow-blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4600", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,8,0,0,0" + }, + { + "examine": "Dung of the Camelus Horribleus variety.", + "durability": null, + "name": "Ugthanki dung", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4601" + }, + { + "examine": "Dung of the Camelus Horribleus variety.", + "durability": null, + "name": "Ugthanki dung", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4602" + }, + { + "shop_price": "2", + "examine": "A receipt for one 'Camelus Horribleus", + "durability": null, + "name": "Receipt", + "archery_ticket_price": "0", + "id": "4603" + }, + { + "examine": "A red viscous liquid in a vial.", + "durability": null, + "name": "Hag's poison", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4604" + }, + { + "examine": "Makes a hissing sound.", + "durability": null, + "name": "Snake charm", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4605", + "equipment_slot": "3" + }, + { + "examine": "This is used to hold snakes.", + "durability": null, + "name": "Snake basket", + "archery_ticket_price": "0", + "id": "4606" + }, + { + "examine": "This basket contains a snake.", + "durability": null, + "name": "Snake basket full", + "weight": "1", + "archery_ticket_price": "0", + "id": "4607" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "A meaty and very hot kebab.", + "grand_exchange_price": "403", + "durability": null, + "name": "Super kebab", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4608" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "403", + "durability": null, + "name": "Super kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4609" + }, + { + "examine": "The bottle feels warm.", + "durability": null, + "name": "Red hot sauce", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4610" + }, + { + "remove_head": "true", + "examine": "A disguise suitable for the desert.", + "durability": null, + "name": "Desert disguise", + "archery_ticket_price": "0", + "id": "4611", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Willow-blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4612" + }, + { + "shop_price": "75", + "examine": "It has a picture of a dragon on it.", + "durability": null, + "name": "Spinning plate", + "archery_ticket_price": "0", + "id": "4613" + }, + { + "examine": "Alas...", + "durability": null, + "name": "Broken plate", + "archery_ticket_price": "0", + "id": "4614" + }, + { + "examine": "An archaeologist's notes.", + "durability": null, + "name": "Varmen's notes", + "archery_ticket_price": "0", + "id": "4616" + }, + { + "examine": "The museum curator's key (The Golem).", + "durability": null, + "name": "Display cabinet key", + "archery_ticket_price": "0", + "id": "4617" + }, + { + "examine": "It's pretty, but you wish you knew what it was.", + "durability": null, + "name": "Strange implement", + "archery_ticket_price": "0", + "id": "4619" + }, + { + "examine": "It looks horrible.", + "durability": null, + "name": "Black mushroom", + "weight": "1", + "archery_ticket_price": "0", + "id": "4620" + }, + { + "examine": "A long feather patterned like a flame.", + "durability": null, + "name": "Phoenix feather", + "archery_ticket_price": "0", + "id": "4621" + }, + { + "examine": "Black ink made out of mushrooms.", + "durability": null, + "name": "Black mushroom ink", + "weight": "1", + "archery_ticket_price": "0", + "id": "4622" + }, + { + "examine": "A phoenix feather dipped in ink.", + "durability": null, + "name": "Phoenix quill pen", + "archery_ticket_price": "0", + "id": "4623" + }, + { + "examine": "It reads 'YOUR TASK IS DONE'.", + "durability": null, + "name": "Golem program", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4624" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A cheeky little lager from the Bandit Camp.", + "grand_exchange_price": "1133", + "durability": null, + "name": "Bandit's brew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4627" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1133", + "durability": null, + "name": "Bandit's brew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4628" + }, + { + "examine": "A copy of the engravings found on a mysterious stone tablet.", + "durability": null, + "name": "Etchings", + "archery_ticket_price": "0", + "id": "4654" + }, + { + "examine": "A rough translation made from archaeological etchings.", + "durability": null, + "name": "Translation", + "weight": "1", + "archery_ticket_price": "0", + "id": "4655" + }, + { + "examine": "This key is unusally warm to the touch.", + "durability": null, + "name": "Warm key", + "archery_ticket_price": "0", + "id": "4656" + }, + { + "examine": "A ring that allows you to see things that are normally invisible.", + "durability": null, + "name": "Ring of visibility", + "archery_ticket_price": "0", + "id": "4657", + "equipment_slot": "12" + }, + { + "examine": "A silver pot made by Ruantun.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4658" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4659" + }, + { + "examine": "A silver pot made by Ruantun filled with your blood.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4660" + }, + { + "examine": "A blessed silver pot made by Ruantun filled with your blood.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4661" + }, + { + "examine": "A silver pot made by Ruantun filled with blood and garlic.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4662" + }, + { + "examine": "A blessed silver pot filled with blood and garlic.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4663" + }, + { + "examine": "A silver pot made by Ruantun filled with blood and spices.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4664" + }, + { + "examine": "A blessed silver pot filled with blood and spices.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4665" + }, + { + "examine": "A silver pot made by Ruantun filled with blood, garlic and spices.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4666" + }, + { + "examine": "A blessed silver pot filled with blood, garlic and spices.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4667" + }, + { + "examine": "Finely ground garlic powder.", + "durability": null, + "name": "Garlic powder", + "archery_ticket_price": "0", + "id": "4668" + }, + { + "examine": "The Diamond of Blood.", + "durability": null, + "name": "Blood diamond", + "archery_ticket_price": "0", + "id": "4670" + }, + { + "examine": "The Diamond of Ice.", + "durability": null, + "name": "Ice diamond", + "archery_ticket_price": "0", + "id": "4671" + }, + { + "examine": "The Diamond of Smoke.", + "durability": null, + "name": "Smoke diamond", + "weight": "1", + "archery_ticket_price": "0", + "id": "4672" + }, + { + "examine": "The Diamond of Shadow.", + "durability": null, + "name": "Shadow diamond", + "weight": "1", + "archery_ticket_price": "0", + "id": "4673" + }, + { + "examine": "An old and strangely shaped metal cross.", + "durability": null, + "name": "Gilded cross", + "archery_ticket_price": "0", + "id": "4674" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A magical staff of ancient origin...", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "59300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4675", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,15,0,2,3,1,15,0,0,50,-1,0,0", + "requirements": "{0,50}-{6,50}", + "shop_price": "80000", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2555,0,0,0", + "name": "Ancient staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "59300", + "durability": null, + "name": "Ancient staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4676" + }, + { + "examine": "It's an amulet of cat speak. It makes vague purring noises.", + "durability": null, + "name": "Catspeak amulet", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4677", + "equipment_slot": "2" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4678" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4679" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4680" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4681" + }, + { + "shop_price": "300", + "examine": "A blessed holy symbol of Saradomin.", + "grand_exchange_price": "112", + "durability": null, + "name": "Holy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4682", + "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,0,8,0" + }, + { + "shop_price": "135", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "52", + "durability": null, + "name": "Unholy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4683", + "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,0,8,0" + }, + { + "shop_price": "30", + "examine": "One sheet of mummy wrap.", + "durability": null, + "name": "Linen", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4684" + }, + { + "examine": "Little book of embalming by Bod E. Wrapper.", + "durability": null, + "name": "Embalming manual", + "archery_ticket_price": "0", + "id": "4686" + }, + { + "examine": "It's a bucket of sap.", + "durability": null, + "name": "Bucket of sap", + "weight": "2", + "archery_ticket_price": "0", + "id": "4687" + }, + { + "examine": "A little heap of salt.", + "durability": null, + "name": "Pile of salt", + "archery_ticket_price": "0", + "id": "4689" + }, + { + "examine": "Miniature golden statue of a sphinx.", + "durability": null, + "name": "Sphinx's token", + "archery_ticket_price": "0", + "id": "4691" + }, + { + "shop_price": "130000", + "examine": "A very delicate sheet of gold.", + "grand_exchange_price": "132580", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4692" + }, + { + "examine": "It's a bucket of salty water.", + "durability": null, + "name": "Full bucket", + "archery_ticket_price": "0", + "id": "4693" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Water and Fire Rune.", + "grand_exchange_price": "48", + "durability": null, + "name": "Steam rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4694" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined air and water rune.", + "grand_exchange_price": "249", + "durability": null, + "name": "Mist rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4695" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Air and Earth Rune.", + "grand_exchange_price": "20", + "durability": null, + "name": "Dust rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4696" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Air and Fire Rune.", + "grand_exchange_price": "148", + "durability": null, + "name": "Smoke rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4697" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Earth and Water rune.", + "grand_exchange_price": "657", + "durability": null, + "name": "Mud rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4698" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined earth and fire rune.", + "grand_exchange_price": "49", + "durability": null, + "name": "Lava rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4699" + }, + { + "examine": "You need to add lamp oil before you can use it.", + "durability": null, + "name": "Sapphire lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4700" + }, + { + "examine": "A bullseye lantern with a sapphire for a lens.", + "durability": null, + "name": "Sapphire lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4701" + }, + { + "examine": "A lantern casting a bright blue beam.", + "durability": null, + "name": "Sapphire lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4702" + }, + { + "shop_price": "1", + "examine": "Doesn't look very special.", + "grand_exchange_price": "0", + "durability": null, + "name": "Magic stone", + "tradeable": "false", + "weight": "2.267", + "archery_ticket_price": "0", + "id": "4703" + }, + { + "turn90cw_anim": "821", + "examine": "A magic stone bowl for catching the tears of Guthix.", + "walk_anim": "819", + "durability": null, + "destroy": "true", + "weight": "1.8", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "1", + "equipment_slot": "3", + "stand_anim": "808", + "name": "Stone bowl", + "tradeable": "false", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4704", + "stand_turn_anim": "823" + }, + { + "examine": "This book must be really old!", + "durability": null, + "name": "Crumbling tome", + "archery_ticket_price": "0", + "id": "4707" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's leather hood.", + "durability": null, + "rare_item": "true", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "94300", + "name": "Ahrim's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4708", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "94300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4709" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "69500", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4710", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", + "requirements": "{0,70}-{6,70}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "69500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4711" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1000000", + "name": "Ahrim's robetop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4712", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1000000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's robetop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4713" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "rare_item": "true", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1700000", + "name": "Ahrim's robeskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4714", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1700000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's robeskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4715" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's helm.", + "durability": "1", + "rare_item": "true", + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1300000", + "name": "Dharok's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4716", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1300000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4717" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "rare_item": "true", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "516900", + "stand_anim": "2065", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4718", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "name": "Dharok's greataxe" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "516900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's greataxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4719" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "rare_item": "true", + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "511400", + "name": "Dharok's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4720", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "511400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4721" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's plate leg armour.", + "durability": null, + "rare_item": "true", + "weight": "10", + "absorb": "3,0,7", + "equip_audio": "2243", + "equipment_slot": "7", + "grand_exchange_price": "748800", + "name": "Dharok's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4722", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "748800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4723" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's helm", + "durability": null, + "rare_item": "true", + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "396300", + "name": "Guthan's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4724", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "396300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4725" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "588400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4726", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Guthan's warspear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "588400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's warspear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4727" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "316800", + "name": "Guthan's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4728", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "316800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4729" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "rare_item": "true", + "weight": "8", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "315600", + "name": "Guthan's chainskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4730", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "315600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's chainskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4731" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's coif.", + "durability": null, + "rare_item": "true", + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "38900", + "name": "Karil's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4732", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "38900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4733" + }, + { + "ge_buy_limit": "1", + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "rare_item": "true", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "188000", + "stand_anim": "2074", + "tradeable": "true", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4734", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's crossbow" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "188000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4735" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "10000", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "rare_item": "true", + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1800000", + "name": "Karil's leathertop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4736", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1800000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's leathertop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4737" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "10000", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "rare_item": "true", + "weight": "2", + "absorb": "0,7,3", + "equip_audio": "2238", + "equipment_slot": "7", + "grand_exchange_price": "217000", + "name": "Karil's leatherskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4738", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "217000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's leatherskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4739" + }, + { + "requirements": "{4,70}", + "shop_price": "420", + "ge_buy_limit": "10000", + "examine": "Must need a special type of crossbow to use this.", + "grand_exchange_price": "238", + "durability": null, + "name": "Bolt rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4740", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,55", + "equipment_slot": "13" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "139000", + "name": "Torag's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4745", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "139000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4746" + }, + { + "requirements": "{0,70}-{2,70}", + "ge_buy_limit": "1000", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "rare_item": "true", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "111600", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4747", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "111600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's hammers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4748" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "346200", + "name": "Torag's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4749", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "346200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4750" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "427200", + "name": "Torag's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4751", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "427200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4752" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's helm.", + "durability": null, + "rare_item": "true", + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "687200", + "name": "Verac's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4753", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "687200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4754" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "rare_item": "true", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "135500", + "stand_anim": "1832", + "tradeable": "true", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4755", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "135500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's flail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4756" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "270000", + "name": "Verac's brassard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4757", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "270000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's brassard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4758" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "411400", + "name": "Verac's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4759", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "411400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4760" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt bronze arrow...ouch", + "grand_exchange_price": "39", + "durability": null, + "name": "Bronze brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4773", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,11", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt iron arrow...ouch", + "grand_exchange_price": "14", + "durability": null, + "name": "Iron brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4778", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,13", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt steel arrow...ouch", + "grand_exchange_price": "20", + "durability": null, + "name": "Steel brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4783", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,19", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt black arrow...ouch", + "grand_exchange_price": "63", + "durability": null, + "name": "Black brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4788", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "20", + "ge_buy_limit": "1000", + "examine": "Blunt mithril arrow...ouch", + "grand_exchange_price": "80", + "durability": null, + "name": "Mithril brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4793", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,34", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt adamant arrow...ouch", + "grand_exchange_price": "154", + "durability": null, + "name": "Adamant brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4798", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "180", + "ge_buy_limit": "1000", + "examine": "Blunt rune arrow...ouch", + "grand_exchange_price": "188", + "durability": null, + "name": "Rune brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4803", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "examine": "A very black prism.", + "durability": null, + "name": "Black prism", + "archery_ticket_price": "0", + "id": "4808" + }, + { + "examine": "A half torn necromantic page.", + "durability": null, + "name": "Torn page", + "archery_ticket_price": "0", + "id": "4809" + }, + { + "examine": "It's about to fall apart.", + "durability": null, + "name": "Ruined backpack", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4810" + }, + { + "examine": "A white ceramic mug with a dragon insignia.", + "durability": null, + "name": "Dragon inn tankard", + "archery_ticket_price": "0", + "id": "4811" + }, + { + "ge_buy_limit": "10000", + "examine": "A pile of Zombie Ogre bones.", + "grand_exchange_price": "1167", + "durability": null, + "name": "Zogre bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4812" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1167", + "durability": null, + "name": "Zogre bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4813" + }, + { + "examine": "A classic realist charcoal portrait of Sithik.", + "durability": null, + "name": "Sithik portrait", + "archery_ticket_price": "0", + "id": "4814" + }, + { + "examine": "A classic realist charcoal portrait of Sithik.", + "durability": null, + "name": "Sithik portrait", + "archery_ticket_price": "0", + "id": "4815" + }, + { + "examine": "A signed classic realist charcoal portrait of Sithik.", + "durability": null, + "name": "Signed portrait", + "archery_ticket_price": "0", + "id": "4816" + }, + { + "examine": "A book explaining the art of portraiture.", + "durability": null, + "name": "Book of portraiture", + "weight": "1", + "archery_ticket_price": "0", + "id": "4817", + "equipment_slot": "5" + }, + { + "examine": "An ancient ogre artefact-resembling a large heavy helm.", + "durability": null, + "name": "Ogre artefact", + "archery_ticket_price": "0", + "id": "4818" + }, + { + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4819" + }, + { + "shop_price": "33", + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "16", + "durability": null, + "name": "Iron nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4820" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "13", + "durability": null, + "name": "Black nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4821" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "35", + "durability": null, + "name": "Mithril nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4822" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "87", + "durability": null, + "name": "Adamantite nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4823" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "114", + "durability": null, + "name": "Rune nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4824" + }, + { + "ge_buy_limit": "100", + "examine": "An unstrung composite ogre bow.", + "grand_exchange_price": "447", + "durability": null, + "name": "Unstrung comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4825" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "447", + "durability": null, + "name": "Unstrung comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4826" + }, + { + "requirements": "{4,30}", + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "A composite ogre bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "225", + "attack_audios": "2700,0,0,0", + "name": "Comp ogre bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4827", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "225", + "durability": null, + "name": "Comp ogre bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4828" + }, + { + "examine": "A book of H.A.M. affiliation", + "durability": null, + "name": "Book of 'h.a.m", + "archery_ticket_price": "0", + "id": "4829", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "examine": "Ancient ogre bones from the ogre burial tomb.", + "grand_exchange_price": "5931", + "durability": null, + "name": "Fayrg bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4830" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5931", + "durability": null, + "name": "Fayrg bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4831" + }, + { + "ge_buy_limit": "10000", + "examine": "Ancient ogre bones from the ogre burial tomb.", + "grand_exchange_price": "7093", + "durability": null, + "name": "Raurg bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4832" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7093", + "durability": null, + "name": "Raurg bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4833" + }, + { + "ge_buy_limit": "10000", + "examine": "Ancient ogre bones from the burial tomb.", + "grand_exchange_price": "16300", + "durability": null, + "name": "Ourg bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4834" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "16300", + "durability": null, + "name": "Ourg bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4835" + }, + { + "examine": "Some strange liquid given to you by Zavistic Rarve.", + "durability": null, + "name": "Strange potion", + "archery_ticket_price": "0", + "id": "4836" + }, + { + "examine": "A book of necromantic spells.", + "durability": null, + "name": "Necromancy book", + "archery_ticket_price": "0", + "id": "4837", + "equipment_slot": "5" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4838" + }, + { + "examine": "A key to some sort of special tomb area.", + "durability": null, + "name": "Ogre gate key", + "archery_ticket_price": "0", + "id": "4839" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this rogue's purse potion.", + "grand_exchange_price": "2194", + "durability": null, + "name": "Rogue's purse potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4840" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2194", + "durability": null, + "name": "Rogue's purse potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4841" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "4 doses of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "1430", + "durability": null, + "name": "Relicym's balm(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4842" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1430", + "durability": null, + "name": "Relicym's balm(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4843" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "3 doses of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "654", + "durability": null, + "name": "Relicym's balm(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4844" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "654", + "durability": null, + "name": "Relicym's balm(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4845" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "2 doses of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "325", + "durability": null, + "name": "Relicym's balm(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4846" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "325", + "durability": null, + "name": "Relicym's balm(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4847" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "1 dose of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "204", + "durability": null, + "name": "Relicym's balm(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4848" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "204", + "durability": null, + "name": "Relicym's balm(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4849" + }, + { + "ge_buy_limit": "100", + "examine": "A key which opens a coffin!", + "grand_exchange_price": "1963", + "durability": null, + "name": "Ogre coffin key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4850" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1963", + "durability": null, + "name": "Ogre coffin key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4851" + }, + { + "examine": "A pot of crushed fayrg bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4852" + }, + { + "examine": "A pot of crushed raurg bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4853" + }, + { + "examine": "A pot of crushed ourg bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4854" + }, + { + "examine": "A pot of crushed gorilla monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4855" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 100", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4856", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 75", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4857", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 50", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4858", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 25", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4859", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's leather hood.", + "durability": null, + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "51700", + "name": "Ahrim's hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4860" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "51700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4861" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 100", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4862", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 75", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4863", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 50", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4864", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 25", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4865", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "50600", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 0", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4866", + "stand_turn_anim": "1209" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "50600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's staff 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4867" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 100", + "weight": "5", + "archery_ticket_price": "0", + "id": "4868", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 75", + "weight": "5", + "archery_ticket_price": "0", + "id": "4869", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 50", + "weight": "5", + "archery_ticket_price": "0", + "id": "4870", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 25", + "weight": "5", + "archery_ticket_price": "0", + "id": "4871", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1100000", + "name": "Ahrim's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4872" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1100000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4873" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 100", + "weight": "12", + "archery_ticket_price": "0", + "id": "4874", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 75", + "weight": "12", + "archery_ticket_price": "0", + "id": "4875", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 50", + "weight": "12", + "archery_ticket_price": "0", + "id": "4876", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 25", + "weight": "12", + "archery_ticket_price": "0", + "id": "4877", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Ahrim's skirt 0", + "tradeable": "true", + "weight": "12", + "archery_ticket_price": "0", + "id": "4878", + "absorb": "7,3,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1500000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4879" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1355582", + "name": "Dharok's helm 100", + "archery_ticket_price": "0", + "id": "4880", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1355582", + "name": "Dharok's helm 75", + "archery_ticket_price": "0", + "id": "4881", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1355582", + "name": "Dharok's helm 50", + "archery_ticket_price": "0", + "id": "4882", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1355582", + "name": "Dharok's helm 25", + "archery_ticket_price": "0", + "id": "4883", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1300000", + "name": "Dharok's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4884" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1300000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4885" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4886", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 100" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4887", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 75" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4888", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 50" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4889", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 25" + }, + { + "requirements": "{0,70}-{2,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "durability": null, + "weight": "13", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "2", + "turn180_anim": "2064", + "equip_audio": "2232", + "render_anim": "134", + "equipment_slot": "3", + "grand_exchange_price": "442600", + "stand_anim": "2065", + "attack_audios": "1320,0,0,0", + "tradeable": "true", + "name": "Dharok's axe 0", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4890", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "442600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's axe 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4891" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "481600", + "name": "Dharok's body 100", + "archery_ticket_price": "0", + "id": "4892", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "481600", + "name": "Dharok's body 75", + "archery_ticket_price": "0", + "id": "4893", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "481600", + "name": "Dharok's body 50", + "archery_ticket_price": "0", + "id": "4894", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "481600", + "name": "Dharok's body 25", + "archery_ticket_price": "0", + "id": "4895", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "438200", + "name": "Dharok's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4896" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "438200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4897" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 100", + "weight": "10", + "archery_ticket_price": "0", + "id": "4898", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2243", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 75", + "weight": "10", + "archery_ticket_price": "0", + "id": "4899", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2243", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 50", + "weight": "10", + "archery_ticket_price": "0", + "id": "4900", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2243", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 25", + "weight": "10", + "archery_ticket_price": "0", + "id": "4901", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2243", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's plate leg armour.", + "durability": null, + "weight": "10", + "absorb": "3,0,7", + "equip_audio": "2243", + "equipment_slot": "7", + "grand_exchange_price": "676000", + "name": "Dharok's legs 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4902" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "676000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's legs 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4903" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 100", + "archery_ticket_price": "0", + "id": "4904", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 75", + "archery_ticket_price": "0", + "id": "4905", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 50", + "archery_ticket_price": "0", + "id": "4906", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 25", + "archery_ticket_price": "0", + "id": "4907", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "368200", + "name": "Guthan's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4908" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "368200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4909" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4910", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 100" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4911", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 75" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4912", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 50" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4913", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 25" + }, + { + "requirements": "{0,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "379500", + "stand_anim": "813", + "attack_audios": "1316,0,0,0", + "tradeable": "true", + "name": "Guthan's spear 0", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4914", + "stand_turn_anim": "1209" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "379500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's spear 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4915" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "241605", + "name": "Guthan's body 100", + "archery_ticket_price": "0", + "id": "4916", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "241605", + "name": "Guthan's body 75", + "archery_ticket_price": "0", + "id": "4917", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "241605", + "name": "Guthan's body 50", + "archery_ticket_price": "0", + "id": "4918", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "241605", + "name": "Guthan's body 25", + "archery_ticket_price": "0", + "id": "4919", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "245900", + "name": "Guthan's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4920" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "245900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4921" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 100", + "weight": "8", + "archery_ticket_price": "0", + "id": "4922", + "absorb": "3,0,7", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 75", + "weight": "8", + "archery_ticket_price": "0", + "id": "4923", + "absorb": "3,0,7", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 50", + "weight": "8", + "archery_ticket_price": "0", + "id": "4924", + "absorb": "3,0,7", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 25", + "weight": "8", + "archery_ticket_price": "0", + "id": "4925", + "absorb": "3,0,7", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "weight": "8", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "240900", + "name": "Guthan's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4926" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "240900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4927" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's coif.", + "durability": null, + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7520", + "name": "Karil's coif 100", + "archery_ticket_price": "0", + "id": "4928", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's coif.", + "durability": null, + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7520", + "name": "Karil's coif 75", + "archery_ticket_price": "0", + "id": "4929", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's coif.", + "durability": null, + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7520", + "name": "Karil's coif 50", + "archery_ticket_price": "0", + "id": "4930", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's coif.", + "durability": null, + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7520", + "name": "Karil's coif 25", + "archery_ticket_price": "0", + "id": "4931", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's coif.", + "durability": null, + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7557", + "name": "Karil's coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4932" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "7557", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4933" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4934", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 100" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4935", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 75" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4936", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 50" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4937", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 25" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "durability": null, + "weight": "2", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "17", + "turn180_anim": "2076", + "equip_audio": "2244", + "render_anim": "372", + "equipment_slot": "3", + "grand_exchange_price": "106300", + "stand_anim": "2074", + "name": "Karil's x-bow 0", + "tradeable": "true", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4938", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "106300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's x-bow 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4939", + "equip_audio": "" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "983428", + "name": "Karil's top 100", + "archery_ticket_price": "0", + "id": "4940", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "983428", + "name": "Karil's top 75", + "archery_ticket_price": "0", + "id": "4941", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "983428", + "name": "Karil's top 50", + "archery_ticket_price": "0", + "id": "4942", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "983428", + "name": "Karil's top 25", + "archery_ticket_price": "0", + "id": "4943", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1500000", + "name": "Karil's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4944" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "1500000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4945" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 100", + "weight": "2", + "archery_ticket_price": "0", + "id": "4946", + "absorb": "0,7,3", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", + "equip_audio": "2238", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 75", + "weight": "2", + "archery_ticket_price": "0", + "id": "4947", + "absorb": "0,7,3", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", + "equip_audio": "2238", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 50", + "weight": "2", + "archery_ticket_price": "0", + "id": "4948", + "absorb": "0,7,3", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", + "equip_audio": "2238", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 25", + "weight": "2", + "archery_ticket_price": "0", + "id": "4949", + "absorb": "0,7,3", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", + "equip_audio": "2238", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "weight": "2", + "absorb": "0,7,3", + "equip_audio": "2238", + "equipment_slot": "7", + "grand_exchange_price": "153100", + "name": "Karil's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4950" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "153100", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4951" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 100", + "archery_ticket_price": "0", + "id": "4952", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 75", + "archery_ticket_price": "0", + "id": "4953", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 50", + "archery_ticket_price": "0", + "id": "4954", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 25", + "archery_ticket_price": "0", + "id": "4955", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "78200", + "name": "Torag's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4956" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "78200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4957" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 100", + "archery_ticket_price": "0", + "id": "4958", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 75", + "archery_ticket_price": "0", + "id": "4959", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 50", + "archery_ticket_price": "0", + "id": "4960", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 25", + "archery_ticket_price": "0", + "id": "4961", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "equipment_slot": "3", + "grand_exchange_price": "95600", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4962" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's hammer 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4963" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "297733", + "name": "Torag's body 100", + "archery_ticket_price": "0", + "id": "4964", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "297733", + "name": "Torag's body 75", + "archery_ticket_price": "0", + "id": "4965", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "297733", + "name": "Torag's body 50", + "archery_ticket_price": "0", + "id": "4966", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "297733", + "name": "Torag's body 25", + "archery_ticket_price": "0", + "id": "4967", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "271600", + "name": "Torag's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4968" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "271600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4969" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 100", + "weight": "9", + "archery_ticket_price": "0", + "id": "4970", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 75", + "weight": "9", + "archery_ticket_price": "0", + "id": "4971", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 50", + "weight": "9", + "archery_ticket_price": "0", + "id": "4972", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 25", + "weight": "9", + "archery_ticket_price": "0", + "id": "4973", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "weight": "9", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "371300", + "name": "Torag's legs 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4974" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "371300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's legs 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4975" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 100", + "archery_ticket_price": "0", + "id": "4976", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 75", + "archery_ticket_price": "0", + "id": "4977", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 50", + "archery_ticket_price": "0", + "id": "4978", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 25", + "archery_ticket_price": "0", + "id": "4979", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "648900", + "name": "Verac's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4980" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "648900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4981" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4982", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 100" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4983", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 75" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4984", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 50" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4985", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 25" + }, + { + "requirements": "{0,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "durability": null, + "weight": "2", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "8", + "turn180_anim": "2060", + "equip_audio": "2246", + "render_anim": "1426", + "equipment_slot": "3", + "grand_exchange_price": "95500", + "stand_anim": "1832", + "attack_audios": "1323,0,0,0", + "tradeable": "true", + "name": "Verac's flail 0", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4986", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's flail 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4987" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "177963", + "name": "Verac's top 100", + "archery_ticket_price": "0", + "id": "4988", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "177963", + "name": "Verac's top 75", + "archery_ticket_price": "0", + "id": "4989", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "177963", + "name": "Verac's top 50", + "archery_ticket_price": "0", + "id": "4990", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "177963", + "name": "Verac's top 25", + "archery_ticket_price": "0", + "id": "4991", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "174000", + "name": "Verac's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4992" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "174000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4993" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 100", + "weight": "5", + "archery_ticket_price": "0", + "id": "4994", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 75", + "weight": "5", + "archery_ticket_price": "0", + "id": "4995", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 50", + "weight": "5", + "archery_ticket_price": "0", + "id": "4996", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 25", + "weight": "5", + "archery_ticket_price": "0", + "id": "4997", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "321600", + "name": "Verac's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4998" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "321600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4999" + }, + { + "ge_buy_limit": "1000", + "examine": "It's incredibly slimy.", + "grand_exchange_price": "373", + "durability": null, + "name": "Raw cave eel", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5001" + }, + { + "ge_buy_limit": "1000", + "examine": "It's a bit slimy.", + "grand_exchange_price": "164", + "durability": null, + "name": "Cave eel", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5003" + }, + { + "examine": "That's disgusting!", + "durability": null, + "name": "Frog spawn", + "archery_ticket_price": "0", + "id": "5004" + }, + { + "durability": null, + "name": "Raw cave eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5005" + }, + { + "durability": null, + "name": "Burnt cave eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5006" + }, + { + "durability": null, + "name": "Cave eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5007" + }, + { + "examine": "A book about the ancient goblin tribes.", + "durability": null, + "name": "Goblin symbol book", + "weight": "1", + "archery_ticket_price": "0", + "id": "5009" + }, + { + "examine": "You found the Lumbridge silverware in the HAM cave.", + "durability": null, + "name": "Silverware", + "archery_ticket_price": "0", + "id": "5011" + }, + { + "examine": "A peace treaty between Lumbridge and the Cave Goblins.", + "durability": null, + "name": "Peace treaty", + "archery_ticket_price": "0", + "id": "5012" + }, + { + "shop_price": "900", + "examine": "A helmet with a lamp on it.", + "grand_exchange_price": "380", + "durability": null, + "name": "Mining helmet", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5013", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{11,65}", + "shop_price": "900", + "ge_buy_limit": "100", + "examine": "A helmet with an unlit lamp on it.", + "durability": null, + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "342", + "name": "Mining helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5014", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "342", + "durability": null, + "name": "Mining helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5015" + }, + { + "ge_buy_limit": "100", + "shop_price": "600", + "turn90cw_anim": "1207", + "examine": "Basic but brutal!", + "walk_anim": "1205", + "durability": null, + "weight": "1.3", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "false", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "219", + "stand_anim": "813", + "tradeable": "true", + "name": "Bone spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5016", + "stand_turn_anim": "1209", + "bonuses": "11,11,11,0,0,1,1,0,0,0,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5017" + }, + { + "shop_price": "600", + "ge_buy_limit": "100", + "examine": "Basic but brutal!", + "durability": null, + "weight": "0.9", + "attack_speed": "6", + "weapon_interface": "10", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "384", + "name": "Bone club", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5018", + "bonuses": "-4,-4,16,-4,0,0,0,0,0,0,0,15,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "384", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone club", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5019" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5020" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5021" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5022" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5023" + }, + { + "remove_sleeves": "true", + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Far too small to wear.", + "grand_exchange_price": "710", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5024", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "710", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5025" + }, + { + "remove_sleeves": "true", + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Yellow top, too small for me.", + "grand_exchange_price": "908", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5026", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "908", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5027" + }, + { + "remove_sleeves": "true", + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Blue top, very tiny.", + "grand_exchange_price": "1357", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5028", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1357", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5029" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "867", + "examine": "Tiny!", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5030", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "867", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5031" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "1023", + "examine": "Tiny!", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5032", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1023", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5033" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "1282", + "examine": "Tiny!", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5034", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1282", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5035" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "746", + "examine": "A pair of long dwarven trousers... long for dwarves, of course.", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5036", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "746", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5037" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "378", + "examine": "A pair of long dwarven trousers... long for dwarves, of course.", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5038", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "378", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5039" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "442", + "examine": "A pair of long dwarven trousers... long for dwarves, of course.", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5040", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "442", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5041" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "examine": "These look great, on dwarves!", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5042", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5043" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1229", + "examine": "Yellow shorts. Far too small for you.", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5044", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1229", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5045" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2582", + "examine": "Blue shorts, these would look great on dwarves!", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5046", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2582", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5047" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "681", + "examine": "A brown skirt. Size small!", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5048", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "681", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5049" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1151", + "examine": "A blue skirt.", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5050", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1151", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5051" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "803", + "examine": "Lilac skirt.", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5052", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "803", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5053" + }, + { + "examine": "A short angry guy.", + "durability": null, + "name": "Dwarf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5054" + }, + { + "durability": null, + "name": "Dwarf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5055" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5056" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5057" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5058" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5059" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5060", + "equip_audio": "2232", + "equipment_slot": "3" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5061", + "equip_audio": "2232", + "equipment_slot": "3" + }, + { + "examine": "One of a pair I assume.", + "durability": null, + "name": "Left boot", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5062" + }, + { + "examine": "A good looking boot, for the right foot. Literally.", + "durability": null, + "name": "Right boot", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5063" + }, + { + "examine": "A lovely pair of boots.", + "durability": null, + "name": "Exquisite boots", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5064" + }, + { + "examine": "An old library book. It bears the title 'Scholars to Dwarven Costumes'.", + "durability": null, + "name": "Book on costumes", + "archery_ticket_price": "0", + "id": "5065" + }, + { + "examine": "These notes are from a meeting of the Keldagrim Consortium.", + "durability": null, + "name": "Meeting notes", + "archery_ticket_price": "0", + "id": "5066" + }, + { + "examine": "Clothes for the sculptor's model.", + "durability": null, + "name": "Exquisite clothes", + "archery_ticket_price": "0", + "id": "5067" + }, + { + "examine": "A master at farming.", + "durability": null, + "name": "Master farmer", + "archery_ticket_price": "0", + "id": "5068" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5070" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5071" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5072" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5073" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5074" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5075" + }, + { + "examine": "A red bird's egg.", + "durability": null, + "name": "Bird's egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5076" + }, + { + "examine": "A blue bird's egg.", + "durability": null, + "name": "Bird's egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5077" + }, + { + "examine": "A green bird's egg.", + "durability": null, + "name": "Bird's egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5078" + }, + { + "requirements": "{2,19}", + "shop_price": "84", + "ge_buy_limit": "100", + "examine": "A marigold seed - plant in flower patch.", + "grand_exchange_price": "8", + "durability": null, + "name": "Marigold seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5096" + }, + { + "requirements": "{11,19}", + "shop_price": "98", + "ge_buy_limit": "100", + "examine": "A rosemary seed - plant in flower patch.", + "grand_exchange_price": "3", + "durability": null, + "name": "Rosemary seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5097" + }, + { + "requirements": "{24,19}", + "shop_price": "14", + "ge_buy_limit": "100", + "examine": "A nasturtium seed - plant in flower patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Nasturtium seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5098" + }, + { + "requirements": "{19,25}", + "ge_buy_limit": "100", + "examine": "A woad seed - plant in flower patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Woad seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5099" + }, + { + "requirements": "{19,26}", + "shop_price": "70", + "ge_buy_limit": "100", + "examine": "A limpwurt seed - plant in flower patch.", + "grand_exchange_price": "273", + "durability": null, + "name": "Limpwurt seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5100" + }, + { + "requirements": "{10,19}", + "ge_buy_limit": "100", + "examine": "A redberry seed - Plant in a bush patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Redberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5101" + }, + { + "requirements": "{22,19}", + "ge_buy_limit": "100", + "examine": "A cadavaberry seed - Plant in a bush patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Cadavaberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5102" + }, + { + "requirements": "{19,36}", + "ge_buy_limit": "100", + "examine": "A dwellberry seed - Plant in a bush patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Dwellberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5103" + }, + { + "requirements": "{19,48}", + "shop_price": "22", + "ge_buy_limit": "100", + "examine": "A jangerberry bush seed - plant in a bush patch.", + "grand_exchange_price": "2", + "durability": null, + "name": "Jangerberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5104" + }, + { + "requirements": "{19,59}", + "ge_buy_limit": "100", + "examine": "A whiteberry bush seed - plant in a bush patch.", + "grand_exchange_price": "8", + "durability": null, + "name": "Whiteberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5105" + }, + { + "requirements": "{19,70}", + "ge_buy_limit": "100", + "examine": "A poison ivy bush seed - plant in a bush patch.", + "grand_exchange_price": "38", + "durability": null, + "name": "Poison ivy seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5106" + }, + { + "requirements": "{19,55}", + "shop_price": "29", + "ge_buy_limit": "100", + "examine": "A Cactus seed - plant in a cactus patch.", + "grand_exchange_price": "10", + "durability": null, + "name": "Cactus seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5280" + }, + { + "requirements": "{19,63}", + "ge_buy_limit": "100", + "examine": "Also known as Deadly Nightshade - plant in a belladonna patch.", + "grand_exchange_price": "24", + "durability": null, + "name": "Belladonna seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5281" + }, + { + "requirements": "{19,53}", + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Mushroom spore", + "archery_ticket_price": "0", + "id": "5282" + }, + { + "requirements": "{19,27}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "4", + "durability": null, + "name": "Apple tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5283" + }, + { + "requirements": "{19,33}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "5", + "durability": null, + "name": "Banana tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5284" + }, + { + "requirements": "{19,39}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "30", + "durability": null, + "name": "Orange tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5285" + }, + { + "requirements": "{19,42}", + "ge_buy_limit": "100", + "examine": "Plant this in a plant pot of soil to grow a sapling.", + "grand_exchange_price": "265", + "durability": null, + "name": "Curry tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5286" + }, + { + "requirements": "{19,51}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "13700", + "durability": null, + "name": "Pineapple seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5287" + }, + { + "requirements": "{19,57}", + "ge_buy_limit": "100", + "examine": "Plant this in a plant pot of soil to grow a sapling.", + "grand_exchange_price": "41200", + "durability": null, + "name": "Papaya tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5288" + }, + { + "requirements": "{19,68}", + "shop_price": "35000", + "ge_buy_limit": "100", + "examine": "Plant in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "105100", + "durability": null, + "name": "Palm tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5289" + }, + { + "requirements": "{19,72}", + "shop_price": "35000", + "ge_buy_limit": "100", + "examine": "Plant in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "32000", + "durability": null, + "name": "Calquat tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5290" + }, + { + "requirements": "{9,19}", + "ge_buy_limit": "100", + "examine": "A guam seed - plant in a herb patch.", + "grand_exchange_price": "5", + "durability": null, + "name": "Guam seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5291" + }, + { + "requirements": "{14,19}", + "ge_buy_limit": "100", + "examine": "A marrentill seed - plant in a herb patch.", + "grand_exchange_price": "5", + "durability": null, + "name": "Marrentill seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5292" + }, + { + "requirements": "{19,19}", + "ge_buy_limit": "100", + "examine": "A tarromin seed - plant in a herb patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Tarromin seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5293" + }, + { + "requirements": "{19,26}", + "ge_buy_limit": "100", + "examine": "A harralander seed - plant in a herb patch.", + "grand_exchange_price": "4", + "durability": null, + "name": "Harralander seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5294" + }, + { + "requirements": "{19,32}", + "shop_price": "4000", + "ge_buy_limit": "100", + "examine": "A Ranarr seed - plant in a herb patch.", + "grand_exchange_price": "9489", + "durability": null, + "name": "Ranarr seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5295" + }, + { + "requirements": "{19,38}", + "ge_buy_limit": "100", + "examine": "A toadflax seed - plant in a herb patch.", + "grand_exchange_price": "2980", + "durability": null, + "name": "Toadflax seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5296" + }, + { + "requirements": "{19,44}", + "ge_buy_limit": "100", + "examine": "An irit seed - plant in a herb patch.", + "grand_exchange_price": "181", + "durability": null, + "name": "Irit seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5297" + }, + { + "requirements": "{19,50}", + "ge_buy_limit": "100", + "examine": "An avantoe seed - plant in a herb patch.", + "grand_exchange_price": "2492", + "durability": null, + "name": "Avantoe seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5298" + }, + { + "requirements": "{19,56}", + "ge_buy_limit": "100", + "examine": "A kwuarm seed - plant in a herb patch.", + "grand_exchange_price": "537", + "durability": null, + "name": "Kwuarm seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5299" + }, + { + "requirements": "{19,62}", + "ge_buy_limit": "100", + "examine": "A snapdragon seed - plant in a herb patch.", + "grand_exchange_price": "47800", + "durability": null, + "name": "Snapdragon seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5300" + }, + { + "requirements": "{19,67}", + "ge_buy_limit": "100", + "examine": "A cadantine seed - plant in a herb patch.", + "grand_exchange_price": "1253", + "durability": null, + "name": "Cadantine seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5301" + }, + { + "requirements": "{19,73}", + "ge_buy_limit": "100", + "examine": "A lantadyme seed - plant in a herb patch.", + "grand_exchange_price": "37100", + "durability": null, + "name": "Lantadyme seed", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5302" + }, + { + "requirements": "{19,79}", + "ge_buy_limit": "100", + "examine": "A dwarf weed seed - plant in a herb patch.", + "grand_exchange_price": "41900", + "durability": null, + "name": "Dwarf weed seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5303" + }, + { + "requirements": "{19,85}", + "ge_buy_limit": "100", + "examine": "A Torstol seed - plant in a herb patch.", + "grand_exchange_price": "302300", + "durability": null, + "name": "Torstol seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5304" + }, + { + "requirements": "{3,19}", + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "A barley seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Barley seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5305" + }, + { + "requirements": "{13,19}", + "shop_price": "86", + "ge_buy_limit": "100", + "examine": "A jute seed - plant in a hops patch.", + "grand_exchange_price": "2", + "durability": null, + "name": "Jute seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5306" + }, + { + "requirements": "{4,19}", + "shop_price": "52", + "ge_buy_limit": "100", + "examine": "A hammerstone hop seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Hammerstone seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5307" + }, + { + "requirements": "{8,19}", + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "An Asgarnian hop seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Asgarnian seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5308" + }, + { + "requirements": "{16,19}", + "shop_price": "210", + "ge_buy_limit": "100", + "examine": "A yanillian hop seed - plant in a hops patch.", + "grand_exchange_price": "11", + "durability": null, + "name": "Yanillian seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5309" + }, + { + "requirements": "{21,19}", + "shop_price": "8", + "ge_buy_limit": "100", + "examine": "A krandorian hop seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Krandorian seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5310" + }, + { + "requirements": "{19,28}", + "shop_price": "14", + "ge_buy_limit": "100", + "examine": "A wildblood hop seed - plant in a hops patch.", + "grand_exchange_price": "12", + "durability": null, + "name": "Wildblood seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5311" + }, + { + "requirements": "{15,19}", + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "22", + "durability": null, + "name": "Acorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5312" + }, + { + "requirements": "{19,30}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "945", + "durability": null, + "name": "Willow seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5313" + }, + { + "requirements": "{19,45}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "35400", + "durability": null, + "name": "Maple seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5314" + }, + { + "requirements": "{19,60}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "81900", + "durability": null, + "name": "Yew seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5315" + }, + { + "requirements": "{19,75}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "276900", + "durability": null, + "name": "Magic seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5316" + }, + { + "requirements": "{19,83}", + "shop_price": "55000", + "examine": "Plant this in a plant pot of soil to grow a sapling.", + "durability": null, + "name": "Spirit seed", + "archery_ticket_price": "0", + "id": "5317" + }, + { + "shop_price": "8", + "ge_buy_limit": "500", + "examine": "A potato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Potato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5318" + }, + { + "requirements": "{5,19}", + "shop_price": "10", + "ge_buy_limit": "500", + "examine": "An onion seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Onion seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5319" + }, + { + "requirements": "{20,19}", + "ge_buy_limit": "500", + "examine": "A sweetcorn seed - plant in an allotment.", + "grand_exchange_price": "2", + "durability": null, + "name": "Sweetcorn seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5320" + }, + { + "requirements": "{19,47}", + "shop_price": "56", + "ge_buy_limit": "500", + "examine": "A watermelon seed - plant in an allotment.", + "grand_exchange_price": "2491", + "durability": null, + "name": "Watermelon seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5321" + }, + { + "requirements": "{12,19}", + "shop_price": "10", + "ge_buy_limit": "500", + "examine": "A tomato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Tomato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5322" + }, + { + "requirements": "{19,31}", + "ge_buy_limit": "500", + "examine": "A strawberry seed - plant in an allotment.", + "grand_exchange_price": "240", + "durability": null, + "name": "Strawberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5323" + }, + { + "requirements": "{7,19}", + "shop_price": "25", + "ge_buy_limit": "500", + "examine": "A cabbage seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Cabbage seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5324" + }, + { + "shop_price": "12", + "ge_buy_limit": "100", + "examine": "Not suitable for archaeological digs.", + "grand_exchange_price": "106", + "durability": null, + "name": "Gardening trowel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5325" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "106", + "durability": null, + "name": "Gardening trowel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5326" + }, + { + "examine": "I need to attach this to its head.", + "durability": null, + "name": "Spade handle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5327" + }, + { + "examine": "I need to attach this to its handle.", + "durability": null, + "name": "Spade head", + "archery_ticket_price": "0", + "id": "5328" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Good for pruning away diseased leaves.", + "grand_exchange_price": "204", + "durability": null, + "name": "Secateurs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5329", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "204", + "durability": null, + "name": "Secateurs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5330" + }, + { + "shop_price": "8", + "ge_buy_limit": "100", + "examine": "This watering can is empty.", + "grand_exchange_price": "298", + "durability": null, + "name": "Watering can", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5331" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "298", + "durability": null, + "name": "Watering can", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5332" + }, + { + "shop_price": "8", + "examine": " This watering can is almost empty.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(1)", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "5333" + }, + { + "shop_price": "8", + "examine": "This watering can is three-quarters empty.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(2)", + "archery_ticket_price": "0", + "weight": "0.3", + "id": "5334" + }, + { + "shop_price": "8", + "examine": "This watering can is just under half-full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(3)", + "archery_ticket_price": "0", + "weight": "0.4", + "id": "5335" + }, + { + "shop_price": "8", + "examine": " Some would say this watering can is half-full, others half-empty.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(4)", + "archery_ticket_price": "0", + "weight": "0.5", + "id": "5336" + }, + { + "shop_price": "8", + "examine": "This watering can is just over half-full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(5)", + "archery_ticket_price": "0", + "weight": "0.6", + "id": "5337" + }, + { + "shop_price": "8", + "examine": " This watering can is three quarters full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(6)", + "archery_ticket_price": "0", + "weight": "0.7", + "id": "5338" + }, + { + "shop_price": "8", + "examine": " This watering can is almost completely full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(7)", + "archery_ticket_price": "0", + "weight": "0.8", + "id": "5339" + }, + { + "shop_price": "8", + "examine": " This watering can is completely full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(8)", + "archery_ticket_price": "0", + "weight": "0.9", + "id": "5340" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Use this to clear weeds.", + "grand_exchange_price": "99", + "durability": null, + "name": "Rake", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "5341" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "99", + "durability": null, + "name": "Rake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5342" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Use this to plant seeds with.", + "grand_exchange_price": "117", + "durability": null, + "name": "Seed dibber", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5343" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Seed dibber", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5344" + }, + { + "ge_buy_limit": "100", + "examine": "A pair of gardening boots.", + "grand_exchange_price": "3186", + "durability": null, + "name": "Gardening boots", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5345", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3186", + "durability": null, + "name": "Gardening boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5346" + }, + { + "examine": "I need to reattach this to its head.", + "durability": null, + "name": "Rake handle", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5347" + }, + { + "examine": "I need to reattach this to its handle.", + "durability": null, + "name": "Rake head", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5348" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An empty plant pot.", + "grand_exchange_price": "20", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5350" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5351" + }, + { + "shop_price": "9", + "ge_buy_limit": "100", + "examine": "An unfired plant pot.", + "grand_exchange_price": "7", + "durability": null, + "name": "Unfired plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5352" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Unfired plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5353" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "A plant pot filled with soil.", + "grand_exchange_price": "340", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5354" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "340", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5355" + }, + { + "shop_price": "1", + "examine": "A plant pot filled with soil.", + "grand_exchange_price": "243", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5356" + }, + { + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5357" + }, + { + "shop_price": "200", + "examine": "An acorn has been sown in this plant pot.", + "durability": null, + "name": "Oak seedling", + "archery_ticket_price": "0", + "id": "5358" + }, + { + "examine": "A willow tree seed has been sown in this plant pot.", + "durability": null, + "name": "Willow seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5359" + }, + { + "examine": "A maple tree seed has been sown in this plant pot.", + "durability": null, + "name": "Maple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5360" + }, + { + "examine": "A yew tree seed has been sown in this plant pot.", + "durability": null, + "name": "Yew seedling", + "weight": "1", + "archery_ticket_price": "0", + "id": "5361" + }, + { + "examine": "A magic tree seed has been sown in this plant pot.", + "durability": null, + "name": "Magic seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5362" + }, + { + "examine": "A spirit tree seed has been sown in this plant pot.", + "durability": null, + "name": "Spirit seedling", + "archery_ticket_price": "0", + "id": "5363" + }, + { + "shop_price": "200", + "examine": "An acorn has been sown and watered in this plant pot.", + "durability": null, + "name": "Oak seedling", + "archery_ticket_price": "0", + "id": "5364" + }, + { + "examine": "A willow tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Willow seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5365" + }, + { + "examine": "A maple tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Maple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5366" + }, + { + "examine": "A yew tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Yew seedling", + "weight": "1", + "archery_ticket_price": "0", + "id": "5367" + }, + { + "examine": "A magic tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Magic seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5368" + }, + { + "examine": "A spirit tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Spirit seedling", + "archery_ticket_price": "0", + "id": "5369" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Oak sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5370" + }, + { + "examine": "This sapling is ready to be replanted in a tree patch.", + "durability": null, + "name": "Willow sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5371" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Maple sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5372" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Yew sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5373" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Magic sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5374" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Spirit sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5375" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "An empty fruit basket.", + "grand_exchange_price": "1", + "durability": null, + "name": "Basket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5376" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Basket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5377" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5378" + }, + { + "durability": null, + "name": "Apples(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5379" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5380" + }, + { + "durability": null, + "name": "Apples(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5381" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5382" + }, + { + "durability": null, + "name": "Apples(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5383" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(4)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5384" + }, + { + "durability": null, + "name": "Apples(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5385" + }, + { + "ge_buy_limit": "1000", + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "2448", + "durability": null, + "name": "Apples(5)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5386" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2448", + "durability": null, + "name": "Apples(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5387" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5388" + }, + { + "durability": null, + "name": "Oranges(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5389" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5390" + }, + { + "durability": null, + "name": "Oranges(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5391" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5392" + }, + { + "durability": null, + "name": "Oranges(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5393" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5394" + }, + { + "durability": null, + "name": "Oranges(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5395" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "A common fruit.", + "grand_exchange_price": "5649", + "durability": null, + "name": "Oranges(5)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5396" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5649", + "durability": null, + "name": "Oranges(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5397" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(1)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5398" + }, + { + "durability": null, + "name": "Strawberries(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5399" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(2)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5400" + }, + { + "durability": null, + "name": "Strawberries(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5401" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(3)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5402" + }, + { + "durability": null, + "name": "Strawberries(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5403" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(4)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5404" + }, + { + "durability": null, + "name": "Strawberries(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5405" + }, + { + "ge_buy_limit": "10000", + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "406", + "durability": null, + "name": "Strawberries(5)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5406" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "406", + "durability": null, + "name": "Strawberries(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5407" + }, + { + "examine": "A fruit basket filled with bananas.", + "grand_exchange_price": "1064", + "durability": null, + "name": "Bananas(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5408" + }, + { + "durability": null, + "name": "Bananas(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5409" + }, + { + "examine": "A fruit basket filled with bananas.", + "grand_exchange_price": "1064", + "durability": null, + "name": "Bananas(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5410" + }, + { + "durability": null, + "name": "Bananas(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5411" + }, + { + "examine": "A fruit basket filled with bananas.", + "grand_exchange_price": "1064", + "durability": null, + "name": "Bananas(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5412" + }, + { + "durability": null, + "name": "Bananas(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5413" + }, + { + "shop_price": "2", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "171", + "durability": null, + "name": "Bananas(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5414" + }, + { + "durability": null, + "name": "Bananas(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5415" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "1637", + "durability": null, + "name": "Bananas(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5416" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1637", + "durability": null, + "name": "Bananas(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5417" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An empty sack.", + "grand_exchange_price": "45", + "durability": null, + "name": "Empty sack", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5418" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "45", + "durability": null, + "name": "Empty sack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5419" + }, + { + "examine": "There is one potato in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(1)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5420" + }, + { + "durability": null, + "name": "Potatoes(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5421" + }, + { + "examine": "There are two potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(2)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5422" + }, + { + "durability": null, + "name": "Potatoes(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5423" + }, + { + "examine": "There are three potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(3)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5424" + }, + { + "durability": null, + "name": "Potatoes(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5425" + }, + { + "examine": "There are four potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(4)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5426" + }, + { + "durability": null, + "name": "Potatoes(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5427" + }, + { + "examine": "There are five potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(5)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5428" + }, + { + "durability": null, + "name": "Potatoes(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5429" + }, + { + "examine": "There are six potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(6)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5430" + }, + { + "durability": null, + "name": "Potatoes(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5431" + }, + { + "examine": "There are seven potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(7)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5432" + }, + { + "durability": null, + "name": "Potatoes(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5433" + }, + { + "examine": "There are eight potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(8)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5434" + }, + { + "durability": null, + "name": "Potatoes(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5435" + }, + { + "examine": "There are nine potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(9)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5436" + }, + { + "durability": null, + "name": "Potatoes(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5437" + }, + { + "ge_buy_limit": "1000", + "examine": "There are ten potatoes in this sack.", + "grand_exchange_price": "1052", + "durability": null, + "name": "Potatoes(10)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5438" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1052", + "durability": null, + "name": "Potatoes(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5439" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(1)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5440" + }, + { + "durability": null, + "name": "Onions(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5441" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(2)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5442" + }, + { + "durability": null, + "name": "Onions(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5443" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(3)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5444" + }, + { + "durability": null, + "name": "Onions(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5445" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(4)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5446" + }, + { + "durability": null, + "name": "Onions(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5447" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(5)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5448" + }, + { + "durability": null, + "name": "Onions(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5449" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(6)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5450" + }, + { + "durability": null, + "name": "Onions(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5451" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(7)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5452" + }, + { + "durability": null, + "name": "Onions(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5453" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(8)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5454" + }, + { + "durability": null, + "name": "Onions(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5455" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(9)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5456" + }, + { + "durability": null, + "name": "Onions(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5457" + }, + { + "ge_buy_limit": "1000", + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "489", + "durability": null, + "name": "Onions(10)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5458" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "489", + "durability": null, + "name": "Onions(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5459" + }, + { + "examine": "There is one cabbage in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5460" + }, + { + "durability": null, + "name": "Cabbages(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5461" + }, + { + "examine": "There are two cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5462" + }, + { + "durability": null, + "name": "Cabbages(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5463" + }, + { + "examine": "There are three cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5464" + }, + { + "durability": null, + "name": "Cabbages(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5465" + }, + { + "examine": "There are four cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5466" + }, + { + "durability": null, + "name": "Cabbages(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5467" + }, + { + "examine": "There are five cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5468" + }, + { + "durability": null, + "name": "Cabbages(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5469" + }, + { + "examine": "There are six cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5470" + }, + { + "durability": null, + "name": "Cabbages(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5471" + }, + { + "examine": "There are seven cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5472" + }, + { + "durability": null, + "name": "Cabbages(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5473" + }, + { + "examine": "There are eight cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5474" + }, + { + "durability": null, + "name": "Cabbages(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5475" + }, + { + "examine": "There are nine cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5476" + }, + { + "durability": null, + "name": "Cabbages(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5477" + }, + { + "ge_buy_limit": "1000", + "examine": "There are ten cabbages in this sack.", + "grand_exchange_price": "917", + "durability": null, + "name": "Cabbages(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5478" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "917", + "durability": null, + "name": "Cabbages(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5479" + }, + { + "examine": "An apple tree seed has been sown in this plant pot.", + "durability": null, + "name": "Apple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5480" + }, + { + "examine": "A banana tree seed has been sown in this plant pot.", + "durability": null, + "name": "Banana seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5481" + }, + { + "examine": "An orange tree seed has been sown in this plant pot.", + "durability": null, + "name": "Orange seedling", + "archery_ticket_price": "0", + "id": "5482" + }, + { + "examine": "A curry tree seed has been sown in this plant pot.", + "durability": null, + "name": "Curry seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5483" + }, + { + "examine": "A pineapple plant seed has been sown in this plant pot.", + "durability": null, + "name": "Pineapple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5484" + }, + { + "examine": "A papaya tree seed has been sown in this plant pot.", + "durability": null, + "name": "Papaya seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5485" + }, + { + "examine": "A palm tree seed has been sown in this plant pot.", + "durability": null, + "name": "Palm seedling", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "5486" + }, + { + "examine": "A calquat tree seed has been sown in this plant pot.", + "durability": null, + "name": "Calquat seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5487" + }, + { + "examine": "An apple tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Apple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5488" + }, + { + "examine": "A banana tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Banana seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5489" + }, + { + "examine": "An orange tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Orange seedling", + "archery_ticket_price": "0", + "id": "5490" + }, + { + "examine": "A curry tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Curry seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5491" + }, + { + "examine": "A pineapple plant seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Pineapple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5492" + }, + { + "examine": "A papaya tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Papaya seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5493" + }, + { + "examine": "A palm tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Palm seedling", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "5494" + }, + { + "examine": "A calquat tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Calquat seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5495" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Apple sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5496" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Banana sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5497" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Orange sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5498" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Curry sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5499" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Pineapple sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5500" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Papaya sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5501" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Palm sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5502" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Calquat sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5503" + }, + { + "ge_buy_limit": "10000", + "examine": "A freshly picked strawberry.", + "grand_exchange_price": "23", + "durability": null, + "name": "Strawberry", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5504" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, + "name": "Strawberry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5505" + }, + { + "examine": "The Wise Old Man of Draynor Village asked you to take this to someone.", + "durability": null, + "name": "Old man's message", + "archery_ticket_price": "0", + "id": "5506" + }, + { + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", + "durability": null, + "name": "Strange book", + "archery_ticket_price": "0", + "id": "5507" + }, + { + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", + "durability": null, + "name": "Book of folklore", + "archery_ticket_price": "0", + "id": "5508" + }, + { + "examine": "A small pouch used for storing essence.", + "durability": null, + "name": "Small pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5509" + }, + { + "examine": "A medium-sized pouch used for storing essence.", + "durability": null, + "name": "Medium pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5510" + }, + { + "examine": "A medium-sized pouch used for storing essence.", + "durability": null, + "name": "Medium pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5511" + }, + { + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5512" + }, + { + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5513" + }, + { + "shop_price": "50000", + "examine": "A giant-sized pouch used for storing essence.", + "durability": null, + "name": "Giant pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5514" + }, + { + "shop_price": "50000", + "examine": "A giant-sized pouch used for storing essence.", + "durability": null, + "name": "Giant pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5515" + }, + { + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "186900", + "durability": null, + "name": "Elemental talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5516" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "186900", + "durability": null, + "name": "Elemental talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5517" + }, + { + "examine": "This contains mystical teleport information...", + "durability": null, + "name": "Scrying orb", + "weight": "1", + "archery_ticket_price": "0", + "id": "5518" + }, + { + "examine": "This orb apparently contains a cypher spell.", + "durability": null, + "name": "Scrying orb", + "weight": "1", + "archery_ticket_price": "0", + "id": "5519" + }, + { + "examine": "Some research notes on abyssal space.", + "durability": null, + "name": "Abyssal book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5520" + }, + { + "ge_buy_limit": "100", + "examine": "A necklace embedded with mystical power.", + "grand_exchange_price": "720", + "durability": null, + "name": "Binding necklace", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5521", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "720", + "durability": null, + "name": "Binding necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5522" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A mould for tiaras.", + "grand_exchange_price": "315", + "durability": null, + "name": "Tiara mould", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5523" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "315", + "durability": null, + "name": "Tiara mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5524" + }, + { + "ge_buy_limit": "1000", + "examine": "Makes me feel like a Princess.", + "grand_exchange_price": "13", + "durability": null, + "name": "Tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5525", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5526" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of air.", + "grand_exchange_price": "5", + "durability": null, + "name": "Air tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5527", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Air tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5528" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the mind.", + "grand_exchange_price": "10", + "durability": null, + "name": "Mind tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5529", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Mind tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5530" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of water.", + "grand_exchange_price": "1351", + "durability": null, + "name": "Water tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5531", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1351", + "durability": null, + "name": "Water tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5532" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the body.", + "grand_exchange_price": "5", + "durability": null, + "name": "Body tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5533", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Body tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5534" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the earth.", + "grand_exchange_price": "4", + "durability": null, + "name": "Earth tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5535", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Earth tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5536" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of fire.", + "grand_exchange_price": "8", + "durability": null, + "name": "Fire tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5537", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Fire tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5538" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the cosmos.", + "grand_exchange_price": "8", + "durability": null, + "name": "Cosmic tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5539", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Cosmic tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5540" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of nature.", + "grand_exchange_price": "10", + "durability": null, + "name": "Nature tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5541", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Nature tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5542" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of chaos.", + "grand_exchange_price": "10", + "durability": null, + "name": "Chaos tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5543", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Chaos tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5544" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of law.", + "grand_exchange_price": "11", + "durability": null, + "name": "Law tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5545", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Law tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5546" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of death.", + "grand_exchange_price": "65", + "durability": null, + "name": "Death tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5547", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65", + "durability": null, + "name": "Death tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5548" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of Blood.", + "grand_exchange_price": "1058", + "durability": null, + "name": "Blood tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5549", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1058", + "durability": null, + "name": "Blood tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5550" + }, + { + "ge_buy_limit": "100", + "examine": " A tiara infused with the properties of the soul.", + "durability": null, + "name": "Soul tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "5551", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Soul tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5552" + }, + { + "remove_sleeves": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue top", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5553", + "bonuses": "0,0,0,0,0,10,10,10,10,10,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue mask", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5554", + "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue trousers", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5555", + "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "examine": "Black banded leather gloves, a rogue's dream!", + "durability": null, + "name": "Rogue gloves", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5556", + "bonuses": "0,0,0,0,0,2,2,2,2,2,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Black banded leather boots, a rogue's dream!", + "durability": null, + "name": "Rogue boots", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5557", + "bonuses": "0,0,0,0,0,2,2,2,2,2,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "35", + "examine": "It can do almost anything!", + "durability": null, + "name": "Rogue kit", + "archery_ticket_price": "0", + "id": "5558" + }, + { + "examine": "A small satchel of bright powder!", + "durability": null, + "name": "Flash powder", + "weight": "1", + "archery_ticket_price": "0", + "id": "5559" + }, + { + "shop_price": "10", + "examine": "A useful hearing aid.", + "durability": null, + "name": "Stethoscope", + "archery_ticket_price": "0", + "id": "5560", + "equipment_slot": "5" + }, + { + "examine": "I can escape the Maze with this!", + "durability": null, + "name": "Mystic jewel", + "archery_ticket_price": "0", + "id": "5561" + }, + { + "examine": "A fraction of a roof.", + "durability": null, + "name": "Picture", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "5568" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "6000", + "ge_buy_limit": "100", + "examine": "An initiate Temple Knight's helm.", + "durability": null, + "weight": "2.2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "3512", + "name": "Initiate sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5574", + "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,3,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "An initiate Temple Knight's Armour.", + "durability": null, + "weight": "8", + "absorb": "1,0,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5776", + "name": "Initiate hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5575", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,6,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "An initiate Temple Knight's leg armour.", + "durability": null, + "weight": "7", + "absorb": "1,0,2", + "equipment_slot": "7", + "grand_exchange_price": "4574", + "name": "Initiate cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5576", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,5,0,0" + }, + { + "examine": "A vial of something labelled 'Cupric Sulfate'.", + "durability": null, + "name": "Cupric sulphate", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5577" + }, + { + "examine": "A vial of something labelled 'Acetic Acid'.", + "durability": null, + "name": "Acetic acid", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5578" + }, + { + "examine": "A vial of something labelled 'Gypsum'.", + "durability": null, + "name": "Gypsum", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5579" + }, + { + "examine": "A vial of something labelled 'Sodium Chloride'.", + "durability": null, + "name": "Sodium chloride", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5580" + }, + { + "examine": "A vial of something labelled 'Nitrous Oxide'.", + "durability": null, + "name": "Nitrous oxide", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5581" + }, + { + "examine": "A vial of something labelled Dihydrogen Monoxide.", + "durability": null, + "name": "Vial of liquid", + "archery_ticket_price": "0", + "id": "5582" + }, + { + "examine": "A vial of something labelled 'Powdered Tin Ore'.", + "durability": null, + "name": "Tin ore powder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5583" + }, + { + "examine": "A vial of something labelled 'Powdered Cupric Ore'.", + "durability": null, + "name": "Cupric ore powder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5584" + }, + { + "examine": "I hope the mould was accurate enough...", + "durability": null, + "name": "Bronze Key", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "5585" + }, + { + "examine": "It's a metal spade with a wooden handle.", + "durability": null, + "name": "Metal spade", + "weight": "1.814", + "archery_ticket_price": "0", + "id": "5586" + }, + { + "examine": "It's a metal spade without a handle.", + "durability": null, + "name": "Metal spade", + "weight": "1.814", + "archery_ticket_price": "0", + "id": "5587" + }, + { + "examine": "Looks like a pretty boring read.", + "durability": null, + "name": "Alchemical notes", + "archery_ticket_price": "0", + "id": "5588" + }, + { + "shop_price": "20", + "examine": "A tin layered with some stuff from a vial.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5592" + }, + { + "shop_price": "20", + "examine": "It's full of a white lumpy mixture that seems to be hardening.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5593" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key embedded in it.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5594" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key, filled with tin ore.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5595" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key, filled with copper ore.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5596" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key, filled with tin and copper ore.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5597" + }, + { + "shop_price": "20", + "examine": "There is a bronze key surrounded by plaster in this tin.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5598" + }, + { + "shop_price": "20", + "examine": "There is a strange concoction filling this tin.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5599" + }, + { + "shop_price": "10", + "examine": "I could probably pour something into this.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5600" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5601" + }, + { + "examine": "Useful for crafting items.", + "grand_exchange_price": "237", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5602" + }, + { + "shop_price": "1", + "examine": "For shearing sheep.", + "grand_exchange_price": "41", + "durability": null, + "name": "Shears", + "tradeable": "false", + "weight": "0.113", + "archery_ticket_price": "0", + "id": "5603" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "archery_ticket_price": "0", + "id": "5604" + }, + { + "shop_price": "25", + "examine": "A dangerous looking knife.", + "grand_exchange_price": "102", + "durability": null, + "name": "Knife", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5605" + }, + { + "examine": "I can exchange this for one free makeover with the makeover mage.", + "durability": null, + "name": "Makeover voucher", + "weight": "1", + "archery_ticket_price": "0", + "id": "5606" + }, + { + "shop_price": "2", + "examine": "Some wheat heads.", + "grand_exchange_price": "20", + "durability": null, + "name": "Grain", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "5607", + "equipment_slot": "1" + }, + { + "examine": "A cunning animal.", + "durability": null, + "name": "Fox", + "archery_ticket_price": "0", + "id": "5608", + "equipment_slot": "3" + }, + { + "examine": "Normal: Yep. Definitely a chicken.", + "durability": null, + "name": "Chicken", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "5609", + "equipment_slot": "5" + }, + { + "examine": "There's not much sand left in the top half...", + "durability": null, + "name": "Hourglass", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5610" + }, + { + "durability": null, + "name": "Initiate sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5611" + }, + { + "durability": null, + "name": "Initiate hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5612" + }, + { + "durability": null, + "name": "Initiate cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5613" + }, + { + "turn90cw_anim": "330", + "walk_anim": "330", + "durability": null, + "turn90ccw_anim": "330", + "turn180_anim": "330", + "render_anim": "191", + "equipment_slot": "3", + "stand_anim": "330", + "name": "Magic carpet", + "run_anim": "330", + "archery_ticket_price": "0", + "id": "5614", + "stand_turn_anim": "330" + }, + { + "examine": "A pot of crushed bearded gorilla monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "5615" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "127", + "durability": null, + "name": "Bronze arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5616", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "138", + "durability": null, + "name": "Iron arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5617", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "159", + "durability": null, + "name": "Steel arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5618", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "176", + "durability": null, + "name": "Mithril arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5619", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "211", + "durability": null, + "name": "Adamant arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5620", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "grand_exchange_price": "415", + "durability": null, + "name": "Rune arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5621", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "1076", + "durability": null, + "name": "Bronze arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5622", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "1037", + "durability": null, + "name": "Iron arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5623", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "1038", + "durability": null, + "name": "Steel arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5624", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "718", + "durability": null, + "name": "Mithril arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5625", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "101", + "durability": null, + "name": "Adamant arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5626", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "grand_exchange_price": "1300", + "durability": null, + "name": "Rune arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5627", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "162", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5628", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an iron tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "164", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5629", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "173", + "attack_audios": "2547,0,0,0", + "name": "Steel dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5630", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "822", + "attack_audios": "2547,0,0,0", + "name": "Black dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5631", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "196", + "attack_audios": "2547,0,0,0", + "name": "Mithril dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5632", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "244", + "attack_audios": "2547,0,0,0", + "name": "Adamant dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5633", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "370", + "attack_audios": "2547,0,0,0", + "name": "Rune dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5634", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1733", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5635", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an iron tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1687", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5636", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1654", + "attack_audios": "2547,0,0,0", + "name": "Steel dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5637", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "2422", + "attack_audios": "2547,0,0,0", + "name": "Black dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5638", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1660", + "attack_audios": "2547,0,0,0", + "name": "Mithril dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5639", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1352", + "attack_audios": "2547,0,0,0", + "name": "Adamant dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5640", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1109", + "attack_audios": "2547,0,0,0", + "name": "Rune dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5641", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "115", + "name": "Bronze javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5642", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "112", + "name": "Iron javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5643", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,5}", + "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "128", + "name": "Steel javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5644", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" + }, + { + "requirements": "{4,20}", + "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "141", + "name": "Mithril javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5645", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "100", + "shop_price": "100", + "examine": "An adamant tipped javelin.", + "durability": null, + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "179", + "name": "Adamant javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5646", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" + }, + { + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "302", + "name": "Rune javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5647", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1755", + "name": "Bronze jav'n(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5648", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1756", + "name": "Iron javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5649", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,5}", + "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1769", + "name": "Steel javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5650", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" + }, + { + "requirements": "{4,20}", + "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1736", + "name": "Mithril javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5651", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "100", + "shop_price": "100", + "examine": "An adamant tipped javelin.", + "durability": null, + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1514", + "name": "Adamant javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5652", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" + }, + { + "requirements": "{4,40}", + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1521", + "name": "Rune javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5653", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "164", + "attack_audios": "2704,0,0,0", + "name": "Bronze knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5654", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "170", + "attack_audios": "2704,0,0,0", + "name": "Iron knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5655", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "212", + "attack_audios": "2704,0,0,0", + "name": "Steel knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5656", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "330", + "attack_audios": "2704,0,0,0", + "name": "Mithril knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5657", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,10}", + "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "66", + "attack_audios": "2704,0,0,0", + "name": "Black knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5658", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "609", + "attack_audios": "2704,0,0,0", + "name": "Adamant knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5659", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1511", + "attack_audios": "2704,0,0,0", + "name": "Rune knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5660", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1514", + "attack_audios": "2704,0,0,0", + "name": "Bronze knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5661", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1212", + "attack_audios": "2704,0,0,0", + "name": "Iron knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5662", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1579", + "attack_audios": "2704,0,0,0", + "name": "Steel knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5663", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1368", + "attack_audios": "2704,0,0,0", + "name": "Mithril knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5664", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,10}", + "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "103", + "attack_audios": "2704,0,0,0", + "name": "Black knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5665", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1505", + "attack_audios": "2704,0,0,0", + "name": "Adamant knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5666", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "2207", + "attack_audios": "2704,0,0,0", + "name": "Rune knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5667", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "483", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5668", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "483", + "durability": null, + "name": "Iron dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5669" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "350", + "attack_audios": "2517,2517,2500,2517", + "name": "Bronze dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5670", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "350", + "durability": null, + "name": "Bronze dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5671" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "575", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5672", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "575", + "durability": null, + "name": "Steel dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5673" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "538", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5674", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "538", + "durability": null, + "name": "Mithril dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5675" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "durability": null, + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "800", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5676", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "800", + "durability": null, + "name": "Adamant dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5677" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "lendable": "true", + "grand_exchange_price": "4538", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5678", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4538", + "durability": null, + "name": "Rune dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5679" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "16800", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5680", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "attack_anims": "396,396,395,396", + "ge_buy_limit": "10", + "grand_exchange_price": "16800", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Dragon dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5681", + "defence_anim": "397" + }, + { + "requirements": "{0,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "664", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5682", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "664", + "durability": null, + "name": "Black dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5683" + }, + { + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Poison dagger(p+)", + "archery_ticket_price": "0", + "id": "5684", + "weapon_interface": "5", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Poison dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5685" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "4128", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5686", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4128", + "durability": null, + "name": "Iron dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5687" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "5088", + "attack_audios": "2517,2517,2500,2517", + "name": "Br'ze dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5688", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5088", + "durability": null, + "name": "Br'ze dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5689" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "4729", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5690", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4729", + "durability": null, + "name": "Steel dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5691" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "3476", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5692", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3476", + "durability": null, + "name": "Mithril dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5693" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "durability": null, + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "4612", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5694", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4612", + "durability": null, + "name": "Adamant dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5695" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "lendable": "true", + "grand_exchange_price": "5061", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5696", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5061", + "durability": null, + "name": "Rune dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5697" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "20300", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5698", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "attack_anims": "396,396,395,396", + "ge_buy_limit": "10", + "grand_exchange_price": "20300", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Dragon dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5699", + "defence_anim": "397" + }, + { + "requirements": "{0,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "4921", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5700", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4921", + "durability": null, + "name": "Black dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5701" + }, + { + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Poison dagger(p++)", + "archery_ticket_price": "0", + "id": "5702", + "weapon_interface": "5", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Poison dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5703" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "861", + "stand_anim": "813", + "name": "Bronze spear(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5704", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "861", + "durability": null, + "name": "Bronze spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5705" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "676", + "stand_anim": "813", + "name": "Iron spear(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5706", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "676", + "durability": null, + "name": "Iron spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5707" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "596", + "stand_anim": "813", + "tradeable": "true", + "name": "Steel spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5708", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "596", + "durability": null, + "name": "Steel spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5709" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "802", + "stand_anim": "813", + "tradeable": "true", + "name": "Mithril spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5710", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "802", + "durability": null, + "name": "Mithril spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5711" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1394", + "stand_anim": "813", + "tradeable": "true", + "name": "Adamant spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5712", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1394", + "durability": null, + "name": "Adamant spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5713" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "12500", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5714", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear(p+)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12500", + "durability": null, + "name": "Rune spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5715" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "41800", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5716", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear(p+)" + }, + { + "attack_anims": "2080,2081,2082,2080", + "ge_buy_limit": "10", + "grand_exchange_price": "41800", + "durability": null, + "name": "Dragon spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5717", + "defence_anim": "2079" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7557", + "stand_anim": "813", + "name": "Bronze spear(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5718", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7557", + "durability": null, + "name": "Bronze spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5719" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8394", + "stand_anim": "813", + "name": "Iron spear(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5720", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8394", + "durability": null, + "name": "Iron spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5721" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8336", + "stand_anim": "813", + "tradeable": "true", + "name": "Steel spear(p++)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5722", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8336", + "durability": null, + "name": "Steel spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5723" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7035", + "stand_anim": "813", + "tradeable": "true", + "name": "Mithril spear(p++)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5724", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7035", + "durability": null, + "name": "Mithril spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5725" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7530", + "stand_anim": "813", + "name": "Adamant spear(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5726", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7530", + "durability": null, + "name": "Adamant spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5727" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "17700", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5728", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear(p++)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17700", + "durability": null, + "name": "Rune spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5729" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "37800", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5730", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear(p++)" + }, + { + "attack_anims": "2080,2081,2082,2080", + "ge_buy_limit": "10", + "grand_exchange_price": "37800", + "durability": null, + "name": "Dragon spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5731", + "defence_anim": "2079" + }, + { + "durability": null, + "name": "Stool", + "archery_ticket_price": "0", + "id": "5732", + "equipment_slot": "5" + }, + { + "examine": "Yuk!", + "durability": null, + "name": "Rotten potato", + "archery_ticket_price": "0", + "id": "5733" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "3351", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5734", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3351", + "durability": null, + "name": "Black spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5735" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "9065", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear(p++)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5736", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9065", + "durability": null, + "name": "Black spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5737" + }, + { + "shop_price": "15", + "examine": "A slightly bluish leaf.", + "grand_exchange_price": "19", + "durability": null, + "name": "Woad leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5738" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "459", + "durability": null, + "name": "Asgarnian ale(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5739" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "459", + "durability": null, + "name": "Asgarnian ale(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5740" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "1193", + "durability": null, + "name": "Mature wmb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5741" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1193", + "durability": null, + "name": "Mature wmb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5742" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "65400", + "durability": null, + "name": "Greenman's ale(m)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5743" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65400", + "durability": null, + "name": "Greenman's ale(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5744" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "2458", + "durability": null, + "name": "Dragon bitter(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5745" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2458", + "durability": null, + "name": "Dragon bitter(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5746" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dwarven Stout.", + "grand_exchange_price": "56400", + "durability": null, + "name": "Dwarven stout(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5747" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56400", + "durability": null, + "name": "Dwarven stout(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5748" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "19", + "durability": null, + "name": "Moonlight mead(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5749" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Moonlight mead(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5750" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "890", + "durability": null, + "name": "Axeman's folly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5751" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "890", + "durability": null, + "name": "Axeman's folly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5752" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Axeman's folly(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5753" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26000", + "durability": null, + "name": "Axeman's folly(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5754" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "3694", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5755" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3694", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5756" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "42800", + "durability": null, + "name": "Chef's delight(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5757" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "42800", + "durability": null, + "name": "Chef's delight(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5758" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "7", + "durability": null, + "name": "Slayer's respite", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5759" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Slayer's respite", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5760" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "1748", + "durability": null, + "name": "Slayer's respite(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5761" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1748", + "durability": null, + "name": "Slayer's respite(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5762" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "1279", + "durability": null, + "name": "Cider", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5763" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1279", + "durability": null, + "name": "Cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5764" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "3614", + "durability": null, + "name": "Mature cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5765" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3614", + "durability": null, + "name": "Mature cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5766" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A pot filled with ale yeast.", + "grand_exchange_price": "59", + "durability": null, + "name": "Ale yeast", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "5767" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "59", + "durability": null, + "name": "Ale yeast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5768" + }, + { + "ge_buy_limit": "100", + "examine": "Sliced and hollowed out to form a keg.", + "grand_exchange_price": "8", + "durability": null, + "name": "Calquat keg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5769" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Calquat keg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5770" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "1934", + "durability": null, + "name": "Dwarven stout(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5771" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1934", + "durability": null, + "name": "Dwarven stout(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5772" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "3214", + "durability": null, + "name": "Dwarven stout(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5773" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3214", + "durability": null, + "name": "Dwarven stout(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5774" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "4886", + "durability": null, + "name": "Dwarven stout(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5775" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4886", + "durability": null, + "name": "Dwarven stout(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5776" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "5159", + "durability": null, + "name": "Dwarven stout(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5777" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5159", + "durability": null, + "name": "Dwarven stout(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5778" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "3344", + "durability": null, + "name": "Asgarnian ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5779" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3344", + "durability": null, + "name": "Asgarnian ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5780" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "6103", + "durability": null, + "name": "Asgarnian ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5781" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6103", + "durability": null, + "name": "Asgarnian ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5782" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "9230", + "durability": null, + "name": "Asgarnian ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5783" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9230", + "durability": null, + "name": "Asgarnian ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5784" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "12900", + "durability": null, + "name": "Asgarnian ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5785" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12900", + "durability": null, + "name": "Asgarnian ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5786" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "3441", + "durability": null, + "name": "Greenmans ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5787" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3441", + "durability": null, + "name": "Greenmans ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5788" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "4670", + "durability": null, + "name": "Greenmans ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5789" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4670", + "durability": null, + "name": "Greenmans ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5790" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "7654", + "durability": null, + "name": "Greenmans ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5791" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7654", + "durability": null, + "name": "Greenmans ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5792" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "6317", + "durability": null, + "name": "Greenmans ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5793" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6317", + "durability": null, + "name": "Greenmans ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5794" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "1495", + "durability": null, + "name": "Mind bomb(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5795" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1495", + "durability": null, + "name": "Mind bomb(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5796" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "2721", + "durability": null, + "name": "Mind bomb(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5797" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2721", + "durability": null, + "name": "Mind bomb(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5798" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "4038", + "durability": null, + "name": "Mind bomb(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5799" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4038", + "durability": null, + "name": "Mind bomb(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5800" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "5166", + "durability": null, + "name": "Mind bomb(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5801" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5166", + "durability": null, + "name": "Mind bomb(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5802" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "1673", + "durability": null, + "name": "Dragon bitter(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5803" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1673", + "durability": null, + "name": "Dragon bitter(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5804" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "3259", + "durability": null, + "name": "Dragon bitter(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5805" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3259", + "durability": null, + "name": "Dragon bitter(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5806" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "4845", + "durability": null, + "name": "Dragon bitter(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5807" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4845", + "durability": null, + "name": "Dragon bitter(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5808" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "5924", + "durability": null, + "name": "Dragon bitter(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5809" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5924", + "durability": null, + "name": "Dragon bitter(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5810" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "1298", + "durability": null, + "name": "Moonlight mead(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5811" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1298", + "durability": null, + "name": "Moonlight mead(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5812" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "2510", + "durability": null, + "name": "Moonlight mead(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5813" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2510", + "durability": null, + "name": "Moonlight mead(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5814" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "3721", + "durability": null, + "name": "Moonlight mead(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5815" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3721", + "durability": null, + "name": "Moonlight mead(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5816" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "4883", + "durability": null, + "name": "Moonlight mead(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5817" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4883", + "durability": null, + "name": "Moonlight mead(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5818" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "3333", + "durability": null, + "name": "Axeman's folly(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5819" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3333", + "durability": null, + "name": "Axeman's folly(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5820" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "6093", + "durability": null, + "name": "Axeman's folly(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5821" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6093", + "durability": null, + "name": "Axeman's folly(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5822" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "8978", + "durability": null, + "name": "Axeman's folly(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5823" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8978", + "durability": null, + "name": "Axeman's folly(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5824" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "9212", + "durability": null, + "name": "Axeman's folly(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5825" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9212", + "durability": null, + "name": "Axeman's folly(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5826" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "3851", + "durability": null, + "name": "Chef's delight(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5827" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3851", + "durability": null, + "name": "Chef's delight(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5828" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "6589", + "durability": null, + "name": "Chef's delight(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5829" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6589", + "durability": null, + "name": "Chef's delight(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5830" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "9536", + "durability": null, + "name": "Chef's delight(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5831" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9536", + "durability": null, + "name": "Chef's delight(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5832" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "13200", + "durability": null, + "name": "Chef's delight(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5833" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13200", + "durability": null, + "name": "Chef's delight(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5834" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "1127", + "durability": null, + "name": "Slayer's respite(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5835" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1127", + "durability": null, + "name": "Slayer's respite(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5836" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "2168", + "durability": null, + "name": "Slayer's respite(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5837" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2168", + "durability": null, + "name": "Slayer's respite(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5838" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "3209", + "durability": null, + "name": "Slayer's respite(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5839" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3209", + "durability": null, + "name": "Slayer's respite(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5840" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "3582", + "durability": null, + "name": "Slayer's respite(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5841" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3582", + "durability": null, + "name": "Slayer's respite(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5842" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "6040", + "durability": null, + "name": "Cider(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5843" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6040", + "durability": null, + "name": "Cider(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5844" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "11000", + "durability": null, + "name": "Cider(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5845" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11000", + "durability": null, + "name": "Cider(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5846" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "15400", + "durability": null, + "name": "Cider(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5847" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15400", + "durability": null, + "name": "Cider(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5848" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "18900", + "durability": null, + "name": "Cider(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5849" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18900", + "durability": null, + "name": "Cider(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5850" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dwarven Stout.", + "grand_exchange_price": "44600", + "durability": null, + "name": "Dwarven stout(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5851" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44600", + "durability": null, + "name": "Dwarven stout(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5852" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dwarven Stout.", + "grand_exchange_price": "68900", + "durability": null, + "name": "Dwarven stout(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5853" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "68900", + "durability": null, + "name": "Dwarven stout(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5854" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dwarven Stout.", + "grand_exchange_price": "98800", + "durability": null, + "name": "Dwarven stout(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5855" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98800", + "durability": null, + "name": "Dwarven stout(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5856" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dwarven Stout.", + "grand_exchange_price": "237400", + "durability": null, + "name": "Dwarven stout(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5857" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "237400", + "durability": null, + "name": "Dwarven stout(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5858" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "1697", + "durability": null, + "name": "Asgarnian ale(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5859" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1697", + "durability": null, + "name": "Asgarnian ale(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5860" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "3307", + "durability": null, + "name": "Asgarnian ale(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5861" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3307", + "durability": null, + "name": "Asgarnian ale(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5862" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "4917", + "durability": null, + "name": "Asgarnian ale(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5863" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4917", + "durability": null, + "name": "Asgarnian ale(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5864" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "6778", + "durability": null, + "name": "Asgarnian ale(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5865" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6778", + "durability": null, + "name": "Asgarnian ale(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5866" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "57600", + "durability": null, + "name": "Greenmans ale(m1)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5867" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "57600", + "durability": null, + "name": "Greenmans ale(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5868" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "92000", + "durability": null, + "name": "Greenmans ale(m2)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5869" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92000", + "durability": null, + "name": "Greenmans ale(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5870" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "136700", + "durability": null, + "name": "Greenmans ale(m3)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5871" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "136700", + "durability": null, + "name": "Greenmans ale(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5872" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "231700", + "durability": null, + "name": "Greenmans ale(m4)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5873" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "231700", + "durability": null, + "name": "Greenmans ale(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5874" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "3032", + "durability": null, + "name": "Mind bomb(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5875" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3032", + "durability": null, + "name": "Mind bomb(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5876" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "5977", + "durability": null, + "name": "Mind bomb(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5877" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5977", + "durability": null, + "name": "Mind bomb(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5878" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "8922", + "durability": null, + "name": "Mind bomb(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5879" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8922", + "durability": null, + "name": "Mind bomb(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5880" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "12700", + "durability": null, + "name": "Mind bomb(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5881" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12700", + "durability": null, + "name": "Mind bomb(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5882" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "2125", + "durability": null, + "name": "Dragon bitter(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5883" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2125", + "durability": null, + "name": "Dragon bitter(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5884" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "4163", + "durability": null, + "name": "Dragon bitter(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5885" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4163", + "durability": null, + "name": "Dragon bitter(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5886" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "6201", + "durability": null, + "name": "Dragon bitter(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5887" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6201", + "durability": null, + "name": "Dragon bitter(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5888" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "8834", + "durability": null, + "name": "Dragon bitter(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5889" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8834", + "durability": null, + "name": "Dragon bitter(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5890" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "1315", + "durability": null, + "name": "M'light mead(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5891" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1315", + "durability": null, + "name": "M'light mead(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5892" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "2543", + "durability": null, + "name": "M'light mead(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5893" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2543", + "durability": null, + "name": "M'light mead(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5894" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "3771", + "durability": null, + "name": "M'light mead(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5895" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3771", + "durability": null, + "name": "M'light mead(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5896" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "5000", + "durability": null, + "name": "M'light mead(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5897" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5000", + "durability": null, + "name": "M'light mead(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5898" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "13500", + "durability": null, + "name": "Axeman's folly(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5899" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13500", + "durability": null, + "name": "Axeman's folly(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5900" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "24800", + "durability": null, + "name": "Axeman's folly(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5901" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24800", + "durability": null, + "name": "Axeman's folly(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5902" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "37300", + "durability": null, + "name": "Axeman's folly(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5903" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "37300", + "durability": null, + "name": "Axeman's folly(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5904" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "60700", + "durability": null, + "name": "Axeman's folly(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5905" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60700", + "durability": null, + "name": "Axeman's folly(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5906" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "18000", + "durability": null, + "name": "Chef's delight(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5907" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18000", + "durability": null, + "name": "Chef's delight(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5908" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "34300", + "durability": null, + "name": "Chef's delight(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5909" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "34300", + "durability": null, + "name": "Chef's delight(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5910" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "51000", + "durability": null, + "name": "Chef's delight(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5911" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "51000", + "durability": null, + "name": "Chef's delight(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5912" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "98600", + "durability": null, + "name": "Chef's delight(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5913" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98600", + "durability": null, + "name": "Chef's delight(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5914" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "3672", + "durability": null, + "name": "Slayer respite(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5915" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3672", + "durability": null, + "name": "Slayer respite(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5916" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "7258", + "durability": null, + "name": "Slayer respite(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5917" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7258", + "durability": null, + "name": "Slayer respite(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5918" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "10800", + "durability": null, + "name": "Slayer respite(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5919" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10800", + "durability": null, + "name": "Slayer respite(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5920" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "15300", + "durability": null, + "name": "Slayer respite(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5921" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15300", + "durability": null, + "name": "Slayer respite(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5922" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "2966", + "durability": null, + "name": "Cider(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5923" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2966", + "durability": null, + "name": "Cider(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5924" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "5845", + "durability": null, + "name": "Cider(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5925" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5845", + "durability": null, + "name": "Cider(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5926" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "8724", + "durability": null, + "name": "Cider(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5927" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8724", + "durability": null, + "name": "Cider(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5928" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "11900", + "durability": null, + "name": "Cider(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5929" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11900", + "durability": null, + "name": "Cider(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5930" + }, + { + "ge_buy_limit": "5000", + "examine": "I can weave this to make sacks.", + "grand_exchange_price": "532", + "durability": null, + "name": "Jute fibre", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "5931" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "532", + "durability": null, + "name": "Jute fibre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5932" + }, + { + "ge_buy_limit": "200", + "examine": "A branch from a willow tree.", + "grand_exchange_price": "1255", + "durability": null, + "name": "Willow branch", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5933" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1255", + "durability": null, + "name": "Willow branch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5934" + }, + { + "ge_buy_limit": "10000", + "examine": "A vial filled with coconut milk.", + "grand_exchange_price": "1307", + "durability": null, + "name": "Coconut milk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5935" + }, + { + "ge_buy_limit": "1000", + "examine": "A vial of extra-strong weapon poison, for spears and daggers.", + "grand_exchange_price": "605", + "durability": null, + "name": "Weapon poison+", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5937" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "605", + "durability": null, + "name": "Weapon poison+", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5938" + }, + { + "ge_buy_limit": "1000", + "examine": "A vial of super strong weapon poison, for spears and daggers.", + "grand_exchange_price": "4817", + "durability": null, + "name": "Weapon poison++", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5940" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4817", + "durability": null, + "name": "Weapon poison++", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5941" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1032", + "durability": null, + "name": "Antipoison+(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5943" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1032", + "durability": null, + "name": "Antipoison+(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5944" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1499", + "durability": null, + "name": "Antipoison+(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5945" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1499", + "durability": null, + "name": "Antipoison+(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5946" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1316", + "durability": null, + "name": "Antipoison+(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5947" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1316", + "durability": null, + "name": "Antipoison+(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5948" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1599", + "durability": null, + "name": "Antipoison+(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5949" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1599", + "durability": null, + "name": "Antipoison+(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5950" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of a super-strong antipoison potion.", + "grand_exchange_price": "1138", + "durability": null, + "name": "Antipoison++(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5952" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1138", + "durability": null, + "name": "Antipoison++(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5953" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of a super-strong antipoison potion.", + "grand_exchange_price": "1071", + "durability": null, + "name": "Antipoison++(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5954" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1071", + "durability": null, + "name": "Antipoison++(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5955" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of a super-strong antipoison potion.", + "grand_exchange_price": "632", + "durability": null, + "name": "Antipoison++(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5956" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "632", + "durability": null, + "name": "Antipoison++(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5957" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of a super-strong antipoison potion.", + "grand_exchange_price": "821", + "durability": null, + "name": "Antipoison++(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5958" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "821", + "durability": null, + "name": "Antipoison++(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5959" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5960" + }, + { + "durability": null, + "name": "Tomatoes(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5961" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5962" + }, + { + "durability": null, + "name": "Tomatoes(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5963" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5964" + }, + { + "durability": null, + "name": "Tomatoes(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5965" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5966" + }, + { + "durability": null, + "name": "Tomatoes(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5967" + }, + { + "ge_buy_limit": "10000", + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "335", + "durability": null, + "name": "Tomatoes(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5968" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "335", + "durability": null, + "name": "Tomatoes(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5969" + }, + { + "ge_buy_limit": "5000", + "examine": "I could make a spicy curry with this.", + "grand_exchange_price": "318", + "durability": null, + "name": "Curry leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5970" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "318", + "durability": null, + "name": "Curry leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5971" + }, + { + "ge_buy_limit": "5000", + "examine": "Looks delicious.", + "grand_exchange_price": "2074", + "durability": null, + "name": "Papaya fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5972" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2074", + "durability": null, + "name": "Papaya fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5973" + }, + { + "ge_buy_limit": "5000", + "examine": "It's a coconut.", + "grand_exchange_price": "2568", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5974" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2568", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5975" + }, + { + "ge_buy_limit": "5000", + "examine": "It's a coconut.", + "grand_exchange_price": "1258", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5976" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1258", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5977" + }, + { + "ge_buy_limit": "10000", + "examine": "All the milk has been removed.", + "grand_exchange_price": "54", + "durability": null, + "name": "Coconut shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5978" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "54", + "durability": null, + "name": "Coconut shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5979" + }, + { + "ge_buy_limit": "100", + "examine": "This is the largest fruit I've ever seen.", + "grand_exchange_price": "43", + "durability": null, + "name": "Calquat fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5980" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "43", + "durability": null, + "name": "Calquat fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5981" + }, + { + "shop_price": "48", + "ge_buy_limit": "10000", + "examine": "A juicy watermelon.", + "grand_exchange_price": "41", + "durability": null, + "name": "Watermelon", + "tradeable": "true", + "weight": "0.111", + "archery_ticket_price": "0", + "id": "5982" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "41", + "durability": null, + "name": "Watermelon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5983" + }, + { + "ge_buy_limit": "1000", + "examine": "A slice of watermelon.", + "grand_exchange_price": "40", + "durability": null, + "name": "Watermelon slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5984" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "40", + "durability": null, + "name": "Watermelon slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5985" + }, + { + "ge_buy_limit": "10000", + "examine": "Raw sweetcorn.", + "grand_exchange_price": "19", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5986" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "19", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5987" + }, + { + "ge_buy_limit": "10000", + "examine": "Delicious cooked sweetcorn.", + "grand_exchange_price": "15", + "durability": null, + "name": "Cooked sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5988" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "15", + "durability": null, + "name": "Cooked sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5989" + }, + { + "durability": null, + "name": "Burnt sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5991" + }, + { + "ge_buy_limit": "100", + "examine": "A bucket of apple mush.", + "grand_exchange_price": "425", + "durability": null, + "name": "Apple mush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5992" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "425", + "durability": null, + "name": "Apple mush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5993" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Hammerstone hops.", + "grand_exchange_price": "14", + "durability": null, + "name": "Hammerstone hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5994" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "14", + "durability": null, + "name": "Hammerstone hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5995" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Asgarnian hops.", + "grand_exchange_price": "2", + "durability": null, + "name": "Asgarnian hops", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5996" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2", + "durability": null, + "name": "Asgarnian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5997" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Yanillian hops.", + "grand_exchange_price": "1", + "durability": null, + "name": "Yanillian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5998" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Yanillian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5999" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "A handful of Krandorian hops.", + "grand_exchange_price": "2", + "durability": null, + "name": "Krandorian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6000" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2", + "durability": null, + "name": "Krandorian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6001" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of wildblood hops.", + "grand_exchange_price": "66", + "durability": null, + "name": "Wildblood hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6002" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Wildblood hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6003" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "examine": "A Bittercap Mushroom", + "durability": null, + "name": "Mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6004" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "durability": null, + "name": "Mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6005" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Barley.", + "grand_exchange_price": "211", + "durability": null, + "name": "Barley", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6006" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "211", + "durability": null, + "name": "Barley", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6007" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of barley malt.", + "grand_exchange_price": "410", + "durability": null, + "name": "Barley malt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6008" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "410", + "durability": null, + "name": "Barley malt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6009" + }, + { + "ge_buy_limit": "1000", + "examine": "A bunch of marigolds.", + "grand_exchange_price": "3326", + "durability": null, + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6010" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3326", + "durability": null, + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6011" + }, + { + "ge_buy_limit": "1000", + "examine": "A bunch of nasturtiums.", + "grand_exchange_price": "52", + "durability": null, + "name": "Nasturtiums", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6012" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "52", + "durability": null, + "name": "Nasturtiums", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6013" + }, + { + "ge_buy_limit": "1000", + "examine": "Some rosemary.", + "grand_exchange_price": "29", + "durability": null, + "name": "Rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6014" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "29", + "durability": null, + "name": "Rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6015" + }, + { + "ge_buy_limit": "10000", + "examine": "Don't prick yourself with this.", + "grand_exchange_price": "6990", + "durability": null, + "name": "Cactus spine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6016" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "6990", + "durability": null, + "name": "Cactus spine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6017" + }, + { + "ge_buy_limit": "10000", + "examine": "They look sweet and juicy, but only a fool would eat them.", + "grand_exchange_price": "399", + "durability": null, + "name": "Poison ivy berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6018" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "399", + "durability": null, + "name": "Poison ivy berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6019" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "152", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6020" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "152", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6021" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "27", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6022" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6023" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "21", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6024" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6025" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "7", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6026" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6027" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "11", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6028" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6029" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "4", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6030" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6031" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Good for plants, helps them grow.", + "grand_exchange_price": "97", + "durability": null, + "name": "Compost", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6032" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "97", + "durability": null, + "name": "Compost", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6033" + }, + { + "ge_buy_limit": "10000", + "examine": "Super-good for the smallest or largest of plants.", + "grand_exchange_price": "909", + "durability": null, + "name": "Supercompost", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6034" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "909", + "durability": null, + "name": "Supercompost", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6035" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "Use this on plants to cure disease.", + "grand_exchange_price": "170", + "durability": null, + "name": "Plant cure", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6036" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "170", + "durability": null, + "name": "Plant cure", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6037" + }, + { + "ge_buy_limit": "100", + "examine": "I could use this to make jewellery.", + "grand_exchange_price": "1078", + "durability": null, + "name": "Magic string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6038" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1078", + "durability": null, + "name": "Magic string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6039" + }, + { + "destroy_message": "You will need to create a new amulet if you destroy this one.", + "examine": "An Amulet of Nature.", + "durability": null, + "name": "Amulet of nature", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6040", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "examine": "Strung with the root of a Magic Tree. If I enchant this it will become an amulet of nature.", + "grand_exchange_price": "1996", + "durability": null, + "name": "Pre-nature amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6041", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1996", + "durability": null, + "name": "Pre-nature amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6042" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of the Oak tree.", + "grand_exchange_price": "60", + "durability": null, + "name": "Oak roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6043" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60", + "durability": null, + "name": "Oak roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6044" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of the Willow tree.", + "grand_exchange_price": "41", + "durability": null, + "name": "Willow roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6045" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "durability": null, + "name": "Willow roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6046" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of the Maple tree.", + "grand_exchange_price": "40", + "durability": null, + "name": "Maple roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6047" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "40", + "durability": null, + "name": "Maple roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6048" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of a yew tree", + "grand_exchange_price": "570", + "durability": null, + "name": "Yew roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6049" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "570", + "durability": null, + "name": "Yew roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6050" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of a magic tree.", + "grand_exchange_price": "5853", + "durability": null, + "name": "Magic roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6051" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5853", + "durability": null, + "name": "Magic roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6052" + }, + { + "durability": null, + "name": "Spirit roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6054" + }, + { + "shop_price": "1", + "examine": "A handful of weeds.", + "durability": null, + "name": "Weeds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6055" + }, + { + "durability": null, + "name": "Weeds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6056" + }, + { + "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.", + "durability": null, + "name": "Hay sack", + "archery_ticket_price": "0", + "id": "6057" + }, + { + "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.", + "durability": null, + "name": "Hay sack", + "archery_ticket_price": "0", + "id": "6058" + }, + { + "examine": "This should scare the birds.", + "durability": null, + "name": "Scarecrow", + "archery_ticket_price": "0", + "id": "6059" + }, + { + "durability": null, + "name": "Stool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6060" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "134", + "durability": null, + "name": "Bronze bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6061", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "1162", + "durability": null, + "name": "Bronze bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6062", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "examine": "How do I wash blood stains out?", + "durability": null, + "name": "Bloody mourner top", + "weight": "2.72", + "archery_ticket_price": "0", + "id": "6064" + }, + { + "remove_sleeves": "true", + "examine": "A thick heavy leather top.", + "durability": null, + "name": "Mourner top", + "archery_ticket_price": "0", + "id": "6065", + "equipment_slot": "4" + }, + { + "examine": "These are in need of a good tailor.", + "durability": null, + "name": "Mourner trousers", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6066" + }, + { + "examine": "A pair of mourner trousers.", + "durability": null, + "name": "Mourner trousers", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6067", + "equipment_slot": "7" + }, + { + "shop_price": "160", + "examine": "These will keep my hands warm.", + "durability": null, + "name": "Mourner gloves", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6068", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "160", + "examine": "Comfortable leather boots.", + "durability": null, + "name": "Mourner boots", + "weight": "1.36", + "archery_ticket_price": "0", + "id": "6069", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "A dull brown cape.", + "durability": null, + "name": "Mourner cloak", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6070", + "equipment_slot": "1" + }, + { + "shop_price": "160", + "examine": "A letter of recommendation.", + "durability": null, + "name": "Mourner letter", + "archery_ticket_price": "0", + "id": "6071" + }, + { + "examine": "A bar of soap taken from Tegid.", + "durability": null, + "name": "Tegid's soap", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6072" + }, + { + "examine": "A book on the history of Prifddinas.", + "durability": null, + "name": "Prifddinas' history", + "archery_ticket_price": "0", + "id": "6073" + }, + { + "examine": "A book on the exploration of the eastern realm.", + "durability": null, + "name": "Eastern discovery", + "archery_ticket_price": "0", + "id": "6075" + }, + { + "examine": "A book on the settlement of the eastern realm.", + "durability": null, + "name": "Eastern settlement", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6077" + }, + { + "examine": "A book about the great divide.", + "durability": null, + "name": "The great divide", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6079" + }, + { + "examine": "A strange broken device of gnomic design.", + "durability": null, + "name": "Broken device", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6081" + }, + { + "turn90cw_anim": "2319", + "examine": "A device for firing dye.", + "walk_anim": "2317", + "durability": null, + "weight": "4", + "turn90ccw_anim": "2320", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "20", + "turn180_anim": "2318", + "render_anim": "284", + "equipment_slot": "3", + "stand_anim": "2316", + "name": "Fixed device", + "run_anim": "2322", + "archery_ticket_price": "0", + "id": "6082", + "stand_turn_anim": "2321" + }, + { + "examine": "This key has seen a lot of use. (Mourning's Ends Part I)", + "durability": null, + "name": "Tarnished key", + "archery_ticket_price": "0", + "id": "6083" + }, + { + "examine": "A large pair of ogre bellows filled with red dye.", + "durability": null, + "name": "Red dye bellows", + "archery_ticket_price": "0", + "id": "6085" + }, + { + "examine": "A large pair of ogre bellows filled with blue dye.", + "durability": null, + "name": "Blue dye bellows", + "archery_ticket_price": "0", + "id": "6086" + }, + { + "examine": "A large pair of ogre bellows filled with yellow dye.", + "durability": null, + "name": "Yellow dye bellows", + "archery_ticket_price": "0", + "id": "6087" + }, + { + "examine": "A large pair of ogre bellows filled with green dye.", + "durability": null, + "name": "Green dye bellows", + "archery_ticket_price": "0", + "id": "6088" + }, + { + "examine": "A blue dye filled toad.", + "durability": null, + "name": "Blue toad", + "weight": "1", + "archery_ticket_price": "0", + "id": "6089" + }, + { + "examine": "A red dye filled toad.", + "durability": null, + "name": "Red toad", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "6090" + }, + { + "examine": "A yellow dye filled toad.", + "durability": null, + "name": "Yellow toad", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "6091" + }, + { + "examine": "A green dye filled toad.", + "durability": null, + "name": "Green toad", + "weight": "1", + "archery_ticket_price": "0", + "id": "6092" + }, + { + "examine": "A barrel full of rotten apples.", + "durability": null, + "name": "Rotten apples", + "weight": "17", + "archery_ticket_price": "0", + "id": "6093" + }, + { + "examine": "A barrel full of mushed apples.", + "durability": null, + "name": "Apple barrel", + "archery_ticket_price": "0", + "id": "6094" + }, + { + "examine": "A barrel full of rotten apples and naptha.", + "durability": null, + "name": "Naphtha apple mix", + "archery_ticket_price": "0", + "id": "6095" + }, + { + "examine": "A barrel full of toxic naphtha.", + "durability": null, + "name": "Toxic naphtha", + "weight": "32", + "archery_ticket_price": "0", + "id": "6096" + }, + { + "examine": "It's a sieve.", + "durability": null, + "name": "Sieve", + "archery_ticket_price": "0", + "id": "6097" + }, + { + "examine": "A pile of toxic powder.", + "durability": null, + "name": "Toxic powder", + "archery_ticket_price": "0", + "id": "6098" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (4)", + "archery_ticket_price": "0", + "id": "6099" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (3)", + "archery_ticket_price": "0", + "id": "6100" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (2)", + "archery_ticket_price": "0", + "id": "6101" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (1)", + "archery_ticket_price": "0", + "id": "6102" + }, + { + "examine": "A tiny Elf crystal, I need to have this re-enchanted", + "durability": null, + "name": "Tiny elf crystal", + "archery_ticket_price": "0", + "id": "6103" + }, + { + "examine": "This key is newly cut. (Mourning's Ends Part II)", + "durability": null, + "name": "New key", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "6104" + }, + { + "examine": "They seem to be not quite of this world...", + "durability": null, + "name": "Ghostly boots", + "archery_ticket_price": "0", + "id": "6106", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "remove_sleeves": "true", + "examine": "Varies", + "durability": null, + "name": "Ghostly robe", + "archery_ticket_price": "0", + "id": "6107", + "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "Varies", + "durability": null, + "name": "Ghostly robe", + "archery_ticket_price": "0", + "id": "6108", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "A ghostly hood, fit for a ghostly head.", + "durability": null, + "name": "Ghostly hood", + "archery_ticket_price": "0", + "id": "6109", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "They seem to fade in and out of existence...", + "durability": null, + "name": "Ghostly gloves", + "archery_ticket_price": "0", + "id": "6110", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Made of a strange, ghostly material...", + "durability": null, + "name": "Ghostly cloak", + "archery_ticket_price": "0", + "id": "6111", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "destroy_message": "Return to the drunken dwarf's drunken relative to get your seeds back.", + "examine": "Kelda hop seeds can only be grown underground!", + "durability": null, + "name": "Kelda seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6112" + }, + { + "destroy_message": "Return to the Keldagrim palace gardener to get your hops back.", + "examine": "A handful of Kelda Hops.", + "durability": null, + "name": "Kelda hops", + "tradeable": "false", + "destroy": "true", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "6113" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pint of bluish beer.", + "durability": null, + "name": "Kelda stout", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6118" + }, + { + "examine": "There is a strange [green/yellow] marking on this stone.", + "durability": null, + "name": "Square stone", + "weight": "1", + "archery_ticket_price": "0", + "id": "6119" + }, + { + "examine": "There is a strange [green/yellow] marking on this stone.", + "durability": null, + "name": "Square stone", + "weight": "1", + "archery_ticket_price": "0", + "id": "6120" + }, + { + "durability": null, + "name": "A chair", + "archery_ticket_price": "0", + "id": "6122", + "equipment_slot": "5" + }, + { + "shop_price": "1", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "25", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "6123", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Coconut milk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6124" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(2)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6125", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(3)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6126", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(4)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6127", + "equipment_slot": "3" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "Protective headwear made from crabs. Better than it sounds.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21000", + "name": "Rock-shell helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6128", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0" + }, + { + "lendable": "true", + "requirements": "{1,40}", + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "40600", + "durability": null, + "name": "Rock-shell plate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6129", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "Some tough leggings made from rock crab parts.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "39400", + "name": "Rock-shell legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6130", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "A helm fit for any Fremennik ranger.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "35800", + "name": "Spined helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6131", + "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35800", + "durability": null, + "name": "Spined helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6132" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "4386", + "name": "Spined body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6133", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4386", + "durability": null, + "name": "Spined body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6134" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", + "durability": null, + "weight": "5", + "absorb": "0,4,2", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2132", + "name": "Spined chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6135", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2132", + "durability": null, + "name": "Spined chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6136" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Make your foes cower by wearing a skull as a helmet!", + "durability": null, + "weight": "1.3", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "29500", + "name": "Skeletal helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6137", + "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29500", + "durability": null, + "name": "Skeletal helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6138" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "The bones in this armour seems to vibrate with a magic quality...", + "durability": null, + "weight": "4.9", + "absorb": "6,3,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "27800", + "name": "Skeletal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6139", + "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27800", + "durability": null, + "name": "Skeletal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6140" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "A superior set of strengthened slacks for any self respecting seer.", + "durability": null, + "weight": "4", + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "23600", + "name": "Skeletal bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6141", + "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23600", + "durability": null, + "name": "Skeletal bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6142" + }, + { + "ge_buy_limit": "100", + "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", + "durability": null, + "weight": "3", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "1671", + "name": "Spined boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6143", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1671", + "durability": null, + "name": "Spined boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6144" + }, + { + "ge_buy_limit": "100", + "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", + "durability": null, + "weight": "3.1", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "756", + "name": "Rock-shell boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6145", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "756", + "durability": null, + "name": "Rock-shell boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6146" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", + "grand_exchange_price": "4958", + "durability": null, + "name": "Skeletal boots", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6147", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4958", + "durability": null, + "name": "Skeletal boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6148" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from spined dagannoth hide.", + "grand_exchange_price": "955", + "durability": null, + "name": "Spined gloves", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6149", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "955", + "durability": null, + "name": "Spined gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6150" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from rock crab shell shards.", + "grand_exchange_price": "951", + "durability": null, + "name": "Rock-shell gloves", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6151", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "951", + "durability": null, + "name": "Rock-shell gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6152" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", + "grand_exchange_price": "21800", + "durability": null, + "name": "Skeletal gloves", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6153", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21800", + "durability": null, + "name": "Skeletal gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6154" + }, + { + "ge_buy_limit": "500", + "examine": "A sturdy piece of dagannoth hide.", + "grand_exchange_price": "3978", + "durability": null, + "name": "Dagannoth hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6155" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "3978", + "durability": null, + "name": "Dagannoth hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6156" + }, + { + "ge_buy_limit": "100", + "examine": "A spherical chunk of rock-shell.", + "grand_exchange_price": "7371", + "durability": null, + "name": "Rock-shell chunk", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6157" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7371", + "durability": null, + "name": "Rock-shell chunk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6158" + }, + { + "ge_buy_limit": "100", + "examine": "A curved piece of rock-shell.", + "grand_exchange_price": "11300", + "durability": null, + "name": "Rock-shell shard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6159" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11300", + "durability": null, + "name": "Rock-shell shard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6160" + }, + { + "ge_buy_limit": "100", + "examine": "A slim piece of rock-shell.", + "grand_exchange_price": "16100", + "durability": null, + "name": "Rock-shell splinter", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6161" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16100", + "durability": null, + "name": "Rock-shell splinter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6162" + }, + { + "ge_buy_limit": "100", + "examine": "A fearsome looking skull.", + "grand_exchange_price": "9859", + "durability": null, + "name": "Skull piece", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6163" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9859", + "durability": null, + "name": "Skull piece", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6164" + }, + { + "ge_buy_limit": "100", + "examine": "A slightly damaged ribcage.", + "grand_exchange_price": "11300", + "durability": null, + "name": "Ribcage piece", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6165" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11300", + "durability": null, + "name": "Ribcage piece", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6166" + }, + { + "ge_buy_limit": "100", + "examine": "An interesting looking bone shard.", + "grand_exchange_price": "10300", + "durability": null, + "name": "Fibula piece", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6167" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10300", + "durability": null, + "name": "Fibula piece", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6168" + }, + { + "ge_buy_limit": "100", + "examine": "A toughened chunk of dagannoth hide.", + "grand_exchange_price": "23400", + "durability": null, + "name": "Circular hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6169" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23400", + "durability": null, + "name": "Circular hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6170" + }, + { + "ge_buy_limit": "100", + "examine": "A tattered chunk of dagannoth hide.", + "grand_exchange_price": "502", + "durability": null, + "name": "Flattened hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6171" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "502", + "durability": null, + "name": "Flattened hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6172" + }, + { + "ge_buy_limit": "100", + "examine": "A weathered chunk of dagannoth hide.", + "grand_exchange_price": "398", + "durability": null, + "name": "Stretched hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6173" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "398", + "durability": null, + "name": "Stretched hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6174" + }, + { + "durability": null, + "name": "Rock-shell helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6175" + }, + { + "examine": "A sturdy body armour made from rock crab pieces.", + "durability": null, + "name": "Rock-shell plate", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "9", + "id": "6176" + }, + { + "durability": null, + "name": "Rock-shell legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6177" + }, + { + "examine": "I need to cook this first.", + "durability": null, + "name": "Raw pheasant", + "weight": "10", + "archery_ticket_price": "0", + "id": "6178" + }, + { + "examine": "I need to cook this first.", + "durability": null, + "name": "Raw pheasant", + "weight": "10", + "archery_ticket_price": "0", + "id": "6179" + }, + { + "remove_sleeves": "true", + "examine": "A leather strapped top.", + "durability": null, + "name": "Lederhosen top", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6180", + "equipment_slot": "4" + }, + { + "examine": "Brown leather shorts with bright white socks?", + "durability": null, + "name": "Lederhosen shorts", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6181", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "A hat with a goat's hair attached.", + "durability": null, + "name": "Lederhosen hat", + "weight": "2", + "archery_ticket_price": "0", + "id": "6182", + "equipment_slot": "0" + }, + { + "examine": "I can use this at the Varrock clothes shop.", + "durability": null, + "name": "Frog token", + "archery_ticket_price": "0", + "id": "6183" + }, + { + "remove_sleeves": "true", + "examine": "Very posh!", + "durability": null, + "name": "Prince tunic", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "6184", + "equipment_slot": "4" + }, + { + "examine": "Very posh!", + "durability": null, + "name": "Prince leggings", + "weight": "2", + "archery_ticket_price": "0", + "id": "6185", + "equipment_slot": "7" + }, + { + "remove_sleeves": "true", + "examine": "Very posh!", + "durability": null, + "name": "Princess blouse", + "weight": "2", + "archery_ticket_price": "0", + "id": "6186", + "equipment_slot": "4" + }, + { + "examine": "Very posh!", + "durability": null, + "name": "Princess skirt", + "weight": "2", + "archery_ticket_price": "0", + "id": "6187", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "Now that's just silly.", + "durability": null, + "name": "Frog mask", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6188", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Could there be something valuable in here?", + "durability": null, + "name": "Mystery box", + "weight": "1", + "archery_ticket_price": "0", + "id": "6199", + "point_price": "2" + }, + { + "destroy_message": "A ghastly fish", + "examine": "A raw...fish? Is this a fish??", + "durability": null, + "name": "Raw fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6200" + }, + { + "examine": "Fish-tastic!", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "6201" + }, + { + "destroy_message": "A ghastly fish", + "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.", + "durability": null, + "name": "Fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6202" + }, + { + "destroy_message": "A ghastly fish", + "examine": "A raw...fish? Is this a fish??", + "durability": null, + "name": "Raw fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6204" + }, + { + "destroy_message": "A ghastly fish", + "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.", + "durability": null, + "name": "Fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6206" + }, + { + "examine": "It's an amulet of Man speak. It makes vague grunting noises.", + "durability": null, + "name": "Man speak amulet", + "archery_ticket_price": "0", + "id": "6208", + "equipment_slot": "2" + }, + { + "shop_price": "40", + "examine": "Useful for catching small fish.", + "grand_exchange_price": "433", + "durability": null, + "name": "Small fishing net", + "tradeable": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "6209" + }, + { + "ge_buy_limit": "1000", + "examine": "Teak logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "3365", + "durability": null, + "name": "Teak pyre logs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6211" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3365", + "durability": null, + "name": "Teak pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6212" + }, + { + "ge_buy_limit": "1000", + "examine": "Mahogany logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "3574", + "durability": null, + "name": "Mahogany pyre log", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "6213" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3574", + "durability": null, + "name": "Mahogany pyre log", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6214" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2007", + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6215", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2007", + "durability": null, + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6216" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6217", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6218" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6219", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6220" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6221", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6222" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6223", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6224" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6225", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6226" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6227", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6228" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6229", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6230" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6231", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6232" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6233", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6234" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2572", + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6235", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2572", + "durability": null, + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6236" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2200", + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6237", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2200", + "durability": null, + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6238" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6239", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6240" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6241", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6242" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6243", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6244" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6245", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6246" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6247", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6248" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6249", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6250" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6251", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6252" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6253", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6254" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6255", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6256" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2731", + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6257", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2731", + "durability": null, + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6258" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1494", + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6259", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "attack_anims": "7060", + "ge_buy_limit": "100", + "grand_exchange_price": "1494", + "durability": null, + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6260" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6261", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6262" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6263", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6264" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6265", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6266" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6267", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6268" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6269", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6270" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6271", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6272" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6273", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6274" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6275", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6276" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6277", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6278" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2957", + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6279", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2957", + "durability": null, + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6280" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden pole for use in primitive construction.", + "grand_exchange_price": "1", + "durability": null, + "name": "Thatch spar light", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6281", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Thatch spar light", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6282" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden pole for use in primitive construction.", + "grand_exchange_price": "2", + "durability": null, + "name": "Thatch spar med", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6283", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Thatch spar med", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6284" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden pole for use in primitive construction.", + "grand_exchange_price": "3", + "durability": null, + "name": "Thatch spar dense", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6285", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3", + "durability": null, + "name": "Thatch spar dense", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6286" + }, + { + "ge_buy_limit": "10000", + "examine": "Scaly but not slimy!", + "grand_exchange_price": "2084", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6287" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2084", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6288" + }, + { + "ge_buy_limit": "10000", + "examine": "Scaley but not slimy!", + "grand_exchange_price": "2019", + "durability": null, + "name": "Snakeskin", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6289" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2019", + "durability": null, + "name": "Snakeskin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6290" + }, + { + "ge_buy_limit": "1000", + "examine": "Its creeping days are over!", + "grand_exchange_price": "1949", + "durability": null, + "name": "Spider carcass", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "6291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1949", + "durability": null, + "name": "Spider carcass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6292" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.", + "grand_exchange_price": "207", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "6293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "207", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6294" + }, + { + "shop_price": "40", + "ge_buy_limit": "1000", + "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", + "grand_exchange_price": "106", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6295" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "106", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6296" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.", + "grand_exchange_price": "54", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "6297" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "54", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6298" + }, + { + "shop_price": "40", + "ge_buy_limit": "1000", + "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", + "grand_exchange_price": "78", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6299" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "78", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6300" + }, + { + "durability": null, + "name": "Burnt spider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6302" + }, + { + "shop_price": "40", + "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", + "grand_exchange_price": "106", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6303" + }, + { + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6304" + }, + { + "ge_buy_limit": "1000", + "examine": "A sharp pointed stick, quite resistant to fire.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skewer stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6305" + }, + { + "ge_buy_limit": "10000", + "examine": "Karamja currency.", + "grand_exchange_price": "2", + "durability": null, + "name": "Trading sticks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6306" + }, + { + "ge_buy_limit": "100", + "examine": "Plant this in a herb patch to grow Goutweed.", + "grand_exchange_price": "6991", + "durability": null, + "name": "Gout tuber", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "6311" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6991", + "durability": null, + "name": "Gout tuber", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6312" + }, + { + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weight": "1.35", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "grand_exchange_price": "179", + "name": "Opal machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6313", + "bonuses": "0,8,-2,0,0,0,1,1,0,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "179", + "durability": null, + "name": "Opal machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6314" + }, + { + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "grand_exchange_price": "4473", + "name": "Jade machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6315", + "bonuses": "0,11,-2,0,0,0,1,1,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4473", + "durability": null, + "name": "Jade machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6316" + }, + { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weight": "1.3", + "attack_speed": "4", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "8774", + "name": "Red topaz machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6317", + "bonuses": "0,16,-2,0,0,0,1,1,0,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8774", + "durability": null, + "name": "Red topaz machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6318" + }, + { + "ge_buy_limit": "100", + "examine": "A giant mosquito's proboscis: aerodynamic, sharp and pointy!", + "grand_exchange_price": "9733", + "durability": null, + "name": "Proboscis", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6319" + }, + { + "requirements": "{1,30}-{4,30}", + "shop_price": "1588", + "ge_buy_limit": "100", + "examine": "Made from 100% real snakeskin.", + "durability": null, + "weight": "10", + "absorb": "0,4,2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "23100", + "name": "Snakeskin body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6322", + "bonuses": "0,0,0,-5,12,25,28,32,15,35,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23100", + "durability": null, + "name": "Snakeskin body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6323" + }, + { + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "100", + "examine": "Made from 100% real snake.", + "durability": null, + "weight": "3.6", + "absorb": "0,3,1", + "equipment_slot": "7", + "grand_exchange_price": "702", + "name": "Snakeskin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6324", + "bonuses": "0,0,0,-5,6,8,8,10,4,10,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "702", + "durability": null, + "name": "Snakeskin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6325" + }, + { + "remove_head": "true", + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "100", + "examine": "Lightweight head protection.", + "durability": null, + "weight": "0.9", + "absorb": "0,2,1", + "equipment_slot": "0", + "grand_exchange_price": "871", + "name": "Snakeskin bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6326", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "871", + "durability": null, + "name": "Snakeskin bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6327" + }, + { + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "100", + "examine": "Made from snakes.", + "grand_exchange_price": "10800", + "durability": null, + "name": "Snakeskin boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "6328", + "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10800", + "durability": null, + "name": "Snakeskin boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6329" + }, + { + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "10000", + "examine": "Made from 100% real snake.", + "grand_exchange_price": "914", + "durability": null, + "name": "Snakeskin v'brace", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6330", + "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "914", + "durability": null, + "name": "Snakeskin v'brace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6331" + }, + { + "ge_buy_limit": "25000", + "examine": "Some well-cut mahogany logs.", + "grand_exchange_price": "503", + "durability": null, + "name": "Mahogany logs", + "tradeable": "true", + "weight": "1.33", + "archery_ticket_price": "0", + "id": "6332" + }, + { + "ge_buy_limit": "25000", + "examine": "Some well-cut teak logs.", + "grand_exchange_price": "92", + "durability": null, + "name": "Teak logs", + "tradeable": "true", + "weight": "1.35", + "archery_ticket_price": "0", + "id": "6333" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "92", + "durability": null, + "name": "Teak logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6334" + }, + { + "ge_buy_limit": "100", + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1306", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6335", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1306", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6336" + }, + { + "ge_buy_limit": "100", + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "997", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6337", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "997", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6338" + }, + { + "ge_buy_limit": "100", + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1018", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6339", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1018", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6340" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "3331", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6341", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3331", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6342" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "1382", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6343", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1382", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6344" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "2337", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6345", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2337", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6346" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A brown armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "734", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6347", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "734", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6348" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "2793", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6349", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2793", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6350" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "3171", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6351", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3171", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6352" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "1416", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6353", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1416", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6354" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "2785", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6355", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2785", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6356" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "944", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6357", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "944", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6358" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A blue armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "672", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6359", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "672", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6360" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "2484", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6361", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2484", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6362" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "499", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6363", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "499", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6364" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "2440", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6365", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2440", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6366" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "1479", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6367", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1479", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6368" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A yellow armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "823", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6369", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "823", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6370" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "2683", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6371", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2683", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6372" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "331", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6373", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "331", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6374" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "3010", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6375", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3010", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6376" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "2310", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6377", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2310", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6378" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A pink armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "1697", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6379", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1697", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6380" + }, + { + "shop_price": "24", + "ge_buy_limit": "100", + "examine": "A fez hat. Juss like that.", + "grand_exchange_price": "690", + "durability": null, + "name": "Fez", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "6382", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "690", + "durability": null, + "name": "Fez", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6383" + }, + { + "remove_sleeves": "true", + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A bit itchy.", + "grand_exchange_price": "649", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6384", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "649", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6385" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "Has a coarse hard wearing texture.", + "grand_exchange_price": "533", + "durability": null, + "name": "Desert robes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6386", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "533", + "durability": null, + "name": "Desert robes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6387" + }, + { + "remove_sleeves": "true", + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A bit itchy.", + "grand_exchange_price": "1016", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6388", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1016", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6389" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "Better than factor 50 sun cream.", + "grand_exchange_price": "515", + "durability": null, + "name": "Desert legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6390", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "515", + "durability": null, + "name": "Desert legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6391" + }, + { + "remove_head": "true", + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Good for keeping the sun off my neck.", + "grand_exchange_price": "531", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6392", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "531", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6393" + }, + { + "remove_sleeves": "true", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Colourful.", + "grand_exchange_price": "650", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6394", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "650", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6395" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool light Menaphite robe.", + "grand_exchange_price": "440", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6396", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "440", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6397" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Look at those nobbily knees.", + "grand_exchange_price": "246", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6398", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "246", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6399" + }, + { + "remove_head": "true", + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Good for keeping the sun off my neck.", + "grand_exchange_price": "484", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6400", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "484", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6401" + }, + { + "remove_sleeves": "true", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Colourful.", + "grand_exchange_price": "557", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6402", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "557", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6403" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool light Menaphite robe.", + "grand_exchange_price": "449", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6404", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "449", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6405" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Look at those nobbily knees.", + "grand_exchange_price": "236", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6406", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "236", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6407" + }, + { + "requirements": "{17,10}-{0,10}", + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "An offensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "852", + "name": "Oak blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6408", + "bonuses": "0,0,4,0,0,0,0,0,0,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "852", + "durability": null, + "name": "Oak blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6409" + }, + { + "requirements": "{17,10}-{1,10}", + "ge_buy_limit": "100", + "examine": "An defensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "818", + "name": "Oak blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6410", + "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "818", + "durability": null, + "name": "Oak blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6411" + }, + { + "requirements": "{17,20}-{0,20}", + "ge_buy_limit": "100", + "examine": "An offensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "1418", + "name": "Willow blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6412", + "bonuses": "0,0,8,0,0,0,0,0,0,0,0,8,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1418", + "durability": null, + "name": "Willow blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6413" + }, + { + "requirements": "{17,20}-{1,20}", + "ge_buy_limit": "100", + "examine": "A defensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "1285", + "name": "Willow blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6414", + "bonuses": "0,0,0,0,0,0,0,8,0,0,0,8,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1285", + "durability": null, + "name": "Willow blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6415" + }, + { + "requirements": "{17,30}", + "shop_price": "1200", + "ge_buy_limit": "100", + "examine": "A solid bit of maple.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "10", + "defence_anim": "425", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1432", + "name": "Maple blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6416", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1432", + "durability": null, + "name": "Maple blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6417" + }, + { + "requirements": "{17,30}-{0,30}", + "shop_price": "1600", + "ge_buy_limit": "100", + "examine": "An offensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "2079", + "name": "Maple blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6418", + "bonuses": "0,0,24,0,0,0,0,0,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2079", + "durability": null, + "name": "Maple blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6419" + }, + { + "requirements": "{17,30}-{1,30}", + "shop_price": "952", + "ge_buy_limit": "100", + "examine": "A defensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "2407", + "name": "Maple blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6420", + "bonuses": "0,0,0,0,0,0,0,24,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2407", + "durability": null, + "name": "Maple blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6421" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "9", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6422" + }, + { + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6423" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6424" + }, + { + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6425" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "7", + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6426" + }, + { + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6427" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "16", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6428" + }, + { + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6429" + }, + { + "shop_price": "140", + "examine": "Used for small missile spells.", + "grand_exchange_price": "65", + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6430" + }, + { + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6431" + }, + { + "shop_price": "310", + "examine": "Used for medium missile spells.", + "grand_exchange_price": "399", + "durability": null, + "name": "Death rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6432" + }, + { + "durability": null, + "name": "Death rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6433" + }, + { + "shop_price": "378", + "examine": "Used for teleport spells.", + "grand_exchange_price": "277", + "durability": null, + "name": "Law rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6434" + }, + { + "durability": null, + "name": "Law rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6435" + }, + { + "shop_price": "17", + "examine": "Used for basic missile spells.", + "grand_exchange_price": "6", + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6436" + }, + { + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6437" + }, + { + "shop_price": "16", + "examine": "Used for Curse spells", + "grand_exchange_price": "6", + "durability": null, + "name": "Body rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6438" + }, + { + "durability": null, + "name": "Body rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6439" + }, + { + "examine": "A spadeful of refined coal.", + "durability": null, + "name": "Spadeful of coke", + "weight": "2", + "archery_ticket_price": "0", + "id": "6448" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A white rosebush seed.", + "durability": null, + "name": "White rose seed", + "tradeable": "false", + "destroy": "true", + "weight": "28.928", + "archery_ticket_price": "0", + "id": "6453" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A red rosebush seed.", + "durability": null, + "name": "Red rose seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6454" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pink rosebush seed.", + "durability": null, + "name": "Pink rose seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6455" + }, + { + "destroy_message": "You can get some more Burthorpe vine seeds from Berald in Taverly.", + "examine": "A grapevine seed.", + "durability": null, + "name": "Vine seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6456" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A delphinium seed.", + "durability": null, + "name": "Delphinium seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6457" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A snowdrop seed.", + "durability": null, + "name": "Snowdrop seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6460" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", + "durability": null, + "name": "White tree shoot", + "archery_ticket_price": "0", + "id": "6461" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", + "durability": null, + "name": "White tree shoot", + "archery_ticket_price": "0", + "id": "6462" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", + "durability": null, + "name": "White tree shoot", + "archery_ticket_price": "0", + "id": "6463" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A young White Tree sapling", + "durability": null, + "name": "White tree sapling", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "6464" + }, + { + "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.", + "examine": "The power within this ring has been activated.", + "durability": null, + "name": "Ring of charos(a)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6465", + "equipment_slot": "12" + }, + { + "examine": "A rune essence chip that has been broken into shards.", + "durability": null, + "name": "Rune shards", + "archery_ticket_price": "0", + "id": "6466" + }, + { + "examine": "Crushed rune essence.", + "durability": null, + "name": "Rune dust", + "archery_ticket_price": "0", + "id": "6467" + }, + { + "shop_price": "25", + "examine": "Use this on plants to cure disease.", + "grand_exchange_price": "199", + "durability": null, + "name": "Plant cure", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6468" + }, + { + "examine": "Looks delicious.", + "durability": null, + "name": "White tree fruit", + "archery_ticket_price": "0", + "id": "6469" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "11500", + "durability": null, + "name": "Compost potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6470" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11500", + "durability": null, + "name": "Compost potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6471" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "6804", + "durability": null, + "name": "Compost potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6472" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6804", + "durability": null, + "name": "Compost potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6473" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "3338", + "durability": null, + "name": "Compost potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6474" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3338", + "durability": null, + "name": "Compost potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6475" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "1734", + "durability": null, + "name": "Compost potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6476" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1734", + "durability": null, + "name": "Compost potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6477" + }, + { + "destroy_message": "You can get another one from Queen Ellamaria", + "examine": "I can use this to move heavy objects. (or) An empty trolley.", + "durability": null, + "name": "Trolley", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6478" + }, + { + "destroy_message": "You can get another list from Queen Ellamaria in Varrock", + "examine": "A list of things that I must collect for Queen Ellamaria.", + "durability": null, + "name": "List", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6479" + }, + { + "requirements": "{4,60}", + "shop_price": "375", + "ge_buy_limit": "100", + "examine": "A razor sharp ring of obsidian.", + "durability": null, + "tokkul_price": "375", + "attack_speed": "4", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2614,2614,2614,2614", + "grand_exchange_price": "340", + "name": "Toktz-xil-ul", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6522", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,49" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A razor sharp sword of obsidian.", + "durability": null, + "tokkul_price": "60000", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "5", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "30200", + "name": "Toktz-xil-ak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6523", + "bonuses": "47,38,-2,0,0,2,3,0,0,0,0,49,0,0,0" + }, + { + "requirements": "{1,60}", + "shop_price": "67500", + "ge_buy_limit": "10", + "examine": "A spiked shield of Obsidian.", + "durability": null, + "tokkul_price": "67500", + "weight": "3.6", + "absorb": "5,0,11", + "equipment_slot": "5", + "grand_exchange_price": "34700", + "name": "Toktz-ket-xil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6524", + "bonuses": "0,0,0,-12,-8,40,42,38,0,65,60,5,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "37500", + "ge_buy_limit": "10", + "examine": "A large knife of Obsidian.", + "durability": null, + "tokkul_price": "37500", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "6", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "16900", + "name": "Toktz-xil-ek", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6525", + "bonuses": "16,48,0,0,0,0,0,0,0,0,0,39,0,0,0" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A staff of obsidian.", + "walk_anim": "1205", + "tokkul_price": "52500", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "26300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6526", + "stand_turn_anim": "1209", + "bonuses": "15,-1,55,15,0,10,15,5,15,0,0,55,5,0,0", + "requirements": "{0,60}-{6,60}", + "shop_price": "52500", + "durability": null, + "weight": "1", + "weapon_interface": "1", + "render_anim": "28", + "name": "Toktz-mej-tal" + }, + { + "requirements": "{0,60}", + "shop_price": "45000", + "ge_buy_limit": "10", + "examine": "A mace of obsidian.", + "durability": null, + "tokkul_price": "45000", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "10", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "22600", + "name": "Tzhaar-ket-em", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6527", + "bonuses": "-4,-4,62,0,0,0,0,0,0,0,0,56,0,0,0" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1663", + "examine": "A maul of obsidian.", + "walk_anim": "1663", + "tokkul_price": "75000", + "turn90ccw_anim": "1663", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1663", + "defence_anim": "1666", + "equipment_slot": "3", + "attack_anims": "2661,2661,2661,2661", + "grand_exchange_price": "31000", + "stand_anim": "1662", + "tradeable": "true", + "run_anim": "1664", + "archery_ticket_price": "0", + "id": "6528", + "stand_turn_anim": "823", + "bonuses": "0,0,80,-4,0,0,0,0,0,0,0,85,0,0,0", + "requirements": "{2,60}", + "shop_price": "75000", + "durability": null, + "weight": "3.6", + "weapon_interface": "10", + "render_anim": "27", + "attack_audios": "2520,0,0,0", + "name": "Tzhaar-ket-om" + }, + { + "examine": "It's a Token of some kind made from Obsidian.", + "durability": null, + "name": "Tokkul", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "6529" + }, + { + "durability": null, + "name": "Toktz-xil-ak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6535" + }, + { + "durability": null, + "name": "Toktz-ket-xil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6536" + }, + { + "durability": null, + "name": "Toktz-xil-ek", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6537" + }, + { + "durability": null, + "name": "Toktz-mej-tal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6538" + }, + { + "durability": null, + "name": "Tzhaar-ket-em", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6539" + }, + { + "durability": null, + "name": "Tzhaar-ket-om", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6540" + }, + { + "destroy_message": "You can get a replacement mouse toy by speaking to Bob, the Jagex cat.", + "examine": "An Advanced Combat Training Device.", + "durability": null, + "name": "Mouse toy", + "tradeable": "false", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6541", + "weapon_interface": "12", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You will not get a replacement for the present. Open it for your reward.", + "examine": "Thanks for all your help! Love, Bob & Neite.", + "durability": null, + "name": "Present", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6542" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6543" + }, + { + "destroy_message": "You can get another Amulet of Catspeak from the Sphinx in Sophanem.", + "examine": "It's an amulet of cat speak. It makes vague purring noises.", + "durability": null, + "name": "Catspeak amulet(e)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6544", + "equipment_slot": "2" + }, + { + "destroy_message": "You have completed the chores; you can safely destroy the list.", + "examine": "A list of chores that Bob gave you to do.", + "durability": null, + "name": "Chores", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6545" + }, + { + "destroy_message": "You found the recipe in Unferth's bookcase, which is in his Burthorpe house, you will be able to get a replacement.", + "examine": "It says on the back 'My favourite recipe.", + "durability": null, + "name": "Recipe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6546" + }, + { + "destroy_message": "You can get another Doctor's hat from the Apothecary in Varrock.", + "examine": "A mirror helps reflect light on the subject.", + "durability": null, + "name": "Doctors hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6547", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another Nurse's hat from the Apothecary in Varrock.", + "examine": "A nurse's hat, but does it have healing powers?", + "durability": null, + "name": "Nurse hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6548", + "equipment_slot": "0" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6549" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6550" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6551" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6552" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6553" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6554" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6555" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6556" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6557" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6558" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6559" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6560" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "368700", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6562", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mud battlestaff" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "423100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6563", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "40000", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic mud staff" + }, + { + "examine": "A valuable ring.", + "grand_exchange_price": "6609743", + "durability": null, + "name": "Onyx ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6564" + }, + { + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "4501000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6565" + }, + { + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "9058124", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6566" + }, + { + "shop_price": "90000", + "ge_buy_limit": "100", + "examine": "A cape woven of obsidian plates.", + "durability": null, + "tokkul_price": "90000", + "weight": "1.8", + "equipment_slot": "1", + "lendable": "true", + "grand_exchange_price": "42000", + "name": "Obsidian cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6568", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "42000", + "durability": null, + "name": "Obsidian cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6569" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6570", + "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "2700000", + "ge_buy_limit": "100", + "examine": "An uncut onyx.", + "grand_exchange_price": "10700000", + "tokkul_price": "300000", + "durability": null, + "name": "Uncut onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6571" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10700000", + "durability": null, + "name": "Uncut onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6572" + }, + { + "ge_buy_limit": "100", + "examine": "This looks valuable.", + "grand_exchange_price": "10700000", + "durability": null, + "name": "Onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6573" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10700000", + "durability": null, + "name": "Onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6574" + }, + { + "ge_buy_limit": "100", + "examine": "A valuable ring.", + "grand_exchange_price": "11900000", + "durability": null, + "name": "Onyx ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6575", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11900000", + "durability": null, + "name": "Onyx ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6576" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "4500000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6577", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4500000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6578" + }, + { + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "9058124", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6579" + }, + { + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6580" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "10900000", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6581", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10900000", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6582" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring.", + "grand_exchange_price": "803700", + "durability": null, + "name": "Ring of stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6583", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "803700", + "durability": null, + "name": "Ring of stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6584" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "A very powerful onyx amulet.", + "grand_exchange_price": "9200000", + "durability": null, + "name": "Amulet of fury", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6585", + "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,5,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9200000", + "durability": null, + "name": "Amulet of fury", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6586" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "360", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "1013", + "attack_audios": "2548,2548,2548,2548", + "name": "White claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6587", + "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1013", + "durability": null, + "name": "White claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6588" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "1248", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "1459", + "attack_audios": "2498,2498,2497,2498", + "name": "White battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6589", + "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1459", + "durability": null, + "name": "White battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6590" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "479", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6591", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "479", + "durability": null, + "name": "White dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6592" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "497", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6593", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "497", + "durability": null, + "name": "White dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6594" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "982", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6595", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "982", + "durability": null, + "name": "White dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6596" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "8422", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6597", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8422", + "durability": null, + "name": "White dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6598" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A white halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "1834", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6599", + "stand_turn_anim": "1209", + "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,1,0,0", + "requirements": "{0,10}-{2,5}", + "shop_price": "1920", + "durability": null, + "weight": "3.1", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "White halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1834", + "durability": null, + "name": "White halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6600" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "432", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "481", + "attack_audios": "2508,2508,25092508", + "name": "White mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6601", + "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "481", + "durability": null, + "name": "White mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6602" + }, + { + "requirements": "{0,10}-{5,10}", + "ge_buy_limit": "100", + "shop_price": "200", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "650", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "tradeable": "true", + "name": "White magic staff", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6603", + "stand_turn_anim": "1209", + "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "650", + "durability": null, + "name": "White magic staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6604" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "grand_exchange_price": "1187", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "6605", + "stand_turn_anim": "823", + "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "624", + "durability": null, + "weight": "1.8", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "name": "White sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1187", + "durability": null, + "name": "White sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6606" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "2060", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "6607", + "stand_turn_anim": "823", + "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "960", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "name": "White longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2060", + "durability": null, + "name": "White longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6608" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "4029", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "6609", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "1920", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "White 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4029", + "durability": null, + "name": "White 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6610" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "1404", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "6611", + "stand_turn_anim": "823", + "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "768", + "durability": null, + "weight": "1", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "White scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1404", + "durability": null, + "name": "White scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6612" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "980", + "ge_buy_limit": "100", + "examine": "I don't think it's intended for joinery.", + "durability": null, + "weight": "1.8", + "attack_speed": "6", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1178", + "attack_audios": "2504,0,0,0", + "name": "White warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6613", + "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1178", + "durability": null, + "name": "White warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6614" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1440", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "weight": "6.8", + "absorb": "1,0,2", + "equipment_slot": "4", + "grand_exchange_price": "788", + "name": "White chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6615", + "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "788", + "durability": null, + "name": "White chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6616" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "3840", + "ge_buy_limit": "100", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.9", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5837", + "name": "White platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6617", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5837", + "durability": null, + "name": "White platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6618" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "576", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equipment_slot": "10", + "grand_exchange_price": "1016", + "name": "White boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6619", + "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1016", + "durability": null, + "name": "White boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6620" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{5,10}", + "shop_price": "576", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "weight": "1.9", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "853", + "name": "White med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6621", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "853", + "durability": null, + "name": "White med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6622" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{5,10}", + "shop_price": "1056", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "2624", + "name": "White full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6623", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2624", + "durability": null, + "name": "White full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6624" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1920", + "ge_buy_limit": "100", + "examine": "Big, white and heavy looking.", + "durability": null, + "weight": "9", + "equipment_slot": "7", + "grand_exchange_price": "2115", + "name": "White platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6625", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2115", + "durability": null, + "name": "White platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6626" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1920", + "ge_buy_limit": "100", + "examine": "Big, white, and heavy looking.", + "durability": null, + "weight": "8.1", + "equipment_slot": "7", + "grand_exchange_price": "2000", + "name": "White plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6627", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2000", + "durability": null, + "name": "White plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6628" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "These will keep my hands warm!", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "2036", + "name": "White gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6629", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2036", + "durability": null, + "name": "White gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6630" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1152", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3.6", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "1360", + "name": "White sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6631", + "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1360", + "durability": null, + "name": "White sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6632" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1632", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "2390", + "name": "White kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6633", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2390", + "durability": null, + "name": "White kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6634" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A Temple Knight Communication Orb. Top Secret! / Use this to stay in touch with Korasi and Jessika. (A Void Dance version) / Tyr's commorb, given to him by Sir Tiffy. (Tyr's commorb)", + "durability": null, + "name": "Commorb", + "weight": "1", + "archery_ticket_price": "0", + "id": "6635" + }, + { + "examine": "Proof that I have defeated the evil mage Solus.", + "durability": null, + "name": "Solus's hat", + "archery_ticket_price": "0", + "id": "6636" + }, + { + "examine": "From a darker dimension.", + "durability": null, + "name": "Dark beast", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "6637" + }, + { + "examine": "A key to the nature of light itself. (Mourning's Ends Part II)", + "durability": null, + "name": "Colour wheel", + "archery_ticket_price": "0", + "id": "6638" + }, + { + "destroy_message": "Resetting the light maze will generate a new mirror.", + "examine": "A small hand mirror.", + "durability": null, + "name": "Hand mirror", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6639" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A yellow crystal.", + "durability": null, + "name": "Yellow crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6641" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A cyan crystal.", + "durability": null, + "name": "Cyan crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6643" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A blue crystal.", + "durability": null, + "name": "Blue crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6644" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A fractured crystal, one of the edges is clear.", + "durability": null, + "name": "Fractured crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6646" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A fractured crystal, one of the edges is clear.", + "durability": null, + "name": "Fractured crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6647" + }, + { + "destroy_message": "You can obtain another list from Thorgel.", + "examine": "It's a list of items I need to collect.", + "durability": null, + "name": "Item list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6648" + }, + { + "examine": "The journal of Nissyen Edern.", + "durability": null, + "name": "Edern's journal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6649" + }, + { + "examine": "A blackened crystal sample.", + "durability": null, + "name": "Blackened crystal", + "archery_ticket_price": "0", + "id": "6650" + }, + { + "examine": "A newly formed crystal / A warm energy radiates from this crystal.", + "durability": null, + "name": "Newly made crystal", + "archery_ticket_price": "0", + "id": "6651" + }, + { + "examine": "A newly formed crystal / A warm energy radiates from this crystal.", + "durability": null, + "name": "Newly made crystal", + "archery_ticket_price": "0", + "id": "6652" + }, + { + "destroy_message": "You can get another Crystal trinket from Arianwyn in Lletya.", + "examine": "A small Crystal trinket.", + "durability": null, + "name": "Crystal trinket", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6653" + }, + { + "remove_sleeves": "true", + "examine": "Examine what?", + "durability": null, + "name": "Camo top", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "6654", + "equipment_slot": "4" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo bottoms", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6655", + "equipment_slot": "7" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo helmet", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6656", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "examine": "Examine what?", + "durability": null, + "name": "Camo top", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "6657", + "equipment_slot": "4" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo bottoms", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6658", + "equipment_slot": "7" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo helmet", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6659", + "equipment_slot": "0" + }, + { + "shop_price": "60", + "examine": "The jar keeps shaking... I'm scared.", + "durability": null, + "name": "Fishing explosive", + "archery_ticket_price": "0", + "id": "6660" + }, + { + "examine": "An angry Ogre in a funny hat.", + "durability": null, + "name": "Mogre", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "6661" + }, + { + "examine": "This fishing rod seems to have been bitten in half.", + "durability": null, + "name": "Broken fishing rod", + "archery_ticket_price": "0", + "id": "6662" + }, + { + "examine": "It seems someone vacated this boot in a hurry.", + "durability": null, + "name": "Forlorn boot", + "archery_ticket_price": "0", + "id": "6663" + }, + { + "requirements": "{18,32}", + "shop_price": "60", + "examine": "The jar keeps shaking... I'm scared.", + "durability": null, + "name": "Fishing explosive", + "archery_ticket_price": "0", + "id": "6664" + }, + { + "examine": "Fishy, damp and smelly.", + "durability": null, + "name": "Mudskipper hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "6665", + "equipment_slot": "0" + }, + { + "examine": "Strangely uncomfortable flippers.", + "durability": null, + "name": "Flippers", + "weight": "2", + "archery_ticket_price": "0", + "id": "6666", + "bonuses": "-2,-2,-2,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "10000", + "examine": "An empty fishbowl.", + "grand_exchange_price": "431", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "6667" + }, + { + "examine": "A fishless fishbowl.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6668" + }, + { + "examine": "A fishless fishbowl with some seaweed.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6669" + }, + { + "examine": "A fishbowl with a Tiny Bluefish in it.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6670" + }, + { + "examine": "A fishbowl with a Tiny Greenfish in it.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6671" + }, + { + "examine": "A fishbowl with a Tiny Spinefish in it.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6672" + }, + { + "examine": "An empty fishbowl in a net.", + "durability": null, + "name": "Fishbowl and net", + "weight": "2", + "archery_ticket_price": "0", + "id": "6673" + }, + { + "shop_price": "10", + "examine": "A tiny net for grabbing tiny fish.", + "durability": null, + "name": "Tiny net", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6674" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.", + "durability": null, + "name": "An empty box", + "archery_ticket_price": "0", + "id": "6675" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", + "durability": null, + "name": "Guam in a box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6677" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", + "durability": null, + "name": "Guam in a box?", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6678" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", + "durability": null, + "name": "Seaweed in a box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6679" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", + "durability": null, + "name": "Seaweed in a box?", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6680" + }, + { + "ge_buy_limit": "100", + "examine": "One of the ingredients for making fish food.", + "grand_exchange_price": "1", + "durability": null, + "name": "Ground guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6681" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Ground guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6682" + }, + { + "ge_buy_limit": "100", + "examine": "One of the ingredients for making fish food.", + "grand_exchange_price": "14", + "durability": null, + "name": "Ground seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6683" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Ground seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6684" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "15300", + "durability": null, + "name": "Saradomin brew(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6685" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "15300", + "durability": null, + "name": "Saradomin brew(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6686" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "11400", + "durability": null, + "name": "Saradomin brew(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6687" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "11400", + "durability": null, + "name": "Saradomin brew(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6688" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "7566", + "durability": null, + "name": "Saradomin brew(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6689" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7566", + "durability": null, + "name": "Saradomin brew(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6690" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "3783", + "durability": null, + "name": "Saradomin brew(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6691" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3783", + "durability": null, + "name": "Saradomin brew(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6692" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a crushed bird's nest.", + "grand_exchange_price": "10500", + "durability": null, + "name": "Crushed nest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6693" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "10500", + "durability": null, + "name": "Crushed nest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6694" + }, + { + "examine": "\"A cold-blooded creature, partial to warmth.", + "durability": null, + "name": "Desert lizard", + "archery_ticket_price": "0", + "id": "6695" + }, + { + "requirements": "{22,18}", + "shop_price": "1", + "examine": "Contains ice-cold water.", + "durability": null, + "name": "Ice cooler", + "archery_ticket_price": "0", + "id": "6696" + }, + { + "shop_price": "5", + "ge_buy_limit": "10000", + "examine": "A pat of freshly churned butter.", + "grand_exchange_price": "405", + "durability": null, + "name": "Pat of butter", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "6697" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "405", + "durability": null, + "name": "Pat of butter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6698" + }, + { + "durability": null, + "name": "Burnt potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6700" + }, + { + "ge_buy_limit": "1000", + "examine": "It'd taste even better with some toppings.", + "grand_exchange_price": "326", + "durability": null, + "name": "Baked potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6701" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "326", + "durability": null, + "name": "Baked potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6702" + }, + { + "ge_buy_limit": "1000", + "examine": "A baked potato with butter.", + "grand_exchange_price": "745", + "durability": null, + "name": "Potato with butter", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6703" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "745", + "durability": null, + "name": "Potato with butter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6704" + }, + { + "shop_price": "350", + "ge_buy_limit": "10000", + "examine": "A baked potato with butter and cheese.", + "grand_exchange_price": "604", + "durability": null, + "name": "Potato with cheese", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6705" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "604", + "durability": null, + "name": "Potato with cheese", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6706" + }, + { + "examine": "An amulet of Camel-speak. It makes vague braying noises.", + "durability": null, + "name": "Camulet", + "archery_ticket_price": "0", + "id": "6707", + "equipment_slot": "2" + }, + { + "shop_price": "200", + "examine": "Especially good against diseased arachnids.", + "durability": null, + "name": "Slayer gloves", + "archery_ticket_price": "0", + "id": "6708", + "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0" + }, + { + "examine": "A bunch of legs, eyes and teeth.", + "durability": null, + "name": "Fever spider", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "6709" + }, + { + "examine": "A blindweed seed - plant in a Blindweed patch.", + "durability": null, + "name": "Blindweed seed", + "archery_ticket_price": "0", + "id": "6710" + }, + { + "examine": "An inedible, foul smelling herb.", + "durability": null, + "name": "Blindweed", + "archery_ticket_price": "0", + "id": "6711" + }, + { + "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6712" + }, + { + "examine": "A heavy metal wrench.", + "durability": null, + "name": "Wrench", + "archery_ticket_price": "0", + "id": "6713" + }, + { + "examine": "A shining paragon of wrenchly virtue.", + "durability": null, + "name": "Holy wrench", + "archery_ticket_price": "0", + "id": "6714" + }, + { + "examine": "They look at you balefully. 'Feed us...", + "durability": null, + "name": "Sluglings", + "archery_ticket_price": "0", + "id": "6715" + }, + { + "examine": "A sinister looking squid.", + "durability": null, + "name": "Karamthulhu", + "archery_ticket_price": "0", + "id": "6716" + }, + { + "examine": "A sinister looking squid.", + "durability": null, + "name": "Karamthulhu", + "archery_ticket_price": "0", + "id": "6717" + }, + { + "examine": "A diseased deceased Fever Spider. Handle with care.", + "durability": null, + "name": "Fever spider body", + "archery_ticket_price": "0", + "id": "6718" + }, + { + "examine": "Sorry, I mean a bucket of 'rum'.", + "durability": null, + "name": "Unsanitary swill", + "archery_ticket_price": "0", + "id": "6719" + }, + { + "requirements": "{18,42}", + "shop_price": "200", + "examine": "Especially good against diseased arachnids.", + "durability": null, + "name": "Slayer gloves", + "archery_ticket_price": "0", + "id": "6720", + "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "A decent enough weapon gone rusty.", + "attack_audios": "2500,0,2517,0", + "durability": null, + "name": "Rusty scimitar", + "weight": "2", + "archery_ticket_price": "0", + "id": "6721" + }, + { + "examine": "Alas...I hardly knew him.", + "durability": null, + "name": "Zombie head", + "archery_ticket_price": "0", + "id": "6722" + }, + { + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6723" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "100", + "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", + "has_special": "true", + "durability": null, + "rare_item": "true", + "weight": "1", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "12200", + "name": "Seercull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6724", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12200", + "durability": null, + "name": "Seercull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6725" + }, + { + "durability": null, + "name": "Mud battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6726" + }, + { + "durability": null, + "name": "Mystic mud staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6727" + }, + { + "examine": "A pot of crushed small zombie monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "6728" + }, + { + "ge_buy_limit": "10000", + "examine": "These would feed a dogfish for months!", + "grand_exchange_price": "9616", + "durability": null, + "name": "Dagannoth bones", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "6729" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "9616", + "durability": null, + "name": "Dagannoth bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6730" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A mysterious ring that can fill the wearer with magical power...", + "grand_exchange_price": "478800", + "rare_item": "true", + "durability": null, + "name": "Seers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6731", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "478800", + "durability": null, + "name": "Seers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6732" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A fabled ring that improves the wearer's skill with a bow...", + "grand_exchange_price": "1400000", + "rare_item": "true", + "durability": null, + "name": "Archers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6733", + "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Archers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6734" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A legendary ring once worn by Fremennik warriors.", + "grand_exchange_price": "178100", + "rare_item": "true", + "durability": null, + "name": "Warrior ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6735", + "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "178100", + "durability": null, + "name": "Warrior ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6736" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A ring reputed to bring out a berserk fury in its wearer.", + "grand_exchange_price": "2700000", + "rare_item": "true", + "durability": null, + "name": "Berserker ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6737", + "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2700000", + "durability": null, + "name": "Berserker ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6738" + }, + { + "requirements": "{0,60}", + "ge_buy_limit": "10", + "examine": "A very powerful axe.", + "has_special": "true", + "rare_item": "true", + "durability": null, + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "813100", + "attack_audios": "2498,2498,2497,2498", + "name": "Dragon axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6739", + "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "813100", + "durability": null, + "name": "Dragon axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6740" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "6741", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6742" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6744" + }, + { + "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Silverlight", + "archery_ticket_price": "0", + "id": "6745", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" + }, + { + "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Darklight", + "archery_ticket_price": "0", + "id": "6746", + "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0" + }, + { + "examine": "Used to make the sigil of the demon Agrith-Naar.", + "durability": null, + "name": "Demonic sigil mould", + "archery_ticket_price": "0", + "id": "6747" + }, + { + "examine": "A sigil used for the summoning of the demon Agrith-Naar.", + "durability": null, + "name": "Demonic sigil", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6748" + }, + { + "examine": "Will this book help in summoning Agrith-Naar?", + "durability": null, + "name": "Demonic tome", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6749" + }, + { + "remove_sleeves": "true", + "examine": "A desert shirt stained black with mushroom ink.", + "durability": null, + "name": "Black desert shirt", + "archery_ticket_price": "0", + "id": "6750", + "equipment_slot": "4" + }, + { + "examine": "A desert robe stained black with mushroom ink.", + "durability": null, + "name": "Black desert robe", + "archery_ticket_price": "0", + "id": "6752", + "equipment_slot": "7" + }, + { + "destroy_message": "Hopefully Erin has a copy!", + "examine": "It changes temperature as I walk. (Meeting History)", + "durability": null, + "name": "Enchanted key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6754", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Guthix Mjolnir.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "2875", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6760", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", + "shop_price": "250", + "durability": null, + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Guthix mjolnir" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2875", + "durability": null, + "name": "Guthix mjolnir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6761" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Saradomin Mjolnir.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "17200", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6762", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", + "shop_price": "250", + "durability": null, + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Saradomin mjolnir" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17200", + "durability": null, + "name": "Saradomin mjolnir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6763" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Zamorak mjolnir.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "4115", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6764", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", + "durability": null, + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Zamorak mjolnir" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4115", + "durability": null, + "name": "Zamorak mjolnir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6765" + }, + { + "examine": "Antipoison for Pox.", + "durability": null, + "name": "Cat antipoison", + "archery_ticket_price": "0", + "id": "6766" + }, + { + "examine": "A little more smelly than usual.", + "durability": null, + "name": "Poisoned cheese", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "6768" + }, + { + "destroy_message": "You can obtain another sheet of music by talking to the snakecharmer of Pollnivneach.", + "examine": "Charming.", + "durability": null, + "name": "Music scroll", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6769" + }, + { + "destroy_message": "You can obtain another set of directions to the party by talking to Jimmy Dazzler.", + "examine": "Jimmy Dazzler's directions.", + "durability": null, + "name": "Directions", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6770" + }, + { + "examine": "Contains garden weeds.", + "durability": null, + "name": "Pot of weeds", + "archery_ticket_price": "0", + "id": "6771" + }, + { + "examine": "Contains slowly burning garden weeds.", + "durability": null, + "name": "Smouldering pot", + "archery_ticket_price": "0", + "id": "6772" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole for putting rats on.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6773", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with one rat on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6774", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with two rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6775", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with three rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6776", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with four rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6777", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with five rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6778", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with six rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6779", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "examine": "Menaphite thug.", + "durability": null, + "name": "Menaphite thug", + "archery_ticket_price": "0", + "id": "6780" + }, + { + "remove_sleeves": "true", + "examine": "This looks quite old.", + "durability": null, + "name": "Robe of elidinis", + "archery_ticket_price": "0", + "id": "6786", + "equipment_slot": "4" + }, + { + "examine": "This looks quite old.", + "durability": null, + "name": "Robe of elidinis", + "archery_ticket_price": "0", + "id": "6787", + "equipment_slot": "7" + }, + { + "examine": "This robe is too torn to wear.", + "durability": null, + "name": "Torn robe", + "weight": "1", + "archery_ticket_price": "0", + "id": "6788" + }, + { + "examine": "This robe is too torn to wear.", + "durability": null, + "name": "Torn robe", + "weight": "1", + "archery_ticket_price": "0", + "id": "6789" + }, + { + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "id": "6790", + "equipment_slot": "10" + }, + { + "examine": "Awusah's Sole.", + "durability": null, + "name": "Sole", + "weight": "1", + "archery_ticket_price": "0", + "id": "6791" + }, + { + "examine": "An ancient key from the shrine in Nardah. (Spirits of the Elid)", + "durability": null, + "name": "Ancestral key", + "archery_ticket_price": "0", + "id": "6792" + }, + { + "examine": "The Ballad of Jaresh.", + "durability": null, + "name": "Ballad", + "archery_ticket_price": "0", + "id": "6793" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A tasty treat from Nardah - better eat this before it melts.", + "grand_exchange_price": "210", + "durability": null, + "name": "Choc-ice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6794" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "210", + "durability": null, + "name": "Choc-ice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6795" + }, + { + "bankable": "false", + "examine": "Wonder what happens if I rub it...", + "durability": null, + "name": "Lamp", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6796" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can", + "archery_ticket_price": "0", + "id": "6797" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6798" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6799" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6800" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6801" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6802" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6803" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6804" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6805" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6806" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6807" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6808" + }, + { + "requirements": "{1,50}-{2,50}", + "ge_buy_limit": "10", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "15", + "absorb": "2,0,5", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "39400", + "name": "Granite legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6809", + "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0" + }, + { + "examine": "A pot of crushed large zombie monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "6810" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "durability": null, + "name": "Skeletal wyvern", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "6811" + }, + { + "ge_buy_limit": "1000", + "examine": "Bones of a huge flying creature.", + "grand_exchange_price": "4845", + "durability": null, + "name": "Wyvern bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6812" + }, + { + "durability": null, + "name": "Granite legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6813" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "This would make warm clothing.", + "grand_exchange_price": "90", + "durability": null, + "name": "Fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6814" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "90", + "durability": null, + "name": "Fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6815" + }, + { + "durability": null, + "name": "Wyvern bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6816" + }, + { + "turn90cw_anim": "7044", + "examine": "A slender two-handed sword.", + "walk_anim": "7046", + "durability": null, + "destroy": "true", + "weight": "3", + "turn90ccw_anim": "7043", + "two_handed": "true", + "turn180_anim": "7045", + "render_anim": "124", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "7047", + "name": "Slender blade", + "tradeable": "false", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "6817", + "stand_turn_anim": "7040" + }, + { + "turn90cw_anim": "1207", + "examine": "A sharp sword that can also fire arrows.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "3", + "turn90ccw_anim": "1208", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can make a replacement.", + "stand_anim": "813", + "name": "Bow-sword", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6818", + "stand_turn_anim": "1209" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "6819" + }, + { + "destroy_message": "I can get another from the assassin beside the winch that leads down into Senntisten temple.", + "examine": "It seems to have pieces missing. After Temple at Senntisten quest: The assassin's plunder from the church on Entrana.", + "durability": null, + "name": "Relic", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6820" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This looks valuable.", + "durability": null, + "name": "Orb", + "archery_ticket_price": "0", + "id": "6821" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6822" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6823" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6824" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6825" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6826" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6827" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6828" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6829" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6830" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6831" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6832" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6833" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6834" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6835" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6836" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6837" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6838" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6839" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6840" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6841" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6842" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6843" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6844" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6845" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6846" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6847" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6848" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6849" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6850" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6851" + }, + { + "examine": "A box for storing completed puppets.", + "durability": null, + "name": "Puppet box", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6852" + }, + { + "examine": "A box for storing painted baubles.", + "durability": null, + "name": "Bauble box", + "archery_ticket_price": "0", + "id": "6853" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box for storing completed puppets.", + "durability": null, + "name": "Puppet box", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6854" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box for storing painted baubles.", + "durability": null, + "name": "Bauble box", + "archery_ticket_price": "0", + "id": "6855" + }, + { + "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", + "examine": "A woolly bobble hat.", + "durability": null, + "name": "Bobble hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6856", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A woolly scarf.", + "durability": null, + "name": "Bobble scarf", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6857", + "equipment_slot": "2" + }, + { + "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", + "shop_price": "160", + "examine": "A woolly Jester hat.", + "durability": null, + "name": "Jester hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6858", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another Jester scarf from Diango.", + "examine": "A woolly jester scarf.", + "durability": null, + "name": "Jester scarf", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6859", + "equipment_slot": "2" + }, + { + "destroy_message": "You may get another from Diango in Draynor Village.", + "examine": "A woolly triple bobble jester hat.", + "durability": null, + "name": "Tri-jester hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6860", + "equipment_slot": "0" + }, + { + "destroy_message": "You can obtain another jester scarf from Diango in the Draynor Market.", + "examine": "A woolly jester scarf.", + "durability": null, + "name": "Tri-jester scarf", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6861", + "equipment_slot": "2" + }, + { + "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", + "examine": "A woolly tobogganing hat.", + "durability": null, + "name": "Woolly hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6862", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A woolly tobogganing scarf.", + "durability": null, + "name": "Woolly scarf", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6863", + "equipment_slot": "2" + }, + { + "examine": "The controlling part of a marionette.", + "durability": null, + "name": "Marionette handle", + "archery_ticket_price": "0", + "id": "6864", + "equipment_slot": "3" + }, + { + "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6865" + }, + { + "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6866" + }, + { + "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6867" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6868" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6869" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6870" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6871" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6872" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6873" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6874" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6875" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6876" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6877" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6878" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6879" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6880" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6881" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6882" + }, + { + "examine": "A tasty fruit.", + "durability": null, + "name": "Peach", + "archery_ticket_price": "0", + "id": "6883" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A magic training arena progress hat", + "durability": null, + "name": "Progress hat", + "archery_ticket_price": "0", + "id": "6885", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A magic training arena progress hat", + "durability": null, + "name": "Progress hat", + "archery_ticket_price": "0", + "id": "6886", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A magic training arena progress hat", + "durability": null, + "name": "Progress hat", + "archery_ticket_price": "0", + "id": "6887", + "equipment_slot": "0" + }, + { + "bankable": "false", + "examine": "A guardian of the arena.", + "durability": null, + "name": "Guardian statue", + "archery_ticket_price": "0", + "id": "6888" + }, + { + "requirements": "{6,60}", + "ge_buy_limit": "10", + "examine": "The magical book of the Mage.", + "grand_exchange_price": "3800000", + "durability": null, + "name": "Mage's book", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6889", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3800000", + "durability": null, + "name": "Mage's book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6890" + }, + { + "shop_price": "200", + "examine": "A book about the Training Arena.", + "durability": null, + "name": "Arena book", + "weight": "1", + "archery_ticket_price": "0", + "id": "6891" + }, + { + "bankable": "false", + "shop_price": "6", + "examine": "Comfortable leather boots.", + "grand_exchange_price": "189", + "durability": null, + "name": "Leather boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "6893", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" + }, + { + "bankable": "false", + "examine": "A large metal shield.", + "grand_exchange_price": "3084", + "durability": null, + "name": "Adamant kiteshield", + "tradeable": "true", + "weight": "5.8", + "archery_ticket_price": "0", + "id": "6894", + "absorb": "3,0,6", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "bankable": "false", + "examine": "A medium sized helmet.", + "grand_exchange_price": "1049", + "durability": null, + "name": "Adamant med helm", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6895", + "absorb": "1,0,2", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0" + }, + { + "bankable": "false", + "shop_price": "350", + "examine": "This looks valuable.", + "grand_exchange_price": "644", + "durability": null, + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6896" + }, + { + "bankable": "false", + "shop_price": "32000", + "examine": "A razor sharp longsword", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "lendable": "true", + "grand_exchange_price": "18938", + "attack_audios": "2500,2500,2517,2500", + "name": "Rune longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6897", + "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0" + }, + { + "bankable": "false", + "examine": "A green cylinder", + "durability": null, + "name": "Cylinder", + "archery_ticket_price": "0", + "id": "6898" + }, + { + "bankable": "false", + "examine": "A yellow cube", + "durability": null, + "name": "Cube", + "archery_ticket_price": "0", + "id": "6899" + }, + { + "bankable": "false", + "examine": "A blue icosahedron.", + "durability": null, + "name": "Icosahedron", + "archery_ticket_price": "0", + "id": "6900" + }, + { + "bankable": "false", + "examine": "A red pentamid.", + "durability": null, + "name": "Pentamid", + "archery_ticket_price": "0", + "id": "6901" + }, + { + "bankable": "false", + "examine": "This looks valuable.", + "durability": null, + "name": "Orb", + "archery_ticket_price": "0", + "id": "6902" + }, + { + "bankable": "false", + "examine": "This looks valuable.", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "6903" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6904" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6905" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6906" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6907" + }, + { + "requirements": "{6,45}", + "shop_price": "303030030", + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A beginner level wand", + "walk_anim": "1146", + "durability": null, + "weight": "0.2", + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "render_anim": "1426", + "equipment_slot": "3", + "grand_exchange_price": "11500", + "stand_anim": "809", + "name": "Beginner wand", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6908", + "stand_turn_anim": "823", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "11500", + "durability": null, + "name": "Beginner wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6909" + }, + { + "requirements": "{6,50}", + "ge_buy_limit": "10", + "shop_price": "606060060", + "turn90cw_anim": "821", + "examine": "An apprentice level wand.", + "walk_anim": "1146", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "defence_anim": "420", + "render_anim": "1426", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "82000", + "stand_anim": "809", + "tradeable": "true", + "name": "Apprentice wand", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6910", + "stand_turn_anim": "823", + "bonuses": "0,0,0,10,0,0,0,0,10,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "82000", + "durability": null, + "name": "Apprentice wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6911" + }, + { + "requirements": "{6,55}", + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A teacher level wand.", + "walk_anim": "1146", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "render_anim": "1426", + "equipment_slot": "3", + "grand_exchange_price": "944100", + "stand_anim": "809", + "name": "Teacher wand", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6912", + "stand_turn_anim": "823", + "bonuses": "0,0,0,15,0,0,0,0,15,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "944100", + "durability": null, + "name": "Teacher wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6913" + }, + { + "requirements": "{6,60}", + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A master level wand.", + "walk_anim": "1146", + "durability": null, + "weight": "0.1", + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "defence_anim": "420", + "render_anim": "1426", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1700000", + "stand_anim": "8980", + "tradeable": "true", + "name": "Master wand", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6914", + "stand_turn_anim": "823", + "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Master wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6915" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical robes.", + "durability": null, + "weight": "2.2", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3300000", + "name": "Infinity top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6916", + "bonuses": "0,0,0,22,0,0,0,0,22,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3300000", + "durability": null, + "name": "Infinity top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6917" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "A mystic hat.", + "durability": null, + "weight": "0.4", + "absorb": "1,0,0", + "equipment_slot": "0", + "grand_exchange_price": "1800000", + "name": "Infinity hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "6918", + "bonuses": "0,0,0,6,0,0,0,0,6,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1800000", + "durability": null, + "name": "Infinity hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6919" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical boots.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "10", + "grand_exchange_price": "1200000", + "name": "Infinity boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6920", + "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Infinity boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6921" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical gloves.", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Infinity gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6922", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Infinity gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6923" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical robes.", + "durability": null, + "weight": "1.8", + "absorb": "2,1,0", + "equipment_slot": "7", + "grand_exchange_price": "2500000", + "name": "Infinity bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6924", + "bonuses": "0,0,0,17,0,0,0,0,17,0,17,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2500000", + "durability": null, + "name": "Infinity bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6925" + }, + { + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "983", + "durability": null, + "name": "Bones to peaches", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6926" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A severed hand covered with sand.", + "durability": null, + "name": "Sandy hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6945" + }, + { + "destroy_message": "Speak to the Guard Captain in Yanille to get another beer soaked hand.", + "examine": "A severed hand dripping with beer.", + "durability": null, + "name": "Beer-soaked hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6946" + }, + { + "destroy_message": "Speak to Bert to replace this Rota.", + "examine": "A copy of a work rota.", + "durability": null, + "name": "Bert's rota", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6947" + }, + { + "destroy_message": "Search Sandy's office in Brimhaven for another Rota.", + "examine": "An original work rota.", + "durability": null, + "name": "Sandy's rota", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6948" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Maybe I should read this...", + "durability": null, + "name": "A magic scroll", + "archery_ticket_price": "0", + "id": "6949" + }, + { + "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.", + "examine": "An ordinary looking scrying orb.", + "durability": null, + "name": "Magical orb", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6950" + }, + { + "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.", + "examine": "This magical scrying orb pulsates as it stores information.", + "durability": null, + "name": "Magical orb (a)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6951" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle of truth serum.", + "examine": "Fluid sloshes innocently in this vial.", + "durability": null, + "name": "Truth serum", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6952" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle.", + "examine": "A bottle of water.", + "durability": null, + "name": "Bottled water", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6953" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make some more red berry juice.", + "examine": "Redberry juice sloshes around in this vial, waiting for white berries to be added.", + "durability": null, + "name": "Redberry juice", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6954" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to make more pink dye.", + "shop_price": "20", + "examine": "A vial of pink dye.", + "durability": null, + "name": "Pink dye", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6955" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make the lens again.", + "examine": "This lens has a pinkish tinge to it.", + "durability": null, + "name": "Rose-tinted lens", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6956", + "equipment_slot": "3" + }, + { + "destroy_message": "Speak to Mazion near the sandpit on Entrana to find the Wizard Head again.", + "examine": "A decapitated, sand-covered head.", + "durability": null, + "name": "Wizard's head", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6957" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A handful of sand from Sandy's pocket.", + "durability": null, + "name": "Sand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6958" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Use pink dye on a cape and this is what you get!", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "919", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6959", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "919", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6960" + }, + { + "examine": "A freshly baked baguette.", + "durability": null, + "name": "Baguette", + "archery_ticket_price": "0", + "id": "6961" + }, + { + "ge_buy_limit": "1000", + "examine": "A freshly made triangle sandwich.", + "grand_exchange_price": "110", + "durability": null, + "name": "Triangle sandwich", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6962" + }, + { + "examine": "A freshly made roll.", + "durability": null, + "name": "Roll", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6963" + }, + { + "bankable": "false", + "examine": "Lovely money!", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "6964" + }, + { + "examine": "A freshly made square sandwich.", + "durability": null, + "name": "Square sandwich", + "archery_ticket_price": "0", + "id": "6965" + }, + { + "lendable": "true", + "examine": "Makes the wearer pretty intimidating.", + "grand_exchange_price": "61200", + "durability": null, + "name": "Dragon med helm", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "6967", + "absorb": "2,0,4", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "durability": null, + "name": "Triangle sandwich", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6968" + }, + { + "examine": "I'd better be careful eating this.", + "grand_exchange_price": "694", + "durability": null, + "name": "Shark", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6969" + }, + { + "examine": "It's a solid gold pyramid!", + "durability": null, + "name": "Pyramid top", + "weight": "11", + "archery_ticket_price": "0", + "id": "6970" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "4", + "durability": null, + "name": "Sandstone (1kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6971" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Sandstone (1kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6972" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "27", + "durability": null, + "name": "Sandstone (2kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6973" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27", + "durability": null, + "name": "Sandstone (2kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6974" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "30", + "durability": null, + "name": "Sandstone (5kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6975" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Sandstone (5kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6976" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "120", + "durability": null, + "name": "Sandstone (10kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6977" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "120", + "durability": null, + "name": "Sandstone (10kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6978" + }, + { + "ge_buy_limit": "10000", + "examine": "See article", + "grand_exchange_price": "304", + "durability": null, + "name": "Granite (500g)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6979" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "304", + "durability": null, + "name": "Granite (500g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6980" + }, + { + "ge_buy_limit": "10000", + "examine": "See article", + "grand_exchange_price": "845", + "durability": null, + "name": "Granite (2kg)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6981" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "845", + "durability": null, + "name": "Granite (2kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6982" + }, + { + "ge_buy_limit": "10000", + "examine": "See article", + "grand_exchange_price": "2153", + "durability": null, + "name": "Granite (5kg)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6983", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2153", + "durability": null, + "name": "Granite (5kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6984" + }, + { + "destroy_message": "You can make another 20 kg block by giving enough stone to Lazim.", + "examine": "A huge twenty-kilo block of sandstone.", + "durability": null, + "name": "Sandstone (20kg)", + "destroy": "true", + "weight": "20", + "archery_ticket_price": "0", + "id": "6985" + }, + { + "destroy_message": "You can make another 32 kg sandstone block by giving enough stone to Lazim.", + "examine": "A huge thirty-two-kilo block of sandstone.", + "durability": null, + "name": "Sandstone (32kg)", + "destroy": "true", + "weight": "32", + "archery_ticket_price": "0", + "id": "6986" + }, + { + "destroy_message": "You can make another statue body by giving Lazim 20 kg of stone and then crafting it.", + "examine": "The body of a sandstone statue.", + "durability": null, + "name": "Sandstone body", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6987" + }, + { + "destroy_message": "You can make another statue base by giving Lazim 32 kg of stone and then crafting it.", + "examine": "The base and legs of a sandstone statue.", + "durability": null, + "name": "Sandstone base", + "destroy": "true", + "weight": "32", + "archery_ticket_price": "0", + "id": "6988" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of a Z.", + "durability": null, + "name": "Z sigil", + "archery_ticket_price": "0", + "id": "6993" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of an M.", + "durability": null, + "name": "M sigil", + "archery_ticket_price": "0", + "id": "6994" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of an R.", + "durability": null, + "name": "R sigil", + "archery_ticket_price": "0", + "id": "6995" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of a K.", + "durability": null, + "name": "K sigil", + "archery_ticket_price": "0", + "id": "6996" + }, + { + "destroy_message": "You can get the statue's left arm back from Lazim.", + "examine": "The left arm of a large stone statue.", + "durability": null, + "name": "Stone left arm", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "6997" + }, + { + "destroy_message": "You can get the statue's right arm back from Lazim.", + "examine": "The right arm of a large stone statue.", + "durability": null, + "name": "Stone right arm", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "6998" + }, + { + "destroy_message": "You can get the statue's left leg back from Lazim.", + "examine": "The left leg of a large stone statue.", + "durability": null, + "name": "Stone left leg", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "6999" + }, + { + "destroy_message": "You can get the statue's right leg back from Lazim.", + "examine": "The right leg of a large stone statue.", + "durability": null, + "name": "Stone right leg", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "7000" + }, + { + "destroy_message": "You can make another positive mould by using soft clay on the pedestal in Enakhra's temple.", + "examine": "A positive clay mould of a camel's head.", + "durability": null, + "name": "Camel mould (p)", + "tradeable": "false", + "destroy": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7001" + }, + { + "remove_head": "true", + "examine": "Blend in in the desert.", + "durability": null, + "name": "Camel mask", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7003", + "equipment_slot": "0" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7004", + "equipment_slot": "3" + }, + { + "requirements": "{18,33}-{11,33}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A lantern to aid attacking Harpie bugs.", + "grand_exchange_price": "466", + "durability": null, + "name": "Unlit bug lantern", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "7051", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "466", + "durability": null, + "name": "Unlit bug lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7052" + }, + { + "requirements": "{18,33}", + "shop_price": "130", + "examine": "A lantern to aid attacking Harpie bugs.", + "durability": null, + "name": "Lit bug lantern", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "7053", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with chilli con carne", + "grand_exchange_price": "415", + "durability": null, + "name": "Chilli potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7054" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "415", + "durability": null, + "name": "Chilli potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7055" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with egg and tomato.", + "grand_exchange_price": "441", + "durability": null, + "name": "Egg potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7056" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "441", + "durability": null, + "name": "Egg potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7057" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with mushroom and onions.", + "grand_exchange_price": "1165", + "durability": null, + "name": "Mushroom potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7058" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1165", + "durability": null, + "name": "Mushroom potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7059" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with tuna and sweetcorn.", + "grand_exchange_price": "2134", + "durability": null, + "name": "Tuna potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7060" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2134", + "durability": null, + "name": "Tuna potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7061" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of meat in chilli-con-carne sauce.", + "grand_exchange_price": "215", + "durability": null, + "name": "Chilli con carne", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7062" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "215", + "durability": null, + "name": "Chilli con carne", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7063" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of scrambled eggs and tomato", + "grand_exchange_price": "126", + "durability": null, + "name": "Egg and tomato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7064" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "126", + "durability": null, + "name": "Egg and tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7065" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of fried mushroom and onions.", + "grand_exchange_price": "368", + "durability": null, + "name": "Mushroom & onion", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7066" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "368", + "durability": null, + "name": "Mushroom & onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7067" + }, + { + "ge_buy_limit": "10000", + "examine": "A bowl of cooked tuna and sweetcorn.", + "grand_exchange_price": "514", + "durability": null, + "name": "Tuna and corn", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7068" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "514", + "durability": null, + "name": "Tuna and corn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7069" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of finely minced meat.", + "grand_exchange_price": "22", + "durability": null, + "name": "Minced meat", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7070" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "22", + "durability": null, + "name": "Minced meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7071" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of spicy sauce.", + "grand_exchange_price": "70", + "durability": null, + "name": "Spicy sauce", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7072" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "70", + "durability": null, + "name": "Spicy sauce", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7073" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of chopped garlic.", + "grand_exchange_price": "39", + "durability": null, + "name": "Chopped garlic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7074" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "39", + "durability": null, + "name": "Chopped garlic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7075" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of uncooked egg.", + "grand_exchange_price": "34", + "durability": null, + "name": "Uncooked egg", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7076" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "34", + "durability": null, + "name": "Uncooked egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7077" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of scrambled egg.", + "grand_exchange_price": "24", + "durability": null, + "name": "Scrambled egg", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7078" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "24", + "durability": null, + "name": "Scrambled egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7079" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of sliced Bittercap mushrooms.", + "grand_exchange_price": "149", + "durability": null, + "name": "Sliced mushrooms", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7080" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "149", + "durability": null, + "name": "Sliced mushrooms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7081" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of fried Bittercap mushrooms.", + "grand_exchange_price": "189", + "durability": null, + "name": "Fried mushrooms", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7082" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "189", + "durability": null, + "name": "Fried mushrooms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7083" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of sliced, fried onions.", + "grand_exchange_price": "40", + "durability": null, + "name": "Fried onions", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7084" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "40", + "durability": null, + "name": "Fried onions", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7085" + }, + { + "ge_buy_limit": "10000", + "examine": "A bowl of finely chopped tuna.", + "grand_exchange_price": "233", + "durability": null, + "name": "Chopped tuna", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7086" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "233", + "durability": null, + "name": "Chopped tuna", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7087" + }, + { + "ge_buy_limit": "10000", + "examine": "Raw sweetcorn.", + "grand_exchange_price": "110", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7088" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "110", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7089" + }, + { + "durability": null, + "name": "Burnt egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7091" + }, + { + "durability": null, + "name": "Burnt onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7093" + }, + { + "durability": null, + "name": "Burnt mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7095" + }, + { + "examine": "Best keep this away from naked flames.", + "durability": null, + "name": "Gunpowder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7108" + }, + { + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7109" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "48", + "examine": "A seaworthy grey shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7110", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7111" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "714", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7112", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "714", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7113" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "examine": "Not for land lubbers.", + "grand_exchange_price": "2530", + "durability": null, + "name": "Pirate boots", + "tradeable": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "7114", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2530", + "durability": null, + "name": "Pirate boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7115" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "77", + "examine": "Well, okay, they're beige, but they're part of the white pirate clothing set, so...", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7116", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "77", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7117" + }, + { + "examine": "A cannister holding shrapnel.", + "durability": null, + "name": "Canister", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7118" + }, + { + "examine": "For cleaning and packing the cannon.", + "durability": null, + "name": "Ramrod", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "7120" + }, + { + "examine": "A plank of wood to repair the hull with.", + "durability": null, + "name": "Repair plank", + "archery_ticket_price": "0", + "id": "7121" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "904", + "examine": "A sea worthy shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7122", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "904", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7123" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "340", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7124", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "340", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7125" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "examine": "A sea worthy pair of trousers.", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7126", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7127" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "744", + "examine": "A sea worthy shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7128", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "744", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7129" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "154", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7130", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "154", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7131" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "253", + "examine": "A sea worthy pair of trousers.", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7132", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "253", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7133" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "examine": "A sea worthy shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7134", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7135" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "469", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7136", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "469", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7137" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "examine": "A sea worthy pair of trousers.", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7138", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7139" + }, + { + "shop_price": "2560", + "examine": "Feels quite lucky.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "attack_audios": "2500,2500,2517,2500", + "name": "Lucky cutlass", + "archery_ticket_price": "0", + "id": "7140", + "bonuses": "5,20,0,-5,0,6,6,6,0,0,0,25,0,0,0" + }, + { + "shop_price": "1040", + "examine": "I hope he doesn't want it back.", + "durability": null, + "name": "Harry's cutlass", + "weight": "1", + "archery_ticket_price": "0", + "attack_speed": "4", + "weapon_interface": "6", + "id": "7141", + "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "25600", + "examine": "The very butcher of a silk button.", + "durability": null, + "name": "Rapier", + "weight": "1", + "archery_ticket_price": "0", + "attack_speed": "4", + "weapon_interface": "5", + "id": "7142", + "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0", + "render_anim": "2622", + "equipment_slot": "3" + }, + { + "examine": "Looks valuable.", + "durability": null, + "name": "Plunder", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7143" + }, + { + "examine": "By Cap'n Hook-Hand Morrisane.", + "durability": null, + "name": "Book o' piracy", + "archery_ticket_price": "0", + "id": "7144" + }, + { + "examine": "A working cannon barrel.", + "durability": null, + "name": "Cannon barrel", + "weight": "32", + "archery_ticket_price": "0", + "id": "7145" + }, + { + "examine": "Not likely to work again.", + "durability": null, + "name": "Broken cannon", + "weight": "32", + "archery_ticket_price": "0", + "id": "7146" + }, + { + "examine": "A plank of wood to repair the hull with.", + "durability": null, + "name": "Repair plank", + "archery_ticket_price": "0", + "id": "7148" + }, + { + "examine": "A cannister holding shrapnel.", + "durability": null, + "name": "Canister", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7149" + }, + { + "examine": "Useful for pinning up paintings.", + "durability": null, + "name": "Tacks", + "archery_ticket_price": "0", + "id": "7150" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "7155" + }, + { + "shop_price": "1", + "examine": "Useful for lighting a fire.", + "grand_exchange_price": "121", + "durability": null, + "name": "Tinderbox", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "7156" + }, + { + "shop_price": "30", + "examine": "I think it is eating through the bottle.", + "durability": null, + "name": "Braindeath 'rum", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7157" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7044", + "examine": "A two-handed dragon sword.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "1000000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "7158", + "stand_turn_anim": "7040", + "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "3", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "2503,0,2504,0", + "name": "Dragon 2h sword" + }, + { + "requirements": "{18,37}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "They're heavily insulated wellies.", + "durability": null, + "weight": "1.3", + "equipment_slot": "10", + "grand_exchange_price": "269", + "name": "Insulated boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7159", + "bonuses": "0,0,0,0,0,1,1,0,0,1,0,0,0,0,0" + }, + { + "examine": "Before being attacked: A ball of Electrical energy.", + "durability": null, + "name": "Killerwatt", + "archery_ticket_price": "0", + "attack_speed": "2", + "id": "7160" + }, + { + "durability": null, + "name": "Insulated boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7161" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Lots of pie recipes for me to try.", + "grand_exchange_price": "62", + "durability": null, + "name": "Pie recipe book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7162" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "62", + "durability": null, + "name": "Pie recipe book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7163" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "77", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7164" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7165" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "284", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7166" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "284", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7167" + }, + { + "ge_buy_limit": "1000", + "examine": "Needs to be baked before I can use it.", + "grand_exchange_price": "1625", + "durability": null, + "name": "Raw mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7168" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1625", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7169" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "turn90cw_anim": "821", + "examine": "All the good of the earth.", + "walk_anim": "819", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "13", + "turn180_anim": "820", + "render_anim": "1", + "equipment_slot": "3", + "grand_exchange_price": "2024", + "stand_anim": "808", + "name": "Mud pie", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7170", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2024", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7171" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "94", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7172" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "94", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7173" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "150", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7174" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "150", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7175" + }, + { + "ge_buy_limit": "1000", + "examine": "Needs cooking before I eat it.", + "grand_exchange_price": "1052", + "durability": null, + "name": "Raw garden pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7176" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1052", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7177" + }, + { + "ge_buy_limit": "1000", + "examine": "What I wouldn't give for a good steak about now...", + "grand_exchange_price": "1667", + "durability": null, + "name": "Garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7178" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1667", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7179" + }, + { + "ge_buy_limit": "1000", + "examine": "What I wouldn't give for a good steak about now...", + "grand_exchange_price": "442", + "durability": null, + "name": "Half a garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7180" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "442", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7181" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "51", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7182" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "51", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7183" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "691", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7184" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "691", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7185" + }, + { + "ge_buy_limit": "1000", + "examine": "Raw fish is risky, better cook it.", + "grand_exchange_price": "1198", + "durability": null, + "name": "Raw fish pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7186" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1198", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7187" + }, + { + "ge_buy_limit": "1000", + "examine": "Bounty of the sea.", + "grand_exchange_price": "121", + "durability": null, + "name": "Fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7188" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "121", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7189" + }, + { + "ge_buy_limit": "1000", + "examine": "Bounty of the sea.", + "grand_exchange_price": "56", + "durability": null, + "name": "Half a fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7190" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "56", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7191" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients. ", + "grand_exchange_price": "159", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7192" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "159", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7193" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "537", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7194" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "537", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7195" + }, + { + "ge_buy_limit": "1000", + "examine": "This would taste a lot better cooked.", + "grand_exchange_price": "1813", + "durability": null, + "name": "Raw admiral pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7196" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1813", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7197" + }, + { + "ge_buy_limit": "1000", + "examine": "Much tastier than a normal fish pie.", + "grand_exchange_price": "532", + "durability": null, + "name": "Admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7198" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "532", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7199" + }, + { + "ge_buy_limit": "1000", + "examine": "Much tastier than a normal fish pie.", + "grand_exchange_price": "184", + "durability": null, + "name": "Half an admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7200" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "184", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half an admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7201" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "126", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7202" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "126", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7203" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "1116", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7204" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1116", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7205" + }, + { + "ge_buy_limit": "1000", + "examine": "Good as it looks, I'd better cook it.", + "grand_exchange_price": "3787", + "durability": null, + "name": "Raw wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7206" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3787", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7207" + }, + { + "ge_buy_limit": "1000", + "examine": "A triumph of man over nature.", + "grand_exchange_price": "1322", + "durability": null, + "name": "Wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7208" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1322", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7209" + }, + { + "ge_buy_limit": "1000", + "examine": "A triumph of man over nature.", + "grand_exchange_price": "112", + "durability": null, + "name": "Half a wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7210" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "112", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7211" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "495", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7212" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "495", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7213" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "980", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7214" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "980", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7215" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh fruit may be good for you, but I should really cook this.", + "grand_exchange_price": "2577", + "durability": null, + "name": "Raw summer pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7216" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2577", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7217" + }, + { + "ge_buy_limit": "1000", + "examine": "All the fruits of a very small forest.", + "grand_exchange_price": "1288", + "durability": null, + "name": "Summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7218" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1288", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7219" + }, + { + "ge_buy_limit": "1000", + "examine": "All the fruits of a very small forest.", + "grand_exchange_price": "430", + "durability": null, + "name": "Half a summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7220" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "430", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7221" + }, + { + "shop_price": "19", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "32", + "durability": null, + "name": "Burnt rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7222" + }, + { + "shop_price": "25", + "ge_buy_limit": "1000", + "examine": "A delicious looking piece of roast rabbit.", + "grand_exchange_price": "37", + "durability": null, + "name": "Roast rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7223" + }, + { + "shop_price": "67", + "ge_buy_limit": "1000", + "examine": "Might taste better cooked.", + "grand_exchange_price": "112", + "durability": null, + "name": "Skewered rabbit", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7224" + }, + { + "shop_price": "81", + "ge_buy_limit": "100", + "examine": "An iron spit.", + "grand_exchange_price": "18", + "durability": null, + "name": "Iron spit", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7225" + }, + { + "durability": null, + "name": "Burnt chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7227" + }, + { + "shop_price": "130", + "ge_buy_limit": "1000", + "examine": "It might look delicious to an ogre.Roasted chompy bird.", + "grand_exchange_price": "164", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7228" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "164", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7229" + }, + { + "ge_buy_limit": "1000", + "examine": "A skewered chompy bird.", + "grand_exchange_price": "294", + "durability": null, + "name": "Skewered chompy", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7230" + }, + { + "durability": null, + "name": "Burnt rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7231" + }, + { + "durability": null, + "name": "Roast rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7232" + }, + { + "durability": null, + "name": "Skewered rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7233" + }, + { + "durability": null, + "name": "Iron spit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7234" + }, + { + "durability": null, + "name": "Skewered chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7235" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7236" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7237" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7238" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7239" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7240" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7241" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7242" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7243" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7244" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7245" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7246" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7247" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7248" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7249" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7250" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7251" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7252" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7253" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7254" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7255" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7256" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7257" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7258" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7259" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7260" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7261" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7262" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7263" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7264" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7265" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7266" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7267" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7268" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7269" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7270" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7271" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7272" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7273" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7274" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7275" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7276" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7277" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7278" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7279" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7280" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7281" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7282" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7283" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7284" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7285" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7286" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7287" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7288" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7289" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7290" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7291" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7292" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7293" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7294" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7295" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7296" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7298" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7300" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7301" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7303" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7304" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7305" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7306" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7307" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7308" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7309" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7310" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7311" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7312" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7313" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7314" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7315" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7316" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7317" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7318" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "36600", + "durability": null, + "name": "Red boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7319", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36600", + "durability": null, + "name": "Red boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7320" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "16600", + "durability": null, + "name": "Orange boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7321", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "16600", + "durability": null, + "name": "Orange boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7322" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "43000", + "durability": null, + "name": "Green boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7323", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "43000", + "durability": null, + "name": "Green boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7324" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "37600", + "durability": null, + "name": "Blue boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7325", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "37600", + "durability": null, + "name": "Blue boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7326" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "41700", + "durability": null, + "name": "Black boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7327", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "41700", + "durability": null, + "name": "Black boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7328" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "93", + "durability": null, + "name": "Red firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7329" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "94", + "durability": null, + "name": "Green firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7330" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "113", + "durability": null, + "name": "Blue firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7331" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black kitesheild with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "14300", + "name": "Black shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7332", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14300", + "durability": null, + "name": "Black shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7333" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "16400", + "name": "Adamant shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7334", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "16400", + "durability": null, + "name": "Adamant shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7335" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "34200", + "name": "Rune shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7336", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "34200", + "durability": null, + "name": "Rune shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7337" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black kiteshield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "9797", + "name": "Black shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7338", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9797", + "durability": null, + "name": "Black shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7339" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3248", + "name": "Adamant shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7340", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3248", + "durability": null, + "name": "Adamant shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7341" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32400", + "name": "Rune shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7342", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32400", + "durability": null, + "name": "Rune shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7343" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black shield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "7405", + "name": "Black shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7344", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7405", + "durability": null, + "name": "Black shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7345" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5271", + "name": "Adamant shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7346", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5271", + "durability": null, + "name": "Adamant shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7347" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32700", + "name": "Rune shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7348", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32700", + "durability": null, + "name": "Rune shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7349" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black shield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "5572", + "name": "Black shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7350", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5572", + "durability": null, + "name": "Black shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7351" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3366", + "name": "Adamant shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7352", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3366", + "durability": null, + "name": "Adamant shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7353" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32500", + "name": "Rune shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7354", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32500", + "durability": null, + "name": "Rune shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7355" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black shield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "7159", + "name": "Black shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7356", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7159", + "durability": null, + "name": "Black shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7357" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "6328", + "name": "Adamant shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7358", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "6328", + "durability": null, + "name": "Adamant shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7359" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32400", + "name": "Rune shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7360", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "", + "ge_buy_limit": "2", + "grand_exchange_price": "32400", + "durability": null, + "name": "Rune shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7361" + }, + { + "requirements": "{1,20}-{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "weight": "5.4", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "101600", + "name": "Studded body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7362", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "101600", + "durability": null, + "name": "Studded body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7363" + }, + { + "requirements": "{1,20}-{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "weight": "5.4", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "27300", + "name": "Studded body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7364", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "27300", + "durability": null, + "name": "Studded body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7365" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "weight": "4.5", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "114600", + "name": "Studded chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7366", + "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "114600", + "durability": null, + "name": "Studded chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7367" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim, too!", + "durability": null, + "weight": "4.5", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "36800", + "name": "Studded chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7368", + "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36800", + "durability": null, + "name": "Studded chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7369" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide. With colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "212400", + "name": "D'hide body(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7370", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "212400", + "durability": null, + "name": "D'hide body(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7371" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide. With colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "38800", + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7372", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "38800", + "durability": null, + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7373" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "6883", + "name": "D'hide body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7374", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "6883", + "durability": null, + "name": "D'hide body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7375" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "5268", + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7376", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5268", + "durability": null, + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7377" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "1300000", + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7378", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1300000", + "durability": null, + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7379" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "304300", + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7380", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "304300", + "durability": null, + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7381" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "21300", + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7382", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "21300", + "durability": null, + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7383" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "2554", + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7384", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2554", + "durability": null, + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7385" + }, + { + "ge_buy_limit": "2", + "examine": "Leg covering favoured by women and wizards. With a colourful trim!", + "grand_exchange_price": "298900", + "durability": null, + "name": "Blue skirt (g)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7386", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "298900", + "durability": null, + "name": "Blue skirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7387" + }, + { + "ge_buy_limit": "2", + "examine": "Leg covering favoured by women and wizards. With a colourful trim!", + "grand_exchange_price": "126800", + "durability": null, + "name": "Blue skirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7388", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "126800", + "durability": null, + "name": "Blue skirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7389" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "I can practise magic better in this.", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7390", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7391" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "I can do magic better in this.", + "grand_exchange_price": "244600", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7392", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "244600", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7393" + }, + { + "ge_buy_limit": "2", + "examine": "A silly pointed hat with colourful trim.", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Wizard hat (g)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "hat": "true", + "id": "7394", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Wizard hat (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7395" + }, + { + "ge_buy_limit": "2", + "examine": "A silly pointed hat, with colourful trim.", + "grand_exchange_price": "352700", + "durability": null, + "name": "Wizard hat (t)", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "hat": "true", + "id": "7396", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "352700", + "durability": null, + "name": "Wizard hat (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7397" + }, + { + "requirements": "{1,20}-{6,40}", + "ge_buy_limit": "2", + "examine": "Enchanted Wizards robes.", + "durability": null, + "weight": "1.8", + "absorb": "2,1,0", + "equipment_slot": "7", + "grand_exchange_price": "50000", + "name": "Enchanted robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7398", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,40}", + "ge_buy_limit": "2", + "examine": "Enchanted Wizards robes.", + "durability": null, + "weight": "1", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "75100", + "name": "Enchanted top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7399", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{6,40}", + "ge_buy_limit": "2", + "examine": "A three pointed hat of magic.", + "grand_exchange_price": "8845", + "durability": null, + "name": "Enchanted hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7400", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Enchanted robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7401" + }, + { + "durability": null, + "name": "Enchanted top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7402" + }, + { + "durability": null, + "name": "Enchanted hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7403" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Red logs", + "archery_ticket_price": "0", + "id": "7404" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Green logs", + "weight": "2", + "archery_ticket_price": "0", + "id": "7405" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Blue logs", + "weight": "2", + "archery_ticket_price": "0", + "id": "7406" + }, + { + "durability": null, + "name": "Dragon 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7407" + }, + { + "destroy_message": "I found this in a grave at Draynor Manor.", + "examine": "I shouldn't joke; this is a grave matter.", + "durability": null, + "name": "Draynor skull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7408" + }, + { + "shop_price": "40000", + "examine": "The only way to kill a Tanglefoot.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "attack_speed": "5", + "weapon_interface": "5", + "equipment_slot": "3", + "destroy_message": "I'll chat to Malignius Mortifer if I want another pair.", + "name": "Magic secateurs", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7409", + "bonuses": "7,9,-5,1,0,0,1,0,1,0,0,1,0,0,0" + }, + { + "destroy_message": "I can always find another Tanglefoot if I need more.", + "examine": "Contains the Fairy Queen's magical essence.", + "durability": null, + "name": "Queen's secateurs", + "archery_ticket_price": "0", + "id": "7410", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A list of the Fairy Queen's symptoms.", + "durability": null, + "name": "Symptoms list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7411" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "archery_ticket_price": "0", + "id": "7413" + }, + { + "durability": null, + "name": "Paddle", + "archery_ticket_price": "0", + "id": "7414", + "weapon_interface": "1", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Paddle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7415" + }, + { + "ge_buy_limit": "5000", + "examine": "A mole claw.", + "grand_exchange_price": "11800", + "durability": null, + "name": "Mole claw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7416" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "11800", + "durability": null, + "name": "Mole claw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7417" + }, + { + "ge_buy_limit": "5000", + "examine": "The skin of a large mole.", + "grand_exchange_price": "12000", + "durability": null, + "name": "Mole skin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7418" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "12000", + "durability": null, + "name": "Mole skin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7419" + }, + { + "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense. (As Fungi) A bouncy fungus. (Level 74) A fun guy. No wait, that's awful.. (Level 86)", + "durability": null, + "name": "Mutated zygomite", + "archery_ticket_price": "0", + "id": "7420" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 10", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7421", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 9", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7422", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 8", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7423", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 7", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7424", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 6", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7425", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 5", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7426", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 4", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7427", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 3", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7428", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 2", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7429", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 1", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7430", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 0", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7431", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "10", + "examine": "Does exactly what it says on the tin. (Kills Fungi.)", + "durability": null, + "name": "Fungicide", + "archery_ticket_price": "0", + "id": "7432" + }, + { + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Spoooooon!", + "durability": null, + "weight": "0.4", + "attack_speed": "5", + "weapon_interface": "6", + "equipment_slot": "3", + "grand_exchange_price": "44", + "name": "Wooden spoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7433", + "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44", + "durability": null, + "name": "Wooden spoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7434" + }, + { + "shop_price": "45", + "ge_buy_limit": "100", + "examine": "A large whisk of death.", + "durability": null, + "attack_speed": "4", + "weapon_interface": "5", + "equipment_slot": "3", + "grand_exchange_price": "11", + "name": "Egg whisk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7435", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Egg whisk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7436" + }, + { + "requirements": "{0,10}", + "shop_price": "292", + "ge_buy_limit": "100", + "examine": "Use the spork.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "5", + "equipment_slot": "3", + "grand_exchange_price": "196", + "name": "Spork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7437", + "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "196", + "durability": null, + "name": "Spork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7438" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "shop_price": "1728", + "turn90cw_anim": "7044", + "examine": "A large spatula... of doom!", + "walk_anim": "7046", + "durability": null, + "weight": "3.6", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "turn180_anim": "7045", + "render_anim": "124", + "equipment_slot": "3", + "grand_exchange_price": "953", + "stand_anim": "7047", + "tradeable": "true", + "name": "Spatula", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "7439", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,22,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "953", + "durability": null, + "name": "Spatula", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7440" + }, + { + "requirements": "{0,20}", + "shop_price": "1494", + "ge_buy_limit": "100", + "examine": "Looks like it's non-stick too!", + "durability": null, + "weight": "1.5", + "attack_speed": "6", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "836", + "name": "Frying pan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7441", + "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "836", + "durability": null, + "name": "Frying pan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7442" + }, + { + "requirements": "{0,30}", + "shop_price": "2880", + "ge_buy_limit": "100", + "examine": "Generally used for impaling fresh meat.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "6", + "equipment_slot": "3", + "grand_exchange_price": "1712", + "name": "Skewer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7443", + "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1712", + "durability": null, + "name": "Skewer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7444" + }, + { + "requirements": "{0,40}", + "shop_price": "12960", + "ge_buy_limit": "100", + "examine": "That's how I roll!", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "8445", + "name": "Rolling pin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7445", + "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8445", + "durability": null, + "name": "Rolling pin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7446" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A sharp, dependable knife, for filleting meat.", + "durability": null, + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "4686", + "attack_audios": "2704,0,0,0", + "name": "Kitchen knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7447", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4686", + "durability": null, + "name": "Kitchen knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7448" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "Often used to soften tough meat up.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "1666", + "equipment_slot": "3", + "attack_anims": "2067,2066,2068", + "grand_exchange_price": "24700", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7449", + "stand_turn_anim": "823", + "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", + "requirements": "{0,40}", + "shop_price": "41500", + "durability": null, + "weight": "1", + "weapon_interface": "10", + "render_anim": "1", + "name": "Meat tenderiser" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24700", + "durability": null, + "name": "Meat tenderiser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7450" + }, + { + "requirements": "{0,40}", + "shop_price": "24040", + "ge_buy_limit": "100", + "examine": "An effective tool for chopping tough meat.", + "durability": null, + "weight": "0.5", + "attack_speed": "4", + "weapon_interface": "6", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "15000", + "attack_audios": "2500,0,2517,0", + "name": "Cleaver", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7451", + "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15000", + "durability": null, + "name": "Cleaver", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7452" + }, + { + "shop_price": "50", + "examine": "A pair of plain gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7453", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "100", + "examine": "A pair of bronze-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7454", + "bonuses": "2,2,2,1,2,2,2,2,1,2,1,2,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "325", + "examine": "A pair of iron-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7455", + "bonuses": "3,3,3,2,3,3,3,3,2,3,2,3,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "500", + "examine": "A pair of steel-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7456", + "bonuses": "4,4,4,2,4,4,4,4,2,4,2,4,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "1000", + "examine": "A pair of black-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7457", + "bonuses": "5,5,5,3,5,5,5,5,3,5,3,5,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "1500", + "examine": "A pair of mithril-coloured gloves.", + "durability": null, + "name": "Gloves", + "archery_ticket_price": "0", + "id": "7458", + "bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "2500", + "examine": "A pair of adamant-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7459", + "bonuses": "7,7,7,4,7,7,7,7,4,7,4,7,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "requirements": "{1,13}", + "shop_price": "5000", + "examine": "A pair of rune-coloured gloves.", + "durability": null, + "name": "Gloves", + "archery_ticket_price": "0", + "id": "7460", + "bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "requirements": "{1,41}", + "shop_price": "100000", + "examine": "A pair of dragon-coloured gloves.", + "durability": null, + "name": "Gloves", + "archery_ticket_price": "0", + "id": "7461", + "bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "requirements": "{1,41}", + "shop_price": "100000", + "examine": "A pair of Barrows-themed gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7462", + "bonuses": "12,12,12,6,12,12,12,12,6,12,6,12,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "examine": "It's cornflour in a pot.", + "durability": null, + "name": "Cornflour", + "weight": "1", + "archery_ticket_price": "0", + "id": "7463" + }, + { + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", + "durability": null, + "name": "Book on chickens", + "archery_ticket_price": "0", + "id": "7464" + }, + { + "examine": "Surprise, it looks like a vanilla pod.", + "durability": null, + "name": "Vanilla pod", + "archery_ticket_price": "0", + "id": "7465" + }, + { + "examine": "It's cornflour in a pot.", + "durability": null, + "name": "Cornflour", + "weight": "1", + "archery_ticket_price": "0", + "id": "7466" + }, + { + "examine": "It's cornflour in a pot.", + "durability": null, + "name": "Pot of cornflour", + "weight": "1", + "archery_ticket_price": "0", + "id": "7468" + }, + { + "destroy_message": "I'll have to get all the ingredients again.", + "examine": "A mixture of milk, cream and cornflour.", + "durability": null, + "name": "Cornflour mixture", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7470" + }, + { + "destroy_message": "I'll have to get all the ingredients again.", + "examine": "It's a bucket of milk and cream.", + "durability": null, + "name": "Milky mixture", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7471" + }, + { + "examine": "Some cinnamon sticks.", + "durability": null, + "name": "Cinnamon", + "archery_ticket_price": "0", + "id": "7472" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pot of brulee supreme.", + "durability": null, + "name": "Brulee supreme", + "archery_ticket_price": "0", + "id": "7476" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "What came first, the chicken or...", + "durability": null, + "name": "Evil chicken's egg", + "archery_ticket_price": "0", + "id": "7477" + }, + { + "destroy_message": "I got this by killing a Black Dragon. It might be hard to get another one.", + "examine": "It's got a dragon on it.", + "durability": null, + "name": "Dragon token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7478" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It's a meat and potato stew with fancy seasoning.", + "durability": null, + "name": "Spicy stew", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7479" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (4)", + "archery_ticket_price": "0", + "id": "7480" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (3)", + "archery_ticket_price": "0", + "id": "7481" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (2)", + "archery_ticket_price": "0", + "id": "7482" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (1)", + "archery_ticket_price": "0", + "id": "7483" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (4)", + "archery_ticket_price": "0", + "id": "7484" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (3)", + "archery_ticket_price": "0", + "id": "7485" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (2)", + "archery_ticket_price": "0", + "id": "7486" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (1)", + "archery_ticket_price": "0", + "id": "7487" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (4)", + "archery_ticket_price": "0", + "id": "7488" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (3)", + "archery_ticket_price": "0", + "id": "7489" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (2)", + "archery_ticket_price": "0", + "id": "7490" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (1)", + "archery_ticket_price": "0", + "id": "7491" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (4)", + "archery_ticket_price": "0", + "id": "7492" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (3)", + "archery_ticket_price": "0", + "id": "7493" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (2)", + "archery_ticket_price": "0", + "id": "7494" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (1)", + "archery_ticket_price": "0", + "id": "7495" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Empty spice shaker", + "archery_ticket_price": "0", + "id": "7496" + }, + { + "examine": "A cool refreshing fruit mix. With ash in for some reason.", + "durability": null, + "name": "Dirty blast", + "archery_ticket_price": "0", + "id": "7497" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7498" + }, + { + "examine": "He seems to like wearing black.", + "durability": null, + "name": "Evil dave", + "archery_ticket_price": "0", + "id": "7499" + }, + { + "examine": "A short angry guy.", + "durability": null, + "name": "Dwarf", + "archery_ticket_price": "0", + "id": "7500" + }, + { + "examine": "He provides new players with useful information.", + "durability": null, + "name": "Lumbridge guide", + "archery_ticket_price": "0", + "id": "7502" + }, + { + "examine": "He looks a little shifty.", + "durability": null, + "name": "Osman", + "archery_ticket_price": "0", + "id": "7504" + }, + { + "examine": "A shifty-looking character.", + "durability": null, + "name": "Pirate pete", + "archery_ticket_price": "0", + "id": "7505" + }, + { + "examine": "Leader of the White Knights.", + "durability": null, + "name": "Sir amik varze", + "archery_ticket_price": "0", + "id": "7506" + }, + { + "examine": "He's been frozen in time.", + "durability": null, + "name": "Skrach", + "archery_ticket_price": "0", + "id": "7507" + }, + { + "shop_price": "4", + "examine": "There appears to be a coin in the bottom. Liked by dwarves.", + "durability": null, + "name": "Asgoldian ale", + "archery_ticket_price": "0", + "id": "7508" + }, + { + "examine": "Red hot and glowing, ouch! Only for dwarf consumption.", + "durability": null, + "name": "Dwarven rock cake", + "weight": "8.5", + "archery_ticket_price": "0", + "id": "7509" + }, + { + "examine": "Cool and heavy as a brick. Only for dwarf consumption.", + "durability": null, + "name": "Dwarven rock cake", + "weight": "8.5", + "archery_ticket_price": "0", + "id": "7510" + }, + { + "examine": "Two out of two goblin generals prefer it!", + "durability": null, + "name": "Slop of compromise", + "archery_ticket_price": "0", + "id": "7511" + }, + { + "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.", + "durability": null, + "name": "Soggy bread", + "archery_ticket_price": "0", + "id": "7512" + }, + { + "examine": "They clearly taste so much better this way!", + "durability": null, + "name": "Spicy maggots", + "archery_ticket_price": "0", + "id": "7513" + }, + { + "examine": "Orange slices which have been dyed, but it looks more like they died.", + "durability": null, + "name": "Dyed orange", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7514" + }, + { + "examine": "Glad these aren't in my bed.", + "durability": null, + "name": "Breadcrumbs", + "archery_ticket_price": "0", + "id": "7515" + }, + { + "examine": "Those leaves look useful!", + "durability": null, + "name": "Kelp", + "archery_ticket_price": "0", + "id": "7516" + }, + { + "examine": "Kelp flakes. Smells of the sea.", + "durability": null, + "name": "Ground kelp", + "weight": "2", + "archery_ticket_price": "0", + "id": "7517" + }, + { + "examine": "A smelly meat.", + "durability": null, + "name": "Crab meat", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7518" + }, + { + "examine": "A smelly meat.", + "durability": null, + "name": "Crab meat", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7519" + }, + { + "ge_buy_limit": "100", + "examine": "Nice and Tasty!", + "grand_exchange_price": "219", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7521" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7522" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7523" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7524" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7525" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7526" + }, + { + "examine": "A smelly paste.", + "durability": null, + "name": "Ground crab meat", + "archery_ticket_price": "0", + "id": "7527" + }, + { + "examine": "A smelly paste.", + "durability": null, + "name": "Ground cod", + "archery_ticket_price": "0", + "id": "7528" + }, + { + "examine": "Would taste nicer if I cooked it.", + "durability": null, + "name": "Raw fishcake", + "archery_ticket_price": "0", + "id": "7529" + }, + { + "examine": "Mmmm, reminds me of the seaside.", + "durability": null, + "name": "Cooked fishcake", + "archery_ticket_price": "0", + "id": "7530" + }, + { + "examine": "Hmmm, what can I use this for?", + "durability": null, + "name": "Mudskipper hide", + "weight": "1", + "archery_ticket_price": "0", + "id": "7532" + }, + { + "remove_head": "true", + "examine": "You'll look daft, but at least you won't drown!", + "durability": null, + "name": "Fishbowl helmet", + "weight": "5", + "archery_ticket_price": "0", + "id": "7534", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "I'll need a helmet to make this work.", + "durability": null, + "name": "Diving apparatus", + "weight": "10", + "archery_ticket_price": "0", + "id": "7535", + "equipment_slot": "1" + }, + { + "examine": "Fresh off the crab itself.", + "durability": null, + "name": "Fresh crab claw", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7536" + }, + { + "examine": "If it is good enough for crabs, it's good enough for me.", + "durability": null, + "name": "Crab claw", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7537", + "bonuses": "0,0,0,0,0,3,4,2,0,0,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Fresh off the crab itself.", + "durability": null, + "name": "Fresh crab shell", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7538" + }, + { + "remove_head": "true", + "examine": "If it's good enough for crabs, it's good enough for me!", + "durability": null, + "name": "Crab helmet", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7539", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "Darn, it's useless now.", + "durability": null, + "name": "Broken crab claw", + "archery_ticket_price": "0", + "id": "7540" + }, + { + "examine": "Darn, it's useless now.", + "durability": null, + "name": "Broken crab shell", + "archery_ticket_price": "0", + "id": "7541" + }, + { + "destroy_message": "Maybe Traiborn will have another.", + "examine": "Imbued with knowledge itself.", + "durability": null, + "name": "Cake of guidance", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7542" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Now all I need to do is cook it.", + "durability": null, + "name": "Raw guide cake", + "archery_ticket_price": "0", + "id": "7543" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Egg containing knowledge.", + "durability": null, + "name": "Enchanted egg", + "archery_ticket_price": "0", + "id": "7544" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Guiding milk.", + "durability": null, + "name": "Enchanted milk", + "weight": "2", + "archery_ticket_price": "0", + "id": "7545" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pot of special flour.", + "durability": null, + "name": "Enchanted flour", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7546" + }, + { + "examine": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "archery_ticket_price": "0", + "id": "7547" + }, + { + "shop_price": "8", + "examine": "A potato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Potato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7548" + }, + { + "durability": null, + "name": "Potato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7549" + }, + { + "shop_price": "10", + "examine": "An onion seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Onion seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7550" + }, + { + "durability": null, + "name": "Onion seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7551" + }, + { + "shop_price": "76", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "24", + "durability": null, + "name": "Mithril arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7552", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,22,0,0" + }, + { + "durability": null, + "name": "Mithril arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7553" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "16", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7554" + }, + { + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7555" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7556" + }, + { + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7557" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "9", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7558" + }, + { + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7559" + }, + { + "shop_price": "140", + "examine": "Used for small missile spells.", + "grand_exchange_price": "65", + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7560" + }, + { + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7561" + }, + { + "shop_price": "10", + "examine": "A tomato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Tomato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7562" + }, + { + "durability": null, + "name": "Tomato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7563" + }, + { + "examine": "An inflated toad tied to a rock like a balloon.", + "durability": null, + "name": "Balloon toad", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7564" + }, + { + "examine": "An inflated toad tied to a rock like a balloon.", + "durability": null, + "name": "Balloon toad", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7565" + }, + { + "ge_buy_limit": "100", + "examine": "The uncooked meat of a Jubbly bird.", + "grand_exchange_price": "422", + "durability": null, + "name": "Raw jubbly", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7566" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "422", + "durability": null, + "name": "Raw jubbly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7567" + }, + { + "ge_buy_limit": "100", + "examine": "Lovely jubbly!", + "grand_exchange_price": "944", + "durability": null, + "name": "Cooked jubbly", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7568" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "944", + "durability": null, + "name": "Cooked jubbly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7569" + }, + { + "durability": null, + "name": "Burnt jubbly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7571" + }, + { + "examine": "Like a banana only redder.", + "durability": null, + "name": "Red banana", + "archery_ticket_price": "0", + "id": "7572", + "equipment_slot": "5" + }, + { + "examine": "Like monkey nuts only tchikier.", + "durability": null, + "name": "Tchiki monkey nuts", + "archery_ticket_price": "0", + "id": "7573" + }, + { + "examine": "Perfect for stuffing snakes.", + "durability": null, + "name": "Sliced red banana", + "archery_ticket_price": "0", + "id": "7574" + }, + { + "examine": "Mixing this with jam would just be wrong.", + "durability": null, + "name": "Tchiki nut paste", + "archery_ticket_price": "0", + "id": "7575" + }, + { + "examine": "Like a snake only not alive.", + "durability": null, + "name": "Snake corpse", + "weight": "3", + "archery_ticket_price": "0", + "id": "7576" + }, + { + "examine": "This snake is stuffed right up.", + "durability": null, + "name": "Raw stuffed snake", + "weight": "3", + "archery_ticket_price": "0", + "id": "7577" + }, + { + "examine": "Is this really what you wanted to do?", + "durability": null, + "name": "Odd stuffed snake", + "archery_ticket_price": "0", + "id": "7578" + }, + { + "examine": "Fit for a Monkey King. (cooked)", + "durability": null, + "name": "Stuffed snake", + "weight": "3", + "archery_ticket_price": "0", + "id": "7579" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Overgrown hellcat", + "archery_ticket_price": "0", + "id": "7581" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Hell cat", + "archery_ticket_price": "0", + "id": "7582" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Hell-kitten", + "archery_ticket_price": "0", + "id": "7583" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Wily hellcat", + "archery_ticket_price": "0", + "id": "7585" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Dummy", + "archery_ticket_price": "0", + "id": "7586" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7587" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7588" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7589" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7590" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7591" + }, + { + "examine": "Aside from the braaaains on the lapel, it's still quite good.", + "durability": null, + "name": "Zombie shirt", + "archery_ticket_price": "0", + "id": "7592", + "equipment_slot": "4" + }, + { + "examine": "Good for a shamble about town.", + "durability": null, + "name": "Zombie trousers", + "archery_ticket_price": "0", + "id": "7593", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "I look 40,000 years old in this...", + "durability": null, + "name": "Zombie mask", + "archery_ticket_price": "0", + "id": "7594", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Smells pretty funky.", + "durability": null, + "name": "Zombie gloves", + "archery_ticket_price": "0", + "id": "7595", + "equipment_slot": "9" + }, + { + "shop_price": "160", + "examine": "Thrilling.", + "durability": null, + "name": "Zombie boots", + "archery_ticket_price": "0", + "id": "7596", + "equipment_slot": "10" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7597" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7598" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7599" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7600" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7601" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7602" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7603" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7604" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7605" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7606" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7607" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7608" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7609" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7610" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7611" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7612" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7613" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7614" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7615" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7616" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7617" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7618" + }, + { + "examine": "A silvery rod of mithril and silver with sapphire on top.", + "durability": null, + "name": "Silvthrill rod", + "archery_ticket_price": "0", + "id": "7620" + }, + { + "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", + "durability": null, + "name": "Bucket of rubble", + "weight": "2", + "archery_ticket_price": "0", + "id": "7622" + }, + { + "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", + "durability": null, + "name": "Bucket of rubble", + "weight": "2", + "archery_ticket_price": "0", + "id": "7624" + }, + { + "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", + "durability": null, + "name": "Bucket of rubble", + "weight": "2", + "archery_ticket_price": "0", + "id": "7626" + }, + { + "destroy_message": "You can get another plaster fragment by exploring near the Inn in Burgh de Rott.", + "examine": "A fragment of plaster with some impressions on it.", + "durability": null, + "name": "Plaster fragment", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7628" + }, + { + "destroy_message": "You can get another scroll by exploring near the Inn in Burgh de Rott.", + "examine": "An ancient tattered scroll.", + "durability": null, + "name": "Dusty scroll", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7629" + }, + { + "destroy_message": "You can get another temple key by talking to Drezel.", + "examine": "A key for the Temple Library. (In Aid of the Myreque)", + "durability": null, + "name": "Temple library key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7632" + }, + { + "destroy_message": "You can get another Ancient Book by searching the library in the temple on the Salve.", + "shop_price": "5000", + "examine": "The unholy book of a forgotten god.", + "durability": null, + "name": "Ancient book", + "weight": "1", + "archery_ticket_price": "0", + "id": "7633", + "bonuses": "4,4,4,6,0,4,4,4,6,0,2,0,0,5,0" + }, + { + "destroy_message": "You can get another Crumbling tome by searching the library in the temple on the Salve.", + "examine": "An ancient history book.", + "durability": null, + "name": "Battered tome", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7634" + }, + { + "destroy_message": "You can get another Leather book by searching the library in the temple on the Salve.", + "examine": "An ancient leather-bound tome.", + "durability": null, + "name": "Leather book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7635" + }, + { + "examine": "Rod of Ivandis dust.", + "durability": null, + "name": "Rod dust", + "archery_ticket_price": "0", + "id": "7636" + }, + { + "examine": "A silvery rod of mithril and silver with sapphire on top.", + "durability": null, + "name": "Silvthrill rod", + "archery_ticket_price": "0", + "id": "7637", + "equipment_slot": "3" + }, + { + "examine": "A silvery rod of mithril and silver with sapphire on top.", + "durability": null, + "name": "Silvthrill rod", + "archery_ticket_price": "0", + "id": "7638" + }, + { + "turn90cw_anim": "1207", + "examine": "A fully charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(10)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7639", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(9)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7640", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(8)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7641", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(7)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7642", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(6)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7643", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(5)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7644", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(4)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7645", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(3)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7646", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "2! 2 charges left! Ha Ha Ha.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(2)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7647", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(1)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7648", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "destroy_message": "You can make another one of these by using clay on Ivandis' coffin.", + "examine": "A mould of the Rod of Ivandis.", + "durability": null, + "name": "Rod clay mould", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7649" + }, + { + "ge_buy_limit": "1000", + "examine": "It's ground up silver.", + "grand_exchange_price": "316", + "durability": null, + "name": "Silver dust", + "tradeable": "true", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "7650" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "316", + "durability": null, + "name": "Silver dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7651" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "96", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7652" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "96", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7653" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7654" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7655" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "58", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7656" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "58", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7657" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "30", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7658" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "30", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7659" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "140", + "durability": null, + "name": "Guthix balance(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7660" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "140", + "durability": null, + "name": "Guthix balance(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7661" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "168", + "durability": null, + "name": "Guthix balance(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7662" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "168", + "durability": null, + "name": "Guthix balance(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7663" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "132", + "durability": null, + "name": "Guthix balance(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7664" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "132", + "durability": null, + "name": "Guthix balance(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7665" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "66", + "durability": null, + "name": "Guthix balance(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7666" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Guthix balance(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7667" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1663", + "examine": "A specially crafted hammer with strange markings on it.", + "walk_anim": "1663", + "turn90ccw_anim": "1663", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1663", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1615", + "stand_anim": "1662", + "tradeable": "true", + "run_anim": "1664", + "archery_ticket_price": "0", + "id": "7668", + "stand_turn_anim": "823", + "bonuses": "-4,-4,35,-4,0,0,0,0,0,0,0,35,0,0,0", + "shop_price": "3000", + "durability": null, + "weight": "1.8", + "weapon_interface": "10", + "render_anim": "27", + "name": "Gadderhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1615", + "durability": null, + "name": "Gadderhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7669" + }, + { + "turn90cw_anim": "3680", + "examine": "I think they look a bit silly.", + "walk_anim": "3680", + "durability": null, + "weight": "0.4", + "turn90ccw_anim": "3680", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "turn180_anim": "3680", + "render_anim": "1386", + "equipment_slot": "3", + "stand_anim": "3677", + "name": "Boxing gloves", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7671", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "turn90cw_anim": "3680", + "examine": "I think they look a bit silly.", + "walk_anim": "3680", + "durability": null, + "weight": "0.4", + "turn90ccw_anim": "3680", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "turn180_anim": "3680", + "render_anim": "1386", + "equipment_slot": "3", + "stand_anim": "3677", + "name": "Boxing gloves", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7673", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "examine": "A less-than razor sharp sword.", + "durability": null, + "name": "Wooden sword", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "7675", + "weapon_interface": "5", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, "name": "Wooden shield", "archery_ticket_price": "0", - "durability": null, + "id": "7676", "equip_audio": "2250", "equipment_slot": "5" }, { - "id": "7677", - "name": "Treasure stone", "examine": "It knows where the treasure is.", - "archery_ticket_price": "0", "durability": null, - "weight": "1.8" + "name": "Treasure stone", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "7677" }, { - "id": "7678", - "name": "Prize key", - "examine": "You can use this to open the prize chest!", - "archery_ticket_price": "0", - "durability": null, "shop_price": "160", - "weight": "1" + "examine": "You can use this to open the prize chest!", + "durability": null, + "name": "Prize key", + "weight": "1", + "archery_ticket_price": "0", + "id": "7678" }, { - "id": "7679", - "name": "Pugel", "examine": "A good tool for bashing someone.", - "archery_ticket_price": "0", "durability": null, - "equipment_slot": "3", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "7680", "name": "Pugel", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7681", - "name": "Game book", - "examine": "Party Pete's Bumper Book Of Games", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "1" - }, - { - "id": "7682", - "name": "Hoop", - "archery_ticket_price": "0", - "durability": null, + "two_handed": "true", + "id": "7679", + "weapon_interface": "14", "equipment_slot": "3" }, { - "id": "7683", - "name": "Hoop", - "archery_ticket_price": "0", "durability": null, - "tradeable": "true" + "name": "Pugel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7680" }, { - "id": "7684", + "examine": "Party Pete's Bumper Book Of Games", + "durability": null, + "name": "Game book", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7681" + }, + { + "durability": null, + "name": "Hoop", + "archery_ticket_price": "0", + "id": "7682", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Hoop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7683" + }, + { + "durability": null, "name": "Dart", "archery_ticket_price": "0", "attack_speed": "3", - "durability": null, + "id": "7684", "equip_audio": "2244", "equipment_slot": "3" }, { - "id": "7685", + "durability": null, "name": "Dart", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7685" }, { + "durability": null, + "name": "Bow and arrow", + "archery_ticket_price": "0", "id": "7686", - "name": "Bow and arrow", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "1" + "weapon_interface": "1", + "equipment_slot": "3" }, { - "id": "7687", - "name": "Bow and arrow", - "archery_ticket_price": "0", "durability": null, - "tradeable": "true" + "name": "Bow and arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7687" }, { - "id": "7688", - "name": "Kettle", + "bankable": "false", "examine": "The kettle is empty.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false" - }, - { - "id": "7689", "name": "Kettle", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7688" }, { - "id": "7690", - "name": "Full kettle", + "bankable": "false", + "durability": null, + "name": "Kettle", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7689" + }, + { + "bankable": "false", "examine": "It's full of cold water.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Full kettle", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7690" }, { - "id": "7691", - "name": "Hot kettle", + "bankable": "false", "examine": "It's full of boiling water.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Hot kettle", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7691" }, { - "id": "7692", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (4)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7692" }, { - "id": "7693", + "bankable": "false", + "durability": null, "name": "Pot of tea (4)", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7693" }, { - "id": "7694", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (3)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7694" }, { - "id": "7695", + "bankable": "false", + "durability": null, "name": "Pot of tea (3)", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7696", - "name": "Pot of tea (2)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7697", - "name": "Pot of tea (2)", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7695" }, { - "id": "7698", - "name": "Pot of tea (1)", + "bankable": "false", "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, + "name": "Pot of tea (2)", "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7696" }, { - "id": "7699", - "name": "Pot of tea (1)", - "archery_ticket_price": "0", "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Pot of tea (2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7697" }, { - "id": "7700", - "name": "Teapot with leaves", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7698" + }, + { + "bankable": "false", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7699" + }, + { + "bankable": "false", "examine": "Add boiling water to make a tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7701", "name": "Teapot with leaves", + "tradeable": "false", + "weight": "1.5", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7700" }, { - "id": "7702", - "name": "Teapot", + "bankable": "false", + "durability": null, + "name": "Teapot with leaves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7701" + }, + { + "bankable": "false", "examine": "This teapot is empty.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "7703", "name": "Teapot", + "tradeable": "false", + "weight": "0.4", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7702" }, { - "id": "7704", + "bankable": "false", + "durability": null, + "name": "Teapot", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7703" + }, + { + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (4)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7704" }, { - "id": "7705", + "bankable": "false", + "durability": null, "name": "Pot of tea (4)", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7705" }, { - "id": "7706", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (3)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7706" }, { - "id": "7707", + "bankable": "false", + "durability": null, "name": "Pot of tea (3)", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7708", - "name": "Pot of tea (2)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7709", - "name": "Pot of tea (2)", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7707" }, { - "id": "7710", - "name": "Pot of tea (1)", + "bankable": "false", "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, + "name": "Pot of tea (2)", "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7708" }, { - "id": "7711", - "name": "Pot of tea (1)", - "archery_ticket_price": "0", "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Pot of tea (2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7709" }, { - "id": "7712", - "name": "Teapot with leaves", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7710" + }, + { + "bankable": "false", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7711" + }, + { + "bankable": "false", "examine": "Add boiling water to make a tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7713", "name": "Teapot with leaves", + "tradeable": "false", + "weight": "1.5", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7712" }, { - "id": "7714", - "name": "Teapot", + "bankable": "false", + "durability": null, + "name": "Teapot with leaves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7713" + }, + { + "bankable": "false", "examine": "This teapot is empty.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "7715", "name": "Teapot", + "tradeable": "false", + "weight": "0.4", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7714" }, { - "id": "7716", + "bankable": "false", + "durability": null, + "name": "Teapot", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7715" + }, + { + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (4)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7716" }, { - "id": "7717", + "bankable": "false", + "durability": null, "name": "Pot of tea (4)", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7717" }, { - "id": "7718", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (3)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7718" }, { - "id": "7719", + "bankable": "false", + "durability": null, "name": "Pot of tea (3)", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7720", - "name": "Pot of tea (2)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7721", - "name": "Pot of tea (2)", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7719" }, { - "id": "7722", - "name": "Pot of tea (1)", + "bankable": "false", "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, + "name": "Pot of tea (2)", "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7720" }, { - "id": "7723", - "name": "Pot of tea (1)", - "archery_ticket_price": "0", "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Pot of tea (2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7721" }, { - "id": "7724", - "name": "Teapot with leaves", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7722" + }, + { + "bankable": "false", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7723" + }, + { + "bankable": "false", "examine": "Add boiling water to make a tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7725", "name": "Teapot with leaves", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7726", - "name": "Teapot", - "examine": "This teapot is empty.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "0.4" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7724" }, { - "id": "7727", - "name": "Teapot", - "archery_ticket_price": "0", "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Teapot with leaves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7725" }, { - "id": "7728", - "name": "Empty cup", + "bankable": "false", + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7726" + }, + { + "bankable": "false", + "durability": null, + "name": "Teapot", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7727" + }, + { + "bankable": "false", + "shop_price": "1", "examine": "An empty cup.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "7", "durability": null, - "shop_price": "1", - "tradeable": "false" - }, - { - "id": "7729", "name": "Empty cup", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7728" }, { - "id": "7730", - "name": "Cup of tea", + "bankable": "false", + "durability": null, + "name": "Empty cup", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7729" + }, + { + "bankable": "false", + "shop_price": "10", "examine": "A nice cup of nettle tea.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "30", "durability": null, - "shop_price": "10", + "name": "Cup of tea", "tradeable": "false", - "weight": "0.1" + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7730" }, { - "id": "7731", - "name": "Cup of tea", + "bankable": "false", + "shop_price": "10", "examine": "A milky cup of nettle tea.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "30", "durability": null, - "shop_price": "10", + "name": "Cup of tea", "tradeable": "false", - "weight": "0.1" + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7731" }, { - "id": "7732", - "name": "Porcelain cup", + "bankable": "false", "examine": "A porcelain cup.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false" - }, - { - "id": "7733", - "name": "Cup of tea", - "examine": "Some nettle tea in a porcelain cup.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "7734", - "name": "Cup of tea", - "examine": "Some milky nettle tea in a porcelain cup.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "7735", "name": "Porcelain cup", - "examine": "A porcelain cup.", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7732" }, { - "id": "7736", - "name": "Cup of tea", + "bankable": "false", + "shop_price": "10", "examine": "Some nettle tea in a porcelain cup.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "30", "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "7737", "name": "Cup of tea", - "examine": "Some milky nettle tea in a porcelain cup.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "shop_price": "10", "tradeable": "false", - "weight": "0.1" + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7733" }, { - "id": "7738", - "name": "Tea leaves", + "bankable": "false", + "shop_price": "10", + "examine": "Some milky nettle tea in a porcelain cup.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7734" + }, + { + "bankable": "false", + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7735" + }, + { + "bankable": "false", + "shop_price": "10", + "examine": "Some nettle tea in a porcelain cup.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7736" + }, + { + "bankable": "false", + "shop_price": "10", + "examine": "Some milky nettle tea in a porcelain cup.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7737" + }, + { + "bankable": "false", "examine": "Mmm, how about a nice cup of tea?", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false" - }, - { - "id": "7739", "name": "Tea leaves", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7740", - "name": "Beer", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1" + "archery_ticket_price": "0", + "id": "7738" }, { - "id": "7741", + "bankable": "false", + "durability": null, + "name": "Tea leaves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7739" + }, + { + "bankable": "false", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "151", + "durability": null, "name": "Beer", + "tradeable": "false", + "weight": "1", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7740" }, { - "id": "7742", - "name": "Beer glass", - "examine": "I need to fill this with beer.", - "archery_ticket_price": "0", "bankable": "false", "durability": null, + "name": "Beer", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7741" + }, + { + "bankable": "false", "shop_price": "1", - "tradeable": "false", - "weight": "0.05" - }, - { - "id": "7743", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "25", + "durability": null, "name": "Beer glass", + "tradeable": "false", + "weight": "0.05", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7742" }, { - "id": "7744", - "name": "Asgarnian ale", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", "bankable": "false", "durability": null, + "name": "Beer glass", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7743" + }, + { + "bankable": "false", "shop_price": "3", - "tradeable": "false" - }, - { - "id": "7745", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "131", + "durability": null, "name": "Asgarnian ale", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7744" }, { - "id": "7746", - "name": "Greenman's ale", + "bankable": "false", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7745" + }, + { + "bankable": "false", + "shop_price": "2", "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "569", "durability": null, - "shop_price": "2", - "tradeable": "false" - }, - { - "id": "7747", "name": "Greenman's ale", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7746" }, { - "id": "7748", - "name": "Dragon bitter", + "bankable": "false", + "durability": null, + "name": "Greenman's ale", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7747" + }, + { + "bankable": "false", + "shop_price": "2", "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "523", "durability": null, - "shop_price": "2", - "tradeable": "false", - "weight": "1" - }, - { - "id": "7749", "name": "Dragon bitter", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7750", - "name": "Moonlight mead", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "7751", - "name": "Moonlight mead", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7752", - "name": "Cider", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "shop_price": "2", "tradeable": "false", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "7748" }, { - "id": "7753", + "bankable": "false", + "durability": null, + "name": "Dragon bitter", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7749" + }, + { + "shop_price": "5", + "examine": "A foul smelling brew.", + "grand_exchange_price": "14", + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7750" + }, + { + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7751" + }, + { + "bankable": "false", + "shop_price": "2", + "examine": "A glass of Cider", + "grand_exchange_price": "1539", + "durability": null, "name": "Cider", + "tradeable": "false", + "weight": "1", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7752" }, { - "id": "7754", - "name": "Chef's delight", + "bankable": "false", + "durability": null, + "name": "Cider", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7753" + }, + { + "bankable": "false", "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "2371", "durability": null, - "tradeable": "false" - }, - { - "id": "7755", "name": "Chef's delight", + "tradeable": "false", "archery_ticket_price": "0", + "id": "7754" + }, + { "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Chef's delight", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7755" }, { + "durability": null, + "name": "Paintbrush", + "tradeable": "true", + "archery_ticket_price": "0", "id": "7756", - "name": "Paintbrush", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" + "equipment_slot": "3" }, { - "id": "7757", - "name": "Paintbrush", - "archery_ticket_price": "0", "durability": null, - "tradeable": "true" + "name": "Paintbrush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7757" }, { - "id": "7758", - "name": "Rusty sword", "examine": "A decent-enough weapon gone rusty.", - "archery_ticket_price": "0", "durability": null, - "equipment_slot": "3", - "weight": "2" + "name": "Rusty sword", + "weight": "2", + "archery_ticket_price": "0", + "id": "7758", + "equipment_slot": "3" }, { - "id": "7759", - "name": "Toy soldier", + "ge_buy_limit": "100", "examine": "Nice bit of crafting.", - "archery_ticket_price": "0", - "destroy": "true", + "grand_exchange_price": "3140", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7760", "name": "Toy soldier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7761", - "name": "Toy soldier (wound)", - "examine": "Nice bit of crafting.", - "archery_ticket_price": "0", + "tradeable": "true", "destroy": "true", - "durability": null, - "tradeable": "true" + "archery_ticket_price": "0", + "id": "7759" }, { - "id": "7762", + "ge_buy_limit": "100", + "grand_exchange_price": "3140", + "durability": null, + "name": "Toy soldier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7760" + }, + { + "examine": "Nice bit of crafting.", + "grand_exchange_price": "3123", + "durability": null, "name": "Toy soldier (wound)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7763", - "name": "Toy doll", - "examine": "Nice bit of crafting!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7764", - "name": "Toy doll", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7765", - "name": "Toy doll (wound)", - "examine": "Nice bit of crafting!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7766", - "name": "Toy doll (wound)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7767", - "name": "Toy mouse", - "examine": "Nice bit of crafting!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1705", "tradeable": "true", - "weight": "1" + "destroy": "true", + "archery_ticket_price": "0", + "id": "7761" }, { - "id": "7768", - "name": "Toy mouse", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7769", - "name": "Toy mouse (wound)", - "examine": "Nice bit of crafting!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1705", + "name": "Toy soldier (wound)", "tradeable": "true", - "weight": "1" - }, - { - "id": "7770", - "name": "Toy mouse (wound)", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7762" }, { - "id": "7771", - "name": "Clockwork cat", + "ge_buy_limit": "100", + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3236", + "durability": null, + "name": "Toy doll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7763" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3236", + "durability": null, + "name": "Toy doll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7764" + }, + { + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3289", + "durability": null, + "name": "Toy doll (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7765" + }, + { + "durability": null, + "name": "Toy doll (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7766" + }, + { + "shop_price": "1705", + "ge_buy_limit": "100", + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3384", + "durability": null, + "name": "Toy mouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7767" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3384", + "durability": null, + "name": "Toy mouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7768" + }, + { + "shop_price": "1705", + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3484", + "durability": null, + "name": "Toy mouse (wound)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7769" + }, + { + "durability": null, + "name": "Toy mouse (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7770" + }, + { + "ge_buy_limit": "100", "examine": "Inventory: Nice bit of crafting!As a follower: An amazing piece of crafting.", - "archery_ticket_price": "0", - "destroy": "true", + "grand_exchange_price": "2930", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7772", "name": "Clockwork cat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7773", - "name": "Branch", - "examine": "I can use this to make a lyre.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "7774", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7775", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7776", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7777", - "name": "Long vine", - "examine": "A long section of vine made up of lots of shorter sections.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7778", - "name": "Short vine", - "examine": "A short section of vines.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7779", - "name": "Fishing tome", - "examine": "A tome of learning that focuses on the Fishing skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7780", - "name": "Fishing tome", - "examine": "A tome of learning that focuses on the Fishing skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7781", - "name": "Fishing tome", - "examine": "A tome of learning that focuses on the Fishing skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7782", - "name": "Agility tome", - "examine": "A tome of learning that focuses on Agility.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7783", - "name": "Agility tome", - "examine": "A tome of learning that focuses on Agility.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7784", - "name": "Agility tome", - "examine": "A tome of learning that focuses on Agility.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7785", - "name": "Thieving tome", - "examine": "A tome of learning that focuses on the Thieving skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7786", - "name": "Thieving tome", - "examine": "A tome of learning that focuses on the Thieving skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7787", - "name": "Thieving tome", - "examine": "A tome of learning that focuses on the Thieving skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7788", - "name": "Slayer tome", - "examine": "A tome of learning which focuses on the Slayer skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7789", - "name": "Slayer tome", - "examine": "A tome of learning which focuses on the Slayer skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7790", - "name": "Slayer tome", - "examine": "A tome of learning which focuses on the Slayer skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7791", - "name": "Mining tome", - "examine": "A tome of learning that focuses on the Mining skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7792", - "name": "Mining tome", - "examine": "A tome of learning that focuses on the Mining skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7793", - "name": "Mining tome", - "examine": "A tome of learning that focuses on the Mining skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7794", - "name": "Firemaking tome", - "examine": "A tome of learning that focuses on Firemaking.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7795", - "name": "Firemaking tome", - "examine": "A tome of learning that focuses on Firemaking.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7796", - "name": "Firemaking tome", - "examine": "A tome of learning that focuses on Firemaking.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7797", - "name": "Woodcutting tome", - "examine": "A tome of learning that focuses on the Woodcutting skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7798", - "name": "Woodcutting tome", - "examine": "A tome of learning that focuses on the Woodcutting skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7799", - "name": "Woodcutting tome", - "examine": "A tome of learning that focuses on the Woodcutting skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7800", - "name": "Snail shell", - "examine": "A shell from a giant snail.", - "archery_ticket_price": "0", - "durability": null, - "weight": "7" - }, - { - "id": "7801", - "name": "Snake hide", - "examine": "Scaly but not slimy!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "tradeable": "true", - "weight": "0.5" + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7771" }, { - "id": "7802", - "name": "Snake hide", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "2930", "durability": null, + "name": "Clockwork cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7772" + }, + { + "examine": "I can use this to make a lyre.", + "durability": null, + "name": "Branch", + "weight": "1", + "archery_ticket_price": "0", + "id": "7773", + "equipment_slot": "3" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7774" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7775" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7776" + }, + { + "examine": "A long section of vine made up of lots of shorter sections.", + "durability": null, + "name": "Long vine", + "archery_ticket_price": "0", + "id": "7777" + }, + { + "examine": "A short section of vines.", + "durability": null, + "name": "Short vine", + "archery_ticket_price": "0", + "id": "7778" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7779" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7780" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7781" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7782" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7783" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7784" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7785" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7786" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7787" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7788" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7789" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7790" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Mining skill.", + "durability": null, + "name": "Mining tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7791" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Mining skill.", + "durability": null, + "name": "Mining tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7792" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Mining skill.", + "durability": null, + "name": "Mining tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7793" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7794" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7795" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7796" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Woodcutting skill.", + "durability": null, + "name": "Woodcutting tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7797" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Woodcutting skill.", + "durability": null, + "name": "Woodcutting tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7798" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Woodcutting skill.", + "durability": null, + "name": "Woodcutting tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7799" + }, + { + "examine": "A shell from a giant snail.", + "durability": null, + "name": "Snail shell", + "weight": "7", + "archery_ticket_price": "0", + "id": "7800" + }, + { "ge_buy_limit": "10000", - "tradeable": "true" + "examine": "Scaly but not slimy!", + "grand_exchange_price": "1618", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7801" }, { - "id": "7803", - "name": "Yin yang amulet", + "ge_buy_limit": "10000", + "grand_exchange_price": "1618", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7802" + }, + { + "shop_price": "100", "examine": "A non-magical copy of the make-over mage's amulet.", - "archery_ticket_price": "0", "durability": null, - "equipment_slot": "2", - "shop_price": "100" + "name": "Yin yang amulet", + "archery_ticket_price": "0", + "id": "7803", + "equipment_slot": "2" }, { - "id": "7804", - "name": "Picture", - "archery_ticket_price": "0", - "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", "turn90cw_anim": "1207", - "two_handed": "true", "walk_anim": "1205", - "weapon_interface": "3" - }, - { - "id": "7805", - "name": "Picture", - "archery_ticket_price": "0", "durability": null, - "tradeable": "true" + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Picture", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7804", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0" }, { - "id": "7806", - "name": "Anger sword", - "examine": "A heavy duty sword.", + "durability": null, + "name": "Picture", + "tradeable": "true", "archery_ticket_price": "0", + "id": "7805" + }, + { "attack_anims": "381,390,390,390", + "examine": "A heavy duty sword.", + "durability": null, + "name": "Anger sword", + "archery_ticket_price": "0", "attack_speed": "3", + "id": "7806", + "weapon_interface": "5", "bonuses": "20,20,20,0,0,0,2,1,0,0,0,5,0,0,0", "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "5" + "equipment_slot": "3" }, { - "id": "7807", - "name": "Anger battleaxe", - "examine": "A heavy duty axe.", - "archery_ticket_price": "0", "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "bonuses": "20,20,20,0,0,0,0,0,0,-1,0,13,0,0,0", - "defence_anim": "397", + "examine": "A heavy duty axe.", "durability": null, + "attack_audios": "2498,2498,2497,2498", + "name": "Anger battleaxe", + "archery_ticket_price": "0", + "id": "7807", + "weapon_interface": "2", + "bonuses": "20,20,20,0,0,0,0,0,0,-1,0,13,0,0,0", "equip_audio": "2232", - "equipment_slot": "3", - "weapon_interface": "2" + "defence_anim": "397", + "equipment_slot": "3" }, { - "id": "7808", - "name": "Anger mace", - "examine": "A heavy duty mace.", - "archery_ticket_price": "0", "attack_anims": "390,390,381,390", + "examine": "A heavy duty mace.", + "durability": null, + "name": "Anger mace", + "archery_ticket_price": "0", + "id": "7808", + "weapon_interface": "8", "bonuses": "20,20,20,0,0,0,0,0,0,0,0,5,1,0,0", "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "8" + "equipment_slot": "3" }, { - "id": "7809", - "name": "Anger spear", - "examine": "A heavy duty spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "bonuses": "20,20,20,0,0,1,1,0,0,0,0,6,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", "turn90cw_anim": "1207", - "two_handed": "true", + "examine": "A heavy duty spear.", "walk_anim": "1205", - "weapon_interface": "14" + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "stand_anim": "813", + "name": "Anger spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7809", + "stand_turn_anim": "1209", + "bonuses": "20,20,20,0,0,1,1,0,0,0,0,6,0,0,0" }, { - "id": "7810", - "name": "Jug of vinegar", - "examine": "This wine clearly did not age well.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "1", - "weight": "1" + "examine": "This wine clearly did not age well.", + "durability": null, + "name": "Jug of vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7810" }, { - "id": "7811", - "name": "Pot of vinegar", "examine": "Well, this pot is certainly full of vinegar and no mistake.", - "archery_ticket_price": "0", "durability": null, - "weight": "1.3" - }, - { - "id": "7812", - "name": "Goblin skull", - "examine": "This needs a good polish.", + "name": "Pot of vinegar", + "weight": "1.3", "archery_ticket_price": "0", - "durability": null + "id": "7811" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Goblin skull", + "archery_ticket_price": "0", + "id": "7812" }, { - "id": "7813", - "name": "Bone in vinegar", "examine": "There is a goblin bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7813" }, { - "id": "7814", + "examine": "This belongs in a museum!", + "durability": null, "name": "Goblin skull", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7814" }, { - "id": "7815", - "name": "Bear ribs", "examine": "This needs a good polish.", + "durability": null, + "name": "Bear ribs", "archery_ticket_price": "0", - "durability": null + "id": "7815" }, { - "id": "7816", - "name": "Bone in vinegar", "examine": "There is a bear bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7816" }, { - "id": "7817", + "examine": "This belongs in a museum!", + "durability": null, "name": "Bear ribs", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7817" }, { - "id": "7818", - "name": "Ram skull", "examine": "This needs a good polish.", + "durability": null, + "name": "Ram skull", "archery_ticket_price": "0", - "durability": null + "id": "7818" }, { - "id": "7819", - "name": "Bone in vinegar", "examine": "There is a ram bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7819" }, { - "id": "7820", + "examine": "This belongs in a museum!", + "durability": null, "name": "Ram skull", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7820" }, { - "id": "7821", - "name": "Unicorn bone", "examine": "This needs a good polish.", + "durability": null, + "name": "Unicorn bone", "archery_ticket_price": "0", - "durability": null + "id": "7821" }, { - "id": "7822", - "name": "Bone in vinegar", "examine": "There is a unicorn bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7822" }, { - "id": "7823", + "examine": "This belongs in a museum!", + "durability": null, "name": "Unicorn bone", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7823" }, { - "id": "7824", - "name": "Giant rat bone", "examine": "This needs a good polish.", + "durability": null, + "name": "Giant rat bone", "archery_ticket_price": "0", - "durability": null + "id": "7824" }, { - "id": "7825", - "name": "Bone in vinegar", "examine": "There is a giant rat bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7825" }, { - "id": "7826", + "examine": "This belongs in a museum!", + "durability": null, "name": "Giant rat bone", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7826" }, { - "id": "7827", - "name": "Giant bat wing", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Giant bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7827" }, { - "id": "7828", - "name": "Bone in vinegar", "examine": "There is a giant bat bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7828" }, { - "id": "7829", + "examine": "This belongs in a museum!", + "durability": null, "name": "Giant bat wing", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7829" }, { - "id": "7830", - "name": "Wolf bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Wolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7830" }, { - "id": "7831", - "name": "Bone in vinegar", "examine": "There is a wolf bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7831" }, { - "id": "7832", + "examine": "This belongs in a museum!", + "durability": null, "name": "Wolf bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7832" }, { - "id": "7833", - "name": "Bat wing", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7833" }, { - "id": "7834", - "name": "Bone in vinegar", "examine": "There is a bat bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7834" }, { - "id": "7835", + "examine": "This belongs in a museum!", + "durability": null, "name": "Bat wing", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7835" }, { - "id": "7836", - "name": "Rat bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Rat bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7836" }, { - "id": "7837", - "name": "Bone in vinegar", "examine": "There is a rat bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7837" }, { - "id": "7838", + "examine": "This belongs in a museum!", + "durability": null, "name": "Rat bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7838" }, { - "id": "7839", - "name": "Baby dragon bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Baby dragon bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7839" }, { - "id": "7840", - "name": "Bone in vinegar", "examine": "There is a baby blue dragon bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7840" }, { - "id": "7841", + "examine": "This belongs in a museum!", + "durability": null, "name": "Baby dragon bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7841" }, { - "id": "7842", - "name": "Ogre ribs", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Ogre ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7842" }, { - "id": "7843", - "name": "Bone in vinegar", "examine": "There is a ogre bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7843" }, { - "id": "7844", + "examine": "This belongs in a museum!", + "durability": null, "name": "Ogre ribs", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7844" }, { - "id": "7845", - "name": "Jogre bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Jogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7845" }, { - "id": "7846", - "name": "Bone in vinegar", "examine": "There is a jogre bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7846" }, { - "id": "7847", + "examine": "This belongs in a museum!", + "durability": null, "name": "Jogre bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7847" }, { - "id": "7848", - "name": "Zogre bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Zogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7848" }, { - "id": "7849", - "name": "Bone in vinegar", "examine": "There is a zogre bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7849" }, { - "id": "7850", + "examine": "This belongs in a museum!", + "durability": null, "name": "Zogre bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7850" }, { - "id": "7851", - "name": "Mogre bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Mogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7851" }, { - "id": "7852", - "name": "Bone in vinegar", "examine": "There is a mogre bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7852" }, { - "id": "7853", + "examine": "This belongs in a museum!", + "durability": null, "name": "Mogre bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7853" }, { - "id": "7854", - "name": "Monkey paw", "examine": "This needs a good polish.", + "durability": null, + "name": "Monkey paw", "archery_ticket_price": "0", - "durability": null + "id": "7854" }, { - "id": "7855", - "name": "Bone in vinegar", "examine": "There is a monkey bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7855" }, { - "id": "7856", + "examine": "This belongs in a museum!", + "durability": null, "name": "Monkey paw", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7856" }, { - "id": "7857", - "name": "Dagannoth ribs", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Dagannoth ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7857" }, { - "id": "7858", - "name": "Bone in vinegar", "examine": "There is a Dagannoth bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7858" }, { - "id": "7859", + "examine": "This belongs in a museum!", + "durability": null, "name": "Dagannoth ribs", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7859" }, { - "id": "7860", - "name": "Snake spine", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Snake spine", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7860" }, { - "id": "7861", - "name": "Bone in vinegar", "examine": "There is a snake bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7861" }, { - "id": "7862", + "examine": "This belongs in a museum!", + "durability": null, "name": "Snake spine", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7862" }, { - "id": "7863", - "name": "Zombie bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Zombie bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7863" }, { - "id": "7864", - "name": "Bone in vinegar", "examine": "There is a zombie bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7864" }, { - "id": "7865", + "examine": "This belongs in a museum!", + "durability": null, "name": "Zombie bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7865" }, { - "id": "7866", - "name": "Werewolf bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Werewolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7866" }, { - "id": "7867", - "name": "Bone in vinegar", "examine": "There is a werewolf bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7867" }, { - "id": "7868", + "examine": "This belongs in a museum!", + "durability": null, "name": "Werewolf bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7868" }, { - "id": "7869", - "name": "Moss giant bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Moss giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7869" }, { - "id": "7870", - "name": "Bone in vinegar", "examine": "There is a moss giant bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7870" }, { - "id": "7871", + "examine": "This belongs in a museum!", + "durability": null, "name": "Moss giant bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7871" }, { - "id": "7872", - "name": "Fire giant bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Fire giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7872" }, { - "id": "7873", - "name": "Bone in vinegar", "examine": "There is a fire giant bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7873" }, { - "id": "7874", - "name": "Fire giant bone", "examine": "This bone belongs in a museum!", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Fire giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7874" }, { - "id": "7875", - "name": "Ice giant ribs", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Ice giant ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7875" }, { - "id": "7876", - "name": "Bone in vinegar", "examine": "There is an ice giant bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7876" }, { - "id": "7877", + "examine": "This belongs in a museum!", + "durability": null, "name": "Ice giant ribs", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7877" }, { - "id": "7878", - "name": "Terrorbird wing", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Terrorbird wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7878" }, { - "id": "7879", - "name": "Bone in vinegar", "examine": "There is a terrorbird bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7879" }, { - "id": "7880", + "examine": "This belongs in a museum!", + "durability": null, "name": "Terrorbird wing", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7880" }, { - "id": "7881", - "name": "Ghoul bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Ghoul bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7881" }, { - "id": "7882", - "name": "Bone in vinegar", "examine": "There is a ghoul bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7882" }, { - "id": "7883", + "examine": "This belongs in a museum!", + "durability": null, "name": "Ghoul bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7883" }, { - "id": "7884", - "name": "Troll bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Troll bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7884" }, { - "id": "7885", - "name": "Bone in vinegar", "examine": "There is a troll bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7885" }, { - "id": "7886", + "examine": "This belongs in a museum!", + "durability": null, "name": "Troll bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7886" }, { - "id": "7887", - "name": "Seagull wing", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Seagull wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7887" }, { - "id": "7888", - "name": "Bone in vinegar", "examine": "There is a seagull bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7888" }, { - "id": "7889", + "examine": "This belongs in a museum!", + "durability": null, "name": "Seagull wing", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7889" }, { - "id": "7890", - "name": "Undead cow ribs", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Undead cow ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7890" }, { - "id": "7891", - "name": "Bone in vinegar", "examine": "There is an undead cow bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7891" }, { - "id": "7892", + "examine": "This belongs in a museum!", + "durability": null, "name": "Undead cow ribs", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7892" }, { - "id": "7893", - "name": "Experiment bone", - "examine": "This needs a good polish.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "160", - "weight": "0.9" + "examine": "This needs a good polish.", + "durability": null, + "name": "Experiment bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7893" }, { - "id": "7894", - "name": "Bone in vinegar", "examine": "There is an experiment bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7894" }, { - "id": "7895", - "name": "Experiment bone", - "examine": "This belongs in a museum!", - "archery_ticket_price": "0", - "durability": null, "shop_price": "160", - "weight": "0.9" - }, - { - "id": "7896", - "name": "Rabbit bone", - "examine": "This needs a good polish.", - "archery_ticket_price": "0", + "examine": "This belongs in a museum!", "durability": null, - "weight": "0.9" + "name": "Experiment bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7895" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Rabbit bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7896" }, { - "id": "7897", - "name": "Bone in vinegar", "examine": "There is a rabbit bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7897" }, { - "id": "7898", + "examine": "This belongs in a museum!", + "durability": null, "name": "Rabbit bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7898" }, { - "id": "7899", - "name": "Basilisk bone", "examine": "This bone needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" - }, - { - "id": "7900", - "name": "Bone in vinegar", - "examine": "There is a basilisk bone in here.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7901", "name": "Basilisk bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7899" }, { - "id": "7902", - "name": "Desert lizard bone", - "examine": "This needs a good polish.", - "archery_ticket_price": "0", + "examine": "There is a basilisk bone in here.", "durability": null, - "weight": "0.9" - }, - { - "id": "7903", "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7900" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Basilisk bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7901" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Desert lizard bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7902" + }, + { "examine": "There is a desert lizard bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7903" }, { - "id": "7904", + "examine": "This belongs in a museum!", + "durability": null, "name": "Desert lizard bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7904" }, { - "id": "7905", - "name": "Cave goblin skull", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Cave goblin skull", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7905" }, { - "id": "7906", - "name": "Bone in vinegar", "examine": "There is a cave goblin bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7906" }, { - "id": "7907", + "examine": "This belongs in a museum!", + "durability": null, "name": "Cave goblin skull", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7907" }, { - "id": "7908", - "name": "Big frog leg", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Big frog leg", + "weight": "1", + "archery_ticket_price": "0", + "id": "7908" }, { - "id": "7909", - "name": "Bone in vinegar", "examine": "There is a big frog bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7909" }, { - "id": "7910", + "examine": "This belongs in a museum!", + "durability": null, "name": "Big frog leg", - "examine": "This belongs in a museum!", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "7910" }, { - "id": "7911", - "name": "Vulture wing", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Vulture wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7911" }, { - "id": "7912", - "name": "Bone in vinegar", "examine": "There is a vulture bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" - }, - { - "id": "7913", - "name": "Vulture wing", - "examine": "This belongs in a museum!", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7914", - "name": "Jackal bone", - "examine": "This needs a good polish.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7915", "name": "Bone in vinegar", - "examine": "There is a jackal bone in here.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "7912" }, { - "id": "7916", - "name": "Jackal bone", "examine": "This belongs in a museum!", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Vulture wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7913" }, { - "id": "7917", - "name": "Ram skull helm", - "examine": "Makes me feel baaad to the bone.", + "examine": "This needs a good polish.", + "durability": null, + "name": "Jackal bone", + "weight": "0.9", "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-2,19,21,16,0,19,6,0,0,0,0", + "id": "7914" + }, + { + "examine": "There is a jackal bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7915" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Jackal bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7916" + }, + { "destroy_message": "The ram skull helm looks like it will fall apart if you drop it. You would have to go to the Odd Old Man for a replacement.", + "examine": "Makes me feel baaad to the bone.", "durability": null, - "equipment_slot": "0", - "weight": "3" + "name": "Ram skull helm", + "weight": "3", + "archery_ticket_price": "0", + "id": "7917", + "bonuses": "0,0,0,0,-2,19,21,16,0,19,6,0,0,0,0", + "equipment_slot": "0" }, { - "id": "7918", - "name": "Bonesack", - "examine": "The Bonesack is a little old item that protects like leather.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,4,4,4,4,4,0,0,0,0", "destroy_message": "The bonesack looks like it will fall apart if you drop it. You would have to go to the Odd Old Man for a replacement.", + "examine": "The Bonesack is a little old item that protects like leather.", "durability": null, - "equipment_slot": "1", - "weight": "9" + "name": "Bonesack", + "weight": "9", + "archery_ticket_price": "0", + "id": "7918", + "bonuses": "0,0,0,0,0,4,4,4,4,4,4,0,0,0,0", + "equipment_slot": "1" }, { - "id": "7919", - "name": "Bottle of wine", - "examine": "A very good vintage.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "500", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7920", + "examine": "A very good vintage.", + "durability": null, "name": "Bottle of wine", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7919" + }, + { + "durability": null, + "name": "Bottle of wine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7920" }, { - "id": "7921", - "name": "Empty wine bottle", "examine": "This one has clearly been taken down and passed around.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Empty wine bottle", + "weight": "1", + "archery_ticket_price": "0", + "id": "7921" }, { - "id": "7922", - "name": "Al kharid flyer", "examine": "The money off voucher has expired.", + "durability": null, + "name": "Al kharid flyer", "archery_ticket_price": "0", - "durability": null + "id": "7922" }, { - "id": "7927", - "name": "Easter ring", "examine": "A ring given to you by the Easter Bunny.", - "archery_ticket_price": "0", - "attack_audios": "", "durability": null, + "attack_audios": "", + "name": "Easter ring", + "archery_ticket_price": "0", + "id": "7927", "equip_audio": "", "equipment_slot": "12" }, { - "id": "7928", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7928" }, { - "id": "7929", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7929" }, { - "id": "7930", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7930" }, { - "id": "7931", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7931" }, { - "id": "7932", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7932" }, { - "id": "7933", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7933" }, { - "id": "7934", - "name": "Field ration", - "examine": "A field ration to help your wounds go away.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", "shop_price": "390", - "tradeable": "true" - }, - { - "id": "7935", - "name": "Field ration", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "examine": "A field ration to help your wounds go away.", + "grand_exchange_price": "171", + "durability": null, + "name": "Field ration", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7934" }, { - "id": "7936", - "name": "Pure essence", - "examine": "An uncharged Rune Stone of extra capability.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "171", "durability": null, - "ge_buy_limit": "25000", + "name": "Field ration", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7935" + }, + { "shop_price": "1", - "tradeable": "true" - }, - { - "id": "7937", - "name": "Pure essence", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "25000", - "tradeable": "true" + "examine": "An uncharged Rune Stone of extra capability.", + "grand_exchange_price": "180", + "durability": null, + "name": "Pure essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7936" }, { - "id": "7939", - "name": "Tortoise shell", + "ge_buy_limit": "25000", + "grand_exchange_price": "109", + "durability": null, + "name": "Pure essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7937" + }, + { + "ge_buy_limit": "5000", "examine": "A word in your shell-like.", - "archery_ticket_price": "0", + "grand_exchange_price": "13600", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "7940", "name": "Tortoise shell", + "tradeable": "true", + "weight": "6.8", "archery_ticket_price": "0", - "durability": null, + "id": "7939" + }, + { "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "13600", + "durability": null, + "name": "Tortoise shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7940" }, { - "id": "7941", - "name": "Iron sheet", "examine": "A sturdy sheet of iron.", - "archery_ticket_price": "0", "durability": null, - "weight": "1.75" + "name": "Iron sheet", + "weight": "1.75", + "archery_ticket_price": "0", + "id": "7941" }, { - "id": "7942", - "name": "Fresh monkfish", "examine": "Perfect for storing. Not so good for eating.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.8" - }, - { - "id": "7943", "name": "Fresh monkfish", - "examine": "Perfect for storing. Not so good for eating.", + "weight": "0.8", "archery_ticket_price": "0", - "durability": null, - "weight": "0.8" + "id": "7942" }, { - "id": "7944", - "name": "Raw monkfish", + "examine": "Perfect for storing. Not so good for eating.", + "durability": null, + "name": "Fresh monkfish", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "7943" + }, + { + "ge_buy_limit": "20000", "examine": "I should try cooking this.", - "archery_ticket_price": "0", + "grand_exchange_price": "618", "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "7945", "name": "Raw monkfish", + "tradeable": "true", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, + "id": "7944" + }, + { "ge_buy_limit": "20000", - "tradeable": "true" + "grand_exchange_price": "618", + "durability": null, + "name": "Raw monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7945" }, { - "id": "7946", - "name": "Monkfish", + "ge_buy_limit": "10000", "examine": "A tasty fish.", - "archery_ticket_price": "0", + "grand_exchange_price": "617", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "7947", "name": "Monkfish", + "tradeable": "true", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, + "id": "7946" + }, + { "ge_buy_limit": "10000", - "tradeable": "true" + "grand_exchange_price": "617", + "durability": null, + "name": "Monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7947" }, { - "id": "7949", + "durability": null, "name": "Burnt monkfish", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7949" }, { - "id": "7950", - "name": "Bone seeds", "examine": "A highly portable army of skeletal magic.", + "durability": null, + "name": "Bone seeds", "archery_ticket_price": "0", - "durability": null + "id": "7950" }, { - "id": "7951", - "name": "Herman's book", - "examine": "A book taken from the desk of Herman Caranos.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "shop_price": "160", + "examine": "A book taken from the desk of Herman Caranos.", + "durability": null, + "name": "Herman's book", "tradeable": "false", - "weight": "0.09" + "destroy": "true", + "weight": "0.09", + "archery_ticket_price": "0", + "id": "7951" }, { - "id": "7952", - "name": "Picture", "examine": "Useless without the head.", - "archery_ticket_price": "0", "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "7953", "name": "Picture", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7952", + "equipment_slot": "3" }, { - "id": "7955", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7953" + }, + { + "durability": null, "name": "Burnt shrimp", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7955" }, { - "id": "7956", - "name": "Casket", "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", + "grand_exchange_price": "3726", "durability": null, + "name": "Casket", "tradeable": "true", - "weight": "5" + "weight": "5", + "archery_ticket_price": "0", + "id": "7956" }, { - "id": "7957", - "name": "White apron", - "examine": "A mostly clean apron.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "2", + "examine": "A mostly clean apron.", + "grand_exchange_price": "169", + "durability": null, + "name": "White apron", "tradeable": "true", - "weight": "0.45" + "weight": "0.45", + "archery_ticket_price": "0", + "id": "7957" }, { - "id": "7958", - "name": "Mining prop", - "examine": "A prop for holding up a tunnel roof.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A prop for holding up a tunnel roof.", "durability": null, - "tradeable": "false" + "name": "Mining prop", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7958" }, { - "id": "7959", - "name": "Heavy box", - "examine": "A box full of stolen Etceterian items.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You can get your box back by talking to the guard by the dungeon entrance in Etceteria.", + "examine": "A box full of stolen Etceterian items.", "durability": null, - "tradeable": "false" + "name": "Heavy box", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7959" }, { - "id": "7960", - "name": "Empty box", "examine": "It says 'To the dungeons' on the side.", + "durability": null, + "name": "Empty box", "archery_ticket_price": "0", - "durability": null + "id": "7960" }, { - "id": "7961", - "name": "Burnt diary", "examine": "A diary with one/two/three/four/five page(s).", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7962", + "durability": null, "name": "Burnt diary", - "examine": "A diary with one/two/three/four/five page(s).", "archery_ticket_price": "0", - "durability": null + "id": "7961" }, { - "id": "7963", + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, "name": "Burnt diary", - "examine": "A diary with one/two/three/four/five page(s).", "archery_ticket_price": "0", - "durability": null + "id": "7962" }, { - "id": "7964", + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, "name": "Burnt diary", - "examine": "A diary with one/two/three/four/five page(s).", "archery_ticket_price": "0", - "durability": null + "id": "7963" }, { - "id": "7965", + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, "name": "Burnt diary", - "examine": "A diary with one/two/three/four/five page(s).", "archery_ticket_price": "0", - "durability": null + "id": "7964" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "archery_ticket_price": "0", + "id": "7965" }, { - "id": "7967", - "name": "Engine", "examine": "A dwarf-made coal engine. It looks very sturdy.", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, - "tradeable": "false" + "name": "Engine", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7967" }, { - "id": "7969", - "name": "Pulley beam", "examine": "A beam with a pulley attached.", + "durability": null, + "name": "Pulley beam", "archery_ticket_price": "0", - "durability": null + "id": "7969" }, { - "id": "7970", - "name": "Long pulley beam", "examine": "A long beam with a pulley attached.", + "durability": null, + "name": "Long pulley beam", "archery_ticket_price": "0", - "durability": null + "id": "7970" }, { - "id": "7971", - "name": "Longer pulley beam", "examine": "A very long beam with a pulley attached.", + "durability": null, + "name": "Longer pulley beam", "archery_ticket_price": "0", - "durability": null + "id": "7971" }, { - "id": "7972", - "name": "Lift manual", "examine": "The manual for an AMCE Lift-In-A-Box.", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, - "tradeable": "false" + "name": "Lift manual", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7972" }, { - "id": "7973", - "name": "Beam", "examine": "A wooden beam.", + "durability": null, + "name": "Beam", "archery_ticket_price": "0", - "durability": null + "id": "7973" }, { - "id": "7975", - "name": "Crawling hand", "examine": "I should get it stuffed!", + "durability": null, + "name": "Crawling hand", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "7975" }, { - "id": "7976", + "examine": "I should get it stuffed!", + "durability": null, "name": "Cockatrice head", - "examine": "I should get it stuffed!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7976" }, { - "id": "7977", + "examine": "I should get it stuffed!", + "durability": null, "name": "Basilisk head", - "examine": "I should get it stuffed!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7977" }, { - "id": "7978", + "examine": "I should get it stuffed!", + "durability": null, "name": "Kurask head", - "examine": "I should get it stuffed!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7978" }, { - "id": "7979", + "examine": "I should get it stuffed!", + "durability": null, "name": "Abyssal head", - "examine": "I should get it stuffed!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7979" }, { - "id": "7980", + "examine": "I should get it stuffed!", + "durability": null, "name": "Kbd heads", - "examine": "I should get it stuffed!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7980" }, { - "id": "7981", + "examine": "I should get it stuffed!", + "durability": null, "name": "Kq head", - "examine": "I should get it stuffed!", "archery_ticket_price": "0", - "durability": null + "id": "7981" }, { - "id": "7982", - "name": "Crawling hand", "examine": "I could mount this on my wall!", + "durability": null, + "name": "Crawling hand", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "7982" }, { - "id": "7983", + "examine": "I could mount this on my wall!", + "durability": null, "name": "Cockatrice head", - "examine": "I could mount this on my wall!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7983" }, { - "id": "7984", + "examine": "I could mount this on my wall!", + "durability": null, "name": "Basilisk head", - "examine": "I could mount this on my wall!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7984" }, { - "id": "7985", + "examine": "I could mount this on my wall!", + "durability": null, "name": "Kurask head", - "examine": "I could mount this on my wall!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7985" }, { - "id": "7986", + "examine": "I could mount this on my wall!", + "durability": null, "name": "Abyssal head", - "examine": "I could mount this on my wall!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7986" }, { - "id": "7987", - "name": "Kbd heads", "examine": "I could mount these on my wall!", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, + "name": "Kbd heads", "tradeable": "false", - "weight": "10" - }, - { - "id": "7988", - "name": "Kq head", - "examine": "I could mount this on my wall!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7989", - "name": "Big bass", - "examine": "Whopper! I should get this stuffed!", - "archery_ticket_price": "0", - "durability": null, - "weight": "6" - }, - { - "id": "7990", - "name": "Big bass", - "examine": "I should mount this on my wall!", - "archery_ticket_price": "0", - "durability": null, - "weight": "6" - }, - { - "id": "7991", - "name": "Big swordfish", - "examine": "Whopper! I should get this stuffed!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7992", - "name": "Big swordfish", - "examine": "I should mount this on my wall!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7993", - "name": "Big shark", - "examine": "It's a monster! I should get this stuffed!", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.7" - }, - { - "id": "7994", - "name": "Big shark", - "examine": "I should mount this on my wall!", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.7" - }, - { - "id": "7995", - "name": "Arthur portrait", - "examine": "A portrait of King Arthur.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7996", - "name": "Elena portrait", - "examine": "A portrait of Elena.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1000", - "weight": "1" - }, - { - "id": "7997", - "name": "Keldagrim portrait", - "examine": "A painting of the staute of King Alvis of Keldagrim", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7998", - "name": "Misc. portrait", - "examine": "A portrait of Prince Brand and Princess Astrid of Miscellania.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "8000", - "name": "Isafdar painting", - "examine": "The exotic land of the Elves.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2000" - }, - { - "id": "8001", - "name": "Karamja painting", - "examine": "The tropical coast of karamja.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2000" - }, - { - "id": "8002", - "name": "Lumbridge painting", - "examine": "Oxtable's famous painting of the Lumbridge water mill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2000", - "weight": "1" - }, - { - "id": "8003", - "name": "Morytania painting", - "examine": "A painting of the spooky forests of morytania.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2000", - "weight": "1" - }, - { - "id": "8007", - "name": "Varrock teleport", - "examine": "A tablet containing a magic spell.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" - }, - { - "id": "8008", - "name": "Lumbridge teleport", - "examine": "A tablet containing a magic spell.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" - }, - { - "id": "8009", - "name": "Falador teleport", - "examine": "A tablet containing a magic spell.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" + "weight": "10", + "archery_ticket_price": "0", + "id": "7987" }, { - "id": "8010", + "examine": "I could mount this on my wall!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "7988" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big bass", + "weight": "6", + "archery_ticket_price": "0", + "id": "7989" + }, + { + "examine": "I should mount this on my wall!", + "durability": null, + "name": "Big bass", + "weight": "6", + "archery_ticket_price": "0", + "id": "7990" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big swordfish", + "archery_ticket_price": "0", + "id": "7991" + }, + { + "examine": "I should mount this on my wall!", + "durability": null, + "name": "Big swordfish", + "archery_ticket_price": "0", + "id": "7992" + }, + { + "examine": "It's a monster! I should get this stuffed!", + "durability": null, + "name": "Big shark", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "7993" + }, + { + "examine": "I should mount this on my wall!", + "durability": null, + "name": "Big shark", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "7994" + }, + { + "examine": "A portrait of King Arthur.", + "durability": null, + "name": "Arthur portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7995" + }, + { + "shop_price": "1000", + "examine": "A portrait of Elena.", + "durability": null, + "name": "Elena portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7996" + }, + { + "examine": "A painting of the staute of King Alvis of Keldagrim", + "durability": null, + "name": "Keldagrim portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7997" + }, + { + "examine": "A portrait of Prince Brand and Princess Astrid of Miscellania.", + "durability": null, + "name": "Misc. portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7998" + }, + { + "shop_price": "2000", + "examine": "The exotic land of the Elves.", + "durability": null, + "name": "Isafdar painting", + "archery_ticket_price": "0", + "id": "8000" + }, + { + "shop_price": "2000", + "examine": "The tropical coast of karamja.", + "durability": null, + "name": "Karamja painting", + "archery_ticket_price": "0", + "id": "8001" + }, + { + "shop_price": "2000", + "examine": "Oxtable's famous painting of the Lumbridge water mill.", + "durability": null, + "name": "Lumbridge painting", + "weight": "1", + "archery_ticket_price": "0", + "id": "8002" + }, + { + "shop_price": "2000", + "examine": "A painting of the spooky forests of morytania.", + "durability": null, + "name": "Morytania painting", + "weight": "1", + "archery_ticket_price": "0", + "id": "8003" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1341", + "durability": null, + "name": "Varrock teleport", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8007" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1371", + "durability": null, + "name": "Lumbridge teleport", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8008" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1414", + "durability": null, + "name": "Falador teleport", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8009" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1369", + "durability": null, "name": "Camelot teleport", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" + "id": "8010" }, { - "id": "8011", + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1511", + "durability": null, "name": "Ardougne teleport", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" + "id": "8011" }, { - "id": "8012", + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1025", + "durability": null, "name": "Watchtower t'port", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" + "id": "8012" }, { - "id": "8013", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1426", + "durability": null, "name": "Teleport to house", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8013" }, { - "id": "8014", + "ge_buy_limit": "200", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "360", + "durability": null, "name": "Bones to bananas", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" + "id": "8014" }, { - "id": "8015", + "ge_buy_limit": "200", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "620", + "durability": null, "name": "Bones to peaches", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" + "id": "8015" }, { - "id": "8016", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "343", + "durability": null, "name": "Enchant sapphire", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8016" }, { - "id": "8017", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "409", + "durability": null, "name": "Enchant emerald", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8017" }, { - "id": "8018", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "207", + "durability": null, "name": "Enchant ruby", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8018" }, { - "id": "8019", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "326", + "durability": null, "name": "Enchant diamond", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8019" }, { - "id": "8020", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "250", + "durability": null, "name": "Enchant dragonstn.", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8020" }, { - "id": "8021", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "31", + "durability": null, "name": "Enchant onyx", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8021" }, { - "id": "8031", + "grand_exchange_price": "1918", + "durability": null, "name": "Wooden bed", "archery_ticket_price": "0", - "durability": null + "id": "8031" }, { - "id": "8032", + "grand_exchange_price": "1631", + "durability": null, "name": "Oak bed", "archery_ticket_price": "0", - "durability": null + "id": "8032" }, { - "id": "8033", + "grand_exchange_price": "1388", + "durability": null, "name": "Large oak bed", "archery_ticket_price": "0", - "durability": null + "id": "8033" }, { - "id": "8034", + "grand_exchange_price": "1376", + "durability": null, "name": "Teak bed", "archery_ticket_price": "0", - "durability": null + "id": "8034" }, { - "id": "8035", + "grand_exchange_price": "1996", + "durability": null, "name": "Large teak bed", "archery_ticket_price": "0", - "durability": null + "id": "8035" }, { - "id": "8036", + "grand_exchange_price": "1314", + "durability": null, "name": "4-poster", "archery_ticket_price": "0", - "durability": null + "id": "8036" }, { - "id": "8037", + "grand_exchange_price": "274779", + "durability": null, "name": "Gilded 4-poster", "archery_ticket_price": "0", - "durability": null + "id": "8037" }, { - "id": "8038", + "grand_exchange_price": "18", + "durability": null, "name": "Shoe box", "archery_ticket_price": "0", - "durability": null + "id": "8038" }, { - "id": "8039", + "grand_exchange_price": "42", + "durability": null, "name": "Oak drawers", "archery_ticket_price": "0", - "durability": null + "id": "8039" }, { - "id": "8040", + "grand_exchange_price": "1", + "durability": null, "name": "Oak wardrobe", "archery_ticket_price": "0", - "durability": null + "id": "8040" }, { - "id": "8041", + "grand_exchange_price": "126", + "durability": null, "name": "Teak drawers", "archery_ticket_price": "0", - "durability": null + "id": "8041" }, { - "id": "8042", + "grand_exchange_price": "12", + "durability": null, "name": "Teak wardrobe", "archery_ticket_price": "0", - "durability": null + "id": "8042" }, { - "id": "8043", + "grand_exchange_price": "102", + "durability": null, "name": "Mahogany 'drobe", "archery_ticket_price": "0", - "durability": null + "id": "8043" }, { - "id": "8044", + "grand_exchange_price": "139452", + "durability": null, "name": "Gilded wardrobe", "archery_ticket_price": "0", - "durability": null + "id": "8044" }, { - "id": "8045", + "grand_exchange_price": "510", + "durability": null, "name": "Shaving stand", "archery_ticket_price": "0", - "durability": null + "id": "8045" }, { - "id": "8046", + "grand_exchange_price": "449", + "durability": null, "name": "Oak shaving stand", "archery_ticket_price": "0", - "durability": null + "id": "8046" }, { - "id": "8047", + "grand_exchange_price": "147", + "durability": null, "name": "Oak dresser", "archery_ticket_price": "0", - "durability": null + "id": "8047" }, { - "id": "8048", + "grand_exchange_price": "478", + "durability": null, "name": "Teak dresser", "archery_ticket_price": "0", - "durability": null + "id": "8048" }, { - "id": "8049", + "grand_exchange_price": "456", + "durability": null, "name": "Fancy teak dresser", "archery_ticket_price": "0", - "durability": null + "id": "8049" }, { - "id": "8050", + "grand_exchange_price": "404", + "durability": null, "name": "Mahogany dresser", "archery_ticket_price": "0", - "durability": null + "id": "8050" }, { - "id": "8051", + "grand_exchange_price": "140594", + "durability": null, "name": "Gilded dresser", "archery_ticket_price": "0", - "durability": null + "id": "8051" }, { - "id": "8052", + "grand_exchange_price": "367", + "durability": null, "name": "Oak clock", "archery_ticket_price": "0", - "durability": null + "id": "8052" }, { - "id": "8053", + "grand_exchange_price": "552", + "durability": null, "name": "Teak clock", "archery_ticket_price": "0", - "durability": null + "id": "8053" }, { - "id": "8054", + "grand_exchange_price": "154310", + "durability": null, "name": "Gilded clock", "archery_ticket_price": "0", - "durability": null + "id": "8054" }, { - "id": "8085", - "name": "Suit of armour", "examine": "When unanimated: A dusty old suit of armour. When animated: Aaargh, it's alive!", + "durability": null, + "name": "Suit of armour", "archery_ticket_price": "0", - "durability": null + "id": "8085" }, { - "id": "8108", + "grand_exchange_price": "13", + "durability": null, "name": "Wooden bench", "archery_ticket_price": "0", - "durability": null + "id": "8108" }, { - "id": "8109", + "grand_exchange_price": "131", + "durability": null, "name": "Oak bench", "archery_ticket_price": "0", - "durability": null + "id": "8109" }, { - "id": "8110", + "grand_exchange_price": "1", + "durability": null, "name": "Carved oak bench", "archery_ticket_price": "0", - "durability": null + "id": "8110" }, { - "id": "8111", + "grand_exchange_price": "17", + "durability": null, "name": "Teak dining bench", "archery_ticket_price": "0", - "durability": null + "id": "8111" }, { - "id": "8112", + "grand_exchange_price": "2", + "durability": null, "name": "Carved teak bench", "archery_ticket_price": "0", - "durability": null + "id": "8112" }, { - "id": "8113", + "grand_exchange_price": "145", + "durability": null, "name": "Mahogany bench", "archery_ticket_price": "0", - "durability": null + "id": "8113" }, { - "id": "8114", + "grand_exchange_price": "531526", + "durability": null, "name": "Gilded bench", "archery_ticket_price": "0", - "durability": null + "id": "8114" }, { - "id": "8115", + "grand_exchange_price": "1", + "durability": null, "name": "Wood dining table", "archery_ticket_price": "0", - "durability": null + "id": "8115" }, { - "id": "8116", + "grand_exchange_price": "1", + "durability": null, "name": "Oak dining table", "archery_ticket_price": "0", - "durability": null + "id": "8116" }, { - "id": "8117", + "grand_exchange_price": "1", + "durability": null, "name": "Carved oak table", "archery_ticket_price": "0", - "durability": null + "id": "8117" }, { - "id": "8118", + "grand_exchange_price": "2", + "durability": null, "name": "Teak table", "archery_ticket_price": "0", - "durability": null + "id": "8118" }, { - "id": "8119", + "grand_exchange_price": "249", + "durability": null, "name": "Carved teak table", "archery_ticket_price": "0", - "durability": null + "id": "8119" }, { - "id": "8120", + "grand_exchange_price": "497", + "durability": null, "name": "Mahogany table", "archery_ticket_price": "0", - "durability": null + "id": "8120" }, { - "id": "8121", + "grand_exchange_price": "394177", + "durability": null, "name": "Opulent table", "archery_ticket_price": "0", - "durability": null + "id": "8121" }, { - "id": "8128", - "name": "Candles", - "examine": "A candle.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "24", - "tradeable": "true" + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Candles", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8128" }, { - "id": "8131", + "durability": null, "name": "Skeleton guard", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8131" }, { - "id": "8132", - "name": "Guard dog", "examine": "He doesn't seem pleased to see me./Beware of the dog! (Construction)", + "durability": null, + "name": "Guard dog", "archery_ticket_price": "0", - "durability": null + "id": "8132" }, { - "id": "8133", - "name": "Hobgoblin guard", "examine": "He doesn't look very welcoming.", + "durability": null, + "name": "Hobgoblin guard", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8133" }, { - "id": "8134", - "name": "Baby red dragon", "examine": "Young but still dangerous.", + "durability": null, + "name": "Baby red dragon", "archery_ticket_price": "0", - "durability": null + "id": "8134" }, { - "id": "8135", - "name": "Huge spider", "examine": "No spider could grow that big! It's unrealistic!", + "durability": null, + "name": "Huge spider", "archery_ticket_price": "0", - "durability": null + "id": "8135" }, { - "id": "8137", - "name": "Hellhound", "examine": "(Level 122)", + "durability": null, + "name": "Hellhound", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8137" }, { - "id": "8139", - "name": "Kalphite soldier", "examine": "I don't think insect repellent will work...", + "durability": null, + "name": "Kalphite soldier", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8139" }, { - "id": "8140", - "name": "Tok-xil", "examine": "The Tok-Xil fires deadly spines out of its arm, projected by its own heat.", + "durability": null, + "name": "Tok-xil", "archery_ticket_price": "0", - "durability": null + "id": "8140" }, { - "id": "8142", - "name": "Steel dragon", "examine": "Its scales seem to be made of steel.", + "durability": null, + "name": "Steel dragon", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8142" }, { - "id": "8203", - "name": "Thorny hedge", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "5000", - "tradeable": "true" - }, - { - "id": "8204", - "name": "Nice hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "10000", - "tradeable": "true" - }, - { - "id": "8205", - "name": "Small box hedge", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "15000", - "tradeable": "true" - }, - { - "id": "8206", - "name": "Topiary hedge", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20000", + "name": "Thorny hedge", "tradeable": "true", - "weight": "10" + "archery_ticket_price": "0", + "id": "8203" }, { - "id": "8207", - "name": "Fancy hedge", + "shop_price": "10000", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8204" + }, + { + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8205" + }, + { + "shop_price": "20000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8206" + }, + { "shop_price": "25000", - "weight": "10" - }, - { - "id": "8208", - "name": "Tall fancy hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "50000" + "name": "Fancy hedge", + "weight": "10", + "archery_ticket_price": "0", + "id": "8207" + }, + { + "shop_price": "50000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Tall fancy hedge", + "archery_ticket_price": "0", + "id": "8208" }, { - "id": "8210", - "name": "Rosemary", "examine": "Some rosemary.", - "archery_ticket_price": "0", + "grand_exchange_price": "20", "durability": null, - "tradeable": "true" + "name": "Rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8210" }, { - "id": "8214", - "name": "Marigolds", "examine": "A bunch of marigolds.", - "archery_ticket_price": "0", + "grand_exchange_price": "3862", "durability": null, - "tradeable": "true" + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8214" }, { - "id": "8239", + "grand_exchange_price": "1", + "durability": null, "name": "Beer barrel", "archery_ticket_price": "0", - "durability": null + "id": "8239" }, { - "id": "8240", + "grand_exchange_price": "16860", + "durability": null, "name": "Cider barrel", "archery_ticket_price": "0", - "durability": null + "id": "8240" }, { - "id": "8241", - "name": "Asgarnian ale", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "3", - "tradeable": "true" - }, - { - "id": "8242", - "name": "Greenman's ale", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "131", "durability": null, - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "8243", - "name": "Dragon bitter", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", + "name": "Asgarnian ale", "tradeable": "true", - "weight": "1" - }, - { - "id": "8244", - "name": "Chef's delight", - "examine": "A fruity, full-bodied ale.", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8241" }, { - "id": "8246", + "shop_price": "2", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "569", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8242" + }, + { + "shop_price": "2", + "examine": "A glass of bitter.", + "grand_exchange_price": "523", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8243" + }, + { + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "2371", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8244" + }, + { + "grand_exchange_price": "1", + "durability": null, "name": "Wood kitchen table", "archery_ticket_price": "0", - "durability": null + "id": "8246" }, { - "id": "8247", + "grand_exchange_price": "1", + "durability": null, "name": "Oak kitchen table", "archery_ticket_price": "0", - "durability": null + "id": "8247" }, { - "id": "8248", + "grand_exchange_price": "1", + "durability": null, "name": "Teak kitchen table", "archery_ticket_price": "0", - "durability": null + "id": "8248" }, { - "id": "8260", - "name": "Crawling hand", "examine": "A trophy of a mighty slayer!", + "durability": null, + "name": "Crawling hand", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8260" }, { - "id": "8261", + "examine": "A trophy of a mighty slayer!", + "durability": null, "name": "Cockatrice head", - "examine": "A trophy of a mighty slayer!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8261" }, { - "id": "8262", + "examine": "A trophy of a mighty slayer!", + "durability": null, "name": "Basilisk head", - "examine": "A trophy of a mighty slayer!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8262" }, { - "id": "8263", + "examine": "A trophy of a mighty slayer!", + "durability": null, "name": "Kurask head", - "examine": "A trophy of a mighty slayer!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8263" }, { - "id": "8264", - "name": "Abyssal head", "examine": "A trophy of a mighty slayer!!", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, + "name": "Abyssal head", "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8264" }, { - "id": "8265", - "name": "Kbd heads", "examine": "A trophy of a mighty dragon-slayer!", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, + "name": "Kbd heads", "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8265" }, { - "id": "8266", - "name": "Kq head", "examine": "A trophy of a mighty kalphite slayer!", + "durability": null, + "name": "Kq head", "archery_ticket_price": "0", - "durability": null + "id": "8266" }, { - "id": "8272", + "durability": null, "name": "Runite armour", + "archery_ticket_price": "0", + "id": "8272", "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" }, { - "id": "8279", - "name": "Silverlight", "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "durability": null, + "name": "Silverlight", + "weight": "1.8", "archery_ticket_price": "0", "attack_speed": "5", - "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0", - "durability": null, - "weight": "1.8" + "id": "8279", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" }, { - "id": "8280", - "name": "Excalibur", "examine": "This used to belong to King Arthur.", + "durability": null, + "name": "Excalibur", + "weight": "2.2", "archery_ticket_price": "0", "attack_speed": "5", - "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0", - "durability": null, - "weight": "2.2" + "id": "8280", + "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" }, { - "id": "8281", - "name": "Darklight", "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", + "durability": null, + "name": "Darklight", + "weight": "1.8", "archery_ticket_price": "0", "attack_speed": "5", - "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0", - "durability": null, - "weight": "1.8" + "id": "8281", + "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0" }, { - "id": "8282", - "name": "Anti-dragon shield", "examine": "This provides partial protection from dragon-breath attacks.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0", + "grand_exchange_price": "305", "durability": null, + "name": "Anti-dragon shield", "tradeable": "true", - "weight": "5.4" + "weight": "5.4", + "archery_ticket_price": "0", + "id": "8282", + "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0" }, { - "id": "8283", - "name": "Amulet of glory", "examine": "A very powerful dragonstone amulet.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0", + "grand_exchange_price": "1", "durability": null, - "tradeable": "true" + "name": "Amulet of glory", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8283", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0" }, { - "id": "8284", - "name": "Cape of legends", - "examine": "The cape worn by members of the Legends Guild.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", - "durability": null, "shop_price": "450", - "weight": "1.8" + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "8284", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0" }, { - "id": "8285", - "name": "King arthur", "examine": "Legendary King of the Britons.", + "durability": null, + "name": "King arthur", "archery_ticket_price": "0", - "durability": null + "id": "8285" }, { - "id": "8286", - "name": "Elena", "examine": "She looks concerned.", + "durability": null, + "name": "Elena", "archery_ticket_price": "0", - "durability": null + "id": "8286" }, { - "id": "8305", - "name": "Rocnar", "examine": "It's full of pent-up aggression.", + "durability": null, + "name": "Rocnar", "archery_ticket_price": "0", - "durability": null + "id": "8305" }, { - "id": "8309", + "grand_exchange_price": "1", + "durability": null, "name": "Crude wooden chair", "archery_ticket_price": "0", - "durability": null + "id": "8309" }, { - "id": "8310", + "grand_exchange_price": "50", + "durability": null, "name": "Wooden chair", "archery_ticket_price": "0", - "durability": null + "id": "8310" }, { - "id": "8311", + "grand_exchange_price": "1", + "durability": null, "name": "Rocking chair", "archery_ticket_price": "0", - "durability": null + "id": "8311" }, { - "id": "8312", + "grand_exchange_price": "1", + "durability": null, "name": "Oak chair", "archery_ticket_price": "0", - "durability": null + "id": "8312" }, { - "id": "8313", + "grand_exchange_price": "2", + "durability": null, "name": "Oak armchair", "archery_ticket_price": "0", - "durability": null + "id": "8313" }, { - "id": "8314", + "grand_exchange_price": "1", + "durability": null, "name": "Teak armchair", "archery_ticket_price": "0", - "durability": null + "id": "8314" }, { - "id": "8315", + "grand_exchange_price": "8", + "durability": null, "name": "Mahogany armchair", "archery_ticket_price": "0", - "durability": null + "id": "8315" }, { - "id": "8319", + "grand_exchange_price": "1", + "durability": null, "name": "Wooden bookcase", "archery_ticket_price": "0", - "durability": null + "id": "8319" }, { - "id": "8320", + "grand_exchange_price": "1", + "durability": null, "name": "Oak bookcase", "archery_ticket_price": "0", - "durability": null + "id": "8320" }, { - "id": "8321", + "grand_exchange_price": "52", + "durability": null, "name": "Mahogany b'kcase", "archery_ticket_price": "0", - "durability": null + "id": "8321" }, { - "id": "8417", - "name": "Bagged dead tree", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", - "durability": null, "requirements": "{5,22}", "shop_price": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8418", - "name": "Bagged dead tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8419", - "name": "Bagged nice tree", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged dead tree", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8417" + }, + { + "durability": null, + "name": "Bagged dead tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8418" + }, + { "requirements": "{10,22}", "shop_price": "2000", - "tradeable": "true" - }, - { - "id": "8420", + "examine": "You can plant this in your garden.", + "durability": null, "name": "Bagged nice tree", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8419" }, { - "id": "8421", - "name": "Bagged oak tree", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged nice tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8420" + }, + { "requirements": "{15,22}", - "tradeable": "true" - }, - { - "id": "8422", - "name": "Bagged oak tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8423", - "name": "Bagged willow tree", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged oak tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8421" + }, + { + "durability": null, + "name": "Bagged oak tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8422" + }, + { "requirements": "{22,30}", "shop_price": "10000", - "tradeable": "true" - }, - { - "id": "8424", - "name": "Bagged willow tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8425", - "name": "Bagged maple tree", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged willow tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8423" + }, + { + "durability": null, + "name": "Bagged willow tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8424" + }, + { "requirements": "{22,45}", "shop_price": "15000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8426", - "name": "Bagged maple tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8427", - "name": "Bagged yew tree", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged maple tree", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8425" + }, + { + "durability": null, + "name": "Bagged maple tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8426" + }, + { "requirements": "{22,60}", "shop_price": "20000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8428", - "name": "Bagged yew tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8429", - "name": "Bagged magic tree", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged yew tree", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8427" + }, + { + "durability": null, + "name": "Bagged yew tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8428" + }, + { "requirements": "{22,75}", "shop_price": "50000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8430", + "examine": "You can plant this in your garden.", + "durability": null, "name": "Bagged magic tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8431", - "name": "Bagged plant 1", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "1000", "tradeable": "true", - "weight": "10" + "weight": "10", + "archery_ticket_price": "0", + "id": "8429" }, { - "id": "8432", - "name": "Bagged plant 1", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged magic tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8430" + }, + { + "shop_price": "1000", "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "You can plant this in your garden.", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bagged plant 1", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8431" }, { - "id": "8433", - "name": "Bagged plant 2", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "1345", "durability": null, + "name": "Bagged plant 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8432" + }, + { "requirements": "{6,22}", "shop_price": "5000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8434", - "name": "Bagged plant 2", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8435", - "name": "Bagged plant 3", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged plant 2", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8433" + }, + { + "durability": null, + "name": "Bagged plant 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8434" + }, + { "requirements": "{12,22}", "shop_price": "10000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8436", - "name": "Bagged plant 3", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8437", - "name": "Thorny hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged plant 3", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8435" + }, + { + "durability": null, + "name": "Bagged plant 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8436" + }, + { "requirements": "{22,56}", "shop_price": "5000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8438", - "name": "Thorny hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8439", - "name": "Nice hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8437" + }, + { + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8438" + }, + { "requirements": "{22,60}", "shop_price": "10000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8440", - "name": "Nice hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8441", - "name": "Small box hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8439" + }, + { + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8440" + }, + { "requirements": "{22,64}", "shop_price": "15000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8442", - "name": "Small box hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8443", - "name": "Topiary hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8441" + }, + { + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8442" + }, + { "requirements": "{22,68}", "shop_price": "20000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8444", - "name": "Topiary hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8445", - "name": "Fancy hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8443" + }, + { + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8444" + }, + { "requirements": "{22,72}", "shop_price": "25000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8446", - "name": "Fancy hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8447", - "name": "Tall fancy hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Fancy hedge", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8445" + }, + { + "durability": null, + "name": "Fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8446" + }, + { "requirements": "{22,76}", "shop_price": "50000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8448", - "name": "Tall fancy hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8449", - "name": "Tall box hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Tall fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8447" + }, + { + "durability": null, + "name": "Tall fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8448" + }, + { "requirements": "{22,80}", "shop_price": "100000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8450", + "examine": "You can plant this in your garden.", + "durability": null, "name": "Tall box hedge", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "weight": "10", + "id": "8449" }, { - "id": "8451", - "name": "Bagged rosemary", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Tall box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8450" + }, + { "requirements": "{22,66}", "shop_price": "5000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8452", - "name": "Bagged rosemary", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8453", - "name": "Bagged daffodils", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8451" + }, + { + "durability": null, + "name": "Bagged rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8452" + }, + { "requirements": "{22,71}", "shop_price": "10000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8454", - "name": "Bagged daffodils", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8455", - "name": "Bagged bluebells", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged daffodils", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8453" + }, + { + "durability": null, + "name": "Bagged daffodils", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8454" + }, + { "requirements": "{22,76}", "shop_price": "15000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8456", - "name": "Bagged bluebells", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8457", - "name": "Bagged sunflower", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged bluebells", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8455" + }, + { + "durability": null, + "name": "Bagged bluebells", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8456" + }, + { "requirements": "{22,66}", "shop_price": "5000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8458", - "name": "Bagged sunflower", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8459", - "name": "Bagged marigolds", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged sunflower", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8457" + }, + { + "durability": null, + "name": "Bagged sunflower", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8458" + }, + { "requirements": "{22,71}", "shop_price": "10000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8460", - "name": "Bagged marigolds", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8461", - "name": "Bagged roses", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8459" + }, + { + "durability": null, + "name": "Bagged marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8460" + }, + { "requirements": "{22,76}", "shop_price": "15000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8462", + "examine": "You can plant this in your garden.", + "durability": null, "name": "Bagged roses", + "tradeable": "true", + "weight": "10", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8461" }, { - "id": "8463", - "name": "Construction guide", - "examine": "How to build a house.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged roses", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8462" + }, + { "shop_price": "160", + "examine": "How to build a house.", + "durability": null, + "name": "Construction guide", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "8463" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8464", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8466", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8468", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8470", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8472", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8474", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8476", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8478", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8480", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8482", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8484", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8486", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8488", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8490", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8492", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8494", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { - "id": "8496", - "name": "Crude wooden chair", + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble crude chair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "8497", "name": "Crude wooden chair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8496" }, { - "id": "8498", - "name": "Wooden chair", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Crude wooden chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8497" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "53", "examine": "A ready-to-assemble wooden chair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8499", "name": "Wooden chair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8498" }, { - "id": "8500", - "name": "Rocking chair", + "ge_buy_limit": "100", + "grand_exchange_price": "53", + "durability": null, + "name": "Wooden chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8499" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble rocking chair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8501", "name": "Rocking chair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8500" }, { - "id": "8502", - "name": "Oak chair", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Rocking chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8501" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", "examine": "A ready-to-assemble oak chair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8503", "name": "Oak chair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8502" }, { - "id": "8504", - "name": "Oak armchair", + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Oak chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8503" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble oak armchair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8505", "name": "Oak armchair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8504" }, { - "id": "8506", - "name": "Teak armchair", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8505" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble teak armchair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8507", "name": "Teak armchair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8506" }, { - "id": "8508", - "name": "Mahogany armchair", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Teak armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8507" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", "examine": "A ready-to-assemble mahogany armchair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8509", "name": "Mahogany armchair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8508" }, { - "id": "8510", - "name": "Wooden bookcase", + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Mahogany armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8509" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble wooden bookcase.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8511", "name": "Wooden bookcase", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8510" }, { - "id": "8512", - "name": "Oak bookcase", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden bookcase", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8511" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble oak bookcase.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8513", "name": "Oak bookcase", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8512" }, { - "id": "8514", - "name": "Mahogany b'kcase", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak bookcase", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8513" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "46", "examine": "A ready-to-assemble mahogany bookcase.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8515", "name": "Mahogany b'kcase", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8514" }, { - "id": "8516", - "name": "Beer barrel", + "ge_buy_limit": "100", + "grand_exchange_price": "46", + "durability": null, + "name": "Mahogany b'kcase", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8515" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble beer barrel.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8517", "name": "Beer barrel", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8516" }, { - "id": "8518", - "name": "Cider barrel", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Beer barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8517" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16900", "examine": "A ready-to-assemble cider barrel.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8519", "name": "Cider barrel", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8518" }, { - "id": "8520", - "name": "Asgarnian ale", - "examine": "A ready-to-assemble barrel of Asgarnian Ale.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "16900", + "durability": null, + "name": "Cider barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8519" + }, + { "shop_price": "3", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8521", + "ge_buy_limit": "100", + "examine": "A ready-to-assemble barrel of Asgarnian Ale.", + "grand_exchange_price": "4586", + "durability": null, "name": "Asgarnian ale", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8520" }, { - "id": "8522", - "name": "Greenman's ale", + "ge_buy_limit": "100", + "grand_exchange_price": "4586", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8521" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", "examine": "A ready-to-assemble barrel of Greenman's Ale.", - "archery_ticket_price": "0", + "grand_exchange_price": "8875", "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8523", "name": "Greenman's ale", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8522" }, { - "id": "8524", - "name": "Dragon bitter", - "examine": "A ready-to-assemble barrel of Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "8875", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8523" + }, + { "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8525", + "ge_buy_limit": "100", + "examine": "A ready-to-assemble barrel of Dragon Bitter.", + "grand_exchange_price": "10300", + "durability": null, "name": "Dragon bitter", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8524" }, { - "id": "8526", - "name": "Chef's delight", + "ge_buy_limit": "100", + "grand_exchange_price": "10300", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8525" + }, + { + "ge_buy_limit": "100", "examine": "A ready-to-assemble barrel of Chef's Delight.", - "archery_ticket_price": "0", + "grand_exchange_price": "48800", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8527", "name": "Chef's delight", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8526" }, { - "id": "8528", - "name": "Wood kitchen table", + "ge_buy_limit": "100", + "grand_exchange_price": "48800", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8527" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble wooden kitchen table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8529", "name": "Wood kitchen table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8528" }, { - "id": "8530", - "name": "Oak kitchen table", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wood kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8529" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble oak kitchen table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8531", "name": "Oak kitchen table", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "8532", - "name": "Teak kitchen table", - "examine": "A ready-to-assemble teak kitchen table.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", "tradeable": "true", - "weight": "1" - }, - { - "id": "8533", - "name": "Teak kitchen table", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8530" }, { - "id": "8535", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8531" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble teak kitchen table.", + "durability": null, + "name": "Teak kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8532" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Teak kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8533" + }, + { + "durability": null, "name": "Oak lectern", "archery_ticket_price": "0", - "durability": null + "id": "8535" }, { - "id": "8537", + "durability": null, "name": "Eagle lectern", "archery_ticket_price": "0", - "durability": null + "id": "8537" }, { - "id": "8539", + "durability": null, "name": "Demon lectern", "archery_ticket_price": "0", - "durability": null + "id": "8539" }, { - "id": "8541", + "durability": null, "name": "Teak eagle lectern", "archery_ticket_price": "0", - "durability": null + "id": "8541" }, { - "id": "8543", + "durability": null, "name": "Teak demon lectern", "archery_ticket_price": "0", - "durability": null + "id": "8543" }, { - "id": "8545", + "durability": null, "name": "Mahogany eagle", "archery_ticket_price": "0", - "durability": null + "id": "8545" }, { - "id": "8547", + "durability": null, "name": "Mahogany demon", "archery_ticket_price": "0", - "durability": null + "id": "8547" }, { - "id": "8548", - "name": "Wood dining table", + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble wooden dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8549", "name": "Wood dining table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8548" }, { - "id": "8550", - "name": "Oak dining table", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wood dining table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8549" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble oak dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8551", "name": "Oak dining table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8550" }, { - "id": "8552", - "name": "Carved oak table", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak dining table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8551" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble carved oak dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8553", "name": "Carved oak table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8552" }, { - "id": "8554", - "name": "Teak table", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8553" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", "examine": "A ready-to-assemble teak dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8555", "name": "Teak table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8554" }, { - "id": "8556", - "name": "Carved teak table", + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Teak table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8555" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "245", "examine": "A ready-to-assemble carved teak dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8557", "name": "Carved teak table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8556" }, { - "id": "8558", - "name": "Mahogany table", + "ge_buy_limit": "100", + "grand_exchange_price": "245", + "durability": null, + "name": "Carved teak table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8557" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "575", "examine": "A ready-to-assemble mahogany dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8559", "name": "Mahogany table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8558" }, { - "id": "8560", - "name": "Opulent table", + "ge_buy_limit": "100", + "grand_exchange_price": "575", + "durability": null, + "name": "Mahogany table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8559" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "379100", "examine": "A ready-to-assemble opulent dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8561", "name": "Opulent table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8560" }, { - "id": "8562", - "name": "Wooden bench", + "ge_buy_limit": "100", + "grand_exchange_price": "379100", + "durability": null, + "name": "Opulent table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8561" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", "examine": "A ready-to-assemble wooden dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8563", "name": "Wooden bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8562" }, { - "id": "8564", - "name": "Oak bench", + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "durability": null, + "name": "Wooden bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8563" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137", "examine": "A ready-to-assemble oak dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8565", "name": "Oak bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8564" }, { - "id": "8566", - "name": "Carved oak bench", + "ge_buy_limit": "100", + "grand_exchange_price": "137", + "durability": null, + "name": "Oak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8565" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble carved oak dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8567", "name": "Carved oak bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8566" }, { - "id": "8568", - "name": "Teak dining bench", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8567" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", "examine": "A ready-to-assemble teak dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8569", "name": "Teak dining bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8568" }, { - "id": "8570", - "name": "Carved teak bench", + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Teak dining bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8569" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", "examine": "A ready-to-assemble carved teak dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8571", "name": "Carved teak bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8570" }, { - "id": "8572", - "name": "Mahogany bench", + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Carved teak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8571" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "126", "examine": "A ready-to-assemble mahogany dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8573", "name": "Mahogany bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8572" }, { - "id": "8574", - "name": "Gilded bench", + "ge_buy_limit": "100", + "grand_exchange_price": "126", + "durability": null, + "name": "Mahogany bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8573" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "517600", "examine": "A ready-to-assemble gilded mahogany dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8575", "name": "Gilded bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8574" }, { - "id": "8576", - "name": "Wooden bed", + "ge_buy_limit": "100", + "grand_exchange_price": "517600", + "durability": null, + "name": "Gilded bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8575" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1974", "examine": "A ready-to-assemble wooden bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8577", "name": "Wooden bed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8576" }, { - "id": "8578", - "name": "Oak bed", + "ge_buy_limit": "100", + "grand_exchange_price": "1974", + "durability": null, + "name": "Wooden bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8577" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1775", "examine": "A ready-to-assemble oak bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8579", "name": "Oak bed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8578" }, { - "id": "8580", - "name": "Large oak bed", + "ge_buy_limit": "100", + "grand_exchange_price": "1775", + "durability": null, + "name": "Oak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8579" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1433", "examine": "A ready-to-assemble large oak bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8581", "name": "Large oak bed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8580" }, { - "id": "8582", - "name": "Teak bed", + "ge_buy_limit": "100", + "grand_exchange_price": "1433", + "durability": null, + "name": "Large oak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8581" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1442", "examine": "A ready-to-assemble teak bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8583", "name": "Teak bed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8582" }, { - "id": "8584", - "name": "Large teak bed", + "ge_buy_limit": "100", + "grand_exchange_price": "1442", + "durability": null, + "name": "Teak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8583" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2030", "examine": "A ready-to-assemble large teak bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8585", "name": "Large teak bed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8584" }, { - "id": "8586", - "name": "4-poster", + "ge_buy_limit": "100", + "grand_exchange_price": "2030", + "durability": null, + "name": "Large teak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8585" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1401", "examine": "A ready-to-assemble four-poster bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8587", "name": "4-poster", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8586" }, { - "id": "8588", - "name": "Gilded 4-poster", + "ge_buy_limit": "100", + "grand_exchange_price": "1401", + "durability": null, + "name": "4-poster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8587" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "286700", "examine": "A ready-to-assemble gilded four-poster bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8589", "name": "Gilded 4-poster", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8588" }, { - "id": "8590", - "name": "Oak clock", + "ge_buy_limit": "100", + "grand_exchange_price": "286700", + "durability": null, + "name": "Gilded 4-poster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8589" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "384", "examine": "A ready-to-assemble oak clock.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8591", "name": "Oak clock", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8590" }, { - "id": "8592", - "name": "Teak clock", + "ge_buy_limit": "100", + "grand_exchange_price": "384", + "durability": null, + "name": "Oak clock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8591" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "595", "examine": "A ready-to-assemble teak clock.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8593", "name": "Teak clock", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8592" }, { - "id": "8594", - "name": "Gilded clock", + "ge_buy_limit": "100", + "grand_exchange_price": "595", + "durability": null, + "name": "Teak clock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8593" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156100", "examine": "A ready-to-assemble gilded mahogany clock.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8595", "name": "Gilded clock", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8594" }, { - "id": "8596", - "name": "Shaving stand", + "ge_buy_limit": "100", + "grand_exchange_price": "156100", + "durability": null, + "name": "Gilded clock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8595" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "510", "examine": "A ready-to-assemble shaving stand.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8597", "name": "Shaving stand", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8596" }, { - "id": "8598", - "name": "Oak shaving stand", + "ge_buy_limit": "100", + "grand_exchange_price": "510", + "durability": null, + "name": "Shaving stand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8597" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "455", "examine": "A ready-to-assemble oak shaving stand.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8599", "name": "Oak shaving stand", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8598" }, { - "id": "8600", - "name": "Oak dresser", + "ge_buy_limit": "100", + "grand_exchange_price": "455", + "durability": null, + "name": "Oak shaving stand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8599" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", "examine": "A ready-to-assemble oak dresser.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8601", "name": "Oak dresser", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8600" }, { - "id": "8602", - "name": "Teak dresser", + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Oak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8601" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "478", "examine": "A ready-to-assemble teak dresser.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8603", "name": "Teak dresser", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8602" }, { - "id": "8604", - "name": "Fancy teak dresser", + "ge_buy_limit": "100", + "grand_exchange_price": "478", + "durability": null, + "name": "Teak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8603" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "455", "examine": "A ready-to-assemble fancy teak dresser.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8605", "name": "Fancy teak dresser", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8604" }, { - "id": "8606", - "name": "Mahogany dresser", + "ge_buy_limit": "100", + "grand_exchange_price": "455", + "durability": null, + "name": "Fancy teak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8605" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "399", "examine": "A ready-to-assemble mahogany dresser.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8607", "name": "Mahogany dresser", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8606" }, { - "id": "8608", - "name": "Gilded dresser", + "ge_buy_limit": "100", + "grand_exchange_price": "399", + "durability": null, + "name": "Mahogany dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8607" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "138800", "examine": "A ready-to-assemble gilded dresser.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8609", "name": "Gilded dresser", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8608" }, { - "id": "8610", - "name": "Shoe box", + "ge_buy_limit": "100", + "grand_exchange_price": "138800", + "durability": null, + "name": "Gilded dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8609" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", "examine": "A ready-to-assemble shoe box.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8611", "name": "Shoe box", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8610" }, { - "id": "8612", - "name": "Oak drawers", + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Shoe box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8611" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "47", "examine": "A ready-to-assemble oak chest of drawers.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8613", "name": "Oak drawers", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8612" }, { - "id": "8614", - "name": "Oak wardrobe", + "ge_buy_limit": "100", + "grand_exchange_price": "47", + "durability": null, + "name": "Oak drawers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8613" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble oak bedroom wardrobe.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8615", "name": "Oak wardrobe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8614" }, { - "id": "8616", - "name": "Teak drawers", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8615" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "132", "examine": "A ready-to-assemble teak chest of drawers.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8617", "name": "Teak drawers", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8616" }, { - "id": "8618", - "name": "Teak wardrobe", + "ge_buy_limit": "100", + "grand_exchange_price": "132", + "durability": null, + "name": "Teak drawers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8617" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", "examine": "A ready-to-assemble teak bedroom wardrobe.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8619", "name": "Teak wardrobe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8618" }, { - "id": "8620", - "name": "Mahogany 'drobe", + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Teak wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8619" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98", "examine": "A ready-to-assemble mahogany bedroom wardrobe.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8621", "name": "Mahogany 'drobe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8620" }, { - "id": "8622", - "name": "Gilded wardrobe", + "ge_buy_limit": "100", + "grand_exchange_price": "98", + "durability": null, + "name": "Mahogany 'drobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8621" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137700", "examine": "A ready-to-assemble gilded mahogany bedroom wardrobe.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8623", "name": "Gilded wardrobe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8622" }, { - "id": "8625", + "ge_buy_limit": "100", + "grand_exchange_price": "137700", + "durability": null, + "name": "Gilded wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8623" + }, + { + "durability": null, "name": "Crystal ball", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8625" }, { - "id": "8627", + "durability": null, "name": "Elemental sphere", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8627" }, { - "id": "8629", + "durability": null, "name": "Crystal of power", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8629" }, { - "id": "8631", + "durability": null, "name": "Globe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8631" }, { - "id": "8633", + "durability": null, "name": "Ornamental globe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8633" }, { - "id": "8635", + "durability": null, "name": "Lunar globe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8635" }, { - "id": "8637", + "durability": null, "name": "Celestial globe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8637" }, { - "id": "8639", + "durability": null, "name": "Armillary sphere", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8639" }, { - "id": "8641", + "durability": null, "name": "Small orrery", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8641" }, { - "id": "8643", + "durability": null, "name": "Large orrery", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8643" }, { - "id": "8645", + "durability": null, "name": "Wooden telescope", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8645" }, { - "id": "8647", + "durability": null, "name": "Teak telescope", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8647" }, { - "id": "8649", + "durability": null, "name": "Mahogany 'scope", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8649" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8650", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8652", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8654", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8656", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8658", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8660", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8662", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8664", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8666", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8668", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8670", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8672", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8674", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8676", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8678", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8680", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8682", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8684", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8686", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8688", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8690", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8692", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8694", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8696", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8698", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8700", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8702", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8704", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8706", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8708", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8710", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8712", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8714", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8716", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8718", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8720", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8722", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8724", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8726", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8728", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8730", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8732", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8734", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8736", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8738", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8740", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8742", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8744", - "name": "Rune kiteshield", - "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8746", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8748", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8750", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8752", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8754", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8756", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8758", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8760", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8762", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8764", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8766", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8768", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8770", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8772", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8774", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8776", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { - "id": "8778", - "name": "Oak plank", + "ge_buy_limit": "10000", "examine": "A plank of sturdy oak.", - "archery_ticket_price": "0", + "grand_exchange_price": "660", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "8779", "name": "Oak plank", + "tradeable": "true", + "weight": "0.8", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "8778" }, { - "id": "8780", - "name": "Teak plank", - "examine": "A plank of fine teak.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "660", + "durability": null, + "name": "Oak plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8779" + }, + { "shop_price": "500", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "8781", + "ge_buy_limit": "10000", + "examine": "A plank of fine teak.", + "grand_exchange_price": "959", + "durability": null, "name": "Teak plank", + "tradeable": "true", + "weight": "0.8", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "8780" }, { - "id": "8782", - "name": "Mahogany plank", - "examine": "A plank of expensive mahogany.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "959", + "durability": null, + "name": "Teak plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8781" + }, + { "shop_price": "1500", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "8783", - "name": "Mahogany plank", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", - "tradeable": "true" + "examine": "A plank of expensive mahogany.", + "grand_exchange_price": "2286", + "durability": null, + "name": "Mahogany plank", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8782" }, { - "id": "8784", - "name": "Gold leaf", - "examine": "A very delicate sheet of gold.", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "2286", "durability": null, - "ge_buy_limit": "100", + "name": "Mahogany plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8783" + }, + { "shop_price": "130000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8785", + "ge_buy_limit": "100", + "examine": "A very delicate sheet of gold.", + "grand_exchange_price": "133800", + "durability": null, "name": "Gold leaf", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8784" }, { - "id": "8786", - "name": "Marble block", - "examine": "A beautifully carved marble block.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "133800", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8785" + }, + { "shop_price": "325000", - "tradeable": "true", - "weight": "13.6" - }, - { - "id": "8787", + "ge_buy_limit": "100", + "examine": "A beautifully carved marble block.", + "grand_exchange_price": "324800", + "durability": null, "name": "Marble block", + "tradeable": "true", + "weight": "13.6", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8786" }, { - "id": "8788", - "name": "Magic stone", - "examine": "A magic stone to make high-level furniture.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "324800", + "durability": null, + "name": "Marble block", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8787" + }, + { "shop_price": "975000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8789", + "ge_buy_limit": "100", + "examine": "A magic stone to make high-level furniture.", + "grand_exchange_price": "980300", + "durability": null, "name": "Magic stone", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8788" }, { - "id": "8790", - "name": "Bolt of cloth", - "examine": "A bolt of ordinary cloth.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "980300", + "durability": null, + "name": "Magic stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8789" + }, + { "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8791", + "ge_buy_limit": "100", + "examine": "A bolt of ordinary cloth.", + "grand_exchange_price": "1090", + "durability": null, "name": "Bolt of cloth", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8790" }, { - "id": "8792", - "name": "Clockwork", + "ge_buy_limit": "100", + "grand_exchange_price": "1090", + "durability": null, + "name": "Bolt of cloth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8791" + }, + { + "ge_buy_limit": "5000", "examine": "A clockwork mechanism.", - "archery_ticket_price": "0", + "grand_exchange_price": "1630", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8793", "name": "Clockwork", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "8794", - "name": "Saw", - "examine": "Good for cutting wood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "13", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "8792" }, { - "id": "8795", - "name": "Saw", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "1630", "durability": null, + "name": "Clockwork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8793" + }, + { + "shop_price": "13", "ge_buy_limit": "100", - "tradeable": "true" + "examine": "Good for cutting wood.", + "grand_exchange_price": "64", + "durability": null, + "name": "Saw", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8794", + "equipment_slot": "3" }, { - "id": "8836", + "ge_buy_limit": "100", + "grand_exchange_price": "64", + "durability": null, + "name": "Saw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8795" + }, + { + "durability": null, "name": "Mahogany logs", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8836" }, { - "id": "8837", - "name": "Timber beam", - "examine": "A hefty beam of timber, perfect for building temples.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", "shop_price": "1", - "tradeable": "true" - }, - { - "id": "8838", - "name": "Timber beam", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" + "examine": "A hefty beam of timber, perfect for building temples.", + "grand_exchange_price": "29", + "durability": null, + "name": "Timber beam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8837" }, { - "id": "8839", - "name": "Void knight top", - "examine": "Torso armour from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0", + "ge_buy_limit": "1000", + "grand_exchange_price": "29", "durability": null, - "equipment_slot": "4", + "name": "Timber beam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8838" + }, + { "remove_sleeves": "true", "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", "shop_price": "250", + "examine": "Torso armour from the order of the Void Knights.", + "durability": null, + "name": "Void knight top", "tradeable": "false", - "weight": "6.5" + "weight": "6.5", + "archery_ticket_price": "0", + "id": "8839", + "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0", + "equipment_slot": "4" }, { - "id": "8840", - "name": "Void knight robe", - "examine": "Leg armour of the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,30,30,30,30,30,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", "shop_price": "250", + "examine": "Leg armour of the order of the Void Knights.", + "durability": null, + "name": "Void knight robe", "tradeable": "false", - "weight": "8" + "weight": "8", + "archery_ticket_price": "0", + "id": "8840", + "bonuses": "0,0,0,0,0,30,30,30,30,30,15,0,0,0,0", + "equipment_slot": "7" }, { - "id": "8841", - "name": "Void knight mace", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "250", "examine": "A mace used by the order of the Void Knights.", - "archery_ticket_price": "0", + "durability": null, + "weight": "1", + "attack_speed": "5", + "weapon_interface": "1", + "equip_audio": "2246", + "render_anim": "2553", + "equipment_slot": "3", "attack_anims": "401,401,401,401", "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "render_anim": "2553", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "250", + "name": "Void knight mace", "tradeable": "false", - "weapon_interface": "1", - "weight": "1" + "archery_ticket_price": "0", + "id": "8841", + "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0" }, { - "id": "8842", - "name": "Void knight gloves", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "150", "examine": "Gloves as used by the order of the Void Knights.", + "durability": null, + "name": "Void knight gloves", + "tradeable": "false", + "weight": "0.5", "archery_ticket_price": "0", + "id": "8842", "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.5" + "equipment_slot": "9" }, { - "id": "8844", + "examine": "A defensive weapon.", + "durability": null, "name": "Bronze defender", - "examine": "A defensive weapon.", + "weight": "0.4", "archery_ticket_price": "0", + "id": "8844", "bonuses": "3,2,1,-3,-2,3,2,1,-3,-2,1,0,0,0,0", - "defence_anim": "4177", - "durability": null, "equip_audio": "2238", - "equipment_slot": "5", - "weight": "0.4" + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8845", + "examine": "A defensive weapon.", + "durability": null, "name": "Iron defender", - "examine": "A defensive weapon.", + "weight": "0.4", "archery_ticket_price": "0", + "id": "8845", "bonuses": "5,4,3,-3,-2,5,4,3,-3,-2,2,0,0,0,0", - "defence_anim": "4177", - "durability": null, "equip_audio": "2238", - "equipment_slot": "5", - "weight": "0.4" + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8846", - "name": "Steel defender", - "examine": "A defensive weapon.", - "archery_ticket_price": "0", - "bonuses": "7,6,5,-3,-2,7,6,5,-3,-2,3,1,0,0,0", - "defence_anim": "4177", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "5", "requirements": "{0,5}-{1,5}", - "weight": "0.4" + "examine": "A defensive weapon.", + "durability": null, + "name": "Steel defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8846", + "bonuses": "7,6,5,-3,-2,7,6,5,-3,-2,3,1,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8847", - "name": "Black defender", - "examine": "A defensive weapon.", - "archery_ticket_price": "0", - "bonuses": "9,8,7,-3,-2,9,8,7,-3,-2,4,2,0,0,0", - "defence_anim": "4177", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "5", "requirements": "{0,10}-{1,10}", - "weight": "0.4" + "examine": "A defensive weapon.", + "durability": null, + "name": "Black defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8847", + "bonuses": "9,8,7,-3,-2,9,8,7,-3,-2,4,2,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8848", - "name": "Mithril defender", - "examine": "A defensive weapon.", - "archery_ticket_price": "0", - "bonuses": "10,9,8,-3,-2,10,9,8,-3,-2,5,3,0,0,0", - "defence_anim": "4177", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "5", "requirements": "{0,20}-{1,20}", - "weight": "0.4" + "examine": "A defensive weapon.", + "durability": null, + "name": "Mithril defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8848", + "bonuses": "10,9,8,-3,-2,10,9,8,-3,-2,5,3,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8849", - "name": "Adamant defender", - "examine": "A defensive weapon.", - "archery_ticket_price": "0", - "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0", - "defence_anim": "4177", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "5", "requirements": "{0,30}-{1,30}", - "weight": "0.4" - }, - { - "id": "8850", - "name": "Rune defender", "examine": "A defensive weapon.", + "durability": null, + "name": "Adamant defender", + "weight": "0.4", "archery_ticket_price": "0", - "bonuses": "20,19,18,-3,-2,20,19,18,-3,-2,8,5,0,0,0", + "id": "8849", + "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0", + "equip_audio": "2238", "defence_anim": "4177", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "5", + "equipment_slot": "5" + }, + { "requirements": "{0,40}-{1,40}", - "weight": "0.4" + "examine": "A defensive weapon.", + "durability": null, + "name": "Rune defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8850", + "bonuses": "20,19,18,-3,-2,20,19,18,-3,-2,8,5,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8851", - "name": "Warrior guild token", "examine": "Warrior Guild Token.", + "durability": null, + "name": "Warrior guild token", "archery_ticket_price": "0", - "durability": null + "id": "8851" }, { - "id": "8856", - "name": "Defensive shield", "examine": "Large, round, heavy shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0", "durability": null, - "equipment_slot": "5", + "name": "Defensive shield", + "weight": "3.6", + "archery_ticket_price": "0", "two_handed": "false", - "weight": "3.6" + "id": "8856", + "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "8858", - "name": "18lb shot", "examine": "Just landed 18lb shot.", - "archery_ticket_price": "0", + "durability": null, + "name": "18lb shot", "destroy": "true", - "durability": null + "archery_ticket_price": "0", + "id": "8858" }, { - "id": "8859", - "name": "22lb shot", "examine": "Just landed 22lb shot.", - "archery_ticket_price": "0", + "durability": null, + "name": "22lb shot", "destroy": "true", - "durability": null + "archery_ticket_price": "0", + "id": "8859" }, { - "id": "8860", + "examine": "To put on your head.", + "durability": null, "name": "One barrel", - "examine": "To put on your head.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "0", - "weight": "4.5" + "weight": "4.5", + "archery_ticket_price": "0", + "id": "8860", + "equipment_slot": "0" }, { - "id": "8861", + "examine": "To put on your head.", + "durability": null, "name": "Two barrels", - "examine": "To put on your head.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "0", - "weight": "9" + "weight": "9", + "archery_ticket_price": "0", + "id": "8861", + "equipment_slot": "0" }, { - "id": "8862", + "examine": "To put on your head.", + "durability": null, "name": "Three barrels", - "examine": "To put on your head.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "0", - "weight": "13.5" + "weight": "13.5", + "archery_ticket_price": "0", + "id": "8862", + "equipment_slot": "0" }, { - "id": "8863", + "examine": "To put on your head.", + "durability": null, "name": "Four barrels", - "examine": "To put on your head.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "0", - "weight": "18.1" + "weight": "18.1", + "archery_ticket_price": "0", + "id": "8863", + "equipment_slot": "0" }, { - "id": "8864", + "examine": "To put on your head.", + "durability": null, "name": "Five barrels", - "examine": "To put on your head.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "0", - "weight": "22.6" + "weight": "22.6", + "archery_ticket_price": "0", + "id": "8864", + "equipment_slot": "0" }, { - "id": "8865", - "name": "Ground ashes", "examine": "A heap of finely ground ashes.", + "durability": null, + "name": "Ground ashes", "archery_ticket_price": "0", - "durability": null + "id": "8865" }, { - "id": "8869", - "name": "Iron key", "examine": "A key made of solid iron.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8870", - "name": "Zanik", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8871", - "name": "Crate with zanik", - "examine": "It's got Zanik in it.", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, - "equipment_slot": "3", - "render_anim": "822", - "run_anim": "4194", - "stand_anim": "4193", - "stand_turn_anim": "4194", - "tradeable": "false", - "turn180_anim": "4194", - "turn90ccw_anim": "4194", + "name": "Iron key", + "archery_ticket_price": "0", + "id": "8869" + }, + { + "examine": "See article", + "durability": null, + "name": "Zanik", + "archery_ticket_price": "0", + "id": "8870" + }, + { "turn90cw_anim": "4194", + "examine": "It's got Zanik in it.", "walk_anim": "4194", - "weight": "32" + "durability": null, + "destroy": "true", + "weight": "32", + "turn90ccw_anim": "4194", + "turn180_anim": "4194", + "render_anim": "822", + "equipment_slot": "3", + "stand_anim": "4193", + "name": "Crate with zanik", + "tradeable": "false", + "run_anim": "4194", + "archery_ticket_price": "0", + "id": "8871", + "stand_turn_anim": "4194" }, { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "2855", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8872", - "name": "Bone dagger", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "render_anim": "2584", - "shop_price": "2000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" }, { - "id": "8873", - "name": "Bone dagger", + "ge_buy_limit": "100", + "grand_exchange_price": "2855", "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Bone dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8873" }, { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "3033", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger (p)", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8874", - "name": "Bone dagger (p)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "render_anim": "2584", - "shop_price": "2000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" }, { - "id": "8875", - "name": "Bone dagger (p)", + "ge_buy_limit": "100", + "grand_exchange_price": "3033", "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Bone dagger (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8875" }, { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "3523", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger (p+)", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8876", - "name": "Bone dagger (p+)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "render_anim": "2584", - "shop_price": "2000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" }, { - "id": "8877", - "name": "Bone dagger (p+)", + "ge_buy_limit": "100", + "grand_exchange_price": "3523", "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Bone dagger (p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8877" }, { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "8337", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger (p++)", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8878", - "name": "Bone dagger (p++)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "render_anim": "2584", - "shop_price": "2000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" }, { - "id": "8879", - "name": "Bone dagger (p++)", + "ge_buy_limit": "100", + "grand_exchange_price": "8337", "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Bone dagger (p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8879" }, { - "id": "8880", - "name": "Dorgeshuun c'bow", + "ge_buy_limit": "100", + "turn90cw_anim": "821", "examine": "This fires crossbow bolts.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "render_anim": "175", - "requirements": "{4,28}", - "run_anim": "4228", - "shop_price": "2000", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", "walk_anim": "4226", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "1159", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "8880", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,28}", + "shop_price": "2000", + "durability": null, + "weight": "2.2", "weapon_interface": "17", - "weight": "2.2" + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Dorgeshuun c'bow" }, { - "id": "8881", + "ge_buy_limit": "100", + "grand_exchange_price": "1159", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, "name": "Dorgeshuun c'bow", - "examine": "Swap this note at any bank for the equivalent item.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8881" }, { - "id": "8882", - "name": "Bone bolts", - "examine": "Good if you have a bone crossbow!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", "requirements": "{4,28}", "shop_price": "4", - "tradeable": "true" - }, - { - "id": "8887", - "name": "Zanik", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8890", - "name": "Coins", - "examine": "Lovely money!", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "8900", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8901", - "name": "Black mask (10)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8902", - "name": "Black mask (10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "8903", - "name": "Black mask (9)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8904", - "name": "Black mask (9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8905", - "name": "Black mask (8)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8906", - "name": "Black mask (8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8907", - "name": "Black mask (7)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8908", - "name": "Black mask (7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8909", - "name": "Black mask (6)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8910", - "name": "Black mask (6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8911", - "name": "Black mask (5)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8912", - "name": "Black mask (5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8913", - "name": "Black mask (4)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8914", - "name": "Black mask (4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8915", - "name": "Black mask (3)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8916", - "name": "Black mask (3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8917", - "name": "Black mask (2)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8918", - "name": "Black mask (2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8919", - "name": "Black mask (1)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8920", - "name": "Black mask (1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8921", - "name": "Black mask", - "examine": "An inert-seeming cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8922", - "name": "Black mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "8923", - "name": "Witchwood icon", - "examine": "A stick on a string... pure style.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,0,0,0,0,1,0,0", - "durability": null, - "equipment_slot": "2", - "requirements": "{18,35}", - "shop_price": "900" - }, - { - "id": "8924", - "name": "Bandana and eyepatch", - "examine": "A white bandana and a patch for the right eye.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8925", - "name": "Bandana and eyepatch", - "examine": "A red bandana and a patch for the right eye.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8926", - "name": "Bandana and eyepatch", - "examine": "A blue bandana and a patch for the right eye.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8927", - "name": "Bandana and eyepatch", - "examine": "A brown bandana and a patch for the right eye.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8928", - "name": "Hat and eyepatch", - "examine": "A pirate hat and a patch for the right eye.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8929", - "name": "Crabclaw and hook", - "examine": "Tied together so they don't come apart.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,3,5,3,0,0,0,1,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "800", - "weight": "1" - }, - { - "id": "8930", - "name": "Pipe section", - "examine": "Crude wooden pipe section.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "8931", - "name": "Pipe section", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8932", - "name": "Lumber patch", - "examine": "Repairs made with this will be patchy at best.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8933", - "name": "Lumber patch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8934", - "name": "Scrapey tree logs", - "examine": "Slimy logs from the scrapey tree.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8935", - "name": "Scrapey tree logs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8936", - "name": "Blue flowers", - "examine": "Very blue.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8937", - "name": "Blue flowers", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8938", - "name": "Red flowers", - "examine": "Very red.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8939", - "name": "Red flowers", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8943", - "name": "Blue monkey", - "examine": "Bluuuuuuuue Monkeeeeeeey!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8944", - "name": "Blue monkey", - "examine": "Bluuuuuuuue Monkeeeeeeey!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8945", - "name": "Blue monkey", - "examine": "Bluuuuuuuue Monkeeeeeeey!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8946", - "name": "Red monkey", - "examine": "A well red monkey.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8947", - "name": "Red monkey", - "examine": "A well red monkey.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8948", - "name": "Red monkey", - "examine": "A well red monkey.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8949", - "name": "Pirate bandana", - "examine": "Essential pirate wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8950", - "name": "Pirate hat", - "examine": "Shiver me timbers!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" - }, - { - "id": "8951", - "name": "Pieces of eight", - "examine": "Piratical currency.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8952", - "name": "Blue naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8953", - "name": "Green naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8954", - "name": "Red naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8955", - "name": "Brown naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8956", - "name": "Black naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8957", - "name": "Purple naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8958", - "name": "Grey naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8959", - "name": "Blue tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8960", - "name": "Green tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8961", - "name": "Red tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8962", - "name": "Brown tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8963", - "name": "Black tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8964", - "name": "Purple tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8965", - "name": "Grey tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8966", - "name": "Cutthroat flag", - "examine": "The flag of The Cutthroat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "200", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8967", - "name": "Guilded smile flag", - "examine": "The flag of The Guilded Smile.", - "archery_ticket_price": "0", - "attack_speed": "2", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "200", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8968", - "name": "Bronze fist flag", - "examine": "The flag of The Bronze Fist.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "300", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8969", - "name": "Lucky shot flag", - "examine": "The flag of The Lucky Shot.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "400", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8970", - "name": "Treasure flag", - "examine": "The flag of The Treasure Trove.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "500", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8971", - "name": "Phasmatys flag", - "examine": "The flag of The Phasmatys Pride.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "600", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8972", - "name": "Bowl of red water", - "examine": "A Bowl of red water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8973", - "name": "Bowl of red water", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8974", - "name": "Bowl of blue water", - "examine": "A Bowl of blue water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8975", - "name": "Bowl of blue water", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8976", - "name": "Bitternut", - "examine": "Monkeys seem to like throwing these.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8977", - "name": "Scrapey bark", - "examine": "Greasy bark from the scrapey tree.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.1" - }, - { - "id": "8978", - "name": "Scrapey bark", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8979", - "name": "Bridge section", - "examine": "Caution; not for use over troubled water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8980", - "name": "Bridge section", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8981", - "name": "Sweetgrubs", - "examine": "Better than sea slugs.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8982", - "name": "Sweetgrubs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8986", - "name": "Bucket", - "examine": "It's an empty bucket.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8987", - "name": "Torch", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "8988", - "name": "The stuff", - "examine": "Apparently good for brewing.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5", - "weight": "0.5" - }, - { - "id": "8989", - "name": "Brewin' guide", - "examine": "A how-to of brewing and arson.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8990", - "name": "Brewin' guide", - "examine": "A how-to of brewing and arson.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8991", - "name": "Blue navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8992", - "name": "Green navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8993", - "name": "Red navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8994", - "name": "Brown navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8995", - "name": "Black navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8996", - "name": "Purple navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8997", - "name": "Grey navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8998", - "name": "Bandana and eyepatch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8999", - "name": "Bandana and eyepatch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9000", - "name": "Bandana and eyepatch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9001", - "name": "Bandana and eyepatch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9002", - "name": "Hat and eyepatch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9003", - "name": "Security book", - "examine": "WARNING: Contains information which could make your account secure!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "9004", - "name": "Stronghold notes", - "examine": "Information regarding the Stronghold of Security.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9005", - "name": "Fancy boots", - "examine": "Very nice boots from the Stronghold of Security.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another pair of Fancy Boots from the Stronghold of Security", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "tradeable": "false" - }, - { - "id": "9006", - "name": "Fighting boots", - "examine": "Very nice boots from the Stronghold of Security.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another pair of Fighting Boots from the Stronghold of Security.", - "durability": null, - "equipment_slot": "10", - "tradeable": "false" - }, - { - "id": "9007", - "name": "Right skull half", - "examine": "Ooooh spooky!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "9008", - "name": "Left skull half", - "examine": "Ooooh spooky!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "4" - }, - { - "id": "9009", - "name": "Strange skull", - "examine": "Seems to be for use with a staff or sceptre of some sort.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "1.2" - }, - { - "id": "9010", - "name": "Top of sceptre", - "examine": "Top half of a broken sceptre.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "9011", - "name": "Bottom of sceptre", - "examine": "Bottom half of a broken sceptre.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "1.8" - }, - { - "id": "9012", - "name": "Runed sceptre", - "examine": "Sceptre with runes on it, seems to be missing something.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "3.5" - }, - { - "id": "9013", - "name": "Skull sceptre", - "examine": "A fragile magical Sceptre.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another Sceptre by collecting all four pieces from the Stronghold of Security.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "1.8" - }, - { - "id": "9014", - "name": "Security book", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9015", - "name": "Stronghold notes", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9016", - "name": "Gorak claws", - "examine": "Oversized nail clippings.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9017", - "name": "Star flower", - "examine": "A flower with magical properties.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9018", - "name": "Gorak claw powder", - "examine": "Ground-down gorak claws.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9019", - "name": "Magic essence(unf)", - "examine": "I need another ingredient to finish this Magic essence potion.", - "tradeable": "false" - }, - { - "id": "9020", - "name": "Queen's secateurs", - "examine": "Contains the Fairy Queen's magical essence.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9021", - "name": "Magic essence(4)", - "examine": "4 doses of Magic essence potion.", - "tradeable": "false" - }, - { - "id": "9022", - "name": "Magic essence(3)", - "examine": "3 doses of Magic essence potion.", - "tradeable": "false" - }, - { - "id": "9023", - "name": "Magic essence(2)", - "examine": "2 doses of Magic essence potion.", - "tradeable": "false" - }, - { - "id": "9024", - "name": "Magic essence(1)", - "examine": "1 doses of Magic essence potion.", - "tradeable": "false" - }, - { - "id": "9025", - "name": "Nuff's certificate", - "examine": "A scroll that says she's a healer, that's Fairy Nuff.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Maybe I can find another in Fairy Nuff's grotto.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9026", - "name": "Ivory comb", - "examine": "Simon Templeton at the Agility Pyramid will give me 50 coins for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9027", - "name": "Ivory comb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9028", - "name": "Golden scarab", - "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9029", - "name": "Golden scarab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9030", - "name": "Stone scarab", - "examine": "Little ornament in the shape of a scarab.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.07" - }, - { - "id": "9031", - "name": "Stone scarab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9032", - "name": "Pottery scarab", - "examine": "A small pottery scarab.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9033", - "name": "Pottery scarab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9034", - "name": "Golden statuette", - "examine": "A small golden statuette.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9035", - "name": "Golden statuette", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9036", - "name": "Pottery statuette", - "examine": "A small pottery statuette.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9037", - "name": "Pottery statuette", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9038", - "name": "Stone statuette", - "examine": "A small stone statuette.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9039", - "name": "Stone statuette", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9040", - "name": "Gold seal", - "examine": "Simon Templeton at the Agility Arena will give me 750 coins for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9041", - "name": "Gold seal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9042", - "name": "Stone seal", - "examine": "Simon Templeton at the Agility Pyramid will give me 150 coins for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9043", - "name": "Stone seal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9044", - "name": "Pharaoh's sceptre", - "examine": "This sceptre is fully charged.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" - }, - { - "id": "9045", - "name": "Pharaoh's sceptre", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "9046", - "name": "Pharaoh's sceptre", - "examine": "This sceptre has two charges left.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" - }, - { - "id": "9047", - "name": "Pharaoh's sceptre", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9048", - "name": "Pharaoh's sceptre", - "examine": "This sceptre has one charge left.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" - }, - { - "id": "9049", - "name": "Pharaoh's sceptre", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9050", - "name": "Pharaoh's sceptre", - "examine": "This sceptre has no charges left.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" - }, - { - "id": "9051", - "name": "Pharaoh's sceptre", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "9052", - "name": "Locust meat", - "examine": "Delicious and nutritious. Well, nutritious anyway.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9053", - "name": "Locust meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9054", - "name": "Red goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9055", - "name": "Black goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9056", - "name": "Yellow goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9057", - "name": "Green goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9058", - "name": "Purple goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9059", - "name": "Pink goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9064", - "name": "Emerald lantern", - "examine": "A mystical lantern casting a green beam.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "9065", - "name": "Emerald lantern", - "examine": "A mystical lantern casting a green beam.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "1.3" - }, - { - "id": "9066", - "name": "Emerald lens", - "examine": "A roughly circular disc of glass.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9067", - "name": "Dream log", - "examine": "A log of my thoughts...", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9068", - "name": "Moonclan helm", - "examine": "Mystical headgear.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "shop_price": "1000" - }, - { - "id": "9069", - "name": "Moonclan hat", - "examine": "A mystical hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "shop_price": "1000", - "weight": "1" - }, - { - "id": "9070", - "name": "Moonclan armour", - "examine": "Provides good protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,-10,5,5,5,5,-10,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "1000", - "weight": "4" - }, - { - "id": "9071", - "name": "Moonclan skirt", - "examine": "This should protect my legs.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,-7,5,5,5,5,-7,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "1000", - "weight": "3" - }, - { - "id": "9072", - "name": "Moonclan gloves", - "examine": "These should keep my hands safe.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-5,2,2,2,2,-5,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "900" - }, - { - "id": "9073", - "name": "Moonclan boots", - "examine": "Groovy foot protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-5,2,2,2,2,-5,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "900" - }, - { - "id": "9074", - "name": "Moonclan cape", - "examine": "A mystical cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-2,0,1,1,2,-2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "shop_price": "200" - }, - { - "id": "9075", - "name": "Astral rune", - "examine": "Used for Lunar Spells", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "220", - "tradeable": "true" - }, - { - "id": "9076", - "name": "Lunar ore", - "examine": "This needs refining", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "7" - }, - { - "id": "9077", - "name": "Lunar bar", - "examine": "It's a bar of magic metal.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to mine another lunar ore and smelt it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9078", - "name": "Moonclan manual", - "examine": "A book of Moonclan history.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9079", - "name": "Suqah tooth", - "examine": "The tooth, the whole tooth, and nothing but the tooth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9080", - "name": "Suqah hide", - "examine": "An untanned piece of suqah hide.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9081", - "name": "Suqah leather", - "examine": "A piece of Suqah hide that has been expertly tanned into leather.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "9082", - "name": "Ground tooth", - "examine": "A ground Suqah tooth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9083", - "name": "Seal of passage", - "examine": "A seal of passage issued by Brundt the Chieftain of the Fremennik.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Brundt the Chieftain will probably have another lying around somewhere anyway...", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "4.5" - }, - { - "id": "9084", - "name": "Lunar staff", - "examine": "A Moonclan staff.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "3,2,16,13,0,2,3,2,13,1,0,15,3,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,65}", - "run_anim": "1210", - "shop_price": "30000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "9085", - "name": "Empty vial", - "examine": "A vessel for holding liquid.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to get another from the Oneiromancer.", - "durability": null - }, - { - "id": "9086", - "name": "Vial of water", - "examine": "A glass vial containing water.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "9087", - "name": "Waking sleep vial", - "examine": "A vessel for dreaming while awake!", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9088", - "name": "Guam vial", - "examine": "A vessel with water and Guam inside.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9089", - "name": "Marr vial", - "examine": "A vessel with water and Marrentill inside.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9090", - "name": "Guam-marr vial", - "examine": "A vessel with water, guam and marrentill inside.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9091", - "name": "Lunar staff - pt1", - "examine": "A staff enchanted by air.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,65}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1" - }, - { - "id": "9092", - "name": "Lunar staff - pt2", - "examine": "A staff enchanted by air and fire.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,65}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1" - }, - { - "id": "9093", - "name": "Lunar staff - pt3", - "examine": "A staff enchanted by air, fire and water.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,65}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1" - }, - { - "id": "9094", - "name": "Kindling", - "examine": "Small bits of wood from the first magic tree!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9095", - "name": "Soaked kindling", - "examine": "Magic wood soaked with a potion of waking sleep. Groovy.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9096", - "name": "Lunar helm", - "examine": "A mystical helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}-{6,65}", - "shop_price": "15000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "9097", - "name": "Lunar torso", - "examine": "Provides good protection.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,-10,34,22,40,12,0,35,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,40}-{6,65}", - "shop_price": "120000", - "tradeable": "false", - "weight": "4.5" - }, - { - "id": "9098", - "name": "Lunar legs", - "examine": "These should protect my legs.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,-7,20,19,23,9,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,40}-{6,65}", - "shop_price": "80000", - "tradeable": "false", - "weight": "3.65" - }, - { - "id": "9099", - "name": "Lunar gloves", - "examine": "These should keep my hands safe.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,-1,2,1,1,2,0,1,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,40}-{6,65}", - "shop_price": "10000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "9100", - "name": "Lunar boots", - "examine": "Mystical foot protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-1,1,2,2,2,0,2,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "10", - "requirements": "{1,40}-{6,65}", - "shop_price": "10000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "9101", - "name": "Lunar cape", - "examine": "Oooo pretty!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "1", - "requirements": "{1,40}-{6,65}", - "shop_price": "12000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9102", - "name": "Lunar amulet", - "examine": "Awesome.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "2", - "requirements": "{1,40}-{6,65}", - "shop_price": "4000", - "tradeable": "false" - }, - { - "id": "9103", - "name": "A special tiara", - "examine": "I'll be the talk of the town with this... maybe.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9104", - "name": "Lunar ring", - "examine": "A mysterious ring that can fill the wearer with magical power.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "12", - "requirements": "{1,40}-{6,65}", - "shop_price": "2000", - "tradeable": "false" - }, - { - "id": "9106", - "name": "Astral tiara", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0" - }, - { - "id": "9139", - "name": "Blurite bolts", - "examine": "Blurite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,16}" - }, - { - "id": "9140", - "name": "Iron bolts", - "examine": "Iron crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,26}", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "9141", - "name": "Steel bolts", - "examine": "Steel crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", - "durability": null, - "equipment_slot": "13", "ge_buy_limit": "10000", - "requirements": "{4,31}", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "9142", - "name": "Mithril bolts", - "examine": "Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,36}", - "shop_price": "32", - "tradeable": "true" - }, - { - "id": "9143", - "name": "Adamant bolts", - "examine": "Adamantite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,46}", - "shop_price": "23", - "tradeable": "true" - }, - { - "id": "9144", - "name": "Rune bolts", - "examine": "Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9145", - "name": "Silver bolts", - "examine": "Silver crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,26}", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "9174", - "name": "Bronze crossbow", - "examine": "A bronze crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "render_anim": "175", - "run_anim": "4228", - "shop_price": "92", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "4" - }, - { - "id": "9175", - "name": "Bronze crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9176", - "name": "Blurite crossbow", - "examine": "A blurite crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,30,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "175", - "requirements": "{4,16}", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "4" - }, - { - "id": "9177", - "name": "Iron crossbow", - "examine": "An iron crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "render_anim": "175", - "requirements": "{4,26}", - "run_anim": "4228", - "shop_price": "157", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "4" - }, - { - "id": "9178", - "name": "Iron crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9179", - "name": "Steel crossbow", - "examine": "A steel crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,54,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "render_anim": "175", - "requirements": "{4,31}", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "5" - }, - { - "id": "9180", - "name": "Steel crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9181", - "name": "Mith crossbow", - "examine": "A mithril crossbow", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,66,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "render_anim": "175", - "requirements": "{4,36}", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "6" - }, - { - "id": "9182", - "name": "Mith crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9183", - "name": "Adamant crossbow", - "examine": "An adamantite crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,78,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "render_anim": "175", - "requirements": "{4,46}", - "run_anim": "4228", - "shop_price": "2244", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "6" - }, - { - "id": "9184", - "name": "Adamant crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9185", - "name": "Rune crossbow", - "examine": "A runite crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "lendable": "true", - "render_anim": "175", - "requirements": "{4,61}", - "run_anim": "4228", - "shop_price": "16200", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "6" - }, - { - "id": "9186", - "name": "Rune crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9187", - "name": "Jade bolt tips", - "examine": "Jade bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9188", - "name": "Topaz bolt tips", - "examine": "Red Topaz bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9189", - "name": "Sapphire bolt tips", - "examine": "Sapphire bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9190", - "name": "Emerald bolt tips", - "examine": "Emerald bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9191", - "name": "Ruby bolt tips", - "examine": "Ruby bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9192", - "name": "Diamond bolt tips", - "examine": "Diamond bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9193", - "name": "Dragon bolt tips", - "examine": "Dragonstone bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9194", - "name": "Onyx bolt tips", - "examine": "Onyx bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "13500", - "tokkul_price": "1500", - "tradeable": "true" - }, - { - "id": "9236", - "name": "Opal bolts (e)", - "examine": "Enchanted Opal tipped Bronze Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "9237", - "name": "Jade bolts (e)", - "examine": "Enchanted Jade tipped Blurite Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,15}" - }, - { - "id": "9238", - "name": "Pearl bolts (e)", - "examine": "Enchanted Pearl tipped Iron Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,26}", - "tradeable": "true" - }, - { - "id": "9239", - "name": "Topaz bolts (e)", - "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,31}", - "tradeable": "true" - }, - { - "id": "9240", - "name": "Sapphire bolts (e)", - "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,36}", - "shop_price": "103", - "tradeable": "true" - }, - { - "id": "9241", - "name": "Emerald bolts (e)", - "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,36}", - "tradeable": "true" - }, - { - "id": "9242", - "name": "Ruby bolts (e)", - "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,46}", - "tradeable": "true" - }, - { - "id": "9243", - "name": "Diamond bolts (e)", - "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,46}", - "tradeable": "true" - }, - { - "id": "9244", - "name": "Dragon bolts (e)", - "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9245", - "name": "Onyx bolts (e)", - "examine": "Enchanted Onyx tipped runite Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9286", - "name": "Blurite bolts(p)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,16}" - }, - { - "id": "9287", - "name": "Iron bolts (p)", - "examine": "Iron crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,26}", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "9288", - "name": "Steel bolts (p)", - "examine": "Steel crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,31}", - "tradeable": "true" - }, - { - "id": "9289", - "name": "Mithril bolts (p)", - "examine": "Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,36}", - "shop_price": "32", - "tradeable": "true" - }, - { - "id": "9290", - "name": "Adamant bolts (p)", - "examine": "Adamantite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,46}", - "shop_price": "23", - "tradeable": "true" - }, - { - "id": "9291", - "name": "Runite bolts (p)", - "examine": "Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9292", - "name": "Silver bolts (p)", - "examine": "Silver crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,26}", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "9293", - "name": "Blurite bolts(p+)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,16}" - }, - { - "id": "9294", - "name": "Iron bolts(p+)", - "examine": "Iron crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,26}", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "9295", - "name": "Steel bolts(p+)", - "examine": "Steel crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,31}", - "tradeable": "true" - }, - { - "id": "9296", - "name": "Mithril bolts(p+)", - "examine": "Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,36}", - "shop_price": "32", - "tradeable": "true" - }, - { - "id": "9297", - "name": "Adamant bolts(p+)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,46}" - }, - { - "id": "9298", - "name": "Runite bolts(p+)", - "examine": "Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9299", - "name": "Silver bolts(p+)", - "examine": "Silver crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,26}", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "9300", - "name": "Blurite bolts(p++)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,16}" - }, - { - "id": "9301", - "name": "Iron bolts(p++)", - "examine": "Iron crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,26}", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "9302", - "name": "Steel bolts(p++)", - "examine": "Steel crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,31}", - "tradeable": "true" - }, - { - "id": "9303", - "name": "Mithril bolts(p++)", - "examine": "Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,36}", - "shop_price": "32", - "tradeable": "true" - }, - { - "id": "9304", - "name": "Adamant bolts(p++)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,46}" - }, - { - "id": "9305", - "name": "Runite bolts(p++)", - "examine": "Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9306", - "name": "Silver bolts(p++)", - "examine": "Silver crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,26}", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "9335", - "name": "Jade bolts", - "examine": "Jade tipped blurite bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,16}" - }, - { - "id": "9336", - "name": "Topaz bolts", - "examine": "Red Topaz tipped Steel Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,31}", - "shop_price": "62", - "tradeable": "true" - }, - { - "id": "9337", - "name": "Sapphire bolts", - "examine": "Sapphire tipped Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,36}", - "tradeable": "true" - }, - { - "id": "9338", - "name": "Emerald bolts", - "examine": "Emerald tipped Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,36}", - "tradeable": "true" - }, - { - "id": "9339", - "name": "Ruby bolts", - "examine": "Ruby tipped Adamantite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,46}", - "tradeable": "true" - }, - { - "id": "9340", - "name": "Diamond bolts", - "examine": "Diamond tipped Adamantite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,46}", - "tradeable": "true" - }, - { - "id": "9341", - "name": "Dragon bolts", - "examine": "Dragonstone tipped Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9342", - "name": "Onyx bolts", - "examine": "Onyx tipped Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9375", - "name": "Bronze bolts (unf)", - "examine": "Unfeathered bronze crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "9376", - "name": "Blurite bolts (unf)", - "examine": "Unfeathered blurite crossbow bolts.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9377", - "name": "Iron bolts (unf)", - "examine": "Unfeathered iron crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "9378", - "name": "Steel bolts (unf)", - "examine": "Unfeathered steel crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9379", - "name": "Mithril bolts (unf)", - "examine": "Unfeathered mithril crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9380", - "name": "Adamant bolts(unf)", - "examine": "Unfeathered adamantite crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9381", - "name": "Runite bolts (unf)", - "examine": "Unfeathered runite crossbow bolts", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9382", - "name": "Silver bolts (unf)", - "examine": "Unfeathered silver crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9415", - "name": "Grapple", - "examine": "A mithril grapple tipped bolt with a rope.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9416", - "name": "Mith grapple tip", - "examine": "A mithril grapple tip.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9417", - "name": "Mith grapple tip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9418", - "name": "Mith grapple", - "examine": "A mithril grapple tipped bolt with a rope.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9419", - "name": "Mith grapple", - "examine": "A mithril grapple tipped bolt with a rope.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9420", - "name": "Bronze limbs", - "examine": "A pair of bronze crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,9}", - "shop_price": "20", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9421", - "name": "Bronze limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9422", - "name": "Blurite limbs", - "examine": "A pair of blurite crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "requirements": "{24,9}", - "weight": "1" - }, - { - "id": "9423", - "name": "Iron limbs", - "examine": "A pair of iron crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,39}", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9424", - "name": "Iron limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9425", - "name": "Steel limbs", - "examine": "A pair of steel crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,46}", - "shop_price": "900", - "tradeable": "true", - "weight": "2" - }, - { - "id": "9426", - "name": "Steel limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9427", - "name": "Mithril limbs", - "examine": "A pair of mithril crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,54}", - "shop_price": "650", - "tradeable": "true", - "weight": "2" - }, - { - "id": "9428", - "name": "Mithril limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9429", - "name": "Adamantite limbs", - "examine": "A pair of adamantite crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,61}", - "shop_price": "4800", - "tradeable": "true", - "weight": "3" - }, - { - "id": "9430", - "name": "Adamantite limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9431", - "name": "Runite limbs", - "examine": "A pair of runite crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,69}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "9432", - "name": "Runite limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9433", - "name": "Bolt pouch", - "examine": "A pouch for storing crossbow bolts.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another pouch from Hirko in Keldagrim.", - "durability": null, - "shop_price": "1500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "9434", - "name": "Bolt mould", - "examine": "A mould for creating silver crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "25", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "9435", - "name": "Bolt mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9436", - "name": "Sinew", - "examine": "I can use this to make a crossbow string.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9437", - "name": "Sinew", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9438", - "name": "Crossbow string", - "examine": "A string for a crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9439", - "name": "Crossbow string", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9440", - "name": "Wooden stock", - "examine": "A wooden crossbow stock", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,9}", - "shop_price": "8", - "tradeable": "true" - }, - { - "id": "9441", - "name": "Wooden stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9442", - "name": "Oak stock", - "examine": "An oak crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{24,9}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "9443", - "name": "Oak stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9444", - "name": "Willow stock", - "examine": "A willow crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,39}", - "shop_price": "21", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9445", - "name": "Willow stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9446", - "name": "Teak stock", - "examine": "A teak crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,46}", - "shop_price": "231", - "tradeable": "true" - }, - { - "id": "9447", - "name": "Teak stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9448", - "name": "Maple stock", - "examine": "A maple crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,54}", - "tradeable": "true" - }, - { - "id": "9449", - "name": "Maple stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9450", - "name": "Mahogany stock", - "examine": "A Mahogany crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,61}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "9451", - "name": "Mahogany stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9452", - "name": "Yew stock", - "examine": "A yew crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,69}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "9453", - "name": "Yew stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9454", - "name": "Bronze c'bow (u)", - "examine": "An unstrung bronze crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "27", - "tradeable": "true", - "weight": "8" - }, - { - "id": "9455", - "name": "Bronze c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9456", - "name": "Blurite c'bow (u)", - "examine": "An unstrung blurite crossbow.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "27", - "weight": "8" - }, - { - "id": "9457", - "name": "Iron c'bow (u)", - "examine": "An unstrung iron crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true", - "weight": "8" - }, - { - "id": "9458", - "name": "Iron c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9459", - "name": "Steel c'bow (u)", - "examine": "An unstrung steel crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "27", - "tradeable": "true", - "weight": "8" - }, - { - "id": "9460", - "name": "Steel c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9461", - "name": "Mithril c'bow (u)", - "examine": "An unstrung mithril crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "27", - "tradeable": "true" - }, - { - "id": "9462", - "name": "Mithril c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9463", - "name": "Adamant c'bow (u)", - "examine": "An unstrung adamantite crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "693", - "tradeable": "true", - "weight": "8" - }, - { - "id": "9464", - "name": "Adamant c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9465", - "name": "Runite c'bow (u)", - "examine": "An unstrung runite crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "4000", - "tradeable": "true" - }, - { - "id": "9466", - "name": "Runite c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9467", - "name": "Blurite bar", - "examine": "It's a bar of blurite.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.8" - }, - { - "id": "9468", - "name": "Sawdust", - "examine": "What is left over when a log is made into a plank.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "9469", - "name": "Grand seed pod", - "examine": "A seed pod of the Grand Tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9470", - "name": "Gnome scarf", - "examine": "A scarf. You feel your upper lip stiffening.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "10", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9471", - "name": "Gnome scarf", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "9472", - "name": "Gnome goggles", - "examine": "Tally Ho!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "9473", - "name": "Gnome goggles", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "9474", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9475", - "name": "Mint cake", - "examine": "It looks very minty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9476", - "name": "Mint cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9477", - "name": "Aluft aloft box", - "examine": "You can check on your delivery details here", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9478", - "name": "Half made batta", - "examine": "This cheese & tomato batta needs baking (and garnishing with equa leaves).", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9479", - "name": "Unfinished batta", - "examine": "This cheese & tomato batta needs garnishing with equa leaves.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9480", - "name": "Half made batta", - "examine": "This fruit batta needs baking (and garnishing with gnome spices).", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9481", - "name": "Unfinished batta", - "examine": "This fruit batta needs garnishing with gnome spices.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9482", - "name": "Half made batta", - "examine": "This toad batta needs baking.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9483", - "name": "Half made batta", - "examine": "This veggie batta needs baking (and garnishing with equa leaves).", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9484", - "name": "Unfinished batta", - "examine": "This veggie batta needs garnishing with equa leaves.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9485", - "name": "Half made batta", - "examine": "This worm batta needs baking (and garnishing with equa leaves).", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9486", - "name": "Unfinished batta", - "examine": "This worm batta needs garnishing with equa leaves.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9487", - "name": "Wizard blizzard", - "examine": "This looks like a strange mix.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9488", - "name": "Wizard blizzard", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9489", - "name": "Wizard blizzard", - "examine": "This looks like a strange mix.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9508", - "name": "Wizard blizzard", - "examine": "This looks like a strange mix.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9509", - "name": "Wizard blizzard", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9510", - "name": "Short green guy", - "examine": "A Short Green Guy... looks good.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "9511", - "name": "Short green guy", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9512", - "name": "Pineapple punch", - "examine": "A fresh healthy fruit mix.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "9513", - "name": "Pineapple punch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9514", - "name": "Fruit blast", - "examine": "A cool refreshing fruit mix.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "9515", - "name": "Fruit blast", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9516", - "name": "Drunk dragon", - "examine": "A warm creamy alcoholic beverage", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "9517", - "name": "Drunk dragon", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9518", - "name": "Choc saturday", - "examine": "A warm creamy alcoholic beverage", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9519", - "name": "Choc saturday", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9520", - "name": "Blurberry special", - "examine": "Looks good... smells strong.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "9521", - "name": "Blurberry special", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9522", - "name": "Batta tin", - "examine": "A deep tin used to make gnome battas in.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9523", - "name": "Batta tin", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9524", - "name": "Batta tin", - "examine": "A deep tin used to make gnome battas in.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9525", - "name": "Batta tin", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9527", - "name": "Fruit batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9528", - "name": "Fruit batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9529", - "name": "Toad batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "78", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9530", - "name": "Toad batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9531", - "name": "Worm batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9532", - "name": "Worm batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9533", - "name": "Vegetable batta", - "examine": "Well... It looks healthy.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9534", - "name": "Vegetable batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9535", - "name": "Cheese+tom batta", - "examine": "This smells really good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9536", - "name": "Cheese+tom batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9538", - "name": "Toad crunchies", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9539", - "name": "Toad crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9540", - "name": "Spicy crunchies", - "examine": "Yum...smells spicy.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "70", - "tradeable": "true" - }, - { - "id": "9541", - "name": "Spicy crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9542", - "name": "Worm crunchies", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "80", - "tradeable": "true" - }, - { - "id": "9543", - "name": "Worm crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9544", - "name": "Chocchip crunchies", - "examine": "Yum... smells good.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "70", - "tradeable": "true" - }, - { - "id": "9545", - "name": "Chocchip crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9547", - "name": "Worm hole", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9548", - "name": "Worm hole", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9549", - "name": "Veg ball", - "examine": "This looks pretty healthy.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9550", - "name": "Veg ball", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9551", - "name": "Tangled toads' legs", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "9552", - "name": "Tangled toads' legs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9553", - "name": "Chocolate bomb", - "examine": "Full of creamy, chocolately goodness.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "450", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "9554", - "name": "Chocolate bomb", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9558", - "name": "Half made bowl", - "examine": "This unfinished choco bomb needs baking, and final ingredients", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "9559", - "name": "Half made bowl", - "examine": "This unfinished tangled toad legs bowl needs baking, and final ingredients", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "9560", - "name": "Unfinished bowl", - "examine": "This unfinished choc bomb needs cream and chocolate dust.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9561", - "name": "Half made bowl", - "examine": "This unfinished veggie ball needs baking, and final ingredients", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "9562", - "name": "Unfinished bowl", - "examine": "This unfinished veggie ball needs equa leaves.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9563", - "name": "Half made bowl", - "examine": "This unfinished worm hole needs baking, and final ingredients", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "9564", - "name": "Unfinished bowl", - "examine": "This unfinished worm hole needs equa leaves.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9565", - "name": "Cocktail shaker", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9566", - "name": "Mixed blizzard", - "examine": "This wizzard blizzard needs pouring, a lime slice, and pineapple chunks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9567", - "name": "Mixed sgg", - "examine": "This short green guy cocktail needs pouring, a lime slice and equa leaves.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9568", - "name": "Mixed blast", - "examine": "This fruit blast cocktail needs pouring and a lemon slice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9569", - "name": "Mixed punch", - "examine": "This pineapple punch needs pouring, lime and pineapple chunks, and a orange slice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9570", - "name": "Mixed blurberry special", - "examine": "This blurberry special needs pouring, orange and lemon chunks, a lime slice and equa leaves.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9577", - "name": "Half made crunchy", - "examine": "This choco chip crunchy needs baking and garnishing with chocolate dust.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9578", - "name": "Unfinished crunchy", - "examine": "This choco chip crunchy needs garnishing with chocolate dust.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9579", - "name": "Half made crunchy", - "examine": "This spicy crunchy needs baking and garnishing with gnome spices.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9580", - "name": "Unfinished crunchy", - "examine": "This spicy crunchy needs garnishing with gnome spices.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9581", - "name": "Half made crunchy", - "examine": "This toad crunchy needs baking and garnishing with equa leaves.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9582", - "name": "Unfinished crunchy", - "examine": "This toad crunchy needs garnishing with equa leaves.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9583", - "name": "Half made crunchy", - "examine": "This worm crunchy needs baking and garnishing with gnome spices.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9584", - "name": "Unfinished crunchy", - "examine": "This worm crunchy needs garnishing with gnome spices.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9585", - "name": "Batta tin", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9586", - "name": "Crunchy tray", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9587", - "name": "Gnomebowl mould", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9588", - "name": "Raw crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9589", - "name": "Dossier", - "examine": "A dossier containing info on the Black Knight plot.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Sir Amik Varze at the beginning of the Black Knight's Fortress Quest.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9590", - "name": "Dossier", - "examine": "A dossier containing info on the Black Knight plot.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "9592", - "name": "Magic glue", - "examine": "Glue made from tree sap and ground mud runes.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "9593", - "name": "Weird gloop", - "examine": "This doesn't look like it will do anything interesting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "2.5" - }, - { - "id": "9594", - "name": "Ground mud runes", - "examine": "Mud runes ground into a powder.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "9597", - "name": "Red circle", - "examine": "A red circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9598", - "name": "Red triangle", - "examine": "A red triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9599", - "name": "Red square", - "examine": "A red square-shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9600", - "name": "Red pentagon", - "examine": "A red pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9601", - "name": "Orange circle", - "examine": "An orange circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9602", - "name": "Orange triangle", - "examine": "An orange triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9603", - "name": "Orange square", - "examine": "An orange square-shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9604", - "name": "Orange pentagon", - "examine": "An orange pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9605", - "name": "Yellow circle", - "examine": "A yellow circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9606", - "name": "Yellow triangle", - "examine": "A yellow triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9607", - "name": "Yellow square", - "examine": "A yellow square-shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9608", - "name": "Yellow pentagon", - "examine": "A yellow pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9609", - "name": "Green circle", - "examine": "A green circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9610", - "name": "Green triangle", - "examine": "A green triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9611", - "name": "Green square", - "examine": "A green square shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9612", - "name": "Green pentagon", - "examine": "A green pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9613", - "name": "Blue circle", - "examine": "A blue circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9614", - "name": "Blue triangle", - "examine": "A blue triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9615", - "name": "Blue square", - "examine": "A blue square shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9616", - "name": "Blue pentagon", - "examine": "A blue pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9617", - "name": "Indigo circle", - "examine": "An indigo circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9618", - "name": "Indigo triangle", - "examine": "An indigo triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9619", - "name": "Indigo square", - "examine": "An indigo square shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9620", - "name": "Indigo pentagon", - "examine": "An indigo pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9621", - "name": "Violet circle", - "examine": "A violet circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9622", - "name": "Violet triangle", - "examine": "A violet triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9623", - "name": "Violet square", - "examine": "A violet square-shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9624", - "name": "Violet pentagon", - "examine": "A violet pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9625", - "name": "Crystal saw", - "examine": "A magical saw.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Maybe Brimstail will have another...", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "9626", - "name": "Small crystal seed", - "examine": "This small crystal seed looks grey and dead.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Maybe Brimstail will have another...", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "9629", - "name": "Tyras helm", - "examine": "As used by King Tyras personal guard.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,5}", - "shop_price": "1265", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9630", - "name": "Tyras helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9632", - "name": "Daeyalt ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "9634", - "name": "Vyrewatch top", - "examine": "Dressing like the Vyrewatch could be a useful disguise in the ghetto of Meiyerditch.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "635", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9635", - "name": "Vyrewatch top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9636", - "name": "Vyrewatch legs", - "examine": "Dress like a powerful Vyrewatch!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "635", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9637", - "name": "Vyrewatch legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9638", - "name": "Vyrewatch shoes", - "examine": "Dress like a powerful Vyrewatch!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "635", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9639", - "name": "Vyrewatch shoes", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9640", - "name": "Citizen top", - "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "6", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9641", - "name": "Citizen top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9642", - "name": "Citizen trousers", - "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9643", - "name": "Citizen trousers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9644", - "name": "Citizen shoes", - "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9645", - "name": "Citizen shoes", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9646", - "name": "Castle sketch 1", - "examine": "Northern approach of the castle.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9647", - "name": "Castle sketch 2", - "examine": "Western approach of the castle.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9648", - "name": "Castle sketch 3", - "examine": "Southern approach of the castle.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9651", - "name": "Large ornate key", - "examine": "A key to some large, strange door.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9652", - "name": "Haemalchemy", - "examine": "A book called Haemalchemy Volume 1.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Unknown You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9653", - "name": "Sealed message", - "examine": "A sealed message from Safalaan to Valiaf.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Safalaan gave you this message; he would probably write out another one for you.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9654", - "name": "Door key", - "examine": "A key to the Witch's house's front door. (Witch's House)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9655", - "name": "Ladder top", - "examine": "The top part of a ladder.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You found this ladder top on a wall section in the north of Meiyerditch; you can get another one there.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9656", - "name": "Tome of xp (3)", - "examine": "A tome of experience that awards 2000 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9657", - "name": "Tome of xp (2)", - "examine": "A tome of experience that awards 2000 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9658", - "name": "Tome of xp (1)", - "examine": "A tome of experience that awards 2000 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9659", - "name": "Bucket of water", - "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true", - "weight": "3" - }, - { - "id": "9660", - "name": "Bucket", - "examine": "It's an empty bucket.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9662", - "name": "Shortcut key", - "examine": "A key allowing a shortcut into the Sanguinesti region. (Darkness of Hallowvale)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Safalaan gave you this key as a reward for helping out in Meiyerditch, you can get another key from him.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9665", - "name": "Torch", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9666", - "name": "Pros'yte harness m", - "examine": "Unknown edit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "25000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "9667", - "name": "Pros'yte harness m", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9668", - "name": "Initiate harness m", - "examine": "Unknown edit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "20000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "9669", - "name": "Initiate harness m", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9670", - "name": "Pros'yte harness f", - "examine": "Unknown edit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "25000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "9671", - "name": "Pros'yte harness f", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9672", - "name": "Proselyte sallet", - "examine": "A Proselyte Temple Knight's helm.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,4,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,30}-{5,20}", - "shop_price": "8000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "9673", - "name": "Proselyte sallet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9674", - "name": "Proselyte hauberk", - "examine": "A Proselyte Temple Knight's armour.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,8,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{1,30}-{5,20}", - "shop_price": "12000", - "tradeable": "true", - "weight": "8.6" - }, - { - "id": "9675", - "name": "Proselyte hauberk", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9676", - "name": "Proselyte cuisse", - "examine": "A Proselyte Temple Knight's leg armour", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,30}-{5,20}", - "shop_price": "10000", - "tradeable": "true", - "weight": "7.7" - }, - { - "id": "9677", - "name": "Proselyte cuisse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9678", - "name": "Proselyte tasset", - "examine": "A Proselyte Temple Knight's leg armour.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,30}-{5,20}", - "shop_price": "10000", - "tradeable": "true", - "weight": "9" - }, - { - "id": "9679", - "name": "Proselyte tasset", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9680", - "name": "Sea slug glue", - "examine": "A rendered down baby sea slug.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9681", - "name": "Commorb v2", - "examine": "A Temple Knight Communication Orb. Top Secret!", - "archery_ticket_price": "0", - "destroy_message": "As a security precaution, your CommOrb will automatically self", - "durability": null - }, - { - "id": "9682", - "name": "Door transcription", - "examine": "A copy of the mysterious glyphs.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9683", - "name": "Dead sea slug", - "examine": "Dead sea slug, very sticky.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "9684", - "name": "Page 1", - "examine": "A page from Maledict's holy book.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get this page from Mayor Hobb's Desk.", - "durability": null, - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "9685", - "name": "Page 2", - "examine": "A page from Maledict's holy book.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get this page from Ezekial Lovecraft.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9686", - "name": "Page 3", - "examine": "A page from Maledict's holy book.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will have to get the torn page from Col. O' Niall.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9687", - "name": "Fragment 1", - "examine": "A piece of torn page.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9688", - "name": "Fragment 2", - "examine": "A piece of torn page.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9689", - "name": "Fragment 3", - "examine": "A piece of torn page.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9690", - "name": "Blank water rune", - "examine": "A blank water rune.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you wish to destroy this?", - "durability": null, - "tradeable": "false" - }, - { - "id": "9691", - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "9692", - "name": "Blank air rune", - "examine": "A blank air rune.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you wish to destroy this?", - "durability": null, - "tradeable": "false" - }, - { - "id": "9693", - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "9694", - "name": "Blank earth rune", - "examine": "A blank earth rune.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you wish to destroy this?", - "durability": null, - "tradeable": "false" - }, - { - "id": "9695", - "name": "Earth rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "9696", - "name": "Blank mind rune", - "examine": "A blank mind rune.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you wish to destroy this?", - "durability": null, - "tradeable": "false" - }, - { - "id": "9697", - "name": "Mind rune", - "examine": "Used for basic missile spells.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "9698", - "name": "Blank fire rune", - "examine": "A blank fire rune.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you wish to destroy this?", - "durability": null, - "tradeable": "false" - }, - { - "id": "9699", - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "9701", - "name": "Torch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9702", - "name": "Stick", - "examine": "A big, bad troll.", - "archery_ticket_price": "0", - "attack_speed": "6", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "5" - }, - { - "id": "9703", - "name": "Training sword", - "examine": "Basic training sword.", - "archery_ticket_price": "0", - "attack_anims": "381,390,390,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "2584", - "shop_price": "35", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "9704", - "name": "Training shield", - "examine": "Made of flimsy painted wood.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "weight": "5.4" - }, - { - "id": "9705", - "name": "Training bow", - "examine": "Light and flexible, good for a beginner.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "tradeable": "false", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.3" - }, - { - "id": "9706", - "name": "Training arrows", - "examine": "Standard training arrows.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "destroy": "true", - "durability": null, - "equipment_slot": "13", - "tradeable": "false" - }, - { - "id": "9715", - "name": "Slashed book", - "examine": "Book of the elemental shield.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "9717", - "name": "Beaten book", - "examine": "Book of the elemental helm.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "9718", - "name": "Crane schematic", - "examine": "On the subject of lava dippers.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9719", - "name": "Lever schematic", - "examine": "A scroll with a lever schematic drawn on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9720", - "name": "Crane claw", - "examine": "A crane claw.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9721", - "name": "Scroll", - "examine": "A scroll with some writing on it." - }, - { - "id": "9722", - "name": "Key", - "examine": "Quite a small key." - }, - { - "id": "9723", - "name": "Pipe", - "examine": "A pipe that belongs in a cannon stand.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "9724", - "name": "Large cog", - "examine": "A large cog.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9725", - "name": "Medium cog", - "examine": "A medium cog.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9726", - "name": "Small cog", - "examine": "A small cog.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9727", - "name": "Primed bar", - "examine": "A primed elemental ingot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.8" - }, - { - "id": "9728", - "name": "Elemental mind bar", - "examine": "An elemental mind ingot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9729", - "name": "Elemental helmet", - "examine": "A helmet made in the Elemental Workshop.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9730", - "name": "Elemental helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9731", - "name": "Mind shield", - "examine": "A shield made in the Elemental Workshop.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9732", - "name": "Mind shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9733", - "name": "Mind helmet", - "examine": "A helmet made in the Elemental Workshop.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "1200", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9734", - "name": "Mind helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9735", - "name": "Desert goat horn", - "examine": "Not much good for blowing.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "9736", - "name": "Goat horn dust", - "examine": "Finely ground desert goat horn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "9737", - "name": "Goat horn dust", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9738", - "name": "Desert goat horn", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9739", - "name": "Combat potion(4)", - "examine": "4 doses of combat potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "207", - "tradeable": "true" - }, - { - "id": "9740", - "name": "Combat potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9741", - "name": "Combat potion(3)", - "examine": "3 doses of combat potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "207", - "tradeable": "true" - }, - { - "id": "9742", - "name": "Combat potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9743", - "name": "Combat potion(2)", - "examine": "2 doses of combat potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "207", - "tradeable": "true" - }, - { - "id": "9744", - "name": "Combat potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9745", - "name": "Combat potion(1)", - "examine": "1 dose of combat potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "207", - "tradeable": "true" - }, - { - "id": "9746", - "name": "Combat potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9747", - "name": "Attack cape", - "examine": "The cape worn by masters of attack.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{0,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9748", - "name": "Attack cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{0,99}", - "tradeable": "false" - }, - { - "id": "9749", - "name": "Attack hood", - "examine": "Attack skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9750", - "name": "Strength cape", - "examine": "The cape only worn by the strongest people.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{2,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9751", - "name": "Strength cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{2,99}", - "tradeable": "false" - }, - { - "id": "9752", - "name": "Strength hood", - "examine": "Strength skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{2,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9753", - "name": "Defence cape", - "examine": "The cape worn by masters of the art of Defence.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{1,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9754", - "name": "Defence cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{1,99}", - "tradeable": "false" - }, - { - "id": "9755", - "name": "Defence hood", - "examine": "Defence skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9756", - "name": "Ranging cape", - "examine": "The cape worn by master archers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{4,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9757", - "name": "Ranging cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{4,99}", - "tradeable": "false" - }, - { - "id": "9758", - "name": "Ranging hood", - "examine": "Range skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{4,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9759", - "name": "Prayer cape", - "examine": "The cape worn by the most pious of heroes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{5,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9760", - "name": "Prayer cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{5,99}", - "tradeable": "false" - }, - { - "id": "9761", - "name": "Prayer hood", - "examine": "Prayer skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{5,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9762", - "name": "Magic cape", - "examine": "The cape worn by the most powerful mages.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{6,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9763", - "name": "Magic cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{6,99}", - "tradeable": "false" - }, - { - "id": "9764", - "name": "Magic hood", - "examine": "Magic skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{6,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9765", - "name": "Runecraft cape", - "examine": "The cape worn by master runecrafters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{20,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9766", - "name": "Runecraft cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{20,99}", - "tradeable": "false" - }, - { - "id": "9767", - "name": "Runecrafting hood", - "examine": "Runecrafting skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{20,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9768", - "name": "Hitpoints cape", - "examine": "The cape worn by well-constituted adventurers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{3,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9769", - "name": "Hitpoints cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{3,99}", - "tradeable": "false" - }, - { - "id": "9770", - "name": "Hitpoints hood", - "examine": "Constitution skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{3,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9771", - "name": "Agility cape", - "examine": "The cape worn by the most agile of heroes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{16,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9772", - "name": "Agility cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{16,99}", - "tradeable": "false" - }, - { - "id": "9773", - "name": "Agility hood", - "examine": "Agility skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{16,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9774", - "name": "Herblore cape", - "examine": "The cape worn by the most skilled at the art of herblore.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{15,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9775", - "name": "Herblore cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{15,99}", - "tradeable": "false" - }, - { - "id": "9776", - "name": "Herblore hood", - "examine": "Herblore skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{15,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9777", - "name": "Thieving cape", - "examine": "The cape worn by master thieves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{17,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9778", - "name": "Thieving cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{17,99}", - "tradeable": "false" - }, - { - "id": "9779", - "name": "Thieving hood", - "examine": "Thieving skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{17,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9780", - "name": "Crafting cape", - "examine": "The cape worn by master craftworkers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{12,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9781", - "name": "Crafting cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{12,99}", - "tradeable": "false" - }, - { - "id": "9782", - "name": "Crafting hood", - "examine": "Crafting skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{12,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9783", - "name": "Fletching cape", - "examine": "The cape worn by the best of fletchers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{9,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9784", - "name": "Fletching cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{9,99}", - "tradeable": "false" - }, - { - "id": "9785", - "name": "Fletching hood", - "examine": "Fletching skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{9,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9786", - "name": "Slayer cape", - "examine": "The cape worn by slayer masters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{18,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9787", - "name": "Slayer cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{18,99}", - "tradeable": "false" - }, - { - "id": "9788", - "name": "Slayer hood", - "examine": "Slayer skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{18,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9789", - "name": "Construct. cape", - "examine": "The cape worn by master builders.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{22,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9790", - "name": "Construct. cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{22,99}", - "tradeable": "false" - }, - { - "id": "9791", - "name": "Construct. hood", - "examine": "Construction skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{22,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9792", - "name": "Mining cape", - "examine": "The cape worn by the most skilled miners.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{14,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9793", - "name": "Mining cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{14,99}", - "tradeable": "false" - }, - { - "id": "9794", - "name": "Mining hood", - "examine": "Mining skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{14,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9795", - "name": "Smithing cape", - "examine": "The cape worn by master smiths.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{13,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9796", - "name": "Smithing cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{13,99}", - "tradeable": "false" - }, - { - "id": "9797", - "name": "Smithing hood", - "examine": "Smithing skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{13,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9798", - "name": "Fishing cape", - "examine": "The cape worn by the best fishermen.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{10,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9799", - "name": "Fishing cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{10,99}", - "tradeable": "false" - }, - { - "id": "9800", - "name": "Fishing hood", - "examine": "Fishing skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{10,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9801", - "name": "Cooking cape", - "examine": "The cape worn by the world's best chefs.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{7,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9802", - "name": "Cooking cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{7,99}", - "tradeable": "false" - }, - { - "id": "9803", - "name": "Cooking hood", - "examine": "Cooking skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{7,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9804", - "name": "Firemaking cape", - "examine": "The cape worn by master firelighters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{11,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9805", - "name": "Firemaking cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{11,99}", - "tradeable": "false" - }, - { - "id": "9806", - "name": "Firemaking hood", - "examine": "Firemaking skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{11,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9807", - "name": "Woodcutting cape", - "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{8,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9808", - "name": "Woodcut. cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{8,99}", - "tradeable": "false" - }, - { - "id": "9809", - "name": "Woodcutting hood", - "examine": "Woodcutting skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{8,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9810", - "name": "Farming cape", - "examine": "The cape worn by master farmers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{19,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9811", - "name": "Farming cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{19,99}", - "tradeable": "false" - }, - { - "id": "9812", - "name": "Farming hood", - "examine": "Farming skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{19,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9813", - "name": "Quest point cape", - "examine": "The cape worn by only the most experienced adventurers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9814", - "name": "Quest point hood", - "examine": "Quest skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9815", - "name": "Bobble hat", - "examine": "A woolly bobble hat.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "9816", - "name": "Bobble scarf", - "examine": "A woolly scarf.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.25" - }, - { - "id": "9817", - "name": "Oak cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9818", - "name": "Teak cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9819", - "name": "M'gany cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9820", - "name": "Gilded cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9821", - "name": "Marble cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9822", - "name": "Magical cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9823", - "name": "Oak costume box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9824", - "name": "Teak costume box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9825", - "name": "Mahogany cos box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9826", - "name": "Oak armour case", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9827", - "name": "Teak armour case", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9828", - "name": "M'gany arm'r case", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9829", - "name": "Oak magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9830", - "name": "Carved oak magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9831", - "name": "Teak magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9832", - "name": "Carved teak magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9833", - "name": "Mahogany magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9834", - "name": "Gilded magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9835", - "name": "Marble magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9836", - "name": "Oak toy box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9837", - "name": "Teak toy box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9838", - "name": "Mahogany toy box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9839", - "name": "Oak treasure chest", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9840", - "name": "Teak treas' chest", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9841", - "name": "M'gany treas' chest", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9843", - "name": "Oak cape rack", - "examine": "A ready-to-assemble oak cape rack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9844", - "name": "Teak cape rack", - "examine": "A ready-to-assemble teak cape rack..", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9845", - "name": "M'gany cape rack", - "examine": "A ready-to-assemble mahogany cape rack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9846", - "name": "Gilded cape rack", - "examine": "A ready-to-assemble gilded mahogany rack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9847", - "name": "Marble cape rack", - "examine": "A ready-to-assemble marble cape rack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9848", - "name": "Magical cape rack", - "examine": "A ready-to-assemble magic cape rack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9849", - "name": "Oak toy box", - "examine": "A ready-to-assemble oak toy box.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9850", - "name": "Teak toy box", - "examine": "A ready-to-assemble teak toy box.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9851", - "name": "Mahogany toy box", - "examine": "A ready-to-assemble mahogany toy box.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9852", - "name": "Oak magic wardrobe", - "examine": "A ready-to-assemble oak magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9853", - "name": "Carved oak magic wardrobe", - "examine": "A ready-to-assemble oak magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9854", - "name": "Teak magic wardrobe", - "examine": "A ready-to-assemble teak magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9855", - "name": "Carved teak magic wardrobe", - "examine": "A ready-to-assemble carved teak magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9856", - "name": "Mahogany magic wardrobe", - "examine": "A ready-to-assemble mahogany magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9857", - "name": "Gilded magic wardrobe", - "examine": "A ready-to-assemble gilded mahogany magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9858", - "name": "Marble magic wardrobe", - "examine": "A ready-to-assemble marble magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9859", - "name": "Oak armour case", - "examine": "A ready-to-assemble oak armour case.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9860", - "name": "Teak armour case", - "examine": "A ready-to-assemble teak armour case.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9861", - "name": "M'gany arm'r case", - "examine": "A ready-to-assemble mahogany armour case.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9862", - "name": "Oak treasure chest", - "examine": "A ready-to-assemble oak treasure chest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9863", - "name": "Teak treas' chest", - "examine": "A ready-to-assemble teak treasure chest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9864", - "name": "M'gany treas' chest", - "examine": "A ready-to-assemble mahogany treasure chest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9865", - "name": "Oak costume box", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9866", - "name": "Teak costume box", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9867", - "name": "Mahogany cos box", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9868", - "name": "Oak cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9869", - "name": "Teak cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9870", - "name": "M'gany cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9871", - "name": "Gilded cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9872", - "name": "Marble cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9873", - "name": "Magical cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9874", - "name": "Oak toy box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9875", - "name": "Teak toy box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9876", - "name": "Mahogany toy box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9877", - "name": "Oak magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9878", - "name": "Carved oak magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9879", - "name": "Teak magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9880", - "name": "Carved teak magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9881", - "name": "Mahogany magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9882", - "name": "Gilded magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9883", - "name": "Marble magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9884", - "name": "Oak armour case", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9885", - "name": "Teak armour case", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9886", - "name": "M'gany arm'r case", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9887", - "name": "Oak treasure chest", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9888", - "name": "Teak treas' chest", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9889", - "name": "M'gany treas' chest", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9890", - "name": "Oak costume box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9891", - "name": "Teak costume box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9892", - "name": "Mahogany cos box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9901", - "name": "Goutweedy lump", - "examine": "A lump that at some point might have been a gout tuber.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9902", - "name": "Hardy gout tubers", - "examine": "A pile of gout tubers suitable for use in mountainous terrain.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9903", - "name": "Farming manual", - "examine": "Farmer Gricoller's Farming Manual.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "My Arm will probably have a spare copy.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9904", - "name": "Sailing book", - "examine": "A book for sailors.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9906", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9907", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9908", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9909", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9910", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9911", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9912", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9913", - "name": "White destabiliser", - "examine": "A white destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "9914", - "name": "Red destabiliser", - "examine": "A red destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5", - "tradeable": "false" - }, - { - "id": "9915", - "name": "Blue destabiliser", - "examine": "A blue destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "9916", - "name": "Green destabiliser", - "examine": "A green destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "9917", - "name": "Yellow destabiliser", - "examine": "A yellow destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "9918", - "name": "Black destabiliser", - "examine": "A black destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "9919", - "name": "Evil root", - "examine": "An angry-looking tree root.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9920", - "name": "Jack lantern mask", - "examine": "Better not light it!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Players may get another from Diango in Draynor Village.", - "durability": null, - "equip_audio": "3227", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "9921", - "name": "Skeleton boots", - "examine": "Skeleton feet.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "10", - "weight": "2" - }, - { - "id": "9922", - "name": "Skeleton gloves", - "examine": "Some skeletal gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "weight": "2" - }, - { - "id": "9923", - "name": "Skeleton leggings", - "examine": "Does my pelvis look big in this?", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "7", - "weight": "2" - }, - { - "id": "9924", - "name": "Skeleton shirt", - "examine": "The shirt of a fully body skeleton costume.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2" - }, - { - "id": "9925", - "name": "Skeleton mask", - "examine": "A scary skeleton mask.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "2" - }, - { - "id": "9932", - "name": "Auguste's sapling", - "examine": "This sapling is ready to be replanted in a tree patch.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to buy another one from Auguste on Entrana.", - "durability": null, - "shop_price": "30000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "9933", - "name": "Balloon structure", - "examine": "An incomplete origami balloon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "9934", - "name": "Origami balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9935", - "name": "Yellow balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9936", - "name": "Blue balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9937", - "name": "Red balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9938", - "name": "Orange balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9939", - "name": "Green balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9940", - "name": "Purple balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9941", - "name": "Pink balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9942", - "name": "Black balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9943", - "name": "Sandbag", - "examine": "A bag full of sand.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "9944", - "name": "Bomber jacket", - "examine": "For all your flying needs.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to visit Auguste on Entrana to get a new jacket.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "1" - }, - { - "id": "9945", - "name": "Bomber cap", - "examine": "The red baron would be jealous.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to visit Auguste on Entrana to get a new cap.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "9946", - "name": "Cap and goggles", - "examine": "For better flying vision.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true" - }, - { - "id": "9947", - "name": "Old red disk", - "examine": "A red coloured disk that's seen better days.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9948", - "name": "Hunter cape", - "examine": "The cape worn by master hunters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{21,99}", - "shop_price": "99000", - "weight": "0.4" - }, - { - "id": "9949", - "name": "Hunter cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{21,99}" - }, - { - "id": "9950", - "name": "Hunter hood", - "examine": "Hunter skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{21,99}", - "shop_price": "99000", - "weight": "0.4" - }, - { - "id": "9952", - "name": "Imp", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "9953", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9954", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9955", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9956", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9957", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9958", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9959", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9960", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9961", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9962", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9963", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9964", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9974", - "name": "Giant eagle", - "examine": "It appears to be protecting the nest.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9975", - "name": "Rabbit", - "examine": "Aww, how cute. ", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9977", - "name": "Red chinchompa", - "examine": "Even more volatile than its vegetarian counterpart.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,15,0,0", - "destroy": "true", - "durability": null, - "tradeable": "true" - }, - { - "id": "9978", - "name": "Raw bird meat", - "examine": "This certainly needs cooking!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "63", - "tradeable": "true", - "weight": "0.15" - }, - { - "id": "9979", - "name": "Raw bird meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9980", - "name": "Roast bird meat", - "examine": "A nicely roasted bird.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9981", - "name": "Roast bird meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9983", - "name": "Burnt bird meat", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9984", - "name": "Skewered bird meat", - "examine": "This certainly needs cooking!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "63", - "tradeable": "true", - "weight": "0.15" - }, - { - "id": "9985", - "name": "Skewered bird meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9986", - "name": "Raw beast meat", - "examine": "A slab of raw beast meat.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "9987", - "name": "Raw beast meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9988", - "name": "Roast beast meat", - "examine": "A delicious looking slab of roast beast.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "9989", - "name": "Roast beast meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9991", - "name": "Burnt beast meat", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9992", - "name": "Skewered beast", - "examine": "Beast meat on a spit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "3.5" - }, - { - "id": "9993", - "name": "Skewered beast", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9994", - "name": "Spicy tomato", - "examine": "A bowl of chopped tomatoes with an extra kick.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9995", - "name": "Spicy tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9996", - "name": "Spicy minced meat", - "examine": "A bowl of chopped beef with an extra kick.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9997", - "name": "Spicy minced meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9998", - "name": "Hunter potion(4)", - "examine": "4 doses of hunter potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9999", - "name": "Hunter potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10000", - "name": "Hunter potion(3)", - "examine": "3 doses of hunter potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10001", - "name": "Hunter potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10002", - "name": "Hunter potion(2)", - "examine": "2 doses of hunter potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10003", - "name": "Hunter potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10004", - "name": "Hunter potion(1)", - "examine": "1 dose of hunter potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10005", - "name": "Hunter potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10006", - "name": "Bird snare", - "examine": "A simple bird catcher./There's something caught in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10007", - "name": "Bird snare", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10008", - "name": "Box trap", - "examine": "If a creature goes inside, then the box should slam shut.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{21,27}", - "shop_price": "38", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10009", - "name": "Box trap", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10010", - "name": "Butterfly net", - "examine": "For catching butterflies...", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{21,15}", - "run_anim": "1210", - "shop_price": "24", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "10", - "weight": "0.2" - }, - { - "id": "10011", - "name": "Butterfly net", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10012", - "name": "Butterfly jar", - "examine": "It's got little holes at the top.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{21,15}", - "shop_price": "1", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10013", - "name": "Butterfly jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10014", - "name": "Black warlock", - "examine": "There's a black warlock butterfly in here.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10015", - "name": "Black warlock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10016", - "name": "Snowy knight", - "examine": "There's a snowy knight butterfly in here.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10017", - "name": "Snowy knight", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10018", - "name": "Sapphire glacialis", - "examine": "There's a sapphire glacialis butterfly in here.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10019", - "name": "Sapphire glacialis", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10020", - "name": "Ruby harvest", - "examine": "There's a ruby harvest butterfly in here.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10021", - "name": "Ruby harvest", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10023", - "name": "Falconer's glove", - "examine": "A very large, single leather glove", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "shop_price": "500", - "tradeable": "false", - "weight": "1.8" - }, - { - "id": "10024", - "name": "Falconer's glove", - "examine": "A very large, single leather glove", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "render_anim": "1283", - "run_anim": "5168", - "shop_price": "500", - "stand_anim": "5160", - "stand_turn_anim": "5161", - "tradeable": "false", - "turn180_anim": "5165", - "turn90ccw_anim": "5167", - "turn90cw_anim": "5166", - "walk_anim": "5164", - "weight": "1.8" - }, - { - "id": "10025", - "name": "Magic box", - "examine": "A magical catching box.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{21,71}", - "shop_price": "720", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10026", - "name": "Magic box", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10027", - "name": "Imp-in-a-box(2)", - "examine": "A full magical catching box.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "720", - "tradeable": "false", - "weight": "1" - }, - { - "id": "10028", - "name": "Imp-in-a-box(1)", - "examine": "A half-full magical catching box.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "720", - "tradeable": "false", - "weight": "1" - }, - { - "id": "10029", - "name": "Teasing stick", - "examine": "Reduces the risk of hand severage when poking large, vicious carnivores.", - "archery_ticket_price": "0", - "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{21,31}", - "shop_price": "1", - "tradeable": "true", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "10030", - "name": "Teasing stick", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10031", - "name": "Rabbit snare", - "examine": "The snare will tighten around animals passing through.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{21,27}", - "shop_price": "18", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10032", - "name": "Rabbit snare", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10033", - "name": "Chinchompa", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,45,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "20000", - "render_anim": "234", - "requirements": "{4,45}", - "run_anim": "3178", - "stand_anim": "3175", - "stand_turn_anim": "3177", - "turn180_anim": "3177", - "turn90ccw_anim": "3177", - "turn90cw_anim": "3177", - "walk_anim": "3177", - "weapon_interface": "19" - }, - { - "id": "10034", - "name": "Red chinchompa", - "examine": "Even more volatile than its vegetarian counterpart.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,0,0,15", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "20000", - "render_anim": "234", - "requirements": "{4,55}", - "run_anim": "3178", - "stand_anim": "3175", - "stand_turn_anim": "3177", - "tradeable": "true", - "turn180_anim": "3177", - "turn90ccw_anim": "3177", - "turn90cw_anim": "3177", - "walk_anim": "3177", - "weapon_interface": "19" - }, - { - "id": "10035", - "name": "Kyatt legs", - "examine": "These should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{21,52}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10036", - "name": "Kyatt legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10037", - "name": "Kyatt top", - "examine": "This should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{21,52}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10038", - "name": "Kyatt top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10039", - "name": "Kyatt hat", - "examine": "This should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{21,52}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10040", - "name": "Kyatt hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10041", - "name": "Larupia legs", - "examine": "This should make me harder to spot in woodland and jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{21,28}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10042", - "name": "Larupia legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10043", - "name": "Larupia top", - "examine": "This should make me harder to spot in woodland and jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{21,28}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10044", - "name": "Larupia top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10045", - "name": "Larupia hat", - "examine": "This should make me harder to spot in woodland and jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-1,4,5,3,0,4,5,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{21,28}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10046", - "name": "Larupia hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10047", - "name": "Graahk legs", - "examine": "These should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{21,38}", - "shop_price": "150", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10048", - "name": "Graahk legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10049", - "name": "Graahk top", - "examine": "This should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,15,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{21,38}", - "shop_price": "300", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10050", - "name": "Graahk top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10051", - "name": "Graahk headdress", - "examine": "This should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{21,38}", - "shop_price": "1", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10052", - "name": "Graahk headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10053", - "name": "Wood camo top", - "examine": "This should make me harder to spot in wooded areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10054", - "name": "Wood camo top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10055", - "name": "Wood camo legs", - "examine": "These should make me harder to spot in wooded areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10056", - "name": "Wood camo legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10057", - "name": "Jungle camo top", - "examine": "This should make me harder to spot in jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{21,4}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10058", - "name": "Jungle camo top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10059", - "name": "Jungle camo legs", - "examine": "These should make me harder to spot in jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{21,4}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10060", - "name": "Jungle camo legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10061", - "name": "Desert camo top", - "examine": "This should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{21,10}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10062", - "name": "Desert camo top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10063", - "name": "Desert camo legs", - "examine": "These should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{21,10}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10064", - "name": "Desert camo legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10065", - "name": "Polar camo top", - "examine": "This should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10066", - "name": "Polar camo top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10067", - "name": "Polar camo legs", - "examine": "These should make me harder to spot in polar areas", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10068", - "name": "Polar camo legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10069", - "name": "Spotted cape", - "examine": "A surprisingly aerodynamic cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "requirements": "{21,40}", - "tradeable": "true", - "weight": "-2.2" - }, - { - "id": "10070", - "name": "Spotted cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10071", - "name": "Spottier cape", - "examine": "A really surprisingly aerodynamic cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "requirements": "{21,66}", - "tradeable": "true", - "weight": "-4.5" - }, - { - "id": "10072", - "name": "Spottier cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10073", - "name": "Spotted cape", - "examine": "A surprisingly aerodynamic cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{21,40}", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10074", - "name": "Spottier cape", - "examine": "A really surprisingly aerodynamic cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{21,66}", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10075", - "name": "Gloves of silence", - "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{21,54}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10076", - "name": "Gloves of silence", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10077", - "name": "Spiky vambraces", - "examine": "Attack at your own risk.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10078", - "name": "Spiky vambraces", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10079", - "name": "Green spiky vambs", - "examine": "Made from 100% real dragonhide. Now with added spikiness.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,2,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{4,40}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10080", - "name": "Green spiky vambs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10081", - "name": "Blue spiky vambs", - "examine": "Made from 100% real dragonhide. Now with added spikiness.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,2,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{4,50}", - "tradeable": "true" - }, - { - "id": "10082", - "name": "Blue spiky vambs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10083", - "name": "Red spiky vambs", - "examine": "Vambraces made from 100% real dragonhide. Now with added spikes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,2,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{4,60}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10084", - "name": "Red spiky vambs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10085", - "name": "Black spiky vambs", - "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,2,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{4,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10086", - "name": "Black spiky vambs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10087", - "name": "Stripy feather", - "examine": "Attractive to other birds and hunters alike.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10088", - "name": "Red feather", - "examine": "A vivid red feather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "10089", - "name": "Blue feather", - "examine": "A cool blue feather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10090", - "name": "Yellow feather", - "examine": "A bright yellow feather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10091", - "name": "Orange feather", - "examine": "A fairly plain feather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "10093", - "name": "Tatty larupia fur", - "examine": "It's a shabby-looking larupia fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10094", - "name": "Tatty larupia fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10095", - "name": "Larupia fur", - "examine": "It's a perfect-looking larupia fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10096", - "name": "Larupia fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10097", - "name": "Tatty graahk fur", - "examine": "It's a shabby-looking graahk fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10098", - "name": "Tatty graahk fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10099", - "name": "Graahk fur", - "examine": "It's a perfect-looking graahk fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10100", - "name": "Graahk fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10101", - "name": "Tatty kyatt fur", - "examine": "It's a shabby-looking kyatt fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10102", - "name": "Tatty kyatt fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10103", - "name": "Kyatt fur", - "examine": "It's a perfect-looking kyatt fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "8000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10104", - "name": "Kyatt fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10105", - "name": "Kebbit spike", - "examine": "These bone spikes are both very tough and very sharp.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10106", - "name": "Kebbit spike", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10107", - "name": "Long kebbit spike", - "examine": "These bone spikes are both very tough and very sharp.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10108", - "name": "Long kebbit spike", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10109", - "name": "Kebbit teeth", - "examine": "A kebbit-sized set of dentures.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10110", - "name": "Kebbit teeth", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10111", - "name": "Kebbit teeth dust", - "examine": "Previously a kebbit-sized set of dentures.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10112", - "name": "Kebbit teeth dust", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10113", - "name": "Kebbit claws", - "examine": "More menacing when attached to the owner.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10114", - "name": "Kebbit claws", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10115", - "name": "Dark kebbit fur", - "examine": "Sleek, silent, and furry.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10116", - "name": "Dark kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10117", - "name": "Polar kebbit fur", - "examine": "A thick fur for a cold climate.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "175", - "shop_price": "12", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10118", - "name": "Polar kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "175", - "tradeable": "true" - }, - { - "id": "10119", - "name": "Feldip weasel fur", - "examine": "Not actually from a weasel, but it is, at least, furry.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10120", - "name": "Feldip weasel fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10121", - "name": "Common kebbit fur", - "examine": "Common fur from a common kebbit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10122", - "name": "Common kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10123", - "name": "Desert devil fur", - "examine": "Sandy coloured kebbit fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10124", - "name": "Desert devil fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10125", - "name": "Spotted kebbit fur", - "examine": "Maybe this is why people think furry dice make you go faster.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10126", - "name": "Spotted kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10127", - "name": "Dashing kebbit fur", - "examine": "Nature's equivalent of go-faster stripes.", - "archery_ticket_price": "0", + "examine": "Good if you have a bone crossbow!", + "grand_exchange_price": "12", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10128", - "name": "Dashing kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10129", - "name": "Barb-tail harpoon", - "examine": "A mighty Hunter weapon. One previous owner.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "9,4,-4,0,0,0,0,0,0,0,0,6,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{10,35}", - "tradeable": "true", - "weapon_interface": "5", - "weight": "1.3" - }, - { - "id": "10130", - "name": "Barb-tail harpoon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10132", - "name": "Strung rabbit foot", - "examine": "Not so lucky for the rabbit.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "requirements": "{21,24}", - "tradeable": "true" - }, - { - "id": "10133", - "name": "Strung rabbit foot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10134", - "name": "Rabbit foot", - "examine": "This could be put on a string and worn for luck.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10135", - "name": "Rabbit foot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10136", - "name": "Rainbow fish", - "examine": "Well, this would certainly add some colour to a meal.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "48", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10137", - "name": "Rainbow fish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "10138", - "name": "Raw rainbow fish", - "examine": "A colourful fish, attracted to colourful flies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", + "name": "Bone bolts", "tradeable": "true", - "weight": "5" - }, - { - "id": "10139", - "name": "Raw rainbow fish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "10141", - "name": "Burnt rainbow fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10142", - "name": "Guam tar", - "examine": "A thick, foul-smelling, tar-like substance with a green tinge", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{0,30}-{4,30}-{6,30}", - "tradeable": "true" - }, - { - "id": "10143", - "name": "Marrentill tar", - "examine": "A thick, foul-smelling, tar-like substance with an orange tinge.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{0,50}-{4,50}-{6,50}", - "tradeable": "true" - }, - { - "id": "10144", - "name": "Tarromin tar", - "examine": "A thick, foul-smelling, tar-like substance with a red tinge.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{0,60}-{4,60}-{6,60}", - "tradeable": "true" - }, - { - "id": "10145", - "name": "Harralander tar", - "examine": "A dark, thick, foul-smelling, tar-like substance.", "archery_ticket_price": "0", + "id": "8882", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{0,70}-{4,70}-{6,70}", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "10146", - "name": "Orange salamander", - "examine": "Slightly slimy, but kind of cute.", - "archery_ticket_price": "0", - "attack_audios": "740,735,736,0", - "attack_speed": "5", - "bonuses": "0,19,0,0,29,0,0,0,0,0,0,31,0,0,0", - "destroy": "true", + "examine": "See article", "durability": null, - "equip_audio": "732", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "render_anim": "1277", - "requirements": "{0,50}-{4,50}-{6,50}", - "run_anim": "824", - "shop_price": "127", - "stand_anim": "5246", - "stand_turn_anim": "823", + "name": "Zanik", + "archery_ticket_price": "0", + "id": "8887" + }, + { + "bankable": "false", + "examine": "Lovely money!", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "8890" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "durability": null, + "name": "Cave horror", + "archery_ticket_price": "0", + "id": "8900" + }, + { + "requirements": "{1,20}-{2,10}", + "ge_buy_limit": "10", + "examine": "A magic cave horror mask.", + "durability": null, + "rare_item": "true", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "989400", + "name": "Black mask (10)", "tradeable": "true", - "turn180_anim": "5245", - "turn90ccw_anim": "5245", - "turn90cw_anim": "5245", - "two_handed": "true", - "walk_anim": "5245", - "weapon_interface": "21", - "weight": "4" + "archery_ticket_price": "0", + "id": "8901", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" }, { - "id": "10147", - "name": "Red salamander", - "examine": "Slightly slimy but certainly striking.", - "archery_ticket_price": "0", - "attack_audios": "740,735,736,0", - "attack_speed": "5", - "bonuses": "0,37,0,0,47,0,0,0,0,0,0,49,0,0,0", - "destroy": "true", + "ge_buy_limit": "10", + "grand_exchange_price": "989400", "durability": null, - "equip_audio": "732", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "render_anim": "1277", - "requirements": "{0,60}-{4,60}-{6,60}", - "run_anim": "824", - "shop_price": "190", - "stand_anim": "5246", - "stand_turn_anim": "823", + "name": "Black mask (10)", "tradeable": "true", - "turn180_anim": "5245", - "turn90ccw_anim": "5245", - "turn90cw_anim": "5245", - "two_handed": "true", - "walk_anim": "5245", - "weapon_interface": "21", - "weight": "4" + "archery_ticket_price": "0", + "id": "8902" }, { - "id": "10148", - "name": "Black salamander", - "examine": "Slightly slimy and somewhat menacing.", - "archery_ticket_price": "0", - "attack_audios": "740,735,736,0", - "attack_speed": "5", - "bonuses": "0,59,0,0,69,0,0,0,0,0,0,71,0,0,0", - "destroy": "true", + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", "durability": null, - "equip_audio": "732", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "render_anim": "1277", - "requirements": "{0,70}-{4,70}-{6,70}", - "run_anim": "824", - "stand_anim": "5246", - "stand_turn_anim": "823", + "name": "Black mask (9)", "tradeable": "true", - "turn180_anim": "5245", - "turn90ccw_anim": "5245", - "turn90cw_anim": "5245", - "two_handed": "true", - "walk_anim": "5245", - "weapon_interface": "21", - "weight": "4" - }, - { - "id": "10149", - "name": "Swamp lizard", - "examine": "A very slimy and generally disgusting green lizard.", + "weight": "10", "archery_ticket_price": "0", - "attack_audios": "740,735,736,0", - "attack_speed": "5", - "bonuses": "0,10,0,0,20,0,0,0,0,0,0,22,0,0,0", - "destroy": "true", - "durability": null, - "equip_audio": "732", - "equipment_slot": "3", - "ge_buy_limit": "2000", - "render_anim": "1277", - "requirements": "{0,30}-{4,30}-{6,30}", - "run_anim": "824", - "stand_anim": "5246", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "5245", - "turn90ccw_anim": "5245", - "turn90cw_anim": "5245", - "two_handed": "true", - "walk_anim": "5245", - "weapon_interface": "21", - "weight": "4" - }, - { - "id": "10150", - "name": "Noose wand", - "examine": "A noose on a stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1279", - "run_anim": "5253", - "shop_price": "4", - "stand_anim": "5254", - "stand_turn_anim": "5252", - "tradeable": "true", - "turn180_anim": "5251", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "5250", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "10151", - "name": "Noose wand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10156", - "name": "Hunters' crossbow", - "examine": "A weapon made of bone and wood.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "175", - "requirements": "{4,50}", - "run_anim": "4228", - "shop_price": "1300", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "5" - }, - { - "id": "10157", - "name": "Hunters' crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10158", - "name": "Kebbit bolts", - "examine": "Bolts made from the spikes of a prickly kebbit.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,50}", - "tradeable": "true" - }, - { - "id": "10159", - "name": "Long kebbit bolts", - "examine": "Bolts made from the spikes of a razor-backed kebbit.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,38", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,50}", - "tradeable": "true" - }, - { - "id": "10160", - "name": "Orange salamander", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10161", - "name": "Red salamander", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10162", - "name": "Black salamander", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10163", - "name": "Swamp lizard", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10167", - "name": "Eagle feather", - "examine": "Probably a bit too big for fly fishing.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10171", - "name": "Eagle cape", - "examine": "A cape made from giant eagle feathers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1", - "weight": "0.2" - }, - { - "id": "10172", - "name": "Fake beak", - "examine": "A cheaply made fake beak.", - "archery_ticket_price": "0", - "durability": null, + "id": "8903", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", "equipment_slot": "0" }, { - "id": "10173", - "name": "Bird book", - "examine": "The title reads 'William Oddity's Guide to the Avian.", + "durability": null, + "name": "Black mask (9)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null + "id": "8904" }, { - "id": "10174", - "name": "Metal feather", - "examine": "A small feather made out of some sort of metal. The detail is exquisite.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another metal feather from the camp", + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", "durability": null, - "tradeable": "false" + "name": "Black mask (8)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8905", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" }, { - "id": "10176", - "name": "Silver feather", - "examine": "An intricate feather crafted from a silver-coloured metal of some sort.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another by inspecting the opening", "durability": null, + "name": "Black mask (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8906" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (7)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8907", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8908" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (6)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8909", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8910" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (5)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8911", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8912" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (4)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8913", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8914" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (3)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8915", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8916" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (2)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8917", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8918" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (1)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8919", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8920" + }, + { + "requirements": "{1,20}-{2,10}", + "ge_buy_limit": "10", + "examine": "An inert-seeming cave horror mask.", + "grand_exchange_price": "956100", + "durability": null, + "name": "Black mask", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8921", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "956100", + "durability": null, + "name": "Black mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8922" + }, + { + "requirements": "{18,35}", + "shop_price": "900", + "examine": "A stick on a string... pure style.", + "durability": null, + "name": "Witchwood icon", + "archery_ticket_price": "0", + "id": "8923", + "bonuses": "0,0,0,1,0,0,0,0,0,0,0,0,1,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "examine": "A white bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8924", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A red bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8925", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A blue bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8926", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A brown bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8927", + "equipment_slot": "0" + }, + { + "examine": "A pirate hat and a patch for the right eye.", + "durability": null, + "name": "Hat and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8928", + "equipment_slot": "0" + }, + { + "shop_price": "800", + "examine": "Tied together so they don't come apart.", + "durability": null, + "name": "Crabclaw and hook", + "weight": "1", + "archery_ticket_price": "0", + "id": "8929", + "bonuses": "0,0,0,0,0,3,5,3,0,0,0,1,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Crude wooden pipe section.", + "durability": null, + "name": "Pipe section", + "weight": "1", + "archery_ticket_price": "0", + "id": "8930" + }, + { + "durability": null, + "name": "Pipe section", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8931" + }, + { + "examine": "Repairs made with this will be patchy at best.", + "durability": null, + "name": "Lumber patch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8932" + }, + { + "durability": null, + "name": "Lumber patch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8933" + }, + { + "examine": "Slimy logs from the scrapey tree.", + "durability": null, + "name": "Scrapey tree logs", + "archery_ticket_price": "0", + "id": "8934" + }, + { + "durability": null, + "name": "Scrapey tree logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8935" + }, + { + "examine": "Very blue.", + "durability": null, + "name": "Blue flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8936" + }, + { + "durability": null, + "name": "Blue flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8937" + }, + { + "examine": "Very red.", + "durability": null, + "name": "Red flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8938" + }, + { + "durability": null, + "name": "Red flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8939" + }, + { + "examine": "Bluuuuuuuue Monkeeeeeeey!", + "durability": null, + "name": "Blue monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8943" + }, + { + "examine": "Bluuuuuuuue Monkeeeeeeey!", + "durability": null, + "name": "Blue monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8944" + }, + { + "examine": "Bluuuuuuuue Monkeeeeeeey!", + "durability": null, + "name": "Blue monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8945" + }, + { + "examine": "A well red monkey.", + "durability": null, + "name": "Red monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8946" + }, + { + "examine": "A well red monkey.", + "durability": null, + "name": "Red monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8947" + }, + { + "examine": "A well red monkey.", + "durability": null, + "name": "Red monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8948" + }, + { + "remove_head": "true", + "examine": "Essential pirate wear.", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8949", + "equipment_slot": "0" + }, + { + "examine": "Shiver me timbers!", + "grand_exchange_price": "83200", + "durability": null, + "name": "Pirate hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8950", + "equipment_slot": "0" + }, + { + "examine": "Piratical currency.", + "durability": null, + "name": "Pieces of eight", + "archery_ticket_price": "0", + "id": "8951" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Blue naval shirt", "tradeable": "false", - "weight": "1" - }, - { - "id": "10177", - "name": "Bronze feather", - "examine": "An intricate feather crafted from a bronze-coloured metal of some sort.", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "You can get another by taking from pedestal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10178", - "name": "Odd bird seed", - "examine": "\"It looks like bird seed, but it's not quite right somehow.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10179", - "name": "Feathered journal", - "examine": "There's a feather glued to the front. \"Property of Arthur Artimus\".", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10180", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10181", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10182", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10183", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10184", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10185", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10186", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10187", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10188", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10189", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10190", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10191", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10192", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10193", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10194", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10195", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10196", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10197", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10198", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10199", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10200", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10201", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10202", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10203", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10204", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10205", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10206", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10207", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10208", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10209", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10210", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10211", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10212", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10213", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10214", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10215", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10216", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10217", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10218", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10219", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10220", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10221", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10222", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10223", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10224", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10225", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10226", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10227", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10228", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10229", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10230", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10231", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10232", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10233", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10234", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10235", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10236", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10237", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10238", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10239", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10240", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10241", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10242", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10243", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10244", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10245", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10246", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10247", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10248", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10249", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10250", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10251", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10252", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10253", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10254", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10255", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10256", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10257", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10258", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10259", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10260", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10261", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10262", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10263", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10264", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10265", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10266", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10267", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10268", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10269", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10270", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10271", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10272", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10273", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10274", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10275", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10276", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10277", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10278", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10279", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10280", - "name": "Willow comp bow", - "examine": "A powerful bow made from willow.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "lendable": "true", - "render_anim": "28", - "requirements": "{4,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "10281", - "name": "Willow comp bow", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "8952", + "equipment_slot": "4" }, { - "id": "10282", - "name": "Yew comp bow", - "examine": "A powerful bow made from yew wood.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "lendable": "true", - "render_anim": "28", - "requirements": "{4,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "10283", - "name": "Yew comp bow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10284", - "name": "Magic comp bow", - "examine": "A powerful bow made from magic wood.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{4,50}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "16", - "weight": "1.3" - }, - { - "id": "10285", - "name": "Magic comp bow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10286", - "name": "Rune helm (h1)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true" - }, - { - "id": "10287", - "name": "Rune helm (h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10288", - "name": "Rune helm (h2)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10289", - "name": "Rune helm (h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10290", - "name": "Rune helm (h3)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "10291", - "name": "Rune helm (h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10292", - "name": "Rune helm (h4)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10293", - "name": "Rune helm (h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10294", - "name": "Rune helm (h5)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10295", - "name": "Rune helm (h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10296", - "name": "Adamant helm (h1)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10297", - "name": "Adamant helm (h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10298", - "name": "Adamant helm (h2)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10299", - "name": "Adamant helm (h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10300", - "name": "Adamant helm (h3)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10301", - "name": "Adamant helm (h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10302", - "name": "Adamant helm (h4)", - "examine": "An Adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10303", - "name": "Adamant helm (h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10304", - "name": "Adamant helm (h5)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10305", - "name": "Adamant helm (h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10306", - "name": "Black helm (h1)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10307", - "name": "Black helm (h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10308", - "name": "Black helm (h2)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10309", - "name": "Black helm (h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10310", - "name": "Black helm (h3)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10311", - "name": "Black helm (h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10312", - "name": "Black helm (h4)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10313", - "name": "Black helm (h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10314", - "name": "Black helm (h5)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10315", - "name": "Black helm (h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10316", - "name": "Bob shirt", - "examine": "Bob says: 'Never give your password out to anyone.'", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10317", - "name": "Bob shirt", - "archery_ticket_price": "0", + "shop_price": "100", + "examine": "...You can sail the seven seas...", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10318", - "name": "Bob shirt", - "examine": "Bob says: 'Always check the second trade screen.'", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10319", - "name": "Bob shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10320", - "name": "Bob shirt", - "examine": "Bob says: 'Never trade in the wilderness!'", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10321", - "name": "Bob shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10322", - "name": "Bob shirt", - "examine": "Bob says: 'A bank pin will keep your items secure.'", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10323", - "name": "Bob shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10324", - "name": "Bob shirt", - "examine": "Bob says: 'Keep your computer keylogger free and virus scanned.'", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10325", - "name": "Bob shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10326", - "name": "Purple firelighter", - "examine": "Makes firelighting a lot easier.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10327", - "name": "White firelighter", - "examine": "Makes firelighting a lot easier.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10328", - "name": "White logs", - "examine": "A number of chemical covered wooden logs.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10329", - "name": "Purple logs", - "examine": "A number of chemical covered wooden logs.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10330", - "name": "3rd age range top", - "examine": "Ancient range protection crafted from white dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,45}-{4,65}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "10331", - "name": "3rd age range top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10332", - "name": "3rd age range legs", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,45}-{4,65}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "10333", - "name": "3rd age range legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10334", - "name": "3rd age range coif", - "examine": "Ancient range protection crafted from white dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "5000", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,45}-{4,65}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10335", - "name": "3rd age range coif", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10336", - "name": "3rd age vambraces", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,9,0,5,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,45}-{4,65}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10337", - "name": "3rd age vambraces", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10338", - "name": "3rd age robe top", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,30}-{6,65}", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "10339", - "name": "3rd age robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10340", - "name": "3rd age robe", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,30}-{6,65}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10341", - "name": "3rd age robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10342", - "name": "3rd age mage hat", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,30}-{6,65}", - "tradeable": "true" - }, - { - "id": "10343", - "name": "3rd age mage hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10344", - "name": "3rd age amulet", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,30}-{6,65}", - "tradeable": "true" - }, - { - "id": "10345", - "name": "3rd age amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10346", - "name": "3rd age platelegs", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10347", - "name": "3rd age platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10348", - "name": "3rd age platebody", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0", - "durability": null, - "equip_audio": "2234", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "10349", - "name": "3rd age platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10350", - "name": "3rd age full helmet", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10351", - "name": "3rd age full helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10352", - "name": "3rd age kiteshield", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10353", - "name": "3rd age kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10354", - "name": "Amulet of glory(t4)", - "examine": "A dragonstone amulet with 4 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10355", - "name": "Amulet of glory(t4)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10356", - "name": "Amulet of glory(t3)", - "examine": "A dragonstone amulet with 3 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "10357", - "name": "Amulet of glory(t3)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10358", - "name": "Amulet of glory(t2)", - "examine": "A dragonstone amulet with 2 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "10359", - "name": "Amulet of glory(t2)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10360", - "name": "Amulet of glory(t1)", - "examine": "A dragonstone amulet with 1 magic charge.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "10361", - "name": "Amulet of glory(t1)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10362", - "name": "Amulet of glory(t)", - "examine": "A very powerful dragonstone amulet with a nice trim.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10363", - "name": "Amulet of glory(t)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10364", - "name": "Strength amulet(t)", - "examine": "An enchanted ruby amulet with a nice trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10365", - "name": "Strength amulet(t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10366", - "name": "Amulet of magic(t)", - "examine": "An enchanted sapphire amulet of magic.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10367", - "name": "Amulet of magic(t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10368", - "name": "Zamorak bracers", - "examine": "Zamorak blessed dragonhide vambraces.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10369", - "name": "Zamorak bracers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10370", - "name": "Zamorak d'hide", - "examine": "Zamorak blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "10371", - "name": "Zamorak d'hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10372", - "name": "Zamorak chaps", - "examine": "Zamorak blessed dragonhide chaps.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "10373", - "name": "Zamorak chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10374", - "name": "Zamorak coif", - "examine": "Zamorak blessed dragonhide coif.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "tradeable": "true" - }, - { - "id": "10375", - "name": "Zamorak coif", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10376", - "name": "Guthix bracers", - "examine": "Guthix blessed dragonhide vambraces.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10377", - "name": "Guthix bracers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10378", - "name": "Guthix dragonhide", - "examine": "Guthix blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "13", - "tradeable": "true", - "weight": "6" - }, - { - "id": "10379", - "name": "Guthix dragonhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10380", - "name": "Guthix chaps", - "examine": "Guthix blessed dragonhide chaps.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "10381", - "name": "Guthix chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10382", - "name": "Guthix coif", - "examine": "Guthix blessed dragonhide coif.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "0.85" - }, - { - "id": "10383", - "name": "Guthix coif", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10384", - "name": "Saradomin bracers", - "examine": "Saradomin blessed dragonhide vambraces.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10385", - "name": "Saradomin bracers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10386", - "name": "Saradomin d'hide", - "examine": "Saradomin blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0", + "name": "Green naval shirt", + "tradeable": "false", "destroy": "true", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", + "archery_ticket_price": "0", + "id": "8953", + "equipment_slot": "4" + }, + { "remove_sleeves": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "13000", - "tradeable": "true", - "weight": "6" + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Red naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8954", + "equipment_slot": "4" }, { - "id": "10387", - "name": "Saradomin d'hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10388", - "name": "Saradomin chaps", - "examine": "Saradomin blessed dragonhide chaps.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true" - }, - { - "id": "10389", - "name": "Saradomin chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10390", - "name": "Saradomin coif", - "examine": "Saradomin blessed dragonhide coif.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "tradeable": "true" - }, - { - "id": "10391", - "name": "Saradomin coif", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10392", - "name": "A powdered wig", - "examine": "A big 'do about nothing.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10393", - "name": "A powdered wig", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10394", - "name": "Flared trousers", - "examine": "These'll help me stay alive.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10395", - "name": "Flared trousers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10396", - "name": "Pantaloons", - "examine": "Alas, someone has slashed my pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10397", - "name": "Pantaloons", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10398", - "name": "Sleeping cap", - "examine": "A cap for wearing whil...zzzzzzzzz", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10399", - "name": "Sleeping cap", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10400", - "name": "Black ele' shirt", - "examine": "A well made elegant mans' black shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Brown naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8955", + "equipment_slot": "4" }, { - "id": "10401", - "name": "Black ele' shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10402", - "name": "Black ele' legs", - "examine": "A rather elegant black pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10403", - "name": "Black ele' legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10404", - "name": "Red ele' shirt", - "examine": "A well made elegant men's red shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Black naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8956", + "equipment_slot": "4" }, { - "id": "10405", - "name": "Red ele' shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10406", - "name": "Red ele' legs", - "examine": "A rather elegant red pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10407", - "name": "Red ele' legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10408", - "name": "Blue ele' shirt", - "examine": "A well made elegant mans' blue shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Purple naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8957", + "equipment_slot": "4" }, { - "id": "10409", - "name": "Blue ele' shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10410", - "name": "Blue ele' legs", - "examine": "A rather elegant pair of men's blue pantaloons", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10411", - "name": "Blue ele' legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10412", - "name": "Green ele' shirt", - "examine": "A well made elegant men's green shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Grey naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8958", + "equipment_slot": "4" }, { - "id": "10413", - "name": "Green ele' shirt", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Blue tricorn hat", + "archery_ticket_price": "0", + "id": "8959", + "equipment_slot": "0" }, { - "id": "10414", - "name": "Green ele' legs", - "examine": "A rather elegant green pair of men's pantaloons.", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" + "name": "Green tricorn hat", + "archery_ticket_price": "0", + "id": "8960", + "equipment_slot": "0" }, { - "id": "10415", - "name": "Green ele' legs", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Red tricorn hat", + "archery_ticket_price": "0", + "id": "8961", + "equipment_slot": "0" }, { - "id": "10416", - "name": "Purple ele' shirt", - "examine": "A well made elegant men's purple shirt.", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "name": "Brown tricorn hat", + "archery_ticket_price": "0", + "id": "8962", + "equipment_slot": "0" }, { - "id": "10417", - "name": "Purple ele' shirt", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Black tricorn hat", + "archery_ticket_price": "0", + "id": "8963", + "equipment_slot": "0" }, { - "id": "10418", - "name": "Purple ele' legs", - "examine": "A rather elegant purple pair of pantaloons.", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" + "name": "Purple tricorn hat", + "archery_ticket_price": "0", + "id": "8964", + "equipment_slot": "0" }, { - "id": "10419", - "name": "Purple ele' legs", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Grey tricorn hat", + "archery_ticket_price": "0", + "id": "8965", + "equipment_slot": "0" }, { - "id": "10420", - "name": "White ele' blouse", - "examine": "A well made ladies' elegant white blouse.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10421", - "name": "White ele' blouse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10422", - "name": "White ele' skirt", - "examine": "A rather elegant white skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10423", - "name": "White ele' skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10424", - "name": "Red ele' blouse", - "examine": "A well made elegant ladies' red blouse.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10425", - "name": "Red ele' blouse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10426", - "name": "Red ele' skirt", - "examine": "A rather elegant Red skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10427", - "name": "Red ele' skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10428", - "name": "Blue ele' blouse", - "examine": "A well made ladies' elegant blue blouse.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10429", - "name": "Blue ele' blouse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10430", - "name": "Blue ele' skirt", - "examine": "A rather elegant blue skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10431", - "name": "Blue ele' skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10432", - "name": "Green ele' blouse", - "examine": "A well made ladies' elegant green blouse.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10433", - "name": "Green ele' blouse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10434", - "name": "Green ele' skirt", - "examine": "A rather elegant green skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10435", - "name": "Green ele' skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10436", - "name": "Purple ele' blouse", - "examine": "A well made elegant ladies' purple blouse.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10437", - "name": "Purple ele' blouse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10438", - "name": "Purple ele' skirt", - "examine": "A rather elegant purple skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10439", - "name": "Purple ele' skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10440", - "name": "Saradomin crozier", - "examine": "A Saradomin crozier.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", - "defence_anim": "420", + "shop_price": "200", + "turn90cw_anim": "1424", + "examine": "The flag of The Cutthroat.", + "walk_anim": "1422", "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", "equipment_slot": "3", - "ge_buy_limit": "2", - "render_anim": "28", - "requirements": "{5,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" + "stand_anim": "1421", + "name": "Cutthroat flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8966", + "stand_turn_anim": "1426" }, { - "id": "10441", - "name": "Saradomin crozier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10442", - "name": "Guthix crozier", - "examine": "A Guthix crozier.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", - "defence_anim": "420", + "shop_price": "200", + "turn90cw_anim": "1424", + "examine": "The flag of The Guilded Smile.", + "walk_anim": "1422", "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "attack_speed": "2", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", "equipment_slot": "3", - "ge_buy_limit": "2", - "render_anim": "28", - "requirements": "{5,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" + "stand_anim": "1421", + "name": "Guilded smile flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8967", + "stand_turn_anim": "1426" }, { - "id": "10443", - "name": "Guthix crozier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10444", - "name": "Zamorak crozier", - "examine": "A Zamorak crozier.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", - "defence_anim": "420", + "shop_price": "300", + "turn90cw_anim": "1424", + "examine": "The flag of The Bronze Fist.", + "walk_anim": "1422", "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", "equipment_slot": "3", - "ge_buy_limit": "2", - "render_anim": "28", - "requirements": "{5,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", + "stand_anim": "1421", + "name": "Bronze fist flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8968", + "stand_turn_anim": "1426" + }, + { + "shop_price": "400", + "turn90cw_anim": "1424", + "examine": "The flag of The Lucky Shot.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Lucky shot flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8969", + "stand_turn_anim": "1426" + }, + { + "shop_price": "500", + "turn90cw_anim": "1424", + "examine": "The flag of The Treasure Trove.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Treasure flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8970", + "stand_turn_anim": "1426" + }, + { + "shop_price": "600", + "turn90cw_anim": "1424", + "examine": "The flag of The Phasmatys Pride.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Phasmatys flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8971", + "stand_turn_anim": "1426" + }, + { + "examine": "A Bowl of red water.", + "durability": null, + "name": "Bowl of red water", "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" + "archery_ticket_price": "0", + "id": "8972" }, { - "id": "10445", - "name": "Zamorak crozier", - "archery_ticket_price": "0", - "attack_anims": "", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10446", - "name": "Saradomin cloak", - "examine": "A Saradomin cloak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "2", - "requirements": "{5,40}", + "name": "Bowl of red water", "tradeable": "true", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "8973" }, { - "id": "10447", - "name": "Saradomin cloak", - "archery_ticket_price": "0", + "examine": "A Bowl of blue water.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10448", - "name": "Guthix cloak", - "examine": "A Guthix cloak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "2", - "requirements": "{5,40}", + "name": "Bowl of blue water", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "8974" }, { - "id": "10449", - "name": "Guthix cloak", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10450", - "name": "Zamorak cloak", - "examine": "A Zamorak cloak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "2", - "requirements": "{5,40}", + "name": "Bowl of blue water", "tradeable": "true", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "8975" }, { - "id": "10451", - "name": "Zamorak cloak", - "archery_ticket_price": "0", + "examine": "Monkeys seem to like throwing these.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Bitternut", + "archery_ticket_price": "0", + "id": "8976" }, { - "id": "10452", - "name": "Saradomin mitre", - "examine": "A Saradomin mitre.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", + "examine": "Greasy bark from the scrapey tree.", "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{5,40}-{6,40}", - "tradeable": "true" + "name": "Scrapey bark", + "weight": "1.1", + "archery_ticket_price": "0", + "id": "8977" }, { - "id": "10453", - "name": "Saradomin mitre", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10454", - "name": "Guthix mitre", - "examine": "A Guthix mitre.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{5,40}-{6,40}", - "tradeable": "true" - }, - { - "id": "10455", - "name": "Guthix mitre", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10456", - "name": "Zamorak mitre", - "examine": "A Zamorak mitre.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{5,40}-{6,40}", + "name": "Scrapey bark", "tradeable": "true", - "weight": "0.3" + "archery_ticket_price": "0", + "id": "8978" }, { - "id": "10457", - "name": "Zamorak mitre", - "archery_ticket_price": "0", + "examine": "Caution; not for use over troubled water.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10458", - "name": "Saradomin robe top", - "examine": "Blessed vestments of Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{5,20}", - "tradeable": "true" - }, - { - "id": "10459", - "name": "Saradomin robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10460", - "name": "Zamorak robe top", - "examine": "Zamorak Vestments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{5,20}", + "name": "Bridge section", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "8979" }, { - "id": "10461", - "name": "Zamorak robe top", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10462", - "name": "Guthix robe top", - "examine": "Blessed vestments of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{5,20}", + "name": "Bridge section", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "8980" }, { - "id": "10463", - "name": "Guthix robe top", - "archery_ticket_price": "0", + "examine": "Better than sea slugs.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Sweetgrubs", + "archery_ticket_price": "0", + "id": "8981" }, { - "id": "10464", - "name": "Saradomin robe legs", - "examine": "Leggings from the Saradomin Vestments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{5,20}", - "tradeable": "true" - }, - { - "id": "10465", - "name": "Saradomin robe legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10466", - "name": "Guthix robe legs", - "examine": "Leggings from the Guthix Vestments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{5,20}", + "name": "Sweetgrubs", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "8982" }, { - "id": "10467", - "name": "Guthix robe legs", - "archery_ticket_price": "0", + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10468", - "name": "Zamorak robe legs", - "examine": "Legs of the Zamorak Vestments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{5,20}", + "name": "Bucket", "tradeable": "true", - "weight": "2.7" + "weight": "1", + "archery_ticket_price": "0", + "id": "8986" }, { - "id": "10469", - "name": "Zamorak robe legs", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10470", - "name": "Saradomin stole", - "examine": "A Saradomin stole.", + "name": "Torch", "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "2", - "requirements": "{5,60}", - "tradeable": "true" - }, - { - "id": "10471", - "name": "Saradomin stole", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10472", - "name": "Guthix stole", - "examine": "A blessed stole.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "2", - "requirements": "{5,60}", - "tradeable": "true" - }, - { - "id": "10473", - "name": "Guthix stole", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10474", - "name": "Zamorak stole", - "examine": "A Zamorak stole.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "2", - "requirements": "{5,60}", - "tradeable": "true" - }, - { - "id": "10475", - "name": "Zamorak stole", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10476", - "name": "Purple sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "10485", - "name": "Scroll", - "archery_ticket_price": "0", - "durability": null, + "id": "8987", "equipment_slot": "3" }, { - "id": "10486", - "name": "Empty sack", - "examine": "An empty sack.", - "archery_ticket_price": "0", + "shop_price": "5", + "examine": "Apparently good for brewing.", "durability": null, - "shop_price": "1", + "name": "The stuff", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "8988" + }, + { + "examine": "A how-to of brewing and arson.", + "durability": null, + "name": "Brewin' guide", + "archery_ticket_price": "0", + "id": "8989" + }, + { + "examine": "A how-to of brewing and arson.", + "durability": null, + "name": "Brewin' guide", + "archery_ticket_price": "0", + "id": "8990" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Blue navy slacks", + "archery_ticket_price": "0", + "id": "8991", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Green navy slacks", + "archery_ticket_price": "0", + "id": "8992", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Red navy slacks", + "archery_ticket_price": "0", + "id": "8993", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Brown navy slacks", + "archery_ticket_price": "0", + "id": "8994", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Black navy slacks", + "archery_ticket_price": "0", + "id": "8995", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Purple navy slacks", + "archery_ticket_price": "0", + "id": "8996", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Grey navy slacks", + "archery_ticket_price": "0", + "id": "8997", + "equipment_slot": "7" + }, + { + "durability": null, + "name": "Bandana and eyepatch", "tradeable": "true", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "8998" }, { - "id": "10487", - "name": "Undead chicken", - "examine": "Yup, definitely a chicken...an undead chicken.", - "archery_ticket_price": "0", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", "durability": null, - "equip_audio": "3277", - "equipment_slot": "3", - "render_anim": "1171", - "run_anim": "824", - "stand_anim": "5363", - "stand_turn_anim": "823", - "turn180_anim": "5438", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "5364", - "weapon_interface": "12" - }, - { - "id": "10488", - "name": "Selected iron", - "examine": "An iron bar supplied by an insane old crone.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Witch in Draynor supplies these bars.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "10489", - "name": "Bar magnet", - "examine": "A magnet designed for undead chicken use.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another magnet using special bars. The Witch in Draynor supplies these bars.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10490", - "name": "Undead twigs", - "examine": "Were they trying to escape just then?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can chop more wood from undead trees using my blessed axe.", - "durability": null, - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "10491", - "name": "Blessed axe", - "examine": "It radiates purity but can still lop off heads.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,2,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "render_anim": "2586", - "tradeable": "false", - "weapon_interface": "2", - "weight": "1.1" - }, - { - "id": "10492", - "name": "Research notes", - "examine": "These make no sense at all.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10493", - "name": "Translated notes", - "examine": "They still make no sense, but look more meaningful now.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10494", - "name": "A pattern", - "examine": "Attach tab A to button B then fold along line C...", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10495", - "name": "A container", - "examine": "A desirable residence for discerning, undead chickens.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10496", - "name": "Polished buttons", - "examine": "Shiny!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10498", - "name": "Ava's attractor", - "examine": "A bagged chicken ready to serve you, magnet in claw.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,2,0,0,0,2,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "I can buy a replacement from Ava in Draynor Manor; she will charge me 999 coins for this service.", - "durability": null, - "equip_audio": "3284", - "equipment_slot": "1", - "shop_price": "999", - "tradeable": "false", - "weight": "4.5" - }, - { - "id": "10499", - "name": "Ava's accumulator", - "examine": "A superior bagged chicken ready to serve you, magnet in claw.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower", - "durability": null, - "equip_audio": "3284", - "equipment_slot": "1", - "shop_price": "999", - "tradeable": "false", - "weight": "4.5" - }, - { - "id": "10500", - "name": "Crone-made amulet", - "examine": "Allows the ghost farmer to talk to Alice - a breakthrough!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain a replacement for this from the crone who lives west of the Port Phasmatys farm.", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "5" - }, - { - "id": "10501", - "name": "Snowball", - "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,1", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "18" - }, - { - "id": "10506", - "name": "Gublinch shards", - "examine": "A gublinch frozen and crumbled into shards.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "10" - }, - { - "id": "10507", - "name": "Reindeer hat", - "examine": "A reindeer hat and a matching flashing nose.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it. this item", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false", - "weight": "2" - }, - { - "id": "10508", - "name": "Wintumber tree", - "examine": "A wintumber tree for your player-owned house.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "tradeable": "false", - "weight": "10" - }, - { - "id": "10509", - "name": "Snowball", - "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "10510", - "name": "Snowball", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "10511", - "name": "Zanaris choir", - "examine": "They're going to sing to you!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10513", - "name": "Crackers", - "examine": "Some dry crackers.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Unknown You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10514", - "name": "Tofu", - "examine": "A block of tofu.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10515", - "name": "Worms", - "examine": "Some meaty worms.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10516", - "name": "Attacker horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10517", - "name": "Attacker horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10518", - "name": "Attacker horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10519", - "name": "Attacker horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10520", - "name": "Attacker horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10521", - "name": "Collection bag", - "examine": "A very small/small/medium-sized/large/very large collection bag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10522", - "name": "Collection bag", - "examine": "A very small/small/medium-sized/large/very large collection bag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10523", - "name": "Collection bag", - "examine": "A very small/small/medium-sized/large/very large collection bag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10524", - "name": "Collection bag", - "examine": "A very small/small/medium-sized/large/very large collection bag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10525", - "name": "Collection bag", - "examine": "A very small/small/medium-sized/large/very large collection bag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10526", - "name": "Healer horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10527", - "name": "Healer horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10528", - "name": "Healer horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10529", - "name": "Healer horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10530", - "name": "Healer horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10531", - "name": "Green egg", - "examine": "Used to poison your enemies!", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10532", - "name": "Red egg", - "examine": "Will explode when fired.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10533", - "name": "Blue egg", - "examine": "Stun your foes!", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10534", - "name": "Yellow egg", - "examine": "A yellow egg; it needs passing to the Healer to be poisoned!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10535", - "name": "Poisoned egg", - "examine": "A poisoned yellow egg; pass it to the Attacker for spikes to be added!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10536", - "name": "Spiked/pois. egg", - "examine": "A poisoned, spiky egg; pass to the defender for heating!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10537", - "name": "Omega egg", - "examine": "A heated, poisoned, spiky egg; pass to the Collector for loading.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10538", - "name": "Defender horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10539", - "name": "Poisoned tofu", - "examine": "Some poisoned tofu.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10540", - "name": "Poisoned worms", - "examine": "Some poisoned worms.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10541", - "name": "Poisoned meat", - "examine": "A poisoned leg of meat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10542", - "name": "Healing vial(4)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10543", - "name": "Healing vial(3)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10544", - "name": "Healing vial(2)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10545", - "name": "Healing vial(1)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10546", - "name": "Healing vial", - "examine": "A full healing vial.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10547", - "name": "Healer hat", - "examine": "A Penance Healer hat.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,7,-5,6,8,10,8,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", - "shop_price": "275", - "weight": "2" - }, - { - "id": "10548", - "name": "Fighter hat", - "examine": "A Penance Fighter hat.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "5,5,5,-7,-7,30,32,28,-3,28,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", - "shop_price": "275", - "weight": "2" - }, - { - "id": "10549", - "name": "Runner hat", - "examine": "A Penance Runner hat.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,40}", - "shop_price": "275", - "weight": "1" - }, - { - "id": "10550", - "name": "Ranger hat", - "examine": "A Penance ranger hat.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,40}", - "shop_price": "275", - "weight": "2" - }, - { - "id": "10551", - "name": "Fighter torso", - "examine": "Penance Fighter torso armour.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,0,66,85,62,-6,67,40,4,0,0,0", - "destroy": "true", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,40}", - "shop_price": "375", - "tradeable": "false", - "weight": "4" - }, - { - "id": "10552", - "name": "Runner boots", - "examine": "Boots made from a Penance Runner.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0", - "durability": null, - "equipment_slot": "10", - "requirements": "{1,40}", - "shop_price": "100" - }, - { - "id": "10553", - "name": "Penance gloves", - "examine": "These gloves seem unbelievably light!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,40}", - "shop_price": "150", - "weight": "-7" - }, - { - "id": "10554", - "name": "Penance gloves", - "examine": "These gloves seem unbelievably light!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,40}", - "shop_price": "150", - "weight": "0.3" - }, - { - "id": "10555", - "name": "Penance skirt", - "examine": "A skirt made from the skin of a Penance Ranger.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,16,26,21,28,19,27,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,40}", - "shop_price": "375", - "weight": "3" - }, - { - "id": "10556", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "10557", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "10558", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "10559", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "10560", - "name": "Collector horn", - "examine": "A horn for communication with your team members.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10562", - "name": "Queen help book", - "examine": "A book about the Barbarian Assault Queen.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will have to ask Captain Cain for another.", - "durability": null, - "shop_price": "160", - "tradeable": "false" - }, - { - "id": "10564", - "name": "Granite body", - "examine": "Provides excellent protection.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,50}-{2,50}", - "shop_price": "95000", + "name": "Bandana and eyepatch", "tradeable": "true", - "weight": "22.6" + "archery_ticket_price": "0", + "id": "8999" }, { - "id": "10565", - "name": "Granite body", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9000" }, { - "id": "10566", - "name": "Fire cape", - "examine": "A cape of fire.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0", "durability": null, - "equipment_slot": "1", + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9001" + }, + { + "durability": null, + "name": "Hat and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9002" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "WARNING: Contains information which could make your account secure!", + "grand_exchange_price": "100", + "durability": null, + "name": "Security book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9003" + }, + { + "ge_buy_limit": "100", + "examine": "Information regarding the Stronghold of Security.", + "grand_exchange_price": "16", + "durability": null, + "name": "Stronghold notes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9004" + }, + { + "destroy_message": "You can get another pair of Fancy Boots from the Stronghold of Security", + "examine": "Very nice boots from the Stronghold of Security.", + "durability": null, + "name": "Fancy boots", "tradeable": "false", - "weight": "1.8" - }, - { - "id": "10567", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10568", - "name": "Picture", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10569", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10570", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10571", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10572", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10573", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10574", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10575", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10576", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10577", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10578", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10579", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10580", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10581", - "name": "Keris", - "examine": "(Normal) A mystical-feeling dagger. (Poisoned) The twisted blade is covered with a nasty poison.", - "archery_ticket_price": "0", - "attack_anims": "376,376,377,376", - "attack_speed": "4", - "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", - "defence_anim": "378", - "destroy": "true", - "destroy_message": "You can obtain another from Osman. You will then need to poison it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "2584", - "tradeable": "false", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "10582", - "name": "Keris(p)", - "archery_ticket_price": "0", - "attack_anims": "376,376,377,376", - "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", - "defence_anim": "378", - "destroy_message": "You can obtain another from Osman. You will then need to poison it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" - }, - { - "id": "10583", - "name": "Keris(p+)", - "archery_ticket_price": "0", - "attack_anims": "376,376,377,376", - "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", - "defence_anim": "378", - "destroy_message": "You can obtain another from Osman. You will then need to poison it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" - }, - { - "id": "10584", - "name": "Keris(p++)", - "archery_ticket_price": "0", - "attack_anims": "376,376,377,376", - "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", - "defence_anim": "378", - "destroy_message": "You can obtain another from Osman. You will then need to poison it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" - }, - { - "id": "10586", - "name": "Combat lamp", - "examine": "A mystical lamp, engraved with scenes of carnage.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain a replacement lamp from the high priest in Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10587", - "name": "Tarn's diary", - "examine": "Tarn Razorlor's diary.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I got this diary in Tarn's Lair, perhaps I can get another one there.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10588", - "name": "Salve amulet(e)", - "examine": "Increases the wearer's Strength and Attack by 20% when fighting the undead.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0", - "durability": null, - "equipment_slot": "2", - "weight": "1" - }, - { - "id": "10589", - "name": "Granite helm", - "examine": "A stone helmet.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,50}-{2,50}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "10590", - "name": "Granite helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "10591", - "name": "Terror dog", - "examine": "A terrifying dog beast.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "10592", - "name": "Penguin bongos", - "examine": "Small drums.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another with tanned leather and a mahogany plank.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10593", - "name": "Cowbells", - "examine": "Every song needs a cowbell.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "2" - }, - { - "id": "10594", - "name": "Clockwork book", - "examine": "A book about clockwork mechanisms.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "10595", - "name": "Clockwork suit", - "examine": "A clockwork penguin suit.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "10596", - "name": "Clockwork suit", - "examine": "A clockwork penguin suit.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "10600", - "name": "Kgp id card", - "examine": "So you can be a penguin too!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Noodle to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10601", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10602", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10603", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10604", - "name": "Skeletal helm", - "examine": "Make your foes cower by wearing a skull as a helmet!", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-2,10,9,11,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "10605", - "name": "Infinity top", - "examine": "Mystical robes.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "10606", - "name": "Splitbark helm", - "examine": "A wooden helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "10607", - "name": "Ghostly boots", - "examine": "They seem to be not quite of this world...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, + "id": "9005", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", + "equip_audio": "2237", "equipment_slot": "10" }, { - "id": "10608", - "name": "Moonclan hat", - "examine": "A mystical hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", + "destroy_message": "You can get another pair of Fighting Boots from the Stronghold of Security.", + "examine": "Very nice boots from the Stronghold of Security.", "durability": null, - "equipment_slot": "0", - "shop_price": "1000", - "weight": "1" - }, - { - "id": "10609", - "name": "Lunar helm", - "examine": "A mystical helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,8,7,10,2,0,0,0,0,0,0", + "name": "Fighting boots", + "tradeable": "false", "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", + "archery_ticket_price": "0", + "id": "9006", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "Ooooh spooky!", "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15000", + "name": "Right skull half", "tradeable": "false", - "weight": "0.9" + "weight": "1", + "archery_ticket_price": "0", + "id": "9007" }, { - "id": "10610", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "examine": "Ooooh spooky!", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "10611", - "name": "Void knight top", - "examine": "Torso armour from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "250", + "name": "Left skull half", "tradeable": "false", - "weight": "6.5" + "destroy": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "9008" }, { - "id": "10612", - "name": "Rogue mask", - "examine": "Black banded leather armour, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0", + "examine": "Seems to be for use with a staff or sceptre of some sort.", "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "weight": "0.5" + "name": "Strange skull", + "tradeable": "false", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "9009" }, { - "id": "10613", - "name": "Rock-shell helm", - "examine": "Protective headwear made from crabs. Better than it sounds.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", + "examine": "Top half of a broken sceptre.", "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,40}", + "name": "Top of sceptre", + "tradeable": "false", + "weight": "2", + "archery_ticket_price": "0", + "id": "9010" + }, + { + "examine": "Bottom half of a broken sceptre.", + "durability": null, + "name": "Bottom of sceptre", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "9011" + }, + { + "examine": "Sceptre with runes on it, seems to be missing something.", + "durability": null, + "name": "Runed sceptre", + "tradeable": "false", + "weight": "3.5", + "archery_ticket_price": "0", + "id": "9012" + }, + { + "turn90cw_anim": "1207", + "examine": "A fragile magical Sceptre.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "3", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can obtain another Sceptre by collecting all four pieces from the Stronghold of Security.", + "stand_anim": "813", + "name": "Skull sceptre", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9013", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "durability": null, + "name": "Security book", "tradeable": "true", - "weight": "2.7" + "archery_ticket_price": "0", + "id": "9014" }, { - "id": "10614", - "name": "Spined helm", - "examine": "A helm fit for any Fremennik ranger.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,0,0,0,0,0", "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", + "name": "Stronghold notes", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "9015" }, { - "id": "10615", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", + "examine": "Oversized nail clippings.", "durability": null, - "equipment_slot": "0", + "name": "Gorak claws", + "archery_ticket_price": "0", + "id": "9016" + }, + { + "examine": "A flower with magical properties.", + "durability": null, + "name": "Star flower", + "archery_ticket_price": "0", + "id": "9017" + }, + { + "examine": "Ground-down gorak claws.", + "durability": null, + "name": "Gorak claw powder", + "weight": "1", + "archery_ticket_price": "0", + "id": "9018" + }, + { + "examine": "Contains the Fairy Queen's magical essence.", + "durability": null, + "name": "Queen's secateurs", + "archery_ticket_price": "0", + "id": "9020", + "equipment_slot": "3" + }, + { + "destroy_message": "Maybe I can find another in Fairy Nuff's grotto.", + "examine": "A scroll that says she's a healer, that's Fairy Nuff.", + "durability": null, + "name": "Nuff's certificate", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9025" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 50 coins for this.", + "grand_exchange_price": "187", + "durability": null, + "name": "Ivory comb", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "9026" }, { - "id": "10616", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "187", "durability": null, - "equipment_slot": "0", + "name": "Ivory comb", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "9027" }, { - "id": "10617", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.", + "grand_exchange_price": "513", "durability": null, - "equipment_slot": "0", + "name": "Golden scarab", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "9028" }, { - "id": "10618", - "name": "White platebody", - "examine": "Provides excellent protection.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,1,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "513", "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "3840", + "name": "Golden scarab", "tradeable": "true", - "weight": "9.9" + "archery_ticket_price": "0", + "id": "9029" }, { - "id": "10619", - "name": "Initiate hauberk", - "examine": "An initiate Temple Knight's Armour.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,0,0,6,0,0", + "ge_buy_limit": "100", + "examine": "Little ornament in the shape of a scarab.", + "grand_exchange_price": "168", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10000", + "name": "Stone scarab", "tradeable": "true", - "weight": "8" + "weight": "0.07", + "archery_ticket_price": "0", + "id": "9030" }, { - "id": "10620", - "name": "Proselyte hauberk", - "examine": "A Proselyte Temple Knight's armour.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,8,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "168", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "12000", + "name": "Stone scarab", "tradeable": "true", - "weight": "8.6" + "archery_ticket_price": "0", + "id": "9031" }, { - "id": "10621", - "name": "Mourner top", - "examine": "A thick heavy leather top.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "examine": "A small pottery scarab.", + "grand_exchange_price": "74", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "10622", - "name": "Kyatt top", - "examine": "This should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Pottery scarab", "tradeable": "true", - "weight": "0.2" + "weight": "1", + "archery_ticket_price": "0", + "id": "9032" }, { - "id": "10623", - "name": "Larupia top", - "examine": "This should make me harder to spot in woodland and jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "74", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Pottery scarab", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "9033" }, { - "id": "10624", - "name": "Graahk top", - "examine": "This should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "examine": "A small golden statuette.", + "grand_exchange_price": "740", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "300", + "name": "Golden statuette", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "9034" }, { - "id": "10625", - "name": "Wood camo top", - "examine": "This should make me harder to spot in wooded areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "740", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Golden statuette", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "9035" }, { - "id": "10626", - "name": "Jungle camo top", - "examine": "This should make me harder to spot in jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "examine": "A small pottery statuette.", + "grand_exchange_price": "97", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Pottery statuette", "tradeable": "true", - "weight": "0.2" + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9036" }, { - "id": "10627", - "name": "Desert camo top", - "examine": "This should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "97", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Pottery statuette", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "9037" }, { - "id": "10628", - "name": "Polar camo top", - "examine": "This should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "examine": "A small stone statuette.", + "grand_exchange_price": "193", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Stone statuette", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "9038" }, { - "id": "10629", - "name": "Mime mask", - "examine": "A mime would wear this.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "193", "durability": null, + "name": "Stone statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9039" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Arena will give me 750 coins for this.", + "grand_exchange_price": "379", + "durability": null, + "name": "Gold seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9040" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "379", + "durability": null, + "name": "Gold seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9041" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 150 coins for this.", + "grand_exchange_price": "147", + "durability": null, + "name": "Stone seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9042" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Stone seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9043" + }, + { + "requirements": "{0,30}-{6,30}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "This sceptre is fully charged.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1000000", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9044", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9045" + }, + { + "requirements": "{0,30}-{6,30}", + "turn90cw_anim": "1207", + "examine": "This sceptre has two charges left.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9046", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9047" + }, + { + "requirements": "{0,30}-{6,30}", + "turn90cw_anim": "1207", + "examine": "This sceptre has one charge left.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9048", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9049" + }, + { + "requirements": "{0,30}-{6,30}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "This sceptre has no charges left.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "985800", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9050", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "985800", + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9051" + }, + { + "ge_buy_limit": "1000", + "examine": "Delicious and nutritious. Well, nutritious anyway.", + "grand_exchange_price": "68", + "durability": null, + "name": "Locust meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9052" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "68", + "durability": null, + "name": "Locust meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9053" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Red goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9054", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Black goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9055", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Yellow goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9056", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Green goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9057", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Purple goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9058", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Pink goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9059", + "equipment_slot": "4" + }, + { + "examine": "A mystical lantern casting a green beam.", + "durability": null, + "name": "Emerald lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "9064" + }, + { + "examine": "A mystical lantern casting a green beam.", + "durability": null, + "name": "Emerald lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "9065", + "equipment_slot": "5" + }, + { + "examine": "A roughly circular disc of glass.", + "durability": null, + "name": "Emerald lens", + "archery_ticket_price": "0", + "id": "9066" + }, + { + "examine": "A log of my thoughts...", + "durability": null, + "name": "Dream log", + "weight": "1", + "archery_ticket_price": "0", + "id": "9067" + }, + { + "shop_price": "1000", + "examine": "Mystical headgear.", + "durability": null, + "name": "Moonclan helm", + "archery_ticket_price": "0", + "id": "9068", + "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", "equipment_slot": "0" }, { - "id": "10630", - "name": "Princess blouse", - "examine": "Very posh!", - "archery_ticket_price": "0", + "shop_price": "1000", + "examine": "A mystical hat.", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2" + "name": "Moonclan hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "9069", + "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", + "equipment_slot": "0" }, { - "id": "10631", - "name": "Zombie shirt", - "examine": "Aside from the braaaains on the lapel, it's still quite good.", - "archery_ticket_price": "0", + "remove_sleeves": "true", + "shop_price": "1000", + "examine": "Provides good protection.", "durability": null, + "name": "Moonclan armour", + "weight": "4", + "archery_ticket_price": "0", + "id": "9070", + "bonuses": "0,0,0,5,-10,5,5,5,5,-10,5,0,0,0,0", "equipment_slot": "4" }, { - "id": "10632", - "name": "Camo top", - "examine": "Examine what?", - "archery_ticket_price": "0", + "shop_price": "1000", + "examine": "This should protect my legs.", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.7" + "name": "Moonclan skirt", + "weight": "3", + "archery_ticket_price": "0", + "id": "9071", + "bonuses": "0,0,0,5,-7,5,5,5,5,-7,0,0,0,0,0", + "equipment_slot": "7" }, { - "id": "10633", - "name": "Lederhosen top", - "examine": "A leather strapped top.", - "archery_ticket_price": "0", + "shop_price": "900", + "examine": "These should keep my hands safe.", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.2" + "name": "Moonclan gloves", + "archery_ticket_price": "0", + "id": "9072", + "bonuses": "0,0,0,2,-5,2,2,2,2,-5,2,0,0,0,0", + "equipment_slot": "9" }, { - "id": "10634", - "name": "Shade robe", - "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "shop_price": "900", + "examine": "Groovy foot protection.", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2" + "name": "Moonclan boots", + "archery_ticket_price": "0", + "id": "9073", + "bonuses": "0,0,0,2,-5,2,2,2,2,-5,0,0,0,0,0", + "equipment_slot": "10" }, { - "id": "10635", - "name": "Cape of legends", - "examine": "The cape worn by members of the Legends Guild.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0", + "shop_price": "200", + "examine": "A mystical cape.", "durability": null, - "equipment_slot": "1", - "shop_price": "450", + "name": "Moonclan cape", + "archery_ticket_price": "0", + "id": "9074", + "bonuses": "0,0,0,2,-2,0,1,1,2,-2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "220", + "ge_buy_limit": "25000", + "examine": "Used for Lunar Spells", + "grand_exchange_price": "231", + "durability": null, + "name": "Astral rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9075" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This needs refining", + "durability": null, + "name": "Lunar ore", + "weight": "7", + "archery_ticket_price": "0", + "id": "9076" + }, + { + "destroy_message": "You'll have to mine another lunar ore and smelt it.", + "examine": "It's a bar of magic metal.", + "durability": null, + "name": "Lunar bar", "tradeable": "false", - "weight": "1.8" + "destroy": "true", + "archery_ticket_price": "0", + "id": "9077" }, { - "id": "10636", - "name": "Obsidian cape", - "examine": "A cape woven of obsidian plates.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "examine": "A book of Moonclan history.", "durability": null, + "name": "Moonclan manual", + "weight": "1", + "archery_ticket_price": "0", + "id": "9078" + }, + { + "examine": "The tooth, the whole tooth, and nothing but the tooth.", + "durability": null, + "name": "Suqah tooth", + "archery_ticket_price": "0", + "id": "9079" + }, + { + "examine": "An untanned piece of suqah hide.", + "durability": null, + "name": "Suqah hide", + "archery_ticket_price": "0", + "id": "9080" + }, + { + "examine": "A piece of Suqah hide that has been expertly tanned into leather.", + "durability": null, + "name": "Suqah leather", + "weight": "3", + "archery_ticket_price": "0", + "id": "9081" + }, + { + "examine": "A ground Suqah tooth.", + "durability": null, + "name": "Ground tooth", + "archery_ticket_price": "0", + "id": "9082" + }, + { + "destroy_message": "Brundt the Chieftain will probably have another lying around somewhere anyway...", + "examine": "A seal of passage issued by Brundt the Chieftain of the Fremennik.", + "durability": null, + "name": "Seal of passage", + "tradeable": "false", + "destroy": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "9083", + "equipment_slot": "2" + }, + { + "turn90cw_anim": "1207", + "examine": "A Moonclan staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "stand_anim": "813", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9084", + "stand_turn_anim": "1209", + "bonuses": "3,2,16,13,0,2,3,2,13,1,0,15,3,0,0", + "requirements": "{6,65}", + "shop_price": "30000", + "durability": null, + "destroy": "true", + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff" + }, + { + "destroy_message": "You'll have to get another from the Oneiromancer.", + "examine": "A vessel for holding liquid.", + "durability": null, + "name": "Empty vial", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9085" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "10", + "examine": "A glass vial containing water.", + "grand_exchange_price": "21", + "durability": null, + "name": "Vial of water", + "tradeable": "true", + "weight": "0.02", + "archery_ticket_price": "0", + "id": "9086" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel for dreaming while awake!", + "durability": null, + "name": "Waking sleep vial", + "archery_ticket_price": "0", + "id": "9087" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel with water and Guam inside.", + "durability": null, + "name": "Guam vial", + "archery_ticket_price": "0", + "id": "9088" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel with water and Marrentill inside.", + "durability": null, + "name": "Marr vial", + "archery_ticket_price": "0", + "id": "9089" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel with water, guam and marrentill inside.", + "durability": null, + "name": "Guam-marr vial", + "archery_ticket_price": "0", + "id": "9090" + }, + { + "requirements": "{6,65}", + "turn90cw_anim": "1207", + "examine": "A staff enchanted by air.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff - pt1", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9091", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "requirements": "{6,65}", + "turn90cw_anim": "1207", + "examine": "A staff enchanted by air and fire.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff - pt2", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9092", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "requirements": "{6,65}", + "turn90cw_anim": "1207", + "examine": "A staff enchanted by air, fire and water.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff - pt3", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9093", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "examine": "Small bits of wood from the first magic tree!", + "durability": null, + "name": "Kindling", + "archery_ticket_price": "0", + "id": "9094" + }, + { + "examine": "Magic wood soaked with a potion of waking sleep. Groovy.", + "durability": null, + "name": "Soaked kindling", + "archery_ticket_price": "0", + "id": "9095" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{6,65}", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9096", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "120000", + "examine": "Provides good protection.", + "durability": null, + "destroy": "true", + "weight": "4.5", + "absorb": "6,3,0", + "equipment_slot": "4", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "remove_sleeves": "true", + "name": "Lunar torso", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9097", + "bonuses": "0,0,0,10,-10,34,22,40,12,0,35,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "80000", + "examine": "These should protect my legs.", + "durability": null, + "destroy": "true", + "weight": "3.65", + "absorb": "4,2,0", + "equipment_slot": "7", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar legs", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9098", + "bonuses": "0,0,0,7,-7,20,19,23,9,0,20,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "10000", + "examine": "These should keep my hands safe.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "equipment_slot": "9", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9099", + "bonuses": "0,0,0,4,-1,2,1,1,2,0,1,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "10000", + "examine": "Mystical foot protection.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "equipment_slot": "10", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar boots", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9100", + "bonuses": "0,0,0,2,-1,1,2,2,2,0,2,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "12000", + "examine": "Oooo pretty!", + "durability": null, + "destroy": "true", + "weight": "0.4", "equipment_slot": "1", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar cape", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9101", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "destroy_message": "The Oneiromancer might be able to help you get another.", + "requirements": "{1,40}-{6,65}", + "shop_price": "4000", + "examine": "Awesome.", + "durability": null, + "name": "Lunar amulet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9102", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "destroy_message": "The Oneiromancer might be able to help you get another.", + "examine": "I'll be the talk of the town with this... maybe.", + "durability": null, + "name": "A special tiara", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9103" + }, + { + "destroy_message": "The Oneiromancer might be able to help you get another.", + "requirements": "{1,40}-{6,65}", + "shop_price": "2000", + "examine": "A mysterious ring that can fill the wearer with magical power.", + "durability": null, + "name": "Lunar ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9104", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Astral tiara", + "archery_ticket_price": "0", + "id": "9106", + "equipment_slot": "0" + }, + { + "requirements": "{4,16}", + "examine": "Blurite crossbow bolts.", + "durability": null, + "name": "Blurite bolts", + "archery_ticket_price": "0", + "id": "9139", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "41", + "durability": null, + "name": "Iron bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9140", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "shop_price": "150", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "90", + "durability": null, + "name": "Steel bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9141", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "108", + "durability": null, + "name": "Mithril bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9142", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Adamantite crossbow bolts.", + "grand_exchange_price": "210", + "durability": null, + "name": "Adamant bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9143", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "627", + "durability": null, + "name": "Rune bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9144", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "8", + "durability": null, + "name": "Silver bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9145", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A bronze crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "29", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9174", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,0", + "shop_price": "92", + "durability": null, + "weight": "4", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Bronze crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "29", + "durability": null, + "name": "Bronze crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9175" + }, + { + "requirements": "{4,16}", + "turn90cw_anim": "821", + "examine": "A blurite crossbow.", + "walk_anim": "4226", + "durability": null, + "weight": "4", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Blurite crossbow", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9176", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,30,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "An iron crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "20", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9177", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,26}", + "shop_price": "157", + "durability": null, + "weight": "4", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Iron crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "20", + "durability": null, + "name": "Iron crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9178" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A steel crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "99", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9179", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,54,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,31}", + "durability": null, + "weight": "5", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Steel crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "99", + "durability": null, + "name": "Steel crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9180" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A mithril crossbow", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "355", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9181", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,66,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,36}", + "durability": null, + "weight": "6", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Mith crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "355", + "durability": null, + "name": "Mith crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9182" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "An adamantite crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "905", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9183", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,78,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,46}", + "shop_price": "2244", + "durability": null, + "weight": "6", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Adamant crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "905", + "durability": null, + "name": "Adamant crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9184" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A runite crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "9706", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9185", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,61}", + "shop_price": "16200", + "durability": null, + "weight": "6", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", "lendable": "true", - "shop_price": "90000", - "tradeable": "true", - "weight": "1.8" + "attack_audios": "2700,0,0,0", + "name": "Rune crossbow" }, { - "id": "10637", - "name": "Fire cape", - "examine": "A cape of fire.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,11,11,11,11,11,0,4,2,0,0", + "ge_buy_limit": "500", + "grand_exchange_price": "9706", "durability": null, - "equipment_slot": "1", + "name": "Rune crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9186" + }, + { + "ge_buy_limit": "10000", + "examine": "Jade bolt tips.", + "grand_exchange_price": "2", + "durability": null, + "name": "Jade bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9187" + }, + { + "ge_buy_limit": "10000", + "examine": "Red Topaz bolt tips.", + "grand_exchange_price": "2", + "durability": null, + "name": "Topaz bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9188" + }, + { + "ge_buy_limit": "10000", + "examine": "Sapphire bolt tips.", + "grand_exchange_price": "4", + "durability": null, + "name": "Sapphire bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9189" + }, + { + "ge_buy_limit": "10000", + "examine": "Emerald bolt tips.", + "grand_exchange_price": "84", + "durability": null, + "name": "Emerald bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9190" + }, + { + "ge_buy_limit": "10000", + "examine": "Ruby bolt tips.", + "grand_exchange_price": "159", + "durability": null, + "name": "Ruby bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9191" + }, + { + "ge_buy_limit": "10000", + "examine": "Diamond bolt tips.", + "grand_exchange_price": "1289", + "durability": null, + "name": "Diamond bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9192" + }, + { + "ge_buy_limit": "10000", + "examine": "Dragonstone bolt tips.", + "grand_exchange_price": "2477", + "durability": null, + "name": "Dragon bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9193" + }, + { + "shop_price": "13500", + "ge_buy_limit": "10000", + "examine": "Onyx bolt tips.", + "grand_exchange_price": "8096", + "tokkul_price": "1500", + "durability": null, + "name": "Onyx bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9194" + }, + { + "ge_buy_limit": "25000", + "examine": "Enchanted Opal tipped Bronze Crossbow Bolts.", + "grand_exchange_price": "10", + "durability": null, + "name": "Opal bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9236", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", + "equipment_slot": "13" + }, + { + "requirements": "{4,15}", + "examine": "Enchanted Jade tipped Blurite Crossbow Bolts.", + "durability": null, + "name": "Jade bolts (e)", + "archery_ticket_price": "0", + "id": "9237", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "ge_buy_limit": "25000", + "examine": "Enchanted Pearl tipped Iron Crossbow Bolts.", + "grand_exchange_price": "36", + "durability": null, + "name": "Pearl bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9238", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "25000", + "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.", + "grand_exchange_price": "44", + "durability": null, + "name": "Topaz bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9239", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "103", + "ge_buy_limit": "25000", + "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.", + "grand_exchange_price": "95", + "durability": null, + "name": "Sapphire bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9240", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.", + "grand_exchange_price": "304", + "durability": null, + "name": "Emerald bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9241", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.", + "grand_exchange_price": "450", + "durability": null, + "name": "Ruby bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9242", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", + "grand_exchange_price": "1631", + "durability": null, + "name": "Diamond bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9243", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.", + "grand_exchange_price": "3217", + "durability": null, + "name": "Dragon bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9244", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Enchanted Onyx tipped runite Crossbow Bolts.", + "grand_exchange_price": "8870", + "durability": null, + "name": "Onyx bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9245", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "durability": null, + "name": "Blurite bolts(p)", + "archery_ticket_price": "0", + "id": "9286", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "88", + "durability": null, + "name": "Iron bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9287", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "132", + "durability": null, + "name": "Steel bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9288", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "146", + "durability": null, + "name": "Mithril bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9289", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Adamantite crossbow bolts.", + "grand_exchange_price": "302", + "durability": null, + "name": "Adamant bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9290", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "734", + "durability": null, + "name": "Runite bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9291", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "34", + "durability": null, + "name": "Silver bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9292", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "durability": null, + "name": "Blurite bolts(p+)", + "archery_ticket_price": "0", + "id": "9293", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "185", + "durability": null, + "name": "Iron bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9294", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "215", + "durability": null, + "name": "Steel bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9295", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "296", + "durability": null, + "name": "Mithril bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9296", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "10000", + "grand_exchange_price": "472", + "durability": null, + "name": "Adamant bolts(p+)", + "archery_ticket_price": "0", + "id": "9297", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "1130", + "durability": null, + "name": "Runite bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9298", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "129", + "durability": null, + "name": "Silver bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9299", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "durability": null, + "name": "Blurite bolts(p++)", + "archery_ticket_price": "0", + "id": "9300", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "1136", + "durability": null, + "name": "Iron bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9301", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "1088", + "durability": null, + "name": "Steel bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9302", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "903", + "durability": null, + "name": "Mithril bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9303", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "10000", + "grand_exchange_price": "1043", + "durability": null, + "name": "Adamant bolts(p++)", + "archery_ticket_price": "0", + "id": "9304", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "1581", + "durability": null, + "name": "Runite bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9305", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "1211", + "durability": null, + "name": "Silver bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9306", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "examine": "Jade tipped blurite bolts.", + "durability": null, + "name": "Jade bolts", + "archery_ticket_price": "0", + "id": "9335", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "shop_price": "62", + "ge_buy_limit": "25000", + "examine": "Red Topaz tipped Steel Crossbow Bolts.", + "grand_exchange_price": "60", + "durability": null, + "name": "Topaz bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9336", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Sapphire tipped Mithril crossbow bolts.", + "grand_exchange_price": "89", + "durability": null, + "name": "Sapphire bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9337", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Emerald tipped Mithril crossbow bolts.", + "grand_exchange_price": "177", + "durability": null, + "name": "Emerald bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9338", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Ruby tipped Adamantite crossbow bolts.", + "grand_exchange_price": "408", + "durability": null, + "name": "Ruby bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9339", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Diamond tipped Adamantite crossbow bolts.", + "grand_exchange_price": "1545", + "durability": null, + "name": "Diamond bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9340", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Dragonstone tipped Runite crossbow bolts.", + "grand_exchange_price": "3201", + "durability": null, + "name": "Dragon bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9341", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Onyx tipped Runite crossbow bolts.", + "grand_exchange_price": "8752", + "durability": null, + "name": "Onyx bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9342", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120", + "equipment_slot": "13" + }, + { + "shop_price": "1", + "ge_buy_limit": "10000", + "examine": "Unfeathered bronze crossbow bolts.", + "grand_exchange_price": "3", + "durability": null, + "name": "Bronze bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9375" + }, + { + "examine": "Unfeathered blurite crossbow bolts.", + "durability": null, + "name": "Blurite bolts (unf)", + "archery_ticket_price": "0", + "id": "9376" + }, + { + "shop_price": "2", + "ge_buy_limit": "10000", + "examine": "Unfeathered iron crossbow bolts.", + "grand_exchange_price": "14", + "durability": null, + "name": "Iron bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9377" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered steel crossbow bolts.", + "grand_exchange_price": "61", + "durability": null, + "name": "Steel bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9378" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered mithril crossbow bolts.", + "grand_exchange_price": "115", + "durability": null, + "name": "Mithril bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9379" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered adamantite crossbow bolts.", + "grand_exchange_price": "266", + "durability": null, + "name": "Adamant bolts(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9380" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered runite crossbow bolts", + "grand_exchange_price": "1235", + "durability": null, + "name": "Runite bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9381" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered silver crossbow bolts.", + "grand_exchange_price": "2", + "durability": null, + "name": "Silver bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9382" + }, + { + "examine": "A mithril grapple tipped bolt with a rope.", + "grand_exchange_price": "1447", + "durability": null, + "name": "Grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9415" + }, + { + "ge_buy_limit": "100", + "examine": "A mithril grapple tip.", + "grand_exchange_price": "461", + "durability": null, + "name": "Mith grapple tip", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9416" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "461", + "durability": null, + "name": "Mith grapple tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9417" + }, + { + "ge_buy_limit": "1000", + "examine": "A mithril grapple tipped bolt with a rope.", + "grand_exchange_price": "858", + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9418" + }, + { + "ge_buy_limit": "1000", + "examine": "A mithril grapple tipped bolt with a rope.", + "grand_exchange_price": "1470", + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9419", + "equipment_slot": "13" + }, + { + "requirements": "{9,9}", + "shop_price": "20", + "ge_buy_limit": "5000", + "examine": "A pair of bronze crossbow limbs.", + "grand_exchange_price": "49", + "durability": null, + "name": "Bronze limbs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9420", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "49", + "durability": null, + "name": "Bronze limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9421" + }, + { + "requirements": "{24,9}", + "examine": "A pair of blurite crossbow limbs.", + "durability": null, + "name": "Blurite limbs", + "weight": "1", + "archery_ticket_price": "0", + "id": "9422", + "equipment_slot": "5" + }, + { + "requirements": "{9,39}", + "shop_price": "200", + "ge_buy_limit": "5000", + "examine": "A pair of iron crossbow limbs.", + "grand_exchange_price": "34", + "durability": null, + "name": "Iron limbs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9423", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "34", + "durability": null, + "name": "Iron limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9424" + }, + { + "requirements": "{9,46}", + "shop_price": "900", + "ge_buy_limit": "5000", + "examine": "A pair of steel crossbow limbs.", + "grand_exchange_price": "97", + "durability": null, + "name": "Steel limbs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9425", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "durability": null, + "name": "Steel limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9426" + }, + { + "requirements": "{9,54}", + "shop_price": "650", + "ge_buy_limit": "5000", + "examine": "A pair of mithril crossbow limbs.", + "grand_exchange_price": "347", + "durability": null, + "name": "Mithril limbs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9427", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "347", + "durability": null, + "name": "Mithril limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9428" + }, + { + "requirements": "{9,61}", + "shop_price": "4800", + "ge_buy_limit": "5000", + "examine": "A pair of adamantite crossbow limbs.", + "grand_exchange_price": "1434", + "durability": null, + "name": "Adamantite limbs", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9429", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1434", + "durability": null, + "name": "Adamantite limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9430" + }, + { + "requirements": "{9,69}", + "ge_buy_limit": "5000", + "examine": "A pair of runite crossbow limbs.", + "grand_exchange_price": "9441", + "durability": null, + "name": "Runite limbs", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9431", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "9441", + "durability": null, + "name": "Runite limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9432" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "1500", + "examine": "A pouch for storing crossbow bolts.", + "durability": null, + "name": "Bolt pouch", "tradeable": "false", - "weight": "1.8" + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9433" }, { - "id": "10638", - "name": "Team-1 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "A mould for creating silver crossbow bolts.", + "grand_exchange_price": "409", "durability": null, - "equipment_slot": "1", - "shop_price": "50", + "name": "Bolt mould", "tradeable": "true", - "weight": "0.4" + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9434" }, { - "id": "10639", - "name": "Attack cape", - "examine": "The cape worn by masters of attack.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "409", "durability": null, - "equipment_slot": "1", + "name": "Bolt mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9435" + }, + { + "ge_buy_limit": "1000", + "examine": "I can use this to make a crossbow string.", + "grand_exchange_price": "196", + "durability": null, + "name": "Sinew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9436" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "196", + "durability": null, + "name": "Sinew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9437" + }, + { + "ge_buy_limit": "1000", + "examine": "A string for a crossbow.", + "grand_exchange_price": "203", + "durability": null, + "name": "Crossbow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9438" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "203", + "durability": null, + "name": "Crossbow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9439" + }, + { + "requirements": "{9,9}", + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "A wooden crossbow stock", + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9440", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9441" + }, + { + "requirements": "{24,9}", + "ge_buy_limit": "1000", + "examine": "An oak crossbow stock.", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak stock", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9442", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9443" + }, + { + "requirements": "{9,39}", + "shop_price": "21", + "ge_buy_limit": "1000", + "examine": "A willow crossbow stock.", + "grand_exchange_price": "3", + "durability": null, + "name": "Willow stock", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9444", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3", + "durability": null, + "name": "Willow stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9445" + }, + { + "requirements": "{9,46}", + "shop_price": "231", + "ge_buy_limit": "1000", + "examine": "A teak crossbow stock.", + "grand_exchange_price": "6", + "durability": null, + "name": "Teak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9446", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "6", + "durability": null, + "name": "Teak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9447" + }, + { + "requirements": "{9,54}", + "ge_buy_limit": "1000", + "examine": "A maple crossbow stock.", + "grand_exchange_price": "7", + "durability": null, + "name": "Maple stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9448", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7", + "durability": null, + "name": "Maple stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9449" + }, + { + "requirements": "{9,61}", + "ge_buy_limit": "1000", + "examine": "A Mahogany crossbow stock.", + "grand_exchange_price": "23", + "durability": null, + "name": "Mahogany stock", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9450", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "23", + "durability": null, + "name": "Mahogany stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9451" + }, + { + "requirements": "{9,69}", + "ge_buy_limit": "1000", + "examine": "A yew crossbow stock.", + "grand_exchange_price": "37", + "durability": null, + "name": "Yew stock", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9452", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "37", + "durability": null, + "name": "Yew stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9453" + }, + { + "shop_price": "27", + "ge_buy_limit": "500", + "examine": "An unstrung bronze crossbow.", + "grand_exchange_price": "25", + "durability": null, + "name": "Bronze c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9454" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "25", + "durability": null, + "name": "Bronze c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9455" + }, + { + "shop_price": "27", + "examine": "An unstrung blurite crossbow.", + "durability": null, + "name": "Blurite c'bow (u)", + "weight": "8", + "archery_ticket_price": "0", + "id": "9456" + }, + { + "ge_buy_limit": "500", + "examine": "An unstrung iron crossbow.", + "grand_exchange_price": "26", + "durability": null, + "name": "Iron c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9457" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "26", + "durability": null, + "name": "Iron c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9458" + }, + { + "shop_price": "27", + "ge_buy_limit": "500", + "examine": "An unstrung steel crossbow.", + "grand_exchange_price": "114", + "durability": null, + "name": "Steel c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9459" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "114", + "durability": null, + "name": "Steel c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9460" + }, + { + "shop_price": "27", + "ge_buy_limit": "500", + "examine": "An unstrung mithril crossbow.", + "grand_exchange_price": "330", + "durability": null, + "name": "Mithril c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9461" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "330", + "durability": null, + "name": "Mithril c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9462" + }, + { + "shop_price": "693", + "ge_buy_limit": "500", + "examine": "An unstrung adamantite crossbow.", + "grand_exchange_price": "1007", + "durability": null, + "name": "Adamant c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9463" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1007", + "durability": null, + "name": "Adamant c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9464" + }, + { + "shop_price": "4000", + "ge_buy_limit": "500", + "examine": "An unstrung runite crossbow.", + "grand_exchange_price": "9493", + "durability": null, + "name": "Runite c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9465" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "9493", + "durability": null, + "name": "Runite c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9466" + }, + { + "examine": "It's a bar of blurite.", + "durability": null, + "name": "Blurite bar", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "9467" + }, + { + "examine": "What is left over when a log is made into a plank.", + "durability": null, + "name": "Sawdust", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "9468" + }, + { + "ge_buy_limit": "100", + "examine": "A seed pod of the Grand Tree.", + "grand_exchange_price": "16200", + "durability": null, + "name": "Grand seed pod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9469" + }, + { + "ge_buy_limit": "10", + "examine": "A scarf. You feel your upper lip stiffening.", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Gnome scarf", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9470", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Gnome scarf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9471" + }, + { + "ge_buy_limit": "10", + "examine": "Tally Ho!", + "grand_exchange_price": "95800", + "durability": null, + "name": "Gnome goggles", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9472", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95800", + "durability": null, + "name": "Gnome goggles", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9473" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9474" + }, + { + "ge_buy_limit": "100", + "examine": "It looks very minty.", + "grand_exchange_price": "675", + "durability": null, + "name": "Mint cake", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9475" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "675", + "durability": null, + "name": "Mint cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9476" + }, + { + "examine": "You can check on your delivery details here", + "durability": null, + "name": "Aluft aloft box", + "archery_ticket_price": "0", + "id": "9477" + }, + { + "shop_price": "1", + "examine": "This cheese & tomato batta needs baking (and garnishing with equa leaves).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9478" + }, + { + "shop_price": "1", + "examine": "This cheese & tomato batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9479" + }, + { + "shop_price": "1", + "examine": "This fruit batta needs baking (and garnishing with gnome spices).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9480" + }, + { + "shop_price": "1", + "examine": "This fruit batta needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9481" + }, + { + "shop_price": "1", + "examine": "This toad batta needs baking.", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9482" + }, + { + "shop_price": "1", + "examine": "This veggie batta needs baking (and garnishing with equa leaves).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9483" + }, + { + "shop_price": "1", + "examine": "This veggie batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9484" + }, + { + "shop_price": "1", + "examine": "This worm batta needs baking (and garnishing with equa leaves).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9485" + }, + { + "shop_price": "1", + "examine": "This worm batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9486" + }, + { + "shop_price": "28", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "740", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9487" + }, + { + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9488" + }, + { + "shop_price": "28", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "740", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9489" + }, + { + "shop_price": "28", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "740", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9508" + }, + { + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9509" + }, + { + "shop_price": "28", + "examine": "A Short Green Guy... looks good.", + "grand_exchange_price": "954", + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9510" + }, + { + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9511" + }, + { + "shop_price": "28", + "examine": "A fresh healthy fruit mix.", + "grand_exchange_price": "287", + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9512" + }, + { + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9513" + }, + { + "shop_price": "28", + "examine": "A cool refreshing fruit mix.", + "grand_exchange_price": "2276", + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9514" + }, + { + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9515" + }, + { + "shop_price": "28", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "577", + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9516" + }, + { + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9517" + }, + { + "shop_price": "28", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "281", + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9518" + }, + { + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9519" + }, + { + "shop_price": "30", + "examine": "Looks good... smells strong.", + "grand_exchange_price": "27", + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9520" + }, + { + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9521" + }, + { + "shop_price": "1", + "examine": "A deep tin used to make gnome battas in.", + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9522" + }, + { + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9523" + }, + { + "shop_price": "1", + "examine": "A deep tin used to make gnome battas in.", + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9524" + }, + { + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9525" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "310", + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9527" + }, + { + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9528" + }, + { + "shop_price": "78", + "examine": "It actually smells quite good.", + "grand_exchange_price": "280", + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9529" + }, + { + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9530" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "148", + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9531" + }, + { + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9532" + }, + { + "examine": "Well... It looks healthy.", + "grand_exchange_price": "240", + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9533" + }, + { + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9534" + }, + { + "examine": "This smells really good.", + "grand_exchange_price": "266", + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9535" + }, + { + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9536" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "2606", + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9538" + }, + { + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9539" + }, + { + "shop_price": "70", + "examine": "Yum...smells spicy.", + "grand_exchange_price": "99", + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9540" + }, + { + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9541" + }, + { + "shop_price": "80", + "examine": "It actually smells quite good.", + "grand_exchange_price": "255", + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9542" + }, + { + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9543" + }, + { + "shop_price": "70", + "examine": "Yum... smells good.", + "grand_exchange_price": "889", + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9544" + }, + { + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9545" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "475", + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9547" + }, + { + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9548" + }, + { + "examine": "This looks pretty healthy.", + "grand_exchange_price": "514", + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9549" + }, + { + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9550" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "2650", + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "9551" + }, + { + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9552" + }, + { + "shop_price": "450", + "examine": "Full of creamy, chocolately goodness.", + "grand_exchange_price": "4704", + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "9553" + }, + { + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9554" + }, + { + "examine": "This unfinished choco bomb needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9558" + }, + { + "examine": "This unfinished tangled toad legs bowl needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9559" + }, + { + "examine": "This unfinished choc bomb needs cream and chocolate dust.", + "durability": null, + "name": "Unfinished bowl", + "archery_ticket_price": "0", + "id": "9560" + }, + { + "examine": "This unfinished veggie ball needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9561" + }, + { + "examine": "This unfinished veggie ball needs equa leaves.", + "durability": null, + "name": "Unfinished bowl", + "archery_ticket_price": "0", + "id": "9562" + }, + { + "examine": "This unfinished worm hole needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9563" + }, + { + "examine": "This unfinished worm hole needs equa leaves.", + "durability": null, + "name": "Unfinished bowl", + "archery_ticket_price": "0", + "id": "9564" + }, + { + "durability": null, + "name": "Cocktail shaker", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9565" + }, + { + "examine": "This wizzard blizzard needs pouring, a lime slice, and pineapple chunks.", + "durability": null, + "name": "Mixed blizzard", + "archery_ticket_price": "0", + "id": "9566" + }, + { + "examine": "This short green guy cocktail needs pouring, a lime slice and equa leaves.", + "durability": null, + "name": "Mixed sgg", + "archery_ticket_price": "0", + "id": "9567" + }, + { + "examine": "This fruit blast cocktail needs pouring and a lemon slice.", + "durability": null, + "name": "Mixed blast", + "archery_ticket_price": "0", + "id": "9568" + }, + { + "examine": "This pineapple punch needs pouring, lime and pineapple chunks, and a orange slice.", + "durability": null, + "name": "Mixed punch", + "archery_ticket_price": "0", + "id": "9569" + }, + { + "examine": "This blurberry special needs pouring, orange and lemon chunks, a lime slice and equa leaves.", + "durability": null, + "name": "Mixed blurberry special", + "archery_ticket_price": "0", + "id": "9570" + }, + { + "examine": "This choco chip crunchy needs baking and garnishing with chocolate dust.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9577" + }, + { + "examine": "This choco chip crunchy needs garnishing with chocolate dust.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9578" + }, + { + "examine": "This spicy crunchy needs baking and garnishing with gnome spices.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9579" + }, + { + "examine": "This spicy crunchy needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9580" + }, + { + "examine": "This toad crunchy needs baking and garnishing with equa leaves.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9581" + }, + { + "examine": "This toad crunchy needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9582" + }, + { + "examine": "This worm crunchy needs baking and garnishing with gnome spices.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9583" + }, + { + "examine": "This worm crunchy needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9584" + }, + { + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9585" + }, + { + "durability": null, + "name": "Crunchy tray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9586" + }, + { + "durability": null, + "name": "Gnomebowl mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9587" + }, + { + "durability": null, + "name": "Raw crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9588" + }, + { + "destroy_message": "Speak to Sir Amik Varze at the beginning of the Black Knight's Fortress Quest.", + "examine": "A dossier containing info on the Black Knight plot.", + "durability": null, + "name": "Dossier", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9589" + }, + { + "examine": "A dossier containing info on the Black Knight plot.", + "durability": null, + "name": "Dossier", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9590" + }, + { + "examine": "Glue made from tree sap and ground mud runes.", + "durability": null, + "name": "Magic glue", + "weight": "3", + "archery_ticket_price": "0", + "id": "9592" + }, + { + "examine": "This doesn't look like it will do anything interesting.", + "durability": null, + "name": "Weird gloop", + "tradeable": "false", + "destroy": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "9593" + }, + { + "examine": "Mud runes ground into a powder.", + "durability": null, + "name": "Ground mud runes", + "tradeable": "false", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9594" + }, + { + "examine": "A red circular crystalline disc.", + "durability": null, + "name": "Red circle", + "archery_ticket_price": "0", + "id": "9597" + }, + { + "examine": "A red triangular crystalline disc.", + "durability": null, + "name": "Red triangle", + "archery_ticket_price": "0", + "id": "9598" + }, + { + "examine": "A red square-shaped crystalline disc.", + "durability": null, + "name": "Red square", + "archery_ticket_price": "0", + "id": "9599" + }, + { + "examine": "A red pentagon shaped crystalline disc.", + "durability": null, + "name": "Red pentagon", + "archery_ticket_price": "0", + "id": "9600" + }, + { + "examine": "An orange circular crystalline disc.", + "durability": null, + "name": "Orange circle", + "archery_ticket_price": "0", + "id": "9601" + }, + { + "examine": "An orange triangular crystalline disc.", + "durability": null, + "name": "Orange triangle", + "archery_ticket_price": "0", + "id": "9602" + }, + { + "examine": "An orange square-shaped crystalline disc.", + "durability": null, + "name": "Orange square", + "archery_ticket_price": "0", + "id": "9603" + }, + { + "examine": "An orange pentagon shaped crystalline disc.", + "durability": null, + "name": "Orange pentagon", + "archery_ticket_price": "0", + "id": "9604" + }, + { + "examine": "A yellow circular crystalline disc.", + "durability": null, + "name": "Yellow circle", + "archery_ticket_price": "0", + "id": "9605" + }, + { + "examine": "A yellow triangular crystalline disc.", + "durability": null, + "name": "Yellow triangle", + "archery_ticket_price": "0", + "id": "9606" + }, + { + "examine": "A yellow square-shaped crystalline disc.", + "durability": null, + "name": "Yellow square", + "archery_ticket_price": "0", + "id": "9607" + }, + { + "examine": "A yellow pentagon shaped crystalline disc.", + "durability": null, + "name": "Yellow pentagon", + "archery_ticket_price": "0", + "id": "9608" + }, + { + "examine": "A green circular crystalline disc.", + "durability": null, + "name": "Green circle", + "archery_ticket_price": "0", + "id": "9609" + }, + { + "examine": "A green triangular crystalline disc.", + "durability": null, + "name": "Green triangle", + "archery_ticket_price": "0", + "id": "9610" + }, + { + "examine": "A green square shaped crystalline disc.", + "durability": null, + "name": "Green square", + "archery_ticket_price": "0", + "id": "9611" + }, + { + "examine": "A green pentagon shaped crystalline disc.", + "durability": null, + "name": "Green pentagon", + "archery_ticket_price": "0", + "id": "9612" + }, + { + "examine": "A blue circular crystalline disc.", + "durability": null, + "name": "Blue circle", + "archery_ticket_price": "0", + "id": "9613" + }, + { + "examine": "A blue triangular crystalline disc.", + "durability": null, + "name": "Blue triangle", + "archery_ticket_price": "0", + "id": "9614" + }, + { + "examine": "A blue square shaped crystalline disc.", + "durability": null, + "name": "Blue square", + "archery_ticket_price": "0", + "id": "9615" + }, + { + "examine": "A blue pentagon shaped crystalline disc.", + "durability": null, + "name": "Blue pentagon", + "archery_ticket_price": "0", + "id": "9616" + }, + { + "examine": "An indigo circular crystalline disc.", + "durability": null, + "name": "Indigo circle", + "archery_ticket_price": "0", + "id": "9617" + }, + { + "examine": "An indigo triangular crystalline disc.", + "durability": null, + "name": "Indigo triangle", + "archery_ticket_price": "0", + "id": "9618" + }, + { + "examine": "An indigo square shaped crystalline disc.", + "durability": null, + "name": "Indigo square", + "archery_ticket_price": "0", + "id": "9619" + }, + { + "examine": "An indigo pentagon shaped crystalline disc.", + "durability": null, + "name": "Indigo pentagon", + "archery_ticket_price": "0", + "id": "9620" + }, + { + "examine": "A violet circular crystalline disc.", + "durability": null, + "name": "Violet circle", + "archery_ticket_price": "0", + "id": "9621" + }, + { + "examine": "A violet triangular crystalline disc.", + "durability": null, + "name": "Violet triangle", + "archery_ticket_price": "0", + "id": "9622" + }, + { + "examine": "A violet square-shaped crystalline disc.", + "durability": null, + "name": "Violet square", + "archery_ticket_price": "0", + "id": "9623" + }, + { + "examine": "A violet pentagon shaped crystalline disc.", + "durability": null, + "name": "Violet pentagon", + "archery_ticket_price": "0", + "id": "9624" + }, + { + "destroy_message": "Maybe Brimstail will have another...", + "examine": "A magical saw.", + "durability": null, + "name": "Crystal saw", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9625", + "equipment_slot": "3" + }, + { + "destroy_message": "Maybe Brimstail will have another...", + "examine": "This small crystal seed looks grey and dead.", + "durability": null, + "name": "Small crystal seed", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9626" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "1265", + "ge_buy_limit": "100", + "examine": "As used by King Tyras personal guard.", + "durability": null, + "weight": "0.9", + "equipment_slot": "0", + "grand_exchange_price": "1406", + "name": "Tyras helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9629", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1406", + "durability": null, + "name": "Tyras helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9630" + }, + { + "examine": "This needs refining.", + "durability": null, + "name": "Daeyalt ore", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9632" + }, + { + "shop_price": "635", + "ge_buy_limit": "100", + "examine": "Dressing like the Vyrewatch could be a useful disguise in the ghetto of Meiyerditch.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "2160", + "name": "Vyrewatch top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9634", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2160", + "durability": null, + "name": "Vyrewatch top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9635" + }, + { + "shop_price": "635", + "ge_buy_limit": "100", + "examine": "Dress like a powerful Vyrewatch!", + "grand_exchange_price": "1204", + "durability": null, + "name": "Vyrewatch legs", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9636", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1204", + "durability": null, + "name": "Vyrewatch legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9637" + }, + { + "shop_price": "635", + "ge_buy_limit": "100", + "examine": "Dress like a powerful Vyrewatch!", + "grand_exchange_price": "2874", + "durability": null, + "name": "Vyrewatch shoes", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9638", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2874", + "durability": null, + "name": "Vyrewatch shoes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9639" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "588", + "name": "Citizen top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9640", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "588", + "durability": null, + "name": "Citizen top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9641" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", + "grand_exchange_price": "491", + "durability": null, + "name": "Citizen trousers", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9642", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "491", + "durability": null, + "name": "Citizen trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9643" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", + "grand_exchange_price": "458", + "durability": null, + "name": "Citizen shoes", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9644", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "458", + "durability": null, + "name": "Citizen shoes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9645" + }, + { + "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", + "examine": "Northern approach of the castle.", + "durability": null, + "name": "Castle sketch 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9646" + }, + { + "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", + "examine": "Western approach of the castle.", + "durability": null, + "name": "Castle sketch 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9647" + }, + { + "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", + "examine": "Southern approach of the castle.", + "durability": null, + "name": "Castle sketch 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9648" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A key to some large, strange door.", + "durability": null, + "name": "Large ornate key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9651" + }, + { + "destroy_message": "Unknown You can reclaim this item from the place you found it.", + "examine": "A book called Haemalchemy Volume 1.", + "durability": null, + "name": "Haemalchemy", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9652" + }, + { + "destroy_message": "Safalaan gave you this message; he would probably write out another one for you.", + "examine": "A sealed message from Safalaan to Valiaf.", + "durability": null, + "name": "Sealed message", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9653" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A key to the Witch's house's front door. (Witch's House)", + "durability": null, + "name": "Door key", + "archery_ticket_price": "0", + "id": "9654" + }, + { + "destroy_message": "You found this ladder top on a wall section in the north of Meiyerditch; you can get another one there.", + "examine": "The top part of a ladder.", + "durability": null, + "name": "Ladder top", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9655" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A tome of experience that awards 2000 XP per chapter.", + "durability": null, + "name": "Tome of xp (3)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9656" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A tome of experience that awards 2000 XP per chapter.", + "durability": null, + "name": "Tome of xp (2)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9657" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A tome of experience that awards 2000 XP per chapter.", + "durability": null, + "name": "Tome of xp (1)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9658" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9659" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9660" + }, + { + "destroy_message": "Safalaan gave you this key as a reward for helping out in Meiyerditch, you can get another key from him.", + "examine": "A key allowing a shortcut into the Sanguinesti region. (Darkness of Hallowvale)", + "durability": null, + "name": "Shortcut key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9662" + }, + { + "durability": null, + "name": "Torch", + "archery_ticket_price": "0", + "id": "9665", + "equipment_slot": "3" + }, + { + "shop_price": "25000", + "ge_buy_limit": "100", + "examine": "Unknown edit", + "grand_exchange_price": "27500", + "durability": null, + "name": "Pros'yte harness m", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "9666" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27500", + "durability": null, + "name": "Pros'yte harness m", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9667" + }, + { + "shop_price": "20000", + "ge_buy_limit": "100", + "examine": "Unknown edit", + "grand_exchange_price": "22700", + "durability": null, + "name": "Initiate harness m", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "9668" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "22700", + "durability": null, + "name": "Initiate harness m", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9669" + }, + { + "shop_price": "25000", + "ge_buy_limit": "100", + "examine": "Unknown edit", + "grand_exchange_price": "27900", + "durability": null, + "name": "Pros'yte harness f", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "9670" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27900", + "durability": null, + "name": "Pros'yte harness f", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9671" + }, + { + "remove_head": "true", + "requirements": "{1,30}-{5,20}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's helm.", + "durability": null, + "weight": "2", + "absorb": "1,0,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "4619", + "name": "Proselyte sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9672", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,4,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4619", + "durability": null, + "name": "Proselyte sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9673" + }, + { + "requirements": "{1,30}-{5,20}", + "shop_price": "12000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's armour.", + "durability": null, + "weight": "8.6", + "absorb": "2,0,4", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "7076", + "name": "Proselyte hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9674", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,8,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7076", + "durability": null, + "name": "Proselyte hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9675" + }, + { + "requirements": "{1,30}-{5,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's leg armour", + "durability": null, + "weight": "7.7", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "5923", + "name": "Proselyte cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9676", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5923", + "durability": null, + "name": "Proselyte cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9677" + }, + { + "requirements": "{1,30}-{5,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's leg armour.", + "durability": null, + "weight": "9", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "5730", + "name": "Proselyte tasset", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9678", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5730", + "durability": null, + "name": "Proselyte tasset", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9679" + }, + { + "examine": "A rendered down baby sea slug.", + "durability": null, + "name": "Sea slug glue", + "archery_ticket_price": "0", + "id": "9680" + }, + { + "destroy_message": "As a security precaution, your CommOrb will automatically self", + "examine": "A Temple Knight Communication Orb. Top Secret!", + "durability": null, + "name": "Commorb v2", + "archery_ticket_price": "0", + "id": "9681" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A copy of the mysterious glyphs.", + "durability": null, + "name": "Door transcription", + "archery_ticket_price": "0", + "id": "9682" + }, + { + "examine": "Dead sea slug, very sticky.", + "durability": null, + "name": "Dead sea slug", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9683" + }, + { + "destroy_message": "You can get this page from Mayor Hobb's Desk.", + "examine": "A page from Maledict's holy book.", + "durability": null, + "name": "Page 1", + "tradeable": "false", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9684" + }, + { + "destroy_message": "You can get this page from Ezekial Lovecraft.", + "examine": "A page from Maledict's holy book.", + "durability": null, + "name": "Page 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9685" + }, + { + "destroy_message": "You will have to get the torn page from Col. O' Niall.", + "examine": "A page from Maledict's holy book.", + "durability": null, + "name": "Page 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9686" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A piece of torn page.", + "durability": null, + "name": "Fragment 1", + "archery_ticket_price": "0", + "id": "9687" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A piece of torn page.", + "durability": null, + "name": "Fragment 2", + "archery_ticket_price": "0", + "id": "9688" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A piece of torn page.", + "durability": null, + "name": "Fragment 3", + "archery_ticket_price": "0", + "id": "9689" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank water rune.", + "durability": null, + "name": "Blank water rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9690" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9691" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank air rune.", + "durability": null, + "name": "Blank air rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9692" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "9", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9693" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank earth rune.", + "durability": null, + "name": "Blank earth rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9694" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "7", + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9695" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank mind rune.", + "durability": null, + "name": "Blank mind rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9696" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "Used for basic missile spells.", + "grand_exchange_price": "6", + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9697" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank fire rune.", + "durability": null, + "name": "Blank fire rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9698" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "16", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9699" + }, + { + "durability": null, + "name": "Torch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9701" + }, + { + "examine": "A big, bad troll.", + "durability": null, + "name": "Stick", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "9702", + "weapon_interface": "5", + "equipment_slot": "3" + }, + { + "shop_price": "35", + "examine": "Basic training sword.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "attack_audios": "2500,2500,2517,2500", + "name": "Training sword", + "archery_ticket_price": "0", + "id": "9703", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0" + }, + { + "examine": "Made of flimsy painted wood.", + "durability": null, + "name": "Training shield", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "9704", + "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "examine": "Light and flexible, good for a beginner.", + "durability": null, + "destroy": "true", + "weight": "1.3", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "attack_audios": "2700,0,0,0", + "name": "Training bow", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9705", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Standard training arrows.", + "durability": null, + "name": "Training arrows", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9706", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "examine": "Book of the elemental shield.", + "durability": null, + "name": "Slashed book", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9715" + }, + { + "examine": "Book of the elemental helm.", + "durability": null, + "name": "Beaten book", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9717" + }, + { + "examine": "On the subject of lava dippers.", + "durability": null, + "name": "Crane schematic", + "archery_ticket_price": "0", + "id": "9718" + }, + { + "examine": "A scroll with a lever schematic drawn on it.", + "durability": null, + "name": "Lever schematic", + "archery_ticket_price": "0", + "id": "9719" + }, + { + "examine": "A crane claw.", + "durability": null, + "name": "Crane claw", + "weight": "1", + "archery_ticket_price": "0", + "id": "9720" + }, + { + "examine": "A pipe that belongs in a cannon stand.", + "durability": null, + "name": "Pipe", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9723" + }, + { + "examine": "A large cog.", + "durability": null, + "name": "Large cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "9724" + }, + { + "examine": "A medium cog.", + "durability": null, + "name": "Medium cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "9725" + }, + { + "examine": "A small cog.", + "durability": null, + "name": "Small cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "9726" + }, + { + "examine": "A primed elemental ingot.", + "durability": null, + "name": "Primed bar", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "9727" + }, + { + "examine": "An elemental mind ingot.", + "durability": null, + "name": "Elemental mind bar", + "weight": "1", + "archery_ticket_price": "0", + "id": "9728" + }, + { + "ge_buy_limit": "100", + "examine": "A helmet made in the Elemental Workshop.", + "grand_exchange_price": "196", + "durability": null, + "name": "Elemental helmet", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9729", + "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "196", + "durability": null, + "name": "Elemental helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9730" + }, + { + "ge_buy_limit": "100", + "examine": "A shield made in the Elemental Workshop.", + "grand_exchange_price": "8351", + "durability": null, + "name": "Mind shield", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9731", + "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8351", + "durability": null, + "name": "Mind shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9732" + }, + { + "shop_price": "1200", + "ge_buy_limit": "100", + "examine": "A helmet made in the Elemental Workshop.", + "grand_exchange_price": "1589", + "durability": null, + "name": "Mind helmet", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9733", + "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1589", + "durability": null, + "name": "Mind helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9734" + }, + { + "ge_buy_limit": "10000", + "examine": "Not much good for blowing.", + "grand_exchange_price": "902", + "durability": null, + "name": "Desert goat horn", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9735" + }, + { + "ge_buy_limit": "10000", + "examine": "Finely ground desert goat horn.", + "grand_exchange_price": "1082", + "durability": null, + "name": "Goat horn dust", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9736" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1082", + "durability": null, + "name": "Goat horn dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9737" + }, + { + "durability": null, + "name": "Desert goat horn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9738" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "4 doses of combat potion.", + "grand_exchange_price": "45", + "durability": null, + "name": "Combat potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9739" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "45", + "durability": null, + "name": "Combat potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9740" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "3 doses of combat potion.", + "grand_exchange_price": "25", + "durability": null, + "name": "Combat potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9741" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Combat potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9742" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "2 doses of combat potion.", + "grand_exchange_price": "19", + "durability": null, + "name": "Combat potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9743" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Combat potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9744" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "1 dose of combat potion.", + "grand_exchange_price": "72", + "durability": null, + "name": "Combat potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9745" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "72", + "durability": null, + "name": "Combat potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9746" + }, + { "requirements": "{0,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by masters of attack.", + "durability": null, + "name": "Attack cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9747", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10640", - "name": "Strength cape", - "examine": "The cape only worn by the strongest people.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{0,99}", "durability": null, - "equipment_slot": "1", + "name": "Attack cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9748", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{0,99}", + "shop_price": "99000", + "examine": "Attack skillcape hood.", + "durability": null, + "name": "Attack hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9749", + "equipment_slot": "0" + }, + { "requirements": "{2,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape only worn by the strongest people.", + "durability": null, + "name": "Strength cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9750", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10641", - "name": "Defence cape", - "examine": "The cape worn by masters of the art of Defence.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{2,99}", "durability": null, - "equipment_slot": "1", + "name": "Strength cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9751", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{2,99}", + "shop_price": "99000", + "examine": "Strength skillcape hood.", + "durability": null, + "name": "Strength hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9752", + "equipment_slot": "0" + }, + { "requirements": "{1,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by masters of the art of Defence.", + "durability": null, + "name": "Defence cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9753", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10642", - "name": "Ranging cape", - "examine": "The cape worn by master archers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{1,99}", "durability": null, - "equipment_slot": "1", + "name": "Defence cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9754", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{1,99}", + "shop_price": "99000", + "examine": "Defence skillcape hood.", + "durability": null, + "name": "Defence hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9755", + "equipment_slot": "0" + }, + { "requirements": "{4,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master archers.", + "durability": null, + "name": "Ranging cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9756", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10643", - "name": "Prayer cape", - "examine": "The cape worn by the most pious of heroes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{4,99}", "durability": null, - "equipment_slot": "1", + "name": "Ranging cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9757", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{4,99}", + "shop_price": "99000", + "examine": "Range skillcape hood.", + "durability": null, + "name": "Ranging hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9758", + "equipment_slot": "0" + }, + { "requirements": "{5,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the most pious of heroes.", + "durability": null, + "name": "Prayer cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9759", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10644", - "name": "Magic cape", - "examine": "The cape worn by the most powerful mages.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{5,99}", "durability": null, - "equipment_slot": "1", + "name": "Prayer cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9760", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{5,99}", + "shop_price": "99000", + "examine": "Prayer skillcape hood.", + "durability": null, + "name": "Prayer hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9761", + "equipment_slot": "0" + }, + { "requirements": "{6,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the most powerful mages.", + "durability": null, + "name": "Magic cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9762", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10645", - "name": "Runecraft cape", - "examine": "The cape worn by master runecrafters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{6,99}", "durability": null, - "equipment_slot": "1", + "name": "Magic cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9763", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{6,99}", + "shop_price": "99000", + "examine": "Magic skillcape hood.", + "durability": null, + "name": "Magic hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9764", + "equipment_slot": "0" + }, + { "requirements": "{20,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master runecrafters.", + "durability": null, + "name": "Runecraft cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9765", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10646", - "name": "Hunter cape", - "examine": "The cape worn by master hunters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{20,99}", "durability": null, - "equipment_slot": "1", - "requirements": "{21,99}", + "name": "Runecraft cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9766", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{20,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "Runecrafting skillcape hood.", + "durability": null, + "name": "Runecrafting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9767", + "equipment_slot": "0" }, { - "id": "10647", - "name": "Hitpoints cape", - "examine": "The cape worn by well-constituted adventurers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", "requirements": "{3,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by well-constituted adventurers.", + "durability": null, + "name": "Hitpoints cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9768", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10648", - "name": "Agility cape", - "examine": "The cape worn by the most agile of heroes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{3,99}", "durability": null, - "equipment_slot": "1", + "name": "Hitpoints cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9769", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{3,99}", + "shop_price": "99000", + "examine": "Constitution skillcape hood.", + "durability": null, + "name": "Hitpoints hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9770", + "equipment_slot": "0" + }, + { "requirements": "{16,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the most agile of heroes.", + "durability": null, + "name": "Agility cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9771", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10649", - "name": "Herblore cape", - "examine": "The cape worn by the most skilled at the art of herblore.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{16,99}", "durability": null, - "equipment_slot": "1", + "name": "Agility cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9772", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{16,99}", + "shop_price": "99000", + "examine": "Agility skillcape hood.", + "durability": null, + "name": "Agility hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9773", + "equipment_slot": "0" + }, + { "requirements": "{15,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the most skilled at the art of herblore.", + "durability": null, + "name": "Herblore cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9774", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10650", - "name": "Thieving cape", - "examine": "The cape worn by master thieves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{15,99}", "durability": null, - "equipment_slot": "1", + "name": "Herblore cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9775", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{15,99}", + "shop_price": "99000", + "examine": "Herblore skillcape hood.", + "durability": null, + "name": "Herblore hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9776", + "equipment_slot": "0" + }, + { "requirements": "{17,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master thieves.", + "durability": null, + "name": "Thieving cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9777", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10651", - "name": "Crafting cape", - "examine": "The cape worn by master craftworkers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{17,99}", "durability": null, - "equipment_slot": "1", + "name": "Thieving cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9778", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{17,99}", + "shop_price": "99000", + "examine": "Thieving skillcape hood.", + "durability": null, + "name": "Thieving hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9779", + "equipment_slot": "0" + }, + { "requirements": "{12,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master craftworkers.", + "durability": null, + "name": "Crafting cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9780", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10652", - "name": "Fletching cape", - "examine": "The cape worn by the best of fletchers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{12,99}", "durability": null, - "equipment_slot": "1", + "name": "Crafting cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9781", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{12,99}", + "shop_price": "99000", + "examine": "Crafting skillcape hood.", + "durability": null, + "name": "Crafting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9782", + "equipment_slot": "0" + }, + { "requirements": "{9,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the best of fletchers.", + "durability": null, + "name": "Fletching cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9783", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10653", - "name": "Slayer cape", - "examine": "The cape worn by slayer masters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{9,99}", "durability": null, - "equipment_slot": "1", + "name": "Fletching cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9784", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{9,99}", + "shop_price": "99000", + "examine": "Fletching skillcape hood.", + "durability": null, + "name": "Fletching hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9785", + "equipment_slot": "0" + }, + { "requirements": "{18,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by slayer masters.", + "durability": null, + "name": "Slayer cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9786", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10654", - "name": "Construct. cape", - "examine": "The cape worn by master builders.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{18,99}", "durability": null, - "equipment_slot": "1", + "name": "Slayer cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9787", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{18,99}", + "shop_price": "99000", + "examine": "Slayer skillcape hood.", + "durability": null, + "name": "Slayer hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9788", + "equipment_slot": "0" + }, + { "requirements": "{22,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master builders.", + "durability": null, + "name": "Construct. cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9789", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10655", - "name": "Mining cape", - "examine": "The cape worn by the most skilled miners.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{22,99}", "durability": null, - "equipment_slot": "1", + "name": "Construct. cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9790", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{22,99}", + "shop_price": "99000", + "examine": "Construction skillcape hood.", + "durability": null, + "name": "Construct. hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9791", + "equipment_slot": "0" + }, + { "requirements": "{14,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the most skilled miners.", + "durability": null, + "name": "Mining cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9792", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10656", - "name": "Smithing cape", - "examine": "The cape worn by master smiths.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{14,99}", "durability": null, - "equipment_slot": "1", + "name": "Mining cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9793", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{14,99}", + "shop_price": "99000", + "examine": "Mining skillcape hood.", + "durability": null, + "name": "Mining hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9794", + "equipment_slot": "0" + }, + { "requirements": "{13,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master smiths.", + "durability": null, + "name": "Smithing cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9795", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10657", - "name": "Fishing cape", - "examine": "The cape worn by the best fishermen.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{13,99}", "durability": null, - "equipment_slot": "1", + "name": "Smithing cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9796", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{13,99}", + "shop_price": "99000", + "examine": "Smithing skillcape hood.", + "durability": null, + "name": "Smithing hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9797", + "equipment_slot": "0" + }, + { "requirements": "{10,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the best fishermen.", + "durability": null, + "name": "Fishing cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9798", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10658", - "name": "Cooking cape", - "examine": "The cape worn by the world's best chefs.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{10,99}", "durability": null, - "equipment_slot": "1", + "name": "Fishing cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9799", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{10,99}", + "shop_price": "99000", + "examine": "Fishing skillcape hood.", + "durability": null, + "name": "Fishing hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9800", + "equipment_slot": "0" + }, + { "requirements": "{7,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the world's best chefs.", + "durability": null, + "name": "Cooking cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9801", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10659", - "name": "Firemaking cape", - "examine": "The cape worn by master firelighters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{7,99}", "durability": null, - "equipment_slot": "1", + "name": "Cooking cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9802", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{7,99}", + "shop_price": "99000", + "examine": "Cooking skillcape hood.", + "durability": null, + "name": "Cooking hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9803", + "equipment_slot": "0" + }, + { "requirements": "{11,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master firelighters.", + "durability": null, + "name": "Firemaking cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9804", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10660", - "name": "Woodcutting cape", - "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{11,99}", "durability": null, - "equipment_slot": "1", + "name": "Firemaking cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9805", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{11,99}", + "shop_price": "99000", + "examine": "Firemaking skillcape hood.", + "durability": null, + "name": "Firemaking hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9806", + "equipment_slot": "0" + }, + { "requirements": "{8,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", + "durability": null, + "name": "Woodcutting cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9807", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10661", - "name": "Farming cape", - "examine": "The cape worn by master farmers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{8,99}", "durability": null, - "equipment_slot": "1", + "name": "Woodcut. cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9808", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{8,99}", + "shop_price": "99000", + "examine": "Woodcutting skillcape hood.", + "durability": null, + "name": "Woodcutting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9809", + "equipment_slot": "0" + }, + { "requirements": "{19,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master farmers.", + "durability": null, + "name": "Farming cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9810", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10662", - "name": "Quest point cape", - "examine": "The cape worn by only the most experienced adventurers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{19,99}", "durability": null, - "equipment_slot": "1", + "name": "Farming cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9811", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{19,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "Farming skillcape hood.", + "durability": null, + "name": "Farming hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9812", + "equipment_slot": "0" }, { - "id": "10663", - "name": "Spotted cape", + "shop_price": "99000", + "examine": "The cape worn by only the most experienced adventurers.", + "durability": null, + "name": "Quest point cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9813", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "shop_price": "99000", + "examine": "Quest skillcape hood.", + "durability": null, + "name": "Quest point hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9814", + "equipment_slot": "0" + }, + { + "examine": "A woolly bobble hat.", + "durability": null, + "name": "Bobble hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "9815", + "equipment_slot": "0" + }, + { + "examine": "A woolly scarf.", + "durability": null, + "name": "Bobble scarf", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "9816", + "equipment_slot": "2" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak cape rack", + "archery_ticket_price": "0", + "id": "9817" + }, + { + "grand_exchange_price": "88", + "durability": null, + "name": "Teak cape rack", + "archery_ticket_price": "0", + "id": "9818" + }, + { + "grand_exchange_price": "120", + "durability": null, + "name": "M'gany cape rack", + "archery_ticket_price": "0", + "id": "9819" + }, + { + "grand_exchange_price": "136025", + "durability": null, + "name": "Gilded cape rack", + "archery_ticket_price": "0", + "id": "9820" + }, + { + "grand_exchange_price": "328598", + "durability": null, + "name": "Marble cape rack", + "archery_ticket_price": "0", + "id": "9821" + }, + { + "grand_exchange_price": "979747", + "durability": null, + "name": "Magical cape rack", + "archery_ticket_price": "0", + "id": "9822" + }, + { + "grand_exchange_price": "59", + "durability": null, + "name": "Oak costume box", + "archery_ticket_price": "0", + "id": "9823" + }, + { + "grand_exchange_price": "122", + "durability": null, + "name": "Teak costume box", + "archery_ticket_price": "0", + "id": "9824" + }, + { + "grand_exchange_price": "59", + "durability": null, + "name": "Mahogany cos box", + "archery_ticket_price": "0", + "id": "9825" + }, + { + "grand_exchange_price": "15", + "durability": null, + "name": "Oak armour case", + "archery_ticket_price": "0", + "id": "9826" + }, + { + "grand_exchange_price": "27", + "durability": null, + "name": "Teak armour case", + "archery_ticket_price": "0", + "id": "9827" + }, + { + "grand_exchange_price": "90", + "durability": null, + "name": "M'gany arm'r case", + "archery_ticket_price": "0", + "id": "9828" + }, + { + "grand_exchange_price": "103", + "durability": null, + "name": "Oak magic wardrobe", + "archery_ticket_price": "0", + "id": "9829" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak magic wardrobe", + "archery_ticket_price": "0", + "id": "9830" + }, + { + "grand_exchange_price": "127", + "durability": null, + "name": "Teak magic wardrobe", + "archery_ticket_price": "0", + "id": "9831" + }, + { + "grand_exchange_price": "13", + "durability": null, + "name": "Carved teak magic wardrobe", + "archery_ticket_price": "0", + "id": "9832" + }, + { + "grand_exchange_price": "135", + "durability": null, + "name": "Mahogany magic wardrobe", + "archery_ticket_price": "0", + "id": "9833" + }, + { + "grand_exchange_price": "137267", + "durability": null, + "name": "Gilded magic wardrobe", + "archery_ticket_price": "0", + "id": "9834" + }, + { + "grand_exchange_price": "341567", + "durability": null, + "name": "Marble magic wardrobe", + "archery_ticket_price": "0", + "id": "9835" + }, + { + "grand_exchange_price": "21", + "durability": null, + "name": "Oak toy box", + "archery_ticket_price": "0", + "id": "9836" + }, + { + "grand_exchange_price": "151", + "durability": null, + "name": "Teak toy box", + "archery_ticket_price": "0", + "id": "9837" + }, + { + "grand_exchange_price": "20", + "durability": null, + "name": "Mahogany toy box", + "archery_ticket_price": "0", + "id": "9838" + }, + { + "grand_exchange_price": "21", + "durability": null, + "name": "Oak treasure chest", + "archery_ticket_price": "0", + "id": "9839" + }, + { + "grand_exchange_price": "157", + "durability": null, + "name": "Teak treas' chest", + "archery_ticket_price": "0", + "id": "9840" + }, + { + "grand_exchange_price": "39", + "durability": null, + "name": "M'gany treas' chest", + "archery_ticket_price": "0", + "id": "9841" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3", + "examine": "A ready-to-assemble oak cape rack.", + "durability": null, + "name": "Oak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9843" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "examine": "A ready-to-assemble teak cape rack..", + "durability": null, + "name": "Teak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9844" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "examine": "A ready-to-assemble mahogany cape rack.", + "durability": null, + "name": "M'gany cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9845" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "130900", + "examine": "A ready-to-assemble gilded mahogany rack.", + "durability": null, + "name": "Gilded cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9846" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "329500", + "examine": "A ready-to-assemble marble cape rack.", + "durability": null, + "name": "Marble cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9847" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1000000", + "examine": "A ready-to-assemble magic cape rack.", + "durability": null, + "name": "Magical cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9848" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "examine": "A ready-to-assemble oak toy box.", + "durability": null, + "name": "Oak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9849" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "165", + "examine": "A ready-to-assemble teak toy box.", + "durability": null, + "name": "Teak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9850" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "examine": "A ready-to-assemble mahogany toy box.", + "durability": null, + "name": "Mahogany toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9851" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "examine": "A ready-to-assemble oak magic wardrobe.", + "durability": null, + "name": "Oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9852" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble oak magic wardrobe.", + "durability": null, + "name": "Carved oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9853" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "133", + "examine": "A ready-to-assemble teak magic wardrobe.", + "durability": null, + "name": "Teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9854" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "examine": "A ready-to-assemble carved teak magic wardrobe.", + "durability": null, + "name": "Carved teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9855" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "129", + "examine": "A ready-to-assemble mahogany magic wardrobe.", + "durability": null, + "name": "Mahogany magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9856" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137700", + "examine": "A ready-to-assemble gilded mahogany magic wardrobe.", + "durability": null, + "name": "Gilded magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9857" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "335800", + "examine": "A ready-to-assemble marble magic wardrobe.", + "durability": null, + "name": "Marble magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9858" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "examine": "A ready-to-assemble oak armour case.", + "durability": null, + "name": "Oak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9859" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29", + "examine": "A ready-to-assemble teak armour case.", + "durability": null, + "name": "Teak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9860" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "88", + "examine": "A ready-to-assemble mahogany armour case.", + "durability": null, + "name": "M'gany arm'r case", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9861" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24", + "examine": "A ready-to-assemble oak treasure chest.", + "durability": null, + "name": "Oak treasure chest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9862" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "164", + "examine": "A ready-to-assemble teak treasure chest.", + "durability": null, + "name": "Teak treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9863" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "examine": "A ready-to-assemble mahogany treasure chest.", + "durability": null, + "name": "M'gany treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9864" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "62", + "durability": null, + "name": "Oak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9865" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "135", + "durability": null, + "name": "Teak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9866" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60", + "durability": null, + "name": "Mahogany cos box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9867" + }, + { + "durability": null, + "name": "Oak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9868" + }, + { + "durability": null, + "name": "Teak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9869" + }, + { + "durability": null, + "name": "M'gany cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9870" + }, + { + "durability": null, + "name": "Gilded cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9871" + }, + { + "durability": null, + "name": "Marble cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9872" + }, + { + "durability": null, + "name": "Magical cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9873" + }, + { + "durability": null, + "name": "Oak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9874" + }, + { + "durability": null, + "name": "Teak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9875" + }, + { + "durability": null, + "name": "Mahogany toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9876" + }, + { + "durability": null, + "name": "Oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9877" + }, + { + "durability": null, + "name": "Carved oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9878" + }, + { + "durability": null, + "name": "Teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9879" + }, + { + "durability": null, + "name": "Carved teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9880" + }, + { + "durability": null, + "name": "Mahogany magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9881" + }, + { + "durability": null, + "name": "Gilded magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9882" + }, + { + "durability": null, + "name": "Marble magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9883" + }, + { + "durability": null, + "name": "Oak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9884" + }, + { + "durability": null, + "name": "Teak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9885" + }, + { + "durability": null, + "name": "M'gany arm'r case", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9886" + }, + { + "durability": null, + "name": "Oak treasure chest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9887" + }, + { + "durability": null, + "name": "Teak treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9888" + }, + { + "durability": null, + "name": "M'gany treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9889" + }, + { + "durability": null, + "name": "Oak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9890" + }, + { + "durability": null, + "name": "Teak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9891" + }, + { + "durability": null, + "name": "Mahogany cos box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9892" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A lump that at some point might have been a gout tuber.", + "durability": null, + "name": "Goutweedy lump", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9901" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pile of gout tubers suitable for use in mountainous terrain.", + "durability": null, + "name": "Hardy gout tubers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9902" + }, + { + "destroy_message": "My Arm will probably have a spare copy.", + "examine": "Farmer Gricoller's Farming Manual.", + "durability": null, + "name": "Farming manual", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9903" + }, + { + "examine": "A book for sailors.", + "durability": null, + "name": "Sailing book", + "archery_ticket_price": "0", + "id": "9904" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9906", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9907", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9908", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9909", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9910", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9911", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9912", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A white destabiliser for use in a ghost buster.", + "durability": null, + "name": "White destabiliser", + "archery_ticket_price": "0", + "id": "9913", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A red destabiliser for use in a ghost buster.", + "durability": null, + "name": "Red destabiliser", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9914", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A blue destabiliser for use in a ghost buster.", + "durability": null, + "name": "Blue destabiliser", + "archery_ticket_price": "0", + "id": "9915", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A green destabiliser for use in a ghost buster.", + "durability": null, + "name": "Green destabiliser", + "archery_ticket_price": "0", + "id": "9916", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A yellow destabiliser for use in a ghost buster.", + "durability": null, + "name": "Yellow destabiliser", + "archery_ticket_price": "0", + "id": "9917", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A black destabiliser for use in a ghost buster.", + "durability": null, + "name": "Black destabiliser", + "archery_ticket_price": "0", + "id": "9918", + "equipment_slot": "5" + }, + { + "examine": "An angry-looking tree root.", + "durability": null, + "name": "Evil root", + "archery_ticket_price": "0", + "id": "9919" + }, + { + "remove_head": "true", + "destroy_message": "Players may get another from Diango in Draynor Village.", + "examine": "Better not light it!", + "durability": null, + "name": "Jack lantern mask", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9920", + "equip_audio": "3227", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Skeleton feet.", + "durability": null, + "name": "Skeleton boots", + "weight": "2", + "archery_ticket_price": "0", + "id": "9921", + "equipment_slot": "10" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some skeletal gloves.", + "durability": null, + "name": "Skeleton gloves", + "weight": "2", + "archery_ticket_price": "0", + "id": "9922", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Does my pelvis look big in this?", + "durability": null, + "name": "Skeleton leggings", + "weight": "2", + "archery_ticket_price": "0", + "id": "9923", + "equipment_slot": "7" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "remove_sleeves": "true", + "examine": "The shirt of a fully body skeleton costume.", + "durability": null, + "name": "Skeleton shirt", + "weight": "2", + "archery_ticket_price": "0", + "id": "9924", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scary skeleton mask.", + "durability": null, + "name": "Skeleton mask", + "weight": "2", + "archery_ticket_price": "0", + "id": "9925", + "equipment_slot": "0" + }, + { + "destroy_message": "You'll have to buy another one from Auguste on Entrana.", + "shop_price": "30000", + "examine": "This sapling is ready to be replanted in a tree patch.", + "durability": null, + "name": "Auguste's sapling", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9932" + }, + { + "examine": "An incomplete origami balloon.", + "durability": null, + "name": "Balloon structure", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9933" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Origami balloon", + "archery_ticket_price": "0", + "id": "9934" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Yellow balloon", + "archery_ticket_price": "0", + "id": "9935" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Blue balloon", + "archery_ticket_price": "0", + "id": "9936" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Red balloon", + "archery_ticket_price": "0", + "id": "9937" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Orange balloon", + "archery_ticket_price": "0", + "id": "9938" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Green balloon", + "archery_ticket_price": "0", + "id": "9939" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Purple balloon", + "archery_ticket_price": "0", + "id": "9940" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Pink balloon", + "archery_ticket_price": "0", + "id": "9941" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Black balloon", + "archery_ticket_price": "0", + "id": "9942" + }, + { + "examine": "A bag full of sand.", + "durability": null, + "name": "Sandbag", + "weight": "1", + "archery_ticket_price": "0", + "id": "9943", + "equipment_slot": "3" + }, + { + "destroy_message": "You'll have to visit Auguste on Entrana to get a new jacket.", + "remove_sleeves": "true", + "examine": "For all your flying needs.", + "durability": null, + "name": "Bomber jacket", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9944", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "destroy_message": "You'll have to visit Auguste on Entrana to get a new cap.", + "examine": "The red baron would be jealous.", + "durability": null, + "name": "Bomber cap", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9945", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "For better flying vision.", + "durability": null, + "name": "Cap and goggles", + "archery_ticket_price": "0", + "id": "9946", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A red coloured disk that's seen better days.", + "durability": null, + "name": "Old red disk", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9947" + }, + { + "requirements": "{21,99}", + "shop_price": "99000", + "examine": "The cape worn by master hunters.", + "durability": null, + "name": "Hunter cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9948", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,99}", + "durability": null, + "name": "Hunter cape(t)", + "archery_ticket_price": "0", + "id": "9949", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{21,99}", + "shop_price": "99000", + "examine": "Hunter skillcape hood.", + "durability": null, + "name": "Hunter hood", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9950", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Imp", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "9952" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9953" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9954" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9955" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9956" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9957" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9958" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9959" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9960" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9961" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9962" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9963" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9964" + }, + { + "examine": "It appears to be protecting the nest.", + "durability": null, + "name": "Giant eagle", + "archery_ticket_price": "0", + "id": "9974" + }, + { + "examine": "Aww, how cute. ", + "durability": null, + "name": "Rabbit", + "archery_ticket_price": "0", + "id": "9975" + }, + { + "examine": "Even more volatile than its vegetarian counterpart.", + "grand_exchange_price": "796", + "durability": null, + "name": "Red chinchompa", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "9977", + "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,15,0,0" + }, + { + "shop_price": "63", + "ge_buy_limit": "10000", + "examine": "This certainly needs cooking!", + "grand_exchange_price": "204", + "durability": null, + "name": "Raw bird meat", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "9978" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "204", + "durability": null, + "name": "Raw bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9979" + }, + { + "ge_buy_limit": "1000", + "examine": "A nicely roasted bird.", + "grand_exchange_price": "18", + "durability": null, + "name": "Roast bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9980" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Roast bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9981" + }, + { + "durability": null, + "name": "Burnt bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9983" + }, + { + "shop_price": "63", + "ge_buy_limit": "1000", + "examine": "This certainly needs cooking!", + "grand_exchange_price": "130", + "durability": null, + "name": "Skewered bird meat", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "9984" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "130", + "durability": null, + "name": "Skewered bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9985" + }, + { + "ge_buy_limit": "1000", + "examine": "A slab of raw beast meat.", + "grand_exchange_price": "16", + "durability": null, + "name": "Raw beast meat", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9986" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "16", + "durability": null, + "name": "Raw beast meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9987" + }, + { + "ge_buy_limit": "1000", + "examine": "A delicious looking slab of roast beast.", + "grand_exchange_price": "42", + "durability": null, + "name": "Roast beast meat", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9988" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "42", + "durability": null, + "name": "Roast beast meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9989" + }, + { + "durability": null, + "name": "Burnt beast meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9991" + }, + { + "ge_buy_limit": "1000", + "examine": "Beast meat on a spit.", + "grand_exchange_price": "97", + "durability": null, + "name": "Skewered beast", + "tradeable": "true", + "weight": "3.5", + "archery_ticket_price": "0", + "id": "9992" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "97", + "durability": null, + "name": "Skewered beast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9993" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of chopped tomatoes with an extra kick.", + "grand_exchange_price": "324", + "durability": null, + "name": "Spicy tomato", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9994" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "324", + "durability": null, + "name": "Spicy tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9995" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of chopped beef with an extra kick.", + "grand_exchange_price": "263", + "durability": null, + "name": "Spicy minced meat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9996" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "263", + "durability": null, + "name": "Spicy minced meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9997" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of hunter potion.", + "grand_exchange_price": "566", + "durability": null, + "name": "Hunter potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9998" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "566", + "durability": null, + "name": "Hunter potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9999" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of hunter potion.", + "grand_exchange_price": "229", + "durability": null, + "name": "Hunter potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10000" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "229", + "durability": null, + "name": "Hunter potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10001" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of hunter potion.", + "grand_exchange_price": "159", + "durability": null, + "name": "Hunter potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10002" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "159", + "durability": null, + "name": "Hunter potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10003" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of hunter potion.", + "grand_exchange_price": "148", + "durability": null, + "name": "Hunter potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10004" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "148", + "durability": null, + "name": "Hunter potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10005" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A simple bird catcher./There's something caught in it.", + "grand_exchange_price": "2", + "durability": null, + "name": "Bird snare", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10006" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Bird snare", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10007" + }, + { + "requirements": "{21,27}", + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "If a creature goes inside, then the box should slam shut.", + "grand_exchange_price": "308", + "durability": null, + "name": "Box trap", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10008" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "308", + "durability": null, + "name": "Box trap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10009" + }, + { + "requirements": "{21,15}", + "shop_price": "24", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "For catching butterflies...", + "walk_anim": "1205", + "durability": null, + "weight": "0.2", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "10", + "turn180_anim": "1206", + "render_anim": "28", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "1", + "stand_anim": "813", + "name": "Butterfly net", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10010", + "stand_turn_anim": "1209" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Butterfly net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10011" + }, + { + "requirements": "{21,15}", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "It's got little holes at the top.", + "grand_exchange_price": "156", + "durability": null, + "name": "Butterfly jar", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10012" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156", + "durability": null, + "name": "Butterfly jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10013" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "143", + "examine": "There's a black warlock butterfly in here.", + "durability": null, + "name": "Black warlock", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10014" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "143", + "durability": null, + "name": "Black warlock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10015" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "227", + "examine": "There's a snowy knight butterfly in here.", + "durability": null, + "name": "Snowy knight", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10016" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "227", + "durability": null, + "name": "Snowy knight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10017" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "examine": "There's a sapphire glacialis butterfly in here.", + "durability": null, + "name": "Sapphire glacialis", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10018" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "durability": null, + "name": "Sapphire glacialis", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10019" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1270", + "examine": "There's a ruby harvest butterfly in here.", + "durability": null, + "name": "Ruby harvest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10020" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1270", + "durability": null, + "name": "Ruby harvest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10021" + }, + { + "shop_price": "500", + "examine": "A very large, single leather glove", + "durability": null, + "name": "Falconer's glove", + "tradeable": "false", + "destroy": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "10023", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "500", + "turn90cw_anim": "5166", + "examine": "A very large, single leather glove", + "walk_anim": "5164", + "durability": null, + "destroy": "true", + "weight": "1.8", + "turn90ccw_anim": "5167", + "attack_speed": "4", + "turn180_anim": "5165", + "render_anim": "1283", + "equipment_slot": "3", + "stand_anim": "5160", + "name": "Falconer's glove", + "tradeable": "false", + "run_anim": "5168", + "archery_ticket_price": "0", + "id": "10024", + "stand_turn_anim": "5161", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" + }, + { + "requirements": "{21,71}", + "shop_price": "720", + "ge_buy_limit": "100", + "examine": "A magical catching box.", + "grand_exchange_price": "784", + "durability": null, + "name": "Magic box", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10025" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "784", + "durability": null, + "name": "Magic box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10026" + }, + { + "shop_price": "720", + "examine": "A magical catching box.", + "grand_exchange_price": "743", + "durability": null, + "name": "Imp-in-a-box(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10027" + }, + { + "shop_price": "720", + "examine": "A magical catching box.", + "grand_exchange_price": "743", + "durability": null, + "name": "Imp-in-a-box(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10028" + }, + { + "requirements": "{21,31}", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "Reduces the risk of hand severage when poking large, vicious carnivores.", + "durability": null, + "weight": "1", + "weapon_interface": "6", + "equipment_slot": "3", + "grand_exchange_price": "1", + "name": "Teasing stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10029", + "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Teasing stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10030" + }, + { + "requirements": "{21,27}", + "shop_price": "18", + "ge_buy_limit": "100", + "examine": "The snare will tighten around animals passing through.", + "grand_exchange_price": "1", + "durability": null, + "name": "Rabbit snare", + "tradeable": "true", + "weight": "0.02", + "archery_ticket_price": "0", + "id": "10031" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Rabbit snare", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10032" + }, + { + "requirements": "{4,45}", + "ge_buy_limit": "20000", + "turn90cw_anim": "3177", + "walk_anim": "3177", + "durability": null, + "turn90ccw_anim": "3177", + "attack_speed": "4", + "weapon_interface": "19", + "turn180_anim": "3177", + "render_anim": "234", + "equipment_slot": "3", + "grand_exchange_price": "973", + "stand_anim": "3175", + "name": "Chinchompa", + "run_anim": "3178", + "archery_ticket_price": "0", + "id": "10033", + "stand_turn_anim": "3177", + "bonuses": "0,0,0,0,45,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{4,55}", + "ge_buy_limit": "20000", + "turn90cw_anim": "3177", + "examine": "Even more volatile than its vegetarian counterpart.", + "walk_anim": "3177", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "3177", + "attack_speed": "4", + "weapon_interface": "19", + "turn180_anim": "3177", + "render_anim": "234", + "equipment_slot": "3", + "grand_exchange_price": "1382", + "stand_anim": "3175", + "name": "Red chinchompa", + "tradeable": "true", + "run_anim": "3178", + "archery_ticket_price": "0", + "id": "10034", + "stand_turn_anim": "3177", + "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,0,0,15" + }, + { + "requirements": "{21,52}", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in polar areas.", + "grand_exchange_price": "449", + "durability": null, + "name": "Kyatt legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10035", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "449", + "durability": null, + "name": "Kyatt legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10036" + }, + { + "requirements": "{21,52}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "272", + "name": "Kyatt top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10037", + "bonuses": "0,0,0,0,0,10,15,19,0,12,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "272", + "durability": null, + "name": "Kyatt top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10038" + }, + { + "remove_head": "true", + "requirements": "{21,52}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "grand_exchange_price": "8338", + "name": "Kyatt hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10039", + "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8338", + "durability": null, + "name": "Kyatt hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10040" + }, + { + "requirements": "{21,28}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "grand_exchange_price": "2889", + "durability": null, + "name": "Larupia legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10041", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2889", + "durability": null, + "name": "Larupia legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10042" + }, + { + "requirements": "{21,28}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3232", + "name": "Larupia top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10043", + "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3232", + "durability": null, + "name": "Larupia top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10044" + }, + { + "remove_head": "true", + "requirements": "{21,28}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "grand_exchange_price": "7237", + "name": "Larupia hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10045", + "bonuses": "0,0,0,0,-1,4,5,3,0,4,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7237", + "durability": null, + "name": "Larupia hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10046" + }, + { + "requirements": "{21,38}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "266", + "name": "Graahk legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10047", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "266", + "durability": null, + "name": "Graahk legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10048" + }, + { + "requirements": "{21,38}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "252", + "name": "Graahk top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10049", + "bonuses": "0,0,0,0,0,10,15,19,0,12,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "252", + "durability": null, + "name": "Graahk top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10050" + }, + { + "remove_head": "true", + "requirements": "{21,38}", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "grand_exchange_price": "8445", + "name": "Graahk headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10051", + "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8445", + "durability": null, + "name": "Graahk headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10052" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in wooded areas.", + "grand_exchange_price": "3527", + "durability": null, + "name": "Wood camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10053", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3527", + "durability": null, + "name": "Wood camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10054" + }, + { + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in wooded areas.", + "grand_exchange_price": "3228", + "durability": null, + "name": "Wood camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10055", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3228", + "durability": null, + "name": "Wood camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10056" + }, + { + "requirements": "{21,4}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in jungle areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "315", + "name": "Jungle camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10057", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "315", + "durability": null, + "name": "Jungle camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10058" + }, + { + "requirements": "{21,4}", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in jungle areas.", + "grand_exchange_price": "462", + "durability": null, + "name": "Jungle camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10059", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "462", + "durability": null, + "name": "Jungle camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10060" + }, + { + "requirements": "{21,10}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "541", + "name": "Desert camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10061", + "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "541", + "durability": null, + "name": "Desert camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10062" + }, + { + "requirements": "{21,10}", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in desert areas.", + "grand_exchange_price": "910", + "durability": null, + "name": "Desert camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10063", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "910", + "durability": null, + "name": "Desert camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10064" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "grand_exchange_price": "7990", + "durability": null, + "name": "Polar camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10065", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7990", + "durability": null, + "name": "Polar camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10066" + }, + { + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in polar areas", + "grand_exchange_price": "8389", + "durability": null, + "name": "Polar camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10067", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8389", + "durability": null, + "name": "Polar camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10068" + }, + { + "requirements": "{21,40}", + "ge_buy_limit": "100", "examine": "A surprisingly aerodynamic cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "grand_exchange_price": "1140", "durability": null, - "equipment_slot": "1", + "name": "Spotted cape", "tradeable": "true", - "weight": "0.4" + "weight": "-2.2", + "archery_ticket_price": "0", + "id": "10069", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10664", - "name": "Spottier cape", + "ge_buy_limit": "100", + "grand_exchange_price": "1140", + "durability": null, + "name": "Spotted cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10070" + }, + { + "requirements": "{21,66}", + "ge_buy_limit": "100", "examine": "A really surprisingly aerodynamic cape.", + "grand_exchange_price": "1262", + "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "weight": "-4.5", "archery_ticket_price": "0", + "id": "10071", "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1262", "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10072" + }, + { + "requirements": "{21,40}", + "examine": "A surprisingly aerodynamic cape.", + "grand_exchange_price": "951", + "durability": null, + "name": "Spotted cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10073", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,66}", + "examine": "A really surprisingly aerodynamic cape.", + "grand_exchange_price": "881", + "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10074", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,54}", + "ge_buy_limit": "100", + "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.", + "grand_exchange_price": "1063", + "durability": null, + "name": "Gloves of silence", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10075", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1063", + "durability": null, + "name": "Gloves of silence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10076" + }, + { + "ge_buy_limit": "100", + "examine": "Attack at your own risk.", + "grand_exchange_price": "80", + "durability": null, + "name": "Spiky vambraces", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10077", + "bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0", + "equip_audio": "2241", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "80", + "durability": null, + "name": "Spiky vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10078" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "100", + "examine": "Made from 100% real dragonhide. Now with added spikiness.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "1353", + "name": "Green spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10079", + "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1353", + "durability": null, + "name": "Green spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10080" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "100", + "examine": "Made from 100% real dragonhide. Now with added spikiness.", + "grand_exchange_price": "1773", + "durability": null, + "name": "Blue spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10081", + "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,2,0,0,0", + "equip_audio": "2241", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1773", + "durability": null, + "name": "Blue spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10082" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "100", + "examine": "Vambraces made from 100% real dragonhide. Now with added spikes.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "1978", + "name": "Red spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10083", + "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1978", + "durability": null, + "name": "Red spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10084" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "100", + "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "2727", + "name": "Black spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10085", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2727", + "durability": null, + "name": "Black spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10086" + }, + { + "ge_buy_limit": "5000", + "examine": "Attractive to other birds and hunters alike.", + "grand_exchange_price": "20", + "durability": null, + "name": "Stripy feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10087" + }, + { + "shop_price": "3", + "ge_buy_limit": "5000", + "examine": "A vivid red feather.", + "grand_exchange_price": "23", + "durability": null, + "name": "Red feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10088" + }, + { + "ge_buy_limit": "5000", + "examine": "A cool blue feather.", + "grand_exchange_price": "27", + "durability": null, + "name": "Blue feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10089" + }, + { + "ge_buy_limit": "5000", + "examine": "A bright yellow feather.", + "grand_exchange_price": "36", + "durability": null, + "name": "Yellow feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10090" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "A fairly plain feather.", + "grand_exchange_price": "25", + "durability": null, + "name": "Orange feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10091" + }, + { + "ge_buy_limit": "100", + "examine": "It's a shabby-looking larupia fur.", + "grand_exchange_price": "1195", + "durability": null, + "name": "Tatty larupia fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10093" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1195", + "durability": null, + "name": "Tatty larupia fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10094" + }, + { + "ge_buy_limit": "100", + "examine": "It's a perfect-looking larupia fur.", + "grand_exchange_price": "4986", + "durability": null, + "name": "Larupia fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10095" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4986", + "durability": null, + "name": "Larupia fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10096" + }, + { + "ge_buy_limit": "100", + "examine": "It's a shabby-looking graahk fur.", + "grand_exchange_price": "28", + "durability": null, + "name": "Tatty graahk fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10097" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28", + "durability": null, + "name": "Tatty graahk fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10098" + }, + { + "ge_buy_limit": "100", + "examine": "It's a perfect-looking graahk fur.", + "grand_exchange_price": "7574", + "durability": null, + "name": "Graahk fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10099" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7574", + "durability": null, + "name": "Graahk fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10100" + }, + { + "ge_buy_limit": "100", + "examine": "It's a shabby-looking kyatt fur.", + "grand_exchange_price": "23", + "durability": null, + "name": "Tatty kyatt fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10101" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23", + "durability": null, + "name": "Tatty kyatt fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10102" + }, + { + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "It's a perfect-looking kyatt fur.", + "grand_exchange_price": "11100", + "durability": null, + "name": "Kyatt fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10103" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11100", + "durability": null, + "name": "Kyatt fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10104" + }, + { + "ge_buy_limit": "5000", + "examine": "These bone spikes are both very tough and very sharp.", + "grand_exchange_price": "154", + "durability": null, + "name": "Kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10105" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "154", + "durability": null, + "name": "Kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10106" + }, + { + "ge_buy_limit": "5000", + "examine": "These bone spikes are both very tough and very sharp.", + "grand_exchange_price": "1619", + "durability": null, + "name": "Long kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10107" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1619", + "durability": null, + "name": "Long kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10108" + }, + { + "ge_buy_limit": "5000", + "examine": "A kebbit-sized set of dentures.", + "grand_exchange_price": "894", + "durability": null, + "name": "Kebbit teeth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10109" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "894", + "durability": null, + "name": "Kebbit teeth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10110" + }, + { + "ge_buy_limit": "5000", + "examine": "Previously a kebbit-sized set of dentures.", + "grand_exchange_price": "947", + "durability": null, + "name": "Kebbit teeth dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10111" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "947", + "durability": null, + "name": "Kebbit teeth dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10112" + }, + { + "ge_buy_limit": "5000", + "examine": "More menacing when attached to the owner.", + "grand_exchange_price": "55", + "durability": null, + "name": "Kebbit claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10113" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "55", + "durability": null, + "name": "Kebbit claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10114" + }, + { + "ge_buy_limit": "100", + "examine": "Sleek, silent, and furry.", + "grand_exchange_price": "92", + "durability": null, + "name": "Dark kebbit fur", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10115" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "durability": null, + "name": "Dark kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10116" + }, + { + "shop_price": "12", + "ge_buy_limit": "175", + "examine": "A thick fur for a cold climate.", + "grand_exchange_price": "3862", + "durability": null, + "name": "Polar kebbit fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10117" + }, + { + "ge_buy_limit": "175", + "grand_exchange_price": "3862", + "durability": null, + "name": "Polar kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10118" + }, + { + "ge_buy_limit": "100", + "examine": "Not actually from a weasel, but it is, at least, furry.", + "grand_exchange_price": "3", + "durability": null, + "name": "Feldip weasel fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10119" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3", + "durability": null, + "name": "Feldip weasel fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10120" + }, + { + "ge_buy_limit": "100", + "examine": "Common fur from a common kebbit.", + "grand_exchange_price": "1555", + "durability": null, + "name": "Common kebbit fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10121" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1555", + "durability": null, + "name": "Common kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10122" + }, + { + "ge_buy_limit": "100", + "examine": "Sandy coloured kebbit fur.", + "grand_exchange_price": "95", + "durability": null, + "name": "Desert devil fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10123" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "95", + "durability": null, + "name": "Desert devil fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10124" + }, + { + "ge_buy_limit": "100", + "examine": "Maybe this is why people think furry dice make you go faster.", + "grand_exchange_price": "8", + "durability": null, + "name": "Spotted kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10125" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Spotted kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10126" + }, + { + "ge_buy_limit": "100", + "examine": "Nature's equivalent of go-faster stripes.", + "grand_exchange_price": "69", + "durability": null, + "name": "Dashing kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10127" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "69", + "durability": null, + "name": "Dashing kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10128" + }, + { + "requirements": "{10,35}", + "ge_buy_limit": "100", + "examine": "A mighty Hunter weapon. One previous owner.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "5", + "equipment_slot": "3", + "grand_exchange_price": "19", + "name": "Barb-tail harpoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10129", + "bonuses": "9,4,-4,0,0,0,0,0,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Barb-tail harpoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10130" + }, + { + "requirements": "{21,24}", + "ge_buy_limit": "100", + "examine": "Not so lucky for the rabbit.", + "grand_exchange_price": "789", + "durability": null, + "name": "Strung rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10132", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "789", + "durability": null, + "name": "Strung rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10133" + }, + { + "ge_buy_limit": "100", + "examine": "This could be put on a string and worn for luck.", + "grand_exchange_price": "543", + "durability": null, + "name": "Rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10134" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "543", + "durability": null, + "name": "Rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10135" + }, + { + "shop_price": "48", + "ge_buy_limit": "10000", + "examine": "Well, this would certainly add some colour to a meal.", + "grand_exchange_price": "99", + "durability": null, + "name": "Rainbow fish", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10136" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "99", + "durability": null, + "name": "Rainbow fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10137" + }, + { + "ge_buy_limit": "20000", + "examine": "A colourful fish, attracted to colourful flies.", + "grand_exchange_price": "236", + "durability": null, + "name": "Raw rainbow fish", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10138" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "236", + "durability": null, + "name": "Raw rainbow fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10139" + }, + { + "durability": null, + "name": "Burnt rainbow fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10141" + }, + { + "requirements": "{0,30}-{4,30}-{6,30}", + "ge_buy_limit": "10000", + "examine": "A thick, foul-smelling, tar-like substance with a green tinge", + "grand_exchange_price": "28", + "durability": null, + "name": "Guam tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10142", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{0,50}-{4,50}-{6,50}", + "ge_buy_limit": "10000", + "examine": "A thick, foul-smelling, tar-like substance with an orange tinge.", + "grand_exchange_price": "12", + "durability": null, + "name": "Marrentill tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10143", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{0,60}-{4,60}-{6,60}", + "ge_buy_limit": "10000", + "examine": "A thick, foul-smelling, tar-like substance with a red tinge.", + "grand_exchange_price": "28", + "durability": null, + "name": "Tarromin tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10144", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{0,70}-{4,70}-{6,70}", + "ge_buy_limit": "10000", + "examine": "A dark, thick, foul-smelling, tar-like substance.", + "grand_exchange_price": "47", + "durability": null, + "name": "Harralander tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10145", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy, but kind of cute.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "6", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10146", + "stand_turn_anim": "823", + "bonuses": "0,19,0,0,29,0,0,0,0,0,0,31,0,0,0", + "requirements": "{0,50}-{4,50}-{6,50}", + "shop_price": "127", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Orange salamander" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy but certainly striking.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10147", + "stand_turn_anim": "823", + "bonuses": "0,37,0,0,47,0,0,0,0,0,0,49,0,0,0", + "requirements": "{0,60}-{4,60}-{6,60}", + "shop_price": "190", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Red salamander" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy and somewhat menacing.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "124", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10148", + "stand_turn_anim": "823", + "bonuses": "0,59,0,0,69,0,0,0,0,0,0,71,0,0,0", + "requirements": "{0,70}-{4,70}-{6,70}", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Black salamander" + }, + { + "ge_buy_limit": "2000", + "turn90cw_anim": "5245", + "examine": "A very slimy and generally disgusting green lizard.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "1802", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10149", + "stand_turn_anim": "823", + "bonuses": "0,10,0,0,20,0,0,0,0,0,0,22,0,0,0", + "requirements": "{0,30}-{4,30}-{6,30}", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Swamp lizard" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A noose on a stick.", + "walk_anim": "5250", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "5251", + "render_anim": "1279", + "equipment_slot": "3", + "grand_exchange_price": "1", + "stand_anim": "5254", + "name": "Noose wand", + "tradeable": "true", + "run_anim": "5253", + "archery_ticket_price": "0", + "id": "10150", + "stand_turn_anim": "5252" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Noose wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10151" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A weapon made of bone and wood.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "4227", + "equipment_slot": "3", + "grand_exchange_price": "2496", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "10156", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,50}", + "shop_price": "1300", + "durability": null, + "weight": "5", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Hunters' crossbow" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2496", + "durability": null, + "name": "Hunters' crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10157" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "1000", + "examine": "Bolts made from the spikes of a prickly kebbit.", + "grand_exchange_price": "28", + "durability": null, + "name": "Kebbit bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10158", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "1000", + "examine": "Bolts made from the spikes of a razor-backed kebbit.", + "grand_exchange_price": "352", + "durability": null, + "name": "Long kebbit bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10159", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,38", + "equipment_slot": "13" + }, + { + "durability": null, + "name": "Orange salamander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10160" + }, + { + "durability": null, + "name": "Red salamander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10161" + }, + { + "durability": null, + "name": "Black salamander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10162" + }, + { + "durability": null, + "name": "Swamp lizard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10163" + }, + { + "examine": "Probably a bit too big for fly fishing.", + "durability": null, + "name": "Eagle feather", + "archery_ticket_price": "0", + "id": "10167" + }, + { + "examine": "A cape made from giant eagle feathers.", + "durability": null, + "name": "Eagle cape", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10171", + "equipment_slot": "1" + }, + { + "examine": "A cheaply made fake beak.", + "durability": null, + "name": "Fake beak", + "archery_ticket_price": "0", + "id": "10172", + "equipment_slot": "0" + }, + { + "examine": "The title reads 'William Oddity's Guide to the Avian.", + "durability": null, + "name": "Bird book", + "archery_ticket_price": "0", + "id": "10173" + }, + { + "destroy_message": "You can obtain another metal feather from the camp", + "examine": "A small feather made out of some sort of metal. The detail is exquisite.", + "durability": null, + "name": "Metal feather", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10174" + }, + { + "destroy_message": "You can get another by inspecting the opening", + "examine": "An intricate feather crafted from a silver-coloured metal of some sort.", + "durability": null, + "name": "Silver feather", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10176" + }, + { + "destroy_message": "You can get another by taking from pedestal.", + "examine": "An intricate feather crafted from a bronze-coloured metal of some sort.", + "durability": null, + "name": "Bronze feather", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10177" + }, + { + "examine": "\"It looks like bird seed, but it's not quite right somehow.", + "durability": null, + "name": "Odd bird seed", + "archery_ticket_price": "0", + "id": "10178" + }, + { + "examine": "There's a feather glued to the front. \"Property of Arthur Artimus\".", + "durability": null, + "name": "Feathered journal", + "archery_ticket_price": "0", + "id": "10179" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10180" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10181" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10182" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10183" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10184" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10185" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10186" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10187" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10188" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10189" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10190" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10191" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10192" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10193" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10194" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10195" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10196" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10197" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10198" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10199" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10200" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10201" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10202" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10203" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10204" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10205" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10206" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10207" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10208" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10209" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10210" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10211" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10212" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10213" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10214" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10215" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10216" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10217" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10218" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10219" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10220" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10221" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10222" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10223" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10224" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10225" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10226" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10227" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10228" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10229" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10230" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10231" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10232" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10233" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10234" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10235" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10236" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10237" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10238" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10239" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10240" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10241" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10242" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10243" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10244" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10245" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10246" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10247" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10248" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10249" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10250" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10251" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10252" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10253" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10254" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10255" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10256" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10257" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10258" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10259" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10260" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10261" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10262" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10263" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10264" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10265" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10266" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10267" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10268" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10269" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10270" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10271" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10272" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10273" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10274" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10275" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10276" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10277" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10278" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10279" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A powerful bow made from willow.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "136", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10280", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,20}", + "durability": null, + "weight": "1.8", + "weapon_interface": "16", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Willow comp bow" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "136", + "durability": null, + "name": "Willow comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10281" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A powerful bow made from yew wood.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "876", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10282", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,40}", + "durability": null, + "weight": "1.8", + "weapon_interface": "16", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Yew comp bow" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "876", + "durability": null, + "name": "Yew comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10283" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A powerful bow made from magic wood.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "1268", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10284", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,50}", + "durability": null, + "weight": "1.3", + "weapon_interface": "16", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Magic comp bow" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1268", + "durability": null, + "name": "Magic comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10285" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "23600", + "name": "Rune helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10286", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23600", + "durability": null, + "name": "Rune helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10287" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "20800", + "name": "Rune helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10288", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20800", + "durability": null, + "name": "Rune helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10289" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "20800", + "name": "Rune helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10290", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20800", + "durability": null, + "name": "Rune helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10291" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "21100", + "name": "Rune helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10292", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "21100", + "durability": null, + "name": "Rune helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10293" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "24900", + "name": "Rune helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10294", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "24900", + "durability": null, + "name": "Rune helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10295" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "31500", + "name": "Adamant helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10296", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "31500", + "durability": null, + "name": "Adamant helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10297" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10100", + "name": "Adamant helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10298", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10100", + "durability": null, + "name": "Adamant helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10299" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "8797", + "name": "Adamant helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10300", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8797", + "durability": null, + "name": "Adamant helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10301" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An Adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10900", + "name": "Adamant helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10302", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10900", + "durability": null, + "name": "Adamant helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10303" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "17100", + "name": "Adamant helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10304", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "17100", + "durability": null, + "name": "Adamant helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10305" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "20400", + "name": "Black helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10306", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20400", + "durability": null, + "name": "Black helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10307" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "7033", + "name": "Black helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10308", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7033", + "durability": null, + "name": "Black helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10309" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7574", + "name": "Black helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10310", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7574", + "durability": null, + "name": "Black helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10311" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10100", + "name": "Black helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10312", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10100", + "durability": null, + "name": "Black helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10313" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10400", + "name": "Black helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10314", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10400", + "durability": null, + "name": "Black helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10315" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Never give your password out to anyone.'", + "grand_exchange_price": "8196", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10316", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8196", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10317" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Always check the second trade screen.'", + "grand_exchange_price": "14700", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10318", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14700", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10319" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Never trade in the wilderness!'", + "grand_exchange_price": "8403", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10320", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8403", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10321" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'A bank pin will keep your items secure.'", + "grand_exchange_price": "9230", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10322", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9230", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10323" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Keep your computer keylogger free and virus scanned.'", + "grand_exchange_price": "8197", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10324", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8197", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10325" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "112", + "durability": null, + "name": "Purple firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10326" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "167", + "durability": null, + "name": "White firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10327" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "White logs", + "archery_ticket_price": "0", + "id": "10328" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Purple logs", + "archery_ticket_price": "0", + "id": "10329" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "4", + "absorb": "0,6,3", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "33900000", + "name": "3rd age range top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10330", + "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "33900000", + "durability": null, + "name": "3rd age range top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10331" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "6", + "absorb": "0,4,2", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "20800000", + "name": "3rd age range legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10332", + "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20800000", + "durability": null, + "name": "3rd age range legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10333" + }, + { + "remove_head": "true", + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "5000", + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "6100000", + "name": "3rd age range coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10334", + "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "6100000", + "durability": null, + "name": "3rd age range coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10335" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "7100000", + "name": "3rd age vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10336", + "bonuses": "0,0,0,-10,11,6,5,7,9,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7100000", + "durability": null, + "name": "3rd age vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10337" + }, + { + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "weight": "2.5", + "absorb": "4,2,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "66500000", + "name": "3rd age robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10338", + "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "66500000", + "durability": null, + "name": "3rd age robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10339" + }, + { + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "weight": "1", + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "31500000", + "name": "3rd age robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10340", + "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "31500000", + "durability": null, + "name": "3rd age robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10341" + }, + { + "remove_head": "true", + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "absorb": "2,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21000000", + "name": "3rd age mage hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10342", + "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "21000000", + "durability": null, + "name": "3rd age mage hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10343" + }, + { + "lendable": "true", + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "20100000", + "durability": null, + "name": "3rd age amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10344", + "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20100000", + "durability": null, + "name": "3rd age amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10345" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "2", + "absorb": "3,0,6", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "92800000", + "name": "3rd age platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10346", + "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "92800000", + "durability": null, + "name": "3rd age platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10347" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "9", + "absorb": "4,0,9", + "equip_audio": "2234", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "86200000", + "name": "3rd age platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10348", + "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "86200000", + "durability": null, + "name": "3rd age platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10349" + }, + { + "remove_head": "true", + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "1", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "41600000", + "name": "3rd age full helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10350", + "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "41600000", + "durability": null, + "name": "3rd age full helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10351" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "2", + "absorb": "5,0,11", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "65100000", + "name": "3rd age kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10352", + "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "65100000", + "durability": null, + "name": "3rd age kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10353" + }, + { + "ge_buy_limit": "100", + "examine": "A dragonstone amulet with 4 magic charges.", + "grand_exchange_price": "233100", + "durability": null, + "name": "Amulet of glory(t4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10354", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "233100", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10355" + }, + { + "examine": "A dragonstone amulet with 3 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10356", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10357" + }, + { + "examine": "A dragonstone amulet with 2 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10358", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10359" + }, + { + "examine": "A dragonstone amulet with 1 magic charge.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10360", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10361" + }, + { + "ge_buy_limit": "100", + "examine": "A very powerful dragonstone amulet with a nice trim.", + "grand_exchange_price": "223000", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10362", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "223000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10363" + }, + { + "ge_buy_limit": "2", + "examine": "An enchanted ruby amulet with a nice trim.", + "grand_exchange_price": "819400", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10364", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "819400", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10365" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "128700", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10366", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "128700", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10367" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide vambraces.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "116200", + "name": "Zamorak bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10368", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "116200", + "durability": null, + "name": "Zamorak bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10369" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide body armour.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "155200", + "name": "Zamorak d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10370", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "155200", + "durability": null, + "name": "Zamorak d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10371" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide chaps.", + "durability": null, + "weight": "5", + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "35100", + "name": "Zamorak chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10372", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "35100", + "durability": null, + "name": "Zamorak chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10373" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide coif.", + "durability": null, + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "35900", + "name": "Zamorak coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10374", + "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "35900", + "durability": null, + "name": "Zamorak coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10375" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide vambraces.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "3181", + "name": "Guthix bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10376", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3181", + "durability": null, + "name": "Guthix bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10377" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "13", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide body armour.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "39800", + "name": "Guthix dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10378", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "39800", + "durability": null, + "name": "Guthix dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10379" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide chaps.", + "durability": null, + "weight": "5", + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "7346", + "name": "Guthix chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10380", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7346", + "durability": null, + "name": "Guthix chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10381" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide coif.", + "durability": null, + "weight": "0.85", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "27500", + "name": "Guthix coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10382", + "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "27500", + "durability": null, + "name": "Guthix coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10383" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide vambraces.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "70800", + "name": "Saradomin bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10384", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "70800", + "durability": null, + "name": "Saradomin bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10385" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "13000", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide body armour.", + "durability": null, + "destroy": "true", + "weight": "6", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "164100", + "name": "Saradomin d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10386", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "164100", + "durability": null, + "name": "Saradomin d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10387" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide chaps.", + "durability": null, + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "36600", + "name": "Saradomin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10388", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36600", + "durability": null, + "name": "Saradomin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10389" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide coif.", + "durability": null, + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "28000", + "name": "Saradomin coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10390", + "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "28000", + "durability": null, + "name": "Saradomin coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10391" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A big 'do about nothing.", + "grand_exchange_price": "45400", + "durability": null, + "name": "A powdered wig", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10392", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "45400", + "durability": null, + "name": "A powdered wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10393" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "These'll help me stay alive.", + "grand_exchange_price": "448900", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10394", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "448900", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10395" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Alas, someone has slashed my pantaloons.", + "grand_exchange_price": "9863", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10396", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9863", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10397" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A cap for wearing whil...zzzzzzzzz", + "grand_exchange_price": "276400", + "durability": null, + "name": "Sleeping cap", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10398", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "276400", + "durability": null, + "name": "Sleeping cap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10399" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant mans' black shirt.", + "grand_exchange_price": "921500", + "durability": null, + "name": "Black ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10400", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "921500", + "durability": null, + "name": "Black ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10401" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant black pair of pantaloons.", + "grand_exchange_price": "270700", + "durability": null, + "name": "Black ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10402", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "270700", + "durability": null, + "name": "Black ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10403" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant men's red shirt.", + "grand_exchange_price": "118600", + "durability": null, + "name": "Red ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10404", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "118600", + "durability": null, + "name": "Red ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10405" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant red pair of pantaloons.", + "grand_exchange_price": "39400", + "durability": null, + "name": "Red ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10406", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "39400", + "durability": null, + "name": "Red ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10407" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant mans' blue shirt.", + "grand_exchange_price": "134700", + "durability": null, + "name": "Blue ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10408", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "134700", + "durability": null, + "name": "Blue ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10409" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant pair of men's blue pantaloons", + "grand_exchange_price": "80700", + "durability": null, + "name": "Blue ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10410", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "80700", + "durability": null, + "name": "Blue ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10411" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant men's green shirt.", + "grand_exchange_price": "162600", + "durability": null, + "name": "Green ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10412", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "162600", + "durability": null, + "name": "Green ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10413" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant green pair of men's pantaloons.", + "grand_exchange_price": "36100", + "durability": null, + "name": "Green ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10414", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36100", + "durability": null, + "name": "Green ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10415" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant men's purple shirt.", + "grand_exchange_price": "116200", + "durability": null, + "name": "Purple ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10416", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "116200", + "durability": null, + "name": "Purple ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10417" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant purple pair of pantaloons.", + "grand_exchange_price": "73400", + "durability": null, + "name": "Purple ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10418", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "73400", + "durability": null, + "name": "Purple ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10419" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant white blouse.", + "grand_exchange_price": "571500", + "durability": null, + "name": "White ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10420", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "571500", + "durability": null, + "name": "White ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10421" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant white skirt.", + "grand_exchange_price": "56600", + "durability": null, + "name": "White ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10422", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "56600", + "durability": null, + "name": "White ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10423" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant ladies' red blouse.", + "grand_exchange_price": "15000", + "durability": null, + "name": "Red ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10424", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "15000", + "durability": null, + "name": "Red ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10425" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant Red skirt.", + "grand_exchange_price": "7132", + "durability": null, + "name": "Red ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10426", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7132", + "durability": null, + "name": "Red ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10427" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant blue blouse.", + "grand_exchange_price": "22200", + "durability": null, + "name": "Blue ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10428", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "22200", + "durability": null, + "name": "Blue ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10429" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant blue skirt.", + "grand_exchange_price": "12200", + "durability": null, + "name": "Blue ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10430", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "12200", + "durability": null, + "name": "Blue ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10431" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant green blouse.", + "grand_exchange_price": "12300", + "durability": null, + "name": "Green ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10432", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "12300", + "durability": null, + "name": "Green ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10433" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant green skirt.", + "grand_exchange_price": "10300", + "durability": null, + "name": "Green ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10434", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10300", + "durability": null, + "name": "Green ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10435" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant ladies' purple blouse.", + "grand_exchange_price": "22800", + "durability": null, + "name": "Purple ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10436", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "22800", + "durability": null, + "name": "Purple ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10437" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant purple skirt.", + "grand_exchange_price": "16700", + "durability": null, + "name": "Purple ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10438", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "16700", + "durability": null, + "name": "Purple ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10439" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Saradomin crozier.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "8611", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10440", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", + "requirements": "{5,60}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Saradomin crozier" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8611", + "durability": null, + "name": "Saradomin crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10441" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Guthix crozier.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "2925", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10442", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", + "requirements": "{5,60}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Guthix crozier" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2925", + "durability": null, + "name": "Guthix crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10443" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Zamorak crozier.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "2794", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10444", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", + "requirements": "{5,60}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zamorak crozier" + }, + { + "attack_anims": "", + "ge_buy_limit": "2", + "grand_exchange_price": "2794", + "durability": null, + "name": "Zamorak crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10445" + }, + { + "requirements": "{5,40}", + "ge_buy_limit": "2", + "examine": "A Saradomin cloak.", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Saradomin cloak", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10446", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Saradomin cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10447" + }, + { + "requirements": "{5,40}", + "ge_buy_limit": "2", + "examine": "A Guthix cloak.", + "grand_exchange_price": "391000", + "durability": null, + "name": "Guthix cloak", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10448", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "391000", + "durability": null, + "name": "Guthix cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10449" + }, + { + "requirements": "{5,40}", + "ge_buy_limit": "2", + "examine": "A Zamorak cloak.", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Zamorak cloak", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10450", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Zamorak cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10451" + }, + { + "remove_head": "true", + "requirements": "{5,40}-{6,40}", + "ge_buy_limit": "2", + "examine": "A Saradomin mitre.", + "grand_exchange_price": "299200", + "durability": null, + "name": "Saradomin mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10452", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "299200", + "durability": null, + "name": "Saradomin mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10453" + }, + { + "remove_head": "true", + "requirements": "{5,40}-{6,40}", + "ge_buy_limit": "2", + "examine": "A Guthix mitre.", + "grand_exchange_price": "130300", + "durability": null, + "name": "Guthix mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10454", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "130300", + "durability": null, + "name": "Guthix mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10455" + }, + { + "remove_head": "true", + "requirements": "{5,40}-{6,40}", + "ge_buy_limit": "2", + "examine": "A Zamorak mitre.", + "durability": null, + "weight": "0.3", + "equipment_slot": "0", + "grand_exchange_price": "346500", + "name": "Zamorak mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10456", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "346500", + "durability": null, + "name": "Zamorak mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10457" + }, + { + "requirements": "{5,20}", + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Blessed vestments of Saradomin.", + "grand_exchange_price": "121400", + "durability": null, + "name": "Saradomin robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10458", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "121400", + "durability": null, + "name": "Saradomin robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10459" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Zamorak Vestments.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "154700", + "name": "Zamorak robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10460", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "154700", + "durability": null, + "name": "Zamorak robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10461" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Blessed vestments of Guthix.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "75200", + "name": "Guthix robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10462", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "75200", + "durability": null, + "name": "Guthix robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10463" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Leggings from the Saradomin Vestments.", + "grand_exchange_price": "56300", + "durability": null, + "name": "Saradomin robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10464", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "56300", + "durability": null, + "name": "Saradomin robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10465" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Leggings from the Guthix Vestments.", + "grand_exchange_price": "56900", + "durability": null, + "name": "Guthix robe legs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10466", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "56900", + "durability": null, + "name": "Guthix robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10467" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Legs of the Zamorak Vestments.", + "grand_exchange_price": "79400", + "durability": null, + "name": "Zamorak robe legs", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "10468", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "79400", + "durability": null, + "name": "Zamorak robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10469" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "examine": "A Saradomin stole.", + "grand_exchange_price": "14000", + "durability": null, + "name": "Saradomin stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10470", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14000", + "durability": null, + "name": "Saradomin stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10471" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "examine": "A blessed stole.", + "grand_exchange_price": "3849", + "durability": null, + "name": "Guthix stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10472", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3849", + "durability": null, + "name": "Guthix stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10473" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "examine": "A Zamorak stole.", + "grand_exchange_price": "13700", + "durability": null, + "name": "Zamorak stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10474", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "13700", + "durability": null, + "name": "Zamorak stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10475" + }, + { + "ge_buy_limit": "1000", + "examine": "Remember to brush after eating!", + "grand_exchange_price": "22700", + "durability": null, + "name": "Purple sweets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10476" + }, + { + "durability": null, + "name": "Scroll", + "archery_ticket_price": "0", + "id": "10485", + "equipment_slot": "3" + }, + { + "shop_price": "1", + "examine": "An empty sack.", + "grand_exchange_price": "30", + "durability": null, + "name": "Empty sack", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10486" + }, + { + "turn90cw_anim": "821", + "examine": "Yup, definitely a chicken...an undead chicken.", + "walk_anim": "5364", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "12", + "turn180_anim": "5438", + "equip_audio": "3277", + "render_anim": "1171", + "equipment_slot": "3", + "stand_anim": "5363", + "name": "Undead chicken", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10487", + "stand_turn_anim": "823", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "destroy_message": "The Witch in Draynor supplies these bars.", + "examine": "An iron bar supplied by an insane old crone.", + "durability": null, + "name": "Selected iron", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10488", + "equipment_slot": "3" + }, + { + "destroy_message": "I can make another magnet using special bars. The Witch in Draynor supplies these bars.", + "examine": "A magnet designed for undead chicken use.", + "durability": null, + "name": "Bar magnet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10489" + }, + { + "destroy_message": "I can chop more wood from undead trees using my blessed axe.", + "examine": "Were they trying to escape just then?", + "durability": null, + "name": "Undead twigs", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10490" + }, + { + "examine": "It radiates purity but can still lop off heads.", + "durability": null, + "destroy": "true", + "weight": "1.1", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.", + "attack_audios": "2498,2498,2497,2498", + "name": "Blessed axe", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10491", + "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,2,0,0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "These make no sense at all.", + "durability": null, + "name": "Research notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10492" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "They still make no sense, but look more meaningful now.", + "durability": null, + "name": "Translated notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10493" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Attach tab A to button B then fold along line C...", + "durability": null, + "name": "A pattern", + "archery_ticket_price": "0", + "id": "10494" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A desirable residence for discerning, undead chickens.", + "durability": null, + "name": "A container", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10495" + }, + { + "examine": "Shiny!", + "durability": null, + "name": "Polished buttons", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10496" + }, + { + "shop_price": "999", + "examine": "A bagged chicken ready to serve you, magnet in claw.", + "durability": null, + "destroy": "true", + "weight": "4.5", + "equip_audio": "3284", "equipment_slot": "1", - "tradeable": "true", - "weight": "0.4" + "destroy_message": "I can buy a replacement from Ava in Draynor Manor; she will charge me 999 coins for this service.", + "name": "Ava's attractor", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10498", + "bonuses": "0,0,0,0,2,0,0,0,2,0,0,0,0,0,0" }, { - "id": "10665", - "name": "Black shield(h1)", + "shop_price": "999", + "examine": "A superior bagged chicken ready to serve you, magnet in claw.", + "durability": null, + "destroy": "true", + "weight": "4.5", + "equip_audio": "3284", + "equipment_slot": "1", + "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower", + "name": "Ava's accumulator", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10499", + "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0" + }, + { + "destroy_message": "I can obtain a replacement for this from the crone who lives west of the Port Phasmatys farm.", + "examine": "Allows the ghost farmer to talk to Alice - a breakthrough!", + "durability": null, + "name": "Crone-made amulet", + "tradeable": "false", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10500", + "equipment_slot": "2" + }, + { + "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", + "durability": null, + "name": "Snowball", + "archery_ticket_price": "0", + "id": "10501", + "weapon_interface": "18", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,1", + "equipment_slot": "3" + }, + { + "examine": "A gublinch frozen and crumbled into shards.", + "durability": null, + "name": "Gublinch shards", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "10506" + }, + { + "remove_head": "true", + "destroy_message": "You can reclaim this item from the place you found it. this item", + "examine": "A reindeer hat and a matching flashing nose.", + "durability": null, + "name": "Reindeer hat", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10507", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A wintumber tree for your player-owned house.", + "durability": null, + "name": "Wintumber tree", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "10508" + }, + { + "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", + "durability": null, + "name": "Snowball", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10509" + }, + { + "durability": null, + "name": "Snowball", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10510" + }, + { + "examine": "They're going to sing to you!", + "durability": null, + "name": "Zanaris choir", + "archery_ticket_price": "0", + "id": "10511" + }, + { + "destroy_message": "Unknown You can reclaim this item from the place you found it.", + "examine": "Some dry crackers.", + "durability": null, + "name": "Crackers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10513" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A block of tofu.", + "durability": null, + "name": "Tofu", + "archery_ticket_price": "0", + "id": "10514" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some meaty worms.", + "durability": null, + "name": "Worms", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10515" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10516" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10517" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10518" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10519" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10520" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10521" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10522" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10523" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10524" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10525" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10526" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10527" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10528" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10529" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10530" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Used to poison your enemies!", + "durability": null, + "name": "Green egg", + "archery_ticket_price": "0", + "id": "10531" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Will explode when fired.", + "durability": null, + "name": "Red egg", + "archery_ticket_price": "0", + "id": "10532" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Stun your foes!", + "durability": null, + "name": "Blue egg", + "archery_ticket_price": "0", + "id": "10533" + }, + { + "examine": "A yellow egg; it needs passing to the Healer to be poisoned!", + "durability": null, + "name": "Yellow egg", + "archery_ticket_price": "0", + "id": "10534" + }, + { + "examine": "A poisoned yellow egg; pass it to the Attacker for spikes to be added!", + "durability": null, + "name": "Poisoned egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10535" + }, + { + "examine": "A poisoned, spiky egg; pass to the defender for heating!", + "durability": null, + "name": "Spiked/pois. egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10536" + }, + { + "examine": "A heated, poisoned, spiky egg; pass to the Collector for loading.", + "durability": null, + "name": "Omega egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10537" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Defender horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10538" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some poisoned tofu.", + "durability": null, + "name": "Poisoned tofu", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10539" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some poisoned worms.", + "durability": null, + "name": "Poisoned worms", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10540" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A poisoned leg of meat.", + "durability": null, + "name": "Poisoned meat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10541" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(4)", + "archery_ticket_price": "0", + "id": "10542" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(3)", + "archery_ticket_price": "0", + "id": "10543" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(2)", + "archery_ticket_price": "0", + "id": "10544" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(1)", + "archery_ticket_price": "0", + "id": "10545" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A full healing vial.", + "durability": null, + "name": "Healing vial", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10546" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance Healer hat.", + "durability": null, + "name": "Healer hat", + "weight": "2", + "archery_ticket_price": "0", + "id": "10547", + "absorb": "3,1,0", + "bonuses": "-5,-5,-5,7,-5,6,8,10,8,0,7,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance Fighter hat.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "name": "Fighter hat", + "archery_ticket_price": "0", + "id": "10548", + "bonuses": "5,5,5,-7,-7,30,32,28,-3,28,7,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance Runner hat.", + "durability": null, + "name": "Runner hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "10549", + "absorb": "1,0,3", + "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance ranger hat.", + "durability": null, + "name": "Ranger hat", + "weight": "2", + "archery_ticket_price": "0", + "id": "10550", + "absorb": "0,3,1", + "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{1,40}", + "shop_price": "375", + "examine": "Penance Fighter torso armour.", + "durability": null, + "destroy": "true", + "weight": "4", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Fighter torso", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10551", + "bonuses": "0,0,0,-30,0,66,85,62,-6,67,40,4,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "100", + "examine": "Boots made from a Penance Runner.", + "durability": null, + "name": "Runner boots", + "archery_ticket_price": "0", + "id": "10552", + "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0", + "equipment_slot": "10" + }, + { + "requirements": "{1,40}", + "shop_price": "150", + "examine": "These gloves seem unbelievably light!", + "durability": null, + "name": "Penance gloves", + "weight": "-7", + "archery_ticket_price": "0", + "id": "10553", + "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,40}", + "shop_price": "150", + "examine": "These gloves seem unbelievably light!", + "durability": null, + "name": "Penance gloves", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "10554", + "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,40}", + "shop_price": "375", + "examine": "A skirt made from the skin of a Penance Ranger.", + "durability": null, + "name": "Penance skirt", + "weight": "3", + "archery_ticket_price": "0", + "id": "10555", + "absorb": "0,4,2", + "bonuses": "0,0,0,-10,16,26,21,28,19,27,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10556", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10557", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10558", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10559", + "equipment_slot": "1" + }, + { + "examine": "A horn for communication with your team members.", + "durability": null, + "name": "Collector horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10560" + }, + { + "destroy_message": "You will have to ask Captain Cain for another.", + "shop_price": "160", + "examine": "A book about the Barbarian Assault Queen.", + "durability": null, + "name": "Queen help book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10562" + }, + { + "requirements": "{1,50}-{2,50}", + "shop_price": "95000", + "ge_buy_limit": "10", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "22.6", + "absorb": "4,0,8", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "126800", + "name": "Granite body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10564", + "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "126800", + "durability": null, + "name": "Granite body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10565" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10566", + "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0", + "equipment_slot": "1" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10567", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10568" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10569", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10570" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10571", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10572" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10573", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10574" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10575", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10576" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10577", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10578" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10579", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10580" + }, + { + "examine": "(Normal) A mystical-feeling dagger. (Poisoned) The twisted blade is covered with a nasty poison.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "name": "Keris", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10581", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0" + }, + { + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "durability": null, + "name": "Keris(p)", + "archery_ticket_price": "0", + "id": "10582", + "weapon_interface": "5", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "durability": null, + "name": "Keris(p+)", + "archery_ticket_price": "0", + "id": "10583", + "weapon_interface": "5", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "durability": null, + "name": "Keris(p++)", + "archery_ticket_price": "0", + "id": "10584", + "weapon_interface": "5", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "destroy_message": "You can obtain a replacement lamp from the high priest in Sophanem.", + "examine": "A mystical lamp, engraved with scenes of carnage.", + "durability": null, + "name": "Combat lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10586" + }, + { + "destroy_message": "I got this diary in Tarn's Lair, perhaps I can get another one there.", + "examine": "Tarn Razorlor's diary.", + "durability": null, + "name": "Tarn's diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10587" + }, + { + "examine": "Increases the wearer's Strength and Attack by 20% when fighting the undead.", + "durability": null, + "name": "Salve amulet(e)", + "weight": "1", + "archery_ticket_price": "0", + "id": "10588", + "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{2,50}", + "ge_buy_limit": "10", + "examine": "A stone helmet.", + "durability": null, + "weight": "4", + "absorb": "2,0,4", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "28000", + "name": "Granite helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10589", + "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "28000", + "durability": null, + "name": "Granite helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10590" + }, + { + "examine": "A terrifying dog beast.", + "durability": null, + "name": "Terror dog", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "10591" + }, + { + "destroy_message": "You can make another with tanned leather and a mahogany plank.", + "examine": "Small drums.", + "durability": null, + "name": "Penguin bongos", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10592" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Every song needs a cowbell.", + "durability": null, + "name": "Cowbells", + "weight": "2", + "archery_ticket_price": "0", + "id": "10593" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A book about clockwork mechanisms.", + "durability": null, + "name": "Clockwork book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10594" + }, + { + "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.", + "examine": "A clockwork penguin suit.", + "durability": null, + "name": "Clockwork suit", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10595" + }, + { + "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.", + "examine": "A clockwork penguin suit.", + "durability": null, + "name": "Clockwork suit", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10596" + }, + { + "destroy_message": "You will need to speak to Noodle to get another.", + "examine": "So you can be a penguin too!", + "durability": null, + "name": "Kgp id card", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10600" + }, + { + "shop_price": "15000", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10601", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "shop_price": "15000", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10602", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "shop_price": "15000", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10603", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Make your foes cower by wearing a skull as a helmet!", + "durability": null, + "weight": "1.3", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "25569", + "name": "Skeletal helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10604", + "bonuses": "0,0,0,2,-2,10,9,11,3,0,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "examine": "Mystical robes.", + "grand_exchange_price": "3932123", + "durability": null, + "name": "Infinity top", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "10605", + "absorb": "3,1,0", + "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "lendable": "true", + "examine": "A wooden helmet.", + "grand_exchange_price": "5623", + "durability": null, + "name": "Splitbark helm", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10606", + "absorb": "3,1,0", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "They seem to be not quite of this world...", + "durability": null, + "name": "Ghostly boots", + "archery_ticket_price": "0", + "id": "10607", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "1000", + "examine": "A mystical hat.", + "durability": null, + "name": "Moonclan hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "10608", + "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10609", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "10610", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "250", + "examine": "Torso armour from the order of the Void Knights.", + "durability": null, + "name": "Void knight top", + "tradeable": "false", + "weight": "6.5", + "archery_ticket_price": "0", + "id": "10611", + "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue mask", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "10612", + "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "Protective headwear made from crabs. Better than it sounds.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "24661", + "name": "Rock-shell helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10613", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "examine": "A helm fit for any Fremennik ranger.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "35640", + "name": "Spined helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10614", + "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,0,0,0,0,0" + }, + { + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1021", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10615", + "equipment_slot": "0" + }, + { + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1021", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10616", + "equipment_slot": "0" + }, + { + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1021", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10617", + "equipment_slot": "0" + }, + { + "shop_price": "3840", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.9", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "4595", + "name": "White platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10618", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,1,0,0" + }, + { + "shop_price": "10000", + "examine": "An initiate Temple Knight's Armour.", + "durability": null, + "weight": "8", + "absorb": "1,0,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5821", + "name": "Initiate hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10619", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,0,0,6,0,0" + }, + { + "shop_price": "12000", + "examine": "A Proselyte Temple Knight's armour.", + "durability": null, + "weight": "8.6", + "absorb": "2,0,4", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "6960", + "name": "Proselyte hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10620", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,8,0,0" + }, + { + "remove_sleeves": "true", + "examine": "A thick heavy leather top.", + "durability": null, + "name": "Mourner top", + "archery_ticket_price": "0", + "id": "10621", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in polar areas.", + "grand_exchange_price": "216", + "durability": null, + "name": "Kyatt top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10622", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "grand_exchange_price": "1793", + "durability": null, + "name": "Larupia top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10623", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "examine": "This should make me harder to spot in desert areas.", + "grand_exchange_price": "246", + "durability": null, + "name": "Graahk top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10624", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in wooded areas.", + "grand_exchange_price": "3883", + "durability": null, + "name": "Wood camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10625", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in jungle areas.", + "grand_exchange_price": "325", + "durability": null, + "name": "Jungle camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10626", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in desert areas.", + "grand_exchange_price": "606", + "durability": null, + "name": "Desert camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10627", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in polar areas.", + "grand_exchange_price": "5614", + "durability": null, + "name": "Polar camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10628", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "A mime would wear this.", + "durability": null, + "name": "Mime mask", + "archery_ticket_price": "0", + "id": "10629", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "examine": "Very posh!", + "durability": null, + "name": "Princess blouse", + "weight": "2", + "archery_ticket_price": "0", + "id": "10630", + "equipment_slot": "4" + }, + { + "examine": "Aside from the braaaains on the lapel, it's still quite good.", + "durability": null, + "name": "Zombie shirt", + "archery_ticket_price": "0", + "id": "10631", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "Examine what?", + "durability": null, + "name": "Camo top", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "10632", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "A leather strapped top.", + "durability": null, + "name": "Lederhosen top", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "10633", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", + "durability": null, + "name": "Shade robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "10634", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "4" + }, + { + "shop_price": "450", + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10635", + "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "lendable": "true", + "shop_price": "90000", + "examine": "A cape woven of obsidian plates.", + "grand_exchange_price": "38500", + "durability": null, + "name": "Obsidian cape", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10636", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10637", + "bonuses": "1,1,1,1,1,11,11,11,11,11,0,4,2,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "50", + "examine": "Ooohhh look at the pretty colours...", + "durability": null, + "name": "Team-1 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10638", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{0,99}", + "shop_price": "99000", + "examine": "The cape worn by masters of attack.", + "durability": null, + "name": "Attack cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10639", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{2,99}", + "shop_price": "99000", + "examine": "The cape only worn by the strongest people.", + "durability": null, + "name": "Strength cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10640", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{1,99}", + "shop_price": "99000", + "examine": "The cape worn by masters of the art of Defence.", + "durability": null, + "name": "Defence cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10641", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{4,99}", + "shop_price": "99000", + "examine": "The cape worn by master archers.", + "durability": null, + "name": "Ranging cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10642", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{5,99}", + "shop_price": "99000", + "examine": "The cape worn by the most pious of heroes.", + "durability": null, + "name": "Prayer cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10643", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{6,99}", + "shop_price": "99000", + "examine": "The cape worn by the most powerful mages.", + "durability": null, + "name": "Magic cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10644", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{20,99}", + "shop_price": "99000", + "examine": "The cape worn by master runecrafters.", + "durability": null, + "name": "Runecraft cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10645", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,99}", + "shop_price": "99000", + "examine": "The cape worn by master hunters.", + "durability": null, + "name": "Hunter cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10646", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{3,99}", + "shop_price": "99000", + "examine": "The cape worn by well-constituted adventurers.", + "durability": null, + "name": "Hitpoints cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10647", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{16,99}", + "shop_price": "99000", + "examine": "The cape worn by the most agile of heroes.", + "durability": null, + "name": "Agility cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10648", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{15,99}", + "shop_price": "99000", + "examine": "The cape worn by the most skilled at the art of herblore.", + "durability": null, + "name": "Herblore cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10649", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{17,99}", + "shop_price": "99000", + "examine": "The cape worn by master thieves.", + "durability": null, + "name": "Thieving cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10650", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{12,99}", + "shop_price": "99000", + "examine": "The cape worn by master craftworkers.", + "durability": null, + "name": "Crafting cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10651", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{9,99}", + "shop_price": "99000", + "examine": "The cape worn by the best of fletchers.", + "durability": null, + "name": "Fletching cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10652", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{18,99}", + "shop_price": "99000", + "examine": "The cape worn by slayer masters.", + "durability": null, + "name": "Slayer cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10653", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{22,99}", + "shop_price": "99000", + "examine": "The cape worn by master builders.", + "durability": null, + "name": "Construct. cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10654", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{14,99}", + "shop_price": "99000", + "examine": "The cape worn by the most skilled miners.", + "durability": null, + "name": "Mining cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10655", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{13,99}", + "shop_price": "99000", + "examine": "The cape worn by master smiths.", + "durability": null, + "name": "Smithing cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10656", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{10,99}", + "shop_price": "99000", + "examine": "The cape worn by the best fishermen.", + "durability": null, + "name": "Fishing cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10657", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{7,99}", + "shop_price": "99000", + "examine": "The cape worn by the world's best chefs.", + "durability": null, + "name": "Cooking cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10658", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{11,99}", + "shop_price": "99000", + "examine": "The cape worn by master firelighters.", + "durability": null, + "name": "Firemaking cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10659", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{8,99}", + "shop_price": "99000", + "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", + "durability": null, + "name": "Woodcutting cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10660", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{19,99}", + "shop_price": "99000", + "examine": "The cape worn by master farmers.", + "durability": null, + "name": "Farming cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10661", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "99000", + "examine": "The cape worn by only the most experienced adventurers.", + "durability": null, + "name": "Quest point cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10662", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A surprisingly aerodynamic cape.", + "grand_exchange_price": "951", + "durability": null, + "name": "Spotted cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10663", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A really surprisingly aerodynamic cape.", + "grand_exchange_price": "881", + "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10664", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{1,10}", "examine": "A black kitesheild with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "grand_exchange_price": "15249", "durability": null, - "equipment_slot": "5", - "requirements": "{1,10}", + "name": "Black shield(h1)", "tradeable": "true", - "weight": "4" + "weight": "4", + "archery_ticket_price": "0", + "id": "10665", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "10666", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "16339", "name": "Adamant shield(h1)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10666", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" }, { - "id": "10667", + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "35300", "name": "Rune shield(h1)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,40}", "tradeable": "true", - "weight": "5.4" + "archery_ticket_price": "0", + "id": "10667", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" }, { - "id": "10668", - "name": "Black shield(h2)", + "requirements": "{1,10}", "examine": "A black kiteshield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "grand_exchange_price": "9751", "durability": null, - "equipment_slot": "5", - "requirements": "{1,10}", + "name": "Black shield(h2)", "tradeable": "true", - "weight": "4" + "weight": "4", + "archery_ticket_price": "0", + "id": "10668", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "10669", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3353", "name": "Adamant shield(h2)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10669", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" }, { - "id": "10670", + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "31903", "name": "Rune shield(h2)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,40}", "tradeable": "true", - "weight": "5.4" + "archery_ticket_price": "0", + "id": "10670", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" }, { - "id": "10671", + "requirements": "{1,10}", + "examine": "A black shield with a heraldic design.", + "grand_exchange_price": "6791", + "durability": null, "name": "Black shield(h3)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,10}", "tradeable": "true", - "weight": "4" + "weight": "4", + "archery_ticket_price": "0", + "id": "10671", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "10672", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5566", "name": "Adamant shield(h3)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10672", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" }, { - "id": "10673", + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32082", "name": "Rune shield(h3)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,40}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10673", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" }, { - "id": "10674", + "requirements": "{1,10}", + "examine": "A black shield with a heraldic design.", + "grand_exchange_price": "5159", + "durability": null, "name": "Black shield(h4)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,10}", "tradeable": "true", - "weight": "4" + "weight": "4", + "archery_ticket_price": "0", + "id": "10674", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "10675", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3219", "name": "Adamant shield(h4)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10675", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" }, { - "id": "10676", + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32351", "name": "Rune shield(h4)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,40}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10676", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" }, { - "id": "10677", - "name": "Black shield(h5)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", "requirements": "{1,10}", + "examine": "A black shield with a heraldic design.", + "grand_exchange_price": "8451", + "durability": null, + "name": "Black shield(h5)", "tradeable": "true", - "weight": "4" + "weight": "4", + "archery_ticket_price": "0", + "id": "10677", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "10678", - "name": "Adamant shield(h5)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5905", + "name": "Adamant shield(h5)", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10678", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" }, { - "id": "10679", - "name": "Rune shield(h5)", + "requirements": "{1,40}", "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0", "durability": null, + "weight": "5", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", - "requirements": "{1,40}", + "grand_exchange_price": "35200", + "name": "Rune shield(h5)", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10679", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" }, { - "id": "10680", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "grand_exchange_price": "67430", + "durability": null, "name": "Studded body (g)", - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", "tradeable": "true", - "weight": "5.4" + "weight": "5.4", + "archery_ticket_price": "0", + "id": "10680", + "absorb": "0,3,1", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0", + "equipment_slot": "4" }, { - "id": "10681", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "grand_exchange_price": "22400", + "durability": null, "name": "Studded body (t)", - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", "tradeable": "true", - "weight": "5.4" + "weight": "5.4", + "archery_ticket_price": "0", + "id": "10681", + "absorb": "0,3,1", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0", + "equipment_slot": "4" }, { - "id": "10682", + "durability": null, "name": "D'hide body(g)", "archery_ticket_price": "0", + "id": "10682", "bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0", - "durability": null, "equip_audio": "2241", "equipment_slot": "4" }, { - "id": "10683", + "durability": null, "name": "D'hide body (t)", "archery_ticket_price": "0", + "id": "10683", "bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0", - "durability": null, "equip_audio": "2241", "equipment_slot": "4" }, { - "id": "10684", + "durability": null, "name": "D'hide body (g)", "archery_ticket_price": "0", + "id": "10684", "bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0", - "durability": null, "equip_audio": "2241", "equipment_slot": "4" }, { - "id": "10685", + "durability": null, "name": "D'hide body (t)", "archery_ticket_price": "0", + "id": "10685", "bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0", - "durability": null, "equip_audio": "2241", "equipment_slot": "4" }, { - "id": "10686", - "name": "Wizard robe (g)", + "remove_sleeves": "true", "examine": "I can practise magic better in this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Wizard robe (g)", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "10686", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "4" }, { - "id": "10687", - "name": "Wizard robe (t)", + "remove_sleeves": "true", "examine": "I can do magic better in this.", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", + "id": "10687", "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { - "id": "10688", - "name": "Enchanted top", - "examine": "Enchanted Wizards robes.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", "requirements": "{1,20}-{6,40}", + "examine": "Enchanted Wizards robes.", + "durability": null, + "weight": "1", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "72800", + "name": "Enchanted top", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "10688", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" }, { - "id": "10689", - "name": "Wizard boots", + "lendable": "true", "examine": "Slightly magical boots.", + "grand_exchange_price": "763602", + "durability": null, + "name": "Wizard boots", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", + "id": "10689", "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "lendable": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "10" }, { - "id": "10690", - "name": "Black platebody (t)", + "requirements": "{1,10}", "examine": "Black platebody with trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "1,0,2", "equip_audio": "2239", "equipment_slot": "4", "remove_sleeves": "true", - "requirements": "{1,10}", + "grand_exchange_price": "90744", + "name": "Black platebody (t)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10690", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" }, { - "id": "10691", - "name": "Black platebody (g)", + "requirements": "{1,10}", "examine": "Black platebody with gold trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "1,0,2", "equip_audio": "2239", "equipment_slot": "4", "remove_sleeves": "true", - "requirements": "{1,10}", + "grand_exchange_price": "230800", + "name": "Black platebody (g)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10691", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" }, { - "id": "10692", - "name": "Highwayman mask", + "lendable": "true", "examine": "Your money or your life!", - "archery_ticket_price": "0", + "grand_exchange_price": "92519", "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "name": "Highwayman mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10692", + "equipment_slot": "0" }, { - "id": "10693", + "lendable": "true", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "64066", + "durability": null, "name": "Blue beret", - "examine": "Parlez-vous francais? (Do you speak French?)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", "hat": true, - "lendable": "true", - "tradeable": "true" + "id": "10693", + "equipment_slot": "0" }, { - "id": "10694", - "name": "Black beret", + "lendable": "true", "examine": "Parlez-vous francais?(Do you speak French?)", - "archery_ticket_price": "0", + "grand_exchange_price": "158274", "durability": null, - "equipment_slot": "0", + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", "hat": true, - "lendable": "true", - "tradeable": "true" + "id": "10694", + "equipment_slot": "0" }, { - "id": "10695", - "name": "White beret", + "lendable": "true", "examine": "Parlez-vous francais? (Do you speak French?)", - "archery_ticket_price": "0", + "grand_exchange_price": "281900", "durability": null, - "equipment_slot": "0", + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", "hat": true, - "lendable": "true", - "tradeable": "true" + "id": "10695", + "equipment_slot": "0" }, { - "id": "10696", - "name": "Ranger boots", + "lendable": "true", "examine": "Lightweight boots ideal for rangers.", + "grand_exchange_price": "11781186", + "durability": null, + "name": "Ranger boots", + "tradeable": "true", + "weight": "0.2", "archery_ticket_price": "0", + "id": "10696", "bonuses": "0,0,0,-10,8,2,3,4,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "lendable": "true", - "tradeable": "true", - "weight": "0.2" + "equipment_slot": "10" }, { - "id": "10697", - "name": "Adam platebody (t)", + "requirements": "{1,30}", + "ge_buy_limit": "2", "examine": "Adamant platebody with trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "2,0,4", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "requirements": "{1,30}", + "grand_exchange_price": "79300", + "name": "Adam platebody (t)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10697", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" }, { - "id": "10698", - "name": "Adam platebody (g)", + "requirements": "{1,30}", + "ge_buy_limit": "2", "examine": "Adamant platebody with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "2,0,4", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "requirements": "{1,30}", + "grand_exchange_price": "207912", + "name": "Adam platebody (g)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10698", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" }, { - "id": "10699", + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "22022", "name": "Black helm (h1)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "10699", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" }, { - "id": "10700", + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "11700", "name": "Black helm (h2)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "10700", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" }, { - "id": "10701", + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10424", "name": "Black helm (h3)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "10701", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" }, { - "id": "10702", + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "12717", "name": "Black helm (h4)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "10702", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" }, { - "id": "10703", + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "17852", "name": "Black helm (h5)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "10703", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" }, { - "id": "10704", + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "30298", "name": "Rune helm (h1)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", + "tradeable": "true", "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true" + "id": "10704", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" }, { - "id": "10705", + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "26127", "name": "Rune helm (h2)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10705", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" }, { - "id": "10706", + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "37333", "name": "Rune helm (h3)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", "tradeable": "true", - "weight": "4" + "archery_ticket_price": "0", + "id": "10706", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" }, { - "id": "10707", + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "29600", "name": "Rune helm (h4)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "10707", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" }, { - "id": "10708", + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "41325", "name": "Rune helm (h5)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "10708", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" }, { - "id": "10709", + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "28407", "name": "Adamant helm (h1)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10709", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" }, { - "id": "10710", + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "9839", "name": "Adamant helm (h2)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10710", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" }, { - "id": "10711", + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "8485", "name": "Adamant helm (h3)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10711", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" }, { - "id": "10712", - "name": "Adamant helm (h4)", + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", "examine": "An Adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0", "durability": null, + "weight": "3", + "absorb": "1,0,2", "equip_audio": "2240", "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", + "grand_exchange_price": "10774", + "name": "Adamant helm (h4)", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10712", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" }, { - "id": "10713", - "name": "Adamant helm (h5)", + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0", "durability": null, + "weight": "3", + "absorb": "1,0,2", "equip_audio": "2240", "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", + "grand_exchange_price": "17390", + "name": "Adamant helm (h5)", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10713", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" }, { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", "id": "10714", - "name": "Bob shirt", - "examine": "See table", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", "id": "10715", - "name": "Bob shirt", - "examine": "See table", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", "id": "10716", - "name": "Bob shirt", - "examine": "See table", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", "id": "10717", - "name": "Bob shirt", - "examine": "See table", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", "id": "10718", - "name": "Bob shirt", - "examine": "See table", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" + "equipment_slot": "4" }, { - "id": "10719", - "name": "Amulet of glory(t)", "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", "archery_ticket_price": "0", + "id": "10719", "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" + "equipment_slot": "2" }, { - "id": "10720", - "name": "Guthix cape", "examine": "A cape from the almighty god Guthix.", + "durability": null, + "name": "Guthix cape", + "weight": "0.4", "archery_ticket_price": "0", + "id": "10720", "bonuses": "0,0,0,10,0,1,1,2,10,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "weight": "0.4" + "equipment_slot": "1" }, { - "id": "10721", - "name": "Frog mask", + "remove_head": "true", "examine": "Now that's just silly.", - "archery_ticket_price": "0", "durability": null, - "equipment_slot": "0", + "name": "Frog mask", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10721", "remove_beard": "true", - "remove_head": "true", - "weight": "0.4" + "equipment_slot": "0" }, { - "id": "10722", - "name": "Reindeer hat", - "examine": "A reindeer hat and a matching flashing nose.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A reindeer hat and a matching flashing nose.", "durability": null, + "name": "Reindeer hat", "tradeable": "false", - "weight": "2" - }, - { - "id": "10723", - "name": "Jack lantern mask", - "examine": "Better not light it!", - "archery_ticket_price": "0", "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10722" + }, + { + "remove_head": "true", "destroy_message": "You may get another from Diango in Draynor Village.", + "examine": "Better not light it!", "durability": null, + "name": "Jack lantern mask", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10723", "equip_audio": "3227", - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "tradeable": "false" + "equipment_slot": "0" }, { - "id": "10724", - "name": "Skeleton boots", + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "Skeleton feet.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, - "equipment_slot": "10", - "weight": "2" + "name": "Skeleton boots", + "weight": "2", + "archery_ticket_price": "0", + "id": "10724", + "equipment_slot": "10" }, { - "id": "10725", - "name": "Skeleton gloves", + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "Some skeletal gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, - "equipment_slot": "9", - "weight": "2" + "name": "Skeleton gloves", + "weight": "2", + "archery_ticket_price": "0", + "id": "10725", + "equipment_slot": "9" }, { - "id": "10726", - "name": "Skeleton leggings", + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "Does my pelvis look big in this?", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, - "equipment_slot": "7", - "weight": "2" + "name": "Skeleton leggings", + "weight": "2", + "archery_ticket_price": "0", + "id": "10726", + "equipment_slot": "7" }, { - "id": "10727", - "name": "Skeleton shirt", - "examine": "The shirt of a fully body skeleton costume.", - "archery_ticket_price": "0", "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "4", "remove_sleeves": "true", - "weight": "2" + "examine": "The shirt of a fully body skeleton costume.", + "durability": null, + "name": "Skeleton shirt", + "weight": "2", + "archery_ticket_price": "0", + "id": "10727", + "equipment_slot": "4" }, { - "id": "10728", - "name": "Skeleton mask", - "examine": "A scary skeleton mask.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "0", "remove_head": "true", - "weight": "2" + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scary skeleton mask.", + "durability": null, + "name": "Skeleton mask", + "weight": "2", + "archery_ticket_price": "0", + "id": "10728", + "equipment_slot": "0" }, { - "id": "10729", - "name": "Easter ring", "examine": "A ring given to you by the Easter Bunny.", - "archery_ticket_price": "0", "durability": null, + "name": "Easter ring", + "archery_ticket_price": "0", + "id": "10729", "equip_audio": "", "equipment_slot": "" }, { - "id": "10730", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", "durability": null, - "tradeable": "false" + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10730" }, { - "id": "10731", - "name": "Zombie head", "examine": "Alas...I hardly knew him.", + "durability": null, + "name": "Zombie head", "archery_ticket_price": "0", - "durability": null + "id": "10731" }, { - "id": "10732", - "name": "Rubber chicken", + "turn90cw_anim": "821", "examine": "Perhaps not the most powerful weapon in 2009Scape.", - "archery_ticket_price": "0", - "attack_audios": "2257,2257,2257", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", + "walk_anim": "1830", "durability": null, + "weight": "0.4", + "turn90ccw_anim": "822", + "attack_speed": "4", + "weapon_interface": "12", + "turn180_anim": "1830", "equip_audio": "2238", + "render_anim": "182", "equipment_slot": "3", "fun_weapon": "true", - "render_anim": "182", - "run_anim": "824", "stand_anim": "1832", - "stand_turn_anim": "823", - "turn180_anim": "1830", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1830", - "weapon_interface": "12", - "weight": "0.4" - }, - { - "id": "10733", - "name": "Yo-yo", - "examine": "A gift from Santa.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10734", - "name": "Bunny ears", - "examine": "A rabbit-like adornment.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.2" - }, - { - "id": "10735", - "name": "Scythe", - "examine": "It's a Scythe.", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "1383", + "attack_audios": "2257,2257,2257", + "name": "Rubber chicken", "run_anim": "824", - "stand_anim": "847", + "archery_ticket_price": "0", + "id": "10732", "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "examine": "A gift from Santa.", + "durability": null, + "name": "Yo-yo", + "archery_ticket_price": "0", + "id": "10733" + }, + { + "examine": "A rabbit-like adornment.", + "durability": null, + "name": "Bunny ears", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10734", + "equipment_slot": "0" + }, + { "turn90cw_anim": "821", - "two_handed": "true", + "examine": "It's a Scythe.", "walk_anim": "819", - "weight": "3" + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "820", + "equip_audio": "2247", + "render_anim": "1383", + "equipment_slot": "3", + "stand_anim": "847", + "name": "Scythe", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10735", + "stand_turn_anim": "823", + "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0" }, { - "id": "10736", - "name": "Strength amulet(t)", "examine": "An enchanted ruby amulet with a nice trim.", + "grand_exchange_price": "443800", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", "archery_ticket_price": "0", + "id": "10736", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" + "equipment_slot": "2" }, { - "id": "10738", - "name": "Amulet of magic(t)", "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "67158", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", "archery_ticket_price": "0", + "id": "10738", "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" + "equipment_slot": "2" }, { - "id": "10740", - "name": "A powdered wig", + "remove_head": "true", + "lendable": "true", "examine": "A big 'do about nothing.", - "archery_ticket_price": "0", + "grand_exchange_price": "36879", "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", + "name": "A powdered wig", "tradeable": "true", - "weight": "2" + "weight": "2", + "archery_ticket_price": "0", + "id": "10740", + "equipment_slot": "0" }, { - "id": "10742", - "name": "Flared trousers", + "lendable": "true", "examine": "These'll help me stay alive.", - "archery_ticket_price": "0", + "grand_exchange_price": "559284", "durability": null, - "equipment_slot": "7", - "lendable": "true", + "name": "Flared trousers", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "10742", + "equipment_slot": "7" }, { - "id": "10744", - "name": "Pantaloons", + "lendable": "true", "examine": "Alas, someone has slashed my pantaloons.", - "archery_ticket_price": "0", + "grand_exchange_price": "12022", "durability": null, - "equipment_slot": "7", - "lendable": "true", + "name": "Pantaloons", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "10744", + "equipment_slot": "7" }, { - "id": "10746", - "name": "Sleeping cap", - "examine": "A cap for wearing whil...zzzzzzzzz", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", "remove_head": "true", + "lendable": "true", + "examine": "A cap for wearing whil...zzzzzzzzz", + "grand_exchange_price": "376084", + "durability": null, + "name": "Sleeping cap", "tradeable": "true", - "weight": "2" + "weight": "2", + "archery_ticket_price": "0", + "id": "10746", + "equipment_slot": "0" }, { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", "id": "10748", - "name": "Elegant shirt", - "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", "id": "10750", - "name": "Elegant shirt", - "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", "id": "10752", - "name": "Elegant shirt", - "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", "id": "10754", - "name": "Elegant shirt", - "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", "id": "10756", - "name": "Elegant shirt", - "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { - "id": "10758", + "examine": "Stylish!", + "grand_exchange_price": "56600", + "durability": null, "name": "Red boater", - "examine": "Stylish!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "id": "10758", + "equipment_slot": "0" }, { - "id": "10760", + "examine": "Stylish!", + "grand_exchange_price": "20300", + "durability": null, "name": "Orange boater", - "examine": "Stylish!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "id": "10760", + "equipment_slot": "0" }, { - "id": "10762", + "examine": "Stylish!", + "grand_exchange_price": "59940", + "durability": null, "name": "Green boater", - "examine": "Stylish!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "id": "10762", + "equipment_slot": "0" }, { - "id": "10764", + "examine": "Stylish!", + "grand_exchange_price": "54236", + "durability": null, "name": "Blue boater", - "examine": "Stylish!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "id": "10764", + "equipment_slot": "0" }, { - "id": "10766", + "examine": "Stylish!", + "grand_exchange_price": "56495", + "durability": null, "name": "Black boater", - "examine": "Stylish!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "id": "10766", + "equipment_slot": "0" }, { - "id": "10768", + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "114319", + "durability": null, "name": "Red headband", - "examine": "A minimalist's hat.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10768", + "equipment_slot": "0" }, { - "id": "10770", + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "41778", + "durability": null, "name": "Black headband", - "examine": "A minimalist's hat.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10770", + "equipment_slot": "0" }, { - "id": "10772", + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "21764", + "durability": null, "name": "Brown headband", - "examine": "A minimalist's hat.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10772", + "equipment_slot": "0" }, { - "id": "10774", - "name": "Pirate's hat", "examine": "Shiver me timbers!", - "archery_ticket_price": "0", + "grand_exchange_price": "83200", "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "name": "Pirate's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10774", + "equipment_slot": "0" }, { - "id": "10776", - "name": "Zamorak platebody", + "requirements": "{1,40}", "examine": "Rune platebody in the colours of Zamorak.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "9", + "absorb": "3,0,6", "equip_audio": "2239", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "647800", + "name": "Zamorak platebody", "tradeable": "true", - "weight": "9" + "archery_ticket_price": "0", + "id": "10776", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10778", - "name": "Saradomin plate", + "requirements": "{1,40}", "examine": "Rune platebody in the colours of Saradomin.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "3,0,6", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "1097689", + "name": "Saradomin plate", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10778", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10780", - "name": "Guthix platebody", + "requirements": "{1,40}", "examine": "Rune platebody in the colours of Guthix.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "3,0,6", "equip_audio": "2239", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "241600", + "name": "Guthix platebody", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10780", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10782", - "name": "Gilded platebody", + "requirements": "{1,40}", "examine": "Rune platebody with complete gold trim & plating.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "10", + "absorb": "3,0,6", "equip_audio": "2239", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "1653821", + "name": "Gilded platebody", "tradeable": "true", - "weight": "10" + "archery_ticket_price": "0", + "id": "10782", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10784", - "name": "Saradomin robe top", + "requirements": "{5,20}", + "remove_sleeves": "true", "examine": "Blessed vestments of Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "grand_exchange_price": "106389", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{5,20}", - "tradeable": "true" + "name": "Saradomin robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10784", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "equipment_slot": "4" }, { - "id": "10786", - "name": "Zamorak robe top", + "requirements": "{5,20}", + "remove_sleeves": "true", "examine": "Zamorak Vestments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "grand_exchange_price": "151000", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{5,20}", + "name": "Zamorak robe top", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "10786", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "equipment_slot": "4" }, { - "id": "10788", - "name": "Guthix robe top", + "requirements": "{5,20}", + "remove_sleeves": "true", "examine": "Blessed vestments of Guthix.", + "grand_exchange_price": "80181", + "durability": null, + "name": "Guthix robe top", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", + "id": "10788", "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{5,20}", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { - "id": "10790", - "name": "Zamorak d'hide", - "examine": "Zamorak blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "10792", - "name": "Saradomin d'hide", - "examine": "Saradomin blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0", - "destroy": "true", + "examine": "Zamorak blessed dragonhide body armour.", "durability": null, + "weight": "6", + "absorb": "0,6,3", "equipment_slot": "4", "remove_sleeves": "true", + "grand_exchange_price": "84966", + "name": "Zamorak d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10790", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" + }, + { "requirements": "{1,40}-{4,70}", "shop_price": "13000", - "tradeable": "true", - "weight": "6" - }, - { - "id": "10794", - "name": "Guthix dragonhide", - "examine": "Guthix blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0", + "examine": "Saradomin blessed dragonhide body armour.", "durability": null, + "destroy": "true", + "weight": "6", + "absorb": "0,6,3", "equipment_slot": "4", "remove_sleeves": "true", + "grand_exchange_price": "92762", + "name": "Saradomin d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10792", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" + }, + { "requirements": "{1,40}-{4,70}", "shop_price": "13", + "examine": "Guthix blessed dragonhide body armour.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "22384", + "name": "Guthix dragonhide", "tradeable": "true", - "weight": "6" + "archery_ticket_price": "0", + "id": "10794", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" }, { - "id": "10796", - "name": "Robin hood hat", - "examine": "Endorsed by Robin Hood.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", "lendable": "true", "requirements": "{4,40}", + "examine": "Endorsed by Robin Hood.", + "grand_exchange_price": "3070557", + "durability": null, + "name": "Robin hood hat", "tradeable": "true", - "weight": "0.2" + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10796", + "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0", + "equipment_slot": "0" }, { - "id": "10798", - "name": "Rune platebody (g)", + "requirements": "{1,40}", "examine": "Rune platebody with gold trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "3,0,6", "equip_audio": "2239", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "231400", + "name": "Rune platebody (g)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10798", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10800", - "name": "Rune platebody (t)", + "requirements": "{1,40}", "examine": "Rune platebody with trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "3,0,6", "equip_audio": "2239", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "61100", + "name": "Rune platebody (t)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10800", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10802", + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "56677", + "durability": null, "name": "Tan cavalier", - "examine": "All for one and one for all!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10802", + "equipment_slot": "0" }, { - "id": "10804", + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "18942", + "durability": null, "name": "Dark cavalier", - "examine": "All for one and one for all!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10804", + "equipment_slot": "0" }, { - "id": "10806", + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "421305", + "durability": null, "name": "Black cavalier", - "examine": "All for one and one for all!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10806", + "equipment_slot": "0" }, { - "id": "10808", - "name": "Arctic pyre logs", + "ge_buy_limit": "1000", "examine": "Arctic Pine logs prepared with sacred oil for a funeral pyre", - "archery_ticket_price": "0", + "grand_exchange_price": "3453", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10809", "name": "Arctic pyre logs", + "tradeable": "true", + "weight": "2", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "10808" }, { - "id": "10810", - "name": "Arctic pine logs", + "ge_buy_limit": "1000", + "grand_exchange_price": "3453", + "durability": null, + "name": "Arctic pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10809" + }, + { + "ge_buy_limit": "25000", "examine": "Log cut from an arctic pine.", - "archery_ticket_price": "0", + "grand_exchange_price": "90", "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10811", "name": "Arctic pine logs", + "tradeable": "true", + "weight": "2", "archery_ticket_price": "0", - "durability": null, + "id": "10810", + "equipment_slot": "5" + }, + { "ge_buy_limit": "25000", - "tradeable": "true" + "grand_exchange_price": "90", + "durability": null, + "name": "Arctic pine logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10811" }, { - "id": "10812", - "name": "Split log", + "ge_buy_limit": "1000", "examine": "Used to repair bridges.", - "archery_ticket_price": "0", + "grand_exchange_price": "18", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10813", "name": "Split log", + "tradeable": "true", + "weight": "1.8", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "10812" }, { - "id": "10814", - "name": "Hair", - "examine": "I can spin this into rope.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Split log", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10813" + }, + { "shop_price": "120", - "tradeable": "true" - }, - { - "id": "10815", + "ge_buy_limit": "1000", + "examine": "I can spin this into rope.", + "grand_exchange_price": "113", + "durability": null, "name": "Hair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "10814" }, { - "id": "10816", - "name": "Raw yak meat", - "examine": "I need to cook this.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", + "grand_exchange_price": "113", + "durability": null, + "name": "Hair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10815" + }, + { "shop_price": "2", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10817", - "name": "Raw yak meat", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" + "examine": "I need to cook this.", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw yak meat", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10816" }, { - "id": "10818", - "name": "Yak-hide", - "examine": "Thakkrad, of Neitiznot, can cure this.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "grand_exchange_price": "14", "durability": null, - "ge_buy_limit": "5000", + "name": "Raw yak meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10817" + }, + { "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10819", + "ge_buy_limit": "5000", + "examine": "Thakkrad, of Neitiznot, can cure this.", + "grand_exchange_price": "301", + "durability": null, "name": "Yak-hide", + "tradeable": "true", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "id": "10818" }, { - "id": "10820", - "name": "Cured yak-hide", + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "durability": null, + "name": "Yak-hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10819" + }, + { + "ge_buy_limit": "5000", "examine": "Ready to be cut and sewn into armour.", - "archery_ticket_price": "0", + "grand_exchange_price": "396", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10821", "name": "Cured yak-hide", + "tradeable": "true", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, + "id": "10820" + }, + { "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "396", + "durability": null, + "name": "Cured yak-hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10821" }, { - "id": "10822", - "name": "Yak-hide armour", + "requirements": "{1,20}", + "ge_buy_limit": "100", "examine": "Smelly yak body armour.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0", "durability": null, + "weight": "3", "equipment_slot": "4", - "ge_buy_limit": "100", "remove_sleeves": "true", - "requirements": "{1,20}", + "grand_exchange_price": "122", + "name": "Yak-hide armour", "tradeable": "true", - "weight": "3" - }, - { - "id": "10823", - "name": "Yak-hide armour", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "10822", + "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0" }, { - "id": "10824", + "ge_buy_limit": "100", + "grand_exchange_price": "122", + "durability": null, "name": "Yak-hide armour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10823" + }, + { + "requirements": "{1,20}", + "ge_buy_limit": "100", + "grand_exchange_price": "83", "examine": "Leg protection, made from smelly yak-hide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10825", "name": "Yak-hide armour", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10826", - "name": "Fremennik round shield", - "examine": "A wooden shield with a rope rim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "weight": "2", + "id": "10824", + "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0", + "equipment_slot": "7" }, { - "id": "10827", + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "durability": null, + "name": "Yak-hide armour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10825" + }, + { + "requirements": "{1,25}", + "ge_buy_limit": "100", + "examine": "A wooden shield with a rope rim.", + "durability": null, + "destroy": "true", + "weight": "3", + "equipment_slot": "5", + "grand_exchange_price": "402", "name": "Fremennik round shield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "10826", + "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,0" }, { - "id": "10828", - "name": "Helm of neitiznot", - "examine": "A gift from Neitiznot's Burgher.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", "ge_buy_limit": "100", + "grand_exchange_price": "402", + "durability": null, + "name": "Fremennik round shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10827" + }, + { "remove_head": "true", "requirements": "{1,55}", "shop_price": "50000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "10830", - "name": "Royal decree", - "examine": "The document is stamped with King Gjuki Sorvott IV's royal seal.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "King Sorvott of Jatizso will give you another one, grudgingly.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10831", - "name": "Empty tax bag", - "examine": "An empty tax bag.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10836", - "name": "Silly jester hat", - "examine": "A silly hat with bells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "ge_buy_limit": "100", + "examine": "A gift from Neitiznot's Burgher.", "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "equip_audio": "2240", "equipment_slot": "0", - "tradeable": "false", - "weight": "2.7" - }, - { - "id": "10837", - "name": "Silly jester top", - "examine": "A jester's jangly top.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0", - "destroy": "true", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "6.8" - }, - { - "id": "10838", - "name": "Silly jester tights", - "examine": "Silly jester tights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", - "durability": null, - "equipment_slot": "7", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "10839", - "name": "Silly jester boots", - "examine": "Silly jester boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", - "durability": null, - "equipment_slot": "10", - "tradeable": "false", - "weight": "1.3" - }, - { - "id": "10840", - "name": "A jester stick", - "alchemizable": "true", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "10842", - "name": "Decapitated head", - "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "3" - }, - { - "id": "10843", + "grand_exchange_price": "44800", "name": "Helm of neitiznot", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10844", - "name": "Spring sq'irk", - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10845", - "name": "Summer sq'irk", - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10846", - "name": "Autumn sq'irk", - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10847", - "name": "Winter sq'irk", - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10848", - "name": "Spring sq'irkjuice", - "examine": "Made from 4 spring sq'irks.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10849", - "name": "Summer sq'irkjuice", - "examine": "Made from 2 summer sq'irks.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10850", - "name": "Autumn sq'irkjuice", - "examine": "Made from 3 autumn sq'irks.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10851", - "name": "Winter sq'irkjuice", - "examine": "Made from 5 winter sq'irks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10856", - "name": "Sin seer's note", - "examine": "Her writing is too scrawled to make out what it says.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Sin Seer in Seers' Village to get another one.", - "durability": null, - "shop_price": "40", - "tradeable": "false" - }, - { - "id": "10857", - "name": "Severed leg", - "examine": "A severed human leg.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to General Khazard, near the Fremennik Province, to get another.", - "durability": null, - "tradeable": "false", - "weight": "12" - }, - { - "id": "10858", - "name": "Shadow sword", - "examine": "A shadow sword.", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "-4,27,21,4,0,0,0,0,4,-1,0,26,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one by visiting the cave near the Fishing guild. A friendly ghost will replace it for you. You must be wearing a Ring of visibility, or you cannot get it back.", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "124", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "false", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "10859", - "name": "Tea flask", - "examine": "You can put nice, hot tea in it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "10860", - "name": "Tea flask", - "examine": "You can put nice, hot tea in it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "10861", - "name": "Tea flask", - "examine": "You can put nice, hot tea in it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "10862", - "name": "Hard hat", - "examine": "Can't get any safer than this.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another within the Tower of Life!", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "2" - }, - { - "id": "10863", - "name": "Builder's shirt", - "examine": "Very fetching.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another within the Tower of Life!", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "10864", - "name": "Builder's trousers", - "examine": "Slightly tatty in my opinion.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another within the Tower of Life!", - "durability": null, - "equipment_slot": "7", - "tradeable": "false", - "weight": "1" - }, - { - "id": "10865", - "name": "Builder's boots", - "examine": "They'll offer good protection for my toes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another within the Tower of Life!", - "durability": null, - "equipment_slot": "10", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "10866", - "name": "Rivets", - "examine": "Used to bolt things together.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10870", - "name": "Binding fluid", - "examine": "Some magical fluid to bind surfaces.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null + "id": "10828", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" }, { - "id": "10871", - "name": "Pipe", - "examine": "A pipe that belongs in a cannon stand.", - "archery_ticket_price": "0", - "destroy": "true", + "destroy_message": "King Sorvott of Jatizso will give you another one, grudgingly.", + "examine": "The document is stamped with King Gjuki Sorvott IV's royal seal.", "durability": null, + "name": "Royal decree", "tradeable": "false", - "weight": "0.2" - }, - { - "id": "10872", - "name": "Pipe ring", - "examine": "A ring used to join two pipes together.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10873", - "name": "Metal sheet", - "examine": "A sheet of metal.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10874", - "name": "Coloured ball", - "examine": "Bound to have some use.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10875", - "name": "Valve wheel", - "examine": "A wheel used to control valves.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10876", - "name": "Metal bar", - "examine": "Some unknown metal substance.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10877", - "name": "Plain satchel", - "examine": "I can keep my grub in here.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "shop_price": "128", - "weight": "0.1" - }, - { - "id": "10878", - "name": "Green satchel", - "examine": "I can keep my grub in here.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "0.1" - }, - { - "id": "10879", - "name": "Red satchel", - "examine": "I can keep my grub in here.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "shop_price": "128", - "weight": "0.1" - }, - { - "id": "10880", - "name": "Black satchel", - "examine": "I can keep my grub in here.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "0.1" - }, - { - "id": "10881", - "name": "Gold satchel", - "examine": "I can keep my grub in here.", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "0.1" - }, - { - "id": "10882", - "name": "Rune satchel", - "examine": "I can keep my grub in here.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "0.1" + "id": "10830" }, { - "id": "10883", - "name": "Hard hat", - "examine": "Can't get any safer than this.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another within the Tower of Life!", + "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.", + "examine": "An empty tax bag.", "durability": null, - "equipment_slot": "0", + "name": "Empty tax bag", "tradeable": "false", - "weight": "2" - }, - { - "id": "10884", - "name": "Fuse", - "examine": "A fuse.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10885", - "name": "Keg", - "examine": "A small keg of gunpowder.", - "archery_ticket_price": "0", - "durability": null, - "weight": "12" - }, - { - "id": "10886", - "name": "Prayer book", - "examine": "Used to cure poison through prayer.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "10887", - "name": "Barrelchest anchor", - "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)", - "archery_ticket_price": "0", - "attack_anims": "5865,5865,5865,5865", - "attack_speed": "6", - "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0", - "defence_anim": "5866", - "destroy_message": "If you drop the Anchor it will be destroyed, and you will need to get a new one from Brother Tranquillity, then pay Smith to re", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "985", - "run_anim": "5868", - "stand_anim": "5869", - "stand_turn_anim": "823", - "turn180_anim": "5867", - "turn90ccw_anim": "5867", - "turn90cw_anim": "5867", - "two_handed": "true", - "walk_anim": "5867", - "weapon_interface": "8", - "weight": "30" - }, - { - "id": "10888", - "name": "Barrelchest anchor", - "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0", - "durability": null, - "weight": "30" - }, - { - "id": "10889", - "name": "Blessed lamp", - "examine": "This will answer my prayers.", "archery_ticket_price": "0", - "destroy_message": "If you drop this lamp it will be destroyed, and you will need to see Brother Tranquility for another.", - "durability": null + "id": "10831" }, { - "id": "10890", - "name": "Prayer book", - "examine": "Used to cure poison through prayer.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This book is old and delicate. You can reclaim this item from the place you found it.ping it here will destroy it and you will have to search the Edgeville Monastery bookcase for another.", + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "examine": "A silly hat with bells.", "durability": null, + "name": "Silly jester hat", "tradeable": "false", - "weight": "1" - }, - { - "id": "10891", - "name": "Wooden cat", - "examine": "A wooden cat toy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10892", - "name": "Wooden cat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10893", - "name": "Cranial clamp", - "examine": "A cranial clamp.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10894", - "name": "Brain tongs", - "examine": "Some tongs for use with brains.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10895", - "name": "Bell jar", - "examine": "A bell jar for covering things.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10896", - "name": "Wolf whistle", - "examine": "A silver whistle.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10897", - "name": "Shipping order", - "examine": "A shipping order list.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10898", - "name": "Keg", - "examine": "A small keg of gunpowder.", - "archery_ticket_price": "0", - "durability": null, - "weight": "12" - }, - { - "id": "10899", - "name": "Crate part", - "examine": "Part of a crate.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10904", - "name": "Skull staple", - "examine": "One skull staple.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10909", - "name": "Mixture - step 1(4)", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10910", - "name": "Mixture - step 1(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10911", - "name": "Mixture - step 1(3)", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10912", - "name": "Mixture - step 1(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10913", - "name": "Mixture - step 1(2)", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10914", - "name": "Mixture - step 1(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10915", - "name": "Mixture - step 1(1)", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10916", - "name": "Mixture - step 1(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10917", - "name": "Mixture - step 2(4)", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10918", - "name": "Mixture - step 2(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10919", - "name": "Mixture - step 2(3)", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10920", - "name": "Mixture - step 2(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10921", - "name": "Mixture - step 2(2)", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10922", - "name": "Mixture - step 2(2)", + "weight": "2.7", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10923", - "name": "Mixture - step 2(1)", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10924", - "name": "Mixture - step 2(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10925", - "name": "Sanfew serum(4)", - "examine": "A 4 dose Sanfew Serum.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10926", - "name": "Sanfew serum(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10927", - "name": "Sanfew serum(3)", - "examine": "A 3 dose Sanfew Serum.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10928", - "name": "Sanfew serum(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10929", - "name": "Sanfew serum(2)", - "examine": "A 2 dose Sanfew Serum.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10930", - "name": "Sanfew serum(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10931", - "name": "Sanfew serum(1)", - "examine": "A 1 dose Sanfew Serum.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10932", - "name": "Sanfew serum(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10933", - "name": "Lumberjack boots", - "examine": "You certainly will be alright wearing these.", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "weight": "0.9" - }, - { - "id": "10934", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10935", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10936", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10937", - "name": "Nail beast nails", - "examine": "The claws from a nail beast.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10938", - "name": "Nail beast nails", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10939", - "name": "Lumberjack top", - "examine": "You certainly will be alright wearing this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "1.3" - }, - { - "id": "10940", - "name": "Lumberjack legs", - "examine": "You certainly will be alright wearing these.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "0.9" - }, - { - "id": "10941", - "name": "Lumberjack hat", - "examine": "You certainly will be alright wearing this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "0.4" - }, - { - "id": "10942", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10943", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10944", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10945", - "name": "Lumberjack top", - "examine": "You certainly will be alright wearing this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "1.3" - }, - { - "id": "10950", - "name": "Skull staples", - "examine": "One skull staple.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10951", - "name": "Skull staples", - "examine": "One skull staple.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10952", - "name": "Slayer bell", - "examine": "Don't make anyone jump when you ring this!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{18,39}", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "10953", - "name": "Slayer bell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10954", - "name": "Frog-leather body", - "examine": "Armour made out of Frog hide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{1,25}-{4,25}", - "shop_price": "1000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10955", - "name": "Frog-leather body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10956", - "name": "Frog-leather chaps", - "examine": "Chaps made out of Frog hide.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,2,7,7,9,4,9,5,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,25}-{4,25}", - "shop_price": "900", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10957", - "name": "Frog-leather chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10958", - "name": "Frog-leather boots", - "examine": "Boots made out of Frog hide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,2,1,1,1,0,1,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,25}-{4,25}", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10959", - "name": "Frog-leather boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10960", - "name": "Green gloop soup", - "examine": "Thick and tasty soup.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10" - }, - { - "id": "10961", - "name": "Frogspawn gumbo", - "examine": "A big bowl of frogspawn gumbo.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10" - }, - { - "id": "10962", - "name": "Frogburger", - "examine": "A juicy frogburger.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "weight": "1" - }, - { - "id": "10963", - "name": "Coated frogs' legs", - "examine": "Nice and crunchy.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10964", - "name": "Bat shish", - "examine": "Bat shish kebab.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10" - }, - { - "id": "10965", - "name": "Fingers", - "examine": "Wall beast fingers in a white fern sauce.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10" - }, - { - "id": "10967", - "name": "Roast frog", - "examine": "A whole roasted frog.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10968", - "name": "Mushrooms", - "examine": "Tasty saut??ed mushrooms.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10969", - "name": "Fillets", - "examine": "Chunky cave-crawler fillets.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10970", - "name": "Loach", - "examine": "Steamed cave pond loach.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10971", - "name": "Eel sushi", - "examine": "Cave-eel sushi.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10972", - "name": "Dorgesh-kaan sphere", - "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "weight": "0.5" - }, - { - "id": "10973", - "name": "Light orb", - "examine": "A component of cave goblin Magic.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "requirements": "{11,52}", - "tradeable": "true" - }, - { - "id": "10974", - "name": "Light orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "10975", - "name": "Spanner", - "examine": "A goblin wrench.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10976", - "name": "Long bone", - "examine": "A Construction bone.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1000", - "weight": "1" - }, - { - "id": "10977", - "name": "Curved bone", - "examine": "A curved Construction bone.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2000", - "weight": "1" - }, - { - "id": "10978", - "name": "Swamp weed", - "examine": "Swamp weed found in the caves near Dorgesh-Kaan.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10979", - "name": "Swamp weed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "10980", - "name": "Empty light orb", - "examine": "Add a wire to complete it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10981", - "name": "Cave goblin wire", - "examine": "Wire found in Dorgesh-Kaan.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10982", - "name": "Cave goblin wire", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "10983", - "name": "Cog", - "examine": "A cog. Broken: A broken cog.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another cog from the old power station.", - "durability": null, - "shop_price": "160", - "tradeable": "false", - "weight": "3" - }, - { - "id": "10984", - "name": "Cog", - "examine": "A cog. Broken: A broken cog.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another cog from the old power station.", - "durability": null, - "shop_price": "160", - "tradeable": "false", - "weight": "3" - }, - { - "id": "10985", - "name": "Fuse", - "examine": "A fuse.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10986", - "name": "Fuse", - "examine": "A fuse.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10987", - "name": "Meter", - "examine": "A meter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10988", - "name": "Meter", - "examine": "A meter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10989", - "name": "Capacitor", - "examine": "A capacitor.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "10990", - "name": "Capacitor", - "examine": "A capacitor.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "10993", - "name": "Powerbox", - "examine": "A powerbox. Broken: A broken powerbox.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another power box from the old power station.", - "durability": null, - "tradeable": "false", - "weight": "3" - }, - { - "id": "10994", - "name": "Powerbox", - "examine": "A powerbox. Broken: A broken powerbox.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another power box from the old power station.", - "durability": null, - "tradeable": "false", - "weight": "3" - }, - { - "id": "10995", - "name": "Perfect shell", - "examine": "A perfect example of a tortoise shell.", - "archery_ticket_price": "0", - "durability": null, - "weight": "6.8" - }, - { - "id": "10996", - "name": "Perfect snail shell", - "examine": "A perfect example of a snail shell.", - "archery_ticket_price": "0", - "durability": null, - "weight": "7" - }, - { - "id": "10997", - "name": "Molanisk", - "examine": "On wall: That white dot looks like an eye! Off wall: A strange mole-like being.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "10998", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10999", - "name": "Goblin book", - "examine": "A tattered goblin holy book.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "11001", - "name": "Dagon'hai history", - "examine": "The History of Dagon'hai.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11002", - "name": "Sin'keth's diary", - "examine": "The diary of Sin'keth Magis.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11003", - "name": "An empty folder", - "examine": "A folder for Rat's papers.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to ask Rat for another empty folder if you destroy this one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11006", - "name": "Used folder", - "examine": "A folder for rat's papers. It needs more pages.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11007", - "name": "Full folder", - "examine": "A full folder. You should take this back to Rat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11008", - "name": "Rat's paper", - "examine": "A page of Rat's document.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to find more papers about the outlaws if you destroy this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11009", - "name": "Rat's letter", - "examine": "A letter in a strange language.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to get another copy of the letter from Rat if you destroy this.", - "durability": null, - "shop_price": "160", - "tradeable": "false" - }, - { - "id": "11010", - "name": "Surok's letter", - "examine": "A letter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to ask Surok for another letter to Rat if you destroy this.", - "durability": null, - "shop_price": "27", - "tradeable": "false" - }, - { - "id": "11011", - "name": "Zaff's instructions", - "examine": "Instructions for the beacon ring.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11012", - "name": "Wand", - "examine": "A wand.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11013", - "name": "Infused wand", - "examine": "This wand is glowing with chaos magic.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11014", - "name": "Beacon ring", - "examine": "A magical ring.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,1,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to get another ring from Zaff if you destroy this one.", - "durability": null, - "equipment_slot": "12", - "tradeable": "false" - }, - { - "id": "11015", - "name": "Chicken head", - "examine": "Cock-a-doodle-do!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11016", - "name": "Chicken feet", - "examine": "Perfect for crossing the road.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "10", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11017", - "name": "Chicken wings", - "examine": "I look fowl in this.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11018", - "name": "Chicken legs", - "examine": "What's the matter, are you chicken?", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "7", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11019", - "name": "Chicken feet", - "examine": "Perfect for crossing the road.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Diango to get another pair of chicken feet.", - "durability": null, - "equipment_slot": "10", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11020", - "name": "Chicken wings", - "examine": "I look fowl in this.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Diango to get another set of chicken wings.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11021", - "name": "Chicken head", - "examine": "Cock-a-doodle-do!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Diango to get another chicken head.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11022", - "name": "Chicken legs", - "examine": "What's the matter, are you chicken?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Diango to get another set of chicken legs.", - "durability": null, - "equipment_slot": "7", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11023", - "name": "Magic egg", - "examine": "Let's see how far the rabbit hole goes.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11024", - "name": "Rabbit mould", - "examine": "Used for making chocolate rabbits.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11025", - "name": "Chocolate chunks", - "examine": "Some chocolate chunks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11026", - "name": "Chocolate kebbit", - "examine": "Chocolatey kebbit goodness.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11027", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "11028", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "11029", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "11030", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "11031", - "name": "Damp planks", - "examine": "A number of dripping, waterlogged planks.", - "archery_ticket_price": "0", - "destroy_message": "These logs will be destroyed if you drop them and you will need to see Olaf Hradson to get some more.", - "durability": null - }, - { - "id": "11032", - "name": "Crude carving", - "examine": "A log with some squiggles carved into it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11033", - "name": "Cruder carving", - "examine": "Another log with some sort of bird hacked into it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11034", - "name": "Sven's last map", - "examine": "A faded map marking a cross next to a section of the landscape.", - "archery_ticket_price": "0", - "destroy_message": "This map will be destroyed if you drop it and you will need to see Olaf Hradson to get another.", - "durability": null - }, - { - "id": "11035", - "name": "Windswept logs", - "examine": "Logs taken from the exotic-looking windswept tree.", - "archery_ticket_price": "0", - "destroy_message": "These logs will be destroyed if you drop them and you will need to chop more from the windswept tree.", - "durability": null - }, - { - "id": "11037", - "name": "Brine sabre", - "examine": "A salty sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "7,47,-2,0,0,0,0,0,0,0,0,46,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "requirements": "{0,40}", - "tradeable": "true", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "11038", - "name": "Brine sabre", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11044", - "name": "Rotten barrel", - "examine": "Looks like it might still float.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11045", - "name": "Rotten barrel", - "examine": "Looks like it might still float.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11046", - "name": "Rope", - "examine": "A coil of rope.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "18", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "11047", - "name": "Brine rat", - "examine": "Eww, a bald rat!", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "11048", - "name": "Armour shard", - "examine": "A piece of ancient goblin armour.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11049", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11050", - "name": "Axe head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "11051", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11052", - "name": "Helmet fragment", - "examine": "A piece of ancient goblin helmet.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11053", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11054", - "name": "Shield fragment", - "examine": "A piece of an ancient goblin shield.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11055", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11056", - "name": "Sword fragment", - "examine": "A piece of an ancient goblin sword.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11057", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11058", - "name": "Mace", - "archery_ticket_price": "0", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "durability": null - }, - { - "id": "11059", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11060", - "name": "Goblin village sphere", - "examine": "Oldak's marvellous Moving-over-distance Sphere", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "weight": "0.05" - }, - { - "id": "11061", - "name": "Ancient mace", - "examine": "It has ancient goblin symbols on it.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "10,-2,16,0,0,0,0,0,0,0,0,14,3,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "requirements": "{0,25}-{5,15}", - "shop_price": "1000", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "11064", - "name": "Ancient mace", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11065", - "name": "Bracelet mould", - "examine": "Used to make gold bracelets.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "11066", - "name": "Bracelet mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11069", - "name": "Gold bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "165", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11070", - "name": "Gold bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11072", - "name": "Sapphire bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "1035", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "11073", - "name": "Sapphire bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11074", - "name": "Bracelet of clay", - "examine": "Now I can become a potter.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "506", - "tradeable": "true" - }, - { - "id": "11075", - "name": "Bracelet of clay", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11076", - "name": "Emerald bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11077", - "name": "Emerald bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11079", - "name": "Castlewar brace(3)", - "examine": "Must be worn as you enter the game to receive the bonus for that game.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "34464", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "11080", - "name": "Castlewar brace(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11081", - "name": "Castlewar brace(2)", - "examine": "Must be worn as you enter the game to receive the bonus for that game.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "11082", - "name": "Castlewar brace(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11083", - "name": "Castlewar brace(1)", - "examine": "Must be worn as you enter the game to receive the bonus for that game.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "11084", - "name": "Castlewar brace(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11085", - "name": "Ruby bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "2325", - "tradeable": "true" - }, - { - "id": "11086", - "name": "Ruby bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11088", - "name": "Inoculation brace", - "examine": "It eases diseases!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "11089", - "name": "Inoculation brace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11090", - "name": "Phoenix necklace", - "examine": "In case of emergency, wear necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11091", - "name": "Phoenix necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11092", - "name": "Diamond bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "3422", - "tradeable": "true" - }, - { - "id": "11093", - "name": "Diamond bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11095", - "name": "Forinthry brace(5)", - "examine": "It repels revenants and helps you enter the Abyss.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11096", - "name": "Forinthry brace(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11097", - "name": "Forinthry brace(4)", - "examine": "It repels revenants and helps you enter the Abyss.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11098", - "name": "Forinthry brace(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11099", - "name": "Forinthry brace(3)", - "examine": "It repels revenants and helps you enter the Abyss.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11100", - "name": "Forinthry brace(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11101", - "name": "Forinthry brace(2)", - "examine": "It repels revenants and helps you enter the Abyss.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11102", - "name": "Forinthry brace(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11103", - "name": "Forinthry brace(1)", - "examine": "It repels revenants and helps you enter the Abyss.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11104", - "name": "Forinthry brace(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11105", - "name": "Skills necklace(4)", - "examine": "This will help me travel.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11106", - "name": "Skills necklace(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11107", - "name": "Skills necklace(3)", - "examine": "This will help me travel.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "11108", - "name": "Skills necklace(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11109", - "name": "Skills necklace(2)", - "examine": "This will help me travel.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "11110", - "name": "Skills necklace(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11111", - "name": "Skills necklace(1)", - "examine": "This will help me travel.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "11112", - "name": "Skills necklace(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11113", - "name": "Skills necklace", - "examine": "This will help me travel.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11114", - "name": "Skills necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11115", - "name": "Dragon bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11116", - "name": "Dragon bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11118", - "name": "Combat bracelet(4)", - "examine": "A handy way to get around.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11119", - "name": "Combat bracelet(4)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11120", - "name": "Combat bracelet(3)", - "examine": "A handy way to get around.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11121", - "name": "Combat bracelet(3)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11122", - "name": "Combat bracelet(2)", - "examine": "A handy way to get around.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11123", - "name": "Combat bracelet(2)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11124", - "name": "Combat bracelet(1)", - "examine": "A handy way to get around.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11125", - "name": "Combat bracelet(1)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11126", - "name": "Combat bracelet", - "examine": "You will need to recharge the bracelet at the Legends Guild.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11127", - "name": "Combat bracelet", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11128", - "name": "Berserker necklace", - "examine": "Makes obsidian weapons even stronger!", - "archery_ticket_price": "0", - "bonuses": "-10,-10,-10,0,0,-20,-20,-20,-20,-20,-20,7,3,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11129", - "name": "Berserker necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11130", - "name": "Onyx bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "80400", - "tradeable": "true" - }, - { - "id": "11131", - "name": "Onyx bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11133", - "name": "Regen bracelet", - "examine": "Helps to restore your life points.", - "archery_ticket_price": "0", - "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11134", - "name": "Regen bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11135", - "name": "Bomber jacket", - "examine": "For all your flying needs.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11136", - "name": "Karamja gloves 1", - "examine": "A pair of pale green Karamja gloves.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "tradeable": "false" - }, - { - "id": "11137", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11138", - "name": "Karamja gloves 2", - "examine": "A pair of green Karamja gloves.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "tradeable": "false" - }, - { - "id": "11139", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11140", - "name": "Karamja gloves 3", - "examine": "A pair of dark green Karamja gloves.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "tradeable": "false" - }, - { - "id": "11141", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11151", - "name": "Dream vial (empty)", - "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11152", - "name": "Dream vial (water)", - "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11153", - "name": "Dream vial (herb)", - "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11154", - "name": "Dream potion", - "examine": "Potion of Shared Dreaming. One dream for two!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11155", - "name": "Ground astral rune", - "examine": "A ground astral rune.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11156", - "name": "Astral rune shards", - "examine": "An astral rune that has been broken into shards.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11157", - "name": "Dreamy lamp", - "examine": "A lunar-styled lamp. I wonder what's inside?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11158", - "name": "Cyrisus's chest", - "examine": "Perfect for storing heavy things.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "6" - }, - { - "id": "11159", - "name": "Hunter kit", - "examine": "A box of Hunter goodies.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will have to create another using the Lunar Spellbook.", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "11164", - "name": "Restored shield", - "examine": "Complete Shield of Arrav.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll need to get it back from Captain Rovin.", - "durability": null, - "weight": "5" - }, - { - "id": "11165", - "name": "Phoenix crossbow", - "examine": "Second-rate crossbow, former property of the Phoenix Gang.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "175", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "3" - }, - { - "id": "11166", - "name": "Phoenix crossbow", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11167", - "name": "Phoenix crossbow", - "examine": "Second-rate crossbow, former property of the Phoenix Gang.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "175", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "3" - }, - { - "id": "11168", - "name": "Phoenix crossbow", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11169", - "name": "Newspaper", - "examine": "A collection of written news on paper!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "11170", - "name": "Newspaper", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11171", - "name": "Newspaper", - "examine": "A collection of written news on paper!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "11172", - "name": "Newspaper", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11173", - "name": "Half certificate", - "examine": "I can use this to claim a reward from the King, if I get the other half.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.", - "durability": null, - "tradeable": "true" - }, - { - "id": "11174", - "name": "Half certificate", - "examine": "I can use this to claim a reward from the King, if I get the other half.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.", - "durability": null, - "tradeable": "true" - }, - { - "id": "11175", - "name": "Uncleaned find", - "examine": "A roughly-prepared archaeological find ready for cleaning.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another find from the pile in the cleaning area of Varrock Museum.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11179", - "name": "Old coin", - "examine": "An old looking coin.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11180", - "name": "Ancient coin", - "examine": "A cracked and rusty looking coin.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11181", - "name": "Ancient symbol", - "examine": "A very old symbol of Saradomin.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11182", - "name": "Old symbol", - "examine": "An old symbol of Saradomin.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11183", - "name": "Old chipped vase", - "examine": "An old vase with Saradominist markings - it has been chipped.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11184", - "name": "Museum map", - "examine": "A map of Varrock Museum.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11185", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11186", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11187", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11188", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11189", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11190", - "name": "Digsite pendant (1)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.5" - }, - { - "id": "11191", - "name": "Digsite pendant (2)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.5" - }, - { - "id": "11192", - "name": "Digsite pendant (3)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.5" - }, - { - "id": "11193", - "name": "Digsite pendant (4)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.5" - }, - { - "id": "11194", - "name": "Digsite pendant (5)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.5" - }, - { - "id": "11195", - "name": "Clean necklace", - "examine": "A recently-cleaned necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "11196", - "name": "Griffin feather", - "examine": "One of Grimgnash's feathers.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11197", - "name": "Miazrqa's pendant", - "examine": "The pendant belonging to Miazrqa.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to try and find another pendant in the mouse hole if you destroy this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11198", - "name": "Music sheet", - "examine": "A sheet of music.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to find another sheet of music in the witch's basement if you destroy this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11199", - "name": "Rupert's helmet", - "examine": "A sturdy helmet that belonged to Rupert the beard.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to obtain another helmet from Rupert the Beard if you destroy this", - "durability": null, - "shop_price": "60000", - "tradeable": "false", - "weight": "2" - }, - { - "id": "11200", - "name": "Dwarven helmet", - "examine": "A sturdy helmet that belonged to Rupert the beard.", - "archery_ticket_price": "0", - "bonuses": "0,0,6,-2,-2,27,28,31,5,24,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,50}", - "shop_price": "60000", - "tradeable": "true", - "weight": "1.9" - }, - { - "id": "11201", - "name": "Dwarven helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11202", - "name": "Shrinking recipe", - "examine": "A recipe for a shrinking potion.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11203", - "name": "To-do list", - "examine": "A list of tasks for the day.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11204", - "name": "Shrink-me-quick", - "examine": "Apparently it shrinks you. Very fast.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to make another shrinking potion if you destroy this.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11205", - "name": "Shrunk ogleroot", - "examine": "A shrunk ogleroot! How odd...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "4", - "tradeable": "false" - }, - { - "id": "11210", - "name": "Golden goblin", - "examine": "A shiny golden goblin. Strange!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "30" - }, - { - "id": "11211", - "name": "Magic beans", - "examine": "A bag of magic beans.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to get another bag of beans from Sylas if you destroy this one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11212", - "name": "Dragon arrow", - "examine": "An arrow made using a dragon's talon.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11217", - "name": "Dragon fire arrows", - "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11222", - "name": "Dragon fire arrows", - "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11227", - "name": "Dragon arrow(p)", - "examine": "An arrow made using a dragon's talon.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11228", - "name": "Dragon arrow(p+)", - "examine": "An arrow made using a dragon's talon.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11229", - "name": "Dragon arrow(p++)", - "examine": "An arrow made using a dragon's talon.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11230", - "name": "Dragon dart", - "examine": "A deadly throwing dart with a dragon tip.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "11231", - "name": "Dragon dart(p)", - "examine": "A deadly throwing dart with a dragon tip.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "11232", - "name": "Dragon dart tip", - "examine": "A deadly looking dragon dart tip - needs feathers for flight.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11233", - "name": "Dragon dart(p+)", - "examine": "A deadly throwing dart with a dragon tip.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "11234", - "name": "Dragon dart(p++)", - "examine": "A deadly throwing dart with a dragon tip.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "11235", - "name": "Dark bow", - "examine": "A bow from a darker dimension.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "3731,0,0,0", - "attack_speed": "9", - "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "3738", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "1", - "requirements": "{4,60}", - "run_anim": "824", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "two_handed": "true", - "walk_anim": "819", - "weapon_interface": "16", - "weight": "1.9" - }, - { - "id": "11236", - "name": "Dark bow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11237", - "name": "Dragon arrowtips", - "examine": "Dragon talons, usable as arrowheads.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "11238", - "name": "Baby impling jar", - "examine": "A baby impling in a jar. That's a bit cruel.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11239", - "name": "Baby impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11240", - "name": "Young impling jar", - "examine": "A young impling in a jar. Don't trap me, man.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11241", - "name": "Young impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11242", - "name": "Gourm' impling jar", - "examine": "A gourmet impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11243", - "name": "Gourm' impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11244", - "name": "Earth impling jar", - "examine": "Earth impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11245", - "name": "Earth impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11246", - "name": "Ess' impling jar", - "examine": "Essence impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11247", - "name": "Ess' impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11248", - "name": "Eclectic impling jar", - "examine": "Eclectic impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11249", - "name": "Eclectic impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11250", - "name": "Nature impling jar", - "examine": "Nature impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11251", - "name": "Nature impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11252", - "name": "Magpie impling jar", - "examine": "Magpie impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "11253", - "name": "Magpie impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11254", - "name": "Ninja impling jar", - "examine": "Ninja impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "11255", - "name": "Ninja impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11256", - "name": "Dragon impling jar", - "examine": "Dragon impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "11257", - "name": "Dragon impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "11258", - "name": "Jar generator", - "examine": "Creates butterfly and impling jars.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11259", - "name": "Magic butterfly net", - "examine": "For catching butterflies.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.", - "durability": null, - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{21,17}", - "run_anim": "6603", - "shop_price": "3", - "stand_anim": "6604", - "stand_turn_anim": "6611", - "tradeable": "false", - "turn180_anim": "6608", - "turn90ccw_anim": "6609", - "turn90cw_anim": "6610", - "two_handed": "", - "walk_anim": "6607", - "weapon_interface": "14", - "weight": "0.2" - }, - { - "id": "11260", - "name": "Impling jar", - "examine": "It's got little holes in the top.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "11261", - "name": "Impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11262", - "name": "Imp repellent", - "examine": "Imps seem to hate this stuff. Can't say I blame them.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11263", - "name": "Imp repellent", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11264", - "name": "Anchovy oil", - "examine": "Omega 3 oil. Good for the brain, not so for the nose.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11265", - "name": "Anchovy oil", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11266", - "name": "Anchovy paste", - "examine": "Fish paste. Urk.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11267", - "name": "Picture", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11268", - "name": "Picture", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11269", - "name": "Picture", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11270", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11271", - "name": "Picture", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11272", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11273", - "name": "Impling scroll", - "examine": "Lets you easily identify your prey.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will have to ask Elnock for another one of these.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11274", - "name": "Ham shirt", - "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "11275", - "name": "Mith grapple", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11276", - "name": "Mith grapple", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11277", - "name": "Cavalier mask", - "examine": "I hope I don't meet any roundheads...", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "8", - "lendable": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "11278", - "name": "Beret mask", - "examine": "Essential mime wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "1" - }, - { - "id": "11279", - "name": "Elvarg's head", - "examine": "The severed head of the great dragon Elvarg!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can complete the quest by speaking to Oziach even if you do not have the head.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11280", - "name": "Cavalier and mask", - "examine": "I hope I don't meet any roundheads...", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "11281", - "name": "Cavalier and mask", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11282", - "name": "Beret and mask", - "examine": "Essential mime wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "1" - }, - { - "id": "11283", - "name": "Dragonfire shield", - "examine": "A heavy shield with a snarling, draconic visage.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "rare_item": "true", - "requirements": "{1,75}", - "weight": "7.2" - }, - { - "id": "11284", - "name": "Dragonfire shield", - "examine": "A heavy shield with a snarling, draconic visage.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,75}", - "tradeable": "true", - "weight": "7.2" - }, - { - "id": "11285", - "name": "Dragonfire shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11286", - "name": "Draconic visage", - "examine": "It looks like this could be attached to a shield somehow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "11287", - "name": "Draconic visage", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11323", - "name": "Barbarian rod", - "examine": "A heavy barbarian Fishing rod.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "11324", - "name": "Roe", - "examine": "Roe, or cheap fishy eggs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "6", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "11325", - "name": "Roe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11326", - "name": "Caviar", - "examine": "Caviar, or expensive fishy eggs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "11327", - "name": "Caviar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11328", - "name": "Leaping trout", - "examine": "A sad-looking trout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "11", - "tradeable": "true" - }, - { - "id": "11329", - "name": "Leaping trout", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11330", - "name": "Leaping salmon", - "examine": "Some non-tasty salmon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11331", - "name": "Leaping salmon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11332", - "name": "Leaping sturgeon", - "examine": "A bloated sturgeon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11333", - "name": "Leaping sturgeon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11334", - "name": "Fish offcuts", - "examine": "Slices of inedible fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11335", - "name": "Dragon full helm", - "examine": "Protects your head and looks impressive too.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11336", - "name": "Dragon full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11337", - "name": "Mangled bones", - "examine": "The bones of a barbarian warrior, slain by his fellow adventurers.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.", - "durability": null, - "weight": "1" - }, - { - "id": "11338", - "name": "Chewed bones", - "examine": "The bones of a barbarian warrior, slain by vile dragons.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.", - "durability": null, - "weight": "9.6" - }, - { - "id": "11339", - "name": "My notes", - "examine": "Records from my discoveries beneath the lake.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain another from Otto.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11340", - "name": "Barbarian skills", - "examine": "A record of Otto's instructions to me.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain another from Otto.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11341", - "name": "Ancient page", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11342", - "name": "Ancient page", - "examine": "This seems to have been torn from a tome...", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11343", - "name": "Ancient page", - "examine": "This seems to have been ripped from a diary...", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11344", - "name": "Ancient page", - "examine": "Was this once a shopping list?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11345", - "name": "Ancient page", - "examine": "A tatty scrap of vellum.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11346", - "name": "Ancient page", - "examine": "A historic document or just junk?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11347", - "name": "Ancient page", - "examine": "An incomplete record.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11348", - "name": "Ancient page", - "examine": "Vital or useless?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11349", - "name": "Ancient page", - "examine": "Some information.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11350", - "name": "Ancient page", - "examine": "Written hastily.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11351", - "name": "Ancient page", - "examine": "Fragile parchment.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11352", - "name": "Ancient page", - "examine": "Neatly noted.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11353", - "name": "Ancient page", - "examine": "Hastily scrawled.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11354", - "name": "Ancient page", - "examine": "The writer needed spelling lessons.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11355", - "name": "Ancient page", - "examine": "I wonder who dropped this.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11356", - "name": "Ancient page", - "examine": "It may have had an important seal once.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11357", - "name": "Ancient page", - "examine": "Part of someone's homework?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11358", - "name": "Ancient page", - "examine": "Damp and close to disintegration.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11359", - "name": "Ancient page", - "examine": "It looks pretty old.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11360", - "name": "Ancient page", - "examine": "Lucky they used waterproof ink.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11361", - "name": "Ancient page", - "examine": "Could a dragon have written this?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11362", - "name": "Ancient page", - "examine": "Tatty.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11363", - "name": "Ancient page", - "examine": "Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11364", - "name": "Ancient page", - "examine": "Has both sorts of watermark.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11365", - "name": "Ancient page", - "examine": "Tiny writing.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11366", - "name": "Ancient page", - "examine": "The paper glows with some odd mould.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11367", - "name": "Bronze hasta", - "examine": "A bronze-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11368", - "name": "Bronze hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11369", - "name": "Iron hasta", - "examine": "An iron-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11370", - "name": "Iron hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11371", - "name": "Steel hasta", - "examine": "A steel-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11372", - "name": "Steel hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11373", - "name": "Mithril hasta", - "examine": "A mithril-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "11374", - "name": "Mithril hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11375", - "name": "Adamant hasta", - "examine": "An adamant-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11376", - "name": "Adamant hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11377", - "name": "Rune hasta", - "examine": "A rune-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11378", - "name": "Rune hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11379", - "name": "Bronze hasta(p)", - "examine": "A bronze-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11380", - "name": "Bronze hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11381", - "name": "Bronze hasta(kp)", - "examine": "A karambwan poison-tipped, one-handed bronze hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11382", - "name": "Bronze hasta(p+)", - "examine": "A bronze-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11383", - "name": "Bronze hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11384", - "name": "Bronze hasta(p++)", - "examine": "A bronze-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11385", - "name": "Bronze hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11386", - "name": "Iron hasta(p)", - "examine": "An iron-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11387", - "name": "Iron hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11388", - "name": "Iron hasta(kp)", - "examine": "A karambwan poison-tipped, one-handed iron hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11389", - "name": "Iron hasta(p+)", - "examine": "An iron-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11390", - "name": "Iron hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11391", - "name": "Iron hasta(p++)", - "examine": "An iron-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11392", - "name": "Iron hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11393", - "name": "Steel hasta(p)", - "examine": "A steel-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11394", - "name": "Steel hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11395", - "name": "Steel hasta(kp)", - "examine": "A karambwan poison-tipped, one-handed steel hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11396", - "name": "Steel hasta(p+)", - "examine": "A steel-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11397", - "name": "Steel hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11398", - "name": "Steel hasta(p++)", - "examine": "A steel-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11399", - "name": "Steel hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11400", - "name": "Mithril hasta(p)", - "examine": "A mithril-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "11401", - "name": "Mithril hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11402", - "name": "Mithril hasta(kp)", - "examine": "A karambwan poison-tipped, one-handed mithril hasta", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "11403", - "name": "Mithril hasta(p+)", - "examine": "A mithril-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "11404", - "name": "Mithril hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11405", - "name": "Mithril hasta(p++)", - "examine": "A mithril-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "11406", - "name": "Mithril hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11407", - "name": "Adamant hasta(p)", - "examine": "An adamant-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11408", - "name": "Adamant hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11409", - "name": "Adamant hasta(kp)", - "examine": "\tA karambwan poison-tipped, one-handed adamantite hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11410", - "name": "Adamant hasta(p+)", - "examine": "An adamant-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11411", - "name": "Adamant hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11412", - "name": "Adamant hasta(p++)", - "examine": "An adamant-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11413", - "name": "Adamant hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11414", - "name": "Rune hasta(p)", - "examine": "A rune-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11415", - "name": "Rune hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11416", - "name": "Rune hasta(kp)", - "examine": "A karambwan poison-tipped, one-handed rune hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11417", - "name": "Rune hasta(p+)", - "examine": "A rune-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11418", - "name": "Rune hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11419", - "name": "Rune hasta(p++)", - "examine": "A rune-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_anims": "433,2081,2078,433", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0", - "defence_anim": "434", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11420", - "name": "Rune hasta(p++)", - "archery_ticket_price": "0", - "attack_anims": "", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11429", - "name": "Attack mix(2)", - "examine": "Two doses of fishy Attack potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11430", - "name": "Attack mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11431", - "name": "Attack mix(1)", - "examine": "One dose of fishy Attack potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11432", - "name": "Attack mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11433", - "name": "Antipoison mix(2)", - "examine": "Two doses of fishy antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11434", - "name": "Antipoison mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11435", - "name": "Antipoison mix(1)", - "examine": "One dose of fishy antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11436", - "name": "Antipoison mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11437", - "name": "Relicym's mix(2)", - "examine": "Two doses of fishy Relicym's balm.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11438", - "name": "Relicym's mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11439", - "name": "Relicym's mix(1)", - "examine": "One dose of fishy Relicym's balm.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11440", - "name": "Relicym's mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11441", - "name": "Strength mix(1)", - "examine": "One dose of fishy strength potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11442", - "name": "Strength mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11443", - "name": "Strength mix(2)", - "examine": "Two doses of fishy strength potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11444", - "name": "Strength mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11445", - "name": "Combat mix(2)", - "examine": "Two doses of fishy combat potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11446", - "name": "Combat mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11447", - "name": "Combat mix(1)", - "examine": "One dose of fishy combat potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11448", - "name": "Combat mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11449", - "name": "Restore mix(2)", - "examine": "Two doses of fishy restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11450", - "name": "Restore mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11451", - "name": "Restore mix(1)", - "examine": "One dose of fishy restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11452", - "name": "Restore mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11453", - "name": "Energy mix(2)", - "examine": "Two doses of fishy energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11454", - "name": "Energy mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11455", - "name": "Energy mix(1)", - "examine": "One dose of fishy energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11456", - "name": "Energy mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11457", - "name": "Defence mix(2)", - "examine": "Two doses of fishy Defence potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11458", - "name": "Defence mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11459", - "name": "Defence mix(1)", - "examine": "One dose of fishy Defence potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11460", - "name": "Defence mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11461", - "name": "Agility mix(2)", - "examine": "Two doses of fishy Agility potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11462", - "name": "Agility mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11463", - "name": "Agility mix(1)", - "examine": "One dose of fishy Agility potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11464", - "name": "Agility mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11465", - "name": "Prayer mix(2)", - "examine": "Two doses of fishy Prayer potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11466", - "name": "Prayer mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11467", - "name": "Prayer mix(1)", - "examine": "One dose of fishy Prayer potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11468", - "name": "Prayer mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11469", - "name": "Superattack mix(2)", - "examine": "Two doses of fishy super Attack potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11470", - "name": "Superattack mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11471", - "name": "Superattack mix(1)", - "examine": "One dose of fishy super Attack potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11472", - "name": "Superattack mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11473", - "name": "Anti-p supermix(2)", - "examine": "Two doses of fishy super antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11474", - "name": "Anti-p supermix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11475", - "name": "Anti-p supermix(1)", - "examine": "One dose of fishy super antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11476", - "name": "Anti-p supermix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11477", - "name": "Fishing mix(2)", - "examine": "Two doses of fishy Fishing potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11478", - "name": "Fishing mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11479", - "name": "Fishing mix(1)", - "examine": "One dose of fishy Fishing potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11480", - "name": "Fishing mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11481", - "name": "Super energy mix(2)", - "examine": "Two doses of fishy super energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11482", - "name": "Super energy mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11483", - "name": "Super energy mix(1)", - "examine": "One dose of fishy super energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11484", - "name": "Super energy mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11485", - "name": "Super strength mix(2)", - "examine": "Two doses of fishy super Strength potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11486", - "name": "Super strength mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11487", - "name": "Super strength mix(1)", - "examine": "One dose of fishy super Strength potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11488", - "name": "Super strength mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11489", - "name": "Magic ess. mix(2)", - "examine": "Two doses of fishy Magic essence.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11490", - "name": "Magic ess. mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11491", - "name": "Magic ess. mix(1)", - "examine": "One dose of fishy Magic essence.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11492", - "name": "Magic ess. mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11493", - "name": "Super restore mix(2)", - "examine": "Two doses of fishy super restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11494", - "name": "Super restore mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11495", - "name": "Super restore mix(1)", - "examine": "One dose of fishy super restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11496", - "name": "Super restore mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11497", - "name": "Super defence mix(2)", - "examine": "Two doses of fishy super Defence potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11498", - "name": "Super defence mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11499", - "name": "Super defence mix(1)", - "examine": "One dose of fishy super Defence potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11500", - "name": "Super defence mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11501", - "name": "Antidote+ mix(2)", - "examine": "Two doses of fishy extra strength antidote potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11502", - "name": "Antidote+ mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11503", - "name": "Antidote+ mix(1)", - "examine": "One dose of fishy extra strength antidote potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11504", - "name": "Antidote+ mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11505", - "name": "Antifire mix(2)", - "examine": "Two doses of fishy anti-firebreath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11506", - "name": "Antifire mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11507", - "name": "Antifire mix(1)", - "examine": "One dose of fishy anti-firebreath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11508", - "name": "Antifire mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11509", - "name": "Ranging mix(2)", - "examine": "Two doses of fishy ranging potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11510", - "name": "Ranging mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11511", - "name": "Ranging mix(1)", - "examine": "One dose of fishy ranging potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11512", - "name": "Ranging mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11513", - "name": "Magic mix(2)", - "examine": "Two doses of fishy Magic potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11514", - "name": "Magic mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11515", - "name": "Magic mix(1)", - "examine": "One dose of fishy Magic potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11516", - "name": "Magic mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11517", - "name": "Hunting mix(2)", - "examine": "Two doses of fishy Hunter potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11518", - "name": "Hunting mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11519", - "name": "Hunting mix(1)", - "examine": "One dose of fishy Hunter potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11520", - "name": "Hunting mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11521", - "name": "Zamorak mix(2)", - "examine": "Two doses of fishy Zamorak brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11522", - "name": "Zamorak mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11523", - "name": "Zamorak mix(1)", - "examine": "One dose of fishy Zamorak brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11524", - "name": "Zamorak mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11525", - "name": "Wimpy feather", - "examine": "More fluff than feather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11640", - "name": "Book of knowledge", - "examine": "Educate yourself.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this book it will be destroyed. You cannot replace it.", - "durability": null, - "weight": "1" - }, - { - "id": "11655", - "name": "Astronomy book", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11656", - "name": "Glassblowing book", - "examine": "A book that explains the art of crafting items from glass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11657", - "name": "Glassblowing book", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11663", - "name": "Void mage helm", - "examine": "A mage helm from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false" - }, - { - "id": "11664", - "name": "Void ranger helm", - "examine": "A ranger helm from the order of the Void Knights", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false", - "weight": "3.6" - }, - { - "id": "11665", - "name": "Void melee helm", - "examine": "A melee helm from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11666", - "name": "Void seal(8)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11667", - "name": "Void seal(7)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11668", - "name": "Void seal(6)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11669", - "name": "Void seal(5)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11670", - "name": "Void seal(4)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11671", - "name": "Void seal(3)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11672", - "name": "Void seal(2)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11673", - "name": "Void seal(1)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11674", - "name": "Void mage helm", - "examine": "A mage helm from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false" - }, - { - "id": "11675", - "name": "Void ranger helm", - "examine": "A ranger helm from the order of the Void Knights", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false", - "weight": "3.6" - }, - { - "id": "11676", - "name": "Void melee helm", - "examine": "A melee helm from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11677", - "name": "Explorer's notes", - "examine": "\"Beyond Trollheim\" by Nestor Peregrine.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can find another book in the Keldagrim library.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11678", - "name": "Black knight helm", - "examine": "A black helm, too small for your head", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll need to visit the Sinclair Mansion to get another one.", - "durability": null, - "tradeable": "false", - "weight": "3" - }, - { - "id": "11679", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11680", - "name": "Address form", - "examine": "A change of address form.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11681", - "name": "Scrap paper", - "examine": "It has something written on it.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11682", - "name": "Hair clip", - "examine": "I could use this to pick the lock.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11686", - "name": "Godsword shards", - "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11687", - "name": "Godsword shards", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11688", - "name": "Godsword shards", - "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11689", - "name": "Godsword shards", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11690", - "name": "Godsword blade", - "examine": "The blade for the ultimate weapon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true", - "weight": "7.5" - }, - { - "id": "11691", - "name": "Godsword blade", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11692", - "name": "Godsword shards", - "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11693", - "name": "Godsword shards", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11694", - "name": "Armadyl godsword", - "examine": "A beautiful, heavy sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "3846,0,0,0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "124", - "requirements": "{0,75}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7044", - "turn90cw_anim": "7043", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "10" - }, - { - "id": "11695", - "name": "Armadyl godsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11696", - "name": "Bandos godsword", - "examine": "A brutally heavy sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "3846,0,0,0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "124", - "requirements": "{0,75}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7044", - "turn90cw_anim": "7043", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "10" - }, - { - "id": "11697", - "name": "Bandos godsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11698", - "name": "Saradomin godsword", - "examine": "A gracious, heavy sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "3846,0,0,0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "124", - "requirements": "{0,75}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7044", - "turn90cw_anim": "7043", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "10" - }, - { - "id": "11699", - "name": "Saradomin godsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11700", - "name": "Zamorak godsword", - "examine": "A terrifying, heavy sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "3846,0,0,0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "124", - "requirements": "{0,75}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7044", - "turn90cw_anim": "7043", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "10" - }, - { - "id": "11701", - "name": "Zamorak godsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11702", - "name": "Armadyl hilt", - "examine": "Brimming with potential.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "11703", - "name": "Armadyl hilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11704", - "name": "Bandos hilt", - "examine": "Brimming with potential.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "11705", - "name": "Bandos hilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11706", - "name": "Saradomin hilt", - "examine": "Brimming with potential.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "11707", - "name": "Saradomin hilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11708", - "name": "Zamorak hilt", - "examine": "Brimming with potential.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "11709", - "name": "Zamorak hilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11710", - "name": "Godsword shard 1", - "examine": "Part of the Godsword blade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11711", - "name": "Godsword shard 1", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11712", - "name": "Godsword shard 2", - "examine": "Part of the Godsword blade.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11713", - "name": "Godsword shard 2", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11714", - "name": "Godsword shard 3", - "examine": "Part of the Godsword blade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11715", - "name": "Godsword shard 3", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11716", - "name": "Zamorakian spear", - "examine": "An evil spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "4", - "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,2,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "3" - }, - { - "id": "11717", - "name": "Zamorakian spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11718", - "name": "Armadyl helmet", - "examine": "A helmet of great craftmanship.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "1", - "lendable": "true", - "rare_item": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "11719", - "name": "Armadyl helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "11720", - "name": "Armadyl chestplate", - "examine": "A chestplate of great craftsmanship", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,1,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "1", - "lendable": "true", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "11721", - "name": "Armadyl chestplate", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "11722", - "name": "Armadyl plateskirt", - "examine": "A plateskirt of great craftsmanship.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,1,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "8" - }, - { - "id": "11723", - "name": "Armadyl plateskirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11724", - "name": "Bandos chestplate", - "examine": "A sturdy chestplate.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,1,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "1", - "lendable": "true", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "12" - }, - { - "id": "11725", - "name": "Bandos chestplate", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "11726", - "name": "Bandos tassets", - "examine": "A sturdy pair of tassets.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,1,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "1", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "8" - }, - { - "id": "11727", - "name": "Bandos tassets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "11728", - "name": "Bandos boots", - "examine": "Some sturdy boots", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,1,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "1", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "11729", - "name": "Bandos boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "11730", - "name": "Saradomin sword", - "examine": "The incredible blade of an Icyene.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "3846,0,0,0", - "attack_speed": "4", - "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,2,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "124", - "requirements": "{0,70}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7044", - "turn90cw_anim": "7043", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3" - }, - { - "id": "11731", - "name": "Saradomin sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11732", - "name": "Dragon boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "11733", - "name": "Dragon boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11734", - "name": "Knight's notes", - "examine": "A scroll for Sir Tiffy. It is sealed with a wax insignia.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11735", - "name": "Knight's notes", - "examine": "A scroll for Sir Tiffy. The wax seal is broken.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11736", - "name": "Steam battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2230", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "11737", - "name": "Steam battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11738", - "name": "Mystic steam staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "11739", - "name": "Mystic steam staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11741", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11743", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11745", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11747", - "name": "A key to a chest", - "examine": "This probably opens a chest in Golrie's caves. (Path of Glophrie)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "There may be another in the chest where you found this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11748", - "name": "Strongroom key", - "examine": "This opens the door into Golrie's strongroom. (Path of Glophrie)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "There may be another in the chest where you found this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11749", - "name": "Crystal chime", - "examine": "It makes a sound.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Maybe Brimstail will have another crystal seed you could grow into a chime.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11750", - "name": "Yewnock's notes", - "examine": "Notes written by Yewnock while copying Oaknock's machine.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "There may be another in the chest where you found this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11753", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11754", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11755", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11756", - "name": "Varrock armour 1", - "examine": "Varrock Smithing armour.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to get a new set of armour from Rat Burgiss if you destroy this one.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11757", - "name": "Varrock armour 2", - "examine": "Varrock smithing armour.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to get a new set of armour from Reldo if you destroy this one.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11758", - "name": "Varrock armour 3", - "examine": "Varrock smithing armour.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to get a new set of armour from Vannaka if you destroy this one.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11760", - "name": "Logs", - "examine": "A number of wooden logs.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "4", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11761", - "name": "Locked diary", - "examine": "A locked/unlocked diary.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the diary again from Sandy's desk.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11762", - "name": "Unlocked diary", - "examine": "A locked/unlocked diary.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the diary again from Sandy's desk.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11764", - "name": "Foot", - "examine": "A wizard's severed foot. You can tell by the robes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the foot again from the creatures in the Jade Vine.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11766", - "name": "Left arm", - "examine": "\"A wizard's severed arm. You can tell by the robes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the arm again from the creatures in the Jade Vine.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11767", - "name": "Right arm", - "examine": "A wizard's severed arm. You can tell by the robes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the arm again from the creatures in the Jade Vine.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11768", - "name": "Left leg", - "examine": "A wizard's severed leg. You can tell by the robes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the leg again from the creatures in the Jade Vine.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11769", - "name": "Right leg", - "examine": "A wizard's severed leg. You can tell by the robes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the leg again from the creatures in the Jade Vine.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11770", - "name": "Root cutting", - "examine": "A root cutting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11771", - "name": "Root cutting", - "examine": "A root cutting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11772", - "name": "Root cutting", - "examine": "A root cutting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11773", - "name": "Root cutting", - "examine": "A root cutting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11774", - "name": "Root cutting", - "examine": "A root cutting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11775", - "name": "Wilted cutting", - "examine": "A floppy root cutting. Quite dead.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11776", - "name": "Potted root", - "examine": "A potted root.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11777", - "name": "Sealed pot", - "examine": "This sealed pot contains your vine cutting - hopefully still alive.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the sealed pot back by visiting Garth, the farmer on Karamja.", - "durability": null, - "tradeable": "false", - "weight": "2.2" - }, - { - "id": "11778", - "name": "Jade vine seed", - "examine": "A large seed.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11780", - "name": "The grim reaper's diary", - "examine": "Surely this holds many a dark tale...", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11781", - "name": "Grim's robe", - "examine": "Some of the Grim Reaper's garb.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "Another can be found in the Grim Reaper's house.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11782", - "name": "Last will and testament", - "examine": "Someone's Last Will and Testament.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11783", - "name": "Human bones", - "examine": "A tasty treat for Muncher.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11784", - "name": "Servant's skull", - "examine": "Ooooh spooky!", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11785", - "name": "Hourglass", - "examine": "There's not much sand left in the top half...", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get a replacement from Diango in Draynor Village.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11786", - "name": "Scythe sharpener", - "examine": "Used to sharpen the blade of a scythe.", - "archery_ticket_price": "0", - "attack_audios": "2524,2524,2522,2524", - "bankable": "false", - "destroy": "true", - "destroy_message": "Another can be found in the Grim Reaper's house.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11787", - "name": "Human eye", - "examine": "That's gross. Why am I carrying it around?", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11788", - "name": "'voice of doom' potion", - "examine": "A 'Voice of Doom' potion, used to deepen your voice.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11789", - "name": "Grim reaper hood", - "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You should be able to get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "11790", - "name": "Grim reaper hood", - "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You should be able to get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "11791", - "name": "White goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "11792", - "name": "Grubfoot", - "examine": "Smaller than the average goblin. After The Chosen Commander: Oldak's new assistant.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11793", - "name": "Zanik", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11794", - "name": "Plain of mud sphere", - "examine": "Oldak's Marvellous Moving-Over-Distance Sphere", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "32" - }, - { - "id": "11795", - "name": "Ekeleshuun key", - "examine": "The key you stole from the Ekeleshuun priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Ekeleshuun priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11796", - "name": "Narogoshuun key", - "examine": "The key you stole from the Narogoshuun priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Narogoshuun priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11797", - "name": "Huzamogaarb key", - "examine": "The key you stole from the Huzamogaarb priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Huzamogaarb priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11798", - "name": "Saragorgak key", - "examine": "The key you stole from the Saragorgak priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Saragorgak priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11799", - "name": "Horogothgar key", - "examine": "The key you stole from the Horogothgar priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Horogothgar priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11800", - "name": "Yurkolgokh key", - "examine": "The key you stole from the Yurkolgokh priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Yurkolgokh priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11802", - "name": "Snothead's bone", - "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11803", - "name": "Snailfeet's bone", - "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11804", - "name": "Mosschin's bone", - "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11805", - "name": "Redeyes's bone", - "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11806", - "name": "Strongbones's bone", - "examine": "An ancient goblin bone wrapped in fragments of priestly robes.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11807", - "name": "Pharmakos berries", - "examine": "You can combine these with a toadflax to make a goblin transformation potion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11808", - "name": "Whitefish", - "examine": "An ugly albino fish.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.25" - }, - { - "id": "11809", - "name": "Goblin potion (4)", - "examine": "4 doses of goblin transmogrification potion.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "11810", - "name": "Goblin potion (3)", - "examine": "3 doses of goblin transmogrification potion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11811", - "name": "Goblin potion (2)", - "examine": "2 doses of goblin transmogrification potion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11812", - "name": "Goblin potion (1)", - "examine": "1 dose of goblin transmogrification potion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11814", - "name": "Bronze armour set (l)", - "examine": "Grand Exchange set containing bronze full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "177", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11815", - "name": "Bronze armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11816", - "name": "Bronze armour set (sk)", - "examine": "Grand Exchange set containing bronze full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-59,-19,27,26,18,-11,25,5,0,0,1,0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "177", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11817", - "name": "Bronze armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11818", - "name": "Iron armour set (l)", - "examine": "Grand Exchange set containing iron full helm, platebody, legs, and kiteshield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1022", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11819", - "name": "Iron armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11820", - "name": "Iron armour set (sk)", - "examine": "Grand Exchange set containing iron full helm, platebody, skirt, and kiteshield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1022", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11821", - "name": "Iron armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11822", - "name": "Steel armour set (l)", - "examine": "Grand Exchange set containing steel full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{5,1}", - "shop_price": "2365", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11823", - "name": "Steel armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11824", - "name": "Steel armour set (sk)", - "examine": "Grand Exchange set containing steel full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{5,1}", - "shop_price": "2365", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11825", - "name": "Steel armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11826", - "name": "Black armour set (l)", - "examine": "Grand Exchange set containing Black full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{10,1}", - "shop_price": "11286", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11827", - "name": "Black armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11828", - "name": "Black armour set (sk)", - "examine": "Grand Exchange set containing a black full helm, platebody, skirt and kiteshield.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,91,92,78,-12,90,27,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{10,1}", - "shop_price": "11286", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11829", - "name": "Black armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11830", - "name": "Mithril armour set (l)", - "examine": "Grand Exchange set containing a mithril full helm, platebody, legs and kiteshield.", - "absorb": "2,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,101,102,89,-12,97,52,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,1}", - "shop_price": "15232", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11831", - "name": "Mithril armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11832", - "name": "Mithril armour set (sk)", - "examine": "Grand Exchange set containing a mithril full helm, platebody, skirt and kiteshield.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,101,102,89,-12,99,50,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,1}", - "shop_price": "15232", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11833", - "name": "Mithril armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11834", - "name": "Adamant armour set (l)", - "examine": "Grand Exchange set containing an adamant full helm, platebody, legs and kiteshield.", - "absorb": "7,0,15", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,30}", - "shop_price": "28276", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11835", - "name": "Adamant armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11836", - "name": "Adamant armour set (sk)", - "examine": "Grand Exchange set containing an adamant full helm, platebody, skirt and kiteshield.", - "absorb": "7,0,15", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,30}", - "shop_price": "28276", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11837", - "name": "Adamant armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11838", - "name": "Rune armour set (l)", - "examine": "Grand Exchange set containing a rune full helm, platebody, legs and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}", - "shop_price": "136112", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11839", - "name": "Rune armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11840", - "name": "Rune armour set (sk)", - "examine": "Grand Exchange set containing a rune full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}", - "shop_price": "136112", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11841", - "name": "Rune armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11842", - "name": "Dragon chain armour set (l)", - "examine": "Grand Exchange set containing a dragon helm, chainbody, legs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11843", - "name": "Dragon chain armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11844", - "name": "Dragon chain armour set (sk)", - "examine": "Grand Exchange set containing a dragon helm, chainbody, skirt.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11845", - "name": "Dragon chain armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11846", - "name": "Barrows - ahrim's set", - "examine": "Grand Exchange set containing Ahrim's robetop, robeskirt, hood, and staff.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,70}-{1,70}-{6,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11847", - "name": "Barrows - ahrim's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11848", - "name": "Barrows - dharok's set", - "examine": "Grand Exchange set containing Dharok's helm, body, legs and greataxe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,70}-{1,70}-{2,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11849", - "name": "Barrows - dharok's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11850", - "name": "Barrows - guthan's set", - "examine": "Grand Exchange set containing Guthan's helm, platebody, chainskirt and warspear.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,70}-{1,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11851", - "name": "Barrows - guthan's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11852", - "name": "Barrows - karil's set", - "examine": "A Grand Exchange set containing Karil's coif, crossbow, leather body, and leather skirt.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11853", - "name": "Barrows - karil's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11854", - "name": "Barrows - torag's set", - "examine": "Grand Exchange set containing Torag's helm, body, legs and hammers.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,70}-{1,70}-{2,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11855", - "name": "Barrows - torag's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11856", - "name": "Barrows - verac's set", - "examine": "Grand Exchange set containing Verac's helm, brassard, plateskirt and flail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,70}-{1,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11857", - "name": "Barrows - verac's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11858", - "name": "Third age melee set", - "examine": "Grand Exchange set containing a helm, body, legs and shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11859", - "name": "Third age melee set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11860", - "name": "Third age ranger set", - "examine": "Grand Exchange set containing coif, body, chaps and vambraces.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,45}-{4,65}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11861", - "name": "Third age ranger set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11862", - "name": "Third age mage set", - "examine": "Grand Exchange set containing a body, legs, amulet and hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,30}-{6,65}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11863", - "name": "Third age mage set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11864", - "name": "Green dragonhide set", - "examine": "Grand Exchange set containing body, chaps and vambraces.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{4,40}", - "shop_price": "9000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11865", - "name": "Green dragonhide set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11866", - "name": "Blue dragonhide set", - "examine": "Grand Exchange set containing body, chaps and vambraces.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{4,50}", - "shop_price": "12000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11867", - "name": "Blue dragonhide set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11868", - "name": "Red dragonhide set", - "examine": "Grand Exchange set containing body, chaps and vambraces.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{4,60}", - "shop_price": "15000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11869", - "name": "Red dragonhide set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11870", - "name": "Black dragonhide set", - "examine": "Grand Exchange set containing body, chaps and vambraces.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{4,70}", - "shop_price": "40000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11871", - "name": "Black dragonhide set", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11872", - "name": "Mystic robes set", - "examine": "Grand Exchange set containing mystic hat, top, bottoms, gloves, and boots.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,1}-{6,40}", - "shop_price": "169143", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11873", - "name": "Mystic robes set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11874", - "name": "Infinity robes set", - "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11875", - "name": "Infinity robes set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11876", - "name": "Splitbark armour set", - "examine": "Grand Exchange set containing a helm, body, boots, gauntlets and legs.", - "absorb": "13,6,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,24,-21,74,59,86,32,0,74,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11877", - "name": "Splitbark armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11878", - "name": "Black trimmed armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{10,1}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11879", - "name": "Black trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11880", - "name": "Black trimmed armour set (sk)", - "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{10,1}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11881", - "name": "Black trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11882", - "name": "Black gold-trimmed armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{10,1}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11883", - "name": "Black gold-trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11884", - "name": "Black gold-trimmed armour set (sk)", - "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{10,1}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11885", - "name": "Black gold-trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11886", - "name": "Adamant trimmed armour set (l)", - "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11887", - "name": "Adamant trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11888", - "name": "Adamant trimmed armour set (sk)", - "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11889", - "name": "Adamant trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11890", - "name": "Adamant gold-trimmed armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11891", - "name": "Adamant gold-trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11892", - "name": "Adamant gold-trimmed armour set (sk)", - "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11893", - "name": "Adamant gold-trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11894", - "name": "Rune trimmed armour set (l)", - "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11895", - "name": "Rune trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11896", - "name": "Rune trimmed armour set (sk)", - "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true" - }, - { - "id": "11897", - "name": "Rune trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11898", - "name": "Rune gold-trimmed armour set (l)", - "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11899", - "name": "Rune gold-trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11900", - "name": "Rune gold-trimmed armour set (sk)", - "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11901", - "name": "Rune gold-trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11902", - "name": "Enchanted set", - "examine": "Grand Exchange set containing hat, robetops and bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{20,1}-{6,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11903", - "name": "Enchanted set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11904", - "name": "Trimmed blue wizard set", - "examine": "Grand Exchange set containing hat, robetops and bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11905", - "name": "Trimmed blue wizard set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11906", - "name": "Gold-trimmed blue wizard set", - "examine": "Grand Exchange set containing hat, robe top and bottom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11907", - "name": "Gold-trimmed blue wizard set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11908", - "name": "Trimmed leather armour set", - "examine": "Grand Exchange set containing body and chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "requirements": "{20,4}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11909", - "name": "Trimmed leather armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "11910", - "name": "Gold-trimmed leather armour set", - "examine": "Grand Exchange set containing body and chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "requirements": "{20,4}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11911", - "name": "Gold-trimmed leather armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "11912", - "name": "Green d'hide trimmed set", - "examine": "Grand Exchange set containing body and chaps", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11913", - "name": "Green d'hide trimmed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11914", - "name": "Green d'hide gold-trimmed set", - "examine": "Grand Exchange set containing body and chaps", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11915", - "name": "Green d'hide gold-trimmed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11916", - "name": "Blue d'hide trimmed set", - "examine": "Grand Exchange set containing body and chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,50}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11917", - "name": "Blue d'hide trimmed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11918", - "name": "Blue d'hide gold-trimmed set", - "examine": "Grand Exchange set containing body and chaps.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,50}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11919", - "name": "Blue d'hide gold-trimmed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11920", - "name": "Green d'hide blessed set", - "examine": "Grand Exchange set containing body, chaps, bracers and coif.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11921", - "name": "Green d'hide blessed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11922", - "name": "Blue d'hide blessed set", - "examine": "Grand Exchange set containing body, chaps, bracers and coif.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11923", - "name": "Blue d'hide blessed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11924", - "name": "Red d'hide blessed set", - "examine": "Grand Exchange set containing body, chaps, bracers and coif.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11925", - "name": "Red d'hide blessed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11926", - "name": "Guthix armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and shield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11927", - "name": "Guthix armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11928", - "name": "Saradomin armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11929", - "name": "Saradomin armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11930", - "name": "Zamorak armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11931", - "name": "Zamorak armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11932", - "name": "Guthix armour set (sk)", - "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11933", - "name": "Guthix armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11934", - "name": "Saradomin armour set (sk)", - "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11935", - "name": "Saradomin armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11936", - "name": "Zamorak armour set (sk)", - "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11937", - "name": "Zamorak armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11938", - "name": "Gilded armour set (l)", - "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11939", - "name": "Gilded armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11940", - "name": "Gilded armour set (sk)", - "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11941", - "name": "Gilded armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11942", - "name": "Rockshell armour set", - "examine": "Grand Exchange set containing helm, platebody, legs, boots and gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11943", - "name": "Rockshell armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11944", - "name": "Spined armour set", - "examine": "Grand Exchange set containing helm, body, chaps, boots and gloves", - "absorb": "0,13,6", - "archery_ticket_price": "0", - "bonuses": "-6,-6,-6,-31,29,68,56,78,34,62,47,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11945", - "name": "Spined armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11946", - "name": "Skeletal armour set", - "examine": "Grand Exchange set containing helm, top, bottoms, boots and gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11947", - "name": "Skeletal armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11949", - "name": "Snow globe", - "examine": "A tiny model of Lumbridge Castle inside a glass dome.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11950", - "name": "Snow globe", - "examine": "A tiny model of Lumbridge Castle inside a glass dome.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11951", - "name": "Snowball", - "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", - "archery_ticket_price": "0", - "attack_anims": "5063", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "18" - }, - { - "id": "11952", - "name": "Ice sword", - "examine": "Add this to a snowman to make a snow warrior.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11953", - "name": "Winter staff", - "examine": "Add this to a snowman to make a snow mage.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11954", - "name": "Holly bow", - "examine": "Add this to a snowman to make a snow ranger.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11955", - "name": "Barbarian snowman hat", - "examine": "Add this to a snowman to make a barbarian snowman.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11956", - "name": "Dragon snowman hat", - "examine": "It's actually made of cardboard, but it looks like a dragon full helm.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11957", - "name": "Dwarf snowman hat", - "examine": "Use this to make your snowman look like a dwarf.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11958", - "name": "Pirate snowman hat", - "examine": "Arr! Shiver me snowman!", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "Talk to a snow imp to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11959", - "name": "Snowman top hat", - "examine": "The most traditional snowman hat.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11960", - "name": "Light mystic robes set", - "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,1}-{6,40}", - "shop_price": "215431", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11961", - "name": "Light mystic robes set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11962", - "name": "Dark mystic robes set", - "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,1}-{6,40}", - "shop_price": "228541", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11963", - "name": "Dark mystic robes set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11964", - "name": "Raven egg", - "examine": "I can hatch this in an incubator.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11965", - "name": "Vulture egg", - "examine": "I can hatch this in an incubator.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11966", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11967", - "name": "Dwarf cannon set", - "examine": "Grand Exchange set containing cannon base, stand, barrels and furnace.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "shop_price": "750000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11968", - "name": "Dwarf cannon set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11969", - "name": "Enchanted water tiara", - "examine": "A water tiara infused with water runes. Protects from the hot desert sun.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,5,5,5,3,3,0,0,2,0,0", - "destroy_message": "If I destroy this it will disintegrate into its component parts and drop to the floor.", - "durability": null, - "equipment_slot": "0", - "weight": "1" - }, - { - "id": "11970", - "name": "Smelly crate", - "examine": "A crate full of distressed gear.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain and fill another one from the archaeologist near Sophanem.", - "durability": null, - "tradeable": "false", - "weight": "30" - }, - { - "id": "11972", - "name": "Empty crate", - "examine": "An empty crate, ready for bronze gear.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11973", - "name": "Scabaras research", - "examine": "A book of research on Scabarite history.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain another one from the archaeologist near Sophanem.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11974", - "name": "Artefact receipt", - "examine": "Issued by Simon Templeton.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain another one from Simon Templeton.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11975", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11976", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11977", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11978", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11979", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11980", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11981", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11982", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11983", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11984", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11985", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11986", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11987", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11988", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11989", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11990", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11991", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11992", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11993", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11994", - "name": "Scabarite key", - "examine": "Newly made, but to an ancient pattern. (Dealing with Scabaras)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain another one from the archaeologists near Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11995", - "name": "Oxidised dagger", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "attack_audios": "2517,2517,2500,2517", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze dagger.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11996", - "name": "Oxidised medium helm", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11997", - "name": "Oxidised sword", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze sword.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11998", - "name": "Oxidised scimitar", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "attack_audios": "2500,0,2517,0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze scimitar.", - "durability": null, - "render_anim": "1", - "run_anim": "824", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "false", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819" - }, - { - "id": "11999", - "name": "Oxidised longsword", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze longsword.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12000", - "name": "Oxidised full helm", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze full helmet.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12001", - "name": "Oxidised square shield", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze square shield.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12002", - "name": "Oxidised chainbody", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze chainbody.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12003", - "name": "Oxidised kiteshield", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze kiteshield.", - "durability": null, - "equip_audio": "2245", - "tradeable": "false" - }, - { - "id": "12004", - "name": "Oxidised two-handed sword", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze two", - "durability": null, - "tradeable": "false", - "weight": "4" - }, - { - "id": "12005", - "name": "Oxidised platelegs", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on some bronze platelegs.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12006", - "name": "Oxidised plateskirt", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze plateskirt.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12007", - "name": "Spirit terrorbird pouch", - "examine": "I can summon a spirit terrorbird familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,52}", - "tradeable": "true" - }, - { - "id": "12008", - "name": "Spirit terrorbird pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12009", - "name": "Granite crab pouch", - "examine": "I can summon a granite crab familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{16,23}", - "tradeable": "true" - }, - { - "id": "12010", - "name": "Granite crab pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12011", - "name": "Praying mantis pouch", - "examine": "I can summon a praying mantis familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,75}", - "tradeable": "true" - }, - { - "id": "12012", - "name": "Praying mantis pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12013", - "name": "Giant ent pouch", - "examine": "I can summon a giant ent familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,78}", - "tradeable": "true" - }, - { - "id": "12014", - "name": "Giant ent pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12015", - "name": "Spirit cobra pouch", - "examine": "I can summon a spirit cobra familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,63}", - "tradeable": "true" - }, - { - "id": "12016", - "name": "Spirit cobra pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12017", - "name": "Spirit dagannoth pouch", - "examine": "I can summon a spirit dagannoth familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,83}", - "tradeable": "true" - }, - { - "id": "12018", - "name": "Spirit dagannoth pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12019", - "name": "Thorny snail pouch", - "examine": "I can summon a thorny snail familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{13,23}", - "tradeable": "true" - }, - { - "id": "12020", - "name": "Thorny snail pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12021", - "name": "Beaver pouch", - "examine": "I can summon a beaver familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,33}", - "tradeable": "true" - }, - { - "id": "12022", - "name": "Beaver pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12023", - "name": "Karam. overlord pouch", - "examine": "I can summon a karamthulhu overlord familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,58}", - "tradeable": "true" - }, - { - "id": "12024", - "name": "Karam. overlord pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12025", - "name": "Hydra pouch", - "examine": "I can summon a hydra familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,80}", - "tradeable": "true" - }, - { - "id": "12026", - "name": "Hydra pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12027", - "name": "Spirit jelly pouch", - "examine": "I can summon a spirit jelly familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,55}", - "tradeable": "true" - }, - { - "id": "12028", - "name": "Spirit jelly pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12029", - "name": "Bunyip pouch", - "examine": "I can summon a bunyip familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,68}", - "tradeable": "true" - }, - { - "id": "12030", - "name": "Bunyip pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12031", - "name": "War tortoise pouch", - "examine": "I can summon a war tortoise familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,67}", - "tradeable": "true" - }, - { - "id": "12032", - "name": "War tortoise pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12033", - "name": "Fruit bat pouch", - "examine": "I can summon a fruit bat familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,69}", - "tradeable": "true" - }, - { - "id": "12034", - "name": "Fruit bat pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12035", - "name": "Abyssal parasite pouch", - "examine": "I can summon an abyssal parasite familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,54}", - "tradeable": "true" - }, - { - "id": "12036", - "name": "Abyssal parasite pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12037", - "name": "Abyssal lurker pouch", - "examine": "I can summon an abyssal lurker familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,62}", - "tradeable": "true" - }, - { - "id": "12038", - "name": "Abyssal lurker pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12039", - "name": "Unicorn stallion pouch", - "examine": "I can summon a unicorn stallion familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,88}", - "tradeable": "true" - }, - { - "id": "12040", - "name": "Unicorn stallion pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12041", - "name": "Magpie pouch", - "examine": "I can summon a magpie familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,47}", - "tradeable": "true" - }, - { - "id": "12042", - "name": "Magpie pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12043", - "name": "Dreadfowl pouch", - "examine": "I can summon a dreadfowl familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{4,23}", - "tradeable": "true" - }, - { - "id": "12044", - "name": "Dreadfowl pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12045", - "name": "Stranger plant pouch", - "examine": "I can summon a stranger plant familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,64}", - "tradeable": "true" - }, - { - "id": "12046", - "name": "Stranger plant pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12047", - "name": "Spirit wolf pouch", - "examine": "I can summon a spirit wolf familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12048", - "name": "Spirit wolf pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12049", - "name": "Desert wyrm pouch", - "examine": "I can summon a desert wyrm familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{18,23}", - "tradeable": "true" - }, - { - "id": "12050", - "name": "Desert wyrm pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12051", - "name": "Evil turnip pouch", - "examine": "I can summon an evil turnip familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,42}", - "tradeable": "true" - }, - { - "id": "12052", - "name": "Evil turnip pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12053", - "name": "Vampire bat pouch", - "examine": "I can summon a vampire bat familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "requirements": "{23,31}", - "tradeable": "true" - }, - { - "id": "12054", - "name": "Vampire bat pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12055", - "name": "Spirit scorpion pouch", - "examine": "I can summon a spirit scorpion familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{19,23}", - "tradeable": "true" - }, - { - "id": "12056", - "name": "Spirit scorpion pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12057", - "name": "Arctic bear pouch", - "examine": "I can summon an arctic bear familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,71}", - "tradeable": "true" - }, - { - "id": "12058", - "name": "Arctic bear pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12059", - "name": "Spirit spider pouch", - "examine": "I can summon a spirit spider familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{10,23}", - "tradeable": "true" - }, - { - "id": "12060", - "name": "Spirit spider pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12061", - "name": "Bloated leech pouch", - "examine": "I can summon a bloated leech familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,49}", - "tradeable": "true" - }, - { - "id": "12062", - "name": "Bloated leech pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12063", - "name": "Spirit kalphite pouch", - "examine": "I can summon a spirit kalphite familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,25}", - "tradeable": "true" - }, - { - "id": "12064", - "name": "Spirit kalphite pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12065", - "name": "Honey badger pouch", - "examine": "I can summon a honey badger familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,32}", - "tradeable": "true" - }, - { - "id": "12066", - "name": "Honey badger pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12067", - "name": "Albino rat pouch", - "examine": "I can summon an albino rat familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,23}", - "tradeable": "true" - }, - { - "id": "12068", - "name": "Albino rat pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12069", - "name": "Granite lobster pouch", - "examine": "I can summon a granite lobster familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,74}", - "tradeable": "true" - }, - { - "id": "12070", - "name": "Granite lobster pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12071", - "name": "Macaw pouch", - "examine": "I can summon a macaw familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,41}", - "tradeable": "true" - }, - { - "id": "12072", - "name": "Macaw pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12073", - "name": "Bronze minotaur pouch", - "examine": "I can summon a bronze minotaur familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,36}", - "tradeable": "true" - }, - { - "id": "12074", - "name": "Bronze minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12075", - "name": "Iron minotaur pouch", - "examine": "I can summon an iron minotaur familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,46}", - "tradeable": "true" - }, - { - "id": "12076", - "name": "Iron minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12077", - "name": "Steel minotaur pouch", - "examine": "I can summon a steel minotaur familiar with this", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,56}", - "tradeable": "true" - }, - { - "id": "12078", - "name": "Steel minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12079", - "name": "Mithril minotaur pouch", - "examine": "I can summon a mithril minotaur with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,66}", - "tradeable": "true" - }, - { - "id": "12080", - "name": "Mithril minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12081", - "name": "Adamant minotaur pouch", - "examine": "I can summon an adamant minotaur familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,76}", - "tradeable": "true" - }, - { - "id": "12082", - "name": "Adamant minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12083", - "name": "Rune minotaur pouch", - "examine": "I can summon a rune minotaur with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,86}", - "tradeable": "true" - }, - { - "id": "12084", - "name": "Rune minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12085", - "name": "Smoke devil pouch", - "examine": "I can summon a smoke devil familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,61}", - "tradeable": "true" - }, - { - "id": "12086", - "name": "Smoke devil pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12087", - "name": "Bull ant pouch", - "examine": "I can summon a bull ant familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,40}", - "tradeable": "true" - }, - { - "id": "12088", - "name": "Bull ant pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12089", - "name": "Wolpertinger pouch", - "examine": "I can summon a wolpertinger familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,92}", - "tradeable": "true" - }, - { - "id": "12090", - "name": "Wolpertinger pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12091", - "name": "Compost mound pouch", - "examine": "I can summon a compost mound familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,28}", - "tradeable": "true" - }, - { - "id": "12092", - "name": "Compost mound pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12093", - "name": "Pack yak pouch", - "examine": "I can summon a pack yak familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,96}", - "tradeable": "true" - }, - { - "id": "12094", - "name": "Pack yak pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12095", - "name": "Sp. cockatrice pouch", - "examine": "I can summon a spirit cockatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12096", - "name": "Sp. cockatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12097", - "name": "Sp. guthatrice pouch", - "examine": "I can summon a spirit guthatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12098", - "name": "Sp. guthatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12099", - "name": "Sp. saratrice pouch", - "examine": "I can summon a spirit saratrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12100", - "name": "Sp. saratrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12101", - "name": "Sp. zamatrice pouch", - "examine": "I can summon a spirit zamatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12102", - "name": "Sp. zamatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12103", - "name": "Sp. pengatrice pouch", - "examine": "I can summon a spirit pengatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12104", - "name": "Sp. pengatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12105", - "name": "Sp. coraxatrice pouch", - "examine": "I can summon a spirit coraxatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12106", - "name": "Sp. coraxatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12107", - "name": "Sp. vulatrice pouch", - "examine": "I can summon a spirit vulatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12108", - "name": "Sp. vulatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12109", - "name": "Cockatrice egg", - "examine": "A stripy brown egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12110", - "name": "Cockatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12111", - "name": "Guthatrice egg", - "examine": "A stripy green egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12112", - "name": "Guthatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12113", - "name": "Saratrice egg", - "examine": "A stripy blue egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12114", - "name": "Saratrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12115", - "name": "Zamatrice egg", - "examine": "A stripy red egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12116", - "name": "Zamatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12117", - "name": "Pengatrice egg", - "examine": "A stripy grey egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12118", - "name": "Pengatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12119", - "name": "Coraxatrice egg", - "examine": "A stripy black egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12120", - "name": "Coraxatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12121", - "name": "Vulatrice egg", - "examine": "A stripy pink egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12122", - "name": "Vulatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12123", - "name": "Barker toad pouch", - "examine": "I can summon a barker toad familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,66}", - "tradeable": "true" - }, - { - "id": "12124", - "name": "Barker toad pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12125", - "name": "Flies", - "examine": "A swarm of little flies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "12126", - "name": "Flies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12127", - "name": "Beetle bits", - "examine": "Some beetle bits.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "12128", - "name": "Beetle bits", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12129", - "name": "Ground fishing bait", - "examine": "Good for feeding birds.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12130", - "name": "Nuts", - "examine": "Mmmm...nuts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "12131", - "name": "Nuts", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12132", - "name": "Truffle", - "examine": "Makes me want to do a truffle shuffle.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "28.928" - }, - { - "id": "12133", - "name": "Truffle", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "12134", - "name": "Evil turnip", - "examine": "An evil turnip.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12135", - "name": "Evil turnip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12136", - "name": "2/3 evil turnip", - "examine": "An evil turnip.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12137", - "name": "2/3 evil turnip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12138", - "name": "1/3 evil turnip", - "examine": "An evil turnip.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12139", - "name": "1/3 evil turnip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12140", - "name": "Summoning potion(4)", - "examine": "4 doses of Summoning potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12141", - "name": "Summoning potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12142", - "name": "Summoning potion(3)", - "examine": "3 doses of Summoning potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12143", - "name": "Summoning potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12144", - "name": "Summoning potion(2)", - "examine": "2 doses of Summoning potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12145", - "name": "Summoning potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12146", - "name": "Summoning potion(1)", - "examine": "1 dose of Summoning potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12147", - "name": "Summoning potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12148", - "name": "Evil turnip seed", - "examine": "Grows into the root-vegetable of all evil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12153", - "name": "Carved evil turnip", - "examine": "Utterly terrifying!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12154", - "name": "Carved evil turnip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12155", - "name": "Pouch", - "examine": "Can be used to create Summoning pouches.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12156", - "name": "Honeycomb", - "examine": "This is what bees craft.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12157", - "name": "Honeycomb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12158", - "name": "Gold charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "false" - }, - { - "id": "12159", - "name": "Green charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "12160", - "name": "Crimson charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "12161", - "name": "Abyssal charm", - "examine": "A charm used to summon familiars", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "12162", - "name": "Talon beast charm", - "examine": "A charm used to summon talon beasts.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12163", - "name": "Blue charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "12164", - "name": "Ravager charm", - "examine": "A charm needed to summon a Void ravager.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "false" - }, - { - "id": "12165", - "name": "Shifter charm", - "examine": "A charm needed to summon a Void shifter.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "false" - }, - { - "id": "12166", - "name": "Spinner charm", - "examine": "A charm needed to summon a Void Spinner.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "false" - }, - { - "id": "12167", - "name": "Torcher charm", - "examine": "A charm needed to summon a Void torcher.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "false" - }, - { - "id": "12168", - "name": "Obsidian charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12169", - "name": "Summoning cape", - "examine": "The cape worn by master summoners.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{23,99}", - "shop_price": "99000", - "weight": "0.4" - }, - { - "id": "12170", - "name": "Summoning cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{23,99}" - }, - { - "id": "12171", - "name": "Summoning hood", - "examine": "Summoning skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{23,99}", - "shop_price": "99000", - "weight": "0.4" - }, - { - "id": "12172", - "name": "Clean spirit weed", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12173", - "name": "Clean spirit weed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12174", - "name": "Grimy spirit weed", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "requirements": "{15,35}", - "tradeable": "true" - }, - { - "id": "12175", - "name": "Grimy spirit weed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12176", - "name": "Spirit weed seed", - "examine": "A seed for spirit weed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,36}", - "tradeable": "true" - }, - { - "id": "12181", - "name": "Spirit weed potion(unf)", - "examine": "I need another ingredient to finish this spirit weed potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12182", - "name": "Spirit weed potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12183", - "name": "Spirit shards", - "examine": "Shards of an obelisk.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "12184", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12185", - "name": "Saradomin owl", - "examine": "A fantastic saradomin owl.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12186", - "name": "Zamorak hawk", - "examine": "A stately zamorak hawk.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12187", - "name": "Guthix raptor", - "examine": "An impressive Guthix raptor.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12190", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12191", - "name": "Terrier puppy", - "examine": "It's lively and energetic.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12192", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12193", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12194", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12195", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12196", - "name": "Bulldog puppy", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12197", - "name": "Dragon hatchling", - "examine": "A hatchling green dragon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12198", - "name": "Baby giant crab", - "examine": "Little Nipper.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12199", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12200", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12203", - "name": "Chameleon", - "examine": "It's a colour-coordinated lizard!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12204", - "name": "Antlers", - "examine": "Doors could be a problem, wearing these...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{23,10}", - "shop_price": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12205", - "name": "Antlers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12206", - "name": "Antlers (charged)", - "examine": "Doors could be a problem, wearing these...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12207", - "name": "Lizard skull", - "examine": "It's a little smelly in there.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{23,30}", - "shop_price": "200", - "tradeable": "true", - "weight": "3" - }, - { - "id": "12208", - "name": "Lizard skull", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12209", - "name": "Lizard skull (charged)", - "examine": "It's a little smelly in there.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "200", - "tradeable": "true", - "weight": "3" - }, - { - "id": "12210", - "name": "Feather headdress", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{4,50}-{23,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12211", - "name": "Feather headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12212", - "name": "Feather headdress (charged)", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12213", - "name": "Feather headdress", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{4,50}-{23,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12214", - "name": "Feather headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12215", - "name": "Feather headdress (charged)", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12216", - "name": "Feather headdress", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{4,50}-{23,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12217", - "name": "Feather headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12218", - "name": "Feather headdress (charged)", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12219", - "name": "Feather headdress", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{4,50}-{23,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12220", - "name": "Feather headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12221", - "name": "Feather headdress (charged)", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12222", - "name": "Feather headdress", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{4,50}-{23,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12223", - "name": "Feather headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12224", - "name": "Feather headdress (charged)", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12294", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12296", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12298", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12300", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12302", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12304", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12306", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12308", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12310", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12312", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12314", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12316", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12318", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12320", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12322", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12324", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12326", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12328", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12330", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12332", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12334", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12336", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12338", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12340", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12342", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12344", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12346", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12348", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12350", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12352", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12354", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12356", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12358", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12360", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12362", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12364", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12366", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12368", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12370", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12372", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12374", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12376", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12378", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12380", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12382", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12384", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12386", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12388", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12390", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12392", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12394", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12396", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12398", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12400", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12402", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12404", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12406", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12408", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12410", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12412", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12414", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12416", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12418", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12420", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12422", - "name": "Herbcall scroll", - "examine": "A scroll for a macaw familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,41}", - "tradeable": "true" - }, - { - "id": "12423", - "name": "Fruitfall scroll", - "examine": "A scroll for a fruit bat familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,69}", - "tradeable": "true" - }, - { - "id": "12424", - "name": "Fish rain scroll", - "examine": "A scroll for an ibis familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,56}", - "tradeable": "true" - }, - { - "id": "12425", - "name": "Howl scroll", - "examine": "A scroll for a spirit wolf familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12426", - "name": "Thieving fingers scroll", - "examine": "A scroll for a magpie familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,47}", - "tradeable": "true" - }, - { - "id": "12427", - "name": "Abyssal stealth scroll", - "examine": "A scroll for an abyssal lurker familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,62}", - "tradeable": "true" - }, - { - "id": "12428", - "name": "Egg spawn scroll", - "examine": "A scroll for a spirit spider familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,10}", - "tradeable": "true" - }, - { - "id": "12429", - "name": "Multichop scroll", - "examine": "A scroll for a beaver familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,33}", - "tradeable": "true" - }, - { - "id": "12430", - "name": "Cheese feast scroll", - "examine": "A scroll for an albino rat familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,23}", - "tradeable": "true" - }, - { - "id": "12431", - "name": "Unburden scroll", - "examine": "A scroll for a bull ant familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,40}", - "tradeable": "true" - }, - { - "id": "12432", - "name": "Venom shot scroll", - "examine": "A scroll for a spirit scorpion familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,19}", - "tradeable": "true" - }, - { - "id": "12433", - "name": "Insane ferocity scroll", - "examine": "A scroll for a honey badger familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,32}", - "tradeable": "true" - }, - { - "id": "12434", - "name": "Healing aura scroll", - "examine": "A scroll for a unicorn stallion familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,88}", - "tradeable": "true" - }, - { - "id": "12435", - "name": "Winter storage scroll", - "examine": "A scroll for a pack yak familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,96}", - "tradeable": "true" - }, - { - "id": "12436", - "name": "Oph. incubation scroll", - "examine": "A scroll for a spirit cobra familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,63}", - "tradeable": "true" - }, - { - "id": "12437", - "name": "Magic focus scroll", - "examine": "A scroll for a wolpertinger familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,92}", - "tradeable": "true" - }, - { - "id": "12438", - "name": "Swallow whole scroll", - "examine": "A scroll for a bunyip familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,68}", - "tradeable": "true" - }, - { - "id": "12439", - "name": "Testudo scroll", - "examine": "A scroll for a war tortoise familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,67}", - "tradeable": "true" - }, - { - "id": "12440", - "name": "Generate compost scroll", - "examine": "A scroll for a compost mound familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,28}", - "tradeable": "true" - }, - { - "id": "12441", - "name": "Tireless run scroll", - "examine": "A scroll for a spirit terrorbird familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,52}", - "tradeable": "true" - }, - { - "id": "12442", - "name": "Regrowth scroll", - "examine": "A scroll for a hydra familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,80}", - "tradeable": "true" - }, - { - "id": "12443", - "name": "Call to arms scroll", - "examine": "A scroll for a Pest Control familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,34}", - "tradeable": "true" - }, - { - "id": "12444", - "name": "Blood drain scroll", - "examine": "A scroll for a bloated leech familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,49}", - "tradeable": "true" - }, - { - "id": "12445", - "name": "Dreadfowl strike scroll", - "examine": "A scroll for a dreadfowl familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,4}", - "tradeable": "true" - }, - { - "id": "12446", - "name": "Sandstorm scroll", - "examine": "A scroll for a spirit kalphite familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,25}", - "tradeable": "true" - }, - { - "id": "12447", - "name": "Vampire touch scroll", - "examine": "A scroll for a vampire bat familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "requirements": "{23,31}", - "tradeable": "true" - }, - { - "id": "12448", - "name": "Evil flames scroll", - "examine": "A scroll for an evil turnip familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,42}", - "tradeable": "true" - }, - { - "id": "12449", - "name": "Crushing claw scroll", - "examine": "A scroll for a granite lobster familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,74}", - "tradeable": "true" - }, - { - "id": "12450", - "name": "Mantis strike scroll", - "examine": "A scroll for a praying mantis familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,75}", - "tradeable": "true" - }, - { - "id": "12451", - "name": "Arctic blast scroll", - "examine": "A scroll for an arctic bear familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,71}", - "tradeable": "true" - }, - { - "id": "12452", - "name": "Toad bark scroll", - "examine": "A scroll for a barker toad familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,66}", - "tradeable": "true" - }, - { - "id": "12453", - "name": "Dissolve scroll", - "examine": "A scroll for a spirit jelly familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,55}", - "tradeable": "true" - }, - { - "id": "12454", - "name": "Abyssal drain scroll", - "examine": "A scroll for an abyssal parasite familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,54}", - "tradeable": "true" - }, - { - "id": "12455", - "name": "Doomsphere scroll", - "examine": "A scroll for a karamthulhu overlord familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,58}", - "tradeable": "true" - }, - { - "id": "12456", - "name": "Spike shot scroll", - "examine": "A scroll for a spirit dagannoth familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,83}", - "tradeable": "true" - }, - { - "id": "12457", - "name": "Acorn missile scroll", - "examine": "A scroll for a giant ent familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,78}", - "tradeable": "true" - }, - { - "id": "12458", - "name": "Petrifying gaze scroll", - "examine": "A scroll for a cockatrice variant familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12459", - "name": "Slime spray scroll", - "examine": "A scroll for a thorny snail familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,13}", - "tradeable": "true" - }, - { - "id": "12460", - "name": "Electric lash scroll", - "examine": "A scroll for a desert wyrm familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,18}", - "tradeable": "true" - }, - { - "id": "12461", - "name": "Bronze bull rush scroll", - "examine": "A scroll for a bronze minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,36}", - "tradeable": "true" - }, - { - "id": "12462", - "name": "Iron bull rush scroll", - "examine": "A scroll for an iron minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,46}", - "tradeable": "true" - }, - { - "id": "12463", - "name": "Steel bull rush scroll", - "examine": "A scroll for a steel minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,56}", - "tradeable": "true" - }, - { - "id": "12464", - "name": "Mith bull rush scroll", - "examine": "A scroll for a mithril minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,66}", - "tradeable": "true" - }, - { - "id": "12465", - "name": "Addy bull rush scroll", - "examine": "A scroll for an adamant minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,76}", - "tradeable": "true" - }, - { - "id": "12466", - "name": "Rune bull rush scroll", - "examine": "A scroll for a rune minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,86}", - "tradeable": "true" - }, - { - "id": "12467", - "name": "Poisonous blast scroll", - "examine": "A scroll for a stranger plant familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,64}", - "tradeable": "true" - }, - { - "id": "12468", - "name": "Dust cloud scroll", - "examine": "A scroll for a smoke devil familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,61}", - "tradeable": "true" - }, - { - "id": "12469", - "name": "Dragon hatchling", - "examine": "A hatchling red dragon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12471", - "name": "Hatchling dragon", - "examine": "A hatchling blue dragon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12473", - "name": "Hatchling dragon", - "examine": "A hatchling green dragon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12475", - "name": "Hatchling dragon", - "examine": "A hatchling black dragon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12477", - "name": "Red dragon egg", - "examine": "This will hatch into a mighty dragon.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "12478", - "name": "Blue dragon egg", - "examine": "This will hatch into a mighty dragon.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "12479", - "name": "Green dragon egg", - "examine": "This will hatch into a mighty dragon.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "12480", - "name": "Black dragon egg", - "examine": "This will hatch into a mighty dragon.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "12481", - "name": "Baby penguin", - "examine": "Can't fly and can barely walk, but adorable nonetheless.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12482", - "name": "Penguin", - "examine": "Emperor of all he surveys." - }, - { - "id": "12483", - "name": "Penguin egg", - "examine": "I can hatch this in an incubator.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "12484", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12485", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12486", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12487", - "name": "Raccoon", - "examine": "He can run with us.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12488", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12489", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12490", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12491", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12492", - "name": "Baby chameleon", - "examine": "It's a colour-coordinated lizard!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12493", - "name": "Chameleon", - "examine": "It's a colour-coordinated lizard!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12494", - "name": "Chameleon egg", - "examine": "A lizard's egg.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "12495", - "name": "Chameleon egg", - "examine": "A lizard's egg.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "12496", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12497", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12498", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12499", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12500", - "name": "Baby giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12501", - "name": "Giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12502", - "name": "Crunchy claw token", - "examine": "Apparently, this token is worth one baby giant crab to someone called Nung.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12503", - "name": "Saradomin chick", - "examine": "A fluffy chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12504", - "name": "Saradomin bird", - "examine": "Lovely blue plumage.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12505", - "name": "Saradomin owl", - "examine": "A fantastic saradomin owl.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12506", - "name": "Zamorak chick", - "examine": "A fluffy chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12507", - "name": "Zamorak bird", - "examine": "Lovely red plumage.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12508", - "name": "Zamorak hawk", - "examine": "A stately zamorak hawk.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12509", - "name": "Guthix chick", - "examine": "A fluffy chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12510", - "name": "Guthix bird", - "examine": "Lovely green plumage.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12511", - "name": "Guthix raptor", - "examine": "An impressive Guthix raptor.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12512", - "name": "Terrier puppy", - "examine": "It's lively and energetic.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12513", - "name": "Terrier", - "examine": "It's lively and energetic.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12514", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12515", - "name": "Greyhound", - "examine": "An aerodynamic doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12516", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12517", - "name": "Labrador", - "examine": "My most faithful friend.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12518", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred...", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12519", - "name": "Dalmatian", - "examine": "A purebred doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12520", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12521", - "name": "Sheepdog", - "examine": "Come by! Come by!", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12522", - "name": "Bulldog puppy", - "examine": "One proud little puppy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12523", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12524", - "name": "Summoning cape", - "examine": "The cape worn by master summoners.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{23,99}", - "shop_price": "99000", - "weight": "0.4" - }, - { - "id": "12527", - "name": "Gold charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "false" - }, - { - "id": "12528", - "name": "Trapdoor key", - "examine": "A key to Pikkupstix's trapdoor.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12530", - "name": "Spirit shards", - "examine": "Shards of an obelisk.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "12531", - "name": "Ibis pouch", - "examine": "I can summon an ibis familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,56}", - "tradeable": "true" - }, - { - "id": "12532", - "name": "Ibis pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12533", - "name": "Stony shell scroll", - "examine": "A scroll for a granite crab familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,16}", - "tradeable": "true" - }, - { - "id": "12535", - "name": "Raw pawya meat", - "examine": "Meat from a creature that can be hunted in Isafdar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.33" - }, - { - "id": "12536", - "name": "Raw pawya meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "12538", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12539", - "name": "Grenwall spikes", - "examine": "Spikes from a grenwall.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12545", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12547", - "name": "Platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12548", - "name": "Platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12549", - "name": "Platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12550", - "name": "Platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12551", - "name": "Baby platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12552", - "name": "Baby platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12553", - "name": "Baby platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12554", - "name": "Patrick", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12555", - "name": "Penelope", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12556", - "name": "Peter", - "examine": "I bet he can't wait until it's cooked.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12557", - "name": "Peanut", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12558", - "name": "Mud", - "examine": "Marginally better than egg on your face.", - "archery_ticket_price": "0", - "durability": null, + "id": "10836", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", "equipment_slot": "0" }, { - "id": "12559", - "name": "Ogre wig", - "examine": "The height of style?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "50", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12560", - "name": "Ogre wig", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12561", - "name": "Ogre kilt", - "examine": "It's a little big on me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "60", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12562", - "name": "Ogre kilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12563", - "name": "Ogre top", - "examine": "It's a little big on me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", "remove_sleeves": "true", - "shop_price": "60", + "examine": "A jester's jangly top.", + "durability": null, + "name": "Silly jester top", + "tradeable": "false", + "destroy": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "10837", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "examine": "Silly jester tights.", + "durability": null, + "name": "Silly jester tights", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10838", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "examine": "Silly jester boots.", + "durability": null, + "name": "Silly jester boots", + "tradeable": "false", + "destroy": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "10839", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "durability": null, + "name": "A jester stick", + "archery_ticket_price": "0", + "id": "10840", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", + "alchemizable": "true", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", + "durability": null, + "name": "Decapitated head", + "weight": "3", + "archery_ticket_price": "0", + "id": "10842" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Helm of neitiznot", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "10843" }, { - "id": "12564", - "name": "Ogre top", - "archery_ticket_price": "0", + "examine": "A slightly sq'irky, I mean quirky, fruit.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Spring sq'irk", + "archery_ticket_price": "0", + "id": "10844" }, { - "id": "12565", - "name": "Ogre boots", - "examine": "Good for stomping.", - "archery_ticket_price": "0", + "examine": "A slightly sq'irky, I mean quirky, fruit.", "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "60", - "tradeable": "true", - "weight": "3" + "name": "Summer sq'irk", + "archery_ticket_price": "0", + "id": "10845" }, { - "id": "12566", - "name": "Ogre boots", - "archery_ticket_price": "0", + "examine": "A slightly sq'irky, I mean quirky, fruit.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Autumn sq'irk", + "archery_ticket_price": "0", + "id": "10846" }, { - "id": "12567", - "name": "Diseased kebbit fur", - "examine": "It's a slightly sickly-looking fur.", - "archery_ticket_price": "0", + "examine": "A slightly sq'irky, I mean quirky, fruit.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" + "name": "Winter sq'irk", + "archery_ticket_price": "0", + "id": "10847" }, { - "id": "12568", - "name": "Davy kebbit hat", - "examine": "A furry hat with an unnerving tail.", - "archery_ticket_price": "0", + "examine": "Made from 4 spring sq'irks.", "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "1" + "name": "Spring sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10848" }, { - "id": "12569", - "name": "Davy kebbit hat", - "archery_ticket_price": "0", + "examine": "Made from 2 summer sq'irks.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Summer sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10849" }, { - "id": "12570", - "name": "Ogre club", - "examine": "A big piece of tree.", + "examine": "Made from 3 autumn sq'irks.", + "durability": null, + "name": "Autumn sq'irkjuice", + "weight": "1", "archery_ticket_price": "0", - "attack_anims": "401,401,401,401", + "id": "10850" + }, + { + "examine": "Made from 5 winter sq'irks.", + "durability": null, + "name": "Winter sq'irkjuice", + "archery_ticket_price": "0", + "id": "10851" + }, + { + "destroy_message": "You will need to speak to Sin Seer in Seers' Village to get another one.", + "shop_price": "40", + "examine": "Her writing is too scrawled to make out what it says.", + "durability": null, + "name": "Sin seer's note", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10856" + }, + { + "destroy_message": "You will need to speak to General Khazard, near the Fremennik Province, to get another.", + "examine": "A severed human leg.", + "durability": null, + "name": "Severed leg", + "tradeable": "false", + "destroy": "true", + "weight": "12", + "archery_ticket_price": "0", + "id": "10857" + }, + { + "turn90cw_anim": "7044", + "examine": "A shadow sword.", + "walk_anim": "7046", + "durability": null, + "destroy": "true", + "weight": "3.6", + "turn90ccw_anim": "7043", "attack_speed": "7", - "bonuses": "-6,-2,15,0,0,0,0,0,0,0,0,12,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1157", - "requirements": "{0,5}", - "run_anim": "8685", - "stand_anim": "8683", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "8684", - "turn90ccw_anim": "8684", - "turn90cw_anim": "8684", - "walk_anim": "8684", - "weapon_interface": "10", - "weight": "10" - }, - { - "id": "12571", - "name": "Ogre club", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12572", - "name": "Lavender", - "examine": "A delicate, sweet-smelling flower.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12573", - "name": "Lavender", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12574", - "name": "Fever grass", - "examine": "A stiff, pungent grass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12575", - "name": "Fever grass", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12576", - "name": "Tansymum", - "examine": "A cheerful, aromatic flower.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12577", - "name": "Tansymum", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12578", - "name": "Smouldering fever grass", - "examine": "A stiff, pungent grass.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "294", - "run_anim": "8690", - "stand_anim": "8682", - "stand_turn_anim": "8682", - "tradeable": "true", - "turn180_anim": "8681", - "turn90ccw_anim": "8681", - "turn90cw_anim": "8681", - "walk_anim": "8681" - }, - { - "id": "12579", - "name": "Smouldering lavender", - "examine": "A delicate, sweet-smelling flower.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "294", - "run_anim": "8690", - "stand_anim": "8682", - "stand_turn_anim": "8682", - "tradeable": "true", - "turn180_anim": "8681", - "turn90ccw_anim": "8681", - "turn90cw_anim": "8681", - "walk_anim": "8681" - }, - { - "id": "12580", - "name": "Smouldering tansymum", - "examine": "A cheerful, aromatic flower.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "294", - "run_anim": "8690", - "stand_anim": "8682", - "stand_turn_anim": "8682", - "tradeable": "true", - "turn180_anim": "8681", - "turn90ccw_anim": "8681", - "turn90cw_anim": "8681", - "walk_anim": "8681" - }, - { - "id": "12581", - "name": "Eucalyptus logs", - "examine": "Logs cut from a eucalyptus tree.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "12582", - "name": "Eucalyptus logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "12583", - "name": "Eucalyptus pyre logs", - "examine": "Logs cut from a eucalyptus tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12584", - "name": "Eucalyptus pyre logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "12588", - "name": "Primweed", - "examine": "A modest and mild plant.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12589", - "name": "Primweed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12590", - "name": "Stinkbloom", - "examine": "A pretty but putrid flower.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.01" - }, - { - "id": "12591", - "name": "Stinkbloom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12592", - "name": "Diseased kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12593", - "name": "Catapult schematics", - "examine": "The plans for repairing the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can get another from the Tyras Camp catapult engineer.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12594", - "name": "Engineer's letter", - "examine": "General Hining wants me to deliver this to the Catapult Engineer.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can get another from General Hining in the Tyras Camp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12595", - "name": "Sailor's hat", - "examine": "Taken from a drunken sailor in Port Sarim.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can always get another from the drunken sailor in Port Sarim.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "12596", - "name": "Metal catapult parts", - "examine": "Dwarf-made parts for repairing the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another set from Thaki the delivery dwarf in Port Sarim.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12597", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12598", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12599", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12600", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12601", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12602", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12603", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12604", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12605", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12606", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12607", - "name": "Picture", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "5", - "tradeable": "false", - "weight": "2" - }, - { - "id": "12608", - "name": "Amulet of farming(1)", - "examine": "An amulet of Farming with 1 charge.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12609", - "name": "Amulet of farming(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12610", - "name": "Amulet of farming(2)", - "examine": "An amulet of Farming with 2 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12611", - "name": "Amulet of farming(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12612", - "name": "Amulet of farming(3)", - "examine": "An amulet of Farming with 3 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12613", - "name": "Amulet of farming(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12614", - "name": "Amulet of farming(4)", - "examine": "An amulet of Farming with 4 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12615", - "name": "Amulet of farming(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12616", - "name": "Amulet of farming(5)", - "examine": "An amulet of Farming with 5 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12617", - "name": "Amulet of farming(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12618", - "name": "Amulet of farming(6)", - "examine": "An amulet of Farming with 6 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12619", - "name": "Amulet of farming(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12620", - "name": "Amulet of farming(7)", - "examine": "An amulet of Farming with 7 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12621", - "name": "Amulet of farming(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12622", - "name": "Amulet of farming(8)", - "examine": "An amulet of Farming with 8 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12623", - "name": "Amulet of farming(8)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12624", - "name": "Ogleroot", - "examine": "An ogleroot. How odd.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0" - }, - { - "id": "12625", - "name": "Flag", - "examine": "A flag to put in the ground.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to obtain more flags from Mrs. Winkin or Farmer Blinkin if you have lost all of the flags you have.", - "durability": null, - "shop_price": "500", - "tradeable": "false", - "weight": "0" - }, - { - "id": "12626", - "name": "Test paper", - "examine": "Player Safety test", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to get another exam paper from Professor Henry", - "durability": null, - "tradeable": "false" - }, - { - "id": "12627", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12628", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12629", - "name": "Safety gloves", - "examine": "Gloves from the Stronghold of Player Safety.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,2,2,1,2,1,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another pair of gloves from the chest in the Stronghold of Player Safety.", - "durability": null, - "equipment_slot": "9", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "12630", - "name": "Rubium", - "examine": "Be careful with this near water.", - "archery_ticket_price": "0", - "destroy_message": "Rubium is very unstable", - "durability": null, - "shop_price": "10", - "weight": "1" - }, - { - "id": "12631", - "name": "Toy train", - "examine": "(While on the ground) Kennith's lost toy. (While in your inventory) A wooden toy train.", - "archery_ticket_price": "0", - "destroy_message": "The train is tiny", - "durability": null - }, - { - "id": "12632", - "name": "Note", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "160", - "tradeable": "true" - }, - { - "id": "12633", - "name": "Super fishing explosive", - "examine": "The jar is shaking violently!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12634", - "name": "Chocatrice cape", - "examine": "A thick, orange cape.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "1", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "12635", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12636", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12637", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12638", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12639", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12640", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12641", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12642", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12643", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12644", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12645", - "name": "Chocatrice cape", - "examine": "A thick, orange cape.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "1", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "12646", - "name": "Chocolate egg", - "examine": "A chocolate egg wrapped in coloured foil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12647", - "name": "Chocolate egg", - "examine": "A chocolate egg wrapped in coloured foil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12648", - "name": "Chocolate egg", - "examine": "A chocolate egg wrapped in coloured foil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12649", - "name": "Bucket", - "examine": "It's an empty bucket.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12650", - "name": "Bucket of water", - "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "3" - }, - { - "id": "12651", - "name": "Bucket of water", - "examine": "It's a bucket of water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "3" - }, - { - "id": "12652", - "name": "Bucket of coal", - "examine": "It's a bucket of coal from the Easter Bunny's warren.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "12653", - "name": "Bucket of coal", - "examine": "It's a bucket of coal from the Easter Bunny's warren.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "12654", - "name": "Cockatrice egg", - "examine": "A stripy brown egg.", - "archery_ticket_price": "0", - "destroy_message": "Are you sure you want to destroy this object?
You can get another in the Easter Bunny's warren.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12655", - "name": "Chocatrice egg", - "examine": "A cockatrice egg that has been dipped in molten chocolate.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy this object?
You can make another at the Easter Bunny's warren.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "12657", - "name": "Chocolate chunks", - "examine": "Some chocolate chunks.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "12658", - "name": "Adamant full helm (e)", - "examine": "A full face helmet.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "3520", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12659", - "name": "Adamant full helm (charged)", - "examine": "A full face helmet.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "3520", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12660", - "name": "Snakeskin bandana (e)", - "examine": "Lightweight head protection.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12661", - "name": "Snakeskin bandana (charged)", - "examine": "Lightweight head protection.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12662", - "name": "Splitbark helm (e)", - "examine": "A wooden helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "12663", - "name": "Splitbark helm (charged)", - "examine": "A wooden helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "12664", - "name": "Rune full helm (e)", - "examine": "A full face helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12665", - "name": "Rune full helm (charged)", - "examine": "A full face helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12666", - "name": "Dragon med helm (e)", - "examine": "Makes the wearer pretty intimidating.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "12667", - "name": "Dragon med helm (charged)", - "examine": "Makes the wearer pretty intimidating.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "12668", - "name": "Lunar helm (e)", - "examine": "A mystical helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12669", - "name": "Lunar helm (charged)", - "examine": "A mystical helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12670", - "name": "Armadyl helmet (e)", - "examine": "A helmet of great craftmanship.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "12671", - "name": "Armadyl helmet (charged)", - "examine": "A helmet of great craftmanship.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "12672", - "name": "Archer helm (e)", - "examine": "This helmet is worn by archers.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12673", - "name": "Archer helm (charged)", - "examine": "This helmet is worn by archers.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12674", - "name": "Berserker helm (e)", - "examine": "This helmet is worn by berserkers.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12675", - "name": "Berserker helm (charged)", - "examine": "This helmet is worn by berserkers.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12676", - "name": "Warrior helm (e)", - "examine": "This helm is worn by warriors.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12677", - "name": "Warrior helm (charged)", - "examine": "This helm is worn by warriors.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12678", - "name": "Farseer helm (e)", - "examine": "This helm is worn by farseers.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12679", - "name": "Farseer helm (charged)", - "examine": "This helm is worn by farseers.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12680", - "name": "Helm of neitiznot (e)", - "examine": "A gift from Neitiznot's Burgher.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "12681", - "name": "Helm of neitiznot (charged)", - "examine": "A gift from Neitiznot's Burgher.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "12682", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12683", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12684", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12685", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12686", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12687", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12688", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12689", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12690", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12691", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12692", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12693", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12694", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12695", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12696", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12697", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12698", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12699", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12700", - "name": "Terrier puppy", - "examine": "A hyperactive little pup.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12701", - "name": "Terrier", - "examine": "A hyperactive little pup.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12702", - "name": "Terrier puppy", - "examine": "Such a brave doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12703", - "name": "Terrier", - "examine": "Such a brave doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12704", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12705", - "name": "Greyhound", - "examine": "An aerodynamic doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12706", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12707", - "name": "Greyhound", - "examine": "An aerodynamic doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12708", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12709", - "name": "Labrador", - "examine": "My most faithful friend.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12710", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12711", - "name": "Labrador", - "examine": "My most faithful friend.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12712", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred...", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12713", - "name": "Dalmatian", - "examine": "A purebred doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12714", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred...", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12715", - "name": "Dalmatian", - "examine": "A purebred doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12716", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12717", - "name": "Sheepdog", - "examine": "Come by! Come by!", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12718", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12719", - "name": "Sheepdog", - "examine": "Come by! Come by!", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12720", - "name": "Bulldog puppy", - "examine": "One proud little puppy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12721", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12722", - "name": "Bulldog puppy", - "examine": "One proud little puppy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12723", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12724", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12725", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12726", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12727", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12728", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12729", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12730", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12731", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12732", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12733", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12734", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12735", - "name": "Raccoon", - "examine": "He can run with us.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12736", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12737", - "name": "Raccoon", - "examine": "He can run with us.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12738", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12739", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12740", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12741", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12742", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12743", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12744", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12745", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12746", - "name": "Baby giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12747", - "name": "Giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12748", - "name": "Baby giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12749", - "name": "Giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12750", - "name": "Baby giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12751", - "name": "Giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12752", - "name": "Baby giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12753", - "name": "Giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12754", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12755", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12756", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12757", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12758", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12759", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12760", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12761", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12762", - "name": "Penguin", - "examine": "Emperor of all he surveys." - }, - { - "id": "12763", - "name": "Baby penguin", - "examine": "Can't fly and can barely walk, but adorable nonetheless.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12764", - "name": "Penguin", - "examine": "Emperor of all he surveys." - }, - { - "id": "12765", - "name": "Baby penguin", - "examine": "Can't fly and can barely walk, but adorable nonetheless.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12766", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12767", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12768", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12769", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12770", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12771", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12772", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12773", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12774", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12775", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12776", - "name": "Swamp titan pouch", - "examine": "I can summon a swamp titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,85}", - "tradeable": "true" - }, - { - "id": "12777", - "name": "Swamp titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12778", - "name": "Spirit mosquito pouch", - "examine": "I can summon a spirit mosquito familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{17,23}", - "tradeable": "true" - }, - { - "id": "12779", - "name": "Spirit mosquito pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12780", - "name": "Void spinner pouch", - "examine": "I can summon a void spinner familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,34}", - "tradeable": "true" - }, - { - "id": "12781", - "name": "Void spinner pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12782", - "name": "Forge regent pouch", - "examine": "I can summon a forge regent familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,76}", - "tradeable": "true" - }, - { - "id": "12783", - "name": "Forge regent pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12784", - "name": "Spirit larupia pouch", - "examine": "I can summon a spirit larupia familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12785", - "name": "Spirit larupia pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12786", - "name": "Geyser titan pouch", - "examine": "I can summon a geyser titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,89}", - "tradeable": "true" - }, - { - "id": "12787", - "name": "Geyser titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12788", - "name": "Lava titan pouch", - "examine": "I can summon a lava titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,83}", - "tradeable": "true" - }, - { - "id": "12789", - "name": "Lava titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12790", - "name": "Steel titan pouch", - "examine": "I can summon a steel titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,99}", - "tradeable": "true" - }, - { - "id": "12791", - "name": "Steel titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12792", - "name": "Obsidian golem pouch", - "examine": "I can summon an obsidian golem familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,73}", - "tradeable": "true" - }, - { - "id": "12793", - "name": "Obsidian golem pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12794", - "name": "Talon beast pouch", - "examine": "I can summon a talon beast familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,77}", - "tradeable": "true" - }, - { - "id": "12795", - "name": "Talon beast pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12796", - "name": "Abyssal titan pouch", - "examine": "I can summon an abyssal titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,93}", - "tradeable": "true" - }, - { - "id": "12797", - "name": "Abyssal titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12798", - "name": "Void torcher pouch", - "examine": "I can summon a void torcher familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,34}", - "tradeable": "true" - }, - { - "id": "12799", - "name": "Void torcher pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12800", - "name": "Giant chinchompa pouch", - "examine": "I can summon a giant chinchompa familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,29}", - "tradeable": "true" - }, - { - "id": "12801", - "name": "Giant chinchompa pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12802", - "name": "Fire titan pouch", - "examine": "I can summon a fire titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,79}", - "tradeable": "true" - }, - { - "id": "12803", - "name": "Fire titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12804", - "name": "Moss titan pouch", - "examine": "I can summon a moss titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,79}", - "tradeable": "true" - }, - { - "id": "12805", - "name": "Moss titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12806", - "name": "Ice titan pouch", - "examine": "I can summon an ice titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,79}", - "tradeable": "true" - }, - { - "id": "12807", - "name": "Ice titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12808", - "name": "Spirit tz-kih pouch", - "examine": "I can summon a spirit Tz-Kih familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{22,23}", - "tradeable": "true" - }, - { - "id": "12809", - "name": "Spirit tz-kih pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12810", - "name": "Spirit graahk pouch", - "examine": "I can summon a spirit graahk familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12811", - "name": "Spirit graahk pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12812", - "name": "Spirit kyatt pouch", - "examine": "I can summon a spirit kyatt familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12813", - "name": "Spirit kyatt pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12814", - "name": "Void shifter pouch", - "examine": "I can summon a void shifter familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,34}", - "tradeable": "true" - }, - { - "id": "12815", - "name": "Void shifter pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12816", - "name": "Pyrelord pouch", - "examine": "I can summon a pyrelord familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,46}", - "tradeable": "true" - }, - { - "id": "12817", - "name": "Pyrelord pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12818", - "name": "Void ravager pouch", - "examine": "I can summon a void ravager familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,34}", - "tradeable": "true" - }, - { - "id": "12819", - "name": "Void ravager pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12820", - "name": "Ravenous locust pouch", - "examine": "I can summon a ravenous locust familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,70}", - "tradeable": "true" - }, - { - "id": "12821", - "name": "Ravenous locust pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12822", - "name": "Iron titan pouch", - "examine": "I can summon an iron titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,95}", - "tradeable": "true" - }, - { - "id": "12823", - "name": "Iron titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12824", - "name": "Titan's con. scroll", - "examine": "A scroll for an elemental titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,79}", - "tradeable": "true" - }, - { - "id": "12825", - "name": "Steel of legends scroll", - "examine": "A scroll for a steel titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,99}", - "tradeable": "true" - }, - { - "id": "12826", - "name": "Volcanic str. scroll", - "examine": "A scroll for an obsidian golem familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,73}", - "tradeable": "true" - }, - { - "id": "12827", - "name": "Essence shipment scroll", - "examine": "A scroll for an abyssal titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,93}", - "tradeable": "true" - }, - { - "id": "12828", - "name": "Iron within scroll", - "examine": "A scroll for an iron titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,95}", - "tradeable": "true" - }, - { - "id": "12829", - "name": "Immense heat scroll", - "examine": "A scroll for a pyrelord familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,46}", - "tradeable": "true" - }, - { - "id": "12830", - "name": "Famine scroll", - "examine": "A scroll for a ravenous locust familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,70}", - "tradeable": "true" - }, - { - "id": "12831", - "name": "Deadly claw scroll", - "examine": "A scroll for a talon beast familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,77}", - "tradeable": "true" - }, - { - "id": "12832", - "name": "Swamp plague scroll", - "examine": "A scroll for a swamp titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,85}", - "tradeable": "true" - }, - { - "id": "12833", - "name": "Boil scroll", - "examine": "A scroll for a geyser titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,89}", - "tradeable": "true" - }, - { - "id": "12834", - "name": "Explode scroll", - "examine": "A scroll for a giant chinchompa familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,29}", - "tradeable": "true" - }, - { - "id": "12835", - "name": "Goad scroll", - "examine": "A scroll for a spirit graahk familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12836", - "name": "Ambush scroll", - "examine": "A scroll for a spirit kyatt familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12837", - "name": "Ebon thunder scroll", - "examine": "A scroll for a lava titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,83}", - "tradeable": "true" - }, - { - "id": "12838", - "name": "Pester scroll", - "examine": "A scroll for a spirit mosquito familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,17}", - "tradeable": "true" - }, - { - "id": "12839", - "name": "Fireball assault scroll", - "examine": "A scroll for a spirit Tz-Kih familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,22}", - "tradeable": "true" - }, - { - "id": "12840", - "name": "Rending scroll", - "examine": "A scroll for a spirit larupia familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12841", - "name": "Inferno scroll", - "examine": "A scroll for a forge regent familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,76}", - "tradeable": "true" - }, - { - "id": "12842", - "name": "Gnomecopter", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1", - "run_anim": "8963", - "stand_anim": "8964", - "stand_turn_anim": "8963", - "turn180_anim": "8963", - "turn90ccw_anim": "8963", - "turn90cw_anim": "8963", - "walk_anim": "8961" - }, - { - "id": "12843", - "name": "Gnomecopter ticket", - "examine": "It tells gnomecopters where you wish to go.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This is for use with the gnomecopters, north of Lumbridge. Sasquine Huburns will give you another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12844", - "name": "Toy kite", - "examine": "A kite with a dragon on it.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3", - "render_anim": "593", - "run_anim": "8986", - "shop_price": "100", - "stand_anim": "8981", - "stand_turn_anim": "8987", - "turn180_anim": "8985", - "turn90ccw_anim": "8984", - "turn90cw_anim": "8983", - "walk_anim": "8982" - }, - { - "id": "12845", - "name": "Stone of power", - "examine": "A stone used to gather energy.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "370", - "run_anim": "9004", - "stand_anim": "8998", - "stand_turn_anim": "9000", - "tradeable": "false", - "turn180_anim": "9001", - "turn90ccw_anim": "9003", - "turn90cw_anim": "9002", - "walk_anim": "8997", - "weight": "30" - }, - { - "id": "12846", - "name": "Stone of power", - "examine": "A stone used to gather energy.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "370", - "run_anim": "9004", - "stand_anim": "8998", - "stand_turn_anim": "9000", - "tradeable": "false", - "turn180_anim": "9001", - "turn90ccw_anim": "9003", - "turn90cw_anim": "9002", - "walk_anim": "8997", - "weight": "30" - }, - { - "id": "12847", - "name": "Stone of power", - "examine": "A stone used to gather energy.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "370", - "run_anim": "9004", - "stand_anim": "8998", - "stand_turn_anim": "9000", - "tradeable": "false", - "turn180_anim": "9001", - "turn90ccw_anim": "9003", - "turn90cw_anim": "9002", - "walk_anim": "8997", - "weight": "30" - }, - { - "id": "12848", - "name": "Stone of power", - "examine": "A stone used to gather energy.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "370", - "run_anim": "9004", - "stand_anim": "8998", - "stand_turn_anim": "9000", - "tradeable": "false", - "turn180_anim": "9001", - "turn90ccw_anim": "9003", - "turn90cw_anim": "9002", - "walk_anim": "8997", - "weight": "30" - }, - { - "id": "12849", - "name": "Stone of power", - "examine": "A stone used to gather energy.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "370", - "run_anim": "9004", - "stand_anim": "8998", - "stand_turn_anim": "9000", - "tradeable": "false", - "turn180_anim": "9001", - "turn90ccw_anim": "9003", - "turn90cw_anim": "9002", - "walk_anim": "8997", - "weight": "30" - }, - { - "id": "12850", - "name": "Elemental rune", - "examine": "A generic elemental rune", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12851", - "name": "Catalytic rune", - "examine": "A generic non-elemental rune", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12852", - "name": "Fist of guthix token", - "examine": "A token awarded for taking part in the Fist of Guthix minigame.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12853", - "name": "Bandages", - "examine": "A box of bandages for healing.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12855", - "name": "Tele-orb", - "examine": "Teleports you to the centre of the arena.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "12856", - "name": "Irit gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{15,50}", - "shop_price": "75", - "tradeable": "false" - }, - { - "id": "12857", - "name": "Avantoe gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{15,60}", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "12858", - "name": "Kwuarm gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{15,70}", - "shop_price": "200", - "tradeable": "false" - }, - { - "id": "12859", - "name": "Cadantine gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{15,80}", - "shop_price": "200", - "tradeable": "false" - }, - { - "id": "12860", - "name": "Swordfish gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{10,65}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12861", - "name": "Shark gloves", - "examine": "A pair of mystical gloves", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{10,90}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12862", - "name": "Dragon slayer gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{18,70}", - "shop_price": "200", - "tradeable": "false" - }, - { - "id": "12863", - "name": "Air runecrafting gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.", - "durability": null, - "equipment_slot": "9", - "requirements": "{20,10}", - "shop_price": "75", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12864", - "name": "Water runecrafting gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.", - "durability": null, - "equipment_slot": "9", - "requirements": "{20,20}", - "shop_price": "75", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12865", - "name": "Earth runecrafting gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix minigame.", - "durability": null, - "equipment_slot": "9", - "requirements": "{20,30}", - "shop_price": "75", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12866", - "name": "Battle hood 100", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "false" - }, - { - "id": "12867", - "name": "Battle hood 80", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "false" - }, - { - "id": "12868", - "name": "Battle hood 60", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "false" - }, - { - "id": "12869", - "name": "Battle hood 40", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "false" - }, - { - "id": "12870", - "name": "Battle hood 20", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "false" - }, - { - "id": "12871", - "name": "Battle hood 0", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,3,2,3,2,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "true" - }, - { - "id": "12872", - "name": "Battle hood 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12873", - "name": "Battle robe top 100", - "examine": "A robe top infused with arcane power, especially created for combat spells.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12874", - "name": "Battle robe top 80", - "examine": "A robe top infused with arcane power, especially created for combat spells.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12875", - "name": "Battle robe top 60", - "examine": "A robe top infused with arcane power, especially created for combat spells.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12876", - "name": "Battle robe top 40", - "examine": "A robe top infused with arcane power, especially created for combat spells.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12877", - "name": "Battle robe top 20", - "examine": "A robe top infused with arcane power, especially created for combat spells.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12878", - "name": "Battle robe top 0", - "examine": "Its arcane power is waning.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,4,4,5,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "true", - "weight": "4" - }, - { - "id": "12879", - "name": "Battle robe top 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12880", - "name": "Battle robe bottom 100", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12881", - "name": "Battle robe bottom 80", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12882", - "name": "Battle robe bottom 60", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12883", - "name": "Battle robe bottom 40", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12884", - "name": "Battle robe bottom 20", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12885", - "name": "Battle robe bottom 0", - "examine": "Its arcane power is waning.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,4,3,4,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "12886", - "name": "Battle robe bottom 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12887", - "name": "Druidic mage hood 100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12888", - "name": "Druidic mage hood 80", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12889", - "name": "Druidic mage hood 60", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12890", - "name": "Druidic mage hood 40", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12891", - "name": "Druidic mage hood 20", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12892", - "name": "Druidic mage hood 0", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "true", - "weight": "7" - }, - { - "id": "12893", - "name": "Druidic mage hood 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12894", - "name": "Druidic mage top 100", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12895", - "name": "Druidic mage top 80", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12896", - "name": "Druidic mage top 60", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12897", - "name": "Druidic mage top 40", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12898", - "name": "Druidic mage top 20", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12899", - "name": "Druidic mage top 0", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "true", - "weight": "4" - }, - { - "id": "12900", - "name": "Druidic mage top 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12901", - "name": "Druidic mage bottom 100", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12902", - "name": "Druidic mage bottom 80", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12903", - "name": "Druidic mage bottom 60", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12904", - "name": "Druidic mage bottom 40", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12905", - "name": "Druidic mage bottom 20", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12906", - "name": "Druidic mage bottom 0", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,2,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "true", - "weight": "3" - }, - { - "id": "12907", - "name": "Druidic mage bottom 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12908", - "name": "Adamant spikeshield 100", - "examine": "A spiked square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "false", - "weight": "5" - }, - { - "id": "12909", - "name": "Adamant spikeshield 80", - "examine": "A spiked square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "false", - "weight": "5" - }, - { - "id": "12910", - "name": "Adamant spikeshield 60", - "examine": "A spiked square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "false", - "weight": "5" - }, - { - "id": "12911", - "name": "Adamant spikeshield 40", - "examine": "A spiked square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "false", - "weight": "5" - }, - { - "id": "12912", - "name": "Adamant spikeshield 20", - "examine": "A spiked square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "false", - "weight": "5" - }, - { - "id": "12913", - "name": "Adamant spikeshield 0", - "examine": "Not so spiky anymore.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,11,12,10,0,11,4,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "true", - "weight": "5" - }, - { - "id": "12914", - "name": "Adamant spikeshield 0", - "examine": "Not so spiky anymore!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12915", - "name": "Adamant berserker shield 100", - "examine": "A large, spiked metal shield", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12916", - "name": "Adamant berserker shield 80", - "examine": "A large, spiked metal shield", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12917", - "name": "Adamant berserker shield 60", - "examine": "A large, spiked metal shield", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12918", - "name": "Adamant berserker shield 40", - "examine": "A large, spiked metal shield", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12919", - "name": "Adamant berserker shield 20", - "examine": "A large, spiked metal shield", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12920", - "name": "Adamant berserker shield 0", - "examine": "Not so spiky anymore!", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,12,14,13,-1,8,4,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "true", - "weight": "7" - }, - { - "id": "12921", - "name": "Adamant berserker shield 0", - "examine": "Not so spiky anymore!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12922", - "name": "Rune spikeshield 100", - "examine": "A spiked, medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", - "durability": null, - "equipment_slot": "5", - "point_price": "35", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12923", - "name": "Rune spikeshield 80", - "examine": "A spiked, medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12924", - "name": "Rune spikeshield 60", - "examine": "A spiked, medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12925", - "name": "Rune spikeshield 40", - "examine": "A spiked, medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12926", - "name": "Rune spikeshield 20", - "examine": "A spiked, medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12927", - "name": "Rune spikeshield 0", - "examine": "Not so spiky anymore.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,14,15,13,0,14,8,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "true", - "weight": "4" - }, - { - "id": "12928", - "name": "Rune spikeshield 0", - "examine": "Not so spiky anymore.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12929", - "name": "Rune berserker shield 100", - "examine": "A Large, spiked metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", - "durability": null, - "equipment_slot": "5", - "point_price": "35", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "false", - "weight": "6" - }, - { - "id": "12930", - "name": "Rune berserker shield 80", - "examine": "A Large, spiked metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "false", - "weight": "6" - }, - { - "id": "12931", - "name": "Rune berserker shield 60", - "examine": "A Large, spiked metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "false", - "weight": "6" - }, - { - "id": "12932", - "name": "Rune berserker shield 40", - "examine": "A Large, spiked metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "false", - "weight": "6" - }, - { - "id": "12933", - "name": "Rune berserker shield 20", - "examine": "A Large, spiked metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "false", - "weight": "6" - }, - { - "id": "12934", - "name": "Rune berserker shield 0", - "examine": "Not so spiky anymore.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,16,18,17,-1,17,9,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "true", - "weight": "6" - }, - { - "id": "12935", - "name": "Rune berserker shield 0", - "examine": "Not so spiky anymore.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12936", - "name": "Green d'hide coif 100", - "examine": "A coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12937", - "name": "Green d'hide coif 80", - "examine": "A coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12938", - "name": "Green d'hide coif 60", - "examine": "A coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12939", - "name": "Green d'hide coif 40", - "examine": "A coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12940", - "name": "Green d'hide coif 20", - "examine": "A coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12941", - "name": "Green d'hide coif 0", - "examine": "A worn out coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,1,1,2,2,1,2,1,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "12942", - "name": "Green d'hide coif 0", - "examine": "A worn out coif made of green dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12943", - "name": "Blue d'hide coif 100", - "examine": "A coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12944", - "name": "Blue d'hide coif 80", - "examine": "A coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12945", - "name": "Blue d'hide coif 60", - "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12946", - "name": "Blue d'hide coif 40", - "examine": "A coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12947", - "name": "Blue d'hide coif 20", - "examine": "A coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12948", - "name": "Blue d'hide coif 0", - "examine": "A worn out coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,1,1,2,2,1,2,2,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12949", - "name": "Blue d'hide coif 0", - "examine": "A worn out coif made of blue dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12950", - "name": "Red d'hide coif 100", - "examine": "A coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12951", - "name": "Red d'hide coif 80", - "examine": "A coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12952", - "name": "Red d'hide coif 60", - "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12953", - "name": "Red d'hide coif 40", - "examine": "A coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12954", - "name": "Red d'hide coif 20", - "examine": "A coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12955", - "name": "Red d'hide coif 0", - "examine": "A worn out coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,1,2,3,1,2,2,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12956", - "name": "Red d'hide coif 0", - "examine": "A worn out coif made of red dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12957", - "name": "Black d'hide coif 100", - "examine": "A coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12958", - "name": "Black d'hide coif 80", - "examine": "A coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12959", - "name": "Black d'hide coif 60", - "examine": "A coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12960", - "name": "Black d'hide coif 40", - "examine": "A coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12961", - "name": "Black d'hide coif 20", - "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12962", - "name": "Black d'hide coif 0", - "examine": "A coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,1,3,3,1,2,3,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12963", - "name": "Black d'hide coif 0", - "examine": "A coif made of black dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12964", - "name": "Combat hood 100", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "12965", - "name": "Combat hood 80", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "12966", - "name": "Combat hood 60", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "12967", - "name": "Combat hood 40", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "12968", - "name": "Combat hood 20", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "12969", - "name": "Combat hood 0", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,2,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "12970", - "name": "Combat hood 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12971", - "name": "Combat robe top 100", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12972", - "name": "Combat robe top 80", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12973", - "name": "Combat robe top 60", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12974", - "name": "Combat robe top 40", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12975", - "name": "Combat robe top 20", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12976", - "name": "Combat robe top 0", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "true", - "weight": "4" - }, - { - "id": "12977", - "name": "Combat robe top 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12978", - "name": "Combat robe bottom 100", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12979", - "name": "Combat robe bottom 80", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12980", - "name": "Combat robe bottom 60", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12981", - "name": "Combat robe bottom 40", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12982", - "name": "Combat robe bottom 20", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12983", - "name": "Combat robe bottom 0", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "true", - "weight": "3" - }, - { - "id": "12984", - "name": "Combat robe bottom 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12985", - "name": "Bronze gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "15", - "tradeable": "false" - }, - { - "id": "12986", - "name": "Worn-out bronze gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "12987", - "name": "Worn-out bronze gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12988", - "name": "Iron gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "30", - "tradeable": "false" - }, - { - "id": "12989", - "name": "Worn-out iron gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "12990", - "name": "Worn-out iron gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12991", - "name": "Steel gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,5}", - "shop_price": "50", - "tradeable": "false", - "weight": "10" - }, - { - "id": "12992", - "name": "Worn-out steel gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,1,1,1,-1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,5}", - "shop_price": "50", - "tradeable": "true", - "weight": "10" - }, - { - "id": "12993", - "name": "Worn-out steel gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12994", - "name": "Black gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,10}", - "shop_price": "75", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "12995", - "name": "Worn-out black gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,1,2,2,-1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,10}", - "shop_price": "75", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "12996", - "name": "Worn-out black gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12997", - "name": "Mithril gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,6,7,7,-1,6,6,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,20}", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "12998", - "name": "Worn-out mithril gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,20}", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "12999", - "name": "Worn-out mithril gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "13000", - "name": "Adamant gauntlets", - "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,30}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "13001", - "name": "Worn-out adamant gauntlets", - "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,30}", - "shop_price": "150", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "13002", - "name": "Worn-out adamant gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "13003", - "name": "Rune gauntlets", - "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,40}", - "shop_price": "200", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "13004", - "name": "Worn-out rune gauntlets", - "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,40}", - "shop_price": "200", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "13005", - "name": "Worn-out rune gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "13006", - "name": "Dragon gauntlets", - "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "13007", - "name": "Worn-out dragon gauntlets", - "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,1,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,60}", - "shop_price": "300", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "13008", - "name": "Worn-out dragon gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "13010", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13011", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13012", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13013", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13014", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13015", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13016", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13017", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13018", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13019", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13020", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13021", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13022", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13023", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13024", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13025", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13026", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13027", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13028", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13029", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13030", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13031", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13032", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13033", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13034", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13035", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13036", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13037", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13038", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13039", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13040", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13041", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13042", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13043", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13044", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13045", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13046", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13047", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13048", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13049", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13050", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13051", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13052", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13053", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13054", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13055", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13056", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13057", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13058", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13059", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13060", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13061", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13062", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13063", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13064", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13065", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13066", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13067", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13068", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13069", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13070", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13071", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13072", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13074", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13075", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13076", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13077", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13078", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13079", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13080", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13081", - "name": "Black crossbow", - "examine": "A black crossbow.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "175", - "requirements": "{4,33}", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "5" - }, - { - "id": "13082", - "name": "Black crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "13083", - "name": "Black bolts", - "examine": "Black crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "100", - "requirements": "{4,33}", - "tradeable": "true" - }, - { - "id": "13084", - "name": "Black bolts(p)", - "examine": "Black crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "100", - "requirements": "{4,33}", - "tradeable": "true" - }, - { - "id": "13085", - "name": "Black bolts(p+)", - "examine": "Black crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "100", - "requirements": "{4,33}", - "tradeable": "true" - }, - { - "id": "13086", - "name": "Black bolts(p++)", - "examine": "Black crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "100", - "requirements": "{4,33}", - "tradeable": "true" - }, - { - "id": "13095", - "name": "Black cane", - "examine": "A sapphire-topped cane.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "requirements": "{0,8}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13096", - "name": "Black cane", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13097", - "name": "Adamant cane", - "examine": "A ruby-topped cane.", - "archery_ticket_price": "0", - "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "requirements": "{0,28}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13098", - "name": "Adamant cane", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13099", - "name": "Rune cane", - "examine": "A diamond-topped cane.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{0,38}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13100", - "name": "Rune cane", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13101", - "name": "Top hat", - "examine": "Comes with a free rabbit!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13102", - "name": "Top hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13103", - "name": "Pith helmet", - "examine": "Official explorer headgear!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "13104", - "name": "Pith helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13105", - "name": "Spiked helmet", - "examine": "Spikier than normal.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,5}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "13106", - "name": "Spiked helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13107", - "name": "Sheep mask", - "examine": "Shear elegance.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13108", - "name": "Sheep mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13109", - "name": "Penguin mask", - "examine": "I can get the look right, but can I do the waddle too?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13110", - "name": "Penguin mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13111", - "name": "Bat mask", - "examine": "The bats have left the belltower.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13112", - "name": "Bat mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13113", - "name": "Cat mask", - "examine": "It's the year of the cat!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true" - }, - { - "id": "13114", - "name": "Cat mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13115", - "name": "Wolf mask", - "examine": "I'm hungry like the wolf.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13116", - "name": "Wolf mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13117", - "name": "Ivandis flail (30)", - "examine": "A fully charged flail.", - "archery_ticket_price": "0", - "attack_anims": "9097,9097,9097,9097", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "defence_anim": "9048", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13118", - "name": "Ivandis flail (29)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13119", - "name": "Ivandis flail(28)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23" - }, - { - "id": "13120", - "name": "Ivandis flail (27)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13121", - "name": "Ivandis flail (26)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13122", - "name": "Ivandis flail (25)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13123", - "name": "Ivandis flail (24)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13124", - "name": "Ivandis flail (23)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13125", - "name": "Ivandis flail (22)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13126", - "name": "Ivandis flail (21)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13127", - "name": "Ivandis flail (20)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13128", - "name": "Ivandis flail (19)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13129", - "name": "Ivandis flail (18)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13130", - "name": "Ivandis flail (17)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13131", - "name": "Ivandis flail (16)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13132", - "name": "Ivandis flail (15)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13133", - "name": "Ivandis flail (14)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13134", - "name": "Ivandis flail (13)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13135", - "name": "Ivandis flail (12)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13136", - "name": "Ivandis flail (11)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13137", - "name": "Ivandis flail (10)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13138", - "name": "Ivandis flail (9)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13139", - "name": "Ivandis flail (8)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13140", - "name": "Ivandis flail (7)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13141", - "name": "Ivandis flail (6)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13142", - "name": "Ivandis flail (5)", - "examine": "A partially charged flail - it's nearly out of charges.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13143", - "name": "Ivandis flail (4)", - "examine": "A partially charged flail - it's nearly out of charges.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13144", - "name": "Ivandis flail (3)", - "examine": "A partially charged flail - it's nearly out of charges.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13145", - "name": "Ivandis flail (2)", - "examine": "A partially charged flail - it's nearly out of charges.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13146", - "name": "Ivandis flail (1)", - "examine": "A partially charged flail - one last charge left.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13147", - "name": "Flail dust", - "examine": "Flail of Ivandis dust.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "13149", - "name": "Book page", - "examine": "A page ripped from a book; it looks like a map of some kind.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You found this page in the top floor of Paterdomus temple on an old table.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13151", - "name": "Combat book", - "examine": "A big book of combat techniques.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You got this book from a bunk bed in Sanguinesti Myreque base.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13153", - "name": "Chain link mould", - "examine": "Used to make a metal chain.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "13154", - "name": "Silvthril chain", - "examine": "A chain made from mithril and silver.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "13155", - "name": "Silver sickle emerald(b)", - "examine": "A blessed sickle with an emerald recessed into it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "13156", - "name": "Enchanted sickle emerald(b)", - "examine": "A blessed and enchanted silver sickle with an emerald recessed into it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "13157", - "name": "Vyre corpse", - "examine": "A Vyrewatch corpse. Just a husk, really.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "13158", - "name": "Columbarium key", - "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "13159", - "name": "Ornate tomb key", - "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You got this key by cremating a Vyrewatch in the Paterdomus Columbarium.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13160", - "name": "Tome of xp 2nd ed (3)", - "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "13161", - "name": "Tome of xp 2nd ed (2)", - "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "13162", - "name": "Tome of xp 2nd ed (1)", - "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "13163", - "name": "Black cane", - "examine": "A sapphire-topped cane.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13164", - "name": "Adamant cane", - "examine": "A ruby-topped cane.", - "archery_ticket_price": "0", - "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13165", - "name": "Rune cane", - "examine": "A diamond-topped cane.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0", - "durability": null, - "equipment_slot": "3", - "lendable": "true", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13166", - "name": "Top hat", - "examine": "Comes with a free rabbit!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13167", - "name": "Pith helmet", - "examine": "Official explorer headgear!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "13168", - "name": "Spiked helmet", - "examine": "Spikier than normal.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "10" - }, - { - "id": "13169", - "name": "Sheep mask", - "examine": "Shear elegance.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13170", - "name": "Penguin mask", - "examine": "I can get the look right, but can I do the waddle too?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13171", - "name": "Bat mask", - "examine": "The bats have left the belltower.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13172", - "name": "Cat mask", - "examine": "It's the year of the cat!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true" - }, - { - "id": "13173", - "name": "Wolf mask", - "examine": "I'm hungry like the wolf.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13174", - "name": "Blue navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13175", - "name": "Green navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13176", - "name": "Red navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13177", - "name": "Brown navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13178", - "name": "Black navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13179", - "name": "Purple navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13180", - "name": "Grey navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13181", - "name": "Blue naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13182", - "name": "Green naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13183", - "name": "Red naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13184", - "name": "Brown naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13185", - "name": "Black naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13186", - "name": "Purple naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13187", - "name": "Grey naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13188", - "name": "Blue tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13189", - "name": "Green tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13190", - "name": "Red tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13191", - "name": "Brown tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13192", - "name": "Black tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13193", - "name": "Purple tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13194", - "name": "Grey tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13227", - "name": "Mysterious lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this lamp, it will be destroyed. You can obtain another from Dunstan.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13230", - "name": "Icefiend net", - "examine": "Professor Arblenap gave you this net to catch the baby icefiends on Ice Mountain.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another net from Professor Arblenap on Ice Mountain.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false", - "weight": "1" - }, - { - "id": "13231", - "name": "Baby icefiend", - "examine": "You should give this to Professor Arblenap.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "tradeable": "false", - "weight": "1" - }, - { - "id": "13232", - "name": "Tent", - "examine": "The remains of the Oracle's tent on Ice Mountain.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "It will reappear near the bottom of Ice Mountain.", - "durability": null, - "tradeable": "false", - "weight": "30" - }, - { - "id": "13234", - "name": "Dwarven key", - "examine": "You took this key from Drorkar's pocket in the power station. (Perils of Ice Mountain)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get it back by pickpocketing Drorkar again.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13238", - "name": "Treated oak plank", - "examine": "A plank of oak that has been treated to resist fire.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.8" - }, - { - "id": "13239", - "name": "Chisel", - "examine": "Good for detailed crafting.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "14", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "13240", - "name": ".", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "tradeable": "true" - }, - { - "id": "13241", - "name": "Treated plank", - "examine": "A plank of oak that has been treated to resist fire.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.8" - }, - { - "id": "13242", - "name": ".", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "13243", - "name": "Stone tablet", - "examine": "An old stone slab with writing on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "13244", - "name": "Tzhaar tourist guide", - "examine": "A book for those who want to visit the TzHaar city.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "13245", - "name": "Stone slab", - "examine": "A flawed block of obsidian from the Karamja volcano.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can mine more stone slabs in the TzHaar mine.", - "durability": null, - "tradeable": "false", - "weight": "32" - }, - { - "id": "13246", - "name": "Pillar", - "examine": "A support pillar.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get more pillars by crafting stone slabs from the TzHaar mine.", - "durability": null, - "tradeable": "false", - "weight": "25" - }, - { - "id": "13247", - "name": "Splat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13248", - "name": "Splat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13249", - "name": "Splat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13250", - "name": "Splat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13259", - "name": "Ranged path key", - "examine": "A key obtained in Catolax's tomb.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13260", - "name": "Magic path key", - "examine": "A key obtained in Catolax's tomb.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13263", - "name": "Slayer helmet", - "examine": "You don't want to wear it inside-out.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,10}", - "shop_price": "650", - "tradeable": "false" - }, - { - "id": "13276", - "name": "Banshee voice", - "examine": "The remains of a banshee's scream.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "tradeable": "false" - }, - { - "id": "13277", - "name": "Masked earmuffs", - "examine": "More of that crazy Slayer headgear.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "shop_price": "400", - "tradeable": "false" - }, - { - "id": "13278", - "name": "Broad arrow heads", - "examine": "For use against turoth and kurasks.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "50", - "tradeable": "false" - }, - { - "id": "13279", - "name": "Unfinished broad bolts", - "examine": "For use against turoth and kurasks.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "50", - "tradeable": "false" - }, - { - "id": "13280", - "name": "Broad-tipped bolts", - "examine": "For use against turoth and kurasks.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "13281", - "name": "Ring of slaying(8)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13282", - "name": "Ring of slaying(7)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13283", - "name": "Ring of slaying(6)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13284", - "name": "Ring of slaying(5)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13285", - "name": "Ring of slaying(4)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13286", - "name": "Ring of slaying(3)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13287", - "name": "Ring of slaying(2)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13288", - "name": "Ring of slaying(1)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13290", - "name": "Leaf-bladed sword", - "examine": "A razor-sharp sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "67,62,0,0,0,0,0,0,0,0,0,50,0,0,0", - "defence_anim": "397", - "destroy": "false", - "durability": null, + "weapon_interface": "7", + "turn180_anim": "7045", "equip_audio": "2248", - "equipment_slot": "3", - "rare_item": "true", - "requirements": "{0,50}-{18,55}", - "run_anim": "824", - "shop_price": "68000", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5" - }, - { - "id": "13291", - "name": "Leaf-bladed sword", - "examine": "A razor-sharp sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "68000", - "tradeable": "true" - }, - { - "id": "13292", - "name": "Letter", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13293", - "name": "Plans", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13294", - "name": "Charcoal rubbing", - "examine": "A charcoal rubbing taken from 50% Luke.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop these plans, they will be lost and you will need to see Captain Donnie for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13295", - "name": "Frank's mark", - "examine": "Signature from Frank.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop Frank's mark, you will need to see him to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13296", - "name": "Crude lockpick", - "examine": "A device for opening locked doors.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop these lockpicks, you will need to look under the mattress to get another set.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13297", - "name": "Customs shirt", - "examine": "The top of a Custom Officer's uniform.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this shirt you will need to kill another Customs officer for a replacement.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false" - }, - { - "id": "13298", - "name": "Customs trousers", - "examine": "The trousers of a Custom Officer's uniform.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop these trousers you will need to kill another Customs officer for a replacement.", - "durability": null, - "equipment_slot": "7", - "tradeable": "false" - }, - { - "id": "13299", - "name": "Customs hat", - "examine": "The hat of a Custom Officer's uniform.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this hat you will need to kill another Customs officer for a replacement.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "13300", - "name": "File", - "examine": "A folder containing all the marks I have gathered.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13301", - "name": "File", - "examine": "A folder containing all the marks I have gathered.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13302", - "name": "Brooch", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13303", - "name": "Izzy's mark", - "examine": "Signature from Izzy No-Beard.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop Izzy's No-Beard's mark, you will need to see him to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13304", - "name": "Key", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13305", - "name": "Crowbar", - "examine": "This could be useful.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this crowbar, you will need to get another from the chest on the sunken ship.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13307", - "name": "Idol of many heads", - "examine": "An idol. It has many heads.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop the idol, you will need to go diving to get another replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13308", - "name": "Bill teach's mark", - "examine": "Signature from Bill Teach.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop Bill Teach's mark, you will need to see him to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13309", - "name": "Paper", - "examine": "This is generally used for writing on.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ", - "durability": null, - "tradeable": "false" - }, - { - "id": "13310", - "name": "Confession", - "examine": "A written confession.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this note, you'll need to call the guards for replacement paper.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13311", - "name": "Note", - "examine": "Swap this note at any bank for the equivalent item.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "tradeable": "false" - }, - { - "id": "13312", - "name": "Ink bottle", - "examine": "An empty ink bottle./This is full of ink.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13313", - "name": "Inky paper", - "examine": "It's got ink all over it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this paper you will need to call to the guards to replace it and the ink.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13314", - "name": "Ink bottle", - "examine": "An empty ink bottle./This is full of ink.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13315", - "name": "Smashed bottle", - "examine": "It's smashed. I should mind my fingers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this bottle, you will need to call to the guards for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13316", - "name": "Prison uniform top", - "examine": "The top part of a prisoner's uniform.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this top, then you will need to speak to the guards to get it replaced.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false" - }, - { - "id": "13317", - "name": "Prison uniform trousers", - "examine": "The bottom part of a prisoner's uniform.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop these trousers, then you will need to speak to the guards to get it replaced.", - "durability": null, - "equipment_slot": "7", - "tradeable": "false" - }, - { - "id": "13318", - "name": "Fishy prison uniform top", - "examine": "It's covered in fish slop.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this top, you will need to speak to the guards to get it replaced, then find a way to get stew on it again.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false" - }, - { - "id": "13319", - "name": "Tin cup", - "examine": "A standard prison-issue tin cup.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "13320", - "name": "Tin cup", - "examine": "A standard prison-issue tin cup.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "13321", - "name": "Pipe", - "examine": "A pipe that belongs in a cannon stand.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Destroy", - "durability": null, - "tradeable": "false" - }, - { - "id": "13322", - "name": "Accordion", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13323", - "name": "Accordion", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13324", - "name": "Accordion", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13325", - "name": "Vacuum pump", - "examine": "A very crude vacuum pump.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this accordion, pipe and inky paper, it will all be destroyed and you will need to get all the items back again.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13326", - "name": "Vacuum pump and gull", - "examine": "It sounds like a law firm.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this, you will lose all the items you put in it, as well as the seagull.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "13327", - "name": "Quill", - "examine": "From a bird - can be used for writing.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this quill, you will need to talk to the guard for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13328", - "name": "Inky quill", - "examine": "From a bird - can be used for writing. It has some ink on the tip.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null, - "tradeable": "false" - }, - { - "id": "13329", - "name": "File", - "examine": "A folder containing all the marks I have gathered.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13330", - "name": "File", - "examine": "A folder containing all the marks I have gathered.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13331", - "name": "Ex-parrot", - "examine": "A very dead rotten parrot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this dead parrot, there is a chance that bad, bad things will happen to you - unless you see 50 Ships Mufassah for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13332", - "name": "Magical cage", - "examine": "It feels very cold to the touch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this cage, you will need to see Bill Teach for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13333", - "name": "Ex-parrot in a magic cage", - "examine": "A very dead rotten parrot in a magical cage.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this dead parrot in a cage (and who wouldn't) then you will need to see ", - "durability": null, - "tradeable": "false" - }, - { - "id": "13334", - "name": "Ex-ex-parrot in a magic cage", - "examine": "A very alive rotten parrot in a magic cage.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop the cage, the ex-ex-parrot will escape.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13335", - "name": "Ex-ex-parrot", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13336", - "name": "Ex-ex-parrot", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13337", - "name": "Pirate impling jar", - "examine": "A pirate impling in a jar.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "13338", - "name": "Pirate impling jar", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "13339", - "name": "Bandana and eyepatch", - "examine": "A white bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13340", - "name": "Bandana and eyepatches", - "examine": "A white bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13341", - "name": "Bandana and eyepatch", - "examine": "A red bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13342", - "name": "Bandana and eyepatches", - "examine": "A red bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13343", - "name": "Bandana and eyepatch", - "examine": "A blue bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13344", - "name": "Bandana and eyepatches", - "examine": "A blue bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13345", - "name": "Bandana and eyepatch", - "examine": "A brown bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13346", - "name": "Bandana and eyepatches", - "examine": "A brown bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13347", - "name": "Bandana and eyepatch", - "examine": "A grey bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13348", - "name": "Bandana and eyepatches", - "examine": "A grey bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13349", - "name": "Bandana and eyepatch", - "examine": "A purple bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13350", - "name": "Bandana and eyepatches", - "examine": "A purple bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13351", - "name": "Bandana and eyepatch", - "examine": "A orange bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13352", - "name": "Bandana and eyepatches", - "examine": "A orange bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13353", - "name": "Double eyepatches", - "examine": "It's dark, and I'm wearing two patches. Hit it!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13354", - "name": "Pirate hat and eyepatches", - "examine": "Two patches and a hat.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13355", - "name": "Left eyepatch", - "examine": "A patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13356", - "name": "Left eyepatch", - "examine": "A patch for the left eye.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13357", - "name": "Pirate hat and eyepatch", - "examine": "A hat and a patch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13358", - "name": "Stripy pirate shirt", - "examine": "A seaworthy grey shirt.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13359", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "13360", - "name": "Stripy pirate shirt", - "examine": "A seaworthy purple shirt.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13361", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "13362", - "name": "Stripy pirate shirt", - "examine": "A seaworthy orange shirt.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13363", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "13364", - "name": "Pirate leggings", - "examine": "A seaworthy pair of grey trousers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13365", - "name": "Pirate leggings", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "13366", - "name": "Pirate leggings", - "examine": "A seaworthy pair of purple trousers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13367", - "name": "Pirate leggings", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "13368", - "name": "Pirate leggings", - "examine": "A seaworthy pair of orange trousers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13369", - "name": "Pirate leggings", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "13370", - "name": "Bandana", - "examine": "A grey bandana.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13371", - "name": "Bandana", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13372", - "name": "Bandana", - "examine": "A purple bandana.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13373", - "name": "Bandana", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13374", - "name": "Bandana", - "examine": "An orange bandana.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13375", - "name": "Bandana", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13376", - "name": "Bandana and eyepatch", - "examine": "A purple bandana and a patch for the right eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13377", - "name": "Bandana and eyepatch", - "examine": "A orange bandana and a patch for the right eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13378", - "name": "Bandana and eyepatch", - "examine": "A grey bandana and a patch for the right eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13379", - "name": "Rock fragments", - "examine": "Some rock fragments.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Destroy", - "durability": null, - "tradeable": "false" - }, - { - "id": "13380", - "name": "Introduction letter", - "examine": "Note from Teach to Brass Hand Harry.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop the letter, it will be destroyed and you'll need to see Bill Teach for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13381", - "name": "Broken hand", - "examine": "One of many broken hands.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13382", - "name": "Broken hand", - "examine": "One of many broken hands.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13383", - "name": "Broken hand", - "examine": "One of many broken hands.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13384", - "name": "Broken hand", - "examine": "One of many broken hands.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13385", - "name": "Broken hand", - "examine": "One of many broken hands.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13386", - "name": "Fingers", - "examine": "Wall beast fingers in a white fern sauce.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "tradeable": "false" - }, - { - "id": "13387", - "name": "Thumb", - "examine": "A brass thumb.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13388", - "name": "Hand", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13389", - "name": "Wrist", - "examine": "A brass wrist.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13390", - "name": "Brace", - "examine": "A brass brace.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13391", - "name": "Brass hand", - "examine": "A completed brass hand.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13392", - "name": "Ink pad", - "examine": "It's soaked with ink.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this ink pad, you will lose it and will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13393", - "name": "Inky hand", - "examine": "An inky brass hand.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13394", - "name": "Paper", - "examine": "This is generally used for writing on.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ", - "durability": null, - "tradeable": "false" - }, - { - "id": "13395", - "name": "Brass hand harry's mark", - "examine": "Handprint from Brass Hand Harry.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop Brass Hand Harry's mark, it will be destroyed and you need to see him to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13396", - "name": "Fake beard", - "examine": "Makes me itch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "13397", - "name": "Fake moustache and nose", - "examine": "It looks like someone has sneezed in it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "13398", - "name": "Fake monocle, moustache and nose", - "examine": "Why is the monocle nailed to it?", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "13399", - "name": "Curly wig", - "examine": "You can barely see where it connected to the mop handle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "13400", - "name": "Straight wig", - "examine": "It looks like it is part-dog, part-mould.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "13401", - "name": "Order", - "examine": "An order simply for 'rum'.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this order for 'rum' you will need to speak to the Rusty Anchor barman to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13402", - "name": "Braindeath's mark", - "examine": "Signature of Captain Braindeath.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop Captain Braindeath's mark, you will need to speak to him to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13403", - "name": "Golden tinderbox", - "examine": "A replica tinderbox made of solid gold.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "300", - "tradeable": "false" - }, - { - "id": "13405", - "name": "Dark bow", - "examine": "A bow from a darker dimension.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_audios": "3731,0,0,0", - "attack_speed": "9", - "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "3738", - "has_special": "true", - "lendable": "true", - "render_anim": "303", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13406", - "name": "Ancient staff", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "10,-1,40,15,0,2,3,1,15,0,5,50,0,-1,10", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "28", - "weapon_interface": "1" - }, - { - "id": "13407", - "name": "Archer helm", - "examine": "This helmet is worn by archers.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13408", - "name": "Berserker helm", - "examine": "This helmet is worn by berserkers.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13409", - "name": "Warrior helm", - "examine": "This helm is worn by warriors.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13410", - "name": "Farseer helm", - "examine": "This helm is worn by farseers.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13411", - "name": "Rock-shell helm", - "examine": "Protective headwear made from crabs. Better than it sounds.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13412", - "name": "Rock-shell plate", - "examine": "A sturdy body armour made from rock crab pieces.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13413", - "name": "Rock-shell legs", - "examine": "Some tough leggings made from rock crab parts.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13414", - "name": "Spined helm", - "examine": "A helm fit for any Fremennik ranger.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13415", - "name": "Spined body", - "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13416", - "name": "Spined chaps", - "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13417", - "name": "Skeletal helm", - "examine": "Make your foes cower by wearing a skull as a helmet!", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13418", - "name": "Skeletal top", - "examine": "The bones in this armour seems to vibrate with a magic quality...", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13419", - "name": "Skeletal bottoms", - "examine": "A superior set of strengthened slacks for any self respecting seer.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13420", - "name": "Spined boots", - "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,1,1,0,0,0,1,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13421", - "name": "Rock-shell boots", - "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13422", - "name": "Skeletal boots", - "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13423", - "name": "Spined gloves", - "examine": "Fremennik gloves stitched together from spined dagannoth hide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,1,2,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13424", - "name": "Rock-shell gloves", - "examine": "Fremennik gloves stitched together from rock crab shell shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13425", - "name": "Skeletal gloves", - "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13426", - "name": "Seers ring", - "examine": "A mysterious ring that can fill the wearer with magical power...", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13427", - "name": "Archers ring", - "examine": "A fabled ring that improves the wearer's skill with a bow...", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13428", - "name": "Warrior ring", - "examine": "A legendary ring once worn by Fremennik warriors.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13429", - "name": "Berserker ring", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13430", - "name": "Dragon 2h sword", - "examine": "A two-handed dragon sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", "render_anim": "124", - "two_handed": "true", - "weapon_interface": "7" + "equipment_slot": "3", + "destroy_message": "You can get another one by visiting the cave near the Fishing guild. A friendly ghost will replace it for you. You must be wearing a Ring of visibility, or you cannot get it back.", + "stand_anim": "7047", + "name": "Shadow sword", + "tradeable": "false", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "10858", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,4,0,0,0,0,4,-1,0,26,0,0,0" }, { - "id": "13431", - "name": "Crayfish cage", - "examine": "Useful for catching crayfish.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", + "examine": "You can put nice, hot tea in it.", "durability": null, - "shop_price": "20", - "tradeable": "true" + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10859" }, { - "id": "13432", - "name": "Crayfish cage", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", + "examine": "You can put nice, hot tea in it.", "durability": null, - "shop_price": "20", - "tradeable": "true" + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10860" }, { - "id": "13433", - "name": "Crayfish", - "examine": "Some cooked crayfish. Eat it to heal.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", + "examine": "You can put nice, hot tea in it.", "durability": null, - "shop_price": "5", - "tradeable": "true" + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10861" }, { - "id": "13434", - "name": "Crayfish", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Can't get any safer than this.", "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "13435", - "name": "Raw crayfish", - "examine": "I should try cooking this. Used in Cooking (1).", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "13436", - "name": "Raw crayfish", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "13437", - "name": "Burnt crayfish", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "13438", - "name": "Burnt crayfish", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "13439", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "name": "Hard hat", + "tradeable": "false", "destroy": "true", - "durability": null, - "tradeable": "false" + "weight": "2", + "archery_ticket_price": "0", + "id": "10862", + "equipment_slot": "0" }, { - "id": "13440", - "name": "Bag of runes", - "examine": "This is a bag of runes for Sir Vant.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", + "destroy_message": "You'll have to find another within the Tower of Life!", + "remove_sleeves": "true", + "examine": "Very fetching.", "durability": null, - "tradeable": "false" + "name": "Builder's shirt", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10863", + "equipment_slot": "4" }, { - "id": "13442", - "name": "Amulet of fury", - "examine": "A very powerful onyx amulet.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,0,5,0", - "destroy": "true", - "destroy_message": "Drop", + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Slightly tatty in my opinion.", "durability": null, - "lendable": "true" + "name": "Builder's trousers", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10864", + "equipment_slot": "7" }, { - "id": "13443", - "name": "Obsidian cape", - "examine": "A cape woven of obsidian plates.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "They'll offer good protection for my toes.", "durability": null, - "lendable": "true" + "name": "Builder's boots", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10865", + "equipment_slot": "10" }, { - "id": "13444", - "name": "Abyssal whip", - "examine": "A weapon from the Abyss.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "Used to bolt things together.", "durability": null, - "equip_audio": "2249", + "name": "Rivets", + "archery_ticket_price": "0", + "id": "10866" + }, + { + "examine": "Some magical fluid to bind surfaces.", + "durability": null, + "name": "Binding fluid", + "archery_ticket_price": "0", + "id": "10870" + }, + { + "examine": "A pipe that belongs in a cannon stand.", + "durability": null, + "name": "Pipe", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10871" + }, + { + "examine": "A ring used to join two pipes together.", + "durability": null, + "name": "Pipe ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10872" + }, + { + "examine": "A sheet of metal.", + "durability": null, + "name": "Metal sheet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10873" + }, + { + "examine": "Bound to have some use.", + "durability": null, + "name": "Coloured ball", + "archery_ticket_price": "0", + "id": "10874" + }, + { + "examine": "A wheel used to control valves.", + "durability": null, + "name": "Valve wheel", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10875" + }, + { + "examine": "Some unknown metal substance.", + "durability": null, + "name": "Metal bar", + "archery_ticket_price": "0", + "id": "10876" + }, + { + "shop_price": "128", + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Plain satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10877", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Green satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10878", + "equipment_slot": "5" + }, + { + "shop_price": "128", + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Red satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10879", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Black satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10880", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Gold satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10881", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Rune satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10882", + "equipment_slot": "5" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Can't get any safer than this.", + "durability": null, + "name": "Hard hat", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10883", + "equipment_slot": "0" + }, + { + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10884" + }, + { + "examine": "A small keg of gunpowder.", + "durability": null, + "name": "Keg", + "weight": "12", + "archery_ticket_price": "0", + "id": "10885" + }, + { + "examine": "Used to cure poison through prayer.", + "durability": null, + "name": "Prayer book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10886" + }, + { + "turn90cw_anim": "5867", + "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)", + "walk_anim": "5867", "has_special": "true", - "lendable": "true", - "render_anim": "1578", - "weapon_interface": "11" - }, - { - "id": "13445", - "name": "Granite maul", - "examine": "Simplicity is the best weapon.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0", - "destroy": "true", - "destroy_message": "Drop", "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "27", - "two_handed": "true", - "weapon_interface": "10" - }, - { - "id": "13446", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "13447", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "13448", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "13449", - "name": "Dragon full helm", - "examine": "Protects your head and looks impressive too.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13450", - "name": "Armadyl godsword", - "examine": "A beautiful, heavy sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", + "weight": "30", + "turn90ccw_anim": "5867", "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1579", "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13451", - "name": "Bandos godsword", - "examine": "A brutally heavy sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1579", - "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13452", - "name": "Saradomin godsword", - "examine": "A gracious, heavy sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1579", - "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13453", - "name": "Zamorak godsword", - "examine": "A terrifying, heavy sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1579", - "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13454", - "name": "Zamorakian spear", - "examine": "An evil spear.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,0,2,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "1581", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13455", - "name": "Armadyl helmet", - "examine": "A helmet of great craftmanship.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-5,-5,-5,-5,10,6,6,10,10,8,12,0,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "lendable": "true" - }, - { - "id": "13456", - "name": "Armadyl chestplate", - "examine": "A chestplate of great craftsmanship", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "lendable": "true" - }, - { - "id": "13457", - "name": "Armadyl plateskirt", - "examine": "A chainskirt of great craftsmanship.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "lendable": "true" - }, - { - "id": "13458", - "name": "Bandos chestplate", - "examine": "A sturdy chestplate.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13459", - "name": "Bandos tassets", - "examine": "A sturdy pair of tassets.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13460", - "name": "Bandos boots", - "examine": "Some sturdy boots.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2237", - "lendable": "true" - }, - { - "id": "13461", - "name": "Saradomin sword", - "examine": "The incredible blade of an Icyene.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,0,2,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1579", - "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13462", - "name": "Dragon boots", - "examine": "These will protect my feet.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2237", - "lendable": "true" - }, - { - "id": "13463", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "13464", - "name": "Task list", - "examine": "This reminds me of my current job and who set me to the task.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another by talking about jobs with citizens and tutors around Lumbridge.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13465", - "name": "Dragon dagger", - "examine": "A powerful dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "weapon_interface": "5" - }, - { - "id": "13466", - "name": "Dragon dagger(p)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "shop_price": "1" - }, - { - "id": "13467", - "name": "Dragon dagger(p+)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "shop_price": "1" - }, - { - "id": "13468", - "name": "Dragon dagger(p++)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "shop_price": "1" - }, - { - "id": "13469", - "name": "Rune axe", - "examine": "A powerful axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2229", - "lendable": "true", - "weapon_interface": "2" - }, - { - "id": "13470", - "name": "Dragon axe", - "examine": "A very powerful axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2229", - "has_special": "true", - "lendable": "true", - "weapon_interface": "2" - }, - { - "id": "13471", - "name": "Rune battleaxe", - "examine": "A vicious looking axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "weapon_interface": "2" - }, - { - "id": "13472", - "name": "Dragon battleaxe", - "examine": "A vicious looking axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "2586", - "requirements": "{0,60}", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "13473", - "name": "Rune warhammer", - "examine": "I don't think it's intended for joinery.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2233", - "lendable": "true", - "render_anim": "1430", - "weapon_interface": "10" - }, - { - "id": "13474", - "name": "Rune longsword", - "examine": "A razor-sharp longsword", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "1582", - "weapon_interface": "5" - }, - { - "id": "13475", - "name": "Dragon longsword", - "examine": "A very powerful sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "1582", - "weapon_interface": "5" - }, - { - "id": "13476", - "name": "Rune scimitar", - "examine": "A vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "1582", - "weapon_interface": "6" - }, - { - "id": "13477", - "name": "Dragon scimitar", - "examine": "A vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1928", - "weapon_interface": "6" - }, - { - "id": "13478", - "name": "Dragon halberd", - "examine": "A dragon halberd.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "15" - }, - { - "id": "13479", - "name": "Dragon mace", - "examine": "A spiky mace.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,0,5,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2246", - "has_special": "true", - "lendable": "true", - "requirements": "{0,60}", "weapon_interface": "8", - "weight": "1.8" + "turn180_anim": "5867", + "equip_audio": "2246", + "defence_anim": "5866", + "render_anim": "985", + "equipment_slot": "3", + "attack_anims": "5865,5865,5865,5865", + "destroy_message": "If you drop the Anchor it will be destroyed, and you will need to get a new one from Brother Tranquillity, then pay Smith to re", + "stand_anim": "5869", + "name": "Barrelchest anchor", + "run_anim": "5868", + "archery_ticket_price": "0", + "id": "10887", + "stand_turn_anim": "823", + "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0" }, { - "id": "13480", - "name": "Rune pickaxe", - "examine": "Used for mining.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)", "durability": null, - "equip_audio": "2232", - "lendable": "true", - "weapon_interface": "4" + "name": "Barrelchest anchor", + "weight": "30", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "10888", + "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0" }, { - "id": "13481", - "name": "Dragon chainbody", - "examine": "A series of connected metal rings.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "destroy_message": "If you drop this lamp it will be destroyed, and you will need to see Brother Tranquility for another.", + "examine": "This will answer my prayers.", "durability": null, - "lendable": "true" + "name": "Blessed lamp", + "archery_ticket_price": "0", + "id": "10889" }, { - "id": "13482", - "name": "Rune platebody", - "examine": "Provides excellent protection.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "destroy_message": "This book is old and delicate. You can reclaim this item from the place you found it.ping it here will destroy it and you will have to search the Edgeville Monastery bookcase for another.", + "examine": "Used to cure poison through prayer.", "durability": null, - "lendable": "true" + "name": "Prayer book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10890" }, { - "id": "13483", - "name": "Green d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-20,15,40,32,45,20,40,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "A wooden cat toy.", + "grand_exchange_price": "922", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Wooden cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10891" }, { - "id": "13484", - "name": "Blue d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "922", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Wooden cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10892" }, { - "id": "13485", - "name": "Red d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A cranial clamp.", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Cranial clamp", + "archery_ticket_price": "0", + "id": "10893" }, { - "id": "13486", - "name": "Black d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "Some tongs for use with brains.", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Brain tongs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10894" }, { - "id": "13487", - "name": "Rune platelegs", - "examine": "These look pretty heavy.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A bell jar for covering things.", "durability": null, - "lendable": "true" + "name": "Bell jar", + "weight": "1", + "archery_ticket_price": "0", + "id": "10895" }, { - "id": "13488", - "name": "Dragon platelegs", - "examine": "Looks pretty heavy.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A silver whistle.", "durability": null, - "lendable": "true" + "name": "Wolf whistle", + "archery_ticket_price": "0", + "id": "10896" }, { - "id": "13489", - "name": "Rune plateskirt", - "examine": "Designer leg protection.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A shipping order list.", "durability": null, - "lendable": "true" + "name": "Shipping order", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10897" }, { - "id": "13490", - "name": "Dragon plateskirt", - "examine": "This looks pretty heavy.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A small keg of gunpowder.", "durability": null, - "lendable": "true" + "name": "Keg", + "weight": "12", + "archery_ticket_price": "0", + "id": "10898" }, { - "id": "13491", - "name": "Green d'hide chaps", - "examine": "100% real dragonhide.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "Part of a crate.", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Crate part", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10899" }, { - "id": "13492", - "name": "Blue d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "One skull staple.", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Skull staple", + "archery_ticket_price": "0", + "id": "10904" }, { - "id": "13493", - "name": "Red d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "8420", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10909" }, { - "id": "13494", - "name": "Black d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "8420", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10910" }, { - "id": "13495", - "name": "Dragon med helm", - "examine": "Makes the wearer pretty intimidating.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "6543", "durability": null, - "equip_audio": "2240", - "lendable": "true" + "name": "Mixture - step 1(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10911" }, { - "id": "13496", - "name": "Rune full helm", - "examine": "A full face helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "6543", "durability": null, - "lendable": "true" + "name": "Mixture - step 1(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10912" }, { - "id": "13497", - "name": "Green d'hide vamb", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "4335", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10913" }, { - "id": "13498", - "name": "Blue d'hide vamb", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "4335", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10914" }, { - "id": "13499", - "name": "Red d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "2168", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10915" }, { - "id": "13500", - "name": "Black d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "2168", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10916" }, { - "id": "13501", - "name": "Splitbark helm", - "examine": "A wooden helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "8665", "durability": null, - "lendable": "true" + "name": "Mixture - step 2(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10917" }, { - "id": "13502", - "name": "Splitbark body", - "examine": "Provides good protection.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "8665", "durability": null, - "lendable": "true" + "name": "Mixture - step 2(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10918" }, { - "id": "13503", - "name": "Splitbark legs", - "examine": "These should protect my legs.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "6695", "durability": null, - "lendable": "true" + "name": "Mixture - step 2(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10919" }, { - "id": "13504", - "name": "Splitbark gauntlets", - "examine": "These should keep my hands safe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "6695", "durability": null, - "lendable": "true" + "name": "Mixture - step 2(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10920" }, { - "id": "13505", - "name": "Splitbark boots", - "examine": "Wooden foot protection.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "4335", "durability": null, + "name": "Mixture - step 2(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10921" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4335", + "durability": null, + "name": "Mixture - step 2(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10922" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 2(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10923" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 2(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10924" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "15900", + "durability": null, + "name": "Sanfew serum(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10925" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15900", + "durability": null, + "name": "Sanfew serum(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10926" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "12000", + "durability": null, + "name": "Sanfew serum(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10927" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12000", + "durability": null, + "name": "Sanfew serum(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10928" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "10200", + "durability": null, + "name": "Sanfew serum(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10929" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10200", + "durability": null, + "name": "Sanfew serum(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10930" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "6114", + "durability": null, + "name": "Sanfew serum(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10931" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6114", + "durability": null, + "name": "Sanfew serum(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10932" + }, + { + "examine": "You certainly will be alright wearing these.", + "durability": null, + "name": "Lumberjack boots", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10933", "equip_audio": "2237", - "lendable": "true" + "equipment_slot": "10" }, { - "id": "13506", - "name": "Dragon sq shield", - "examine": "An ancient and powerful looking Dragon Square shield.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13507", - "name": "Rune kiteshield", - "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", + "name": "Reward token", + "tradeable": "false", "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13508", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10934" }, { - "id": "13509", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10935" }, { - "id": "13510", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10936" }, { - "id": "13511", - "name": "Mystic gloves", - "examine": "Bright/Dark magical gloves.", - "absorb": "0,0,0", + "ge_buy_limit": "100", + "examine": "The claws from a nail beast", + "grand_exchange_price": "203", + "durability": null, + "name": "Nail beast nails", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10937" }, { - "id": "13512", - "name": "Mystic boots", - "examine": "Magical boots.", - "absorb": "0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "203", + "durability": null, + "name": "Nail beast nails", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10938" }, { - "id": "13513", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", + "remove_sleeves": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack top", + "weight": "1.3", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10939", + "equipment_slot": "4" }, { - "id": "13514", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", + "examine": "You certainly will be alright wearing these.", + "durability": null, + "name": "Lumberjack legs", + "weight": "0.9", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10940", + "equipment_slot": "7" }, { - "id": "13515", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", + "remove_head": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack hat", + "weight": "0.4", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10941", + "equipment_slot": "0" }, { - "id": "13516", - "name": "Mystic gloves", - "examine": "Bright/Dark magical gloves.", - "absorb": "0,0,0", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10942" }, { - "id": "13517", - "name": "Mystic boots", - "examine": "Magical boots.", - "absorb": "0,0,0", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10943" }, { - "id": "13518", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10944" }, { - "id": "13519", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", + "remove_sleeves": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack top", + "weight": "1.3", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10945", + "equipment_slot": "4" }, { - "id": "13520", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", + "examine": "One skull staple.", + "durability": null, + "name": "Skull staples", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10950" }, { - "id": "13521", - "name": "Mystic gloves", - "examine": "Bright/Dark magical gloves.", - "absorb": "0,0,0", + "examine": "One skull staple.", + "durability": null, + "name": "Skull staples", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10951" }, { - "id": "13522", - "name": "Mystic boots", - "examine": "Magical boots.", - "absorb": "0,0,0", + "requirements": "{18,39}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "Don't make anyone jump when you ring this!", + "grand_exchange_price": "57", + "durability": null, + "name": "Slayer bell", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10952" }, { - "id": "13523", - "name": "Maple longbow", - "examine": "A nice sturdy bow made out of maple.", - "absorb": "0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Slayer bell", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" + "id": "10953" }, { - "id": "13524", - "name": "Maple shortbow", - "examine": "A shortbow made out of maple, still effective.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "requirements": "{1,25}-{4,25}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "Armour made out of Frog hide.", "durability": null, - "equip_audio": "2244", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13525", - "name": "Yew longbow", - "examine": "A nice sturdy bow made out of yew.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13526", - "name": "Yew shortbow", - "examine": "A shortbow made out of yew, still effective.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13527", - "name": "Magic longbow", - "examine": "A nice sturdy magical bow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "has_special": "true", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13528", - "name": "Magic shortbow", - "examine": "Short and magical, but still effective.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "has_special": "true", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13529", - "name": "Seercull", - "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13530", - "name": "Rune crossbow", - "examine": "A runite crossbow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "lendable": "true", - "render_anim": "175", - "weapon_interface": "17" - }, - { - "id": "13531", - "name": "Red partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13532", - "name": "Yellow partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13533", - "name": "Blue partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13534", - "name": "Green partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13535", - "name": "Purple partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13536", - "name": "White partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13537", - "name": "Santa hat", - "examine": "It's a Santa hat.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13538", - "name": "Green h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13539", - "name": "Blue h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13540", - "name": "Red h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13541", - "name": "Willow comp bow", - "examine": "A powerful bow made from willow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13542", - "name": "Yew comp bow", - "examine": "A powerful bow made from yew wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13543", - "name": "Magic comp bow", - "examine": "A powerful bow made from magic wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13544", - "name": "3rd age range top", - "examine": "Ancient range protection crafted from white dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13545", - "name": "3rd age range legs", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13546", - "name": "3rd age range coif", - "examine": "Ancient range protection crafted from white dragonhide.", + "weight": "3", "absorb": "0,3,1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1797", + "name": "Frog-leather body", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10954", + "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0" }, { - "id": "13547", - "name": "3rd age vambraces", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-11,11,6,5,7,9,0,5,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "1797", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Frog-leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10955" }, { - "id": "13548", - "name": "3rd age robe top", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "requirements": "{1,25}-{4,25}", + "shop_price": "900", + "ge_buy_limit": "100", + "examine": "Chaps made out of Frog hide.", "durability": null, - "lendable": "true" + "weight": "3", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "361", + "name": "Frog-leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10956", + "bonuses": "0,0,0,-5,2,7,7,9,4,9,5,0,0,0,0" }, { - "id": "13549", - "name": "3rd age robe", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "361", "durability": null, - "lendable": "true" + "name": "Frog-leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10957" }, { - "id": "13550", - "name": "3rd age mage hat", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "requirements": "{1,25}-{4,25}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Boots made out of Frog hide.", "durability": null, - "lendable": "true" + "weight": "1", + "equipment_slot": "10", + "grand_exchange_price": "1156", + "name": "Frog-leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10958", + "bonuses": "0,0,0,-8,2,1,1,1,0,1,0,0,0,0,0" }, { - "id": "13551", - "name": "3rd age amulet", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "1156", "durability": null, - "lendable": "true" + "name": "Frog-leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10959" }, { - "id": "13552", - "name": "3rd age platelegs", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "10", + "examine": "Thick and tasty soup.", "durability": null, - "lendable": "true" + "name": "Green gloop soup", + "archery_ticket_price": "0", + "id": "10960" }, { - "id": "13553", - "name": "3rd age platebody", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "10", + "examine": "A big bowl of frogspawn gumbo.", "durability": null, - "lendable": "true" + "name": "Frogspawn gumbo", + "archery_ticket_price": "0", + "id": "10961" }, { - "id": "13554", - "name": "3rd age full helmet", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "10", + "examine": "A juicy frogburger.", "durability": null, - "lendable": "true" + "name": "Frogburger", + "weight": "1", + "archery_ticket_price": "0", + "id": "10962" }, { - "id": "13555", - "name": "3rd age kiteshield", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "Nice and crunchy.", "durability": null, - "equip_audio": "2245", - "lendable": "true" + "name": "Coated frogs' legs", + "archery_ticket_price": "0", + "id": "10963" }, { - "id": "13556", - "name": "Ranger boots", - "examine": "Lightweight boots ideal for rangers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "10", + "examine": "Bat shish kebab.", "durability": null, - "lendable": "true" + "name": "Bat shish", + "archery_ticket_price": "0", + "id": "10964" }, { - "id": "13557", - "name": "Wizard boots", - "examine": "Slightly magical boots.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "10", + "examine": "Wall beast fingers in a white fern sauce.", "durability": null, - "lendable": "true" + "name": "Fingers", + "archery_ticket_price": "0", + "id": "10965" }, { - "id": "13558", - "name": "Robin hood hat", - "examine": "Endorsed by Robin Hood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A whole roasted frog.", "durability": null, - "lendable": "true" + "name": "Roast frog", + "weight": "1", + "archery_ticket_price": "0", + "id": "10967" }, { - "id": "13560", - "name": "Explorer's ring 1", - "examine": "A Lumbridge explorer's ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", - "destroy": "true", - "destroy_message": "You will have talk to Explorer Jack in Lumbridge if you destroy this one.", + "examine": "Tasty saut??ed mushrooms.", "durability": null, - "equipment_slot": "12", - "shop_price": "350" + "name": "Mushrooms", + "archery_ticket_price": "0", + "id": "10968" }, { - "id": "13561", - "name": "Explorer's ring 2", - "examine": "A Lumbridge explorer's ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", - "destroy": "true", - "destroy_message": "You will have talk to ", + "examine": "Chunky cave-crawler fillets.", "durability": null, - "equipment_slot": "12", - "shop_price": "350" + "name": "Fillets", + "archery_ticket_price": "0", + "id": "10969" }, { - "id": "13562", - "name": "Explorer's ring 3", - "examine": "A Lumbridge explorer's ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", - "destroy": "true", - "destroy_message": "You will need to obtain a new ring from Ned in Draynor if you destroy this one.", + "examine": "Steamed cave pond loach.", "durability": null, - "equipment_slot": "12", - "shop_price": "350" + "name": "Loach", + "weight": "1", + "archery_ticket_price": "0", + "id": "10970" }, { - "id": "13563", - "name": "Button mushroom", - "examine": "An occasionally edible mushroom.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "Cave-eel sushi.", "durability": null, - "shop_price": "38", - "tradeable": "true" + "name": "Eel sushi", + "archery_ticket_price": "0", + "id": "10971" }, { - "id": "13564", - "name": "Button mushroom", - "examine": "An occasionally edible mushroom.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "2", + "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", "durability": null, - "shop_price": "38", - "tradeable": "true" + "name": "Dorgesh-kaan sphere", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "10972" }, { - "id": "13565", - "name": "Doll", - "absorb": "0,0,0", + "requirements": "{11,52}", + "ge_buy_limit": "1000", + "examine": "A component of cave goblin Magic.", + "grand_exchange_price": "90", + "durability": null, + "name": "Light orb", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null + "id": "10973" }, { - "id": "13566", - "name": "Jennica's ring", - "examine": "This magical ring once belonged to Summer's mother.", - "absorb": "0,0,0", + "ge_buy_limit": "1000", + "grand_exchange_price": "90", + "durability": null, + "name": "Light orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10974" + }, + { + "examine": "A goblin wrench.", + "durability": null, + "name": "Spanner", + "weight": "1", + "archery_ticket_price": "0", + "id": "10975" + }, + { + "shop_price": "1000", + "examine": "A Construction bone.", + "durability": null, + "name": "Long bone", + "weight": "1", + "archery_ticket_price": "0", + "id": "10976" + }, + { + "shop_price": "2000", + "examine": "A curved Construction bone.", + "durability": null, + "name": "Curved bone", + "weight": "1", + "archery_ticket_price": "0", + "id": "10977" + }, + { + "ge_buy_limit": "500", + "examine": "Swamp weed found in the caves near Dorgesh-Kaan.", + "grand_exchange_price": "292", + "durability": null, + "name": "Swamp weed", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10978" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "292", + "durability": null, + "name": "Swamp weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10979" + }, + { + "examine": "Add a wire to complete it.", + "durability": null, + "name": "Empty light orb", + "archery_ticket_price": "0", + "id": "10980" + }, + { + "ge_buy_limit": "1000", + "examine": "Wire found in Dorgesh-Kaan.", + "grand_exchange_price": "988", + "durability": null, + "name": "Cave goblin wire", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10981" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "988", + "durability": null, + "name": "Cave goblin wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10982" + }, + { + "destroy_message": "You can get another cog from the old power station.", + "shop_price": "160", + "examine": "A cog. Broken: A broken cog.", + "durability": null, + "name": "Cog", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10983" + }, + { + "destroy_message": "You can get another cog from the old power station.", + "shop_price": "160", + "examine": "A cog. Broken: A broken cog.", + "durability": null, + "name": "Cog", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10984" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10985" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10986" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A meter.", + "durability": null, + "name": "Meter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10987" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A meter.", + "durability": null, + "name": "Meter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10988" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A capacitor.", + "durability": null, + "name": "Capacitor", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10989" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A capacitor.", + "durability": null, + "name": "Capacitor", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10990" + }, + { + "destroy_message": "You can get another power box from the old power station.", + "examine": "A powerbox. Broken: A broken powerbox.", + "durability": null, + "name": "Powerbox", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10993" + }, + { + "destroy_message": "You can get another power box from the old power station.", + "examine": "A powerbox. Broken: A broken powerbox.", + "durability": null, + "name": "Powerbox", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10994" + }, + { + "examine": "A perfect example of a tortoise shell.", + "durability": null, + "name": "Perfect shell", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "10995" + }, + { + "examine": "A perfect example of a snail shell.", + "durability": null, + "name": "Perfect snail shell", + "weight": "7", + "archery_ticket_price": "0", + "id": "10996" + }, + { + "examine": "On wall: That white dot looks like an eye! Off wall: A strange mole-like being.", + "durability": null, + "name": "Molanisk", "archery_ticket_price": "0", "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You may be able to find a new ring near where Summer stood outside the wilderness wall.", + "id": "10997" + }, + { + "examine": "One of the many citizens of Dorgesh-Kaan.", "durability": null, + "name": "Cave goblin", + "archery_ticket_price": "0", + "id": "10998" + }, + { + "examine": "A tattered goblin holy book.", + "durability": null, + "name": "Goblin book", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10999" + }, + { + "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.", + "examine": "The History of Dagon'hai.", + "durability": null, + "name": "Dagon'hai history", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11001" + }, + { + "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.", + "examine": "The diary of Sin'keth Magis.", + "durability": null, + "name": "Sin'keth's diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11002" + }, + { + "destroy_message": "You will need to ask Rat for another empty folder if you destroy this one.", + "examine": "A folder for Rat's papers.", + "durability": null, + "name": "An empty folder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11003" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A folder for rat's papers. It needs more pages.", + "durability": null, + "name": "Used folder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11006" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A full folder. You should take this back to Rat.", + "durability": null, + "name": "Full folder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11007" + }, + { + "destroy_message": "You will need to find more papers about the outlaws if you destroy this.", + "examine": "A page of Rat's document.", + "durability": null, + "name": "Rat's paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11008" + }, + { + "destroy_message": "You will need to get another copy of the letter from Rat if you destroy this.", + "shop_price": "160", + "examine": "A letter in a strange language.", + "durability": null, + "name": "Rat's letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11009" + }, + { + "destroy_message": "You will need to ask Surok for another letter to Rat if you destroy this.", + "shop_price": "27", + "examine": "A letter.", + "durability": null, + "name": "Surok's letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11010" + }, + { + "examine": "Instructions for the beacon ring.", + "durability": null, + "name": "Zaff's instructions", + "archery_ticket_price": "0", + "id": "11011" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A wand.", + "durability": null, + "name": "Wand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11012", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This wand is glowing with chaos magic.", + "durability": null, + "name": "Infused wand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11013", + "equipment_slot": "3" + }, + { + "destroy_message": "You will need to get another ring from Zaff if you destroy this one.", + "examine": "A magical ring.", + "durability": null, + "name": "Beacon ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11014", + "bonuses": "0,0,0,2,0,0,0,0,1,0,0,0,0,0,0", "equipment_slot": "12" }, { - "id": "13567", - "name": "Cursed magic logs", - "examine": "Logs cut from a cursed magic tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "tradeable": "true" - }, - { - "id": "13568", - "name": "Cursed magic logs", - "examine": "Logs cut from a cursed magic tree.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "tradeable": "true" - }, - { - "id": "13569", - "name": "Enchanted key notes", - "examine": "Notes on how to use the enchanted key.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Hopefully, Jorral will be able to return them.", - "durability": null - }, - { - "id": "13570", - "name": "Bowl", - "examine": "Useful for mixing things.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13571", - "name": "Bucket of milk", - "examine": "It's a bucket of milk.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13572", - "name": "Clean guam", - "examine": "A fresh herb.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13573", - "name": "Bowl of honey", - "examine": "A bowlful of bees' precious product.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You'll have to start again from stratch.", - "durability": null - }, - { - "id": "13574", - "name": "Bowl of milk and honey", - "examine": "A bowlful of milk and honey.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You'll have to start again from stratch.", - "durability": null - }, - { - "id": "13575", - "name": "Bowl of milk, honey and guam", - "examine": "A bowl full of milk, honey and guam.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You'll have to start again from stratch.", - "durability": null - }, - { - "id": "13576", - "name": "Map of 2009Scape", - "examine": "Your best impression of a map of 2009Scape.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Hopefully, the family has more papyrus and charcoal.", - "durability": null - }, - { - "id": "13577", - "name": "Papyrus", - "examine": "Used for making notes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13578", - "name": "Charcoal", - "examine": "A lump of charcoal.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13579", - "name": "Spade", - "examine": "A slightly muddy spade. ", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13580", - "name": "Plant pot", - "examine": "A plant pot filled with soil.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13581", - "name": "Pear tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13582", - "name": "Mango tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13583", - "name": "Quince tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13584", - "name": "Lemon tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13585", - "name": "Avocado tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13586", - "name": "Plum tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13587", - "name": "Pestle and mortar", - "examine": "I can grind things for potions in this.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "4" - }, - { - "id": "13588", - "name": "Ground guam", - "examine": "One of the ingredients for making fish food.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13589", - "name": "Bucket", - "examine": "It's an empty bucket. ", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "2" - }, - { - "id": "13591", - "name": "Enchanted key", - "examine": "It seems to change temperature as I walk. (Making History)", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null - }, - { - "id": "13592", - "name": "A brooch", - "examine": "Some ladies jewellery.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Hopefully, you can find another.", - "durability": null - }, - { - "id": "13593", - "name": "Old tome", - "examine": "It's falling apart, but full of knowledge.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will not get another chance to read the book!", - "durability": null - }, - { - "id": "13598", - "name": "Runecrafting guild teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13599", - "name": "Air altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13600", - "name": "Mind altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13601", - "name": "Water altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13602", - "name": "Earth altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13603", - "name": "Fire altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13604", - "name": "Body altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13605", - "name": "Cosmic altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13606", - "name": "Chaos altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13607", - "name": "Nature altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13608", - "name": "Law altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13609", - "name": "Death altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13610", - "name": "Blood altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13611", - "name": "Astral altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13612", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "20" - }, - { - "id": "13613", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "20" - }, - { - "id": "13614", - "name": "Runecrafter robe", - "examine": "Heavy duty wizard robes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "75" - }, - { - "id": "13615", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13616", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13617", - "name": "Runecrafter skirt", - "examine": "A heavy-duty wizard robe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "75" - }, - { - "id": "13618", - "name": "Runecrafter gloves", - "examine": "Essence can be rough on the hands", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "9", - "shop_price": "75" - }, - { - "id": "13619", - "name": "Runecrafter robe", - "examine": "Heavy duty wizard robes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "75" - }, - { - "id": "13620", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13621", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13622", - "name": "Runecrafter skirt", - "examine": "A heavy-duty wizard robe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "75" - }, - { - "id": "13623", - "name": "Runecrafter gloves", - "examine": "Essence can be rough on the hands", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "9", - "shop_price": "75" - }, - { - "id": "13624", - "name": "Runecrafter robe", - "examine": "Heavy duty wizard robes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "75" - }, - { - "id": "13625", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13626", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13627", - "name": "Runecrafter skirt", - "examine": "A heavy-duty wizard robe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "75" - }, - { - "id": "13628", - "name": "Runecrafter gloves", - "examine": "Essence can be rough on the hands", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "9", - "shop_price": "75" - }, - { - "id": "13629", - "name": "Runecrafting staff", - "examine": "Staff with a holder for a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "28", - "shop_price": "15" - }, - { - "id": "13630", - "name": "Air talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13631", - "name": "Mind talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13632", - "name": "Water talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13633", - "name": "Earth talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13634", - "name": "Fire talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13635", - "name": "Body talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13636", - "name": "Cosmic talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13637", - "name": "Chaos talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13638", - "name": "Nature talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "No", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13639", - "name": "Law talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13640", - "name": "Death talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13641", - "name": "Blood talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13642", - "name": "Omni-talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13643", - "name": "Yellow attractor", - "examine": "Attracts Runecrafting energy orbs in the rune altars.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13644", - "name": "Yellow repeller", - "examine": "Repels Runecrafting energy orbs in the rune altars.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13645", - "name": "Green attractor", - "examine": "Attracts Runecrafting energy orbs in the rune altars.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13646", - "name": "Green repeller", - "examine": "Repels Runecrafting energy orbs in the rune altars.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13647", - "name": "Green barrier generator", - "examine": "It creates barriers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13648", - "name": "Yellow barrier generator", - "examine": "It creates barriers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13649", - "name": "Omni-talisman", - "examine": "Many mysterious powers emanate from the talisman.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will have to speak to ", - "durability": null, - "shop_price": "4" - }, - { - "id": "13650", - "name": "Runecrafting guild token", - "examine": "Wizard Elriss will exchange these for rewards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "13651", - "name": "Runecrafting guild token", - "examine": "Wizard Elriss will exchange these for rewards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "13652", - "name": "Runecrafting guild token", - "examine": "Wizard Elriss will exchange these for rewards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "13653", - "name": "Runecrafting guild token", - "examine": "Wizard Elriss will exchange these for rewards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "13654", - "name": "Runecrafting guild token", - "examine": "Wizard Elriss will exchange these for rewards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "13655", - "name": "Omni-tiara", - "examine": "A tiara infused with the properties of all talismans.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.", - "durability": null, - "equipment_slot": "0", - "shop_price": "100" - }, - { - "id": "13656", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13657", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13658", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13659", - "name": "Ring of fire", - "examine": "It burns, burns, burns...", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "To get another Ring of Fire, you need to keep six beacons alight simultaneously and then talk to King Roald.", - "durability": null, - "equipment_slot": "12", - "point_price": "50", - "requirements": "{11,62}", - "shop_price": "100" - }, - { - "id": "13660", - "name": "Flame gloves", - "examine": "The hottest gloves in town.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.", - "durability": null, - "equipment_slot": "9", - "requirements": "{11,79}", - "shop_price": "200" - }, - { - "id": "13661", - "name": "Inferno adze", - "examine": "Danger: risk of fire.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_speed": "5", - "bonuses": "10,9,7,0,0,0,1,0,0,0,0,11,0,0,0", - "destroy": "true", - "destroy_message": "To get another Inferno Adze, you need to keep all fourteen beacons alight simultaneously and then talk to King Roald.", - "durability": null, - "equipment_slot": "3", - "point_price": "75", - "render_anim": "1096", - "requirements": "{11,92}", - "shop_price": "300", - "weapon_interface": "2" - }, - { - "id": "13662", - "name": "Fire beacon", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13663", - "name": "Circus ticket", - "examine": "Tear ticket to exit the circus.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The ticket says: Tearing this ticket will make you leave the circus. Choose wisely.", - "durability": null, - "equipment_slot": "3", - "shop_price": "10" - }, - { - "id": "13666", - "name": "Giant's hand", - "examine": "Let's give them a big hand!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "3", - "render_anim": "326", - "shop_price": "10", - "weapon_interface": "7" - }, - { - "id": "13667", - "name": "Clown hat", - "examine": "A clown hat!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13668", - "name": "Clown shirt", - "examine": "Buttoning this up is tricky.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13669", - "name": "Clown leggings", - "examine": "These are my funny pants.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13670", - "name": "Clown shoes", - "examine": "For helping clowns stay upright.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13671", - "name": "Tambourine", - "examine": "For making a happy noise.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "3", - "render_anim": "327", - "shop_price": "10", - "weapon_interface": "8" - }, - { - "id": "13672", - "name": "Ringmaster hat", - "examine": "Very stylish.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "0", - "shop_price": "10" - }, - { - "id": "13673", - "name": "Ringmaster shirt", - "examine": "Fits nicely.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13674", - "name": "Ringmaster pants", - "examine": "Very stylish.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13675", - "name": "Ringmaster boots", - "examine": "Shiny.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13676", - "name": "Mega-phonus", - "examine": "For shouting at people.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "3", - "render_anim": "328", - "shop_price": "10", - "weapon_interface": "8" - }, - { - "id": "13677", - "name": "Acrobat shirt", - "examine": "Stretchy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13678", - "name": "Acrobat pants", - "examine": "Very tight fitting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13679", - "name": "Acrobat shoes", - "examine": "These keep your feet off the floor.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13680", - "name": "Acrobat hood", - "examine": "Oh no, I'm bald! Just kidding.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13681", - "name": "Acrobat shirt", - "examine": "Stretchy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13682", - "name": "Acrobat pants", - "examine": "Very tight fitting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13683", - "name": "Acrobat shoes", - "examine": "These keep your feet off the floor.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13684", - "name": "Acrobat hood", - "examine": "Oh no, I'm bald! Just kidding.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13685", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "shop_price": "10" - }, - { - "id": "13686", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "shop_price": "10" - }, - { - "id": "13687", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "shop_price": "10" - }, - { - "id": "13688", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13689", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13690", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13691", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13692", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13693", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13694", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13695", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13696", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13697", - "name": "Leggings", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13698", - "name": "Leggings", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13699", - "name": "Leggings", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13700", - "name": "Skirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13701", - "name": "Skirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13702", - "name": "Skirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13703", - "name": "Shoes", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13704", - "name": "Shoes", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13705", - "name": "Shoes", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13706", - "name": "Shoes", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13707", - "name": "Tightrope 101", - "examine": "Shows you the moves you need to succeed!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.", - "durability": null - }, - { - "id": "13708", - "name": "Tightrope 101", - "examine": "Shows you the moves you need to succeed!", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.", - "durability": null, - "tradeable": "true" - }, - { - "id": "13709", - "name": "Balls (level 10 approx.)", - "examine": "An Agility level of 10 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13710", - "name": "Plates (level 20 approx.)", - "examine": "An Agility level of 20 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13711", - "name": "Eggs (level 30 approx.)", - "examine": "An Agility level of 30 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13712", - "name": "Knives (level 40 approx.)", - "examine": "An Agility level of 40 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13713", - "name": "Spades (level 50 approx.)", - "examine": "An Agility level of 50 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13714", - "name": "Tuna (level 60 approx.)", - "examine": "An Agility level of 60 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13715", - "name": "Soap (level 70 approx.)", - "examine": "An Agility level of 70 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13716", - "name": "Cannon balls (level 80 approx.)", - "examine": "An Agility level of 80 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13717", - "name": "Torches (level 90 approx.)", - "examine": "An Agility level of 90 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13718", - "name": "Chinchompas (level 99 approx.)", - "examine": "An Agility level of 99 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13719", - "name": "Performance shortbow", - "examine": "Short, but effective.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3", - "render_anim": "176", - "shop_price": "50", - "weapon_interface": "16" - }, - { - "id": "13720", - "name": "Performance knife", - "examine": "A finely balanced throwing knife.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equip_audio": "", - "equipment_slot": "3", - "shop_price": "14", - "weapon_interface": "18" - }, - { - "id": "13721", - "name": "Performance throwing axe", - "examine": "A finely balanced throwing axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3", - "shop_price": "4", - "weapon_interface": "18" - }, - { - "id": "13722", - "name": "Performance arrow", - "examine": "Arrows with bronze heads.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "13", - "shop_price": "7" - }, - { - "id": "13723", - "name": "Teleport spell", - "examine": "A tablet containing a Magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "shop_price": "100" - }, - { - "id": "13724", - "name": "Levitation spell", - "examine": "A tablet containing a Magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "shop_price": "100" - }, - { - "id": "13725", - "name": "Alchemy spell", - "examine": "A tablet containing a Magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "shop_price": "100" - }, - { - "id": "13726", - "name": "Elemental spell", - "examine": "A tablet containing a Magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "shop_price": "100" - }, - { - "id": "13727", - "name": "Stardust", - "examine": "Small, shiny bits of rock.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can mine more if you find another crashed star.", - "durability": null, - "shop_price": "50" - }, - { - "id": "13732", - "name": "Spy notebook", - "examine": "Notes on the locations of penguin spies.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak with Larry/Chuck at Ardougne Zoo to get another.", - "durability": null - }, - { - "id": "13734", - "name": "Spirit shield", - "examine": "An ethereal shield.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,39,41,50,1,45,40,0,1,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "rare_item": "true", - "requirements": "{1,40}-{5,55}", - "shop_price": "70000", - "tradeable": "true" - }, - { - "id": "13735", - "name": "Spirit shield", - "examine": "An ethereal shield.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "70000", - "tradeable": "true" - }, - { - "id": "13736", - "name": "Blessed spirit shield", - "examine": "An ethereal shield that has been blessed with holy powers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,53,55,73,2,52,65,0,3,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "rare_item": "true", - "requirements": "{1,70}-{5,60}", - "shop_price": "1400000", - "tradeable": "true" - }, - { - "id": "13737", - "name": "Blessed spirit shield", - "examine": "An ethereal shield that has been blessed with holy powers.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1400000", - "tradeable": "true" - }, - { - "id": "13738", - "name": "Arcane spirit shield", - "examine": "An ethereal shield with an arcane sigil attached to it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,53,55,73,2,52,65,0,3,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,75}-{6,65}-{5,70}", - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13739", - "name": "Arcane spirit shield", - "examine": "An ethereal shield with an arcane sigil attached to it.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13740", - "name": "Divine spirit shield", - "examine": "An ethereal shield with a divine sigil attached to it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,75}-{5,75}", - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13741", - "name": "Divine spirit shield", - "examine": "An ethereal shield with a divine sigil attached to it.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13742", - "name": "Elysian spirit shield", - "examine": "An ethereal shield with an elysian sigil attached to it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,75}-{5,75}", - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13743", - "name": "Elysian spirit shield", - "examine": "An ethereal shield with an elysian sigil attached to it.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13744", - "name": "Spectral spirit shield", - "examine": "An ethereal shield with a spectral sigil attached to it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,53,55,73,30,52,65,0,3,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,75}-{5,70}-{6,65}", - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13745", - "name": "Spectral spirit shield", - "examine": "An ethereal shield with a spectral sigil attached to it.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13746", - "name": "Arcane sigil", - "examine": "A sigil in the shape of an arcane rune.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13747", - "name": "Arcane sigil", - "examine": "A sigil in the shape of an arcane rune.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13748", - "name": "Divine sigil", - "examine": "A sigil in the shape of a divine symbol.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13749", - "name": "Divine sigil", - "examine": "A sigil in the shape of a divine symbol.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13750", - "name": "Elysian sigil", - "examine": "A sigil marked with elysian signs.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13751", - "name": "Elysian sigil", - "examine": "A sigil marked with elysian signs.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13752", - "name": "Spectral sigil", - "examine": "A sigil tempered with spectral powers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13753", - "name": "Spectral sigil", - "examine": "A sigil tempered with spectral powers.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13754", - "name": "Holy elixir", - "examine": "A bottle of holy elixir.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13755", - "name": "Holy elixir", - "examine": "A bottle of holy elixir.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13756", - "name": "Cursed willow logs", - "examine": "Logs cut from cursed willow roots.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "40" - }, - { - "id": "13757", - "name": "Hartwin", - "examine": "A loyal scout of Varrock.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "13758", - "name": "Grubby key", - "examine": "A key that was found while tracking zombies. (Defender of Varrock)", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You'll have to keep searching trees near the zombie trails until you find another.", - "durability": null - }, - { - "id": "13759", - "name": "Scrap of paper", - "examine": "The location of ", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You'll have to speak to Thurgo to find another.", - "durability": null, - "shop_price": "1" - }, - { - "id": "13760", - "name": "Bottle", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13761", - "name": "Bottle of mist", - "examine": "A bottle of red mist.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13762", - "name": "List of elders", - "examine": "This lists each of the founding members of the ", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from ", - "durability": null - }, - { - "id": "13763", - "name": "Cavalier and mask", - "examine": "I hope I don't meet any roundheads...", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13764", - "name": "Rune claws", - "examine": "A right hand fighting claw.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "1003", - "has_special": "true", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "9" - }, - { - "id": "13765", - "name": "Rune dagger", - "examine": "A powerful dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "weapon_interface": "5" - }, - { - "id": "13766", - "name": "Rune dagger(p)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "13767", - "name": "Rune dagger(p+)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "13768", - "name": "Rune dagger(p++)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "13769", - "name": "Rune spear", - "examine": "A rune tipped spear.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13770", - "name": "Dragon spear", - "examine": "A dragon tipped spear.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13771", - "name": "Rune spear(p)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13772", - "name": "Dragon spear(p)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13773", - "name": "Rune spear(p+)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13774", - "name": "Dragon spear(p+)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13775", - "name": "Rune spear(p++)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13776", - "name": "Dragon spear(p++)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13777", - "name": "Rune sword", - "examine": "A razor-sharp sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "1381", - "weapon_interface": "5" - }, - { - "id": "13778", - "name": "Rune 2h sword", - "examine": "A two handed sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "lendable": "true", - "render_anim": "124", - "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13779", - "name": "Rune halberd", - "examine": "A rune halberd.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "15" - }, - { - "id": "13780", - "name": "Rune mace", - "examine": "A spiky mace.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,0,4,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "weapon_interface": "8" - }, - { - "id": "13781", - "name": "Rune chainbody", - "examine": "A series of connected metal rings.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13782", - "name": "Rune boots", - "examine": "These will protect my feet.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2237", - "lendable": "true" - }, - { - "id": "13783", - "name": "Rune med helm", - "examine": "A medium sized helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13784", - "name": "Granite helm", - "examine": "A stone helmet.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13785", - "name": "Granite body", - "examine": "Provides excellent protection.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13786", - "name": "Granite legs", - "examine": "These look pretty heavy.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13787", - "name": "Rune sq shield", - "examine": "A medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13788", - "name": "Granite shield", - "examine": "A solid stone shield.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13789", - "name": "A powdered wig", - "examine": "A big 'do about nothing.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13790", - "name": "Flared trousers", - "examine": "These'll help me stay alive.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13791", - "name": "Pantaloons", - "examine": "Alas, someone has slashed my pantaloons.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13792", - "name": "Sleeping cap", - "examine": "A cap for wearing whil...zzzzzzzzz", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13793", - "name": "Rune cane", - "examine": "A diamond-topped cane.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,0,4,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "weapon_interface": "8" - }, - { - "id": "13794", - "name": "Top hat", - "examine": "Comes with a free rabbit!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13795", - "name": "Sheep mask", - "examine": "Shear elegance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13796", - "name": "Penguin mask", - "examine": "I can get the look right, but can I do the waddle too?", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13797", - "name": "Bat mask", - "examine": "The bats have left the belltower.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13798", - "name": "Cat mask", - "examine": "It's the year of the cat!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13799", - "name": "Wolf mask", - "examine": "I'm hungry like the wolf.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13800", - "name": "Rune platebody (g)", - "examine": "Rune platebody with gold trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13801", - "name": "Rune platelegs (g)", - "examine": "Rune platelegs with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13802", - "name": "Rune plateskirt (g)", - "examine": "Rune plateskirt with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13803", - "name": "Rune full helm(g)", - "examine": "Rune full helmet with gold trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13804", - "name": "Rune kiteshield (g)", - "examine": "Rune kiteshield with gold trim", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13805", - "name": "Rune platebody (t)", - "examine": "Rune platebody with trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13806", - "name": "Rune platelegs (t)", - "examine": "Rune platelegs with trim!", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13807", - "name": "Rune plateskirt (t)", - "examine": "Rune plateskirt with trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13808", - "name": "Rune full helm (t)", - "examine": "Rune full helmet with trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13809", - "name": "Rune kiteshield (t)", - "examine": "A large, metal shield with a nice trim.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13810", - "name": "Highwayman mask", - "examine": "Your money or your life!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13811", - "name": "Blue beret", - "examine": "Parlez-vous francais?", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "hat": true, - "lendable": "true" - }, - { - "id": "13812", - "name": "Black beret", - "examine": "Parlez-vous francais?", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "hat": true, - "lendable": "true" - }, - { - "id": "13813", - "name": "White beret", - "examine": "Parlez-vous Francais?", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "hat": true, - "lendable": "true" - }, - { - "id": "13814", - "name": "Tan cavalier", - "examine": "All for one and one for all!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13815", - "name": "Dark cavalier", - "examine": "All for one and one for all!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13816", - "name": "Black cavalier", - "examine": "All for one and one for all!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13817", - "name": "Red headband", - "examine": "A minimalist's hat.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13818", - "name": "Black headband", - "examine": "A minimalist's hat.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13819", - "name": "Brown headband", - "examine": "A minimalist's hat.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13820", - "name": "Zamorak platebody", - "examine": "Rune platebody in the colours of Zamorak.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13821", - "name": "Zamorak platelegs", - "examine": "Rune platelegs in the colours of Zamorak.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13822", - "name": "Zamorak plateskirt", - "examine": "Rune plateskirt in the colours of Zamorak.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13823", - "name": "Zamorak full helm", - "examine": "A full helmet in the colours of Zamorak.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13824", - "name": "Zamorak kiteshield", - "examine": "A Rune kiteshield in the colours of Zamorak.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13825", - "name": "Saradomin platebody", - "examine": "Rune platebody in the colours of Saradomin.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13826", - "name": "Saradomin platelegs", - "examine": "Rune platelegs in the colours of Saradomin.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13827", - "name": "Saradomin plateskirt", - "examine": "Rune plateskirt in the colours of Saradomin.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13828", - "name": "Saradomin full helm", - "examine": "Rune full helmet in the colours of Saradomin.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13829", - "name": "Saradomin kiteshield", - "examine": "Rune kiteshield in the colours of Saradomin.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13830", - "name": "Guthix platebody", - "examine": "Rune platebody in the colours of Guthix.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13831", - "name": "Guthix platelegs", - "examine": "Rune platelegs in the colours of Guthix.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13832", - "name": "Guthix plateskirt", - "examine": "Rune plateskirt in the colours of Guthix.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13833", - "name": "Guthix full helm", - "examine": "A rune full helmet in the colours of Guthix.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13834", - "name": "Guthix kiteshield", - "examine": "Rune kiteshield in the colours of Guthix.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13835", - "name": "Gilded platebody", - "examine": "Rune platebody with complete gold trim & plating.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13836", - "name": "Gilded platelegs", - "examine": "Rune platelegs with gold plate.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13837", - "name": "Gilded plateskirt", - "examine": "Rune plateskirt with gold plate.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13838", - "name": "Gilded full helm", - "examine": "Rune full helmet with gold plate.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13839", - "name": "Gilded kiteshield", - "examine": "Rune kiteshield with gold plate.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13845", - "name": "Brawling gloves (melee)", - "examine": "A pair of gloves that gives you bonus Atk, Def, Str and LP xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13846", - "name": "Brawling gloves (ranged)", - "examine": "A pair of gloves that gives you bonus Ranged xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13847", - "name": "Brawling gloves (magic)", - "examine": "A pair of gloves that gives you bonus Magic xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13848", - "name": "Brawling gloves (prayer)", - "examine": "A pair of gloves that gives you bonus Prayer xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13849", - "name": "Brawling gloves (agility)", - "examine": "A pair of gloves that gives you bonus Agility xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13850", - "name": "Brawling gloves (wc)", - "examine": "A pair of gloves that gives you bonus Woodcutting xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13851", - "name": "Brawling gloves (fm)", - "examine": "A pair of gloves that gives you bonus Firemaking xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13852", - "name": "Brawling gloves (mining)", - "examine": "A pair of gloves that gives you bonus Mining xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13853", - "name": "Brawling gloves (hunter)", - "examine": "A pair of gloves that gives you bonus Hunting xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13854", - "name": "Brawling gloves (thieving)", - "examine": "A pair of gloves that gives you bonus Thieving xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13855", - "name": "Brawling gloves (smithing)", - "examine": "A pair of gloves that gives you bonus Smithing xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13856", - "name": "Brawling gloves (fishing)", - "examine": "A pair of gloves that gives you bonus Fishing xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13857", - "name": "Brawling gloves (cooking)", - "examine": "A pair of gloves that gives you bonus Cooking xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13858", - "name": "Zuriel's robe top", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "12,6,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}-{6,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13859", - "name": "Zuriel's robe top", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}-{6,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13860", - "name": "Zuriel's robe top (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "12,6,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}-{6,78}", - "shop_price": "300000" - }, - { - "id": "13861", - "name": "Zuriel's robe bottom", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}-{6,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13862", - "name": "Zuriel's robe bottom", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}-{6,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13863", - "name": "Zuriel's robe bottom (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}-{6,78}", - "shop_price": "300000" - }, - { - "id": "13864", - "name": "Zuriel's hood", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}-{6,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13865", - "name": "Zuriel's hood", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}-{6,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13866", - "name": "Zuriel's hood (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}-{6,78}", - "shop_price": "150000" - }, - { - "id": "13867", - "name": "Zuriel's staff", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", - "defence_anim": "420", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,78}-{6,78}", - "run_anim": "1210", - "shop_price": "300000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "13868", - "name": "Zuriel's staff", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,78}-{6,78}", - "shop_price": "300000", - "tradeable": "true" - }, - { - "id": "13869", - "name": "Zuriel's staff (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", - "defence_anim": "420", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,78}-{6,78}", - "run_anim": "1210", - "shop_price": "300000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "13870", - "name": "Morrigan's leather body", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,12,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}-{4,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13871", - "name": "Morrigan's leather body", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}-{4,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13872", - "name": "Morrigan's leather body (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,12,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}-{4,78}", - "shop_price": "300000" - }, - { - "id": "13873", - "name": "Morrigan's leather chaps", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,8,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop, Destroy after degrading.", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}-{4,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13874", - "name": "Morrigan's leather chaps", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop, Destroy after degrading.", - "durability": null, - "requirements": "{1,78}-{4,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13875", - "name": "Morrigan's leather chaps (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,8,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop, Destroy after degrading.", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}-{4,78}", - "shop_price": "300000" - }, - { - "id": "13876", - "name": "Morrigan's coif", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}-{4,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13877", - "name": "Morrigan's coif", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}-{4,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13878", - "name": "Morrigan's coif (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}-{4,78}", - "shop_price": "150000" - }, - { - "id": "13879", - "name": "Morrigan's javelin", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "1381", - "requirements": "{4,78}", - "shop_price": "4000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "13880", - "name": "Morrigan's javelin(p)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "1381", - "requirements": "{4,78}", - "shop_price": "10000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "13881", - "name": "Morrigan's javelin(p+)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "1381", - "requirements": "{4,78}", - "shop_price": "10000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "13882", - "name": "Morrigan's javelin(p++)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "1381", - "requirements": "{4,78}", - "shop_price": "10000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "13883", - "name": "Morrigan's throwing axe", - "examine": "A vicious throwing axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "requirements": "{4,78}", - "shop_price": "4000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "13884", - "name": "Statius's platebody", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13885", - "name": "Statius's platebody", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13886", - "name": "Statius's platebody (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}", - "shop_price": "300000" - }, - { - "id": "13887", - "name": "Vesta's chainbody", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0", - "destroy": "false", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13888", - "name": "Vesta's chainbody", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13889", - "name": "Vesta's chainbody (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0", - "destroy": "true", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}", - "shop_price": "300000" - }, - { - "id": "13890", - "name": "Statius's platelegs", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13891", - "name": "Statius's platelegs", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13892", - "name": "Statius's platelegs (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,78}", - "shop_price": "300000" - }, - { - "id": "13893", - "name": "Vesta's plateskirt", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13894", - "name": "Vesta's plateskirt", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13895", - "name": "Vesta's plateskirt (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}", - "shop_price": "300000" - }, - { - "id": "13896", - "name": "Statius's full helm", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13897", - "name": "Statius's full helm", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "requirements": "{1,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13898", - "name": "Statius' full helm (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}", - "shop_price": "150000" - }, - { - "id": "13899", - "name": "Vesta's longsword", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", - "defence_anim": "397", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "has_special": "true", - "rare_item": "true", - "render_anim": "1426", - "requirements": "{0,78}", - "run_anim": "824", - "shop_price": "300000", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "6" - }, - { - "id": "13900", - "name": "Vesta's longsword", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,78}", - "shop_price": "300000", - "tradeable": "true" - }, - { - "id": "13901", - "name": "Vesta's longsword (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "has_special": "true", - "rare_item": "true", - "render_anim": "1426", - "requirements": "{0,78}", - "run_anim": "824", - "shop_price": "300000", - "stand_turn_anim": "823", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "6" - }, - { - "id": "13902", - "name": "Statius's warhammer", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0", - "defence_anim": "397", - "destroy": "false", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "has_special": "true", - "requirements": "{0,78}", - "run_anim": "1210", - "shop_price": "300000", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10" - }, - { - "id": "13903", - "name": "Statius's warhammer", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "requirements": "{0,78}", - "shop_price": "300000", - "tradeable": "true" - }, - { - "id": "13904", - "name": "Statius' warhammer (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0", - "destroy": "true", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "1426", - "run_anim": "1210", - "shop_price": "300000", - "stand_anim": "808", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10" - }, - { - "id": "13905", - "name": "Vesta's spear", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0", - "defence_anim": "2079", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "requirements": "{0,78}", - "run_anim": "1210", - "shop_price": "300000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "4.2" - }, - { - "id": "13906", - "name": "Vesta's spear", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,78}", - "shop_price": "300000", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "13907", - "name": "Vesta's spear (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "requirements": "{0,78}", - "shop_price": "180000", - "turn90ccw_anim": "1208", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14" - }, - { - "id": "13908", - "name": "Corrupt statius's platebody", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}", - "shop_price": "125000" - }, - { - "id": "13909", - "name": "Corrupt statius's platebody", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13910", - "name": "Corrupt statius's platebody (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}}", - "shop_price": "75000" - }, - { - "id": "13911", - "name": "Corrupt vesta's chainbody", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}", - "shop_price": "125000" - }, - { - "id": "13912", - "name": "Corrupt vesta's chainbody", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13913", - "name": "Corrupt vesta's chainbody (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}", - "shop_price": "75000" - }, - { - "id": "13914", - "name": "Corrupt statius's platelegs", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,20}", - "shop_price": "125000" - }, - { - "id": "13915", - "name": "Corrupt statius's platelegs", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13916", - "name": "Corrupt statius's platelegs (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,20}", - "shop_price": "75000" - }, - { - "id": "13917", - "name": "Corrupt vesta's plateskirt", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}", - "shop_price": "125000" - }, - { - "id": "13918", - "name": "Corrupt vesta's plateskirt", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13919", - "name": "Corrupt vesta's plateskirt (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}", - "shop_price": "75000" - }, - { - "id": "13920", - "name": "Corrupt statius's full helm", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}", - "shop_price": "50000" - }, - { - "id": "13921", - "name": "Corrupt statius's full helm", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}", - "shop_price": "50000", - "tradeable": "true" - }, - { - "id": "13922", - "name": "Corrupt statius' full helm (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}", - "shop_price": "30000" - }, - { - "id": "13923", - "name": "Corrupt vesta's longsword", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "381,390,390,390", - "attack_speed": "5", - "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "125000", - "stand_turn_anim": "823", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5" - }, - { - "id": "13924", - "name": "Corrupt vesta's longsword", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_anims": "381,390,390,390", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "1426", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "125000", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205" - }, - { - "id": "13925", - "name": "C. vesta's longsword (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "75000", - "stand_turn_anim": "823", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5" - }, - { - "id": "13926", - "name": "Corrupt statius's warhammer", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_audios": "395,395,395,395", - "attack_speed": "6", - "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,20}", - "shop_price": "125000", - "weapon_interface": "8" - }, - { - "id": "13927", - "name": "Corrupt statius's warhammer", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13928", - "name": "C. statius's warhammer (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,20}", - "shop_price": "75000", - "weapon_interface": "8" - }, - { - "id": "13929", - "name": "Corrupt vesta's spear", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,20}", - "shop_price": "125000", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13930", - "name": "Corrupt vesta's spear", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,20}", - "shop_price": "125000", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "13931", - "name": "Corrupt vesta's spear (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,20}", - "shop_price": "75000", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13932", - "name": "Corrupt zuriel's robe top", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "12,6,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,20}", - "shop_price": "125000" - }, - { - "id": "13933", - "name": "Corrupt zuriel's robe top", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{6,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13934", - "name": "Corrupt zuriel's robe top (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "12,6,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,20}", - "shop_price": "75000" - }, - { - "id": "13935", - "name": "Corrupt zuriel's robe bottom", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}-{6,20}", - "shop_price": "125000" - }, - { - "id": "13936", - "name": "Corrupt zuriel's robe bottom", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{6,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13937", - "name": "Corrupt zuriel's robe bottom (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}-{6,20}", - "shop_price": "75000" - }, - { - "id": "13938", - "name": "Corrupt zuriel's hood", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}-{6,20}", - "shop_price": "50000" - }, - { - "id": "13939", - "name": "Corrupt zuriel's hood", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{6,20}", - "shop_price": "50000", - "tradeable": "true" - }, - { - "id": "13940", - "name": "Corrupt zuriel's hood (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}-{6,20}", - "shop_price": "30000" - }, - { - "id": "13941", - "name": "Corrupt zuriel's staff", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2555,0,0,0", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,20}", - "shop_price": "125000", - "weapon_interface": "1" - }, - { - "id": "13942", - "name": "Corrupt zuriel's staff", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{6,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13943", - "name": "Corrupt zuriel's staff (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,20}", - "shop_price": "70000", - "weapon_interface": "1" - }, - { - "id": "13944", - "name": "Corrupt morrigan's leather body", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,12,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}-{4,20}", - "shop_price": "125000" - }, - { - "id": "13945", - "name": "Corrupt morrigan's leather body", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{4,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13946", - "name": "Corrupt morrigan's leather body (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,12,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}-{4,20}", - "shop_price": "75000" - }, - { - "id": "13947", - "name": "Corrupt morrigan's leather chaps", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,8,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}-{4,20}", - "shop_price": "125000" - }, - { - "id": "13948", - "name": "Corrupt morrigan's leather chaps", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{4,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13949", - "name": "Corrupt morrigan's leather chaps (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,8,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}-{4,20}", - "shop_price": "75000" - }, - { - "id": "13950", - "name": "Corrupt morrigan's coif", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}-{4,20}", - "shop_price": "50000" - }, - { - "id": "13951", - "name": "Corrupt morrigan's coif", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{4,20}", - "shop_price": "50000", - "tradeable": "true" - }, - { - "id": "13952", - "name": "Corrupt morrigan's coif (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}-{4,20}", - "shop_price": "30000" - }, - { - "id": "13953", - "name": "Corrupt morrigan's javelin", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "1381", - "requirements": "{4,20}", - "shop_price": "1000", - "weapon_interface": "18" - }, - { - "id": "13954", - "name": "C. morrigan's javelin (p)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "1381", - "requirements": "{4,20}", - "shop_price": "10000", - "weapon_interface": "18" - }, - { - "id": "13955", - "name": "C. morrigan's javelin (p+)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "1381", - "requirements": "{4,20}", - "shop_price": "10000", - "weapon_interface": "18" - }, - { - "id": "13956", - "name": "C. morrigan's javelin (p++)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "1381", - "requirements": "{4,20}", - "shop_price": "10000", - "weapon_interface": "18" - }, - { - "id": "13957", - "name": "C. morrigan's throwing axe", - "examine": "A vicious throwing axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "requirements": "{4,20}", - "shop_price": "1000", - "weapon_interface": "18" - }, - { - "id": "13958", - "name": "Corrupt dragon chainbody", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{0,20}-{4,20}", - "shop_price": "120000" - }, - { - "id": "13959", - "name": "Corrupt dragon chainbody", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "13960", - "name": "Corrupt dragon chainbody (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "72000" - }, - { - "id": "13961", - "name": "Corrupt dragon med helm", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "60000" - }, - { - "id": "13962", - "name": "Corrupt dragon med helm", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60000", - "tradeable": "true" - }, - { - "id": "13963", - "name": "Corrupt dragon med helm (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "36000" - }, - { - "id": "13964", - "name": "Corrupt dragon sq shield", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "shop_price": "120000" - }, - { - "id": "13965", - "name": "Corrupt dragon sq shield", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "13966", - "name": "Corrupt dragon sq shield (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "shop_price": "72000" - }, - { - "id": "13967", - "name": "Corrupt dragon plateskirt", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Destroy", - "durability": null, - "equipment_slot": "7", - "shop_price": "120000" - }, - { - "id": "13968", - "name": "Corrupt dragon plateskirt", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Destroy", - "durability": null, - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "13969", - "name": "Corrupt dragon plateskirt (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Destroy", - "durability": null, - "equipment_slot": "7", - "shop_price": "72000" - }, - { - "id": "13970", - "name": "Corrupt dragon platelegs", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "shop_price": "120000" - }, - { - "id": "13971", - "name": "Corrupt dragon platelegs", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "13972", - "name": "Corrupt dragon platelegs (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "shop_price": "72000" - }, - { - "id": "13973", - "name": "Corrupt dragon battleaxe", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "2586", - "requirements": "{0,60}", - "shop_price": "120000", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "13974", - "name": "Corrupt dragon battleaxe", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "4", - "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "2586", - "requirements": "{0,60}", - "shop_price": "120000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "13975", - "name": "C. dragon battleaxe (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "2586", - "requirements": "{0,60}", - "shop_price": "72000", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "13976", - "name": "Corrupt dragon dagger", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "shop_price": "30000", - "weapon_interface": "5" - }, - { - "id": "13977", - "name": "Corrupt dragon dagger", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "13978", - "name": "C. dragon dagger (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "shop_price": "18000", - "weapon_interface": "5" - }, - { - "id": "13979", - "name": "Corrupt dragon scimitar", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1928", - "requirements": "{0,60}", - "shop_price": "100000", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "13980", - "name": "Corrupt dragon scimitar", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "shop_price": "100000", - "tradeable": "true" - }, - { - "id": "13981", - "name": "C. dragon scimitar (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1928", - "shop_price": "60000", - "weapon_interface": "6" - }, - { - "id": "13982", - "name": "Corrupt dragon longsword", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1582", - "requirements": "{0,60}", - "shop_price": "100000", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "13983", - "name": "Corrupt dragon longsword", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100000", - "tradeable": "true" - }, - { - "id": "13984", - "name": "C. dragon longsword (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1582", - "shop_price": "60000", - "weapon_interface": "5" - }, - { - "id": "13985", - "name": "Corrupt dragon mace", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "requirements": "{0,60}", - "shop_price": "50000", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "13986", - "name": "Corrupt dragon mace", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "4", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,60}", - "shop_price": "50000", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "13987", - "name": "Corrupt dragon mace (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "requirements": "{0,60}", - "shop_price": "30000", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "13988", - "name": "Corrupt dragon spear", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "40000", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13989", - "name": "Corrupt dragon spear", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "4", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "40000", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "13990", - "name": "Corrupt dragon spear (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "24000", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "14056", - "name": "Pvp worlds manual", - "examine": "A book about the Wilderness.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another copy by searching bookshelves around 2009Scape.", - "durability": null, - "shop_price": "5" - }, - { - "id": "14057", - "name": "Broomstick", - "examine": "A threat to dusty corners everywhere.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another by talking to Maggie the witch.", - "durability": null, - "equipment_slot": "3", - "render_anim": "1072", - "shop_price": "25", - "weapon_interface": "8" - }, - { - "id": "14058", - "name": "Goulash", - "examine": "What a curious and ghoulish smell!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop the goulash, it will be destroyed. You can get some more by dipping a bowl into Maggie's cauldron.", - "durability": null, - "equipment_slot": "3", - "shop_price": "2" - }, - { - "id": "14061", - "name": "Magic unguent", - "examine": "Purple and pungent.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another flask of magic unguent from the chest in Betty's basement.", - "durability": null, - "shop_price": "2" - }, - { - "id": "14062", - "name": "Broom ointment", - "examine": "To be used on brooms.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another flask of broom ointment from Hetty in Rimmington.", - "durability": null, - "shop_price": "2" - }, - { - "id": "14064", - "name": "Newt", - "examine": "A newt from Hetty's basement.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you release this newt, you can get another from the crate in Hetty's basement in Rimmington.", - "durability": null, - "equipment_slot": "3", - "shop_price": "5" - }, - { - "id": "14065", - "name": "Newt label", - "examine": "A label for a shipping crate.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another newt label from Gus in Hetty's basement in Rimmington.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14066", - "name": "Toad label", - "examine": "A label for a shipping crate.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another toad label from Gus in Hetty's basement in Rimmington.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14067", - "name": "Newts and toads label", - "examine": "A label for a shipping crate.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another newt-and-toad label from Gus in Hetty's basement in Rimmington.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14068", - "name": "Betty's wand", - "examine": "Warm to the touch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another wand from the chest in Betty's basement.", - "durability": null, - "shop_price": "15" - }, - { - "id": "14069", - "name": "Magic slate", - "examine": "What a view!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this item, you can get another from Lottie in Betty's basement.", - "durability": null, - "shop_price": "2" - }, - { - "id": "14070", - "name": "Reptile", - "examine": "Desert dweller.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14071", - "name": "Blackbird", - "examine": "Bleak and beaky.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14072", - "name": "Bat", - "examine": "An annoying flappy thing.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14073", - "name": "Spider", - "examine": "It's an extremely small brown spider, probably very poisonous.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14074", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14075", - "name": "Snail", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14076", - "name": "Warlock top", - "examine": "The height of warlock fashion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another warlock top from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "15" - }, - { - "id": "14077", - "name": "Warlock legs", - "examine": "Tattered but trendy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another set of warlock legs from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "7", - "shop_price": "15" - }, - { - "id": "14078", - "name": "Witch top", - "examine": "The height of witchly fashion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "15" - }, - { - "id": "14079", - "name": "Witch skirt", - "examine": "Tattered but trendy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "durability": null, - "equipment_slot": "7", - "shop_price": "15" - }, - { - "id": "14080", - "name": "Witch cloak", - "examine": "Ragged but rugged.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch cloak from Diango in Draynor.", - "durability": null, - "equipment_slot": "1", - "shop_price": "15" - }, - { - "id": "14081", - "name": "Warlock cloak", - "examine": "Ragged but rugged.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another warlock cloak from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "1", - "shop_price": "15" - }, - { - "id": "14082", - "name": "Popcorn ball", - "examine": "A sticky orb of popped corn.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "14083", - "name": "Chocolate drop", - "examine": "Chocolatey goodness.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "14084", - "name": "Wrapped candy", - "examine": "Sugary bliss.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "14085", - "name": "Armadyl communiqu?", - "examine": "An urgent communiqu?? revealing important information.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "14086", - "name": "Witch top", - "examine": "The height of witchly fashion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "15" - }, - { - "id": "14087", - "name": "Witch skirt", - "examine": "Tattered but trendy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "durability": null, - "equipment_slot": "7", - "shop_price": "15" - }, - { - "id": "14088", - "name": "Witch cloak", - "examine": "Ragged but rugged.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch cloak from Diango in Draynor.", - "durability": null, - "equipment_slot": "1", - "shop_price": "15" - }, - { - "id": "14089", - "name": "Pet kitten", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14090", - "name": "Pet cat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14091", - "name": "Lazy cat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14092", - "name": "Overgrown cat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14093", - "name": "Wily cat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14094", - "name": "Sacred clay platebody", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "43333" - }, - { - "id": "14095", - "name": "Sacred clay platelegs", - "examine": "The sacred clay bottom has transformed into spiked, platemail legs.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "42667" - }, - { - "id": "14096", - "name": "Sacred clay helm", - "examine": "The sacred clay hat has transformed into a spined helm.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "23467" - }, - { - "id": "14097", - "name": "Sacred clay scimitar", - "examine": "The sacred clay weapon has transformed into a sharp scimitar.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "17066", - "weapon_interface": "5" - }, - { - "id": "14098", - "name": "Volatile clay tool", - "examine": "This can turn into a variety of tools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14099", - "name": "Volatile clay pickaxe", - "examine": "Your volatile tool wants to mine some rocks.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333", - "weapon_interface": "4" - }, - { - "id": "14100", - "name": "Volatile clay hatchet", - "examine": "Your volatile tool wants to cut some wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333", - "weapon_interface": "2" - }, - { - "id": "14101", - "name": "Volatile clay harpoon", - "examine": "Your volatile tool wants to spear some big fish.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333" - }, - { - "id": "14102", - "name": "Volatile clay butterfly net", - "examine": "Your volatile tool wants to catch some butterflies.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "21333", - "weapon_interface": "5" - }, - { - "id": "14103", - "name": "Volatile clay fletching knife", - "examine": "Your volatile tool wants to make some bows or arrows.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "3", - "shop_price": "21333" - }, - { - "id": "14104", - "name": "Volatile clay hammer", - "examine": "Your volatile tool wants to work metal or build furniture.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333" - }, - { - "id": "14105", - "name": "Volatile clay needle", - "examine": "Your volatile tool wants to make some leather armour.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14106", - "name": "Proto-tool", - "examine": "This can turn into a variety of tools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14107", - "name": "Sacred clay pickaxe", - "examine": "Your sacred clay tool has transformed into a pickaxe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333", - "weapon_interface": "4" - }, - { - "id": "14108", - "name": "Sacred clay hatchet", - "examine": "Your sacred clay tool has transformed into a hatchet.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333", - "weapon_interface": "2" - }, - { - "id": "14109", - "name": "Sacred clay harpoon", - "examine": "Your sacred clay tool has transformed into a harpoon.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333" - }, - { - "id": "14110", - "name": "Sacred clay butterfly net", - "examine": "Your sacred clay tool has transformed into a butterfly net.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "5", - "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "1", - "weapon_interface": "5" - }, - { - "id": "14111", - "name": "Sacred clay fletching knife", - "examine": "The sacred clay has transformed into a knife.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14112", - "name": "Sacred clay hammer", - "examine": "Your sacred clay tool has transformed into a hammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14113", - "name": "Sacred clay needle", - "examine": "The sacred clay has transformed into a needle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14114", - "name": "Sacred clay robe top", - "examine": "The sacred clay top has transformed into a heavy, magical robe.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "43333" - }, - { - "id": "14115", - "name": "Sacred clay robe bottom", - "examine": "The sacred clay bottom has transformed into a heavy, magical robe.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "42667" - }, - { - "id": "14116", - "name": "Sacred clay hat", - "examine": "The sacred clay hat has transformed into a wizard hat.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "23467" - }, - { - "id": "14117", - "name": "Sacred clay staff", - "examine": "The sacred clay weapon has transformed into a magical staff.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "17066", - "weapon_interface": "1" - }, - { - "id": "14118", - "name": "Sacred clay body", - "examine": "The sacred clay top has transformed into a leather body.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "43333" - }, - { - "id": "14119", - "name": "Sacred clay chaps", - "examine": "The sacred clay bottom has been transformed into a set of chaps.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "42667" - }, - { - "id": "14120", - "name": "Sacred clay coif", - "examine": "The sacred clay hat has transformed into a coif.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "23467" - }, - { - "id": "14121", - "name": "Sacred clay bow", - "examine": "The sacred clay weapon has transformed into a bow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "17066", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14122", - "name": "Pickaxe (class 1)", - "examine": "The sacred clay has become hard enough to chip stone.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "4" - }, - { - "id": "14123", - "name": "Pickaxe (class 1)", - "examine": "The sacred clay has become hard enough to chip stone.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14124", - "name": "Pickaxe (class 2)", - "examine": "The sacred clay has become hard enough to chip stone.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "4" - }, - { - "id": "14125", - "name": "Pickaxe (class 2)", - "examine": "The sacred clay has become hard enough to chip stone.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14126", - "name": "Pickaxe (class 3)", - "examine": "The sacred clay has become hard enough to chip stone.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "4" - }, - { - "id": "14127", - "name": "Pickaxe (class 3)", - "examine": "The sacred clay has become hard enough to chip stone.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14128", - "name": "Pickaxe (class 4)", - "examine": "The sacred clay has become hard enough to chip stone.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "4" - }, - { - "id": "14129", - "name": "Pickaxe (class 4)", - "examine": "The sacred clay has become hard enough to chip stone.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14130", - "name": "Pickaxe (class 5)", - "examine": "The sacred clay has become hard enough to chip stone.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "4" - }, - { - "id": "14131", - "name": "Pickaxe (class 5)", - "examine": "The sacred clay has become hard enough to chip stone.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14132", - "name": "Hatchet (class 1)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,10,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "14133", - "name": "Hatchet (class 1)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14134", - "name": "Hatchet (class 2)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,15,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "14135", - "name": "Hatchet (class 2)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14136", - "name": "Hatchet (class 3)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,20,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "14137", - "name": "Hatchet (class 3)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14138", - "name": "Hatchet (class 4)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,25,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "14139", - "name": "Hatchet (class 4)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14140", - "name": "Hatchet (class 5)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,30,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "14141", - "name": "Hatchet (class 5)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14142", - "name": "Harpoon (class 1)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14143", - "name": "Harpoon (class 1)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14144", - "name": "Harpoon (class 2)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14145", - "name": "Harpoon (class 2)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14146", - "name": "Harpoon (class 3)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14147", - "name": "Harpoon (class 3)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14148", - "name": "Harpoon (class 4)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14149", - "name": "Harpoon (class 4)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14150", - "name": "Harpoon (class 5)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14151", - "name": "Harpoon (class 5)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14152", - "name": "Butterfly net (class 1)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,10,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "14" - }, - { - "id": "14153", - "name": "Butterfly net (class 1)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14154", - "name": "Butterfly net (class 2)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,15,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "14" - }, - { - "id": "14155", - "name": "Butterfly net (class 2)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14156", - "name": "Butterfly net (class 3)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,20,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "14" - }, - { - "id": "14157", - "name": "Butterfly net (class 3)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14158", - "name": "Butterfly net (class 4)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,25,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "14" - }, - { - "id": "14159", - "name": "Butterfly net (class 4)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14160", - "name": "Butterfly net (class 5)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,30,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "14" - }, - { - "id": "14161", - "name": "Butterfly net (class 5)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14162", - "name": "Food (class 1)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14163", - "name": "Food (class 1)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14164", - "name": "Food (class 2)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14165", - "name": "Food (class 2)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14166", - "name": "Food (class 3)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14167", - "name": "Food (class 3)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14168", - "name": "Food (class 4)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14169", - "name": "Food (class 4)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14170", - "name": "Food (class 5)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14171", - "name": "Food (class 5)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14172", - "name": "Barrier (class 1)", - "examine": "The clay has transformed into an expandable wall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14173", - "name": "Barrier (class 1)", - "examine": "The clay has transformed into an expandable wall.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14174", - "name": "Barrier (class 2)", - "examine": "The clay has transformed into an expandable wall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14175", - "name": "Barrier (class 2)", - "examine": "The clay has transformed into an expandable wall.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14176", - "name": "Barrier (class 3)", - "examine": "The clay has transformed into an expandable wall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14177", - "name": "Barrier (class 3)", - "examine": "The clay has transformed into an expandable wall.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14178", - "name": "Barrier (class 4)", - "examine": "The clay has transformed into an expandable wall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14179", - "name": "Barrier (class 4)", - "examine": "The clay has transformed into an expandable wall.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14180", - "name": "Barrier (class 5)", - "examine": "The clay has transformed into an expandable wall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14181", - "name": "Barrier (class 5)", - "examine": "The clay has transformed into an expandable wall.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14182", - "name": "Sacred clay (class 1)", - "examine": "Very low quality sacred clay.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "14183", - "name": "Sacred clay (class 1)", - "examine": "Very low quality sacred clay.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "14184", - "name": "Sacred clay (class 2)", - "examine": "Low quality sacred clay.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14185", - "name": "Sacred clay (class 2)", - "examine": "Low quality sacred clay.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14186", - "name": "Sacred clay (class 3)", - "examine": "Medium quality sacred clay.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "45", - "tradeable": "true" - }, - { - "id": "14187", - "name": "Sacred clay (class 3)", - "examine": "Medium quality sacred clay.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "45", - "tradeable": "true" - }, - { - "id": "14188", - "name": "Sacred clay (class 4)", - "examine": "High quality sacred clay.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14189", - "name": "Sacred clay (class 4)", - "examine": "High quality sacred clay.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14190", - "name": "Sacred clay (class 5)", - "examine": "Very high quality sacred clay.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "75", - "tradeable": "true" - }, - { - "id": "14191", - "name": "Sacred clay (class 5)", - "examine": "Very high quality sacred clay.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "75", - "tradeable": "true" - }, - { - "id": "14192", - "name": "Bow (class 1)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14193", - "name": "Bow (class 1)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14194", - "name": "Bow (class 2)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14195", - "name": "Bow (class 2)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14196", - "name": "Bow (class 3)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,135,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14197", - "name": "Bow (class 3)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14198", - "name": "Bow (class 4)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,180,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14199", - "name": "Bow (class 4)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14200", - "name": "Bow (class 5)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,225,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14201", - "name": "Bow (class 5)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14202", - "name": "Arrows (class 1)", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,15", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "14203", - "name": "Arrows (class 2)", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "4", - "tradeable": "true" - }, - { - "id": "14204", - "name": "Arrows (class 3)", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "14205", - "name": "Arrows (class 4)", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "8", - "tradeable": "true" - }, - { - "id": "14206", - "name": "Arrows (class 5)", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "14207", - "name": "Prayer potion(5)", - "examine": "3 doses of Prayer restore potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14208", - "name": "Prayer potion(5)", - "examine": "3 doses of Prayer restore potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14209", - "name": "Prayer potion(4)", - "examine": "4 doses of Prayer restore potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14210", - "name": "Prayer potion(4)", - "examine": "4 doses of Prayer restore potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14211", - "name": "Prayer potion(3)", - "examine": "3 doses of Prayer restore potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14212", - "name": "Prayer potion(3)", - "examine": "3 doses of Prayer restore potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14213", - "name": "Prayer potion(2)", - "examine": "2 doses of Prayer restore potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14214", - "name": "Prayer potion(2)", - "examine": "2 doses of Prayer restore potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14215", - "name": "Prayer potion(1)", - "examine": "1 dose of Prayer restore potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14216", - "name": "Prayer potion(1)", - "examine": "1 dose of Prayer restore potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14217", - "name": "Energy potion (5)", - "examine": "4 doses of energy potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14218", - "name": "Energy potion (5)", - "examine": "4 doses of energy potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14219", - "name": "Energy potion (4)", - "examine": "4 doses of energy potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14220", - "name": "Energy potion (4)", - "examine": "4 doses of energy potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14221", - "name": "Energy potion (3)", - "examine": "3 doses of energy potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14222", - "name": "Energy potion (3)", - "examine": "3 doses of energy potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14223", - "name": "Energy potion (2)", - "examine": "2 doses of energy potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14224", - "name": "Energy potion (2)", - "examine": "2 doses of energy potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14225", - "name": "Energy potion (1)", - "examine": "1 dose of energy potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14226", - "name": "Energy potion (1)", - "examine": "1 dose of energy potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14227", - "name": "Super attack(5)", - "examine": "5 doses of super Attack potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14228", - "name": "Super attack(5)", - "examine": "5 doses of super Attack potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14229", - "name": "Super attack(4)", - "examine": "4 doses of super Attack potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14230", - "name": "Super attack(4)", - "examine": "4 doses of super Attack potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14231", - "name": "Super attack(3)", - "examine": "3 doses of super Attack potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14232", - "name": "Super attack(3)", - "examine": "3 doses of super Attack potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14233", - "name": "Super attack(2)", - "examine": "2 doses of super Attack potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14234", - "name": "Super attack(2)", - "examine": "2 doses of super Attack potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14235", - "name": "Super attack(1)", - "examine": "1 dose of super Attack potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14236", - "name": "Super attack(1)", - "examine": "1 dose of super Attack potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14237", - "name": "Super strength(5)", - "examine": "5 doses of super Strength potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14238", - "name": "Super strength(5)", - "examine": "5 doses of super Strength potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14239", - "name": "Super strength(4)", - "examine": "4 doses of super Strength potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14240", - "name": "Super strength(4)", - "examine": "4 doses of super Strength potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14241", - "name": "Super strength(3)", - "examine": "3 doses of super Strength potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14242", - "name": "Super strength(3)", - "examine": "3 doses of super Strength potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14243", - "name": "Super strength(2)", - "examine": "2 doses of super Strength potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14244", - "name": "Super strength(2)", - "examine": "2 doses of super Strength potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14245", - "name": "Super strength(1)", - "examine": "1 dose of super Strength potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14246", - "name": "Super strength(1)", - "examine": "1 dose of super Strength potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14247", - "name": "Ranging potion(5)", - "examine": "4 doses of ranging potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14248", - "name": "Ranging potion(5)", - "examine": "5 doses of ranging potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14249", - "name": "Ranging potion(4)", - "examine": "4 doses of ranging potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14250", - "name": "Ranging potion(4)", - "examine": "4 doses of ranging potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14251", - "name": "Ranging potion(3)", - "examine": "3 doses of ranging potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14252", - "name": "Ranging potion(3)", - "examine": "3 doses of ranging potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14253", - "name": "Ranging potion(2)", - "examine": "2 doses of ranging potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14254", - "name": "Ranging potion(2)", - "examine": "2 doses of ranging potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14255", - "name": "Ranging potion(1)", - "examine": "1 dose of ranging potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14256", - "name": "Ranging potion(1)", - "examine": "1 dose of ranging potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14257", - "name": "Defence potion(5)", - "examine": "3 doses of Defence Potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14258", - "name": "Defence potion(5)", - "examine": "3 doses of Defence Potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14259", - "name": "Defence potion(4)", - "examine": "4 doses of Defence Potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14260", - "name": "Defence potion(4)", - "examine": "4 doses of Defence Potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14261", - "name": "Defence potion(3)", - "examine": "3 doses of Defence Potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14262", - "name": "Defence potion(3)", - "examine": "3 doses of Defence Potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14263", - "name": "Defence potion(2)", - "examine": "2 doses of Defence Potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14264", - "name": "Defence potion(2)", - "examine": "2 doses of Defence Potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14265", - "name": "Defence potion(1)", - "examine": "1 dose of Defence Potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14266", - "name": "Defence potion(1)", - "examine": "1 dose of Defence Potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14267", - "name": "Magic potion(5)", - "examine": "4 doses of Magic potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14268", - "name": "Magic potion(5)", - "examine": "5 doses of Magic potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14269", - "name": "Magic potion(4)", - "examine": "4 doses of Magic potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14270", - "name": "Magic potion(4)", - "examine": "4 doses of Magic potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14271", - "name": "Magic potion(3)", - "examine": "3 doses of Magic potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14272", - "name": "Magic potion(3)", - "examine": "3 doses of Magic potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14273", - "name": "Magic potion(2)", - "examine": "2 doses of Magic potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14274", - "name": "Magic potion(2)", - "examine": "2 doses of Magic potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14275", - "name": "Magic potion(1)", - "examine": "1 dose of Magic potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14276", - "name": "Magic potion(1)", - "examine": "1 dose of Magic potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14277", - "name": "Summoning potion(5)", - "examine": "3 doses of Summoning potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14278", - "name": "Summoning potion(5)", - "examine": "3 doses of Summoning potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14279", - "name": "Summoning potion(4)", - "examine": "4 doses of Summoning potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14280", - "name": "Summoning potion(4)", - "examine": "4 doses of Summoning potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14281", - "name": "Summoning potion(3)", - "examine": "3 doses of Summoning potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14282", - "name": "Summoning potion(3)", - "examine": "3 doses of Summoning potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14283", - "name": "Summoning potion(2)", - "examine": "2 doses of Summoning potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14284", - "name": "Summoning potion(2)", - "examine": "2 doses of Summoning potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14285", - "name": "Summoning potion(1)", - "examine": "1 dose of Summoning potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14286", - "name": "Summoning potion(1)", - "examine": "1 dose of Summoning potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14287", - "name": "Scimitar (class 1)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "0,55,0,0,0,0,0,0,0,0,0,15,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "14288", - "name": "Scimitar (class 1)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14289", - "name": "Scimitar (class 2)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "0,90,0,0,0,0,0,0,0,0,0,30,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "14290", - "name": "Scimitar (class 2)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14291", - "name": "Scimitar (class 3)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "0,145,0,0,0,0,0,0,0,0,0,45,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "14292", - "name": "Scimitar (class 3)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14293", - "name": "Scimitar (class 4)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "0,180,0,0,0,0,0,0,0,0,0,60,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "14294", - "name": "Scimitar (class 4)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14295", - "name": "Scimitar (class 5)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "0,225,0,0,0,0,0,0,0,0,0,75,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "14296", - "name": "Scimitar (class 5)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14297", - "name": "Dagger (class 1)", - "examine": "The sacred clay transformed into a sharp dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "3", - "bonuses": "41,0,0,0,0,0,0,0,0,0,0,15,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14298", - "name": "Dagger (class 1)", - "examine": "The sacred clay transformed into a sharp dagger.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14299", - "name": "Dagger (class 2)", - "examine": "The sacred clay transformed into a sharp dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "3", - "bonuses": "68,0,0,0,0,0,0,0,0,0,0,30,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14300", - "name": "Dagger (class 2)", - "examine": "The sacred clay transformed into a sharp dagger.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14301", - "name": "Dagger (class 3)", - "examine": "The sacred clay transformed into a sharp dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "3", - "bonuses": "101,0,0,0,0,0,0,0,0,0,0,45,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14302", - "name": "Dagger (class 3)", - "examine": "The sacred clay transformed into a sharp dagger.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14303", - "name": "Dagger (class 4)", - "examine": "The sacred clay transformed into a sharp dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "3", - "bonuses": "135,0,0,0,0,0,0,0,0,0,0,60,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14304", - "name": "Dagger (class 4)", - "examine": "The sacred clay transformed into a sharp dagger.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14305", - "name": "Dagger (class 5)", - "examine": "The sacred clay transformed into a sharp dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "3", - "bonuses": "168,0,0,0,0,0,0,0,0,0,0,75,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14306", - "name": "Dagger (class 5)", - "examine": "The sacred clay transformed into a sharp dagger.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14307", - "name": "Warhammer (class 1)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,83,0,0,0,0,0,0,0,0,15,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "10" - }, - { - "id": "14308", - "name": "Warhammer (class 1)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14309", - "name": "Warhammer (class 2)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,135,0,0,0,0,0,0,0,0,30,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "10" - }, - { - "id": "14310", - "name": "Warhammer (class 2)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14311", - "name": "Warhammer (class 3)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,202,0,0,0,0,0,0,0,0,45,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "10" - }, - { - "id": "14312", - "name": "Warhammer (class 3)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14313", - "name": "Warhammer (class 4)", - "examine": "The Sacred Clay has transformed into a heavy warhammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,270,0,0,0,0,0,0,0,0,60,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "10" - }, - { - "id": "14314", - "name": "Warhammer (class 4)", - "examine": "The Sacred Clay has transformed into a heavy warhammer.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14315", - "name": "Warhammer (class 5)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,338,0,0,0,0,0,0,0,0,75,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "10" - }, - { - "id": "14316", - "name": "Warhammer (class 5)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14317", - "name": "Robe top (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14318", - "name": "Robe top (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14319", - "name": "Robe top (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14320", - "name": "Robe top (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14321", - "name": "Robe top (class 3)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14322", - "name": "Robe top (class 3)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14323", - "name": "Robe top (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,80,0,80,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14324", - "name": "Robe top (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14325", - "name": "Robe top (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,100,0,100,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14326", - "name": "Robe top (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14327", - "name": "Robe bottom (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,15,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14328", - "name": "Robe bottom (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14329", - "name": "Robe bottom (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14330", - "name": "Robe bottom (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14331", - "name": "Robe bottom (class 3)", - "examine": "The sacred clay transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,45,0,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14332", - "name": "Robe bottom (class 3)", - "examine": "The sacred clay transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14333", - "name": "Robe bottom (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14334", - "name": "Robe bottom (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14335", - "name": "Robe bottom (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,75,0,75,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14336", - "name": "Robe bottom (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14337", - "name": "Hat (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,10,0,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14338", - "name": "Hat (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14339", - "name": "Hat (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14340", - "name": "Hat (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14341", - "name": "Hat (class 3)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14342", - "name": "Hat (class 3)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14343", - "name": "Hat (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14344", - "name": "Hat (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14345", - "name": "Hat (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,50,0,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14346", - "name": "Hat (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14347", - "name": "Platebody (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14348", - "name": "Platebody (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14349", - "name": "Platebody (class 2)", - "examine": "The sacred clay transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14350", - "name": "Platebody (class 2)", - "examine": "The sacred clay transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14351", - "name": "Platebody (class 3)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14352", - "name": "Platebody (class 3)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14353", - "name": "Platebody (class 4)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,80,80,80,-10,40,80,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14354", - "name": "Platebody (class 4)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14355", - "name": "Platebody (class 5)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,100,100,100,-10,50,100,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14356", - "name": "Platebody (class 5)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14357", - "name": "Platelegs (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,15,15,15,-10,7,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14358", - "name": "Platelegs (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14359", - "name": "Platelegs (class 2)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14360", - "name": "Platelegs (class 2)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14361", - "name": "Platelegs (class 3)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,45,45,45,-10,23,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14362", - "name": "Platelegs (class 3)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14363", - "name": "Platelegs (class 4)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14364", - "name": "Platelegs (class 4)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14365", - "name": "Platelegs (class 5)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,75,75,75,-10,37,75,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14366", - "name": "Platelegs (class 5)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14367", - "name": "Helm (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,10,10,10,-10,5,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14368", - "name": "Helm (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14369", - "name": "Helm (class 2)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14370", - "name": "Helm (class 2)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14371", - "name": "Helm (class 3)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14372", - "name": "Helm (class 3)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14373", - "name": "Helm (class 4)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14374", - "name": "Helm (class 4)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14375", - "name": "Helm (class 5)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,50,50,50,-10,25,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14376", - "name": "Helm (class 5)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14377", - "name": "Staff (class 1)", - "examine": "The sacred clay has transformed into a light weight, magical stick.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,55,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "1" - }, - { - "id": "14378", - "name": "Staff (class 1)", - "examine": "The sacred clay has transformed into a light weight, magical stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14379", - "name": "Staff (class 2)", - "examine": "The sacred clay has transformed into a light weight, magical stick.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,90,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "1" - }, - { - "id": "14380", - "name": "Staff (class 2)", - "examine": "The sacred clay has transformed into a light weight, magical stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14381", - "name": "Staff (class 3)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,135,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "1" - }, - { - "id": "14382", - "name": "Staff (class 3)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14383", - "name": "Staff (class 4)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,180,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "1" - }, - { - "id": "14384", - "name": "Staff (class 4)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14385", - "name": "Staff (class 5)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,225,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "1" - }, - { - "id": "14386", - "name": "Staff (class 5)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14387", - "name": "Cape", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "14389", - "name": "Cape", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "14391", - "name": "Leather body (class 1)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,10,10,20,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14392", - "name": "Leather body (class 1)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14393", - "name": "Leather body (class 2)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,20,20,40,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14394", - "name": "Leather body (class 2)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14395", - "name": "Leather body (class 3)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,30,30,30,60,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14396", - "name": "Leather body (class 3)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14397", - "name": "Leather body (class 4)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,40,40,40,40,80,80,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14398", - "name": "Leather body (class 4)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14399", - "name": "Leather body (class 5)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,50,50,50,100,100,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14400", - "name": "Leather body (class 5)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14401", - "name": "Chaps (class 1)", - "examine": "The sacred clay transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,7,7,7,0,15,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14402", - "name": "Chaps (class 1)", - "examine": "The sacred clay transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14403", - "name": "Chaps (class 2)", - "examine": "The sacred clay transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14404", - "name": "Chaps (class 2)", - "examine": "The sacred clay transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14405", - "name": "Chaps (class 3)", - "examine": "The sacred clay transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,23,23,23,0,45,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14406", - "name": "Chaps (class 3)", - "examine": "The sacred clay transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14407", - "name": "Chaps (class 4)", - "examine": "The sacred clay transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,30,30,0,60,60,0,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14408", - "name": "Chaps (class 4)", - "examine": "The sacred clay transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14409", - "name": "Chaps (class 5)", - "examine": "The sacred clay transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,37,37,37,0,75,75,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14410", - "name": "Chaps (class 5)", - "examine": "The sacred clay transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14411", - "name": "Coif (class 1)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,5,0,10,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14412", - "name": "Coif (class 1)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14413", - "name": "Coif (class 2)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,10,0,20,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14414", - "name": "Coif (class 2)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14415", - "name": "Coif (class 3)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14416", - "name": "Coif (class 3)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14417", - "name": "Coif (class 4)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,20,0,40,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14418", - "name": "Coif (class 4)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14419", - "name": "Coif (class 5)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,25,25,25,0,50,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14420", - "name": "Coif (class 5)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14421", - "name": "Clay deposit scroll", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14422", - "name": "Sacred clay pouch (class 1)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14422", - "name": "USDT Slot", - "examine": "You should not have this." - }, - { - "id": "14423", - "name": "Sacred clay pouch (class 1)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14424", - "name": "Sacred clay pouch (class 2)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14424", - "name": "HDT Slot", - "examine": "You should not have this." - }, - { - "id": "14425", - "name": "Sacred clay pouch (class 2)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14426", - "name": "Sacred clay pouch (class 3)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14426", - "name": "GDT Slot", - "examine": "You should not have this." - }, - { - "id": "14427", - "name": "Sacred clay pouch (class 3)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14428", - "name": "Sacred clay pouch (class 4)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14428", - "name": "RSDT Slot", - "examine": "You should not have this." - }, - { - "id": "14429", - "name": "Sacred clay pouch (class 4)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14430", - "name": "Sacred clay pouch (class 5)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14430", - "name": "ASDT Slot", - "examine": "You should not have this." - }, - { - "id": "14431", - "name": "Sacred clay pouch (class 5)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14432", - "name": "Null sacred clay", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14458", - "name": "Vine flower", - "examine": "A vine flower grown through magical means.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "5" - }, - { - "id": "14459", - "name": "Unconscious broav", - "examine": "Its unconscious, poor thing.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You caught this broav west of the Hunting Expert's home. You can catch another one with a trap baited with mort Myre Fungus.", - "durability": null - }, - { - "id": "14460", - "name": "Dirty laundry", - "examine": "Some dirty clothes that apparently belong to Movario.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got these clothes from a washerman who lives near the Khazard battle arena.", - "durability": null, - "equipment_slot": "3", - "shop_price": "10" - }, - { - "id": "14461", - "name": "Waste-paper basket", - "examine": "A receptacle for rubbish.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this basket in Movario's base.", - "durability": null - }, - { - "id": "14462", - "name": "Ruby key", - "examine": "A superbly made key with a fine ruby inserted into it. (While Guthix Sleeps)", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this key attached to the bottom of the bin in Movario's base.", - "durability": null - }, - { - "id": "14463", - "name": "Notes on pressure", - "examine": "A collection of notes made by an absent-minded fellow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found these notes in Movario's basement.", - "durability": null - }, - { - "id": "14464", - "name": "Movario's notes (volume 1)", - "examine": "A loose-leaf collection of research notes, found on Movario's study desk.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found these notes loosely piled up on ", - "durability": null - }, - { - "id": "14465", - "name": "Movario's notes (volume 2)", - "examine": "A loose-leaf collection of research notes, found in Movario's bed chest.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found these notes in Movario's bedchest, in his base of operations near the Khazard Battlefield.", - "durability": null - }, - { - "id": "14466", - "name": "Weight (1kg)", - "examine": "A 1kg weight.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "14467", - "name": "Weight (2kg)", - "examine": "A 2kg weight.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "14468", - "name": "Weight (5kg)", - "examine": "A 5kg weight.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "14469", - "name": "Strange key loop", - "examine": "The loop half of a strange key.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can find another under the bed on the top level of Movario's base", - "durability": null - }, - { - "id": "14470", - "name": "Strange key teeth", - "examine": "The teeth half of a strange key.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can find another under the bed on the top level of Movario's base", - "durability": null - }, - { - "id": "14471", - "name": "Dragonkin key", - "examine": "The completed dragonkin key.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fused together two parts of a Dragonkin key which you obtained from Movario's base.", - "durability": null - }, - { - "id": "14472", - "name": "Ruined dragon armour lump", - "examine": "A badly damaged lump of dragon metal.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14473", - "name": "Ruined dragon armour lump", - "examine": "A badly damaged lump of dragon metal.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14474", - "name": "Ruined dragon armour slice", - "examine": "A badly damaged slice of dragon metal.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14475", - "name": "Ruined dragon armour slice", - "examine": "A badly damaged slice of dragon metal.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14476", - "name": "Ruined dragon armour shard", - "examine": "A badly damaged shard of dragon metal.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14477", - "name": "Ruined dragon armour shard", - "examine": "A badly damaged shard of dragon metal.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14478", - "name": "Blast fusion hammer", - "examine": "A very powerful Smithing hammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "14479", - "name": "Dragon platebody", - "examine": "Provides excellent protection.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,60}", - "shop_price": "1760000", - "tradeable": "true" - }, - { - "id": "14480", - "name": "Dragon platebody", - "examine": "Provides excellent protection.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1760000", - "tradeable": "true" - }, - { - "id": "14481", - "name": "Dragon platebody", - "examine": "Provides excellent protection.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "lendable": "true", - "requirements": "{1,60}" - }, - { - "id": "14484", - "name": "Dragon claws", - "examine": "A set of fighting claws.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "393,393,1067,393", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "2583", - "requirements": "{0,60}", - "shop_price": "67500", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9" - }, - { - "id": "14485", - "name": "Dragon claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "67500", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14486", - "name": "Dragon claws", - "examine": "A set of fighting claws.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "1003", - "has_special": "true", - "lendable": "true", - "requirements": "{0,60}", - "two_handed": "true", - "weapon_interface": "9" - }, - { - "id": "14487", - "name": "Enriched snapdragon", - "examine": "An enriched snapdragon herb.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You grew this herb by planting an enriched snapdragon seed in the special herb patch on top of Falador castle.", - "durability": null - }, - { - "id": "14488", - "name": "Super truth serum", - "examine": "Fluid sloshes innocently in this vial.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You made this serum by mixing an enriched snapdragon into one of Betty's truth serums.", - "durability": null - }, - { - "id": "14489", - "name": "Suspect sketch", - "examine": "A sketch of the suspect known as Dark Squall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You gained this item by having papyrus and charcoal in your inventory while interrogating a spy in Falador castle.", - "durability": null - }, - { - "id": "14490", - "name": "Elite black platelegs", - "examine": "These look pretty heavy, but very elite.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "lendable": "true", - "requirements": "{1,40}", - "shop_price": "65000", - "tradeable": "true" - }, - { - "id": "14491", - "name": "Elite black platelegs", - "examine": "These look pretty heavy, but very elite.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "65000", - "tradeable": "true" - }, - { - "id": "14492", - "name": "Elite black platebody", - "examine": "Provides excellent protection, and is elite.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "shop_price": "64000", - "tradeable": "true" - }, - { - "id": "14493", - "name": "Elite black platebody", - "examine": "Provides excellent protection, and is elite.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "64000", - "tradeable": "true" - }, - { - "id": "14494", - "name": "Elite black full helm", - "examine": "A full face helmet, and elite.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "shop_price": "35200", - "tradeable": "true" - }, - { - "id": "14495", - "name": "Elite black full helm", - "examine": "A full face helmet, and elite.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "35200", - "tradeable": "true" - }, - { - "id": "14496", - "name": "Cell key", - "examine": "Opens the cells beneath the Black Knights' Fortress. (While Guthix Sleeps)", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this key from the key rack in Dark Squall's base.", - "durability": null - }, - { - "id": "14497", - "name": "Dagon'hai robe top", - "examine": "A robe worn by members of the Dagon'hai.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,2,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "14498", - "name": "Dagon'hai robe top", - "examine": "A robe worn by members of the Dagon'hai.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "14499", - "name": "Dagon'hai hat", - "examine": "A hat worn by members of the Dagon'hai.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{6,40}", - "shop_price": "15000", - "tradeable": "true" - }, - { - "id": "14500", - "name": "Dagon'hai hat", - "examine": "A hat worn by members of the Dagon'hai.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "15000", - "tradeable": "true" - }, - { - "id": "14501", - "name": "Dagon'hai robe bottom", - "examine": "A robe worn by members of the Dagon'hai.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,2,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}-{6,40}", - "shop_price": "80000", - "tradeable": "true" - }, - { - "id": "14502", - "name": "Dagon'hai robe bottom", - "examine": "A robe worn by members of the Dagon'hai.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "80000", - "tradeable": "true" - }, - { - "id": "14503", - "name": "Silif", - "examine": "Elite Black Knight armour adds to his stealthiness.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14504", - "name": "Silif", - "examine": "Elite Black Knight armour adds to his stealthiness.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14505", - "name": "Teleorb", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "14506", - "name": "Enriched snapdragon seed", - "examine": "An enriched snapdragon seed. The herb that grows from this seed will be extra potent!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You created this by focusing the light onto a snapdragon seed from a rose tinted lens while in Betty's shop.", - "durability": null - }, - { - "id": "14507", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14508", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14509", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14510", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14511", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14512", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14513", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14514", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14515", - "name": "Air key", - "examine": "An elemental key of air.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.", - "durability": null - }, - { - "id": "14516", - "name": "Earth key", - "examine": "An elemental key of earth.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.", - "durability": null - }, - { - "id": "14517", - "name": "Fire key", - "examine": "An elemental key of fire.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an", - "durability": null - }, - { - "id": "14518", - "name": "Water key", - "examine": "An elemental key of water.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an", - "durability": null - }, - { - "id": "14519", - "name": "Air key", - "examine": "An elemental key of air.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.", - "durability": null - }, - { - "id": "14520", - "name": "Earth key", - "examine": "An elemental key of earth.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.", - "durability": null - }, - { - "id": "14521", - "name": "Fire key", - "examine": "An elemental key of fire.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an", - "durability": null - }, - { - "id": "14522", - "name": "Water key", - "examine": "An elemental key of water.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an", - "durability": null - }, - { - "id": "14525", - "name": "Dagon'hai robes set", - "examine": "Grand Exchange set containing a hat, top and bottoms.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14526", - "name": "Dagon'hai robes set", - "examine": "Grand Exchange set containing a hat, top and bottoms.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14527", - "name": "Elite black armour set", - "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.", - "absorb": "6,0,13", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-38,-16,163,168,80,-3,159,62,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14528", - "name": "Elite black armour set", - "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14529", - "name": "Dragon plate armour set (l)", - "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.", - "absorb": "9,0,19", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14530", - "name": "Dragon plate armour set (l)", - "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14531", - "name": "Dragon plate armour set (sk)", - "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.", - "absorb": "9,0,19", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14532", - "name": "Dragon plate armour set (sk)", - "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14533", - "name": "Broav", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14534", - "name": "Strange teleorb", - "examine": "This orb can used to teleport people...somehow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You gained this orb from Dark Squall's base. You can probably get another one from visiting the same place.", - "durability": null - }, - { - "id": "14536", - "name": "Turkey book", - "examine": "Notes on the locations of turkeys.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will not be able to get the book back if you destroy it.", - "durability": null - }, - { - "id": "14537", - "name": "Cornucopia", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", - "durability": null - }, - { - "id": "14538", - "name": "Cornucopia", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", - "durability": null - }, - { - "id": "14539", - "name": "Raw turkey", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "9" - }, - { - "id": "14540", - "name": "Cooked turkey", - "examine": "Mmm, this looks tasty.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "4" - }, - { - "id": "14541", - "name": "Burnt turkey", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14542", - "name": "Raw turkey drumstick", - "examine": "I need to cook this first.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "9" - }, - { - "id": "14543", - "name": "Cooked turkey drumstick", - "examine": "Mmm, this looks tasty.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "4" - }, - { - "id": "14544", - "name": "Burnt turkey drumstick", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14570", - "name": "Cornucopia", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", - "durability": null - }, - { - "id": "14571", - "name": "Fremennik sea boots 1", - "examine": "Not-so-sturdy boots for northern winters.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10" - }, - { - "id": "14572", - "name": "Fremennik sea boots 2", - "examine": "Sturdy boots for northern winters.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0", - "destroy": "true", - "destroy_message": "You can claim replacement Fremennik sea boots from Yrsa in Rellekka.", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10" - }, - { - "id": "14573", - "name": "Fremennik sea boots 3", - "examine": "Very sturdy boots for northern winters.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0", - "destroy": "true", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10" - }, - { - "id": "14574", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14575", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14576", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14577", - "name": "Falador shield 1", - "examine": "A buckler shield from Falador.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,3,0,0", - "destroy": "true", - "destroy_message": "You will be able to get a replacement shield from Redbeard the Pirate in Port Sarim.", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "shop_price": "100" - }, - { - "id": "14578", - "name": "Falador shield 2", - "examine": "A kiteshield from Falador.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,5,0,0", - "destroy": "true", - "destroy_message": "You will be able to get a replacement shield from the chemist in Rimmington.", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "shop_price": "200" - }, - { - "id": "14579", - "name": "Falador shield 3", - "examine": "A tower shield from Falador.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,7,0,0", - "destroy": "true", - "destroy_message": "You will be able to get a replacement shield from Sir Vyvin's squire in the White Knights' Castle.", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "shop_price": "300" - }, - { - "id": "14580", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "shop_price": "1000", - "tradeable": "false" - }, - { - "id": "14581", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "14582", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "shop_price": "10000", - "tradeable": "false" - }, - { - "id": "14583", - "name": "White lily", - "examine": "A white lily seed - plant in a flower patch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Harvest (turns to ", - "durability": null - }, - { - "id": "14584", - "name": "Money crest voucher", - "examine": "I can take this to the Herald to get my money crest back for free.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will not be able to replace this voucher - it is a one-time offer only!", - "durability": null, - "shop_price": "500000" - }, - { - "id": "14589", - "name": "White lily seed", - "examine": "A white lily seed - plant in a flower patch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1250" - }, - { - "id": "14590", - "name": "Enchanted lyre(5)", - "examine": "This will teleport me to Rellekka when I play it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "1000" - }, - { - "id": "14591", - "name": "Enchanted lyre(6)", - "examine": "This will teleport me to Rellekka when I play it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "1000" - }, - { - "id": "14592", - "name": "Elite black platelegs", - "examine": "These look pretty heavy, but very elite.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "14593", - "name": "Elite black platebody", - "examine": "Provides excellent protection, and is elite.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "14594", - "name": "Elite black full helm", - "examine": "A full face helmet, and elite.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "14595", - "name": "Santa costume top", - "examine": "A red and jolly top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "14596", - "name": "Ice amulet", - "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "14597", - "name": "Stones", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can probably get more in the last room of the yeti cave, in the Land of Snow.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14598", - "name": "Enchanted stones", - "examine": "According to the snow imps, this is enchanted, frozen yeti dung.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will have to fetch more in the last room of the yeti cave, then get them enchanted by snow imps.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14599", - "name": "Ice amulet", - "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "14600", - "name": "Santa costume top", - "examine": "A red and jolly top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "14601", - "name": "Santa costume top", - "examine": "A red and jolly top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "14602", - "name": "Santa costume gloves", - "examine": "Some black and jolly gloves.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another pair from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "9" - }, - { - "id": "14603", - "name": "Santa costume legs", - "examine": "Some red and jolly legs.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "7" - }, - { - "id": "14604", - "name": "Santa costume legs", - "examine": "Some red and jolly legs.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "7" - }, - { - "id": "14605", - "name": "Santa costume boots", - "examine": "Some black and jolly boots.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another pair from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "10" - }, - { - "id": "14606", - "name": "Cinnamon twigs", - "examine": "Aromatic twigs from a cinnamon tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14607", - "name": "Sassafras twigs", - "examine": "Aromatic twigs from a sassafras tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14608", - "name": "Ailanthus twigs", - "examine": "Aromatic twigs from a ailanthus tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14609", - "name": "Cedar twigs", - "examine": "Aromatic twigs from a cedar tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14610", - "name": "Mastic twigs", - "examine": "Aromatic twigs from a mastic tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14611", - "name": "Cinnamon weaving ribbon", - "examine": "Cinnamon twigs, fletched into ribbons of wood and ready to be woven.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14612", - "name": "Sassafras weaving ribbon", - "examine": "Sassafras twigs, fletched into ribbons of wood and ready to be woven.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14613", - "name": "Ailanthus weaving ribbon", - "examine": "Ailanthus twigs, fletched into ribbons of wood and ready to be woven.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14614", - "name": "Cedar weaving ribbon", - "examine": "Cedar twigs, fletched into ribbons of wood and ready to be woven.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14615", - "name": "Mastic weaving ribbon", - "examine": "Mastic twigs, fletched into ribbons of wood and ready to be woven.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14616", - "name": "Phoenix quill", - "examine": "A feather from a phoenix. Used in Summoning (72).", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "14617", - "name": "Phoenix quill", - "examine": "A feather from a phoenix. Used in Summoning (72).", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "14620", - "name": "Pouch", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "examine": "Cock-a-doodle-do!", "durability": null, - "tradeable": "true" - }, - { - "id": "14621", - "name": "Pouch", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "tradeable": "true" - }, - { - "id": "14622", - "name": "Rise from the ashes scroll", - "examine": "A scroll for a phoenix familiar.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "requirements": "{23,72}", - "shop_price": "498", - "tradeable": "true" - }, - { - "id": "14623", - "name": "Phoenix pouch", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "4986", - "tradeable": "true" - }, - { - "id": "14624", - "name": "Phoenix pouch", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "shop_price": "4986", - "tradeable": "true" - }, - { - "id": "14625", - "name": "Pouch", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14626", - "name": "Phoenix eggling", - "examine": "A baby phoenix and it's bad to the bone!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14627", - "name": "Phoenix eggling", - "examine": "A baby phoenix and it's bad to the bone!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14629", - "name": "Phoenix egg", - "examine": "I found this egg in the Phoenix's Lair, and clapped at it!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "name": "Chicken head", + "tradeable": "false", "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "14630", - "name": "Cracked phoenix egg", - "examine": "I found this egg in the Phoenix's Lair, and kicked it!", - "absorb": "0,0,0", + "weight": "0.2", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "14631", - "name": "Seer's headband", - "examine": "A headband with an eye embroidered on it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,3,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "A player can get a new one by talking to any seer around Seer's village.", - "durability": null, + "id": "11015", "equipment_slot": "0" }, { - "id": "14632", - "name": "Enhanced excalibur", - "examine": "This used to belong to King Arthur and has since been improved.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "38,47,-2,0,0,0,3,2,1,0,0,45,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "You can retrieve the Enhanced Excalibur from the Lady of the Lake for 500 coins.", + "examine": "Perfect for crossing the road.", "durability": null, - "equipment_slot": "3", + "name": "Chicken feet", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11016", + "equipment_slot": "10" + }, + { + "remove_sleeves": "true", + "examine": "I look fowl in this.", + "durability": null, + "name": "Chicken wings", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11017", + "equipment_slot": "4" + }, + { + "examine": "What's the matter, are you chicken?", + "durability": null, + "name": "Chicken legs", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11018", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to Diango to get another pair of chicken feet.", + "examine": "Perfect for crossing the road.", + "durability": null, + "name": "Chicken feet", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11019", + "equipment_slot": "10" + }, + { + "destroy_message": "You will need to speak to Diango to get another set of chicken wings.", + "remove_sleeves": "true", + "examine": "I look fowl in this.", + "durability": null, + "name": "Chicken wings", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11020", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "destroy_message": "You will need to speak to Diango to get another chicken head.", + "examine": "Cock-a-doodle-do!", + "durability": null, + "name": "Chicken head", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11021", + "equipment_slot": "0" + }, + { + "destroy_message": "You will need to speak to Diango to get another set of chicken legs.", + "examine": "What's the matter, are you chicken?", + "durability": null, + "name": "Chicken legs", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11022", + "equipment_slot": "7" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Let's see how far the rabbit hole goes.", + "durability": null, + "name": "Magic egg", + "archery_ticket_price": "0", + "id": "11023" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Used for making chocolate rabbits.", + "durability": null, + "name": "Rabbit mould", + "archery_ticket_price": "0", + "id": "11024" + }, + { + "examine": "Some chocolate chunks.", + "durability": null, + "name": "Chocolate chunks", + "archery_ticket_price": "0", + "id": "11025" + }, + { + "examine": "Chocolatey kebbit goodness.", + "durability": null, + "name": "Chocolate kebbit", + "archery_ticket_price": "0", + "id": "11026" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11027", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11028", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11029", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11030", + "equipment_slot": "3" + }, + { + "destroy_message": "These logs will be destroyed if you drop them and you will need to see Olaf Hradson to get some more.", + "examine": "A number of dripping, waterlogged planks.", + "durability": null, + "name": "Damp planks", + "archery_ticket_price": "0", + "id": "11031" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A log with some squiggles carved into it.", + "durability": null, + "name": "Crude carving", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11032" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Another log with some sort of bird hacked into it.", + "durability": null, + "name": "Cruder carving", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11033" + }, + { + "destroy_message": "This map will be destroyed if you drop it and you will need to see Olaf Hradson to get another.", + "examine": "A faded map marking a cross next to a section of the landscape.", + "durability": null, + "name": "Sven's last map", + "archery_ticket_price": "0", + "id": "11034" + }, + { + "destroy_message": "These logs will be destroyed if you drop them and you will need to chop more from the windswept tree.", + "examine": "Logs taken from the exotic-looking windswept tree.", + "durability": null, + "name": "Windswept logs", + "archery_ticket_price": "0", + "id": "11035" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "examine": "A salty sword.", "has_special": "true", - "render_anim": "1", - "requirements": "{0,30}", - "run_anim": "824", - "shop_price": "200", - "stand_anim": "808", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6" - }, - { - "id": "14633", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", + "durability": null, + "weight": "1.8", "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14634", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14635", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14636", - "name": "Slayer helmet (e)", - "examine": "You don't want to wear it inside-out.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "650" - }, - { - "id": "14637", - "name": "Slayer helmet (charged)", - "examine": "You don't want to wear it inside-out.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "650" - }, - { - "id": "14638", - "name": "Ring of wealth", - "examine": "It can be charged at the Fountain of Rune.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14639", - "name": "Ring of wealth", - "examine": "It can be charged at the Fountain of Rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14640", - "name": "Ring of wealth(1)", - "examine": "An enchanted ring with one teleport charge.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14641", - "name": "Ring of wealth(1)", - "examine": "An enchanted ring with one teleport charge.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14642", - "name": "Ring of wealth(2)", - "examine": "An enchanted ring with two teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14643", - "name": "Ring of wealth(2)", - "examine": "An enchanted ring with two teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14644", - "name": "Ring of wealth(3)", - "examine": "An enchanted ring with three teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14645", - "name": "Ring of wealth(3)", - "examine": "An enchanted ring with three teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14646", - "name": "Ring of wealth(4)", - "examine": "An enchanted ring with four teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14647", - "name": "Ring of wealth(4)", - "examine": "An enchanted ring with four teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14648", - "name": "Jangles the Monkey Backpack", - "examine": "A totally alive monkey friend for your back!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "0", - "shop_price": "0", - "tradeable": "false", - "weight": "0.0" - }, - { - "id": "14649", - "name": "Zanik ring", - "examine": "A ring for only the truest of cave goblins. And Logg too.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "0", - "tradeable": "false" - }, - { - "id": "14650", - "name": "Wizard hat", - "examine": "A standard issue wizard hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "0", - "hat": "true", - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "14651", - "name": "Ancient Blueprints", - "examine": "Mysterious blueprints written in an alien language.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": " WARNING: You will have to reobtain this item the hard way.", - "durability": null, - "weight": "0.1" - }, - { - "id": "14652", - "name": "Ring of the Star Sprite", - "examine": "A stardust-infused dragonstone ring.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another by bringing the materials along with the blueprint to a Star Sprite.", - "durability": null, - "equipment_slot": "12", - "weight": "0.1" - }, - { - "id": "14654", - "name": "Staff of the raven", - "examine": "A staff with a spooky raven head attached.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "420", - "destroy": "true", - "durability": null, - "equip_audio": "2247", + "weapon_interface": "6", "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "200", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" + "attack_anims": "390,390,381,390", + "grand_exchange_price": "120200", + "name": "Brine sabre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11037", + "bonuses": "7,47,-2,0,0,0,0,0,0,0,0,46,0,0,0" }, { - "id": "14655", - "name": "Staff of the raven", - "examine": "A staff with a spooky raven head attached.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "420", - "destroy": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "120200", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "200", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" + "name": "Brine sabre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11038" }, { - "id": "14656", - "name": "Staff of the raven", - "examine": "A staff with a spooky raven head attached.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "420", - "destroy": "true", + "examine": "Looks like it might still float.", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "200", - "stand_anim": "813", - "stand_turn_anim": "1209", + "name": "Rotten barrel", "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" + "destroy": "true", + "archery_ticket_price": "0", + "id": "11044" }, { - "id": "14658", - "name": "Bunny ears", - "examine": "A rabbit-like adornment, back in black!", - "archery_ticket_price": "0", + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Looks like it might still float.", + "durability": null, + "name": "Rotten barrel", + "tradeable": "false", "destroy": "true", - "destroy_message": "This item can not be reclaimed.", - "equipment_slot": "0", + "archery_ticket_price": "0", + "id": "11045" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "11046" + }, + { + "examine": "Eww, a bald rat!", + "durability": null, + "name": "Brine rat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "11047" + }, + { + "examine": "A piece of ancient goblin armour.", + "durability": null, + "name": "Armour shard", + "archery_ticket_price": "0", + "id": "11048" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11049" + }, + { "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Axe head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11050" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", "tradeable": "false", - "weight": "0.2" + "destroy": "true", + "archery_ticket_price": "0", + "id": "11051" + }, + { + "examine": "A piece of ancient goblin helmet.", + "durability": null, + "name": "Helmet fragment", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11052" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11053" + }, + { + "examine": "A piece of an ancient goblin shield.", + "durability": null, + "name": "Shield fragment", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11054" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11055" + }, + { + "examine": "A piece of an ancient goblin sword.", + "durability": null, + "name": "Sword fragment", + "archery_ticket_price": "0", + "id": "11056" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11057" + }, + { + "durability": null, + "attack_audios": "2508,2508,25092508", + "name": "Mace", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "11058" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11059" + }, + { + "shop_price": "2", + "examine": "Oldak's marvellous Moving-over-distance Sphere", + "durability": null, + "name": "Goblin village sphere", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "11060" + }, + { + "requirements": "{0,25}-{5,15}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "It has ancient goblin symbols on it.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "4093", + "attack_audios": "2508,2508,25092508", + "name": "Ancient mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11061", + "bonuses": "10,-2,16,0,0,0,0,0,0,0,0,14,3,0,0" + }, + { + "durability": null, + "name": "Ancient mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11064" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold bracelets.", + "grand_exchange_price": "456", + "durability": null, + "name": "Bracelet mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "11065" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "456", + "durability": null, + "name": "Bracelet mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11066" + }, + { + "shop_price": "165", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "223", + "durability": null, + "name": "Gold bracelet", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11069", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "223", + "durability": null, + "name": "Gold bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11070" + }, + { + "shop_price": "1035", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "578", + "durability": null, + "name": "Sapphire bracelet", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11072", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "578", + "durability": null, + "name": "Sapphire bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11073" + }, + { + "shop_price": "506", + "ge_buy_limit": "5000", + "examine": "Now I can become a potter.", + "grand_exchange_price": "644", + "durability": null, + "name": "Bracelet of clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11074", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "644", + "durability": null, + "name": "Bracelet of clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11075" + }, + { + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "786", + "durability": null, + "name": "Emerald bracelet", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11076", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "786", + "durability": null, + "name": "Emerald bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11077" + }, + { + "ge_buy_limit": "34464", + "examine": "Must be worn as you enter the game to receive the bonus for that game.", + "grand_exchange_price": "926", + "durability": null, + "name": "Castlewar brace(3)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11079", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "926", + "durability": null, + "name": "Castlewar brace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11080" + }, + { + "examine": "Must be worn as you enter the game to receive the bonus for that game.", + "grand_exchange_price": "3", + "durability": null, + "name": "Castlewar brace(2)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11081", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Castlewar brace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11082" + }, + { + "ge_buy_limit": "5000", + "examine": "Must be worn as you enter the game to receive the bonus for that game.", + "grand_exchange_price": "3484", + "durability": null, + "name": "Castlewar brace(1)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11083", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3484", + "durability": null, + "name": "Castlewar brace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11084" + }, + { + "shop_price": "2325", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "1271", + "durability": null, + "name": "Ruby bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11085", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1271", + "durability": null, + "name": "Ruby bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11086" + }, + { + "ge_buy_limit": "5000", + "examine": "It eases diseases!", + "grand_exchange_price": "1376", + "durability": null, + "name": "Inoculation brace", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11088", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1376", + "durability": null, + "name": "Inoculation brace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11089" + }, + { + "ge_buy_limit": "5000", + "examine": "In case of emergency, wear necklace.", + "grand_exchange_price": "15400", + "durability": null, + "name": "Phoenix necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11090", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "15400", + "durability": null, + "name": "Phoenix necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11091" + }, + { + "shop_price": "3422", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "12100", + "durability": null, + "name": "Diamond bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11092", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "12100", + "durability": null, + "name": "Diamond bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11093" + }, + { + "ge_buy_limit": "5000", + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "15200", + "durability": null, + "name": "Forinthry brace(5)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11095", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "15200", + "durability": null, + "name": "Forinthry brace(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11096" + }, + { + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "5", + "durability": null, + "name": "Forinthry brace(4)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11097", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Forinthry brace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11098" + }, + { + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "5", + "durability": null, + "name": "Forinthry brace(3)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11099", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Forinthry brace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11100" + }, + { + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "5", + "durability": null, + "name": "Forinthry brace(2)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11101", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Forinthry brace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11102" + }, + { + "ge_buy_limit": "5000", + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "2537", + "durability": null, + "name": "Forinthry brace(1)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11103", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2537", + "durability": null, + "name": "Forinthry brace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11104" + }, + { + "ge_buy_limit": "100", + "examine": "This will help me travel.", + "grand_exchange_price": "30400", + "durability": null, + "name": "Skills necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11105", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30400", + "durability": null, + "name": "Skills necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11106" + }, + { + "examine": "This will help me travel.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skills necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11107", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Skills necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11108" + }, + { + "examine": "This will help me travel.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skills necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11109", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Skills necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11110" + }, + { + "examine": "This will help me travel.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skills necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11111", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Skills necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11112" + }, + { + "ge_buy_limit": "100", + "examine": "This will help me travel.", + "grand_exchange_price": "28400", + "durability": null, + "name": "Skills necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11113", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28400", + "durability": null, + "name": "Skills necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11114" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon bracelet", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11115", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11116" + }, + { + "ge_buy_limit": "100", + "examine": "A handy way to get around.", + "grand_exchange_price": "29700", + "durability": null, + "name": "Combat bracelet(4)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11118", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11119" + }, + { + "examine": "A handy way to get around.", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(3)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11120", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11121" + }, + { + "examine": "A handy way to get around.", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(2)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11122", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11123" + }, + { + "examine": "A handy way to get around.", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(1)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11124", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11125" + }, + { + "ge_buy_limit": "100", + "examine": "You will need to recharge the bracelet at the Legends Guild.", + "grand_exchange_price": "29000", + "durability": null, + "name": "Combat bracelet", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11126", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11127" + }, + { + "ge_buy_limit": "100", + "examine": "Makes obsidian weapons even stronger!", + "grand_exchange_price": "2400000", + "durability": null, + "name": "Berserker necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11128", + "bonuses": "-10,-10,-10,0,0,-20,-20,-20,-20,-20,-20,7,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2400000", + "durability": null, + "name": "Berserker necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11129" + }, + { + "shop_price": "80400", + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "941200", + "durability": null, + "name": "Onyx bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11130", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "941200", + "durability": null, + "name": "Onyx bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11131" + }, + { + "ge_buy_limit": "100", + "examine": "Helps to restore your life points.", + "grand_exchange_price": "124200", + "durability": null, + "name": "Regen bracelet", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11133", + "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124200", + "durability": null, + "name": "Regen bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11134" + }, + { + "remove_sleeves": "true", + "examine": "For all your flying needs.", + "durability": null, + "name": "Bomber jacket", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11135", + "equipment_slot": "4" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pair of pale green Karamja gloves.", + "durability": null, + "name": "Karamja gloves 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11136", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11137" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pair of green Karamja gloves.", + "durability": null, + "name": "Karamja gloves 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11138", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11139" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pair of dark green Karamja gloves.", + "durability": null, + "name": "Karamja gloves 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11140", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11141" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", + "durability": null, + "name": "Dream vial (empty)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11151" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", + "durability": null, + "name": "Dream vial (water)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11152" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", + "durability": null, + "name": "Dream vial (herb)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11153" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Potion of Shared Dreaming. One dream for two!", + "durability": null, + "name": "Dream potion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11154" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A ground astral rune.", + "durability": null, + "name": "Ground astral rune", + "archery_ticket_price": "0", + "id": "11155" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An astral rune that has been broken into shards.", + "durability": null, + "name": "Astral rune shards", + "archery_ticket_price": "0", + "id": "11156" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A lunar-styled lamp. I wonder what's inside?", + "durability": null, + "name": "Dreamy lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11157" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Perfect for storing heavy things.", + "durability": null, + "name": "Cyrisus's chest", + "tradeable": "false", + "destroy": "true", + "weight": "6", + "archery_ticket_price": "0", + "id": "11158" + }, + { + "destroy_message": "You will have to create another using the Lunar Spellbook.", + "ge_buy_limit": "100", + "examine": "A box of Hunter goodies.", + "grand_exchange_price": "3", + "durability": null, + "name": "Hunter kit", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "11159" + }, + { + "destroy_message": "You'll need to get it back from Captain Rovin.", + "examine": "Complete Shield of Arrav.", + "durability": null, + "name": "Restored shield", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "11164" + }, + { + "turn90cw_anim": "821", + "examine": "Second-rate crossbow, former property of the Phoenix Gang.", + "walk_anim": "4226", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Phoenix crossbow", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "11165", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Phoenix crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11166" + }, + { + "turn90cw_anim": "821", + "examine": "Second-rate crossbow, former property of the Phoenix Gang.", + "walk_anim": "4226", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Phoenix crossbow", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "11167", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Phoenix crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11168" + }, + { + "shop_price": "50", + "examine": "A collection of written news on paper!", + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11169" + }, + { + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11170" + }, + { + "shop_price": "50", + "examine": "A collection of written news on paper!", + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11171" + }, + { + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11172" + }, + { + "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.", + "examine": "I can use this to claim a reward from the King, if I get the other half.", + "durability": null, + "name": "Half certificate", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11173" + }, + { + "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.", + "examine": "I can use this to claim a reward from the King, if I get the other half.", + "durability": null, + "name": "Half certificate", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11174" + }, + { + "destroy_message": "You can get another find from the pile in the cleaning area of Varrock Museum.", + "examine": "A roughly-prepared archaeological find ready for cleaning.", + "durability": null, + "name": "Uncleaned find", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11175" + }, + { + "examine": "An old looking coin.", + "durability": null, + "name": "Old coin", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11179" + }, + { + "examine": "A cracked and rusty looking coin.", + "durability": null, + "name": "Ancient coin", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11180" + }, + { + "examine": "A very old symbol of Saradomin.", + "durability": null, + "name": "Ancient symbol", + "archery_ticket_price": "0", + "id": "11181" + }, + { + "examine": "An old symbol of Saradomin.", + "durability": null, + "name": "Old symbol", + "archery_ticket_price": "0", + "id": "11182" + }, + { + "examine": "An old vase with Saradominist markings - it has been chipped.", + "durability": null, + "name": "Old chipped vase", + "archery_ticket_price": "0", + "id": "11183" + }, + { + "examine": "A map of Varrock Museum.", + "durability": null, + "name": "Museum map", + "archery_ticket_price": "0", + "id": "11184" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11185" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11186" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11187" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11188" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11189" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (1)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11190", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (2)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11191", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (3)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11192", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (4)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11193", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (5)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11194", + "equipment_slot": "2" + }, + { + "examine": "A recently-cleaned necklace.", + "durability": null, + "name": "Clean necklace", + "archery_ticket_price": "0", + "id": "11195", + "equipment_slot": "2" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "One of Grimgnash's feathers.", + "durability": null, + "name": "Griffin feather", + "archery_ticket_price": "0", + "id": "11196" + }, + { + "destroy_message": "You will need to try and find another pendant in the mouse hole if you destroy this.", + "examine": "The pendant belonging to Miazrqa.", + "durability": null, + "name": "Miazrqa's pendant", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11197" + }, + { + "destroy_message": "You will need to find another sheet of music in the witch's basement if you destroy this.", + "examine": "A sheet of music.", + "durability": null, + "name": "Music sheet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11198" + }, + { + "destroy_message": "You will need to obtain another helmet from Rupert the Beard if you destroy this", + "shop_price": "60000", + "examine": "A sturdy helmet that belonged to Rupert the beard.", + "durability": null, + "name": "Rupert's helmet", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11199" + }, + { + "remove_head": "true", + "requirements": "{1,50}", + "shop_price": "60000", + "ge_buy_limit": "100", + "examine": "A sturdy helmet that belonged to Rupert the beard.", + "durability": null, + "weight": "1.9", + "equipment_slot": "0", + "grand_exchange_price": "35800", + "name": "Dwarven helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11200", + "bonuses": "0,0,6,-2,-2,27,28,31,5,24,8,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35800", + "durability": null, + "name": "Dwarven helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11201" + }, + { + "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.", + "examine": "A recipe for a shrinking potion.", + "durability": null, + "name": "Shrinking recipe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11202" + }, + { + "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.", + "examine": "A list of tasks for the day.", + "durability": null, + "name": "To-do list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11203" + }, + { + "destroy_message": "You will need to make another shrinking potion if you destroy this.", + "examine": "Apparently it shrinks you. Very fast.", + "durability": null, + "name": "Shrink-me-quick", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11204", + "equipment_slot": "3" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "A shrunk ogleroot! How odd...", + "grand_exchange_price": "35", + "durability": null, + "name": "Shrunk ogleroot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11205" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A shiny golden goblin. Strange!", + "durability": null, + "name": "Golden goblin", + "tradeable": "false", + "destroy": "true", + "weight": "30", + "archery_ticket_price": "0", + "id": "11210" + }, + { + "destroy_message": "You will need to get another bag of beans from Sylas if you destroy this one.", + "examine": "A bag of magic beans.", + "durability": null, + "name": "Magic beans", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11211" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "2674", + "durability": null, + "name": "Dragon arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11212", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", + "grand_exchange_price": "3988", + "durability": null, + "name": "Dragon fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11217", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", + "grand_exchange_price": "3834", + "durability": null, + "name": "Dragon fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11222", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "3141", + "durability": null, + "name": "Dragon arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11227", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "2866", + "durability": null, + "name": "Dragon arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11228", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "3766", + "durability": null, + "name": "Dragon arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11229", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "315", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11230", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "445", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11231", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dragon dart tip - needs feathers for flight.", + "grand_exchange_price": "746", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Dragon dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11232" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "516", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11233", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "1248", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11234", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A bow from a darker dimension.", + "walk_anim": "819", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "822", + "attack_speed": "9", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "143400", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "11235", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,60}", + "durability": null, + "weight": "1.9", + "weapon_interface": "16", + "equip_audio": "3738", + "render_anim": "1", + "lendable": "true", + "attack_audios": "3731,0,0,0", + "name": "Dark bow" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "143400", + "durability": null, + "name": "Dark bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11236" + }, + { + "ge_buy_limit": "10000", + "examine": "Dragon talons, usable as arrowheads.", + "grand_exchange_price": "3391", + "durability": null, + "name": "Dragon arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11237" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "A baby impling in a jar. That's a bit cruel.", + "grand_exchange_price": "529", + "durability": null, + "name": "Baby impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11238" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "529", + "durability": null, + "name": "Baby impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11239" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "A young impling in a jar. Don't trap me, man.", + "grand_exchange_price": "514", + "durability": null, + "name": "Young impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11240" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "514", + "durability": null, + "name": "Young impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11241" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "A gourmet impling in a jar.", + "grand_exchange_price": "677", + "durability": null, + "name": "Gourm' impling jar", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11242" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "677", + "durability": null, + "name": "Gourm' impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11243" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Earth impling in a jar.", + "grand_exchange_price": "1343", + "durability": null, + "name": "Earth impling jar", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11244" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1343", + "durability": null, + "name": "Earth impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11245" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Essence impling in a jar.", + "grand_exchange_price": "1266", + "durability": null, + "name": "Ess' impling jar", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11246" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1266", + "durability": null, + "name": "Ess' impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11247" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Eclectic impling in a jar.", + "grand_exchange_price": "2943", + "durability": null, + "name": "Eclectic impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11248" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2943", + "durability": null, + "name": "Eclectic impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11249" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Nature impling in a jar.", + "grand_exchange_price": "8593", + "durability": null, + "name": "Nature impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11250" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8593", + "durability": null, + "name": "Nature impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11251" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Magpie impling in a jar.", + "grand_exchange_price": "22900", + "durability": null, + "name": "Magpie impling jar", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11252" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "22900", + "durability": null, + "name": "Magpie impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11253" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Ninja impling in a jar.", + "grand_exchange_price": "21800", + "durability": null, + "name": "Ninja impling jar", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11254" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "21800", + "durability": null, + "name": "Ninja impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11255" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "500", + "examine": "Dragon impling in a jar.", + "grand_exchange_price": "423600", + "durability": null, + "name": "Dragon impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11256" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "423600", + "durability": null, + "name": "Dragon impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11257" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Creates butterfly and impling jars.", + "durability": null, + "name": "Jar generator", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11258" + }, + { + "turn90cw_anim": "6610", + "examine": "For catching butterflies.", + "walk_anim": "6607", + "turn90ccw_anim": "6609", + "attack_speed": "4", + "two_handed": "", + "turn180_anim": "6608", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.", + "stand_anim": "6604", + "tradeable": "false", + "run_anim": "6603", + "archery_ticket_price": "0", + "id": "11259", + "stand_turn_anim": "6611", + "requirements": "{21,17}", + "shop_price": "3", + "durability": null, + "destroy": "true", + "weight": "0.2", + "weapon_interface": "14", + "render_anim": "1426", + "name": "Magic butterfly net" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "It's got little holes in the top.", + "grand_exchange_price": "248", + "durability": null, + "name": "Impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11260" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "durability": null, + "name": "Impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11261" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Imps seem to hate this stuff. Can't say I blame them.", + "grand_exchange_price": "1016", + "durability": null, + "name": "Imp repellent", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11262" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1016", + "durability": null, + "name": "Imp repellent", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11263" + }, + { + "ge_buy_limit": "100", + "examine": "Omega 3 oil. Good for the brain, not so for the nose.", + "grand_exchange_price": "601", + "durability": null, + "name": "Anchovy oil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11264" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "601", + "durability": null, + "name": "Anchovy oil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11265" + }, + { + "ge_buy_limit": "100", + "examine": "Fish paste. Urk.", + "grand_exchange_price": "57", + "durability": null, + "name": "Anchovy paste", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11266" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11267" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11268" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11269" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11270" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11271" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11272" + }, + { + "destroy_message": "You will have to ask Elnock for another one of these.", + "examine": "Lets you easily identify your prey.", + "durability": null, + "name": "Impling scroll", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11273" + }, + { + "remove_sleeves": "true", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "grand_exchange_price": "27", + "durability": null, + "name": "Ham shirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "11274", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11275" + }, + { + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11276" + }, + { + "lendable": "true", + "examine": "I hope I don't meet any roundheads...", + "durability": null, + "name": "Cavalier mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11277", + "equipment_slot": "8" + }, + { + "examine": "Essential mime wear.", + "durability": null, + "name": "Beret mask", + "weight": "1", + "archery_ticket_price": "0", + "id": "11278", + "equipment_slot": "0" + }, + { + "destroy_message": "You can complete the quest by speaking to Oziach even if you do not have the head.", + "examine": "The severed head of the great dragon Elvarg!", + "durability": null, + "name": "Elvarg's head", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11279", + "equipment_slot": "3" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "I hope I don't meet any roundheads...", + "durability": null, + "name": "Cavalier and mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11280", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Cavalier and mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11281" + }, + { + "remove_head": "true", + "examine": "Essential mime wear.", + "durability": null, + "name": "Beret and mask", + "weight": "1", + "archery_ticket_price": "0", + "id": "11282", + "equipment_slot": "0" + }, + { + "requirements": "{1,75}", + "examine": "A heavy shield with a snarling, draconic visage.", + "grand_exchange_price": "5653008", + "rare_item": "true", + "durability": null, + "name": "Dragonfire shield", + "weight": "7.2", + "archery_ticket_price": "0", + "id": "11283", + "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0", + "equip_audio": "2245", + "equipment_slot": "5" + }, + { + "requirements": "{1,75}", + "ge_buy_limit": "10", + "examine": "A heavy shield with a snarling, draconic visage.", + "rare_item": "true", + "durability": null, + "weight": "7.2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "7700000", + "name": "Dragonfire shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11284", + "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "7700000", + "durability": null, + "name": "Dragonfire shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11285" + }, + { + "ge_buy_limit": "10", + "examine": "It looks like this could be attached to a shield somehow.", + "grand_exchange_price": "8000000", + "rare_item": "true", + "durability": null, + "name": "Draconic visage", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "11286" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "8000000", + "durability": null, + "name": "Draconic visage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11287" + }, + { + "examine": "A heavy barbarian Fishing rod.", + "durability": null, + "name": "Barbarian rod", + "weight": "1", + "archery_ticket_price": "0", + "id": "11323" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "Roe, or cheap fishy eggs.", + "grand_exchange_price": "17", + "durability": null, + "name": "Roe", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "11324" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "17", + "durability": null, + "name": "Roe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11325" + }, + { + "ge_buy_limit": "5000", + "examine": "Caviar, or expensive fishy eggs.", + "grand_exchange_price": "370", + "durability": null, + "name": "Caviar", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "11326" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "370", + "durability": null, + "name": "Caviar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11327" + }, + { + "shop_price": "11", + "ge_buy_limit": "5000", + "examine": "A sad-looking trout.", + "grand_exchange_price": "9", + "durability": null, + "name": "Leaping trout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11328" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "durability": null, + "name": "Leaping trout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11329" + }, + { + "ge_buy_limit": "5000", + "examine": "Some non-tasty salmon.", + "grand_exchange_price": "19", + "durability": null, + "name": "Leaping salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11330" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "19", + "durability": null, + "name": "Leaping salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11331" + }, + { + "ge_buy_limit": "5000", + "examine": "A bloated sturgeon.", + "grand_exchange_price": "151", + "durability": null, + "name": "Leaping sturgeon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11332" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "151", + "durability": null, + "name": "Leaping sturgeon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11333" + }, + { + "ge_buy_limit": "100", + "examine": "Slices of inedible fish.", + "grand_exchange_price": "2", + "durability": null, + "name": "Fish offcuts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11334" + }, + { + "remove_head": "true", + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "Protects your head and looks impressive too.", + "rare_item": "true", + "durability": null, + "weight": "2", + "absorb": "2,0,4", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "51600000", + "name": "Dragon full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11335", + "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "51600000", + "durability": null, + "name": "Dragon full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11336" + }, + { + "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.", + "examine": "The bones of a barbarian warrior, slain by his fellow adventurers.", + "durability": null, + "name": "Mangled bones", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11337" + }, + { + "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.", + "examine": "The bones of a barbarian warrior, slain by vile dragons.", + "durability": null, + "name": "Chewed bones", + "destroy": "true", + "weight": "9.6", + "archery_ticket_price": "0", + "id": "11338" + }, + { + "destroy_message": "I can obtain another from Otto.", + "examine": "Records from my discoveries beneath the lake.", + "durability": null, + "name": "My notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11339" + }, + { + "destroy_message": "I can obtain another from Otto.", + "examine": "A record of Otto's instructions to me.", + "durability": null, + "name": "Barbarian skills", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11340" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11341" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11342" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11343" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11344" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11345" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11346" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11347" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11348" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11349" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11350" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11351" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11352" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11353" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11354" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11355" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11356" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11357" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11358" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11359" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11360" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11361" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11362" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11363" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11364" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11365" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11366" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "204", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11367", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "204", + "durability": null, + "name": "Bronze hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11368" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "25", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11369", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Iron hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11370" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "93", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11371", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "Steel hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11372" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "357", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11373", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "357", + "durability": null, + "name": "Mithril hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11374" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1095", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11375", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1095", + "durability": null, + "name": "Adamant hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11376" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "12300", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11377", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12300", + "durability": null, + "name": "Rune hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11378" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "290", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11379", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "290", + "durability": null, + "name": "Bronze hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11380" + }, + { + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed bronze hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Bronze hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11381", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "775", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11382", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "775", + "durability": null, + "name": "Bronze hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11383" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8974", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11384", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8974", + "durability": null, + "name": "Bronze hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11385" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "99", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11386", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "99", + "durability": null, + "name": "Iron hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11387" + }, + { + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed iron hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Iron hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11388", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "584", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11389", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "584", + "durability": null, + "name": "Iron hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11390" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8783", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11391", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8783", + "durability": null, + "name": "Iron hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11392" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "151", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11393", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "151", + "durability": null, + "name": "Steel hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11394" + }, + { + "requirements": "{0,5}", + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed steel hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Steel hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11395", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "636", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11396", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "636", + "durability": null, + "name": "Steel hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11397" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8835", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11398", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8835", + "durability": null, + "name": "Steel hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11399" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "440", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11400", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "440", + "durability": null, + "name": "Mithril hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11401" + }, + { + "requirements": "{0,20}", + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed mithril hasta", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "353", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11402", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "925", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11403", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "925", + "durability": null, + "name": "Mithril hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11404" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8711", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11405", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8711", + "durability": null, + "name": "Mithril hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11406" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1154", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11407", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1154", + "durability": null, + "name": "Adamant hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11408" + }, + { + "requirements": "{0,30}", + "turn90cw_anim": "1207", + "examine": "\tA karambwan poison-tipped, one-handed adamantite hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11409", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1639", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11410", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1639", + "durability": null, + "name": "Adamant hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11411" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "9388", + "stand_anim": "813", + "name": "Adamant hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11412", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9388", + "durability": null, + "name": "Adamant hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11413" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "12300", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11414", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12300", + "durability": null, + "name": "Rune hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11415" + }, + { + "requirements": "{0,40}", + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed rune hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11416", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "12200", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11417", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12200", + "durability": null, + "name": "Rune hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11418" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "15500", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11419", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15500", + "durability": null, + "name": "Rune hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11420" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy attack potion", + "grand_exchange_price": "20", + "durability": null, + "name": "Attack mix(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "11429" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "20", + "durability": null, + "name": "Attack mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11430" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy attack potion", + "grand_exchange_price": "19", + "durability": null, + "name": "Attack mix(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "11431" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "19", + "durability": null, + "name": "Attack mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11432" + }, + { + "ge_buy_limit": "1000", + "examine": "Two doses of fishy antipoison potion.", + "grand_exchange_price": "455", + "durability": null, + "name": "Antipoison mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11433" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "455", + "durability": null, + "name": "Antipoison mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11434" + }, + { + "ge_buy_limit": "1000", + "examine": "Two doses of fishy antipoison potion.", + "grand_exchange_price": "608", + "durability": null, + "name": "Antipoison mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11435" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "608", + "durability": null, + "name": "Antipoison mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11436" + }, + { + "ge_buy_limit": "1000", + "examine": "2 dose: Two doses of fishy Relicym's balm.", + "grand_exchange_price": "264", + "durability": null, + "name": "Relicym's mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11437" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "264", + "durability": null, + "name": "Relicym's mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11438" + }, + { + "ge_buy_limit": "1000", + "examine": "2 dose: Two doses of fishy Relicym's balm.", + "grand_exchange_price": "131", + "durability": null, + "name": "Relicym's mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11439" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "131", + "durability": null, + "name": "Relicym's mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11440" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy strength potion.", + "grand_exchange_price": "159", + "durability": null, + "name": "Strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11441" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "159", + "durability": null, + "name": "Strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11442" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy strength potion.", + "grand_exchange_price": "164", + "durability": null, + "name": "Strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11443" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "164", + "durability": null, + "name": "Strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11444" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy Combat potion", + "grand_exchange_price": "366", + "durability": null, + "name": "Combat mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11445" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "durability": null, + "name": "Combat mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11446" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy Combat potion", + "grand_exchange_price": "328", + "durability": null, + "name": "Combat mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11447" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "328", + "durability": null, + "name": "Combat mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11448" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of fishy restore potion.", + "grand_exchange_price": "17", + "durability": null, + "name": "Restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11449" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "17", + "durability": null, + "name": "Restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11450" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of fishy restore potion.", + "grand_exchange_price": "24", + "durability": null, + "name": "Restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11451" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "24", + "durability": null, + "name": "Restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11452" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy energy potion.", + "grand_exchange_price": "248", + "durability": null, + "name": "Energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11453" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "durability": null, + "name": "Energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11454" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy energy potion.", + "grand_exchange_price": "212", + "durability": null, + "name": "Energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11455" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "212", + "durability": null, + "name": "Energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11456" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy defence potion", + "grand_exchange_price": "887", + "durability": null, + "name": "Defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11457" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "887", + "durability": null, + "name": "Defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11458" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy defence potion", + "grand_exchange_price": "780", + "durability": null, + "name": "Defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11459" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "780", + "durability": null, + "name": "Defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11460" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of a fishy agility potion", + "grand_exchange_price": "388", + "durability": null, + "name": "Agility mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11461" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "388", + "durability": null, + "name": "Agility mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11462" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of a fishy agility potion", + "grand_exchange_price": "459", + "durability": null, + "name": "Agility mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11463" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "459", + "durability": null, + "name": "Agility mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11464" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of a fishy Prayer potion.", + "grand_exchange_price": "2761", + "durability": null, + "name": "Prayer mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11465" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2761", + "durability": null, + "name": "Prayer mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11466" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of a fishy Prayer potion.", + "grand_exchange_price": "1857", + "durability": null, + "name": "Prayer mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11467" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1857", + "durability": null, + "name": "Prayer mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11468" + }, + { + "ge_buy_limit": "1000", + "examine": "one/two doses of fishy super attack potion", + "grand_exchange_price": "375", + "durability": null, + "name": "Superattack mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11469" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "375", + "durability": null, + "name": "Superattack mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11470" + }, + { + "ge_buy_limit": "1000", + "examine": "one/two doses of fishy super attack potion", + "grand_exchange_price": "516", + "durability": null, + "name": "Superattack mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11471" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "516", + "durability": null, + "name": "Superattack mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11472" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy super antipoison potion.", + "grand_exchange_price": "613", + "durability": null, + "name": "Anti-p supermix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11473" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "613", + "durability": null, + "name": "Anti-p supermix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11474" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy super antipoison potion.", + "grand_exchange_price": "1119", + "durability": null, + "name": "Anti-p supermix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11475" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1119", + "durability": null, + "name": "Anti-p supermix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11476" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two Doses of fishy fishing potion.", + "grand_exchange_price": "123", + "durability": null, + "name": "Fishing mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11477" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "123", + "durability": null, + "name": "Fishing mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11478" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two Doses of fishy fishing potion.", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11479" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11480" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super energy potion.", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11481" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11482" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super energy potion.", + "grand_exchange_price": "562", + "durability": null, + "name": "Super energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11483" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "562", + "durability": null, + "name": "Super energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11484" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Super strength potion.", + "grand_exchange_price": "955", + "durability": null, + "name": "Super strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11485" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "955", + "durability": null, + "name": "Super strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11486" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Super strength potion.", + "grand_exchange_price": "1040", + "durability": null, + "name": "Super strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11487" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1040", + "durability": null, + "name": "Super strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11488" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Magic essence potion.", + "grand_exchange_price": "808", + "durability": null, + "name": "Magic ess. mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11489" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "808", + "durability": null, + "name": "Magic ess. mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11490" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Magic essence potion.", + "grand_exchange_price": "447", + "durability": null, + "name": "Magic ess. mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11491" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "447", + "durability": null, + "name": "Magic ess. mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11492" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super restore potion.", + "grand_exchange_price": "3670", + "durability": null, + "name": "Super restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11493" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3670", + "durability": null, + "name": "Super restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11494" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super restore potion.", + "grand_exchange_price": "3104", + "durability": null, + "name": "Super restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11495" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3104", + "durability": null, + "name": "Super restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11496" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy super defence potion", + "grand_exchange_price": "38", + "durability": null, + "name": "Super defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11497" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "38", + "durability": null, + "name": "Super defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11498" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy super defence potion", + "grand_exchange_price": "66", + "durability": null, + "name": "Super defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11499" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Super defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11500" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy extra strength antidote potion.", + "grand_exchange_price": "1909", + "durability": null, + "name": "Antidote+ mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11501" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1909", + "durability": null, + "name": "Antidote+ mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11502" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy extra strength antidote potion.", + "grand_exchange_price": "1330", + "durability": null, + "name": "Antidote+ mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11503" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1330", + "durability": null, + "name": "Antidote+ mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11504" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy anti-fire breath potion.", + "grand_exchange_price": "2048", + "durability": null, + "name": "Antifire mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11505" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2048", + "durability": null, + "name": "Antifire mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11506" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy anti-fire breath potion.", + "grand_exchange_price": "1444", + "durability": null, + "name": "Antifire mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11507" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1444", + "durability": null, + "name": "Antifire mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11508" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy ranging potion.", + "grand_exchange_price": "2879", + "durability": null, + "name": "Ranging mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11509" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2879", + "durability": null, + "name": "Ranging mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11510" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy ranging potion.", + "grand_exchange_price": "1880", + "durability": null, + "name": "Ranging mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11511" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1880", + "durability": null, + "name": "Ranging mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11512" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy magic potion.", + "grand_exchange_price": "1022", + "durability": null, + "name": "Magic mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11513" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1022", + "durability": null, + "name": "Magic mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11514" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy magic potion.", + "grand_exchange_price": "1323", + "durability": null, + "name": "Magic mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11515" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1323", + "durability": null, + "name": "Magic mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11516" + }, + { + "ge_buy_limit": "1000", + "examine": "Doses of fishy hunting potion", + "grand_exchange_price": "146", + "durability": null, + "name": "Hunting mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11517" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "durability": null, + "name": "Hunting mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11518" + }, + { + "ge_buy_limit": "1000", + "examine": "Doses of fishy hunting potion", + "grand_exchange_price": "87", + "durability": null, + "name": "Hunting mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11519" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "87", + "durability": null, + "name": "Hunting mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11520" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Zamorak potion.", + "grand_exchange_price": "665", + "durability": null, + "name": "Zamorak mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11521" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "665", + "durability": null, + "name": "Zamorak mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11522" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Zamorak potion.", + "grand_exchange_price": "339", + "durability": null, + "name": "Zamorak mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11523" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "339", + "durability": null, + "name": "Zamorak mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11524" + }, + { + "ge_buy_limit": "5000", + "examine": "More fluff than feather.", + "grand_exchange_price": "325", + "durability": null, + "name": "Wimpy feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11525" + }, + { + "destroy_message": "If you drop this book it will be destroyed. You cannot replace it.", + "examine": "Educate yourself.", + "durability": null, + "name": "Book of knowledge", + "weight": "1", + "archery_ticket_price": "0", + "id": "11640" + }, + { + "durability": null, + "name": "Astronomy book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11655" + }, + { + "ge_buy_limit": "100", + "examine": "A book that explains the art of crafting items from glass.", + "grand_exchange_price": "278", + "durability": null, + "name": "Glassblowing book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11656" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "278", + "durability": null, + "name": "Glassblowing book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11657" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A mage helm from the order of the Void Knights.", + "durability": null, + "name": "Void mage helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11663", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A ranger helm from the order of the Void Knights", + "durability": null, + "name": "Void ranger helm", + "tradeable": "false", + "weight": "3.6", + "archery_ticket_price": "0", + "id": "11664", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A melee helm from the order of the Void Knights.", + "durability": null, + "name": "Void melee helm", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "11665", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Void seal(8)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11666", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(7)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11667", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(6)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11668", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(5)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11669", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(4)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11670", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(3)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11671", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11672", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11673", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A mage helm from the order of the Void Knights.", + "durability": null, + "name": "Void mage helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11674", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A ranger helm from the order of the Void Knights", + "durability": null, + "name": "Void ranger helm", + "tradeable": "false", + "weight": "3.6", + "archery_ticket_price": "0", + "id": "11675", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A melee helm from the order of the Void Knights.", + "durability": null, + "name": "Void melee helm", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "11676", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "I can find another book in the Keldagrim library.", + "examine": "\"Beyond Trollheim\" by Nestor Peregrine.", + "durability": null, + "name": "Explorer's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11677" + }, + { + "destroy_message": "You'll need to visit the Sinclair Mansion to get another one.", + "examine": "A black helm, too small for your head", + "durability": null, + "name": "Black knight helm", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "11678" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11679" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A change of address form.", + "durability": null, + "name": "Address form", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11680" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It has something written on it.", + "durability": null, + "name": "Scrap paper", + "archery_ticket_price": "0", + "id": "11681" + }, + { + "examine": "I could use this to pick the lock.", + "durability": null, + "name": "Hair clip", + "archery_ticket_price": "0", + "id": "11682" + }, + { + "ge_buy_limit": "10", + "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", + "grand_exchange_price": "331300", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11686" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "331300", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11687" + }, + { + "ge_buy_limit": "10", + "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", + "grand_exchange_price": "342100", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11688" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "342100", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11689" + }, + { + "ge_buy_limit": "10", + "examine": "The blade for the ultimate weapon.", + "grand_exchange_price": "466800", + "durability": null, + "name": "Godsword blade", + "tradeable": "true", + "weight": "7.5", + "archery_ticket_price": "0", + "id": "11690" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "466800", + "durability": null, + "name": "Godsword blade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11691" + }, + { + "ge_buy_limit": "10", + "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", + "grand_exchange_price": "348500", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11692" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "348500", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11693" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A beautiful, heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "28000000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11694", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Armadyl godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "28000000", + "durability": null, + "name": "Armadyl godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11695" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A brutally heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "3700000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11696", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Bandos godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3700000", + "durability": null, + "name": "Bandos godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11697" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A gracious, heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "22000000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11698", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Saradomin godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "22000000", + "durability": null, + "name": "Saradomin godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11699" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A terrifying, heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "6100000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11700", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Zamorak godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "6100000", + "durability": null, + "name": "Zamorak godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11701" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "30600000", + "rare_item": "true", + "durability": null, + "name": "Armadyl hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11702" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "30600000", + "durability": null, + "name": "Armadyl hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11703" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "3300000", + "rare_item": "true", + "durability": null, + "name": "Bandos hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11704" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3300000", + "durability": null, + "name": "Bandos hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11705" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "24900000", + "rare_item": "true", + "durability": null, + "name": "Saradomin hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11706" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "24900000", + "durability": null, + "name": "Saradomin hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11707" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "6100000", + "rare_item": "true", + "durability": null, + "name": "Zamorak hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11708" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "6100000", + "durability": null, + "name": "Zamorak hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11709" + }, + { + "ge_buy_limit": "10", + "examine": "Part of the Godsword blade.", + "grand_exchange_price": "150200", + "durability": null, + "rare_item": "true", + "name": "Godsword shard 1", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11710" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "150200", + "durability": null, + "name": "Godsword shard 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11711" + }, + { + "ge_buy_limit": "10", + "examine": "Part of the Godsword blade.", + "grand_exchange_price": "149100", + "durability": null, + "rare_item": "true", + "name": "Godsword shard 2", + "tradeable": "true", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11712" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "149100", + "durability": null, + "name": "Godsword shard 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11713" + }, + { + "ge_buy_limit": "10", + "examine": "Part of the Godsword blade.", + "grand_exchange_price": "149800", + "durability": null, + "rare_item": "true", + "name": "Godsword shard 3", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11714" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "149800", + "durability": null, + "name": "Godsword shard 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11715" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "An evil spear.", + "walk_anim": "1205", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "5400000", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11716", + "stand_turn_anim": "1209", + "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,2,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "3", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Zamorakian spear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "5400000", + "durability": null, + "name": "Zamorakian spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11717" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "A helmet of great craftmanship.", + "rare_item": "true", + "durability": null, + "weight": "0.5", + "absorb": "0,5,2", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "4100000", + "name": "Armadyl helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11718", + "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "4100000", + "durability": null, + "name": "Armadyl helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11719" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "A chestplate of great craftsmanship", + "rare_item": "true", + "durability": null, + "weight": "4", + "absorb": "0,10,5", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "14800000", + "name": "Armadyl chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11720", + "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "14800000", + "durability": null, + "name": "Armadyl chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11721" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "2", + "examine": "A plateskirt of great craftsmanship.", + "rare_item": "true", + "durability": null, + "weight": "8", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "14800000", + "name": "Armadyl plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11722", + "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,1,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14800000", + "durability": null, + "name": "Armadyl plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11723" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "1", + "examine": "A sturdy chestplate.", + "rare_item": "true", + "durability": null, + "weight": "12", + "absorb": "4,0,9", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "14700000", + "name": "Bandos chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11724", + "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "14700000", + "durability": null, + "name": "Bandos chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11725" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "1", + "examine": "A sturdy pair of tassets.", + "rare_item": "true", + "durability": null, + "weight": "8", + "absorb": "3,0,6", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "15200000", + "name": "Bandos tassets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11726", + "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "15200000", + "durability": null, + "name": "Bandos tassets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11727" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "1", + "examine": "Some sturdy boots", + "rare_item": "true", + "durability": null, + "weight": "6", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "111700", + "name": "Bandos boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11728", + "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "111700", + "durability": null, + "name": "Bandos boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11729" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "The incredible blade of an Icyene.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7044", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "5300000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11730", + "stand_turn_anim": "7040", + "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,2,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "3", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Saradomin sword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "5300000", + "durability": null, + "name": "Saradomin sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11731" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "These will protect my feet.", + "durability": null, + "rare_item": "true", + "weight": "1", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "95400", + "name": "Dragon boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11732", + "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95400", + "durability": null, + "name": "Dragon boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11733" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scroll for Sir Tiffy. It is sealed with a wax insignia.", + "durability": null, + "name": "Knight's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11734" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scroll for Sir Tiffy. The wax seal is broken.", + "durability": null, + "name": "Knight's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11735" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "231300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11736", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2230", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Steam battlestaff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "231300", + "durability": null, + "name": "Steam battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11737" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "267600", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11738", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic steam staff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "267600", + "durability": null, + "name": "Mystic steam staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11739" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11741" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11743" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11745" + }, + { + "destroy_message": "There may be another in the chest where you found this.", + "examine": "This probably opens a chest in Golrie's caves. (Path of Glophrie)", + "durability": null, + "name": "A key to a chest", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11747" + }, + { + "destroy_message": "There may be another in the chest where you found this.", + "examine": "This opens the door into Golrie's strongroom. (Path of Glophrie)", + "durability": null, + "name": "Strongroom key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11748" + }, + { + "destroy_message": "Maybe Brimstail will have another crystal seed you could grow into a chime.", + "examine": "It makes a sound.", + "durability": null, + "name": "Crystal chime", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11749", + "equipment_slot": "3" + }, + { + "destroy_message": "There may be another in the chest where you found this.", + "examine": "Notes written by Yewnock while copying Oaknock's machine.", + "durability": null, + "name": "Yewnock's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11750" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11753" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11754" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11755" + }, + { + "destroy_message": "You will need to get a new set of armour from Rat Burgiss if you destroy this one.", + "remove_sleeves": "true", + "examine": "Varrock Smithing armour.", + "durability": null, + "name": "Varrock armour 1", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11756", + "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "You will need to get a new set of armour from Reldo if you destroy this one.", + "remove_sleeves": "true", + "examine": "Varrock smithing armour.", + "durability": null, + "name": "Varrock armour 2", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11757", + "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "You will need to get a new set of armour from Vannaka if you destroy this one.", + "remove_sleeves": "true", + "examine": "Varrock smithing armour.", + "durability": null, + "name": "Varrock armour 3", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11758", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "shop_price": "4", + "examine": "A number of wooden logs.", + "grand_exchange_price": "124", + "durability": null, + "name": "Logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11760" + }, + { + "destroy_message": "You can get the diary again from Sandy's desk.", + "examine": "A locked/unlocked diary.", + "durability": null, + "name": "Locked diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11761" + }, + { + "destroy_message": "You can get the diary again from Sandy's desk.", + "examine": "A locked/unlocked diary.", + "durability": null, + "name": "Unlocked diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11762" + }, + { + "destroy_message": "You can get the foot again from the creatures in the Jade Vine.", + "examine": "A wizard's severed foot. You can tell by the robes.", + "durability": null, + "name": "Foot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11764" + }, + { + "destroy_message": "You can get the arm again from the creatures in the Jade Vine.", + "examine": "\"A wizard's severed arm. You can tell by the robes.", + "durability": null, + "name": "Left arm", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11766" + }, + { + "destroy_message": "You can get the arm again from the creatures in the Jade Vine.", + "examine": "A wizard's severed arm. You can tell by the robes.", + "durability": null, + "name": "Right arm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11767" + }, + { + "destroy_message": "You can get the leg again from the creatures in the Jade Vine.", + "examine": "A wizard's severed leg. You can tell by the robes.", + "durability": null, + "name": "Left leg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11768" + }, + { + "destroy_message": "You can get the leg again from the creatures in the Jade Vine.", + "examine": "A wizard's severed leg. You can tell by the robes.", + "durability": null, + "name": "Right leg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11769" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11770" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11771" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11772" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11773" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11774" + }, + { + "examine": "A floppy root cutting. Quite dead.", + "durability": null, + "name": "Wilted cutting", + "archery_ticket_price": "0", + "id": "11775" + }, + { + "examine": "A potted root.", + "durability": null, + "name": "Potted root", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11776" + }, + { + "destroy_message": "You can get the sealed pot back by visiting Garth, the farmer on Karamja.", + "examine": "This sealed pot contains your vine cutting - hopefully still alive.", + "durability": null, + "name": "Sealed pot", + "tradeable": "false", + "destroy": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11777" + }, + { + "examine": "A large seed.", + "durability": null, + "name": "Jade vine seed", + "archery_ticket_price": "0", + "id": "11778" + }, + { + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "Surely this holds many a dark tale...", + "durability": null, + "name": "The grim reaper's diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11780" + }, + { + "bankable": "false", + "destroy_message": "Another can be found in the Grim Reaper's house.", + "examine": "Some of the Grim Reaper's garb.", + "durability": null, + "name": "Grim's robe", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11781" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "Someone's Last Will and Testament.", + "durability": null, + "name": "Last will and testament", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11782" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "A tasty treat for Muncher.", + "durability": null, + "name": "Human bones", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11783" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "Ooooh spooky!", + "durability": null, + "name": "Servant's skull", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11784" + }, + { + "bankable": "false", + "destroy_message": "You can get a replacement from Diango in Draynor Village.", + "examine": "There's not much sand left in the top half...", + "durability": null, + "name": "Hourglass", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11785" + }, + { + "bankable": "false", + "destroy_message": "Another can be found in the Grim Reaper's house.", + "examine": "Used to sharpen the blade of a scythe.", + "durability": null, + "attack_audios": "2524,2524,2522,2524", + "name": "Scythe sharpener", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11786" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "That's gross. Why am I carrying it around?", + "durability": null, + "name": "Human eye", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11787" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "A 'Voice of Doom' potion, used to deepen your voice.", + "durability": null, + "name": "'voice of doom' potion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11788" + }, + { + "remove_head": "true", + "destroy_message": "You should be able to get another from Diango in Draynor Village.", + "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...", + "durability": null, + "name": "Grim reaper hood", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11789", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "destroy_message": "You should be able to get another from Diango in Draynor Village.", + "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...", + "durability": null, + "name": "Grim reaper hood", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11790", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "White goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "11791", + "equipment_slot": "4" + }, + { + "examine": "Smaller than the average goblin. After The Chosen Commander: Oldak's new assistant.", + "durability": null, + "name": "Grubfoot", + "archery_ticket_price": "0", + "id": "11792" + }, + { + "examine": "See article", + "durability": null, + "name": "Zanik", + "archery_ticket_price": "0", + "id": "11793" + }, + { + "shop_price": "32", + "examine": "Oldak's Marvellous Moving-Over-Distance Sphere", + "durability": null, + "name": "Plain of mud sphere", + "archery_ticket_price": "0", + "id": "11794" + }, + { + "destroy_message": "The Ekeleshuun priest probably has a spare.", + "examine": "The key you stole from the Ekeleshuun priest.", + "durability": null, + "name": "Ekeleshuun key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11795" + }, + { + "destroy_message": "The Narogoshuun priest probably has a spare.", + "examine": "The key you stole from the Narogoshuun priest.", + "durability": null, + "name": "Narogoshuun key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11796" + }, + { + "destroy_message": "The Huzamogaarb priest probably has a spare.", + "examine": "The key you stole from the Huzamogaarb priest.", + "durability": null, + "name": "Huzamogaarb key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11797" + }, + { + "destroy_message": "The Saragorgak priest probably has a spare.", + "examine": "The key you stole from the Saragorgak priest.", + "durability": null, + "name": "Saragorgak key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11798" + }, + { + "destroy_message": "The Horogothgar priest probably has a spare.", + "examine": "The key you stole from the Horogothgar priest.", + "durability": null, + "name": "Horogothgar key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11799" + }, + { + "destroy_message": "The Yurkolgokh priest probably has a spare.", + "examine": "The key you stole from the Yurkolgokh priest.", + "durability": null, + "name": "Yurkolgokh key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11800" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Snothead's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11802" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Snailfeet's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11803" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Mosschin's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11804" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Redeyes's bone", + "archery_ticket_price": "0", + "id": "11805" + }, + { + "examine": "An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Strongbones's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11806" + }, + { + "examine": "You can combine these with a toadflax to make a goblin transformation potion.", + "durability": null, + "name": "Pharmakos berries", + "archery_ticket_price": "0", + "id": "11807" + }, + { + "examine": "An ugly albino fish.", + "durability": null, + "name": "Whitefish", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11808" + }, + { + "examine": "4 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (4)", + "archery_ticket_price": "0", + "id": "11809", + "equipment_slot": "5" + }, + { + "examine": "3 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (3)", + "archery_ticket_price": "0", + "id": "11810" + }, + { + "examine": "2 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (2)", + "archery_ticket_price": "0", + "id": "11811" + }, + { + "examine": "1 dose of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (1)", + "archery_ticket_price": "0", + "id": "11812" + }, + { + "shop_price": "177", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing bronze full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "614", + "durability": null, + "name": "Bronze armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11814" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "614", + "durability": null, + "name": "Bronze armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11815" + }, + { + "shop_price": "177", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing bronze full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "938", + "durability": null, + "name": "Bronze armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11816", + "bonuses": "0,0,0,-59,-19,27,26,18,-11,25,5,0,0,1,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "938", + "durability": null, + "name": "Bronze armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11817" + }, + { + "shop_price": "1022", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing iron full helm, platebody, legs, and kiteshield.", + "grand_exchange_price": "1830", + "durability": null, + "name": "Iron armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11818", + "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1830", + "durability": null, + "name": "Iron armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11819" + }, + { + "shop_price": "1022", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing iron full helm, platebody, skirt, and kiteshield.", + "grand_exchange_price": "1711", + "durability": null, + "name": "Iron armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11820", + "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1711", + "durability": null, + "name": "Iron armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11821" + }, + { + "requirements": "{5,1}", + "shop_price": "2365", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing steel full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "3646", + "durability": null, + "name": "Steel armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11822", + "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3646", + "durability": null, + "name": "Steel armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11823" + }, + { + "requirements": "{5,1}", + "shop_price": "2365", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing steel full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "3796", + "durability": null, + "name": "Steel armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11824", + "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3796", + "durability": null, + "name": "Steel armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11825" + }, + { + "requirements": "{10,1}", + "shop_price": "11286", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing Black full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "18900", + "durability": null, + "name": "Black armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11826" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18900", + "durability": null, + "name": "Black armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11827" + }, + { + "requirements": "{10,1}", + "shop_price": "11286", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a black full helm, platebody, skirt and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "grand_exchange_price": "14600", + "name": "Black armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11828", + "bonuses": "0,0,0,-65,-21,91,92,78,-12,90,27,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14600", + "durability": null, + "name": "Black armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11829" + }, + { + "requirements": "{20,1}", + "shop_price": "15232", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a mithril full helm, platebody, legs and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,6", + "grand_exchange_price": "8764", + "name": "Mithril armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11830", + "bonuses": "0,0,0,-65,-21,101,102,89,-12,97,52,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8764", + "durability": null, + "name": "Mithril armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11831" + }, + { + "requirements": "{20,1}", + "shop_price": "15232", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a mithril full helm, platebody, skirt and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,5", + "grand_exchange_price": "7829", + "name": "Mithril armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11832", + "bonuses": "0,0,0,-65,-21,101,102,89,-12,99,50,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7829", + "durability": null, + "name": "Mithril armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11833" + }, + { + "requirements": "{1,30}", + "shop_price": "28276", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing an adamant full helm, platebody, legs and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "7,0,15", + "grand_exchange_price": "20600", + "name": "Adamant armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11834", + "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20600", + "durability": null, + "name": "Adamant armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11835" + }, + { + "requirements": "{1,30}", + "shop_price": "28276", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing an adamant full helm, platebody, skirt and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "7,0,15", + "grand_exchange_price": "21500", + "name": "Adamant armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11836", + "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21500", + "durability": null, + "name": "Adamant armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11837" + }, + { + "requirements": "{1,40}", + "shop_price": "136112", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a rune full helm, platebody, legs and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "9,0,20", + "grand_exchange_price": "136300", + "name": "Rune armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11838", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "136300", + "durability": null, + "name": "Rune armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11839" + }, + { + "requirements": "{1,40}", + "shop_price": "136112", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a rune full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "140300", + "durability": null, + "name": "Rune armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11840" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "140300", + "durability": null, + "name": "Rune armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11841" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "4800000", + "examine": "Grand Exchange set containing a dragon helm, chainbody, legs.", + "durability": null, + "name": "Dragon chain armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "2.2", + "id": "11842" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "4800000", + "durability": null, + "name": "Dragon chain armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11843" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "4600000", + "examine": "Grand Exchange set containing a dragon helm, chainbody, skirt.", + "durability": null, + "name": "Dragon chain armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "2.2", + "id": "11844" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "4600000", + "durability": null, + "name": "Dragon chain armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11845" + }, + { + "requirements": "{0,70}-{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Ahrim's robetop, robeskirt, hood, and staff.", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - ahrim's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11846" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - ahrim's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11847" + }, + { + "requirements": "{0,70}-{1,70}-{2,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Dharok's helm, body, legs and greataxe.", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - dharok's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11848" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - dharok's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11849" + }, + { + "requirements": "{0,70}-{1,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Guthan's helm, platebody, chainskirt and warspear.", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Barrows - guthan's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11850" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Barrows - guthan's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11851" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "10", + "examine": "A Grand Exchange set containing Karil's coif, crossbow, leather body, and leather skirt.", + "grand_exchange_price": "2200000", + "durability": null, + "name": "Barrows - karil's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11852" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2200000", + "durability": null, + "name": "Barrows - karil's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11853" + }, + { + "requirements": "{0,70}-{1,70}-{2,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Torag's helm, body, legs and hammers.", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Barrows - torag's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11854" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Barrows - torag's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11855" + }, + { + "requirements": "{0,70}-{1,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Verac's helm, brassard, plateskirt and flail.", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Barrows - verac's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11856" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Barrows - verac's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11857" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a helm, body, legs and shield", + "grand_exchange_price": "388700000", + "durability": null, + "name": "Third age melee set", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11858" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "388700000", + "durability": null, + "name": "Third age melee set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11859" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing coif, body, chaps and vambraces.", + "grand_exchange_price": "87500000", + "durability": null, + "name": "Third age ranger set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11860" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "87500000", + "durability": null, + "name": "Third age ranger set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11861" + }, + { + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a body, legs, amulet and hat", + "grand_exchange_price": "163100000", + "durability": null, + "name": "Third age mage set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11862" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "163100000", + "durability": null, + "name": "Third age mage set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11863" + }, + { + "requirements": "{1,40}-{4,40}", + "shop_price": "9000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "durability": null, + "weight": "2.2", + "absorb": "0,10,5", + "grand_exchange_price": "8932", + "name": "Green dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11864", + "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8932", + "durability": null, + "name": "Green dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11865" + }, + { + "requirements": "{1,40}-{4,50}", + "shop_price": "12000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "grand_exchange_price": "9062", + "durability": null, + "name": "Blue dragonhide set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11866" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9062", + "durability": null, + "name": "Blue dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11867" + }, + { + "requirements": "{1,40}-{4,60}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "grand_exchange_price": "12800", + "durability": null, + "name": "Red dragonhide set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11868" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12800", + "durability": null, + "name": "Red dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11869" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "40000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "grand_exchange_price": "17600", + "durability": null, + "name": "Black dragonhide set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11870" + }, + { + "durability": null, + "name": "Black dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11871" + }, + { + "requirements": "{20,1}-{6,40}", + "shop_price": "169143", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing mystic hat, top, bottoms, gloves, and boots.", + "grand_exchange_price": "163300", + "durability": null, + "name": "Mystic robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11872" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "163300", + "durability": null, + "name": "Mystic robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11873" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", + "grand_exchange_price": "11000000", + "durability": null, + "name": "Infinity robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11874" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "11000000", + "durability": null, + "name": "Infinity robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11875" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a helm, body, boots, gauntlets and legs.", + "grand_exchange_price": "107400", + "durability": null, + "name": "Splitbark armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11876", + "absorb": "13,6,0", + "bonuses": "0,0,0,24,-21,74,59,86,32,0,74,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "107400", + "durability": null, + "name": "Splitbark armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11877" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "341200", + "durability": null, + "name": "Black trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11878", + "absorb": "2,0,4", + "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "341200", + "durability": null, + "name": "Black trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11879" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "331600", + "durability": null, + "name": "Black trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11880", + "absorb": "2,0,4", + "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "331600", + "durability": null, + "name": "Black trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11881" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Black gold-trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11882" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Black gold-trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11883" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "1300000", + "durability": null, + "name": "Black gold-trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11884" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1300000", + "durability": null, + "name": "Black gold-trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11885" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "318100", + "durability": null, + "name": "Adamant trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11886" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "318100", + "durability": null, + "name": "Adamant trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11887" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "293700", + "durability": null, + "name": "Adamant trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11888" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "293700", + "durability": null, + "name": "Adamant trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11889" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "949400", + "durability": null, + "name": "Adamant gold-trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11890" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "949400", + "durability": null, + "name": "Adamant gold-trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11891" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "880500", + "durability": null, + "name": "Adamant gold-trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11892" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "880500", + "durability": null, + "name": "Adamant gold-trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11893" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "702500", + "durability": null, + "name": "Rune trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11894", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "702500", + "durability": null, + "name": "Rune trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11895" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "675400", + "durability": null, + "name": "Rune trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11896", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "675400", + "durability": null, + "name": "Rune trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11897" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Rune gold-trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11898", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Rune gold-trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11899" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Rune gold-trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11900", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Rune gold-trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11901" + }, + { + "requirements": "{20,1}-{6,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing hat, robetops and bottoms", + "grand_exchange_price": "207200", + "durability": null, + "name": "Enchanted set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11902" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "207200", + "durability": null, + "name": "Enchanted set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11903" + }, + { + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing hat, robetops and bottoms", + "grand_exchange_price": "877900", + "durability": null, + "name": "Trimmed blue wizard set", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11904" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "877900", + "durability": null, + "name": "Trimmed blue wizard set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11905" + }, + { + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing hat, robe top and bottom", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Gold-trimmed blue wizard set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11906" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Gold-trimmed blue wizard set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11907" + }, + { + "requirements": "{20,4}", + "ge_buy_limit": "10000", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "85100", + "durability": null, + "name": "Trimmed leather armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11908" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "85100", + "durability": null, + "name": "Trimmed leather armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11909" + }, + { + "requirements": "{20,4}", + "ge_buy_limit": "10000", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "217200", + "durability": null, + "name": "Gold-trimmed leather armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11910" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "217200", + "durability": null, + "name": "Gold-trimmed leather armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11911" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "371600", + "durability": null, + "name": "Green d'hide trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11912", + "absorb": "0,10,5", + "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "371600", + "durability": null, + "name": "Green d'hide trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11913" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Green d'hide gold-trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11914", + "absorb": "0,10,5", + "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Green d'hide gold-trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11915" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "38300", + "durability": null, + "name": "Blue d'hide trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11916" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "38300", + "durability": null, + "name": "Blue d'hide trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11917" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps.", + "grand_exchange_price": "50000", + "durability": null, + "name": "Blue d'hide gold-trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11918" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "50000", + "durability": null, + "name": "Blue d'hide gold-trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11919" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body, chaps, bracers and coif.", + "grand_exchange_price": "179500", + "durability": null, + "name": "Green d'hide blessed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11920" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "179500", + "durability": null, + "name": "Green d'hide blessed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11921" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body, chaps, bracers and coif.", + "grand_exchange_price": "477500", + "durability": null, + "name": "Blue d'hide blessed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11922" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "477500", + "durability": null, + "name": "Blue d'hide blessed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11923" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body, chaps, bracers and coif.", + "grand_exchange_price": "585300", + "durability": null, + "name": "Red d'hide blessed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11924" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "585300", + "durability": null, + "name": "Red d'hide blessed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11925" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and shield.", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Guthix armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11926", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Guthix armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11927" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield", + "grand_exchange_price": "4000000", + "durability": null, + "name": "Saradomin armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11928", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "4000000", + "durability": null, + "name": "Saradomin armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11929" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield", + "grand_exchange_price": "2300000", + "durability": null, + "name": "Zamorak armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11930", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2300000", + "durability": null, + "name": "Zamorak armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11931" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Guthix armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11932", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Guthix armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11933" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield", + "grand_exchange_price": "3600000", + "durability": null, + "name": "Saradomin armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11934", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3600000", + "durability": null, + "name": "Saradomin armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11935" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield", + "grand_exchange_price": "2000000", + "durability": null, + "name": "Zamorak armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11936", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2000000", + "durability": null, + "name": "Zamorak armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11937" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "5900000", + "durability": null, + "name": "Gilded armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11938" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5900000", + "durability": null, + "name": "Gilded armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11939" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "4300000", + "durability": null, + "name": "Gilded armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11940" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "4300000", + "durability": null, + "name": "Gilded armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11941" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing helm, platebody, legs, boots and gloves", + "grand_exchange_price": "145000", + "durability": null, + "name": "Rockshell armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11942" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "145000", + "durability": null, + "name": "Rockshell armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11943" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing helm, body, chaps, boots and gloves", + "grand_exchange_price": "94500", + "durability": null, + "name": "Spined armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11944", + "absorb": "0,13,6", + "bonuses": "-6,-6,-6,-31,29,68,56,78,34,62,47,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "94500", + "durability": null, + "name": "Spined armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11945" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing helm, top, bottoms, boots and gloves", + "grand_exchange_price": "145200", + "durability": null, + "name": "Skeletal armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11946" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "145200", + "durability": null, + "name": "Skeletal armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11947" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A tiny model of Lumbridge Castle inside a glass dome.", + "durability": null, + "name": "Snow globe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11949", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A tiny model of Lumbridge Castle inside a glass dome.", + "durability": null, + "name": "Snow globe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11950", + "equipment_slot": "3" + }, + { + "attack_anims": "5063", + "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", + "durability": null, + "name": "Snowball", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "11951", + "weapon_interface": "18", + "equipment_slot": "3" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a snow warrior.", + "durability": null, + "name": "Ice sword", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11952" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a snow mage.", + "attack_audios": "2555,0,0,0", + "durability": null, + "name": "Winter staff", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11953" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a snow ranger.", + "durability": null, + "name": "Holly bow", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11954" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a barbarian snowman.", + "durability": null, + "name": "Barbarian snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11955" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "It's actually made of cardboard, but it looks like a dragon full helm.", + "durability": null, + "name": "Dragon snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11956" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Use this to make your snowman look like a dwarf.", + "durability": null, + "name": "Dwarf snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11957" + }, + { + "bankable": "false", + "destroy_message": "Talk to a snow imp to get another.", + "examine": "Arr! Shiver me snowman!", + "durability": null, + "name": "Pirate snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11958" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "The most traditional snowman hat.", + "durability": null, + "name": "Snowman top hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11959" + }, + { + "requirements": "{20,1}-{6,40}", + "shop_price": "215431", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", + "grand_exchange_price": "487300", + "durability": null, + "name": "Light mystic robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11960" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "487300", + "durability": null, + "name": "Light mystic robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11961" + }, + { + "requirements": "{20,1}-{6,40}", + "shop_price": "228541", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", + "grand_exchange_price": "294000", + "durability": null, + "name": "Dark mystic robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11962" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "294000", + "durability": null, + "name": "Dark mystic robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11963" + }, + { + "examine": "I can hatch this in an incubator.", + "durability": null, + "name": "Raven egg", + "archery_ticket_price": "0", + "id": "11964" + }, + { + "examine": "I can hatch this in an incubator.", + "durability": null, + "name": "Vulture egg", + "archery_ticket_price": "0", + "id": "11965" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "archery_ticket_price": "0", + "id": "11966" + }, + { + "shop_price": "750000", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing cannon base, stand, barrels and furnace.", + "grand_exchange_price": "718900", + "durability": null, + "name": "Dwarf cannon set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11967" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "718900", + "durability": null, + "name": "Dwarf cannon set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11968" + }, + { + "destroy_message": "If I destroy this it will disintegrate into its component parts and drop to the floor.", + "examine": "A water tiara infused with water runes. Protects from the hot desert sun.", + "durability": null, + "name": "Enchanted water tiara", + "weight": "1", + "archery_ticket_price": "0", + "id": "11969", + "bonuses": "0,0,0,2,0,5,5,5,3,3,0,0,2,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "I can obtain and fill another one from the archaeologist near Sophanem.", + "examine": "A crate full of distressed gear.", + "durability": null, + "name": "Smelly crate", + "tradeable": "false", + "destroy": "true", + "weight": "30", + "archery_ticket_price": "0", + "id": "11970" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An empty crate, ready for bronze gear.", + "durability": null, + "name": "Empty crate", + "archery_ticket_price": "0", + "id": "11972" + }, + { + "destroy_message": "I can obtain another one from the archaeologist near Sophanem.", + "examine": "A book of research on Scabarite history.", + "durability": null, + "name": "Scabaras research", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11973" + }, + { + "destroy_message": "I can obtain another one from Simon Templeton.", + "examine": "Issued by Simon Templeton.", + "durability": null, + "name": "Artefact receipt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11974" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11975" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11976" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11977" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11978" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11979" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11980" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11981" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11982" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11983" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11984" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11985" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11986" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11987" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11988" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11989" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11990" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11991" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11992" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11993" + }, + { + "destroy_message": "I can obtain another one from the archaeologists near Sophanem.", + "examine": "Newly made, but to an ancient pattern. (Dealing with Scabaras)", + "durability": null, + "name": "Scabarite key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11994" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze dagger.", + "examine": "It has been oxidised.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Oxidised dagger", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11995" + }, + { + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised medium helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11996" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze sword.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised sword", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11997" + }, + { + "turn90cw_anim": "821", + "examine": "It has been oxidised.", + "walk_anim": "819", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "1", + "destroy_message": "I can make another one by using camel dung on a bronze scimitar.", + "stand_anim": "808", + "attack_audios": "2500,0,2517,0", + "name": "Oxidised scimitar", + "tradeable": "false", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "11998", + "stand_turn_anim": "823" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze longsword.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised longsword", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11999" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze full helmet.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised full helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12000" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze square shield.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised square shield", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12001" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze chainbody.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised chainbody", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12002" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze kiteshield.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised kiteshield", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12003", + "equip_audio": "2245" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze two", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised two-handed sword", + "tradeable": "false", + "destroy": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "12004" + }, + { + "destroy_message": "I can make another one by using camel dung on some bronze platelegs.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised platelegs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12005" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze plateskirt.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised plateskirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12006" + }, + { + "requirements": "{23,52}", + "ge_buy_limit": "5000", + "grand_exchange_price": "330", + "examine": "I can summon a spirit terrorbird familiar with this.", + "durability": null, + "name": "Spirit terrorbird pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12007" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "330", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit terrorbird pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12008" + }, + { + "requirements": "{16,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "239", + "examine": "I can summon a granite crab familiar with this.", + "durability": null, + "name": "Granite crab pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12009" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "239", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Granite crab pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12010" + }, + { + "requirements": "{23,75}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2918", + "examine": "I can summon a praying mantis familiar with this.", + "durability": null, + "name": "Praying mantis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12011" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2918", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Praying mantis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12012" + }, + { + "requirements": "{23,78}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2167", + "examine": "I can summon a giant ent familiar with this.", + "durability": null, + "name": "Giant ent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12013" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2167", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Giant ent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12014" + }, + { + "requirements": "{23,63}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2018", + "examine": "I can summon a spirit cobra familiar with this.", + "durability": null, + "name": "Spirit cobra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12015" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2018", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit cobra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12016" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "examine": "I can summon a spirit dagannoth familiar with this.", + "durability": null, + "name": "Spirit dagannoth pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12017" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit dagannoth pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12018" + }, + { + "requirements": "{13,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "248", + "examine": "I can summon a thorny snail familiar with this.", + "durability": null, + "name": "Thorny snail pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12019" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "248", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Thorny snail pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12020" + }, + { + "requirements": "{23,33}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "examine": "I can summon a beaver familiar with this.", + "durability": null, + "name": "Beaver pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12021" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Beaver pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12022" + }, + { + "requirements": "{23,58}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "I can summon a karamthulhu overlord familiar with this.", + "durability": null, + "name": "Karam. overlord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12023" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karam. overlord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12024" + }, + { + "requirements": "{23,80}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2235", + "examine": "I can summon a hydra familiar with this.", + "durability": null, + "name": "Hydra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12025" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2235", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hydra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12026" + }, + { + "requirements": "{23,55}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2641", + "examine": "I can summon a spirit jelly familiar with this.", + "durability": null, + "name": "Spirit jelly pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12027" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2641", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit jelly pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12028" + }, + { + "requirements": "{23,68}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3506", + "examine": "I can summon a bunyip familiar with this.", + "durability": null, + "name": "Bunyip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12029" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3506", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bunyip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12030" + }, + { + "requirements": "{23,67}", + "ge_buy_limit": "5000", + "grand_exchange_price": "13200", + "examine": "I can summon a war tortoise familiar with this.", + "durability": null, + "name": "War tortoise pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12031" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "War tortoise pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12032" + }, + { + "requirements": "{23,69}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2269", + "examine": "I can summon a fruit bat familiar with this.", + "durability": null, + "name": "Fruit bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12033" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2269", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Fruit bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12034" + }, + { + "requirements": "{23,54}", + "ge_buy_limit": "5000", + "grand_exchange_price": "4004", + "examine": "I can summon an abyssal parasite familiar with this.", + "durability": null, + "name": "Abyssal parasite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12035" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4004", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Abyssal parasite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12036" + }, + { + "requirements": "{23,62}", + "ge_buy_limit": "5000", + "grand_exchange_price": "5660", + "examine": "I can summon an abyssal lurker familiar with this.", + "durability": null, + "name": "Abyssal lurker pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12037" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5660", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Abyssal lurker pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12038" + }, + { + "requirements": "{23,88}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2439", + "examine": "I can summon a unicorn stallion familiar with this.", + "durability": null, + "name": "Unicorn stallion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12039" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2439", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Unicorn stallion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12040" + }, + { + "requirements": "{23,47}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1559", + "examine": "I can summon a magpie familiar with this.", + "durability": null, + "name": "Magpie pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12041" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1559", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Magpie pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12042" + }, + { + "requirements": "{4,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "examine": "I can summon a dreadfowl familiar with this.", + "durability": null, + "name": "Dreadfowl pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12043" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dreadfowl pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12044" + }, + { + "requirements": "{23,64}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "I can summon a stranger plant familiar with this.", + "durability": null, + "name": "Stranger plant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12045" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Stranger plant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12046" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "examine": "I can summon a spirit wolf familiar with this.", + "durability": null, + "name": "Spirit wolf pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12047" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit wolf pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12048" + }, + { + "requirements": "{18,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "808", + "examine": "I can summon a desert wyrm familiar with this.", + "durability": null, + "name": "Desert wyrm pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12049" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "808", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Desert wyrm pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12050" + }, + { + "requirements": "{23,42}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1812", + "examine": "I can summon an evil turnip familiar with this.", + "durability": null, + "name": "Evil turnip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12051" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1812", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Evil turnip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12052" + }, + { + "requirements": "{23,31}", + "ge_buy_limit": "10000", + "grand_exchange_price": "1416", + "examine": "I can summon a vampire bat familiar with this.", + "durability": null, + "name": "Vampire bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12053" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1416", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Vampire bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12054" + }, + { + "requirements": "{19,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "992", + "examine": "I can summon a spirit scorpion familiar with this.", + "durability": null, + "name": "Spirit scorpion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12055" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "992", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit scorpion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12056" + }, + { + "requirements": "{23,71}", + "ge_buy_limit": "5000", + "grand_exchange_price": "332", + "examine": "I can summon an arctic bear familiar with this.", + "durability": null, + "name": "Arctic bear pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12057" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "332", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Arctic bear pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12058" + }, + { + "requirements": "{10,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2225", + "examine": "I can summon a spirit spider familiar with this.", + "durability": null, + "name": "Spirit spider pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12059" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2225", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit spider pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12060" + }, + { + "requirements": "{23,49}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2045", + "examine": "I can summon a bloated leech familiar with this.", + "durability": null, + "name": "Bloated leech pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12061" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2045", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bloated leech pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12062" + }, + { + "requirements": "{23,25}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3746", + "examine": "I can summon a spirit kalphite familiar with this.", + "durability": null, + "name": "Spirit kalphite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12063" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3746", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit kalphite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12064" + }, + { + "requirements": "{23,32}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1470", + "examine": "I can summon a honey badger familiar with this.", + "durability": null, + "name": "Honey badger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12065" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1470", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Honey badger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12066" + }, + { + "requirements": "{23,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1578", + "examine": "I can summon an albino rat familiar with this.", + "durability": null, + "name": "Albino rat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12067" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1578", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Albino rat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12068" + }, + { + "requirements": "{23,74}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2924", + "examine": "I can summon a granite lobster familiar with this.", + "durability": null, + "name": "Granite lobster pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12069" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2924", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Granite lobster pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12070" + }, + { + "requirements": "{23,41}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1375", + "examine": "I can summon a macaw familiar with this.", + "durability": null, + "name": "Macaw pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12071" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1375", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Macaw pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12072" + }, + { + "requirements": "{23,36}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1804", + "examine": "I can summon a bronze minotaur familiar with this.", + "durability": null, + "name": "Bronze minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12073" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1804", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bronze minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12074" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "I can summon an iron minotaur familiar with this.", + "durability": null, + "name": "Iron minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12075" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Iron minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12076" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2529", + "examine": "I can summon a steel minotaur familiar with this", + "durability": null, + "name": "Steel minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12077" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2529", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Steel minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12078" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2666", + "examine": "I can summon a mithril minotaur with this.", + "durability": null, + "name": "Mithril minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12079" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2666", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Mithril minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12080" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "I can summon an adamant minotaur familiar with this.", + "durability": null, + "name": "Adamant minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12081" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Adamant minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12082" + }, + { + "requirements": "{23,86}", + "ge_buy_limit": "5000", + "grand_exchange_price": "373", + "examine": "I can summon a rune minotaur with this.", + "durability": null, + "name": "Rune minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12083" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "373", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Rune minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12084" + }, + { + "requirements": "{23,61}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2468", + "examine": "I can summon a smoke devil familiar with this.", + "durability": null, + "name": "Smoke devil pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12085" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2468", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Smoke devil pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12086" + }, + { + "requirements": "{23,40}", + "ge_buy_limit": "5000", + "grand_exchange_price": "319", + "examine": "I can summon a bull ant familiar with this.", + "durability": null, + "name": "Bull ant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12087" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "319", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bull ant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12088" + }, + { + "requirements": "{23,92}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3625", + "examine": "I can summon a wolpertinger familiar with this.", + "durability": null, + "name": "Wolpertinger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12089" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3625", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Wolpertinger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12090" + }, + { + "requirements": "{23,28}", + "ge_buy_limit": "5000", + "grand_exchange_price": "906", + "examine": "I can summon a compost mound familiar with this.", + "durability": null, + "name": "Compost mound pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12091" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "906", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Compost mound pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12092" + }, + { + "requirements": "{23,96}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3696", + "examine": "I can summon a pack yak familiar with this.", + "durability": null, + "name": "Pack yak pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12093" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3696", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Pack yak pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12094" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1514", + "examine": "I can summon a spirit cockatrice familiar with this.", + "durability": null, + "name": "Sp. cockatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12095" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1514", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. cockatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12096" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1523", + "examine": "I can summon a spirit guthatrice familiar with this.", + "durability": null, + "name": "Sp. guthatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12097" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1523", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. guthatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12098" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1492", + "examine": "I can summon a spirit saratrice familiar with this.", + "durability": null, + "name": "Sp. saratrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12099" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1492", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. saratrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12100" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1515", + "examine": "I can summon a spirit zamatrice familiar with this.", + "durability": null, + "name": "Sp. zamatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12101" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1515", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. zamatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12102" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1531", + "examine": "I can summon a spirit pengatrice familiar with this.", + "durability": null, + "name": "Sp. pengatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12103" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1531", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. pengatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12104" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3085", + "examine": "I can summon a spirit coraxatrice familiar with this.", + "durability": null, + "name": "Sp. coraxatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12105" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3085", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. coraxatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12106" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3881", + "examine": "I can summon a spirit vulatrice familiar with this.", + "durability": null, + "name": "Sp. vulatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12107" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3881", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. vulatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12108" + }, + { + "ge_buy_limit": "10000", + "examine": "A stripy brown egg.", + "grand_exchange_price": "1053", + "durability": null, + "name": "Cockatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12109" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1053", + "durability": null, + "name": "Cockatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12110" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy green egg.", + "grand_exchange_price": "1171", + "durability": null, + "name": "Guthatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12111" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1171", + "durability": null, + "name": "Guthatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12112" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy blue egg.", + "grand_exchange_price": "1080", + "durability": null, + "name": "Saratrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12113" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1080", + "durability": null, + "name": "Saratrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12114" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy red egg.", + "grand_exchange_price": "1154", + "durability": null, + "name": "Zamatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12115" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1154", + "durability": null, + "name": "Zamatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12116" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy grey egg.", + "grand_exchange_price": "2676", + "durability": null, + "name": "Pengatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12117" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2676", + "durability": null, + "name": "Pengatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12118" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy black egg.", + "grand_exchange_price": "2865", + "durability": null, + "name": "Coraxatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12119" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2865", + "durability": null, + "name": "Coraxatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12120" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy pink egg.", + "grand_exchange_price": "18900", + "durability": null, + "name": "Vulatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12121" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18900", + "durability": null, + "name": "Vulatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12122" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "293", + "examine": "I can summon a barker toad familiar with this.", + "durability": null, + "name": "Barker toad pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12123" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "293", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Barker toad pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12124" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "A swarm of little flies.", + "grand_exchange_price": "97", + "durability": null, + "name": "Flies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12125" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "97", + "durability": null, + "name": "Flies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12126" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Some beetle bits.", + "grand_exchange_price": "176", + "durability": null, + "name": "Beetle bits", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12127" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "176", + "durability": null, + "name": "Beetle bits", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12128" + }, + { + "ge_buy_limit": "100", + "examine": "Good for feeding birds.", + "grand_exchange_price": "1", + "durability": null, + "name": "Ground fishing bait", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12129" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Mmmm...nuts.", + "grand_exchange_price": "673", + "durability": null, + "name": "Nuts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12130" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "673", + "durability": null, + "name": "Nuts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12131" + }, + { + "examine": "Makes me want to do a truffle shuffle.", + "durability": null, + "name": "Truffle", + "tradeable": "false", + "destroy": "true", + "weight": "28.928", + "archery_ticket_price": "0", + "id": "12132" + }, + { + "durability": null, + "name": "Truffle", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12133", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "5000", + "examine": "An evil turnip.", + "grand_exchange_price": "6750", + "durability": null, + "name": "Evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12134" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "6750", + "durability": null, + "name": "Evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12135" + }, + { + "ge_buy_limit": "5000", + "examine": "An evil turnip.", + "grand_exchange_price": "133", + "durability": null, + "name": "2/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12136" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "133", + "durability": null, + "name": "2/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12137" + }, + { + "ge_buy_limit": "5000", + "examine": "An evil turnip.", + "grand_exchange_price": "20", + "durability": null, + "name": "1/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12138" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "20", + "durability": null, + "name": "1/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12139" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Summoning potion.", + "grand_exchange_price": "4489", + "durability": null, + "name": "Summoning potion(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12140" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4489", + "durability": null, + "name": "Summoning potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12141" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Summoning potion.", + "grand_exchange_price": "3320", + "durability": null, + "name": "Summoning potion(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12142" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3320", + "durability": null, + "name": "Summoning potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12143" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Summoning potion.", + "grand_exchange_price": "1671", + "durability": null, + "name": "Summoning potion(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12144" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1671", + "durability": null, + "name": "Summoning potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12145" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Summoning potion.", + "grand_exchange_price": "1576", + "durability": null, + "name": "Summoning potion(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12146" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1576", + "durability": null, + "name": "Summoning potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12147" + }, + { + "ge_buy_limit": "100", + "examine": "Grows into the root-vegetable of all evil.", + "grand_exchange_price": "68", + "durability": null, + "name": "Evil turnip seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12148" + }, + { + "ge_buy_limit": "5000", + "examine": "Utterly terrifying!", + "grand_exchange_price": "7101", + "durability": null, + "name": "Carved evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12153" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7101", + "durability": null, + "name": "Carved evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12154" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3", + "examine": "Can be used to create Summoning pouches.", + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12155" + }, + { + "ge_buy_limit": "5000", + "examine": "This is what bees craft.", + "grand_exchange_price": "393", + "durability": null, + "name": "Honeycomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12156" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "393", + "durability": null, + "name": "Honeycomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12157" + }, + { + "shop_price": "1", + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Gold charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12158" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Green charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12159" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Crimson charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12160" + }, + { + "examine": "A charm used to summon familiars", + "durability": null, + "name": "Abyssal charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12161" + }, + { + "examine": "A charm used to summon talon beasts.", + "durability": null, + "name": "Talon beast charm", + "archery_ticket_price": "0", + "id": "12162" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Blue charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12163" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void ravager.", + "durability": null, + "name": "Ravager charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12164" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void shifter.", + "durability": null, + "name": "Shifter charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12165" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void Spinner.", + "durability": null, + "name": "Spinner charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12166" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void torcher.", + "durability": null, + "name": "Torcher charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12167" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Obsidian charm", + "archery_ticket_price": "0", + "id": "12168" + }, + { + "requirements": "{23,99}", + "shop_price": "99000", + "examine": "The cape worn by master summoners.", + "durability": null, + "name": "Summoning cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12169", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{23,99}", + "durability": null, + "name": "Summoning cape(t)", + "archery_ticket_price": "0", + "id": "12170", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{23,99}", + "shop_price": "99000", + "examine": "Summoning skillcape hood.", + "durability": null, + "name": "Summoning hood", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12171", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "3597", + "durability": null, + "name": "Clean spirit weed", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12172" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3597", + "durability": null, + "name": "Clean spirit weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12173" + }, + { + "requirements": "{15,35}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "3634", + "durability": null, + "name": "Grimy spirit weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12174" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3634", + "durability": null, + "name": "Grimy spirit weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12175" + }, + { + "requirements": "{19,36}", + "ge_buy_limit": "100", + "examine": "A seed for spirit weed.", + "grand_exchange_price": "698", + "durability": null, + "name": "Spirit weed seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12176" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this spirit weed potion.", + "grand_exchange_price": "2963", + "durability": null, + "name": "Spirit weed potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12181" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2963", + "durability": null, + "name": "Spirit weed potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12182" + }, + { + "shop_price": "25", + "ge_buy_limit": "10000", + "examine": "Shards of an obelisk.", + "grand_exchange_price": "24", + "durability": null, + "name": "Spirit shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12183" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12184" + }, + { + "examine": "A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin owl", + "archery_ticket_price": "0", + "id": "12185" + }, + { + "examine": "A stately zamorak hawk.", + "durability": null, + "name": "Zamorak hawk", + "archery_ticket_price": "0", + "id": "12186" + }, + { + "examine": "An impressive Guthix raptor.", + "durability": null, + "name": "Guthix raptor", + "archery_ticket_price": "0", + "id": "12187" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12190" + }, + { + "examine": "It's lively and energetic.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12191" + }, + { + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12192" + }, + { + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12193" + }, + { + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12194" + }, + { + "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12195" + }, + { + "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12196" + }, + { + "examine": "A hatchling green dragon.", + "durability": null, + "name": "Dragon hatchling", + "archery_ticket_price": "0", + "id": "12197" + }, + { + "examine": "Little Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12198" + }, + { + "examine": "A stripy little baby raccoon.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12199" + }, + { + "examine": "An experienced nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12200" + }, + { + "examine": "It's a colour-coordinated lizard!", + "durability": null, + "name": "Chameleon", + "archery_ticket_price": "0", + "id": "12203" + }, + { + "remove_head": "true", + "requirements": "{23,10}", + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "Doors could be a problem, wearing these...", + "durability": null, + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "40", + "name": "Antlers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12204", + "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "40", + "durability": null, + "name": "Antlers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12205" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Doors could be a problem, wearing these...", + "grand_exchange_price": "50", + "durability": null, + "name": "Antlers (charged)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12206", + "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{23,30}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "It's a little smelly in there.", + "durability": null, + "weight": "3", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "254", + "name": "Lizard skull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12207", + "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "254", + "durability": null, + "name": "Lizard skull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12208" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "It's a little smelly in there.", + "durability": null, + "weight": "3", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "211", + "name": "Lizard skull (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12209", + "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "234", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12210", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "234", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12211" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12212", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "662", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12213", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "662", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12214" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12215", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "90", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12216", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "90", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12217" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12218", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12219", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12220" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12221", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "211", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12222", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "211", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12223" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12224", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12294" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12296" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12298" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12300" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12302" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12304" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12306" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12308" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12310" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12312" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12314" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12316" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12318" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12320" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12322" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12324" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12326" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12328" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12330" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12332" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12334" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12336" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12338" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12340" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12342" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12344" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12346" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12348" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12350" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12352" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12354" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12356" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12358" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12360" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12362" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12364" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12366" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12368" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12370" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12372" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12374" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12376" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12378" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12380" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12382" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12384" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12386" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12388" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12390" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12392" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12394" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12396" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12398" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12400" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12402" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12404" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12406" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12408" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12410" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12412" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12414" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12416" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12418" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12420" + }, + { + "requirements": "{23,41}", + "ge_buy_limit": "5000", + "grand_exchange_price": "96", + "examine": "A scroll for a macaw familiar.", + "durability": null, + "name": "Herbcall scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12422" + }, + { + "requirements": "{23,69}", + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "examine": "A scroll for a fruit bat familiar.", + "durability": null, + "name": "Fruitfall scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12423" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "examine": "A scroll for an ibis familiar.", + "durability": null, + "name": "Fish rain scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12424" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "examine": "A scroll for a spirit wolf familiar.", + "durability": null, + "name": "Howl scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12425" + }, + { + "requirements": "{23,47}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "examine": "A scroll for a magpie familiar.", + "durability": null, + "name": "Thieving fingers scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12426" + }, + { + "requirements": "{23,62}", + "ge_buy_limit": "5000", + "grand_exchange_price": "533", + "examine": "A scroll for an abyssal lurker familiar.", + "durability": null, + "name": "Abyssal stealth scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12427" + }, + { + "requirements": "{23,10}", + "ge_buy_limit": "5000", + "grand_exchange_price": "237", + "examine": "A scroll for a spirit spider familiar.", + "durability": null, + "name": "Egg spawn scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12428" + }, + { + "requirements": "{23,33}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "examine": "A scroll for a beaver familiar.", + "durability": null, + "name": "Multichop scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12429" + }, + { + "requirements": "{23,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "examine": "A scroll for an albino rat familiar.", + "durability": null, + "name": "Cheese feast scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12430" + }, + { + "requirements": "{23,40}", + "ge_buy_limit": "5000", + "grand_exchange_price": "39", + "examine": "A scroll for a bull ant familiar.", + "durability": null, + "name": "Unburden scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12431" + }, + { + "requirements": "{23,19}", + "ge_buy_limit": "5000", + "grand_exchange_price": "72", + "examine": "A scroll for a spirit scorpion familiar.", + "durability": null, + "name": "Venom shot scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12432" + }, + { + "requirements": "{23,32}", + "ge_buy_limit": "5000", + "grand_exchange_price": "99", + "examine": "A scroll for a honey badger familiar.", + "durability": null, + "name": "Insane ferocity scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12433" + }, + { + "requirements": "{23,88}", + "ge_buy_limit": "5000", + "grand_exchange_price": "299", + "examine": "A scroll for a unicorn stallion familiar.", + "durability": null, + "name": "Healing aura scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12434" + }, + { + "requirements": "{23,96}", + "ge_buy_limit": "5000", + "grand_exchange_price": "428", + "examine": "A scroll for a pack yak familiar.", + "durability": null, + "name": "Winter storage scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12435" + }, + { + "requirements": "{23,63}", + "ge_buy_limit": "5000", + "grand_exchange_price": "223", + "examine": "A scroll for a spirit cobra familiar.", + "durability": null, + "name": "Oph. incubation scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12436" + }, + { + "requirements": "{23,92}", + "ge_buy_limit": "5000", + "grand_exchange_price": "419", + "examine": "A scroll for a wolpertinger familiar.", + "durability": null, + "name": "Magic focus scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12437" + }, + { + "requirements": "{23,68}", + "ge_buy_limit": "5000", + "grand_exchange_price": "220", + "examine": "A scroll for a bunyip familiar.", + "durability": null, + "name": "Swallow whole scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12438" + }, + { + "requirements": "{23,67}", + "ge_buy_limit": "5000", + "grand_exchange_price": "269", + "examine": "A scroll for a war tortoise familiar.", + "durability": null, + "name": "Testudo scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12439" + }, + { + "requirements": "{23,28}", + "ge_buy_limit": "5000", + "grand_exchange_price": "47", + "examine": "A scroll for a compost mound familiar.", + "durability": null, + "name": "Generate compost scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12440" + }, + { + "requirements": "{23,52}", + "ge_buy_limit": "5000", + "grand_exchange_price": "35", + "examine": "A scroll for a spirit terrorbird familiar.", + "durability": null, + "name": "Tireless run scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12441" + }, + { + "requirements": "{23,80}", + "ge_buy_limit": "5000", + "grand_exchange_price": "174", + "examine": "A scroll for a hydra familiar.", + "durability": null, + "name": "Regrowth scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12442" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1118", + "examine": "A scroll for a Pest Control familiar.", + "durability": null, + "name": "Call to arms scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12443" + }, + { + "requirements": "{23,49}", + "ge_buy_limit": "5000", + "grand_exchange_price": "148", + "examine": "A scroll for a bloated leech familiar.", + "durability": null, + "name": "Blood drain scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12444" + }, + { + "requirements": "{23,4}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "examine": "A scroll for a dreadfowl familiar.", + "durability": null, + "name": "Dreadfowl strike scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12445" + }, + { + "requirements": "{23,25}", + "ge_buy_limit": "5000", + "grand_exchange_price": "122", + "examine": "A scroll for a spirit kalphite familiar.", + "durability": null, + "name": "Sandstorm scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12446" + }, + { + "requirements": "{23,31}", + "ge_buy_limit": "1000", + "grand_exchange_price": "98", + "examine": "A scroll for a vampire bat familiar.", + "durability": null, + "name": "Vampire touch scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12447" + }, + { + "requirements": "{23,42}", + "ge_buy_limit": "5000", + "grand_exchange_price": "123", + "examine": "A scroll for an evil turnip familiar.", + "durability": null, + "name": "Evil flames scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12448" + }, + { + "requirements": "{23,74}", + "ge_buy_limit": "5000", + "grand_exchange_price": "219", + "examine": "A scroll for a granite lobster familiar.", + "durability": null, + "name": "Crushing claw scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12449" + }, + { + "requirements": "{23,75}", + "ge_buy_limit": "5000", + "grand_exchange_price": "221", + "examine": "A scroll for a praying mantis familiar.", + "durability": null, + "name": "Mantis strike scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12450" + }, + { + "requirements": "{23,71}", + "ge_buy_limit": "5000", + "grand_exchange_price": "12", + "examine": "A scroll for an arctic bear familiar.", + "durability": null, + "name": "Arctic blast scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12451" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10", + "examine": "A scroll for a barker toad familiar.", + "durability": null, + "name": "Toad bark scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12452" + }, + { + "requirements": "{23,55}", + "ge_buy_limit": "5000", + "grand_exchange_price": "202", + "examine": "A scroll for a spirit jelly familiar.", + "durability": null, + "name": "Dissolve scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12453" + }, + { + "requirements": "{23,54}", + "ge_buy_limit": "5000", + "grand_exchange_price": "163", + "examine": "A scroll for an abyssal parasite familiar.", + "durability": null, + "name": "Abyssal drain scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12454" + }, + { + "requirements": "{23,58}", + "ge_buy_limit": "5000", + "grand_exchange_price": "198", + "examine": "A scroll for a karamthulhu overlord familiar.", + "durability": null, + "name": "Doomsphere scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12455" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "examine": "A scroll for a spirit dagannoth familiar.", + "durability": null, + "name": "Spike shot scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12456" + }, + { + "requirements": "{23,78}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "examine": "A scroll for a giant ent familiar.", + "durability": null, + "name": "Acorn missile scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12457" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "examine": "A scroll for a cockatrice variant familiar.", + "durability": null, + "name": "Petrifying gaze scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12458" + }, + { + "requirements": "{23,13}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10", + "examine": "A scroll for a thorny snail familiar.", + "durability": null, + "name": "Slime spray scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12459" + }, + { + "requirements": "{23,18}", + "ge_buy_limit": "5000", + "grand_exchange_price": "47", + "examine": "A scroll for a desert wyrm familiar.", + "durability": null, + "name": "Electric lash scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12460" + }, + { + "requirements": "{23,36}", + "ge_buy_limit": "5000", + "grand_exchange_price": "135", + "examine": "A scroll for a bronze minotaur familiar.", + "durability": null, + "name": "Bronze bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12461" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "examine": "A scroll for an iron minotaur familiar.", + "durability": null, + "name": "Iron bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12462" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "182", + "examine": "A scroll for a steel minotaur familiar.", + "durability": null, + "name": "Steel bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12463" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "198", + "examine": "A scroll for a mithril minotaur familiar.", + "durability": null, + "name": "Mith bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12464" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "203", + "examine": "A scroll for an adamant minotaur familiar.", + "durability": null, + "name": "Addy bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12465" + }, + { + "requirements": "{23,86}", + "ge_buy_limit": "5000", + "grand_exchange_price": "67", + "examine": "A scroll for a rune minotaur familiar.", + "durability": null, + "name": "Rune bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12466" + }, + { + "requirements": "{23,64}", + "ge_buy_limit": "5000", + "grand_exchange_price": "171", + "examine": "A scroll for a stranger plant familiar.", + "durability": null, + "name": "Poisonous blast scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12467" + }, + { + "requirements": "{23,61}", + "ge_buy_limit": "5000", + "grand_exchange_price": "170", + "examine": "A scroll for a smoke devil familiar.", + "durability": null, + "name": "Dust cloud scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12468" + }, + { + "examine": "A hatchling red dragon.", + "durability": null, + "name": "Dragon hatchling", + "archery_ticket_price": "0", + "id": "12469" + }, + { + "examine": "A hatchling blue dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12471" + }, + { + "examine": "A hatchling green dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12473" + }, + { + "examine": "A hatchling black dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12475" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Red dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12477" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Blue dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12478" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Green dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12479" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Black dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12480" + }, + { + "examine": "Can't fly and can barely walk, but adorable nonetheless.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12481" + }, + { + "examine": "I can hatch this in an incubator.", + "durability": null, + "name": "Penguin egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12483" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12484" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12485" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12486" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Raccoon", + "archery_ticket_price": "0", + "id": "12487" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12488" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12489" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12490" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12491" + }, + { + "examine": "It's a colour-coordinated lizard!", + "durability": null, + "name": "Baby chameleon", + "archery_ticket_price": "0", + "id": "12492" + }, + { + "examine": "It's a colour-coordinated lizard!", + "durability": null, + "name": "Chameleon", + "archery_ticket_price": "0", + "id": "12493" + }, + { + "examine": "A lizard's egg.", + "durability": null, + "name": "Chameleon egg", + "weight": "1", + "archery_ticket_price": "0", + "id": "12494" + }, + { + "examine": "A lizard's egg.", + "durability": null, + "name": "Chameleon egg", + "weight": "1", + "archery_ticket_price": "0", + "id": "12495" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12496" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12498" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12499" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12500" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12501" + }, + { + "examine": "Apparently, this token is worth one baby giant crab to someone called Nung.", + "durability": null, + "name": "Crunchy claw token", + "archery_ticket_price": "0", + "id": "12502" + }, + { + "examine": "A fluffy chick.", + "durability": null, + "name": "Saradomin chick", + "archery_ticket_price": "0", + "id": "12503" + }, + { + "examine": "Lovely blue plumage.", + "durability": null, + "name": "Saradomin bird", + "archery_ticket_price": "0", + "id": "12504" + }, + { + "examine": "A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin owl", + "archery_ticket_price": "0", + "id": "12505" + }, + { + "examine": "A fluffy chick.", + "durability": null, + "name": "Zamorak chick", + "archery_ticket_price": "0", + "id": "12506" + }, + { + "examine": "Lovely red plumage.", + "durability": null, + "name": "Zamorak bird", + "archery_ticket_price": "0", + "id": "12507" + }, + { + "examine": "A stately zamorak hawk.", + "durability": null, + "name": "Zamorak hawk", + "archery_ticket_price": "0", + "id": "12508" + }, + { + "examine": "A fluffy chick.", + "durability": null, + "name": "Guthix chick", + "archery_ticket_price": "0", + "id": "12509" + }, + { + "examine": "Lovely green plumage.", + "durability": null, + "name": "Guthix bird", + "archery_ticket_price": "0", + "id": "12510" + }, + { + "examine": "An impressive Guthix raptor.", + "durability": null, + "name": "Guthix raptor", + "archery_ticket_price": "0", + "id": "12511" + }, + { + "requirements": "{4,23}", + "examine": "It's lively and energetic.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12512" + }, + { + "requirements": "{4,23}", + "examine": "It's lively and energetic.", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12513" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12514" + }, + { + "requirements": "{4,23}", + "examine": "An aerodynamic doggy.", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12515" + }, + { + "requirements": "{4,23}", + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12516" + }, + { + "requirements": "{4,23}", + "examine": "My most faithful friend.", + "durability": null, + "name": "Labrador", + "archery_ticket_price": "0", + "id": "12517" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12518" + }, + { + "requirements": "{4,23}", + "examine": "A purebred doggy.", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12519" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet.", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12520" + }, + { + "requirements": "{4,23}", + "examine": "Come by! Come by!", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12521" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy.", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12522" + }, + { + "requirements": "{4,23}", + "examine": "Looks like it's chewing a wasp.", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12523" + }, + { + "requirements": "{23,99}", + "shop_price": "99000", + "examine": "The cape worn by master summoners.", + "durability": null, + "name": "Summoning cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12524", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "1", + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Gold charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12527" + }, + { + "examine": "A key to Pikkupstix's trapdoor.", + "durability": null, + "name": "Trapdoor key", + "archery_ticket_price": "0", + "id": "12528" + }, + { + "shop_price": "25", + "examine": "Shards of an obelisk.", + "grand_exchange_price": "24", + "durability": null, + "name": "Spirit shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12530" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1914", + "examine": "I can summon an ibis familiar with this.", + "durability": null, + "name": "Ibis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12531" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1914", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ibis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12532" + }, + { + "requirements": "{23,16}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "examine": "A scroll for a granite crab familiar.", + "durability": null, + "name": "Stony shell scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12533" + }, + { + "ge_buy_limit": "1000", + "examine": "Meat from a creature that can be hunted in Isafdar.", + "grand_exchange_price": "7968", + "durability": null, + "name": "Raw pawya meat", + "tradeable": "true", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "12535" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7968", + "durability": null, + "name": "Raw pawya meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12536" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12538" + }, + { + "ge_buy_limit": "5000", + "examine": "Spikes from a grenwall.", + "grand_exchange_price": "1704", + "durability": null, + "name": "Grenwall spikes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12539" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12545" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12547" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12548" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12549" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12550" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Baby platypus", + "archery_ticket_price": "0", + "id": "12551" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Baby platypus", + "archery_ticket_price": "0", + "id": "12552" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Baby platypus", + "archery_ticket_price": "0", + "id": "12553" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Patrick", + "archery_ticket_price": "0", + "id": "12554" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Penelope", + "archery_ticket_price": "0", + "id": "12555" + }, + { + "examine": "I bet he can't wait until it's cooked.", + "durability": null, + "name": "Peter", + "archery_ticket_price": "0", + "id": "12556" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Peanut", + "archery_ticket_price": "0", + "id": "12557" + }, + { + "examine": "Marginally better than egg on your face.", + "durability": null, + "name": "Mud", + "archery_ticket_price": "0", + "id": "12558", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "The height of style?", + "grand_exchange_price": "1004", + "durability": null, + "name": "Ogre wig", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12559", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1004", + "durability": null, + "name": "Ogre wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12560" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "It's a little big on me.", + "grand_exchange_price": "197", + "durability": null, + "name": "Ogre kilt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12561", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Ogre kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12562" + }, + { + "remove_sleeves": "true", + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "It's a little big on me.", + "grand_exchange_price": "536", + "durability": null, + "name": "Ogre top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12563", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "536", + "durability": null, + "name": "Ogre top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12564" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "Good for stomping.", + "grand_exchange_price": "420", + "durability": null, + "name": "Ogre boots", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "12565", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "420", + "durability": null, + "name": "Ogre boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12566" + }, + { + "ge_buy_limit": "100", + "examine": "It's a slightly sickly-looking fur.", + "grand_exchange_price": "1468", + "durability": null, + "name": "Diseased kebbit fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12567" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A furry hat with an unnerving tail.", + "grand_exchange_price": "3656", + "durability": null, + "name": "Davy kebbit hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12568", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3656", + "durability": null, + "name": "Davy kebbit hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12569" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "8684", + "examine": "A big piece of tree.", + "walk_anim": "8684", + "durability": null, + "weight": "10", + "turn90ccw_anim": "8684", + "attack_speed": "7", + "weapon_interface": "10", + "turn180_anim": "8684", + "render_anim": "1157", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,401,401", + "grand_exchange_price": "77", + "stand_anim": "8683", + "name": "Ogre club", + "tradeable": "true", + "run_anim": "8685", + "archery_ticket_price": "0", + "id": "12570", + "stand_turn_anim": "823", + "bonuses": "-6,-2,15,0,0,0,0,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "77", + "durability": null, + "name": "Ogre club", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12571" + }, + { + "ge_buy_limit": "100", + "examine": "A delicate, sweet-smelling flower.", + "grand_exchange_price": "20", + "durability": null, + "name": "Lavender", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12572" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Lavender", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12573" + }, + { + "ge_buy_limit": "100", + "examine": "A stiff, pungent grass.", + "grand_exchange_price": "31", + "durability": null, + "name": "Fever grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12574" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "31", + "durability": null, + "name": "Fever grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12575" + }, + { + "ge_buy_limit": "100", + "examine": "A cheerful, aromatic flower.", + "grand_exchange_price": "12", + "durability": null, + "name": "Tansymum", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12576" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Tansymum", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12577" + }, + { + "turn90cw_anim": "8681", + "examine": "A stiff, pungent grass.", + "walk_anim": "8681", + "durability": null, + "turn90ccw_anim": "8681", + "turn180_anim": "8681", + "render_anim": "294", + "equipment_slot": "3", + "grand_exchange_price": "41", + "stand_anim": "8682", + "name": "Smouldering fever grass", + "tradeable": "true", + "run_anim": "8690", + "archery_ticket_price": "0", + "id": "12578", + "stand_turn_anim": "8682" + }, + { + "turn90cw_anim": "8681", + "examine": "A delicate, sweet-smelling flower.", + "walk_anim": "8681", + "durability": null, + "turn90ccw_anim": "8681", + "turn180_anim": "8681", + "render_anim": "294", + "equipment_slot": "3", + "grand_exchange_price": "29", + "stand_anim": "8682", + "name": "Smouldering lavender", + "tradeable": "true", + "run_anim": "8690", + "archery_ticket_price": "0", + "id": "12579", + "stand_turn_anim": "8682" + }, + { + "turn90cw_anim": "8681", + "examine": "A cheerful, aromatic flower.", + "walk_anim": "8681", + "durability": null, + "turn90ccw_anim": "8681", + "turn180_anim": "8681", + "render_anim": "294", + "equipment_slot": "3", + "grand_exchange_price": "18", + "stand_anim": "8682", + "name": "Smouldering tansymum", + "tradeable": "true", + "run_anim": "8690", + "archery_ticket_price": "0", + "id": "12580", + "stand_turn_anim": "8682" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a eucalyptus tree.", + "grand_exchange_price": "507", + "durability": null, + "name": "Eucalyptus logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12581", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "507", + "durability": null, + "name": "Eucalyptus logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12582" + }, + { + "ge_buy_limit": "1000", + "examine": "Logs cut from a eucalyptus tree.", + "grand_exchange_price": "3609", + "durability": null, + "name": "Eucalyptus pyre logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12583" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3609", + "durability": null, + "name": "Eucalyptus pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12584" + }, + { + "ge_buy_limit": "100", + "examine": "A modest and mild plant.", + "grand_exchange_price": "20", + "durability": null, + "name": "Primweed", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12588" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Primweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12589" + }, + { + "ge_buy_limit": "100", + "examine": "A pretty but putrid flower.", + "grand_exchange_price": "16", + "durability": null, + "name": "Stinkbloom", + "tradeable": "true", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "12590" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Stinkbloom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12591" + }, + { + "durability": null, + "name": "Diseased kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12592" + }, + { + "destroy_message": "If you need to, you can get another from the Tyras Camp catapult engineer.", + "examine": "The plans for repairing the Tyras Camp catapult.", + "durability": null, + "name": "Catapult schematics", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12593" + }, + { + "destroy_message": "If you need to, you can get another from General Hining in the Tyras Camp.", + "examine": "General Hining wants me to deliver this to the Catapult Engineer.", + "durability": null, + "name": "Engineer's letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12594" + }, + { + "destroy_message": "You can always get another from the drunken sailor in Port Sarim.", + "examine": "Taken from a drunken sailor in Port Sarim.", + "durability": null, + "name": "Sailor's hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "12595", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another set from Thaki the delivery dwarf in Port Sarim.", + "examine": "Dwarf-made parts for repairing the Tyras Camp catapult.", + "durability": null, + "name": "Metal catapult parts", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12596" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12597" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12598" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12599" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12600" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12601" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12602" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12603" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12604" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12605" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12606" + }, + { + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12607", + "equipment_slot": "5" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "An amulet of Farming with 1 charge.", + "grand_exchange_price": "271", + "durability": null, + "name": "Amulet of farming(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12608", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "271", + "durability": null, + "name": "Amulet of farming(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12609" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 2 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12610", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12611" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 3 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12612", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12613" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 4 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12614", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12615" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 5 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12616", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12617" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 6 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12618", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12619" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 7 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12620", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12621" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "An amulet of Farming with 8 charges.", + "grand_exchange_price": "210", + "durability": null, + "name": "Amulet of farming(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12622", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "210", + "durability": null, + "name": "Amulet of farming(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12623" + }, + { + "shop_price": "10", + "examine": "An ogleroot. How odd.", + "durability": null, + "name": "Ogleroot", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0", + "id": "12624" + }, + { + "destroy_message": "You will need to obtain more flags from Mrs. Winkin or Farmer Blinkin if you have lost all of the flags you have.", + "shop_price": "500", + "examine": "A flag to put in the ground.", + "durability": null, + "name": "Flag", + "tradeable": "false", + "destroy": "true", + "weight": "0", + "archery_ticket_price": "0", + "id": "12625" + }, + { + "destroy_message": "You will need to get another exam paper from Professor Henry", + "examine": "Player Safety test", + "durability": null, + "name": "Test paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12626" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12627" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12628" + }, + { + "destroy_message": "You can get another pair of gloves from the chest in the Stronghold of Player Safety.", + "examine": "Gloves from the Stronghold of Player Safety.", + "durability": null, + "name": "Safety gloves", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12629", + "bonuses": "0,0,0,0,0,1,2,2,1,2,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Rubium is very unstable", + "shop_price": "10", + "examine": "Be careful with this near water.", + "durability": null, + "name": "Rubium", + "weight": "1", + "archery_ticket_price": "0", + "id": "12630" + }, + { + "destroy_message": "The train is tiny", + "examine": "(While on the ground) Kennith's lost toy. (While in your inventory) A wooden toy train.", + "durability": null, + "name": "Toy train", + "archery_ticket_price": "0", + "id": "12631" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12632" + }, + { + "examine": "The jar is shaking violently!", + "durability": null, + "name": "Super fishing explosive", + "archery_ticket_price": "0", + "id": "12633" + }, + { + "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.", + "examine": "A thick, orange cape.", + "durability": null, + "name": "Chocatrice cape", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12634", + "equip_audio": "2238", + "equipment_slot": "1" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12635" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12636" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12637" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12638" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12639" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12640" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12641" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12642" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12643" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12644" + }, + { + "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.", + "examine": "A thick, orange cape.", + "durability": null, + "name": "Chocatrice cape", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12645", + "equip_audio": "2238", + "equipment_slot": "1" + }, + { + "examine": "A chocolate egg wrapped in coloured foil.", + "durability": null, + "name": "Chocolate egg", + "archery_ticket_price": "0", + "id": "12646" + }, + { + "examine": "A chocolate egg wrapped in coloured foil.", + "durability": null, + "name": "Chocolate egg", + "archery_ticket_price": "0", + "id": "12647" + }, + { + "examine": "A chocolate egg wrapped in coloured foil.", + "durability": null, + "name": "Chocolate egg", + "archery_ticket_price": "0", + "id": "12648" + }, + { + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12649" + }, + { + "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "12650" + }, + { + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "12651" + }, + { + "examine": "It's a bucket of coal from the Easter Bunny's warren.", + "durability": null, + "name": "Bucket of coal", + "weight": "3", + "archery_ticket_price": "0", + "id": "12652" + }, + { + "examine": "It's a bucket of coal from the Easter Bunny's warren.", + "durability": null, + "name": "Bucket of coal", + "weight": "3", + "archery_ticket_price": "0", + "id": "12653" + }, + { + "destroy_message": "Are you sure you want to destroy this object?
You can get another in the Easter Bunny's warren.", + "examine": "A stripy brown egg.", + "grand_exchange_price": "1255", + "durability": null, + "name": "Cockatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12654" + }, + { + "destroy_message": "Are you sure you want to destroy this object?
You can make another at the Easter Bunny's warren.", + "examine": "A cockatrice egg that has been dipped in molten chocolate.", + "durability": null, + "name": "Chocatrice egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12655", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some chocolate chunks.", + "durability": null, + "name": "Chocolate chunks", + "archery_ticket_price": "0", + "id": "12657" + }, + { + "remove_head": "true", + "shop_price": "3520", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "1913", + "name": "Adamant full helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12658", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "3520", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "1913", + "name": "Adamant full helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12659", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Lightweight head protection.", + "grand_exchange_price": "1040", + "durability": null, + "name": "Snakeskin bandana (e)", + "tradeable": "false", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "12660", + "absorb": "0,2,1", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Lightweight head protection.", + "grand_exchange_price": "1040", + "durability": null, + "name": "Snakeskin bandana (charged)", + "tradeable": "false", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "12661", + "absorb": "0,2,1", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A wooden helmet.", + "durability": null, + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5623", + "name": "Splitbark helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12662", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A wooden helmet.", + "durability": null, + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5623", + "name": "Splitbark helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12663", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21200", + "name": "Rune full helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12664", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21200", + "name": "Rune full helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12665", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "weight": "1.3", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "61200", + "name": "Dragon med helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12666", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "weight": "1.3", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "61200", + "name": "Dragon med helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12667", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm (e)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12668", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm (charged)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12669", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A helmet of great craftmanship.", + "durability": null, + "weight": "0.5", + "absorb": "0,5,2", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "3932989", + "name": "Armadyl helmet (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12670", + "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0" + }, + { + "remove_head": "true", + "examine": "A helmet of great craftmanship.", + "durability": null, + "weight": "0.5", + "absorb": "0,5,2", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "3932989", + "name": "Armadyl helmet (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12671", + "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by archers.", + "durability": null, + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "41000", + "name": "Archer helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12672", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by archers.", + "durability": null, + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "41000", + "name": "Archer helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12673", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by berserkers.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48800", + "name": "Berserker helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12674", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by berserkers.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48800", + "name": "Berserker helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12675", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by warriors.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48200", + "name": "Warrior helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12676", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by warriors.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48200", + "name": "Warrior helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12677", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by farseers.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "46400", + "name": "Farseer helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12678", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by farseers.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "46400", + "name": "Farseer helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12679", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "50000", + "examine": "A gift from Neitiznot's Burgher.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "44831", + "name": "Helm of neitiznot (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12680", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" + }, + { + "remove_head": "true", + "shop_price": "50000", + "examine": "A gift from Neitiznot's Burgher.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "44831", + "name": "Helm of neitiznot (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12681", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12682" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12684" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12686" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12688" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12690" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12692" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12694" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12696" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12698" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little pup.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12700" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little pup.", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12701" + }, + { + "requirements": "{4,23}", + "examine": "Such a brave doggy.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12702" + }, + { + "requirements": "{4,23}", + "examine": "Such a brave doggy.", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12703" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12704" + }, + { + "requirements": "{4,23}", + "examine": "An aerodynamic doggy.", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12705" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12706" + }, + { + "requirements": "{4,23}", + "examine": "An aerodynamic doggy.", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12707" + }, + { + "requirements": "{4,23}", + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12708" + }, + { + "requirements": "{4,23}", + "examine": "My most faithful friend.", + "durability": null, + "name": "Labrador", + "archery_ticket_price": "0", + "id": "12709" + }, + { + "requirements": "{4,23}", + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12710" + }, + { + "requirements": "{4,23}", + "examine": "My most faithful friend.", + "durability": null, + "name": "Labrador", + "archery_ticket_price": "0", + "id": "12711" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12712" + }, + { + "requirements": "{4,23}", + "examine": "A purebred doggy.", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12713" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12714" + }, + { + "requirements": "{4,23}", + "examine": "A purebred doggy.", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12715" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet.", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12716" + }, + { + "requirements": "{4,23}", + "examine": "Come by! Come by!", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12717" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet.", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12718" + }, + { + "requirements": "{4,23}", + "examine": "Come by! Come by!", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12719" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy.", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12720" + }, + { + "requirements": "{4,23}", + "examine": "Looks like it's chewing a wasp.", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12721" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy.", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12722" + }, + { + "requirements": "{4,23}", + "examine": "Looks like it's chewing a wasp.", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12723" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12724" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12725" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12726" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12727" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12728" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12729" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12730" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12731" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12732" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12733" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12734" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Raccoon", + "archery_ticket_price": "0", + "id": "12735" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12736" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Raccoon", + "archery_ticket_price": "0", + "id": "12737" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12738" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12739" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12740" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12741" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12742" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12743" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12744" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12745" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12746" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12747" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12748" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12749" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12750" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12751" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12752" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12753" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12754" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12755" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12756" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12757" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12758" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12759" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12760" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12761" + }, + { + "examine": "Can't fly and can barely walk, but adorable nonetheless.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12763" + }, + { + "examine": "Can't fly and can barely walk, but adorable nonetheless.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12765" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12766" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12767" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12768" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12769" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12770" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12771" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12772" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12773" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12774" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12775" + }, + { + "requirements": "{23,85}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2613", + "examine": "I can summon a swamp titan familiar with this.", + "durability": null, + "name": "Swamp titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12776" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2613", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Swamp titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12777" + }, + { + "requirements": "{17,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "130", + "examine": "I can summon a spirit mosquito familiar with this.", + "durability": null, + "name": "Spirit mosquito pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12778" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "130", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit mosquito pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12779" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "16100", + "examine": "I can summon a void spinner familiar with this.", + "durability": null, + "name": "Void spinner pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12780" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "16100", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void spinner pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12781" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2458", + "examine": "I can summon a forge regent familiar with this.", + "durability": null, + "name": "Forge regent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12782" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2458", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Forge regent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12783" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "4097", + "examine": "I can summon a spirit larupia familiar with this.", + "durability": null, + "name": "Spirit larupia pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12784" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4097", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit larupia pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12785" + }, + { + "requirements": "{23,89}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3856", + "examine": "I can summon a geyser titan familiar with this.", + "durability": null, + "name": "Geyser titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12786" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3856", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Geyser titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12787" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3840", + "examine": "I can summon a lava titan familiar with this.", + "durability": null, + "name": "Lava titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12788" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3840", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Lava titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12789" + }, + { + "requirements": "{23,99}", + "ge_buy_limit": "5000", + "grand_exchange_price": "5800", + "examine": "I can summon a steel titan familiar with this.", + "durability": null, + "name": "Steel titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12790" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Steel titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12791" + }, + { + "requirements": "{23,73}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3436", + "examine": "I can summon an obsidian golem familiar with this.", + "durability": null, + "name": "Obsidian golem pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12792" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3436", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Obsidian golem pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12793" + }, + { + "requirements": "{23,77}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3017", + "examine": "I can summon a talon beast familiar with this.", + "durability": null, + "name": "Talon beast pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12794" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3017", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Talon beast pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12795" + }, + { + "requirements": "{23,93}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2991", + "examine": "I can summon an abyssal titan familiar with this.", + "durability": null, + "name": "Abyssal titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12796" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2991", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Abyssal titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12797" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "18300", + "examine": "I can summon a void torcher familiar with this.", + "durability": null, + "name": "Void torcher pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12798" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void torcher pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12799" + }, + { + "requirements": "{23,29}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1513", + "examine": "I can summon a giant chinchompa familiar with this.", + "durability": null, + "name": "Giant chinchompa pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12800" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1513", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Giant chinchompa pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12801" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3567", + "examine": "I can summon a fire titan familiar with this.", + "durability": null, + "name": "Fire titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12802" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3567", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Fire titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12803" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3548", + "examine": "I can summon a moss titan familiar with this.", + "durability": null, + "name": "Moss titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12804" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3548", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Moss titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12805" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7184", + "examine": "I can summon an ice titan familiar with this.", + "durability": null, + "name": "Ice titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12806" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7184", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ice titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12807" + }, + { + "requirements": "{22,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1116", + "examine": "I can summon a spirit Tz-Kih familiar with this.", + "durability": null, + "name": "Spirit tz-kih pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12808" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1116", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit tz-kih pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12809" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7919", + "examine": "I can summon a spirit graahk familiar with this.", + "durability": null, + "name": "Spirit graahk pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12810" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7919", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit graahk pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12811" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "13300", + "examine": "I can summon a spirit kyatt familiar with this.", + "durability": null, + "name": "Spirit kyatt pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12812" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit kyatt pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12813" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "18600", + "examine": "I can summon a void shifter familiar with this.", + "durability": null, + "name": "Void shifter pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12814" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void shifter pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12815" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1951", + "examine": "I can summon a pyrelord familiar with this.", + "durability": null, + "name": "Pyrelord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12816" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1951", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Pyrelord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12817" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10700", + "examine": "I can summon a void ravager familiar with this.", + "durability": null, + "name": "Void ravager pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12818" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "10700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void ravager pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12819" + }, + { + "requirements": "{23,70}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1382", + "examine": "I can summon a ravenous locust familiar with this.", + "durability": null, + "name": "Ravenous locust pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12820" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1382", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ravenous locust pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12821" + }, + { + "requirements": "{23,95}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3470", + "examine": "I can summon an iron titan familiar with this.", + "durability": null, + "name": "Iron titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12822" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3470", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Iron titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12823" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "380", + "examine": "A scroll for an elemental titan familiar.", + "durability": null, + "name": "Titan's con. scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12824" + }, + { + "requirements": "{23,99}", + "ge_buy_limit": "5000", + "grand_exchange_price": "646", + "examine": "A scroll for a steel titan familiar.", + "durability": null, + "name": "Steel of legends scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12825" + }, + { + "requirements": "{23,73}", + "ge_buy_limit": "5000", + "grand_exchange_price": "271", + "examine": "A scroll for an obsidian golem familiar.", + "durability": null, + "name": "Volcanic str. scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12826" + }, + { + "requirements": "{23,93}", + "ge_buy_limit": "5000", + "grand_exchange_price": "310", + "examine": "A scroll for an abyssal titan familiar.", + "durability": null, + "name": "Essence shipment scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12827" + }, + { + "requirements": "{23,95}", + "ge_buy_limit": "5000", + "grand_exchange_price": "389", + "examine": "A scroll for an iron titan familiar.", + "durability": null, + "name": "Iron within scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12828" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "examine": "A scroll for a pyrelord familiar.", + "durability": null, + "name": "Immense heat scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12829" + }, + { + "requirements": "{23,70}", + "ge_buy_limit": "5000", + "grand_exchange_price": "149", + "examine": "A scroll for a ravenous locust familiar.", + "durability": null, + "name": "Famine scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12830" + }, + { + "requirements": "{23,77}", + "ge_buy_limit": "5000", + "grand_exchange_price": "245", + "examine": "A scroll for a talon beast familiar.", + "durability": null, + "name": "Deadly claw scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12831" + }, + { + "requirements": "{23,85}", + "ge_buy_limit": "5000", + "grand_exchange_price": "192", + "examine": "A scroll for a swamp titan familiar.", + "durability": null, + "name": "Swamp plague scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12832" + }, + { + "requirements": "{23,89}", + "ge_buy_limit": "5000", + "grand_exchange_price": "294", + "examine": "A scroll for a geyser titan familiar.", + "durability": null, + "name": "Boil scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12833" + }, + { + "requirements": "{23,29}", + "ge_buy_limit": "5000", + "grand_exchange_price": "103", + "examine": "A scroll for a giant chinchompa familiar.", + "durability": null, + "name": "Explode scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12834" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "250", + "examine": "A scroll for a spirit graahk familiar.", + "durability": null, + "name": "Goad scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12835" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1428", + "examine": "A scroll for a spirit kyatt familiar.", + "durability": null, + "name": "Ambush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12836" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "300", + "examine": "A scroll for a lava titan familiar.", + "durability": null, + "name": "Ebon thunder scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12837" + }, + { + "requirements": "{23,17}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1", + "examine": "A scroll for a spirit mosquito familiar.", + "durability": null, + "name": "Pester scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12838" + }, + { + "requirements": "{23,22}", + "ge_buy_limit": "5000", + "grand_exchange_price": "78", + "examine": "A scroll for a spirit Tz-Kih familiar.", + "durability": null, + "name": "Fireball assault scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12839" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "196", + "examine": "A scroll for a spirit larupia familiar.", + "durability": null, + "name": "Rending scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12840" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "173", + "examine": "A scroll for a forge regent familiar.", + "durability": null, + "name": "Inferno scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12841" + }, + { + "turn90cw_anim": "8963", + "stand_anim": "8964", + "walk_anim": "8961", + "durability": null, + "name": "Gnomecopter", + "run_anim": "8963", + "archery_ticket_price": "0", + "turn90ccw_anim": "8963", + "id": "12842", + "stand_turn_anim": "8963", + "turn180_anim": "8963", + "equipment_slot": "1" + }, + { + "destroy_message": "This is for use with the gnomecopters, north of Lumbridge. Sasquine Huburns will give you another one.", + "examine": "It tells gnomecopters where you wish to go.", + "durability": null, + "name": "Gnomecopter ticket", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12843" + }, + { + "shop_price": "100", + "turn90cw_anim": "8983", + "examine": "A kite with a dragon on it.", + "walk_anim": "8982", + "durability": null, + "turn90ccw_anim": "8984", + "attack_speed": "4", + "turn180_anim": "8985", + "render_anim": "593", + "equipment_slot": "3", + "stand_anim": "8981", + "name": "Toy kite", + "run_anim": "8986", + "archery_ticket_price": "0", + "id": "12844", + "stand_turn_anim": "8987" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12845", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12846", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12847", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12848", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12849", + "stand_turn_anim": "9000" + }, + { + "examine": "A generic elemental rune", + "durability": null, + "name": "Elemental rune", + "archery_ticket_price": "0", + "id": "12850" + }, + { + "examine": "A generic non-elemental rune", + "durability": null, + "name": "Catalytic rune", + "archery_ticket_price": "0", + "id": "12851" + }, + { + "examine": "A token awarded for taking part in the Fist of Guthix minigame.", + "durability": null, + "name": "Fist of guthix token", + "archery_ticket_price": "0", + "id": "12852" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box of bandages for healing.", + "durability": null, + "name": "Bandages", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12853" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Teleports you to the centre of the arena.", + "durability": null, + "name": "Tele-orb", + "archery_ticket_price": "0", + "id": "12855" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,50}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Irit gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12856", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,60}", + "shop_price": "100", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Avantoe gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12857", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,70}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Kwuarm gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12858", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,80}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Cadantine gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12859", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{10,65}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Swordfish gloves", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12860", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{10,90}", + "shop_price": "200", + "examine": "A pair of mystical gloves", + "durability": null, + "name": "Shark gloves", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12861", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{18,70}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Dragon slayer gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12862", + "equipment_slot": "9" + }, + { + "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.", + "requirements": "{20,10}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Air runecrafting gloves", + "tradeable": "false", + "weight": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12863", + "equipment_slot": "9" + }, + { + "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.", + "requirements": "{20,20}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Water runecrafting gloves", + "tradeable": "false", + "weight": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12864", + "equipment_slot": "9" + }, + { + "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix minigame.", + "requirements": "{20,30}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Earth runecrafting gloves", + "tradeable": "false", + "weight": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12865", + "equipment_slot": "9" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12866", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12867", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12868", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12869", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12870", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "78900", + "name": "Battle hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12871", + "bonuses": "0,0,0,2,0,3,2,3,2,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "78900", + "durability": null, + "name": "Battle hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12872" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12873", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12874", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12875", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12876", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12877", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "431400", + "name": "Battle robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12878", + "bonuses": "0,0,0,7,0,4,4,5,7,0,8,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "431400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Battle robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12879" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12880", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12881", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12882", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12883", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12884", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "538000", + "name": "Battle robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12885", + "bonuses": "0,0,0,6,0,4,3,4,6,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "538000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Battle robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12886" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12887", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12888", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12889", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12890", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12891", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "8504", + "name": "Druidic mage hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12892", + "bonuses": "0,0,0,1,0,0,0,0,1,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "8504", + "durability": null, + "name": "Druidic mage hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12893" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12894", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12895", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12896", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12897", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12898", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "ge_buy_limit": "10", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "76300", + "name": "Druidic mage top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12899", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "76300", + "durability": null, + "name": "Druidic mage top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12900" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12901", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12902", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12903", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12904", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12905", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "ge_buy_limit": "10", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "60800", + "name": "Druidic mage bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12906", + "bonuses": "0,0,0,2,0,0,0,0,2,0,2,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "60800", + "durability": null, + "name": "Druidic mage bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12907" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12908", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12909", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12910", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12911", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12912", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Not so spiky anymore.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2718", + "name": "Adamant spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12913", + "bonuses": "0,0,0,-6,-2,11,12,10,0,11,4,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "Not so spiky anymore!", + "grand_exchange_price": "2718", + "durability": null, + "name": "Adamant spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12914" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12915", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12916", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12917", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12918", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12919", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "Not so spiky anymore!", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "23700", + "name": "Adamant berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12920", + "bonuses": "0,0,0,-8,-2,12,14,13,-1,8,4,1,0,0,0" + }, + { + "ge_buy_limit": "10", + "examine": "Not so spiky anymore!", + "grand_exchange_price": "23700", + "durability": null, + "name": "Adamant berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12921" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12922", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", + "point_price": "35" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12923", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12924", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12925", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12926", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "50500", + "name": "Rune spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12927", + "bonuses": "0,0,0,-6,-2,14,15,13,0,14,8,2,0,0,0" + }, + { + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "grand_exchange_price": "50500", + "durability": null, + "name": "Rune spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12928" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12929", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", + "point_price": "35" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12930", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12931", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12932", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12933", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "135300", + "name": "Rune berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12934", + "bonuses": "0,0,0,-8,-2,16,18,17,-1,17,9,2,0,0,0" + }, + { + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "grand_exchange_price": "135300", + "durability": null, + "name": "Rune berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12935" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12936", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12937", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12938", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12939", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12940", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A worn out coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "92700", + "name": "Green d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12941", + "bonuses": "0,0,0,-1,1,1,2,2,1,2,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A worn out coif made of green dragonhide.", + "grand_exchange_price": "92700", + "durability": null, + "name": "Green d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12942" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12943", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12944", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12945", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12946", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12947", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A worn out coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "131900", + "name": "Blue d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12948", + "bonuses": "0,0,0,-1,1,1,2,2,1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A worn out coif made of blue dragonhide.", + "grand_exchange_price": "131900", + "durability": null, + "name": "Blue d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12949" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12950", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12951", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12952", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12953", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12954", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A worn out coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "156600", + "name": "Red d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12955", + "bonuses": "0,0,0,-1,2,1,2,3,1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A worn out coif made of red dragonhide.", + "grand_exchange_price": "156600", + "durability": null, + "name": "Red d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12956" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12957", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12958", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12959", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12960", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12961", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "229000", + "name": "Black d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12962", + "bonuses": "0,0,0,-1,3,1,3,3,1,2,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A coif made of black dragonhide.", + "grand_exchange_price": "229000", + "durability": null, + "name": "Black d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12963" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12964", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12965", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12966", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12967", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12968", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "ge_buy_limit": "10", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "6511", + "name": "Combat hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12969", + "bonuses": "0,0,0,1,0,0,0,0,1,0,2,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "6511", + "durability": null, + "name": "Combat hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12970" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12971", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12972", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12973", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12974", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12975", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "ge_buy_limit": "10", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "61500", + "name": "Combat robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12976", + "bonuses": "0,0,0,3,0,0,0,0,3,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "61500", + "durability": null, + "name": "Combat robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12977" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12978", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12979", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12980", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12981", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12982", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "47800", + "name": "Combat robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12983", + "bonuses": "0,0,0,2,0,0,0,0,2,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "47800", + "durability": null, + "name": "Combat robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12984" + }, + { + "shop_price": "15", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "3694", + "durability": null, + "name": "Bronze gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12985", + "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "3275", + "durability": null, + "name": "Worn-out bronze gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12986", + "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3275", + "durability": null, + "name": "Worn-out bronze gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12987" + }, + { + "shop_price": "30", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "17339", + "durability": null, + "name": "Iron gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12988", + "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "30", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "16000", + "durability": null, + "name": "Worn-out iron gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12989", + "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16000", + "durability": null, + "name": "Worn-out iron gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12990" + }, + { + "requirements": "{1,5}", + "shop_price": "50", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "29844", + "durability": null, + "name": "Steel gauntlets", + "tradeable": "false", + "weight": "10", + "archery_ticket_price": "0", + "id": "12991", + "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,5}", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "durability": null, + "weight": "10", + "equipment_slot": "9", + "grand_exchange_price": "27000", + "name": "Worn-out steel gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12992", + "bonuses": "0,0,0,-1,-1,1,1,1,-1,1,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27000", + "durability": null, + "name": "Worn-out steel gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12993" + }, + { + "requirements": "{1,10}", + "shop_price": "75", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "50808", + "durability": null, + "name": "Black gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "12994", + "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,10}", + "shop_price": "75", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "40100", + "name": "Worn-out black gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12995", + "bonuses": "0,0,0,-1,-1,1,2,2,-1,1,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "40100", + "durability": null, + "name": "Worn-out black gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12996" + }, + { + "requirements": "{1,20}", + "shop_price": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "60064", + "durability": null, + "name": "Mithril gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12997", + "bonuses": "0,0,0,-1,-1,6,7,7,-1,6,6,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,20}", + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "54200", + "durability": null, + "name": "Worn-out mithril gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12998", + "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54200", + "durability": null, + "name": "Worn-out mithril gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12999" + }, + { + "requirements": "{1,30}", + "shop_price": "150", + "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.", + "grand_exchange_price": "74526", + "durability": null, + "name": "Adamant gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "13000", + "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,30}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "71500", + "name": "Worn-out adamant gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13001", + "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "71500", + "durability": null, + "name": "Worn-out adamant gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13002" + }, + { + "requirements": "{1,40}", + "shop_price": "200", + "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.", + "grand_exchange_price": "95700", + "durability": null, + "name": "Rune gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "13003", + "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,40}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "99900", + "name": "Worn-out rune gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13004", + "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "99900", + "durability": null, + "name": "Worn-out rune gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13005" + }, + { + "requirements": "{1,60}", + "shop_price": "300", + "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!", + "grand_exchange_price": "214700", + "durability": null, + "name": "Dragon gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "13006", + "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,60}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "166200", + "name": "Worn-out dragon gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13007", + "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "166200", + "durability": null, + "name": "Worn-out dragon gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13008" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13010" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13011" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13012" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13013" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13014" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13015" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13016" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13017" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13018" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13019" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13020" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13021" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13022" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13023" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13024" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13025" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13026" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13027" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13028" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13029" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13030" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13031" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13032" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13033" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13034" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13035" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13036" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13037" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13038" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13039" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13040" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13041" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13042" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13043" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13044" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13045" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13046" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13047" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13048" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13049" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13050" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13051" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13052" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13053" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13054" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13055" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13056" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13057" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13058" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13059" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13060" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13061" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13062" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13063" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13064" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13065" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13066" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13067" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13068" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13069" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13070" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13071" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13072" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13074" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13075" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13076" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13077" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13078" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13079" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13080" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A black crossbow.", + "walk_anim": "4226", + "durability": null, + "weight": "5", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "grand_exchange_price": "261", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "tradeable": "true", + "name": "Black crossbow", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "13081", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "261", + "durability": null, + "name": "Black crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13082" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "55", + "durability": null, + "name": "Black bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13083", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "141", + "durability": null, + "name": "Black bolts(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13084", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "233", + "durability": null, + "name": "Black bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13085", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "1690", + "durability": null, + "name": "Black bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13086", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{0,8}", + "ge_buy_limit": "2", + "examine": "A sapphire-topped cane.", + "durability": null, + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "77000", + "name": "Black cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13095", + "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "77000", + "durability": null, + "name": "Black cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13096" + }, + { + "requirements": "{0,28}", + "ge_buy_limit": "2", + "examine": "A ruby-topped cane.", + "durability": null, + "weight": "0.5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "19100", + "name": "Adamant cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13097", + "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "19100", + "durability": null, + "name": "Adamant cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13098" + }, + { + "requirements": "{0,38}", + "ge_buy_limit": "2", + "examine": "A diamond-topped cane.", + "durability": null, + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "lendable": "true", + "grand_exchange_price": "14500", + "name": "Rune cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13099", + "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14500", + "durability": null, + "name": "Rune cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13100" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Comes with a free rabbit!", + "grand_exchange_price": "160400", + "durability": null, + "name": "Top hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13101", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "160400", + "durability": null, + "name": "Top hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13102" + }, + { + "ge_buy_limit": "2", + "examine": "Official explorer headgear!", + "grand_exchange_price": "85400", + "durability": null, + "name": "Pith helmet", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "13103", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "85400", + "durability": null, + "name": "Pith helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13104" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "ge_buy_limit": "2", + "examine": "Spikier than normal.", + "durability": null, + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "38300", + "name": "Spiked helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13105", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "38300", + "durability": null, + "name": "Spiked helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13106" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Shear elegance.", + "grand_exchange_price": "296700", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13107", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "296700", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13108" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "I can get the look right, but can I do the waddle too?", + "grand_exchange_price": "633600", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13109", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "633600", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13110" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "The bats have left the belltower.", + "grand_exchange_price": "399000", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13111", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "399000", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13112" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "It's the year of the cat!", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13113", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13114" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "I'm hungry like the wolf.", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Wolf mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13115", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Wolf mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13116" + }, + { + "turn90cw_anim": "9053", + "examine": "A fully charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "defence_anim": "9048", + "equipment_slot": "3", + "attack_anims": "9097,9097,9097,9097", + "stand_anim": "9049", + "name": "Ivandis flail (30)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13117", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (29)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13118", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "9054", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail(28)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13119", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (27)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13120", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (26)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13121", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (25)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13122", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (24)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13123", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (23)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13124", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (22)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13125", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (21)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13126", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (20)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13127", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (19)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13128", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (18)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13129", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (17)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13130", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (16)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13131", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (15)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13132", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (14)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13133", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (13)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13134", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (12)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13135", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (11)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13136", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (10)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13137", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (9)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13138", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (8)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13139", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (7)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13140", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (6)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13141", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (5)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13142", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (4)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13143", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (3)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13144", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (2)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13145", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (1)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13146", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "examine": "Flail of Ivandis dust.", + "durability": null, + "name": "Flail dust", + "archery_ticket_price": "0", + "id": "13147" + }, + { + "destroy_message": "You found this page in the top floor of Paterdomus temple on an old table.", + "examine": "A page ripped from a book; it looks like a map of some kind.", + "durability": null, + "name": "Book page", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13149" + }, + { + "destroy_message": "You got this book from a bunk bed in Sanguinesti Myreque base.", + "examine": "A big book of combat techniques.", + "durability": null, + "name": "Combat book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13151" + }, + { + "examine": "Used to make a metal chain.", + "durability": null, + "name": "Chain link mould", + "weight": "1", + "archery_ticket_price": "0", + "id": "13153" + }, + { + "examine": "A chain made from mithril and silver.", + "durability": null, + "name": "Silvthril chain", + "weight": "3", + "archery_ticket_price": "0", + "id": "13154" + }, + { + "examine": "A blessed sickle with an emerald recessed into it.", + "durability": null, + "name": "Silver sickle emerald(b)", + "weight": "1", + "archery_ticket_price": "0", + "id": "13155", + "equipment_slot": "3" + }, + { + "examine": "A blessed and enchanted silver sickle with an emerald recessed into it.", + "durability": null, + "name": "Enchanted sickle emerald(b)", + "weight": "1", + "archery_ticket_price": "0", + "id": "13156", + "equipment_slot": "3" + }, + { + "examine": "A Vyrewatch corpse. Just a husk, really.", + "durability": null, + "name": "Vyre corpse", + "weight": "5", + "archery_ticket_price": "0", + "id": "13157" + }, + { + "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)", + "durability": null, + "name": "Columbarium key", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13158" + }, + { + "destroy_message": "You got this key by cremating a Vyrewatch in the Paterdomus Columbarium.", + "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)", + "durability": null, + "name": "Ornate tomb key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13159" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", + "durability": null, + "name": "Tome of xp 2nd ed (3)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13160" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", + "durability": null, + "name": "Tome of xp 2nd ed (2)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13161" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", + "durability": null, + "name": "Tome of xp 2nd ed (1)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13162" + }, + { + "examine": "A sapphire-topped cane.", + "grand_exchange_price": "115390", + "durability": null, + "name": "Black cane", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "attack_speed": "5", + "weapon_interface": "10", + "id": "13163", + "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0", + "equipment_slot": "3" + }, + { + "examine": "A ruby-topped cane.", + "grand_exchange_price": "18514", + "durability": null, + "name": "Adamant cane", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "weapon_interface": "10", + "id": "13164", + "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0", + "equipment_slot": "3" + }, + { + "examine": "A diamond-topped cane.", + "durability": null, + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "lendable": "true", + "grand_exchange_price": "15023", + "name": "Rune cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13165", + "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "lendable": "true", + "examine": "Comes with a free rabbit!", + "grand_exchange_price": "425919", + "durability": null, + "name": "Top hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13166", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Official explorer headgear!", + "grand_exchange_price": "99682", + "durability": null, + "name": "Pith helmet", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "13167", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Spikier than normal.", + "grand_exchange_price": "39643", + "durability": null, + "name": "Spiked helmet", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "13168", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "Shear elegance.", + "grand_exchange_price": "313558", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13169", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "I can get the look right, but can I do the waddle too?", + "grand_exchange_price": "609515", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13170", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "The bats have left the belltower.", + "grand_exchange_price": "371616", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13171", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "It's the year of the cat!", + "grand_exchange_price": "1066648", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13172", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "I'm hungry like the wolf.", + "grand_exchange_price": "1303443", + "durability": null, + "name": "Wolf mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13173", + "equipment_slot": "0" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Blue navy slacks", + "archery_ticket_price": "0", + "id": "13174", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Green navy slacks", + "archery_ticket_price": "0", + "id": "13175", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Red navy slacks", + "archery_ticket_price": "0", + "id": "13176", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Brown navy slacks", + "archery_ticket_price": "0", + "id": "13177", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Black navy slacks", + "archery_ticket_price": "0", + "id": "13178", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Purple navy slacks", + "archery_ticket_price": "0", + "id": "13179", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Grey navy slacks", + "archery_ticket_price": "0", + "id": "13180", + "equipment_slot": "7" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Blue naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13181", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Green naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13182", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Red naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13183", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Brown naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13184", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Black naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13185", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Purple naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13186", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Grey naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13187", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Blue tricorn hat", + "archery_ticket_price": "0", + "id": "13188", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Green tricorn hat", + "archery_ticket_price": "0", + "id": "13189", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Red tricorn hat", + "archery_ticket_price": "0", + "id": "13190", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Brown tricorn hat", + "archery_ticket_price": "0", + "id": "13191", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Black tricorn hat", + "archery_ticket_price": "0", + "id": "13192", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Purple tricorn hat", + "archery_ticket_price": "0", + "id": "13193", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Grey tricorn hat", + "archery_ticket_price": "0", + "id": "13194", + "equipment_slot": "0" + }, + { + "destroy_message": "If you drop this lamp, it will be destroyed. You can obtain another from Dunstan.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Mysterious lamp", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13227" + }, + { + "destroy_message": "You can get another net from Professor Arblenap on Ice Mountain.", + "examine": "Professor Arblenap gave you this net to catch the baby icefiends on Ice Mountain.", + "durability": null, + "name": "Icefiend net", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13230", + "equipment_slot": "3" + }, + { + "examine": "You should give this to Professor Arblenap.", + "durability": null, + "name": "Baby icefiend", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13231", + "equipment_slot": "3" + }, + { + "destroy_message": "It will reappear near the bottom of Ice Mountain.", + "examine": "The remains of the Oracle's tent on Ice Mountain.", + "durability": null, + "name": "Tent", + "tradeable": "false", + "destroy": "true", + "weight": "30", + "archery_ticket_price": "0", + "id": "13232" + }, + { + "destroy_message": "You can get it back by pickpocketing Drorkar again.", + "examine": "You took this key from Drorkar's pocket in the power station. (Perils of Ice Mountain)", + "durability": null, + "name": "Dwarven key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13234" + }, + { + "examine": "A plank of oak that has been treated to resist fire.", + "durability": null, + "name": "Treated oak plank", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "13238" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "13239" + }, + { + "durability": null, + "name": ".", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13240", + "equipment_slot": "5" + }, + { + "examine": "A plank of oak that has been treated to resist fire.", + "durability": null, + "name": "Treated plank", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "13241" + }, + { + "durability": null, + "name": ".", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13242" + }, + { + "examine": "An old stone slab with writing on it.", + "durability": null, + "name": "Stone tablet", + "archery_ticket_price": "0", + "id": "13243" + }, + { + "examine": "A book for those who want to visit the TzHaar city.", + "durability": null, + "name": "Tzhaar tourist guide", + "archery_ticket_price": "0", + "id": "13244" + }, + { + "destroy_message": "You can mine more stone slabs in the TzHaar mine.", + "examine": "A flawed block of obsidian from the Karamja volcano.", + "durability": null, + "name": "Stone slab", + "tradeable": "false", + "destroy": "true", + "weight": "32", + "archery_ticket_price": "0", + "id": "13245" + }, + { + "destroy_message": "You can get more pillars by crafting stone slabs from the TzHaar mine.", + "examine": "A support pillar.", + "durability": null, + "name": "Pillar", + "tradeable": "false", + "destroy": "true", + "weight": "25", + "archery_ticket_price": "0", + "id": "13246" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13247", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13248", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13249", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13250", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.", + "examine": "A key obtained in Catolax's tomb.", + "durability": null, + "name": "Ranged path key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13259", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.", + "examine": "A key obtained in Catolax's tomb.", + "durability": null, + "name": "Magic path key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13260", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "shop_price": "650", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Slayer helmet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13263", + "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "The remains of a banshee's scream.", + "durability": null, + "name": "Banshee voice", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13276", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "400", + "examine": "More of that crazy Slayer headgear.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Masked earmuffs", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13277", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "For use against turoth and kurasks.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "89", + "name": "Broad arrow heads", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13278", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "For use against turoth and kurasks.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "17", + "name": "Unfinished broad bolts", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13279", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "For use against turoth and kurasks.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "grand_exchange_price": "34", + "name": "Broad-tipped bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13280", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(8)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13281", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(7)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13282", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(6)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13283", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(5)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13284", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(4)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13285", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(3)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13286", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(2)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13287", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(1)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13288", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "turn90cw_anim": "1207", + "examine": "A razor-sharp sword.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "43082", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13290", + "stand_turn_anim": "823", + "bonuses": "67,62,0,0,0,0,0,0,0,0,0,50,0,0,0", + "requirements": "{0,50}-{18,55}", + "shop_price": "68000", + "durability": null, + "destroy": "false", + "weapon_interface": "5", + "equip_audio": "2248", + "attack_audios": "2517,2517,2500,2517", + "name": "Leaf-bladed sword" + }, + { + "shop_price": "68000", + "examine": "A razor-sharp sword.", + "grand_exchange_price": "43082", + "durability": null, + "name": "Leaf-bladed sword", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13291" + }, + { + "durability": null, + "name": "Letter", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13292", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Plans", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13293", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these plans, they will be lost and you will need to see Captain Donnie for a replacement.", + "examine": "A charcoal rubbing taken from 50% Luke.", + "durability": null, + "name": "Charcoal rubbing", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13294", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Frank's mark, you will need to see him to get another.", + "examine": "Signature from Frank.", + "durability": null, + "name": "Frank's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13295", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these lockpicks, you will need to look under the mattress to get another set.", + "examine": "A device for opening locked doors.", + "durability": null, + "name": "Crude lockpick", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13296", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "The top of a Custom Officer's uniform.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "If you drop this shirt you will need to kill another Customs officer for a replacement.", + "remove_sleeves": "true", + "name": "Customs shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13297", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these trousers you will need to kill another Customs officer for a replacement.", + "examine": "The trousers of a Custom Officer's uniform.", + "durability": null, + "name": "Customs trousers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13298", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "If you drop this hat you will need to kill another Customs officer for a replacement.", + "examine": "The hat of a Custom Officer's uniform.", + "durability": null, + "name": "Customs hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13299", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13300", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13301", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Brooch", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13302", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Izzy's No-Beard's mark, you will need to see him to get another.", + "examine": "Signature from Izzy No-Beard.", + "durability": null, + "name": "Izzy's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13303", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Key", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13304", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this crowbar, you will need to get another from the chest on the sunken ship.", + "examine": "This could be useful.", + "durability": null, + "name": "Crowbar", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13305", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop the idol, you will need to go diving to get another replacement.", + "examine": "An idol. It has many heads.", + "durability": null, + "name": "Idol of many heads", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13307", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Bill Teach's mark, you will need to see him to get another.", + "examine": "Signature from Bill Teach.", + "durability": null, + "name": "Bill teach's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13308", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ", + "examine": "This is generally used for writing on.", + "durability": null, + "name": "Paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13309", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this note, you'll need to call the guards for replacement paper.", + "examine": "A written confession.", + "durability": null, + "name": "Confession", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13310", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13311", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.", + "examine": "An empty ink bottle./This is full of ink.", + "durability": null, + "name": "Ink bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13312", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this paper you will need to call to the guards to replace it and the ink.", + "examine": "It's got ink all over it.", + "durability": null, + "name": "Inky paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13313", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.", + "examine": "An empty ink bottle./This is full of ink.", + "durability": null, + "name": "Ink bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13314", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this bottle, you will need to call to the guards for a replacement.", + "examine": "It's smashed. I should mind my fingers.", + "durability": null, + "name": "Smashed bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13315", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "The top part of a prisoner's uniform.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "If you drop this top, then you will need to speak to the guards to get it replaced.", + "remove_sleeves": "true", + "name": "Prison uniform top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13316", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these trousers, then you will need to speak to the guards to get it replaced.", + "examine": "The bottom part of a prisoner's uniform.", + "durability": null, + "name": "Prison uniform trousers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13317", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "examine": "It's covered in fish slop.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "If you drop this top, you will need to speak to the guards to get it replaced, then find a way to get stew on it again.", + "remove_sleeves": "true", + "name": "Fishy prison uniform top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13318", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.", + "examine": "A standard prison-issue tin cup.", + "durability": null, + "name": "Tin cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13319", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.", + "examine": "A standard prison-issue tin cup.", + "durability": null, + "name": "Tin cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13320", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "Destroy", + "examine": "A pipe that belongs in a cannon stand.", + "durability": null, + "name": "Pipe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13321", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", + "durability": null, + "name": "Accordion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13322", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", + "durability": null, + "name": "Accordion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13323", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", + "durability": null, + "name": "Accordion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13324", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, pipe and inky paper, it will all be destroyed and you will need to get all the items back again.", + "examine": "A very crude vacuum pump.", + "durability": null, + "name": "Vacuum pump", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13325", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this, you will lose all the items you put in it, as well as the seagull.", + "examine": "It sounds like a law firm.", + "durability": null, + "name": "Vacuum pump and gull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13326", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "If you drop this quill, you will need to talk to the guard for a replacement.", + "examine": "From a bird - can be used for writing.", + "durability": null, + "name": "Quill", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13327", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "From a bird - can be used for writing. It has some ink on the tip.", + "durability": null, + "name": "Inky quill", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13328", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13329", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13330", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this dead parrot, there is a chance that bad, bad things will happen to you - unless you see 50 Ships Mufassah for a replacement.", + "examine": "A very dead rotten parrot.", + "durability": null, + "name": "Ex-parrot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13331", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this cage, you will need to see Bill Teach for a replacement.", + "examine": "It feels very cold to the touch.", + "durability": null, + "name": "Magical cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13332", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this dead parrot in a cage (and who wouldn't) then you will need to see ", + "examine": "A very dead rotten parrot in a magical cage.", + "durability": null, + "name": "Ex-parrot in a magic cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13333", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop the cage, the ex-ex-parrot will escape.", + "examine": "A very alive rotten parrot in a magic cage.", + "durability": null, + "name": "Ex-ex-parrot in a magic cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13334", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Ex-ex-parrot", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13335", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Ex-ex-parrot", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13336", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "A pirate impling in a jar.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "grand_exchange_price": "7346", + "name": "Pirate impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13337", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "shop_price": "50", + "grand_exchange_price": "7346", + "durability": null, + "name": "Pirate impling jar", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13338" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A white bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13339", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A white bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13340", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A red bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13341", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A red bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13342", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A blue bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13343", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A blue bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13344", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A brown bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13345", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A brown bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13346", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A grey bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13347", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A grey bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13348", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A purple bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13349", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A purple bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13350", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A orange bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13351", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A orange bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13352", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "shop_price": "100", + "examine": "It's dark, and I'm wearing two patches. Hit it!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Double eyepatches", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13353", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Two patches and a hat.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Pirate hat and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13354", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A patch for the left eye.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "23485", + "name": "Left eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13355", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A patch for the left eye.", + "grand_exchange_price": "23485", + "durability": null, + "name": "Left eyepatch", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13356" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A hat and a patch.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Pirate hat and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13357", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A seaworthy grey shirt.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13358", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "300", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13359" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A seaworthy purple shirt.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13360", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "300", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13361" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A seaworthy orange shirt.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13362", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "300", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13363" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "examine": "A seaworthy pair of grey trousers.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "7", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13364", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "350", + "grand_exchange_price": "1", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13365" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "examine": "A seaworthy pair of purple trousers.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "7", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13366", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "350", + "grand_exchange_price": "1", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13367" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "examine": "A seaworthy pair of orange trousers.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "7", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13368", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "350", + "grand_exchange_price": "1", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13369" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A grey bandana.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13370", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "durability": null, + "name": "Bandana", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13371" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A purple bandana.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13372", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "durability": null, + "name": "Bandana", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13373" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "An orange bandana.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13374", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "durability": null, + "name": "Bandana", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13375" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A purple bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13376", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A orange bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13377", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A grey bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13378", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Destroy", + "examine": "Some rock fragments.", + "durability": null, + "name": "Rock fragments", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13379", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop the letter, it will be destroyed and you'll need to see Bill Teach for another.", + "examine": "Note from Teach to Brass Hand Harry.", + "durability": null, + "name": "Introduction letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13380", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", + "examine": "One of many broken hands.", + "durability": null, + "name": "Broken hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13381", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", + "examine": "One of many broken hands.", + "durability": null, + "name": "Broken hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13382", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", + "examine": "One of many broken hands.", + "durability": null, + "name": "Broken hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13383", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", + "examine": "One of many broken hands.", + "durability": null, + "name": "Broken hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13384", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", + "examine": "One of many broken hands.", + "durability": null, + "name": "Broken hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13385", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Wall beast fingers in a white fern sauce.", + "durability": null, + "name": "Fingers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13386", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", + "examine": "A brass thumb.", + "durability": null, + "name": "Thumb", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13387", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13388", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", + "examine": "A brass wrist.", + "durability": null, + "name": "Wrist", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13389", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", + "examine": "A brass brace.", + "durability": null, + "name": "Brace", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13390", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.", + "examine": "A completed brass hand.", + "durability": null, + "name": "Brass hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13391", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this ink pad, you will lose it and will need to see Brass Hand Harry for a replacement.", + "examine": "It's soaked with ink.", + "durability": null, + "name": "Ink pad", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13392", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.", + "examine": "An inky brass hand.", + "durability": null, + "name": "Inky hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13393", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ", + "examine": "This is generally used for writing on.", + "durability": null, + "name": "Paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13394", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Brass Hand Harry's mark, it will be destroyed and you need to see him to get another.", + "examine": "Handprint from Brass Hand Harry.", + "durability": null, + "name": "Brass hand harry's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13395", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Makes me itch.", + "durability": null, + "name": "Fake beard", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13396", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", + "examine": "It looks like someone has sneezed in it.", + "durability": null, + "name": "Fake moustache and nose", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13397", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", + "examine": "Why is the monocle nailed to it?", + "durability": null, + "name": "Fake monocle, moustache and nose", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13398", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "You can barely see where it connected to the mop handle.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", + "name": "Curly wig", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13399", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "It looks like it is part-dog, part-mould.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", + "name": "Straight wig", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13400", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this order for 'rum' you will need to speak to the Rusty Anchor barman to get another.", + "examine": "An order simply for 'rum'.", + "durability": null, + "name": "Order", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13401", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Captain Braindeath's mark, you will need to speak to him to get another.", + "examine": "Signature of Captain Braindeath.", + "durability": null, + "name": "Braindeath's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13402", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "300", + "examine": "A replica tinderbox made of solid gold.", + "durability": null, + "name": "Golden tinderbox", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13403", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A bow from a darker dimension.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "9", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "3738", + "render_anim": "303", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "86850", + "attack_audios": "3731,0,0,0", + "name": "Dark bow", + "archery_ticket_price": "0", + "id": "13405", + "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "59171", + "name": "Ancient staff", + "archery_ticket_price": "0", + "id": "13406", + "bonuses": "10,-1,40,15,0,2,3,1,15,0,5,50,0,-1,10" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "This helmet is worn by archers.", + "grand_exchange_price": "46334", + "durability": null, + "name": "Archer helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13407", + "absorb": "0,3,1", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "This helmet is worn by berserkers.", + "grand_exchange_price": "45978", + "durability": null, + "name": "Berserker helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13408", + "absorb": "1,0,3", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "This helm is worn by warriors.", + "grand_exchange_price": "45664", + "durability": null, + "name": "Warrior helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13409", + "absorb": "1,0,3", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "This helm is worn by farseers.", + "grand_exchange_price": "45989", + "durability": null, + "name": "Farseer helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13410", + "absorb": "3,1,0", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Protective headwear made from crabs. Better than it sounds.", + "grand_exchange_price": "20378", + "durability": null, + "name": "Rock-shell helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13411", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A sturdy body armour made from rock crab pieces.", + "grand_exchange_price": "41788", + "durability": null, + "name": "Rock-shell plate", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13412", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Some tough leggings made from rock crab parts.", + "grand_exchange_price": "37139", + "durability": null, + "name": "Rock-shell legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13413", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A helm fit for any Fremennik ranger.", + "grand_exchange_price": "37724", + "durability": null, + "name": "Spined helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13414", + "absorb": "0,3,1", + "bonuses": "0,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", + "grand_exchange_price": "5773", + "durability": null, + "name": "Spined body", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13415", + "absorb": "0,6,3", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", + "grand_exchange_price": "2696", + "durability": null, + "name": "Spined chaps", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13416", + "absorb": "0,4,2", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Make your foes cower by wearing a skull as a helmet!", + "grand_exchange_price": "39060", + "durability": null, + "name": "Skeletal helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13417", + "absorb": "3,1,0", + "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The bones in this armour seems to vibrate with a magic quality...", + "grand_exchange_price": "26289", + "durability": null, + "name": "Skeletal top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13418", + "absorb": "6,3,0", + "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A superior set of strengthened slacks for any self respecting seer.", + "grand_exchange_price": "24591", + "durability": null, + "name": "Skeletal bottoms", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13419", + "absorb": "4,2,0", + "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", + "grand_exchange_price": "158181", + "durability": null, + "name": "Spined boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13420", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,1,1,0,0,0,1,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", + "grand_exchange_price": "1358", + "durability": null, + "name": "Rock-shell boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13421", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", + "grand_exchange_price": "7788", + "durability": null, + "name": "Skeletal boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13422", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Fremennik gloves stitched together from spined dagannoth hide.", + "grand_exchange_price": "3027", + "durability": null, + "name": "Spined gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13423", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,1,2,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Fremennik gloves stitched together from rock crab shell shards.", + "grand_exchange_price": "12839", + "durability": null, + "name": "Rock-shell gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13424", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", + "grand_exchange_price": "25838", + "durability": null, + "name": "Skeletal gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13425", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A mysterious ring that can fill the wearer with magical power...", + "grand_exchange_price": "799703", + "durability": null, + "name": "Seers ring", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13426", + "absorb": "0,0,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A fabled ring that improves the wearer's skill with a bow...", + "grand_exchange_price": "483521", + "durability": null, + "name": "Archers ring", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13427", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A legendary ring once worn by Fremennik warriors.", + "grand_exchange_price": "361302", + "durability": null, + "name": "Warrior ring", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13428", + "absorb": "0,0,0", + "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A ring reputed to bring out a berserk fury in its wearer.", + "grand_exchange_price": "963418", + "durability": null, + "name": "Berserker ring", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13429", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0" + }, + { + "examine": "A two-handed dragon sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1024000", + "name": "Dragon 2h sword", + "archery_ticket_price": "0", + "id": "13430", + "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0" + }, + { + "shop_price": "20", + "examine": "Useful for catching crayfish.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "25", + "name": "Crayfish cage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13431", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Swap this note at any bank for the equivalent item.", + "grand_exchange_price": "25", + "durability": null, + "name": "Crayfish cage", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13432" + }, + { + "shop_price": "5", + "examine": "Some cooked crayfish. Eat it to heal.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "32", + "name": "Crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13433", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "5", + "examine": "Swap this note at any bank for the equivalent item.", + "grand_exchange_price": "32", + "durability": null, + "name": "Crayfish", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13434" + }, + { + "shop_price": "5", + "examine": "I should try cooking this. Used in Cooking (1).", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "41", + "name": "Raw crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13435", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "5", + "examine": "Swap this note at any bank for the equivalent item.", + "grand_exchange_price": "41", + "durability": null, + "name": "Raw crayfish", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13436" + }, + { + "shop_price": "1", + "durability": null, + "name": "Burnt crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "destroy": "false", + "attack_speed": "4", + "id": "13437", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Burnt crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "destroy": "false", + "attack_speed": "4", + "id": "13438" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13439", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "This is a bag of runes for Sir Vant.", + "durability": null, + "name": "Bag of runes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13440", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A very powerful onyx amulet.", + "grand_exchange_price": "2285210", + "durability": null, + "name": "Amulet of fury", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13442", + "absorb": "0,0,0", + "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,0,5,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A cape woven of obsidian plates.", + "grand_exchange_price": "56575", + "durability": null, + "name": "Obsidian cape", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13443", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0" + }, + { + "examine": "A weapon from the Abyss.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "11", + "absorb": "0,0,0", + "equip_audio": "2249", + "render_anim": "1578", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "114775", + "name": "Abyssal whip", + "archery_ticket_price": "0", + "id": "13444", + "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0" + }, + { + "examine": "Simplicity is the best weapon.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "10", + "absorb": "0,0,0", + "render_anim": "27", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "29584", + "name": "Granite maul", + "archery_ticket_price": "0", + "id": "13445", + "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13446", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13447", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13448", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Protects your head and looks impressive too.", + "grand_exchange_price": "5756658", + "durability": null, + "name": "Dragon full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13449", + "absorb": "2,0,4", + "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0" + }, + { + "examine": "A beautiful, heavy sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1579", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7767458", + "name": "Armadyl godsword", + "archery_ticket_price": "0", + "id": "13450", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0" + }, + { + "examine": "A brutally heavy sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1579", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1504919", + "name": "Bandos godsword", + "archery_ticket_price": "0", + "id": "13451", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0" + }, + { + "examine": "A gracious, heavy sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1579", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "34966317", + "name": "Saradomin godsword", + "archery_ticket_price": "0", + "id": "13452", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0" + }, + { + "examine": "A terrifying, heavy sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1579", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2132037", + "name": "Zamorak godsword", + "archery_ticket_price": "0", + "id": "13453", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0" + }, + { + "examine": "An evil spear.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "1581", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2070507", + "name": "Zamorakian spear", + "archery_ticket_price": "0", + "id": "13454", + "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,0,2,0" + }, + { + "examine": "A helmet of great craftmanship.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,5,2", + "equip_audio": "2240", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "3732060", + "name": "Armadyl helmet", + "archery_ticket_price": "0", + "id": "13455", + "bonuses": "-5,-5,-5,-5,10,6,6,10,10,8,12,0,0,1,0" + }, + { + "examine": "A chestplate of great craftsmanship", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,10,5", + "equip_audio": "2239", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "9628666", + "name": "Armadyl chestplate", + "archery_ticket_price": "0", + "id": "13456", + "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,0,1,0" + }, + { + "examine": "A chainskirt of great craftsmanship.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,7,3", + "equip_audio": "2242", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "9754868", + "name": "Armadyl plateskirt", + "archery_ticket_price": "0", + "id": "13457", + "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,0,1,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A sturdy chestplate.", + "grand_exchange_price": "6460055", + "durability": null, + "name": "Bandos chestplate", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13458", + "absorb": "4,0,9", + "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,0,1,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A sturdy pair of tassets.", + "grand_exchange_price": "4228256", + "durability": null, + "name": "Bandos tassets", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13459", + "absorb": "3,0,6", + "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0" + }, + { + "examine": "Some sturdy boots.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2237", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1259091", + "name": "Bandos boots", + "archery_ticket_price": "0", + "id": "13460", + "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,0,1,0" + }, + { + "examine": "The incredible blade of an Icyene.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1579", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "850151", + "name": "Saradomin sword", + "archery_ticket_price": "0", + "id": "13461", + "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,0,2,0" + }, + { + "examine": "These will protect my feet.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2237", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "17336", + "name": "Dragon boots", + "archery_ticket_price": "0", + "id": "13462", + "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13463", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another by talking about jobs with citizens and tutors around Lumbridge.", + "examine": "This reminds me of my current job and who set me to the task.", + "durability": null, + "name": "Task list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13464", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "attack_anims": "396,396,395,396", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "16744", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger", + "archery_ticket_price": "0", + "id": "13465", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p)", + "archery_ticket_price": "0", + "id": "13466", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p+)", + "archery_ticket_price": "0", + "id": "13467", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p++)", + "archery_ticket_price": "0", + "id": "13468", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "examine": "A powerful axe.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "equip_audio": "2229", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7263", + "name": "Rune axe", + "archery_ticket_price": "0", + "id": "13469", + "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "examine": "A very powerful axe.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "equip_audio": "2229", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "3794577", + "name": "Dragon axe", + "archery_ticket_price": "0", + "id": "13470", + "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0" + }, + { + "examine": "A vicious looking axe.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "23993", + "name": "Rune battleaxe", + "archery_ticket_price": "0", + "id": "13471", + "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0" + }, + { + "requirements": "{0,60}", + "examine": "A vicious looking axe.", + "has_special": "true", + "durability": null, + "destroy": "true", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "render_anim": "2586", + "defence_anim": "397", + "attack_anims": "395,395,401,395", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "123019", + "attack_audios": "2498,2498,2497,2498", + "name": "Dragon battleaxe", + "archery_ticket_price": "0", + "id": "13472", + "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0" + }, + { + "examine": "I don't think it's intended for joinery.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equip_audio": "2233", + "render_anim": "1430", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "24357", + "name": "Rune warhammer", + "archery_ticket_price": "0", + "id": "13473", + "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0" + }, + { + "examine": "A razor-sharp longsword", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "render_anim": "1582", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "18420", + "name": "Rune longsword", + "archery_ticket_price": "0", + "id": "13474", + "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0" + }, + { + "examine": "A very powerful sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "render_anim": "1582", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "58355", + "name": "Dragon longsword", + "archery_ticket_price": "0", + "id": "13475", + "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0" + }, + { + "examine": "A vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1582", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "14690", + "name": "Rune scimitar", + "archery_ticket_price": "0", + "id": "13476", + "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0" + }, + { + "examine": "A vicious, curved sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1928", + "attack_anims": "390,390,381,390", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "60405", + "name": "Dragon scimitar", + "archery_ticket_price": "0", + "id": "13477", + "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0" + }, + { + "examine": "A dragon halberd.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "15", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "200189", + "name": "Dragon halberd", + "archery_ticket_price": "0", + "id": "13478", + "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0" + }, + { + "requirements": "{0,60}", + "examine": "A spiky mace.", + "has_special": "true", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "equip_audio": "2246", + "defence_anim": "397", + "attack_anims": "390,390,381,390", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "28817", + "attack_audios": "2508,2508,25092508", + "name": "Dragon mace", + "archery_ticket_price": "0", + "id": "13479", + "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,0,5,0" + }, + { + "examine": "Used for mining.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "4", + "absorb": "0,0,0", + "equip_audio": "2232", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "18546", + "name": "Rune pickaxe", + "archery_ticket_price": "0", + "id": "13480", + "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "2280904", + "durability": null, + "name": "Dragon chainbody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13481", + "absorb": "4,0,9", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Provides excellent protection.", + "grand_exchange_price": "38062", + "durability": null, + "name": "Rune platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13482", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "4373", + "name": "Green d'hide body", + "archery_ticket_price": "0", + "id": "13483", + "bonuses": "0,0,0,-20,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "5266", + "name": "Blue d'hide body", + "archery_ticket_price": "0", + "id": "13484", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6276", + "name": "Red d'hide body", + "archery_ticket_price": "0", + "id": "13485", + "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7619", + "name": "Black d'hide body", + "archery_ticket_price": "0", + "id": "13486", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These look pretty heavy.", + "grand_exchange_price": "37355", + "durability": null, + "name": "Rune platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13487", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Looks pretty heavy.", + "grand_exchange_price": "160755", + "durability": null, + "name": "Dragon platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13488", + "absorb": "3,0,6", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Designer leg protection.", + "grand_exchange_price": "37248", + "durability": null, + "name": "Rune plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13489", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "This looks pretty heavy.", + "grand_exchange_price": "161006", + "durability": null, + "name": "Dragon plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13490", + "absorb": "3,0,6", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "examine": "100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,4,2", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2037", + "name": "Green d'hide chaps", + "archery_ticket_price": "0", + "id": "13491", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,5,2", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2352", + "name": "Blue d'hide chaps", + "archery_ticket_price": "0", + "id": "13492", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2761", + "name": "Red d'hide chaps", + "archery_ticket_price": "0", + "id": "13493", + "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,7,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "3377", + "name": "Black d'hide chaps", + "archery_ticket_price": "0", + "id": "13494", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "equip_audio": "2240", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "59676", + "name": "Dragon med helm", + "archery_ticket_price": "0", + "id": "13495", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A full face helmet.", + "grand_exchange_price": "20388", + "durability": null, + "name": "Rune full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13496", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1208", + "name": "Green d'hide vamb", + "archery_ticket_price": "0", + "id": "13497", + "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1488", + "name": "Blue d'hide vamb", + "archery_ticket_price": "0", + "id": "13498", + "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0" + }, + { + "examine": "Vambraces made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1714", + "name": "Red d'hide vamb", + "archery_ticket_price": "0", + "id": "13499", + "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0" + }, + { + "examine": "Vambraces made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2208", + "name": "Black d'hide vamb", + "archery_ticket_price": "0", + "id": "13500", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A wooden helmet.", + "grand_exchange_price": "5210", + "durability": null, + "name": "Splitbark helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13501", + "absorb": "3,1,0", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Provides good protection.", + "grand_exchange_price": "27106", + "durability": null, + "name": "Splitbark body", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13502", + "absorb": "6,3,0", + "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These should protect my legs.", + "grand_exchange_price": "56050", + "durability": null, + "name": "Splitbark legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13503", + "absorb": "4,2,0", + "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These should keep my hands safe.", + "grand_exchange_price": "2442", + "durability": null, + "name": "Splitbark gauntlets", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13504", + "absorb": "0,0,0", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0" + }, + { + "examine": "Wooden foot protection.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2237", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6845", + "name": "Splitbark boots", + "archery_ticket_price": "0", + "id": "13505", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0" + }, + { + "examine": "An ancient and powerful looking Dragon Square shield.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "328356", + "name": "Dragon sq shield", + "archery_ticket_price": "0", + "id": "13506", + "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "31885", + "name": "Rune kiteshield", + "archery_ticket_price": "0", + "id": "13507", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Blue: A magical hat. ", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13508", + "absorb": "3,1,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The upper half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13509", + "absorb": "3,1,0", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The lower half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe bottom", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13510", + "absorb": "4,2,0", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Bright/Dark magical gloves.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13511", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Magical boots.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13512", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Blue: A magical hat. ", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13513", + "absorb": "3,1,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The upper half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13514", + "absorb": "3,1,0", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The lower half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe bottom", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13515", + "absorb": "4,2,0", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Bright/Dark magical gloves.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13516", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Magical boots.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13517", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Blue: A magical hat. ", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13518", + "absorb": "3,1,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The upper half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13519", + "absorb": "3,1,0", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The lower half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe bottom", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13520", + "absorb": "4,2,0", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Bright/Dark magical gloves.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13521", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Magical boots.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13522", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "examine": "A nice sturdy bow made out of maple.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "193", + "name": "Maple longbow", + "archery_ticket_price": "0", + "id": "13523", + "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A shortbow made out of maple, still effective.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "111", + "name": "Maple shortbow", + "archery_ticket_price": "0", + "id": "13524", + "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A nice sturdy bow made out of yew.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "486", + "name": "Yew longbow", + "archery_ticket_price": "0", + "id": "13525", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A shortbow made out of yew, still effective.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "253", + "name": "Yew shortbow", + "archery_ticket_price": "0", + "id": "13526", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A nice sturdy magical bow.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1211", + "name": "Magic longbow", + "archery_ticket_price": "0", + "id": "13527", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Short and magical, but still effective.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "655", + "name": "Magic shortbow", + "archery_ticket_price": "0", + "id": "13528", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "21698", + "name": "Seercull", + "archery_ticket_price": "0", + "id": "13529", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A runite crossbow.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "17", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "175", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "8890", + "name": "Rune crossbow", + "archery_ticket_price": "0", + "id": "13530", + "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "1696744720", + "durability": null, + "name": "Red partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13531", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "1314730495", + "durability": null, + "name": "Yellow partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13532", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "2147483647", + "durability": null, + "name": "Blue partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13533", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "1481913809", + "durability": null, + "name": "Green partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13534", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "1248900588", + "durability": null, + "name": "Purple partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13535", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "2147473360", + "durability": null, + "name": "White partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13536", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "It's a Santa hat.", + "grand_exchange_price": "130433327", + "durability": null, + "name": "Santa hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13537", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Aaaarrrghhh ... I'm a monster.", + "grand_exchange_price": "104671288", + "durability": null, + "name": "Green h'ween mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13538", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Aaaarrrghhh ... I'm a monster.", + "grand_exchange_price": "127720943", + "durability": null, + "name": "Blue h'ween mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13539", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Aaaarrrghhh ... I'm a monster.", + "grand_exchange_price": "171640098", + "durability": null, + "name": "Red h'ween mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13540", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A powerful bow made from willow.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2606", + "name": "Willow comp bow", + "archery_ticket_price": "0", + "id": "13541", + "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A powerful bow made from yew wood.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "588", + "name": "Yew comp bow", + "archery_ticket_price": "0", + "id": "13542", + "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A powerful bow made from magic wood.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1345", + "name": "Magic comp bow", + "archery_ticket_price": "0", + "id": "13543", + "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient range protection crafted from white dragonhide.", + "grand_exchange_price": "74503559", + "durability": null, + "name": "3rd age range top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13544", + "absorb": "0,6,3", + "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "grand_exchange_price": "47837515", + "durability": null, + "name": "3rd age range legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13545", + "absorb": "0,4,2", + "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient range protection crafted from white dragonhide.", + "grand_exchange_price": "9746895", + "durability": null, + "name": "3rd age range coif", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13546", + "absorb": "0,3,1", + "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0" + }, + { + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6826420", + "name": "3rd age vambraces", + "archery_ticket_price": "0", + "id": "13547", + "bonuses": "0,0,0,-11,11,6,5,7,9,0,5,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "138719269", + "durability": null, + "name": "3rd age robe top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13548", + "absorb": "4,2,0", + "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "89961678", + "durability": null, + "name": "3rd age robe", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13549", + "absorb": "4,2,0", + "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "14976830", + "durability": null, + "name": "3rd age mage hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13550", + "absorb": "2,1,0", + "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "35019596", + "durability": null, + "name": "3rd age amulet", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13551", + "absorb": "0,0,0", + "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient armour beaten from magical silver.", + "grand_exchange_price": "244180930", + "durability": null, + "name": "3rd age platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13552", + "absorb": "3,0,6", + "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient armour beaten from magical silver.", + "grand_exchange_price": "266509014", + "durability": null, + "name": "3rd age platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13553", + "absorb": "4,0,9", + "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient armour beaten from magical silver.", + "grand_exchange_price": "50697678", + "durability": null, + "name": "3rd age full helmet", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13554", + "absorb": "2,0,4", + "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0" + }, + { + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "91262203", + "name": "3rd age kiteshield", + "archery_ticket_price": "0", + "id": "13555", + "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Lightweight boots ideal for rangers.", + "grand_exchange_price": "6253527", + "durability": null, + "name": "Ranger boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13556", + "absorb": "0,0,0", + "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Slightly magical boots.", + "grand_exchange_price": "388955", + "durability": null, + "name": "Wizard boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13557", + "absorb": "0,0,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Endorsed by Robin Hood.", + "grand_exchange_price": "1962571", + "durability": null, + "name": "Robin hood hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13558", + "absorb": "0,0,0", + "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0" + }, + { + "destroy_message": "You will have talk to Explorer Jack in Lumbridge if you destroy this one.", + "shop_price": "350", + "examine": "A Lumbridge explorer's ring.", + "durability": null, + "name": "Explorer's ring 1", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13560", + "absorb": "0,0,0", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", + "equipment_slot": "12" + }, + { + "destroy_message": "You will have talk to ", + "shop_price": "350", + "examine": "A Lumbridge explorer's ring.", + "durability": null, + "name": "Explorer's ring 2", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13561", + "absorb": "0,0,0", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", + "equipment_slot": "12" + }, + { + "destroy_message": "You will need to obtain a new ring from Ned in Draynor if you destroy this one.", + "shop_price": "350", + "examine": "A Lumbridge explorer's ring.", + "durability": null, + "name": "Explorer's ring 3", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13562", + "absorb": "0,0,0", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "38", + "examine": "An occasionally edible mushroom.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "100", + "name": "Button mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13563", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "38", + "examine": "An occasionally edible mushroom.", + "grand_exchange_price": "100", + "durability": null, + "name": "Button mushroom", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13564" + }, + { + "durability": null, + "name": "Doll", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13565", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You may be able to find a new ring near where Summer stood outside the wilderness wall.", + "examine": "This magical ring once belonged to Summer's mother.", + "durability": null, + "name": "Jennica's ring", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13566", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "destroy_message": "Drop", + "examine": "Logs cut from a cursed magic tree.", + "durability": null, + "name": "Cursed magic logs", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13567", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Logs cut from a cursed magic tree.", + "durability": null, + "name": "Cursed magic logs", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13568" + }, + { + "destroy_message": "Hopefully, Jorral will be able to return them.", + "examine": "Notes on how to use the enchanted key.", + "durability": null, + "name": "Enchanted key notes", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13569", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Useful for mixing things.", + "grand_exchange_price": "106", + "durability": null, + "name": "Bowl", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13570", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "It's a bucket of milk.", + "grand_exchange_price": "177", + "durability": null, + "name": "Bucket of milk", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13571", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A fresh herb.", + "grand_exchange_price": "595", + "durability": null, + "name": "Clean guam", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13572", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You'll have to start again from stratch.", + "examine": "A bowlful of bees' precious product.", + "durability": null, + "name": "Bowl of honey", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13573", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You'll have to start again from stratch.", + "examine": "A bowlful of milk and honey.", + "durability": null, + "name": "Bowl of milk and honey", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13574", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You'll have to start again from stratch.", + "examine": "A bowl full of milk, honey and guam.", + "durability": null, + "name": "Bowl of milk, honey and guam", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13575", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Hopefully, the family has more papyrus and charcoal.", + "examine": "Your best impression of a map of 2009Scape.", + "durability": null, + "name": "Map of 2009Scape", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13576", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Used for making notes.", + "grand_exchange_price": "290", + "durability": null, + "name": "Papyrus", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13577", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A lump of charcoal.", + "grand_exchange_price": "296", + "durability": null, + "name": "Charcoal", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13578", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A slightly muddy spade. ", + "grand_exchange_price": "130", + "durability": null, + "name": "Spade", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13579", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A plant pot filled with soil.", + "durability": null, + "name": "Plant pot", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13580", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Pear tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13581", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Mango tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13582", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Quince tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13583", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Lemon tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13584", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Avocado tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13585", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Plum tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13586", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "4", + "examine": "I can grind things for potions in this.", + "grand_exchange_price": "169", + "durability": null, + "name": "Pestle and mortar", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13587", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "One of the ingredients for making fish food.", + "grand_exchange_price": "5", + "durability": null, + "name": "Ground guam", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13588", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "2", + "examine": "It's an empty bucket. ", + "grand_exchange_price": "39", + "durability": null, + "name": "Bucket", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13589", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "It seems to change temperature as I walk. (Making History)", + "durability": null, + "name": "Enchanted key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13591", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Hopefully, you can find another.", + "examine": "Some ladies jewellery.", + "durability": null, + "name": "A brooch", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13592", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will not get another chance to read the book!", + "examine": "It's falling apart, but full of knowledge.", + "durability": null, + "name": "Old tome", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13593", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Runecrafting guild teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13598", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Air altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13599", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Mind altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13600", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Water altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13601", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Earth altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13602", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Fire altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13603", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Body altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13604", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Cosmic altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13605", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Chaos altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13606", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Nature altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13607", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Law altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13608", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Death altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13609", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Blood altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13610", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Astral altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13611", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13612", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13613", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Runecrafter robe", + "archery_ticket_price": "0", + "id": "13614", + "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13615", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13616", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "name": "Runecrafter skirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13617", + "absorb": "0,0,0", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "name": "Runecrafter gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13618", + "absorb": "0,0,0", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Runecrafter robe", + "archery_ticket_price": "0", + "id": "13619", + "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13620", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13621", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "name": "Runecrafter skirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13622", + "absorb": "0,0,0", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "name": "Runecrafter gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13623", + "absorb": "0,0,0", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Runecrafter robe", + "archery_ticket_price": "0", + "id": "13624", + "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13625", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13626", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "name": "Runecrafter skirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13627", + "absorb": "0,0,0", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "name": "Runecrafter gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13628", + "absorb": "0,0,0", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Drop", + "shop_price": "15", + "examine": "Staff with a holder for a talisman on top.", + "durability": null, + "name": "Runecrafting staff", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "13629", + "absorb": "0,0,0", + "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0", + "render_anim": "28" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Air talisman staff", + "archery_ticket_price": "0", + "id": "13630", + "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Mind talisman staff", + "archery_ticket_price": "0", + "id": "13631", + "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Water talisman staff", + "archery_ticket_price": "0", + "id": "13632", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Earth talisman staff", + "archery_ticket_price": "0", + "id": "13633", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Fire talisman staff", + "archery_ticket_price": "0", + "id": "13634", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Body talisman staff", + "archery_ticket_price": "0", + "id": "13635", + "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Cosmic talisman staff", + "archery_ticket_price": "0", + "id": "13636", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Chaos talisman staff", + "archery_ticket_price": "0", + "id": "13637", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "No", + "name": "Nature talisman staff", + "archery_ticket_price": "0", + "id": "13638", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Law talisman staff", + "archery_ticket_price": "0", + "id": "13639", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Death talisman staff", + "archery_ticket_price": "0", + "id": "13640", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Blood talisman staff", + "archery_ticket_price": "0", + "id": "13641", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.", + "name": "Omni-talisman staff", + "archery_ticket_price": "0", + "id": "13642", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "20", + "examine": "Attracts Runecrafting energy orbs in the rune altars.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Yellow attractor", + "archery_ticket_price": "0", + "id": "13643", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Repels Runecrafting energy orbs in the rune altars.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Yellow repeller", + "archery_ticket_price": "0", + "id": "13644", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Attracts Runecrafting energy orbs in the rune altars.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Green attractor", + "archery_ticket_price": "0", + "id": "13645", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Repels Runecrafting energy orbs in the rune altars.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Green repeller", + "archery_ticket_price": "0", + "id": "13646", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "It creates barriers.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Green barrier generator", + "archery_ticket_price": "0", + "id": "13647", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "It creates barriers.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Yellow barrier generator", + "archery_ticket_price": "0", + "id": "13648", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will have to speak to ", + "shop_price": "4", + "examine": "Many mysterious powers emanate from the talisman.", + "durability": null, + "name": "Omni-talisman", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13649", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "Wizard Elriss will exchange these for rewards.", + "durability": null, + "name": "Runecrafting guild token", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13650", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "Wizard Elriss will exchange these for rewards.", + "durability": null, + "name": "Runecrafting guild token", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13651", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "Wizard Elriss will exchange these for rewards.", + "durability": null, + "name": "Runecrafting guild token", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13652", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "Wizard Elriss will exchange these for rewards.", + "durability": null, + "name": "Runecrafting guild token", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13653", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "Wizard Elriss will exchange these for rewards.", + "durability": null, + "name": "Runecrafting guild token", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13654", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.", + "shop_price": "100", + "examine": "A tiara infused with the properties of all talismans.", + "durability": null, + "name": "Omni-tiara", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13655", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13656", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13657", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13658", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{11,62}", + "shop_price": "100", + "examine": "It burns, burns, burns...", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "To get another Ring of Fire, you need to keep six beacons alight simultaneously and then talk to King Roald.", + "name": "Ring of fire", + "archery_ticket_price": "0", + "id": "13659", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "point_price": "50" + }, + { + "requirements": "{11,79}", + "shop_price": "200", + "examine": "The hottest gloves in town.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "9", + "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.", + "name": "Flame gloves", + "archery_ticket_price": "0", + "id": "13660", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{11,92}", + "shop_price": "300", + "examine": "Danger: risk of fire.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "render_anim": "1096", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "destroy_message": "To get another Inferno Adze, you need to keep all fourteen beacons alight simultaneously and then talk to King Roald.", + "name": "Inferno adze", + "archery_ticket_price": "0", + "id": "13661", + "bonuses": "10,9,7,0,0,0,1,0,0,0,0,11,0,0,0", + "point_price": "75" + }, + { + "durability": null, + "name": "Fire beacon", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13662", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The ticket says: Tearing this ticket will make you leave the circus. Choose wisely.", + "shop_price": "10", + "examine": "Tear ticket to exit the circus.", + "durability": null, + "name": "Circus ticket", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13663", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "10", + "examine": "Let's give them a big hand!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "7", + "absorb": "0,0,0", + "render_anim": "326", + "equipment_slot": "3", + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "name": "Giant's hand", + "archery_ticket_price": "0", + "id": "13666", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "A clown hat!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Clown hat", + "archery_ticket_price": "0", + "id": "13667", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Buttoning this up is tricky.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "remove_sleeves": "true", + "name": "Clown shirt", + "archery_ticket_price": "0", + "id": "13668", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "These are my funny pants.", + "durability": null, + "name": "Clown leggings", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13669", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "For helping clowns stay upright.", + "durability": null, + "name": "Clown shoes", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13670", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "10", + "examine": "For making a happy noise.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "8", + "absorb": "0,0,0", + "render_anim": "327", + "equipment_slot": "3", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Tambourine", + "archery_ticket_price": "0", + "id": "13671", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "shop_price": "10", + "examine": "Very stylish.", + "durability": null, + "name": "Ringmaster hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13672", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "shop_price": "10", + "examine": "Fits nicely.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "remove_sleeves": "true", + "name": "Ringmaster shirt", + "archery_ticket_price": "0", + "id": "13673", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "shop_price": "10", + "examine": "Very stylish.", + "durability": null, + "name": "Ringmaster pants", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13674", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "shop_price": "10", + "examine": "Shiny.", + "durability": null, + "name": "Ringmaster boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13675", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "10", + "examine": "For shouting at people.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "8", + "absorb": "0,0,0", + "render_anim": "328", + "equipment_slot": "3", + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "name": "Mega-phonus", + "archery_ticket_price": "0", + "id": "13676", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Stretchy.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "remove_sleeves": "true", + "name": "Acrobat shirt", + "archery_ticket_price": "0", + "id": "13677", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "Very tight fitting.", + "durability": null, + "name": "Acrobat pants", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13678", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "These keep your feet off the floor.", + "durability": null, + "name": "Acrobat shoes", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13679", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Oh no, I'm bald! Just kidding.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat hood", + "archery_ticket_price": "0", + "id": "13680", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Stretchy.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "remove_sleeves": "true", + "name": "Acrobat shirt", + "archery_ticket_price": "0", + "id": "13681", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "Very tight fitting.", + "durability": null, + "name": "Acrobat pants", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13682", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "These keep your feet off the floor.", + "durability": null, + "name": "Acrobat shoes", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13683", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Oh no, I'm bald! Just kidding.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat hood", + "archery_ticket_price": "0", + "id": "13684", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "name": "A stylish hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13685", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "name": "A stylish hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13686", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "name": "A stylish hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13687", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "A stylish hat", + "archery_ticket_price": "0", + "id": "13688", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "A stylish hat", + "archery_ticket_price": "0", + "id": "13689", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "A stylish hat", + "archery_ticket_price": "0", + "id": "13690", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13691", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13692", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13693", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13694", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13695", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13696", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "shop_price": "10", + "durability": null, + "name": "Leggings", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13697", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Leggings", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13698", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Leggings", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13699", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13700", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13701", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13702", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13703", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "10", + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13704", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "10", + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13705", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "10", + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13706", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.", + "examine": "Shows you the moves you need to succeed!", + "durability": null, + "name": "Tightrope 101", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13707", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.", + "examine": "Shows you the moves you need to succeed!", + "durability": null, + "name": "Tightrope 101", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13708" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 10 is advised when juggling these.", + "durability": null, + "name": "Balls (level 10 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13709", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 20 is advised when juggling these.", + "durability": null, + "name": "Plates (level 20 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13710", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 30 is advised when juggling these.", + "durability": null, + "name": "Eggs (level 30 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13711", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 40 is advised when juggling these.", + "durability": null, + "name": "Knives (level 40 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13712", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 50 is advised when juggling these.", + "durability": null, + "name": "Spades (level 50 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13713", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 60 is advised when juggling these.", + "durability": null, + "name": "Tuna (level 60 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13714", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 70 is advised when juggling these.", + "durability": null, + "name": "Soap (level 70 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13715", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 80 is advised when juggling these.", + "durability": null, + "name": "Cannon balls (level 80 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13716", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 90 is advised when juggling these.", + "durability": null, + "name": "Torches (level 90 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13717", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 99 is advised when juggling these.", + "durability": null, + "name": "Chinchompas (level 99 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13718", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "50", + "examine": "Short, but effective.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "16", + "absorb": "0,0,0", + "render_anim": "176", + "equipment_slot": "3", + "destroy_message": "You can get another one from the equipment box for this performance.", + "name": "Performance shortbow", + "archery_ticket_price": "0", + "id": "13719", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "14", + "examine": "A finely balanced throwing knife.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "3", + "destroy_message": "You can get another one from the equipment box for this performance.", + "name": "Performance knife", + "archery_ticket_price": "0", + "id": "13720", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4", + "examine": "A finely balanced throwing axe.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "18", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "You can get another one from the equipment box for this performance.", + "name": "Performance throwing axe", + "archery_ticket_price": "0", + "id": "13721", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "shop_price": "7", + "examine": "Arrows with bronze heads.", + "durability": null, + "name": "Performance arrow", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13722", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "13" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "shop_price": "100", + "examine": "A tablet containing a Magic spell.", + "durability": null, + "name": "Teleport spell", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13723", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "shop_price": "100", + "examine": "A tablet containing a Magic spell.", + "durability": null, + "name": "Levitation spell", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13724", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "shop_price": "100", + "examine": "A tablet containing a Magic spell.", + "durability": null, + "name": "Alchemy spell", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13725", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "shop_price": "100", + "examine": "A tablet containing a Magic spell.", + "durability": null, + "name": "Elemental spell", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13726", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can mine more if you find another crashed star.", + "shop_price": "50", + "examine": "Small, shiny bits of rock.", + "durability": null, + "name": "Stardust", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13727", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak with Larry/Chuck at Ardougne Zoo to get another.", + "examine": "Notes on the locations of penguin spies.", + "durability": null, + "name": "Spy notebook", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13732", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{1,40}-{5,55}", + "shop_price": "70000", + "examine": "An ethereal shield.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "39982", + "name": "Spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13734", + "bonuses": "0,0,0,0,0,39,41,50,1,45,40,0,1,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "70000", + "examine": "An ethereal shield.", + "grand_exchange_price": "39982", + "durability": null, + "name": "Spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13735" + }, + { + "requirements": "{1,70}-{5,60}", + "shop_price": "1400000", + "examine": "An ethereal shield that has been blessed with holy powers.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "936814", + "name": "Blessed spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13736", + "bonuses": "0,0,0,0,0,53,55,73,2,52,65,0,3,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1400000", + "examine": "An ethereal shield that has been blessed with holy powers.", + "grand_exchange_price": "936814", + "durability": null, + "name": "Blessed spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13737" + }, + { + "requirements": "{1,75}-{6,65}-{5,70}", + "shop_price": "2000000", + "examine": "An ethereal shield with an arcane sigil attached to it.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "15076199", + "name": "Arcane spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13738", + "bonuses": "0,0,0,20,0,53,55,73,2,52,65,0,3,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "2000000", + "examine": "An ethereal shield with an arcane sigil attached to it.", + "grand_exchange_price": "15076199", + "durability": null, + "name": "Arcane spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13739" + }, + { + "requirements": "{1,75}-{5,75}", + "shop_price": "2000000", + "examine": "An ethereal shield with a divine sigil attached to it.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "40003587", + "name": "Divine spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13740", + "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "2000000", + "examine": "An ethereal shield with a divine sigil attached to it.", + "grand_exchange_price": "40003587", + "durability": null, + "name": "Divine spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13741" + }, + { + "requirements": "{1,75}-{5,75}", + "shop_price": "2000000", + "examine": "An ethereal shield with an elysian sigil attached to it.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "28420591", + "name": "Elysian spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13742", + "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "2000000", + "examine": "An ethereal shield with an elysian sigil attached to it.", + "grand_exchange_price": "28420591", + "durability": null, + "name": "Elysian spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13743" + }, + { + "requirements": "{1,75}-{5,70}-{6,65}", + "shop_price": "2000000", + "examine": "An ethereal shield with a spectral sigil attached to it.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "3616112", + "name": "Spectral spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13744", + "bonuses": "0,0,0,0,0,53,55,73,30,52,65,0,3,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "2000000", + "examine": "An ethereal shield with a spectral sigil attached to it.", + "grand_exchange_price": "3616112", + "durability": null, + "name": "Spectral spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13745" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of an arcane rune.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "19508553", + "name": "Arcane sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13746", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "750000", + "examine": "A sigil in the shape of an arcane rune.", + "grand_exchange_price": "19508553", + "durability": null, + "name": "Arcane sigil", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13747" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of a divine symbol.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "53026134", + "name": "Divine sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13748", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "750000", + "examine": "A sigil in the shape of a divine symbol.", + "grand_exchange_price": "53026134", + "durability": null, + "name": "Divine sigil", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13749" + }, + { + "shop_price": "750000", + "examine": "A sigil marked with elysian signs.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "36159098", + "name": "Elysian sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13750", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "750000", + "examine": "A sigil marked with elysian signs.", + "grand_exchange_price": "36159098", + "durability": null, + "name": "Elysian sigil", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13751" + }, + { + "shop_price": "750000", + "examine": "A sigil tempered with spectral powers.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "3116720", + "name": "Spectral sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13752", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "750000", + "examine": "A sigil tempered with spectral powers.", + "grand_exchange_price": "3116720", + "durability": null, + "name": "Spectral sigil", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13753" + }, + { + "shop_price": "750000", + "examine": "A bottle of holy elixir.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "950904", + "name": "Holy elixir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13754", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "750000", + "examine": "A bottle of holy elixir.", + "grand_exchange_price": "950904", + "durability": null, + "name": "Holy elixir", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13755" + }, + { + "destroy_message": "Drop", + "shop_price": "40", + "examine": "Logs cut from cursed willow roots.", + "durability": null, + "name": "Cursed willow logs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13756", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "A loyal scout of Varrock.", + "durability": null, + "name": "Hartwin", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13757", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You'll have to keep searching trees near the zombie trails until you find another.", + "examine": "A key that was found while tracking zombies. (Defender of Varrock)", + "durability": null, + "name": "Grubby key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13758", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You'll have to speak to Thurgo to find another.", + "shop_price": "1", + "examine": "The location of ", + "durability": null, + "name": "Scrap of paper", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13759", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Bottle", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13760", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A bottle of red mist.", + "durability": null, + "name": "Bottle of mist", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13761", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another from ", + "examine": "This lists each of the founding members of the ", + "durability": null, + "name": "List of elders", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13762", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "I hope I don't meet any roundheads...", + "durability": null, + "name": "Cavalier and mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13763", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A right hand fighting claw.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "absorb": "0,0,0", + "equip_audio": "1003", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6535", + "name": "Rune claws", + "archery_ticket_price": "0", + "id": "13764", + "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0" + }, + { + "examine": "A powerful dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "4381", + "name": "Rune dagger", + "archery_ticket_price": "0", + "id": "13765", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "name": "Rune dagger(p)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13766", + "absorb": "0,0,0", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "name": "Rune dagger(p+)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13767", + "absorb": "0,0,0", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "name": "Rune dagger(p++)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13768", + "absorb": "0,0,0", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "examine": "A rune tipped spear.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "11317", + "name": "Rune spear", + "archery_ticket_price": "0", + "id": "13769", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "examine": "A dragon tipped spear.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "28", + "defence_anim": "2079", + "attack_anims": "2080,2081,2082,2080", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "36774", + "name": "Dragon spear", + "archery_ticket_price": "0", + "id": "13770", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "destroy_message": "Drop", + "name": "Rune spear(p)", + "archery_ticket_price": "0", + "id": "13771", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "defence_anim": "2079", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "name": "Dragon spear(p)", + "archery_ticket_price": "0", + "id": "13772", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "destroy_message": "Drop", + "name": "Rune spear(p+)", + "archery_ticket_price": "0", + "id": "13773", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "defence_anim": "2079", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "name": "Dragon spear(p+)", + "archery_ticket_price": "0", + "id": "13774", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "destroy_message": "Drop", + "name": "Rune spear(p++)", + "archery_ticket_price": "0", + "id": "13775", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "defence_anim": "2079", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "name": "Dragon spear(p++)", + "archery_ticket_price": "0", + "id": "13776", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "examine": "A razor-sharp sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "render_anim": "1381", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "11849", + "name": "Rune sword", + "archery_ticket_price": "0", + "id": "13777", + "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0" + }, + { + "examine": "A two handed sword.", + "durability": null, + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37511", + "name": "Rune 2h sword", + "archery_ticket_price": "0", + "id": "13778", + "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0" + }, + { + "examine": "A rune halberd.", + "durability": null, + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "15", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "74298", + "name": "Rune halberd", + "archery_ticket_price": "0", + "id": "13779", + "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0" + }, + { + "examine": "A spiky mace.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7917", + "attack_audios": "2508,2508,25092508", + "name": "Rune mace", + "archery_ticket_price": "0", + "id": "13780", + "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,0,4,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "29145", + "durability": null, + "name": "Rune chainbody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13781", + "absorb": "3,0,6", + "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0" + }, + { + "examine": "These will protect my feet.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2237", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7036", + "name": "Rune boots", + "archery_ticket_price": "0", + "id": "13782", + "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A medium sized helmet.", + "grand_exchange_price": "10678", + "durability": null, + "name": "Rune med helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13783", + "absorb": "1,0,3", + "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A stone helmet.", + "grand_exchange_price": "26576", + "durability": null, + "name": "Granite helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13784", + "absorb": "2,0,4", + "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Provides excellent protection.", + "grand_exchange_price": "136414", + "durability": null, + "name": "Granite body", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13785", + "absorb": "4,0,8", + "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These look pretty heavy.", + "grand_exchange_price": "72213", + "durability": null, + "name": "Granite legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13786", + "absorb": "2,0,5", + "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0" + }, + { + "examine": "A medium square shield.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "22225", + "name": "Rune sq shield", + "archery_ticket_price": "0", + "id": "13787", + "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A solid stone shield.", + "grand_exchange_price": "32512", + "durability": null, + "name": "Granite shield", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13788", + "absorb": "5,0,10", + "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A big 'do about nothing.", + "grand_exchange_price": "42991", + "durability": null, + "name": "A powdered wig", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13789", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These'll help me stay alive.", + "grand_exchange_price": "811293", + "durability": null, + "name": "Flared trousers", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13790", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Alas, someone has slashed my pantaloons.", + "grand_exchange_price": "19286", + "durability": null, + "name": "Pantaloons", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13791", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A cap for wearing whil...zzzzzzzzz", + "grand_exchange_price": "75357", + "durability": null, + "name": "Sleeping cap", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13792", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A diamond-topped cane.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "76692", + "name": "Rune cane", + "archery_ticket_price": "0", + "id": "13793", + "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,0,4,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Comes with a free rabbit!", + "grand_exchange_price": "333537", + "durability": null, + "name": "Top hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13794", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Shear elegance.", + "grand_exchange_price": "582969", + "durability": null, + "name": "Sheep mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13795", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "I can get the look right, but can I do the waddle too?", + "grand_exchange_price": "1159807", + "durability": null, + "name": "Penguin mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13796", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The bats have left the belltower.", + "grand_exchange_price": "681595", + "durability": null, + "name": "Bat mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13797", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "It's the year of the cat!", + "grand_exchange_price": "2512014", + "durability": null, + "name": "Cat mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13798", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "I'm hungry like the wolf.", + "grand_exchange_price": "3240770", + "durability": null, + "name": "Wolf mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13799", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody with gold trim.", + "grand_exchange_price": "343688", + "durability": null, + "name": "Rune platebody (g)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13800", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "drop", + "examine": "Rune platelegs with gold trim.", + "grand_exchange_price": "238139", + "durability": null, + "name": "Rune platelegs (g)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13801", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt with gold trim.", + "grand_exchange_price": "37616", + "durability": null, + "name": "Rune plateskirt (g)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13802", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune full helmet with gold trim.", + "grand_exchange_price": "247877", + "durability": null, + "name": "Rune full helm(g)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13803", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield with gold trim", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "118205", + "name": "Rune kiteshield (g)", + "archery_ticket_price": "0", + "id": "13804", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody with trim.", + "grand_exchange_price": "100586", + "durability": null, + "name": "Rune platebody (t)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13805", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platelegs with trim!", + "grand_exchange_price": "81577", + "durability": null, + "name": "Rune platelegs (t)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13806", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt with trim.", + "grand_exchange_price": "37701", + "durability": null, + "name": "Rune plateskirt (t)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13807", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune full helmet with trim.", + "grand_exchange_price": "95809", + "durability": null, + "name": "Rune full helm (t)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13808", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "A large, metal shield with a nice trim.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "46469", + "name": "Rune kiteshield (t)", + "archery_ticket_price": "0", + "id": "13809", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Your money or your life!", + "grand_exchange_price": "252995", + "durability": null, + "name": "Highwayman mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13810", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Parlez-vous francais?", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "135411", + "name": "Blue beret", + "archery_ticket_price": "0", + "hat": true, + "id": "13811", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Parlez-vous francais?", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "451371", + "name": "Black beret", + "archery_ticket_price": "0", + "hat": true, + "id": "13812", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Parlez-vous Francais?", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "704147", + "name": "White beret", + "archery_ticket_price": "0", + "hat": true, + "id": "13813", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "All for one and one for all!", + "grand_exchange_price": "42014", + "durability": null, + "name": "Tan cavalier", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13814", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "All for one and one for all!", + "grand_exchange_price": "61518", + "durability": null, + "name": "Dark cavalier", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13815", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "All for one and one for all!", + "grand_exchange_price": "338530", + "durability": null, + "name": "Black cavalier", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13816", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A minimalist's hat.", + "grand_exchange_price": "159694", + "durability": null, + "name": "Red headband", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13817", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A minimalist's hat.", + "grand_exchange_price": "83543", + "durability": null, + "name": "Black headband", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13818", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A minimalist's hat.", + "grand_exchange_price": "26474", + "durability": null, + "name": "Brown headband", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13819", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody in the colours of Zamorak.", + "grand_exchange_price": "868398", + "durability": null, + "name": "Zamorak platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13820", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platelegs in the colours of Zamorak.", + "grand_exchange_price": "316989", + "durability": null, + "name": "Zamorak platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13821", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt in the colours of Zamorak.", + "grand_exchange_price": "38597", + "durability": null, + "name": "Zamorak plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13822", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A full helmet in the colours of Zamorak.", + "grand_exchange_price": "618480", + "durability": null, + "name": "Zamorak full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13823", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "A Rune kiteshield in the colours of Zamorak.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "225574", + "name": "Zamorak kiteshield", + "archery_ticket_price": "0", + "id": "13824", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody in the colours of Saradomin.", + "grand_exchange_price": "1555099", + "durability": null, + "name": "Saradomin platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13825", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platelegs in the colours of Saradomin.", + "grand_exchange_price": "376849", + "durability": null, + "name": "Saradomin platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13826", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt in the colours of Saradomin.", + "grand_exchange_price": "53048", + "durability": null, + "name": "Saradomin plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13827", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune full helmet in the colours of Saradomin.", + "grand_exchange_price": "1025974", + "durability": null, + "name": "Saradomin full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13828", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield in the colours of Saradomin.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "353916", + "name": "Saradomin kiteshield", + "archery_ticket_price": "0", + "id": "13829", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody in the colours of Guthix.", + "grand_exchange_price": "406762", + "durability": null, + "name": "Guthix platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13830", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platelegs in the colours of Guthix.", + "grand_exchange_price": "181471", + "durability": null, + "name": "Guthix platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13831", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt in the colours of Guthix.", + "grand_exchange_price": "38388", + "durability": null, + "name": "Guthix plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13832", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A rune full helmet in the colours of Guthix.", + "grand_exchange_price": "399963", + "durability": null, + "name": "Guthix full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13833", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield in the colours of Guthix.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "185266", + "name": "Guthix kiteshield", + "archery_ticket_price": "0", + "id": "13834", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody with complete gold trim & plating.", + "grand_exchange_price": "2034838", + "durability": null, + "name": "Gilded platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13835", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platelegs with gold plate.", + "grand_exchange_price": "1299758", + "durability": null, + "name": "Gilded platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13836", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt with gold plate.", + "grand_exchange_price": "84191", + "durability": null, + "name": "Gilded plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13837", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune full helmet with gold plate.", + "grand_exchange_price": "1057068", + "durability": null, + "name": "Gilded full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13838", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield with gold plate.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "506093", + "name": "Gilded kiteshield", + "archery_ticket_price": "0", + "id": "13839", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,45,0,0,0,0" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Atk, Def, Str and LP xp.", + "durability": null, + "name": "Brawling gloves (melee)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13845", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Ranged xp.", + "durability": null, + "name": "Brawling gloves (ranged)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13846", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Magic xp.", + "durability": null, + "name": "Brawling gloves (magic)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13847", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Prayer xp.", + "durability": null, + "name": "Brawling gloves (prayer)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13848", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Agility xp.", + "durability": null, + "name": "Brawling gloves (agility)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13849", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Woodcutting xp.", + "durability": null, + "name": "Brawling gloves (wc)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13850", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Firemaking xp.", + "durability": null, + "name": "Brawling gloves (fm)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13851", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Mining xp.", + "durability": null, + "name": "Brawling gloves (mining)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13852", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Hunting xp.", + "durability": null, + "name": "Brawling gloves (hunter)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13853", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Thieving xp.", + "durability": null, + "name": "Brawling gloves (thieving)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13854", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Smithing xp.", + "durability": null, + "name": "Brawling gloves (smithing)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13855", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Fishing xp.", + "durability": null, + "name": "Brawling gloves (fishing)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13856", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Cooking xp.", + "durability": null, + "name": "Brawling gloves (cooking)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13857", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "12,6,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1412812", + "name": "Zuriel's robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13858", + "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}-{6,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "1412812", + "durability": null, + "name": "Zuriel's robe top", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13859" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "12,6,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1412812", + "name": "Zuriel's robe top (deg)", + "archery_ticket_price": "0", + "id": "13860", + "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "8,4,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "986668", + "name": "Zuriel's robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13861", + "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}-{6,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "986668", + "durability": null, + "name": "Zuriel's robe bottom", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13862" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "8,4,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "986668", + "name": "Zuriel's robe bottom (deg)", + "archery_ticket_price": "0", + "id": "13863", + "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,78}-{6,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "361542", + "name": "Zuriel's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13864", + "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}-{6,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "361542", + "durability": null, + "name": "Zuriel's hood", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13865" + }, + { + "remove_head": "true", + "requirements": "{1,78}-{6,78}", + "shop_price": "150000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "361542", + "name": "Zuriel's hood (deg)", + "archery_ticket_price": "0", + "id": "13866", + "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "destroy_message": "Drop", + "grand_exchange_price": "2116989", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "13867", + "stand_turn_anim": "1209", + "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", + "requirements": "{0,78}-{6,78}", + "shop_price": "300000", + "durability": null, + "destroy": "false", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zuriel's staff" + }, + { + "destroy_message": "Drop", + "requirements": "{0,78}-{6,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "2116989", + "durability": null, + "name": "Zuriel's staff", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13868" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "destroy_message": "Drop", + "grand_exchange_price": "2116989", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "13869", + "stand_turn_anim": "1209", + "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", + "requirements": "{0,78}-{6,78}", + "shop_price": "300000", + "durability": null, + "destroy": "true", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zuriel's staff (deg)" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,12,6", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "926341", + "name": "Morrigan's leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13870", + "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}-{4,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "926341", + "durability": null, + "name": "Morrigan's leather body", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13871" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,12,6", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "926341", + "name": "Morrigan's leather body (deg)", + "archery_ticket_price": "0", + "id": "13872", + "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,8,4", + "equipment_slot": "7", + "destroy_message": "Drop, Destroy after degrading.", + "grand_exchange_price": "510395", + "name": "Morrigan's leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13873", + "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" + }, + { + "destroy_message": "Drop, Destroy after degrading.", + "requirements": "{1,78}-{4,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "510395", + "durability": null, + "name": "Morrigan's leather chaps", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13874" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,8,4", + "equipment_slot": "7", + "destroy_message": "Drop, Destroy after degrading.", + "grand_exchange_price": "510395", + "name": "Morrigan's leather chaps (deg)", + "archery_ticket_price": "0", + "id": "13875", + "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,78}-{4,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2238", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "236411", + "name": "Morrigan's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13876", + "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}-{4,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "236411", + "durability": null, + "name": "Morrigan's coif", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13877" + }, + { + "remove_head": "true", + "requirements": "{1,78}-{4,78}", + "shop_price": "150000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2238", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "236411", + "name": "Morrigan's coif (deg)", + "archery_ticket_price": "0", + "id": "13878", + "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" + }, + { + "requirements": "{4,78}", + "shop_price": "4000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "destroy": "false", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13879", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "destroy": "false", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13880", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "destroy": "false", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13881", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "destroy": "false", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13882", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,78}", + "shop_price": "4000", + "examine": "A vicious throwing axe.", + "has_special": "true", + "durability": null, + "destroy": "false", + "attack_speed": "5", + "weapon_interface": "18", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "9994", + "name": "Morrigan's throwing axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13883", + "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117" + }, + { + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "6,0,12", + "equip_audio": "2239", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1619096", + "name": "Statius's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13884", + "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "1619096", + "durability": null, + "name": "Statius's platebody", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13885" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equip_audio": "2239", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1619096", + "name": "Statius's platebody (deg)", + "archery_ticket_price": "0", + "id": "13886", + "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0" + }, + { + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "6,0,12", + "equipment_slot": "4", + "destroy_message": "Drop, Destroy once it has been degraded.", + "remove_sleeves": "true", + "grand_exchange_price": "2154168", + "name": "Vesta's chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13887", + "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" + }, + { + "destroy_message": "Drop, Destroy once it has been degraded.", + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "2154168", + "durability": null, + "name": "Vesta's chainbody", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13888" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equipment_slot": "4", + "destroy_message": "Drop, Destroy once it has been degraded.", + "remove_sleeves": "true", + "grand_exchange_price": "2154168", + "name": "Vesta's chainbody (deg)", + "archery_ticket_price": "0", + "id": "13889", + "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" + }, + { + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "4,0,8", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1735029", + "name": "Statius's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13890", + "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "1735029", + "durability": null, + "name": "Statius's platelegs", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13891" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1735029", + "name": "Statius's platelegs (deg)", + "archery_ticket_price": "0", + "id": "13892", + "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" + }, + { + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1860767", + "name": "Vesta's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13893", + "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "1860767", + "durability": null, + "name": "Vesta's plateskirt", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13894" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1860767", + "name": "Vesta's plateskirt (deg)", + "archery_ticket_price": "0", + "id": "13895", + "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2240", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "1301986", + "name": "Statius's full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13896", + "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" + }, + { + "requirements": "{1,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "equip_audio": "", + "destroy_message": "Drop", + "grand_exchange_price": "1301986", + "name": "Statius's full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13897" + }, + { + "remove_head": "true", + "requirements": "{1,78}", + "shop_price": "150000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2240", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "1301986", + "name": "Statius' full helm (deg)", + "archery_ticket_price": "0", + "id": "13898", + "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "10464249", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13899", + "stand_turn_anim": "823", + "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", + "requirements": "{0,78}", + "shop_price": "300000", + "durability": null, + "destroy": "false", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1426", + "attack_audios": "2500,2500,2517,2500", + "name": "Vesta's longsword" + }, + { + "destroy_message": "Drop", + "requirements": "{0,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "10464249", + "durability": null, + "name": "Vesta's longsword", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13900" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "10464249", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13901", + "stand_turn_anim": "823", + "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", + "requirements": "{0,78}", + "shop_price": "300000", + "durability": null, + "destroy": "true", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1426", + "attack_audios": "2500,2500,2517,2500", + "name": "Vesta's longsword (deg)" + }, + { + "turn90cw_anim": "821", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "819", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "destroy_message": "Drop, Destroy once it has been degraded.", + "grand_exchange_price": "7424450", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "13902", + "stand_turn_anim": "823", + "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0", + "requirements": "{0,78}", + "shop_price": "300000", + "durability": null, + "destroy": "false", + "weapon_interface": "10", + "equip_audio": "2233", + "attack_audios": "2504,0,0,0", + "name": "Statius's warhammer" + }, + { + "destroy_message": "Drop, Destroy once it has been degraded.", + "requirements": "{0,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "7424450", + "durability": null, + "name": "Statius's warhammer", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13903" + }, + { + "turn90cw_anim": "821", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "819", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "destroy_message": "Drop, Destroy once it has been degraded.", + "grand_exchange_price": "7424450", + "stand_anim": "808", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "13904", + "stand_turn_anim": "823", + "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0", + "shop_price": "300000", + "durability": null, + "destroy": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1426", + "attack_audios": "2504,0,0,0", + "name": "Statius' warhammer (deg)" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "5264612", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "13905", + "stand_turn_anim": "1209", + "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0", + "requirements": "{0,78}", + "shop_price": "300000", + "durability": null, + "destroy": "false", + "weight": "4.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Vesta's spear" + }, + { + "requirements": "{0,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "two_handed": "true", + "destroy_message": "Drop", + "grand_exchange_price": "5264612", + "name": "Vesta's spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13906" + }, + { + "requirements": "{0,78}", + "shop_price": "180000", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "absorb": "0,0,0", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "5264612", + "name": "Vesta's spear (deg)", + "archery_ticket_price": "0", + "id": "13907", + "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equip_audio": "2239", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1897306", + "name": "Corrupt statius's platebody", + "archery_ticket_price": "0", + "id": "13908", + "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "1897306", + "durability": null, + "name": "Corrupt statius's platebody", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13909" + }, + { + "requirements": "{1,20}}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equip_audio": "2239", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1897306", + "name": "Corrupt statius's platebody (deg)", + "archery_ticket_price": "0", + "id": "13910", + "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "2546175", + "name": "Corrupt vesta's chainbody", + "archery_ticket_price": "0", + "id": "13911", + "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "2546175", + "durability": null, + "name": "Corrupt vesta's chainbody", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13912" + }, + { + "requirements": "{1,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "2546175", + "name": "Corrupt vesta's chainbody (deg)", + "archery_ticket_price": "0", + "id": "13913", + "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1734527", + "name": "Corrupt statius's platelegs", + "archery_ticket_price": "0", + "id": "13914", + "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "1734527", + "durability": null, + "name": "Corrupt statius's platelegs", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13915" + }, + { + "requirements": "{1,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1734527", + "name": "Corrupt statius's platelegs (deg)", + "archery_ticket_price": "0", + "id": "13916", + "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1942627", + "name": "Corrupt vesta's plateskirt", + "archery_ticket_price": "0", + "id": "13917", + "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "1942627", + "durability": null, + "name": "Corrupt vesta's plateskirt", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13918" + }, + { + "requirements": "{1,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1942627", + "name": "Corrupt vesta's plateskirt (deg)", + "archery_ticket_price": "0", + "id": "13919", + "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "1062835", + "name": "Corrupt statius's full helm", + "archery_ticket_price": "0", + "id": "13920", + "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "1062835", + "durability": null, + "name": "Corrupt statius's full helm", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13921" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2240", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "1062835", + "name": "Corrupt statius' full helm (deg)", + "archery_ticket_price": "0", + "id": "13922", + "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "125000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1426", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "destroy_message": "Drop", + "grand_exchange_price": "3739998", + "name": "Corrupt vesta's longsword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13923", + "stand_turn_anim": "823", + "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "125000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "render_anim": "1426", + "attack_anims": "381,390,390,390", + "destroy_message": "Drop", + "grand_exchange_price": "3739998", + "name": "Corrupt vesta's longsword", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13924", + "stand_turn_anim": "823" + }, + { + "requirements": "{0,20}", + "shop_price": "75000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1426", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "3739998", + "name": "C. vesta's longsword (deg)", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13925", + "stand_turn_anim": "823", + "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "8", + "absorb": "0,0,0", + "equip_audio": "2233", + "defence_anim": "397", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "3033516", + "attack_audios": "395,395,395,395", + "name": "Corrupt statius's warhammer", + "archery_ticket_price": "0", + "id": "13926", + "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{0,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "3033516", + "durability": null, + "name": "Corrupt statius's warhammer", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13927" + }, + { + "requirements": "{0,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "8", + "absorb": "0,0,0", + "equip_audio": "2233", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "3033516", + "name": "C. statius's warhammer (deg)", + "archery_ticket_price": "0", + "id": "13928", + "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "343474", + "name": "Corrupt vesta's spear", + "archery_ticket_price": "0", + "id": "13929", + "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "destroy_message": "Drop", + "grand_exchange_price": "343474", + "name": "Corrupt vesta's spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13930" + }, + { + "requirements": "{0,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "343474", + "name": "Corrupt vesta's spear (deg)", + "archery_ticket_price": "0", + "id": "13931", + "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "12,6,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "253230", + "name": "Corrupt zuriel's robe top", + "archery_ticket_price": "0", + "id": "13932", + "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "253230", + "durability": null, + "name": "Corrupt zuriel's robe top", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13933" + }, + { + "requirements": "{1,20}-{6,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "12,6,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "253230", + "name": "Corrupt zuriel's robe top (deg)", + "archery_ticket_price": "0", + "id": "13934", + "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "8,4,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "121290", + "name": "Corrupt zuriel's robe bottom", + "archery_ticket_price": "0", + "id": "13935", + "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "121290", + "durability": null, + "name": "Corrupt zuriel's robe bottom", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13936" + }, + { + "requirements": "{1,20}-{6,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "8,4,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "121290", + "name": "Corrupt zuriel's robe bottom (deg)", + "archery_ticket_price": "0", + "id": "13937", + "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{6,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "43778", + "name": "Corrupt zuriel's hood", + "archery_ticket_price": "0", + "id": "13938", + "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{6,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "43778", + "durability": null, + "name": "Corrupt zuriel's hood", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13939" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{6,20}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "43778", + "name": "Corrupt zuriel's hood (deg)", + "archery_ticket_price": "0", + "id": "13940", + "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" + }, + { + "requirements": "{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2555,0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "219418", + "attack_audios": "2555,0,0,0", + "name": "Corrupt zuriel's staff", + "archery_ticket_price": "0", + "id": "13941", + "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10" + }, + { + "destroy_message": "Drop", + "requirements": "{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "219418", + "durability": null, + "name": "Corrupt zuriel's staff", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13942" + }, + { + "requirements": "{6,20}", + "shop_price": "70000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "219418", + "name": "Corrupt zuriel's staff (deg)", + "archery_ticket_price": "0", + "id": "13943", + "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10" + }, + { + "requirements": "{1,20}-{4,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,12,6", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "387212", + "name": "Corrupt morrigan's leather body", + "archery_ticket_price": "0", + "id": "13944", + "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{4,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "387212", + "durability": null, + "name": "Corrupt morrigan's leather body", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13945" + }, + { + "requirements": "{1,20}-{4,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,12,6", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "387212", + "name": "Corrupt morrigan's leather body (deg)", + "archery_ticket_price": "0", + "id": "13946", + "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" + }, + { + "requirements": "{1,20}-{4,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,8,4", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "84592", + "name": "Corrupt morrigan's leather chaps", + "archery_ticket_price": "0", + "id": "13947", + "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{4,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "84592", + "durability": null, + "name": "Corrupt morrigan's leather chaps", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13948" + }, + { + "requirements": "{1,20}-{4,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,8,4", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "84592", + "name": "Corrupt morrigan's leather chaps (deg)", + "archery_ticket_price": "0", + "id": "13949", + "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{4,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2238", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "63502", + "name": "Corrupt morrigan's coif", + "archery_ticket_price": "0", + "id": "13950", + "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{4,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "63502", + "durability": null, + "name": "Corrupt morrigan's coif", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13951" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{4,20}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2238", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "63502", + "name": "Corrupt morrigan's coif (deg)", + "archery_ticket_price": "0", + "id": "13952", + "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" + }, + { + "requirements": "{4,20}", + "shop_price": "1000", + "examine": "A vicious javelin.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "6752", + "name": "Corrupt morrigan's javelin", + "archery_ticket_price": "0", + "id": "13953", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,20}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "6752", + "name": "C. morrigan's javelin (p)", + "archery_ticket_price": "0", + "id": "13954", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,20}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "6752", + "name": "C. morrigan's javelin (p+)", + "archery_ticket_price": "0", + "id": "13955", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,20}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "6752", + "name": "C. morrigan's javelin (p++)", + "archery_ticket_price": "0", + "id": "13956", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,20}", + "shop_price": "1000", + "examine": "A vicious throwing axe.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "18", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "5388", + "name": "C. morrigan's throwing axe", + "archery_ticket_price": "0", + "id": "13957", + "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117" + }, + { + "requirements": "{0,20}-{4,20}", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "168278", + "name": "Corrupt dragon chainbody", + "archery_ticket_price": "0", + "id": "13958", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "168278", + "durability": null, + "name": "Corrupt dragon chainbody", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13959" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "168278", + "name": "Corrupt dragon chainbody (deg)", + "archery_ticket_price": "0", + "id": "13960", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "121835", + "name": "Corrupt dragon med helm", + "archery_ticket_price": "0", + "id": "13961", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "121835", + "durability": null, + "name": "Corrupt dragon med helm", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13962" + }, + { + "remove_head": "true", + "shop_price": "36000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "121835", + "name": "Corrupt dragon med helm (deg)", + "archery_ticket_price": "0", + "id": "13963", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "79703", + "name": "Corrupt dragon sq shield", + "archery_ticket_price": "0", + "id": "13964", + "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "79703", + "durability": null, + "name": "Corrupt dragon sq shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13965" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "79703", + "name": "Corrupt dragon sq shield (deg)", + "archery_ticket_price": "0", + "id": "13966", + "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equipment_slot": "7", + "destroy_message": "Destroy", + "grand_exchange_price": "71066", + "name": "Corrupt dragon plateskirt", + "archery_ticket_price": "0", + "id": "13967", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "destroy_message": "Destroy", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "71066", + "durability": null, + "name": "Corrupt dragon plateskirt", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13968" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equipment_slot": "7", + "destroy_message": "Destroy", + "grand_exchange_price": "71066", + "name": "Corrupt dragon plateskirt (deg)", + "archery_ticket_price": "0", + "id": "13969", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "87957", + "name": "Corrupt dragon platelegs", + "archery_ticket_price": "0", + "id": "13970", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "87957", + "durability": null, + "name": "Corrupt dragon platelegs", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13971" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "87957", + "name": "Corrupt dragon platelegs (deg)", + "archery_ticket_price": "0", + "id": "13972", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "attack_audios": "2498,2498,2497,2498", + "name": "Corrupt dragon battleaxe", + "archery_ticket_price": "0", + "id": "13973", + "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "2.7", + "attack_speed": "4", + "render_anim": "2586", + "defence_anim": "397", + "attack_anims": "395,395,401,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "attack_audios": "2498,2498,2497,2498", + "name": "Corrupt dragon battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13974", + "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "attack_audios": "2498,2498,2497,2498", + "name": "C. dragon battleaxe (deg)", + "archery_ticket_price": "0", + "id": "13975", + "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0" + }, + { + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "grand_exchange_price": "33358", + "attack_audios": "2517,2517,2500,2517", + "name": "Corrupt dragon dagger", + "archery_ticket_price": "0", + "id": "13976", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "equip_audio": "2248", + "defence_anim": "397", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "grand_exchange_price": "33358", + "attack_audios": "2517,2517,2500,2517", + "name": "Corrupt dragon dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13977" + }, + { + "shop_price": "18000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "grand_exchange_price": "33358", + "attack_audios": "2517,2517,2500,2517", + "name": "C. dragon dagger (deg)", + "archery_ticket_price": "0", + "id": "13978", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "100000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1928", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "338644", + "attack_audios": "2500,0,2517,0", + "name": "Corrupt dragon scimitar", + "archery_ticket_price": "0", + "id": "13979", + "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "338644", + "durability": null, + "name": "Corrupt dragon scimitar", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13980", + "equip_audio": "" + }, + { + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1928", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "338644", + "attack_audios": "2500,0,2517,0", + "name": "C. dragon scimitar (deg)", + "archery_ticket_price": "0", + "id": "13981", + "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "100000", + "ge_buy_limit": "10", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1582", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "207053", + "attack_audios": "2500,2500,2517,2500", + "name": "Corrupt dragon longsword", + "archery_ticket_price": "0", + "id": "13982", + "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "207053", + "durability": null, + "name": "Corrupt dragon longsword", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13983" + }, + { + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1582", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "207053", + "name": "C. dragon longsword (deg)", + "archery_ticket_price": "0", + "id": "13984", + "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "equip_audio": "2246", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "attack_audios": "2508,2508,25092508", + "name": "Corrupt dragon mace", + "archery_ticket_price": "0", + "id": "13985", + "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0" + }, + { + "requirements": "{0,60}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "4", + "defence_anim": "397", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "attack_audios": "2508,2508,25092508", + "name": "Corrupt dragon mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13986" + }, + { + "requirements": "{0,60}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "equip_audio": "2246", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "attack_audios": "2508,2508,25092508", + "name": "Corrupt dragon mace (deg)", + "archery_ticket_price": "0", + "id": "13987", + "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0" + }, + { + "shop_price": "40000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "920922", + "name": "Corrupt dragon spear", + "archery_ticket_price": "0", + "id": "13988", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "shop_price": "40000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "defence_anim": "2079", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "920922", + "name": "Corrupt dragon spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13989" + }, + { + "shop_price": "24000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "920922", + "name": "Corrupt dragon spear (deg)", + "archery_ticket_price": "0", + "id": "13990", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "destroy_message": "You can get another copy by searching bookshelves around 2009Scape.", + "shop_price": "5", + "examine": "A book about the Wilderness.", + "durability": null, + "name": "Pvp worlds manual", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14056", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "25", + "examine": "A threat to dusty corners everywhere.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "8", + "absorb": "0,0,0", + "render_anim": "1072", + "equipment_slot": "3", + "destroy_message": "You can obtain another by talking to Maggie the witch.", + "name": "Broomstick", + "archery_ticket_price": "0", + "id": "14057", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop the goulash, it will be destroyed. You can get some more by dipping a bowl into Maggie's cauldron.", + "shop_price": "2", + "examine": "What a curious and ghoulish smell!", + "durability": null, + "name": "Goulash", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14058", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another flask of magic unguent from the chest in Betty's basement.", + "shop_price": "2", + "examine": "Purple and pungent.", + "durability": null, + "name": "Magic unguent", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14061", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another flask of broom ointment from Hetty in Rimmington.", + "shop_price": "2", + "examine": "To be used on brooms.", + "durability": null, + "name": "Broom ointment", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14062", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you release this newt, you can get another from the crate in Hetty's basement in Rimmington.", + "shop_price": "5", + "examine": "A newt from Hetty's basement.", + "durability": null, + "name": "Newt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14064", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another newt label from Gus in Hetty's basement in Rimmington.", + "shop_price": "1", + "examine": "A label for a shipping crate.", + "durability": null, + "name": "Newt label", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14065", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another toad label from Gus in Hetty's basement in Rimmington.", + "shop_price": "1", + "examine": "A label for a shipping crate.", + "durability": null, + "name": "Toad label", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14066", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another newt-and-toad label from Gus in Hetty's basement in Rimmington.", + "shop_price": "1", + "examine": "A label for a shipping crate.", + "durability": null, + "name": "Newts and toads label", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14067", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can obtain another wand from the chest in Betty's basement.", + "shop_price": "15", + "examine": "Warm to the touch.", + "durability": null, + "name": "Betty's wand", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14068", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you destroy this item, you can get another from Lottie in Betty's basement.", + "shop_price": "2", + "examine": "What a view!", + "durability": null, + "name": "Magic slate", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14069", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.", + "shop_price": "1", + "examine": "Desert dweller.", + "durability": null, + "name": "Reptile", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14070", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.", + "shop_price": "1", + "examine": "Bleak and beaky.", + "durability": null, + "name": "Blackbird", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14071", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "An annoying flappy thing.", + "durability": null, + "name": "Bat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14072", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "It's an extremely small brown spider, probably very poisonous.", + "durability": null, + "name": "Spider", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14073", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "A popular dwarven delicacy.", + "durability": null, + "name": "Rat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14074", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "durability": null, + "name": "Snail", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14075", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "The height of warlock fashion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You can get another warlock top from Diango in Draynor Village.", + "remove_sleeves": "true", + "name": "Warlock top", + "archery_ticket_price": "0", + "id": "14076", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another set of warlock legs from Diango in Draynor Village.", + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "name": "Warlock legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14077", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "15", + "examine": "The height of witchly fashion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You can get another witch top from Diango in Draynor.", + "remove_sleeves": "true", + "name": "Witch top", + "archery_ticket_price": "0", + "id": "14078", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another witch top from Diango in Draynor.", + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "name": "Witch skirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14079", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You can get another witch cloak from Diango in Draynor.", + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "name": "Witch cloak", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14080", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "destroy_message": "You can get another warlock cloak from Diango in Draynor Village.", + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "name": "Warlock cloak", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14081", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "A sticky orb of popped corn.", + "durability": null, + "name": "Popcorn ball", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14082", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "Chocolatey goodness.", + "durability": null, + "name": "Chocolate drop", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14083", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "Sugary bliss.", + "durability": null, + "name": "Wrapped candy", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14084", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "An urgent communiqu?? revealing important information.", + "durability": null, + "name": "Armadyl communiqu?", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14085", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "The height of witchly fashion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You can get another witch top from Diango in Draynor.", + "remove_sleeves": "true", + "name": "Witch top", + "archery_ticket_price": "0", + "id": "14086", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another witch top from Diango in Draynor.", + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "name": "Witch skirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14087", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You can get another witch cloak from Diango in Draynor.", + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "name": "Witch cloak", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14088", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14089", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14090", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14091", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14092", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14093", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "43333", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Sacred clay platebody", + "archery_ticket_price": "0", + "id": "14094", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "42667", + "examine": "The sacred clay bottom has transformed into spiked, platemail legs.", + "durability": null, + "name": "Sacred clay platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14095", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "shop_price": "23467", + "examine": "The sacred clay hat has transformed into a spined helm.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Sacred clay helm", + "archery_ticket_price": "0", + "id": "14096", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "shop_price": "17066", + "examine": "The sacred clay weapon has transformed into a sharp scimitar.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1629", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Sacred clay scimitar", + "archery_ticket_price": "0", + "id": "14097", + "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "This can turn into a variety of tools.", + "durability": null, + "name": "Volatile clay tool", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14098", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "21333", + "examine": "Your volatile tool wants to mine some rocks.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Volatile clay pickaxe", + "archery_ticket_price": "0", + "id": "14099", + "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "shop_price": "21333", + "examine": "Your volatile tool wants to cut some wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Volatile clay hatchet", + "archery_ticket_price": "0", + "id": "14100", + "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "Your volatile tool wants to spear some big fish.", + "durability": null, + "name": "Volatile clay harpoon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14101", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "21333", + "examine": "Your volatile tool wants to catch some butterflies.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Volatile clay butterfly net", + "archery_ticket_price": "0", + "id": "14102", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "21333", + "examine": "Your volatile tool wants to make some bows or arrows.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Volatile clay fletching knife", + "archery_ticket_price": "0", + "id": "14103", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "Your volatile tool wants to work metal or build furniture.", + "durability": null, + "name": "Volatile clay hammer", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14104", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "Your volatile tool wants to make some leather armour.", + "durability": null, + "name": "Volatile clay needle", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14105", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "This can turn into a variety of tools.", + "durability": null, + "name": "Proto-tool", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14106", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "21333", + "examine": "Your sacred clay tool has transformed into a pickaxe.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Sacred clay pickaxe", + "archery_ticket_price": "0", + "id": "14107", + "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "shop_price": "21333", + "examine": "Your sacred clay tool has transformed into a hatchet.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Sacred clay hatchet", + "archery_ticket_price": "0", + "id": "14108", + "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "Your sacred clay tool has transformed into a harpoon.", + "durability": null, + "name": "Sacred clay harpoon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14109", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "1", + "examine": "Your sacred clay tool has transformed into a butterfly net.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Sacred clay butterfly net", + "archery_ticket_price": "0", + "id": "14110", + "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "The sacred clay has transformed into a knife.", + "durability": null, + "name": "Sacred clay fletching knife", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14111", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "Your sacred clay tool has transformed into a hammer.", + "durability": null, + "name": "Sacred clay hammer", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14112", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "The sacred clay has transformed into a needle.", + "durability": null, + "name": "Sacred clay needle", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14113", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "43333", + "examine": "The sacred clay top has transformed into a heavy, magical robe.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Sacred clay robe top", + "archery_ticket_price": "0", + "id": "14114", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "42667", + "examine": "The sacred clay bottom has transformed into a heavy, magical robe.", + "durability": null, + "name": "Sacred clay robe bottom", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14115", + "absorb": "4,2,0", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Drop", + "shop_price": "23467", + "examine": "The sacred clay hat has transformed into a wizard hat.", + "durability": null, + "name": "Sacred clay hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14116", + "absorb": "3,1,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", + "equipment_slot": "0" + }, + { + "shop_price": "17066", + "examine": "The sacred clay weapon has transformed into a magical staff.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Sacred clay staff", + "archery_ticket_price": "0", + "id": "14117", + "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0" + }, + { + "shop_price": "43333", + "examine": "The sacred clay top has transformed into a leather body.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Sacred clay body", + "archery_ticket_price": "0", + "id": "14118", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "42667", + "examine": "The sacred clay bottom has been transformed into a set of chaps.", + "durability": null, + "name": "Sacred clay chaps", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14119", + "absorb": "0,4,2", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "shop_price": "23467", + "examine": "The sacred clay hat has transformed into a coif.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,3,1", + "equip_audio": "", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Sacred clay coif", + "archery_ticket_price": "0", + "id": "14120", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0" + }, + { + "shop_price": "17066", + "examine": "The sacred clay weapon has transformed into a bow.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Sacred clay bow", + "archery_ticket_price": "0", + "id": "14121", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Pickaxe (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14122", + "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "name": "Pickaxe (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14123" + }, + { + "shop_price": "60", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Pickaxe (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14124", + "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "name": "Pickaxe (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14125" + }, + { + "shop_price": "90", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Pickaxe (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14126", + "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "name": "Pickaxe (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14127" + }, + { + "shop_price": "120", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Pickaxe (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14128", + "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "name": "Pickaxe (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14129" + }, + { + "shop_price": "150", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Pickaxe (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14130", + "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "name": "Pickaxe (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14131" + }, + { + "shop_price": "30", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Hatchet (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14132", + "bonuses": "0,10,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "name": "Hatchet (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14133" + }, + { + "shop_price": "60", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Hatchet (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14134", + "bonuses": "0,15,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "name": "Hatchet (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14135" + }, + { + "shop_price": "90", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Hatchet (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14136", + "bonuses": "0,20,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "name": "Hatchet (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14137" + }, + { + "shop_price": "120", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Hatchet (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14138", + "bonuses": "0,25,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "name": "Hatchet (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14139" + }, + { + "shop_price": "150", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Hatchet (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14140", + "bonuses": "0,30,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "name": "Hatchet (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14141" + }, + { + "shop_price": "30", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Harpoon (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14142", + "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "name": "Harpoon (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14143" + }, + { + "shop_price": "60", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Harpoon (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14144", + "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "name": "Harpoon (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14145" + }, + { + "shop_price": "90", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Harpoon (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14146", + "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "name": "Harpoon (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14147" + }, + { + "shop_price": "120", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Harpoon (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14148", + "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "name": "Harpoon (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14149" + }, + { + "shop_price": "150", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Harpoon (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14150", + "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "name": "Harpoon (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14151" + }, + { + "shop_price": "30", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Butterfly net (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14152", + "bonuses": "0,0,10,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "name": "Butterfly net (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14153" + }, + { + "shop_price": "60", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Butterfly net (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14154", + "bonuses": "0,0,15,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "name": "Butterfly net (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14155" + }, + { + "shop_price": "90", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Butterfly net (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14156", + "bonuses": "0,0,20,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "name": "Butterfly net (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14157" + }, + { + "shop_price": "120", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Butterfly net (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14158", + "bonuses": "0,0,25,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "name": "Butterfly net (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14159" + }, + { + "shop_price": "150", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Butterfly net (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14160", + "bonuses": "0,0,30,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "name": "Butterfly net (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14161" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14162", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14163" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14164", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14165" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14166", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14167" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14168", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14169" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14170", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14171" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14172", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14173" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14174", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14175" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14176", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14177" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14178", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14179" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14180", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14181" + }, + { + "destroy_message": "Drop", + "shop_price": "15", + "examine": "Very low quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14182", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "15", + "examine": "Very low quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14183" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "Low quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14184", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "Low quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14185" + }, + { + "destroy_message": "Drop", + "shop_price": "45", + "examine": "Medium quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14186", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "45", + "examine": "Medium quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14187" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "High quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14188", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "High quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14189" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Very high quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14190", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Very high quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14191" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Bow (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14192", + "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "name": "Bow (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14193" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Bow (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14194", + "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "name": "Bow (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14195" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Bow (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14196", + "bonuses": "0,0,0,0,135,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "name": "Bow (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14197" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Bow (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14198", + "bonuses": "0,0,0,0,180,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "name": "Bow (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14199" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Bow (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14200", + "bonuses": "0,0,0,0,225,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "name": "Bow (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14201" + }, + { + "shop_price": "2", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "name": "Arrows (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14202", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,15" + }, + { + "shop_price": "4", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "name": "Arrows (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14203", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30" + }, + { + "shop_price": "6", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "name": "Arrows (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14204", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45" + }, + { + "shop_price": "8", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "name": "Arrows (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14205", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60" + }, + { + "shop_price": "10", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "name": "Arrows (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14206", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75" + }, + { + "shop_price": "150", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14207", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "3 doses of Prayer restore potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Prayer potion(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14208" + }, + { + "shop_price": "120", + "examine": "4 doses of Prayer restore potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14209", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of Prayer restore potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Prayer potion(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14210" + }, + { + "shop_price": "90", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14211", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of Prayer restore potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Prayer potion(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14212" + }, + { + "shop_price": "60", + "examine": "2 doses of Prayer restore potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14213", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of Prayer restore potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Prayer potion(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14214" + }, + { + "shop_price": "30", + "examine": "1 dose of Prayer restore potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14215", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of Prayer restore potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Prayer potion(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14216" + }, + { + "shop_price": "150", + "examine": "4 doses of energy potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14217", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "4 doses of energy potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Energy potion (5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14218" + }, + { + "shop_price": "120", + "examine": "4 doses of energy potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14219", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of energy potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Energy potion (4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14220" + }, + { + "shop_price": "90", + "examine": "3 doses of energy potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14221", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of energy potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Energy potion (3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14222" + }, + { + "shop_price": "60", + "examine": "2 doses of energy potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14223", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of energy potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Energy potion (2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14224" + }, + { + "shop_price": "30", + "examine": "1 dose of energy potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14225", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of energy potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Energy potion (1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14226" + }, + { + "shop_price": "150", + "examine": "5 doses of super Attack potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14227", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "5 doses of super Attack potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super attack(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14228" + }, + { + "shop_price": "120", + "examine": "4 doses of super Attack potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14229", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of super Attack potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super attack(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14230" + }, + { + "shop_price": "90", + "examine": "3 doses of super Attack potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14231", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of super Attack potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super attack(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14232" + }, + { + "shop_price": "60", + "examine": "2 doses of super Attack potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14233", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of super Attack potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super attack(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14234" + }, + { + "shop_price": "30", + "examine": "1 dose of super Attack potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14235", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of super Attack potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super attack(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14236" + }, + { + "shop_price": "150", + "examine": "5 doses of super Strength potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14237", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "5 doses of super Strength potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super strength(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14238" + }, + { + "shop_price": "120", + "examine": "4 doses of super Strength potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14239", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of super Strength potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super strength(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14240" + }, + { + "shop_price": "90", + "examine": "3 doses of super Strength potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14241", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of super Strength potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super strength(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14242" + }, + { + "shop_price": "60", + "examine": "2 doses of super Strength potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14243", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of super Strength potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super strength(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14244" + }, + { + "shop_price": "30", + "examine": "1 dose of super Strength potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14245", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of super Strength potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super strength(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14246" + }, + { + "shop_price": "150", + "examine": "4 doses of ranging potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14247", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "5 doses of ranging potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Ranging potion(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14248" + }, + { + "shop_price": "120", + "examine": "4 doses of ranging potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14249", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of ranging potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Ranging potion(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14250" + }, + { + "shop_price": "90", + "examine": "3 doses of ranging potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14251", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of ranging potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Ranging potion(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14252" + }, + { + "shop_price": "60", + "examine": "2 doses of ranging potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14253", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of ranging potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Ranging potion(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14254" + }, + { + "shop_price": "30", + "examine": "1 dose of ranging potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14255", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of ranging potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Ranging potion(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14256" + }, + { + "shop_price": "150", + "examine": "3 doses of Defence Potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14257", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "3 doses of Defence Potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Defence potion(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14258" + }, + { + "shop_price": "120", + "examine": "4 doses of Defence Potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14259", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of Defence Potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Defence potion(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14260" + }, + { + "shop_price": "90", + "examine": "3 doses of Defence Potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14261", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of Defence Potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Defence potion(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14262" + }, + { + "shop_price": "60", + "examine": "2 doses of Defence Potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14263", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of Defence Potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Defence potion(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14264" + }, + { + "shop_price": "30", + "examine": "1 dose of Defence Potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14265", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of Defence Potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Defence potion(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14266" + }, + { + "shop_price": "150", + "examine": "4 doses of Magic potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14267", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "5 doses of Magic potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Magic potion(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14268" + }, + { + "shop_price": "120", + "examine": "4 doses of Magic potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14269", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of Magic potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Magic potion(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14270" + }, + { + "shop_price": "90", + "examine": "3 doses of Magic potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14271", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of Magic potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Magic potion(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14272" + }, + { + "shop_price": "60", + "examine": "2 doses of Magic potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14273", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of Magic potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Magic potion(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14274" + }, + { + "shop_price": "30", + "examine": "1 dose of Magic potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14275", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of Magic potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Magic potion(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14276" + }, + { + "shop_price": "150", + "examine": "3 doses of Summoning potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14277", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "3 doses of Summoning potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Summoning potion(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14278" + }, + { + "shop_price": "120", + "examine": "4 doses of Summoning potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14279", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of Summoning potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Summoning potion(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14280" + }, + { + "shop_price": "90", + "examine": "3 doses of Summoning potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14281", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of Summoning potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Summoning potion(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14282" + }, + { + "shop_price": "60", + "examine": "2 doses of Summoning potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14283", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of Summoning potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Summoning potion(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14284" + }, + { + "shop_price": "30", + "examine": "1 dose of Summoning potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14285", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of Summoning potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Summoning potion(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14286" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1629", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "attack_audios": "2500,0,2517,0", + "name": "Scimitar (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14287", + "bonuses": "0,55,0,0,0,0,0,0,0,0,0,15,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "name": "Scimitar (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14288" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1629", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "attack_audios": "2500,0,2517,0", + "name": "Scimitar (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14289", + "bonuses": "0,90,0,0,0,0,0,0,0,0,0,30,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "name": "Scimitar (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14290" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1629", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "attack_audios": "2500,0,2517,0", + "name": "Scimitar (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14291", + "bonuses": "0,145,0,0,0,0,0,0,0,0,0,45,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "name": "Scimitar (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14292" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1629", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "attack_audios": "2500,0,2517,0", + "name": "Scimitar (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14293", + "bonuses": "0,180,0,0,0,0,0,0,0,0,0,60,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "name": "Scimitar (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14294" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1629", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "attack_audios": "2500,0,2517,0", + "name": "Scimitar (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14295", + "bonuses": "0,225,0,0,0,0,0,0,0,0,0,75,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "name": "Scimitar (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14296" + }, + { + "shop_price": "30", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "3", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dagger (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14297", + "bonuses": "41,0,0,0,0,0,0,0,0,0,0,15,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "name": "Dagger (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14298" + }, + { + "shop_price": "60", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "3", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dagger (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14299", + "bonuses": "68,0,0,0,0,0,0,0,0,0,0,30,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "name": "Dagger (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14300" + }, + { + "shop_price": "90", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "3", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dagger (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14301", + "bonuses": "101,0,0,0,0,0,0,0,0,0,0,45,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "name": "Dagger (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14302" + }, + { + "shop_price": "120", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "3", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dagger (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14303", + "bonuses": "135,0,0,0,0,0,0,0,0,0,0,60,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "name": "Dagger (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14304" + }, + { + "shop_price": "150", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "3", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dagger (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14305", + "bonuses": "168,0,0,0,0,0,0,0,0,0,0,75,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "name": "Dagger (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14306" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14307", + "bonuses": "0,0,83,0,0,0,0,0,0,0,0,15,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "name": "Warhammer (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14308" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14309", + "bonuses": "0,0,135,0,0,0,0,0,0,0,0,30,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "name": "Warhammer (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14310" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14311", + "bonuses": "0,0,202,0,0,0,0,0,0,0,0,45,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "name": "Warhammer (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14312" + }, + { + "shop_price": "120", + "examine": "The Sacred Clay has transformed into a heavy warhammer.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14313", + "bonuses": "0,0,270,0,0,0,0,0,0,0,0,60,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The Sacred Clay has transformed into a heavy warhammer.", + "durability": null, + "name": "Warhammer (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14314" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14315", + "bonuses": "0,0,338,0,0,0,0,0,0,0,0,75,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "name": "Warhammer (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14316" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Robe top (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14317", + "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe top (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14318" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Robe top (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14319", + "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "name": "Robe top (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14320" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Robe top (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14321", + "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "name": "Robe top (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14322" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Robe top (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14323", + "bonuses": "0,0,0,0,0,0,0,0,80,0,80,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "name": "Robe top (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14324" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Robe top (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14325", + "bonuses": "0,0,0,0,0,0,0,0,100,0,100,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "name": "Robe top (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14326" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Robe bottom (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14327", + "bonuses": "0,0,0,0,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14328" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Robe bottom (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14329", + "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14330" + }, + { + "shop_price": "90", + "examine": "The sacred clay transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Robe bottom (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14331", + "bonuses": "0,0,0,0,0,0,0,0,45,0,45,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14332" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Robe bottom (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14333", + "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14334" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Robe bottom (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14335", + "bonuses": "0,0,0,0,0,0,0,0,75,0,75,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14336" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Hat (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14337", + "bonuses": "0,0,0,0,0,0,0,0,10,0,10,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14338" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Hat (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14339", + "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14340" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Hat (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14341", + "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14342" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Hat (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14343", + "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14344" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Hat (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14345", + "bonuses": "0,0,0,0,0,0,0,0,50,0,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14346" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Platebody (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14347", + "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platebody (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14348" + }, + { + "shop_price": "60", + "examine": "The sacred clay transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Platebody (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14349", + "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay transformed into a hard, metallic substance.", + "durability": null, + "name": "Platebody (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14350" + }, + { + "shop_price": "90", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Platebody (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14351", + "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "name": "Platebody (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14352" + }, + { + "shop_price": "120", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Platebody (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14353", + "bonuses": "0,0,0,-30,-10,80,80,80,-10,40,80,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "name": "Platebody (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14354" + }, + { + "shop_price": "150", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Platebody (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14355", + "bonuses": "0,0,0,-30,-10,100,100,100,-10,50,100,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "name": "Platebody (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14356" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Platelegs (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14357", + "bonuses": "0,0,0,-30,-10,15,15,15,-10,7,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14358" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Platelegs (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14359", + "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14360" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Platelegs (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14361", + "bonuses": "0,0,0,-30,-10,45,45,45,-10,23,45,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14362" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Platelegs (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14363", + "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14364" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Platelegs (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14365", + "bonuses": "0,0,0,-30,-10,75,75,75,-10,37,75,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14366" + }, + { + "remove_head": "true", + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Helm (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14367", + "bonuses": "0,0,0,-30,-10,10,10,10,-10,5,10,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Helm (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14368" + }, + { + "remove_head": "true", + "shop_price": "60", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Helm (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14369", + "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Helm (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14370" + }, + { + "remove_head": "true", + "shop_price": "90", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Helm (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14371", + "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Helm (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14372" + }, + { + "remove_head": "true", + "shop_price": "120", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Helm (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14373", + "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Helm (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14374" + }, + { + "remove_head": "true", + "shop_price": "150", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Helm (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14375", + "bonuses": "0,0,0,-30,-10,50,50,50,-10,25,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Helm (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14376" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a light weight, magical stick.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Staff (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14377", + "bonuses": "0,0,0,55,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a light weight, magical stick.", + "durability": null, + "name": "Staff (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14378" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a light weight, magical stick.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Staff (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14379", + "bonuses": "0,0,0,90,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a light weight, magical stick.", + "durability": null, + "name": "Staff (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14380" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Staff (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14381", + "bonuses": "0,0,0,135,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "name": "Staff (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14382" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Staff (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14383", + "bonuses": "0,0,0,180,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "name": "Staff (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14384" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Staff (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14385", + "bonuses": "0,0,0,225,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "name": "Staff (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14386" + }, + { + "durability": null, + "name": "Cape", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14387", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Cape", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14389", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Leather body (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14391", + "bonuses": "0,0,0,0,0,10,10,10,10,20,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "name": "Leather body (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14392" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Leather body (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14393", + "bonuses": "0,0,0,0,0,20,20,20,20,40,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "name": "Leather body (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14394" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Leather body (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14395", + "bonuses": "0,0,0,0,0,30,30,30,30,60,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "name": "Leather body (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14396" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Leather body (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14397", + "bonuses": "0,0,0,0,0,40,40,40,40,80,80,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "name": "Leather body (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14398" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Leather body (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14399", + "bonuses": "0,0,0,0,0,50,50,50,50,100,100,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "name": "Leather body (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14400" + }, + { + "shop_price": "30", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Chaps (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14401", + "bonuses": "0,0,0,0,0,7,7,7,0,15,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14402" + }, + { + "shop_price": "60", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Chaps (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14403", + "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14404" + }, + { + "shop_price": "90", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Chaps (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14405", + "bonuses": "0,0,0,0,0,23,23,23,0,45,45,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14406" + }, + { + "shop_price": "120", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Chaps (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14407", + "bonuses": "0,0,0,0,0,30,30,30,0,60,60,0,0,1,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14408" + }, + { + "shop_price": "150", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Chaps (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14409", + "bonuses": "0,0,0,0,0,37,37,37,0,75,75,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14410" + }, + { + "remove_head": "true", + "shop_price": "30", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14411", + "bonuses": "0,0,0,0,0,5,5,5,0,10,10,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "name": "Coif (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14412", + "equip_audio": "" + }, + { + "remove_head": "true", + "shop_price": "60", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14413", + "bonuses": "0,0,0,0,0,10,10,10,0,20,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "name": "Coif (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14414" + }, + { + "remove_head": "true", + "shop_price": "90", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14415", + "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "name": "Coif (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14416" + }, + { + "remove_head": "true", + "shop_price": "120", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14417", + "bonuses": "0,0,0,0,0,20,20,20,0,40,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "name": "Coif (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14418" + }, + { + "remove_head": "true", + "shop_price": "150", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14419", + "bonuses": "0,0,0,0,0,25,25,25,0,50,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "name": "Coif (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14420" + }, + { + "shop_price": "30", + "durability": null, + "name": "Clay deposit scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14421", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14422", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14423" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14424", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14425" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14426", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14427" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14428", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14429" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14430", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14431" + }, + { + "durability": null, + "name": "Null sacred clay", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14432", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "5", + "examine": "A vine flower grown through magical means.", + "durability": null, + "name": "Vine flower", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14458", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You caught this broav west of the Hunting Expert's home. You can catch another one with a trap baited with mort Myre Fungus.", + "examine": "Its unconscious, poor thing.", + "durability": null, + "name": "Unconscious broav", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14459", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got these clothes from a washerman who lives near the Khazard battle arena.", + "shop_price": "10", + "examine": "Some dirty clothes that apparently belong to Movario.", + "durability": null, + "name": "Dirty laundry", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14460", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You found this basket in Movario's base.", + "examine": "A receptacle for rubbish.", + "durability": null, + "name": "Waste-paper basket", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14461", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this key attached to the bottom of the bin in Movario's base.", + "examine": "A superbly made key with a fine ruby inserted into it. (While Guthix Sleeps)", + "durability": null, + "name": "Ruby key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14462", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found these notes in Movario's basement.", + "examine": "A collection of notes made by an absent-minded fellow.", + "durability": null, + "name": "Notes on pressure", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14463", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found these notes loosely piled up on ", + "examine": "A loose-leaf collection of research notes, found on Movario's study desk.", + "durability": null, + "name": "Movario's notes (volume 1)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14464", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found these notes in Movario's bedchest, in his base of operations near the Khazard Battlefield.", + "examine": "A loose-leaf collection of research notes, found in Movario's bed chest.", + "durability": null, + "name": "Movario's notes (volume 2)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14465", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A 1kg weight.", + "durability": null, + "name": "Weight (1kg)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14466", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A 2kg weight.", + "durability": null, + "name": "Weight (2kg)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14467", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A 5kg weight.", + "durability": null, + "name": "Weight (5kg)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14468", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can find another under the bed on the top level of Movario's base", + "examine": "The loop half of a strange key.", + "durability": null, + "name": "Strange key loop", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14469", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can find another under the bed on the top level of Movario's base", + "examine": "The teeth half of a strange key.", + "durability": null, + "name": "Strange key teeth", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14470", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fused together two parts of a Dragonkin key which you obtained from Movario's base.", + "examine": "The completed dragonkin key.", + "durability": null, + "name": "Dragonkin key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14471", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30000", + "examine": "A badly damaged lump of dragon metal.", + "durability": null, + "rare_item": "true", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "955683", + "name": "Ruined dragon armour lump", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14472", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30000", + "examine": "A badly damaged lump of dragon metal.", + "grand_exchange_price": "955683", + "durability": null, + "name": "Ruined dragon armour lump", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14473" + }, + { + "shop_price": "30000", + "examine": "A badly damaged slice of dragon metal.", + "durability": null, + "rare_item": "true", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "1761141", + "name": "Ruined dragon armour slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14474", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30000", + "examine": "A badly damaged slice of dragon metal.", + "grand_exchange_price": "1761141", + "durability": null, + "name": "Ruined dragon armour slice", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14475" + }, + { + "shop_price": "30000", + "examine": "A badly damaged shard of dragon metal.", + "durability": null, + "rare_item": "true", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "1090493", + "name": "Ruined dragon armour shard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14476", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30000", + "examine": "A badly damaged shard of dragon metal.", + "grand_exchange_price": "1090493", + "durability": null, + "name": "Ruined dragon armour shard", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14477" + }, + { + "destroy_message": "Drop", + "examine": "A very powerful Smithing hammer.", + "durability": null, + "name": "Blast fusion hammer", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14478", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "requirements": "{1,60}", + "shop_price": "1760000", + "examine": "Provides excellent protection.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "4453643", + "name": "Dragon platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14479", + "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1760000", + "examine": "Provides excellent protection.", + "grand_exchange_price": "4453643", + "durability": null, + "name": "Dragon platebody", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14480" + }, + { + "requirements": "{1,60}", + "examine": "Provides excellent protection.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "equip_audio": "", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "4453643", + "name": "Dragon platebody", + "archery_ticket_price": "0", + "id": "14481", + "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0" + }, + { + "examine": "A set of fighting claws.", + "has_special": "true", + "rare_item": "true", + "attack_speed": "4", + "two_handed": "true", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "393,393,1067,393", + "destroy_message": "Drop", + "grand_exchange_price": "1472441", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14484", + "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0", + "requirements": "{0,60}", + "shop_price": "67500", + "durability": null, + "destroy": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "lendable": "true", + "attack_audios": "2548,2548,2548,2548", + "name": "Dragon claws" + }, + { + "destroy_message": "Drop", + "shop_price": "67500", + "examine": "A set of fighting claws.", + "grand_exchange_price": "1472441", + "durability": null, + "name": "Dragon claws", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14485" + }, + { + "requirements": "{0,60}", + "examine": "A set of fighting claws.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "absorb": "0,0,0", + "equip_audio": "1003", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1472441", + "attack_audios": "2548,2548,2548,2548", + "name": "Dragon claws", + "archery_ticket_price": "0", + "id": "14486", + "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0" + }, + { + "destroy_message": "You grew this herb by planting an enriched snapdragon seed in the special herb patch on top of Falador castle.", + "examine": "An enriched snapdragon herb.", + "durability": null, + "name": "Enriched snapdragon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14487", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You made this serum by mixing an enriched snapdragon into one of Betty's truth serums.", + "examine": "Fluid sloshes innocently in this vial.", + "durability": null, + "name": "Super truth serum", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14488", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You gained this item by having papyrus and charcoal in your inventory while interrogating a spy in Falador castle.", + "examine": "A sketch of the suspect known as Dark Squall.", + "durability": null, + "name": "Suspect sketch", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14489", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "65000", + "examine": "These look pretty heavy, but very elite.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "41559", + "name": "Elite black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14490", + "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "65000", + "examine": "These look pretty heavy, but very elite.", + "grand_exchange_price": "41559", + "durability": null, + "name": "Elite black platelegs", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14491" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "examine": "Provides excellent protection, and is elite.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "38275", + "name": "Elite black platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14492", + "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "64000", + "examine": "Provides excellent protection, and is elite.", + "grand_exchange_price": "38275", + "durability": null, + "name": "Elite black platebody", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14493" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "35200", + "examine": "A full face helmet, and elite.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "30542", + "name": "Elite black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14494", + "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "35200", + "examine": "A full face helmet, and elite.", + "grand_exchange_price": "30542", + "durability": null, + "name": "Elite black full helm", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14495" + }, + { + "destroy_message": "You got this key from the key rack in Dark Squall's base.", + "examine": "Opens the cells beneath the Black Knights' Fortress. (While Guthix Sleeps)", + "durability": null, + "name": "Cell key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14496", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "examine": "A robe worn by members of the Dagon'hai.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "71098", + "name": "Dagon'hai robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14497", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,2,0,0" + }, + { + "shop_price": "120000", + "examine": "A robe worn by members of the Dagon'hai.", + "grand_exchange_price": "71098", + "durability": null, + "name": "Dagon'hai robe top", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14498" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "examine": "A hat worn by members of the Dagon'hai.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "1,0,0", + "equipment_slot": "0", + "grand_exchange_price": "9580", + "name": "Dagon'hai hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14499", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "shop_price": "15000", + "examine": "A hat worn by members of the Dagon'hai.", + "grand_exchange_price": "9580", + "durability": null, + "name": "Dagon'hai hat", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14500" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "examine": "A robe worn by members of the Dagon'hai.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "2,1,0", + "equipment_slot": "7", + "grand_exchange_price": "45691", + "name": "Dagon'hai robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14501", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,2,0,0" + }, + { + "shop_price": "80000", + "examine": "A robe worn by members of the Dagon'hai.", + "grand_exchange_price": "45691", + "durability": null, + "name": "Dagon'hai robe bottom", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14502" + }, + { + "shop_price": "1", + "examine": "Elite Black Knight armour adds to his stealthiness.", + "durability": null, + "name": "Silif", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14503", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "Elite Black Knight armour adds to his stealthiness.", + "durability": null, + "name": "Silif", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14504", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Teleorb", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14505", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "destroy_message": "You created this by focusing the light onto a snapdragon seed from a rose tinted lens while in Betty's shop.", + "examine": "An enriched snapdragon seed. The herb that grows from this seed will be extra potent!", + "durability": null, + "name": "Enriched snapdragon seed", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14506", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14507", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14508", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14509", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14510", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14511", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14512", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14513", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14514", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.", + "examine": "An elemental key of air.", + "durability": null, + "name": "Air key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14515", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.", + "examine": "An elemental key of earth.", + "durability": null, + "name": "Earth key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14516", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an", + "examine": "An elemental key of fire.", + "durability": null, + "name": "Fire key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14517", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an", + "examine": "An elemental key of water.", + "durability": null, + "name": "Water key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14518", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.", + "examine": "An elemental key of air.", + "durability": null, + "name": "Air key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14519", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.", + "examine": "An elemental key of earth.", + "durability": null, + "name": "Earth key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14520", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an", + "examine": "An elemental key of fire.", + "durability": null, + "name": "Fire key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14521", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an", + "examine": "An elemental key of water.", + "durability": null, + "name": "Water key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14522", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Grand Exchange set containing a hat, top and bottoms.", + "grand_exchange_price": "193541", + "durability": null, + "name": "Dagon'hai robes set", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14525", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Grand Exchange set containing a hat, top and bottoms.", + "grand_exchange_price": "193541", + "durability": null, + "name": "Dagon'hai robes set", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14526" + }, + { + "shop_price": "20", + "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,13", + "destroy_message": "Drop", + "grand_exchange_price": "140536", + "name": "Elite black armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14527", + "bonuses": "0,0,0,-38,-16,163,168,80,-3,159,62,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.", + "grand_exchange_price": "140536", + "durability": null, + "name": "Elite black armour set", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14528" + }, + { + "shop_price": "20", + "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "9,0,19", + "destroy_message": "Drop", + "grand_exchange_price": "10629814", + "name": "Dragon plate armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14529", + "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.", + "grand_exchange_price": "10629814", + "durability": null, + "name": "Dragon plate armour set (l)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14530" + }, + { + "shop_price": "20", + "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "9,0,19", + "destroy_message": "Drop", + "grand_exchange_price": "12243786", + "name": "Dragon plate armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14531", + "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.", + "grand_exchange_price": "12243786", + "durability": null, + "name": "Dragon plate armour set (sk)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14532" + }, + { + "durability": null, + "name": "Broav", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14533", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You gained this orb from Dark Squall's base. You can probably get another one from visiting the same place.", + "examine": "This orb can used to teleport people...somehow.", + "durability": null, + "name": "Strange teleorb", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14534", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will not be able to get the book back if you destroy it.", + "examine": "Notes on the locations of turkeys.", + "durability": null, + "name": "Turkey book", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14536", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", + "durability": null, + "name": "Cornucopia", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14537", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", + "durability": null, + "name": "Cornucopia", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14538", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "9", + "durability": null, + "name": "Raw turkey", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14539", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "4", + "examine": "Mmm, this looks tasty.", + "durability": null, + "name": "Cooked turkey", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14540", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "durability": null, + "name": "Burnt turkey", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14541", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "9", + "examine": "I need to cook this first.", + "durability": null, + "name": "Raw turkey drumstick", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14542", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "4", + "examine": "Mmm, this looks tasty.", + "durability": null, + "name": "Cooked turkey drumstick", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14543", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "durability": null, + "name": "Burnt turkey drumstick", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14544", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", + "durability": null, + "name": "Cornucopia", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14570", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Not-so-sturdy boots for northern winters.", + "durability": null, + "name": "Fremennik sea boots 1", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14571", + "absorb": "0,0,0", + "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "destroy_message": "You can claim replacement Fremennik sea boots from Yrsa in Rellekka.", + "examine": "Sturdy boots for northern winters.", + "durability": null, + "name": "Fremennik sea boots 2", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14572", + "absorb": "0,0,0", + "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "examine": "Very sturdy boots for northern winters.", + "durability": null, + "name": "Fremennik sea boots 3", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14573", + "absorb": "0,0,0", + "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14574", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14575", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14576", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A buckler shield from Falador.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "You will be able to get a replacement shield from Redbeard the Pirate in Port Sarim.", + "name": "Falador shield 1", + "archery_ticket_price": "0", + "id": "14577", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,3,0,0" + }, + { + "shop_price": "200", + "examine": "A kiteshield from Falador.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "You will be able to get a replacement shield from the chemist in Rimmington.", + "name": "Falador shield 2", + "archery_ticket_price": "0", + "id": "14578", + "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,5,0,0" + }, + { + "shop_price": "300", + "examine": "A tower shield from Falador.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "You will be able to get a replacement shield from Sir Vyvin's squire in the White Knights' Castle.", + "name": "Falador shield 3", + "archery_ticket_price": "0", + "id": "14579", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,7,0,0" + }, + { + "shop_price": "1000", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14580", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "5000", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14581", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10000", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14582", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Harvest (turns to ", + "examine": "A white lily seed - plant in a flower patch.", + "durability": null, + "name": "White lily", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14583", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will not be able to replace this voucher - it is a one-time offer only!", + "shop_price": "500000", + "examine": "I can take this to the Herald to get my money crest back for free.", + "durability": null, + "name": "Money crest voucher", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14584", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1250", + "examine": "A white lily seed - plant in a flower patch.", + "durability": null, + "name": "White lily seed", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14589", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1000", + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(5)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14590", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "Drop", + "shop_price": "1000", + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(6)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14591", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These look pretty heavy, but very elite.", + "grand_exchange_price": "41559", + "durability": null, + "name": "Elite black platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14592", + "absorb": "2,0,4", + "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Provides excellent protection, and is elite.", + "grand_exchange_price": "38275", + "durability": null, + "name": "Elite black platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14593", + "absorb": "3,0,6", + "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A full face helmet, and elite.", + "grand_exchange_price": "30542", + "durability": null, + "name": "Elite black full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14594", + "absorb": "1,0,3", + "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "remove_sleeves": "true", + "examine": "A red and jolly top.", + "durability": null, + "name": "Santa costume top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14595", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.", + "durability": null, + "name": "Ice amulet", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14596", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "destroy_message": "You can probably get more in the last room of the yeti cave, in the Land of Snow.", + "shop_price": "1", + "durability": null, + "name": "Stones", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14597", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will have to fetch more in the last room of the yeti cave, then get them enchanted by snow imps.", + "shop_price": "1", + "examine": "According to the snow imps, this is enchanted, frozen yeti dung.", + "durability": null, + "name": "Enchanted stones", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14598", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.", + "durability": null, + "name": "Ice amulet", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14599", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "remove_sleeves": "true", + "examine": "A red and jolly top.", + "durability": null, + "name": "Santa costume top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14600", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "remove_sleeves": "true", + "examine": "A red and jolly top.", + "durability": null, + "name": "Santa costume top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14601", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "You can get another pair from Diango in Draynor Village.", + "examine": "Some black and jolly gloves.", + "durability": null, + "name": "Santa costume gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14602", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "Some red and jolly legs.", + "durability": null, + "name": "Santa costume legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14603", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "Some red and jolly legs.", + "durability": null, + "name": "Santa costume legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14604", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You can get another pair from Diango in Draynor Village.", + "examine": "Some black and jolly boots.", + "durability": null, + "name": "Santa costume boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14605", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Aromatic twigs from a cinnamon tree.", + "durability": null, + "name": "Cinnamon twigs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14606", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Aromatic twigs from a sassafras tree.", + "durability": null, + "name": "Sassafras twigs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14607", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Aromatic twigs from a ailanthus tree.", + "durability": null, + "name": "Ailanthus twigs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14608", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Aromatic twigs from a cedar tree.", + "durability": null, + "name": "Cedar twigs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14609", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Aromatic twigs from a mastic tree.", + "durability": null, + "name": "Mastic twigs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14610", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Cinnamon twigs, fletched into ribbons of wood and ready to be woven.", + "durability": null, + "name": "Cinnamon weaving ribbon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14611", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Sassafras twigs, fletched into ribbons of wood and ready to be woven.", + "durability": null, + "name": "Sassafras weaving ribbon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14612", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Ailanthus twigs, fletched into ribbons of wood and ready to be woven.", + "durability": null, + "name": "Ailanthus weaving ribbon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14613", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Cedar twigs, fletched into ribbons of wood and ready to be woven.", + "durability": null, + "name": "Cedar weaving ribbon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14614", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Mastic twigs, fletched into ribbons of wood and ready to be woven.", + "durability": null, + "name": "Mastic weaving ribbon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14615", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A feather from a phoenix. Used in Summoning (72).", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "3431", + "name": "Phoenix quill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14616", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A feather from a phoenix. Used in Summoning (72).", + "grand_exchange_price": "3431", + "durability": null, + "name": "Phoenix quill", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14617" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14620", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14621" + }, + { + "requirements": "{23,72}", + "shop_price": "498", + "examine": "A scroll for a phoenix familiar.", + "durability": null, + "name": "Rise from the ashes scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14622", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4986", + "durability": null, + "name": "Phoenix pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14623", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4986", + "durability": null, + "name": "Phoenix pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14624" + }, + { + "durability": null, + "name": "Pouch", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14625", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A baby phoenix and it's bad to the bone!", + "durability": null, + "name": "Phoenix eggling", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14626", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A baby phoenix and it's bad to the bone!", + "durability": null, + "name": "Phoenix eggling", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14627", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "I found this egg in the Phoenix's Lair, and clapped at it!", + "durability": null, + "name": "Phoenix egg", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14629", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "I found this egg in the Phoenix's Lair, and kicked it!", + "durability": null, + "name": "Cracked phoenix egg", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14630", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "A player can get a new one by talking to any seer around Seer's village.", + "examine": "A headband with an eye embroidered on it.", + "durability": null, + "name": "Seer's headband", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14631", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "turn90cw_anim": "821", + "examine": "This used to belong to King Arthur and has since been improved.", + "walk_anim": "819", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "You can retrieve the Enhanced Excalibur from the Lady of the Lake for 500 coins.", + "stand_anim": "808", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "14632", + "stand_turn_anim": "823", + "bonuses": "38,47,-2,0,0,0,3,2,1,0,0,45,0,0,0", + "requirements": "{0,30}", + "shop_price": "200", + "durability": null, + "destroy": "true", + "weapon_interface": "6", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Enhanced excalibur" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14633", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14634", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14635", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "650", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Slayer helmet (e)", + "archery_ticket_price": "0", + "id": "14636", + "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "650", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Slayer helmet (charged)", + "archery_ticket_price": "0", + "id": "14637", + "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "It can be charged at the Fountain of Rune.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Ring of wealth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14638", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "examine": "It can be charged at the Fountain of Rune.", + "grand_exchange_price": "29800", + "durability": null, + "name": "Ring of wealth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14639" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with one teleport charge.", + "grand_exchange_price": "27000", + "durability": null, + "name": "Ring of wealth(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14640", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with one teleport charge.", + "grand_exchange_price": "29800", + "durability": null, + "name": "Ring of wealth(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14641" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with two teleport charges.", + "grand_exchange_price": "28000", + "durability": null, + "name": "Ring of wealth(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14642", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with two teleport charges.", + "grand_exchange_price": "29800", + "durability": null, + "name": "Ring of wealth(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14643" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with three teleport charges.", + "grand_exchange_price": "30000", + "durability": null, + "name": "Ring of wealth(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14644", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with three teleport charges.", + "grand_exchange_price": "29800", + "durability": null, + "name": "Ring of wealth(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14645" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with four teleport charges.", + "grand_exchange_price": "35000", + "durability": null, + "name": "Ring of wealth(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14646", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with four teleport charges.", + "grand_exchange_price": "29800", + "durability": null, + "name": "Ring of wealth(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14647" + }, + { + "shop_price": "0", + "ge_buy_limit": "0", + "examine": "A totally alive monkey friend for your back!", + "durability": null, + "destroy": "true", + "weight": "0.0", + "equipment_slot": "1", + "grand_exchange_price": "0", + "name": "Jangles the Monkey Backpack", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "14648", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "0", + "examine": "A ring for only the truest of cave goblins. And Logg too.", + "grand_exchange_price": "0", + "durability": null, + "name": "Zanik ring", + "tradeable": "false", + "archery_ticket_price": "0", + "destroy": "true", + "id": "14649", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "0", + "examine": "A standard issue wizard hat.", + "durability": null, + "weight": "0.1", + "destroy": "true", + "equipment_slot": "0", + "grand_exchange_price": "0", + "name": "Wizard hat", + "tradeable": "false", + "archery_ticket_price": "0", + "hat": "true", + "id": "14650", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" + }, + { + "destroy_message": " WARNING: You will have to reobtain this item the hard way.", + "examine": "Mysterious blueprints written in an alien language.", + "durability": null, + "name": "Ancient Blueprints", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "14651" + }, + { + "destroy_message": "You can get another by bringing the materials along with the blueprint to a Star Sprite.", + "examine": "A stardust-infused dragonstone ring.", + "durability": null, + "name": "Ring of the Star Sprite", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "14652", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "examine": "A chunk of rock.", + "name": "Rock", + "id": "1480" + }, + { + "turn90cw_anim": "1207", + "examine": "A staff with a spooky raven head attached.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "14654", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "shop_price": "200", + "durability": null, + "destroy": "true", + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of the raven" + }, + { + "turn90cw_anim": "1207", + "examine": "A staff with a spooky raven head attached.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "14655", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "shop_price": "200", + "durability": null, + "destroy": "true", + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of the raven" + }, + { + "turn90cw_anim": "1207", + "examine": "A staff with a spooky raven head attached.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "14656", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "shop_price": "200", + "durability": null, + "destroy": "true", + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of the raven" + }, + { + "examine": "Item container for C. Ele Minor Drop Table. You should not be able to obtain this item.", + "name": "C. Ele Minor Drop Table", + "id": "799" + }, + { + "examine": "This will unlock something. (Waterfall Quest)", + "name": "A key", + "tradeable": "false", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "293" + }, + { + "examine": "This will unlock something. (Waterfall dungeon)", + "name": "A key", + "tradeable": "false", + "archery_ticket_price": "0", + "weight": "0.01", + "id": "298" + }, + { + "examine": "You should not have this.", + "name": "USDT Slot", + "id": "14422" + }, + { + "examine": "You should not have this.", + "name": "HDT Slot", + "id": "14424" + }, + { + "examine": "You should not have this.", + "name": "GDT Slot", + "id": "14426" + }, + { + "examine": "You should not have this.", + "name": "RSDT Slot", + "id": "14428" + }, + { + "examine": "You should not have this.", + "name": "ASDT Slot", + "id": "14430" + }, + { + "destroy_message": "This item can not be reclaimed.", + "shop_price": "1", + "examine": "A rabbit-like adornment, back in black!", + "name": "Bunny ears", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "14658", + "equipment_slot": "0" + }, + { + "examine": "Emperor of all he surveys.", + "name": "Penguin", + "id": "12482" + }, + { + "examine": "Emperor of all he surveys.", + "name": "Penguin", + "id": "12762" + }, + { + "examine": "Emperor of all he surveys.", + "name": "Penguin", + "id": "12764" + }, + { + "examine": "This key opens a chest in the Carnillean household.", + "name": "Chest key", + "id": "709" + }, + { + "examine": "This stuff looks nasty.", + "name": "Poison", + "id": "273" } ] \ No newline at end of file diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 440323c58..96b4883b6 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -1,88363 +1,88026 @@ [ { - "id": "0", - "name": "Hans", "examine": "Servant of the Duke of Lumbridge.", - "attack_level": "17", + "melee_animation": "422", + "range_animation": "422", "attack_speed": "4", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "14", - "lifepoints": "12", - "magic_animation": "422", "magic_level": "22", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Hans", + "defence_level": "14", "safespot": "0", - "strength_level": "17" + "lifepoints": "12", + "strength_level": "17", + "id": "0", + "range_level": "1", + "attack_level": "17" }, { - "id": "1", - "name": "Man", "examine": "One of Gielinor's many citizens.", - "attack_level": "5", - "attack_speed": "4", - "clue_level": "0", + "melee_animation": "422", + "range_animation": "422", "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "422", + "attack_speed": "4", "magic_level": "6", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", "respawn_delay": "18", - "safespot": null, + "defence_animation": "404", + "weakness": "9", "slayer_exp": "0", - "strength_level": "2", - "weakness": "9" - }, - { - "id": "2", + "magic_animation": "422", + "death_animation": "9055", "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "3", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "slayer_exp": "0", - "strength_level": "1", - "weakness": "9" - }, - { - "id": "4", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "511,506,505", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "5", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "511,506,505", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "6", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "7", - "name": "Farmer", - "examine": "He grows the crops in this area.", - "attack_level": "5", - "death_animation": "836", - "defence_animation": "404", "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "5", - "weakness": "9" + "lifepoints": "10", + "strength_level": "2", + "id": "1", + "clue_level": "0", + "range_level": "1", + "attack_level": "5" }, { - "id": "8", - "name": "Thief", - "examine": "Known for his light-fingered qualities.", - "attack_level": "10", - "attack_speed": "4", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", + "examine": "One of Gielinor's many citizens.", "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "10", - "weakness": "9" - }, - { - "id": "9", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "13", + "range_animation": "422", + "combat_audio": "511,513,512", "attack_speed": "4", - "clue_level": "1", - "combat_audio": "2549,1979,512", - "death_animation": "836", + "respawn_delay": "60", "defence_animation": "404", - "defence_level": "13", - "lifepoints": "18", + "weakness": "9", + "magic_animation": "422", + "death_animation": "9055", + "name": "Man", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "attack_speed": "4", + "defence_animation": "404", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "422", + "death_animation": "9055", + "name": "Man", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,506,505", + "attack_speed": "4", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "422", + "death_animation": "9055", + "name": "Woman", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,506,505", + "attack_speed": "4", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "422", + "death_animation": "9055", + "name": "Woman", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "1", + "id": "6", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "He grows the crops in this area.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Farmer", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "7", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "Known for his light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "8", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "He tries to keep order around here.", "melee_animation": "400", "range_animation": "0", - "range_level": "1", + "combat_audio": "2549,1979,512", + "attack_speed": "4", "respawn_delay": "60", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "9" + "id": "9", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" }, { - "id": "10", - "name": "Schoolgirl", "examine": "She looks happy.", - "attack_level": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "1142", - "range_level": "1", + "defence_animation": "285", + "magic_animation": "0", + "death_animation": "287", + "name": "Schoolgirl", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "10", + "range_level": "1", + "attack_level": "1" }, { - "id": "11", - "name": "Tramp", "examine": "A man down on his luck.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "12", - "name": "Barbarian", - "examine": "Not very civilised looking.", - "attack_level": "1", - "clue_level": "0", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "13", - "name": "Wizard", - "examine": "Slightly magical.", - "attack_level": "1", - "bonuses": "23,7,8,2,1,8,12,0,0,0,0,0,0,0,0", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "12", - "end_gfx": "2737", - "lifepoints": "14", - "magic_animation": "711", - "magic_level": "21", - "melee_animation": "2791", - "projectile": "2729", - "range_animation": "711", - "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "slayer_exp": "0", - "start_gfx": "2728", - "strength_level": "1", - "weakness": "3" - }, - { - "id": "14", - "name": "Druid", - "examine": "Loves nature.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "defence_animation": "404", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28" - }, - { - "id": "15", - "name": "Warrior woman", - "examine": "Not very fashion conscious.", - "attack_level": "22", - "death_animation": "836", "defence_animation": "0", - "defence_level": "22", - "lifepoints": "20", "magic_animation": "0", + "death_animation": "0", + "name": "Tramp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "11", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not very civilised looking.", + "name": "Barbarian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "12", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Slightly magical.", + "start_gfx": "2728", + "combat_style": "2", + "melee_animation": "2791", + "range_animation": "711", + "combat_audio": "511,513,512", + "magic_level": "21", + "respawn_delay": "12", + "end_gfx": "2737", + "defence_animation": "404", + "weakness": "3", + "slayer_exp": "0", + "magic_animation": "711", + "death_animation": "9055", + "name": "Wizard", + "defence_level": "12", + "safespot": null, + "lifepoints": "14", + "strength_level": "1", + "id": "13", + "bonuses": "23,7,8,2,1,8,12,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "2729", + "attack_level": "1" + }, + { + "examine": "Loves nature.", + "combat_audio": "511,513,512", + "range_animation": "0", + "melee_animation": "422", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "404", + "magic_animation": "711", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "14", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Not very fashion conscious.", "melee_animation": "386", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Warrior woman", + "defence_level": "22", "safespot": null, + "lifepoints": "20", "strength_level": "22", - "weakness": "7" + "id": "15", + "range_level": "1", + "attack_level": "22" }, { - "id": "16", - "name": "Man", "examine": "One of the citizens of Al Kharid.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "7" - }, - { - "id": "17", - "name": "Schoolgirl" - }, - { - "id": "18", - "name": "Al-Kharid warrior", - "examine": "Part of Al-Kharid's elite fighting force.", - "attack_level": "7", - "attack_speed": "4", - "bonuses": "10,10,10,0,0,12,15,10,-1,12,0,9,0,0,0", - "clue_level": "0", - "combat_audio": "2500,1976,512", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", "death_animation": "836", - "defence_animation": "387", - "defence_level": "4", - "lifepoints": "19", - "magic_animation": "390", + "name": "Man", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "16", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Part of Al-Kharid's elite fighting force.", "melee_animation": "390", "range_animation": "390", - "range_level": "1", + "combat_audio": "2500,1976,512", + "attack_speed": "4", "respawn_delay": "25", + "defence_animation": "387", + "weakness": "7", + "magic_animation": "390", + "death_animation": "836", + "name": "Al-Kharid warrior", + "defence_level": "4", "safespot": null, + "lifepoints": "19", "strength_level": "5", - "weakness": "7" + "id": "18", + "clue_level": "0", + "bonuses": "10,10,10,0,0,12,15,10,-1,12,0,9,0,0,0", + "range_level": "1", + "attack_level": "7" }, { - "id": "19", - "name": "White Knight", "examine": "Shiny armour!", - "attack_level": "25", - "attack_speed": "8", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", "melee_animation": "7042", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "8", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "White Knight", + "defence_level": "25", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "19", + "range_level": "1", + "attack_level": "25" }, { - "id": "20", - "name": "Paladin", "examine": "A holy warrior.", - "attack_level": "54", - "attack_speed": "5", + "melee_animation": "390", "combat_audio": "511,513,512", - "death_animation": "836", + "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "425", + "death_animation": "836", + "name": "Paladin", "defence_level": "54", + "safespot": null, "lifepoints": "66", - "melee_animation": "390", + "strength_level": "54", + "id": "20", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "54" + "attack_level": "54" }, { - "id": "21", - "name": "Hero", "examine": "Heroic!", - "attack_level": "54", + "melee_animation": "390", + "range_animation": "0", "attack_speed": "5", - "death_animation": "836", + "respawn_delay": "60", "defence_animation": "425", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Hero", "defence_level": "54", + "safespot": null, "lifepoints": "82", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "55", - "weakness": "7" + "id": "21", + "range_level": "1", + "attack_level": "54" }, { - "id": "22", - "name": "Forester", "examine": "They love the forests.", - "attack_level": "14", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "8", - "lifepoints": "17", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", "respawn_delay": "18", - "safespot": null, - "strength_level": "13" - }, - { - "id": "23", - "name": "Knight of Ardougne", - "examine": "A member of Ardougne's militia.", - "attack_level": "38", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "52", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "24", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "9" - }, - { - "id": "25", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "9" - }, - { - "id": "26", - "name": "Knight of Ardougne", - "examine": "To protect and serve the populace of Ardougne.", - "attack_level": "38", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "52", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "27", - "name": "Archer", - "examine": "Good with arrows.", - "attack_level": "20", - "combat_style": "1", - "death_animation": "9055", "defence_animation": "404", - "defence_level": "20", - "lifepoints": "50", - "magic_animation": "426", - "melee_animation": "426", - "projectile": "10", - "range_animation": "426", - "range_level": "40", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "19", - "strength_level": "20" - }, - { - "id": "28", - "name": "Zoo keeper", - "examine": "Enjoys locking up animals in small pens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "9055", + "name": "Forester", + "defence_level": "8", "safespot": null, - "strength_level": "1" + "lifepoints": "17", + "strength_level": "13", + "id": "22", + "range_level": "1", + "attack_level": "14" }, { - "id": "29", - "name": "Chuck", - "examine": "He's a lumberjack, and he's ok.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "30", - "name": "Barman", - "examine": "Doesn't water down the beer too much.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "31", - "name": "Priest", - "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "32", - "name": "Guard", - "examine": "Keeps the peace... kind of.", - "attack_level": "17", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "22", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "18", - "weakness": "9" - }, - { - "id": "33", - "name": "Door man", - "examine": "What a boring job he has.", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "34", - "name": "Watchman", - "examine": "Watches stuff. But who watches him?", - "attack_level": "31", - "attack_speed": "6", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "22", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "31", - "weakness": "7" - }, - { - "id": "35", - "name": "Soldier", - "examine": "A soldier of the town of Yanille.", - "attack_level": "26", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "22", - "magic_animation": "0", + "examine": "A member of Ardougne's militia.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "8" - }, - { - "id": "36", - "name": "Wyson the gardener", - "examine": "The head gardener.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "37", - "name": "Sigbert the Adventurer", - "examine": "A bold knight famed for his travels.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "38", - "name": "Shipyard worker", - "examine": "Builds ships for a living.", - "attack_level": "10", "death_animation": "836", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "0", + "name": "Knight of Ardougne", + "defence_level": "31", + "safespot": null, + "lifepoints": "52", + "strength_level": "40", + "id": "23", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "One of Gielinor's many citizens.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "10", - "weakness": "6" - }, - { - "id": "39", - "name": "Shipyard worker", - "examine": "Builds ships for a living.", - "attack_level": "10", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", "death_animation": "836", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "name": "Man", + "defence_level": "3", "safespot": null, - "strength_level": "10", - "weakness": "6" + "lifepoints": "4", + "strength_level": "3", + "id": "24", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" }, { - "id": "40", - "name": "Shark", - "examine": "Let's not go skinny dipping eh?", - "attack_level": "1", - "death_animation": "0", + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "25", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "To protect and serve the populace of Ardougne.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Knight of Ardougne", + "defence_level": "31", + "safespot": null, + "lifepoints": "52", + "strength_level": "40", + "id": "26", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "Good with arrows.", + "start_gfx": "19", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "12", + "defence_animation": "404", + "magic_animation": "426", + "death_animation": "9055", + "name": "Archer", + "defence_level": "20", + "safespot": null, + "lifepoints": "50", + "strength_level": "20", + "id": "27", + "range_level": "40", + "projectile": "10", + "attack_level": "20" + }, + { + "examine": "Enjoys locking up animals in small pens.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zoo keeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "28", + "range_level": "1", + "attack_level": "1" }, { - "id": "41", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", + "examine": "He's a lumberjack, and he's ok.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chuck", "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "29", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Doesn't water down the beer too much.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "30", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Priest", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "31", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Keeps the peace... kind of.", + "melee_animation": "401", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "22", + "strength_level": "18", + "id": "32", + "clue_level": "1", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "What a boring job he has.", + "name": "Door man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "33", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Watches stuff. But who watches him?", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Watchman", + "defence_level": "31", + "safespot": null, + "lifepoints": "22", + "strength_level": "31", + "id": "34", + "range_level": "1", + "attack_level": "31" + }, + { + "examine": "A soldier of the town of Yanille.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Soldier", + "defence_level": "26", + "safespot": null, + "lifepoints": "22", + "strength_level": "25", + "id": "35", + "range_level": "1", + "attack_level": "26" + }, + { + "examine": "The head gardener.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wyson the gardener", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "36", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bold knight famed for his travels.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigbert the Adventurer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "37", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Builds ships for a living.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Shipyard worker", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "38", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Builds ships for a living.", + "melee_animation": "401", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Shipyard worker", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "39", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Let's not go skinny dipping eh?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shark", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "40", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Yep. Definitely a chicken.", "melee_animation": "5387", "range_animation": "5387", - "range_level": "1", + "combat_audio": "355,357,356", + "attack_speed": "6", "respawn_delay": "18", + "defence_animation": "5388", + "weakness": "9", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", "safespot": null, + "lifepoints": "3", "strength_level": "1", - "weakness": "9" + "id": "41", + "range_level": "1", + "attack_level": "1" }, { - "id": "42", - "name": "Sheep", "examine": "Freshly sheared.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "43", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Sheep", - "examine": "White and fluffy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "44", - "name": "Banker", - "examine": "He can look after my money.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "45", - "name": "Banker", - "examine": "She can look after my money.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "46", - "name": "Duck", - "examine": "Quackers.", - "attack_level": "1", - "death_animation": "3468", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "1", - "water_npc": "true", - "weakness": "8" + "id": "42", + "range_level": "1", + "attack_level": "1" }, { - "id": "47", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0", - "combat_audio": "3102,3104,3103", - "death_animation": "2707", - "defence_animation": "2706", + "examine": "White and fluffy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheep", "defence_level": "1", - "lifepoints": "2", - "magic_animation": "2705", - "magic_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "43", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "44", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "45", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Quackers.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "3468", + "name": "Duck", + "defence_level": "1", + "water_npc": "true", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "46", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A popular dwarven delicacy.", "melee_animation": "2705", "range_animation": "2705", - "range_level": "1", + "combat_audio": "3102,3104,3103", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "3", - "safespot": null, + "defence_animation": "2706", "slayer_exp": "2", - "strength_level": "1" + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "47", + "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "48", - "name": "Oomlie bird", "examine": "A jungle version of the chicken, but more vicious.", - "attack_level": "40", - "attack_speed": "4", - "death_animation": "5389", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "5387", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5389", + "name": "Oomlie bird", + "defence_level": "40", "safespot": null, + "lifepoints": "40", "strength_level": "40", - "weakness": "9" + "id": "48", + "range_level": "1", + "attack_level": "40" }, { - "id": "49", - "name": "Hellhound", "examine": "Hello, nice doggy...", - "aggressive": "true", - "attack_level": "105", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "3717,3719,3718", - "death_animation": "6564", - "defence_animation": "6563", - "defence_level": "102", - "lifepoints": "116", - "magic_animation": "6562", "melee_animation": "6562", "range_animation": "6562", - "range_level": "1", + "combat_audio": "3717,3719,3718", + "attack_speed": "4", "respawn_delay": "50", - "safespot": null, + "defence_animation": "6563", + "weakness": "1", "slayer_exp": "116", + "magic_animation": "6562", + "death_animation": "6564", + "name": "Hellhound", + "defence_level": "102", + "safespot": null, + "lifepoints": "116", "strength_level": "104", - "weakness": "1" + "id": "49", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "105" }, { - "id": "50", - "name": "King Black Dragon", - "examine": "The biggest, meanest dragon around.", "agg_radius": "64", + "examine": "The biggest, meanest dragon around.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "magic_level": "240", + "respawn_delay": "50", + "defence_animation": "89", + "weakness": "4", + "slayer_exp": "258", + "magic_animation": "80", + "death_animation": "92", + "name": "King Black Dragon", + "defence_level": "240", + "safespot": null, + "lifepoints": "240", + "strength_level": "240", + "id": "50", "aggressive": "true", - "attack_level": "240", "bonuses": "0,0,0,0,0,70,90,90,80,70,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "240", - "lifepoints": "240", - "magic_animation": "80", - "magic_level": "240", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "258", - "strength_level": "240", - "weakness": "4" + "attack_level": "240" }, { - "id": "51", - "name": "Baby dragon", "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "102", - "bonuses": "124,130,137,184,176,128,168,145,104,54,0,0,0,0,0", "combat_audio": "407,405,406", - "defence_level": "112", - "lifepoints": "160", "magic_level": "116", - "range_level": "80", "respawn_delay": "25", + "weakness": "0", + "name": "Baby dragon", + "defence_level": "112", "safespot": null, + "lifepoints": "160", "strength_level": "103", - "weakness": "0" + "id": "51", + "aggressive": "true", + "bonuses": "124,130,137,184,176,128,168,145,104,54,0,0,0,0,0", + "range_level": "80", + "attack_level": "102" }, { - "id": "52", - "name": "Baby blue dragon", "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", "combat_audio": "405,407,406", - "death_animation": "28", - "defence_animation": "26", - "defence_level": "40", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "1", "melee_animation": "25", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "26", + "weakness": "3", "slayer_exp": "50", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby blue dragon", + "defence_level": "40", + "safespot": null, + "lifepoints": "50", "strength_level": "40", - "weakness": "3" + "id": "52", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "53", - "name": "Red dragon", "examine": "A big powerful dragon.", - "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "130", - "lifepoints": "140", - "magic_animation": "80", - "magic_level": "1", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "89", + "weakness": "3", "slayer_exp": "143", + "magic_animation": "80", + "death_animation": "92", + "name": "Red dragon", + "defence_level": "130", + "safespot": null, + "lifepoints": "140", "strength_level": "130", - "weakness": "3" + "id": "53", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "130" }, { - "id": "54", - "name": "Black dragon", "examine": "A fierce dragon with black scales!", - "aggressive": "true", - "attack_level": "200", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", - "clue_level": "2", + "melee_animation": "80", + "range_animation": "80", "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "200", - "lifepoints": "190", - "magic_animation": "80", + "attack_speed": "4", "magic_level": "100", - "melee_animation": "80", - "range_animation": "80", - "range_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "89", + "weakness": "3", "slayer_exp": "200", + "magic_animation": "80", + "death_animation": "92", + "name": "Black dragon", + "defence_level": "200", + "safespot": null, + "lifepoints": "190", "strength_level": "200", - "weakness": "3" - }, - { - "id": "55", - "name": "Blue dragon", - "examine": "A mother dragon.", + "id": "54", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", + "range_level": "1", + "attack_level": "200" + }, + { + "examine": "A mother dragon.", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "89", + "weakness": "3", "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", "strength_level": "95", - "weakness": "3" + "id": "55", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "95" }, { - "id": "56", - "name": "Dryad", "examine": "A wood nymph.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "57", - "name": "Fairy", - "examine": "A delicate creature from this strange realm.", - "attack_level": "1", + "defence_animation": "0", + "magic_animation": "0", "death_animation": "0", - "defence_animation": "0", + "name": "Dryad", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "58", - "name": "Shadow spider", - "examine": "Is it a spider or is it a shadow?", - "aggressive": "true", - "attack_level": "44", - "attack_speed": "4", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "55", - "magic_animation": "0", - "melee_animation": "5327", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "55", - "strength_level": "42", - "weakness": "2" - }, - { - "id": "59", - "name": "Giant spider", - "examine": "I think this spider has been genetically modified.", - "aggressive": "false", - "attack_level": "1", - "attack_speed": "4", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "5327", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "5", "strength_level": "1", - "weakness": "2" + "id": "56", + "range_level": "1", + "attack_level": "1" }, { - "id": "60", - "name": "Giant spider", - "examine": "I think this spider has been genetically modified.", - "aggressive": "true", - "attack_level": "20", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "examine": "A delicate creature from this strange realm.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "57", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is it a spider or is it a shadow?", + "melee_animation": "5327", + "range_animation": "0", "combat_audio": "537,539,538", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "55", + "magic_animation": "0", "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "21", - "lifepoints": "32", - "magic_animation": "5327", + "name": "Shadow spider", + "defence_level": "44", + "safespot": null, + "lifepoints": "55", + "strength_level": "42", + "id": "58", + "aggressive": "true", + "range_level": "1", + "attack_level": "44" + }, + { + "examine": "I think this spider has been genetically modified.", + "melee_animation": "5327", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "5", + "magic_animation": "0", + "death_animation": "5329", + "name": "Giant spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "59", + "aggressive": "false", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I think this spider has been genetically modified.", "melee_animation": "5327", "range_animation": "5327", - "range_level": "1", - "safespot": null, + "combat_audio": "537,539,538", + "defence_animation": "5328", + "weakness": "2", "slayer_exp": "33", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Giant spider", + "defence_level": "21", + "safespot": null, + "lifepoints": "32", "strength_level": "24", - "weakness": "2" + "id": "60", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" }, { - "id": "61", - "name": "Spider", "examine": "Incey wincey.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "6251", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "0", "melee_animation": "6249", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "2", - "strength_level": "1", - "weakness": "2" - }, - { - "id": "62", - "name": "Jungle spider", - "examine": "A barely visible deadly spider.", - "aggressive": "true", - "attack_level": "35", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "5327", - "magic_level": "1", - "melee_animation": "5327", - "poison_immune": "false", - "range_animation": "5327", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "50", - "strength_level": "37", - "weakness": "2" - }, - { - "id": "63", - "name": "Deadly red spider", - "examine": "I think this spider has been genetically modified.", - "attack_level": "30", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,15,16,7,12,16,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "30", - "lifepoints": "35", - "magic_animation": "5327", - "magic_level": "1", - "melee_animation": "5327", - "range_animation": "5327", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "25", - "weakness": "2" - }, - { - "id": "64", - "name": "Ice spider", - "examine": "I think this spider has been genetically modified.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,17,12,13,13,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", "defence_animation": "0", - "defence_level": "43", - "lifepoints": "65", + "weakness": "2", + "slayer_exp": "2", "magic_animation": "0", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "61", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barely visible deadly spider.", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "5328", + "weakness": "2", + "slayer_exp": "50", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "35", + "poison_immune": "false", + "safespot": null, + "lifepoints": "50", + "strength_level": "37", + "id": "62", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "I think this spider has been genetically modified.", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "5328", + "weakness": "2", + "slayer_exp": "35", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Deadly red spider", + "defence_level": "30", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "63", + "bonuses": "0,0,0,0,0,0,15,16,7,12,16,0,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "I think this spider has been genetically modified.", "melee_animation": "5327", "range_animation": "0", - "range_level": "1", + "combat_audio": "537,539,538", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "65", - "strength_level": "55", - "weakness": "2" - }, - { - "id": "65", - "name": "Leprechaun", - "examine": "A funny little man normally associated with rainbows.", - "attack_level": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "66", - "name": "Gnome", - "examine": "Like a mini man!", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "190", - "range_animation": "190", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "67", - "name": "Gnome", - "examine": "Like a mini man!", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "190", - "range_animation": "190", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "68", - "name": "Gnome", - "examine": "Like a mini man!", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "190", - "range_animation": "190", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "69", - "name": "Lizard man", - "examine": "A scaly reptilian creature.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "70", - "name": "Orc" - }, - { - "id": "71", - "name": "Orc", - "examine": "A hideous malformed elf.", - "attack_level": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "72", - "name": "Troll", - "examine": "A hideously deformed creature.", - "attack_level": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "73", - "name": "Zombie", - "examine": "Dead man walking.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5568", - "defence_level": "10", - "lifepoints": "22", - "melee_animation": "5567", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "22", - "strength_level": "9" - }, - { - "id": "74", - "name": "Zombie", - "examine": "Dead woman walking.", - "aggressive": "true", - "attack_level": "13", - "attack_speed": "4", - "combat_audio": "931,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "10", - "lifepoints": "24", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "24", - "strength_level": "13" - }, - { - "id": "75", - "name": "Zombie", - "examine": "The walking dead.", - "aggressive": "true", - "attack_level": "19", - "attack_speed": "4", - "combat_audio": "931,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "16", - "lifepoints": "30", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "21" - }, - { - "id": "76", - "name": "Zombie", - "examine": "The walking dead.", - "aggressive": "true", - "attack_level": "19", - "attack_speed": "4", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "16", - "lifepoints": "30", - "melee_animation": "5571", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "21" - }, - { - "id": "77", - "name": "Summoned Zombie", - "examine": "The living dead.", - "attack_level": "8", - "attack_speed": "4", - "death_animation": "5569", "defence_animation": "0", - "defence_level": "10", - "lifepoints": "22", + "weakness": "2", + "slayer_exp": "65", "magic_animation": "0", + "death_animation": "5329", + "name": "Ice spider", + "defence_level": "43", + "safespot": null, + "lifepoints": "65", + "strength_level": "55", + "id": "64", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,20,17,12,13,13,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A funny little man normally associated with rainbows.", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Leprechaun", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "65", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Like a mini man!", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "66", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Like a mini man!", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "67", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Like a mini man!", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "68", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A scaly reptilian creature.", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Lizard man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "69", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hideous malformed elf.", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Orc", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "71", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hideously deformed creature.", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Troll", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "72", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5567", + "combat_audio": "931,923,922", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "5568", + "slayer_exp": "22", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "10", + "safespot": null, + "lifepoints": "22", + "strength_level": "9", + "id": "73", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Dead woman walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "4", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "24", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "10", + "safespot": null, + "lifepoints": "24", + "strength_level": "13", + "id": "74", + "aggressive": "true", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "The walking dead.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "4", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "16", + "safespot": null, + "lifepoints": "30", + "strength_level": "21", + "id": "75", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "The walking dead.", + "melee_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "16", + "safespot": null, + "lifepoints": "30", + "strength_level": "21", + "id": "76", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "The living dead.", "melee_animation": "5568", "range_animation": "0", - "range_level": "1", - "safespot": null, + "attack_speed": "4", + "defence_animation": "0", + "weakness": "9", "slayer_exp": "22", + "magic_animation": "0", + "death_animation": "5569", + "name": "Summoned Zombie", + "defence_level": "10", + "safespot": null, + "lifepoints": "22", "strength_level": "9", - "weakness": "9" + "id": "77", + "range_level": "1", + "attack_level": "8" }, { - "id": "78", - "name": "Giant bat", "examine": "An annoying flappy thing.", - "aggressive": "true", - "attack_level": "22", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", - "combat_audio": "292,294,293", - "death_animation": "4917", - "defence_animation": "4916", - "defence_level": "22", - "lifepoints": "32", - "magic_animation": "4915", - "magic_level": "1", "melee_animation": "4915", "range_animation": "4915", - "range_level": "1", + "combat_audio": "292,294,293", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "4916", + "weakness": "4", "slayer_exp": "32", + "magic_animation": "4915", + "death_animation": "4917", + "name": "Giant bat", + "defence_level": "22", + "safespot": null, + "lifepoints": "32", "strength_level": "22", - "weakness": "4" + "id": "78", + "aggressive": "true", + "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", + "range_level": "1", + "attack_level": "22" }, { - "id": "79", - "name": "Death wing", "examine": "A shadowy, barely visible flying entity from some evil place.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "death_animation": "4917", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "80", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "4915", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "3", "slayer_exp": "80", + "magic_animation": "0", + "death_animation": "4917", + "name": "Death wing", + "defence_level": "70", + "safespot": null, + "lifepoints": "80", "strength_level": "70", - "weakness": "3" + "id": "79", + "aggressive": "true", + "range_level": "1", + "attack_level": "70" }, { - "id": "80", - "name": "Camel", "examine": "Oh, it's a camel.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "80", + "range_level": "1", + "attack_level": "1" }, { - "id": "81", - "name": "Cow", "examine": "Converts grass to beef.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "369,371,370", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "5849", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, + "combat_audio": "369,371,370", + "attack_speed": "5", + "defence_animation": "5850", + "weakness": "8", "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", "strength_level": "1", - "weakness": "8" + "id": "81", + "range_level": "1", + "attack_level": "1" }, { - "id": "82", - "name": "Lesser demon", "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", - "magic_level": "1", "melee_animation": "4630", "range_animation": "4630", - "range_level": "1", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "65", + "weakness": "4", "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", "strength_level": "70", - "weakness": "4" + "id": "82", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" }, { - "id": "83", - "name": "Greater demon", "examine": "Big, red, and incredibly evil.", - "aggressive": "true", - "attack_level": "76", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "32", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "87", + "magic_animation": "64", + "death_animation": "68", + "name": "Greater demon", + "defence_level": "81", + "safespot": null, + "lifepoints": "89", + "strength_level": "78", + "id": "83", + "aggressive": "true", "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "81", - "lifepoints": "89", - "magic_animation": "64", - "magic_level": "1", - "melee_animation": "64", - "range_animation": "64", "range_level": "1", - "respawn_delay": "32", - "safespot": null, - "slayer_exp": "87", - "strength_level": "78", - "weakness": "4" + "attack_level": "76" }, { - "id": "84", - "name": "Black demon", "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "facing_booth": "", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", "melee_animation": "64", "range_animation": "64", - "range_level": "1", + "combat_audio": "397,399,398", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "65", + "weakness": "4", "slayer_exp": "157", + "facing_booth": "", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", + "safespot": null, + "lifepoints": "157", "strength_level": "148", - "weakness": "4" + "id": "84", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" }, { - "id": "85", - "name": "Golem", "examine": "A creature made from clay.", - "attack_level": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "magic_level": "1", "melee_animation": "422", "range_animation": "422", - "range_level": "1", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Golem", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "85", + "range_level": "1", + "attack_level": "1" }, { - "id": "86", - "name": "Giant rat", "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "2", - "attack_speed": "4", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "2", - "lifepoints": "5", - "magic_animation": "4933", "melee_animation": "4933", "range_animation": "4933", - "range_level": "1", - "safespot": null, + "combat_audio": "703,705,704", + "attack_speed": "4", + "defence_animation": "4934", + "weakness": "8", "slayer_exp": "5", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "2", + "safespot": null, + "lifepoints": "5", "strength_level": "3", - "weakness": "8" + "id": "86", + "aggressive": "true", + "range_level": "1", + "attack_level": "2" }, { - "id": "87", - "name": "Giant rat", "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "6", - "attack_speed": "4", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "2", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "4933", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "10", - "strength_level": "5", - "weakness": "8" - }, - { - "id": "88", - "name": "Dungeon rat", - "examine": "A dirty rat.", - "aggressive": "true", - "attack_level": "10", - "attack_speed": "4", "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "12", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "slayer_exp": "10", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "2", "safespot": null, - "slayer_exp": "12", - "strength_level": "10", - "weakness": "8" + "lifepoints": "10", + "strength_level": "5", + "id": "87", + "aggressive": "true", + "range_level": "1", + "attack_level": "6" }, { - "id": "89", - "name": "Unicorn", - "examine": "Horse with a horn.", - "attack_level": "11", + "examine": "A dirty rat.", + "range_animation": "0", + "combat_audio": "703,705,704", "attack_speed": "4", - "combat_audio": "369,371,370", - "death_animation": "6377", - "defence_animation": "6375", - "defence_level": "13", - "lifepoints": "19", - "magic_animation": "6376", - "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "slayer_exp": "12", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "10", + "safespot": null, + "lifepoints": "12", + "strength_level": "10", + "id": "88", + "aggressive": "true", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Horse with a horn.", "melee_animation": "6376", "range_animation": "6376", - "range_level": "1", + "combat_audio": "369,371,370", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "90", + "defence_animation": "6375", + "weakness": "3", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn", + "defence_level": "13", "safespot": null, + "lifepoints": "19", "strength_level": "13", - "weakness": "3" - }, - { - "id": "90", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "15", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "17", - "lifepoints": "29", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", + "id": "89", "range_level": "1", - "respawn_delay": "70", - "safespot": null, - "slayer_exp": "29", - "strength_level": "18", - "weakness": "8" + "attack_level": "11" }, { - "id": "91", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "17", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "17", - "lifepoints": "24", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "slayer_exp": "24", - "strength_level": "17", - "weakness": "8" - }, - { - "id": "92", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "24", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "24", - "lifepoints": "17", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "slayer_exp": "17", - "strength_level": "24", - "weakness": "8" - }, - { - "id": "93", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "32", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "36", - "lifepoints": "59", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "slayer_exp": "59", - "strength_level": "35", - "weakness": "8" - }, - { - "id": "94", - "name": "Skeleton Mage" - }, - { - "id": "95", - "name": "Wolf", "examine": "Not man's best friend.", - "attack_level": "50", - "attack_speed": "4", - "combat_audio": "481,491,490", - "death_animation": "6558", - "defence_animation": "6557", - "defence_level": "52", - "lifepoints": "69", "melee_animation": "6559", - "range_level": "1", - "safespot": null, + "combat_audio": "481,491,490", + "attack_speed": "4", + "defence_animation": "6557", "slayer_exp": "69", - "strength_level": "55" + "death_animation": "6558", + "name": "Wolf", + "defence_level": "52", + "safespot": null, + "lifepoints": "69", + "strength_level": "55", + "id": "95", + "range_level": "1", + "attack_level": "50" }, { - "id": "96", - "name": "White wolf", "examine": "A vicious mountain wolf.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "4", - "combat_audio": "909,912,911", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "22", - "lifepoints": "34", - "magic_animation": "6579", "melee_animation": "6579", "range_animation": "6579", - "range_level": "1", - "safespot": null, + "combat_audio": "909,912,911", + "attack_speed": "4", + "defence_animation": "6578", + "weakness": "9", "slayer_exp": "34", + "magic_animation": "6579", + "death_animation": "6576", + "name": "White wolf", + "defence_level": "22", + "safespot": null, + "lifepoints": "34", "strength_level": "16", - "weakness": "9" + "id": "96", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" }, { - "id": "97", - "name": "White wolf", "examine": "A vicious mountain wolf.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "4", - "combat_audio": "909,912,911", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "32", - "lifepoints": "44", - "magic_animation": "6579", "melee_animation": "6579", "range_animation": "6579", - "range_level": "1", - "safespot": null, + "combat_audio": "909,912,911", + "attack_speed": "4", + "defence_animation": "6578", + "weakness": "7", "slayer_exp": "44", + "magic_animation": "6579", + "death_animation": "6576", + "name": "White wolf", + "defence_level": "32", + "safespot": null, + "lifepoints": "44", "strength_level": "31", - "weakness": "7" + "id": "97", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" }, { - "id": "98", - "name": "Dog", "examine": "Bow wow.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dog", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "98", + "range_level": "1", + "attack_level": "1" }, { - "id": "99", - "name": "Guard dog", "examine": "He doesn't seem pleased to see me.", - "aggressive": "true", - "attack_level": "35", - "attack_speed": "4", - "death_animation": "6564", - "defence_animation": "6563", - "defence_level": "37", - "lifepoints": "49", - "magic_animation": "6562", "melee_animation": "6562", "range_animation": "6562", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "15", - "safespot": null, + "defence_animation": "6563", + "weakness": "7", "slayer_exp": "49", + "magic_animation": "6562", + "death_animation": "6564", + "name": "Guard dog", + "defence_level": "37", + "safespot": null, + "lifepoints": "49", "strength_level": "36", - "weakness": "7" - }, - { - "id": "100", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "1" - }, - { - "id": "101", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "102", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "2" - }, - { - "id": "103", - "name": "Ghost", - "examine": "Eeek! A ghost!", - "agg_radius": "", + "id": "99", "aggressive": "true", - "attack_level": "13", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0", - "combat_audio": "436,439,438", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "5540", - "magic_level": "1", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "100", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "101", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "16", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "102", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "", + "examine": "Eeek! A ghost!", "melee_animation": "5540", "range_animation": "5540", - "range_level": "1", - "respawn_delay": "40", - "safespot": null, - "slayer_exp": "25", - "strength_level": "13", - "weakness": "5" - }, - { - "id": "104", - "name": "Ghost", - "examine": "Eeek! A ghost!", - "aggressive": "true", - "attack_level": "13", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0", "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", + "attack_speed": "4", "magic_level": "1", - "melee_animation": "5532", - "range_animation": "0", - "range_level": "1", "respawn_delay": "40", - "safespot": null, + "defence_animation": "5541", + "weakness": "5", "slayer_exp": "25", - "strength_level": "13", - "weakness": "5" - }, - { - "id": "105", - "name": "Grizzly bear", - "examine": "Eek! A bear!", - "aggressive": "true", - "attack_level": "17", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "300,302,301", - "death_animation": "4929", - "defence_animation": "0", - "defence_level": "15", - "lifepoints": "27", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4925", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", + "magic_animation": "5540", + "death_animation": "5542", + "name": "Ghost", + "defence_level": "18", "safespot": null, - "slayer_exp": "27", - "strength_level": "18", - "weakness": "7" - }, - { - "id": "106", - "name": "Black bear", - "examine": "Eek! A bear!", - "aggressive": "false", - "attack_level": "15", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "300,302,301", - "death_animation": "4929", - "defence_animation": "0", - "defence_level": "13", "lifepoints": "25", - "magic_animation": "0", + "strength_level": "13", + "id": "103", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "Eeek! A ghost!", + "melee_animation": "5540", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "4", "magic_level": "1", + "respawn_delay": "40", + "defence_animation": "5541", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5542", + "name": "Ghost", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "13", + "id": "104", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "Eek! A bear!", "melee_animation": "4925", "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "25", - "strength_level": "16", - "weakness": "7" - }, - { - "id": "107", - "name": "Scorpion", - "examine": "An extremely vicious scorpion.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "6255", - "defence_level": "1", - "lifepoints": "17", - "melee_animation": "6254", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "17", - "strength_level": "1" - }, - { - "id": "108", - "name": "Poison Scorpion", - "examine": "It has a very vicious looking tail.", - "aggressive": "true", - "attack_level": "16", + "combat_audio": "300,302,301", "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,15,15,0,5,0,0,0,0,0", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "6255", - "defence_level": "15", - "lifepoints": "23", - "magic_animation": "0", - "melee_animation": "6254", - "poison_amount": "15", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "23", - "strength_level": "17", - "weakness": "0" - }, - { - "id": "109", - "name": "Pit Scorpion", - "examine": "Tiny", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "6255", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "6254", - "range_animation": "0", - "range_level": "40", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "110", - "name": "Fire giant", - "examine": "A very large elemental adversary.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "27", + "magic_animation": "0", + "death_animation": "4929", + "name": "Grizzly bear", + "defence_level": "15", + "safespot": null, + "lifepoints": "27", + "strength_level": "18", + "id": "105", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "Eek! A bear!", + "melee_animation": "4925", + "range_animation": "0", + "combat_audio": "300,302,301", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "4929", + "name": "Black bear", + "defence_level": "13", + "safespot": null, + "lifepoints": "25", + "strength_level": "16", + "id": "106", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "An extremely vicious scorpion.", + "melee_animation": "6254", + "combat_audio": "3611,3612,3610", + "respawn_delay": "60", + "defence_animation": "6255", + "slayer_exp": "17", + "death_animation": "6256", + "name": "Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "17", + "strength_level": "1", + "id": "107", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It has a very vicious looking tail.", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "6255", + "weakness": "0", + "slayer_exp": "23", + "poison_amount": "15", + "magic_animation": "0", + "death_animation": "6256", + "name": "Poison Scorpion", + "defence_level": "15", + "safespot": null, + "lifepoints": "23", + "strength_level": "17", + "id": "108", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,15,15,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "16" + }, + { + "examine": "Tiny", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "respawn_delay": "60", + "defence_animation": "6255", + "weakness": "0", + "magic_animation": "0", + "death_animation": "6256", + "name": "Pit Scorpion", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "1", + "id": "109", + "aggressive": "true", + "range_level": "40", + "attack_level": "1" + }, + { + "examine": "A very large elemental adversary.", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", "respawn_delay": "20", - "safespot": null, + "defence_animation": "4664", + "weakness": "1", "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", "strength_level": "65", - "weakness": "1" + "id": "110", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "65" }, { - "id": "111", - "name": "Ice giant", "examine": "He's got icicles in his beard.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4673", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "4672", "range_animation": "0", - "range_level": "1", + "combat_audio": "448,451,450", + "attack_speed": "5", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "70", + "magic_animation": "0", + "death_animation": "4673", + "name": "Ice giant", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", "strength_level": "40", - "weakness": "9" + "id": "111", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "112", - "name": "Moss giant", "examine": "His beard seems to have a life of its own.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", - "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "60", - "magic_animation": "4666", - "magic_level": "1", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "4665", + "weakness": "1", "slayer_exp": "60", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "60", "strength_level": "30", - "weakness": "1" + "id": "112", + "aggressive": "true", + "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "30" }, { - "id": "113", - "name": "Jogre", "examine": "An aggressive humanoid.", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "5", - "clue_level": "1", - "death_animation": "131", - "defence_animation": "129", - "defence_level": "41", - "lifepoints": "50", - "magic_animation": "128", "melee_animation": "128", "range_animation": "128", - "range_level": "1", + "attack_speed": "5", + "defence_animation": "129", + "weakness": "7", + "magic_animation": "128", + "death_animation": "131", + "name": "Jogre", + "defence_level": "41", "safespot": null, + "lifepoints": "50", "strength_level": "36", - "weakness": "7" - }, - { - "id": "114", - "name": "Mogre", - "examine": "Big, ugly, and smelly.", + "id": "113", "aggressive": "true", - "attack_level": "27", - "attack_speed": "6", - "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "27", - "lifepoints": "60", - "magic_animation": "359", - "magic_level": "27", - "melee_animation": "359", - "range_animation": "359", - "range_level": "27", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "", - "strength_level": "27" - }, - { - "id": "115", - "name": "Ogre", - "examine": "A large dim looking humanoid.", - "aggressive": "true", - "attack_level": "43", - "attack_speed": "6", - "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "43", - "lifepoints": "60", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", + "clue_level": "1", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "43" + "attack_level": "41" }, { - "id": "116", - "name": "Cyclops", "examine": "Big, ugly, and smelly.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "27", + "respawn_delay": "25", + "defence_animation": "360", + "slayer_exp": "", + "magic_animation": "359", + "death_animation": "361", + "name": "Mogre", + "defence_level": "27", + "safespot": null, + "lifepoints": "60", + "strength_level": "27", + "id": "114", "aggressive": "true", - "attack_level": "65", + "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", + "range_level": "27", + "attack_level": "27" + }, + { + "examine": "A large dim looking humanoid.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Ogre", + "defence_level": "43", + "safespot": null, + "lifepoints": "60", + "strength_level": "43", + "id": "115", + "aggressive": "true", + "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0", + "range_level": "1", + "attack_level": "43" + }, + { + "examine": "Big, ugly, and smelly.", + "melee_animation": "359", + "range_animation": "359", "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "360", + "weakness": "8", + "slayer_exp": "75", + "magic_animation": "359", + "death_animation": "361", + "name": "Cyclops", + "defence_level": "35", + "safespot": null, + "lifepoints": "75", + "strength_level": "65", + "id": "116", + "aggressive": "true", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "35", - "lifepoints": "75", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "75", - "strength_level": "65", - "weakness": "8" + "attack_level": "65" }, { - "id": "117", - "name": "Hill Giant", "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", "melee_animation": "4652", "range_animation": "4652", - "range_level": "1", + "combat_audio": "448,451,450", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "4651", + "weakness": "6", "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", "strength_level": "22", - "weakness": "6" + "id": "117", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" }, { - "id": "118", - "name": "Dwarf", "examine": "A short angry guy.", - "attack_level": "7", + "melee_animation": "99", + "range_animation": "0", "attack_speed": "7", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "16", - "strength_level": "7", - "weakness": "6" - }, - { - "id": "119", - "name": "Chaos dwarf", - "examine": "A dwarf gone bad.", - "aggressive": "true", - "attack_level": "38", - "attack_speed": "4", - "bonuses": "13,13,13,0,0,40,34,25,10,35,0,9,0,0,0", - "combat_audio": "2567,419,418", - "death_animation": "102", "defence_animation": "0", - "defence_level": "28", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "150", - "safespot": null, - "slayer_exp": "61", - "strength_level": "42", - "weakness": "6" - }, - { - "id": "120", - "name": "Dwarf", - "examine": "A mountain dwelling short angry guy.", - "attack_level": "15", - "attack_speed": "6", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "16", - "lifepoints": "26", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", - "safespot": null, + "weakness": "6", "slayer_exp": "16", - "strength_level": "16", - "weakness": "6" - }, - { - "id": "121", + "magic_animation": "0", + "death_animation": "102", "name": "Dwarf", - "attack_level": "1", - "defence_level": "1", + "defence_level": "7", + "safespot": null, "lifepoints": "10", + "strength_level": "7", + "id": "118", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" + "attack_level": "7" }, { - "id": "122", - "name": "Hobgoblin", - "examine": "An ugly smelly creature.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "3", - "lifepoints": "29", - "magic_animation": "164", - "melee_animation": "164", - "range_animation": "164", - "range_level": "20", - "safespot": null, - "strength_level": "10" - }, - { - "id": "123", - "name": "Hobgoblin", - "examine": "An ugly smelly creature.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "3520,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "1", - "lifepoints": "29", - "magic_animation": "164", - "melee_animation": "164", - "range_animation": "164", - "range_level": "20", - "safespot": null, - "strength_level": "10" - }, - { - "id": "124", - "name": "Earth warrior", - "examine": "A strange, inhuman, elemental warrior.", - "aggressive": "true", - "attack_level": "42", + "examine": "A dwarf gone bad.", + "melee_animation": "99", + "range_animation": "0", + "combat_audio": "2567,419,418", "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "54", - "magic_animation": "0", "magic_level": "1", + "respawn_delay": "150", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "61", + "magic_animation": "0", + "death_animation": "102", + "name": "Chaos dwarf", + "defence_level": "28", + "safespot": null, + "lifepoints": "61", + "strength_level": "42", + "id": "119", + "aggressive": "true", + "bonuses": "13,13,13,0,0,40,34,25,10,35,0,9,0,0,0", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "A mountain dwelling short angry guy.", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "6", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "16", + "safespot": null, + "lifepoints": "26", + "strength_level": "16", + "id": "120", + "range_level": "1", + "attack_level": "15" + }, + { + "slayer_exp": "16", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "121", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly smelly creature.", + "melee_animation": "164", + "range_animation": "164", + "combat_audio": "469,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "3", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", + "id": "122", + "aggressive": "true", + "range_level": "20", + "attack_level": "20" + }, + { + "examine": "An ugly smelly creature.", + "melee_animation": "164", + "range_animation": "164", + "combat_audio": "3520,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", + "id": "123", + "aggressive": "true", + "range_level": "20", + "attack_level": "20" + }, + { + "examine": "A strange, inhuman, elemental warrior.", "melee_animation": "393", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "0", + "weakness": "7", "slayer_exp": "54", + "magic_animation": "0", + "death_animation": "836", + "name": "Earth warrior", + "defence_level": "42", + "safespot": null, + "lifepoints": "54", "strength_level": "42", - "weakness": "7" + "id": "124", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "42" }, { - "id": "125", - "name": "Ice warrior", "examine": "A cold-hearted elemental warrior.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "2500,530,529", - "death_animation": "843", - "defence_animation": "404", - "defence_level": "47", - "lifepoints": "59", - "magic_animation": "451", "melee_animation": "451", "range_animation": "451", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "59", - "strength_level": "47", - "weakness": "9" - }, - { - "id": "126", - "name": "Otherworldly being", - "examine": "Looks pretty otherworldly to me!", - "attack_level": "1", - "attack_speed": "5", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "magic_level": "45", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "127", - "name": "Magic axe", - "examine": "A magic axe with a mind of its own.", - "aggressive": "true", - "attack_level": "38", + "combat_audio": "2500,530,529", "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,5,15,5,10,0,0,0,0,0", - "combat_audio": "2498,12,1976", - "death_animation": "188", + "respawn_delay": "30", + "defence_animation": "404", + "weakness": "9", + "slayer_exp": "59", + "magic_animation": "451", + "death_animation": "843", + "name": "Ice warrior", + "defence_level": "47", + "safespot": null, + "lifepoints": "59", + "strength_level": "47", + "id": "125", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "Looks pretty otherworldly to me!", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "45", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "29", - "lifepoints": "44", + "weakness": "5", "magic_animation": "0", + "name": "Otherworldly being", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "1", + "id": "126", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A magic axe with a mind of its own.", "melee_animation": "185", "range_animation": "0", - "range_level": "1", + "combat_audio": "2498,12,1976", + "attack_speed": "4", "respawn_delay": "30", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "188", + "name": "Magic axe", + "defence_level": "29", "safespot": null, + "lifepoints": "44", "strength_level": "38", - "weakness": "6" + "id": "127", + "aggressive": "true", + "bonuses": "0,0,0,0,0,10,5,15,5,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "38" }, { - "id": "128", - "name": "Snake", "examine": "A slithering serpent.", - "aggressive": "true", - "attack_level": "4", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "278", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "6", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "275", "range_animation": "0", - "range_level": "1", + "combat_audio": "3609,3608,3610", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, - "strength_level": "5", - "weakness": "8" - }, - { - "id": "129", - "name": "Skavid" - }, - { - "id": "130", - "name": "Yeti", - "examine": "Stinky! Poor guy." - }, - { - "id": "131", - "name": "Penguin", - "examine": "An inhabitant of icy regions.", - "attack_level": "6", - "death_animation": "5671", "defence_animation": "0", - "defence_level": "6", - "lifepoints": "8", + "weakness": "8", "magic_animation": "0", + "death_animation": "278", + "name": "Snake", + "defence_level": "3", + "safespot": null, + "lifepoints": "6", + "strength_level": "5", + "id": "128", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "An inhabitant of icy regions.", "melee_animation": "5669", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5671", + "name": "Penguin", + "defence_level": "6", "safespot": null, + "lifepoints": "8", "strength_level": "6", - "weakness": "9" + "id": "131", + "range_level": "1", + "attack_level": "6" }, { - "id": "132", - "name": "Monkey", "examine": "Perhaps our oldest relatives?", - "aggressive": "false", - "attack_level": "2", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "629,631,630", - "death_animation": "223", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "6", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "220", "range_animation": "0", - "range_level": "1", + "combat_audio": "629,631,630", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "37", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "223", + "name": "Monkey", + "defence_level": "2", "safespot": null, + "lifepoints": "6", "strength_level": "3", - "weakness": "8" + "id": "132", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "2" }, { - "id": "133", - "name": "Black unicorn", "examine": "A unicorn with a blackened heart.", - "aggressive": "false", - "attack_level": "21", - "attack_speed": "4", - "combat_audio": "369,371,370", - "death_animation": "6377", - "defence_animation": "6375", - "defence_level": "23", - "lifepoints": "29", - "magic_animation": "6376", - "magic_level": "1", "melee_animation": "6376", "range_animation": "6376", - "range_level": "1", + "combat_audio": "369,371,370", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "90", + "defence_animation": "6375", + "weakness": "3", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Black unicorn", + "defence_level": "23", "safespot": null, + "lifepoints": "29", "strength_level": "23", - "weakness": "3" + "id": "133", + "aggressive": "false", + "range_level": "1", + "attack_level": "21" }, { - "id": "134", - "name": "Poison spider", "examine": "A nasty, poisonous arachnid.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", + "melee_animation": "5327", + "range_animation": "0", "combat_audio": "537,539,538", - "death_animation": "5329", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "30", "defence_animation": "5328", + "weakness": "2", + "poison_amount": "30", + "magic_animation": "0", + "death_animation": "5329", + "name": "Poison spider", + "safespot": null, "defence_level": "52", "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "5327", - "poison_amount": "30", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, "strength_level": "65", - "weakness": "2" + "id": "134", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" }, { - "id": "135", - "name": "Mammoth" - }, - { - "id": "136", - "name": "Mounted terrorchick gnome" - }, - { - "id": "137", - "name": "Terrorchick gnome", "examine": "Aaw", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Terrorchick gnome", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "137", + "range_level": "1", + "attack_level": "1" }, { - "id": "138", - "name": "Terrorbird", "examine": "A giant raptor.", - "aggressive": "false", - "attack_level": "23", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "832,834,833", - "death_animation": "1013", - "defence_animation": "1012", - "defence_level": "19", - "lifepoints": "34", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "1010", "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "23", - "weakness": "6" - }, - { - "id": "139", - "name": "Terrorbird", - "examine": "A giant raptor.", - "aggressive": "false", - "attack_level": "23", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_audio": "832,834,833", - "death_animation": "1013", - "defence_animation": "1012", - "defence_level": "19", - "lifepoints": "34", - "magic_animation": "0", + "attack_speed": "4", "magic_level": "1", - "melee_animation": "1010", - "range_level": "1", "respawn_delay": "30", + "defence_animation": "1012", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "19", "safespot": null, - "strength_level": "23" + "lifepoints": "34", + "strength_level": "23", + "id": "138", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "23" }, { - "id": "140", - "name": "Souless", - "examine": "A servant to Iban.", - "aggressive": "true", - "attack_level": "33", - "death_animation": "340", - "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", + "examine": "A giant raptor.", + "melee_animation": "1010", + "combat_audio": "832,834,833", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "1012", "magic_animation": "0", + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "19", + "safespot": null, + "lifepoints": "34", + "strength_level": "23", + "id": "139", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "A servant to Iban.", "melee_animation": "338", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "340", + "name": "Souless", + "defence_level": "33", "safespot": null, + "lifepoints": "47", "strength_level": "33", - "weakness": "7" + "id": "140", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" }, { - "id": "141", - "name": "Big Wolf", "examine": "Must be the pack leader.", - "aggressive": "true", - "attack_level": "31", - "death_animation": "6558", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "44", - "magic_animation": "0", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "7", "slayer_exp": "74", + "magic_animation": "0", + "death_animation": "6558", + "name": "Big Wolf", + "defence_level": "31", + "safespot": null, + "lifepoints": "44", "strength_level": "31", - "weakness": "7" + "id": "141", + "aggressive": "true", + "range_level": "1", + "attack_level": "31" }, { - "id": "142", - "name": "Wolf", - "attack_level": "1", - "combat_audio": "481,491,490", + "slayer_exp": "34", "death_animation": "6558", + "name": "Wolf", "defence_level": "1", + "safespot": null, "lifepoints": "69", "melee_animation": "6559", + "combat_audio": "481,491,490", + "strength_level": "1", + "id": "142", "range_level": "1", - "safespot": null, - "slayer_exp": "34", - "strength_level": "1" + "attack_level": "1" }, { - "id": "143", - "name": "Jungle Wolf", "examine": "A rare jungle wolf - specific to the Kharazi jungle.", - "aggressive": "true", - "attack_level": "63", - "death_animation": "6558", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "7", "slayer_exp": "69", + "magic_animation": "0", + "death_animation": "6558", + "name": "Jungle Wolf", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", "strength_level": "63", - "weakness": "7" + "id": "143", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" }, { - "id": "144", - "name": "King Scorpion", "examine": "Wow! Scorpions shouldn't grow that big.", - "aggressive": "true", - "attack_level": "21", - "attack_speed": "5", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "6254", "range_animation": "0", - "range_level": "28", + "combat_audio": "3611,3612,3610", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "17", + "magic_animation": "0", + "death_animation": "6256", + "name": "King Scorpion", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", "strength_level": "21", - "weakness": "2" + "id": "144", + "aggressive": "true", + "range_level": "28", + "attack_level": "21" }, { - "id": "145", - "name": "Ice warrior", "examine": "A cold-hearted elemental warrior.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "2500,530,529", - "death_animation": "843", - "defence_animation": "404", - "defence_level": "47", - "lifepoints": "59", - "magic_animation": "451", "melee_animation": "451", "range_animation": "451", - "range_level": "1", + "combat_audio": "2500,530,529", + "attack_speed": "4", "respawn_delay": "30", - "safespot": null, + "defence_animation": "404", + "weakness": "9", "slayer_exp": "59", - "strength_level": "47", - "weakness": "9" - }, - { - "id": "146", - "name": "Gull", - "examine": "A sea bird.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "147", - "name": "Cormorant", - "examine": "A sea bird.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "148", - "name": "Pelican", - "examine": "A sea bird.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "149", - "name": "Gull" - }, - { - "id": "150", - "name": "Gull" - }, - { - "id": "151", - "name": "Fly trap" - }, - { - "id": "152", - "name": "Butterfly" - }, - { - "id": "153", - "name": "Butterfly", - "examine": "These look much better in the wild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "154", - "name": "Butterfly", - "examine": "I love butterflies.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "155", - "name": "Butterfly" - }, - { - "id": "156", - "name": "Butterfly" - }, - { - "id": "157", - "name": "Butterfly" - }, - { - "id": "158", - "name": "Shadow warrior", - "examine": "A fighter from the supernatural world. He's a shadow of his former self.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "5", + "magic_animation": "451", "death_animation": "843", - "defence_animation": "0", + "name": "Ice warrior", "defence_level": "47", - "lifepoints": "67", + "safespot": null, + "lifepoints": "59", + "strength_level": "47", + "id": "145", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "A sea bird.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", "magic_animation": "0", + "death_animation": "0", + "name": "Gull", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "146", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A sea bird.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cormorant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "147", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A sea bird.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pelican", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "148", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "These look much better in the wild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Butterfly", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "153", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I love butterflies.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Butterfly", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "154", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fighter from the supernatural world. He's a shadow of his former self.", "melee_animation": "394", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "6" - }, - { - "id": "159", - "name": "Gnome child", - "examine": "Small, even by gnome standards.", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "191", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "160", - "name": "Gnome child", - "examine": "Small, even by gnome standards.", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "191", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "161", - "name": "Gnome child", - "examine": "Small, even by gnome standards.", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "191", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "162", - "name": "Gnome trainer", - "examine": "He can advise on training.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "6", "magic_animation": "0", + "death_animation": "843", + "name": "Shadow warrior", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "158", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "Small, even by gnome standards.", + "melee_animation": "191", + "range_animation": "0", + "defence_animation": "193", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome child", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "159", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Small, even by gnome standards.", + "melee_animation": "191", + "range_animation": "0", + "defence_animation": "193", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome child", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "160", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Small, even by gnome standards.", + "melee_animation": "191", + "range_animation": "0", + "defence_animation": "193", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome child", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "161", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can advise on training.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome trainer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "162", + "range_level": "1", + "attack_level": "1" }, { - "id": "163", - "name": "Gnome guard", "examine": "A tree gnome guard.", - "attack_level": "38", - "death_animation": "1224", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", "melee_animation": "1218", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1224", + "name": "Gnome guard", + "defence_level": "38", "safespot": null, + "lifepoints": "54", "strength_level": "38", - "weakness": "9" + "id": "163", + "range_level": "1", + "attack_level": "38" }, { - "id": "164", - "name": "Gnome guard", "examine": "A tree gnome guard.", - "attack_level": "38", - "death_animation": "196", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", "melee_animation": "192", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome guard", + "defence_level": "38", "safespot": null, + "lifepoints": "54", "strength_level": "38", - "weakness": "9" - }, - { - "id": "165", - "name": "Gnome shop keeper" - }, - { - "id": "166", - "name": "Gnome banker", - "examine": "Banks gnomish things." - }, - { - "id": "167", - "name": "Gnome baller" + "id": "164", + "range_level": "1", + "attack_level": "38" }, { + "examine": "A female gnome.", + "combat_style": "1", + "melee_animation": "191", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome woman", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "168", - "name": "Gnome woman", - "examine": "A female gnome.", - "attack_level": "30", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "191", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "7" + "attack_level": "30" }, { + "examine": "A female gnome.", + "combat_style": "1", + "melee_animation": "191", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome woman", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "169", - "name": "Gnome woman", - "examine": "A female gnome.", - "attack_level": "30", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "191", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "7" + "attack_level": "30" }, { - "id": "170", - "name": "Man", "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", + "melee_animation": "422", + "range_animation": "0", "combat_audio": "511,513,512", - "death_animation": "836", + "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", "defence_level": "3", + "safespot": null, "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "3", - "weakness": "9" + "id": "170", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" }, { - "id": "171", - "name": "Brimstail" - }, - { - "id": "172", - "name": "Dark wizard", "examine": "He works evil magic.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "27", - "lifepoints": "24", - "magic_animation": "711", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", "magic_level": "27", - "melee_animation": "422", - "prj_height": "3", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "173", - "name": "Invrigar the Necromancer", - "examine": "An evil user of Magic powers", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "836", "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "magic_level": "30", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "174", - "name": "Dark wizard", - "examine": "He works evil magic.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "24", - "lifepoints": "12", + "weakness": "4", "magic_animation": "711", - "magic_level": "24", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "27", "safespot": null, + "lifepoints": "24", "strength_level": "1", - "weakness": "4" + "id": "172", + "aggressive": "true", + "range_level": "1", + "attack_level": "1", + "prj_height": "3" }, { - "id": "175", - "name": "Mugger", - "examine": "He jumps out and attacks people.", - "agg_radius": "2", - "aggressive": "true", - "attack_level": "11", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", + "examine": "An evil user of Magic powers", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", + "magic_level": "30", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "836", + "name": "Invrigar the Necromancer", + "defence_level": "30", "safespot": null, - "strength_level": "11", - "weakness": "9" + "lifepoints": "42", + "strength_level": "1", + "id": "173", + "range_level": "1", + "attack_level": "1" }, { - "id": "176", - "name": "Witch", - "examine": "The hat's a dead give away.", - "attack_level": "1", - "death_animation": "836", + "examine": "He works evil magic.", + "combat_style": "2", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "24", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", + "weakness": "4", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "24", + "safespot": null, + "lifepoints": "12", + "strength_level": "1", + "id": "174", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "2", + "examine": "He jumps out and attacks people.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", "magic_animation": "0", - "magic_level": "22", + "death_animation": "836", + "name": "Mugger", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "175", + "aggressive": "true", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "The hat's a dead give away.", "melee_animation": "423", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "177", - "name": "Witch" - }, - { - "id": "178", - "name": "Black Knight", - "examine": "A dark-hearted knight.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", - "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", - "combat_audio": "2503,15,512", - "death_animation": "836", - "defence_animation": "388", - "defence_level": "25", - "lifepoints": "42", + "magic_level": "22", + "defence_animation": "0", + "weakness": "4", "magic_animation": "0", + "death_animation": "836", + "name": "Witch", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "1", + "id": "176", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dark-hearted knight.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "25", - "weakness": "7" - }, - { - "id": "179", - "name": "Black Knight", - "examine": "A dark-hearted knight.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", - "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", "combat_audio": "2503,15,512", - "death_animation": "836", - "defence_animation": "388", - "defence_level": "25", - "lifepoints": "42", - "melee_animation": "390", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "25", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "25", "safespot": null, - "strength_level": "25" + "lifepoints": "42", + "strength_level": "25", + "id": "178", + "aggressive": "true", + "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", + "range_level": "1", + "attack_level": "25" }, { - "id": "180", - "name": "Highwayman", - "examine": "He holds up passers by.", - "aggressive": "true", - "attack_level": "8", + "examine": "A dark-hearted knight.", + "melee_animation": "390", + "combat_audio": "2503,15,512", "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "8", - "lifepoints": "13", - "magic_animation": "799", + "respawn_delay": "25", + "defence_animation": "388", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "25", + "safespot": null, + "lifepoints": "42", + "strength_level": "25", + "id": "179", + "aggressive": "true", + "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He holds up passers by.", "melee_animation": "799", "range_animation": "799", - "range_level": "1", - "safespot": null, - "strength_level": "8", - "weakness": "7" - }, - { - "id": "181", - "name": "Chaos druid", - "examine": "A crazy, evil druid.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "12", - "end_gfx": "107", - "lifepoints": "20", - "magic_animation": "422", - "magic_level": "10", - "melee_animation": "422", - "projectile": "106", - "range_animation": "422", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "0", - "start_gfx": "105", - "strength_level": "8", - "weakness": "3" - }, - { - "id": "182", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "183", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "184", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "185", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "186", - "name": "Thug", - "examine": "Low on brains, high on aggression.", - "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", - "bonuses": "5,5,5,0,0,2,3,3,0,0,0,5,0,0,0", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5", - "weakness": "9" - }, - { - "id": "187", - "name": "Rogue", - "examine": "Rogueish.", - "aggressive": "false", - "attack_level": "7", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "386", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "7", - "weakness": "9" - }, - { - "id": "188", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "4", "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "22", - "end_gfx": "101", - "lifepoints": "20", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "18", - "weakness": "5" - }, - { - "id": "189", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "12", - "end_gfx": "101", - "lifepoints": "10", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "8", - "weakness": "5" - }, - { - "id": "190", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "38", - "attack_speed": "4", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "42", - "end_gfx": "101", - "lifepoints": "40", - "magic_animation": "711", - "magic_level": "40", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "38", - "weakness": "5" - }, - { - "id": "191", - "name": "Tribesman", - "examine": "A primitive warrior.", - "aggressive": "true", - "attack_level": "23", - "attack_speed": "4", - "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0", - "clue_level": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "39", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "428", - "poison_amount": "55", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "27", - "weakness": "8" - }, - { - "id": "192", - "name": "Dark warrior", - "examine": "A warrior of Darkness.", - "attack_level": "10", "attack_speed": "5", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,1,1", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "10", - "lifepoints": "10", - "melee_animation": "451", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "10", - "weakness": "8" - }, - { - "id": "193", - "name": "Chaos druid warrior", - "examine": "A crazy evil druid.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", "defence_animation": "404", - "defence_level": "12", - "end_gfx": "107", - "lifepoints": "20", - "magic_animation": "422", - "magic_level": "10", - "melee_animation": "422", - "projectile": "106", - "range_animation": "422", - "range_level": "1", - "respawn_delay": "25", + "weakness": "7", + "magic_animation": "799", + "death_animation": "9055", + "name": "Highwayman", + "defence_level": "8", "safespot": null, - "start_gfx": "105", + "lifepoints": "13", "strength_level": "8", - "weakness": "3" - }, - { - "id": "194", - "name": "Necromancer", - "examine": "A crazy evil necromancer.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "magic_level": "28", - "melee_animation": "422", - "range_animation": "0", + "id": "180", + "aggressive": "true", "range_level": "1", + "attack_level": "8" + }, + { + "examine": "A crazy, evil druid.", + "start_gfx": "105", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "10", + "end_gfx": "107", + "respawn_delay": "25", + "defence_animation": "404", + "weakness": "3", + "slayer_exp": "0", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "12", "safespot": null, - "strength_level": "1", - "weakness": "5" + "lifepoints": "20", + "strength_level": "8", + "id": "181", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "106", + "attack_level": "8" }, { - "id": "195", - "name": "Bandit" - }, - { - "id": "196", - "name": "Guard Bandit", - "examine": "Bandit Camp guard.", - "attack_level": "1", + "melee_animation": "422", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "182", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "422", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "183", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "422", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "184", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "185", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Low on brains, high on aggression.", "melee_animation": "386", "range_animation": "0", - "range_level": "20", - "safespot": null, - "strength_level": "1", - "weakness": "1" - }, - { - "id": "197", - "name": "Barbarian guard" - }, - { - "id": "198", - "name": "Guildmaster", - "examine": "Master of the Champions' Guild.", - "attack_level": "1", - "death_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "186", + "aggressive": "true", + "clue_level": "0", + "bonuses": "5,5,5,0,0,2,3,3,0,0,0,5,0,0,0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "25", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "5", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "22", + "safespot": null, + "lifepoints": "20", + "strength_level": "18", + "id": "188", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "18" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "25", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "5", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "12", + "safespot": null, + "lifepoints": "10", + "strength_level": "8", + "id": "189", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "8" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "40", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "5", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "42", + "safespot": null, + "lifepoints": "40", + "strength_level": "38", + "id": "190", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "38" + }, + { + "examine": "A primitive warrior.", + "melee_animation": "428", + "range_animation": "0", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "8", + "poison_amount": "55", + "magic_animation": "0", + "death_animation": "836", + "name": "Tribesman", + "defence_level": "26", + "safespot": null, + "lifepoints": "39", + "strength_level": "27", + "id": "191", + "aggressive": "true", + "clue_level": "1", + "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "A warrior of Darkness.", + "melee_animation": "451", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "8", + "death_animation": "9055", + "name": "Dark warrior", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "192", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,1,1", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A crazy evil druid.", + "start_gfx": "105", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "10", + "respawn_delay": "25", + "end_gfx": "107", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "836", + "name": "Chaos druid warrior", + "defence_level": "12", + "safespot": null, + "lifepoints": "20", + "strength_level": "8", + "id": "193", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "106", + "attack_level": "8" + }, + { + "examine": "A crazy evil necromancer.", + "melee_animation": "422", + "range_animation": "0", + "magic_level": "28", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "836", + "name": "Necromancer", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", + "id": "194", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bandit Camp guard.", + "melee_animation": "386", + "range_animation": "0", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard Bandit", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "1", + "id": "196", + "range_level": "20", + "attack_level": "1" + }, + { + "examine": "Master of the Champions' Guild.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guildmaster", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "198", + "range_level": "1", + "attack_level": "1" }, { - "id": "199", - "name": "Gunthor the Brave", "examine": "A mighty warrior!", - "attack_level": "29", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "29", - "lifepoints": "41", - "magic_animation": "0", "melee_animation": "395", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Gunthor the Brave", + "defence_level": "29", "safespot": null, + "lifepoints": "41", "strength_level": "29", - "weakness": "8" + "id": "199", + "range_level": "1", + "attack_level": "29" }, { - "id": "200", - "name": "Lord Daquarius" - }, - { - "id": "201", - "name": "Jailer", "examine": "Guards prisoners for the black knights.", - "aggressive": "false", - "attack_level": "40", + "melee_animation": "422", + "range_animation": "0", "attack_speed": "4", - "bonuses": "0,0,0,0,0,79,63,47,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "47", - "magic_animation": "0", "magic_level": "1", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", "respawn_delay": "50", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Jailer", + "defence_level": "40", "safespot": null, + "lifepoints": "47", "strength_level": "40", - "weakness": "8" + "id": "201", + "aggressive": "false", + "bonuses": "0,0,0,0,0,79,63,47,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "202", - "name": "Black Heather", "examine": "Has a fearsome scowl.", - "attack_level": "28", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Black Heather", + "defence_level": "28", + "lifepoints": "40", "strength_level": "28", - "weakness": "8" + "id": "202", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A rocky slug.", + "melee_animation": "1595", + "range_animation": "1595", + "combat_audio": "729,731,730", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "1596", + "weakness": "7", + "magic_animation": "1595", + "death_animation": "1597", + "name": "Rockslug", + "defence_level": "30", + "safespot": null, + "lifepoints": "30", + "strength_level": "30", + "id": "1631", + "clue_level": "2", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "A rocky slug.", + "melee_animation": "1595", + "range_animation": "1595", + "combat_audio": "729,731,730", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "1596", + "weakness": "7", + "magic_animation": "1595", + "death_animation": "1597", + "name": "Rockslug", + "defence_level": "30", + "safespot": null, + "lifepoints": "30", + "strength_level": "30", + "id": "1632", + "clue_level": "2", + "range_level": "1", + "attack_level": "24" }, { - "id": "203", - "name": "Donny the Lad", "examine": "Has a fearsome posture.", - "attack_level": "28", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Donny the Lad", + "defence_level": "28", "safespot": null, + "lifepoints": "40", "strength_level": "28", - "weakness": "9" + "id": "203", + "range_level": "1", + "attack_level": "28" }, { - "id": "204", - "name": "Speedy Keith", "examine": "Nice hair.", - "attack_level": "28", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Speedy Keith", + "defence_level": "28", "safespot": null, + "lifepoints": "40", "strength_level": "28", - "weakness": "7" + "id": "204", + "range_level": "1", + "attack_level": "28" }, { - "id": "205", - "name": "Salarin the Twisted", "examine": "A crazy evil druid.", - "aggressive": "true", - "attack_level": "58", - "bonuses": "45,50,43,55,39,31,19,28,33,22,22,15,13,9,8", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "62", - "lifepoints": "70", - "magic_animation": "0", "melee_animation": "422", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Salarin the Twisted", + "defence_level": "62", "safespot": null, - "strength_level": "58" + "lifepoints": "70", + "strength_level": "58", + "id": "205", + "aggressive": "true", + "bonuses": "45,50,43,55,39,31,19,28,33,22,22,15,13,9,8", + "range_level": "1", + "attack_level": "58" }, { - "id": "206", - "name": "Guard", "examine": "A dwarven guard.", - "aggressive": "false", - "attack_level": "12", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "12", - "lifepoints": "17", - "magic_animation": "0", "melee_animation": "99", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "102", + "name": "Guard", + "defence_level": "12", "safespot": null, + "lifepoints": "17", "strength_level": "12", - "weakness": "6" + "id": "206", + "aggressive": "false", + "clue_level": "1", + "range_level": "1", + "attack_level": "12" }, { - "id": "207", - "name": "Lollk" - }, - { - "id": "208", - "name": "Captain Lawgof", "examine": "The head honcho around here.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Lawgof", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "208", + "range_level": "1", + "attack_level": "1" }, { - "id": "209", - "name": "Nulodion" - }, - { - "id": "210", - "name": "Grail Maiden", "examine": "She looks serene.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grail Maiden", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "210", + "range_level": "1", + "attack_level": "1" }, { - "id": "211", - "name": "Sir Percival" - }, - { - "id": "212", - "name": "King Percival", "examine": "A former Knight of the Round Table.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Percival", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "212", + "range_level": "1", + "attack_level": "1" }, { - "id": "213", - "name": "Merlin" - }, - { - "id": "214", - "name": "Peasant", "examine": "He looks unhappy...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Peasant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "214", + "range_level": "1", + "attack_level": "1" }, { - "id": "215", - "name": "Peasant" - }, - { - "id": "216", - "name": "High Priest", "examine": "High Priest of Entrana.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "High Priest", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "216", + "range_level": "1", + "attack_level": "1" }, { - "id": "217", - "name": "Crone" - }, - { - "id": "218", - "name": "Galahad" - }, - { - "id": "219", - "name": "Fisherman", "examine": "It's a fisherman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fisherman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "219", + "range_level": "1", + "attack_level": "1" }, { - "id": "220", - "name": "The Fisher King", "examine": "He doesn't look very well...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Fisher King", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "220", + "range_level": "1", + "attack_level": "1" }, { - "id": "221", - "name": "Black Knight Titan", "examine": "He looks mean and powerful.", - "aggressive": "true", - "attack_level": "91", - "attack_speed": "7", - "bonuses": "27,27,27,0,0,18,27,18,1000,1000,0,0,0,0,0", - "death_animation": "131", - "defence_animation": "0", - "defence_level": "91", - "lifepoints": "142", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "128", "range_animation": "0", - "range_level": "1", + "attack_speed": "7", + "magic_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "131", + "name": "Black Knight Titan", + "defence_level": "91", "safespot": null, + "lifepoints": "142", "strength_level": "100", - "weakness": "10" + "id": "221", + "aggressive": "true", + "bonuses": "27,27,27,0,0,18,27,18,1000,1000,0,0,0,0,0", + "range_level": "1", + "attack_level": "91" }, { - "id": "222", - "name": "Monk", "examine": "A holy man.", - "attack_level": "7", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "magic_level": "10", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "magic_level": "10", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "836", + "name": "Monk", + "defence_level": "10", "safespot": null, + "lifepoints": "14", "strength_level": "7", - "weakness": "5" + "id": "222", + "range_level": "1", + "attack_level": "7" }, { - "id": "223", - "name": "Brother Kojo", "examine": "A peaceful monk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Kojo", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "223", + "range_level": "1", + "attack_level": "1" }, { - "id": "224", - "name": "Dungeon rat", "examine": "A dirty rat.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", - "magic_animation": "0", "melee_animation": "4933", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "8", "safespot": null, + "lifepoints": "11", "strength_level": "8", - "weakness": "9" - }, - { - "id": "225", - "name": "Bonzo" - }, - { - "id": "226", - "name": "Morris" - }, - { - "id": "228", - "name": "Big Dave" - }, - { - "id": "229", - "name": "Joshua" - }, - { - "id": "230", - "name": "Grandpa Jack", - "examine": "He looks elderly.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "231", - "name": "Forester", - "examine": "He likes to cut down trees.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "232", - "name": "Austri" - }, - { - "id": "233", - "name": "Fishing spot", - "examine": "I can fish here.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "234", - "name": "Fishing spot" - }, - { - "id": "235", - "name": "Fishing spot" - }, - { - "id": "236", - "name": "Fishing spot" - }, - { - "id": "237", - "name": "Renegade Knight", - "examine": "He isn't very friendly.", + "id": "224", "aggressive": "true", - "attack_level": "15", - "death_animation": "6490", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "He looks elderly.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "15", - "lifepoints": "42", "magic_animation": "0", + "death_animation": "0", + "name": "Grandpa Jack", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "230", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He likes to cut down trees.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Forester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "231", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I can fish here.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishing spot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "233", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He isn't very friendly.", "melee_animation": "6489", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6490", + "name": "Renegade Knight", + "defence_level": "15", "safespot": null, + "lifepoints": "42", "strength_level": "15", - "weakness": "7" + "id": "237", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" }, { - "id": "238", - "name": "Thrantax the Mighty", "examine": "A terrifying spirit.", - "attack_level": "50", - "death_animation": "5542", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "142", - "magic_animation": "0", "melee_animation": "5540", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "7" - }, - { - "id": "239", - "name": "Sir Lancelot" - }, - { - "id": "240", - "name": "Sir Gawain" - }, - { - "id": "241", - "name": "Sir Kay" - }, - { - "id": "242", - "name": "Sir Bedivere" - }, - { - "id": "243", - "name": "Sir Tristram" - }, - { - "id": "244", - "name": "Sir Pelleas" - }, - { - "id": "245", - "name": "Sir Lucan" - }, - { - "id": "246", - "name": "Teapotspout", - "examine": "Specialist meat transporter.", - "attack_level": "1", - "death_animation": "2301", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", + "death_animation": "5542", + "name": "Thrantax the Mighty", + "defence_level": "50", + "safespot": null, + "lifepoints": "142", + "strength_level": "50", + "id": "238", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Specialist meat transporter.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "2301", + "name": "Teapotspout", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "246", + "range_level": "1", + "attack_level": "1" }, { - "id": "247", - "name": "Sir Mordred", - "attack_level": "1", "death_animation": "6490", - "defence_animation": "6488", + "name": "Sir Mordred", "defence_level": "1", + "safespot": null, "lifepoints": "50", "melee_animation": "6489", + "strength_level": "1", + "id": "247", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "248", - "name": "Morgan Le Faye" - }, - { - "id": "249", - "name": "Merlin" - }, - { - "id": "250", - "name": "The Lady of the Lake" - }, - { - "id": "251", - "name": "King Arthur", - "examine": "Legendary King of the Britons.", "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "defence_animation": "6488" + }, + { + "examine": "Legendary King of the Britons.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Arthur", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "251", + "range_level": "1", + "attack_level": "1" }, { - "id": "252", - "name": "Beggar" - }, - { - "id": "253", - "name": "Khazard Guard", "examine": "It's one of General Khazard's guards.", - "attack_level": "22", - "attack_speed": "6", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "397", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "395", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "6", "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "6" + "id": "253", + "range_level": "1", + "attack_level": "22" }, { - "id": "254", - "name": "Khazard Guard", "examine": "He's been guarding the tavern for a bit too long.", - "attack_level": "22", - "attack_speed": "6", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "397", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "395", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "6", "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "6" + "id": "254", + "range_level": "1", + "attack_level": "22" }, { + "examine": "His armour indicates he's a Khazard Guard.", + "melee_animation": "395", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", "id": "255", - "name": "Khazard Guard", - "examine": "His armour indicates he's a Khazard Guard.", - "attack_level": "22", - "attack_speed": "6", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "397", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "395", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" + "attack_level": "22" }, { + "examine": "His armour indicates he's a Khazard Guard.", + "melee_animation": "395", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", "id": "256", - "name": "Khazard Guard", - "examine": "His armour indicates he's a Khazard Guard.", - "attack_level": "22", - "attack_speed": "6", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "397", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "395", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" + "attack_level": "22" }, { - "id": "257", - "name": "Khazard Guard", "examine": "He takes the slaves to the arena. He rarely takes them back..", - "attack_level": "22", - "attack_speed": "6", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "397", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "395", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "6", "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "6" + "id": "257", + "range_level": "1", + "attack_level": "22" }, { - "id": "258", - "name": "General Khazard", "examine": "He looks really nasty. Smells bad too.", - "attack_level": "75", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "7050", - "defence_level": "80", - "lifepoints": "170", - "magic_animation": "0", "melee_animation": "7049", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "78", - "weakness": "6" - }, - { - "id": "259", - "name": "Khazard barman", - "examine": "A tough looking barman.", - "attack_level": "1", - "attack_speed": "6", "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "397", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "6" - }, - { - "id": "260", - "name": "Kelvin" - }, - { - "id": "261", - "name": "Joe" - }, - { - "id": "262", - "name": "Fightslave", - "examine": "A slave fighter. He looks mistreated and weak.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "defence_animation": "7050", + "weakness": "6", "magic_animation": "0", + "death_animation": "836", + "name": "General Khazard", + "defence_level": "80", + "safespot": null, + "lifepoints": "170", + "strength_level": "78", + "id": "258", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "A tough looking barman.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "263", - "name": "Hengrad" - }, - { - "id": "264", - "name": "Lady Servil", - "examine": "She looks wealthy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "265", - "name": "Jeremy Servil", - "examine": "A young squire. He looks worse for wear.", - "attack_level": "0", - "clue_level": "0", - "death_animation": "0", - "defence_level": "0", - "lifepoints": "10", - "magic_animation": "0", - "range_level": "0", - "safespot": null, - "strength_level": "0" - }, - { - "id": "266", - "name": "Jeremy Servil", - "examine": "A young squire. He looks worse for wear.", - "attack_level": "0", - "clue_level": "0", - "death_animation": "0", - "defence_level": "0", - "lifepoints": "10", - "magic_animation": "0", - "range_level": "0", - "safespot": null, - "strength_level": "0" - }, - { - "id": "267", - "name": "Justin Servil", - "examine": "Jeremy father, Sir Servil.", - "attack_level": "0", - "clue_level": "0", - "death_animation": "0", - "defence_level": "0", - "lifepoints": "10", - "magic_animation": "0", - "range_level": "0", - "safespot": null, - "strength_level": "0" - }, - { - "id": "268", - "name": "Local", - "examine": "A scruffy looking chap.", - "attack_level": "0", - "clue_level": "0", - "death_animation": "0", - "defence_level": "0", - "lifepoints": "10", - "magic_animation": "0", - "range_level": "0", - "safespot": null, - "strength_level": "0" - }, - { - "id": "269", - "name": "Bouncer", - "aggressive": "true", - "attack_level": "120", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "120", - "lifepoints": "116", - "melee_animation": "6581", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "120" - }, - { - "id": "270", - "name": "Khazard Ogre", - "examine": "Khazard's strongest ogre warrior.", - "aggressive": "true", - "attack_level": "46", + "combat_audio": "511,513,512", "attack_speed": "6", - "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "359", - "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "0", + "name": "Khazard barman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "259", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A slave fighter. He looks mistreated and weak.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fightslave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "262", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks wealthy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lady Servil", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "264", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A young squire. He looks worse for wear.", + "magic_animation": "0", + "death_animation": "0", + "name": "Jeremy Servil", + "defence_level": "0", + "safespot": null, + "lifepoints": "10", + "strength_level": "0", + "id": "265", + "clue_level": "0", + "range_level": "0", + "attack_level": "0" + }, + { + "examine": "A young squire. He looks worse for wear.", + "magic_animation": "0", + "death_animation": "0", + "name": "Jeremy Servil", + "defence_level": "0", + "safespot": null, + "lifepoints": "10", + "strength_level": "0", + "id": "266", + "clue_level": "0", + "range_level": "0", + "attack_level": "0" + }, + { + "examine": "Jeremy father, Sir Servil.", + "magic_animation": "0", + "death_animation": "0", + "name": "Justin Servil", + "defence_level": "0", + "safespot": null, + "lifepoints": "10", + "strength_level": "0", + "id": "267", + "clue_level": "0", + "range_level": "0", + "attack_level": "0" + }, + { + "examine": "A scruffy looking chap.", + "magic_animation": "0", + "death_animation": "0", + "name": "Local", + "defence_level": "0", + "safespot": null, + "lifepoints": "10", + "strength_level": "0", + "id": "268", + "clue_level": "0", + "range_level": "0", + "attack_level": "0" + }, + { + "melee_animation": "6581", + "respawn_delay": "60", + "defence_animation": "6578", + "death_animation": "6576", + "name": "Bouncer", + "defence_level": "120", + "safespot": null, + "lifepoints": "116", + "strength_level": "120", + "id": "269", + "aggressive": "true", + "range_level": "1", + "attack_level": "120" + }, + { + "examine": "Khazard's strongest ogre warrior.", "melee_animation": "359", "range_animation": "359", - "range_level": "1", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "25", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Khazard Ogre", + "defence_level": "46", "safespot": null, - "strength_level": "46" + "lifepoints": "65", + "strength_level": "46", + "id": "270", + "aggressive": "true", + "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0", + "range_level": "1", + "attack_level": "46" }, { - "id": "271", - "name": "Khazard Scorpion", "examine": "A large angry scorpion", - "aggressive": "true", - "attack_level": "27", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", "melee_animation": "6254", "range_animation": "0", - "range_level": "36", + "combat_audio": "3611,3612,3610", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "6256", + "name": "Khazard Scorpion", + "defence_level": "36", "safespot": null, + "lifepoints": "51", "strength_level": "27", - "weakness": "2" + "id": "271", + "aggressive": "true", + "range_level": "36", + "attack_level": "27" }, { - "id": "272", - "name": "Lucien", "examine": "He walks with a slight limp.", - "aggressive": "", - "attack_level": "12", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "10", - "lifepoints": "17", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "magic_level": "1", "respawn_delay": "30", + "defence_animation": "404", + "weakness": "", + "magic_animation": "0", + "death_animation": "836", + "name": "Lucien", + "defence_level": "10", "safespot": null, + "lifepoints": "17", "strength_level": "11", - "weakness": "" + "id": "272", + "aggressive": "", + "range_level": "1", + "attack_level": "12" }, { - "id": "273", - "name": "Lucien", "examine": "He walks with a slight limp.", - "aggressive": "", - "attack_level": "12", - "combat_audio": "", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", "melee_animation": "", "range_animation": "", - "range_level": "", + "combat_audio": "", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Lucien", + "defence_level": "", "safespot": null, + "lifepoints": "", "strength_level": "", - "weakness": "" + "id": "273", + "aggressive": "", + "range_level": "", + "attack_level": "12" }, { + "examine": "A guard who has devoted their life to Armadyl.", + "range_animation": "0", + "melee_animation": "401", + "combat_audio": "511,513,512", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Guardian of Armadyl", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "274", - "name": "Guardian of Armadyl", - "examine": "A guard who has devoted their life to Armadyl.", - "attack_level": "30", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "8" + "attack_level": "30" }, { + "examine": "A guard who has devoted their life to Armadyl.", + "range_animation": "0", + "melee_animation": "401", + "combat_audio": "511,513,512", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Guardian of Armadyl", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "275", - "name": "Guardian of Armadyl", - "examine": "A guard who has devoted their life to Armadyl.", - "attack_level": "30", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "8" + "attack_level": "30" }, { - "id": "276", - "name": "Winelda" - }, - { - "id": "277", - "name": "Fire Warrior of Lesarkus", "examine": "Intimidating!", - "attack_level": "55", - "attack_speed": "8", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "78", - "end_gfx": "101", - "lifepoints": "59", - "magic_animation": "711", - "magic_level": "62", - "melee_animation": "0", - "projectile": "127", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "start_gfx": "99", + "combat_style": "2", "start_height": "96", - "strength_level": "78", - "weakness": "3" - }, - { - "id": "278", - "name": "Cook", - "examine": "Lumbridge Castle's head cook.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "279", - "name": "Brother Omad", - "examine": "An old monk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "280", - "name": "Brother Cedric", - "examine": "An old drunk monk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "281", - "name": "Monk", - "examine": "An Ardougne Monk.", - "attack_level": "4", "combat_audio": "511,513,512", + "attack_speed": "8", + "magic_level": "62", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "425", + "weakness": "3", + "magic_animation": "711", "death_animation": "836", + "name": "Fire Warrior of Lesarkus", + "defence_level": "78", + "safespot": null, + "lifepoints": "59", + "strength_level": "78", + "id": "277", + "range_level": "1", + "projectile": "127", + "attack_level": "55" + }, + { + "examine": "Lumbridge Castle's head cook.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "4", - "lifepoints": "5", "magic_animation": "0", + "death_animation": "0", + "name": "Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "278", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old monk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Omad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "279", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old drunk monk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Cedric", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "280", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An Ardougne Monk.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Monk", + "defence_level": "4", "safespot": null, + "lifepoints": "5", "strength_level": "4", - "weakness": "9" + "id": "281", + "range_level": "1", + "attack_level": "4" }, { - "id": "282", - "name": "Thief", "examine": "A dastardly blanket thief.", - "attack_level": "15", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "15", - "lifepoints": "21", - "magic_animation": "0", "melee_animation": "386", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "15", "safespot": null, + "lifepoints": "21", "strength_level": "15", - "weakness": "9" + "id": "282", + "range_level": "1", + "attack_level": "15" }, { - "id": "283", - "name": "Head Thief", "examine": "The head of the treacherous blanket stealing gang.", - "attack_level": "18", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Head Thief", + "defence_level": "18", "safespot": null, + "lifepoints": "25", "strength_level": "18", - "weakness": "9" + "id": "283", + "range_level": "1", + "attack_level": "18" }, { - "id": "284", - "name": "Doric", "examine": "A dwarf smith. Quite handy with a hammer.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doric", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "284", + "range_level": "1", + "attack_level": "1" }, { - "id": "285", - "name": "Veronica", "examine": "She doesn't look too happy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "286", - "name": "Professor Oddenstein", - "examine": "A mad scientist if I ever saw one!" - }, - { - "id": "287", - "name": "Ernest" - }, - { - "id": "288", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Veronica", "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "285", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Yep. Definitely a chicken.", "melee_animation": "5387", "range_animation": "5387", - "range_level": "1", + "combat_audio": "355,357,356", + "attack_speed": "6", "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "3", + "strength_level": "1", + "id": "288", + "range_level": "1", + "attack_level": "1" }, { - "id": "289", - "name": "Councillor Halgrive", "examine": "An official of Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Councillor Halgrive", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "289", + "range_level": "1", + "attack_level": "1" }, { - "id": "290", - "name": "Doctor Orbon", "examine": "A serious-looking doctor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doctor Orbon", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "290", + "range_level": "1", + "attack_level": "1" }, { - "id": "291", - "name": "Farmer Brumty", "examine": "A farmer who's seen happier times.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer Brumty", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "292", - "name": "Guard" + "lifepoints": "10", + "strength_level": "1", + "id": "291", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He tries to keep order around here.", + "melee_animation": "7218", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7219", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "296", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "7219", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "7218", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "7" + "attack_level": "25" }, { - "id": "297", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", - "clue_level": "1", + "melee_animation": "7218", + "range_animation": "0", "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", "death_animation": "7220", - "defence_animation": "0", + "name": "Guard", "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "7218", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "297", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { - "id": "298", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", - "clue_level": "1", + "melee_animation": "7218", + "range_animation": "0", "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", "death_animation": "7219", - "defence_animation": "0", + "name": "Guard", "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "7218", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "298", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { - "id": "299", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "7213", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", "melee_animation": "583", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7213", + "name": "Guard", + "defence_level": "25", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "299", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { - "id": "300", - "name": "Sedridor", - "examine": "Chief of research at Wizards Tower." - }, - { - "id": "301", - "name": "Twig" - }, - { - "id": "302", - "name": "Hadley", - "examine": "Could do with losing a bit of weight." - }, - { - "id": "303", - "name": "Gerald" - }, - { - "id": "304", - "name": "Almera", - "examine": "Nice hair." - }, - { - "id": "305", - "name": "Hudon", - "examine": "Looks young." - }, - { - "id": "306", - "name": "Golrie" - }, - { - "id": "307", - "name": "Hetty", "examine": "An old motherly witch with a curious smile and a hooked nose.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hetty", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "307", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "308", - "name": "Master fisher", "examine": "The man in charge of the fishing guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master fisher", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "308", + "range_level": "1", + "attack_level": "1" }, { - "id": "309", - "name": "Fishing spot" - }, - { - "id": "310", - "name": "Fishing spot" - }, - { - "id": "311", - "name": "Fishing spot" - }, - { - "id": "312", - "name": "Fishing spot" - }, - { - "id": "313", - "name": "Fishing spot" - }, - { - "id": "314", - "name": "Fishing spot" - }, - { - "id": "315", - "name": "Fishing spot" - }, - { - "id": "316", - "name": "Fishing spot" - }, - { - "id": "317", - "name": "Fishing spot" - }, - { - "id": "318", - "name": "Fishing spot" - }, - { - "id": "319", - "name": "Fishing spot" - }, - { - "id": "320", - "name": "Fishing spot" - }, - { - "id": "321", - "name": "Fishing spot" - }, - { - "id": "322", - "name": "Fishing spot" - }, - { - "id": "323", - "name": "Fishing spot", - "examine": "I can see fish swimming in the water." - }, - { - "id": "324", - "name": "Fishing spot" - }, - { - "id": "325", - "name": "Fishing spot" - }, - { - "id": "326", - "name": "Fishing spot" - }, - { - "id": "327", - "name": "Fishing spot" - }, - { - "id": "328", - "name": "Fishing spot" - }, - { - "id": "329", - "name": "Fishing spot" - }, - { - "id": "330", - "name": "Fishing spot" - }, - { - "id": "331", - "name": "Fishing spot" - }, - { - "id": "332", - "name": "Fishing spot" - }, - { - "id": "333", - "name": "Fishing spot" - }, - { - "id": "334", - "name": "Fishing spot" - }, - { - "id": "335", - "name": "Elena", - "examine": "She doesn't look too happy." - }, - { - "id": "336", - "name": "Da Vinci", "examine": "He has a colourful personality.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Da Vinci", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "337", - "name": "Da Vinci" + "lifepoints": "10", + "strength_level": "1", + "id": "336", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He's ready for a bet.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chancy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "338", - "name": "Chancy", - "examine": "He's ready for a bet.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He's ready for a bet.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chancy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "339", - "name": "Chancy", - "examine": "He's ready for a bet.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He's drunk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hops", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "340", - "name": "Hops", - "examine": "He's drunk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He's drunk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hops", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "341", - "name": "Hops", - "examine": "He's drunk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "342", - "name": "Guidor's wife", "examine": "She looks rather concerned.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guidor's wife", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "343", - "name": "Guidor" + "lifepoints": "10", + "strength_level": "1", + "id": "342", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He tries to keep order around here.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "344", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He tries to keep order around here.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "345", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "346", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "347", - "name": "Mourner", - "examine": "A mourner, or plague healer.", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_level": "8", - "lifepoints": "18", - "melee_animation": "428", - "strength_level": "8" - }, - { - "id": "348", - "name": "Mourner", - "examine": "A mourner, or plague healer.", - "attack_level": "19", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_level": "19", - "lifepoints": "30", + "examine": "One of Gielinor's many citizens.", "melee_animation": "422", - "strength_level": "19" - }, - { - "id": "349", - "name": "Kilron" - }, - { - "id": "350", - "name": "Omart" - }, - { + "range_animation": "", + "combat_audio": "511,513,512", + "attack_speed": "4", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "13", + "strength_level": "1", "id": "351", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "2", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "clue_level": "", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "13", - "magic_animation": "", - "melee_animation": "422", - "range_animation": "", + "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "" + "attack_level": "2" }, { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "", + "combat_audio": "511,506,505", + "attack_speed": "4", + "respawn_delay": "50", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "352", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "2", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "clue_level": "", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "", - "melee_animation": "422", - "range_animation": "", + "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1", - "weakness": "" + "attack_level": "2" }, { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "", + "combat_audio": "511,506,505", + "attack_speed": "4", + "respawn_delay": "50", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "13", + "strength_level": "1", "id": "353", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "2", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "clue_level": "", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "13", - "magic_animation": "", - "melee_animation": "422", - "range_animation": "", + "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1", - "weakness": "" + "attack_level": "2" }, { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "", + "combat_audio": "511,506,505", + "attack_speed": "4", + "respawn_delay": "50", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "13", + "strength_level": "1", "id": "354", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "2", - "attack_speed": "4", + "clue_level": "", "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", - "clue_level": "", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "13", - "magic_animation": "", - "melee_animation": "422", - "range_animation": "", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1", - "weakness": "" + "attack_level": "2" }, { + "examine": "A child of West Ardougne.", + "melee_animation": "", + "range_animation": "", + "magic_level": "", + "defence_animation": "", + "poison_amount": "", + "magic_animation": "", + "death_animation": "", + "name": "Child", + "defence_level": "", + "safespot": null, + "movement_radius": "", + "lifepoints": "", + "strength_level": "", "id": "355", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "magic_level": "", - "melee_animation": "", - "movement_radius": "", - "poison_amount": "", - "range_animation": "", "range_level": "", - "safespot": null, - "strength_level": "" + "attack_level": "" }, { + "examine": "A child of West Ardougne.", + "melee_animation": "", + "range_animation": "", + "magic_level": "", + "defence_animation": "", + "poison_amount": "", + "magic_animation": "", + "death_animation": "", + "name": "Child", + "defence_level": "", + "safespot": null, + "movement_radius": "", + "lifepoints": "", + "strength_level": "", "id": "356", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "magic_level": "", - "melee_animation": "", - "movement_radius": "", - "poison_amount": "", - "range_animation": "", "range_level": "", - "safespot": null, - "strength_level": "" + "attack_level": "" }, { - "id": "357", - "name": "Mourner", - "examine": "A mourner, or plague healer.", - "attack_level": "14", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_level": "14", - "lifepoints": "24", - "melee_animation": "428", - "strength_level": "14" - }, - { - "id": "358", - "name": "Priest", "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Priest", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "358", + "range_level": "1", + "attack_level": "1" }, { - "id": "359", - "name": "Man", "examine": "One of Gielinor's many citizens.", - "attack_level": "5", - "attack_speed": "4", - "clue_level": "0", + "melee_animation": "422", + "range_animation": "422", "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "422", + "attack_speed": "4", "magic_level": "6", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", "respawn_delay": "18", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "422", + "death_animation": "9055", + "name": "Man", + "defence_level": "5", "safespot": null, + "lifepoints": "7", "strength_level": "2", - "weakness": "9" + "id": "359", + "clue_level": "0", + "range_level": "1", + "attack_level": "5" }, { - "id": "360", - "name": "Woman", "examine": "One of Gielinor's many citizens.", - "attack_level": "2", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "13", - "magic_animation": "", "melee_animation": "422", "range_animation": "", - "range_level": "1", + "combat_audio": "511,506,505", + "attack_speed": "4", "respawn_delay": "50", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", + "defence_level": "1", "safespot": null, + "lifepoints": "13", "strength_level": "1", - "weakness": "" + "id": "360", + "clue_level": "", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "2" }, { - "id": "361", - "name": "Woman", "examine": "One of Gielinor's many citizens.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "10", - "lifepoints": "13", - "magic_animation": "", "melee_animation": "422", "range_animation": "422", - "range_level": "1", + "combat_audio": "511,506,505", + "attack_speed": "4", "respawn_delay": "50", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", + "defence_level": "10", "safespot": null, + "lifepoints": "13", "strength_level": "10", - "weakness": "" + "id": "361", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "362", - "name": "Woman", "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "melee_animation": "422", + "range_animation": "", "combat_audio": "511,506,505", - "death_animation": "836", + "attack_speed": "4", + "respawn_delay": "50", "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", "defence_level": "2", - "lifepoints": "10", - "magic_animation": "", - "melee_animation": "422", - "range_animation": "", - "range_level": "1", - "respawn_delay": "50", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "" + "id": "362", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "363", - "name": "Woman", "examine": "One of Gielinor's many citizens.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "10", - "lifepoints": "23", - "magic_animation": "", "melee_animation": "422", "range_animation": "", - "range_level": "1", + "combat_audio": "511,506,505", + "attack_speed": "4", "respawn_delay": "50", - "safespot": null, - "strength_level": "10", - "weakness": "" - }, - { - "id": "364", - "name": "King Lathas", - "examine": "King Lathas of East Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "365", - "name": "Paladin", - "examine": "A holy warrior.", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "366", - "name": "Jerico" - }, - { - "id": "367", - "name": "Chemist", - "examine": "Smells very chemically...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "368", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "369", - "name": "Mourner", - "examine": "A mourner, or plague healer.", - "attack_level": "19", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_level": "19", - "lifepoints": "30", - "melee_animation": "422", - "strength_level": "19" - }, - { - "id": "370", - "name": "Mourner (boss)", - "examine": "A mourner, or plague healer.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,3,2,4,0,0,0,0,0,0,0", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", "death_animation": "836", + "name": "Woman", "defence_level": "10", - "lifepoints": "19", - "melee_animation": "428", - "strength_level": "10" - }, - { - "id": "371", - "name": "Mourner", - "examine": "A mourner, or plague healer.", - "attack_level": "8", - "attack_speed": "4", + "safespot": null, + "lifepoints": "23", + "strength_level": "10", + "id": "363", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_level": "8", - "lifepoints": "20", - "melee_animation": "422", - "strength_level": "8" + "range_level": "1", + "attack_level": "10" }, { - "id": "372", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "373", - "name": "Nurse Sarah", - "examine": "She's quite a looker!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "King Lathas of East Ardougne.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Lathas", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "364", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy warrior.", + "name": "Paladin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "365", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Smells very chemically...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chemist", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "367", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He tries to keep order around here.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "368", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She's quite a looker!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Nurse Sarah", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "373", + "range_level": "1", + "attack_level": "1" }, { - "id": "374", - "name": "Ogre", "examine": "Big, ugly, and smelly.", - "aggressive": "true", - "attack_level": "27", - "attack_speed": "6", - "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "27", - "lifepoints": "60", - "magic_animation": "359", - "magic_level": "27", "melee_animation": "359", "range_animation": "359", - "range_level": "27", + "attack_speed": "6", + "magic_level": "27", "respawn_delay": "25", + "defence_animation": "360", + "weakness": "8", + "magic_animation": "359", + "death_animation": "361", + "name": "Ogre", + "defence_level": "27", "safespot": null, + "lifepoints": "60", "strength_level": "27", - "weakness": "8" + "id": "374", + "aggressive": "true", + "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", + "range_level": "27", + "attack_level": "27" }, { - "id": "375", - "name": "Redbeard Frank", "examine": "A pirate. Smells of brine and brimstone. Also vomit.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "498,500,499", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Redbeard Frank", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "375", + "range_level": "1", + "attack_level": "1" }, { - "id": "376", - "name": "Captain Tobias", - "examine": "An old sea dog." - }, - { - "id": "377", - "name": "Seaman Lorris", - "examine": "A young sailor." - }, - { - "id": "378", - "name": "Seaman Thresnor", - "examine": "A young sailor." - }, - { - "id": "379", - "name": "Luthas", - "examine": "Owner of the banana plantation." - }, - { - "id": "380", - "name": "Customs officer", "examine": "Inspects people's packages.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Customs officer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "380", + "range_level": "1", + "attack_level": "1" }, { - "id": "381", - "name": "Dwarf" - }, - { - "id": "382", - "name": "Dwarf", "examine": "A dwarf who looks after the mining guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, + "defence_animation": "0", "slayer_exp": "16", - "strength_level": "1" + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "382", + "range_level": "1", + "attack_level": "1" }, { - "id": "383", - "name": "Stankers" - }, - { - "id": "384", - "name": "Barbarian guard", "examine": "Not very civilised looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barbarian guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "384", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Looks vicious!", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kharid Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "385", - "name": "Kharid Scorpion", - "examine": "Looks vicious!", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Looks vicious!", + "name": "Kharid Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3611,3612,3610", + "strength_level": "1", "id": "386", - "name": "Kharid Scorpion", - "examine": "Looks vicious!", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Looks vicious!", + "name": "Kharid Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3611,3612,3610", + "strength_level": "1", "id": "387", - "name": "Kharid Scorpion", - "examine": "Looks vicious!", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "388", - "name": "Seer", "examine": "Could do with a shave...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "389", - "name": "Thormac", - "examine": "Nice hat." - }, - { - "id": "390", - "name": "Big fish", - "examine": "A brightly coloured game bird.", - "attack_level": "3", - "death_animation": "2373", "defence_animation": "0", - "defence_level": "3", - "lifepoints": "1", + "slayer_exp": "25", "magic_animation": "0", + "death_animation": "0", + "name": "Seer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "388", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A brightly coloured game bird.", "melee_animation": "2371", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "3" - }, - { - "id": "391", - "name": "River troll", - "examine": "Likes fish... hates people.", - "aggressive": "true", - "attack_level": "17", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "17", - "lifepoints": "20", - "magic_level": "1", - "melee_animation": "284", - "range_level": "1", - "respawn_delay": "", - "strength_level": "17" - }, - { - "id": "392", - "name": "River troll", - "examine": "Likes fish... hates people.", - "aggressive": "true", - "attack_level": "32", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "32", - "lifepoints": "35", + "defence_animation": "0", "magic_animation": "0", - "magic_level": "1", + "death_animation": "2373", + "name": "Big fish", + "defence_level": "3", + "safespot": null, + "lifepoints": "1", + "strength_level": "3", + "id": "390", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Likes fish... hates people.", "melee_animation": "284", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "285", + "magic_animation": "0", + "death_animation": "287", + "name": "River troll", + "defence_level": "32", "safespot": null, - "strength_level": "32" - }, - { - "id": "393", - "name": "River troll", - "examine": "Likes fish... hates people.", + "lifepoints": "35", + "strength_level": "32", + "id": "392", "aggressive": "true", - "attack_level": "48", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "48", - "lifepoints": "48", - "magic_level": "1", - "melee_animation": "284", "range_level": "1", - "strength_level": "48" + "attack_level": "32" }, { - "id": "394", - "name": "River troll", - "examine": "Likes fish... hates people.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "65", - "lifepoints": "85", - "magic_level": "1", - "melee_animation": "284", - "range_level": "1", - "strength_level": "65" - }, - { - "id": "395", - "name": "River troll", - "examine": "Likes fish... hates people.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "100", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "284", - "range_level": "1", - "strength_level": "100" - }, - { - "id": "396", - "name": "River troll", - "examine": "Likes fish... hates people.", - "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "130", - "lifepoints": "170", - "magic_level": "1", - "melee_animation": "284", - "range_level": "1", - "strength_level": "130" - }, - { - "id": "397", - "name": "Cow", "examine": "Beefy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "369,371,370", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "5849", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, - "slayer_exp": "8", - "strength_level": "1", - "weakness": "8" - }, - { - "id": "398", - "name": "Legends guard", - "examine": "A Legends Guild guard; he protects the entrance to the Legends Guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "399", - "name": "Legends guard" - }, - { - "id": "400", - "name": "Radimus Erkle" - }, - { - "id": "401", - "name": "Jungle forester", - "examine": "He deals in exotic types of wood.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "402", - "name": "Jungle forester", - "examine": "She deals in exotic types of wood.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "403", - "name": "Fishing spot" - }, - { - "id": "404", - "name": "Fishing spot" - }, - { - "id": "405", - "name": "Fishing spot" - }, - { - "id": "406", - "name": "Fishing spot" - }, - { - "id": "407", - "name": "Strange Plant", - "examine": "A very strange plant." - }, - { - "id": "408", - "name": "Strange Plant", - "examine": "A very strange plant.", - "death_animation": "355", - "defence_animation": "354", - "defence_level": "300", - "lifepoints": "100", - "magic_level": "200", - "melee_animation": "353" - }, - { - "id": "409", - "name": "Genie" - }, - { - "id": "410", - "name": "Mysterious Old Man" - }, - { - "id": "411", - "name": "Swarm", - "examine": "Insects buzzing around.", - "aggressive": "false", - "attack_level": "1", - "combat_audio": "819,821,820", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "412", - "name": "Bat", - "examine": "An annoying flappy thing.", - "attack_level": "1", + "combat_audio": "369,371,370", "attack_speed": "5", - "death_animation": "4918", - "defence_animation": "4916", - "defence_level": "2", + "defence_animation": "5850", + "weakness": "8", + "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow", + "defence_level": "1", + "safespot": null, "lifepoints": "8", - "magic_level": "10", + "strength_level": "1", + "id": "397", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Legends Guild guard; he protects the entrance to the Legends Guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Legends guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "398", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He deals in exotic types of wood.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jungle forester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "401", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She deals in exotic types of wood.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jungle forester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "402", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Insects buzzing around.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "819,821,820", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swarm", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "411", + "aggressive": "false", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An annoying flappy thing.", "melee_animation": "4915", "range_animation": "4915", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "8", - "strength_level": "1", - "weakness": "4" - }, - { - "id": "413", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "25", - "projectile": "968", - "range_animation": "5347", - "range_level": "15", - "strength_level": "8" - }, - { - "id": "414", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "17", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "40", - "projectile": "968", - "range_animation": "5347", - "range_level": "30", - "strength_level": "17" - }, - { - "id": "415", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "38", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "60", - "projectile": "968", - "range_animation": "5347", - "range_level": "40", - "strength_level": "36" - }, - { - "id": "416", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "64", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "86", - "projectile": "968", - "range_animation": "5347", - "range_level": "60", - "strength_level": "64" - }, - { - "id": "417", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "120", - "projectile": "968", - "range_animation": "5347", - "range_level": "75", - "strength_level": "100" - }, - { - "id": "418", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "130", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "166", - "projectile": "968", - "range_animation": "5347", - "range_level": "80", - "strength_level": "130" - }, - { - "id": "419", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "5", "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "20", - "lifepoints": "14", - "magic_animation": "5578", - "magic_level": "5", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "5", - "safespot": null, - "strength_level": "5" - }, - { - "id": "420", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "10", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "40", - "lifepoints": "14", - "magic_animation": "5578", "magic_level": "10", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "10", - "safespot": null, - "strength_level": "10" - }, - { - "id": "421", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "15", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "50", - "lifepoints": "30", - "magic_animation": "5578", - "magic_level": "15", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "15", - "safespot": null, - "strength_level": "15" - }, - { - "id": "422", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "45", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "60", - "lifepoints": "79", - "magic_animation": "5578", - "magic_level": "45", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "45", - "safespot": null, - "strength_level": "45" - }, - { - "id": "423", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "45", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "5578", - "magic_level": "35", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "45", - "safespot": null, - "strength_level": "45" - }, - { - "id": "424", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "45", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "90", - "lifepoints": "159", - "magic_animation": "5578", - "magic_level": "45", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "45", - "safespot": null, - "strength_level": "45" - }, - { - "id": "425", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "6", - "combat_audio": "511,439,438", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "7", - "lifepoints": "8", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "6", - "weakness": "9" - }, - { - "id": "426", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "20", - "combat_audio": "511,439,438", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "17", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "20", - "weakness": "9" - }, - { - "id": "427", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "43", - "combat_audio": "511,439,438", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "43", - "weakness": "9" - }, - { - "id": "428", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "74", - "combat_audio": "511,439,438", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "80", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "4.2", - "strength_level": "74", - "weakness": "9" - }, - { - "id": "429", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "130", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "511,439,438", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "130", - "lifepoints": "170", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "4.2", - "strength_level": "90", - "weakness": "9" - }, - { - "id": "430", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "150", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "105", - "lifepoints": "100", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "150", - "weakness": "9" - }, - { - "id": "431", - "name": "Cyrisus" - }, - { - "id": "433", - "name": "Cyrisus" - }, - { - "id": "434", - "name": "Cyrisus" - }, - { - "id": "435", - "name": "Fallen Man", - "examine": "I hope he's not dead!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "436", - "name": "Fallen Man" - }, - { - "id": "437", - "name": "Cap'n Izzy No-Beard", - "examine": "Entrance clerk for the Brimhaven Agility Arena.", - "attack_level": "1", - "combat_audio": "498,500,499", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "438", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "8", - "lifepoints": "25", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "8" - }, - { - "id": "439", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "17", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "17", - "lifepoints": "40", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "17" - }, - { - "id": "440", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "38", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "38", - "lifepoints": "60", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "38" - }, - { - "id": "441", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "64", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "64", - "lifepoints": "86", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "64" - }, - { - "id": "442", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "100", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "100" - }, - { - "id": "443", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "130", - "lifepoints": "170", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "130" - }, - { - "id": "444", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "445", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "446", - "name": "Giant rat", - "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "5", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", + "respawn_delay": "30", + "defence_animation": "4916", + "weakness": "4", + "slayer_exp": "8", + "death_animation": "4918", + "name": "Bat", "defence_level": "2", - "lifepoints": "5", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "412", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "5", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "20", + "safespot": null, + "lifepoints": "14", + "strength_level": "5", + "id": "419", + "range_level": "5", + "attack_level": "5" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "10", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "40", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "420", + "range_level": "10", + "attack_level": "10" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "15", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "50", + "safespot": null, + "lifepoints": "30", + "strength_level": "15", + "id": "421", + "range_level": "15", + "attack_level": "15" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "45", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "60", + "safespot": null, + "lifepoints": "79", + "strength_level": "45", + "id": "422", + "range_level": "45", + "attack_level": "45" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "35", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "45", + "id": "423", + "range_level": "45", + "attack_level": "45" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "45", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "90", + "safespot": null, + "lifepoints": "159", + "strength_level": "45", + "id": "424", + "range_level": "45", + "attack_level": "45" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,439,438", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "7", + "safespot": null, + "lifepoints": "8", + "strength_level": "6", + "id": "425", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,439,438", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "30", + "safespot": null, + "lifepoints": "17", + "strength_level": "20", + "id": "426", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,439,438", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "45", + "safespot": null, + "lifepoints": "28", + "strength_level": "43", + "id": "427", + "range_level": "1", + "attack_level": "43" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,439,438", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "4.2", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "80", + "safespot": null, + "lifepoints": "42", + "strength_level": "74", + "id": "428", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,439,438", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "4.2", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "130", + "safespot": null, + "lifepoints": "170", + "strength_level": "90", + "id": "429", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "130" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "105", + "safespot": null, + "lifepoints": "100", + "strength_level": "150", + "id": "430", + "range_level": "1", + "attack_level": "150" + }, + { + "examine": "I hope he's not dead!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fallen Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "435", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Entrance clerk for the Brimhaven Agility Arena.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "498,500,499", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cap'n Izzy No-Beard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "437", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "8", + "safespot": null, + "lifepoints": "25", + "strength_level": "8", + "id": "438", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "17", + "safespot": null, + "lifepoints": "40", + "strength_level": "17", + "id": "439", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "38", + "safespot": null, + "lifepoints": "60", + "strength_level": "38", + "id": "440", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "64", + "safespot": null, + "lifepoints": "86", + "strength_level": "64", + "id": "441", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "100", + "safespot": null, + "lifepoints": "120", + "strength_level": "100", + "id": "442", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "130", + "safespot": null, + "lifepoints": "170", + "strength_level": "130", + "id": "443", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "130" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "444", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "445", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Overgrown vermin.", "melee_animation": "4933", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "2", "safespot": null, + "lifepoints": "5", "strength_level": "5", - "weakness": "8" + "id": "446", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" }, { + "examine": "I wonder who he's guarding?", + "melee_animation": "401", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Jail guard", + "defence_level": "21", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "447", - "name": "Jail guard", - "examine": "I wonder who he's guarding?", "aggressive": "true", - "attack_level": "19", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "21", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23" + "attack_level": "19" }, { + "examine": "I wonder who he's guarding?", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Jail guard", + "defence_level": "21", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "448", - "name": "Jail guard", - "examine": "I wonder who he's guarding?", "aggressive": "true", - "attack_level": "19", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "21", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23" + "attack_level": "19" }, { - "id": "449", - "name": "Jail guard", "examine": "I wonder who he's guarding?", - "aggressive": "true", - "attack_level": "19", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "21", - "lifepoints": "32", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "23" - }, - { - "id": "450", - "name": "Gull", - "examine": "Flappy bird.", - "water_npc": "true" - }, - { - "id": "451", - "name": "Gull", - "examine": "Flappy bird.", - "water_npc": "true" - }, - { - "id": "452", - "name": "Seth Groats", - "examine": "A large well built farmer.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", + "death_animation": "836", + "name": "Jail guard", + "defence_level": "21", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", + "id": "449", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "A large well built farmer.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Seth Groats", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "452", + "range_level": "1", + "attack_level": "1" }, { - "id": "453", - "name": "Suit of armour", "examine": "Aargh! It's alive!", - "attack_level": "16", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,46,50,46,-12,45,0,10,0,0,0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "29", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "14", - "weakness": "6" - }, - { - "id": "454", - "name": "Sanfew", - "examine": "An old druid." - }, - { - "id": "455", - "name": "Kaqemeex", - "examine": "A wise druid." - }, - { - "id": "456", - "name": "Father Aereck", - "examine": "He seems to be very devout.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "457", - "name": "Restless ghost", - "examine": "Eek! A ghost!", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "458", - "name": "Father Urhney", - "examine": "Very holy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "459", - "name": "Skeleton", - "examine": "It rattles when it moves.", - "aggressive": "true", - "attack_level": "3", - "combat_audio": "774,775,777", - "combat_style": "2", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "5", - "lifepoints": "14", - "magic_animation": "5485", - "magic_level": "5", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "3" - }, - { - "id": "460", - "name": "Wizard Frumscone", - "examine": "A Wizard of the Magic Guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "461", - "name": "Magic Store owner", - "examine": "A Supplier of Magical items.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "462", - "name": "Wizard Distentor", - "examine": "Head of the Magic Guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "463", - "name": "Murphy" - }, - { - "id": "464", - "name": "Murphy" - }, - { - "id": "465", - "name": "Murphy" - }, - { - "id": "466", - "name": "Murphy" - }, - { - "id": "467", - "name": "Shark" - }, - { - "id": "468", - "name": "Shark" - }, - { - "id": "469", - "name": "King Bolren", - "examine": "It's a gnome. He looks important.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "470", - "name": "Commander Montai", - "examine": "It's a tree gnome.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "471", - "name": "Bolkoy" - }, - { - "id": "472", - "name": "Remsai" - }, - { - "id": "473", - "name": "Khazard trooper" - }, - { - "id": "475", - "name": "Khazard trooper", - "examine": "It's one of General Khazard's warriors.", - "attack_level": "32", - "attack_speed": "6", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "32", - "weakness": "6" - }, - { - "id": "476", - "name": "Khazard trooper", - "examine": "An open eye of World-gorger.", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "11", - "magic_animation": "0", - "magic_level": "5", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "3" - }, - { - "id": "477", - "name": "Khazard warlord", - "examine": "He looks real nasty", - "aggressive": "true", - "attack_level": "38", "attack_speed": "5", - "death_animation": "836", "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", + "weakness": "6", "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "death_animation": "836", + "name": "Suit of armour", + "defence_level": "9", "safespot": null, - "strength_level": "38", - "weakness": "6" + "lifepoints": "29", + "strength_level": "14", + "id": "453", + "bonuses": "8,8,8,0,0,46,50,46,-12,45,0,10,0,0,0", + "range_level": "1", + "attack_level": "16" }, { - "id": "478", - "name": "Khazard commander", - "examine": "It's one of General Khazard's commanders.", - "attack_level": "35", - "death_animation": "836", + "examine": "He seems to be very devout.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", "magic_animation": "0", + "death_animation": "0", + "name": "Father Aereck", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "456", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eek! A ghost!", + "name": "Restless ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "457", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very holy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Father Urhney", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "458", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Wizard of the Magic Guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard Frumscone", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "460", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Supplier of Magical items.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Magic Store owner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "461", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Head of the Magic Guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard Distentor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "462", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a gnome. He looks important.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Bolren", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "469", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tree gnome.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Commander Montai", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "470", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's one of General Khazard's warriors.", + "melee_animation": "401", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard trooper", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "475", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "An open eye of World-gorger.", + "magic_level": "5", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "name": "Khazard trooper", + "defence_level": "5", + "safespot": null, + "lifepoints": "11", + "strength_level": "1", + "id": "476", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks real nasty", + "melee_animation": "401", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard warlord", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", + "id": "477", + "aggressive": "true", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "It's one of General Khazard's commanders.", "melee_animation": "428", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard commander", + "defence_level": "35", "safespot": null, + "lifepoints": "50", "strength_level": "35", - "weakness": "6" + "id": "478", + "range_level": "1", + "attack_level": "35" }, { - "id": "479", - "name": "Gnome troop", "examine": "It's a tree gnome trooper.", - "attack_level": "24", - "death_animation": "196", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", "melee_animation": "190", "range_animation": "0", - "range_level": "32", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome troop", + "defence_level": "32", "safespot": null, + "lifepoints": "45", "strength_level": "24", - "weakness": "1" + "id": "479", + "range_level": "32", + "attack_level": "24" }, { - "id": "480", - "name": "Gnome troop" - }, - { - "id": "481", + "examine": "It's a gnome who specialises in covert operations.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Tracker gnome 1", - "examine": "It's a gnome who specialises in covert operations.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "481", + "range_level": "1", + "attack_level": "1" }, { - "id": "482", + "examine": "It's a gnome who specialises in covert operations.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Tracker gnome 2", - "examine": "It's a gnome who specialises in covert operations.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "482", + "range_level": "1", + "attack_level": "1" }, { - "id": "483", + "examine": "It's a gnome who specialises in covert operations.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Tracker gnome 3", - "examine": "It's a gnome who specialises in covert operations.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "483", + "range_level": "1", + "attack_level": "1" }, { - "id": "484", - "name": "Local Gnome" - }, - { - "id": "485", - "name": "Local Gnome", "examine": "It's a young tree gnome.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Local Gnome", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "485", + "range_level": "1", + "attack_level": "1" }, { - "id": "486", - "name": "Kalron" - }, - { - "id": "487", - "name": "Giant", "examine": "I guess he wants to be more than just the muscle.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Giant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "487", + "range_level": "1", + "attack_level": "1" }, { - "id": "488", - "name": "Observatory professor", "examine": "A man, learned in the ways of the stars.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Observatory professor", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "488", + "range_level": "1", + "attack_level": "1" }, { - "id": "489", - "name": "Goblin guard", "examine": "He doesn't look like he'd trust his own mother.", - "attack_level": "32", - "combat_audio": "469,472,471", - "death_animation": "6190", - "defence_animation": "0", - "defence_level": "37", - "lifepoints": "43", - "magic_animation": "0", "melee_animation": "6199", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6190", + "name": "Goblin guard", + "defence_level": "37", "safespot": null, + "lifepoints": "43", "strength_level": "37", - "weakness": "7" + "id": "489", + "range_level": "1", + "attack_level": "32" }, { - "id": "490", - "name": "Mummy", "examine": "If the mummy is at school", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mummy", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "490", + "range_level": "1", + "attack_level": "1" }, { - "id": "491", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "1", - "lifepoints": "20", "melee_animation": "5540", - "range_level": "1", + "combat_audio": "436,439,438", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5541", "slayer_exp": "25", - "strength_level": "1" + "death_animation": "5542", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "491", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "492", - "name": "Spirit of Scorpius", "examine": "The essence of evil.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spirit of Scorpius", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "492", + "range_level": "1", + "attack_level": "1" }, { - "id": "493", - "name": "Grave scorpion", "examine": "A vicious", - "aggressive": "true", - "attack_level": "5", - "combat_audio": "3611,3612,3610", - "death_animation": "6260", - "defence_animation": "0", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "6261", "range_animation": "0", - "range_level": "7", + "combat_audio": "3611,3612,3610", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "6260", + "name": "Grave scorpion", + "defence_level": "7", "safespot": null, + "lifepoints": "10", "strength_level": "5", - "weakness": "2" + "id": "493", + "aggressive": "true", + "range_level": "7", + "attack_level": "5" }, { + "examine": "He can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "494", - "name": "Banker", - "examine": "He can look after my money.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "495", - "name": "Banker", "examine": "Good with money.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "495", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "496", - "name": "Banker", - "examine": "He can look after my money." - }, - { - "id": "497", - "name": "Banker", - "examine": "She can look after my money." - }, - { - "id": "498", - "name": "Banker", "examine": "Manages money momentarily.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "499", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Banker", - "examine": "He can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "498", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can look after my money.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "500", - "name": "Mosol Rei", - "examine": "A warrior from Shilo Village." - }, - { - "id": "501", - "name": "Spirit of Zadimus", - "examine": "An unquiet soul." - }, - { - "id": "502", - "name": "Undead one", - "examine": "A minion of Rashiliyia.", - "aggressive": "true", - "attack_level": "32", - "attack_speed": "5", - "death_animation": "5491", "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "499", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A minion of Rashiliyia.", "melee_animation": "5485", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "32", "safespot": null, + "lifepoints": "45", "strength_level": "32", - "weakness": "8" + "id": "502", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" }, { - "id": "503", - "name": "Undead one", "examine": "A minion of Rashiliyia.", - "attack_level": "33", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", - "magic_animation": "0", "melee_animation": "5485", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "33", "safespot": null, + "lifepoints": "47", "strength_level": "33", - "weakness": "8" + "id": "503", + "range_level": "1", + "attack_level": "33" }, { - "id": "504", - "name": "Undead one", "examine": "The animated dead; one of Rashiliyia's minions.", - "aggressive": "true", - "attack_level": "32", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", "melee_animation": "5568", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "32", - "weakness": "8" - }, - { - "id": "505", - "name": "Undead one", - "examine": "The animated dead; one of Rashiliyia's minions.", - "aggressive": "true", - "attack_level": "33", "attack_speed": "5", - "death_animation": "5575", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5569", + "name": "Undead one", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "504", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "melee_animation": "5571", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5575", + "name": "Undead one", "defence_level": "33", + "safespot": null, "lifepoints": "47", - "magic_animation": "0", - "melee_animation": "5571", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "33", - "weakness": "8" - }, - { - "id": "506", - "name": "Rashiliyia ", - "examine": "The animated spirit of Rashiliyia the Zombie Queen." - }, - { - "id": "507", - "name": "Nazastarool", + "id": "505", "aggressive": "true", - "attack_level": "1", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "1", - "lifepoints": "100", + "range_level": "1", + "attack_level": "33" + }, + { "melee_animation": "5571", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "5574", + "death_animation": "5575", + "name": "Nazastarool", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "100", + "strength_level": "1", + "id": "507", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "508", - "name": "Nazastarool", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5509", - "defence_animation": "5508", - "defence_level": "1", - "lifepoints": "75", "melee_animation": "5507", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "509", + "defence_animation": "5508", + "death_animation": "5509", "name": "Nazastarool", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5534", - "defence_animation": "5533", "defence_level": "1", - "lifepoints": "110", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "508", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "5532", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "5533", + "death_animation": "5534", + "name": "Nazastarool", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "110", + "strength_level": "1", + "id": "509", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "510", - "name": "Hajedy", - "examine": "A cart driver; it looks like he's quite experienced." - }, - { - "id": "511", - "name": "Vigroy", - "examine": "A cart driver; it looks like he's quite experienced." - }, - { - "id": "512", - "name": "Kaleb Paramaya", - "examine": "This is Kaleb Paramaya, a warm and friendly inn owner." - }, - { - "id": "513", - "name": "Yohnus", - "examine": "This is Yohnus - he runs the local blacksmiths." - }, - { - "id": "514", - "name": "Seravel", - "examine": "This is Seravel. He sells tickets for the 'Lady of the Waves.'" - }, - { - "id": "515", - "name": "Yanni Salika", - "examine": "Yanni Salika; he buys and sells antiques." - }, - { - "id": "516", - "name": "Obli", - "examine": "An intelligent-looking shop owner." - }, - { - "id": "517", - "name": "Fernahei", - "examine": "This is Fernahei; he owns the local fishing tackle shop." - }, - { - "id": "518", - "name": "Captain Shanks", "examine": "He's the Captain of the 'Lady of the Waves'.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Shanks", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "518", + "range_level": "1", + "attack_level": "1" }, { - "id": "519", - "name": "Bob", "examine": "An expert on axes.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bob", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "519", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Sells stuff.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "520", - "name": "Shopkeeper", - "examine": "Sells stuff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "521", - "name": "Shop assistant", "examine": "Helps sell stuff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shop assistant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "521", + "range_level": "1", + "attack_level": "1" }, { - "id": "522", - "name": "Shopkeeper", "examine": "Likes people spending money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "522", + "range_level": "1", + "attack_level": "1" }, { - "id": "523", - "name": "Shop assistant", "examine": "Likes helping sell stuff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shop assistant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "523", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A product of a consumerist society.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "524", - "name": "Shopkeeper", - "examine": "A product of a consumerist society.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Likes you more, the more you spend.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shop assistant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "525", - "name": "Shop assistant", - "examine": "Likes you more, the more you spend.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "526", - "name": "Shopkeeper", "examine": "A product of a consumerist society.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "526", + "range_level": "1", + "attack_level": "1" }, { - "id": "527", - "name": "Shop assistant", "examine": "Likes you more, the more you spend.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "528", - "name": "Shopkeeper", - "examine": "Sells stuff." - }, - { - "id": "529", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Shop assistant", - "examine": "Loves you more, the more you spend." + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "527", + "range_level": "1", + "attack_level": "1" }, { - "id": "530", - "name": "Shopkeeper", "examine": "Has an interesting assortment of items for sale.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "530", + "range_level": "1", + "attack_level": "1" }, { - "id": "531", - "name": "Shop assistant", "examine": "Works on commission.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shop assistant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "531", + "range_level": "1", + "attack_level": "1" }, { - "id": "532", - "name": "Shopkeeper Kofi", "examine": "He clearly takes pride in his appearance.", - "aggressive": "true", - "attack_level": "60", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "285", - "magic_animation": "0", - "magic_level": "60", "range_animation": "0", - "range_level": "60", + "magic_level": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Shopkeeper Kofi", + "defence_level": "60", "safespot": null, + "lifepoints": "285", "strength_level": "60", - "weakness": "10" + "id": "532", + "aggressive": "true", + "range_level": "60", + "attack_level": "60" }, { - "id": "533", - "name": "Shop assistant", "examine": "Needs a haircut.", - "aggressive": "true", - "attack_level": "60", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "285", - "magic_animation": "0", + "range_animation": "0", "magic_level": "60", - "range_animation": "0", - "range_level": "60", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "534", - "name": "Fairy shopkeeper", - "examine": "Sells stuff.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "535", - "name": "Fairy shop assistant", - "examine": "Sells stuff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "536", - "name": "Valaine" - }, - { - "id": "537", - "name": "Scavvo" - }, - { - "id": "538", - "name": "Peksa", - "examine": "Always up-to-date with the latest helmet fashions." - }, - { - "id": "539", - "name": "Silk trader", - "examine": "Very snappily dressed.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "540", - "name": "Gem trader", - "examine": "Makes his money selling rocks.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "541", - "name": "Zeke", - "examine": "Sells superior scimitars." - }, - { - "id": "542", - "name": "Louie Legs", - "examine": "For the finest in armoured legware.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "543", - "name": "Karim", - "examine": "Kebabs are full of meaty goodness!" - }, - { - "id": "544", - "name": "Ranael", - "examine": "She's an expert on armoured skirts." - }, - { - "id": "545", - "name": "Dommik", - "examine": "If Crafting's your thing, he's your man." - }, - { - "id": "546", - "name": "Zaff", - "examine": "Sells superior staffs." - }, - { - "id": "547", - "name": "Baraek", - "examine": "Animal skins are a specialty." - }, - { - "id": "548", - "name": "Thessalia", - "examine": "Interesting assortment of clothes on offer..." - }, - { - "id": "549", - "name": "Horvik", - "examine": "The man with the armour." - }, - { - "id": "550", - "name": "Lowe", - "examine": "Sells arrows." - }, - { - "id": "551", - "name": "Shopkeeper", - "examine": "Ironically, makes a living from swords.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "552", "name": "Shop assistant", + "defence_level": "60", + "safespot": null, + "lifepoints": "285", + "strength_level": "60", + "id": "533", + "aggressive": "true", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Sells stuff.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "534", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sells stuff.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy shop assistant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "535", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very snappily dressed.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silk trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "539", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Makes his money selling rocks.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gem trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "540", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "For the finest in armoured legware.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Louie Legs", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "542", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Ironically, makes a living from swords.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "551", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Helps the shopkeeper sell swords.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shop assistant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "552", + "range_level": "1", + "attack_level": "1" }, { - "id": "553", - "name": "Aubury" - }, - { - "id": "554", - "name": "Fancy-dress shop owner", "examine": "For the interesting clothing items you just can't find elsewhere.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fancy-dress shop owner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "554", + "range_level": "1", + "attack_level": "1" }, { - "id": "555", - "name": "Shopkeeper", "examine": "Has a fine moustache.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "556", - "name": "Grum", - "examine": "Loves his gold!" - }, - { - "id": "557", - "name": "Wydin", - "examine": "Likes his food to be kept fresh." - }, - { - "id": "558", - "name": "Gerrant", - "examine": "A Fishing expert." - }, - { - "id": "559", - "name": "Brian", - "examine": "An expert on axes." - }, - { - "id": "560", - "name": "Jiminua", - "examine": "Goods for sale and trade." - }, - { - "id": "561", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "555", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Could stand to lose a few pounds.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "561", + "range_level": "1", + "attack_level": "1" }, { - "id": "562", - "name": "Candle-maker", "examine": "Has an odd smell about him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Candle-maker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "562", + "range_level": "1", + "attack_level": "1" }, { - "id": "563", - "name": "Arhein" - }, - { - "id": "564", + "examine": "A being from a mysterious realm.", "name": "Jukat", - "examine": "A being from a mysterious realm." + "id": "564" }, { - "id": "565", - "name": "Lunderwin" - }, - { - "id": "566", + "examine": "Is he invisible, or just floating clothing?", "name": "Irksol", - "examine": "Is he invisible, or just floating clothing?" + "id": "566" }, { - "id": "567", - "name": "Fairy", "examine": "Looks strange and mysterious.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "567", + "range_level": "1", + "attack_level": "1" }, { - "id": "568", - "name": "Zambo", - "examine": "Appears slightly drunk." - }, - { - "id": "569", - "name": "Silver merchant", "examine": "Looks fairly well fed.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silver merchant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "569", + "range_level": "1", + "attack_level": "1" }, { - "id": "570", + "examine": "Seems very well-off.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Gem merchant", - "examine": "Seems very well-off.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "570", + "range_level": "1", + "attack_level": "1" }, { - "id": "571", - "name": "Baker", "examine": "So where are the butcher and the candlestick-maker?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "571", + "range_level": "1", + "attack_level": "1" }, { - "id": "572", - "name": "Spice seller", "examine": "Has a very exotic aroma about him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spice seller", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "572", + "range_level": "1", + "attack_level": "1" }, { - "id": "573", - "name": "Fur trader", "examine": "Knows how to keep warm in the winter.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fur trader", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "573", + "range_level": "1", + "attack_level": "1" }, { - "id": "574", - "name": "Silk merchant", "examine": "Seems very well-off.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silk merchant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "574", + "range_level": "1", + "attack_level": "1" }, { - "id": "575", - "name": "Hickton" - }, - { - "id": "576", - "name": "Harry" - }, - { - "id": "577", - "name": "Cassie", - "examine": "Nice eyes." - }, - { - "id": "578", - "name": "Frincos" - }, - { - "id": "579", - "name": "Drogo dwarf", "examine": "He runs a Mining store.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Drogo dwarf", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "579", + "range_level": "1", + "attack_level": "1" }, { - "id": "580", - "name": "Flynn", - "examine": "The mace salesman." - }, - { - "id": "581", - "name": "Wayne", - "examine": "An armourer." - }, - { - "id": "582", - "name": "Dwarf", "examine": "I wonder if he wants to buy my junk?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "582", + "range_level": "1", + "attack_level": "1" }, { - "id": "583", - "name": "Betty", - "examine": "She seems like a nice sort of person." - }, - { - "id": "584", - "name": "Herquin" - }, - { - "id": "585", - "name": "Rommik" - }, - { - "id": "586", - "name": "Gaius", - "examine": "Ironically, makes a living from swords." - }, - { - "id": "587", - "name": "Jatix", - "examine": "He runs the Herblore Shop." - }, - { - "id": "588", - "name": "Davon", - "examine": "An amulet trader." - }, - { - "id": "589", - "name": "Zenesha" - }, - { - "id": "590", - "name": "Aemad" - }, - { - "id": "591", - "name": "Kortan" - }, - { - "id": "592", - "name": "Roachey" - }, - { - "id": "593", - "name": "Frenita" - }, - { - "id": "594", - "name": "Nurmof" - }, - { - "id": "595", - "name": "Tea seller", "examine": "He seems to sell tea.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tea seller", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "595", + "range_level": "1", + "attack_level": "1" }, { - "id": "596", - "name": "Fat Tony", "examine": "A pizza expert; in both making and eating.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fat Tony", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "596", + "range_level": "1", + "attack_level": "1" }, { - "id": "597", - "name": "Noterazzo" - }, - { - "id": "598", - "name": "Hairdresser", "examine": "Anyone fancy a trim?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hairdresser", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "598", + "range_level": "1", + "attack_level": "1" }, { - "id": "599", - "name": "Make-over Mage", "examine": "Master of the mystical make-over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Make-over Mage", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "599", + "range_level": "1", + "attack_level": "1" }, { - "id": "600", - "name": "Hudo" - }, - { - "id": "601", - "name": "Rometti" - }, - { - "id": "602", - "name": "Gulluck" - }, - { - "id": "603", - "name": "Heckel Funch" - }, - { - "id": "604", - "name": "Thurgo", - "examine": "Dwarvish." - }, - { - "id": "605", - "name": "Sir Vyvin", - "examine": "An elderly White Knight." - }, - { - "id": "606", - "name": "Squire", "examine": "Indentured servant of a Knight.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "607", - "name": "Gunnjorn", - "examine": "He maintains this agility course." - }, - { - "id": "608", - "name": "Sir Amik Varze" - }, - { - "id": "609", - "name": "Fortress Guard", - "examine": "A generic evil henchman.", - "attack_level": "26", - "death_animation": "836", "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "606", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A generic evil henchman.", "melee_animation": "428", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" - }, - { - "id": "610", - "name": "Black Knight Captain", - "examine": "One of the Black Knights.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "611", - "name": "Witch", - "examine": "The Black Knights' resident witch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "612", - "name": "Greldo" - }, - { - "id": "613", - "name": "Digsite workman", - "examine": "This person is working on the site.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "614", - "name": "Doug Deeping", - "examine": "This person is working on the site.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "615", - "name": "Student", - "examine": "A student busy studying the digsite.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "616", - "name": "Student", - "examine": "A student busy studying the digsite.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "617", - "name": "Student", - "examine": "A student busy studying the digsite.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "618", - "name": "Examiner", - "examine": "Upon examining the examiner you examine it is indeed an examiner!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "619", - "name": "Archaeological expert", - "examine": "An expert on archaeology.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "620", - "name": "Panning guide", - "examine": "A specialist in panning for gold.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "621", - "name": "Gnome baller", - "examine": "A professional gnome baller.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "622", - "name": "Gnome baller" - }, - { - "id": "623", - "name": "Gnome baller" - }, - { - "id": "624", - "name": "Gnome baller" - }, - { - "id": "625", - "name": "Gnome baller" - }, - { - "id": "626", - "name": "Gnome baller" - }, - { - "id": "627", - "name": "Gnome baller" - }, - { - "id": "628", - "name": "Gnome baller" - }, - { - "id": "629", - "name": "Gnome baller" - }, - { - "id": "630", - "name": "Gnome baller" - }, - { - "id": "631", - "name": "Gnome baller" - }, - { - "id": "632", - "name": "Gnome baller" - }, - { - "id": "633", - "name": "Gnome winger", - "examine": "A professional gnome baller.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "634", - "name": "Gnome winger" - }, - { - "id": "635", - "name": "Gnome ball referee", - "examine": "Keeps the game fair.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "636", - "name": "Cheerleader" - }, - { - "id": "637", - "name": "Juliet", - "examine": "A tearful damsel, maybe I can help her?" - }, - { - "id": "638", - "name": "Apothecary", - "examine": "A dealer in potions.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "639", - "name": "Romeo", - "examine": "Rather dense and soppy looking." - }, - { - "id": "640", - "name": "Father Lawrence", - "examine": "A religious man... And occasional drunk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "641", - "name": "Charlie the Tramp", - "examine": "Looks down on his luck.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "642", - "name": "Katrine" - }, - { - "id": "643", - "name": "Weaponsmaster", - "examine": "Looks kind of obsessive...", - "attack_level": "15", "death_animation": "836", + "name": "Fortress Guard", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", + "id": "609", + "range_level": "1", + "attack_level": "26" + }, + { + "examine": "One of the Black Knights.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "15", - "lifepoints": "42", "magic_animation": "0", + "death_animation": "0", + "name": "Black Knight Captain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "610", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Black Knights' resident witch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Witch", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "611", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This person is working on the site.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Digsite workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "613", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This person is working on the site.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doug Deeping", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "614", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A student busy studying the digsite.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "615", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A student busy studying the digsite.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "616", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A student busy studying the digsite.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "617", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Upon examining the examiner you examine it is indeed an examiner!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Examiner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "618", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An expert on archaeology.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Archaeological expert", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "619", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A specialist in panning for gold.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Panning guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "620", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A professional gnome baller.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome baller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "621", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A professional gnome baller.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome winger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "633", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Keeps the game fair.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome ball referee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "635", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dealer in potions.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Apothecary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "638", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A religious man... And occasional drunk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Father Lawrence", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "640", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks down on his luck.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Charlie the Tramp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "641", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks kind of obsessive...", "melee_animation": "390", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "15", - "weakness": "9" - }, - { - "id": "644", - "name": "Straven" - }, - { - "id": "645", - "name": "Jonny the beard", - "examine": "Looks kind of shifty...", - "attack_level": "1", - "combat_audio": "498,500,499", - "death_animation": "836", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "2", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Weaponsmaster", + "defence_level": "15", + "safespot": null, + "lifepoints": "42", + "strength_level": "15", + "id": "643", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Looks kind of shifty...", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "498,500,499", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Jonny the beard", + "defence_level": "1", "safespot": null, + "lifepoints": "2", "strength_level": "1", - "weakness": "9" + "id": "645", + "range_level": "1", + "attack_level": "1" }, { - "id": "646", - "name": "Curator Haig Halen", "examine": "Curator of the museum.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "703,705,704", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Curator Haig Halen", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "646", + "range_level": "1", + "attack_level": "1" }, { - "id": "647", - "name": "King Roald" - }, - { - "id": "648", - "name": "King Roald", "examine": "Varrock's resident monarch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Roald", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "648", + "range_level": "1", + "attack_level": "1" }, { - "id": "649", - "name": "Archer", "examine": "She looks quite experienced.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Archer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "649", + "range_level": "1", + "attack_level": "1" }, { - "id": "650", - "name": "Warrior", "examine": "He looks big and dumb.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Warrior", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "650", + "range_level": "1", + "attack_level": "1" }, { - "id": "651", - "name": "Monk", "examine": "He looks holy.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "651", + "range_level": "1", + "attack_level": "1" }, { - "id": "652", - "name": "Wizard", "examine": "He looks kind of puny...", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", - "prj_height": "3", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "653", - "name": "Fairy Queen" - }, - { - "id": "654", - "name": "Shamus" - }, - { - "id": "655", - "name": "Tree spirit", - "examine": "Guardian of the dramen tree.", - "attack_level": "45", - "attack_speed": "5", - "death_animation": "5534", + "combat_audio": "511,513,512", "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", "magic_animation": "0", + "death_animation": "0", + "name": "Wizard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "652", + "range_level": "1", + "attack_level": "1", + "prj_height": "3" + }, + { + "examine": "Guardian of the dramen tree.", "melee_animation": "5532", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5534", + "name": "Tree spirit", + "defence_level": "45", "safespot": null, + "lifepoints": "64", "strength_level": "45", - "weakness": "9" + "id": "655", + "range_level": "1", + "attack_level": "45" }, { - "id": "656", - "name": "Cave monk", "examine": "Unsurprisingly monk like.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave monk", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "656", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Holy looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk of Entrana", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "657", - "name": "Monk of Entrana", - "examine": "Holy looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Holy looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk of Entrana", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "658", - "name": "Monk of Entrana", - "examine": "Holy looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "659", - "name": "Party Pete", "examine": "He likes to paaaarty!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Party Pete", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "659", + "range_level": "1", + "attack_level": "1" }, { - "id": "660", "name": "Knight", - "attack_level": "1", - "combat_audio": "511,513,512", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "660", + "range_level": "1", + "attack_level": "1" }, { - "id": "661", - "name": "Megan" - }, - { - "id": "662", - "name": "Lucy" - }, - { - "id": "663", "name": "Man", - "attack_level": "1", - "clue_level": "0", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "663", + "clue_level": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "664", - "name": "Boot" - }, - { - "id": "665", - "name": "Boot", "examine": "A short and angry dwarf.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boot", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "665", + "range_level": "1", + "attack_level": "1" }, { - "id": "666", - "name": "Caleb" - }, - { - "id": "667", - "name": "Chronozon", "examine": "Chronozon the blood demon.", - "aggressive": "true", - "attack_level": "173", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "173", - "lifepoints": "60", - "magic_level": "1", "melee_animation": "64", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", + "defence_animation": "65", + "death_animation": "67", + "name": "Chronozon", + "defence_level": "173", "safespot": null, - "strength_level": "172" + "lifepoints": "60", + "strength_level": "172", + "id": "667", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "173" }, { - "id": "668", - "name": "Johnathon" - }, - { - "id": "669", - "name": "Hazelmere" - }, - { - "id": "670", - "name": "King Narnode Shareen", "examine": "An important looking gnome.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "671", - "name": "Glough" - }, - { - "id": "672", - "name": "Anita" - }, - { - "id": "673", - "name": "Charlie" - }, - { - "id": "674", - "name": "Foreman", - "examine": "The boss!", - "attack_level": "20", - "death_animation": "836", "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", "magic_animation": "0", + "death_animation": "0", + "name": "King Narnode Shareen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "670", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The boss!", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Foreman", + "defence_level": "20", "safespot": null, + "lifepoints": "28", "strength_level": "20", - "weakness": "9" + "id": "674", + "range_level": "1", + "attack_level": "20" }, { - "id": "675", - "name": "Shipyard worker", - "examine": "Builds ships for a living." - }, - { - "id": "676", - "name": "Femi" - }, - { - "id": "677", - "name": "Black demon", "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", "melee_animation": "64", "range_animation": "64", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "157", - "strength_level": "148", - "weakness": "4" - }, - { - "id": "678", - "name": "Guard", - "examine": "Keeps order in the ranging guild.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "679", - "name": "Ranging Guild Doorman", - "examine": "The keeper of the gates to the ranging guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "680", - "name": "Leatherworker", - "examine": "An expert leatherworker.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "681", - "name": "Held vampyre juvinate", - "examine": "Mysterious swamp lights...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "682", - "name": "Armour salesman", - "examine": "Supplier of Rangers armour.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "683", - "name": "Bow and Arrow salesman", - "examine": "Supplier of Archery equipment.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "684", - "name": "Tower Advisor", - "examine": "Tower keeper and competition judge.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "685", - "name": "Tower Advisor" - }, - { - "id": "686", - "name": "Tower Advisor" - }, - { - "id": "687", - "name": "Tower Advisor" - }, - { - "id": "688", - "name": "Tower Archer", - "examine": "Defender of the north tower.", - "aggressive": "true", - "attack_level": "7", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "10", - "respawn_delay": "60", - "safespot": null, - "strength_level": "7", - "weakness": "0" - }, - { - "id": "689", - "name": "Tower Archer", - "examine": "Defender of the east tower.", - "aggressive": "true", - "attack_level": "15", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "20", - "respawn_delay": "60", - "safespot": null, - "strength_level": "15", - "weakness": "0" - }, - { - "id": "690", - "name": "Tower Archer", - "examine": "Defender of the south tower.", - "aggressive": "true", - "attack_level": "22", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "30", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "0" - }, - { - "id": "691", - "name": "Tower Archer", - "examine": "Defender of the west tower.", - "aggressive": "true", - "attack_level": "30", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "40", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "0" - }, - { - "id": "692", - "name": "Tribal Weapon Salesman", - "examine": "Supplier of authentic throwing weapons.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "693", - "name": "Competition Judge" - }, - { - "id": "694", - "name": "Ticket Merchant", - "examine": "Sells equipment in exchange for archery tickets.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "695", - "name": "Bailey" - }, - { - "id": "696", - "name": "Caroline", - "examine": "She looks very worried about something.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "697", - "name": "Holgart" - }, - { - "id": "698", - "name": "Holgart", - "examine": "A very good sailor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "699", - "name": "Holgart" - }, - { - "id": "700", - "name": "Holgart" - }, - { - "id": "701", - "name": "Kent" - }, - { - "id": "702", - "name": "Fisherman" - }, - { - "id": "703", - "name": "Fisherman" - }, - { - "id": "704", - "name": "Fisherman" - }, - { - "id": "705", - "name": "Melee tutor", - "examine": "Harlan, ready to teach swordplay.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "706", - "name": "Wizard Mizgog", - "examine": "An old wizard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "707", - "name": "Wizard Grayzag", - "examine": "Master of imps." - }, - { - "id": "708", - "name": "Imp", - "examine": "A cheeky little imp.", - "attack_level": "2", - "attack_speed": "5", - "combat_audio": "534,536,535", - "death_animation": "172", - "defence_animation": "170", - "defence_level": "2", - "lifepoints": "8", - "magic_animation": "169", - "melee_animation": "169", - "movement_radius": "25", - "range_animation": "169", - "range_level": "1", - "safespot": null, - "strength_level": "2", - "weakness": "7" - }, - { - "id": "709", - "name": "Imp", - "examine": "A cheeky little imp.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "534,536,535", - "death_animation": "172", - "defence_animation": "170", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "169", - "melee_animation": "169", - "movement_radius": "25", - "range_animation": "169", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "710", - "name": "Alrena" - }, - { - "id": "711", - "name": "Bravek" - }, - { - "id": "712", - "name": "Carla" - }, - { - "id": "713", - "name": "Clerk", - "examine": "A bureaucratic administrator.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "714", - "name": "Edmond", - "examine": "A local civilian.", - "attack_level": "", - "combat_audio": "", - "defence_level": "", - "lifepoints": "", - "range_level": "", - "safespot": null, - "slayer_exp": "", - "strength_level": "" - }, - { - "id": "715", - "name": "Elena", - "examine": "She looks concerned." - }, - { - "id": "716", - "name": "Head Mourner", - "examine": "In charge of people with silly outfits." - }, - { - "id": "717", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "718", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "719", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "720", - "name": "Recruiter", - "examine": "A member of the Ardougne Royal Army.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "721", - "name": "Ted Rehnison" - }, - { - "id": "722", - "name": "Martha Rehnison" - }, - { - "id": "723", - "name": "Billy Rehnison" - }, - { - "id": "724", - "name": "Milli Rehnison" - }, - { - "id": "725", - "name": "Jethick" - }, - { - "id": "726", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "727", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "728", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "", - "clue_level": "", - "combat_audio": "", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "protect_style": "", - "range_animation": "", - "range_level": "", - "respawn_delay": "", - "safespot": "", - "slayer_exp": "", - "strength_level": "" - }, - { - "id": "729", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "", - "clue_level": "", - "combat_audio": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "730", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "731", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "732", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "733", - "name": "Bartender", - "examine": "I could get a beer from him." - }, - { - "id": "734", - "name": "Bartender", - "examine": "I could get a beer from him." - }, - { - "id": "735", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "736", - "name": "Emily", - "examine": "Works in the Rising Sun." - }, - { - "id": "737", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "738", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "739", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "740", - "name": "Trufitus", - "examine": "A wise old witch doctor." - }, - { - "id": "741", - "name": "Duke Horacio", - "examine": "Duke Horacio of Lumbridge.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "742", - "name": "Elvarg", - "examine": "Roar! A dragon!", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "70", + "combat_audio": "397,399,398", "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "death_animation": "4642", - "defence_animation": "89", - "defence_level": "70", - "lifepoints": "80", - "magic_level": "70", - "melee_animation": "80", - "range_level": "1", - "respawn_delay": "35", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", "safespot": null, - "strength_level": "70" + "lifepoints": "157", + "strength_level": "148", + "id": "677", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" }, { - "id": "743", - "name": "Ned", - "examine": "An old sailor." - }, - { - "id": "744", - "name": "Klarense", - "examine": "A young sailor." - }, - { - "id": "745", - "name": "Wormbrain", - "examine": "A badly-behaved goblin.", - "attack_level": "1", - "death_animation": "6204", + "examine": "Keeps order in the ranging guild.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "678", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The keeper of the gates to the ranging guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ranging Guild Doorman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "679", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An expert leatherworker.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Leatherworker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "680", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Mysterious swamp lights...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Held vampyre juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "681", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Supplier of Rangers armour.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Armour salesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "682", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Supplier of Archery equipment.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bow and Arrow salesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "683", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Tower keeper and competition judge.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tower Advisor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "684", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Defender of the north tower.", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Tower Archer", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "7", + "id": "688", + "aggressive": "true", + "range_level": "10", + "attack_level": "7" + }, + { + "examine": "Defender of the east tower.", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Tower Archer", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "15", + "id": "689", + "aggressive": "true", + "range_level": "20", + "attack_level": "15" + }, + { + "examine": "Defender of the south tower.", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Tower Archer", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "22", + "id": "690", + "aggressive": "true", + "range_level": "30", + "attack_level": "22" + }, + { + "examine": "Defender of the west tower.", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Tower Archer", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "30", + "id": "691", + "aggressive": "true", + "range_level": "40", + "attack_level": "30" + }, + { + "examine": "Supplier of authentic throwing weapons.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tribal Weapon Salesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "692", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sells equipment in exchange for archery tickets.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ticket Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "694", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Harlan, ready to teach swordplay.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Melee tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "705", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old wizard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard Mizgog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "706", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cheeky little imp.", + "melee_animation": "169", + "range_animation": "169", + "combat_audio": "534,536,535", + "attack_speed": "5", + "defence_animation": "170", + "weakness": "7", + "magic_animation": "169", + "death_animation": "172", + "name": "Imp", + "defence_level": "2", + "safespot": null, + "movement_radius": "25", + "lifepoints": "8", + "strength_level": "2", + "id": "708", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "A cheeky little imp.", + "melee_animation": "169", + "range_animation": "169", + "combat_audio": "534,536,535", + "attack_speed": "5", + "defence_animation": "170", + "magic_animation": "169", + "death_animation": "172", + "name": "Imp", + "defence_level": "1", + "safespot": null, + "movement_radius": "25", + "lifepoints": "8", + "strength_level": "1", + "id": "709", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bureaucratic administrator.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Clerk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "713", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "", + "examine": "A local civilian.", + "name": "Edmond", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "combat_audio": "", + "strength_level": "", + "id": "714", + "range_level": "", + "attack_level": "" + }, + { + "slayer_exp": "", + "examine": "A local civilian.", + "name": "Edmond", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "combat_audio": "", + "strength_level": "", + "id": "3213", + "range_level": "", + "attack_level": "" + }, + { + "slayer_exp": "", + "examine": "A local civilian.", + "name": "Edmond", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "combat_audio": "", + "strength_level": "", + "id": "3214", + "range_level": "", + "attack_level": "" + }, + { + "examine": "A member of the Ardougne Royal Army.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Recruiter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "720", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens.", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "726", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens.", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "727", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "", + "range_animation": "", + "combat_audio": "", + "protect_style": "", + "respawn_delay": "", + "defence_animation": "0", + "slayer_exp": "", + "magic_animation": "", + "death_animation": "0", + "name": "Man", + "defence_level": "1", + "safespot": "", + "lifepoints": "", + "strength_level": "", + "id": "728", + "clue_level": "", + "range_level": "", + "attack_level": "" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "", + "range_animation": "", + "combat_audio": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Man", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "729", + "clue_level": "", + "range_level": "", + "attack_level": "" + }, + { + "examine": "One of Gielinor's many citizens.", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "730", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "731", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "732", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "735", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "737", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "738", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "739", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Duke Horacio of Lumbridge.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Duke Horacio", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "741", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "Roar! A dragon!", + "melee_animation": "80", + "attack_speed": "4", + "magic_level": "70", + "respawn_delay": "35", + "defence_animation": "89", + "death_animation": "4642", + "name": "Elvarg", + "defence_level": "70", + "safespot": null, + "lifepoints": "80", + "strength_level": "70", + "id": "742", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "A badly-behaved goblin.", "melee_animation": "6184", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6204", + "name": "Wormbrain", + "defence_level": "1", "safespot": null, + "lifepoints": "1", "strength_level": "1", - "weakness": "9" + "id": "745", + "range_level": "1", + "attack_level": "1" }, { - "id": "746", - "name": "Oracle" - }, - { - "id": "747", - "name": "Oziach", - "examine": "A strange little man." - }, - { - "id": "748", - "name": "Angry barbarian spirit" - }, - { - "id": "749", + "examine": "He looks a tad upset.", + "melee_animation": "6726", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6727", "name": "Angry barbarian spirit", - "examine": "He looks a tad upset.", - "aggressive": "true", - "attack_level": "76", - "death_animation": "6727", - "defence_animation": "0", "defence_level": "76", - "lifepoints": "108", - "magic_animation": "0", - "melee_animation": "6726", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "108", "strength_level": "76", - "weakness": "6" + "id": "749", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" }, { - "id": "750", + "examine": "He looks a tad upset.", + "melee_animation": "6726", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6727", "name": "Enraged barbarian spirit", - "examine": "He looks a tad upset.", - "aggressive": "true", - "attack_level": "76", - "death_animation": "6727", - "defence_animation": "0", "defence_level": "76", - "lifepoints": "108", - "magic_animation": "0", - "melee_animation": "6726", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "108", "strength_level": "76", - "weakness": "6" + "id": "750", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" }, { - "id": "751", + "examine": "He looks a tad upset.", + "melee_animation": "6726", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6727", "name": "Berserk barbarian spirit", - "examine": "He looks a tad upset.", - "aggressive": "true", - "attack_level": "76", - "death_animation": "6727", - "defence_animation": "0", "defence_level": "76", + "safespot": null, "lifepoints": "108", - "magic_animation": "0", - "melee_animation": "6726", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "76", - "weakness": "6" + "id": "751", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" }, { - "id": "752", - "name": "Ferocious barbarian spirit", "examine": "He looks a tad upset.", - "aggressive": "true", - "attack_level": "76", - "bonuses": "80,100,60,70,85,70,70,90,60,100,50,90,90,0,0", - "death_animation": "6727", - "defence_animation": "0", - "defence_level": "76", - "lifepoints": "190", - "magic_animation": "0", "melee_animation": "6726", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6727", + "name": "Ferocious barbarian spirit", + "defence_level": "76", "safespot": null, + "lifepoints": "190", "strength_level": "76", - "weakness": "6" + "id": "752", + "aggressive": "true", + "bonuses": "80,100,60,70,85,70,70,90,60,100,50,90,90,0,0", + "range_level": "1", + "attack_level": "76" }, { - "id": "753", - "name": "Melzar the Mad", "examine": "He looks totally insane!", - "aggressive": "true", - "attack_level": "28", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "magic_level": "28", "melee_animation": "423", "range_animation": "0", - "range_level": "28", + "magic_level": "28", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Melzar the Mad", + "defence_level": "28", "safespot": null, + "lifepoints": "40", "strength_level": "28", - "weakness": "10" - }, - { - "id": "754", - "name": "Peaceful barbarian spirit", - "examine": "Ascending to rest." - }, - { - "id": "755", - "name": "Morgan", - "examine": "He looks scared." - }, - { - "id": "756", - "name": "Dr Harlow", - "examine": "A retired vampyre hunter." - }, - { - "id": "757", - "name": "Count Draynor", - "examine": "Stop looking and run!", + "id": "753", "aggressive": "true", - "attack_level": "20", - "attack_speed": "5", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "20", - "lifepoints": "4", - "magic_animation": "422", + "range_level": "28", + "attack_level": "28" + }, + { + "examine": "Stop looking and run!", "melee_animation": "422", "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "758", - "name": "Fred the Farmer", - "examine": "A well-fed farmer.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "759", - "name": "Kittens" - }, - { - "id": "761", - "name": "Kitten" - }, - { - "id": "762", - "name": "Kitten" - }, - { - "id": "763", - "name": "Kitten" - }, - { - "id": "764", - "name": "Kitten" - }, - { - "id": "765", - "name": "Kitten" - }, - { - "id": "766", - "name": "Kitten" - }, - { - "id": "767", - "name": "Crate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "combat_style": "2", - "death_animation": "196", - "defence_animation": "194", - "defence_level": "1", - "lifepoints": "88", - "melee_animation": "192", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "768", - "name": "Cat" - }, - { - "id": "769", - "name": "Cat" - }, - { - "id": "770", - "name": "Cat" - }, - { - "id": "771", - "name": "Cat" - }, - { - "id": "772", - "name": "Cat" - }, - { - "id": "773", - "name": "Cat" - }, - { - "id": "774", - "name": "Overgrown cat" - }, - { - "id": "775", - "name": "Overgrown cat" - }, - { - "id": "776", - "name": "Overgrown cat" - }, - { - "id": "777", - "name": "Overgrown cat" - }, - { - "id": "778", - "name": "Overgrown cat", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "66", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "779", - "name": "Overgrown cat" - }, - { - "id": "780", - "name": "Gertrude" - }, - { - "id": "781", - "name": "Shilop", - "examine": "One of Gertrude's Sons." - }, - { - "id": "782", - "name": "Philop" - }, - { - "id": "783", - "name": "Wilough", - "examine": "One of Gertrude's Sons." - }, - { - "id": "784", - "name": "Kanel" - }, - { - "id": "785", - "name": "Civilian", - "examine": "A citizen of Ardougne.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "786", - "name": "Civilian", - "examine": "A citizen of Ardougne.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "787", - "name": "Civilian", - "examine": "A citizen of Ardougne.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "788", - "name": "Garv", - "examine": "A diligent guard." - }, - { - "id": "789", - "name": "Grubor", - "examine": "A rough looking thief." - }, - { - "id": "790", - "name": "Letham", - "examine": "A gnome who's supposed to be cleaning up a mess.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "791", - "name": "Seth" - }, - { - "id": "792", - "name": "Grip", - "examine": "Looks like he's been in the wars." - }, - { - "id": "793", - "name": "Alfonse the waiter", - "examine": "Smartly dressed, and ready to deliver food.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "794", - "name": "Charlie the cook", - "examine": "Distinctly cook-like.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "795", - "name": "Ice Queen", - "examine": "A cold hearted lady.", - "attack_level": "95", - "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "95", - "lifepoints": "104", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "94", - "weakness": "10" - }, - { - "id": "796", - "name": "Achietties", - "examine": "Distinctly heroic." - }, - { - "id": "797", - "name": "Helemos" - }, - { - "id": "798", - "name": "Velrak the explorer", - "examine": "He looks cold and hungry.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "799", - "name": "Pirate Guard", - "examine": "A morally ambiguous guard.", - "attack_level": "30", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "800", - "name": "Fishing spot", - "examine": "It looks like there might be eels swimming in the lava.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "801", - "name": "Abbot Langley", - "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "802", - "name": "Brother Jered", - "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "803", - "name": "Monk", - "examine": "A holy man.", - "attack_level": "12", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "12", - "lifepoints": "17", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "9" - }, - { - "id": "804", - "name": "Tanner", - "examine": "Manufacturer of fine leathers.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "805", - "name": "Master Crafter", - "examine": "He's in charge of the Crafting Guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "806", - "name": "Donovan the Family Handyman", - "examine": "He looks very tired...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "807", - "name": "Pierre", - "examine": "His job doesn't look very fun..." - }, - { - "id": "808", - "name": "Hobbes", - "examine": "He looks kind of stuck up..." - }, - { - "id": "809", - "name": "Louisa", - "examine": "She looks like she enjoys her job." - }, - { - "id": "810", - "name": "Mary", - "examine": "She looks very nervous..." - }, - { - "id": "811", - "name": "Stanford", - "examine": "He looks like he spends a lot of time outdoor." - }, - { - "id": "812", - "name": "Guard", - "examine": "An officer of the Law.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "813", - "name": "Gossip", - "examine": "One of those people who love to gossip!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "814", - "name": "Anna", - "examine": "She's dressed in a red top and green trousers." - }, - { - "id": "815", - "name": "Bob", - "examine": "He's dressed all in red." - }, - { - "id": "816", - "name": "Carol", - "examine": "She's wearing a blue top and red trousers." - }, - { - "id": "817", - "name": "David", - "examine": "He's dressed all in green." - }, - { - "id": "818", - "name": "Elizabeth", - "examine": "She's wearing a green top and blue trousers." - }, - { - "id": "819", - "name": "Frank", - "examine": "He's dressed all in blue." - }, - { - "id": "820", - "name": "Poison Salesman", - "examine": "He sure likes to sell stuff!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "821", - "name": "Sinclair Guard dog", - "examine": "Big, noisy, and scary looking!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "822", - "name": "Ana" - }, - { - "id": "823", - "name": "Ana" - }, - { - "id": "824", - "name": "Female slave" - }, - { - "id": "825", - "name": "Male slave", - "examine": "It looks like he's been here a long time.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "826", - "name": "Escaping slave" - }, - { - "id": "827", - "name": "Rowdy slave", - "examine": "He looks a bit aggressive.", - "aggressive": "true", - "attack_level": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "9" - }, - { - "id": "828", - "name": "Shanty Claws" - }, - { - "id": "829", - "name": "Mercenary Captain" - }, - { - "id": "830", - "name": "Mercenary Captain", - "examine": "He looks a bit aggressive.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "0", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Count Draynor", "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "4", "strength_level": "1", - "weakness": "9" + "id": "757", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" }, { - "id": "831", - "name": "Captain Siad", - "examine": "He's in control of the whole mining camp.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "A well-fed farmer.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "832", - "name": "Al Shabim" - }, - { - "id": "833", - "name": "Bedabin Nomad", - "examine": "A Bedabin nomad", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", + "death_animation": "0", + "name": "Fred the Farmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "758", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "2", + "melee_animation": "192", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "194", + "death_animation": "196", + "name": "Crate", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "767", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Overgrown cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "66", + "strength_level": "1", + "id": "778", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Ardougne.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Civilian", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "785", + "range_level": "", + "attack_level": "" + }, + { + "examine": "A citizen of Ardougne.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Civilian", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "786", + "range_level": "", + "attack_level": "" + }, + { + "examine": "A citizen of Ardougne.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Civilian", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "787", + "range_level": "", + "attack_level": "" + }, + { + "examine": "A gnome who's supposed to be cleaning up a mess.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Letham", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "790", + "range_level": "1", + "attack_level": "1" }, { - "id": "834", - "name": "Bedabin Nomad Guard", - "examine": "A Bedabin nomad guard - it looks like he's protecting an area.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "Smartly dressed, and ready to deliver food.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Alfonse the waiter", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "793", + "range_level": "1", + "attack_level": "1" }, { - "id": "835", - "name": "Irena", - "examine": "A resident of Al Kharid." + "examine": "Distinctly cook-like.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Charlie the cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "794", + "range_level": "1", + "attack_level": "1" }, { - "id": "836", - "name": "Shantay", - "examine": "He's in control of the Shantay Pass." - }, - { - "id": "837", - "name": "Shantay Guard", - "examine": "He patrols the Shantay Pass.", - "attack_level": "11", + "examine": "A cold hearted lady.", + "melee_animation": "422", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", "death_animation": "836", + "name": "Ice Queen", + "defence_level": "95", + "safespot": null, + "lifepoints": "104", + "strength_level": "94", + "id": "795", + "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "examine": "He looks cold and hungry.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", "magic_animation": "0", + "death_animation": "0", + "name": "Velrak the explorer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "798", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A morally ambiguous guard.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Pirate Guard", + "defence_level": "30", "safespot": null, - "strength_level": "11", - "weakness": "9" + "lifepoints": "42", + "strength_level": "30", + "id": "799", + "range_level": "1", + "attack_level": "30" }, { - "id": "838", - "name": "Shantay Guard", - "examine": "He patrols the Shantay Pass.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "It looks like there might be eels swimming in the lava.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishing spot", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "800", + "range_level": "1", + "attack_level": "1" }, { - "id": "839", - "name": "Desert Wolf", - "examine": "A vicious desert wolf.", - "attack_level": "11", - "death_animation": "6558", + "examine": "A holy man.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", "magic_animation": "0", + "death_animation": "0", + "name": "Abbot Langley", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "801", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Jered", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "802", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Monk", + "defence_level": "12", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "803", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Manufacturer of fine leathers.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tanner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "804", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's in charge of the Crafting Guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master Crafter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "805", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks very tired...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Donovan the Family Handyman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "806", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An officer of the Law.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "812", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of those people who love to gossip!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gossip", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "813", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He sure likes to sell stuff!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Poison Salesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "820", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big, noisy, and scary looking!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sinclair Guard dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "821", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It looks like he's been here a long time.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Male slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "825", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a bit aggressive.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Rowdy slave", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "827", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mercenary Captain", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "1", + "id": "830", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's in control of the whole mining camp.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Siad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "831", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Bedabin nomad", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bedabin Nomad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "833", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Bedabin nomad guard - it looks like he's protecting an area.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bedabin Nomad Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "834", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He patrols the Shantay Pass.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Shantay Guard", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "837", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "He patrols the Shantay Pass.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shantay Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "838", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A vicious desert wolf.", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6558", + "name": "Desert Wolf", + "defence_level": "11", "safespot": null, + "lifepoints": "15", "strength_level": "11", - "weakness": "9" + "id": "839", + "range_level": "1", + "attack_level": "11" }, { - "id": "840", - "name": "Ugthanki", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", "death_animation": "9674", + "name": "Ugthanki", "defence_level": "1", + "safespot": null, "lifepoints": "46", + "strength_level": "1", + "attack_speed": "5", + "id": "840", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "841", - "name": "Mine cart driver", "examine": "He looks busy attending to his cart.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mine cart driver", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "841", + "range_level": "1", + "attack_level": "1" }, { - "id": "842", - "name": "Rowdy Guard", "examine": "This pickaxe has been possessed by a dwarf ancestor spirit.", - "aggressive": "true", - "attack_level": "40", - "death_animation": "188", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "400", - "magic_animation": "0", "melee_animation": "185", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "188", + "name": "Rowdy Guard", + "defence_level": "40", "safespot": null, - "strength_level": "40" + "lifepoints": "400", + "strength_level": "40", + "id": "842", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" }, { - "id": "843", - "name": "RPDT employee", "examine": "Inefficient looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "RPDT employee", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "843", + "range_level": "1", + "attack_level": "1" }, { - "id": "844", - "name": "Horacio" - }, - { - "id": "846", - "name": "Kangai Mau", - "examine": "A happening kind of guy!" - }, - { - "id": "847", - "name": "Head chef", "examine": "Despite his name", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Head chef", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "847", + "range_level": "1", + "attack_level": "1" }, { - "id": "848", - "name": "Blurberry" - }, - { - "id": "849", - "name": "Barman" - }, - { - "id": "850", - "name": "Aluft Gianne snr.", "examine": "The famous tree gnome chef.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Aluft Gianne snr.", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "850", + "range_level": "1", + "attack_level": "1" }, { - "id": "851", - "name": "Gnome Waiter", "examine": "He can serve you gnome food.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome Waiter", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "851", + "range_level": "1", + "attack_level": "1" }, { - "id": "852", - "name": "Ogre chieftain", "examine": "Tough-looking.", - "attack_level": "75", + "range_animation": "0", "attack_speed": "4", - "bonuses": "5,5,5,0,0,0,0,0,0,0,0,7,0,0,0", - "defence_animation": "0", - "defence_level": "75", - "lifepoints": "60", - "magic_animation": "0", "magic_level": "1", - "range_animation": "0", - "range_level": "1", "respawn_delay": "300", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre chieftain", + "defence_level": "75", "safespot": null, + "lifepoints": "60", "strength_level": "71", - "weakness": "7" + "id": "852", + "bonuses": "5,5,5,0,0,0,0,0,0,0,0,7,0,0,0", + "range_level": "1", + "attack_level": "75" }, { - "id": "853", - "name": "Og" - }, - { - "id": "854", - "name": "Grew" - }, - { - "id": "855", - "name": "Toban" - }, - { - "id": "856", "name": "Gorad", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "81", + "strength_level": "1", + "id": "856", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "857", - "name": "Ogre guard" - }, - { - "id": "858", - "name": "Ogre guard", "examine": "These ogres protect the city.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "859", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", "name": "Ogre guard", - "examine": "An ogre that guards.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "7" + "id": "858", + "range_level": "1", + "attack_level": "1" }, { - "id": "860", - "name": "Ogre guard" + "examine": "An ogre that guards.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Ogre guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "859", + "range_level": "1", + "attack_level": "1" }, { - "id": "861", - "name": "Ogre guard" - }, - { - "id": "862", + "examine": "Tries to keep the peace.", + "melee_animation": "2100", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "8576", "name": "City guard", - "examine": "Tries to keep the peace.", - "attack_level": "58", - "death_animation": "8576", - "defence_animation": "0", "defence_level": "58", - "lifepoints": "331", - "magic_animation": "0", - "melee_animation": "2100", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "331", "strength_level": "58", - "weakness": "7" + "id": "862", + "range_level": "1", + "attack_level": "58" }, { - "id": "863", - "name": "Scared skavid", "examine": "Frightened-looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Scared skavid", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "863", + "range_level": "1", + "attack_level": "1" }, { - "id": "864", - "name": "Mad skavid", "examine": "Looks mad.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "865", - "name": "Skavid" - }, - { - "id": "866", - "name": "Skavid" - }, - { - "id": "867", - "name": "Skavid" - }, - { - "id": "868", - "name": "Skavid" - }, - { - "id": "869", - "name": "Skavid" - }, - { - "id": "870", - "name": "Enclave guard", - "examine": "Big and ugly looking.", - "attack_level": "58", - "death_animation": "8576", "defence_animation": "0", - "defence_level": "58", - "lifepoints": "331", "magic_animation": "0", + "death_animation": "0", + "name": "Mad skavid", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "864", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big and ugly looking.", "melee_animation": "2100", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "8576", + "name": "Enclave guard", + "defence_level": "58", "safespot": null, + "lifepoints": "331", "strength_level": "58", - "weakness": "7" + "id": "870", + "range_level": "1", + "attack_level": "58" }, { - "id": "871", - "name": "Watchtower Wizard" - }, - { - "id": "872", - "name": "Watchtower Wizard", "examine": "The hat is a dead giveaway.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Watchtower Wizard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "872", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Funnily enough", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ogre trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "873", - "name": "Ogre trader", - "examine": "Funnily enough", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "874", + "examine": "Funnily enough", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Ogre merchant", - "examine": "Funnily enough", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "874", + "range_level": "1", + "attack_level": "1" }, { - "id": "875", + "examine": "Funnily enough", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Ogre trader", - "examine": "Funnily enough", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "875", + "range_level": "1", + "attack_level": "1" }, { - "id": "876", - "name": "Ogre trader" - }, - { - "id": "877", - "name": "Tower guard", "examine": "Tries to keep the peace.", - "attack_level": "17", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "17", - "lifepoints": "97", - "magic_animation": "0", "melee_animation": "386", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "17", - "weakness": "7" - }, - { - "id": "878", - "name": "Colonel Radick", - "attack_level": "1", - "attack_speed": "5", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "71", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", + "name": "Tower guard", + "defence_level": "17", "safespot": null, - "strength_level": "1" + "lifepoints": "97", + "strength_level": "17", + "id": "877", + "range_level": "1", + "attack_level": "17" }, { - "id": "879", - "name": "Delrith", - "attack_level": "1", - "death_animation": "67", - "defence_animation": "65", + "melee_animation": "395", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Colonel Radick", "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "878", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "67", + "name": "Delrith", + "defence_level": "1", + "safespot": null, "lifepoints": "7", "melee_animation": "64", + "strength_level": "1", + "id": "879", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "65" }, { - "id": "880", - "name": "Weakened Delrith" - }, - { - "id": "881", - "name": "Traiborn", - "examine": "An old wizard." - }, - { - "id": "882", - "name": "Gypsy Aris", - "examine": "An old gypsy lady." - }, - { - "id": "883", - "name": "Sir Prysin", - "examine": "One of the king's knights." - }, - { - "id": "884", - "name": "Captain Rovin", "examine": "The head of the palace guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Rovin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "884", + "range_level": "1", + "attack_level": "1" }, { - "id": "885", - "name": "Ceril Carnillean", "examine": "Head of the Carnillean household.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "886", - "name": "Claus the chef", - "examine": "The Carnillean family chef." - }, - { - "id": "887", - "name": "Guard", - "examine": "On special duty to protect the Canilleans.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "888", - "name": "Philipe Carnillean" - }, - { - "id": "889", - "name": "Henryeta Carnillean", - "examine": "Ceril Carnillean's wife." - }, - { - "id": "890", - "name": "Butler Jones", - "examine": "The Carnellian family butler." - }, - { - "id": "891", - "name": "Alomone", - "examine": "Leader of the Hazeel cult." - }, - { - "id": "892", - "name": "Hazeel" - }, - { - "id": "893", - "name": "Clivet", - "examine": "A member of the Hazeel cult.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "811", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "894", - "name": "Hazeel Cultist", - "examine": "A member of the Hazeel cult.", - "attack_level": "15", - "death_animation": "836", "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", "magic_animation": "0", - "magic_level": "20", + "death_animation": "0", + "name": "Ceril Carnillean", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "885", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "On special duty to protect the Canilleans.", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "887", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the Hazeel cult.", + "melee_animation": "811", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Clivet", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "893", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the Hazeel cult.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "magic_level": "20", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Hazeel Cultist", + "defence_level": "20", "safespot": null, + "lifepoints": "28", "strength_level": "15", - "weakness": "3" + "id": "894", + "range_level": "1", + "attack_level": "15" }, { - "id": "895", - "name": "Boy", "examine": "A sad looking child.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "896", - "name": "Nora T. Hagg" - }, - { - "id": "897", - "name": "Witch's experiment", - "examine": "Looks unnatural.", - "attack_level": "18", - "attack_speed": "4", - "death_animation": "258", "defence_animation": "0", - "defence_level": "19", - "lifepoints": "21", "magic_animation": "0", - "magic_level": "1", + "death_animation": "0", + "name": "Boy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "895", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks unnatural.", "melee_animation": "255", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "258", + "name": "Witch's experiment", + "defence_level": "19", "safespot": null, + "lifepoints": "21", "strength_level": "10", - "weakness": "7" + "id": "897", + "range_level": "1", + "attack_level": "18" }, { - "id": "898", - "name": "Witch's experiment (second form)", "examine": "Looks unnatural.", - "attack_level": "28", - "attack_speed": "4", - "death_animation": "5329", - "defence_animation": "0", - "defence_level": "29", - "lifepoints": "31", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "5327", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5329", + "name": "Witch's experiment (second form)", + "defence_level": "29", "safespot": null, + "lifepoints": "31", "strength_level": "20", - "weakness": "7" + "id": "898", + "range_level": "1", + "attack_level": "28" }, { - "id": "899", - "name": "Witch's experiment (third form)", "examine": "Looks unnatural.", - "attack_level": "38", - "attack_speed": "4", - "death_animation": "4929", - "defence_animation": "0", - "defence_level": "39", - "lifepoints": "41", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "4925", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4929", + "name": "Witch's experiment (third form)", + "defence_level": "39", "safespot": null, + "lifepoints": "41", "strength_level": "30", - "weakness": "7" + "id": "899", + "range_level": "1", + "attack_level": "38" }, { - "id": "900", - "name": "Witch's experiment (fourth form)", "examine": "Looks unnatural.", - "attack_level": "48", - "attack_speed": "4", - "death_animation": "6558", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "51", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "901", - "name": "Mouse" - }, - { - "id": "902", - "name": "Gundai" - }, - { - "id": "903", - "name": "Lundail" - }, - { - "id": "904", - "name": "Chamber guardian", - "examine": "He hasn't seen much sun lately.", - "attack_level": "1", - "death_animation": "0", + "attack_speed": "4", + "magic_level": "1", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", + "death_animation": "6558", + "name": "Witch's experiment (fourth form)", + "defence_level": "49", + "safespot": null, + "lifepoints": "51", + "strength_level": "40", + "id": "900", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "He hasn't seen much sun lately.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "905", - "name": "Kolodion", - "examine": "Runs the Mage Arena.", - "attack_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chamber guardian", "defence_level": "1", + "safespot": null, "lifepoints": "10", + "strength_level": "1", + "id": "904", "range_level": "1", - "safespot": null, + "attack_level": "1" + }, + { "slayer_exp": "0", - "strength_level": "1" - }, - { - "id": "906", - "name": "Kolodion" - }, - { - "id": "907", + "examine": "Runs the Mage Arena.", "name": "Kolodion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "905", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "He's a shape-shifter", - "attack_level": "42", - "attack_speed": "7", "combat_style": "2", - "death_animation": "1816", - "defence_animation": "404", - "defence_level": "20", - "lifepoints": "3", + "melee_animation": "811", + "attack_speed": "7", "magic_level": "75", - "melee_animation": "811", - "range_level": "1", - "safespot": null, + "defence_animation": "404", "slayer_exp": "0", - "strength_level": "1" + "death_animation": "1816", + "name": "Kolodion", + "defence_level": "20", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "907", + "range_level": "1", + "attack_level": "42" }, { - "id": "908", - "name": "Kolodion", "examine": "He's a shape-shifter", - "attack_level": "74", - "attack_speed": "7", "combat_style": "2", - "death_animation": "133", - "defence_animation": "404", - "defence_level": "25", - "lifepoints": "65", - "magic_level": "89", "melee_animation": "132", - "range_level": "1", - "safespot": null, - "slayer_exp": "0", - "strength_level": "1" - }, - { - "id": "909", - "name": "Kolodion", - "examine": "He's a shape-shifter", - "attack_level": "74", "attack_speed": "7", - "combat_style": "2", - "death_animation": "5323", - "defence_animation": "5320", - "defence_level": "28", - "lifepoints": "65", "magic_level": "89", - "melee_animation": "5322", - "range_level": "1", - "safespot": null, - "slayer_exp": "0", - "strength_level": "1" - }, - { - "id": "910", - "name": "Kolodion", - "examine": "He's a shape-shifter", - "attack_level": "74", - "attack_speed": "7", - "combat_style": "2", - "death_animation": "714", "defence_animation": "404", - "defence_level": "30", - "lifepoints": "78", - "magic_level": "89", - "melee_animation": "811", - "range_level": "1", - "safespot": null, "slayer_exp": "0", - "strength_level": "1" - }, - { - "id": "911", + "death_animation": "133", "name": "Kolodion", + "defence_level": "25", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "908", + "range_level": "1", + "attack_level": "74" + }, + { "examine": "He's a shape-shifter", - "attack_level": "85", + "combat_style": "2", + "melee_animation": "5322", "attack_speed": "7", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "105", - "lifepoints": "107", - "magic_level": "80", + "magic_level": "89", + "defence_animation": "5320", + "slayer_exp": "0", + "death_animation": "5323", + "name": "Kolodion", + "defence_level": "28", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "909", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "He's a shape-shifter", + "combat_style": "2", + "melee_animation": "811", + "attack_speed": "7", + "magic_level": "89", + "defence_animation": "404", + "slayer_exp": "0", + "death_animation": "714", + "name": "Kolodion", + "defence_level": "30", + "safespot": null, + "lifepoints": "78", + "strength_level": "1", + "id": "910", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "He's a shape-shifter", "melee_animation": "69", - "range_level": "1", - "safespot": null, + "attack_speed": "7", + "magic_level": "80", + "defence_animation": "65", "slayer_exp": "0", - "strength_level": "98" + "death_animation": "68", + "name": "Kolodion", + "defence_level": "105", + "safespot": null, + "lifepoints": "107", + "strength_level": "98", + "id": "911", + "range_level": "1", + "attack_level": "85" }, { - "id": "912", - "name": "Battle mage", "examine": "He kills in the name of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "120", - "magic_animation": "0", - "magic_level": "50", "melee_animation": "811", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "50", "respawn_delay": "150", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Battle mage", + "defence_level": "1", "safespot": null, + "lifepoints": "120", "strength_level": "1", - "weakness": "3" + "id": "912", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "913", - "name": "Battle mage", "examine": "He kills in the name of Saradomin.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "120", - "magic_animation": "0", - "magic_level": "50", "melee_animation": "811", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "50", "respawn_delay": "150", - "safespot": null, + "defence_animation": "0", + "weakness": "3", "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Battle mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", "strength_level": "1", - "weakness": "3" + "id": "913", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "914", - "name": "Battle mage", "examine": "He kills in the name of Guthix.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_style": "2", - "death_animation": "196", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "120", - "magic_animation": "0", - "magic_level": "50", "melee_animation": "197", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "50", "respawn_delay": "150", - "safespot": null, - "slayer_exp": "0", - "strength_level": "1", - "weakness": "3" - }, - { - "id": "915", - "name": "Leela", - "examine": "She comes from Al-Kharid." - }, - { - "id": "916", - "name": "Joe", - "examine": "A crafter at the pinnacle of his art.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "3", + "slayer_exp": "0", "magic_animation": "0", + "death_animation": "196", + "name": "Battle mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "914", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A crafter at the pinnacle of his art.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Joe", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "916", + "range_level": "1", + "attack_level": "1" }, { - "id": "917", - "name": "Jail guard", "examine": "I wonder who he's guarding?", - "aggressive": "true", - "attack_level": "19", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "21", - "lifepoints": "32", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "23" - }, - { - "id": "918", - "name": "Ned" - }, - { - "id": "919", - "name": "Lady Keli", - "examine": "An infamous bandit." - }, - { - "id": "920", - "name": "Prince Ali", - "examine": "A young prince." - }, - { - "id": "921", - "name": "Prince Ali" - }, - { - "id": "922", - "name": "Aggie", - "examine": "A witch." - }, - { - "id": "923", - "name": "Hassan", - "examine": "The emir's chief advisor and physician.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "924", - "name": "Osman", - "examine": "Spymaster of Al Kharid." - }, - { - "id": "925", - "name": "Border Guard", - "examine": "Guards the border between Al Kharid and the Kingdom of Misthalin.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "926", - "name": "Border Guard" - }, - { - "id": "927", - "name": "Fishing spot" - }, - { - "id": "928", - "name": "Gujuo" - }, - { - "id": "929", - "name": "Ungadulu" - }, - { - "id": "930", - "name": "Ungadulu" - }, - { - "id": "931", - "name": "Jungle savage", - "examine": "An aggressive native of the Kharazi Jungle.", - "aggressive": "true", - "attack_level": "44", "death_animation": "836", + "name": "Jail guard", + "defence_level": "21", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", + "id": "917", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "The emir's chief advisor and physician.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", "magic_animation": "0", + "death_animation": "0", + "name": "Hassan", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "923", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Guards the border between Al Kharid and the Kingdom of Misthalin.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Border Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "925", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An aggressive native of the Kharazi Jungle.", "melee_animation": "428", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "44", - "weakness": "6" - }, - { - "id": "932", - "name": "Fionella", - "examine": "She sells general items at the Legends Guild." - }, - { - "id": "933", - "name": "Siegfried Erkle" - }, - { - "id": "934", - "name": "Nezikchened", - "aggressive": "true", - "attack_level": "1", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "1", - "lifepoints": "150", - "melee_animation": "64", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "935", - "name": "Viyeldi" - }, - { - "id": "936", - "name": "San Tojalon" - }, - { - "id": "937", - "name": "Irvig Senay" - }, - { - "id": "938", - "name": "Ranalph Devere", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "1", - "lifepoints": "130", - "melee_animation": "5485", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "939", - "name": "Boulder", - "examine": "I wonder what this is doing here.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "6", "magic_animation": "0", + "death_animation": "836", + "name": "Jungle savage", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "44", + "id": "931", + "aggressive": "true", + "range_level": "1", + "attack_level": "44" + }, + { + "melee_animation": "64", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Nezikchened", + "defence_level": "1", + "safespot": null, + "lifepoints": "150", + "strength_level": "1", + "id": "934", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5485", + "respawn_delay": "60", + "defence_animation": "5489", + "death_animation": "5491", + "name": "Ranalph Devere", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "938", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wonder what this is doing here.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "939", + "range_level": "1", + "attack_level": "1" }, { - "id": "940", - "name": "Echned Zekin" - }, - { - "id": "941", - "name": "Green dragon", "examine": "Must be related to Elvarg.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "68", - "lifepoints": "75", - "magic_animation": "80", - "magic_level": "68", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "68", "respawn_delay": "35", - "safespot": null, + "defence_animation": "89", + "weakness": "3", "slayer_exp": "75", + "magic_animation": "80", + "death_animation": "92", + "name": "Green dragon", + "defence_level": "68", + "safespot": null, + "lifepoints": "75", "strength_level": "68", - "weakness": "3" - }, - { - "id": "942", - "name": "Master chef", - "examine": "An expert on all things culinary.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "943", - "name": "Survival expert", - "examine": "Very much an outdoors type.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "944", - "name": "Combat instructor", - "examine": "An expert on all forms of combat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "945", - "name": "RuneScape guide", - "examine": "Your introduction to the world of Gielinor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "946", - "name": "Magic instructor", - "examine": "A master of Magic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "947", - "name": "Financial advisor", - "examine": "An official representative from the First National Bank of Gielinor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "948", - "name": "Mining instructor", - "examine": "An expert on Mining-related skills.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "949", - "name": "Quest guide", - "examine": "Your introduction to the world of Gielinor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "950", - "name": "Giant rat", + "id": "941", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "melee_animation": "4933", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "68" }, { - "id": "951", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", + "examine": "An expert on all things culinary.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master chef", "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "942", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very much an outdoors type.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Survival expert", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "943", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An expert on all forms of combat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Combat instructor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "944", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your introduction to the world of Gielinor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "RuneScape guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "945", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A master of Magic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Magic instructor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "946", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An official representative from the First National Bank of Gielinor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Financial advisor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "947", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An expert on Mining-related skills.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mining instructor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "948", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your introduction to the world of Gielinor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Quest guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "949", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "950", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Yep. Definitely a chicken.", "melee_animation": "5387", "range_animation": "5387", - "range_level": "1", + "combat_audio": "355,357,356", + "attack_speed": "6", "respawn_delay": "18", - "safespot": null, - "strength_level": "1" - }, - { - "id": "952", - "name": "Fishing spot" - }, - { - "id": "953", - "name": "Banker" - }, - { - "id": "954", - "name": "Brother Brace", - "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "951", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Brace", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "954", + "range_level": "1", + "attack_level": "1" }, { - "id": "955", - "name": "Cow", "examine": "Converts grass to beef.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "369,371,370", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "5849", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, - "slayer_exp": "8", - "strength_level": "1", - "weakness": "8" - }, - { - "id": "956", - "name": "Drunken Dwarf", - "examine": "He's had a fair bit to drink...", - "attack_level": "5", + "combat_audio": "369,371,370", "attack_speed": "5", - "combat_audio": "2707,419,418", - "combat_style": "1", - "death_animation": "102", - "defence_animation": "101", + "defence_animation": "5850", + "weakness": "8", + "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "99", - "magic_level": "20", - "melee_animation": "99", - "prj_height": "45", - "projectile": "33", - "range_animation": "99", - "range_level": "6", "safespot": null, - "slayer_exp": "0", + "lifepoints": "8", + "strength_level": "1", + "id": "955", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's had a fair bit to drink...", "start_gfx": "", - "strength_level": "5" - }, - { - "id": "957", - "name": "Mubariz", - "examine": "Tough-looking combat type." - }, - { - "id": "958", - "name": "Fadli", - "examine": "Looks kinda bored." - }, - { - "id": "959", - "name": "A'abla", - "examine": "Trained to deal with all sorts of injuries." - }, - { - "id": "960", - "name": "Sabreen", - "examine": "Wow! She's made a statement with that hair!" - }, - { - "id": "961", - "name": "Surgeon General Tafani", - "examine": "This doctor really knows her stuff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "combat_style": "1", + "melee_animation": "99", + "range_animation": "99", + "combat_audio": "2707,419,418", + "attack_speed": "5", + "magic_level": "20", + "defence_animation": "101", + "slayer_exp": "0", + "magic_animation": "99", + "death_animation": "102", + "name": "Drunken Dwarf", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "5", + "id": "956", + "range_level": "6", + "projectile": "33", + "attack_level": "5", + "prj_height": "45" + }, + { + "examine": "This doctor really knows her stuff.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "962", - "name": "Jaraah", - "examine": "Has the messy job of putting players back together again." - }, - { - "id": "963", - "name": "Zahwa", - "examine": "Battle-scarred." - }, - { - "id": "964", - "name": "Ima", - "examine": "A citizen of Al Kharid" - }, - { - "id": "965", - "name": "Sabeil", - "examine": "A citizen of Al Kharid" - }, - { - "id": "966", - "name": "Jadid", - "examine": "A citizen of Al Kharid" - }, - { - "id": "967", - "name": "Dalal", - "examine": "A citizen of Al Kharid" - }, - { - "id": "968", - "name": "Afrah", - "examine": "A citizen of Al Kharid" - }, - { - "id": "969", - "name": "Jeed", - "examine": "A citizen of Al Kharid" - }, - { - "id": "970", - "name": "Diango", - "examine": "He smells funny." - }, - { - "id": "971", - "name": "Chadwell", - "examine": "Shopkeeper." - }, - { - "id": "972", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "973", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "974", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "975", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "976", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "977", - "name": "Blessed spider", - "examine": "It's one of Iban's pets.", - "attack_level": "22", - "combat_audio": "537,539,538", - "death_animation": "5329", "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", "magic_animation": "0", + "death_animation": "0", + "name": "Surgeon General Tafani", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "961", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's one of Iban's pets.", "melee_animation": "5327", "range_animation": "0", - "range_level": "30", + "combat_audio": "537,539,538", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "5329", + "name": "Blessed spider", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "22", - "weakness": "2" + "id": "977", + "range_level": "30", + "attack_level": "22" }, { - "id": "978", - "name": "Blessed giant rat", "examine": "It's one of Iban's pet vermin.", - "attack_level": "12", + "range_animation": "0", "combat_audio": "703,705,704", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Blessed giant rat", "defence_level": "12", + "safespot": null, "lifepoints": "17", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "12", - "weakness": "9" + "id": "978", + "range_level": "1", + "attack_level": "12" }, { - "id": "979", - "name": "Slave", "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "980", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "981", - "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "982", - "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "983", - "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "984", - "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "985", - "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "986", - "name": "Boulder", - "examine": "Precariously balanced...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "987", - "name": "Unicorn", - "attack_level": "1", - "combat_audio": "369,371,370", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "988", - "name": "Sir Jerro", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "57", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "989", - "name": "Sir Carl", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "57", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "990", - "name": "Sir Harry", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "57", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "991", - "name": "Half-soulless", - "examine": "A creature empty of emotion.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "992", - "name": "Kardia" - }, - { - "id": "993", - "name": "Witch's cat", - "examine": "Curiosity is yet to kill this one...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "994", - "name": "Niloof" - }, - { - "id": "995", - "name": "Klank", - "examine": "A dwarven maker of gauntlets." - }, - { - "id": "996", - "name": "Kamen", - "examine": "This dwarf looks intoxicated." - }, - { - "id": "997", - "name": "Kalrag", - "examine": "A giant spider.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5321", - "defence_animation": "5320", - "defence_level": "1", - "lifepoints": "91", - "melee_animation": "5319", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "998", - "name": "Othainian", - "examine": "One of the guardians of Iban.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "1", - "lifepoints": "90", - "melee_animation": "64", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "999", - "name": "Doomion", - "examine": "One of the guardians of Iban.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "1", - "lifepoints": "90", - "melee_animation": "64", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1000", - "name": "Holthion", - "examine": "One of the guardians of Iban.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "1", - "lifepoints": "90", - "melee_animation": "64", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1001", - "name": "Dark mage", - "examine": "A user of dark magic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "1", - "weakness": "3" + "id": "979", + "range_level": "1", + "attack_level": "1" }, { - "id": "1002", - "name": "Disciple of Iban", - "examine": "A dark magic user.", - "attack_level": "24", - "death_animation": "836", + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", "magic_animation": "0", - "magic_level": "32", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "980", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "981", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "982", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "983", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "984", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "985", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Precariously balanced...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "986", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Unicorn", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "369,371,370", + "strength_level": "1", + "id": "987", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Sir Jerro", + "defence_level": "1", + "safespot": null, + "lifepoints": "57", + "melee_animation": "400", + "strength_level": "1", + "id": "988", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Sir Carl", + "defence_level": "1", + "safespot": null, + "lifepoints": "57", + "melee_animation": "400", + "strength_level": "1", + "id": "989", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Sir Harry", + "defence_level": "1", + "safespot": null, + "lifepoints": "57", + "melee_animation": "400", + "strength_level": "1", + "id": "990", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "A creature empty of emotion.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Half-soulless", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "991", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Curiosity is yet to kill this one...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Witch's cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "993", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A giant spider.", + "melee_animation": "5319", + "respawn_delay": "60", + "defence_animation": "5320", + "death_animation": "5321", + "name": "Kalrag", + "defence_level": "1", + "safespot": null, + "lifepoints": "91", + "strength_level": "1", + "id": "997", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the guardians of Iban.", + "melee_animation": "64", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Othainian", + "defence_level": "1", + "safespot": null, + "lifepoints": "90", + "strength_level": "1", + "id": "998", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the guardians of Iban.", + "melee_animation": "64", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Doomion", + "defence_level": "1", + "safespot": null, + "lifepoints": "90", + "strength_level": "1", + "id": "999", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the guardians of Iban.", + "melee_animation": "64", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Holthion", + "defence_level": "1", + "safespot": null, + "lifepoints": "90", + "strength_level": "1", + "id": "1000", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A user of dark magic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Dark mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1001", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dark magic user.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "magic_level": "32", "respawn_delay": "60", - "safespot": null, - "strength_level": "24", - "weakness": "3" - }, - { - "id": "1003", - "name": "Lord Iban" - }, - { - "id": "1004", - "name": "Spider", - "examine": "Incey wincey.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "6251", - "defence_animation": "6250", - "defence_level": "1", - "lifepoints": "2", - "melee_animation": "6249", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1005", - "name": "Giant bat", - "examine": "An annoying flappy thing.", - "attack_level": "22", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", - "combat_audio": "292,294,293", - "defence_level": "22", - "lifepoints": "32", - "magic_level": "1", - "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "8", - "strength_level": "22" - }, - { - "id": "1006", - "name": "Sea slug", - "examine": "A rather nasty looking crustacean." - }, - { - "id": "1007", - "name": "Zamorak wizard", - "examine": "A servant of Zamorak.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "combat_style": "2", - "death_animation": "836", "defence_animation": "0", - "defence_level": "50", - "lifepoints": "73", - "magic_animation": "811", - "magic_level": "60", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Disciple of Iban", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "24", + "id": "1002", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "Incey wincey.", + "melee_animation": "6249", + "respawn_delay": "60", + "defence_animation": "6250", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "1004", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An annoying flappy thing.", + "combat_audio": "292,294,293", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "slayer_exp": "8", + "name": "Giant bat", + "defence_level": "22", + "safespot": null, + "lifepoints": "32", + "strength_level": "22", + "id": "1005", + "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "A rather nasty looking crustacean.", + "name": "Sea slug", + "id": "1006" + }, + { + "examine": "A servant of Zamorak.", + "combat_style": "2", "melee_animation": "811", "range_animation": "0", - "range_level": "50", - "respawn_delay": "60", - "safespot": null, + "attack_speed": "5", + "magic_level": "60", "spell_id": "43", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Zamorak wizard", + "defence_level": "50", + "safespot": null, + "lifepoints": "73", "strength_level": "50", - "weakness": "3" - }, - { - "id": "1008", - "name": "Hamid" - }, - { - "id": "1009", - "name": "Poison spider", - "examine": "A nasty, poisonous arachnid.", + "id": "1007", "aggressive": "true", - "attack_level": "28", - "attack_speed": "4", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "A nasty, poisonous arachnid.", + "melee_animation": "5327", + "range_animation": "0", "combat_audio": "537,539,538", - "death_animation": "5329", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "30", "defence_animation": "5328", + "weakness": "2", + "poison_amount": "30", + "magic_animation": "0", + "death_animation": "5329", + "name": "Poison spider", + "safespot": null, "defence_level": "28", "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "5327", - "poison_amount": "30", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, "strength_level": "28", - "weakness": "2" - }, - { - "id": "1010", - "name": "Rantz", - "examine": "He hungry.", - "combat_style": "1", - "prj_height": "50", - "projectile": "242", - "range_animation": "3460", - "start_gfx": "243", - "start_height": "100" - }, - { - "id": "1011", - "name": "Fycie" - }, - { - "id": "1012", - "name": "Bugs" - }, - { - "id": "1013", - "name": "Swamp toad", - "examine": "A green skinned croaker", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "34", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1014", - "name": "Bloated Toad" - }, - { - "id": "1015", - "name": "Iron pickaxe", - "examine": "Useful for hitting rocks.", + "id": "1009", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A green skinned croaker", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1016", - "name": "Chompy bird" - }, - { - "id": "1017", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", + "respawn_delay": "34", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swamp toad", "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1013", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Useful for hitting rocks.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Iron pickaxe", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1015", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Yep. Definitely a chicken.", "melee_animation": "5387", "range_animation": "5387", - "range_level": "1", + "combat_audio": "355,357,356", + "attack_speed": "6", "respawn_delay": "18", + "defence_animation": "5388", + "weakness": "9", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", "safespot": null, + "lifepoints": "3", "strength_level": "1", - "weakness": "9" + "id": "1017", + "range_level": "1", + "attack_level": "1" }, { - "id": "1018", - "name": "Rooster", "examine": "He rules the", - "attack_level": "2", - "death_animation": "5389", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "2", - "magic_animation": "0", "melee_animation": "5387", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5389", + "name": "Rooster", + "defence_level": "2", "safespot": null, + "lifepoints": "2", "strength_level": "2", - "weakness": "9" + "id": "1018", + "range_level": "1", + "attack_level": "2" }, { - "id": "1019", - "name": "Fire elemental", "examine": "A fire elemental.", - "attack_level": "24", - "combat_audio": "1534,1536,1535", - "death_animation": "1031", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "magic_level": "32", "melee_animation": "1029", - "movement_radius": "4", "range_animation": "0", - "range_level": "1", + "combat_audio": "1534,1536,1535", + "magic_level": "32", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1031", + "name": "Fire elemental", + "defence_level": "32", "safespot": null, + "movement_radius": "4", + "lifepoints": "45", "strength_level": "24", - "weakness": "3" + "id": "1019", + "range_level": "1", + "attack_level": "24" }, { - "id": "1020", - "name": "Earth elemental", "examine": "An earth elemental.", - "aggressive": "false", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "1531,1533,1532", - "death_animation": "4870", - "defence_animation": "4869", - "defence_level": "35", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "10", "melee_animation": "4868", - "movement_radius": "4", "range_animation": "0", - "range_level": "30", + "combat_audio": "1531,1533,1532", + "attack_speed": "6", + "magic_level": "10", "respawn_delay": "50", + "defence_animation": "4869", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4870", + "name": "Earth elemental", + "defence_level": "35", "safespot": null, + "movement_radius": "4", + "lifepoints": "35", "strength_level": "32", - "weakness": "7" - }, - { - "id": "1021", - "name": "Air elemental", - "examine": "An air elemental.", - "attack_level": "24", - "combat_audio": "1527,1529,1528", - "death_animation": "1041", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "1040", - "movement_radius": "4", - "range_animation": "0", - "range_level": "32", - "respawn_delay": "60", - "safespot": null, - "strength_level": "24", - "weakness": "1" - }, - { - "id": "1022", - "name": "Water elemental", - "examine": "A water elemental.", - "attack_level": "24", - "combat_audio": "1546,1543,1545", - "death_animation": "1048", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "1044", - "movement_radius": "4", - "range_animation": "0", - "range_level": "32", - "respawn_delay": "60", - "safespot": null, - "strength_level": "24", - "weakness": "1" - }, - { - "id": "1023", - "name": "Vampire", - "examine": "It looks very hungry!", - "attack_level": "52", - "clue_level": "1", - "death_animation": "7185", - "defence_level": "52", - "lifepoints": "50", - "melee_animation": "7183", - "range_level": "1", - "safespot": null, - "slayer_exp": "50", - "strength_level": "1" - }, - { - "id": "1024", - "name": "Baby impling" - }, - { - "id": "1028", - "name": "Baby Impling", - "examine": "A baby impling. Ahhh." - }, - { - "id": "1029", - "name": "Young Impling", - "examine": "A young impling. It's not fair!" - }, - { - "id": "1030", - "name": "Gourmet Impling", - "examine": "An impling gourmet. Mmmm, tasty." - }, - { - "id": "1031", - "name": "Earth Impling", - "examine": "An earth impling. Rock on." - }, - { - "id": "1032", - "name": "Essence Impling", - "examine": "An impling who likes magic. Magic!" - }, - { - "id": "1033", - "name": "Eclectic Impling", - "examine": "An impling with varied tastes." - }, - { - "id": "1034", - "name": "Nature Impling", - "examine": "A nature impling. Right on, maaan." - }, - { - "id": "1035", - "name": "Magpie Impling", - "examine": "Ooh, shiny things!" - }, - { - "id": "1036", - "name": "Banker" - }, - { - "id": "1037", - "name": "Prissy Scilla", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "1038", - "name": "Rufus" - }, - { - "id": "1039", - "name": "Barker" - }, - { - "id": "1040", - "name": "Fidelio" - }, - { - "id": "1041", - "name": "Sbott" - }, - { - "id": "1042", - "name": "Roavar" - }, - { - "id": "1043", - "name": "Will o' the wisp" - }, - { - "id": "1044", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "4", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "22", - "end_gfx": "101", - "lifepoints": "20", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "18", - "weakness": "3" - }, - { - "id": "1045", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "17", - "end_gfx": "101", - "lifepoints": "10", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "8", - "weakness": "3" - }, - { - "id": "1046", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "4", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "25", - "end_gfx": "101", - "lifepoints": "25", - "magic_animation": "711", - "magic_level": "40", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "25", - "weakness": "3" - }, - { - "id": "1047", - "name": "Drezel" - }, - { - "id": "1049", - "name": "Drezel", - "examine": "A holy man." - }, - { - "id": "1050", - "name": "Filiman Tarlock", - "examine": "The animated spirit of a soul not at rest." - }, - { - "id": "1051", - "name": "Nature Spirit", - "examine": "The animated spirit of a soul not at rest." - }, - { - "id": "1052", - "name": "Ghast", - "examine": "Arrghhh... a Ghast.", + "id": "1020", "aggressive": "false", - "attack_level": "1", - "combat_audio": "433,435,434", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "range_level": "30", + "attack_level": "20" }, { - "id": "1053", - "name": "Ghast", - "examine": "Arrghhh... A Ghast.", - "aggressive": "true", - "attack_level": "22", - "attack_speed": "4", - "combat_audio": "433,435,434", - "death_animation": "1089", - "death_gfx": "265", - "defence_animation": "1088", - "defence_level": "18", + "examine": "An air elemental.", + "melee_animation": "1040", + "range_animation": "0", + "combat_audio": "1527,1529,1528", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "1041", + "name": "Air elemental", + "defence_level": "32", + "safespot": null, + "movement_radius": "4", "lifepoints": "45", + "strength_level": "24", + "id": "1021", + "range_level": "32", + "attack_level": "24" + }, + { + "examine": "A water elemental.", + "melee_animation": "1044", + "range_animation": "0", + "combat_audio": "1546,1543,1545", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", "magic_animation": "0", - "magic_level": "1", + "death_animation": "1048", + "name": "Water elemental", + "defence_level": "32", + "safespot": null, + "movement_radius": "4", + "lifepoints": "45", + "strength_level": "24", + "id": "1022", + "range_level": "32", + "attack_level": "24" + }, + { + "examine": "It looks very hungry!", + "melee_animation": "7183", + "slayer_exp": "50", + "death_animation": "7185", + "name": "Vampire", + "defence_level": "52", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1023", + "clue_level": "1", + "range_level": "1", + "attack_level": "52" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "25", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "22", + "safespot": null, + "lifepoints": "20", + "strength_level": "18", + "id": "1044", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "18" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "25", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "17", + "safespot": null, + "lifepoints": "10", + "strength_level": "8", + "id": "1045", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "8" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "40", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "25", + "safespot": null, + "lifepoints": "25", + "strength_level": "25", + "id": "1046", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "25" + }, + { + "examine": "Arrghhh... a Ghast.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "433,435,434", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghast", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1052", + "aggressive": "false", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Arrghhh... A Ghast.", + "death_gfx": "265", + "range_animation": "0", "melee_animation": "1087", - "range_animation": "0", - "range_level": "1", + "combat_audio": "433,435,434", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "60", + "defence_animation": "1088", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1089", + "name": "Ghast", + "defence_level": "18", "safespot": null, + "lifepoints": "45", "strength_level": "22", - "weakness": "9" + "id": "1053", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" }, { - "id": "1054", - "name": "Ulizius", - "examine": "A slightly nervous guard." - }, - { - "id": "1055", - "name": "Pirate Jackie the Fruit", "examine": "Ticket trader for the Brimhaven Agility Arena.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "703,705,704", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", + "death_animation": "0", + "name": "Pirate Jackie the Fruit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1055", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the audience.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Strange watcher", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1056", - "name": "Mime" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "1057", - "name": "Strange watcher", - "examine": "A member of the audience.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A member of the audience.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Strange watcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1058", - "name": "Strange watcher", - "examine": "A member of the audience.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A member of the audience.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Strange watcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1059", - "name": "Strange watcher", - "examine": "A member of the audience.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1060", - "name": "Denulth", "examine": "Commander of the Imperial Guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Denulth", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1060", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A sergeant of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sergeant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1061", - "name": "Sergeant", - "examine": "A sergeant of the Imperial Guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A sergeant of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sergeant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1062", - "name": "Sergeant", - "examine": "A sergeant of the Imperial Guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1063", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "1064", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "name": "Soldier", + "defence_level": "44", + "safespot": null, + "lifepoints": "55", + "combat_audio": "511,513,512", + "strength_level": "44", "id": "1065", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "44", - "combat_audio": "511,513,512", - "defence_level": "44", - "lifepoints": "55", "magic_level": "1", "range_level": "1", - "safespot": null, - "strength_level": "44" + "attack_level": "44" }, { + "examine": "A soldier of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1066", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1067", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1068", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1069", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1070", - "name": "Saba" - }, - { - "id": "1071", - "name": "Tenzing" - }, - { - "id": "1072", - "name": "Eadburg", "examine": "The Burthorpe Castle cook.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", "melee_animation": "422", - "range_level": "1", + "magic_level": "1", "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Eadburg", + "defence_level": "3", "safespot": null, - "strength_level": "2" + "lifepoints": "10", + "strength_level": "2", + "id": "1072", + "range_level": "1", + "attack_level": "3" }, { + "examine": "A Burthorpe Castle Archer.", + "start_gfx": "19", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "magic_level": "1", + "respawn_delay": "12", + "defence_animation": "404", + "magic_animation": "426", + "death_animation": "9055", + "name": "Archer", + "defence_level": "44", + "safespot": null, + "lifepoints": "55", + "strength_level": "1", "id": "1073", - "name": "Archer", - "examine": "A Burthorpe Castle Archer.", - "attack_level": "1", "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "44", - "lifepoints": "55", - "magic_animation": "426", - "magic_level": "1", - "melee_animation": "426", - "projectile": "10", - "range_animation": "426", "range_level": "44", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "19", - "strength_level": "1" + "projectile": "10", + "attack_level": "1" }, { + "examine": "A Burthorpe Castle Archer.", + "start_gfx": "19", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "magic_level": "1", + "respawn_delay": "12", + "defence_animation": "404", + "magic_animation": "426", + "death_animation": "9055", + "name": "Archer", + "defence_level": "44", + "safespot": null, + "lifepoints": "55", + "strength_level": "1", "id": "1074", - "name": "Archer", - "examine": "A Burthorpe Castle Archer.", - "attack_level": "1", "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "44", - "lifepoints": "55", - "magic_animation": "426", - "magic_level": "1", - "melee_animation": "426", - "projectile": "10", - "range_animation": "426", "range_level": "44", - "respawn_delay": "12", + "projectile": "10", + "attack_level": "1" + }, + { + "examine": "A Burthorpe Castle guard.", + "melee_animation": "401", + "combat_audio": "511,513,512", + "magic_level": "1", + "defence_animation": "404", + "death_animation": "836", + "name": "Guard", + "defence_level": "33", "safespot": null, - "start_gfx": "19", - "strength_level": "1" - }, - { - "id": "1075", - "name": "Archer" - }, - { + "lifepoints": "44", + "strength_level": "33", "id": "1076", - "name": "Guard", - "examine": "A Burthorpe Castle guard.", - "attack_level": "33", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "33", - "lifepoints": "44", - "magic_level": "1", - "melee_animation": "401", "range_level": "1", - "safespot": null, - "strength_level": "33" + "attack_level": "33" }, { + "examine": "A Burthorpe Castle guard.", + "melee_animation": "401", + "combat_audio": "511,513,512", + "magic_level": "1", + "defence_animation": "404", + "death_animation": "836", + "name": "Guard", + "defence_level": "33", + "safespot": null, + "lifepoints": "44", + "strength_level": "33", "id": "1077", - "name": "Guard", - "examine": "A Burthorpe Castle guard.", - "attack_level": "33", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "33", - "lifepoints": "44", - "magic_level": "1", - "melee_animation": "401", "range_level": "1", - "safespot": null, - "strength_level": "33" + "attack_level": "33" }, { - "id": "1078", + "examine": "An off-duty Burthorpe Castle guard.", "name": "Harold", - "examine": "An off-duty Burthorpe Castle guard." + "id": "1078" }, { - "id": "1079", + "examine": "Barman of the Toad and Chicken.", "name": "Tostig", - "examine": "Barman of the Toad and Chicken." + "id": "1079" }, { - "id": "1080", + "examine": "Head servant for Prince Anlaf.", "name": "Eohric", - "examine": "Head servant for Prince Anlaf." + "id": "1080" }, { - "id": "1081", - "name": "Servant", "examine": "A servant for Prince Anlaf.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", "melee_animation": "422", - "range_level": "1", + "magic_level": "1", "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Servant", + "defence_level": "3", "safespot": null, - "strength_level": "3" + "lifepoints": "10", + "strength_level": "3", + "id": "1081", + "range_level": "1", + "attack_level": "3" }, { - "id": "1082", + "examine": "Smithy for Burthorpe.", "name": "Dunstan", - "examine": "Smithy for Burthorpe." + "id": "1082" }, { - "id": "1083", + "examine": "Shopkeeper for Burthorpe.", "name": "Wistan", - "examine": "Shopkeeper for Burthorpe." + "id": "1083" }, { - "id": "1084", + "examine": "A citizen of Burthorpe.", + "melee_animation": "422", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", "name": "Breoca", - "examine": "A citizen of Burthorpe.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "3" + "lifepoints": "10", + "strength_level": "3", + "id": "1084", + "range_level": "1", + "attack_level": "3" }, { - "id": "1085", + "examine": "A citizen of Burthorpe.", + "melee_animation": "422", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", "name": "Ocga", - "examine": "A citizen of Burthorpe.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "3" + "lifepoints": "10", + "strength_level": "3", + "id": "1085", + "range_level": "1", + "attack_level": "3" }, { - "id": "1086", "name": "Man", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1087", - "name": "Penda", - "examine": "A citizen of Burthorpe.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "3", "lifepoints": "10", - "magic_level": "1", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3" - }, - { - "id": "1088", - "name": "Hygd", - "examine": "A citizen of Burthorpe.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "2" - }, - { - "id": "1089", - "name": "Ceolburg", - "examine": "A citizen of Burthorpe.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "2" - }, - { - "id": "1090", - "name": "Hild", - "examine": "A pretty young woman with an air of mystery around her." - }, - { - "id": "1091", - "name": "Bob" - }, - { - "id": "1092", - "name": "White Knight", - "examine": "The knight seems to be watching something.", - "attack_level": "27", - "attack_speed": "8", "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1086", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Burthorpe.", + "melee_animation": "422", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "425", "death_animation": "836", - "defence_animation": "0", - "defence_level": "27", - "lifepoints": "38", - "magic_animation": "0", + "name": "Penda", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "3", + "id": "1087", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "A citizen of Burthorpe.", + "melee_animation": "422", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Hygd", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "1088", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "A citizen of Burthorpe.", + "melee_animation": "422", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Ceolburg", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "1089", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "A pretty young woman with an air of mystery around her.", + "name": "Hild", + "id": "1090" + }, + { + "examine": "The knight seems to be watching something.", "melee_animation": "7042", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "8", "respawn_delay": "60", - "safespot": null, - "strength_level": "27", - "weakness": "9" - }, - { - "id": "1093", - "name": "Billy" - }, - { - "id": "1094", - "name": "Mountain goat" - }, - { - "id": "1095", - "name": "Rock", - "examine": "The biggest and baddest troll.", - "aggressive": "true", - "attack_level": "70", - "bonuses": "60,60,60,0,0,35,60,35,200,200,0,100,0,0,0", "defence_animation": "0", - "defence_level": "70", - "lifepoints": "140", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "White Knight", + "defence_level": "27", + "safespot": null, + "lifepoints": "38", + "strength_level": "27", + "id": "1092", + "range_level": "1", + "attack_level": "27" + }, + { + "examine": "The biggest and baddest troll.", "melee_animation": "6523", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "110", - "weakness": "7" - }, - { - "id": "1096", - "name": "Stick", - "examine": "Careful, he is a big.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "7", - "bonuses": "50,50,50,0,0,30,30,50,200,200,0,80,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "135", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "110", - "weakness": "7" - }, - { - "id": "1097", - "name": "Pee Hat", - "examine": "A nasty looking troll.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "6", - "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "50", - "lifepoints": "120", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "7" - }, - { - "id": "1098", - "name": "Kraka", - "examine": "A nasty looking troll.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "6", - "bonuses": "40,40,40,0,0,25,25,40,200,400,0,70,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "50", - "lifepoints": "120", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "7" - }, - { - "id": "1099", - "name": "Dung", - "examine": "Human is his speciality.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "1100", - "name": "Ash", - "examine": "Human is his speciality.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "1101", - "name": "Thrower Troll", - "examine": "Small for a troll, but mean, ugly and throws rocks.", - "agg_radius": "6", - "attack_level": "41", - "attack_speed": "7", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1102", - "name": "Thrower Troll", - "examine": "Small for a troll, but mean, ugly and throws rocks.", - "agg_radius": "6", - "attack_level": "41", - "attack_speed": "7", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1103", - "name": "Thrower Troll", - "examine": "Small for a troll, but mean, ugly and throws rocks.", - "agg_radius": "6", - "attack_level": "41", - "attack_speed": "7", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1104", - "name": "Thrower Troll", - "examine": "Small for a troll, but mean, ugly and throws rocks.", - "agg_radius": "6", - "attack_level": "41", - "attack_speed": "7", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1105", - "name": "Thrower Troll", - "examine": "Small for a troll, but mean, ugly and throws rocks.", - "agg_radius": "6", - "attack_level": "41", - "attack_speed": "7", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1106", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1107", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1108", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1109", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1110", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1111", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1112", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1113", - "name": "Eadgar" - }, - { - "id": "1114", - "name": "Godric" - }, - { - "id": "1115", - "name": "Troll general", - "examine": "One of the troll generals.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "92", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "7" - }, - { - "id": "1116", - "name": "Troll general", - "examine": "One of the troll generals.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "92", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "7" - }, - { - "id": "1117", - "name": "Troll general", - "examine": "One of the troll generals.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "92", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "7" - }, - { - "id": "1118", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1119", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1120", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1121", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1122", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1123", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1124", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1125", - "name": "Dad", - "examine": "An unusually large troll.", - "attack_level": "60", - "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "120", - "magic_animation": "0", - "melee_animation": "1158", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "120", - "weakness": "7" - }, - { - "id": "1126", - "name": "Twig", - "examine": "He's guarding the cells.", - "aggressive": "true", - "attack_level": "40", - "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "1158", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "90", - "weakness": "7" - }, - { - "id": "1127", - "name": "Berry", - "examine": "He's guarding the cells.", - "aggressive": "true", - "attack_level": "40", - "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "1158", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "90", - "weakness": "7" - }, - { - "id": "1128", - "name": "Twig", - "examine": "He's guarding the cells.", - "attack_level": "40", - "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "90", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "90", - "weakness": "7" - }, - { - "id": "1129", - "name": "Berry", - "examine": "He's guarding the cells.", - "attack_level": "40", - "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "90", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "90", - "weakness": "7" - }, - { - "id": "1130", - "name": "Thrower troll", - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "7", - "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "start_gfx": "33", - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1131", - "name": "Thrower troll", - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "7", - "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "start_gfx": "33", - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1132", - "name": "Thrower troll", - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "7", - "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "start_gfx": "33", - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1133", - "name": "Thrower troll", - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "7", - "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "start_gfx": "33", - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1134", - "name": "Thrower troll", - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "7", - "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "start_gfx": "33", - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1135", - "name": "Cook", - "examine": "Human is his speciality.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1136", - "name": "Cook", - "examine": "Human is his speciality.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1137", - "name": "Cook", - "examine": "Human is his speciality.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1138", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1139", - "name": "Mushroom", - "examine": "He's fast asleep.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1140", - "name": "Mountain goat", - "examine": "This beast doesn't need climbing boots.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1141", - "name": "Mountain goat", - "examine": "This beast doesn't need climbing boots.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1142", - "name": "Guard", - "examine": "He's guarding the storeroom.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1143", - "name": "Guard", - "examine": "He's guarding the storeroom.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1144", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1145", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1146", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1147", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1148", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1149", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1150", - "name": "Guard", - "examine": "He's guarding the goutweed.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1151", - "name": "Burntmeat", - "examine": "Human is his speciality.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1152", - "name": "Weird Old Man", - "examine": "What's he mumbling about?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1153", - "name": "Kalphite Worker", - "examine": "I don't think insect repellent will work...", - "attack_level": "20", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0", - "combat_audio": "571,573,572", - "death_animation": "6230", - "defence_animation": "6232", - "defence_level": "20", - "lifepoints": "40", - "magic_animation": "6223", - "magic_level": "1", - "melee_animation": "6223", - "range_animation": "6223", - "range_level": "1", - "respawn_delay": "38", - "safespot": null, - "slayer_exp": "40", - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1154", - "name": "Kalphite Soldier", - "examine": "I don't think insect repellent will work...", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", - "combat_audio": "567,569,568", - "death_animation": "6228", - "defence_animation": "6227", + "name": "Rock", "defence_level": "70", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "6224", - "poison_amount": "20", - "poisonous": "true", - "range_animation": "0", + "safespot": null, + "lifepoints": "140", + "strength_level": "110", + "id": "1095", + "aggressive": "true", + "bonuses": "60,60,60,0,0,35,60,35,200,200,0,100,0,0,0", "range_level": "1", + "attack_level": "70" + }, + { + "examine": "Careful, he is a big.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", "respawn_delay": "60", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Stick", + "defence_level": "60", "safespot": null, - "slayer_exp": "90", - "strength_level": "70", - "weakness": "7" - }, - { - "id": "1155", - "name": "Kalphite Guardian", - "examine": "I don't think insect repellent will work...", - "aggressive": "true", - "attack_level": "110", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", - "death_animation": "6230", - "defence_animation": "6232", - "defence_level": "110", - "lifepoints": "170", - "magic_animation": "6223", - "magic_level": "1", - "melee_animation": "6223", - "poison_amount": "30", - "poisonous": "true", - "range_animation": "6223", - "range_level": "1", - "respawn_delay": "65", - "safespot": null, + "lifepoints": "135", "strength_level": "110", - "weakness": "7" + "id": "1096", + "aggressive": "true", + "bonuses": "50,50,50,0,0,30,30,50,200,200,0,80,0,0,0", + "range_level": "1", + "attack_level": "60" }, { - "id": "1156", - "name": "Kalphite Worker", - "examine": "I don't think insect repellent will work...", - "attack_level": "20", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0", - "combat_audio": "571,573,572", - "death_animation": "6230", - "defence_animation": "6232", - "defence_level": "20", - "lifepoints": "40", - "magic_animation": "6223", - "magic_level": "1", - "melee_animation": "6223", - "range_animation": "6223", - "range_level": "1", - "respawn_delay": "38", + "examine": "A nasty looking troll.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Pee Hat", + "defence_level": "50", "safespot": null, - "slayer_exp": "40", + "lifepoints": "120", + "strength_level": "100", + "id": "1097", + "aggressive": "true", + "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A nasty looking troll.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Kraka", + "defence_level": "50", + "safespot": null, + "lifepoints": "120", + "strength_level": "100", + "id": "1098", + "aggressive": "true", + "bonuses": "40,40,40,0,0,25,25,40,200,400,0,70,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dung", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1099", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ash", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1100", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but mean, ugly and throws rocks.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower Troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1101", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but mean, ugly and throws rocks.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower Troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1102", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but mean, ugly and throws rocks.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower Troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1103", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but mean, ugly and throws rocks.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower Troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1104", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but mean, ugly and throws rocks.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower Troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1105", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", "strength_level": "20", - "weakness": "7" - }, - { - "id": "1157", - "name": "Kalphite Guardian", - "examine": "I don't think insect repellent will work...", - "aggressive": "true", - "attack_level": "110", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", - "death_animation": "6230", - "defence_animation": "6232", - "defence_level": "110", - "lifepoints": "170", - "magic_animation": "6223", - "magic_level": "1", - "melee_animation": "6223", - "poison_amount": "30", - "poisonous": "true", - "range_animation": "6223", + "id": "1106", "range_level": "1", - "respawn_delay": "65", - "safespot": null, - "strength_level": "110", - "weakness": "7" + "attack_level": "53" }, { - "id": "1158", - "name": "Kalphite Queen", - "examine": "I don't think insect repellent will work...", - "agg_radius": "64", + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1107", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1108", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1109", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1110", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1111", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1112", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "One of the troll generals.", + "melee_animation": "1259", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll general", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "65", + "id": "1115", "aggressive": "true", - "attack_level": "300", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "One of the troll generals.", + "melee_animation": "1259", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll general", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "65", + "id": "1116", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "One of the troll generals.", + "melee_animation": "1259", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll general", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "65", + "id": "1117", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1118", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1119", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1120", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1121", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1122", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1123", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1124", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "An unusually large troll.", + "melee_animation": "1158", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Dad", + "defence_level": "50", + "safespot": null, + "lifepoints": "120", + "strength_level": "120", + "id": "1125", + "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "He's guarding the cells.", + "range_animation": "0", + "melee_animation": "1158", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Twig", + "defence_level": "25", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", + "id": "1126", + "aggressive": "true", + "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "He's guarding the cells.", + "range_animation": "0", + "melee_animation": "1158", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Berry", + "defence_level": "40", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", + "id": "1127", + "aggressive": "true", + "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "He's guarding the cells.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Twig", + "defence_level": "25", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", + "id": "1128", + "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "He's guarding the cells.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Berry", + "defence_level": "40", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", + "id": "1129", + "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1130", + "aggressive": "true", + "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1131", + "aggressive": "true", + "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1132", + "aggressive": "true", + "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1133", + "aggressive": "true", + "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1134", + "aggressive": "true", + "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1135", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1136", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1137", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1138", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "He's fast asleep.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Mushroom", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1139", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This beast doesn't need climbing boots.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1140", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This beast doesn't need climbing boots.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1141", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the storeroom.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1142", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the storeroom.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1143", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1144", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1145", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1146", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1147", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1148", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1149", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the goutweed.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1150", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Burntmeat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1151", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "What's he mumbling about?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Weird Old Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1152", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "6223", + "combat_audio": "571,573,572", "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,50,10,100,100,0,0,0,0,0", - "death_animation": "6242", + "magic_level": "1", + "respawn_delay": "38", "defence_animation": "6232", - "defence_level": "300", - "lifepoints": "255", - "magic_animation": "6241", - "magic_level": "150", - "melee_animation": "6241", - "poisonous": "", - "range_animation": "6241", - "range_level": "1000", - "respawn_delay": "0", + "weakness": "7", + "slayer_exp": "40", + "magic_animation": "6223", + "death_animation": "6230", + "name": "Kalphite Worker", + "defence_level": "20", "safespot": null, - "strength_level": "300", - "weakness": "10" + "lifepoints": "40", + "strength_level": "20", + "id": "1153", + "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" }, { - "id": "1159", - "name": "Kalphite Queen" - }, - { - "id": "1160", - "name": "Kalphite Queen", "examine": "I don't think insect repellent will work...", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "300", + "melee_animation": "6224", + "range_animation": "0", + "combat_audio": "567,569,568", "attack_speed": "4", - "bonuses": "0,0,0,0,0,100,100,100,10,10,0,0,0,0,0", - "death_animation": "6233", - "defence_animation": "6234", - "defence_level": "300", - "lifepoints": "255", - "magic_animation": "6235", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "6227", + "weakness": "7", + "slayer_exp": "90", + "poison_amount": "20", + "magic_animation": "0", + "death_animation": "6228", + "name": "Kalphite Soldier", + "defence_level": "70", + "safespot": null, + "lifepoints": "90", + "strength_level": "70", + "id": "1154", + "aggressive": "true", + "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "6223", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "65", + "defence_animation": "6232", + "weakness": "7", + "poison_amount": "30", + "magic_animation": "6223", + "death_animation": "6230", + "name": "Kalphite Guardian", + "defence_level": "110", + "safespot": null, + "lifepoints": "170", + "strength_level": "110", + "id": "1155", + "aggressive": "true", + "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "110" + }, + { + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "6223", + "combat_audio": "571,573,572", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "38", + "defence_animation": "6232", + "weakness": "7", + "slayer_exp": "40", + "magic_animation": "6223", + "death_animation": "6230", + "name": "Kalphite Worker", + "defence_level": "20", + "safespot": null, + "lifepoints": "40", + "strength_level": "20", + "id": "1156", + "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "6223", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "65", + "defence_animation": "6232", + "weakness": "7", + "poison_amount": "30", + "magic_animation": "6223", + "death_animation": "6230", + "name": "Kalphite Guardian", + "defence_level": "110", + "safespot": null, + "lifepoints": "170", + "strength_level": "110", + "id": "1157", + "aggressive": "true", + "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "110" + }, + { + "agg_radius": "64", + "examine": "I don't think insect repellent will work...", + "melee_animation": "6241", + "range_animation": "6241", + "attack_speed": "4", + "poisonous": "", "magic_level": "150", + "respawn_delay": "0", + "defence_animation": "6232", + "weakness": "10", + "magic_animation": "6241", + "death_animation": "6242", + "name": "Kalphite Queen", + "defence_level": "300", + "safespot": null, + "lifepoints": "255", + "strength_level": "300", + "id": "1158", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,50,10,100,100,0,0,0,0,0", + "range_level": "1000", + "attack_level": "300" + }, + { + "agg_radius": "64", + "examine": "I don't think insect repellent will work...", "melee_animation": "6235", "range_animation": "6235", - "range_level": "1000", + "attack_speed": "4", + "magic_level": "150", "respawn_delay": "45", + "defence_animation": "6234", + "weakness": "10", + "magic_animation": "6235", + "death_animation": "6233", + "name": "Kalphite Queen", + "defence_level": "300", "safespot": null, + "lifepoints": "255", "strength_level": "300", - "weakness": "10" + "id": "1160", + "aggressive": "true", + "bonuses": "0,0,0,0,0,100,100,100,10,10,0,0,0,0,0", + "range_level": "1000", + "attack_level": "300" }, { - "id": "1161", - "name": "Kalphite Larva", "examine": "I don't think insect repellent will work...", - "aggressive": "false", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kalphite Larva", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1161", + "aggressive": "false", + "range_level": "1", + "attack_level": "1" }, { - "id": "1162", - "name": "Timfraku", - "examine": "The imposing Chief of Tai Bwo Wannai." - }, - { - "id": "1163", - "name": "Tiadeche", - "examine": "A rather depressed looking fisherman." - }, - { - "id": "1164", - "name": "Tiadeche", - "examine": "A rather depressed looking fisherman." - }, - { - "id": "1165", - "name": "Tinsay" - }, - { - "id": "1166", - "name": "Tinsay" - }, - { - "id": "1167", - "name": "Tamayu", - "examine": "A hunter who long ago succumbed to blood lust." - }, - { - "id": "1168", - "name": "Tamayu" - }, - { - "id": "1169", - "name": "Tamayu" - }, - { - "id": "1170", - "name": "Tamayu" - }, - { - "id": "1171", - "name": "Lubufu", - "examine": "A crotchety old fisherman who doesn't like young whippersnappers." - }, - { - "id": "1172", - "name": "The Shaikahan", "examine": "A huge beast, resembling in some ways a lion, but mostly a twisted nightmare.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "1201", - "defence_animation": "1200", - "defence_level": "50", - "lifepoints": "100", - "magic_animation": "1197", "melee_animation": "1199", "range_animation": "1197", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "9" - }, - { - "id": "1173", - "name": "The Shaikahan" - }, - { - "id": "1174", - "name": "Fishing spot" - }, - { - "id": "1175", - "name": "Fishing spot" - }, - { - "id": "1176", - "name": "Fishing spot", - "examine": "I can see fish swimming in the water." - }, - { - "id": "1177", - "name": "Fishing spot" - }, - { - "id": "1178", - "name": "Fishing spot" - }, - { - "id": "1179", - "name": "Gull", - "examine": "Flappy bird.", - "water_npc": "true" - }, - { - "id": "1180", - "name": "Cormorant", - "examine": "A sea bird." - }, - { - "id": "1181", - "name": "Pelican", - "examine": "A sea bird." - }, - { - "id": "1182", - "name": "Lord Iorwerth" - }, - { - "id": "1183", - "name": "Elf warrior", - "examine": "He looks pretty handy with that bow.", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "428", - "projectile": "249", - "range_animation": "426", - "range_level": "72", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "250", - "strength_level": "1", - "weakness": "2" - }, - { - "id": "1184", - "name": "Elf warrior", - "examine": "I don't wanna be at the wrong end of that pike.", - "attack_level": "68", "attack_speed": "5", - "clue_level": "2", + "respawn_delay": "60", + "defence_animation": "1200", + "weakness": "9", + "magic_animation": "1197", + "death_animation": "1201", + "name": "The Shaikahan", + "defence_level": "50", + "safespot": null, + "lifepoints": "100", + "strength_level": "50", + "id": "1172", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "He looks pretty handy with that bow.", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "426", "combat_audio": "425,427,426", - "death_animation": "836", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "68", - "lifepoints": "85", + "weakness": "2", "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "1", + "id": "1183", + "clue_level": "2", + "range_level": "72", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "I don't wanna be at the wrong end of that pike.", "melee_animation": "428", "range_animation": "0", - "range_level": "1", + "combat_audio": "425,427,426", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "68", "safespot": null, + "lifepoints": "85", "strength_level": "68", - "weakness": "9" + "id": "1184", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" }, { - "id": "1185", - "name": "Elven city guard", "examine": "An elven city guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1186", - "name": "Idris" - }, - { - "id": "1187", - "name": "Essyllt" - }, - { - "id": "1188", - "name": "Morvran" - }, - { - "id": "1189", - "name": "Fishing spot" - }, - { - "id": "1190", - "name": "Fishing spot" - }, - { - "id": "1191", - "name": "Fishing spot" - }, - { - "id": "1192", - "name": "Rabbit", - "examine": "A cute bunny rabbit.", - "attack_level": "1", - "death_animation": "6092", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", "magic_animation": "0", - "melee_animation": "6090", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "death_animation": "0", + "name": "Elven city guard", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "9" + "id": "1185", + "range_level": "1", + "attack_level": "1" }, { - "id": "1193", - "name": "Rabbit", - "attack_level": "1", - "death_animation": "6092", - "defence_animation": "6091", - "defence_level": "1", - "lifepoints": "5", + "examine": "A cute bunny rabbit.", "melee_animation": "6090", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1194", - "name": "Rabbit", - "attack_level": "1", - "death_animation": "6092", - "defence_animation": "6091", - "defence_level": "1", - "lifepoints": "5", - "melee_animation": "6090", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1195", - "name": "Grizzly bear", - "examine": "It's an NPC.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "4", - "combat_audio": "300,302,301", - "death_animation": "4929", - "defence_animation": "4927", - "defence_level": "35", - "lifepoints": "35", - "magic_level": "1", - "melee_animation": "4921", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "36" - }, - { - "id": "1196", - "name": "Grizzly bear cub", - "examine": "Eek! A bear cub!", - "attack_level": "21", - "combat_audio": "498,500,499", - "defence_animation": "0", - "defence_level": "21", - "lifepoints": "30", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "21", - "weakness": "6" - }, - { - "id": "1197", - "name": "Grizzly bear cub", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "35", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1198", - "name": "Dire Wolf", - "examine": "What big teeth you have.", - "attack_level": "33", - "death_animation": "6558", "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", + "weakness": "9", "magic_animation": "0", + "death_animation": "6092", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1192", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "6092", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "melee_animation": "6090", + "strength_level": "1", + "id": "1193", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6091" + }, + { + "death_animation": "6092", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "melee_animation": "6090", + "strength_level": "1", + "id": "1194", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6091" + }, + { + "examine": "It's an NPC.", + "melee_animation": "4921", + "combat_audio": "300,302,301", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "4927", + "slayer_exp": "0", + "death_animation": "4929", + "name": "Grizzly bear", + "defence_level": "35", + "safespot": null, + "lifepoints": "35", + "strength_level": "36", + "id": "1195", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Eek! A bear cub!", + "range_animation": "0", + "combat_audio": "498,500,499", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Grizzly bear cub", + "defence_level": "21", + "safespot": null, + "lifepoints": "30", + "strength_level": "21", + "id": "1196", + "range_level": "1", + "attack_level": "21" + }, + { + "name": "Grizzly bear cub", + "defence_level": "1", + "safespot": null, + "lifepoints": "35", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "1197", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "What big teeth you have.", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6558", + "name": "Dire Wolf", + "defence_level": "33", "safespot": null, + "lifepoints": "47", "strength_level": "33", - "weakness": "9" + "id": "1198", + "range_level": "1", + "attack_level": "33" }, { - "id": "1199", - "name": "Elf Tracker", "examine": "An elf tracker.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elf Tracker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1199", + "range_level": "1", + "attack_level": "1" }, { - "id": "1200", - "name": "Tyras guard", "examine": "One of King Tyras's men.", - "attack_level": "42", - "attack_speed": "6", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", "melee_animation": "414", "range_animation": "0", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Tyras guard", + "defence_level": "42", "safespot": null, + "lifepoints": "60", "strength_level": "42", - "weakness": "8" + "id": "1200", + "range_level": "1", + "attack_level": "42" }, { - "id": "1201", - "name": "Elf warrior", "examine": "I don't want to get on the wrong side of him.", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "105", - "melee_animation": "426", - "projectile": "249", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "start_gfx": "250", - "strength_level": "1" - }, - { - "id": "1202", - "name": "Arianwyn" - }, - { - "id": "1203", - "name": "Tyras guard", - "examine": "One of King Tyras's men.", - "attack_level": "95", - "attack_speed": "6", - "death_animation": "836", + "combat_style": "1", + "melee_animation": "426", + "combat_audio": "425,427,426", + "respawn_delay": "60", "defence_animation": "425", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "1201", + "clue_level": "2", + "range_level": "1", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "One of King Tyras's men.", + "melee_animation": "395", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Tyras guard", "defence_level": "110", + "safespot": null, "lifepoints": "110", - "melee_animation": "395", + "strength_level": "105", + "id": "1203", "range_level": "50", - "respawn_delay": "60", - "safespot": null, - "strength_level": "105" + "attack_level": "95" }, { - "id": "1204", - "name": "Tyras guard", "examine": "One of King Tyras's men.", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "112", "melee_animation": "395", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1205", - "name": "Tyras guard" - }, - { - "id": "1206", - "name": "Tyras guard", - "examine": "One of King Tyras's men." - }, - { - "id": "1207", - "name": "Quartermaster" - }, - { - "id": "1208", - "name": "Quartermaster", - "examine": "Responsible for the food and equipment of the troops.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1209", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "1210", - "name": "Kings messenger", - "examine": "One of King Lathas' messengers." - }, - { - "id": "1211", - "name": "Will o' the wisp", - "examine": "Mysterious swamp lights...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1212", - "name": "Will o' the wisp", - "examine": "Mysterious swamp lights..." - }, - { - "id": "1213", - "name": "Tegid", - "examine": "He's washing his clothes in the lake." - }, - { - "id": "1214", - "name": "Thistle", - "examine": "A plant." - }, - { - "id": "1215", - "name": "Parrots", - "examine": "What a colourful bunch of parrots!" - }, - { - "id": "1216", - "name": "Parroty Pete", - "examine": "He seems strangely familiar...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1217", - "name": "Gardener", - "examine": "An old gardener.", - "attack_level": "4", + "defence_animation": "425", "death_animation": "836", + "name": "Tyras guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "112", + "strength_level": "1", + "id": "1204", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Responsible for the food and equipment of the troops.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "4", - "lifepoints": "5", "magic_animation": "0", + "death_animation": "0", + "name": "Quartermaster", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1208", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Mysterious swamp lights...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Will o' the wisp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1211", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems strangely familiar...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Parroty Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1216", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old gardener.", "melee_animation": "433", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Gardener", + "defence_level": "4", "safespot": null, + "lifepoints": "5", "strength_level": "4", - "weakness": "8" + "id": "1217", + "range_level": "1", + "attack_level": "4" }, { - "id": "1218", - "name": "Ghoul", "examine": "A scary, man eating ghoul.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "442,444,443", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "30", - "lifepoints": "50", - "magic_animation": "422", - "magic_level": "1", "melee_animation": "422", "range_animation": "422", - "range_level": "1", + "combat_audio": "442,444,443", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "404", + "weakness": "9", "slayer_exp": "50", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ghoul", + "defence_level": "30", + "safespot": null, + "lifepoints": "50", "strength_level": "40", - "weakness": "9" + "id": "1218", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" }, { - "id": "1219", - "name": "Leech", "examine": "Yuck! It's all slimy!", - "aggressive": "true", - "attack_level": "42", - "death_animation": "1272", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", "melee_animation": "1273", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1272", + "name": "Leech", + "defence_level": "42", "safespot": null, + "lifepoints": "60", "strength_level": "42", - "weakness": "9" + "id": "1219", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" }, { - "id": "1220", - "name": "Vampire", "examine": "It looks very hungry!", - "attack_level": "52", - "clue_level": "1", - "death_animation": "7185", - "defence_level": "52", - "lifepoints": "50", "melee_animation": "1264", - "range_level": "1", - "safespot": null, "slayer_exp": "50", - "strength_level": "1" - }, - { - "id": "1221", - "name": "Spider" - }, - { - "id": "1222", - "name": "Mist" - }, - { - "id": "1223", + "death_animation": "7185", "name": "Vampire", - "examine": "It looks very hungry!", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "1264", - "range_level": "1", + "defence_level": "52", "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1220", + "clue_level": "1", + "range_level": "1", + "attack_level": "52" + }, + { "slayer_exp": "40", - "strength_level": "1" - }, - { - "id": "1224", - "name": "Vampyric hound" - }, - { - "id": "1225", - "name": "Vampire", "examine": "It looks very hungry!", - "attack_level": "1", - "clue_level": "1", + "name": "Vampire", "defence_level": "1", - "lifepoints": "50", - "range_level": "1", "safespot": null, - "strength_level": "1" + "melee_animation": "1264", + "lifepoints": "50", + "strength_level": "1", + "id": "1223", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "1226", - "name": "Tree" + "examine": "It looks very hungry!", + "name": "Vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1225", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A marsh coloured blamish snail, these types are said to spit acid.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Myre Blamish Snail", + "defence_level": "22", + "safespot": null, + "lifepoints": "8", + "strength_level": "0", "id": "1227", - "name": "Myre Blamish Snail", - "examine": "A marsh coloured blamish snail, these types are said to spit acid.", "aggressive": "true", - "attack_level": "0", - "attack_speed": "4", "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", - "combat_style": "1", - "death_animation": "8144", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "8", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", "range_level": "5", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { + "examine": "A blood coloured blamish snail, these types are said to spit acid.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Blood Blamish Snail", + "defence_level": "45", + "safespot": null, + "lifepoints": "13", + "strength_level": "0", "id": "1228", - "name": "Blood Blamish Snail", - "examine": "A blood coloured blamish snail, these types are said to spit acid.", "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", - "combat_style": "1", - "death_animation": "8144", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "13", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", "range_level": "12", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { + "examine": "A muddy coloured blamish snail, these types are said to spit acid.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Ochre Blamish Snail", + "defence_level": "18", + "safespot": null, + "lifepoints": "10", + "strength_level": "0", "id": "1229", - "name": "Ochre Blamish Snail", - "examine": "A muddy coloured blamish snail, these types are said to spit acid.", "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", - "combat_style": "1", - "death_animation": "8144", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "10", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", "range_level": "7", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { + "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Bruise Blamish Snail", + "defence_level": "40", + "safespot": null, + "lifepoints": "12", + "strength_level": "0", "id": "1230", - "name": "Bruise Blamish Snail", - "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.", "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", - "combat_style": "1", - "death_animation": "8144", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "12", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", "range_level": "15", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { - "id": "1231", - "name": "Bark Blamish Snail", - "examine": "A branch bark coloured blamish snail, these types are said to spit acid.", "agg_radius": "", - "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", - "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "examine": "A branch bark coloured blamish snail, these types are said to spit acid.", "combat_style": "1", - "death_animation": "8144", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Bark Blamish Snail", "defence_level": "20", + "safespot": null, "lifepoints": "22", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", + "strength_level": "0", + "id": "1231", + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "range_level": "10", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { - "id": "1232", - "name": "Myre Blamish Snail", "examine": "A marsh coloured blamish snail, these types are said to spit acid.", - "aggressive": "true", - "attack_level": "0", - "attack_speed": "4", - "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "combat_style": "1", - "death_animation": "8144", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Myre Blamish Snail", "defence_level": "22", + "safespot": null, "lifepoints": "8", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", + "strength_level": "0", + "id": "1232", + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "range_level": "5", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { - "id": "1233", - "name": "Blood Blamish Snail", "examine": "A blood coloured blamish snail, these types are said to spit acid.", - "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", - "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "combat_style": "1", - "death_animation": "8144", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Blood Blamish Snail", "defence_level": "45", + "safespot": null, "lifepoints": "13", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", + "strength_level": "0", + "id": "1233", + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "range_level": "12", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { - "id": "1234", - "name": "Ochre Blamish Snail", "examine": "A muddy coloured blamish snail, these types are said to spit acid.", - "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", - "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "combat_style": "1", - "death_animation": "8144", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Ochre Blamish Snail", "defence_level": "18", - "lifepoints": "10", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", - "range_level": "7", - "respawn_delay": "50", "safespot": null, - "slayer_exp": "0", + "lifepoints": "10", "strength_level": "0", - "weakness": "9" - }, - { - "id": "1235", - "name": "Bruise Blamish Snail", - "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.", + "id": "1234", "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "range_level": "7", + "attack_level": "0" + }, + { + "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.", "combat_style": "1", - "death_animation": "8144", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "12", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "8143", "range_animation": "0", - "range_level": "15", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "50", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" - }, - { - "id": "1236", - "name": "Fishing spot" - }, - { - "id": "1237", - "name": "Fishing spot" - }, - { - "id": "1238", - "name": "Fishing spot" - }, - { - "id": "1239", - "name": "Bedabin Nomad Fighter", - "examine": "A Bedabin nomad fighter - a sandy swordsman.", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "9" - }, - { - "id": "1240", - "name": "Loar Shadow", - "examine": "A shadowy sort of entity", - "aggressive": "true", - "attack_level": "45", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "38", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "3" - }, - { - "id": "1241", - "name": "Loar Shade", - "examine": "The shadowy remains of a long departed soul.", - "aggressive": "true", - "attack_level": "45", - "death_animation": "1308", - "defence_animation": "1284", - "defence_level": "26", - "lifepoints": "38", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1283", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "3" - }, - { - "id": "1242", - "name": "Shade Spirit" - }, - { - "id": "1243", - "name": "Phrin Shadow", - "examine": "A shadowy sort of entity", - "aggressive": "true", - "attack_level": "64", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "56", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "3" - }, - { - "id": "1244", - "name": "Phrin Shade", - "examine": "The shadowy remains of a long departed soul.", - "aggressive": "true", - "attack_level": "64", - "death_animation": "1287", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "56", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1283", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "3" - }, - { - "id": "1245", - "name": "Riyl Shadow", - "examine": "A shadowy sort of entity", - "aggressive": "true", - "attack_level": "88", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "76", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "3" - }, - { - "id": "1246", - "name": "Riyl Shade", - "examine": "The shadowy remains of a long departed soul.", - "aggressive": "true", - "attack_level": "88", - "death_animation": "1287", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "76", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1283", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "3" - }, - { - "id": "1247", - "name": "Asyn Shadow", - "examine": "A shadowy sort of entity", - "aggressive": "true", - "attack_level": "102", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "84", - "weakness": "3" - }, - { - "id": "1248", - "name": "Asyn Shade", - "examine": "The shadowy remains of a long departed soul.", - "aggressive": "true", - "attack_level": "102", - "death_animation": "1287", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1283", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "84", - "weakness": "3" - }, - { - "id": "1249", - "name": "Fiyr Shadow", - "examine": "A shadowy sort of entity", - "aggressive": "true", - "attack_level": "120", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "85", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "3" - }, - { - "id": "1250", - "name": "Fiyr Shade", - "examine": "The shadowy remains of a long departed soul.", - "aggressive": "true", - "attack_level": "120", - "death_animation": "1287", - "defence_animation": "0", - "defence_level": "85", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1283", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "3" - }, - { - "id": "1251", - "name": "Afflicted(Ulsquire)" - }, - { - "id": "1252", - "name": "Ulsquire Shauncy" - }, - { - "id": "1253", - "name": "Afflicted(Razmire)" - }, - { - "id": "1254", - "name": "Razmire Keelgan" - }, - { - "id": "1255", - "name": "Mort'ton Local" - }, - { - "id": "1256", - "name": "Mort'ton Local" - }, - { - "id": "1257", - "name": "Afflicted", - "examine": "A local villager of Mort'ton.", - "attack_level": "43", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "43", - "weakness": "6" - }, - { - "id": "1258", - "name": "Afflicted", - "examine": "A local villager of Mort'ton.", - "attack_level": "44", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "44", - "weakness": "6" - }, - { - "id": "1259", - "name": "Mort'ton local" - }, - { - "id": "1260", - "name": "Mort'ton local" - }, - { - "id": "1261", - "name": "Afflicted", - "examine": "A local villager of Mort'ton.", - "attack_level": "45", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "45", - "weakness": "6" - }, - { - "id": "1262", - "name": "Afflicted", - "examine": "A local villager of Mort'ton.", - "aggressive": "true", - "attack_level": "46", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "46", - "weakness": "6" - }, - { - "id": "1263", - "name": "Wizard", - "examine": "Slightly more magical.", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1264", - "name": "Saradomin wizard", - "examine": "A follower of Saradomin.", - "aggressive": "true", - "attack_level": "90", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "811", - "magic_level": "90", - "melee_animation": "376", - "poison_amount": "30", - "poisonous": "true", - "range_animation": "0", - "range_level": "70", - "respawn_delay": "60", - "safespot": null, - "spell_id": "41", - "strength_level": "90", - "weakness": "3" - }, - { - "id": "1265", - "name": "Rock Crab", - "examine": "No one likes crabs...", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "0", - "combat_audio": "717,723,722", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "1312", - "magic_level": "1", - "melee_animation": "1312", - "range_animation": "1312", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1266", - "name": "Rocks", - "examine": "A rocky outcrop.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "1312", - "melee_animation": "1312", - "range_animation": "1312", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1267", - "name": "Rock Crab", - "examine": "No one likes crabs...", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "0", - "combat_audio": "717,723,722", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "1312", - "melee_animation": "1312", - "range_animation": "1312", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1268", - "name": "Rocks", - "examine": "A rocky outcrop.", - "aggressive": "true", - "attack_level": "4", - "attack_speed": "5", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "4", - "lifepoints": "50", - "magic_animation": "1312", - "melee_animation": "1312", - "range_animation": "1312", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1269", - "name": "Olaf the Bard", - "examine": "A Fremennik bard.", - "aggressive": "true", - "attack_level": "10", - "attack_speed": "5", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "8", - "lifepoints": "50", - "magic_animation": "1312", - "melee_animation": "1312", - "range_animation": "1312", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1270", - "name": "Lalli", - "examine": "Distinctly troll-shaped.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1271", - "name": "Golden sheep", - "examine": "Freshly shorn.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1272", - "name": "Golden sheep", - "examine": "Lovely thick wool.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1273", - "name": "Fossegrimen", - "examine": "A powerful spirit that lives in this lake.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1274", - "name": "Ospak", - "examine": "Looks like he's had a few drinks already.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1275", - "name": "Styrmir", - "examine": "Doesn't look like the musical type.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1276", - "name": "Torbrund", - "examine": "Waiting for the show.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1277", - "name": "Fridgeir", - "examine": "He sits impatiently with his friends.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1278", - "name": "Longhall Bouncer", - "examine": "He's fat, he's round, he bounces on the ground. That's how he got the job.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1279", - "name": "The Draugen", - "examine": "A fearful spirit of the drowned.", - "aggressive": "true", - "attack_level": "40", - "death_animation": "836", - "defence_animation": "0", + "death_animation": "8144", + "name": "Bruise Blamish Snail", "defence_level": "40", + "safespot": null, + "lifepoints": "12", + "strength_level": "0", + "id": "1235", + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "range_level": "15", + "attack_level": "0" + }, + { + "examine": "A Bedabin nomad fighter - a sandy swordsman.", + "melee_animation": "390", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Bedabin Nomad Fighter", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "1239", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A shadowy sort of entity", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Loar Shadow", + "defence_level": "26", + "safespot": null, + "lifepoints": "38", + "strength_level": "30", + "id": "1240", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "The shadowy remains of a long departed soul.", + "melee_animation": "1283", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "1284", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1308", + "name": "Loar Shade", + "defence_level": "26", + "safespot": null, + "lifepoints": "38", + "strength_level": "30", + "id": "1241", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "A shadowy sort of entity", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Phrin Shadow", + "defence_level": "42", + "safespot": null, + "lifepoints": "56", + "strength_level": "47", + "id": "1243", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "The shadowy remains of a long departed soul.", + "melee_animation": "1283", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1287", + "name": "Phrin Shade", + "defence_level": "42", + "safespot": null, + "lifepoints": "56", + "strength_level": "47", + "id": "1244", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "A shadowy sort of entity", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Riyl Shadow", + "defence_level": "60", + "safespot": null, + "lifepoints": "76", + "strength_level": "55", + "id": "1245", + "aggressive": "true", + "range_level": "1", + "attack_level": "88" + }, + { + "examine": "The shadowy remains of a long departed soul.", + "melee_animation": "1283", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1287", + "name": "Riyl Shade", + "defence_level": "60", + "safespot": null, + "lifepoints": "76", + "strength_level": "55", + "id": "1246", + "aggressive": "true", + "range_level": "1", + "attack_level": "88" + }, + { + "examine": "A shadowy sort of entity", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Asyn Shadow", + "defence_level": "70", + "safespot": null, + "lifepoints": "90", + "strength_level": "84", + "id": "1247", + "aggressive": "true", + "range_level": "1", + "attack_level": "102" + }, + { + "examine": "The shadowy remains of a long departed soul.", + "melee_animation": "1283", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1287", + "name": "Asyn Shade", + "defence_level": "70", + "safespot": null, + "lifepoints": "90", + "strength_level": "84", + "id": "1248", + "aggressive": "true", + "range_level": "1", + "attack_level": "102" + }, + { + "examine": "A shadowy sort of entity", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Fiyr Shadow", + "defence_level": "85", + "safespot": null, + "lifepoints": "110", + "strength_level": "100", + "id": "1249", + "aggressive": "true", + "range_level": "1", + "attack_level": "120" + }, + { + "examine": "The shadowy remains of a long departed soul.", + "melee_animation": "1283", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1287", + "name": "Fiyr Shade", + "defence_level": "85", + "safespot": null, + "lifepoints": "110", + "strength_level": "100", + "id": "1250", + "aggressive": "true", + "range_level": "1", + "attack_level": "120" + }, + { + "examine": "A local villager of Mort'ton.", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Afflicted", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", + "id": "1257", + "range_level": "1", + "attack_level": "43" + }, + { + "examine": "A local villager of Mort'ton.", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Afflicted", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "44", + "id": "1258", + "range_level": "1", + "attack_level": "44" + }, + { + "examine": "A local villager of Mort'ton.", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Afflicted", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "1261", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "A local villager of Mort'ton.", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Afflicted", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "46", + "id": "1262", + "aggressive": "true", + "range_level": "1", + "attack_level": "46" + }, + { + "examine": "Slightly more magical.", + "name": "Wizard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1263", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A follower of Saradomin.", + "melee_animation": "376", + "range_animation": "0", + "poisonous": "true", + "magic_level": "90", + "spell_id": "41", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "poison_amount": "30", + "magic_animation": "811", + "death_animation": "836", + "name": "Saradomin wizard", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "90", + "id": "1264", + "aggressive": "true", + "range_level": "70", + "attack_level": "90" + }, + { + "examine": "No one likes crabs...", + "melee_animation": "1312", + "range_animation": "1312", + "combat_audio": "717,723,722", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "1313", + "weakness": "7", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Rock Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1265", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rocky outcrop.", + "melee_animation": "1312", + "range_animation": "1312", + "attack_speed": "5", + "defence_animation": "1313", + "weakness": "7", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Rocks", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1266", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No one likes crabs...", + "melee_animation": "1312", + "range_animation": "1312", + "combat_audio": "717,723,722", + "attack_speed": "4", + "respawn_delay": "50", + "defence_animation": "1313", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Rock Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1267", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rocky outcrop.", + "melee_animation": "1312", + "range_animation": "1312", + "attack_speed": "5", + "defence_animation": "1313", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Rocks", + "defence_level": "4", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1268", + "aggressive": "true", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "A Fremennik bard.", + "melee_animation": "1312", + "range_animation": "1312", + "attack_speed": "5", + "defence_animation": "1313", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Olaf the Bard", + "defence_level": "8", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1269", + "aggressive": "true", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Distinctly troll-shaped.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lalli", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1270", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Freshly shorn.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Golden sheep", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1271", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lovely thick wool.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Golden sheep", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1272", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A powerful spirit that lives in this lake.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fossegrimen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1273", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like he's had a few drinks already.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ospak", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1274", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Doesn't look like the musical type.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Styrmir", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1275", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Waiting for the show.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Torbrund", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1276", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He sits impatiently with his friends.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fridgeir", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1277", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's fat, he's round, he bounces on the ground. That's how he got the job.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Longhall Bouncer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1278", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fearful spirit of the drowned.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "The Draugen", + "defence_level": "40", + "safespot": null, "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "40", - "weakness": "9" + "id": "1279", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" }, { - "id": "1280", - "name": "Butterfly" - }, - { - "id": "1281", - "name": "Sigli the Huntsman", "examine": "A Fremennik hunter.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigli the Huntsman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1281", + "range_level": "1", + "attack_level": "1" }, { - "id": "1282", - "name": "Sigmund The Merchant", "examine": "A Fremennik merchant.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigmund The Merchant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1282", + "range_level": "1", + "attack_level": "1" }, { - "id": "1283", - "name": "Swensen the Navigator", "examine": "A Fremennik navigator.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swensen the Navigator", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1283", + "range_level": "1", + "attack_level": "1" }, { - "id": "1284", - "name": "Bjorn" - }, - { - "id": "1285", - "name": "Eldgrim" - }, - { - "id": "1286", - "name": "Manni the Reveller", "examine": "Every innkeeper's best friend!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Manni the Reveller", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1286", + "range_level": "1", + "attack_level": "1" }, { - "id": "1287", - "name": "Council workman", "examine": "Supposedly fixes things around Gielinor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Council workman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1287", + "range_level": "1", + "attack_level": "1" }, { - "id": "1288", - "name": "Peer the Seer", "examine": "A Fremennik riddler.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Peer the Seer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1288", + "range_level": "1", + "attack_level": "1" }, { - "id": "1289", - "name": "Thorvald the Warrior", "examine": "A Fremennik hero.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Thorvald the Warrior", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1289", + "range_level": "1", + "attack_level": "1" }, { - "id": "1290", - "name": "Koschei the deathless", "examine": "Your challenge awaits! ", - "attack_level": "13", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "14", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Koschei the deathless", + "defence_level": "13", "safespot": null, + "lifepoints": "14", "strength_level": "13", - "weakness": "10" + "id": "1290", + "range_level": "1", + "attack_level": "13" }, { - "id": "1291", - "name": "Koschei the deathless", "examine": "He lives again!", - "attack_level": "13", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "14", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Koschei the deathless", + "defence_level": "13", "safespot": null, + "lifepoints": "14", "strength_level": "13", - "weakness": "10" + "id": "1291", + "range_level": "1", + "attack_level": "13" }, { - "id": "1292", - "name": "Koschei the deathless", "examine": "He keeps on living!", - "attack_level": "13", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "14", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "13", - "weakness": "10" - }, - { - "id": "1293", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", "name": "Koschei the deathless", - "examine": "He just keeps on going.", - "attack_level": "13", - "death_animation": "836", - "defence_animation": "0", "defence_level": "13", + "safespot": null, "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "13", - "weakness": "10" - }, - { - "id": "1294", - "name": "Brundt the Chieftain", - "examine": "The Fremennik tribe's chieftain.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", + "id": "1292", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "13" }, { - "id": "1295", - "name": "Askeladden" - }, - { - "id": "1296", - "name": "Guard", - "examine": "Stands around and looks at stuff all day.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1297", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1298", - "name": "Town Guard", - "examine": "What a rubbish job he has.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1299", - "name": "Town Guard" - }, - { - "id": "1300", - "name": "A bartender.", - "examine": "The Longhall barkeep", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1301", - "name": "Yrsa", - "examine": "Pretty shabbily dressed for a clothes shop owner.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1302", - "name": "Fisherman", - "examine": "There's something fishy about this guy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1303", - "name": "Skulgrimen", - "examine": "Sells and makes weapons and armour.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1304", - "name": "Sailor", - "examine": "He's strong to the finish", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1305", - "name": "Agnar", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1306", - "name": "Freidir", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1307", - "name": "Borrokar", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1308", - "name": "Lanzig", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "51", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1309", - "name": "Pontak", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "51", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1310", - "name": "Freygerd" - }, - { - "id": "1311", - "name": "Lensa" - }, - { - "id": "1312", - "name": "Jennella" - }, - { - "id": "1313", - "name": "Sassilik", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1314", - "name": "Inga", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1315", - "name": "Fish monger", - "examine": "Fish-tastic!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1316", - "name": "Fur trader", - "examine": "I wonder what he does with all that fur?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1317", - "name": "Market Guard", - "examine": "Keeps the stalls secure.", - "attack_level": "28", - "combat_audio": "", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", + "examine": "He just keeps on going.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Koschei the deathless", + "defence_level": "13", "safespot": null, - "strength_level": "28", - "weakness": "9" + "lifepoints": "14", + "strength_level": "13", + "id": "1293", + "range_level": "1", + "attack_level": "13" }, { - "id": "1318", - "name": "Warrior", - "examine": "A hardened Fremennik warrior.", - "attack_level": "28", - "death_animation": "836", + "examine": "The Fremennik tribe's chieftain.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", "magic_animation": "0", + "death_animation": "0", + "name": "Brundt the Chieftain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1294", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Stands around and looks at stuff all day.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1296", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1297", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "What a rubbish job he has.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Town Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1298", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Longhall barkeep", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A bartender.", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1300", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Pretty shabbily dressed for a clothes shop owner.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Yrsa", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1301", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "There's something fishy about this guy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fisherman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1302", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sells and makes weapons and armour.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skulgrimen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1303", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's strong to the finish", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sailor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1304", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Agnar", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1305", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Freidir", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1306", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "395", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Borrokar", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1307", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Lanzig", + "defence_level": "1", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "id": "1308", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pontak", + "defence_level": "1", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "id": "1309", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sassilik", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1313", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Inga", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1314", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Fish-tastic!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish monger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1315", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wonder what he does with all that fur?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fur trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1316", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Keeps the stalls secure.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Market Guard", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "1317", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A hardened Fremennik warrior.", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Warrior", + "defence_level": "28", "safespot": null, + "lifepoints": "40", "strength_level": "28", - "weakness": "9" + "id": "1318", + "range_level": "1", + "attack_level": "28" }, { - "id": "1319", - "name": "Fox", "examine": "A cunning animal.", - "attack_level": "32", - "death_animation": "6570", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", "melee_animation": "6562", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6570", + "name": "Fox", + "defence_level": "32", "safespot": null, + "lifepoints": "45", "strength_level": "32", - "weakness": "7" + "id": "1319", + "range_level": "1", + "attack_level": "32" }, { - "id": "1320", - "name": "Bunny", "examine": "Hoppity", - "attack_level": "1", - "death_animation": "1246", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", "melee_animation": "1245", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "1246", + "name": "Bunny", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "1", + "strength_level": "1", + "id": "1320", + "range_level": "1", + "attack_level": "1" }, { - "id": "1321", - "name": "Bunny", - "attack_level": "1", "death_animation": "1246", - "defence_animation": "1244", + "name": "Bunny", "defence_level": "1", + "safespot": null, "lifepoints": "5", "melee_animation": "1245", + "strength_level": "1", + "id": "1321", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1322", - "name": "Gull" - }, - { - "id": "1323", - "name": "Gull" - }, - { - "id": "1324", - "name": "Gull" - }, - { - "id": "1325", - "name": "Gull" - }, - { - "id": "1326", - "name": "Bear Cub", - "examine": "Cute. But deadly.", - "aggressive": "true", - "attack_level": "8", - "combat_audio": "498,500,499", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "8", - "weakness": "7" - }, - { - "id": "1327", - "name": "Bear Cub", - "examine": "Cute. But deadly.", - "aggressive": "true", "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "20", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "defence_animation": "1244" + }, + { + "examine": "Cute. But deadly.", + "range_animation": "0", + "combat_audio": "498,500,499", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Bear Cub", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "8", + "id": "1326", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Cute. But deadly.", + "name": "Bear Cub", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "1327", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" }, { - "id": "1328", - "name": "Unicorn Foal", "examine": "Horned horsey.", - "attack_level": "10", - "attack_speed": "4", - "combat_audio": "369,371,370", - "death_animation": "6377", - "defence_animation": "6375", - "defence_level": "10", - "lifepoints": "15", - "magic_animation": "6376", - "magic_level": "1", "melee_animation": "6376", "range_animation": "6376", - "range_level": "1", + "combat_audio": "369,371,370", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "90", + "defence_animation": "6375", + "weakness": "7", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn Foal", + "defence_level": "10", "safespot": null, + "lifepoints": "15", "strength_level": "6", - "weakness": "7" + "id": "1328", + "range_level": "1", + "attack_level": "10" }, { - "id": "1329", - "name": "Black unicorn Foal", "examine": "Cute but evil.", - "aggressive": "false", - "attack_level": "18", - "attack_speed": "4", - "combat_audio": "369,371,370", - "death_animation": "6377", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", "melee_animation": "6376", "range_animation": "0", - "range_level": "1", + "combat_audio": "369,371,370", + "attack_speed": "4", "respawn_delay": "20", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6377", + "name": "Black unicorn Foal", + "defence_level": "18", "safespot": null, + "lifepoints": "25", "strength_level": "18", - "weakness": "7" + "id": "1329", + "aggressive": "false", + "range_level": "1", + "attack_level": "18" }, { - "id": "1330", - "name": "Wolf", "examine": "Fearsome predator found only in the Fremennik Province", - "aggressive": "true", - "attack_level": "35", - "combat_audio": "481,491,490", - "death_animation": "6558", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "69", - "magic_animation": "0", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", + "combat_audio": "481,491,490", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "69", - "strength_level": "35", - "weakness": "7" - }, - { - "id": "1331", - "name": "Fishing spot" - }, - { - "id": "1332", - "name": "Fishing spot" - }, - { - "id": "1333", - "name": "Fishing spot" - }, - { - "id": "1334", - "name": "Jossik", - "examine": "Apparently he keeps a lighthouse." - }, - { - "id": "1335", - "name": "Jossik", - "examine": "Looks like he's in trouble..." - }, - { - "id": "1336", - "name": "Larrissa", - "examine": "A fremennik girl." - }, - { - "id": "1337", - "name": "Larrissa", - "examine": "A fremennik girl." - }, - { - "id": "1338", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "50", - "lifepoints": "70", - "magic_animation": "1340", - "magic_level": "1", - "melee_animation": "1340", - "poison_amount": "", - "poison_immune": "false", - "projectile": "288", - "range_animation": "1340", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "70" - }, - { - "id": "1339", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "50", - "lifepoints": "70", - "magic_level": "1", - "melee_animation": "1343", - "poison_amount": "", - "poison_immune": "false", - "projectile": "288", - "range_animation": "1340", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "70" - }, - { - "id": "1340", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "50", - "lifepoints": "70", - "magic_level": "1", - "melee_animation": "1343", - "poison_amount": "", - "poison_immune": "false", - "projectile": "288", - "range_animation": "1340", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "70" - }, - { - "id": "1341", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "71", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_amount": "", - "poison_immune": "false", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "70" - }, - { - "id": "1342", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "71", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_amount": "", - "poison_immune": "false", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "70" - }, - { - "id": "1343", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "71", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_amount": "", - "poison_immune": "false", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70" - }, - { - "id": "1344", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1345", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1346", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1347", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "71", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "range_level": "1", - "safespot": null, - "strength_level": "70" - }, - { - "id": "1348", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "78", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,150,150,150,50,50,0,0,0,0,0", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "81", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_immune": "true", - "projectile": "288", - "range_animation": "1340", - "range_level": "50", - "respawn_delay": "60", - "strength_level": "78" - }, - { - "id": "1349", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "78", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,150,150,150,50,50,0,0,0,0,0", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "81", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_immune": "true", - "projectile": "288", - "range_animation": "1340", - "range_level": "50", - "respawn_delay": "60", - "strength_level": "78" - }, - { - "id": "1350", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "78", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,150,150,150,50,50,0,0,0,0,0", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "81", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_immune": "true", - "projectile": "288", - "range_animation": "1340", - "range_level": "50", - "respawn_delay": "60", - "strength_level": "78" - }, - { - "id": "1351", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "78", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,150,150,150,50,50,0,0,0,0,0", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "81", - "lifepoints": "120", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1341", - "poison_immune": "true", - "projectile": "288", - "range_animation": "1340", - "range_level": "50", - "respawn_delay": "60", - "safespot": null, - "strength_level": "78", - "weakness": "10" - }, - { - "id": "1352", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "78", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,150,150,150,50,50,0,0,0,0,0", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "81", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_immune": "true", - "projectile": "288", - "range_animation": "1340", - "range_level": "50", - "respawn_delay": "60", - "safespot": null, - "strength_level": "78" - }, - { - "id": "1353", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "78", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,150,150,150,50,50,0,0,0,0,0", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "81", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_immune": "true", - "projectile": "288", - "range_animation": "1340", - "range_level": "50", - "respawn_delay": "60", - "safespot": null, - "strength_level": "78" - }, - { - "id": "1354", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "78", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,150,150,150,50,50,0,0,0,0,0", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "81", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_immune": "true", - "projectile": "288", - "range_animation": "1340", - "range_level": "50", - "respawn_delay": "60", - "safespot": null, - "strength_level": "78" - }, - { - "id": "1355", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "78", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,150,150,150,50,50,0,0,0,0,0", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "81", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_immune": "true", - "projectile": "288", - "range_animation": "1340", - "range_level": "50", - "respawn_delay": "60", - "safespot": null, - "strength_level": "78" - }, - { - "id": "1356", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "78", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,150,150,150,50,50,0,0,0,0,0", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "81", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "1341", - "poison_immune": "true", - "projectile": "288", - "range_animation": "1340", - "range_level": "50", - "respawn_delay": "60", - "safespot": null, - "strength_level": "78" - }, - { - "id": "1357", - "name": "Sam", - "examine": "Pretty barmaid." - }, - { - "id": "1358", - "name": "Rachael", - "examine": "Pretty barmaid." - }, - { - "id": "1359", - "name": "Queen Sigrid" - }, - { - "id": "1360", - "name": "Banker", - "examine": "He seems happy to see you.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", + "slayer_exp": "69", "magic_animation": "0", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "35", + "safespot": null, + "lifepoints": "69", + "strength_level": "35", + "id": "1330", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "A horror from the ocean depths...", + "combat_style": "1", + "melee_animation": "1340", + "range_animation": "1340", + "attack_speed": "5", + "defence_animation": "1341", + "magic_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "70", + "safespot": null, + "lifepoints": "70", + "strength_level": "80", + "id": "1338", + "clue_level": "1", + "range_level": "85", + "projectile": "288", + "attack_level": "80" + }, + { + "examine": "A horror from the ocean depths...", + "combat_style": "1", + "melee_animation": "1343", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "1339", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "288", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "combat_style": "1", + "melee_animation": "1343", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "1340", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "288", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "1341", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "1342", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "1343", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1344", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1345", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1346", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1347", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "60", + "safespot": null, + "lifepoints": "128", + "strength_level": "60", + "id": "1351", + "aggressive": "true", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1352", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1353", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1354", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1355", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1356", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Pretty barmaid.", + "name": "Sam", + "id": "1357" + }, + { + "examine": "Pretty barmaid.", + "name": "Rachael", + "id": "1358" + }, + { + "examine": "He seems happy to see you.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1361", - "name": "Arnor" - }, - { - "id": "1362", - "name": "Haming" - }, - { - "id": "1363", - "name": "Moldof" - }, - { - "id": "1364", - "name": "Helga" - }, - { - "id": "1365", - "name": "Matilda" - }, - { - "id": "1366", - "name": "Ashild" - }, - { - "id": "1367", - "name": "Skraeling", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1360", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Skraeling", + "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "401", + "strength_level": "1", + "id": "1367", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { + "death_animation": "836", + "name": "Skraeling", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "395", + "strength_level": "1", "id": "1368", - "name": "Skraeling", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "1", - "melee_animation": "395", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1369", - "name": "Fishmonger", "examine": "Hmm", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishmonger", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1369", + "range_level": "1", + "attack_level": "1" }, { - "id": "1370", - "name": "Greengrocer", "examine": "At least he eats his greens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Greengrocer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1370", + "range_level": "1", + "attack_level": "1" }, { - "id": "1371", - "name": "Prince Brand" - }, - { - "id": "1372", - "name": "Princess Astrid" - }, - { - "id": "1373", - "name": "King Vargas" - }, - { - "id": "1374", - "name": "Guard", "examine": "He's guarding the throne room.", - "attack_level": "1", - "clue_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "511,513,512", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1374", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "1375", - "name": "Advisor Ghrim" - }, - { - "id": "1376", - "name": "Derrik", - "examine": "Smithy for Sogthorpe." - }, - { - "id": "1377", - "name": "Farmer", "examine": "He's cutting the wheat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1377", + "range_level": "1", + "attack_level": "1" }, { - "id": "1378", - "name": "Flower Girl", "examine": "No-one would mistake her for a duchess.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Flower Girl", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1378", + "range_level": "1", + "attack_level": "1" }, { - "id": "1379", - "name": "Ragnar", - "examine": "A subject of Miscellania." - }, - { - "id": "1380", - "name": "Einar", - "examine": "A subject of Miscellania." - }, - { - "id": "1381", + "death_animation": "836", "name": "Alrik", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "422", + "strength_level": "1", + "id": "1381", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1382", - "name": "Thorhild", - "examine": "A subject of Miscellania." - }, - { - "id": "1383", - "name": "Halla" - }, - { - "id": "1384", - "name": "Yrsa" - }, - { - "id": "1385", - "name": "Sailor", - "examine": "He's strong to the finish, because he eats cabbage.", "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "defence_animation": "425" + }, + { + "examine": "He's strong to the finish, because he eats cabbage.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sailor", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1385", + "range_level": "1", + "attack_level": "1" }, { - "id": "1386", + "death_animation": "836", "name": "Rannveig", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "422", + "strength_level": "1", + "id": "1386", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1387", - "name": "Thora" - }, - { - "id": "1388", + "death_animation": "836", "name": "Valgerd", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "422", + "strength_level": "1", + "id": "1388", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { + "death_animation": "836", + "name": "Skraeling", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "395", + "strength_level": "1", "id": "1389", - "name": "Skraeling", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "1", - "melee_animation": "395", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1390", - "name": "Broddi", - "attack_level": "1", "death_animation": "836", - "defence_animation": "425", + "name": "Broddi", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "422", + "strength_level": "1", + "id": "1390", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1391", - "name": "Skraeling", - "attack_level": "1", "death_animation": "836", - "defence_animation": "425", + "name": "Skraeling", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "395", + "strength_level": "1", + "id": "1391", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1392", - "name": "Ragnvald", - "attack_level": "1", "death_animation": "836", - "defence_animation": "425", + "name": "Ragnvald", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "810", + "strength_level": "1", + "id": "1392", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1393", - "name": "Fishmonger", "examine": "Hmm", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishmonger", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1393", + "range_level": "1", + "attack_level": "1" }, { - "id": "1394", - "name": "Greengrocer", "examine": "At least he eats his greens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Greengrocer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1394", + "range_level": "1", + "attack_level": "1" }, { - "id": "1395", - "name": "Lumberjack Leif", "examine": "He's a lumberjack", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lumberjack Leif", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1395", + "range_level": "1", + "attack_level": "1" }, { - "id": "1396", - "name": "Miner Magnus", "examine": "He's just mining his own business.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miner Magnus", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1396", + "range_level": "1", + "attack_level": "1" }, { - "id": "1397", - "name": "Fisherman Frodi", "examine": "There's something fishy about him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fisherman Frodi", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1397", + "range_level": "1", + "attack_level": "1" }, { - "id": "1398", - "name": "Gardener Gunnhild", "examine": "She's looking a bit weedy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gardener Gunnhild", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1399", - "name": "Fishing spot" - }, - { - "id": "1400", - "name": "Gull" + "lifepoints": "10", + "strength_level": "1", + "id": "1398", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Yep. Definitely a chicken.", + "melee_animation": "5387", + "range_animation": "5387", + "combat_audio": "355,357,356", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", "id": "1401", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", - "melee_animation": "5387", - "range_animation": "5387", "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Yep. Definitely a chicken.", + "melee_animation": "5387", + "range_animation": "5387", + "combat_audio": "355,357,356", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", "id": "1402", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", - "melee_animation": "5387", - "range_animation": "5387", "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1403", - "name": "Rooster", - "attack_level": "1", "death_animation": "5389", - "defence_animation": "5388", + "name": "Rooster", "defence_level": "1", + "safespot": null, "lifepoints": "5", "melee_animation": "5387", + "strength_level": "1", + "id": "1403", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "5388" }, { - "id": "1404", - "name": "Rabbit", - "attack_level": "1", "death_animation": "6092", - "defence_animation": "6091", + "name": "Rabbit", "defence_level": "1", + "safespot": null, "lifepoints": "5", "melee_animation": "6090", + "strength_level": "1", + "id": "1404", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "6091" }, { - "id": "1405", - "name": "Fishing spot" - }, - { - "id": "1406", - "name": "Fishing spot" - }, - { - "id": "1407", - "name": "Daero" - }, - { - "id": "1408", - "name": "Waydar" - }, - { - "id": "1409", - "name": "Waydar" - }, - { - "id": "1410", - "name": "Waydar" - }, - { - "id": "1411", - "name": "Garkor" - }, - { - "id": "1412", - "name": "Garkor" - }, - { - "id": "1413", - "name": "Lumo" - }, - { - "id": "1414", - "name": "Lumo" - }, - { - "id": "1415", - "name": "Bunkdo" - }, - { - "id": "1416", - "name": "Bunkdo" - }, - { - "id": "1417", - "name": "Carado" - }, - { - "id": "1418", - "name": "Carado" - }, - { - "id": "1419", - "name": "Lumdo", "examine": "There to help me make my bids.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lumdo", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1419", + "range_level": "1", + "attack_level": "1" }, { - "id": "1420", - "name": "Karam" - }, - { - "id": "1421", - "name": "Karam" - }, - { - "id": "1422", - "name": "Karam" - }, - { - "id": "1423", - "name": "Bunkwicket" - }, - { - "id": "1424", - "name": "Waymottin" - }, - { - "id": "1425", - "name": "Zooknock" - }, - { - "id": "1426", - "name": "Zooknock" - }, - { - "id": "1427", - "name": "G.L.O. Caranock", "examine": "An official looking Gnome with small beady eyes.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "G.L.O. Caranock", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1427", + "range_level": "1", + "attack_level": "1" }, { - "id": "1428", - "name": "G.L.O. Caranock" - }, - { - "id": "1429", - "name": "Dugopul" - }, - { - "id": "1430", - "name": "Salenab" - }, - { - "id": "1431", - "name": "Trefaji" - }, - { - "id": "1432", - "name": "Aberab" - }, - { - "id": "1433", - "name": "Solihib", - "movement_radius": "1" - }, - { - "id": "1434", - "name": "Daga" - }, - { - "id": "1435", - "name": "Tutab" - }, - { - "id": "1436", - "name": "Ifaba" - }, - { - "id": "1437", - "name": "Hamab" - }, - { - "id": "1438", - "name": "Hafuba" - }, - { - "id": "1439", - "name": "Denadu" - }, - { - "id": "1440", - "name": "Lofu" - }, - { - "id": "1441", - "name": "Kruk" - }, - { - "id": "1442", + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", "name": "Duke", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", - "defence_animation": "1393", "defence_level": "1", - "lifepoints": "130", - "melee_animation": "1383", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "130", + "strength_level": "1", + "id": "1442", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1443", + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", "name": "Oipuis", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", - "defence_animation": "1393", "defence_level": "1", - "lifepoints": "130", - "melee_animation": "1383", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "130", + "strength_level": "1", + "id": "1443", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1444", + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", "name": "Uyoro", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", - "defence_animation": "1393", "defence_level": "1", - "lifepoints": "130", - "melee_animation": "1383", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "130", + "strength_level": "1", + "id": "1444", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1445", - "name": "Ouhai", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", + "melee_animation": "1383", + "respawn_delay": "60", "defence_animation": "1387", + "death_animation": "1384", + "name": "Ouhai", "defence_level": "1", - "lifepoints": "130", - "melee_animation": "1383", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "130", + "strength_level": "1", + "id": "1445", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1446", + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", "name": "Uodai", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", - "defence_animation": "1393", "defence_level": "1", + "safespot": null, "lifepoints": "130", - "melee_animation": "1383", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1447", - "name": "Padulah", + "strength_level": "1", + "id": "1446", "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "1", - "lifepoints": "133", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "1383", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1448", - "name": "Awowogei" - }, - { - "id": "1449", - "name": "Uwogo" - }, - { - "id": "1450", - "name": "Muruwoi" - }, - { - "id": "1451", - "name": "Sleeping Monkey", - "examine": "A rather sleepy looking guard", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1452", - "name": "Monkey Child", - "examine": "An adorable little monkey child.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1453", - "name": "The Monkey's Uncle", - "examine": "He looks like the Monkey's Uncle.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1454", - "name": "The Monkey's Aunt", - "examine": "She looks like the Monkey's Aunt.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1455", - "name": "Monkey Guard", - "examine": "A scimitar wielding ninja monkey.", - "attack_level": "66", - "combat_audio": "629,631,630", + "defence_animation": "1393", "death_animation": "1384", + "name": "Padulah", + "defence_level": "1", + "safespot": null, + "lifepoints": "133", + "strength_level": "1", + "id": "1447", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rather sleepy looking guard", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", "defence_animation": "0", - "defence_level": "66", - "lifepoints": "94", "magic_animation": "0", + "death_animation": "0", + "name": "Sleeping Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1451", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An adorable little monkey child.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monkey Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1452", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks like the Monkey's Uncle.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Monkey's Uncle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1453", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks like the Monkey's Aunt.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Monkey's Aunt", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1454", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A scimitar wielding ninja monkey.", "melee_animation": "1392", "range_animation": "0", - "range_level": "1", + "combat_audio": "629,631,630", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "1384", + "name": "Monkey Guard", + "defence_level": "66", "safespot": null, + "lifepoints": "94", "strength_level": "66", - "weakness": "8" + "id": "1455", + "range_level": "1", + "attack_level": "66" }, { - "id": "1456", - "name": "Monkey Archer", "examine": "A bow wielding ninja monkey.", - "aggressive": "true", - "attack_level": "43", - "combat_audio": "629,631,630", "combat_style": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "58", - "lifepoints": "82", - "magic_animation": "0", "melee_animation": "0", "range_animation": "1394", - "range_level": "58", + "combat_audio": "629,631,630", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "0", + "name": "Monkey Archer", + "defence_level": "58", "safespot": null, + "lifepoints": "82", "strength_level": "43", - "weakness": "1" + "id": "1456", + "aggressive": "true", + "range_level": "58", + "attack_level": "43" }, { + "combat_style": "1", + "melee_animation": "1394", + "combat_audio": "629,631,630", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Archer", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1457", - "name": "Monkey Archer", "aggressive": "true", - "attack_level": "1", - "combat_audio": "629,631,630", - "combat_style": "1", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "1394", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "combat_style": "1", + "melee_animation": "1394", + "combat_audio": "629,631,630", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Archer", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1458", - "name": "Monkey Archer", "aggressive": "true", - "attack_level": "1", - "combat_audio": "629,631,630", - "combat_style": "1", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "1394", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1459", - "name": "Monkey Guard", "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", - "attack_level": "100", - "attack_speed": "6", - "combat_audio": "629,631,630", - "death_animation": "1404", - "defence_animation": "1403", - "defence_level": "90", - "lifepoints": "130", - "magic_animation": "1402", "melee_animation": "1402", "range_animation": "1402", - "range_level": "1", + "combat_audio": "629,631,630", + "attack_speed": "6", + "defence_animation": "1403", + "weakness": "8", + "magic_animation": "1402", + "death_animation": "1404", + "name": "Monkey Guard", + "defence_level": "90", "safespot": null, + "lifepoints": "130", "strength_level": "130", - "weakness": "8" + "id": "1459", + "range_level": "1", + "attack_level": "100" }, { - "id": "1460", - "name": "Monkey Guard", "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", - "aggressive": "true", - "attack_level": "63", - "attack_speed": "5", - "combat_audio": "629,631,630", - "death_animation": "1404", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", "melee_animation": "1402", "range_animation": "0", - "range_level": "1", + "combat_audio": "629,631,630", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "1404", + "name": "Monkey Guard", + "defence_level": "63", "safespot": null, + "lifepoints": "90", "strength_level": "63", - "weakness": "8" + "id": "1460", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" }, { - "id": "1461", - "name": "Elder Guard", "examine": "A huge brutish gorilla stands here", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1462", - "name": "Elder Guard" - }, - { - "id": "1463", - "name": "Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1464", - "name": "Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1465", - "name": "Monkey Zombie", - "examine": "A large and lumbering undead monkey.", - "aggressive": "true", - "attack_level": "150", - "attack_speed": "4", - "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "629,631,630", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "60", - "lifepoints": "60", + "defence_animation": "0", "magic_animation": "0", - "magic_level": "60", + "death_animation": "0", + "name": "Elder Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1461", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1463", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1464", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A large and lumbering undead monkey.", "melee_animation": "1383", "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "60", - "weakness": "6" - }, - { - "id": "1466", - "name": "Monkey Zombie", - "examine": "A large and lumbering undead monkey stands here, blocking the way.", - "aggressive": "true", - "attack_level": "150", - "attack_speed": "4", - "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0", "combat_audio": "629,631,630", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "90", - "lifepoints": "90", - "magic_level": "90", - "melee_animation": "1392", - "range_level": "1", - "respawn_delay": "13", - "safespot": null, - "strength_level": "110" - }, - { - "id": "1467", - "name": "Monkey Zombie", - "examine": "A recently deceased monkey. Its flesh seems to be worse for the wear.", - "aggressive": "true", - "attack_level": "100", "attack_speed": "4", - "bonuses": "15,15,15,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "629,631,630", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "60", - "lifepoints": "60", "magic_level": "60", - "melee_animation": "1392", - "range_level": "1", "respawn_delay": "50", - "safespot": null, - "strength_level": "60" - }, - { - "id": "1468", - "name": "Bonzara" - }, - { - "id": "1469", - "name": "Monkey minder", - "examine": "He looks like the type of guy who would mind monkeys.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "defence_animation": "1393", + "weakness": "6", "magic_animation": "0", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "60", + "id": "1465", + "aggressive": "true", + "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "150" + }, + { + "examine": "A large and lumbering undead monkey stands here, blocking the way.", + "melee_animation": "1392", + "combat_audio": "629,631,630", + "attack_speed": "4", + "magic_level": "90", + "respawn_delay": "13", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "90", + "safespot": null, + "lifepoints": "90", + "strength_level": "110", + "id": "1466", + "aggressive": "true", + "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "150" + }, + { + "examine": "A recently deceased monkey. Its flesh seems to be worse for the wear.", + "melee_animation": "1392", + "combat_audio": "629,631,630", + "attack_speed": "4", + "magic_level": "60", + "respawn_delay": "50", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "60", + "id": "1467", + "aggressive": "true", + "bonuses": "15,15,15,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "He looks like the type of guy who would mind monkeys.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1470", - "name": "Foreman" - }, - { - "id": "1471", - "name": "Skeleton", - "examine": "It looks just a bit... underfed.", - "aggressive": "true", - "attack_level": "180", - "attack_speed": "4", - "bonuses": "50,50,50,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "774,775,777", - "death_animation": "5521", - "defence_animation": "5520", - "defence_level": "110", - "lifepoints": "77", - "magic_animation": "5519", - "magic_level": "110", - "melee_animation": "5519", - "range_animation": "5519", - "range_level": "1", - "respawn_delay": "100", - "safespot": null, - "slayer_exp": "110", - "strength_level": "90", - "weakness": "8" - }, - { - "id": "1472", - "name": "Jungle demon", - "examine": "A Greater Jungle demon. A magical aura emanates from its hide.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "2", - "combat_audio": "400,404,403", + "combat_audio": "629,631,630", "defence_animation": "0", - "defence_level": "50", - "lifepoints": "428", "magic_animation": "0", - "magic_level": "50", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "1473", - "name": "Spider", - "aggressive": "true", - "attack_level": "1", - "death_animation": "6251", - "defence_animation": "6250", + "death_animation": "0", + "name": "Monkey minder", "defence_level": "1", - "lifepoints": "2", - "melee_animation": "6249", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "1474", - "name": "Spider" - }, - { - "id": "1475", - "name": "Bird", - "examine": "It's a brightly coloured bird of the jungle.", - "attack_level": "5", - "death_animation": "6779", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "6775", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "8" - }, - { - "id": "1476", - "name": "Bird", - "examine": "It's a brightly coloured bird of the jungle. It flies very quickly.", - "attack_level": "5", - "death_animation": "6777", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "6775", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "8" - }, - { - "id": "1477", - "name": "Scorpion", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "defence_level": "1", "lifepoints": "10", + "strength_level": "1", + "id": "1469", "range_level": "1", - "safespot": null, - "slayer_exp": "17", - "strength_level": "1" + "attack_level": "1" }, { - "id": "1478", - "name": "Jungle spider", - "examine": "A very dangerous looking spider", - "aggressive": "true", - "attack_level": "47", - "combat_audio": "537,539,538", - "death_animation": "5329", + "examine": "A Greater Jungle demon. A magical aura emanates from its hide.", + "range_animation": "0", + "combat_audio": "400,404,403", + "attack_speed": "2", + "magic_level": "50", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", + "weakness": "10", "magic_animation": "0", + "name": "Jungle demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "428", + "strength_level": "50", + "id": "1472", + "aggressive": "true", + "range_level": "50", + "attack_level": "50" + }, + { + "melee_animation": "6249", + "respawn_delay": "60", + "defence_animation": "6250", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "1473", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a brightly coloured bird of the jungle.", + "melee_animation": "6775", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6779", + "name": "Bird", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "1475", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "It's a brightly coloured bird of the jungle. It flies very quickly.", + "melee_animation": "6775", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6777", + "name": "Bird", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "1476", + "range_level": "1", + "attack_level": "5" + }, + { + "slayer_exp": "17", + "name": "Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3611,3612,3610", + "strength_level": "1", + "id": "1477", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very dangerous looking spider", "melee_animation": "5327", "range_animation": "0", - "range_level": "63", + "combat_audio": "537,539,538", "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "2" - }, - { - "id": "1479", - "name": "Snake", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1480", - "name": "Small ninja monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1481", - "name": "Medium ninja monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1482", - "name": "Gorilla" - }, - { - "id": "1483", - "name": "Bearded gorilla", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1484", - "name": "Ancient monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1485", - "name": "Small zombie monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1486", - "name": "Large zombie monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1487", - "name": "Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1488", - "name": "Dummy" - }, - { - "id": "1489", - "name": "Dummy" - }, - { - "id": "1490", - "name": "Dummy" - }, - { - "id": "1491", - "name": "Dummy" - }, - { - "id": "1492", - "name": "Dummy" - }, - { - "id": "1493", - "name": "Dummy" - }, - { - "id": "1494", - "name": "Dummy" - }, - { - "id": "1495", - "name": "Dummy" - }, - { - "id": "1496", - "name": "Dummy" - }, - { - "id": "1497", - "name": "Dummy" - }, - { - "id": "1498", - "name": "Dummy" - }, - { - "id": "1499", - "name": "Dummy" - }, - { - "id": "1500", - "name": "Dummy" - }, - { - "id": "1501", - "name": "Dummy" - }, - { - "id": "1502", - "name": "Dummy" - }, - { - "id": "1503", - "name": "Dummy" - }, - { - "id": "1504", - "name": "Dummy" - }, - { - "id": "1505", - "name": "Dummy" - }, - { - "id": "1506", - "name": "Dummy" - }, - { - "id": "1507", - "name": "Dummy" - }, - { - "id": "1508", - "name": "Forester" - }, - { - "id": "1509", - "name": "Woman-at-arms" - }, - { - "id": "1510", - "name": "Apprentice" - }, - { - "id": "1511", - "name": "Ranger" - }, - { - "id": "1512", - "name": "Adventurer" - }, - { - "id": "1513", - "name": "Mage" - }, - { - "id": "1514", - "name": "Hiylik Myna", - "examine": "A local holy man who supports the people trying to get though Mort Myre." - }, - { - "id": "1515", - "name": "Nail beast" - }, - { - "id": "1521", - "name": "Nail beast", - "examine": "A huge nail beast. Its nails appear very sharp.", - "attack_level": "150", - "death_animation": "5990", "defence_animation": "0", - "defence_level": "20", - "lifepoints": "550", + "weakness": "2", "magic_animation": "0", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", + "strength_level": "47", + "id": "1478", + "aggressive": "true", + "range_level": "63", + "attack_level": "47" + }, + { + "name": "Snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3609,3608,3610", + "strength_level": "1", + "id": "1479", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Small ninja monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1480", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Medium ninja monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1481", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Bearded gorilla", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "1483", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ancient monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1484", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Small zombie monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1485", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Large zombie monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1486", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1487", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge nail beast. Its nails appear very sharp.", "melee_animation": "5989", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "150" - }, - { - "id": "1522", - "name": "Nail beast" - }, - { - "id": "1523", - "name": "Nail beast" - }, - { - "id": "1524", - "name": "Undead Lumberjack", - "examine": "He is one", - "attack_level": "73", - "death_animation": "5972", "defence_animation": "0", - "defence_level": "10", - "lifepoints": "100", "magic_animation": "0", + "death_animation": "5990", + "name": "Nail beast", + "defence_level": "20", + "safespot": null, + "lifepoints": "550", + "strength_level": "150", + "id": "1521", + "range_level": "1", + "attack_level": "150" + }, + { + "examine": "He is one", "melee_animation": "5970", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5972", + "name": "Undead Lumberjack", + "defence_level": "10", "safespot": null, - "strength_level": "73" + "lifepoints": "100", + "strength_level": "73", + "id": "1524", + "range_level": "1", + "attack_level": "73" }, { - "id": "1525", - "name": "Undead Lumberjack" - }, - { - "id": "1526", - "name": "Lanthus" - }, - { - "id": "1527", - "name": "Mine cart" - }, - { - "id": "1528", - "name": "Zealot", "examine": "His robes prominently display the star of Saradomin.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zealot", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1528", + "range_level": "1", + "attack_level": "1" }, { - "id": "1529", - "name": "Sheep" - }, - { - "id": "1530", - "name": "Rabbit" - }, - { - "id": "1531", "name": "Imp", - "attack_level": "1", "defence_level": "1", - "lifepoints": "8", + "safespot": null, "movement_radius": "25", + "lifepoints": "8", + "strength_level": "1", + "id": "1531", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Handy for hindering the enemy team's movement.", + "combat_style": "1", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "9658", + "name": "Barricade", + "defence_level": "1", + "poison_immune": "true", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1532", - "name": "Barricade", - "examine": "Handy for hindering the enemy team's movement.", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "1", - "death_animation": "9658", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "0", - "poison_immune": "true", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Handy for hindering the enemy team's movement.", + "combat_style": "1", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "9658", + "name": "Barricade", + "defence_level": "1", + "poison_immune": "true", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1533", - "name": "Barricade", - "examine": "Handy for hindering the enemy team's movement.", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "1", - "death_animation": "9658", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "0", - "poison_immune": "true", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Handy for hindering the enemy team's movement.", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "9658", + "name": "Barricade", + "defence_level": "1", + "poison_immune": "true", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1534", - "name": "Barricade", - "examine": "Handy for hindering the enemy team's movement.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "9658", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "0", - "poison_immune": "true", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Handy for hindering the enemy team's movement.", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "9658", + "name": "Barricade", + "defence_level": "1", + "poison_immune": "true", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1535", - "name": "Barricade", - "examine": "Handy for hindering the enemy team's movement.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "9658", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "0", - "poison_immune": "true", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1536", - "name": "Possessed pickaxe", - "aggressive": "true", - "attack_level": "1", - "death_animation": "188", - "defence_animation": "186", - "defence_level": "1", - "lifepoints": "40", "melee_animation": "185", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "186", + "death_animation": "188", + "name": "Possessed pickaxe", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "40", + "strength_level": "1", + "id": "1536", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1537", - "name": "Haze", "examine": "A strange disturbance in the air.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Haze", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "7" + "id": "1537", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1538", + "examine": "Well", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", "name": "Corpse", - "examine": "Well, at least he doesn't have to worry about getting 'black lung'.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "9" + "id": "1538", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1539", - "name": "Skeletal miner", "examine": "I don't think the pickaxe is for hitting rocks.", - "aggressive": "true", - "attack_level": "35", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", "melee_animation": "5485", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "8", "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeletal miner", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", "strength_level": "35", - "weakness": "8" + "id": "1539", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" }, { - "id": "1540", + "melee_animation": "5540", + "respawn_delay": "60", + "defence_animation": "5541", + "death_animation": "5542", "name": "Treus Dayth", - "examine": "Eek! A ghost!", - "aggressive": "true", - "attack_level": "70", - "combat_style": "0", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "100", - "facing_booth": "", + "defence_level": "1", + "safespot": null, "lifepoints": "100", - "magic_level": "1", - "melee_animation": "5540", - "projectile": "309", - "range_animation": "5545", + "strength_level": "1", + "id": "1540", + "aggressive": "true", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70" + "attack_level": "1" }, { + "slayer_exp": "25", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", "id": "1541", - "name": "Ghost", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { - "id": "1542", - "name": "Loading crane", - "examine": "Those are some of the biggest teeth I've ever seen." - }, - { - "id": "1543", - "name": "Innocent-looking key", - "examine": "A shiny key sitting quietly on a crate." - }, - { - "id": "1544", - "name": "Mine cart", - "examine": "Big, metal and wheeled." - }, - { - "id": "1545", - "name": "Mine cart", - "examine": "Big, metal and wheeled." - }, - { - "id": "1546", - "name": "Mine cart", - "examine": "Big, metal and wheeled." - }, - { - "id": "1547", - "name": "Mine cart", - "examine": "Big, metal and wheeled." - }, - { - "id": "1548", - "name": "Mine cart", - "examine": "Big, metal and wheeled." - }, - { - "id": "1549", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "1", - "lifepoints": "30", "melee_animation": "5540", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "1550", - "name": "Chompy bird", - "examine": "A large boisterous bird, a delicacy for ogres.", - "aggressive": "false", - "attack_level": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "1449,1451,1450", - "death_animation": "6762", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "6761", - "poison_immune": "true", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "3" - }, - { - "id": "1551", - "name": "Mischievous ghost", - "examine": "The ghost looks like he's up to something.", - "attack_level": "1", "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1552", - "name": "Santa" - }, - { - "id": "1553", - "name": "Ug", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1554", - "name": "Aga" - }, - { - "id": "1555", - "name": "Arrg" - }, - { - "id": "1556", - "name": "Arrg", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5541", + "slayer_exp": "25", + "death_animation": "5542", + "name": "Ghost", "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "1549", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A large boisterous bird, a delicacy for ogres.", + "melee_animation": "6761", + "range_animation": "0", + "combat_audio": "1449,1451,1450", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "6762", + "name": "Chompy bird", + "defence_level": "3", + "safespot": null, + "poison_immune": "true", + "lifepoints": "10", + "strength_level": "5", + "id": "1550", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "5" + }, + { + "name": "Mischievous ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1551", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ug", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1553", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Arrg", + "defence_level": "1", + "safespot": null, "lifepoints": "150", + "strength_level": "1", + "attack_speed": "5", + "id": "1556", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1557", "name": "Ug", - "attack_level": "1", - "combat_audio": "511,513,512", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1557", + "range_level": "1", + "attack_level": "1" }, { - "id": "1558", - "name": "Ice wolf", "examine": "Not man's best friend.", - "aggressive": "true", - "attack_level": "51", - "death_animation": "6558", - "defence_animation": "0", - "defence_level": "51", - "lifepoints": "72", - "magic_animation": "0", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "51", - "weakness": "7" - }, - { - "id": "1559", - "name": "Ice wolf" - }, - { - "id": "1560", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "aggressive": "true", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1561", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1562", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "aggressive": "true", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1563", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1564", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "aggressive": "true", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1565", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "aggressive": "true", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1566", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1567", - "name": "Cyreg Paddlehorn", - "examine": "A tall and imposing man who's more than familiar with boating.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", + "death_animation": "6558", + "name": "Ice wolf", + "defence_level": "51", + "safespot": null, + "lifepoints": "72", + "strength_level": "51", + "id": "1558", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1560", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1561", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1562", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1563", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1564", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1565", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1566", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A tall and imposing man who's more than familiar with boating.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cyreg Paddlehorn", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1568", - "name": "Curpile Fyod" - }, - { - "id": "1569", - "name": "Veliaf Hurtz" - }, - { - "id": "1570", - "name": "Sani Piliu" - }, - { - "id": "1571", - "name": "Harold Evans" - }, - { - "id": "1572", - "name": "Radigad Ponfit" - }, - { - "id": "1573", - "name": "Polmafi Ferdygris" - }, - { - "id": "1574", - "name": "Ivan Strom" - }, - { - "id": "1575", - "name": "Skeleton Hellhound" - }, - { - "id": "1576", - "name": "Stranger" - }, - { - "id": "1577", - "name": "Vanstrom Klause" - }, - { - "id": "1578", - "name": "Mist" - }, - { - "id": "1579", - "name": "Vanstrom Klause" - }, - { - "id": "1580", - "name": "Vanstrom Klause" - }, - { - "id": "1581", - "name": "Vanstrom Klause" + "lifepoints": "10", + "strength_level": "1", + "id": "1567", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", "id": "1582", - "name": "Fire giant", - "examine": "A very large elemental adversary.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", "id": "1583", - "name": "Fire giant", - "examine": "A very large elemental adversary.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", "id": "1584", - "name": "Fire giant", - "examine": "A very large elemental adversary.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", "id": "1585", - "name": "Fire giant", - "examine": "A very large elemental adversary.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", "id": "1586", - "name": "Fire giant", - "examine": "A very large elemental adversary.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { + "examine": "His beard seems to have a life of its own.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4665", + "weakness": "1", + "slayer_exp": "60", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "60", + "strength_level": "30", "id": "1587", - "name": "Moss giant", - "examine": "His beard seems to have a life of its own.", "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "60", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "60", - "strength_level": "30", - "weakness": "1" + "attack_level": "30" }, { + "examine": "His beard seems to have a life of its own.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4665", + "weakness": "1", + "slayer_exp": "60", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "60", + "strength_level": "30", "id": "1588", - "name": "Moss giant", - "examine": "His beard seems to have a life of its own.", "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "60", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "60", - "strength_level": "30", - "weakness": "1" + "attack_level": "30" }, { - "id": "1589", - "name": "Baby red dragon", "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "combat_audio": "405,407,406", - "death_animation": "28", - "defence_animation": "26", - "defence_level": "42", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "40", "melee_animation": "25", "range_animation": "25", - "range_level": "1", + "combat_audio": "405,407,406", + "attack_speed": "5", + "magic_level": "40", "respawn_delay": "32", + "defence_animation": "26", + "weakness": "3", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby red dragon", + "defence_level": "42", "safespot": null, + "lifepoints": "50", "strength_level": "40", - "weakness": "3" + "id": "1589", + "aggressive": "true", + "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "1590", - "name": "Bronze dragon", "examine": "Its scales seem to be made of bronze.", - "aggressive": "true", - "attack_level": "112", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "112", - "lifepoints": "122", - "magic_animation": "80", - "magic_level": "100", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", "respawn_delay": "40", - "safespot": null, + "defence_animation": "89", + "weakness": "7", "slayer_exp": "125", + "magic_animation": "80", + "death_animation": "92", + "name": "Bronze dragon", + "defence_level": "112", + "safespot": null, + "lifepoints": "122", "strength_level": "112", - "weakness": "7" + "id": "1590", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "112" }, { - "id": "1591", - "name": "Iron dragon", "examine": "Its scales seem to be made of iron.", - "aggressive": "true", - "attack_level": "165", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "165", - "lifepoints": "165", - "magic_animation": "80", - "magic_level": "100", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", "respawn_delay": "45", - "safespot": null, + "defence_animation": "89", + "weakness": "7", "slayer_exp": "173", + "magic_animation": "80", + "death_animation": "92", + "name": "Iron dragon", + "defence_level": "165", + "safespot": null, + "lifepoints": "165", "strength_level": "165", - "weakness": "7" - }, - { - "id": "1592", - "name": "Steel dragon", - "examine": "Its scales seem to be made of steel.", + "id": "1591", "aggressive": "true", - "attack_level": "215", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "215", - "lifepoints": "210", - "magic_animation": "80", - "magic_level": "100", + "range_level": "1", + "attack_level": "165" + }, + { + "examine": "Its scales seem to be made of steel.", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", "respawn_delay": "45", - "safespot": null, + "defence_animation": "89", + "weakness": "7", "slayer_exp": "221", + "magic_animation": "80", + "death_animation": "92", + "name": "Steel dragon", + "defence_level": "215", + "safespot": null, + "lifepoints": "210", "strength_level": "215", - "weakness": "7" + "id": "1592", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "215" }, { - "id": "1593", - "name": "Wild dog", "examine": "An unsuitable pet.", - "aggressive": "true", - "attack_level": "25", - "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5", - "death_animation": "6564", - "defence_animation": "6563", - "defence_level": "25", - "lifepoints": "62", - "magic_animation": "6562", - "magic_level": "20", "melee_animation": "6562", "range_animation": "6562", - "range_level": "1", + "magic_level": "20", "respawn_delay": "20", - "safespot": null, - "strength_level": "25", - "weakness": "7" - }, - { - "id": "1594", + "defence_animation": "6563", + "weakness": "7", + "magic_animation": "6562", + "death_animation": "6564", "name": "Wild dog", - "examine": "Looks like it's got Rabies!", - "aggressive": "true", - "attack_level": "25", - "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5", - "death_animation": "6564", - "defence_animation": "6563", "defence_level": "25", + "safespot": null, "lifepoints": "62", - "magic_animation": "6562", - "magic_level": "20", + "strength_level": "25", + "id": "1593", + "aggressive": "true", + "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Looks like it's got Rabies!", "melee_animation": "6562", "range_animation": "6562", - "range_level": "1", + "magic_level": "20", "respawn_delay": "20", + "defence_animation": "6563", + "magic_animation": "6562", + "death_animation": "6564", + "name": "Wild dog", + "defence_level": "25", "safespot": null, - "strength_level": "25" + "lifepoints": "62", + "strength_level": "25", + "id": "1594", + "aggressive": "true", + "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5", + "range_level": "1", + "attack_level": "25" }, { - "id": "1595", - "name": "Saniboch", - "examine": "Looks like he wants money." - }, - { - "id": "1596", - "name": "Vannaka" - }, - { - "id": "1597", - "name": "Vannaka", - "examine": "He looks dangerous." - }, - { - "id": "1598", + "examine": "She looks dangerous!", "name": "Chaeldar", - "examine": "She looks dangerous!" + "id": "1598" }, { - "id": "1599", - "name": "Cave crawler" - }, - { - "id": "1600", - "name": "Cave crawler", "examine": "A spiky crawling critter. ", - "attack_level": "28", - "attack_speed": "4", - "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "combat_audio": "341,343,342", - "death_animation": "265", - "defence_animation": "267", - "defence_level": "30", - "lifepoints": "23", - "magic_animation": "266", "melee_animation": "266", - "poison_amount": "40", - "poisonous": "true", "range_animation": "266", - "range_level": "38", + "combat_audio": "341,343,342", + "attack_speed": "4", + "poisonous": "true", "respawn_delay": "25", - "safespot": null, + "defence_animation": "267", + "weakness": "1", "slayer_exp": "22", + "poison_amount": "40", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", "strength_level": "30", - "weakness": "1" + "id": "1600", + "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", + "range_level": "38", + "attack_level": "28" }, { + "examine": "A spiky crawling critter. ", + "melee_animation": "266", + "range_animation": "266", + "combat_audio": "341,343,342", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "poison_amount": "40", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", "id": "1601", - "name": "Cave crawler", - "examine": "A spiky crawling critter. ", - "attack_level": "28", - "attack_speed": "4", "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "combat_audio": "341,343,342", - "death_animation": "265", - "defence_animation": "267", - "defence_level": "30", - "lifepoints": "23", - "magic_animation": "266", - "melee_animation": "266", - "poison_amount": "40", - "poisonous": "true", - "range_animation": "266", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "22", - "strength_level": "30" + "attack_level": "28" }, { + "examine": "A spiky crawling critter. ", + "melee_animation": "266", + "range_animation": "266", + "combat_audio": "341,343,342", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "poison_amount": "40", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", "id": "1602", - "name": "Cave crawler", - "examine": "A spiky crawling critter. ", - "attack_level": "28", - "attack_speed": "4", "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "combat_audio": "341,343,342", - "death_animation": "265", - "defence_animation": "267", - "defence_level": "30", - "lifepoints": "23", - "magic_animation": "266", - "melee_animation": "266", - "poison_amount": "40", - "poisonous": "true", - "range_animation": "266", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "22", - "strength_level": "30" + "attack_level": "28" }, { + "examine": "A spiky crawling critter. ", + "melee_animation": "266", + "range_animation": "266", + "combat_audio": "341,343,342", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "poison_amount": "40", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", "id": "1603", - "name": "Cave crawler", - "examine": "A spiky crawling critter. ", - "attack_level": "28", - "attack_speed": "4", "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "combat_audio": "341,343,342", - "death_animation": "265", - "defence_animation": "267", - "defence_level": "30", - "lifepoints": "23", - "magic_animation": "266", - "melee_animation": "266", - "poison_amount": "40", - "poisonous": "true", - "range_animation": "266", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "22", - "strength_level": "30" + "attack_level": "28" }, { + "examine": "A very smelly ghost.", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "attack_speed": "4", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", "id": "1604", - "name": "Aberrant spectre", - "examine": "A very smelly ghost.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "272,275,274", - "combat_style": "2", - "death_animation": "9467", - "defence_animation": "9468", - "defence_level": "90", - "end_gfx": "336", - "lifepoints": "90", - "magic_animation": "9466", - "magic_level": "105", - "melee_animation": "9466", - "projectile": "335", "range_animation": "1507", - "range_level": "1", + "combat_audio": "272,275,274", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", "safespot": null, - "slayer_exp": "90", - "start_gfx": "334", "strength_level": "1", - "weakness": "5" + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" }, { + "examine": "A very smelly ghost.", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "attack_speed": "4", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", "id": "1605", - "name": "Aberrant spectre", - "examine": "A very smelly ghost.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "272,275,274", - "combat_style": "2", - "death_animation": "9467", - "defence_animation": "9468", - "defence_level": "90", - "end_gfx": "336", - "lifepoints": "90", - "magic_animation": "9466", - "magic_level": "105", - "melee_animation": "9466", - "projectile": "335", "range_animation": "1507", - "range_level": "1", + "combat_audio": "272,275,274", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", "safespot": null, - "slayer_exp": "90", - "start_gfx": "334", "strength_level": "1", - "weakness": "5" + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" }, { + "examine": "A very smelly ghost.", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "attack_speed": "4", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", "id": "1606", - "name": "Aberrant spectre", - "examine": "A very smelly ghost.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "272,275,274", - "combat_style": "2", - "death_animation": "9467", - "defence_animation": "9468", - "defence_level": "90", - "end_gfx": "336", - "lifepoints": "90", - "magic_animation": "9466", - "magic_level": "105", - "melee_animation": "9466", - "projectile": "335", "range_animation": "1507", - "range_level": "1", + "combat_audio": "272,275,274", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", "safespot": null, - "slayer_exp": "90", - "start_gfx": "334", "strength_level": "1", - "weakness": "5" + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" }, { + "examine": "A very smelly ghost.", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "attack_speed": "4", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", "id": "1607", - "name": "Aberrant spectre", - "examine": "A very smelly ghost.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "272,275,274", - "combat_style": "2", - "death_animation": "9467", - "defence_animation": "9468", - "defence_level": "90", - "end_gfx": "336", - "lifepoints": "90", - "magic_animation": "9466", - "magic_level": "105", - "melee_animation": "9466", - "projectile": "335", "range_animation": "1507", - "range_level": "1", + "combat_audio": "272,275,274", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", "safespot": null, - "slayer_exp": "90", - "start_gfx": "334", "strength_level": "1", - "weakness": "5" - }, - { - "id": "1608", - "name": "Kurask", - "examine": "Large, heavy, with sharp things attached to its head.", - "aggressive": "true", - "attack_level": "67", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "combat_audio": "588,590,589", - "death_animation": "9440", - "defence_animation": "9441", - "defence_level": "105", - "lifepoints": "97", - "magic_animation": "9439", - "magic_level": "1", - "melee_animation": "9439", - "range_animation": "9439", - "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "97", - "strength_level": "105" - }, - { - "id": "1609", - "name": "Kurask", - "examine": "Large, heavy, with sharp things attached to its head.", - "aggressive": "true", - "attack_level": "67", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "combat_audio": "588,590,589", - "death_animation": "9440", - "defence_animation": "9441", - "defence_level": "105", - "lifepoints": "97", - "magic_animation": "9439", - "magic_level": "1", - "melee_animation": "9439", - "range_animation": "9439", - "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "97", - "strength_level": "105" - }, - { - "id": "1610", - "name": "Gargoyle", - "examine": "Flies like a rock.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "428,430,429", - "death_animation": "1518", - "defence_animation": "9455", - "defence_level": "107", - "lifepoints": "105", - "magic_animation": "1516", + "range_level": "1", + "projectile": "335", + "attack_level": "1" + }, + { + "examine": "Large, heavy, with sharp things attached to its head.", + "melee_animation": "9439", + "range_animation": "9439", + "combat_audio": "588,590,589", + "attack_speed": "4", "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "9441", + "slayer_exp": "97", + "magic_animation": "9439", + "death_animation": "9440", + "name": "Kurask", + "defence_level": "105", + "safespot": null, + "lifepoints": "97", + "strength_level": "105", + "id": "1608", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "67" + }, + { + "examine": "Large, heavy, with sharp things attached to its head.", + "melee_animation": "9439", + "range_animation": "9439", + "combat_audio": "588,590,589", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "9441", + "slayer_exp": "97", + "magic_animation": "9439", + "death_animation": "9440", + "name": "Kurask", + "defence_level": "105", + "safespot": null, + "lifepoints": "97", + "strength_level": "105", + "id": "1609", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "67" + }, + { + "examine": "Flies like a rock.", "melee_animation": "9454", "range_animation": "1516", - "range_level": "1", - "safespot": null, + "combat_audio": "428,430,429", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", "slayer_exp": "105", - "strength_level": "95" + "magic_animation": "1516", + "death_animation": "1518", + "name": "Gargoyle", + "defence_level": "107", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "1610", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" }, { - "id": "1611", - "name": "Swarming turoth", "examine": "Flies like a rock.", - "attack_level": "45", - "attack_speed": "5", - "clue_level": "2", - "death_animation": "1518", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "105", - "magic_animation": "1516", "melee_animation": "1516", "range_animation": "1516", - "range_level": "49", - "safespot": null, + "attack_speed": "5", + "defence_animation": "0", + "weakness": "0", "slayer_exp": "105", + "magic_animation": "1516", + "death_animation": "1518", + "name": "Swarming turoth", + "defence_level": "42", + "safespot": null, + "lifepoints": "105", "strength_level": "104", - "weakness": "0" + "id": "1611", + "clue_level": "2", + "range_level": "49", + "attack_level": "45" }, { - "id": "1612", - "name": "Banshee", "examine": "A tortured screaming soul.", - "aggressive": "true", - "attack_level": "22", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,5,0,5,0,0,0,0,0", - "clue_level": "0", - "combat_audio": "284,286,285", - "death_animation": "9450", - "defence_animation": "9451", - "defence_level": "22", - "lifepoints": "22", - "magic_animation": "1523", - "magic_level": "1", "melee_animation": "9449", "range_animation": "1523", - "range_level": "1", + "combat_audio": "284,286,285", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "15", - "safespot": null, + "defence_animation": "9451", "slayer_exp": "22", - "strength_level": "15" + "magic_animation": "1523", + "death_animation": "9450", + "name": "Banshee", + "defence_level": "22", + "safespot": null, + "lifepoints": "22", + "strength_level": "15", + "id": "1612", + "aggressive": "true", + "clue_level": "0", + "bonuses": "0,0,0,0,0,5,5,5,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "22" }, { - "id": "1613", - "name": "Nechryael", "examine": "An evil death demon.", - "attack_level": "97", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "645,647,646", - "death_animation": "9488", - "defence_animation": "9489", - "defence_level": "105", - "lifepoints": "105", - "magic_animation": "1528", - "magic_level": "1", "melee_animation": "9487", "range_animation": "1528", - "range_level": "1", - "safespot": null, - "strength_level": "97" - }, - { - "id": "1614", - "name": "Death spawn", - "examine": "An evil death spawn.", - "aggressive": "true", - "attack_level": "67", + "combat_audio": "645,647,646", "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", - "death_animation": "9460", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "60", - "magic_animation": "1540", "magic_level": "1", - "melee_animation": "1540", - "poison_immune": "true", - "range_animation": "1540", - "range_level": "1", + "defence_animation": "9489", + "magic_animation": "1528", + "death_animation": "9488", + "name": "Nechryael", + "defence_level": "105", "safespot": null, - "strength_level": "7", - "weakness": "2" - }, - { - "id": "1615", - "name": "Abyssal demon", - "examine": "A denizen of the Abyss!", - "attack_level": "97", - "attack_speed": "4", + "lifepoints": "105", + "strength_level": "97", + "id": "1613", "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "276,278,277", - "death_animation": "1538", - "defence_animation": "0", - "defence_level": "135", - "lifepoints": "150", - "magic_animation": "1537", + "range_level": "1", + "attack_level": "97" + }, + { + "examine": "An evil death spawn.", + "melee_animation": "1540", + "range_animation": "1540", + "attack_speed": "4", "magic_level": "1", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "1540", + "death_animation": "9460", + "name": "Death spawn", + "defence_level": "30", + "poison_immune": "true", + "safespot": null, + "lifepoints": "60", + "strength_level": "7", + "id": "1614", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", + "range_level": "1", + "attack_level": "67" + }, + { + "examine": "A denizen of the Abyss!", "melee_animation": "1537", "range_animation": "1537", - "range_level": "1", - "safespot": null, + "combat_audio": "276,278,277", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "weakness": "1", "slayer_exp": "150", + "magic_animation": "1537", + "death_animation": "1538", + "name": "Abyssal demon", + "defence_level": "135", + "safespot": null, + "lifepoints": "150", "strength_level": "67", - "weakness": "1" + "id": "1615", + "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "97" }, { + "examine": "The eyes of evil.", + "melee_animation": "260", + "range_animation": "260", + "combat_audio": "288,290,289", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "261", + "slayer_exp": "75", + "magic_animation": "260", + "death_animation": "264", + "name": "Basilisk", + "defence_level": "75", + "safespot": null, + "lifepoints": "75", + "strength_level": "45", "id": "1616", - "name": "Basilisk", - "examine": "The eyes of evil.", "aggressive": "false", - "attack_level": "30", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,0,20,0,0,0,0,0,0", - "combat_audio": "288,290,289", - "death_animation": "264", - "defence_animation": "261", - "defence_level": "75", - "lifepoints": "75", - "magic_animation": "260", - "magic_level": "1", - "melee_animation": "260", - "range_animation": "260", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "75", - "strength_level": "45" + "attack_level": "30" }, { + "examine": "The eyes of evil.", + "melee_animation": "260", + "range_animation": "260", + "combat_audio": "288,290,289", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "261", + "slayer_exp": "75", + "magic_animation": "260", + "death_animation": "264", + "name": "Basilisk", + "defence_level": "75", + "safespot": null, + "lifepoints": "75", + "strength_level": "45", "id": "1617", - "name": "Basilisk", - "examine": "The eyes of evil.", "aggressive": "false", - "attack_level": "30", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,0,20,0,0,0,0,0,0", - "combat_audio": "288,290,289", - "death_animation": "264", - "defence_animation": "261", - "defence_level": "75", - "lifepoints": "75", - "magic_animation": "260", - "magic_level": "1", - "melee_animation": "260", - "range_animation": "260", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "75", - "strength_level": "45" + "attack_level": "30" }, { + "examine": "The tongue of evil.", + "melee_animation": "9130", + "range_animation": "1552", + "combat_audio": "312,314,313", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "9132", + "slayer_exp": "120", + "magic_animation": "1552", + "death_animation": "9131", + "name": "Bloodveld", + "defence_level": "30", + "safespot": null, + "lifepoints": "120", + "strength_level": "45", "id": "1618", - "name": "Bloodveld", - "examine": "The tongue of evil.", "aggressive": "false", - "attack_level": "75", - "attack_speed": "4", "clue_level": "2", - "combat_audio": "312,314,313", - "death_animation": "9131", - "defence_animation": "9132", - "defence_level": "30", - "lifepoints": "120", - "magic_animation": "1552", - "melee_animation": "9130", - "range_animation": "1552", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "120", - "strength_level": "45" + "attack_level": "75" }, { - "id": "1619", - "name": "Bloodveld", "examine": "The tongue of evil.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "4", - "clue_level": "2", - "combat_audio": "312,314,313", - "death_animation": "9131", - "defence_animation": "9132", - "defence_level": "30", - "lifepoints": "120", - "magic_animation": "1552", "melee_animation": "9130", "range_animation": "1552", - "range_level": "1", + "combat_audio": "312,314,313", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "9132", "slayer_exp": "120", - "strength_level": "45" + "magic_animation": "1552", + "death_animation": "9131", + "name": "Bloodveld", + "defence_level": "30", + "safespot": null, + "lifepoints": "120", + "strength_level": "45", + "id": "1619", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" }, { - "id": "1620", - "name": "Cockatrice", "examine": "The winged reptile.", - "attack_level": "32", - "attack_speed": "5", - "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "363,365,364", - "death_animation": "7763", - "defence_animation": "7761", - "defence_level": "35", - "lifepoints": "37", - "magic_animation": "7762", "melee_animation": "7762", "range_animation": "7762", - "range_level": "32", - "safespot": null, + "combat_audio": "363,365,364", + "attack_speed": "5", + "defence_animation": "7761", + "weakness": "2", "slayer_exp": "37", + "magic_animation": "7762", + "death_animation": "7763", + "name": "Cockatrice", + "defence_level": "35", + "safespot": null, + "lifepoints": "37", "strength_level": "32", - "weakness": "2" - }, - { - "id": "1621", - "name": "Cockatrice", - "examine": "The winged reptile.", - "attack_level": "32", - "attack_speed": "5", + "id": "1620", "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "363,365,364", - "death_animation": "7763", - "defence_animation": "7761", - "defence_level": "35", - "lifepoints": "37", - "magic_animation": "7762", + "range_level": "32", + "attack_level": "32" + }, + { + "examine": "The winged reptile.", "melee_animation": "7762", "range_animation": "7762", - "range_level": "1", - "safespot": null, + "combat_audio": "363,365,364", + "attack_speed": "5", + "defence_animation": "7761", "slayer_exp": "37", - "strength_level": "32" + "magic_animation": "7762", + "death_animation": "7763", + "name": "Cockatrice", + "defence_level": "35", + "safespot": null, + "lifepoints": "37", + "strength_level": "32", + "id": "1621", + "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "32" }, { - "id": "1622", - "name": "Turoth", "examine": "He's one big leg short!", - "attack_level": "55", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "clue_level": "2", + "melee_animation": "9471", + "range_animation": "9471", "combat_audio": "873,875,874", - "death_animation": "9472", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", "defence_level": "85", - "lifepoints": "78", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", - "range_level": "1", - "respawn_delay": "15", "safespot": null, - "strength_level": "85" - }, - { - "id": "1623", - "name": "Turoth", - "examine": "He's one big leg short!", - "attack_level": "58", - "attack_speed": "4", + "lifepoints": "78", + "strength_level": "85", + "id": "1622", "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", "clue_level": "2", - "combat_audio": "873,875,874", - "death_animation": "9472", - "defence_animation": "9473", - "defence_level": "88", - "lifepoints": "81", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "88" + "attack_level": "55" }, { - "id": "1624", - "name": "Dust devil", - "examine": "The vacuumed face of evil.", - "attack_level": "105", + "examine": "He's one big leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "combat_audio": "873,875,874", "attack_speed": "4", - "combat_audio": "414,416,415", - "death_animation": "1558", - "defence_animation": "1555", - "defence_level": "40", - "lifepoints": "105", - "magic_animation": "1557", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "88", + "safespot": null, + "lifepoints": "81", + "strength_level": "88", + "id": "1623", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "58" + }, + { + "examine": "The vacuumed face of evil.", "melee_animation": "1557", "range_animation": "1557", - "range_level": "1", - "safespot": null, + "combat_audio": "414,416,415", + "attack_speed": "4", + "defence_animation": "1555", + "weakness": "2", "slayer_exp": "105", + "magic_animation": "1557", + "death_animation": "1558", + "name": "Dust devil", + "defence_level": "40", + "safespot": null, + "lifepoints": "105", "strength_level": "70", - "weakness": "2" + "id": "1624", + "range_level": "1", + "attack_level": "105" }, { - "id": "1625", - "name": "Smokedevil", "examine": "The cave-dwelling cousin of the dust devils.", - "attack_level": "105", - "death_animation": "1558", - "defence_animation": "0", - "defence_level": "61", - "lifepoints": "87", - "magic_animation": "0", "melee_animation": "1557", "range_animation": "0", - "range_level": "61", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "1558", + "name": "Smokedevil", + "defence_level": "61", "safespot": null, + "lifepoints": "87", "strength_level": "105", - "weakness": "2" + "id": "1625", + "range_level": "61", + "attack_level": "105" }, { - "id": "1626", - "name": "Turoth", "examine": "She's one leg short!", - "attack_level": "56", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "clue_level": "2", + "melee_animation": "9471", + "range_animation": "9471", "combat_audio": "873,875,874", - "death_animation": "9472", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", "defence_level": "86", + "safespot": null, "lifepoints": "79", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", + "strength_level": "86", + "id": "1626", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "86" + "attack_level": "56" }, { - "id": "1627", - "name": "Turoth", "examine": "It's one leg short!", - "attack_level": "54", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "clue_level": "2", + "melee_animation": "9471", + "range_animation": "9471", "combat_audio": "873,875,874", - "death_animation": "9472", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", "defence_level": "84", + "safespot": null, "lifepoints": "77", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", + "strength_level": "84", + "id": "1627", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "84" + "attack_level": "54" }, { - "id": "1628", - "name": "Turoth", "examine": "It's one small leg short!", - "attack_level": "53", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "clue_level": "2", + "melee_animation": "9471", + "range_animation": "9471", "combat_audio": "873,875,874", - "death_animation": "9472", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", "defence_level": "83", + "safespot": null, "lifepoints": "76", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", + "strength_level": "83", + "id": "1628", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "83" + "attack_level": "53" }, { + "examine": "He's one big leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "combat_audio": "873,875,874", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "87", + "safespot": null, + "lifepoints": "80", + "strength_level": "87", "id": "1629", - "name": "Turoth", - "examine": "He's one big leg short!", - "attack_level": "57", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", "clue_level": "2", - "combat_audio": "873,875,874", - "death_animation": "9472", - "defence_animation": "9473", - "defence_level": "87", - "lifepoints": "80", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "87" + "attack_level": "57" }, { + "examine": "He's one big leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "combat_audio": "873,875,874", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "87", + "safespot": null, + "lifepoints": "80", + "strength_level": "87", "id": "1630", - "name": "Turoth", - "examine": "He's one big leg short!", - "attack_level": "57", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", "clue_level": "2", - "combat_audio": "873,875,874", - "death_animation": "9472", - "defence_animation": "9473", - "defence_level": "87", - "lifepoints": "80", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "87" + "attack_level": "57" }, { - "id": "1631", - "name": "Rockslug", - "examine": "A rocky slug.", - "attack_level": "24", + "spawn_animation": "8081", + "examine": "A small fire demon.", + "melee_animation": "8080", + "combat_audio": "696,698,697", "attack_speed": "5", - "clue_level": "2", - "combat_audio": "729,731,730", - "death_animation": "1597", - "defence_animation": "1596", - "defence_level": "30", - "lifepoints": "30", - "magic_animation": "1595", - "magic_level": "1", - "melee_animation": "1595", - "range_animation": "1595", - "range_level": "1", + "magic_level": "10", + "respawn_delay": "60", + "defence_animation": "8084", + "weakness": "4", + "slayer_exp": "45", + "death_animation": "8078", + "name": "Pyrefiend", + "defence_level": "19", "safespot": null, - "strength_level": "30", - "weakness": "7" - }, - { - "id": "1632", - "name": "Rockslug", - "examine": "A rocky slug.", - "attack_level": "24", - "attack_speed": "5", - "clue_level": "2", - "combat_audio": "729,731,730", - "death_animation": "1597", - "defence_animation": "1596", - "defence_level": "30", - "lifepoints": "30", - "magic_animation": "1595", - "magic_level": "1", - "melee_animation": "1595", - "range_animation": "1595", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "7" - }, - { + "lifepoints": "45", + "strength_level": "29", "id": "1633", - "name": "Pyrefiend", - "examine": "A small fire demon.", - "attack_level": "22", - "attack_speed": "5", "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", "clue_level": "1", - "combat_audio": "696,698,697", - "death_animation": "8078", - "defence_animation": "8084", - "defence_level": "19", - "lifepoints": "45", - "magic_level": "10", - "melee_animation": "8080", "range_level": "19", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "45", - "spawn_animation": "8081", - "strength_level": "29", - "weakness": "4" + "attack_level": "22" }, { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "melee_animation": "8080", + "combat_audio": "696,698,697", + "attack_speed": "5", + "magic_level": "10", + "respawn_delay": "60", + "defence_animation": "8084", + "weakness": "4", + "slayer_exp": "45", + "death_animation": "8078", + "name": "Pyrefiend", + "defence_level": "19", + "safespot": null, + "lifepoints": "45", + "strength_level": "29", "id": "1634", - "name": "Pyrefiend", - "examine": "A small fire demon.", - "attack_level": "22", - "attack_speed": "5", "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", "clue_level": "1", - "combat_audio": "696,698,697", - "death_animation": "8078", - "defence_animation": "8084", - "defence_level": "19", - "lifepoints": "45", - "magic_level": "10", - "melee_animation": "8080", "range_level": "19", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "45", - "spawn_animation": "8081", - "strength_level": "29", - "weakness": "4" + "attack_level": "22" }, { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "melee_animation": "8080", + "combat_audio": "696,698,697", + "attack_speed": "5", + "magic_level": "10", + "respawn_delay": "60", + "defence_animation": "8084", + "weakness": "4", + "slayer_exp": "45", + "death_animation": "8078", + "name": "Pyrefiend", + "defence_level": "19", + "safespot": null, + "lifepoints": "45", + "strength_level": "29", "id": "1635", - "name": "Pyrefiend", - "examine": "A small fire demon.", - "attack_level": "22", - "attack_speed": "5", "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", "clue_level": "1", - "combat_audio": "696,698,697", - "death_animation": "8078", - "defence_animation": "8084", - "defence_level": "19", - "lifepoints": "45", - "magic_level": "10", - "melee_animation": "8080", "range_level": "19", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "45", - "spawn_animation": "8081", - "strength_level": "29", - "weakness": "4" + "attack_level": "22" }, { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "melee_animation": "8080", + "combat_audio": "696,698,697", + "attack_speed": "5", + "magic_level": "10", + "respawn_delay": "60", + "defence_animation": "8084", + "weakness": "4", + "slayer_exp": "45", + "death_animation": "8078", + "name": "Pyrefiend", + "defence_level": "19", + "safespot": null, + "lifepoints": "45", + "strength_level": "29", "id": "1636", - "name": "Pyrefiend", - "examine": "A small fire demon.", - "attack_level": "22", - "attack_speed": "5", "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", "clue_level": "1", - "combat_audio": "696,698,697", - "death_animation": "8078", - "defence_animation": "8084", - "defence_level": "19", - "lifepoints": "45", - "magic_level": "10", - "melee_animation": "8080", "range_level": "19", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "45", - "spawn_animation": "8081", - "strength_level": "29", - "weakness": "4" + "attack_level": "22" }, { - "id": "1637", - "name": "Jelly", "examine": "It's a Jelly.", - "attack_level": "40", - "attack_speed": "5", - "clue_level": "2", - "combat_audio": "547,550,549", - "death_animation": "8570", - "defence_animation": "8571", - "defence_level": "40", - "lifepoints": "75", - "magic_animation": "8569", - "magic_level": "40", "melee_animation": "8569", "range_animation": "8569", - "range_level": "40", - "safespot": null, + "combat_audio": "547,550,549", + "attack_speed": "5", + "magic_level": "40", + "defence_animation": "8571", + "weakness": "2", "slayer_exp": "75", + "magic_animation": "8569", + "death_animation": "8570", + "name": "Jelly", + "defence_level": "40", + "safespot": null, + "lifepoints": "75", "strength_level": "45", - "weakness": "2" + "id": "1637", + "clue_level": "2", + "range_level": "40", + "attack_level": "40" }, { - "id": "1638", - "name": "Jelly", "examine": "Doesn't look so tough...", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "2", - "combat_audio": "547,550,549", - "death_animation": "8570", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", - "magic_animation": "0", "melee_animation": "8569", "range_animation": "0", - "range_level": "49", + "combat_audio": "547,550,549", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "75", + "magic_animation": "0", + "death_animation": "8570", + "name": "Jelly", + "defence_level": "49", + "safespot": null, + "lifepoints": "70", "strength_level": "1", - "weakness": "2" + "id": "1638", + "clue_level": "2", + "range_level": "49", + "attack_level": "1" }, { - "id": "1639", - "name": "Jelly", "examine": "Wibbly.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "2", + "melee_animation": "8569", + "range_animation": "0", "combat_audio": "547,550,549", - "death_animation": "8570", + "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "2", + "slayer_exp": "75", + "magic_animation": "0", + "death_animation": "8570", + "name": "Jelly", "defence_level": "49", + "safespot": null, "lifepoints": "70", - "magic_animation": "0", - "melee_animation": "8569", - "range_animation": "0", - "range_level": "49", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "75", "strength_level": "1", - "weakness": "2" + "id": "1639", + "clue_level": "2", + "range_level": "49", + "attack_level": "1" }, { - "id": "1640", - "name": "Jelly", "examine": "There's always room for jelly.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "2", - "combat_audio": "547,550,549", - "death_animation": "8570", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "140", - "magic_animation": "0", "melee_animation": "8569", "range_animation": "0", + "combat_audio": "547,550,549", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "75", + "magic_animation": "0", + "death_animation": "8570", + "name": "Jelly", + "defence_level": "49", + "safespot": null, + "lifepoints": "140", + "strength_level": "1", + "id": "1640", + "clue_level": "2", "range_level": "49", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "75", - "strength_level": "1", - "weakness": "2" + "attack_level": "1" }, { + "melee_animation": "8569", + "combat_audio": "547,550,549", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8571", + "slayer_exp": "75", + "name": "Jelly", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", "id": "1641", - "name": "Jelly", - "attack_level": "1", - "attack_speed": "5", "clue_level": "2", - "combat_audio": "547,550,549", - "defence_animation": "8571", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "8569", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "75", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "8569", + "combat_audio": "547,550,549", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8571", + "slayer_exp": "75", + "name": "Jelly", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", "id": "1642", - "name": "Jelly", - "attack_level": "1", - "attack_speed": "5", "clue_level": "2", - "combat_audio": "547,550,549", - "defence_animation": "8571", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "8569", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "75", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "An evil magic user.", + "start_gfx": "99", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "magic_level": "75", + "respawn_delay": "12", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Infernal Mage", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", "id": "1643", - "name": "Infernal Mage", - "examine": "An evil magic user.", - "attack_level": "1", "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "end_gfx": "101", - "lifepoints": "60", - "magic_animation": "811", - "magic_level": "75", - "melee_animation": "811", - "projectile": "100", - "range_animation": "811", "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "99", - "strength_level": "1", - "weakness": "3" + "projectile": "100", + "attack_level": "1" }, { + "start_gfx": "99", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "magic_level": "75", + "respawn_delay": "12", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Infernal Mage", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", "id": "1644", - "name": "Infernal Mage", - "attack_level": "1", "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "end_gfx": "101", - "lifepoints": "60", - "magic_animation": "811", - "magic_level": "75", - "melee_animation": "811", - "projectile": "100", - "range_animation": "811", "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "99", - "strength_level": "1", - "weakness": "3" + "projectile": "100", + "attack_level": "1" }, { + "examine": "An evil magic user.", + "start_gfx": "99", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "magic_level": "75", + "respawn_delay": "12", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Infernal Mage", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", "id": "1645", - "name": "Infernal Mage", - "examine": "An evil magic user.", - "attack_level": "1", "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "end_gfx": "101", - "lifepoints": "60", - "magic_animation": "811", - "magic_level": "75", - "melee_animation": "811", - "projectile": "100", - "range_animation": "811", "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "99", - "strength_level": "1", - "weakness": "3" + "projectile": "100", + "attack_level": "1" }, { + "examine": "An evil magic user.", + "start_gfx": "99", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "magic_level": "75", + "respawn_delay": "12", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Infernal Mage", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", "id": "1646", - "name": "Infernal Mage", - "examine": "An evil magic user.", - "attack_level": "1", "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "end_gfx": "101", - "lifepoints": "60", - "magic_animation": "811", - "magic_level": "75", - "melee_animation": "811", - "projectile": "100", - "range_animation": "811", "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "99", - "strength_level": "1", - "weakness": "3" + "projectile": "100", + "attack_level": "1" }, { + "examine": "An evil magic user.", + "start_gfx": "99", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "magic_level": "75", + "respawn_delay": "12", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Infernal Mage", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", "id": "1647", - "name": "Infernal Mage", - "examine": "An evil magic user.", - "attack_level": "1", "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "end_gfx": "101", - "lifepoints": "60", - "magic_animation": "811", - "magic_level": "75", - "melee_animation": "811", - "projectile": "100", - "range_animation": "811", "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "99", - "strength_level": "1", - "weakness": "3" + "projectile": "100", + "attack_level": "1" }, { - "id": "1648", - "name": "Crawling Hand", "examine": "Now THAT'S handy.", - "attack_level": "5", - "attack_speed": "5", - "bonuses": "5,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "377,379,378", - "death_animation": "9126", - "defence_animation": "9127", - "defence_level": "5", - "lifepoints": "16", - "magic_animation": "9125", "melee_animation": "9125", "range_animation": "9125", - "range_level": "1", + "combat_audio": "377,379,378", + "attack_speed": "5", "respawn_delay": "20", - "safespot": null, + "defence_animation": "9127", + "weakness": "9", "slayer_exp": "19", + "magic_animation": "9125", + "death_animation": "9126", + "name": "Crawling Hand", + "defence_level": "5", + "safespot": null, + "lifepoints": "16", "strength_level": "5", - "weakness": "9" + "id": "1648", + "bonuses": "5,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "5" }, { + "examine": "Gimmie five. Actually", + "melee_animation": "9125", + "range_animation": "0", + "combat_audio": "377,379,378", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "19", + "magic_animation": "0", + "death_animation": "9126", + "name": "Crawling Hand", + "defence_level": "8", + "safespot": null, + "lifepoints": "5", + "strength_level": "8", "id": "1649", - "name": "Crawling Hand", - "examine": "Gimmie five. Actually", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9126", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "9125", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "19", - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { + "examine": "Gimmie five. Actually", + "melee_animation": "9125", + "range_animation": "0", + "combat_audio": "377,379,378", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "9126", + "name": "Crawling Hand", + "defence_level": "8", + "safespot": null, + "lifepoints": "5", + "strength_level": "8", "id": "1650", - "name": "Crawling Hand", - "examine": "Gimmie five. Actually", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9126", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "9125", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { + "examine": "Gimmie five. Actually", + "melee_animation": "9125", + "range_animation": "0", + "combat_audio": "377,379,378", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "19", + "magic_animation": "0", + "death_animation": "9126", + "name": "Crawling Hand", + "defence_level": "8", + "safespot": null, + "lifepoints": "5", + "strength_level": "8", "id": "1651", - "name": "Crawling Hand", - "examine": "Gimmie five. Actually", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9126", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "9125", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "19", - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { + "examine": "Gimmie five. Actually", + "melee_animation": "9125", + "range_animation": "0", + "combat_audio": "377,379,378", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "19", + "magic_animation": "0", + "death_animation": "9126", + "name": "Crawling Hand", + "defence_level": "8", + "safespot": null, + "lifepoints": "5", + "strength_level": "8", "id": "1652", - "name": "Crawling Hand", - "examine": "Gimmie five. Actually", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9126", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "9125", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "19", - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { - "id": "1653", - "name": "Crawling Hand", "examine": "Now THAT's handy.", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9445", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "9444", "range_animation": "0", - "range_level": "1", + "combat_audio": "377,379,378", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "9445", + "name": "Crawling Hand", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "9" + "id": "1653", + "range_level": "1", + "attack_level": "13" }, { - "id": "1654", - "name": "Crawling Hand", "examine": "I'm glad it's just the hand I can see...", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9445", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "9444", "range_animation": "0", - "range_level": "1", + "combat_audio": "377,379,378", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "9445", + "name": "Crawling Hand", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "9" + "id": "1654", + "range_level": "1", + "attack_level": "13" }, { + "examine": "A big severed hand.", + "melee_animation": "9444", + "range_animation": "0", + "combat_audio": "377,379,378", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "9445", + "name": "Crawling Hand", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", "id": "1655", - "name": "Crawling Hand", - "examine": "A big severed hand.", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9445", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "9444", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "9" + "attack_level": "13" }, { - "id": "1656", - "name": "Crawling Hand", "examine": "Give the guy a big hand.....", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9445", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "9444", "range_animation": "0", - "range_level": "1", + "combat_audio": "377,379,378", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "16", - "strength_level": "13", - "weakness": "9" - }, - { - "id": "1657", + "magic_animation": "0", + "death_animation": "9445", "name": "Crawling Hand", - "examine": "A big severed hand.", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9445", - "defence_animation": "0", "defence_level": "13", + "safespot": null, "lifepoints": "18", - "magic_animation": "0", + "strength_level": "13", + "id": "1656", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A big severed hand.", "melee_animation": "9444", "range_animation": "0", - "range_level": "1", + "combat_audio": "377,379,378", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "9445", + "name": "Crawling Hand", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "9" + "id": "1657", + "range_level": "1", + "attack_level": "13" }, { - "id": "1658", - "name": "Robe Store owner", "examine": "A Supplier of Magical robes.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Robe Store owner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1658", + "range_level": "1", + "attack_level": "1" }, { - "id": "1659", - "name": "Skullball" - }, - { - "id": "1660", - "name": "Skullball Boss", "examine": "He's in charge of the Skullball Course.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skullball Boss", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1660", + "range_level": "1", + "attack_level": "1" }, { - "id": "1661", - "name": "Agility Boss", "examine": "He's in charge of the Agility Course.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agility Boss", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1661", + "range_level": "1", + "attack_level": "1" }, { - "id": "1662", - "name": "Skullball Trainer", "examine": "A skullball guide.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skullball Trainer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1662", + "range_level": "1", + "attack_level": "1" }, { - "id": "1663", - "name": "Agility Trainer", "examine": "A werewolf agility trainer.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agility Trainer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1663", + "range_level": "1", + "attack_level": "1" }, { - "id": "1664", - "name": "Agility Trainer" - }, - { - "id": "1665", - "name": "Werewolf", "examine": "Looks like he's guarding a trapdoor...", - "attack_level": "1", - "clue_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "100", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1666", - "name": "Dr Fenkenstrain" - }, - { - "id": "1671", - "name": "Fenkenstrain's Monster" - }, - { - "id": "1674", - "name": "Lord Rologarth" - }, - { - "id": "1675", - "name": "Gardener Ghost", - "attack_level": "1", - "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Werewolf", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1676", - "name": "Experiment", - "examine": "It has a key hanging from its collar.", - "attack_level": "40", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "1628", - "defence_animation": "1627", - "defence_level": "50", - "lifepoints": "40", - "magic_level": "1", - "melee_animation": "1626", - "range_level": "1", - "strength_level": "50" - }, - { - "id": "1677", - "name": "Experiment", - "examine": "One of Fenkenstrain's failed experiments.", - "aggressive": "", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "", - "death_animation": "1618", - "defence_animation": "1617", - "defence_level": "30", "lifepoints": "100", - "magic_level": "1", - "melee_animation": "1616", + "strength_level": "1", + "id": "1665", + "clue_level": "1", "range_level": "1", - "strength_level": "1" + "attack_level": "1" }, { - "id": "1678", - "name": "Experiment", - "examine": "One of Fenkenstrain's failed experiments.", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "1611", - "defence_animation": "1613", - "defence_level": "30", - "lifepoints": "100", - "magic_level": "1", - "melee_animation": "1612", + "name": "Gardener Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1675", "range_level": "1", - "strength_level": "1" + "attack_level": "1" }, { - "id": "1679", - "name": "Eluned" - }, - { - "id": "1680", - "name": "Islwyn" - }, - { - "id": "1681", - "name": "Moss giant", "examine": "His beard seems to have a life of its own.", - "aggressive": "true", - "attack_level": "60", - "bonuses": "66,62,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "60", - "lifepoints": "120", - "magic_animation": "4666", - "magic_level": "1", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "449,451,450", + "magic_level": "1", + "defence_animation": "4665", + "weakness": "3", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "60", "safespot": null, + "lifepoints": "120", "strength_level": "60", - "weakness": "3" + "id": "1681", + "aggressive": "true", + "bonuses": "66,62,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" }, { - "id": "1682", - "name": "Golrie" - }, - { - "id": "1683", - "name": "Velorina" - }, - { - "id": "1684", - "name": "Necrovarus", - "examine": "An evil priest." - }, - { - "id": "1685", - "name": "Gravingas" - }, - { - "id": "1686", - "name": "Ghost disciple", "examine": "A ghost disciple.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1687", - "name": "Ak-Haranu" - }, - { - "id": "1688", - "name": "Ak-Haranu", - "examine": "A trader from across the eastern sea.", - "attack_level": "1", - "death_animation": "836", + "combat_audio": "436,439,438", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "movement_radius": "2", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "0", + "death_animation": "0", + "name": "Ghost disciple", + "defence_level": "1", "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1686", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A trader from across the eastern sea.", "start_gfx": "0", "start_height": "0", - "strength_level": "1" - }, - { - "id": "1689", - "name": "Undead cow" - }, - { - "id": "1691", - "name": "Undead cow", - "examine": "It's an undead cow.", - "aggressive": "false", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,-15,0,0,0", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "0", + "melee_animation": "386", + "range_animation": "0", "magic_level": "1", + "respawn_delay": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Ak-Haranu", + "defence_level": "1", + "movement_radius": "2", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1688", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's an undead cow.", "melee_animation": "5849", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "5", + "defence_animation": "5850", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5851", + "name": "Undead cow", + "defence_level": "1", "safespot": null, + "lifepoints": "8", "strength_level": "3", - "weakness": "8" + "id": "1691", + "aggressive": "false", + "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,-15,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "1692", - "name": "Undead chicken", "examine": "Yup, definitely a chicken... an undead chicken.", - "aggressive": "false", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,0,-42,0,0,0", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "5387", "range_animation": "0", - "range_level": "1", + "combat_audio": "355,357,356", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5389", + "name": "Undead chicken", + "defence_level": "1", "safespot": null, + "lifepoints": "3", "strength_level": "1", - "weakness": "7" + "id": "1692", + "aggressive": "false", + "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,0,-42,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "1693", - "name": "Giant lobster", "examine": "An extremely vicious lobster.", - "attack_level": "30", - "death_animation": "6267", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "128", - "magic_animation": "0", "melee_animation": "6265", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6267", + "name": "Giant lobster", + "defence_level": "30", "safespot": null, + "lifepoints": "128", "strength_level": "30", - "weakness": "6" + "id": "1693", + "range_level": "1", + "attack_level": "30" }, { - "id": "1694", - "name": "Robin" - }, - { - "id": "1695", - "name": "Old crone", "examine": "An old", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Old crone", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1695", + "range_level": "1", + "attack_level": "1" }, { - "id": "1696", - "name": "Old man", "examine": "A creaky old man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Old man", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1696", + "range_level": "1", + "attack_level": "1" }, { - "id": "1697", - "name": "Ghost villager", "examine": "A spooky ghost villager.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost villager", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1697", + "range_level": "1", + "attack_level": "1" }, { - "id": "1698", - "name": "Tortured soul", "examine": "This poor soul cannot understand why it has not passed to the next world.", - "aggressive": "true", - "attack_level": "52", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "51", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "422", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "51", - "strength_level": "62", - "weakness": "3" - }, - { - "id": "1699", - "name": "Ghost shopkeeper", - "examine": "Beware the ghostly shopkeeper's wares!", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1700", - "name": "Ghost innkeeper", - "examine": "Doesn't look like the bar's open anymore.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1701", - "name": "Ghost farmer", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1702", - "name": "Ghost banker", - "examine": "A ghost banker.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1703", - "name": "Ghost sailor", - "examine": "A ghost sailor.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1704", - "name": "Ghost captain", - "examine": "A ghostship captain.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1705", - "name": "Ghost captain", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1706", - "name": "Ghost guard", - "examine": "This ghost guards the gates of Port Phasmatys.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1707", - "name": "Ghost (?)", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1708", - "name": "Ghost (?)", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1709", - "name": "Johanhus Ulsbrecht" - }, - { - "id": "1710", - "name": "H.A.M. Guard", - "examine": "A guard for the humans against monster group.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" - }, - { - "id": "1711", - "name": "H.A.M. Guard", - "examine": "A guard for the humans against monster group.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" - }, - { - "id": "1712", - "name": "H.A.M. Guard", - "examine": "A guard for the humans against monster group.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" - }, - { - "id": "1713", - "name": "H.A.M. Deacon", - "examine": "A deacon in the Humans Against Monsters group. A rather enthusiastic chap.", - "attack_level": "1", - "clue_level": "0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1714", - "name": "H.A.M. Member", - "examine": "A member of the 'Humans Against Monsters' group.", - "attack_level": "1", - "clue_level": "0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1715", - "name": "H.A.M. Member", - "examine": "A member of the 'Humans Against Monsters' group.", - "attack_level": "1", - "clue_level": "0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1716", - "name": "H.A.M. Member", - "examine": "A member of the 'Humans Against Monsters' group.", - "attack_level": "1", - "clue_level": "0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1717", - "name": "H.A.M. Member", - "examine": "A member of the 'Humans Against Monsters' group.", - "attack_level": "1", - "clue_level": "0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1718", - "name": "Jimmy the Chisel", - "examine": "A young man with a dark and mysterious past.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1719", - "name": "Tree" - }, - { - "id": "1720", - "name": "Tree" - }, - { - "id": "1721", - "name": "Tree" - }, - { - "id": "1722", - "name": "Dead tree" - }, - { - "id": "1723", - "name": "Dead tree" - }, - { - "id": "1724", - "name": "Dead tree" - }, - { - "id": "1725", - "name": "Dead tree" - }, - { - "id": "1726", - "name": "Dead tree" - }, - { - "id": "1727", - "name": "Dead tree" - }, - { - "id": "1728", - "name": "Dead tree" - }, - { - "id": "1729", - "name": "Dead tree" - }, - { - "id": "1730", - "name": "Dead tree" - }, - { - "id": "1731", - "name": "Dead tree" - }, - { - "id": "1732", - "name": "Dramen tree" - }, - { - "id": "1734", - "name": "Magic tree" - }, - { - "id": "1735", - "name": "Maple tree" - }, - { - "id": "1736", - "name": "Willow" - }, - { - "id": "1737", - "name": "Willow" - }, - { - "id": "1738", - "name": "Willow" - }, - { - "id": "1739", - "name": "Oak", - "examine": "Manages the mill.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1740", - "name": "Yew", - "examine": "One of Sigmund's elite guards.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1741", - "name": "Evergreen", - "examine": "One of Sigmund's elite guards.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1742", - "name": "Evergreen", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1743", - "name": "Evergreen", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1744", - "name": "Tree", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1745", - "name": "Dead tree", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1746", - "name": "Achey Tree", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1747", - "name": "Tree", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1748", - "name": "Tree", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1749", - "name": "Hollow tree" - }, - { - "id": "1750", - "name": "Hollow tree" - }, - { - "id": "1751", - "name": "Terrorbird", - "examine": "A giant raptor.", - "aggressive": "false", - "attack_level": "23", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "832,834,833", - "death_animation": "1013", - "defence_animation": "1012", - "defence_level": "19", - "lifepoints": "34", - "magic_animation": "0", + "attack_speed": "5", "magic_level": "1", - "melee_animation": "1010", - "range_level": "1", - "respawn_delay": "30", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "slayer_exp": "51", + "magic_animation": "0", + "death_animation": "836", + "name": "Tortured soul", + "defence_level": "38", "safespot": null, - "strength_level": "23" + "lifepoints": "51", + "strength_level": "62", + "id": "1698", + "aggressive": "true", + "range_level": "1", + "attack_level": "52" }, { - "id": "1752", - "name": "Mounted terrorbird gnome", - "examine": "These gnomes know how to get around!", - "attack_level": "33", - "death_animation": "6791", + "examine": "Beware the ghostly shopkeeper's wares!", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", "defence_animation": "0", - "defence_level": "33", - "lifepoints": "37", "magic_animation": "0", + "death_animation": "0", + "name": "Ghost shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1699", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Doesn't look like the bar's open anymore.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost innkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1700", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ghost farmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1701", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A ghost banker.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1702", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A ghost sailor.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost sailor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1703", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A ghostship captain.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost captain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1704", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ghost captain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1705", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This ghost guards the gates of Port Phasmatys.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1706", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ghost (?)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1707", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ghost (?)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1708", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard for the humans against monster group.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "H.A.M. Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "1710", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "A guard for the humans against monster group.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "H.A.M. Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "1711", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "A guard for the humans against monster group.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "H.A.M. Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "1712", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "A deacon in the Humans Against Monsters group. A rather enthusiastic chap.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "H.A.M. Deacon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1713", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1714", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1715", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1716", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1717", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A young man with a dark and mysterious past.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jimmy the Chisel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1718", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Manages the mill.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Oak", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1739", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Sigmund's elite guards.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Yew", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1740", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Sigmund's elite guards.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evergreen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1741", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evergreen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1742", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evergreen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1743", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tree", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1744", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dead tree", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1745", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Achey Tree", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1746", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tree", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1747", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tree", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1748", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A giant raptor.", + "melee_animation": "1010", + "combat_audio": "832,834,833", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "1012", + "magic_animation": "0", + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "19", + "safespot": null, + "lifepoints": "34", + "strength_level": "23", + "id": "1751", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "These gnomes know how to get around!", "melee_animation": "6790", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6791", + "name": "Mounted terrorbird gnome", + "defence_level": "33", "safespot": null, + "lifepoints": "37", "strength_level": "33", - "weakness": "6" + "id": "1752", + "range_level": "1", + "attack_level": "33" }, { - "id": "1753", - "name": "Mounted terrorbird gnome" - }, - { - "id": "1754", - "name": "Crow", "examine": "A farmer's enemy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1755", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Crow", - "examine": "A farmer's enemy." - }, - { - "id": "1756", - "name": "Crow" + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1754", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He grows the crops in this area.", + "melee_animation": "7181", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Farmer", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "1757", - "name": "Farmer", - "examine": "He grows the crops in this area.", - "attack_level": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "7181", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "9" + "attack_level": "5" }, { + "examine": "He grows the crops in this area.", + "melee_animation": "7181", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Farmer", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "1758", - "name": "Farmer", - "examine": "He grows the crops in this area.", - "attack_level": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "7181", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "9" + "attack_level": "5" }, { - "id": "1759", - "name": "Farmer", "examine": "Farming.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1759", + "range_level": "1", + "attack_level": "1" }, { - "id": "1760", - "name": "Farmer", "examine": "He grows the crops in this area.", - "attack_level": "5", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", "melee_animation": "7181", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "9" - }, - { - "id": "1761", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7185", "name": "Farmer", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "1760", + "range_level": "1", + "attack_level": "5" + }, + { "examine": "Farming the wheat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1761", + "range_level": "1", + "attack_level": "1" }, { - "id": "1762", - "name": "Sheep" - }, - { - "id": "1763", - "name": "Sheep", "examine": "White and fluffy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheep", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1764", - "name": "Sheep" - }, - { - "id": "1765", - "name": "Sheep" + "lifepoints": "10", + "strength_level": "1", + "id": "1763", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Young, but still beefy.", + "melee_animation": "5849", + "range_animation": "5849", + "combat_audio": "366,368,367", + "attack_speed": "5", + "defence_animation": "5850", + "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow calf", + "defence_level": "1", + "safespot": null, + "lifepoints": "6", + "strength_level": "1", "id": "1766", - "name": "Cow calf", - "examine": "Young, but still beefy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "366,368,367", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "6", - "magic_animation": "5849", - "melee_animation": "5849", - "range_animation": "5849", "range_level": "1", - "safespot": null, - "slayer_exp": "8", - "strength_level": "1" + "attack_level": "1" }, { - "id": "1767", - "name": "Cow", "examine": "Where beef comes from.", - "attack_level": "1", - "attack_speed": "5", + "melee_animation": "5849", + "range_animation": "5849", "combat_audio": "369,371,370", - "death_animation": "5851", + "attack_speed": "5", "defence_animation": "5850", + "weakness": "8", + "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow", "defence_level": "1", + "safespot": null, "lifepoints": "8", - "magic_animation": "5849", - "melee_animation": "5849", - "range_animation": "5849", - "range_level": "1", - "safespot": null, - "slayer_exp": "8", "strength_level": "1", - "weakness": "8" + "id": "1767", + "range_level": "1", + "attack_level": "1" }, { - "id": "1768", - "name": "Cow calf", "examine": "Young, but still beefy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "366,368,367", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "6", - "magic_animation": "5849", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, + "combat_audio": "366,368,367", + "attack_speed": "5", + "defence_animation": "5850", "slayer_exp": "8", - "strength_level": "1" + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow calf", + "defence_level": "1", + "safespot": null, + "lifepoints": "6", + "strength_level": "1", + "id": "1768", + "range_level": "1", + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1769", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1770", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1771", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1772", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1773", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1774", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1775", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1776", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { - "id": "1777", - "name": "Ilfeen" - }, - { - "id": "1778", - "name": "William" - }, - { - "id": "1779", - "name": "Ian" - }, - { - "id": "1780", - "name": "Larry" - }, - { - "id": "1781", - "name": "Darren" - }, - { - "id": "1782", - "name": "Edward" - }, - { - "id": "1783", - "name": "Richard", - "examine": "A very brave merchant." - }, - { - "id": "1784", - "name": "Neil" - }, - { - "id": "1785", - "name": "Edmond", - "examine": "A very brave merchant." - }, - { - "id": "1786", - "name": "Simon" - }, - { - "id": "1787", - "name": "Sam" - }, - { - "id": "1788", - "name": "Lumdo" - }, - { - "id": "1789", - "name": "Bunkwicket" - }, - { - "id": "1790", - "name": "Waymottin" - }, - { - "id": "1791", - "name": "Jungle Tree" - }, - { - "id": "1792", - "name": "Jungle Tree" - }, - { - "id": "1793", - "name": "Tassie Slipcast" - }, - { - "id": "1794", - "name": "Hammerspike Stoutbeard", "examine": "He looks quite independent in an aggressive and business like way.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "498,500,499", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Hammerspike Stoutbeard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1794", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A short stout menacing fellow.", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf gang member", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "1795", - "name": "Dwarf gang member", - "examine": "A short stout menacing fellow.", - "attack_level": "25", - "attack_speed": "6", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "A short stout menacing fellow.", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf gang member", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "1796", - "name": "Dwarf gang member", - "examine": "A short stout menacing fellow.", - "attack_level": "25", - "attack_speed": "6", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "A short stout menacing fellow.", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf gang member", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "1797", - "name": "Dwarf gang member", - "examine": "A short stout menacing fellow.", - "attack_level": "25", - "attack_speed": "6", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { - "id": "1798", - "name": "Phantuwti Fanstuwi Farsight" - }, - { - "id": "1799", - "name": "Tindel Marchant" - }, - { - "id": "1800", - "name": "Gnormadium Avlafrim" - }, - { - "id": "1801", - "name": "Petra Fiyed" - }, - { - "id": "1802", - "name": "Slagilith", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1752", - "defence_animation": "1751", - "defence_level": "1", - "lifepoints": "60", "melee_animation": "1750", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "1751", + "death_animation": "1752", + "name": "Slagilith", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "60", + "strength_level": "1", + "id": "1802", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1803", - "name": "Rock pile", "examine": "A pile of boulders.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rock pile", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1803", + "range_level": "1", + "attack_level": "1" }, { - "id": "1804", - "name": "Slagilith" - }, - { - "id": "1805", - "name": "Guard", "examine": "He seems to be guarding a pile of rocks. Interesting job.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1806", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Guard", - "examine": "He seems to be guarding a single rock. Interesting job.", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1805", "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems to be guarding a single rock. Interesting job.", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "511,513,512", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1806", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "1807", - "name": "Hamal the Chieftain", "examine": "The Chieftain of the mountain camp.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hamal the Chieftain", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1807", + "range_level": "1", + "attack_level": "1" }, { - "id": "1808", - "name": "Ragnar" - }, - { - "id": "1809", - "name": "Svidi" - }, - { - "id": "1810", - "name": "Jokul" - }, - { - "id": "1811", - "name": "The Kendal" - }, - { - "id": "1812", - "name": "The Kendal", "examine": "Is that a bear... or a man?", - "aggressive": "true", - "attack_level": "23", - "death_animation": "1759", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "85", - "magic_animation": "0", + "melee_animation": "1760", + "range_animation": "0", "magic_level": "23", - "melee_animation": "1760", - "range_animation": "0", - "range_level": "23", "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "10" - }, - { - "id": "1813", - "name": "The Kendal", - "aggressive": "true", - "attack_level": "1", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", "death_animation": "1759", - "defence_animation": "1758", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "1760", - "range_level": "1", - "respawn_delay": "60", + "name": "The Kendal", + "defence_level": "23", "safespot": null, - "strength_level": "1" - }, - { - "id": "1814", - "name": "Camp dweller", - "examine": "One of the inhabitants of the camp.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "9" - }, - { - "id": "1815", - "name": "Camp dweller", - "examine": "One of the inhabitants of the camp.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "9" - }, - { - "id": "1816", - "name": "Camp dweller", - "examine": "One of the inhabitants of the camp.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "9" - }, - { - "id": "1817", - "name": "Camp dweller", - "examine": "One of the inhabitants of the camp.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "9" - }, - { - "id": "1818", - "name": "Camp dweller", - "examine": "One of the inhabitants of the camp.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "11", - "weakness": "9" - }, - { - "id": "1819", - "name": "Mountain Goat", - "examine": "Looks a little underfed.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1820", - "name": "Mountain Goat", - "examine": "This goat belongs to the mountain camp people.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1821", - "name": "Bald Headed Eagle" - }, - { - "id": "1822", - "name": "Cave goblin", - "examine": "A goblin with big bulging eyes.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "6001", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1823", - "name": "Cave goblin", - "examine": "A goblin with big bulging eyes.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "6001", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1824", - "name": "Cave goblin", - "examine": "A goblin with big bulging eyes.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "6001", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1825", - "name": "Cave goblin", - "examine": "A goblin with big bulging eyes.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "6001", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1826", - "name": "Zombie", - "examine": "A human zombie.", - "attack_level": "30", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "30", - "lifepoints": "50", - "melee_animation": "5568", - "range_level": "1", - "safespot": null, - "strength_level": "30" - }, - { - "id": "1827", - "name": "Gargoyle", - "examine": "Flies like a rock.", + "lifepoints": "85", + "strength_level": "23", + "id": "1812", "aggressive": "true", - "attack_level": "75", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "428,430,429", - "death_animation": "1518", - "defence_animation": "9455", - "defence_level": "107", - "lifepoints": "105", - "magic_animation": "1516", - "magic_level": "1", + "range_level": "23", + "attack_level": "23" + }, + { + "melee_animation": "1760", + "respawn_delay": "60", + "defence_animation": "1758", + "death_animation": "1759", + "name": "The Kendal", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1813", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the inhabitants of the camp.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Camp dweller", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "1814", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "One of the inhabitants of the camp.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Camp dweller", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "1815", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "One of the inhabitants of the camp.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Camp dweller", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "1816", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "One of the inhabitants of the camp.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Camp dweller", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "1817", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "One of the inhabitants of the camp.", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Camp dweller", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "1818", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Looks a little underfed.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1819", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This goat belongs to the mountain camp people.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1820", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big bulging eyes.", + "melee_animation": "6001", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1822", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big bulging eyes.", + "melee_animation": "6001", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1823", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big bulging eyes.", + "melee_animation": "6001", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1824", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big bulging eyes.", + "melee_animation": "6001", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1825", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A human zombie.", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "defence_animation": "5567", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "30", + "safespot": null, + "lifepoints": "50", + "strength_level": "30", + "id": "1826", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Flies like a rock.", "melee_animation": "9454", "range_animation": "1516", - "range_level": "1", - "safespot": null, + "combat_audio": "428,430,429", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", "slayer_exp": "105", - "strength_level": "95" + "magic_animation": "1516", + "death_animation": "1518", + "name": "Gargoyle", + "defence_level": "107", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "1827", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" }, { - "id": "1828", - "name": "Giant frog", "examine": "It didn't get that big eating flies!", - "attack_level": "45", - "attack_speed": "6", - "bonuses": "10,10,10,10,10,10,1,10,10,10,10,37,0,0,0", - "death_animation": "1795", - "defence_animation": "1794", - "defence_level": "60", - "lifepoints": "100", - "magic_animation": "1793", "melee_animation": "1793", "range_animation": "1793", - "range_level": "32", + "attack_speed": "6", + "defence_animation": "1794", + "weakness": "1", + "magic_animation": "1793", + "death_animation": "1795", + "name": "Giant frog", + "defence_level": "60", "safespot": null, + "lifepoints": "100", "strength_level": "45", - "weakness": "1" + "id": "1828", + "bonuses": "10,10,10,10,10,10,1,10,10,10,10,37,0,0,0", + "range_level": "32", + "attack_level": "45" }, { - "id": "1829", - "name": "Big frog", "examine": "It didn't get that big eating flies.", - "attack_level": "1", - "death_animation": "1795", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", "melee_animation": "1793", "range_animation": "0", - "range_level": "26", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "1795", + "name": "Big frog", + "defence_level": "26", "safespot": null, + "lifepoints": "37", "strength_level": "1", - "weakness": "1" + "id": "1829", + "range_level": "26", + "attack_level": "1" }, { - "id": "1830", - "name": "Frog" - }, - { - "id": "1831", - "name": "Cave slime", "examine": "A foul-smelling blob of protoplasm.", - "aggressive": "false", - "attack_level": "13", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "784,786,785", - "death_animation": "1792", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "13", "melee_animation": "1789", - "poison_amount": "15", - "poisonous": "true", "range_animation": "0", - "range_level": "1", + "combat_audio": "784,786,785", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "13", "respawn_delay": "15", - "safespot": null, + "defence_animation": "0", + "weakness": "1", "slayer_exp": "25", + "poison_amount": "15", + "magic_animation": "0", + "death_animation": "1792", + "name": "Cave slime", + "defence_level": "35", + "safespot": null, + "lifepoints": "25", "strength_level": "13", - "weakness": "1" + "id": "1831", + "aggressive": "false", + "clue_level": "0", + "range_level": "1", + "attack_level": "13" }, { - "id": "1832", - "name": "Cave bug", "examine": "A nasty crawling critter.", - "attack_level": "6", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,5,5,10,0,0,0,0,0", - "death_animation": "6082", - "defence_animation": "0", - "defence_level": "6", - "lifepoints": "5", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "6079", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "5", + "magic_animation": "0", + "death_animation": "6082", + "name": "Cave bug", + "defence_level": "6", + "safespot": null, + "lifepoints": "5", "strength_level": "5", - "weakness": "2" + "id": "1832", + "bonuses": "0,0,0,0,0,10,10,5,5,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "6" }, { - "id": "1833", - "name": "Cave bug larva", "examine": "A little", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave bug larva", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1833", + "range_level": "1", + "attack_level": "1" }, { - "id": "1834", - "name": "Candle seller", "examine": "Has an odd smell about him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Candle seller", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1834", + "range_level": "1", + "attack_level": "1" }, { - "id": "1835", - "name": "Easter Bunny" - }, - { - "id": "1836", - "name": "Dondakan the Dwarf" - }, - { - "id": "1838", - "name": "Dondakan the Dwarf" - }, - { - "id": "1839", - "name": "Dondakan the Dwarf" - }, - { - "id": "1840", - "name": "Dwarven Engineer", "examine": "A short angry guy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Engineer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1840", + "range_level": "1", + "attack_level": "1" }, { - "id": "1841", - "name": "Rolad" - }, - { - "id": "1842", - "name": "Khorvak, a dwarven engineer", "examine": "The little guy is having trouble standing up right.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Khorvak, a dwarven engineer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1842", + "range_level": "1", + "attack_level": "1" }, { + "examine": "It's probably you who will be paying the ferryman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Ferryman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1843", - "name": "Dwarven Ferryman", - "examine": "It's probably you who will be paying the ferryman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's probably you who will be paying the ferryman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Ferryman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1844", - "name": "Dwarven Ferryman", - "examine": "It's probably you who will be paying the ferryman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1845", - "name": "Dwarven Boatman" - }, - { - "id": "1846", - "name": "Dwarven Boatman", "examine": "He seems to be in charge of the ship on the river.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1847", - "name": "Miodvetnir" - }, - { - "id": "1848", - "name": "Dernu" - }, - { - "id": "1849", - "name": "Derni" - }, - { - "id": "1850", - "name": "Arzinian Avatar of Strength", - "examine": "It is the avatar of the Arzinian Being of Bordanzan", - "attack_level": "40", - "death_animation": "1841", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "114", "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Boatman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1846", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It is the avatar of the Arzinian Being of Bordanzan", "melee_animation": "1840", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "1851", - "name": "Arzinian Avatar of Strength", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", - "defence_animation": "1842", - "defence_level": "1", - "lifepoints": "110", - "melee_animation": "1840", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1852", - "name": "Arzinian Avatar of Strength", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", - "defence_animation": "1842", - "defence_level": "1", - "lifepoints": "70", - "melee_animation": "1840", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1853", - "name": "Arzinian Avatar of Ranging", - "examine": "It is the avatar of the Arzinian Being of Bordanzan", - "aggressive": "true", - "attack_level": "30", - "death_animation": "1841", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "114", + "weakness": "7", "magic_animation": "0", + "death_animation": "1841", + "name": "Arzinian Avatar of Strength", + "defence_level": "40", + "safespot": null, + "lifepoints": "114", + "strength_level": "40", + "id": "1850", + "range_level": "1", + "attack_level": "40" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Strength", + "defence_level": "1", + "safespot": null, + "lifepoints": "110", + "strength_level": "1", + "id": "1851", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Strength", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "1852", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It is the avatar of the Arzinian Being of Bordanzan", "melee_animation": "1843", "range_animation": "1843", - "range_level": "40", - "safespot": null, - "strength_level": "30", - "weakness": "0" - }, - { - "id": "1854", - "name": "Arzinian Avatar of Ranging", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", - "defence_animation": "1842", - "defence_level": "1", - "lifepoints": "110", - "melee_animation": "1840", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1855", - "name": "Arzinian Avatar of Ranging", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", - "defence_animation": "1842", - "defence_level": "1", - "lifepoints": "70", - "melee_animation": "1840", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1856", - "name": "Arzinian Avatar of Magic", - "examine": "It is the avatar of the Arzinian Being of Bordanzan", - "aggressive": "true", - "attack_level": "30", - "death_animation": "1841", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "114", + "weakness": "0", "magic_animation": "0", - "magic_level": "40", + "death_animation": "1841", + "name": "Arzinian Avatar of Ranging", + "defence_level": "40", + "safespot": null, + "lifepoints": "114", + "strength_level": "30", + "id": "1853", + "aggressive": "true", + "range_level": "40", + "attack_level": "30" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Ranging", + "defence_level": "1", + "safespot": null, + "lifepoints": "110", + "strength_level": "1", + "id": "1854", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Ranging", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "1855", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It is the avatar of the Arzinian Being of Bordanzan", "melee_animation": "1844", "range_animation": "0", - "range_level": "1", + "magic_level": "40", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1841", + "name": "Arzinian Avatar of Magic", + "defence_level": "40", "safespot": null, + "lifepoints": "114", "strength_level": "30", - "weakness": "3" + "id": "1856", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" }, { - "id": "1857", - "name": "Arzinian Avatar of Magic", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", + "melee_animation": "1840", + "respawn_delay": "60", "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Magic", "defence_level": "1", + "safespot": null, "lifepoints": "110", - "melee_animation": "1840", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1858", - "name": "Arzinian Avatar of Magic", + "strength_level": "1", + "id": "1857", "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", - "defence_animation": "1842", - "defence_level": "1", - "lifepoints": "70", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "1840", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Magic", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "70", + "strength_level": "1", + "id": "1858", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1859", - "name": "Arzinian Being of Bordanzan", "examine": "It's the Arzinian Being", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1860", - "name": "Brian" - }, - { - "id": "1861", - "name": "Ranged Tutor", - "examine": "Nemarti looks ready to teach you about ranged combat.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1862", - "name": "Ali Morrisane" - }, - { - "id": "1863", - "name": "Drunken Ali", - "examine": "Drunk man.", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", + "name": "Arzinian Being of Bordanzan", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1859", + "range_level": "1", + "attack_level": "1" }, { - "id": "1864", - "name": "Ali The barman", - "examine": "A hassled looking barman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1865", - "name": "Ali the Kebab seller", - "examine": "A kebab seller.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1866", - "name": "Brian", "examine": "He sells ranging equipment.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brian", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1866", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nemarti looks ready to teach you about ranged combat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ranged Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1861", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Drunk man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Drunken Ali", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1863", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hassled looking barman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali The barman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1864", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A kebab seller.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Kebab seller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1865", + "range_level": "1", + "attack_level": "1" }, { - "id": "1867", - "name": "Ali the Camel Man", "examine": "Ali the discount animal seller.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Camel Man", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1867", + "range_level": "1", + "attack_level": "1" }, { - "id": "1868", - "name": "Street urchin", "examine": "A mischievous looking child.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Street urchin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1868", + "range_level": "1", + "attack_level": "1" }, { - "id": "1869", - "name": "Ali the Mayor" - }, - { - "id": "1871", - "name": "Ali the Hag", "examine": "An old Hag named Alice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Hag", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1871", + "range_level": "1", + "attack_level": "1" }, { - "id": "1872", - "name": "Ali the Snake Charmer", "examine": "A snake charmer.", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "3609,3608,3610", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Snake Charmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1872", + "range_level": "1", + "attack_level": "1" }, { - "id": "1873", - "name": "Ali the Camel", "examine": "A foul tempered ugly lumpy yellow horse prone to spitting.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1873", + "range_level": "1", + "attack_level": "1" }, { - "id": "1874", - "name": "Desert snake", "examine": "A slithering serpent.", - "attack_level": "4", - "combat_audio": "3609,3608,3610", - "death_animation": "278", - "defence_animation": "0", - "defence_level": "6", - "lifepoints": "8", - "magic_animation": "0", "melee_animation": "275", "range_animation": "0", - "range_level": "6", + "combat_audio": "3609,3608,3610", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "278", + "name": "Desert snake", + "defence_level": "6", "safespot": null, + "lifepoints": "8", "strength_level": "4", - "weakness": "1" + "id": "1874", + "range_level": "6", + "attack_level": "4" }, { - "id": "1875", - "name": "Snake", "examine": "A toothless old Snake.", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1876", - "name": "Bandit Leader" - }, - { - "id": "1879", - "name": "Bandit" - }, - { - "id": "1881", - "name": "Bandit" - }, - { - "id": "1882", - "name": "Sir Palomedes" - }, - { - "id": "1883", - "name": "Sir Palomedes" - }, - { - "id": "1884", - "name": "Trobert", - "examine": "A well dressed thief." - }, - { - "id": "1885", - "name": "Bandit champion", - "examine": "A very tough-looking bandit.", - "aggressive": "true", - "attack_level": "39", - "death_animation": "836", + "combat_audio": "3609,3608,3610", "defence_animation": "0", - "defence_level": "39", - "lifepoints": "55", "magic_animation": "0", + "death_animation": "0", + "name": "Snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1875", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very tough-looking bandit.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "39", - "weakness": "9" - }, - { - "id": "1886", - "name": "Cowardly Bandit", - "examine": "Probably the weakest bandit in the world ....ever.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1887", - "name": "Villager" - }, - { - "id": "1889", - "name": "Villager" - }, - { - "id": "1890", - "name": "Villager" - }, - { - "id": "1891", - "name": "Villager" - }, - { - "id": "1893", - "name": "Villager" - }, - { - "id": "1894", - "name": "Villager" - }, - { - "id": "1895", - "name": "Villager" - }, - { - "id": "1897", - "name": "Villager" - }, - { - "id": "1898", - "name": "Villager" - }, - { - "id": "1899", - "name": "Menaphite Leader" - }, - { - "id": "1902", - "name": "Ali the Operator", - "examine": "Smooth operator.", - "attack_level": "6", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,5,5,10,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1903", - "name": "Menaphite Thug" - }, - { - "id": "1904", - "name": "Menaphite Thug", - "examine": "Menaphite thug.", - "aggressive": "false", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "60", - "magic_animation": "0", - "magic_level": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "0", - "respawn_delay": "5", - "safespot": null, - "strength_level": "50", - "weakness": "9" - }, - { - "id": "1905", - "name": "Menaphite Thug", - "examine": "Menaphite thug.", - "aggressive": "false", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0", "death_animation": "836", - "defence_animation": "425", - "defence_level": "20", - "lifepoints": "60", - "magic_animation": "0", - "magic_level": "0", - "melee_animation": "395", - "range_animation": "0", - "range_level": "0", - "respawn_delay": "5", - "safespot": null, - "strength_level": "50" - }, - { - "id": "1906", - "name": "Tough Guy", - "examine": "Tough looking Menaphite.", - "aggressive": "true", - "attack_level": "39", - "death_animation": "836", - "defence_animation": "0", + "name": "Bandit champion", "defence_level": "39", - "lifepoints": "114", - "magic_animation": "0", - "melee_animation": "395", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "55", "strength_level": "39", - "weakness": "9" + "id": "1885", + "aggressive": "true", + "range_level": "1", + "attack_level": "39" }, { - "id": "1907", - "name": "Broken clay golem" - }, - { - "id": "1909", - "name": "Damaged clay golem" - }, - { - "id": "1910", - "name": "Clay golem" - }, - { - "id": "1911", - "name": "Desert Phoenix", - "examine": "Definitely not a chicken.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "Probably the weakest bandit in the world ....ever.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cowardly Bandit", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1886", + "range_level": "1", + "attack_level": "1" }, { - "id": "1912", - "name": "Elissa" + "examine": "Smooth operator.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "4", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Operator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1902", + "bonuses": "0,0,0,0,0,10,10,5,5,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Menaphite thug.", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "0", + "respawn_delay": "5", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Menaphite Thug", + "defence_level": "20", + "safespot": null, + "lifepoints": "60", + "strength_level": "50", + "id": "1904", + "aggressive": "false", + "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0", + "range_level": "0", + "attack_level": "60" + }, + { + "examine": "Menaphite thug.", + "melee_animation": "395", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "0", + "respawn_delay": "5", + "defence_animation": "425", + "magic_animation": "0", + "death_animation": "836", + "name": "Menaphite Thug", + "defence_level": "20", + "safespot": null, + "lifepoints": "60", + "strength_level": "50", + "id": "1905", + "aggressive": "false", + "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0", + "range_level": "0", + "attack_level": "60" + }, + { + "examine": "Tough looking Menaphite.", + "melee_animation": "395", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Tough Guy", + "defence_level": "39", + "safespot": null, + "lifepoints": "114", + "strength_level": "39", + "id": "1906", + "aggressive": "true", + "range_level": "1", + "attack_level": "39" + }, + { + "examine": "Definitely not a chicken.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Desert Phoenix", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1911", + "range_level": "1", + "attack_level": "1" }, { - "id": "1913", - "name": "Kamil", "examine": "Ice warrior.", - "attack_level": "190", - "attack_speed": "5", - "bonuses": "0,60,0,0,0,35,60,35,0,0,0,100,0,0,0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "135", - "lifepoints": "130", - "magic_animation": "412", "melee_animation": "440", "range_animation": "440", - "range_level": "1", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "412", + "death_animation": "9055", + "name": "Kamil", + "defence_level": "135", "safespot": null, - "strength_level": "80" + "lifepoints": "130", + "strength_level": "80", + "id": "1913", + "bonuses": "0,60,0,0,0,35,60,35,0,0,0,100,0,0,0", + "range_level": "1", + "attack_level": "190" }, { + "examine": "A vampyre warrior of Zamorak.", + "melee_animation": "1264", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Dessous", + "defence_level": "99", + "safespot": null, + "lifepoints": "200", + "strength_level": "99", "id": "1914", - "name": "Dessous", - "examine": "A vampyre warrior of Zamorak.", "aggressive": "true", - "attack_level": "99", "bonuses": "0,0,50,0,0,10,150,150,0,0,0,50,0,0,0", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "99", - "lifepoints": "200", - "melee_animation": "1264", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "99" + "attack_level": "99" }, { + "examine": "A vampyre warrior of Zamorak.", + "melee_animation": "1264", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Dessous", + "defence_level": "99", + "safespot": null, + "lifepoints": "200", + "strength_level": "99", "id": "1915", - "name": "Dessous", - "examine": "A vampyre warrior of Zamorak.", "aggressive": "true", - "attack_level": "99", "bonuses": "0,0,50,0,0,10,150,150,0,0,0,50,0,0,0", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "99", - "lifepoints": "200", - "melee_animation": "1264", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "99" + "attack_level": "99" }, { - "id": "1916", - "name": "Ruantun", "examine": "Luckily, I can't see much of his face.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ruantun", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1916", + "range_level": "1", + "attack_level": "1" }, { - "id": "1917", - "name": "Bandit shopkeeper", "examine": "I guess he sells what he steals...?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bandit shopkeeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1917", + "range_level": "1", + "attack_level": "1" }, { - "id": "1918", - "name": "Archaeologist", "examine": "Hardened by the cutthroat world of archaeology.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Archaeologist", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1918", + "range_level": "1", + "attack_level": "1" }, { - "id": "1919", - "name": "Stranger", "examine": "Very mysterious looking...", - "aggressive": "true", - "attack_level": "58", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "58", - "lifepoints": "82", - "magic_animation": "0", "melee_animation": "377", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Stranger", + "defence_level": "58", "safespot": null, + "lifepoints": "82", "strength_level": "58", - "weakness": "7" + "id": "1919", + "aggressive": "true", + "range_level": "1", + "attack_level": "58" }, { - "id": "1920", - "name": "Malak", "examine": "One of Morytania's vampyric nobility.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Malak", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1920", + "range_level": "1", + "attack_level": "1" }, { - "id": "1921", - "name": "Bartender", "examine": "Looks like a rough-and-ready type.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1921", + "range_level": "1", + "attack_level": "1" }, { - "id": "1922", - "name": "Eblis" - }, - { - "id": "1924", - "name": "Eblis" - }, - { - "id": "1926", - "name": "Bandit", "examine": "A tough-looking criminal.", - "attack_level": "30", - "attack_speed": "5", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "30", - "lifepoints": "65", - "magic_animation": "412", "melee_animation": "412", "range_animation": "412", - "range_level": "1", - "safespot": null, - "strength_level": "70" - }, - { - "id": "1927", - "name": "Bandit" - }, - { - "id": "1928", - "name": "Bandit" - }, - { - "id": "1929", - "name": "Bandit" - }, - { - "id": "1930", - "name": "Bandit" - }, - { - "id": "1931", - "name": "Bandit", - "examine": "This is an NPC.", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", - "death_animation": "9055", "defence_animation": "404", - "defence_level": "1", + "magic_animation": "412", + "death_animation": "9055", + "name": "Bandit", + "defence_level": "30", + "safespot": null, "lifepoints": "65", - "magic_animation": "0", + "strength_level": "70", + "id": "1926", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "This is an NPC.", "melee_animation": "412", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "100", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Bandit", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "65", + "strength_level": "1", + "id": "1931", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1932", - "name": "Troll child" - }, - { - "id": "1934", - "name": "Troll child" - }, - { - "id": "1935", - "name": "Ice troll", "examine": "An ice troll.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice troll", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1935", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1936", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", "aggressive": "true", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1937", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1938", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", "aggressive": "true", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1939", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1940", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", "aggressive": "true", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1941", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", "aggressive": "true", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1942", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "A troll frozen in a block of ice.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice block", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1943", - "name": "Ice block", - "examine": "A troll frozen in a block of ice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { + "examine": "A troll frozen in a block of ice.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice block", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1944", - "name": "Ice block", - "examine": "A troll frozen in a block of ice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { + "examine": "A troll frozen in a block of ice.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice block", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1945", - "name": "Ice block", - "examine": "A troll frozen in a block of ice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { + "examine": "A troll frozen in a block of ice.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice block", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1946", - "name": "Ice block", - "examine": "A troll frozen in a block of ice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "1", + "attack_level": "1" + }, + { + "examine": "An ice troll.", + "name": "Troll father", + "id": "1947" + }, + { + "examine": "An ice troll.", + "name": "Troll father", + "id": "1948" + }, + { + "examine": "An ice troll.", + "name": "Troll mother", + "id": "1949" + }, + { + "examine": "An ice troll.", + "name": "Troll mother", + "id": "1950" + }, + { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "1947", - "name": "Troll father", - "examine": "An ice troll." - }, - { - "id": "1948", - "name": "Troll father", - "examine": "An ice troll." - }, - { - "id": "1949", - "name": "Troll mother", - "examine": "An ice troll." - }, - { - "id": "1950", - "name": "Troll mother", - "examine": "An ice troll." - }, - { + "lifepoints": "72", + "strength_level": "60", "id": "1951", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "72", + "strength_level": "60", "id": "1952", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "72", + "strength_level": "60", "id": "1953", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "72", + "strength_level": "60", "id": "1954", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "72", + "strength_level": "60", "id": "1955", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "72", + "strength_level": "60", "id": "1956", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { - "id": "1957", - "name": "Mummy" - }, - { - "id": "1958", - "name": "Mummy", "examine": "Highly flammable!", - "attack_level": "55", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "5549", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "55", "safespot": null, + "lifepoints": "78", "strength_level": "55", - "weakness": "9" - }, - { - "id": "1959", - "name": "Mummy" - }, - { - "id": "1960", - "name": "Mummy ashes" + "id": "1958", + "range_level": "1", + "attack_level": "55" }, { + "examine": "A tightly-wrapped monster.", + "melee_animation": "5549", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "90", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", "id": "1961", - "name": "Mummy", - "examine": "A tightly-wrapped monster.", "aggressive": "true", - "attack_level": "90", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "90", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "5549", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "90", - "weakness": "9" + "attack_level": "90" }, { - "id": "1962", - "name": "Mummy", "examine": "Spooky, bandaged dead dude.", - "aggressive": "true", - "attack_level": "90", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "90", - "lifepoints": "90", - "magic_animation": "0", "melee_animation": "5549", - "poison_immune": "true", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "90", + "poison_immune": "true", "safespot": null, + "lifepoints": "90", "strength_level": "90", - "weakness": "9" + "id": "1962", + "aggressive": "true", + "range_level": "1", + "attack_level": "90" }, { + "examine": "A victim of poor first aid.", + "melee_animation": "5549", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "90", + "poison_immune": "true", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", "id": "1963", - "name": "Mummy", - "examine": "A victim of poor first aid.", "aggressive": "true", - "attack_level": "90", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "90", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "5549", - "poison_immune": "true", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "90", - "weakness": "9" + "attack_level": "90" }, { - "id": "1964", - "name": "Mummy", "examine": "But who's the daddy?", - "aggressive": "true", - "attack_level": "90", - "death_animation": "5555", + "melee_animation": "5549", + "range_animation": "0", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", "defence_level": "90", + "safespot": null, "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "5549", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "90", - "weakness": "9" + "id": "1964", + "aggressive": "true", + "range_level": "1", + "attack_level": "90" }, { - "id": "1965", - "name": "Mummy", "examine": "A tightly-wrapped monster.", - "attack_level": "55", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "5549", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "55", - "weakness": "9" - }, - { - "id": "1966", - "name": "Mummy" - }, - { - "id": "1967", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", "name": "Mummy", - "examine": "A victim of poor first aid.", - "attack_level": "55", - "death_animation": "5555", - "defence_animation": "0", "defence_level": "55", + "safespot": null, "lifepoints": "78", - "magic_animation": "0", + "strength_level": "55", + "id": "1965", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "A victim of poor first aid.", "melee_animation": "5549", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "55", - "weakness": "9" - }, - { - "id": "1968", - "name": "Mummy" - }, - { - "id": "1969", - "name": "Scarabs", - "examine": "I think they're some kind of beetle...", - "attack_level": "255", - "attack_speed": "3", - "death_animation": "5464", - "defence_animation": "1946", - "defence_level": "10", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "1948", - "poison_amount": "15", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "2", - "weakness": "7" - }, - { - "id": "1970", - "name": "Azzanadra" - }, - { - "id": "1972", - "name": "Rasolo", - "examine": "A wandering merchant.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1973", - "name": "Giant skeleton", - "examine": "A giant skeleton.", - "attack_level": "60", - "death_animation": "5503", "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", + "weakness": "9", "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1967", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "I think they're some kind of beetle...", + "melee_animation": "1948", + "range_animation": "0", + "attack_speed": "3", + "poisonous": "true", + "defence_animation": "1946", + "weakness": "7", + "poison_amount": "15", + "magic_animation": "0", + "death_animation": "5464", + "name": "Scarabs", + "defence_level": "10", + "safespot": null, + "lifepoints": "25", + "strength_level": "2", + "id": "1969", + "range_level": "1", + "attack_level": "255" + }, + { + "examine": "A wandering merchant.", + "name": "Rasolo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1972", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A giant skeleton.", "melee_animation": "5499", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5503", + "name": "Giant skeleton", + "defence_level": "60", "safespot": null, + "lifepoints": "85", "strength_level": "60", - "weakness": "8" + "id": "1973", + "range_level": "1", + "attack_level": "60" }, { - "id": "1974", - "name": "Damis", "examine": "The warrior of darkness.", - "attack_level": "90", - "bonuses": "0,0,0,0,0,60,60,60,60,60,0,80,0,0,0", - "death_animation": "836", + "melee_animation": "440", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Damis", "defence_level": "90", + "safespot": null, "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "440", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "90", - "weakness": "0" + "id": "1974", + "bonuses": "0,0,0,0,0,60,60,60,60,60,0,80,0,0,0", + "range_level": "1", + "attack_level": "90" }, { - "id": "1975", - "name": "Damis", "examine": "The warrior of darkness.", - "attack_level": "160", - "attack_speed": "3", - "bonuses": "0,0,0,0,0,100,100,100,80,120,0,100,0,0,0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "160", - "lifepoints": "200", - "magic_animation": "0", "melee_animation": "440", "range_animation": "0", - "range_level": "1", + "attack_speed": "3", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Damis", + "defence_level": "160", "safespot": null, + "lifepoints": "200", "strength_level": "100", - "weakness": "0" + "id": "1975", + "bonuses": "0,0,0,0,0,100,100,100,80,120,0,100,0,0,0", + "range_level": "1", + "attack_level": "160" }, { - "id": "1976", - "name": "Shadow Hound", "examine": "Looks hungry!", - "attack_level": "48", - "death_animation": "6564", - "defence_animation": "0", - "defence_level": "48", - "lifepoints": "68", - "magic_animation": "0", "melee_animation": "6565", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6564", + "name": "Shadow Hound", + "defence_level": "48", "safespot": null, + "lifepoints": "68", "strength_level": "48", - "weakness": "7" + "id": "1976", + "range_level": "1", + "attack_level": "48" }, { - "id": "1977", - "name": "Fareed", "examine": "Zamorak's warrior of fire.", - "aggressive": "true", - "attack_level": "190", - "bonuses": "0,0,0,0,0,100,100,100,0,0,0,120,0,0,0", - "death_animation": "836", - "defence_animation": "434", - "defence_level": "135", - "lifepoints": "130", - "magic_level": "100", "melee_animation": "799", - "range_level": "100", + "magic_level": "100", "respawn_delay": "60", - "safespot": null, - "strength_level": "120" - }, - { - "id": "1978", - "name": "Slave", - "examine": "A malnourished worker.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1979", - "name": "Slave", - "examine": "A malnourished worker.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1980", - "name": "Embalmer", - "examine": "A strange-smelling merchant.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1981", - "name": "Carpenter", - "examine": "A block of a man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1982", - "name": "Raetul" - }, - { - "id": "1983", - "name": "Siamun" - }, - { - "id": "1984", - "name": "High Priest" - }, - { - "id": "1987", - "name": "Priest" - }, - { - "id": "1988", - "name": "Priest", - "examine": "Preach my brother!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1989", - "name": "Priest" - }, - { - "id": "1990", - "name": "Sphinx" - }, - { - "id": "1991", - "name": "Possessed Priest", - "examine": "He has a dangerous glint in his eye.", - "aggressive": "true", - "attack_level": "30", - "combat_style": "2", + "defence_animation": "434", "death_animation": "836", + "name": "Fareed", + "defence_level": "135", + "safespot": null, + "lifepoints": "130", + "strength_level": "120", + "id": "1977", + "aggressive": "true", + "bonuses": "0,0,0,0,0,100,100,100,0,0,0,120,0,0,0", + "range_level": "100", + "attack_level": "190" + }, + { + "examine": "A malnourished worker.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1978", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A malnourished worker.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1979", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A strange-smelling merchant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Embalmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1980", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A block of a man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Carpenter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1981", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Preach my brother!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Priest", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1988", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He has a dangerous glint in his eye.", + "combat_style": "2", "melee_animation": "429", "range_animation": "0", - "range_level": "40", "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "1" - }, - { - "id": "1992", - "name": "Neite" - }, - { - "id": "1993", - "name": "Crocodile", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "386,388,387", - "death_animation": "7591", - "defence_animation": "7590", - "defence_level": "1", - "lifepoints": "63", - "melee_animation": "7588", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "62", - "strength_level": "1" - }, - { - "id": "1994", - "name": "Jackal", - "examine": "He has had his day.", - "aggressive": "true", - "attack_level": "17", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "544,546,545", - "death_animation": "6567", "defence_animation": "0", - "defence_level": "15", - "lifepoints": "27", + "weakness": "1", "magic_animation": "0", - "magic_level": "1", + "death_animation": "836", + "name": "Possessed Priest", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "30", + "id": "1991", + "aggressive": "true", + "range_level": "40", + "attack_level": "30" + }, + { + "melee_animation": "7588", + "combat_audio": "386,388,387", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "7590", + "slayer_exp": "62", + "death_animation": "7591", + "name": "Crocodile", + "defence_level": "1", + "safespot": null, + "lifepoints": "63", + "strength_level": "1", + "id": "1993", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He has had his day.", "melee_animation": "6568", "range_animation": "0", - "range_level": "1", + "combat_audio": "544,546,545", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "50", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6567", + "name": "Jackal", + "defence_level": "15", "safespot": null, + "lifepoints": "27", "strength_level": "18", - "weakness": "6" + "id": "1994", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "17" }, { - "id": "1995", - "name": "Locust", "examine": "Obnoxious", - "aggressive": "true", - "attack_level": "12", - "attack_speed": "5", - "death_animation": "2013", - "defence_animation": "0", - "defence_level": "12", - "lifepoints": "34", - "magic_animation": "0", "melee_animation": "2015", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "12", - "weakness": "6" - }, - { - "id": "1996", - "name": "Vulture" - }, - { - "id": "1997", - "name": "Plague frog", - "examine": "A very smelly frog.", - "aggressive": "true", - "attack_level": "15", - "death_animation": "1022", "defence_animation": "0", - "defence_level": "15", - "lifepoints": "42", + "weakness": "6", "magic_animation": "0", + "death_animation": "2013", + "name": "Locust", + "defence_level": "12", + "safespot": null, + "lifepoints": "34", + "strength_level": "12", + "id": "1995", + "aggressive": "true", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "A very smelly frog.", "melee_animation": "1021", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1022", + "name": "Plague frog", + "defence_level": "15", "safespot": null, + "lifepoints": "42", "strength_level": "15", - "weakness": "6" + "id": "1997", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" }, { - "id": "1998", - "name": "Plague cow", "examine": "I might give the burgers a miss in this town.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "6" - }, - { - "id": "1999", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "0", "name": "Plague cow", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1998", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "I don't fancy eating any part of this.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "0", + "name": "Plague cow", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "6" + "id": "1999", + "range_level": "1", + "attack_level": "1" }, { - "id": "2000", - "name": "Plague cow" - }, - { - "id": "2001", - "name": "Scarab swarm", "examine": "I think they're some kind of beetle.", - "aggressive": "true", - "attack_level": "9", - "attack_speed": "2", - "death_animation": "1946", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "900", - "magic_animation": "0", "melee_animation": "1948", - "poison_amount": "15", + "range_animation": "0", + "attack_speed": "2", "poisonous": "true", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "poison_amount": "15", + "magic_animation": "0", + "death_animation": "1946", + "name": "Scarab swarm", + "defence_level": "9", "safespot": null, + "lifepoints": "900", "strength_level": "9", - "weakness": "6" - }, - { - "id": "2002", - "name": "Wanderer" - }, - { - "id": "2006", - "name": "Wanderer" - }, - { - "id": "2007", - "name": "Het" - }, - { - "id": "2008", - "name": "Apmeken" - }, - { - "id": "2009", - "name": "Scabaras" - }, - { - "id": "2010", - "name": "Crondis" - }, - { - "id": "2011", - "name": "Icthlarin" - }, - { - "id": "2013", - "name": "Klenter" + "id": "2001", + "aggressive": "true", + "range_level": "1", + "attack_level": "9" }, { + "examine": "This mummy looks like it means business!", + "melee_animation": "5554", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", "id": "2015", - "name": "Mummy", - "examine": "This mummy looks like it means business!", "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "melee_animation": "5554", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "9" + "attack_level": "50" }, { - "id": "2016", - "name": "Mummy", "examine": "An irate warrior-mummy.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", "melee_animation": "5554", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "50", "safespot": null, + "lifepoints": "71", "strength_level": "50", - "weakness": "9" + "id": "2016", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" }, { - "id": "2017", - "name": "Mummy", "examine": "This mummy looks like it means business!", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", "melee_animation": "5554", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "50", "safespot": null, + "lifepoints": "71", "strength_level": "50", - "weakness": "9" + "id": "2017", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" }, { - "id": "2018", - "name": "Mummy", "examine": "An irate mummy.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", "melee_animation": "5554", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "9" - }, - { - "id": "2019", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", "name": "Mummy", - "examine": "A wizened old warrior.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "5555", - "defence_animation": "0", "defence_level": "50", + "safespot": null, "lifepoints": "71", - "magic_animation": "0", + "strength_level": "50", + "id": "2018", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A wizened old warrior.", "melee_animation": "5554", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "9" - }, - { - "id": "2020", - "name": "Light creature" - }, - { - "id": "2021", - "name": "Light creature", - "examine": "A shimmering creature of blue light.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2022", - "name": "Light creature" - }, - { - "id": "2023", - "name": "Juna" - }, - { - "id": "2024", - "name": "Strange Old Man", - "examine": "Wonder how long he's been here...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2025", - "name": "Ahrim the Blighted", - "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", - "bonuses": "68,68,68,73,-19,103,85,117,73,0,0,68,0,49,0", - "combat_style": "2", - "death_animation": "7197", - "defence_animation": "420", - "defence_level": "100", - "end_gfx": "157", - "lifepoints": "100", - "magic_animation": "1162", - "magic_level": "100", - "melee_animation": "1162", - "projectile": "156", - "range_animation": "1162", - "range_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "50", "safespot": null, - "start_gfx": "155", - "start_height": "96", - "strength_level": "1", - "weakness": "3" + "lifepoints": "71", + "strength_level": "50", + "id": "2019", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A shimmering creature of blue light.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Light creature", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2021", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Wonder how long he's been here...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Strange Old Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2024", + "range_level": "1", + "attack_level": "1" }, { - "id": "2026", - "name": "Dharok the Wretched", "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "7", - "bonuses": "105,105,105,-58,-18,252,250,244,-11,249,0,105,0,0,0", + "start_gfx": "155", + "combat_style": "2", + "start_height": "96", + "melee_animation": "1162", + "range_animation": "1162", + "attack_speed": "5", + "magic_level": "100", + "end_gfx": "157", + "defence_animation": "420", + "weakness": "3", + "magic_animation": "1162", "death_animation": "7197", - "defence_animation": "2063", + "name": "Ahrim the Blighted", "defence_level": "100", + "safespot": null, "lifepoints": "100", - "magic_animation": "2066", - "magic_level": "1", + "strength_level": "1", + "id": "2025", + "aggressive": "true", + "bonuses": "68,68,68,73,-19,103,85,117,73,0,0,68,0,49,0", + "range_level": "1", + "projectile": "156", + "attack_level": "1" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", "melee_animation": "2066", "range_animation": "2066", - "range_level": "1", + "attack_speed": "7", + "magic_level": "1", "respawn_delay": "0", + "defence_animation": "2063", + "weakness": "9", + "magic_animation": "2066", + "death_animation": "7197", + "name": "Dharok the Wretched", + "defence_level": "100", "safespot": null, + "lifepoints": "100", "strength_level": "100", - "weakness": "9" + "id": "2026", + "aggressive": "true", + "bonuses": "105,105,105,-58,-18,252,250,244,-11,249,0,105,0,0,0", + "range_level": "1", + "attack_level": "100" }, { - "id": "2027", - "name": "Guthan the Infested", "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "5", - "bonuses": "75,75,75,-50,-19,259,247,241,-11,-250,0,75,0,0,0", - "death_animation": "7197", - "defence_animation": "2079", - "defence_level": "100", - "lifepoints": "100", - "magic_animation": "2080", - "magic_level": "1", "melee_animation": "2080", "range_animation": "2080", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "100", - "weakness": "6" - }, - { - "id": "2028", - "name": "Karil the Tainted", - "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,-26,134,79,71,90,106,100,0,0,0,0,61", - "combat_style": "1", - "death_animation": "7197", - "defence_animation": "424", - "defence_level": "100", - "lifepoints": "100", - "magic_animation": "2075", - "magic_level": "1", - "melee_animation": "2075", - "projectile": "27", - "range_animation": "2075", - "range_level": "100", - "respawn_delay": "16", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "2029", - "name": "Torag the Corrupted", - "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "100", "attack_speed": "5", - "bonuses": "72,72,72,-33,-11,221,235,222,0,221,0,72,0,0,0", - "death_animation": "7197", - "defence_animation": "404", - "defence_level": "100", - "lifepoints": "100", - "magic_animation": "2068", "magic_level": "1", + "respawn_delay": "0", + "defence_animation": "2079", + "weakness": "6", + "magic_animation": "2080", + "death_animation": "7197", + "name": "Guthan the Infested", + "defence_level": "100", + "safespot": null, + "lifepoints": "100", + "strength_level": "100", + "id": "2027", + "aggressive": "true", + "bonuses": "75,75,75,-50,-19,259,247,241,-11,-250,0,75,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "combat_style": "1", + "melee_animation": "2075", + "range_animation": "2075", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "16", + "defence_animation": "424", + "weakness": "0", + "magic_animation": "2075", + "death_animation": "7197", + "name": "Karil the Tainted", + "defence_level": "100", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "2028", + "aggressive": "true", + "bonuses": "0,0,0,-26,134,79,71,90,106,100,0,0,0,0,61", + "range_level": "100", + "projectile": "27", + "attack_level": "1" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", "melee_animation": "2068", "range_animation": "2068", - "range_level": "1", + "attack_speed": "5", + "magic_level": "1", "respawn_delay": "0", + "defence_animation": "404", + "weakness": "7", + "magic_animation": "2068", + "death_animation": "7197", + "name": "Torag the Corrupted", + "defence_level": "100", "safespot": null, + "lifepoints": "100", "strength_level": "100", - "weakness": "7" + "id": "2029", + "aggressive": "true", + "bonuses": "72,72,72,-33,-11,221,235,222,0,221,0,72,0,0,0", + "range_level": "1", + "attack_level": "100" }, { - "id": "2030", - "name": "Verac the Defiled", "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "5", - "bonuses": "72,72,72,-42,-14,227,230,221,0,225,72,78,0,0,0", - "combat_audio": "", - "death_animation": "7197", - "defence_animation": "2063", - "defence_level": "100", - "lifepoints": "100", - "magic_animation": "2062", - "magic_level": "1", "melee_animation": "2062", "range_animation": "2062", - "range_level": "1", + "combat_audio": "", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "2063", + "weakness": "8", + "magic_animation": "2062", + "death_animation": "7197", + "name": "Verac the Defiled", + "defence_level": "100", "safespot": null, + "lifepoints": "100", "strength_level": "100", - "weakness": "8" + "id": "2030", + "aggressive": "true", + "bonuses": "72,72,72,-42,-14,227,230,221,0,225,72,78,0,0,0", + "range_level": "1", + "attack_level": "100" }, { - "id": "2031", - "name": "Bloodworm", "examine": "I think I should keep my distance...", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "2073", - "defence_animation": "2072", - "defence_level": "35", - "lifepoints": "45", - "magic_animation": "2070", - "magic_level": "1", "melee_animation": "2070", "range_animation": "2070", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "26", + "defence_animation": "2072", + "weakness": "6", + "magic_animation": "2070", + "death_animation": "2073", + "name": "Bloodworm", + "defence_level": "35", "safespot": null, + "lifepoints": "45", "strength_level": "20", - "weakness": "6" + "id": "2031", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" }, { - "id": "2032", - "name": "Crypt rat", "examine": "A nasty little rodent.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "243", - "defence_animation": "241", - "defence_level": "20", - "lifepoints": "35", - "magic_animation": "240", - "magic_level": "1", "melee_animation": "240", "range_animation": "240", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "20", + "defence_animation": "241", + "weakness": "9", + "magic_animation": "240", + "death_animation": "243", + "name": "Crypt rat", + "defence_level": "20", "safespot": null, + "lifepoints": "35", "strength_level": "20", - "weakness": "9" + "id": "2032", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" }, { - "id": "2033", - "name": "Giant crypt rat", "examine": "A nasty overgrown rodent.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "65", - "lifepoints": "70", - "magic_animation": "4933", - "magic_level": "1", "melee_animation": "4933", "range_animation": "4933", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", + "defence_animation": "4934", + "weakness": "9", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Giant crypt rat", + "defence_level": "65", "safespot": null, + "lifepoints": "70", "strength_level": "50", - "weakness": "9" + "id": "2033", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" }, { - "id": "2034", - "name": "Crypt spider", "examine": "Incey wincey.", - "aggressive": "true", - "attack_level": "45", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,10,17,20,0,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "6251", - "defence_animation": "6250", - "defence_level": "45", - "lifepoints": "45", - "magic_animation": "6249", - "magic_level": "1", "melee_animation": "6249", "range_animation": "6249", - "range_level": "1", + "combat_audio": "537,539,538", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", + "defence_animation": "6250", + "weakness": "7", + "magic_animation": "6249", + "death_animation": "6251", + "name": "Crypt spider", + "defence_level": "45", "safespot": null, + "lifepoints": "45", "strength_level": "47", - "weakness": "7" + "id": "2034", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,10,17,20,0,0,0,0,0", + "range_level": "1", + "attack_level": "45" }, { - "id": "2035", - "name": "Giant crypt spider", "examine": "Not very incey wincey.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "65", - "lifepoints": "80", - "magic_animation": "5327", - "magic_level": "1", "melee_animation": "5327", "range_animation": "5327", - "range_level": "1", + "combat_audio": "537,539,538", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, - "strength_level": "67", - "weakness": "7" - }, - { - "id": "2036", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "72", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "72", - "lifepoints": "51", - "magic_animation": "5487", - "magic_level": "1", - "melee_animation": "5487", - "range_animation": "5487", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "72", - "weakness": "8" - }, - { - "id": "2037", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "72", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "72", - "lifepoints": "51", - "magic_animation": "5487", - "magic_level": "1", - "melee_animation": "5487", - "range_animation": "5487", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "72", - "weakness": "8" - }, - { - "id": "2038", - "name": "Grish" - }, - { - "id": "2039", - "name": "Uglug Nar" - }, - { - "id": "2040", - "name": "Pilg" - }, - { - "id": "2041", - "name": "Grug" - }, - { - "id": "2042", - "name": "Ogre guard" - }, - { - "id": "2043", - "name": "Ogre guard" - }, - { - "id": "2044", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2045", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2046", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2047", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2048", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2049", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2050", - "name": "Skogre", - "examine": "It's falling apart!", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2051", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2052", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2053", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2054", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2055", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2056", - "name": "Skogre", - "examine": "It's falling apart!", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2057", - "name": "Skogre", - "examine": "It's falling apart!", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2058", - "name": "Hole in the wall", - "examine": "What could be hiding in that crack in the wall?", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1", - "weakness": "7" - }, - { - "id": "2059", - "name": "Zavistic Rarve", - "examine": "The Grand Secretary of the Wizards' Guild in Yanille." - }, - { - "id": "2060", - "name": "Slash Bash", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "6", - "combat_audio": "", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "60", - "lifepoints": "100", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "100", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "slayer_task": "64", - "strength_level": "120", - "weakness": "7" - }, - { - "id": "2061", - "name": "Sithik Ints" - }, - { - "id": "2062", - "name": "Sithik Ints" - }, - { - "id": "2063", - "name": "Gargh" - }, - { - "id": "2064", - "name": "Scarg" - }, - { - "id": "2065", - "name": "Gruh" - }, - { - "id": "2066", - "name": "Irwin Feaselbaum" - }, - { - "id": "2067", - "name": "Fishing spot", - "examine": "I can see fish swimming in the water.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2068", - "name": "Fishing spot" - }, - { - "id": "2069", - "name": "Cave goblin miner", - "examine": "This one is slacking off.", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "6" - }, - { - "id": "2070", - "name": "Cave goblin miner", - "examine": "This one is slacking off.", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "6" - }, - { - "id": "2071", - "name": "Cave goblin miner", - "examine": "This one is slacking off.", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "6" - }, - { - "id": "2072", - "name": "Cave goblin miner", - "examine": "This one is slacking off.", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "6" - }, - { - "id": "2073", - "name": "Cave goblin guard", - "examine": "He protects the miners.", - "attack_level": "15", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "15", - "lifepoints": "21", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "15", - "weakness": "6" - }, - { - "id": "2074", - "name": "Cave goblin guard", - "examine": "He protects the miners.", - "attack_level": "15", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "15", - "lifepoints": "21", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "15", - "weakness": "6" - }, - { - "id": "2075", - "name": "Cave goblin miner", - "examine": "He's working hard!", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "melee_animation": "6007", - "range_level": "1", - "safespot": null, - "strength_level": "5" - }, - { - "id": "2076", - "name": "Cave goblin miner", - "examine": "He's working hard!", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "melee_animation": "6007", - "range_level": "1", - "safespot": null, - "strength_level": "5" - }, - { - "id": "2077", - "name": "Cave goblin miner", - "examine": "He's working hard!", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "melee_animation": "6007", - "range_level": "1", - "safespot": null, - "strength_level": "5" - }, - { - "id": "2078", - "name": "Cave goblin miner", - "examine": "He's working hard!", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "melee_animation": "6007", - "range_level": "1", - "safespot": null, - "strength_level": "5" - }, - { - "id": "2079", - "name": "Sigmund" - }, - { - "id": "2082", - "name": "Sigmund", - "examine": "Advisor to the Duke of Lumbridge.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2083", - "name": "Sigmund" - }, - { - "id": "2084", - "name": "Mistag" - }, - { - "id": "2085", - "name": "Kazgar" - }, - { - "id": "2087", - "name": "Ur-tag" - }, - { - "id": "2088", - "name": "Duke Horacio" - }, - { - "id": "2089", - "name": "Mistag" - }, - { - "id": "2090", - "name": "Sigmund" - }, - { - "id": "2091", - "name": "Secretary", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "5329", "defence_animation": "5328", + "weakness": "7", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Giant crypt spider", + "defence_level": "65", + "safespot": null, + "lifepoints": "80", + "strength_level": "67", + "id": "2035", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A partially decomposing zombie ogre.", + "combat_audio": "", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2044", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2045", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2046", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2047", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2048", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2049", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "It's falling apart!", + "combat_audio": "", + "range_animation": "359", + "melee_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "weakness": "7", + "slayer_exp": "", + "magic_animation": "359", + "death_animation": "361", + "name": "Skogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2050", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2051", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2052", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2053", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2054", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2055", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "It's falling apart!", + "combat_audio": "", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Skogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2056", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "It's falling apart!", + "combat_audio": "", + "range_animation": "359", + "melee_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Skogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2057", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "What could be hiding in that crack in the wall?", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "30", + "magic_animation": "0", + "death_animation": "0", + "name": "Hole in the wall", "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "2058", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A partially decomposing zombie ogre.", + "slayer_task": "64", + "combat_audio": "", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Slash Bash", + "defence_level": "60", + "safespot": null, + "lifepoints": "100", + "strength_level": "120", + "id": "2060", + "aggressive": "true", + "range_level": "100", + "attack_level": "100" + }, + { + "examine": "I can see fish swimming in the water.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishing spot", + "defence_level": "1", + "safespot": null, "lifepoints": "10", + "strength_level": "1", + "id": "2067", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one is slacking off.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "2069", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "This one is slacking off.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "2070", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "This one is slacking off.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "2071", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "This one is slacking off.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "2072", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "He protects the miners.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin guard", + "defence_level": "15", + "safespot": null, + "lifepoints": "21", + "strength_level": "15", + "id": "2073", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "He protects the miners.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin guard", + "defence_level": "15", + "safespot": null, + "lifepoints": "21", + "strength_level": "15", + "id": "2074", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "He's working hard!", + "melee_animation": "6007", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2075", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's working hard!", + "melee_animation": "6007", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2076", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's working hard!", + "melee_animation": "6007", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2077", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's working hard!", + "melee_animation": "6007", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2078", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Advisor to the Duke of Lumbridge.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigmund", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2082", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "5327", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2091", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2092", - "name": "Purple Pewter Secretary", "examine": "The head secretary of the Purple Pewter mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Purple Pewter Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2092", + "range_level": "1", + "attack_level": "1" }, { - "id": "2093", - "name": "Yellow Fortune Secretary", "examine": "The head secretary of the Yellow Fortune mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Yellow Fortune Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2093", + "range_level": "1", + "attack_level": "1" }, { - "id": "2094", - "name": "Blue Opal Secretary", "examine": "The head secretary of the Blue Opal mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blue Opal Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2094", + "range_level": "1", + "attack_level": "1" }, { - "id": "2095", - "name": "Green Gemstone Secretary", "examine": "The head secretary of the Green Gemstone mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Green Gemstone Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2095", + "range_level": "1", + "attack_level": "1" }, { - "id": "2096", - "name": "White Chisel Secretary", "examine": "The head secretary of the White Chisel mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "White Chisel Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2096", + "range_level": "1", + "attack_level": "1" }, { - "id": "2097", - "name": "Silver Cog Secretary", "examine": "The head secretary of the Silver Cog mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silver Cog Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2097", + "range_level": "1", + "attack_level": "1" }, { - "id": "2098", - "name": "Brown Engine Secretary", "examine": "The head secretary of the Brown Engine mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brown Engine Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2098", + "range_level": "1", + "attack_level": "1" }, { - "id": "2099", - "name": "Red Axe Secretary" - }, - { - "id": "2100", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Purple Pewter Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2100", + "range_level": "1", + "attack_level": "1" }, { - "id": "2101", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Blue Opal Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2101", + "range_level": "1", + "attack_level": "1" }, { - "id": "2102", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Yellow Fortune Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2102", + "range_level": "1", + "attack_level": "1" }, { - "id": "2103", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Green Gemstone Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2103", + "range_level": "1", + "attack_level": "1" }, { - "id": "2104", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "White Chisel Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2104", + "range_level": "1", + "attack_level": "1" }, { - "id": "2105", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Silver Cog Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2105", + "range_level": "1", + "attack_level": "1" }, { - "id": "2106", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Brown Engine Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "2106", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A trader for the Purple Pewter mining company.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2107", - "name": "Red Axe Director" - }, - { - "id": "2108", - "name": "Red Axe Cat" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "2109", - "name": "Trader", - "examine": "A trader for the Purple Pewter mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Purple Pewter mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2110", - "name": "Trader", - "examine": "A trader for the Purple Pewter mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Blue Opal mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2111", - "name": "Trader", - "examine": "A trader for the Blue Opal mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Blue Opal mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2112", - "name": "Trader", - "examine": "A trader for the Blue Opal mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Yellow Fortune mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2113", - "name": "Trader", - "examine": "A trader for the Yellow Fortune mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Yellow Fortune mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2114", - "name": "Trader", - "examine": "A trader for the Yellow Fortune mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Green Gemstone mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2115", - "name": "Trader", - "examine": "A trader for the Green Gemstone mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Green Gemstone mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2116", - "name": "Trader", - "examine": "A trader for the Green Gemstone mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the White Chisel mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2117", - "name": "Trader", - "examine": "A trader for the White Chisel mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the White Chisel mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2118", - "name": "Trader", - "examine": "A trader for the White Chisel mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Silver Cog mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2119", - "name": "Trader", - "examine": "A trader for the Silver Cog mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Silver Cog mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2120", - "name": "Trader", - "examine": "A trader for the Silver Cog mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Brown Engine mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2121", - "name": "Trader", - "examine": "A trader for the Brown Engine mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Brown Engine mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2122", - "name": "Trader", - "examine": "A trader for the Brown Engine mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2123", - "name": "Trader" - }, - { - "id": "2125", - "name": "Trader" - }, - { - "id": "2127", - "name": "Trade Referee", "examine": "He is regulating the flow of goods on the trade floor and maintaining order.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trade Referee", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2128", - "name": "Supreme Commander" - }, - { - "id": "2129", - "name": "Commander Veldaban" + "lifepoints": "10", + "strength_level": "1", + "id": "2127", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2130", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "34", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2131", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "34", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2132", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "34", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2133", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "34", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "An elite member of the Black Guard.", + "melee_animation": "99", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard Berserker", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", "id": "2134", - "name": "Black Guard Berserker", - "examine": "An elite member of the Black Guard.", - "attack_level": "38", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "38", - "weakness": "6" + "attack_level": "38" }, { + "examine": "An elite member of the Black Guard.", + "melee_animation": "99", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard Berserker", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", "id": "2135", - "name": "Black Guard Berserker", - "examine": "An elite member of the Black Guard.", - "attack_level": "38", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "38", - "weakness": "6" + "attack_level": "38" }, { + "examine": "An elite member of the Black Guard.", + "melee_animation": "99", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard Berserker", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", "id": "2136", - "name": "Black Guard Berserker", - "examine": "An elite member of the Black Guard.", - "attack_level": "38", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", + "attack_level": "38" + }, + { + "examine": "A gnome traveller, visiting Keldagrim.", + "name": "Gnome traveller", + "defence_level": "1", + "force_talk": "", "safespot": null, - "strength_level": "38", - "weakness": "6" - }, - { - "id": "2137", - "name": "Gnome emissary" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "2138", - "name": "Gnome traveller", - "examine": "A gnome traveller, visiting Keldagrim.", - "attack_level": "1", - "defence_level": "1", - "force_talk": "", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A gnome traveller, visiting Keldagrim.", + "name": "Gnome traveller", + "defence_level": "1", + "force_talk": "", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2139", - "name": "Gnome traveller", - "examine": "A gnome traveller, visiting Keldagrim.", - "attack_level": "1", - "defence_level": "1", - "force_talk": "", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2140", - "name": "Dromund's cat", "examine": "Very protective of his master... and his property.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dromund's cat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2140", + "range_level": "1", + "attack_level": "1" }, { - "id": "2141", - "name": "Blasidar the sculptor", "examine": "Makes sculptures.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blasidar the sculptor", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2141", + "range_level": "1", + "attack_level": "1" }, { - "id": "2142", - "name": "Riki the sculptor's model" - }, - { - "id": "2144", - "name": "Riki the sculptor's model" - }, - { - "id": "2145", - "name": "Riki the sculptor's model" - }, - { - "id": "2146", - "name": "Riki the sculptor's model" - }, - { - "id": "2147", - "name": "Riki the sculptor's model" - }, - { - "id": "2148", - "name": "Riki the sculptor's model" - }, - { - "id": "2149", - "name": "Riki the sculptor's model" - }, - { - "id": "2150", - "name": "Riki the sculptor's model" - }, - { - "id": "2151", - "name": "Vigr" - }, - { - "id": "2152", - "name": "Santiri" - }, - { - "id": "2153", - "name": "Saro" - }, - { - "id": "2154", - "name": "Gunslik", "examine": "Proprietor of Gunslik's Assorted Items.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gunslik", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2154", + "range_level": "1", + "attack_level": "1" }, { - "id": "2155", - "name": "Wemund" - }, - { - "id": "2156", - "name": "Randivor" - }, - { - "id": "2157", - "name": "Hervi" - }, - { - "id": "2158", - "name": "Nolar", - "examine": "A crafty dwarf." - }, - { - "id": "2159", - "name": "Gulldamar" - }, - { - "id": "2160", - "name": "Tati", "examine": "An old mining dwarf, now he sells pickaxes and generally acts grumpy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tati", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2160", + "range_level": "1", + "attack_level": "1" }, { - "id": "2161", - "name": "Agmundi" - }, - { - "id": "2162", - "name": "Vermundi" - }, - { - "id": "2163", - "name": "Banker", "examine": "A rather personable banker lady.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2164", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2163", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A rather serious old fella.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2164", + "range_level": "1", + "attack_level": "1" }, { - "id": "2165", - "name": "Librarian", "examine": "He takes care of the library and its many books.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Librarian", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2165", + "range_level": "1", + "attack_level": "1" }, { - "id": "2166", - "name": "Assistant" - }, - { - "id": "2167", - "name": "Customer", "examine": "A customer looking for books.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2168", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Customer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2167", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Looks like a human traveler visiting the library.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Customer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2168", + "range_level": "1", + "attack_level": "1" }, { - "id": "2169", - "name": "Dromund" - }, - { - "id": "2170", - "name": "Rind the gardener", "examine": "He tends to the plants in the palace garden.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rind the gardener", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2170", + "range_level": "1", + "attack_level": "1" }, { - "id": "2171", - "name": "Factory Manager", "examine": "Looks after the factory.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Manager", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2171", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Works hard at whatever it is he does.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Worker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2172", - "name": "Factory Worker", - "examine": "Works hard at whatever it is he does.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Works hard at whatever it is he does.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Worker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2173", - "name": "Factory Worker", - "examine": "Works hard at whatever it is he does.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Works hard at whatever it is he does.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Worker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2174", - "name": "Factory Worker", - "examine": "Works hard at whatever it is he does.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Works hard at whatever it is he does.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Worker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2175", - "name": "Factory Worker", - "examine": "Works hard at whatever it is he does.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2176", - "name": "Inn Keeper" - }, - { - "id": "2177", - "name": "Inn Keeper", - "examine": "A rich landlord, fat and jolly.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2178", - "name": "Barmaid", "examine": "These Dwarf ladies are so attractive!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barmaid", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2179", - "name": "Barman" + "lifepoints": "10", + "strength_level": "1", + "id": "2178", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He makes sure the carts don't run anyone over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2180", - "name": "Cart conductor", - "examine": "He makes sure the carts don't run anyone over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He makes sure the carts don't run anyone over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2181", - "name": "Cart conductor", - "examine": "He makes sure the carts don't run anyone over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He makes sure the carts don't run anyone over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2182", - "name": "Cart conductor", - "examine": "He makes sure the carts don't run anyone over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He makes sure the carts don't run anyone over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2183", - "name": "Cart conductor", - "examine": "He makes sure the carts don't run anyone over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He makes sure the carts don't run anyone over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2184", - "name": "Cart conductor", - "examine": "He makes sure the carts don't run anyone over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2185", - "name": "Cart conductor", "examine": "Remember: don't drink and ride in mine carts.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2186", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2185", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Keeps the line clear of traffic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2186", + "range_level": "1", + "attack_level": "1" }, { - "id": "2187", - "name": "Rowdy dwarf", "examine": "A loud, drunk and generally obnoxious dwarf.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rowdy dwarf", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2187", + "range_level": "1", + "attack_level": "1" }, { - "id": "2188", - "name": "Hegir" - }, - { - "id": "2189", - "name": "Haera" - }, - { - "id": "2190", - "name": "Runvastr", "examine": "A sad old dwarf living in a sad old home.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Runvastr", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2190", + "range_level": "1", + "attack_level": "1" }, { - "id": "2191", - "name": "Sune", "examine": "He seems to always be busy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sune", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2191", + "range_level": "1", + "attack_level": "1" }, { - "id": "2192", - "name": "Bentamir", "examine": "This dwarf doesn't seem to be very well off.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bentamir", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2192", + "range_level": "1", + "attack_level": "1" }, { - "id": "2193", - "name": "Ulifed", "examine": "A dwarf minding his own business.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ulifed", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2193", + "range_level": "1", + "attack_level": "1" }, { - "id": "2194", - "name": "Reinald" - }, - { - "id": "2195", - "name": "Karl", "examine": "A short, merry guy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Karl", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2195", + "range_level": "1", + "attack_level": "1" }, { - "id": "2196", - "name": "Gauss" - }, - { - "id": "2197", - "name": "Myndill" - }, - { - "id": "2198", - "name": "Kjut", "examine": "His kebabs certainly smell delicious.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kjut", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2198", + "range_level": "1", + "attack_level": "1" }, { - "id": "2199", - "name": "Tombar" - }, - { - "id": "2200", - "name": "Odmar" - }, - { - "id": "2201", - "name": "Audmann", "examine": "He seems to be very well off.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Audmann", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2201", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He's had a fair bit to drink...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Drunken Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2202", - "name": "Drunken Dwarf", - "examine": "He's had a fair bit to drink...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He's had a fair bit to drink...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Drunken Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2203", - "name": "Drunken Dwarf", - "examine": "He's had a fair bit to drink...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "You cannot see his ship, but presumably he has one.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Boatman", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2204", - "name": "Drunken Dwarf" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "2205", - "name": "Dwarven Boatman", - "examine": "You cannot see his ship, but presumably he has one.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "You cannot see his ship, but presumably he has one.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Boatman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2206", - "name": "Dwarven Boatman", - "examine": "You cannot see his ship, but presumably he has one.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2207", - "name": "Dwarven Miner", "examine": "He carries a heavy load.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Miner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2207", + "range_level": "1", + "attack_level": "1" }, { - "id": "2208", - "name": "Dwarven Miner" - }, - { - "id": "2209", - "name": "Dwarven Miner" - }, - { - "id": "2210", - "name": "Dwarven Miner" - }, - { - "id": "2211", - "name": "Dwarven Miner" - }, - { - "id": "2212", - "name": "Dwarven Miner" - }, - { - "id": "2213", - "name": "Dwarven Miner" - }, - { - "id": "2214", - "name": "Dwarven Miner" - }, - { - "id": "2215", - "name": "Dwarven Miner" - }, - { - "id": "2216", - "name": "Dwarven Miner" - }, - { - "id": "2217", - "name": "Dwarven Miner" - }, - { - "id": "2218", - "name": "Dwarven Miner" - }, - { - "id": "2219", - "name": "Purple Pewter Director" - }, - { - "id": "2220", - "name": "Purple Pewter Director" - }, - { - "id": "2221", - "name": "Blue Opal Director" - }, - { - "id": "2222", - "name": "Yellow Fortune Director" - }, - { - "id": "2223", - "name": "Green Gemstone Director" - }, - { - "id": "2224", - "name": "White Chisel Director" - }, - { - "id": "2225", - "name": "Silver Cog Director" - }, - { - "id": "2226", - "name": "Brown Engine Director" - }, - { - "id": "2227", - "name": "Red Axe Director" - }, - { - "id": "2228", - "name": "Commander Veldaban" - }, - { - "id": "2229", - "name": "Red Axe Cat" - }, - { - "id": "2230", - "name": "Red Axe Cat" - }, - { - "id": "2231", - "name": "Black Guard Berserker" - }, - { - "id": "2232", - "name": "Black Guard Berserker", "examine": "An elite member of the Black Guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Black Guard Berserker", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2233", - "name": "Olivia" + "lifepoints": "10", + "strength_level": "1", + "id": "2232", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A master at farming.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master Farmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2234", - "name": "Master Farmer", - "examine": "A master at farming.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A master at farming.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master Farmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2235", - "name": "Master Farmer", - "examine": "A master at farming.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2236", - "name": "Market Guard", "examine": "He guards the Draynor Market stalls from thieves.", - "attack_level": "30", - "combat_audio": "2547,1979,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "combat_audio": "2547,1979,512", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Market Guard", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "2236", + "range_level": "1", + "attack_level": "30" }, { - "id": "2237", - "name": "Gee", "examine": "A local farmer. He may be able to provide some useful information.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gee", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2237", + "range_level": "1", + "attack_level": "1" }, { - "id": "2238", - "name": "Donie" - }, - { - "id": "2239", - "name": "Pig" - }, - { - "id": "2240", + "examine": "There to help me make my bids.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Pig", - "examine": "There to help me make my bids.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2240", + "range_level": "1", + "attack_level": "1" }, { + "examine": "There to help me make my bids.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Piglet", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2241", - "name": "Piglet", - "examine": "There to help me make my bids.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2242", - "name": "Piglet", "examine": "Porcine.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2243", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Piglet", - "examine": "Bacon-in-training." + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2242", + "range_level": "1", + "attack_level": "1" }, { - "id": "2244", - "name": "Lumbridge Guide", "examine": "He provides new players with useful information.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2245", - "name": "Khazard trooper", - "examine": "It's one of General Khazard's warriors.", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "401", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2246", - "name": "Khazard trooper", - "examine": "It's one of General Khazard's warriors.", - "attack_level": "32", - "attack_speed": "6", - "death_animation": "836", "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", "magic_animation": "0", + "death_animation": "0", + "name": "Lumbridge Guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2244", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's one of General Khazard's warriors.", + "melee_animation": "401", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Khazard trooper", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "2245", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's one of General Khazard's warriors.", "melee_animation": "429", "range_animation": "0", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", - "safespot": null, - "strength_level": "32", - "weakness": "8" - }, - { - "id": "2247", - "name": "Gnome troop", - "examine": "It's a tree gnome trooper.", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "melee_animation": "190", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2248", - "name": "Gnome troop", - "examine": "It's a tree gnome trooper.", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "melee_animation": "190", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2249", - "name": "Gnome", - "examine": "Like a mini man!", - "attack_level": "1", - "attack_speed": "4", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "melee_animation": "190", - "range_level": "1", - "respawn_delay": "60", - "strength_level": "1" - }, - { - "id": "2250", - "name": "Gnome", - "examine": "Like a mini man!", - "agg_radius": "", - "aggressive": "", - "attack_level": "1", - "attack_speed": "4", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "end_height": "", - "lifepoints": "2", - "melee_animation": "190", - "range_level": "1", - "respawn_delay": "60", - "strength_level": "1", - "weakness": "" - }, - { - "id": "2251", - "name": "Gnome", - "examine": "Like a mini man!", - "attack_level": "1", - "attack_speed": "4", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "melee_animation": "190", - "range_level": "1", - "respawn_delay": "60", - "strength_level": "1" - }, - { - "id": "2252", - "name": "Crow" - }, - { - "id": "2253", - "name": "Wise Old Man", - "examine": "A venerable and rich sage." - }, - { - "id": "2254", - "name": "Bed" - }, - { - "id": "2255", - "name": "Thing under the bed" - }, - { - "id": "2256", - "name": "Paladin", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "66", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2257", - "name": "Mage of Zamorak" - }, - { - "id": "2259", - "name": "Mage of Zamorak" - }, - { - "id": "2260", - "name": "Mage of Zamorak" - }, - { - "id": "2262", - "name": "Dark mage", - "examine": "An initiate of Zamorak.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "8", "magic_animation": "0", + "death_animation": "836", + "name": "Khazard trooper", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "2246", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "It's a tree gnome trooper.", + "combat_style": "1", + "melee_animation": "190", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "193", + "death_animation": "196", + "name": "Gnome troop", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "2247", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tree gnome trooper.", + "combat_style": "1", + "melee_animation": "190", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "193", + "death_animation": "196", + "name": "Gnome troop", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "2248", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Paladin", + "defence_level": "1", + "safespot": null, + "lifepoints": "66", + "strength_level": "1", + "id": "2256", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An initiate of Zamorak.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dark mage", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2262", + "range_level": "1", + "attack_level": "1" }, { - "id": "2263", - "name": "Abyssal leech", "examine": "A blood-drinking denizen of the abyss.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "3", - "combat_audio": "232,231,230", - "death_animation": "2183", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "2181", "range_animation": "0", - "range_level": "52", + "combat_audio": "232,231,230", + "attack_speed": "3", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "2183", + "name": "Abyssal leech", + "defence_level": "52", + "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "2" + "id": "2263", + "aggressive": "true", + "range_level": "52", + "attack_level": "1" }, { - "id": "2264", - "name": "Abyssal guardian", "examine": "It seems to have eyes in the back of its head...", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "6", - "death_animation": "2189", - "defence_animation": "2188", - "defence_level": "65", - "lifepoints": "50", - "magic_animation": "2186", - "magic_level": "57", "melee_animation": "2186", "range_animation": "2186", - "range_level": "135", - "safespot": null, + "attack_speed": "6", + "magic_level": "57", + "defence_animation": "2188", + "weakness": "3", "slayer_exp": "0", + "magic_animation": "2186", + "death_animation": "2189", + "name": "Abyssal guardian", + "defence_level": "65", + "safespot": null, + "lifepoints": "50", "strength_level": "96", - "weakness": "3" + "id": "2264", + "aggressive": "true", + "range_level": "135", + "attack_level": "65" }, { - "id": "2265", - "name": "Abyssal walker", "examine": "Apparently walks the abyss.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "5", - "combat_audio": "233,235,234", - "death_animation": "2194", - "defence_animation": "2193", - "defence_level": "55", - "lifepoints": "95", - "magic_animation": "2192", "melee_animation": "2192", "range_animation": "2192", - "range_level": "1", - "safespot": null, + "combat_audio": "233,235,234", + "attack_speed": "5", + "defence_animation": "2193", + "weakness": "8", "slayer_exp": "0", + "magic_animation": "2192", + "death_animation": "2194", + "name": "Abyssal walker", + "defence_level": "55", + "safespot": null, + "lifepoints": "95", "strength_level": "116", - "weakness": "8" - }, - { - "id": "2266", - "name": "Brian O'Richard" - }, - { - "id": "2267", - "name": "Rogue Guard", - "examine": "Sparkles the Tinsel Snake", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2268", - "name": "Rogue Guard" - }, - { - "id": "2269", - "name": "Rogue Guard", - "examine": "A snowman armed with a holly bow.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2270", - "name": "Martin Thwait" - }, - { - "id": "2271", - "name": "Emerald Benedict", - "examine": "A snowman armed with an ice sword.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2272", - "name": "Spin Blades", - "examine": "A snowman armed with a winter staff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2273", - "name": "Spin Blades" - }, - { - "id": "2274", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2275", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2276", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2277", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2278", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2279", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2280", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2281", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2282", - "name": "Sir Spishyus", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2283", - "name": "Lady Table", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2284", - "name": "Sir Kuam Ferentse", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2285", - "name": "Sir Leye", - "examine": "A warrior blessed by Saradomin.", + "id": "2265", "aggressive": "true", - "attack_level": "18", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "15", - "lifepoints": "21", - "melee_animation": "400", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "18" + "attack_level": "60" }, { - "id": "2286", - "name": "Sir Tinley", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "Sparkles the Tinsel Snake", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rogue Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2267", + "range_level": "1", + "attack_level": "1" }, { - "id": "2287", - "name": "Sir Ren Itchood", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "A snowman armed with a holly bow.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rogue Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2269", + "range_level": "1", + "attack_level": "1" }, { - "id": "2288", - "name": "Miss Cheevers", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "A snowman armed with an ice sword.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Emerald Benedict", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2271", + "range_level": "1", + "attack_level": "1" }, { - "id": "2289", - "name": "Ms. Hynn Terprett", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "A snowman armed with a winter staff.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2290", - "name": "Sir Tiffy Cashien", - "examine": "Head of recruitment for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2291", - "name": "Rug Merchant", - "examine": "A carpet merchant.", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", + "name": "Spin Blades", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2292", - "name": "Rug Merchant", - "examine": "A carpet merchant.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", + "strength_level": "1", + "id": "2272", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2293", - "name": "Rug Merchant", - "examine": "A man who deals in rugs.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2294", - "name": "Rug Merchant", - "examine": "A man who deals in rugs.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2295", - "name": "Rug Merchant" - }, - { - "id": "2297", - "name": "Rug Merchant" - }, - { - "id": "2299", - "name": "Rug Station Attendant" - }, - { - "id": "2301", - "name": "Monkey", - "examine": "Perhaps our oldest relatives.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2302", - "name": "Sarah" - }, - { - "id": "2304", - "name": "Sarah", - "examine": "She sells farming equipment." - }, - { - "id": "2305", - "name": "Vanessa" - }, - { - "id": "2306", - "name": "Richard" - }, - { - "id": "2307", - "name": "Alice" - }, - { - "id": "2308", - "name": "Capt' Arnav" - }, - { - "id": "2309", - "name": "null", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_animation": "", - "defence_level": "1", - "range_level": "1", - "safespot": "null" - }, - { - "id": "2310", - "name": "Cow calf", - "examine": "Young, but still beefy.", - "attack_level": "2", + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", "attack_speed": "5", - "combat_audio": "366,368,367", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "2", - "lifepoints": "6", - "magic_animation": "5849", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2274", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2275", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2276", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2277", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2278", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2279", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2280", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2281", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sir Spishyus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2282", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lady Table", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2283", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sir Kuam Ferentse", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2284", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A warrior blessed by Saradomin.", + "melee_animation": "400", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Sir Leye", + "defence_level": "15", + "safespot": null, + "lifepoints": "21", + "strength_level": "18", + "id": "2285", + "aggressive": "true", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sir Tinley", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2286", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sir Ren Itchood", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2287", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miss Cheevers", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2288", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ms. Hynn Terprett", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2289", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Head of recruitment for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sir Tiffy Cashien", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2290", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A carpet merchant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rug Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2291", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A carpet merchant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rug Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2292", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A man who deals in rugs.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rug Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2293", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A man who deals in rugs.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rug Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2294", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Perhaps our oldest relatives.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2301", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Young, but still beefy.", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, + "combat_audio": "366,368,367", + "attack_speed": "5", + "defence_animation": "5850", + "weakness": "8", "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow calf", + "defence_level": "2", + "safespot": null, + "lifepoints": "6", "strength_level": "2", - "weakness": "8" + "id": "2310", + "range_level": "1", + "attack_level": "2" }, { - "id": "2311", - "name": "Sheepdog", "examine": "Farmer/sheep liaison officer. Go on - give the dog a bone!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheepdog", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2311", + "range_level": "1", + "attack_level": "1" }, { - "id": "2312", - "name": "Rooster", "examine": "He rules the", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rooster", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2312", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Yep. Definitely a chicken.", + "melee_animation": "5387", + "range_animation": "5387", + "combat_audio": "355,357,356", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", "id": "2313", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", - "melee_animation": "5387", - "range_animation": "5387", "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Yep. Definitely a chicken.", + "melee_animation": "5387", + "range_animation": "5387", + "combat_audio": "355,357,356", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", "id": "2314", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", - "melee_animation": "5387", - "range_animation": "5387", "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Yep. Definitely a chicken.", + "melee_animation": "5387", + "range_animation": "5387", + "combat_audio": "355,357,356", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", "id": "2315", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", - "melee_animation": "5387", - "range_animation": "5387", "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2316", - "name": "Pig", "examine": "Swine.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2317", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Pig", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2316", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Porker.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pig", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2317", + "range_level": "1", + "attack_level": "1" }, { - "id": "2318", - "name": "Piglet", "examine": "Hog.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Piglet", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2318", + "range_level": "1", + "attack_level": "1" }, { - "id": "2319", - "name": "Piglet", "examine": "Porcine.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2320", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Piglet", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2319", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "He has a certain bovine aroma.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Piglet", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2320", + "range_level": "1", + "attack_level": "1" }, { - "id": "2321", - "name": "Blandebir", "examine": "An expert on the brewing of ales and cider.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blandebir", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2321", + "range_level": "1", + "attack_level": "1" }, { - "id": "2322", - "name": "Metarialus", - "examine": "In his former life an expert brewer." - }, - { - "id": "2323", - "name": "Elstan", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2324", - "name": "Dantaera", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2325", - "name": "Kragen", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2326", - "name": "Lyra", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2327", - "name": "Francis", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2328", - "name": "Wizard Cromperty", - "examine": "The hat is a dead give away." - }, - { - "id": "2329", - "name": "Muncher", "examine": "Only the Grim Reaper would have a pet like this.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Muncher", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2329", + "range_level": "1", + "attack_level": "1" }, { - "id": "2330", - "name": "Garth", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2331", - "name": "Ellena", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2332", - "name": "Selena", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2333", - "name": "Vasquen", "examine": "Perhaps this farmer might look after your crops for you.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Vasquen", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2333", + "range_level": "1", + "attack_level": "1" }, { - "id": "2334", - "name": "Rhonen", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2335", - "name": "Dreven", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2336", + "examine": "Perhaps this gardener might look after your crops for you.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Taria", - "examine": "Perhaps this gardener might look after your crops for you.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "2336", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2337", - "name": "Rhazien", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2338", - "name": "Torrell", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2339", - "name": "Alain", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2340", - "name": "Heskel", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2341", - "name": "Treznor", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2342", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Fayeth", - "examine": "Perhaps this gardener might look after your crops for you.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2342", + "range_level": "1", + "attack_level": "1" }, { - "id": "2343", - "name": "Bolongo", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2344", - "name": "Gileth", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2345", - "name": "Sick-looking sheep (1)" - }, - { - "id": "2346", - "name": "Sick-looking sheep (2)" - }, - { - "id": "2347", - "name": "Sick-looking sheep (3)" - }, - { - "id": "2348", - "name": "Sick-looking sheep (4)" - }, - { - "id": "2349", - "name": "Mourner" - }, - { - "id": "2350", - "name": "Mourner" - }, - { - "id": "2351", - "name": "Mourner" - }, - { - "id": "2352", - "name": "Eudav" - }, - { - "id": "2353", - "name": "Oronwen" - }, - { - "id": "2354", - "name": "Banker", "examine": "He can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2355", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Banker", - "examine": "She can look after my money.", - "attack_level": "1", - "combat_style": "2", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "476", - "magic_animation": "0", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2354", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She can look after my money.", + "combat_style": "2", "melee_animation": "0", "range_animation": "0", - "range_level": "1", "respawn_delay": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2356", - "name": "Dalldav" - }, - { - "id": "2357", - "name": "Gethin" - }, - { - "id": "2358", - "name": "Arianwyn" + "lifepoints": "476", + "strength_level": "1", + "id": "2355", + "range_level": "1", + "attack_level": "1" }, { + "examine": "I don't wanna be at the wrong end of that pike.", + "melee_animation": "428", + "range_animation": "0", + "combat_audio": "425,427,426", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", "id": "2359", - "name": "Elf warrior", - "examine": "I don't wanna be at the wrong end of that pike.", - "attack_level": "60", - "attack_speed": "5", "clue_level": "2", - "combat_audio": "425,427,426", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" + "attack_level": "60" }, { + "examine": "I don't wanna be at the wrong end of that pike.", + "melee_animation": "428", + "range_animation": "0", + "combat_audio": "425,427,426", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", "id": "2360", - "name": "Elf warrior", - "examine": "I don't wanna be at the wrong end of that pike.", - "attack_level": "60", - "attack_speed": "5", "clue_level": "2", - "combat_audio": "425,427,426", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" + "attack_level": "60" }, { + "examine": "He looks pretty handy with that bow.", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "426", + "combat_audio": "425,427,426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "1", "id": "2361", - "name": "Elf warrior", - "examine": "He looks pretty handy with that bow.", - "attack_level": "1", "clue_level": "2", - "combat_audio": "425,427,426", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "428", - "projectile": "249", - "range_animation": "426", "range_level": "64", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "250", - "strength_level": "1", - "weakness": "2" + "projectile": "249", + "attack_level": "1" }, { + "examine": "He looks pretty handy with that bow.", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "426", + "combat_audio": "425,427,426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "1", "id": "2362", - "name": "Elf warrior", - "examine": "He looks pretty handy with that bow.", - "attack_level": "1", "clue_level": "2", - "combat_audio": "425,427,426", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "428", - "projectile": "249", - "range_animation": "426", "range_level": "64", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "250", - "strength_level": "1", - "weakness": "2" + "projectile": "249", + "attack_level": "1" }, { - "id": "2363", - "name": "Goreu" - }, - { - "id": "2364", - "name": "Ysgawyn" - }, - { - "id": "2365", - "name": "Arvel" - }, - { - "id": "2366", - "name": "Mawrth" - }, - { - "id": "2367", - "name": "Kelyn" - }, - { - "id": "2368", - "name": "Eoin" - }, - { - "id": "2369", - "name": "Iona" - }, - { - "id": "2370", - "name": "Gnome" - }, - { - "id": "2372", - "name": "Head mourner", "examine": "A Mourner showing his true identity.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", "melee_animation": "", "range_animation": "", - "range_level": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Head mourner", + "defence_level": "", "safespot": null, - "strength_level": "" + "lifepoints": "", + "strength_level": "", + "id": "2372", + "range_level": "", + "attack_level": "" }, { - "id": "2373", - "name": "Mourner", "examine": "A mourner, or plague healer.", - "aggressive": "true", - "attack_level": "61", - "attack_speed": "4", - "death_animation": "836", - "defence_animation": "", - "defence_level": "80", - "lifepoints": "87", - "magic_animation": "", "melee_animation": "428", "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "61", - "weakness": "" - }, - { - "id": "2374", + "attack_speed": "4", + "defence_animation": "", + "weakness": "", + "magic_animation": "", + "death_animation": "836", "name": "Mourner", - "examine": "A Mourner, or plague healer." + "defence_level": "80", + "safespot": null, + "lifepoints": "87", + "strength_level": "61", + "id": "2373", + "aggressive": "true", + "range_level": "", + "attack_level": "61" }, { - "id": "2375", - "name": "Eluned" - }, - { - "id": "2377", - "name": "Sick-looking sheep (1)" - }, - { - "id": "2378", - "name": "Sick-looking sheep (2)" - }, - { - "id": "2379", - "name": "Sick-looking sheep (3)" - }, - { - "id": "2380", - "name": "Sick-looking sheep (4)" - }, - { - "id": "2381", - "name": "Mysterious ghost", "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2382", "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2383", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2384", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2385", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2386", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2387", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2388", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2389", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2390", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2391", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2392", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2393", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2394", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2395", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2396", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2397", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2398", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2399", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2400", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2401", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2402", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2403", - "name": "Cart conductor" - }, - { - "id": "2410", - "name": "Red Axe Director" - }, - { - "id": "2411", - "name": "Red Axe Director" - }, - { - "id": "2412", - "name": "Red Axe Henchman" - }, - { - "id": "2413", - "name": "Red Axe Henchman" - }, - { - "id": "2414", - "name": "Red Axe Henchman" - }, - { - "id": "2415", - "name": "Colonel Grimsson" - }, - { - "id": "2416", - "name": "Colonel Grimsson" - }, - { - "id": "2417", - "name": "Ogre shaman" - }, - { - "id": "2418", - "name": "Ogre shaman" - }, - { - "id": "2419", - "name": "Grunsh" - }, - { - "id": "2420", - "name": "Gnome emissary" - }, - { - "id": "2421", - "name": "Gnome companion" - }, - { - "id": "2422", - "name": "Gnome companion" - }, - { - "id": "2423", - "name": "Chaos dwarf", - "examine": "A dwarf gone bad.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "respawn_delay": "150", - "safespot": null, - "slayer_exp": "61", "strength_level": "1", - "weakness": "6" + "id": "2381", + "range_level": "1", + "attack_level": "1" }, { - "id": "2424", - "name": "Gunslik" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2382", + "range_level": "1", + "attack_level": "1" }, { - "id": "2425", - "name": "Nolar" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2383", + "range_level": "1", + "attack_level": "1" }, { - "id": "2426", - "name": "Factory Worker" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2384", + "range_level": "1", + "attack_level": "1" }, { - "id": "2427", - "name": "Cart conductor" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2385", + "range_level": "1", + "attack_level": "1" }, { - "id": "2428", - "name": "Gauss" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2386", + "range_level": "1", + "attack_level": "1" }, { - "id": "2429", - "name": "Drunken Dwarf" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2387", + "range_level": "1", + "attack_level": "1" }, { - "id": "2430", - "name": "Rowdy dwarf" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2388", + "range_level": "1", + "attack_level": "1" }, { - "id": "2431", - "name": "Ulifed" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2389", + "range_level": "1", + "attack_level": "1" }, { - "id": "2432", - "name": "Red Axe Henchman" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2390", + "range_level": "1", + "attack_level": "1" }, { - "id": "2433", - "name": "Red Axe Henchman" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2391", + "range_level": "1", + "attack_level": "1" }, { - "id": "2434", - "name": "Ogre shaman" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2392", + "range_level": "1", + "attack_level": "1" }, { - "id": "2435", - "name": "Jarvald" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2393", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2394", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2395", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2396", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2397", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2398", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2399", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2400", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2401", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2402", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "61", + "weakness": "6", + "examine": "A dwarf gone bad.", + "name": "Chaos dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2423", + "respawn_delay": "150", + "range_level": "1", + "attack_level": "1" }, { - "id": "2436", - "name": "Jarvald", - "attack_level": "10", "death_animation": "9230", - "defence_animation": "9231", + "name": "Jarvald", "defence_level": "10", + "safespot": null, "lifepoints": "10", "melee_animation": "9232", + "strength_level": "10", + "id": "2436", "range_level": "1", - "safespot": null, - "strength_level": "10" + "attack_level": "10", + "defence_animation": "9231" }, { - "id": "2437", - "name": "Jarvald" - }, - { - "id": "2438", - "name": "Jarvald" - }, - { - "id": "2439", - "name": "Askeladden", "examine": "Looks like a wanna be Fremennik.", - "attack_level": "1", - "death_animation": "0", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Askeladden", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", + "strength_level": "1", + "id": "2439", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2440", - "name": "Door-support" - }, - { - "id": "2441", - "name": "Door" - }, - { - "id": "2442", - "name": "Door" - }, - { - "id": "2443", - "name": "Door-support", "examine": "This support is propping the door closed.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "0", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2444", - "name": "Door" - }, - { - "id": "2445", - "name": "Door" - }, - { - "id": "2446", - "name": "Door-support" - }, - { - "id": "2447", - "name": "Door" - }, - { - "id": "2448", - "name": "Door" - }, - { - "id": "2449", - "name": "Egg" - }, - { - "id": "2450", - "name": "Egg" - }, - { - "id": "2451", - "name": "Egg" - }, - { - "id": "2452", - "name": "Giant Rock Crab", - "examine": "No one likes crabs... especially really big ones!", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0", - "combat_audio": "717,723,722", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "200", - "lifepoints": "180", + "defence_animation": "0", "magic_animation": "0", + "death_animation": "0", + "name": "Door-support", + "defence_level": "1", + "safespot": null, + "lifepoints": "0", + "strength_level": "1", + "id": "2443", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No one likes crabs... especially really big ones!", "melee_animation": "2368", "range_animation": "0", - "range_level": "1", + "combat_audio": "717,723,722", + "attack_speed": "4", "respawn_delay": "50", + "defence_animation": "1313", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "200", "safespot": null, + "lifepoints": "180", "strength_level": "80", - "weakness": "9" + "id": "2452", + "aggressive": "true", + "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" }, { - "id": "2453", - "name": "Boulder", "examine": "Heavy rock!", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "240", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "240", + "strength_level": "1", + "id": "2453", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2454", - "name": "Dagannoth spawn", "examine": "A teeny-tiny horror from the ocean depths...", - "aggressive": "true", - "attack_level": "47", - "death_animation": "1342", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", "melee_animation": "1341", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1342", + "name": "Dagannoth spawn", + "defence_level": "47", "safespot": null, + "lifepoints": "67", "strength_level": "47", - "weakness": "9" + "id": "2454", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" }, { - "id": "2455", - "name": "Dagannoth", "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "clue_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "71", - "lifepoints": "120", "melee_animation": "1343", - "projectile": "294", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "1340", "slayer_exp": "120", - "strength_level": "70" - }, - { - "id": "2456", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "clue_level": "1", - "combat_style": "1", "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "50", - "lifepoints": "70", - "melee_animation": "1343", + "name": "Dagannoth", + "defence_level": "71", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2455", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", "projectile": "294", - "range_level": "70", + "attack_level": "68" + }, + { + "examine": "A horror from the ocean depths...", + "combat_style": "1", + "melee_animation": "1343", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "1340", "slayer_exp": "0", - "strength_level": "70" + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "50", + "safespot": null, + "lifepoints": "70", + "strength_level": "70", + "id": "2456", + "aggressive": "true", + "clue_level": "1", + "range_level": "70", + "projectile": "294", + "attack_level": "68" }, { - "id": "2457", - "name": "Wallasalki", "examine": "A fearsome magical creature from the deep.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,100,150,175,250,-10,0,0,0,0,0", - "combat_audio": "1077,1079,1078", "combat_style": "2", - "death_animation": "2367", - "defence_animation": "2366", - "defence_level": "80", - "lifepoints": "120", - "magic_animation": "2365", - "magic_level": "100", "melee_animation": "2365", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, + "combat_audio": "1077,1079,1078", + "attack_speed": "6", "spell_id": "48", - "strength_level": "1" - }, - { - "id": "2458", - "name": "Freaky Forester" - }, - { - "id": "2459", - "name": "Pheasant", - "examine": "A brightly coloured game bird.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "690,692,691", - "death_animation": "2373", - "defence_animation": "2371", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2372", - "melee_animation": "2372", - "range_animation": "2372", - "range_level": "1", - "respawn_delay": "18", + "magic_level": "100", + "respawn_delay": "60", + "defence_animation": "2366", + "magic_animation": "2365", + "death_animation": "2367", + "name": "Wallasalki", + "defence_level": "80", "safespot": null, - "strength_level": "1" - }, - { - "id": "2460", - "name": "Pheasant", - "examine": "A brightly coloured game bird.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "690,692,691", - "death_animation": "2373", - "defence_animation": "2371", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2372", - "melee_animation": "2372", - "range_animation": "2372", - "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2461", - "name": "Pheasant", - "examine": "A brightly coloured game bird.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "690,692,691", - "death_animation": "2373", - "defence_animation": "2371", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2372", - "melee_animation": "2372", - "range_animation": "2372", - "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2462", - "name": "Pheasant", - "examine": "A brightly coloured game bird.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "690,692,691", - "death_animation": "2373", - "defence_animation": "2371", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2372", - "melee_animation": "2372", - "range_animation": "2372", - "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2463", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "5", - "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "20", - "lifepoints": "19", - "magic_animation": "2302", - "magic_level": "5", - "melee_animation": "2302", - "projectile": "337", - "range_animation": "2302", - "range_level": "5", - "respawn_delay": "25", - "safespot": null, - "strength_level": "5" - }, - { - "id": "2464", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "10", - "bonuses": "35,105,125,95,128,105,85,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "40", - "lifepoints": "40", - "magic_animation": "2302", - "magic_level": "10", - "melee_animation": "2302", - "projectile": "337", - "range_animation": "2302", - "range_level": "10", - "respawn_delay": "25", - "safespot": null, - "strength_level": "10" - }, - { - "id": "2465", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "15", - "bonuses": "35,185,185,155,188,125,165,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "50", - "lifepoints": "60", - "magic_animation": "2302", - "magic_level": "15", - "melee_animation": "2302", - "projectile": "337", - "range_animation": "2302", - "range_level": "15", - "respawn_delay": "25", - "safespot": null, - "strength_level": "15" - }, - { - "id": "2466", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "45", - "bonuses": "45,235,235,205,238,145,165,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "60", - "lifepoints": "80", - "magic_animation": "2302", - "magic_level": "25", - "melee_animation": "2302", - "projectile": "337", - "range_animation": "2302", - "range_level": "45", - "respawn_delay": "25", - "safespot": null, - "strength_level": "45" - }, - { - "id": "2467", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "45", - "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "2302", - "magic_level": "35", - "melee_animation": "2302", - "projectile": "337", - "range_animation": "2302", - "range_level": "45", - "respawn_delay": "25", - "safespot": null, - "strength_level": "45" - }, - { - "id": "2468", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "45", - "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "90", "lifepoints": "120", - "magic_animation": "2302", - "magic_level": "45", + "strength_level": "1", + "id": "2457", + "aggressive": "true", + "bonuses": "0,0,0,0,0,100,150,175,250,-10,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A brightly coloured game bird.", + "melee_animation": "2372", + "range_animation": "2372", + "combat_audio": "690,692,691", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "2371", + "magic_animation": "2372", + "death_animation": "2373", + "name": "Pheasant", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2459", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A brightly coloured game bird.", + "melee_animation": "2372", + "range_animation": "2372", + "combat_audio": "690,692,691", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "2371", + "magic_animation": "2372", + "death_animation": "2373", + "name": "Pheasant", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2460", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A brightly coloured game bird.", + "melee_animation": "2372", + "range_animation": "2372", + "combat_audio": "690,692,691", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "2371", + "magic_animation": "2372", + "death_animation": "2373", + "name": "Pheasant", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2461", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A brightly coloured game bird.", + "melee_animation": "2372", + "range_animation": "2372", + "combat_audio": "690,692,691", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "2371", + "magic_animation": "2372", + "death_animation": "2373", + "name": "Pheasant", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2462", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", "melee_animation": "2302", - "projectile": "337", "range_animation": "2302", - "range_level": "45", + "combat_audio": "2288,357,356", + "magic_level": "5", "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "20", "safespot": null, - "strength_level": "45", - "weakness": "9" - }, - { - "id": "2469", - "name": "Frog" - }, - { - "id": "2470", - "name": "Frog" - }, - { - "id": "2471", - "name": "Frog" - }, - { - "id": "2472", - "name": "Frog" - }, - { - "id": "2473", - "name": "Frog" - }, - { - "id": "2474", - "name": "Frog prince" - }, - { - "id": "2475", - "name": "Frog princess" - }, - { - "id": "2476", - "name": "Rick Turpentine", - "examine": "A Retired Highwayman", - "attack_level": "8", - "attack_speed": "5", - "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", - "combat_audio": "2695,513,512", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "8", - "lifepoints": "10", - "magic_animation": "4230", - "magic_level": "30", - "melee_animation": "4230", - "prj_height": "", - "projectile": "27", - "range_animation": "4230", - "range_level": "20", - "safespot": null, - "strength_level": "8" - }, - { - "id": "2477", - "name": "Quiz Master", - "examine": "Apparently a master of quizzes!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2478", - "name": "Evil Bob" - }, - { - "id": "2479", - "name": "Evil Bob", - "examine": "Hey, it's Bob the cat! Or... is it?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2480", - "name": "Servant" - }, - { - "id": "2481", - "name": "Servant", - "examine": "Servant of Evil Bob.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2482", - "name": "Giant bat", - "examine": "Annoying flappy thing.", - "attack_level": "22", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", - "combat_audio": "292,294,293", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "32", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "8", - "strength_level": "22" - }, - { - "id": "2483", - "name": "Bush snake" - }, - { - "id": "2489", - "name": "Bush snake", - "examine": "A slithering serpent that likes to hide in the bush.", + "lifepoints": "19", + "strength_level": "5", + "id": "2463", "aggressive": "true", - "attack_level": "25", - "attack_speed": "7", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "278", - "defence_animation": "276", - "defence_level": "50", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "275", - "poison_amount": "55", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "1" + "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", + "range_level": "5", + "projectile": "337", + "attack_level": "5" }, { - "id": "2490", - "name": "Bush snake", - "examine": "A slithering serpent that likes to hide in the bush.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "7", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "278", - "defence_animation": "276", - "defence_level": "50", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "275", - "poison_amount": "55", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25" - }, - { - "id": "2491", - "name": "Jungle spider", - "examine": "", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "5327", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2492", - "name": "Jungle spider", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "5327", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2493", - "name": "Large mosquito", - "examine": "A flying bloodsucker.", - "attack_level": "1", - "death_animation": "2398", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "2397", - "range_animation": "0", - "range_level": "63", - "safespot": null, - "strength_level": "1", - "weakness": "2" - }, - { - "id": "2494", - "name": "Mosquito swarm", - "examine": "A swarm of three highly agile mosquitoes.", - "attack_level": "1", - "death_animation": "2398", - "defence_animation": "0", - "defence_level": "66", - "lifepoints": "94", - "magic_animation": "0", - "melee_animation": "2397", - "range_animation": "0", - "range_level": "66", - "safespot": null, - "strength_level": "1", - "weakness": "2" - }, - { - "id": "2495", - "name": "Mosquito swarm", - "examine": "A swarm of five highly agile mosquitoes.", - "attack_level": "1", - "death_animation": "2398", - "defence_animation": "0", - "defence_level": "68", - "lifepoints": "97", - "magic_animation": "0", - "melee_animation": "2397", - "range_animation": "0", - "range_level": "68", - "safespot": null, - "strength_level": "1", - "weakness": "2" - }, - { - "id": "2496", - "name": "Tribesman", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "40", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2497", - "name": "Tribesman", - "examine": "A vicious warrior.", - "aggressive": "true", - "attack_level": "23", - "attack_speed": "4", - "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0", - "clue_level": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "39", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "428", - "poison_amount": "55", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "27", - "weakness": "9" - }, - { - "id": "2498", - "name": "Broodoo victim" - }, - { - "id": "2499", - "name": "Broodoo victim", - "examine": "An undead victim of some ancient murderous ritual; his skin appears deep green.", - "aggressive": "true", - "attack_level": "45", + "examine": "A fowl beast.", "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "45", - "weakness": "9" - }, - { - "id": "2500", - "name": "Broodoo victim" - }, - { - "id": "2501", - "name": "Broodoo victim", - "examine": "An undead victim of some ancient murderous ritual; his skin appears pale yellow.", - "aggressive": "true", - "attack_level": "43", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "43", - "weakness": "9" - }, - { - "id": "2502", - "name": "Broodoo victim" - }, - { - "id": "2503", - "name": "Broodoo victim", - "aggressive": "true", - "attack_level": "1", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "100", - "melee_animation": "810", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2504", - "name": "Sharimika" - }, - { - "id": "2505", - "name": "Sharimika", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2506", - "name": "Sharimika", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2507", - "name": "Mamma Bufetta" - }, - { - "id": "2508", - "name": "Mamma Bufetta", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2509", - "name": "Mamma Bufetta", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2510", - "name": "Layleen" - }, - { - "id": "2511", - "name": "Layleen", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2512", - "name": "Layleen", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2513", - "name": "Karaday" - }, - { - "id": "2514", - "name": "Karaday", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2515", - "name": "Karaday", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2516", - "name": "Safta Doc" - }, - { - "id": "2517", - "name": "Safta Doc", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2518", - "name": "Safta Doc", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2519", - "name": "Gabooty" - }, - { - "id": "2520", - "name": "Gabooty", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2521", - "name": "Gabooty", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2522", - "name": "Fanellaman" - }, - { - "id": "2523", - "name": "Fanellaman", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2524", - "name": "Fanellaman", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2525", - "name": "Jagbakoba" - }, - { - "id": "2526", - "name": "Jagbakoba", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2527", - "name": "Jagbakoba", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2528", - "name": "Murcaily" - }, - { - "id": "2529", - "name": "Murcaily", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2530", - "name": "Murcaily", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2531", - "name": "Rionasta" - }, - { - "id": "2532", - "name": "Rionasta", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2533", - "name": "Rionasta", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2534", - "name": "Mahogany" - }, - { - "id": "2535", - "name": "Teak" - }, - { - "id": "2536", - "name": "Niles" - }, - { - "id": "2537", - "name": "Miles" - }, - { - "id": "2538", - "name": "Giles" - }, - { - "id": "2539", - "name": "Cap'n Hand", - "examine": "He used to swashbuckle his away across the seven seas.", - "attack_level": "30", - "attack_speed": "5", - "bonuses": "10,30,20,30,10,20,15,30,10,30,15,20,20,0,0", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "4230", - "magic_level": "20", - "melee_animation": "4230", - "range_animation": "4230", - "range_level": "30", - "safespot": null, - "strength_level": "10" - }, - { - "id": "2540", - "name": "Dr Jekyll" - }, - { - "id": "2541", - "name": "Mr Hyde" - }, - { - "id": "2542", - "name": "Mr Hyde" - }, - { - "id": "2543", - "name": "Mr Hyde" - }, - { - "id": "2544", - "name": "Mr Hyde" - }, - { - "id": "2545", - "name": "Mr Hyde" - }, - { - "id": "2546", - "name": "Mr Hyde" - }, - { - "id": "2547", - "name": "Chaos druid", - "examine": "A crazy, evil druid.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "12", - "end_gfx": "107", - "lifepoints": "20", - "magic_animation": "422", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "2288,357,356", "magic_level": "10", - "melee_animation": "422", - "projectile": "106", - "range_animation": "422", - "range_level": "1", "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "40", "safespot": null, - "start_gfx": "105", + "lifepoints": "40", + "strength_level": "10", + "id": "2464", + "aggressive": "true", + "bonuses": "35,105,125,95,128,105,85,0,0,0,0,0,0,0,0", + "range_level": "10", + "projectile": "337", + "attack_level": "10" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "2288,357,356", + "magic_level": "15", + "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "50", + "safespot": null, + "lifepoints": "60", + "strength_level": "15", + "id": "2465", + "aggressive": "true", + "bonuses": "35,185,185,155,188,125,165,0,0,0,0,0,0,0,0", + "range_level": "15", + "projectile": "337", + "attack_level": "15" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "2288,357,356", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "60", + "safespot": null, + "lifepoints": "80", + "strength_level": "45", + "id": "2466", + "aggressive": "true", + "bonuses": "45,235,235,205,238,145,165,0,0,0,0,0,0,0,0", + "range_level": "45", + "projectile": "337", + "attack_level": "45" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "2288,357,356", + "magic_level": "35", + "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "45", + "id": "2467", + "aggressive": "true", + "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0", + "range_level": "45", + "projectile": "337", + "attack_level": "45" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "2288,357,356", + "magic_level": "45", + "respawn_delay": "25", + "defence_animation": "2300", + "weakness": "9", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "90", + "safespot": null, + "lifepoints": "120", + "strength_level": "45", + "id": "2468", + "aggressive": "true", + "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0", + "range_level": "45", + "projectile": "337", + "attack_level": "45" + }, + { + "examine": "A Retired Highwayman", + "combat_style": "1", + "melee_animation": "4230", + "range_animation": "4230", + "combat_audio": "2695,513,512", + "attack_speed": "5", + "magic_level": "30", + "defence_animation": "404", + "magic_animation": "4230", + "death_animation": "9055", + "name": "Rick Turpentine", + "defence_level": "8", + "safespot": null, + "lifepoints": "10", "strength_level": "8", - "weakness": "3" + "id": "2476", + "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", + "range_level": "20", + "projectile": "27", + "attack_level": "8", + "prj_height": "" }, { - "id": "2548", - "name": "Blackjack seller" - }, - { - "id": "2549", - "name": "Ali the dyer", - "examine": "A colourful character.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "Apparently a master of quizzes!", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2550", - "name": "Dwarven Miner" - }, - { - "id": "2551", - "name": "Dwarven Miner" - }, - { - "id": "2552", - "name": "Dwarven Miner" - }, - { - "id": "2553", - "name": "Blast Furnace Foreman", - "examine": "Looks after the blast furnace.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", + "death_animation": "0", + "name": "Quiz Master", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2477", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Hey, it's Bob the cat! Or... is it?", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evil Bob", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2479", + "range_level": "1", + "attack_level": "1" }, { - "id": "2554", - "name": "Tin ore" + "examine": "Servant of Evil Bob.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Servant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2481", + "range_level": "1", + "attack_level": "1" }, { - "id": "2555", - "name": "Copper ore" + "examine": "Annoying flappy thing.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "292,294,293", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "0", + "slayer_exp": "8", + "magic_animation": "0", + "death_animation": "0", + "name": "Giant bat", + "defence_level": "22", + "safespot": null, + "lifepoints": "32", + "strength_level": "22", + "id": "2482", + "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", + "range_level": "1", + "attack_level": "22" }, { - "id": "2556", - "name": "Iron ore" + "examine": "A slithering serpent that likes to hide in the bush.", + "melee_animation": "275", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "attack_speed": "7", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "276", + "weakness": "1", + "poison_amount": "55", + "magic_animation": "0", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "50", + "safespot": null, + "lifepoints": "25", + "strength_level": "25", + "id": "2489", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "25" }, { - "id": "2557", - "name": "Mithril ore" + "examine": "A slithering serpent that likes to hide in the bush.", + "melee_animation": "275", + "combat_audio": "3609,3608,3610", + "range_animation": "0", + "attack_speed": "7", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "276", + "poison_amount": "55", + "magic_animation": "0", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "50", + "safespot": null, + "lifepoints": "25", + "strength_level": "25", + "id": "2490", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "25" }, { - "id": "2558", - "name": "Adamantite ore" + "examine": "", + "melee_animation": "5327", + "combat_audio": "537,539,538", + "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "2491", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2559", - "name": "Runite ore" + "melee_animation": "5327", + "combat_audio": "537,539,538", + "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "2492", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2560", - "name": "Silver ore" + "examine": "A flying bloodsucker.", + "melee_animation": "2397", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "2398", + "name": "Large mosquito", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", + "strength_level": "1", + "id": "2493", + "range_level": "63", + "attack_level": "1" }, { - "id": "2561", - "name": "Gold ore" + "examine": "A swarm of three highly agile mosquitoes.", + "melee_animation": "2397", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "2398", + "name": "Mosquito swarm", + "defence_level": "66", + "safespot": null, + "lifepoints": "94", + "strength_level": "1", + "id": "2494", + "range_level": "66", + "attack_level": "1" }, { - "id": "2562", - "name": "Coal" + "examine": "A swarm of five highly agile mosquitoes.", + "melee_animation": "2397", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "2398", + "name": "Mosquito swarm", + "defence_level": "68", + "safespot": null, + "lifepoints": "97", + "strength_level": "1", + "id": "2495", + "range_level": "68", + "attack_level": "1" }, { - "id": "2563", - "name": "Perfect gold ore" + "name": "Tribesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", + "id": "2496", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "2564", - "name": "Ordan", - "examine": "He smells of rock dust." - }, - { - "id": "2565", - "name": "Jorzik", - "examine": "He buys stuff." - }, - { - "id": "2566", - "name": "Wise Old Man" - }, - { - "id": "2567", - "name": "Wise Old Man" - }, - { - "id": "2568", - "name": "Banker" - }, - { - "id": "2569", - "name": "Banker" - }, - { - "id": "2570", - "name": "Banker" - }, - { - "id": "2571", - "name": "Market Guard", - "attack_level": "1", + "examine": "A vicious warrior.", + "melee_animation": "428", + "range_animation": "0", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "poison_amount": "55", + "magic_animation": "0", "death_animation": "836", + "name": "Tribesman", + "defence_level": "26", + "safespot": null, + "lifepoints": "39", + "strength_level": "27", + "id": "2497", + "aggressive": "true", + "clue_level": "1", + "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "An undead victim of some ancient murderous ritual; his skin appears deep green.", + "combat_style": "2", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Broodoo victim", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "2499", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "An undead victim of some ancient murderous ritual; his skin appears pale yellow.", + "combat_style": "2", + "melee_animation": "428", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Broodoo victim", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", + "id": "2501", + "aggressive": "true", + "range_level": "1", + "attack_level": "43" + }, + { + "combat_style": "2", + "melee_animation": "810", + "respawn_delay": "60", "defence_animation": "425", + "death_animation": "836", + "name": "Broodoo victim", "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "2503", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He used to swashbuckle his away across the seven seas.", + "combat_style": "1", + "melee_animation": "4230", + "range_animation": "4230", + "attack_speed": "5", + "magic_level": "20", + "defence_animation": "404", + "magic_animation": "4230", + "death_animation": "9055", + "name": "Cap'n Hand", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "2539", + "bonuses": "10,30,20,30,10,20,15,30,10,30,15,20,20,0,0", + "range_level": "30", + "attack_level": "30" + }, + { + "examine": "A crazy, evil druid.", + "start_gfx": "105", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "10", + "end_gfx": "107", + "respawn_delay": "25", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "12", + "safespot": null, + "lifepoints": "20", + "strength_level": "8", + "id": "2547", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "106", + "attack_level": "8" + }, + { + "examine": "A colourful character.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the dyer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2549", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after the blast furnace.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blast Furnace Foreman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2553", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He smells of rock dust.", + "name": "Ordan", + "id": "2564" + }, + { + "examine": "He buys stuff.", + "name": "Jorzik", + "id": "2565" + }, + { + "death_animation": "836", + "name": "Market Guard", + "defence_level": "1", + "safespot": null, "lifepoints": "23", "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2572", - "name": "Olivia", - "examine": "She is a seed merchant." - }, - { - "id": "2573", - "name": "Pillory Guard" - }, - { - "id": "2574", - "name": "Bank guard", - "examine": "He's guarding the bank.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2575", - "name": "Purepker895" - }, - { - "id": "2576", - "name": "Qutiedoll" - }, - { - "id": "2577", - "name": "1337sp34kr" - }, - { - "id": "2578", - "name": "Elfinlocks" - }, - { - "id": "2579", - "name": "Cool Mom227" - }, - { - "id": "2580", - "name": "Bernald", - "examine": "Looks after the Burthorpe vinery." - }, - { - "id": "2581", - "name": "Ellamaria" - }, - { - "id": "2582", - "name": "Trolley" - }, - { - "id": "2583", - "name": "Trolley" - }, - { - "id": "2584", - "name": "Trolley" - }, - { - "id": "2585", - "name": "Billy, a guard of Falador" - }, - { - "id": "2587", - "name": "Bob, another guard of Falador" - }, - { - "id": "2588", - "name": "Brother Althric", - "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2589", - "name": "PKMaster0036" - }, - { - "id": "2590", - "name": "King Roald" - }, - { - "id": "2591", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2592", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2593", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2594", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2595", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2596", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2597", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2598", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2599", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2600", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2601", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2602", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2603", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2604", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2605", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2606", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0", - "combat_style": "1", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "projectile": "442", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2607", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2608", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2609", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0", - "combat_style": "1", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "projectile": "442", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "slayer_exp": "0", - "strength_level": "70" - }, - { - "id": "2610", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2611", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2612", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2613", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2614", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2615", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2616", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2617", - "name": "TzHaar-Mej-Jal", - "examine": "Another one of those mystic-types." - }, - { - "id": "2618", - "name": "TzHaar-Mej-Kah", - "examine": "Another one of those mystic-types." - }, - { - "id": "2619", - "name": "TzHaar-Ket-Zuh", - "examine": "Maybe it'll guard my possessions." - }, - { - "id": "2620", - "name": "TzHaar-Hur-Tel", - "examine": "Wonder what it's making." - }, - { - "id": "2621", - "name": "Olaf Hardson", - "examine": "A soggy, smelly Fremennik." - }, - { - "id": "2622", - "name": "TzHaar-Hur-Lek", - "examine": "Wonder what it's making." - }, - { - "id": "2623", - "name": "TzHaar-Mej-Roh", - "examine": "Another one of those mystic-types." - }, - { - "id": "2624", - "name": "TzHaar-Ket" - }, - { - "id": "2625", - "name": "TzHaar-Ket" - }, - { - "id": "2626", - "name": "Rocks" - }, - { - "id": "2627", - "name": "Tz-Kih", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2628", - "name": "Tz-Kih", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2629", - "name": "Tz-Kek", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "defence_level": "1", - "lifepoints": "20", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2630", - "name": "Tz-Kek", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "defence_level": "1", - "lifepoints": "20", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2631", - "name": "Tok-Xil", - "examine": "The Tok-Xil fires deadly spines out of its arm", - "aggressive": "true", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "80", - "lifepoints": "114", - "magic_animation": "0", - "range_animation": "0", - "range_level": "80", - "safespot": null, "strength_level": "1", - "weakness": "10" - }, - { - "id": "2632", - "name": "Tok-Xil" - }, - { - "id": "2633", - "name": "Wise Old Man" - }, - { - "id": "2634", - "name": "Miss Schism", - "examine": "A busy-body who loves a bit of gossip.", + "id": "2571", + "range_level": "1", + "respawn_delay": "60", "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "defence_animation": "425" + }, + { + "examine": "He's guarding the bank.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2635", - "name": "Bob" - }, - { - "id": "2636", - "name": "Bob" - }, - { - "id": "2637", - "name": "Sphinx" - }, - { - "id": "2638", - "name": "Neite" - }, - { - "id": "2639", - "name": "Robert the Strong" - }, - { - "id": "2640", - "name": "Odysseus" - }, - { - "id": "2641", - "name": "Dragonkin", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2642", - "name": "King Black Dragon" - }, - { - "id": "2643", - "name": "R4ng3rNo0b889" - }, - { - "id": "2644", - "name": "Love Cats" - }, - { - "id": "2645", - "name": "Love Cats" - }, - { - "id": "2646", - "name": "Neite" - }, - { - "id": "2647", - "name": "Bob" - }, - { - "id": "2648", - "name": "Beite" - }, - { - "id": "2649", - "name": "Gnome" - }, - { - "id": "2650", - "name": "Gnome" - }, - { - "id": "2651", - "name": "Odysseus" - }, - { - "id": "2652", - "name": "Neite" - }, - { - "id": "2654", - "name": "Unferth" - }, - { - "id": "2655", - "name": "Unferth", - "examine": "Nice but dim." - }, - { - "id": "2656", - "name": "Unferth" - }, - { - "id": "2657", - "name": "Unferth" - }, - { - "id": "2658", - "name": "Unferth" - }, - { - "id": "2659", - "name": "Unferth" - }, - { - "id": "2660", - "name": "Reldo", - "examine": "Reldo the librarian." - }, - { - "id": "2661", - "name": "Reldo" - }, - { - "id": "2662", - "name": "Lazy cat" - }, - { - "id": "2663", - "name": "Lazy cat" - }, - { - "id": "2664", - "name": "Lazy cat" - }, - { - "id": "2665", - "name": "Lazy cat" - }, - { - "id": "2666", - "name": "Lazy cat" - }, - { - "id": "2667", - "name": "Lazy cat" - }, - { - "id": "2668", - "name": "Wily cat" - }, - { - "id": "2669", - "name": "Wily cat" - }, - { - "id": "2670", - "name": "Wily cat" - }, - { - "id": "2671", - "name": "Wily cat" - }, - { - "id": "2672", - "name": "Wily cat" - }, - { - "id": "2673", - "name": "Wily cat" - }, - { - "id": "2674", - "name": "Thief", - "examine": "Known for his light-fingered qualities.", - "attack_level": "10", - "death_animation": "836", "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", "magic_animation": "0", + "death_animation": "0", + "name": "Bank guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2574", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Althric", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2588", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2591", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2592", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2593", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2594", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2595", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2596", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2597", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2598", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2599", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2600", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2601", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2602", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2603", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Doesn't look very social.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2604", + "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Doesn't look very social.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2605", + "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Doesn't look very social.", + "combat_style": "1", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2606", + "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0", + "range_level": "70", + "projectile": "442", + "attack_level": "70" + }, + { + "examine": "Doesn't look very social.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2607", + "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Doesn't look very social.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2608", + "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Doesn't look very social.", + "combat_style": "1", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "slayer_exp": "0", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2609", + "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0", + "range_level": "70", + "projectile": "442", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2610", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2611", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2612", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2613", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2614", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2615", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2616", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "name": "Tz-Kih", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "attack_speed": "7", + "id": "2627", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Tz-Kih", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "attack_speed": "7", + "id": "2628", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Tz-Kek", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "attack_speed": "5", + "id": "2629", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Tz-Kek", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "attack_speed": "5", + "id": "2630", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "The Tok-Xil fires deadly spines out of its arm", + "range_animation": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Tok-Xil", + "defence_level": "80", + "safespot": null, + "lifepoints": "114", + "strength_level": "1", + "id": "2631", + "aggressive": "true", + "range_level": "80", + "attack_level": "1" + }, + { + "examine": "A busy-body who loves a bit of gossip.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miss Schism", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2634", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dragonkin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "2641", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nice but dim.", + "name": "Unferth", + "id": "2655" + }, + { + "examine": "Known for his light-fingered qualities.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "10", "safespot": null, + "lifepoints": "14", "strength_level": "10", - "weakness": "9" - }, - { - "id": "2675", - "name": "Man", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", + "id": "2674", "range_level": "1", + "attack_level": "10" + }, + { + "name": "Man", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2676", - "name": "Make-over Mage" - }, - { - "id": "2677", - "name": "Highwayman", - "examine": "He holds up passers by.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "5", + "lifepoints": "10", "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "8", - "lifepoints": "13", - "magic_animation": "799", + "strength_level": "1", + "id": "2675", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He holds up passers by.", "melee_animation": "799", "range_animation": "799", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", + "defence_animation": "404", + "weakness": "7", + "magic_animation": "799", + "death_animation": "9055", + "name": "Highwayman", + "defence_level": "8", "safespot": null, + "lifepoints": "13", "strength_level": "8", - "weakness": "7" + "id": "2677", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "2678", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "2679", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "2680", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "2681", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { - "id": "2682", - "name": "Rat", "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "3102,3104,3103", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "2705", "melee_animation": "2705", "range_animation": "2705", - "range_level": "1", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "2", + "strength_level": "1", + "id": "2682", + "range_level": "1", + "attack_level": "1" }, { - "id": "2683", + "examine": "A citizen of Rimmington.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Hengel", - "examine": "A citizen of Rimmington.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2683", + "range_level": "1", + "attack_level": "1" }, { - "id": "2684", + "examine": "A citizen of Rimmington.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Anja", - "examine": "A citizen of Rimmington.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", + "strength_level": "1", + "id": "2684", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "An ugly smelly creature.", + "melee_animation": "164", + "range_animation": "164", + "combat_audio": "469,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", "id": "2685", - "name": "Hobgoblin", - "examine": "An ugly smelly creature.", "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "1", - "lifepoints": "29", - "magic_animation": "164", - "melee_animation": "164", - "range_animation": "164", "range_level": "20", - "safespot": null, - "strength_level": "10" + "attack_level": "20" }, { + "examine": "An ugly smelly creature.", + "melee_animation": "164", + "range_animation": "164", + "combat_audio": "469,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", "id": "2686", - "name": "Hobgoblin", - "examine": "An ugly smelly creature.", "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "1", - "lifepoints": "29", - "magic_animation": "164", - "melee_animation": "164", - "range_animation": "164", "range_level": "20", - "safespot": null, - "strength_level": "10" + "attack_level": "20" }, { + "examine": "An ugly smelly creature.", + "melee_animation": "164", + "range_animation": "164", + "combat_audio": "469,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", "id": "2687", - "name": "Hobgoblin", - "examine": "An ugly smelly creature.", "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "1", - "lifepoints": "29", - "magic_animation": "164", - "melee_animation": "164", - "range_animation": "164", "range_level": "20", - "safespot": null, - "strength_level": "10" + "attack_level": "20" }, { - "id": "2688", - "name": "Hobgoblin", "examine": "An ugly smelly creature, with a spear.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "3520,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "1", - "lifepoints": "29", - "magic_animation": "163", "melee_animation": "163", "range_animation": "163", + "combat_audio": "3520,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "163", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", + "id": "2688", + "aggressive": "true", "range_level": "20", - "safespot": null, - "strength_level": "10" + "attack_level": "20" }, { - "id": "2689", - "name": "Frog", "examine": "Didn't the mage say this procedure was totally safe?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Frog", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2689", + "range_level": "1", + "attack_level": "1" }, { - "id": "2690", - "name": "Jack Seagull", "examine": "A salty seafarer. Needs a wash.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jack Seagull", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2690", + "range_level": "1", + "attack_level": "1" }, { - "id": "2691", - "name": "Longbow Ben", "examine": "A strange man with a strange name. Probably a strange past, too.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Longbow Ben", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2691", + "range_level": "1", + "attack_level": "1" }, { - "id": "2692", - "name": "Ahab", - "examine": "So what can one do with a drunken sailor?" - }, - { - "id": "2693", - "name": "Duck", "examine": "She quackers.", - "attack_level": "1", - "death_animation": "3468", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "3468", + "name": "Duck", + "defence_level": "1", "water_npc": "true", - "weakness": "8" + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "2693", + "range_level": "1", + "attack_level": "1" }, { - "id": "2694", - "name": "Duckling", "examine": "Mini quackers.", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", "death_animation": "3468", - "defence_animation": "0", + "name": "Duckling", "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", "water_npc": "true", - "weakness": "8" - }, - { - "id": "2695", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "2696", - "name": "Thief", - "examine": "Known for his light-fingered qualities.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "8" - }, - { - "id": "2697", - "name": "Mugger", - "examine": "He doesn't look so happy now he's in jail.", - "aggressive": "true", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "8" - }, - { - "id": "2698", - "name": "Black knight", - "examine": "A dark-hearted knight.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "42", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "24", - "weakness": "7" - }, - { - "id": "2699", - "name": "Guard", - "examine": "He's guarding the prison.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "2700", - "name": "Guard", - "examine": "A prison guard.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "2701", - "name": "Guard", - "examine": "A prison guard.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "2702", - "name": "Guard", - "examine": "A prison guard.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "2703", - "name": "Guard", - "examine": "A prison guard.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "2704", - "name": "Guard", - "examine": "He's asleep.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2705", - "name": "Guard", - "examine": "Keeping an eye out for suspicious activity.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2706", - "name": "Crab", - "examine": "No one likes crabs...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2707", - "name": "Seagull", - "examine": "A sea bird.", - "attack_level": "1", - "combat_audio": "309,311,310", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2708", - "name": "Seagull" - }, - { - "id": "2709", - "name": "Fire wizard", - "examine": "Caution: HOT!", - "attack_level": "1", - "combat_style": "2", - "death_animation": "2553", - "defence_animation": "0", - "defence_level": "18", - "end_gfx": "101", - "lifepoints": "25", - "magic_animation": "711", - "magic_level": "18", - "melee_animation": "414", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "start_height": "80", + "lifepoints": "1", "strength_level": "1", - "weakness": "3" + "id": "2694", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2710", - "name": "Water wizard", - "examine": "Hydro-power!", - "attack_level": "1", - "combat_style": "2", - "death_animation": "2553", - "defence_animation": "0", - "defence_level": "14", - "lifepoints": "20", - "magic_animation": "711", - "magic_level": "14", - "melee_animation": "414", - "projectile": "94", - "range_animation": "0", - "range_level": "1", + "examine": "This one's had too much to drink!", + "melee_animation": "422", + "combat_audio": "703,705,704", "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "2695", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Known for his light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "2696", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "He doesn't look so happy now he's in jail.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Mugger", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "2697", + "aggressive": "true", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "A dark-hearted knight.", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Black knight", + "defence_level": "25", + "safespot": null, + "lifepoints": "42", + "strength_level": "24", + "id": "2698", + "aggressive": "true", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He's guarding the prison.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "2699", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A prison guard.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "2700", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A prison guard.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "2701", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A prison guard.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "2702", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A prison guard.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "2703", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He's asleep.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2704", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Keeping an eye out for suspicious activity.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2705", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No one likes crabs...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2706", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A sea bird.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "309,311,310", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Seagull", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2707", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Caution: HOT!", + "start_gfx": "99", + "combat_style": "2", + "start_height": "80", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "18", + "respawn_delay": "60", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "2553", + "name": "Fire wizard", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "2709", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "examine": "Hydro-power!", + "combat_style": "2", "start_gfx": "93", "start_height": "80", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "14", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "2553", + "name": "Water wizard", + "defence_level": "14", + "safespot": null, + "lifepoints": "20", "strength_level": "1", - "weakness": "3" + "id": "2710", + "range_level": "1", + "projectile": "94", + "attack_level": "1" }, { - "id": "2711", - "name": "Earth wizard", "examine": "His hands are covered in mud, at least.", - "attack_level": "1", - "combat_style": "2", - "death_animation": "2553", - "defence_animation": "0", - "defence_level": "16", - "end_gfx": "98", - "lifepoints": "22", - "magic_animation": "711", - "magic_level": "16", - "melee_animation": "414", - "projectile": "97", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "start_gfx": "96", - "start_height": "80", - "strength_level": "1", - "weakness": "3" - }, - { - "id": "2712", - "name": "Air wizard", - "examine": "At least he looks solid enough to fight.", - "attack_level": "1", "combat_style": "2", - "death_animation": "2553", - "defence_animation": "0", - "defence_level": "12", - "end_gfx": "92", - "lifepoints": "17", - "magic_animation": "711", - "magic_level": "12", - "melee_animation": "414", - "projectile": "91", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "90", "start_height": "80", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "16", + "respawn_delay": "60", + "end_gfx": "98", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "2553", + "name": "Earth wizard", + "defence_level": "16", + "safespot": null, + "lifepoints": "22", "strength_level": "1", - "weakness": "3" - }, - { - "id": "2713", - "name": "Malignius Mortifer", - "examine": "A master of necromancy!" - }, - { - "id": "2714", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", + "id": "2711", "range_level": "1", + "projectile": "97", + "attack_level": "1" + }, + { + "examine": "At least he looks solid enough to fight.", + "start_gfx": "90", + "combat_style": "2", + "start_height": "80", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "12", + "respawn_delay": "60", + "end_gfx": "92", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "2553", + "name": "Air wizard", + "defence_level": "12", "safespot": null, + "lifepoints": "17", + "strength_level": "1", + "id": "2712", + "range_level": "1", + "projectile": "91", + "attack_level": "1" + }, + { "slayer_exp": "30", - "strength_level": "1" + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", + "id": "2714", + "range_level": "1", + "attack_level": "1" }, { - "id": "2715", - "name": "Skeleton", - "attack_level": "1", - "combat_audio": "774,775,777", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2716", - "name": "Ghost", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "2717", - "name": "Skeleton mage", - "attack_level": "1", - "combat_audio": "774,775,777", + "name": "Ghost", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2716", + "range_level": "1", + "attack_level": "1" }, { - "id": "2718", - "name": "Betty", "examine": "She'll store my items for me.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Betty", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2718", + "range_level": "1", + "attack_level": "1" }, { - "id": "2719", - "name": "Grum" - }, - { - "id": "2720", - "name": "Gerrant" - }, - { - "id": "2721", - "name": "Wydin" - }, - { - "id": "2722", - "name": "Fishing spot" - }, - { - "id": "2723", - "name": "Fishing spot" - }, - { - "id": "2724", - "name": "Fishing spot" - }, - { - "id": "2725", - "name": "Otto Godblessed", "examine": "A wise barbarian, apparently. He still looks like a thug.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Otto Godblessed", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2726", - "name": "Gull", - "examine": "A sea bird.", - "water_npc": "true" - }, - { - "id": "2727", - "name": "Gull" + "lifepoints": "10", + "strength_level": "1", + "id": "2725", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Holy looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk of Entrana", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2728", - "name": "Monk of Entrana", - "examine": "Holy looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Holy looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk of Entrana", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2729", - "name": "Monk of Entrana", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Holy looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk of Entrana", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2730", - "name": "Monk of Entrana" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "2731", - "name": "Monk of Entrana", - "examine": "Holy looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2732", - "name": "Master Crafter", "examine": "He works in the Crafting Guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2733", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Master Crafter", - "examine": "He wanders around the Crafting Guild pretending to be working.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "2732", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He wanders around the Crafting Guild pretending to be working.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master Crafter", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2733", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Hangs out in caves.", + "melee_animation": "9232", + "range_animation": "9232", + "attack_speed": "5", + "respawn_delay": "0", + "defence_animation": "9231", + "magic_animation": "9232", + "death_animation": "9230", + "name": "Tz-Kih", + "defence_level": "11", + "safespot": null, + "lifepoints": "10", + "strength_level": "27", "id": "2734", - "name": "Tz-Kih", - "examine": "Hangs out in caves.", "aggressive": "true", - "attack_level": "30", - "attack_speed": "5", "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "death_animation": "9230", - "defence_animation": "9231", - "defence_level": "11", - "lifepoints": "10", - "magic_animation": "9232", - "melee_animation": "9232", - "range_animation": "9232", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "27" + "attack_level": "30" }, { + "examine": "Hangs out in caves.", + "melee_animation": "9232", + "range_animation": "9232", + "attack_speed": "5", + "respawn_delay": "0", + "defence_animation": "9231", + "magic_animation": "9232", + "death_animation": "9230", + "name": "Tz-Kih", + "defence_level": "11", + "safespot": null, + "lifepoints": "10", + "strength_level": "27", "id": "2735", - "name": "Tz-Kih", - "examine": "Hangs out in caves.", "aggressive": "true", - "attack_level": "30", - "attack_speed": "5", "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "death_animation": "9230", - "defence_animation": "9231", - "defence_level": "11", - "lifepoints": "10", - "magic_animation": "9232", - "melee_animation": "9232", - "range_animation": "9232", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "27" + "attack_level": "30" }, { + "examine": "Looks like living lava...", + "melee_animation": "9233", + "range_animation": "9233", + "attack_speed": "5", + "magic_level": "20", + "defence_animation": "9235", + "magic_animation": "9233", + "death_animation": "9234", + "name": "Tz-Kek", + "defence_level": "22", + "safespot": null, + "lifepoints": "20", + "strength_level": "60", "id": "2736", - "name": "Tz-Kek", - "examine": "Looks like living lava...", "aggressive": "true", - "attack_level": "60", - "attack_speed": "5", "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "death_animation": "9234", - "defence_animation": "9235", - "defence_level": "22", - "lifepoints": "20", - "magic_animation": "9233", - "magic_level": "20", - "melee_animation": "9233", - "range_animation": "9233", "range_level": "20", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Looks like living lava...", + "melee_animation": "9233", + "range_animation": "9233", + "attack_speed": "5", + "magic_level": "20", + "defence_animation": "9235", + "magic_animation": "9233", + "death_animation": "9234", + "name": "Tz-Kek", + "defence_level": "22", + "safespot": null, + "lifepoints": "20", + "strength_level": "60", "id": "2737", - "name": "Tz-Kek", - "examine": "Looks like living lava...", "aggressive": "true", - "attack_level": "60", - "attack_speed": "5", "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "death_animation": "9234", - "defence_animation": "9235", - "defence_level": "22", - "lifepoints": "20", - "magic_animation": "9233", - "magic_level": "20", - "melee_animation": "9233", - "range_animation": "9233", "range_level": "20", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { - "id": "2738", - "name": "Tz-Kek", "examine": "Looks like living lava...", - "attack_level": "30", - "attack_speed": "5", - "bonuses": "60,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "death_animation": "9234", - "defence_animation": "9235", - "defence_level": "11", - "lifepoints": "10", - "magic_animation": "9233", "melee_animation": "9233", "range_animation": "9233", - "range_level": "1", + "attack_speed": "5", + "defence_animation": "9235", + "magic_animation": "9233", + "death_animation": "9234", + "name": "Tz-Kek", + "defence_level": "11", "safespot": null, - "strength_level": "30" + "lifepoints": "10", + "strength_level": "30", + "id": "2738", + "bonuses": "60,22,22,22,22,11,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" }, { + "examine": "I don't like the look of those spines...", + "melee_animation": "9245", + "range_animation": "9245", + "attack_speed": "5", + "defence_animation": "9242", + "weakness": "4", + "magic_animation": "9245", + "death_animation": "9239", + "name": "Tok-Xil", + "defence_level": "45", + "safespot": null, + "lifepoints": "40", + "strength_level": "80", "id": "2739", - "name": "Tok-Xil", - "examine": "I don't like the look of those spines...", - "attack_level": "80", - "attack_speed": "5", "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "death_animation": "9239", - "defence_animation": "9242", - "defence_level": "45", - "lifepoints": "40", - "magic_animation": "9245", - "melee_animation": "9245", - "range_animation": "9245", "range_level": "80", - "safespot": null, - "strength_level": "80", - "weakness": "4" + "attack_level": "80" }, { + "examine": "I don't like the look of those spines...", + "melee_animation": "9245", + "range_animation": "9245", + "attack_speed": "5", + "defence_animation": "9242", + "weakness": "4", + "magic_animation": "9245", + "death_animation": "9239", + "name": "Tok-Xil", + "defence_level": "45", + "safespot": null, + "lifepoints": "40", + "strength_level": "80", "id": "2740", - "name": "Tok-Xil", - "examine": "I don't like the look of those spines...", - "attack_level": "80", - "attack_speed": "5", "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "death_animation": "9239", - "defence_animation": "9242", - "defence_level": "45", - "lifepoints": "40", - "magic_animation": "9245", - "melee_animation": "9245", - "range_animation": "9245", "range_level": "80", - "safespot": null, - "strength_level": "80", - "weakness": "4" + "attack_level": "80" }, { + "examine": "Holy reptile...", + "melee_animation": "9252", + "range_animation": "9252", + "attack_speed": "5", + "defence_animation": "9249", + "magic_animation": "9252", + "death_animation": "9257", + "name": "Yt-MejKot", + "defence_level": "90", + "safespot": null, + "lifepoints": "80", + "strength_level": "100", "id": "2741", - "name": "Yt-MejKot", - "examine": "Holy reptile...", "aggressive": "true", - "attack_level": "100", - "attack_speed": "5", "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "death_animation": "9257", - "defence_animation": "9249", - "defence_level": "90", - "lifepoints": "80", - "magic_animation": "9252", - "melee_animation": "9252", - "range_animation": "9252", "range_level": "1", - "safespot": null, - "strength_level": "100" + "attack_level": "100" }, { + "examine": "Holy reptile...", + "melee_animation": "9252", + "range_animation": "9252", + "attack_speed": "5", + "defence_animation": "9249", + "magic_animation": "9252", + "death_animation": "9257", + "name": "Yt-MejKot", + "defence_level": "90", + "safespot": null, + "lifepoints": "80", + "strength_level": "100", "id": "2742", - "name": "Yt-MejKot", - "examine": "Holy reptile...", "aggressive": "true", - "attack_level": "100", - "attack_speed": "5", "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "death_animation": "9257", - "defence_animation": "9249", - "defence_level": "90", - "lifepoints": "80", - "magic_animation": "9252", - "melee_animation": "9252", - "range_animation": "9252", "range_level": "1", - "safespot": null, - "strength_level": "100" + "attack_level": "100" }, { + "examine": "That's one hot dog!", + "melee_animation": "9265", + "range_animation": "9265", + "attack_speed": "5", + "magic_level": "150", + "defence_animation": "9268", + "magic_animation": "9265", + "death_animation": "9269", + "name": "Ket-Zek", + "defence_level": "180", + "safespot": null, + "lifepoints": "160", + "strength_level": "150", "id": "2743", - "name": "Ket-Zek", - "examine": "That's one hot dog!", - "attack_level": "150", - "attack_speed": "5", "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "death_animation": "9269", - "defence_animation": "9268", - "defence_level": "180", - "lifepoints": "160", - "magic_animation": "9265", - "magic_level": "150", - "melee_animation": "9265", - "range_animation": "9265", "range_level": "1", - "safespot": null, - "strength_level": "150" + "attack_level": "150" }, { + "examine": "That's one hot dog!", + "melee_animation": "9265", + "range_animation": "9265", + "attack_speed": "5", + "magic_level": "150", + "defence_animation": "9268", + "magic_animation": "9265", + "death_animation": "9269", + "name": "Ket-Zek", + "defence_level": "180", + "safespot": null, + "lifepoints": "160", + "strength_level": "150", "id": "2744", - "name": "Ket-Zek", - "examine": "That's one hot dog!", - "attack_level": "150", - "attack_speed": "5", "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "death_animation": "9269", - "defence_animation": "9268", - "defence_level": "180", - "lifepoints": "160", - "magic_animation": "9265", - "magic_level": "150", - "melee_animation": "9265", - "range_animation": "9265", "range_level": "1", - "safespot": null, - "strength_level": "150" + "attack_level": "150" }, { - "id": "2745", - "name": "TzTok-Jad", - "examine": "This is going to hurt...", "agg_radius": "64", - "aggressive": "true", - "attack_level": "640", - "attack_speed": "8", - "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "9279", - "defence_animation": "9278", - "defence_level": "480", - "lifepoints": "250", - "magic_animation": "9277", - "magic_level": "480", + "examine": "This is going to hurt...", "melee_animation": "9277", "range_animation": "9277", - "range_level": "960", - "safespot": null, + "attack_speed": "8", + "magic_level": "480", + "defence_animation": "9278", + "weakness": "10", "slayer_exp": "0", + "magic_animation": "9277", + "death_animation": "9279", + "name": "TzTok-Jad", + "defence_level": "480", + "safespot": null, + "lifepoints": "250", "strength_level": "960", - "weakness": "10" + "id": "2745", + "aggressive": "true", + "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "960", + "attack_level": "640" }, { - "id": "2746", - "name": "Yt-HurKot", "examine": "Mini Menace.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "5", - "bonuses": "100,110,110,110,110,60,110,30,0,0,0,0,0,0,0", - "death_animation": "9257", - "defence_animation": "9253", - "defence_level": "75", - "lifepoints": "40", - "magic_animation": "9252", "melee_animation": "9252", "range_animation": "9252", - "range_level": "1", + "attack_speed": "5", + "defence_animation": "9253", + "magic_animation": "9252", + "death_animation": "9257", + "name": "Yt-HurKot", + "defence_level": "75", "safespot": null, - "strength_level": "75" - }, - { - "id": "2747", - "name": "Solus Dellagar" - }, - { - "id": "2748", - "name": "Savant" - }, - { - "id": "2749", - "name": "Lord Daquarius" - }, - { - "id": "2750", - "name": "Solus Dellagar" - }, - { - "id": "2751", - "name": "Black Knight" - }, - { - "id": "2752", - "name": "Lord Daquarius" - }, - { - "id": "2753", - "name": "Mage of Zamorak" - }, - { - "id": "2754", - "name": "Mage of Zamorak" - }, - { - "id": "2755", - "name": "Mage of Zamorak" - }, - { - "id": "2756", - "name": "Woman" - }, - { - "id": "2759", - "name": "null", - "examine": "She can look after my money.", + "lifepoints": "40", + "strength_level": "75", + "id": "2746", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "bonuses": "100,110,110,110,110,60,110,30,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "She can look after my money.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2776", - "name": "Woman", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,506,505", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2777", - "name": "Black Knight" - }, - { - "id": "2778", - "name": "Black Knight" - }, - { - "id": "2779", - "name": "Ranger", - "examine": "A Ranger of the Temple Knights.", - "attack_level": "1", - "death_animation": "836", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "20", "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2759", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,506,505", + "strength_level": "1", + "id": "2776", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Ranger of the Temple Knights.", "melee_animation": "426", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2780", - "name": "Solus Dellagar" - }, - { - "id": "2781", - "name": "Gnome guard" - }, - { - "id": "2782", - "name": "Shadow", - "examine": "A shadow.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "5", - "death_animation": "2739", "defence_animation": "0", - "defence_level": "68", - "lifepoints": "100", "magic_animation": "0", + "death_animation": "836", + "name": "Ranger", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "2779", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A shadow.", "melee_animation": "2738", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "2739", + "name": "Shadow", + "defence_level": "68", "safespot": null, + "lifepoints": "100", "strength_level": "68", - "weakness": "6" + "id": "2782", + "aggressive": "true", + "range_level": "1", + "attack_level": "68" }, { - "id": "2783", - "name": "Dark beast", "examine": "From a darker dimension.", - "aggressive": "true", - "attack_level": "140", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,40,100,90,100,0,0,0,0,0", - "can_tolerate": "false", - "combat_audio": "389,391,390", - "death_animation": "2733", - "defence_animation": "2732", - "defence_level": "120", - "lifepoints": "220", - "magic_animation": "2731", - "magic_level": "160", "melee_animation": "2731", "range_animation": "2731", - "range_level": "1", - "safespot": null, + "combat_audio": "389,391,390", + "attack_speed": "4", + "magic_level": "160", + "defence_animation": "2732", + "weakness": "4", "slayer_exp": "225", + "magic_animation": "2731", + "death_animation": "2733", + "name": "Dark beast", + "defence_level": "120", + "safespot": null, + "lifepoints": "220", + "can_tolerate": "false", "strength_level": "160", - "weakness": "4" - }, - { - "id": "2784", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "2785", - "name": "Slave", - "examine": "Digging.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "2786", - "name": "Slave", - "examine": "Digging.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "2787", - "name": "Slave", - "examine": "Confused.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "2788", - "name": "Thorgel" - }, - { - "id": "2790", - "name": "Sergeant Damien", - "examine": "Drill Sergeant from heck!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2791", - "name": "Pillory Guard" - }, - { - "id": "2792", - "name": "Tramp", - "examine": "A man down on his luck.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2793", - "name": "Tramp" - }, - { - "id": "2794", - "name": "Tramp" - }, - { - "id": "2795", - "name": "Skippy" - }, - { - "id": "2796", - "name": "Skippy", - "examine": "He looks angry and smells drunk." - }, - { - "id": "2797", - "name": "Skippy" - }, - { - "id": "2798", - "name": "Skippy" - }, - { - "id": "2799", - "name": "Skippy" - }, - { - "id": "2800", - "name": "A pile of broken glass" - }, - { - "id": "2801", - "name": "Ogre", - "examine": "Big, ugly, and smelly.", + "id": "2783", "aggressive": "true", - "attack_level": "54", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "54", - "lifepoints": "60", - "magic_animation": "359", + "bonuses": "0,0,0,0,0,30,40,100,90,100,0,0,0,0,0", + "range_level": "1", + "attack_level": "140" + }, + { + "examine": "Digging.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Slave", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "2785", + "range_level": "", + "attack_level": "" + }, + { + "examine": "Digging.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Slave", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "2786", + "range_level": "", + "attack_level": "" + }, + { + "examine": "Confused.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Slave", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "2787", + "range_level": "", + "attack_level": "" + }, + { + "examine": "Drill Sergeant from heck!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sergeant Damien", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2790", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A man down on his luck.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tramp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2792", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big, ugly, and smelly.", "melee_animation": "359", "range_animation": "359", - "range_level": "1", + "attack_speed": "6", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Ogre", + "defence_level": "54", "safespot": null, - "strength_level": "54" + "lifepoints": "60", + "strength_level": "54", + "id": "2801", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" }, { - "id": "2802", - "name": "Gnome Coach", "examine": "They just call him 'Coach'.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome Coach", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2802", + "range_level": "1", + "attack_level": "1" }, { - "id": "2803", - "name": "Lizard", "examine": "A cold-blooded creature, partial to warmth.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "55", - "lifepoints": "40", - "magic_animation": "2776", "melee_animation": "2776", "range_animation": "2776", - "range_level": "55", - "safespot": null, + "attack_speed": "5", + "defence_animation": "2777", + "weakness": "0", "slayer_exp": "40", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Lizard", + "defence_level": "55", + "safespot": null, + "lifepoints": "40", "strength_level": "1", - "weakness": "0" + "id": "2803", + "aggressive": "true", + "range_level": "55", + "attack_level": "1" }, { + "examine": "A cold-blooded creature, partial to warmth.", + "melee_animation": "2776", + "range_animation": "2776", + "attack_speed": "5", + "defence_animation": "2777", + "weakness": "0", + "slayer_exp": "25", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Desert Lizard", + "defence_level": "45", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "2804", - "name": "Desert Lizard", - "examine": "A cold-blooded creature, partial to warmth.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "45", - "lifepoints": "25", - "magic_animation": "2776", - "melee_animation": "2776", - "range_animation": "2776", "range_level": "45", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { + "examine": "A cold-blooded creature, partial to warmth.", + "melee_animation": "2776", + "range_animation": "2776", + "attack_speed": "5", + "defence_animation": "2777", + "weakness": "0", + "slayer_exp": "25", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Desert Lizard", + "defence_level": "45", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "2805", - "name": "Desert Lizard", - "examine": "A cold-blooded creature, partial to warmth.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "45", - "lifepoints": "25", - "magic_animation": "2776", - "melee_animation": "2776", - "range_animation": "2776", "range_level": "45", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { + "examine": "A cold-blooded creature, partial to warmth.", + "melee_animation": "2776", + "range_animation": "2776", + "attack_speed": "5", + "defence_animation": "2777", + "slayer_exp": "25", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Desert Lizard", + "defence_level": "45", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "2806", - "name": "Desert Lizard", - "examine": "A cold-blooded creature, partial to warmth.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "45", - "lifepoints": "25", - "magic_animation": "2776", - "melee_animation": "2776", - "range_animation": "2776", "range_level": "45", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { - "id": "2807", - "name": "Small Lizard", "examine": "A cold-blooded creature, partial to warmth.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "15", - "lifepoints": "15", - "magic_animation": "2776", "melee_animation": "2776", "range_animation": "2776", - "range_level": "15", - "safespot": null, + "attack_speed": "5", + "defence_animation": "2777", + "weakness": "0", "slayer_exp": "15", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Small Lizard", + "defence_level": "15", + "safespot": null, + "lifepoints": "15", "strength_level": "1", - "weakness": "0" + "id": "2807", + "range_level": "15", + "attack_level": "1" }, { - "id": "2808", - "name": "Small Lizard", "examine": "A cold-blooded creature, partial to warmth.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "15", - "lifepoints": "15", - "magic_animation": "2776", "melee_animation": "2776", "range_animation": "2776", - "range_level": "15", + "attack_speed": "5", + "defence_animation": "2777", + "weakness": "0", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Small Lizard", + "defence_level": "15", "safespot": null, + "lifepoints": "15", "strength_level": "1", - "weakness": "0" + "id": "2808", + "aggressive": "true", + "range_level": "15", + "attack_level": "1" }, { - "id": "2809", - "name": "Al the Camel", "examine": "A camel who has the soul of a poet.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Al the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2809", + "range_level": "1", + "attack_level": "1" }, { - "id": "2810", - "name": "Elly the Camel", "examine": "A camel whose love is unrequited.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elly the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2810", + "range_level": "1", + "attack_level": "1" }, { - "id": "2811", - "name": "Ollie the Camel", "examine": "A camel who wants to fly some day.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ollie the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2811", + "range_level": "1", + "attack_level": "1" }, { - "id": "2812", - "name": "Cam the Camel", "examine": "A camel who likes to rest.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cam the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2812", + "range_level": "1", + "attack_level": "1" }, { - "id": "2813", - "name": "Alice the Camel" - }, - { - "id": "2815", - "name": "Neferti the Camel", "examine": "A camel who wants to see the world.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Neferti the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2815", + "range_level": "1", + "attack_level": "1" }, { - "id": "2816", - "name": "Ali the Smith" - }, - { - "id": "2821", - "name": "Ali the Farmer" - }, - { - "id": "2822", - "name": "Ali the Tailor" - }, - { - "id": "2823", - "name": "Ali the Guard" - }, - { - "id": "2824", - "name": "Ellis", - "examine": "Manufacturer of fine leathers." - }, - { - "id": "2825", - "name": "Pirate Pete", "examine": "A shifty-looking character.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2826", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Pirate Pete", - "attack_level": "1", - "combat_audio": "703,705,704", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2825", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "2826", + "range_level": "1", + "attack_level": "1" }, { - "id": "2827", - "name": "Captain Braindeath", "examine": "A shabby-looking leader.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Braindeath", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2827", + "range_level": "1", + "attack_level": "1" }, { - "id": "2828", - "name": "50% Luke", "examine": "Most of an angry", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "50% Luke", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2828", + "range_level": "1", + "attack_level": "1" }, { - "id": "2829", - "name": "Davey" - }, - { - "id": "2830", - "name": "Captain Donnie", "examine": "I wonder if it was all the 'rum' that pickled him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Donnie", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2830", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2831", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2832", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2833", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2834", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2835", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2836", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2837", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2838", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2839", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2840", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2841", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2842", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "He talks a good fight.", + "melee_animation": "5647", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2843", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "He talks a good fight.", + "melee_animation": "5647", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2844", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "He talks a good fight.", + "melee_animation": "5651", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2845", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "He talks a good fight.", + "melee_animation": "5651", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2846", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "He talks a good fight.", + "melee_animation": "5647", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2847", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "He talks a good fight.", + "melee_animation": "5647", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2848", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { - "id": "2849", - "name": "Evil spirit", "examine": "The pun was intended.", - "aggressive": "true", - "attack_level": "40", - "death_animation": "2805", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "magic_level": "40", "melee_animation": "2804", "range_animation": "0", - "range_level": "40", + "magic_level": "40", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "2805", + "name": "Evil spirit", + "defence_level": "40", "safespot": null, + "lifepoints": "57", "strength_level": "40", - "weakness": "10" + "id": "2849", + "aggressive": "true", + "range_level": "40", + "attack_level": "40" }, { - "id": "2850", - "name": "Fever spider", "examine": "A bunch of legs, eyes and teeth.", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,15,10,15,15,0,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5321", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "5319", "range_animation": "0", - "range_level": "1", + "combat_audio": "537,539,538", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "40", + "magic_animation": "0", + "death_animation": "5321", + "name": "Fever spider", + "defence_level": "40", + "safespot": null, + "lifepoints": "40", "strength_level": "30", - "weakness": "2" + "id": "2850", + "bonuses": "0,0,0,0,0,20,15,10,15,15,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2851", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2852", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2853", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2854", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2855", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2856", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2857", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2858", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2859", - "name": "Fishing spot" - }, - { - "id": "2860", - "name": "Amaethwyr", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2861", - "name": "Teclyn", - "examine": "Looks after your Farming tools." - }, - { - "id": "2862", - "name": "Death" - }, - { + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "2863", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, + "attack_level": "1" + }, + { "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "2864", - "name": "Most of a Zombie" - }, - { - "id": "2865", - "name": "Most of a Zombie" - }, - { + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "2866", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, + "attack_level": "1" + }, + { "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "2867", - "name": "Most of a Zombie" - }, - { - "id": "2868", - "name": "Zombie Head" - }, - { + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "2869", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, + "attack_level": "1" + }, + { "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "2870", - "name": "Half-Zombie" - }, - { - "id": "2871", - "name": "Other Half-Zombie" - }, - { - "id": "2872", - "name": "Child" - }, - { - "id": "2873", - "name": "Child" - }, - { - "id": "2874", - "name": "Child" - }, - { - "id": "2875", - "name": "Child" - }, - { - "id": "2876", - "name": "Child" - }, - { - "id": "2877", - "name": "Child" - }, - { + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "2878", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "2879", - "name": "Bardur" - }, - { - "id": "2880", - "name": "Dagannoth fledgeling", "examine": "A knee-high horror from the ocean depths...", - "aggressive": "true", - "attack_level": "52", - "death_animation": "1581", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", "melee_animation": "1579", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1581", + "name": "Dagannoth fledgeling", + "defence_level": "52", "safespot": null, + "lifepoints": "74", "strength_level": "52", - "weakness": "6" + "id": "2880", + "aggressive": "true", + "range_level": "1", + "attack_level": "52" }, { - "id": "2881", - "name": "Dagannoth Supreme", - "examine": "The Dagannoth King responsible for the death of Bukalla.", "agg_radius": "8", - "aggressive": "true", - "attack_level": "255", + "examine": "The Dagannoth King responsible for the death of Bukalla.", + "combat_style": "1", + "melee_animation": "2855", "attack_speed": "4", + "magic_level": "255", + "respawn_delay": "60", + "defence_animation": "2852", + "death_animation": "2856", + "name": "Dagannoth Supreme", + "defence_level": "128", + "movement_radius": "8", + "safespot": null, + "lifepoints": "255", + "strength_level": "255", + "id": "2881", + "aggressive": "true", "bonuses": "0,0,0,0,0,10,10,10,255,550,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "2856", - "defence_animation": "2852", - "defence_level": "128", - "lifepoints": "255", - "magic_level": "255", - "melee_animation": "2855", - "movement_radius": "8", - "projectile": "475", "range_level": "255", - "respawn_delay": "60", - "safespot": null, - "strength_level": "255" + "projectile": "475", + "attack_level": "255" }, { - "id": "2882", - "name": "Dagannoth Prime", - "examine": "A legendary Dagannoth King, rumoured to fly on the North winds.", "agg_radius": "8", - "aggressive": "true", - "attack_level": "255", + "examine": "A legendary Dagannoth King, rumoured to fly on the North winds.", + "combat_style": "2", + "melee_animation": "2854", "attack_speed": "4", + "magic_level": "255", + "spell_id": "48", + "respawn_delay": "60", + "defence_animation": "2852", + "death_animation": "2856", + "name": "Dagannoth Prime", + "defence_level": "255", + "movement_radius": "8", + "safespot": null, + "lifepoints": "255", + "strength_level": "255", + "id": "2882", + "aggressive": "true", "bonuses": "0,0,0,0,0,255,255,255,255,10,0,0,0,0,0", "clue_level": "2", - "combat_style": "2", - "death_animation": "2856", - "defence_animation": "2852", - "defence_level": "255", - "lifepoints": "255", - "magic_level": "255", - "melee_animation": "2854", - "movement_radius": "8", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "spell_id": "48", - "strength_level": "255" + "attack_level": "255" }, { - "id": "2883", - "name": "Dagannoth Rex", - "examine": "Firstborn of the legendary Dagannoth Kings.", "agg_radius": "8", - "aggressive": "true", - "attack_level": "255", + "examine": "Firstborn of the legendary Dagannoth Kings.", + "melee_animation": "2853", "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "2852", + "death_animation": "2856", + "name": "Dagannoth Rex", + "defence_level": "255", + "movement_radius": "8", + "safespot": null, + "lifepoints": "255", + "strength_level": "255", + "id": "2883", + "aggressive": "true", "bonuses": "0,0,0,0,0,255,255,255,10,255,0,0,0,0,0", "clue_level": "2", - "death_animation": "2856", - "defence_animation": "2852", - "defence_level": "255", - "lifepoints": "255", - "magic_level": "1", - "melee_animation": "2853", - "movement_radius": "8", "range_level": "255", - "respawn_delay": "60", - "safespot": null, - "strength_level": "255" + "attack_level": "255" }, { - "id": "2884", - "name": "Wallasalki" - }, - { - "id": "2885", - "name": "Giant Rock Crab", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0", - "combat_audio": "717,723,722", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "200", - "lifepoints": "180", "melee_animation": "1312", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "80" - }, - { - "id": "2886", - "name": "Boulder", - "attack_level": "1", - "attack_speed": "5", - "defence_level": "1", - "lifepoints": "240", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2887", - "name": "Dagannoth", - "aggressive": "true", - "attack_level": "1", - "clue_level": "1", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "1343", - "projectile": "288", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2888", - "name": "Dagannoth", - "aggressive": "true", - "attack_level": "1", - "clue_level": "1", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "70", - "melee_animation": "1343", - "projectile": "288", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2889", - "name": "Rock lobster", - "examine": "It wasn't a rock... It was a rock lobster!", - "attack_level": "100", - "attack_speed": "2", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", - "combat_audio": "726,728,727", - "death_animation": "2862", - "defence_animation": "2861", - "defence_level": "100", - "lifepoints": "150", - "magic_animation": "2860", - "melee_animation": "2860", - "movement_radius": "30", - "range_animation": "2860", - "range_level": "1", - "safespot": null, - "strength_level": "100", - "weakness": "7" - }, - { - "id": "2890", - "name": "Large rock", - "examine": "A Rock.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "2", - "death_animation": "2861", - "defence_animation": "2861", - "defence_level": "100", - "lifepoints": "150", - "magic_animation": "2860", - "melee_animation": "2860", - "range_animation": "2860", - "range_level": "1", - "safespot": null, - "strength_level": "100", - "weakness": "7" - }, - { - "id": "2891", - "name": "Suspicious water" - }, - { - "id": "2892", - "name": "Spinolyp", - "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", - "agg_radius": "12", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", - "combat_style": "2", - "death_animation": "2866", - "defence_animation": "2869", - "defence_level": "1", - "lifepoints": "75", - "magic_animation": "2866", - "magic_level": "65", - "melee_animation": "2868", - "projectile": "294", - "range_animation": "2866", - "range_level": "20", - "respawn_delay": "55", - "safespot": null, - "slayer_exp": "0", - "spell_id": "14", - "strength_level": "10" - }, - { - "id": "2893", - "name": "Suspicious water" - }, - { - "id": "2894", - "name": "Spinolyp", - "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", - "agg_radius": "12", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", - "combat_style": "2", - "death_animation": "2866", - "defence_animation": "2869", - "defence_level": "1", - "lifepoints": "75", - "magic_animation": "2866", - "magic_level": "65", - "melee_animation": "2868", - "projectile": "294", - "range_animation": "2866", - "range_level": "20", - "respawn_delay": "55", - "safespot": null, - "spell_id": "14", - "strength_level": "10" - }, - { - "id": "2895", - "name": "Suspicious water" - }, - { - "id": "2896", - "name": "Spinolyp", - "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", - "agg_radius": "12", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", - "combat_style": "2", - "death_animation": "2866", - "defence_animation": "2869", - "defence_level": "1", - "lifepoints": "75", - "magic_animation": "2866", - "magic_level": "65", - "melee_animation": "2868", - "projectile": "294", - "range_animation": "2866", - "range_level": "70", - "respawn_delay": "55", - "safespot": null, - "slayer_exp": "0", - "spell_id": "14", - "strength_level": "60" - }, - { - "id": "2897", - "name": "Father Reen" - }, - { - "id": "2900", - "name": "Father Reen" - }, - { - "id": "2901", - "name": "Father Badden" - }, - { - "id": "2903", - "name": "Father Badden" - }, - { - "id": "2904", - "name": "Denath" - }, - { - "id": "2905", - "name": "Denath" - }, - { - "id": "2906", - "name": "Eric" - }, - { - "id": "2907", - "name": "Eric" - }, - { - "id": "2908", - "name": "Evil Dave" - }, - { - "id": "2910", - "name": "Evil Dave" - }, - { - "id": "2911", - "name": "Matthew" - }, - { - "id": "2912", - "name": "Matthew" - }, - { - "id": "2913", - "name": "Jennifer" - }, - { - "id": "2914", - "name": "Jennifer" - }, - { - "id": "2915", - "name": "Tanya" - }, - { - "id": "2916", - "name": "Tanya" - }, - { - "id": "2917", - "name": "Patrick" - }, - { - "id": "2918", - "name": "Patrick" - }, - { - "id": "2919", - "name": "Agrith Naar", - "aggressive": "true", - "attack_level": "1", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "1", - "lifepoints": "95", - "melee_animation": "64", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2920", - "name": "Sand storm" - }, - { - "id": "2922", - "name": "Clay golem" - }, - { - "id": "2928", - "name": "Clay golem" - }, - { - "id": "2929", - "name": "Ghost" - }, - { - "id": "2931", - "name": "Ghost", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "2932", - "name": "Jorral" - }, - { - "id": "2933", - "name": "Melina" - }, - { - "id": "2935", - "name": "Melina" - }, - { - "id": "2936", - "name": "Droalak" - }, - { - "id": "2938", - "name": "Droalak" - }, - { - "id": "2939", - "name": "Dron" - }, - { - "id": "2940", - "name": "Blanin" - }, - { - "id": "2941", - "name": "The Beast", - "examine": "Who ate all the rats?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2942", - "name": "Bellemorde", - "examine": "Unkempt and a bit smelly." - }, - { - "id": "2943", - "name": "Pox" - }, - { - "id": "2944", - "name": "Pox" - }, - { - "id": "2945", - "name": "Bones", - "examine": "Lovely, cute, and possibly what dreams are made of.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2946", - "name": "Grimesquit", - "examine": "Cracking personality." - }, - { - "id": "2947", - "name": "Phingspet", - "examine": "Lovely girl, shame about the smell." - }, - { - "id": "2948", - "name": "Hooknosed Jack", - "examine": "Obviously punches above his weight.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2949", - "name": "Jimmy Dazzler", - "examine": "Looks rich like an actor of sorts.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2950", - "name": "The Face", - "examine": "Once beautiful, now repugnant.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2951", - "name": "Felkrash" - }, - { - "id": "2952", - "name": "Smokin' Joe", - "examine": "What is he?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2953", - "name": "Ceril Carnillean" - }, - { - "id": "2954", - "name": "Councillor Halgrive" - }, - { - "id": "2955", - "name": "Spice seller" - }, - { - "id": "2956", - "name": "Fur trader" - }, - { - "id": "2957", - "name": "Gem merchant" - }, - { - "id": "2958", - "name": "Silver merchant", - "examine": "Looks fairly well fed.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2959", - "name": "Silk merchant" - }, - { - "id": "2960", - "name": "Zenesha" - }, - { - "id": "2961", - "name": "Ali Morrisane" - }, - { - "id": "2962", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2963", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2964", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2965", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2966", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2967", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2968", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2969", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2970", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2971", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2972", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2973", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2974", - "name": "Rat" - }, - { - "id": "2980", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2981", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2982", - "name": "King rat", - "examine": "The master of all rats.", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2983", - "name": "Turbogroomer" - }, - { - "id": "2984", - "name": "Pusskins", - "examine": "Not a soft touch.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2985", - "name": "Loki" - }, - { - "id": "2986", - "name": "Captain Tom", - "examine": "A not-so friendly, not-so little cat.", - "aggressive": "true", - "attack_level": "10", + "combat_audio": "717,723,722", "attack_speed": "4", - "death_animation": "0", - "defence_animation": "0", + "respawn_delay": "50", + "defence_animation": "1313", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "200", + "safespot": null, + "lifepoints": "180", + "strength_level": "80", + "id": "2885", + "aggressive": "true", + "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "name": "Boulder", "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "attack_speed": "5", + "id": "2886", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "1343", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "strength_level": "1", + "id": "2887", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "288", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "1343", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "2888", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "288", + "attack_level": "1" + }, + { + "examine": "It wasn't a rock... It was a rock lobster!", + "melee_animation": "2860", + "range_animation": "2860", + "combat_audio": "726,728,727", + "attack_speed": "2", + "defence_animation": "2861", + "weakness": "7", + "magic_animation": "2860", + "death_animation": "2862", + "name": "Rock lobster", + "defence_level": "100", + "safespot": null, + "movement_radius": "30", + "lifepoints": "150", + "strength_level": "100", + "id": "2889", + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "A Rock.", + "melee_animation": "2860", + "range_animation": "2860", + "attack_speed": "2", + "defence_animation": "2861", + "weakness": "7", + "magic_animation": "2860", + "death_animation": "2861", + "name": "Large rock", + "defence_level": "100", + "safespot": null, + "lifepoints": "150", + "strength_level": "100", + "id": "2890", + "aggressive": "true", + "range_level": "1", + "attack_level": "100" + }, + { + "agg_radius": "12", + "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", + "combat_style": "2", + "melee_animation": "2868", + "range_animation": "2866", + "attack_speed": "6", + "magic_level": "65", + "spell_id": "14", + "respawn_delay": "55", + "defence_animation": "2869", + "slayer_exp": "0", + "magic_animation": "2866", + "death_animation": "2866", + "name": "Spinolyp", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "10", + "id": "2892", + "aggressive": "true", + "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", + "range_level": "20", + "projectile": "294", + "attack_level": "1" + }, + { + "agg_radius": "12", + "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", + "combat_style": "2", + "melee_animation": "2868", + "range_animation": "2866", + "attack_speed": "6", + "magic_level": "65", + "spell_id": "14", + "respawn_delay": "55", + "defence_animation": "2869", + "magic_animation": "2866", + "death_animation": "2866", + "name": "Spinolyp", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "10", + "id": "2894", + "aggressive": "true", + "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", + "range_level": "20", + "projectile": "294", + "attack_level": "1" + }, + { + "agg_radius": "12", + "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", + "combat_style": "2", + "melee_animation": "2868", + "range_animation": "2866", + "attack_speed": "6", + "magic_level": "65", + "spell_id": "14", + "respawn_delay": "55", + "defence_animation": "2869", + "slayer_exp": "0", + "magic_animation": "2866", + "death_animation": "2866", + "name": "Spinolyp", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "60", + "id": "2896", + "aggressive": "true", + "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", + "range_level": "70", + "projectile": "294", + "attack_level": "1" + }, + { + "melee_animation": "64", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Agrith Naar", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "id": "2919", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "25", + "name": "Ghost", + "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2931", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Who ate all the rats?", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Beast", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2941", + "range_level": "1", + "attack_level": "1" }, { - "id": "2987", - "name": "Treacle" + "examine": "Lovely, cute, and possibly what dreams are made of.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bones", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2945", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Obviously punches above his weight.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hooknosed Jack", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2948", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks rich like an actor of sorts.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jimmy Dazzler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2949", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Once beautiful, now repugnant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Face", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2950", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "What is he?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Smokin' Joe", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2952", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks fairly well fed.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silver merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2958", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2962", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2963", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2964", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2965", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2966", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2967", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2968", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2969", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2970", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2971", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2972", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2973", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2980", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2981", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The master of all rats.", + "name": "King rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "2982", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not a soft touch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pusskins", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2984", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A not-so friendly, not-so little cat.", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "4", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Tom", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2986", + "aggressive": "true", + "range_level": "1", + "attack_level": "10" }, { - "id": "2988", - "name": "Mittens", "examine": "A fully grown feline.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mittens", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2988", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2989", - "name": "Claude" - }, - { - "id": "2990", - "name": "Topsy", "examine": "Cute and fluffy.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Topsy", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2990", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2991", - "name": "Rauborn" - }, - { - "id": "2992", - "name": "Vaeringk" - }, - { - "id": "2993", - "name": "Oxi" - }, - { - "id": "2994", - "name": "Fior" - }, - { - "id": "2995", - "name": "Sagira" - }, - { - "id": "2996", - "name": "Anleif" - }, - { - "id": "2997", - "name": "Gertrude's cat", "examine": "A friendly feline?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gertrude's cat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2997", + "range_level": "1", + "attack_level": "1" }, { - "id": "2998", - "name": "Gambler", "examine": "Very well to do. I wonder what he's doing here.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2999", - "name": "Gambler" - }, - { - "id": "3000", - "name": "Barman" - }, - { - "id": "3001", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2998", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Rich.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3001", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Poor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3002", - "name": "Gambler", - "examine": "Poor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Poor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3003", - "name": "Gambler", - "examine": "Poor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Poor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3004", - "name": "Gambler", - "examine": "Poor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Poor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3005", - "name": "Gambler", - "examine": "Poor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Poor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3006", - "name": "Gambler", - "examine": "Poor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3007", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3008", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3009", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3010", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3011", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3012", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3013", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3014", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3015", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3016", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3017", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3018", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3019", - "name": "Fishing spot" - }, - { - "id": "3020", - "name": "Rug Merchant" - }, - { - "id": "3021", - "name": "Tool leprechaun", "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tool leprechaun", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3021", + "range_level": "1", + "attack_level": "1" }, { - "id": "3022", - "name": "Genie", "examine": "Phenomenal cosmic powers", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Genie", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3022", + "range_level": "1", + "attack_level": "1" }, { - "id": "3023", - "name": "Nirrie" - }, - { - "id": "3024", - "name": "Tirrie" - }, - { - "id": "3025", - "name": "Hallak" - }, - { - "id": "3026", + "examine": "An animated clay statue.", + "melee_animation": "2917", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "2919", "name": "Black golem", - "examine": "An animated clay statue.", - "aggressive": "true", - "attack_level": "55", - "death_animation": "2919", - "defence_animation": "0", "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "2917", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "78", "strength_level": "55", - "weakness": "2" + "id": "3026", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" }, { - "id": "3027", + "examine": "An animated clay statue.", + "melee_animation": "2917", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "2919", "name": "White golem", - "examine": "An animated clay statue.", - "aggressive": "true", - "attack_level": "55", - "death_animation": "2919", - "defence_animation": "0", "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "2917", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "78", "strength_level": "55", - "weakness": "0" + "id": "3027", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" }, { - "id": "3028", + "examine": "An animated clay statue.", + "melee_animation": "2917", + "range_animation": "0", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "2919", "name": "Grey golem", - "examine": "An animated clay statue.", - "aggressive": "true", - "attack_level": "55", - "death_animation": "2919", - "defence_animation": "0", "defence_level": "55", + "safespot": null, "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "2917", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "55", - "weakness": "1" - }, - { - "id": "3029", - "name": "Ghaslor the Elder", - "examine": "The oldest man in Nardah.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3030", - "name": "Ali the Carter", - "examine": "A water salesman from Pollnivneach.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3031", - "name": "Usi" - }, - { - "id": "3032", - "name": "Nkuku" - }, - { - "id": "3033", - "name": "Garai" - }, - { - "id": "3034", - "name": "Habibah" - }, - { - "id": "3035", - "name": "Meskhenet" - }, - { - "id": "3036", - "name": "Zahra" - }, - { - "id": "3037", - "name": "Zahur" - }, - { - "id": "3038", - "name": "Seddu" - }, - { - "id": "3039", - "name": "Kazemde" - }, - { - "id": "3040", - "name": "Awusah the Mayor", - "examine": "The Mayor of Nardah.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3041", - "name": "Tarik" - }, - { - "id": "3042", - "name": "Poltenip", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3043", - "name": "Radat", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3044", - "name": "Shiratti the Custodian", - "examine": "Custodian of the shrine to Elidinis.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3045", - "name": "Rokuh" - }, - { - "id": "3046", - "name": "Nardah Banker", - "examine": "A banker of Nardah.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3047", - "name": "Target" - }, - { - "id": "3048", - "name": "Target" - }, - { - "id": "3049", - "name": "Larxus" - }, - { - "id": "3051", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3052", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3053", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3054", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3055", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3056", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3057", - "name": "Earth Warrior Champion", - "examine": "Champion of the earth warriors.", + "id": "3028", "aggressive": "true", - "attack_level": "84", - "death_animation": "2946", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "The oldest man in Nardah.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "84", - "lifepoints": "108", "magic_animation": "0", + "death_animation": "0", + "name": "Ghaslor the Elder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3029", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A water salesman from Pollnivneach.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Carter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3030", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Mayor of Nardah.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Awusah the Mayor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3040", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Poltenip", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "melee_animation": "395", + "strength_level": "1", + "id": "3042", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Radat", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "melee_animation": "395", + "strength_level": "1", + "id": "3043", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "Custodian of the shrine to Elidinis.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shiratti the Custodian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3044", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A banker of Nardah.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Nardah Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3046", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3051", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3052", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3053", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3054", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3055", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3056", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Champion of the earth warriors.", "melee_animation": "2951", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "2946", + "name": "Earth Warrior Champion", + "defence_level": "84", "safespot": null, + "lifepoints": "108", "strength_level": "84", - "weakness": "7" + "id": "3057", + "aggressive": "true", + "range_level": "1", + "attack_level": "84" }, { - "id": "3058", - "name": "Giant Champion", "examine": "Champion of the giants.", - "aggressive": "true", - "attack_level": "36", - "attack_speed": "4", - "death_animation": "6369", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "70", - "magic_animation": "0", "melee_animation": "6368", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "8", "slayer_exp": "35", + "magic_animation": "0", + "death_animation": "6369", + "name": "Giant Champion", + "defence_level": "52", + "safespot": null, + "lifepoints": "70", "strength_level": "44", - "weakness": "8" + "id": "3058", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" }, { - "id": "3059", - "name": "Ghoul Champion", "examine": "Champion of the ghouls.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "441,444,443", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "422", "range_animation": "0", - "range_level": "60", + "combat_audio": "441,444,443", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "50", + "magic_animation": "0", + "death_animation": "836", + "name": "Ghoul Champion", + "defence_level": "60", + "safespot": null, + "lifepoints": "100", "strength_level": "80", - "weakness": "9" + "id": "3059", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" }, { - "id": "3060", - "name": "Goblin Champion", "examine": "Champion of the goblins.", - "attack_level": "1", - "attack_speed": "4", - "combat_audio": "469,472,471", - "death_animation": "6190", - "defence_animation": "0", - "defence_level": "14", - "lifepoints": "32", - "magic_animation": "0", - "magic_level": "26", "melee_animation": "6188", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "attack_speed": "4", + "magic_level": "26", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6190", + "name": "Goblin Champion", + "defence_level": "14", "safespot": null, + "lifepoints": "32", "strength_level": "1", - "weakness": "10" + "id": "3060", + "range_level": "1", + "attack_level": "1" }, { - "id": "3061", - "name": "Hobgoblin Champion", "examine": "Champion of the hobgoblins.", - "aggressive": "true", - "attack_level": "44", - "attack_speed": "4", - "combat_audio": "469,472,471", "combat_style": "1", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "48", - "lifepoints": "58", - "magic_animation": "164", "melee_animation": "164", "range_animation": "164", - "range_level": "44", + "combat_audio": "469,472,471", + "attack_speed": "4", "respawn_delay": "60", + "defence_animation": "165", + "weakness": "0", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin Champion", + "defence_level": "48", "safespot": null, + "lifepoints": "58", "strength_level": "48", - "weakness": "0" + "id": "3061", + "aggressive": "true", + "range_level": "44", + "attack_level": "44" }, { - "id": "3062", - "name": "Imp Champion", "examine": "Champion of the imps.", - "aggressive": "true", - "attack_level": "5", - "attack_speed": "4", - "death_animation": "172", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "5285", "range_animation": "0", - "range_level": "5", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "7" - }, - { - "id": "3063", - "name": "Jogre Champion", - "examine": "Champion of the jogres.", - "aggressive": "true", - "attack_level": "86", - "death_animation": "2938", - "defence_animation": "2937", - "defence_level": "86", - "lifepoints": "120", - "magic_animation": "2936", - "melee_animation": "2936", - "poison_amount": "40", - "poisonous": "true", - "range_animation": "2936", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "86", - "weakness": "9" - }, - { - "id": "3064", - "name": "Lesser Demon Champion", - "examine": "Champion of the lesser demons.", - "aggressive": "true", - "attack_level": "136", - "combat_audio": "396,402,401", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "142", - "lifepoints": "148", + "defence_animation": "0", + "weakness": "7", "magic_animation": "0", - "magic_level": "136", + "death_animation": "172", + "name": "Imp Champion", + "defence_level": "5", + "safespot": null, + "lifepoints": "40", + "strength_level": "5", + "id": "3062", + "aggressive": "true", + "range_level": "5", + "attack_level": "5" + }, + { + "examine": "Champion of the jogres.", + "melee_animation": "2936", + "range_animation": "2936", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "2937", + "weakness": "9", + "poison_amount": "40", + "magic_animation": "2936", + "death_animation": "2938", + "name": "Jogre Champion", + "defence_level": "86", + "safespot": null, + "lifepoints": "120", + "strength_level": "86", + "id": "3063", + "aggressive": "true", + "range_level": "1", + "attack_level": "86" + }, + { + "examine": "Champion of the lesser demons.", "melee_animation": "64", "range_animation": "0", - "range_level": "1", + "combat_audio": "396,402,401", + "magic_level": "136", "respawn_delay": "60", - "safespot": null, + "defence_animation": "65", + "weakness": "5", "slayer_exp": "79", - "strength_level": "140", - "weakness": "5" - }, - { - "id": "3065", - "name": "Skeleton Champion", - "examine": "Champion of the jogres.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1444", - "defence_animation": "5493", - "defence_level": "54", - "lifepoints": "58", "magic_animation": "0", - "melee_animation": "5485", - "poisonous": "", - "range_animation": "5493", - "range_level": "36", - "respawn_delay": "60", + "death_animation": "67", + "name": "Lesser Demon Champion", + "defence_level": "142", "safespot": null, - "strength_level": "1", - "weakness": "9" + "lifepoints": "148", + "strength_level": "140", + "id": "3064", + "aggressive": "true", + "range_level": "1", + "attack_level": "136" }, { - "id": "3066", - "name": "Zombies Champion", - "examine": "Champion of the zombies.", - "aggressive": "true", - "attack_level": "26", - "attack_speed": "5", - "death_animation": "5575", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", + "examine": "Champion of the jogres.", + "melee_animation": "5485", + "range_animation": "5493", + "poisonous": "", + "respawn_delay": "60", + "defence_animation": "5493", + "weakness": "9", "magic_animation": "0", + "death_animation": "1444", + "name": "Skeleton Champion", + "defence_level": "54", + "safespot": null, + "lifepoints": "58", + "strength_level": "1", + "id": "3065", + "aggressive": "true", + "range_level": "36", + "attack_level": "1" + }, + { + "examine": "Champion of the zombies.", "melee_animation": "5581", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" - }, - { - "id": "3067", - "name": "Leon d'Cour", - "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "7050", - "defence_level": "1", - "lifepoints": "123", - "melee_animation": "7049", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3068", - "name": "Skeletal Wyvern", - "examine": "A very dangerous pile of animated Wyvern bones.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "125", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "0,771,770", - "death_animation": "2987", - "defence_animation": "2983", - "defence_level": "120", - "end_gfx": "501", - "lifepoints": "200", - "magic_animation": "2985", - "magic_level": "125", - "melee_animation": "2985", - "projectile": "500", - "range_animation": "2989", - "range_level": "120", - "safespot": null, - "slayer_exp": "210", - "start_gfx": "499", - "strength_level": "116", - "weakness": "9" - }, - { - "id": "3069", - "name": "Skeletal Wyvern", - "examine": "A very dangerous pile of animated Wyvern bones.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "125", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "0,771,770", - "death_animation": "2987", - "defence_animation": "2983", - "defence_level": "120", - "end_gfx": "501", - "lifepoints": "200", - "magic_animation": "2985", - "magic_level": "125", - "melee_animation": "2985", - "projectile": "500", - "range_animation": "2989", - "range_level": "120", - "safespot": null, - "slayer_exp": "210", - "start_gfx": "499", - "strength_level": "116", - "weakness": "9" - }, - { - "id": "3070", - "name": "Skeletal Wyvern", - "examine": "A very dangerous pile of animated Wyvern bones.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "125", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "0,771,770", - "death_animation": "2987", - "defence_animation": "2983", - "defence_level": "120", - "end_gfx": "501", - "lifepoints": "200", - "magic_animation": "2985", - "magic_level": "125", - "melee_animation": "2985", - "projectile": "500", - "range_animation": "2989", - "range_level": "120", - "safespot": null, - "slayer_exp": "210", - "start_gfx": "499", - "strength_level": "116", - "weakness": "9" - }, - { - "id": "3071", - "name": "Skeletal Wyvern", - "examine": "A very dangerous pile of animated Wyvern bones.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "125", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "0,771,770", - "death_animation": "2987", - "defence_animation": "2983", - "defence_level": "120", - "end_gfx": "501", - "lifepoints": "200", - "magic_animation": "2985", - "magic_level": "125", - "melee_animation": "2985", - "projectile": "500", - "range_animation": "2989", - "range_level": "120", - "safespot": null, - "slayer_exp": "210", - "start_gfx": "499", - "strength_level": "116", - "weakness": "9" - }, - { - "id": "3072", - "name": "Ice giant", - "examine": "He's got icicles in his beard.", - "aggressive": "true", - "attack_level": "40", "attack_speed": "5", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4673", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "70", + "weakness": "9", "magic_animation": "0", - "magic_level": "1", + "death_animation": "5575", + "name": "Zombies Champion", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", + "id": "3066", + "aggressive": "true", + "range_level": "1", + "attack_level": "26" + }, + { + "melee_animation": "7049", + "respawn_delay": "60", + "defence_animation": "7050", + "death_animation": "836", + "name": "Leon d'Cour", + "defence_level": "1", + "safespot": null, + "lifepoints": "123", + "strength_level": "1", + "id": "3067", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "start_gfx": "499", + "melee_animation": "2985", + "attack_speed": "6", + "weakness": "9", + "slayer_exp": "210", + "magic_animation": "2985", + "death_animation": "2987", + "lifepoints": "200", + "id": "3068", + "aggressive": "true", + "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", + "agg_radius": "6", + "range_animation": "2989", + "combat_audio": "0,771,770", + "magic_level": "125", + "end_gfx": "501", + "defence_animation": "2983", + "name": "Skeletal Wyvern", + "defence_level": "120", + "safespot": null, + "strength_level": "116", + "clue_level": "2", + "range_level": "120", + "projectile": "500", + "attack_level": "125" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "start_gfx": "499", + "melee_animation": "2985", + "attack_speed": "6", + "weakness": "9", + "slayer_exp": "210", + "magic_animation": "2985", + "death_animation": "2987", + "lifepoints": "200", + "id": "3069", + "aggressive": "true", + "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", + "agg_radius": "6", + "range_animation": "2989", + "combat_audio": "0,771,770", + "magic_level": "125", + "end_gfx": "501", + "defence_animation": "2983", + "name": "Skeletal Wyvern", + "defence_level": "120", + "safespot": null, + "strength_level": "116", + "clue_level": "2", + "range_level": "120", + "projectile": "500", + "attack_level": "125" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "start_gfx": "499", + "melee_animation": "2985", + "attack_speed": "6", + "weakness": "9", + "slayer_exp": "210", + "magic_animation": "2985", + "death_animation": "2987", + "lifepoints": "200", + "id": "3070", + "aggressive": "true", + "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", + "agg_radius": "6", + "range_animation": "2989", + "combat_audio": "0,771,770", + "magic_level": "125", + "end_gfx": "501", + "defence_animation": "2983", + "name": "Skeletal Wyvern", + "defence_level": "120", + "safespot": null, + "strength_level": "116", + "clue_level": "2", + "range_level": "120", + "projectile": "500", + "attack_level": "125" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "start_gfx": "499", + "melee_animation": "2985", + "attack_speed": "6", + "weakness": "9", + "slayer_exp": "210", + "magic_animation": "2985", + "death_animation": "2987", + "lifepoints": "200", + "id": "3071", + "aggressive": "true", + "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", + "agg_radius": "6", + "range_animation": "2989", + "combat_audio": "0,771,770", + "magic_level": "125", + "end_gfx": "501", + "defence_animation": "2983", + "name": "Skeletal Wyvern", + "defence_level": "120", + "safespot": null, + "strength_level": "116", + "clue_level": "2", + "range_level": "120", + "projectile": "500", + "attack_level": "125" + }, + { + "examine": "He's got icicles in his beard.", "melee_animation": "4672", "range_animation": "0", - "range_level": "1", + "combat_audio": "448,451,450", + "attack_speed": "5", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "70", + "magic_animation": "0", + "death_animation": "4673", + "name": "Ice giant", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", "strength_level": "40", - "weakness": "9" + "id": "3072", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "3073", - "name": "Ice warrior", "examine": "A cold-hearted elemental warrior.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "2500,530,529", - "death_animation": "843", - "defence_animation": "404", - "defence_level": "47", - "lifepoints": "59", - "magic_animation": "451", "melee_animation": "451", "range_animation": "451", - "range_level": "1", + "combat_audio": "2500,530,529", + "attack_speed": "4", "respawn_delay": "30", - "safespot": null, + "defence_animation": "404", + "weakness": "9", "slayer_exp": "59", + "magic_animation": "451", + "death_animation": "843", + "name": "Ice warrior", + "defence_level": "47", + "safespot": null, + "lifepoints": "59", "strength_level": "47", - "weakness": "9" - }, - { - "id": "3074", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3075", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3076", - "name": "Dead Monk" - }, - { - "id": "3078", - "name": "High Priest" - }, - { - "id": "3079", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3080", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3081", - "name": "Assassin" - }, - { - "id": "3082", - "name": "Rosie" - }, - { - "id": "3083", - "name": "Sorcha" - }, - { - "id": "3084", - "name": "Cait" - }, - { - "id": "3085", - "name": "Cormac" - }, - { - "id": "3086", - "name": "Fionn" - }, - { - "id": "3087", - "name": "Donnacha" - }, - { - "id": "3088", - "name": "Ronan" - }, - { - "id": "3089", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3090", - "name": "", - "examine": "A mighty warrior", + "id": "3073", "aggressive": "true", - "attack_level": "17", + "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "47" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "17", - "lifepoints": "24", - "magic_animation": "0", + "strength_level": "1", + "id": "3074", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3075", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3079", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3080", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3089", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mighty warrior", "melee_animation": "7048", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "17", - "weakness": "8" - }, - { - "id": "3091", - "name": "", - "attack_level": "1", "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "", + "defence_level": "17", "safespot": null, - "strength_level": "1" + "lifepoints": "24", + "strength_level": "17", + "id": "3090", + "aggressive": "true", + "range_level": "1", + "attack_level": "17" }, { - "id": "3093", - "name": "Flying Book" + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3091", + "range_level": "1", + "attack_level": "1" }, { - "id": "3094", - "name": "Flying Book", "examine": "The book moves by itself!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Flying Book", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3094", + "range_level": "1", + "attack_level": "1" }, { - "id": "3095", - "name": "Flying Book" - }, - { - "id": "3096", - "name": "Pizzaz Hat" - }, - { - "id": "3097", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Entrance Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3097", + "range_level": "1", + "attack_level": "1" }, { - "id": "3098", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Telekinetic Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3098", + "range_level": "1", + "attack_level": "1" }, { - "id": "3099", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Alchemy Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3099", + "range_level": "1", + "attack_level": "1" }, { - "id": "3100", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Enchantment Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3100", + "range_level": "1", + "attack_level": "1" }, { - "id": "3101", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Graveyard Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3101", + "range_level": "1", + "attack_level": "1" }, { - "id": "3102", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Maze Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3102", + "range_level": "1", + "attack_level": "1" }, { - "id": "3103", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Rewards Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3103", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Equipment that moves by itself!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Charmed Warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3104", - "name": "Charmed Warrior", - "examine": "Equipment that moves by itself!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Equipment that moves by itself!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Charmed Warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3105", - "name": "Charmed Warrior", - "examine": "Equipment that moves by itself!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Equipment that moves by itself!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Charmed Warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3106", - "name": "Charmed Warrior", - "examine": "Equipment that moves by itself!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3107", - "name": "Charmed Warrior" - }, - { - "id": "3108", - "name": "Bert", - "examine": "Bert seems to be covered in sand from head to toe." - }, - { - "id": "3109", - "name": "Guard Captain", "examine": "This guard looks rather drunk and has beer stains down his armour.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard Captain", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3109", + "range_level": "1", + "attack_level": "1" }, { - "id": "3110", - "name": "Sandy" - }, - { - "id": "3112", - "name": "Sandy", - "examine": "Angry and stressed, he doesn't seem to have time for anything other than sand." - }, - { - "id": "3113", - "name": "Sandy", - "examine": "He seems to be distracted, looking out of the window at something." - }, - { - "id": "3114", - "name": "Mazion", - "examine": "Mazion seems to be covered in sand." - }, - { - "id": "3115", - "name": "Blaec", - "examine": "Blaec seems to be covered in sand." - }, - { - "id": "3116", - "name": "Reeso" - }, - { - "id": "3117", - "name": "Sandwich lady", - "examine": "The sandwich lady." - }, - { - "id": "3118", - "name": "Prison Pete" - }, - { - "id": "3119", - "name": "Balloon Animal" - }, - { - "id": "3120", - "name": "Balloon Animal" - }, - { - "id": "3121", - "name": "Balloon Animal", "examine": "Looks after farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3122", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Balloon Animal", - "examine": "I saw the witchdoctor", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3121", + "range_level": "1", + "attack_level": "1" }, { - "id": "3123", - "name": "Simon Templeton", - "examine": "Looks like he's seen the inside of a few tombs.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "9055", - "defence_animation": "404", + "examine": "I saw the witchdoctor", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Balloon Animal", "defence_level": "1", - "lifepoints": "12", - "magic_animation": "422", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3122", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like he's seen the inside of a few tombs.", "melee_animation": "422", "range_animation": "422", - "range_level": "1", - "safespot": "0", - "strength_level": "1" - }, - { - "id": "3124", - "name": "Pyramid block" - }, - { - "id": "3125", - "name": "Pyramid block" - }, - { - "id": "3126", - "name": "Pentyn" - }, - { - "id": "3127", - "name": "Aristarchus" - }, - { - "id": "3128", - "name": "Boneguard" - }, - { - "id": "3130", - "name": "Pile of bones" - }, - { - "id": "3131", - "name": "Desert Spirit" - }, - { - "id": "3132", - "name": "Crust of ice" - }, - { - "id": "3134", - "name": "Furnace grate" - }, - { - "id": "3135", - "name": "Furnace grate", - "examine": "It seems to be blocked.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Simon Templeton", "defence_level": "1", - "lifepoints": "0", - "magic_animation": "0", + "safespot": "0", + "lifepoints": "12", + "strength_level": "1", + "id": "3123", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It seems to be blocked.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3136", - "name": "Enakhra" - }, - { - "id": "3138", - "name": "Enakhra" - }, - { - "id": "3139", - "name": "Boneguard" - }, - { - "id": "3141", - "name": "Akthanakos" - }, - { - "id": "3142", - "name": "Akthanakos" - }, - { - "id": "3143", - "name": "Lazim" - }, - { - "id": "3148", - "name": "Enakhra" - }, - { - "id": "3149", - "name": "Akthanakos" - }, - { - "id": "3150", - "name": "Knight", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3151", - "name": "Skeleton", - "attack_level": "1", - "combat_audio": "774,775,777", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3152", - "name": "Harpie Bug Swarm" - }, - { - "id": "3153", - "name": "Harpie Bug Swarm", - "examine": "A swarm of bugs.", - "aggressive": "true", - "attack_level": "54", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,5,10,5,10,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "2743,2745,2744", - "death_animation": "1585", + "combat_audio": "703,705,704", "defence_animation": "0", - "defence_level": "32", - "lifepoints": "25", "magic_animation": "0", - "magic_level": "1", + "death_animation": "0", + "name": "Furnace grate", + "defence_level": "1", + "safespot": null, + "lifepoints": "0", + "strength_level": "1", + "id": "3135", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3150", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A swarm of bugs.", "melee_animation": "1584", "range_animation": "0", - "range_level": "1", + "combat_audio": "2743,2745,2744", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "25", - "strength_level": "46", - "weakness": "2" - }, - { - "id": "3154", - "name": "Count Draynor" - }, - { - "id": "3155", - "name": "Bill Teach", - "examine": "Bill Teach the pirate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3156", - "name": "Bill Teach" - }, - { - "id": "3157", - "name": "Bill Teach" - }, - { - "id": "3158", - "name": "Bill Teach" - }, - { - "id": "3159", - "name": "Bill Teach" - }, - { - "id": "3160", - "name": "Bill Teach" - }, - { - "id": "3161", - "name": "Charley" - }, - { - "id": "3162", - "name": "Smith" - }, - { - "id": "3163", - "name": "Joe" - }, - { - "id": "3164", - "name": "Mama" - }, - { - "id": "3165", - "name": "Mama" - }, - { - "id": "3166", - "name": "Mike", - "examine": "Dodgy Mike." - }, - { - "id": "3167", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3168", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3169", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3170", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3171", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3172", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3173", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3174", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3175", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3176", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3177", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3178", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3179", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3180", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3181", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3182", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3183", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3184", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3185", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3186", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3187", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3188", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3189", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3190", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3191", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3192", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3193", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3194", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3195", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3196", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3197", - "name": "Gull" - }, - { - "id": "3198", - "name": "Banker", - "examine": "He can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3199", - "name": "Banker", - "examine": "He can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3200", - "name": "Chaos Elemental", - "examine": "pUre A cHaOs of crEatuRe!", - "agg_radius": "16", - "aggressive": "true", - "attack_level": "270", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,70,70,70,70,70,0,0,0,0,0", - "combat_audio": "345,351,347", - "death_animation": "3147", - "defence_animation": "3149", - "defence_level": "270", - "end_gfx": "558", - "lifepoints": "250", - "magic_animation": "5443", - "magic_level": "270", - "melee_animation": "3146", - "movement_radius": "30", - "projectile": "557", - "range_animation": "5443", - "range_level": "270", - "respawn_delay": "100", - "safespot": "true", - "start_gfx": "556", - "strength_level": "270", - "weakness": "4" - }, - { - "id": "3201", - "name": "Killerwatt", - "attack_level": "1", - "attack_speed": "3", - "defence_level": "1", - "lifepoints": "51", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "51", - "strength_level": "1" - }, - { - "id": "3202", - "name": "Killerwatt", - "attack_level": "1", - "attack_speed": "3", - "defence_level": "1", - "lifepoints": "51", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "51", - "strength_level": "1" - }, - { - "id": "3203", - "name": "Storm Cloud", - "examine": "A very small storm!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3204", - "name": "Storm Cloud", - "examine": "A very small storm!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3205", - "name": "Romily Weaklax" - }, - { - "id": "3206", - "name": "Priest" - }, - { - "id": "3207", - "name": "Pious Pete" - }, - { - "id": "3208", - "name": "Taper" - }, - { - "id": "3209", - "name": "Elena", - "examine": "She doesn't look too happy." - }, - { - "id": "3210", - "name": "Alrena" - }, - { - "id": "3211", - "name": "Alrena" - }, - { - "id": "3212", - "name": "Bravek" - }, - { - "id": "3213", - "name": "Edmond", - "examine": "A local civilian.", - "attack_level": "", - "combat_audio": "", - "defence_level": "", - "lifepoints": "", - "range_level": "", - "safespot": null, - "slayer_exp": "", - "strength_level": "" - }, - { - "id": "3214", - "name": "Edmond", - "examine": "A local civilian.", - "attack_level": "", - "combat_audio": "", - "defence_level": "", - "lifepoints": "", - "range_level": "", - "safespot": null, - "slayer_exp": "", - "strength_level": "" - }, - { - "id": "3215", - "name": "Elena", - "examine": "She looks concerned." - }, - { - "id": "3216", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "3217", - "name": "Kaylee", - "examine": "Works in the Rising Sun." - }, - { - "id": "3218", - "name": "Tina" - }, - { - "id": "3219", - "name": "Dwarf", - "examine": "Loves mining.", - "attack_level": "28", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "28", - "weakness": "6" - }, - { - "id": "3220", - "name": "Dwarf", - "examine": "Loves mining.", - "attack_level": "32", - "death_animation": "102", - "defence_animation": "0", + "death_animation": "1585", + "name": "Harpie Bug Swarm", "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", "safespot": null, - "slayer_exp": "16", - "strength_level": "32", - "weakness": "6" - }, - { - "id": "3221", - "name": "Dwarf", - "examine": "Loves mining.", - "attack_level": "28", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "28", - "weakness": "6" - }, - { - "id": "3222", - "name": "Drunken man", - "examine": "One of Gielinor's many citizens, currently incapacitated by alcohol.", - "attack_level": "4", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "4", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "4", - "weakness": "9" - }, - { - "id": "3223", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "9" - }, - { - "id": "3224", - "name": "Man", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3225", - "name": "Man", - "examine": "One of Gielinor's many citizens. He looks worried about something.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "9" - }, - { - "id": "3226", - "name": "Woman", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "9", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3227", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,506,505", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3228", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "13", - "attack_speed": "5", + "lifepoints": "25", + "strength_level": "46", + "id": "3153", + "aggressive": "true", + "bonuses": "0,0,0,0,0,10,5,10,5,10,0,0,0,0,0", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "13", - "lifepoints": "18", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Bill Teach the pirate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", "magic_animation": "0", + "death_animation": "0", + "name": "Bill Teach", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3155", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3167", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3168", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3169", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3170", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3171", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3172", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3173", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3174", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3175", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3176", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3177", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3178", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3179", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3180", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3181", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3182", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3183", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3184", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3185", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3186", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "422", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", + "id": "3187", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3188", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3189", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3190", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3191", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3192", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3193", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3194", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3195", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "melee_animation": "400", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", + "id": "3196", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3198", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3199", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "pUre A cHaOs of crEatuRe!", + "start_gfx": "556", + "melee_animation": "3146", + "attack_speed": "5", + "respawn_delay": "100", + "weakness": "4", + "magic_animation": "5443", + "death_animation": "3147", + "lifepoints": "250", + "id": "3200", + "aggressive": "true", + "bonuses": "0,0,0,0,0,70,70,70,70,70,0,0,0,0,0", + "agg_radius": "16", + "range_animation": "5443", + "combat_audio": "345,351,347", + "magic_level": "270", + "end_gfx": "558", + "defence_animation": "3149", + "name": "Chaos Elemental", + "defence_level": "270", + "movement_radius": "30", + "safespot": "true", + "strength_level": "270", + "range_level": "270", + "projectile": "557", + "attack_level": "270" + }, + { + "slayer_exp": "51", + "name": "Killerwatt", + "defence_level": "1", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "attack_speed": "3", + "id": "3201", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "slayer_exp": "51", + "name": "Killerwatt", + "defence_level": "1", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "attack_speed": "3", + "id": "3202", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "A very small storm!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Storm Cloud", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3203", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very small storm!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Storm Cloud", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3204", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Loves mining.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "3219", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Loves mining.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "3220", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "Loves mining.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "3221", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "3223", + "range_level": "1", + "attack_level": "3" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3224", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens. He looks worried about something.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "3225", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "melee_animation": "422", + "combat_audio": "511,506,505", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "9", + "strength_level": "1", + "id": "3226", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens.", + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,506,505", + "strength_level": "1", + "id": "3227", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He tries to keep order around here.", "melee_animation": "386", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "404", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "7" + "id": "3228", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" }, { - "id": "3229", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "4230", "range_animation": "2075", - "range_level": "13", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "404", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", "safespot": null, + "lifepoints": "18", "strength_level": "1", - "weakness": "0" + "id": "3229", + "clue_level": "1", + "range_level": "13", + "attack_level": "1" }, { - "id": "3230", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "395", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "404", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "7" + "id": "3230", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" }, { - "id": "3231", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "422", "range_animation": "426", - "range_level": "13", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", "safespot": null, + "lifepoints": "18", "strength_level": "1", - "weakness": "0" + "id": "3231", + "clue_level": "1", + "range_level": "13", + "attack_level": "1" }, { + "examine": "Keeping an eye out for threats to the city.", + "melee_animation": "422", + "range_animation": "426", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", "id": "3232", - "name": "Guard", - "examine": "Keeping an eye out for threats to the city.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "426", "range_level": "13", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { + "examine": "Keeping an eye out for threats to the city.", + "melee_animation": "422", + "range_animation": "426", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", "id": "3233", - "name": "Guard", - "examine": "Keeping an eye out for threats to the city.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "426", "range_level": "13", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { - "id": "3234", - "name": "Gardener", "examine": "An old gardener.", - "attack_level": "4", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "4", - "lifepoints": "5", - "magic_animation": "0", "melee_animation": "433", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Gardener", + "defence_level": "4", "safespot": null, + "lifepoints": "5", "strength_level": "4", - "weakness": "8" + "id": "3234", + "range_level": "1", + "attack_level": "4" }, { - "id": "3235", - "name": "Apprentice workman", "examine": "He's learning a trade.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Apprentice workman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3235", + "range_level": "1", + "attack_level": "1" }, { - "id": "3236", - "name": "Workman", "examine": "A busy workman", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3237", - "name": "Cuffs", - "examine": "He looks a bit dodgy.", - "agg_radius": "", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "7", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3238", - "name": "Narf", - "examine": "Looks unpleasant.", - "agg_radius": "", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "7", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3239", - "name": "Rusty", - "examine": "Seems to be loitering.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "7", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3240", - "name": "Jeff", - "examine": "Untrustworthy.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "7", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3241", - "name": "Guard", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3242", - "name": "Dark wizard", - "examine": "A practicer of dark arts.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", "defence_animation": "0", - "defence_level": "25", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "3243", - "name": "Dark wizard", - "examine": "A practicer of dark arts.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "27", - "lifepoints": "38", - "magic_animation": "711", - "magic_level": "27", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "3244", - "name": "Dark wizard", - "examine": "A practicer of dark arts.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "16", - "lifepoints": "22", - "magic_animation": "711", - "magic_level": "16", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "3245", - "name": "Dark wizard", - "examine": "A practicer of dark arts.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "16", - "lifepoints": "22", - "magic_animation": "711", - "magic_level": "16", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "3246", - "name": "Barbarian", - "examine": "Alberich, a fierce barbarian warrior.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", "magic_animation": "0", + "death_animation": "0", + "name": "Workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3236", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "", + "examine": "He looks a bit dodgy.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Cuffs", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "strength_level": "1", + "id": "3237", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "", + "examine": "Looks unpleasant.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Narf", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "strength_level": "1", + "id": "3238", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to be loitering.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Rusty", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "strength_level": "1", + "id": "3239", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Untrustworthy.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Jeff", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "strength_level": "1", + "id": "3240", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "404", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "3241", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A practicer of dark arts.", + "combat_style": "2", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "25", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "25", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "3242", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A practicer of dark arts.", + "combat_style": "2", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "27", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "27", + "safespot": null, + "lifepoints": "38", + "strength_level": "1", + "id": "3243", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A practicer of dark arts.", + "combat_style": "2", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "16", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "16", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "3244", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A practicer of dark arts.", + "combat_style": "2", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "16", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "16", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "3245", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Alberich, a fierce barbarian warrior.", "melee_animation": "2067", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3246", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3247", - "name": "Barbarian", "examine": "Fafner, a tough barbarian warrior.", - "attack_level": "22", - "attack_speed": "6", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "18", - "magic_animation": "7048", "melee_animation": "7048", "range_animation": "7048", - "range_level": "1", + "attack_speed": "6", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "7048", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "18", "strength_level": "22", - "weakness": "8" + "id": "3247", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3248", - "name": "Barbarian", "examine": "Fasolt, a strong barbarian warrior.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "2067", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3248", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3249", - "name": "Barbarian", "examine": "Siegmund, a guard in the Barbarian Village.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3249", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3250", - "name": "Barbarian", "examine": "Siegfried, a young guard in the Barbarian Village.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "2067", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3250", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3251", - "name": "Barbarian", "examine": "Lydspor, a well-traveld barbarian warrior.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "7048", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3251", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3252", - "name": "Barbarian", "examine": "Hagen, a guard in the Barbarian Village.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "2067", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3252", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3253", - "name": "Barbarian", "examine": "Minarch, a barbarian who likes his beer.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "22", - "weakness": "8" - }, - { - "id": "3254", - "name": "Hunding" - }, - { - "id": "3255", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3253", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { "examine": "Wotan, a sturdy barbarian warrior.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3255", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3256", - "name": "Barbarian", "examine": "Acelin, a guard in the Barbarian Village.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3256", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3257", - "name": "Barbarian", "examine": "Adelino, a barbarian warrior with a big axe.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "2067", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3257", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3258", - "name": "Barbarian", "examine": "Adolpho, a barbarian warrior with a warhammer.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3258", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3259", - "name": "Barbarian", "examine": "Aitan, a barbarian archer.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "426", "range_animation": "426", - "range_level": "1", - "safespot": null, - "strength_level": "22", - "weakness": "8" - }, - { - "id": "3260", - "name": "Barbarian", - "examine": "Brunnhilde, a fierce barbarian warrior.", - "attack_level": "20", - "clue_level": "0", - "death_animation": "836", "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", + "weakness": "8", "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "8" - }, - { - "id": "3261", - "name": "Barbarian", - "examine": "Gutrune, a mighty barbarian warrior.", - "attack_level": "20", - "clue_level": "0", "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "8" - }, - { - "id": "3262", "name": "Barbarian", - "examine": "Edelschwarz, a barbarian warrior with a spear.", - "attack_level": "20", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "8" - }, - { - "id": "3263", - "name": "Barbarian", - "examine": "Sieglinde, a muscular barbarian warrior.", - "attack_level": "22", - "attack_speed": "6", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "404", "defence_level": "22", - "lifepoints": "20", - "magic_animation": "428", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3259", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Brunnhilde, a fierce barbarian warrior.", + "melee_animation": "428", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "3260", + "clue_level": "0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Gutrune, a mighty barbarian warrior.", + "melee_animation": "428", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "3261", + "clue_level": "0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Edelschwarz, a barbarian warrior with a spear.", + "melee_animation": "428", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "3262", + "clue_level": "0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Sieglinde, a muscular barbarian warrior.", "melee_animation": "428", "range_animation": "428", - "range_level": "1", + "attack_speed": "6", + "defence_animation": "404", + "weakness": "8", + "magic_animation": "428", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "20", "strength_level": "20", - "weakness": "8" + "id": "3263", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", "id": "3264", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", "id": "3265", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", "id": "3266", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { - "id": "3267", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", + "melee_animation": "6185", + "range_animation": "6185", "combat_audio": "470,472,471", - "death_animation": "6182", + "attack_speed": "5", "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, "slayer_exp": "5", - "strength_level": "2" + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "3267", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3268", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3269", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3270", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3271", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3272", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3273", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3274", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3275", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "3276", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "30", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "30", - "weakness": "6" + "attack_level": "30" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "3277", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "30", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "30", - "weakness": "6" + "attack_level": "30" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "3278", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "30", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "30", - "weakness": "6" + "attack_level": "30" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "3279", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "30", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "30", - "weakness": "6" + "attack_level": "30" }, { - "id": "3280", - "name": "Engineering assistant", "examine": "He looks busy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3281", - "name": "Engineering assistant" - }, - { - "id": "3282", - "name": "Engineer", - "examine": "He's building a cannon.", - "attack_level": "1", + "defence_animation": "0", + "magic_animation": "0", "death_animation": "0", - "defence_animation": "0", + "name": "Engineering assistant", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3283", - "name": "Squirrel", - "examine": "Bushy tail!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3284", - "name": "Squirrel", - "examine": "Bushy tail!" - }, - { - "id": "3285", - "name": "Squirrel", - "examine": "Bushy tail!" - }, - { - "id": "3286", - "name": "Raccoon", - "examine": "A raccoon.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3287", - "name": "Raccoon", - "examine": "A raccoon." - }, - { - "id": "3288", - "name": "Raccoon", - "examine": "A raccoon.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3289", - "name": "Skeleton" - }, - { - "id": "3291", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "8", - "weakness": "8" - }, - { - "id": "3292", - "name": "Witch" - }, - { - "id": "3293", - "name": "null", - "examine": "She'll store my items for me.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3294", - "name": "Dwarf", - "examine": "A dwarf who looks after the mining guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "3295", - "name": "Dwarf", - "examine": "A dwarf who looks after the mining guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "3296", - "name": "Swan", - "examine": "A graceful bird.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "1", - "water_npc": true + "id": "3280", + "range_level": "1", + "attack_level": "1" }, { - "id": "3297", - "name": "Black Swan", - "examine": "A rare bird.", - "water_npc": "true" + "examine": "He's building a cannon.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Engineer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3282", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bushy tail!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squirrel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3283", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A raccoon.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Raccoon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3286", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A raccoon.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Raccoon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3288", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She'll store my items for me.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3293", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarf who looks after the mining guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3294", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarf who looks after the mining guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3295", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A graceful bird.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swan", + "defence_level": "1", + "safespot": null, + "water_npc": true, + "lifepoints": "10", + "strength_level": "1", + "id": "3296", + "range_level": "1", + "attack_level": "1" }, { - "id": "3298", - "name": "Sweeper", "examine": "Keeps this magic area tidy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sweeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3298", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3299", - "name": "Martin the Master Gardener", "examine": "A master at gardening.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Martin the Master Gardener", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3299", + "range_level": "1", + "attack_level": "1" }, { - "id": "3300", - "name": "Frog" - }, - { - "id": "3301", - "name": "Storm cloud" - }, - { - "id": "3302", - "name": "Co-ordinator", "examine": "Manages the fairies.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Co-ordinator", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3302", + "range_level": "1", + "attack_level": "1" }, { - "id": "3303", - "name": "Fairy Nuff" - }, - { - "id": "3304", - "name": "Fairy Godfather", "examine": "I'm gonna make him an offer he can't refuse.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy Godfather", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3304", + "range_level": "1", + "attack_level": "1" }, { - "id": "3305", - "name": "Slim Louie" - }, - { - "id": "3306", - "name": "Fat Rocco" - }, - { - "id": "3307", - "name": "Gatekeeper", "examine": "Guardian of the market gate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3308", - "name": "Zandar Horfyre" - }, - { - "id": "3309", - "name": "Cow", - "examine": "Converts grass to beef.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "369,371,370", - "death_animation": "5851", - "defence_animation": "5850", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gatekeeper", "defence_level": "1", - "lifepoints": "8", - "magic_animation": "5849", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3307", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Converts grass to beef.", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, + "combat_audio": "369,371,370", + "attack_speed": "5", + "defence_animation": "5850", + "weakness": "8", "slayer_exp": "8", - "strength_level": "1", - "weakness": "8" - }, - { - "id": "3310", - "name": "Sheep", - "examine": "White and fluffy" - }, - { - "id": "3311", - "name": "Sheep" - }, - { - "id": "3312", - "name": "Zanaris choir", - "examine": "They're going to sing to you!" - }, - { - "id": "3313", - "name": "Tanglefoot", - "attack_level": "1", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow", "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "3309", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "White and fluffy", + "name": "Sheep", + "id": "3310" + }, + { + "name": "Tanglefoot", + "defence_level": "1", + "safespot": null, "lifepoints": "102", + "strength_level": "1", + "id": "3313", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3314", - "name": "Baby tanglefoot" - }, - { - "id": "3319", - "name": "Baby tanglefoot", "examine": "An animated shrub.", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "41", - "lifepoints": "58", - "magic_animation": "0", "range_animation": "0", - "range_level": "41", - "safespot": null, - "strength_level": "1", - "weakness": "2" - }, - { - "id": "3320", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", "name": "Baby tanglefoot", - "examine": "An aggressive bush.", - "attack_level": "1", - "defence_animation": "0", "defence_level": "41", + "safespot": null, "lifepoints": "58", - "magic_animation": "0", - "range_animation": "0", - "range_level": "41", - "safespot": null, "strength_level": "1", - "weakness": "2" + "id": "3319", + "range_level": "41", + "attack_level": "1" }, { - "id": "3321", - "name": "Gatekeeper" - }, - { - "id": "3322", - "name": "Fairy chef", - "examine": "Likes to cook with mushrooms.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "movement_radius": "2", + "examine": "An aggressive bush.", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "name": "Baby tanglefoot", + "defence_level": "41", "safespot": null, - "strength_level": "1" + "lifepoints": "58", + "strength_level": "1", + "id": "3320", + "range_level": "41", + "attack_level": "1" }, { - "id": "3323", - "name": "Draul Leptoc" - }, - { - "id": "3324", - "name": "Draul Leptoc", - "examine": "This looks like an angry, aggressive man." - }, - { - "id": "3325", - "name": "Phillipa", - "examine": "A quiet, more reserved sort of lady." - }, - { - "id": "3326", - "name": "Martina Scorsby" - }, - { - "id": "3327", - "name": "Jeremy Clerksin", "examine": "Rather more tired than most.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jeremy Clerksin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3327", + "range_level": "1", + "attack_level": "1" }, { - "id": "3328", - "name": "Tarquin" - }, - { - "id": "3329", - "name": "Sigurd" - }, - { - "id": "3330", - "name": "Hari" - }, - { - "id": "3331", - "name": "Barfy Bill", "examine": "Looks a little green around the gills.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barfy Bill", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3331", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3332", - "name": "Trees" - }, - { - "id": "3333", - "name": "Trees" - }, - { - "id": "3334", - "name": "Cavemouth", "examine": "It's made of pure fire.", - "aggressive": "true", - "attack_level": "200", "attack_speed": "6", - "bonuses": "126,98,86,297,311,304,319,13,284,30,0,0,0,0,0", - "defence_level": "500", - "lifepoints": "1000", "magic_level": "300", - "range_level": "300", "respawn_delay": "25", + "name": "Cavemouth", + "defence_level": "500", "safespot": null, - "strength_level": "1500" + "lifepoints": "1000", + "strength_level": "1500", + "id": "3334", + "aggressive": "true", + "bonuses": "126,98,86,297,311,304,319,13,284,30,0,0,0,0,0", + "range_level": "300", + "attack_level": "200" }, { - "id": "3335", - "name": "Bullrush" - }, - { - "id": "3336", - "name": "Bullrush" - }, - { - "id": "3337", - "name": "Cave scenery" - }, - { - "id": "3338", - "name": "Cave scenery" - }, - { - "id": "3339", - "name": "Cave scenery" - }, - { - "id": "3340", - "name": "Giant Mole", "examine": "Holy Mole-y!", - "attack_level": "200", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,60,80,100,80,60,0,0,0,0,0", - "combat_audio": "1642,1646,1645", - "death_animation": "3310", - "defence_animation": "3311", - "defence_level": "200", - "lifepoints": "200", - "magic_animation": "3312", - "magic_level": "200", "melee_animation": "3312", "range_animation": "3312", - "range_level": "1", + "combat_audio": "1642,1646,1645", + "attack_speed": "4", + "magic_level": "200", "respawn_delay": "56", + "defence_animation": "3311", + "weakness": "7", + "magic_animation": "3312", + "death_animation": "3310", + "name": "Giant Mole", + "defence_level": "200", "safespot": null, + "lifepoints": "200", "strength_level": "200", - "weakness": "7" + "id": "3340", + "bonuses": "0,0,0,0,0,60,80,100,80,60,0,0,0,0,0", + "range_level": "1", + "attack_level": "200" }, { - "id": "3341", - "name": "Baby Mole", "examine": "I will call him, Mini Mole.", - "aggressive": "false", - "attack_level": "1", - "death_animation": "0", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby Mole", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3342", - "name": "Baby Mole", - "examine": "Mooooooooooooole." - }, - { - "id": "3343", - "name": "Baby Mole", - "examine": "Moley, moley, moley!" - }, - { - "id": "3344", - "name": "Fungi", - "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "65", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3345", - "name": "Fungi", - "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2777", - "defence_animation": "2775", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "2776", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3346", - "name": "Zygomite", - "examine": "A bouncy fungus.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2777", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "2776", - "range_animation": "0", - "range_level": "42", - "respawn_delay": "60", - "safespot": null, "strength_level": "1", - "weakness": "1" + "id": "3341", + "aggressive": "false", + "range_level": "1", + "attack_level": "1" }, { - "id": "3347", - "name": "Zygomite", - "examine": "Have a fungus.", - "attack_level": "1", + "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.", + "melee_animation": "0", + "range_animation": "0", "attack_speed": "5", - "death_animation": "2777", - "defence_animation": "2775", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "2776", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3348", - "name": "White Knight", - "attack_level": "1", - "attack_speed": "8", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "7050", - "defence_level": "1", - "lifepoints": "53", - "melee_animation": "7049", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3349", - "name": "White Knight", - "attack_level": "1", - "attack_speed": "8", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "7050", - "defence_level": "1", - "lifepoints": "53", - "melee_animation": "7049", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3350", - "name": "White Knight", - "attack_level": "1", - "attack_speed": "8", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "7050", - "defence_level": "1", - "lifepoints": "53", - "melee_animation": "7049", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3351", - "name": "Genie" - }, - { - "id": "3352", - "name": "Mysterious Old Man" - }, - { - "id": "3353", - "name": "Swarm" - }, - { - "id": "3354", - "name": "Cap'n Hand" - }, - { - "id": "3355", - "name": "Rick Turpentine" - }, - { - "id": "3356", - "name": "Niles" - }, - { - "id": "3357", - "name": "Miles" - }, - { - "id": "3358", - "name": "Giles" - }, - { - "id": "3359", - "name": "Dr Jekyll" - }, - { - "id": "3360", - "name": "Mr Hyde" - }, - { - "id": "3361", - "name": "Mr Hyde" - }, - { - "id": "3362", - "name": "Mr Hyde" - }, - { - "id": "3363", - "name": "Mr Hyde" - }, - { - "id": "3364", - "name": "Mr Hyde" - }, - { - "id": "3365", - "name": "Mr Hyde" - }, - { - "id": "3366", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3367", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3368", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3369", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3370", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3371", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3372", - "name": "Sir Amik Varze" - }, - { - "id": "3373", - "name": "Sir Amik Varze" - }, - { - "id": "3375", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "55", - "combat_audio": "355,357,356", - "death_animation": "2301", "defence_animation": "0", - "defence_level": "55", - "lifepoints": "117", "magic_animation": "0", - "magic_level": "55", + "death_animation": "0", + "name": "Fungi", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "3344", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.", + "melee_animation": "2776", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "2775", + "death_animation": "2777", + "name": "Fungi", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "3345", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bouncy fungus.", + "melee_animation": "2776", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "2777", + "name": "Zygomite", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "3346", + "range_level": "42", + "attack_level": "1" + }, + { + "examine": "Have a fungus.", + "melee_animation": "2776", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "2775", + "death_animation": "2777", + "name": "Zygomite", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "3347", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "7049", + "combat_audio": "511,513,512", + "attack_speed": "8", + "respawn_delay": "60", + "defence_animation": "7050", + "death_animation": "836", + "name": "White Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "53", + "strength_level": "1", + "id": "3348", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "7049", + "combat_audio": "511,513,512", + "attack_speed": "8", + "respawn_delay": "60", + "defence_animation": "7050", + "death_animation": "836", + "name": "White Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "53", + "strength_level": "1", + "id": "3349", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "7049", + "combat_audio": "511,513,512", + "attack_speed": "8", + "respawn_delay": "60", + "defence_animation": "7050", + "death_animation": "836", + "name": "White Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "53", + "strength_level": "1", + "id": "3350", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3366", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3367", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3368", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3369", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3370", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3371", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fowl beast.", "melee_animation": "2299", "range_animation": "0", - "range_level": "55", + "combat_audio": "355,357,356", + "magic_level": "55", "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "55", "safespot": null, + "lifepoints": "117", "strength_level": "55", - "weakness": "10" + "id": "3375", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" }, { - "id": "3376", - "name": "Baby black dragon", "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "5", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "combat_audio": "405,407,406", - "death_animation": "28", - "defence_animation": "26", - "defence_level": "42", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "40", "melee_animation": "25", "range_animation": "25", - "range_level": "1", + "combat_audio": "405,407,406", + "attack_speed": "5", + "magic_level": "40", "respawn_delay": "32", - "safespot": null, + "defence_animation": "26", + "weakness": "3", "slayer_exp": "0", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby black dragon", + "defence_level": "42", + "safespot": null, + "lifepoints": "50", "strength_level": "80", - "weakness": "3" - }, - { - "id": "3377", - "name": "K'klik" - }, - { - "id": "3378", - "name": "Evil Dave", - "examine": "He seems to like wearing black.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3379", - "name": "Evil Dave" - }, - { - "id": "3381", - "name": "Doris" - }, - { - "id": "3382", - "name": "Hell-Rat", - "examine": "Vermin from the underworld.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3383", - "name": "Gypsy" - }, - { - "id": "3386", - "name": "Gypsy" - }, - { - "id": "3387", - "name": "Culinaromancer" - }, - { - "id": "3388", - "name": "Osman" - }, - { - "id": "3389", - "name": "Pirate Pete", - "examine": "A shifty-looking character.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3390", - "name": "Mountain Dwarf", - "examine": "He looks short and grumpy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "3391", - "name": "General Wartface", - "examine": "An ugly green creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3392", - "name": "General Bentnoze", - "examine": "An ugly green creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3393", - "name": "Lumbridge Guide", - "examine": "He provides new players with useful information.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3394", - "name": "Evil Dave", - "examine": "He seems to like wearing black.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3395", - "name": "Sir Amik Varze" - }, - { - "id": "3396", - "name": "Awowogei" - }, - { - "id": "3397", - "name": "Awowogei" - }, - { - "id": "3398", - "name": "Skrach Uglogwee" - }, - { - "id": "3399", - "name": "Culinaromancer" - }, - { - "id": "3401", - "name": "An old Dwarf" - }, - { - "id": "3403", - "name": "Rohak" - }, - { - "id": "3404", - "name": "null", - "examine": "Rutmir's assistant.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3406", - "name": "Icefiend", - "examine": "A small ice demon.", + "id": "3376", "aggressive": "true", - "attack_level": "60", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "531,533,532", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "171", - "magic_animation": "0", - "range_animation": "0", + "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" + "attack_level": "80" }, { - "id": "3407", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "7219", + "examine": "He seems to like wearing black.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", "magic_animation": "0", + "death_animation": "0", + "name": "Evil Dave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3378", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Vermin from the underworld.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hell-Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3382", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A shifty-looking character.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pirate Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3389", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks short and grumpy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3390", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "General Wartface", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3391", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "General Bentnoze", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3392", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He provides new players with useful information.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lumbridge Guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3393", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems to like wearing black.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evil Dave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3394", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Rutmir's assistant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3404", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A small ice demon.", + "range_animation": "0", + "combat_audio": "531,533,532", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Icefiend", + "defence_level": "60", + "safespot": null, + "lifepoints": "171", + "strength_level": "60", + "id": "3406", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "He tries to keep order around here.", "melee_animation": "7218", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7219", + "name": "Guard", + "defence_level": "25", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "3407", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { - "id": "3408", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "7213", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", "melee_animation": "583", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7213", + "name": "Guard", + "defence_level": "25", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "3408", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { + "examine": "A sentient plant - ready", + "melee_animation": "7246", + "range_animation": "0", + "poisonous": "true", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "poison_amount": "35", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", "id": "3409", - "name": "Wild jade vine", - "examine": "A sentient plant - ready", "aggressive": "true", - "attack_level": "65", - "death_animation": "7249", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "185", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7246", - "poison_amount": "35", - "poisonous": "true", - "range_animation": "0", "range_level": "65", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { + "examine": "A sentient plant - ready", + "melee_animation": "7246", + "range_animation": "0", + "poisonous": "true", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "poison_amount": "35", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", "id": "3410", - "name": "Wild jade vine", - "examine": "A sentient plant - ready", "aggressive": "true", - "attack_level": "65", - "death_animation": "7249", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "185", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7246", - "poison_amount": "35", - "poisonous": "true", - "range_animation": "0", "range_level": "65", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { + "examine": "A sentient plant - ready", + "melee_animation": "7246", + "range_animation": "0", + "poisonous": "true", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "poison_amount": "35", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", "id": "3411", - "name": "Wild jade vine", - "examine": "A sentient plant - ready", "aggressive": "true", - "attack_level": "65", - "death_animation": "7249", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "185", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7246", - "poison_amount": "35", - "poisonous": "true", - "range_animation": "0", "range_level": "65", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { + "examine": "A sentient plant - ready", + "melee_animation": "7246", + "range_animation": "0", + "poisonous": "true", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "poison_amount": "35", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", "id": "3412", - "name": "Wild jade vine", - "examine": "A sentient plant - ready", "aggressive": "true", - "attack_level": "65", - "death_animation": "7249", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "185", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7246", - "poison_amount": "35", - "poisonous": "true", - "range_animation": "0", "range_level": "65", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { - "id": "3413", - "name": "Goblin Cook", "examine": "He's got funky socks, but he's still an ugly green creature.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin Cook", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3413", + "range_level": "1", + "attack_level": "1" }, { - "id": "3414", - "name": "Goblin Cook", "examine": "More like a goblin cooked.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3415", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Goblin Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3414", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Half way up the wall is maybe not a naturally tenable position for a goblin.", - "attack_level": "1", + "name": "Goblin Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "3415", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He'll store my items for me.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pirate Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3416", - "name": "Pirate Pete", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "He'll store my items for me.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pirate Pete", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3417", - "name": "Pirate Pete" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "3418", - "name": "Pirate Pete", - "examine": "He'll store my items for me.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3419", - "name": "Ogre", "examine": "Big, ugly, and smelly.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "27", - "lifepoints": "60", - "melee_animation": "359", - "respawn_delay": "60", - "safespot": null, "slayer_task": "64", + "melee_animation": "359", + "attack_speed": "7", + "respawn_delay": "60", + "defence_animation": "360", + "weakness": "8", + "death_animation": "361", + "name": "Ogre", + "defence_level": "27", + "safespot": null, + "lifepoints": "60", "strength_level": "27", - "weakness": "8" + "id": "3419", + "aggressive": "true", + "attack_level": "1" }, { - "id": "3420", - "name": "Mogre Guard", "examine": "An angry Ogre in a highly amusing hat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mogre Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3420", + "range_level": "1", + "attack_level": "1" }, { - "id": "3421", - "name": "Crab", "examine": "Nice claw!", - "attack_level": "22", - "death_animation": "3430", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "3428", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3430", + "name": "Crab", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "9" + "id": "3421", + "range_level": "1", + "attack_level": "22" }, { - "id": "3422", - "name": "Mudskipper", "examine": "Not the most beautiful fish in the sea.", - "aggressive": "true", - "attack_level": "29", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "241,243,242", - "death_animation": "3435", - "defence_animation": "3434", - "defence_level": "26", - "lifepoints": "20", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "3433", "range_animation": "0", - "range_level": "1", - "respawn_delay": "10", - "safespot": null, - "strength_level": "29", - "weakness": "9" - }, - { - "id": "3423", - "name": "Mudskipper", - "examine": "Not the most beautiful fish in the sea.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_audio": "241,243,242", - "death_animation": "3435", - "defence_animation": "3434", - "defence_level": "29", - "lifepoints": "20", + "attack_speed": "4", "magic_level": "1", - "melee_animation": "3433", - "range_level": "1", - "respawn_delay": "5", + "respawn_delay": "10", + "defence_animation": "3434", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3435", + "name": "Mudskipper", + "defence_level": "26", "safespot": null, - "strength_level": "30" + "lifepoints": "20", + "strength_level": "29", + "id": "3422", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "29" + }, + { + "examine": "Not the most beautiful fish in the sea.", + "melee_animation": "3433", + "combat_audio": "241,243,242", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "5", + "defence_animation": "3434", + "death_animation": "3435", + "name": "Mudskipper", + "defence_level": "29", + "safespot": null, + "lifepoints": "20", + "strength_level": "30", + "id": "3423", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" }, { - "id": "3424", - "name": "Crab", - "attack_level": "1", "death_animation": "3430", - "defence_animation": "3429", + "name": "Crab", "defence_level": "1", + "safespot": null, "lifepoints": "18", "melee_animation": "3428", + "strength_level": "1", + "id": "3424", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "3429" }, { + "examine": "A Red Fantail.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3425", - "name": "Fish", - "examine": "A Red Fantail.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Red Fantail.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3426", - "name": "Fish", - "examine": "A Red Fantail.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Red Fantail.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3427", - "name": "Fish", - "examine": "A Red Fantail.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An Angel Fish.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3428", - "name": "Fish" - }, - { - "id": "3429", - "name": "Fish" - }, - { - "id": "3430", - "name": "Fish" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "3431", - "name": "Fish", - "examine": "An Angel Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "An Angel Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3432", - "name": "Fish", - "examine": "An Angel Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "An Angel Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3433", - "name": "Fish", - "examine": "An Angel Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Harlequin Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3434", - "name": "Fish", - "examine": "A Harlequin Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Harlequin Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3435", - "name": "Fish", - "examine": "A Harlequin Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Harlequin Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3436", - "name": "Fish", - "examine": "A Harlequin Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Discus Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3437", - "name": "Fish", - "examine": "A Discus Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Discus Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3438", - "name": "Fish", - "examine": "A Discus Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Discus Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3439", - "name": "Fish", - "examine": "A Discus Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A shoal of Neon Tetra.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3440", - "name": "Fish" - }, - { - "id": "3441", - "name": "Fish" - }, - { - "id": "3442", - "name": "Fish" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "3443", - "name": "Fish", - "examine": "A shoal of Neon Tetra.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A shoal of Neon Tetra.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3444", - "name": "Fish", - "examine": "A shoal of Neon Tetra.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A shoal of Neon Tetra.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3445", - "name": "Fish", - "examine": "A shoal of Neon Tetra.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", + "attack_level": "1" + }, + { + "name": "Lumbridge Guide", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3446", - "name": "Fish" - }, - { - "id": "3447", - "name": "Fish" - }, - { - "id": "3448", - "name": "Fish" - }, - { + "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", "id": "3449", - "name": "Lumbridge Guide", "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", - "defence_level": "1", - "lifepoints": "60", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3450", "name": "null", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", "defence_level": "1", + "safespot": null, "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3450", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3451", "name": "Lumbridge Guide", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", "defence_level": "1", + "safespot": null, "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3451", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3452", - "name": "? ? ? ?" - }, - { - "id": "3453", - "name": "? ? ? ?" - }, - { - "id": "3454", - "name": "? ? ? ?" - }, - { - "id": "3455", - "name": "? ? ? ?" - }, - { - "id": "3456", - "name": "? ? ? ?" - }, - { - "id": "3457", - "name": "? ? ? ?" - }, - { - "id": "3458", - "name": "? ? ? ?" - }, - { - "id": "3459", - "name": "? ? ? ?" - }, - { - "id": "3460", - "name": "? ? ? ?" - }, - { - "id": "3461", - "name": "? ? ? ?" - }, - { - "id": "3462", - "name": "Skrach Uglogwee" - }, - { - "id": "3463", - "name": "Skrach Uglogwee", "examine": "What restful music!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3464", - "name": "Skrach Uglogwee" - }, - { - "id": "3465", - "name": "Nung" - }, - { - "id": "3466", - "name": "Ogre" - }, - { - "id": "3467", - "name": "Rantz" - }, - { - "id": "3468", - "name": "Rantz" - }, - { - "id": "3469", - "name": "Ogre boat" - }, - { - "id": "3472", - "name": "Ogre boat" - }, - { - "id": "3473", - "name": "Balloon Toad" - }, - { - "id": "3474", - "name": "Balloon Toad" - }, - { - "id": "3475", - "name": "Balloon Toad" - }, - { - "id": "3476", - "name": "Jubbly bird", - "examine": "A large boisterous bird", - "aggressive": "true", - "attack_level": "6", - "death_animation": "6801", "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", "magic_animation": "0", + "death_animation": "0", + "name": "Skrach Uglogwee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3463", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A large boisterous bird", "melee_animation": "6800", "range_animation": "0", - "range_level": "8", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "6801", + "name": "Jubbly bird", + "defence_level": "8", "safespot": null, + "lifepoints": "11", "strength_level": "6", - "weakness": "0" + "id": "3476", + "aggressive": "true", + "range_level": "8", + "attack_level": "6" }, { - "id": "3477", - "name": "Jubbly bird" - }, - { - "id": "3478", "name": "King Awowogei", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "328", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3479", - "name": "King Awowogei" - }, - { - "id": "3481", - "name": "Mizaru" - }, - { - "id": "3482", - "name": "Kikazaru" - }, - { - "id": "3483", - "name": "Iwazaru" - }, - { - "id": "3484", - "name": "Big Snake", - "examine": "A big snake.", - "aggressive": "true", - "attack_level": "46", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "melee_animation": "3538", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "46", - "weakness": "8" - }, - { - "id": "3485", - "name": "Culinaromancer" - }, - { - "id": "3486", - "name": "Culinaromancer" - }, - { - "id": "3487", - "name": "Culinaromancer" - }, - { - "id": "3488", - "name": "Culinaromancer" - }, - { - "id": "3489", - "name": "Culinaromancer" - }, - { - "id": "3490", - "name": "Culinaromancer" - }, - { - "id": "3491", - "name": "Culinaromancer", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "140", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3492", - "name": "Culinaromancer" - }, - { - "id": "3493", - "name": "Agrith-Na-Na", - "aggressive": "true", - "attack_level": "1", - "death_animation": "3503", - "defence_animation": "3500", - "defence_level": "1", - "lifepoints": "200", - "melee_animation": "3501", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3494", - "name": "Flambeed", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1752", - "defence_animation": "1751", - "defence_level": "1", - "lifepoints": "210", - "melee_animation": "1750", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3495", - "name": "Karamel", - "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3496", - "name": "Dessourt", - "aggressive": "true", - "attack_level": "1", - "death_animation": "3510", - "defence_animation": "3505", - "defence_level": "1", - "lifepoints": "140", - "melee_animation": "3507", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3497", - "name": "Gelatinnoth Mother", - "examine": "Deadly AND fruity!", - "aggressive": "true", - "attack_level": "48", - "death_animation": "1342", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "139", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "1341", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "48", - "weakness": "5" - }, - { - "id": "3498", - "name": "Gelatinnoth Mother", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3499", - "name": "Gelatinnoth Mother", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3500", - "name": "Gelatinnoth Mother", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3501", - "name": "Gelatinnoth Mother", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3502", - "name": "Gelatinnoth Mother", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3503", - "name": "Overgrown hellcat" - }, - { - "id": "3504", - "name": "Hellcat" - }, - { - "id": "3505", - "name": "Hell-kitten" - }, - { - "id": "3506", - "name": "Lazy hellcat" - }, - { - "id": "3507", - "name": "Wily hellcat" - }, - { - "id": "3508", - "name": "Leo" - }, - { - "id": "3509", - "name": "Sorin", - "examine": "Chronicler and regaler of your piratical exploits.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3510", - "name": "Wiskit" - }, - { - "id": "3512", - "name": "Vampyre Juvinate" - }, - { - "id": "3514", - "name": "Vampyre Juvinate", - "examine": "An initiate juvenile vampyre.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3515", - "name": "Vampyre Juvinate" - }, - { - "id": "3516", - "name": "Gadderanks" - }, - { - "id": "3518", - "name": "Gadderanks" - }, - { - "id": "3519", - "name": "Gadderanks" - }, - { - "id": "3520", - "name": "Vampyre Juvinate" - }, - { - "id": "3521", - "name": "Vampyre Juvinate", - "examine": "An initiate juvenile vampyre.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5798", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "5783", - "range_animation": "0", - "range_level": "45", - "respawn_delay": "60", - "safespot": null, "strength_level": "1", - "weakness": "0" - }, - { - "id": "3522", - "name": "Vampyre Juvinate", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5798", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5783", + "id": "3478", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3523", - "name": "Vampyre Juvinate", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5798", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5783", - "range_level": "1", + "examine": "A big snake.", + "melee_animation": "3538", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "poisonous": "true", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3524", - "name": "Vampyre Juvinate", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5798", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5783", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3525", - "name": "Vampyre Juvinate", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5798", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5783", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3526", - "name": "Vampyre Juvinate", - "examine": "An initiate juvenile vampyre", - "attack_level": "1", - "death_animation": "6031", "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", + "weakness": "8", "magic_animation": "0", + "death_animation": "3540", + "name": "Big Snake", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "46", + "id": "3484", + "aggressive": "true", + "range_level": "1", + "attack_level": "46" + }, + { + "name": "Culinaromancer", + "defence_level": "1", + "safespot": null, + "lifepoints": "140", + "strength_level": "1", + "id": "3491", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "melee_animation": "3501", + "respawn_delay": "60", + "defence_animation": "3500", + "death_animation": "3503", + "name": "Agrith-Na-Na", + "defence_level": "1", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "3493", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1750", + "respawn_delay": "60", + "defence_animation": "1751", + "death_animation": "1752", + "name": "Flambeed", + "defence_level": "1", + "safespot": null, + "lifepoints": "210", + "strength_level": "1", + "id": "3494", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Karamel", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3495", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "3507", + "respawn_delay": "60", + "defence_animation": "3505", + "death_animation": "3510", + "name": "Dessourt", + "defence_level": "1", + "safespot": null, + "lifepoints": "140", + "strength_level": "1", + "id": "3496", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Deadly AND fruity!", + "melee_animation": "1341", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "65", + "safespot": null, + "lifepoints": "139", + "strength_level": "48", + "id": "3497", + "aggressive": "true", + "range_level": "1", + "attack_level": "48" + }, + { + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3498", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3499", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3500", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3501", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3502", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Chronicler and regaler of your piratical exploits.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sorin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3509", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An initiate juvenile vampyre.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Vampyre Juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3514", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An initiate juvenile vampyre.", + "melee_animation": "5783", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "5798", + "name": "Vampyre Juvinate", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "1", + "id": "3521", + "aggressive": "true", + "range_level": "45", + "attack_level": "1" + }, + { + "death_animation": "5798", + "name": "Vampyre Juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "melee_animation": "5783", + "strength_level": "1", + "id": "3522", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "death_animation": "5798", + "name": "Vampyre Juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "melee_animation": "5783", + "strength_level": "1", + "id": "3523", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "death_animation": "5798", + "name": "Vampyre Juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "melee_animation": "5783", + "strength_level": "1", + "id": "3524", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "death_animation": "5798", + "name": "Vampyre Juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "melee_animation": "5783", + "strength_level": "1", + "id": "3525", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "An initiate juvenile vampyre", "melee_animation": "6016", "range_animation": "0", - "range_level": "46", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "6031", + "name": "Vampyre Juvinate", + "defence_level": "46", "safespot": null, + "lifepoints": "65", "strength_level": "1", - "weakness": "0" + "id": "3526", + "range_level": "46", + "attack_level": "1" }, { - "id": "3527", - "name": "Held Vampyre Juvinate", "examine": "A Juvinate vampyre", - "attack_level": "1", - "death_animation": "5798", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "45", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "5798", + "name": "Held Vampyre Juvinate", + "defence_level": "45", "safespot": null, + "lifepoints": "64", "strength_level": "1", - "weakness": "0" + "id": "3527", + "range_level": "45", + "attack_level": "1" }, { - "id": "3528", - "name": "Vampyre Juvinate" - }, - { - "id": "3529", - "name": "Vampyre Juvinate" - }, - { - "id": "3530", - "name": "Mist" - }, - { - "id": "3531", - "name": "Vampyre Juvenile", "examine": "He looks really hungry!", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", "melee_animation": "6276", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6781", + "name": "Vampyre Juvenile", + "defence_level": "40", "safespot": null, + "lifepoints": "57", "strength_level": "40", - "weakness": "7" + "id": "3531", + "range_level": "1", + "attack_level": "40" }, { - "id": "3532", - "name": "Vampyre Juvenile", "examine": "She looks really hungry!", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", "melee_animation": "6276", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6781", + "name": "Vampyre Juvenile", + "defence_level": "40", "safespot": null, + "lifepoints": "57", "strength_level": "40", - "weakness": "7" + "id": "3532", + "range_level": "1", + "attack_level": "40" }, { - "id": "3533", - "name": "Vampyre Juvenile", - "attack_level": "1", "death_animation": "6781", + "name": "Vampyre Juvenile", "defence_level": "1", + "safespot": null, "lifepoints": "60", "melee_animation": "6276", + "strength_level": "1", + "id": "3533", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3534", - "name": "Held Vampyre Juvenile", "examine": "He looks really hungry!", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "3535", - "name": "Ivan Strom" - }, - { - "id": "3536", - "name": "Ivan Strom" - }, - { - "id": "3537", - "name": "Vampyre Juvinate" - }, - { - "id": "3538", - "name": "Vampyre Juvinate" - }, - { - "id": "3539", - "name": "Veliaf Hurtz" - }, - { - "id": "3540", - "name": "Elisabeta" - }, - { - "id": "3541", - "name": "Aurel" - }, - { - "id": "3542", - "name": "Sorin" - }, - { - "id": "3543", - "name": "Luscion" - }, - { - "id": "3544", - "name": "Sergiu" - }, - { - "id": "3545", - "name": "Radu" - }, - { - "id": "3546", - "name": "Grigore" - }, - { - "id": "3547", - "name": "Ileana" - }, - { - "id": "3548", - "name": "Valeria" - }, - { - "id": "3549", - "name": "Emilia" - }, - { - "id": "3550", - "name": "Florin" - }, - { - "id": "3551", - "name": "Catalina" - }, - { - "id": "3552", - "name": "Ivan" - }, - { - "id": "3553", - "name": "Victor" - }, - { - "id": "3554", - "name": "Helena" - }, - { - "id": "3555", - "name": "Teodor" - }, - { - "id": "3556", - "name": "Marius" - }, - { - "id": "3557", - "name": "Gabriela" - }, - { - "id": "3558", - "name": "Vladimir" - }, - { - "id": "3559", - "name": "Calin" - }, - { - "id": "3560", - "name": "Mihail" - }, - { - "id": "3561", - "name": "Nicoleta" - }, - { - "id": "3562", - "name": "Simona" - }, - { - "id": "3563", - "name": "Vasile" - }, - { - "id": "3564", - "name": "Razvan" - }, - { - "id": "3565", - "name": "Luminata" - }, - { - "id": "3566", - "name": "Cornelius" - }, - { - "id": "3569", - "name": "Cornelius" - }, - { - "id": "3570", - "name": "Benjamin" - }, - { - "id": "3571", - "name": "Liam" - }, - { - "id": "3572", - "name": "Miala" - }, - { - "id": "3573", - "name": "Verak" - }, - { - "id": "3574", - "name": "Fishing spot" - }, - { - "id": "3575", - "name": "Fishing spot" - }, - { - "id": "3576", - "name": "Juvinate" - }, - { - "id": "3577", - "name": "Juvinate", - "examine": "An initiate juvenile vampyre", - "attack_level": "1", - "death_animation": "6031", "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", + "weakness": "7", "magic_animation": "0", + "death_animation": "6781", + "name": "Held Vampyre Juvenile", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", + "id": "3534", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "An initiate juvenile vampyre", "melee_animation": "6016", "range_animation": "0", - "range_level": "46", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "3578", - "name": "Juvinate" - }, - { - "id": "3579", - "name": "Sheep", - "examine": "Is it a sheep?", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "0", "magic_animation": "0", + "death_animation": "6031", + "name": "Juvinate", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "3577", + "range_level": "46", + "attack_level": "1" + }, + { + "examine": "Is it a sheep?", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3580", - "name": "Tentacle" - }, - { - "id": "3581", - "name": "Skeleton", - "examine": "He guards the dungeon with the faithfulness of the undead.", - "aggressive": "true", - "attack_level": "15", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", "defence_animation": "0", - "defence_level": "17", - "lifepoints": "29", "magic_animation": "0", - "magic_level": "1", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "70", - "safespot": null, - "strength_level": "18", - "weakness": "8" - }, - { - "id": "3582", - "name": "Guard dog", - "attack_level": "1", + "death_animation": "0", + "name": "Sheep", "defence_level": "1", + "safespot": null, "lifepoints": "10", + "strength_level": "1", + "id": "3579", "range_level": "1", - "safespot": null, + "attack_level": "1" + }, + { "slayer_exp": "49", - "strength_level": "1" - }, - { - "id": "3583", - "name": "Hobgoblin", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "163", + "name": "Guard dog", "defence_level": "1", - "lifepoints": "29", - "melee_animation": "164", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3582", + "range_level": "1", + "attack_level": "1" }, { - "id": "3584", - "name": "Troll" - }, - { - "id": "3585", - "name": "Huge spider", - "examine": "No spider could grow that big! It's unrealistic!", + "melee_animation": "164", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "163", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "1", + "id": "3583", "aggressive": "true", - "attack_level": "1", - "combat_audio": "537,539,538", - "death_animation": "5321", - "defence_animation": "0", - "defence_level": "72", - "lifepoints": "122", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No spider could grow that big! It's unrealistic!", "melee_animation": "5319", "range_animation": "0", - "range_level": "72", + "combat_audio": "537,539,538", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "5321", + "name": "Huge spider", + "defence_level": "72", "safespot": null, + "lifepoints": "122", "strength_level": "1", - "weakness": "2" + "id": "3585", + "aggressive": "true", + "range_level": "72", + "attack_level": "1" }, { - "id": "3586", - "name": "Hellhound", "examine": "Good doggy...", - "aggressive": "true", - "attack_level": "105", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "3717,3719,3718", - "death_animation": "6576", - "defence_animation": "0", - "defence_level": "102", - "lifepoints": "116", - "magic_animation": "0", "melee_animation": "6562", "range_animation": "0", - "range_level": "1", + "combat_audio": "3717,3719,3718", + "attack_speed": "4", "respawn_delay": "50", - "safespot": null, + "defence_animation": "0", + "weakness": "7", "slayer_exp": "116", + "magic_animation": "0", + "death_animation": "6576", + "name": "Hellhound", + "defence_level": "102", + "safespot": null, + "lifepoints": "116", "strength_level": "104", - "weakness": "7" + "id": "3586", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "105" }, { - "id": "3587", - "name": "Rantz", "examine": "Big, ugly, and smelly.", - "aggressive": "true", - "attack_level": "27", - "attack_speed": "6", - "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "27", - "lifepoints": "60", - "magic_animation": "359", - "magic_level": "27", "melee_animation": "359", "range_animation": "359", - "range_level": "27", + "attack_speed": "6", + "magic_level": "27", "respawn_delay": "25", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Rantz", + "defence_level": "27", "safespot": null, - "strength_level": "27" + "lifepoints": "60", + "strength_level": "27", + "id": "3587", + "aggressive": "true", + "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", + "range_level": "27", + "attack_level": "27" }, { - "id": "3588", - "name": "Baby red dragon", "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "20,10,10,20,40,40,20,40,40,20,0,0,0,0,0", - "combat_audio": "405,407,406", - "death_animation": "28", - "defence_animation": "26", - "defence_level": "42", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "40", "melee_animation": "25", "range_animation": "25", - "range_level": "1", + "combat_audio": "405,407,406", + "attack_speed": "5", + "magic_level": "40", "respawn_delay": "32", + "defence_animation": "26", + "weakness": "8", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby red dragon", + "defence_level": "42", "safespot": null, + "lifepoints": "50", "strength_level": "40", - "weakness": "8" - }, - { - "id": "3589", - "name": "Kalphite Soldier", - "examine": "I don't think insect repellent will work...", + "id": "3588", "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", - "combat_audio": "567,569,568", - "death_animation": "6228", - "defence_animation": "6227", - "defence_level": "70", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "6223", - "poison_amount": "20", - "poisonous": "true", - "range_animation": "0", + "bonuses": "20,10,10,20,40,40,20,40,40,20,0,0,0,0,0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70", - "weakness": "6" + "attack_level": "40" }, { - "id": "3590", - "name": "Steel dragon", - "examine": "Its scales seem to be made of steel.", + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "0", + "combat_audio": "567,569,568", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "6227", + "weakness": "6", + "poison_amount": "20", + "magic_animation": "0", + "death_animation": "6228", + "name": "Kalphite Soldier", + "defence_level": "70", + "safespot": null, + "lifepoints": "90", + "strength_level": "70", + "id": "3589", + "aggressive": "true", + "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "Its scales seem to be made of steel.", + "combat_audio": "408,410,409", + "magic_level": "72", + "respawn_delay": "35", + "weakness": "8", + "slayer_exp": "221", + "name": "Steel dragon", + "defence_level": "238", + "safespot": null, + "lifepoints": "210", + "strength_level": "229", + "id": "3590", "aggressive": "true", - "attack_level": "234", "bonuses": "56,42,104,51,212,115,232,302,331,21,264,100,100,40,0", "clue_level": "2", - "combat_audio": "408,410,409", - "defence_level": "238", - "lifepoints": "210", - "magic_level": "72", "range_level": "185", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "221", - "strength_level": "229", - "weakness": "8" + "attack_level": "234" }, { - "id": "3591", - "name": "Dagannoth", "examine": "A darkened horror from the ocean depths.", - "attack_level": "1", - "clue_level": "1", + "name": "Dagannoth", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3591", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "3592", - "name": "Tok-Xil" - }, - { - "id": "3593", - "name": "Demon", "examine": "Arrgh! Look at its pointy teeth!", - "aggressive": "true", - "attack_level": "75", + "range_animation": "0", "combat_audio": "400,404,403", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Demon", "defence_level": "75", + "safespot": null, "lifepoints": "107", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "75", - "weakness": "7" - }, - { - "id": "3594", - "name": "Rocnar" - }, - { - "id": "3595", - "name": "Toy Soldier" - }, - { - "id": "3596", - "name": "Toy Doll" - }, - { - "id": "3597", - "name": "Toy Mouse" - }, - { - "id": "3598", - "name": "Clockwork cat" - }, - { - "id": "3599", - "name": "Swamp snake", - "examine": "A large snake that thrives in swamps.", - "attack_level": "35", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "3539", - "defence_level": "40", - "lifepoints": "121", - "magic_animation": "3538", - "melee_animation": "3538", - "range_animation": "3538", - "range_level": "45", - "safespot": null, - "strength_level": "33", - "weakness": "0" - }, - { - "id": "3600", - "name": "Swamp snake", - "examine": "A large snake that thrives in swamps.", - "attack_level": "60", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "3539", - "defence_level": "60", - "lifepoints": "121", - "magic_animation": "3538", - "melee_animation": "3538", - "range_animation": "3538", - "range_level": "1", - "safespot": null, - "strength_level": "50" - }, - { - "id": "3601", - "name": "Swamp snake", - "examine": "A large snake that thrives in swamps.", - "attack_level": "35", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "3539", - "defence_level": "40", - "lifepoints": "121", - "magic_animation": "3538", - "melee_animation": "3538", - "range_animation": "3538", - "range_level": "1", - "safespot": null, - "strength_level": "33", - "weakness": "7" - }, - { - "id": "3602", - "name": "Swamp snake", - "examine": "A large snake that thrives in swamps.", - "attack_level": "35", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "3539", - "defence_level": "40", - "lifepoints": "121", - "magic_animation": "3538", - "melee_animation": "3538", - "range_animation": "3538", - "range_level": "1", - "safespot": null, - "strength_level": "33" - }, - { - "id": "3603", - "name": "Dead swamp snake", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3604", - "name": "Dead swamp snake", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3605", - "name": "Dead swamp snake", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3606", - "name": "Ghast" - }, - { - "id": "3607", - "name": "Ghast" - }, - { - "id": "3608", - "name": "Ghast" - }, - { - "id": "3609", - "name": "Ghast" - }, - { - "id": "3610", - "name": "Ghast" - }, - { - "id": "3611", - "name": "Ghast" - }, - { - "id": "3612", - "name": "Giant snail" - }, - { - "id": "3613", - "name": "Giant snail" - }, - { - "id": "3614", - "name": "Giant snail" - }, - { - "id": "3615", - "name": "Riyl shadow" - }, - { - "id": "3616", - "name": "Asyn shadow" - }, - { - "id": "3617", - "name": "Shade" - }, - { - "id": "3618", - "name": "Tentacle", - "examine": "I'm glad I can't see the rest of it!", + "id": "3593", "aggressive": "true", - "attack_level": "80", - "death_animation": "3620", - "defence_animation": "0", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "A large snake that thrives in swamps.", + "melee_animation": "3538", + "range_animation": "3538", + "combat_audio": "3609,3608,3610", + "attack_speed": "5", + "defence_animation": "3539", + "weakness": "0", + "magic_animation": "3538", + "death_animation": "3540", + "name": "Swamp snake", + "defence_level": "40", + "safespot": null, + "lifepoints": "121", + "strength_level": "33", + "id": "3599", + "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", + "range_level": "45", + "attack_level": "35" + }, + { + "examine": "A large snake that thrives in swamps.", + "melee_animation": "3538", + "range_animation": "3538", + "combat_audio": "3609,3608,3610", + "attack_speed": "5", + "defence_animation": "3539", + "magic_animation": "3538", + "death_animation": "3540", + "name": "Swamp snake", "defence_level": "60", - "lifepoints": "171", - "magic_animation": "0", - "magic_level": "80", + "safespot": null, + "lifepoints": "121", + "strength_level": "50", + "id": "3600", + "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A large snake that thrives in swamps.", + "melee_animation": "3538", + "range_animation": "3538", + "combat_audio": "3609,3608,3610", + "attack_speed": "5", + "defence_animation": "3539", + "weakness": "7", + "magic_animation": "3538", + "death_animation": "3540", + "name": "Swamp snake", + "defence_level": "40", + "safespot": null, + "lifepoints": "121", + "strength_level": "33", + "id": "3601", + "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "A large snake that thrives in swamps.", + "melee_animation": "3538", + "range_animation": "3538", + "combat_audio": "3609,3608,3610", + "attack_speed": "5", + "defence_animation": "3539", + "magic_animation": "3538", + "death_animation": "3540", + "name": "Swamp snake", + "defence_level": "40", + "safespot": null, + "lifepoints": "121", + "strength_level": "33", + "id": "3602", + "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", + "range_level": "1", + "attack_level": "35" + }, + { + "name": "Dead swamp snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3609,3608,3610", + "strength_level": "1", + "id": "3603", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dead swamp snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3609,3608,3610", + "strength_level": "1", + "id": "3604", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dead swamp snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3609,3608,3610", + "strength_level": "1", + "id": "3605", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I'm glad I can't see the rest of it!", "melee_animation": "3618", "range_animation": "3618", - "range_level": "80", + "magic_level": "80", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3620", + "name": "Tentacle", + "defence_level": "60", "safespot": null, + "lifepoints": "171", "strength_level": "80", - "weakness": "9" + "id": "3618", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { - "id": "3619", - "name": "Head", "examine": "I'm glad I can't see the rest of it!", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "10", - "death_animation": "3733", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "171", - "magic_animation": "0", - "magic_level": "80", "melee_animation": "3731", "range_animation": "0", - "range_level": "80", - "respawn_delay": "60", - "safespot": null, - "strength_level": "85", - "weakness": "9" - }, - { - "id": "3620", - "name": "Head", - "aggressive": "true", - "attack_level": "1", "attack_speed": "10", - "death_animation": "3733", - "defence_animation": "3732", - "defence_level": "1", - "lifepoints": "150", - "melee_animation": "3731", - "range_level": "1", + "magic_level": "80", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3621", - "name": "Tentacle" - }, - { - "id": "3622", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", - "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "3623", - "name": "Smiddi Ryak" - }, - { - "id": "3625", - "name": "Rolayne Twickit" - }, - { - "id": "3627", - "name": "Jayene Kliyn" - }, - { - "id": "3629", - "name": "Valantay Eppel" - }, - { - "id": "3631", - "name": "Dalcian Fang" - }, - { - "id": "3633", - "name": "Fyiona Fray" - }, - { - "id": "3634", - "name": "Fyiona Fray", - "examine": "A high-ranking Vyrewatch", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", + "death_animation": "3733", + "name": "Head", + "defence_level": "60", + "safespot": null, + "lifepoints": "171", + "strength_level": "85", + "id": "3619", + "aggressive": "true", + "range_level": "80", + "attack_level": "85" + }, + { + "melee_animation": "3731", + "attack_speed": "10", + "respawn_delay": "60", + "defence_animation": "3732", + "death_animation": "3733", + "name": "Head", + "defence_level": "1", + "safespot": null, + "lifepoints": "150", + "strength_level": "1", + "id": "3620", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", + "id": "3622", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A high-ranking Vyrewatch", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3635", - "name": "Abidor Crank" - }, - { - "id": "3636", - "name": "Spirit tree" - }, - { - "id": "3637", - "name": "Spirit tree" - }, - { - "id": "3638", - "name": "Launa" - }, - { - "id": "3640", - "name": "Launa" - }, - { - "id": "3641", - "name": "Brana" - }, - { - "id": "3642", - "name": "Mawnis Burowgar" - }, - { - "id": "3643", - "name": "Tolna" - }, - { - "id": "3644", - "name": "Tolna" - }, - { - "id": "3645", - "name": "Angry bear", - "examine": "He looks a little on the cross side!", - "attack_level": "38", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "297,299,298", - "death_animation": "4929", - "defence_animation": "4927", - "defence_level": "38", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4927", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "41", - "weakness": "9" - }, - { - "id": "3646", - "name": "Angry unicorn", - "examine": "He looks a little on the cross side!", - "aggressive": "false", - "attack_level": "38", - "attack_speed": "4", - "combat_audio": "876,878,877", - "death_animation": "6377", "defence_animation": "0", - "defence_level": "38", - "lifepoints": "50", "magic_animation": "0", - "melee_animation": "6376", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "41", - "weakness": "9" - }, - { - "id": "3647", - "name": "Angry giant rat", - "examine": "He looks a little on the cross side!", - "attack_level": "25", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" - }, - { - "id": "3648", - "name": "Angry goblin", - "examine": "He looks a little on the cross side!", - "attack_level": "25", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "6185", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" - }, - { - "id": "3649", - "name": "Fear reaper", - "examine": "AHHHHH!", - "attack_level": "41", - "attack_speed": "4", - "combat_audio": "297,299,298", - "death_animation": "3813", - "defence_animation": "3811", - "defence_level": "40", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "3812", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "41", - "weakness": "" - }, - { - "id": "3650", - "name": "Confusion beast", - "examine": "What on Gielinor is that?!?", - "attack_level": "28", - "death_animation": "3821", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "melee_animation": "3818", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "28", - "weakness": "9" - }, - { - "id": "3651", - "name": "Confusion beast" - }, - { - "id": "3652", - "name": "Confusion beast" - }, - { - "id": "3653", - "name": "Confusion beast" - }, - { - "id": "3654", - "name": "Confusion beast" - }, - { - "id": "3655", - "name": "Hopeless creature", - "examine": "A hopeless poor creature.", - "attack_level": "25", - "death_animation": "3827", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "3823", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" - }, - { - "id": "3656", - "name": "Hopeless creature" - }, - { - "id": "3657", - "name": "Hopeless creature" - }, - { - "id": "3658", - "name": "Tolna" - }, - { - "id": "3659", - "name": "Tolna" - }, - { - "id": "3660", - "name": "Tolna" - }, - { - "id": "3661", - "name": "Angry unicorn", - "examine": "He looks a little on the cross side!", - "aggressive": "false", - "attack_level": "38", - "attack_speed": "4", - "combat_audio": "876,878,877", - "death_animation": "6377", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "6376", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "41", - "weakness": "9" - }, - { - "id": "3662", - "name": "Angry giant rat", - "examine": "He looks a little on the cross side!", - "attack_level": "38", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "38", - "lifepoints": "50", - "melee_animation": "4933", - "range_level": "1", - "safespot": null, - "strength_level": "41" - }, - { - "id": "3663", - "name": "Angry goblin", - "examine": "He looks a little on the cross side!", - "attack_level": "38", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "38", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "6185", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "41", - "weakness": "9" - }, - { - "id": "3664", - "name": "Angry bear", - "examine": "He looks a little on the cross side!", - "attack_level": "38", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "297,299,298", - "death_animation": "4929", - "defence_animation": "4927", - "defence_level": "38", - "lifepoints": "10", - "magic_level": "1", - "melee_animation": "4927", - "range_level": "1", - "safespot": null, - "strength_level": "41" - }, - { - "id": "3665", - "name": "Fear reaper", - "examine": "AHHHHH!", - "attack_level": "45", - "attack_speed": "4", - "bonuses": "", - "combat_audio": "297,299,298", - "death_animation": "3813", - "defence_animation": "3811", - "defence_level": "45", - "lifepoints": "57", - "magic_level": "1", - "melee_animation": "3812", - "range_level": "1", - "safespot": null, - "strength_level": "48" - }, - { - "id": "3666", - "name": "Confusion beast", - "examine": "What on Gielinor is that?!?", - "attack_level": "52", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "297,299,298", - "death_animation": "3821", - "defence_animation": "3820", - "defence_level": "52", - "lifepoints": "64", - "magic_level": "1", - "melee_animation": "3818", - "range_level": "1", - "safespot": null, - "strength_level": "55" - }, - { - "id": "3667", - "name": "Hopeless creature", - "examine": "He looks a little on the cross side!", - "attack_level": "59", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "297,299,298", - "death_animation": "3827", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "71", - "magic_level": "1", - "melee_animation": "3823", - "range_level": "1", - "safespot": null, - "strength_level": "62" - }, - { - "id": "3668", - "name": "Hopeless beast" - }, - { - "id": "3669", - "name": "Hopeless beast" - }, - { - "id": "3670", - "name": "Odd Old Man", - "examine": "That's a lot of bones on his back..." - }, - { - "id": "3671", - "name": "Fortunato", - "examine": "Looks like he could do with a sip of Amontillado." - }, - { - "id": "3672", - "name": "Ram", - "examine": "Freshly sheared.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "757,759,758", - "death_animation": "5343", - "defence_animation": "5337", + "death_animation": "0", + "name": "Fyiona Fray", "defence_level": "1", - "lifepoints": "8", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3634", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a little on the cross side!", + "range_animation": "0", + "combat_audio": "297,299,298", + "melee_animation": "4927", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "4927", + "weakness": "9", "magic_animation": "0", + "death_animation": "4929", + "name": "Angry bear", + "defence_level": "38", + "safespot": null, + "lifepoints": "35", + "strength_level": "41", + "id": "3645", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "6376", + "range_animation": "0", + "combat_audio": "876,878,877", + "attack_speed": "4", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6377", + "name": "Angry unicorn", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "41", + "id": "3646", + "aggressive": "false", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "4934", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Angry giant rat", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3647", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "6185", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6183", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6182", + "name": "Angry goblin", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3648", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "AHHHHH!", + "melee_animation": "3812", + "range_animation": "0", + "combat_audio": "297,299,298", + "attack_speed": "4", + "defence_animation": "3811", + "weakness": "", + "magic_animation": "0", + "death_animation": "3813", + "name": "Fear reaper", + "defence_level": "40", + "safespot": null, + "lifepoints": "25", + "strength_level": "41", + "id": "3649", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "What on Gielinor is that?!?", + "melee_animation": "3818", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3821", + "name": "Confusion beast", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "3650", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A hopeless poor creature.", + "melee_animation": "3823", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3827", + "name": "Hopeless creature", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3655", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "6376", + "range_animation": "0", + "combat_audio": "876,878,877", + "attack_speed": "4", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6377", + "name": "Angry unicorn", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "41", + "id": "3661", + "aggressive": "false", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "He looks a little on the cross side!", + "combat_audio": "703,705,704", + "melee_animation": "4933", + "defence_animation": "4934", + "death_animation": "4935", + "name": "Angry giant rat", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "41", + "id": "3662", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "6185", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6183", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6182", + "name": "Angry goblin", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "41", + "id": "3663", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "He looks a little on the cross side!", + "combat_audio": "297,299,298", + "melee_animation": "4927", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "4927", + "death_animation": "4929", + "name": "Angry bear", + "defence_level": "38", + "safespot": null, + "lifepoints": "10", + "strength_level": "41", + "id": "3664", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "AHHHHH!", + "melee_animation": "3812", + "combat_audio": "297,299,298", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "3811", + "death_animation": "3813", + "name": "Fear reaper", + "defence_level": "45", + "safespot": null, + "lifepoints": "57", + "strength_level": "48", + "id": "3665", + "bonuses": "", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "What on Gielinor is that?!?", + "melee_animation": "3818", + "combat_audio": "297,299,298", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "3820", + "death_animation": "3821", + "name": "Confusion beast", + "defence_level": "52", + "safespot": null, + "lifepoints": "64", + "strength_level": "55", + "id": "3666", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "52" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "3823", + "combat_audio": "297,299,298", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "death_animation": "3827", + "name": "Hopeless creature", + "defence_level": "59", + "safespot": null, + "lifepoints": "71", + "strength_level": "62", + "id": "3667", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "59" + }, + { + "examine": "That's a lot of bones on his back...", + "name": "Odd Old Man", + "id": "3670" + }, + { + "examine": "Freshly sheared.", "melee_animation": "5341", "range_animation": "0", - "range_level": "1", + "combat_audio": "757,759,758", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "5337", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5343", + "name": "Ram", + "defence_level": "1", "safespot": null, + "lifepoints": "8", "strength_level": "1", - "weakness": "9" + "id": "3672", + "range_level": "1", + "attack_level": "1" }, { - "id": "3673", - "name": "Ram", "examine": "White and fluffy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "757,759,758", - "death_animation": "5336", - "defence_animation": "5337", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "0", "melee_animation": "5338", "range_animation": "0", - "range_level": "1", + "combat_audio": "757,759,758", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "3674", - "name": "Sack" - }, - { - "id": "3675", - "name": "Vulture", - "examine": "If you see them circling, run.", - "attack_level": "40", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "890,892,891", - "death_animation": "2021", - "defence_animation": "2024", - "defence_level": "10", - "lifepoints": "10", + "defence_animation": "5337", + "weakness": "9", "magic_animation": "0", - "magic_level": "1", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "3673", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Sack", + "id": "3674" + }, + { + "examine": "If you see them circling, run.", "melee_animation": "2019", "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "40", - "weakness": "9" - }, - { - "id": "3676", - "name": "Vulture", - "examine": "If you see them circling, run.", - "attack_level": "40", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_audio": "890,892,891", - "death_animation": "2026", - "defence_animation": "2024", - "defence_level": "10", - "lifepoints": "10", + "attack_speed": "4", "magic_level": "1", - "melee_animation": "2025", - "range_level": "1", "respawn_delay": "50", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3677", - "name": "Sinister Stranger" - }, - { - "id": "3678", - "name": "Sinister Stranger" - }, - { - "id": "3679", - "name": "Vestri" - }, - { - "id": "3680", - "name": "Ali the Leaflet Dropper", - "examine": "A young boy handing out flyers.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "defence_animation": "2024", + "weakness": "9", "magic_animation": "0", + "death_animation": "2021", + "name": "Vulture", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "40", + "id": "3675", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "If you see them circling, run.", + "melee_animation": "2025", + "combat_audio": "890,892,891", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "2024", + "death_animation": "2026", + "name": "Vulture", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "40", + "id": "3676", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A young boy handing out flyers.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3681", - "name": "Nigel" - }, - { - "id": "3682", - "name": "Egg" - }, - { - "id": "3683", - "name": "Egg" - }, - { - "id": "3684", - "name": "Egg" - }, - { - "id": "3685", - "name": "Egg" - }, - { - "id": "3686", - "name": "Chocolate kebbit" - }, - { - "id": "3687", - "name": "Chocolate kebbit" - }, - { - "id": "3688", - "name": "Easter Bunny" - }, - { - "id": "3689", - "name": "Egg" - }, - { - "id": "3690", - "name": "Egg" - }, - { - "id": "3691", - "name": "Egg" - }, - { - "id": "3692", - "name": "Egg" - }, - { - "id": "3693", - "name": "Egg" - }, - { - "id": "3694", - "name": "Egg" - }, - { - "id": "3695", - "name": "Volf Olafson" - }, - { - "id": "3696", - "name": "Ingrid Hradson" - }, - { - "id": "3697", - "name": "Skeleton fremennik", - "examine": "Could use a good meal.", - "attack_level": "17", - "combat_audio": "774,775,777", - "death_animation": "836", "defence_animation": "0", - "defence_level": "17", - "lifepoints": "24", "magic_animation": "0", - "melee_animation": "6128", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "17", - "weakness": "6" - }, - { - "id": "3698", - "name": "Skeleton fremennik", - "attack_level": "1", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "425", + "death_animation": "0", + "name": "Ali the Leaflet Dropper", "defence_level": "1", - "lifepoints": "25", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "3699", - "name": "Skeleton fremennik", - "attack_level": "1", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3700", - "name": "Skeleton fremennik", - "examine": "He seems a little underweight.", - "attack_level": "20", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "6128", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "20", - "weakness": "6" - }, - { - "id": "3701", - "name": "Skeleton fremennik", - "examine": "He seems a little underweight.", - "attack_level": "20", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "6128", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "20", - "weakness": "6" - }, - { - "id": "3702", - "name": "Skeleton fremennik", - "attack_level": "1", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "35", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3703", - "name": "Skeleton fremennik", - "examine": "He seems a little underweight.", - "attack_level": "22", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "6128", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" - }, - { - "id": "3704", - "name": "Skeleton fremennik", - "examine": "He seems a little underweight.", - "attack_level": "22", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "6128", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" - }, - { - "id": "3705", - "name": "Skeleton fremennik", - "attack_level": "1", - "combat_audio": "774,775,777", - "defence_level": "1", "lifepoints": "10", - "melee_animation": "5485", + "strength_level": "1", + "id": "3680", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3706", "name": "Ulfric", - "aggressive": "true", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "60", "melee_animation": "6118", + "strength_level": "1", + "id": "3706", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3707", - "name": "Brine rat", "examine": "Eww", - "attack_level": "35", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "6115", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", "melee_animation": "6117", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "50", - "strength_level": "35", - "weakness": "9" - }, - { - "id": "3708", - "name": "Boulder" - }, - { - "id": "3709", - "name": "Boulder", - "examine": "A Wilderness fighter of massive repute.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", + "slayer_exp": "50", "magic_animation": "0", + "death_animation": "6115", + "name": "Brine rat", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", + "id": "3707", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "A Wilderness fighter of massive repute.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3709", + "range_level": "1", + "attack_level": "1" }, { - "id": "3710", - "name": "Ulfric" - }, - { - "id": "3711", - "name": "Giant bat", "examine": "An annoying flappy thing.", - "aggressive": "true", - "attack_level": "12", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", - "combat_audio": "292,294,293", - "death_animation": "4917", - "defence_animation": "4916", - "defence_level": "22", - "lifepoints": "32", - "magic_animation": "4915", - "magic_level": "1", "melee_animation": "4915", "range_animation": "4915", - "range_level": "1", + "combat_audio": "292,294,293", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "4916", + "weakness": "4", "slayer_exp": "8", - "strength_level": "22", - "weakness": "4" - }, - { - "id": "3712", - "name": "Zanik" - }, - { - "id": "3713", - "name": "Sigmund" - }, - { - "id": "3714", - "name": "Zanik" - }, - { - "id": "3715", - "name": "Guard", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", + "magic_animation": "4915", + "death_animation": "4917", + "name": "Giant bat", + "defence_level": "22", "safespot": null, - "strength_level": "1" + "lifepoints": "32", + "strength_level": "22", + "id": "3711", + "aggressive": "true", + "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", + "range_level": "1", + "attack_level": "12" }, { - "id": "3716", - "name": "Sigmund" - }, - { - "id": "3717", - "name": "Sigmund" - }, - { - "id": "3718", - "name": "Sigmund" - }, - { - "id": "3719", - "name": "Sigmund" - }, - { - "id": "3720", - "name": "Sigmund" - }, - { - "id": "3721", - "name": "Zanik" - }, - { - "id": "3722", - "name": "Zanik" - }, - { - "id": "3723", - "name": "General Bentnoze" - }, - { - "id": "3724", - "name": "General Wartface" - }, - { - "id": "3725", - "name": "Grubfoot" - }, - { - "id": "3726", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "395", + "combat_audio": "511,513,512", "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "3715", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", "melee_animation": "6185", "range_animation": "6185", - "range_level": "1", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", "safespot": null, - "strength_level": "2" + "lifepoints": "10", + "strength_level": "2", + "id": "3726", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" }, { - "id": "3727", - "name": "Splatter", "examine": "Don't burst its bubble!", - "attack_level": "20", - "bonuses": "5,10,10,10,10,2,0,0,0,0,0,0,0,0,0", + "melee_animation": "3891", + "range_animation": "3891", "combat_audio": "809,811,810", - "death_animation": "3888", - "defence_animation": "3890", - "defence_level": "20", - "lifepoints": "13", - "magic_animation": "3891", "magic_level": "5", - "melee_animation": "3891", - "range_animation": "3891", - "range_level": "1", "respawn_delay": "120", + "defence_animation": "3890", + "weakness": "8", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "20", "safespot": null, + "lifepoints": "13", "strength_level": "20", - "weakness": "8" + "id": "3727", + "bonuses": "5,10,10,10,10,2,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" }, { + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "combat_audio": "809,811,810", + "magic_level": "10", + "respawn_delay": "120", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "25", "id": "3728", - "name": "Splatter", - "examine": "Don't burst its bubble!", - "attack_level": "25", "bonuses": "10,15,15,15,15,5,0,0,0,0,0,0,0,0,0", - "combat_audio": "809,811,810", - "death_animation": "3888", - "defence_animation": "3890", - "defence_level": "25", - "lifepoints": "23", - "magic_animation": "3891", - "magic_level": "10", - "melee_animation": "3891", - "range_animation": "3891", "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "25" + "attack_level": "25" }, { - "id": "3729", - "name": "Splatter", "examine": "Don't burst its bubble!", - "attack_level": "30", - "bonuses": "15,20,20,20,20,8,0,0,0,0,0,0,0,0,0", + "melee_animation": "3891", + "range_animation": "3891", "combat_audio": "809,811,810", - "death_animation": "3888", + "magic_level": "10", + "respawn_delay": "120", "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", "defence_level": "30", + "safespot": null, "lifepoints": "23", - "magic_animation": "3891", - "magic_level": "10", - "melee_animation": "3891", - "range_animation": "3891", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "30" - }, - { - "id": "3730", - "name": "Splatter", - "examine": "Don't burst its bubble!", - "attack_level": "35", - "bonuses": "20,25,25,25,25,10,0,0,0,0,0,0,0,0,0", - "combat_audio": "809,811,810", - "death_animation": "3888", - "defence_animation": "3890", - "defence_level": "35", - "lifepoints": "23", - "magic_animation": "3891", - "magic_level": "15", - "melee_animation": "3891", - "range_animation": "3891", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "35" - }, - { - "id": "3731", - "name": "Splatter", - "examine": "Don't burst its bubble!", - "attack_level": "40", - "bonuses": "25,30,30,30,30,15,0,0,0,0,0,0,0,0,0", - "combat_audio": "809,811,810", - "death_animation": "3888", - "defence_animation": "3890", - "defence_level": "40", - "lifepoints": "23", - "magic_animation": "3891", - "magic_level": "20", - "melee_animation": "3891", - "range_animation": "3891", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3732", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "28", - "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "28", - "lifepoints": "23", - "magic_animation": "3901", - "magic_level": "14", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "28", - "weakness": "9" - }, - { - "id": "3733", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "28", - "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "28", - "lifepoints": "23", - "magic_animation": "3901", - "magic_level": "14", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "28" - }, - { - "id": "3734", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "42", - "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "42", - "lifepoints": "38", - "magic_animation": "3901", - "magic_level": "20", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "42" - }, - { - "id": "3735", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "42", - "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "42", - "lifepoints": "38", - "magic_animation": "3901", - "magic_level": "20", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "42" - }, - { - "id": "3736", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "54", - "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "54", - "lifepoints": "53", - "magic_animation": "3901", - "magic_level": "25", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "54" - }, - { - "id": "3737", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "54", - "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "54", - "lifepoints": "53", - "magic_animation": "3901", - "magic_level": "25", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "54" - }, - { - "id": "3738", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "60", - "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "60", - "lifepoints": "68", - "magic_animation": "3901", - "magic_level": "30", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "60" - }, - { - "id": "3739", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "60", - "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "60", - "lifepoints": "68", - "magic_animation": "3901", - "magic_level": "30", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "60" - }, - { - "id": "3740", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "70", - "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "70", - "lifepoints": "83", - "magic_animation": "3901", - "magic_level": "35", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "70" - }, - { - "id": "3741", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "70", - "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "70", - "lifepoints": "83", - "magic_animation": "3901", - "magic_level": "35", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "70" - }, - { - "id": "3742", - "name": "Ravager", - "examine": "Worse than termites!", - "attack_level": "15", - "attack_speed": "5", - "bonuses": "45,45,45,45,50,5,45,0,0,0,0,0,0,0,0", - "combat_audio": "714,716,715", - "death_animation": "3917", - "defence_animation": "3916", - "defence_level": "15", - "lifepoints": "23", - "magic_animation": "3915", - "magic_level": "10", - "melee_animation": "3915", - "range_animation": "3915", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, "strength_level": "30", - "weakness": "7" + "id": "3729", + "bonuses": "15,20,20,20,20,8,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" }, { - "id": "3743", - "name": "Ravager", - "examine": "Worse than termites!", - "attack_level": "20", - "attack_speed": "5", - "bonuses": "45,45,45,45,50,5,55,0,0,0,0,0,0,0,0", - "combat_audio": "714,716,715", - "death_animation": "3917", - "defence_animation": "3916", - "defence_level": "20", - "lifepoints": "38", - "magic_animation": "3915", + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "combat_audio": "809,811,810", "magic_level": "15", - "melee_animation": "3915", - "range_animation": "3915", - "range_level": "1", "respawn_delay": "120", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "35", "safespot": null, - "strength_level": "40" + "lifepoints": "23", + "strength_level": "35", + "id": "3730", + "bonuses": "20,25,25,25,25,10,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "35" }, { - "id": "3744", - "name": "Ravager", - "examine": "Worse than termites!", - "attack_level": "30", - "attack_speed": "5", - "bonuses": "45,55,55,55,50,10,45,0,0,0,0,0,0,0,0", - "combat_audio": "714,716,715", - "death_animation": "3917", - "defence_animation": "3916", - "defence_level": "30", - "lifepoints": "53", - "magic_animation": "3915", + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "combat_audio": "809,811,810", "magic_level": "20", - "melee_animation": "3915", - "range_animation": "3915", - "range_level": "1", "respawn_delay": "120", - "safespot": null, - "strength_level": "60" - }, - { - "id": "3745", - "name": "Ravager", - "examine": "Worse than termites!", - "attack_level": "45", - "attack_speed": "5", - "bonuses": "60,60,60,60,80,10,45,0,0,0,0,0,0,0,0", - "combat_audio": "714,716,715", - "death_animation": "3917", - "defence_animation": "3916", - "defence_level": "45", - "lifepoints": "53", - "magic_animation": "3915", - "magic_level": "30", - "melee_animation": "3915", - "range_animation": "3915", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "75" - }, - { - "id": "3746", - "name": "Ravager", - "examine": "Worse than termites!", - "attack_level": "60", - "attack_speed": "5", - "bonuses": "65,70,70,70,90,20,56,0,0,0,0,0,0,0,0", - "combat_audio": "714,716,715", - "death_animation": "3917", - "defence_animation": "3916", - "defence_level": "60", - "lifepoints": "53", - "magic_animation": "3915", - "magic_level": "40", - "melee_animation": "3915", - "range_animation": "3915", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "80" - }, - { - "id": "3747", - "name": "Spinner", - "examine": "Eeewww!", - "attack_level": "20", - "bonuses": "20,40,40,40,40,10,38,0,0,0,0,0,0,0,0", - "combat_audio": "805,807,806", - "death_animation": "3910", - "defence_animation": "3909", - "defence_level": "20", - "lifepoints": "33", - "magic_animation": "3908", - "magic_level": "10", - "melee_animation": "3908", - "range_animation": "3908", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "20", - "weakness": "6" - }, - { - "id": "3748", - "name": "Spinner", - "examine": "Eeewww!", - "attack_level": "30", - "bonuses": "30,60,60,60,60,15,38,0,0,0,0,0,0,0,0", - "combat_audio": "805,807,806", - "death_animation": "3910", - "defence_animation": "3909", - "defence_level": "30", - "lifepoints": "50", - "magic_animation": "3908", - "magic_level": "15", - "melee_animation": "3908", - "range_animation": "3908", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "30" - }, - { - "id": "3749", - "name": "Spinner", - "examine": "Eeewww!", - "attack_level": "40", - "bonuses": "50,70,70,70,70,20,38,0,0,0,0,0,0,0,0", - "combat_audio": "805,807,806", - "death_animation": "3910", - "defence_animation": "3909", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", "defence_level": "40", - "lifepoints": "67", - "magic_animation": "3908", - "magic_level": "20", - "melee_animation": "3908", - "range_animation": "3908", + "safespot": null, + "lifepoints": "23", + "strength_level": "40", + "id": "3731", + "bonuses": "25,30,30,30,30,15,0,0,0,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "40" + "attack_level": "40" }, { - "id": "3750", - "name": "Spinner", - "examine": "Eeewww!", - "attack_level": "60", - "bonuses": "60,100,100,100,100,30,25,0,0,0,0,0,0,0,0", - "combat_audio": "805,807,806", - "death_animation": "3910", - "defence_animation": "3909", - "defence_level": "60", - "lifepoints": "101", - "magic_animation": "3908", - "magic_level": "30", - "melee_animation": "3908", - "range_animation": "3908", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "60" - }, - { - "id": "3751", - "name": "Spinner", - "examine": "Eeewww!", - "attack_level": "50", - "bonuses": "55,80,80,80,85,25,30,0,0,0,0,0,0,0,0", - "combat_audio": "805,807,806", - "death_animation": "3910", - "defence_animation": "3909", - "defence_level": "50", - "lifepoints": "84", - "magic_animation": "3908", - "magic_level": "25", - "melee_animation": "3908", - "range_animation": "3908", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "50" - }, - { - "id": "3752", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "25", - "end_gfx": "648", - "lifepoints": "18", - "magic_animation": "3882", - "magic_level": "25", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1", - "weakness": "5" - }, - { - "id": "3753", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "25", - "end_gfx": "648", - "lifepoints": "18", - "magic_animation": "3882", - "magic_level": "25", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3754", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "40", - "end_gfx": "648", - "lifepoints": "30", - "magic_animation": "3882", - "magic_level": "40", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3755", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "40", - "end_gfx": "648", - "lifepoints": "30", - "magic_animation": "3882", - "magic_level": "40", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3756", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "50", - "end_gfx": "648", - "lifepoints": "42", - "magic_animation": "3882", - "magic_level": "50", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3757", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "50", - "end_gfx": "648", - "lifepoints": "42", - "magic_animation": "3882", - "magic_level": "50", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3758", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "60", - "end_gfx": "648", - "lifepoints": "51", - "magic_animation": "3882", - "magic_level": "60", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3759", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "60", - "end_gfx": "648", - "lifepoints": "51", - "magic_animation": "3882", - "magic_level": "60", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3760", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "70", - "end_gfx": "648", - "lifepoints": "62", - "magic_animation": "3882", - "magic_level": "70", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3761", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "70", - "end_gfx": "648", - "lifepoints": "62", - "magic_animation": "3882", - "magic_level": "70", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3762", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "25", - "lifepoints": "27", - "magic_animation": "3920", - "magic_level": "30", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "25", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "657", - "strength_level": "1", - "weakness": "0" - }, - { - "id": "3763", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "25", - "lifepoints": "27", - "magic_animation": "3920", - "magic_level": "30", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "25", - "respawn_delay": "120", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3764", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "30,50,60,60,60,60,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "40", - "lifepoints": "45", - "magic_animation": "3920", - "magic_level": "40", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "40", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "657", - "strength_level": "1" - }, - { - "id": "3765", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "30,40,60,60,60,60,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "40", - "lifepoints": "45", - "magic_animation": "3920", - "magic_level": "40", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "40", - "respawn_delay": "120", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3766", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "50", - "lifepoints": "62", - "magic_animation": "3920", - "magic_level": "50", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "50", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "657", - "strength_level": "1" - }, - { - "id": "3767", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "50", - "lifepoints": "62", - "magic_animation": "3920", - "magic_level": "50", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "50", - "respawn_delay": "120", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3768", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "60", - "lifepoints": "78", - "magic_animation": "3920", - "magic_level": "60", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "60", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "657", - "strength_level": "1" - }, - { - "id": "3769", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "60", - "lifepoints": "78", - "magic_animation": "3920", - "magic_level": "60", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "60", - "respawn_delay": "120", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3770", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "70", - "lifepoints": "97", - "magic_animation": "3920", - "magic_level": "70", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "70", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "657", - "strength_level": "1" - }, - { - "id": "3771", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "70", - "lifepoints": "97", - "magic_animation": "3920", - "magic_level": "70", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "70", - "respawn_delay": "120", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3772", - "name": "Brawler", - "examine": "Mind your toes!", - "aggressive": "true", - "attack_level": "28", - "bonuses": "45,45,50,50,50,50,50,15,50,0,0,0,0,0,0", - "combat_audio": "323,326,325", - "death_animation": "3894", - "defence_animation": "3895", - "defence_level": "28", - "lifepoints": "53", - "magic_animation": "3896", + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", "magic_level": "14", - "melee_animation": "3896", - "range_animation": "3896", - "range_level": "1", - "respawn_delay": "120", + "respawn_delay": "127", + "defence_animation": "3902", + "weakness": "9", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "28", + "poison_immune": "true", "safespot": null, + "lifepoints": "23", "strength_level": "28", - "weakness": "9" + "id": "3732", + "aggressive": "true", + "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" }, { - "id": "3773", - "name": "Brawler", - "examine": "Mind your toes!", + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "14", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "28", + "poison_immune": "true", + "safespot": null, + "lifepoints": "23", + "strength_level": "28", + "id": "3733", "aggressive": "true", - "attack_level": "42", - "bonuses": "45,45,60,50,50,50,50,15,50,0,0,0,0,0,0", - "combat_audio": "323,326,325", - "death_animation": "3894", - "defence_animation": "3895", + "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "20", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", "defence_level": "42", + "poison_immune": "true", + "safespot": null, + "lifepoints": "38", + "strength_level": "42", + "id": "3734", + "aggressive": "true", + "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "20", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "42", + "poison_immune": "true", + "safespot": null, + "lifepoints": "38", + "strength_level": "42", + "id": "3735", + "aggressive": "true", + "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "25", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "54", + "poison_immune": "true", + "safespot": null, + "lifepoints": "53", + "strength_level": "54", + "id": "3736", + "aggressive": "true", + "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "25", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "54", + "poison_immune": "true", + "safespot": null, + "lifepoints": "53", + "strength_level": "54", + "id": "3737", + "aggressive": "true", + "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "30", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "60", + "poison_immune": "true", + "safespot": null, + "lifepoints": "68", + "strength_level": "60", + "id": "3738", + "aggressive": "true", + "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "30", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "60", + "poison_immune": "true", + "safespot": null, + "lifepoints": "68", + "strength_level": "60", + "id": "3739", + "aggressive": "true", + "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "35", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, "lifepoints": "83", - "magic_animation": "3896", - "magic_level": "21", - "melee_animation": "3896", - "range_animation": "3896", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "42" - }, - { - "id": "3774", - "name": "Brawler", - "examine": "Mind your toes!", + "strength_level": "70", + "id": "3740", "aggressive": "true", - "attack_level": "56", - "bonuses": "45,45,60,80,80,80,80,25,50,0,0,0,0,0,0", - "combat_audio": "323,326,325", - "death_animation": "3894", - "defence_animation": "3895", - "defence_level": "56", - "lifepoints": "113", - "magic_animation": "3896", - "magic_level": "32", - "melee_animation": "3896", - "range_animation": "3896", + "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "56" + "attack_level": "70" }, { - "id": "3775", - "name": "Brawler", - "examine": "Mind your toes!", + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "35", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "83", + "strength_level": "70", + "id": "3741", "aggressive": "true", - "attack_level": "74", - "bonuses": "45,45,60,60,60,60,60,20,50,0,0,0,0,0,0", - "combat_audio": "323,326,325", - "death_animation": "3894", - "defence_animation": "3895", - "defence_level": "74", - "lifepoints": "143", - "magic_animation": "3896", - "magic_level": "38", - "melee_animation": "3896", - "range_animation": "3896", + "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "74" + "attack_level": "70" }, { - "id": "3776", - "name": "Brawler", - "examine": "Mind your toes!", - "aggressive": "true", - "attack_level": "88", - "bonuses": "45,45,80,100,100,100,100,30,46,0,0,0,0,0,0", - "combat_audio": "323,326,325", - "death_animation": "3894", - "defence_animation": "3895", - "defence_level": "88", - "lifepoints": "173", - "magic_animation": "3896", - "magic_level": "45", - "melee_animation": "3896", - "range_animation": "3896", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "88" - }, - { - "id": "3777", - "name": "Doomsayer", - "examine": "Cheerful, helpful and optimistic, I'll bet.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3778", - "name": "Arthur" - }, - { - "id": "3780", - "name": "Squire" - }, - { - "id": "3782", - "name": "Void Knight", - "examine": "A squire of balance.", - "attack_level": "1", + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "combat_audio": "714,716,715", "attack_speed": "5", - "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0", - "defence_level": "80", - "lifepoints": "200", - "magic_level": "80", - "range_level": "1", + "magic_level": "10", "respawn_delay": "120", + "defence_animation": "3916", + "weakness": "7", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "15", "safespot": null, - "strength_level": "1" + "lifepoints": "23", + "strength_level": "30", + "id": "3742", + "bonuses": "45,45,45,45,50,5,45,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "15" }, { - "id": "3783", - "name": "Frog", - "examine": "Long legged licker.", - "attack_level": "55", - "death_animation": "7256", - "defence_animation": "0", - "defence_level": "55", + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "combat_audio": "714,716,715", + "attack_speed": "5", + "magic_level": "15", + "respawn_delay": "120", + "defence_animation": "3916", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "20", + "safespot": null, + "lifepoints": "38", + "strength_level": "40", + "id": "3743", + "bonuses": "45,45,45,45,50,5,55,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "combat_audio": "714,716,715", + "attack_speed": "5", + "magic_level": "20", + "respawn_delay": "120", + "defence_animation": "3916", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "30", + "safespot": null, + "lifepoints": "53", + "strength_level": "60", + "id": "3744", + "bonuses": "45,55,55,55,50,10,45,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "combat_audio": "714,716,715", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "120", + "defence_animation": "3916", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "45", + "safespot": null, + "lifepoints": "53", + "strength_level": "75", + "id": "3745", + "bonuses": "60,60,60,60,80,10,45,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "combat_audio": "714,716,715", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "120", + "defence_animation": "3916", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "60", + "safespot": null, + "lifepoints": "53", + "strength_level": "80", + "id": "3746", + "bonuses": "65,70,70,70,90,20,56,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Eeewww!", + "melee_animation": "3908", + "range_animation": "3908", + "combat_audio": "805,807,806", + "magic_level": "10", + "respawn_delay": "125", + "defence_animation": "3909", + "weakness": "6", + "magic_animation": "3908", + "death_animation": "3910", + "name": "Spinner", + "defence_level": "20", + "safespot": null, + "lifepoints": "33", + "strength_level": "20", + "id": "3747", + "bonuses": "20,40,40,40,40,10,38,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Eeewww!", + "melee_animation": "3908", + "range_animation": "3908", + "combat_audio": "805,807,806", + "magic_level": "15", + "respawn_delay": "125", + "defence_animation": "3909", + "magic_animation": "3908", + "death_animation": "3910", + "name": "Spinner", + "defence_level": "30", + "safespot": null, + "lifepoints": "50", + "strength_level": "30", + "id": "3748", + "bonuses": "30,60,60,60,60,15,38,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Eeewww!", + "melee_animation": "3908", + "range_animation": "3908", + "combat_audio": "805,807,806", + "magic_level": "20", + "respawn_delay": "125", + "defence_animation": "3909", + "magic_animation": "3908", + "death_animation": "3910", + "name": "Spinner", + "defence_level": "40", + "safespot": null, + "lifepoints": "67", + "strength_level": "40", + "id": "3749", + "bonuses": "50,70,70,70,70,20,38,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Eeewww!", + "melee_animation": "3908", + "range_animation": "3908", + "combat_audio": "805,807,806", + "magic_level": "30", + "respawn_delay": "125", + "defence_animation": "3909", + "magic_animation": "3908", + "death_animation": "3910", + "name": "Spinner", + "defence_level": "60", + "safespot": null, + "lifepoints": "101", + "strength_level": "60", + "id": "3750", + "bonuses": "60,100,100,100,100,30,25,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Eeewww!", + "melee_animation": "3908", + "range_animation": "3908", + "combat_audio": "805,807,806", + "magic_level": "25", + "respawn_delay": "125", + "defence_animation": "3909", + "magic_animation": "3908", + "death_animation": "3910", + "name": "Spinner", + "defence_level": "50", + "safespot": null, + "lifepoints": "84", + "strength_level": "50", + "id": "3751", + "bonuses": "55,80,80,80,85,25,30,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "25", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "weakness": "5", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "25", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", + "id": "3752", + "aggressive": "true", + "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "25", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "25", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", + "id": "3753", + "aggressive": "true", + "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "40", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "40", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "3754", + "aggressive": "true", + "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "40", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "40", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "3755", + "aggressive": "true", + "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "50", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "50", + "safespot": null, + "lifepoints": "42", + "strength_level": "1", + "id": "3756", + "aggressive": "true", + "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "50", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "50", + "safespot": null, + "lifepoints": "42", + "strength_level": "1", + "id": "3757", + "aggressive": "true", + "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "60", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "60", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "id": "3758", + "aggressive": "true", + "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "60", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "60", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "id": "3759", + "aggressive": "true", + "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "70", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "70", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "3760", + "aggressive": "true", + "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "70", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "70", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "3761", + "aggressive": "true", + "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Duck!", + "start_gfx": "657", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "30", + "respawn_delay": "120", + "defence_animation": "3921", + "weakness": "0", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "25", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "3762", + "aggressive": "true", + "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0", + "range_level": "25", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "30", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "25", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "3763", + "aggressive": "true", + "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0", + "range_level": "25", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "start_gfx": "657", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "40", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "1", + "id": "3764", + "aggressive": "true", + "bonuses": "30,50,60,60,60,60,40,40,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "40", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "1", + "id": "3765", + "aggressive": "true", + "bonuses": "30,40,60,60,60,60,40,40,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "start_gfx": "657", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "50", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "50", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "3766", + "aggressive": "true", + "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0", + "range_level": "50", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "50", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "50", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "3767", + "aggressive": "true", + "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0", + "range_level": "50", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "start_gfx": "657", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "60", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "60", + "safespot": null, "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "7260", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "9" - }, - { - "id": "3784", - "name": "Void Knight", + "strength_level": "1", + "id": "3768", "aggressive": "true", - "attack_level": "1", - "attack_speed": "0", + "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0", + "range_level": "60", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "60", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "60", + "safespot": null, + "lifepoints": "78", + "strength_level": "1", + "id": "3769", + "aggressive": "true", + "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0", + "range_level": "60", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "start_gfx": "657", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "70", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "70", + "safespot": null, + "lifepoints": "97", + "strength_level": "1", + "id": "3770", + "aggressive": "true", + "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0", + "range_level": "70", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "70", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "70", + "safespot": null, + "lifepoints": "97", + "strength_level": "1", + "id": "3771", + "aggressive": "true", + "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0", + "range_level": "70", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Mind your toes!", + "melee_animation": "3896", + "range_animation": "3896", + "combat_audio": "323,326,325", + "magic_level": "14", + "respawn_delay": "120", + "defence_animation": "3895", + "weakness": "9", + "magic_animation": "3896", + "death_animation": "3894", + "name": "Brawler", + "defence_level": "28", + "safespot": null, + "lifepoints": "53", + "strength_level": "28", + "id": "3772", + "aggressive": "true", + "bonuses": "45,45,50,50,50,50,50,15,50,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Mind your toes!", + "melee_animation": "3896", + "range_animation": "3896", + "combat_audio": "323,326,325", + "magic_level": "21", + "respawn_delay": "120", + "defence_animation": "3895", + "magic_animation": "3896", + "death_animation": "3894", + "name": "Brawler", + "defence_level": "42", + "safespot": null, + "lifepoints": "83", + "strength_level": "42", + "id": "3773", + "aggressive": "true", + "bonuses": "45,45,60,50,50,50,50,15,50,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Mind your toes!", + "melee_animation": "3896", + "range_animation": "3896", + "combat_audio": "323,326,325", + "magic_level": "32", + "respawn_delay": "120", + "defence_animation": "3895", + "magic_animation": "3896", + "death_animation": "3894", + "name": "Brawler", + "defence_level": "56", + "safespot": null, + "lifepoints": "113", + "strength_level": "56", + "id": "3774", + "aggressive": "true", + "bonuses": "45,45,60,80,80,80,80,25,50,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "56" + }, + { + "examine": "Mind your toes!", + "melee_animation": "3896", + "range_animation": "3896", + "combat_audio": "323,326,325", + "magic_level": "38", + "respawn_delay": "120", + "defence_animation": "3895", + "magic_animation": "3896", + "death_animation": "3894", + "name": "Brawler", + "defence_level": "74", + "safespot": null, + "lifepoints": "143", + "strength_level": "74", + "id": "3775", + "aggressive": "true", + "bonuses": "45,45,60,60,60,60,60,20,50,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "Mind your toes!", + "melee_animation": "3896", + "range_animation": "3896", + "combat_audio": "323,326,325", + "magic_level": "45", + "respawn_delay": "120", + "defence_animation": "3895", + "magic_animation": "3896", + "death_animation": "3894", + "name": "Brawler", + "defence_level": "88", + "safespot": null, + "lifepoints": "173", + "strength_level": "88", + "id": "3776", + "aggressive": "true", + "bonuses": "45,45,80,100,100,100,100,30,46,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "88" + }, + { + "examine": "Cheerful, helpful and optimistic, I'll bet.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doomsayer", "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3777", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A squire of balance.", + "attack_speed": "5", + "magic_level": "80", + "respawn_delay": "120", + "name": "Void Knight", + "defence_level": "80", + "safespot": null, "lifepoints": "200", + "strength_level": "1", + "id": "3782", + "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Long legged licker.", + "melee_animation": "7260", + "range_animation": "0", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7256", + "name": "Frog", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3783", + "range_level": "1", + "attack_level": "55" + }, + { + "name": "Void Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "attack_speed": "0", + "id": "3784", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3785", - "name": "Void Knight", "examine": "A squire of balance.", - "attack_level": "1", "attack_speed": "5", - "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0", - "defence_level": "80", - "lifepoints": "200", "magic_level": "80", - "range_level": "1", "respawn_delay": "120", + "name": "Void Knight", + "defence_level": "80", "safespot": null, - "strength_level": "1" + "lifepoints": "200", + "strength_level": "1", + "id": "3785", + "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A powerful knight of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Void Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3786", - "name": "Void Knight", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A powerful knight of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Void Knight", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3787", - "name": "Sir Palomedes" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "3788", - "name": "Void Knight", - "examine": "A powerful knight of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A squire of balance.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3789", - "name": "Void Knight" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "3790", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3791", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3792", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3793", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3794", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3795", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3796", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3797", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3798", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3799", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3800", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3801", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3802", + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Squire (Novice)", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3802", + "range_level": "1", + "attack_level": "1" }, { - "id": "3803", - "name": "Fishing spot" - }, - { - "id": "3805", - "name": "Postie Pete", "examine": "Posts things.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3806", - "name": "Millie Miller", - "examine": "Miss Millicent Miller the Miller of Mill Lane Mill.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3807", - "name": "Gillie Groats", - "examine": "Gillie the Milkmaid milks cows. She's udderly fantastic at it.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3808", - "name": "Tortoise", - "examine": "Massive beast of War with extra Gnome.", - "attack_level": "36", - "death_animation": "3962", "defence_animation": "0", - "defence_level": "36", - "lifepoints": "121", "magic_animation": "0", + "death_animation": "0", + "name": "Postie Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3805", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Miss Millicent Miller the Miller of Mill Lane Mill.", + "name": "Millie Miller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3806", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Gillie the Milkmaid milks cows. She's udderly fantastic at it.", + "name": "Gillie Groats", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3807", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Massive beast of War with extra Gnome.", "melee_animation": "3960", "range_animation": "3954", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "3962", + "name": "Tortoise", + "defence_level": "36", "safespot": null, + "lifepoints": "121", "strength_level": "36", - "weakness": "6" + "id": "3808", + "range_level": "1", + "attack_level": "36" }, { - "id": "3809", - "name": "Captain Dalbur", "examine": "Tally Ho!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3810", - "name": "Captain Bleemadge", - "examine": "Huzzah!", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3811", - "name": "Captain Errdo", - "examine": "Up up and away!", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", + "name": "Captain Dalbur", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3812", - "name": "Captain Klemfoodle", - "examine": "Up up and away!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3814", - "name": "Gnome Archer", - "examine": "A Gnome Arrow-chucker", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "190", - "prj_height": "30", - "projectile": "10", - "range_animation": "190", - "range_level": "5", - "respawn_delay": "60", - "safespot": null, "strength_level": "1", - "weakness": "2" + "id": "3809", + "range_level": "1", + "attack_level": "1" }, { - "id": "3815", - "name": "Gnome Driver", - "examine": "Yee haa!", - "aggressive": "true", - "attack_level": "5", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "10", + "examine": "Huzzah!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", "magic_animation": "0", + "death_animation": "0", + "name": "Captain Bleemadge", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3810", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Up up and away!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Errdo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3811", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Up up and away!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Klemfoodle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3812", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Gnome Arrow-chucker", + "combat_style": "1", + "melee_animation": "190", + "range_animation": "190", + "respawn_delay": "60", + "defence_animation": "193", + "weakness": "2", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome Archer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3814", + "aggressive": "true", + "range_level": "5", + "projectile": "10", + "attack_level": "1", + "prj_height": "30" + }, + { + "examine": "Yee haa!", "melee_animation": "3969", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "193", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome Driver", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "9" + "id": "3815", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" }, { - "id": "3816", - "name": "Gnome Mage", "examine": "A battle mage of the gnomish variety.", - "aggressive": "true", - "attack_level": "1", "combat_style": "2", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "200", - "magic_level": "5", - "melee_animation": "3968", - "prj_height": "30", - "projectile": "94", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "spell_id": "", "start_gfx": "93", "start_height": "80", - "strength_level": "1", - "weakness": "5" - }, - { - "id": "3817", - "name": "Lieutenant Schepbur" - }, - { - "id": "3818", - "name": "Trainer Nacklepen", - "examine": "The cruel tortoise trainer. Boo!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "melee_animation": "3968", + "range_animation": "0", + "magic_level": "5", + "spell_id": "", + "respawn_delay": "60", + "defence_animation": "193", + "weakness": "5", + "magic_animation": "200", + "death_animation": "196", + "name": "Gnome Mage", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "3816", + "aggressive": "true", + "range_level": "1", + "projectile": "94", + "attack_level": "1", + "prj_height": "30" + }, + { + "examine": "The cruel tortoise trainer. Boo!", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trainer Nacklepen", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3818", + "range_level": "1", + "attack_level": "1" }, { - "id": "3819", - "name": "Tortoise", "examine": "A large tortoise.", - "attack_level": "36", - "death_animation": "3962", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "101", - "magic_animation": "0", "melee_animation": "3960", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "3962", + "name": "Tortoise", + "defence_level": "36", "safespot": null, + "lifepoints": "101", "strength_level": "36", - "weakness": "6" + "id": "3819", + "range_level": "1", + "attack_level": "36" }, { - "id": "3820", - "name": "Wise Old Man" - }, - { - "id": "3822", - "name": "Herman Caranos", - "examine": "Founder and Director of the Piscatoris Fishing Colony." - }, - { - "id": "3823", - "name": "Franklin Caranos", - "examine": "Engineer for the Piscatoris Fishing Colony." - }, - { - "id": "3824", - "name": "Arnold Lydspor", - "examine": "Secretary and Storemaster for the Piscatoris Fishing Colony." - }, - { - "id": "3825", - "name": "Devin Mendelberg" - }, - { - "id": "3826", - "name": "George Laxmeister" - }, - { - "id": "3827", - "name": "Ramara du Croissant" - }, - { - "id": "3828", - "name": "Kathy Corkat" - }, - { - "id": "3831", - "name": "Kathy Corkat" - }, - { - "id": "3832", - "name": "Kalphite Queen" - }, - { - "id": "3835", - "name": "Kalphite Queen", "agg_radius": "64", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "6242", - "defence_animation": "6240", - "defence_level": "1", - "lifepoints": "255", "melee_animation": "6241", - "range_level": "1000", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3836", - "name": "Kalphite Queen", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", - "death_animation": "6233", - "defence_animation": "6237", - "defence_level": "1", - "lifepoints": "255", - "melee_animation": "6234", - "range_level": "1000", "respawn_delay": "60", + "defence_animation": "6240", + "death_animation": "6242", + "name": "Kalphite Queen", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3837", - "name": "Drunken Dwarf" - }, - { - "id": "3838", - "name": "Wise Old Man" - }, - { - "id": "3839", - "name": "Wise Old Man" - }, - { - "id": "3840", - "name": "Sea troll", - "examine": "An aquatic troll.", + "lifepoints": "255", + "strength_level": "1", + "id": "3835", "aggressive": "true", - "attack_level": "45", + "range_level": "1000", + "attack_level": "1" + }, + { + "agg_radius": "64", + "melee_animation": "6234", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6237", + "death_animation": "6233", + "name": "Kalphite Queen", + "defence_level": "1", + "safespot": null, + "lifepoints": "255", + "strength_level": "1", + "id": "3836", + "aggressive": "true", + "range_level": "1000", + "attack_level": "1" + }, + { + "examine": "An aquatic troll.", + "range_animation": "0", "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Sea troll", "defence_level": "45", + "safespot": null, "lifepoints": "64", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "45", - "weakness": "6" - }, - { - "id": "3841", - "name": "Sea troll" - }, - { - "id": "3842", - "name": "Sea troll" - }, - { - "id": "3843", - "name": "Sea troll", - "examine": "An aquatic troll.", + "id": "3840", "aggressive": "true", - "attack_level": "60", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "60", - "weakness": "6" + "attack_level": "45" }, { - "id": "3844", - "name": "Skeleton Mage" - }, - { - "id": "3845", - "name": "Sea troll" - }, - { - "id": "3846", - "name": "Sea Troll General" - }, - { - "id": "3847", - "name": "Sea Troll Queen", - "examine": "The mother of all sea trolls!", - "aggressive": "true", - "attack_level": "65", - "death_animation": "3993", + "examine": "An aquatic troll.", + "range_animation": "0", "defence_animation": "0", - "defence_level": "65", - "lifepoints": "428", + "weakness": "6", "magic_animation": "0", - "magic_level": "65", + "name": "Sea troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "3843", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "The mother of all sea trolls!", "melee_animation": "3991", "range_animation": "0", - "range_level": "65", + "magic_level": "65", "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "10" - }, - { - "id": "3848", - "name": "Fishing spot" - }, - { - "id": "3849", - "name": "Fishing spot", - "examine": "What have they done to him?", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "10", "magic_animation": "0", + "death_animation": "3993", + "name": "Sea Troll Queen", + "defence_level": "65", + "safespot": null, + "lifepoints": "428", + "strength_level": "65", + "id": "3847", + "aggressive": "true", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "What have they done to him?", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3850", - "name": "Skeleton Mage" - }, - { - "id": "3851", - "name": "Skeleton Mage", - "examine": "Doesn't seem to want to go away.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", "defence_animation": "0", - "defence_level": "60", - "lifepoints": "80", - "magic_animation": "811", - "magic_level": "100", - "melee_animation": "811", - "range_animation": "811", - "range_level": "1", - "strength_level": "10" - }, - { - "id": "3852", - "name": "Suspect" - }, - { - "id": "3853", - "name": "Suspect" - }, - { - "id": "3854", - "name": "Suspect" - }, - { - "id": "3855", - "name": "Suspect" - }, - { - "id": "3856", - "name": "Suspect" - }, - { - "id": "3857", - "name": "Suspect" - }, - { - "id": "3858", - "name": "Suspect" - }, - { - "id": "3859", - "name": "Suspect" - }, - { - "id": "3860", - "name": "Suspect" - }, - { - "id": "3861", - "name": "Suspect" - }, - { - "id": "3862", - "name": "Suspect" - }, - { - "id": "3863", - "name": "Suspect" - }, - { - "id": "3864", - "name": "Suspect" - }, - { - "id": "3865", - "name": "Suspect" - }, - { - "id": "3866", - "name": "Suspect" - }, - { - "id": "3867", - "name": "Suspect" - }, - { - "id": "3868", - "name": "Suspect" - }, - { - "id": "3869", - "name": "Suspect" - }, - { - "id": "3870", - "name": "Suspect" - }, - { - "id": "3871", - "name": "Suspect" - }, - { - "id": "3872", - "name": "Suspect" - }, - { - "id": "3873", - "name": "Suspect" - }, - { - "id": "3874", - "name": "Suspect" - }, - { - "id": "3875", - "name": "Suspect" - }, - { - "id": "3876", - "name": "Suspect" - }, - { - "id": "3877", - "name": "Suspect" - }, - { - "id": "3878", - "name": "Suspect" - }, - { - "id": "3879", - "name": "Suspect" - }, - { - "id": "3880", - "name": "Suspect" - }, - { - "id": "3881", - "name": "Suspect" - }, - { - "id": "3882", - "name": "Suspect" - }, - { - "id": "3883", - "name": "Suspect" - }, - { - "id": "3884", - "name": "Suspect" - }, - { - "id": "3885", - "name": "Suspect" - }, - { - "id": "3886", - "name": "Suspect" - }, - { - "id": "3887", - "name": "Suspect" - }, - { - "id": "3888", - "name": "Suspect" - }, - { - "id": "3889", - "name": "Suspect" - }, - { - "id": "3890", - "name": "Suspect" - }, - { - "id": "3891", - "name": "Suspect" - }, - { - "id": "3892", - "name": "Molly" - }, - { - "id": "3893", - "name": "Molly" - }, - { - "id": "3894", - "name": "Molly" - }, - { - "id": "3895", - "name": "Molly" - }, - { - "id": "3896", - "name": "Molly" - }, - { - "id": "3897", - "name": "Molly" - }, - { - "id": "3898", - "name": "Molly" - }, - { - "id": "3899", - "name": "Molly" - }, - { - "id": "3900", - "name": "Molly" - }, - { - "id": "3901", - "name": "Molly" - }, - { - "id": "3902", - "name": "Molly" - }, - { - "id": "3903", - "name": "Molly" - }, - { - "id": "3904", - "name": "Molly" - }, - { - "id": "3905", - "name": "Molly" - }, - { - "id": "3906", - "name": "Molly" - }, - { - "id": "3907", - "name": "Molly" - }, - { - "id": "3908", - "name": "Molly" - }, - { - "id": "3909", - "name": "Molly" - }, - { - "id": "3910", - "name": "Molly" - }, - { - "id": "3911", - "name": "Molly" - }, - { - "id": "3912", - "name": "Flippa" - }, - { - "id": "3913", - "name": "Tilt" - }, - { - "id": "3914", - "name": "Gardener" - }, - { - "id": "3915", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "7", "magic_animation": "0", - "magic_level": "1", + "death_animation": "0", + "name": "Fishing spot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3849", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", + "defence_level": "1", "safespot": null, + "lifepoints": "7", "strength_level": "1", - "weakness": "9" + "id": "3915", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "3916", - "name": "Carpenter Kjallak", "examine": "His bark's worse than his blight.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Carpenter Kjallak", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3916", + "range_level": "1", + "attack_level": "1" }, { - "id": "3917", - "name": "Farmer Fromund", "examine": "He looks a bit seedy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer Fromund", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3917", + "range_level": "1", + "attack_level": "1" }, { - "id": "3918", - "name": "Prince Brand" - }, - { - "id": "3919", - "name": "Princess Astrid" - }, - { - "id": "3920", - "name": "Runa" - }, - { - "id": "3921", - "name": "Halla", - "examine": "A subject of Miscellania." - }, - { - "id": "3922", - "name": "Finn", - "examine": "Runs the general store." - }, - { - "id": "3923", - "name": "Osvald" - }, - { - "id": "3924", - "name": "Runolf" - }, - { - "id": "3925", - "name": "Tjorvi", - "examine": "A subject of Miscellania." - }, - { - "id": "3926", - "name": "Ingrid" - }, - { - "id": "3927", - "name": "Thora", - "examine": "A subject of Miscellania." - }, - { - "id": "3928", - "name": "Signy" - }, - { - "id": "3929", - "name": "Hild" - }, - { - "id": "3930", - "name": "Armod" - }, - { - "id": "3931", - "name": "Beigarth" - }, - { - "id": "3932", - "name": "Reinn" - }, - { - "id": "3933", - "name": "Alviss", - "examine": "A dwarf who's currently living in Miscellania." - }, - { - "id": "3934", - "name": "Fullangr", - "examine": "A dwarf who's currently living in Miscellania." - }, - { - "id": "3935", - "name": "Jari", - "examine": "A dwarf who's currently living in Miscellania." - }, - { - "id": "3936", - "name": "Thorodin" - }, - { - "id": "3937", - "name": "Ferd", - "examine": "A dwarf miner. He's shoring up the walls." - }, - { - "id": "3938", - "name": "Donal", - "examine": "A rather scared-looking dwarf. He doesn't seem all that drunk." - }, - { - "id": "3939", - "name": "Sea Snake Young", "examine": "Snake", - "aggressive": "true", - "attack_level": "33", + "melee_animation": "3538", + "range_animation": "0", "combat_audio": "3609,3608,3610", - "death_animation": "3540", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "3540", + "name": "Sea Snake Young", "defence_level": "45", + "safespot": null, "lifepoints": "128", - "magic_animation": "0", - "melee_animation": "3538", - "range_animation": "0", - "range_level": "45", - "respawn_delay": "60", - "safespot": null, "strength_level": "33", - "weakness": "1" - }, - { - "id": "3940", - "name": "Sea Snake Hatchling", - "examine": "A baby sea snake. Snaaaaaaake!", + "id": "3939", "aggressive": "true", - "attack_level": "33", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "100", - "magic_animation": "0", + "range_level": "45", + "attack_level": "33" + }, + { + "examine": "A baby sea snake. Snaaaaaaake!", "melee_animation": "3538", "range_animation": "0", - "range_level": "45", + "combat_audio": "3609,3608,3610", "respawn_delay": "60", - "safespot": null, - "strength_level": "33", - "weakness": "1" - }, - { - "id": "3941", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3942", - "name": "Guard", - "examine": "He's guarding the entrance to the dungeons.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "1", "magic_animation": "0", + "death_animation": "3540", + "name": "Sea Snake Hatchling", + "defence_level": "45", + "safespot": null, + "lifepoints": "100", + "strength_level": "33", + "id": "3940", + "aggressive": "true", + "range_level": "45", + "attack_level": "33" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3941", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the entrance to the dungeons.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3942", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "3943", - "name": "Giant Sea Snake", "examine": "A big snake that lives in the sea. How did it get in here?", - "aggressive": "true", - "attack_level": "33", - "combat_audio": "3609,3608,3610", - "death_animation": "4039", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "385", - "magic_animation": "0", "melee_animation": "4040", "range_animation": "0", - "range_level": "45", + "combat_audio": "3609,3608,3610", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "4039", + "name": "Giant Sea Snake", + "defence_level": "45", "safespot": null, + "lifepoints": "385", "strength_level": "33", - "weakness": "1" - }, - { - "id": "3944", - "name": "Hangman game" - }, - { - "id": "3945", - "name": "Hangman game" - }, - { - "id": "3946", - "name": "Hangman game" - }, - { - "id": "3947", - "name": "Hangman game" - }, - { - "id": "3948", - "name": "Hangman game" - }, - { - "id": "3949", - "name": "Hangman game" - }, - { - "id": "3950", - "name": "Hangman game" - }, - { - "id": "3951", - "name": "Hangman game" - }, - { - "id": "3952", - "name": "Hangman game" - }, - { - "id": "3953", - "name": "Hangman game" - }, - { - "id": "3954", - "name": "Treasure fairy" - }, - { - "id": "3955", - "name": "Jacky Jester" - }, - { - "id": "3956", - "name": "Combat stone" - }, - { - "id": "3957", - "name": "Combat stone" - }, - { - "id": "3958", - "name": "Combat stone" - }, - { - "id": "3959", - "name": "Combat stone" - }, - { - "id": "3960", - "name": "Combat stone" - }, - { - "id": "3961", - "name": "Combat stone" - }, - { - "id": "3962", - "name": "Combat stone" - }, - { - "id": "3963", - "name": "Combat stone" - }, - { - "id": "3964", - "name": "Combat stone" - }, - { - "id": "3965", - "name": "Combat stone" - }, - { - "id": "3966", - "name": "Combat stone" - }, - { - "id": "3967", - "name": "Combat stone" - }, - { - "id": "3968", - "name": "Combat stone" - }, - { - "id": "3969", - "name": "Combat stone" - }, - { - "id": "3970", - "name": "Combat stone" - }, - { - "id": "3971", - "name": "Combat stone" - }, - { - "id": "3972", - "name": "Combat stone" - }, - { - "id": "3973", - "name": "Combat stone" - }, - { - "id": "3974", - "name": "Combat stone" - }, - { - "id": "3975", - "name": "Combat stone" - }, - { - "id": "3976", - "name": "Combat stone" - }, - { - "id": "3977", - "name": "Combat stone" - }, - { - "id": "3978", - "name": "Combat stone" - }, - { - "id": "3979", - "name": "Combat stone" - }, - { - "id": "3980", - "name": "Combat stone" - }, - { - "id": "3981", - "name": "Combat stone" - }, - { - "id": "3982", - "name": "Combat stone" - }, - { - "id": "3983", - "name": "Combat stone" - }, - { - "id": "3984", - "name": "Combat stone" - }, - { - "id": "3985", - "name": "Combat stone" - }, - { - "id": "3986", - "name": "Combat stone" - }, - { - "id": "3987", - "name": "Combat stone" - }, - { - "id": "3988", - "name": "Combat stone" - }, - { - "id": "3989", - "name": "Combat stone" - }, - { - "id": "3990", - "name": "Combat stone" - }, - { - "id": "3991", - "name": "Combat stone" - }, - { - "id": "3992", - "name": "Combat stone" - }, - { - "id": "3993", - "name": "Combat stone" - }, - { - "id": "3994", - "name": "Combat stone" - }, - { - "id": "3995", - "name": "Combat stone" - }, - { - "id": "3996", - "name": "Combat stone" - }, - { - "id": "3997", - "name": "Combat stone" - }, - { - "id": "3998", - "name": "Combat stone" - }, - { - "id": "3999", - "name": "Combat stone" - }, - { - "id": "4000", - "name": "Combat stone" - }, - { - "id": "4001", - "name": "Combat stone" - }, - { - "id": "4002", - "name": "Combat stone" - }, - { - "id": "4003", - "name": "Combat stone" - }, - { - "id": "4004", - "name": "Combat stone" - }, - { - "id": "4005", - "name": "Combat stone" - }, - { - "id": "4006", - "name": "Combat stone" - }, - { - "id": "4007", - "name": "Combat stone" - }, - { - "id": "4008", - "name": "Combat stone" - }, - { - "id": "4009", - "name": "Combat stone" - }, - { - "id": "4010", - "name": "Combat stone" - }, - { - "id": "4011", - "name": "Combat stone" - }, - { - "id": "4012", - "name": "Combat stone" - }, - { - "id": "4013", - "name": "Combat stone" - }, - { - "id": "4014", - "name": "Combat stone" - }, - { - "id": "4015", - "name": "Combat stone" - }, - { - "id": "4016", - "name": "Combat stone" - }, - { - "id": "4017", - "name": "Combat stone" - }, - { - "id": "4018", - "name": "Combat stone" - }, - { - "id": "4019", - "name": "Combat stone" - }, - { - "id": "4020", - "name": "Combat stone" - }, - { - "id": "4021", - "name": "Elemental balance" - }, - { - "id": "4022", - "name": "Elemental balance" - }, - { - "id": "4023", - "name": "Elemental balance" - }, - { - "id": "4024", - "name": "Elemental balance" - }, - { - "id": "4025", - "name": "Elemental balance" - }, - { - "id": "4026", - "name": "Elemental balance" - }, - { - "id": "4027", - "name": "Elemental balance" - }, - { - "id": "4028", - "name": "Elemental balance" - }, - { - "id": "4029", - "name": "Elemental balance" - }, - { - "id": "4030", - "name": "Elemental balance" - }, - { - "id": "4031", - "name": "Elemental balance" - }, - { - "id": "4032", - "name": "Elemental balance" - }, - { - "id": "4033", - "name": "Elemental balance" - }, - { - "id": "4034", - "name": "Elemental balance" - }, - { - "id": "4035", - "name": "Elemental balance" - }, - { - "id": "4036", - "name": "Elemental balance" - }, - { - "id": "4037", - "name": "Elemental balance" - }, - { - "id": "4038", - "name": "Elemental balance" - }, - { - "id": "4039", - "name": "Elemental balance" - }, - { - "id": "4040", - "name": "Elemental balance" - }, - { - "id": "4041", - "name": "Elemental balance" - }, - { - "id": "4042", - "name": "Elemental balance" - }, - { - "id": "4043", - "name": "Elemental balance" - }, - { - "id": "4044", - "name": "Elemental balance" - }, - { - "id": "4045", - "name": "Elemental balance" - }, - { - "id": "4046", - "name": "Elemental balance" - }, - { - "id": "4047", - "name": "Elemental balance" - }, - { - "id": "4048", - "name": "Elemental balance" - }, - { - "id": "4049", - "name": "Elemental balance" - }, - { - "id": "4050", - "name": "Elemental balance" - }, - { - "id": "4051", - "name": "Elemental balance" - }, - { - "id": "4052", - "name": "Elemental balance" - }, - { - "id": "4053", - "name": "Elemental balance" - }, - { - "id": "4054", - "name": "Elemental balance" - }, - { - "id": "4055", - "name": "Elemental balance" - }, - { - "id": "4056", - "name": "Elemental balance" - }, - { - "id": "4057", - "name": "Elemental balance" - }, - { - "id": "4058", - "name": "Elemental balance" - }, - { - "id": "4059", - "name": "Elemental balance" - }, - { - "id": "4060", - "name": "Elemental balance" - }, - { - "id": "4061", - "name": "Elemental balance" - }, - { - "id": "4062", - "name": "Elemental balance" - }, - { - "id": "4063", - "name": "Elemental balance" - }, - { - "id": "4064", - "name": "Elemental balance" - }, - { - "id": "4065", - "name": "Elemental balance" - }, - { - "id": "4066", - "name": "Elemental balance" - }, - { - "id": "4067", - "name": "Elemental balance" - }, - { - "id": "4068", - "name": "Elemental balance" - }, - { - "id": "4069", - "name": "Elemental balance" - }, - { - "id": "4070", - "name": "Elemental balance" - }, - { - "id": "4071", - "name": "Elemental balance" - }, - { - "id": "4072", - "name": "Elemental balance" - }, - { - "id": "4073", - "name": "Elemental balance" - }, - { - "id": "4074", - "name": "Elemental balance" - }, - { - "id": "4075", - "name": "Elemental balance" - }, - { - "id": "4076", - "name": "Elemental balance" - }, - { - "id": "4077", - "name": "Elemental balance" - }, - { - "id": "4078", - "name": "Elemental balance" - }, - { - "id": "4079", - "name": "Elemental balance" - }, - { - "id": "4080", - "name": "Elemental balance" - }, - { - "id": "4081", - "name": "Elemental balance" - }, - { - "id": "4082", - "name": "Elemental balance" - }, - { - "id": "4083", - "name": "Elemental balance" - }, - { - "id": "4084", - "name": "Elemental balance" - }, - { - "id": "4085", - "name": "Elemental balance" - }, - { - "id": "4086", - "name": "Elemental balance" - }, - { - "id": "4087", - "name": "Elemental balance" - }, - { - "id": "4088", - "name": "Elemental balance" - }, - { - "id": "4089", - "name": "Elemental balance" - }, - { - "id": "4090", - "name": "Elemental balance" - }, - { - "id": "4091", - "name": "Elemental balance" - }, - { - "id": "4092", - "name": "Elemental balance" - }, - { - "id": "4093", - "name": "Elemental balance" - }, - { - "id": "4094", - "name": "Elemental balance" - }, - { - "id": "4095", - "name": "Elemental balance" - }, - { - "id": "4096", - "name": "Combat stone" - }, - { - "id": "4097", - "name": "Combat stone" - }, - { - "id": "4098", - "name": "Combat stone" - }, - { - "id": "4099", - "name": "Combat stone" - }, - { - "id": "4100", - "name": "Combat stone" - }, - { - "id": "4101", - "name": "Combat stone" - }, - { - "id": "4102", - "name": "Combat stone" - }, - { - "id": "4103", - "name": "Combat stone" - }, - { - "id": "4104", - "name": "Combat stone" - }, - { - "id": "4105", - "name": "Combat stone" - }, - { - "id": "4106", - "name": "Combat stone" - }, - { - "id": "4107", - "name": "Combat stone" - }, - { - "id": "4108", - "name": "Combat stone" - }, - { - "id": "4109", - "name": "Combat stone" - }, - { - "id": "4110", - "name": "Combat stone" - }, - { - "id": "4111", - "name": "Combat stone" - }, - { - "id": "4112", - "name": "Combat stone" - }, - { - "id": "4113", - "name": "Combat stone" - }, - { - "id": "4114", - "name": "Combat stone" - }, - { - "id": "4115", - "name": "Combat stone" - }, - { - "id": "4116", - "name": "Combat stone" - }, - { - "id": "4117", - "name": "Combat stone" - }, - { - "id": "4118", - "name": "Combat stone" - }, - { - "id": "4119", - "name": "Combat stone" - }, - { - "id": "4120", - "name": "Combat stone" - }, - { - "id": "4121", - "name": "Combat stone" - }, - { - "id": "4122", - "name": "Combat stone" - }, - { - "id": "4123", - "name": "Combat stone" - }, - { - "id": "4124", - "name": "Combat stone" - }, - { - "id": "4125", - "name": "Combat stone" - }, - { - "id": "4126", - "name": "Combat stone" - }, - { - "id": "4127", - "name": "Combat stone" - }, - { - "id": "4128", - "name": "Combat stone" - }, - { - "id": "4129", - "name": "Combat stone" - }, - { - "id": "4130", - "name": "Combat stone" - }, - { - "id": "4131", - "name": "Combat stone" - }, - { - "id": "4132", - "name": "Combat stone" - }, - { - "id": "4133", - "name": "Combat stone" - }, - { - "id": "4134", - "name": "Combat stone" - }, - { - "id": "4135", - "name": "Combat stone" - }, - { - "id": "4136", - "name": "Combat stone" - }, - { - "id": "4137", - "name": "Combat stone" - }, - { - "id": "4138", - "name": "Combat stone" - }, - { - "id": "4139", - "name": "Combat stone" - }, - { - "id": "4140", - "name": "Combat stone" - }, - { - "id": "4141", - "name": "Combat stone" - }, - { - "id": "4142", - "name": "Combat stone" - }, - { - "id": "4143", - "name": "Combat stone" - }, - { - "id": "4144", - "name": "Combat stone" - }, - { - "id": "4145", - "name": "Combat stone" - }, - { - "id": "4146", - "name": "Combat stone" - }, - { - "id": "4147", - "name": "Combat stone" - }, - { - "id": "4148", - "name": "Combat stone" - }, - { - "id": "4149", - "name": "Combat stone" - }, - { - "id": "4150", - "name": "Combat stone" - }, - { - "id": "4151", - "name": "Combat stone" - }, - { - "id": "4152", - "name": "Combat stone" - }, - { - "id": "4153", - "name": "Combat stone" - }, - { - "id": "4154", - "name": "Combat stone" - }, - { - "id": "4155", - "name": "Combat stone" - }, - { - "id": "4156", - "name": "Combat stone" - }, - { - "id": "4157", - "name": "Combat stone" - }, - { - "id": "4158", - "name": "Combat stone" - }, - { - "id": "4159", - "name": "Combat stone" - }, - { - "id": "4160", - "name": "Combat stone" - }, - { - "id": "4161", - "name": "Combat stone" - }, - { - "id": "4162", - "name": "Combat stone" - }, - { - "id": "4163", - "name": "Combat stone" - }, - { - "id": "4164", - "name": "Combat stone" - }, - { - "id": "4165", - "name": "Combat stone" - }, - { - "id": "4166", - "name": "Combat stone" - }, - { - "id": "4167", - "name": "Combat stone" - }, - { - "id": "4168", - "name": "Combat stone" - }, - { - "id": "4169", - "name": "Combat stone" - }, - { - "id": "4170", - "name": "Combat stone" - }, - { - "id": "4171", - "name": "Combat stone" - }, - { - "id": "4172", - "name": "Combat stone" - }, - { - "id": "4173", - "name": "Combat stone" - }, - { - "id": "4174", - "name": "Combat stone" - }, - { - "id": "4175", - "name": "Combat stone" - }, - { - "id": "4176", - "name": "Combat stone" - }, - { - "id": "4177", - "name": "Combat stone" - }, - { - "id": "4178", - "name": "Combat stone" - }, - { - "id": "4179", - "name": "Combat stone" - }, - { - "id": "4180", - "name": "Combat stone" - }, - { - "id": "4181", - "name": "Combat stone" - }, - { - "id": "4182", - "name": "Combat stone" - }, - { - "id": "4183", - "name": "Combat stone" - }, - { - "id": "4184", - "name": "Combat stone" - }, - { - "id": "4185", - "name": "Combat stone" - }, - { - "id": "4186", - "name": "Combat stone" - }, - { - "id": "4187", - "name": "Combat stone" - }, - { - "id": "4188", - "name": "Combat stone" - }, - { - "id": "4189", - "name": "Combat stone" - }, - { - "id": "4190", - "name": "Combat stone" - }, - { - "id": "4191", - "name": "Combat stone" - }, - { - "id": "4192", - "name": "Combat stone" - }, - { - "id": "4193", - "name": "Combat stone" - }, - { - "id": "4194", - "name": "Combat stone" - }, - { - "id": "4195", - "name": "Combat stone" - }, - { - "id": "4196", - "name": "Combat stone" - }, - { - "id": "4197", - "name": "Combat stone" - }, - { - "id": "4198", - "name": "Combat stone" - }, - { - "id": "4199", - "name": "Combat stone" - }, - { - "id": "4200", - "name": "Combat stone" - }, - { - "id": "4201", - "name": "Combat stone" - }, - { - "id": "4202", - "name": "Combat stone" - }, - { - "id": "4203", - "name": "Combat stone" - }, - { - "id": "4204", - "name": "Combat stone" - }, - { - "id": "4205", - "name": "Combat stone" - }, - { - "id": "4206", - "name": "Combat stone" - }, - { - "id": "4207", - "name": "Combat stone" - }, - { - "id": "4208", - "name": "Combat stone" - }, - { - "id": "4209", - "name": "Combat stone" - }, - { - "id": "4210", - "name": "Combat stone" - }, - { - "id": "4211", - "name": "Combat stone" - }, - { - "id": "4212", - "name": "Combat stone" - }, - { - "id": "4213", - "name": "Combat stone" - }, - { - "id": "4214", - "name": "Combat stone" - }, - { - "id": "4215", - "name": "Combat stone" - }, - { - "id": "4216", - "name": "Combat stone" - }, - { - "id": "4217", - "name": "Combat stone" - }, - { - "id": "4218", - "name": "Combat stone" - }, - { - "id": "4219", - "name": "Combat stone" - }, - { - "id": "4220", - "name": "Combat stone" - }, - { - "id": "4221", - "name": "Combat stone" - }, - { - "id": "4222", - "name": "Combat stone" - }, - { - "id": "4223", - "name": "Combat stone" - }, - { - "id": "4224", - "name": "Combat stone" - }, - { - "id": "4225", - "name": "Combat stone" - }, - { - "id": "4226", - "name": "Crawling hand" - }, - { - "id": "4227", - "name": "Cockatrice", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "37", - "strength_level": "1" - }, - { - "id": "4228", - "name": "Basilisk", - "attack_level": "1", - "combat_audio": "288,290,289", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "75", - "strength_level": "1" - }, - { - "id": "4229", - "name": "Kurask", - "examine": "Large, heavy, with sharp things attached to its head.", + "id": "3943", "aggressive": "true", - "attack_level": "67", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "combat_audio": "588,590,589", - "death_animation": "9440", - "defence_animation": "9441", - "defence_level": "105", - "lifepoints": "97", - "magic_animation": "9439", - "magic_level": "1", + "range_level": "45", + "attack_level": "33" + }, + { + "slayer_exp": "37", + "name": "Cockatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4227", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "75", + "name": "Basilisk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "288,290,289", + "strength_level": "1", + "id": "4228", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Large, heavy, with sharp things attached to its head.", "melee_animation": "9439", "range_animation": "9439", - "range_level": "1", + "combat_audio": "588,590,589", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "15", - "safespot": null, + "defence_animation": "9441", "slayer_exp": "97", - "strength_level": "105" + "magic_animation": "9439", + "death_animation": "9440", + "name": "Kurask", + "defence_level": "105", + "safespot": null, + "lifepoints": "97", + "strength_level": "105", + "id": "4229", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "67" }, { - "id": "4230", - "name": "Abyssal demon", "examine": "A denizen of the Abyss!", - "attack_level": "97", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "276,278,277", - "death_animation": "1538", - "defence_animation": "0", - "defence_level": "135", - "lifepoints": "150", - "magic_animation": "1537", - "magic_level": "1", "melee_animation": "1537", "range_animation": "1537", - "range_level": "1", - "safespot": null, + "combat_audio": "276,278,277", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "weakness": "1", "slayer_exp": "150", + "magic_animation": "1537", + "death_animation": "1538", + "name": "Abyssal demon", + "defence_level": "135", + "safespot": null, + "lifepoints": "150", "strength_level": "67", - "weakness": "1" + "id": "4230", + "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "97" }, { - "id": "4231", - "name": "Left head" - }, - { - "id": "4232", - "name": "Middle head" - }, - { - "id": "4233", - "name": "Right head" - }, - { - "id": "4234", - "name": "Kalphite Queen" - }, - { - "id": "4235", - "name": "Rick" - }, - { - "id": "4236", - "name": "Maid" - }, - { - "id": "4238", - "name": "Cook" - }, - { - "id": "4239", - "name": "Cook", - "examine": "I hope she can find all the ingredients!" - }, - { - "id": "4240", - "name": "Butler" - }, - { - "id": "4242", - "name": "Demon butler" - }, - { - "id": "4243", "name": "Demon butler", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "400,404,403", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "4243", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4244", - "name": "Chief servant" - }, - { - "id": "4245", - "name": "Chief servant", "examine": "Head of the servants' guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chief servant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4245", + "range_level": "1", + "attack_level": "1" }, { - "id": "4246", - "name": "Taxidermist", "examine": "She smells unpleasantly of chemicals.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Taxidermist", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4246", + "range_level": "1", + "attack_level": "1" }, { - "id": "4247", - "name": "Estate agent", "examine": "A fancy businessman with a mighty fine hat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Estate agent", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4247", + "range_level": "1", + "attack_level": "1" }, { - "id": "4248", - "name": "Stonemason", "examine": "Someone has to get rid of all the stone they dug Keldagrim out of.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stonemason", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4248", + "range_level": "1", + "attack_level": "1" }, { - "id": "4249", - "name": "Sir Renitee", - "examine": "Chief Herald of Falador." - }, - { - "id": "4250", - "name": "Sawmill operator", "examine": "He changes the shape of wood.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "703,705,704", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", "facing_booth": "true", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Sawmill operator", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4250", + "range_level": "1", + "attack_level": "1" }, { - "id": "4251", - "name": "Garden supplier", "examine": "She has green fingers. (Not literally.)", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Garden supplier", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4251", + "range_level": "1", + "attack_level": "1" }, { - "id": "4252", - "name": "Macaroni Penguin", "examine": "Beak areful with this one", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4253", - "name": "Guard" - }, - { - "id": "4257", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4258", - "name": "Guard", - "examine": "A dwarven guard.", - "aggressive": "true", - "attack_level": "12", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "102", "defence_animation": "0", - "defence_level": "12", - "lifepoints": "17", "magic_animation": "0", + "death_animation": "0", + "name": "Macaroni Penguin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4252", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4257", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarven guard.", "melee_animation": "99", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "6" - }, - { - "id": "4259", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4260", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4261", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4262", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4263", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4264", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4265", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4266", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4267", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4268", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4269", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4270", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4271", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4272", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4273", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4274", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4275", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4276", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4277", - "name": "Buinn" - }, - { - "id": "4278", - "name": "Animated Bronze Armour", - "examine": "Animated bronze armour.", - "aggressive": "true", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "10", - "weakness": "7" - }, - { - "id": "4279", - "name": "Animated Iron Armour", - "examine": "Animated iron armour.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "20", - "lifepoints": "20", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "4280", - "name": "Animated Steel Armour", - "examine": "Animated steel armour.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "40", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "4281", - "name": "Animated Black Armour", - "examine": "Animated black armour.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "60", - "lifepoints": "60", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "60", - "weakness": "7" - }, - { - "id": "4282", - "name": "Animated Mithril Armour", - "examine": "Animated mithril armour.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "80", - "lifepoints": "80", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "80", - "weakness": "7" - }, - { - "id": "4283", - "name": "Animated Adamant Armour", - "examine": "Animated adamant armour.", - "aggressive": "true", - "attack_level": "99", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "99", - "lifepoints": "99", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "99", - "weakness": "7" - }, - { - "id": "4284", - "name": "Animated Rune Armour", - "examine": "Animated rune armour.", - "aggressive": "true", - "attack_level": "120", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "120", - "lifepoints": "120", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "120", - "weakness": "7" - }, - { - "id": "4285", - "name": "Ghommal", - "examine": "The big door man." - }, - { - "id": "4286", - "name": "Harrallak Menarous", - "examine": "Guild Master." - }, - { - "id": "4287", - "name": "Gamfred", - "examine": "The guild engineer." - }, - { - "id": "4288", - "name": "Ajjat", - "examine": "Used to be a black knight." - }, - { - "id": "4289", - "name": "Kamfreena", - "examine": "Blademistress, skillful female warrior." - }, - { - "id": "4290", - "name": "Shanomi", - "examine": "A warrior mage from the east." - }, - { - "id": "4291", - "name": "Cyclops", - "examine": "A one-eyed man eater.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "75", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "75", - "strength_level": "50", - "weakness": "8" - }, - { - "id": "4292", - "name": "Cyclops", - "examine": "A one-eyed woman eater.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "35", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "100", - "strength_level": "65", - "weakness": "1" - }, - { - "id": "4293", - "name": "Lidio", - "examine": "Food shopkeeper." - }, - { - "id": "4294", - "name": "Lilly", - "examine": "Potion shopkeeper." - }, - { - "id": "4295", - "name": "Anton", - "examine": "Armour shopkeeper." - }, - { - "id": "4296", - "name": "Jade", - "examine": "Bank staff." - }, - { - "id": "4297", - "name": "Sloane", - "examine": "He looks like a strong warrior." - }, - { - "id": "4298", - "name": "Jimmy", - "examine": "He looks a bit drunk." - }, - { - "id": "4299", - "name": "Ref", - "examine": "He looks fair and reliable." - }, - { - "id": "4300", - "name": "Ref", - "examine": "He looks fair and reliable.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "6", "magic_animation": "0", + "death_animation": "102", + "name": "Guard", + "defence_level": "12", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "4258", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "12" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4259", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4260", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4261", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4262", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4263", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4264", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4265", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4266", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4267", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4268", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4269", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4270", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4271", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4272", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4273", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4274", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4275", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4276", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Animated bronze armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Bronze Armour", + "defence_level": "10", + "safespot": null, + "poison_immune": "true", + "lifepoints": "10", + "strength_level": "10", + "id": "4278", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Animated iron armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Iron Armour", + "defence_level": "20", + "safespot": null, + "poison_immune": "true", + "lifepoints": "20", + "strength_level": "20", + "id": "4279", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Animated steel armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Steel Armour", + "defence_level": "40", + "safespot": null, + "poison_immune": "true", + "lifepoints": "40", + "strength_level": "40", + "id": "4280", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Animated black armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Black Armour", + "defence_level": "60", + "safespot": null, + "poison_immune": "true", + "lifepoints": "60", + "strength_level": "60", + "id": "4281", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Animated mithril armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Mithril Armour", + "defence_level": "80", + "safespot": null, + "poison_immune": "true", + "lifepoints": "80", + "strength_level": "80", + "id": "4282", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "Animated adamant armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Adamant Armour", + "defence_level": "99", + "safespot": null, + "poison_immune": "true", + "lifepoints": "99", + "strength_level": "99", + "id": "4283", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "99" + }, + { + "examine": "Animated rune armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Rune Armour", + "defence_level": "120", + "safespot": null, + "poison_immune": "true", + "lifepoints": "120", + "strength_level": "120", + "id": "4284", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "120" + }, + { + "examine": "The big door man.", + "name": "Ghommal", + "id": "4285" + }, + { + "examine": "Guild Master.", + "name": "Harrallak Menarous", + "id": "4286" + }, + { + "examine": "The guild engineer.", + "name": "Gamfred", + "id": "4287" + }, + { + "examine": "Used to be a black knight.", + "name": "Ajjat", + "id": "4288" + }, + { + "examine": "Blademistress, skillful female warrior.", + "name": "Kamfreena", + "id": "4289" + }, + { + "examine": "A warrior mage from the east.", + "name": "Shanomi", + "id": "4290" + }, + { + "examine": "A one-eyed man eater.", + "melee_animation": "4652", + "range_animation": "0", + "combat_audio": "448,451,450", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "8", + "slayer_exp": "75", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "26", + "safespot": null, + "lifepoints": "75", + "strength_level": "50", + "id": "4291", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "A one-eyed woman eater.", + "melee_animation": "4652", + "range_animation": "0", + "combat_audio": "448,451,450", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "1", + "slayer_exp": "100", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "35", + "safespot": null, + "lifepoints": "100", + "strength_level": "65", + "id": "4292", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Food shopkeeper.", + "name": "Lidio", + "id": "4293" + }, + { + "examine": "Potion shopkeeper.", + "name": "Lilly", + "id": "4294" + }, + { + "examine": "Armour shopkeeper.", + "name": "Anton", + "id": "4295" + }, + { + "examine": "Bank staff.", + "name": "Jade", + "id": "4296" + }, + { + "examine": "He looks like a strong warrior.", + "name": "Sloane", + "id": "4297" + }, + { + "examine": "He looks a bit drunk.", + "name": "Jimmy", + "id": "4298" + }, + { + "examine": "He looks fair and reliable.", + "name": "Ref", + "id": "4299" + }, + { + "examine": "He looks fair and reliable.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4301", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4302", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4303", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4304", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4305", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4306", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4307", - "name": "Guard", - "examine": "A guard for the humans against monster group.", - "attack_level": "26", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", "magic_animation": "0", + "death_animation": "0", + "name": "Ref", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4300", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4301", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4302", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4303", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4304", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4305", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4306", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard for the humans against monster group.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" - }, - { - "id": "4308", - "name": "Guard", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4309", - "name": "Guard", - "attack_level": "1", "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4310", - "name": "Guard", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4311", - "name": "Guard", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4312", - "name": "Nardok" - }, - { - "id": "4313", - "name": "Dartog" - }, - { - "id": "4315", - "name": "Dwarf" - }, - { - "id": "4316", - "name": "Dwarf", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "4317", - "name": "H.A.M. Member" - }, - { - "id": "4318", - "name": "H.A.M. Member", - "attack_level": "1", - "clue_level": "0", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4319", - "name": "H.A.M. Member" - }, - { - "id": "4320", - "name": "H.A.M. Member", - "attack_level": "1", - "clue_level": "0", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4321", - "name": "Zanik" - }, - { - "id": "4323", - "name": "Zanik" - }, - { - "id": "4324", - "name": "Zanik" - }, - { - "id": "4325", - "name": "Light creature" - }, - { - "id": "4326", - "name": "Zanik" - }, - { - "id": "4327", - "name": "HAM member" - }, - { - "id": "4328", - "name": "Sigmund" - }, - { - "id": "4329", - "name": "H.A.M. Deacon", - "attack_level": "1", - "clue_level": "0", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4330", - "name": "Johanhus Ulsbrecht" - }, - { - "id": "4331", - "name": "Sigmund" - }, - { - "id": "4332", - "name": "Sigmund" - }, - { - "id": "4333", - "name": "Sigmund" - }, - { - "id": "4334", - "name": "Sigmund" - }, - { - "id": "4335", - "name": "Sigmund" - }, - { - "id": "4336", - "name": "Guard", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4337", - "name": "Zanik" - }, - { - "id": "4338", - "name": "Zanik" - }, - { - "id": "4340", - "name": "Zanik" - }, - { - "id": "4341", - "name": "Zanik" - }, - { - "id": "4342", - "name": "Zanik" - }, - { - "id": "4343", - "name": "Snake", - "examine": "Snake! Snaaaaake! ", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "3", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "278", - "defence_animation": "276", - "defence_level": "50", - "end_gfx": "", - "end_height": "", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "275", - "poison_amount": "15", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "25" - }, - { - "id": "4344", - "name": "Monkey", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "629,631,630", - "death_animation": "223", - "defence_animation": "221", - "defence_level": "1", - "lifepoints": "12", - "melee_animation": "220", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4345", - "name": "Albino bat", - "examine": "It's all white by me.", - "attack_level": "31", - "death_animation": "4917", "defence_animation": "0", - "defence_level": "31", - "lifepoints": "44", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", + "id": "4307", + "clue_level": "1", + "range_level": "1", + "attack_level": "26" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4308", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4309", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4310", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4311", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4316", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4318", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4320", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "H.A.M. Deacon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4329", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4336", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Snake! Snaaaaake! ", + "combat_audio": "3609,3608,3610", + "range_animation": "0", + "melee_animation": "275", + "attack_speed": "3", + "poisonous": "true", + "magic_level": "1", + "end_gfx": "", + "respawn_delay": "30", + "defence_animation": "276", + "poison_amount": "15", + "end_height": "", + "magic_animation": "0", + "death_animation": "278", + "name": "Snake", + "defence_level": "50", + "safespot": null, + "lifepoints": "25", + "strength_level": "25", + "id": "4343", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "25" + }, + { + "melee_animation": "220", + "combat_audio": "629,631,630", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "221", + "death_animation": "223", + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "12", + "strength_level": "1", + "id": "4344", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's all white by me.", "melee_animation": "4915", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "31", - "weakness": "8" - }, - { - "id": "4346", - "name": "Crab" - }, - { - "id": "4347", - "name": "Giant mosquito", - "examine": "A flying blood sucker.", - "attack_level": "63", - "attack_speed": "10", - "death_animation": "2398", "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", + "weakness": "8", "magic_animation": "0", + "death_animation": "4917", + "name": "Albino bat", + "defence_level": "31", + "safespot": null, + "lifepoints": "44", + "strength_level": "31", + "id": "4345", + "range_level": "1", + "attack_level": "31" + }, + { + "examine": "A flying blood sucker.", "melee_animation": "2397", "range_animation": "0", - "range_level": "1", + "attack_speed": "10", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "2398", + "name": "Giant mosquito", + "defence_level": "63", "safespot": null, + "lifepoints": "90", "strength_level": "63", - "weakness": "8" + "id": "4347", + "range_level": "1", + "attack_level": "63" }, { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4235", + "range_animation": "0", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "7", + "slayer_exp": "45", + "magic_animation": "0", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "55", + "safespot": null, + "lifepoints": "45", + "strength_level": "70", "id": "4348", - "name": "Jungle horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "55", - "lifepoints": "45", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4235", - "range_animation": "0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "45", - "strength_level": "70", - "weakness": "7" + "attack_level": "70" }, { - "id": "4349", - "name": "Jungle horror", "examine": "A horrible, emaciated ape like creature with beady yellow eyes.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "55", - "lifepoints": "45", - "magic_level": "1", "melee_animation": "4234", - "range_level": "1", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "50", - "safespot": null, + "defence_animation": "4232", "slayer_exp": "45", - "strength_level": "70" + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "55", + "safespot": null, + "lifepoints": "45", + "strength_level": "70", + "id": "4349", + "aggressive": "true", + "clue_level": "1", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" }, { - "id": "4350", - "name": "Jungle horror", "examine": "A horrible, emaciated ape like creature with beady green eyes.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "55", - "lifepoints": "45", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "4235", "range_animation": "0", - "range_level": "1", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "50", - "safespot": null, + "defence_animation": "4232", + "weakness": "7", "slayer_exp": "45", + "magic_animation": "0", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "55", + "safespot": null, + "lifepoints": "45", "strength_level": "70", - "weakness": "7" + "id": "4350", + "aggressive": "true", + "clue_level": "1", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" }, { - "id": "4351", - "name": "Jungle horror", "examine": "A horrible, emaciated ape like creature with beady blue eyes.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "55", - "lifepoints": "45", - "magic_level": "1", "melee_animation": "4234", - "range_level": "1", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "50", - "safespot": null, + "defence_animation": "4232", "slayer_exp": "45", - "strength_level": "70" - }, - { - "id": "4352", + "death_animation": "4233", "name": "Jungle horror", - "examine": "A horrible, emaciated ape like creature with beady pink eyes.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", "defence_level": "55", + "safespot": null, "lifepoints": "45", + "strength_level": "70", + "id": "4351", + "aggressive": "true", + "clue_level": "1", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "A horrible, emaciated ape like creature with beady pink eyes.", + "melee_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", "magic_level": "1", - "melee_animation": "4234", - "range_level": "1", "respawn_delay": "50", - "safespot": null, + "defence_animation": "4232", "slayer_exp": "45", - "strength_level": "70" - }, - { - "id": "4353", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "496,500,499", "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "62", - "lifepoints": "55", - "magic_animation": "4234", - "magic_level": "80", - "melee_animation": "4234", - "range_animation": "4234", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "55", - "strength_level": "77", - "weakness": "6" - }, - { - "id": "4354", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "62", - "lifepoints": "55", - "magic_animation": "4234", - "magic_level": "80", - "melee_animation": "4234", - "range_animation": "4234", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "55", - "strength_level": "77", - "weakness": "6" - }, - { - "id": "4355", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "62", - "lifepoints": "55", - "magic_animation": "4234", - "magic_level": "80", - "melee_animation": "4234", - "range_animation": "4234", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "55", - "strength_level": "77", - "weakness": "6" - }, - { - "id": "4356", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "62", - "lifepoints": "55", - "magic_animation": "4234", - "magic_level": "80", - "melee_animation": "4234", - "range_animation": "4234", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "55", - "strength_level": "77", - "weakness": "6" - }, - { - "id": "4357", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "62", - "lifepoints": "55", - "magic_animation": "4234", - "magic_level": "80", - "melee_animation": "4234", - "range_animation": "4234", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "55", - "strength_level": "77", - "weakness": "6" - }, - { - "id": "4358", - "name": "Cavey Davey" - }, - { - "id": "4359", - "name": "Patchy", - "examine": "Patchy the pirate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4360", - "name": "San Fan" - }, - { - "id": "4361", - "name": "Fancy Dan", - "examine": "A very flamboyant pirate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4362", - "name": "Honest Jimmy", - "examine": "I can't wait to buy from a guy with Honest in his name...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4363", - "name": "Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4364", - "name": "Swarm" - }, - { - "id": "4365", - "name": "Blue Monkey" - }, - { - "id": "4371", - "name": "Blue Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4372", - "name": "Red Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4373", - "name": "Parrot", - "examine": "A colourful bird.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4374", - "name": "Parrot" - }, - { - "id": "4375", - "name": "Security Guard", - "examine": "A retired Gielinor security guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4376", - "name": "Litara", - "examine": "Litara, a barbarian explorer." - }, - { - "id": "4377", - "name": "Gate of War" - }, - { - "id": "4378", - "name": "Ricketty door" - }, - { - "id": "4379", - "name": "Oozing barrier" - }, - { - "id": "4380", - "name": "Portal of Death" - }, - { - "id": "4381", - "name": "Ankou", - "examine": "A boney ghost.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", - "clue_level": "2", - "combat_audio": "924,926,925", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "50", - "lifepoints": "60", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "slayer_exp": "60", - "strength_level": "69" - }, - { - "id": "4382", - "name": "Ankou", - "examine": "A boney ghost.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", - "clue_level": "2", - "combat_audio": "924,926,925", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "50", - "lifepoints": "66", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "slayer_exp": "60", - "strength_level": "69" - }, - { - "id": "4383", - "name": "Ankou", - "examine": "A boney ghost.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", - "clue_level": "2", - "combat_audio": "924,926,925", - "death_animation": "9055", - "defence_animation": "404", + "name": "Jungle horror", "defence_level": "55", - "lifepoints": "66", - "magic_animation": "422", + "safespot": null, + "lifepoints": "45", + "strength_level": "70", + "id": "4352", + "aggressive": "true", + "clue_level": "1", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4234", + "range_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "6", + "slayer_exp": "55", + "magic_animation": "4234", + "death_animation": "4233", + "name": "Cave horror", + "defence_level": "62", + "safespot": null, + "lifepoints": "55", + "strength_level": "77", + "id": "4353", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4234", + "range_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "6", + "slayer_exp": "55", + "magic_animation": "4234", + "death_animation": "4233", + "name": "Cave horror", + "defence_level": "62", + "safespot": null, + "lifepoints": "55", + "strength_level": "77", + "id": "4354", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4234", + "range_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "6", + "slayer_exp": "55", + "magic_animation": "4234", + "death_animation": "4233", + "name": "Cave horror", + "defence_level": "62", + "safespot": null, + "lifepoints": "55", + "strength_level": "77", + "id": "4355", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4234", + "range_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "6", + "slayer_exp": "55", + "magic_animation": "4234", + "death_animation": "4233", + "name": "Cave horror", + "defence_level": "62", + "safespot": null, + "lifepoints": "55", + "strength_level": "77", + "id": "4356", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4234", + "range_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "6", + "slayer_exp": "55", + "magic_animation": "4234", + "death_animation": "4233", + "name": "Cave horror", + "defence_level": "62", + "safespot": null, + "lifepoints": "55", + "strength_level": "77", + "id": "4357", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "Patchy the pirate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Patchy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4359", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very flamboyant pirate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fancy Dan", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4361", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I can't wait to buy from a guy with Honest in his name...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Honest Jimmy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4362", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "4363", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Blue Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "4371", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Red Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "4372", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A colourful bird.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Parrot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4373", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A retired Gielinor security guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Security Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4375", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A boney ghost.", "melee_animation": "422", "range_animation": "422", - "range_level": "1", - "safespot": null, + "combat_audio": "924,926,925", + "attack_speed": "4", + "defence_animation": "404", "slayer_exp": "60", - "strength_level": "74" - }, - { - "id": "4384", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "68", - "melee_animation": "5485", - "range_level": "1", - "respawn_delay": "60", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ankou", + "defence_level": "50", "safespot": null, - "strength_level": "1" - }, - { - "id": "4385", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", + "lifepoints": "60", + "strength_level": "69", + "id": "4381", "aggressive": "true", - "attack_level": "34", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", + "clue_level": "2", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "34", - "weakness": "7" + "attack_level": "50" }, { - "id": "4386", - "name": "Skeleton", + "examine": "A boney ghost.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "924,926,925", + "attack_speed": "4", + "defence_animation": "404", + "slayer_exp": "60", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ankou", + "defence_level": "50", + "safespot": null, + "lifepoints": "66", + "strength_level": "69", + "id": "4382", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5485", + "clue_level": "2", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "50" }, { - "id": "4387", - "name": "Ghost", + "examine": "A boney ghost.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "924,926,925", + "attack_speed": "4", + "defence_animation": "404", + "slayer_exp": "60", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ankou", + "defence_level": "55", + "safespot": null, + "lifepoints": "66", + "strength_level": "74", + "id": "4383", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "1", - "lifepoints": "36", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { "melee_animation": "5540", - "range_level": "1", + "combat_audio": "436,439,438", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5541", "slayer_exp": "25", - "strength_level": "1" + "death_animation": "5542", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "36", + "strength_level": "1", + "id": "4387", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "4388", - "name": "Ghost", "examine": "Eeek! A ghost!", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "magic_level": "30", "melee_animation": "5532", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "4389", - "name": "Flesh Crawler", - "examine": "I don't think insect repellent will work.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "3", - "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", - "combat_audio": "571,573,572", - "death_animation": "1190", - "defence_animation": "1186", - "defence_level": "10", - "lifepoints": "25", - "magic_animation": "1184", - "melee_animation": "1184", - "range_animation": "1184", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "25", - "strength_level": "2", - "weakness": "0" - }, - { - "id": "4390", - "name": "Flesh Crawler", - "examine": "I don't think insect repellent will work.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "3", - "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", - "combat_audio": "571,573,572", - "death_animation": "1190", - "defence_animation": "1186", - "defence_level": "10", - "lifepoints": "25", - "magic_animation": "1184", - "melee_animation": "1184", - "range_animation": "1184", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "25", - "strength_level": "2" - }, - { - "id": "4391", - "name": "Flesh Crawler", - "examine": "I don't think insect repellent will work.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "3", - "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", - "combat_audio": "571,573,572", - "death_animation": "1190", - "defence_animation": "1186", - "defence_level": "10", - "lifepoints": "25", - "magic_animation": "1184", - "melee_animation": "1184", - "range_animation": "1184", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "25", - "strength_level": "2" - }, - { - "id": "4392", - "name": "Zombie", - "examine": "Dead man walking.", - "aggressive": "true", - "attack_level": "24", + "combat_audio": "436,439,438", "attack_speed": "5", - "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "combat_audio": "918,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "25", - "lifepoints": "23", - "magic_animation": "5568", + "magic_level": "30", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "1", + "id": "4388", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I don't think insect repellent will work.", + "melee_animation": "1184", + "range_animation": "1184", + "combat_audio": "571,573,572", + "attack_speed": "3", + "respawn_delay": "30", + "defence_animation": "1186", + "weakness": "0", + "slayer_exp": "25", + "magic_animation": "1184", + "death_animation": "1190", + "name": "Flesh Crawler", + "defence_level": "10", + "safespot": null, + "lifepoints": "25", + "strength_level": "2", + "id": "4389", + "aggressive": "true", + "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "I don't think insect repellent will work.", + "melee_animation": "1184", + "range_animation": "1184", + "combat_audio": "571,573,572", + "attack_speed": "3", + "respawn_delay": "30", + "defence_animation": "1186", + "slayer_exp": "25", + "magic_animation": "1184", + "death_animation": "1190", + "name": "Flesh Crawler", + "defence_level": "10", + "safespot": null, + "lifepoints": "25", + "strength_level": "2", + "id": "4390", + "aggressive": "true", + "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "I don't think insect repellent will work.", + "melee_animation": "1184", + "range_animation": "1184", + "combat_audio": "571,573,572", + "attack_speed": "3", + "respawn_delay": "30", + "defence_animation": "1186", + "slayer_exp": "25", + "magic_animation": "1184", + "death_animation": "1190", + "name": "Flesh Crawler", + "defence_level": "10", + "safespot": null, + "lifepoints": "25", + "strength_level": "2", + "id": "4391", + "aggressive": "true", + "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "Dead man walking.", "melee_animation": "5568", "range_animation": "5568", - "range_level": "1", + "combat_audio": "918,923,922", + "attack_speed": "5", "respawn_delay": "30", - "safespot": null, + "defence_animation": "5567", "slayer_exp": "30", - "strength_level": "1" + "magic_animation": "5568", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "4392", + "aggressive": "true", + "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", + "range_level": "1", + "attack_level": "24" }, { - "id": "4393", - "name": "Zombie", "examine": "Dead man walking.", - "aggressive": "true", - "attack_level": "35", - "attack_speed": "5", - "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", + "melee_animation": "5578", + "range_animation": "5578", "combat_audio": "918,923,922", - "death_animation": "5580", + "attack_speed": "5", + "respawn_delay": "30", "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", "defence_level": "28", + "safespot": null, "lifepoints": "18", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", + "strength_level": "1", + "id": "4393", + "aggressive": "true", + "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "35" }, { - "id": "4394", - "name": "Zombie", "examine": "Dead man walking.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "5", - "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "combat_audio": "918,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "48", - "lifepoints": "40", - "magic_animation": "5578", "melee_animation": "5578", "range_animation": "5578", - "range_level": "1", + "combat_audio": "918,923,922", + "attack_speed": "5", "respawn_delay": "30", - "safespot": null, + "defence_animation": "5579", "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "4395", - "name": "Giant rat", - "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "21", - "attack_speed": "5", - "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "23", - "lifepoints": "26", - "melee_animation": "4933", - "range_level": "1", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "48", "safespot": null, - "strength_level": "20", - "weakness": "9" + "lifepoints": "40", + "strength_level": "1", + "id": "4394", + "aggressive": "true", + "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", + "range_level": "1", + "attack_level": "47" }, { - "id": "4396", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", + "examine": "Overgrown vermin.", + "combat_audio": "703,705,704", + "melee_animation": "4933", "attack_speed": "5", - "combat_audio": "710,713,711", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "2705", + "defence_animation": "4934", + "weakness": "9", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "23", + "safespot": null, + "lifepoints": "26", + "strength_level": "20", + "id": "4395", + "aggressive": "true", + "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", + "range_level": "1", + "attack_level": "21" + }, + { + "examine": "A popular dwarven delicacy.", "melee_animation": "2705", "range_animation": "2705", - "range_level": "1", + "combat_audio": "710,713,711", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "2", + "strength_level": "1", + "id": "4396", + "range_level": "1", + "attack_level": "1" }, { - "id": "4397", - "name": "Catablepon", "examine": "Big Cow-like... But cows don't have serpent tails!", - "aggressive": "true", - "attack_level": "38", + "melee_animation": "4271", + "combat_audio": "511,330,329", "attack_speed": "5", + "magic_level": "38", + "spell_id": "7", + "respawn_delay": "74", + "defence_animation": "4273", + "slayer_exp": "50", + "magic_animation": "4272", + "death_animation": "4270", + "name": "Catablepon", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "38", + "id": "4397", + "aggressive": "true", "bonuses": "5,20,15,3,10,20,10,10,20,15,23,25,15,25,10", "clue_level": "1", - "combat_audio": "511,330,329", - "death_animation": "4270", - "defence_animation": "4273", - "defence_level": "38", - "lifepoints": "50", - "magic_animation": "4272", - "magic_level": "38", - "melee_animation": "4271", "range_level": "1", - "respawn_delay": "74", - "safespot": null, - "slayer_exp": "50", - "spell_id": "7", - "strength_level": "38" + "attack_level": "38" }, { - "id": "4398", - "name": "Catablepon", "examine": "Big Cow-like... But cows don't have serpent tails!", - "aggressive": "true", - "attack_level": "38", + "melee_animation": "4271", + "combat_audio": "511,330,329", "attack_speed": "5", + "magic_level": "38", + "spell_id": "7", + "respawn_delay": "74", + "defence_animation": "4273", + "slayer_exp": "50", + "magic_animation": "4272", + "death_animation": "4270", + "name": "Catablepon", + "defence_level": "38", + "safespot": null, + "lifepoints": "70", + "strength_level": "38", + "id": "4398", + "aggressive": "true", "bonuses": "20,25,10,20,25,10,10,11,0,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "511,330,329", - "death_animation": "4270", - "defence_animation": "4273", - "defence_level": "38", - "lifepoints": "70", - "magic_animation": "4272", - "magic_level": "38", - "melee_animation": "4271", "range_level": "1", - "respawn_delay": "74", - "safespot": null, - "slayer_exp": "50", - "spell_id": "7", - "strength_level": "38" + "attack_level": "38" }, { - "id": "4399", - "name": "Catablepon", "examine": "Big Cow-like... But cows don't have serpent tails!", - "aggressive": "true", - "attack_level": "40", + "melee_animation": "4271", + "combat_audio": "511,330,329", "attack_speed": "5", + "magic_level": "45", + "spell_id": "7", + "respawn_delay": "74", + "defence_animation": "4273", + "slayer_exp": "50", + "magic_animation": "4272", + "death_animation": "4270", + "name": "Catablepon", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "58", + "id": "4399", + "aggressive": "true", "bonuses": "50,45,50,40,45,20,30,25,33,25,25,20,20,40,0", "clue_level": "1", - "combat_audio": "511,330,329", - "death_animation": "4270", - "defence_animation": "4273", - "defence_level": "38", - "lifepoints": "50", - "magic_animation": "4272", - "magic_level": "45", - "melee_animation": "4271", "range_level": "1", - "respawn_delay": "74", - "safespot": null, - "slayer_exp": "50", - "spell_id": "7", - "strength_level": "58" + "attack_level": "40" }, { - "id": "4400", - "name": "Giant spider", "examine": "I think this spider has been genetically modified.", - "aggressive": "true", - "attack_level": "48", - "bonuses": "19,21,19,62,45,51,54,63,60,18,0,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "51", - "lifepoints": "50", - "magic_animation": "5327", "melee_animation": "5327", "range_animation": "5327", - "range_level": "1", + "combat_audio": "537,539,538", + "defence_animation": "5328", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Giant spider", + "defence_level": "51", "safespot": null, - "strength_level": "45" + "lifepoints": "50", + "strength_level": "45", + "id": "4400", + "aggressive": "true", + "bonuses": "19,21,19,62,45,51,54,63,60,18,0,0,0,0,0", + "range_level": "1", + "attack_level": "48" }, { - "id": "4401", - "name": "Spider", - "aggressive": "false", - "attack_level": "1", - "combat_audio": "3604,3609,3608", - "death_animation": "6251", - "defence_animation": "6250", - "defence_level": "1", - "lifepoints": "22", "melee_animation": "6249", - "range_level": "1", + "combat_audio": "3604,3609,3608", "respawn_delay": "60", + "defence_animation": "6250", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4402", - "name": "Scorpion", - "examine": "An extremely vicious scorpion.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "12,23,10,51,32,62,29,54,48,0,0,0,0,0,0", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "6255", - "defence_level": "49", - "lifepoints": "55", - "magic_animation": "6254", - "melee_animation": "6254", - "range_animation": "6254", - "range_level": "1", - "safespot": null, - "slayer_exp": "17", - "strength_level": "51" - }, - { - "id": "4403", - "name": "Scorpion", - "examine": "An extremely vicious scorpion.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "5", - "bonuses": "15,16,12,32,19,38,18,34,32,0,0,0,0,0,0", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "6255", - "defence_level": "35", - "lifepoints": "37", - "magic_animation": "6254", - "melee_animation": "6254", - "range_animation": "6254", - "range_level": "1", - "safespot": null, - "slayer_exp": "17", - "strength_level": "31" - }, - { - "id": "4404", - "name": "Minotaur", - "examine": "He doesn't look very pleased to see you.", + "lifepoints": "22", + "strength_level": "1", + "id": "4401", "aggressive": "false", - "attack_level": "12", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "clue_level": "0", - "combat_audio": "626,628,627", - "death_animation": "4265", - "defence_animation": "4267", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "4266", - "magic_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An extremely vicious scorpion.", + "melee_animation": "6254", + "range_animation": "6254", + "combat_audio": "3611,3612,3610", + "attack_speed": "5", + "defence_animation": "6255", + "slayer_exp": "17", + "magic_animation": "6254", + "death_animation": "6256", + "name": "Scorpion", + "defence_level": "49", + "safespot": null, + "lifepoints": "55", + "strength_level": "51", + "id": "4402", + "aggressive": "true", + "bonuses": "12,23,10,51,32,62,29,54,48,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "An extremely vicious scorpion.", + "melee_animation": "6254", + "range_animation": "6254", + "combat_audio": "3611,3612,3610", + "attack_speed": "5", + "defence_animation": "6255", + "slayer_exp": "17", + "magic_animation": "6254", + "death_animation": "6256", + "name": "Scorpion", + "defence_level": "35", + "safespot": null, + "lifepoints": "37", + "strength_level": "31", + "id": "4403", + "aggressive": "true", + "bonuses": "15,16,12,32,19,38,18,34,32,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "He doesn't look very pleased to see you.", "melee_animation": "4266", "range_animation": "4266", - "range_level": "1", + "combat_audio": "626,628,627", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "15", - "safespot": null, + "defence_animation": "4267", + "weakness": "7", "slayer_exp": "10", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", "strength_level": "10", - "weakness": "7" + "id": "4404", + "aggressive": "false", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "12" }, { - "id": "4405", - "name": "Minotaur", "examine": "He doesn't look very pleased to see you.", - "aggressive": "false", - "attack_level": "12", + "melee_animation": "4266", + "range_animation": "4266", + "combat_audio": "626,628,627", "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "4267", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "4405", + "aggressive": "false", "bonuses": "11,11,13,11,11,13,11,11,11,13,11,11,11,11,11", "clue_level": "0", - "combat_audio": "626,628,627", - "death_animation": "4265", - "defence_animation": "4267", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "4266", - "magic_level": "1", - "melee_animation": "4266", - "range_animation": "4266", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "10" + "attack_level": "12" }, { - "id": "4406", - "name": "Minotaur", "examine": "He doesn't look very pleased to see you.", - "aggressive": "false", - "attack_level": "23", + "melee_animation": "4266", + "range_animation": "4266", + "combat_audio": "626,628,627", "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "4267", + "slayer_exp": "22", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "25", + "safespot": null, + "lifepoints": "22", + "strength_level": "25", + "id": "4406", + "aggressive": "false", "bonuses": "0,0,0,0,0,-10,-10,-10,21,-10,0,0,0,0,0", "clue_level": "0", - "combat_audio": "626,628,627", - "death_animation": "4265", - "defence_animation": "4267", - "defence_level": "25", - "lifepoints": "22", - "magic_animation": "4266", - "magic_level": "1", - "melee_animation": "4266", - "range_animation": "4266", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "22", - "strength_level": "25" + "attack_level": "23" }, { - "id": "4407", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "5", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4407", "bonuses": "3,3,3,3,3,3,3,3,3,3,3,3,3,3,3", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { - "id": "4408", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "16", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "11", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4408", "bonuses": "8,8,8,8,8,8,8,8,8,8,8,8,8,8,8", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "11", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "2" + "attack_level": "1" }, { - "id": "4409", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "7", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "9", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4409", "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,6,6,6", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "9", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "7", - "strength_level": "2" + "attack_level": "1" }, { - "id": "4410", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4410", "bonuses": "8,8,8,8,8,8,8,8,8,8,8,8,8,8,8", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "strength_level": "2" + "attack_level": "1" }, { - "id": "4411", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "17", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4411", "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "17", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "strength_level": "2" + "attack_level": "1" }, { - "id": "4412", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4412", "bonuses": "8,8,8,8,8,8,8,8,8,8,8,8,8,8,8", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "strength_level": "2" + "attack_level": "1" }, { - "id": "4413", - "name": "Wolf", "examine": "They say inside you there are two wolves...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "7,7,7,7,7,7,7,7,7,7,7,7,7,7,7", - "combat_audio": "481,491,490", - "death_animation": "6558", - "defence_animation": "6557", - "defence_level": "9", - "lifepoints": "15", - "magic_animation": "6559", "melee_animation": "6559", "range_animation": "6559", - "range_level": "1", + "combat_audio": "481,491,490", + "attack_speed": "5", "respawn_delay": "30", - "safespot": null, + "defence_animation": "6557", "slayer_exp": "15", - "strength_level": "1" + "magic_animation": "6559", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "9", + "safespot": null, + "lifepoints": "15", + "strength_level": "1", + "id": "4413", + "bonuses": "7,7,7,7,7,7,7,7,7,7,7,7,7,7,7", + "range_level": "1", + "attack_level": "1" }, { - "id": "4414", - "name": "Wolf", "examine": "They say inside you there are two wolves...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "5,5,5,5,5,5,5,5,5,5,5,5,5,5,5", - "combat_audio": "481,491,490", - "death_animation": "6558", - "defence_animation": "6557", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "6559", "melee_animation": "6559", "range_animation": "6559", - "range_level": "1", + "combat_audio": "481,491,490", + "attack_speed": "5", "respawn_delay": "30", - "safespot": null, + "defence_animation": "6557", "slayer_exp": "10", - "strength_level": "1" + "magic_animation": "6559", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4414", + "bonuses": "5,5,5,5,5,5,5,5,5,5,5,5,5,5,5", + "range_level": "1", + "attack_level": "1" }, { - "id": "4415", - "name": "Rat", "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0", - "combat_audio": "710,713,711", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "2705", - "magic_level": "1", "melee_animation": "2705", "range_animation": "2705", - "range_level": "1", - "respawn_delay": "3", - "safespot": null, - "slayer_exp": "2", - "strength_level": "1" - }, - { - "id": "4416", - "name": "Bee keeper" - }, - { - "id": "4417", - "name": "Bees!" - }, - { - "id": "4418", - "name": "Gorak", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "4302", - "defence_animation": "4301", - "defence_level": "1", - "lifepoints": "112", - "melee_animation": "4300", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "112", - "strength_level": "1" - }, - { - "id": "4419", - "name": "Cosmic Being", - "examine": "A highly enlightened being.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4420", - "name": "Fairy Godfather" - }, - { - "id": "4434", - "name": "Fairy Nuff", - "examine": "A healing fairy." - }, - { - "id": "4435", - "name": "Fairy Queen" - }, - { - "id": "4437", - "name": "Fairy Queen", - "examine": "Looks otherworldy..." - }, - { - "id": "4438", - "name": "Centaur", - "examine": "Horseplay.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4439", - "name": "Centaur", - "examine": "Horseplay.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4440", - "name": "Stag", - "examine": "A noble creature!", - "aggressive": "false", - "attack_level": "11", + "combat_audio": "710,713,711", "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "812,814,813", - "death_animation": "6377", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "19", - "magic_animation": "0", "magic_level": "1", + "respawn_delay": "3", + "defence_animation": "2706", + "slayer_exp": "2", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "4415", + "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4300", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4301", + "slayer_exp": "112", + "death_animation": "4302", + "name": "Gorak", + "defence_level": "1", + "safespot": null, + "lifepoints": "112", + "strength_level": "1", + "id": "4418", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A highly enlightened being.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cosmic Being", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4419", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A healing fairy.", + "name": "Fairy Nuff", + "id": "4434" + }, + { + "examine": "Horseplay.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Centaur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4438", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Horseplay.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Centaur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4439", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A noble creature!", "melee_animation": "6376", "range_animation": "0", - "range_level": "1", - "respawn_delay": "90", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "4441", - "name": "Wood Dryad", - "examine": "Twiggy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4442", - "name": "Fairy Very Wise" - }, - { - "id": "4443", - "name": "Fairy", - "examine": "A delicate creature from this strange realm." - }, - { - "id": "4444", - "name": "Fairy" - }, - { - "id": "4445", - "name": "Fairy" - }, - { - "id": "4446", - "name": "Fairy" - }, - { - "id": "4447", - "name": "Rabbit" - }, - { - "id": "4448", - "name": "Rabbit" - }, - { - "id": "4449", - "name": "Butterfly" - }, - { - "id": "4450", - "name": "Butterfly" - }, - { - "id": "4451", - "name": "Starflower" - }, - { - "id": "4452", - "name": "Starflower" - }, - { - "id": "4453", - "name": "Fairy Fixit" - }, - { - "id": "4455", - "name": "Fairy Fixit", - "examine": "Fairy ring maintenance division.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4456", - "name": "Ork" - }, - { - "id": "4457", - "name": "Ork", - "examine": "He works in the bank.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4458", - "name": "Ork", - "examine": "She works in the bank.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4459", - "name": "Ork", - "examine": "She works in the bank.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4460", - "name": "Fake Man" - }, - { - "id": "4461", - "name": "Held vampyre juvinate" - }, - { - "id": "4462", - "name": "Held vampyre juvinate" - }, - { - "id": "4463", - "name": "Angry juvinate" - }, - { - "id": "4464", - "name": "Angry juvinate" - }, - { - "id": "4465", - "name": "Angry juvinate" - }, - { - "id": "4466", - "name": "Benjamin" - }, - { - "id": "4467", - "name": "Liam" - }, - { - "id": "4468", - "name": "Miala" - }, - { - "id": "4469", - "name": "Verak" - }, - { - "id": "4470", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "9", - "attack_speed": "6", - "death_animation": "97", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "12", - "magic_animation": "0", - "melee_animation": "94", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "6" - }, - { - "id": "4471", - "name": "Bogrog" - }, - { - "id": "4473", - "name": "Woman" - }, - { - "id": "4474", - "name": "Magic dummy", - "examine": "A magic training dummy", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "97", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "94", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "6" - }, - { - "id": "4475", - "name": "Ned" - }, - { - "id": "4476", - "name": "Guardian mummy", - "examine": "Who's your mummy?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4477", - "name": "Annoyed guardian mummy" - }, - { - "id": "4478", - "name": "Tarik" - }, - { - "id": "4479", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4480", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4481", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4482", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4483", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4484", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4485", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4486", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4487", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4488", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4489", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4490", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4491", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4492", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4493", - "name": "General Bentnoze" - }, - { - "id": "4494", - "name": "General Wartface", - "examine": "An ugly green creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4495", - "name": "Grubfoot" - }, - { - "id": "4497", - "name": "Grubfoot" - }, - { - "id": "4498", - "name": "Grubfoot" - }, - { - "id": "4499", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4500", - "name": "Scarab swarm" - }, - { - "id": "4501", - "name": "Ethereal Man", - "examine": "Is he real or is it just my imagination?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4502", - "name": "Ethereal Lady", - "examine": "Does she really exist?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4503", - "name": "Ethereal Numerator", - "examine": "He reminds me of my old mathematics teacher.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4504", - "name": "Ethereal Expert", - "examine": "The master of accomplishment.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4505", - "name": "Ethereal Perceptive", - "examine": "He knows what is possible.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4506", - "name": "Ethereal Guide", - "examine": "He knows the past, present and future. But what of my shoe size?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4507", - "name": "Ethereal Fluke", - "examine": "Luck is probably on his side.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4508", - "name": "Ethereal Mimic" - }, - { - "id": "4509", - "name": "Me", - "examine": "It's like looking in the mirror.", - "attack_level": "60", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "171", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "414", - "range_animation": "0", - "range_level": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "4510", - "name": "Me", - "examine": "It's like looking in the mirror.", - "attack_level": "60", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "171", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "414", - "range_animation": "0", - "range_level": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "4511", - "name": "Oneiromancer", - "examine": "Spiritual leader of the Moonclan.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4512", - "name": "House", - "examine": "The craziest house I ever did see!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4513", - "name": "Baba Yaga" - }, - { - "id": "4514", - "name": "Pauline Polaris" - }, - { - "id": "4515", - "name": "Meteora" - }, - { - "id": "4516", - "name": "Melana Moonlander" - }, - { - "id": "4517", - "name": "Selene" - }, - { - "id": "4518", - "name": "Rimae Sirsalis" - }, - { - "id": "4519", - "name": "Sirsal Banker" - }, - { - "id": "4520", - "name": "Clan Guard" - }, - { - "id": "4521", - "name": "Enchanted Broom", - "examine": "How does it see where to sweep?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4522", - "name": "Enchanted Broom" - }, - { - "id": "4523", - "name": "Enchanted Broom" - }, - { - "id": "4524", - "name": "Enchanted Bucket", - "examine": "I'm not sure if it's actually doing anything of use.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4525", - "name": "Enchanted Bucket" - }, - { - "id": "4526", - "name": "Bouquet Mac Hyacinth" - }, - { - "id": "4527", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4384", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4528", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4384", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4529", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4384", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4530", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4385", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4531", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,70,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4385", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4532", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4384", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4533", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4384", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4534", - "name": "Moss giant", - "examine": "His beard seems to have a life of its own.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", - "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "85", - "magic_animation": "4666", + "combat_audio": "812,814,813", + "attack_speed": "4", "magic_level": "1", + "respawn_delay": "90", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6377", + "name": "Stag", + "defence_level": "13", + "safespot": null, + "lifepoints": "19", + "strength_level": "13", + "id": "4440", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Twiggy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wood Dryad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4441", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Fairy ring maintenance division.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy Fixit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4455", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He works in the bank.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4457", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She works in the bank.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4458", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She works in the bank.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4459", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "9", + "safespot": null, + "lifepoints": "12", + "strength_level": "9", + "id": "4470", + "aggressive": "true", + "range_level": "1", + "attack_level": "9" + }, + { + "examine": "A magic training dummy", + "melee_animation": "94", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "97", + "name": "Magic dummy", + "defence_level": "1", + "safespot": null, + "lifepoints": "15", + "strength_level": "1", + "id": "4474", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Who's your mummy?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guardian mummy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4476", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4479", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4480", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4481", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4482", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4483", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4484", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4485", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4486", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4487", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4488", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4489", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4490", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4491", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4492", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "General Wartface", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4494", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4499", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is he real or is it just my imagination?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4501", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Does she really exist?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Lady", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4502", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He reminds me of my old mathematics teacher.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Numerator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4503", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The master of accomplishment.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Expert", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4504", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He knows what is possible.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Perceptive", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4505", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He knows the past, present and future. But what of my shoe size?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4506", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Luck is probably on his side.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Fluke", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4507", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's like looking in the mirror.", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Me", + "defence_level": "60", + "safespot": null, + "lifepoints": "171", + "strength_level": "60", + "id": "4509", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "It's like looking in the mirror.", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Me", + "defence_level": "60", + "safespot": null, + "lifepoints": "171", + "strength_level": "60", + "id": "4510", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Spiritual leader of the Moonclan.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Oneiromancer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4511", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The craziest house I ever did see!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "House", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4512", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "How does it see where to sweep?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Enchanted Broom", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4521", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I'm not sure if it's actually doing anything of use.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Enchanted Bucket", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4524", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4384", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4529", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4385", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4530", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4385", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4531", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,70,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4384", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4533", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "examine": "His beard seems to have a life of its own.", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "4665", + "weakness": "1", "slayer_exp": "85", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "85", "strength_level": "30", - "weakness": "1" - }, - { - "id": "4535", - "name": "Parrot" - }, - { - "id": "4536", - "name": "Lokar Searunner" - }, - { - "id": "4537", - "name": "Lokar Searunner", - "examine": "Either a very fremennikey pirate, or a very piratey fremnnik.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4538", - "name": "Cabin boy" - }, - { - "id": "4539", - "name": "Cabin boy", - "examine": "I always wondered what that job description actually meant...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4540", - "name": "Captain Bentley", - "examine": "The High Priest has been transformed into an avatar of Bandos.", + "id": "4534", "aggressive": "true", - "attack_level": "55", - "death_animation": "0", + "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Either a very fremennikey pirate, or a very piratey fremnnik.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "55", - "lifepoints": "214", "magic_animation": "0", + "death_animation": "0", + "name": "Lokar Searunner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4537", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I always wondered what that job description actually meant...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cabin boy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4539", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The High Priest has been transformed into an avatar of Bandos.", + "range_animation": "0", "magic_level": "55", - "range_animation": "0", - "range_level": "55", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Bentley", + "defence_level": "55", "safespot": null, + "lifepoints": "214", "strength_level": "55", - "weakness": "9" + "id": "4540", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" }, { - "id": "4541", - "name": "'Beefy' Burns", "examine": "A stickler for hygiene in the kitchen.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Beefy' Burns", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4541", + "range_level": "1", + "attack_level": "1" }, { - "id": "4542", - "name": "'Eagle-eye' Shultz", "examine": "A keen-eyed lookout with a telescope.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Eagle-eye' Shultz", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4542", + "range_level": "1", + "attack_level": "1" }, { - "id": "4543", - "name": "First mate 'Davey-boy", "examine": "First mate to Captain Bentley.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "First mate 'Davey-boy", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4543", + "range_level": "1", + "attack_level": "1" }, { - "id": "4544", - "name": "'Bird's-Eye' Jack" - }, - { - "id": "4545", - "name": "'Picarron' Pete", "examine": "A pirate through and through.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Picarron' Pete", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4545", + "range_level": "1", + "attack_level": "1" }, { - "id": "4546", - "name": "Jake", - "attack_level": "1", "death_animation": "836", - "defence_animation": "425", + "name": "Jake", "defence_level": "1", + "safespot": null, "lifepoints": "50", "melee_animation": "422", + "strength_level": "1", + "id": "4546", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "4547", - "name": "Bedread the bold", "examine": "He got his name from his favourite hobby. Reading about beds.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bedread the bold", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4547", + "range_level": "1", + "attack_level": "1" }, { - "id": "4548", - "name": "Wilson", - "attack_level": "1", "death_animation": "836", - "defence_animation": "425", + "name": "Wilson", "defence_level": "1", + "safespot": null, "lifepoints": "50", "melee_animation": "395", + "strength_level": "1", + "id": "4548", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "4549", - "name": "Tommy 2-times", "examine": "Nobody really knows why he's called Tommy 2-times...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tommy 2-times", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4549", + "range_level": "1", + "attack_level": "1" }, { - "id": "4550", - "name": "Murky Pat", "examine": "Don't look him straight in the eyes. He'll eat you alive!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Murky Pat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4550", + "range_level": "1", + "attack_level": "1" }, { - "id": "4551", - "name": "Jack Sails", "examine": "Nice beard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jack Sails", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4551", + "range_level": "1", + "attack_level": "1" }, { - "id": "4552", - "name": "Palmer" - }, - { - "id": "4553", - "name": "'Betty' B.Boppin" - }, - { - "id": "4554", - "name": "'Beedy-eye' Jones", "examine": "Is he looking at me?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Beedy-eye' Jones", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4554", + "range_level": "1", + "attack_level": "1" }, { - "id": "4555", - "name": "Jenny Blade", "examine": "Yes", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jenny Blade", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4555", + "range_level": "1", + "attack_level": "1" }, { - "id": "4556", - "name": "'Lecherous' Lee", "examine": "A low-down", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Lecherous' Lee", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4556", + "range_level": "1", + "attack_level": "1" }, { - "id": "4557", - "name": "'Sticky' Sanders", "examine": "Apparently his nickname comes from his fondness for jam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Sticky' Sanders", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4558", - "name": "Hirko", - "examine": "A seller of crossbow parts." - }, - { - "id": "4559", - "name": "Holoy" - }, - { - "id": "4560", - "name": "Frizzy Skernip", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "4561", - "name": "Yulf Squecks", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "4562", - "name": "Praistan Ebola", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "4563", - "name": "Hura" + "lifepoints": "10", + "strength_level": "1", + "id": "4557", + "range_level": "1", + "attack_level": "1" }, { + "examine": "This person is working on the site.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Digsite workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4564", - "name": "Digsite workman", - "examine": "This person is working on the site.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This person is working on the site.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Digsite workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4565", - "name": "Digsite workman", - "examine": "This person is working on the site.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Upon examining the examiner you examine it is indeed an examiner!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Examiner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4566", - "name": "Examiner", - "examine": "Upon examining the examiner you examine it is indeed an examiner!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Upon examining the examiner you examine it is indeed an examiner!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Examiner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4567", - "name": "Examiner", - "examine": "Upon examining the examiner you examine it is indeed an examiner!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4568", - "name": "Researcher", "examine": "Must be hard at work.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Researcher", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4568", + "range_level": "1", + "attack_level": "1" }, { - "id": "4569", - "name": "Nick" - }, - { - "id": "4570", - "name": "Crow" - }, - { - "id": "4571", - "name": "Crow" - }, - { - "id": "4572", - "name": "Gianne jnr." - }, - { - "id": "4573", - "name": "Timble" - }, - { - "id": "4574", - "name": "Tamble" - }, - { - "id": "4575", - "name": "Spang" - }, - { - "id": "4576", - "name": "Brambickle" - }, - { - "id": "4577", - "name": "Wingstone" - }, - { - "id": "4578", - "name": "Penwie", - "examine": "He looks like he's a long way from home." - }, - { - "id": "4579", - "name": "Generic Diplomat", "examine": "He makes pots.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Generic Diplomat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4579", + "range_level": "1", + "attack_level": "1" }, { - "id": "4580", - "name": "Ambassador Gimblewap", "examine": "He's very diplomatic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ambassador Gimblewap", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4580", + "range_level": "1", + "attack_level": "1" }, { - "id": "4581", + "examine": "Peaceful man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Ambassador Spanfipple", - "examine": "Peaceful man!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4581", + "range_level": "1", + "attack_level": "1" }, { - "id": "4582", + "examine": "Peaceful man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Ambassador Ferrnook", - "examine": "Peaceful man!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "4582", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your common man.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4583", - "name": "Professor Manglethorp" - }, - { - "id": "4584", - "name": "Damwin" - }, - { - "id": "4585", - "name": "Professor Onglewip", - "examine": "A gnome mage on sabbatical." - }, - { - "id": "4586", - "name": "Professor Imblewyn" - }, - { - "id": "4587", - "name": "Perrdur" - }, - { - "id": "4588", - "name": "Dalila" - }, - { - "id": "4589", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Sorrn", - "examine": "Your common man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4589", + "range_level": "1", + "attack_level": "1" }, { - "id": "4590", - "name": "Mimm", "examine": "Your common woman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mimm", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4590", + "range_level": "1", + "attack_level": "1" }, { - "id": "4591", - "name": "Eebel" - }, - { - "id": "4592", - "name": "Ermin" - }, - { - "id": "4593", - "name": "Portobello", "examine": "Your common man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portobello", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4593", + "range_level": "1", + "attack_level": "1" }, { - "id": "4594", + "examine": "A gnome pilot off duty", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Captain Ninto", - "examine": "A gnome pilot off duty", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4594", + "range_level": "1", + "attack_level": "1" }, { - "id": "4595", + "examine": "A gnome pilot off duty", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Captain Daerkin", - "examine": "A gnome pilot off duty", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4595", + "range_level": "1", + "attack_level": "1" }, { - "id": "4596", - "name": "Captain Lamdoo" - }, - { - "id": "4597", - "name": "Meegle" - }, - { - "id": "4598", - "name": "Wurbel" - }, - { - "id": "4599", - "name": "Sarble" - }, - { - "id": "4600", - "name": "Guard Vemmeldo", "examine": "He looks alert and ready for action.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard Vemmeldo", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4601", - "name": "Burkor" - }, - { - "id": "4602", - "name": "Froono" + "lifepoints": "10", + "strength_level": "1", + "id": "4600", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A generic evil henchman.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Fortress Guard", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", "id": "4603", - "name": "Fortress Guard", - "examine": "A generic evil henchman.", - "attack_level": "26", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" + "attack_level": "26" }, { + "examine": "A generic evil henchman.", + "melee_animation": "428", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Fortress Guard", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", "id": "4604", - "name": "Fortress Guard", - "examine": "A generic evil henchman.", - "attack_level": "26", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" + "attack_level": "26" }, { + "examine": "A generic evil henchman.", + "melee_animation": "428", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Fortress Guard", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", "id": "4605", - "name": "Fortress Guard", - "examine": "A generic evil henchman.", - "attack_level": "26", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" + "attack_level": "26" }, { - "id": "4606", - "name": "Fortress Guard", "examine": "A generic evil henchman.", - "attack_level": "26", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Fortress Guard", + "defence_level": "26", "safespot": null, + "lifepoints": "37", "strength_level": "26", - "weakness": "9" + "id": "4606", + "range_level": "1", + "attack_level": "26" }, { - "id": "4607", - "name": "Black Cat", "examine": "A witch's black cat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Black Cat", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "7" + "id": "4607", + "range_level": "1", + "attack_level": "1" }, { - "id": "4608", "name": "Monk", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4609", - "name": "Brimstail" - }, - { - "id": "4611", - "name": "Saboteur", - "examine": "Swine.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4612", - "name": "Gnome shop keeper" - }, - { - "id": "4613", - "name": "Cute creature" - }, - { - "id": "4615", - "name": "Evil creature", - "examine": "What is that thing!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "0", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "1", - "weakness": "6" + "id": "4608", + "range_level": "1", + "attack_level": "1" }, { - "id": "4616", - "name": "Cute creature" + "examine": "Swine.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Saboteur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4611", + "range_level": "1", + "attack_level": "1" }, { - "id": "4618", - "name": "Evil creature" - }, - { - "id": "4619", - "name": "Cute creature" - }, - { - "id": "4621", - "name": "Evil creature" - }, - { - "id": "4622", - "name": "Cute creature" - }, - { - "id": "4624", - "name": "Evil creature" - }, - { - "id": "4625", - "name": "Cute creature" - }, - { - "id": "4627", - "name": "Evil creature" - }, - { - "id": "4628", - "name": "Cute creature" - }, - { - "id": "4630", - "name": "Evil creature" - }, - { - "id": "4631", - "name": "fluffie" - }, - { - "id": "4632", - "name": "fluffie" + "examine": "What is that thing!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "0", + "name": "Evil creature", + "defence_level": "1", + "safespot": null, + "lifepoints": "0", + "strength_level": "1", + "id": "4615", + "range_level": "1", + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "4633", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "4634", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "4635", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "4636", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "4637", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A little warrior.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4638", - "name": "Gnome soldier", - "examine": "A little warrior.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A little warrior.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4639", - "name": "Gnome soldier", - "examine": "A little warrior.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A little warrior.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4640", - "name": "Gnome soldier", - "examine": "A little warrior.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A little warrior.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4641", - "name": "Gnome soldier", - "examine": "A little warrior.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A little warrior.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4642", - "name": "Gnome soldier", - "examine": "A little warrior.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4643", - "name": "Healthorg and tortoise", "examine": "King Healthorg riding his War Tortoise.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Healthorg and tortoise", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4643", + "range_level": "1", + "attack_level": "1" }, { - "id": "4644", - "name": "Oaknock the Engineer" - }, - { - "id": "4645", - "name": "Glouphrie the Untrusted", "examine": "A weasly, shifty-looking Gnome Mage.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Glouphrie the Untrusted", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4645", + "range_level": "1", + "attack_level": "1" }, { - "id": "4646", - "name": "King Healthorg" - }, - { - "id": "4647", - "name": "Hazelmere" - }, - { - "id": "4648", - "name": "Nisha" - }, - { - "id": "4649", - "name": "Tyras guard" - }, - { - "id": "4650", - "name": "Trader Stan", "examine": "With the prices he charges, no wonder he can afford to look so sharp.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Stan", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4650", + "range_level": "1", + "attack_level": "1" }, { - "id": "4651", - "name": "Trader Crewmember", "examine": "Looks very stylish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4651", + "range_level": "1", + "attack_level": "1" }, { - "id": "4652", - "name": "Trader Crewmember", "examine": "That suit looks a little briny around the edges.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4652", + "range_level": "1", + "attack_level": "1" }, { - "id": "4653", - "name": "Trader Crewmember", "examine": "First storm he is in that hat will blow away.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4653", + "range_level": "1", + "attack_level": "1" }, { - "id": "4654", - "name": "Trader Crewmember", "examine": "She'll never be able to climb rigging in that.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4654", + "range_level": "1", + "attack_level": "1" }, { - "id": "4655", - "name": "Trader Crewmember", "examine": "High heels on a ship? What is she thinking?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4656", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Trader Crewmember", - "examine": "The effect is sort of spoiled by all those tattoos.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "4655", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The effect is sort of spoiled by all those tattoos.", "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", "movement_radius": "710", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4656", + "range_level": "1", + "attack_level": "1" }, { - "id": "4657", - "name": "Sir Prysin" - }, - { - "id": "4658", - "name": "Dark wizard" - }, - { - "id": "4659", - "name": "Dark wizard", "examine": "He works evil magic.", - "aggressive": "true", - "attack_level": "5", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "5", - "end_gfx": "95", - "lifepoints": "12", - "magic_animation": "711", - "magic_level": "6", - "melee_animation": "810", - "projectile": "94", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "start_gfx": "93", - "start_height": "80", - "strength_level": "2" - }, - { - "id": "4660", - "name": "Dark wizard", - "examine": "He works evil magic.", - "aggressive": "true", - "attack_level": "17", - "combat_audio": "511,513,512", "combat_style": "2", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "14", - "end_gfx": "98", - "lifepoints": "24", - "magic_animation": "711", - "magic_level": "22", + "start_height": "80", "melee_animation": "810", - "projectile": "97", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "96", - "start_height": "80", - "strength_level": "17" - }, - { - "id": "4661", - "name": "Dark wizard", - "examine": "He works evil magic.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "15", - "lifepoints": "30", + "magic_level": "6", + "end_gfx": "95", + "respawn_delay": "60", + "defence_animation": "425", "magic_animation": "711", - "magic_level": "15", - "projectile": "98", - "range_level": "1", - "respawn_delay": "20", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "5", "safespot": null, - "strength_level": "1" - }, - { - "id": "4662", - "name": "Denath" - }, - { - "id": "4663", - "name": "Denath" - }, - { - "id": "4664", - "name": "Wally" - }, - { - "id": "4665", - "name": "Baby blue dragon", - "examine": "Young but still dangerous.", + "lifepoints": "12", + "strength_level": "2", + "id": "4659", "aggressive": "true", - "attack_level": "40", + "range_level": "1", + "projectile": "94", + "attack_level": "5" + }, + { + "examine": "He works evil magic.", + "start_gfx": "96", + "combat_style": "2", + "start_height": "80", + "melee_animation": "810", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "22", + "end_gfx": "98", + "respawn_delay": "60", + "defence_animation": "425", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "14", + "safespot": null, + "lifepoints": "24", + "strength_level": "17", + "id": "4660", + "aggressive": "true", + "range_level": "1", + "projectile": "97", + "attack_level": "17" + }, + { + "examine": "He works evil magic.", + "combat_style": "2", + "combat_audio": "511,513,512", "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", - "combat_audio": "405,407,406", - "death_animation": "28", - "defence_animation": "26", - "defence_level": "40", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "1", + "magic_level": "15", + "respawn_delay": "20", + "defence_animation": "404", + "magic_animation": "711", + "death_animation": "9055", + "name": "Dark wizard", + "defence_level": "15", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "4661", + "aggressive": "true", + "range_level": "1", + "projectile": "98", + "attack_level": "1" + }, + { + "examine": "Young but still dangerous.", "melee_animation": "25", "range_animation": "25", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "50", - "strength_level": "40", - "weakness": "3" - }, - { - "id": "4666", - "name": "Baby blue dragon", - "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "45", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", "combat_audio": "405,407,406", - "death_animation": "28", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "26", - "defence_level": "40", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "1", - "melee_animation": "25", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, + "weakness": "3", "slayer_exp": "50", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby blue dragon", + "defence_level": "40", + "safespot": null, + "lifepoints": "50", "strength_level": "40", - "weakness": "3" + "id": "4665", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" }, { + "examine": "Young but still dangerous.", + "combat_audio": "405,407,406", + "melee_animation": "25", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "26", + "slayer_exp": "50", + "weakness": "3", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby blue dragon", + "defence_level": "40", + "safespot": null, + "lifepoints": "50", + "strength_level": "40", + "id": "4666", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Young but still dangerous.", + "name": "Baby red dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "combat_audio": "405,407,406", + "strength_level": "1", "id": "4667", - "name": "Baby red dragon", - "examine": "Young but still dangerous.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "405,407,406", - "defence_level": "1", - "lifepoints": "50", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Young but still dangerous.", + "name": "Baby red dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "combat_audio": "405,407,406", + "strength_level": "1", "id": "4668", - "name": "Baby red dragon", - "examine": "Young but still dangerous.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "405,407,406", - "defence_level": "1", - "lifepoints": "50", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A big powerful dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "143", + "magic_animation": "80", + "death_animation": "92", + "name": "Red dragon", + "defence_level": "130", + "safespot": null, + "lifepoints": "140", + "strength_level": "130", "id": "4669", - "name": "Red dragon", - "examine": "A big powerful dragon.", "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "130", - "lifepoints": "140", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "143", - "strength_level": "130", - "weakness": "3" + "attack_level": "130" }, { + "examine": "A big powerful dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "143", + "magic_animation": "80", + "death_animation": "92", + "name": "Red dragon", + "defence_level": "130", + "safespot": null, + "lifepoints": "140", + "strength_level": "130", "id": "4670", - "name": "Red dragon", - "examine": "A big powerful dragon.", "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "130", - "lifepoints": "140", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "143", - "strength_level": "130", - "weakness": "3" + "attack_level": "130" }, { + "examine": "A big powerful dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "143", + "magic_animation": "80", + "death_animation": "92", + "name": "Red dragon", + "defence_level": "130", + "safespot": null, + "lifepoints": "140", + "strength_level": "130", "id": "4671", - "name": "Red dragon", - "examine": "A big powerful dragon.", "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "130", - "lifepoints": "140", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "143", - "strength_level": "130", - "weakness": "3" + "attack_level": "130" }, { + "examine": "A big powerful dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "143", + "magic_animation": "80", + "death_animation": "92", + "name": "Red dragon", + "defence_level": "130", + "safespot": null, + "lifepoints": "140", + "strength_level": "130", "id": "4672", - "name": "Red dragon", - "examine": "A big powerful dragon.", "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "130", - "lifepoints": "140", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "143", - "strength_level": "130", - "weakness": "3" + "attack_level": "130" }, { + "examine": "A fierce dragon with black scales!", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "200", + "magic_animation": "80", + "death_animation": "92", + "name": "Black dragon", + "defence_level": "200", + "safespot": null, + "lifepoints": "190", + "strength_level": "200", "id": "4673", - "name": "Black dragon", - "examine": "A fierce dragon with black scales!", "aggressive": "true", - "attack_level": "200", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "200", - "lifepoints": "190", - "magic_animation": "80", - "magic_level": "100", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "200", - "strength_level": "200", - "weakness": "3" + "attack_level": "200" }, { + "examine": "A fierce dragon with black scales!", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "200", + "magic_animation": "80", + "death_animation": "92", + "name": "Black dragon", + "defence_level": "200", + "safespot": null, + "lifepoints": "190", + "strength_level": "200", "id": "4674", - "name": "Black dragon", - "examine": "A fierce dragon with black scales!", "aggressive": "true", - "attack_level": "200", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "200", - "lifepoints": "190", - "magic_animation": "80", - "magic_level": "100", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "200", - "strength_level": "200", - "weakness": "3" + "attack_level": "200" }, { + "examine": "A fierce dragon with black scales!", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "200", + "magic_animation": "80", + "death_animation": "92", + "name": "Black dragon", + "defence_level": "200", + "safespot": null, + "lifepoints": "190", + "strength_level": "200", "id": "4675", - "name": "Black dragon", - "examine": "A fierce dragon with black scales!", "aggressive": "true", - "attack_level": "200", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "200", - "lifepoints": "190", - "magic_animation": "80", - "magic_level": "100", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "200", - "strength_level": "200", - "weakness": "3" + "attack_level": "200" }, { + "examine": "A fierce dragon with black scales!", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "200", + "magic_animation": "80", + "death_animation": "92", + "name": "Black dragon", + "defence_level": "200", + "safespot": null, + "lifepoints": "190", + "strength_level": "200", "id": "4676", - "name": "Black dragon", - "examine": "A fierce dragon with black scales!", "aggressive": "true", - "attack_level": "200", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "200", - "lifepoints": "190", - "magic_animation": "80", - "magic_level": "100", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "200", - "strength_level": "200", - "weakness": "3" + "attack_level": "200" }, { + "examine": "Must be related to Elvarg.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "68", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "75", + "magic_animation": "80", + "death_animation": "92", + "name": "Green dragon", + "defence_level": "68", + "safespot": null, + "lifepoints": "75", + "strength_level": "68", "id": "4677", - "name": "Green dragon", - "examine": "Must be related to Elvarg.", "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "68", - "lifepoints": "75", - "magic_animation": "80", - "magic_level": "68", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "75", - "strength_level": "68", - "weakness": "3" + "attack_level": "68" }, { + "examine": "Must be related to Elvarg.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "68", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "75", + "magic_animation": "80", + "death_animation": "92", + "name": "Green dragon", + "defence_level": "68", + "safespot": null, + "lifepoints": "75", + "strength_level": "68", "id": "4678", - "name": "Green dragon", - "examine": "Must be related to Elvarg.", "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "68", - "lifepoints": "75", - "magic_animation": "80", - "magic_level": "68", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "75", - "strength_level": "68", - "weakness": "3" + "attack_level": "68" }, { + "examine": "Must be related to Elvarg.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "68", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "75", + "magic_animation": "80", + "death_animation": "92", + "name": "Green dragon", + "defence_level": "68", + "safespot": null, + "lifepoints": "75", + "strength_level": "68", "id": "4679", - "name": "Green dragon", - "examine": "Must be related to Elvarg.", "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "68", - "lifepoints": "75", - "magic_animation": "80", - "magic_level": "68", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "75", - "strength_level": "68", - "weakness": "3" + "attack_level": "68" }, { + "examine": "Must be related to Elvarg.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "68", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "75", + "magic_animation": "80", + "death_animation": "92", + "name": "Green dragon", + "defence_level": "68", + "safespot": null, + "lifepoints": "75", + "strength_level": "68", "id": "4680", - "name": "Green dragon", - "examine": "Must be related to Elvarg.", "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "68", - "lifepoints": "75", - "magic_animation": "80", - "magic_level": "68", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "75", - "strength_level": "68", - "weakness": "3" + "attack_level": "68" }, { + "examine": "A mother dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", "id": "4681", - "name": "Blue dragon", - "examine": "A mother dragon.", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "108", - "strength_level": "95", - "weakness": "3" + "attack_level": "95" }, { + "examine": "A mother dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", "id": "4682", - "name": "Blue dragon", - "examine": "A mother dragon.", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "108", - "strength_level": "95", - "weakness": "3" + "attack_level": "95" }, { + "examine": "A mother dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", "id": "4683", - "name": "Blue dragon", - "examine": "A mother dragon.", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "108", - "strength_level": "95", - "weakness": "3" + "attack_level": "95" }, { + "examine": "A mother dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", "id": "4684", - "name": "Blue dragon", - "examine": "A mother dragon.", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "108", - "strength_level": "95", - "weakness": "3" + "attack_level": "95" }, { + "examine": "He's got icicles in his beard.", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "448,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "70", + "magic_animation": "0", + "death_animation": "4673", + "name": "Ice giant", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", + "strength_level": "40", "id": "4685", - "name": "Ice giant", - "examine": "He's got icicles in his beard.", "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4673", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4672", - "range_animation": "0", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "70", - "strength_level": "40", - "weakness": "9" + "attack_level": "40" }, { + "examine": "He's got icicles in his beard.", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "448,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "70", + "magic_animation": "0", + "death_animation": "4673", + "name": "Ice giant", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", + "strength_level": "40", "id": "4686", - "name": "Ice giant", - "examine": "He's got icicles in his beard.", "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4673", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4672", - "range_animation": "0", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "70", - "strength_level": "40", - "weakness": "9" + "attack_level": "40" }, { + "examine": "He's got icicles in his beard.", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "448,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "70", + "magic_animation": "0", + "death_animation": "4673", + "name": "Ice giant", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", + "strength_level": "40", "id": "4687", - "name": "Ice giant", - "examine": "He's got icicles in his beard.", "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4673", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4672", - "range_animation": "0", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "70", - "strength_level": "40", - "weakness": "9" + "attack_level": "40" }, { - "id": "4688", - "name": "Moss giant", "examine": "His beard seems to have a life of its own.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", - "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "60", - "magic_animation": "4666", - "magic_level": "1", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "4665", + "weakness": "1", "slayer_exp": "60", - "strength_level": "30", - "weakness": "1" - }, - { - "id": "4689", - "name": "Hill Giant", - "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "4652", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "22", - "weakness": "6" - }, - { - "id": "4690", - "name": "Hill Giant", - "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "4652", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "22", - "weakness": "6" - }, - { - "id": "4691", - "name": "Hill Giant", - "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "4652", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "22", - "weakness": "6" - }, - { - "id": "4692", - "name": "Hill Giant", - "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "4652", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "22", - "weakness": "6" - }, - { - "id": "4693", - "name": "Hill Giant", - "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "4652", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "22", - "weakness": "6" - }, - { - "id": "4694", - "name": "Lesser demon", - "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", - "magic_level": "1", - "melee_animation": "4630", - "range_animation": "4630", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "79", - "strength_level": "70", - "weakness": "4" - }, - { - "id": "4695", - "name": "Lesser demon", - "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", - "magic_level": "1", - "melee_animation": "4630", - "range_animation": "4630", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "79", - "strength_level": "70", - "weakness": "4" - }, - { - "id": "4696", - "name": "Lesser demon", - "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", - "magic_level": "1", - "melee_animation": "4630", - "range_animation": "4630", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "79", - "strength_level": "70", - "weakness": "4" - }, - { - "id": "4697", - "name": "Lesser demon", - "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", - "magic_level": "1", - "melee_animation": "4630", - "range_animation": "4630", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "79", - "strength_level": "70", - "weakness": "4" - }, - { - "id": "4698", - "name": "Greater demon", - "examine": "Big, red, and incredibly evil.", - "aggressive": "true", - "attack_level": "59", - "attack_speed": "5", - "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "59", - "lifepoints": "87", - "magic_animation": "64", - "magic_level": "59", - "melee_animation": "64", - "range_animation": "64", - "range_level": "59", - "respawn_delay": "32", - "safespot": null, - "slayer_exp": "87", - "strength_level": "59", - "weakness": "4" - }, - { - "id": "4699", - "name": "Greater demon", - "examine": "Big, red, and incredibly evil.", - "aggressive": "true", - "attack_level": "59", - "attack_speed": "5", - "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "59", - "lifepoints": "87", - "magic_animation": "64", - "magic_level": "59", - "melee_animation": "64", - "range_animation": "64", - "range_level": "59", - "respawn_delay": "32", - "safespot": null, - "slayer_exp": "87", - "strength_level": "59", - "weakness": "4" - }, - { - "id": "4700", - "name": "Greater demon", - "examine": "Big, red, and incredibly evil.", - "aggressive": "true", - "attack_level": "59", - "attack_speed": "5", - "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "59", - "lifepoints": "87", - "magic_animation": "64", - "magic_level": "59", - "melee_animation": "64", - "range_animation": "64", - "range_level": "59", - "respawn_delay": "32", - "safespot": null, - "slayer_exp": "87", - "strength_level": "59", - "weakness": "4" - }, - { - "id": "4701", - "name": "Greater demon", - "examine": "Big, red, and incredibly evil.", - "aggressive": "true", - "attack_level": "59", - "attack_speed": "5", - "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "59", - "lifepoints": "87", - "magic_animation": "64", - "magic_level": "59", - "melee_animation": "64", - "range_animation": "64", - "range_level": "59", - "respawn_delay": "32", - "safespot": null, - "slayer_exp": "87", - "strength_level": "59", - "weakness": "4" - }, - { - "id": "4702", - "name": "Black demon", - "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", - "melee_animation": "64", - "range_animation": "64", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "157", - "strength_level": "148", - "weakness": "4" - }, - { - "id": "4703", - "name": "Black demon", - "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", - "melee_animation": "64", - "range_animation": "64", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "157", - "strength_level": "148", - "weakness": "4" - }, - { - "id": "4704", - "name": "Black demon", - "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", - "melee_animation": "64", - "range_animation": "64", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "157", - "strength_level": "148", - "weakness": "4" - }, - { - "id": "4705", - "name": "Black demon", - "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", - "melee_animation": "64", - "range_animation": "64", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "157", - "strength_level": "148", - "weakness": "4" - }, - { - "id": "4706", - "name": "Moss giant", - "examine": "His beard seems to have a life of its own.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", - "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "85", "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "60", + "strength_level": "30", + "id": "4688", + "aggressive": "true", + "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A very large foe.", + "melee_animation": "4652", + "range_animation": "4652", + "combat_audio": "448,451,450", + "attack_speed": "6", "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "6", + "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", + "strength_level": "22", + "id": "4689", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "A very large foe.", + "melee_animation": "4652", + "range_animation": "4652", + "combat_audio": "448,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "6", + "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", + "strength_level": "22", + "id": "4690", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "A very large foe.", + "melee_animation": "4652", + "range_animation": "4652", + "combat_audio": "448,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "6", + "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", + "strength_level": "22", + "id": "4691", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "A very large foe.", + "melee_animation": "4652", + "range_animation": "4652", + "combat_audio": "448,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "6", + "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", + "strength_level": "22", + "id": "4692", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "A very large foe.", + "melee_animation": "4652", + "range_animation": "4652", + "combat_audio": "448,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "6", + "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", + "strength_level": "22", + "id": "4693", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "Lesser, but still pretty big.", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", + "strength_level": "70", + "id": "4694", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Lesser, but still pretty big.", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", + "strength_level": "70", + "id": "4695", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Lesser, but still pretty big.", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", + "strength_level": "70", + "id": "4696", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Lesser, but still pretty big.", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", + "strength_level": "70", + "id": "4697", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Big, red, and incredibly evil.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "attack_speed": "5", + "magic_level": "59", + "respawn_delay": "32", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "87", + "magic_animation": "64", + "death_animation": "68", + "name": "Greater demon", + "defence_level": "59", + "safespot": null, + "lifepoints": "87", + "strength_level": "59", + "id": "4698", + "aggressive": "true", + "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", + "clue_level": "2", + "range_level": "59", + "attack_level": "59" + }, + { + "examine": "Big, red, and incredibly evil.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "attack_speed": "5", + "magic_level": "59", + "respawn_delay": "32", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "87", + "magic_animation": "64", + "death_animation": "68", + "name": "Greater demon", + "defence_level": "59", + "safespot": null, + "lifepoints": "87", + "strength_level": "59", + "id": "4699", + "aggressive": "true", + "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", + "clue_level": "2", + "range_level": "59", + "attack_level": "59" + }, + { + "examine": "Big, red, and incredibly evil.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "attack_speed": "5", + "magic_level": "59", + "respawn_delay": "32", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "87", + "magic_animation": "64", + "death_animation": "68", + "name": "Greater demon", + "defence_level": "59", + "safespot": null, + "lifepoints": "87", + "strength_level": "59", + "id": "4700", + "aggressive": "true", + "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", + "clue_level": "2", + "range_level": "59", + "attack_level": "59" + }, + { + "examine": "Big, red, and incredibly evil.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "attack_speed": "5", + "magic_level": "59", + "respawn_delay": "32", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "87", + "magic_animation": "64", + "death_animation": "68", + "name": "Greater demon", + "defence_level": "59", + "safespot": null, + "lifepoints": "87", + "strength_level": "59", + "id": "4701", + "aggressive": "true", + "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", + "clue_level": "2", + "range_level": "59", + "attack_level": "59" + }, + { + "examine": "A big, scary, jet-black demon.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "397,399,398", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", + "safespot": null, + "lifepoints": "157", + "strength_level": "148", + "id": "4702", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" + }, + { + "examine": "A big, scary, jet-black demon.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "397,399,398", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", + "safespot": null, + "lifepoints": "157", + "strength_level": "148", + "id": "4703", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" + }, + { + "examine": "A big, scary, jet-black demon.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "397,399,398", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", + "safespot": null, + "lifepoints": "157", + "strength_level": "148", + "id": "4704", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" + }, + { + "examine": "A big, scary, jet-black demon.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "397,399,398", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", + "safespot": null, + "lifepoints": "157", + "strength_level": "148", + "id": "4705", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" + }, + { + "examine": "His beard seems to have a life of its own.", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "4665", + "weakness": "1", "slayer_exp": "85", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "85", "strength_level": "30", - "weakness": "1" - }, - { - "id": "4707", - "name": "Magic Tutor", - "examine": "Mikasi looks ready to teach you about magic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4708", - "name": "Old Man Ral", - "examine": "A flea-infested", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4709", - "name": "Vertida Sefalatis" - }, - { - "id": "4710", - "name": "Aeonisig Raispher" - }, - { - "id": "4711", - "name": "Safalaan" - }, - { - "id": "4714", - "name": "Sarius Guile" - }, - { - "id": "4716", - "name": "Trader Sven", - "examine": "A flea-infested black market trader.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4717", - "name": "Meiyerditch citizen", - "examine": "A flea-infested", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4718", - "name": "Meiyerditch citizen", - "examine": "A flea-infested", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4719", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4720", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4721", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4722", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4723", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4724", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4725", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4726", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4727", - "name": "Meiyerditch citizen" - }, - { - "id": "4728", - "name": "Meiyerditch citizen" - }, - { - "id": "4729", - "name": "Meiyerditch citizen" - }, - { - "id": "4730", - "name": "Meiyerditch citizen" - }, - { - "id": "4731", - "name": "Meiyerditch citizen" - }, - { - "id": "4732", - "name": "Meiyerditch citizen" - }, - { - "id": "4733", - "name": "Meiyerditch citizen", - "examine": "Cowardly mage.", + "id": "4706", "aggressive": "true", - "attack_level": "1", + "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Mikasi looks ready to teach you about magic.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "60", - "lifepoints": "28", "magic_animation": "0", + "death_animation": "0", + "name": "Magic Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4707", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A flea-infested", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Old Man Ral", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4708", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A flea-infested black market trader.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Sven", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4716", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A flea-infested", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4717", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A flea-infested", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4718", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4719", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4720", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4721", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4722", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4723", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4724", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4725", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4726", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Cowardly mage.", "magic_level": "90", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "28", + "strength_level": "1", + "id": "4733", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4734", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4735", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4736", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4737", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4738", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4739", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4740", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4741", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A poor street urchin!", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4742", - "name": "Meiyerditch citizen" - }, - { - "id": "4743", - "name": "Meiyerditch citizen" - }, - { - "id": "4744", - "name": "Meiyerditch citizen" - }, - { - "id": "4745", - "name": "Meiyerditch citizen" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "4746", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4747", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4748", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4749", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4750", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4751", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4752", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4753", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4754", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4755", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks dirty and tired!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4756", - "name": "Meiyerditch miner", - "examine": "This citizen looks dirty and tired!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks dirty and tired!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4757", - "name": "Meiyerditch miner", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "This citizen looks dirty and tired!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch miner", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4758", - "name": "Meiyerditch miner" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "4759", - "name": "Meiyerditch miner", - "examine": "This citizen looks dirty and tired!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4760", - "name": "Meiyerditch miner" - }, - { - "id": "4761", - "name": "Meiyerditch miner" - }, - { - "id": "4762", - "name": "Shadowy figure" - }, - { - "id": "4763", - "name": "Shadowy figure" - }, - { - "id": "4764", - "name": "Shadowy figure" - }, - { - "id": "4765", - "name": "null", "examine": "Some rubbish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4765", + "range_level": "1", + "attack_level": "1" }, { - "id": "4766", - "name": "Stray dog", "examine": "Looks like it's got fleas!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stray dog", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4766", + "range_level": "1", + "attack_level": "1" }, { - "id": "4767", - "name": "Stray dog" - }, - { - "id": "4768", - "name": "Cat", "examine": "A smelly cat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cat", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4769", - "name": "Cat" - }, - { - "id": "4770", - "name": "Boat" - }, - { - "id": "4771", - "name": "Boat" + "lifepoints": "10", + "strength_level": "1", + "id": "4768", + "range_level": "1", + "attack_level": "1" }, { + "examine": "An initiate juvenile vampyre; a guard for the mining area.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Juvinate guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4772", - "name": "Juvinate guard", - "examine": "An initiate juvenile vampyre; a guard for the mining area.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { + "examine": "An initiate juvenile vampyre; a guard for the mining area.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Juvinate guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4773", - "name": "Juvinate guard", - "examine": "An initiate juvenile vampyre; a guard for the mining area.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { + "examine": "A juvenile vampyre.", + "melee_animation": "6276", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6781", + "name": "Vampyre juvenile", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", "id": "4774", - "name": "Vampyre juvenile", - "examine": "A juvenile vampyre.", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "6276", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "40", - "weakness": "7" + "attack_level": "40" }, { + "examine": "A juvenile vampyre.", + "melee_animation": "6276", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6781", + "name": "Vampyre juvenile", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", "id": "4775", - "name": "Vampyre juvenile", - "examine": "A juvenile vampyre.", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "6276", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "40", - "weakness": "7" + "attack_level": "40" }, { + "examine": "An initiate juvenile vampyre; seems to be a servant.", + "melee_animation": "5783", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "5798", + "name": "Vampyre juvinate", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", "id": "4776", - "name": "Vampyre juvinate", - "examine": "An initiate juvenile vampyre; seems to be a servant.", - "attack_level": "1", - "death_animation": "5798", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", - "magic_animation": "0", - "melee_animation": "5783", - "range_animation": "0", "range_level": "44", - "safespot": null, - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { - "id": "4777", - "name": "Vampyre juvinate", "examine": "An initiate juvenile vampyre.", - "attack_level": "1", - "death_animation": "5798", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", - "magic_animation": "0", "melee_animation": "5783", "range_animation": "0", - "range_level": "44", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "4778", - "name": "Held vampyre juvenile", - "examine": "A juvenile vampyre.", - "attack_level": "40", - "death_animation": "6781", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", + "weakness": "0", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "4779", - "name": "Held vampyre juvenile", - "examine": "A juvenile vampyre.", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "4780", - "name": "Held vampyre juvinate", - "examine": "An initiate juvenile vampyre; seems to be a servant.", - "attack_level": "1", "death_animation": "5798", - "defence_animation": "0", + "name": "Vampyre juvinate", "defence_level": "44", + "safespot": null, "lifepoints": "62", - "magic_animation": "0", + "strength_level": "1", + "id": "4777", + "range_level": "44", + "attack_level": "1" + }, + { + "examine": "A juvenile vampyre.", "melee_animation": "0", "range_animation": "0", - "range_level": "44", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "4781", - "name": "Held vampyre juvinate" - }, - { - "id": "4782", - "name": "Vampyre juvinate" - }, - { - "id": "4783", - "name": "Former vampyre" - }, - { - "id": "4784", - "name": "Former vampyre" - }, - { - "id": "4785", - "name": "Former vampyre" - }, - { - "id": "4786", - "name": "Former vampyre" - }, - { - "id": "4787", - "name": "Former vampyre" - }, - { - "id": "4788", - "name": "Former vampyre" - }, - { - "id": "4789", - "name": "Angry vampyre", - "examine": "An enraged vampyre!", - "attack_level": "42", - "death_animation": "6031", "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", + "weakness": "7", "magic_animation": "0", + "death_animation": "6781", + "name": "Held vampyre juvenile", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", + "id": "4778", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A juvenile vampyre.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6781", + "name": "Held vampyre juvenile", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", + "id": "4779", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "An initiate juvenile vampyre; seems to be a servant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "5798", + "name": "Held vampyre juvinate", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "4780", + "range_level": "44", + "attack_level": "1" + }, + { + "examine": "An enraged vampyre!", "melee_animation": "6016", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6031", + "name": "Angry vampyre", + "defence_level": "42", "safespot": null, + "lifepoints": "60", "strength_level": "42", - "weakness": "7" + "id": "4789", + "range_level": "1", + "attack_level": "42" }, { - "id": "4790", - "name": "Angry vampyre" - }, - { - "id": "4791", - "name": "Vanstrom Klause" - }, - { - "id": "4792", - "name": "Vanstrom Klause" - }, - { - "id": "4793", "name": "Vanstrom Klause", - "aggressive": "true", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "155", + "strength_level": "1", + "id": "4793", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4794", - "name": "Vanstrom Klause" - }, - { - "id": "4795", - "name": "Vanstrom Klause" - }, - { - "id": "4796", - "name": "Vanstrom Klause", "examine": "Not as strong as Thok.", - "aggressive": "true", - "attack_level": "90", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "28", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "name": "Vanstrom Klause", + "defence_level": "60", "safespot": null, - "strength_level": "90" - }, - { - "id": "4797", - "name": "Vanescula Drakan" - }, - { - "id": "4798", - "name": "Vanescula Drakan" - }, - { - "id": "4799", - "name": "Vanescula Drakan" - }, - { - "id": "4800", - "name": "Vanescula Drakan" - }, - { - "id": "4801", - "name": "Ranis Drakan" - }, - { - "id": "4802", - "name": "Ranis Drakan" - }, - { - "id": "4803", - "name": "Ranis Drakan" - }, - { - "id": "4804", - "name": "Ranis Drakan" + "lifepoints": "28", + "strength_level": "90", + "id": "4796", + "aggressive": "true", + "range_level": "1", + "attack_level": "90" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", "id": "4805", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "52", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "1", "id": "4806", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", - "magic_level": "52", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "54", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "1", "id": "4807", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "54", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "56", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "56", + "safespot": null, + "lifepoints": "80", + "strength_level": "1", "id": "4808", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "56", - "lifepoints": "80", - "magic_animation": "0", - "magic_level": "56", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very high-ranking vampyre.", "melee_animation": "7435", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", + "magic_level": "70", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Flying female vampire", + "defence_level": "70", "safespot": null, + "lifepoints": "100", "strength_level": "1", - "weakness": "4" - }, - { - "id": "4809", - "name": "Flying female vampire" - }, - { "id": "4810", - "name": "Flying female vampire", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Flying female vampire", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4811", - "name": "Flying female vampire", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Flying female vampire", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4812", - "name": "Flying female vampire", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A thirsty-looking", + "melee_animation": "6783", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", "id": "4813", - "name": "Vyrewatch", - "examine": "A thirsty-looking", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "6783", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "A thirsty-looking", + "melee_animation": "6783", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "52", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "1", "id": "4814", - "name": "Vyrewatch", - "examine": "A thirsty-looking", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", - "magic_level": "52", - "melee_animation": "6783", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "A thirsty-looking", + "melee_animation": "6783", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "54", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "1", "id": "4815", - "name": "Vyrewatch", - "examine": "A thirsty-looking", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "54", - "melee_animation": "6783", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "A thirsty-looking", + "melee_animation": "6783", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "56", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "56", + "safespot": null, + "lifepoints": "80", + "strength_level": "1", "id": "4816", - "name": "Vyrewatch", - "examine": "A thirsty-looking", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "56", - "lifepoints": "80", - "magic_animation": "0", - "magic_level": "56", - "melee_animation": "6783", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", "id": "4817", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "52", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "1", "id": "4818", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", - "magic_level": "52", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "54", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "1", "id": "4819", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "54", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "56", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "56", + "safespot": null, + "lifepoints": "80", + "strength_level": "1", "id": "4820", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "56", - "lifepoints": "80", - "magic_animation": "0", - "magic_level": "56", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Vyrewatch", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4821", - "name": "Vyrewatch", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Vyrewatch", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4822", - "name": "Vyrewatch", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Vyrewatch", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4823", - "name": "Vyrewatch", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Vyrewatch", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4824", - "name": "Vyrewatch", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { - "id": "4825", - "name": "Vyrewatch", "examine": "A thirsty-looking", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "6783", + "range_animation": "0", "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", "magic_level": "50", - "melee_animation": "6783", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "50", "safespot": null, + "lifepoints": "71", "strength_level": "1", - "weakness": "4" + "id": "4825", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "4826", - "name": "Vyrewatch", "examine": "A thirsty-looking", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "6783", + "range_animation": "0", "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", "magic_level": "52", - "melee_animation": "6783", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "52", "safespot": null, + "lifepoints": "74", "strength_level": "1", - "weakness": "4" + "id": "4826", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "4827", - "name": "Vyrewatch", "examine": "A thirsty-looking", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "6783", + "range_animation": "0", "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", "magic_level": "54", - "melee_animation": "6783", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "4828", - "name": "Vyrewatch", - "examine": "A thirsty-looking", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", "death_animation": "6861", - "defence_animation": "0", - "defence_level": "56", - "lifepoints": "80", - "magic_animation": "0", - "magic_level": "56", + "name": "Vyrewatch", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "1", + "id": "4827", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A thirsty-looking", "melee_animation": "6783", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "4829", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", + "magic_level": "56", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4830", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4831", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4832", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4833", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4834", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4835", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4836", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4837", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4838", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4839", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4840", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4841", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4842", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4843", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4844", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4845", - "name": "Flying female vampire", - "examine": "A very high-ranking vampyre.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", + "weakness": "4", "magic_animation": "0", - "magic_level": "70", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "56", + "safespot": null, + "lifepoints": "80", + "strength_level": "1", + "id": "4828", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "4829", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "4830", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "4831", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "4832", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "4833", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "4834", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "4835", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "4836", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "4837", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "4838", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "4839", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "4840", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "4841", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "4842", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "4843", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "4844", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "A very high-ranking vampyre.", "melee_animation": "7435", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", + "magic_level": "70", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Flying female vampire", + "defence_level": "70", "safespot": null, + "lifepoints": "100", "strength_level": "1", - "weakness": "5" - }, - { - "id": "4846", - "name": "Flying female vampire" + "id": "4845", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "name": "Flying female vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "4847", - "name": "Flying female vampire", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Flying female vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "4848", - "name": "Flying female vampire", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "4849", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "4850", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "4851", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "4852", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4853", - "name": "Ezekial Lovecraft" - }, - { - "id": "4856", - "name": "Ezekial Lovecraft", - "examine": "Smells a bit fishy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4857", - "name": "Sarius Guile" - }, - { - "id": "4862", - "name": "Vanstrom Klause" - }, - { - "id": "4863", - "name": "Kennith" - }, - { - "id": "4864", - "name": "Kennith" - }, - { - "id": "4865", - "name": "Holgart" - }, - { - "id": "4867", - "name": "Holgart" - }, - { - "id": "4868", - "name": "Holgart", "examine": "Her knives tickle Thok.", - "aggressive": "true", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "28", "magic_animation": "0", + "name": "Holgart", + "defence_level": "60", + "safespot": null, + "lifepoints": "28", + "strength_level": "1", + "id": "4868", + "aggressive": "true", "range_level": "90", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "0" }, { - "id": "4869", - "name": "Fisherman" - }, - { - "id": "4870", - "name": "Fisherman", "examine": "Not Thok's pretty lass.", - "aggressive": "true", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "28", - "magic_animation": "0", "magic_level": "90", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4871", - "name": "Col. O'Niall" - }, - { - "id": "4872", - "name": "Col. O'Niall", - "examine": "A (semi) retired member of the Temple Knights.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "name": "Fisherman", + "defence_level": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "4873", - "name": "Col. O'Niall" - }, - { - "id": "4874", - "name": "Mayor Hobb", - "examine": "There's something fishy about him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4875", - "name": "Mayor Hobb" - }, - { - "id": "4876", - "name": "Brother Maledict" - }, - { - "id": "4878", - "name": "Brother Maledict", - "examine": "A fresh-faced and innocent priest.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4879", - "name": "Brother Maledict" - }, - { - "id": "4880", - "name": "Witchaven villager" - }, - { - "id": "4883", - "name": "Witchaven villager", - "examine": "A down on his luck fisherman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4884", - "name": "Witchaven villager" - }, - { - "id": "4885", - "name": "Witchaven villager", - "examine": "A down on her luck fisherman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4886", - "name": "Witchaven villager" - }, - { - "id": "4887", - "name": "Witchaven villager", - "examine": "A down on his luck fisherman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4888", - "name": "Witchaven villager" - }, - { - "id": "4889", - "name": "Mother Mallum" - }, - { - "id": "4890", - "name": "Slug Prince", - "examine": "A child of aquatic evil.", + "lifepoints": "28", + "strength_level": "1", + "id": "4870", "aggressive": "true", - "attack_level": "37", - "death_animation": "4830", - "defence_animation": "0", - "defence_level": "37", - "lifepoints": "105", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of aquatic evil.", "melee_animation": "4829", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "37", - "weakness": "9" - }, - { - "id": "4891", - "name": "Giant lobster" - }, - { - "id": "4893", - "name": "Giant Lobster", - "examine": "An extremely vicious lobster.", - "aggressive": "true", - "attack_level": "29", - "death_animation": "6267", "defence_animation": "0", - "defence_level": "29", - "lifepoints": "82", + "weakness": "9", "magic_animation": "0", + "death_animation": "4830", + "name": "Slug Prince", + "defence_level": "37", + "safespot": null, + "lifepoints": "105", + "strength_level": "37", + "id": "4890", + "aggressive": "true", + "range_level": "1", + "attack_level": "37" + }, + { + "examine": "An extremely vicious lobster.", "melee_animation": "6265", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6267", + "name": "Giant Lobster", + "defence_level": "29", "safespot": null, + "lifepoints": "82", "strength_level": "29", - "weakness": "9" + "id": "4893", + "aggressive": "true", + "range_level": "1", + "attack_level": "29" }, { - "id": "4894", - "name": "Sea slug", "examine": "A rather nasty looking crustacean.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4895", - "name": "Jeb", - "examine": "A villager named Jeb.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4896", - "name": "Jeb" - }, - { - "id": "4897", - "name": "Sir Tinley" - }, - { - "id": "4898", - "name": "Hobgoblin", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "3520,472,471", - "death_animation": "167", - "defence_animation": "163", - "defence_level": "1", - "lifepoints": "29", - "melee_animation": "164", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4899", - "name": "Cooking Tutor", - "examine": "Cordero looks ready to teach you how to cook.", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", + "name": "Sea slug", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4900", - "name": "Crafting Tutor", - "examine": "Cadmus, looking a little bit crafty.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4901", - "name": "Fishing Tutor", - "examine": "Finlay, mending a crayfish cage.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4902", - "name": "Mining Tutor", - "examine": "Monlum, surveying the rocks.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4903", - "name": "Prayer Tutor", - "examine": "Yauchomi, follower of Saradomin.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4904", - "name": "Smelting Tutor", - "examine": "Feoras looks a bit fiery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4905", - "name": "Smithing Tutor" - }, - { - "id": "4906", - "name": "Woodcutting Tutor", - "examine": "Wilfred, a chip off the old block.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4907", - "name": "Bank Tutor", - "examine": "Barb, ready to teach you about banking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4908", - "name": "Fishing spot" - }, - { - "id": "4909", - "name": "Fritz the Glassblower", - "examine": "His motives are see-through.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4910", - "name": "Earth elemental", - "examine": "An earth elemental.", - "aggressive": "false", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "1531,1533,1532", - "death_animation": "4870", - "defence_animation": "4869", - "defence_level": "35", - "lifepoints": "35", - "magic_level": "10", - "melee_animation": "4868", - "range_level": "30", - "respawn_delay": "5", - "safespot": null, - "strength_level": "35" - }, - { - "id": "4911", - "name": "Elemental rock", - "examine": "An elemental rock.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "1", - "weakness": "7" + "id": "4894", + "range_level": "1", + "attack_level": "1" }, { - "id": "4912", - "name": "Jig cart" + "melee_animation": "164", + "combat_audio": "3520,472,471", + "respawn_delay": "60", + "defence_animation": "163", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "1", + "id": "4898", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "4914", - "name": "Jig cart" + "examine": "Cordero looks ready to teach you how to cook.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cooking Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4899", + "range_level": "1", + "attack_level": "1" }, { - "id": "4915", - "name": "Jig cart" + "examine": "Cadmus, looking a little bit crafty.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Crafting Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4900", + "range_level": "1", + "attack_level": "1" }, { - "id": "4916", - "name": "Jig cart" + "examine": "Finlay, mending a crayfish cage.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishing Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4901", + "range_level": "1", + "attack_level": "1" }, { - "id": "4917", - "name": "Jig cart" + "examine": "Monlum, surveying the rocks.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mining Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4902", + "range_level": "1", + "attack_level": "1" }, { - "id": "4918", - "name": "Jig cart" + "examine": "Yauchomi, follower of Saradomin.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Prayer Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4903", + "range_level": "1", + "attack_level": "1" }, { - "id": "4919", - "name": "Abidor Crank" + "examine": "Feoras looks a bit fiery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Smelting Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4904", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Wilfred, a chip off the old block.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Woodcutting Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4906", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Barb, ready to teach you about banking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bank Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4907", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His motives are see-through.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fritz the Glassblower", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4909", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An earth elemental.", + "melee_animation": "4868", + "combat_audio": "1531,1533,1532", + "attack_speed": "6", + "magic_level": "10", + "respawn_delay": "5", + "defence_animation": "4869", + "death_animation": "4870", + "name": "Earth elemental", + "defence_level": "35", + "safespot": null, + "lifepoints": "35", + "strength_level": "35", + "id": "4910", + "aggressive": "false", + "range_level": "30", + "attack_level": "20" + }, + { + "examine": "An elemental rock.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Elemental rock", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4911", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A nasty overgrown rodent.", + "melee_animation": "4933", + "range_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4934", + "weakness": "9", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Giant crypt rat", + "defence_level": "65", + "safespot": null, + "lifepoints": "70", + "strength_level": "50", "id": "4920", - "name": "Giant crypt rat", - "examine": "A nasty overgrown rodent.", "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "65", - "lifepoints": "70", - "magic_animation": "4933", - "magic_level": "1", - "melee_animation": "4933", - "range_animation": "4933", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "50", - "weakness": "9" + "attack_level": "80" }, { + "examine": "A nasty overgrown rodent.", + "melee_animation": "4933", + "range_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4934", + "weakness": "9", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Giant crypt rat", + "defence_level": "65", + "safespot": null, + "lifepoints": "70", + "strength_level": "50", "id": "4921", - "name": "Giant crypt rat", - "examine": "A nasty overgrown rodent.", "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "65", - "lifepoints": "70", - "magic_animation": "4933", - "magic_level": "1", - "melee_animation": "4933", - "range_animation": "4933", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "50", - "weakness": "9" + "attack_level": "80" }, { + "examine": "Overgrown vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "4922", - "name": "Giant rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "5", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "8" + "attack_level": "5" }, { + "examine": "Overgrown vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "4923", - "name": "Giant rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "5", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "8" + "attack_level": "5" }, { + "examine": "Overgrown vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "4924", - "name": "Giant rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "5", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "8" + "attack_level": "5" }, { + "melee_animation": "4933", + "combat_audio": "703,705,704", + "defence_animation": "4934", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4925", - "name": "Giant rat", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "10", - "melee_animation": "4933", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Overgrown vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", "id": "4926", - "name": "Giant rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "7", - "weakness": "8" + "attack_level": "7" }, { + "examine": "Overgrown vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", "id": "4927", - "name": "Giant rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "7", - "weakness": "8" + "attack_level": "7" }, { + "examine": "Overgrown vermin.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", "id": "4928", - "name": "Dungeon rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "8" + "attack_level": "13" }, { + "examine": "Overgrown vermin.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", "id": "4929", - "name": "Dungeon rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "8" + "attack_level": "13" }, { + "examine": "They'll eat anything!", + "melee_animation": "5341", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5343", + "name": "Goat", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "4930", - "name": "Goat", - "examine": "They'll eat anything!", - "attack_level": "5", - "death_animation": "5343", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "5341", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "6" + "attack_level": "5" }, { + "examine": "They'll eat anything!", + "melee_animation": "5341", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5343", + "name": "Goat", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "4931", - "name": "Goat", - "examine": "They'll eat anything!", - "attack_level": "5", - "death_animation": "5343", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "5341", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "6" + "attack_level": "5" }, { - "id": "4932", - "name": "Billy Goat", "examine": "They'll eat anything!", - "attack_level": "11", - "death_animation": "5343", + "melee_animation": "5341", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5343", + "name": "Billy Goat", "defence_level": "11", + "safespot": null, "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "5341", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "11", - "weakness": "6" + "id": "4932", + "range_level": "1", + "attack_level": "11" }, { + "death_animation": "5343", + "name": "Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "21", + "melee_animation": "5341", + "strength_level": "1", "id": "4933", - "name": "Goat", - "attack_level": "1", - "death_animation": "5343", - "defence_animation": "5342", - "defence_level": "1", - "lifepoints": "21", - "melee_animation": "5341", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "5342" }, { + "death_animation": "5343", + "name": "Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "21", + "melee_animation": "5341", + "strength_level": "1", "id": "4934", - "name": "Goat", - "attack_level": "1", - "death_animation": "5343", - "defence_animation": "5342", - "defence_level": "1", - "lifepoints": "21", - "melee_animation": "5341", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "5342" }, { - "id": "4935", - "name": "Billy Goat", - "attack_level": "1", "death_animation": "5343", - "defence_animation": "5342", + "name": "Billy Goat", "defence_level": "1", + "safespot": null, "lifepoints": "28", "melee_animation": "5341", + "strength_level": "1", + "id": "4935", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "5342" }, { + "examine": "A dirty rat.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "8", "id": "4936", - "name": "Dungeon rat", - "examine": "A dirty rat.", "aggressive": "true", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { + "examine": "A dirty rat.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "8", "id": "4937", - "name": "Dungeon rat", - "examine": "A dirty rat.", "aggressive": "true", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { + "name": "Angry giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", "id": "4938", - "name": "Angry giant rat", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Angry giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", "id": "4939", - "name": "Angry giant rat", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4940", - "name": "Angry giant rat", "examine": "He looks a little on the cross side!", - "attack_level": "25", + "melee_animation": "4933", + "range_animation": "0", "combat_audio": "703,705,704", - "death_animation": "4935", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Angry giant rat", "defence_level": "25", + "safespot": null, "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "25", - "weakness": "9" + "id": "4940", + "range_level": "1", + "attack_level": "25" }, { - "id": "4941", - "name": "Blessed giant rat", "examine": "It's one of Iban's pet vermin.", - "attack_level": "12", + "range_animation": "0", "combat_audio": "703,705,704", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Blessed giant rat", "defence_level": "12", + "safespot": null, "lifepoints": "17", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "12", - "weakness": "9" + "id": "4941", + "range_level": "1", + "attack_level": "12" }, { + "melee_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "4942", - "name": "Giant rat", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "melee_animation": "4933", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "4943", - "name": "Giant rat", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "melee_animation": "4933", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4944", - "name": "Giant rat", "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "21", - "attack_speed": "5", - "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "23", - "lifepoints": "26", "melee_animation": "4933", - "range_level": "1", - "safespot": null, - "strength_level": "20" - }, - { - "id": "4945", + "attack_speed": "5", + "defence_animation": "4934", + "death_animation": "4935", "name": "Giant rat", - "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "21", - "attack_speed": "5", - "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", "defence_level": "23", - "lifepoints": "26", - "melee_animation": "4933", - "range_level": "1", "safespot": null, + "lifepoints": "26", "strength_level": "20", - "weakness": "9" - }, - { - "id": "4946", - "name": "Ignatius Vulcan" - }, - { - "id": "4947", - "name": "My Arm", - "examine": "Trollish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4948", - "name": "My Arm" - }, - { - "id": "4949", - "name": "My Arm" - }, - { - "id": "4950", - "name": "My Arm" - }, - { - "id": "4958", - "name": "My Arm" - }, - { - "id": "4959", - "name": "My Arm" - }, - { - "id": "4960", - "name": "Adventurer" - }, - { - "id": "4961", - "name": "Captain Barnaby" - }, - { - "id": "4962", - "name": "Captain Barnaby", - "examine": "An old sailor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4963", - "name": "Murcaily" - }, - { - "id": "4964", - "name": "Jagbakoba" - }, - { - "id": "4965", - "name": "Tool Leprechaun", - "examine": "It's a leprechaun sunbathing on a mountain.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4966", - "name": "Flies" - }, - { - "id": "4968", - "name": "Unnamed troll child" - }, - { - "id": "4969", - "name": "Drunken dwarf's leg" - }, - { - "id": "4970", - "name": "Baby Roc" - }, - { - "id": "4971", - "name": "Baby Roc", - "examine": "A mountain-dwelling bird. Cute", + "id": "4944", "aggressive": "true", - "attack_level": "40", - "death_animation": "5033", + "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", + "range_level": "1", + "attack_level": "21" + }, + { + "examine": "Overgrown vermin.", + "combat_audio": "703,705,704", + "melee_animation": "4933", + "attack_speed": "5", + "defence_animation": "4934", + "weakness": "9", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "23", + "safespot": null, + "lifepoints": "26", + "strength_level": "20", + "id": "4945", + "aggressive": "true", + "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", + "range_level": "1", + "attack_level": "21" + }, + { + "examine": "Trollish.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "100", "magic_animation": "0", + "death_animation": "0", + "name": "My Arm", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4947", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old sailor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Barnaby", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4962", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a leprechaun sunbathing on a mountain.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tool Leprechaun", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4965", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mountain-dwelling bird. Cute", "melee_animation": "5031", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5033", + "name": "Baby Roc", + "defence_level": "40", "safespot": null, + "lifepoints": "100", "strength_level": "40", - "weakness": "7" + "id": "4971", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" }, { - "id": "4972", - "name": "Giant Roc", "examine": "A very", - "aggressive": "true", - "attack_level": "55", - "death_animation": "5027", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "285", - "magic_animation": "0", - "magic_level": "55", "melee_animation": "5024", "range_animation": "5025", - "range_level": "55", + "magic_level": "55", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5027", + "name": "Giant Roc", + "defence_level": "55", "safespot": null, + "lifepoints": "285", "strength_level": "55", - "weakness": "10" + "id": "4972", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" }, { - "id": "4973", - "name": "Shadow" - }, - { - "id": "4974", - "name": "Captain Barnaby" - }, - { - "id": "4975", - "name": "Male slave", "examine": "It looks like he's been here a long time.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Male slave", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4975", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "4976", - "name": "Male slave" - }, - { - "id": "4977", - "name": "Female slave", "examine": "She looks like she's been down here a long time.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Female slave", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4978", - "name": "Female slave" - }, - { - "id": "4979", - "name": "Cart Camel" - }, - { - "id": "4980", - "name": "Mine Cart" - }, - { - "id": "4981", - "name": "Mine Cart" - }, - { - "id": "4982", - "name": "Ana" - }, - { - "id": "4983", - "name": "Mercenary" - }, - { - "id": "4984", - "name": "Irena" + "lifepoints": "10", + "strength_level": "1", + "id": "4977", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mercenary", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4989", - "name": "Mercenary", - "examine": "He looks a bit aggressive.", - "attack_level": "25", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mercenary", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4990", - "name": "Mercenary", - "examine": "He looks a bit aggressive.", - "attack_level": "25", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mercenary", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4991", - "name": "Mercenary", - "examine": "He looks a bit aggressive.", - "attack_level": "25", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mercenary", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4992", - "name": "Mercenary", - "examine": "He looks a bit aggressive.", - "attack_level": "25", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4993", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4994", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4995", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4996", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4997", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4998", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "4999", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5000", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5001", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5002", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5003", - "name": "Gublinch" - }, - { - "id": "5018", - "name": "Gublinch" - }, - { - "id": "5019", - "name": "Gublinch" - }, - { - "id": "5020", - "name": "Jack" - }, - { - "id": "5024", - "name": "Jill" - }, - { - "id": "5025", - "name": "Jeff" - }, - { - "id": "5026", - "name": "Egg launcher", "examine": "An apprentice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Egg launcher", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5026", + "range_level": "1", + "attack_level": "1" }, { - "id": "5027", - "name": "Egg launcher", "examine": "A tired old wizard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5028", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Egg launcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5027", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "An egg launcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Egg launcher", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5028", + "range_level": "1", + "attack_level": "1" }, { - "id": "5029", - "name": "Commander Connad", "examine": "A slightly more approachable barbarian.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Commander Connad", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5029", + "range_level": "1", + "attack_level": "1" }, { - "id": "5030", - "name": "Captain Cain", "examine": "He looks pretty mean.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Cain", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5030", + "range_level": "1", + "attack_level": "1" }, { - "id": "5031", - "name": "Private Paldo", "examine": "A stressed out barbarian private.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Private Paldo", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5031", + "range_level": "1", + "attack_level": "1" }, { - "id": "5032", + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Private Pendron", - "examine": "A barbarian private.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5032", + "range_level": "1", + "attack_level": "1" }, { - "id": "5033", + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Private Pierreb", - "examine": "A barbarian private.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5033", + "range_level": "1", + "attack_level": "1" }, { - "id": "5034", + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Private Paldon", - "examine": "A barbarian private.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5034", + "range_level": "1", + "attack_level": "1" }, { - "id": "5035", + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Major Attack", - "examine": "A barbarian army teacher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5035", + "range_level": "1", + "attack_level": "1" }, { - "id": "5036", + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Major Collect", - "examine": "A barbarian army teacher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5036", + "range_level": "1", + "attack_level": "1" }, { - "id": "5037", + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Major Defend", - "examine": "A barbarian army teacher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5037", + "range_level": "1", + "attack_level": "1" }, { - "id": "5038", + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Major Heal", - "examine": "A barbarian army teacher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5038", + "range_level": "1", + "attack_level": "1" }, { - "id": "5039", - "name": "Sergeant Sambur", "examine": "He's keeping a close eye on that nearby door.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sergeant Sambur", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5039", + "range_level": "1", + "attack_level": "1" }, { - "id": "5040", - "name": "Penance Fighter", "examine": "What on Gielinor is that?", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "670,672,671", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Penance Fighter", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5040", + "range_level": "1", + "attack_level": "1" }, { - "id": "5041", - "name": "Penance Ranger", "examine": "Shooty-shooty.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penance Ranger", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5041", + "range_level": "1", + "attack_level": "1" }, { - "id": "5042", - "name": "Penance Runner", "examine": "He's making a run for it!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penance Runner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5042", + "range_level": "1", + "attack_level": "1" }, { - "id": "5043", - "name": "Penance Healer", "examine": "A nasty piece of work.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5044", - "name": "Penance Fighter" - }, - { - "id": "5045", - "name": "Penance Fighter" - }, - { - "id": "5046", - "name": "Jack" - }, - { - "id": "5047", - "name": "Jill" - }, - { - "id": "5048", - "name": "Jeff", - "examine": "Not as strong as Thok.", - "aggressive": "true", - "attack_level": "80", - "death_animation": "836", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "22", "magic_animation": "0", - "magic_level": "80", + "death_animation": "0", + "name": "Penance Healer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5043", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not as strong as Thok.", "melee_animation": "401", "range_animation": "0", - "range_level": "80", - "safespot": null, - "strength_level": "80", - "weakness": "10" - }, - { - "id": "5049", - "name": "Auguste" - }, - { - "id": "5050", - "name": "Auguste" - }, - { - "id": "5051", - "name": "Auguste" - }, - { - "id": "5052", - "name": "Auguste" - }, - { - "id": "5053", - "name": "Assistant Serf" - }, - { - "id": "5054", - "name": "Assistant Brock" - }, - { - "id": "5055", - "name": "Assistant Marrow" - }, - { - "id": "5056", - "name": "Assistant Le Smith" - }, - { - "id": "5057", - "name": "Assistant Stan" - }, - { - "id": "5058", - "name": "Bob" - }, - { - "id": "5059", - "name": "Curly" - }, - { - "id": "5060", - "name": "Moe" - }, - { - "id": "5061", - "name": "Larry" - }, - { - "id": "5062", - "name": "Shark" - }, - { - "id": "5067", - "name": "Shark", - "examine": "Time to run away...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5068", - "name": "Shark" - }, - { - "id": "5069", - "name": "Shark" - }, - { - "id": "5070", - "name": "Tropical wagtail" - }, - { - "id": "5072", - "name": "Tropical wagtail", - "examine": "It blends in very well with its surroundings.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5073", - "name": "Crimson swift", - "examine": "This bird obviously doesn't believe in subtlety.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5074", - "name": "Cerulean twitch", - "examine": "Best served ice cold.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5075", - "name": "Golden warbler", - "examine": "Actually", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5076", - "name": "Copper longtail", - "examine": "Nothing much to get in a flap about.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5077", - "name": "Chinchompa" - }, - { - "id": "5079", - "name": "Chinchompa", - "examine": "Handle with care.", - "attack_level": "1", - "death_animation": "5183", - "defence_level": "1", - "lifepoints": "1", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5080", - "name": "Carnivorous chinchompa", - "examine": "It looks fluffy and cute; it's probably deadly.", - "attack_level": "2", - "death_animation": "5183", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "10", - "magic_animation": "0", - "magic_level": "2", - "melee_animation": "0", - "range_animation": "0", - "range_level": "2", - "safespot": null, - "strength_level": "2" - }, - { - "id": "5081", - "name": "Ferret", - "examine": "Wild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5082", - "name": "Black warlock", - "examine": "A black warlock. The air seems to distort wherever it passes.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5083", - "name": "Snowy knight", - "examine": "It's a snowy knight butterfly.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5084", - "name": "Sapphire glacialis", - "examine": "A sapphire glacialis. It doesn't look as pretentious as its name sounds.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5085", - "name": "Ruby harvest", - "examine": "It's a ruby harvest butterfly.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5086", - "name": "Prickly kebbit", - "examine": "Curls up into a ball to protect itself from attack.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5087", - "name": "Sabre-toothed kebbit", - "examine": "Now that's a big overbite.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5088", - "name": "Barb-tailed kebbit", - "examine": "It uses its tail to hunt and skewer fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5089", - "name": "Wild kebbit", - "examine": "That's a mean looking set of claws.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5090", - "name": "Matthias" - }, - { - "id": "5093", - "name": "Matthias" - }, - { - "id": "5094", - "name": "Gyr Falcon" - }, - { - "id": "5095", - "name": "Gyr Falcon" - }, - { - "id": "5096", - "name": "Gyr Falcon" - }, - { - "id": "5097", - "name": "Gyr Falcon", - "examine": "Ha! Thok much stronger.", - "aggressive": "true", - "attack_level": "80", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "22", - "magic_animation": "0", "magic_level": "80", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Jeff", + "defence_level": "40", + "safespot": null, + "lifepoints": "22", + "strength_level": "80", + "id": "5048", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "Time to run away...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shark", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5067", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It blends in very well with its surroundings.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tropical wagtail", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5072", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This bird obviously doesn't believe in subtlety.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Crimson swift", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5073", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Best served ice cold.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cerulean twitch", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5074", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Actually", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Golden warbler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5075", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nothing much to get in a flap about.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Copper longtail", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5076", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Chinchompa", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "5079", + "range_level": "1", + "attack_level": "1", + "death_animation": "5183", + "examine": "Handle with care." + }, + { + "examine": "It looks fluffy and cute; it's probably deadly.", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "2", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5183", + "name": "Carnivorous chinchompa", + "defence_level": "2", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "5080", + "range_level": "2", + "attack_level": "2" + }, + { + "examine": "Wild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ferret", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5081", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A black warlock. The air seems to distort wherever it passes.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Black warlock", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5082", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a snowy knight butterfly.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snowy knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5083", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A sapphire glacialis. It doesn't look as pretentious as its name sounds.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sapphire glacialis", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5084", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a ruby harvest butterfly.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ruby harvest", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5085", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Curls up into a ball to protect itself from attack.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Prickly kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5086", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Now that's a big overbite.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sabre-toothed kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5087", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It uses its tail to hunt and skewer fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barb-tailed kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5088", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "That's a mean looking set of claws.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wild kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5089", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Ha! Thok much stronger.", "melee_animation": "395", "range_animation": "0", - "range_level": "80", - "safespot": null, - "strength_level": "80", - "weakness": "10" - }, - { - "id": "5098", - "name": "Spotted kebbit", - "examine": "It seems to be on a permanent sugar rush.", - "attack_level": "1", - "death_animation": "0", + "magic_level": "80", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5099", - "name": "Dark kebbit", - "examine": "Quieter than a ninja mouse with slippers on.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5100", - "name": "Dashing kebbit", - "examine": "Now you see it; now you don't.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5101", - "name": "Sabre-toothed kyatt" - }, - { - "id": "5103", - "name": "Sabre-toothed kyatt", - "examine": "It's just like a big, white, furry, deadly can opener.", - "attack_level": "25", - "attack_speed": "5", - "death_animation": "5234", - "defence_animation": "404", - "defence_level": "99", - "lifepoints": "10", - "magic_animation": "5228", - "melee_animation": "5228", - "range_animation": "5228", - "range_level": "1", - "respawn_delay": "10", - "safespot": null, - "strength_level": "25" - }, - { - "id": "5104", - "name": "Spined larupia", - "examine": "If you tried to ride that, you'd just impale yourself!", - "attack_level": "15", - "attack_speed": "5", - "death_animation": "5234", - "defence_animation": "404", - "defence_level": "99", - "lifepoints": "10", - "magic_animation": "5228", - "melee_animation": "5228", - "range_animation": "5228", - "range_level": "1", - "safespot": null, - "strength_level": "15" - }, - { - "id": "5105", - "name": "Horned graahk", - "examine": "Get in a graahk's way and you're going to know about it... however briefly.", - "attack_level": "25", - "attack_speed": "5", - "death_animation": "5234", - "defence_animation": "404", - "defence_level": "99", - "lifepoints": "10", - "magic_animation": "5228", - "melee_animation": "5228", - "range_animation": "5228", - "range_level": "1", - "safespot": null, - "strength_level": "25" - }, - { - "id": "5106", - "name": "null", - "examine": "It's just like a big, white, furry, deadly can opener.", - "attack_level": "20", - "attack_speed": "5", - "death_animation": "9055", - "defence_animation": "404", + "death_animation": "836", + "name": "Gyr Falcon", "defence_level": "40", + "safespot": null, + "lifepoints": "22", + "strength_level": "80", + "id": "5097", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "It seems to be on a permanent sugar rush.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spotted kebbit", + "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "5228", + "strength_level": "1", + "id": "5098", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Quieter than a ninja mouse with slippers on.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dark kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5099", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Now you see it; now you don't.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dashing kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5100", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's just like a big, white, furry, deadly can opener.", "melee_animation": "5228", "range_animation": "5228", - "range_level": "1", + "attack_speed": "5", + "respawn_delay": "10", + "defence_animation": "404", + "magic_animation": "5228", + "death_animation": "5234", + "name": "Sabre-toothed kyatt", + "defence_level": "99", "safespot": null, - "strength_level": "20" + "lifepoints": "10", + "strength_level": "25", + "id": "5103", + "range_level": "1", + "attack_level": "25" }, { - "id": "5110", - "name": "Aleck" + "examine": "If you tried to ride that, you'd just impale yourself!", + "melee_animation": "5228", + "range_animation": "5228", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "5228", + "death_animation": "5234", + "name": "Spined larupia", + "defence_level": "99", + "safespot": null, + "lifepoints": "10", + "strength_level": "15", + "id": "5104", + "range_level": "1", + "attack_level": "15" }, { - "id": "5111", - "name": "Leon", - "examine": "He seems to be making odd sucking noises with his teeth." + "examine": "Get in a graahk's way and you're going to know about it... however briefly.", + "melee_animation": "5228", + "range_animation": "5228", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "5228", + "death_animation": "5234", + "name": "Horned graahk", + "defence_level": "99", + "safespot": null, + "lifepoints": "10", + "strength_level": "25", + "id": "5105", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "It's just like a big, white, furry, deadly can opener.", + "melee_animation": "5228", + "range_animation": "5228", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "5228", + "death_animation": "9055", + "name": "null", + "defence_level": "40", + "safespot": null, + "lifepoints": "10", + "strength_level": "20", + "id": "5106", + "range_level": "1", + "attack_level": "20" }, { - "id": "5112", - "name": "Hunting expert", "examine": "He must be good at hunting; even his hair blends in with the surroundings.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5113", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Hunting expert", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5112", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "With all the furs", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hunting expert", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5113", + "range_level": "1", + "attack_level": "1" }, { - "id": "5114", - "name": "Orange salamander", "examine": "Slightly slimy but kind of cute.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Orange salamander", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5114", + "range_level": "1", + "attack_level": "1" }, { - "id": "5115", - "name": "Red salamander", "examine": "Slightly slimy but certainly striking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Red salamander", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5115", + "range_level": "1", + "attack_level": "1" }, { - "id": "5116", - "name": "Black salamander", "examine": "Slightly slimy and somewhat menacing.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Black salamander", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5116", + "range_level": "1", + "attack_level": "1" }, { - "id": "5117", - "name": "Swamp lizard", "examine": "Very slimy and generally disgusting.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swamp lizard", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5118", - "name": "Eagle" + "lifepoints": "10", + "strength_level": "1", + "id": "5117", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A very large", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Eagle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5120", - "name": "Eagle", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A very large", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5121", - "name": "Eagle" - }, - { - "id": "5122", - "name": "Eagle" - }, - { - "id": "5123", - "name": "Eagle" - }, - { - "id": "5124", - "name": "Nickolaus" - }, - { - "id": "5127", - "name": "Nickolaus" - }, - { - "id": "5128", - "name": "Nickolaus" - }, - { - "id": "5129", - "name": "Nickolaus" - }, - { - "id": "5130", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Desert eagle", - "examine": "A very large", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5130", + "range_level": "1", + "attack_level": "1" }, { - "id": "5131", + "examine": "A very large", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Jungle eagle", - "examine": "A very large", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5131", + "range_level": "1", + "attack_level": "1" }, { - "id": "5132", + "examine": "A very large", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Polar eagle", - "examine": "A very large", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5132", + "range_level": "1", + "attack_level": "1" }, { - "id": "5133", - "name": "Eagle", "examine": "It seems to be protecting the nest.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5134", - "name": "Kebbit" - }, - { - "id": "5137", - "name": "Kebbit", - "aggressive": "true", - "attack_level": "1", - "defence_animation": "5305", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Eagle", "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5133", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Kebbit", + "defence_level": "1", + "safespot": null, "lifepoints": "40", "melee_animation": "5304", + "strength_level": "1", + "id": "5137", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "5305" }, { - "id": "5138", - "name": "Charlie" - }, - { - "id": "5139", - "name": "Boulder" - }, - { - "id": "5140", - "name": "Boulder", "examine": "Now", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5140", + "range_level": "1", + "attack_level": "1" }, { - "id": "5141", - "name": "Uri" - }, - { - "id": "5142", - "name": "Uri" - }, - { - "id": "5143", - "name": "Uri" - }, - { - "id": "5144", - "name": "Double agent", "examine": "He's playing both sides!", - "aggressive": "true", - "attack_level": "75", + "melee_animation": "422", + "range_animation": "0", "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "75", - "lifepoints": "85", - "magic_animation": "0", "magic_level": "75", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "75", - "weakness": "6" - }, - { - "id": "5145", - "name": "Double agent", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "120", + "name": "Double agent", + "defence_level": "75", + "safespot": null, + "lifepoints": "85", + "strength_level": "75", + "id": "5144", + "aggressive": "true", + "range_level": "1", + "attack_level": "75" + }, + { "melee_animation": "422", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Double agent", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "120", + "strength_level": "1", + "id": "5145", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5146", - "name": "Li'l lamb", "examine": "How cute!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Li'l lamb", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5146", + "range_level": "1", + "attack_level": "1" }, { - "id": "5147", - "name": "Lamb", "examine": "The black sheep of the family.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lamb", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5148", - "name": "Sheep" - }, - { - "id": "5149", - "name": "Sheep" - }, - { - "id": "5150", - "name": "Sheep" - }, - { - "id": "5151", - "name": "Sheep" - }, - { - "id": "5152", - "name": "Sheep" - }, - { - "id": "5153", - "name": "Sheep" - }, - { - "id": "5154", - "name": "Sheep" - }, - { - "id": "5155", - "name": "Sheep" - }, - { - "id": "5156", - "name": "Sheep" - }, - { - "id": "5157", - "name": "Sheep" - }, - { - "id": "5158", - "name": "Sheep" - }, - { - "id": "5159", - "name": "Sheep" - }, - { - "id": "5160", - "name": "Sheep" - }, - { - "id": "5161", - "name": "Sheep" + "lifepoints": "10", + "strength_level": "1", + "id": "5147", + "range_level": "1", + "attack_level": "1" }, { + "examine": "White and fluffy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheep", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5162", - "name": "Sheep", - "examine": "White and fluffy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "White and fluffy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheep", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5163", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "White and fluffy", "name": "Sheep", - "examine": "White and fluffy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "id": "5164" + }, + { + "examine": "This goat belongs to the mountain camp people.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain Goat", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5164", - "name": "Sheep", - "examine": "White and fluffy" - }, - { - "id": "5165", - "name": "Sheep" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "5166", - "name": "Mountain Goat", - "examine": "This goat belongs to the mountain camp people.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This goat belongs to the mountain camp people.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5167", - "name": "Mountain Goat", - "examine": "This goat belongs to the mountain camp people.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "White and fluffy.", + "melee_animation": "5338", + "combat_audio": "757,759,758", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "weakness": "9", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", "id": "5168", - "name": "Ram", - "examine": "White and fluffy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "757,759,758", - "death_animation": "5336", - "defence_animation": "5337", - "defence_level": "1", - "lifepoints": "8", - "melee_animation": "5338", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { + "examine": "White and fluffy.", + "melee_animation": "5338", + "combat_audio": "757,759,758", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "weakness": "9", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", "id": "5169", - "name": "Ram", - "examine": "White and fluffy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "757,759,758", - "death_animation": "5336", - "defence_animation": "5337", - "defence_level": "1", - "lifepoints": "8", - "melee_animation": "5338", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { + "examine": "White and fluffy.", + "melee_animation": "5338", + "range_animation": "0", + "combat_audio": "757,759,758", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", "id": "5170", - "name": "Ram", - "examine": "White and fluffy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "757,759,758", - "death_animation": "5336", - "defence_animation": "5337", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "0", - "melee_animation": "5338", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { - "id": "5171", - "name": "Mountain goat", "examine": "This beast doesn't need climbing boots.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain goat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5171", + "range_level": "1", + "attack_level": "1" }, { - "id": "5172", - "name": "Golden sheep", "examine": "Freshly shorn.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5173", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Golden sheep", - "examine": "Lovely thick wool.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "5172", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lovely thick wool.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5174", - "name": "Ogre chieftain" - }, - { - "id": "5175", - "name": "Ogre shaman" - }, - { - "id": "5176", - "name": "Ogre shaman", - "examine": "Seems intelligent... for an ogre.", - "aggressive": "true", - "attack_level": "65", - "combat_style": "2", "defence_animation": "0", - "defence_level": "65", - "lifepoints": "371", "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "death_animation": "0", + "name": "Golden sheep", + "defence_level": "1", "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5173", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems intelligent... for an ogre.", + "combat_style": "2", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre shaman", + "defence_level": "65", + "safespot": null, + "lifepoints": "371", "strength_level": "65", - "weakness": "7" - }, - { - "id": "5177", - "name": "Ogre shaman" - }, - { - "id": "5178", - "name": "Blue dragon", - "examine": "A mother dragon.", + "id": "5176", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A mother dragon.", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "89", + "weakness": "3", "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", "strength_level": "95", - "weakness": "3" - }, - { - "id": "5179", - "name": "Elkoy" - }, - { - "id": "5180", - "name": "Ogre shaman" + "id": "5178", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "95" }, { + "examine": "Seems intelligent... for an ogre.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre shaman", + "defence_level": "65", + "safespot": null, + "lifepoints": "371", + "strength_level": "65", "id": "5181", - "name": "Ogre shaman", - "examine": "Seems intelligent... for an ogre.", - "attack_level": "65", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "371", - "magic_animation": "0", - "range_animation": "0", "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Seems intelligent... for an ogre.", + "combat_style": "2", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre shaman", + "defence_level": "65", "safespot": null, + "lifepoints": "371", "strength_level": "65", - "weakness": "7" - }, - { - "id": "5182", - "name": "Elkoy" - }, - { - "id": "5183", - "name": "Ogre shaman" - }, - { "id": "5184", - "name": "Ogre shaman", - "examine": "Seems intelligent... for an ogre.", "aggressive": "true", - "attack_level": "65", - "combat_style": "2", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "371", - "magic_animation": "0", - "range_animation": "0", "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Seems intelligent... for an ogre.", + "combat_style": "2", + "range_animation": "0", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre shaman", + "defence_level": "65", "safespot": null, + "lifepoints": "371", "strength_level": "65", - "weakness": "7" - }, - { - "id": "5185", - "name": "Biggleswade" - }, - { - "id": "5186", - "name": "Ogre shaman" - }, - { "id": "5187", - "name": "Ogre shaman", - "examine": "Seems intelligent... for an ogre.", "aggressive": "true", - "attack_level": "65", - "combat_style": "2", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "371", - "magic_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "7" + "attack_level": "65" }, { - "id": "5188", - "name": "Saff Waldon", "examine": "It's Nial", - "aggressive": "true", - "attack_level": "58", - "death_animation": "8948", - "defence_animation": "0", - "defence_level": "58", - "lifepoints": "165", - "magic_animation": "0", - "magic_level": "58", "melee_animation": "8946", "range_animation": "0", - "range_level": "58", + "magic_level": "58", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8948", + "name": "Saff Waldon", + "defence_level": "58", "safespot": null, + "lifepoints": "165", "strength_level": "58", - "weakness": "10" - }, - { - "id": "5189", - "name": "Ogre shaman" + "id": "5188", + "aggressive": "true", + "range_level": "58", + "attack_level": "58" }, { + "examine": "Seems intelligent. For an ogre.", + "combat_style": "2", + "name": "Ogre shaman", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", "id": "5190", - "name": "Ogre shaman", - "examine": "Seems intelligent. For an ogre.", "aggressive": "true", - "attack_level": "1", - "combat_style": "2", - "defence_level": "1", - "lifepoints": "1", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Seems intelligent. For an ogre.", + "combat_style": "2", + "name": "Ogre shaman", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5191", - "name": "Blaze Sharpeye" - }, - { - "id": "5192", - "name": "Ogre shaman" - }, - { + "lifepoints": "1", + "strength_level": "1", "id": "5193", - "name": "Ogre shaman", - "examine": "Seems intelligent. For an ogre.", "aggressive": "true", - "attack_level": "1", - "combat_style": "2", - "defence_level": "1", - "lifepoints": "1", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "A wizard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5194", - "name": "Blaze Sharpeye" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "5195", - "name": "Wizard", - "examine": "A wizard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A wizard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5196", - "name": "Wizard", - "examine": "A wizard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A wizard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5197", - "name": "Wizard", - "examine": "A wizard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5198", - "name": "Ava", - "examine": "She's watching you." - }, - { - "id": "5199", - "name": "Witch" - }, - { - "id": "5200", - "name": "Witch", - "examine": "The hat's a dead giveaway." - }, - { - "id": "5201", - "name": "Alice's husband" - }, - { - "id": "5203", - "name": "Alice's husband" - }, - { - "id": "5204", - "name": "Alice's husband", "examine": "She needs to work out before facing Thok.", - "aggressive": "true", - "attack_level": "80", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "22", - "magic_animation": "0", - "magic_level": "80", "melee_animation": "7041", "range_animation": "0", - "range_level": "80", + "magic_level": "80", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Alice's husband", + "defence_level": "40", "safespot": null, + "lifepoints": "22", "strength_level": "80", - "weakness": "10" + "id": "5204", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { - "id": "5205", - "name": "Alice's husband" - }, - { - "id": "5206", - "name": "Tree" - }, - { - "id": "5208", - "name": "Undead tree" - }, - { - "id": "5209", - "name": " Sneaky undead fowl" - }, - { - "id": "5210", - "name": "Cow1337killr" - }, - { - "id": "5211", - "name": "Undead cow", "examine": "It's an undead cow.", - "aggressive": "false", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "5849", - "magic_level": "1", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "5", + "defence_animation": "5850", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Undead cow", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5212", - "name": "Alice" - }, - { - "id": "5213", - "name": "Penance Fighter" - }, - { - "id": "5214", - "name": "Penance Fighter" - }, - { - "id": "5215", - "name": "Penance Fighter" - }, - { - "id": "5216", - "name": "Penance Fighter" - }, - { - "id": "5217", - "name": "Penance Fighter" - }, - { - "id": "5218", - "name": "Penance Fighter" - }, - { - "id": "5219", - "name": "Penance Fighter" - }, - { - "id": "5220", - "name": "Penance Runner" - }, - { - "id": "5221", - "name": "Penance Runner" - }, - { - "id": "5222", - "name": "Penance Runner" - }, - { - "id": "5223", - "name": "Penance Runner" - }, - { - "id": "5224", - "name": "Penance Runner" - }, - { - "id": "5225", - "name": "Penance Runner" - }, - { - "id": "5226", - "name": "Penance Runner" - }, - { - "id": "5227", - "name": "Penance Runner" - }, - { - "id": "5228", - "name": "Penance Runner" + "lifepoints": "8", + "strength_level": "1", + "id": "5211", + "aggressive": "false", + "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Shooty-shooty.", + "combat_style": "1", + "melee_animation": "5395", + "respawn_delay": "60", + "defence_animation": "5396", + "death_animation": "5937", + "name": "Penance Ranger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5229", - "name": "Penance Ranger", - "examine": "Shooty-shooty.", "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "5937", - "defence_animation": "5396", - "defence_level": "1", - "lifepoints": "10", - "melee_animation": "5395", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Shooty-shooty.", + "combat_style": "1", + "melee_animation": "5395", "respawn_delay": "60", + "defence_animation": "5396", + "death_animation": "5937", + "name": "Penance Ranger", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5230", - "name": "Penance Ranger" - }, - { - "id": "5231", - "name": "Penance Ranger" - }, - { - "id": "5232", - "name": "Penance Ranger" - }, - { - "id": "5233", - "name": "Penance Ranger" - }, - { - "id": "5234", - "name": "Penance Ranger" - }, - { - "id": "5235", - "name": "Penance Ranger" - }, - { - "id": "5236", - "name": "Penance Ranger" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "5237", - "name": "Penance Ranger", - "examine": "Shooty-shooty.", "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "5937", - "defence_animation": "5396", - "defence_level": "1", - "lifepoints": "10", - "melee_animation": "5395", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5238", - "name": "Penance Healer" - }, - { - "id": "5239", - "name": "Penance Healer" - }, - { - "id": "5240", - "name": "Penance Healer" - }, - { - "id": "5241", - "name": "Penance Healer" - }, - { - "id": "5242", - "name": "Penance Healer" - }, - { - "id": "5243", - "name": "Penance Healer" - }, - { - "id": "5244", - "name": "Penance Healer" - }, - { - "id": "5245", - "name": "Penance Healer" - }, - { - "id": "5246", - "name": "Penance Healer" - }, - { - "id": "5247", - "name": "Penance Queen", "examine": "Run away! Run away!", - "aggressive": "true", - "attack_level": "260", - "death_animation": "5412", - "defence_animation": "0", - "defence_level": "132", - "lifepoints": "71", - "magic_animation": "0", "melee_animation": "5411", "range_animation": "0", - "range_level": "116", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5412", + "name": "Penance Queen", + "defence_level": "132", "safespot": null, - "strength_level": "260" + "lifepoints": "71", + "strength_level": "260", + "id": "5247", + "aggressive": "true", + "range_level": "116", + "attack_level": "260" }, { - "id": "5248", - "name": "Queen spawn", "examine": "What's it looking at?", - "aggressive": "true", - "attack_level": "60", - "death_animation": "5093", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "450", - "magic_animation": "0", "melee_animation": "5092", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5093", + "name": "Queen spawn", + "defence_level": "50", "safespot": null, - "strength_level": "60" + "lifepoints": "450", + "strength_level": "60", + "id": "5248", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" }, { - "id": "5249", - "name": "Captain Errdo", "examine": "He looks embarrassed", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Errdo", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5249", + "range_level": "1", + "attack_level": "1" }, { - "id": "5250", - "name": "Scarab mage", "examine": "Part scarab, part man.", - "aggressive": "true", - "attack_level": "40", "combat_style": "2", - "death_animation": "7616", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "54", "melee_animation": "7615", "range_animation": "0", - "range_level": "1", + "magic_level": "54", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7616", + "name": "Scarab mage", + "defence_level": "54", "safespot": null, + "lifepoints": "77", "strength_level": "40", - "weakness": "3" + "id": "5250", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" }, { - "id": "5251", - "name": "Locust rider", "examine": "A mounted lancer.", - "aggressive": "true", - "attack_level": "54", - "death_animation": "7581", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", "melee_animation": "7584", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7581", + "name": "Locust rider", + "defence_level": "54", "safespot": null, + "lifepoints": "77", "strength_level": "54", - "weakness": "7" + "id": "5251", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" }, { - "id": "5252", - "name": "Locust rider", "examine": "A mounted archer.", - "aggressive": "true", - "attack_level": "40", - "death_animation": "7581", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", "melee_animation": "5451", "range_animation": "5451", - "range_level": "54", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "7581", + "name": "Locust rider", + "defence_level": "54", "safespot": null, + "lifepoints": "77", "strength_level": "40", - "weakness": "2" + "id": "5252", + "aggressive": "true", + "range_level": "54", + "attack_level": "40" }, { - "id": "5253", - "name": "Giant scarab", "examine": "A huge scarab beast.", - "aggressive": "true", - "attack_level": "62", - "death_animation": "5456", - "defence_animation": "0", - "defence_level": "62", - "lifepoints": "571", - "magic_animation": "0", - "magic_level": "62", "melee_animation": "5457", "range_animation": "0", - "range_level": "62", + "magic_level": "62", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5456", + "name": "Giant scarab", + "defence_level": "62", "safespot": null, + "lifepoints": "571", "strength_level": "62", - "weakness": "10" + "id": "5253", + "aggressive": "true", + "range_level": "62", + "attack_level": "62" }, { - "id": "5254", - "name": "Scarab mage", "examine": "Part scarab, part man.", - "aggressive": "true", - "attack_level": "1", "combat_style": "2", - "death_animation": "7616", - "defence_animation": "7617", - "defence_level": "1", - "lifepoints": "50", "melee_animation": "7615", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5255", - "name": "Locust rider" - }, - { - "id": "5256", - "name": "Locust rider" - }, - { - "id": "5257", - "name": "Banker" - }, - { - "id": "5258", - "name": "Banker", - "examine": "He can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "defence_animation": "7617", + "death_animation": "7616", + "name": "Scarab mage", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5259", - "name": "Banker" - }, - { - "id": "5260", - "name": "Banker", - "examine": "She can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5261", - "name": "Stonemason" - }, - { - "id": "5263", - "name": "Nathifa" - }, - { - "id": "5265", - "name": "Urbi" - }, - { - "id": "5267", - "name": "Jamila" - }, - { - "id": "5269", - "name": "Sophanem guard" - }, - { - "id": "5270", - "name": "Sophanem guard", - "examine": "A guard of Sophanem.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5271", - "name": "Sophanem guard" - }, - { - "id": "5273", - "name": "Sophanem guard" - }, - { - "id": "5274", - "name": "Sophanem guard", - "examine": "A guard of Sophanem.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5275", - "name": "Sophanem guard" - }, - { - "id": "5277", - "name": "Menaphite guard", - "examine": "A guard of Menaphos.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5278", - "name": "Coenus" - }, - { - "id": "5279", - "name": "Jex" - }, - { - "id": "5280", - "name": "Maisa" - }, - { - "id": "5282", - "name": "Osman" - }, - { - "id": "5285", - "name": "Osman", - "examine": "Flings annoying splinters at Thok.", + "lifepoints": "50", + "strength_level": "1", + "id": "5254", "aggressive": "true", - "attack_level": "80", - "death_animation": "836", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can look after my money.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "22", "magic_animation": "0", - "magic_level": "80", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5258", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5260", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard of Sophanem.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sophanem guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5270", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard of Sophanem.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sophanem guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5274", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard of Menaphos.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Menaphite guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5277", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Flings annoying splinters at Thok.", "melee_animation": "426", "range_animation": "426", - "range_level": "80", + "magic_level": "80", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Osman", + "defence_level": "40", "safespot": null, + "lifepoints": "22", "strength_level": "80", - "weakness": "10" - }, - { - "id": "5286", - "name": "Osman" - }, - { - "id": "5287", - "name": "Osman" - }, - { - "id": "5288", - "name": "Embalmer" - }, - { - "id": "5289", - "name": "Carpenter" - }, - { - "id": "5290", - "name": "Linen worker" - }, - { - "id": "5291", - "name": "Priest" - }, - { - "id": "5292", - "name": "Giant scarab" + "id": "5285", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5293", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5294", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5295", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5296", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5297", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5298", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5299", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5300", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5301", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5302", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5303", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5304", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "range_animation": "5568", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5567", + "slayer_exp": "30", + "magic_animation": "5568", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "10", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", "id": "5305", - "name": "Zombie", - "examine": "Brains!", - "attack_level": "11", - "attack_speed": "5", "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "10", - "lifepoints": "18", - "magic_animation": "5568", - "melee_animation": "5568", - "range_animation": "5568", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "11" }, { - "id": "5306", - "name": "Zombie", "examine": "Brains!", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "5568", "combat_audio": "931,923,922", - "death_animation": "5569", + "respawn_delay": "60", "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", "defence_level": "1", + "safespot": null, "lifepoints": "22", - "melee_animation": "5568", + "strength_level": "1", + "id": "5306", + "aggressive": "true", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5307", - "name": "Zombie", "examine": "Brains!", - "attack_level": "11", - "attack_speed": "5", - "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "10", - "lifepoints": "18", - "magic_animation": "5568", "melee_animation": "5568", "range_animation": "5568", - "range_level": "1", + "combat_audio": "931,923,922", + "attack_speed": "5", "respawn_delay": "30", - "safespot": null, + "defence_animation": "5567", "slayer_exp": "30", - "strength_level": "1" + "magic_animation": "5568", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "10", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", + "id": "5307", + "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "11" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", "id": "5308", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "24", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5309", - "name": "Zombie", "examine": "Brains!", - "attack_level": "15", - "attack_speed": "5", - "bonuses": "10,15,16,16,15,16,16,10,10,16,15,15,15,15,15", + "melee_animation": "5571", + "range_animation": "5571", "combat_audio": "931,923,922", - "death_animation": "5575", + "attack_speed": "5", + "respawn_delay": "30", "defence_animation": "5574", + "slayer_exp": "30", + "magic_animation": "5571", + "death_animation": "5575", + "name": "Zombie", "defence_level": "16", - "lifepoints": "40", - "magic_animation": "5571", - "melee_animation": "5571", - "range_animation": "5571", - "range_level": "1", - "respawn_delay": "30", "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "lifepoints": "40", + "strength_level": "1", + "id": "5309", + "bonuses": "10,15,16,16,15,16,16,10,10,16,15,15,15,15,15", + "range_level": "1", + "attack_level": "15" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", "id": "5310", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "24", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", "id": "5311", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "24", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", "id": "5312", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "24", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", "id": "5313", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "24", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5314", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5315", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5316", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5317", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5318", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Examine not added", + "melee_animation": "5571", + "range_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5574", + "slayer_exp": "30", + "magic_animation": "5571", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "20", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", "id": "5319", - "name": "Zombie", - "examine": "Examine not added", - "attack_level": "15", - "attack_speed": "5", "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "20", - "lifepoints": "40", - "magic_animation": "5571", - "melee_animation": "5571", - "range_animation": "5571", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "15" }, { + "examine": "Examine not added", + "melee_animation": "5571", + "range_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5574", + "slayer_exp": "30", + "magic_animation": "5571", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "20", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", "id": "5320", - "name": "Zombie", - "examine": "Examine not added", - "attack_level": "18", - "attack_speed": "5", "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "20", - "lifepoints": "40", - "magic_animation": "5571", - "melee_animation": "5571", - "range_animation": "5571", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "18" }, { + "examine": "Examine not added", + "melee_animation": "5571", + "range_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5574", + "slayer_exp": "30", + "magic_animation": "5571", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "20", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", "id": "5321", - "name": "Zombie", - "examine": "Examine not added", - "attack_level": "18", - "attack_speed": "5", "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "20", - "lifepoints": "40", - "magic_animation": "5571", - "melee_animation": "5571", - "range_animation": "5571", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "18" }, { - "id": "5322", - "name": "Zombie", "examine": "Dead man walking.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "5", - "bonuses": "21,19,20,42,44,34,41,38,40,21,0,0,0,0,0", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "23", - "lifepoints": "30", - "magic_animation": "5571", "melee_animation": "5571", "range_animation": "5571", - "range_level": "1", - "safespot": null, + "combat_audio": "931,923,922", + "attack_speed": "5", + "defence_animation": "5574", "slayer_exp": "30", - "strength_level": "19" + "magic_animation": "5571", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "23", + "safespot": null, + "lifepoints": "30", + "strength_level": "19", + "id": "5322", + "aggressive": "true", + "bonuses": "21,19,20,42,44,34,41,38,40,21,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5323", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5324", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5325", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5326", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5327", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5328", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5329", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5330", - "name": "Zombie", "examine": "", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", "melee_animation": "5568", - "range_level": "1", + "combat_audio": "931,923,922", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5567", "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "5331", + "death_animation": "5569", "name": "Zombie", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", "defence_level": "1", + "safespot": null, "lifepoints": "30", + "strength_level": "1", + "id": "5330", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "5568", - "range_level": "1", + "combat_audio": "931,923,922", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5567", "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "5332", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "15", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "17", - "lifepoints": "29", - "magic_level": "1", - "melee_animation": "5485", - "range_level": "1", - "respawn_delay": "70", - "safespot": null, - "strength_level": "18", - "weakness": "8" - }, - { - "id": "5333", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "15", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "17", - "lifepoints": "29", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "70", - "safespot": null, - "strength_level": "18", - "weakness": "8" - }, - { - "id": "5334", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "15", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "17", - "lifepoints": "29", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "70", - "safespot": null, - "strength_level": "18", - "weakness": "8" - }, - { - "id": "5335", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "11", - "attack_speed": "6", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", + "death_animation": "5569", + "name": "Zombie", "defence_level": "1", - "lifepoints": "24", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", "safespot": null, - "strength_level": "11" - }, - { - "id": "5336", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "11", - "attack_speed": "6", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "1", - "lifepoints": "24", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "strength_level": "11" - }, - { - "id": "5337", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", + "lifepoints": "30", + "strength_level": "1", + "id": "5331", "aggressive": "true", - "attack_level": "24", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "24", - "lifepoints": "17", - "magic_animation": "5485", - "magic_level": "1", - "melee_animation": "5485", - "range_animation": "5485", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "24", - "weakness": "8" + "attack_level": "1" }, { - "id": "5338", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "12", - "attack_speed": "6", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "23", - "lifepoints": "17", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "8" - }, - { - "id": "5339", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "12", - "attack_speed": "6", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "23", - "lifepoints": "17", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "8" - }, - { - "id": "5340", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "12", - "attack_speed": "6", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "23", - "lifepoints": "17", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "8" - }, - { - "id": "5341", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "42", + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5503", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "5499", - "range_animation": "0", - "range_level": "1", + "magic_level": "18", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "18", "safespot": null, - "strength_level": "42", - "weakness": "8" - }, - { + "lifepoints": "25", + "strength_level": "1", "id": "5342", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "5532", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5343", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5344", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "5532", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5345", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "5532", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5346", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5347", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "5532", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5348", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "5532", - "range_animation": "0", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5533", "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", "strength_level": "1", - "weakness": "5" - }, - { "id": "5349", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5350", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5351", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5352", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5353", - "name": "Undead one", "examine": "A minion of Rashiliyia.", - "aggressive": "true", - "attack_level": "32", - "attack_speed": "5", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", "melee_animation": "5485", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "32", "safespot": null, + "lifepoints": "45", "strength_level": "32", - "weakness": "8" + "id": "5353", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" }, { - "id": "5354", - "name": "Undead one", "examine": "A minion of Rashiliyia.", - "attack_level": "33", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", - "magic_animation": "0", "melee_animation": "5487", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "33", "safespot": null, + "lifepoints": "47", "strength_level": "33", - "weakness": "8" + "id": "5354", + "range_level": "1", + "attack_level": "33" }, { + "examine": "The animated dead; one of Rashiliyia's minions.", + "melee_animation": "5568", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5569", + "name": "Undead one", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", "id": "5355", - "name": "Undead one", - "examine": "The animated dead; one of Rashiliyia's minions.", "aggressive": "true", - "attack_level": "32", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "5568", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "32", - "weakness": "8" + "attack_level": "32" }, { + "examine": "The animated dead; one of Rashiliyia's minions.", + "melee_animation": "5568", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5569", + "name": "Undead one", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", "id": "5356", - "name": "Undead one", - "examine": "The animated dead; one of Rashiliyia's minions.", "aggressive": "true", - "attack_level": "32", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "5568", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "32", - "weakness": "8" + "attack_level": "32" }, { + "examine": "The animated dead; one of Rashiliyia's minions.", + "melee_animation": "5571", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5575", + "name": "Undead one", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", "id": "5357", - "name": "Undead one", - "examine": "The animated dead; one of Rashiliyia's minions.", "aggressive": "true", - "attack_level": "33", - "attack_speed": "5", - "death_animation": "5575", - "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", - "magic_animation": "0", - "melee_animation": "5571", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "33", - "weakness": "8" + "attack_level": "33" }, { + "examine": "The animated dead; one of Rashiliyia's minions.", + "melee_animation": "5571", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5575", + "name": "Undead one", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", "id": "5358", - "name": "Undead one", - "examine": "The animated dead; one of Rashiliyia's minions.", "aggressive": "true", - "attack_level": "33", - "attack_speed": "5", - "death_animation": "5575", - "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", - "magic_animation": "0", - "melee_animation": "5571", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "33", - "weakness": "8" + "attack_level": "33" }, { - "id": "5359", - "name": "Giant skeleton", "examine": "A giant skeleton.", - "attack_level": "60", - "death_animation": "5503", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", "melee_animation": "5499", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5503", + "name": "Giant skeleton", + "defence_level": "60", "safespot": null, + "lifepoints": "85", "strength_level": "60", - "weakness": "8" + "id": "5359", + "range_level": "1", + "attack_level": "60" }, { - "id": "5360", - "name": "Mummy ashes" - }, - { - "id": "5361", - "name": "Waterfiend", "examine": "A fiendish embodiment of water.", - "aggressive": "true", - "attack_level": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,100,100,10,100,100,0,0,0,0,0", - "combat_audio": "3774,3773,3772", "combat_style": "1", - "death_animation": "300", - "defence_animation": "301", - "defence_level": "128", - "lifepoints": "128", - "magic_animation": "299", - "magic_level": "105", "melee_animation": "299", - "poison_immune": "true", - "projectile": "16", "range_animation": "299", - "range_level": "105", - "safespot": null, - "strength_level": "0", - "weakness": "4" - }, - { - "id": "5362", - "name": "Brutal green dragon", - "examine": "It appears to be intelligent and savage.", - "aggressive": "true", - "attack_level": "268", + "combat_audio": "3774,3773,3772", "attack_speed": "4", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "168", - "lifepoints": "175", - "magic_animation": "91", - "magic_level": "168", - "melee_animation": "91", + "magic_level": "105", + "defence_animation": "301", + "weakness": "4", + "magic_animation": "299", + "death_animation": "300", + "name": "Waterfiend", + "defence_level": "128", "poison_immune": "true", - "range_animation": "91", - "range_level": "0", "safespot": null, - "slayer_exp": "183", - "strength_level": "168", - "weakness": "3" + "lifepoints": "128", + "strength_level": "0", + "id": "5361", + "aggressive": "true", + "bonuses": "0,0,0,0,0,100,100,10,100,100,0,0,0,0,0", + "range_level": "105", + "projectile": "16", + "attack_level": "0" }, { - "id": "5363", - "name": "Mithril dragon", - "examine": "Experimenting with mithril gone bad!", - "aggressive": "true", - "attack_level": "268", + "examine": "It appears to be intelligent and savage.", + "melee_animation": "91", + "range_animation": "91", + "combat_audio": "408,410,409", "attack_speed": "4", + "magic_level": "168", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "183", + "magic_animation": "91", + "death_animation": "92", + "name": "Brutal green dragon", + "defence_level": "168", + "poison_immune": "true", + "safespot": null, + "lifepoints": "175", + "strength_level": "168", + "id": "5362", + "aggressive": "true", + "clue_level": "2", + "range_level": "0", + "attack_level": "268" + }, + { + "examine": "Experimenting with mithril gone bad!", + "melee_animation": "91", + "range_animation": "91", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "168", + "respawn_delay": "30", + "defence_animation": "89", + "weakness": "8", + "slayer_exp": "273", + "magic_animation": "91", + "death_animation": "92", + "name": "Mithril dragon", + "defence_level": "268", + "safespot": null, + "lifepoints": "254", + "strength_level": "268", + "id": "5363", + "aggressive": "true", "bonuses": "0,0,0,0,0,50,100,70,30,90,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "268", - "lifepoints": "254", - "magic_animation": "91", - "magic_level": "168", - "melee_animation": "91", - "range_animation": "91", "range_level": "168", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "273", - "strength_level": "268", - "weakness": "8" + "attack_level": "268" }, { - "id": "5364", + "weakness": "7", + "examine": "It appears to be intelligent and savage.", "name": "Confused barbarian", - "examine": "He looks about, blankly.", - "attack_level": "70", - "attack_speed": "6", "defence_level": "50", + "safespot": null, "lifepoints": "175", - "range_level": "167", - "safespot": null, "strength_level": "167", - "weakness": "7" + "attack_speed": "6", + "id": "5364", + "range_level": "167", + "attack_level": "70" }, { - "id": "5365", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "34", + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "34", - "weakness": "7" - }, - { - "id": "5366", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", "defence_level": "1", - "lifepoints": "60", - "melee_animation": "5485", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "5367", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5485", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5368", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "85", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { + "lifepoints": "36", + "strength_level": "1", "id": "5369", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "36", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "36", + "strength_level": "1", "id": "5370", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "36", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "36", + "strength_level": "1", "id": "5371", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "36", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5372", - "name": "Ghost", "examine": "Why does it attack with twigs? Swords and axes much better.", - "aggressive": "true", - "attack_level": "80", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "40", - "lifepoints": "36", - "magic_animation": "0", - "magic_level": "80", "melee_animation": "5532", "range_animation": "426", - "range_level": "80", - "safespot": null, + "combat_audio": "436,439,438", + "magic_level": "80", + "defence_animation": "5533", + "weakness": "10", "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "40", + "safespot": null, + "lifepoints": "36", "strength_level": "80", - "weakness": "10" + "id": "5372", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { - "id": "5373", - "name": "Ghost", "examine": "Are these twigs meant to hurt Thok?", - "aggressive": "true", - "attack_level": "80", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "40", - "lifepoints": "36", - "magic_animation": "0", - "magic_level": "80", "melee_animation": "5532", "range_animation": "426", - "range_level": "80", - "safespot": null, + "combat_audio": "436,439,438", + "magic_level": "80", + "defence_animation": "5533", + "weakness": "10", "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "40", + "safespot": null, + "lifepoints": "36", "strength_level": "80", - "weakness": "10" + "id": "5373", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { - "id": "5374", - "name": "Ghost", "examine": "It thinks it scary. Thok show it scary.", - "aggressive": "true", - "attack_level": "80", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "70", - "lifepoints": "36", - "magic_animation": "0", - "magic_level": "80", "melee_animation": "5532", "range_animation": "0", - "range_level": "80", - "safespot": null, + "combat_audio": "436,439,438", + "magic_level": "80", + "defence_animation": "5533", + "weakness": "10", "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "70", + "safespot": null, + "lifepoints": "36", "strength_level": "80", - "weakness": "10" + "id": "5374", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { + "examine": "Dead man walking.", + "melee_animation": "5568", + "range_animation": "5568", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5567", + "slayer_exp": "30", + "magic_animation": "5568", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", "id": "5375", - "name": "Zombie", - "examine": "Dead man walking.", "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "combat_audio": "918,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "25", - "lifepoints": "23", - "magic_animation": "5568", - "melee_animation": "5568", - "range_animation": "5568", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "25" }, { + "examine": "Dead man walking.", + "melee_animation": "5568", + "range_animation": "5568", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5567", + "slayer_exp": "30", + "magic_animation": "5568", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", "id": "5376", - "name": "Zombie", - "examine": "Dead man walking.", "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "combat_audio": "918,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "25", - "lifepoints": "23", - "magic_animation": "5568", - "melee_animation": "5568", - "range_animation": "5568", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "25" }, { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "28", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5377", - "name": "Zombie", - "examine": "Dead man walking.", "aggressive": "true", - "attack_level": "38", - "attack_speed": "5", "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", - "combat_audio": "918,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "28", - "lifepoints": "30", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "38" }, { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "28", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5378", - "name": "Zombie", - "examine": "Dead man walking.", "aggressive": "true", - "attack_level": "38", - "attack_speed": "5", "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", - "combat_audio": "918,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "28", - "lifepoints": "30", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "38" }, { + "examine": "The walking dead.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "48", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", "id": "5379", - "name": "Zombie", - "examine": "The walking dead.", "aggressive": "true", - "attack_level": "47", - "attack_speed": "5", "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "combat_audio": "918,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "48", - "lifepoints": "40", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "47" }, { + "examine": "The walking dead.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "48", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", "id": "5380", - "name": "Zombie", - "examine": "The walking dead.", "aggressive": "true", - "attack_level": "47", - "attack_speed": "5", "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "combat_audio": "918,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "48", - "lifepoints": "40", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "47" }, { - "id": "5381", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "62", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "62", - "lifepoints": "88", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "62", - "weakness": "8" - }, - { - "id": "5382", - "name": "Animated steel armour", "examine": "Animated steel armour.", - "attack_level": "28", - "death_animation": "4167", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "386", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4167", + "name": "Animated steel armour", + "defence_level": "28", "safespot": null, + "lifepoints": "40", "strength_level": "28", - "weakness": "7" + "id": "5382", + "range_level": "1", + "attack_level": "28" }, { - "id": "5383", - "name": "Odovacar" - }, - { - "id": "5384", - "name": "Giant skeleton", "examine": "Big and bony, just how I like them.", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "2", - "bonuses": "25,25,25,25,25,25,25,25,25,25,25,25,25,25,25", - "death_animation": "5503", - "defence_animation": "5489", - "defence_level": "85", - "lifepoints": "100", - "magic_animation": "5499", - "melee_animation": "5499", - "poison_immune": "true", - "projectile": "2718", - "range_animation": "5499", - "range_level": "1", - "safespot": null, "start_gfx": "2713", - "strength_level": "95" - }, - { - "id": "5385", - "name": "Skeleton", - "examine": "A skeleton in a dress!", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "57", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "57", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "melee_animation": "5499", + "range_animation": "5499", + "attack_speed": "2", + "defence_animation": "5489", + "magic_animation": "5499", + "death_animation": "5503", + "name": "Giant skeleton", + "defence_level": "85", + "poison_immune": "true", "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "5386", - "name": "Skeleton", - "examine": "Achingly thin.", + "lifepoints": "100", + "strength_level": "95", + "id": "5384", "aggressive": "true", - "attack_level": "55", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "5487", - "range_animation": "0", + "bonuses": "25,25,25,25,25,25,25,25,25,25,25,25,25,25,25", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "8" + "projectile": "2718", + "attack_level": "95" }, { - "id": "5387", - "name": "Skeleton", - "examine": "Look: another skeleton.", - "aggressive": "true", - "attack_level": "55", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "8" - }, - { - "id": "5388", - "name": "Skeleton", - "examine": "That skeleton's grinning at me.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "8" - }, - { - "id": "5389", - "name": "Skeleton", - "examine": "He needs a tan.", - "aggressive": "true", - "attack_level": "51", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "51", - "lifepoints": "72", - "magic_animation": "0", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "51", - "weakness": "8" - }, - { - "id": "5390", - "name": "Skeleton", - "examine": "How do you know if a skeleton's male or female?", - "aggressive": "true", - "attack_level": "36", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "420", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36" - }, - { - "id": "5391", - "name": "Skeleton", - "examine": "He obviously hasn't realised he's dead.", - "aggressive": "true", - "attack_level": "55", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "8" - }, - { - "id": "5392", - "name": "Skeleton", - "examine": "Put some meat on those bones!", - "aggressive": "true", - "attack_level": "52", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "52", - "weakness": "8" - }, - { - "id": "5393", - "name": "Zombie", - "examine": "Could his name be 'Lurch'?", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "5568", "combat_audio": "931,923,922", - "death_animation": "5569", + "respawn_delay": "60", "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", "defence_level": "1", + "safespot": null, "lifepoints": "56", - "melee_animation": "5568", + "strength_level": "1", + "id": "5393", + "aggressive": "true", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5394", - "name": "Zombie", - "examine": "Could his name be 'Lurch'?", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5395", - "name": "Zombie", - "examine": "Has anybody told him he's dead?", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5396", - "name": "Zombie", - "examine": "Dave? Is that you?", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5397", - "name": "Zombie", - "examine": "Why don't zombies ever wash?", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5398", - "name": "Zombie", - "examine": "A shambling pile of rotten flesh.", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5399", - "name": "Zombie", - "examine": "He needs lessons on walking.", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5400", - "name": "Zombie", - "examine": "He needs lessons on walking.", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5401", - "name": "Zombie", - "examine": "One of the undead.", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5402", - "name": "Zombie", - "examine": "A disgusting zombie.", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5403", - "name": "Zombie", - "examine": "A disgusting zombie.", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5404", - "name": "Zombie", - "examine": "Can't a body get any rest around here?", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "92", "melee_animation": "5568", - "range_level": "1", + "combat_audio": "931,923,922", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5567", "slayer_exp": "30", - "strength_level": "1" + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "92", + "strength_level": "1", + "id": "5404", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5405", - "name": "Zombie", - "examine": "Can't a body get any rest around here?", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5406", - "name": "Zombie", - "examine": "Brains...", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5407", - "name": "Zombie", - "examine": "All skin and bones.", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5408", - "name": "Zombie", - "examine": "All skin and bones.", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5409", - "name": "Zombie", - "examine": "Why zombies? Why now?", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5410", - "name": "Zombie", - "examine": "Why zombies? Why now?", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5411", - "name": "Skeleton", - "examine": "An angry skeleton.", - "aggressive": "true", - "attack_level": "55", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "8" - }, - { - "id": "5412", - "name": "Skeleton", - "examine": "Cross bones.", - "aggressive": "true", - "attack_level": "57", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "57", - "lifepoints": "81", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "57", - "weakness": "8" - }, - { - "id": "5413", - "name": "Possessed pickaxe", "examine": "How does it move of its own accord?", - "aggressive": "true", - "attack_level": "55", - "death_animation": "5592", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "5591", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5592", + "name": "Possessed pickaxe", + "defence_level": "55", "safespot": null, + "lifepoints": "78", "strength_level": "55", - "weakness": "6" + "id": "5413", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" }, { - "id": "5414", - "name": "Animated spade", "examine": "How does it move of its own accord?", - "attack_level": "52", - "death_animation": "5596", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", "melee_animation": "5597", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5596", + "name": "Animated spade", + "defence_level": "52", "safespot": null, + "lifepoints": "74", "strength_level": "52", - "weakness": "6" + "id": "5414", + "range_level": "1", + "attack_level": "52" }, { - "id": "5415", - "name": "Terror dog statue", - "examine": "A terrifying statue." - }, - { - "id": "5416", - "name": "Terror dog statue", - "examine": "A terrifying statue." - }, - { - "id": "5417", - "name": "Terror dog", "examine": "A terrifying dog beast.", - "aggressive": "true", - "attack_level": "110", + "melee_animation": "5625", + "range_animation": "0", "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", "death_animation": "5628", - "defence_animation": "5626", - "defence_level": "78", - "lifepoints": "87", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "5625", - "range_animation": "", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "104", - "weakness": "1" - }, - { - "id": "5418", "name": "Terror dog", - "examine": "A terrifying dog beast.", + "defence_level": "47", + "safespot": null, + "lifepoints": "134", + "strength_level": "47", + "id": "5417", "aggressive": "true", - "attack_level": "100", - "attack_speed": "5", - "death_animation": "5627", - "defence_animation": "5626", - "defence_level": "74", - "lifepoints": "82", - "magic_level": "1", + "range_level": "1", + "attack_level": "47" + }, + { "melee_animation": "5625", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "90", - "weakness": "1" - }, - { - "id": "5419", - "name": "Tarn", - "examine": "A mad man." - }, - { - "id": "5420", - "name": "Tarn", - "examine": "A mad man.", - "aggressive": "true", - "attack_level": "", - "attack_speed": "6", - "death_animation": "", - "defence_animation": "", - "defence_level": "1", - "lifepoints": "65", - "melee_animation": "", - "range_level": "", - "respawn_delay": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "5421", - "name": "Mutant tarn", - "examine": "I preferred him when he was human.", - "aggressive": "true", - "attack_level": "57", - "attack_speed": "6", - "death_animation": "5619", - "defence_animation": "5618", - "defence_level": "57", - "lifepoints": "85", - "magic_animation": "5613", - "melee_animation": "5617", - "projectile": "1013", - "range_animation": "0", - "range_level": "", - "respawn_delay": "", - "safespot": null, - "strength_level": "57", - "weakness": "6" - }, - { - "id": "5422", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "63", "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "63", - "weakness": "8" - }, - { - "id": "5423", - "name": "Larry" - }, - { - "id": "5425", - "name": "Larry" - }, - { - "id": "5426", - "name": "Larry" - }, - { - "id": "5427", - "name": "Penguin" - }, - { - "id": "5429", - "name": "Penguin" - }, - { - "id": "5430", - "name": "Penguin" - }, - { - "id": "5431", - "name": "KGP Guard" - }, - { - "id": "5432", - "name": "Pescaling Pax" - }, - { - "id": "5433", - "name": "Ping" - }, - { - "id": "5434", - "name": "Ping" - }, - { - "id": "5435", - "name": "Pong" - }, - { - "id": "5436", - "name": "Pong" - }, - { - "id": "5437", - "name": "Ping" - }, - { - "id": "5438", - "name": "Pong" - }, - { - "id": "5439", - "name": "null", - "examine": "What restful music!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "defence_animation": "5626", + "death_animation": "5627", + "name": "Terror dog", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5442", - "name": "KGP Agent", - "examine": "What restful music!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5443", - "name": "Noodle" - }, - { - "id": "5445", - "name": "Penguin" - }, - { - "id": "5446", - "name": "Penguin suit" - }, - { - "id": "5447", - "name": "Agility Instructor", - "examine": "Instructs agility.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5448", - "name": "Army Commander", - "examine": "An army commander.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5449", - "name": "Penguin" - }, - { - "id": "5450", - "name": "Penguin" - }, - { - "id": "5451", - "name": "Penguin" - }, - { - "id": "5452", - "name": "Icelord", - "examine": "Sturdy cold being.", + "lifepoints": "82", + "strength_level": "1", + "id": "5418", "aggressive": "true", - "attack_level": "22", - "death_animation": "5726", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5617", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "5618", + "death_animation": "5619", + "name": "Tarn", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "5420", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I preferred him when he was human.", + "melee_animation": "5617", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", + "weakness": "6", "magic_animation": "0", + "death_animation": "5619", + "name": "Mutant tarn", + "defence_level": "57", + "safespot": null, + "lifepoints": "325", + "strength_level": "57", + "id": "5421", + "aggressive": "true", + "range_level": "1", + "attack_level": "57" + }, + { + "examine": "What restful music!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5439", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "What restful music!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "KGP Agent", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5442", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Instructs agility.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agility Instructor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5447", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An army commander.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Army Commander", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5448", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sturdy cold being.", "melee_animation": "5724", "range_animation": "5725", - "range_level": "30", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "5726", + "name": "Icelord", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "22", - "weakness": "0" + "id": "5452", + "aggressive": "true", + "range_level": "30", + "attack_level": "22" }, { + "examine": "Sturdy cold being.", + "melee_animation": "5724", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5726", + "name": "Icelord", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "5453", - "name": "Icelord", - "examine": "Sturdy cold being.", "aggressive": "true", - "attack_level": "30", - "death_animation": "5726", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "5724", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "9" + "attack_level": "30" }, { + "examine": "Sturdy cold being.", + "melee_animation": "5724", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5726", + "name": "Icelord", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "5454", - "name": "Icelord", - "examine": "Sturdy cold being.", "aggressive": "true", - "attack_level": "30", - "death_animation": "5726", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "5724", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "9" + "attack_level": "30" }, { + "examine": "Sturdy cold being.", + "melee_animation": "5724", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5726", + "name": "Icelord", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "5455", - "name": "Icelord", - "examine": "Sturdy cold being.", "aggressive": "true", - "attack_level": "30", - "death_animation": "5726", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "5724", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "9" + "attack_level": "30" }, { - "id": "5456", - "name": "Crusher" - }, - { - "id": "5457", - "name": "Crusher" - }, - { - "id": "5458", - "name": "Crusher" - }, - { - "id": "5459", - "name": "Crusher" - }, - { - "id": "5460", - "name": "Tree" - }, - { - "id": "5461", - "name": "Jungle Tree" - }, - { - "id": "5462", - "name": "Tolna" - }, - { - "id": "5463", - "name": "Honour guard" - }, - { - "id": "5464", - "name": "Honour guard" - }, - { - "id": "5465", - "name": "Fridleif Shieldson" - }, - { - "id": "5466", - "name": "Thakkrad Sigmundson" - }, - { - "id": "5467", - "name": "Iceberg" - }, - { - "id": "5468", - "name": "Iceberg" - }, - { - "id": "5469", - "name": "Arctic Pine" - }, - { - "id": "5470", - "name": "Fishing spot" - }, - { - "id": "5471", - "name": "Fishing spot" - }, - { - "id": "5472", - "name": "Ice Troll King", "examine": "An impressive-looking troll.", - "aggressive": "true", - "attack_level": "65", - "death_animation": "5209", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "185", - "magic_animation": "0", - "magic_level": "65", "melee_animation": "5374", "range_animation": "0", - "range_level": "65", + "magic_level": "65", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5209", + "name": "Ice Troll King", + "defence_level": "65", "safespot": null, + "lifepoints": "185", "strength_level": "65", - "weakness": "10" + "id": "5472", + "aggressive": "true", + "range_level": "65", + "attack_level": "65" }, { + "examine": "An ice troll youngling.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll runt", + "defence_level": "70", + "safespot": null, + "lifepoints": "60", + "strength_level": "70", "id": "5473", - "name": "Ice troll runt", - "examine": "An ice troll youngling.", "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "70", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70", - "weakness": "9" + "attack_level": "60" }, { + "examine": "A male troll wielding a large club.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll male", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", "id": "5474", - "name": "Ice troll male", - "examine": "A male troll wielding a large club.", "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "9" + "attack_level": "80" }, { + "examine": "An ice troll with a bag of rocks.", + "combat_style": "1", + "range_animation": "1142", + "melee_animation": "1142", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll female", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", "id": "5475", - "name": "Ice troll female", - "examine": "An ice troll with a bag of rocks.", "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "1142", - "projectile": "276", - "range_animation": "1142", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "0" + "projectile": "276", + "attack_level": "80" }, { + "examine": "A large ice troll.", + "melee_animation": "4332", + "range_animation": "0", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll grunt", + "defence_level": "60", + "safespot": null, + "lifepoints": "80", + "strength_level": "100", "id": "5476", - "name": "Ice troll grunt", - "examine": "A large ice troll.", "aggressive": "true", - "attack_level": "100", - "attack_speed": "4", "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "4332", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "9" + "attack_level": "100" }, { - "id": "5477", - "name": "Bork Sigmundson" - }, - { - "id": "5478", - "name": "King Gjuki Sorvott IV", "examine": "An ill-tempered king.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5479", - "name": "HRH Hrafn", - "examine": "A regal cat with an evil glint in its eye.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Gjuki Sorvott IV", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5478", + "range_level": "1", + "attack_level": "1" }, { - "id": "5480", "name": "Thorkel Silkbeard", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "5480", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5481", - "name": "Mord Gunnars" - }, - { - "id": "5482", - "name": "Mord Gunnars" - }, - { - "id": "5483", - "name": "Hring Hring", - "examine": "Harder than the rocks he sells.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5484", - "name": "Flossi Dalksson", - "examine": "Jatizso's fishmonger.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5485", - "name": "Raum Urda-Stein", - "examine": "A guy that will sell you armour.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5486", - "name": "Skuli Myrka", - "examine": "Jatizso's armour merchant.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5487", - "name": "Keepa Kettilon", - "examine": "A rough-looking chef.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5488", - "name": "Magnus Gram", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", "facing_booth": "true", - "lifepoints": "10", - "range_level": "1", + "name": "Magnus Gram", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "5488", + "range_level": "1", + "attack_level": "1" }, { - "id": "5489", - "name": "Guard", "examine": "A guard on insult duty.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5489", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5490", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5491", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5492", - "name": "Guard", "examine": "One of King Sorvott's militia.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5492", "aggressive": "true", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { - "id": "5493", - "name": "Freygerd", - "examine": "One of Jatizso's many citizens.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5494", - "name": "Lensa", - "examine": "One of Jatizso's many citizens.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5495", - "name": "Vanligga Gastfrihet", - "examine": "A happy, friendly landlady.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5496", - "name": "Sassilik", - "examine": "One of Jatizso's many citizens.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5497", - "name": "Miner", "examine": "A miner at work.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5498", - "name": "Miner" - }, - { - "id": "5499", - "name": "Eric", - "examine": "A bedraggled-looking tramp.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miner", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5497", + "range_level": "1", + "attack_level": "1" }, { - "id": "5500", - "name": "Gruva Patrull", - "examine": "Mina guards the mine entrance.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", + "examine": "The Burgher's protectors.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Honour guard", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5501", - "name": "Brendt", - "examine": "A dwarven trader from Keldagrim.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5502", - "name": "Grundt" - }, - { - "id": "5503", - "name": "Mawnis Burowgar" - }, - { - "id": "5504", - "name": "Mawnis Burowgar" - }, - { - "id": "5505", - "name": "Fridleif Shieldson" - }, - { - "id": "5506", - "name": "Thakkrad Sigmundson" - }, - { - "id": "5507", - "name": "Maria Gunnars" - }, - { - "id": "5508", - "name": "Maria Gunnars" - }, - { - "id": "5509", - "name": "Jofridr Mordstatter" - }, - { - "id": "5510", - "name": "Morten Holdstrom" - }, - { - "id": "5511", - "name": "Gunnar Holdstrom" - }, - { - "id": "5512", - "name": "Anne Isaakson" - }, - { - "id": "5513", - "name": "Lisse Isaakson" - }, - { + "strength_level": "1", "id": "5514", - "name": "Honour guard", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "The Burgher's protectors.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Honour guard", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "9" - }, - { - "id": "5515", - "name": "Honour Guard", - "examine": "One of the Burgher's Protectors", - "death_animation": "836", - "defence_animation": "404", - "melee_animation": "395" - }, - { "id": "5516", - "name": "Honour guard", - "examine": "The Burgher's protectors.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { - "id": "5517", - "name": "Honour guard", "examine": "One of your militia.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "5518", - "name": "Kjedelig Uppsen" - }, - { - "id": "5519", - "name": "Trogen Konungarde" - }, - { - "id": "5520", - "name": "Slug Hemligssen" - }, - { - "id": "5521", - "name": "Ice troll runt", - "examine": "An ice troll youngling.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "70", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70", - "weakness": "9" - }, - { - "id": "5522", - "name": "Ice troll male", - "examine": "A male troll wielding a large club.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "9" - }, - { - "id": "5523", - "name": "Ice troll female", - "examine": "An ice troll with a bag of rocks.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "1142", - "projectile": "276", - "range_animation": "1142", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "0" - }, - { - "id": "5524", - "name": "Ice troll grunt", - "examine": "A large ice troll.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "defence_animation": "0", - "defence_level": "60", - "lifepoints": "80", + "weakness": "9", "magic_animation": "0", - "melee_animation": "4332", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "9" - }, - { - "id": "5525", - "name": "Ice troll runt", - "examine": "An ice troll youngling.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "70", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70", - "weakness": "9" - }, - { - "id": "5526", - "name": "Ice troll male", - "examine": "A male troll wielding a large club.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "9" - }, - { - "id": "5527", - "name": "Ice troll female", - "examine": "An ice troll with a bag of rocks.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "1142", - "projectile": "276", - "range_animation": "1142", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "0" - }, - { - "id": "5528", - "name": "Ice troll grunt" - }, - { - "id": "5529", - "name": "Yak", - "examine": "A hairy, smelly, grazing animal.", - "attack_level": "20", - "attack_speed": "4", - "combat_audio": "3378,3380,3379", - "death_animation": "5784", - "defence_animation": "5783", + "death_animation": "0", + "name": "Honour guard", "defence_level": "1", - "lifepoints": "50", - "magic_animation": "5782", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5517", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ice troll youngling.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll runt", + "defence_level": "70", + "safespot": null, + "lifepoints": "60", + "strength_level": "70", + "id": "5521", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A male troll wielding a large club.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll male", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", + "id": "5522", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "An ice troll with a bag of rocks.", + "combat_style": "1", + "range_animation": "1142", + "melee_animation": "1142", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll female", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", + "id": "5523", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "projectile": "276", + "attack_level": "80" + }, + { + "examine": "An ice troll youngling.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll runt", + "defence_level": "70", + "safespot": null, + "lifepoints": "60", + "strength_level": "70", + "id": "5525", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A male troll wielding a large club.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll male", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", + "id": "5526", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "An ice troll with a bag of rocks.", + "combat_style": "1", + "range_animation": "1142", + "melee_animation": "1142", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll female", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", + "id": "5527", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "projectile": "276", + "attack_level": "80" + }, + { + "examine": "A hairy, smelly, grazing animal.", "melee_animation": "5782", "range_animation": "5782", - "range_level": "1", + "combat_audio": "3378,3380,3379", + "attack_speed": "4", + "defence_animation": "5783", + "weakness": "7", + "magic_animation": "5782", + "death_animation": "5784", + "name": "Yak", + "defence_level": "1", "safespot": null, + "lifepoints": "50", "strength_level": "10", - "weakness": "7" + "id": "5529", + "range_level": "1", + "attack_level": "20" }, { - "id": "5530", - "name": "Sorceress" - }, - { - "id": "5531", - "name": "Sorceress", "examine": "Antisocial.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sorceress", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5531", + "range_level": "1", + "attack_level": "1" }, { - "id": "5532", - "name": "Apprentice", "examine": "Come", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Apprentice", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5532", + "range_level": "1", + "attack_level": "1" }, { - "id": "5533", - "name": "Autumn Elemental", "examine": "An autumn elemental.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Autumn Elemental", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5533", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5539", - "name": "Spring Elemental", "examine": "A spring elemental.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spring Elemental", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5539", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5547", - "name": "Summer Elemental", "examine": "A summer elemental.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Summer Elemental", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5547", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5553", - "name": "Winter Elemental", "examine": "A winter elemental.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Winter Elemental", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5553", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5560", - "name": "Osman" - }, - { - "id": "5561", - "name": "Osman", "examine": "It dare attack Pretty Lass? Thok crush its puny skull!", - "aggressive": "true", - "attack_level": "95", + "range_animation": "0", + "magic_level": "95", "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Osman", "defence_level": "50", + "safespot": null, "lifepoints": "157", - "magic_animation": "0", - "magic_level": "95", - "range_animation": "0", - "range_level": "95", - "safespot": null, "strength_level": "95", - "weakness": "10" + "id": "5561", + "aggressive": "true", + "range_level": "95", + "attack_level": "95" }, { - "id": "5562", - "name": "Del-Monty" - }, - { - "id": "5564", - "name": "Bouncer" - }, - { - "id": "5565", - "name": "Bouncer" - }, - { - "id": "5566", - "name": "General Khazard" - }, - { - "id": "5567", - "name": "Scout" - }, - { - "id": "5568", - "name": "Scout" - }, - { - "id": "5569", - "name": "Scout" - }, - { - "id": "5570", - "name": "Scout" - }, - { - "id": "5571", - "name": "Sin Seer", "examine": "She's honest about the things you aren't.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sin Seer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5571", + "range_level": "1", + "attack_level": "1" }, { - "id": "5572", - "name": "Ghost", "examine": "A Shadow Realm guardian.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "436,439,438", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "slayer_exp": "25", - "strength_level": "1" + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5572", + "range_level": "1", + "attack_level": "1" }, { - "id": "5573", - "name": "Effigy" - }, - { - "id": "5579", - "name": "Effigy" - }, - { - "id": "5580", - "name": "Bonafido" - }, - { - "id": "5581", - "name": "Homunculus", "examine": "Is it male or female?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Homunculus", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5581", + "range_level": "1", + "attack_level": "1" }, { - "id": "5582", - "name": "Homunculus" - }, - { - "id": "5583", - "name": "Homunculus" - }, - { - "id": "5584", - "name": "Cage", "examine": "Strong", - "aggressive": "true", - "attack_level": "95", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "85", - "magic_animation": "0", + "range_animation": "0", "magic_level": "95", - "range_animation": "0", - "range_level": "95", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Cage", + "defence_level": "70", "safespot": null, + "lifepoints": "85", "strength_level": "95", - "weakness": "10" - }, - { - "id": "5585", - "name": "'Transmute' The Alchemist" - }, - { - "id": "5586", - "name": "'Transmute' The Alchemist" - }, - { - "id": "5587", - "name": "'Currency' The Alchemist" - }, - { - "id": "5588", - "name": "'Currency' The Alchemist" - }, - { - "id": "5589", - "name": "'Black-eye", - "examine": "Famous for his fights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5590", - "name": "'No fingers", - "examine": "Count them pinkies!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5591", - "name": "'Gummy", - "examine": "He wishes he had teeth.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5592", - "name": "'The Guns'" - }, - { - "id": "5593", - "name": "Frogeel", - "examine": "Is it a frog", + "id": "5584", "aggressive": "true", - "attack_level": "36", - "attack_speed": "5", - "death_animation": "5841", + "range_level": "95", + "attack_level": "95" + }, + { + "examine": "Famous for his fights.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", "magic_animation": "0", + "death_animation": "0", + "name": "'Black-eye", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5589", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Count them pinkies!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'No fingers", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5590", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He wishes he had teeth.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Gummy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5591", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is it a frog", "melee_animation": "5842", "range_animation": "0", - "range_level": "49", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "5841", + "name": "Frogeel", + "defence_level": "49", "safespot": null, + "lifepoints": "70", "strength_level": "36", - "weakness": "2" + "id": "5593", + "aggressive": "true", + "range_level": "49", + "attack_level": "36" }, { - "id": "5594", - "name": "Spidine", - "attack_level": "1", "death_animation": "146", - "defence_animation": "144", + "name": "Spidine", "defence_level": "1", + "safespot": null, "lifepoints": "35", "melee_animation": "143", + "strength_level": "1", + "id": "5594", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "144" }, { - "id": "5595", - "name": "Swordchick", "examine": "Definitely not a chicken or a swordfish.", - "attack_level": "45", - "attack_speed": "5", - "death_animation": "5389", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", "melee_animation": "5387", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "45", - "weakness": "7" - }, - { - "id": "5596", - "name": "Jubster", - "aggressive": "true", - "attack_level": "1", - "death_animation": "6801", - "defence_animation": "6802", - "defence_level": "1", - "lifepoints": "60", - "melee_animation": "6800", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5597", - "name": "Newtroost", - "examine": "Since when did newts have beaks?", - "attack_level": "40", - "death_animation": "2301", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", + "weakness": "7", "magic_animation": "0", + "death_animation": "5389", + "name": "Swordchick", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "5595", + "range_level": "1", + "attack_level": "45" + }, + { + "melee_animation": "6800", + "respawn_delay": "60", + "defence_animation": "6802", + "death_animation": "6801", + "name": "Jubster", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "5596", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Since when did newts have beaks?", "melee_animation": "2299", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "5598", - "name": "Unicow" - }, - { - "id": "5603", - "name": "Unicow", - "examine": "Half unicorn", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "5", - "death_animation": "5851", "defence_animation": "0", - "defence_level": "41", - "lifepoints": "58", + "weakness": "7", "magic_animation": "0", - "magic_level": "41", + "death_animation": "2301", + "name": "Newtroost", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", + "id": "5597", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Half unicorn", "melee_animation": "5849", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", + "magic_level": "41", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "5851", + "name": "Unicow", + "defence_level": "41", "safespot": null, + "lifepoints": "58", "strength_level": "30", - "weakness": "4" - }, - { - "id": "5604", - "name": "Elfinlocks" - }, - { - "id": "5605", - "name": "Clockwork cat" - }, - { - "id": "5606", - "name": "Clockwork cat" + "id": "5603", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" }, { + "examine": "Holier than thou.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5608", - "name": "Monk", - "examine": "Holier than thou.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Holier than thou.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5609", - "name": "Monk", - "examine": "Holier than thou.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Holier than thou.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5610", - "name": "Monk", - "examine": "Holier than thou.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Holier than thou.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5611", - "name": "Monk", - "examine": "Holier than thou.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5612", - "name": "Rufus" - }, - { - "id": "5613", - "name": "Mi-Gor" - }, - { - "id": "5614", - "name": "Puffin", "examine": "I'd prefer it if it were a muffin...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Puffin", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5615", - "name": "Puffin" - }, - { - "id": "5616", - "name": "Brother Tranquility" - }, - { - "id": "5617", - "name": "Brother Tranquility" - }, - { - "id": "5618", - "name": "Brother Tranquility" + "lifepoints": "10", + "strength_level": "1", + "id": "5614", + "range_level": "1", + "attack_level": "1" }, { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5619", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5620", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5621", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5622", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5623", - "name": "Zombie monk" - }, - { - "id": "5624", - "name": "Zombie monk" - }, - { - "id": "5625", - "name": "Zombie monk" - }, - { - "id": "5626", - "name": "Zombie monk" - }, - { - "id": "5627", - "name": "Sorebones", "examine": "Bedside manner is a little lacking", - "attack_level": "35", - "death_animation": "5658", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", "melee_animation": "5643", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "35", - "weakness": "6" - }, - { - "id": "5628", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5658", "name": "Sorebones", - "examine": "I hope his hands don't shake.", - "attack_level": "35", - "death_animation": "5658", - "defence_animation": "0", "defence_level": "35", + "safespot": null, "lifepoints": "50", - "magic_animation": "0", + "strength_level": "35", + "id": "5627", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "I hope his hands don't shake.", "melee_animation": "5643", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5658", + "name": "Sorebones", + "defence_level": "35", "safespot": null, + "lifepoints": "50", "strength_level": "35", - "weakness": "6" + "id": "5628", + "range_level": "1", + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5629", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5630", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5631", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5632", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5633", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5634", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5635", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5636", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5637", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5638", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5639", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5640", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5641", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5880", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5642", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5880", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5880", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5643", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5880", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5880", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5644", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5880", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5880", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5645", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5880", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5880", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5646", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5880", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5884", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5886", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5647", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5886", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5884", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5884", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5886", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5648", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5886", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5884", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5649", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5884", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5886", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5650", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5886", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5884", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5651", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5884", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5886", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5652", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5886", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5884", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5653", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5654", - "name": "Zombie pirate", "examine": "Aaaarg", - "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5886", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", "melee_animation": "5884", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5886", + "name": "Zombie pirate", + "defence_level": "35", "safespot": null, + "lifepoints": "50", "strength_level": "35", - "weakness": "6" + "id": "5654", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5655", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5889", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5656", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5889", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5657", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5889", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5658", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5889", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5889", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5659", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5889", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5660", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5889", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5661", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5889", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5662", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5889", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5663", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5889", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { - "id": "5664", - "name": "Zombie pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", "melee_animation": "5647", - "range_level": "1", + "combat_audio": "703,705,704", "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "52", + "strength_level": "1", + "id": "5664", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5665", - "name": "Zombie pirate", "examine": "Aaaarg", - "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", "melee_animation": "5889", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", "safespot": null, + "lifepoints": "50", "strength_level": "35", - "weakness": "6" + "id": "5665", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" }, { - "id": "5666", - "name": "Barrelchest", "examine": "It's trying to mash you flat! Less examine", - "aggressive": "true", - "attack_level": "52", - "death_animation": "5898", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "285", - "magic_animation": "0", - "magic_level": "52", "melee_animation": "5895", "range_animation": "0", - "range_level": "52", + "magic_level": "52", "respawn_delay": "60", - "safespot": null, - "strength_level": "52", - "weakness": "10" - }, - { - "id": "5667", - "name": "Undead Lumberjack" - }, - { - "id": "5679", - "name": "Undead Lumberjack" - }, - { - "id": "5680", - "name": "Undead Lumberjack", - "examine": "He is one", - "attack_level": "73", - "death_animation": "5972", "defence_animation": "0", - "defence_level": "10", - "lifepoints": "100", + "weakness": "10", "magic_animation": "0", + "death_animation": "5898", + "name": "Barrelchest", + "defence_level": "52", + "safespot": null, + "lifepoints": "285", + "strength_level": "52", + "id": "5666", + "aggressive": "true", + "range_level": "52", + "attack_level": "52" + }, + { + "examine": "He is one", "melee_animation": "5970", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "73" - }, - { - "id": "5681", - "name": "Undead Lumberjack" - }, - { - "id": "5682", - "name": "Undead Lumberjack" - }, - { - "id": "5683", - "name": "Undead Lumberjack" - }, - { - "id": "5684", - "name": "Undead Lumberjack" - }, - { - "id": "5685", - "name": "Undead Lumberjack" - }, - { - "id": "5686", - "name": "Undead Lumberjack" - }, - { - "id": "5687", - "name": "Undead Lumberjack" - }, - { - "id": "5688", - "name": "Undead Lumberjack" - }, - { - "id": "5689", - "name": "Undead Lumberjack" - }, - { - "id": "5690", - "name": "Undead Lumberjack" - }, - { - "id": "5691", - "name": "Undead Lumberjack" - }, - { - "id": "5692", - "name": "Undead Lumberjack" - }, - { - "id": "5693", - "name": "Undead Lumberjack" - }, - { - "id": "5694", - "name": "Undead Lumberjack" - }, - { - "id": "5695", - "name": "Undead Lumberjack" - }, - { - "id": "5696", - "name": "Undead Lumberjack" - }, - { - "id": "5697", - "name": "Undead Lumberjack" - }, - { - "id": "5698", - "name": "Undead Lumberjack" - }, - { - "id": "5699", - "name": "Undead Lumberjack" - }, - { - "id": "5700", - "name": "Undead Lumberjack" - }, - { - "id": "5701", - "name": "Undead Lumberjack" - }, - { - "id": "5702", - "name": "Undead Lumberjack" - }, - { - "id": "5703", - "name": "Undead Lumberjack" - }, - { - "id": "5704", - "name": "Undead Lumberjack" - }, - { - "id": "5705", - "name": "Undead Lumberjack" - }, - { - "id": "5706", - "name": "Undead Lumberjack" - }, - { - "id": "5707", - "name": "Undead Lumberjack" - }, - { - "id": "5708", - "name": "Undead Lumberjack" - }, - { - "id": "5709", - "name": "Undead Lumberjack" - }, - { - "id": "5710", - "name": "Undead Lumberjack" - }, - { - "id": "5711", - "name": "Undead Lumberjack" - }, - { - "id": "5712", - "name": "Undead Lumberjack" - }, - { - "id": "5713", - "name": "Undead Lumberjack" - }, - { - "id": "5714", - "name": "Undead Lumberjack" - }, - { - "id": "5715", - "name": "Undead Lumberjack" - }, - { - "id": "5716", - "name": "Undead Lumberjack" - }, - { - "id": "5717", - "name": "Undead Lumberjack" - }, - { - "id": "5718", - "name": "Undead Lumberjack" - }, - { - "id": "5719", - "name": "Undead Lumberjack" - }, - { - "id": "5720", - "name": "Undead Lumberjack" - }, - { - "id": "5721", - "name": "Undead Lumberjack" - }, - { - "id": "5722", - "name": "Undead Lumberjack" - }, - { - "id": "5723", - "name": "Undead Lumberjack" - }, - { - "id": "5724", - "name": "Undead Lumberjack" - }, - { - "id": "5725", - "name": "Undead Lumberjack" - }, - { - "id": "5726", - "name": "Undead Lumberjack" - }, - { - "id": "5727", - "name": "Undead Lumberjack" - }, - { - "id": "5728", - "name": "Undead Lumberjack" - }, - { - "id": "5729", - "name": "Undead Lumberjack" - }, - { - "id": "5730", - "name": "Undead Lumberjack" - }, - { - "id": "5731", - "name": "Undead Lumberjack" - }, - { - "id": "5732", - "name": "Undead Lumberjack" - }, - { - "id": "5733", - "name": "Undead Lumberjack" - }, - { - "id": "5734", - "name": "Undead Lumberjack" - }, - { - "id": "5735", - "name": "Undead Lumberjack" - }, - { - "id": "5736", - "name": "Undead Lumberjack" - }, - { - "id": "5737", - "name": "Undead Lumberjack" - }, - { - "id": "5738", - "name": "Undead Lumberjack" - }, - { - "id": "5739", - "name": "Undead Lumberjack" - }, - { - "id": "5740", - "name": "Undead Lumberjack" - }, - { - "id": "5741", - "name": "Undead Lumberjack" - }, - { - "id": "5742", - "name": "Undead Lumberjack" - }, - { - "id": "5743", - "name": "Undead Lumberjack" - }, - { - "id": "5744", - "name": "Undead Lumberjack" - }, - { - "id": "5745", - "name": "Undead Lumberjack" - }, - { - "id": "5746", - "name": "Undead Lumberjack" - }, - { - "id": "5747", - "name": "Undead Lumberjack" - }, - { - "id": "5748", - "name": "Fishing spot" - }, - { - "id": "5749", - "name": "Fishing spot" - }, - { - "id": "5750", - "name": "Cave bug", - "examine": "A big", - "attack_level": "82", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,72,59,35,25,95,0,0,0,0,0", - "death_animation": "6081", "defence_animation": "0", - "defence_level": "84", - "lifepoints": "93", "magic_animation": "0", - "magic_level": "1", + "death_animation": "5972", + "name": "Undead Lumberjack", + "defence_level": "10", + "safespot": null, + "lifepoints": "100", + "strength_level": "73", + "id": "5680", + "range_level": "1", + "attack_level": "73" + }, + { + "examine": "A big", "melee_animation": "6079", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "93", - "strength_level": "80", - "weakness": "2" - }, - { - "id": "5751", - "name": "Molanisk", - "examine": "A strange mole-like being.", - "aggressive": "true", - "attack_level": "40", "attack_speed": "4", - "clue_level": "1", - "combat_audio": "3492,3494,3493", - "death_animation": "6014", - "defence_animation": "6013", - "defence_level": "50", - "lifepoints": "52", "magic_level": "1", - "melee_animation": "6012", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "93", + "magic_animation": "0", + "death_animation": "6081", + "name": "Cave bug", + "defence_level": "84", "safespot": null, + "lifepoints": "93", + "strength_level": "80", + "id": "5750", + "bonuses": "0,0,0,0,0,72,59,35,25,95,0,0,0,0,0", + "range_level": "1", + "attack_level": "82" + }, + { + "examine": "A strange mole-like being.", + "melee_animation": "6012", + "combat_audio": "3492,3494,3493", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "6013", "slayer_exp": "52", - "strength_level": "40" + "death_animation": "6014", + "name": "Molanisk", + "defence_level": "50", + "safespot": null, + "lifepoints": "52", + "strength_level": "40", + "id": "5751", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "40" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5752", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5753", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5754", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5755", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5756", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5757", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5758", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5759", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5760", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5761", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5762", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5763", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5764", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5765", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5766", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5767", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5768", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5769", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after cave goblin money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5770", - "name": "Ur-zek" - }, - { - "id": "5771", - "name": "Ur-vass" - }, - { - "id": "5772", - "name": "Ur-taal" - }, - { - "id": "5773", - "name": "Ur-meg" - }, - { - "id": "5774", - "name": "Ur-lun" - }, - { - "id": "5775", - "name": "Ur-pel" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "5776", - "name": "Banker", - "examine": "Looks after cave goblin money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Looks after cave goblin money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5777", - "name": "Banker", - "examine": "Looks after cave goblin money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the many citizens of Dorgesh-Kaan.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5778", - "name": "Bartak" - }, - { - "id": "5779", - "name": "Turgall" - }, - { - "id": "5780", - "name": "Reldak" - }, - { - "id": "5781", - "name": "Miltog" - }, - { - "id": "5782", - "name": "Mernik" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "5783", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5784", - "name": "Crate goblin", "examine": "Taking a terribly important box from one place to another.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "703,705,704", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Crate goblin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5784", + "range_level": "1", + "attack_level": "1" }, { - "id": "5785", - "name": "Cave goblin", "examine": "One of the many citizens of Dorgesh-Kaan.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5785", + "range_level": "1", + "attack_level": "1" }, { - "id": "5786", - "name": "Goblin scribe", "examine": "Good at shorthand.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin scribe", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5787", - "name": "Gourmet" - }, - { - "id": "5789", - "name": "Gourmet" - }, - { - "id": "5790", - "name": "Gourmet" - }, - { - "id": "5791", - "name": "Gourmet" - }, - { - "id": "5792", - "name": "Turgok" - }, - { - "id": "5793", - "name": "Markog" - }, - { - "id": "5794", - "name": "Durgok" - }, - { - "id": "5795", - "name": "Tindar" - }, - { - "id": "5796", - "name": "Gundik" - }, - { - "id": "5797", - "name": "Zenkog" - }, - { - "id": "5798", - "name": "Lurgon" - }, - { - "id": "5799", - "name": "Ur-tag" + "lifepoints": "10", + "strength_level": "1", + "id": "5786", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He keeps order in the city.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Guard", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", "id": "5800", - "name": "Guard", - "examine": "He keeps order in the city.", - "attack_level": "42", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "42", - "weakness": "6" + "attack_level": "42" }, { + "examine": "He keeps order in the city.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Guard", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", "id": "5801", - "name": "Guard", - "examine": "He keeps order in the city.", - "attack_level": "42", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "42", - "weakness": "6" + "attack_level": "42" }, { - "id": "5802", - "name": "Young 'un" - }, - { - "id": "5803", + "examine": "A goblin baby.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Young 'un", - "examine": "A goblin baby.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "5803", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin baby.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5804", - "name": "Tyke" - }, - { - "id": "5805", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Nipper", - "examine": "A goblin baby.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5806", - "name": "Nipper" + "lifepoints": "10", + "strength_level": "1", + "id": "5805", + "range_level": "1", + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5807", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5808", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5809", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5810", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5811", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5812", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5813", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5814", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5815", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5816", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5817", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5818", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5819", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5820", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5821", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5822", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5823", - "name": "Spit goblin", "examine": "Don't spit", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spit goblin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5823", + "range_level": "1", + "attack_level": "1" }, { - "id": "5824", - "name": "Goblin fish", "examine": "A bug-eyed little goblin fish. How cute.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "469,472,471", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Goblin fish", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5824", + "range_level": "1", + "attack_level": "1" }, { - "id": "5825", - "name": "Movario" - }, - { - "id": "5826", - "name": "Darve" - }, - { - "id": "5827", - "name": "Moths", "examine": "Annoying little flappy things.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5828", - "name": "Barlak" - }, - { - "id": "5829", - "name": "Rabbit", - "attack_level": "1", - "death_animation": "6092", - "defence_animation": "6091", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Moths", "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5827", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "6092", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, "lifepoints": "5", "melee_animation": "6090", + "strength_level": "1", + "id": "5829", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "6091" }, { - "id": "5830", - "name": "Rat Burgiss" - }, - { - "id": "5833", "name": "Rat Burgiss", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "5833", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", "safespot": null, - "strength_level": "1" - }, - { - "id": "5834", - "name": "Surok Magis", - "examine": "A powerful wizard." - }, - { - "id": "5835", - "name": "Surok Magis" - }, - { - "id": "5836", - "name": "Zaff" - }, - { - "id": "5837", - "name": "Anna Jones" - }, - { - "id": "5838", - "name": "King Roald" - }, - { - "id": "5839", - "name": "Mishkal'un Dorn" - }, - { - "id": "5840", - "name": "Dakh'thoulan Aegis" - }, - { - "id": "5841", - "name": "Sil'as Dahcsnu" - }, - { + "lifepoints": "32", + "strength_level": "23", "id": "5842", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5843", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5844", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5845", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5846", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5847", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5848", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5849", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5850", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5851", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { - "id": "5852", - "name": "Monkey", "examine": "Weird eyeball thing. Reminds Thok of breakfast.", - "aggressive": "true", - "attack_level": "60", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "629,631,630", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "85", - "magic_animation": "0", "magic_level": "60", - "melee_animation": "0", - "range_animation": "0", - "range_level": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Monkey", + "defence_level": "40", "safespot": null, + "lifepoints": "85", "strength_level": "60", - "weakness": "10" + "id": "5852", + "aggressive": "true", + "range_level": "60", + "attack_level": "60" }, { - "id": "5853", - "name": "Bench" - }, - { - "id": "5854", - "name": "Bench", "examine": "For sitting on.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5855", - "name": "Goblin", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5856", - "name": "Goblin", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5857", - "name": "Zanik" - }, - { - "id": "5858", - "name": "Ur-tag" - }, - { - "id": "5859", - "name": "H.A.M. Archer", - "examine": "He looks pretty skilled with that bow.", - "aggressive": "true", - "attack_level": "15", - "clue_level": "0", - "death_animation": "836", "defence_animation": "0", - "defence_level": "20", - "lifepoints": "57", "magic_animation": "0", + "death_animation": "0", + "name": "Bench", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5854", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5855", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5856", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks pretty skilled with that bow.", "melee_animation": "426", "range_animation": "0", - "range_level": "20", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "H.A.M. Archer", + "defence_level": "20", "safespot": null, + "lifepoints": "57", "strength_level": "15", - "weakness": "0" + "id": "5859", + "aggressive": "true", + "clue_level": "0", + "range_level": "20", + "attack_level": "15" }, { - "id": "5860", - "name": "H.A.M. Mage", "examine": "He bristles with arcane power.", - "aggressive": "true", - "attack_level": "15", - "clue_level": "0", "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "57", - "magic_animation": "0", - "magic_level": "20", "melee_animation": "429", "range_animation": "0", - "range_level": "1", + "magic_level": "20", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "H.A.M. Mage", + "defence_level": "20", "safespot": null, + "lifepoints": "57", "strength_level": "15", - "weakness": "3" + "id": "5860", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "15" }, { - "id": "5861", - "name": "Zanik", "examine": "No match for Thok. Silly demon.", - "aggressive": "true", - "attack_level": "85", - "defence_animation": "0", - "defence_level": "85", - "lifepoints": "71", - "magic_animation": "0", "magic_level": "85", - "range_level": "85", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Zanik", + "defence_level": "85", "safespot": null, + "lifepoints": "71", "strength_level": "85", - "weakness": "10" - }, - { - "id": "5862", - "name": "Sigmund and Zanik" - }, - { - "id": "5863", - "name": "Ambassador Alvijar" - }, - { - "id": "5864", - "name": "Builder", - "examine": "A worker on the train link.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5865", - "name": "Builder", - "examine": "A worker on the train link.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5866", - "name": "Builder", - "examine": "A worker on the train link.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5867", - "name": "Builder", - "examine": "A worker on the train link.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5868", - "name": "Tegdak" - }, - { - "id": "5869", - "name": "Zanik" - }, - { - "id": "5871", - "name": "Sergeant Mossfists" - }, - { - "id": "5872", - "name": "Sergeant Slimetoes" - }, - { - "id": "5873", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5874", - "name": "Cave goblin", - "examine": "A goblin with big", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5875", - "name": "Cave goblin", - "examine": "A goblin with big", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5876", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5877", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5878", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5879", - "name": "Ticket goblin", - "examine": "He sells tickets to Keldagrim.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5880", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5881", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5882", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5883", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5884", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5885", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5886", - "name": "Ticket dwarf", - "examine": "He sells tickets to Dorgesh-Kaan.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5887", - "name": "Cyrisus" - }, - { - "id": "5894", - "name": "Cyrisus" - }, - { - "id": "5895", - "name": "Cyrisus" - }, - { - "id": "5896", - "name": "Cyrisus" - }, - { - "id": "5897", - "name": "Cyrisus" - }, - { - "id": "5898", - "name": "'Bird's-Eye' Jack" - }, - { - "id": "5899", - "name": "The Inadequacy" - }, - { - "id": "5902", - "name": "The Inadequacy", - "examine": "Are you good enough to fight?", + "id": "5861", "aggressive": "true", - "attack_level": "70", - "death_animation": "6322", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "A worker on the train link.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", "magic_animation": "0", - "magic_level": "70", + "death_animation": "0", + "name": "Builder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5864", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A worker on the train link.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Builder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5865", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A worker on the train link.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Builder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5866", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A worker on the train link.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Builder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5867", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5873", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5874", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5875", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5876", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5877", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5878", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He sells tickets to Keldagrim.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ticket goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5879", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarf from Keldagrim.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5880", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarf from Keldagrim.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5881", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarf from Keldagrim.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5882", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "examine": "A dwarf from Keldagrim.", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5883", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "examine": "A dwarf from Keldagrim.", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5884", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "examine": "A dwarf from Keldagrim.", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5885", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He sells tickets to Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ticket dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5886", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Are you good enough to fight?", "melee_animation": "6318", "range_animation": "0", - "range_level": "70", + "magic_level": "70", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6322", + "name": "The Inadequacy", + "defence_level": "70", "safespot": null, + "lifepoints": "100", "strength_level": "70", - "weakness": "10" + "id": "5902", + "aggressive": "true", + "range_level": "70", + "attack_level": "70" }, { - "id": "5903", - "name": "The Everlasting", "examine": "Can you endure long enough?", - "aggressive": "true", - "attack_level": "67", - "death_animation": "6347", - "defence_animation": "0", - "defence_level": "67", - "lifepoints": "191", - "magic_animation": "0", - "magic_level": "67", "melee_animation": "6345", "range_animation": "0", - "range_level": "67", + "magic_level": "67", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6347", + "name": "The Everlasting", + "defence_level": "67", "safespot": null, + "lifepoints": "191", "strength_level": "67", - "weakness": "10" + "id": "5903", + "aggressive": "true", + "range_level": "67", + "attack_level": "67" }, { - "id": "5904", - "name": "The Untouchable", "examine": "Can you bring yourself to hurt another?", - "aggressive": "true", - "attack_level": "65", - "death_animation": "6331", - "defence_animation": "0", - "defence_level": "75", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "65", "melee_animation": "6329", "range_animation": "0", - "range_level": "65", + "magic_level": "65", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6331", + "name": "The Untouchable", + "defence_level": "75", "safespot": null, + "lifepoints": "100", "strength_level": "65", - "weakness": "10" + "id": "5904", + "aggressive": "true", + "range_level": "65", + "attack_level": "65" }, { - "id": "5905", - "name": "The Illusive", "examine": "What if you don't know how to win?", - "aggressive": "true", - "attack_level": "63", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "63", "melee_animation": "6342", "range_animation": "0", - "range_level": "63", + "magic_level": "63", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "0", + "name": "The Illusive", + "defence_level": "63", "safespot": null, + "lifepoints": "90", "strength_level": "63", - "weakness": "10" + "id": "5905", + "aggressive": "true", + "range_level": "63", + "attack_level": "63" }, { - "id": "5906", - "name": "A Doubt", "examine": "You can't escape your inadequacy!", - "aggressive": "true", - "attack_level": "55", - "death_animation": "6315", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "6310", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6315", + "name": "A Doubt", + "defence_level": "55", "safespot": null, + "lifepoints": "78", "strength_level": "55", - "weakness": "8" + "id": "5906", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" }, { - "id": "5907", - "name": "The Illusive" - }, - { - "id": "5908", - "name": "Dying tree", "examine": "Dead stone defending a dead throne room.", - "aggressive": "true", - "attack_level": "50", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Dying tree", "defence_level": "50", + "safespot": null, "lifepoints": "142", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "50", - "weakness": "7" + "id": "5908", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" }, { - "id": "5909", - "name": "Barbarian", "examine": "Don't let her arm-wrestle you for money.", - "attack_level": "20", - "clue_level": "0", - "death_animation": "836", + "melee_animation": "422", + "range_animation": "0", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", "defence_level": "20", + "safespot": null, "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "20", - "weakness": "7" + "id": "5909", + "clue_level": "0", + "range_level": "1", + "attack_level": "20" }, { - "id": "5910", - "name": "Cook", "examine": "A greasy, grimy gourmet.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5911", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5910", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "He's suspiciously talented with a meat-cleaver.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cook", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5911", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5912", - "name": "Banker" - }, - { - "id": "5913", - "name": "Banker" - }, - { - "id": "5914", - "name": "Iffie", "examine": "This grizzled soldier is here to distribute Rated Clan Wars badges.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Iffie", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5914", + "range_level": "1", + "attack_level": "1" }, { - "id": "5915", - "name": "Elsie" - }, - { - "id": "5916", - "name": "Cleaner", "examine": "Does what too many people aren't interested in doing.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cleaner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5916", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5917", - "name": "Stray dog", "examine": "A mangy mutt.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stray dog", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5918", - "name": "Stray dog" + "lifepoints": "10", + "strength_level": "1", + "id": "5917", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He tries to keep order around here. His bizarre uniform isn't helping.", + "melee_animation": "6489", + "range_animation": "0", + "combat_audio": "2548,1979,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6490", + "name": "Guard", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", "id": "5919", - "name": "Guard", - "examine": "He tries to keep order around here. His bizarre uniform isn't helping.", - "attack_level": "18", - "attack_speed": "5", "clue_level": "1", - "combat_audio": "2548,1979,512", - "death_animation": "6490", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "6489", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "18", - "weakness": "6" + "attack_level": "18" }, { + "examine": "He tries to keep order around here. His bizarre uniform isn't helping.", + "melee_animation": "6489", + "range_animation": "0", + "combat_audio": "2548,1979,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6490", + "name": "Guard", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", "id": "5920", - "name": "Guard", - "examine": "He tries to keep order around here. His bizarre uniform isn't helping.", - "attack_level": "18", - "attack_speed": "5", "clue_level": "1", - "combat_audio": "2548,1979,512", - "death_animation": "6490", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "6489", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "18", - "weakness": "6" + "attack_level": "18" }, { - "id": "5921", - "name": "Trainee Guard", "examine": "He's studying to be a guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trainee Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5921", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5922", - "name": "Captain", "examine": "Trains the guards of the future.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5922", + "range_level": "1", + "attack_level": "1" }, { - "id": "5923", - "name": "Man", "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", + "melee_animation": "422", + "range_animation": "0", "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "9" - }, - { - "id": "5924", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,506,505", - "death_animation": "836", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", "defence_level": "3", + "safespot": null, "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "3", - "weakness": "9" + "id": "5923", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" }, { - "id": "5925", - "name": "Benny", - "examine": "Newspaper seller." + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "5924", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" }, { + "examine": "Known for his light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "9", + "safespot": null, + "lifepoints": "25", + "strength_level": "9", "id": "5926", - "name": "Thief", - "examine": "Known for his light-fingered qualities.", - "attack_level": "9", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "9" + "attack_level": "9" }, { + "examine": "Known for his light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "9", + "safespot": null, + "lifepoints": "25", + "strength_level": "9", "id": "5927", - "name": "Thief", - "examine": "Known for his light-fingered qualities.", - "attack_level": "9", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "9" + "attack_level": "9" }, { + "examine": "Known for her light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "8", + "safespot": null, + "lifepoints": "24", + "strength_level": "9", "id": "5928", - "name": "Thief", - "examine": "Known for her light-fingered qualities.", - "attack_level": "9", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "24", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "9" + "attack_level": "9" }, { + "examine": "Known for her light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "8", + "safespot": null, + "lifepoints": "24", + "strength_level": "9", "id": "5929", - "name": "Thief", - "examine": "Known for her light-fingered qualities.", - "attack_level": "9", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "24", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "9" + "attack_level": "9" }, { - "id": "5930", - "name": "Art Critic Jacques", "examine": "Jacques Netis - a slightly pompous art expert.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Art Critic Jacques", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5930", + "range_level": "1", + "attack_level": "1" }, { - "id": "5931", - "name": "Historian Minas", "examine": "Seth Minas - an aged expert in Gielinor history.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Historian Minas", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5931", + "range_level": "1", + "attack_level": "1" }, { - "id": "5932", - "name": "Barnabus Hurma" - }, - { - "id": "5933", - "name": "Marius Giste" - }, - { - "id": "5934", - "name": "Caden Azro" - }, - { - "id": "5935", - "name": "Thias Leacke" - }, - { - "id": "5936", - "name": "Sinco Doar" - }, - { - "id": "5937", - "name": "Tinse Torpe" - }, - { - "id": "5938", - "name": "Information clerk", "examine": "A lady with lots of information about the Museum.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Information clerk", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5938", + "range_level": "1", + "attack_level": "1" }, { - "id": "5939", - "name": "Torrcs" - }, - { - "id": "5940", - "name": "Marfet" - }, - { - "id": "5941", - "name": "Museum guard" - }, - { - "id": "5942", - "name": "Museum guard" - }, - { - "id": "5943", - "name": "Museum guard" - }, - { - "id": "5944", - "name": "Teacher and pupil", "examine": "A teacher and one of his pupils.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5945", - "name": "Schoolboy", - "examine": "Looks kind of familiar.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5946", - "name": "Schoolboy" - }, - { - "id": "5947", + "death_animation": "0", "name": "Teacher and pupil", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5944", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks kind of familiar.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Schoolboy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5945", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A teacher and one of her pupils.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Teacher and pupil", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5947", + "range_level": "1", + "attack_level": "1" }, { - "id": "5948", - "name": "Teacher and pupil" - }, - { - "id": "5949", - "name": "Schoolboy" - }, - { - "id": "5950", - "name": "Teacher" - }, - { - "id": "5951", - "name": "Schoolgirl" - }, - { - "id": "5952", - "name": "Workman", "examine": "Looks hard at work.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5953", - "name": "Workman" - }, - { - "id": "5954", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5952", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Could there be something exciting in his wheelbarrow?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Workman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5954", + "range_level": "1", + "attack_level": "1" }, { - "id": "5955", - "name": "Workman" - }, - { - "id": "5956", - "name": "Void Knight", "examine": "A powerful knight of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Void Knight", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5956", + "range_level": "1", + "attack_level": "1" }, { - "id": "5957", - "name": "Schoolgirl" - }, - { - "id": "5958", - "name": "Digsite workman", "examine": "Wheelbarrow loader.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Digsite workman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5958", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Working hard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barge workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5959", - "name": "Barge workman", - "examine": "Working hard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Working hard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barge workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5960", - "name": "Barge workman", - "examine": "Working hard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Working hard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barge workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5961", - "name": "Barge workman", - "examine": "Working hard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Working hard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barge workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5962", - "name": "Barge workman", - "examine": "Working hard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5963", + "examine": "Working hard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Barge foreman", - "examine": "Working hard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5963", + "range_level": "1", + "attack_level": "1" }, { - "id": "5964", - "name": "Ed Wood" - }, - { - "id": "5965", - "name": "Orlando Smith" - }, - { - "id": "5966", - "name": "Natural historian", "examine": "An aged expert in natural history.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Natural historian", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5966", + "range_level": "1", + "attack_level": "1" }, { - "id": "5967", - "name": "Natural historian" - }, - { - "id": "5968", - "name": "Natural historian" - }, - { - "id": "5969", - "name": "Natural historian" - }, - { - "id": "5970", - "name": "Natural historian" - }, - { - "id": "5971", - "name": "Leech display", "examine": "Bloodsuckers!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Leech display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5971", + "range_level": "1", + "attack_level": "1" }, { - "id": "5972", - "name": "Sea slugs display", "examine": "Slugs of the sea variety.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sea slugs display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5972", + "range_level": "1", + "attack_level": "1" }, { - "id": "5973", - "name": "Snail display", "examine": "A house on its back.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snail display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5973", + "range_level": "1", + "attack_level": "1" }, { - "id": "5974", - "name": "Monkey display", "examine": "A cheeky little monkey.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "629,631,630", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Monkey display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5974", + "range_level": "1", + "attack_level": "1" }, { - "id": "5975", - "name": "Lizard display", "examine": "A scaly little fellow.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lizard display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5975", + "range_level": "1", + "attack_level": "1" }, { - "id": "5976", - "name": "Penguin display", "examine": "Nice suit.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penguin display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5976", + "range_level": "1", + "attack_level": "1" }, { - "id": "5977", - "name": "Camel display", "examine": "He's got the hump.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Camel display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5977", + "range_level": "1", + "attack_level": "1" }, { - "id": "5978", - "name": "Terrorbird display", "examine": "Terrifying!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "34", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "1010", "range_animation": "0", - "range_level": "1", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, - "strength_level": "23" - }, - { - "id": "5979", - "name": "Dragon display", - "examine": "Looks like a fire-breather.", - "attack_level": "1", - "combat_audio": "408,410,409", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5980", - "name": "Wyvern display", - "examine": "Needs a good square meal.", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", + "name": "Terrorbird display", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5981", - "name": "Battle tortoise display", - "examine": "A huge beast.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5982", - "name": "Mole display", - "examine": "Loves making molehills.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5983", - "name": "Schoolgirl" - }, - { - "id": "5984", - "name": "Schoolgirl" - }, - { - "id": "5985", - "name": "Schoolgirl" - }, - { - "id": "5986", - "name": "Workman", - "examine": "It hides in stone", - "aggressive": "true", - "attack_level": "95", - "defence_animation": "0", - "defence_level": "1", "lifepoints": "34", - "magic_animation": "0", - "magic_level": "95", + "strength_level": "23", + "id": "5978", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like a fire-breather.", + "melee_animation": "0", "range_animation": "0", - "range_level": "95", - "safespot": null, - "strength_level": "95", - "weakness": "10" - }, - { - "id": "5987", - "name": "Sylas", - "examine": "A gnarly old man." - }, - { - "id": "5988", - "name": "Miazrqa" - }, - { - "id": "5989", - "name": "Grimgnash" - }, - { - "id": "5990", - "name": "Rupert the Beard", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5991", - "name": "Drain pipe" - }, - { - "id": "5992", - "name": "Rupert the Beard", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5993", - "name": "Experiment No.2", - "examine": "A very odd looking creature.", - "attack_level": "46", - "death_animation": "6512", + "combat_audio": "408,410,409", "defence_animation": "0", - "defence_level": "46", - "lifepoints": "131", "magic_animation": "0", - "magic_level": "46", + "death_animation": "0", + "name": "Dragon display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5979", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Needs a good square meal.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wyvern display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5980", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge beast.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Battle tortoise display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5981", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Loves making molehills.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mole display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5982", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It hides in stone", + "range_animation": "0", + "magic_level": "95", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "34", + "strength_level": "95", + "id": "5986", + "aggressive": "true", + "range_level": "95", + "attack_level": "95" + }, + { + "name": "Rupert the Beard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "5990", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Rupert the Beard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "5992", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very odd looking creature.", "melee_animation": "6513", "range_animation": "0", - "range_level": "46", + "magic_level": "46", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6512", + "name": "Experiment No.2", + "defence_level": "46", "safespot": null, + "lifepoints": "131", "strength_level": "46", - "weakness": "10" + "id": "5993", + "range_level": "46", + "attack_level": "46" }, { - "id": "5994", - "name": "Mouse", "examine": "A huge mouse. It looks hungry...", - "aggressive": "true", - "attack_level": "44", - "death_animation": "6521", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", - "magic_animation": "0", "melee_animation": "6519", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6521", + "name": "Mouse", + "defence_level": "44", "safespot": null, + "lifepoints": "62", "strength_level": "44", - "weakness": "9" - }, - { - "id": "5995", - "name": "Mouse" - }, - { - "id": "5996", - "name": "Glod", + "id": "5994", "aggressive": "true", - "attack_level": "1", - "death_animation": "6502", - "defence_animation": "6503", - "defence_level": "1", - "lifepoints": "160", + "range_level": "1", + "attack_level": "44" + }, + { "melee_animation": "6501", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "6503", + "death_animation": "6502", + "name": "Glod", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5997", - "name": "Rupert the Beard" + "lifepoints": "160", + "strength_level": "1", + "id": "5996", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "name": "Rupert the Beard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", "id": "5999", - "name": "Rupert the Beard", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", + "attack_level": "1" + }, + { + "name": "Rupert the Beard", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6000", - "name": "Rupert the Beard" - }, - { + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", "id": "6001", - "name": "Rupert the Beard", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", "safespot": null, - "strength_level": "1" - }, - { - "id": "6002", - "name": "Gnome" - }, - { - "id": "6003", - "name": "Winkin" - }, - { - "id": "6004", - "name": "Gnome" - }, - { - "id": "6005", - "name": "Cage" - }, - { + "lifepoints": "100", + "strength_level": "70", "id": "6006", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6007", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6008", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6009", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6010", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6011", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6012", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6013", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6014", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6015", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6016", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6017", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6018", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6019", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6020", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6021", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6022", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6023", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6024", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6025", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { - "id": "6026", - "name": "Boris", "examine": "A traveling man. Are those fleas?", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Boris", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6026", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6027", - "name": "Imre", "examine": "A well organised shop keeper.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Imre", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6027", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6028", - "name": "Yuri", "examine": "He's staring at the moon.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Yuri", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6028", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6029", - "name": "Joseph", "examine": "He keeps calling me comrade.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Joseph", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6029", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6030", - "name": "Nikolai", "examine": "There's a set of brows that mean business.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Nikolai", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6030", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6031", - "name": "Eduard", "examine": "This is one feral looking innkeeper.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Eduard", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6031", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6032", - "name": "Lev", "examine": "A tough looking villager.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Lev", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6032", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6033", - "name": "Georgy", "examine": "A simple villager.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Georgy", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6033", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6034", - "name": "Svetlana", "examine": "Seems a bit of a drama queen.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Svetlana", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6034", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6035", - "name": "Irina", "examine": "I bet she works out.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Irina", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6035", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6036", - "name": "Alexis", "examine": "She doesn't say much.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Alexis", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6036", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6037", - "name": "Milla", "examine": "She looks like she can handle herself.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Milla", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6037", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6038", - "name": "Galina", "examine": "She seems light on her feet.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Galina", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6038", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6039", - "name": "Sofiya", "examine": "A wise villager.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Sofiya", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6039", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6040", - "name": "Ksenia", "examine": "Not exactly a warrior princess.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Ksenia", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6040", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6041", - "name": "Yadviga", "examine": "A well off villager.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Yadviga", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6041", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6042", - "name": "Nikita", "examine": "The woman.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Nikita", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6042", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6043", - "name": "Vera", "examine": "She seems sure of herself.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Vera", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6043", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6044", - "name": "Zoja", "examine": "A healthy villager.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Zoja", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6044", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6045", - "name": "Liliya", "examine": "She's looking for flowers.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Liliya", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6045", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6046", - "name": "Big Wolf", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "909,912,911", - "death_animation": "6558", - "defence_animation": "6557", - "defence_level": "1", - "lifepoints": "74", "melee_animation": "6559", - "range_level": "1", + "combat_audio": "909,912,911", "respawn_delay": "60", - "safespot": null, + "defence_animation": "6557", "slayer_exp": "74", - "strength_level": "1" + "death_animation": "6558", + "name": "Big Wolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "74", + "strength_level": "1", + "id": "6046", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "6047", - "name": "Wolf", "examine": "A vicious mountain wolf.", - "aggressive": "true", - "attack_level": "22", - "attack_speed": "6", + "melee_animation": "6579", + "range_animation": "6579", "combat_audio": "909,912,911", + "attack_speed": "6", + "defence_animation": "6578", + "slayer_exp": "34", + "magic_animation": "6579", "death_animation": "6576", - "defence_animation": "6578", + "name": "Wolf", "defence_level": "22", + "safespot": null, "lifepoints": "69", - "magic_animation": "6579", - "melee_animation": "6579", - "range_animation": "6579", + "strength_level": "1", + "id": "6047", + "aggressive": "true", "range_level": "1", - "safespot": null, - "slayer_exp": "34", - "strength_level": "1" + "attack_level": "22" }, { - "id": "6048", - "name": "Wolf", "examine": "Now it has no armour", - "aggressive": "true", - "attack_level": "95", + "range_animation": "0", "combat_audio": "481,491,490", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "157", - "magic_animation": "0", "magic_level": "95", - "range_animation": "0", - "range_level": "95", - "safespot": null, + "defence_animation": "0", + "weakness": "10", "slayer_exp": "34", - "strength_level": "95", - "weakness": "10" - }, - { - "id": "6049", + "magic_animation": "0", "name": "Wolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "157", + "strength_level": "95", + "id": "6048", + "aggressive": "true", + "range_level": "95", + "attack_level": "95" + }, + { "examine": "A big coward. Thok mocks scaredy man.", - "aggressive": "true", - "attack_level": "75", "combat_audio": "481,491,490", - "defence_animation": "0", - "defence_level": "75", - "lifepoints": "100", - "magic_animation": "0", "magic_level": "75", - "range_level": "75", - "safespot": null, + "defence_animation": "0", + "weakness": "10", "slayer_exp": "34", + "magic_animation": "0", + "name": "Wolf", + "defence_level": "75", + "safespot": null, + "lifepoints": "100", "strength_level": "75", - "weakness": "10" + "id": "6049", + "aggressive": "true", + "range_level": "75", + "attack_level": "75" }, { - "id": "6050", - "name": "Desert Wolf", "examine": "A vicious desert wolf.", - "attack_level": "20", - "attack_speed": "5", - "death_animation": "6558", - "defence_animation": "6578", - "defence_level": "5", - "lifepoints": "55", - "magic_animation": "6579", "melee_animation": "6579", "range_animation": "6579", - "range_level": "1", + "attack_speed": "5", + "defence_animation": "6578", + "weakness": "9", + "magic_animation": "6579", + "death_animation": "6558", + "name": "Desert Wolf", + "defence_level": "5", "safespot": null, + "lifepoints": "55", "strength_level": "20", - "weakness": "9" + "id": "6050", + "range_level": "1", + "attack_level": "20" }, { - "id": "6051", - "name": "Desert Wolf", "examine": "A vicious desert wolf.", - "attack_level": "20", - "attack_speed": "5", - "death_animation": "6558", - "defence_animation": "6578", - "defence_level": "5", - "lifepoints": "55", - "magic_animation": "6579", "melee_animation": "6579", "range_animation": "6579", - "range_level": "1", - "safespot": null, - "strength_level": "20" - }, - { - "id": "6052", - "name": "Ice wolf", - "examine": "Not man's best friend.", - "aggressive": "true", - "attack_level": "1", + "attack_speed": "5", + "defence_animation": "6578", + "magic_animation": "6579", "death_animation": "6558", - "defence_animation": "6557", - "defence_level": "1", - "lifepoints": "70", + "name": "Desert Wolf", + "defence_level": "5", + "safespot": null, + "lifepoints": "55", + "strength_level": "20", + "id": "6051", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Not man's best friend.", "melee_animation": "6559", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "6557", + "death_animation": "6558", + "name": "Ice wolf", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "70", + "strength_level": "1", + "id": "6052", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "6053", - "name": "Ninja Impling", - "examine": "A very stealthy impling." - }, - { - "id": "6054", - "name": "Dragon impling", "examine": "An impling who likes the word \"dragon\".", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6055", - "name": "Baby Impling Puro", - "examine": "A baby impling. Ahhh.", - "respawn_delay": "7" - }, - { - "id": "6056", - "name": "Young Impling Puro", - "examine": "A young impling. It's not fair!", - "respawn_delay": "7" - }, - { - "id": "6057", - "name": "Gourmet Impling Puro", - "examine": "An impling gourmet. Mmmm, tasty.", - "respawn_delay": "7" - }, - { - "id": "6058", - "name": "Earth Impling Puro", - "examine": "An earth impling. Rock on.", - "respawn_delay": "50" - }, - { - "id": "6059", - "name": "Essence Impling Puro", - "examine": "An impling who likes magic. Magic!", - "respawn_delay": "50" - }, - { - "id": "6060", - "name": "Eclectic Impling Puro", - "examine": "An impling with varied tastes.", - "respawn_delay": "7" - }, - { - "id": "6061", - "name": "Nature Impling Puro", - "examine": "A nature impling. Right on, maaan.", - "respawn_delay": "9999" - }, - { - "id": "6062", - "name": "Magpie Impling Puro", - "examine": "Ooh, shiny things!", - "respawn_delay": "9999" - }, - { - "id": "6063", - "name": "Ninja Impling Puro", - "examine": "A very stealthy impling.", - "respawn_delay": "9999" - }, - { - "id": "6064", "name": "Dragon impling", - "examine": "An impling who likes the word \"dragon.\"", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "6054", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An impling who likes the word \"dragon.\"", + "name": "Dragon impling", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6064", + "range_level": "1", + "attack_level": "1" }, { - "id": "6065", - "name": "Puro Spawn (Low)", - "respawn_delay": "1" - }, - { - "id": "6066", - "name": "Puro Spawn (Mid)", - "respawn_delay": "1" - }, - { - "id": "6067", - "name": "Puro Spawn (High)", - "respawn_delay": "1" - }, - { - "id": "6071", - "name": "Immenizz" - }, - { - "id": "6072", - "name": "Fairy Aeryka", "examine": "She tends the wheat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy Aeryka", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6072", + "range_level": "1", + "attack_level": "1" }, { - "id": "6073", - "name": "Wandering impling", "examine": "He looks a little lost.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wandering impling", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6073", + "range_level": "1", + "attack_level": "1" }, { - "id": "6074", - "name": "Imp defender", "examine": "An angry little imp. Grrr.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Imp defender", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6075", - "name": "Cyclops" + "lifepoints": "10", + "strength_level": "1", + "id": "6074", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A one-eyed man eater.", + "melee_animation": "4652", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "4651", + "weakness": "8", + "slayer_exp": "75", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "35", + "safespot": null, + "lifepoints": "75", + "strength_level": "65", "id": "6078", - "name": "Cyclops", - "examine": "A one-eyed man eater.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "35", - "lifepoints": "75", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "75", - "strength_level": "65", - "weakness": "8" + "attack_level": "65" }, { + "examine": "A one-eyed woman eater.", + "melee_animation": "4652", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "4651", + "weakness": "1", + "slayer_exp": "100", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "65", + "safespot": null, + "lifepoints": "100", + "strength_level": "65", "id": "6079", - "name": "Cyclops", - "examine": "A one-eyed woman eater.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "65", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "100", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { - "id": "6080", - "name": "Cyclops", "examine": "A one-eyed man eater.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "35", - "lifepoints": "75", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "4652", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", - "safespot": null, + "defence_animation": "4651", + "weakness": "8", "slayer_exp": "75", - "strength_level": "65", - "weakness": "8" - }, - { - "id": "6081", + "magic_animation": "0", + "death_animation": "4653", "name": "Cyclops", - "examine": "A one-eyed woman eater.", + "defence_level": "35", + "safespot": null, + "lifepoints": "75", + "strength_level": "65", + "id": "6080", "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "65", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "1", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A one-eyed woman eater.", "melee_animation": "4652", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "100", - "strength_level": "65", - "weakness": "1" - }, - { - "id": "6082", - "name": "Captain Ned" - }, - { - "id": "6085", - "name": "Cabin boy Jenkins" - }, - { - "id": "6086", - "name": "Cabin boy Jenkins" - }, - { - "id": "6087", - "name": "Elvarg" - }, - { - "id": "6088", - "name": "Zombie rat", - "examine": "Overgrown undead vermin.", - "attack_level": "2", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "2", - "weakness": "7" - }, - { - "id": "6089", - "name": "Zombie rat", - "examine": "Overgrown undead vermin.", - "attack_level": "2", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "2", - "weakness": "7" - }, - { - "id": "6090", - "name": "Zombie rat", - "examine": "Overgrown undead vermin.", - "attack_level": "2", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "2", - "weakness": "7" - }, - { - "id": "6091", - "name": "Skeleton", - "examine": "Ey.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "22", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6092", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "22", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6093", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "9", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "12", - "magic_animation": "0", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "8" - }, - { - "id": "6094", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5540", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "6095", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "6096", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "6097", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "6098", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "6099", - "name": "Zombie", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5571", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "6100", - "name": "Zombie", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5571", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "6101", - "name": "Lesser demon", - "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "4651", + "weakness": "1", + "slayer_exp": "100", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "65", + "safespot": null, + "lifepoints": "100", + "strength_level": "65", + "id": "6081", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Overgrown undead vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4935", + "name": "Zombie rat", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "6088", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "Overgrown undead vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4935", + "name": "Zombie rat", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "6089", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "Overgrown undead vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4935", + "name": "Zombie rat", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "6090", + "range_level": "1", + "attack_level": "2" + }, + { + "melee_animation": "5540", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5541", + "slayer_exp": "25", + "death_animation": "5542", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6094", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6095", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6096", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6097", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6098", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5571", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "6099", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5571", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "6100", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lesser, but still pretty big.", "melee_animation": "4630", "range_animation": "4630", - "range_level": "1", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "65", + "weakness": "4", "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", "strength_level": "70", - "weakness": "4" + "id": "6101", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" }, { - "id": "6102", - "name": "Lost barbarian", "examine": "His face is expressionless.", - "attack_level": "60", - "death_animation": "836", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Lost barbarian", "defence_level": "60", + "safespot": null, "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "60", - "weakness": "7" - }, - { - "id": "6103", - "name": "Skeleton hero", - "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", - "aggressive": "true", - "attack_level": "53", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "53", - "lifepoints": "75", - "magic_animation": "0", - "melee_animation": "2067", - "range_animation": "0", + "id": "6102", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "53", - "weakness": "8" + "attack_level": "60" }, { - "id": "6104", - "name": "Skeleton brute", - "examine": "An ex-barbarian, willing to make you ex too.", - "aggressive": "true", - "attack_level": "63", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "63", - "weakness": "8" - }, - { - "id": "6105", - "name": "Skeleton warlord", - "examine": "He's heartless.", - "aggressive": "true", - "attack_level": "65", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "92", - "magic_animation": "0", - "melee_animation": "2067", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "8" - }, - { - "id": "6106", - "name": "Skeleton heavy", - "examine": "He's less heavy now.", - "aggressive": "true", - "attack_level": "64", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "8" - }, - { - "id": "6107", - "name": "Skeleton thug", - "examine": "Floats like an anvil, hits like a hammer.", - "aggressive": "true", - "attack_level": "61", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "61", - "lifepoints": "87", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "61", - "weakness": "8" - }, - { - "id": "6108", - "name": "Entrana firebird", "examine": "Probably not a chicken.", - "attack_level": "1", - "death_animation": "6812", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "0", "melee_animation": "6811", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "6812", + "name": "Entrana firebird", + "defence_level": "1", "safespot": null, + "lifepoints": "5", "strength_level": "1", - "weakness": "1" + "id": "6108", + "range_level": "1", + "attack_level": "1" }, { - "id": "6109", - "name": "Mounted terrorbird gnome", "examine": "These gnomes know how to get around!", - "attack_level": "38", - "death_animation": "6791", + "melee_animation": "6790", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6791", + "name": "Mounted terrorbird gnome", "defence_level": "38", + "safespot": null, "lifepoints": "54", - "magic_animation": "0", - "melee_animation": "6790", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "38", - "weakness": "8" + "id": "6109", + "range_level": "1", + "attack_level": "38" }, { + "examine": "These gnomes know how to get around!", + "melee_animation": "6790", + "respawn_delay": "60", + "defence_animation": "6792", + "death_animation": "6791", + "name": "Mounted terrorbird gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "55", + "strength_level": "1", "id": "6110", - "name": "Mounted terrorbird gnome", - "examine": "These gnomes know how to get around!", - "attack_level": "1", - "death_animation": "6791", - "defence_animation": "6792", - "defence_level": "1", - "lifepoints": "55", - "melee_animation": "6790", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "These gnomes know how to get around!", + "melee_animation": "6790", + "respawn_delay": "60", + "defence_animation": "6792", + "death_animation": "6791", + "name": "Mounted terrorbird gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "55", + "strength_level": "1", "id": "6111", - "name": "Mounted terrorbird gnome", - "examine": "These gnomes know how to get around!", - "attack_level": "1", - "death_animation": "6791", - "defence_animation": "6792", - "defence_level": "1", - "lifepoints": "55", - "melee_animation": "6790", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6112", - "name": "Ducklings", "examine": "Aww, cute.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ducklings", + "defence_level": "1", + "water_npc": "true", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "water_npc": "true" + "id": "6112", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "6113", - "name": "Duck", "examine": "Quackers.", - "attack_level": "1", - "death_animation": "750", - "defence_animation": "3268", - "defence_level": "1", - "lifepoints": "3", "melee_animation": "747", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "3268", + "death_animation": "750", + "name": "Duck", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6114", - "name": "Drake" + "lifepoints": "3", + "strength_level": "1", + "id": "6113", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A messy bird.", + "melee_animation": "3467", + "range_animation": "3467", + "combat_audio": "309,311,310", + "attack_speed": "5", + "defence_animation": "1014", + "weakness": "6", + "magic_animation": "3467", + "death_animation": "3468", + "name": "Seagull", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "6115", - "name": "Seagull", - "examine": "A messy bird.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "309,311,310", - "death_animation": "3468", - "defence_animation": "1014", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "3467", - "melee_animation": "3467", - "range_animation": "3467", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "6" + "attack_level": "1" }, { + "examine": "A messy bird.", + "melee_animation": "3467", + "range_animation": "3467", + "combat_audio": "309,311,310", + "attack_speed": "5", + "defence_animation": "1014", + "magic_animation": "3467", + "death_animation": "3468", + "name": "Seagull", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "6116", - "name": "Seagull", - "examine": "A messy bird.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "309,311,310", - "death_animation": "3468", - "defence_animation": "1014", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "3467", - "melee_animation": "3467", - "range_animation": "3467", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6117", - "name": "Mr. Mordaut", "examine": "Do not upset this teacher. You have been warned!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6118", - "name": "Observatory assistant", - "examine": "He helps the professor.", - "attack_level": "1", + "defence_animation": "0", + "magic_animation": "0", "death_animation": "0", - "defence_animation": "0", + "name": "Mr. Mordaut", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6119", - "name": "Observatory professor", - "examine": "A man, learned in the ways of the stars." - }, - { - "id": "6122", - "name": "Sleeping guard", - "examine": "Sleeping like an ugly baby.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6123", - "name": "Naghead", - "examine": "An old goblin hag.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6124", - "name": "Wagchin", - "examine": "A young goblin 'beauty'.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6125", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6126", - "name": "Goblin", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6127", - "name": "Greasycheeks", - "examine": "Big appetite for a small creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6128", - "name": "Smellytoes", - "examine": "Likes drink a little too much.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6129", - "name": "Creakyknees", - "examine": "Lean and green.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6130", - "name": "Clothears" - }, - { - "id": "6131", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", - "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "6132", - "name": "Goblin", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6133", - "name": "Goblin", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6134", - "name": "Dunce", - "examine": "This imp is clearly the class clown.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6135", - "name": "Town crier", - "examine": "Get useful information from this guy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6136", - "name": "Town crier", - "examine": "Get useful information from this guy." - }, - { - "id": "6137", - "name": "Town crier", - "examine": "Get useful information from this guy." - }, - { - "id": "6138", - "name": "Town crier" - }, - { - "id": "6139", - "name": "Town crier" - }, - { - "id": "6140", - "name": "Squire (Intermediate)", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6141", - "name": "Squire (Veteran)", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6142", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "50", - "lifepoints": "200", - "magic_level": "50", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6143", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", - "defence_level": "50", - "lifepoints": "200", - "magic_level": "25", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6144", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "50", - "lifepoints": "200", - "magic_level": "50", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6145", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "50", - "lifepoints": "200", - "magic_level": "50", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6146", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "200", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6147", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "200", - "magic_level": "15", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6148", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "200", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6149", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "200", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6150", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "150,150,150,75,75,0,0,0,0,0,0,0,0,0,0", - "defence_level": "70", - "lifepoints": "250", - "magic_level": "70", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6151", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "150,150,150,150,37,0,0,0,0,0,0,0,0,0,0", - "defence_level": "70", - "lifepoints": "250", - "magic_level": "40", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6152", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "150,150,75,150,75,0,0,0,0,0,0,0,0,0,0", - "defence_level": "70", - "lifepoints": "250", - "magic_level": "70", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6153", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "75,75,150,150,75,0,0,0,0,0,0,0,0,0,0", - "defence_level": "70", - "lifepoints": "250", - "magic_level": "70", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6154", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6155", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", - "magic_level": "15", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6156", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6157", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6158", - "name": "Sir Lucan" - }, - { - "id": "6159", - "name": "Workman", - "examine": "It is cold and solid. Thok will strap it to Marmaros's leg.", - "aggressive": "true", - "attack_level": "50", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "114", - "magic_animation": "0", - "magic_level": "50", - "range_animation": "0", - "range_level": "50", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "6160", - "name": "Sir Lancelot" - }, - { - "id": "6161", - "name": "Sir Bedivere" - }, - { - "id": "6162", - "name": "Sir Tristram" - }, - { - "id": "6163", - "name": "Sir Pelleas" - }, - { - "id": "6164", - "name": "Sir Gawain" - }, - { - "id": "6165", - "name": "Sir Kay" - }, - { - "id": "6166", - "name": "Sir Pelleas" - }, - { - "id": "6167", - "name": "Sir Gawain" - }, - { - "id": "6168", - "name": "Sir Kay" - }, - { - "id": "6169", - "name": "Squire", - "examine": "Squire to the Knights of the Round Table.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6170", - "name": "Sir Lancelot", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "422", - "defence_level": "1", - "lifepoints": "118", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6171", - "name": "Sir Kay" - }, - { - "id": "6172", - "name": "Sir Gawain" - }, - { - "id": "6173", - "name": "Sir Lucan" - }, - { - "id": "6174", - "name": "Bandit" - }, - { - "id": "6175", - "name": "Sir Tristram" - }, - { - "id": "6176", - "name": "Sir Pelleas" - }, - { - "id": "6177", - "name": "Sir Bedivere" - }, - { - "id": "6178", - "name": "Anna" - }, - { - "id": "6179", - "name": "David" - }, - { - "id": "6180", - "name": "Anna" - }, - { - "id": "6181", - "name": "Court judge" - }, - { - "id": "6182", - "name": "Jury" - }, - { - "id": "6183", - "name": "Guard", - "examine": "An officer of the law.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6184", - "name": "Guard", - "examine": "An officer of the law.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6185", - "name": "Prosecutor" - }, - { - "id": "6186", - "name": "Morgan Le Faye" - }, - { - "id": "6188", - "name": "Renegade knight", - "examine": "He isn't very friendly.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "1", - "weakness": "8" + "id": "6117", + "range_level": "1", + "attack_level": "1" }, { - "id": "6189", - "name": "Black Knight", - "examine": "A dark-hearted knight.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", - "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", - "combat_audio": "2503,15,512", - "death_animation": "836", + "examine": "He helps the professor.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "25", - "lifepoints": "42", "magic_animation": "0", + "death_animation": "0", + "name": "Observatory assistant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6118", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sleeping like an ugly baby.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sleeping guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6122", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old goblin hag.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Naghead", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6123", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A young goblin 'beauty'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wagchin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6124", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6125", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6126", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big appetite for a small creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Greasycheeks", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6127", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes drink a little too much.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Smellytoes", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6128", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lean and green.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Creakyknees", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6129", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", + "id": "6131", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6132", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6133", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This imp is clearly the class clown.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dunce", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6134", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Get useful information from this guy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Town crier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6135", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire (Intermediate)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6140", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire (Veteran)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6141", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "50", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6142", + "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "25", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "50", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6143", + "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "50", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6144", + "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "50", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6145", + "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6146", + "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "15", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6147", + "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6148", + "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6149", + "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "70", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6150", + "bonuses": "150,150,150,75,75,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "70", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6151", + "bonuses": "150,150,150,150,37,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "70", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6152", + "bonuses": "150,150,75,150,75,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "70", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6153", + "bonuses": "75,75,150,150,75,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6154", + "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "15", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6155", + "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6156", + "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6157", + "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It is cold and solid. Thok will strap it to Marmaros's leg.", + "range_animation": "0", + "magic_level": "50", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Workman", + "defence_level": "65", + "safespot": null, + "lifepoints": "114", + "strength_level": "50", + "id": "6159", + "aggressive": "true", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Squire to the Knights of the Round Table.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6169", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "400", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "422", + "death_animation": "836", + "name": "Sir Lancelot", + "defence_level": "1", + "safespot": null, + "lifepoints": "118", + "strength_level": "1", + "id": "6170", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An officer of the law.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6183", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An officer of the law.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6184", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He isn't very friendly.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "0", + "name": "Renegade knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6188", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dark-hearted knight.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "combat_audio": "2503,15,512", + "attack_speed": "5", "respawn_delay": "25", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "25", "safespot": null, + "lifepoints": "42", "strength_level": "25", - "weakness": "8" + "id": "6189", + "aggressive": "true", + "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", + "range_level": "1", + "attack_level": "25" }, { - "id": "6190", - "name": "Guard", "examine": "Primping with combs and hair clips.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6191", - "name": "Sinclair" - }, - { - "id": "6198", - "name": "Sinclair", - "examine": "The name isn't just for show.", - "aggressive": "true", - "attack_level": "55", + "combat_audio": "511,513,512", "defence_animation": "0", - "defence_level": "55", - "lifepoints": "85", "magic_animation": "0", - "magic_level": "55", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6190", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The name isn't just for show.", "range_animation": "0", - "range_level": "55", + "magic_level": "55", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Sinclair", + "defence_level": "55", "safespot": null, + "lifepoints": "85", "strength_level": "55", - "weakness": "10" + "id": "6198", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" }, { - "id": "6199", - "name": "Banker" - }, - { - "id": "6200", - "name": "Banker", "examine": "He can look after my money.", - "attack_level": "1", + "name": "Banker", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6200", + "range_level": "1", + "attack_level": "1" }, { - "id": "6201", "name": "Knight", - "attack_level": "1", - "combat_audio": "511,513,512", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6201", + "range_level": "1", + "attack_level": "1" }, { - "id": "6202", - "name": "K'ril Tsutsaroth" - }, - { - "id": "6203", - "name": "K'ril Tsutsaroth", "examine": "A servant of the god Zamorak. ", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "340", + "melee_animation": "6945", "attack_speed": "6", - "bonuses": "160,160,160,0,0,80,80,80,130,80,0,31,0,0,0", - "clue_level": "2", - "death_animation": "6946", - "defence_animation": "6944", - "defence_level": "270", - "lifepoints": "255", - "magic_animation": "6945", - "magic_level": "200", - "melee_animation": "6945", - "poison_amount": "", - "poison_immune": "true", "poisonous": "", - "range_animation": "6945", - "range_level": "1", "respawn_delay": "150", - "safespot": null, + "weakness": "9", "slayer_exp": "350", + "poison_amount": "", + "magic_animation": "6945", + "death_animation": "6946", + "lifepoints": "255", + "id": "6203", + "aggressive": "true", + "bonuses": "160,160,160,0,0,80,80,80,130,80,0,31,0,0,0", + "agg_radius": "64", + "range_animation": "6945", + "magic_level": "200", + "defence_animation": "6944", + "name": "K'ril Tsutsaroth", + "defence_level": "270", + "poison_immune": "true", + "safespot": null, "strength_level": "300", - "weakness": "9" + "clue_level": "2", + "range_level": "1", + "attack_level": "340" }, { - "id": "6204", - "name": "Tstanon Karlak", - "examine": "Destroyer of 1000 planes!", "agg_radius": "64", - "aggressive": "true", - "attack_level": "124", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,-5,0,0,14,0,0,0", - "death_animation": "6946", - "defence_animation": "6944", - "defence_level": "125", - "lifepoints": "142", - "magic_animation": "6945", - "magic_level": "50", + "examine": "Destroyer of 1000 planes!", "melee_animation": "6945", "range_animation": "6945", - "range_level": "50", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "142", - "strength_level": "118", - "weakness": "9" - }, - { - "id": "6205", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6206", - "name": "Zakl'n Gritch", - "examine": "Scourge of light.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "83", "attack_speed": "5", - "bonuses": "0,0,0,0,20,0,0,0,-5,0,0,0,0,0,20", - "combat_style": "1", - "death_animation": "6946", - "defence_animation": "6945", - "defence_level": "127", - "lifepoints": "150", - "magic_animation": "7033", "magic_level": "50", - "melee_animation": "7033", - "projectile": "1209", - "range_animation": "7033", - "range_level": "150", "respawn_delay": "50", - "safespot": null, - "slayer_exp": "150", - "start_gfx": "1208", - "strength_level": "76", - "weakness": "0" - }, - { - "id": "6207", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6208", - "name": "Balfrug Kreeyath", - "examine": "Despoiler of Ullek.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "115", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,10,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "6946", "defence_animation": "6944", - "defence_level": "153", - "lifepoints": "161", - "magic_animation": "7033", - "magic_level": "150", - "melee_animation": "7033", - "projectile": "1213", - "range_animation": "7033", - "range_level": "1", - "respawn_delay": "50", + "weakness": "9", + "slayer_exp": "142", + "magic_animation": "6945", + "death_animation": "6946", + "name": "Tstanon Karlak", + "defence_level": "125", "safespot": null, - "slayer_exp": "161", - "start_gfx": "1212", - "strength_level": "60" - }, - { - "id": "6209", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6210", - "name": "Hellhound", - "examine": "From the maws of hell.", + "lifepoints": "142", + "strength_level": "118", + "id": "6204", "aggressive": "true", - "attack_level": "105", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "3717,3719,3718", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "102", - "lifepoints": "116", - "magic_animation": "6579", + "bonuses": "0,0,0,0,0,0,0,0,-5,0,0,14,0,0,0", + "range_level": "50", + "attack_level": "124" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6205", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Scourge of light.", + "start_gfx": "1208", + "combat_style": "1", + "melee_animation": "7033", + "attack_speed": "5", + "respawn_delay": "50", + "weakness": "0", + "slayer_exp": "150", + "magic_animation": "7033", + "death_animation": "6946", + "lifepoints": "150", + "id": "6206", + "aggressive": "true", + "bonuses": "0,0,0,0,20,0,0,0,-5,0,0,0,0,0,20", + "agg_radius": "64", + "range_animation": "7033", + "magic_level": "50", + "defence_animation": "6945", + "name": "Zakl'n Gritch", + "defence_level": "127", + "safespot": null, + "strength_level": "76", + "range_level": "150", + "projectile": "1209", + "attack_level": "83" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6207", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "Despoiler of Ullek.", + "start_gfx": "1212", + "combat_style": "2", + "melee_animation": "7033", + "range_animation": "7033", + "attack_speed": "5", + "magic_level": "150", + "respawn_delay": "50", + "defence_animation": "6944", + "slayer_exp": "161", + "magic_animation": "7033", + "death_animation": "6946", + "name": "Balfrug Kreeyath", + "defence_level": "153", + "safespot": null, + "lifepoints": "161", + "strength_level": "60", + "id": "6208", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,10,0,0,0,0,0,0", + "range_level": "1", + "projectile": "1213", + "attack_level": "115" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6209", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "From the maws of hell.", "melee_animation": "6579", "range_animation": "6579", - "range_level": "1", + "combat_audio": "3717,3719,3718", + "attack_speed": "4", "respawn_delay": "50", - "safespot": null, + "defence_animation": "6578", + "weakness": "7", "slayer_exp": "116", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Hellhound", + "defence_level": "102", + "safespot": null, + "lifepoints": "116", "strength_level": "104", - "weakness": "7" + "id": "6210", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "105" }, { - "id": "6211", - "name": "Imp", "examine": "Have you checked your pockets lately?", - "aggressive": "true", - "attack_level": "4", - "bonuses": "10,5,5,10,10,10,10,10,10,0,0,0,0,0,0", - "combat_audio": "534,536,535", - "death_animation": "172", - "defence_animation": "170", - "defence_level": "4", - "lifepoints": "10", - "magic_animation": "169", "melee_animation": "169", - "movement_radius": "25", "range_animation": "169", - "range_level": "1", + "combat_audio": "534,536,535", + "defence_animation": "170", + "weakness": "7", + "magic_animation": "169", + "death_animation": "172", + "name": "Imp", + "defence_level": "4", "safespot": null, + "movement_radius": "25", + "lifepoints": "10", "strength_level": "4", - "weakness": "7" + "id": "6211", + "aggressive": "true", + "bonuses": "10,5,5,10,10,10,10,10,10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "4" }, { + "examine": "He doesn't look pleased to see me.", + "melee_animation": "6536", + "range_animation": "6536", + "respawn_delay": "25", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "64", + "safespot": null, + "lifepoints": "100", + "strength_level": "64", "id": "6212", - "name": "Werewolf", - "examine": "He doesn't look pleased to see me.", "aggressive": "true", - "attack_level": "64", "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", "clue_level": "1", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "64", - "lifepoints": "100", - "magic_animation": "6536", - "melee_animation": "6536", - "range_animation": "6536", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "64", - "weakness": "7" + "attack_level": "64" }, { + "examine": "He doesn't look pleased to see me.", + "melee_animation": "6536", + "range_animation": "6536", + "respawn_delay": "25", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "64", + "safespot": null, + "lifepoints": "100", + "strength_level": "64", "id": "6213", - "name": "Werewolf", - "examine": "He doesn't look pleased to see me.", "aggressive": "true", - "attack_level": "64", "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", "clue_level": "1", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "64", - "lifepoints": "100", - "magic_animation": "6536", - "melee_animation": "6536", - "range_animation": "6536", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "64", - "weakness": "7" + "attack_level": "64" }, { - "id": "6214", - "name": "Vampire", "examine": "It looks really hungry!", - "aggressive": "true", - "attack_level": "44", - "bonuses": "30,35,30,40,50,50,50,25,30,30,0,0,0,0,0", - "clue_level": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "44", - "lifepoints": "60", - "magic_animation": "810", "melee_animation": "810", "range_animation": "810", - "range_level": "1", "respawn_delay": "25", + "defence_animation": "404", + "magic_animation": "810", + "death_animation": "9055", + "name": "Vampire", + "defence_level": "44", "safespot": null, - "strength_level": "44" + "lifepoints": "60", + "strength_level": "44", + "id": "6214", + "aggressive": "true", + "bonuses": "30,35,30,40,50,50,50,25,30,30,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "44" }, { - "id": "6215", - "name": "Bloodveld", "examine": "The tongue of evil.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "4", - "clue_level": "2", - "combat_audio": "312,314,313", - "death_animation": "9131", - "defence_animation": "9132", - "defence_level": "30", - "lifepoints": "120", - "magic_animation": "1552", "melee_animation": "9130", "range_animation": "1552", - "range_level": "1", + "combat_audio": "312,314,313", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "9132", "slayer_exp": "120", - "strength_level": "45" + "magic_animation": "1552", + "death_animation": "9131", + "name": "Bloodveld", + "defence_level": "30", + "safespot": null, + "lifepoints": "120", + "strength_level": "45", + "id": "6215", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" }, { - "id": "6216", - "name": "Pyrefiend", "examine": "A small fire demon.", - "aggressive": "true", - "attack_level": "25", - "bonuses": "25,25,20,40,40,40,15,30,20,60,20,0,0,0,0", - "clue_level": "1", - "combat_audio": "696,698,697", - "death_animation": "1580", - "defence_animation": "1581", - "defence_level": "25", - "lifepoints": "48", - "magic_animation": "1582", "melee_animation": "1582", "range_animation": "1582", - "range_level": "1", + "combat_audio": "696,698,697", "respawn_delay": "25", + "defence_animation": "1581", + "weakness": "7", + "magic_animation": "1582", + "death_animation": "1580", + "name": "Pyrefiend", + "defence_level": "25", "safespot": null, + "lifepoints": "48", "strength_level": "25", - "weakness": "7" + "id": "6216", + "aggressive": "true", + "bonuses": "25,25,20,40,40,40,15,30,20,60,20,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { - "id": "6217", - "name": "Icefiend", "examine": "A small ice demon.", - "attack_level": "5", - "bonuses": "5,5,5,5,10,10,10,10,10,10,5,0,0,0,0", - "clue_level": "0", - "combat_audio": "531,533,532", - "death_animation": "8078", - "defence_animation": "8079", - "defence_level": "5", - "lifepoints": "15", - "magic_animation": "8080", "melee_animation": "8080", "range_animation": "8080", - "range_level": "1", + "combat_audio": "531,533,532", "respawn_delay": "25", + "defence_animation": "8079", + "magic_animation": "8080", + "death_animation": "8078", + "name": "Icefiend", + "defence_level": "5", "safespot": null, - "strength_level": "5" + "lifepoints": "15", + "strength_level": "5", + "id": "6217", + "bonuses": "5,5,5,5,10,10,10,10,10,10,5,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "5" }, { - "id": "6218", - "name": "Gorak", "examine": "Those horns look pretty sharp...", - "aggressive": "true", - "attack_level": "70", - "bonuses": "30,30,50,70,40,70,70,50,60,55,0,0,0,0,0", - "death_animation": "4302", - "defence_animation": "4301", - "defence_level": "70", - "lifepoints": "112", - "magic_animation": "4300", "melee_animation": "4300", "range_animation": "4300", - "range_level": "1", "respawn_delay": "25", - "safespot": null, + "defence_animation": "4301", + "weakness": "9", "slayer_exp": "112", + "magic_animation": "4300", + "death_animation": "4302", + "name": "Gorak", + "defence_level": "70", + "safespot": null, + "lifepoints": "112", "strength_level": "70", - "weakness": "9" + "id": "6218", + "aggressive": "true", + "bonuses": "30,30,50,70,40,70,70,50,60,55,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" }, { - "id": "6219", - "name": "Spiritual warrior", "examine": "Warrior of Zamorak.", - "aggressive": "true", - "attack_level": "66", + "melee_animation": "390", + "range_animation": "390", "attack_speed": "5", + "respawn_delay": "25", + "defence_animation": "1156", + "weakness": "6", + "magic_animation": "390", + "death_animation": "9055", + "name": "Spiritual warrior", + "defence_level": "66", + "safespot": null, + "lifepoints": "102", + "strength_level": "66", + "id": "6219", + "aggressive": "true", "bonuses": "40,60,60,60,60,20,50,55,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "9055", - "defence_animation": "1156", - "defence_level": "66", - "lifepoints": "102", - "magic_animation": "390", - "melee_animation": "390", - "range_animation": "390", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "66", - "weakness": "6" + "attack_level": "66" }, { - "id": "6220", - "name": "Spiritual ranger", "examine": "A ranger spirit dedicated to Zamorak.", + "start_gfx": "18", + "combat_style": "1", + "start_height": "96", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "25", + "defence_animation": "404", + "weakness": "1", + "magic_animation": "426", + "death_animation": "9055", + "name": "Spiritual ranger", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "6220", "aggressive": "true", - "attack_level": "1", "bonuses": "50,70,50,50,50,70,50,85,85,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "426", - "melee_animation": "426", - "projectile": "9", - "range_animation": "426", "range_level": "70", - "respawn_delay": "25", - "safespot": null, - "start_gfx": "18", - "start_height": "96", - "strength_level": "1", - "weakness": "1" + "projectile": "9", + "attack_level": "1" }, { - "id": "6221", - "name": "Spiritual mage", "examine": "A deadly servant of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "2", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "61", - "end_gfx": "78", - "end_height": "0", - "lifepoints": "75", - "magic_animation": "811", - "magic_level": "180", "melee_animation": "811", - "projectile": "78", - "range_animation": "811", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "25", + "weakness": "3", + "magic_animation": "811", + "death_animation": "9055", + "lifepoints": "75", + "id": "6221", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_animation": "811", + "magic_level": "180", + "end_gfx": "78", + "defence_animation": "404", + "end_height": "0", + "name": "Spiritual mage", + "defence_level": "61", "safespot": null, "strength_level": "1", - "weakness": "3" + "clue_level": "2", + "range_level": "1", + "projectile": "78", + "attack_level": "1" }, { - "id": "6222", - "name": "Kree'arra", - "examine": "Graceful avatar of Armadyl.", "agg_radius": "64", - "aggressive": "true", - "attack_level": "300", + "examine": "Graceful avatar of Armadyl.", + "melee_animation": "6977", + "range_animation": "6977", "attack_speed": "3", + "magic_level": "200", + "respawn_delay": "150", + "defence_animation": "6974", + "weakness": "10", + "slayer_exp": "357", + "magic_animation": "6977", + "death_animation": "6975", + "name": "Kree'arra", + "defence_level": "260", + "poison_immune": "true", + "safespot": null, + "lifepoints": "255", + "strength_level": "200", + "id": "6222", + "aggressive": "true", "bonuses": "136,136,136,0,120,180,180,180,200,200,0,12,0,0,0", "clue_level": "2", - "death_animation": "6975", - "defence_animation": "6974", - "defence_level": "260", - "lifepoints": "255", - "magic_animation": "6977", - "magic_level": "200", - "melee_animation": "6977", - "poison_immune": "true", - "range_animation": "6977", "range_level": "380", - "respawn_delay": "150", - "safespot": null, - "slayer_exp": "357", - "strength_level": "200", - "weakness": "10" + "attack_level": "300" }, { - "id": "6223", - "name": "Wingman Skree", "examine": "Graceful, bird-like creature.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "5", - "bonuses": "45,45,45,0,0,0,0,0,0,0,0,25,0,0,0", "combat_style": "2", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "160", - "lifepoints": "121", - "magic_animation": "6952", - "magic_level": "150", "melee_animation": "6952", - "poison_immune": "false", - "prj_height": "92", - "projectile": "1199", - "range_animation": "6952", - "range_level": "100", + "attack_speed": "5", "respawn_delay": "50", - "safespot": null, + "weakness": "3", "slayer_exp": "124", - "strength_level": "50", - "weakness": "3" - }, - { - "id": "6224", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6225", - "name": "Flockleader Geerin", - "examine": "Graceful, bird-like creature.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "5", - "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", + "magic_animation": "6952", "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "175", - "lifepoints": "132", - "magic_animation": "6953", - "magic_level": "50", - "melee_animation": "6953", - "poison_immune": "false", + "lifepoints": "121", + "id": "6223", + "aggressive": "true", + "bonuses": "45,45,45,0,0,0,0,0,0,0,0,25,0,0,0", "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", - "range_level": "150", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "133", - "strength_level": "80", - "weakness": "4" - }, - { - "id": "6226", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6227", - "name": "Flight Kilisa", - "examine": "Graceful, bird-like creature.", "agg_radius": "64", - "aggressive": "true", - "attack_level": "124", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0", - "death_animation": "6956", + "range_animation": "6952", + "magic_level": "150", "defence_animation": "6955", - "defence_level": "175", - "lifepoints": "133", - "magic_animation": "6954", + "name": "Wingman Skree", + "defence_level": "160", + "poison_immune": "false", + "safespot": null, + "strength_level": "50", + "range_level": "100", + "projectile": "1199", + "attack_level": "80" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6224", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Graceful, bird-like creature.", + "combat_style": "1", + "melee_animation": "6953", + "attack_speed": "5", + "respawn_delay": "50", + "weakness": "4", + "slayer_exp": "133", + "magic_animation": "6953", + "death_animation": "6956", + "lifepoints": "132", + "id": "6225", + "aggressive": "true", + "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0", + "prj_height": "92", + "agg_radius": "64", + "range_animation": "6953", "magic_level": "50", + "defence_animation": "6955", + "name": "Flockleader Geerin", + "defence_level": "175", + "poison_immune": "false", + "safespot": null, + "strength_level": "80", + "range_level": "150", + "projectile": "1190", + "attack_level": "80" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6226", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "Graceful, bird-like creature.", "melee_animation": "6954", "range_animation": "6954", - "range_level": "169", + "attack_speed": "5", + "magic_level": "50", "respawn_delay": "50", - "safespot": null, + "defence_animation": "6955", + "weakness": "6", "slayer_exp": "133", - "strength_level": "118", - "weakness": "6" - }, - { - "id": "6228", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", + "magic_animation": "6954", + "death_animation": "6956", + "name": "Flight Kilisa", + "defence_level": "175", "safespot": null, - "strength_level": "1" + "lifepoints": "133", + "strength_level": "118", + "id": "6227", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0", + "range_level": "169", + "attack_level": "124" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6228", + "range_level": "1", + "attack_level": "1" }, { - "id": "6229", - "name": "Spiritual warrior", "examine": "A servant of Armadyl.", + "combat_style": "1", + "melee_animation": "6954", + "range_animation": "6954", + "respawn_delay": "25", + "defence_animation": "6955", + "weakness": "6", + "magic_animation": "6954", + "death_animation": "6956", + "name": "Spiritual warrior", + "defence_level": "70", + "safespot": null, + "lifepoints": "98", + "strength_level": "70", + "id": "6229", "aggressive": "true", - "attack_level": "70", "bonuses": "40,40,50,50,20,50,50,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "70", - "lifepoints": "98", - "magic_animation": "6954", - "melee_animation": "6954", - "range_animation": "6954", "range_level": "68", - "respawn_delay": "25", - "safespot": null, - "strength_level": "70", - "weakness": "6" + "attack_level": "70" }, { - "id": "6230", - "name": "Spiritual ranger", "examine": "Armadyl's favourite servant.", + "combat_style": "1", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", + "defence_animation": "6955", + "weakness": "4", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Spiritual ranger", + "defence_level": "70", + "safespot": null, + "lifepoints": "89", + "strength_level": "1", + "id": "6230", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "70", - "lifepoints": "89", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", "range_level": "70", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6231", - "name": "Spiritual mage", "examine": "A mage who serves Armadyl above all else - even death.", - "aggressive": "true", - "attack_level": "1", + "combat_style": "2", + "melee_animation": "6952", + "range_animation": "6952", "attack_speed": "5", + "magic_level": "150", + "respawn_delay": "25", + "defence_animation": "6955", + "weakness": "4", + "magic_animation": "6952", + "death_animation": "6956", + "name": "Spiritual mage", + "defence_level": "111", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "6231", + "aggressive": "true", "bonuses": "0,0,0,0,0,9,12,5,45,28,0,0,0,0,0", "clue_level": "2", - "combat_style": "2", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "111", - "lifepoints": "75", - "magic_animation": "6952", - "magic_level": "150", - "melee_animation": "6952", - "prj_height": "92", - "projectile": "1199", - "range_animation": "6952", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "projectile": "1199", + "prj_height": "92", + "attack_level": "1" }, { - "id": "6232", - "name": "Aviansie", "examine": "Graceful, bird-like creature.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "40", + "safespot": null, "lifepoints": "70", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1191", - "range_animation": "6953", - "range_level": "40", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6233", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6232", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "40", + "projectile": "1191", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "45", + "safespot": null, "lifepoints": "83", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", + "strength_level": "1", + "id": "6233", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "45", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { + "examine": "Graceful, bird-like creature.", + "combat_style": "1", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", + "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", + "defence_level": "50", + "safespot": null, + "lifepoints": "86", + "strength_level": "1", "id": "6234", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "50", - "lifepoints": "86", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", "range_level": "50", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { + "examine": "Graceful, bird-like creature.", + "combat_style": "1", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", + "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", + "defence_level": "50", + "safespot": null, + "lifepoints": "86", + "strength_level": "1", "id": "6235", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "50", - "lifepoints": "86", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", "range_level": "50", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6236", - "name": "Aviansie", "examine": "Graceful, bird-like creature.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "55", + "safespot": null, "lifepoints": "95", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", + "strength_level": "1", + "id": "6236", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "55", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { + "examine": "Graceful, bird-like creature.", + "combat_style": "1", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", + "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", + "defence_level": "55", + "safespot": null, + "lifepoints": "98", + "strength_level": "1", "id": "6237", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "55", - "lifepoints": "98", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1191", - "range_animation": "6953", "range_level": "55", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1191", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6238", - "name": "Aviansie", "examine": "Graceful, bird-like creature.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "65", + "safespot": null, "lifepoints": "124", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", - "range_level": "65", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6239", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6238", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "65", + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "65", + "safespot": null, "lifepoints": "139", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1191", - "range_animation": "6953", - "range_level": "65", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6240", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6239", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "65", + "projectile": "1191", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "40", + "safespot": null, "lifepoints": "63", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1191", - "range_animation": "6953", - "range_level": "40", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6241", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6240", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "40", + "projectile": "1191", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "40", + "safespot": null, "lifepoints": "65", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", - "range_level": "40", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6242", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6241", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "40", + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "40", + "safespot": null, "lifepoints": "83", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", + "strength_level": "1", + "id": "6242", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "40", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6243", - "name": "Aviansie", "examine": "Graceful, bird-like creature.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "50", + "safespot": null, "lifepoints": "69", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", + "strength_level": "1", + "id": "6243", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "50", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6244", - "name": "Aviansie", "examine": "Graceful, bird-like creature.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "55", + "safespot": null, "lifepoints": "75", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", - "range_level": "55", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6245", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6244", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "55", + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "55", - "lifepoints": "98", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", - "range_level": "55", - "respawn_delay": "25", "safespot": null, - "strength_level": "1" - }, - { - "id": "6246", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "lifepoints": "98", + "strength_level": "1", + "id": "6245", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "65", - "lifepoints": "73", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1191", - "range_animation": "6953", - "range_level": "65", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "range_level": "55", + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6247", - "name": "Commander Zilyana", - "examine": "Commander of Saradomin's forces. ", - "agg_radius": "64", + "examine": "Graceful, bird-like creature.", + "combat_style": "1", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", + "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", + "defence_level": "65", + "safespot": null, + "lifepoints": "73", + "strength_level": "1", + "id": "6246", "aggressive": "true", - "attack_level": "280", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "65", + "projectile": "1191", + "attack_level": "1", + "prj_height": "92" + }, + { + "agg_radius": "64", + "examine": "Commander of Saradomin's forces. ", + "melee_animation": "6964", + "range_animation": "6964", "attack_speed": "2", + "magic_level": "300", + "respawn_delay": "150", + "defence_animation": "6966", + "weakness": "7", + "slayer_exp": "360", + "magic_animation": "6964", + "death_animation": "6965", + "name": "Commander Zilyana", + "defence_level": "300", + "poison_immune": "true", + "safespot": null, + "lifepoints": "255", + "strength_level": "196", + "id": "6247", + "aggressive": "true", "bonuses": "195,195,195,200,0,100,100,100,100,100,0,20,0,0,0", "clue_level": "2", - "death_animation": "6965", - "defence_animation": "6966", - "defence_level": "300", - "lifepoints": "255", - "magic_animation": "6964", - "magic_level": "300", - "melee_animation": "6964", - "poison_immune": "true", - "range_animation": "6964", "range_level": "250", - "respawn_delay": "150", - "safespot": null, - "slayer_exp": "360", - "strength_level": "196", - "weakness": "7" + "attack_level": "280" }, { - "id": "6248", - "name": "Starlight", + "agg_radius": "64", "examine": "The bane of darkness.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "120", - "attack_speed": "5", - "bonuses": "60,60,60,0,0,12,14,13,5,13,0,10,0,0,0", - "combat_audio": "3829,3866,3849", - "death_animation": "6377", - "defence_animation": "6375", - "defence_level": "120", - "lifepoints": "160", - "magic_animation": "6376", - "magic_level": "125", "melee_animation": "6376", - "poison_immune": "false", "range_animation": "6376", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "125", - "weakness": "7" - }, - { - "id": "6249", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6250", - "name": "Growler", - "examine": "Defender of the faithful.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "100", + "combat_audio": "3829,3866,3849", "attack_speed": "5", - "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0", - "combat_audio": "3830,3869,3867", - "combat_style": "2", - "death_animation": "7016", - "defence_animation": "7017", + "magic_level": "125", + "respawn_delay": "50", + "defence_animation": "6375", + "weakness": "7", + "slayer_exp": "0", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Starlight", "defence_level": "120", - "end_gfx": "1186", - "lifepoints": "146", - "magic_animation": "7019", - "magic_level": "150", - "melee_animation": "7019", - "prj_height": "0", - "projectile": "1185", - "range_animation": "7019", - "range_level": "1", - "respawn_delay": "50", + "poison_immune": "false", "safespot": null, - "slayer_exp": "0", - "start_gfx": "1184", - "strength_level": "101" - }, - { - "id": "6251", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6252", - "name": "Bree", - "examine": "Champion of Truth.", - "agg_radius": "64", + "lifepoints": "160", + "strength_level": "125", + "id": "6248", "aggressive": "true", - "attack_level": "110", - "attack_speed": "5", - "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0", - "combat_style": "1", - "death_animation": "7011", - "defence_animation": "7010", - "defence_level": "130", - "end_gfx": "24", - "lifepoints": "162", - "magic_animation": "7009", - "magic_level": "80", - "melee_animation": "7009", - "prj_height": "50", - "projectile": "1188", - "range_animation": "7009", - "range_level": "150", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "80", - "weakness": "0" + "bonuses": "60,60,60,0,0,12,14,13,5,13,0,10,0,0,0", + "range_level": "1", + "attack_level": "120" }, { - "id": "6253", "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6254", - "name": "Saradomin priest", - "examine": "A holy man wearing ancient clothing.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "40,40,40,40,20,50,40,55,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "60", - "end_gfx": "76", - "lifepoints": "89", - "magic_animation": "811", - "magic_level": "60", - "melee_animation": "811", - "poisonous": "", - "range_animation": "811", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, + "combat_audio": "511,513,512", "strength_level": "1", - "weakness": "3" + "id": "6249", + "range_level": "1", + "attack_level": "1" }, { - "id": "6255", - "name": "Spiritual warrior", - "examine": "Warrior of Saradomin.", - "aggressive": "true", - "attack_level": "66", + "examine": "Defender of the faithful.", + "start_gfx": "1184", + "combat_style": "2", + "melee_animation": "7019", "attack_speed": "5", - "bonuses": "40,60,60,60,60,20,50,45,0,0,0,0,0,0,0", - "clue_level": "2", + "respawn_delay": "50", + "slayer_exp": "0", + "magic_animation": "7019", + "death_animation": "7016", + "lifepoints": "146", + "id": "6250", + "aggressive": "true", + "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0", + "prj_height": "0", + "agg_radius": "64", + "range_animation": "7019", + "combat_audio": "3830,3869,3867", + "magic_level": "150", + "end_gfx": "1186", + "defence_animation": "7017", + "name": "Growler", + "defence_level": "120", + "safespot": null, + "strength_level": "101", + "range_level": "1", + "projectile": "1185", + "attack_level": "100" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6251", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Champion of Truth.", + "combat_style": "1", + "melee_animation": "7009", + "attack_speed": "5", + "respawn_delay": "50", + "weakness": "0", + "slayer_exp": "0", + "magic_animation": "7009", + "death_animation": "7011", + "lifepoints": "162", + "id": "6252", + "aggressive": "true", + "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0", + "prj_height": "50", + "agg_radius": "64", + "range_animation": "7009", + "magic_level": "80", + "end_gfx": "24", + "defence_animation": "7010", + "name": "Bree", + "defence_level": "130", + "safespot": null, + "strength_level": "80", + "range_level": "150", + "projectile": "1188", + "attack_level": "110" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6253", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man wearing ancient clothing.", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "poisonous": "", + "magic_level": "60", + "respawn_delay": "25", + "end_gfx": "76", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "811", "death_animation": "9055", - "defence_animation": "1156", - "defence_level": "66", - "lifepoints": "100", - "magic_animation": "390", + "name": "Saradomin priest", + "defence_level": "60", + "safespot": null, + "lifepoints": "89", + "strength_level": "1", + "id": "6254", + "aggressive": "true", + "bonuses": "40,40,40,40,20,50,40,55,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Warrior of Saradomin.", "melee_animation": "390", "range_animation": "390", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "25", + "defence_animation": "1156", + "weakness": "8", + "magic_animation": "390", + "death_animation": "9055", + "name": "Spiritual warrior", + "defence_level": "66", "safespot": null, + "lifepoints": "100", "strength_level": "66", - "weakness": "8" + "id": "6255", + "aggressive": "true", + "bonuses": "40,60,60,60,60,20,50,45,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "66" }, { - "id": "6256", - "name": "Spiritual ranger", "examine": "A ranger spirit dedicated to Saradomin.", + "start_gfx": "18", + "combat_style": "1", + "start_height": "96", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "25", + "defence_animation": "404", + "weakness": "0", + "magic_animation": "426", + "death_animation": "9055", + "name": "Spiritual ranger", + "defence_level": "70", + "safespot": null, + "lifepoints": "106", + "strength_level": "1", + "id": "6256", "aggressive": "true", - "attack_level": "1", "bonuses": "50,70,50,50,50,70,50,65,65,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "70", - "lifepoints": "106", - "magic_animation": "426", - "melee_animation": "426", - "projectile": "9", - "range_animation": "426", "range_level": "70", - "respawn_delay": "25", - "safespot": null, - "start_gfx": "18", - "start_height": "96", - "strength_level": "1", - "weakness": "0" + "projectile": "9", + "attack_level": "1" }, { - "id": "6257", - "name": "Spiritual mage", "examine": "Saradomin's holy mage.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,8,7,3,16,2,0,0,0,0,0", - "clue_level": "2", "combat_style": "2", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "86", - "end_gfx": "76", - "end_height": "0", - "lifepoints": "85", - "magic_animation": "811", - "magic_level": "160", "melee_animation": "811", - "projectile": "76", - "range_animation": "811", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "25", + "weakness": "4", + "magic_animation": "811", + "death_animation": "9055", + "lifepoints": "85", + "id": "6257", + "aggressive": "true", + "bonuses": "0,0,0,0,0,8,7,3,16,2,0,0,0,0,0", + "range_animation": "811", + "magic_level": "160", + "end_gfx": "76", + "defence_animation": "404", + "end_height": "0", + "name": "Spiritual mage", + "defence_level": "86", "safespot": null, "strength_level": "1", - "weakness": "4" + "clue_level": "2", + "range_level": "1", + "projectile": "76", + "attack_level": "1" }, { - "id": "6258", - "name": "Knight of Saradomin", "examine": "A valiant knight.", - "aggressive": "true", - "attack_level": "50", - "bonuses": "40,40,40,40,50,20,40,50,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "410", - "defence_level": "50", - "lifepoints": "135", - "magic_animation": "407", "melee_animation": "407", "range_animation": "407", - "range_level": "1", "respawn_delay": "25", + "defence_animation": "410", + "weakness": "7", + "magic_animation": "407", + "death_animation": "9055", + "name": "Knight of Saradomin", + "defence_level": "50", "safespot": null, + "lifepoints": "135", "strength_level": "50", - "weakness": "7" + "id": "6258", + "aggressive": "true", + "bonuses": "40,40,40,40,50,20,40,50,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" }, { - "id": "6259", - "name": "Knight of Saradomin", "examine": "A valiant knight.", - "aggressive": "true", - "attack_level": "50", - "bonuses": "40,40,40,40,50,20,40,65,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "424", - "defence_level": "50", - "lifepoints": "108", - "magic_animation": "401", "melee_animation": "401", "range_animation": "401", - "range_level": "1", "respawn_delay": "25", + "defence_animation": "424", + "weakness": "7", + "magic_animation": "401", + "death_animation": "9055", + "name": "Knight of Saradomin", + "defence_level": "50", "safespot": null, + "lifepoints": "108", "strength_level": "50", - "weakness": "7" + "id": "6259", + "aggressive": "true", + "bonuses": "40,40,40,40,50,20,40,65,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" }, { - "id": "6260", - "name": "General Graardor", - "examine": "A huge war chief.", "agg_radius": "64", - "aggressive": "true", - "attack_level": "280", + "examine": "A huge war chief.", + "melee_animation": "7060", + "range_animation": "7060", "attack_speed": "6", + "magic_level": "280", + "respawn_delay": "150", + "defence_animation": "7061", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7060", + "death_animation": "7062", + "name": "General Graardor", + "defence_level": "250", + "poison_immune": "true", + "safespot": null, + "lifepoints": "255", + "strength_level": "350", + "id": "6260", + "aggressive": "true", "bonuses": "120,120,120,0,100,90,90,90,65,90,0,43,0,0,0", "clue_level": "2", - "death_animation": "7062", - "defence_animation": "7061", - "defence_level": "250", - "lifepoints": "255", - "magic_animation": "7060", - "magic_level": "280", - "melee_animation": "7060", - "poison_immune": "true", - "range_animation": "7060", "range_level": "350", - "respawn_delay": "150", - "safespot": null, - "slayer_exp": "0", - "strength_level": "350", - "weakness": "10" + "attack_level": "280" }, { - "id": "6261", + "agg_radius": "64", + "examine": "A battle-honed goblin. ", + "melee_animation": "6154", + "range_animation": "6154", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "50", + "defence_animation": "6155", + "weakness": "8", + "magic_animation": "6154", + "death_animation": "6156", "name": "Sergeant Strongstack", - "examine": "A battle-honed goblin. ", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "124", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0", - "death_animation": "6156", - "defence_animation": "6155", "defence_level": "126", + "safespot": null, "lifepoints": "128", - "magic_animation": "6154", - "magic_level": "50", - "melee_animation": "6154", - "range_animation": "6154", - "range_level": "50", - "respawn_delay": "50", - "safespot": null, "strength_level": "118", - "weakness": "8" + "id": "6261", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0", + "range_level": "50", + "attack_level": "124" }, { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "6262", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6263", - "name": "Sergeant Steelwill", - "examine": "A battle-honed goblin. ", "agg_radius": "64", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,6,0,0,0", - "combat_style": "2", - "death_animation": "6156", - "defence_animation": "6155", - "defence_level": "150", - "lifepoints": "127", - "magic_animation": "6154", - "magic_level": "150", - "melee_animation": "6154", - "projectile": "1203", - "range_animation": "6154", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, + "examine": "A battle-honed goblin. ", "start_gfx": "1202", - "strength_level": "50", - "weakness": "3" - }, - { - "id": "6264", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6265", - "name": "Sergeant Grimspike", - "examine": "A battle-honed goblin. ", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "5", - "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,20", - "combat_style": "1", - "death_animation": "6156", - "defence_animation": "6155", - "defence_level": "132", - "lifepoints": "146", - "magic_animation": "6154", - "magic_level": "50", + "combat_style": "2", "melee_animation": "6154", - "projectile": "1206", "range_animation": "6154", - "range_level": "150", + "attack_speed": "5", + "magic_level": "150", "respawn_delay": "50", + "defence_animation": "6155", + "weakness": "3", + "magic_animation": "6154", + "death_animation": "6156", + "name": "Sergeant Steelwill", + "defence_level": "150", "safespot": null, - "strength_level": "80", - "weakness": "2" - }, - { - "id": "6266", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6267", - "name": "Fishing spot", - "examine": "Big, ugly, and smelly.", + "lifepoints": "127", + "strength_level": "50", + "id": "6263", "aggressive": "true", - "attack_level": "27", - "attack_speed": "6", - "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "27", - "lifepoints": "60", - "magic_animation": "359", - "magic_level": "27", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,6,0,0,0", + "range_level": "1", + "projectile": "1203", + "attack_level": "80" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6264", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "A battle-honed goblin. ", + "combat_style": "1", + "melee_animation": "6154", + "range_animation": "6154", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "50", + "defence_animation": "6155", + "weakness": "2", + "magic_animation": "6154", + "death_animation": "6156", + "name": "Sergeant Grimspike", + "defence_level": "132", + "safespot": null, + "lifepoints": "146", + "strength_level": "80", + "id": "6265", + "aggressive": "true", + "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,20", + "range_level": "150", + "projectile": "1206", + "attack_level": "80" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6266", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big, ugly, and smelly.", "melee_animation": "359", "range_animation": "359", - "range_level": "27", + "attack_speed": "6", + "magic_level": "27", "respawn_delay": "25", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Fishing spot", + "defence_level": "27", "safespot": null, - "strength_level": "27" + "lifepoints": "60", + "strength_level": "27", + "id": "6267", + "aggressive": "true", + "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", + "range_level": "27", + "attack_level": "27" }, { - "id": "6268", - "name": "Jogre", "examine": "Green and aggressive.", - "aggressive": "true", - "attack_level": "62", - "attack_speed": "6", - "bonuses": "10,20,20,20,20,20,10,20,0,0,0,0,0,0,0", - "clue_level": "1", - "death_animation": "2938", - "defence_animation": "2937", - "defence_level": "62", - "lifepoints": "70", - "magic_animation": "2936", "melee_animation": "2936", "range_animation": "2936", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "25", + "defence_animation": "2937", + "weakness": "8", + "magic_animation": "2936", + "death_animation": "2938", + "name": "Jogre", + "defence_level": "62", "safespot": null, + "lifepoints": "70", "strength_level": "62", - "weakness": "8" + "id": "6268", + "aggressive": "true", + "bonuses": "10,20,20,20,20,20,10,20,0,0,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "62" }, { + "examine": "A one-eyed man-eater.", + "melee_animation": "4652", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "4651", + "weakness": "8", + "slayer_exp": "110", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "48", + "safespot": null, + "lifepoints": "110", + "strength_level": "70", "id": "6269", - "name": "Cyclops", - "examine": "A one-eyed man-eater.", "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "48", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "110", - "strength_level": "70", - "weakness": "8" + "attack_level": "60" }, { + "examine": "A one-eyed man-eater.", + "melee_animation": "4652", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "4651", + "weakness": "8", + "slayer_exp": "110", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "48", + "safespot": null, + "lifepoints": "110", + "strength_level": "70", "id": "6270", - "name": "Cyclops", - "examine": "A one-eyed man-eater.", "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "48", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "110", - "strength_level": "70", - "weakness": "8" + "attack_level": "60" }, { - "id": "6271", - "name": "Ork", "examine": "Ugly, fierce and with a bad attitude.", - "aggressive": "true", - "attack_level": "68", - "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "68", - "lifepoints": "110", - "magic_animation": "4320", "melee_animation": "4320", "range_animation": "4320", - "range_level": "1", "respawn_delay": "25", + "defence_animation": "4322", + "weakness": "8", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Ork", + "defence_level": "68", "safespot": null, + "lifepoints": "110", "strength_level": "68", - "weakness": "8" + "id": "6271", + "aggressive": "true", + "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" }, { + "examine": "Ugly, fierce and with a bad attitude.", + "melee_animation": "4320", + "range_animation": "4320", + "respawn_delay": "25", + "defence_animation": "4322", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Ork", + "defence_level": "68", + "safespot": null, + "lifepoints": "110", + "strength_level": "68", "id": "6272", - "name": "Ork", - "examine": "Ugly, fierce and with a bad attitude.", "aggressive": "true", - "attack_level": "68", "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "68", - "lifepoints": "110", - "magic_animation": "4320", - "melee_animation": "4320", - "range_animation": "4320", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "68" + "attack_level": "68" }, { + "examine": "Ugly, fierce and with a bad attitude.", + "melee_animation": "4320", + "range_animation": "4320", + "respawn_delay": "25", + "defence_animation": "4322", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Ork", + "defence_level": "68", + "safespot": null, + "lifepoints": "110", + "strength_level": "68", "id": "6273", - "name": "Ork", - "examine": "Ugly, fierce and with a bad attitude.", "aggressive": "true", - "attack_level": "68", "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "68", - "lifepoints": "110", - "magic_animation": "4320", - "melee_animation": "4320", - "range_animation": "4320", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "68" + "attack_level": "68" }, { + "examine": "Ugly, fierce and with a bad attitude.", + "melee_animation": "4320", + "range_animation": "4320", + "respawn_delay": "25", + "defence_animation": "4322", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Ork", + "defence_level": "68", + "safespot": null, + "lifepoints": "110", + "strength_level": "68", "id": "6274", - "name": "Ork", - "examine": "Ugly, fierce and with a bad attitude.", "aggressive": "true", - "attack_level": "68", "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "68", - "lifepoints": "110", - "magic_animation": "4320", - "melee_animation": "4320", - "range_animation": "4320", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "68" + "attack_level": "68" }, { - "id": "6275", - "name": "Hobgoblin", "examine": "An ugly, smelly creature.", - "aggressive": "true", - "attack_level": "40", - "bonuses": "20,30,30,30,30,30,10,30,0,0,0,0,0,0,0", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "40", - "lifepoints": "52", - "magic_animation": "164", "melee_animation": "164", "range_animation": "164", - "range_level": "1", + "combat_audio": "469,472,471", "respawn_delay": "25", + "defence_animation": "165", + "weakness": "8", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "40", "safespot": null, + "lifepoints": "52", "strength_level": "40", - "weakness": "8" + "id": "6275", + "aggressive": "true", + "bonuses": "20,30,30,30,30,30,10,30,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "6276", - "name": "Spiritual ranger", "examine": "The spirit of a ranger, serving bandos beyond death.", + "start_gfx": "95", + "combat_style": "1", + "melee_animation": "4320", + "range_animation": "4320", + "respawn_delay": "25", + "defence_animation": "4322", + "weakness": "0", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Spiritual ranger", + "defence_level": "70", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "6276", "aggressive": "true", - "attack_level": "1", "bonuses": "30,50,30,30,50,60,50,40,40,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "70", - "lifepoints": "130", - "magic_animation": "4320", - "melee_animation": "4320", - "projectile": "1195", - "range_animation": "4320", "range_level": "70", - "respawn_delay": "25", - "safespot": null, - "start_gfx": "95", - "strength_level": "1", - "weakness": "0" + "projectile": "1195", + "attack_level": "1" }, { - "id": "6277", - "name": "Spiritual warrior", "examine": "A true servant of Bandos.", + "melee_animation": "4320", + "range_animation": "4320", + "respawn_delay": "25", + "defence_animation": "4322", + "weakness": "8", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Spiritual warrior", + "defence_level": "70", + "safespot": null, + "lifepoints": "131", + "strength_level": "70", + "id": "6277", "aggressive": "true", - "attack_level": "70", "bonuses": "50,40,45,60,60,60,60,20,50,60,0,0,0,0,0", "clue_level": "2", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "70", - "lifepoints": "131", - "magic_animation": "4320", - "melee_animation": "4320", - "range_animation": "4320", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "70", - "weakness": "8" + "attack_level": "70" }, { - "id": "6278", - "name": "Spiritual mage", "examine": "One of Bandos' chosen.", - "aggressive": "true", - "attack_level": "1", + "combat_style": "2", + "melee_animation": "4320", + "range_animation": "4320", "attack_speed": "5", + "magic_level": "142", + "respawn_delay": "25", + "defence_animation": "4322", + "weakness": "4", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Spiritual mage", + "defence_level": "103", + "safespot": null, + "lifepoints": "106", + "strength_level": "1", + "id": "6278", + "aggressive": "true", "bonuses": "0,0,0,0,0,12,14,13,35,13,0,0,0,0,0", "clue_level": "2", - "combat_style": "2", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "103", - "lifepoints": "106", - "magic_animation": "4320", - "magic_level": "142", - "melee_animation": "4320", - "range_animation": "4320", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { - "id": "6279", - "name": "Goblin", "examine": "An ancient goblin.", - "aggressive": "true", - "attack_level": "5", - "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0", - "clue_level": "0", + "melee_animation": "6185", + "range_animation": "6185", "combat_audio": "469,472,471", - "death_animation": "6182", + "respawn_delay": "25", "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", "defence_level": "5", + "safespot": null, "lifepoints": "20", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", + "strength_level": "5", + "id": "6279", + "aggressive": "true", + "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0", + "clue_level": "0", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "5" + "attack_level": "5" }, { + "examine": "A warrior for Bandos.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "respawn_delay": "25", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "5", + "safespot": null, + "lifepoints": "15", + "strength_level": "5", "id": "6280", - "name": "Goblin", - "examine": "A warrior for Bandos.", "aggressive": "true", - "attack_level": "5", "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "5", - "lifepoints": "15", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "5" + "attack_level": "5" }, { + "examine": "A soldier to the death.", + "melee_animation": "6188", + "range_animation": "6188", + "combat_audio": "469,472,471", + "respawn_delay": "25", + "defence_animation": "6189", + "magic_animation": "6188", + "death_animation": "6190", + "name": "Goblin", + "defence_level": "5", + "safespot": null, + "lifepoints": "15", + "strength_level": "5", "id": "6281", - "name": "Goblin", - "examine": "A soldier to the death.", "aggressive": "true", - "attack_level": "5", "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6190", - "defence_animation": "6189", - "defence_level": "5", - "lifepoints": "15", - "magic_animation": "6188", - "melee_animation": "6188", - "range_animation": "6188", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "5" + "attack_level": "5" }, { - "id": "6282", - "name": "Goblin", "examine": "A soldier to the death.", - "aggressive": "true", - "attack_level": "5", - "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0", - "clue_level": "0", + "melee_animation": "6188", + "range_animation": "6188", "combat_audio": "469,472,471", - "death_animation": "6190", + "respawn_delay": "25", "defence_animation": "6189", + "magic_animation": "6188", + "death_animation": "6190", + "name": "Goblin", "defence_level": "5", + "safespot": null, "lifepoints": "18", - "magic_animation": "6188", - "melee_animation": "6188", - "range_animation": "6188", + "strength_level": "5", + "id": "6282", + "aggressive": "true", + "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0", + "clue_level": "0", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "5" + "attack_level": "5" }, { - "id": "6283", - "name": "Goblin", "examine": "A warrior for Bandos.", - "aggressive": "true", - "attack_level": "5", - "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "5", - "lifepoints": "16", - "magic_animation": "6185", "melee_animation": "6185", "range_animation": "6185", - "range_level": "1", + "combat_audio": "469,472,471", "respawn_delay": "25", - "safespot": null, + "defence_animation": "6183", "slayer_exp": "16", - "strength_level": "5" - }, - { - "id": "6284", - "name": "Warped terrorbird" + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "5", + "safespot": null, + "lifepoints": "16", + "strength_level": "5", + "id": "6283", + "aggressive": "true", + "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "5" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6285", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6286", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6287", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6288", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6289", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", "id": "6290", - "name": "Warped terrorbird", "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "projectile": "1468", + "attack_level": "1" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6291", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6292", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", "id": "6293", - "name": "Warped terrorbird", "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "projectile": "1468", + "attack_level": "1" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "308", + "strength_level": "59", "id": "6294", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "308", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "308", + "strength_level": "59", "id": "6295", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "308", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { - "id": "6296", - "name": "Warped tortoise", "examine": "You don't think you can harm this creature.", - "attack_level": "39", + "melee_animation": "7093", + "range_animation": "0", "attack_speed": "5", - "death_animation": "7091", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "148", - "magic_animation": "0", "magic_level": "52", - "melee_animation": "7093", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "39", - "weakness": "4" - }, - { - "id": "6297", - "name": "Warped tortoise", - "attack_level": "1", - "attack_speed": "5", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", "death_animation": "7091", - "defence_animation": "7092", - "defence_level": "1", - "lifepoints": "87", + "name": "Warped tortoise", + "defence_level": "52", + "safespot": null, + "lifepoints": "148", + "strength_level": "39", + "id": "6296", + "range_level": "1", + "attack_level": "39" + }, + { "melee_animation": "7093", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6298", - "name": "Jeffery" - }, - { - "id": "6299", - "name": "Big monolith" - }, - { - "id": "6300", - "name": "Small monolith" - }, - { - "id": "6301", - "name": "Cute creature" - }, - { - "id": "6302", - "name": "Evil creature" - }, - { - "id": "6303", - "name": "Yewnock the engineer" - }, - { - "id": "6304", - "name": "Bolrie" - }, - { - "id": "6305", - "name": "Hazelmere" - }, - { - "id": "6306", - "name": "Bolrie", - "examine": "Annoyingly easy to squish.", - "aggressive": "true", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "0", - "magic_animation": "0", - "magic_level": "2", - "melee_animation": "0", - "range_animation": "0", - "range_level": "2", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6307", - "name": "Advisor" - }, - { - "id": "6308", - "name": "King Argenthorg" - }, - { - "id": "6309", - "name": "Prince Argenthorg" - }, - { - "id": "6310", - "name": "Cute creature" - }, - { - "id": "6312", - "name": "Evil creature" - }, - { - "id": "6313", - "name": "Terrorbird servant" - }, - { - "id": "6314", - "name": "Guard no. 21", - "examine": "She looks bored.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6315", - "name": "Guard no. 72", - "examine": "He looks even more bored.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6316", - "name": "Guard no. 21" - }, - { - "id": "6317", - "name": "Guard no. 72" - }, - { - "id": "6318", - "name": "Longramble" - }, - { - "id": "6319", - "name": "Spirit tree" - }, - { - "id": "6321", - "name": "Spirit tree" - }, - { - "id": "6322", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6323", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6324", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6325", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6326", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6327", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6328", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6329", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6330", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6331", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6332", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6333", - "name": "Child" - }, - { - "id": "6334", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6335", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6336", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6337", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6338", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6339", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6340", - "name": "Child" - }, - { - "id": "6341", - "name": "Child" - }, - { - "id": "6342", - "name": "Child" - }, - { - "id": "6343", - "name": "Child" - }, - { - "id": "6344", - "name": "Child", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "48", "attack_speed": "5", - "combat_style": "1", - "death_animation": "3922", + "respawn_delay": "60", + "defence_animation": "7092", + "death_animation": "7091", + "name": "Warped tortoise", + "defence_level": "1", + "safespot": null, + "lifepoints": "87", + "strength_level": "1", + "id": "6297", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Annoyingly easy to squish.", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "2", "defence_animation": "0", - "defence_level": "65", - "lifepoints": "92", "magic_animation": "0", + "name": "Bolrie", + "defence_level": "2", + "safespot": null, + "lifepoints": "0", + "strength_level": "1", + "id": "6306", + "aggressive": "true", + "range_level": "2", + "attack_level": "1" + }, + { + "examine": "She looks bored.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard no. 21", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6314", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks even more bored.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard no. 72", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6315", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6322", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6323", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6324", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6325", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6326", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6327", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6328", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6329", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6330", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6331", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6332", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6334", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6335", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6336", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6337", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6338", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6339", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", "melee_animation": "3920", "range_animation": "3920", - "range_level": "65", - "respawn_delay": "60", - "safespot": null, - "strength_level": "48", - "weakness": "1" - }, - { - "id": "6345", - "name": "Child" - }, - { - "id": "6346", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6347", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6348", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6349", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6350", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6351", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6352", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6353", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6354", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6355", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6356", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6357", - "name": "Street urchin" - }, - { - "id": "6358", - "name": "Street urchin", - "examine": "The mother of all pests!", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "1428", - "magic_animation": "0", - "magic_level": "70", - "range_level": "70", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70", - "weakness": "10" - }, - { - "id": "6359", - "name": "Street urchin" - }, - { - "id": "6360", - "name": "Street urchin" - }, - { - "id": "6361", - "name": "Street urchin" - }, - { - "id": "6362", - "name": "Eniola" - }, - { - "id": "6363", - "name": "Zamorak warrior", - "examine": "A warrior of Zamorak.", - "aggressive": "true", - "attack_level": "44", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "44", - "weakness": "7" - }, - { - "id": "6364", - "name": "Zamorak warrior", - "examine": "A warrior of Zamorak.", - "aggressive": "true", - "attack_level": "47", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "6365", - "name": "Zamorak ranger", - "examine": "A ranger of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "46", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "1" - }, - { - "id": "6366", - "name": "Zamorak ranger", - "examine": "A ranger of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "46", - "safespot": null, - "strength_level": "1", - "weakness": "1" - }, - { - "id": "6367", - "name": "Zamorak mage", - "examine": "A mage of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "49", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "6368", - "name": "Zamorak mage", - "examine": "A mage of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "49", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "6369", - "name": "Cave lizard", - "examine": "A cave dweller.", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", - "death_animation": "7205", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", + "weakness": "1", "magic_animation": "0", + "death_animation": "3922", + "name": "Child", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "48", + "id": "6344", + "aggressive": "true", + "range_level": "65", + "attack_level": "48" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6346", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6347", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6348", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6349", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6350", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6351", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6352", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6353", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6354", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6355", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6356", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The mother of all pests!", + "attack_speed": "6", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "0", + "name": "Street urchin", + "defence_level": "70", + "safespot": null, + "lifepoints": "1428", + "strength_level": "70", + "id": "6358", + "aggressive": "true", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "A warrior of Zamorak.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak warrior", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "44", + "id": "6363", + "aggressive": "true", + "range_level": "1", + "attack_level": "44" + }, + { + "examine": "A warrior of Zamorak.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak warrior", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "6364", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "A ranger of Zamorak.", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak ranger", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "6365", + "aggressive": "true", + "range_level": "46", + "attack_level": "1" + }, + { + "examine": "A ranger of Zamorak.", + "melee_animation": "426", + "range_animation": "426", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak ranger", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "6366", + "aggressive": "true", + "range_level": "46", + "attack_level": "1" + }, + { + "examine": "A mage of Zamorak.", + "combat_style": "2", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "49", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak mage", + "defence_level": "49", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "6367", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mage of Zamorak.", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "49", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak mage", + "defence_level": "49", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "6368", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cave dweller.", "melee_animation": "7207", "range_animation": "0", - "range_level": "47", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "7205", + "name": "Cave lizard", + "defence_level": "47", "safespot": null, + "lifepoints": "67", "strength_level": "1", - "weakness": "0" + "id": "6369", + "aggressive": "true", + "range_level": "47", + "attack_level": "1" }, { - "id": "6370", - "name": "Mage of Zamorak", "examine": "A representative of the Z.M.I.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mage of Zamorak", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6370", + "range_level": "1", + "attack_level": "1" }, { - "id": "6371", - "name": "Zamorak crafter", "examine": "A Z.M.I. runecrafter.", - "attack_level": "19", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "19", - "lifepoints": "27", - "magic_animation": "0", "melee_animation": "422", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "19", - "weakness": "7" - }, - { - "id": "6372", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", "name": "Zamorak crafter", - "attack_level": "1", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "19", + "id": "6371", + "range_level": "1", + "attack_level": "19" + }, + { "death_animation": "836", - "defence_animation": "425", + "name": "Zamorak crafter", "defence_level": "1", + "safespot": null, "lifepoints": "25", "melee_animation": "422", + "strength_level": "1", + "id": "6372", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6373", - "name": "Kennith" - }, - { - "id": "6374", - "name": "Guard dog", "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, + "defence_animation": "425" + }, + { "slayer_exp": "49", - "strength_level": "1" - }, - { - "id": "6375", - "name": "Wizard Cromperty" - }, - { - "id": "6376", - "name": "Jungle spider", - "examine": "A barely visible deadly spider.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", + "name": "Guard dog", "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5327", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "6377", - "name": "Jungle spider", - "examine": "A barely visible deadly spider.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5327", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6378", - "name": "Tenacious toucan", - "examine": "I wouldn't want to be footing that bill.", - "attack_level": "60", - "attack_speed": "5", - "death_animation": "6779", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "6775", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "6379", - "name": "Giant ant worker", - "examine": "I wonder how much he can lift.", - "attack_level": "35", - "death_animation": "7238", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "7237", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "9" - }, - { - "id": "6380", - "name": "Giant ant soldier", - "examine": "Gi-ant-ant-ant-ant...", - "aggressive": "true", - "attack_level": "50", - "death_animation": "7238", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "melee_animation": "7237", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "9" - }, - { - "id": "6381", - "name": "Giant wasp", - "examine": "That stinger has to hurt...", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "5", - "death_animation": "7244", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "7242", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "6382", - "name": "Pernicious parrot", - "examine": "Polynomial - a parrot that goes without breakfast", - "attack_level": "45", - "attack_speed": "5", - "death_animation": "6777", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "6775", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "45", - "weakness": "9" - }, - { - "id": "6383", - "name": "Giant wasp", - "examine": "That stinger has to hurt...", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7244", - "defence_animation": "7243", - "defence_level": "1", - "lifepoints": "37", - "melee_animation": "7242", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6384", - "name": "Karamjan Jungle Eagle" - }, - { - "id": "6385", - "name": "Karamjan Jungle eagle", - "examine": "A very large", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", "lifepoints": "10", + "strength_level": "1", + "id": "6374", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barely visible deadly spider.", + "melee_animation": "5327", + "combat_audio": "537,539,538", + "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6376", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barely visible deadly spider.", + "melee_animation": "5327", + "combat_audio": "537,539,538", + "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6377", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wouldn't want to be footing that bill.", + "melee_animation": "6775", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", "magic_animation": "0", + "death_animation": "6779", + "name": "Tenacious toucan", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "6378", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "I wonder how much he can lift.", + "melee_animation": "7237", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7238", + "name": "Giant ant worker", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", + "id": "6379", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Gi-ant-ant-ant-ant...", + "melee_animation": "7237", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7238", + "name": "Giant ant soldier", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "6380", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "That stinger has to hurt...", + "melee_animation": "7242", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7244", + "name": "Giant wasp", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "6381", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Polynomial - a parrot that goes without breakfast", + "melee_animation": "6775", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6777", + "name": "Pernicious parrot", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6382", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "That stinger has to hurt...", + "melee_animation": "7242", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "7243", + "death_animation": "7244", + "name": "Giant wasp", + "defence_level": "1", + "safespot": null, + "lifepoints": "37", + "strength_level": "1", + "id": "6383", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very large", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Karamjan Jungle eagle", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6385", + "range_level": "1", + "attack_level": "1" }, { - "id": "6386", - "name": "Bandit" - }, - { - "id": "6389", - "name": "Gargoyle", "examine": "Flies like a rock.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "428,430,429", - "death_animation": "1518", - "defence_animation": "9455", - "defence_level": "107", - "lifepoints": "105", - "magic_animation": "1516", - "magic_level": "1", "melee_animation": "9454", "range_animation": "1516", - "range_level": "1", - "safespot": null, + "combat_audio": "428,430,429", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", "slayer_exp": "105", - "strength_level": "95" + "magic_animation": "1516", + "death_animation": "1518", + "name": "Gargoyle", + "defence_level": "107", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "6389", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" }, { - "id": "6390", - "name": "Grim Reaper", "examine": "I wish I could tell where he was looking. What could be beneath that hood?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grim Reaper", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6391", - "name": "Glough" - }, - { - "id": "6392", - "name": "Oldak" - }, - { - "id": "6393", - "name": "Zanik" - }, - { - "id": "6394", - "name": "Zanik" - }, - { - "id": "6396", - "name": "Zanik" - }, - { - "id": "6398", - "name": "Zanik" - }, - { - "id": "6400", - "name": "Oldak" + "lifepoints": "10", + "strength_level": "1", + "id": "6390", + "range_level": "1", + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6402", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6403", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6404", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6405", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6406", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6407", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6408", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6409", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6410", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6411", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6412", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6413", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6414", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6415", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6416", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6417", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6418", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6419", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6420", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6421", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6422", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6423", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6424", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6425", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6426", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6427", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6428", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6429", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6430", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6431", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6432", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6433", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6434", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6435", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6436", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6437", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6438", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6439", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6440", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6441", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6442", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6443", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6444", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6445", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6446", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6447", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6448", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6449", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6450", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6451", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6452", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6453", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6454", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6455", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6456", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6457", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6458", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6459", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6460", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6461", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6462", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6463", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6464", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6465", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6466", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6467", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6468", - "name": "Skoblin" - }, - { - "id": "6469", + "examine": "A goblin high priest", + "melee_animation": "7317", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6182", "name": "Snothead", - "examine": "A goblin high priest", - "aggressive": "true", - "attack_level": "14", - "death_animation": "6182", - "defence_animation": "0", "defence_level": "14", + "safespot": null, "lifepoints": "20", - "magic_animation": "0", - "melee_animation": "7317", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "14", - "weakness": "8" + "id": "6469", + "aggressive": "true", + "range_level": "1", + "attack_level": "14" }, { - "id": "6470", + "examine": "A goblin high priest", + "melee_animation": "7317", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "6182", "name": "Snailfeet", - "examine": "A goblin high priest", - "aggressive": "true", - "attack_level": "13", - "death_animation": "6182", - "defence_animation": "0", "defence_level": "18", + "safespot": null, "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "7317", - "range_animation": "0", - "range_level": "18", - "respawn_delay": "60", - "safespot": null, "strength_level": "13", - "weakness": "2" + "id": "6470", + "aggressive": "true", + "range_level": "18", + "attack_level": "13" }, { - "id": "6471", - "name": "Mosschin", "examine": "A goblin high priest", - "aggressive": "true", - "attack_level": "16", - "death_animation": "6182", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", + "melee_animation": "7317", + "range_animation": "0", "magic_level": "22", - "melee_animation": "7317", - "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "6182", + "name": "Mosschin", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "16", - "weakness": "5" + "id": "6471", + "aggressive": "true", + "range_level": "1", + "attack_level": "16" }, { - "id": "6472", + "examine": "A goblin high priest", + "melee_animation": "7317", + "range_animation": "0", + "magic_level": "26", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "6182", "name": "Redeyes", - "examine": "A goblin high priest", - "aggressive": "true", - "attack_level": "19", - "death_animation": "6182", - "defence_animation": "0", "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", - "magic_level": "26", - "melee_animation": "7317", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "37", "strength_level": "19", - "weakness": "5" + "id": "6472", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" }, { - "id": "6473", - "name": "Strongbones", "examine": "A goblin high priest", - "aggressive": "true", - "attack_level": "19", - "death_animation": "6182", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", - "magic_level": "26", "melee_animation": "7317", "range_animation": "0", - "range_level": "1", + "magic_level": "26", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "6182", + "name": "Strongbones", + "defence_level": "26", "safespot": null, + "lifepoints": "37", "strength_level": "19", - "weakness": "5" + "id": "6473", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" }, { - "id": "6474", - "name": "Snothead" - }, - { - "id": "6475", - "name": "Snailfeet" - }, - { - "id": "6476", - "name": "Mosschin" - }, - { - "id": "6477", - "name": "Redeyes" - }, - { - "id": "6478", - "name": "Strongbones" - }, - { - "id": "6479", - "name": "Grubfoot" - }, - { - "id": "6480", - "name": "Grubfoot" - }, - { - "id": "6482", - "name": "Priest", "examine": "Priest of the Ekeleshuun tribe.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Priest", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6482", + "range_level": "1", + "attack_level": "1" }, { - "id": "6483", - "name": "Priest" - }, - { - "id": "6484", - "name": "Priest" - }, - { - "id": "6485", - "name": "Priest" - }, - { - "id": "6486", - "name": "Priest" - }, - { - "id": "6487", - "name": "Priest" - }, - { - "id": "6488", - "name": "Preacher", "examine": "He is expounding the word of the Big High War God.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Preacher", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6489", - "name": "High priest" + "lifepoints": "10", + "strength_level": "1", + "id": "6488", + "range_level": "1", + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6490", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6491", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6492", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6493", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6494", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6495", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He doesn't look very welcoming.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "6496", - "name": "Goblin guard", - "examine": "He doesn't look very welcoming.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He doesn't look very welcoming.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "6497", - "name": "Goblin guard", - "examine": "He doesn't look very welcoming.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6498", - "name": "Guard", "examine": "A guard wearing blue armour.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6498", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "6499", - "name": "Guard", "examine": "A guard wearing orange armour.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6499", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "6500", - "name": "Guard", "examine": "A guard wearing black armour.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6500", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "6501", - "name": "Guard", "examine": "A guard wearing white armour.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6501", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "6502", - "name": "Guard", "examine": "A guard wearing purple armour.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6503", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Guard", - "examine": "A guard wearing yellow armour.", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6502", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6504", - "name": "Ghost", - "attack_level": "1", - "combat_audio": "436,439,438", + "examine": "A guard wearing yellow armour.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6503", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { "slayer_exp": "25", - "strength_level": "1" + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "6504", + "range_level": "1", + "attack_level": "1" }, { - "id": "6505", - "name": "Registrar 1" - }, - { - "id": "6507", - "name": "Registrar 2", "examine": "A very noble spider and attendant to the Queen.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 2", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6507", + "range_level": "1", + "attack_level": "1" }, { - "id": "6508", - "name": "Registrar 3", "examine": "The highest ranking of the Spider Queen's servants.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 3", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6508", + "range_level": "1", + "attack_level": "1" }, { - "id": "6509", - "name": "Registrar 4", "examine": "The head of the Spider Queen's army.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 4", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6509", + "range_level": "1", + "attack_level": "1" }, { - "id": "6510", - "name": "Jury", "examine": "Trying hard to hide his identity.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jury", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6510", + "range_level": "1", + "attack_level": "1" }, { - "id": "6511", - "name": "Jury" - }, - { - "id": "6512", - "name": "Spectator", "examine": "Sir Amik's loyal squire.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6513", - "name": "Spectator" - }, - { - "id": "6514", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Spectator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6512", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A being of ore and minerals.", - "attack_level": "1", - "defence_animation": "0", + "magic_animation": "0", + "name": "Spectator", "defence_level": "1", + "safespot": null, "lifepoints": "1", - "magic_animation": "0", "range_animation": "0", + "strength_level": "1", + "id": "6514", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "0" }, { - "id": "6515", - "name": "Spectator" - }, - { - "id": "6516", - "name": "Spectator", "examine": "A monkey on a mission.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6517", - "name": "Spectator" - }, - { - "id": "6518", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Spectator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6516", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "He works for Doric & Son.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spectator", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6518", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "6519", - "name": "Spectator" - }, - { - "id": "6520", - "name": "Head Registrar" - }, - { - "id": "6521", - "name": "Grand Exchange Tutor", "examine": "Gives an introduction to the Grand Exchange.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grand Exchange Tutor", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6521", + "range_level": "1", + "attack_level": "1" }, { - "id": "6522", - "examine": "Director of the Grand Exchange." - }, - { - "id": "6523", - "name": "Farid Morrisane (ores)", "examine": "The son of Ali M!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farid Morrisane (ores)", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6523", + "range_level": "1", + "attack_level": "1" }, { - "id": "6524", - "name": "Bob Barter (herbs)", "examine": "He's probably seen better days.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bob Barter (herbs)", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6524", + "range_level": "1", + "attack_level": "1" }, { - "id": "6525", - "name": "Murky Matt (runes)", "examine": "You can never miss a pirate in disguise.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Murky Matt (runes)", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6525", + "range_level": "1", + "attack_level": "1" }, { - "id": "6526", - "name": "Relobo Blinyo (logs)", "examine": "A tribal man", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Relobo Blinyo (logs)", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6526", + "range_level": "1", + "attack_level": "1" }, { - "id": "6527", - "name": "Hofuthand (armour and weapons)", "examine": "He's travelled a long way.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hofuthand (armour and weapons)", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6527", + "range_level": "1", + "attack_level": "1" }, { - "id": "6528", - "examine": "There to help me make my bids." - }, - { - "id": "6529", - "examine": "There to help me make my bids." - }, - { - "id": "6530", - "examine": "There to help me make my bids." - }, - { - "id": "6531", - "examine": "There to help me make my bids." - }, - { - "id": "6532", - "examine": "She can look after my money. Good with money." - }, - { - "id": "6533", - "examine": "She can look after my money. Good with money." - }, - { - "id": "6534", - "examine": "He can look after my money. Good with money." - }, - { - "id": "6535", - "examine": "He can look after my money. Good with money." - }, - { - "id": "6536", - "name": "Registrar 5", "examine": "Chief architect of the Spider Realm.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 5", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6537", - "name": "Mandrith" - }, - { - "id": "6538", - "name": "Banker" - }, - { - "id": "6539", - "name": "Charley the Cleaner" - }, - { - "id": "6540", - "name": "Scotty the Cleaner" - }, - { - "id": "6541", - "name": "Sanchez the Cleaner" - }, - { - "id": "6542", - "name": "Summer Bonde" + "lifepoints": "10", + "strength_level": "1", + "id": "6536", + "range_level": "1", + "attack_level": "1" }, { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "6543", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "6544", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6558", - "name": "null", "examine": "Tapping his feet and looking very bored.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6558", + "range_level": "1", + "attack_level": "1" }, { - "id": "6560", - "name": "null", "examine": "A huge war chief. ", - "aggressive": "true", - "attack_level": "250", - "attack_speed": "5", - "bonuses": "300,300,300,300,300,300,150,300,300,250,43,96,43,30,0", - "death_animation": "7062", - "defence_animation": "7061", - "defence_level": "250", - "lifepoints": "254", - "magic_animation": "422", "melee_animation": "422", "range_animation": "422", - "range_level": "200", + "attack_speed": "5", "respawn_delay": "20", + "defence_animation": "7061", + "magic_animation": "422", + "death_animation": "7062", + "name": "null", + "defence_level": "250", "safespot": null, - "strength_level": "251" - }, - { - "id": "6566", - "name": "Broken grave marker" - }, - { - "id": "6567", - "name": "Collapsing grave marker" - }, - { - "id": "6568", - "name": "Grave marker" - }, - { - "id": "6569", - "name": "Broken grave marker" - }, - { - "id": "6570", - "name": "Collapsing grave marker" - }, - { - "id": "6571", - "name": "Gravestone" - }, - { - "id": "6572", - "name": "Broken gravestone" - }, - { - "id": "6573", - "name": "Collapsing gravestone" - }, - { - "id": "6574", - "name": "Gravestone" - }, - { - "id": "6575", - "name": "Broken gravestone" - }, - { - "id": "6576", - "name": "Collapsing gravestone" - }, - { - "id": "6577", - "name": "Gravestone" - }, - { - "id": "6578", - "name": "Broken gravestone" - }, - { - "id": "6579", - "name": "Collapsing gravestone" - }, - { - "id": "6580", - "name": "Stele" - }, - { - "id": "6581", - "name": "Broken stele" - }, - { - "id": "6582", - "name": "Collapsing stele" - }, - { - "id": "6583", - "name": "Saradomin symbol" - }, - { - "id": "6584", - "name": "Broken Saradomin symbol" - }, - { - "id": "6585", - "name": "Collapsing Saradomin symbol" - }, - { - "id": "6586", - "name": "Zamorak symbol" - }, - { - "id": "6587", - "name": "Broken Zamorak symbol" - }, - { - "id": "6588", - "name": "Collapsing Zamorak symbol" - }, - { - "id": "6589", - "name": "Guthix symbol" - }, - { - "id": "6590", - "name": "Broken Guthix symbol" - }, - { - "id": "6591", - "name": "Collapsing Guthix symbol" - }, - { - "id": "6592", - "name": "Bandos symbol" - }, - { - "id": "6593", - "name": "Broken Bandos symbol" - }, - { - "id": "6594", - "name": "Collapsing Bandos symbol" - }, - { - "id": "6595", - "name": "Armadyl symbol" - }, - { - "id": "6596", - "name": "Broken Armadyl symbol" - }, - { - "id": "6597", - "name": "Collapsing Armadyl symbol" - }, - { - "id": "6598", - "name": "Memorial stone" - }, - { - "id": "6599", - "name": "Broken memorial stone" - }, - { - "id": "6600", - "name": "Collapsing memorial stone" - }, - { - "id": "6601", - "name": "Memorial stone" - }, - { - "id": "6602", - "name": "Broken memorial stone" - }, - { - "id": "6603", - "name": "Collapsing memorial stone" + "lifepoints": "254", + "strength_level": "251", + "id": "6560", + "aggressive": "true", + "bonuses": "300,300,300,300,300,300,150,300,300,250,43,96,43,30,0", + "range_level": "200", + "attack_level": "250" }, { + "spawn_animation": "7410", + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "range_animation": "7501", + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", + "slayer_exp": "10", + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", "id": "6604", - "name": "Revenant imp", - "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", - "melee_animation": "7407", - "range_animation": "7501", "range_level": "10", - "safespot": null, - "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6605", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6606", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6607", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", + "slayer_exp": "72", + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", "id": "6608", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", - "melee_animation": "7418", - "range_animation": "7516", "range_level": "32", - "safespot": null, - "slayer_exp": "72", - "strength_level": "32" + "attack_level": "32" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6609", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6610", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6611", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6612", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6613", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6614", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6615", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6616", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6617", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6618", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6619", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6620", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6621", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", "id": "6622", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", - "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "29", - "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "attack_level": "29" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6623", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6624", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6625", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6626", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6627", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6628", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6629", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6630", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", "id": "6631", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", - "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "29", - "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "attack_level": "29" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6632", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6633", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6634", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7410", + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "range_animation": "7501", + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", + "slayer_exp": "10", + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", "id": "6635", - "name": "Revenant imp", - "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", - "melee_animation": "7407", - "range_animation": "7501", "range_level": "10", - "safespot": null, - "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6636", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6637", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6638", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6639", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6640", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", "id": "6641", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", - "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "29", - "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "attack_level": "29" }, { + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", + "slayer_exp": "72", + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", "id": "6642", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", - "melee_animation": "7418", - "range_animation": "7516", "range_level": "32", - "safespot": null, - "slayer_exp": "72", - "strength_level": "32" + "attack_level": "32" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6643", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6644", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "spawn_animation": "7457", + "examine": "The ghost of a cyclops slain during the god wars.", + "melee_animation": "7453", + "range_animation": "7510", + "magic_level": "43", + "defence_animation": "7455", + "weakness": "0", + "slayer_exp": "110", + "magic_animation": "7497", + "death_animation": "7454", + "name": "Revenant cyclops", + "defence_level": "43", + "safespot": null, + "lifepoints": "110", + "strength_level": "43", "id": "6645", - "name": "Revenant cyclops", - "examine": "The ghost of a cyclops slain during the god wars.", - "attack_level": "43", "clue_level": "2", - "death_animation": "7454", - "defence_animation": "7455", - "defence_level": "43", - "lifepoints": "110", - "magic_animation": "7497", - "magic_level": "43", - "melee_animation": "7453", - "range_animation": "7510", "range_level": "43", - "safespot": null, - "slayer_exp": "110", - "spawn_animation": "7457", - "strength_level": "43", - "weakness": "0" + "attack_level": "43" }, { + "spawn_animation": "7464", + "examine": "The essence of a hellhound slain during the god wars.", + "melee_animation": "7460", + "range_animation": "7501", + "combat_audio": "3717,3719,3718", + "magic_level": "50", + "defence_animation": "7462", + "slayer_exp": "80", + "magic_animation": "7515", + "death_animation": "7461", + "name": "Revenant hellhound", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", "id": "6646", - "name": "Revenant hellhound", - "examine": "The essence of a hellhound slain during the god wars.", - "attack_level": "50", "clue_level": "2", - "combat_audio": "3717,3719,3718", - "death_animation": "7461", - "defence_animation": "7462", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "7515", - "magic_level": "50", - "melee_animation": "7460", - "range_animation": "7501", "range_level": "50", - "safespot": null, - "slayer_exp": "80", - "spawn_animation": "7464", - "strength_level": "50" + "attack_level": "50" }, { - "id": "6647", - "name": "Revenant demon", + "spawn_animation": "7478", "examine": "The essence of a demon slain during the god wars.", - "attack_level": "60", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "7475", - "defence_animation": "7476", - "defence_level": "60", - "lifepoints": "80", - "magic_animation": "7498", - "magic_level": "60", "melee_animation": "7474", "range_animation": "7512", - "range_level": "60", - "safespot": null, + "combat_audio": "400,404,403", + "magic_level": "60", + "defence_animation": "7476", "slayer_exp": "80", - "spawn_animation": "7478", - "strength_level": "60" + "magic_animation": "7498", + "death_animation": "7475", + "name": "Revenant demon", + "defence_level": "60", + "safespot": null, + "lifepoints": "80", + "strength_level": "60", + "id": "6647", + "clue_level": "2", + "range_level": "60", + "attack_level": "60" }, { - "id": "6648", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" + "lifepoints": "105", + "strength_level": "70", + "id": "6648", + "clue_level": "2", + "range_level": "70", + "attack_level": "70" }, { - "id": "6649", - "name": "Revenant dark beast", + "spawn_animation": "7471", "examine": "The ghost of a dark beast slain during the god wars.", - "attack_level": "80", - "clue_level": "2", - "death_animation": "7468", - "defence_animation": "7469", - "defence_level": "80", - "lifepoints": "140", - "magic_animation": "7515", "melee_animation": "7467", "range_animation": "7514", - "range_level": "80", - "safespot": null, + "defence_animation": "7469", "slayer_exp": "140", - "spawn_animation": "7471", - "strength_level": "80" + "magic_animation": "7515", + "death_animation": "7468", + "name": "Revenant dark beast", + "defence_level": "80", + "safespot": null, + "lifepoints": "140", + "strength_level": "80", + "id": "6649", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6650", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6651", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6652", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6653", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6654", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7410", + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "range_animation": "7501", + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", + "slayer_exp": "10", + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", "id": "6655", - "name": "Revenant imp", - "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", - "melee_animation": "7407", - "range_animation": "7501", "range_level": "10", - "safespot": null, - "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6656", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { - "id": "6657", - "name": "Revenant goblin", + "spawn_animation": "7447", "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "22", - "clue_level": "1", + "melee_animation": "7449", + "range_animation": "7513", "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "22", - "lifepoints": "34", - "magic_animation": "7499", "magic_level": "22", - "melee_animation": "7449", - "range_animation": "7513", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "22", + "safespot": null, + "lifepoints": "34", + "strength_level": "22", + "id": "6657", + "clue_level": "1", "range_level": "22", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "22" + "attack_level": "22" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6658", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6659", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", "id": "6660", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", - "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "29", - "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "attack_level": "29" }, { + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", + "slayer_exp": "72", + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", "id": "6661", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", - "melee_animation": "7418", - "range_animation": "7516", "range_level": "32", - "safespot": null, - "slayer_exp": "72", - "strength_level": "32" + "attack_level": "32" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6662", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6663", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "poisonous": "", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6664", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "poisonous": "", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { - "id": "6665", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", - "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", "spawn_animation": "7440", - "strength_level": "80" + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6665", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" }, { - "id": "6666", - "name": "Revenant imp", + "spawn_animation": "7410", "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", "melee_animation": "7407", "range_animation": "7501", - "range_level": "10", - "safespot": null, + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", + "id": "6666", + "range_level": "10", + "attack_level": "10" }, { - "id": "6667", - "name": "Revenant goblin", + "spawn_animation": "7447", "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", - "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", "melee_animation": "7449", "range_animation": "7513", - "range_level": "12", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "lifepoints": "24", + "strength_level": "12", + "id": "6667", + "clue_level": "1", + "range_level": "12", + "attack_level": "12" }, { - "id": "6668", - "name": "Revenant pyrefiend", + "spawn_animation": "7485", "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", - "magic_animation": "7506", - "magic_level": "29", "melee_animation": "7481", "range_animation": "7519", - "range_level": "29", - "safespot": null, + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", + "id": "6668", + "clue_level": "1", + "range_level": "29", + "attack_level": "29" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6669", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6670", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6671", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { - "id": "6672", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" - }, - { - "id": "6673", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", + "lifepoints": "105", + "strength_level": "70", + "id": "6672", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "prj_height": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "range_level": "70", + "attack_level": "70" }, { - "id": "6674", - "name": "Revenant vampire", + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6673", + "clue_level": "2", + "range_level": "80", + "attack_level": "80", + "prj_height": "" + }, + { + "spawn_animation": "7426", "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", - "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", "melee_animation": "7427", "range_animation": "7520", - "range_level": "34", - "safespot": null, + "magic_level": "34", + "defence_animation": "7429", "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", + "id": "6674", + "clue_level": "1", + "range_level": "34", + "attack_level": "34" }, { - "id": "6675", - "name": "Revenant werewolf", + "spawn_animation": "7403", "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", - "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", "melee_animation": "7397", "range_animation": "7521", - "range_level": "38", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" - }, - { - "id": "6676", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", + "lifepoints": "65", + "strength_level": "38", + "id": "6675", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "range_level": "38", + "attack_level": "38" }, { - "id": "6677", - "name": "Revenant imp", + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6676", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" + }, + { + "spawn_animation": "7410", "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", "melee_animation": "7407", "range_animation": "7501", - "range_level": "10", - "safespot": null, + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", + "id": "6677", + "range_level": "10", + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6678", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6679", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6680", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6681", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { - "id": "6682", - "name": "Revenant icefiend", + "spawn_animation": "7485", "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", + "melee_animation": "7481", + "range_animation": "7519", "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" - }, - { - "id": "6683", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", + "slayer_exp": "40", "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "29", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "lifepoints": "40", + "strength_level": "27", + "id": "6682", + "clue_level": "1", + "range_level": "27", + "attack_level": "27" }, { - "id": "6684", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", + "id": "6683", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", + "range_level": "29", + "attack_level": "29" + }, + { + "examine": "The ghost of a hobgoblin slain during the God Wars.", "melee_animation": "7418", "range_animation": "7516", - "range_level": "32", - "safespot": null, + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", "slayer_exp": "72", - "strength_level": "32" + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", + "id": "6684", + "clue_level": "1", + "range_level": "32", + "attack_level": "32" }, { - "id": "6685", - "name": "Revenant vampire", + "spawn_animation": "7426", "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", - "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", "melee_animation": "7427", "range_animation": "7520", - "range_level": "34", - "safespot": null, + "magic_level": "34", + "defence_animation": "7429", "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", + "id": "6685", + "clue_level": "1", + "range_level": "34", + "attack_level": "34" }, { - "id": "6686", - "name": "Revenant werewolf", + "spawn_animation": "7403", "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", - "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", "melee_animation": "7397", "range_animation": "7521", - "range_level": "38", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "lifepoints": "65", + "strength_level": "38", + "id": "6686", + "clue_level": "2", + "range_level": "38", + "attack_level": "38" }, { - "id": "6687", - "name": "Revenant cyclops", + "spawn_animation": "7457", "examine": "The ghost of a cyclops slain during the god wars.", - "attack_level": "43", - "clue_level": "2", - "death_animation": "7454", - "defence_animation": "7455", - "defence_level": "43", - "lifepoints": "110", - "magic_animation": "7497", - "magic_level": "43", "melee_animation": "7453", "range_animation": "7510", - "range_level": "43", - "safespot": null, + "magic_level": "43", + "defence_animation": "7455", + "weakness": "0", "slayer_exp": "110", - "spawn_animation": "7457", + "magic_animation": "7497", + "death_animation": "7454", + "name": "Revenant cyclops", + "defence_level": "43", + "safespot": null, + "lifepoints": "110", "strength_level": "43", - "weakness": "0" + "id": "6687", + "clue_level": "2", + "range_level": "43", + "attack_level": "43" }, { - "id": "6688", - "name": "Revenant hellhound", + "spawn_animation": "7464", "examine": "The essence of a hellhound slain during the god wars.", - "attack_level": "50", - "clue_level": "2", - "combat_audio": "3717,3719,3718", - "death_animation": "7461", - "defence_animation": "7462", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "7515", - "magic_level": "50", "melee_animation": "7460", "range_animation": "7501", - "range_level": "50", - "safespot": null, + "combat_audio": "3717,3719,3718", + "magic_level": "50", + "defence_animation": "7462", "slayer_exp": "80", - "spawn_animation": "7464", - "strength_level": "50" + "magic_animation": "7515", + "death_animation": "7461", + "name": "Revenant hellhound", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "6688", + "clue_level": "2", + "range_level": "50", + "attack_level": "50" }, { - "id": "6689", - "name": "Revenant demon", + "spawn_animation": "7478", "examine": "The essence of a demon slain during the god wars.", - "attack_level": "60", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "7475", - "defence_animation": "7476", - "defence_level": "60", - "lifepoints": "80", - "magic_animation": "7498", - "magic_level": "60", "melee_animation": "7474", "range_animation": "7512", - "range_level": "60", - "safespot": null, + "combat_audio": "400,404,403", + "magic_level": "60", + "defence_animation": "7476", "slayer_exp": "80", - "spawn_animation": "7478", - "strength_level": "60" + "magic_animation": "7498", + "death_animation": "7475", + "name": "Revenant demon", + "defence_level": "60", + "safespot": null, + "lifepoints": "80", + "strength_level": "60", + "id": "6689", + "clue_level": "2", + "range_level": "60", + "attack_level": "60" }, { - "id": "6690", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" + "lifepoints": "105", + "strength_level": "70", + "id": "6690", + "clue_level": "2", + "range_level": "70", + "attack_level": "70" }, { - "id": "6691", - "name": "Revenant dark beast", + "spawn_animation": "7471", "examine": "The ghost of a dark beast slain during the god wars.", - "attack_level": "80", - "clue_level": "2", - "death_animation": "7468", - "defence_animation": "7469", - "defence_level": "80", - "lifepoints": "140", - "magic_animation": "7515", "melee_animation": "7467", "range_animation": "7514", - "range_level": "80", - "safespot": null, + "defence_animation": "7469", "slayer_exp": "140", - "spawn_animation": "7471", - "strength_level": "80" + "magic_animation": "7515", + "death_animation": "7468", + "name": "Revenant dark beast", + "defence_level": "80", + "safespot": null, + "lifepoints": "140", + "strength_level": "80", + "id": "6691", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6692", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6693", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6694", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6695", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6696", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7410", + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "range_animation": "7501", + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", + "slayer_exp": "10", + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", "id": "6697", - "name": "Revenant imp", - "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", - "melee_animation": "7407", - "range_animation": "7501", "range_level": "10", - "safespot": null, - "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6698", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6699", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6700", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6701", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6702", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7410", + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "range_animation": "7501", + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", + "slayer_exp": "10", + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", "id": "6703", - "name": "Revenant imp", - "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", - "melee_animation": "7407", - "range_animation": "7501", "range_level": "10", - "safespot": null, - "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6704", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6705", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6706", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6707", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { - "id": "6708", - "name": "Revenant icefiend", + "spawn_animation": "7485", "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", + "melee_animation": "7481", + "range_animation": "7519", "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" - }, - { - "id": "6709", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", + "slayer_exp": "40", "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "29", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "lifepoints": "40", + "strength_level": "27", + "id": "6708", + "clue_level": "1", + "range_level": "27", + "attack_level": "27" }, { - "id": "6710", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", + "id": "6709", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", + "range_level": "29", + "attack_level": "29" + }, + { + "examine": "The ghost of a hobgoblin slain during the God Wars.", "melee_animation": "7418", "range_animation": "7516", - "range_level": "32", - "safespot": null, + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", "slayer_exp": "72", - "strength_level": "32" + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", + "id": "6710", + "clue_level": "1", + "range_level": "32", + "attack_level": "32" }, { - "id": "6711", - "name": "Revenant vampire", + "spawn_animation": "7426", "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", - "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", "melee_animation": "7427", "range_animation": "7520", - "range_level": "34", - "safespot": null, + "magic_level": "34", + "defence_animation": "7429", "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", + "id": "6711", + "clue_level": "1", + "range_level": "34", + "attack_level": "34" }, { - "id": "6712", - "name": "Revenant werewolf", + "spawn_animation": "7403", "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", - "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", "melee_animation": "7397", "range_animation": "7521", - "range_level": "38", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "lifepoints": "65", + "strength_level": "38", + "id": "6712", + "clue_level": "2", + "range_level": "38", + "attack_level": "38" }, { - "id": "6713", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" - }, - { - "id": "6714", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", + "lifepoints": "105", + "strength_level": "70", + "id": "6713", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "range_level": "70", + "attack_level": "70" }, { - "id": "6715", - "name": "Revenant imp", + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6714", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" + }, + { + "spawn_animation": "7410", "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", "melee_animation": "7407", "range_animation": "7501", - "range_level": "10", - "safespot": null, + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", + "id": "6715", + "range_level": "10", + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6716", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6717", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6718", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6719", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { - "id": "6720", - "name": "Revenant icefiend", + "spawn_animation": "7485", "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", + "melee_animation": "7481", + "range_animation": "7519", "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" - }, - { - "id": "6721", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", + "slayer_exp": "40", "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "29", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "lifepoints": "40", + "strength_level": "27", + "id": "6720", + "clue_level": "1", + "range_level": "27", + "attack_level": "27" }, { - "id": "6722", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", + "id": "6721", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", + "range_level": "29", + "attack_level": "29" + }, + { + "examine": "The ghost of a hobgoblin slain during the God Wars.", "melee_animation": "7418", "range_animation": "7516", - "range_level": "32", - "safespot": null, + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", "slayer_exp": "72", - "strength_level": "32" + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", + "id": "6722", + "clue_level": "1", + "range_level": "32", + "attack_level": "32" }, { - "id": "6723", - "name": "Revenant vampire", + "spawn_animation": "7426", "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", - "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", "melee_animation": "7427", "range_animation": "7520", - "range_level": "34", - "safespot": null, + "magic_level": "34", + "defence_animation": "7429", "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", + "id": "6723", + "clue_level": "1", + "range_level": "34", + "attack_level": "34" }, { - "id": "6724", - "name": "Revenant werewolf", + "spawn_animation": "7403", "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", - "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", "melee_animation": "7397", "range_animation": "7521", - "range_level": "38", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "lifepoints": "65", + "strength_level": "38", + "id": "6724", + "clue_level": "2", + "range_level": "38", + "attack_level": "38" }, { - "id": "6725", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" - }, - { - "id": "6726", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", + "lifepoints": "105", + "strength_level": "70", + "id": "6725", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "range_level": "70", + "attack_level": "70" + }, + { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6726", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" }, { - "id": "6727", - "name": "Revenant hobgoblin", "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", - "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", "melee_animation": "7418", "range_animation": "7516", - "range_level": "32", - "safespot": null, + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", "slayer_exp": "72", - "strength_level": "32" + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", + "id": "6727", + "clue_level": "1", + "range_level": "32", + "attack_level": "32" }, { - "id": "6728", - "name": "Revenant werewolf", + "spawn_animation": "7403", "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", - "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", "melee_animation": "7397", "range_animation": "7521", - "range_level": "38", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "lifepoints": "65", + "strength_level": "38", + "id": "6728", + "clue_level": "2", + "range_level": "38", + "attack_level": "38" }, { - "id": "6729", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" - }, - { - "id": "6730", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", + "lifepoints": "105", + "strength_level": "70", + "id": "6729", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", + "range_level": "70", + "attack_level": "70" + }, + { "spawn_animation": "7440", - "strength_level": "80" + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6730", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" }, { - "id": "6731", - "name": "Queen of Snow", "examine": "Her lack of body heat is unsettling.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Queen of Snow", + "defence_level": "1", "movement_radius": "5", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6731", + "range_level": "1", + "attack_level": "1" }, { - "id": "6732", - "name": "Snow imp" - }, - { - "id": "6733", - "name": "Snow imp" - }, - { - "id": "6734", - "name": "Snow imp" - }, - { - "id": "6735", - "name": "Snow imp" - }, - { - "id": "6736", - "name": "Snow imp" - }, - { - "id": "6737", - "name": "Snow imp" - }, - { - "id": "6738", - "name": "Snow imp" - }, - { - "id": "6739", - "name": "Snow imp", "examine": "It looks right at home here.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snow imp", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6739", + "range_level": "1", + "attack_level": "1" }, { - "id": "6740", - "name": "Snow", "examine": "Snowflakes swirling in the wind.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6741", - "name": "Snow" - }, - { - "id": "6742", - "name": "Barbarian Snowman", - "examine": "A helmetted, barbarian snowman.", - "agg_radius": "", - "combat_audio": "12,3295,3287", - "death_animation": "7560", - "defence_animation": "7559", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snow", "defence_level": "1", - "lifepoints": "20", - "melee_animation": "7565" + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6740", + "range_level": "1", + "attack_level": "1" }, { - "id": "6743", - "name": "Dragon snowman", "examine": "A snowman in fake dragon armour.", - "attack_level": "1", "combat_audio": "29,3295,3287", - "death_animation": "7560", - "defence_animation": "7559", - "defence_level": "1", - "lifepoints": "20", "melee_animation": "7558", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6744", - "name": "Dwarf Snowman", - "examine": "A snow dwarf.", - "combat_audio": "12,3295,3287", - "death_animation": "7560", "defence_animation": "7559", + "death_animation": "7560", + "name": "Dragon snowman", "defence_level": "1", + "safespot": null, "lifepoints": "20", - "melee_animation": "7565" + "strength_level": "1", + "id": "6743", + "range_level": "1", + "attack_level": "1" }, { - "id": "6745", - "name": "Pirate snowman", "examine": "Arr!", - "attack_level": "1", "combat_audio": "29,3295,3287", - "death_animation": "7560", - "defence_animation": "7559", - "defence_level": "1", - "lifepoints": "20", "melee_animation": "7558", - "range_level": "1", + "defence_animation": "7559", + "death_animation": "7560", + "name": "Pirate snowman", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6746", - "name": "Snowman", - "examine": "A traditional snowman." - }, - { - "id": "6747", - "name": "Snow ranger", - "examine": "A snowman armed with a holly bow.", - "attack_level": "30", - "defence_level": "10", - "lifepoints": "30", - "range_level": "30", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6748", - "name": "Snow ranger", - "examine": "A snowman armed with an ice sword.", - "attack_level": "30", - "defence_level": "10", "lifepoints": "20", + "strength_level": "1", + "id": "6745", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A snowman armed with a holly bow.", + "name": "Snow ranger", + "defence_level": "10", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "6747", + "range_level": "30", + "attack_level": "30" + }, + { + "examine": "A snowman armed with an ice sword.", + "name": "Snow ranger", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6748", "magic_level": "30", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "30" }, { - "id": "6749", - "name": "Snow mage", "examine": "A snowman armed with a winter staff.", - "attack_level": "30", + "name": "Snow mage", "defence_level": "10", + "safespot": null, "lifepoints": "20", + "strength_level": "1", + "id": "6749", "range_level": "30", - "safespot": null, - "strength_level": "1" + "attack_level": "30" }, { - "id": "6750", - "name": "Pet shop owner", - "examine": "The lady of the pet shop." - }, - { - "id": "6751", - "name": "Bulldog" - }, - { - "id": "6753", - "name": "Mummy" - }, - { - "id": "6754", - "name": "Mummy" - }, - { - "id": "6755", - "name": "Mummy" - }, - { - "id": "6756", - "name": "Mummy" - }, - { - "id": "6757", - "name": "Mummy" - }, - { - "id": "6758", - "name": "Mummy" - }, - { - "id": "6759", - "name": "Mummy" - }, - { - "id": "6760", - "name": "Mummy" - }, - { - "id": "6761", - "name": "Dried zombie", "examine": "Cut-down and dried.", - "attack_level": "48", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", - "defence_level": "48", - "lifepoints": "68", - "magic_animation": "0", "melee_animation": "5568", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5569", + "name": "Dried zombie", + "defence_level": "48", "safespot": null, + "lifepoints": "68", "strength_level": "48", - "weakness": "7" + "id": "6761", + "range_level": "1", + "attack_level": "48" }, { - "id": "6762", - "name": "Dried zombie", "examine": "Needs moisturising.", - "attack_level": "48", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", - "defence_level": "48", - "lifepoints": "68", - "magic_animation": "0", "melee_animation": "5568", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "48", - "weakness": "7" - }, - { - "id": "6763", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5569", "name": "Dried zombie", - "examine": "I bet it's parched.", - "attack_level": "48", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", "defence_level": "48", + "safespot": null, "lifepoints": "68", - "magic_animation": "0", + "strength_level": "48", + "id": "6762", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "I bet it's parched.", "melee_animation": "5568", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "48", - "weakness": "7" - }, - { - "id": "6764", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "97", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6765", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "108", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6766", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6767", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "115", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6768", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "140", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6769", - "name": "Doorman", - "examine": "A guard.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", + "death_animation": "5569", + "name": "Dried zombie", + "defence_level": "48", + "safespot": null, + "lifepoints": "68", + "strength_level": "48", + "id": "6763", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "A guard.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doorman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6769", + "range_level": "1", + "attack_level": "1" }, { - "id": "6770", - "name": "Giant scarab", "examine": "A huge beast of a beetle.", - "aggressive": "true", - "attack_level": "49", - "death_animation": "7595", - "defence_animation": "0", - "defence_level": "66", - "lifepoints": "285", - "magic_animation": "0", "melee_animation": "7596", "range_animation": "0", - "range_level": "66", - "safespot": null, - "strength_level": "49", - "weakness": "2" - }, - { - "id": "6771", - "name": "Giant scarab" - }, - { - "id": "6772", - "name": "Scarab larva", - "examine": "It's not quite small enough to stamp upon.", - "attack_level": "18", - "death_animation": "7656", "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", + "weakness": "2", "magic_animation": "0", + "death_animation": "7595", + "name": "Giant scarab", + "defence_level": "66", + "safespot": null, + "lifepoints": "285", + "strength_level": "49", + "id": "6770", + "aggressive": "true", + "range_level": "66", + "attack_level": "49" + }, + { + "examine": "It's not quite small enough to stamp upon.", "melee_animation": "7657", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7656", + "name": "Scarab larva", + "defence_level": "18", "safespot": null, + "lifepoints": "25", "strength_level": "18", - "weakness": "9" + "id": "6772", + "range_level": "1", + "attack_level": "18" }, { - "id": "6773", - "name": "Scabaras ranger", "examine": "Bred to shoot you down.", - "aggressive": "true", - "attack_level": "41", - "combat_style": "1", - "death_animation": "7609", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "157", - "magic_animation": "0", - "melee_animation": "7607", - "projectile": "11", - "range_animation": "7607", - "range_level": "55", - "respawn_delay": "60", - "safespot": null, "start_gfx": "18", + "combat_style": "1", + "melee_animation": "7607", + "range_animation": "7607", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "7609", + "name": "Scabaras ranger", + "defence_level": "55", + "safespot": null, + "lifepoints": "157", "strength_level": "41", - "weakness": "2" + "id": "6773", + "aggressive": "true", + "range_level": "55", + "projectile": "11", + "attack_level": "41" }, { - "id": "6774", - "name": "Scabaras lancer", "examine": "It might be angry...it's hard to tell.", - "aggressive": "true", - "attack_level": "55", - "death_animation": "7614", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "7612", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "9" - }, - { - "id": "6775", - "name": "Scabaras priest" - }, - { - "id": "6776", - "name": "Scabaras locust", - "examine": "A giant, mountable locust.", - "aggressive": "true", - "attack_level": "41", - "death_animation": "7581", "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", + "weakness": "9", "magic_animation": "0", + "death_animation": "7614", + "name": "Scabaras lancer", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "6774", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "A giant, mountable locust.", "melee_animation": "7586", "range_animation": "0", - "range_level": "55", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "7581", + "name": "Scabaras locust", + "defence_level": "55", "safespot": null, + "lifepoints": "78", "strength_level": "41", - "weakness": "2" + "id": "6776", + "aggressive": "true", + "range_level": "55", + "attack_level": "41" }, { - "id": "6777", - "name": "Locust lancer", "examine": "Bouncy", - "aggressive": "true", - "attack_level": "55", - "death_animation": "7581", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "7584", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "9" - }, - { - "id": "6778", - "name": "Locust ranger", - "examine": "He'll have someone's eye out with that.", - "aggressive": "true", - "attack_level": "41", - "combat_style": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", "death_animation": "7581", - "defence_animation": "0", + "name": "Locust lancer", "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "5451", - "projectile": "11", - "range_animation": "5451", - "range_level": "55", - "respawn_delay": "60", "safespot": null, - "start_gfx": "18", - "strength_level": "41", - "weakness": "2" - }, - { - "id": "6779", - "name": "Crocodile", + "lifepoints": "78", + "strength_level": "55", + "id": "6777", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "386,388,387", - "death_animation": "7591", - "defence_animation": "7590", - "defence_level": "1", - "lifepoints": "72", - "melee_animation": "7588", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "62", - "strength_level": "1" + "attack_level": "55" }, { - "id": "6780", - "name": "Scabaras mage", - "examine": "Part scarab, part man.", - "aggressive": "true", - "attack_level": "41", - "combat_style": "2", - "death_animation": "7616", + "examine": "He'll have someone's eye out with that.", + "start_gfx": "18", + "combat_style": "1", + "melee_animation": "5451", + "range_animation": "5451", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", + "weakness": "2", "magic_animation": "0", - "magic_level": "55", + "death_animation": "7581", + "name": "Locust ranger", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "6778", + "aggressive": "true", + "range_level": "55", + "projectile": "11", + "attack_level": "41" + }, + { + "melee_animation": "7588", + "combat_audio": "386,388,387", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "7590", + "slayer_exp": "62", + "death_animation": "7591", + "name": "Crocodile", + "defence_level": "1", + "safespot": null, + "lifepoints": "72", + "strength_level": "1", + "id": "6779", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Part scarab, part man.", + "combat_style": "2", "melee_animation": "7615", "range_animation": "0", - "range_level": "1", + "magic_level": "55", "respawn_delay": "60", - "safespot": null, - "strength_level": "41", - "weakness": "4" - }, - { - "id": "6781", - "name": "Scabaras mage", - "examine": "Part scarab, part man.", - "aggressive": "true", - "attack_level": "1", - "combat_style": "2", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", "death_animation": "7616", - "defence_animation": "7617", - "defence_level": "1", - "lifepoints": "70", + "name": "Scabaras mage", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "6780", + "aggressive": "true", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "Part scarab, part man.", + "combat_style": "2", "melee_animation": "7620", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "7617", + "death_animation": "7616", + "name": "Scabaras mage", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "70", + "strength_level": "1", + "id": "6781", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "6782", - "name": "Maisa" - }, - { - "id": "6783", - "name": "Maisa" - }, - { - "id": "6784", - "name": "Priest" - }, - { - "id": "6785", - "name": "Clay golem", "examine": "An animated clay statue.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Clay golem", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6785", + "range_level": "1", + "attack_level": "1" }, { - "id": "6786", - "name": "Lead archaeologist Abigail", "examine": "She looks a bit dirty from digging.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lead archaeologist Abigail", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6786", + "range_level": "1", + "attack_level": "1" }, { - "id": "6787", - "name": "Assistant archaeologist Kerner", "examine": "He looks a bit dusty from troweling.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Assistant archaeologist Kerner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6787", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He exudes something like holiness.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "High Priest of Scabaras", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "6788", - "name": "High Priest of Scabaras", - "examine": "He exudes something like holiness.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6789", - "name": "High Priest of Scabaras", "examine": "He exudes something like holiness.", - "attack_level": "66", - "death_animation": "7614", - "defence_animation": "0", - "defence_level": "66", - "lifepoints": "94", - "magic_animation": "0", - "magic_level": "66", "melee_animation": "7612", "range_animation": "0", - "range_level": "66", + "magic_level": "66", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7614", + "name": "High Priest of Scabaras", + "defence_level": "66", "safespot": null, + "lifepoints": "94", "strength_level": "66", - "weakness": "10" + "id": "6789", + "range_level": "66", + "attack_level": "66" }, { - "id": "6790", - "name": "High Priest of Scabaras", "examine": "He exudes something like holiness.", - "attack_level": "66", - "death_animation": "7609", - "defence_animation": "0", - "defence_level": "66", - "lifepoints": "94", - "magic_animation": "0", - "magic_level": "66", "melee_animation": "7607", "range_animation": "7607", - "range_level": "66", + "magic_level": "66", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7609", + "name": "High Priest of Scabaras", + "defence_level": "66", "safespot": null, + "lifepoints": "94", "strength_level": "66", - "weakness": "10" - }, - { - "id": "6791", - "name": "High Priest of Scabaras" - }, - { - "id": "6792", - "name": "Vulture" - }, - { - "id": "6793", - "name": "Spirit terrorbird" + "id": "6790", + "range_level": "66", + "attack_level": "66" }, { + "examine": "A bird. Literally terrifying.", + "melee_animation": "1010", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "1013", + "name": "Spirit terrorbird", + "defence_level": "50", + "safespot": null, + "lifepoints": "74", + "strength_level": "50", "id": "6794", - "name": "Spirit terrorbird", - "examine": "A bird. Literally terrifying.", - "attack_level": "50", - "death_animation": "1013", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "74", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "1010", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { + "examine": "A bird. Literally terrifying.", + "melee_animation": "1010", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "1013", + "name": "Spirit terrorbird", + "defence_level": "50", + "safespot": null, + "lifepoints": "74", + "strength_level": "50", "id": "6795", - "name": "Spirit terrorbird", - "examine": "A bird. Literally terrifying.", - "attack_level": "50", - "death_animation": "1013", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "74", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "1010", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { - "id": "6796", - "name": "Granite crab", "examine": "Is it a stone? Is it a crab? No! It's Granite Crab!", - "attack_level": "18", - "attack_speed": "3", - "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0", - "death_animation": "8106", - "defence_animation": "8105", - "defence_level": "22", - "lifepoints": "39", - "magic_animation": "8104", - "magic_level": "13", "melee_animation": "8104", "range_animation": "8104", - "range_level": "16", - "respawn_delay": "50", - "safespot": null, - "strength_level": "17" - }, - { - "id": "6797", - "name": "Granite crab", - "examine": "Is it a stone? Is it a crab? No! It's Granite Crab!", - "attack_level": "18", "attack_speed": "3", - "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0", - "death_animation": "8106", - "defence_animation": "8105", - "defence_level": "22", - "lifepoints": "39", - "magic_animation": "8104", "magic_level": "13", - "melee_animation": "8104", - "range_animation": "8104", - "range_level": "16", "respawn_delay": "50", + "defence_animation": "8105", + "magic_animation": "8104", + "death_animation": "8106", + "name": "Granite crab", + "defence_level": "22", "safespot": null, + "lifepoints": "39", "strength_level": "17", - "weakness": "10" + "id": "6796", + "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0", + "range_level": "16", + "attack_level": "18" }, { + "examine": "Is it a stone? Is it a crab? No! It's Granite Crab!", + "melee_animation": "8104", + "range_animation": "8104", + "attack_speed": "3", + "magic_level": "13", + "respawn_delay": "50", + "defence_animation": "8105", + "weakness": "10", + "magic_animation": "8104", + "death_animation": "8106", + "name": "Granite crab", + "defence_level": "22", + "safespot": null, + "lifepoints": "39", + "strength_level": "17", + "id": "6797", + "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0", + "range_level": "16", + "attack_level": "18" + }, + { + "examine": "Wax on", + "melee_animation": "8069", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8065", + "name": "Praying mantis", + "defence_level": "60", + "safespot": null, + "lifepoints": "107", + "strength_level": "60", "id": "6798", - "name": "Praying mantis", - "examine": "Wax on", - "attack_level": "60", - "death_animation": "8065", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "107", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "8069", - "range_animation": "0", "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" + "attack_level": "60" }, { + "examine": "Wax on", + "melee_animation": "8069", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8065", + "name": "Praying mantis", + "defence_level": "60", + "safespot": null, + "lifepoints": "107", + "strength_level": "60", "id": "6799", - "name": "Praying mantis", - "examine": "Wax on", - "attack_level": "60", - "death_animation": "8065", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "107", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "8069", - "range_animation": "0", "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" + "attack_level": "60" }, { + "examine": "He ent such a bad guy.", + "melee_animation": "7853", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7854", + "name": "Giant ent", + "defence_level": "60", + "safespot": null, + "lifepoints": "111", + "strength_level": "60", "id": "6800", - "name": "Giant ent", - "examine": "He ent such a bad guy.", - "attack_level": "60", - "death_animation": "7854", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "111", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7853", - "range_animation": "0", "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" + "attack_level": "60" }, { + "examine": "He ent such a bad guy.", + "melee_animation": "7853", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7854", + "name": "Giant ent", + "defence_level": "60", + "safespot": null, + "lifepoints": "111", + "strength_level": "60", "id": "6801", - "name": "Giant ent", - "examine": "He ent such a bad guy.", - "attack_level": "60", - "death_animation": "7854", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "111", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7853", - "range_animation": "0", "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" + "attack_level": "60" }, { + "examine": "Serpentine.", + "melee_animation": "8152", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8153", + "name": "Spirit cobra", + "defence_level": "55", + "safespot": null, + "lifepoints": "90", + "strength_level": "55", "id": "6802", - "name": "Spirit cobra", - "examine": "Serpentine.", - "attack_level": "55", - "death_animation": "8153", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8152", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Serpentine.", + "melee_animation": "8152", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8153", + "name": "Spirit cobra", + "defence_level": "55", + "safespot": null, + "lifepoints": "90", + "strength_level": "55", "id": "6803", - "name": "Spirit cobra", - "examine": "Serpentine.", - "attack_level": "55", - "death_animation": "8153", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8152", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Face the thing that should not be!", + "melee_animation": "7786", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7780", + "name": "Spirit dagannoth", + "defence_level": "65", + "safespot": null, + "lifepoints": "115", + "strength_level": "65", "id": "6804", - "name": "Spirit dagannoth", - "examine": "Face the thing that should not be!", - "attack_level": "65", - "death_animation": "7780", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "115", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7786", - "range_animation": "0", "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { + "examine": "Face the thing that should not be!", + "melee_animation": "7786", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7780", + "name": "Spirit dagannoth", + "defence_level": "65", + "safespot": null, + "lifepoints": "115", + "strength_level": "65", "id": "6805", - "name": "Spirit dagannoth", - "examine": "Face the thing that should not be!", - "attack_level": "65", - "death_animation": "7780", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "115", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7786", - "range_animation": "0", "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { + "examine": "A hermit slug.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "8143", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "55", + "end_gfx": "1387", + "defence_animation": "8145", + "magic_animation": "8143", + "death_animation": "8143", + "name": "Thorny snail", + "defence_level": "22", + "poison_immune": "true", + "safespot": null, + "lifepoints": "28", + "strength_level": "18", "id": "6806", - "name": "Thorny snail", - "examine": "A hermit slug.", - "attack_level": "19", - "attack_speed": "5", "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "combat_style": "1", - "death_animation": "8143", - "defence_animation": "8145", - "defence_level": "22", - "end_gfx": "1387", - "lifepoints": "28", - "magic_animation": "8143", - "magic_level": "18", - "melee_animation": "8143", - "poison_immune": "true", - "projectile": "1386", - "range_animation": "8143", "range_level": "21", - "respawn_delay": "55", - "safespot": null, - "strength_level": "18" + "projectile": "1386", + "attack_level": "19" }, { + "examine": "A hermit slug.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "8143", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "55", + "end_gfx": "1387", + "defence_animation": "8145", + "weakness": "10", + "magic_animation": "8143", + "death_animation": "8143", + "name": "Thorny snail", + "defence_level": "22", + "poison_immune": "true", + "safespot": null, + "lifepoints": "28", + "strength_level": "18", "id": "6807", - "name": "Thorny snail", - "examine": "A hermit slug.", - "attack_level": "19", - "attack_speed": "5", "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "combat_style": "1", - "death_animation": "8143", - "defence_animation": "8145", - "defence_level": "22", - "end_gfx": "1387", - "lifepoints": "28", - "magic_animation": "8143", - "magic_level": "18", - "melee_animation": "8143", - "poison_immune": "true", - "projectile": "1386", - "range_animation": "8143", "range_level": "21", - "respawn_delay": "55", + "projectile": "1386", + "attack_level": "19" + }, + { + "examine": "Kneel before squid!", + "combat_style": "2", + "melee_animation": "7963", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7964", + "name": "Karamthulhu overlord", + "defence_level": "50", "safespot": null, - "strength_level": "18", - "weakness": "10" - }, - { - "id": "6808", - "name": "Beaver" - }, - { + "lifepoints": "82", + "strength_level": "50", "id": "6809", - "name": "Karamthulhu overlord", - "examine": "Kneel before squid!", - "attack_level": "50", - "combat_style": "2", - "death_animation": "7964", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "82", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "7963", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { + "examine": "Kneel before squid!", + "combat_style": "2", + "melee_animation": "7963", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7964", + "name": "Karamthulhu overlord", + "defence_level": "50", + "safespot": null, + "lifepoints": "82", + "strength_level": "50", "id": "6810", - "name": "Karamthulhu overlord", - "examine": "Kneel before squid!", - "attack_level": "50", - "combat_style": "2", - "death_animation": "7964", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "82", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "7963", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { + "combat_style": "1", + "melee_animation": "7935", + "respawn_delay": "0", + "defence_animation": "7936", + "death_animation": "7937", + "name": "Hydra", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "6811", - "name": "Hydra", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7937", - "defence_animation": "7936", - "defence_level": "1", - "lifepoints": "10", - "melee_animation": "7935", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "combat_style": "1", + "melee_animation": "7935", + "respawn_delay": "0", + "defence_animation": "7936", + "death_animation": "7937", + "name": "Hydra", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "6812", - "name": "Hydra", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7937", - "defence_animation": "7936", - "defence_level": "1", - "lifepoints": "10", - "melee_animation": "7935", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "death_animation": "7740", + "name": "Bunyip", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "melee_animation": "7741", + "strength_level": "1", "id": "6813", - "name": "Bunyip", - "attack_level": "1", - "death_animation": "7740", - "defence_animation": "7742", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "7741", "range_level": "1", "respawn_delay": "0", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "7742" }, { + "death_animation": "7740", + "name": "Bunyip", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "melee_animation": "7741", + "strength_level": "1", "id": "6814", - "name": "Bunyip", - "attack_level": "1", - "death_animation": "7740", - "defence_animation": "7742", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "7741", "range_level": "1", "respawn_delay": "0", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "7742" }, { + "examine": "Definitely not teenaged", + "combat_style": "0", + "melee_animation": "8286", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8285", + "name": "War tortoise", + "defence_level": "55", + "safespot": null, + "lifepoints": "95", + "strength_level": "55", "id": "6815", - "name": "War tortoise", - "examine": "Definitely not teenaged", - "attack_level": "55", - "combat_style": "0", - "death_animation": "8285", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "95", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8286", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Definitely not teenaged", + "combat_style": "0", + "melee_animation": "8286", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8285", + "name": "War tortoise", + "defence_level": "55", + "safespot": null, + "lifepoints": "95", + "strength_level": "55", "id": "6816", - "name": "War tortoise", - "examine": "Definitely not teenaged", - "attack_level": "55", - "combat_style": "0", - "death_animation": "8285", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "95", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8286", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { - "id": "6817", - "name": "Fruit bat", "examine": "Fruity and bat-shaped. A winning combination!.", - "attack_level": "1", + "name": "Fruit bat", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6817", + "range_level": "1", + "attack_level": "1" }, { + "examine": "It's an extra-planar little blood hoover.", + "combat_style": "2", + "melee_animation": "8910", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7671", + "name": "Abyssal parasite", + "defence_level": "50", + "safespot": null, + "lifepoints": "77", + "strength_level": "50", "id": "6818", - "name": "Abyssal parasite", - "examine": "It's an extra-planar little blood hoover.", - "attack_level": "50", - "combat_style": "2", - "death_animation": "7671", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "8910", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { + "examine": "It's an extra-planar little blood hoover.", + "combat_style": "2", + "melee_animation": "8910", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7671", + "name": "Abyssal parasite", + "defence_level": "50", + "safespot": null, + "lifepoints": "77", + "strength_level": "50", "id": "6819", - "name": "Abyssal parasite", - "examine": "It's an extra-planar little blood hoover.", - "attack_level": "50", - "combat_style": "2", - "death_animation": "7671", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "8910", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { + "examine": "Lurking like only a lurker can.", + "melee_animation": "7680", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7684", + "name": "Abyssal lurker", + "defence_level": "55", + "safespot": null, + "lifepoints": "88", + "strength_level": "55", "id": "6820", - "name": "Abyssal lurker", - "examine": "Lurking like only a lurker can.", - "attack_level": "55", - "death_animation": "7684", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "88", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7680", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Lurking like only a lurker can.", + "melee_animation": "7680", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7684", + "name": "Abyssal lurker", + "defence_level": "55", + "safespot": null, + "lifepoints": "88", + "strength_level": "55", "id": "6821", - "name": "Abyssal lurker", - "examine": "Lurking like only a lurker can.", - "attack_level": "55", - "death_animation": "7684", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "88", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7680", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { - "id": "6822", - "name": "Unicorn stallion", "examine": "The pointiest horse on the planet.", - "attack_level": "64", - "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", - "combat_audio": "4135,4196,4195", - "death_animation": "6377", - "defence_animation": "6375", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "6376", - "magic_level": "69", "melee_animation": "6376", - "poison_immune": "true", "range_animation": "6376", - "range_level": "72", - "safespot": null, - "strength_level": "62" - }, - { - "id": "6823", + "combat_audio": "4135,4196,4195", + "magic_level": "69", + "defence_animation": "6375", + "magic_animation": "6376", + "death_animation": "6377", "name": "Unicorn stallion", - "examine": "The pointiest horse on the planet.", - "attack_level": "64", - "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", - "combat_audio": "4135,4196,4195", - "death_animation": "6377", - "defence_animation": "6375", "defence_level": "70", - "lifepoints": "100", - "magic_animation": "6376", - "magic_level": "69", - "melee_animation": "6376", "poison_immune": "true", - "range_animation": "6376", - "range_level": "72", "safespot": null, + "lifepoints": "100", "strength_level": "62", - "weakness": "10" + "id": "6822", + "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", + "range_level": "72", + "attack_level": "64" }, { - "id": "6824", + "examine": "The pointiest horse on the planet.", + "melee_animation": "6376", + "range_animation": "6376", + "combat_audio": "4135,4196,4195", + "magic_level": "69", + "defence_animation": "6375", + "weakness": "10", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn stallion", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "100", + "strength_level": "62", + "id": "6823", + "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", + "range_level": "72", + "attack_level": "64" + }, + { + "combat_style": "2", + "melee_animation": "7810", + "attack_speed": "5", + "respawn_delay": "0", + "defence_animation": "5388", + "death_animation": "8012", "name": "Magpie", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "2", - "death_animation": "8012", - "defence_animation": "5388", "defence_level": "1", + "safespot": null, "lifepoints": "16", - "melee_animation": "7810", - "projectile": "1318", + "strength_level": "1", + "id": "6824", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" + "projectile": "1318", + "attack_level": "1" }, { - "id": "6825", - "name": "Dreadfowl", "examine": "Southern fried please!", - "attack_level": "17", - "attack_speed": "5", - "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7", "combat_style": "2", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "22", - "lifepoints": "16", - "magic_animation": "7810", - "magic_level": "23", "melee_animation": "7810", - "poison_immune": "true", - "projectile": "1318", "range_animation": "7810", - "range_level": "16", + "attack_speed": "5", + "magic_level": "23", "respawn_delay": "50", - "safespot": null, - "strength_level": "15" - }, - { - "id": "6826", + "defence_animation": "5388", + "magic_animation": "7810", + "death_animation": "5389", "name": "Dreadfowl", - "examine": "Southern fried please!", - "attack_level": "17", - "attack_speed": "5", - "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7", - "combat_style": "2", - "death_animation": "5389", - "defence_animation": "5388", "defence_level": "22", - "lifepoints": "16", - "magic_animation": "7810", - "magic_level": "23", - "melee_animation": "7810", "poison_immune": "true", - "projectile": "1318", - "range_animation": "7810", - "range_level": "16", - "respawn_delay": "50", "safespot": null, + "lifepoints": "16", "strength_level": "15", - "weakness": "10" + "id": "6825", + "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7", + "range_level": "16", + "projectile": "1318", + "attack_level": "17" }, { + "examine": "Southern fried please!", + "combat_style": "2", + "melee_animation": "7810", + "range_animation": "7810", + "attack_speed": "5", + "magic_level": "23", + "respawn_delay": "50", + "defence_animation": "5388", + "weakness": "10", + "magic_animation": "7810", + "death_animation": "5389", + "name": "Dreadfowl", + "defence_level": "22", + "poison_immune": "true", + "safespot": null, + "lifepoints": "16", + "strength_level": "15", + "id": "6826", + "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7", + "range_level": "16", + "projectile": "1318", + "attack_level": "17" + }, + { + "examine": "It's mean and green!", + "melee_animation": "8208", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8209", + "name": "Stranger plant", + "defence_level": "55", + "safespot": null, + "lifepoints": "91", + "strength_level": "55", "id": "6827", - "name": "Stranger plant", - "examine": "It's mean and green!", - "attack_level": "55", - "attack_speed": "5", - "death_animation": "8209", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "91", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8208", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "It's mean and green!", + "melee_animation": "8208", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8209", + "name": "Stranger plant", + "defence_level": "55", + "safespot": null, + "lifepoints": "91", + "strength_level": "55", "id": "6828", - "name": "Stranger plant", - "examine": "It's mean and green!", - "attack_level": "55", - "attack_speed": "5", - "death_animation": "8209", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "91", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8208", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Man's significantly less-domesticated friend.", + "melee_animation": "8292", + "range_animation": "8292", + "attack_speed": "5", + "magic_level": "7", + "defence_animation": "8294", + "magic_animation": "8292", + "death_animation": "8295", + "name": "Spirit wolf", + "defence_level": "21", + "safespot": null, + "lifepoints": "15", + "strength_level": "18", "id": "6829", - "name": "Spirit wolf", - "examine": "Man's significantly less-domesticated friend.", - "attack_level": "16", - "attack_speed": "5", "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", - "death_animation": "8295", - "defence_animation": "8294", - "defence_level": "21", - "lifepoints": "15", - "magic_animation": "8292", - "magic_level": "7", - "melee_animation": "8292", - "range_animation": "8292", "range_level": "9", - "safespot": null, - "strength_level": "18" + "attack_level": "16" }, { + "examine": "Man's significantly less-domesticated friend.", + "melee_animation": "8292", + "range_animation": "8292", + "attack_speed": "5", + "magic_level": "7", + "defence_animation": "8294", + "weakness": "10", + "magic_animation": "8292", + "death_animation": "8295", + "name": "Spirit wolf", + "defence_level": "21", + "safespot": null, + "lifepoints": "15", + "strength_level": "18", "id": "6830", - "name": "Spirit wolf", - "examine": "Man's significantly less-domesticated friend.", - "attack_level": "16", - "attack_speed": "5", "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", - "death_animation": "8295", - "defence_animation": "8294", - "defence_level": "21", - "lifepoints": "15", - "magic_animation": "8292", - "magic_level": "7", - "melee_animation": "8292", - "range_animation": "8292", "range_level": "9", - "safespot": null, - "strength_level": "18", - "weakness": "10" + "attack_level": "16" }, { + "examine": "Surprisingly slime-free.", + "combat_style": "1", + "melee_animation": "7795", + "range_animation": "0", + "magic_level": "18", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7797", + "name": "Desert wyrm", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", "id": "6831", - "name": "Desert wyrm", - "examine": "Surprisingly slime-free.", - "attack_level": "18", - "combat_style": "1", - "death_animation": "7797", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "7795", - "range_animation": "0", "range_level": "18", - "respawn_delay": "0", - "safespot": null, - "strength_level": "18", - "weakness": "10" + "attack_level": "18" }, { + "examine": "Surprisingly slime-free.", + "combat_style": "1", + "melee_animation": "7795", + "range_animation": "0", + "magic_level": "18", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7797", + "name": "Desert wyrm", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", "id": "6832", - "name": "Desert wyrm", - "examine": "Surprisingly slime-free.", - "attack_level": "18", - "combat_style": "1", - "death_animation": "7797", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "7795", - "range_animation": "0", "range_level": "18", - "respawn_delay": "0", - "safespot": null, - "strength_level": "18", - "weakness": "10" + "attack_level": "18" }, { + "examine": "If you think he's evil", + "combat_style": "1", + "melee_animation": "8248", + "range_animation": "0", + "magic_level": "42", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8250", + "name": "Evil turnip", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", "id": "6833", - "name": "Evil turnip", - "examine": "If you think he's evil", - "attack_level": "42", - "combat_style": "1", - "death_animation": "8250", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "magic_level": "42", - "melee_animation": "8248", - "range_animation": "0", "range_level": "42", - "safespot": null, - "strength_level": "42", - "weakness": "10" + "attack_level": "42" }, { + "examine": "If you think he's evil", + "combat_style": "1", + "melee_animation": "8248", + "range_animation": "0", + "magic_level": "42", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8250", + "name": "Evil turnip", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", "id": "6834", - "name": "Evil turnip", - "examine": "If you think he's evil", - "attack_level": "42", - "combat_style": "1", - "death_animation": "8250", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "magic_level": "42", - "melee_animation": "8248", - "range_animation": "0", "range_level": "42", - "safespot": null, - "strength_level": "42", - "weakness": "10" + "attack_level": "42" }, { + "examine": "It vants to suck my blood!", + "melee_animation": "8275", + "range_animation": "0", + "magic_level": "31", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8276", + "name": "Vampire bat", + "defence_level": "31", + "safespot": null, + "lifepoints": "44", + "strength_level": "31", "id": "6835", - "name": "Vampire bat", - "examine": "It vants to suck my blood!", - "attack_level": "31", - "death_animation": "8276", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "44", - "magic_animation": "0", - "magic_level": "31", - "melee_animation": "8275", - "range_animation": "0", "range_level": "31", - "respawn_delay": "0", - "safespot": null, - "strength_level": "31", - "weakness": "10" + "attack_level": "31" }, { + "examine": "It vants to suck my blood!", + "melee_animation": "8275", + "range_animation": "0", + "magic_level": "31", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8276", + "name": "Vampire bat", + "defence_level": "31", + "safespot": null, + "lifepoints": "44", + "strength_level": "31", "id": "6836", - "name": "Vampire bat", - "examine": "It vants to suck my blood!", - "attack_level": "31", - "death_animation": "8276", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "44", - "magic_animation": "0", - "magic_level": "31", - "melee_animation": "8275", - "range_animation": "0", "range_level": "31", - "respawn_delay": "0", - "safespot": null, - "strength_level": "31", - "weakness": "10" + "attack_level": "31" }, { + "examine": "Salt and vinegaroon.", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "magic_level": "19", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6256", + "name": "Spirit scorpion", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "19", "id": "6837", - "name": "Spirit scorpion", - "examine": "Salt and vinegaroon.", - "attack_level": "19", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "0", - "defence_level": "19", - "lifepoints": "27", - "magic_animation": "0", - "magic_level": "19", - "melee_animation": "6254", - "range_animation": "0", "range_level": "19", - "respawn_delay": "0", - "safespot": null, - "strength_level": "19", - "weakness": "10" + "attack_level": "19" }, { + "examine": "Salt and vinegaroon.", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "magic_level": "19", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6256", + "name": "Spirit scorpion", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "19", "id": "6838", - "name": "Spirit scorpion", - "examine": "Salt and vinegaroon.", - "attack_level": "19", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "0", - "defence_level": "19", - "lifepoints": "27", - "magic_animation": "0", - "magic_level": "19", - "melee_animation": "6254", - "range_animation": "0", "range_level": "19", - "respawn_delay": "0", - "safespot": null, - "strength_level": "19", - "weakness": "10" + "attack_level": "19" }, { - "id": "6839", - "name": "Arctic bear", "examine": "Crikey! Look at the size of those teeth!", - "attack_level": "60", - "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0", + "melee_animation": "4925", "combat_audio": "498,500,499", - "death_animation": "4929", + "magic_level": "60", + "respawn_delay": "0", "defence_animation": "4928", - "defence_level": "60", - "lifepoints": "10", - "magic_level": "60", - "melee_animation": "4925", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60" - }, - { - "id": "6840", - "name": "Arctic bear", - "examine": "Crikey! Look at the size of those teeth!", - "attack_level": "60", - "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0", - "combat_audio": "498,500,499", "death_animation": "4929", - "defence_animation": "0", + "name": "Arctic bear", "defence_level": "60", - "lifepoints": "101", - "magic_animation": "0", - "magic_level": "60", + "safespot": null, + "lifepoints": "10", + "strength_level": "60", + "id": "6839", + "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Crikey! Look at the size of those teeth!", "melee_animation": "4925", "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "6841", - "name": "Spirit spider", - "examine": "Would scare anyone off their tuffet.", - "attack_level": "17", - "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "17", - "lifepoints": "18", - "magic_animation": "5327", - "magic_level": "15", - "melee_animation": "5327", - "range_animation": "5327", - "range_level": "12", - "respawn_delay": "50", - "safespot": null, - "strength_level": "16" - }, - { - "id": "6842", - "name": "Spirit spider", - "examine": "Would scare anyone off their tuffet.", - "attack_level": "17", - "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "17", - "lifepoints": "18", - "magic_animation": "5327", - "magic_level": "15", - "melee_animation": "5327", - "range_animation": "5327", - "range_level": "12", - "respawn_delay": "50", - "safespot": null, - "strength_level": "16", - "weakness": "10" - }, - { - "id": "6843", - "name": "Bloated leech", - "examine": "It's like a little suction pump with eyes.", - "attack_level": "49", - "death_animation": "7656", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "49", - "melee_animation": "7657", - "range_animation": "0", - "range_level": "49", - "respawn_delay": "0", - "safespot": null, - "strength_level": "49", - "weakness": "10" - }, - { - "id": "6844", - "name": "Bloated leech", - "examine": "It's like a little suction pump with eyes.", - "attack_level": "49", - "death_animation": "7656", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "49", - "melee_animation": "7657", - "range_animation": "0", - "range_level": "49", - "respawn_delay": "0", - "safespot": null, - "strength_level": "49", - "weakness": "10" - }, - { - "id": "6845", - "name": "Honey badger", - "examine": "Violent little so-and-so.", - "attack_level": "32", - "death_animation": "7925", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "magic_level": "32", - "melee_animation": "7928", - "range_animation": "0", - "range_level": "32", - "respawn_delay": "0", - "safespot": null, - "strength_level": "32", - "weakness": "10" - }, - { - "id": "6846", - "name": "Honey badger", - "examine": "Violent little so-and-so.", - "attack_level": "32", - "death_animation": "7925", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "magic_level": "32", - "melee_animation": "7928", - "range_animation": "0", - "range_level": "32", - "respawn_delay": "0", - "safespot": null, - "strength_level": "32", - "weakness": "10" - }, - { - "id": "6847", - "name": "Albino rat", - "examine": "The big cheese.", - "attack_level": "31", - "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5", - "combat_audio": "703,705,704", - "defence_level": "32", - "lifepoints": "68", - "magic_level": "27", - "poison_immune": "true", - "range_level": "31", - "respawn_delay": "50", - "safespot": null, - "strength_level": "28" - }, - { - "id": "6848", - "name": "Albino rat", - "examine": "The big cheese.", - "attack_level": "31", - "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5", - "combat_audio": "703,705,704", - "defence_level": "32", - "lifepoints": "68", - "magic_level": "27", - "poison_immune": "true", - "range_level": "31", - "respawn_delay": "50", - "safespot": null, - "strength_level": "28", - "weakness": "10" - }, - { - "id": "6849", - "name": "Granite lobster", - "examine": "Puts the 'crust' in 'crustacean'.", - "attack_level": "60", - "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0", - "death_animation": "8113", - "defence_animation": "8114", - "defence_level": "60", - "lifepoints": "10", - "melee_animation": "8112", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60" - }, - { - "id": "6850", - "name": "Granite lobster", - "examine": "Puts the 'crust' in 'crustacean'.", - "attack_level": "60", - "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0", - "death_animation": "8113", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "105", - "magic_animation": "0", + "combat_audio": "498,500,499", "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "4929", + "name": "Arctic bear", + "defence_level": "60", + "safespot": null, + "lifepoints": "101", + "strength_level": "60", + "id": "6840", + "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Would scare anyone off their tuffet.", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "magic_level": "15", + "respawn_delay": "50", + "defence_animation": "5328", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Spirit spider", + "defence_level": "17", + "safespot": null, + "lifepoints": "18", + "strength_level": "16", + "id": "6841", + "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0", + "range_level": "12", + "attack_level": "17" + }, + { + "examine": "Would scare anyone off their tuffet.", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "magic_level": "15", + "respawn_delay": "50", + "defence_animation": "5328", + "weakness": "10", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Spirit spider", + "defence_level": "17", + "safespot": null, + "lifepoints": "18", + "strength_level": "16", + "id": "6842", + "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0", + "range_level": "12", + "attack_level": "17" + }, + { + "examine": "It's like a little suction pump with eyes.", + "melee_animation": "7657", + "range_animation": "0", + "magic_level": "49", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7656", + "name": "Bloated leech", + "defence_level": "49", + "safespot": null, + "lifepoints": "70", + "strength_level": "49", + "id": "6843", + "range_level": "49", + "attack_level": "49" + }, + { + "examine": "It's like a little suction pump with eyes.", + "melee_animation": "7657", + "range_animation": "0", + "magic_level": "49", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7656", + "name": "Bloated leech", + "defence_level": "49", + "safespot": null, + "lifepoints": "70", + "strength_level": "49", + "id": "6844", + "range_level": "49", + "attack_level": "49" + }, + { + "examine": "Violent little so-and-so.", + "melee_animation": "7928", + "range_animation": "0", + "magic_level": "32", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7925", + "name": "Honey badger", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "6845", + "range_level": "32", + "attack_level": "32" + }, + { + "examine": "Violent little so-and-so.", + "melee_animation": "7928", + "range_animation": "0", + "magic_level": "32", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7925", + "name": "Honey badger", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "6846", + "range_level": "32", + "attack_level": "32" + }, + { + "examine": "The big cheese.", + "combat_audio": "703,705,704", + "magic_level": "27", + "respawn_delay": "50", + "name": "Albino rat", + "defence_level": "32", + "poison_immune": "true", + "safespot": null, + "lifepoints": "68", + "strength_level": "28", + "id": "6847", + "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5", + "range_level": "31", + "attack_level": "31" + }, + { + "examine": "The big cheese.", + "combat_audio": "703,705,704", + "magic_level": "27", + "respawn_delay": "50", + "weakness": "10", + "name": "Albino rat", + "defence_level": "32", + "poison_immune": "true", + "safespot": null, + "lifepoints": "68", + "strength_level": "28", + "id": "6848", + "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5", + "range_level": "31", + "attack_level": "31" + }, + { + "examine": "Puts the 'crust' in 'crustacean'.", + "melee_animation": "8112", + "respawn_delay": "0", + "defence_animation": "8114", + "death_animation": "8113", + "name": "Granite lobster", + "defence_level": "60", + "safespot": null, + "lifepoints": "10", + "strength_level": "60", + "id": "6849", + "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Puts the 'crust' in 'crustacean'.", "melee_animation": "8112", "range_animation": "0", - "range_level": "60", + "magic_level": "60", "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "6851", - "name": "Macaw", - "attack_level": "1", - "death_animation": "8012", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6852", - "name": "Macaw", - "attack_level": "1", - "death_animation": "8012", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6853", - "name": "Bronze minotaur", - "examine": "He's just a big bully.", - "attack_level": "19", - "bonuses": "-2,6,3,0,0,15,14,9,-6,14,5,90,0,0,0", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "19", - "lifepoints": "133", - "magic_level": "1", - "melee_animation": "8024", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "19" - }, - { - "id": "6854", - "name": "Bronze minotaur", - "examine": "He's just a big bully.", - "attack_level": "19", - "bonuses": "15,20,10,15,10,15,15,15,0,0,0,90,0,0,0", - "combat_style": "0", - "death_animation": "8025", "defence_animation": "0", - "defence_level": "19", - "lifepoints": "133", + "weakness": "10", "magic_animation": "0", + "death_animation": "8113", + "name": "Granite lobster", + "defence_level": "60", + "safespot": null, + "lifepoints": "105", + "strength_level": "60", + "id": "6850", + "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "death_animation": "8012", + "name": "Macaw", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6851", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1" + }, + { + "death_animation": "8012", + "name": "Macaw", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6852", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1" + }, + { + "examine": "He's just a big bully.", + "combat_style": "0", + "melee_animation": "8024", "magic_level": "1", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Bronze minotaur", + "defence_level": "19", + "safespot": null, + "lifepoints": "133", + "strength_level": "19", + "id": "6853", + "bonuses": "-2,6,3,0,0,15,14,9,-6,14,5,90,0,0,0", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "He's just a big bully.", + "combat_style": "0", "melee_animation": "8024", "range_animation": "0", - "range_level": "1", + "magic_level": "1", "respawn_delay": "0", - "safespot": null, - "strength_level": "19", - "weakness": "10" - }, - { - "id": "6855", - "name": "Iron minotaur", - "examine": "He's just a big bully.", - "attack_level": "25", - "bonuses": "-2,8,5,0,0,21,17,9,-6,20,5,100,0,100,0", - "combat_style": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "25", - "lifepoints": "193", - "magic_animation": "", - "magic_level": "25", - "melee_animation": "8024", - "range_level": "1", - "respawn_delay": "0", + "name": "Bronze minotaur", + "defence_level": "19", "safespot": null, - "strength_level": "25" + "lifepoints": "133", + "strength_level": "19", + "id": "6854", + "bonuses": "15,20,10,15,10,15,15,15,0,0,0,90,0,0,0", + "range_level": "1", + "attack_level": "19" }, { - "id": "6856", - "name": "Iron minotaur", "examine": "He's just a big bully.", - "attack_level": "25", + "combat_style": "0", + "melee_animation": "8024", + "magic_level": "25", + "respawn_delay": "0", + "defence_animation": "8023", + "magic_animation": "", + "death_animation": "8025", + "name": "Iron minotaur", + "defence_level": "25", + "safespot": null, + "lifepoints": "193", + "strength_level": "25", + "id": "6855", + "bonuses": "-2,8,5,0,0,21,17,9,-6,20,5,100,0,100,0", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He's just a big bully.", + "combat_style": "0", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "25", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Iron minotaur", + "defence_level": "25", + "safespot": null, + "lifepoints": "193", + "strength_level": "25", + "id": "6856", "bonuses": "25,25,25,25,0,25,25,25,25,0,0,100,0,100,0", "clue_level": "", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "193", - "magic_animation": "0", - "magic_level": "25", - "melee_animation": "8024", - "range_animation": "0", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "25", - "weakness": "10" + "attack_level": "25" }, { - "id": "6857", - "name": "Steel minotaur", "examine": "He's just a big bully!", - "attack_level": "28", - "bonuses": "-2,16,11,0,0,32,31,24,-6,31,5,122,0,122,0", "combat_style": "0", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "28", - "lifepoints": "260", - "magic_level": "28", "melee_animation": "8024", - "range_level": "1", + "magic_level": "28", "respawn_delay": "0", - "safespot": null, - "strength_level": "28" - }, - { - "id": "6858", + "defence_animation": "8023", + "death_animation": "8025", "name": "Steel minotaur", - "examine": "He's just a big bully.", - "attack_level": "28", - "bonuses": "40,30,30,30,30,30,30,30,30,30,0,127,0,0,0", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "0", "defence_level": "28", + "safespot": null, "lifepoints": "260", - "magic_animation": "0", - "magic_level": "28", - "melee_animation": "8024", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, "strength_level": "28", - "weakness": "10" + "id": "6857", + "bonuses": "-2,16,11,0,0,32,31,24,-6,31,5,122,0,122,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "He's just a big bully.", + "combat_style": "0", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "28", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Steel minotaur", + "defence_level": "28", + "safespot": null, + "lifepoints": "260", + "strength_level": "28", + "id": "6858", + "bonuses": "40,30,30,30,30,30,30,30,30,30,0,127,0,0,0", + "range_level": "1", + "attack_level": "28" }, { - "id": "6859", - "name": "Mithril minotaur", "examine": "He's just a big bully", - "attack_level": "30", - "bonuses": "-2,22,17,0,0,46,44,38,-6,44,20,146,0,147,0", - "can_tolerate": "", "combat_style": "0", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "30", - "lifepoints": "340", - "magic_level": "30", "melee_animation": "8024", - "range_level": "0", + "magic_level": "30", "respawn_delay": "0", - "safespot": null, - "strength_level": "30" - }, - { - "id": "6860", + "defence_animation": "8023", + "death_animation": "8025", "name": "Mithril minotaur", - "examine": "He's just a big bully.", - "attack_level": "30", - "bonuses": "30,30,30,30,0,30,30,30,30,0,30,146,0,147,0", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "8023", "defence_level": "30", + "safespot": null, "lifepoints": "340", - "magic_animation": "0", - "magic_level": "30", - "melee_animation": "8024", - "range_animation": "0", - "range_level": "0", - "respawn_delay": "0", - "safespot": null, + "can_tolerate": "", "strength_level": "30", - "weakness": "10" + "id": "6859", + "bonuses": "-2,22,17,0,0,46,44,38,-6,44,20,146,0,147,0", + "range_level": "0", + "attack_level": "30" }, { - "id": "6861", - "name": "Adamant minotaur", "examine": "He's just a big bully.", - "attack_level": "35", + "combat_style": "0", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "30", + "respawn_delay": "0", + "defence_animation": "8023", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Mithril minotaur", + "defence_level": "30", + "safespot": null, + "lifepoints": "340", + "strength_level": "30", + "id": "6860", + "bonuses": "30,30,30,30,0,30,30,30,30,0,30,146,0,147,0", + "range_level": "0", + "attack_level": "30" + }, + { + "examine": "He's just a big bully.", + "combat_style": "0", + "melee_animation": "8024", "attack_speed": "", - "bonuses": "-2,31,26,-3,-17,65,63,55,-6,63,30,146,0,181,0", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "35", - "lifepoints": "441", "magic_level": "35", - "melee_animation": "8024", - "poison_immune": "", - "range_level": "1", "respawn_delay": "0", - "safespot": null, - "strength_level": "35" - }, - { - "id": "6862", + "defence_animation": "8023", + "death_animation": "8025", "name": "Adamant minotaur", - "examine": "He's just a big bully.", - "attack_level": "35", - "bonuses": "40,50,40,45,35,20,50,36,30,40,15,180,30,10,0", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "0", "defence_level": "35", + "safespot": null, + "poison_immune": "", "lifepoints": "441", - "magic_animation": "0", - "magic_level": "35", - "melee_animation": "8024", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, "strength_level": "35", - "weakness": "10" + "id": "6861", + "bonuses": "-2,31,26,-3,-17,65,63,55,-6,63,30,146,0,181,0", + "range_level": "1", + "attack_level": "35" }, { + "examine": "He's just a big bully.", + "combat_style": "0", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "35", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Adamant minotaur", + "defence_level": "35", + "safespot": null, + "lifepoints": "441", + "strength_level": "35", + "id": "6862", + "bonuses": "40,50,40,45,35,20,50,36,30,40,15,180,30,10,0", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "He's just a big bully.", + "melee_animation": "8024", + "magic_level": "40", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Rune minotaur", + "defence_level": "40", + "safespot": null, + "lifepoints": "570", + "strength_level": "40", "id": "6863", - "name": "Rune minotaur", - "examine": "He's just a big bully.", - "attack_level": "40", "bonuses": "-2,48,43,0,-1,207,209,192,-12,205,102,157,0,195,0", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "40", - "lifepoints": "570", - "magic_level": "40", - "melee_animation": "8024", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "40" + "attack_level": "40" }, { - "id": "6864", - "name": "Rune minotaur", "examine": "He's just a big bully.", - "attack_level": "40", - "bonuses": "50,40,40,56,40,30,50,30,60,30,40,219,50,40,40", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "40", - "lifepoints": "570", - "magic_level": "40", "melee_animation": "8024", - "range_level": "1", + "magic_level": "40", "respawn_delay": "0", - "safespot": null, + "defence_animation": "8023", "slayer_exp": "0", - "strength_level": "40" + "death_animation": "8025", + "name": "Rune minotaur", + "defence_level": "40", + "safespot": null, + "lifepoints": "570", + "strength_level": "40", + "id": "6864", + "bonuses": "50,40,40,56,40,30,50,30,60,30,40,219,50,40,40", + "range_level": "1", + "attack_level": "40" }, { + "examine": "Well", + "melee_animation": "7816", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7818", + "name": "Smoke devil", + "defence_level": "55", + "safespot": null, + "lifepoints": "87", + "strength_level": "55", "id": "6865", - "name": "Smoke devil", - "examine": "Well", - "attack_level": "55", - "death_animation": "7818", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "87", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7816", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Well", + "melee_animation": "7816", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7818", + "name": "Smoke devil", + "defence_level": "55", + "safespot": null, + "lifepoints": "87", + "strength_level": "55", "id": "6866", - "name": "Smoke devil", - "examine": "Well", - "attack_level": "55", - "death_animation": "7818", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "87", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7816", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Putting all three of its best feet forward.", + "melee_animation": "7896", + "range_animation": "0", + "magic_level": "40", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7897", + "name": "Bull ant", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", "id": "6867", - "name": "Bull ant", - "examine": "Putting all three of its best feet forward.", - "attack_level": "40", - "death_animation": "7897", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "magic_level": "40", - "melee_animation": "7896", - "range_animation": "0", "range_level": "40", - "respawn_delay": "0", - "safespot": null, - "strength_level": "40", - "weakness": "10" + "attack_level": "40" }, { + "examine": "Putting all three of its best feet forward.", + "melee_animation": "7896", + "range_animation": "0", + "magic_level": "40", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7897", + "name": "Bull ant", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", "id": "6868", - "name": "Bull ant", - "examine": "Putting all three of its best feet forward.", - "attack_level": "40", - "death_animation": "7897", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "magic_level": "40", - "melee_animation": "7896", - "range_animation": "0", "range_level": "40", - "respawn_delay": "0", - "safespot": null, - "strength_level": "40", - "weakness": "10" + "attack_level": "40" }, { + "examine": "It's just a harmless wee rabbit. ", + "combat_style": "2", + "melee_animation": "8304", + "range_animation": "8304", + "attack_speed": "5", + "magic_level": "95", + "defence_animation": "8306", + "magic_animation": "8304", + "death_animation": "8305", + "name": "Wolpertinger", + "defence_level": "95", + "poison_immune": "true", + "safespot": null, + "lifepoints": "619", + "strength_level": "1", "id": "6869", - "name": "Wolpertinger", - "examine": "It's just a harmless wee rabbit. ", - "attack_level": "1", - "attack_speed": "5", "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", - "combat_style": "2", - "death_animation": "8305", - "defence_animation": "8306", - "defence_level": "95", - "lifepoints": "619", - "magic_animation": "8304", - "magic_level": "95", - "melee_animation": "8304", - "poison_immune": "true", - "range_animation": "8304", "range_level": "95", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's just a harmless wee rabbit. ", + "combat_style": "2", + "melee_animation": "8304", + "range_animation": "8304", + "attack_speed": "5", + "magic_level": "95", + "defence_animation": "8306", + "magic_animation": "8304", + "death_animation": "8305", + "name": "Wolpertinger", + "defence_level": "95", + "poison_immune": "true", + "safespot": null, + "lifepoints": "619", + "strength_level": "1", "id": "6870", - "name": "Wolpertinger", - "examine": "It's just a harmless wee rabbit. ", - "attack_level": "1", - "attack_speed": "5", "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", - "combat_style": "2", - "death_animation": "8305", - "defence_animation": "8306", - "defence_level": "95", - "lifepoints": "619", - "magic_animation": "8304", - "magic_level": "95", - "melee_animation": "8304", - "poison_immune": "true", - "range_animation": "8304", "range_level": "95", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "I suppose it could smell worse", + "melee_animation": "7769", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "28", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7770", + "name": "Compost mound", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", "id": "6871", - "name": "Compost mound", - "examine": "I suppose it could smell worse", - "attack_level": "28", - "attack_speed": "5", - "death_animation": "7770", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "magic_level": "28", - "melee_animation": "7769", - "range_animation": "0", "range_level": "28", - "respawn_delay": "0", - "safespot": null, - "strength_level": "28", - "weakness": "10" + "attack_level": "28" }, { + "examine": "I suppose it could smell worse", + "melee_animation": "7769", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "28", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7770", + "name": "Compost mound", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", "id": "6872", - "name": "Compost mound", - "examine": "I suppose it could smell worse", - "attack_level": "28", - "attack_speed": "5", - "death_animation": "7770", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "magic_level": "28", - "melee_animation": "7769", - "range_animation": "0", "range_level": "28", - "respawn_delay": "0", - "safespot": null, - "strength_level": "28", - "weakness": "10" + "attack_level": "28" }, { - "id": "6873", - "name": "Pack yak", "examine": "Bulk haulage never smelled so bad.", - "attack_level": "112", - "attack_speed": "5", - "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40", - "death_animation": "5784", - "defence_animation": "5783", - "defence_level": "121", - "lifepoints": "710", - "magic_animation": "5782", - "magic_level": "91", "melee_animation": "5782", - "poison_immune": "true", "range_animation": "5782", - "range_level": "86", - "safespot": null, - "strength_level": "104" - }, - { - "id": "6874", + "attack_speed": "5", + "magic_level": "91", + "defence_animation": "5783", + "magic_animation": "5782", + "death_animation": "5784", "name": "Pack yak", - "examine": "Bulk haulage never smelled so bad.", - "attack_level": "112", - "attack_speed": "5", - "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40", - "death_animation": "5784", - "defence_animation": "5783", "defence_level": "121", - "lifepoints": "710", - "magic_animation": "5782", - "magic_level": "91", - "melee_animation": "5782", "poison_immune": "true", - "range_animation": "5782", - "range_level": "86", "safespot": null, + "lifepoints": "710", "strength_level": "104", - "weakness": "10" + "id": "6873", + "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40", + "range_level": "86", + "attack_level": "112" }, { + "examine": "Bulk haulage never smelled so bad.", + "melee_animation": "5782", + "range_animation": "5782", + "attack_speed": "5", + "magic_level": "91", + "defence_animation": "5783", + "weakness": "10", + "magic_animation": "5782", + "death_animation": "5784", + "name": "Pack yak", + "defence_level": "121", + "poison_immune": "true", + "safespot": null, + "lifepoints": "710", + "strength_level": "104", + "id": "6874", + "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40", + "range_level": "86", + "attack_level": "112" + }, + { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit cockatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6875", - "name": "Spirit cockatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit cockatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6876", - "name": "Spirit cockatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit guthatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6877", - "name": "Spirit guthatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit guthatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6878", - "name": "Spirit guthatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "combat_audio": "703,705,704", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit saratrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6879", - "name": "Spirit saratrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_audio": "703,705,704", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "combat_audio": "703,705,704", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit saratrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6880", - "name": "Spirit saratrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_audio": "703,705,704", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit zamatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6881", - "name": "Spirit zamatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit zamatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6882", - "name": "Spirit zamatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit pengatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6883", - "name": "Spirit pengatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit pengatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6884", - "name": "Spirit pengatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit coraxatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6885", - "name": "Spirit coraxatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit coraxatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6886", - "name": "Spirit coraxatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit vulatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6887", - "name": "Spirit vulatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit vulatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6888", - "name": "Spirit vulatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "The only creature with a mouth big enough to fit a cannon ball into.", + "melee_animation": "7260", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7256", + "name": "Barker toad", + "defence_level": "55", + "safespot": null, + "lifepoints": "94", + "strength_level": "55", "id": "6889", - "name": "Barker toad", - "examine": "The only creature with a mouth big enough to fit a cannon ball into.", - "attack_level": "55", - "death_animation": "7256", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "94", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7260", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "The only creature with a mouth big enough to fit a cannon ball into.", + "melee_animation": "7260", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7256", + "name": "Barker toad", + "defence_level": "55", + "safespot": null, + "lifepoints": "94", + "strength_level": "55", "id": "6890", - "name": "Barker toad", - "examine": "The only creature with a mouth big enough to fit a cannon ball into.", - "attack_level": "55", - "death_animation": "7256", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "94", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7260", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { - "id": "6891", - "name": "Penguin keeper", "examine": "He looks like the type of guy who would keep penguins.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penguin keeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6891", + "range_level": "1", + "attack_level": "1" }, { - "id": "6892", - "name": "Pet shop owner", "examine": "The lady of the pet shop.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6893", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Pet shop owner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6892", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "The man of the pet shop.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pet shop owner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6893", + "range_level": "1", + "attack_level": "1" }, { - "id": "6894", - "name": "Terrier", - "examine": "A terrier puppy." - }, - { - "id": "6895", - "name": "Labrador", - "examine": "A labrador puppy." - }, - { - "id": "6896", - "name": "Dalmatian", "examine": "A dalmatian puppy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6897", - "name": "Bulldog", - "examine": "A bulldog puppy.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6898", - "name": "Pet shop owner" - }, - { - "id": "6899", - "name": "Bulldog" - }, - { - "id": "6900", - "name": "Hatchling dragon", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6901", - "name": "Baby dragon", - "attack_level": "1", - "combat_audio": "407,405,406", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6902", - "name": "Hatchling dragon", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6903", - "name": "Baby dragon", - "attack_level": "1", - "combat_audio": "407,405,406", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6904", - "name": "Hatchling dragon", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6905", - "name": "Baby dragon", - "attack_level": "1", - "combat_audio": "407,405,406", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6906", - "name": "Hatchling dragon", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6907", - "name": "Baby dragon", - "attack_level": "1", - "combat_audio": "407,405,406", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6908", - "name": "Baby penguin" - }, - { - "id": "6909", - "name": "Penguin" - }, - { - "id": "6910", - "name": "Penguin" - }, - { - "id": "6911", - "name": "Raven chick" - }, - { - "id": "6912", - "name": "Raven" - }, - { - "id": "6913", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon." - }, - { - "id": "6914", - "name": "Raccoon", - "examine": "He can run with us." - }, - { - "id": "6915", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "6916", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "6917", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6918", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "6919", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "6920", - "name": "Squirrel", - "examine": "An experienced nut-thief." - }, - { - "id": "6921", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6922", - "name": "Baby chameleon" - }, - { - "id": "6923", - "name": "Chameleon" - }, - { - "id": "6924", - "name": "Baby chameleon" - }, - { - "id": "6925", - "name": "Chameleon" - }, - { - "id": "6926", - "name": "Baby chameleon" - }, - { - "id": "6927", - "name": "Chameleon" - }, - { - "id": "6928", - "name": "Baby chameleon" - }, - { - "id": "6929", - "name": "Chameleon" - }, - { - "id": "6930", - "name": "Baby chameleon" - }, - { - "id": "6931", - "name": "Chameleon" - }, - { - "id": "6932", - "name": "Baby chameleon" - }, - { - "id": "6933", - "name": "Chameleon" - }, - { - "id": "6934", - "name": "Baby chameleon" - }, - { - "id": "6935", - "name": "Chameleon" - }, - { - "id": "6936", - "name": "Baby chameleon" - }, - { - "id": "6937", - "name": "Chameleon" - }, - { - "id": "6938", - "name": "Baby chameleon" - }, - { - "id": "6939", - "name": "Chameleon" - }, - { - "id": "6940", - "name": "Baby chameleon" - }, - { - "id": "6941", - "name": "Chameleon" - }, - { - "id": "6942", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6943", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6944", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6945", - "name": "Vulture chick" - }, - { - "id": "6946", - "name": "Vulture" - }, - { - "id": "6947", - "name": "Baby giant crab" - }, - { - "id": "6948", - "name": "Giant crab" - }, - { - "id": "6949", - "name": "Saradomin chick" - }, - { - "id": "6950", - "name": "Saradomin bird" - }, - { - "id": "6951", - "name": "Saradomin owl" - }, - { - "id": "6952", - "name": "Zamorak chick" - }, - { - "id": "6953", - "name": "Zamorak bird" - }, - { - "id": "6954", - "name": "Zamorak hawk" - }, - { - "id": "6955", - "name": "Guthix chick" - }, - { - "id": "6956", - "name": "Guthix bird" - }, - { - "id": "6957", - "name": "Guthix raptor" - }, - { - "id": "6958", - "name": "Terrier puppy", - "examine": "It's lively and energetic." - }, - { - "id": "6959", - "name": "Terrier", - "examine": "It's lively and energetic." - }, - { - "id": "6960", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch." - }, - { - "id": "6961", - "name": "Greyhound", - "examine": "An aerodynamic doggy." - }, - { - "id": "6962", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute." - }, - { - "id": "6963", - "name": "Labrador", - "examine": "My most faithful friend." - }, - { - "id": "6964", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred..." - }, - { - "id": "6965", "name": "Dalmatian", - "examine": "A purebred doggy." - }, - { - "id": "6966", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet." - }, - { - "id": "6967", - "name": "Sheepdog", - "examine": "Come by! Come by!" - }, - { - "id": "6968", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp." - }, - { - "id": "6969", - "name": "Bulldog puppy", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "2", - "death_animation": "8305", - "defence_animation": "8306", "defence_level": "1", - "lifepoints": "651", - "magic_level": "28", - "melee_animation": "8304", - "range_level": "1", - "respawn_delay": "0", "safespot": null, - "strength_level": "1" - }, - { - "id": "6970", - "name": "Pikkupstix", - "examine": "He's a very important druid." - }, - { - "id": "6971", - "name": "Pikkupstix", - "examine": "He's a very important druid." - }, - { - "id": "6972", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "7186", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7181", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6973", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6974", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6975", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "7186", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7181", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6976", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6977", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6978", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6979", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "7186", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7181", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28" - }, - { - "id": "6980", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6981", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6982", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "7186", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7181", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6983", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6984", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "7186", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7181", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6985", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6986", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6987", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6988", - "name": "Pikkupstix", - "examine": "He's a very important druid." - }, - { - "id": "6989", - "name": "Pikkupstix", - "examine": "He's a very important druid." - }, - { - "id": "6990", - "name": "Giant wolpertinger" - }, - { - "id": "6991", - "name": "Ibis" - }, - { - "id": "6992", - "name": "Spirit jelly", - "examine": "On Gielinor", - "attack_level": "50", - "death_animation": "8570", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "78", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "8569", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "6993", - "name": "Spirit jelly", - "examine": "On Gielinor", - "attack_level": "50", - "death_animation": "8570", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "78", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "8569", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "6994", - "name": "Spirit kalphite", - "examine": "Hail to the Queen", - "attack_level": "25", - "combat_style": "1", - "death_animation": "6228", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "25", - "melee_animation": "6223", - "range_animation": "0", - "range_level": "25", - "respawn_delay": "0", - "safespot": null, - "strength_level": "25", - "weakness": "10" - }, - { - "id": "6995", - "name": "Spirit kalphite", - "examine": "Hail to the Queen", - "attack_level": "25", - "combat_style": "1", - "death_animation": "6228", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "25", - "melee_animation": "6223", - "range_animation": "0", - "range_level": "25", - "respawn_delay": "0", - "safespot": null, - "strength_level": "25", - "weakness": "10" - }, - { - "id": "6996", - "name": "Fishing spot" - }, - { - "id": "6997", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "6896", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bulldog puppy.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6998", - "name": "Revenant dragon", - "examine": "A ghost of a dragon slain during the god wars.", - "attack_level": "85", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "8593", - "defence_animation": "8592", - "defence_level": "85", - "lifepoints": "155", - "magic_animation": "8594", - "melee_animation": "8591", - "poison_amount": "", - "poisonous": "", - "range_animation": "8594", - "range_level": "85", - "safespot": null, - "spawn_animation": "8595", - "strength_level": "85" - }, - { - "id": "6999", - "name": "Revenant dragon", - "examine": "A ghost of a dragon slain during the god wars.", - "attack_level": "85", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "8593", - "defence_animation": "8592", - "defence_level": "85", - "lifepoints": "155", - "magic_animation": "8594", - "melee_animation": "8591", - "poison_amount": "", - "poisonous": "", - "range_animation": "8594", - "range_level": "85", - "safespot": null, - "spawn_animation": "8595", - "strength_level": "85" - }, - { - "id": "7000", - "name": "Dark Squall" - }, - { - "id": "7002", - "name": "Surok Magis" - }, - { - "id": "7003", - "name": "Fire giant", - "examine": "A very large elemental adversary.", - "attack_level": "65", - "attack_speed": "5", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" - }, - { - "id": "7004", - "name": "Fire giant", - "examine": "A very large elemental adversary.", - "attack_level": "65", - "attack_speed": "5", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" - }, - { - "id": "7005", - "name": "Big wolf", - "examine": "Must be the pack leader.", - "aggressive": "true", - "attack_level": "60", - "death_animation": "6558", "defence_animation": "0", - "defence_level": "62", - "lifepoints": "21", "magic_animation": "0", + "death_animation": "0", + "name": "Bulldog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6897", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Hatchling dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6900", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Baby dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "407,405,406", + "strength_level": "1", + "id": "6901", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Hatchling dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6902", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Baby dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "407,405,406", + "strength_level": "1", + "id": "6903", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Hatchling dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6904", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Baby dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "407,405,406", + "strength_level": "1", + "id": "6905", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Hatchling dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6906", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Baby dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "407,405,406", + "strength_level": "1", + "id": "6907", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's so adorably tiny!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby gecko", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6917", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tiny nut-thief.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby squirrel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6921", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "6942", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "6943", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6944", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "2", + "melee_animation": "8304", + "attack_speed": "5", + "magic_level": "28", + "respawn_delay": "0", + "defence_animation": "8306", + "death_animation": "8305", + "name": "Bulldog puppy", + "defence_level": "1", + "safespot": null, + "lifepoints": "651", + "strength_level": "1", + "id": "6969", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "7186", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6972", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "range_animation": "0", + "combat_audio": "511,513,512", + "melee_animation": "7182", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6973", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "range_animation": "0", + "combat_audio": "511,513,512", + "melee_animation": "7182", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6974", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "7186", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6975", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6976", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6977", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6978", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "combat_audio": "511,513,512", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "7186", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6979", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6980", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6981", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "7186", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6982", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6983", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "7186", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6984", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6985", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6986", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6987", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "On Gielinor", + "melee_animation": "8569", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8570", + "name": "Spirit jelly", + "defence_level": "50", + "safespot": null, + "lifepoints": "78", + "strength_level": "50", + "id": "6992", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "On Gielinor", + "melee_animation": "8569", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8570", + "name": "Spirit jelly", + "defence_level": "50", + "safespot": null, + "lifepoints": "78", + "strength_level": "50", + "id": "6993", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Hail to the Queen", + "combat_style": "1", + "melee_animation": "6223", + "range_animation": "0", + "magic_level": "25", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6228", + "name": "Spirit kalphite", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "6994", + "range_level": "25", + "attack_level": "25" + }, + { + "examine": "Hail to the Queen", + "combat_style": "1", + "melee_animation": "6223", + "range_animation": "0", + "magic_level": "25", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6228", + "name": "Spirit kalphite", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "6995", + "range_level": "25", + "attack_level": "25" + }, + { + "examine": "A stripy little baby raccoon.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby raccoon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6997", + "range_level": "1", + "attack_level": "1" + }, + { + "spawn_animation": "8595", + "examine": "A ghost of a dragon slain during the god wars.", + "melee_animation": "8591", + "range_animation": "8594", + "combat_audio": "408,410,409", + "poisonous": "", + "defence_animation": "8592", + "poison_amount": "", + "magic_animation": "8594", + "death_animation": "8593", + "name": "Revenant dragon", + "defence_level": "85", + "safespot": null, + "lifepoints": "155", + "strength_level": "85", + "id": "6998", + "clue_level": "2", + "range_level": "85", + "attack_level": "85" + }, + { + "spawn_animation": "8595", + "examine": "A ghost of a dragon slain during the god wars.", + "melee_animation": "8591", + "range_animation": "8594", + "combat_audio": "408,410,409", + "poisonous": "", + "defence_animation": "8592", + "poison_amount": "", + "magic_animation": "8594", + "death_animation": "8593", + "name": "Revenant dragon", + "defence_level": "85", + "safespot": null, + "lifepoints": "155", + "strength_level": "85", + "id": "6999", + "clue_level": "2", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", + "id": "7003", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", + "id": "7004", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Must be the pack leader.", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", "slayer_exp": "74", - "strength_level": "60" + "magic_animation": "0", + "death_animation": "6558", + "name": "Big wolf", + "defence_level": "62", + "safespot": null, + "lifepoints": "21", + "strength_level": "60", + "id": "7005", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" }, { - "id": "7006", - "name": "Grenwall" - }, - { - "id": "7010", - "name": "Grenwall", "examine": "An active spiny creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7011", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Grenwall", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7010", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A hiding spiny creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grenwall", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7011", + "range_level": "1", + "attack_level": "1" }, { + "examine": "What a strange little creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pawya", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7012", - "name": "Pawya", - "examine": "What a strange little creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7013", - "name": "Earth Mound", "examine": "Dug by a Pawya (Not actual exam).", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Earth Mound", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7013", + "range_level": "1", + "attack_level": "1" }, { - "id": "7014", - "name": "Pawya", "examine": "What a strange little creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pawya", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7014", + "range_level": "1", + "attack_level": "1" }, { - "id": "7015", - "name": "Platypus" - }, - { - "id": "7016", - "name": "Platypus" - }, - { - "id": "7017", - "name": "Platypus" - }, - { - "id": "7018", - "name": "Baby platypus" - }, - { - "id": "7019", - "name": "Baby platypus" - }, - { - "id": "7020", - "name": "Baby platypus" - }, - { - "id": "7021", + "examine": "A most unlikely creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Platypus", - "examine": "A most unlikely creature.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "7021", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A most unlikely creature.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7022", - "name": "Platypus" - }, - { - "id": "7023", - "name": "Platypus" - }, - { - "id": "7024", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Baby platypus", - "examine": "A most unlikely creature.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7024", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "7025", - "name": "Baby platypus" - }, - { - "id": "7026", - "name": "Baby platypus" - }, - { - "id": "7027", - "name": "Patrick" - }, - { - "id": "7028", - "name": "Penelope" - }, - { - "id": "7029", - "name": "Peter" - }, - { - "id": "7030", - "name": "Peanut" - }, - { - "id": "7031", - "name": "Wimpy bird", "examine": "An ogre snack with wings.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wimpy bird", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7031", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "7032", - "name": "Diseased kebbit" - }, - { - "id": "7039", - "name": "Diseased kebbit", "examine": "A shy creature with a toxic bite.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Diseased kebbit", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7039", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "7040", - "name": "Fishing spot" - }, - { - "id": "7045", - "name": "Fishing spot" - }, - { - "id": "7046", - "name": "Fishing spot" - }, - { - "id": "7047", - "name": "Balnea", - "examine": "She looks like she means business." - }, - { - "id": "7048", - "name": "Frawd" - }, - { - "id": "7049", - "name": "Ogress banker", "examine": "Fit to wear the uniform?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ogress banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7049", + "range_level": "1", + "attack_level": "1" }, { - "id": "7050", - "name": "Ogress banker" - }, - { - "id": "7051", - "name": "Chief Tess", "examine": "She walks as if she owns the place.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chief Tess", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7051", + "range_level": "1", + "attack_level": "1" }, { - "id": "7052", - "name": "Seegud" - }, - { - "id": "7053", - "name": "Chargurr" - }, - { - "id": "7054", - "name": "Chargurr" - }, - { - "id": "7055", - "name": "Snurgh" - }, - { - "id": "7058", - "name": "Kringk" - }, - { - "id": "7059", - "name": "Thump" - }, - { - "id": "7060", - "name": "Massage table" - }, - { - "id": "7061", - "name": "Thump" - }, - { - "id": "7062", - "name": "Muggh" - }, - { - "id": "7063", - "name": "Kringk" - }, - { - "id": "7064", - "name": "Hairdryer" - }, - { - "id": "7065", - "name": "Snert" - }, - { - "id": "7068", - "name": "Tyke" - }, - { - "id": "7069", - "name": "Snarrl" - }, - { - "id": "7070", - "name": "Snarrk" - }, - { - "id": "7071", - "name": "I'rk" - }, - { - "id": "7072", - "name": "Thuddley" - }, - { - "id": "7073", - "name": "Grr'bah" - }, - { - "id": "7074", - "name": "Chomp" - }, - { - "id": "7075", - "name": "Grubb" - }, - { - "id": "7076", - "name": "Grunther" - }, - { - "id": "7077", - "name": "Glum" - }, - { - "id": "7078", - "name": "Ogress champion", "examine": "A fearsome adversary with no sense of humour.", - "aggressive": "true", - "attack_level": "48", - "death_animation": "8640", + "melee_animation": "8636", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8640", + "name": "Ogress champion", "defence_level": "48", + "safespot": null, "lifepoints": "68", - "magic_animation": "0", - "melee_animation": "8636", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "48", - "weakness": "6" + "id": "7078", + "aggressive": "true", + "range_level": "1", + "attack_level": "48" }, { - "id": "7079", - "name": "Ogress warrior", "examine": "Irascible, belligerent and stupefyingly impolite.", - "aggressive": "true", - "attack_level": "45", - "death_animation": "8640", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", "melee_animation": "8636", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "45", - "weakness": "6" - }, - { - "id": "7080", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8640", "name": "Ogress warrior", - "examine": "Irascible, beliggerent and stupefyingly impolite.", - "aggressive": "true", - "attack_level": "45", - "death_animation": "8641", - "defence_animation": "0", "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "8637", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "64", "strength_level": "45", - "weakness": "6" + "id": "7079", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" }, { - "id": "7081", - "name": "Ogress", - "examine": "A large and contentious lady ogre.", - "aggressive": "true", - "attack_level": "42", - "attack_speed": "5", - "death_animation": "8640", + "examine": "Irascible, beliggerent and stupefyingly impolite.", + "melee_animation": "8637", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", + "weakness": "6", "magic_animation": "0", + "death_animation": "8641", + "name": "Ogress warrior", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "7080", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "A large and contentious lady ogre.", "melee_animation": "8636", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8640", + "name": "Ogress", + "defence_level": "42", "safespot": null, + "lifepoints": "60", "strength_level": "42", - "weakness": "6" + "id": "7081", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" }, { - "id": "7082", - "name": "Ogress", "examine": "A large and contentious lady ogre.", - "aggressive": "true", - "attack_level": "42", - "attack_speed": "5", - "death_animation": "8641", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", "melee_animation": "8637", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8641", + "name": "Ogress", + "defence_level": "42", "safespot": null, + "lifepoints": "60", "strength_level": "42", - "weakness": "6" - }, - { - "id": "7083", - "name": "Flying bugs" - }, - { - "id": "7084", - "name": "Eucalyptus ent", - "examine": "Dead stone defending a dead throne room.", + "id": "7082", "aggressive": "true", - "attack_level": "51", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Dead stone defending a dead throne room.", + "range_animation": "0", "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Eucalyptus ent", "defence_level": "51", + "safespot": null, "lifepoints": "145", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "51", - "weakness": "7" + "id": "7084", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" }, { - "id": "7085", - "name": "Eucalyptus ent", "examine": "Dead stone defending a dead throne room.", - "aggressive": "true", - "attack_level": "54", + "range_animation": "0", "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Eucalyptus ent", "defence_level": "54", + "safespot": null, "lifepoints": "142", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "54", - "weakness": "7" + "id": "7085", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" }, { - "id": "7086", - "name": "Eucalyptus ent", "examine": "Dead stone defending a dead throne room.", - "aggressive": "true", - "attack_level": "57", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Eucalyptus ent", "defence_level": "57", + "safespot": null, "lifepoints": "162", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "57", - "weakness": "7" + "id": "7086", + "aggressive": "true", + "range_level": "1", + "attack_level": "57" }, { - "id": "7087", - "name": "Balnea" - }, - { - "id": "7088", - "name": "Chief Tess" - }, - { - "id": "7089", - "name": "Chargurr" - }, - { - "id": "7090", - "name": "Wise Old Man" - }, - { - "id": "7091", - "name": "Dawg" - }, - { - "id": "7105", - "name": "Chaos druid", "examine": "A crazy, evil druid.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "12", - "end_gfx": "107", - "lifepoints": "20", - "magic_animation": "422", - "magic_level": "10", - "melee_animation": "422", - "projectile": "106", - "range_animation": "422", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, "start_gfx": "105", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "10", + "end_gfx": "107", + "respawn_delay": "25", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "12", + "safespot": null, + "lifepoints": "20", "strength_level": "8", - "weakness": "3" + "id": "7105", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "106", + "attack_level": "8" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7106", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7107", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7108", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7109", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7110", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7111", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7112", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7113", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7114", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { - "id": "7115", - "name": "Thaki the delivery dwarf", "examine": "He seems to be enjoying his time in the bar.", - "attack_level": "1", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "melee_animation": "0", + "range_animation": "0", "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Thaki the delivery dwarf", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7115", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "7116", - "name": "Drunken sailor" - }, - { - "id": "7117", - "name": "Drunken sailor" - }, - { - "id": "7118", - "name": "Catapult engineer" - }, - { - "id": "7119", - "name": "Tyras guard" - }, - { - "id": "7120", - "name": "Tyras guard", "examine": "One of King Tyras's men.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tyras guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7121", - "name": "General Hining" - }, - { - "id": "7122", - "name": "Githan" - }, - { - "id": "7123", - "name": "Amulet of Nature" - }, - { - "id": "7124", - "name": "Mud" + "lifepoints": "10", + "strength_level": "1", + "id": "7120", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A hungry-looking rabbit.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "50", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7125", - "name": "Rabbit", - "examine": "A hungry-looking rabbit.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7126", - "name": "Rabbit", - "examine": "A hungry-looking rabbit.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "A gnome farmer.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7127", - "name": "Rabbit", - "examine": "A hungry-looking rabbit.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "7128", - "name": "Farmer", - "examine": "A gnome farmer.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7129", - "name": "Farmer", "examine": "A gnome farmer.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "7130", - "name": "Farmer", - "examine": "A gnome farmer.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7131", - "name": "Farmer Blinkin", - "examine": "The head farmer, apparently." - }, - { - "id": "7132", - "name": "Mrs. Winkin", "examine": "Owner of this homestead.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7133", - "name": "Bork", - "examine": "That's one big Ork... ", - "agg_radius": "64", - "attack_level": "100", - "attack_speed": "6", - "bonuses": "200,120,100,300,300,120,400,500,300,200,300,400,200,90,0", - "death_animation": "8756", - "defence_animation": "8755", - "defence_level": "80", - "lifepoints": "300", - "melee_animation": "8754", - "poison_immune": "true", - "range_level": "1", - "respawn_delay": "60", - "strength_level": "90" - }, - { - "id": "7134", - "name": "Bork", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "8", - "death_animation": "8756", - "defence_animation": "8755", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mrs. Winkin", "defence_level": "1", - "lifepoints": "300", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7132", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "That's one big Ork... ", "melee_animation": "8754", - "poison_immune": "true", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "defence_animation": "8755", + "death_animation": "8756", + "name": "Bork", + "defence_level": "80", + "poison_immune": "true", + "lifepoints": "300", + "strength_level": "90", + "id": "7133", + "bonuses": "200,120,100,300,300,120,400,500,300,200,300,400,200,90,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Sharimika", + "id": "2505" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Sharimika", + "id": "2506" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Mamma Bufetta", + "id": "2508" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Mamma Bufetta", + "id": "2509" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Layleen", + "id": "2511" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Layleen", + "id": "2512" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Karaday", + "id": "2514" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Karaday", + "id": "2515" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Safta Doc", + "id": "2517" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Safta Doc", + "id": "2518" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Gabooty", + "id": "2520" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Gabooty", + "id": "2521" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Fanellaman", + "id": "2523" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Fanellaman", + "id": "2524" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Jagbakoba", + "id": "2526" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Jagbakoba", + "id": "2527" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Murcaily", + "id": "2529" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Murcaily", + "id": "2530" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Rionasta", + "id": "2532" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Rionasta", + "id": "2533" + }, + { + "agg_radius": "64", + "melee_animation": "8754", + "attack_speed": "8", + "respawn_delay": "60", + "defence_animation": "8755", + "death_animation": "8756", + "name": "Bork", + "defence_level": "1", + "safespot": null, + "poison_immune": "true", + "lifepoints": "300", + "strength_level": "1", + "id": "7134", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "7135", - "name": "Ork legion", "examine": "Aww, aren't they the cutest li - Argh!", - "aggressive": "true", - "attack_level": "68", - "bonuses": "5,10,3,5,3,5,5,5,10,0,0,0,0,0,0", - "death_animation": "8761", - "defence_animation": "0", - "defence_level": "57", - "lifepoints": "100", - "magic_animation": "0", "melee_animation": "8760", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "8761", + "name": "Ork legion", + "defence_level": "57", "poison_immune": "true", - "range_animation": "0", + "safespot": null, + "lifepoints": "100", + "strength_level": "68", + "id": "7135", + "aggressive": "true", + "bonuses": "5,10,3,5,3,5,5,5,10,0,0,0,0,0,0", "range_level": "68", - "respawn_delay": "60", - "safespot": null, - "strength_level": "68" + "attack_level": "68" }, { - "id": "7136", - "name": "Surok Magis" - }, - { - "id": "7137", - "name": "Dagon'hai Elite", "examine": "A powerful wizard.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "25", - "bonuses": "220,190,140,120,120,130,90,120,120,200,100,154,150,93,190", "combat_style": "2", - "defence_level": "40", - "lifepoints": "70", + "attack_speed": "25", "magic_level": "90", - "range_level": "1", - "safespot": null, "spell_id": "11", - "strength_level": "90" + "name": "Dagon'hai Elite", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", + "strength_level": "90", + "id": "7137", + "aggressive": "true", + "bonuses": "220,190,140,120,120,130,90,120,120,200,100,154,150,93,190", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A monk of the Dagon'hai.", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "98", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Dagon'hai Monk", + "defence_level": "80", + "safespot": null, + "lifepoints": "88", + "strength_level": "84", "id": "7138", - "name": "Dagon'hai Monk", - "examine": "A monk of the Dagon'hai.", "aggressive": "true", - "attack_level": "84", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "80", - "lifepoints": "88", - "magic_animation": "0", - "magic_level": "98", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "84" + "attack_level": "84" }, { + "examine": "A monk of the Dagon'hai.", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "98", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Dagon'hai Monk", + "defence_level": "80", + "safespot": null, + "lifepoints": "88", + "strength_level": "84", "id": "7139", - "name": "Dagon'hai Monk", - "examine": "A monk of the Dagon'hai.", "aggressive": "true", - "attack_level": "84", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "80", - "lifepoints": "88", - "magic_animation": "0", - "magic_level": "98", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "84" + "attack_level": "84" }, { + "examine": "A monk of the Dagon'hai.", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "98", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Dagon'hai Monk", + "defence_level": "80", + "safespot": null, + "lifepoints": "88", + "strength_level": "84", "id": "7140", - "name": "Dagon'hai Monk", - "examine": "A monk of the Dagon'hai.", "aggressive": "true", - "attack_level": "84", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "80", - "lifepoints": "88", - "magic_animation": "0", - "magic_level": "98", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "84" + "attack_level": "84" }, { - "id": "7141", - "name": "null", "examine": "He seems to have gone mad.", - "aggressive": "true", - "attack_level": "25", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "4", - "magic_animation": "0", - "magic_level": "25", "melee_animation": "426", "range_animation": "426", - "range_level": "25", + "magic_level": "25", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "836", + "name": "null", + "defence_level": "25", "safespot": null, - "strength_level": "25", - "weakness": "1" - }, - { - "id": "7142", - "name": "Guard", - "examine": "He thumps people who cheat.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7143", - "name": "Professor Henry" - }, - { - "id": "7144", - "name": "Gublinch jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7145", - "name": "Gublinchette jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7146", - "name": "Gublinchette jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7147", - "name": "Gublinch jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7148", - "name": "Gublinch jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7149", - "name": "Gublinch jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7150", - "name": "Gublinch jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7151", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "strength_level": "1" - }, - { - "id": "7152", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7153", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "strength_level": "1" - }, - { - "id": "7154", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "strength_level": "1" - }, - { - "id": "7155", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "strength_level": "1" - }, - { - "id": "7156", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7157", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "strength_level": "1" - }, - { - "id": "7158", - "name": "Cockroach drone", - "examine": "A household pest.", - "attack_level": "3", - "attack_speed": "5", - "death_animation": "8788", - "defence_animation": "0", - "defence_level": "3", "lifepoints": "4", + "strength_level": "25", + "id": "7141", + "aggressive": "true", + "range_level": "25", + "attack_level": "25" + }, + { + "examine": "He thumps people who cheat.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7142", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinch jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7144", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinchette jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7145", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinchette jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7146", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinch jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7147", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinch jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7148", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinch jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7149", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinch jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7150", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7152", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7156", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "lifepoints": "10", + "strength_level": "1", + "id": "7157", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A household pest.", "melee_animation": "8785", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "8788", + "name": "Cockroach drone", + "defence_level": "3", "safespot": null, + "lifepoints": "4", "strength_level": "3", - "weakness": "8" + "id": "7158", + "range_level": "1", + "attack_level": "3" }, { - "id": "7159", - "name": "Cockroach worker", "examine": "Eurgh! A big bug.", - "attack_level": "22", - "attack_speed": "5", - "death_animation": "8790", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "8787", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "8790", + "name": "Cockroach worker", + "defence_level": "70", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "7159", + "range_level": "1", + "attack_level": "22" }, { - "id": "7160", - "name": "Cockroach soldier", "examine": "Euww! A giant bug.", - "attack_level": "38", - "attack_speed": "5", - "bonuses": "10,10,10,5,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "8789", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "97", - "magic_animation": "0", "melee_animation": "8786", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "8789", + "name": "Cockroach soldier", + "defence_level": "70", "safespot": null, + "lifepoints": "97", "strength_level": "26", - "weakness": "8" + "id": "7160", + "bonuses": "10,10,10,5,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "38" }, { + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Mugger", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", "id": "7161", - "name": "Mugger", "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "8", - "melee_animation": "422", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Mugger", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", "id": "7162", - "name": "Mugger", "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "8", - "melee_animation": "422", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7163", - "name": "Villager" - }, - { - "id": "7165", - "name": "Villager" - }, - { - "id": "7166", - "name": "Villager" - }, - { - "id": "7167", - "name": "Villager" - }, - { - "id": "7168", - "name": "Kimberly", - "examine": "A little girl. She looks terrified.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "examine": "A popular dwarven delicacy.", + "melee_animation": "4933", + "range_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "4934", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Rat", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7169", - "name": "Kimberly" - }, - { - "id": "7170", - "name": "Kimberly" - }, - { - "id": "7171", - "name": "Kennith" - }, - { - "id": "7172", - "name": "Kennith" - }, - { - "id": "7173", - "name": "Kennith" - }, - { - "id": "7174", - "name": "Kennith" - }, - { - "id": "7175", - "name": "Kennith" - }, - { - "id": "7176", - "name": "Villager" - }, - { - "id": "7184", - "name": "Ezekial Lovecraft" - }, - { - "id": "7185", - "name": "Clive" - }, - { - "id": "7186", - "name": "Katherine" - }, - { - "id": "7187", - "name": "Katherine" - }, - { - "id": "7188", - "name": "Clive" - }, - { - "id": "7189", - "name": "Kent" - }, - { - "id": "7190", - "name": "Rabbit hole" - }, - { - "id": "7197", - "name": "Easter Bunny" - }, - { - "id": "7198", - "name": "Bunny" - }, - { - "id": "7199", - "name": "Bunny" - }, - { - "id": "7200", - "name": "Guard bunny" - }, - { - "id": "7201", - "name": "Chocatrice" - }, - { + "lifepoints": "5", + "strength_level": "1", "id": "7202", - "name": "Rat", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "4933", "melee_animation": "4933", "range_animation": "4933", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "4934", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Rat", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7203", - "name": "Void Knight" - }, - { + "lifepoints": "5", + "strength_level": "1", "id": "7204", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "4933", - "melee_animation": "4933", - "range_animation": "4933", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7205", - "name": "Mouse" - }, - { - "id": "7206", + "examine": "It seems to have eaten a lot of chocolate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Cockroach", - "examine": "It seems to have eaten a lot of chocolate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7206", + "range_level": "1", + "attack_level": "1" }, { - "id": "7207", - "name": "Spider", "examine": "It's searching for crumbs of chocolate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spider", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7207", + "range_level": "1", + "attack_level": "1" }, { - "id": "7208", - "name": "Rabbit" - }, - { - "id": "7209", - "name": "Snail", "examine": "It seems to have eaten a lot of chocolate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snail", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7209", + "range_level": "1", + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7210", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7211", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7212", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7213", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7214", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7215", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7216", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7217", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7218", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7219", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7220", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7221", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7222", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7223", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7224", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7225", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7226", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7227", "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7227", + "range_level": "1", + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7228", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7229", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7230", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7231", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7232", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7233", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7234", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7235", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7236", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7237", - "name": "Terrier puppy", - "examine": "A hyperactive little pup." - }, - { - "id": "7238", - "name": "Terrier", - "examine": "A hyperactive little pup." - }, - { - "id": "7239", - "name": "Terrier puppy", - "examine": "Such a brave doggy." - }, - { - "id": "7240", - "name": "Terrier", - "examine": "Such a brave doggy." - }, - { - "id": "7241", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch." - }, - { - "id": "7242", - "name": "Greyhound", - "examine": "An aerodynamic doggy." - }, - { - "id": "7243", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch." - }, - { - "id": "7244", - "name": "Greyhound", - "examine": "An aerodynamic doggy." - }, - { - "id": "7245", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute." - }, - { - "id": "7246", - "name": "Labrador", - "examine": "My most faithful friend." - }, - { - "id": "7247", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute." - }, - { - "id": "7248", - "name": "Labrador", - "examine": "My most faithful friend." - }, - { - "id": "7249", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred..." - }, - { - "id": "7250", - "name": "Dalmatian", - "examine": "A purebred doggy." - }, - { - "id": "7251", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred..." - }, - { - "id": "7252", - "name": "Dalmatian", - "examine": "A purebred doggy." - }, - { - "id": "7253", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet." - }, - { - "id": "7254", - "name": "Sheepdog", - "examine": "Come by! Come by!" - }, - { - "id": "7255", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet." - }, - { - "id": "7256", - "name": "Sheepdog", - "examine": "Come by! Come by!" - }, - { - "id": "7257", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp." - }, - { - "id": "7258", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp." - }, - { - "id": "7259", - "name": "Bulldog puppy", - "examine": "One proud little puppy." - }, - { - "id": "7260", - "name": "Bulldog puppy", - "examine": "One proud little puppy." - }, - { - "id": "7261", - "name": "Raven chick" - }, - { - "id": "7262", - "name": "Raven" - }, - { - "id": "7263", - "name": "Raven chick" - }, - { - "id": "7264", - "name": "Raven" - }, - { - "id": "7265", - "name": "Raven chick" - }, - { - "id": "7266", - "name": "Raven" - }, - { - "id": "7267", - "name": "Raven chick" - }, - { - "id": "7268", - "name": "Raven" - }, - { - "id": "7269", - "name": "Raven chick" - }, - { - "id": "7270", - "name": "Raven" - }, - { - "id": "7271", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon." - }, - { - "id": "7272", - "name": "Raccoon", - "examine": "He can run with us." - }, - { - "id": "7273", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon." - }, - { - "id": "7274", - "name": "Raccoon", - "examine": "He can run with us." - }, - { - "id": "7275", - "name": "Baby Raccoon", "examine": "A stripy little baby raccoon.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby Raccoon", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7275", + "range_level": "1", + "attack_level": "1" }, { - "id": "7276", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon." - }, - { - "id": "7277", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7278", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7279", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7280", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7281", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7282", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7283", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7284", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7285", - "name": "Baby gecko", "examine": "It's so adorably tiny!", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", "death_animation": "0", - "defence_animation": "0", + "name": "Baby gecko", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7285", + "range_level": "1", + "attack_level": "1" }, { - "id": "7286", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7287", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7288", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7289", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7290", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7291", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7292", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7293", - "name": "Baby giant crab" - }, - { - "id": "7294", - "name": "Giant crab" - }, - { - "id": "7295", - "name": "Baby giant crab" - }, - { - "id": "7296", - "name": "Giant crab" - }, - { - "id": "7297", - "name": "Baby giant crab" - }, - { - "id": "7298", - "name": "Giant crab" - }, - { - "id": "7299", - "name": "Baby giant crab" - }, - { - "id": "7300", - "name": "Giant crab" - }, - { - "id": "7301", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7302", - "name": "Squirrel", - "examine": "An experienced nut-thief." - }, - { - "id": "7303", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7304", - "name": "Squirrel", - "examine": "An experienced nut-thief." - }, - { - "id": "7305", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7306", - "name": "Squirrel", - "examine": "An experienced nut-thief." - }, - { - "id": "7307", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7308", - "name": "Squirrel", - "examine": "An experienced nut-thief." - }, - { - "id": "7309", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7310", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7311", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7312", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7313", - "name": "Baby penguin" - }, - { - "id": "7314", - "name": "Penguin" - }, - { - "id": "7315", - "name": "Penguin" - }, - { - "id": "7316", - "name": "Baby penguin" - }, - { - "id": "7317", - "name": "Penguin" - }, - { - "id": "7318", - "name": "Penguin" - }, - { - "id": "7319", - "name": "Vulture chick" - }, - { - "id": "7320", - "name": "Vulture" - }, - { - "id": "7321", - "name": "Vulture chick" - }, - { - "id": "7322", - "name": "Vulture" - }, - { - "id": "7323", - "name": "Vulture chick" - }, - { - "id": "7324", - "name": "Vulture" - }, - { - "id": "7325", - "name": "Vulture chick" - }, - { - "id": "7326", - "name": "Vulture" - }, - { - "id": "7327", - "name": "Vulture chick" - }, - { - "id": "7328", - "name": "Vulture" - }, - { - "id": "7329", - "name": "Swamp titan", - "attack_level": "1", - "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", "combat_style": "0", - "death_animation": "8226", + "melee_animation": "8222", + "magic_level": "70", + "respawn_delay": "0", "defence_animation": "8224", - "defence_level": "78", - "lifepoints": "556", - "magic_level": "70", - "melee_animation": "8222", - "range_level": "70", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7330", - "name": "Swamp titan", - "examine": "Do you hear duelling banjos?", - "attack_level": "60", - "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", - "combat_style": "0", "death_animation": "8226", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "117", - "magic_animation": "0", - "magic_level": "65", + "name": "Swamp titan", + "defence_level": "78", + "safespot": null, + "lifepoints": "556", + "strength_level": "1", + "id": "7329", + "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", + "range_level": "70", + "attack_level": "1" + }, + { + "examine": "Do you hear duelling banjos?", + "combat_style": "0", "melee_animation": "8222", "range_animation": "0", - "range_level": "65", + "magic_level": "65", "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8226", + "name": "Swamp titan", + "defence_level": "65", "safespot": null, + "lifepoints": "117", "strength_level": "60", - "weakness": "10" + "id": "7330", + "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", + "range_level": "65", + "attack_level": "60" }, { - "id": "7331", - "name": "Spirit mosquito", "examine": "It buzzes and bites. Nasty.", - "attack_level": "28", - "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", - "death_animation": "8033", - "defence_animation": "8034", - "defence_level": "25", - "lifepoints": "43", - "magic_animation": "8032", - "magic_level": "21", "melee_animation": "8032", - "poison_immune": "true", "range_animation": "8032", - "range_level": "25", + "magic_level": "21", "respawn_delay": "50", - "safespot": null, - "strength_level": "24" - }, - { - "id": "7332", + "defence_animation": "8034", + "magic_animation": "8032", + "death_animation": "8033", "name": "Spirit mosquito", - "examine": "It buzzes and bites. Nasty.", - "attack_level": "28", - "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", - "death_animation": "8033", - "defence_animation": "8034", "defence_level": "25", - "lifepoints": "43", - "magic_animation": "8032", - "magic_level": "21", - "melee_animation": "8032", "poison_immune": "true", - "range_animation": "8032", - "range_level": "25", - "respawn_delay": "50", "safespot": null, + "lifepoints": "43", "strength_level": "24", - "weakness": "10" + "id": "7331", + "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", + "range_level": "25", + "attack_level": "28" }, { - "id": "7333", - "name": "Void spinner", - "examine": "It spins.", - "attack_level": "34", - "death_animation": "8176", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8172", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7334", - "name": "Void spinner", - "examine": "It spins.", - "attack_level": "34", - "death_animation": "8176", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8172", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7335", - "name": "Forge regent", - "examine": "This one will burn right through the net!", - "attack_level": "60", - "combat_style": "1", - "death_animation": "7864", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "108", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7863", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7336", - "name": "Forge regent", - "examine": "This one will burn right through the net!", - "attack_level": "60", - "combat_style": "1", - "death_animation": "7864", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "108", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7863", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7337", - "name": "Spirit larupia", - "examine": "Fast cat is fast.", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5228", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7338", - "name": "Spirit larupia", - "examine": "Fast cat is fast.", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5228", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7339", - "name": "Geyser titan", - "examine": "It'll kill your enemies, and makes a great cup of tea.", - "attack_level": "70", - "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120", - "combat_style": "1", - "death_animation": "7880", - "defence_animation": "7878", - "defence_level": "70", - "lifepoints": "620", - "magic_animation": "422", - "magic_level": "70", - "melee_animation": "7879", - "poison_immune": "true", - "range_animation": "422", - "range_level": "70", + "examine": "It buzzes and bites. Nasty.", + "melee_animation": "8032", + "range_animation": "8032", + "magic_level": "21", "respawn_delay": "50", - "safespot": null, - "strength_level": "70", - "weakness": "0" - }, - { - "id": "7340", - "name": "Geyser titan", - "examine": "It'll kill your enemies, and makes a great cup of tea.", - "attack_level": "70", - "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120", - "combat_style": "1", - "death_animation": "7880", - "defence_animation": "7878", - "defence_level": "70", - "lifepoints": "620", - "magic_animation": "422", - "magic_level": "70", - "melee_animation": "7879", - "poison_immune": "true", - "range_animation": "422", - "range_level": "70", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "70", - "weakness": "0" - }, - { - "id": "7341", - "name": "Lava titan", - "examine": "Made of lava.", - "attack_level": "65", - "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", - "combat_style": "0", - "death_animation": "7979", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "115", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7980", - "range_animation": "0", - "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "strength_level": "65", - "weakness": "10" - }, - { - "id": "7342", - "name": "Lava titan", - "examine": "Made of lava.", - "attack_level": "65", - "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", - "combat_style": "0", - "death_animation": "7979", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "115", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7980", - "range_animation": "0", - "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "strength_level": "65", - "weakness": "10" - }, - { - "id": "7343", - "name": "Steel titan", - "examine": "The King of the Titans!", - "attack_level": "70", - "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120", - "combat_style": "1", - "death_animation": "8184", - "defence_animation": "8185", - "defence_level": "70", - "lifepoints": "750", - "magic_animation": "8183", - "magic_level": "70", - "melee_animation": "8183", - "poison_immune": "true", - "range_animation": "8183", - "range_level": "70", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "0", - "strength_level": "70", - "weakness": "10" - }, - { - "id": "7344", - "name": "Steel titan", - "examine": "The King of the Titans!", - "attack_level": "70", - "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120", - "combat_style": "1", - "death_animation": "8184", - "defence_animation": "8185", - "defence_level": "70", - "lifepoints": "750", - "magic_animation": "8183", - "magic_level": "70", - "melee_animation": "8183", - "poison_immune": "true", - "range_animation": "8183", - "range_level": "70", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "0", - "strength_level": "70", - "weakness": "10" - }, - { - "id": "7345", - "name": "Obsidian golem", - "examine": "Four fists can make quite an impression IN someone...", - "attack_level": "60", - "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", - "death_animation": "8052", - "defence_animation": "8051", - "defence_level": "60", - "lifepoints": "10", - "magic_level": "60", - "melee_animation": "8050", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60" - }, - { - "id": "7346", - "name": "Obsidian golem", - "examine": "Four fists can make quite an impression IN someone...", - "attack_level": "60", - "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", - "death_animation": "8052", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "104", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "8050", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7347", - "name": "Talon beast", - "examine": "If a normal black cat is bad luck", - "attack_level": "60", - "death_animation": "5990", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "5989", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7348", - "name": "Talon beast", - "examine": "If a normal black cat is bad luck", - "attack_level": "60", - "death_animation": "5990", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "5989", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7349", - "name": "Abyssal titan", - "examine": "Big", - "attack_level": "70", - "death_animation": "7692", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "125", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7693", - "range_animation": "0", - "range_level": "70", - "respawn_delay": "0", - "safespot": null, - "strength_level": "70", - "weakness": "10" - }, - { - "id": "7350", - "name": "Abyssal titan", - "examine": "Big", - "attack_level": "70", - "death_animation": "7692", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "125", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7693", - "range_animation": "0", - "range_level": "70", - "respawn_delay": "0", - "safespot": null, - "strength_level": "70", - "weakness": "10" - }, - { - "id": "7351", - "name": "Void torcher", - "examine": "It torches.", - "attack_level": "34", - "combat_style": "2", - "death_animation": "8236", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8235", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7352", - "name": "Void torcher", - "examine": "It torches.", - "attack_level": "34", - "combat_style": "2", - "death_animation": "8236", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8235", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7353", - "name": "Giant chinchompa", - "examine": "Looks a little...volatile.", - "attack_level": "29", - "combat_style": "1", - "death_animation": "7758", - "defence_animation": "0", - "defence_level": "29", - "lifepoints": "41", - "magic_animation": "0", - "magic_level": "29", - "melee_animation": "7755", - "range_animation": "0", - "range_level": "29", - "respawn_delay": "0", - "safespot": null, - "strength_level": "29", - "weakness": "10" - }, - { - "id": "7354", - "name": "Giant chinchompa", - "examine": "Looks a little...volatile.", - "attack_level": "29", - "combat_style": "1", - "death_animation": "7758", - "defence_animation": "0", - "defence_level": "29", - "lifepoints": "41", - "magic_animation": "0", - "magic_level": "29", - "melee_animation": "7755", - "range_animation": "0", - "range_level": "29", - "respawn_delay": "0", - "safespot": null, - "strength_level": "29", - "weakness": "10" - }, - { - "id": "7355", - "name": "Fire titan", - "examine": "Scorching!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", - "combat_style": "2", - "death_animation": "7833", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7834", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7356", - "name": "Fire titan", - "examine": "Scorching!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,208,84,221,231,179,89,113,23,0,0,0", - "combat_style": "2", - "death_animation": "7833", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7834", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7357", - "name": "Moss titan", - "examine": "Gathers rolling stones to bash people with.", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", - "death_animation": "7843", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7844", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7358", - "name": "Moss titan", - "examine": "Gathers rolling stones to bash people with.", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", - "death_animation": "7843", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7844", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7359", - "name": "Ice titan", - "examine": "Frosty the highly violent snowman.", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", - "death_animation": "7846", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7845", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7360", - "name": "Ice titan", - "examine": "Frosty the highly violent snowman.", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", - "death_animation": "7846", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7845", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7361", - "name": "Spirit Tz-Kih", - "examine": "This bat burned down the belfry.", - "attack_level": "22", - "attack_speed": "3", - "combat_style": "2", - "death_animation": "8258", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "magic_level": "22", - "melee_animation": "8257", - "range_animation": "0", - "range_level": "22", - "respawn_delay": "0", - "safespot": null, - "strength_level": "22", - "weakness": "10" - }, - { - "id": "7362", - "name": "Spirit Tz-Kih", - "examine": "This bat burned down the belfry.", - "attack_level": "22", - "attack_speed": "3", - "combat_style": "2", - "death_animation": "8258", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "magic_level": "22", - "melee_animation": "8257", - "range_animation": "0", - "range_level": "22", - "respawn_delay": "0", - "safespot": null, - "strength_level": "22", - "weakness": "10" - }, - { - "id": "7363", - "name": "Spirit graahk", - "examine": "Those spikes are pretty big!", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5229", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1367", - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7364", - "name": "Spirit graahk", - "examine": "Those spikes are pretty big!", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5229", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1367", - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7365", - "name": "Spirit kyatt", - "examine": "Those teeth are pretty big!", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5228", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1365", - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7366", - "name": "Spirit kyatt", - "examine": "Those teeth are pretty big!", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5228", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1365", - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7367", - "name": "Void shifter", - "examine": "It shifts.", - "attack_level": "34", - "death_animation": "8133", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8131", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7368", - "name": "Void shifter", - "examine": "It shifts.", - "attack_level": "34", - "death_animation": "8133", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8131", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7369", - "name": "Void shifter" - }, - { - "id": "7370", - "name": "Void ravager", - "examine": "It ravages.", - "attack_level": "34", - "death_animation": "8087", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8086", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7371", - "name": "Void ravager", - "examine": "It ravages.", - "attack_level": "34", - "death_animation": "8087", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8086", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7372", - "name": "Ravenous locust" - }, - { - "id": "7373", - "name": "Ravenous locust", - "examine": "It's like a little stomach on wings.", - "attack_level": "60", - "death_animation": "7996", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7994", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7374", - "name": "Ravenous locust", - "examine": "It's like a little stomach on wings.", - "attack_level": "60", - "death_animation": "7996", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7994", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7375", - "name": "Iron titan", - "examine": "He is an iron man!", - "attack_level": "65", - "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90", - "combat_style": "0", - "death_animation": "7947", - "defence_animation": "7948", - "defence_level": "65", - "lifepoints": "694", - "magic_level": "65", - "melee_animation": "7946", - "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "strength_level": "65", - "weakness": "10" - }, - { - "id": "7376", - "name": "Iron titan", - "examine": "He is an iron man!", - "attack_level": "65", - "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90", - "combat_audio": "0,0,0", - "combat_style": "0", - "death_animation": "7947", - "defence_animation": "7948", - "defence_level": "65", - "lifepoints": "694", - "magic_level": "65", - "melee_animation": "7946", - "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "slayer_exp": "0", - "strength_level": "65", - "weakness": "10" - }, - { - "id": "7377", - "name": "Pyrelord", - "examine": "Where did I put the marshmallows?", - "attack_level": "46", - "death_animation": "8078", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "magic_level": "46", - "melee_animation": "8080", - "range_animation": "0", - "range_level": "46", - "safespot": null, - "strength_level": "46", - "weakness": "10" - }, - { - "id": "7378", - "name": "Pyrelord", - "examine": "Where did I put the marshmallows?", - "attack_level": "46", - "death_animation": "8078", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "magic_level": "46", - "melee_animation": "8080", - "range_animation": "0", - "range_level": "46", - "safespot": null, - "strength_level": "46", - "weakness": "10" - }, - { - "id": "7379", - "name": "Elfinlocks", - "aggressive": "true", - "attack_level": "1", - "death_animation": "8967", - "defence_animation": "8966", - "defence_level": "1", - "lifepoints": "120", - "melee_animation": "8965", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7380", - "name": "Missi Sissi", - "aggressive": "true", - "attack_level": "1", - "death_animation": "8967", - "defence_animation": "8966", - "defence_level": "1", - "lifepoints": "120", - "melee_animation": "8965", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7381", - "name": "Missi Sissi", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "2", - "death_animation": "8956", - "defence_animation": "8957", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "8955", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7382", - "name": "Uberlass", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "2", - "death_animation": "8956", - "defence_animation": "8957", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "8955", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7383", - "name": "Uberlass" - }, - { - "id": "7384", - "name": "Uberlass" - }, - { - "id": "7385", - "name": "Uberlass" - }, - { - "id": "7386", - "name": "Uberlass" - }, - { - "id": "7387", - "name": "Sannytea" - }, - { - "id": "7388", - "name": "Sannytea" - }, - { - "id": "7389", - "name": "Irollsixes" - }, - { - "id": "7390", - "name": "Irollsixes" - }, - { - "id": "7391", - "name": "Foxyhunter" - }, - { - "id": "7392", - "name": "Foxyhunter" - }, - { - "id": "7393", - "name": "Foxyhunter" - }, - { - "id": "7394", - "name": "Gabriela" - }, - { - "id": "7395", - "name": "Teodor" - }, - { - "id": "7396", - "name": "Aurel" - }, - { - "id": "7397", - "name": "Cornelius" - }, - { - "id": "7398", - "name": "Elisabeta", - "examine": "The vengeful spirit of one who died within Daemonheim.", - "aggressive": "true", - "attack_level": "25", - "defence_animation": "0", + "defence_animation": "8034", + "weakness": "10", + "magic_animation": "8032", + "death_animation": "8033", + "name": "Spirit mosquito", "defence_level": "25", - "lifepoints": "7", + "poison_immune": "true", + "safespot": null, + "lifepoints": "43", + "strength_level": "24", + "id": "7332", + "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", + "range_level": "25", + "attack_level": "28" + }, + { + "examine": "It spins.", + "melee_animation": "8172", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", "magic_animation": "0", - "magic_level": "25", + "death_animation": "8176", + "name": "Void spinner", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7333", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It spins.", + "melee_animation": "8172", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8176", + "name": "Void spinner", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7334", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "This one will burn right through the net!", + "combat_style": "1", + "melee_animation": "7863", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7864", + "name": "Forge regent", + "defence_level": "60", + "safespot": null, + "lifepoints": "108", + "strength_level": "60", + "id": "7335", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "This one will burn right through the net!", + "combat_style": "1", + "melee_animation": "7863", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7864", + "name": "Forge regent", + "defence_level": "60", + "safespot": null, + "lifepoints": "108", + "strength_level": "60", + "id": "7336", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Fast cat is fast.", + "melee_animation": "5228", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit larupia", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7337", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Fast cat is fast.", + "melee_animation": "5228", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit larupia", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7338", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "It'll kill your enemies, and makes a great cup of tea.", + "combat_style": "1", + "melee_animation": "7879", + "range_animation": "422", + "magic_level": "70", + "respawn_delay": "50", + "defence_animation": "7878", + "weakness": "0", + "magic_animation": "422", + "death_animation": "7880", + "name": "Geyser titan", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "620", + "strength_level": "70", + "id": "7339", + "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "It'll kill your enemies, and makes a great cup of tea.", + "combat_style": "1", + "melee_animation": "7879", + "range_animation": "422", + "magic_level": "70", + "respawn_delay": "50", + "defence_animation": "7878", + "weakness": "0", + "slayer_exp": "0", + "magic_animation": "422", + "death_animation": "7880", + "name": "Geyser titan", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "620", + "strength_level": "70", + "id": "7340", + "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Made of lava.", + "combat_style": "0", + "melee_animation": "7980", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7979", + "name": "Lava titan", + "defence_level": "65", + "safespot": null, + "lifepoints": "115", + "strength_level": "65", + "id": "7341", + "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "Made of lava.", + "combat_style": "0", + "melee_animation": "7980", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7979", + "name": "Lava titan", + "defence_level": "65", + "safespot": null, + "lifepoints": "115", + "strength_level": "65", + "id": "7342", + "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "The King of the Titans!", + "combat_style": "1", + "melee_animation": "8183", + "range_animation": "8183", + "magic_level": "70", + "respawn_delay": "15", + "defence_animation": "8185", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "8183", + "death_animation": "8184", + "name": "Steel titan", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "750", + "strength_level": "70", + "id": "7343", + "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "The King of the Titans!", + "combat_style": "1", + "melee_animation": "8183", + "range_animation": "8183", + "magic_level": "70", + "respawn_delay": "15", + "defence_animation": "8185", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "8183", + "death_animation": "8184", + "name": "Steel titan", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "750", + "strength_level": "70", + "id": "7344", + "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Four fists can make quite an impression IN someone...", + "melee_animation": "8050", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "8051", + "death_animation": "8052", + "name": "Obsidian golem", + "defence_level": "60", + "safespot": null, + "lifepoints": "10", + "strength_level": "60", + "id": "7345", + "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Four fists can make quite an impression IN someone...", + "melee_animation": "8050", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8052", + "name": "Obsidian golem", + "defence_level": "60", + "safespot": null, + "lifepoints": "104", + "strength_level": "60", + "id": "7346", + "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "If a normal black cat is bad luck", + "melee_animation": "5989", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5990", + "name": "Talon beast", + "defence_level": "60", + "safespot": null, + "lifepoints": "110", + "strength_level": "60", + "id": "7347", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "If a normal black cat is bad luck", + "melee_animation": "5989", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5990", + "name": "Talon beast", + "defence_level": "60", + "safespot": null, + "lifepoints": "110", + "strength_level": "60", + "id": "7348", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Big", + "melee_animation": "7693", + "range_animation": "0", + "magic_level": "70", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7692", + "name": "Abyssal titan", + "defence_level": "70", + "safespot": null, + "lifepoints": "125", + "strength_level": "70", + "id": "7349", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Big", + "melee_animation": "7693", + "range_animation": "0", + "magic_level": "70", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7692", + "name": "Abyssal titan", + "defence_level": "70", + "safespot": null, + "lifepoints": "125", + "strength_level": "70", + "id": "7350", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "It torches.", + "combat_style": "2", + "melee_animation": "8235", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8236", + "name": "Void torcher", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7351", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It torches.", + "combat_style": "2", + "melee_animation": "8235", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8236", + "name": "Void torcher", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7352", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "Looks a little...volatile.", + "combat_style": "1", + "melee_animation": "7755", + "range_animation": "0", + "magic_level": "29", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7758", + "name": "Giant chinchompa", + "defence_level": "29", + "safespot": null, + "lifepoints": "41", + "strength_level": "29", + "id": "7353", + "range_level": "29", + "attack_level": "29" + }, + { + "examine": "Looks a little...volatile.", + "combat_style": "1", + "melee_animation": "7755", + "range_animation": "0", + "magic_level": "29", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7758", + "name": "Giant chinchompa", + "defence_level": "29", + "safespot": null, + "lifepoints": "41", + "strength_level": "29", + "id": "7354", + "range_level": "29", + "attack_level": "29" + }, + { + "examine": "Scorching!", + "combat_style": "2", + "melee_animation": "7834", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7833", + "name": "Fire titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7355", + "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "Scorching!", + "combat_style": "2", + "melee_animation": "7834", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7833", + "name": "Fire titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7356", + "bonuses": "64,45,76,82,208,84,221,231,179,89,113,23,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "Gathers rolling stones to bash people with.", + "melee_animation": "7844", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7843", + "name": "Moss titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7357", + "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "Gathers rolling stones to bash people with.", + "melee_animation": "7844", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7843", + "name": "Moss titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7358", + "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "Frosty the highly violent snowman.", + "melee_animation": "7845", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7846", + "name": "Ice titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7359", + "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "Frosty the highly violent snowman.", + "melee_animation": "7845", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7846", + "name": "Ice titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7360", + "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "This bat burned down the belfry.", + "combat_style": "2", + "melee_animation": "8257", + "range_animation": "0", + "attack_speed": "3", + "magic_level": "22", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8258", + "name": "Spirit Tz-Kih", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "7361", + "range_level": "22", + "attack_level": "22" + }, + { + "examine": "This bat burned down the belfry.", + "combat_style": "2", + "melee_animation": "8257", + "range_animation": "0", + "attack_speed": "3", + "magic_level": "22", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8258", + "name": "Spirit Tz-Kih", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "7362", + "range_level": "22", + "attack_level": "22" + }, + { + "examine": "Those spikes are pretty big!", + "start_gfx": "1367", + "melee_animation": "5229", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit graahk", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7363", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Those spikes are pretty big!", + "start_gfx": "1367", + "melee_animation": "5229", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit graahk", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7364", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Those teeth are pretty big!", + "start_gfx": "1365", + "melee_animation": "5228", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit kyatt", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7365", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Those teeth are pretty big!", + "start_gfx": "1365", + "melee_animation": "5228", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit kyatt", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7366", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "It shifts.", + "melee_animation": "8131", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8133", + "name": "Void shifter", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7367", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It shifts.", + "melee_animation": "8131", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8133", + "name": "Void shifter", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7368", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It ravages.", + "melee_animation": "8086", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8087", + "name": "Void ravager", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7370", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It ravages.", + "melee_animation": "8086", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8087", + "name": "Void ravager", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7371", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It's like a little stomach on wings.", + "melee_animation": "7994", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7996", + "name": "Ravenous locust", + "defence_level": "60", + "safespot": null, + "lifepoints": "100", + "strength_level": "60", + "id": "7373", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "It's like a little stomach on wings.", + "melee_animation": "7994", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7996", + "name": "Ravenous locust", + "defence_level": "60", + "safespot": null, + "lifepoints": "100", + "strength_level": "60", + "id": "7374", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "He is an iron man!", + "combat_style": "0", + "melee_animation": "7946", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "7948", + "weakness": "10", + "death_animation": "7947", + "name": "Iron titan", + "defence_level": "65", + "safespot": null, + "lifepoints": "694", + "strength_level": "65", + "id": "7375", + "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "He is an iron man!", + "combat_style": "0", + "melee_animation": "7946", + "combat_audio": "0,0,0", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "7948", + "weakness": "10", + "slayer_exp": "0", + "death_animation": "7947", + "name": "Iron titan", + "defence_level": "65", + "safespot": null, + "lifepoints": "694", + "strength_level": "65", + "id": "7376", + "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "Where did I put the marshmallows?", + "melee_animation": "8080", + "range_animation": "0", + "magic_level": "46", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8078", + "name": "Pyrelord", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "46", + "id": "7377", + "range_level": "46", + "attack_level": "46" + }, + { + "examine": "Where did I put the marshmallows?", + "melee_animation": "8080", + "range_animation": "0", + "magic_level": "46", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8078", + "name": "Pyrelord", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "46", + "id": "7378", + "range_level": "46", + "attack_level": "46" + }, + { + "melee_animation": "8965", + "respawn_delay": "60", + "defence_animation": "8966", + "death_animation": "8967", + "name": "Elfinlocks", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "7379", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "8965", + "respawn_delay": "60", + "defence_animation": "8966", + "death_animation": "8967", + "name": "Missi Sissi", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "7380", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "2", + "melee_animation": "8955", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8957", + "death_animation": "8956", + "name": "Missi Sissi", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "7381", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "2", + "melee_animation": "8955", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8957", + "death_animation": "8956", + "name": "Uberlass", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "7382", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The vengeful spirit of one who died within Daemonheim.", "melee_animation": "0", "range_animation": "0", - "range_level": "25", + "magic_level": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "name": "Elisabeta", + "defence_level": "25", "safespot": null, + "lifepoints": "7", "strength_level": "25", - "weakness": "3" + "id": "7398", + "aggressive": "true", + "range_level": "25", + "attack_level": "25" }, { - "id": "7399", - "name": "Sorin" - }, - { - "id": "7400", - "name": "Luscion" - }, - { - "id": "7401", - "name": "Sergiu" - }, - { - "id": "7402", - "name": "Radu" - }, - { - "id": "7403", - "name": "Grigore" - }, - { - "id": "7404", - "name": "Ileana" - }, - { - "id": "7405", - "name": "Valeria" - }, - { - "id": "7406", - "name": "Emilia" - }, - { - "id": "7407", - "name": "Florin" - }, - { - "id": "7408", - "name": "Catalina" - }, - { - "id": "7409", - "name": "Ivan" - }, - { - "id": "7410", - "name": "Victor" - }, - { - "id": "7411", - "name": "Helena" - }, - { - "id": "7412", - "name": "Mihail" - }, - { - "id": "7413", - "name": "Nicoleta" - }, - { - "id": "7414", - "name": "Vasile" - }, - { - "id": "7415", - "name": "Razvan" - }, - { - "id": "7416", - "name": "Luminata" - }, - { - "id": "7417", - "name": "Rat", "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "3102,3104,3103", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "2705", "melee_animation": "2705", "range_animation": "2705", - "range_level": "1", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "2", + "strength_level": "1", + "id": "7417", + "range_level": "1", + "attack_level": "1" }, { - "id": "7418", - "name": "Juvinate" - }, - { - "id": "7419", - "name": "Held vampyre juvinate" - }, - { - "id": "7420", - "name": "Hieronymus Avlafrim" - }, - { - "id": "7421", - "name": "Sasquine Huburns" - }, - { - "id": "7422", - "name": "Sasquine Huburns" - }, - { - "id": "7423", - "name": "Lollery" - }, - { - "id": "7424", - "name": "Wigglewoo" - }, - { - "id": "7425", - "name": "Wigglewoo", "examine": "An impling manager: what a terrifying thought!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wigglewoo", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7425", + "range_level": "1", + "attack_level": "1" }, { - "id": "7426", - "name": "Orangeowns", "examine": "This worker looks after the incubator.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7427", - "name": "Orangeowns" - }, - { - "id": "7428", - "name": "I like m0m" - }, - { - "id": "7429", - "name": "I like m0m" - }, - { - "id": "7430", - "name": "Qutiedoll" - }, - { - "id": "7431", - "name": "Goreu" - }, - { - "id": "7432", - "name": "Ysgawyn" - }, - { - "id": "7433", - "name": "Arvel" - }, - { - "id": "7434", - "name": "Mawrth" - }, - { - "id": "7435", - "name": "Kelyn" - }, - { - "id": "7436", - "name": "Eoin" - }, - { - "id": "7437", - "name": "Iona" - }, - { - "id": "7438", - "name": "Elf warrior", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7439", - "name": "Elf warrior", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7440", - "name": "Elf warrior", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7441", - "name": "Elf warrior", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7442", - "name": "Arianwyn" - }, - { - "id": "7443", - "name": "Eudav", - "examine": "He holds up passers by.", - "aggressive": "true", - "attack_level": "8", - "death_animation": "836", "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", "magic_animation": "0", + "death_animation": "0", + "name": "Orangeowns", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7426", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "425,427,426", + "strength_level": "1", + "id": "7438", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "425,427,426", + "strength_level": "1", + "id": "7439", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "425,427,426", + "strength_level": "1", + "id": "7440", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "425,427,426", + "strength_level": "1", + "id": "7441", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He holds up passers by.", "melee_animation": "386", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Eudav", + "defence_level": "8", "safespot": null, + "lifepoints": "11", "strength_level": "8", - "weakness": "7" + "id": "7443", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" }, { - "id": "7444", - "name": "Oronwen" - }, - { - "id": "7445", - "name": "Banker" - }, - { - "id": "7446", - "name": "Banker" - }, - { - "id": "7447", - "name": "Dalldav" - }, - { - "id": "7448", - "name": "Gethin" - }, - { - "id": "7449", - "name": "Amaethwr" - }, - { - "id": "7450", - "name": "Teclyn" - }, - { - "id": "7451", - "name": "Butterfly" - }, - { - "id": "7452", - "name": "Lapsang" - }, - { - "id": "7453", - "name": "Lapsang" - }, - { - "id": "7454", - "name": "Souchong" - }, - { - "id": "7455", - "name": "Souchong" - }, - { - "id": "7456", - "name": "Earlgrey" - }, - { - "id": "7457", - "name": "Earlgrey" - }, - { - "id": "7458", - "name": "Fairtrade" - }, - { - "id": "7459", "name": "Fairtrade", - "attack_level": "1", - "attack_speed": "5", "defence_level": "1", + "safespot": null, "lifepoints": "75", + "strength_level": "1", + "attack_speed": "5", + "id": "7459", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7460", "name": "Teapotspout", - "attack_level": "1", - "attack_speed": "5", "defence_level": "1", + "safespot": null, "lifepoints": "75", + "strength_level": "1", + "attack_speed": "5", + "id": "7460", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7461", - "name": "Rat", "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "4933", "melee_animation": "4933", "range_animation": "4933", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "4934", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Rat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "5", + "strength_level": "1", + "id": "7461", + "range_level": "1", + "attack_level": "1" }, { + "examine": "It's bubbling, gross.", + "melee_animation": "9130", + "range_animation": "9130", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "9132", + "magic_animation": "9130", + "death_animation": "9131", + "name": "Hotwater", + "defence_level": "99", + "safespot": null, + "lifepoints": "120", + "strength_level": "99", "id": "7462", - "name": "Hotwater", - "examine": "It's bubbling, gross.", - "attack_level": "99", - "attack_speed": "5", "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", - "death_animation": "9131", - "defence_animation": "9132", - "defence_level": "99", - "lifepoints": "120", - "magic_animation": "9130", - "melee_animation": "9130", - "range_animation": "9130", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "99" + "attack_level": "99" }, { + "examine": "It's bubbling, gross.", + "melee_animation": "9130", + "range_animation": "9130", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "9132", + "magic_animation": "9130", + "death_animation": "9131", + "name": "Hotwater", + "defence_level": "99", + "safespot": null, + "lifepoints": "120", + "strength_level": "99", "id": "7463", - "name": "Hotwater", - "examine": "It's bubbling, gross.", - "attack_level": "99", - "attack_speed": "5", "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", - "death_animation": "9131", - "defence_animation": "9132", - "defence_level": "99", - "lifepoints": "120", - "magic_animation": "9130", - "melee_animation": "9130", - "range_animation": "9130", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "99" + "attack_level": "99" }, { - "id": "7464", - "name": "Sliceoflemon" - }, - { - "id": "7465", - "name": "Sliceoflemon" - }, - { - "id": "7466", - "name": "Milknosugar" - }, - { - "id": "7467", - "name": "Milknosugar" - }, - { - "id": "7468", - "name": "Randomdood" - }, - { - "id": "7469", - "name": "Employedman" - }, - { - "id": "7470", - "name": "Heidiggle" - }, - { - "id": "7471", - "name": "Dodgy Penny" - }, - { - "id": "7472", - "name": "Shadydude98" - }, - { - "id": "7473", - "name": "Madam C" - }, - { - "id": "7474", - "name": "M0m Online" - }, - { - "id": "7475", - "name": "Lady Seenit", "examine": "His usual sunny disposition is not in evidence.", - "attack_level": "30", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "magic_level": "30", "range_animation": "0", + "magic_level": "30", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Lady Seenit", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7475", "range_level": "30", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "10" + "attack_level": "30" }, { - "id": "7476", "name": "Berrybree", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "50", + "strength_level": "1", + "id": "7476", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7477", "name": "Stuffstuffer", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "50", + "strength_level": "1", + "id": "7477", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7478", - "name": "Learking" - }, - { - "id": "7479", "name": "Learking", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "60", + "strength_level": "1", + "id": "7479", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7480", "name": "Rachael", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "70", + "strength_level": "1", + "id": "7480", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7481", - "name": "Cool Mom227", "examine": "You clearly can't live on treasure alone.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Cool Mom227", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7481", + "range_level": "1", + "attack_level": "30" }, { - "id": "7482", - "name": "Purepker895", "examine": "A testament to the effect of greed.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Purepker895", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7482", + "range_level": "1", + "attack_level": "30" }, { - "id": "7483", - "name": "Pkmaster0036", "examine": "He wanted loot", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Pkmaster0036", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7483", + "range_level": "1", + "attack_level": "30" }, { - "id": "7484", - "name": "Cow1337killr", "examine": "Eternally looking for that big payday.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Cow1337killr", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7484", + "range_level": "1", + "attack_level": "30" }, { - "id": "7485", - "name": "Mathdude", "examine": "No more tea-breaks for this one.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7486", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", "name": "Mathdude", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7485", + "range_level": "1", + "attack_level": "30" + }, + { "examine": "Even in death you can smell his feet.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Mathdude", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7486", + "range_level": "1", + "attack_level": "30" }, { - "id": "7487", - "name": "1337sp34kr", "examine": "An anatomist's dream.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7488", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", "name": "1337sp34kr", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7487", + "range_level": "1", + "attack_level": "30" + }, + { "examine": "A hand seems to be gripping his spine through his chest. Ouch.", - "attack_level": "30", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", "death_animation": "5491", - "defence_animation": "0", + "name": "1337sp34kr", "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7488", + "range_level": "1", + "attack_level": "30" }, { - "id": "7489", - "name": "Moglewee" - }, - { - "id": "7490", - "name": "Moglewee" - }, - { - "id": "7491", - "name": "Sarah Domin" - }, - { - "id": "7492", - "name": "Sarah Domin", "examine": "A desert dweller taken to banditry.", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "9705", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7493", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", "name": "Sarah Domin", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7492", + "range_level": "1", + "attack_level": "30" + }, + { "examine": "Calls himself an archaeologist.", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "9715", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Sarah Domin", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7493", + "range_level": "1", + "attack_level": "30" }, { - "id": "7494", - "name": "Sue Spammers", "examine": "He hasn't found much of use", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "9705", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Sue Spammers", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7494", + "range_level": "1", + "attack_level": "30" }, { - "id": "7495", - "name": "Killerwail", "examine": "An amateur historian with added greed.", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "9715", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Killerwail", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7495", + "range_level": "1", + "attack_level": "30" }, { - "id": "7496", - "name": "Wise Old Man", "examine": "It all started with her love of genealogy.", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "9705", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7497", - "name": "Sabre-toothed kyatt", - "examine": "A rocky horror.", - "attack_level": "27", "defence_animation": "0", - "defence_level": "27", - "lifepoints": "38", + "weakness": "6", "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "27", - "weakness": "6" - }, - { - "id": "7498", - "name": "Snowy knight" - }, - { - "id": "7499", - "name": "Sapphire glacialis" - }, - { - "id": "7500", - "name": "Cerulean twitch", - "examine": "This dung beetle has mistaken you for its staple diet.", - "aggressive": "true", - "attack_level": "30", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7501", - "name": "Abone", - "examine": "It's looking unwell - probably something it ate.", - "aggressive": "true", - "attack_level": "30", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7502", - "name": "Mythmaster", - "examine": "Once a valuable contributor to the ecosystem.", - "aggressive": "true", - "attack_level": "30", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7503", - "name": "Donkey Wrong", - "examine": "This is what happens if you play with your food.", - "aggressive": "true", - "attack_level": "30", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7504", - "name": "Creapantic", - "examine": "He likes a good fight", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7505", - "name": "Frondlike", - "examine": "He likes a good fight", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7506", - "name": "Happy Spud", - "examine": "His favourite must be winning.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7507", - "name": "Nobodyhere", - "examine": "Blood-thirsty and enthusiastic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7508", - "name": "Bluehairlass", - "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7509", - "name": "Evil Wibbler" - }, - { - "id": "7510", - "name": "Ilikekebabs", - "examine": "His favourite must be winning.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7511", - "name": "Trunka Lex", - "examine": "His favourite must be winning.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7512", - "name": "Val Razz", - "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7513", - "name": "Abstractclas", - "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7514", - "name": "Bigbluebox", - "examine": "Bloodthirsty and enthusiastic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7515", - "name": "Funorbrox", - "examine": "Bloodthirsty and enthusiastic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7516", - "name": "Heresjohnny" - }, - { - "id": "7517", - "name": "Mogglewump" - }, - { - "id": "7518", - "name": "Morrisnorris", - "examine": "He's asleep.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7519", - "name": "Matt Blitzer", - "examine": "He's propping the bar up. Or is it the other way round?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7520", - "name": "Ketchuppl0x", - "examine": "He demands to have some booze.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7521", - "name": "Renderorder" - }, - { - "id": "7522", - "name": "Boolean" - }, - { - "id": "7523", - "name": "Stress Diva" - }, - { - "id": "7524", - "name": "Treadsoftly" - }, - { - "id": "7525", - "name": "Helphelphelp" - }, - { - "id": "7526", - "name": "Doorbellpl0x" - }, - { - "id": "7527", - "name": "Fixmydoorup" - }, - { - "id": "7528", - "name": "Redheadmonky", - "attack_level": "1", - "attack_speed": "6", "death_animation": "836", - "defence_animation": "425", + "name": "Wise Old Man", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7496", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A rocky horror.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Sabre-toothed kyatt", + "defence_level": "27", + "safespot": null, + "lifepoints": "38", + "strength_level": "27", + "id": "7497", + "range_level": "1", + "attack_level": "27" + }, + { + "examine": "This dung beetle has mistaken you for its staple diet.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Cerulean twitch", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7500", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "It's looking unwell - probably something it ate.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Abone", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7501", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Once a valuable contributor to the ecosystem.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Mythmaster", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7502", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "This is what happens if you play with your food.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Donkey Wrong", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7503", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "He likes a good fight", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Creapantic", "defence_level": "1", - "lifepoints": "22", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7504", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He likes a good fight", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Frondlike", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7505", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His favourite must be winning.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Happy Spud", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7506", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Blood-thirsty and enthusiastic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Nobodyhere", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7507", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bluehairlass", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7508", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His favourite must be winning.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ilikekebabs", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7510", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His favourite must be winning.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trunka Lex", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7511", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Val Razz", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7512", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Abstractclas", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7513", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bloodthirsty and enthusiastic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bigbluebox", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7514", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bloodthirsty and enthusiastic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Funorbrox", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7515", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's asleep.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Morrisnorris", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7518", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's propping the bar up. Or is it the other way round?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Matt Blitzer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7519", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He demands to have some booze.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ketchuppl0x", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7520", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "395", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7529", - "name": "Wallscaler" - }, - { - "id": "7530", - "name": "2scompany" - }, - { - "id": "7531", - "name": "2scompany" - }, - { - "id": "7532", - "name": "3sacrowd", - "examine": "It's an NPC.", - "attack_level": "1", + "defence_animation": "425", + "death_animation": "836", + "name": "Redheadmonky", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "7528", + "range_level": "1", + "attack_level": "1" + }, + { "slayer_exp": "0", - "strength_level": "1" + "examine": "It's an NPC.", + "name": "3sacrowd", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7532", + "range_level": "1", + "attack_level": "1" }, { - "id": "7533", - "name": "4sjustsilly" - }, - { - "id": "7534", - "name": "Roadblocked" - }, - { - "id": "7535", - "name": "Barricade" - }, - { - "id": "7536", - "name": "Barricade" - }, - { - "id": "7537", - "name": "Yoinker" - }, - { - "id": "7538", - "name": "Yoinker" - }, - { - "id": "7539", - "name": "Stopthief" - }, - { - "id": "7540", - "name": "Stopthief" - }, - { - "id": "7541", - "name": "Knickknack" - }, - { - "id": "7542", - "name": "Paddywhack" - }, - { - "id": "7543", - "name": "Giveadog" - }, - { - "id": "7544", - "name": "Spacebadgers" - }, - { - "id": "7545", - "name": "Freakypeaky" - }, - { - "id": "7546", - "name": "Rollinghome" - }, - { - "id": "7547", - "name": "Nullpointer" - }, - { - "id": "7548", - "name": "Badgerfreak" - }, - { - "id": "7549", - "name": "Windstrike32" - }, - { - "id": "7550", - "name": "Void Knight" - }, - { - "id": "7551", - "name": "Portal", "examine": "Not somewhere I want to go...", - "attack_level": "1", "attack_speed": "90", - "bonuses": "200,200,200,100,100,0,0,0,0,0,0,0,0,0,0", - "defence_level": "90", - "lifepoints": "250", "magic_level": "70", - "range_level": "1", "respawn_delay": "125", + "name": "Portal", + "defence_level": "90", "safespot": null, - "strength_level": "1" + "lifepoints": "250", + "strength_level": "1", + "id": "7551", + "bonuses": "200,200,200,100,100,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "7552", - "name": "Portal", "examine": "Not somewhere I want to go...", - "attack_level": "1", "attack_speed": "5", - "bonuses": "200,200,200,200,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "90", - "lifepoints": "250", "magic_level": "50", - "range_level": "1", "respawn_delay": "125", + "name": "Portal", + "defence_level": "90", "safespot": null, - "strength_level": "1" + "lifepoints": "250", + "strength_level": "1", + "id": "7552", + "bonuses": "200,200,200,200,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "90", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "90", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", "id": "7553", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", "bonuses": "200,200,100,200,100,0,0,0,0,0,0,0,0,0,0", - "defence_level": "90", - "lifepoints": "250", - "magic_level": "90", "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7554", - "name": "Portal", "examine": "Not somewhere I want to go...", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "attack_speed": "5", - "bonuses": "100,100,200,200,100,0,0,0,0,0,0,0,0,0,0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "90", - "lifepoints": "250", - "magic_animation": "0", "magic_level": "90", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "respawn_delay": "125", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portal", + "defence_level": "90", "safespot": null, - "strength_level": "1" + "lifepoints": "250", + "strength_level": "1", + "id": "7554", + "bonuses": "100,100,200,200,100,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", "id": "7555", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", - "magic_level": "30", "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7556", - "name": "Portal", "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", "attack_speed": "5", - "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", "magic_level": "15", - "range_level": "1", "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", "safespot": null, - "strength_level": "1" + "lifepoints": "250", + "strength_level": "1", + "id": "7556", + "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "The Void Knight will soon weaken the shield.", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", "id": "7557", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "250", - "magic_animation": "0", - "magic_level": "30", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7558", - "name": "Portal", "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "attack_speed": "5", - "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "250", - "magic_animation": "0", "magic_level": "30", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "respawn_delay": "125", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portal", + "defence_level": "30", "safespot": null, - "strength_level": "1" + "lifepoints": "250", + "strength_level": "1", + "id": "7558", + "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "7559", - "name": "Brawler", "examine": "Looks after your Farming tools.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "323,326,325", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Brawler", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7559", + "range_level": "1", + "attack_level": "1" }, { - "id": "7560", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Lostme", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7560", + "range_level": "1", + "attack_level": "1" }, { - "id": "7561", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Chiercat", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7561", + "range_level": "1", + "attack_level": "1" }, { - "id": "7562", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Skydischarge", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7562", + "range_level": "1", + "attack_level": "1" }, { - "id": "7563", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Agplus", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7563", + "range_level": "1", + "attack_level": "1" }, { - "id": "7564", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Distantthin", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7564", + "range_level": "1", + "attack_level": "1" }, { - "id": "7565", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Allmarshes", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7565", + "range_level": "1", + "attack_level": "1" }, { - "id": "7566", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Explosive67", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "7566", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7567", - "name": "Wraithboss" - }, - { - "id": "7568", - "name": "What Goudron" - }, - { - "id": "7569", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Alpha1beta", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7569", + "range_level": "1", + "attack_level": "1" }, { - "id": "7570", + "examine": "Enjoys locking up animals in small pens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Solltalk", - "examine": "Enjoys locking up animals in small pens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7570", + "range_level": "1", + "attack_level": "1" }, { - "id": "7571", + "examine": "Enjoys locking up animals in small pens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Hm Val", - "examine": "Enjoys locking up animals in small pens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7571", + "range_level": "1", + "attack_level": "1" }, { - "id": "7572", + "examine": "He looks like the type of guy who would mind monkeys.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Wizzydumped", - "examine": "He looks like the type of guy who would mind monkeys.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7572", + "range_level": "1", + "attack_level": "1" }, { - "id": "7573", + "examine": "He looks like the type of guy who would mind monkeys.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Oddskater", - "examine": "He looks like the type of guy who would mind monkeys.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7573", + "range_level": "1", + "attack_level": "1" }, { - "id": "7574", - "name": "Lvzyoda" - }, - { - "id": "7575", - "name": "Airstriker" - }, - { - "id": "7576", - "name": "Droepedoff" - }, - { - "id": "7577", - "name": "Plzpudding" - }, - { - "id": "7578", - "name": "Assassin10" - }, - { - "id": "7579", - "name": "Steallake" - }, - { - "id": "7580", "name": "Poledragon", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "7580", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7581", - "name": "Deepkiwi" - }, - { - "id": "7582", - "name": "Al Truism", "examine": "He likes inflicting pain.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Al Truism", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7582", + "range_level": "1", + "attack_level": "1" }, { - "id": "7583", - "name": "Ohhhhdude", "examine": "The Don of penguins.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ohhhhdude", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7584", - "name": "Bigface Oz" + "lifepoints": "10", + "strength_level": "1", + "id": "7583", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A penguin pushing paper", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "845,848,846", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Torcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7585", - "name": "Torcher", - "examine": "A penguin pushing paper", - "attack_level": "1", - "combat_audio": "845,848,846", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A penguin pushing paper", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "845,848,846", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Torcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7586", - "name": "Torcher", - "examine": "A penguin pushing paper", - "attack_level": "1", - "combat_audio": "845,848,846", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7587", - "name": "Torcher" - }, - { - "id": "7588", - "name": "Torcher" - }, - { - "id": "7589", - "name": "Defiler" - }, - { - "id": "7590", - "name": "Defiler" - }, - { - "id": "7591", - "name": "Shifter" - }, - { - "id": "7592", - "name": "Shifter" - }, - { - "id": "7593", - "name": "Shifter", "examine": "He's a little rough around the edges.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "766,768,767", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Shifter", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7593", + "range_level": "1", + "attack_level": "1" }, { - "id": "7594", - "name": "Shifter" - }, - { - "id": "7595", - "name": "Splatter" - }, - { - "id": "7596", - "name": "Splatter" - }, - { - "id": "7597", - "name": "Splatter" - }, - { - "id": "7598", - "name": "Spinner" - }, - { - "id": "7599", - "name": "Ravager" - }, - { - "id": "7600", - "name": "Fiara" - }, - { - "id": "7601", - "name": "Reggie" - }, - { - "id": "7602", - "name": "Getorix" - }, - { - "id": "7603", - "name": "Pontimer" - }, - { - "id": "7604", - "name": "Alran" - }, - { - "id": "7605", - "name": "Banker", "examine": "He has unbelievable strength!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7605", + "range_level": "1", + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7606", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "7607", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7608", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", "id": "7609", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7610", - "name": "Flying female vampire" - }, - { - "id": "7611", - "name": "Flying female vampire" - }, - { - "id": "7612", - "name": "Flying female vampire" - }, - { - "id": "7613", - "name": "Flying female vampire" - }, - { + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7614", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "7615", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7616", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", "id": "7617", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7618", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "7619", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7620", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", "id": "7621", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7622", - "name": "Vyrewatch" - }, - { - "id": "7623", - "name": "Vyrewatch" - }, - { - "id": "7624", - "name": "Vyrewatch" - }, - { - "id": "7625", - "name": "Vyrewatch" - }, - { + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7626", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "7627", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7628", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", "id": "7629", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7630", - "name": "Vyrewatch" - }, - { + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7631", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7632", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7633", - "name": "Vyrewatch" - }, - { + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7634", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7635", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7636", - "name": "Fishing spot" - }, - { - "id": "7637", - "name": "Skeletal hand" - }, - { - "id": "7640", + "examine": "Ew it's still alive.", + "melee_animation": "9125", + "range_animation": "9125", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "9127", + "weakness": "9", + "magic_animation": "9125", + "death_animation": "9126", "name": "Skeletal hand", - "examine": "Ew it's still alive.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "5", - "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", - "death_animation": "9126", - "defence_animation": "9127", "defence_level": "85", - "lifepoints": "90", - "magic_animation": "9125", - "melee_animation": "9125", - "range_animation": "9125", - "range_level": "1", - "respawn_delay": "20", "safespot": null, + "lifepoints": "90", "strength_level": "85", - "weakness": "9" + "id": "7640", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "85" }, { - "id": "7641", - "name": "Zombie hand", "examine": "Ew it's still alive.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "5", - "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", - "death_animation": "9126", - "defence_animation": "9127", - "defence_level": "75", - "lifepoints": "90", - "magic_animation": "9125", "melee_animation": "9125", "range_animation": "9125", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "20", + "defence_animation": "9127", + "weakness": "9", + "magic_animation": "9125", + "death_animation": "9126", + "name": "Zombie hand", + "defence_level": "75", "safespot": null, + "lifepoints": "90", "strength_level": "75", - "weakness": "9" + "id": "7641", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "75" }, { - "id": "7642", - "name": "Mutated bloodveld", "examine": "A bloodveld with a very mixed heritage.", - "aggressive": "true", - "attack_level": "56", + "melee_animation": "9102", + "range_animation": "0", "attack_speed": "5", - "death_animation": "9131", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "9", + "slayer_exp": "206", + "magic_animation": "0", + "death_animation": "9131", + "name": "Mutated bloodveld", "defence_level": "56", + "safespot": null, "lifepoints": "112", - "magic_animation": "0", - "melee_animation": "9102", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "206", "strength_level": "56", - "weakness": "9" + "id": "7642", + "aggressive": "true", + "range_level": "1", + "attack_level": "56" }, { - "id": "7643", - "name": "Mutated bloodveld", "examine": "A bloodveld with a very mixed heritage.", - "aggressive": "true", - "attack_level": "58", - "attack_speed": "5", - "death_animation": "9131", - "defence_animation": "0", - "defence_level": "58", - "lifepoints": "116", - "magic_animation": "0", "melee_animation": "9102", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "206", - "strength_level": "58", - "weakness": "9" - }, - { - "id": "7644", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7645", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7646", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7647", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7648", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7649", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7650", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7651", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7652", - "name": "Zaromark Sliver" - }, - { - "id": "7653", - "name": "Zaromark Sliver" - }, - { - "id": "7654", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7655", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7656", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7657", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7658", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7659", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7660", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7661", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7662", - "name": "Fistandantilus" - }, - { - "id": "7663", - "name": "Fistandantilus" - }, - { - "id": "7664", - "name": "Mercenary Adventurer" - }, - { - "id": "7665", - "name": "Ivan Strom" - }, - { - "id": "7666", - "name": "Mysterious person" - }, - { - "id": "7667", - "name": "Mysterious person" - }, - { - "id": "7668", - "name": "Mysterious person" - }, - { - "id": "7669", - "name": "Mysterious person" - }, - { - "id": "7670", - "name": "Mysterious person" - }, - { - "id": "7671", - "name": "Mysterious person" - }, - { - "id": "7672", - "name": "Flaygian Screwte" - }, - { - "id": "7673", - "name": "Mekritus A'hara" - }, - { - "id": "7674", - "name": "Andiess Juip" - }, - { - "id": "7675", - "name": "Kael Forshaw" - }, - { - "id": "7676", - "name": "Andiess Juip" - }, - { - "id": "7677", - "name": "Kael Forshaw" - }, - { - "id": "7678", - "name": "Safalaan" - }, - { - "id": "7679", - "name": "Andiess Juip" - }, - { - "id": "7680", - "name": "Kael Forshaw" - }, - { - "id": "7681", - "name": "Safalaan" - }, - { - "id": "7682", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7683", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7684", - "name": "Vyrewatch" - }, - { - "id": "7685", - "name": "Vyrewatch" - }, - { - "id": "7686", - "name": "Safalaan" - }, - { - "id": "7687", - "name": "Spectral Vyrewatch" - }, - { - "id": "7688", - "name": "Drezel" - }, - { - "id": "7690", - "name": "Drezel", - "examine": "A holy man." - }, - { - "id": "7691", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7692", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7693", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7694", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7695", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7696", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7697", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7698", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7699", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7700", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7701", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7702", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7703", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7704", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7705", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7706", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7707", - "name": "Drezel", - "examine": "A holy man." - }, - { - "id": "7708", - "name": "Temple guardian" - }, - { - "id": "7711", - "name": "Temple guardian", - "examine": "Looks like a big ugly dog.", - "attack_level": "24", - "death_animation": "6564", "defence_animation": "0", - "defence_level": "24", - "lifepoints": "34", + "weakness": "9", + "slayer_exp": "206", "magic_animation": "0", + "death_animation": "9131", + "name": "Mutated bloodveld", + "defence_level": "58", + "safespot": null, + "lifepoints": "116", + "strength_level": "58", + "id": "7643", + "aggressive": "true", + "range_level": "1", + "attack_level": "58" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7644", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7645", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7646", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7647", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7648", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7649", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7650", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7651", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7654", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7655", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7656", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7657", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7658", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7659", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7660", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7661", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7682", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7683", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "7691", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7692", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7693", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7694", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "7695", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7696", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7697", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7698", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "7699", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7700", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7701", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "7702", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "7703", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7704", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7705", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "7706", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Looks like a big ugly dog.", "melee_animation": "6565", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6564", + "name": "Temple guardian", + "defence_level": "24", "safespot": null, + "lifepoints": "34", "strength_level": "24", - "weakness": "9" + "id": "7711", + "range_level": "1", + "attack_level": "24" }, { - "id": "7712", - "name": "Baby icefiend" - }, - { - "id": "7713", - "name": "Baby icefiend", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "8080", "attack_speed": "5", - "death_animation": "8078", + "respawn_delay": "60", "defence_animation": "8084", + "death_animation": "8078", + "name": "Baby icefiend", "defence_level": "1", + "safespot": null, "lifepoints": "50", - "melee_animation": "8080", + "strength_level": "1", + "id": "7713", + "aggressive": "true", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7714", - "name": "Icefiend", "examine": "A small ice demon.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "531,533,532", - "death_animation": "8078", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "25", "melee_animation": "8080", "range_animation": "0", - "range_level": "1", + "combat_audio": "531,533,532", + "attack_speed": "5", + "magic_level": "25", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "7715", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "8078", "name": "Icefiend", - "examine": "The icefiend seems to be melting.", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "7714", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "531,533,532", - "death_animation": "8078", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "25", - "melee_animation": "8080", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { - "id": "7716", - "name": "null", "examine": "The icefiend seems to be melting.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "8078", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "25", "melee_animation": "8080", "range_animation": "0", - "range_level": "1", + "combat_audio": "531,533,532", + "attack_speed": "5", + "magic_level": "25", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "7718", - "name": "Brother Bordiss" - }, - { - "id": "7719", - "name": "Brother Althric" - }, - { - "id": "7720", - "name": "Drorkar" - }, - { - "id": "7721", - "name": "Nurmof" - }, - { - "id": "7722", - "name": "Lakki the delivery dwarf" - }, - { - "id": "7723", - "name": "Drorkar" - }, - { - "id": "7724", - "name": "Brother Bordiss" - }, - { - "id": "7725", - "name": "Professor Arblenap" - }, - { - "id": "7726", - "name": "Assistant" - }, - { - "id": "7727", - "name": "Monk", - "examine": "A holy man.", - "attack_level": "12", - "combat_audio": "511,513,512", - "death_animation": "836", "defence_animation": "0", - "defence_level": "12", - "lifepoints": "17", + "weakness": "5", "magic_animation": "0", + "death_animation": "8078", + "name": "Icefiend", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "7715", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The icefiend seems to be melting.", + "melee_animation": "8080", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "25", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "8078", + "name": "null", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "7716", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "9" - }, - { - "id": "7728", - "name": "Baby icefiend" - }, - { - "id": "7736", - "name": "Baby icefiend", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "8078", - "defence_animation": "8084", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "8080", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7737", - "name": "Will" - }, - { - "id": "7738", - "name": "Will" - }, - { - "id": "7739", - "name": "Phil" - }, - { - "id": "7740", - "name": "Jiggling crate", - "examine": "Is it full of rats?", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", + "combat_audio": "511,513,512", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7741", - "name": "Three little kittens", - "examine": "A warrior who has been long forgotten.", - "aggressive": "true", - "attack_level": "30", "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "5", - "magic_animation": "0", - "magic_level": "25", - "range_animation": "0", - "range_level": "25", + "name": "Monk", + "defence_level": "12", "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7742", - "name": "Fluffs" - }, - { - "id": "7743", - "name": "Fluffs" - }, - { - "id": "7744", - "name": "Kittens" - }, - { - "id": "7746", - "name": "TzHaar-Mej-Malk" - }, - { - "id": "7747", - "name": "TzHaar-Xil-Tog", - "examine": "It looks upset.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", + "lifepoints": "17", + "strength_level": "12", + "id": "7727", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "12" }, { - "id": "7748", - "name": "TzHaar-Hur-Frok" - }, - { - "id": "7749", - "name": "TzHaar-Ket-Grol" - }, - { - "id": "7750", - "name": "TzHaar-Ket-Rok" - }, - { - "id": "7751", - "name": "TzHaar-Ket-Lurk" - }, - { - "id": "7752", - "name": "TzHaar-Mej-Lor", - "examine": "A TzHaar librarian.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7753", - "name": "TzHaar-Mej" - }, - { - "id": "7754", - "name": "TzHaar-Hur" - }, - { - "id": "7755", - "name": "TzHaar-Xil" - }, - { - "id": "7756", - "name": "Library assistant", - "examine": "A TzHaar-Hur stamping stone tablets.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7757", - "name": "TzHaar-Hur-Brekt" - }, - { - "id": "7758", - "name": "TzHaar-Hur-Brekt" - }, - { - "id": "7759", - "name": "TzHaar-Ket-Jok" - }, - { - "id": "7760", - "name": "TzHaar-Ket-Jok" - }, - { - "id": "7761", - "name": "TzHaar-Xil-Mor" - }, - { - "id": "7762", - "name": "TzHaar-Xil-Mor" - }, - { - "id": "7763", - "name": "TzHaar-Mej-Kol" - }, - { - "id": "7764", - "name": "TzHaar-Mej-Kol" - }, - { - "id": "7765", - "name": "TzHaar-Hur-Klag" - }, - { - "id": "7766", - "name": "TzHaar-Hur-Klag" - }, - { - "id": "7767", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", + "melee_animation": "8080", "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "1", + "respawn_delay": "60", + "defence_animation": "8084", + "death_animation": "8078", + "name": "Baby icefiend", + "defence_level": "1", "safespot": null, - "strength_level": "50" - }, - { - "id": "7768", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "1", - "safespot": null, - "strength_level": "50" - }, - { - "id": "7769", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "1", - "safespot": null, - "strength_level": "50" - }, - { - "id": "7770", - "name": "TokTz-Ket-Dill" - }, - { - "id": "7771", - "name": "TokTz-Ket-Dill" - }, - { - "id": "7772", - "name": "Lava monster", - "examine": "A monster made of magma.", + "lifepoints": "50", + "strength_level": "1", + "id": "7736", "aggressive": "true", - "attack_level": "28", - "combat_style": "1", - "death_animation": "9340", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is it full of rats?", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", "magic_animation": "0", + "death_animation": "0", + "name": "Jiggling crate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7740", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A warrior who has been long forgotten.", + "range_animation": "0", + "magic_level": "25", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Three little kittens", + "defence_level": "25", + "safespot": null, + "lifepoints": "5", + "strength_level": "30", + "id": "7741", + "aggressive": "true", + "range_level": "25", + "attack_level": "30" + }, + { + "examine": "It looks upset.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "TzHaar-Xil-Tog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7747", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A TzHaar librarian.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "TzHaar-Mej-Lor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7752", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A TzHaar-Hur stamping stone tablets.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Library assistant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7756", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "7767", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "7768", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "7769", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A monster made of magma.", + "combat_style": "1", "melee_animation": "9337", "range_animation": "0", - "range_level": "38", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "9340", + "name": "Lava monster", + "defence_level": "38", "safespot": null, + "lifepoints": "54", "strength_level": "28", - "weakness": "0" + "id": "7772", + "aggressive": "true", + "range_level": "38", + "attack_level": "28" }, { - "id": "7773", - "name": "Fire monster", "examine": "A monster like many others", - "aggressive": "true", - "attack_level": "28", "combat_style": "2", - "death_animation": "9344", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", "melee_animation": "9341", "range_animation": "0", - "range_level": "38", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "9344", + "name": "Fire monster", + "defence_level": "38", "safespot": null, + "lifepoints": "54", "strength_level": "28", - "weakness": "0" - }, - { - "id": "7774", - "name": "Skeleton" - }, - { - "id": "7775", - "name": "Skeleton" - }, - { - "id": "7776", - "name": "Skeleton" - }, - { - "id": "7777", - "name": "Skeleton" - }, - { - "id": "7778", - "name": "Skeleton" - }, - { - "id": "7779", - "name": "Sumona" - }, - { - "id": "7781", - "name": "Jesmona" - }, - { - "id": "7782", - "name": "Catolax" - }, - { - "id": "7783", - "name": "Ali Cat" - }, - { - "id": "7786", - "name": "Mighty banshee", - "examine": "Not the best of vocalists.", + "id": "7773", "aggressive": "true", - "attack_level": "65", - "combat_audio": "284,286,285", + "range_level": "38", + "attack_level": "28" + }, + { + "examine": "Not the best of vocalists.", "combat_style": "1", - "death_animation": "9450", - "defence_animation": "9451", - "defence_level": "65", - "lifepoints": "85", - "magic_animation": "9382", - "magic_level": "65", "melee_animation": "9449", "range_animation": "9382", - "range_level": "0", + "combat_audio": "284,286,285", + "magic_level": "65", "respawn_delay": "60", + "defence_animation": "9451", + "weakness": "0", + "magic_animation": "9382", + "death_animation": "9450", + "name": "Mighty banshee", + "defence_level": "65", "safespot": null, + "lifepoints": "85", "strength_level": "65", - "weakness": "0" + "id": "7786", + "aggressive": "true", + "range_level": "0", + "attack_level": "65" }, { - "id": "7787", - "name": "Cave crawler" - }, - { - "id": "7788", - "name": "Skeleton" - }, - { - "id": "7789", - "name": "Zombie" - }, - { - "id": "7790", - "name": "Zombie" - }, - { - "id": "7791", - "name": "Zombie" - }, - { - "id": "7792", - "name": "Zombie" - }, - { - "id": "7793", - "name": "Banshee mistress" - }, - { - "id": "7794", - "name": "Banshee mistress" - }, - { - "id": "7795", - "name": "Insectoid assassin" - }, - { - "id": "7796", - "name": "Insectoid assassin" - }, - { - "id": "7797", - "name": "Kurask overlord" - }, - { - "id": "7798", - "name": "Monstrous cave crawler" - }, - { - "id": "7799", - "name": "Basilisk boss" - }, - { - "id": "7800", - "name": "Mightiest turoth" - }, - { - "id": "7801", - "name": "Aberrant spectre" - }, - { - "id": "7802", - "name": "Aberrant spectre" - }, - { - "id": "7803", - "name": "Aberrant spectre" - }, - { - "id": "7804", - "name": "Aberrant spectre" - }, - { - "id": "7805", - "name": "Kurask minion" - }, - { - "id": "7806", - "name": "Mummy warrior" - }, - { - "id": "7807", - "name": "Mummy warrior" - }, - { - "id": "7808", - "name": "Mummy warrior" - }, - { - "id": "7809", - "name": "Cat" - }, - { - "id": "7810", - "name": "Banshee" - }, - { - "id": "7811", - "name": "Kurask" - }, - { - "id": "7812", - "name": "Cave crawler" - }, - { - "id": "7813", - "name": "Basilisk" - }, - { - "id": "7814", - "name": "Turoth" - }, - { - "id": "7815", - "name": "Skeleton" - }, - { - "id": "7816", - "name": "Master" - }, - { - "id": "7817", - "name": "Zombie" - }, - { - "id": "7818", - "name": "Zombie" - }, - { - "id": "7819", - "name": "Zombie" - }, - { - "id": "7820", - "name": "Zombie" - }, - { - "id": "7821", - "name": "A wanderer." - }, - { - "id": "7822", - "name": "A wanderer." - }, - { - "id": "7823", - "name": "Wall Beast", "examine": "A big, scary hand! ", - "aggressive": "true", - "attack_level": "38", - "attack_speed": "6", - "death_animation": "1804", - "defence_animation": "1803", - "defence_level": "38", - "lifepoints": "105", "melee_animation": "1802", - "movement_radius": "0", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "slayer_exp": "105", - "strength_level": "38" - }, - { - "id": "7824", - "name": "Osman" - }, - { - "id": "7825", - "name": "50 Ships Mufassah" - }, - { - "id": "7826", - "name": "Karamthulhu" - }, - { - "id": "7827", - "name": "Karamthulhu" - }, - { - "id": "7828", - "name": "Giant lobster" - }, - { - "id": "7829", - "name": "Giant crab" - }, - { - "id": "7830", - "name": "Customs Sergeant" - }, - { - "id": "7831", - "name": "Customs Sergeant" - }, - { - "id": "7832", - "name": "Young Ralph" - }, - { - "id": "7833", - "name": "Young Ralph" - }, - { - "id": "7834", - "name": "Young Ralph" - }, - { - "id": "7835", - "name": "Young Ralph" - }, - { - "id": "7836", - "name": "Young Ralph" - }, - { - "id": "7837", - "name": "Customs Officer" - }, - { - "id": "7838", - "name": "Customs Officer" - }, - { - "id": "7839", - "name": "Customs Officer" - }, - { - "id": "7840", - "name": "Heavy-Handed Harry" - }, - { - "id": "7841", - "name": "Player" - }, - { - "id": "7842", - "name": "Locker Officer" - }, - { - "id": "7843", - "name": "Locker Officer" - }, - { - "id": "7844", - "name": "Ex-ex-parrot" - }, - { - "id": "7845", - "name": "Pirate impling" - }, - { - "id": "7846", - "name": "Pirate impling" - }, - { - "id": "7847", - "name": "Captain Rabid Jack" - }, - { - "id": "7848", - "name": "Jack" - }, - { - "id": "7849", - "name": "Bosun Giles" - }, - { - "id": "7850", - "name": "Pirate" - }, - { - "id": "7851", - "name": "Lizzie" - }, - { - "id": "7852", - "name": "Cap'n Izzy No-Beard" - }, - { - "id": "7853", - "name": "Ralph" - }, - { - "id": "7854", - "name": "Brass Hand Harry" - }, - { - "id": "7855", - "name": "Bill Teach" - }, - { - "id": "7856", - "name": "Pirate" - }, - { - "id": "7857", - "name": "Brass Hand Harry" - }, - { - "id": "7858", - "name": "Gull" - }, - { - "id": "7861", - "name": "Jack" - }, - { - "id": "7862", - "name": "Fishing spot" - }, - { - "id": "7863", - "name": "Fishing spot" - }, - { - "id": "7864", - "name": "Fishing spot" - }, - { - "id": "7865", - "name": "Guardsman Dante" - }, - { - "id": "7866", - "name": "Guardsman DeShawn" - }, - { - "id": "7867", - "name": "Guardsman Brawn" - }, - { - "id": "7868", - "name": "Iain" - }, - { - "id": "7869", - "name": "Julian" - }, - { - "id": "7870", - "name": "Lachtopher" - }, - { - "id": "7871", - "name": "Samuel" - }, - { - "id": "7872", - "name": "Victoria" - }, - { - "id": "7873", - "name": "Man" - }, - { - "id": "7874", - "name": "Man" - }, - { - "id": "7875", - "name": "Man" - }, - { - "id": "7876", - "name": "Man" - }, - { - "id": "7877", - "name": "Man" - }, - { - "id": "7878", - "name": "Man" - }, - { - "id": "7879", - "name": "Man" - }, - { - "id": "7880", - "name": "Woman" - }, - { - "id": "7881", - "name": "Woman" - }, - { - "id": "7882", - "name": "Woman" - }, - { - "id": "7883", - "name": "Woman" - }, - { - "id": "7884", - "name": "Woman" - }, - { - "id": "7885", - "name": "Guardsman Dante" - }, - { - "id": "7886", - "name": "Guardsman DeShawn" - }, - { - "id": "7887", - "name": "Guardsman Brawn" - }, - { - "id": "7888", - "name": "Sergeant Abram" - }, - { - "id": "7889", - "name": "Guardsman Pazel" - }, - { - "id": "7890", - "name": "Guardsman Peale" - }, - { - "id": "7891", - "name": "Melee dummy", - "examine": "A melee training dummy", - "aggressive": "true", - "attack_level": "1", "attack_speed": "6", - "death_animation": "97", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "15", - "magic_animation": "0", + "respawn_delay": "0", + "defence_animation": "1803", + "slayer_exp": "105", + "death_animation": "1804", + "name": "Wall Beast", + "defence_level": "38", + "movement_radius": "0", + "safespot": null, + "lifepoints": "105", + "strength_level": "38", + "id": "7823", + "aggressive": "true", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "A melee training dummy", "melee_animation": "94", "range_animation": "0", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "97", + "name": "Melee dummy", + "defence_level": "1", "safespot": null, + "lifepoints": "15", "strength_level": "1", - "weakness": "6" + "id": "7891", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "7892", - "name": "General Wartface" - }, - { - "id": "7893", - "name": "General Bentnoze" - }, - { - "id": "7894", - "name": "General Wartface" - }, - { - "id": "7896", - "name": "General Bentnoze" - }, - { - "id": "7898", - "name": "Loar Shadow" - }, - { - "id": "7901", - "name": "Loar Shadow" - }, - { - "id": "7902", - "name": "Sergeant Abram" - }, - { - "id": "7903", - "name": "Guardsman Pazel" - }, - { - "id": "7904", - "name": "Guardsman Peale" - }, - { - "id": "7905", - "name": "Barricade guard" - }, - { - "id": "7906", - "name": "Barricade guard" - }, - { - "id": "7907", - "name": "Barricade guard" - }, - { - "id": "7908", - "name": "Barricade guard" - }, - { - "id": "7909", - "name": "Barricade guard" - }, - { - "id": "7910", - "name": "Barricade guard" - }, - { - "id": "7911", - "name": "Barricade guard" - }, - { - "id": "7912", - "name": "Border guard" - }, - { - "id": "7913", - "name": "Iain" - }, - { - "id": "7914", - "name": "Julian" - }, - { - "id": "7915", - "name": "Lachtopher" - }, - { - "id": "7916", - "name": "Samuel" - }, - { - "id": "7917", - "name": "Victoria" - }, - { - "id": "7918", - "name": "Man" - }, - { - "id": "7919", - "name": "Man" - }, - { - "id": "7920", - "name": "Man" - }, - { - "id": "7921", - "name": "Man" - }, - { - "id": "7922", - "name": "Man" - }, - { - "id": "7923", - "name": "Man" - }, - { - "id": "7924", - "name": "Man" - }, - { - "id": "7925", - "name": "Woman" - }, - { - "id": "7926", - "name": "Woman" - }, - { - "id": "7927", - "name": "Woman" - }, - { - "id": "7928", - "name": "Woman" - }, - { - "id": "7929", - "name": "Lumbridge Guide" - }, - { - "id": "7930", - "name": "Doomsayer" - }, - { - "id": "7931", - "name": "Donie" - }, - { - "id": "7932", - "name": "Gee" - }, - { - "id": "7933", - "name": "Duke Horacio" - }, - { - "id": "7934", - "name": "Sigmund" - }, - { - "id": "7935", - "name": "Hans" - }, - { - "id": "7936", - "name": "Cook" - }, - { - "id": "7937", - "name": "Father Aereck" - }, - { - "id": "7938", - "name": "Sir Vant" - }, - { - "id": "7939", - "name": "Sir Vant" - }, - { - "id": "7940", - "name": "Sir Vant" - }, - { - "id": "7941", - "name": "Sir Vant" - }, - { - "id": "7942", - "name": "Sir Vant" - }, - { - "id": "7943", - "name": "Dragon" - }, - { - "id": "7944", - "name": "Dragon" - }, - { - "id": "7945", - "name": "Dragon" - }, - { - "id": "7946", - "name": "Dragon" - }, - { - "id": "7947", - "name": "Dragon" - }, - { - "id": "7948", - "name": "Dragon" - }, - { - "id": "7949", - "name": "Lumbridge Guide" - }, - { - "id": "7950", - "name": "Melee Tutor" - }, - { - "id": "7951", - "name": "Ranged Tutor" - }, - { - "id": "7952", - "name": "Magic Tutor" - }, - { - "id": "7953", - "name": "Cooking Tutor" - }, - { - "id": "7954", - "name": "Crafting Tutor" - }, - { - "id": "7955", - "name": "Fishing Tutor" - }, - { - "id": "7956", - "name": "Mining Tutor" - }, - { - "id": "7957", - "name": "Prayer Tutor" - }, - { - "id": "7958", - "name": "Smelting Tutor", "examine": "A man of his craft.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "movement_radius": "5", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7959", "name": "Smelting Tutor", - "examine": "A master of his craft.", - "attack_level": "1", "defence_level": "1", - "lifepoints": "10", "movement_radius": "5", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7958", + "range_level": "1", + "attack_level": "1" }, { - "id": "7960", - "name": "Woodcutting Tutor" + "examine": "A master of his craft.", + "name": "Smelting Tutor", + "defence_level": "1", + "movement_radius": "5", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7959", + "range_level": "1", + "attack_level": "1" }, { - "id": "7961", - "name": "Bank Tutor" - }, - { - "id": "7962", - "name": "Gee" - }, - { - "id": "7963", - "name": "Spirit" - }, - { - "id": "7964", - "name": "Goblin" - }, - { - "id": "7965", - "name": "Goblin" - }, - { - "id": "7966", - "name": "Chaos druid" - }, - { - "id": "7967", - "name": "Shopkeeper" - }, - { - "id": "7968", - "name": "Explorer Jack" - }, - { - "id": "7969", - "name": "Explorer Jack", "examine": "He looks like a professional explorer.", + "name": "Explorer Jack", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7969", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "A vision of supernatural horror.", + "melee_animation": "10058", + "attack_speed": "6", + "magic_level": "350", + "respawn_delay": "80", + "defence_animation": "10386", + "magic_animation": "10053", + "death_animation": "10385", + "name": "Corporeal Beast", + "defence_level": "310", + "poison_immune": "true", + "movement_radius": "64", + "safespot": null, + "lifepoints": "2000", + "strength_level": "320", + "id": "8133", + "aggressive": "true", + "bonuses": "50,50,50,0,0,25,200,100,150,230,0,0,0,0,0", + "range_level": "150", + "attack_level": "320" + }, + { + "examine": "He sure looks grave.", + "melee_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "6", + "respawn_delay": "35", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Armoured zombie", + "defence_level": "50", + "safespot": null, + "lifepoints": "62", + "strength_level": "50", + "id": "8149", + "aggressive": "true", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "This is a rotten one.", + "melee_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "6", + "respawn_delay": "35", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Armoured zombie", + "defence_level": "50", + "safespot": null, + "lifepoints": "62", + "strength_level": "50", + "id": "8150", + "aggressive": "true", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "It hasn't quite gotten around to dying.", + "melee_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "6", + "respawn_delay": "35", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Armoured zombie", + "defence_level": "50", + "safespot": null, + "lifepoints": "62", + "strength_level": "50", + "id": "8151", + "aggressive": "true", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8349", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8350", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8351", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8352", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8353", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8354", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8355", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8356", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8357", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8358", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8359", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8360", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8361", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8362", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8363", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8364", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8365", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8366", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Flappy bird.", + "name": "Gull", + "water_npc": "true", + "id": "1179" + }, + { + "examine": "Flappy bird.", + "name": "Gull", + "water_npc": "true", + "id": "450" + }, + { + "examine": "Flappy bird.", + "name": "Gull", + "water_npc": "true", + "id": "451" + }, + { + "examine": "Tough-looking combat type.", + "name": "Mubariz", + "id": "957" + }, + { + "examine": "Looks kinda bored.", + "name": "Fadli", + "id": "958" + }, + { + "examine": "Trained to deal with all sorts of injuries.", + "name": "A'abla", + "id": "959" + }, + { + "examine": "Wow! She's made a statement with that hair!", + "name": "Sabreen", + "id": "960" + }, + { + "examine": "Has the messy job of putting players back together again.", + "name": "Jaraah", + "id": "962" + }, + { + "examine": "Battle-scarred.", + "name": "Zahwa", + "id": "963" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Ima", + "id": "964" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Sabeil", + "id": "965" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Jadid", + "id": "966" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Dalal", + "id": "967" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Afrah", + "id": "968" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Jeed", + "id": "969" + }, + { + "examine": "He smells funny.", + "name": "Diango", + "id": "970" + }, + { + "examine": "Shopkeeper.", + "name": "Chadwell", + "id": "971" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "972" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "973" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "974" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "975" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "976" + }, + { + "examine": "This dwarf looks intoxicated.", + "name": "Kamen", + "id": "996" + }, + { + "examine": "A dwarven maker of gauntlets.", + "name": "Klank", + "id": "995" + }, + { + "examine": "One of King Tyras's men.", + "name": "Tyras guard", + "id": "1206" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "1209" + }, + { + "examine": "One of King Lathas' messengers.", + "name": "Kings messenger", + "id": "1210" + }, + { + "examine": "Mysterious swamp lights...", + "name": "Will o' the wisp", + "id": "1212" + }, + { + "examine": "He's washing his clothes in the lake.", + "name": "Tegid", + "id": "1213" + }, + { + "examine": "A plant.", + "name": "Thistle", + "id": "1214" + }, + { + "examine": "What a colourful bunch of parrots!", + "name": "Parrots", + "id": "1215" + }, + { + "examine": "Rather dense and soppy looking.", + "name": "Romeo", + "id": "639" + }, + { + "examine": "Newspaper seller.", + "name": "Benny", + "id": "5925" + }, + { + "examine": "One of Gertrude's Sons.", + "name": "Wilough", + "id": "783" + }, + { + "examine": "An old gypsy lady.", + "name": "Gypsy Aris", + "id": "882" + }, + { + "examine": "Interesting assortment of clothes on offer...", + "name": "Thessalia", + "id": "548" + }, + { + "examine": "Sells superior staffs.", + "name": "Zaff", + "id": "546" + }, + { + "examine": "A retired vampyre hunter.", + "name": "Dr Harlow", + "id": "756" + }, + { + "examine": "I could get a beer from him.", + "name": "Bartender", + "id": "733" + }, + { + "examine": "Director of the Grand Exchange.", + "id": "6522" + }, + { + "examine": "He can look after my money. Good with money.", + "id": "6535" + }, + { + "examine": "She can look after my money. Good with money.", + "id": "6532" + }, + { + "examine": "There to help me make my bids.", + "id": "6530" + }, + { + "examine": "There to help me make my bids.", + "id": "6528" + }, + { + "examine": "He can look after my money. Good with money.", + "id": "6534" + }, + { + "examine": "She can look after my money. Good with money.", + "id": "6533" + }, + { + "examine": "There to help me make my bids.", + "id": "6531" + }, + { + "examine": "There to help me make my bids.", + "id": "6529" + }, + { + "examine": "She looks very worried about something.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Caroline", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "696", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very good sailor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Holgart", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "698", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Smells a bit fishy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ezekial Lovecraft", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4856", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A (semi) retired member of the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Col. O'Niall", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4872", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "There's something fishy about him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mayor Hobb", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4874", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fresh-faced and innocent priest.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Maledict", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4878", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A down on his luck fisherman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Witchaven villager", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4883", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A down on her luck fisherman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Witchaven villager", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4885", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A down on his luck fisherman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Witchaven villager", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4887", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A villager named Jeb.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jeb", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4895", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A little girl. She looks terrified.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kimberly", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7168", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Stinky! Poor guy.", + "name": "Yeti", + "id": "130" + }, + { + "examine": "A regal cat with an evil glint in its eye.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "HRH Hrafn", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5479", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Harder than the rocks he sells.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Hring Hring", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5483", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Jatizso's fishmonger.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Flossi Dalksson", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5484", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guy that will sell you armour.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Raum Urda-Stein", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5485", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Jatizso's armour merchant.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Skuli Myrka", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5486", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rough-looking chef.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Keepa Kettilon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5487", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Jatizso's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Freygerd", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5493", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Jatizso's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Lensa", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5494", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A happy, friendly landlady.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Vanligga Gastfrihet", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5495", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Jatizso's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Sassilik", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5496", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bedraggled-looking tramp.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Eric", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5499", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Mina guards the mine entrance.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Gruva Patrull", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5500", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarven trader from Keldagrim.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Brendt", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5501", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hungry-looking rabbit.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "50", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7126", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A gnome farmer.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7129", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the Burgher's Protectors", + "death_animation": "836", + "name": "Honour Guard", + "melee_animation": "395", + "id": "5515", + "defence_animation": "404" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "respawn_delay": "70", + "defence_animation": "5489", + "weakness": "8", + "slayer_exp": "29", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "29", + "strength_level": "18", + "id": "90", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "defence_animation": "5489", + "weakness": "8", + "slayer_exp": "24", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "24", + "strength_level": "17", + "id": "91", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "defence_animation": "5489", + "weakness": "8", + "slayer_exp": "17", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "24", + "safespot": null, + "lifepoints": "17", + "strength_level": "24", + "id": "92", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "defence_animation": "5489", + "weakness": "8", + "slayer_exp": "59", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "36", + "safespot": null, + "lifepoints": "59", + "strength_level": "35", + "id": "93", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "Rogueish.", + "melee_animation": "386", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Rogue", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", + "aggressive": "false", + "id": "187", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "It rattles when it moves.", + "combat_style": "2", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "magic_level": "5", + "respawn_delay": "60", + "defence_animation": "5489", + "weakness": "3", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "5", + "safespot": null, + "lifepoints": "14", + "strength_level": "3", + "id": "459", + "aggressive": "true", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "It looks just a bit... underfed.", + "melee_animation": "5519", + "range_animation": "5519", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "110", + "respawn_delay": "100", + "defence_animation": "5520", + "weakness": "8", + "slayer_exp": "110", + "magic_animation": "5519", + "death_animation": "5521", + "name": "Skeleton", + "defence_level": "110", + "safespot": null, + "lifepoints": "77", + "strength_level": "90", + "id": "1471", + "aggressive": "true", + "bonuses": "50,50,50,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "180" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5487", + "range_animation": "5487", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "5513", + "weakness": "8", + "magic_animation": "5487", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "72", + "safespot": null, + "lifepoints": "51", + "strength_level": "72", + "id": "2036", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "72" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5487", + "range_animation": "5487", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "5513", + "weakness": "8", + "magic_animation": "5487", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "72", + "safespot": null, + "lifepoints": "51", + "strength_level": "72", + "id": "2037", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "72" + }, + { + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "774,775,777", + "strength_level": "1", + "id": "2715", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Skeleton mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "774,775,777", + "strength_level": "1", + "id": "2717", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "774,775,777", + "strength_level": "1", + "id": "3151", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens, currently incapacitated by alcohol.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Drunken man", + "defence_level": "4", + "safespot": null, + "lifepoints": "5", + "strength_level": "4", + "id": "3222", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "8", + "id": "3291", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "He guards the dungeon with the faithfulness of the undead.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "70", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "29", + "strength_level": "18", + "id": "3581", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Could use a good meal.", + "melee_animation": "6128", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "17", + "safespot": null, + "lifepoints": "24", + "strength_level": "17", + "id": "3697", + "range_level": "1", + "attack_level": "17" + }, + { + "melee_animation": "400", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "3698", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "400", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "3699", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems a little underweight.", + "melee_animation": "6128", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "3700", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "He seems a little underweight.", + "melee_animation": "6128", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "3701", + "range_level": "1", + "attack_level": "20" + }, + { + "melee_animation": "395", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "1", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "3702", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems a little underweight.", + "melee_animation": "6128", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3703", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "He seems a little underweight.", + "melee_animation": "6128", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3704", + "range_level": "1", + "attack_level": "22" + }, + { + "name": "Skeleton fremennik", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "strength_level": "1", + "id": "3705", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "68", + "strength_level": "1", + "id": "4384", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "4385", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "strength_level": "1", + "id": "4386", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4384", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4532", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "examine": "Could do with gaining a few pounds.", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "70", + "defence_animation": "5513", + "weakness": "8", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "29", + "strength_level": "18", + "id": "5332", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Could do with gaining a few pounds.", + "range_animation": "0", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "70", + "defence_animation": "5513", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "29", + "strength_level": "18", + "id": "5333", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Could do with gaining a few pounds.", + "range_animation": "0", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "70", + "defence_animation": "5513", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "29", + "strength_level": "18", + "id": "5334", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5489", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "11", + "id": "5335", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5489", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "11", + "id": "5336", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "5489", + "weakness": "8", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "24", + "safespot": null, + "lifepoints": "17", + "strength_level": "24", + "id": "5337", + "aggressive": "true", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5489", + "weakness": "8", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "23", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "5338", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5489", + "weakness": "8", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "23", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "5339", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5489", + "weakness": "8", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "23", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "5340", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5499", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5503", + "name": "Skeleton", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", + "id": "5341", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "5365", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "Could do with gaining a few pounds.", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "5366", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "strength_level": "1", + "id": "5367", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "strength_level": "1", + "id": "5368", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "62", + "safespot": null, + "lifepoints": "88", + "strength_level": "62", + "id": "5381", + "aggressive": "true", + "range_level": "1", + "attack_level": "62" + }, + { + "examine": "A skeleton in a dress!", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "magic_level": "57", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "57", + "safespot": null, + "lifepoints": "81", + "strength_level": "1", + "id": "5385", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Achingly thin.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "5386", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Look: another skeleton.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "5387", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "That skeleton's grinning at me.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "5388", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "He needs a tan.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "51", + "safespot": null, + "lifepoints": "72", + "strength_level": "51", + "id": "5389", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" + }, + { + "examine": "How do you know if a skeleton's male or female?", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "30", + "safespot": null, + "lifepoints": "420", + "strength_level": "36", + "id": "5390", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "He obviously hasn't realised he's dead.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "5391", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Put some meat on those bones!", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "52", + "id": "5392", + "aggressive": "true", + "range_level": "1", + "attack_level": "52" + }, + { + "examine": "An angry skeleton.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "5411", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Cross bones.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "57", + "safespot": null, + "lifepoints": "81", + "strength_level": "57", + "id": "5412", + "aggressive": "true", + "range_level": "1", + "attack_level": "57" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", + "strength_level": "63", + "id": "5422", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "Ey.", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "6091", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "6092", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "9", + "safespot": null, + "lifepoints": "12", + "strength_level": "9", + "id": "6093", + "aggressive": "true", + "range_level": "1", + "attack_level": "9" + }, + { + "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", + "melee_animation": "2067", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton hero", + "defence_level": "53", + "safespot": null, + "lifepoints": "75", + "strength_level": "53", + "id": "6103", + "aggressive": "true", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "An ex-barbarian, willing to make you ex too.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton brute", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", + "strength_level": "63", + "id": "6104", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "He's heartless.", + "melee_animation": "2067", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton warlord", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "65", + "id": "6105", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "He's less heavy now.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton heavy", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "6106", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Floats like an anvil, hits like a hammer.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton thug", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "61", + "id": "6107", + "aggressive": "true", + "range_level": "1", + "attack_level": "61" + }, + { + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "97", + "strength_level": "1", + "id": "6764", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "108", + "strength_level": "1", + "id": "6765", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "6766", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "115", + "strength_level": "1", + "id": "6767", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "140", + "strength_level": "1", + "id": "6768", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hungry-looking rabbit.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "50", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7127", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rich landlord, fat and jolly.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Inn Keeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2177", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes to cook with mushrooms.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy chef", + "defence_level": "1", + "safespot": null, + "movement_radius": "2", + "lifepoints": "10", + "strength_level": "1", + "id": "3322", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4384", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4527", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4384", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4528", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "examine": "A large ice troll.", + "melee_animation": "4332", + "range_animation": "0", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll grunt", + "defence_level": "60", + "safespot": null, + "lifepoints": "80", + "strength_level": "100", + "id": "5524", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "Soft but strong... and cute.", + "name": "Labrador puppy", + "id": "7247" + }, + { + "examine": "Soft but strong... and cute.", + "name": "Labrador puppy", + "id": "6962" + }, + { + "examine": "Soft but strong... and cute.", + "name": "Labrador puppy", + "id": "7245" + }, + { + "examine": "My most faithful friend.", + "name": "Labrador", + "id": "7248" + }, + { + "examine": "My most faithful friend.", + "name": "Labrador", + "id": "6963" + }, + { + "examine": "My most faithful friend.", + "name": "Labrador", + "id": "7246" + }, + { + "examine": "One proud little puppy.", + "name": "Bulldog puppy", + "id": "7260" + }, + { + "examine": "One proud little puppy.", + "name": "Bulldog puppy", + "id": "7259" + }, + { + "examine": "Looks like it's chewing a wasp.", + "name": "Bulldog", + "id": "6968" + }, + { + "examine": "Looks like it's chewing a wasp.", + "name": "Bulldog", + "id": "7258" + }, + { + "examine": "Looks like it's chewing a wasp.", + "name": "Bulldog", + "id": "7257" + }, + { + "examine": "Now, if only I could find another hundred...", + "name": "Dalmatian puppy", + "id": "6964" + }, + { + "examine": "Now, if only I could find another hundred...", + "name": "Dalmatian puppy", + "id": "7249" + }, + { + "examine": "Now, if only I could find another hundred...", + "name": "Dalmatian puppy", + "id": "7251" + }, + { + "examine": "A purebred doggy.", + "name": "Dalmatian", + "id": "7252" + }, + { + "examine": "A purebred doggy.", + "name": "Dalmatian", + "id": "7250" + }, + { + "examine": "A purebred doggy.", + "name": "Dalmatian", + "id": "6965" + }, + { + "examine": "This is one fast little pooch.", + "name": "Greyhound puppy", + "id": "6960" + }, + { + "examine": "This is one fast little pooch.", + "name": "Greyhound puppy", + "id": "7241" + }, + { + "examine": "This is one fast little pooch.", + "name": "Greyhound puppy", + "id": "7243" + }, + { + "examine": "An aerodynamic doggy.", + "name": "Greyhound", + "id": "6961" + }, + { + "examine": "An aerodynamic doggy.", + "name": "Greyhound", + "id": "7242" + }, + { + "examine": "An aerodynamic doggy.", + "name": "Greyhound", + "id": "7244" + }, + { + "examine": "It's lively and energetic.", + "name": "Terrier puppy", + "id": "6958" + }, + { + "examine": "A hyperactive little pup.", + "name": "Terrier puppy", + "id": "7237" + }, + { + "examine": "Such a brave doggy.", + "name": "Terrier puppy", + "id": "7239" + }, + { + "examine": "It's lively and energetic.", + "name": "Terrier", + "id": "6959" + }, + { + "examine": "A hyperactive little pup.", + "name": "Terrier", + "id": "7238" + }, + { + "examine": "Such a brave doggy.", + "name": "Terrier", + "id": "7240" + }, + { + "examine": "This little puppy is very quiet.", + "name": "Sheepdog puppy", + "id": "7253" + }, + { + "examine": "This little puppy is very quiet.", + "name": "Sheepdog puppy", + "id": "6966" + }, + { + "examine": "This little puppy is very quiet.", + "name": "Sheepdog puppy", + "id": "7255" + }, + { + "examine": "Come by! Come by!", + "name": "Sheepdog", + "id": "6967" + }, + { + "examine": "Come by! Come by!", + "name": "Sheepdog", + "id": "7254" + }, + { + "examine": "Come by! Come by!", + "name": "Sheepdog", + "id": "7256" + }, + { + "examine": "The sandwich lady.", + "name": "Sandwich lady", + "id": "3117" + }, + { + "examine": "A holy man.", + "name": "Drezel", + "id": "1049" + }, + { + "examine": "A holy man.", + "name": "Drezel", + "id": "7690" + }, + { + "examine": "A holy man.", + "name": "Drezel", + "id": "7707" + }, + { + "examine": "A slightly nervous guard.", + "name": "Ulizius", + "id": "1054" + }, + { + "examine": "A local holy man who supports the people trying to get though Mort Myre.", + "name": "Hiylik Myna", + "id": "1514" + }, + { + "examine": "The animated spirit of a soul not at rest.", + "name": "Filiman Tarlock", + "id": "1050" + }, + { + "examine": "The animated spirit of a soul not at rest.", + "name": "Nature Spirit", + "id": "1051" + }, + { + "examine": "I can see fish swimming in the water.", + "name": "Fishing spot", + "id": "323" + }, + { + "examine": "I can see fish swimming in the water.", + "name": "Fishing spot", + "id": "1176" + }, + { + "examine": "Nice hat.", + "name": "Thormac", + "id": "389" + }, + { + "examine": "An evil priest.", + "name": "Necrovarus", + "id": "1684" + }, + { + "examine": "He looks dangerous.", + "name": "Vannaka", + "id": "1597" + }, + { + "examine": "A soggy, smelly Fremennik.", + "name": "Olaf Hardson", + "id": "2621" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Elstan", + "id": "2323" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Dantaera", + "id": "2324" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Kragen", + "id": "2325" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Lyra", + "id": "2326" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Francis", + "id": "2327" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Rhonen", + "id": "2334" + }, + { + "examine": "Banks gnomish things.", + "name": "Gnome banker", + "id": "166" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Ellena", + "id": "2331" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Alain", + "id": "2339" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Dreven", + "id": "2335" + }, + { + "examine": "Founder and Director of the Piscatoris Fishing Colony.", + "name": "Herman Caranos", + "id": "3822" + }, + { + "examine": "Engineer for the Piscatoris Fishing Colony.", + "name": "Franklin Caranos", + "id": "3823" + }, + { + "examine": "Secretary and Storemaster for the Piscatoris Fishing Colony.", + "name": "Arnold Lydspor", + "id": "3824" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Frizzy Skernip", + "id": "4560" + }, + { + "examine": "She sells farming equipment.", + "name": "Sarah", + "id": "2304" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Garth", + "id": "2330" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Selena", + "id": "2332" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Rhazien", + "id": "2337" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Torrell", + "id": "2338" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Heskel", + "id": "2340" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Treznor", + "id": "2341" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Bolongo", + "id": "2343" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Gileth", + "id": "2344" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Amaethwyr", + "id": "2860" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Praistan Ebola", + "id": "4562" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Imiago", + "id": "8041" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Prissy Scilla", + "id": "1037" + }, + { + "examine": "Looks after your Farming tools.", + "name": "Teclyn", + "id": "2861" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Yulf Squecks", + "id": "4561" + }, + { + "examine": "The head farmer, apparently.", + "name": "Farmer Blinkin", + "id": "7131" + }, + { + "examine": "The lady of the pet shop.", + "name": "Pet shop owner", + "id": "6750" + }, + { + "examine": "Looks after the Burthorpe vinery.", + "name": "Bernald", + "id": "2580" + }, + { + "examine": "An old druid.", + "name": "Sanfew", + "id": "454" + }, + { + "examine": "He runs the Herblore Shop.", + "name": "Jatix", + "id": "587" + }, + { + "examine": "A wise druid.", + "name": "Kaqemeex", + "id": "455" + }, + { + "examine": "He's a very important druid.", + "name": "Pikkupstix", + "id": "6971" + }, + { + "examine": "Ironically, makes a living from swords.", + "name": "Gaius", + "id": "586" + }, + { + "examine": "A gnarly old man.", + "name": "Sylas", + "id": "5987" + }, + { + "examine": "A terrier puppy.", + "name": "Terrier", + "id": "6894" + }, + { + "examine": "A labrador puppy.", + "name": "Labrador", + "id": "6895" + }, + { + "examine": "Dwarvish.", + "name": "Thurgo", + "id": "604" + }, + { + "examine": "Get useful information from this guy.", + "name": "Town crier", + "id": "6137" + }, + { + "examine": "The mace salesman.", + "name": "Flynn", + "id": "580" + }, + { + "examine": "Works in the Rising Sun.", + "name": "Kaylee", + "id": "3217" + }, + { + "examine": "Works in the Rising Sun.", + "name": "Emily", + "id": "736" + }, + { + "examine": "Nice eyes.", + "name": "Cassie", + "id": "577" + }, + { + "examine": "Chief Herald of Falador.", + "name": "Sir Renitee", + "id": "4249" + }, + { + "examine": "An elderly White Knight.", + "name": "Sir Vyvin", + "id": "605" + }, + { + "examine": "An armourer.", + "name": "Wayne", + "id": "581" + }, + { + "examine": "A master of necromancy!", + "name": "Malignius Mortifer", + "id": "2713" + }, + { + "examine": "She seems like a nice sort of person.", + "name": "Betty", + "id": "583" + }, + { + "examine": "Loves his gold!", + "name": "Grum", + "id": "556" + }, + { + "examine": "Unkempt and a bit smelly.", + "name": "Bellemorde", + "id": "2942" + }, + { + "examine": "A Fishing expert.", + "name": "Gerrant", + "id": "558" + }, + { + "examine": "Likes his food to be kept fresh.", + "name": "Wydin", + "id": "557" + }, + { + "examine": "A sea bird.", + "name": "Gull", + "water_npc": "true", + "id": "2726" + }, + { + "examine": "An old sea dog.", + "name": "Captain Tobias", + "id": "376" + }, + { + "examine": "A young sailor.", + "name": "Klarense", + "id": "744" + }, + { + "examine": "An expert on axes.", + "name": "Brian", + "id": "559" + }, + { + "examine": "I could get a beer from him.", + "name": "Bartender", + "id": "734" + }, + { + "examine": "She is a seed merchant.", + "name": "Olivia", + "id": "2572" + }, + { + "examine": "Get useful information from this guy.", + "name": "Town crier", + "id": "6136" + }, + { + "examine": "Looks like he could do with a sip of Amontillado.", + "name": "Fortunato", + "id": "3671" + }, + { + "examine": "A young sailor.", + "name": "Seaman Thresnor", + "id": "378" + }, + { + "examine": "A young sailor.", + "name": "Seaman Lorris", + "id": "377" + }, + { + "examine": "A venerable and rich sage.", + "name": "Wise Old Man", + "id": "2253" + }, + { + "examine": "She comes from Al-Kharid.", + "name": "Leela", + "id": "915" + }, + { + "examine": "An old sailor.", + "name": "Ned", + "id": "743" + }, + { + "examine": "He looks scared.", + "name": "Morgan", + "id": "755" + }, + { + "examine": "A witch.", + "name": "Aggie", + "id": "922" + }, + { + "examine": "Bacon-in-training.", + "name": "Piglet", + "id": "2243" + }, + { + "examine": "An infamous bandit.", + "name": "Lady Keli", + "id": "919" + }, + { + "examine": "A young prince.", + "name": "Prince Ali", + "id": "920" + }, + { + "examine": "A gnome mage on sabbatical.", + "name": "Professor Onglewip", + "id": "4585" + }, + { + "examine": "Chief of research at Wizards Tower.", + "name": "Sedridor", + "id": "300" + }, + { + "examine": "An old wizard.", + "name": "Traiborn", + "id": "881" + }, + { + "examine": "Master of imps.", + "name": "Wizard Grayzag", + "id": "707" + }, + { + "examine": "A very brave merchant.", + "name": "Edmond", + "id": "1785" + }, + { + "examine": "She's an expert on armoured skirts.", + "name": "Ranael", + "id": "544" + }, + { + "examine": "Spymaster of Al Kharid.", + "name": "Osman", + "id": "924" + }, + { + "examine": "Kebabs are full of meaty goodness!", + "name": "Karim", + "id": "543" + }, + { + "examine": "He can look after my money.", + "name": "Banker", + "id": "496" + }, + { + "examine": "She can look after my money.", + "name": "Banker", + "id": "497" + }, + { + "examine": "Manufacturer of fine leathers.", + "name": "Ellis", + "id": "2824" + }, + { + "examine": "Sells superior scimitars.", + "name": "Zeke", + "id": "541" + }, + { + "examine": "If Crafting's your thing, he's your man.", + "name": "Dommik", + "id": "545" + }, + { + "examine": "He's in control of the Shantay Pass.", + "name": "Shantay", + "id": "836" + }, + { + "examine": "A resident of Al Kharid.", + "name": "Irena", + "id": "835" + }, + { + "examine": "A farmer's enemy.", + "name": "Crow", + "id": "1755" + }, + { + "examine": "The hat's a dead giveaway.", + "name": "Witch", + "id": "5200" + }, + { + "examine": "A mad scientist if I ever saw one!", + "name": "Professor Oddenstein", + "id": "286" + }, + { + "examine": "She's watching you.", + "name": "Ava", + "id": "5198" + }, + { + "examine": "Litara, a barbarian explorer.", + "name": "Litara", + "id": "4376" + }, + { + "examine": "Always up-to-date with the latest helmet fashions.", + "name": "Peksa", + "id": "538" + }, + { + "examine": "A strange little man.", + "name": "Oziach", + "id": "747" + }, + { + "examine": "A very brave merchant.", + "name": "Richard", + "id": "1783" + }, + { + "examine": "Loves you more, the more you spend.", + "name": "Shop assistant", + "id": "529" + }, + { + "examine": "Sells stuff.", + "name": "Shopkeeper", + "id": "528" + }, + { + "examine": "One of the king's knights.", + "name": "Sir Prysin", + "id": "883" + }, + { + "examine": "Reldo the librarian.", + "name": "Reldo", + "id": "2660" + }, + { + "examine": "A powerful wizard.", + "name": "Surok Magis", + "id": "5834" + }, + { + "examine": "Animal skins are a specialty.", + "name": "Baraek", + "id": "547" + }, + { + "examine": "One of Gertrude's Sons.", + "name": "Shilop", + "id": "781" + }, + { + "examine": "The man with the armour.", + "name": "Horvik", + "id": "549" + }, + { + "examine": "Sells arrows.", + "name": "Lowe", + "id": "550" + }, + { + "examine": "This looks like an angry, aggressive man.", + "name": "Draul Leptoc", + "id": "3324" + }, + { + "examine": "A quiet, more reserved sort of lady.", + "name": "Phillipa", + "id": "3325" + }, + { + "examine": "A tearful damsel, maybe I can help her?", + "name": "Juliet", + "id": "637" + }, + { + "agg_radius": "", + "examine": "Like a mini man!", + "combat_style": "1", + "melee_animation": "190", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "193", + "weakness": "", + "end_height": "", + "death_animation": "196", + "name": "Gnome", + "defence_level": "1", + "lifepoints": "2", + "strength_level": "1", + "id": "2250", + "aggressive": "", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Like a mini man!", + "combat_style": "1", + "melee_animation": "190", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "193", + "death_animation": "196", + "name": "Gnome", + "defence_level": "1", + "lifepoints": "3", + "strength_level": "1", + "id": "2249", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "null", + "defence_level": "1", + "safespot": "null", + "combat_audio": "511,513,512", + "id": "2309", + "range_level": "1", "attack_level": "1", + "defence_animation": "" + }, + { + "examine": "Yanni Salika; he buys and sells antiques.", + "name": "Yanni Salika", + "id": "515" + }, + { + "examine": "This is Kaleb Paramaya, a warm and friendly inn owner.", + "name": "Kaleb Paramaya", + "id": "512" + }, + { + "examine": "This is Fernahei; he owns the local fishing tackle shop.", + "name": "Fernahei", + "id": "517" + }, + { + "examine": "A warrior from Shilo Village.", + "name": "Mosol Rei", + "id": "500" + }, + { + "examine": "An unquiet soul.", + "name": "Spirit of Zadimus", + "id": "501" + }, + { + "examine": "The animated spirit of Rashiliyia the Zombie Queen.", + "name": "Rashiliyia ", + "id": "506" + }, + { + "examine": "A dwarf miner. He's shoring up the walls.", + "name": "Ferd", + "id": "3937" + }, + { + "examine": "A crafty dwarf.", + "name": "Nolar", + "id": "2158" + }, + { + "examine": "She sells general items at the Legends Guild.", + "name": "Fionella", + "id": "932" + }, + { + "examine": "A dwarf who's currently living in Miscellania.", + "name": "Alviss", + "id": "3933" + }, + { + "examine": "Smithy for Sogthorpe.", + "name": "Derrik", + "id": "1376" + }, + { + "examine": "A rather scared-looking dwarf. He doesn't seem all that drunk.", + "name": "Donal", + "id": "3938" + }, + { + "examine": "Runs the general store.", + "name": "Finn", + "id": "3922" + }, + { + "examine": "A dwarf who's currently living in Miscellania.", + "name": "Fullangr", + "id": "3934" + }, + { + "examine": "A subject of Miscellania.", + "name": "Halla", + "id": "3921" + }, + { + "examine": "A dwarf who's currently living in Miscellania.", + "name": "Jari", + "id": "3935" + }, + { + "examine": "A subject of Miscellania.", + "name": "Einar", + "id": "1380" + }, + { + "examine": "A subject of Miscellania.", + "name": "Ragnar", + "id": "1379" + }, + { + "examine": "A subject of Miscellania.", + "name": "Thora", + "id": "3927" + }, + { + "examine": "A subject of Miscellania.", + "name": "Thorhild", + "id": "1382" + }, + { + "examine": "A subject of Miscellania.", + "name": "Tjorvi", + "id": "3925" + }, + { + "examine": "Likes fish... hates people.", + "melee_animation": "284", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "", + "defence_animation": "285", + "death_animation": "287", + "name": "River troll", + "defence_level": "17", + "lifepoints": "20", + "strength_level": "17", + "id": "391", + "aggressive": "true", + "clue_level": "", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "Likes fish... hates people.", + "melee_animation": "284", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "285", + "death_animation": "287", + "name": "River troll", + "defence_level": "48", + "lifepoints": "48", + "strength_level": "48", + "id": "393", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "Likes fish... hates people.", + "melee_animation": "284", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "285", + "death_animation": "287", + "name": "River troll", + "defence_level": "65", + "lifepoints": "85", + "strength_level": "65", + "id": "394", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Likes fish... hates people.", + "melee_animation": "284", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "285", + "death_animation": "287", + "name": "River troll", + "defence_level": "100", + "lifepoints": "120", + "strength_level": "100", + "id": "395", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "Likes fish... hates people.", + "melee_animation": "284", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "285", + "death_animation": "287", + "name": "River troll", + "defence_level": "130", + "lifepoints": "170", + "strength_level": "130", + "id": "396", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "130" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "25", + "strength_level": "8", + "id": "413", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "15", + "projectile": "968", + "attack_level": "8" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "40", + "strength_level": "17", + "id": "414", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "30", + "projectile": "968", + "attack_level": "17" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "60", + "strength_level": "36", + "id": "415", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "968", + "attack_level": "38" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "86", + "strength_level": "64", + "id": "416", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "60", + "projectile": "968", + "attack_level": "64" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "120", + "strength_level": "100", + "id": "417", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "75", + "projectile": "968", + "attack_level": "100" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "166", + "strength_level": "130", + "id": "418", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "80", + "projectile": "968", + "attack_level": "130" + }, + { + "examine": "Mooooooooooooole.", + "name": "Baby Mole", + "id": "3342" + }, + { + "examine": "Moley, moley, moley!", + "name": "Baby Mole", + "id": "3343" + }, + { + "examine": "He hungry.", + "combat_style": "1", + "start_gfx": "243", + "name": "Rantz", + "start_height": "100", + "range_animation": "3460", + "id": "1010", + "projectile": "242", + "prj_height": "50" + }, + { + "examine": "One of Fenkenstrain's failed experiments.", + "combat_style": "", + "melee_animation": "1616", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "1617", + "death_animation": "1618", + "name": "Experiment", + "defence_level": "30", + "lifepoints": "100", + "strength_level": "1", + "id": "1677", + "aggressive": "", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It has a key hanging from its collar.", + "melee_animation": "1626", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "1627", + "death_animation": "1628", + "name": "Experiment", + "defence_level": "50", + "lifepoints": "40", + "strength_level": "50", + "id": "1676", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "One of Fenkenstrain's failed experiments.", + "melee_animation": "1612", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "1613", + "death_animation": "1611", + "name": "Experiment", + "defence_level": "30", + "lifepoints": "100", + "strength_level": "1", + "id": "1678", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Puro Spawn (Low)", + "id": "6065", + "respawn_delay": "1" + }, + { + "name": "Puro Spawn (Mid)", + "id": "6066", + "respawn_delay": "1" + }, + { + "name": "Puro Spawn (High)", + "id": "6067", + "respawn_delay": "1" + }, + { + "examine": "A baby impling. Ahhh.", + "name": "Baby Impling Puro", + "id": "6055", + "respawn_delay": "7" + }, + { + "examine": "A young impling. It's not fair!", + "name": "Young Impling Puro", + "id": "6056", + "respawn_delay": "7" + }, + { + "examine": "An impling gourmet. Mmmm, tasty.", + "name": "Gourmet Impling Puro", + "id": "6057", + "respawn_delay": "7" + }, + { + "examine": "An earth impling. Rock on.", + "name": "Earth Impling Puro", + "id": "6058", + "respawn_delay": "50" + }, + { + "examine": "An impling who likes magic. Magic!", + "name": "Essence Impling Puro", + "id": "6059", + "respawn_delay": "50" + }, + { + "examine": "An impling with varied tastes.", + "name": "Eclectic Impling Puro", + "id": "6060", + "respawn_delay": "7" + }, + { + "examine": "A very stealthy impling.", + "name": "Ninja Impling Puro", + "id": "6063", + "respawn_delay": "9999" + }, + { + "examine": "A nature impling. Right on, maaan.", + "name": "Nature Impling Puro", + "id": "6061", + "respawn_delay": "9999" + }, + { + "examine": "Ooh, shiny things!", + "name": "Magpie Impling Puro", + "id": "6062", + "respawn_delay": "9999" + }, + { + "examine": "He looks dangerous!", + "name": "Turael", + "id": "8273" + }, + { + "examine": "Doesn't seem to want to go away.", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "attack_speed": "4", + "magic_level": "100", + "defence_animation": "0", + "magic_animation": "811", + "death_animation": "836", + "name": "Skeleton Mage", + "defence_level": "60", + "lifepoints": "80", + "strength_level": "10", + "id": "3851", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Blaec seems to be covered in sand.", + "name": "Blaec", + "id": "3115" + }, + { + "examine": "Looks otherworldy...", + "name": "Fairy Queen", + "id": "4437" + }, + { + "examine": "A delicate creature from this strange realm.", + "name": "Fairy", + "id": "4443" + }, + { + "examine": "A very strange plant.", + "death_animation": "355", + "name": "Strange Plant", + "defence_level": "300", + "melee_animation": "353", + "lifepoints": "100", + "id": "408", + "magic_level": "200", + "defence_animation": "354" + }, + { + "examine": "A very strange plant.", + "name": "Strange Plant", + "id": "407" + }, + { + "agg_radius": "", + "examine": "A helmetted, barbarian snowman.", + "death_animation": "7560", + "name": "Barbarian Snowman", + "defence_level": "1", + "melee_animation": "7565", + "lifepoints": "20", + "combat_audio": "12,3295,3287", + "id": "6742", + "defence_animation": "7559" + }, + { + "examine": "A snow dwarf.", + "death_animation": "7560", + "name": "Dwarf Snowman", + "defence_level": "1", + "melee_animation": "7565", + "lifepoints": "20", + "combat_audio": "12,3295,3287", + "id": "6744", + "defence_animation": "7559" + }, + { + "examine": "Distinctly heroic.", + "name": "Achietties", + "id": "796" + }, + { + "examine": "The hat is a dead give away.", + "name": "Wizard Cromperty", + "id": "2328" + }, + { + "examine": "An intelligent-looking shop owner.", + "name": "Obli", + "id": "516" + }, + { + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", "defence_level": "1", "lifepoints": "10", + "strength_level": "1", + "id": "7151", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7970", - "name": "Smithing Tutor" + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "lifepoints": "10", + "strength_level": "1", + "id": "7153", + "range_level": "1", + "attack_level": "1" }, { - "id": "7971", - "name": "Mining Tutor" + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "lifepoints": "10", + "strength_level": "1", + "id": "7154", + "range_level": "1", + "attack_level": "1" }, { - "id": "7972", - "name": "Spirit" + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "lifepoints": "10", + "strength_level": "1", + "id": "7155", + "range_level": "1", + "attack_level": "1" }, { - "id": "7977", - "name": "Spirit" + "examine": "She looks like she means business.", + "name": "Balnea", + "id": "7047" }, { - "id": "7978", - "name": "Spirit" + "name": "Schoolgirl", + "id": "17" }, { - "id": "7979", - "name": "Spirit" + "name": "Orc", + "id": "70" }, { - "id": "7980", - "name": "Spirit" + "name": "Skeleton Mage", + "id": "94" }, { - "id": "7981", - "name": "Spirit" + "name": "Skavid", + "id": "129" }, { - "id": "7982", - "name": "Spirit" + "name": "Mammoth", + "id": "135" }, { - "id": "7983", - "name": "Spirit" + "name": "Mounted terrorchick gnome", + "id": "136" }, { - "id": "7984", - "name": "Spirit" + "name": "Gull", + "id": "149" }, { - "id": "7985", - "name": "Summer Bonde" + "name": "Gull", + "id": "150" }, { - "id": "7987", - "name": "Spirit" + "name": "Fly trap", + "id": "151" }, { - "id": "7988", - "name": "Spirit" + "name": "Butterfly", + "id": "152" }, { - "id": "7989", - "name": "Erik Bonde" + "name": "Butterfly", + "id": "155" }, { - "id": "7990", - "name": "Spirit" + "name": "Butterfly", + "id": "156" }, { - "id": "7991", - "name": "Jallek Lenkin" + "name": "Butterfly", + "id": "157" }, { - "id": "7992", - "name": "Spirit" + "name": "Gnome shop keeper", + "id": "165" }, { - "id": "7993", - "name": "Meranek Thanatos" + "name": "Gnome baller", + "id": "167" }, { - "id": "7994", - "name": "Ghostly warrior" + "name": "Brimstail", + "id": "171" }, { - "id": "7995", - "name": "Spirit Beast" + "name": "Witch", + "id": "177" }, { - "id": "7996", - "name": "Spirit Beast" + "name": "Bandit", + "id": "195" }, { - "id": "7997", - "name": "Spirit Beast" + "name": "Barbarian guard", + "id": "197" }, { - "id": "7998", - "name": "Ghost" + "name": "Lord Daquarius", + "id": "200" }, { - "id": "7999", - "name": "Ghost" + "name": "Lollk", + "id": "207" }, { - "id": "8000", - "name": "Goth leprechaun" + "name": "Nulodion", + "id": "209" }, { - "id": "8001", - "name": "Jack" + "name": "Sir Percival", + "id": "211" }, { - "id": "8003", - "name": "Sarah" + "name": "Merlin", + "id": "213" }, { - "id": "8004", - "name": "Laura" + "name": "Peasant", + "id": "215" }, { - "id": "8005", - "name": "Laura" + "name": "Crone", + "id": "217" }, { - "id": "8006", - "name": "Roger" + "name": "Galahad", + "id": "218" }, { - "id": "8007", - "name": "Jorral" + "name": "Bonzo", + "id": "225" }, { - "id": "8008", - "name": "Guthix" + "name": "Morris", + "id": "226" }, { - "id": "8009", - "name": "Max the traveller" + "name": "Big Dave", + "id": "228" }, { - "id": "8010", - "name": "Man" + "name": "Joshua", + "id": "229" }, { - "id": "8011", - "name": "Man" + "name": "Austri", + "id": "232" }, { - "id": "8012", - "name": "Woman" + "name": "Fishing spot", + "id": "234" }, { - "id": "8013", - "name": "Woman" + "name": "Fishing spot", + "id": "235" }, { - "id": "8014", - "name": "Haluned" + "name": "Fishing spot", + "id": "236" }, { - "id": "8015", - "name": "Jack" + "name": "Sir Lancelot", + "id": "239" }, { - "id": "8016", - "name": "Baby Sarah" + "name": "Sir Gawain", + "id": "240" }, { - "id": "8017", - "name": "Snowy" + "name": "Sir Kay", + "id": "241" }, { - "id": "8018", - "name": "Roger" + "name": "Sir Bedivere", + "id": "242" }, { - "id": "8019", - "name": "Portal" + "name": "Sir Tristram", + "id": "243" }, { - "id": "8020", - "name": "Portal" + "name": "Sir Pelleas", + "id": "244" }, { - "id": "8021", - "name": "Yellow orb" + "name": "Sir Lucan", + "id": "245" }, { - "id": "8023", - "name": "Yellow orb" + "name": "Morgan Le Faye", + "id": "248" }, { - "id": "8024", - "name": "Yellow orb" + "name": "Merlin", + "id": "249" }, { - "id": "8025", - "name": "Green orb" + "name": "The Lady of the Lake", + "id": "250" }, { - "id": "8027", - "name": "Green orb" + "name": "Beggar", + "id": "252" }, { - "id": "8028", - "name": "Green orb" + "name": "Kelvin", + "id": "260" }, { - "id": "8029", - "name": "Wizard Korvak" + "name": "Joe", + "id": "261" }, { - "id": "8030", - "name": "Wizard Vief" + "name": "Hengrad", + "id": "263" }, { - "id": "8031", - "name": "Wizard Acantha" + "name": "Winelda", + "id": "276" }, { - "id": "8032", - "name": "Wizard Elriss" + "name": "Ernest", + "id": "287" }, { - "id": "8033", - "name": "Wizard" + "name": "Guard", + "id": "292" }, { - "id": "8034", - "name": "Wizard" + "name": "Twig", + "id": "301" }, { - "id": "8035", - "name": "Wizard" + "name": "Hadley", + "id": "302" }, { - "id": "8036", - "name": "Wizard" + "name": "Gerald", + "id": "303" }, { - "id": "8037", - "name": "Wizard" + "name": "Almera", + "id": "304" }, { - "id": "8038", - "name": "Wizard" + "name": "Hudon", + "id": "305" }, { - "id": "8039", - "name": "Wizard" + "name": "Golrie", + "id": "306" }, { - "id": "8040", - "name": "Wizard" + "name": "Fishing spot", + "id": "309" }, { - "id": "8041", - "name": "Imiago", - "examine": "Perhaps this gardener might look after your crops for you." + "name": "Fishing spot", + "id": "310" }, { - "id": "8042", - "name": "Squire Fyre" + "name": "Fishing spot", + "id": "311" }, { - "id": "8043", - "name": "Squire Fyre" + "name": "Fishing spot", + "id": "312" }, { - "id": "8044", - "name": "Orry" + "name": "Fishing spot", + "id": "313" }, { - "id": "8045", - "name": "Orry" + "name": "Fishing spot", + "id": "314" }, { - "id": "8046", - "name": "Ube" + "name": "Fishing spot", + "id": "315" }, { - "id": "8047", - "name": "Ube" + "name": "Fishing spot", + "id": "316" }, { - "id": "8048", - "name": "Waldo" + "name": "Fishing spot", + "id": "317" }, { - "id": "8049", - "name": "Waldo" + "name": "Fishing spot", + "id": "318" }, { - "id": "8050", - "name": "Gjalp" + "name": "Fishing spot", + "id": "319" }, { - "id": "8051", - "name": "Gjalp" + "name": "Fishing spot", + "id": "320" }, { - "id": "8052", - "name": "Brother Fintan" + "name": "Fishing spot", + "id": "321" }, { - "id": "8053", - "name": "Brother Fintan" + "name": "Fishing spot", + "id": "322" }, { - "id": "8054", - "name": "Stubthumb" + "name": "Fishing spot", + "id": "324" }, { - "id": "8055", - "name": "Stubthumb" + "name": "Fishing spot", + "id": "325" }, { - "id": "8056", - "name": "Stubthumb" + "name": "Fishing spot", + "id": "326" }, { - "id": "8057", - "name": "Doronbol" + "name": "Fishing spot", + "id": "327" }, { - "id": "8058", - "name": "Doronbol" + "name": "Fishing spot", + "id": "328" }, { - "id": "8059", - "name": "Crate" + "name": "Fishing spot", + "id": "329" }, { - "id": "8060", - "name": "Crate" + "name": "Fishing spot", + "id": "330" }, { - "id": "8061", - "name": "Egg" + "name": "Fishing spot", + "id": "331" }, { - "id": "8062", - "name": "Egg" + "name": "Fishing spot", + "id": "332" }, { - "id": "8063", - "name": "Nanuq" + "name": "Fishing spot", + "id": "333" }, { - "id": "8064", - "name": "Nanuq" + "name": "Fishing spot", + "id": "334" }, { - "id": "8065", - "name": "Pumpkin" + "name": "Da Vinci", + "id": "337" + }, + { + "name": "Guidor", + "id": "343" + }, + { + "name": "Kilron", + "id": "349" + }, + { + "name": "Omart", + "id": "350" + }, + { + "name": "Jerico", + "id": "366" + }, + { + "examine": "Owner of the banana plantation.", + "name": "Luthas", + "id": "379" + }, + { + "name": "Dwarf", + "id": "381" + }, + { + "name": "Stankers", + "id": "383" + }, + { + "name": "Legends guard", + "id": "399" + }, + { + "name": "Radimus Erkle", + "id": "400" + }, + { + "name": "Fishing spot", + "id": "403" + }, + { + "name": "Fishing spot", + "id": "404" + }, + { + "name": "Fishing spot", + "id": "405" + }, + { + "name": "Fishing spot", + "id": "406" + }, + { + "name": "Genie", + "id": "409" + }, + { + "name": "Mysterious Old Man", + "id": "410" + }, + { + "name": "Cyrisus", + "id": "431" + }, + { + "name": "Cyrisus", + "id": "433" + }, + { + "name": "Cyrisus", + "id": "434" + }, + { + "name": "Fallen Man", + "id": "436" + }, + { + "name": "Murphy", + "id": "463" + }, + { + "name": "Murphy", + "id": "464" + }, + { + "name": "Murphy", + "id": "465" + }, + { + "name": "Murphy", + "id": "466" + }, + { + "name": "Shark", + "id": "467" + }, + { + "name": "Shark", + "id": "468" + }, + { + "name": "Bolkoy", + "id": "471" + }, + { + "name": "Remsai", + "id": "472" + }, + { + "name": "Khazard trooper", + "id": "473" + }, + { + "name": "Gnome troop", + "id": "480" + }, + { + "name": "Local Gnome", + "id": "484" + }, + { + "name": "Kalron", + "id": "486" + }, + { + "examine": "A cart driver; it looks like he's quite experienced.", + "name": "Hajedy", + "id": "510" + }, + { + "examine": "A cart driver; it looks like he's quite experienced.", + "name": "Vigroy", + "id": "511" + }, + { + "examine": "This is Yohnus - he runs the local blacksmiths.", + "name": "Yohnus", + "id": "513" + }, + { + "examine": "This is Seravel. He sells tickets for the 'Lady of the Waves.'", + "name": "Seravel", + "id": "514" + }, + { + "name": "Valaine", + "id": "536" + }, + { + "name": "Scavvo", + "id": "537" + }, + { + "name": "Aubury", + "id": "553" + }, + { + "examine": "Goods for sale and trade.", + "name": "Jiminua", + "id": "560" + }, + { + "name": "Arhein", + "id": "563" + }, + { + "name": "Lunderwin", + "id": "565" + }, + { + "examine": "Appears slightly drunk.", + "name": "Zambo", + "id": "568" + }, + { + "name": "Hickton", + "id": "575" + }, + { + "name": "Harry", + "id": "576" + }, + { + "name": "Frincos", + "id": "578" + }, + { + "name": "Herquin", + "id": "584" + }, + { + "name": "Rommik", + "id": "585" + }, + { + "examine": "An amulet trader.", + "name": "Davon", + "id": "588" + }, + { + "name": "Zenesha", + "id": "589" + }, + { + "name": "Aemad", + "id": "590" + }, + { + "name": "Kortan", + "id": "591" + }, + { + "name": "Roachey", + "id": "592" + }, + { + "name": "Frenita", + "id": "593" + }, + { + "name": "Nurmof", + "id": "594" + }, + { + "name": "Noterazzo", + "id": "597" + }, + { + "name": "Hudo", + "id": "600" + }, + { + "name": "Rometti", + "id": "601" + }, + { + "name": "Gulluck", + "id": "602" + }, + { + "name": "Heckel Funch", + "id": "603" + }, + { + "name": "Gunnjorn", + "id": "607" + }, + { + "name": "Sir Amik Varze", + "id": "608" + }, + { + "name": "Greldo", + "id": "612" + }, + { + "name": "Gnome baller", + "id": "622" + }, + { + "name": "Gnome baller", + "id": "623" + }, + { + "name": "Gnome baller", + "id": "624" + }, + { + "name": "Gnome baller", + "id": "625" + }, + { + "name": "Gnome baller", + "id": "626" + }, + { + "name": "Gnome baller", + "id": "627" + }, + { + "name": "Gnome baller", + "id": "628" + }, + { + "name": "Gnome baller", + "id": "629" + }, + { + "name": "Gnome baller", + "id": "630" + }, + { + "name": "Gnome baller", + "id": "631" + }, + { + "name": "Gnome baller", + "id": "632" + }, + { + "name": "Gnome winger", + "id": "634" + }, + { + "name": "Cheerleader", + "id": "636" + }, + { + "name": "Katrine", + "id": "642" + }, + { + "name": "Straven", + "id": "644" + }, + { + "name": "King Roald", + "id": "647" + }, + { + "name": "Fairy Queen", + "id": "653" + }, + { + "name": "Shamus", + "id": "654" + }, + { + "name": "Megan", + "id": "661" + }, + { + "name": "Lucy", + "id": "662" + }, + { + "name": "Boot", + "id": "664" + }, + { + "name": "Caleb", + "id": "666" + }, + { + "name": "Johnathon", + "id": "668" + }, + { + "name": "Hazelmere", + "id": "669" + }, + { + "name": "Glough", + "id": "671" + }, + { + "name": "Anita", + "id": "672" + }, + { + "name": "Charlie", + "id": "673" + }, + { + "examine": "Builds ships for a living.", + "name": "Shipyard worker", + "id": "675" + }, + { + "name": "Femi", + "id": "676" + }, + { + "name": "Tower Advisor", + "id": "685" + }, + { + "name": "Tower Advisor", + "id": "686" + }, + { + "name": "Tower Advisor", + "id": "687" + }, + { + "name": "Competition Judge", + "id": "693" + }, + { + "name": "Bailey", + "id": "695" + }, + { + "name": "Holgart", + "id": "697" + }, + { + "name": "Holgart", + "id": "699" + }, + { + "name": "Holgart", + "id": "700" + }, + { + "name": "Kent", + "id": "701" + }, + { + "name": "Fisherman", + "id": "702" + }, + { + "name": "Fisherman", + "id": "703" + }, + { + "name": "Fisherman", + "id": "704" + }, + { + "name": "Alrena", + "id": "710" + }, + { + "name": "Bravek", + "id": "711" + }, + { + "name": "Carla", + "id": "712" + }, + { + "name": "Ted Rehnison", + "id": "721" + }, + { + "name": "Martha Rehnison", + "id": "722" + }, + { + "name": "Billy Rehnison", + "id": "723" + }, + { + "name": "Milli Rehnison", + "id": "724" + }, + { + "name": "Jethick", + "id": "725" + }, + { + "examine": "A wise old witch doctor.", + "name": "Trufitus", + "id": "740" + }, + { + "name": "Oracle", + "id": "746" + }, + { + "name": "Angry barbarian spirit", + "id": "748" + }, + { + "name": "Peaceful barbarian spirit", + "id": "754" + }, + { + "name": "Kittens", + "id": "759" + }, + { + "name": "Kitten", + "id": "761" + }, + { + "name": "Kitten", + "id": "762" + }, + { + "name": "Kitten", + "id": "763" + }, + { + "name": "Kitten", + "id": "764" + }, + { + "name": "Kitten", + "id": "765" + }, + { + "name": "Kitten", + "id": "766" + }, + { + "name": "Cat", + "id": "768" + }, + { + "name": "Cat", + "id": "769" + }, + { + "name": "Cat", + "id": "770" + }, + { + "name": "Cat", + "id": "771" + }, + { + "name": "Cat", + "id": "772" + }, + { + "name": "Cat", + "id": "773" + }, + { + "name": "Overgrown cat", + "id": "774" + }, + { + "name": "Overgrown cat", + "id": "775" + }, + { + "name": "Overgrown cat", + "id": "776" + }, + { + "name": "Overgrown cat", + "id": "777" + }, + { + "name": "Overgrown cat", + "id": "779" + }, + { + "name": "Gertrude", + "id": "780" + }, + { + "name": "Philop", + "id": "782" + }, + { + "name": "Kanel", + "id": "784" + }, + { + "examine": "A diligent guard.", + "name": "Garv", + "id": "788" + }, + { + "examine": "A rough looking thief.", + "name": "Grubor", + "id": "789" + }, + { + "name": "Seth", + "id": "791" + }, + { + "examine": "Looks like he's been in the wars.", + "name": "Grip", + "id": "792" + }, + { + "name": "Helemos", + "id": "797" + }, + { + "examine": "His job doesn't look very fun...", + "name": "Pierre", + "id": "807" + }, + { + "examine": "He looks kind of stuck up...", + "name": "Hobbes", + "id": "808" + }, + { + "examine": "She looks like she enjoys her job.", + "name": "Louisa", + "id": "809" + }, + { + "examine": "She looks very nervous...", + "name": "Mary", + "id": "810" + }, + { + "examine": "He looks like he spends a lot of time outdoor.", + "name": "Stanford", + "id": "811" + }, + { + "examine": "She's dressed in a red top and green trousers.", + "name": "Anna", + "id": "814" + }, + { + "examine": "He's dressed all in red.", + "name": "Bob", + "id": "815" + }, + { + "examine": "She's wearing a blue top and red trousers.", + "name": "Carol", + "id": "816" + }, + { + "examine": "He's dressed all in green.", + "name": "David", + "id": "817" + }, + { + "examine": "She's wearing a green top and blue trousers.", + "name": "Elizabeth", + "id": "818" + }, + { + "examine": "He's dressed all in blue.", + "name": "Frank", + "id": "819" + }, + { + "name": "Ana", + "id": "822" + }, + { + "name": "Ana", + "id": "823" + }, + { + "name": "Female slave", + "id": "824" + }, + { + "name": "Escaping slave", + "id": "826" + }, + { + "name": "Shanty Claws", + "id": "828" + }, + { + "name": "Mercenary Captain", + "id": "829" + }, + { + "name": "Al Shabim", + "id": "832" + }, + { + "name": "Horacio", + "id": "844" + }, + { + "examine": "A happening kind of guy!", + "name": "Kangai Mau", + "id": "846" + }, + { + "name": "Blurberry", + "id": "848" + }, + { + "name": "Barman", + "id": "849" + }, + { + "name": "Og", + "id": "853" + }, + { + "name": "Grew", + "id": "854" + }, + { + "name": "Toban", + "id": "855" + }, + { + "name": "Ogre guard", + "id": "857" + }, + { + "name": "Ogre guard", + "id": "860" + }, + { + "name": "Ogre guard", + "id": "861" + }, + { + "name": "Skavid", + "id": "865" + }, + { + "name": "Skavid", + "id": "866" + }, + { + "name": "Skavid", + "id": "867" + }, + { + "name": "Skavid", + "id": "868" + }, + { + "name": "Skavid", + "id": "869" + }, + { + "name": "Watchtower Wizard", + "id": "871" + }, + { + "name": "Ogre trader", + "id": "876" + }, + { + "name": "Weakened Delrith", + "id": "880" + }, + { + "examine": "The Carnillean family chef.", + "name": "Claus the chef", + "id": "886" + }, + { + "name": "Philipe Carnillean", + "id": "888" + }, + { + "examine": "Ceril Carnillean's wife.", + "name": "Henryeta Carnillean", + "id": "889" + }, + { + "examine": "The Carnellian family butler.", + "name": "Butler Jones", + "id": "890" + }, + { + "examine": "Leader of the Hazeel cult.", + "name": "Alomone", + "id": "891" + }, + { + "name": "Hazeel", + "id": "892" + }, + { + "name": "Nora T. Hagg", + "id": "896" + }, + { + "name": "Mouse", + "id": "901" + }, + { + "name": "Gundai", + "id": "902" + }, + { + "name": "Lundail", + "id": "903" + }, + { + "name": "Kolodion", + "id": "906" + }, + { + "name": "Ned", + "id": "918" + }, + { + "name": "Prince Ali", + "id": "921" + }, + { + "name": "Border Guard", + "id": "926" + }, + { + "name": "Fishing spot", + "id": "927" + }, + { + "name": "Gujuo", + "id": "928" + }, + { + "name": "Ungadulu", + "id": "929" + }, + { + "name": "Ungadulu", + "id": "930" + }, + { + "name": "Siegfried Erkle", + "id": "933" + }, + { + "name": "Viyeldi", + "id": "935" + }, + { + "name": "San Tojalon", + "id": "936" + }, + { + "name": "Irvig Senay", + "id": "937" + }, + { + "name": "Echned Zekin", + "id": "940" + }, + { + "name": "Fishing spot", + "id": "952" + }, + { + "name": "Banker", + "id": "953" + }, + { + "name": "Kardia", + "id": "992" + }, + { + "name": "Niloof", + "id": "994" + }, + { + "name": "Lord Iban", + "id": "1003" + }, + { + "name": "Hamid", + "id": "1008" + }, + { + "name": "Fycie", + "id": "1011" + }, + { + "name": "Bugs", + "id": "1012" + }, + { + "name": "Bloated Toad", + "id": "1014" + }, + { + "name": "Chompy bird", + "id": "1016" + }, + { + "name": "Baby impling", + "id": "1024" + }, + { + "name": "Banker", + "id": "1036" + }, + { + "name": "Rufus", + "id": "1038" + }, + { + "name": "Barker", + "id": "1039" + }, + { + "name": "Fidelio", + "id": "1040" + }, + { + "name": "Sbott", + "id": "1041" + }, + { + "name": "Roavar", + "id": "1042" + }, + { + "name": "Will o' the wisp", + "id": "1043" + }, + { + "name": "Drezel", + "id": "1047" + }, + { + "name": "Mime", + "id": "1056" + }, + { + "name": "Saba", + "id": "1070" + }, + { + "name": "Tenzing", + "id": "1071" + }, + { + "name": "Archer", + "id": "1075" + }, + { + "name": "Bob", + "id": "1091" + }, + { + "name": "Billy", + "id": "1093" + }, + { + "name": "Mountain goat", + "id": "1094" + }, + { + "name": "Eadgar", + "id": "1113" + }, + { + "name": "Godric", + "id": "1114" + }, + { + "name": "Kalphite Queen", + "id": "1159" + }, + { + "examine": "The imposing Chief of Tai Bwo Wannai.", + "name": "Timfraku", + "id": "1162" + }, + { + "examine": "A rather depressed looking fisherman.", + "name": "Tiadeche", + "id": "1163" + }, + { + "examine": "A rather depressed looking fisherman.", + "name": "Tiadeche", + "id": "1164" + }, + { + "name": "Tinsay", + "id": "1165" + }, + { + "name": "Tinsay", + "id": "1166" + }, + { + "examine": "A hunter who long ago succumbed to blood lust.", + "name": "Tamayu", + "id": "1167" + }, + { + "name": "Tamayu", + "id": "1168" + }, + { + "name": "Tamayu", + "id": "1169" + }, + { + "name": "Tamayu", + "id": "1170" + }, + { + "examine": "A crotchety old fisherman who doesn't like young whippersnappers.", + "name": "Lubufu", + "id": "1171" + }, + { + "name": "The Shaikahan", + "id": "1173" + }, + { + "name": "Fishing spot", + "id": "1174" + }, + { + "name": "Fishing spot", + "id": "1175" + }, + { + "name": "Fishing spot", + "id": "1177" + }, + { + "name": "Fishing spot", + "id": "1178" + }, + { + "examine": "A sea bird.", + "name": "Cormorant", + "id": "1180" + }, + { + "examine": "A sea bird.", + "name": "Pelican", + "id": "1181" + }, + { + "name": "Lord Iorwerth", + "id": "1182" + }, + { + "name": "Idris", + "id": "1186" + }, + { + "name": "Essyllt", + "id": "1187" + }, + { + "name": "Morvran", + "id": "1188" + }, + { + "name": "Fishing spot", + "id": "1189" + }, + { + "name": "Fishing spot", + "id": "1190" + }, + { + "name": "Fishing spot", + "id": "1191" + }, + { + "name": "Arianwyn", + "id": "1202" + }, + { + "name": "Tyras guard", + "id": "1205" + }, + { + "name": "Quartermaster", + "id": "1207" + }, + { + "name": "Spider", + "id": "1221" + }, + { + "name": "Mist", + "id": "1222" + }, + { + "name": "Vampyric hound", + "id": "1224" + }, + { + "name": "Tree", + "id": "1226" + }, + { + "name": "Fishing spot", + "id": "1236" + }, + { + "name": "Fishing spot", + "id": "1237" + }, + { + "name": "Fishing spot", + "id": "1238" + }, + { + "name": "Shade Spirit", + "id": "1242" + }, + { + "name": "Afflicted(Ulsquire)", + "id": "1251" + }, + { + "name": "Ulsquire Shauncy", + "id": "1252" + }, + { + "name": "Afflicted(Razmire)", + "id": "1253" + }, + { + "name": "Razmire Keelgan", + "id": "1254" + }, + { + "name": "Mort'ton Local", + "id": "1255" + }, + { + "name": "Mort'ton Local", + "id": "1256" + }, + { + "name": "Mort'ton local", + "id": "1259" + }, + { + "name": "Mort'ton local", + "id": "1260" + }, + { + "name": "Butterfly", + "id": "1280" + }, + { + "name": "Bjorn", + "id": "1284" + }, + { + "name": "Eldgrim", + "id": "1285" + }, + { + "name": "Askeladden", + "id": "1295" + }, + { + "name": "Town Guard", + "id": "1299" + }, + { + "name": "Freygerd", + "id": "1310" + }, + { + "name": "Lensa", + "id": "1311" + }, + { + "name": "Jennella", + "id": "1312" + }, + { + "name": "Gull", + "id": "1322" + }, + { + "name": "Gull", + "id": "1323" + }, + { + "name": "Gull", + "id": "1324" + }, + { + "name": "Gull", + "id": "1325" + }, + { + "name": "Fishing spot", + "id": "1331" + }, + { + "name": "Fishing spot", + "id": "1332" + }, + { + "name": "Fishing spot", + "id": "1333" + }, + { + "name": "Jossik", + "id": "1334" + }, + { + "name": "Jossik", + "id": "1335" + }, + { + "name": "Larrissa", + "id": "1336" + }, + { + "name": "Larrissa", + "id": "1337" + }, + { + "name": "Dagannoth mother", + "id": "1348" + }, + { + "name": "Dagannoth mother", + "id": "1349" + }, + { + "name": "Dagannoth mother", + "id": "1350" + }, + { + "name": "Queen Sigrid", + "id": "1359" + }, + { + "name": "Arnor", + "id": "1361" + }, + { + "name": "Haming", + "id": "1362" + }, + { + "name": "Moldof", + "id": "1363" + }, + { + "name": "Helga", + "id": "1364" + }, + { + "name": "Matilda", + "id": "1365" + }, + { + "name": "Ashild", + "id": "1366" + }, + { + "name": "Prince Brand", + "id": "1371" + }, + { + "name": "Princess Astrid", + "id": "1372" + }, + { + "name": "King Vargas", + "id": "1373" + }, + { + "name": "Advisor Ghrim", + "id": "1375" + }, + { + "name": "Halla", + "id": "1383" + }, + { + "name": "Yrsa", + "id": "1384" + }, + { + "name": "Thora", + "id": "1387" + }, + { + "name": "Fishing spot", + "id": "1399" + }, + { + "name": "Gull", + "id": "1400" + }, + { + "name": "Fishing spot", + "id": "1405" + }, + { + "name": "Fishing spot", + "id": "1406" + }, + { + "name": "Daero", + "id": "1407" + }, + { + "name": "Waydar", + "id": "1408" + }, + { + "name": "Waydar", + "id": "1409" + }, + { + "name": "Waydar", + "id": "1410" + }, + { + "name": "Garkor", + "id": "1411" + }, + { + "name": "Garkor", + "id": "1412" + }, + { + "name": "Lumo", + "id": "1413" + }, + { + "name": "Lumo", + "id": "1414" + }, + { + "name": "Bunkdo", + "id": "1415" + }, + { + "name": "Bunkdo", + "id": "1416" + }, + { + "name": "Carado", + "id": "1417" + }, + { + "name": "Carado", + "id": "1418" + }, + { + "name": "Karam", + "id": "1420" + }, + { + "name": "Karam", + "id": "1421" + }, + { + "name": "Karam", + "id": "1422" + }, + { + "name": "Bunkwicket", + "id": "1423" + }, + { + "name": "Waymottin", + "id": "1424" + }, + { + "name": "Zooknock", + "id": "1425" + }, + { + "name": "Zooknock", + "id": "1426" + }, + { + "name": "G.L.O. Caranock", + "id": "1428" + }, + { + "name": "Dugopul", + "id": "1429" + }, + { + "name": "Salenab", + "id": "1430" + }, + { + "name": "Trefaji", + "id": "1431" + }, + { + "name": "Aberab", + "id": "1432" + }, + { + "name": "Solihib", + "movement_radius": "1", + "id": "1433" + }, + { + "name": "Daga", + "id": "1434" + }, + { + "name": "Tutab", + "id": "1435" + }, + { + "name": "Ifaba", + "id": "1436" + }, + { + "name": "Hamab", + "id": "1437" + }, + { + "name": "Hafuba", + "id": "1438" + }, + { + "name": "Denadu", + "id": "1439" + }, + { + "name": "Lofu", + "id": "1440" + }, + { + "name": "Kruk", + "id": "1441" + }, + { + "name": "Awowogei", + "id": "1448" + }, + { + "name": "Uwogo", + "id": "1449" + }, + { + "name": "Muruwoi", + "id": "1450" + }, + { + "name": "Elder Guard", + "id": "1462" + }, + { + "name": "Bonzara", + "id": "1468" + }, + { + "name": "Foreman", + "id": "1470" + }, + { + "name": "Spider", + "id": "1474" + }, + { + "name": "Gorilla", + "id": "1482" + }, + { + "name": "Dummy", + "id": "1488" + }, + { + "name": "Dummy", + "id": "1489" + }, + { + "name": "Dummy", + "id": "1490" + }, + { + "name": "Dummy", + "id": "1491" + }, + { + "name": "Dummy", + "id": "1492" + }, + { + "name": "Dummy", + "id": "1493" + }, + { + "name": "Dummy", + "id": "1494" + }, + { + "name": "Dummy", + "id": "1495" + }, + { + "name": "Dummy", + "id": "1496" + }, + { + "name": "Dummy", + "id": "1497" + }, + { + "name": "Dummy", + "id": "1498" + }, + { + "name": "Dummy", + "id": "1499" + }, + { + "name": "Dummy", + "id": "1500" + }, + { + "name": "Dummy", + "id": "1501" + }, + { + "name": "Dummy", + "id": "1502" + }, + { + "name": "Dummy", + "id": "1503" + }, + { + "name": "Dummy", + "id": "1504" + }, + { + "name": "Dummy", + "id": "1505" + }, + { + "name": "Dummy", + "id": "1506" + }, + { + "name": "Dummy", + "id": "1507" + }, + { + "name": "Forester", + "id": "1508" + }, + { + "name": "Woman-at-arms", + "id": "1509" + }, + { + "name": "Apprentice", + "id": "1510" + }, + { + "name": "Ranger", + "id": "1511" + }, + { + "name": "Adventurer", + "id": "1512" + }, + { + "name": "Mage", + "id": "1513" + }, + { + "name": "Nail beast", + "id": "1515" + }, + { + "name": "Nail beast", + "id": "1522" + }, + { + "name": "Nail beast", + "id": "1523" + }, + { + "name": "Undead Lumberjack", + "id": "1525" + }, + { + "name": "Lanthus", + "id": "1526" + }, + { + "name": "Mine cart", + "id": "1527" + }, + { + "name": "Sheep", + "id": "1529" + }, + { + "name": "Rabbit", + "id": "1530" + }, + { + "name": "Loading crane", + "id": "1542" + }, + { + "name": "Innocent-looking key", + "id": "1543" + }, + { + "name": "Mine cart", + "id": "1544" + }, + { + "name": "Mine cart", + "id": "1545" + }, + { + "name": "Mine cart", + "id": "1546" + }, + { + "name": "Mine cart", + "id": "1547" + }, + { + "name": "Mine cart", + "id": "1548" + }, + { + "name": "Santa", + "id": "1552" + }, + { + "name": "Aga", + "id": "1554" + }, + { + "name": "Arrg", + "id": "1555" + }, + { + "name": "Ice wolf", + "id": "1559" + }, + { + "name": "Curpile Fyod", + "id": "1568" + }, + { + "name": "Veliaf Hurtz", + "id": "1569" + }, + { + "name": "Sani Piliu", + "id": "1570" + }, + { + "name": "Harold Evans", + "id": "1571" + }, + { + "name": "Radigad Ponfit", + "id": "1572" + }, + { + "name": "Polmafi Ferdygris", + "id": "1573" + }, + { + "name": "Ivan Strom", + "id": "1574" + }, + { + "name": "Skeleton Hellhound", + "id": "1575" + }, + { + "name": "Stranger", + "id": "1576" + }, + { + "name": "Vanstrom Klause", + "id": "1577" + }, + { + "name": "Mist", + "id": "1578" + }, + { + "name": "Vanstrom Klause", + "id": "1579" + }, + { + "name": "Vanstrom Klause", + "id": "1580" + }, + { + "name": "Vanstrom Klause", + "id": "1581" + }, + { + "examine": "Looks like he wants money.", + "name": "Saniboch", + "id": "1595" + }, + { + "name": "Vannaka", + "id": "1596" + }, + { + "name": "Cave crawler", + "id": "1599" + }, + { + "name": "Skullball", + "id": "1659" + }, + { + "name": "Agility Trainer", + "id": "1664" + }, + { + "name": "Dr Fenkenstrain", + "id": "1666" + }, + { + "name": "Fenkenstrain's Monster", + "id": "1671" + }, + { + "name": "Lord Rologarth", + "id": "1674" + }, + { + "name": "Eluned", + "id": "1679" + }, + { + "name": "Islwyn", + "id": "1680" + }, + { + "name": "Golrie", + "id": "1682" + }, + { + "name": "Velorina", + "id": "1683" + }, + { + "name": "Gravingas", + "id": "1685" + }, + { + "name": "Ak-Haranu", + "id": "1687" + }, + { + "name": "Undead cow", + "id": "1689" + }, + { + "name": "Robin", + "id": "1694" + }, + { + "name": "Johanhus Ulsbrecht", + "id": "1709" + }, + { + "name": "Tree", + "id": "1719" + }, + { + "name": "Tree", + "id": "1720" + }, + { + "name": "Tree", + "id": "1721" + }, + { + "name": "Dead tree", + "id": "1722" + }, + { + "name": "Dead tree", + "id": "1723" + }, + { + "name": "Dead tree", + "id": "1724" + }, + { + "name": "Dead tree", + "id": "1725" + }, + { + "name": "Dead tree", + "id": "1726" + }, + { + "name": "Dead tree", + "id": "1727" + }, + { + "name": "Dead tree", + "id": "1728" + }, + { + "name": "Dead tree", + "id": "1729" + }, + { + "name": "Dead tree", + "id": "1730" + }, + { + "name": "Dead tree", + "id": "1731" + }, + { + "name": "Dramen tree", + "id": "1732" + }, + { + "name": "Magic tree", + "id": "1734" + }, + { + "name": "Maple tree", + "id": "1735" + }, + { + "name": "Willow", + "id": "1736" + }, + { + "name": "Willow", + "id": "1737" + }, + { + "name": "Willow", + "id": "1738" + }, + { + "name": "Hollow tree", + "id": "1749" + }, + { + "name": "Hollow tree", + "id": "1750" + }, + { + "name": "Mounted terrorbird gnome", + "id": "1753" + }, + { + "name": "Crow", + "id": "1756" + }, + { + "name": "Sheep", + "id": "1762" + }, + { + "name": "Sheep", + "id": "1764" + }, + { + "name": "Sheep", + "id": "1765" + }, + { + "name": "Ilfeen", + "id": "1777" + }, + { + "name": "William", + "id": "1778" + }, + { + "name": "Ian", + "id": "1779" + }, + { + "name": "Larry", + "id": "1780" + }, + { + "name": "Darren", + "id": "1781" + }, + { + "name": "Edward", + "id": "1782" + }, + { + "name": "Neil", + "id": "1784" + }, + { + "name": "Simon", + "id": "1786" + }, + { + "name": "Sam", + "id": "1787" + }, + { + "name": "Lumdo", + "id": "1788" + }, + { + "name": "Bunkwicket", + "id": "1789" + }, + { + "name": "Waymottin", + "id": "1790" + }, + { + "name": "Jungle Tree", + "id": "1791" + }, + { + "name": "Jungle Tree", + "id": "1792" + }, + { + "name": "Tassie Slipcast", + "id": "1793" + }, + { + "name": "Phantuwti Fanstuwi Farsight", + "id": "1798" + }, + { + "name": "Tindel Marchant", + "id": "1799" + }, + { + "name": "Gnormadium Avlafrim", + "id": "1800" + }, + { + "name": "Petra Fiyed", + "id": "1801" + }, + { + "name": "Slagilith", + "id": "1804" + }, + { + "name": "Ragnar", + "id": "1808" + }, + { + "name": "Svidi", + "id": "1809" + }, + { + "name": "Jokul", + "id": "1810" + }, + { + "name": "The Kendal", + "id": "1811" + }, + { + "name": "Bald Headed Eagle", + "id": "1821" + }, + { + "name": "Frog", + "id": "1830" + }, + { + "name": "Easter Bunny", + "id": "1835" + }, + { + "name": "Dondakan the Dwarf", + "id": "1836" + }, + { + "name": "Dondakan the Dwarf", + "id": "1838" + }, + { + "name": "Dondakan the Dwarf", + "id": "1839" + }, + { + "name": "Rolad", + "id": "1841" + }, + { + "name": "Dwarven Boatman", + "id": "1845" + }, + { + "name": "Miodvetnir", + "id": "1847" + }, + { + "name": "Dernu", + "id": "1848" + }, + { + "name": "Derni", + "id": "1849" + }, + { + "name": "Brian", + "id": "1860" + }, + { + "name": "Ali Morrisane", + "id": "1862" + }, + { + "name": "Ali the Mayor", + "id": "1869" + }, + { + "name": "Bandit Leader", + "id": "1876" + }, + { + "name": "Bandit", + "id": "1879" + }, + { + "name": "Bandit", + "id": "1881" + }, + { + "name": "Sir Palomedes", + "id": "1882" + }, + { + "name": "Sir Palomedes", + "id": "1883" + }, + { + "examine": "A well dressed thief.", + "name": "Trobert", + "id": "1884" + }, + { + "name": "Villager", + "id": "1887" + }, + { + "name": "Villager", + "id": "1889" + }, + { + "name": "Villager", + "id": "1890" + }, + { + "name": "Villager", + "id": "1891" + }, + { + "name": "Villager", + "id": "1893" + }, + { + "name": "Villager", + "id": "1894" + }, + { + "name": "Villager", + "id": "1895" + }, + { + "name": "Villager", + "id": "1897" + }, + { + "name": "Villager", + "id": "1898" + }, + { + "name": "Menaphite Leader", + "id": "1899" + }, + { + "name": "Menaphite Thug", + "id": "1903" + }, + { + "name": "Broken clay golem", + "id": "1907" + }, + { + "name": "Damaged clay golem", + "id": "1909" + }, + { + "name": "Clay golem", + "id": "1910" + }, + { + "name": "Elissa", + "id": "1912" + }, + { + "name": "Eblis", + "id": "1922" + }, + { + "name": "Eblis", + "id": "1924" + }, + { + "name": "Bandit", + "id": "1927" + }, + { + "name": "Bandit", + "id": "1928" + }, + { + "name": "Bandit", + "id": "1929" + }, + { + "name": "Bandit", + "id": "1930" + }, + { + "name": "Troll child", + "id": "1932" + }, + { + "name": "Troll child", + "id": "1934" + }, + { + "name": "Mummy", + "id": "1957" + }, + { + "name": "Mummy", + "id": "1959" + }, + { + "name": "Mummy ashes", + "id": "1960" + }, + { + "name": "Mummy", + "id": "1966" + }, + { + "name": "Mummy", + "id": "1968" + }, + { + "name": "Azzanadra", + "id": "1970" + }, + { + "name": "Raetul", + "id": "1982" + }, + { + "name": "Siamun", + "id": "1983" + }, + { + "name": "High Priest", + "id": "1984" + }, + { + "name": "Priest", + "id": "1987" + }, + { + "name": "Priest", + "id": "1989" + }, + { + "name": "Sphinx", + "id": "1990" + }, + { + "name": "Neite", + "id": "1992" + }, + { + "name": "Vulture", + "id": "1996" + }, + { + "name": "Plague cow", + "id": "2000" + }, + { + "name": "Wanderer", + "id": "2002" + }, + { + "name": "Wanderer", + "id": "2006" + }, + { + "name": "Het", + "id": "2007" + }, + { + "name": "Apmeken", + "id": "2008" + }, + { + "name": "Scabaras", + "id": "2009" + }, + { + "name": "Crondis", + "id": "2010" + }, + { + "name": "Icthlarin", + "id": "2011" + }, + { + "name": "Klenter", + "id": "2013" + }, + { + "name": "Light creature", + "id": "2020" + }, + { + "name": "Light creature", + "id": "2022" + }, + { + "name": "Juna", + "id": "2023" + }, + { + "name": "Grish", + "id": "2038" + }, + { + "name": "Uglug Nar", + "id": "2039" + }, + { + "name": "Pilg", + "id": "2040" + }, + { + "name": "Grug", + "id": "2041" + }, + { + "name": "Ogre guard", + "id": "2042" + }, + { + "name": "Ogre guard", + "id": "2043" + }, + { + "name": "Zavistic Rarve", + "id": "2059" + }, + { + "name": "Sithik Ints", + "id": "2061" + }, + { + "name": "Sithik Ints", + "id": "2062" + }, + { + "name": "Gargh", + "id": "2063" + }, + { + "name": "Scarg", + "id": "2064" + }, + { + "name": "Gruh", + "id": "2065" + }, + { + "name": "Irwin Feaselbaum", + "id": "2066" + }, + { + "name": "Fishing spot", + "id": "2068" + }, + { + "name": "Sigmund", + "id": "2079" + }, + { + "name": "Sigmund", + "id": "2083" + }, + { + "name": "Mistag", + "id": "2084" + }, + { + "name": "Kazgar", + "id": "2085" + }, + { + "name": "Ur-tag", + "id": "2087" + }, + { + "name": "Duke Horacio", + "id": "2088" + }, + { + "name": "Mistag", + "id": "2089" + }, + { + "name": "Sigmund", + "id": "2090" + }, + { + "name": "Red Axe Secretary", + "id": "2099" + }, + { + "name": "Red Axe Director", + "id": "2107" + }, + { + "name": "Red Axe Cat", + "id": "2108" + }, + { + "name": "Trader", + "id": "2123" + }, + { + "name": "Trader", + "id": "2125" + }, + { + "name": "Supreme Commander", + "id": "2128" + }, + { + "name": "Commander Veldaban", + "id": "2129" + }, + { + "name": "Gnome emissary", + "id": "2137" + }, + { + "name": "Riki the sculptor's model", + "id": "2142" + }, + { + "name": "Riki the sculptor's model", + "id": "2144" + }, + { + "name": "Riki the sculptor's model", + "id": "2145" + }, + { + "name": "Riki the sculptor's model", + "id": "2146" + }, + { + "name": "Riki the sculptor's model", + "id": "2147" + }, + { + "name": "Riki the sculptor's model", + "id": "2148" + }, + { + "name": "Riki the sculptor's model", + "id": "2149" + }, + { + "name": "Riki the sculptor's model", + "id": "2150" + }, + { + "name": "Vigr", + "id": "2151" + }, + { + "name": "Santiri", + "id": "2152" + }, + { + "name": "Saro", + "id": "2153" + }, + { + "name": "Wemund", + "id": "2155" + }, + { + "name": "Randivor", + "id": "2156" + }, + { + "name": "Hervi", + "id": "2157" + }, + { + "name": "Gulldamar", + "id": "2159" + }, + { + "name": "Agmundi", + "id": "2161" + }, + { + "name": "Vermundi", + "id": "2162" + }, + { + "name": "Assistant", + "id": "2166" + }, + { + "name": "Dromund", + "id": "2169" + }, + { + "name": "Inn Keeper", + "id": "2176" + }, + { + "name": "Barman", + "id": "2179" + }, + { + "name": "Hegir", + "id": "2188" + }, + { + "name": "Haera", + "id": "2189" + }, + { + "name": "Reinald", + "id": "2194" + }, + { + "name": "Gauss", + "id": "2196" + }, + { + "name": "Myndill", + "id": "2197" + }, + { + "name": "Tombar", + "id": "2199" + }, + { + "name": "Odmar", + "id": "2200" + }, + { + "name": "Drunken Dwarf", + "id": "2204" + }, + { + "name": "Dwarven Miner", + "id": "2208" + }, + { + "name": "Dwarven Miner", + "id": "2209" + }, + { + "name": "Dwarven Miner", + "id": "2210" + }, + { + "name": "Dwarven Miner", + "id": "2211" + }, + { + "name": "Dwarven Miner", + "id": "2212" + }, + { + "name": "Dwarven Miner", + "id": "2213" + }, + { + "name": "Dwarven Miner", + "id": "2214" + }, + { + "name": "Dwarven Miner", + "id": "2215" + }, + { + "name": "Dwarven Miner", + "id": "2216" + }, + { + "name": "Dwarven Miner", + "id": "2217" + }, + { + "name": "Dwarven Miner", + "id": "2218" + }, + { + "name": "Purple Pewter Director", + "id": "2219" + }, + { + "name": "Purple Pewter Director", + "id": "2220" + }, + { + "name": "Blue Opal Director", + "id": "2221" + }, + { + "name": "Yellow Fortune Director", + "id": "2222" + }, + { + "name": "Green Gemstone Director", + "id": "2223" + }, + { + "name": "White Chisel Director", + "id": "2224" + }, + { + "name": "Silver Cog Director", + "id": "2225" + }, + { + "name": "Brown Engine Director", + "id": "2226" + }, + { + "name": "Red Axe Director", + "id": "2227" + }, + { + "name": "Commander Veldaban", + "id": "2228" + }, + { + "name": "Red Axe Cat", + "id": "2229" + }, + { + "name": "Red Axe Cat", + "id": "2230" + }, + { + "name": "Black Guard Berserker", + "id": "2231" + }, + { + "name": "Olivia", + "id": "2233" + }, + { + "name": "Donie", + "id": "2238" + }, + { + "name": "Pig", + "id": "2239" + }, + { + "name": "Gnome", + "id": "2251" + }, + { + "name": "Crow", + "id": "2252" + }, + { + "name": "Bed", + "id": "2254" + }, + { + "name": "Thing under the bed", + "id": "2255" + }, + { + "name": "Mage of Zamorak", + "id": "2257" + }, + { + "name": "Mage of Zamorak", + "id": "2259" + }, + { + "name": "Mage of Zamorak", + "id": "2260" + }, + { + "name": "Brian O'Richard", + "id": "2266" + }, + { + "name": "Rogue Guard", + "id": "2268" + }, + { + "name": "Martin Thwait", + "id": "2270" + }, + { + "name": "Spin Blades", + "id": "2273" + }, + { + "name": "Rug Merchant", + "id": "2295" + }, + { + "name": "Rug Merchant", + "id": "2297" + }, + { + "name": "Rug Station Attendant", + "id": "2299" + }, + { + "name": "Sarah", + "id": "2302" + }, + { + "name": "Vanessa", + "id": "2305" + }, + { + "name": "Richard", + "id": "2306" + }, + { + "name": "Alice", + "id": "2307" + }, + { + "name": "Capt' Arnav", + "id": "2308" + }, + { + "examine": "In his former life an expert brewer.", + "name": "Metarialus", + "id": "2322" + }, + { + "name": "Sick-looking sheep (1)", + "id": "2345" + }, + { + "name": "Sick-looking sheep (2)", + "id": "2346" + }, + { + "name": "Sick-looking sheep (3)", + "id": "2347" + }, + { + "name": "Sick-looking sheep (4)", + "id": "2348" + }, + { + "name": "Mourner", + "id": "2349" + }, + { + "name": "Mourner", + "id": "2350" + }, + { + "name": "Mourner", + "id": "2351" + }, + { + "name": "Eudav", + "id": "2352" + }, + { + "name": "Oronwen", + "id": "2353" + }, + { + "name": "Dalldav", + "id": "2356" + }, + { + "name": "Gethin", + "id": "2357" + }, + { + "name": "Arianwyn", + "id": "2358" + }, + { + "name": "Goreu", + "id": "2363" + }, + { + "name": "Ysgawyn", + "id": "2364" + }, + { + "name": "Arvel", + "id": "2365" + }, + { + "name": "Mawrth", + "id": "2366" + }, + { + "name": "Kelyn", + "id": "2367" + }, + { + "name": "Eoin", + "id": "2368" + }, + { + "name": "Iona", + "id": "2369" + }, + { + "name": "Gnome", + "id": "2370" + }, + { + "name": "Eluned", + "id": "2375" + }, + { + "name": "Sick-looking sheep (1)", + "id": "2377" + }, + { + "name": "Sick-looking sheep (2)", + "id": "2378" + }, + { + "name": "Sick-looking sheep (3)", + "id": "2379" + }, + { + "name": "Sick-looking sheep (4)", + "id": "2380" + }, + { + "name": "Cart conductor", + "id": "2403" + }, + { + "name": "Red Axe Director", + "id": "2410" + }, + { + "name": "Red Axe Director", + "id": "2411" + }, + { + "name": "Red Axe Henchman", + "id": "2412" + }, + { + "name": "Red Axe Henchman", + "id": "2413" + }, + { + "name": "Red Axe Henchman", + "id": "2414" + }, + { + "name": "Colonel Grimsson", + "id": "2415" + }, + { + "name": "Colonel Grimsson", + "id": "2416" + }, + { + "name": "Ogre shaman", + "id": "2417" + }, + { + "name": "Ogre shaman", + "id": "2418" + }, + { + "name": "Grunsh", + "id": "2419" + }, + { + "name": "Gnome emissary", + "id": "2420" + }, + { + "name": "Gnome companion", + "id": "2421" + }, + { + "name": "Gnome companion", + "id": "2422" + }, + { + "name": "Gunslik", + "id": "2424" + }, + { + "name": "Nolar", + "id": "2425" + }, + { + "name": "Factory Worker", + "id": "2426" + }, + { + "name": "Cart conductor", + "id": "2427" + }, + { + "name": "Gauss", + "id": "2428" + }, + { + "name": "Drunken Dwarf", + "id": "2429" + }, + { + "name": "Rowdy dwarf", + "id": "2430" + }, + { + "name": "Ulifed", + "id": "2431" + }, + { + "name": "Red Axe Henchman", + "id": "2432" + }, + { + "name": "Red Axe Henchman", + "id": "2433" + }, + { + "name": "Ogre shaman", + "id": "2434" + }, + { + "name": "Jarvald", + "id": "2435" + }, + { + "name": "Jarvald", + "id": "2437" + }, + { + "name": "Jarvald", + "id": "2438" + }, + { + "name": "Door-support", + "id": "2440" + }, + { + "name": "Door", + "id": "2441" + }, + { + "name": "Door", + "id": "2442" + }, + { + "name": "Door", + "id": "2444" + }, + { + "name": "Door", + "id": "2445" + }, + { + "name": "Door-support", + "id": "2446" + }, + { + "name": "Door", + "id": "2447" + }, + { + "name": "Door", + "id": "2448" + }, + { + "name": "Egg", + "id": "2449" + }, + { + "name": "Egg", + "id": "2450" + }, + { + "name": "Egg", + "id": "2451" + }, + { + "name": "Freaky Forester", + "id": "2458" + }, + { + "name": "Frog", + "id": "2469" + }, + { + "name": "Frog", + "id": "2470" + }, + { + "name": "Frog", + "id": "2471" + }, + { + "name": "Frog", + "id": "2472" + }, + { + "name": "Frog", + "id": "2473" + }, + { + "name": "Frog prince", + "id": "2474" + }, + { + "name": "Frog princess", + "id": "2475" + }, + { + "name": "Evil Bob", + "id": "2478" + }, + { + "name": "Servant", + "id": "2480" + }, + { + "name": "Bush snake", + "id": "2483" + }, + { + "name": "Broodoo victim", + "id": "2498" + }, + { + "name": "Broodoo victim", + "id": "2500" + }, + { + "name": "Broodoo victim", + "id": "2502" + }, + { + "name": "Sharimika", + "id": "2504" + }, + { + "name": "Mamma Bufetta", + "id": "2507" + }, + { + "name": "Layleen", + "id": "2510" + }, + { + "name": "Karaday", + "id": "2513" + }, + { + "name": "Safta Doc", + "id": "2516" + }, + { + "name": "Gabooty", + "id": "2519" + }, + { + "name": "Fanellaman", + "id": "2522" + }, + { + "name": "Jagbakoba", + "id": "2525" + }, + { + "name": "Murcaily", + "id": "2528" + }, + { + "name": "Rionasta", + "id": "2531" + }, + { + "name": "Mahogany", + "id": "2534" + }, + { + "name": "Teak", + "id": "2535" + }, + { + "name": "Niles", + "id": "2536" + }, + { + "name": "Miles", + "id": "2537" + }, + { + "name": "Giles", + "id": "2538" + }, + { + "name": "Dr Jekyll", + "id": "2540" + }, + { + "name": "Mr Hyde", + "id": "2541" + }, + { + "name": "Mr Hyde", + "id": "2542" + }, + { + "name": "Mr Hyde", + "id": "2543" + }, + { + "name": "Mr Hyde", + "id": "2544" + }, + { + "name": "Mr Hyde", + "id": "2545" + }, + { + "name": "Mr Hyde", + "id": "2546" + }, + { + "name": "Blackjack seller", + "id": "2548" + }, + { + "name": "Dwarven Miner", + "id": "2550" + }, + { + "name": "Dwarven Miner", + "id": "2551" + }, + { + "name": "Dwarven Miner", + "id": "2552" + }, + { + "name": "Tin ore", + "id": "2554" + }, + { + "name": "Copper ore", + "id": "2555" + }, + { + "name": "Iron ore", + "id": "2556" + }, + { + "name": "Mithril ore", + "id": "2557" + }, + { + "name": "Adamantite ore", + "id": "2558" + }, + { + "name": "Runite ore", + "id": "2559" + }, + { + "name": "Silver ore", + "id": "2560" + }, + { + "name": "Gold ore", + "id": "2561" + }, + { + "name": "Coal", + "id": "2562" + }, + { + "name": "Perfect gold ore", + "id": "2563" + }, + { + "name": "Wise Old Man", + "id": "2566" + }, + { + "name": "Wise Old Man", + "id": "2567" + }, + { + "name": "Banker", + "id": "2568" + }, + { + "name": "Banker", + "id": "2569" + }, + { + "name": "Banker", + "id": "2570" + }, + { + "name": "Pillory Guard", + "id": "2573" + }, + { + "name": "Purepker895", + "id": "2575" + }, + { + "name": "Qutiedoll", + "id": "2576" + }, + { + "name": "1337sp34kr", + "id": "2577" + }, + { + "name": "Elfinlocks", + "id": "2578" + }, + { + "name": "Cool Mom227", + "id": "2579" + }, + { + "name": "Ellamaria", + "id": "2581" + }, + { + "name": "Trolley", + "id": "2582" + }, + { + "name": "Trolley", + "id": "2583" + }, + { + "name": "Trolley", + "id": "2584" + }, + { + "name": "Billy, a guard of Falador", + "id": "2585" + }, + { + "name": "Bob, another guard of Falador", + "id": "2587" + }, + { + "name": "PKMaster0036", + "id": "2589" + }, + { + "name": "King Roald", + "id": "2590" + }, + { + "examine": "Another one of those mystic-types.", + "name": "TzHaar-Mej-Jal", + "id": "2617" + }, + { + "examine": "Another one of those mystic-types.", + "name": "TzHaar-Mej-Kah", + "id": "2618" + }, + { + "examine": "Maybe it'll guard my possessions.", + "name": "TzHaar-Ket-Zuh", + "id": "2619" + }, + { + "examine": "Wonder what it's making.", + "name": "TzHaar-Hur-Tel", + "id": "2620" + }, + { + "examine": "Wonder what it's making.", + "name": "TzHaar-Hur-Lek", + "id": "2622" + }, + { + "examine": "Another one of those mystic-types.", + "name": "TzHaar-Mej-Roh", + "id": "2623" + }, + { + "name": "TzHaar-Ket", + "id": "2624" + }, + { + "name": "TzHaar-Ket", + "id": "2625" + }, + { + "name": "Rocks", + "id": "2626" + }, + { + "name": "Tok-Xil", + "id": "2632" + }, + { + "name": "Wise Old Man", + "id": "2633" + }, + { + "name": "Bob", + "id": "2635" + }, + { + "name": "Bob", + "id": "2636" + }, + { + "name": "Sphinx", + "id": "2637" + }, + { + "name": "Neite", + "id": "2638" + }, + { + "name": "Robert the Strong", + "id": "2639" + }, + { + "name": "Odysseus", + "id": "2640" + }, + { + "name": "King Black Dragon", + "id": "2642" + }, + { + "name": "R4ng3rNo0b889", + "id": "2643" + }, + { + "name": "Love Cats", + "id": "2644" + }, + { + "name": "Love Cats", + "id": "2645" + }, + { + "name": "Neite", + "id": "2646" + }, + { + "name": "Bob", + "id": "2647" + }, + { + "name": "Beite", + "id": "2648" + }, + { + "name": "Gnome", + "id": "2649" + }, + { + "name": "Gnome", + "id": "2650" + }, + { + "name": "Odysseus", + "id": "2651" + }, + { + "name": "Neite", + "id": "2652" + }, + { + "name": "Unferth", + "id": "2654" + }, + { + "name": "Unferth", + "id": "2656" + }, + { + "name": "Unferth", + "id": "2657" + }, + { + "name": "Unferth", + "id": "2658" + }, + { + "name": "Unferth", + "id": "2659" + }, + { + "name": "Reldo", + "id": "2661" + }, + { + "name": "Lazy cat", + "id": "2662" + }, + { + "name": "Lazy cat", + "id": "2663" + }, + { + "name": "Lazy cat", + "id": "2664" + }, + { + "name": "Lazy cat", + "id": "2665" + }, + { + "name": "Lazy cat", + "id": "2666" + }, + { + "name": "Lazy cat", + "id": "2667" + }, + { + "name": "Wily cat", + "id": "2668" + }, + { + "name": "Wily cat", + "id": "2669" + }, + { + "name": "Wily cat", + "id": "2670" + }, + { + "name": "Wily cat", + "id": "2671" + }, + { + "name": "Wily cat", + "id": "2672" + }, + { + "name": "Wily cat", + "id": "2673" + }, + { + "name": "Make-over Mage", + "id": "2676" + }, + { + "examine": "So what can one do with a drunken sailor?", + "name": "Ahab", + "id": "2692" + }, + { + "name": "Seagull", + "id": "2708" + }, + { + "name": "Grum", + "id": "2719" + }, + { + "name": "Gerrant", + "id": "2720" + }, + { + "name": "Wydin", + "id": "2721" + }, + { + "name": "Fishing spot", + "id": "2722" + }, + { + "name": "Fishing spot", + "id": "2723" + }, + { + "name": "Fishing spot", + "id": "2724" + }, + { + "name": "Gull", + "id": "2727" + }, + { + "name": "Monk of Entrana", + "id": "2730" + }, + { + "name": "Solus Dellagar", + "id": "2747" + }, + { + "name": "Savant", + "id": "2748" + }, + { + "name": "Lord Daquarius", + "id": "2749" + }, + { + "name": "Solus Dellagar", + "id": "2750" + }, + { + "name": "Black Knight", + "id": "2751" + }, + { + "name": "Lord Daquarius", + "id": "2752" + }, + { + "name": "Mage of Zamorak", + "id": "2753" + }, + { + "name": "Mage of Zamorak", + "id": "2754" + }, + { + "name": "Mage of Zamorak", + "id": "2755" + }, + { + "name": "Woman", + "id": "2756" + }, + { + "name": "Black Knight", + "id": "2777" + }, + { + "name": "Black Knight", + "id": "2778" + }, + { + "name": "Solus Dellagar", + "id": "2780" + }, + { + "name": "Gnome guard", + "id": "2781" + }, + { + "name": "Thorgel", + "id": "2788" + }, + { + "name": "Pillory Guard", + "id": "2791" + }, + { + "name": "Tramp", + "id": "2793" + }, + { + "name": "Tramp", + "id": "2794" + }, + { + "name": "Skippy", + "id": "2795" + }, + { + "name": "Skippy", + "id": "2797" + }, + { + "name": "Skippy", + "id": "2798" + }, + { + "name": "Skippy", + "id": "2799" + }, + { + "name": "A pile of broken glass", + "id": "2800" + }, + { + "name": "Alice the Camel", + "id": "2813" + }, + { + "name": "Ali the Smith", + "id": "2816" + }, + { + "name": "Ali the Farmer", + "id": "2821" + }, + { + "name": "Ali the Tailor", + "id": "2822" + }, + { + "name": "Ali the Guard", + "id": "2823" + }, + { + "name": "Davey", + "id": "2829" + }, + { + "name": "Fishing spot", + "id": "2859" + }, + { + "name": "Death", + "id": "2862" + }, + { + "name": "Most of a Zombie", + "id": "2864" + }, + { + "name": "Most of a Zombie", + "id": "2865" + }, + { + "name": "Most of a Zombie", + "id": "2867" + }, + { + "name": "Zombie Head", + "id": "2868" + }, + { + "name": "Half-Zombie", + "id": "2870" + }, + { + "name": "Other Half-Zombie", + "id": "2871" + }, + { + "name": "Child", + "id": "2872" + }, + { + "name": "Child", + "id": "2873" + }, + { + "name": "Child", + "id": "2874" + }, + { + "name": "Child", + "id": "2875" + }, + { + "name": "Child", + "id": "2876" + }, + { + "name": "Child", + "id": "2877" + }, + { + "name": "Bardur", + "id": "2879" + }, + { + "name": "Wallasalki", + "id": "2884" + }, + { + "name": "Suspicious water", + "id": "2891" + }, + { + "name": "Suspicious water", + "id": "2893" + }, + { + "name": "Suspicious water", + "id": "2895" + }, + { + "name": "Father Reen", + "id": "2897" + }, + { + "name": "Father Reen", + "id": "2900" + }, + { + "name": "Father Badden", + "id": "2901" + }, + { + "name": "Father Badden", + "id": "2903" + }, + { + "name": "Denath", + "id": "2904" + }, + { + "name": "Denath", + "id": "2905" + }, + { + "name": "Eric", + "id": "2906" + }, + { + "name": "Eric", + "id": "2907" + }, + { + "name": "Evil Dave", + "id": "2908" + }, + { + "name": "Evil Dave", + "id": "2910" + }, + { + "name": "Matthew", + "id": "2911" + }, + { + "name": "Matthew", + "id": "2912" + }, + { + "name": "Jennifer", + "id": "2913" + }, + { + "name": "Jennifer", + "id": "2914" + }, + { + "name": "Tanya", + "id": "2915" + }, + { + "name": "Tanya", + "id": "2916" + }, + { + "name": "Patrick", + "id": "2917" + }, + { + "name": "Patrick", + "id": "2918" + }, + { + "name": "Sand storm", + "id": "2920" + }, + { + "name": "Clay golem", + "id": "2922" + }, + { + "name": "Clay golem", + "id": "2928" + }, + { + "name": "Ghost", + "id": "2929" + }, + { + "name": "Jorral", + "id": "2932" + }, + { + "name": "Melina", + "id": "2933" + }, + { + "name": "Melina", + "id": "2935" + }, + { + "name": "Droalak", + "id": "2936" + }, + { + "name": "Droalak", + "id": "2938" + }, + { + "name": "Dron", + "id": "2939" + }, + { + "name": "Blanin", + "id": "2940" + }, + { + "name": "Pox", + "id": "2943" + }, + { + "name": "Pox", + "id": "2944" + }, + { + "examine": "Cracking personality.", + "name": "Grimesquit", + "id": "2946" + }, + { + "examine": "Lovely girl, shame about the smell.", + "name": "Phingspet", + "id": "2947" + }, + { + "name": "Felkrash", + "id": "2951" + }, + { + "name": "Ceril Carnillean", + "id": "2953" + }, + { + "name": "Councillor Halgrive", + "id": "2954" + }, + { + "name": "Spice seller", + "id": "2955" + }, + { + "name": "Fur trader", + "id": "2956" + }, + { + "name": "Gem merchant", + "id": "2957" + }, + { + "name": "Silk merchant", + "id": "2959" + }, + { + "name": "Zenesha", + "id": "2960" + }, + { + "name": "Ali Morrisane", + "id": "2961" + }, + { + "name": "Rat", + "id": "2974" + }, + { + "name": "Turbogroomer", + "id": "2983" + }, + { + "name": "Loki", + "id": "2985" + }, + { + "name": "Treacle", + "id": "2987" + }, + { + "name": "Claude", + "id": "2989" + }, + { + "name": "Rauborn", + "id": "2991" + }, + { + "name": "Vaeringk", + "id": "2992" + }, + { + "name": "Oxi", + "id": "2993" + }, + { + "name": "Fior", + "id": "2994" + }, + { + "name": "Sagira", + "id": "2995" + }, + { + "name": "Anleif", + "id": "2996" + }, + { + "name": "Gambler", + "id": "2999" + }, + { + "name": "Barman", + "id": "3000" + }, + { + "name": "Fishing spot", + "id": "3019" + }, + { + "name": "Rug Merchant", + "id": "3020" + }, + { + "name": "Nirrie", + "id": "3023" + }, + { + "name": "Tirrie", + "id": "3024" + }, + { + "name": "Hallak", + "id": "3025" + }, + { + "name": "Usi", + "id": "3031" + }, + { + "name": "Nkuku", + "id": "3032" + }, + { + "name": "Garai", + "id": "3033" + }, + { + "name": "Habibah", + "id": "3034" + }, + { + "name": "Meskhenet", + "id": "3035" + }, + { + "name": "Zahra", + "id": "3036" + }, + { + "name": "Zahur", + "id": "3037" + }, + { + "name": "Seddu", + "id": "3038" + }, + { + "name": "Kazemde", + "id": "3039" + }, + { + "name": "Tarik", + "id": "3041" + }, + { + "name": "Rokuh", + "id": "3045" + }, + { + "name": "Target", + "id": "3047" + }, + { + "name": "Target", + "id": "3048" + }, + { + "name": "Larxus", + "id": "3049" + }, + { + "name": "Dead Monk", + "id": "3076" + }, + { + "name": "High Priest", + "id": "3078" + }, + { + "name": "Assassin", + "id": "3081" + }, + { + "name": "Rosie", + "id": "3082" + }, + { + "name": "Sorcha", + "id": "3083" + }, + { + "name": "Cait", + "id": "3084" + }, + { + "name": "Cormac", + "id": "3085" + }, + { + "name": "Fionn", + "id": "3086" + }, + { + "name": "Donnacha", + "id": "3087" + }, + { + "name": "Ronan", + "id": "3088" + }, + { + "name": "Flying Book", + "id": "3093" + }, + { + "name": "Flying Book", + "id": "3095" + }, + { + "name": "Pizzaz Hat", + "id": "3096" + }, + { + "name": "Charmed Warrior", + "id": "3107" + }, + { + "name": "Bert", + "id": "3108" + }, + { + "name": "Sandy", + "id": "3110" + }, + { + "name": "Sandy", + "id": "3113" + }, + { + "name": "Mazion", + "id": "3114" + }, + { + "name": "Reeso", + "id": "3116" + }, + { + "name": "Prison Pete", + "id": "3118" + }, + { + "name": "Balloon Animal", + "id": "3119" + }, + { + "name": "Balloon Animal", + "id": "3120" + }, + { + "name": "Pyramid block", + "id": "3124" + }, + { + "name": "Pyramid block", + "id": "3125" + }, + { + "name": "Pentyn", + "id": "3126" + }, + { + "name": "Aristarchus", + "id": "3127" + }, + { + "name": "Boneguard", + "id": "3128" + }, + { + "name": "Pile of bones", + "id": "3130" + }, + { + "name": "Desert Spirit", + "id": "3131" + }, + { + "name": "Crust of ice", + "id": "3132" + }, + { + "name": "Furnace grate", + "id": "3134" + }, + { + "name": "Enakhra", + "id": "3136" + }, + { + "name": "Enakhra", + "id": "3138" + }, + { + "name": "Boneguard", + "id": "3139" + }, + { + "name": "Akthanakos", + "id": "3141" + }, + { + "name": "Akthanakos", + "id": "3142" + }, + { + "name": "Lazim", + "id": "3143" + }, + { + "name": "Enakhra", + "id": "3148" + }, + { + "name": "Akthanakos", + "id": "3149" + }, + { + "name": "Harpie Bug Swarm", + "id": "3152" + }, + { + "name": "Count Draynor", + "id": "3154" + }, + { + "name": "Bill Teach", + "id": "3156" + }, + { + "name": "Bill Teach", + "id": "3157" + }, + { + "name": "Bill Teach", + "id": "3158" + }, + { + "name": "Bill Teach", + "id": "3159" + }, + { + "name": "Bill Teach", + "id": "3160" + }, + { + "name": "Charley", + "id": "3161" + }, + { + "name": "Smith", + "id": "3162" + }, + { + "name": "Joe", + "id": "3163" + }, + { + "name": "Mama", + "id": "3164" + }, + { + "name": "Mama", + "id": "3165" + }, + { + "name": "Gull", + "id": "3197" + }, + { + "name": "Romily Weaklax", + "id": "3205" + }, + { + "name": "Priest", + "id": "3206" + }, + { + "name": "Pious Pete", + "id": "3207" + }, + { + "name": "Taper", + "id": "3208" + }, + { + "name": "Alrena", + "id": "3210" + }, + { + "name": "Alrena", + "id": "3211" + }, + { + "name": "Bravek", + "id": "3212" + }, + { + "name": "Tina", + "id": "3218" + }, + { + "name": "Hunding", + "id": "3254" + }, + { + "name": "Engineering assistant", + "id": "3281" + }, + { + "name": "Squirrel", + "id": "3284" + }, + { + "name": "Squirrel", + "id": "3285" + }, + { + "name": "Raccoon", + "id": "3287" + }, + { + "name": "Skeleton", + "id": "3289" + }, + { + "name": "Witch", + "id": "3292" + }, + { + "name": "Frog", + "id": "3300" + }, + { + "name": "Storm cloud", + "id": "3301" + }, + { + "name": "Fairy Nuff", + "id": "3303" + }, + { + "name": "Slim Louie", + "id": "3305" + }, + { + "name": "Fat Rocco", + "id": "3306" + }, + { + "name": "Zandar Horfyre", + "id": "3308" + }, + { + "name": "Sheep", + "id": "3311" + }, + { + "examine": "They're going to sing to you!", + "name": "Zanaris choir", + "id": "3312" + }, + { + "name": "Baby tanglefoot", + "id": "3314" + }, + { + "name": "Gatekeeper", + "id": "3321" + }, + { + "name": "Draul Leptoc", + "id": "3323" + }, + { + "name": "Martina Scorsby", + "id": "3326" + }, + { + "name": "Tarquin", + "id": "3328" + }, + { + "name": "Sigurd", + "id": "3329" + }, + { + "name": "Hari", + "id": "3330" + }, + { + "name": "Trees", + "id": "3332" + }, + { + "name": "Trees", + "id": "3333" + }, + { + "name": "Bullrush", + "id": "3335" + }, + { + "name": "Bullrush", + "id": "3336" + }, + { + "name": "Cave scenery", + "id": "3337" + }, + { + "name": "Cave scenery", + "id": "3338" + }, + { + "name": "Cave scenery", + "id": "3339" + }, + { + "name": "Genie", + "id": "3351" + }, + { + "name": "Mysterious Old Man", + "id": "3352" + }, + { + "name": "Swarm", + "id": "3353" + }, + { + "name": "Cap'n Hand", + "id": "3354" + }, + { + "name": "Rick Turpentine", + "id": "3355" + }, + { + "name": "Niles", + "id": "3356" + }, + { + "name": "Miles", + "id": "3357" + }, + { + "name": "Giles", + "id": "3358" + }, + { + "name": "Dr Jekyll", + "id": "3359" + }, + { + "name": "Mr Hyde", + "id": "3360" + }, + { + "name": "Mr Hyde", + "id": "3361" + }, + { + "name": "Mr Hyde", + "id": "3362" + }, + { + "name": "Mr Hyde", + "id": "3363" + }, + { + "name": "Mr Hyde", + "id": "3364" + }, + { + "name": "Mr Hyde", + "id": "3365" + }, + { + "name": "Sir Amik Varze", + "id": "3372" + }, + { + "name": "Sir Amik Varze", + "id": "3373" + }, + { + "name": "K'klik", + "id": "3377" + }, + { + "name": "Evil Dave", + "id": "3379" + }, + { + "name": "Doris", + "id": "3381" + }, + { + "name": "Gypsy", + "id": "3383" + }, + { + "name": "Gypsy", + "id": "3386" + }, + { + "name": "Culinaromancer", + "id": "3387" + }, + { + "name": "Osman", + "id": "3388" + }, + { + "name": "Sir Amik Varze", + "id": "3395" + }, + { + "name": "Awowogei", + "id": "3396" + }, + { + "name": "Awowogei", + "id": "3397" + }, + { + "name": "Skrach Uglogwee", + "id": "3398" + }, + { + "name": "Culinaromancer", + "id": "3399" + }, + { + "name": "An old Dwarf", + "id": "3401" + }, + { + "name": "Rohak", + "id": "3403" + }, + { + "name": "Pirate Pete", + "id": "3417" + }, + { + "name": "Fish", + "id": "3428" + }, + { + "name": "Fish", + "id": "3429" + }, + { + "name": "Fish", + "id": "3430" + }, + { + "name": "Fish", + "id": "3440" + }, + { + "name": "Fish", + "id": "3441" + }, + { + "name": "Fish", + "id": "3442" + }, + { + "name": "Fish", + "id": "3446" + }, + { + "name": "Fish", + "id": "3447" + }, + { + "name": "Fish", + "id": "3448" + }, + { + "name": "? ? ? ?", + "id": "3452" + }, + { + "name": "? ? ? ?", + "id": "3453" + }, + { + "name": "? ? ? ?", + "id": "3454" + }, + { + "name": "? ? ? ?", + "id": "3455" + }, + { + "name": "? ? ? ?", + "id": "3456" + }, + { + "name": "? ? ? ?", + "id": "3457" + }, + { + "name": "? ? ? ?", + "id": "3458" + }, + { + "name": "? ? ? ?", + "id": "3459" + }, + { + "name": "? ? ? ?", + "id": "3460" + }, + { + "name": "? ? ? ?", + "id": "3461" + }, + { + "name": "Skrach Uglogwee", + "id": "3462" + }, + { + "name": "Skrach Uglogwee", + "id": "3464" + }, + { + "name": "Nung", + "id": "3465" + }, + { + "name": "Ogre", + "id": "3466" + }, + { + "name": "Rantz", + "id": "3467" + }, + { + "name": "Rantz", + "id": "3468" + }, + { + "name": "Ogre boat", + "id": "3469" + }, + { + "name": "Ogre boat", + "id": "3472" + }, + { + "name": "Balloon Toad", + "id": "3473" + }, + { + "name": "Balloon Toad", + "id": "3474" + }, + { + "name": "Balloon Toad", + "id": "3475" + }, + { + "name": "Jubbly bird", + "id": "3477" + }, + { + "name": "King Awowogei", + "id": "3479" + }, + { + "name": "Mizaru", + "id": "3481" + }, + { + "name": "Kikazaru", + "id": "3482" + }, + { + "name": "Iwazaru", + "id": "3483" + }, + { + "name": "Culinaromancer", + "id": "3485" + }, + { + "name": "Culinaromancer", + "id": "3486" + }, + { + "name": "Culinaromancer", + "id": "3487" + }, + { + "name": "Culinaromancer", + "id": "3488" + }, + { + "name": "Culinaromancer", + "id": "3489" + }, + { + "name": "Culinaromancer", + "id": "3490" + }, + { + "name": "Culinaromancer", + "id": "3492" + }, + { + "name": "Overgrown hellcat", + "id": "3503" + }, + { + "name": "Hellcat", + "id": "3504" + }, + { + "name": "Hell-kitten", + "id": "3505" + }, + { + "name": "Lazy hellcat", + "id": "3506" + }, + { + "name": "Wily hellcat", + "id": "3507" + }, + { + "name": "Leo", + "id": "3508" + }, + { + "name": "Wiskit", + "id": "3510" + }, + { + "name": "Vampyre Juvinate", + "id": "3512" + }, + { + "name": "Vampyre Juvinate", + "id": "3515" + }, + { + "name": "Gadderanks", + "id": "3516" + }, + { + "name": "Gadderanks", + "id": "3518" + }, + { + "name": "Gadderanks", + "id": "3519" + }, + { + "name": "Vampyre Juvinate", + "id": "3520" + }, + { + "name": "Vampyre Juvinate", + "id": "3528" + }, + { + "name": "Vampyre Juvinate", + "id": "3529" + }, + { + "name": "Mist", + "id": "3530" + }, + { + "name": "Ivan Strom", + "id": "3535" + }, + { + "name": "Ivan Strom", + "id": "3536" + }, + { + "name": "Vampyre Juvinate", + "id": "3537" + }, + { + "name": "Vampyre Juvinate", + "id": "3538" + }, + { + "name": "Veliaf Hurtz", + "id": "3539" + }, + { + "name": "Elisabeta", + "id": "3540" + }, + { + "name": "Aurel", + "id": "3541" + }, + { + "name": "Sorin", + "id": "3542" + }, + { + "name": "Luscion", + "id": "3543" + }, + { + "name": "Sergiu", + "id": "3544" + }, + { + "name": "Radu", + "id": "3545" + }, + { + "name": "Grigore", + "id": "3546" + }, + { + "name": "Ileana", + "id": "3547" + }, + { + "name": "Valeria", + "id": "3548" + }, + { + "name": "Emilia", + "id": "3549" + }, + { + "name": "Florin", + "id": "3550" + }, + { + "name": "Catalina", + "id": "3551" + }, + { + "name": "Ivan", + "id": "3552" + }, + { + "name": "Victor", + "id": "3553" + }, + { + "name": "Helena", + "id": "3554" + }, + { + "name": "Teodor", + "id": "3555" + }, + { + "name": "Marius", + "id": "3556" + }, + { + "name": "Gabriela", + "id": "3557" + }, + { + "name": "Vladimir", + "id": "3558" + }, + { + "name": "Calin", + "id": "3559" + }, + { + "name": "Mihail", + "id": "3560" + }, + { + "name": "Nicoleta", + "id": "3561" + }, + { + "name": "Simona", + "id": "3562" + }, + { + "name": "Vasile", + "id": "3563" + }, + { + "name": "Razvan", + "id": "3564" + }, + { + "name": "Luminata", + "id": "3565" + }, + { + "name": "Cornelius", + "id": "3566" + }, + { + "name": "Cornelius", + "id": "3569" + }, + { + "name": "Benjamin", + "id": "3570" + }, + { + "name": "Liam", + "id": "3571" + }, + { + "name": "Miala", + "id": "3572" + }, + { + "name": "Verak", + "id": "3573" + }, + { + "name": "Fishing spot", + "id": "3574" + }, + { + "name": "Fishing spot", + "id": "3575" + }, + { + "name": "Juvinate", + "id": "3576" + }, + { + "name": "Juvinate", + "id": "3578" + }, + { + "name": "Tentacle", + "id": "3580" + }, + { + "name": "Troll", + "id": "3584" + }, + { + "name": "Tok-Xil", + "id": "3592" + }, + { + "name": "Rocnar", + "id": "3594" + }, + { + "name": "Toy Soldier", + "id": "3595" + }, + { + "name": "Toy Doll", + "id": "3596" + }, + { + "name": "Toy Mouse", + "id": "3597" + }, + { + "name": "Clockwork cat", + "id": "3598" + }, + { + "name": "Ghast", + "id": "3606" + }, + { + "name": "Ghast", + "id": "3607" + }, + { + "name": "Ghast", + "id": "3608" + }, + { + "name": "Ghast", + "id": "3609" + }, + { + "name": "Ghast", + "id": "3610" + }, + { + "name": "Ghast", + "id": "3611" + }, + { + "name": "Giant snail", + "id": "3612" + }, + { + "name": "Giant snail", + "id": "3613" + }, + { + "name": "Giant snail", + "id": "3614" + }, + { + "name": "Riyl shadow", + "id": "3615" + }, + { + "name": "Asyn shadow", + "id": "3616" + }, + { + "name": "Shade", + "id": "3617" + }, + { + "name": "Tentacle", + "id": "3621" + }, + { + "name": "Smiddi Ryak", + "id": "3623" + }, + { + "name": "Rolayne Twickit", + "id": "3625" + }, + { + "name": "Jayene Kliyn", + "id": "3627" + }, + { + "name": "Valantay Eppel", + "id": "3629" + }, + { + "name": "Dalcian Fang", + "id": "3631" + }, + { + "name": "Fyiona Fray", + "id": "3633" + }, + { + "name": "Abidor Crank", + "id": "3635" + }, + { + "name": "Spirit tree", + "id": "3636" + }, + { + "name": "Spirit tree", + "id": "3637" + }, + { + "name": "Launa", + "id": "3638" + }, + { + "name": "Launa", + "id": "3640" + }, + { + "name": "Brana", + "id": "3641" + }, + { + "name": "Mawnis Burowgar", + "id": "3642" + }, + { + "name": "Tolna", + "id": "3643" + }, + { + "name": "Tolna", + "id": "3644" + }, + { + "name": "Confusion beast", + "id": "3651" + }, + { + "name": "Confusion beast", + "id": "3652" + }, + { + "name": "Confusion beast", + "id": "3653" + }, + { + "name": "Confusion beast", + "id": "3654" + }, + { + "name": "Hopeless creature", + "id": "3656" + }, + { + "name": "Hopeless creature", + "id": "3657" + }, + { + "name": "Tolna", + "id": "3658" + }, + { + "name": "Tolna", + "id": "3659" + }, + { + "name": "Tolna", + "id": "3660" + }, + { + "name": "Hopeless beast", + "id": "3668" + }, + { + "name": "Hopeless beast", + "id": "3669" + }, + { + "name": "Sinister Stranger", + "id": "3677" + }, + { + "name": "Sinister Stranger", + "id": "3678" + }, + { + "name": "Vestri", + "id": "3679" + }, + { + "name": "Nigel", + "id": "3681" + }, + { + "name": "Egg", + "id": "3682" + }, + { + "name": "Egg", + "id": "3683" + }, + { + "name": "Egg", + "id": "3684" + }, + { + "name": "Egg", + "id": "3685" + }, + { + "name": "Chocolate kebbit", + "id": "3686" + }, + { + "name": "Chocolate kebbit", + "id": "3687" + }, + { + "name": "Easter Bunny", + "id": "3688" + }, + { + "name": "Egg", + "id": "3689" + }, + { + "name": "Egg", + "id": "3690" + }, + { + "name": "Egg", + "id": "3691" + }, + { + "name": "Egg", + "id": "3692" + }, + { + "name": "Egg", + "id": "3693" + }, + { + "name": "Egg", + "id": "3694" + }, + { + "name": "Volf Olafson", + "id": "3695" + }, + { + "name": "Ingrid Hradson", + "id": "3696" + }, + { + "name": "Boulder", + "id": "3708" + }, + { + "name": "Ulfric", + "id": "3710" + }, + { + "name": "Zanik", + "id": "3712" + }, + { + "name": "Sigmund", + "id": "3713" + }, + { + "name": "Zanik", + "id": "3714" + }, + { + "name": "Sigmund", + "id": "3716" + }, + { + "name": "Sigmund", + "id": "3717" + }, + { + "name": "Sigmund", + "id": "3718" + }, + { + "name": "Sigmund", + "id": "3719" + }, + { + "name": "Sigmund", + "id": "3720" + }, + { + "name": "Zanik", + "id": "3721" + }, + { + "name": "Zanik", + "id": "3722" + }, + { + "name": "General Bentnoze", + "id": "3723" + }, + { + "name": "General Wartface", + "id": "3724" + }, + { + "name": "Grubfoot", + "id": "3725" + }, + { + "name": "Arthur", + "id": "3778" + }, + { + "name": "Squire", + "id": "3780" + }, + { + "name": "Sir Palomedes", + "id": "3787" + }, + { + "name": "Void Knight", + "id": "3789" + }, + { + "name": "Fishing spot", + "id": "3803" + }, + { + "name": "Lieutenant Schepbur", + "id": "3817" + }, + { + "name": "Wise Old Man", + "id": "3820" + }, + { + "name": "Devin Mendelberg", + "id": "3825" + }, + { + "name": "George Laxmeister", + "id": "3826" + }, + { + "name": "Ramara du Croissant", + "id": "3827" + }, + { + "name": "Kathy Corkat", + "id": "3828" + }, + { + "name": "Kathy Corkat", + "id": "3831" + }, + { + "name": "Kalphite Queen", + "id": "3832" + }, + { + "name": "Drunken Dwarf", + "id": "3837" + }, + { + "name": "Wise Old Man", + "id": "3838" + }, + { + "name": "Wise Old Man", + "id": "3839" + }, + { + "name": "Sea troll", + "id": "3841" + }, + { + "name": "Sea troll", + "id": "3842" + }, + { + "name": "Skeleton Mage", + "id": "3844" + }, + { + "name": "Sea troll", + "id": "3845" + }, + { + "name": "Sea Troll General", + "id": "3846" + }, + { + "name": "Fishing spot", + "id": "3848" + }, + { + "name": "Skeleton Mage", + "id": "3850" + }, + { + "name": "Suspect", + "id": "3852" + }, + { + "name": "Suspect", + "id": "3853" + }, + { + "name": "Suspect", + "id": "3854" + }, + { + "name": "Suspect", + "id": "3855" + }, + { + "name": "Suspect", + "id": "3856" + }, + { + "name": "Suspect", + "id": "3857" + }, + { + "name": "Suspect", + "id": "3858" + }, + { + "name": "Suspect", + "id": "3859" + }, + { + "name": "Suspect", + "id": "3860" + }, + { + "name": "Suspect", + "id": "3861" + }, + { + "name": "Suspect", + "id": "3862" + }, + { + "name": "Suspect", + "id": "3863" + }, + { + "name": "Suspect", + "id": "3864" + }, + { + "name": "Suspect", + "id": "3865" + }, + { + "name": "Suspect", + "id": "3866" + }, + { + "name": "Suspect", + "id": "3867" + }, + { + "name": "Suspect", + "id": "3868" + }, + { + "name": "Suspect", + "id": "3869" + }, + { + "name": "Suspect", + "id": "3870" + }, + { + "name": "Suspect", + "id": "3871" + }, + { + "name": "Suspect", + "id": "3872" + }, + { + "name": "Suspect", + "id": "3873" + }, + { + "name": "Suspect", + "id": "3874" + }, + { + "name": "Suspect", + "id": "3875" + }, + { + "name": "Suspect", + "id": "3876" + }, + { + "name": "Suspect", + "id": "3877" + }, + { + "name": "Suspect", + "id": "3878" + }, + { + "name": "Suspect", + "id": "3879" + }, + { + "name": "Suspect", + "id": "3880" + }, + { + "name": "Suspect", + "id": "3881" + }, + { + "name": "Suspect", + "id": "3882" + }, + { + "name": "Suspect", + "id": "3883" + }, + { + "name": "Suspect", + "id": "3884" + }, + { + "name": "Suspect", + "id": "3885" + }, + { + "name": "Suspect", + "id": "3886" + }, + { + "name": "Suspect", + "id": "3887" + }, + { + "name": "Suspect", + "id": "3888" + }, + { + "name": "Suspect", + "id": "3889" + }, + { + "name": "Suspect", + "id": "3890" + }, + { + "name": "Suspect", + "id": "3891" + }, + { + "name": "Molly", + "id": "3892" + }, + { + "name": "Molly", + "id": "3893" + }, + { + "name": "Molly", + "id": "3894" + }, + { + "name": "Molly", + "id": "3895" + }, + { + "name": "Molly", + "id": "3896" + }, + { + "name": "Molly", + "id": "3897" + }, + { + "name": "Molly", + "id": "3898" + }, + { + "name": "Molly", + "id": "3899" + }, + { + "name": "Molly", + "id": "3900" + }, + { + "name": "Molly", + "id": "3901" + }, + { + "name": "Molly", + "id": "3902" + }, + { + "name": "Molly", + "id": "3903" + }, + { + "name": "Molly", + "id": "3904" + }, + { + "name": "Molly", + "id": "3905" + }, + { + "name": "Molly", + "id": "3906" + }, + { + "name": "Molly", + "id": "3907" + }, + { + "name": "Molly", + "id": "3908" + }, + { + "name": "Molly", + "id": "3909" + }, + { + "name": "Molly", + "id": "3910" + }, + { + "name": "Molly", + "id": "3911" + }, + { + "name": "Flippa", + "id": "3912" + }, + { + "name": "Tilt", + "id": "3913" + }, + { + "name": "Gardener", + "id": "3914" + }, + { + "name": "Prince Brand", + "id": "3918" + }, + { + "name": "Princess Astrid", + "id": "3919" + }, + { + "name": "Runa", + "id": "3920" + }, + { + "name": "Osvald", + "id": "3923" + }, + { + "name": "Runolf", + "id": "3924" + }, + { + "name": "Ingrid", + "id": "3926" + }, + { + "name": "Signy", + "id": "3928" + }, + { + "name": "Hild", + "id": "3929" + }, + { + "name": "Armod", + "id": "3930" + }, + { + "name": "Beigarth", + "id": "3931" + }, + { + "name": "Reinn", + "id": "3932" + }, + { + "name": "Thorodin", + "id": "3936" + }, + { + "name": "Hangman game", + "id": "3944" + }, + { + "name": "Hangman game", + "id": "3945" + }, + { + "name": "Hangman game", + "id": "3946" + }, + { + "name": "Hangman game", + "id": "3947" + }, + { + "name": "Hangman game", + "id": "3948" + }, + { + "name": "Hangman game", + "id": "3949" + }, + { + "name": "Hangman game", + "id": "3950" + }, + { + "name": "Hangman game", + "id": "3951" + }, + { + "name": "Hangman game", + "id": "3952" + }, + { + "name": "Hangman game", + "id": "3953" + }, + { + "name": "Treasure fairy", + "id": "3954" + }, + { + "name": "Jacky Jester", + "id": "3955" + }, + { + "name": "Combat stone", + "id": "3956" + }, + { + "name": "Combat stone", + "id": "3957" + }, + { + "name": "Combat stone", + "id": "3958" + }, + { + "name": "Combat stone", + "id": "3959" + }, + { + "name": "Combat stone", + "id": "3960" + }, + { + "name": "Combat stone", + "id": "3961" + }, + { + "name": "Combat stone", + "id": "3962" + }, + { + "name": "Combat stone", + "id": "3963" + }, + { + "name": "Combat stone", + "id": "3964" + }, + { + "name": "Combat stone", + "id": "3965" + }, + { + "name": "Combat stone", + "id": "3966" + }, + { + "name": "Combat stone", + "id": "3967" + }, + { + "name": "Combat stone", + "id": "3968" + }, + { + "name": "Combat stone", + "id": "3969" + }, + { + "name": "Combat stone", + "id": "3970" + }, + { + "name": "Combat stone", + "id": "3971" + }, + { + "name": "Combat stone", + "id": "3972" + }, + { + "name": "Combat stone", + "id": "3973" + }, + { + "name": "Combat stone", + "id": "3974" + }, + { + "name": "Combat stone", + "id": "3975" + }, + { + "name": "Combat stone", + "id": "3976" + }, + { + "name": "Combat stone", + "id": "3977" + }, + { + "name": "Combat stone", + "id": "3978" + }, + { + "name": "Combat stone", + "id": "3979" + }, + { + "name": "Combat stone", + "id": "3980" + }, + { + "name": "Combat stone", + "id": "3981" + }, + { + "name": "Combat stone", + "id": "3982" + }, + { + "name": "Combat stone", + "id": "3983" + }, + { + "name": "Combat stone", + "id": "3984" + }, + { + "name": "Combat stone", + "id": "3985" + }, + { + "name": "Combat stone", + "id": "3986" + }, + { + "name": "Combat stone", + "id": "3987" + }, + { + "name": "Combat stone", + "id": "3988" + }, + { + "name": "Combat stone", + "id": "3989" + }, + { + "name": "Combat stone", + "id": "3990" + }, + { + "name": "Combat stone", + "id": "3991" + }, + { + "name": "Combat stone", + "id": "3992" + }, + { + "name": "Combat stone", + "id": "3993" + }, + { + "name": "Combat stone", + "id": "3994" + }, + { + "name": "Combat stone", + "id": "3995" + }, + { + "name": "Combat stone", + "id": "3996" + }, + { + "name": "Combat stone", + "id": "3997" + }, + { + "name": "Combat stone", + "id": "3998" + }, + { + "name": "Combat stone", + "id": "3999" + }, + { + "name": "Combat stone", + "id": "4000" + }, + { + "name": "Combat stone", + "id": "4001" + }, + { + "name": "Combat stone", + "id": "4002" + }, + { + "name": "Combat stone", + "id": "4003" + }, + { + "name": "Combat stone", + "id": "4004" + }, + { + "name": "Combat stone", + "id": "4005" + }, + { + "name": "Combat stone", + "id": "4006" + }, + { + "name": "Combat stone", + "id": "4007" + }, + { + "name": "Combat stone", + "id": "4008" + }, + { + "name": "Combat stone", + "id": "4009" + }, + { + "name": "Combat stone", + "id": "4010" + }, + { + "name": "Combat stone", + "id": "4011" + }, + { + "name": "Combat stone", + "id": "4012" + }, + { + "name": "Combat stone", + "id": "4013" + }, + { + "name": "Combat stone", + "id": "4014" + }, + { + "name": "Combat stone", + "id": "4015" + }, + { + "name": "Combat stone", + "id": "4016" + }, + { + "name": "Combat stone", + "id": "4017" + }, + { + "name": "Combat stone", + "id": "4018" + }, + { + "name": "Combat stone", + "id": "4019" + }, + { + "name": "Combat stone", + "id": "4020" + }, + { + "name": "Elemental balance", + "id": "4021" + }, + { + "name": "Elemental balance", + "id": "4022" + }, + { + "name": "Elemental balance", + "id": "4023" + }, + { + "name": "Elemental balance", + "id": "4024" + }, + { + "name": "Elemental balance", + "id": "4025" + }, + { + "name": "Elemental balance", + "id": "4026" + }, + { + "name": "Elemental balance", + "id": "4027" + }, + { + "name": "Elemental balance", + "id": "4028" + }, + { + "name": "Elemental balance", + "id": "4029" + }, + { + "name": "Elemental balance", + "id": "4030" + }, + { + "name": "Elemental balance", + "id": "4031" + }, + { + "name": "Elemental balance", + "id": "4032" + }, + { + "name": "Elemental balance", + "id": "4033" + }, + { + "name": "Elemental balance", + "id": "4034" + }, + { + "name": "Elemental balance", + "id": "4035" + }, + { + "name": "Elemental balance", + "id": "4036" + }, + { + "name": "Elemental balance", + "id": "4037" + }, + { + "name": "Elemental balance", + "id": "4038" + }, + { + "name": "Elemental balance", + "id": "4039" + }, + { + "name": "Elemental balance", + "id": "4040" + }, + { + "name": "Elemental balance", + "id": "4041" + }, + { + "name": "Elemental balance", + "id": "4042" + }, + { + "name": "Elemental balance", + "id": "4043" + }, + { + "name": "Elemental balance", + "id": "4044" + }, + { + "name": "Elemental balance", + "id": "4045" + }, + { + "name": "Elemental balance", + "id": "4046" + }, + { + "name": "Elemental balance", + "id": "4047" + }, + { + "name": "Elemental balance", + "id": "4048" + }, + { + "name": "Elemental balance", + "id": "4049" + }, + { + "name": "Elemental balance", + "id": "4050" + }, + { + "name": "Elemental balance", + "id": "4051" + }, + { + "name": "Elemental balance", + "id": "4052" + }, + { + "name": "Elemental balance", + "id": "4053" + }, + { + "name": "Elemental balance", + "id": "4054" + }, + { + "name": "Elemental balance", + "id": "4055" + }, + { + "name": "Elemental balance", + "id": "4056" + }, + { + "name": "Elemental balance", + "id": "4057" + }, + { + "name": "Elemental balance", + "id": "4058" + }, + { + "name": "Elemental balance", + "id": "4059" + }, + { + "name": "Elemental balance", + "id": "4060" + }, + { + "name": "Elemental balance", + "id": "4061" + }, + { + "name": "Elemental balance", + "id": "4062" + }, + { + "name": "Elemental balance", + "id": "4063" + }, + { + "name": "Elemental balance", + "id": "4064" + }, + { + "name": "Elemental balance", + "id": "4065" + }, + { + "name": "Elemental balance", + "id": "4066" + }, + { + "name": "Elemental balance", + "id": "4067" + }, + { + "name": "Elemental balance", + "id": "4068" + }, + { + "name": "Elemental balance", + "id": "4069" + }, + { + "name": "Elemental balance", + "id": "4070" + }, + { + "name": "Elemental balance", + "id": "4071" + }, + { + "name": "Elemental balance", + "id": "4072" + }, + { + "name": "Elemental balance", + "id": "4073" + }, + { + "name": "Elemental balance", + "id": "4074" + }, + { + "name": "Elemental balance", + "id": "4075" + }, + { + "name": "Elemental balance", + "id": "4076" + }, + { + "name": "Elemental balance", + "id": "4077" + }, + { + "name": "Elemental balance", + "id": "4078" + }, + { + "name": "Elemental balance", + "id": "4079" + }, + { + "name": "Elemental balance", + "id": "4080" + }, + { + "name": "Elemental balance", + "id": "4081" + }, + { + "name": "Elemental balance", + "id": "4082" + }, + { + "name": "Elemental balance", + "id": "4083" + }, + { + "name": "Elemental balance", + "id": "4084" + }, + { + "name": "Elemental balance", + "id": "4085" + }, + { + "name": "Elemental balance", + "id": "4086" + }, + { + "name": "Elemental balance", + "id": "4087" + }, + { + "name": "Elemental balance", + "id": "4088" + }, + { + "name": "Elemental balance", + "id": "4089" + }, + { + "name": "Elemental balance", + "id": "4090" + }, + { + "name": "Elemental balance", + "id": "4091" + }, + { + "name": "Elemental balance", + "id": "4092" + }, + { + "name": "Elemental balance", + "id": "4093" + }, + { + "name": "Elemental balance", + "id": "4094" + }, + { + "name": "Elemental balance", + "id": "4095" + }, + { + "name": "Combat stone", + "id": "4096" + }, + { + "name": "Combat stone", + "id": "4097" + }, + { + "name": "Combat stone", + "id": "4098" + }, + { + "name": "Combat stone", + "id": "4099" + }, + { + "name": "Combat stone", + "id": "4100" + }, + { + "name": "Combat stone", + "id": "4101" + }, + { + "name": "Combat stone", + "id": "4102" + }, + { + "name": "Combat stone", + "id": "4103" + }, + { + "name": "Combat stone", + "id": "4104" + }, + { + "name": "Combat stone", + "id": "4105" + }, + { + "name": "Combat stone", + "id": "4106" + }, + { + "name": "Combat stone", + "id": "4107" + }, + { + "name": "Combat stone", + "id": "4108" + }, + { + "name": "Combat stone", + "id": "4109" + }, + { + "name": "Combat stone", + "id": "4110" + }, + { + "name": "Combat stone", + "id": "4111" + }, + { + "name": "Combat stone", + "id": "4112" + }, + { + "name": "Combat stone", + "id": "4113" + }, + { + "name": "Combat stone", + "id": "4114" + }, + { + "name": "Combat stone", + "id": "4115" + }, + { + "name": "Combat stone", + "id": "4116" + }, + { + "name": "Combat stone", + "id": "4117" + }, + { + "name": "Combat stone", + "id": "4118" + }, + { + "name": "Combat stone", + "id": "4119" + }, + { + "name": "Combat stone", + "id": "4120" + }, + { + "name": "Combat stone", + "id": "4121" + }, + { + "name": "Combat stone", + "id": "4122" + }, + { + "name": "Combat stone", + "id": "4123" + }, + { + "name": "Combat stone", + "id": "4124" + }, + { + "name": "Combat stone", + "id": "4125" + }, + { + "name": "Combat stone", + "id": "4126" + }, + { + "name": "Combat stone", + "id": "4127" + }, + { + "name": "Combat stone", + "id": "4128" + }, + { + "name": "Combat stone", + "id": "4129" + }, + { + "name": "Combat stone", + "id": "4130" + }, + { + "name": "Combat stone", + "id": "4131" + }, + { + "name": "Combat stone", + "id": "4132" + }, + { + "name": "Combat stone", + "id": "4133" + }, + { + "name": "Combat stone", + "id": "4134" + }, + { + "name": "Combat stone", + "id": "4135" + }, + { + "name": "Combat stone", + "id": "4136" + }, + { + "name": "Combat stone", + "id": "4137" + }, + { + "name": "Combat stone", + "id": "4138" + }, + { + "name": "Combat stone", + "id": "4139" + }, + { + "name": "Combat stone", + "id": "4140" + }, + { + "name": "Combat stone", + "id": "4141" + }, + { + "name": "Combat stone", + "id": "4142" + }, + { + "name": "Combat stone", + "id": "4143" + }, + { + "name": "Combat stone", + "id": "4144" + }, + { + "name": "Combat stone", + "id": "4145" + }, + { + "name": "Combat stone", + "id": "4146" + }, + { + "name": "Combat stone", + "id": "4147" + }, + { + "name": "Combat stone", + "id": "4148" + }, + { + "name": "Combat stone", + "id": "4149" + }, + { + "name": "Combat stone", + "id": "4150" + }, + { + "name": "Combat stone", + "id": "4151" + }, + { + "name": "Combat stone", + "id": "4152" + }, + { + "name": "Combat stone", + "id": "4153" + }, + { + "name": "Combat stone", + "id": "4154" + }, + { + "name": "Combat stone", + "id": "4155" + }, + { + "name": "Combat stone", + "id": "4156" + }, + { + "name": "Combat stone", + "id": "4157" + }, + { + "name": "Combat stone", + "id": "4158" + }, + { + "name": "Combat stone", + "id": "4159" + }, + { + "name": "Combat stone", + "id": "4160" + }, + { + "name": "Combat stone", + "id": "4161" + }, + { + "name": "Combat stone", + "id": "4162" + }, + { + "name": "Combat stone", + "id": "4163" + }, + { + "name": "Combat stone", + "id": "4164" + }, + { + "name": "Combat stone", + "id": "4165" + }, + { + "name": "Combat stone", + "id": "4166" + }, + { + "name": "Combat stone", + "id": "4167" + }, + { + "name": "Combat stone", + "id": "4168" + }, + { + "name": "Combat stone", + "id": "4169" + }, + { + "name": "Combat stone", + "id": "4170" + }, + { + "name": "Combat stone", + "id": "4171" + }, + { + "name": "Combat stone", + "id": "4172" + }, + { + "name": "Combat stone", + "id": "4173" + }, + { + "name": "Combat stone", + "id": "4174" + }, + { + "name": "Combat stone", + "id": "4175" + }, + { + "name": "Combat stone", + "id": "4176" + }, + { + "name": "Combat stone", + "id": "4177" + }, + { + "name": "Combat stone", + "id": "4178" + }, + { + "name": "Combat stone", + "id": "4179" + }, + { + "name": "Combat stone", + "id": "4180" + }, + { + "name": "Combat stone", + "id": "4181" + }, + { + "name": "Combat stone", + "id": "4182" + }, + { + "name": "Combat stone", + "id": "4183" + }, + { + "name": "Combat stone", + "id": "4184" + }, + { + "name": "Combat stone", + "id": "4185" + }, + { + "name": "Combat stone", + "id": "4186" + }, + { + "name": "Combat stone", + "id": "4187" + }, + { + "name": "Combat stone", + "id": "4188" + }, + { + "name": "Combat stone", + "id": "4189" + }, + { + "name": "Combat stone", + "id": "4190" + }, + { + "name": "Combat stone", + "id": "4191" + }, + { + "name": "Combat stone", + "id": "4192" + }, + { + "name": "Combat stone", + "id": "4193" + }, + { + "name": "Combat stone", + "id": "4194" + }, + { + "name": "Combat stone", + "id": "4195" + }, + { + "name": "Combat stone", + "id": "4196" + }, + { + "name": "Combat stone", + "id": "4197" + }, + { + "name": "Combat stone", + "id": "4198" + }, + { + "name": "Combat stone", + "id": "4199" + }, + { + "name": "Combat stone", + "id": "4200" + }, + { + "name": "Combat stone", + "id": "4201" + }, + { + "name": "Combat stone", + "id": "4202" + }, + { + "name": "Combat stone", + "id": "4203" + }, + { + "name": "Combat stone", + "id": "4204" + }, + { + "name": "Combat stone", + "id": "4205" + }, + { + "name": "Combat stone", + "id": "4206" + }, + { + "name": "Combat stone", + "id": "4207" + }, + { + "name": "Combat stone", + "id": "4208" + }, + { + "name": "Combat stone", + "id": "4209" + }, + { + "name": "Combat stone", + "id": "4210" + }, + { + "name": "Combat stone", + "id": "4211" + }, + { + "name": "Combat stone", + "id": "4212" + }, + { + "name": "Combat stone", + "id": "4213" + }, + { + "name": "Combat stone", + "id": "4214" + }, + { + "name": "Combat stone", + "id": "4215" + }, + { + "name": "Combat stone", + "id": "4216" + }, + { + "name": "Combat stone", + "id": "4217" + }, + { + "name": "Combat stone", + "id": "4218" + }, + { + "name": "Combat stone", + "id": "4219" + }, + { + "name": "Combat stone", + "id": "4220" + }, + { + "name": "Combat stone", + "id": "4221" + }, + { + "name": "Combat stone", + "id": "4222" + }, + { + "name": "Combat stone", + "id": "4223" + }, + { + "name": "Combat stone", + "id": "4224" + }, + { + "name": "Combat stone", + "id": "4225" + }, + { + "name": "Crawling hand", + "id": "4226" + }, + { + "name": "Left head", + "id": "4231" + }, + { + "name": "Middle head", + "id": "4232" + }, + { + "name": "Right head", + "id": "4233" + }, + { + "name": "Kalphite Queen", + "id": "4234" + }, + { + "name": "Rick", + "id": "4235" + }, + { + "name": "Maid", + "id": "4236" + }, + { + "name": "Cook", + "id": "4238" + }, + { + "name": "Butler", + "id": "4240" + }, + { + "name": "Demon butler", + "id": "4242" + }, + { + "name": "Chief servant", + "id": "4244" + }, + { + "name": "Guard", + "id": "4253" + }, + { + "name": "Buinn", + "id": "4277" + }, + { + "name": "Nardok", + "id": "4312" + }, + { + "name": "Dartog", + "id": "4313" + }, + { + "name": "Dwarf", + "id": "4315" + }, + { + "name": "H.A.M. Member", + "id": "4317" + }, + { + "name": "H.A.M. Member", + "id": "4319" + }, + { + "name": "Zanik", + "id": "4321" + }, + { + "name": "Zanik", + "id": "4323" + }, + { + "name": "Zanik", + "id": "4324" + }, + { + "name": "Light creature", + "id": "4325" + }, + { + "name": "Zanik", + "id": "4326" + }, + { + "name": "HAM member", + "id": "4327" + }, + { + "name": "Sigmund", + "id": "4328" + }, + { + "name": "Johanhus Ulsbrecht", + "id": "4330" + }, + { + "name": "Sigmund", + "id": "4331" + }, + { + "name": "Sigmund", + "id": "4332" + }, + { + "name": "Sigmund", + "id": "4333" + }, + { + "name": "Sigmund", + "id": "4334" + }, + { + "name": "Sigmund", + "id": "4335" + }, + { + "name": "Zanik", + "id": "4337" + }, + { + "name": "Zanik", + "id": "4338" + }, + { + "name": "Zanik", + "id": "4340" + }, + { + "name": "Zanik", + "id": "4341" + }, + { + "name": "Zanik", + "id": "4342" + }, + { + "name": "Crab", + "id": "4346" + }, + { + "name": "Cavey Davey", + "id": "4358" + }, + { + "name": "San Fan", + "id": "4360" + }, + { + "name": "Swarm", + "id": "4364" + }, + { + "name": "Blue Monkey", + "id": "4365" + }, + { + "name": "Parrot", + "id": "4374" + }, + { + "name": "Gate of War", + "id": "4377" + }, + { + "name": "Ricketty door", + "id": "4378" + }, + { + "name": "Oozing barrier", + "id": "4379" + }, + { + "name": "Portal of Death", + "id": "4380" + }, + { + "name": "Bee keeper", + "id": "4416" + }, + { + "name": "Bees!", + "id": "4417" + }, + { + "name": "Fairy Godfather", + "id": "4420" + }, + { + "name": "Fairy Queen", + "id": "4435" + }, + { + "name": "Fairy Very Wise", + "id": "4442" + }, + { + "name": "Fairy", + "id": "4444" + }, + { + "name": "Fairy", + "id": "4445" + }, + { + "name": "Fairy", + "id": "4446" + }, + { + "name": "Rabbit", + "id": "4447" + }, + { + "name": "Rabbit", + "id": "4448" + }, + { + "name": "Butterfly", + "id": "4449" + }, + { + "name": "Butterfly", + "id": "4450" + }, + { + "name": "Starflower", + "id": "4451" + }, + { + "name": "Starflower", + "id": "4452" + }, + { + "name": "Fairy Fixit", + "id": "4453" + }, + { + "name": "Ork", + "id": "4456" + }, + { + "name": "Fake Man", + "id": "4460" + }, + { + "name": "Held vampyre juvinate", + "id": "4461" + }, + { + "name": "Held vampyre juvinate", + "id": "4462" + }, + { + "name": "Angry juvinate", + "id": "4463" + }, + { + "name": "Angry juvinate", + "id": "4464" + }, + { + "name": "Angry juvinate", + "id": "4465" + }, + { + "name": "Benjamin", + "id": "4466" + }, + { + "name": "Liam", + "id": "4467" + }, + { + "name": "Miala", + "id": "4468" + }, + { + "name": "Verak", + "id": "4469" + }, + { + "name": "Bogrog", + "id": "4471" + }, + { + "name": "Woman", + "id": "4473" + }, + { + "name": "Ned", + "id": "4475" + }, + { + "name": "Annoyed guardian mummy", + "id": "4477" + }, + { + "name": "Tarik", + "id": "4478" + }, + { + "name": "General Bentnoze", + "id": "4493" + }, + { + "name": "Grubfoot", + "id": "4495" + }, + { + "name": "Grubfoot", + "id": "4497" + }, + { + "name": "Grubfoot", + "id": "4498" + }, + { + "name": "Scarab swarm", + "id": "4500" + }, + { + "name": "Ethereal Mimic", + "id": "4508" + }, + { + "name": "Baba Yaga", + "id": "4513" + }, + { + "name": "Pauline Polaris", + "id": "4514" + }, + { + "name": "Meteora", + "id": "4515" + }, + { + "name": "Melana Moonlander", + "id": "4516" + }, + { + "name": "Selene", + "id": "4517" + }, + { + "name": "Rimae Sirsalis", + "id": "4518" + }, + { + "name": "Sirsal Banker", + "id": "4519" + }, + { + "name": "Clan Guard", + "id": "4520" + }, + { + "name": "Enchanted Broom", + "id": "4522" + }, + { + "name": "Enchanted Broom", + "id": "4523" + }, + { + "name": "Enchanted Bucket", + "id": "4525" + }, + { + "name": "Bouquet Mac Hyacinth", + "id": "4526" + }, + { + "name": "Parrot", + "id": "4535" + }, + { + "name": "Lokar Searunner", + "id": "4536" + }, + { + "name": "Cabin boy", + "id": "4538" + }, + { + "name": "'Bird's-Eye' Jack", + "id": "4544" + }, + { + "name": "Palmer", + "id": "4552" + }, + { + "name": "'Betty' B.Boppin", + "id": "4553" + }, + { + "name": "Hirko", + "id": "4558" + }, + { + "name": "Holoy", + "id": "4559" + }, + { + "name": "Hura", + "id": "4563" + }, + { + "name": "Nick", + "id": "4569" + }, + { + "name": "Crow", + "id": "4570" + }, + { + "name": "Crow", + "id": "4571" + }, + { + "name": "Gianne jnr.", + "id": "4572" + }, + { + "name": "Timble", + "id": "4573" + }, + { + "name": "Tamble", + "id": "4574" + }, + { + "name": "Spang", + "id": "4575" + }, + { + "name": "Brambickle", + "id": "4576" + }, + { + "name": "Wingstone", + "id": "4577" + }, + { + "examine": "He looks like he's a long way from home.", + "name": "Penwie", + "id": "4578" + }, + { + "name": "Professor Manglethorp", + "id": "4583" + }, + { + "name": "Damwin", + "id": "4584" + }, + { + "name": "Professor Imblewyn", + "id": "4586" + }, + { + "name": "Perrdur", + "id": "4587" + }, + { + "name": "Dalila", + "id": "4588" + }, + { + "name": "Eebel", + "id": "4591" + }, + { + "name": "Ermin", + "id": "4592" + }, + { + "name": "Captain Lamdoo", + "id": "4596" + }, + { + "name": "Meegle", + "id": "4597" + }, + { + "name": "Wurbel", + "id": "4598" + }, + { + "name": "Sarble", + "id": "4599" + }, + { + "name": "Burkor", + "id": "4601" + }, + { + "name": "Froono", + "id": "4602" + }, + { + "name": "Brimstail", + "id": "4609" + }, + { + "name": "Gnome shop keeper", + "id": "4612" + }, + { + "name": "Cute creature", + "id": "4613" + }, + { + "name": "Cute creature", + "id": "4616" + }, + { + "name": "Evil creature", + "id": "4618" + }, + { + "name": "Cute creature", + "id": "4619" + }, + { + "name": "Evil creature", + "id": "4621" + }, + { + "name": "Cute creature", + "id": "4622" + }, + { + "name": "Evil creature", + "id": "4624" + }, + { + "name": "Cute creature", + "id": "4625" + }, + { + "name": "Evil creature", + "id": "4627" + }, + { + "name": "Cute creature", + "id": "4628" + }, + { + "name": "Evil creature", + "id": "4630" + }, + { + "name": "fluffie", + "id": "4631" + }, + { + "name": "fluffie", + "id": "4632" + }, + { + "name": "Oaknock the Engineer", + "id": "4644" + }, + { + "name": "King Healthorg", + "id": "4646" + }, + { + "name": "Hazelmere", + "id": "4647" + }, + { + "name": "Nisha", + "id": "4648" + }, + { + "name": "Tyras guard", + "id": "4649" + }, + { + "name": "Sir Prysin", + "id": "4657" + }, + { + "name": "Dark wizard", + "id": "4658" + }, + { + "name": "Denath", + "id": "4662" + }, + { + "name": "Denath", + "id": "4663" + }, + { + "name": "Wally", + "id": "4664" + }, + { + "name": "Vertida Sefalatis", + "id": "4709" + }, + { + "name": "Aeonisig Raispher", + "id": "4710" + }, + { + "name": "Safalaan", + "id": "4711" + }, + { + "name": "Sarius Guile", + "id": "4714" + }, + { + "name": "Meiyerditch citizen", + "id": "4727" + }, + { + "name": "Meiyerditch citizen", + "id": "4728" + }, + { + "name": "Meiyerditch citizen", + "id": "4729" + }, + { + "name": "Meiyerditch citizen", + "id": "4730" + }, + { + "name": "Meiyerditch citizen", + "id": "4731" + }, + { + "name": "Meiyerditch citizen", + "id": "4732" + }, + { + "name": "Meiyerditch citizen", + "id": "4742" + }, + { + "name": "Meiyerditch citizen", + "id": "4743" + }, + { + "name": "Meiyerditch citizen", + "id": "4744" + }, + { + "name": "Meiyerditch citizen", + "id": "4745" + }, + { + "name": "Meiyerditch miner", + "id": "4758" + }, + { + "name": "Meiyerditch miner", + "id": "4760" + }, + { + "name": "Meiyerditch miner", + "id": "4761" + }, + { + "name": "Shadowy figure", + "id": "4762" + }, + { + "name": "Shadowy figure", + "id": "4763" + }, + { + "name": "Shadowy figure", + "id": "4764" + }, + { + "name": "Stray dog", + "id": "4767" + }, + { + "name": "Cat", + "id": "4769" + }, + { + "name": "Boat", + "id": "4770" + }, + { + "name": "Boat", + "id": "4771" + }, + { + "name": "Held vampyre juvinate", + "id": "4781" + }, + { + "name": "Vampyre juvinate", + "id": "4782" + }, + { + "name": "Former vampyre", + "id": "4783" + }, + { + "name": "Former vampyre", + "id": "4784" + }, + { + "name": "Former vampyre", + "id": "4785" + }, + { + "name": "Former vampyre", + "id": "4786" + }, + { + "name": "Former vampyre", + "id": "4787" + }, + { + "name": "Former vampyre", + "id": "4788" + }, + { + "name": "Angry vampyre", + "id": "4790" + }, + { + "name": "Vanstrom Klause", + "id": "4791" + }, + { + "name": "Vanstrom Klause", + "id": "4792" + }, + { + "name": "Vanstrom Klause", + "id": "4794" + }, + { + "name": "Vanstrom Klause", + "id": "4795" + }, + { + "name": "Vanescula Drakan", + "id": "4797" + }, + { + "name": "Vanescula Drakan", + "id": "4798" + }, + { + "name": "Vanescula Drakan", + "id": "4799" + }, + { + "name": "Vanescula Drakan", + "id": "4800" + }, + { + "name": "Ranis Drakan", + "id": "4801" + }, + { + "name": "Ranis Drakan", + "id": "4802" + }, + { + "name": "Ranis Drakan", + "id": "4803" + }, + { + "name": "Ranis Drakan", + "id": "4804" + }, + { + "name": "Flying female vampire", + "id": "4809" + }, + { + "name": "Flying female vampire", + "id": "4846" + }, + { + "name": "Ezekial Lovecraft", + "id": "4853" + }, + { + "name": "Sarius Guile", + "id": "4857" + }, + { + "name": "Vanstrom Klause", + "id": "4862" + }, + { + "name": "Kennith", + "id": "4863" + }, + { + "name": "Kennith", + "id": "4864" + }, + { + "name": "Holgart", + "id": "4865" + }, + { + "name": "Holgart", + "id": "4867" + }, + { + "name": "Fisherman", + "id": "4869" + }, + { + "name": "Col. O'Niall", + "id": "4871" + }, + { + "name": "Col. O'Niall", + "id": "4873" + }, + { + "name": "Mayor Hobb", + "id": "4875" + }, + { + "name": "Brother Maledict", + "id": "4876" + }, + { + "name": "Brother Maledict", + "id": "4879" + }, + { + "name": "Witchaven villager", + "id": "4880" + }, + { + "name": "Witchaven villager", + "id": "4884" + }, + { + "name": "Witchaven villager", + "id": "4886" + }, + { + "name": "Witchaven villager", + "id": "4888" + }, + { + "name": "Mother Mallum", + "id": "4889" + }, + { + "name": "Giant lobster", + "id": "4891" + }, + { + "name": "Jeb", + "id": "4896" + }, + { + "name": "Sir Tinley", + "id": "4897" + }, + { + "name": "Smithing Tutor", + "id": "4905" + }, + { + "name": "Fishing spot", + "id": "4908" + }, + { + "name": "Jig cart", + "id": "4912" + }, + { + "name": "Jig cart", + "id": "4914" + }, + { + "name": "Jig cart", + "id": "4915" + }, + { + "name": "Jig cart", + "id": "4916" + }, + { + "name": "Jig cart", + "id": "4917" + }, + { + "name": "Jig cart", + "id": "4918" + }, + { + "name": "Abidor Crank", + "id": "4919" + }, + { + "name": "Ignatius Vulcan", + "id": "4946" + }, + { + "name": "My Arm", + "id": "4948" + }, + { + "name": "My Arm", + "id": "4949" + }, + { + "name": "My Arm", + "id": "4950" + }, + { + "name": "My Arm", + "id": "4958" + }, + { + "name": "My Arm", + "id": "4959" + }, + { + "name": "Adventurer", + "id": "4960" + }, + { + "name": "Captain Barnaby", + "id": "4961" + }, + { + "name": "Murcaily", + "id": "4963" + }, + { + "name": "Jagbakoba", + "id": "4964" + }, + { + "name": "Flies", + "id": "4966" + }, + { + "name": "Unnamed troll child", + "id": "4968" + }, + { + "name": "Drunken dwarf's leg", + "id": "4969" + }, + { + "name": "Baby Roc", + "id": "4970" + }, + { + "name": "Shadow", + "id": "4973" + }, + { + "name": "Captain Barnaby", + "id": "4974" + }, + { + "name": "Male slave", + "id": "4976" + }, + { + "name": "Female slave", + "id": "4978" + }, + { + "name": "Cart Camel", + "id": "4979" + }, + { + "name": "Mine Cart", + "id": "4980" + }, + { + "name": "Mine Cart", + "id": "4981" + }, + { + "name": "Ana", + "id": "4982" + }, + { + "name": "Mercenary", + "id": "4983" + }, + { + "name": "Irena", + "id": "4984" + }, + { + "name": "Gublinch", + "id": "5003" + }, + { + "name": "Gublinch", + "id": "5018" + }, + { + "name": "Gublinch", + "id": "5019" + }, + { + "name": "Jack", + "id": "5020" + }, + { + "name": "Jill", + "id": "5024" + }, + { + "name": "Jeff", + "id": "5025" + }, + { + "name": "Penance Fighter", + "id": "5044" + }, + { + "name": "Penance Fighter", + "id": "5045" + }, + { + "name": "Jack", + "id": "5046" + }, + { + "name": "Jill", + "id": "5047" + }, + { + "name": "Auguste", + "id": "5049" + }, + { + "name": "Auguste", + "id": "5050" + }, + { + "name": "Auguste", + "id": "5051" + }, + { + "name": "Auguste", + "id": "5052" + }, + { + "name": "Assistant Serf", + "id": "5053" + }, + { + "name": "Assistant Brock", + "id": "5054" + }, + { + "name": "Assistant Marrow", + "id": "5055" + }, + { + "name": "Assistant Le Smith", + "id": "5056" + }, + { + "name": "Assistant Stan", + "id": "5057" + }, + { + "name": "Bob", + "id": "5058" + }, + { + "name": "Curly", + "id": "5059" + }, + { + "name": "Moe", + "id": "5060" + }, + { + "name": "Larry", + "id": "5061" + }, + { + "name": "Shark", + "id": "5062" + }, + { + "name": "Shark", + "id": "5068" + }, + { + "name": "Shark", + "id": "5069" + }, + { + "name": "Tropical wagtail", + "id": "5070" + }, + { + "name": "Chinchompa", + "id": "5077" + }, + { + "name": "Matthias", + "id": "5090" + }, + { + "name": "Matthias", + "id": "5093" + }, + { + "name": "Gyr Falcon", + "id": "5094" + }, + { + "name": "Gyr Falcon", + "id": "5095" + }, + { + "name": "Gyr Falcon", + "id": "5096" + }, + { + "name": "Sabre-toothed kyatt", + "id": "5101" + }, + { + "name": "Aleck", + "id": "5110" + }, + { + "name": "Eagle", + "id": "5118" + }, + { + "name": "Eagle", + "id": "5121" + }, + { + "name": "Eagle", + "id": "5122" + }, + { + "name": "Eagle", + "id": "5123" + }, + { + "name": "Nickolaus", + "id": "5124" + }, + { + "name": "Nickolaus", + "id": "5127" + }, + { + "name": "Nickolaus", + "id": "5128" + }, + { + "name": "Nickolaus", + "id": "5129" + }, + { + "name": "Kebbit", + "id": "5134" + }, + { + "name": "Charlie", + "id": "5138" + }, + { + "name": "Boulder", + "id": "5139" + }, + { + "name": "Uri", + "id": "5141" + }, + { + "name": "Uri", + "id": "5142" + }, + { + "name": "Uri", + "id": "5143" + }, + { + "name": "Sheep", + "id": "5148" + }, + { + "name": "Sheep", + "id": "5149" + }, + { + "name": "Sheep", + "id": "5150" + }, + { + "name": "Sheep", + "id": "5151" + }, + { + "name": "Sheep", + "id": "5152" + }, + { + "name": "Sheep", + "id": "5153" + }, + { + "name": "Sheep", + "id": "5154" + }, + { + "name": "Sheep", + "id": "5155" + }, + { + "name": "Sheep", + "id": "5156" + }, + { + "name": "Sheep", + "id": "5157" + }, + { + "name": "Sheep", + "id": "5158" + }, + { + "name": "Sheep", + "id": "5159" + }, + { + "name": "Sheep", + "id": "5160" + }, + { + "name": "Sheep", + "id": "5161" + }, + { + "name": "Sheep", + "id": "5165" + }, + { + "name": "Ogre chieftain", + "id": "5174" + }, + { + "name": "Ogre shaman", + "id": "5175" + }, + { + "name": "Ogre shaman", + "id": "5177" + }, + { + "name": "Elkoy", + "id": "5179" + }, + { + "name": "Ogre shaman", + "id": "5180" + }, + { + "name": "Elkoy", + "id": "5182" + }, + { + "name": "Ogre shaman", + "id": "5183" + }, + { + "name": "Biggleswade", + "id": "5185" + }, + { + "name": "Ogre shaman", + "id": "5186" + }, + { + "name": "Ogre shaman", + "id": "5189" + }, + { + "name": "Blaze Sharpeye", + "id": "5191" + }, + { + "name": "Ogre shaman", + "id": "5192" + }, + { + "name": "Blaze Sharpeye", + "id": "5194" + }, + { + "name": "Witch", + "id": "5199" + }, + { + "name": "Alice's husband", + "id": "5201" + }, + { + "name": "Alice's husband", + "id": "5203" + }, + { + "name": "Alice's husband", + "id": "5205" + }, + { + "name": "Tree", + "id": "5206" + }, + { + "name": "Undead tree", + "id": "5208" + }, + { + "name": " Sneaky undead fowl", + "id": "5209" + }, + { + "name": "Cow1337killr", + "id": "5210" + }, + { + "name": "Alice", + "id": "5212" + }, + { + "name": "Penance Fighter", + "id": "5213" + }, + { + "name": "Penance Fighter", + "id": "5214" + }, + { + "name": "Penance Fighter", + "id": "5215" + }, + { + "name": "Penance Fighter", + "id": "5216" + }, + { + "name": "Penance Fighter", + "id": "5217" + }, + { + "name": "Penance Fighter", + "id": "5218" + }, + { + "name": "Penance Fighter", + "id": "5219" + }, + { + "name": "Penance Runner", + "id": "5220" + }, + { + "name": "Penance Runner", + "id": "5221" + }, + { + "name": "Penance Runner", + "id": "5222" + }, + { + "name": "Penance Runner", + "id": "5223" + }, + { + "name": "Penance Runner", + "id": "5224" + }, + { + "name": "Penance Runner", + "id": "5225" + }, + { + "name": "Penance Runner", + "id": "5226" + }, + { + "name": "Penance Runner", + "id": "5227" + }, + { + "name": "Penance Runner", + "id": "5228" + }, + { + "name": "Penance Ranger", + "id": "5230" + }, + { + "name": "Penance Ranger", + "id": "5231" + }, + { + "name": "Penance Ranger", + "id": "5232" + }, + { + "name": "Penance Ranger", + "id": "5233" + }, + { + "name": "Penance Ranger", + "id": "5234" + }, + { + "name": "Penance Ranger", + "id": "5235" + }, + { + "name": "Penance Ranger", + "id": "5236" + }, + { + "name": "Penance Healer", + "id": "5238" + }, + { + "name": "Penance Healer", + "id": "5239" + }, + { + "name": "Penance Healer", + "id": "5240" + }, + { + "name": "Penance Healer", + "id": "5241" + }, + { + "name": "Penance Healer", + "id": "5242" + }, + { + "name": "Penance Healer", + "id": "5243" + }, + { + "name": "Penance Healer", + "id": "5244" + }, + { + "name": "Penance Healer", + "id": "5245" + }, + { + "name": "Penance Healer", + "id": "5246" + }, + { + "name": "Locust rider", + "id": "5255" + }, + { + "name": "Locust rider", + "id": "5256" + }, + { + "name": "Banker", + "id": "5257" + }, + { + "name": "Banker", + "id": "5259" + }, + { + "name": "Stonemason", + "id": "5261" + }, + { + "name": "Nathifa", + "id": "5263" + }, + { + "name": "Urbi", + "id": "5265" + }, + { + "name": "Jamila", + "id": "5267" + }, + { + "name": "Sophanem guard", + "id": "5269" + }, + { + "name": "Sophanem guard", + "id": "5271" + }, + { + "name": "Sophanem guard", + "id": "5273" + }, + { + "name": "Sophanem guard", + "id": "5275" + }, + { + "name": "Coenus", + "id": "5278" + }, + { + "name": "Jex", + "id": "5279" + }, + { + "name": "Maisa", + "id": "5280" + }, + { + "name": "Osman", + "id": "5282" + }, + { + "name": "Osman", + "id": "5286" + }, + { + "name": "Osman", + "id": "5287" + }, + { + "name": "Embalmer", + "id": "5288" + }, + { + "name": "Carpenter", + "id": "5289" + }, + { + "name": "Linen worker", + "id": "5290" + }, + { + "name": "Priest", + "id": "5291" + }, + { + "name": "Giant scarab", + "id": "5292" + }, + { + "name": "Mummy ashes", + "id": "5360" + }, + { + "name": "Odovacar", + "id": "5383" + }, + { + "name": "Terror dog statue", + "id": "5415" + }, + { + "name": "Terror dog statue", + "id": "5416" + }, + { + "name": "Tarn", + "id": "5419" + }, + { + "name": "Larry", + "id": "5423" + }, + { + "name": "Larry", + "id": "5425" + }, + { + "name": "Larry", + "id": "5426" + }, + { + "name": "Penguin", + "id": "5427" + }, + { + "name": "Penguin", + "id": "5429" + }, + { + "name": "Penguin", + "id": "5430" + }, + { + "name": "KGP Guard", + "id": "5431" + }, + { + "name": "Pescaling Pax", + "id": "5432" + }, + { + "name": "Ping", + "id": "5433" + }, + { + "name": "Ping", + "id": "5434" + }, + { + "name": "Pong", + "id": "5435" + }, + { + "name": "Pong", + "id": "5436" + }, + { + "name": "Ping", + "id": "5437" + }, + { + "name": "Pong", + "id": "5438" + }, + { + "name": "Noodle", + "id": "5443" + }, + { + "name": "Penguin", + "id": "5445" + }, + { + "name": "Penguin suit", + "id": "5446" + }, + { + "name": "Penguin", + "id": "5449" + }, + { + "name": "Penguin", + "id": "5450" + }, + { + "name": "Penguin", + "id": "5451" + }, + { + "name": "Crusher", + "id": "5456" + }, + { + "name": "Crusher", + "id": "5457" + }, + { + "name": "Crusher", + "id": "5458" + }, + { + "name": "Crusher", + "id": "5459" + }, + { + "name": "Tree", + "id": "5460" + }, + { + "name": "Jungle Tree", + "id": "5461" + }, + { + "name": "Tolna", + "id": "5462" + }, + { + "name": "Honour guard", + "id": "5463" + }, + { + "name": "Honour guard", + "id": "5464" + }, + { + "name": "Fridleif Shieldson", + "id": "5465" + }, + { + "name": "Thakkrad Sigmundson", + "id": "5466" + }, + { + "name": "Iceberg", + "id": "5467" + }, + { + "name": "Iceberg", + "id": "5468" + }, + { + "name": "Arctic Pine", + "id": "5469" + }, + { + "name": "Fishing spot", + "id": "5470" + }, + { + "name": "Fishing spot", + "id": "5471" + }, + { + "name": "Bork Sigmundson", + "id": "5477" + }, + { + "name": "Mord Gunnars", + "id": "5481" + }, + { + "name": "Mord Gunnars", + "id": "5482" + }, + { + "name": "Miner", + "id": "5498" + }, + { + "name": "Grundt", + "id": "5502" + }, + { + "name": "Mawnis Burowgar", + "id": "5503" + }, + { + "name": "Mawnis Burowgar", + "id": "5504" + }, + { + "name": "Fridleif Shieldson", + "id": "5505" + }, + { + "name": "Thakkrad Sigmundson", + "id": "5506" + }, + { + "name": "Maria Gunnars", + "id": "5507" + }, + { + "name": "Maria Gunnars", + "id": "5508" + }, + { + "name": "Jofridr Mordstatter", + "id": "5509" + }, + { + "name": "Morten Holdstrom", + "id": "5510" + }, + { + "name": "Gunnar Holdstrom", + "id": "5511" + }, + { + "name": "Anne Isaakson", + "id": "5512" + }, + { + "name": "Lisse Isaakson", + "id": "5513" + }, + { + "name": "Kjedelig Uppsen", + "id": "5518" + }, + { + "name": "Trogen Konungarde", + "id": "5519" + }, + { + "name": "Slug Hemligssen", + "id": "5520" + }, + { + "name": "Ice troll grunt", + "id": "5528" + }, + { + "name": "Sorceress", + "id": "5530" + }, + { + "name": "Osman", + "id": "5560" + }, + { + "name": "Del-Monty", + "id": "5562" + }, + { + "name": "Bouncer", + "id": "5564" + }, + { + "name": "Bouncer", + "id": "5565" + }, + { + "name": "General Khazard", + "id": "5566" + }, + { + "name": "Scout", + "id": "5567" + }, + { + "name": "Scout", + "id": "5568" + }, + { + "name": "Scout", + "id": "5569" + }, + { + "name": "Scout", + "id": "5570" + }, + { + "name": "Effigy", + "id": "5573" + }, + { + "name": "Effigy", + "id": "5579" + }, + { + "name": "Bonafido", + "id": "5580" + }, + { + "name": "Homunculus", + "id": "5582" + }, + { + "name": "Homunculus", + "id": "5583" + }, + { + "name": "'Transmute' The Alchemist", + "id": "5585" + }, + { + "name": "'Transmute' The Alchemist", + "id": "5586" + }, + { + "name": "'Currency' The Alchemist", + "id": "5587" + }, + { + "name": "'Currency' The Alchemist", + "id": "5588" + }, + { + "name": "'The Guns'", + "id": "5592" + }, + { + "name": "Unicow", + "id": "5598" + }, + { + "name": "Elfinlocks", + "id": "5604" + }, + { + "name": "Clockwork cat", + "id": "5605" + }, + { + "name": "Clockwork cat", + "id": "5606" + }, + { + "name": "Rufus", + "id": "5612" + }, + { + "name": "Mi-Gor", + "id": "5613" + }, + { + "name": "Puffin", + "id": "5615" + }, + { + "name": "Brother Tranquility", + "id": "5616" + }, + { + "name": "Brother Tranquility", + "id": "5617" + }, + { + "name": "Brother Tranquility", + "id": "5618" + }, + { + "name": "Zombie monk", + "id": "5623" + }, + { + "name": "Zombie monk", + "id": "5624" + }, + { + "name": "Zombie monk", + "id": "5625" + }, + { + "name": "Zombie monk", + "id": "5626" + }, + { + "name": "Undead Lumberjack", + "id": "5667" + }, + { + "name": "Undead Lumberjack", + "id": "5679" + }, + { + "name": "Undead Lumberjack", + "id": "5681" + }, + { + "name": "Undead Lumberjack", + "id": "5682" + }, + { + "name": "Undead Lumberjack", + "id": "5683" + }, + { + "name": "Undead Lumberjack", + "id": "5684" + }, + { + "name": "Undead Lumberjack", + "id": "5685" + }, + { + "name": "Undead Lumberjack", + "id": "5686" + }, + { + "name": "Undead Lumberjack", + "id": "5687" + }, + { + "name": "Undead Lumberjack", + "id": "5688" + }, + { + "name": "Undead Lumberjack", + "id": "5689" + }, + { + "name": "Undead Lumberjack", + "id": "5690" + }, + { + "name": "Undead Lumberjack", + "id": "5691" + }, + { + "name": "Undead Lumberjack", + "id": "5692" + }, + { + "name": "Undead Lumberjack", + "id": "5693" + }, + { + "name": "Undead Lumberjack", + "id": "5694" + }, + { + "name": "Undead Lumberjack", + "id": "5695" + }, + { + "name": "Undead Lumberjack", + "id": "5696" + }, + { + "name": "Undead Lumberjack", + "id": "5697" + }, + { + "name": "Undead Lumberjack", + "id": "5698" + }, + { + "name": "Undead Lumberjack", + "id": "5699" + }, + { + "name": "Undead Lumberjack", + "id": "5700" + }, + { + "name": "Undead Lumberjack", + "id": "5701" + }, + { + "name": "Undead Lumberjack", + "id": "5702" + }, + { + "name": "Undead Lumberjack", + "id": "5703" + }, + { + "name": "Undead Lumberjack", + "id": "5704" + }, + { + "name": "Undead Lumberjack", + "id": "5705" + }, + { + "name": "Undead Lumberjack", + "id": "5706" + }, + { + "name": "Undead Lumberjack", + "id": "5707" + }, + { + "name": "Undead Lumberjack", + "id": "5708" + }, + { + "name": "Undead Lumberjack", + "id": "5709" + }, + { + "name": "Undead Lumberjack", + "id": "5710" + }, + { + "name": "Undead Lumberjack", + "id": "5711" + }, + { + "name": "Undead Lumberjack", + "id": "5712" + }, + { + "name": "Undead Lumberjack", + "id": "5713" + }, + { + "name": "Undead Lumberjack", + "id": "5714" + }, + { + "name": "Undead Lumberjack", + "id": "5715" + }, + { + "name": "Undead Lumberjack", + "id": "5716" + }, + { + "name": "Undead Lumberjack", + "id": "5717" + }, + { + "name": "Undead Lumberjack", + "id": "5718" + }, + { + "name": "Undead Lumberjack", + "id": "5719" + }, + { + "name": "Undead Lumberjack", + "id": "5720" + }, + { + "name": "Undead Lumberjack", + "id": "5721" + }, + { + "name": "Undead Lumberjack", + "id": "5722" + }, + { + "name": "Undead Lumberjack", + "id": "5723" + }, + { + "name": "Undead Lumberjack", + "id": "5724" + }, + { + "name": "Undead Lumberjack", + "id": "5725" + }, + { + "name": "Undead Lumberjack", + "id": "5726" + }, + { + "name": "Undead Lumberjack", + "id": "5727" + }, + { + "name": "Undead Lumberjack", + "id": "5728" + }, + { + "name": "Undead Lumberjack", + "id": "5729" + }, + { + "name": "Undead Lumberjack", + "id": "5730" + }, + { + "name": "Undead Lumberjack", + "id": "5731" + }, + { + "name": "Undead Lumberjack", + "id": "5732" + }, + { + "name": "Undead Lumberjack", + "id": "5733" + }, + { + "name": "Undead Lumberjack", + "id": "5734" + }, + { + "name": "Undead Lumberjack", + "id": "5735" + }, + { + "name": "Undead Lumberjack", + "id": "5736" + }, + { + "name": "Undead Lumberjack", + "id": "5737" + }, + { + "name": "Undead Lumberjack", + "id": "5738" + }, + { + "name": "Undead Lumberjack", + "id": "5739" + }, + { + "name": "Undead Lumberjack", + "id": "5740" + }, + { + "name": "Undead Lumberjack", + "id": "5741" + }, + { + "name": "Undead Lumberjack", + "id": "5742" + }, + { + "name": "Undead Lumberjack", + "id": "5743" + }, + { + "name": "Undead Lumberjack", + "id": "5744" + }, + { + "name": "Undead Lumberjack", + "id": "5745" + }, + { + "name": "Undead Lumberjack", + "id": "5746" + }, + { + "name": "Undead Lumberjack", + "id": "5747" + }, + { + "name": "Fishing spot", + "id": "5748" + }, + { + "name": "Fishing spot", + "id": "5749" + }, + { + "name": "Ur-zek", + "id": "5770" + }, + { + "name": "Ur-vass", + "id": "5771" + }, + { + "name": "Ur-taal", + "id": "5772" + }, + { + "name": "Ur-meg", + "id": "5773" + }, + { + "name": "Ur-lun", + "id": "5774" + }, + { + "name": "Ur-pel", + "id": "5775" + }, + { + "name": "Bartak", + "id": "5778" + }, + { + "name": "Turgall", + "id": "5779" + }, + { + "name": "Reldak", + "id": "5780" + }, + { + "name": "Miltog", + "id": "5781" + }, + { + "name": "Mernik", + "id": "5782" + }, + { + "name": "Gourmet", + "id": "5787" + }, + { + "name": "Gourmet", + "id": "5789" + }, + { + "name": "Gourmet", + "id": "5790" + }, + { + "name": "Gourmet", + "id": "5791" + }, + { + "name": "Turgok", + "id": "5792" + }, + { + "name": "Markog", + "id": "5793" + }, + { + "name": "Durgok", + "id": "5794" + }, + { + "name": "Tindar", + "id": "5795" + }, + { + "name": "Gundik", + "id": "5796" + }, + { + "name": "Zenkog", + "id": "5797" + }, + { + "name": "Lurgon", + "id": "5798" + }, + { + "name": "Ur-tag", + "id": "5799" + }, + { + "name": "Young 'un", + "id": "5802" + }, + { + "name": "Tyke", + "id": "5804" + }, + { + "name": "Nipper", + "id": "5806" + }, + { + "name": "Movario", + "id": "5825" + }, + { + "name": "Darve", + "id": "5826" + }, + { + "name": "Barlak", + "id": "5828" + }, + { + "name": "Rat Burgiss", + "id": "5830" + }, + { + "name": "Surok Magis", + "id": "5835" + }, + { + "name": "Zaff", + "id": "5836" + }, + { + "name": "Anna Jones", + "id": "5837" + }, + { + "name": "King Roald", + "id": "5838" + }, + { + "name": "Mishkal'un Dorn", + "id": "5839" + }, + { + "name": "Dakh'thoulan Aegis", + "id": "5840" + }, + { + "name": "Sil'as Dahcsnu", + "id": "5841" + }, + { + "name": "Bench", + "id": "5853" + }, + { + "name": "Zanik", + "id": "5857" + }, + { + "name": "Ur-tag", + "id": "5858" + }, + { + "name": "Sigmund and Zanik", + "id": "5862" + }, + { + "name": "Ambassador Alvijar", + "id": "5863" + }, + { + "name": "Tegdak", + "id": "5868" + }, + { + "name": "Zanik", + "id": "5869" + }, + { + "name": "Sergeant Mossfists", + "id": "5871" + }, + { + "name": "Sergeant Slimetoes", + "id": "5872" + }, + { + "name": "Cyrisus", + "id": "5887" + }, + { + "name": "Cyrisus", + "id": "5894" + }, + { + "name": "Cyrisus", + "id": "5895" + }, + { + "name": "Cyrisus", + "id": "5896" + }, + { + "name": "Cyrisus", + "id": "5897" + }, + { + "name": "'Bird's-Eye' Jack", + "id": "5898" + }, + { + "name": "The Inadequacy", + "id": "5899" + }, + { + "name": "The Illusive", + "id": "5907" + }, + { + "name": "Banker", + "id": "5912" + }, + { + "name": "Banker", + "id": "5913" + }, + { + "name": "Elsie", + "id": "5915" + }, + { + "name": "Stray dog", + "id": "5918" + }, + { + "name": "Barnabus Hurma", + "id": "5932" + }, + { + "name": "Marius Giste", + "id": "5933" + }, + { + "name": "Caden Azro", + "id": "5934" + }, + { + "name": "Thias Leacke", + "id": "5935" + }, + { + "name": "Sinco Doar", + "id": "5936" + }, + { + "name": "Tinse Torpe", + "id": "5937" + }, + { + "name": "Torrcs", + "id": "5939" + }, + { + "name": "Marfet", + "id": "5940" + }, + { + "name": "Museum guard", + "id": "5941" + }, + { + "name": "Museum guard", + "id": "5942" + }, + { + "name": "Museum guard", + "id": "5943" + }, + { + "name": "Schoolboy", + "id": "5946" + }, + { + "name": "Teacher and pupil", + "id": "5948" + }, + { + "name": "Schoolboy", + "id": "5949" + }, + { + "name": "Teacher", + "id": "5950" + }, + { + "name": "Schoolgirl", + "id": "5951" + }, + { + "name": "Workman", + "id": "5953" + }, + { + "name": "Workman", + "id": "5955" + }, + { + "name": "Schoolgirl", + "id": "5957" + }, + { + "name": "Ed Wood", + "id": "5964" + }, + { + "name": "Orlando Smith", + "id": "5965" + }, + { + "name": "Natural historian", + "id": "5967" + }, + { + "name": "Natural historian", + "id": "5968" + }, + { + "name": "Natural historian", + "id": "5969" + }, + { + "name": "Natural historian", + "id": "5970" + }, + { + "name": "Schoolgirl", + "id": "5983" + }, + { + "name": "Schoolgirl", + "id": "5984" + }, + { + "name": "Schoolgirl", + "id": "5985" + }, + { + "name": "Miazrqa", + "id": "5988" + }, + { + "name": "Grimgnash", + "id": "5989" + }, + { + "name": "Drain pipe", + "id": "5991" + }, + { + "name": "Mouse", + "id": "5995" + }, + { + "name": "Rupert the Beard", + "id": "5997" + }, + { + "name": "Rupert the Beard", + "id": "6000" + }, + { + "name": "Gnome", + "id": "6002" + }, + { + "name": "Winkin", + "id": "6003" + }, + { + "name": "Gnome", + "id": "6004" + }, + { + "name": "Cage", + "id": "6005" + }, + { + "name": "Immenizz", + "id": "6071" + }, + { + "name": "Cyclops", + "id": "6075" + }, + { + "name": "Captain Ned", + "id": "6082" + }, + { + "name": "Cabin boy Jenkins", + "id": "6085" + }, + { + "name": "Cabin boy Jenkins", + "id": "6086" + }, + { + "name": "Elvarg", + "id": "6087" + }, + { + "name": "Drake", + "id": "6114" + }, + { + "examine": "A man, learned in the ways of the stars.", + "name": "Observatory professor", + "id": "6119" + }, + { + "name": "Clothears", + "id": "6130" + }, + { + "name": "Town crier", + "id": "6138" + }, + { + "name": "Town crier", + "id": "6139" + }, + { + "name": "Sir Lucan", + "id": "6158" + }, + { + "name": "Sir Lancelot", + "id": "6160" + }, + { + "name": "Sir Bedivere", + "id": "6161" + }, + { + "name": "Sir Tristram", + "id": "6162" + }, + { + "name": "Sir Pelleas", + "id": "6163" + }, + { + "name": "Sir Gawain", + "id": "6164" + }, + { + "name": "Sir Kay", + "id": "6165" + }, + { + "name": "Sir Pelleas", + "id": "6166" + }, + { + "name": "Sir Gawain", + "id": "6167" + }, + { + "name": "Sir Kay", + "id": "6168" + }, + { + "name": "Sir Kay", + "id": "6171" + }, + { + "name": "Sir Gawain", + "id": "6172" + }, + { + "name": "Sir Lucan", + "id": "6173" + }, + { + "name": "Bandit", + "id": "6174" + }, + { + "name": "Sir Tristram", + "id": "6175" + }, + { + "name": "Sir Pelleas", + "id": "6176" + }, + { + "name": "Sir Bedivere", + "id": "6177" + }, + { + "name": "Anna", + "id": "6178" + }, + { + "name": "David", + "id": "6179" + }, + { + "name": "Anna", + "id": "6180" + }, + { + "name": "Court judge", + "id": "6181" + }, + { + "name": "Jury", + "id": "6182" + }, + { + "name": "Prosecutor", + "id": "6185" + }, + { + "name": "Morgan Le Faye", + "id": "6186" + }, + { + "name": "Sinclair", + "id": "6191" + }, + { + "name": "Banker", + "id": "6199" + }, + { + "name": "K'ril Tsutsaroth", + "id": "6202" + }, + { + "name": "Warped terrorbird", + "id": "6284" + }, + { + "name": "Jeffery", + "id": "6298" + }, + { + "name": "Big monolith", + "id": "6299" + }, + { + "name": "Small monolith", + "id": "6300" + }, + { + "name": "Cute creature", + "id": "6301" + }, + { + "name": "Evil creature", + "id": "6302" + }, + { + "name": "Yewnock the engineer", + "id": "6303" + }, + { + "name": "Bolrie", + "id": "6304" + }, + { + "name": "Hazelmere", + "id": "6305" + }, + { + "name": "Advisor", + "id": "6307" + }, + { + "name": "King Argenthorg", + "id": "6308" + }, + { + "name": "Prince Argenthorg", + "id": "6309" + }, + { + "name": "Cute creature", + "id": "6310" + }, + { + "name": "Evil creature", + "id": "6312" + }, + { + "name": "Terrorbird servant", + "id": "6313" + }, + { + "name": "Guard no. 21", + "id": "6316" + }, + { + "name": "Guard no. 72", + "id": "6317" + }, + { + "name": "Longramble", + "id": "6318" + }, + { + "name": "Spirit tree", + "id": "6319" + }, + { + "name": "Spirit tree", + "id": "6321" + }, + { + "name": "Child", + "id": "6333" + }, + { + "name": "Child", + "id": "6340" + }, + { + "name": "Child", + "id": "6341" + }, + { + "name": "Child", + "id": "6342" + }, + { + "name": "Child", + "id": "6343" + }, + { + "name": "Child", + "id": "6345" + }, + { + "name": "Street urchin", + "id": "6357" + }, + { + "name": "Street urchin", + "id": "6359" + }, + { + "name": "Street urchin", + "id": "6360" + }, + { + "name": "Street urchin", + "id": "6361" + }, + { + "name": "Eniola", + "id": "6362" + }, + { + "name": "Kennith", + "id": "6373" + }, + { + "name": "Wizard Cromperty", + "id": "6375" + }, + { + "name": "Karamjan Jungle Eagle", + "id": "6384" + }, + { + "name": "Bandit", + "id": "6386" + }, + { + "name": "Glough", + "id": "6391" + }, + { + "name": "Oldak", + "id": "6392" + }, + { + "name": "Zanik", + "id": "6393" + }, + { + "name": "Zanik", + "id": "6394" + }, + { + "name": "Zanik", + "id": "6396" + }, + { + "name": "Zanik", + "id": "6398" + }, + { + "name": "Oldak", + "id": "6400" + }, + { + "name": "Skoblin", + "id": "6468" + }, + { + "name": "Snothead", + "id": "6474" + }, + { + "name": "Snailfeet", + "id": "6475" + }, + { + "name": "Mosschin", + "id": "6476" + }, + { + "name": "Redeyes", + "id": "6477" + }, + { + "name": "Strongbones", + "id": "6478" + }, + { + "name": "Grubfoot", + "id": "6479" + }, + { + "name": "Grubfoot", + "id": "6480" + }, + { + "name": "Priest", + "id": "6483" + }, + { + "name": "Priest", + "id": "6484" + }, + { + "name": "Priest", + "id": "6485" + }, + { + "name": "Priest", + "id": "6486" + }, + { + "name": "Priest", + "id": "6487" + }, + { + "name": "High priest", + "id": "6489" + }, + { + "name": "Registrar 1", + "id": "6505" + }, + { + "name": "Jury", + "id": "6511" + }, + { + "name": "Spectator", + "id": "6513" + }, + { + "name": "Spectator", + "id": "6515" + }, + { + "name": "Spectator", + "id": "6517" + }, + { + "name": "Spectator", + "id": "6519" + }, + { + "name": "Head Registrar", + "id": "6520" + }, + { + "name": "Mandrith", + "id": "6537" + }, + { + "name": "Banker", + "id": "6538" + }, + { + "name": "Charley the Cleaner", + "id": "6539" + }, + { + "name": "Scotty the Cleaner", + "id": "6540" + }, + { + "name": "Sanchez the Cleaner", + "id": "6541" + }, + { + "name": "Summer Bonde", + "id": "6542" + }, + { + "name": "Broken grave marker", + "id": "6566" + }, + { + "name": "Collapsing grave marker", + "id": "6567" + }, + { + "name": "Grave marker", + "id": "6568" + }, + { + "name": "Broken grave marker", + "id": "6569" + }, + { + "name": "Collapsing grave marker", + "id": "6570" + }, + { + "name": "Gravestone", + "id": "6571" + }, + { + "name": "Broken gravestone", + "id": "6572" + }, + { + "name": "Collapsing gravestone", + "id": "6573" + }, + { + "name": "Gravestone", + "id": "6574" + }, + { + "name": "Broken gravestone", + "id": "6575" + }, + { + "name": "Collapsing gravestone", + "id": "6576" + }, + { + "name": "Gravestone", + "id": "6577" + }, + { + "name": "Broken gravestone", + "id": "6578" + }, + { + "name": "Collapsing gravestone", + "id": "6579" + }, + { + "name": "Stele", + "id": "6580" + }, + { + "name": "Broken stele", + "id": "6581" + }, + { + "name": "Collapsing stele", + "id": "6582" + }, + { + "name": "Saradomin symbol", + "id": "6583" + }, + { + "name": "Broken Saradomin symbol", + "id": "6584" + }, + { + "name": "Collapsing Saradomin symbol", + "id": "6585" + }, + { + "name": "Zamorak symbol", + "id": "6586" + }, + { + "name": "Broken Zamorak symbol", + "id": "6587" + }, + { + "name": "Collapsing Zamorak symbol", + "id": "6588" + }, + { + "name": "Guthix symbol", + "id": "6589" + }, + { + "name": "Broken Guthix symbol", + "id": "6590" + }, + { + "name": "Collapsing Guthix symbol", + "id": "6591" + }, + { + "name": "Bandos symbol", + "id": "6592" + }, + { + "name": "Broken Bandos symbol", + "id": "6593" + }, + { + "name": "Collapsing Bandos symbol", + "id": "6594" + }, + { + "name": "Armadyl symbol", + "id": "6595" + }, + { + "name": "Broken Armadyl symbol", + "id": "6596" + }, + { + "name": "Collapsing Armadyl symbol", + "id": "6597" + }, + { + "name": "Memorial stone", + "id": "6598" + }, + { + "name": "Broken memorial stone", + "id": "6599" + }, + { + "name": "Collapsing memorial stone", + "id": "6600" + }, + { + "name": "Memorial stone", + "id": "6601" + }, + { + "name": "Broken memorial stone", + "id": "6602" + }, + { + "name": "Collapsing memorial stone", + "id": "6603" + }, + { + "name": "Snow imp", + "id": "6732" + }, + { + "name": "Snow imp", + "id": "6733" + }, + { + "name": "Snow imp", + "id": "6734" + }, + { + "name": "Snow imp", + "id": "6735" + }, + { + "name": "Snow imp", + "id": "6736" + }, + { + "name": "Snow imp", + "id": "6737" + }, + { + "name": "Snow imp", + "id": "6738" + }, + { + "name": "Snow", + "id": "6741" + }, + { + "examine": "A traditional snowman.", + "name": "Snowman", + "id": "6746" + }, + { + "name": "Bulldog", + "id": "6751" + }, + { + "name": "Mummy", + "id": "6753" + }, + { + "name": "Mummy", + "id": "6754" + }, + { + "name": "Mummy", + "id": "6755" + }, + { + "name": "Mummy", + "id": "6756" + }, + { + "name": "Mummy", + "id": "6757" + }, + { + "name": "Mummy", + "id": "6758" + }, + { + "name": "Mummy", + "id": "6759" + }, + { + "name": "Mummy", + "id": "6760" + }, + { + "name": "Giant scarab", + "id": "6771" + }, + { + "name": "Scabaras priest", + "id": "6775" + }, + { + "name": "Maisa", + "id": "6782" + }, + { + "name": "Maisa", + "id": "6783" + }, + { + "name": "Priest", + "id": "6784" + }, + { + "name": "High Priest of Scabaras", + "id": "6791" + }, + { + "name": "Vulture", + "id": "6792" + }, + { + "name": "Spirit terrorbird", + "id": "6793" + }, + { + "name": "Beaver", + "id": "6808" + }, + { + "name": "Pet shop owner", + "id": "6898" + }, + { + "name": "Bulldog", + "id": "6899" + }, + { + "name": "Baby penguin", + "id": "6908" + }, + { + "name": "Penguin", + "id": "6909" + }, + { + "name": "Penguin", + "id": "6910" + }, + { + "name": "Raven chick", + "id": "6911" + }, + { + "name": "Raven", + "id": "6912" + }, + { + "name": "Baby raccoon", + "id": "6913" + }, + { + "name": "Raccoon", + "id": "6914" + }, + { + "name": "Baby gecko", + "id": "6915" + }, + { + "examine": "", + "name": "Gecko", + "id": "6916" + }, + { + "examine": "How cute!", + "name": "Gecko", + "id": "6918" + }, + { + "name": "Baby squirrel", + "id": "6919" + }, + { + "name": "Squirrel", + "id": "6920" + }, + { + "name": "Baby chameleon", + "id": "6922" + }, + { + "name": "Chameleon", + "id": "6923" + }, + { + "name": "Baby chameleon", + "id": "6924" + }, + { + "name": "Chameleon", + "id": "6925" + }, + { + "name": "Baby chameleon", + "id": "6926" + }, + { + "name": "Chameleon", + "id": "6927" + }, + { + "name": "Baby chameleon", + "id": "6928" + }, + { + "name": "Chameleon", + "id": "6929" + }, + { + "name": "Baby chameleon", + "id": "6930" + }, + { + "name": "Chameleon", + "id": "6931" + }, + { + "name": "Baby chameleon", + "id": "6932" + }, + { + "name": "Chameleon", + "id": "6933" + }, + { + "name": "Baby chameleon", + "id": "6934" + }, + { + "name": "Chameleon", + "id": "6935" + }, + { + "name": "Baby chameleon", + "id": "6936" + }, + { + "name": "Chameleon", + "id": "6937" + }, + { + "name": "Baby chameleon", + "id": "6938" + }, + { + "name": "Chameleon", + "id": "6939" + }, + { + "name": "Baby chameleon", + "id": "6940" + }, + { + "name": "Chameleon", + "id": "6941" + }, + { + "name": "Vulture chick", + "id": "6945" + }, + { + "name": "Vulture", + "id": "6946" + }, + { + "name": "Baby giant crab", + "id": "6947" + }, + { + "name": "Giant crab", + "id": "6948" + }, + { + "name": "Saradomin chick", + "id": "6949" + }, + { + "name": "Saradomin bird", + "id": "6950" + }, + { + "name": "Saradomin owl", + "id": "6951" + }, + { + "name": "Zamorak chick", + "id": "6952" + }, + { + "name": "Zamorak bird", + "id": "6953" + }, + { + "name": "Zamorak hawk", + "id": "6954" + }, + { + "name": "Guthix chick", + "id": "6955" + }, + { + "name": "Guthix bird", + "id": "6956" + }, + { + "name": "Guthix raptor", + "id": "6957" + }, + { + "name": "Pikkupstix", + "id": "6970" + }, + { + "name": "Giant wolpertinger", + "id": "6988" + }, + { + "name": "Ibis", + "id": "6991" + }, + { + "name": "Fishing spot", + "id": "6996" + }, + { + "name": "Dark Squall", + "id": "7000" + }, + { + "name": "Surok Magis", + "id": "7002" + }, + { + "name": "Grenwall", + "id": "7006" + }, + { + "name": "Platypus", + "id": "7015" + }, + { + "name": "Platypus", + "id": "7016" + }, + { + "name": "Platypus", + "id": "7017" + }, + { + "name": "Baby platypus", + "id": "7018" + }, + { + "name": "Baby platypus", + "id": "7019" + }, + { + "name": "Baby platypus", + "id": "7020" + }, + { + "name": "Platypus", + "id": "7022" + }, + { + "name": "Platypus", + "id": "7023" + }, + { + "name": "Baby platypus", + "id": "7025" + }, + { + "name": "Baby platypus", + "id": "7026" + }, + { + "name": "Patrick", + "id": "7027" + }, + { + "name": "Penelope", + "id": "7028" + }, + { + "name": "Peter", + "id": "7029" + }, + { + "name": "Peanut", + "id": "7030" + }, + { + "name": "Diseased kebbit", + "id": "7032" + }, + { + "name": "Fishing spot", + "id": "7040" + }, + { + "name": "Fishing spot", + "id": "7045" + }, + { + "name": "Fishing spot", + "id": "7046" + }, + { + "name": "Frawd", + "id": "7048" + }, + { + "name": "Ogress banker", + "id": "7050" + }, + { + "name": "Seegud", + "id": "7052" + }, + { + "name": "Chargurr", + "id": "7053" + }, + { + "name": "Chargurr", + "id": "7054" + }, + { + "name": "Snurgh", + "id": "7055" + }, + { + "name": "Kringk", + "id": "7058" + }, + { + "name": "Thump", + "id": "7059" + }, + { + "name": "Massage table", + "id": "7060" + }, + { + "name": "Thump", + "id": "7061" + }, + { + "name": "Muggh", + "id": "7062" + }, + { + "name": "Kringk", + "id": "7063" + }, + { + "name": "Hairdryer", + "id": "7064" + }, + { + "name": "Snert", + "id": "7065" + }, + { + "name": "Tyke", + "id": "7068" + }, + { + "name": "Snarrl", + "id": "7069" + }, + { + "name": "Snarrk", + "id": "7070" + }, + { + "name": "I'rk", + "id": "7071" + }, + { + "name": "Thuddley", + "id": "7072" + }, + { + "name": "Grr'bah", + "id": "7073" + }, + { + "name": "Chomp", + "id": "7074" + }, + { + "name": "Grubb", + "id": "7075" + }, + { + "name": "Grunther", + "id": "7076" + }, + { + "name": "Glum", + "id": "7077" + }, + { + "name": "Flying bugs", + "id": "7083" + }, + { + "name": "Balnea", + "id": "7087" + }, + { + "name": "Chief Tess", + "id": "7088" + }, + { + "name": "Chargurr", + "id": "7089" + }, + { + "name": "Wise Old Man", + "id": "7090" + }, + { + "name": "Dawg", + "id": "7091" + }, + { + "name": "Drunken sailor", + "id": "7116" + }, + { + "name": "Drunken sailor", + "id": "7117" + }, + { + "name": "Catapult engineer", + "id": "7118" + }, + { + "name": "Tyras guard", + "id": "7119" + }, + { + "name": "General Hining", + "id": "7121" + }, + { + "name": "Githan", + "id": "7122" + }, + { + "name": "Amulet of Nature", + "id": "7123" + }, + { + "name": "Mud", + "id": "7124" + }, + { + "name": "Surok Magis", + "id": "7136" + }, + { + "name": "Professor Henry", + "id": "7143" + }, + { + "name": "Villager", + "id": "7163" + }, + { + "name": "Villager", + "id": "7165" + }, + { + "name": "Villager", + "id": "7166" + }, + { + "name": "Villager", + "id": "7167" + }, + { + "name": "Kimberly", + "id": "7169" + }, + { + "name": "Kimberly", + "id": "7170" + }, + { + "name": "Kennith", + "id": "7171" + }, + { + "name": "Kennith", + "id": "7172" + }, + { + "name": "Kennith", + "id": "7173" + }, + { + "name": "Kennith", + "id": "7174" + }, + { + "name": "Kennith", + "id": "7175" + }, + { + "name": "Villager", + "id": "7176" + }, + { + "name": "Ezekial Lovecraft", + "id": "7184" + }, + { + "name": "Clive", + "id": "7185" + }, + { + "name": "Katherine", + "id": "7186" + }, + { + "name": "Katherine", + "id": "7187" + }, + { + "name": "Clive", + "id": "7188" + }, + { + "name": "Kent", + "id": "7189" + }, + { + "name": "Rabbit hole", + "id": "7190" + }, + { + "name": "Easter Bunny", + "id": "7197" + }, + { + "name": "Bunny", + "id": "7198" + }, + { + "name": "Bunny", + "id": "7199" + }, + { + "name": "Guard bunny", + "id": "7200" + }, + { + "name": "Chocatrice", + "id": "7201" + }, + { + "name": "Void Knight", + "id": "7203" + }, + { + "name": "Mouse", + "id": "7205" + }, + { + "name": "Rabbit", + "id": "7208" + }, + { + "name": "Raven chick", + "id": "7261" + }, + { + "name": "Raven", + "id": "7262" + }, + { + "name": "Raven chick", + "id": "7263" + }, + { + "name": "Raven", + "id": "7264" + }, + { + "name": "Raven chick", + "id": "7265" + }, + { + "name": "Raven", + "id": "7266" + }, + { + "name": "Raven chick", + "id": "7267" + }, + { + "name": "Raven", + "id": "7268" + }, + { + "name": "Raven chick", + "id": "7269" + }, + { + "name": "Raven", + "id": "7270" + }, + { + "name": "Baby raccoon", + "id": "7271" + }, + { + "name": "Raccoon", + "id": "7272" + }, + { + "name": "Baby raccoon", + "id": "7273" + }, + { + "name": "Raccoon", + "id": "7274" + }, + { + "name": "Baby raccoon", + "id": "7276" + }, + { + "name": "Baby gecko", + "id": "7277" + }, + { + "name": "Baby gecko", + "id": "7278" + }, + { + "name": "Baby gecko", + "id": "7279" + }, + { + "name": "Baby gecko", + "id": "7280" + }, + { + "examine": "", + "name": "Gecko", + "id": "7281" + }, + { + "name": "Gecko", + "id": "7282" + }, + { + "name": "Gecko", + "id": "7283" + }, + { + "name": "Gecko", + "id": "7284" + }, + { + "examine": "It's so adorably tiny!", + "name": "Baby gecko", + "id": "7286" + }, + { + "examine": "", + "name": "Baby gecko", + "id": "7287" + }, + { + "examine": "It's so adorably tiny!", + "name": "Baby gecko", + "id": "7288" + }, + { + "name": "Gecko", + "id": "7289" + }, + { + "examine": "How cute!", + "name": "Gecko", + "id": "7290" + }, + { + "name": "Gecko", + "id": "7291" + }, + { + "examine": "How cute!", + "name": "Gecko", + "id": "7292" + }, + { + "name": "Baby giant crab", + "id": "7293" + }, + { + "name": "Giant crab", + "id": "7294" + }, + { + "name": "Baby giant crab", + "id": "7295" + }, + { + "name": "Giant crab", + "id": "7296" + }, + { + "name": "Baby giant crab", + "id": "7297" + }, + { + "name": "Giant crab", + "id": "7298" + }, + { + "name": "Baby giant crab", + "id": "7299" + }, + { + "name": "Giant crab", + "id": "7300" + }, + { + "name": "Baby squirrel", + "id": "7301" + }, + { + "name": "Squirrel", + "id": "7302" + }, + { + "name": "Baby squirrel", + "id": "7303" + }, + { + "name": "Squirrel", + "id": "7304" + }, + { + "name": "Baby squirrel", + "id": "7305" + }, + { + "name": "Squirrel", + "id": "7306" + }, + { + "name": "Baby squirrel", + "id": "7307" + }, + { + "name": "Squirrel", + "id": "7308" + }, + { + "name": "Baby squirrel", + "id": "7309" + }, + { + "name": "Baby squirrel", + "id": "7310" + }, + { + "name": "Baby squirrel", + "id": "7311" + }, + { + "name": "Baby squirrel", + "id": "7312" + }, + { + "name": "Baby penguin", + "id": "7313" + }, + { + "name": "Penguin", + "id": "7314" + }, + { + "name": "Penguin", + "id": "7315" + }, + { + "name": "Baby penguin", + "id": "7316" + }, + { + "name": "Penguin", + "id": "7317" + }, + { + "name": "Penguin", + "id": "7318" + }, + { + "name": "Vulture chick", + "id": "7319" + }, + { + "name": "Vulture", + "id": "7320" + }, + { + "name": "Vulture chick", + "id": "7321" + }, + { + "name": "Vulture", + "id": "7322" + }, + { + "name": "Vulture chick", + "id": "7323" + }, + { + "name": "Vulture", + "id": "7324" + }, + { + "name": "Vulture chick", + "id": "7325" + }, + { + "name": "Vulture", + "id": "7326" + }, + { + "name": "Vulture chick", + "id": "7327" + }, + { + "name": "Vulture", + "id": "7328" + }, + { + "name": "Void shifter", + "id": "7369" + }, + { + "name": "Ravenous locust", + "id": "7372" + }, + { + "name": "Uberlass", + "id": "7383" + }, + { + "name": "Uberlass", + "id": "7384" + }, + { + "name": "Uberlass", + "id": "7385" + }, + { + "name": "Uberlass", + "id": "7386" + }, + { + "name": "Sannytea", + "id": "7387" + }, + { + "name": "Sannytea", + "id": "7388" + }, + { + "name": "Irollsixes", + "id": "7389" + }, + { + "name": "Irollsixes", + "id": "7390" + }, + { + "name": "Foxyhunter", + "id": "7391" + }, + { + "name": "Foxyhunter", + "id": "7392" + }, + { + "name": "Foxyhunter", + "id": "7393" + }, + { + "name": "Gabriela", + "id": "7394" + }, + { + "name": "Teodor", + "id": "7395" + }, + { + "name": "Aurel", + "id": "7396" + }, + { + "name": "Cornelius", + "id": "7397" + }, + { + "name": "Sorin", + "id": "7399" + }, + { + "name": "Luscion", + "id": "7400" + }, + { + "name": "Sergiu", + "id": "7401" + }, + { + "name": "Radu", + "id": "7402" + }, + { + "name": "Grigore", + "id": "7403" + }, + { + "name": "Ileana", + "id": "7404" + }, + { + "name": "Valeria", + "id": "7405" + }, + { + "name": "Emilia", + "id": "7406" + }, + { + "name": "Florin", + "id": "7407" + }, + { + "name": "Catalina", + "id": "7408" + }, + { + "name": "Ivan", + "id": "7409" + }, + { + "name": "Victor", + "id": "7410" + }, + { + "name": "Helena", + "id": "7411" + }, + { + "name": "Mihail", + "id": "7412" + }, + { + "name": "Nicoleta", + "id": "7413" + }, + { + "name": "Vasile", + "id": "7414" + }, + { + "name": "Razvan", + "id": "7415" + }, + { + "name": "Luminata", + "id": "7416" + }, + { + "name": "Juvinate", + "id": "7418" + }, + { + "name": "Held vampyre juvinate", + "id": "7419" + }, + { + "name": "Hieronymus Avlafrim", + "id": "7420" + }, + { + "name": "Sasquine Huburns", + "id": "7421" + }, + { + "name": "Sasquine Huburns", + "id": "7422" + }, + { + "name": "Lollery", + "id": "7423" + }, + { + "name": "Wigglewoo", + "id": "7424" + }, + { + "name": "Orangeowns", + "id": "7427" + }, + { + "name": "I like m0m", + "id": "7428" + }, + { + "name": "I like m0m", + "id": "7429" + }, + { + "name": "Qutiedoll", + "id": "7430" + }, + { + "name": "Goreu", + "id": "7431" + }, + { + "name": "Ysgawyn", + "id": "7432" + }, + { + "name": "Arvel", + "id": "7433" + }, + { + "name": "Mawrth", + "id": "7434" + }, + { + "name": "Kelyn", + "id": "7435" + }, + { + "name": "Eoin", + "id": "7436" + }, + { + "name": "Iona", + "id": "7437" + }, + { + "name": "Arianwyn", + "id": "7442" + }, + { + "name": "Oronwen", + "id": "7444" + }, + { + "name": "Banker", + "id": "7445" + }, + { + "name": "Banker", + "id": "7446" + }, + { + "name": "Dalldav", + "id": "7447" + }, + { + "name": "Gethin", + "id": "7448" + }, + { + "name": "Amaethwr", + "id": "7449" + }, + { + "name": "Teclyn", + "id": "7450" + }, + { + "name": "Butterfly", + "id": "7451" + }, + { + "name": "Lapsang", + "id": "7452" + }, + { + "name": "Lapsang", + "id": "7453" + }, + { + "name": "Souchong", + "id": "7454" + }, + { + "name": "Souchong", + "id": "7455" + }, + { + "name": "Earlgrey", + "id": "7456" + }, + { + "name": "Earlgrey", + "id": "7457" + }, + { + "name": "Fairtrade", + "id": "7458" + }, + { + "name": "Sliceoflemon", + "id": "7464" + }, + { + "name": "Sliceoflemon", + "id": "7465" + }, + { + "name": "Milknosugar", + "id": "7466" + }, + { + "name": "Milknosugar", + "id": "7467" + }, + { + "name": "Randomdood", + "id": "7468" + }, + { + "name": "Employedman", + "id": "7469" + }, + { + "name": "Heidiggle", + "id": "7470" + }, + { + "name": "Dodgy Penny", + "id": "7471" + }, + { + "name": "Shadydude98", + "id": "7472" + }, + { + "name": "Madam C", + "id": "7473" + }, + { + "name": "M0m Online", + "id": "7474" + }, + { + "name": "Learking", + "id": "7478" + }, + { + "name": "Moglewee", + "id": "7489" + }, + { + "name": "Moglewee", + "id": "7490" + }, + { + "name": "Sarah Domin", + "id": "7491" + }, + { + "name": "Snowy knight", + "id": "7498" + }, + { + "name": "Sapphire glacialis", + "id": "7499" + }, + { + "name": "Evil Wibbler", + "id": "7509" + }, + { + "name": "Heresjohnny", + "id": "7516" + }, + { + "name": "Mogglewump", + "id": "7517" + }, + { + "name": "Renderorder", + "id": "7521" + }, + { + "name": "Boolean", + "id": "7522" + }, + { + "name": "Stress Diva", + "id": "7523" + }, + { + "name": "Treadsoftly", + "id": "7524" + }, + { + "name": "Helphelphelp", + "id": "7525" + }, + { + "name": "Doorbellpl0x", + "id": "7526" + }, + { + "name": "Fixmydoorup", + "id": "7527" + }, + { + "name": "Wallscaler", + "id": "7529" + }, + { + "name": "2scompany", + "id": "7530" + }, + { + "name": "2scompany", + "id": "7531" + }, + { + "name": "4sjustsilly", + "id": "7533" + }, + { + "name": "Roadblocked", + "id": "7534" + }, + { + "name": "Barricade", + "id": "7535" + }, + { + "name": "Barricade", + "id": "7536" + }, + { + "name": "Yoinker", + "id": "7537" + }, + { + "name": "Yoinker", + "id": "7538" + }, + { + "name": "Stopthief", + "id": "7539" + }, + { + "name": "Stopthief", + "id": "7540" + }, + { + "name": "Knickknack", + "id": "7541" + }, + { + "name": "Paddywhack", + "id": "7542" + }, + { + "name": "Giveadog", + "id": "7543" + }, + { + "name": "Spacebadgers", + "id": "7544" + }, + { + "name": "Freakypeaky", + "id": "7545" + }, + { + "name": "Rollinghome", + "id": "7546" + }, + { + "name": "Nullpointer", + "id": "7547" + }, + { + "name": "Badgerfreak", + "id": "7548" + }, + { + "name": "Windstrike32", + "id": "7549" + }, + { + "name": "Void Knight", + "id": "7550" + }, + { + "name": "Wraithboss", + "id": "7567" + }, + { + "name": "What Goudron", + "id": "7568" + }, + { + "name": "Lvzyoda", + "id": "7574" + }, + { + "name": "Airstriker", + "id": "7575" + }, + { + "name": "Droepedoff", + "id": "7576" + }, + { + "name": "Plzpudding", + "id": "7577" + }, + { + "name": "Assassin10", + "id": "7578" + }, + { + "name": "Steallake", + "id": "7579" + }, + { + "name": "Deepkiwi", + "id": "7581" + }, + { + "name": "Bigface Oz", + "id": "7584" + }, + { + "name": "Torcher", + "id": "7587" + }, + { + "name": "Torcher", + "id": "7588" + }, + { + "name": "Defiler", + "id": "7589" + }, + { + "name": "Defiler", + "id": "7590" + }, + { + "name": "Shifter", + "id": "7591" + }, + { + "name": "Shifter", + "id": "7592" + }, + { + "name": "Shifter", + "id": "7594" + }, + { + "name": "Splatter", + "id": "7595" + }, + { + "name": "Splatter", + "id": "7596" + }, + { + "name": "Splatter", + "id": "7597" + }, + { + "name": "Spinner", + "id": "7598" + }, + { + "name": "Ravager", + "id": "7599" + }, + { + "name": "Fiara", + "id": "7600" + }, + { + "name": "Reggie", + "id": "7601" + }, + { + "name": "Getorix", + "id": "7602" + }, + { + "name": "Pontimer", + "id": "7603" + }, + { + "name": "Alran", + "id": "7604" + }, + { + "name": "Flying female vampire", + "id": "7610" + }, + { + "name": "Flying female vampire", + "id": "7611" + }, + { + "name": "Flying female vampire", + "id": "7612" + }, + { + "name": "Flying female vampire", + "id": "7613" + }, + { + "name": "Vyrewatch", + "id": "7622" + }, + { + "name": "Vyrewatch", + "id": "7623" + }, + { + "name": "Vyrewatch", + "id": "7624" + }, + { + "name": "Vyrewatch", + "id": "7625" + }, + { + "name": "Vyrewatch", + "id": "7630" + }, + { + "name": "Vyrewatch", + "id": "7633" + }, + { + "name": "Fishing spot", + "id": "7636" + }, + { + "name": "Skeletal hand", + "id": "7637" + }, + { + "name": "Zaromark Sliver", + "id": "7652" + }, + { + "name": "Zaromark Sliver", + "id": "7653" + }, + { + "name": "Fistandantilus", + "id": "7662" + }, + { + "name": "Fistandantilus", + "id": "7663" + }, + { + "name": "Mercenary Adventurer", + "id": "7664" + }, + { + "name": "Ivan Strom", + "id": "7665" + }, + { + "name": "Mysterious person", + "id": "7666" + }, + { + "name": "Mysterious person", + "id": "7667" + }, + { + "name": "Mysterious person", + "id": "7668" + }, + { + "name": "Mysterious person", + "id": "7669" + }, + { + "name": "Mysterious person", + "id": "7670" + }, + { + "name": "Mysterious person", + "id": "7671" + }, + { + "name": "Flaygian Screwte", + "id": "7672" + }, + { + "name": "Mekritus A'hara", + "id": "7673" + }, + { + "name": "Andiess Juip", + "id": "7674" + }, + { + "name": "Kael Forshaw", + "id": "7675" + }, + { + "name": "Andiess Juip", + "id": "7676" + }, + { + "name": "Kael Forshaw", + "id": "7677" + }, + { + "name": "Safalaan", + "id": "7678" + }, + { + "name": "Andiess Juip", + "id": "7679" + }, + { + "name": "Kael Forshaw", + "id": "7680" + }, + { + "name": "Safalaan", + "id": "7681" + }, + { + "name": "Vyrewatch", + "id": "7684" + }, + { + "name": "Vyrewatch", + "id": "7685" + }, + { + "name": "Safalaan", + "id": "7686" + }, + { + "name": "Spectral Vyrewatch", + "id": "7687" + }, + { + "name": "Drezel", + "id": "7688" + }, + { + "name": "Temple guardian", + "id": "7708" + }, + { + "name": "Baby icefiend", + "id": "7712" + }, + { + "name": "Brother Bordiss", + "id": "7718" + }, + { + "name": "Brother Althric", + "id": "7719" + }, + { + "name": "Drorkar", + "id": "7720" + }, + { + "name": "Nurmof", + "id": "7721" + }, + { + "name": "Lakki the delivery dwarf", + "id": "7722" + }, + { + "name": "Drorkar", + "id": "7723" + }, + { + "name": "Brother Bordiss", + "id": "7724" + }, + { + "name": "Professor Arblenap", + "id": "7725" + }, + { + "name": "Assistant", + "id": "7726" + }, + { + "name": "Baby icefiend", + "id": "7728" + }, + { + "name": "Will", + "id": "7737" + }, + { + "name": "Will", + "id": "7738" + }, + { + "name": "Phil", + "id": "7739" + }, + { + "name": "Fluffs", + "id": "7742" + }, + { + "name": "Fluffs", + "id": "7743" + }, + { + "name": "Kittens", + "id": "7744" + }, + { + "name": "TzHaar-Mej-Malk", + "id": "7746" + }, + { + "name": "TzHaar-Hur-Frok", + "id": "7748" + }, + { + "name": "TzHaar-Ket-Grol", + "id": "7749" + }, + { + "name": "TzHaar-Ket-Rok", + "id": "7750" + }, + { + "name": "TzHaar-Ket-Lurk", + "id": "7751" + }, + { + "name": "TzHaar-Mej", + "id": "7753" + }, + { + "name": "TzHaar-Hur", + "id": "7754" + }, + { + "name": "TzHaar-Xil", + "id": "7755" + }, + { + "name": "TzHaar-Hur-Brekt", + "id": "7757" + }, + { + "name": "TzHaar-Hur-Brekt", + "id": "7758" + }, + { + "name": "TzHaar-Ket-Jok", + "id": "7759" + }, + { + "name": "TzHaar-Ket-Jok", + "id": "7760" + }, + { + "name": "TzHaar-Xil-Mor", + "id": "7761" + }, + { + "name": "TzHaar-Xil-Mor", + "id": "7762" + }, + { + "name": "TzHaar-Mej-Kol", + "id": "7763" + }, + { + "name": "TzHaar-Mej-Kol", + "id": "7764" + }, + { + "name": "TzHaar-Hur-Klag", + "id": "7765" + }, + { + "name": "TzHaar-Hur-Klag", + "id": "7766" + }, + { + "name": "TokTz-Ket-Dill", + "id": "7770" + }, + { + "name": "TokTz-Ket-Dill", + "id": "7771" + }, + { + "name": "Skeleton", + "id": "7774" + }, + { + "name": "Skeleton", + "id": "7775" + }, + { + "name": "Skeleton", + "id": "7776" + }, + { + "name": "Skeleton", + "id": "7777" + }, + { + "name": "Skeleton", + "id": "7778" + }, + { + "name": "Sumona", + "id": "7779" + }, + { + "name": "Jesmona", + "id": "7781" + }, + { + "name": "Catolax", + "id": "7782" + }, + { + "name": "Ali Cat", + "id": "7783" + }, + { + "name": "Cave crawler", + "id": "7787" + }, + { + "name": "Skeleton", + "id": "7788" + }, + { + "name": "Zombie", + "id": "7789" + }, + { + "name": "Zombie", + "id": "7790" + }, + { + "name": "Zombie", + "id": "7791" + }, + { + "name": "Zombie", + "id": "7792" + }, + { + "name": "Banshee mistress", + "id": "7793" + }, + { + "name": "Banshee mistress", + "id": "7794" + }, + { + "name": "Insectoid assassin", + "id": "7795" + }, + { + "name": "Insectoid assassin", + "id": "7796" + }, + { + "name": "Kurask overlord", + "id": "7797" + }, + { + "name": "Monstrous cave crawler", + "id": "7798" + }, + { + "name": "Basilisk boss", + "id": "7799" + }, + { + "name": "Mightiest turoth", + "id": "7800" + }, + { + "name": "Aberrant spectre", + "id": "7801" + }, + { + "name": "Aberrant spectre", + "id": "7802" + }, + { + "name": "Aberrant spectre", + "id": "7803" + }, + { + "name": "Aberrant spectre", + "id": "7804" + }, + { + "name": "Kurask minion", + "id": "7805" + }, + { + "name": "Mummy warrior", + "id": "7806" + }, + { + "name": "Mummy warrior", + "id": "7807" + }, + { + "name": "Mummy warrior", + "id": "7808" + }, + { + "name": "Cat", + "id": "7809" + }, + { + "name": "Banshee", + "id": "7810" + }, + { + "name": "Kurask", + "id": "7811" + }, + { + "name": "Cave crawler", + "id": "7812" + }, + { + "name": "Basilisk", + "id": "7813" + }, + { + "name": "Turoth", + "id": "7814" + }, + { + "name": "Skeleton", + "id": "7815" + }, + { + "name": "Master", + "id": "7816" + }, + { + "name": "Zombie", + "id": "7817" + }, + { + "name": "Zombie", + "id": "7818" + }, + { + "name": "Zombie", + "id": "7819" + }, + { + "name": "Zombie", + "id": "7820" + }, + { + "name": "A wanderer.", + "id": "7821" + }, + { + "name": "A wanderer.", + "id": "7822" + }, + { + "name": "Osman", + "id": "7824" + }, + { + "name": "50 Ships Mufassah", + "id": "7825" + }, + { + "name": "Karamthulhu", + "id": "7826" + }, + { + "name": "Karamthulhu", + "id": "7827" + }, + { + "name": "Giant lobster", + "id": "7828" + }, + { + "name": "Giant crab", + "id": "7829" + }, + { + "name": "Customs Sergeant", + "id": "7830" + }, + { + "name": "Customs Sergeant", + "id": "7831" + }, + { + "name": "Young Ralph", + "id": "7832" + }, + { + "name": "Young Ralph", + "id": "7833" + }, + { + "name": "Young Ralph", + "id": "7834" + }, + { + "name": "Young Ralph", + "id": "7835" + }, + { + "name": "Young Ralph", + "id": "7836" + }, + { + "name": "Customs Officer", + "id": "7837" + }, + { + "name": "Customs Officer", + "id": "7838" + }, + { + "name": "Customs Officer", + "id": "7839" + }, + { + "name": "Heavy-Handed Harry", + "id": "7840" + }, + { + "name": "Player", + "id": "7841" + }, + { + "name": "Locker Officer", + "id": "7842" + }, + { + "name": "Locker Officer", + "id": "7843" + }, + { + "name": "Ex-ex-parrot", + "id": "7844" + }, + { + "name": "Pirate impling", + "id": "7845" + }, + { + "name": "Pirate impling", + "id": "7846" + }, + { + "name": "Captain Rabid Jack", + "id": "7847" + }, + { + "name": "Jack", + "id": "7848" + }, + { + "name": "Bosun Giles", + "id": "7849" + }, + { + "name": "Pirate", + "id": "7850" + }, + { + "name": "Lizzie", + "id": "7851" + }, + { + "name": "Cap'n Izzy No-Beard", + "id": "7852" + }, + { + "name": "Ralph", + "id": "7853" + }, + { + "name": "Brass Hand Harry", + "id": "7854" + }, + { + "name": "Bill Teach", + "id": "7855" + }, + { + "name": "Pirate", + "id": "7856" + }, + { + "name": "Brass Hand Harry", + "id": "7857" + }, + { + "name": "Gull", + "id": "7858" + }, + { + "name": "Jack", + "id": "7861" + }, + { + "name": "Fishing spot", + "id": "7862" + }, + { + "name": "Fishing spot", + "id": "7863" + }, + { + "name": "Fishing spot", + "id": "7864" + }, + { + "name": "Guardsman Dante", + "id": "7865" + }, + { + "name": "Guardsman DeShawn", + "id": "7866" + }, + { + "name": "Guardsman Brawn", + "id": "7867" + }, + { + "name": "Iain", + "id": "7868" + }, + { + "name": "Julian", + "id": "7869" + }, + { + "name": "Lachtopher", + "id": "7870" + }, + { + "name": "Samuel", + "id": "7871" + }, + { + "name": "Victoria", + "id": "7872" + }, + { + "name": "Man", + "id": "7873" + }, + { + "name": "Man", + "id": "7874" + }, + { + "name": "Man", + "id": "7875" + }, + { + "name": "Man", + "id": "7876" + }, + { + "name": "Man", + "id": "7877" + }, + { + "name": "Man", + "id": "7878" + }, + { + "name": "Man", + "id": "7879" + }, + { + "name": "Woman", + "id": "7880" + }, + { + "name": "Woman", + "id": "7881" + }, + { + "name": "Woman", + "id": "7882" + }, + { + "name": "Woman", + "id": "7883" + }, + { + "name": "Woman", + "id": "7884" + }, + { + "name": "Guardsman Dante", + "id": "7885" + }, + { + "name": "Guardsman DeShawn", + "id": "7886" + }, + { + "name": "Guardsman Brawn", + "id": "7887" + }, + { + "name": "Sergeant Abram", + "id": "7888" + }, + { + "name": "Guardsman Pazel", + "id": "7889" + }, + { + "name": "Guardsman Peale", + "id": "7890" + }, + { + "name": "General Wartface", + "id": "7892" + }, + { + "name": "General Bentnoze", + "id": "7893" + }, + { + "name": "General Wartface", + "id": "7894" + }, + { + "name": "General Bentnoze", + "id": "7896" + }, + { + "name": "Loar Shadow", + "id": "7898" + }, + { + "name": "Loar Shadow", + "id": "7901" + }, + { + "name": "Sergeant Abram", + "id": "7902" + }, + { + "name": "Guardsman Pazel", + "id": "7903" + }, + { + "name": "Guardsman Peale", + "id": "7904" + }, + { + "name": "Barricade guard", + "id": "7905" + }, + { + "name": "Barricade guard", + "id": "7906" + }, + { + "name": "Barricade guard", + "id": "7907" + }, + { + "name": "Barricade guard", + "id": "7908" + }, + { + "name": "Barricade guard", + "id": "7909" + }, + { + "name": "Barricade guard", + "id": "7910" + }, + { + "name": "Barricade guard", + "id": "7911" + }, + { + "name": "Border guard", + "id": "7912" + }, + { + "name": "Iain", + "id": "7913" + }, + { + "name": "Julian", + "id": "7914" + }, + { + "name": "Lachtopher", + "id": "7915" + }, + { + "name": "Samuel", + "id": "7916" + }, + { + "name": "Victoria", + "id": "7917" + }, + { + "name": "Man", + "id": "7918" + }, + { + "name": "Man", + "id": "7919" + }, + { + "name": "Man", + "id": "7920" + }, + { + "name": "Man", + "id": "7921" + }, + { + "name": "Man", + "id": "7922" + }, + { + "name": "Man", + "id": "7923" + }, + { + "name": "Man", + "id": "7924" + }, + { + "name": "Woman", + "id": "7925" + }, + { + "name": "Woman", + "id": "7926" + }, + { + "name": "Woman", + "id": "7927" + }, + { + "name": "Woman", + "id": "7928" + }, + { + "name": "Lumbridge Guide", + "id": "7929" + }, + { + "name": "Doomsayer", + "id": "7930" + }, + { + "name": "Donie", + "id": "7931" + }, + { + "name": "Gee", + "id": "7932" + }, + { + "name": "Duke Horacio", + "id": "7933" + }, + { + "name": "Sigmund", + "id": "7934" + }, + { + "name": "Hans", + "id": "7935" + }, + { + "name": "Cook", + "id": "7936" + }, + { + "name": "Father Aereck", + "id": "7937" + }, + { + "name": "Sir Vant", + "id": "7938" + }, + { + "name": "Sir Vant", + "id": "7939" + }, + { + "name": "Sir Vant", + "id": "7940" + }, + { + "name": "Sir Vant", + "id": "7941" + }, + { + "name": "Sir Vant", + "id": "7942" + }, + { + "name": "Dragon", + "id": "7943" + }, + { + "name": "Dragon", + "id": "7944" + }, + { + "name": "Dragon", + "id": "7945" + }, + { + "name": "Dragon", + "id": "7946" + }, + { + "name": "Dragon", + "id": "7947" + }, + { + "name": "Dragon", + "id": "7948" + }, + { + "name": "Lumbridge Guide", + "id": "7949" + }, + { + "name": "Melee Tutor", + "id": "7950" + }, + { + "name": "Ranged Tutor", + "id": "7951" + }, + { + "name": "Magic Tutor", + "id": "7952" + }, + { + "name": "Cooking Tutor", + "id": "7953" + }, + { + "name": "Crafting Tutor", + "id": "7954" + }, + { + "name": "Fishing Tutor", + "id": "7955" + }, + { + "name": "Mining Tutor", + "id": "7956" + }, + { + "name": "Prayer Tutor", + "id": "7957" + }, + { + "name": "Woodcutting Tutor", + "id": "7960" + }, + { + "name": "Bank Tutor", + "id": "7961" + }, + { + "name": "Gee", + "id": "7962" + }, + { + "name": "Spirit", + "id": "7963" + }, + { + "name": "Goblin", + "id": "7964" + }, + { + "name": "Goblin", + "id": "7965" + }, + { + "name": "Chaos druid", + "id": "7966" + }, + { + "name": "Shopkeeper", + "id": "7967" + }, + { + "name": "Explorer Jack", + "id": "7968" + }, + { + "name": "Smithing Tutor", + "id": "7970" + }, + { + "name": "Mining Tutor", + "id": "7971" + }, + { + "name": "Spirit", + "id": "7972" + }, + { + "name": "Spirit", + "id": "7977" + }, + { + "name": "Spirit", + "id": "7978" + }, + { + "name": "Spirit", + "id": "7979" + }, + { + "name": "Spirit", + "id": "7980" + }, + { + "name": "Spirit", + "id": "7981" + }, + { + "name": "Spirit", + "id": "7982" + }, + { + "name": "Spirit", + "id": "7983" + }, + { + "name": "Spirit", + "id": "7984" + }, + { + "name": "Summer Bonde", + "id": "7985" + }, + { + "name": "Spirit", + "id": "7987" + }, + { + "name": "Spirit", + "id": "7988" + }, + { + "name": "Erik Bonde", + "id": "7989" + }, + { + "name": "Spirit", + "id": "7990" + }, + { + "name": "Jallek Lenkin", + "id": "7991" + }, + { + "name": "Spirit", + "id": "7992" + }, + { + "name": "Meranek Thanatos", + "id": "7993" + }, + { + "name": "Ghostly warrior", + "id": "7994" + }, + { + "name": "Spirit Beast", + "id": "7995" + }, + { + "name": "Spirit Beast", + "id": "7996" + }, + { + "name": "Spirit Beast", + "id": "7997" + }, + { + "name": "Ghost", + "id": "7998" + }, + { + "name": "Ghost", + "id": "7999" + }, + { + "name": "Goth leprechaun", + "id": "8000" + }, + { + "name": "Jack", + "id": "8001" + }, + { + "name": "Sarah", + "id": "8003" + }, + { + "name": "Laura", + "id": "8004" + }, + { + "name": "Laura", + "id": "8005" + }, + { + "name": "Roger", + "id": "8006" + }, + { + "name": "Jorral", + "id": "8007" + }, + { + "name": "Guthix", + "id": "8008" + }, + { + "name": "Max the traveller", + "id": "8009" + }, + { + "name": "Man", + "id": "8010" + }, + { + "name": "Man", + "id": "8011" + }, + { + "name": "Woman", + "id": "8012" + }, + { + "name": "Woman", + "id": "8013" + }, + { + "name": "Haluned", + "id": "8014" + }, + { + "name": "Jack", + "id": "8015" + }, + { + "name": "Baby Sarah", + "id": "8016" + }, + { + "name": "Snowy", + "id": "8017" + }, + { + "name": "Roger", + "id": "8018" + }, + { + "name": "Portal", + "id": "8019" + }, + { + "name": "Portal", + "id": "8020" + }, + { + "name": "Yellow orb", + "id": "8021" + }, + { + "name": "Yellow orb", + "id": "8023" + }, + { + "name": "Yellow orb", + "id": "8024" + }, + { + "name": "Green orb", + "id": "8025" + }, + { + "name": "Green orb", + "id": "8027" + }, + { + "name": "Green orb", + "id": "8028" + }, + { + "name": "Wizard Korvak", + "id": "8029" + }, + { + "name": "Wizard Vief", + "id": "8030" + }, + { + "name": "Wizard Acantha", + "id": "8031" + }, + { + "name": "Wizard Elriss", + "id": "8032" + }, + { + "name": "Wizard", + "id": "8033" + }, + { + "name": "Wizard", + "id": "8034" + }, + { + "name": "Wizard", + "id": "8035" + }, + { + "name": "Wizard", + "id": "8036" + }, + { + "name": "Wizard", + "id": "8037" + }, + { + "name": "Wizard", + "id": "8038" + }, + { + "name": "Wizard", + "id": "8039" + }, + { + "name": "Wizard", + "id": "8040" + }, + { + "name": "Squire Fyre", + "id": "8042" + }, + { + "name": "Squire Fyre", + "id": "8043" + }, + { + "name": "Orry", + "id": "8044" + }, + { + "name": "Orry", + "id": "8045" + }, + { + "name": "Ube", + "id": "8046" + }, + { + "name": "Ube", + "id": "8047" + }, + { + "name": "Waldo", + "id": "8048" + }, + { + "name": "Waldo", + "id": "8049" + }, + { + "name": "Gjalp", + "id": "8050" + }, + { + "name": "Gjalp", + "id": "8051" + }, + { + "name": "Brother Fintan", + "id": "8052" + }, + { + "name": "Brother Fintan", + "id": "8053" + }, + { + "name": "Stubthumb", + "id": "8054" + }, + { + "name": "Stubthumb", + "id": "8055" + }, + { + "name": "Stubthumb", + "id": "8056" + }, + { + "name": "Doronbol", + "id": "8057" + }, + { + "name": "Doronbol", + "id": "8058" + }, + { + "name": "Crate", + "id": "8059" + }, + { + "name": "Crate", + "id": "8060" + }, + { + "name": "Egg", + "id": "8061" + }, + { + "name": "Egg", + "id": "8062" + }, + { + "name": "Nanuq", + "id": "8063" + }, + { + "name": "Nanuq", + "id": "8064" }, { - "id": "8077", "name": "Pumpkin", - "examine": "What's black and white and smells of pumpkin?", - "end_height": "" + "id": "8065" }, { - "id": "8078", - "name": "Maggie" + "name": "Maggie", + "id": "8078" }, { - "id": "8079", - "name": "Circus barker" + "name": "Circus barker", + "id": "8079" }, { - "id": "8080", - "name": "Circus barker" + "name": "Circus barker", + "id": "8080" }, { - "id": "8081", - "name": "Circus barker" + "name": "Circus barker", + "id": "8081" }, { - "id": "8082", - "name": "Agility assistant" + "name": "Agility assistant", + "id": "8082" }, { - "id": "8083", - "name": "Magic assistant" + "name": "Magic assistant", + "id": "8083" }, { - "id": "8084", - "name": "Ranged assistant" + "name": "Ranged assistant", + "id": "8084" }, { - "id": "8085", - "name": "Ringmaster" + "name": "Ringmaster", + "id": "8085" }, { - "id": "8086", - "name": "Audience" + "name": "Audience", + "id": "8086" }, { - "id": "8087", - "name": "Audience" + "name": "Audience", + "id": "8087" }, { - "id": "8088", - "name": "Ticket vendor" + "name": "Ticket vendor", + "id": "8088" }, { - "id": "8089", - "name": "Rock" - }, - { - "id": "8091", - "name": "Star sprite" - }, - { - "id": "8092", - "name": "Shooting star shadow" - }, - { - "id": "8093", - "name": "Penguin" - }, - { - "id": "8094", - "name": "Penguin" - }, - { - "id": "8095", - "name": "Penguin" - }, - { - "id": "8096", - "name": "Penguin" - }, - { - "id": "8097", - "name": "Penguin" - }, - { - "id": "8098", - "name": "Penguin" - }, - { - "id": "8099", - "name": "Penguin" - }, - { - "id": "8100", - "name": "Penguin" - }, - { - "id": "8101", - "name": "Penguin" - }, - { - "id": "8102", - "name": "Penguin" - }, - { - "id": "8103", - "name": "Penguin" - }, - { - "id": "8104", - "name": "Barrel", - "examine": "What's black and white and smells like beer?" - }, - { - "id": "8105", - "name": "Bush", - "examine": "What's black and white and down to earth?" - }, - { - "id": "8106", - "name": "Bush" - }, - { - "id": "8107", - "name": "Cactus", - "examine": "What's black and white and covered in spines?" - }, - { - "id": "8108", - "name": "Crate", - "examine": "What's black and white and on a sneaking mission?" - }, - { - "id": "8109", "name": "Rock", - "examine": "What's black and white and looks like a rock hopper?" + "id": "8089" + }, + { + "name": "Star sprite", + "id": "8091" + }, + { + "name": "Shooting star shadow", + "id": "8092" + }, + { + "name": "Penguin", + "id": "8093" + }, + { + "name": "Penguin", + "id": "8094" + }, + { + "name": "Penguin", + "id": "8095" + }, + { + "name": "Penguin", + "id": "8096" + }, + { + "name": "Penguin", + "id": "8097" + }, + { + "name": "Penguin", + "id": "8098" + }, + { + "name": "Penguin", + "id": "8099" + }, + { + "name": "Penguin", + "id": "8100" + }, + { + "name": "Penguin", + "id": "8101" + }, + { + "name": "Penguin", + "id": "8102" + }, + { + "name": "Penguin", + "id": "8103" + }, + { + "name": "Barrel", + "id": "8104" + }, + { + "name": "Bush", + "id": "8105" + }, + { + "name": "Bush", + "id": "8106" + }, + { + "name": "Cactus", + "id": "8107" + }, + { + "name": "Crate", + "id": "8108" + }, + { + "name": "Rock", + "id": "8109" }, { - "id": "8110", "name": "Toadstool", - "examine": "What's black and white and covered in mushroom?" + "id": "8110" }, { - "id": "8111", - "name": "Calladin" + "name": "Calladin", + "id": "8111" }, { - "id": "8112", - "name": "Summer Bonde" + "name": "Summer Bonde", + "id": "8112" }, { - "id": "8114", - "name": "Summer Bonde" + "name": "Summer Bonde", + "id": "8114" }, { - "id": "8115", - "name": "Erik Bonde" + "name": "Erik Bonde", + "id": "8115" }, { - "id": "8116", - "name": "Erik Bonde" + "name": "Erik Bonde", + "id": "8116" }, { - "id": "8117", - "name": "Jallek Lenkin" + "name": "Jallek Lenkin", + "id": "8117" }, { - "id": "8118", - "name": "Jallek Lenkin" + "name": "Jallek Lenkin", + "id": "8118" }, { - "id": "8119", - "name": "Meranek Thanatos" + "name": "Meranek Thanatos", + "id": "8119" }, { - "id": "8120", - "name": "Meranek Thanatos" + "name": "Meranek Thanatos", + "id": "8120" }, { - "id": "8121", - "name": "Spirit" + "name": "Spirit", + "id": "8121" }, { - "id": "8122", - "name": "Rogue" + "name": "Rogue", + "id": "8122" }, { - "id": "8123", - "name": "Tormented wraith" + "name": "Tormented wraith", + "id": "8123" }, { - "id": "8126", - "name": "Dark energy core" + "name": "Dark energy core", + "id": "8126" }, { - "id": "8127", - "name": "Dark energy core" + "name": "Dark energy core", + "id": "8127" }, { - "id": "8128", - "name": "Spirit Beast" + "name": "Spirit Beast", + "id": "8128" }, { - "id": "8129", - "name": "Spirit Beast" + "name": "Spirit Beast", + "id": "8129" }, { - "id": "8130", - "name": "Spirit Beast" + "name": "Spirit Beast", + "id": "8130" }, { - "id": "8131", - "name": "Spirit Beast" + "name": "Spirit Beast", + "id": "8131" }, { - "id": "8132", - "name": "Spirit Beast" + "name": "Spirit Beast", + "id": "8132" }, { - "id": "8133", - "name": "Corporeal Beast", - "examine": "A vision of supernatural horror.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "320", - "attack_speed": "6", - "bonuses": "50,50,50,0,0,25,200,100,150,230,0,0,0,0,0", - "death_animation": "10385", - "defence_animation": "10386", - "defence_level": "310", - "lifepoints": "2000", - "magic_animation": "10053", - "magic_level": "350", - "melee_animation": "10058", - "movement_radius": "64", - "poison_immune": "true", - "range_level": "150", - "respawn_delay": "80", - "safespot": null, - "strength_level": "320" + "name": "Spirit", + "id": "8134" }, { - "id": "8134", - "name": "Spirit" + "name": "Summer Bonde", + "id": "8135" }, { - "id": "8135", - "name": "Summer Bonde" + "name": "Erik Bonde", + "id": "8136" }, { - "id": "8136", - "name": "Erik Bonde" + "name": "Jallek Lenkin", + "id": "8137" }, { - "id": "8137", - "name": "Jallek Lenkin" + "name": "Meranek Thanatos", + "id": "8138" }, { - "id": "8138", - "name": "Meranek Thanatos" + "name": "Hartwin", + "id": "8139" }, { - "id": "8139", - "name": "Hartwin" + "name": "Hartwin", + "id": "8140" }, { - "id": "8140", - "name": "Hartwin" + "name": "Zombie", + "id": "8141" }, { - "id": "8141", - "name": "Zombie" + "name": "Zombie", + "id": "8143" }, { - "id": "8143", - "name": "Zombie" + "name": "Zombie", + "id": "8144" }, { - "id": "8144", - "name": "Zombie" + "name": "Zombie", + "id": "8145" }, { - "id": "8145", - "name": "Zombie" + "name": "Zemouregal", + "id": "8146" }, { - "id": "8146", - "name": "Zemouregal" + "name": "Zemouregal", + "id": "8147" }, { - "id": "8147", - "name": "Zemouregal" - }, - { - "id": "8149", "name": "Armoured zombie", - "examine": "He sure looks grave.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "6", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "50", - "lifepoints": "62", - "melee_animation": "5571", - "range_level": "50", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "30", - "strength_level": "50" + "id": "8152" }, { - "id": "8150", "name": "Armoured zombie", - "examine": "This is a rotten one.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "6", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "50", - "lifepoints": "62", - "melee_animation": "5571", - "range_level": "50", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "30", - "strength_level": "50" + "id": "8153" }, { - "id": "8151", "name": "Armoured zombie", - "examine": "It hasn't quite gotten around to dying.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "6", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "50", - "lifepoints": "62", - "melee_animation": "5571", - "range_level": "50", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "30", - "strength_level": "50" + "id": "8154" }, { - "id": "8152", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8155" }, { - "id": "8153", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8156" }, { - "id": "8154", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8157" }, { - "id": "8155", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8158" }, { - "id": "8156", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8159" }, { - "id": "8157", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8160" }, { - "id": "8158", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8161" }, { - "id": "8159", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8162" }, { - "id": "8160", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8163" }, { - "id": "8161", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8164" }, { - "id": "8162", - "name": "Armoured zombie" + "name": "Sharathteerk", + "id": "8165" }, { - "id": "8163", - "name": "Armoured zombie" + "name": "Sharathteerk", + "id": "8166" }, { - "id": "8164", - "name": "Armoured zombie" + "name": "Arrav", + "id": "8168" }, { - "id": "8165", - "name": "Sharathteerk" + "name": "Arrav", + "id": "8169" }, { - "id": "8166", - "name": "Sharathteerk" + "name": "Ramarno", + "id": "8170" }, { - "id": "8168", - "name": "Arrav" + "name": "Dimintheis", + "id": "8171" }, { - "id": "8169", - "name": "Arrav" + "name": "Dimintheis", + "id": "8172" }, { - "id": "8170", - "name": "Ramarno" + "name": "Guard", + "id": "8173" }, { - "id": "8171", - "name": "Dimintheis" + "name": "Clive", + "id": "8174" }, { - "id": "8172", - "name": "Dimintheis" + "name": "Ellamaria", + "id": "8175" }, { - "id": "8173", - "name": "Guard" + "name": "Fish", + "id": "8176" }, { - "id": "8174", - "name": "Clive" + "name": "Fish", + "id": "8177" }, { - "id": "8175", - "name": "Ellamaria" + "name": "Monk of Zamorak", + "id": "8178" }, { - "id": "8176", - "name": "Fish" + "name": "Ellamaria", + "id": "8179" }, { - "id": "8177", - "name": "Fish" + "name": "Traiborn", + "id": "8180" }, { - "id": "8178", - "name": "Monk of Zamorak" + "name": "Fenkenstrain's Monster", + "id": "8181" }, { - "id": "8179", - "name": "Ellamaria" + "name": "Wise Old Man", + "id": "8182" }, { - "id": "8180", - "name": "Traiborn" + "name": "Acrobat", + "id": "8183" }, { - "id": "8181", - "name": "Fenkenstrain's Monster" + "name": "Acrobat", + "id": "8186" }, { - "id": "8182", - "name": "Wise Old Man" + "name": "Acrobat", + "id": "8187" }, { - "id": "8183", - "name": "Acrobat" + "name": "Acrobat", + "id": "8188" }, { - "id": "8186", - "name": "Acrobat" + "name": "Acrobat", + "id": "8189" }, { - "id": "8187", - "name": "Acrobat" + "name": "Acrobat", + "id": "8190" }, { - "id": "8188", - "name": "Acrobat" + "name": "Acrobat", + "id": "8191" }, { - "id": "8189", - "name": "Acrobat" + "name": "Acrobat", + "id": "8192" }, { - "id": "8190", - "name": "Acrobat" + "name": "Acrobat", + "id": "8193" }, { - "id": "8191", - "name": "Acrobat" + "name": "Acrobat", + "id": "8194" }, { - "id": "8192", - "name": "Acrobat" + "name": "Acrobat", + "id": "8195" }, { - "id": "8193", - "name": "Acrobat" + "name": "Acrobat", + "id": "8196" }, { - "id": "8194", - "name": "Acrobat" + "name": "Acrobat", + "id": "8197" }, { - "id": "8195", - "name": "Acrobat" + "name": "Acrobat", + "id": "8198" }, { - "id": "8196", - "name": "Acrobat" + "name": "Acrobat", + "id": "8199" }, { - "id": "8197", - "name": "Acrobat" + "name": "Acrobat", + "id": "8200" }, { - "id": "8198", - "name": "Acrobat" + "name": "Wendy", + "id": "8201" }, { - "id": "8199", - "name": "Acrobat" + "name": "Trogs", + "id": "8202" }, { - "id": "8200", - "name": "Acrobat" + "name": "Norman", + "id": "8203" }, { - "id": "8201", - "name": "Wendy" + "name": "Babe", + "id": "8204" }, { - "id": "8202", - "name": "Trogs" + "name": "Gus", + "id": "8205" }, { - "id": "8203", - "name": "Norman" + "name": "Lottie", + "id": "8206" }, { - "id": "8204", - "name": "Babe" + "name": "Aggie", + "id": "8207" }, { - "id": "8205", - "name": "Gus" + "name": "Bat", + "id": "8208" }, { - "id": "8206", - "name": "Lottie" + "name": "Rat", + "id": "8209" }, { - "id": "8207", - "name": "Aggie" + "name": "Lizard", + "id": "8210" }, { - "id": "8208", - "name": "Bat" + "name": "Blackbird", + "id": "8211" }, { - "id": "8209", - "name": "Rat" + "name": "Spider", + "id": "8212" }, { - "id": "8210", - "name": "Lizard" + "name": "Snail", + "id": "8213" }, { - "id": "8211", - "name": "Blackbird" + "name": "Cat", + "id": "8214" }, { - "id": "8212", - "name": "Spider" + "name": "Lazy cat", + "id": "8215" }, { - "id": "8213", - "name": "Snail" + "name": "Overgrown cat", + "id": "8216" }, { - "id": "8214", - "name": "Cat" + "name": "Kitten", + "id": "8217" }, { - "id": "8215", - "name": "Lazy cat" + "name": "Wily cat", + "id": "8218" }, { - "id": "8216", - "name": "Overgrown cat" + "name": "Guardian of Armadyl", + "id": "8219" }, { - "id": "8217", - "name": "Kitten" + "name": "Head mystic", + "id": "8227" }, { - "id": "8218", - "name": "Wily cat" + "name": "Rewards mystic", + "id": "8228" }, { - "id": "8219", - "name": "Guardian of Armadyl" + "name": "Mystic", + "id": "8229" }, { - "id": "8227", - "name": "Head mystic" + "name": "Mystic", + "id": "8230" }, { - "id": "8228", - "name": "Rewards mystic" + "name": "Mystic", + "id": "8231" }, { - "id": "8229", - "name": "Mystic" + "name": "Mystic", + "id": "8232" }, { - "id": "8230", - "name": "Mystic" + "name": "Mystic", + "id": "8233" }, { - "id": "8231", - "name": "Mystic" + "name": "Mystic", + "id": "8234" }, { - "id": "8232", - "name": "Mystic" + "name": "Mystic", + "id": "8235" }, { - "id": "8233", - "name": "Mystic" + "name": "Mystic", + "id": "8236" }, { - "id": "8234", - "name": "Mystic" + "name": "Mystic", + "id": "8237" }, { - "id": "8235", - "name": "Mystic" + "name": "Mystic", + "id": "8238" }, { - "id": "8236", - "name": "Mystic" + "name": "Head mystic", + "id": "8239" }, { - "id": "8237", - "name": "Mystic" + "name": "Clay familiar (class 1)", + "id": "8240" }, { - "id": "8238", - "name": "Mystic" + "name": "Clay familiar (class 1)", + "id": "8241" }, { - "id": "8239", - "name": "Head mystic" + "name": "Clay familiar (class 2)", + "id": "8242" }, { - "id": "8240", - "name": "Clay familiar (class 1)" + "name": "Clay familiar (class 2)", + "id": "8243" }, { - "id": "8241", - "name": "Clay familiar (class 1)" + "name": "Clay familiar (class 3)", + "id": "8244" }, { - "id": "8242", - "name": "Clay familiar (class 2)" + "name": "Clay familiar (class 3)", + "id": "8245" }, { - "id": "8243", - "name": "Clay familiar (class 2)" + "name": "Clay familiar (class 4)", + "id": "8246" }, { - "id": "8244", - "name": "Clay familiar (class 3)" + "name": "Clay familiar (class 4)", + "id": "8247" }, { - "id": "8245", - "name": "Clay familiar (class 3)" + "name": "Clay familiar (class 5)", + "id": "8248" }, { - "id": "8246", - "name": "Clay familiar (class 4)" + "name": "Clay familiar (class 5)", + "id": "8249" }, { - "id": "8247", - "name": "Clay familiar (class 4)" + "name": "Grindxplox", + "id": "8250" }, { - "id": "8248", - "name": "Clay familiar (class 5)" + "name": "Grindxplox", + "id": "8251" }, { - "id": "8249", - "name": "Clay familiar (class 5)" + "name": "Stealing Creation team", + "id": "8252" }, { - "id": "8250", - "name": "Grindxplox" + "name": "Resource NPC", + "id": "8253" }, { - "id": "8251", - "name": "Grindxplox" + "name": "Game NPC", + "id": "8254" }, { - "id": "8252", - "name": "Stealing Creation team" + "name": "Resource NPC", + "id": "8255" }, { - "id": "8253", - "name": "Resource NPC" + "name": "Harrallak Menarous", + "id": "8257" }, { - "id": "8254", - "name": "Game NPC" + "name": "Yadech Strongarm", + "id": "8269" }, { - "id": "8255", - "name": "Resource NPC" - }, - { - "id": "8257", - "name": "Harrallak Menarous" - }, - { - "id": "8269", - "name": "Yadech Strongarm" - }, - { - "id": "8271", - "name": "Turael" - }, - { - "id": "8273", "name": "Turael", - "examine": "He looks dangerous!" + "id": "8271" }, { - "id": "8274", - "name": "Mazchna" + "name": "Mazchna", + "id": "8274" }, { - "id": "8275", + "examine": "He looks dangerous!", "name": "Duradel", - "examine": "He looks dangerous!" + "id": "8275" }, { - "id": "8276", - "name": "Cyrisus" + "name": "Cyrisus", + "id": "8276" }, { - "id": "8280", - "name": "Sloane" + "name": "Sloane", + "id": "8280" }, { - "id": "8281", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8281" }, { - "id": "8282", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8282" }, { - "id": "8283", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8283" }, { - "id": "8284", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8284" }, { - "id": "8285", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8285" }, { - "id": "8286", - "name": "Undead hero" + "name": "Undead hero", + "id": "8286" }, { - "id": "8287", - "name": "Undead hero" + "name": "Undead hero", + "id": "8287" }, { - "id": "8288", - "name": "Undead hero" + "name": "Undead hero", + "id": "8288" }, { - "id": "8289", - "name": "Undead hero" + "name": "Undead hero", + "id": "8289" }, { - "id": "8290", - "name": "Undead hero" + "name": "Undead hero", + "id": "8290" }, { - "id": "8291", - "name": "Undead hero" + "name": "Undead hero", + "id": "8291" }, { - "id": "8292", - "name": "Undead hero" + "name": "Undead hero", + "id": "8292" }, { - "id": "8293", - "name": "Undead hero" + "name": "Undead hero", + "id": "8293" }, { - "id": "8294", - "name": "Undead hero" + "name": "Undead hero", + "id": "8294" }, { - "id": "8295", - "name": "Undead hero" + "name": "Undead hero", + "id": "8295" }, { - "id": "8296", - "name": "Undead hero" + "name": "Undead hero", + "id": "8296" }, { - "id": "8297", - "name": "Undead hero" + "name": "Undead hero", + "id": "8297" }, { - "id": "8298", - "name": "Stone block" + "name": "Stone block", + "id": "8298" }, { - "id": "8299", - "name": "Harrallak Menarous" + "name": "Harrallak Menarous", + "id": "8299" }, { - "id": "8300", - "name": "Harrallak Menarous" + "name": "Harrallak Menarous", + "id": "8300" }, { - "id": "8301", - "name": "Harrallak Menarous" + "name": "Harrallak Menarous", + "id": "8301" }, { - "id": "8302", - "name": "Turael" + "name": "Turael", + "id": "8302" }, { - "id": "8303", - "name": "Turael" + "name": "Turael", + "id": "8303" }, { - "id": "8304", - "name": "Cyrisus" + "name": "Cyrisus", + "id": "8304" }, { - "id": "8305", - "name": "Cyrisus" + "name": "Cyrisus", + "id": "8305" }, { - "id": "8306", - "name": "Ghommal" + "name": "Ghommal", + "id": "8306" }, { - "id": "8307", - "name": "Mazchna" + "name": "Mazchna", + "id": "8307" }, { - "id": "8308", - "name": "Mazchna" + "name": "Mazchna", + "id": "8308" }, { - "id": "8309", - "name": "Mazchna" + "name": "Mazchna", + "id": "8309" }, { - "id": "8310", - "name": "Duradel" + "name": "Duradel", + "id": "8310" }, { - "id": "8311", - "name": "Sloane" + "name": "Sloane", + "id": "8311" }, { - "id": "8317", - "name": "Elite Dark Ranger" + "name": "Elite Dark Ranger", + "id": "8317" }, { - "id": "8318", - "name": "Elite Dark Ranger" + "name": "Elite Dark Ranger", + "id": "8318" }, { - "id": "8319", - "name": "Elite Dark Ranger" + "name": "Elite Dark Ranger", + "id": "8319" }, { - "id": "8320", - "name": "Elite Dark Mage" + "name": "Elite Dark Mage", + "id": "8320" }, { - "id": "8321", - "name": "Elite Dark Mage" + "name": "Elite Dark Mage", + "id": "8321" }, { - "id": "8322", - "name": "Elite Dark Mage" + "name": "Elite Dark Mage", + "id": "8322" }, { - "id": "8323", - "name": "Elite Dark Mage" + "name": "Elite Dark Mage", + "id": "8323" }, { - "id": "8324", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8324" }, { - "id": "8325", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8325" }, { - "id": "8326", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8326" }, { - "id": "8327", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8327" }, { - "id": "8328", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8328" }, { - "id": "8329", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8329" }, { - "id": "8330", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8330" }, { - "id": "8331", - "name": "Guardian of Armadyl" + "name": "Guardian of Armadyl", + "id": "8331" }, { - "id": "8332", - "name": "Guardian of Armadyl" + "name": "Guardian of Armadyl", + "id": "8332" }, { - "id": "8333", - "name": "Guardian of Armadyl" + "name": "Guardian of Armadyl", + "id": "8333" }, { - "id": "8334", - "name": "Mercenary axeman" + "name": "Mercenary axeman", + "id": "8334" }, { - "id": "8335", - "name": "Mercenary mage" + "name": "Mercenary mage", + "id": "8335" }, { - "id": "8336", - "name": "Idria" + "name": "Idria", + "id": "8336" }, { - "id": "8337", - "name": "Idria" + "name": "Idria", + "id": "8337" }, { - "id": "8338", - "name": "Akrisae" + "name": "Akrisae", + "id": "8338" }, { - "id": "8339", - "name": "Shady stranger" + "name": "Shady stranger", + "id": "8339" }, { - "id": "8340", - "name": "Shady stranger" + "name": "Shady stranger", + "id": "8340" }, { - "id": "8341", - "name": "Shady stranger" + "name": "Shady stranger", + "id": "8341" }, { - "id": "8342", - "name": "Guardian of Armadyl" + "name": "Guardian of Armadyl", + "id": "8342" }, { - "id": "8344", - "name": "Guardian of Armadyl" + "name": "Guardian of Armadyl", + "id": "8344" }, { - "id": "8345", - "name": "Local thug" + "name": "Local thug", + "id": "8345" }, { - "id": "8347", - "name": "Local mage" + "name": "Local mage", + "id": "8347" }, { - "id": "8349", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8350", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8351", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8352", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8353", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8354", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8355", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8356", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8357", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8358", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8359", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8360", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8361", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8362", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8363", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8364", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8365", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8366", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" + "name": "Undead troll", + "id": "8367" }, { - "id": "8367", - "name": "Undead troll" + "name": "Undead troll", + "id": "8378" }, { - "id": "8378", - "name": "Undead troll" + "name": "Undead troll", + "id": "8379" }, { - "id": "8379", - "name": "Undead troll" + "name": "Undead troll", + "id": "8380" }, { - "id": "8380", - "name": "Undead troll" + "name": "Undead troll", + "id": "8381" }, { - "id": "8381", - "name": "Undead troll" + "name": "Undead troll", + "id": "8382" }, { - "id": "8382", - "name": "Undead troll" + "name": "Undead troll", + "id": "8383" }, { - "id": "8383", - "name": "Undead troll" + "name": "Undead troll", + "id": "8384" }, { - "id": "8384", - "name": "Undead troll" + "name": "Undead troll", + "id": "8385" }, { - "id": "8385", - "name": "Undead troll" + "name": "Undead troll", + "id": "8386" }, { - "id": "8386", - "name": "Undead troll" + "name": "Undead troll", + "id": "8387" }, { - "id": "8387", - "name": "Undead troll" + "name": "Undead troll", + "id": "8388" }, { - "id": "8388", - "name": "Undead troll" + "name": "Undead troll", + "id": "8389" }, { - "id": "8389", - "name": "Undead troll" + "name": "Undead troll", + "id": "8390" }, { - "id": "8390", - "name": "Undead troll" + "name": "Undead troll", + "id": "8391" }, { - "id": "8391", - "name": "Undead troll" + "name": "Undead troll", + "id": "8392" }, { - "id": "8392", - "name": "Undead troll" + "name": "Vasador", + "id": "8393" }, { - "id": "8393", - "name": "Vasador" + "name": "Valator", + "id": "8394" }, { - "id": "8394", - "name": "Valator" + "name": "Vaasdor", + "id": "8395" }, { - "id": "8395", - "name": "Vaasdor" + "name": "Varosad", + "id": "8396" }, { - "id": "8396", - "name": "Varosad" + "name": "Verisad", + "id": "8397" }, { - "id": "8397", - "name": "Verisad" + "name": "Vudisor", + "id": "8398" }, { - "id": "8398", - "name": "Vudisor" + "name": "Vlatoad", + "id": "8399" }, { - "id": "8399", - "name": "Vlatoad" + "name": "Vedolas", + "id": "8400" }, { - "id": "8400", - "name": "Vedolas" + "name": "Vundiar", + "id": "8401" }, { - "id": "8401", - "name": "Vundiar" + "name": "Versita", + "id": "8402" }, { - "id": "8402", - "name": "Versita" + "name": "Vislota", + "id": "8403" }, { - "id": "8403", - "name": "Vislota" + "name": "Vanjuta", + "id": "8404" }, { - "id": "8404", - "name": "Vanjuta" + "name": "Vasador", + "id": "8405" }, { - "id": "8405", - "name": "Vasador" + "name": "Valator", + "id": "8406" }, { - "id": "8406", - "name": "Valator" + "name": "Vaasdor", + "id": "8407" }, { - "id": "8407", - "name": "Vaasdor" + "name": "Varosad", + "id": "8408" }, { - "id": "8408", - "name": "Varosad" + "name": "Verisad", + "id": "8409" }, { - "id": "8409", - "name": "Verisad" + "name": "Vudisor", + "id": "8410" }, { - "id": "8410", - "name": "Vudisor" + "name": "Vlatoad", + "id": "8411" }, { - "id": "8411", - "name": "Vlatoad" + "name": "Vedolas", + "id": "8412" }, { - "id": "8412", - "name": "Vedolas" + "name": "Vundiar", + "id": "8413" }, { - "id": "8413", - "name": "Vundiar" + "name": "Versita", + "id": "8414" }, { - "id": "8414", - "name": "Versita" + "name": "Vislota", + "id": "8415" }, { - "id": "8415", - "name": "Vislota" + "name": "Vanjuta", + "id": "8416" }, { - "id": "8416", - "name": "Vanjuta" + "name": "Ivy Sophista", + "id": "8417" }, { - "id": "8417", - "name": "Ivy Sophista" + "name": "Thaerisk Cemphier", + "id": "8418" }, { - "id": "8418", - "name": "Thaerisk Cemphier" + "name": "Thaerisk Cemphier", + "id": "8419" }, { - "id": "8419", - "name": "Thaerisk Cemphier" + "name": "Assassin", + "id": "8420" }, { - "id": "8420", - "name": "Assassin" + "name": "Assassin", + "id": "8423" }, { - "id": "8423", - "name": "Assassin" + "name": "Mithril dragon", + "id": "8424" }, { - "id": "8424", - "name": "Mithril dragon" + "name": "Dragon head", + "id": "8425" }, { - "id": "8425", - "name": "Dragon head" + "name": "Dragon head", + "id": "8426" }, { - "id": "8426", - "name": "Dragon head" + "name": "Dragon head", + "id": "8427" }, { - "id": "8427", - "name": "Dragon head" + "name": "Khazard launderer", + "id": "8428" }, { - "id": "8428", - "name": "Khazard launderer" + "name": "Khazard cook", + "id": "8429" }, { - "id": "8429", - "name": "Khazard cook" + "name": "Silif", + "id": "8430" }, { - "id": "8430", - "name": "Silif" + "name": "Silif", + "id": "8431" }, { - "id": "8431", - "name": "Silif" + "name": "Silif", + "id": "8432" }, { - "id": "8432", - "name": "Silif" + "name": "Silif", + "id": "8433" }, { - "id": "8433", - "name": "Silif" + "name": "Silif", + "id": "8434" }, { - "id": "8434", - "name": "Silif" + "name": "Shady stranger", + "id": "8435" }, { - "id": "8435", - "name": "Shady stranger" + "name": "Suspicious outsider", + "id": "8436" }, { - "id": "8436", - "name": "Suspicious outsider" + "name": "Elite Khazard guard", + "id": "8437" }, { - "id": "8437", - "name": "Elite Khazard guard" + "name": "Elite Khazard guard", + "id": "8438" }, { - "id": "8438", - "name": "Elite Khazard guard" + "name": "Elite Khazard guard", + "id": "8439" }, { - "id": "8439", - "name": "Elite Khazard guard" + "name": "Elite Khazard guard", + "id": "8440" }, { - "id": "8440", - "name": "Elite Khazard guard" + "name": "Dark Squall", + "id": "8441" }, { - "id": "8441", - "name": "Dark Squall" + "name": "Surok Magis", + "id": "8442" }, { - "id": "8442", - "name": "Surok Magis" + "name": "Lucien", + "id": "8443" }, { - "id": "8443", - "name": "Lucien" + "name": "Druid", + "id": "8444" }, { - "id": "8444", - "name": "Druid" + "name": "Druid", + "id": "8445" }, { - "id": "8445", - "name": "Druid" + "name": "Druid", + "id": "8446" }, { - "id": "8446", - "name": "Druid" + "name": "Druid bodyguard", + "id": "8447" }, { - "id": "8447", - "name": "Druid bodyguard" + "name": "Druid bodyguard", + "id": "8448" }, { - "id": "8448", - "name": "Druid bodyguard" + "name": "Movario", + "id": "8449" }, { - "id": "8449", - "name": "Movario" + "name": "Darve", + "id": "8450" }, { - "id": "8450", - "name": "Darve" + "name": "Cave goblin", + "id": "8451" }, { - "id": "8451", - "name": "Cave goblin" + "name": "Movario", + "id": "8452" }, { - "id": "8452", - "name": "Movario" + "name": "Darve", + "id": "8453" }, { - "id": "8453", - "name": "Darve" + "name": "Light creature", + "id": "8454" }, { - "id": "8454", - "name": "Light creature" + "name": "Light creature", + "id": "8455" }, { - "id": "8455", - "name": "Light creature" + "name": "Druid spirit", + "id": "8456" }, { - "id": "8456", - "name": "Druid spirit" + "name": "Druid spirit", + "id": "8457" }, { - "id": "8457", - "name": "Druid spirit" + "name": "Druid spirit", + "id": "8458" }, { - "id": "8458", - "name": "Druid spirit" + "name": "Druid spirit", + "id": "8459" }, { - "id": "8459", - "name": "Druid spirit" + "name": "Turael", + "id": "8460" }, { - "id": "8460", - "name": "Turael" + "name": "Spria", + "id": "8462" }, { - "id": "8462", - "name": "Spria" + "name": "Mazchna", + "id": "8463" }, { - "id": "8463", - "name": "Mazchna" + "name": "Mazchna", + "id": "8464" }, { - "id": "8464", - "name": "Mazchna" + "name": "Achtryn", + "id": "8465" }, { - "id": "8465", - "name": "Achtryn" + "name": "Duradel", + "id": "8466" }, { - "id": "8466", - "name": "Duradel" + "name": "Lapalok", + "id": "8467" }, { - "id": "8467", - "name": "Lapalok" + "name": "Laidee Gnonock", + "id": "8468" }, { - "id": "8468", - "name": "Laidee Gnonock" + "name": "Hazelmere", + "id": "8485" }, { - "id": "8485", - "name": "Hazelmere" + "name": "Undead mage", + "id": "8486" }, { - "id": "8486", - "name": "Undead mage" + "name": "Wild broav", + "id": "8487" }, { - "id": "8487", - "name": "Wild broav" + "name": "Hazelmere", + "id": "8488" }, { - "id": "8488", - "name": "Hazelmere" + "name": "Hazelmere", + "id": "8490" }, { - "id": "8490", - "name": "Hazelmere" + "name": "Broav", + "id": "8491" }, { - "id": "8491", - "name": "Broav" + "name": "Sithaph", + "id": "8492" }, { - "id": "8492", - "name": "Sithaph" + "name": "Strisath", + "id": "8494" }, { - "id": "8494", - "name": "Strisath" + "name": "Sakirth", + "id": "8495" }, { - "id": "8495", - "name": "Sakirth" + "name": "Hazelmere's hat", + "id": "8496" }, { - "id": "8496", - "name": "Hazelmere's hat" + "name": "Lucien", + "id": "8497" }, { - "id": "8497", - "name": "Lucien" + "name": "A lazy Khazard guard", + "id": "8498" }, { - "id": "8498", - "name": "A lazy Khazard guard" + "name": "Thanksgiving Turkey", + "id": "8499" }, { - "id": "8499", - "name": "Thanksgiving Turkey" + "name": "Cook's brother", + "id": "8500" }, { - "id": "8500", - "name": "Cook's brother" + "name": "Turkey", + "id": "8501" }, { - "id": "8501", - "name": "Turkey" - }, - { - "id": "8502", "name": "Cactus", - "examine": "Are those spines or feathers? Either way, it looks delicious." + "id": "8502" }, { - "id": "8503", "name": "Cactus", - "examine": "Prickly, but strangely tasty-looking..." + "id": "8503" }, { - "id": "8504", "name": "Bush", - "examine": "It rustles deliciously." + "id": "8504" }, { - "id": "8505", "name": "Toadstool", - "examine": "A horrible fungus, but there is something strangely tasty about it." + "id": "8505" }, { - "id": "8506", "name": "Barrel", - "examine": "The most delicious barrel you have ever seen." + "id": "8506" }, { - "id": "8507", "name": "Bush", - "examine": "Who would have thought that leaves could smell so edible?" + "id": "8507" }, { - "id": "8508", "name": "Crate", - "examine": "A crate. But delicious." + "id": "8508" }, { - "id": "8509", "name": "Bush", - "examine": "You feel a strange urge to pour gravy on that bush." + "id": "8509" }, { - "id": "8510", "name": "Rock", - "examine": "Now that's a rock I'd try to make into soup!" + "id": "8510" }, { - "id": "8511", "name": "Bush", - "examine": "Did that bush just pour sauce on itself?" + "id": "8511" }, { - "id": "8512", - "name": "Marvin" + "name": "Marvin", + "id": "8512" }, { - "id": "8513", - "name": "Marius" + "name": "Marius", + "id": "8513" }, { - "id": "8514", - "name": "Benny" + "name": "Benny", + "id": "8514" }, { - "id": "8515", - "name": "Yeti" + "name": "Yeti", + "id": "8515" }, { - "id": "8516", - "name": "Yeti" + "name": "Yeti", + "id": "8516" }, { - "id": "8517", + "examine": "The rebellious teenage son of the Queen of Snow. Interesting outfit!", "name": "Jack Frost", - "examine": "The rebellious teenage son of the Queen of Snow. Interesting outfit!" + "id": "8517" }, { - "id": "8518", - "name": "Jack Frost" + "name": "Jack Frost", + "id": "8518" }, { - "id": "8519", - "name": "Jack Frost" + "name": "Jack Frost", + "id": "8519" }, { - "id": "8520", - "name": "Jack Frost" + "name": "Jack Frost", + "id": "8520" }, { - "id": "8521", - "name": "Snow imp" + "name": "Snow imp", + "id": "8521" }, { - "id": "8537", - "name": "Snow imp" + "name": "Snow imp", + "id": "8537" }, { - "id": "8538", - "name": "Snow imp" + "name": "Snow imp", + "id": "8538" }, { - "id": "8539", - "name": "Queen of Snow" + "name": "Queen of Snow", + "id": "8539" }, { - "id": "8540", + "examine": "A jolly-looking present-distributor.", "name": "Santa Claus", - "examine": "A jolly-looking present-distributor." + "id": "8540" }, { - "id": "8541", - "name": "Head snow imp" + "name": "Head snow imp", + "id": "8541" }, { - "id": "8542", - "name": "Head snow imp" + "name": "Head snow imp", + "id": "8542" }, { - "id": "8543", - "name": "Head snow imp" + "name": "Head snow imp", + "id": "8543" }, { - "id": "8544", - "name": "Isidor" + "name": "Isidor", + "id": "8544" }, { - "id": "8545", - "name": "Mystic" + "name": "Mystic", + "id": "8545" }, { - "id": "8546", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8546" }, { - "id": "8547", - "name": "Wounded phoenix" + "name": "Wounded phoenix", + "id": "8547" }, { - "id": "8548", - "name": "Phoenix" + "name": "Phoenix", + "id": "8548" }, { - "id": "8549", - "name": "Phoenix" + "name": "Phoenix", + "id": "8549" }, { - "id": "8550", - "name": "Phoenix eggling" + "name": "Phoenix eggling", + "id": "8550" }, { - "id": "8551", - "name": "Phoenix eggling" + "name": "Phoenix eggling", + "id": "8551" }, { - "id": "8552", - "name": "Large egg" + "name": "Large egg", + "id": "8552" }, { - "id": "8553", - "name": "Priest of Guthix" + "name": "Priest of Guthix", + "id": "8553" }, { - "id": "8556", - "name": "Brian Twitcher" + "name": "Brian Twitcher", + "id": "8556" }, { - "id": "8557", - "name": "Lesser reborn warrior" + "name": "Lesser reborn warrior", + "id": "8557" }, { - "id": "8558", - "name": "Lesser reborn warrior" + "name": "Lesser reborn warrior", + "id": "8558" }, { - "id": "8559", - "name": "Greater reborn warrior" + "name": "Greater reborn warrior", + "id": "8559" }, { - "id": "8560", - "name": "Greater reborn warrior" + "name": "Greater reborn warrior", + "id": "8560" }, { - "id": "8561", - "name": "Lesser reborn ranger" + "name": "Lesser reborn ranger", + "id": "8561" }, { - "id": "8562", - "name": "Lesser reborn ranger" + "name": "Lesser reborn ranger", + "id": "8562" }, { - "id": "8563", - "name": "Greater reborn ranger" + "name": "Greater reborn ranger", + "id": "8563" }, { - "id": "8564", - "name": "Greater reborn ranger" + "name": "Greater reborn ranger", + "id": "8564" }, { - "id": "8565", - "name": "Lesser reborn mage" + "name": "Lesser reborn mage", + "id": "8565" }, { - "id": "8566", - "name": "Lesser reborn mage" + "name": "Lesser reborn mage", + "id": "8566" }, { - "id": "8567", - "name": "Greater reborn mage" + "name": "Greater reborn mage", + "id": "8567" }, { - "id": "8568", - "name": "Greater reborn mage" + "name": "Greater reborn mage", + "id": "8568" }, { - "id": "8569", - "name": "Lesser reborn warrior" + "name": "Lesser reborn warrior", + "id": "8569" }, { - "id": "8570", - "name": "Greater reborn warrior" + "name": "Greater reborn warrior", + "id": "8570" }, { - "id": "8571", - "name": "Lesser reborn ranger" + "name": "Lesser reborn ranger", + "id": "8571" }, { - "id": "8572", - "name": "Greater reborn ranger" + "name": "Greater reborn ranger", + "id": "8572" }, { - "id": "8573", - "name": "Lesser reborn mage" + "name": "Lesser reborn mage", + "id": "8573" }, { - "id": "8574", - "name": "Greater reborn mage" + "name": "Greater reborn mage", + "id": "8574" }, { - "id": "8575", - "name": "Phoenix" + "name": "Phoenix", + "id": "8575" }, { - "id": "8576", - "name": "Phoenix" + "name": "Phoenix", + "id": "8576" }, { - "id": "8577", - "name": "Phoenix eggling" + "name": "Phoenix eggling", + "id": "8577" }, { - "id": "8578", - "name": "Phoenix eggling" + "name": "Phoenix eggling", + "id": "8578" }, { - "id": "8579", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8579" }, { - "id": "8581", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8581" }, { - "id": "8582", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8582" }, { - "id": "8583", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8583" }, { - "id": "8584", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8584" }, { - "id": "8585", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8585" }, { - "id": "8586", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8586" }, { - "id": "8587", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8587" }, { - "id": "8588", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8588" }, { - "id": "8589", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8589" }, { - "id": "8590", - "name": "Geoffrey" + "name": "Geoffrey", + "id": "8590" + }, + { + "examine": "Ooh, shiny things!", + "name": "Magpie Impling", + "id": "1035" + }, + { + "examine": "An earth impling. Rock on.", + "name": "Earth Impling", + "id": "1031" + }, + { + "examine": "A baby impling. Ahhh.", + "name": "Baby Impling", + "id": "1028" + }, + { + "examine": "A young impling. It's not fair!", + "name": "Young Impling", + "id": "1029" + }, + { + "examine": "An impling gourmet. Mmmm, tasty.", + "name": "Gourmet Impling", + "id": "1030" + }, + { + "examine": "An impling who likes magic. Magic!", + "name": "Essence Impling", + "id": "1032" + }, + { + "examine": "Dodgy Mike.", + "name": "Mike", + "id": "3166" + }, + { + "examine": "An impling with varied tastes.", + "name": "Eclectic Impling", + "id": "1033" + }, + { + "examine": "He seems to be making odd sucking noises with his teeth.", + "name": "Leon", + "id": "5111" + }, + { + "examine": "A very stealthy impling.", + "name": "Ninja Impling", + "id": "6053" + }, + { + "examine": "A rare bird.", + "name": "Black Swan", + "water_npc": "true", + "id": "3297" + }, + { + "examine": "A nature impling. Right on, maaan.", + "name": "Nature Impling", + "id": "1034" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner (boss)", + "defence_level": "10", + "lifepoints": "19", + "melee_animation": "428", + "attack_speed": "4", + "strength_level": "10", + "id": "370", + "bonuses": "0,0,0,0,0,3,2,4,0,0,0,0,0,0,0", + "attack_level": "10" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "717" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "718" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "719" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "3216" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner", + "defence_level": "14", + "melee_animation": "428", + "lifepoints": "24", + "attack_speed": "4", + "strength_level": "14", + "id": "357", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "attack_level": "14" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner", + "defence_level": "19", + "melee_animation": "422", + "lifepoints": "30", + "attack_speed": "4", + "strength_level": "19", + "id": "348", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "attack_level": "19" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner", + "defence_level": "19", + "melee_animation": "422", + "lifepoints": "30", + "attack_speed": "4", + "strength_level": "19", + "id": "369", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "attack_level": "19" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner", + "defence_level": "8", + "lifepoints": "18", + "melee_animation": "428", + "strength_level": "8", + "attack_speed": "4", + "id": "347", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "attack_level": "8" + }, + { + "examine": "A Mourner, or plague healer.", + "name": "Mourner", + "id": "2374" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "372" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner", + "defence_level": "8", + "lifepoints": "20", + "melee_animation": "422", + "attack_speed": "4", + "strength_level": "8", + "id": "371", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "attack_level": "8" + }, + { + "examine": "In charge of people with silly outfits.", + "name": "Head Mourner", + "id": "716" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "2784" + }, + { + "examine": "She looks concerned.", + "name": "Elena", + "id": "3215" + }, + { + "examine": "She looks concerned.", + "name": "Elena", + "id": "715" + }, + { + "examine": "She doesn't look too happy.", + "name": "Elena", + "id": "3209" + }, + { + "examine": "She doesn't look too happy.", + "name": "Elena", + "id": "335" + }, + { + "examine": "He looks angry and smells drunk.", + "name": "Skippy", + "id": "2796" + }, + { + "examine": "Angry and stressed, he doesn't seem to have time for anything other than sand.", + "name": "Sandy", + "id": "3112" + }, + { + "examine": "I hope she can find all the ingredients!", + "name": "Cook", + "id": "4239" } ] \ No newline at end of file diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index 7b339528d..77ef33f02 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -157,7 +157,7 @@ }, { "npc_id": "47", - "loc_data": "{2821,3170,0,1,1}-{3076,3282,0,1,5}-{3089,3266,0,1,4}-{3091,3266,0,1,4}-{3341,3267,0,1,5}-{3097,3364,0,1,3}-{3102,3363,0,1,5}-{3127,3487,0,1,4}-{3125,3486,0,1,6}-{3127,3486,0,1,4}-{2339,9356,0,1,0}-{2354,9390,0,1,0}-{2361,9403,0,1,0}-{2362,9347,0,1,0}-{2603,9480,0,1,1}-{2600,9477,0,1,0}-{2579,9496,0,1,4}-{2580,9508,0,1,0}-{2571,9522,0,1,4}-{2565,9505,0,1,1}-{2566,9510,0,1,6}-{2594,9497,0,1,4}-{2852,9642,0,1,6}-{2858,9632,0,1,3}-{2568,9620,0,1,0}-{2573,9612,0,1,0}-{2579,9631,0,1,0}-{2580,9600,0,1,0}-{2580,9614,0,1,0}-{2580,9620,0,1,0}-{2580,9626,0,1,0}-{2583,9632,0,1,0}-{2584,9625,0,1,0}-{2584,9637,0,1,0}-{2589,9644,0,1,0}-{2590,9601,0,1,0}-{2590,9638,0,1,0}-{2591,9601,0,1,0}-{2591,9621,0,1,0}-{2594,9636,0,1,0}-{2594,9644,0,1,0}-{2597,9604,0,1,0}-{2607,9615,0,1,0}-{2608,9628,0,1,0}-{2614,9651,0,1,0}-{2614,9656,0,1,0}-{2615,9647,0,1,0}-{2615,9661,0,1,0}-{2616,9633,0,1,0}-{2618,9630,0,1,0}-{3108,9754,0,1,5}-{3110,9754,0,1,5}-{3108,9750,0,1,5}-{2592,9831,0,1,3}-{2588,9825,0,1,6}-{2583,9829,0,1,4}-{2581,9841,0,1,0}-{2597,9823,0,1,2}-{2579,9805,0,1,3}-{2576,9804,0,1,0}-{2573,9805,0,1,5}-{2571,9808,0,1,3}-{2576,9810,0,1,2}-{2587,9802,0,1,2}-{2592,9800,0,1,4}-{2596,9805,0,1,6}-{2601,9802,0,1,5}-{2585,9801,0,1,7}-{2594,9803,0,1,0}-{2590,9806,0,1,3}-{2612,9808,0,1,6}-{2604,9810,0,1,6}-{2579,9821,0,1,2}-{2576,9812,0,1,6}-{2580,9813,0,1,6}-{2600,9813,0,1,4}-{2599,9809,0,1,4}-{3158,3226,0,1,5}-{3160,3202,0,1,4}-{3192,3203,0,1,0}-{3194,3204,0,1,0}-{3196,3206,0,1,0}-{3197,3204,0,1,0}-{2654,9640,0,1,6}-{2655,9637,0,1,4}-{2656,9639,0,1,7}-{2651,9636,0,1,5}-{2648,9637,0,1,4}-{2651,9642,0,1,1}-{2654,9640,0,1,0}-{2654,9635,0,1,6}-{2655,9635,0,1,3}-{2664,9626,0,1,6}-{2664,9624,0,1,1}-{2661,9623,0,1,1}-{2663,9623,0,1,3}-{2664,9626,0,1,6}-{2930,9699,0,1,0}-{2933,9697,0,1,0}-{2932,9685,0,1,0}-{2930,9693,0,1,0}-{3001,3202,0,1,5}-{3235,3224,0,1,3}-{3229,3220,0,1,4}-{3211,3211,0,1,3}-{3225,3220,0,1,1}-{3237,3215,0,1,5}-{3211,3210,0,1,7}-{3227,3220,0,1,7}-{3233,3227,0,1,5}-{3227,3210,0,1,6}-{3228,3222,0,1,4}-{3229,3226,0,1,0}-{3236,3217,0,1,4}-{3259,3230,0,1,4}-{3233,3237,0,1,7}-{3205,3204,0,1,0}-{3206,3204,0,1,0}-{3205,3203,0,1,0}-{3206,3202,0,1,0}-{3207,3202,0,1,0}-{3208,3203,0,1,0}-{3243,3687,0,1,5}-{3249,3669,0,1,3}-{3252,3675,0,1,4}-{3252,3680,0,1,3}-{3259,3683,0,1,0}-{3475,9840,0,1,6}-{3481,9842,0,1,1}-{3486,9843,0,1,7}-{3483,9824,0,1,4}-{3490,9815,0,1,1}-{3490,9824,0,1,4}-{3478,9834,0,1,0}-{3496,9808,0,1,0}-{3225,9862,0,1,4}-{3222,9861,0,1,6}-{3220,9860,0,1,6}-{3219,9865,0,1,6}-{3237,9862,0,1,4}-{2536,2982,0,1,3}-{2531,2980,0,1,0}-{2522,2981,0,1,4}-{2545,2989,0,1,4}-{2523,2970,0,1,2}-{2801,3158,0,1,2}-{3026,3174,0,1,5}-{3019,3176,0,1,7}-{2514,3193,0,1,6}-{2518,3192,0,1,3}-{2507,3181,0,1,3}-{2508,3178,0,1,6}-{2511,3183,0,1,3}-{2515,3182,0,1,1}-{3021,3205,0,1,6}-{3019,3292,0,1,7}-{3018,3295,0,1,7}-{2531,3325,0,1,3}-{2530,3327,0,1,5}-{2521,3331,0,1,3}-{2526,3328,0,1,3}-{2523,3331,0,1,4}-{2523,3334,0,1,1}-{2531,3329,0,1,5}-{2532,3333,0,1,5}-{2798,4531,0,1,0}-{2800,4526,0,1,0}-{2803,4526,0,1,0}-{2780,4592,0,1,0}-{2783,4593,0,1,0}-{2777,4582,0,1,0}-{2785,4580,0,1,0}-{2786,4578,0,1,0}-{2787,4579,0,1,0}-{2812,4577,0,1,0}-{2802,4599,0,1,0}-{3276,9871,0,1,1}-{3277,9871,0,1,3}-" + "loc_data": "{2821,3170,0,1,1}-{3076,3282,0,1,5}-{3089,3266,0,1,4}-{3091,3266,0,1,4}-{3341,3267,0,1,5}-{3097,3364,0,1,3}-{3102,3363,0,1,5}-{3127,3487,0,1,4}-{3125,3486,0,1,6}-{3127,3486,0,1,4}-{2339,9356,0,1,0}-{2354,9390,0,1,0}-{2361,9403,0,1,0}-{2362,9347,0,1,0}-{2603,9480,0,1,1}-{2600,9477,0,1,0}-{2579,9496,0,1,4}-{2580,9508,0,1,0}-{2571,9522,0,1,4}-{2565,9505,0,1,1}-{2566,9510,0,1,6}-{2594,9497,0,1,4}-{2852,9642,0,1,6}-{2858,9632,0,1,3}-{2568,9620,0,1,0}-{2573,9612,0,1,0}-{2579,9631,0,1,0}-{2580,9600,0,1,0}-{2580,9614,0,1,0}-{2580,9620,0,1,0}-{2580,9626,0,1,0}-{2583,9632,0,1,0}-{2584,9625,0,1,0}-{2584,9637,0,1,0}-{2589,9644,0,1,0}-{2590,9601,0,1,0}-{2590,9638,0,1,0}-{2591,9601,0,1,0}-{2591,9621,0,1,0}-{2594,9636,0,1,0}-{2594,9644,0,1,0}-{2597,9604,0,1,0}-{2607,9615,0,1,0}-{2608,9628,0,1,0}-{2614,9651,0,1,0}-{2614,9656,0,1,0}-{2615,9647,0,1,0}-{2615,9661,0,1,0}-{2616,9633,0,1,0}-{2618,9630,0,1,0}-{3108,9754,0,1,5}-{3110,9754,0,1,5}-{3108,9750,0,1,5}-{2592,9831,0,1,3}-{2588,9825,0,1,6}-{2583,9829,0,1,4}-{2581,9841,0,1,0}-{2597,9823,0,1,2}-{2579,9805,0,1,3}-{2576,9804,0,1,0}-{2573,9805,0,1,5}-{2571,9808,0,1,3}-{2576,9810,0,1,2}-{2587,9802,0,1,2}-{2592,9800,0,1,4}-{2596,9805,0,1,6}-{2601,9802,0,1,5}-{2585,9801,0,1,7}-{2594,9803,0,1,0}-{2590,9806,0,1,3}-{2612,9808,0,1,6}-{2604,9810,0,1,6}-{2579,9821,0,1,2}-{2576,9812,0,1,6}-{2580,9813,0,1,6}-{2600,9813,0,1,4}-{2599,9809,0,1,4}-{3158,3226,0,1,5}-{3160,3202,0,1,4}-{3192,3203,0,1,0}-{3194,3204,0,1,0}-{3196,3206,0,1,0}-{3197,3204,0,1,0}-{2654,9640,0,1,6}-{2655,9637,0,1,4}-{2656,9639,0,1,7}-{2651,9636,0,1,5}-{2648,9637,0,1,4}-{2651,9642,0,1,1}-{2654,9640,0,1,0}-{2654,9635,0,1,6}-{2655,9635,0,1,3}-{2664,9626,0,1,6}-{2664,9624,0,1,1}-{2661,9623,0,1,1}-{2663,9623,0,1,3}-{2664,9626,0,1,6}-{2930,9699,0,1,0}-{2933,9697,0,1,0}-{2932,9685,0,1,0}-{2930,9693,0,1,0}-{3235,3224,0,1,3}-{3229,3220,0,1,4}-{3211,3211,0,1,3}-{3225,3220,0,1,1}-{3237,3215,0,1,5}-{3211,3210,0,1,7}-{3227,3220,0,1,7}-{3233,3227,0,1,5}-{3227,3210,0,1,6}-{3228,3222,0,1,4}-{3229,3226,0,1,0}-{3236,3217,0,1,4}-{3259,3230,0,1,4}-{3233,3237,0,1,7}-{3205,3204,0,1,0}-{3206,3204,0,1,0}-{3205,3203,0,1,0}-{3206,3202,0,1,0}-{3207,3202,0,1,0}-{3208,3203,0,1,0}-{3001,3202,0,1,5}-{3243,3687,0,1,5}-{3249,3669,0,1,3}-{3252,3675,0,1,4}-{3252,3680,0,1,3}-{3259,3683,0,1,0}-{3475,9840,0,1,6}-{3481,9842,0,1,1}-{3486,9843,0,1,7}-{3483,9824,0,1,4}-{3496,9808,0,0,5}-{3490,9815,0,1,1}-{3478,9834,0,0,3}-{3490,9824,0,1,4}-{3225,9862,0,1,4}-{3222,9861,0,1,6}-{3220,9860,0,1,6}-{3219,9865,0,1,6}-{3237,9862,0,1,4}-{2536,2982,0,1,3}-{2531,2980,0,1,0}-{2522,2981,0,1,4}-{2545,2989,0,1,4}-{2523,2970,0,1,2}-{3026,3174,0,1,5}-{3019,3176,0,1,7}-{2801,3158,0,1,2}-{2514,3193,0,1,6}-{2518,3192,0,1,3}-{2507,3181,0,1,3}-{2508,3178,0,1,6}-{2511,3183,0,1,3}-{2515,3182,0,1,1}-{3021,3205,0,1,6}-{3019,3292,0,1,7}-{3018,3295,0,1,7}-{2531,3325,0,1,3}-{2530,3327,0,1,5}-{2521,3331,0,1,3}-{2526,3328,0,1,3}-{2523,3331,0,1,4}-{2523,3334,0,1,1}-{2531,3329,0,1,5}-{2532,3333,0,1,5}-{3276,9871,0,1,1}-{3277,9871,0,1,3}-" }, { "npc_id": "48", @@ -245,7 +245,7 @@ }, { "npc_id": "78", - "loc_data": "{2585,3479,0,1,1}-{2589,3480,0,1,2}-{2582,3476,0,1,3}-{2588,3485,0,1,4}-{2580,3490,0,1,5}-{2577,3482,0,1,6}-{2583,3484,0,1,7}-{3073,3961,0,1,0}-{3074,3952,0,1,0}-{3075,3955,0,1,0}-{3076,3961,0,1,0}-{3077,3949,0,1,0}-{3079,3957,0,1,0}-{3080,3961,0,1,0}-{2568,9528,0,1,5}-{2573,9530,0,1,3}-{2575,9525,0,1,6}-{2571,9528,0,1,7}-{2862,9569,0,1,4}-{2857,9571,0,1,7}-{2837,9561,0,1,1}-{2608,9818,0,1,7}-{2609,9825,0,1,5}-{2607,9830,0,1,1}-{2605,9837,0,1,1}-{2607,9833,0,1,6}-{2905,9832,0,1,0}-{2907,9831,0,1,0}-{2913,9828,0,1,0}-{2921,9826,0,1,0}-{2924,9831,0,1,0}-{2921,9834,0,1,0}-{2918,9831,0,1,0}-{2908,9838,0,1,0}-{2913,9841,0,1,0}-{2672,9805,0,1,3}-{2663,9804,0,1,4}-{2658,9809,0,1,5}-{3725,9369,0,1,1}-{3737,9390,0,1,4}-{3738,9399,0,1,0}-{3740,9407,0,1,1}-{3765,9407,0,1,1}-{3762,9395,0,1,3}-{3725,9390,0,1,3}-{3753,9387,0,1,0}-{3728,9382,0,1,3}-{3729,9360,0,1,6}-{3755,9424,0,1,0}-{3760,9440,0,1,4}-{3737,9425,0,1,7}-{3720,9430,0,1,4}-{3736,9451,0,1,3}-{3728,9463,0,1,2}-{3740,9462,0,1,4}-{3770,9463,0,1,1}-{3752,9450,0,1,6}-{3762,9432,0,1,1}-{3733,9421,0,1,7}-{2759,3402,0,1,2}-{2756,3400,0,1,0}-{2788,4503,0,1,0}-{2789,4499,0,1,0}-{3787,9459,0,1,1}-{3803,9447,0,1,4}-{3778,9438,0,1,1}-{3786,9422,0,1,4}-{3800,9419,0,1,3}-{3797,9427,0,1,4}-{3820,9432,0,1,5}-{3825,9414,0,1,3}-{3833,9415,0,1,0}-{3825,9449,0,1,3}-{3827,9459,0,1,1}-{3818,9466,0,1,4}-{3799,9460,0,1,1}-{3794,9451,0,1,1}-{2543,9564,0,1,1}-{2543,9562,0,1,1}-{2542,9557,0,1,1}-{2542,9569,0,1,4}-{2540,9566,0,1,0}-{2549,9568,0,1,6}-{2538,9568,0,1,3}-" + "loc_data": "{2585,3479,0,1,1}-{2589,3480,0,1,2}-{2582,3476,0,1,3}-{2588,3485,0,1,4}-{2580,3490,0,1,5}-{2577,3482,0,1,6}-{2583,3484,0,1,7}-{3073,3961,0,1,0}-{3074,3952,0,1,0}-{3075,3955,0,1,0}-{3076,3961,0,1,0}-{3077,3949,0,1,0}-{3079,3957,0,1,0}-{3080,3961,0,1,0}-{2568,9528,0,1,5}-{2573,9530,0,1,3}-{2575,9525,0,1,6}-{2571,9528,0,1,7}-{2862,9569,0,1,4}-{2857,9571,0,1,7}-{2837,9561,0,1,1}-{2608,9818,0,1,7}-{2609,9825,0,1,5}-{2607,9830,0,1,1}-{2605,9837,0,1,1}-{2607,9833,0,1,6}-{2905,9832,0,1,0}-{2907,9831,0,1,0}-{2913,9828,0,1,0}-{2921,9826,0,1,0}-{2924,9831,0,1,0}-{2921,9834,0,1,0}-{2918,9831,0,1,0}-{2908,9838,0,1,0}-{2913,9841,0,1,0}-{2672,9805,0,1,3}-{2663,9804,0,1,4}-{2658,9809,0,1,5}-{3725,9369,0,1,1}-{3737,9390,0,1,4}-{3738,9399,0,1,0}-{3740,9407,0,1,1}-{3765,9407,0,1,1}-{3762,9395,0,1,3}-{3725,9390,0,1,3}-{3753,9387,0,1,0}-{3728,9382,0,1,3}-{3729,9360,0,1,6}-{3755,9424,0,1,0}-{3760,9440,0,1,4}-{3737,9425,0,1,7}-{3720,9430,0,1,4}-{3736,9451,0,1,3}-{3728,9463,0,1,2}-{3740,9462,0,1,4}-{3770,9463,0,1,1}-{3752,9450,0,1,6}-{3762,9432,0,1,1}-{3733,9421,0,1,7}-{2759,3402,0,1,2}-{2756,3400,0,1,0}-{3787,9459,0,1,1}-{3803,9447,0,1,4}-{3778,9438,0,1,1}-{3786,9422,0,1,4}-{3800,9419,0,1,3}-{3797,9427,0,1,4}-{3820,9432,0,1,5}-{3825,9414,0,1,3}-{3833,9415,0,1,0}-{3825,9449,0,1,3}-{3827,9459,0,1,1}-{3818,9466,0,1,4}-{3799,9460,0,1,1}-{3794,9451,0,1,1}-{2543,9564,0,1,1}-{2543,9562,0,1,1}-{2542,9557,0,1,1}-{2542,9569,0,1,4}-{2540,9566,0,1,0}-{2549,9568,0,1,6}-{2538,9568,0,1,3}-" }, { "npc_id": "80", @@ -269,7 +269,7 @@ }, { "npc_id": "86", - "loc_data": "{3105,9517,0,1,7}-{3101,9517,0,1,6}-{3102,9521,0,1,4}-{3106,9519,0,1,1}-{3104,9514,0,1,4}-{3104,9518,0,1,1}-{3107,9519,0,1,1}-{3109,9516,0,1,1}-{3107,9515,0,1,7}-{3105,9512,0,1,6}-{3102,9513,0,1,3}-{3100,9514,0,1,1}-{3100,9516,0,1,7}-{3099,9521,0,1,0}-{3103,9523,0,1,1}-{3098,9880,0,1,5}-{3094,9883,0,1,1}-{3119,9891,0,1,4}-{3188,3181,0,1,7}-{3181,3191,0,1,7}-{3185,3199,0,1,4}-{3176,3198,0,1,6}-{3168,3188,0,1,4}-{3172,3178,0,1,1}-{3179,3174,0,1,1}-{3189,3168,0,1,5}-{3196,3208,0,1,1}-{3196,3205,0,1,0}-{3195,3212,0,1,0}-{2632,9696,0,1,1}-{2639,9697,0,1,3}-{2646,9696,0,1,3}-{2650,9697,0,1,4}-{2646,9702,0,1,6}-{2647,9713,0,1,3}-{2641,9719,0,1,1}-{2650,9716,0,1,1}-{3212,3191,0,1,6}-{3207,3192,0,1,2}-{3216,3184,0,1,2}-{3224,3174,0,1,4}-{3229,3183,0,1,5}-{3222,3185,0,1,3}-{3216,3177,0,1,4}-{3200,3182,0,1,5}-{3202,3189,0,1,6}-{2977,3700,0,1,0}-{2967,3694,0,1,0}-{2973,3694,0,1,0}-{3495,9812,0,1,1}-{3502,9807,0,1,0}-{3249,9868,0,1,4}-{3237,9868,0,1,3}-{3221,9873,0,1,6}-{3225,9862,0,1,2}-{3237,9866,0,1,6}-{3232,9867,0,1,7}-{3219,9862,0,1,7}-{3227,9875,0,1,4}-{2518,3187,0,1,3}-{3291,3388,0,1,6}-{3049,3691,0,1,0}-{3276,9870,0,1,3}-" + "loc_data": "{3105,9517,0,1,7}-{3101,9517,0,1,6}-{3102,9521,0,1,4}-{3106,9519,0,1,1}-{3104,9514,0,1,4}-{3104,9518,0,1,1}-{3107,9519,0,1,1}-{3109,9516,0,1,1}-{3107,9515,0,1,7}-{3105,9512,0,1,6}-{3102,9513,0,1,3}-{3100,9514,0,1,1}-{3100,9516,0,1,7}-{3099,9521,0,1,0}-{3103,9523,0,1,1}-{3098,9880,0,1,5}-{3094,9883,0,1,1}-{3119,9891,0,1,4}-{3188,3181,0,1,7}-{3181,3191,0,1,7}-{3185,3199,0,1,4}-{3176,3198,0,1,6}-{3168,3188,0,1,4}-{3172,3178,0,1,1}-{3179,3174,0,1,1}-{3189,3168,0,1,5}-{3196,3208,0,1,1}-{3196,3205,0,1,0}-{3195,3212,0,1,0}-{2632,9696,0,1,1}-{2639,9697,0,1,3}-{2646,9696,0,1,3}-{2650,9697,0,1,4}-{2646,9702,0,1,6}-{2647,9713,0,1,3}-{2641,9719,0,1,1}-{2650,9716,0,1,1}-{3212,3191,0,1,6}-{3207,3192,0,1,2}-{3216,3184,0,1,2}-{3224,3174,0,1,4}-{3229,3183,0,1,5}-{3222,3185,0,1,3}-{3216,3177,0,1,4}-{3200,3182,0,1,5}-{3202,3189,0,1,6}-{2977,3700,0,1,0}-{2967,3694,0,1,0}-{2973,3694,0,1,0}-{3495,9812,0,1,1}-{3502,9807,0,0,4}-{3249,9868,0,1,4}-{3237,9868,0,1,3}-{3221,9873,0,1,6}-{3225,9862,0,1,2}-{3237,9866,0,1,6}-{3232,9867,0,1,7}-{3219,9862,0,1,7}-{3227,9875,0,1,4}-{2518,3187,0,1,3}-{3291,3388,0,1,6}-{3049,3691,0,1,0}-{3276,9870,0,1,3}-" }, { "npc_id": "87", @@ -297,7 +297,7 @@ }, { "npc_id": "93", - "loc_data": "{2566,9507,0,1,3}-{2562,9505,0,1,1}-{2568,9509,0,1,3}-{2571,9509,0,1,1}-{2564,9504,0,1,1}-{2566,9505,0,1,1}-{2841,9625,0,1,4}-{2845,9628,0,1,3}-{2841,9638,0,1,6}-{2845,9645,0,1,1}-{3101,9956,0,1,3}-{3104,9948,0,1,0}-{3104,9955,0,1,4}-{3108,9951,0,1,4}-{3108,9954,0,1,1}-{3111,9954,0,1,6}-{3112,9958,0,1,4}-{3194,5460,0,1,6}-{3192,5466,0,1,7}-{3185,5493,0,1,4}-{3182,5494,0,1,6}-{3185,5486,0,1,7}-{3175,5492,0,1,3}-{3169,5496,0,1,4}-{3170,5492,0,1,3}-{3186,5487,0,1,4}-{3169,5491,0,1,2}-{2655,9824,0,1,1}-{2669,9824,0,1,4}-{2667,9823,0,1,5}-{2658,9830,0,1,6}-{2666,9829,0,1,6}-{2637,9891,0,1,0}-{2645,9891,0,1,0}-{2653,9892,0,1,0}-{2653,9892,0,1,0}-{2544,9841,0,1,1}-{2536,9844,0,1,6}-{2530,9842,0,1,4}-{2543,9815,0,1,3}-" + "loc_data": "{2566,9507,0,1,3}-{2562,9505,0,1,1}-{2568,9509,0,1,3}-{2571,9509,0,1,1}-{2564,9504,0,1,1}-{2566,9505,0,1,1}-{2841,9625,0,1,4}-{2845,9628,0,1,3}-{2841,9638,0,1,6}-{2845,9645,0,1,1}-{3101,9956,0,1,3}-{3104,9948,0,1,0}-{3104,9955,0,1,4}-{3108,9951,0,1,4}-{3108,9954,0,1,1}-{3111,9954,0,1,6}-{3112,9958,0,1,4}-{3194,5460,0,1,6}-{3192,5466,0,1,7}-{3185,5493,0,1,4}-{3182,5494,0,1,6}-{3185,5486,0,1,7}-{3175,5492,0,1,3}-{3169,5496,0,1,4}-{3170,5492,0,1,3}-{3186,5487,0,1,4}-{3169,5491,0,1,2}-{2655,9824,0,1,1}-{2669,9824,0,1,4}-{2667,9823,0,1,5}-{2658,9830,0,1,6}-{2666,9829,0,1,6}-{2637,9891,0,1,0}-{2645,9891,0,1,0}-{2653,9892,0,1,0}-{2653,9892,0,1,0}-{2544,9841,0,1,1}-{2536,9844,0,1,6}-{2527,9844,0,1,3}-{2530,9842,0,1,4}-{2543,9815,0,1,3}-" }, { "npc_id": "94", @@ -373,11 +373,11 @@ }, { "npc_id": "112", - "loc_data": "{2825,3249,0,1,6}-{2560,3406,0,1,3}-{3144,3822,0,1,0}-{3165,9880,0,1,3}-{3168,9880,0,1,1}-{3159,9903,0,1,4}-{3156,9907,0,1,0}-{2699,3206,0,1,1}-{3202,5490,0,1,4}-{3237,5555,0,1,5}-{2554,3411,0,1,3}-{2554,3400,0,1,3}-{2551,3401,0,1,4}-" + "loc_data": "{2825,3249,0,1,6}-{2560,3406,0,1,3}-{3144,3822,0,1,0}-{3165,9880,0,1,3}-{3168,9880,0,1,1}-{3159,9903,0,1,4}-{3156,9907,0,1,0}-{2699,3206,0,1,1}-{3202,5490,0,1,4}-{3237,5555,0,1,5}-{2554,3411,0,1,3}-{2554,3400,0,1,3}-{2551,3401,0,1,4}-{2543,9823,0,1,3}-{2540,9819,0,1,5}-{2543,9817,0,1,4}-" }, { "npc_id": "113", - "loc_data": "{2622,3272,0,0,0}-{2835,9526,0,1,4}-{2832,9514,0,1,4}-{2825,9521,0,1,5}-{2846,9520,0,1,3}-{2838,9508,0,1,0}-{2832,9495,0,1,6}-{2838,9492,0,1,6}-{2851,9485,0,1,3}-{2847,9481,0,1,3}-{2865,9494,0,1,3}-{2855,9502,0,1,2}-{2870,9496,0,1,1}-{2851,9511,0,1,2}-{2853,9519,0,1,3}-{2857,9520,0,1,6}-{2863,9525,0,1,1}-{2869,9530,0,1,5}-{2865,9515,0,1,4}-{2868,9507,0,1,3}-{2874,9512,0,1,6}-{2896,2946,0,1,0}-{2918,2961,0,1,0}-{2926,2986,0,1,0}-{2930,3044,0,1,0}-{2926,3056,0,1,0}-{2916,3065,0,1,0}-" + "loc_data": "{2622,3272,0,0,0}-{2835,9526,0,1,4}-{2832,9514,0,1,4}-{2825,9521,0,1,5}-{2846,9520,0,1,3}-{2838,9508,0,1,0}-{2832,9495,0,1,6}-{2838,9492,0,1,6}-{2851,9485,0,1,3}-{2847,9481,0,1,3}-{2865,9494,0,1,3}-{2855,9502,0,1,2}-{2870,9496,0,1,1}-{2851,9511,0,1,2}-{2853,9519,0,1,3}-{2857,9520,0,1,6}-{2863,9525,0,1,1}-{2869,9530,0,1,5}-{2865,9515,0,1,4}-{2868,9507,0,1,3}-{2874,9512,0,1,6}-{2896,2946,0,0,0}-{2918,2961,0,0,0}-{2926,2986,0,0,0}-{2930,3044,0,0,0}-{2926,3056,0,0,0}-{2916,3065,0,0,0}-" }, { "npc_id": "115", @@ -1221,7 +1221,7 @@ }, { "npc_id": "412", - "loc_data": "{3341,3478,0,1,0}-{3343,3484,0,1,0}-{3345,3484,0,1,0}-{3350,3493,0,1,0}-{3353,3494,0,1,0}-{3361,3484,0,1,0}-{3364,3489,0,1,0}-{3370,3497,0,1,0}-{3379,3478,0,1,0}-{3379,3484,0,1,0}-{3387,3483,0,1,0}-{3388,3494,0,1,0}-{3389,3483,0,1,0}-{3588,3472,0,1,0}-{3598,3509,0,1,0}-{3599,3486,0,1,0}-{3607,3462,0,1,0}-{3611,3499,0,1,0}-{3613,3482,0,1,0}-{3627,3511,0,1,0}-{3628,3473,0,1,0}-{3636,3466,0,1,0}-{3639,3510,0,1,0}-{3411,3536,0,1,0}-{3418,3522,0,1,0}-{3425,3525,0,1,0}-{3429,3522,0,1,0}-{3432,3527,0,1,0}-{3434,3521,0,1,0}-{3445,3526,0,1,0}-{3419,9646,0,1,0}-{3418,9642,0,1,0}-{3414,9643,0,1,0}-{3411,9644,0,1,0}-{3410,9641,0,1,0}-{3409,9638,0,1,0}-{3419,9630,0,1,0}-{3421,9629,0,1,0}-{3433,9638,0,1,0}-{3434,9636,0,1,0}-{3436,9636,0,1,0}-{3423,9625,0,1,0}-{2728,10122,0,1,1}-{2735,10123,0,1,3}-{2733,10129,0,1,1}-{2728,10133,0,1,6}-{2722,10133,0,1,6}-{2736,10137,0,1,1}-{2732,10142,0,1,0}-{2726,10142,0,1,6}-{2729,10140,0,1,3}-{2720,10144,0,1,6}-{2712,10142,0,1,3}-{3565,3503,0,1,0}-{3567,3481,0,1,0}-{3580,3491,0,1,0}-{2761,4500,0,1,0}-{2759,4498,0,1,0}-{2761,4496,0,1,0}-{2783,4490,0,1,0}-{2784,4487,0,1,0}-{2792,4488,0,1,0}-" + "loc_data": "{3341,3478,0,1,0}-{3343,3484,0,1,0}-{3345,3484,0,1,0}-{3350,3493,0,1,0}-{3353,3494,0,1,0}-{3361,3484,0,1,0}-{3364,3489,0,1,0}-{3370,3497,0,1,0}-{3379,3478,0,1,0}-{3379,3484,0,1,0}-{3387,3483,0,1,0}-{3388,3494,0,1,0}-{3389,3483,0,1,0}-{3588,3472,0,1,0}-{3598,3509,0,1,0}-{3599,3486,0,1,0}-{3607,3462,0,1,0}-{3611,3499,0,1,0}-{3613,3482,0,1,0}-{3627,3511,0,1,0}-{3628,3473,0,1,0}-{3636,3466,0,1,0}-{3639,3510,0,1,0}-{3411,3536,0,1,0}-{3418,3522,0,1,0}-{3425,3525,0,1,0}-{3429,3522,0,1,0}-{3432,3527,0,1,0}-{3434,3521,0,1,0}-{3445,3526,0,1,0}-{2728,10122,0,1,1}-{2735,10123,0,1,3}-{2733,10129,0,1,1}-{2728,10133,0,1,6}-{2722,10133,0,1,6}-{2736,10137,0,1,1}-{2732,10142,0,1,0}-{2726,10142,0,1,6}-{2729,10140,0,1,3}-{2720,10144,0,1,6}-{2712,10142,0,1,3}-{3565,3503,0,1,0}-{3567,3481,0,1,0}-{3580,3491,0,1,0}-" }, { "npc_id": "419", @@ -1323,10 +1323,6 @@ "npc_id": "462", "loc_data": "{2590,3084,0,1,5}-" }, - { - "npc_id": "464", - "loc_data": "{2668,3162,0,1,0}-" - }, { "npc_id": "469", "loc_data": "{2542,3169,0,1,4}-" @@ -2101,7 +2097,7 @@ }, { "npc_id": "708", - "loc_data": "{2595,3125,0,1,1}-{2601,3135,0,1,3}-{2598,3120,0,1,6}-{2615,3120,0,1,4}-{2598,3108,0,1,4}-{2865,3175,0,1,0}-{2855,3188,0,1,1}-{2838,3194,0,1,3}-{2827,3170,0,1,5}-{2598,3145,0,1,1}-{2588,3145,0,1,7}-{2603,3221,0,1,7}-{2604,3212,0,1,3}-{2612,3230,0,1,0}-{2611,3204,0,1,7}-{2942,3247,0,1,7}-{2627,3231,0,1,4}-{2932,3322,0,0,5}-{2934,3301,0,1,5}-{2934,3301,0,1,3}-{2935,3343,0,1,1}-{2941,3356,0,0,7}-{3162,3410,0,1,2}-{3189,3503,0,1,6}-{2977,3202,0,1,7}-{3219,3221,0,1,4}-{2997,3300,0,1,3}-{2957,3308,0,1,0}-{2973,3274,0,1,3}-{2994,3270,0,1,0}-{3215,3282,0,1,1}-{3242,3306,0,1,1}-{2980,3337,0,1,6}-{2977,3377,0,0,3}-{3208,3357,0,1,3}-{2962,3424,0,1,6}-{3240,3393,0,1,3}-{2715,3451,0,1,4}-{2715,3436,0,1,3}-{2733,3459,0,1,3}-{2732,3457,0,1,6}-{3239,3523,0,1,4}-{3262,3523,0,1,2}-{2806,3181,0,1,3}-{2788,3179,0,1,3}-{2753,3178,0,1,3}-{2759,3155,0,1,0}-{2544,3184,0,1,3}-{3068,3251,0,1,6}-{3031,3322,0,1,1}-{3010,3271,0,1,6}-{3011,3513,0,1,1}-" + "loc_data": "{2595,3125,0,1,1}-{2601,3135,0,1,3}-{2598,3120,0,1,6}-{2615,3120,0,1,4}-{2598,3108,0,1,4}-{2865,3175,0,1,0}-{2855,3188,0,1,1}-{2838,3194,0,1,3}-{2827,3170,0,1,5}-{2598,3145,0,1,1}-{2588,3145,0,1,7}-{2603,3221,0,1,7}-{2604,3212,0,1,3}-{2612,3230,0,1,0}-{2611,3204,0,1,7}-{2942,3247,0,1,7}-{2627,3231,0,1,4}-{2932,3322,0,0,5}-{2934,3301,0,1,5}-{2934,3301,0,1,3}-{2935,3343,0,1,1}-{2941,3356,0,0,7}-{3162,3410,0,1,2}-{3189,3503,0,1,6}-{3219,3221,0,1,4}-{2977,3202,0,1,7}-{2997,3300,0,1,3}-{2957,3308,0,1,0}-{2973,3274,0,1,3}-{2994,3270,0,1,0}-{3215,3282,0,1,1}-{3242,3306,0,1,1}-{2980,3337,0,1,6}-{2977,3377,0,0,3}-{3208,3357,0,1,3}-{2962,3424,0,1,6}-{3240,3393,0,1,3}-{2715,3451,0,1,4}-{2715,3436,0,1,3}-{2733,3459,0,1,3}-{2732,3457,0,1,6}-{3239,3523,0,1,4}-{3262,3523,0,1,2}-{2806,3181,0,1,3}-{2788,3179,0,1,3}-{2753,3178,0,1,3}-{2759,3155,0,1,0}-{2544,3184,0,1,3}-{3068,3251,0,1,6}-{3031,3322,0,1,1}-{3010,3271,0,1,6}-{3011,3513,0,1,1}-" }, { "npc_id": "710", @@ -2799,10 +2795,6 @@ "npc_id": "1013", "loc_data": "{2593,2971,0,1,0}-{2594,2971,0,1,0}-{2596,2961,0,1,0}-{2598,2971,0,1,0}-{2599,2960,0,1,0}-{2598,2960,0,1,0}-{2603,2966,0,1,0}-{2603,2970,0,1,0}-{2598,2960,0,1,0}-{2596,2963,0,1,0}-{2595,2964,0,1,0}-{2594,2964,0,1,0}-{2601,2964,0,1,0}-{2598,2969,0,1,0}-{2604,2971,0,1,0}-{2601,2972,0,1,0}-{2392,3057,0,1,0}-{2395,3056,0,1,0}-{2395,3052,0,1,0}-{2397,3048,0,1,0}-{2400,3050,0,1,0}-{2400,3053,0,1,0}-{2391,3052,0,1,0}-{2393,3047,0,1,0}-{2399,3046,0,1,0}-{2402,3044,0,1,0}-{2399,3040,0,1,0}-{2395,3042,0,1,0}-{2391,3045,0,1,0}-{2464,2912,0,1,0}-{2544,2904,0,1,0}-{2544,2988,0,1,0}-{2532,2983,0,1,0}-{2549,2983,0,1,0}-{2545,2983,0,1,0}-{2528,2986,0,1,0}-{2550,2979,0,1,0}-{2522,2978,0,1,0}-{2523,2976,0,1,0}-{2526,2974,0,1,0}-{2548,2990,0,1,0}-{2552,2988,0,1,0}-{2548,2979,0,1,0}-{2547,2991,0,1,0}-{2525,2975,0,1,0}-" }, - { - "npc_id": "1015", - "loc_data": "{2716,4443,0,0,0}-{2719,4442,0,0,0}-{2724,4442,0,0,0}-{2729,4447,0,0,0}-{2728,4445,0,0,0}-{2735,4435,0,0,0}-{2738,4439,0,0,0}-{2713,4438,0,0,0}-{2792,4597,0,0,0}-{2785,4594,0,0,0}-{2783,4591,0,0,0}-{2774,4592,0,0,0}-{2770,4591,0,0,0}-{2769,4593,0,0,0}-" - }, { "npc_id": "1017", "loc_data": "{3191,3277,0,1,0}-{3188,3279,0,1,0}-{3187,3277,0,1,0}-{3190,3278,0,1,0}-{3187,3277,0,1,0}-{3189,3278,0,1,3}-{3198,3359,0,1,0}-{3198,3355,0,1,0}-{2677,3656,0,1,2}-{2672,3654,0,1,2}-{2676,3652,0,1,4}-{2681,3652,0,1,4}-{2675,3652,0,1,3}-{3231,3296,0,1,6}-{3233,3300,0,1,4}-{3235,3293,0,1,3}-{3232,3288,0,1,0}-{3234,3298,0,1,6}-{3234,3297,0,1,3}-{3234,3292,0,1,4}-{3235,3289,0,1,1}-{2693,3271,0,1,3}-{2692,3272,0,1,3}-{2785,3069,0,1,4}-{2800,3072,0,1,6}-" @@ -3409,7 +3401,7 @@ }, { "npc_id": "1223", - "loc_data": "{3585,3478,0,1,0}-{3586,3480,0,1,0}-{3586,3496,0,1,0}-{3592,3477,0,1,0}-{3593,3458,0,1,0}-{3593,3508,0,1,0}-{3595,3491,0,1,0}-{3597,3479,0,1,0}-{3607,3466,0,1,0}-{3617,3477,0,1,0}-{3618,3514,0,1,0}-{3631,3471,0,1,0}-{3631,3499,0,1,0}-{3632,3459,0,1,0}-{3632,3475,0,1,0}-{3638,3472,0,1,0}-{3646,3467,0,1,0}-{3460,3241,0,1,0}-{3459,3237,0,1,0}-{3456,3234,0,1,0}-{3458,3230,0,1,0}-{3457,3227,0,1,0}-{3456,3223,0,1,0}-" + "loc_data": "{3585,3478,0,1,0}-{3586,3480,0,1,0}-{3586,3496,0,1,0}-{3592,3477,0,1,0}-{3593,3458,0,1,0}-{3593,3508,0,1,0}-{3595,3491,0,1,0}-{3597,3479,0,1,0}-{3607,3466,0,1,0}-{3617,3477,0,1,0}-{3618,3514,0,1,0}-{3631,3471,0,1,0}-{3631,3499,0,1,0}-{3632,3459,0,1,0}-{3632,3475,0,1,0}-{3638,3472,0,1,0}-{3646,3467,0,1,0}-" }, { "npc_id": "1227", @@ -3661,39 +3653,31 @@ }, { "npc_id": "1335", - "loc_data": "{2518,4633,0,0,1}" + "loc_data": "{2518,4633,0,1,1}-" }, { "npc_id": "1336", - "loc_data": "{2508,3635,0,1,3}" + "loc_data": "{2508,3635,0,1,3}-" }, { "npc_id": "1337", - "loc_data": "{2445,4599,0,1,3}" + "loc_data": "{2445,4599,1,1,3}-" }, { "npc_id": "1338", - "loc_data": "{3151,5559,0,1,2}-{3157,5548,0,1,3}-{3155,5553,0,1,4}-{3145,5559,0,1,6}-{3152,5556,0,1,3}-{3149,5544,0,1,0}-{3145,5548,0,1,3}-{2514,10012,0,1,3}-{2515,10016,0,1,2}-{2519,10031,0,1,4}-{2527,10024,0,1,3}" + "loc_data": "{3151,5559,0,1,2}-{3157,5548,0,1,3}-{3155,5553,0,1,4}-{3145,5559,0,1,6}-{3152,5556,0,1,3}-{3149,5544,0,1,0}-{3145,5548,0,1,3}-" }, { "npc_id": "1339", - "loc_data": "{3153,5547,0,1,0}-{3150,5545,0,1,1}-{2521,10015,0,1,1}-{2523,10019,0,1,3}-{2514,10027,0,1,2}-{2534,10025,0,1,4}" + "loc_data": "{3153,5547,0,1,0}-{3150,5545,0,1,1}-" }, { "npc_id": "1340", - "loc_data": "{3147,5557,0,1,3}-{3154,5559,0,1,4}-{2511,10020,0,1,3}-{2526,10035,0,1,1}-{2522,10028,0,1,4}-" - }, - { - "npc_id": "1341", - "loc_data": "{2518,10013,0,1,6}-{2520,10018,0,1,4}-{2515,10030,0,1,3}-{2532,10023,0,1,2}" - }, - { - "npc_id": "1342", - "loc_data": "{2524,10014,0,1,6}-{2527,10019,0,1,2}-{2518,10027,0,1,4}-{2535,10030,0,1,1}" + "loc_data": "{3147,5557,0,1,3}-{3154,5559,0,1,4}-" }, { "npc_id": "1343", - "loc_data": "{3145,5548,0,1,6}-{2512,10018,0,1,4}-{2524,10033,0,1,2}-{2522,10023,0,1,3}-" + "loc_data": "{3145,5548,0,1,6}-" }, { "npc_id": "1357", @@ -3887,46 +3871,10 @@ "npc_id": "1526", "loc_data": "{2443,3089,0,0,0}-" }, - { - "npc_id": "1528", - "loc_data": "{3443,3256,0,1,0}-" - }, - { - "npc_id": "1537", - "loc_data": "{2803,4595,0,0,0}-{2786,4571,0,1,0}-{2792,4567,0,1,0}-{2791,4560,0,1,0}-{2796,4587,0,1,0}-{2798,4592,0,1,0}-{2802,4591,0,1,0}-{2798,4597,0,1,0}-{2808,4598,0,1,0}-{2808,4601,0,1,0}-" - }, - { - "npc_id": "1538", - "loc_data": "{2804,4525,0,0,0}-{2772,4516,0,0,0}-{2773,4515,0,0,0}-{2801,4580,0,0,0}-{2802,4580,0,0,0}-{2800,4573,0,0,0}-{2807,4572,0,0,0}-{2810,4573,0,0,0}-{2813,4571,0,0,0}-{2811,4567,0,0,0}-" - }, - { - "npc_id": "1542", - "loc_data": "{2793,4458,0,0,7}-{2782,4458,0,0,2}-{2787,4451,0,0,1}-{2787,4446,0,0,2}-" - }, - { - "npc_id": "1543", - "loc_data": "{2788,4455,0,0,0}-" - }, { "npc_id": "1544", "loc_data": "{2911,10175,0,0,4}-{2912,10175,0,0,4}-{2913,10175,0,0,4}-{2914,10175,0,0,4}-{2909,10173,0,0,4}-{2910,10173,0,0,4}-{2911,10173,0,0,4}-{2912,10173,0,0,4}-{2913,10173,0,0,4}-{2909,10171,0,0,4}-{2910,10171,0,0,4}-{2911,10169,0,0,4}-{2912,10169,0,0,4}-{2913,10169,0,0,4}-" }, - { - "npc_id": "1545", - "loc_data": "{2727,4509,0,0,1}-" - }, - { - "npc_id": "1546", - "loc_data": "{2697,4498,0,0,4}-" - }, - { - "npc_id": "1547", - "loc_data": "{2715,4517,0,0,1}-" - }, - { - "npc_id": "1548", - "loc_data": "{2739,4528,0,0,1}-" - }, { "npc_id": "1553", "loc_data": "{2828,10065,1,0,0}-" @@ -3971,38 +3919,6 @@ "npc_id": "1566", "loc_data": "{2786,10199,0,1,0}-{2790,10222,0,1,0}-{2799,10214,0,1,0}-" }, - { - "npc_id": "1567", - "loc_data": "{3521,3284,0,1,0}-" - }, - { - "npc_id": "1568", - "loc_data": "{3507,3437,0,1,0}-" - }, - { - "npc_id": "1569", - "loc_data": "{3506,9838,0,0,4}-{3506,9838,2,0,4}-" - }, - { - "npc_id": "1570", - "loc_data": "{3508,9837,2,0,3}-" - }, - { - "npc_id": "1571", - "loc_data": "{3504,9837,2,0,4}-" - }, - { - "npc_id": "1572", - "loc_data": "{3512,9834,0,1,0}-{3512,9834,2,1,0}-" - }, - { - "npc_id": "1573", - "loc_data": "{3513,9838,0,1,0}-{3513,9838,2,1,0}-" - }, - { - "npc_id": "1574", - "loc_data": "{3512,9842,0,1,0}-{3512,9842,2,1,0}-" - }, { "npc_id": "1582", "loc_data": "{2568,9889,0,1,6}-{2578,9898,0,1,1}-{2657,9500,0,0,1}-{2632,9589,2,0,1}-{2628,9549,2,0,5}-{2629,9543,2,0,2}-{3249,5517,0,1,3}-" @@ -4227,26 +4143,6 @@ "npc_id": "1658", "loc_data": "{2595,3087,1,1,1}-" }, - { - "npc_id": "1660", - "loc_data": "{3549,9867,0,0,6}-" - }, - { - "npc_id": "1661", - "loc_data": "{3540,9873,0,0,1}-" - }, - { - "npc_id": "1662", - "loc_data": "{3554,9886,0,1,0}-{3560,9908,0,1,0}-{3565,9865,0,1,0}-{3572,9908,0,1,0}-{3573,9891,0,1,0}-{3577,9875,0,1,0}-" - }, - { - "npc_id": "1663", - "loc_data": "{3527,9909,0,1,0}-{3533,9912,0,1,0}-{3540,9892,0,1,0}-{3540,9902,0,1,0}-" - }, - { - "npc_id": "1664", - "loc_data": "{3528,9865,0,1,0}-" - }, { "npc_id": "1665", "loc_data": "{3544,3462,0,0,1}-" @@ -4293,7 +4189,7 @@ }, { "npc_id": "1681", - "loc_data": "{3202,5483,0,1,4}-{2544,9843,0,1,3}-{2528,9844,0,1,4}-{2543,9820,0,1,1}-" + "loc_data": "{3202,5483,0,1,4}-{2544,9843,0,1,3}-" }, { "npc_id": "1683", @@ -4433,7 +4329,7 @@ }, { "npc_id": "1770", - "loc_data": "{2595,9826,0,1,1}-{3189,3246,0,1,0}-{3143,3231,0,1,0}-{3140,3263,0,1,0}-{2999,3212,0,1,1}-{3262,3253,0,1,6}-{3259,3254,0,1,3}-" + "loc_data": "{2595,9826,0,1,1}-{3189,3246,0,1,0}-{3143,3231,0,1,0}-{3140,3263,0,1,0}-{3262,3253,0,1,6}-{3259,3254,0,1,3}-{2999,3212,0,1,1}-" }, { "npc_id": "1771", @@ -4441,11 +4337,11 @@ }, { "npc_id": "1772", - "loc_data": "{3194,3255,0,1,0}-{3143,3234,0,1,0}-{2993,3203,0,1,0}-{3251,3231,0,1,1}-{3260,3241,0,1,0}-{3259,3222,0,0,4}-" + "loc_data": "{3194,3255,0,1,0}-{3143,3234,0,1,0}-{3251,3231,0,1,1}-{3260,3241,0,1,0}-{3259,3222,0,0,4}-{2993,3203,0,1,0}-" }, { "npc_id": "1773", - "loc_data": "{2991,3219,0,1,1}-{3252,3227,0,1,1}-{3263,3219,0,1,0}-" + "loc_data": "{3252,3227,0,1,1}-{3263,3219,0,1,0}-{2991,3219,0,1,1}-" }, { "npc_id": "1774", @@ -4853,7 +4749,7 @@ }, { "npc_id": "1973", - "loc_data": "{3166,4598,0,1,0}-{3167,4577,0,1,0}-{2626,5065,0,1,0}-{2637,5099,0,1,0}-{2638,5058,0,1,0}-{2644,5090,0,1,0}-{2658,5082,0,1,0}-{2666,5097,0,1,0}-{2680,5074,0,1,0}-{2693,5075,0,1,0}-{2695,5089,0,1,0}-{2697,5096,0,1,0}-{2703,5064,0,1,0}-{2710,5105,0,1,0}-{2719,5078,0,1,0}-{2719,5112,0,1,0}-{2720,5096,0,1,0}-{2726,5086,0,1,0}-{2729,5096,0,1,0}-{2735,5061,0,1,0}-{2740,5069,0,1,0}-{2740,5085,0,1,0}-{2746,5092,0,1,0}-{2746,5114,0,1,0}-" + "loc_data": "{2626,5065,0,1,0}-{2637,5099,0,1,0}-{2638,5058,0,1,0}-{2644,5090,0,1,0}-{2658,5082,0,1,0}-{2666,5097,0,1,0}-{2680,5074,0,1,0}-{2693,5075,0,1,0}-{2695,5089,0,1,0}-{2697,5096,0,1,0}-{2703,5064,0,1,0}-{2710,5105,0,1,0}-{2719,5078,0,1,0}-{2719,5112,0,1,0}-{2720,5096,0,1,0}-{2726,5086,0,1,0}-{2729,5096,0,1,0}-{2735,5061,0,1,0}-{2740,5069,0,1,0}-{2740,5085,0,1,0}-{2746,5092,0,1,0}-{2746,5114,0,1,0}-" }, { "npc_id": "1976", @@ -6055,14 +5951,6 @@ "npc_id": "2580", "loc_data": "{2918,3535,0,1,0}-" }, - { - "npc_id": "2581", - "loc_data": "{3228,3477,0,1,0}-" - }, - { - "npc_id": "2588", - "loc_data": "{3049,3505,0,1,0}-" - }, { "npc_id": "2591", "loc_data": "{4786,5106,0,1,6}-{2474,5145,0,1,2}-" @@ -6777,7 +6665,7 @@ }, { "npc_id": "3108", - "loc_data": "{2549,3100,0,1,4}-" + "loc_data": "{2549,3100,0,0,4}-" }, { "npc_id": "3109", @@ -6785,11 +6673,11 @@ }, { "npc_id": "3110", - "loc_data": "{2788,3176,0,0,6}-" + "loc_data": "{2789,3175,0,0,4}-" }, { "npc_id": "3111", - "loc_data": "{2788,3176,0,0,6}-" + "loc_data": "{2788,3176,0,0,0}-" }, { "npc_id": "3114", @@ -9213,7 +9101,11 @@ }, { "npc_id": "5383", - "loc_data": "{3194,4569,0,1,0}-" + "loc_data": "{3194,4569,0,0,0}-" + }, + { + "npc_id": "5384", + "loc_data": "{3165,4598,0,0,0}-{3167,4577,0,0,0}-" }, { "npc_id": "5385", @@ -9317,19 +9209,11 @@ }, { "npc_id": "5413", - "loc_data": "{3187,5450,0,1,6}-{3177,5453,0,1,6}-{3423,9658,0,1,0}-" + "loc_data": "{3187,5450,0,1,6}-{3177,5453,0,1,6}-" }, { "npc_id": "5414", - "loc_data": "{3176,5454,0,1,3}-{3182,5447,0,1,3}-{3429,9648,0,1,0}-{3420,9657,0,1,0}-" - }, - { - "npc_id": "5417", - "loc_data": "{3146,4649,0,1,0}-{3148,4645,0,1,0}-{3152,4648,0,1,0}-" - }, - { - "npc_id": "5418", - "loc_data": "{3140,4653,0,1,0}-{3140,4647,0,1,0}-{3158,4647,0,1,0}-{3158,4653,0,1,0}-{3147,4657,0,1,0}-{3150,4654,0,1,0}-" + "loc_data": "{3176,5454,0,1,3}-{3182,5447,0,1,3}-" }, { "npc_id": "5423", @@ -11481,7 +11365,7 @@ }, { "npc_id": "6917", - "loc_data": "{2916,3082,0,1,0}-{2917,3089,0,1,0}-{2912,3090,0,1,0}-" + "loc_data": "{2916,3082,0,0,0}-{2917,3089,0,0,0}-{2912,3090,0,0,0}-" }, { "npc_id": "6918", @@ -11489,11 +11373,15 @@ }, { "npc_id": "6921", - "loc_data": "{2954,3273,0,1,6}-{2970,3300,0,1,0}-{2974,3448,0,1,4}-{2971,3442,0,1,6}-{2968,3451,0,1,1}-{2967,3439,0,1,4}-{2965,3451,0,1,5}-{3017,3402,0,1,0}-{3024,3405,0,1,0}-{3313,3440,0,1,0}-" + "loc_data": "{2954,3273,0,1,6}-{2974,3448,0,1,4}-{2971,3442,0,1,6}-{2968,3451,0,1,1}-{2967,3439,0,1,4}-{2965,3451,0,1,5}-" + }, + { + "npc_id": "6942", + "loc_data": "{2890,3100,0,1,4}-" }, { "npc_id": "6944", - "loc_data": "{2855,3028,0,1,0}-{2841,3039,0,1,0}-{2838,3031,0,1,0}-{2839,3022,0,1,0}-{2836,3014,0,1,0}-{2840,3008,0,1,0}-" + "loc_data": "{2855,3028,0,0,0}-{2841,3039,0,0,0}-{2838,3031,0,0,0}-{2836,3014,0,0,0}-{2839,3022,0,0,0}-" }, { "npc_id": "6962", @@ -11565,7 +11453,7 @@ }, { "npc_id": "6997", - "loc_data": "{2927,3382,0,1,0}-{2931,3378,0,1,0}-{3007,3261,0,1,0}-{3002,3257,0,1,0}-{3049,3429,0,1,0}-{3058,3429,0,1,0}-{3059,3425,0,1,0}-{3059,3420,0,1,0}-{3309,3420,0,1,0}-{3305,3423,0,1,0}-" + "loc_data": "{3002,3257,0,0,0}-{3007,3261,0,0,0}-{3058,3429,0,0,0}-{3059,3420,0,0,0}-{3059,3425,0,0,0}-{3049,3429,0,0,0}-" }, { "npc_id": "7003", @@ -12033,63 +11921,59 @@ }, { "npc_id": "7228", - "loc_data": "{2862,3101,0,1,0}-{2874,3098,0,1,0}-{2879,3109,0,1,0}-{2882,3104,0,1,0}-{2882,3098,0,1,0}-{2890,3100,0,1,0}-" + "loc_data": "{2862,3101,0,0,0}-{2879,3109,0,0,0}-{2874,3098,0,0,0}-{2882,3104,0,0,0}-{2882,3098,0,0,0}-" }, { "npc_id": "7229", - "loc_data": "{2831,3086,0,1,0}-{2833,3089,0,1,0}-{2844,3089,0,1,0}-{2836,3085,0,1,0}-{2840,3076,0,1,0}-" + "loc_data": "{2833,3088,0,0,0}-{2830,3085,0,0,0}-{2844,3089,0,0,0}-{2837,3084,0,0,0}-{2840,3076,0,0,0}-" }, { "npc_id": "7230", - "loc_data": "{2887,3051,0,1,0}-{2890,3052,0,1,0}-{2894,3058,0,1,0}-{2897,3035,0,1,0}-" + "loc_data": "{2840,3008,0,0,0}-{2887,3051,0,0,0}-{2890,3052,0,0,0}-{2894,3058,0,0,0}-{2897,3035,0,0,0}-" }, { "npc_id": "7231", - "loc_data": "{2930,2961,0,1,0}-{2942,2964,0,1,0}-{2933,2964,0,1,0}-{2932,2967,0,1,0}-{2936,2973,0,1,0}-" + "loc_data": "{2930,2961,0,0,0}-{2942,2964,0,0,0}-{2933,2964,0,0,0}-{2932,2967,0,0,0}-{2936,2973,0,0,0}-" }, { "npc_id": "7232", - "loc_data": "{2802,3106,0,1,0}-{2806,3108,0,1,0}-{2808,3106,0,1,0}-{2807,3101,0,1,0}-{2814,3100,0,1,0}-" + "loc_data": "{2802,3106,0,0,0}-{2807,3101,0,0,0}-{2806,3108,0,0,0}-{2808,3105,0,0,0}-{2814,3100,0,0,0}-" }, { "npc_id": "7233", - "loc_data": "{2922,3070,0,1,0}-{2919,3080,0,1,0}-{2924,3080,0,1,0}-{2923,3081,0,1,0}-{2929,3075,0,1,0}-" + "loc_data": "{2922,3070,0,0,0}-{2929,3075,0,0,0}-{2919,3080,0,0,0}-{2924,3080,0,0,0}-{2923,3081,0,0,0}-" }, { "npc_id": "7234", - "loc_data": "{2900,3107,0,1,0}-{2904,3107,0,1,0}-{2905,3107,0,1,0}-{2908,3104,0,1,0}-{2902,3101,0,1,0}-{2903,3098,0,1,0}-" + "loc_data": "{2900,3107,0,0,0}-{2903,3098,0,0,0}-{2908,3104,0,0,0}-{2905,3107,0,0,0}-{2904,3107,0,0,0}-" }, { "npc_id": "7235", - "loc_data": "{2820,3065,0,1,0}-{2830,3059,0,1,0}-{2825,3057,0,1,0}-{2827,3050,0,1,0}-{2822,3053,0,1,0}-" + "loc_data": "{2820,3065,0,0,0}-{2830,3059,0,0,0}-{2825,3057,0,0,0}-{2827,3050,0,0,0}-{2822,3053,0,0,0}-" }, { "npc_id": "7236", - "loc_data": "{2801,2995,0,1,0}-{2804,3001,0,1,0}-{2803,2986,0,1,0}-{2811,2999,0,1,0}-{2800,3006,0,1,0}-" + "loc_data": "{2799,3005,0,0,0}-{2801,2995,0,0,0}-{2804,3001,0,0,0}-{2803,2986,0,0,0}-{2811,2999,0,0,0}-" }, { "npc_id": "7275", - "loc_data": "{2916,3382,0,1,0}-{2914,3373,0,1,0}-{2995,3252,0,1,0}-{2996,3259,0,1,0}-{2993,3250,0,1,0}-{3000,3258,0,1,0}-{3306,3424,0,1,0}-{3306,3419,0,1,0}-" + "loc_data": "{2995,3252,0,0,0}-{2996,3259,0,0,0}-{2993,3250,0,0,0}-{3000,3258,0,0,0}-" }, { "npc_id": "7276", - "loc_data": "{2909,3381,0,1,0}-{2994,3256,0,1,0}-{3002,3250,0,1,0}-{2992,3252,0,1,0}-{3000,3250,0,1,0}-{2728,3422,0,1,1}-{2718,3413,0,1,4}-{2729,3420,0,1,4}-{2727,3414,0,1,6}-{2714,3419,0,1,3}-{2719,3427,0,1,7}-{3311,3420,0,1,0}-{3306,3421,0,1,0}-" + "loc_data": "{2994,3256,0,0,0}-{3002,3250,0,0,0}-{2992,3252,0,0,0}-{3000,3250,0,0,0}-{2728,3422,0,1,1}-{2718,3413,0,1,4}-{2729,3420,0,1,4}-{2727,3414,0,1,6}-{2714,3419,0,1,3}-{2719,3427,0,1,7}-" }, { "npc_id": "7285", - "loc_data": "{2835,3107,0,1,0}-{2836,3101,0,1,0}-{2836,3110,0,1,0}-{2837,3112,0,1,0}-{2841,3107,0,1,0}-{2885,3019,0,1,0}-{2885,3018,0,1,0}-{2891,3018,0,1,0}-" + "loc_data": "{2835,3107,0,0,0}-{2836,3101,0,0,0}-{2836,3110,0,0,0}-{2837,3112,0,0,0}-{2841,3107,0,0,0}-{2885,3018,0,0,0}-{2885,3019,0,0,0}-{2891,3018,0,0,0}-" }, { "npc_id": "7286", - "loc_data": "{2924,3102,0,1,0}-{2925,3097,0,1,0}-{2933,3104,0,1,0}-{2936,3096,0,1,0}-{2931,3090,0,1,0}-" - }, - { - "npc_id": "7287", - "loc_data": "{2833,3055,0,1,0}-{2838,3054,0,1,0}-{2839,3047,0,1,0}-{2832,3047,0,1,0}-{2839,3063,0,1,0}-" + "loc_data": "{2931,3090,0,0,0}-{2925,3097,0,0,0}-{2936,3096,0,0,0}-{2924,3102,0,0,0}-{2933,3104,0,0,0}-" }, { "npc_id": "7288", - "loc_data": "{2834,3045,0,1,0}-{2826,3048,0,1,0}-{2824,3043,0,1,0}-{2822,3045,0,1,0}-{2822,3045,0,1,0}-" + "loc_data": "{2834,3045,0,0,0}-{2826,3048,0,0,0}-{2824,3043,0,0,0}-{2822,3045,0,0,0}-{2818,3049,0,0,0}-" }, { "npc_id": "7289", @@ -12105,19 +11989,19 @@ }, { "npc_id": "7309", - "loc_data": "{2946,3280,0,1,0}-{2966,3295,0,1,0}-{3023,3410,0,1,0}-{3023,3410,0,1,0}-{3317,3445,0,1,0}-" + "loc_data": "{2946,3280,0,0,0}-{3023,3410,0,0,0}-" }, { "npc_id": "7310", - "loc_data": "{2947,3273,0,1,0}-{2972,3298,0,1,0}-{2729,3425,0,1,0}-{3015,3409,0,1,0}-{3018,3407,0,1,0}-{3312,3442,0,1,0}-" + "loc_data": "{2946,3272,0,0,0}-{3015,3409,0,0,0}-" }, { "npc_id": "7311", - "loc_data": "{2956,3273,0,1,0}-{2967,3305,0,1,0}-{2731,3420,0,1,0}-{2722,3424,0,1,0}-{3024,3402,0,1,0}-{3021,3405,0,1,0}-{3308,3445,0,1,0}-" + "loc_data": "{2956,3273,0,0,0}-" }, { "npc_id": "7312", - "loc_data": "{2951,3267,0,1,0}-{2964,3297,0,1,0}-{2722,3418,0,1,0}-{2716,3423,0,1,0}-{3017,3412,0,1,0}-{3026,3409,0,1,0}-{3308,3440,0,1,0}-" + "loc_data": "{2950,3268,0,0,0}-" }, { "npc_id": "7420", @@ -12335,54 +12219,6 @@ "npc_id": "8000", "loc_data": "{2987,3691,0,1,3}-" }, - { - "npc_id": "8029", - "loc_data": "{1697,5463,2,1,0}-" - }, - { - "npc_id": "8030", - "loc_data": "{1698,5462,2,1,0}-" - }, - { - "npc_id": "8031", - "loc_data": "{1694,5473,2,1,0}-" - }, - { - "npc_id": "8032", - "loc_data": "{1691,5469,2,1,0}-" - }, - { - "npc_id": "8033", - "loc_data": "{1700,5463,2,1,0}-" - }, - { - "npc_id": "8034", - "loc_data": "{1692,5465,2,1,0}-" - }, - { - "npc_id": "8035", - "loc_data": "{1692,5472,2,1,0}-" - }, - { - "npc_id": "8036", - "loc_data": "{1696,5473,2,1,0}-" - }, - { - "npc_id": "8037", - "loc_data": "{1701,5472,2,1,0}-" - }, - { - "npc_id": "8038", - "loc_data": "{1702,5470,2,1,0}-" - }, - { - "npc_id": "8039", - "loc_data": "{1702,5468,2,1,0}-" - }, - { - "npc_id": "8040", - "loc_data": "{1694,5462,2,1,0}-" - }, { "npc_id": "8041", "loc_data": "{2794,3100,0,1,0}-" diff --git a/Server/data/configs/object_configs.json b/Server/data/configs/object_configs.json index bb29be5a8..1dffc0568 100644 --- a/Server/data/configs/object_configs.json +++ b/Server/data/configs/object_configs.json @@ -3,14 +3,14030 @@ "examine": "I wonder what's inside.", "ids": "0,1" }, + { + "examine": "Looks and smells like a place where goblins live.", + "ids": "2" + }, + { + "examine": "The door is closed.", + "ids": "3,4" + }, + { + "examine": "A powerful ranging device, unfortunately not working.", + "ids": "5" + }, + { + "examine": "A powerful ranging device that fires metal balls.", + "ids": "6" + }, + { + "examine": "The cannon is built on here.", + "ids": "7" + }, + { + "examine": "The mounting for the multicannon.", + "ids": "8" + }, + { + "examine": "The barrels of the multicannon.", + "ids": "9" + }, { "examine": "I can climb down this.", "ids": "10" }, + { + "examine": "I can climb up this.", + "ids": "11" + }, + { + "examine": "A pile of rocks is blocking my path.", + "ids": "12" + }, + { + "examine": "Mud caved in from above.", + "ids": "13" + }, + { + "examine": "Intended to keep the goblins away from the mines.", + "ids": "14,15,16,17,18,19,20" + }, + { + "examine": "Its eyes stare off into the distance...", + "ids": "21" + }, + { + "examine": "The door is shut.", + "ids": "22" + }, + { + "examine": "Unusually lumpy looking.", + "ids": "23" + }, + { + "examine": "The door is shut.", + "ids": "24" + }, + { + "examine": "Seems to be some kind of clock part.", + "ids": "25,26,27,28,29,30,31,32" + }, + { + "examine": "Yup, definitely a lever.", + "ids": "33,34,35,36" + }, + { + "examine": "Stops people walking past.", + "ids": "37,38,39" + }, + { + "examine": "Animals have no table manners.", + "ids": "40" + }, + { + "examine": "Looks like an outlet pipe to the lake.", + "ids": "41" + }, + { + "examine": "I can see fish swimming in the water.", + "ids": "42,326" + }, + { + "examine": "It seems to sparkle.", + "ids": "43" + }, + { + "examine": "I can see really big fish swimming in the water.", + "ids": "44" + }, + { + "examine": "Big Dave is fishing here.", + "ids": "45" + }, + { + "examine": "Joshua is fishing here.", + "ids": "46" + }, + { + "examine": "A wooden gate.", + "ids": "47,48,49,50" + }, + { + "examine": "Hmmm... I wonder if it's loose enough to get through.", + "ids": "51" + }, + { + "examine": "It's locked.", + "ids": "52,53" + }, + { + "examine": "It's a flight of stairs.", + "ids": "54,55,56,57" + }, + { + "examine": "Known commonly as Red worm vine.", + "ids": "58" + }, + { + "examine": "A fancy hole in the wall.", + "ids": "59" + }, + { + "examine": "A fancy hole in the ceiling.", + "ids": "60" + }, + { + "examine": "A shrine to evil.", + "ids": "61" + }, + { + "examine": "Is there something in there?", + "ids": "62" + }, + { + "examine": "Used for storage.", + "ids": "63,64,36351,36352" + }, + { + "examine": "Surprisingly sturdy looking.", + "ids": "65,66" + }, + { + "examine": "Used for storage.", + "ids": "67" + }, + { + "examine": "Where bees live.", + "ids": "68" + }, + { + "examine": "Handy for boarding boats.", + "ids": "69,70" + }, + { + "examine": "Sturdy looking door.", + "ids": "71,72" + }, + { + "examine": "Securely fastened shut.", + "ids": "73,74" + }, + { + "examine": "I wonder what's inside?", + "ids": "75" + }, + { + "examine": "It's open.", + "ids": "76" + }, + { + "examine": "Securely fastened shut.", + "ids": "77,78" + }, + { + "examine": "Looks secure.", + "ids": "79,80" + }, + { + "examine": "The door is closed.", + "ids": "81,82" + }, + { + "examine": "Seems very old...", + "ids": "86" + }, + { + "examine": "I guess you pull it...", + "ids": "87" + }, + { + "examine": "A wrought iron gate.", + "ids": "89,90" + }, + { + "examine": "I don't like the look of this!", + "ids": "91" + }, + { + "examine": "The door is closed.", + "ids": "92,93" + }, + { + "examine": "A wrought iron gate.", + "ids": "94,95" + }, + { + "examine": "A dark flight of stairs.", + "ids": "96,98" + }, + { + "examine": "The door is closed.", + "ids": "99" + }, { "examine": "Don't you open that trapdoor!", "ids": "100" }, + { + "examine": "I can climb this.", + "ids": "101" + }, + { + "examine": "A sturdy door.", + "ids": "102" + }, + { + "examine": "I wonder what's inside.", + "ids": "103" + }, + { + "examine": "Perhaps I should search it.", + "ids": "104" + }, + { + "examine": "I wonder what that's there for...", + "ids": "105,106" + }, + { + "examine": "An appliance for cooking with.", + "ids": "114" + }, + { + "examine": "A party balloon.", + "ids": "115,116,117,118,119,120" + }, + { + "examine": "Aren't they pretty?", + "ids": "121" + }, + { + "examine": "Paaaarty!", + "ids": "122" + }, + { + "examine": "A party balloon.", + "ids": "123,124,125,126,127,128,129,130" + }, + { + "examine": "The door is closed.", + "ids": "131" + }, + { + "examine": "An escape route.", + "ids": "132" + }, + { + "examine": "Looks spooky down there.", + "ids": "133" + }, + { + "examine": "A large double door.", + "ids": "134,135,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,4423,4424,4425,4426,4427,4428,4429,4430,4629,4630,4631,4632,4633,4634,4635,4963,4964,12349,12350,12446,12447,12448,12449,13094,13095,13096,13097,13098,13099,31814,31815,31816" + }, + { + "examine": "The door is closed.", + "ids": "136" + }, + { + "examine": "Smelly.", + "ids": "152" + }, + { + "examine": "An ornate fountain.", + "ids": "153,36781" + }, + { + "examine": "A pipe I can squeeze through.", + "ids": "154,2287,2288,2290,2291,2292,2293,3236,3237,4058,5099,5100,5101,5102,5152,5153,5154,5155,9293,9295,10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075,29370" + }, + { + "examine": "Lots of books.", + "ids": "155,156,157" + }, + { + "examine": "This wall looks odd...", + "ids": "158,159" + }, + { + "examine": "I wonder what this does...", + "ids": "160" + }, + { + "examine": "I'm not touching that.", + "ids": "162,163,164" + }, + { + "examine": "A special furnace for destroying contaminated items.", + "ids": "165" + }, + { + "examine": "A wooden gate.", + "ids": "166,167" + }, + { + "examine": "I wonder what's inside.", + "ids": "170" + }, + { + "examine": "Perhaps I should search it.", + "ids": "171" + }, + { + "examine": "I wonder what's inside.", + "ids": "172" + }, + { + "examine": "Perhaps I should search it.", + "ids": "173" + }, + { + "examine": "Fly Gnome Air.", + "ids": "187" + }, + { + "examine": "Probably pilot error.", + "ids": "188" + }, + { + "examine": "The Blurberry bar", + "ids": "189" + }, + { + "examine": "A large gate in the gnome style.", + "ids": "190" + }, + { + "examine": "The entrance to the cave.", + "ids": "194" + }, + { + "examine": "I can climb this.", + "ids": "195" + }, + { + "examine": "A quirky gnome lamp.", + "ids": "200" + }, + { + "examine": "These insects love this light.", + "ids": "201" + }, + { + "examine": "It's amazing what bees produce!", + "ids": "202" + }, + { + "examine": "Posh candlesticks.", + "ids": "203,204,32287,40074" + }, + { + "examine": "Scary lighting apparatus.", + "ids": "208" + }, + { + "examine": "An ornamental lighting fixture.", + "ids": "209" + }, + { + "examine": "A mysterious glowing ice crystal.", + "ids": "210" + }, + { + "examine": "It's amazing what bees produce!", + "ids": "211" + }, + { + "examine": "Useful for making ships move.", + "ids": "212,218" + }, + { + "examine": "This figure brings luck to those who sail.", + "ids": "221,222" + }, + { + "examine": "Useful for making ships move.", + "ids": "225,226" + }, + { + "examine": "Barnacle infested rope.", + "ids": "227" + }, + { + "examine": "Allows access to other parts of the ship.", + "ids": "245,246" + }, + { + "examine": "Without this I'm going around in circles.", + "ids": "252,253" + }, + { + "examine": "This figure brings luck to those who sail.", + "ids": "254" + }, + { + "examine": "Used for pulling things up.", + "ids": "255" + }, + { + "examine": "This figure brings luck to those who sail.", + "ids": "260" + }, + { + "examine": "Useful if there is any wind.", + "ids": "265" + }, + { + "examine": "Useful for making ships move.", + "ids": "266,267" + }, + { + "examine": "Useful for making ships move", + "ids": "268" + }, + { + "examine": "How much does this weigh?", + "ids": "271" + }, + { + "examine": "I can climb up here.", + "ids": "272" + }, + { + "examine": "I can go below decks with this ladder.", + "ids": "273" + }, + { + "examine": "A conveniently rolled sail.", + "ids": "274,275,276,277,278,279" + }, + { + "examine": "I'm not allowed to climb this ladder.", + "ids": "287" + }, + { + "examine": "It's like a land rudder.", + "ids": "296" + }, + { + "examine": "Disturbingly man-like.", + "ids": "297" + }, + { + "examine": "I bet there's a needle in it somewhere.", + "ids": "298,299,300" + }, + { + "examine": "Animals have no table manners.", + "ids": "301" + }, + { + "examine": "A home for baby creatures.", + "ids": "302" + }, + { + "examine": "In the city we would call this mouldy rubbish.", + "ids": "303" + }, + { + "examine": "I bet there's a needle in it somewhere.", + "ids": "304" + }, + { + "examine": "Where bees live.", + "ids": "305" + }, + { + "examine": "A used cart seller will probably try and sell it later.", + "ids": "306" + }, + { + "examine": "One horsepower; wooden suspension: a beauty.", + "ids": "307,308" + }, + { + "examine": "Dead tree parts piled together neatly.", + "ids": "309" + }, + { + "examine": "A patch of soft dark brown matter. Probably mud.", + "ids": "310" + }, + { + "examine": "A pile of something I hope is mud.", + "ids": "311" + }, + { + "examine": "Potato-licious!", + "ids": "312" + }, + { + "examine": "Baby bread.", + "ids": "313" + }, + { + "examine": "The remains of a bad driver.", + "ids": "327" + }, + { + "examine": "The perfect place to store things.", + "ids": "346,347" + }, + { + "examine": "These open and close!", + "ids": "348" + }, + { + "examine": "This may be worth searching.", + "ids": "349" + }, + { + "examine": "These open and close!", + "ids": "350" + }, + { + "examine": "This may be worth searching.", + "ids": "351" + }, + { + "examine": "These open and close!", + "ids": "352" + }, + { + "examine": "This may be worth searching.", + "ids": "353" + }, + { + "examine": "A wooden crate for storage.", + "ids": "354,355" + }, + { + "examine": "An old crate for storage.", + "ids": "356,357,358" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "359,360,361" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "362" + }, + { + "examine": "A wooden barrel containing lots of fish.", + "ids": "363" + }, + { + "examine": "It's got ale in it.", + "ids": "364,32063" + }, + { + "examine": "These may have something in them.", + "ids": "365" + }, + { + "examine": "Useful for transportation of delicate items.", + "ids": "366" + }, + { + "examine": "This may be worth opening.", + "ids": "367,368,369" + }, + { + "examine": "This may be worth searching.", + "ids": "370,371,372" + }, + { + "examine": "The perfect accompaniment to a bedroom.", + "ids": "373" + }, + { + "examine": "A stand for hats!", + "ids": "374" + }, + { + "examine": "I wonder what's inside.", + "ids": "375,376,377" + }, + { + "examine": "Perhaps I should search it.", + "ids": "378,379" + }, + { + "examine": "A good source of books!", + "ids": "380,381" + }, + { + "examine": "A woven storage basket.", + "ids": "382,383,384,385" + }, + { + "examine": "A gigantic pottery urn.", + "ids": "386" + }, + { + "examine": "This no doubt contains arcane knowledge.", + "ids": "387" + }, + { + "examine": "I wonder what this spooky item contains.", + "ids": "388" + }, + { + "examine": "It smells funny in there.", + "ids": "389,390" + }, + { + "examine": "A fishing net full of fish.", + "ids": "392" + }, + { + "examine": "A good source of books!", + "ids": "393" + }, + { + "examine": "Bamboo storage!", + "ids": "394,395,396" + }, + { + "examine": "The perfect place to store things.", + "ids": "397" + }, + { + "examine": "I hope no-one's home...", + "ids": "398,26931,26935,26937,26939,32290" + }, + { + "examine": "I see dead people.", + "ids": "399,36737,32291" + }, + { + "examine": "A small simple gravestone.", + "ids": "400" + }, + { + "examine": "A simple marker for a forgotten person.", + "ids": "401" + }, + { + "examine": "The remains of someone lie inside.", + "ids": "402" + }, + { + "examine": "A monument to a special person.", + "ids": "403" + }, + { + "examine": "The inscription is worn away and unreadable.", + "ids": "404" + }, + { + "examine": "'Here lies...' is all I can read.", + "ids": "405" + }, + { + "examine": "Whoever bought this must have really cared for the inhabitant.", + "ids": "406" + }, + { + "examine": "Looks like a stone doorway to me.", + "ids": "407" + }, + { + "examine": "Looks like a stone doorway to my untrained eye.", + "ids": "408" + }, + { + "examine": "Shrine to the glory of Saradomin.", + "ids": "409" + }, + { + "examine": "An ancient altar to the glory of Guthix.", + "ids": "410" + }, + { + "examine": "Shrine to the glory of Zamorak.", + "ids": "411,412" + }, + { + "examine": "Looks suspiciously like a big stone table.", + "ids": "413" + }, + { + "examine": "A really posh upright coffin.", + "ids": "414" + }, + { + "examine": "Whoever's inside must have been rich.", + "ids": "415" + }, + { + "examine": "With skill I can play this.", + "ids": "416" + }, + { + "examine": "Great for sleeping in.", + "ids": "417" + }, + { + "examine": "A stylish-looking bed.", + "ids": "418" + }, + { + "examine": "A drab-looking bed.", + "ids": "419" + }, + { + "examine": "A stylish-looking bed.", + "ids": "420,421" + }, + { + "examine": "Technically a bed.", + "ids": "422" + }, + { + "examine": "I guess I could sleep in it if I were really tired.", + "ids": "423" + }, + { + "examine": "Lovely comfy-looking big bed.", + "ids": "424,425" + }, + { + "examine": "Posh-looking bed.", + "ids": "426" + }, + { + "examine": "A bed fit for a king.", + "ids": "427,428" + }, + { + "examine": "One of the nicest beds I have ever seen.", + "ids": "429" + }, + { + "examine": "Perfect for snoozing in the sun.", + "ids": "430" + }, + { + "examine": "A comfortable seat to recline and recuperate.", + "ids": "431" + }, + { + "examine": "I don't think anyone's slept here for a long time.", + "ids": "432" + }, + { + "examine": "Bamboo's a versatile material.", + "ids": "433,434,435" + }, + { + "examine": "A lump of rock.", + "ids": "436,437,438,439" + }, + { + "examine": "A big slimy lump of rock.", + "ids": "440" + }, + { + "examine": "A slimy lump of rock.", + "ids": "441" + }, + { + "examine": "A slippery looking rock.", + "ids": "442,443" + }, + { + "examine": "A huge lump of rock.", + "ids": "444,445" + }, + { + "examine": "Some small stones.", + "ids": "446,447,448" + }, + { + "examine": "A rocky ledge.", + "ids": "449" + }, + { + "examine": "Stoney!", + "ids": "450,451,452,453" + }, + { + "examine": "Solid rock from the cave floor.", + "ids": "454,455" + }, + { + "examine": "Looks slippery!", + "ids": "462,463" + }, + { + "examine": "Formed over many years of dripping limestone.", + "ids": "464,465,466" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "467" + }, + { + "examine": "Limestone floor growth.", + "ids": "468" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "469,470" + }, + { + "examine": "A deposit of rocks.", + "ids": "471,472,473,474" + }, + { + "examine": "Looks slippery!", + "ids": "477,478" + }, + { + "examine": "A deposit of rocks.", + "ids": "479,480,481,482,483,484,485,486" + }, + { + "examine": "A collection of rocks over what looks like a depression.", + "ids": "492" + }, + { + "examine": "A deposit of rocks.", + "ids": "507,508,509,510" + }, + { + "examine": "A rock with a pickaxe and mining tools.", + "ids": "511" + }, + { + "examine": "A very tall column of ice.", + "ids": "516" + }, + { + "examine": "A deposit of rocks.", + "ids": "517,518,519,520" + }, + { + "examine": "Formed over many years of dripping limestone.", + "ids": "523,524,525,526,527,528" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "529" + }, + { + "examine": "Formed over many years of dripping limestone.", + "ids": "530" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "531" + }, + { + "examine": "Limestone floor growth.", + "ids": "532" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "533" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "534" + }, + { + "examine": "A tooth shaped rock formation protruding from the ceiling.", + "ids": "539,540" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "541,542" + }, + { + "examine": "A tooth shaped rock formation protruding from the ceiling.", + "ids": "543" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "544" + }, + { + "examine": "A huge lump of rock.", + "ids": "545" + }, + { + "examine": "Intimidating!", + "ids": "546,547" + }, + { + "examine": "A deposit of rocks.", + "ids": "548,549,550,551,552,553" + }, + { + "examine": "Frozen water has formed an icicle here.", + "ids": "554,555,556,557" + }, + { + "examine": "It looks cold in there.", + "ids": "558,559,560,561" + }, + { + "examine": "This person was of great importance.", + "ids": "562" + }, + { + "examine": "A monarch chiselled in stone.", + "ids": "563,564" + }, + { + "examine": "A sculpture of a monarch.", + "ids": "565" + }, + { + "examine": "This person was of great importance.", + "ids": "566" + }, + { + "examine": "A huge carving of an ancient race.", + "ids": "567" + }, + { + "examine": "A depiction of a great dwarven miner.", + "ids": "568" + }, + { + "examine": "A depiction of a famous gnome warrior.", + "ids": "569,570" + }, + { + "examine": "The head and shoulders of a famous gnome.", + "ids": "571,572" + }, + { + "examine": "A depiction of a famous gnomeballer.", + "ids": "573" + }, + { + "examine": "A carving of a figure from the history of 2009Scape.", + "ids": "574,575,576,577,578" + }, + { + "examine": "An expertly chiselled statue.", + "ids": "579,580,581" + }, + { + "examine": "An unusual symbol of ancient times.", + "ids": "582" + }, + { + "examine": "An expertly crafted vase.", + "ids": "583" + }, + { + "examine": "An expertly chiselled statue of a bird.", + "ids": "584" + }, + { + "examine": "What a good likeness!", + "ids": "585,586" + }, + { + "examine": "A depiction of the evil god Zamorak.", + "ids": "587" + }, + { + "examine": "A base for the statue to sit on.", + "ids": "588" + }, + { + "examine": "The scrying glass of a seer.", + "ids": "589" + }, + { + "examine": "Banking transactions are processed here.", + "ids": "590" + }, + { + "examine": "Banking transactions are recorded here.", + "ids": "591" + }, + { + "examine": "Contains washing items.", + "ids": "592" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "593,594,595" + }, + { + "examine": "A banquet could be eaten from this.", + "ids": "596,597" + }, + { + "examine": "Useful for putting things on.", + "ids": "598" + }, + { + "examine": "At one time it was for putting things on.", + "ids": "599" + }, + { + "examine": "The napkins are made from real silk.", + "ids": "600" + }, + { + "examine": "Useful for putting things on.", + "ids": "601,602,603,604,605,606" + }, + { + "examine": "Items for making clothes are kept on here.", + "ids": "607" + }, + { + "examine": "The ideal place to study.", + "ids": "608" + }, + { + "examine": "A handy workbench for a handy person.", + "ids": "609,610" + }, + { + "examine": "Sit back and enjoy the view.", + "ids": "611" + }, + { + "examine": "Items are for sale here.", + "ids": "612" + }, + { + "examine": "Useful for putting things on.", + "ids": "613,614,615" + }, + { + "examine": "A creepy looking table.", + "ids": "616" + }, + { + "examine": "Items are for sale here.", + "ids": "617" + }, + { + "examine": "There are some strange chemicals here.", + "ids": "618,619" + }, + { + "examine": "Bamboo's a versatile material.", + "ids": "620" + }, + { + "examine": "It's a banquet table.", + "ids": "621,622" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "623,624,625,626,627" + }, + { + "examine": "Finely wrought wares of silver.", + "ids": "628" + }, + { + "examine": "Garments for the discerning.", + "ids": "629" + }, + { + "examine": "Bread cakes and pastries.", + "ids": "630" + }, + { + "examine": "Finest precious stones.", + "ids": "631" + }, + { + "examine": "These will keep you warm.", + "ids": "632" + }, + { + "examine": "The spice is right.", + "ids": "633" + }, + { + "examine": "Always a source of good bargains.", + "ids": "634" + }, + { + "examine": "Fine brews from exotic regions.", + "ids": "635" + }, + { + "examine": "Keeps mine carts from rolling away.", + "ids": "636" + }, + { + "examine": "You can 'cart' things around on this.", + "ids": "637" + }, + { + "examine": "Makes you taller.", + "ids": "647,29314" + }, + { + "examine": "A bit large for a bracelet!", + "ids": "648" + }, + { + "examine": "A macabre variation on the neck tie.", + "ids": "649,650" + }, + { + "examine": "Dead and half buried.", + "ids": "651,652,653,654,655,656,657" + }, + { + "examine": "Disturbing but tidy.", + "ids": "658" + }, + { + "examine": "I don't even want to think about what did that...", + "ids": "659" + }, + { + "examine": "Now that's what I call slimline!", + "ids": "660,664,3797,3971,5122,7206,29340" + }, + { + "examine": "He looks very relaxed.", + "ids": "661,665,3798,3972,5123,7207,29341" + }, + { + "examine": "Now he's just too thin.", + "ids": "662,666,3799,3973,5124,7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218,29342" + }, + { + "examine": "He hasn't eaten in a long time.", + "ids": "663,667,3974,5125,29343" + }, + { + "examine": "Disturbing but tidy.", + "ids": "658,668,669,670,3969,29347" + }, + { + "examine": "No cats were harmed in the making of this device.", + "ids": "671" + }, + { + "examine": "Shattered.", + "ids": "672,673,674,675,676,677" + }, + { + "examine": "I see fish.", + "ids": "678" + }, + { + "examine": "I can see fish swimming in the water.", + "ids": "679" + }, + { + "examine": "I was always forced to play this as a child.", + "ids": "680" + }, + { + "examine": "I never learnt to play.", + "ids": "681" + }, + { + "examine": "Time for a recital?", + "ids": "682" + }, + { + "examine": "Tick-tock, it's a clock.", + "ids": "683" + }, + { + "examine": "The noxious liquid bubbles horribly.", + "ids": "684" + }, + { + "examine": "Shows which way the wind blows.", + "ids": "685,686,687,688" + }, + { + "examine": "Looking good!", + "ids": "689" + }, + { + "examine": "A privacy aid!", + "ids": "690" + }, + { + "examine": "Use this to get changed behind and retain modesty.", + "ids": "691" + }, + { + "examine": "I don't even want to think about what's cooking in that.", + "ids": "692" + }, + { + "examine": "Good for sweeping.", + "ids": "693" + }, + { + "examine": "I'm guessing it's for making women's clothes.", + "ids": "694" + }, + { + "examine": "Helps make human clothing.", + "ids": "695" + }, + { + "examine": "A hole.", + "ids": "696" + }, + { + "examine": "Dead animal head. Lovely.", + "ids": "697,736,29344" + }, + { + "examine": "Must have been laid by a huge bird.", + "ids": "698" + }, + { + "examine": "Whatever it was I'm glad it's not alive.", + "ids": "699" + }, + { + "examine": "Spooky!", + "ids": "700,701,2614,4048,4049,4050,29345" + }, + { + "examine": "A dog's idea of heaven.", + "ids": "702,703,704,705,706,29346" + }, + { + "examine": "Ding-Dong!", + "ids": "707" + }, + { + "examine": "Some kind of pulley system.", + "ids": "708" + }, + { + "examine": "Surprisingly rope-shaped.", + "ids": "709" + }, + { + "examine": "Suspiciously hole-shaped.", + "ids": "710" + }, + { + "examine": "A huge chunk of shining natural crystal.", + "ids": "711,712,713" + }, + { + "examine": "A recently extinguished fire.", + "ids": "714,715,716,717" + }, + { + "examine": "A barrel full of swords...", + "ids": "718,719,720,721,722" + }, + { + "examine": "I'm glad this isn't around anymore!", + "ids": "723" + }, + { + "examine": "A crude torch stuck in the ground.", + "ids": "724,725,726,25200" + }, + { + "examine": "A fissure in the cave wall.", + "ids": "727,728,729,730,731,732" + }, + { + "examine": "This huge web blocks your path.", + "ids": "733" + }, + { + "examine": "A huge web, cruelly slashed in half.", + "ids": "734" + }, + { + "examine": "The noxious liquid bubbles horribly.", + "ids": "735" + }, + { + "examine": "Whatever it was I'm glad it's not alive.", + "ids": "737,738,739,740" + }, + { + "examine": "Looks a little too broken to climb.", + "ids": "741,742" + }, + { + "examine": "An old-looking ladder.", + "ids": "743" + }, + { + "examine": "An old-looking bit of scaffolding.", + "ids": "744,745,746,747" + }, + { + "examine": "The entrance to the cave.", + "ids": "748" + }, + { + "examine": "A map icon..", + "ids": "771" + }, + { + "examine": "It's a door made from bamboo.", + "ids": "779" + }, + { + "examine": "A loom.", + "ids": "787" + }, + { + "examine": "You'd need a big siege engine to force that.", + "ids": "788,789" + }, + { + "examine": "I always wonder if someone's hiding inside when I see these.", + "ids": "817" + }, + { + "examine": "Looks kind of like a man made of metal.", + "ids": "818,819,820" + }, + { + "examine": "Not suitable for children. Aim away from face.", + "ids": "821,36780" + }, + { + "examine": "Big heavy metal balls.", + "ids": "822,36790" + }, + { + "examine": "The easiest opponent I'll ever fight.", + "ids": "823" + }, + { + "examine": "A wooden defensive structure.", + "ids": "824,825,826,827,828,36928" + }, + { + "examine": "For private use only!", + "ids": "829,830,831,832,833" + }, + { + "examine": "Break glass in case of emergency.", + "ids": "834,835" + }, + { + "examine": "An attractively laid out collection of ranging weapons.", + "ids": "836" + }, + { + "examine": "Break glass in case of emergency.", + "ids": "837,838" + }, + { + "examine": "An attractively laid out collection of ranging weapons.", + "ids": "839" + }, + { + "examine": "A row of sharp pointy spears.", + "ids": "848" + }, + { + "examine": "Rows of sharp pointy spears.", + "ids": "849,850" + }, + { + "examine": "A tatty old standard.", + "ids": "851,852" + }, + { + "examine": "A standard.", + "ids": "853" + }, + { + "examine": "A blue standard.", + "ids": "854,855,856" + }, + { + "examine": "A standard of the gnome race.", + "ids": "857,858" + }, + { + "examine": "The standard of the ogre race.", + "ids": "859" + }, + { + "examine": "The flag of Asgarnia.", + "ids": "860" + }, + { + "examine": "The flag of Kandarin.", + "ids": "861" + }, + { + "examine": "The flag of Ardougne.", + "ids": "862" + }, + { + "examine": "A standard of Asgarnia.", + "ids": "863" + }, + { + "examine": "A standard of Kandarin.", + "ids": "864" + }, + { + "examine": "A standard of Asgarnia.", + "ids": "865" + }, + { + "examine": "A standard of Kandarin.", + "ids": "866" + }, + { + "examine": "A standard of Misthalin.", + "ids": "867" + }, + { + "examine": "A standard of Varrock.", + "ids": "868" + }, + { + "examine": "A flag flies here.", + "ids": "869" + }, + { + "examine": "A sculpted trunk of wood.", + "ids": "870" + }, + { + "examine": "Takes my dirty bath water away.", + "ids": "871" + }, + { + "examine": "It smells horrible in there.", + "ids": "872" + }, + { + "examine": "Ideal for washing things in.", + "ids": "873,874,4063,36971" + }, + { + "examine": "Wash here.", + "ids": "875,876,877" + }, + { + "examine": "No this is not a mirage!", + "ids": "878" + }, + { + "examine": "Everyone needs a water feature.", + "ids": "879,28682" + }, + { + "examine": "A beautiful water feature.", + "ids": "880" + }, + { + "examine": "There's a cover over this manhole.", + "ids": "881" + }, + { + "examine": "How dangerous, someone has left this manhole open.", + "ids": "882" + }, + { + "examine": "This is supposed to stop people falling down the manhole.", + "ids": "883" + }, + { + "examine": "Best used with a bucket.", + "ids": "884" + }, + { + "examine": "If only I had one of those at home...", + "ids": "885,886" + }, + { + "examine": "A painting of the King looking royal.", + "ids": "887" + }, + { + "examine": "A beautiful landscape.", + "ids": "888" + }, + { + "examine": "A mysterious figure stands alone in this haunting image.", + "ids": "889" + }, + { + "examine": "Hail to the King!", + "ids": "890" + }, + { + "examine": "I don't know much about art, but I like this.", + "ids": "891" + }, + { + "examine": "A painting of some guy standing around somewhere.", + "ids": "892" + }, + { + "examine": "A really bad portrait of the King.", + "ids": "893" + }, + { + "examine": "Fine brushwork adds to the realism of this serene landscape.", + "ids": "894" + }, + { + "examine": "Pretty good painting.", + "ids": "895" + }, + { + "examine": "I can see the stars on this.", + "ids": "896" + }, + { + "examine": "A picture of the stars with funny diagrams and things on.", + "ids": "897" + }, + { + "examine": "Cross shaped.", + "ids": "898" + }, + { + "examine": "Mmmm decorative!", + "ids": "899" + }, + { + "examine": "Brightens up the room a bit.", + "ids": "900" + }, + { + "examine": "I don't know art, but I like it!", + "ids": "901" + }, + { + "examine": "Not bad at all.", + "ids": "902" + }, + { + "examine": "Alas poor unicorn, I knew him well.", + "ids": "903" + }, + { + "examine": "The scary-looking head of a scary-looking dragon.", + "ids": "904" + }, + { + "examine": "Not what I would pick as wall decoration.", + "ids": "905" + }, + { + "examine": "Looks like the bull lost.", + "ids": "906" + }, + { + "examine": "Trinkets and stuff.", + "ids": "907" + }, + { + "examine": "Not everyone's idea of a nice wall decoration.", + "ids": "908" + }, + { + "examine": "Something is written on it. I can't read what.", + "ids": "909" + }, + { + "examine": "Looks like an eye with huge lashes.", + "ids": "910" + }, + { + "examine": "A tablet covered in weird looking little squiggles and pictures.", + "ids": "911" + }, + { + "examine": "A posh water bowl.", + "ids": "915" + }, + { + "examine": "For wiping muddy feet on.", + "ids": "954" + }, + { + "examine": "Disturbingly its eyes look everywhere in the room except at you.", + "ids": "955,956,957,958" + }, + { + "examine": "What has a face and hands but is not a man?", + "ids": "959" + }, + { + "examine": "It's a time machine....sort of!", + "ids": "960" + }, + { + "examine": "'Ask about our low, low interest rates!'", + "ids": "961" + }, + { + "examine": "Some helpful people have placed notes on here, how nice.", + "ids": "962" + }, + { + "examine": "Essentials for a seamstress.", + "ids": "963" + }, + { + "examine": "It really was this big!", + "ids": "964,965" + }, + { + "examine": "He doesn't look too jolly to me!", + "ids": "966" + }, + { + "examine": "Looks like this ship was way off course!", + "ids": "967" + }, + { + "examine": "X marks the spot.", + "ids": "968" + }, + { + "examine": "Complete with authentic seaweed!", + "ids": "969" + }, + { + "examine": "This mentions the monk trapped here...", + "ids": "970" + }, + { + "examine": "A useful ranging device.", + "ids": "971" + }, + { + "examine": "Use these with bows.", + "ids": "972" + }, + { + "examine": "A powerful throwing weapon.", + "ids": "973" + }, + { + "examine": "Improved Leather armour for archers.", + "ids": "974" + }, + { + "examine": "Leather made from the skin of a Dragon.", + "ids": "975" + }, + { + "examine": "I can climb over the fence with this..", + "ids": "993" + }, + { + "examine": "This section of railing has been broken", + "ids": "1004,1005" + }, + { + "examine": "There is a hole in this section of the railing.", + "ids": "1006,1007,1008,1009" + }, + { + "examine": "Someone was thirsty...", + "ids": "1010" + }, + { + "examine": "Full of lovely drinks!", + "ids": "1011,1012" + }, + { + "examine": "Storage for cookery items.", + "ids": "1013,32283,40055" + }, + { + "examine": "Storage for all needs.", + "ids": "1014,1015,1016,1017,1018,10495,10496,10497,10498,11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781,12980,30648,30649,30650,32284,40045,40046,40047" + }, + { + "examine": "What kind of sick person keeps a skull on their wall?", + "ids": "1019" + }, + { + "examine": "Esoteric artefacts.", + "ids": "1020" + }, + { + "examine": "I don't want to know what's in those little urns.", + "ids": "1021,1022,1023" + }, + { + "examine": "Used for storing things on.", + "ids": "1024" + }, + { + "examine": "Tailor made for needlework supplies", + "ids": "1025,1026" + }, + { + "examine": "Prepared hides hang here drying.", + "ids": "1027" + }, + { + "examine": "This contains dye for leather.", + "ids": "1028,1029" + }, + { + "examine": "Used to squeeze moisture from the hide.", + "ids": "1030,1031" + }, + { + "examine": "Danger!", + "ids": "1032,5127" + }, + { + "examine": "This tells you which way is which.", + "ids": "1033,1034,1035" + }, + { + "examine": "Ye olde Shrimp and Parrot.", + "ids": "1057" + }, + { + "examine": "The Blue Moon Inn", + "ids": "1068" + }, + { + "examine": "The Jolly Boar", + "ids": "1069" + }, + { + "examine": "The Rusty Anchor", + "ids": "1070" + }, + { + "examine": "The Shrimp and Parrot", + "ids": "1071" + }, + { + "examine": "The Dead Man's Chest", + "ids": "1072" + }, + { + "examine": "The Rising Sun", + "ids": "1073" + }, + { + "examine": "The Forester's Arms", + "ids": "1074" + }, + { + "examine": "The Flying Horse", + "ids": "1075" + }, + { + "examine": "The Dancing Donkey", + "ids": "1076" + }, + { + "examine": "The Dragon Inn", + "ids": "1077" + }, + { + "examine": "Karamja Spirits bar", + "ids": "1078" + }, + { + "examine": "North to Varrock :: East to Al-Kharid.", + "ids": "1079" + }, + { + "examine": "North road to Draynor Village :: East road to Varrock.", + "ids": "1080" + }, + { + "examine": "North to Draynor Village.", + "ids": "1081" + }, + { + "examine": "North to Draynor Manor :: West to Asgarnia.", + "ids": "1082" + }, + { + "examine": "South to the Wizards' Tower :: East to Lumbridge.", + "ids": "1083" + }, + { + "examine": "South to Lumbridge :: West to Varrock :: East to the Digsite.", + "ids": "1084" + }, + { + "examine": "South to Al-Kharid :: West to Lumbridge :: East to the Digsite.", + "ids": "1085" + }, + { + "examine": "North to Varrock :: East to the Digsite.", + "ids": "1086" + }, + { + "examine": "South to the Wizards' Tower :: North to Draynor Village :: East to Lumbridge.", + "ids": "1087" + }, + { + "examine": "The ideal thing to sit on.", + "ids": "1088,1115,3801,5345,5614,7385,7386,7387,10491,11489,12885,12886,13582,32032,36830,40039" + }, + { + "examine": "Not so good for sitting on.", + "ids": "1089" + }, + { + "examine": "A comfortable seat.", + "ids": "1090,1091,1092,11760,13583,13584,13585,13586,13587,32286" + }, + { + "examine": "Good for sitting on.", + "ids": "1093,1094,1095,1102,5880,10492,12440,12441,12973,32033" + }, + { + "examine": "Good for rocking in!", + "ids": "1096" + }, + { + "examine": "A kingly seat for a royal behind.", + "ids": "1097,1098,1099,1105,1108,1109,32285" + }, + { + "examine": "The perfect way to sit at the bar.", + "ids": "1100,1101" + }, + { + "examine": "Gnomes sit on these.", + "ids": "1103" + }, + { + "examine": "Gnomes are found sitting here.", + "ids": "1104" + }, + { + "examine": "Sit back and relax...", + "ids": "1106,1107" + }, + { + "examine": "Used for sitting on.", + "ids": "1110" + }, + { + "examine": "Do I dare sit on this?", + "ids": "1111" + }, + { + "examine": "Church seating.", + "ids": "1112" + }, + { + "examine": "Park it here...", + "ids": "1113" + }, + { + "examine": "Wouldn't like to sit on that for too long...", + "ids": "1114" + }, + { + "examine": "Keeps the neighbours out!", + "ids": "1116,1117" + }, + { + "examine": "Found in wild areas.", + "ids": "1118" + }, + { + "examine": "These are commonly found.", + "ids": "1119" + }, + { + "examine": "An unusual bush.", + "ids": "1120" + }, + { + "examine": "A wild bush.", + "ids": "1121" + }, + { + "examine": "All the leaves have fallen off.", + "ids": "1122,1123" + }, + { + "examine": "A commonly found bush.", + "ids": "1124,36782" + }, + { + "examine": "Bushy!", + "ids": "1125" + }, + { + "examine": "A rose by any other name would still have prickly bits.", + "ids": "1126" + }, + { + "examine": "A leafy bush.", + "ids": "1144,1145,1146" + }, + { + "examine": "The abode of a fairy.", + "ids": "1147,1148,1149" + }, + { + "examine": "Fairies need money too!", + "ids": "1150" + }, + { + "examine": "A fairy is selling items here.", + "ids": "1151" + }, + { + "examine": "A small potted plant.", + "ids": "1152" + }, + { + "examine": "Someone has planted this.", + "ids": "1153" + }, + { + "examine": "A nicely potted fern.", + "ids": "1154" + }, + { + "examine": "Better than weeding.", + "ids": "1155" + }, + { + "examine": "I bet bees like this.", + "ids": "1156,1157" + }, + { + "examine": "A large potted plant.", + "ids": "1158,1159" + }, + { + "examine": "A plant in a bamboo pot.", + "ids": "1160" + }, + { + "examine": "Cabbage... yuck!", + "ids": "1161" + }, + { + "examine": "Found near the water's edge.", + "ids": "1162" + }, + { + "examine": "Not good for eating.", + "ids": "1163,1164" + }, + { + "examine": "Fungal growth.", + "ids": "1165" + }, + { + "examine": "Poisonous no doubt.", + "ids": "1166" + }, + { + "examine": "Fungal growth.", + "ids": "1167" + }, + { + "examine": "Poisonous no doubt.", + "ids": "1168,1169" + }, + { + "examine": "I doubt that's edible.", + "ids": "1170,1171,1172" + }, + { + "examine": "A commonly found fern.", + "ids": "1173" + }, + { + "examine": "Spiky!", + "ids": "1174" + }, + { + "examine": "A home for frogs.", + "ids": "1175" + }, + { + "examine": "Otherwise known as a lilypad.", + "ids": "1176" + }, + { + "examine": "A home for frogs.", + "ids": "1177" + }, + { + "examine": "Smells lovely!", + "ids": "1178" + }, + { + "examine": "Who is this Heather girl?", + "ids": "1179" + }, + { + "examine": "I wonder why it's purple?", + "ids": "1180" + }, + { + "examine": "I'd better not get stung.", + "ids": "1181,1182,1183" + }, + { + "examine": "The tendrils of a creeping plant.", + "ids": "1184" + }, + { + "examine": "Nicely planted.", + "ids": "1185" + }, + { + "examine": "A large curling plant.", + "ids": "1186" + }, + { + "examine": "That's pretty.", + "ids": "1187" + }, + { + "examine": "Blooming!", + "ids": "1188" + }, + { + "examine": "Commonly found in grassy areas.", + "ids": "1189" + }, + { + "examine": "Is this the biggest flower around?", + "ids": "1190" + }, + { + "examine": "These are huge!", + "ids": "1191" + }, + { + "examine": "A rare flower.", + "ids": "1192" + }, + { + "examine": "Don't flowers make you feel better?", + "ids": "1193" + }, + { + "examine": "Can this talk?", + "ids": "1194" + }, + { + "examine": "You don't see that many of these.", + "ids": "1195" + }, + { + "examine": "I wonder what these are?", + "ids": "1196" + }, + { + "examine": "A rarely found flower.", + "ids": "1197" + }, + { + "examine": "Very rare flowers.", + "ids": "1198" + }, + { + "examine": "These smell nice.", + "ids": "1199" + }, + { + "examine": "A bed of red flowers.", + "ids": "1200" + }, + { + "examine": "These are pretty.", + "ids": "1201" + }, + { + "examine": "Found only in jungle areas.", + "ids": "1202" + }, + { + "examine": "A very rare exotic flower.", + "ids": "1203" + }, + { + "examine": "A small fernlike plant.", + "ids": "1204" + }, + { + "examine": "The leaves of a nasty creeping plant.", + "ids": "1205" + }, + { + "examine": "The flower of a nasty creeping plant.", + "ids": "1206,1207,1208" + }, + { + "examine": "Nasty curling tendrils of a creeping plant.", + "ids": "1231" + }, + { + "examine": "One of the most common trees in 2009Scape.", + "ids": "1276" + }, + { + "examine": "A healthy young tree.", + "ids": "1277" + }, + { + "examine": "A commonly found tree.", + "ids": "1278,1279" + }, + { + "examine": "A healthy young tree.", + "ids": "1280" + }, + { + "examine": "A beautiful old oak.", + "ids": "1281" + }, + { + "examine": "This tree has long been dead.", + "ids": "1282,1283,1284" + }, + { + "examine": "An old weather beaten tree.", + "ids": "1285" + }, + { + "examine": "It's only useful for firewood now.", + "ids": "1286,1287,1288,1289,1290,1291" + }, + { + "examine": "An ancient magical tree.", + "ids": "1292" + }, + { + "examine": "An ancient sentient tree.", + "ids": "1293,1294,1295" + }, + { + "examine": "This tree has fallen to the ground.", + "ids": "1296" + }, + { + "examine": "This tree was either the victim of weather or mankind.", + "ids": "1297" + }, + { + "examine": "A commonly found fern.", + "ids": "1298" + }, + { + "examine": "Is this a weed?", + "ids": "1299" + }, + { + "examine": "A fern is growing here.", + "ids": "1300" + }, + { + "examine": "Home to many unusual creatures.", + "ids": "1301" + }, + { + "examine": "A leafy tree.", + "ids": "1302" + }, + { + "examine": "A tree found in tropical areas.", + "ids": "1303,1304,1305" + }, + { + "examine": "The tree shimmers with a magical force.", + "ids": "1306" + }, + { + "examine": "I bet this makes good syrup!", + "ids": "1307" + }, + { + "examine": "These trees are found near water.", + "ids": "1308" + }, + { + "examine": "A splendid tree.", + "ids": "1309" + }, + { + "examine": "This tree has vines hanging from it.", + "ids": "1310" + }, + { + "examine": "This would be good to sleep under.", + "ids": "1311" + }, + { + "examine": "An essential for tropical islands.", + "ids": "1312" + }, + { + "examine": "An unusual tree grows here.", + "ids": "1313,1314" + }, + { + "examine": "A hardy evergreen tree.", + "ids": "1315,1316" + }, + { + "examine": "A young sentient tree.", + "ids": "1317" + }, + { + "examine": "This would make good firewood.", + "ids": "1318,1319" + }, + { + "examine": "The branch is infested with moss.", + "ids": "1320,1321" + }, + { + "examine": "The trunk of this tree is hollow.", + "ids": "1322" + }, + { + "examine": "A gnarly old tree root.", + "ids": "1323" + }, + { + "examine": "The roots of a tree are exposed.", + "ids": "1324" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "1325" + }, + { + "examine": "A terribly tall tropical tree.", + "ids": "1326,1327,1328" + }, + { + "examine": "Leaves of a bamboo tree.", + "ids": "1329" + }, + { + "examine": "It's thick with snow.", + "ids": "1330,1331,1332" + }, + { + "examine": "This old tree has been taken over by parasitic plants.", + "ids": "1333" + }, + { + "examine": "This old tree is rotting away.", + "ids": "1334,1335,1336,1337,1338" + }, + { + "examine": "They're just waiting to trip someone up.", + "ids": "1339,1340" + }, + { + "examine": "This tree has been cut down.", + "ids": "1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359" + }, + { + "examine": "This tree contains dangerous insects no doubt.", + "ids": "1360,1361,1362" + }, + { + "examine": "They're just waiting to trip someone up.", + "ids": "1363,1364" + }, + { + "examine": "It's only useful for firewood now.", + "ids": "1365" + }, + { + "examine": "A gnarly old tree root.", + "ids": "1366" + }, + { + "examine": "The roots of this tree are exposed.", + "ids": "1367" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "1368" + }, + { + "examine": "An unusual tree grows here.", + "ids": "1369" + }, + { + "examine": "This old tree is rotting away.", + "ids": "1370" + }, + { + "examine": "This tree contains dangerous insects no doubt.", + "ids": "1371,1372,1373,1374,1375,1376,1377" + }, + { + "examine": "This old tree is rotting away.", + "ids": "1378,1379" + }, + { + "examine": "A gnarly old tree root.", + "ids": "1380" + }, + { + "examine": "The roots of this tree are exposed.", + "ids": "1381" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "1382" + }, + { + "examine": "This tree has long been dead.", + "ids": "1383" + }, + { + "examine": "It's only useful for firewood now.", + "ids": "1384" + }, + { + "examine": "A gnarly old tree root.", + "ids": "1385" + }, + { + "examine": "The roots of this tree are exposed.", + "ids": "1386" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "1387" + }, + { + "examine": "They're just waiting to trip someone up.", + "ids": "1388,1389" + }, + { + "examine": "Commonly found in these parts.", + "ids": "1390" + }, + { + "examine": "A leafy plant.", + "ids": "1391" + }, + { + "examine": "A leafy fern.", + "ids": "1392" + }, + { + "examine": "A small bushy plant.", + "ids": "1393" + }, + { + "examine": "A leafy shrub.", + "ids": "1394" + }, + { + "examine": "No flies on me.", + "ids": "1395" + }, + { + "examine": "How do these things manage to grow?", + "ids": "1396" + }, + { + "examine": "This cactus has recently had a chunk taken off.", + "ids": "1397" + }, + { + "examine": "A leafy fern.", + "ids": "1398" + }, + { + "examine": "This has broad leaves.", + "ids": "1399" + }, + { + "examine": "A large waxy jungle plant.", + "ids": "1400" + }, + { + "examine": "A type of jungle fern.", + "ids": "1401" + }, + { + "examine": "A large waxy jungle plant.", + "ids": "1402" + }, + { + "examine": "How do these things manage to grow?", + "ids": "1403,1404,1405,1406" + }, + { + "examine": "Leaves a nasty mark.", + "ids": "1407" + }, + { + "examine": "Looks spiky.", + "ids": "1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503" + }, + { + "examine": "The door is open.", + "ids": "1504" + }, + { + "examine": "The door is closed.", + "ids": "1505" + }, + { + "examine": "A sturdy wooden door.", + "ids": "1506,1507,1508,1509,1510,1511,1512,1513,1514,1515" + }, + { + "examine": "The curtain is closed.", + "ids": "1526,1527,1528" + }, + { + "examine": "The curtain is open.", + "ids": "1529" + }, + { + "examine": "The door is closed.", + "ids": "1530" + }, + { + "examine": "The door is open.", + "ids": "1531,1532" + }, + { + "examine": "A nicely fitted door.", + "ids": "1533,1534,1535" + }, + { + "examine": "An ornately-fashioned door.", + "ids": "1536" + }, + { + "examine": "An elf-fashioned door.", + "ids": "1537,1538" + }, + { + "examine": "Solid bars of iron.", + "ids": "1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550" + }, + { + "examine": "A wooden gate.", + "ids": "1551,1552,1553,1554,1555,1556" + }, + { + "examine": "A wrought iron gate.", + "ids": "1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567" + }, + { + "examine": "I wonder what's under it?", + "ids": "1568,1569" + }, + { + "examine": "I wonder what's down there?", + "ids": "1570,1571" + }, + { + "examine": "This door has been boarded up.", + "ids": "1572" + }, + { + "examine": "A door to a grand place.", + "ids": "1573,1574,1575,1576" + }, + { + "examine": "The top of the archway.", + "ids": "1577,1578,1579" + }, + { + "examine": "The base of the archway.", + "ids": "1580,1581,1582" + }, + { + "examine": "There is something strange about this wall...", + "ids": "1583,1584,1585,1586,1587,1588" + }, + { + "examine": "A wrought iron gate.", + "ids": "1589,1590" + }, + { + "examine": "The door is closed.", + "ids": "1591" + }, + { + "examine": "Something is strange about this panel.", + "ids": "1592,1593" + }, + { + "examine": "An entranceway into the dungeon.", + "ids": "1594" + }, + { + "examine": "The way in.", + "ids": "1595" + }, + { + "examine": "A wrought iron gate.", + "ids": "1596,1597" + }, + { + "examine": "A wooden gate.", + "ids": "1598,1599" + }, + { + "examine": "The doors to the Magic Guild.", + "ids": "1600" + }, + { + "examine": "The doors to the Magic guild.", + "ids": "1601,1602,1603,1604,1605,1606,1607,1608" + }, + { + "examine": "A wooden structure used in the process of building.", + "ids": "1609,1610,1611,1612" + }, + { + "examine": "This timber is broken", + "ids": "1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660" + }, + { + "examine": "A pile of bricks.", + "ids": "1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721" + }, + { + "examine": "I can climb these stairs.", + "ids": "1722,36791" + }, + { + "examine": "They go down.", + "ids": "1723" + }, + { + "examine": "I can climb down these stairs.", + "ids": "1724" + }, + { + "examine": "I can climb up this.", + "ids": "1725,36768,36771" + }, + { + "examine": "I can climb down this.", + "ids": "1726,1727,1728" + }, + { + "examine": "I can climb this.", + "ids": "1729,36347,36363,36644" + }, + { + "examine": "Dare I go up?", + "ids": "1730" + }, + { + "examine": "These stairs look spooky!", + "ids": "1731,1732" + }, + { + "examine": "I can use these stairs to climb down.", + "ids": "1733" + }, + { + "examine": "I can climb these stairs.", + "ids": "1734" + }, + { + "examine": "A rickety old staircase.", + "ids": "1735" + }, + { + "examine": "I can climb down these stairs.", + "ids": "1736" + }, + { + "examine": "I can climb up these stairs.", + "ids": "1737,1738" + }, + { + "examine": "I can climb up or go down these stairs.", + "ids": "1739" + }, + { + "examine": "I can climb down these stairs.", + "ids": "1740,1741" + }, + { + "examine": "I can climb up these stairs.", + "ids": "1742" + }, + { + "examine": "I can climb up or go down these stairs.", + "ids": "1743" + }, + { + "examine": "I can climb down these stairs.", + "ids": "1744,1745" + }, + { + "examine": "I can climb down this.", + "ids": "1746" + }, + { + "examine": "I can climb this.", + "ids": "1747,1748" + }, + { + "examine": "I can climb down this.", + "ids": "1749" + }, + { + "examine": "I can climb this.", + "ids": "1750,1751" + }, + { + "examine": "I can't climb this.", + "ids": "1752" + }, + { + "examine": "It's useless.", + "ids": "1753" + }, + { + "examine": "I can climb down this.", + "ids": "1754" + }, + { + "examine": "I can climb this.", + "ids": "1755" + }, + { + "examine": "I can climb down this.", + "ids": "1756" + }, + { + "examine": "I can climb this.", + "ids": "1757" + }, + { + "examine": "Not much use really.", + "ids": "1758" + }, + { + "examine": "This leads downwards.", + "ids": "1759" + }, + { + "examine": "These can be useful.", + "ids": "1760" + }, + { + "examine": "Steps made from natural rock.", + "ids": "1761" + }, + { + "examine": "A rope hangs here.", + "ids": "1762,1763,1764" + }, + { + "examine": "I can climb down this.", + "ids": "1765" + }, + { + "examine": "I can climb this.", + "ids": "1766" + }, + { + "examine": "I can climb down this.", + "ids": "1767" + }, + { + "examine": "I can climb this.", + "ids": "1768,1769,1770,1771,1772,1773,1774,1775,1776,1777" + }, + { + "examine": "These huge stone discs grind grain to make flour.", + "ids": "1778" + }, + { + "examine": "These sails use the wind to drive the windmill.", + "ids": "1779,1780,1781" + }, + { + "examine": "I'll need an empty pot so I can collect my flour.", + "ids": "1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796" + }, + { + "examine": "Some very hard rocks, I wouldn't want to fall on those.", + "ids": "1797,1798,1799,1800,1801,1802,1803" + }, + { + "examine": "This door requires a key.", + "ids": "1804" + }, + { + "examine": "The door to the Champions' Guild.", + "ids": "1805,1806,1807,1808,1809" + }, + { + "examine": "Here be spiders!", + "ids": "1810" + }, + { + "examine": "I can walk through this tattered web.", + "ids": "1811" + }, + { + "examine": "A magical border of teleportation.", + "ids": "1812" + }, + { + "examine": "For putting things on.", + "ids": "1813" + }, + { + "examine": "I wonder what this does...", + "ids": "1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851" + }, + { + "examine": "This lets in more light.", + "ids": "1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863" + }, + { + "examine": "These obviously mean keep out!", + "ids": "1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875" + }, + { + "examine": "I shudder to think what has taken place here.", + "ids": "1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,32289" + }, + { + "examine": "This hasn't seen a duster for a while.", + "ids": "1896" + }, + { + "examine": "Not as nice as some.", + "ids": "1897" + }, + { + "examine": "This needs dusting before I'll sit on it.", + "ids": "1898,1899" + }, + { + "examine": "This could do with a bit of a spit and polish.", + "ids": "1900" + }, + { + "examine": "This clearly isn't used for dining very often.", + "ids": "1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938" + }, + { + "examine": "A tower.", + "ids": "1939,1940,1941,1942,1943,1944,1945,1946" + }, + { + "examine": "It looks like I might be able to climb over this piece of the wall...", + "ids": "1947,1948" + }, + { + "examine": "A pile of bricks.", + "ids": "1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966" + }, + { + "examine": "A grand door for a grand tree.", + "ids": "1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984" + }, + { + "examine": "A large root.", + "ids": "1985,1986" + }, + { + "examine": "A primitive looking boat.", + "ids": "1987" + }, + { + "examine": "Oops!", + "ids": "1988" + }, + { + "examine": "A good source of books!", + "ids": "1989" + }, + { + "examine": "A wooden crate for storage.", + "ids": "1990" + }, + { + "examine": "Solid bars of iron.", + "ids": "1991" + }, + { + "examine": "There is an indent the size of a pebble in the stone's centre.", + "ids": "1992" + }, + { + "examine": "A stone tomb surrounded by flowers.", + "ids": "1993" + }, + { + "examine": "I wonder what's inside.", + "ids": "1994,37016,37015" + }, + { + "examine": "Perhaps I should search it.", + "ids": "1995" + }, + { + "examine": "I should be safe if I can reach this.", + "ids": "1996,1997" + }, + { + "examine": "Wet rope.", + "ids": "1998" + }, + { + "examine": "A wooden crate for storage.", + "ids": "1999" + }, + { + "examine": "An elf-fashioned door.", + "ids": "2000,2001,2002,2003" + }, + { + "examine": "The pillar has a rune shaped dent in it.", + "ids": "2004" + }, + { + "examine": "A statue of Baxtorian chiselled in stone.", + "ids": "2005" + }, + { + "examine": "A statue of Glarial chiselled in stone.", + "ids": "2006,2007,2008,2009" + }, + { + "examine": "A ledge.", + "ids": "2010,2011,2012" + }, + { + "examine": "Known commonly as Red worm vine.", + "ids": "2013" + }, + { + "examine": "A magically elevated chalice full of tears.", + "ids": "2014" + }, + { + "examine": "A magically elevated chalice full of ash.", + "ids": "2015,2016,2017,2018" + }, + { + "examine": "A whirlpool.", + "ids": "2019" + }, + { + "examine": "It's too wet for firewood.", + "ids": "2020,2021" + }, + { + "examine": "A wooden barrel, maybe a way off this rock.", + "ids": "2022" + }, + { + "examine": "An interesting tree with long straight branches.", + "ids": "2023" + }, + { + "examine": "A large bubbling cauldron, smells... Ugh!", + "ids": "2024" + }, + { + "examine": "The door is closed.", + "ids": "2025" + }, + { + "examine": "I can see fish swimming in the water.", + "ids": "2026,2027,2028,2029,2030,2031" + }, + { + "examine": "It's closed.", + "ids": "2032" + }, + { + "examine": "It's open.", + "ids": "2033" + }, + { + "examine": "It's closed.", + "ids": "2034" + }, + { + "examine": "It's open.", + "ids": "2035" + }, + { + "examine": "It's closed.", + "ids": "2036" + }, + { + "examine": "It's open.", + "ids": "2037" + }, + { + "examine": "I've met less intelligent conversationalists.", + "ids": "2038" + }, + { + "examine": "It's closed.", + "ids": "2039,2040,2041,2042" + }, + { + "examine": "Something's bubbling away in it.", + "ids": "2043" + }, + { + "examine": "Like an animal dinner table.", + "ids": "2044,2045,2046,2047" + }, + { + "examine": "It's a door.", + "ids": "2048,2049" + }, + { + "examine": "A wooden gate.", + "ids": "2050,2051,2052,2053" + }, + { + "examine": "It's a door.", + "ids": "2054,2055" + }, + { + "examine": "It's closed.", + "ids": "2056" + }, + { + "examine": "It's open.", + "ids": "2057" + }, + { + "examine": "It's closed.", + "ids": "2058,2059,2060,2061,2062" + }, + { + "examine": "It's open.", + "ids": "2063" + }, + { + "examine": "For storage.", + "ids": "2064" + }, + { + "examine": "Used for climbing.", + "ids": "2065" + }, + { + "examine": "A wall.", + "ids": "2066" + }, + { + "examine": "A watchtower.", + "ids": "2067" + }, + { + "examine": "A fence.", + "ids": "2068" + }, + { + "examine": "A closed door.", + "ids": "2069,2070" + }, + { + "examine": "Used for storage.", + "ids": "2071,2072" + }, + { + "examine": "Grows weird yellow fruit.", + "ids": "2073,2074,2075,2076,2077,2078" + }, + { + "examine": "I wonder what's inside?", + "ids": "2079,2080" + }, + { + "examine": "Handy for boarding boats.", + "ids": "2081,2082,2083,2084,2085,2086,2087,2088" + }, + { + "examine": "Ornamental.", + "ids": "2089" + }, + { + "examine": "A rocky outcrop.", + "ids": "2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111" + }, + { + "examine": "The door is closed.", + "ids": "2112" + }, + { + "examine": "I can climb down this.", + "ids": "2113" + }, + { + "examine": "This transports coal!", + "ids": "2114" + }, + { + "examine": "The left hand side of the gate.", + "ids": "2115" + }, + { + "examine": "The right hand side of the gate.", + "ids": "2116" + }, + { + "examine": "It's an old wall.", + "ids": "2117" + }, + { + "examine": "Lots of water swirling around", + "ids": "2118" + }, + { + "examine": "A rocky outcrop.", + "ids": "2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140" + }, + { + "examine": "An open chest.", + "ids": "2141" + }, + { + "examine": "An eerie glow permeates the cauldron.", + "ids": "2142" + }, + { + "examine": "Looks secure.", + "ids": "2143,2144" + }, + { + "examine": "Ooooh! Spooky!", + "ids": "2145,2146" + }, + { + "examine": "Going down?", + "ids": "2147" + }, + { + "examine": "Going up?", + "ids": "2148" + }, + { + "examine": "An imposing stone structure.", + "ids": "2149" + }, + { + "examine": "A column of elemental power.", + "ids": "2150,2151,2152,2153,29415" + }, + { + "examine": "A wrought iron gate.", + "ids": "2154,2155" + }, + { + "examine": "A magical portal of teleportation.", + "ids": "2156,2157,2158" + }, + { + "examine": "It's a floating barrel.", + "ids": "2159,2160,2161" + }, + { + "examine": "Smells like fish.", + "ids": "2162,2163,2164,2165,2166" + }, + { + "examine": "Water is pouring in through the hole.", + "ids": "2167" + }, + { + "examine": "A patch of swamp tar has bunged up the hole.", + "ids": "2168" + }, + { + "examine": "There's a strong wind whipping up the sea.", + "ids": "2169,2170,2171" + }, + { + "examine": "A huge net to catch little fish.", + "ids": "2172,2173" + }, + { + "examine": "The upper deck can be accessed with this ladder.", + "ids": "2174" + }, + { + "examine": "Back down to the main deck.", + "ids": "2175" + }, + { + "examine": "This old trawler has seen better days.", + "ids": "2176,2177" + }, + { + "examine": "Handy for boarding boats.", + "ids": "2178,2179" + }, + { + "examine": "It's a war machine.", + "ids": "2180,2181" + }, + { + "examine": "It can't hurt to just have a look, can it?", + "ids": "2182" + }, + { + "examine": "I wonder what is inside...", + "ids": "2183" + }, + { + "examine": "The door is closed.", + "ids": "2184" + }, + { + "examine": "This wall has seen better days.", + "ids": "2185" + }, + { + "examine": "Hmmm... I wonder if it's loose enough to get through.", + "ids": "2186" + }, + { + "examine": "I can climb down this ladder.", + "ids": "2187" + }, + { + "examine": "I can climb up this ladder.", + "ids": "2188,2189" + }, + { + "examine": "I can climb down this ladder.", + "ids": "2190" + }, + { + "examine": "I wonder what's inside?", + "ids": "2191,2192,2193" + }, + { + "examine": "Perhaps I should search it.", + "ids": "2194,2195,2196" + }, + { + "examine": "I wonder what's inside?", + "ids": "2197" + }, + { + "examine": "Perhaps I should search it.", + "ids": "2198" + }, + { + "examine": "An old gate for locking up undesirables.", + "ids": "2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209" + }, + { + "examine": "Looking through it makes far off things look closer!", + "ids": "2210" + }, + { + "examine": "A weathered old gravestone.", + "ids": "2211" + }, + { + "examine": "Looks like fun.", + "ids": "2212" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "2213" + }, + { + "examine": "This booth is for private customers only.", + "ids": "2214,34205" + }, + { + "examine": "This booth is closed.", + "ids": "2215" + }, + { + "examine": "This looks like it's being used to block entrance to the village.", + "ids": "2216" + }, + { + "examine": "Something seems to be buried under this.", + "ids": "2217" + }, + { + "examine": "A narrow fissure in the ground.", + "ids": "2218,2219" + }, + { + "examine": "A pile of rubble.", + "ids": "2220" + }, + { + "examine": "A stone with some carvings on it.", + "ids": "2221" + }, + { + "examine": "A pile of loose rocks.", + "ids": "2222" + }, + { + "examine": "Probably nothing useful in these.", + "ids": "2223" + }, + { + "examine": "A rotten and barely standing set of gallows.", + "ids": "2224" + }, + { + "examine": "Wet rocks, it looks like you might be able to climb them.", + "ids": "2225" + }, + { + "examine": "This table has seen better days.", + "ids": "2226" + }, + { + "examine": "A crudely constructed raft.", + "ids": "2227,2228" + }, + { + "examine": "A statue to mark Tai Bwo Wannai sacred grounds.", + "ids": "2229" + }, + { + "examine": "A sturdy cart for travelling in.", + "ids": "2230" + }, + { + "examine": "A rocky outcrop.", + "ids": "2231,2232,2233" + }, + { + "examine": "Rocks that have been stacked at regular intervals.", + "ids": "2234" + }, + { + "examine": "An ancient construct for supporting the bones of the deceased.", + "ids": "2235" + }, + { + "examine": "I can climb the rocky outcrop.", + "ids": "2236" + }, + { + "examine": "An exotic looking tree.", + "ids": "2237" + }, + { + "examine": "Large doors set into the hillside.", + "ids": "2238,2239" + }, + { + "examine": "These doors must have been hidden here for years.", + "ids": "2240,2241" + }, + { + "examine": "Perhaps you should give them a push.", + "ids": "2242,2243" + }, + { + "examine": "Commonly found in these parts.", + "ids": "2244" + }, + { + "examine": "A leafy fern.", + "ids": "2245" + }, + { + "examine": "Large carved tomb doors, they look terrifying.", + "ids": "2246,2247,2248,2249,2250,2251,2252" + }, + { + "examine": "Perhaps you should give them a push.", + "ids": "2253,2254" + }, + { + "examine": "An ancient metal gate, but still pretty secure.", + "ids": "2255,2256" + }, + { + "examine": "A rocky outcrop.", + "ids": "2257" + }, + { + "examine": "An ancient construct for supporting the bones of the deceased.", + "ids": "2258" + }, + { + "examine": "The gate is closed.", + "ids": "2259,2260,2261,2262,2263,2264" + }, + { + "examine": "A sturdy cart for travelling in.", + "ids": "2265" + }, + { + "examine": "The door is closed.", + "ids": "2266,2267" + }, + { + "examine": "This leads up to the sleeping area.", + "ids": "2268" + }, + { + "examine": "This leads downwards.", + "ids": "2269" + }, + { + "examine": "A jungle plant.", + "ids": "2270" + }, + { + "examine": "I wonder what's inside?", + "ids": "2271" + }, + { + "examine": "It's open.", + "ids": "2272" + }, + { + "examine": "An odd-looking rock with a rope tied to it.", + "ids": "2273,2274" + }, + { + "examine": "An odd-looking rock formation.", + "ids": "2275,2276,2277,2278" + }, + { + "examine": "Holds the rope up. Hopefuly.", + "ids": "2279,2280,2281" + }, + { + "examine": "Use this to swing over crevices.", + "ids": "2282,2283" + }, + { + "examine": "This must be climbed over.", + "ids": "2284,2285,2286" + }, + { + "examine": "It's hollow...", + "ids": "2289" + }, + { + "examine": "A slippery log I can walk across.", + "ids": "2294,2295,2296,2297" + }, + { + "examine": "The irregular surface can be climbed.", + "ids": "2298,2299,2300" + }, + { + "examine": "Tread carefully!", + "ids": "2301,2302" + }, + { + "examine": "I can just about edge across here.", + "ids": "2303" + }, + { + "examine": "Pointy!", + "ids": "2304,2305,2306" + }, + { + "examine": "A wrought iron gate.", + "ids": "2307,2308" + }, + { + "examine": "Solid bars of iron.", + "ids": "2309" + }, + { + "examine": "This tree has been cut down.", + "ids": "2310" + }, + { + "examine": "I can jump from this stepping stone.", + "ids": "2311" + }, + { + "examine": "I can balance on this rope.", + "ids": "2312" + }, + { + "examine": "I can climb up this.", + "ids": "2313" + }, + { + "examine": "I can climb down here.", + "ids": "2314,2315" + }, + { + "examine": "I can climb up these stairs.", + "ids": "2316,36776" + }, + { + "examine": "I can climb up these rocks to another cave.", + "ids": "2317" + }, + { + "examine": "I can climb down these rocks to another cave.", + "ids": "2318" + }, + { + "examine": "I can traverse these.", + "ids": "2319,2320,2321,12573,12574,12575,29375" + }, + { + "examine": "Use this to swing across gaps.", + "ids": "2322,2323,2324" + }, + { + "examine": "I can swing on this tree.", + "ids": "2325" + }, + { + "examine": "A branch protrudes here.", + "ids": "2326" + }, + { + "examine": "This tree has an unusually long branch on it.", + "ids": "2327" + }, + { + "examine": "A rocky outcrop.", + "ids": "2328,2329,2330,2331" + }, + { + "examine": "A nearly rotten wooden log that crosses the river.", + "ids": "2332" + }, + { + "examine": "A rocky outcrop from the running water.", + "ids": "2333,2334,2335" + }, + { + "examine": "You can see a cauldron directly below.", + "ids": "2336" + }, + { + "examine": "This door is very sturdy looking.", + "ids": "2337" + }, + { + "examine": "This door is closed.", + "ids": "2338" + }, + { + "examine": "This door is very sturdy looking.", + "ids": "2339,2340" + }, + { + "examine": "There is something strange about this wall...", + "ids": "2341" + }, + { + "examine": "Looks like a ventilation grill.", + "ids": "2342" + }, + { + "examine": "A large stone block.", + "ids": "2343,2344,2345,2346,2347,2348,2349" + }, + { + "examine": "Used to move earth to, and from, the dig shaft.", + "ids": "2350,2351" + }, + { + "examine": "This leads back up the dig shaft.", + "ids": "2352,2353" + }, + { + "examine": "Yep, they're sacks!", + "ids": "2354,2355,2356" + }, + { + "examine": "A leafy bush.", + "ids": "2357,2358" + }, + { + "examine": "A sealed barrel with a warning sign on it.", + "ids": "2359" + }, + { + "examine": "I wonder what's inside...", + "ids": "2360" + }, + { + "examine": "A sturdy chest to keep things in.", + "ids": "2361" + }, + { + "examine": "A large stone block.", + "ids": "2362" + }, + { + "examine": "A place where you can pan for gold.", + "ids": "2363" + }, + { + "examine": "A wooden container.", + "ids": "2364,2365" + }, + { + "examine": "A signpost!", + "ids": "2366,2367,2368,2369,2370,2371" + }, + { + "examine": "Shelves filled with interesting books.", + "ids": "2372" + }, + { + "examine": "A cupboard.", + "ids": "2373,2374" + }, + { + "examine": "Used to keep specimens on.", + "ids": "2375" + }, + { + "examine": "Soil. Dug up!", + "ids": "2376,2377,2378" + }, + { + "examine": "Technically a bed.", + "ids": "2379" + }, + { + "examine": "I wonder what's inside...", + "ids": "2380" + }, + { + "examine": "Swampy dirt.", + "ids": "2381,2382,2383,2384,2385,2386,2387,2388,2389,2390" + }, + { + "examine": "A very solid looking gate.", + "ids": "2391,2392" + }, + { + "examine": "Aim for the goal!", + "ids": "2393" + }, + { + "examine": "A gate to the Gnomeball pitch.", + "ids": "2394,2395" + }, + { + "examine": "Distinctly feminine.", + "ids": "2396" + }, + { + "examine": "A solid looking door.", + "ids": "2397,2398,2399" + }, + { + "examine": "Might be worth searching.", + "ids": "2400,2401" + }, + { + "examine": "A good source of books!", + "ids": "2402" + }, + { + "examine": "Might be worth searching.", + "ids": "2403,2404" + }, + { + "examine": "I can climb this.", + "ids": "2405" + }, + { + "examine": "The door is closed.", + "ids": "2406,2407" + }, + { + "examine": "I can climb down this.", + "ids": "2408,36693,36694" + }, + { + "examine": "A commonly found tree.", + "ids": "2409" + }, + { + "examine": "I can climb this.", + "ids": "2410" + }, + { + "examine": "The door is closed.", + "ids": "2411" + }, + { + "examine": "Handy for boarding the ship.", + "ids": "2412,2413,2414,2415" + }, + { + "examine": "Pull me!", + "ids": "2416" + }, + { + "examine": "Place party drop items here.", + "ids": "2417,2418,2419,2420" + }, + { + "examine": "This lever is down.", + "ids": "2421" + }, + { + "examine": "This lever is up.", + "ids": "2422" + }, + { + "examine": "This lever is down.", + "ids": "2423" + }, + { + "examine": "This lever is up.", + "ids": "2424" + }, + { + "examine": "This lever is down.", + "ids": "2425" + }, + { + "examine": "This lever is up.", + "ids": "2426" + }, + { + "examine": "This door is closed by an unknown mechanism.", + "ids": "2427,2428,2429,2430,2431" + }, + { + "examine": "This gate is closed shut.", + "ids": "2432,2433" + }, + { + "examine": "This may be worth opening.", + "ids": "2434,2435" + }, + { + "examine": "I wonder what's inside.", + "ids": "2436,2437" + }, + { + "examine": "A wooden gate.", + "ids": "2438,2439" + }, + { + "examine": "Wonder what this pillar is for?", + "ids": "2440,2441,2442,2443" + }, + { + "examine": "I wonder what's under it?", + "ids": "2444,2445" + }, + { + "examine": "This leads to somewhere...but where?", + "ids": "2446" + }, + { + "examine": "I reckon I could climb that!", + "ids": "2447,2448" + }, + { + "examine": "Some magical rocks.", + "ids": "2449,2450" + }, + { + "examine": "There's something behind these roots.", + "ids": "2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464" + }, + { + "examine": "A portal from this mystical place.", + "ids": "2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477" + }, + { + "examine": "A mysterious power emanates from this shrine.", + "ids": "2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490" + }, + { + "examine": "The source of all Rune Stones.", + "ids": "2491" + }, + { + "examine": "A portal from this mystical place.", + "ids": "2492" + }, + { + "examine": "A part of an old temple.", + "ids": "2493,2494,2495,2496" + }, + { + "examine": "Unusual energy is gathered here.", + "ids": "2497,2498,2499,2500,2501,2502" + }, + { + "examine": "An old crumbled pillar.", + "ids": "2503,2504,2505,2506,2507" + }, + { + "examine": "Broken parts of an old temple.", + "ids": "2508,2509,2510" + }, + { + "examine": "This leads to the practice tower.", + "ids": "2511" + }, + { + "examine": "This leads back down to the guild.", + "ids": "2512" + }, + { + "examine": "I wonder if I can hit a bullseye?", + "ids": "2513" + }, + { + "examine": "The door to the Ranging Guild.", + "ids": "2514" + }, + { + "examine": "I hope it doesn't sink.", + "ids": "2515" + }, + { + "examine": "It's sinking!", + "ids": "2516" + }, + { + "examine": "Going up?", + "ids": "2517" + }, + { + "examine": "Typical shoddy workmanship.", + "ids": "2518" + }, + { + "examine": "Crates of packed fish.", + "ids": "2519" + }, + { + "examine": "It's used for loading and unloading fishing boats.", + "ids": "2520,2521" + }, + { + "examine": "It's a flight of stairs.", + "ids": "2522,2523" + }, + { + "examine": "I wonder what's inside?", + "ids": "2524" + }, + { + "examine": "It's open.", + "ids": "2525" + }, + { + "examine": "The door of a small prison.", + "ids": "2526,2527" + }, + { + "examine": "The door is closed.", + "ids": "2528" + }, + { + "examine": "A door.", + "ids": "2529" + }, + { + "examine": "Used for storage.", + "ids": "2530" + }, + { + "examine": "Looks like someone's tried digging here.", + "ids": "2531,2532" + }, + { + "examine": "A pile of what is hopefully mud.", + "ids": "2533" + }, + { + "examine": "There's black cross on the door.", + "ids": "2534" + }, + { + "examine": "The door is closed.", + "ids": "2535" + }, + { + "examine": "A door.", + "ids": "2536" + }, + { + "examine": "The door is closed.", + "ids": "2537" + }, + { + "examine": "A door.", + "ids": "2538" + }, + { + "examine": "A flight of stairs.", + "ids": "2539,2540" + }, + { + "examine": "An outlet to the sewer.", + "ids": "2541,2542" + }, + { + "examine": "There's a cover over this manhole.", + "ids": "2543" + }, + { + "examine": "How dangerous, someone has left this manhole open.", + "ids": "2544" + }, + { + "examine": "This is supposed to stop people falling down the manhole.", + "ids": "2545" + }, + { + "examine": "A door.", + "ids": "2546,2547,2548,2549" + }, + { + "examine": "A secure door.", + "ids": "2550,2551" + }, + { + "examine": "A metal gate bars your way.", + "ids": "2552,2553" + }, + { + "examine": "A secure door.", + "ids": "2554,2555,2556,2557,2558,2559" + }, + { + "examine": "Fine silk woven by experts.", + "ids": "2560" + }, + { + "examine": "This stall smells great.", + "ids": "2561" + }, + { + "examine": "Precious stones from around the world.", + "ids": "2562" + }, + { + "examine": "All manner of animal clothing.", + "ids": "2563" + }, + { + "examine": "Spices to tingle your taste buds.", + "ids": "2564" + }, + { + "examine": "Fine silver items are for sale here.", + "ids": "2565" + }, + { + "examine": "I wonder what's inside it.", + "ids": "2566,2567,2568,2569,2570,2571,2572,2573,2574" + }, + { + "examine": "A marshy jungle vine.", + "ids": "2575,2576" + }, + { + "examine": "A tall palm tree with some plants growing at its stem.", + "ids": "2577" + }, + { + "examine": "A tall palm tree.", + "ids": "2578" + }, + { + "examine": "The burnt ground has a plant growing on it.", + "ids": "2579" + }, + { + "examine": "The ground has been burnt here by a fire.", + "ids": "2580" + }, + { + "examine": "A rock with green moss growing on it.", + "ids": "2581" + }, + { + "examine": "A rock, it looks like something was growing here.", + "ids": "2582" + }, + { + "examine": "It looks as if it is covered in some fungus.", + "ids": "2583" + }, + { + "examine": "A collection of rocks over what looks like a depression.", + "ids": "2584" + }, + { + "examine": "Rocky walls, you may be able to climb it.", + "ids": "2585" + }, + { + "examine": "It's closed.", + "ids": "2586" + }, + { + "examine": "I wonder what's inside?", + "ids": "2587" + }, + { + "examine": "It's open.", + "ids": "2588" + }, + { + "examine": "This ship's not getting far with that.", + "ids": "2589" + }, + { + "examine": "Takes me into the ship.", + "ids": "2590,2591" + }, + { + "examine": "Takes me back on deck.", + "ids": "2592" + }, + { + "examine": "Handy for boarding the ship.", + "ids": "2593,2594" + }, + { + "examine": "It's closed.", + "ids": "2595" + }, + { + "examine": "A blood-red door.", + "ids": "2596" + }, + { + "examine": "A lurid orange door.", + "ids": "2597" + }, + { + "examine": "A sickly yellow door.", + "ids": "2598" + }, + { + "examine": "A gloomy blue door.", + "ids": "2599" + }, + { + "examine": "A groovy magenta door.", + "ids": "2600" + }, + { + "examine": "A putrid green door.", + "ids": "2601" + }, + { + "examine": "Probably the nicest door in this ghastly place.", + "ids": "2602" + }, + { + "examine": "It's closed.", + "ids": "2603" + }, + { + "examine": "It's open.", + "ids": "2604" + }, + { + "examine": "It's a ladder.", + "ids": "2605" + }, + { + "examine": "There is something strange about this wall...", + "ids": "2606" + }, + { + "examine": "It's closed.", + "ids": "2607,2608" + }, + { + "examine": "A collection of rocks over what looks like a depression.", + "ids": "2609" + }, + { + "examine": "A rope hangs here that I can climb.", + "ids": "2610" + }, + { + "examine": "It's a ladder.", + "ids": "2611" + }, + { + "examine": "Wonder what's in here...", + "ids": "2612" + }, + { + "examine": "Smells kind of funny...", + "ids": "2613" + }, + { + "examine": "Looks comfortable...", + "ids": "2615" + }, + { + "examine": "Looks spooky...", + "ids": "2616" + }, + { + "examine": "Phew, an exit!", + "ids": "2617" + }, + { + "examine": "The fence is broken at this point.", + "ids": "2618" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "2619" + }, + { + "examine": "An old crate for storage.", + "ids": "2620" + }, + { + "examine": "It's a door.", + "ids": "2621,2622" + }, + { + "examine": "It's a gate.", + "ids": "2623" + }, + { + "examine": "The entrance to the Hero's Guild.", + "ids": "2624,2625" + }, + { + "examine": "It's a door.", + "ids": "2626,2627,2628" + }, + { + "examine": "There is something unusual about this wall...", + "ids": "2629" + }, + { + "examine": "I can see eels swimming in the lava.", + "ids": "2630" + }, + { + "examine": "It's a door.", + "ids": "2631" + }, + { + "examine": "I wonder what's inside?", + "ids": "2632" + }, + { + "examine": "It's open.", + "ids": "2633" + }, + { + "examine": "Rocks that contain nothing interesting, but block the way.", + "ids": "2634" + }, + { + "examine": "I wonder what's inside?", + "ids": "2635" + }, + { + "examine": "It's open.", + "ids": "2636,2637" + }, + { + "examine": "A source of pure water.", + "ids": "2638,2639" + }, + { + "examine": "A shrine for the faithful to worship at.", + "ids": "2640" + }, + { + "examine": "I can climb this.", + "ids": "2641" + }, + { + "examine": "Used for fashioning clay items.", + "ids": "2642" + }, + { + "examine": "Bake your clay items in here.", + "ids": "2643" + }, + { + "examine": "Used for spinning thread.", + "ids": "2644" + }, + { + "examine": "A tray of sand.", + "ids": "2645" + }, + { + "examine": "A plant cultivated for fibres.", + "ids": "2646" + }, + { + "examine": "The door to the Crafting Guild.", + "ids": "2647,2648,2649" + }, + { + "examine": "A pile of smelly rotting waste.", + "ids": "2650" + }, + { + "examine": "A sturdy home for bees.", + "ids": "2651" + }, + { + "examine": "Looks like this is where waste from the kitchen comes out.", + "ids": "2652" + }, + { + "examine": "It looks like a spiders' nest to me.", + "ids": "2653" + }, + { + "examine": "This fountain suits the garden.", + "ids": "2654" + }, + { + "examine": "It's the Sinclair Family coat of arms.", + "ids": "2655" + }, + { + "examine": "Looks like this is where Anna keeps her stuff.", + "ids": "2656" + }, + { + "examine": "Looks like this is where Bob keeps his stuff.", + "ids": "2657" + }, + { + "examine": "Looks like this is where Carol keeps her stuff.", + "ids": "2658" + }, + { + "examine": "Looks like this is where David keeps his stuff.", + "ids": "2659" + }, + { + "examine": "Looks like this is where Elizabeth keeps her stuff.", + "ids": "2660" + }, + { + "examine": "Looks like this is where Frank keeps his stuff.", + "ids": "2661" + }, + { + "examine": "Looks like this is where the cook stores flour.", + "ids": "2662" + }, + { + "examine": "Some sacks of general garden items.", + "ids": "2663" + }, + { + "examine": "Luckily it seems able to keep that vicious dog inside.", + "ids": "2664,2665" + }, + { + "examine": "Looks like the killer smashed this to leave the mansion.", + "ids": "2666" + }, + { + "examine": "Slaves are using this to pull up barrels of rocks from down below.", + "ids": "2667" + }, + { + "examine": "Slaves are placing barrels on this to haul them to the surface.", + "ids": "2668,2669" + }, + { + "examine": "A succulent cactus.", + "ids": "2670" + }, + { + "examine": "A less-than-succulent succulent.", + "ids": "2671" + }, + { + "examine": "I can try to make new items on this.", + "ids": "2672" + }, + { + "examine": "A solid looking gate.", + "ids": "2673,2674" + }, + { + "examine": "Large doors made of solid oak.", + "ids": "2675,2676" + }, + { + "examine": "A solid looking chest, it belongs to Captain Siad.", + "ids": "2677" + }, + { + "examine": "A selection of Captain Siad's Books.", + "ids": "2678" + }, + { + "examine": "A sturdy looking desk on which the Captain works.", + "ids": "2679" + }, + { + "examine": "A barrel containing rocks and mining debris.", + "ids": "2680" + }, + { + "examine": "An empty mining barrel.", + "ids": "2681" + }, + { + "examine": "The cart which takes barrels of rocks from the mining encampment to Al-Kharid.", + "ids": "2682" + }, + { + "examine": "Gives a lovely view of the desert, complete with metalic bars.", + "ids": "2683" + }, + { + "examine": "It seems to be used for moving rocks into and out of this area.", + "ids": "2684" + }, + { + "examine": "A solid looking gate.", + "ids": "2685,2686,2687,2688" + }, + { + "examine": "There's no getting around it, it's a fairly sturdy prison cell door.", + "ids": "2689" + }, + { + "examine": "Large solid, thick set oak doors", + "ids": "2690,2691" + }, + { + "examine": "It looks fairly sturdy.", + "ids": "2692" + }, + { + "examine": "This is used by Shantay and his men to take items to the bank on your behalf.", + "ids": "2693" + }, + { + "examine": "A rocky rock.", + "ids": "2694,2695,2696,2697" + }, + { + "examine": "A cave which has been mined out.", + "ids": "2698,2699" + }, + { + "examine": "The entrance to the tent.", + "ids": "2700,2701" + }, + { + "examine": "Tracks in the sand.", + "ids": "2702,2703" + }, + { + "examine": "Rocky!", + "ids": "2704" + }, + { + "examine": "It's a door.", + "ids": "2705" + }, + { + "examine": "A nicely fitted door.", + "ids": "2706" + }, + { + "examine": "A wooden crate for storage.", + "ids": "2707,2708" + }, + { + "examine": "I wonder what's inside?", + "ids": "2709" + }, + { + "examine": "It's open.", + "ids": "2710" + }, + { + "examine": "It's a flight of stairs.", + "ids": "2711" + }, + { + "examine": "The door is closed.", + "ids": "2712" + }, + { + "examine": "Grain goes in here.", + "ids": "2713,2714,2715,2716,2717" + }, + { + "examine": "These control the flow of grain from the hopper to the millstones.", + "ids": "2718,2719,2720,2721,2722" + }, + { + "examine": "A spicy meat kebab is cooking here.", + "ids": "2723" + }, + { + "examine": "A fire burns brightly here.", + "ids": "2724" + }, + { + "examine": "A grand old fireplace.", + "ids": "2725,2726" + }, + { + "examine": "Something is cooking nicely here.", + "ids": "2727" + }, + { + "examine": "Ideal for cooking on.", + "ids": "2728,2729,2730,2731,3039,9682,12102,36973,40110" + }, + { + "examine": "Hot!", + "ids": "2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780" + }, + { + "examine": "A hot place for forging things in.", + "ids": "2781" + }, + { + "examine": "It says \"Property of Doric the dwarf.\" on the side.", + "ids": "2782" + }, + { + "examine": "Used for fashioning metal items.", + "ids": "2783" + }, + { + "examine": "Various implements for working with metal.", + "ids": "2784" + }, + { + "examine": "A hot place for forging things in.", + "ids": "2785" + }, + { + "examine": "An entrance to Gu'Tanoth.", + "ids": "2786,2787,2788,2789" + }, + { + "examine": "I wonder what's inside it.", + "ids": "2790" + }, + { + "examine": "A counter made from a stone block.", + "ids": "2791,2792,2876,3800,29356" + }, + { + "examine": "An ogre is selling cakes here.", + "ids": "2793" + }, + { + "examine": "A lever for activating something.", + "ids": "2794,2795" + }, + { + "examine": "This leads to the watchtower.", + "ids": "2796" + }, + { + "examine": "This leads downwards.", + "ids": "2797" + }, + { + "examine": "A leafy bush.", + "ids": "2798,2799,2800,2801,2802,2803" + }, + { + "examine": "I think I can squeeze through here...", + "ids": "2804,2805,2806,2807,2808,2809,2810,2811" + }, + { + "examine": "This leads downwards.", + "ids": "2812" + }, + { + "examine": "I think I can squeeze through here...", + "ids": "2813" + }, + { + "examine": "The gate has been locked shut.", + "ids": "2814,2815" + }, + { + "examine": "A strange looking rock...", + "ids": "2816" + }, + { + "examine": "I think I can get out here...", + "ids": "2817,2818,2819,2820,2821,2822" + }, + { + "examine": "A hole.", + "ids": "2823" + }, + { + "examine": "A hole", + "ids": "2824" + }, + { + "examine": "I hope this leads the way out.", + "ids": "2825" + }, + { + "examine": "I wonder what's inside it?", + "ids": "2826,2827,2828,2829" + }, + { + "examine": "You can probably jump over from here.", + "ids": "2830,2831" + }, + { + "examine": "A low wall is blocking your path.", + "ids": "2832" + }, + { + "examine": "This goes up!", + "ids": "2833" + }, + { + "examine": "A low wall is blocking your path.", + "ids": "2834" + }, + { + "examine": "Looks hard.", + "ids": "2835,2836,2837,2838,2839,2840,2841" + }, + { + "examine": "It has a special magical quality.", + "ids": "2842" + }, + { + "examine": "This drain leads from the sink to the sewers below.", + "ids": "2843" + }, + { + "examine": "This looks like it can be turned.", + "ids": "2844,2845,2846,2847,2848" + }, + { + "examine": "A rudimentary type of boat.", + "ids": "2849" + }, + { + "examine": "It's closed.", + "ids": "2850" + }, + { + "examine": "It's open.", + "ids": "2851" + }, + { + "examine": "I can probably squeeze my way inside there.", + "ids": "2852" + }, + { + "examine": "It's a flight of stairs.", + "ids": "2853" + }, + { + "examine": "Made of wood.", + "ids": "2854,2855" + }, + { + "examine": "I wonder what's inside?", + "ids": "2856" + }, + { + "examine": "It's open.", + "ids": "2857" + }, + { + "examine": "Used for storage.", + "ids": "2858" + }, + { + "examine": "A hot range, where some soup is bubbling nicely.", + "ids": "2859" + }, + { + "examine": "Very ominous.", + "ids": "2860" + }, + { + "examine": "It's a door.", + "ids": "2861,2862" + }, + { + "examine": "The door is closed.", + "ids": "2863" + }, + { + "examine": "A water feature.", + "ids": "2864" + }, + { + "examine": "It's a gate.", + "ids": "2865,2866" + }, + { + "examine": "Very decorative!", + "ids": "2867" + }, + { + "examine": "It's a cupboard.", + "ids": "2868,2869" + }, + { + "examine": "The mouse equivalent of a door.", + "ids": "2870" + }, + { + "examine": "I can climb down this.", + "ids": "2871" + }, + { + "examine": "I can climb this.", + "ids": "2872" + }, + { + "examine": "What a good likeness!", + "ids": "2873" + }, + { + "examine": "A depiction that chills one to the bone.", + "ids": "2874" + }, + { + "examine": "I wonder how accurate a representation this is.", + "ids": "2875" + }, + { + "examine": "A barrel full of staffs...", + "ids": "2877" + }, + { + "examine": "Patterns of light dance hypnotically across the pool's surface.", + "ids": "2878,2879" + }, + { + "examine": "There seems to be some sort of magical field here.", + "ids": "2880" + }, + { + "examine": "It's closed.", + "ids": "2881" + }, + { + "examine": "The toll gate from Lumbridge to Al-Kharid.", + "ids": "2882,2883" + }, + { + "examine": "I can climb this.", + "ids": "2884" + }, + { + "examine": "An antique by anyone's standards.", + "ids": "2885" + }, + { + "examine": "An antique by anyone's standards, however, it might have something interesting in it.", + "ids": "2886" + }, + { + "examine": "Looks good for logging.", + "ids": "2887" + }, + { + "examine": "A leafy jungle palm, dense foliage.", + "ids": "2888" + }, + { + "examine": "Home to many unusual creatures.", + "ids": "2889" + }, + { + "examine": "A leafy tree.", + "ids": "2890" + }, + { + "examine": "This tree has been cut down.", + "ids": "2891" + }, + { + "examine": "A jungle bush, quite common to these areas.", + "ids": "2892,2893" + }, + { + "examine": "A jungle bush that has been chopped down.", + "ids": "2894,2895" + }, + { + "examine": "A door to the Legends Guild.", + "ids": "2896,2897,2898,2899" + }, + { + "examine": "Looks slippery!", + "ids": "2900,2901" + }, + { + "examine": "Stoney!", + "ids": "2902" + }, + { + "examine": "A rather shadowy cavern entrance.", + "ids": "2903,2904" + }, + { + "examine": "An old crate for storage.", + "ids": "2905" + }, + { + "examine": "Useful for putting things on.", + "ids": "2906" + }, + { + "examine": "I guess I could sleep in it if I was really tired.", + "ids": "2907" + }, + { + "examine": "A wall of magic fire.", + "ids": "2908,2909" + }, + { + "examine": "Rickety bamboo tables that are lashed together to make a desk.", + "ids": "2910" + }, + { + "examine": "Bamboo storage!", + "ids": "2911" + }, + { + "examine": "This gate has a horribly complex locking mechanism.", + "ids": "2912,2913,2914,2915" + }, + { + "examine": "A dark cave entrance leading to the surface.", + "ids": "2916,2917" + }, + { + "examine": "A large crack in the wall.", + "ids": "2918" + }, + { + "examine": "A huge lump of rock.", + "ids": "2919,2920,2921" + }, + { + "examine": "A heavily constructed, cast-iron, ancient gateway.", + "ids": "2922,2923,2924,2925" + }, + { + "examine": "A high wall made up of rocks with sharp edges.", + "ids": "2926" + }, + { + "examine": "It looks like ancient graffiti.", + "ids": "2927" + }, + { + "examine": "An ornately carved rock with a pointed receptacle.", + "ids": "2928" + }, + { + "examine": "A half buried skeleton, probably dwarven remains.", + "ids": "2929" + }, + { + "examine": "A huge, strangely constructed doorway, not sure how this opens.", + "ids": "2930" + }, + { + "examine": "It looks like a magical portal of some kind, who knows where it leads?", + "ids": "2931" + }, + { + "examine": "Strangely, there's a locked barrel here, I wonder what's inside.", + "ids": "2932,2933" + }, + { + "examine": "A large scaffold platform most likely used for lifting and lowering heavy items.", + "ids": "2934" + }, + { + "examine": "Used to move earth to, and from, the dig shaft. A rope has been thrown over it.", + "ids": "2935" + }, + { + "examine": "A sculpted trunk of wood.", + "ids": "2936,2937,2938,2939" + }, + { + "examine": "A wonderfully dressed table.", + "ids": "2940" + }, + { + "examine": "Sparkling sacred water straight from the source.", + "ids": "2941" + }, + { + "examine": "A sparkling, babbling flow of water from an underground source.", + "ids": "2942" + }, + { + "examine": "Disgusting filthy quagmire that oozes from the ground.", + "ids": "2943" + }, + { + "examine": "Found near the water's edge.", + "ids": "2944" + }, + { + "examine": "A baby Yommi tree, it has a mystical aura.", + "ids": "2945" + }, + { + "examine": "An adolescent-looking Yommi tree, it has a mystical aura.", + "ids": "2946" + }, + { + "examine": "A dead Yommi tree sapling, you'll need a tough axe to remove this.", + "ids": "2947" + }, + { + "examine": "A fully grown Yommi tree, it won't get much taller than this.", + "ids": "2948" + }, + { + "examine": "A dead fully grown Yommi tree, you'll need a tough, sharp axe to remove this.", + "ids": "2949" + }, + { + "examine": "A felled adult Yommi tree, perhaps you should trim those branches?", + "ids": "2950" + }, + { + "examine": "A rotten felled Yommi tree, it was left too long in the damp jungle.", + "ids": "2951" + }, + { + "examine": "A trimmed Yommi tree log, perfect for sculpting into a totem pole.", + "ids": "2952" + }, + { + "examine": "A rotten Yommi tree log, it was left too long in the damp jungle air.", + "ids": "2953" + }, + { + "examine": "A beautifully crafted totem pole carved from the trunk of the sacred Yommi tree.", + "ids": "2954" + }, + { + "examine": "A rotten totem pole, it was left to rot in the jungle.", + "ids": "2955" + }, + { + "examine": "This earth is particularly fertile.", + "ids": "2956" + }, + { + "examine": "This earth is damaged by cultivation, time will restore the fertility.", + "ids": "2957" + }, + { + "examine": "A rope hangs here.", + "ids": "2958" + }, + { + "examine": "A dangerous path onwards.", + "ids": "2959,2960,2961" + }, + { + "examine": "Stoney!", + "ids": "2962,2963,2964" + }, + { + "examine": "Looks slippery!", + "ids": "2965" + }, + { + "examine": "A hot place for forging things in.", + "ids": "2966,2967,2968" + }, + { + "examine": "It looks like a strangely shaped depression in the rock.", + "ids": "2969" + }, + { + "examine": "This recess has a glowing heart shaped crystal in it.", + "ids": "2970" + }, + { + "examine": "This looks like some sort of shimmering surface.", + "ids": "2971" + }, + { + "examine": "A huge lump of rock.", + "ids": "2972,2973,2974" + }, + { + "examine": "This tree is particularly leafy.", + "ids": "2975,2976" + }, + { + "examine": "A large pile of sand", + "ids": "2977" + }, + { + "examine": "A medium pile of sand", + "ids": "2978" + }, + { + "examine": "A small pile of sand", + "ids": "2979" + }, + { + "examine": "Some beautiful flowers.", + "ids": "2980,2981,2982,2983,2984,2985,2986,2987,2988" + }, + { + "examine": "Known commonly as Red worm vine.", + "ids": "2989,2990,2991,2992,2993,2994" + }, + { + "examine": "I wonder what's inside.", + "ids": "2995,2996" + }, + { + "examine": "The door is closed.", + "ids": "2997" + }, + { + "examine": "The door is open.", + "ids": "2998,2999" + }, + { + "examine": "These obviously mean keep out!", + "ids": "3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013" + }, + { + "examine": "A nicely fitted door.", + "ids": "3014" + }, + { + "examine": "A wooden gate.", + "ids": "3015,3016" + }, + { + "examine": "A nicely fitted door.", + "ids": "3017,3018,3019" + }, + { + "examine": "A wrought iron gate.", + "ids": "3020,3021,3022,3023" + }, + { + "examine": "A closed door.", + "ids": "3024,3025,3026,3027" + }, + { + "examine": "I can climb this.", + "ids": "3028" + }, + { + "examine": "I can climb down this.", + "ids": "3029" + }, + { + "examine": "I can climb this.", + "ids": "3030" + }, + { + "examine": "I can climb down this.", + "ids": "3031" + }, + { + "examine": "I can see fish swimming in the water.", + "ids": "3032" + }, + { + "examine": "One of the most common trees in 2009Scape.", + "ids": "3033,3034,3035,3036" + }, + { + "examine": "A beautiful old oak.", + "ids": "3037" + }, + { + "examine": "Hot!", + "ids": "3038" + }, + { + "examine": "It's closed.", + "ids": "3040" + }, + { + "examine": "It's open.", + "ids": "3041" + }, + { + "examine": "A rocky outcrop.", + "ids": "3042,3043" + }, + { + "examine": "A hot place for forging things in.", + "ids": "3044" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "3045" + }, + { + "examine": "These obviously mean keep out!", + "ids": "3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076" + }, + { + "examine": "Lean against the wall to get a better view!", + "ids": "3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107" + }, + { + "examine": "Flags marking the entrance to the arena.", + "ids": "3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158" + }, + { + "examine": "Beats the operating table.", + "ids": "3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181" + }, + { + "examine": "Wait here for a nurse.", + "ids": "3182" + }, + { + "examine": "Storage for drugs and bandages.", + "ids": "3183,3184,3185" + }, + { + "examine": "I don't really want to end up here...", + "ids": "3186,3187,3188,3189" + }, + { + "examine": "These open and close!", + "ids": "3190" + }, + { + "examine": "This may be worth searching.", + "ids": "3191" + }, + { + "examine": "You can see the last 50 fights on here.", + "ids": "3192" + }, + { + "examine": "Used to store players' items whilst they duel.", + "ids": "3193" + }, + { + "examine": "Use for quick access to your bank.", + "ids": "3194" + }, + { + "examine": "Smells pretty bad!", + "ids": "3195" + }, + { + "examine": "Not much use for anything except scrap.", + "ids": "3196" + }, + { + "examine": "Entrance to the Duel Arena.", + "ids": "3197,3198" + }, + { + "examine": "A wooden double bed.", + "ids": "3199,3200,3201,3202" + }, + { + "examine": "Access to the duel arena.", + "ids": "3203,3204" + }, + { + "examine": "I can climb down this.", + "ids": "3205" + }, + { + "examine": "A barrel full of staffs...", + "ids": "3206,3207,3208" + }, + { + "examine": "A strange crack cuts into the wall.", + "ids": "3209,3210,3211,3212,29360,29362" + }, + { + "examine": "It looks like I can squeeze through here.", + "ids": "3213" + }, + { + "examine": "The easy way out...", + "ids": "3214,3215" + }, + { + "examine": "A pile of mud.", + "ids": "3216" + }, + { + "examine": "I can go through here.", + "ids": "3217" + }, + { + "examine": "Dark and intimidating.", + "ids": "3218,3219" + }, + { + "examine": "That skull's looking at me....", + "ids": "3220,3221" + }, + { + "examine": "I can climb down these.", + "ids": "3222" + }, + { + "examine": "I can climb up these.", + "ids": "3223" + }, + { + "examine": "I can go through here.", + "ids": "3224,3225,3226" + }, + { + "examine": "Best not to get caught!", + "ids": "3227" + }, + { + "examine": "Best avoided.", + "ids": "3228,3229" + }, + { + "examine": "Looks suspicious.", + "ids": "3230" + }, + { + "examine": "A plank.", + "ids": "3231" + }, + { + "examine": "Formed over many years.", + "ids": "3232" + }, + { + "examine": "Best avoided.", + "ids": "3233" + }, + { + "examine": "Looks suspicious.", + "ids": "3234" + }, + { + "examine": "I can open the grill from this side.", + "ids": "3235" + }, + { + "examine": "Maybe I can cross that.", + "ids": "3238" + }, + { + "examine": "It looks like only the guide ropes are holding the bridge up.", + "ids": "3239" + }, + { + "examine": "A bridge.", + "ids": "3240" + }, + { + "examine": "This lever can be operated.", + "ids": "3241,3242" + }, + { + "examine": "The base of a platform.", + "ids": "3243,3244,3245,3246" + }, + { + "examine": "A bridge.", + "ids": "3247,3248,3249,3250,3251,3252,3253" + }, + { + "examine": "I can't get past that very easily...", + "ids": "3254,3255,3256" + }, + { + "examine": "A platform.", + "ids": "3257" + }, + { + "examine": "A bridge.", + "ids": "3258,3259,3260,3261,3262" + }, + { + "examine": "This area may not be safe...", + "ids": "3263" + }, + { + "examine": "A well of nastiness.", + "ids": "3264" + }, + { + "examine": "I can climb this pile of rocks...", + "ids": "3265" + }, + { + "examine": "Usually used for storing living things...", + "ids": "3266,3267,3268,3269" + }, + { + "examine": "The door is closed.", + "ids": "3270" + }, + { + "examine": "The door is open.", + "ids": "3271" + }, + { + "examine": "I wonder what's inside.", + "ids": "3272,3273,3274,3275" + }, + { + "examine": "A stone bridge.", + "ids": "3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293" + }, + { + "examine": "A hot place for forging things in.", + "ids": "3294" + }, + { + "examine": "It's covered in strange writing.", + "ids": "3295,3296,3297,3298,3299,3300,3301,3302" + }, + { + "examine": "You won't be able to lift that.", + "ids": "3303" + }, + { + "examine": "A portcullis.", + "ids": "3304" + }, + { + "examine": "It doesn't look like water in there...", + "ids": "3305,3306" + }, + { + "examine": "A pile of rocks.", + "ids": "3307" + }, + { + "examine": "The boulder has smashed through the cage.", + "ids": "3308" + }, + { + "examine": "A deposit of rocks.", + "ids": "3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326" + }, + { + "examine": "Intimidating!", + "ids": "3327" + }, + { + "examine": "A depiction of a great dwarf miner.", + "ids": "3328,3329,3330,3331" + }, + { + "examine": "A temple door.", + "ids": "3332" + }, + { + "examine": "A very big door.", + "ids": "3333,3334,3335,3336" + }, + { + "examine": "This lever can be operated.", + "ids": "3337" + }, + { + "examine": "Why would a log be hung up there?", + "ids": "3338" + }, + { + "examine": "Looks suspicious.", + "ids": "3339" + }, + { + "examine": "Looks like the rope is holding the bridge up.", + "ids": "3340" + }, + { + "examine": "Looks like the other rope is holding the bridge up.", + "ids": "3341,3342" + }, + { + "examine": "A pile of rocks.", + "ids": "3343" + }, + { + "examine": "It's got dwarf brew in it.", + "ids": "3344,3345,3346,3347" + }, + { + "examine": "Lord Iban's Throne.", + "ids": "3348,3349,3350" + }, + { + "examine": "I'm glad I'm on this side of those bars.", + "ids": "3351,3352" + }, + { + "examine": "I don't much like the look of that...", + "ids": "3353,3354,3355,3356,3357,3358" + }, + { + "examine": "Well of the damned.", + "ids": "3359" + }, + { + "examine": "A wooden crate for storage.", + "ids": "3360" + }, + { + "examine": "A magical sphere that glimmers within.", + "ids": "3361" + }, + { + "examine": "A window.", + "ids": "3362,3363" + }, + { + "examine": "An odd looking rock formation.", + "ids": "3364" + }, + { + "examine": "Looks like I can climb these.", + "ids": "3365" + }, + { + "examine": "Makes you cry.", + "ids": "3366" + }, + { + "examine": "Steel bars that are locked securely.", + "ids": "3367,3368,3369,3370" + }, + { + "examine": "An Achey tree stump.", + "ids": "3371" + }, + { + "examine": "Useful for ogre dinners.", + "ids": "3372,3373,3374,3375" + }, + { + "examine": "An ogre bench, useful for taking all that weight off their legs.", + "ids": "3376" + }, + { + "examine": "Hmmm, a rock for a lock....", + "ids": "3377" + }, + { + "examine": "Some stealthy thief must have picked the ogre lock!", + "ids": "3378" + }, + { + "examine": "The entrance to Rantz's cave", + "ids": "3379" + }, + { + "examine": "Exit this way for fresh air and daylight.", + "ids": "3380,3381" + }, + { + "examine": "Useful for ogre dinners.", + "ids": "3382,3383,3384,3385,3386,3387,3388" + }, + { + "examine": "A good source of books!", + "ids": "3389" + }, + { + "examine": "A strange crack cuts into the wall.", + "ids": "3390,3391,3392,3393" + }, + { + "examine": "A wooden crate for storage.", + "ids": "3394,3395" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "3396,3397" + }, + { + "examine": "A wooden crate for storage.", + "ids": "3398,3399,3400,3401" + }, + { + "examine": "Used for fashioning metal items.", + "ids": "3402" + }, + { + "examine": "A pile of Elemental rock.", + "ids": "3403" + }, + { + "examine": "A valve to start and stop the flow of water.", + "ids": "3404,3405" + }, + { + "examine": "This lever can be operated.", + "ids": "3406" + }, + { + "examine": "It spins.", + "ids": "3407,3408" + }, + { + "examine": "This lever can be operated.", + "ids": "3409" + }, + { + "examine": "Big bellows.", + "ids": "3410,3411,3412" + }, + { + "examine": "A furnace with an air blast pipe.", + "ids": "3413" + }, + { + "examine": "A small trough full of lava.", + "ids": "3414" + }, + { + "examine": "I can climb down these stairs.", + "ids": "3415" + }, + { + "examine": "I can climb up these stairs.", + "ids": "3416" + }, + { + "examine": "This lever can be operated.", + "ids": "3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428" + }, + { + "examine": "Water powered machinery.", + "ids": "3429,3430" + }, + { + "examine": "Stoney!", + "ids": "3431" + }, + { + "examine": "I wonder what's under it?", + "ids": "3432" + }, + { + "examine": "I can see a holy barrier at the bottom.", + "ids": "3433,3434,3435,3436,3437,3438,3439" + }, + { + "examine": "They let you walk up them!", + "ids": "3440" + }, + { + "examine": "They let you walk down them!", + "ids": "3441,3442" + }, + { + "examine": "A holy barrier blocking evil forces.", + "ids": "3443" + }, + { + "examine": "A sturdy metal gate.", + "ids": "3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462" + }, + { + "examine": "A hastily constructed yet sturdy prison door.", + "ids": "3463,3464,3465" + }, + { + "examine": "Dead animal parts dangling!", + "ids": "3466" + }, + { + "examine": "So how long has this been dead, then?", + "ids": "3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478" + }, + { + "examine": "A statue honouring Saradomin.", + "ids": "3479" + }, + { + "examine": "An ornately decorated coffin. Something seems to be alive inside.", + "ids": "3480,3481,3482,3483,3484" + }, + { + "examine": "An ornately carved well that draws water from the river Salve.", + "ids": "3485,3486,3487,3488" + }, + { + "examine": "Sturdy looking door.", + "ids": "3489,3490,3491,3492" + }, + { + "examine": "A monument to a fallen priest.", + "ids": "3493,3494,3495,3496,3497,3498,3499" + }, + { + "examine": "With skill I can play this.", + "ids": "3500,3501,3502,3503,3504,3505" + }, + { + "examine": "A wrought iron gate.", + "ids": "3506,3507" + }, + { + "examine": "Not sure if I should sit on that.", + "ids": "3508,3509" + }, + { + "examine": "Not sure if that's any use.", + "ids": "3510,3511" + }, + { + "examine": "It'll probably die soon.", + "ids": "3512,3513" + }, + { + "examine": "Not sure if I should stand under that.", + "ids": "3514,3515" + }, + { + "examine": "A dark dank entrance to below.", + "ids": "3516" + }, + { + "examine": "A large tree thriving where trees normally die.", + "ids": "3517,3518,3519" + }, + { + "examine": "Special grotto area.", + "ids": "3520" + }, + { + "examine": "A grotto transformed into an altar of nature.", + "ids": "3521" + }, + { + "examine": "It's a bridge.", + "ids": "3522" + }, + { + "examine": "An old bench, probably made from wood in this swamp.", + "ids": "3523,3524" + }, + { + "examine": "The door.", + "ids": "3525" + }, + { + "examine": "The green door.", + "ids": "3526" + }, + { + "examine": "A roughly hewn stone with some sort of symbol on it.", + "ids": "3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545" + }, + { + "examine": "There is a rope leading to the bottom of this well.", + "ids": "3546,3547,3548,3549,3550" + }, + { + "examine": "I can balance on this rope.", + "ids": "3551,3552" + }, + { + "examine": "I can balance on this log.", + "ids": "3553,3554,3555,3556,3557,3558" + }, + { + "examine": "Tread carefully!", + "ids": "3559,3560,3561,3562" + }, + { + "examine": "Now, I'm the king of the swingers, oh, the jungle VIP.", + "ids": "3563,3564" + }, + { + "examine": "It looks like I can clamber over this.", + "ids": "3565" + }, + { + "examine": "Use this to swing over to the next platform.", + "ids": "3566" + }, + { + "examine": "I might want to avoid this nasty blade.", + "ids": "3567,3568,3569" + }, + { + "examine": "Walk the plank! Ya land lubber!", + "ids": "3570,3571,3572,3573,3574,3575,3576,3577" + }, + { + "examine": "It's a small step for a player, a giant leap for player kind.", + "ids": "3578,3579" + }, + { + "examine": "Makes sliced human.", + "ids": "3580" + }, + { + "examine": "Releases a ticket when the flashing arrow is above it.", + "ids": "3581" + }, + { + "examine": "Makes human colanders.", + "ids": "3582" + }, + { + "examine": "I can use these to climb across to the other side.", + "ids": "3583,3584" + }, + { + "examine": "Looks suspiciously like a pressure pad to me.", + "ids": "3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607" + }, + { + "examine": "Releases a ticket when the flashing arrow is above it.", + "ids": "3608,3609" + }, + { + "examine": "I can use this rope to climb back to the top.", + "ids": "3610,3611,3612,3613,3614,3615,3616" + }, + { + "examine": "Leads down into the Agility Arena.", + "ids": "3617" + }, + { + "examine": "Leads back to Brimhaven.", + "ids": "3618,3619,3620,3621,3622,3623,3624,3625" + }, + { + "examine": "It looks very sturdy.", + "ids": "3626,3627,3628,3629,3630,3631,3632,3633" + }, + { + "examine": "A shrine of the gods!", + "ids": "3634" + }, + { + "examine": "I wonder what's inside...", + "ids": "3635" + }, + { + "examine": "It looks empty.", + "ids": "3636,3637,3638,3639,3640,3641,3642,3643" + }, + { + "examine": "That's really bright!", + "ids": "3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661" + }, + { + "examine": "Smells more like \"innocent villager\" stew to me...", + "ids": "3662,3663,3664" + }, + { + "examine": "Troll leftovers...", + "ids": "3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675" + }, + { + "examine": "A stone mechanism that unlocks the equipment room.", + "ids": "3676,3677,3678" + }, + { + "examine": "A standard of Asgarnia.", + "ids": "3679" + }, + { + "examine": "The flag of Asgarnia.", + "ids": "3680" + }, + { + "examine": "Town of Burthorpe", + "ids": "3681,3682,3683,3684" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "3685,3686,3687,3688,3689,3690,3691" + }, + { + "examine": "Some of the Sherpa's climbing rope.", + "ids": "3692,3693" + }, + { + "examine": "Looks like the Imperial Guard's supply of Dual Claws.", + "ids": "3694,3695" + }, + { + "examine": "The Imperial Guard's ceremonial armour.", + "ids": "3696" + }, + { + "examine": "A barrel full of swords...", + "ids": "3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,3718,3719,3720,3721" + }, + { + "examine": "A rocky outcrop.", + "ids": "3722,3723,3724" + }, + { + "examine": "A wooden gate.", + "ids": "3725,3726,3727,3728,3729" + }, + { + "examine": "I can climb over the fence with this.", + "ids": "3730,3731,3732,3733,3734" + }, + { + "examine": "Looks like a small cave.", + "ids": "3735" + }, + { + "examine": "The exit to the outside.", + "ids": "3736,3737,3738,3739,3740" + }, + { + "examine": "No solicitors!", + "ids": "3741" + }, + { + "examine": "Danger", + "ids": "3742" + }, + { + "examine": "A sturdy wooden door.", + "ids": "3743,3744" + }, + { + "examine": "The door is closed.", + "ids": "3745,3746" + }, + { + "examine": "A nicely fitted door.", + "ids": "3747" + }, + { + "examine": "A rocky outcrop.", + "ids": "3748,3749,3750,3751" + }, + { + "examine": "Unusual energy is gathered here.", + "ids": "3752,3753,3754,3755,3756" + }, + { + "examine": "Looks like a small cave.", + "ids": "3757" + }, + { + "examine": "The way out.", + "ids": "3758" + }, + { + "examine": "Looks like a small cave.", + "ids": "3759" + }, + { + "examine": "The way out.", + "ids": "3760" + }, + { + "examine": "The back way out.", + "ids": "3761" + }, + { + "examine": "The back way into the stronghold.", + "ids": "3762" + }, + { + "examine": "The door is closed.", + "ids": "3763" + }, + { + "examine": "The door is open.", + "ids": "3764" + }, + { + "examine": "The door to Mad Eadgar's cell.", + "ids": "3765,3766" + }, + { + "examine": "The door to Godric's cell.", + "ids": "3767,3768" + }, + { + "examine": "Hot!", + "ids": "3769" + }, + { + "examine": "This window looks down onto the Troll Camp.", + "ids": "3770" + }, + { + "examine": "The entrance to the Troll Stronghold.", + "ids": "3771" + }, + { + "examine": "The way out of the Troll Stronghold.", + "ids": "3772,3773,3774" + }, + { + "examine": "Looks like stew of some kind...", + "ids": "3775" + }, + { + "examine": "A door in the Stronghold.", + "ids": "3776,3777,3778,3779" + }, + { + "examine": "The door to the prison.", + "ids": "3780,3781" + }, + { + "examine": "The entrance to the Troll Arena.", + "ids": "3782,3783,3784" + }, + { + "examine": "The exit to the Troll Arena.", + "ids": "3785,3786,3787" + }, + { + "examine": "I can climb these stairs.", + "ids": "3788" + }, + { + "examine": "They go down.", + "ids": "3789" + }, + { + "examine": "A rocky outcrop.", + "ids": "3790,3791,3792,3793" + }, + { + "examine": "Looks tasty! If you're a goat, that is.", + "ids": "3794,3795,3796" + }, + { + "examine": "Not so good for sitting on.", + "ids": "3802" + }, + { + "examine": "A rocky outcrop.", + "ids": "3803,3804" + }, + { + "examine": "They don't seem to roll.", + "ids": "3805" + }, + { + "examine": "They're troll eggs. Or perhaps rocks.", + "ids": "3806" + }, + { + "examine": "These make great pets.", + "ids": "3807" + }, + { + "examine": "It's a troll! Run! No, wait, it's just a rock.", + "ids": "3808,3809" + }, + { + "examine": "The door to the storeroom.", + "ids": "3810,3811,3812" + }, + { + "examine": "It probably hasn't got anything interesting inside.", + "ids": "3813" + }, + { + "examine": "They probably haven't got anything interesting inside.", + "ids": "3814,3815" + }, + { + "examine": "They're closed.", + "ids": "3816" + }, + { + "examine": "They're open.", + "ids": "3817,3818,3819" + }, + { + "examine": "It doesn't contain anything particularly appetising.", + "ids": "3820" + }, + { + "examine": "Makes you taller.", + "ids": "3821" + }, + { + "examine": "It's full of dried goutweed.", + "ids": "3822" + }, + { + "examine": "Welcome to Mad Eadgar's! If I'm not in, I've probably been captured again.", + "ids": "3823" + }, + { + "examine": "I don't want to look too closely at what's cooking in there...", + "ids": "3824" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "3825" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "3826" + }, + { + "examine": "How am I going to get down there?", + "ids": "3827,3828" + }, + { + "examine": "I hope this holds!", + "ids": "3829" + }, + { + "examine": "How am I going to get down there?", + "ids": "3830,3831" + }, + { + "examine": "I hope this holds!", + "ids": "3832" + }, + { + "examine": "It's moving...", + "ids": "3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3850,3851,3852,3853,3854,3855" + }, + { + "examine": "It's a half buried crate.", + "ids": "3856,3857" + }, + { + "examine": "It's stuck in the sand.", + "ids": "3858,3859" + }, + { + "examine": "It's full of brightly coloured fish.", + "ids": "3860,3861" + }, + { + "examine": "It's a pile of burning bones.", + "ids": "3862" + }, + { + "examine": "The tribal statue of Tai Bwo Wannai Village.", + "ids": "3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878" + }, + { + "examine": "A tree.", + "ids": "3879" + }, + { + "examine": "It's a tree stump.", + "ids": "3880" + }, + { + "examine": "A tree.", + "ids": "3881,3882,3883" + }, + { + "examine": "It's a tree stump.", + "ids": "3884" + }, + { + "examine": "A tree.", + "ids": "3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900" + }, + { + "examine": "A rare flower.", + "ids": "3901" + }, + { + "examine": "Don't flowers make you feel better?", + "ids": "3902" + }, + { + "examine": "A rare flower.", + "ids": "3903" + }, + { + "examine": "Don't flowers make you feel better?", + "ids": "3904" + }, + { + "examine": "A rare flower.", + "ids": "3905" + }, + { + "examine": "Don't flowers make you feel better?", + "ids": "3906,3907,3908,3909,3910,3911" + }, + { + "examine": "Fungal growth.", + "ids": "3912" + }, + { + "examine": "Poisonous no doubt.", + "ids": "3913,3914" + }, + { + "examine": "Fungal growth.", + "ids": "3915" + }, + { + "examine": "Poisonous no doubt.", + "ids": "3916,3917" + }, + { + "examine": "The lamp has a glowing crystal at its core.", + "ids": "3918" + }, + { + "examine": "It's a trap!", + "ids": "3919,3920" + }, + { + "examine": "A tripwire.", + "ids": "3921" + }, + { + "examine": "An odd-looking group of tied sticks.", + "ids": "3922" + }, + { + "examine": "A pile of leaves.", + "ids": "3923,3924,3925,3926" + }, + { + "examine": "Looks like I can climb these.", + "ids": "3927" + }, + { + "examine": "It's a tree.", + "ids": "3928" + }, + { + "examine": "I can balance on this log.", + "ids": "3929,3930,3931,3932,3933,3934,3935,3936" + }, + { + "examine": "There are some broken twigs here.", + "ids": "3937" + }, + { + "examine": "It looks as if the grass here has been flattened.", + "ids": "3938" + }, + { + "examine": "You notice the leaf litter here has been disturbed.", + "ids": "3939,3940" + }, + { + "examine": "Tracks in the soil.", + "ids": "3941,3942,3943" + }, + { + "examine": "You'd need a big siege engine to force that.", + "ids": "3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961" + }, + { + "examine": "A yellow crystal structure.", + "ids": "3962,3963,3964,3965,3966" + }, + { + "examine": "A tree", + "ids": "3967,3968" + }, + { + "examine": "Disturbing but tidy.", + "ids": "3969" + }, + { + "examine": "I don't even want to think about what did that...", + "ids": "3970" + }, + { + "examine": "I don't wanna fall in that!", + "ids": "3975" + }, + { + "examine": "Good for smashing city walls.", + "ids": "3976" + }, + { + "examine": "There's a winch on this side.", + "ids": "3977" + }, + { + "examine": "There's a lever on this side.", + "ids": "3978,3979" + }, + { + "examine": "A way to get into the tent.", + "ids": "3980,3981,3982" + }, + { + "examine": "A tent.", + "ids": "3983,3984,3985,3986" + }, + { + "examine": "A small barrel.", + "ids": "3987,3988,3989,3990,3991" + }, + { + "examine": "A standard of Kandarin.", + "ids": "3992,3993" + }, + { + "examine": "A small furnace.", + "ids": "3994" + }, + { + "examine": "A tent wall.", + "ids": "3995" + }, + { + "examine": "A way to get into the tent.", + "ids": "3996" + }, + { + "examine": "A tent wall.", + "ids": "3997" + }, + { + "examine": "It looks as if the grass here has been flattened.", + "ids": "3998" + }, + { + "examine": "There are some broken twigs here.", + "ids": "3999" + }, + { + "examine": "A tent roof.", + "ids": "4000" + }, + { + "examine": "A tent wall.", + "ids": "4001" + }, + { + "examine": "The charred remains of a tent pole.", + "ids": "4002,4003" + }, + { + "examine": "Well of voyage.", + "ids": "4004,4005" + }, + { + "examine": "It looks like I can squeeze through here.", + "ids": "4006" + }, + { + "examine": "The exit to the outside.", + "ids": "4007" + }, + { + "examine": "Shrine to the glory of Saradomin.", + "ids": "4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023" + }, + { + "examine": "A barrel.", + "ids": "4024,4025" + }, + { + "examine": "A still for fractionalizing oils.", + "ids": "4026" + }, + { + "examine": "A pile of lime rock.", + "ids": "4027,4028,4029,4030" + }, + { + "examine": "Looks like a stone doorway to me.", + "ids": "4031,4032,4033,4034" + }, + { + "examine": "These clean Druid's robes are drying off.", + "ids": "4035,4036,4037,4038" + }, + { + "examine": "It's full of dirty robes.", + "ids": "4039,4040,4041,4042" + }, + { + "examine": "Presumably the hatch the zookeeper feeds the parrots through.", + "ids": "4043" + }, + { + "examine": "A red standard.", + "ids": "4044,4045,4046,4047" + }, + { + "examine": "It doesn't look healthy...", + "ids": "4051" + }, + { + "examine": "It's covered in slime.", + "ids": "4052" + }, + { + "examine": "It doesn't look healthy...", + "ids": "4053,4054" + }, + { + "examine": "These fat fungi take up so much room.", + "ids": "4055,4056,4057" + }, + { + "examine": "I can balance on this rope.", + "ids": "4059" + }, + { + "examine": "It's hollow...", + "ids": "4060" + }, + { + "examine": "This tree has been cut down.", + "ids": "4061" + }, + { + "examine": "Strange items are stored here.", + "ids": "4062" + }, + { + "examine": "This table has seen better days.", + "ids": "4064" + }, + { + "examine": "It looks very ornamental in a practical 'solid rock' way.", + "ids": "4065" + }, + { + "examine": "Welcome to Mort'ton", + "ids": "4066" + }, + { + "examine": "Danger! Sickness and affliction... stay away!", + "ids": "4067" + }, + { + "examine": "Looks like a pile of ancient rubble.", + "ids": "4068" + }, + { + "examine": "The starting of a wall.", + "ids": "4069,4070,4071,4072,4073,4074,4075,4076" + }, + { + "examine": "It's nearly a wall.", + "ids": "4077" + }, + { + "examine": "A rebuilt wall.", + "ids": "4078" + }, + { + "examine": "The broken wall of a desecrated temple.", + "ids": "4079" + }, + { + "examine": "The partially repaired wall of a desecrated temple.", + "ids": "4080,4081,4082,4083,4084,4085,4086,4087" + }, + { + "examine": "The nearly repaired wall of a desecrated temple.", + "ids": "4088" + }, + { + "examine": "The repaired wall of a temple.", + "ids": "4089" + }, + { + "examine": "A flaming Fire altar.", + "ids": "4090" + }, + { + "examine": "An ancient Fire altar.", + "ids": "4091" + }, + { + "examine": "An ancient, totally desecrated, broken down fire altar.", + "ids": "4092" + }, + { + "examine": "A place to cremate the dead. Needs some wood.", + "ids": "4093" + }, + { + "examine": "A place to cremate the dead. Needs a body.", + "ids": "4094,4095,4096,4097,4098,4099" + }, + { + "examine": "A place to cremate the dead. Needs a light.", + "ids": "4100,4101,4102,4103,4104,4105" + }, + { + "examine": "Heavy metal!", + "ids": "4106,4107,4108,4109,4110" + }, + { + "examine": "A strangely decorated bronze chest, the lock is painted blood red.", + "ids": "4111" + }, + { + "examine": "A strangely decorated chest, the lock is painted brown.", + "ids": "4112" + }, + { + "examine": "A strangely decorated chest, the lock is painted crimson.", + "ids": "4113" + }, + { + "examine": "A strangely decorated chest, the lock is painted black.", + "ids": "4114" + }, + { + "examine": "A strangely decorated chest, the lock is painted purple.", + "ids": "4115" + }, + { + "examine": "A strangely decorated steel chest, the lock is painted blood red.", + "ids": "4116" + }, + { + "examine": "A strangely decorated steel chest, the lock is painted brown.", + "ids": "4117" + }, + { + "examine": "A strangely decorated steel chest, the lock is painted crimson.", + "ids": "4118" + }, + { + "examine": "A strangely decorated steel chest, the lock is painted black.", + "ids": "4119" + }, + { + "examine": "A strangely decorated steel chest, the lock is painted purple.", + "ids": "4120" + }, + { + "examine": "A strangely decorated black chest, the lock is painted blood red.", + "ids": "4121" + }, + { + "examine": "A strangely decorated black chest, the lock is painted brown.", + "ids": "4122" + }, + { + "examine": "A strangely decorated black chest, the lock is painted crimson.", + "ids": "4123" + }, + { + "examine": "A strangely decorated black chest, the lock is painted black.", + "ids": "4124" + }, + { + "examine": "A strangely decorated black chest, the lock is painted purple.", + "ids": "4125" + }, + { + "examine": "A strangely decorated silver chest, the lock is painted blood red.", + "ids": "4126" + }, + { + "examine": "A strangely decorated silver chest, the lock is painted brown.", + "ids": "4127" + }, + { + "examine": "A strangely decorated silver chest, the lock is painted crimson.", + "ids": "4128" + }, + { + "examine": "A strangely decorated silver chest, the lock is painted black.", + "ids": "4129" + }, + { + "examine": "A strangely decorated silver chest, the lock is painted purple.", + "ids": "4130" + }, + { + "examine": "A strangely decorated bronze chest, the open lock is painted blood red.", + "ids": "4131" + }, + { + "examine": "This tells you which way is which.", + "ids": "4132,4133,4134,4135" + }, + { + "examine": "These doors look very ominous. A sign says 'To the tombs'.", + "ids": "4136,4137" + }, + { + "examine": "Items are for sale here.", + "ids": "4138" + }, + { + "examine": "Entrance to the Duel Arena.", + "ids": "4139,4140" + }, + { + "examine": "This seems to be some kind of shrine.", + "ids": "4141" + }, + { + "examine": "The wind makes a musical sound as it blows through it...", + "ids": "4142" + }, + { + "examine": "Danger", + "ids": "4143" + }, + { + "examine": "Those golden fruit look good enough to eat!", + "ids": "4144,4145,4146" + }, + { + "examine": "This must be Lalli's home.", + "ids": "4147" + }, + { + "examine": "Allows performers backstage at the Longhall.", + "ids": "4148" + }, + { + "examine": "It smells pretty good actually.", + "ids": "4149" + }, + { + "examine": "A portal from this mystical place.", + "ids": "4150,4151,4152,4153,4154,4155,4156,4157" + }, + { + "examine": "Takes me into the maze.", + "ids": "4158" + }, + { + "examine": "Takes me out of the maze.", + "ids": "4159,4160,4161" + }, + { + "examine": "A thin metal pipe, presumably for rainwater to run through.", + "ids": "4162" + }, + { + "examine": "I can climb this.", + "ids": "4163,4164" + }, + { + "examine": "Keeps the wind out.", + "ids": "4165,4166" + }, + { + "examine": "I wonder what's inside?", + "ids": "4167,4168" + }, + { + "examine": "Brrrrrr!", + "ids": "4169" + }, + { + "examine": "There is some kind of balancing mechanism as a lock.", + "ids": "4170" + }, + { + "examine": "A good source of books!", + "ids": "4171" + }, + { + "examine": "An appliance for cooking with.", + "ids": "4172" + }, + { + "examine": "I wonder what's down there?", + "ids": "4173" + }, + { + "examine": "I wonder what's under it?", + "ids": "4174" + }, + { + "examine": "Kind of funny smelling...", + "ids": "4175" + }, + { + "examine": "Water comes out of it.", + "ids": "4176" + }, + { + "examine": "This may be worth opening.", + "ids": "4177" + }, + { + "examine": "This may be worth searching.", + "ids": "4178" + }, + { + "examine": "A very unusual piece of artwork...", + "ids": "4179,4180" + }, + { + "examine": "Alas poor unicorn, I knew him well.", + "ids": "4181" + }, + { + "examine": "Looks like the bull lost.", + "ids": "4182" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "4183,4184" + }, + { + "examine": "A wooden crate for storage.", + "ids": "4185" + }, + { + "examine": "An old crate for storage.", + "ids": "4186" + }, + { + "examine": "I can climb this.", + "ids": "4187" + }, + { + "examine": "This leads upwards.", + "ids": "4188" + }, + { + "examine": "This leads downwards.", + "ids": "4189,4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226,4227,4228,4229,4230,4231,4232,4233,4234,4235,4236,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246" + }, + { + "examine": "Keeps the cold winds out.", + "ids": "4247" + }, + { + "examine": "Doesn't keep the wind out if it's open!", + "ids": "4248,4249" + }, + { + "examine": "I'm sure the animal is glad its fur was put to good use.", + "ids": "4250,4251" + }, + { + "examine": "I wonder what's inside?", + "ids": "4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264" + }, + { + "examine": "Toasty.", + "ids": "4265" + }, + { + "examine": "Hot!", + "ids": "4266" + }, + { + "examine": "Finger licking good!", + "ids": "4267,4268" + }, + { + "examine": "It's a long wooden table.", + "ids": "4269" + }, + { + "examine": "It's a table with candles on.", + "ids": "4270" + }, + { + "examine": "Generally used for sitting.", + "ids": "4271" + }, + { + "examine": "Generally used for putting things on.", + "ids": "4272" + }, + { + "examine": "Actually, I could do with a drink...", + "ids": "4273" + }, + { + "examine": "For leaning against...", + "ids": "4274" + }, + { + "examine": "A wooden barrel containing lots of fish.", + "ids": "4275" + }, + { + "examine": "Always a source of good bargains.", + "ids": "4276" + }, + { + "examine": "There's something fishy about this stall.", + "ids": "4277" + }, + { + "examine": "Around here, this is where you buy new doors.", + "ids": "4278,4279,4280,4281,4282" + }, + { + "examine": "Has a peculiar odour.", + "ids": "4283,4284" + }, + { + "examine": "Water comes out of this.", + "ids": "4285" + }, + { + "examine": "It's kind of like a barrel.", + "ids": "4286" + }, + { + "examine": "Looks pretty comfy.", + "ids": "4287" + }, + { + "examine": "I guess I could sleep in it if I was really tired.", + "ids": "4288,4289,4290,4291,4292,4293,4294,4295" + }, + { + "examine": "Yup, looks like this neighbourhood is perfectly safe for travellers...", + "ids": "4296" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "4297,4298,4299" + }, + { + "examine": "A wooden crate for storage.", + "ids": "4300" + }, + { + "examine": "An old crate for storage.", + "ids": "4301,4302,4303" + }, + { + "examine": "A hot place for forging things in.", + "ids": "4304,4305" + }, + { + "examine": "Used for fashioning metal items.", + "ids": "4306" + }, + { + "examine": "Various implements for working with metal.", + "ids": "4307" + }, + { + "examine": "Bake your clay pots in here.", + "ids": "4308" + }, + { + "examine": "Used for spinning thread.", + "ids": "4309" + }, + { + "examine": "Used for fashioning clay items.", + "ids": "4310" + }, + { + "examine": "A wooden gate.", + "ids": "4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327" + }, + { + "examine": "This tree has been cut down.", + "ids": "4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347" + }, + { + "examine": "Best left on the beach.", + "ids": "4348" + }, + { + "examine": "This once belonged to a sea animal.", + "ids": "4349" + }, + { + "examine": "Best left for the crabs.", + "ids": "4350" + }, + { + "examine": "I can hear the sea with this.", + "ids": "4351" + }, + { + "examine": "A half-buried bowl.", + "ids": "4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365" + }, + { + "examine": "An empty shelf...", + "ids": "4366,4367" + }, + { + "examine": "There are some pots and pans here.", + "ids": "4368" + }, + { + "examine": "There are some tankards here.", + "ids": "4369" + }, + { + "examine": "A shelf with a bucket on it.", + "ids": "4370" + }, + { + "examine": "There are a few books on this shelf.", + "ids": "4371" + }, + { + "examine": "It's a small table.", + "ids": "4372" + }, + { + "examine": "A tray of sand.", + "ids": "4373,4374,4375,4376" + }, + { + "examine": "There should be a standard here!", + "ids": "4377,4378,4379" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "4380" + }, + { + "examine": "It's a war machine.", + "ids": "4381,4382" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "4383,4384" + }, + { + "examine": "The catapult is damaged.", + "ids": "4385,4386" + }, + { + "examine": "A portal to join the Saradomin team.", + "ids": "4387" + }, + { + "examine": "A portal to join the Zamorak team.", + "ids": "4388" + }, + { + "examine": "A portal to leave the Saradomin team.", + "ids": "4389" + }, + { + "examine": "A portal to leave the Zamorak team.", + "ids": "4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405" + }, + { + "examine": "A portal to leave the Saradomin team.", + "ids": "4406" + }, + { + "examine": "A portal to leave the Zamorak team.", + "ids": "4407" + }, + { + "examine": "A portal to join a random team.", + "ids": "4408,4409,4410" + }, + { + "examine": "A very slippery stepping stone", + "ids": "4411" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "4412,4413" + }, + { + "examine": "A rickety old staircase.", + "ids": "4414" + }, + { + "examine": "A solid stone staircase.", + "ids": "4415,4416,4417,4418,4419,4420,36480,36481,36484,36495,36521,36523,36532,36540" + }, + { + "examine": "A spiky barricade.", + "ids": "4421,4422" + }, + { + "examine": "A large broken door.", + "ids": "4431,4432,4433,4434,4435,4436" + }, + { + "examine": "We could use our pickaxes to get past these...", + "ids": "4437" + }, + { + "examine": "We can almost get past these...", + "ids": "4438,4439,4440,4441,4442,4443" + }, + { + "examine": "Should be long enough to scale castle walls.", + "ids": "4444,4445" + }, + { + "examine": "Maybe I could tie a rope to this...", + "ids": "4446,4447" + }, + { + "examine": "It doesn't look very stable...", + "ids": "4448" + }, + { + "examine": "A solid stone staircase.", + "ids": "4449,4450,4451,4452,4453,4454,4455,4456,4457" + }, + { + "examine": "There are some bandages on this table.", + "ids": "4458" + }, + { + "examine": "There are some toolboxes on this table.", + "ids": "4459" + }, + { + "examine": "There's some rock I can use with the catapult here.", + "ids": "4460" + }, + { + "examine": "There are some barricades here.", + "ids": "4461" + }, + { + "examine": "There is some rope here.", + "ids": "4462" + }, + { + "examine": "There are some explosive potions here.", + "ids": "4463" + }, + { + "examine": "There are some pickaxes on this table.", + "ids": "4464" + }, + { + "examine": "An elf-fashioned door.", + "ids": "4465,4466" + }, + { + "examine": "The door is closed.", + "ids": "4467" + }, + { + "examine": "The door is open.", + "ids": "4468" + }, + { + "examine": "Only the Saradomin team may pass.", + "ids": "4469" + }, + { + "examine": "Only the Zamorak team may pass.", + "ids": "4470" + }, + { + "examine": "I wonder what's under it?", + "ids": "4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481" + }, + { + "examine": "Water comes out of this.", + "ids": "4482" + }, + { + "examine": "It's open.", + "ids": "4483" + }, + { + "examine": "Keep track of which team has the most victories.", + "ids": "4484" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "4485,4486" + }, + { + "examine": "A big wooden door.", + "ids": "4487,4488,4489,4490,4491,4492" + }, + { + "examine": "I can climb these stairs.", + "ids": "4493" + }, + { + "examine": "They go down.", + "ids": "4494" + }, + { + "examine": "I can climb these stairs.", + "ids": "4495" + }, + { + "examine": "They go down.", + "ids": "4496" + }, + { + "examine": "I can climb these stairs.", + "ids": "4497" + }, + { + "examine": "They go down.", + "ids": "4498" + }, + { + "examine": "Wow", + "ids": "4499" + }, + { + "examine": "This leads back to the cruel world above.", + "ids": "4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512" + }, + { + "examine": "I doubt that was built to last...", + "ids": "4513,4514,4515,4516,4517" + }, + { + "examine": "How do you make a skeleton laugh?", + "ids": "4518" + }, + { + "examine": "Tickle his funny bone.", + "ids": "4519" + }, + { + "examine": "Clearly has been relaxing too long....", + "ids": "4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540" + }, + { + "examine": "Did that thing just twitch?", + "ids": "4541,4542" + }, + { + "examine": "A strange wall with objects engraved upon it.", + "ids": "4543,4544" + }, + { + "examine": "A strange wall that appears to be hinged.", + "ids": "4545,4546,4547,4548,4549" + }, + { + "examine": "I can jump off this one.", + "ids": "4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567" + }, + { + "examine": "I can climb up these stairs.", + "ids": "4568" + }, + { + "examine": "I can climb up or go down these stairs.", + "ids": "4569,36777" + }, + { + "examine": "I can climb down these stairs.", + "ids": "4570,4571,4572,4573,4574,4575,4576" + }, + { + "examine": "Lets you walk through walls!", + "ids": "4577,4578,4579,4580,4581,4582,4583,4584,4585,4586" + }, + { + "examine": "It turns the light around.", + "ids": "4587" + }, + { + "examine": "It looks broken.", + "ids": "4588" + }, + { + "examine": "Part of the Lighthouse's lighting mechanism.", + "ids": "4589" + }, + { + "examine": "Part of the lighthouse Light mechanism.", + "ids": "4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609" + }, + { + "examine": "Best left on the beach.", + "ids": "4610" + }, + { + "examine": "This once belonged to a sea animal.", + "ids": "4611" + }, + { + "examine": "Best left for the crabs.", + "ids": "4612" + }, + { + "examine": "I can hear the sea with this.", + "ids": "4613" + }, + { + "examine": "It is a buried bowl.", + "ids": "4614" + }, + { + "examine": "I can jump off this one.", + "ids": "4615,4616" + }, + { + "examine": "Shelves filled with interesting books.", + "ids": "4617" + }, + { + "examine": "A nice and cosy fire.", + "ids": "4618,4619" + }, + { + "examine": "They go down.", + "ids": "4620,4621" + }, + { + "examine": "They go up.", + "ids": "4622,4623" + }, + { + "examine": "They go down.", + "ids": "4624,4625" + }, + { + "examine": "They go up.", + "ids": "4626,4627,4628" + }, + { + "examine": "An elf-fashioned door.", + "ids": "4636,4637,4638,4639,4640" + }, + { + "examine": "Mmm...beer!", + "ids": "4641" + }, + { + "examine": "Has some board games news on it.", + "ids": "4642" + }, + { + "examine": "The ladder to the Runelink challenge room for experienced players.", + "ids": "4643" + }, + { + "examine": "The ladder back to the Runelink challenge room.", + "ids": "4644" + }, + { + "examine": "The ladder to the Draughts challenge room for experienced players.", + "ids": "4645" + }, + { + "examine": "The ladder back to the Draughts challenge room.", + "ids": "4646" + }, + { + "examine": "The ladder back up to the Toad and Chicken.", + "ids": "4647" + }, + { + "examine": "Leads down to the Burthorpe Games Rooms.", + "ids": "4648,4649" + }, + { + "examine": "A nice and cosy fire.", + "ids": "4650" + }, + { + "examine": "A table for board games.", + "ids": "4651" + }, + { + "examine": "A game of draughts is being played on this table.", + "ids": "4652" + }, + { + "examine": "A game of Runelink is being played on this table.", + "ids": "4653,4654,4655" + }, + { + "examine": "A comfy stool.", + "ids": "4656,4657" + }, + { + "examine": "Draughts challenge room.", + "ids": "4658" + }, + { + "examine": "Runelink challenge room.", + "ids": "4659" + }, + { + "examine": "Draughts challenge room for experienced players.", + "ids": "4660" + }, + { + "examine": "Runelink challenge room for experienced players.", + "ids": "4661,4662,4663,4664,4665,4666,4667,4668" + }, + { + "examine": "A statue of Arrav (the Fountain of Heroes has moved downstairs.)", + "ids": "4669" + }, + { + "examine": "A statue of Camorra (the Fountain of Heroes has moved downstairs.)", + "ids": "4670" + }, + { + "examine": "A good source of books!", + "ids": "4671" + }, + { + "examine": "The door into the throne room.", + "ids": "4672,4673" + }, + { + "examine": "I bet this makes good syrup!", + "ids": "4674" + }, + { + "examine": "Scented herbs.", + "ids": "4675" + }, + { + "examine": "A rocky outcrop.", + "ids": "4676" + }, + { + "examine": "Scented herbs.", + "ids": "4677,4678,4679,4680,4681,4682" + }, + { + "examine": "A large harp.", + "ids": "4683" + }, + { + "examine": "Good for shooting fish in.", + "ids": "4684" + }, + { + "examine": "This old tree is rotting away", + "ids": "4685" + }, + { + "examine": "This old tree is rotting away.", + "ids": "4686,4687,4688,4689" + }, + { + "examine": "Fancy.", + "ids": "4690,4691" + }, + { + "examine": "Flag, pole...Yep, it's a flagpole.", + "ids": "4692,4693,4694,4695" + }, + { + "examine": "The door is closed.", + "ids": "4696" + }, + { + "examine": "The door is open.", + "ids": "4697,4698,4699,4700" + }, + { + "examine": "Keeps the cold winds out.", + "ids": "4701" + }, + { + "examine": "A nicely carved wooden chair.", + "ids": "4702" + }, + { + "examine": "A wooden double bed. For sleeping in...", + "ids": "4703,4704" + }, + { + "examine": "There's something fishy about this stall.", + "ids": "4705" + }, + { + "examine": "You should eat your greens!", + "ids": "4706" + }, + { + "examine": "There's something fishy about this stall.", + "ids": "4707" + }, + { + "examine": "You should eat your greens!", + "ids": "4708,4709" + }, + { + "examine": "A doorway made from bamboo.", + "ids": "4710,4711" + }, + { + "examine": "It's a trapdoor.", + "ids": "4712" + }, + { + "examine": "It's an open trapdoor.", + "ids": "4713" + }, + { + "examine": "A wooden crate for storage.", + "ids": "4714" + }, + { + "examine": "This crate is making chattering sounds.", + "ids": "4715" + }, + { + "examine": "This crate smells slightly nauseous.", + "ids": "4716" + }, + { + "examine": "This crate says 'Property of Hamab' on its side.", + "ids": "4717,4718" + }, + { + "examine": "This crate says 'Property of Ifaba' on its side.", + "ids": "4719" + }, + { + "examine": "This crate says 'Property of Daga' on its side.", + "ids": "4720,4721" + }, + { + "examine": "This crate smells slightly of banana.", + "ids": "4722,4723" + }, + { + "examine": "This crate says 'Property of Hamab' on its side.", + "ids": "4724" + }, + { + "examine": "This crate says 'Property of Ifaba' on its side.", + "ids": "4725,4726,4727" + }, + { + "examine": "I can climb up this.", + "ids": "4728" + }, + { + "examine": "A dried up bush, void of life.", + "ids": "4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742" + }, + { + "examine": "It's a bamboo ladder.", + "ids": "4743,4744" + }, + { + "examine": "Looks good for jumping off.", + "ids": "4745" + }, + { + "examine": "This crate is marked 'Deliver to Glough'...", + "ids": "4746,4747,4748" + }, + { + "examine": "It's a banana tree, full of bananas.", + "ids": "4749" + }, + { + "examine": "It's a banana tree, with lots of bananas.", + "ids": "4750" + }, + { + "examine": "It's a banana tree, with many bananas.", + "ids": "4751" + }, + { + "examine": "It's a banana tree, with a few bananas.", + "ids": "4752" + }, + { + "examine": "It's a banana tree, with but one banana.", + "ids": "4753" + }, + { + "examine": "It's a banana tree, with no more bananas left.", + "ids": "4754" + }, + { + "examine": "They go down.", + "ids": "4755" + }, + { + "examine": "They go up.", + "ids": "4756,4757,4758,4759,4760,4761,4762,4763" + }, + { + "examine": "It's a bamboo stool.", + "ids": "4764" + }, + { + "examine": "It's a sheer wall of fire, rising as high as you can see.", + "ids": "4765,4766" + }, + { + "examine": "The contents of this pyre are rapidly bubbling and burning.", + "ids": "4767" + }, + { + "examine": "It's a wall of bricks.", + "ids": "4768" + }, + { + "examine": "It's a pile of bricks.", + "ids": "4769,4770" + }, + { + "examine": "A rather dapper little monkey sitting on a throne.", + "ids": "4771" + }, + { + "examine": "It's a bamboo ladder.", + "ids": "4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785" + }, + { + "examine": "A plant in a bamboo pot.", + "ids": "4786" + }, + { + "examine": "It's an absolutely huge bamboo gate.", + "ids": "4787,4788,4789,4790" + }, + { + "examine": "It's a big comfy bed, made of strips of bamboo.", + "ids": "4791,4792,4793" + }, + { + "examine": "It's a pot made out of bamboo.", + "ids": "4794" + }, + { + "examine": "They are pots made out of bamboo.", + "ids": "4795,4796" + }, + { + "examine": "Bamboo strips have been lashed together to make this rickety desk.", + "ids": "4797" + }, + { + "examine": "It's a bookcase made out of bamboo.", + "ids": "4798" + }, + { + "examine": "It's a bamboo door with a large iron padlock.", + "ids": "4799,4800,4801,4802,4803,4804,4805,4806" + }, + { + "examine": "It's a door made from bamboo.", + "ids": "4807,4808,4809,4810,4811" + }, + { + "examine": "Looks good for hiding in...", + "ids": "4812,4813,4814" + }, + { + "examine": "Looks good for hiding in.", + "ids": "4815" + }, + { + "examine": "This is a fairly tall tree with sparse foliage.", + "ids": "4816" + }, + { + "examine": "A jungle palm with dense foliage.", + "ids": "4817" + }, + { + "examine": "This is a fairly tall tree with sparse foliage.", + "ids": "4818" + }, + { + "examine": "This was a fairly tall tree with sparse foliage.", + "ids": "4819" + }, + { + "examine": "A leafy tree.", + "ids": "4820" + }, + { + "examine": "This was a fairly tall tree with sparse foliage.", + "ids": "4821" + }, + { + "examine": "This tree has been cut down.", + "ids": "4822" + }, + { + "examine": "This flower is found only in jungle areas.", + "ids": "4823" + }, + { + "examine": "A very rare and exotic flower.", + "ids": "4824" + }, + { + "examine": "A small fernlike plant.", + "ids": "4825" + }, + { + "examine": "Leaves a nasty mark.", + "ids": "4826" + }, + { + "examine": "Looks spiky.", + "ids": "4827" + }, + { + "examine": "This has broad leaves.", + "ids": "4828" + }, + { + "examine": "A type of jungle fern.", + "ids": "4829" + }, + { + "examine": "A large waxy jungle plant.", + "ids": "4830" + }, + { + "examine": "Commonly found in these parts.", + "ids": "4831" + }, + { + "examine": "The tendrils of a creeping plant.", + "ids": "4832" + }, + { + "examine": "A jungle bush, quite common to these areas.", + "ids": "4833,4834" + }, + { + "examine": "A jungle bush that has been chopped down.", + "ids": "4835,4836,4837,4838,4839,4840,4841,4842,4843,4844" + }, + { + "examine": "A terribly tall tropical tree.", + "ids": "4845,4846,4847" + }, + { + "examine": "Leaves of a tropical tree.", + "ids": "4848" + }, + { + "examine": "This tree no doubt contains dangerous insects.", + "ids": "4849,4850,4851" + }, + { + "examine": "This old tree is rotting away.", + "ids": "4852" + }, + { + "examine": "A gnarly old tree root.", + "ids": "4853" + }, + { + "examine": "The roots of this tree are exposed.", + "ids": "4854" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "4855" + }, + { + "examine": "It's a small patch of glowing fungus.", + "ids": "4856" + }, + { + "examine": "It's a medium patch of glowing fungus.", + "ids": "4857" + }, + { + "examine": "It's an absolutely colossal statue of some kind of gorilla.", + "ids": "4858" + }, + { + "examine": "It's a huge statue of some kind of gorilla.", + "ids": "4859,4860" + }, + { + "examine": "It's a huge statue of some kind of monkey.", + "ids": "4861" + }, + { + "examine": "It's a large patch of glowing fungus.", + "ids": "4862" + }, + { + "examine": "Legs of this watchtower.", + "ids": "4863,4864" + }, + { + "examine": "It's the middle of this watchtower.", + "ids": "4865" + }, + { + "examine": "It's a deactivated military Gnome glider.", + "ids": "4866" + }, + { + "examine": "It's an activated military Gnome glider.", + "ids": "4867" + }, + { + "examine": "It's some kind of Gnome teleportation device.", + "ids": "4868,4869,4870" + }, + { + "examine": "This is the panel controlling the hangar reinitialisation.", + "ids": "4871" + }, + { + "examine": "There must be an exit nearby.", + "ids": "4872" + }, + { + "examine": "It's probably too risky to try pulling this.", + "ids": "4873" + }, + { + "examine": "This table has crafting paraphernalia on it.", + "ids": "4874" + }, + { + "examine": "This table has ripe bananas on show.", + "ids": "4875" + }, + { + "examine": "This table has items of a general nature on it.", + "ids": "4876" + }, + { + "examine": "This table has runes on display.", + "ids": "4877" + }, + { + "examine": "This table has a scimitar on it.", + "ids": "4878" + }, + { + "examine": "It's a trapdoor.", + "ids": "4879" + }, + { + "examine": "It's an open trapdoor.", + "ids": "4880" + }, + { + "examine": "I can climb up this.", + "ids": "4881" + }, + { + "examine": "Looks suspicious.", + "ids": "4882,4883" + }, + { + "examine": "A plank.", + "ids": "4884" + }, + { + "examine": "Formed over many years.", + "ids": "4885" + }, + { + "examine": "Human sieve creation.", + "ids": "4886" + }, + { + "examine": "Looks suspicious.", + "ids": "4887" + }, + { + "examine": "It's a trapdoor.", + "ids": "4888" + }, + { + "examine": "I can climb up this.", + "ids": "4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899" + }, + { + "examine": "The Saradomin Team Standard.", + "ids": "4900" + }, + { + "examine": "The Zamorak Team Standard.", + "ids": "4901" + }, + { + "examine": "The Saradomin Team Standard.", + "ids": "4902" + }, + { + "examine": "The Zamorak Team Standard.", + "ids": "4903" + }, + { + "examine": "It's on fire!", + "ids": "4904,4905,4906,4907,4908,4909" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "4910" + }, + { + "examine": "I can climb down this.", + "ids": "4911,4912,36349,36365" + }, + { + "examine": "It looks cramped and dark.", + "ids": "4913,4914,4915,4916,4917" + }, + { + "examine": "This cart is blocking the way up the ridge.", + "ids": "4918" + }, + { + "examine": "These stairs seem to have been hewn out of the rock itself.", + "ids": "4919" + }, + { + "examine": "It looks cramped and dark.", + "ids": "4920,4921,4922" + }, + { + "examine": "These stairs seem to have been hewn out of the rock itself.", + "ids": "4923" + }, + { + "examine": "A valve to start and stop the flow of water.", + "ids": "4924,4925" + }, + { + "examine": "Shiny!", + "ids": "4926,4927,4928" + }, + { + "examine": "It looks cramped and dark.", + "ids": "4929" + }, + { + "examine": "It's blocking the tunnel, but it looks dark down there anyway.", + "ids": "4930,4931" + }, + { + "examine": "A bizarre fungus. It emits a pale blue light.", + "ids": "4932,4933,4934" + }, + { + "examine": "If that wasn't there I'd probably be a lot flatter now.", + "ids": "4935" + }, + { + "examine": "It prevents the wall unceremoniously squashing people.", + "ids": "4936" + }, + { + "examine": "It looks like it's water powered.", + "ids": "4937,4938,4939,4940,4941" + }, + { + "examine": "It's a little waterlogged. I hope it still works.", + "ids": "4942,4943" + }, + { + "examine": "It doesn't look very watertight. Any contents will be ruined.", + "ids": "4944" + }, + { + "examine": "A sunken mine cart, how useful.", + "ids": "4945,4946,4947,4948" + }, + { + "examine": "This displays information on how the points on this level are set.", + "ids": "4949" + }, + { + "examine": "It has the letter 'B' inscribed on the end.", + "ids": "4950" + }, + { + "examine": "It has the letter 'A' inscribed on the end.", + "ids": "4951" + }, + { + "examine": "It has the letter 'C' inscribed on the end.", + "ids": "4952" + }, + { + "examine": "It has the letter 'D' inscribed on the end.", + "ids": "4953" + }, + { + "examine": "It has the letter 'E' inscribed on the end.", + "ids": "4954" + }, + { + "examine": "It has the letter 'I' inscribed on the end.", + "ids": "4955" + }, + { + "examine": "It has the letter 'J' inscribed on the end.", + "ids": "4956" + }, + { + "examine": "It has the letter 'K' inscribed on the end.", + "ids": "4957" + }, + { + "examine": "I think this changes one of the sets of points.", + "ids": "4958" + }, + { + "examine": "It has the letter 'F' inscribed on the end.", + "ids": "4959" + }, + { + "examine": "It has the letter 'G' inscribed on the end.", + "ids": "4960" + }, + { + "examine": "It has the letter 'H' inscribed on the end.", + "ids": "4961" + }, + { + "examine": "The door is closed.", + "ids": "4962" + }, + { + "examine": "I can climb down this.", + "ids": "4965" + }, + { + "examine": "I can climb this.", + "ids": "4966" + }, + { + "examine": "I can climb down this.", + "ids": "4967" + }, + { + "examine": "I can climb this.", + "ids": "4968" + }, + { + "examine": "I can climb down this.", + "ids": "4969" + }, + { + "examine": "I can climb this.", + "ids": "4970" + }, + { + "examine": "These stairs seem to have been hewn out of the rock itself.", + "ids": "4971,4972,4973" + }, + { + "examine": "Useful for moving items around the mine.", + "ids": "4974" + }, + { + "examine": "An old crate for storage.", + "ids": "4975" + }, + { + "examine": "A distinctive layer in the rock strata.", + "ids": "4976,4977,4978,4979,4980,4981,4982,4983,4984,4985,4986,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,5000" + }, + { + "examine": "This cave has been boarded up.", + "ids": "5001" + }, + { + "examine": "Useful for passing over inaccessible areas.", + "ids": "5002" + }, + { + "examine": "It's old and pretty broken.", + "ids": "5003" + }, + { + "examine": "A well used tree.", + "ids": "5004,5005" + }, + { + "examine": "These flowers only grow in one place in the mountains.", + "ids": "5006" + }, + { + "examine": "Looks like small cave.", + "ids": "5007" + }, + { + "examine": "Looks dark...", + "ids": "5008,5009,5010,5011,5012,5013,5014" + }, + { + "examine": "It's too dangerous to go down here by foot...", + "ids": "5015,5016,5017,5018,5019,5020,5021,5022,5023,5024" + }, + { + "examine": "A split in the cave wall...", + "ids": "5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036" + }, + { + "examine": "A large ice covered boulder.", + "ids": "5037" + }, + { + "examine": "An ice covered boulder.", + "ids": "5038" + }, + { + "examine": "A small ice covered boulder.", + "ids": "5039,5040,5041,5042" + }, + { + "examine": "A huge ice gate.", + "ids": "5043,5044" + }, + { + "examine": "An interesting-looking tree.", + "ids": "5045" + }, + { + "examine": "A small cave entrance.", + "ids": "5046" + }, + { + "examine": "Limestone ceiling growth.", + "ids": "5047" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "5048" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "5049" + }, + { + "examine": "Tooth shaped rock formations protruding from the floor.", + "ids": "5050" + }, + { + "examine": "A dirty little swamp boat.", + "ids": "5051" + }, + { + "examine": "If it had paint on it, you'd probably watch it dry.", + "ids": "5052,5053" + }, + { + "examine": "I can climb this.", + "ids": "5054" + }, + { + "examine": "I wonder what that's there for...", + "ids": "5055" + }, + { + "examine": "These doors look very ominous.", + "ids": "5056,5057" + }, + { + "examine": "Large doors set into the hillside.", + "ids": "5058,5059" + }, + { + "examine": "These doors seem to lead into the underground.", + "ids": "5060,5061" + }, + { + "examine": "Large doors set into the hillside.", + "ids": "5062,5063,5064,5065,5066,5067,5068,5069,5070,5071" + }, + { + "examine": "A Large Pillar", + "ids": "5072,5073,5074,5075,5076,5077,5078,5079,5080,5081" + }, + { + "examine": "An overgrown dungeon entrance.", + "ids": "5082" + }, + { + "examine": "A closed overgrown dungeon entrance.", + "ids": "5083" + }, + { + "examine": "The way to go when I get scared.", + "ids": "5084,5085,5086,5087" + }, + { + "examine": "I hope I don't fall off this.", + "ids": "5088,5089,5090,5091,5092,5093" + }, + { + "examine": "These stairs seem to have been hewn out of the rock itself.", + "ids": "5094,5095,5096,5097,5098" + }, + { + "examine": "Thick vines blocking your way.", + "ids": "5103,5104,5105,5106,5107,5108,5109" + }, + { + "examine": "I can jump from this stepping stone.", + "ids": "5110,5111" + }, + { + "examine": "Not good for eating.", + "ids": "5112" + }, + { + "examine": "I doubt that's edible.", + "ids": "5113,5114,5115" + }, + { + "examine": "A statue of a big monster.", + "ids": "5116,5117,5118,5119,5120,5121" + }, + { + "examine": "A tall wooden door.", + "ids": "5126" + }, + { + "examine": "A tall wooden door.", + "ids": "5128,5129" + }, + { + "examine": "Looks like whoever uses this has claws on their hands.", + "ids": "5130" + }, + { + "examine": "I wonder what's under it?", + "ids": "5131" + }, + { + "examine": "I wonder what's down there?", + "ids": "5132" + }, + { + "examine": "A hurdle.", + "ids": "5133,5134,5135" + }, + { + "examine": "A climbing wall made from skulls.", + "ids": "5136,5137" + }, + { + "examine": "A very slippery stepping stone.", + "ids": "5138" + }, + { + "examine": "A scary zip line for teeth??", + "ids": "5139,5140,5141,5142,5143,5144,5145" + }, + { + "examine": "A goal.", + "ids": "5146,5147,5148,5149,5150,5151" + }, + { + "examine": "This may be worth opening.", + "ids": "5156" + }, + { + "examine": "This may be worth searching.", + "ids": "5157" + }, + { + "examine": "A pile of garden canes.", + "ids": "5158" + }, + { + "examine": "There's no way to cross this bridge.", + "ids": "5159,5160" + }, + { + "examine": "An old grandfather clock.", + "ids": "5161" + }, + { + "examine": "A closed chest.", + "ids": "5162" + }, + { + "examine": "An open chest.", + "ids": "5163" + }, + { + "examine": "There is a note pinned to the signpost.", + "ids": "5164" + }, + { + "examine": "It looks like it needs a good sweep out.", + "ids": "5165" + }, + { + "examine": "Bookish.", + "ids": "5166" + }, + { + "examine": "A large, elaborately ornamented memorial stone.", + "ids": "5167" + }, + { + "examine": "A grave, marked by an ostentatious memorial stone.", + "ids": "5168" + }, + { + "examine": "A poor grave marked by a simple, wooden cross.", + "ids": "5169" + }, + { + "examine": "The entrance to an extravagantly decorated mausoleum.", + "ids": "5170,5171" + }, + { + "examine": "The door to the Tower.", + "ids": "5172,5173" + }, + { + "examine": "The door to the garden shed.", + "ids": "5174,5175" + }, + { + "examine": "At some point the lightning conductor has broken, rendering it useless.", + "ids": "5176" + }, + { + "examine": "A shocking piece of kit.", + "ids": "5177" + }, + { + "examine": "Mmm.. scented candles.", + "ids": "5178,5179" + }, + { + "examine": "I wouldn't eat there!", + "ids": "5180,5181,5182" + }, + { + "examine": "Looks wooden. Feels wooden. I wonder is it wooden?", + "ids": "5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201" + }, + { + "examine": "Dangerous, someone could trip on them.", + "ids": "5202,5203,5204,5205" + }, + { + "examine": "I can climb these stairs.", + "ids": "5206" + }, + { + "examine": "They go down.", + "ids": "5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227" + }, + { + "examine": "Formed over many years of dripping limestone.", + "ids": "5228,5229,5230" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243" + }, + { + "examine": "Looks a bit tatty...", + "ids": "5244,5245" + }, + { + "examine": "A well slept in bed.", + "ids": "5246,5247" + }, + { + "examine": "It looks like a tree made of crystal.", + "ids": "5248" + }, + { + "examine": "Looks to me like a quickly built fire.", + "ids": "5249" + }, + { + "examine": "I can climb down this.", + "ids": "5250" + }, + { + "examine": "I can climb this.", + "ids": "5251" + }, + { + "examine": "A recently extinguished fire.", + "ids": "5252" + }, + { + "examine": "I wish I could sting other people.", + "ids": "5253" + }, + { + "examine": "Probably feels like a mild bee sting.", + "ids": "5254" + }, + { + "examine": "I wouldn't like to get stung.", + "ids": "5255" + }, + { + "examine": "Dock leaves at the ready.", + "ids": "5256" + }, + { + "examine": "Nettles sting my leggies.", + "ids": "5257" + }, + { + "examine": "These may hurt.", + "ids": "5258" + }, + { + "examine": "A ghostly barrier.", + "ids": "5259,5260,5261" + }, + { + "examine": "These stairs were carved out of the rock of the cavern.", + "ids": "5262,5263" + }, + { + "examine": "I can climb this.", + "ids": "5264" + }, + { + "examine": "I can climb up here.", + "ids": "5265" + }, + { + "examine": "I can go below decks with this ladder.", + "ids": "5266" + }, + { + "examine": "I wonder what's under it.", + "ids": "5267" + }, + { + "examine": "I wonder what's down there.", + "ids": "5268" + }, + { + "examine": "I can't see a rock!", + "ids": "5269" + }, + { + "examine": "I wonder what's inside.", + "ids": "5270,5271,5272" + }, + { + "examine": "Perhaps I should search it.", + "ids": "5273" + }, + { + "examine": "High above here is a tattered flag, blowing in the wind.", + "ids": "5274" + }, + { + "examine": "An appliance for cooking with.", + "ids": "5275" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "5276" + }, + { + "examine": "This booth is closed.", + "ids": "5277" + }, + { + "examine": "The resting place of Necrovarus' mortal body.", + "ids": "5278,5279" + }, + { + "examine": "I can climb these stairs.", + "ids": "5280" + }, + { + "examine": "They go down.", + "ids": "5281" + }, + { + "examine": "A ghastly fountain filled with slime and bones, the source of Necrovarus' power.", + "ids": "5282" + }, + { + "examine": "It's a small Ectofuntus.", + "ids": "5283" + }, + { + "examine": "A big grinding thing.", + "ids": "5284" + }, + { + "examine": "The tatty gangplank of a tatty ship.", + "ids": "5285,5286" + }, + { + "examine": "Seen better days.", + "ids": "5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305" + }, + { + "examine": "A wooden rowing boat.", + "ids": "5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "5330" + }, + { + "examine": "A leafy fern.", + "ids": "5331" + }, + { + "examine": "A small bushy plant.", + "ids": "5332" + }, + { + "examine": "A leafy shrub.", + "ids": "5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344" + }, + { + "examine": "This needs dusting before I'll sit on it.", + "ids": "5346,5347" + }, + { + "examine": "Not so good for sitting on.", + "ids": "5348" + }, + { + "examine": "Generally used for putting things on.", + "ids": "5349" + }, + { + "examine": "Actually, I could do with a drink...", + "ids": "5350" + }, + { + "examine": "For leaning against...", + "ids": "5351" + }, + { + "examine": "One horsepower; wooden suspension: a beauty.", + "ids": "5352" + }, + { + "examine": "A wooden wheelbarrow.", + "ids": "5353" + }, + { + "examine": "Animal feeder.", + "ids": "5354" + }, + { + "examine": "It probably hasn't got anything interesting inside.", + "ids": "5355" + }, + { + "examine": "They probably haven't got anything interesting inside.", + "ids": "5356,5357" + }, + { + "examine": "Looks like he's been dead a while now...", + "ids": "5358" + }, + { + "examine": "I don't think he'd mind us checking for his wallet now...", + "ids": "5359" + }, + { + "examine": "I'm sure he died of natural causes. Like a massive dragon or something...", + "ids": "5360,5361,5362,5363,5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385,5386,5387,5388,5389,5390,5391,5392,5393,5394,5395,5396" + }, + { + "examine": "This figure brings luck to those who sail.", + "ids": "5397,5398,5399,5400,5401,5402" + }, + { + "examine": "Without this I'm going around in circles.", + "ids": "5403" + }, + { + "examine": "Holds up the sails.", + "ids": "5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414" + }, + { + "examine": "Allows access to other parts of the ship.", + "ids": "5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428" + }, + { + "examine": "It's a table with candles on.", + "ids": "5429" + }, + { + "examine": "Doesn't look too good...", + "ids": "5430" + }, + { + "examine": "Looks a bit empty.", + "ids": "5431,5432,5433,5434,5435,5436,5437,5438" + }, + { + "examine": "It's been knocked off its hinges.", + "ids": "5439,5440,5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452" + }, + { + "examine": "It's a door.", + "ids": "5453,5454,5455,5456,5457,5458,5459,5460" + }, + { + "examine": "A subterranean pool of ectoplasm.", + "ids": "5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487" + }, + { + "examine": "I can climb this.", + "ids": "5488" + }, + { + "examine": "The finest rings.", + "ids": "5489" + }, + { + "examine": "I wonder what's under it?", + "ids": "5490" + }, + { + "examine": "I wonder what's down there?", + "ids": "5491,5492" + }, + { + "examine": "I can climb this.", + "ids": "5493" + }, + { + "examine": "A crude torch stuck in the ground.", + "ids": "5494" + }, + { + "examine": "I guess I could sleep in it if I was really tired.", + "ids": "5495,5496" + }, + { + "examine": "A well slept in bed.", + "ids": "5497,5498" + }, + { + "examine": "Hot!", + "ids": "5499,5500" + }, + { + "examine": "Stops people getting out.", + "ids": "5501,5502,5503,5504,5505,5506,5507" + }, + { + "examine": "It's a lectern.", + "ids": "5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537" + }, + { + "examine": "Makes you cry.", + "ids": "5538" + }, + { + "examine": "Found near the water's edge.", + "ids": "5539,5540,5541,5542" + }, + { + "examine": "Isn't Heather a girls' name?", + "ids": "5543" + }, + { + "examine": "Smells lovely!", + "ids": "5544" + }, + { + "examine": "Who is this Heather girl?", + "ids": "5545" + }, + { + "examine": "A purple haze of delight.", + "ids": "5546" + }, + { + "examine": "The colour purple on stems.", + "ids": "5547" + }, + { + "examine": "I ponder... Why is it purple?", + "ids": "5548" + }, + { + "examine": "I wonder why it's purple?", + "ids": "5549" + }, + { + "examine": "A cure for nettle stings.", + "ids": "5550" + }, + { + "examine": "A droopy tree.", + "ids": "5551" + }, + { + "examine": "These trees are found near water.", + "ids": "5552,5553" + }, + { + "examine": "This is what is left of a willow tree.", + "ids": "5554" + }, + { + "examine": "I don't know art, but I like it!", + "ids": "5555,5556,5557" + }, + { + "examine": "Aggie's cooking something, probably best not to think what...", + "ids": "5558,9736" + }, + { + "examine": "Trinkets and stuff.", + "ids": "5559" + }, + { + "examine": "Looking good!", + "ids": "5560" + }, + { + "examine": "Aggie's broomstick.", + "ids": "5561" + }, + { + "examine": "Aggie has already dyed this cloth.", + "ids": "5562,5563" + }, + { + "examine": "A thoroughly used bed.", + "ids": "5564" + }, + { + "examine": "A lovely comfy-looking big bed.", + "ids": "5565,5566,5567,5568" + }, + { + "examine": "The remains of a stone wall.", + "ids": "5569,5570" + }, + { + "examine": "An empty home for chickens.", + "ids": "5571" + }, + { + "examine": "A lovely bare chicken coop.", + "ids": "5572,5573" + }, + { + "examine": "Full of animal feed.", + "ids": "5574" + }, + { + "examine": "Animal feeder.", + "ids": "5575,5576,5577" + }, + { + "examine": "A traveller's companion.", + "ids": "5578" + }, + { + "examine": "Loaded with hay and ready to roll.", + "ids": "5579" + }, + { + "examine": "A wooden wheelbarrow.", + "ids": "5580" + }, + { + "examine": "Someone's been chopping logs.", + "ids": "5581,5582" + }, + { + "examine": "Baby bread.", + "ids": "5583,5584,5585,5586,5587,5588" + }, + { + "examine": "The river makes it spin.", + "ids": "5589,5590,5591,5592,5593" + }, + { + "examine": "I'd better not get my hands trapped in that.", + "ids": "5594" + }, + { + "examine": "Diango's Toy Stall.", + "ids": "5595" + }, + { + "examine": "Doesn't look too good...", + "ids": "5596" + }, + { + "examine": "Shows which way the wind blows.", + "ids": "5597" + }, + { + "examine": "A barrel for collecting rain water.", + "ids": "5598,5599,5600,5601,5602,5603" + }, + { + "examine": "A rock.", + "ids": "5604" + }, + { + "examine": "A small rock.", + "ids": "5605" + }, + { + "examine": "Some rock.", + "ids": "5606,5607" + }, + { + "examine": "This fire is already in use, I wouldn't mess with it if I were you...", + "ids": "5608" + }, + { + "examine": "They could do with a wash.", + "ids": "5609,5610,5611,5612" + }, + { + "examine": "It smells like the rats aren't washing often enough.", + "ids": "5613" + }, + { + "examine": "Sit back and relax...", + "ids": "5615" + }, + { + "examine": "This tells you which way is which.", + "ids": "5616,5617" + }, + { + "examine": "These open and close!", + "ids": "5618" + }, + { + "examine": "This may be worth searching.", + "ids": "5619,5620" + }, + { + "examine": "An elegant ceramic pot tarnished with the dirt of a hundred years.", + "ids": "5621" + }, + { + "examine": "I wonder what's inside...", + "ids": "5622" + }, + { + "examine": "It smells a bit stuffy.", + "ids": "5623" + }, + { + "examine": "It smells funny in there.", + "ids": "5624" + }, + { + "examine": "Ned is making some rope here.", + "ids": "5625,5626" + }, + { + "examine": "A blue standard.", + "ids": "5627" + }, + { + "examine": "A standard of Lumbridge Castle.", + "ids": "5628,5629,5630,36925" + }, + { + "examine": "Glowing embers.", + "ids": "5631,5632,5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664,5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776,5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787" + }, + { + "examine": "The sort of bench you get in churches.", + "ids": "5788" + }, + { + "examine": "An expertly carved statue of a former King of Misthalin.", + "ids": "5789,5790" + }, + { + "examine": "A carving of a figure from the history of 2009Scape.", + "ids": "5791,36749,36751" + }, + { + "examine": "When I've ground some flour, I'll be able to collect it here.", + "ids": "5792" + }, + { + "examine": "It's a large crack in the wall.", + "ids": "5793,5794,5795,5796,5797,5798" + }, + { + "examine": "It's a trapdoor.", + "ids": "5799,5800,5801,5802" + }, + { + "examine": "It's an open trapdoor.", + "ids": "5803,5804,5805,5806,5807" + }, + { + "examine": "An incredibly detailed stone sculpture.", + "ids": "5808" + }, + { + "examine": "Helps the Seers predict the weather when it's working.", + "ids": "5809" + }, + { + "examine": "Helps the Seers predict the weather.", + "ids": "5810,5811" + }, + { + "examine": "I can climb this.", + "ids": "5812" + }, + { + "examine": "I can climb down this.", + "ids": "5813,5814" + }, + { + "examine": "A candle, a lens and some sort of crystal all precariously balanced together.", + "ids": "5815" + }, + { + "examine": "A beacon so gnome gliders can safely land.", + "ids": "5816,5817,5818,5819,5820,5821,5822,5823,5824" + }, + { + "examine": "Fly Gnome Air.", + "ids": "5825" + }, + { + "examine": "This shop deals in antique swords.", + "ids": "5826,5827,5828,5829,5830" + }, + { + "examine": "Shop counter.", + "ids": "5831,5832,5833,5834" + }, + { + "examine": "Don't want to close this, I might not be able to get back down.", + "ids": "5835,5836,5837,5838,5839,5840,5841" + }, + { + "examine": "It overlooks the path below. Let's hope it won't fall on your head.", + "ids": "5842" + }, + { + "examine": "Someone is climbing down there! Looks dangerous.", + "ids": "5843" + }, + { + "examine": "Placed in a perfect position for stumbling over.", + "ids": "5844" + }, + { + "examine": "There is a rope going over it.", + "ids": "5845" + }, + { + "examine": "Someone is climbing down the rope.", + "ids": "5846" + }, + { + "examine": "You will need to climb over it.", + "ids": "5847" + }, + { + "examine": "The tree stands tall at the edge of the pool.", + "ids": "5848" + }, + { + "examine": "You can't stand on them, but maybe something can be wedged into there.", + "ids": "5849" + }, + { + "examine": "Something put on top of this wouldn't fall off, it's quite smooth and flat.", + "ids": "5850,5851" + }, + { + "examine": "Someone put a plank on top of the stone! Clever...", + "ids": "5852,5853,5854" + }, + { + "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.", + "ids": "5855" + }, + { + "examine": "The legendary White Pearl fruit is growing on these thorny bushes!", + "ids": "5856" + }, + { + "examine": "There's a nasty stench coming from the cave.", + "ids": "5857" + }, + { + "examine": "Faint rays of daylight shine through.", + "ids": "5858" + }, + { + "examine": "It's very dark down there.", + "ids": "5859" + }, + { + "examine": "Very pointy, very sharp.", + "ids": "5860,5861" + }, + { + "examine": "This is the place where you buried Asleif.", + "ids": "5862" + }, + { + "examine": "Asleif was given a proper burial on this spot.", + "ids": "5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877" + }, + { + "examine": "It's a long wooden table.", + "ids": "5878" + }, + { + "examine": "Generally used for putting things on.", + "ids": "5879" + }, + { + "examine": "A crude torch stuck in the ground.", + "ids": "5881,5882" + }, + { + "examine": "Sticky, dirty mud.", + "ids": "5883" + }, + { + "examine": "This stinks...", + "ids": "5884" + }, + { + "examine": "The roots go down into the mud.", + "ids": "5885" + }, + { + "examine": "Sticky, dirty roots covered in sticky, dirty mud.", + "ids": "5886" + }, + { + "examine": "It's barely a door, really.", + "ids": "5887,5888,5889,5890" + }, + { + "examine": "The entry to a special tent in the camp.", + "ids": "5891,5892,5893,5894" + }, + { + "examine": "It's just a big stone, really.", + "ids": "5895" + }, + { + "examine": "Uh oh, someone is going to be in trouble!", + "ids": "5896" + }, + { + "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.", + "ids": "5897,5898,5899,5900,5901" + }, + { + "examine": "It's only useful for hiding behind now.", + "ids": "5902,5903,5904" + }, + { + "examine": "This tree has been cut down.", + "ids": "5905,5906,5907,5908" + }, + { + "examine": "A still for making lamp oil.", + "ids": "5909" + }, + { + "examine": "The still has oil in.", + "ids": "5910,5911,5912,5913,5914,5915,5916" + }, + { + "examine": "Noxious fumes bubble up from the bowels of the earth.", + "ids": "5917,5918,5919,5920,5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939,5940,5941,5942,5943,5944,5945" + }, + { + "examine": "You see a circle of light at the top.", + "ids": "5946" + }, + { + "examine": "An entrance to the dark caves.", + "ids": "5947" + }, + { + "examine": "I can jump from this stepping stone.", + "ids": "5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958" + }, + { + "examine": "I wonder what this does...", + "ids": "5959,5960,5961,5962,5963" + }, + { + "examine": "Flying in mid-air!", + "ids": "5964,5965" + }, + { + "examine": "A blocked passage.", + "ids": "5966" + }, + { + "examine": "I'd better leave his expensive dwarven balls alone.", + "ids": "5967,5968,5969,5970,5971,5972" + }, + { + "examine": "A small cave entrance.", + "ids": "5973,5974" + }, + { + "examine": "A powerful ranging device that fires metal balls.", + "ids": "5975,5976" + }, + { + "examine": "It's a sheer wall of fire, rising as high as you can see.", + "ids": "5977,5978,5979,5980" + }, + { + "examine": "Lighting for the caves.", + "ids": "5981,5982,5983,5984" + }, + { + "examine": "A rock.", + "ids": "5985" + }, + { + "examine": "A small rock.", + "ids": "5986" + }, + { + "examine": "A rock.", + "ids": "5987,5988" + }, + { + "examine": "A mineral vein that looks distinctly like gold.", + "ids": "5989,5990,5991,5992,5993,5994,5995,5996,5997" + }, + { + "examine": "Functions like an open door...", + "ids": "5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008" + }, + { + "examine": "It's a tiny little blue flame. Is this the essence of the Arzinian Being?", + "ids": "6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031" + }, + { + "examine": "Powers the boat.", + "ids": "6032,6033,6034,6035" + }, + { + "examine": "Allows access to other parts of the ship.", + "ids": "6036,6037" + }, + { + "examine": "Without this I'm going around in circles.", + "ids": "6038,6039,6040,6041,6042" + }, + { + "examine": "Powers the boat.", + "ids": "6043,6044" + }, + { + "examine": "You can 'cart' things around on this.", + "ids": "6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063" + }, + { + "examine": "A stand for hats.", + "ids": "6064" + }, + { + "examine": "Some dwarf clothes that are obviously too small for me!", + "ids": "6065" + }, + { + "examine": "An empty weapon rack.", + "ids": "6066" + }, + { + "examine": "A weapon rack.", + "ids": "6067,6068,6069" + }, + { + "examine": "A method of dwarf storage", + "ids": "6070" + }, + { + "examine": "A method of dwarf storage.", + "ids": "6071,6072,6073,6074" + }, + { + "examine": "Useful for a dwarf.", + "ids": "6075" + }, + { + "examine": "A big desk, for a dwarf!", + "ids": "6076,6077,6078,6079" + }, + { + "examine": "Spins yarn.", + "ids": "6080" + }, + { + "examine": "Banking transactions are processed here.", + "ids": "6081" + }, + { + "examine": "Banking transactions are recorded here.", + "ids": "6082,37159" + }, + { + "examine": "This booth is closed.", + "ids": "6083" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "6084" + }, + { + "examine": "A way upwards.", + "ids": "6085" + }, + { + "examine": "A way down.", + "ids": "6086" + }, + { + "examine": "A way upwards.", + "ids": "6087" + }, + { + "examine": "A way down.", + "ids": "6088" + }, + { + "examine": "A way upwards.", + "ids": "6089" + }, + { + "examine": "A way down.", + "ids": "6090" + }, + { + "examine": "A treasure trove of knowledge.", + "ids": "6091,6092" + }, + { + "examine": "A lovely place to cook meat.", + "ids": "6093,6094,6095" + }, + { + "examine": "A great place to cook meat.", + "ids": "6096" + }, + { + "examine": "A good source of water.", + "ids": "6097,6098,6099" + }, + { + "examine": "The door is closed.", + "ids": "6100" + }, + { + "examine": "The door is open.", + "ids": "6101" + }, + { + "examine": "The door is closed.", + "ids": "6102" + }, + { + "examine": "The door is open.", + "ids": "6103" + }, + { + "examine": "The door is closed.", + "ids": "6104" + }, + { + "examine": "The door is open.", + "ids": "6105" + }, + { + "examine": "The door is closed.", + "ids": "6106" + }, + { + "examine": "The door is open.", + "ids": "6107" + }, + { + "examine": "The door is closed.", + "ids": "6108" + }, + { + "examine": "The door is open.", + "ids": "6109" + }, + { + "examine": "The door is closed.", + "ids": "6110" + }, + { + "examine": "The door is open.", + "ids": "6111" + }, + { + "examine": "The door is closed.", + "ids": "6112" + }, + { + "examine": "The door is open.", + "ids": "6113" + }, + { + "examine": "The door is closed.", + "ids": "6114" + }, + { + "examine": "The door is open.", + "ids": "6115,6116,6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145" + }, + { + "examine": "Useful for keeping birds.", + "ids": "6146" + }, + { + "examine": "Tower of rock.", + "ids": "6147,6148,6149" + }, + { + "examine": "Useful for making weapons.", + "ids": "6150" + }, + { + "examine": "Used for getting water.", + "ids": "6151" + }, + { + "examine": "Used for getting drunk.", + "ids": "6152,6153" + }, + { + "examine": "Used for storage.", + "ids": "6154,6155,6156,6157" + }, + { + "examine": "Not good for eating.", + "ids": "6158,6159,6160,6161" + }, + { + "examine": "Finest precious stones.", + "ids": "6162" + }, + { + "examine": "Bread and cakes are spread out over it.", + "ids": "6163" + }, + { + "examine": "Finely wrought wares of silver.", + "ids": "6164" + }, + { + "examine": "I can get clothes made up from this stall.", + "ids": "6165" + }, + { + "examine": "A whole lot of tools for crafting.", + "ids": "6166,6167,6168,6169,6170,6171,6172" + }, + { + "examine": "A fine piece of sculpting.", + "ids": "6173,6174,6175" + }, + { + "examine": "Oblong boxes. You hope there isn't anything other than salt inside.", + "ids": "6176" + }, + { + "examine": "Big mysterious crates. You wonder what could be inside.", + "ids": "6177" + }, + { + "examine": "Wooden crates, contents unknown.", + "ids": "6178" + }, + { + "examine": "They could do with a wash.", + "ids": "6179,6180" + }, + { + "examine": "Dead animal parts dangling!", + "ids": "6181" + }, + { + "examine": "Dead meat. Dangling from the wall. Looks delicious.", + "ids": "6182" + }, + { + "examine": "It looks as hard as a rock, not very inviting.", + "ids": "6183" + }, + { + "examine": "A smelly old mattress.", + "ids": "6184" + }, + { + "examine": "Metal plating to protect the dwarf.", + "ids": "6185,6186" + }, + { + "examine": "Useful... for a dwarf!", + "ids": "6187" + }, + { + "examine": "Various implements for working with metal.", + "ids": "6188" + }, + { + "examine": "A hot place for forging things in.", + "ids": "6189,6190" + }, + { + "examine": "Being repaired.", + "ids": "6191,6192" + }, + { + "examine": "I look shorter, but not necessarily sweeter!", + "ids": "6193" + }, + { + "examine": "Used for sitting.", + "ids": "6194,6195" + }, + { + "examine": "Useful for a dwarf.", + "ids": "6196,6197,6198,6199" + }, + { + "examine": "Fit for a dwarven feast!", + "ids": "6200,6201" + }, + { + "examine": "Gives out light, but then you knew that already.", + "ids": "6202,6203" + }, + { + "examine": "A simple place to sleep.", + "ids": "6204" + }, + { + "examine": "A good dwarven bed. Too small for me!", + "ids": "6205" + }, + { + "examine": "Many important meetings are held here...", + "ids": "6206" + }, + { + "examine": "Draped in cloth.", + "ids": "6207" + }, + { + "examine": "A beautiful seat, fit for a King.", + "ids": "6208,6209,6210" + }, + { + "examine": "A dwarf table with chopping board.", + "ids": "6211" + }, + { + "examine": "This tree has been cut down.", + "ids": "6212" + }, + { + "examine": "A barrel full of ranging equipment...", + "ids": "6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229" + }, + { + "examine": "I suppose he wants my money.", + "ids": "6230" + }, + { + "examine": "A lovely table.", + "ids": "6231" + }, + { + "examine": "An expensive water feature.", + "ids": "6232,6233,6234,6235" + }, + { + "examine": "Stop for what, food?", + "ids": "6236" + }, + { + "examine": "Yellow blossom, lovely.", + "ids": "6237" + }, + { + "examine": "Closed.", + "ids": "6238" + }, + { + "examine": "Open.", + "ids": "6239" + }, + { + "examine": "Closed.", + "ids": "6240" + }, + { + "examine": "Open.", + "ids": "6241" + }, + { + "examine": "A stone staircase.", + "ids": "6242,6243,6244,6245" + }, + { + "examine": "Has upon it a beer, which I will not take for moral reasons.", + "ids": "6246,6247,6248" + }, + { + "examine": "No this is not a mirage!", + "ids": "6249" + }, + { + "examine": "It's a goldfish! No, wait, it's just a bed.", + "ids": "6250,6251,6252,6253,6254" + }, + { + "examine": "Animal feeder.", + "ids": "6255,6256" + }, + { + "examine": "Lovely... Fresh.", + "ids": "6257" + }, + { + "examine": "Dry dung.", + "ids": "6258" + }, + { + "examine": "Smelly.", + "ids": "6259" + }, + { + "examine": "I can climb down this.", + "ids": "6260" + }, + { + "examine": "I can climb this.", + "ids": "6261,6262" + }, + { + "examine": "Useful for pets.", + "ids": "6263" + }, + { + "examine": "Useful for keeping birds.", + "ids": "6264" + }, + { + "examine": "Bird cage.", + "ids": "6265,6266" + }, + { + "examine": "An empty cage, maybe the owner let the creature free... I do hope so.", + "ids": "6267" + }, + { + "examine": "Useful for pets.", + "ids": "6268,6269,6270,6271,6272,6273" + }, + { + "examine": "Lovely comfy looking big bed.", + "ids": "6274" + }, + { + "examine": "Laden with heaps of paper.", + "ids": "6275" + }, + { + "examine": "I don't know much about art, but I like this.", + "ids": "6276" + }, + { + "examine": "Look at the size of this cactus.", + "ids": "6277" + }, + { + "examine": "Don't you open that trapdoor!", + "ids": "6278" + }, + { + "examine": "There is a rope leading to the bottom of this smoke filled well.", + "ids": "6279" + }, + { + "examine": "I can climb this.", + "ids": "6280,6281" + }, + { + "examine": "A portal to another land?", + "ids": "6282" + }, + { + "examine": "Weird looking pillar.", + "ids": "6283,6284,6285,6286,6287,6288,6289,6290,6291" + }, + { + "examine": "Shelves filled with interesting books.", + "ids": "6292,6293" + }, + { + "examine": "A locked display case for valuable artefacts.", + "ids": "6294" + }, + { + "examine": "One of the sculptures is missing. Oh yes, that was me!", + "ids": "6295" + }, + { + "examine": "It looks like the demon didn't survive after all.", + "ids": "6296" + }, + { + "examine": "He looks old, older than me anyway.", + "ids": "6297" + }, + { + "examine": "I don't think he's going to make it.", + "ids": "6298" + }, + { + "examine": "I don't understand, why didn't he go back to Lumby?", + "ids": "6299,6300" + }, + { + "examine": "A throne encrusted with sparkling gems.", + "ids": "6301" + }, + { + "examine": "A throne from which you have removed the gems.", + "ids": "6302,6303,6304,6305,6306" + }, + { + "examine": "A statuette of a golem, facing right.", + "ids": "6307" + }, + { + "examine": "A statuette of a golem, facing left.", + "ids": "6308" + }, + { + "examine": "The statuette is missing from this alcove.", + "ids": "6309,6310" + }, + { + "examine": "Not good for eating.", + "ids": "6311" + }, + { + "examine": "I can climb this.", + "ids": "6312" + }, + { + "examine": "I can climb down this.", + "ids": "6313,6314,6315,6316,6317,6318,6319,6320,6321,6322" + }, + { + "examine": "A broken clay arm.", + "ids": "6323" + }, + { + "examine": "A clay foot.", + "ids": "6324" + }, + { + "examine": "Half a golem smashed and broken.", + "ids": "6325" + }, + { + "examine": "Smashed and half buried.", + "ids": "6326" + }, + { + "examine": "A device once used for making pottery.", + "ids": "6327" + }, + { + "examine": "Once upon a time this was used to make pottery.", + "ids": "6328" + }, + { + "examine": "Once upon a time this made clay hard.", + "ids": "6329" + }, + { + "examine": "There was a lot of pottery made here a long time ago.", + "ids": "6330" + }, + { + "examine": "A statue of a guy with a hammer.", + "ids": "6331" + }, + { + "examine": "A weathered old statue.", + "ids": "6332" + }, + { + "examine": "A reclining lady.", + "ids": "6333" + }, + { + "examine": "This statue has been tampered with.", + "ids": "6334" + }, + { + "examine": "Contains a statue of a woman.", + "ids": "6335,6336,6337" + }, + { + "examine": "Empty.", + "ids": "6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362" + }, + { + "examine": "A very heavy stone door.", + "ids": "6363" + }, + { + "examine": "A door to a demon's lair?", + "ids": "6364,6365,6366,6367,6368,6369,6370,6371" + }, + { + "examine": "A stone staircase.", + "ids": "6372,6373,6374,6375,6376,6377,6378,6379,6380" + }, + { + "examine": "A source of water for the river Elid.", + "ids": "6381" + }, + { + "examine": "Maybe I could swing on this somehow...", + "ids": "6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "6402" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "6403" + }, + { + "examine": "An old mystical torch.", + "ids": "6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417" + }, + { + "examine": "I can climb this.", + "ids": "6418,6419" + }, + { + "examine": "I wonder what's inside?", + "ids": "6420,6421,6422" + }, + { + "examine": "A magical aura seems to shimmer over the glass...", + "ids": "6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433" + }, + { + "examine": "I wonder what that's there for...", + "ids": "6434,6435" + }, + { + "examine": "I can climb this.", + "ids": "6436" + }, + { + "examine": "An ancient looking tomb.", + "ids": "6437,6438" + }, + { + "examine": "Climb this rope to go up.", + "ids": "6439,6440" + }, + { + "examine": "Looks like a small cave.", + "ids": "6441" + }, + { + "examine": "Blocked by an icicle.", + "ids": "6442" + }, + { + "examine": "Blocked by two icicles.", + "ids": "6443" + }, + { + "examine": "Blocked by three icicles.", + "ids": "6444" + }, + { + "examine": "Blocked by four icicles.", + "ids": "6445" + }, + { + "examine": "Blocked by five icicles.", + "ids": "6446" + }, + { + "examine": "Looks like a small cave.", + "ids": "6447" + }, + { + "examine": "It looks very sturdy.", + "ids": "6448,6449" + }, + { + "examine": "I can climb this.", + "ids": "6450" + }, + { + "examine": "A wrought iron gate.", + "ids": "6451,6452,6453" + }, + { + "examine": "Even rocks could freeze in this cold!", + "ids": "6454" + }, + { + "examine": "Looks slippery.", + "ids": "6455,6456,6457,6458,6459,6460" + }, + { + "examine": "An ice gate.", + "ids": "6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471" + }, + { + "examine": "Chunky pieces of ice.", + "ids": "6472,6473,6474,6475,6476,6477,6478,6479,6480" + }, + { + "examine": "A mysterious tunnel-like structure.", + "ids": "6481,6482" + }, + { + "examine": "You can feel a mysterious power emanating from it...", + "ids": "6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493" + }, + { + "examine": "This door is sealed by an ancient mystical power...", + "ids": "6494,6495,6496" + }, + { + "examine": "I can climb down this.", + "ids": "6497,6498,6499,6500" + }, + { + "examine": "I can climb this.", + "ids": "6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511" + }, + { + "examine": "A fancy name for a coffin.", + "ids": "6512" + }, + { + "examine": "A strange thing to leave lying around...", + "ids": "6513" + }, + { + "examine": "I hope this is just ornamental...", + "ids": "6514,6515,6516,6517,6518,6519,6520" + }, + { + "examine": "Uh-oh!", + "ids": "6521,6522" + }, + { + "examine": "This leads downwards.", + "ids": "6523" + }, + { + "examine": "You can see a small fissure in the ground here.", + "ids": "6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537" + }, + { + "examine": "The body of a lion, the head of a man?", + "ids": "6538,6539,6540,6541,6542,6543,6544" + }, + { + "examine": "A smooth, sandstone door that is slightly warm to the touch.", + "ids": "6545,6546,6547,6548" + }, + { + "examine": "A well down into the pyramid.", + "ids": "6549,6550" + }, + { + "examine": "A portal that leads you out of the pyramid.", + "ids": "6551" + }, + { + "examine": "A mysterious ancient altar to some forgotten god...", + "ids": "6552" + }, + { + "examine": "Opens into another area.", + "ids": "6553,6554,6555,6556,6557,6558,6559,6560" + }, + { + "examine": "A ladder that's almost not there at all...", + "ids": "6561,6562,6563,6564,6565" + }, + { + "examine": "Gate like?", + "ids": "6566,6567" + }, + { + "examine": "Garments for the discerning.", + "ids": "6568" + }, + { + "examine": "Gone-off bread, cakes and pastries.", + "ids": "6569" + }, + { + "examine": "Finest precious stones.", + "ids": "6570" + }, + { + "examine": "These will keep you warm.", + "ids": "6571" + }, + { + "examine": "The spice is right.", + "ids": "6572" + }, + { + "examine": "An empty market stall.", + "ids": "6573" + }, + { + "examine": "Fine brews from exotic regions.", + "ids": "6574" + }, + { + "examine": "Best used with a horse.", + "ids": "6575,6576,6577" + }, + { + "examine": "Grows a yellow fruit.", + "ids": "6578,6579,6580" + }, + { + "examine": "A way to get in the tent.", + "ids": "6581,6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597,6598,6599,6600,6601,6602,6603,6604" + }, + { + "examine": "Wet and salty.", + "ids": "6605" + }, + { + "examine": "The focus of the suntrap.", + "ids": "6606" + }, + { + "examine": "A shiny mirror.", + "ids": "6607,6608,6609,6610,6611,6612,6613" + }, + { + "examine": "A large door with a hieroglyph of a cat.", + "ids": "6614" + }, + { + "examine": "Gate like?", + "ids": "6615,6616,6617,6618,6619" + }, + { + "examine": "It looks like a hole in the wall.", + "ids": "6620,6621" + }, + { + "examine": "Rocky.", + "ids": "6622" + }, + { + "examine": "An entrance into a tunnel. I wonder where it leads to.", + "ids": "6623" + }, + { + "examine": "It looks like a door.", + "ids": "6624" + }, + { + "examine": "Hmm. A door.", + "ids": "6625" + }, + { + "examine": "A big wooden door.", + "ids": "6626,6627,6628" + }, + { + "examine": "That could hurt.", + "ids": "6629" + }, + { + "examine": "A strange thing to leave lying around...", + "ids": "6630,6631" + }, + { + "examine": "I can't see the bottom.", + "ids": "6632,6633,6634" + }, + { + "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck.", + "ids": "6635,6636" + }, + { + "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside.", + "ids": "6637,6638" + }, + { + "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside.", + "ids": "6639,6640" + }, + { + "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines.", + "ids": "6641" + }, + { + "examine": "Doorway*Opens into another area, come on, I know this.", + "ids": "6642" + }, + { + "examine": "Useful for putting things on.", + "ids": "6644" + }, + { + "examine": "A ladder!! Never seen one of those before.", + "ids": "6645" + }, + { + "examine": "I wonder what's inside.", + "ids": "6646" + }, + { + "examine": "Perhaps I should search it.", + "ids": "6647" + }, + { + "examine": "I wonder where this goes?", + "ids": "6648" + }, + { + "examine": "They go down.", + "ids": "6649" + }, + { + "examine": "Phew!! That's one big bridge.", + "ids": "6650" + }, + { + "examine": "A big bridge over the river.", + "ids": "6651,6652" + }, + { + "examine": "Wow. More bridge. Awesome.", + "ids": "6653,6654" + }, + { + "examine": "Oops.", + "ids": "6655" + }, + { + "examine": "Rolls of colourful cloth.", + "ids": "6656" + }, + { + "examine": "An ancient giant serpent.", + "ids": "6657" + }, + { + "examine": "A tunnel leading upwards.", + "ids": "6658" + }, + { + "examine": "A tunnel leading into the depths of the earth.", + "ids": "6659" + }, + { + "examine": "A rock wall infused with the power of Guthix.", + "ids": "6660" + }, + { + "examine": "The wall is weeping blue tears.", + "ids": "6661" + }, + { + "examine": "The wall is weeping green tears.", + "ids": "6662" + }, + { + "examine": "The wall is not weeping at the moment.", + "ids": "6663,6664" + }, + { + "examine": "The wall is weeping blue tears.", + "ids": "6665" + }, + { + "examine": "The wall is weeping green tears.", + "ids": "6666" + }, + { + "examine": "The wall is not weeping at the moment.", + "ids": "6667,6668" + }, + { + "examine": "Stone with blue veins.", + "ids": "6669,6670,6671" + }, + { + "examine": "They don't look too easy to climb.", + "ids": "6672" + }, + { + "examine": "I could climb these.", + "ids": "6673,6674,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701" + }, + { + "examine": "I can climb these stairs.", + "ids": "6702,6703,6704,6705,6706,6707" + }, + { + "examine": "I can climb this.", + "ids": "6708,6709,6710,6711,6712" + }, + { + "examine": "I wonder what is awaiting me on the other side?", + "ids": "6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731" + }, + { + "examine": "I wonder what awaits me on the other side?", + "ids": "6732,6733,6734,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761,6762,6763,6764,6765,6766" + }, + { + "examine": "A crude torch stuck in the ground.", + "ids": "6767,6768,6769,6770" + }, + { + "examine": "A large stone coffin.", + "ids": "6771,6772,6773" + }, + { + "examine": "A large stone chest.", + "ids": "6774,6775" + }, + { + "examine": "Looks like he's been dead a while now...", + "ids": "6776" + }, + { + "examine": "I don't think he'd mind us checking for his wallet now...", + "ids": "6777" + }, + { + "examine": "I'm sure he died of natural causes. Like a massive dragon or something...", + "ids": "6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790" + }, + { + "examine": "The groundskeeper's bed.", + "ids": "6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,6810,6811,6812,6813,6814,6815,6816,6817,6818,6819,6820" + }, + { + "examine": "A large stone coffin.", + "ids": "6821,6822,6823" + }, + { + "examine": "It's locked.", + "ids": "6824,6825,6826" + }, + { + "examine": "It might still work...", + "ids": "6827,6828,6829,6830,6831,6832,6833,6834" + }, + { + "examine": "Danger... weak surface beyond gate. Digging may lead to cave-ins.", + "ids": "6835" + }, + { + "examine": "Sturdy metal bars.", + "ids": "6836,6837,6838" + }, + { + "examine": "Smells pretty bad!", + "ids": "6839" + }, + { + "examine": "It looks as this is where some wall fungus used to be.", + "ids": "6840" + }, + { + "examine": "Some crude stone steps.", + "ids": "6841,6842,6843" + }, + { + "examine": "An old crude tomb.", + "ids": "6844,6845" + }, + { + "examine": "It's damaged.", + "ids": "6846" + }, + { + "examine": "A note says, 'Please ring for attention.'", + "ids": "6847" + }, + { + "examine": "An old crude tomb.", + "ids": "6848" + }, + { + "examine": "'Leave da dead-uns boxes 'lone or else ya goes down da 'ole'", + "ids": "6849" + }, + { + "examine": "An old crude tomb.", + "ids": "6850" + }, + { + "examine": "This coffin is spilt over the floor.", + "ids": "6851" + }, + { + "examine": "This coffin is open.", + "ids": "6852" + }, + { + "examine": "An old crude tomb.", + "ids": "6853" + }, + { + "examine": "This coffin is spilt over the floor.", + "ids": "6854" + }, + { + "examine": "This coffin is open.", + "ids": "6855" + }, + { + "examine": "A barricade made from skulls and bones.", + "ids": "6856,6857,6858,6859,6860,6861,6862,6863,6864" + }, + { + "examine": "Not very high.", + "ids": "6865" + }, + { + "examine": "Hot stuff.", + "ids": "6866" + }, + { + "examine": "Ogres bang these to make noise.", + "ids": "6867,6868,6869,6870" + }, + { + "examine": "A bulky door made from solid rock.", + "ids": "6871,6872,6873,6874" + }, + { + "examine": "These open and close!", + "ids": "6875" + }, + { + "examine": "This may be worth opening.", + "ids": "6876" + }, + { + "examine": "I wonder what this item contains.", + "ids": "6877,6878,6879" + }, + { + "examine": "A barricade made of skulls and bones.", + "ids": "6880" + }, + { + "examine": "A barricade made of skulls and bones which has been crushed.", + "ids": "6881,6882" + }, + { + "examine": "An old crude tomb.", + "ids": "6883,6884,6885,6886,6887" + }, + { + "examine": "A sick, frail old man.", + "ids": "6888" + }, + { + "examine": "A sick, frail old man", + "ids": "6889" + }, + { + "examine": "An old crude tomb.", + "ids": "6890,6891,6892" + }, + { + "examine": "I don't think he'd mind us checking for his wallet now...", + "ids": "6893" + }, + { + "examine": "A good source of books!", + "ids": "6894,6895" + }, + { + "examine": "A crude torch stuck in the ground.", + "ids": "6896" + }, + { + "examine": "A strange ogre plinth, this must be where the artifacts are stored.", + "ids": "6897,6898,6899,6900,6901,6902" + }, + { + "examine": "It looks like the hole in the wall has been blocked with rubble.", + "ids": "6903" + }, + { + "examine": "How exciting, some shelves.", + "ids": "6904" + }, + { + "examine": "A hole in the wall.", + "ids": "6905,6906,6907,6908" + }, + { + "examine": "A rock wall.", + "ids": "6909" + }, + { + "examine": "It has a letter 'S' on the lock.", + "ids": "6910" + }, + { + "examine": "Used for storage.", + "ids": "6911" + }, + { + "examine": "A narrow hole in the wall.", + "ids": "6912,6913,6914" + }, + { + "examine": "Rubble is blocking the passage.", + "ids": "6915" + }, + { + "examine": "A good source of books!", + "ids": "6916,6917,6918" + }, + { + "examine": "A heavy portal decorated with bone.", + "ids": "6919,6920" + }, + { + "examine": "A symbol is carved into the wall here.", + "ids": "6921,6922,6923,6924,6925,6926" + }, + { + "examine": "I don't think I can get through this way!", + "ids": "6927" + }, + { + "examine": "Looks like its no longer operational.", + "ids": "6928" + }, + { + "examine": "Big bones are being used to prop up the wall.", + "ids": "6929,6930" + }, + { + "examine": "It's a bit like walking through a giant rib cage.", + "ids": "6931,6932,6933,6934,6935,6936,6937,6938" + }, + { + "examine": "This arch is broken. I hope the ceiling doesn't come down!", + "ids": "6939,6940,6941,6942" + }, + { + "examine": "A rocky outcrop.", + "ids": "6943,6944,6945,6946,6947,6948,6949" + }, + { + "examine": "I dont think i can get through this way.", + "ids": "6950" + }, + { + "examine": "An eye-wrenching nexus of utter negation!", + "ids": "6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968" + }, + { + "examine": "A dirty little swamp boat.", + "ids": "6969,6970" + }, + { + "examine": "It looks dark down there.", + "ids": "6971" + }, + { + "examine": "A book sits on top.", + "ids": "6972,6973,6974" + }, + { + "examine": "The door is closed.", + "ids": "6975" + }, + { + "examine": "The door is open.", + "ids": "6976" + }, + { + "examine": "The door is closed.", + "ids": "6977" + }, + { + "examine": "The door is open.", + "ids": "6978,6979,6980,6981,6982,6983" + }, + { + "examine": "Empty market stall.", + "ids": "6984" + }, + { + "examine": "A steam powered crushing machine.", + "ids": "6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001" + }, + { + "examine": "A dwarven statue crumbling away from old age.", + "ids": "7002" + }, + { + "examine": "It's crumbling away from old age, it's hardly recognizable as a dwarf.", + "ids": "7003" + }, + { + "examine": "This stone dwarf must be guarding the way into a dwarven area!", + "ids": "7004,7005" + }, + { + "examine": "Big. For a dwarf!", + "ids": "7006,7007" + }, + { + "examine": "A work in progress.", + "ids": "7008,7009" + }, + { + "examine": "A work that has yet to begin.", + "ids": "7010" + }, + { + "examine": "An underground limpwurt plant.", + "ids": "7011,7012" + }, + { + "examine": "Insect eating plant.", + "ids": "7013,7014,7015" + }, + { + "examine": "A stone carved Pillar.", + "ids": "7016,7017" + }, + { + "examine": "Dwarf storage.", + "ids": "7018" + }, + { + "examine": "Used for keeping beer or glasses.", + "ids": "7019,7020,7021" + }, + { + "examine": "Tracks for the carts to run over.", + "ids": "7022,7023,7024,7025,7026" + }, + { + "examine": "A steam powered cart.", + "ids": "7027,7028,7029,7030,7031" + }, + { + "examine": "A fine piece of sculpting.", + "ids": "7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,7043" + }, + { + "examine": "Keeps mine carts from rolling away.", + "ids": "7044,7045,7046,7047,7048" + }, + { + "examine": "A wooden gate.", + "ids": "7049,7050,7051,7052" + }, + { + "examine": "Lots of seeds here.", + "ids": "7053,7054,7055" + }, + { + "examine": "I can climb down these stairs.", + "ids": "7056" + }, + { + "examine": "I can climb up these stairs.", + "ids": "7057" + }, + { + "examine": "Filled to the brim with knowledge.", + "ids": "7058,7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089" + }, + { + "examine": "'You are here.'", + "ids": "7090" + }, + { + "examine": "Lots of hard study has been done here.", + "ids": "7091" + }, + { + "examine": "A telescope pointing southwards...", + "ids": "7092,7093,7094,7095" + }, + { + "examine": "A map of some ancient land.", + "ids": "7096" + }, + { + "examine": "There are plenty of shelves", + "ids": "7097" + }, + { + "examine": "Maybe it shows the location of buried treasure?", + "ids": "7098" + }, + { + "examine": "Old songs, old stories...", + "ids": "7099" + }, + { + "examine": "Armour of a Saradominist warrior. Decorative, but still effective.", + "ids": "7100" + }, + { + "examine": "A cape from Saradomin, suitable for a battle-mage.", + "ids": "7101" + }, + { + "examine": "A staff as used by Saradominist magi.", + "ids": "7102" + }, + { + "examine": "There is a powerful presence about these ruins...", + "ids": "7103,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128" + }, + { + "examine": "A tear in the dimensional weave of the Abyss.", + "ids": "7129,7130,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149,7150,7151,7152,7153" + }, + { + "examine": "A tunnel through the abyss.", + "ids": "7154,7155" + }, + { + "examine": "This seems to be blocking the exit...", + "ids": "7156,7157" + }, + { + "examine": "I could probably break this up with a pickaxe.", + "ids": "7158" + }, + { + "examine": "I could probably break this up with a pickaxe. Oh wait, I just did.", + "ids": "7159" + }, + { + "examine": "Pickaxe power!", + "ids": "7160" + }, + { + "examine": "They don't look that solid, an axe could help me chop them down.", + "ids": "7161,7162" + }, + { + "examine": "I cannot tell a lie. I chopped them down.", + "ids": "7163" + }, + { + "examine": "If I'm agile enough I might be able to squeeze through...", + "ids": "7164" + }, + { + "examine": "I could probably burn this away with a tinderbox.", + "ids": "7165" + }, + { + "examine": "I could probably burn this with fire.", + "ids": "7166" + }, + { + "examine": "Burnt open.", + "ids": "7167" + }, + { + "examine": "I could probably distract these with thievery.", + "ids": "7168,7169,7170" + }, + { + "examine": "An unstable portal across the dimensions...", + "ids": "7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188" + }, + { + "examine": "Abyssal Tendrils.", + "ids": "7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205" + }, + { + "examine": "An opening into the crumbling wall.", + "ids": "7219,7220" + }, + { + "examine": "This leads downwards.", + "ids": "7221" + }, + { + "examine": "This way to the viewing gallery.", + "ids": "7222,7223" + }, + { + "examine": "I'll never be able to dodge that!", + "ids": "7224" + }, + { + "examine": "It's a wall...", + "ids": "7225,7226" + }, + { + "examine": "It's the floor...", + "ids": "7227" + }, + { + "examine": "It's a wall...", + "ids": "7228,7229" + }, + { + "examine": "It's the floor...", + "ids": "7230" + }, + { + "examine": "Not your average door...", + "ids": "7231,7232,7233,7234,7235" + }, + { + "examine": "I wonder what's inside.", + "ids": "7236,7237,7238" + }, + { + "examine": "It's a long way down...", + "ids": "7239,7240" + }, + { + "examine": "That's going to hurt if it hits me!", + "ids": "7241" + }, + { + "examine": "If only I knew Karate...", + "ids": "7242,7243,7244" + }, + { + "examine": "It's the floor...", + "ids": "7245" + }, + { + "examine": "Locked.", + "ids": "7246,7247" + }, + { + "examine": "It's a wall...", + "ids": "7248,7249" + }, + { + "examine": "It's the floor...", + "ids": "7250" + }, + { + "examine": "Bend your way through.", + "ids": "7251" + }, + { + "examine": "That could really hurt!", + "ids": "7252" + }, + { + "examine": "I must not fear, fear is the little death that brings total oblivion.", + "ids": "7253" + }, + { + "examine": "Blocking my way back.", + "ids": "7254,7255,7256" + }, + { + "examine": "I wonder where it leads.", + "ids": "7257" + }, + { + "examine": "An opening into the crumbling wall.", + "ids": "7258" + }, + { + "examine": "This way to exit.", + "ids": "7259,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271" + }, + { + "examine": "A mystical teleport.", + "ids": "7272,7273" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7274,7275,7276" + }, + { + "examine": "He looks hungry, but I don't think he'll do anything while I'm here.", + "ids": "7277" + }, + { + "examine": "He's no longer looks hungry, although perhaps a little guilty-looking.", + "ids": "7278,7279,7280" + }, + { + "examine": "He's looking at the grain...", + "ids": "7281,7282,7283" + }, + { + "examine": "A sack full of grain.", + "ids": "7284" + }, + { + "examine": "I think the chicken enjoyed his meal...", + "ids": "7285" + }, + { + "examine": "It looks pretty rickety...", + "ids": "7286,7287" + }, + { + "examine": "A mystical teleport.", + "ids": "7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7302" + }, + { + "examine": "A gold statue of a famous White Knight.", + "ids": "7303" + }, + { + "examine": "A silver statue of a famous White Knight.", + "ids": "7304" + }, + { + "examine": "A bronze statue of a famous White Knight.", + "ids": "7305" + }, + { + "examine": "A gold statue of an ancient warrior.", + "ids": "7306" + }, + { + "examine": "A silver statue of an ancient warrior.", + "ids": "7307" + }, + { + "examine": "A bronze statue of an ancient warrior.", + "ids": "7308" + }, + { + "examine": "A gold statue of a famous warrior.", + "ids": "7309" + }, + { + "examine": "A silver statue of a famous warrior.", + "ids": "7310" + }, + { + "examine": "A bronze statue of a famous warrior.", + "ids": "7311" + }, + { + "examine": "A gold statue of an ancient White Knight.", + "ids": "7312" + }, + { + "examine": "A silver statue of an ancient White Knight.", + "ids": "7313" + }, + { + "examine": "A bronze statue of an ancient White Knight.", + "ids": "7314" + }, + { + "examine": "A mystical teleport.", + "ids": "7315,7316" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7317" + }, + { + "examine": "A mystical teleport.", + "ids": "7318,7319" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7320" + }, + { + "examine": "A mystical teleport.", + "ids": "7321,7322" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7323" + }, + { + "examine": "A mystical teleport.", + "ids": "7324,7325" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7326" + }, + { + "examine": "Filled to the brim with knowledge.", + "ids": "7327,7328,7329,7330" + }, + { + "examine": "Generally used for putting things on.", + "ids": "7331" + }, + { + "examine": "A table with a Bunsen burner on it.", + "ids": "7332" + }, + { + "examine": "There are some containers of chemicals here.", + "ids": "7333,7334,7335,7336,7337,7338,7339" + }, + { + "examine": "There's an empty vial here.", + "ids": "7340,7341,7342" + }, + { + "examine": "There's a small hole in the centre.", + "ids": "7343" + }, + { + "examine": "The spade is stuck in the hole.", + "ids": "7344" + }, + { + "examine": "The spade opened the door.", + "ids": "7345" + }, + { + "examine": "It's chained to the wall.", + "ids": "7346" + }, + { + "examine": "For storage.", + "ids": "7347,7348,7349" + }, + { + "examine": "I wonder what's inside.", + "ids": "7350" + }, + { + "examine": "Perhaps I should search it.", + "ids": "7351" + }, + { + "examine": "A mystical teleport.", + "ids": "7352,7353" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7354" + }, + { + "examine": "Bridge will support a person carrying no more than 5 kg.", + "ids": "7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384" + }, + { + "examine": "Sit back and relax...", + "ids": "7388,7389" + }, + { + "examine": "Designed specifically to ruin your health.", + "ids": "7390" + }, + { + "examine": "A rolled up magic carpet.", + "ids": "7391" + }, + { + "examine": "A pile of rolled up magic carpets.", + "ids": "7392" + }, + { + "examine": "A little shaded area.", + "ids": "7393" + }, + { + "examine": "A magic carpet.", + "ids": "7394,7395" + }, + { + "examine": "The infamous carpet of '76.", + "ids": "7396" + }, + { + "examine": "A leafy tree.", + "ids": "7397,7398" + }, + { + "examine": "This is what is left of a willow tree.", + "ids": "7399" + }, + { + "examine": "This is what is left of a maple tree.", + "ids": "7400" + }, + { + "examine": "This is what is left of a magic tree.", + "ids": "7401" + }, + { + "examine": "This is what is left of a yew tree.", + "ids": "7402" + }, + { + "examine": "An empty barrel.", + "ids": "7403" + }, + { + "examine": "A barrel full of mushed apples.", + "ids": "7404,7405" + }, + { + "examine": "This tap runs from the apple crushing barrel.", + "ids": "7406" + }, + { + "examine": "An empty ale barrel.", + "ids": "7407" + }, + { + "examine": "A barrel of bad ale.", + "ids": "7408" + }, + { + "examine": "A barrel of unfermented liquid.", + "ids": "7409" + }, + { + "examine": "A barrel of bad cider.", + "ids": "7410" + }, + { + "examine": "A barrel of Dwarven Stout.", + "ids": "7411" + }, + { + "examine": "A barrel of mature Dwarven Stout.", + "ids": "7412" + }, + { + "examine": "A barrel of Asgarnian Ale.", + "ids": "7413" + }, + { + "examine": "A barrel of mature Asgarnian Ale.", + "ids": "7414" + }, + { + "examine": "A barrel of Greenmans Ale.", + "ids": "7415" + }, + { + "examine": "A barrel of mature Greenmans Ale.", + "ids": "7416" + }, + { + "examine": "A barrel of Wizards Mind Bomb.", + "ids": "7417" + }, + { + "examine": "A barrel of mature Wizards Mind Bomb.", + "ids": "7418" + }, + { + "examine": "A barrel of Dragon Bitter.", + "ids": "7419" + }, + { + "examine": "A barrel of mature Dragon Bitter.", + "ids": "7420" + }, + { + "examine": "A barrel of Moonlight Mead.", + "ids": "7421" + }, + { + "examine": "A barrel of mature Moonlight Mead.", + "ids": "7422" + }, + { + "examine": "A barrel of Axeman's Folly.", + "ids": "7423" + }, + { + "examine": "A barrel of mature Axeman's Folly.", + "ids": "7424" + }, + { + "examine": "A barrel of Chef's Delight.", + "ids": "7425" + }, + { + "examine": "A barrel of mature Chef's Delight.", + "ids": "7426" + }, + { + "examine": "A barrel of Slayer's Respite.", + "ids": "7427" + }, + { + "examine": "A barrel of mature Slayer's Respite.", + "ids": "7428" + }, + { + "examine": "A barrel of Cider.", + "ids": "7429" + }, + { + "examine": "A barrel of mature Cider.", + "ids": "7430,7431,7432" + }, + { + "examine": "Goes up and down!", + "ids": "7433" + }, + { + "examine": "I wonder what's under it?", + "ids": "7434" + }, + { + "examine": "I wonder what's down there?", + "ids": "7435" + }, + { + "examine": "A wooden barrel.", + "ids": "7436" + }, + { + "examine": "This vat is empty.", + "ids": "7437" + }, + { + "examine": "This vat is filled with water.", + "ids": "7438" + }, + { + "examine": "This vat is filled with bad ale.", + "ids": "7439" + }, + { + "examine": "This vat is filled with bad cider.", + "ids": "7440" + }, + { + "examine": "This vat contains a mixture of water and barley malt.", + "ids": "7441" + }, + { + "examine": "This controls the flow of ale to the barrel.", + "ids": "7442,7443" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Hammerstone hops.", + "ids": "7444" + }, + { + "examine": "Dwarven Stout is fermenting in this vat.", + "ids": "7445,7446" + }, + { + "examine": "This vat is filled with Dwarven Stout.", + "ids": "7447" + }, + { + "examine": "This vat is filled with mature Dwarven Stout.", + "ids": "7448" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Asgarnian hops.", + "ids": "7449" + }, + { + "examine": "Asgarnian Ale is fermenting in this vat.", + "ids": "7450,7451" + }, + { + "examine": "This vat is filled with Asgarnian Ale.", + "ids": "7452" + }, + { + "examine": "This vat is filled with mature Asgarnian Ale.", + "ids": "7453" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Harralander.", + "ids": "7454" + }, + { + "examine": "Greenmans Ale is fermenting in this vat.", + "ids": "7455,7456" + }, + { + "examine": "This vat is filled with Greenmans Ale.", + "ids": "7457" + }, + { + "examine": "This vat is filled with mature Greenmans Ale.", + "ids": "7458" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Yanillian hops.", + "ids": "7459" + }, + { + "examine": "Wizards Mind Bomb is fermenting in this vat.", + "ids": "7460,7461" + }, + { + "examine": "This vat is filled with Wizards Mind Bomb.", + "ids": "7462" + }, + { + "examine": "This vat is filled with mature Wizards Mind Bomb.", + "ids": "7463" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Krandorian hops.", + "ids": "7464" + }, + { + "examine": "Dragon Bitter is fermenting in this vat.", + "ids": "7465,7466" + }, + { + "examine": "This vat is filled with Dragon Bitter.", + "ids": "7467" + }, + { + "examine": "This vat is filled with mature Dragon Bitter.", + "ids": "7468" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Bittercap mushrooms.", + "ids": "7469" + }, + { + "examine": "Moonlight Mead is fermenting in this vat.", + "ids": "7470,7471" + }, + { + "examine": "This vat is filled with Moonlight Mead.", + "ids": "7472" + }, + { + "examine": "This vat is filled with mature Moonlight Mead.", + "ids": "7473" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and oak roots.", + "ids": "7474" + }, + { + "examine": "Axeman's Folly is fermenting in this vat.", + "ids": "7475,7476" + }, + { + "examine": "This vat is filled with Axeman's Folly.", + "ids": "7477" + }, + { + "examine": "This vat is filled with mature Axeman's Folly.", + "ids": "7478" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and chocolate dust.", + "ids": "7479" + }, + { + "examine": "Chef's Delight is fermenting in this vat.", + "ids": "7480,7481" + }, + { + "examine": "This vat is filled with Chef's Delight.", + "ids": "7482" + }, + { + "examine": "This vat is filled with mature Chef's Delight.", + "ids": "7483" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Wildblood hops.", + "ids": "7484" + }, + { + "examine": "Slayer's Respite is fermenting in this vat.", + "ids": "7485,7486" + }, + { + "examine": "This vat is filled with Slayer's Respite.", + "ids": "7487" + }, + { + "examine": "This vat is filled with mature Slayer's Respite.", + "ids": "7488" + }, + { + "examine": "This vat contains some apple mush.", + "ids": "7489" + }, + { + "examine": "Cider is fermenting in this vat.", + "ids": "7490,7491" + }, + { + "examine": "This vat is filled with cider.", + "ids": "7492" + }, + { + "examine": "This vat is filled with mature cider.", + "ids": "7493,7494,7495" + }, + { + "examine": "Items are for sale here.", + "ids": "7496,7497" + }, + { + "examine": "They're empty.", + "ids": "7498" + }, + { + "examine": "Farming stock is kept here.", + "ids": "7499,7500,7501,7502,7503" + }, + { + "examine": "For sitting.", + "ids": "7504,7505" + }, + { + "examine": "They're empty.", + "ids": "7506" + }, + { + "examine": "Farming stock is kept here.", + "ids": "7507,7508,7509,7510,7511" + }, + { + "examine": "A pair of sacks.", + "ids": "7512" + }, + { + "examine": "For storage.", + "ids": "7513,7514,7515" + }, + { + "examine": "A farmer's spade and rake.", + "ids": "7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526" + }, + { + "examine": "I can climb over the fence with this.", + "ids": "7527" + }, + { + "examine": "For fermenting beer.", + "ids": "7528,7529,7530" + }, + { + "examine": "An ale barrel.", + "ids": "7531" + }, + { + "examine": "This controls the flow of ale to the barrel.", + "ids": "7532,7533,7534,7535,7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,7552,7553,7554,7555,7556" + }, + { + "examine": "You can grow Deadly Nightshade in this Farming patch.", + "ids": "7557,7558,7559,7560" + }, + { + "examine": "Deadly Nightshade has been sown in this farming patch.", + "ids": "7561" + }, + { + "examine": "Deadly Nightshade is growing in this farming patch.", + "ids": "7562,7563,7564" + }, + { + "examine": "I wouldn't pick this with my bare hands.", + "ids": "7565" + }, + { + "examine": "This Deadly Nightshade has become diseased.", + "ids": "7566,7567,7568" + }, + { + "examine": "This Deadly Nightshade has died.", + "ids": "7569,7570,7571,7572" + }, + { + "examine": "You can grow bushes in this Farming patch.", + "ids": "7573,7574,7575,7576,7577,7578,7579,7580" + }, + { + "examine": "A cadavaberry bush is growing in this Farming patch.", + "ids": "7581,7582,7583,7584,7585,7586" + }, + { + "examine": "A fully grown cadavaberry bush.", + "ids": "7587,7588,7589,7590,7591,7592" + }, + { + "examine": "This diseased cadavaberry bush needs pruning.", + "ids": "7593,7594,7595,7596,7597,7598" + }, + { + "examine": "This cadavaberry bush has died.", + "ids": "7599,7600,7601,7602,7603,7604" + }, + { + "examine": "A dwellberry bush is growing in this Farming patch.", + "ids": "7605,7606,7607,7608,7609,7610,7611" + }, + { + "examine": "A fully grown dwellberry bush.", + "ids": "7612,7613,7614,7615,7616,7617" + }, + { + "examine": "This diseased dwellberry bush needs pruning.", + "ids": "7618,7619,7620,7621,7622,7623,7624" + }, + { + "examine": "This dwellberry bush has died.", + "ids": "7625,7626,7627,7628,7629,7630,7631" + }, + { + "examine": "A jangerberry bush is growing in this Farming patch.", + "ids": "7632,7633,7634,7635,7636,7637,7638,7639" + }, + { + "examine": "A fully grown jangerberry bush.", + "ids": "7640,7641,7642,7643,7644,7645" + }, + { + "examine": "This diseased jangerberry bush needs pruning.", + "ids": "7646,7647,7648,7649,7650,7651,7652,7653" + }, + { + "examine": "This jangerberry bush has died.", + "ids": "7654,7655,7656,7657,7658,7659,7660,7661" + }, + { + "examine": "A Poison Ivy bush is growing in this Farming patch.", + "ids": "7662,7663,7664,7665,7666,7667,7668,7669" + }, + { + "examine": "A fully grown Poison Ivy bush.", + "ids": "7670,7671,7672,7673,7674,7675" + }, + { + "examine": "This diseased Poison Ivy bush needs pruning.", + "ids": "7676,7677,7678,7679,7680,7681,7682,7683" + }, + { + "examine": "This Poison Ivy bush has died.", + "ids": "7684,7685,7686,7687,7688,7689,7690,7691" + }, + { + "examine": "A redberry bush is growing in this Farming patch.", + "ids": "7692,7693,7694,7695,7696" + }, + { + "examine": "A fully grown redberry bush.", + "ids": "7697,7698,7699,7700,7701,7702" + }, + { + "examine": "This diseased redberry bush needs pruning.", + "ids": "7703,7704,7705,7706,7707" + }, + { + "examine": "This redberry bush has died.", + "ids": "7708,7709,7710,7711,7712" + }, + { + "examine": "A whiteberry bush is growing in this Farming patch.", + "ids": "7713,7714,7715,7716,7717,7718,7719,7720" + }, + { + "examine": "A fully grown whiteberry bush.", + "ids": "7721,7722,7723,7724,7725,7726" + }, + { + "examine": "This diseased whiteberry bush needs pruning.", + "ids": "7727,7728,7729,7730,7731,7732,7733,7734" + }, + { + "examine": "This whiteberry bush has died.", + "ids": "7735,7736,7737,7738,7739,7740,7741,7742" + }, + { + "examine": "You can grow a Cactus in this Farming patch.", + "ids": "7743,7744,7745,7746" + }, + { + "examine": "Cactus seeds have been planted in this patch.", + "ids": "7747" + }, + { + "examine": "A cactus is growing in this patch.", + "ids": "7748,7749,7750,7751,7752,7753" + }, + { + "examine": "A fully-grown cactus.", + "ids": "7754,7755,7756,7757,7758" + }, + { + "examine": "This cactus has become diseased.", + "ids": "7759,7760,7761,7762,7763,7764" + }, + { + "examine": "This cactus has died.", + "ids": "7765,7766,7767,7768,7769,7770,7771" + }, + { + "examine": "You can grow a Calquat Tree in this Farming patch.", + "ids": "7772,7773,7774,7775" + }, + { + "examine": "A Calquat tree is growing in this Farming patch.", + "ids": "7776,7777,7778,7779,7780,7781,7782,7783" + }, + { + "examine": "A fully grown Calquat tree stands in this Farming patch.", + "ids": "7784,7785,7786,7787,7788,7789,7790,7791" + }, + { + "examine": "This diseased Calquat tree needs pruning.", + "ids": "7792,7793,7794,7795,7796,7797,7798" + }, + { + "examine": "This Calquat tree has died.", + "ids": "7799,7800,7801,7802,7803,7804,7805" + }, + { + "examine": "A Calquat tree stump.", + "ids": "7806,7807" + }, + { + "examine": "Turns vegetation into compost.", + "ids": "7808" + }, + { + "examine": "This compost bin contains compostable items.", + "ids": "7809" + }, + { + "examine": "This compost bin is full of compostable items.", + "ids": "7810" + }, + { + "examine": "This compost bin contains supercompostable items.", + "ids": "7811" + }, + { + "examine": "This compost bin is full of supercompostable items.", + "ids": "7812" + }, + { + "examine": "Turns vegetation into compost.", + "ids": "7813" + }, + { + "examine": "This compost bin contains compost.", + "ids": "7814" + }, + { + "examine": "This compost bin is full of compost.", + "ids": "7815" + }, + { + "examine": "This compost bin contains super compost.", + "ids": "7816" + }, + { + "examine": "This compost bin is full of super compost.", + "ids": "7817" + }, + { + "examine": "Turns vegetation into compost.", + "ids": "7818" + }, + { + "examine": "This compost bin contains compostable items.", + "ids": "7819" + }, + { + "examine": "This compost bin is full of compostable items.", + "ids": "7820" + }, + { + "examine": "This compost bin contains supercompostable items.", + "ids": "7821" + }, + { + "examine": "This compost bin is full of supercompostable items.", + "ids": "7822" + }, + { + "examine": "Turns vegetation into compost.", + "ids": "7823" + }, + { + "examine": "This compost bin contains compost.", + "ids": "7824" + }, + { + "examine": "This compost bin is full of compost.", + "ids": "7825" + }, + { + "examine": "This compost bin contains super compost.", + "ids": "7826" + }, + { + "examine": "This compost bin is full of super compost.", + "ids": "7827" + }, + { + "examine": "This compost bin contains tomatoes.", + "ids": "7828" + }, + { + "examine": "This compost bin is full of tomatoes.", + "ids": "7829" + }, + { + "examine": "This compost bin contains rotten tomatoes.", + "ids": "7830" + }, + { + "examine": "This compost bin is full of rotten tomatoes.", + "ids": "7831" + }, + { + "examine": "This compost bin contains tomatoes.", + "ids": "7832" + }, + { + "examine": "This compost bin is full of tomatoes.", + "ids": "7833" + }, + { + "examine": "This compost bin contains rotten tomatoes.", + "ids": "7834" + }, + { + "examine": "This compost bin is full of rotten tomatoes.", + "ids": "7835,7836,7837,7838,7839" + }, + { + "examine": "You can grow flowers in this Farming patch.", + "ids": "7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850" + }, + { + "examine": "A limpwurt plant is growing in this patch.", + "ids": "7851,7852,7853,7854" + }, + { + "examine": "A fully grown limpwurt plant.", + "ids": "7855" + }, + { + "examine": "A limpwurt plant is growing in this patch.", + "ids": "7856,7857,7858,7859" + }, + { + "examine": "This limpwurt plant has become diseased.", + "ids": "7860,7861,7862" + }, + { + "examine": "This limpwurt plant has died while growing.", + "ids": "7863,7864,7865" + }, + { + "examine": "This limpwurt plant has died.", + "ids": "7866" + }, + { + "examine": "A marigold is growing in this patch.", + "ids": "7867,7868,7869,7870" + }, + { + "examine": "A fully grown marigold.", + "ids": "7871" + }, + { + "examine": "A marigold is growing in this patch.", + "ids": "7872,7873,7874,7875" + }, + { + "examine": "This marigold has become diseased.", + "ids": "7876,7877,7878" + }, + { + "examine": "This marigold has died while growing.", + "ids": "7879,7880,7881" + }, + { + "examine": "This marigold has died.", + "ids": "7882" + }, + { + "examine": "A nasturtium is growing in this patch.", + "ids": "7883,7884,7885,7886" + }, + { + "examine": "A fully grown nasturtium.", + "ids": "7887" + }, + { + "examine": "A nasturtium is growing in this patch.", + "ids": "7888,7889,7890,7891" + }, + { + "examine": "This nasturtium has become diseased.", + "ids": "7892,7893,7894" + }, + { + "examine": "This nasturtium has died while growing.", + "ids": "7895,7896,7897" + }, + { + "examine": "This nasturtium has died.", + "ids": "7898" + }, + { + "examine": "A rosemary is growing in this patch.", + "ids": "7899,7900,7901,7902" + }, + { + "examine": "A fully grown rosemary.", + "ids": "7903" + }, + { + "examine": "A rosemary is growing in this patch.", + "ids": "7904,7905,7906,7907" + }, + { + "examine": "This rosemary has become diseased.", + "ids": "7908,7909,7910" + }, + { + "examine": "This rosemary has died while growing.", + "ids": "7911,7912,7913" + }, + { + "examine": "This rosemary has died.", + "ids": "7914" + }, + { + "examine": "Should scare off the birds...", + "ids": "7915,7916,7917,7918" + }, + { + "examine": "A woad plant is growing in this patch.", + "ids": "7919,7920,7921,7922" + }, + { + "examine": "A fully grown woad plant.", + "ids": "7923" + }, + { + "examine": "A woad plant is growing in this patch.", + "ids": "7924,7925,7926,7927" + }, + { + "examine": "This woad plant has become diseased.", + "ids": "7928,7929,7930" + }, + { + "examine": "This woad plant has died while growing.", + "ids": "7931,7932,7933" + }, + { + "examine": "This woad plant has died.", + "ids": "7934" + }, + { + "examine": "An apple tree sapling has been planted in this fruit tree patch.", + "ids": "7935" + }, + { + "examine": "An apple tree is growing in this fruit tree patch.", + "ids": "7936,7937,7938,7939,7940" + }, + { + "examine": "A fully grown apple tree.", + "ids": "7941" + }, + { + "examine": "There is a single apple on this apple tree.", + "ids": "7942" + }, + { + "examine": "There are two apples on this apple tree.", + "ids": "7943" + }, + { + "examine": "There are three apples on this apple tree.", + "ids": "7944" + }, + { + "examine": "There are four apples on this apple tree.", + "ids": "7945" + }, + { + "examine": "There are five apples on this apple tree.", + "ids": "7946" + }, + { + "examine": "There are six apples on this apple tree.", + "ids": "7947" + }, + { + "examine": "A fully grown apple tree.", + "ids": "7948" + }, + { + "examine": "This diseased tree looks like it needs pruning with secateurs.", + "ids": "7949,7950,7951,7952,7953,7954" + }, + { + "examine": "This apple tree has become diseased and died.", + "ids": "7955,7956,7957,7958,7959,7960" + }, + { + "examine": "This apple tree has been cut down.", + "ids": "7961,7962,7963,7964,7965" + }, + { + "examine": "A pineapple plant has been planted in this fruit tree patch.", + "ids": "7966" + }, + { + "examine": "A pineapple plant is growing in this fruit tree patch.", + "ids": "7967,7968,7969,7970,7971" + }, + { + "examine": "A fully grown pineapple plant.", + "ids": "7972" + }, + { + "examine": "There is a single pineapple on this pineapple plant.", + "ids": "7973" + }, + { + "examine": "There are two pineapples on this pineapple plant.", + "ids": "7974" + }, + { + "examine": "There are three pineapples on this pineapple plant.", + "ids": "7975" + }, + { + "examine": "There are four pineapples on this pineapple plant.", + "ids": "7976" + }, + { + "examine": "There are five pineapples on this pineapple plant.", + "ids": "7977" + }, + { + "examine": "There are six pineapples on this pineapple plant.", + "ids": "7978" + }, + { + "examine": "A fully grown pineapple plant.", + "ids": "7979" + }, + { + "examine": "This pineapple plant looks like it could do with pruning with secateurs.", + "ids": "7980,7981,7982,7983,7984,7985" + }, + { + "examine": "This pineapple plant has become diseased and died.", + "ids": "7986,7987,7988,7989,7990,7991" + }, + { + "examine": "This pineapple plant has been cut down.", + "ids": "7992" + }, + { + "examine": "A banana tree sapling has been planted in this fruit tree patch.", + "ids": "7993" + }, + { + "examine": "A banana tree is growing in this fruit tree patch.", + "ids": "7994,7995,7996,7997,7998" + }, + { + "examine": "A fully grown banana tree.", + "ids": "7999,8000" + }, + { + "examine": "There is a single banana on this banana tree.", + "ids": "8001" + }, + { + "examine": "There are two bananas on this banana tree.", + "ids": "8002" + }, + { + "examine": "There are three bananas on this banana tree.", + "ids": "8003" + }, + { + "examine": "There are four bananas on this banana tree.", + "ids": "8004" + }, + { + "examine": "There are five bananas on this banana tree.", + "ids": "8005" + }, + { + "examine": "There are six bananas on this banana tree.", + "ids": "8006" + }, + { + "examine": "This banana looks like it could do with pruning with secateurs.", + "ids": "8007,8008,8009,8010,8011,8012" + }, + { + "examine": "This banana tree has become diseased and died.", + "ids": "8013,8014,8015,8016,8017,8018" + }, + { + "examine": "This banana tree has been cut down.", + "ids": "8019" + }, + { + "examine": "A curry tree sapling has been planted in this fruit tree patch.", + "ids": "8020" + }, + { + "examine": "A curry tree is growing in this fruit tree patch.", + "ids": "8021,8022,8023,8024,8025" + }, + { + "examine": "A fully grown curry tree.", + "ids": "8026" + }, + { + "examine": "There is a single curry leaf on this curry tree.", + "ids": "8027" + }, + { + "examine": "There are two curry leaves on this curry tree.", + "ids": "8028" + }, + { + "examine": "There are three curry leaves on this curry tree.", + "ids": "8029" + }, + { + "examine": "There are four curry leaves on this curry tree.", + "ids": "8030" + }, + { + "examine": "There are five curry leaves on this curry tree.", + "ids": "8031" + }, + { + "examine": "There are six curry leaves on this curry tree.", + "ids": "8032" + }, + { + "examine": "A fully grown curry tree.", + "ids": "8033" + }, + { + "examine": "This curry tree looks like it could do with pruning with secateurs.", + "ids": "8034,8035,8036,8037,8038,8039" + }, + { + "examine": "This curry tree has become diseased and died.", + "ids": "8040,8041,8042,8043,8044,8045" + }, + { + "examine": "This curry tree has been cut down.", + "ids": "8046" + }, + { + "examine": "You can grow Fruit Trees in this Farming patch.", + "ids": "8047,8048,8049,8050" + }, + { + "examine": "An orange tree sapling has been planted in this fruit tree patch.", + "ids": "8051" + }, + { + "examine": "An orange tree is growing in this fruit tree patch.", + "ids": "8052,8053,8054,8055,8056" + }, + { + "examine": "A fully grown orange tree.", + "ids": "8057" + }, + { + "examine": "There is a single orange on this orange tree.", + "ids": "8058" + }, + { + "examine": "There are two oranges on this orange tree.", + "ids": "8059" + }, + { + "examine": "There are three oranges on this orange tree.", + "ids": "8060" + }, + { + "examine": "There are four oranges on this orange tree.", + "ids": "8061" + }, + { + "examine": "There are five oranges on this orange tree.", + "ids": "8062" + }, + { + "examine": "There are six oranges on this orange tree.", + "ids": "8063" + }, + { + "examine": "A fully grown orange tree.", + "ids": "8064" + }, + { + "examine": "This orange tree looks like it could do with pruning with secateurs.", + "ids": "8065,8066,8067,8068,8069,8070" + }, + { + "examine": "This orange tree has become diseased and died.", + "ids": "8071,8072,8073,8074,8075,8076" + }, + { + "examine": "This orange tree has been cut down.", + "ids": "8077" + }, + { + "examine": "A palm tree sapling has been planted in this fruit tree patch.", + "ids": "8078" + }, + { + "examine": "A palm tree is growing in this fruit tree patch.", + "ids": "8079,8080,8081,8082,8083" + }, + { + "examine": "A fully grown palm tree.", + "ids": "8084" + }, + { + "examine": "There is a single coconut on this palm tree.", + "ids": "8085" + }, + { + "examine": "There are two coconuts on this palm tree.", + "ids": "8086" + }, + { + "examine": "There are three coconuts on this palm tree.", + "ids": "8087" + }, + { + "examine": "There are four coconuts on this palm tree.", + "ids": "8088" + }, + { + "examine": "There are five coconuts on this palm tree.", + "ids": "8089" + }, + { + "examine": "There are six coconuts on this palm tree.", + "ids": "8090" + }, + { + "examine": "A fully grown palm tree.", + "ids": "8091" + }, + { + "examine": "This palm tree looks like it could do with pruning with secateurs.", + "ids": "8092,8093,8094,8095,8096,8097" + }, + { + "examine": "This palm tree has become diseased and died.", + "ids": "8098,8099,8100,8101,8102,8103" + }, + { + "examine": "This palm tree has been cut down.", + "ids": "8104" + }, + { + "examine": "A papaya tree sapling has been planted in this fruit tree patch.", + "ids": "8105" + }, + { + "examine": "A papaya tree is growing in this fruit tree patch.", + "ids": "8106,8107,8108,8109,8110" + }, + { + "examine": "A fully grown papaya tree", + "ids": "8111" + }, + { + "examine": "There is a single papaya fruit on this tree.", + "ids": "8112" + }, + { + "examine": "There are two papaya fruits on this tree.", + "ids": "8113" + }, + { + "examine": "There are three papaya fruits on this tree.", + "ids": "8114" + }, + { + "examine": "There are four papaya fruits on this tree.", + "ids": "8115" + }, + { + "examine": "There are five papaya fruits on this tree.", + "ids": "8116" + }, + { + "examine": "There are six papaya fruits on this tree.", + "ids": "8117" + }, + { + "examine": "A fully grown papaya tree.", + "ids": "8118" + }, + { + "examine": "This papaya tree looks like it could do with pruning with secateurs.", + "ids": "8119,8120,8121,8122,8123,8124" + }, + { + "examine": "This papaya tree has become diseased and died.", + "ids": "8125,8126,8127,8128,8129,8130" + }, + { + "examine": "This papaya tree has been cut down.", + "ids": "8131" + }, + { + "examine": "You can grow herbs in this Farming patch.", + "ids": "8132,8133,8134,8135,8136,8137,8138" + }, + { + "examine": "Some herb seeds have been sown in this patch.", + "ids": "8139" + }, + { + "examine": "A herb is growing in this patch.", + "ids": "8140,8141,8142" + }, + { + "examine": "A fully grown herb.", + "ids": "8143" + }, + { + "examine": "These herbs have become diseased.", + "ids": "8144,8145,8146" + }, + { + "examine": "These herbs have become diseased and died.", + "ids": "8147,8148,8149,8150,8151,8152,8153" + }, + { + "examine": "Asgarnian hop seeds have been sown in this farming patch.", + "ids": "8154" + }, + { + "examine": "Asgarnian hops are growing in this farming patch.", + "ids": "8155,8156,8157,8158" + }, + { + "examine": "These are fully grown Asgarnian Hops.", + "ids": "8159" + }, + { + "examine": "Asgarnian hop seeds have been sown in this farming patch.", + "ids": "8160" + }, + { + "examine": "Asgarnian hops are growing in this farming patch.", + "ids": "8161,8162,8163,8164" + }, + { + "examine": "These Asgarnian Hop plants are diseased.", + "ids": "8165,8166,8167,8168" + }, + { + "examine": "These Asgarnian Hop plants have died from disease.", + "ids": "8169,8170,8171,8172,8173,8174,8175,8176" + }, + { + "examine": "Hammerstone Hop seeds have been sown in this farming patch.", + "ids": "8177" + }, + { + "examine": "Hammerstone Hops are growing in this farming patch.", + "ids": "8178,8179,8180" + }, + { + "examine": "These are fully grown Hammerstone Hops.", + "ids": "8181" + }, + { + "examine": "Hammerstone Hop seeds have been sown in this farming patch.", + "ids": "8182" + }, + { + "examine": "Hammerstone Hops are growing in this farming patch.", + "ids": "8183,8184,8185" + }, + { + "examine": "These Hammerstone Hops are diseased.", + "ids": "8186,8187,8188" + }, + { + "examine": "These Hammerstone Hops have died from disease.", + "ids": "8189,8190,8191" + }, + { + "examine": "Barley seeds have been sown in this farming patch.", + "ids": "8192" + }, + { + "examine": "Barley is growing in this farming patch.", + "ids": "8193,8194,8195" + }, + { + "examine": "This patch is full of Barley.", + "ids": "8196" + }, + { + "examine": "Barley seeds have been sown in this farming patch.", + "ids": "8197" + }, + { + "examine": "Barley is growing in this farming patch.", + "ids": "8198,8199,8200" + }, + { + "examine": "This Barley is diseased.", + "ids": "8201,8202,8203" + }, + { + "examine": "This Barley has died from disease.", + "ids": "8204,8205,8206" + }, + { + "examine": "You can grow hops in this Farming patch.", + "ids": "8207,8208,8209,8210" + }, + { + "examine": "Krandorian Hop seeds have been planted in this farming patch.", + "ids": "8211" + }, + { + "examine": "Krandorian Hops are growing in this farming patch.", + "ids": "8212,8213,8214,8215,8216,8217" + }, + { + "examine": "These are fully grown Krandorian Hops.", + "ids": "8218" + }, + { + "examine": "Krandorian Hop seeds have been planted in this farming patch.", + "ids": "8219" + }, + { + "examine": "Krandorian Hops are growing in this farming patch.", + "ids": "8220,8221,8222,8223,8224,8225" + }, + { + "examine": "These Krandorian Hops are diseased.", + "ids": "8226,8227,8228,8229,8230,8231" + }, + { + "examine": "These Krandorian Hops have died from disease.", + "ids": "8232,8233,8234,8235,8236,8237" + }, + { + "examine": "Jute seeds have been sown in this farming patch.", + "ids": "8238" + }, + { + "examine": "Jute plants are growing in this farming patch.", + "ids": "8239,8240,8241,8242" + }, + { + "examine": "These are fully grown Jute plants.", + "ids": "8243" + }, + { + "examine": "Jute seeds have been sown in this farming patch.", + "ids": "8244" + }, + { + "examine": "Jute plants are growing in this farming patch.", + "ids": "8245,8246,8247,8248" + }, + { + "examine": "These Jute plants are diseased.", + "ids": "8249,8250,8251,8252" + }, + { + "examine": "These Jute plants have died from disease.", + "ids": "8253,8254,8255,8256" + }, + { + "examine": "Wildblood hop seeds have been planted in this farming patch.", + "ids": "8257" + }, + { + "examine": "Wildblood Hops are growing in this farming patch.", + "ids": "8258,8259,8260,8261,8262,8263,8264" + }, + { + "examine": "These are fully grown Wildblood Hops.", + "ids": "8265" + }, + { + "examine": "Wildblood hop seeds have been planted in this farming patch.", + "ids": "8266" + }, + { + "examine": "Wildblood Hops are growing in this farming patch.", + "ids": "8267,8268,8269,8270,8271,8272,8273" + }, + { + "examine": "These Wildblood hops are diseased.", + "ids": "8274,8275,8276,8277,8278,8279,8280" + }, + { + "examine": "These Wildblood Hops have died from disease.", + "ids": "8281,8282,8283,8284,8285,8286,8287" + }, + { + "examine": "Yanillian Hop seeds have been sown in this farming patch.", + "ids": "8288" + }, + { + "examine": "Yanillian Hops are growing in this farming patch.", + "ids": "8289,8290,8291,8292,8293" + }, + { + "examine": "These are fully grown Yanillian Hops.", + "ids": "8294" + }, + { + "examine": "Yanillian Hop seeds have been sown in this farming patch.", + "ids": "8295" + }, + { + "examine": "Yanillian Hops are growing in this farming patch.", + "ids": "8296,8297,8298,8299,8300" + }, + { + "examine": "These Yanillian Hops are diseased.", + "ids": "8301,8302,8303,8304,8305" + }, + { + "examine": "These Yanillian Hops have died from disease.", + "ids": "8306,8307,8308,8309,8310" + }, + { + "examine": "You can grow Bittercap mushrooms in this Farming patch.", + "ids": "8311,8312,8313,8314" + }, + { + "examine": "Bittercap mushroom spores have been sown in this farming patch.", + "ids": "8315" + }, + { + "examine": "Bittercap mushrooms are growing in this farming patch.", + "ids": "8316,8317,8318,8319,8320" + }, + { + "examine": "A patch of Bittercap Mushrooms.", + "ids": "8321,8322,8323,8324,8325,8326" + }, + { + "examine": "These Bittercap mushrooms have become diseased.", + "ids": "8327,8328,8329,8330,8331" + }, + { + "examine": "These Bittercap mushrooms have become diseased and died.", + "ids": "8332,8333,8334,8335,8336,8337,8338" + }, + { + "examine": "You can grow a Spirit Tree in this Farming patch.", + "ids": "8339,8340,8341,8342" + }, + { + "examine": "A Spirit Tree.", + "ids": "8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356" + }, + { + "examine": "A Spirit Tree stump.", + "ids": "8357" + }, + { + "examine": "Needs pruning before it dies.", + "ids": "8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369" + }, + { + "examine": "Oh dear, your spirit tree has died.", + "ids": "8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391" + }, + { + "examine": "You can grow trees in this Farming patch.", + "ids": "8392,8393,8394,8395" + }, + { + "examine": "A Magic Tree sapling has been planted in this tree patch.", + "ids": "8396" + }, + { + "examine": "A Magic Tree is growing in this tree patch.", + "ids": "8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407" + }, + { + "examine": "A fully grown Magic Tree.", + "ids": "8408,8409" + }, + { + "examine": "You can uproot this stump with a spade.", + "ids": "8410" + }, + { + "examine": "To remove all signs of disease, prune the tree with secateurs.", + "ids": "8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422" + }, + { + "examine": "This Magic Tree has become diseased and died.", + "ids": "8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434" + }, + { + "examine": "A Maple tree sapling has been planted in this tree patch.", + "ids": "8435" + }, + { + "examine": "A Maple tree is growing in this tree patch.", + "ids": "8436,8437,8438,8439,8440,8441,8442" + }, + { + "examine": "A fully grown Maple tree.", + "ids": "8443,8444" + }, + { + "examine": "You can uproot this stump with a spade.", + "ids": "8445" + }, + { + "examine": "To remove all signs of disease, prune the tree with secateurs.", + "ids": "8446,8447,8448,8449,8450,8451,8452,8453" + }, + { + "examine": "This Maple tree has become diseased and died.", + "ids": "8454,8455,8456,8457,8458,8459,8460,8461" + }, + { + "examine": "An Oak sapling has been planted in this tree patch.", + "ids": "8462" + }, + { + "examine": "An Oak tree is growing in this tree patch.", + "ids": "8463,8464,8465" + }, + { + "examine": "A fully grown Oak tree.", + "ids": "8466,8467" + }, + { + "examine": "You can uproot this stump with a spade.", + "ids": "8468,8469,8470,8471,8472" + }, + { + "examine": "To remove all signs of disease, prune the tree with secateurs.", + "ids": "8473,8474,8475,8476" + }, + { + "examine": "This Oak tree has become diseased and died.", + "ids": "8477,8478,8479,8480" + }, + { + "examine": "A Willow sapling has been planted in this tree patch.", + "ids": "8481" + }, + { + "examine": "A Willow tree is growing in this tree patch.", + "ids": "8482,8483,8484,8485,8486" + }, + { + "examine": "A fully grown Willow tree.", + "ids": "8487,8488" + }, + { + "examine": "You can uproot this stump with a spade.", + "ids": "8489" + }, + { + "examine": "To remove all signs of disease, prune the tree with secateurs.", + "ids": "8490,8491,8492,8493,8494,8495" + }, + { + "examine": "This Willow tree has become diseased and died.", + "ids": "8496,8497,8498,8499,8500,8501" + }, + { + "examine": "A Yew sapling has been planted in this tree patch.", + "ids": "8502" + }, + { + "examine": "A Yew tree is growing in this tree patch.", + "ids": "8503,8504,8505,8506,8507,8508,8509,8510,8511" + }, + { + "examine": "A fully grown Yew tree.", + "ids": "8512,8513" + }, + { + "examine": "You can uproot this tree stump with a spade.", + "ids": "8514" + }, + { + "examine": "To remove all signs of disease, prune the tree with secateurs.", + "ids": "8515,8516,8517,8518,8519,8520,8521,8522,8523,8524" + }, + { + "examine": "This Yew tree has become diseased and died.", + "ids": "8525,8526,8527,8528,8529,8530,8531,8532,8533,8534" + }, + { + "examine": "Cabbage seeds have been sown in this allotment.", + "ids": "8535" + }, + { + "examine": "Cabbages are growing in this allotment.", + "ids": "8536,8537,8538" + }, + { + "examine": "These cabbages could do with harvesting.", + "ids": "8539" + }, + { + "examine": "Cabbages are growing in this allotment.", + "ids": "8540,8541,8542,8543" + }, + { + "examine": "These cabbages have become diseased and need tending.", + "ids": "8544,8545,8546" + }, + { + "examine": "These cabbages have become diseased and died.", + "ids": "8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557" + }, + { + "examine": "Potato seeds have been planted in this allotment.", + "ids": "8558" + }, + { + "examine": "Potato plants are growing in this allotment.", + "ids": "8559,8560,8561" + }, + { + "examine": "These potato plants are fully grown.", + "ids": "8562" + }, + { + "examine": "Potato seeds have been planted in this allotment.", + "ids": "8563" + }, + { + "examine": "Potato plants are growing in this allotment.", + "ids": "8564,8565,8566" + }, + { + "examine": "These potato plants are diseased.", + "ids": "8567,8568,8569" + }, + { + "examine": "These potato plants are dead.", + "ids": "8570,8571,8572" + }, + { + "examine": "You can grow fruit and vegetables here.", + "ids": "8573,8574,8575,8576,8577,8578,8579" + }, + { + "examine": "Some onion seeds have sown in this allotment.", + "ids": "8580" + }, + { + "examine": "Some onion plants are growing in this allotment.", + "ids": "8581,8582,8583" + }, + { + "examine": "There are some fully grown onions in this allotment.", + "ids": "8584" + }, + { + "examine": "Some onion seeds have sown in this allotment.", + "ids": "8585" + }, + { + "examine": "Some onion plants are growing in this allotment.", + "ids": "8586,8587,8588" + }, + { + "examine": "These onions have become diseased.", + "ids": "8589,8590,8591" + }, + { + "examine": "These onions have become diseased and died.", + "ids": "8592,8593,8594" + }, + { + "examine": "Strawberry seeds have been sown in this allotment.", + "ids": "8595" + }, + { + "examine": "Strawberry plants are growing in this allotment.", + "ids": "8596,8597,8598,8599,8600" + }, + { + "examine": "These strawberry plants are fully grown.", + "ids": "8601" + }, + { + "examine": "Strawberry seeds have been sown in this allotment.", + "ids": "8602" + }, + { + "examine": "Strawberry plants are growing in this allotment.", + "ids": "8603,8604,8605,8606,8607" + }, + { + "examine": "These strawberry plants have become diseased.", + "ids": "8608,8609,8610,8611,8612" + }, + { + "examine": "These strawberry plants have become diseased and died.", + "ids": "8613,8614,8615,8616,8617" + }, + { + "examine": "Some sweetcorn seeds have been sown in this allotment.", + "ids": "8618" + }, + { + "examine": "Some sweetcorn plants are growing in this allotment.", + "ids": "8619,8620,8621,8622,8623" + }, + { + "examine": "These sweetcorn plants are fully grown.", + "ids": "8624" + }, + { + "examine": "Some sweetcorn seeds have been sown in this allotment.", + "ids": "8625" + }, + { + "examine": "Some sweetcorn plants are growing in this allotment.", + "ids": "8626,8627,8628,8629,8630" + }, + { + "examine": "These sweetcorn plants have been attacked by crows.", + "ids": "8631,8632,8633,8634,8635" + }, + { + "examine": "These sweetcorn plants have become diseased and died.", + "ids": "8636,8637,8638,8639,8640" + }, + { + "examine": "Tomato seeds have been sown in this allotment.", + "ids": "8641" + }, + { + "examine": "Tomato plants are growing in this allotment.", + "ids": "8642,8643,8644" + }, + { + "examine": "These tomato plants are fully grown.", + "ids": "8645" + }, + { + "examine": "Tomato seeds have been sown in this allotment.", + "ids": "8646" + }, + { + "examine": "Tomato plants are growing in this allotment.", + "ids": "8647,8648,8649" + }, + { + "examine": "These tomato plants have become diseased.", + "ids": "8650,8651,8652" + }, + { + "examine": "These tomato plants have become diseased and died.", + "ids": "8653,8654,8655" + }, + { + "examine": "Watermelon seeds have been sown in this allotment.", + "ids": "8656" + }, + { + "examine": "Watermelons are growing in this allotment.", + "ids": "8657,8658,8659,8660,8661,8662,8663" + }, + { + "examine": "These watermelons could do with harvesting.", + "ids": "8664" + }, + { + "examine": "Watermelon seeds have been sown in this allotment.", + "ids": "8665" + }, + { + "examine": "Watermelons are growing in this allotment.", + "ids": "8666,8667,8668,8669,8670,8671,8672" + }, + { + "examine": "These watermelons have become diseased and need tending.", + "ids": "8673,8674,8675,8676,8677,8678,8679" + }, + { + "examine": "These watermelon plants have become diseased and died.", + "ids": "8680" + }, + { + "examine": "These watermelons have become diseased and died.", + "ids": "8681,8682,8683,8684,8685,8686,8687" + }, + { + "examine": "The perfect accompaniment to a bedroom.", + "ids": "8688" + }, + { + "examine": "Fit for milking.", + "ids": "8689" + }, + { + "examine": "Each full of milk no doubt.", + "ids": "8690,8691,8692,8693,8694" + }, + { + "examine": "The door is closed.", + "ids": "8695" + }, + { + "examine": "The door is open.", + "ids": "8696,8697,8698" + }, + { + "examine": "After working with livestock, why not wash your hands?", + "ids": "8699" + }, + { + "examine": "For putting things on.", + "ids": "8700" + }, + { + "examine": "Someone's been preparing meat.", + "ids": "8701" + }, + { + "examine": "A barrel for collecting rain water.", + "ids": "8702,8703,8704,8705,8706,8707,8708,8709,8710,8711" + }, + { + "examine": "A grand old fireplace.", + "ids": "8712" + }, + { + "examine": "I bet there's a needle in it somewhere.", + "ids": "8713,8714,8715,8716" + }, + { + "examine": "A loom.", + "ids": "8717,8718,8719,8720,8721,8722,8723,8724" + }, + { + "examine": "A little rock.", + "ids": "8725" + }, + { + "examine": "A small chunk of rock.", + "ids": "8726" + }, + { + "examine": "They're not floating, even though it may look like they are!", + "ids": "8727" + }, + { + "examine": "A deposit of rocks.", + "ids": "8728,8729,8730,8731,8732,8733,8734,8735,8736" + }, + { + "examine": "This tap runs from the apple crushing barrel.", + "ids": "8737" + }, + { + "examine": "You can walk through these doors.", + "ids": "8738,8739,8740,8741" + }, + { + "examine": "An odd looking tree.", + "ids": "8742,8743" + }, + { + "examine": "I can climb this.", + "ids": "8744,8745" + }, + { + "examine": "I can climb down this.", + "ids": "8746" + }, + { + "examine": "A local water source.", + "ids": "8747" + }, + { + "examine": "Used for spinning thread.", + "ids": "8748" + }, + { + "examine": "A Shrine to the glory of Seren.", + "ids": "8749" + }, + { + "examine": "I can cook here.", + "ids": "8750" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "8751" + }, + { + "examine": "A good source of books!", + "ids": "8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,8764,8765,8766" + }, + { + "examine": "The lamp has a glowing crystal at its core.", + "ids": "8767" + }, + { + "examine": "A table.", + "ids": "8768,8769" + }, + { + "examine": "A chair.", + "ids": "8770" + }, + { + "examine": "A painting of an elf standing in some woodland.", + "ids": "8771" + }, + { + "examine": "Sit back and relax...", + "ids": "8772" + }, + { + "examine": "A useful ranging device.", + "ids": "8773,8774" + }, + { + "examine": "Use these with bows.", + "ids": "8775" + }, + { + "examine": "Tailor-made for needlework supplies.", + "ids": "8776,8777" + }, + { + "examine": "I'm guessing it's for making elven clothes.", + "ids": "8778" + }, + { + "examine": "Helps make elf clothing.", + "ids": "8779,8780,8781,8782" + }, + { + "examine": "I wonder what's under it?", + "ids": "8783,8784" + }, + { + "examine": "I can climb this.", + "ids": "8785" + }, + { + "examine": "The door is closed.", + "ids": "8786,8787,8788,8789" + }, + { + "examine": "The door is open.", + "ids": "8790,8791,8792,8793,8794" + }, + { + "examine": "Makes gnomes taller.", + "ids": "8795" + }, + { + "examine": "Makes creatures taller.", + "ids": "8796" + }, + { + "examine": "I wonder what's inside.", + "ids": "8797" + }, + { + "examine": "Perhaps I should search it.", + "ids": "8798" + }, + { + "examine": "The desk of the head mourner.", + "ids": "8799" + }, + { + "examine": "I wonder what's inside.", + "ids": "8800" + }, + { + "examine": "A sack full of grain.", + "ids": "8801,8802,8803" + }, + { + "examine": "These have grain in them.", + "ids": "8804,8805,8806" + }, + { + "examine": "An empty barrel.", + "ids": "8807" + }, + { + "examine": "A barrel full of mushed apples.", + "ids": "8808" + }, + { + "examine": "A pile of rotten apples!", + "ids": "8809" + }, + { + "examine": "A wooden gate.", + "ids": "8810,8811,8812,8813" + }, + { + "examine": "A well slept in bed.", + "ids": "8814,8815,8816,8817" + }, + { + "examine": "The door is closed.", + "ids": "8818" + }, + { + "examine": "The door is open.", + "ids": "8819" + }, + { + "examine": "Solid iron bars.", + "ids": "8820,8821,8822,8823,8824,8825,8826,8827" + }, + { + "examine": "Heavy.", + "ids": "8828,8829,8830" + }, + { + "examine": "You can 'cart' things around on this.", + "ids": "8831,8832,8833,8834,8835,8836,8837,8838,8839" + }, + { + "examine": "I feel the need to throw a rotten cabbage!", + "ids": "8840,8841" + }, + { + "examine": "Nothing growing on this tree at the moment...", + "ids": "8842" + }, + { + "examine": "Mmmmm, nice juicy apples!", + "ids": "8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860" + }, + { + "examine": "This is a special hops patch.", + "ids": "8861,8862,8863,8864" + }, + { + "examine": "Kelda Hop seeds have been sown in this farming patch.", + "ids": "8865" + }, + { + "examine": "Kelda Hops are growing in this farming patch.", + "ids": "8866,8867,8868" + }, + { + "examine": "These are fully grown Kelda Hops.", + "ids": "8869" + }, + { + "examine": "A barrel of Kelda Stout.", + "ids": "8870" + }, + { + "examine": "This vat contains Kelda hops.", + "ids": "8871" + }, + { + "examine": "Kelda Stout is fermenting in this vat.", + "ids": "8872,8873" + }, + { + "examine": "This vat contains Kelda Stout.", + "ids": "8874,8875,8876,8877" + }, + { + "examine": "Some bizarre mixture between rocks and machinery. Definitely dwarven.", + "ids": "8878" + }, + { + "examine": "A strange box of some kind.", + "ids": "8879" + }, + { + "examine": "A strange box of some kind. It's open.", + "ids": "8880" + }, + { + "examine": "A small cave entrance.", + "ids": "8881,8882,8883,8884,8885" + }, + { + "examine": "Keeps mine carts from rolling away.", + "ids": "8886" + }, + { + "examine": "Cart tracks.", + "ids": "8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898" + }, + { + "examine": "A support for the tracks.", + "ids": "8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909" + }, + { + "examine": "These books contain all sorts of data on the Red Axe.", + "ids": "8910" + }, + { + "examine": "Big mysterious crates. You wonder what could be inside.", + "ids": "8911" + }, + { + "examine": "Wooden crates with metal edges, contents unknown.", + "ids": "8912" + }, + { + "examine": "Big mysterious crates. There are some papers on top.", + "ids": "8913,8914,8915,8916,8917" + }, + { + "examine": "A symbol of the Red Axe.", + "ids": "8918,8919,8920,8921,8922,8923" + }, + { + "examine": "A steam powered cart.", + "ids": "8924,8925" + }, + { + "examine": "A short long boat!", + "ids": "8926" + }, + { + "examine": "Best used with a bucket.", + "ids": "8927,8928" + }, + { + "examine": "A deep and terrifying cave.", + "ids": "8929" + }, + { + "examine": "It looks cold in there.", + "ids": "8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949" + }, + { + "examine": "A big slimy lump of rock.", + "ids": "8950" + }, + { + "examine": "A slimy lump of rock.", + "ids": "8951" + }, + { + "examine": "A slippery looking rock.", + "ids": "8952,8953" + }, + { + "examine": "A tall flag blowing in the wind.", + "ids": "8954,8955" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "8956,8957" + }, + { + "examine": "There must be some trick to opening this...", + "ids": "8958,8959,8960" + }, + { + "examine": "It's opening...", + "ids": "8961" + }, + { + "examine": "Apparently there was some trick to opening it!", + "ids": "8962" + }, + { + "examine": "Not as difficult to walk through as it was a minute ago.", + "ids": "8963,8964,8965" + }, + { + "examine": "Steps*Leads to the surface.", + "ids": "1337" + }, + { + "examine": "A sturdy looking door, propped shut with a support.", + "ids": "8967,8968,8969,8970,8971" + }, + { + "examine": "A portal back to the real world...", + "ids": "8972" + }, + { + "examine": "One of the most common trees in 2009Scape.", + "ids": "8973" + }, + { + "examine": "A commonly found tree.", + "ids": "8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984" + }, + { + "examine": "Steam seems to be condensing into the pot. Neat trick!", + "ids": "8985" + }, + { + "examine": "I can see fish swimming in the water. Well, they sort of look like fish...", + "ids": "8986" + }, + { + "examine": "A portal that leads... somewhere?", + "ids": "8987" + }, + { + "examine": "I wonder what's inside...", + "ids": "8988" + }, + { + "examine": "Someone's looking through the chest.", + "ids": "8989,8990,8991,8992,8993,8994,8995,8996,8997" + }, + { + "examine": "An appendage for activating something.", + "ids": "8998,8999,9000,9001,9002,9003,9004,9005" + }, + { + "examine": "A place to cremate the dead. Needs a body.", + "ids": "9006,9007" + }, + { + "examine": "A place to cremate the dead. Needs a light.", + "ids": "9008,9009" + }, + { + "examine": "This has broad leaves.", + "ids": "9010,9011,9012,9013" + }, + { + "examine": "This has been chopped away.", + "ids": "9014" + }, + { + "examine": "This has broad leaves.", + "ids": "9015,9016,9017,9018" + }, + { + "examine": "This has been chopped away.", + "ids": "9019" + }, + { + "examine": "This has broad leaves.", + "ids": "9020,9021,9022,9023" + }, + { + "examine": "This has been chopped away.", + "ids": "9024" + }, + { + "examine": "A damaged wooden fence.", + "ids": "9025,9026,9027,9028" + }, + { + "examine": "A wooden fence.", + "ids": "9029" + }, + { + "examine": "Gems encrusted in stone.", + "ids": "9030,9031,9032" + }, + { + "examine": "Many rare plants such as this usually have exotic tubers.", + "ids": "9033" + }, + { + "examine": "A beautiful old mahogany tree.", + "ids": "9034" + }, + { + "examine": "This once was a beautiful tree.", + "ids": "9035" + }, + { + "examine": "A beautiful old teak tree.", + "ids": "9036" + }, + { + "examine": "This tree has been cut down.", + "ids": "9037" + }, + { + "examine": "A set of large, sturdy wooden doors.", + "ids": "9038,9039,9040,9041,9042,9043" + }, + { + "examine": "Some goutweed is growing in this patch.", + "ids": "9044,9045,9046,9047" + }, + { + "examine": "Some fully grown goutweed.", + "ids": "9048" + }, + { + "examine": "This goutweed has become diseased.", + "ids": "9049,9050,9051" + }, + { + "examine": "This goutweed has become diseased and died.", + "ids": "9052,9053,9054,9055,9056,9057" + }, + { + "examine": "He's not stocking much.", + "ids": "9058" + }, + { + "examine": "He's stocking rune caskets.", + "ids": "9059" + }, + { + "examine": "He's stocking blackjacks.", + "ids": "9060" + }, + { + "examine": "He's stocking fez hats.", + "ids": "9061" + }, + { + "examine": "He's stocking rune caskets.", + "ids": "9062" + }, + { + "examine": "He's stocking colourful clothes.", + "ids": "9063" + }, + { + "examine": "A wooden crate.", + "ids": "9064,9065" + }, + { + "examine": "A wooden crate containing caskets.", + "ids": "9066,9067" + }, + { + "examine": "A wooden crate containing Blackjacks.", + "ids": "9068,9069" + }, + { + "examine": "A wooden crate containing fez hats.", + "ids": "9070" + }, + { + "examine": "A wooden crate containing clothes.", + "ids": "9071" + }, + { + "examine": "Boxy.", + "ids": "9072,9073" + }, + { + "examine": "boxy", + "ids": "9074,9075" + }, + { + "examine": "This cloth has been dyed.", + "ids": "9076" + }, + { + "examine": "Mmmm pretty!", + "ids": "9077,9078" + }, + { + "examine": "These dyed fabrics are drying off.", + "ids": "9079,9080,9081" + }, + { + "examine": "Items for making clothes are kept on here.", + "ids": "9082" + }, + { + "examine": "Pots full of dye.", + "ids": "9083" + }, + { + "examine": "A way down.", + "ids": "9084" + }, + { + "examine": "There's not much coke in the stove.", + "ids": "9085" + }, + { + "examine": "There's a fair amount of coke in the stove.", + "ids": "9086" + }, + { + "examine": "There's lots of coke in the stove.", + "ids": "9087" + }, + { + "examine": "A big pile of refined coal.", + "ids": "9088" + }, + { + "examine": "You can read the furnace temperature here.", + "ids": "9089" + }, + { + "examine": "Used to pump hot air through the furnace.", + "ids": "9090" + }, + { + "examine": "Bars come out of the blast furnace here.", + "ids": "9091,9092" + }, + { + "examine": "Your bars will come out here.", + "ids": "9093,9094" + }, + { + "examine": "The bars are glowing hot!", + "ids": "9095" + }, + { + "examine": "Your bars are ready to take.", + "ids": "9096" + }, + { + "examine": "They power the conveyor belt.", + "ids": "9097" + }, + { + "examine": "The foreman refers to it as 'Bertha'.", + "ids": "9098" + }, + { + "examine": "It shows that the furnace is working.", + "ids": "9099" + }, + { + "examine": "Ore rides this into the blast furnace.", + "ids": "9100,9101" + }, + { + "examine": "It keeps the conveyor belt running.", + "ids": "9102" + }, + { + "examine": "Fix it, quick!", + "ids": "9103" + }, + { + "examine": "They keep the conveyor belt running.", + "ids": "9104" + }, + { + "examine": "Fix them, quick!", + "ids": "9105" + }, + { + "examine": "It keeps the conveyor belt turning.", + "ids": "9106,9107" + }, + { + "examine": "They keep the conveyor belt turning.", + "ids": "9108,9109,9110,9111,9112,9113,9114" + }, + { + "examine": "It shows that the furnace is working.", + "ids": "9115" + }, + { + "examine": "Hot air circulates through these.", + "ids": "9116" + }, + { + "examine": "Quick, fix them!", + "ids": "9117,9118,9119" + }, + { + "examine": "Hot air circulates through these.", + "ids": "9120" + }, + { + "examine": "Quick, fix them!", + "ids": "9121,9122" + }, + { + "examine": "It shows the furnace is working.", + "ids": "9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137" + }, + { + "examine": "A way upwards.", + "ids": "9138,9139" + }, + { + "examine": "The gate is closed.", + "ids": "9140,9141" + }, + { + "examine": "The gate is open.", + "ids": "9142" + }, + { + "examine": "Used for getting water.", + "ids": "9143" + }, + { + "examine": "Some kind of jewellery is dangling from this ornament.", + "ids": "9144" + }, + { + "examine": "Someone's showing off their wealth!", + "ids": "9145" + }, + { + "examine": "Filled to the brim with knowledge.", + "ids": "9146,9147" + }, + { + "examine": "A nicely carved wooden chair.", + "ids": "9148" + }, + { + "examine": "An expensive privacy aid!", + "ids": "9149" + }, + { + "examine": "An old wall.", + "ids": "9150" + }, + { + "examine": "Security breach!", + "ids": "9151" + }, + { + "examine": "A patched up hole.", + "ids": "9152,9153,9154" + }, + { + "examine": "'You are here.'", + "ids": "9155" + }, + { + "examine": "An elegant desk with a curious ornament on it.", + "ids": "9156" + }, + { + "examine": "Someone's gold-trimmed this Saradomin armour!", + "ids": "9157,9158" + }, + { + "examine": "Lit to remember the souls of the departed.", + "ids": "9159,9160,9161,9162,9163,9164,9165" + }, + { + "examine": "You can grow delphiniums in this Farming patch.", + "ids": "9166,9167,9168,9169" + }, + { + "examine": "Delphinium seeds have been sown in this farming patch.", + "ids": "9170" + }, + { + "examine": "Beautiful.", + "ids": "9171,9172" + }, + { + "examine": "These delphiniums are fully grown.", + "ids": "9173,9174,9175,9176" + }, + { + "examine": "You can grow a pink rose bush in this patch.", + "ids": "9177,9178,9179,9180" + }, + { + "examine": "You can grow a white rose bush in this patch.", + "ids": "9181,9182,9183,9184" + }, + { + "examine": "You can grow a red rose bush in this patch.", + "ids": "9185,9186,9187,9188" + }, + { + "examine": "A rose bush.", + "ids": "9189,9190,9191" + }, + { + "examine": "This white rosebush is fully grown.", + "ids": "9192" + }, + { + "examine": "A rose bush.", + "ids": "9193" + }, + { + "examine": "This red rosebush is fully grown.", + "ids": "9194" + }, + { + "examine": "A pink rosebush.", + "ids": "9195" + }, + { + "examine": "This pink rosebush is fully grown.", + "ids": "9196,9197,9198" + }, + { + "examine": "A plantpot of pink orchids.", + "ids": "9199,9200,9201" + }, + { + "examine": "These pink orchids are fully grown.", + "ids": "9202" + }, + { + "examine": "An empty plantpot.", + "ids": "9203" + }, + { + "examine": "A plantpot filled with soil.", + "ids": "9204" + }, + { + "examine": "A plantpot of yellow orchids.", + "ids": "9205,9206,9207" + }, + { + "examine": "These yellow orchids are fully grown.", + "ids": "9208,9209" + }, + { + "examine": "You can grow a White Tree in this patch.", + "ids": "9210,9211,9212,9213" + }, + { + "examine": "A White Tree sapling has been planted in this patch.", + "ids": "9214" + }, + { + "examine": "A White Tree is growing in this patch.", + "ids": "9215,9216,9217" + }, + { + "examine": "This White Tree is fully grown.", + "ids": "9218" + }, + { + "examine": "This White Tree bears a single fruit.", + "ids": "9219" + }, + { + "examine": "This White Tree bears two fruits.", + "ids": "9220" + }, + { + "examine": "This White Tree bears three fruits.", + "ids": "9221" + }, + { + "examine": "This White Tree bears four fruits.", + "ids": "9222,9223" + }, + { + "examine": "You can grow snowdrops in this Farming patch.", + "ids": "9224,9225,9226,9227" + }, + { + "examine": "A patch of snowdrops.", + "ids": "9228,9229,9230" + }, + { + "examine": "These snowdrops are fully grown.", + "ids": "9231,9232" + }, + { + "examine": "You can grow Burthorpe Vine in this patch.", + "ids": "9233" + }, + { + "examine": "You can grow Burthorpe Vines in this patch.", + "ids": "9234,9235,9236" + }, + { + "examine": "Burthorpe vines are growing in this patch.", + "ids": "9237,9238,9239" + }, + { + "examine": "These Burthorpe vines are fully grown.", + "ids": "9240" + }, + { + "examine": "An empty plinth for a statue.", + "ids": "9241,9242" + }, + { + "examine": "What a good likeness!", + "ids": "9243" + }, + { + "examine": "An empty plinth for a statue.", + "ids": "9244" + }, + { + "examine": "An expertly carved statue of a former King of Misthalin.", + "ids": "9245" + }, + { + "examine": "An empty plinth for a statue.", + "ids": "9246" + }, + { + "examine": "What a good likeness!", + "ids": "9247" + }, + { + "examine": "An empty plinth for a statue.", + "ids": "9248" + }, + { + "examine": "An expertly carved statue of a former King of Misthalin.", + "ids": "9249,9250,9251,9252,9253,9254" + }, + { + "examine": "These grapevines look much healthier now.", + "ids": "9255" + }, + { + "examine": "These grapevines are suffering from some strange disease.", + "ids": "9256" + }, + { + "examine": "Some wild-looking grass.", + "ids": "9257,9258,9259" + }, + { + "examine": "Some red roses.", + "ids": "9260" + }, + { + "examine": "Some pink roses.", + "ids": "9261" + }, + { + "examine": "Some white roses.", + "ids": "9262" + }, + { + "examine": "A White Tree.", + "ids": "9263,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9274,9275,9276,9277,9278,9279,9280,9281,9282,9283,9284,9285,9286,9287,9288,9289,9290" + }, + { + "examine": "Sit back and enjoy the view.", + "ids": "9291" + }, + { + "examine": "An expertly carved statue of a former Queen of Misthalin.", + "ids": "9292" + }, + { + "examine": "Funny looking holes that don't look too inviting.", + "ids": "9294" + }, + { + "examine": "A rocky outcrop.", + "ids": "9296,9297,9298" + }, + { + "examine": "Ornate railing.", + "ids": "9299" + }, + { + "examine": "Wooden fencing.", + "ids": "9300" + }, + { + "examine": "A well constructed castle wall.", + "ids": "9301" + }, + { + "examine": "A rather strategically placed hole, which appears to be in the ground.", + "ids": "9302" + }, + { + "examine": "A rocky outcrop.", + "ids": "9303,9304,9305,9306" + }, + { + "examine": "A well weathered wall.", + "ids": "9307,9308" + }, + { + "examine": "A tunnel leading under the wall.", + "ids": "9309,9310" + }, + { + "examine": "An underwall tunnel.", + "ids": "9311,9312" + }, + { + "examine": "Looks suspicious.", + "ids": "9313" + }, + { + "examine": "A wall jutting out into the path.", + "ids": "9314" + }, + { + "examine": "I can jump from this stepping stone.", + "ids": "9315" + }, + { + "examine": "A rocky outcrop.", + "ids": "9316,9317,9318" + }, + { + "examine": "A chain rope", + "ids": "9319,9320" + }, + { + "examine": "A few rocks short of a wall", + "ids": "9321" + }, + { + "examine": "The foam from the river makes this log very slippy.", + "ids": "9322,9323,9324" + }, + { + "examine": "Just another crack in the wall.", + "ids": "9325" + }, + { + "examine": "Funny looking holes that don't look too inviting.", + "ids": "9326" + }, + { + "examine": "They seem to fit in the with the rocky surroundings, so as not to stick out.", + "ids": "9327" + }, + { + "examine": "A slippery well worn log.", + "ids": "9328,9329,9330" + }, + { + "examine": "A rocky outcrop.", + "ids": "9331,9332,9333" + }, + { + "examine": "Used to be ornate, now it's a little bit vandalised.", + "ids": "9334" + }, + { + "examine": "A rocky outcrop.", + "ids": "9335,9336" + }, + { + "examine": "Used to be ornate, now it's a little bit vandalised.", + "ids": "9337" + }, + { + "examine": "Should scare off the birds...", + "ids": "9338,9339,9340,9341,9342,9343,9344,9345,9346,9347,9348,9349,9350,9351,9352,9353" + }, + { + "examine": "This looks like the way out.", + "ids": "9354" + }, + { + "examine": "A cave deep into the volcano.", + "ids": "9355" + }, + { + "examine": "A cave deeper into the volcano.", + "ids": "9356,9357" + }, + { + "examine": "A cave deep into the volcano.", + "ids": "9358" + }, + { + "examine": "This looks like the way out.", + "ids": "9359,9360,9361,9362,9363,9364,9365" + }, + { + "examine": "The barrier of heat is down.", + "ids": "9366" + }, + { + "examine": "A barrier of heat.", + "ids": "9367,9368,9369,9370,9371,9372,9373" + }, + { + "examine": "Hot enough to cook your breakfast on.", + "ids": "9374,9375,9376" + }, + { + "examine": "An egg incubated in the lava.", + "ids": "9377,9378,9379" + }, + { + "examine": "Who's the man?", + "ids": "9380" + }, + { + "examine": "A wooden crate.", + "ids": "9381" + }, + { + "examine": "Some wooden crates.", + "ids": "9382,9383,9384,9385,9386,9387,9388,9389" + }, + { + "examine": "A natural forge using volcanic heat.", + "ids": "9390" + }, + { + "examine": "I spy with my little eye...", + "ids": "9391,9392,9393,9394,9395,9396,9397" + }, + { + "examine": "Lets you put items into your bank.", + "ids": "9398,9399,26969,36788" + }, + { + "examine": "Sparse weeds.", + "ids": "9400" + }, + { + "examine": "Weeds.", + "ids": "9401" + }, + { + "examine": "Thick weeds.", + "ids": "9402" + }, + { + "examine": "This is Unferth's patch for growing potatos.", + "ids": "9403" + }, + { + "examine": "You say Potato, I say Poh-tar-to.", + "ids": "9404,9405,9406,9407" + }, + { + "examine": "Looks like these potatoes have fully grown.", + "ids": "9408,9409,9410,9411,9412,9413,9414,9415,9416,9417,9418,9419,9420,9421,9422,9423,9424,9425,9426,9427,9428,9429" + }, + { + "examine": "A nice sturdy bare table.", + "ids": "9430" + }, + { + "examine": "A nice sturdy table.", + "ids": "9431" + }, + { + "examine": "A table with milk.", + "ids": "9432" + }, + { + "examine": "A table with cake.", + "ids": "9433" + }, + { + "examine": "A hearty meal for Unferth.", + "ids": "9434,9435" + }, + { + "examine": "Great for sleeping in.", + "ids": "9436" + }, + { + "examine": "Not so great for sleeping in, it's not made.", + "ids": "9437,9438" + }, + { + "examine": "A fire burns brightly here.", + "ids": "9439" + }, + { + "examine": "An empty fire place.", + "ids": "9440" + }, + { + "examine": "An unlit fire place.", + "ids": "9441,9442" + }, + { + "examine": "A good source of books!", + "ids": "9443,9444,9445,9446,9447,9448,9449,9450,9451,9452,9453,9454,9455,9456,9457,9458,9459,9460,9461,9462,9463,9464,9465,9466,9467,9468,9469" + }, + { + "examine": "I can climb these stairs.", + "ids": "9470" + }, + { + "examine": "They go down.", + "ids": "9471" + }, + { + "examine": "What could be down here?", + "ids": "9472,9473,9474,9475,9476,9477,9478,9479,9480,9481,9482,9483,9484,9485,9486,9487,9488,9489,9490,9491,9492,9493,9494,9495,9496,9497" + }, + { + "examine": "A small plant, suitable for sandy soil.", + "ids": "9498" + }, + { + "examine": "A decorative plant.", + "ids": "9499" + }, + { + "examine": "A fairly small plant.", + "ids": "9500" + }, + { + "examine": "Another plant.", + "ids": "9501,9502,9503,9504,9505,9506,9507" + }, + { + "examine": "Perfect for snoozing in the sun.", + "ids": "9508" + }, + { + "examine": "Lovely comfy-looking big bed.", + "ids": "9509" + }, + { + "examine": "East to Draynor Village :: South to Rimmington :: South-east to Port Sarim.", + "ids": "9510,9511,9512,9513" + }, + { + "examine": "Betty's chair.", + "ids": "9514" + }, + { + "examine": "I wonder what she's making?", + "ids": "9515" + }, + { + "examine": "Betty's counter.", + "ids": "9516,9517,9518" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "9519" + }, + { + "examine": "A wooden barrel containing lots of fish.", + "ids": "9520" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "9521" + }, + { + "examine": "How much does this weigh?", + "ids": "9522" + }, + { + "examine": "A case. With books.", + "ids": "9523" + }, + { + "examine": "A mooring chain.", + "ids": "9524" + }, + { + "examine": "One horsepower; wooden suspension: a beauty.", + "ids": "9525" + }, + { + "examine": "Betty keeps some rune objects here.", + "ids": "9526,9527,9528,9529" + }, + { + "examine": "A sinister fungus.", + "ids": "9530" + }, + { + "examine": "Sit back and relax...", + "ids": "9531" + }, + { + "examine": "Sit back and enjoy the view.", + "ids": "9532" + }, + { + "examine": "A wooden crate.", + "ids": "9533,9534" + }, + { + "examine": "Some wooden crates.", + "ids": "9535" + }, + { + "examine": "Some wooden boxes.", + "ids": "9536" + }, + { + "examine": "It's used for loading and unloading fishing boats.", + "ids": "9537" + }, + { + "examine": "I hope it doesn't sink.", + "ids": "9538,9539,9540,9541,9542,9543,9544,9545,9546,9547" + }, + { + "examine": "A bucket full of red hot coals.", + "ids": "9548,9549,9550,9551,9552,9553,9554,9555,9556,9557" + }, + { + "examine": "It leads up.", + "ids": "9558" + }, + { + "examine": "I can climb down this.", + "ids": "9559,9560" + }, + { + "examine": "I guess I could sleep in it if I were really tired.", + "ids": "9561" + }, + { + "examine": "A prison cell door.", + "ids": "9562" + }, + { + "examine": "A locked prison cell door.", + "ids": "9563" + }, + { + "examine": "A prison cell door.", + "ids": "9564" + }, + { + "examine": "Stops people getting out.", + "ids": "9565,9566" + }, + { + "examine": "Ewww!", + "ids": "9567" + }, + { + "examine": "En-suite facilities in every cell!", + "ids": "9568,9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581" + }, + { + "examine": "I can climb up these stairs.", + "ids": "9582,9583" + }, + { + "examine": "I can climb down these stairs.", + "ids": "9584,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599,9600,9601,9602,9603" + }, + { + "examine": "A leafy plant.", + "ids": "9604" + }, + { + "examine": "A leafy fern.", + "ids": "9605" + }, + { + "examine": "A leafy shrub.", + "ids": "9606" + }, + { + "examine": "A case. With books.", + "ids": "9607,9608,9609" + }, + { + "examine": "An artist's easel.", + "ids": "9610" + }, + { + "examine": "A good source of books!", + "ids": "9611" + }, + { + "examine": "The Make-over Mage's bed.", + "ids": "9612" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "9613" + }, + { + "examine": "Generally used for putting things on.", + "ids": "9614" + }, + { + "examine": "A small wooden table.", + "ids": "9615" + }, + { + "examine": "Items are for sale here.", + "ids": "9616" + }, + { + "examine": "All-purpose storage.", + "ids": "9617,9618,9619,9620" + }, + { + "examine": "For sitting.", + "ids": "9621" + }, + { + "examine": "Fancy.", + "ids": "9622,9623" + }, + { + "examine": "It's like a land rudder.", + "ids": "9624" + }, + { + "examine": "A wooden wheelbarrow.", + "ids": "9625,9626,9627,9628,9629,9630,9631,9632,9633,9634,9635,9636,9637,9638,9639,9640,9641,9642,9643,9644,9645,9646,9647,9648,9649,9650,9651,9652,9653,9654,9655,9656,9657,9658,9659,9660" + }, + { + "examine": "This tree has been cut down.", + "ids": "9661" + }, + { + "examine": "Popular with farmers and treasure hunters.", + "ids": "9662" + }, + { + "examine": "This tree has fallen to the ground.", + "ids": "9663" + }, + { + "examine": "A gnarly old tree root.", + "ids": "9664" + }, + { + "examine": "The roots of a tree are exposed.", + "ids": "9665" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "9666" + }, + { + "examine": "Disturbingly man-like.", + "ids": "9667" + }, + { + "examine": "Its eyes stare off into the distance...", + "ids": "9668,9669,9670,9671,9672,9673,9674,9675,9676,9677,9678,9679,9680,9681" + }, + { + "examine": "Expels smoke from the range.", + "ids": "9683" + }, + { + "examine": "Wash your hands!", + "ids": "9684" + }, + { + "examine": "Generally used for putting things on.", + "ids": "9685" + }, + { + "examine": "Some fabric ready for clothing.", + "ids": "9686" + }, + { + "examine": "I'm guessing it's for making women's clothes.", + "ids": "9687,9688" + }, + { + "examine": "Looks like it's for making men's clothes.", + "ids": "9689" + }, + { + "examine": "I think this one's for making men's clothes.", + "ids": "9690,9691,9692,9693" + }, + { + "examine": "Some helpful people have placed notes on here, how nice.", + "ids": "9694" + }, + { + "examine": "This notice board is full of scrolls and charts.", + "ids": "9695" + }, + { + "examine": "I wonder what's inside ?", + "ids": "9696" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "9697,9698,9699,9700,9701" + }, + { + "examine": "This clearly isn't used for dining very often.", + "ids": "9702" + }, + { + "examine": "Not as nice as some.", + "ids": "9703" + }, + { + "examine": "This needs dusting before I'll sit on it.", + "ids": "9704,9705" + }, + { + "examine": "This must let me in to the arena somehow...", + "ids": "9706" + }, + { + "examine": "This must let me out of the arena somehow...", + "ids": "9707" + }, + { + "examine": "A rocky outcrop.", + "ids": "9708,9709,9710,9711,9712,9713,9714,9715,9716,9717,9718,9719,9720,9721,9722,9723,9724,9725,9726,9727,9728,9729,9730,9731,9732,9733,9734,9735,9737" + }, + { + "examine": "An old crumbled pillar.", + "ids": "9738,9739,9740" + }, + { + "examine": "Smells like fish.", + "ids": "9741,9742,9743" + }, + { + "examine": "I can climb up here.", + "ids": "9744" + }, + { + "examine": "I can go below decks with this ladder.", + "ids": "9745,9746,9747" + }, + { + "examine": "A collection point.", + "ids": "9748" + }, + { + "examine": "A Lever.", + "ids": "9749,9750" + }, + { + "examine": "A crystal that was broken a long time ago.", + "ids": "9751" + }, + { + "examine": "A repowered crystal.", + "ids": "9752" + }, + { + "examine": "Perhaps I should search it.", + "ids": "9753" + }, + { + "examine": "I wonder what's inside.", + "ids": "9754" + }, + { + "examine": "Perhaps I should search it.", + "ids": "9755" + }, + { + "examine": "I wonder what's inside.", + "ids": "9756" + }, + { + "examine": "Perhaps I should search it.", + "ids": "9757" + }, + { + "examine": "I wonder what's inside.", + "ids": "9758" + }, + { + "examine": "Perhaps I should search it.", + "ids": "9759" + }, + { + "examine": "I wonder what's inside.", + "ids": "9760" + }, + { + "examine": "Perhaps I should search it.", + "ids": "9761" + }, + { + "examine": "I wonder what's inside.", + "ids": "9762" + }, + { + "examine": "A recently killed guard.", + "ids": "9763,9764,9765" + }, + { + "examine": "A recently killed slave.", + "ids": "9766,9767" + }, + { + "examine": "A door of pure light!", + "ids": "9768,9769,9770,9771,9772,9773,9774,9775,9776,9777,9778,9779,9780,9781,9782,9783,9784,9785,9786,9787,9788,9789,9790,9791,9792,9793,9794,9795,9796,9797,9798,9799,9800,9801,9802,9803,9804,9805,9806,9807,9808,9809,9810,9811,9812,9813,9814,9815,9816,9817,9818,9819,9820,9821,9822,9823,9824,9825,9826,9827,9828,9829,9830,9831,9832,9833,9834,9835,9836,9837,9838,9839,9840,9841,9842,9843,9844,9845,9846,9847,9848,9849,9850,9851,9852,9853,9854,9855,9856,9857,9858,9859,9860,9861,9862,9863,9864,9865,9866,9867,9868,9869,9870,9871,9872,9873,9874,9875,9876,9877,9878,9879,9880,9881,9882,9883,9884,9885,9886,9887,9888,9889,9890,9891,9892,9893,9894,9895,9896,9897" + }, + { + "examine": "There are holes passing through this pillar.", + "ids": "9898,9899,9900,9901,9902,9903,9904,9905,9906,9907,9908,9909,9910,9911,9912,9913,9914,9915,9916,9917,9918,9919,9920,9921,9922,9923,9924,9925,9926,9927,9928,9929,9930,9931,9932,9933,9934,9935,9936,9937,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,9950,9951,9952,9953,9954,9955,9956,9957,9958,9959,9960,9961,9962,9963,9964,9965,9966,9967,9968,9969,9970,9971,9972,9973,9974" + }, + { + "examine": "I can climb down these.", + "ids": "9975" + }, + { + "examine": "A cave wall.", + "ids": "9976" + }, + { + "examine": "I wonder where this goes?", + "ids": "9977" + }, + { + "examine": "A ladder carved into the wall.", + "ids": "9978,9979" + }, + { + "examine": "A good place for light to merge.", + "ids": "9980" + }, + { + "examine": "A good place for a light crystal.", + "ids": "9981,9982,9983,9984,9985,9986,9987" + }, + { + "examine": "A broken pillar.", + "ids": "9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001" + }, { "examine": "An ancient elvish light doorway.", "ids": "10002,10003,10004,10005,10006,10007,10008,10009,10010,10011,10012,10013" @@ -55,10 +14071,6 @@ "examine": "A way up.", "ids": "10038,10039,10040" }, - { - "examine": "This section of railing has been broken", - "ids": "1004,1005" - }, { "examine": "The legs probably aren't a natural feature of the tree.", "ids": "10041,10042,10043,10044,10045,10046,10047,10048,10049,10050,10051,10052,10053" @@ -75,10 +14087,6 @@ "examine": "Flag, pole... Yep, it's a flagpole.", "ids": "10057,10058,10059,10060,10061" }, - { - "examine": "There is a hole in this section of the railing.", - "ids": "1006,1007,1008,1009" - }, { "examine": "This must be climbed over.", "ids": "10062" @@ -143,14 +14151,6 @@ "examine": "Almost clear.", "ids": "10099" }, - { - "examine": "I can climb this.", - "ids": "101" - }, - { - "examine": "Someone was thirsty...", - "ids": "1010" - }, { "examine": "Free from weeds.", "ids": "10100" @@ -171,18 +14171,10 @@ "examine": "A stagnant lake.", "ids": "10105,10106,10107,10108,10109,10110,10111,10112,10113,10114,10115,10116,10117,10118,10119,10120,10121,10122,10123,10124,10125,10126,10127,10128" }, - { - "examine": "Full of lovely drinks!", - "ids": "1011,1012" - }, { "examine": "A very large pipe.", "ids": "10129,10130,10131,10132,10133,10134,10135" }, - { - "examine": "Storage for cookery items.", - "ids": "1013,32283,40055" - }, { "examine": "Rickety.", "ids": "10136,10137" @@ -195,10 +14187,6 @@ "examine": "It's a palm tree.", "ids": "10139,10140,10141" }, - { - "examine": "Storage for all needs.", - "ids": "1014,1015,1016,1017,1018,10495,10496,10497,10498,11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781,12980,30648,30649,30650,32284,40045,40046,40047" - }, { "examine": "This controls the entire brewery.", "ids": "10142" @@ -295,30 +14283,10 @@ "examine": "A lit torch.", "ids": "10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192" }, - { - "examine": "What kind of sick person keeps a skull on their wall?", - "ids": "1019" - }, { "examine": "A sturdy iron frame, for climbing up and down.", "ids": "10193,10194,10195,10196,10197,10198,10199,10200,10201,10202,10203,10204,10205,10206,10207,10208,10209,10210,10211,10212,10213,10214,10215,10216,10217,10218,10219,10220,10221,10222,10223,10224,10225,10226,10227,10228,10229,10230,10231,10232,10233,10234,10235,10236,10237,10238,10239,10240,10241,10242,10243,10244,10245" }, - { - "examine": "A sturdy door.", - "ids": "102" - }, - { - "examine": "Esoteric artefacts.", - "ids": "1020" - }, - { - "examine": "I don't want to know what's in those little urns.", - "ids": "1021,1022,1023" - }, - { - "examine": "Used for storing things on.", - "ids": "1024" - }, { "examine": "Once upon a time this was used to make pottery.", "ids": "10246" @@ -331,10 +14299,6 @@ "examine": "There was a lot of pottery made here a long time ago.", "ids": "10248,10249" }, - { - "examine": "Tailor made for needlework supplies", - "ids": "1025,1026" - }, { "examine": "Eric's been killed by stones falling from the ceiling!", "ids": "10250" @@ -403,10 +14367,6 @@ "examine": "A display of various relics.", "ids": "10269,10270,10271,10272" }, - { - "examine": "Prepared hides hang here drying.", - "ids": "1027" - }, { "examine": "A collection of rare books.", "ids": "10273" @@ -423,10 +14383,6 @@ "examine": "It's some crates.", "ids": "10279,10280" }, - { - "examine": "This contains dye for leather.", - "ids": "1028,1029" - }, { "examine": "It's a crate.", "ids": "10281" @@ -483,14 +14439,6 @@ "examine": "Opens the rat door.", "ids": "10299" }, - { - "examine": "I wonder what's inside.", - "ids": "103" - }, - { - "examine": "Used to squeeze moisture from the hide.", - "ids": "1030,1031" - }, { "examine": "Contains many rats.", "ids": "10300" @@ -567,10 +14515,6 @@ "examine": "Handy piece of garden decor.", "ids": "10319" }, - { - "examine": "Danger!", - "ids": "1032,5127" - }, { "examine": "Big enough for a cat to get in.", "ids": "10320" @@ -603,10 +14547,6 @@ "examine": "A magical device that enables one to walk through walls.", "ids": "10327,10328,10329,10330,10331,10332,10333,10334" }, - { - "examine": "This tells you which way is which.", - "ids": "1033,1034,1035" - }, { "examine": "Observe the rats.", "ids": "10335,10336,10337,10338,10339,10340,10341,10342,10343,10344,10345" @@ -691,10 +14631,6 @@ "examine": "It's empty.", "ids": "10386,10387,10388,10389,10390,10391,10392,10393,10394,10395,10396,10397,10398,10399,10400,10401" }, - { - "examine": "Perhaps I should search it.", - "ids": "104" - }, { "examine": "It looks like water once ran here.", "ids": "10402,10403" @@ -819,10 +14755,6 @@ "examine": "A small potted plant.", "ids": "10499" }, - { - "examine": "I wonder what that's there for...", - "ids": "105,106" - }, { "examine": "Someone has planted this.", "ids": "10500" @@ -975,10 +14907,6 @@ "examine": "A banner proclaiming your victory over the Giant Champion!", "ids": "10568,10569" }, - { - "examine": "Ye olde Shrimp and Parrot.", - "ids": "1057" - }, { "examine": "A banner proclaiming your victory over the Goblin Champion!", "ids": "10570,10571" @@ -1151,10 +15079,6 @@ "examine": "A box containing unpainted decorations.", "ids": "10679,10680,10681,10682,10683,10684,10685" }, - { - "examine": "The Blue Moon Inn", - "ids": "1068" - }, { "examine": "Box containing blue puppet heads.", "ids": "10686" @@ -1171,10 +15095,6 @@ "examine": "Box containing blue puppet legs.", "ids": "10689" }, - { - "examine": "The Jolly Boar", - "ids": "1069" - }, { "examine": "Box containing red puppet heads.", "ids": "10690" @@ -1215,10 +15135,6 @@ "examine": "You can climb up these.", "ids": "10699,10700" }, - { - "examine": "The Rusty Anchor", - "ids": "1070" - }, { "examine": "A blue crate. Probably containing puppets.", "ids": "10701" @@ -1247,18 +15163,10 @@ "examine": "A wooden ladder.", "ids": "10707,10708,10709" }, - { - "examine": "The Shrimp and Parrot", - "ids": "1071" - }, { "examine": "Pots full of paint.", "ids": "10710,10711,10712,10713,10714,10715,10716,10717,10718,10719,10720" }, - { - "examine": "The Dead Man's Chest", - "ids": "1072" - }, { "examine": "A doorway made of light.", "ids": "10721" @@ -1275,10 +15183,6 @@ "examine": "A pile of animal Bones.", "ids": "10725,10726,10727,10728,10729,10730,10731,10732" }, - { - "examine": "The Rising Sun", - "ids": "1073" - }, { "examine": "Hidden away, I wonder where it goes?", "ids": "10733" @@ -1303,26 +15207,10 @@ "examine": "A statue representing air.", "ids": "10739,10740,10741,10742,10743,10744,10745,10746,10747,10748,10749,10750,10751,10752,10753,10754,10755,10756,10757,10758,10759,10760,10761,10762,10763,10764,10765,10766,10767" }, - { - "examine": "The Forester's Arms", - "ids": "1074" - }, - { - "examine": "The Flying Horse", - "ids": "1075" - }, - { - "examine": "The Dancing Donkey", - "ids": "1076" - }, { "examine": "A place to put your money.", "ids": "10768,10769,10770" }, - { - "examine": "The Dragon Inn", - "ids": "1077" - }, { "examine": "Stairs.", "ids": "10771,10772,10773,10774,10775,10776,10777" @@ -1335,10 +15223,6 @@ "examine": "A teleport to the Enchanting Chamber.", "ids": "10779" }, - { - "examine": "Karamja Spirits bar", - "ids": "1078" - }, { "examine": "A teleport to the Alchemists' Playground.", "ids": "10780" @@ -1355,18 +15239,10 @@ "examine": "This may be worth opening.", "ids": "10783,10784,10785,10786,10787,10788,10789,10790,10791,10792,10793,10794,10795,10796,10797,10798" }, - { - "examine": "North to Varrock :: East to Al-Kharid.", - "ids": "1079" - }, { "examine": "Some simple cubes.", "ids": "10799" }, - { - "examine": "North road to Draynor Village :: East road to Varrock.", - "ids": "1080" - }, { "examine": "A pile of cylindrical shapes.", "ids": "10800" @@ -1403,10 +15279,6 @@ "examine": "A bin full of paper.", "ids": "10809,10810,10811,10812" }, - { - "examine": "North to Draynor Village.", - "ids": "1081" - }, { "examine": "Betty's counter. There is a vial standing on it.", "ids": "10813" @@ -1423,10 +15295,6 @@ "examine": "Doesn't look like the way out.", "ids": "10818,10819" }, - { - "examine": "North to Draynor Manor :: West to Asgarnia.", - "ids": "1082" - }, { "examine": "A glowing barrier of energy prevents your escape.", "ids": "10820,10821,10822,10823" @@ -1443,22 +15311,10 @@ "examine": "Smells like fish.", "ids": "10828,10829,10830,10831,10832,10833,10834,10835,10836,10837,10838,10839,10840,10841,10842,10843,10844,10845,10846,10847" }, - { - "examine": "South to the Wizards' Tower :: East to Lumbridge.", - "ids": "1083" - }, - { - "examine": "South to Lumbridge :: West to Varrock :: East to the Digsite.", - "ids": "1084" - }, { "examine": "This leads to a tunnel too steep for me to scale.", "ids": "10848,10849,10850" }, - { - "examine": "South to Al-Kharid :: West to Lumbridge :: East to the Digsite.", - "ids": "1085" - }, { "examine": "I can climb this rocky outcrop.", "ids": "10851" @@ -1483,10 +15339,6 @@ "examine": "A gap.", "ids": "10859" }, - { - "examine": "North to Varrock :: East to the Digsite.", - "ids": "1086" - }, { "examine": "A narrow ledge.", "ids": "10860" @@ -1503,18 +15355,10 @@ "examine": "A wooden plank.", "ids": "10867,10868,10869,10870,10871,10872,10873,10874" }, - { - "examine": "South to the Wizards' Tower :: North to Draynor Village :: East to Lumbridge.", - "ids": "1087" - }, { "examine": "A stone block.", "ids": "10875,10876,10877,10878,10879,10880,10881" }, - { - "examine": "The ideal thing to sit on.", - "ids": "1088,1115,3801,5345,5614,7385,7386,7387,10491,11489,12885,12886,13582,32032,36830,40039" - }, { "examine": "A gap.", "ids": "10882,10883,10884,10885" @@ -1523,18 +15367,6 @@ "examine": "A narrow ledge.", "ids": "10886,10887,10888,10889,10890,10891,10892,10893,10894,10895,10896,10897,10898,10899,10900,10901,10902,10903,10904,10905,10906,10907,10908,10909,10910,10911,10912,10913,10914,10915,10916,10917,10918,10919,10920,10921,10922,10923,10924,10925,10926,10927,10928,10929,10930,10931,10932,10933,10934,10935,10936,10937,10938,10939,10940,10941,10942,10943" }, - { - "examine": "Not so good for sitting on.", - "ids": "1089" - }, - { - "examine": "A comfortable seat.", - "ids": "1090,1091,1092,11760,13583,13584,13585,13586,13587,32286" - }, - { - "examine": "Good for sitting on.", - "ids": "1093,1094,1095,1102,5880,10492,12440,12441,12973,32033" - }, { "examine": "A rocky outcrop.", "ids": "10944,10945,10946,10947,10948,10949" @@ -1559,18 +15391,10 @@ "examine": "Made of sandstone and granite.", "ids": "10958,10959,10960,10961" }, - { - "examine": "Good for rocking in!", - "ids": "1096" - }, { "examine": "A large statue.", "ids": "10962,10963,10964,10965,10966,10967,10968,10969,10970" }, - { - "examine": "A kingly seat for a royal behind.", - "ids": "1097,1098,1099,1105,1108,1109,32285" - }, { "examine": "It has no limbs.", "ids": "10971" @@ -1683,14 +15507,6 @@ "examine": "The shadow and smoke globes are lit.", "ids": "10999" }, - { - "examine": "I can climb up this.", - "ids": "11" - }, - { - "examine": "The perfect way to sit at the bar.", - "ids": "1100,1101" - }, { "examine": "The ice, shadow and smoke globes are lit.", "ids": "11000" @@ -1739,10 +15555,6 @@ "examine": "A finished wall.", "ids": "11028,11029,11030,11031" }, - { - "examine": "Gnomes sit on these.", - "ids": "1103" - }, { "examine": "A nearly finished wall.", "ids": "11032,11033" @@ -1759,10 +15571,6 @@ "examine": "A ruined wall.", "ids": "11038,11039" }, - { - "examine": "Gnomes are found sitting here.", - "ids": "1104" - }, { "examine": "A pile of bricks dislodged from the wall nearby.", "ids": "11040" @@ -1807,10 +15615,6 @@ "examine": "There's a recess on the top shaped like a head.", "ids": "11059" }, - { - "examine": "Sit back and relax...", - "ids": "1106,1107" - }, { "examine": "There's a sigil on it shaped like a Z.", "ids": "11060" @@ -1871,14 +15675,6 @@ "examine": "A rock.", "ids": "11098,11099,11100,11101,11102,11103,11104,11105,11106,11107,11108,11109,11110,11111" }, - { - "examine": "Used for sitting on.", - "ids": "1110" - }, - { - "examine": "Do I dare sit on this?", - "ids": "1111" - }, { "examine": "This tree has long been dead.", "ids": "11112" @@ -1887,18 +15683,6 @@ "examine": "A dried up bush, void of life.", "ids": "11113,11114,11115,11116,11117,11118,11119,11120,11121,11122,11123,11124,11125,11126,11127,11128,11129,11130,11131,11132,11133,11134,11135,11136,11137,11138,11139,11140" }, - { - "examine": "Church seating.", - "ids": "1112" - }, - { - "examine": "Park it here...", - "ids": "1113" - }, - { - "examine": "Wouldn't like to sit on that for too long...", - "ids": "1114" - }, { "examine": "He's been trapped in there for a long time.", "ids": "11141,11142,11143,11144,11145,11146,11147,11148,11149,11150" @@ -1915,10 +15699,6 @@ "examine": "A simple stone pedestal.", "ids": "11153,11154,11155,11156,11157,11158,11159,11160,11161" }, - { - "examine": "Keeps the neighbours out!", - "ids": "1116,1117" - }, { "examine": "A big grinding thing.", "ids": "11162,11163,11164" @@ -1927,14 +15707,6 @@ "examine": "A rocky outcrop.", "ids": "11165,11166,11167,11168,11169,11170,11171,11172,11173,11174,11175,11176,11177,11178,11179,11180,11181,11182,11183,11184,11185,11186,11187,11188,11189,11190,11191,11192,11193,11194,11195" }, - { - "examine": "Found in wild areas.", - "ids": "1118" - }, - { - "examine": "These are commonly found.", - "ids": "1119" - }, { "examine": "An elf-fashioned door.", "ids": "11196,11197" @@ -1947,10 +15719,6 @@ "examine": "The ladder back to the Runeversi challenge room.", "ids": "11199" }, - { - "examine": "An unusual bush.", - "ids": "1120" - }, { "examine": "The ladder to the Runesquares challenge room for experienced players.", "ids": "11200" @@ -1991,10 +15759,6 @@ "examine": "Permission to board?", "ids": "11209,11210,11211,11212,11213" }, - { - "examine": "A wild bush.", - "ids": "1121" - }, { "examine": "Ready...aim...fire!", "ids": "11214" @@ -2015,10 +15779,6 @@ "examine": "If I can't destroy this we're sunk.", "ids": "11219" }, - { - "examine": "All the leaves have fallen off.", - "ids": "1122,1123" - }, { "examine": "Let's hope they don't repair it.", "ids": "11220,11221,11222,11223,11224,11225,11226,11227" @@ -2051,10 +15811,6 @@ "examine": "I wouldn't be surprised if bits land over in Lumbridge.", "ids": "11239" }, - { - "examine": "A commonly found bush.", - "ids": "1124,36782" - }, { "examine": "Rigged to blow.", "ids": "11240,11241,11242,11243" @@ -2075,14 +15831,6 @@ "examine": "Cannons. Lots of cannons.", "ids": "11248,11249,11250,11251,11252,11253,11254,11255,11256,11257,11258,11259,11260,11261,11262,11263,11264,11265,11266,11267,11268,11269,11270,11271,11272,11273,11274,11275" }, - { - "examine": "Bushy!", - "ids": "1125" - }, - { - "examine": "A rose by any other name would still have prickly bits.", - "ids": "1126" - }, { "examine": "Holds up the sails.", "ids": "11276,11277,11278,11279" @@ -2299,10 +16047,6 @@ "examine": "Interface button up.", "ids": "11399" }, - { - "examine": "An appliance for cooking with.", - "ids": "114" - }, { "examine": "Interface button down.", "ids": "11400" @@ -2315,10 +16059,6 @@ "examine": "Interface button right.", "ids": "11402" }, - { - "examine": "The bank teller will serve you from here.", - "ids": "11402" - }, { "examine": "Interface button ignite.", "ids": "11403" @@ -2359,10 +16099,6 @@ "examine": "A rocky outcrop.", "ids": "11424,11425,11426,11427,11428,11429,11430,11431,11432,11433,11434,11435,11436,11437,11438,11439,11440,11441,11442,11443,11444,11445,11446,11447,11448" }, - { - "examine": "A leafy bush.", - "ids": "1144,1145,1146" - }, { "examine": "This door is locked.", "ids": "11449" @@ -2427,10 +16163,6 @@ "examine": "Disturbingly its eyes look everywhere in the room except at you.", "ids": "11469" }, - { - "examine": "The abode of a fairy.", - "ids": "1147,1148,1149" - }, { "examine": "The door is closed.", "ids": "11470" @@ -2507,14 +16239,6 @@ "examine": "These stairs look spooky!", "ids": "11499" }, - { - "examine": "A party balloon.", - "ids": "115,116,117,118,119,120" - }, - { - "examine": "Fairies need money too!", - "ids": "1150" - }, { "examine": "A filthy but sturdy looking table.", "ids": "11500" @@ -2523,10 +16247,6 @@ "examine": "I'm not eating off that.", "ids": "11501,11502,11503,11504,11505,11506,11507,11508,11509" }, - { - "examine": "A fairy is selling items here.", - "ids": "1151" - }, { "examine": "This tree has long been dead.", "ids": "11510" @@ -2535,26 +16255,10 @@ "examine": "I can climb up these stairs.", "ids": "11511,11512,11513,11514,11515,11516,11517,11518,11519,11520,11521,11522,11523,11524,11525,11526,11527,11528,11529,11530,11531,11532,11533,11534,11535,11536,11537,11538,11539,11540,11541,11542,11543,11544,11545" }, - { - "examine": "A small potted plant.", - "ids": "1152" - }, - { - "examine": "Someone has planted this.", - "ids": "1153" - }, - { - "examine": "A nicely potted fern.", - "ids": "1154" - }, { "examine": "It's a strange machine.", "ids": "11546,11547,11548,11549,11550" }, - { - "examine": "Better than weeding.", - "ids": "1155" - }, { "examine": "It's a table for putting objects on.", "ids": "11551" @@ -2563,14 +16267,6 @@ "examine": "A rocky outcrop.", "ids": "11552,11553,11554,11555,11556,11557,11558,11559,11560,11561,11562,11563,11564,11565,11566,11567,11568,11569,11570,11571,11572,11573,11574,11575,11576,11577,11578,11579,11580,11581,11582,11583,11584,11585,11586,11587,11588" }, - { - "examine": "I bet bees like this.", - "ids": "1156,1157" - }, - { - "examine": "A large potted plant.", - "ids": "1158,1159" - }, { "examine": "A wooden barrel for storage.", "ids": "11589,11590,11591,11592,11593,11594,11595,11596,11597,11598,29333" @@ -2579,10 +16275,6 @@ "examine": "A wooden crate.", "ids": "11599" }, - { - "examine": "A plant in a bamboo pot.", - "ids": "1160" - }, { "examine": "Convenient for storage.", "ids": "11600" @@ -2599,10 +16291,6 @@ "examine": "A simple torch stuck in the ground.", "ids": "11606,11607,11608,11609,11610,11611,11612,11613" }, - { - "examine": "Cabbage... yuck!", - "ids": "1161" - }, { "examine": "A barbarian flag.", "ids": "11614,11615" @@ -2619,10 +16307,6 @@ "examine": "Generally used for putting things on.", "ids": "11619" }, - { - "examine": "Found near the water's edge.", - "ids": "1162" - }, { "examine": "The entrance to the barbarians' longhall.", "ids": "11620,11621,11622,11623,11624,11625" @@ -2639,10 +16323,6 @@ "examine": "A rocky outcrop that looks rather crumbly.", "ids": "11629" }, - { - "examine": "Not good for eating.", - "ids": "1163,1164" - }, { "examine": "This tells you which way is which.", "ids": "11630,11631,11632,11633" @@ -2655,10 +16335,6 @@ "examine": "Keeps unwelcome folk out of Falador.", "ids": "11640,11641,11642,11643,11644,11645,11646,11647,11648,11649,11650,11651,11652,11653,11654,11655,11656" }, - { - "examine": "Fungal growth.", - "ids": "1165" - }, { "examine": "A rack for displaying fine maces.", "ids": "11657" @@ -2671,10 +16347,6 @@ "examine": "A barrel of maces.", "ids": "11659" }, - { - "examine": "Poisonous no doubt.", - "ids": "1166" - }, { "examine": "A table bearing a fine selection of maces.", "ids": "11660" @@ -2695,10 +16367,6 @@ "examine": "A hot furnace.", "ids": "11666,11667,11668,11669,11670,11671,11672,11673,36956" }, - { - "examine": "Fungal growth.", - "ids": "1167" - }, { "examine": "Rising Sun Tavern.", "ids": "11674" @@ -2715,10 +16383,6 @@ "examine": "The traditional sign of a barber.", "ids": "11678,11679,11680,11681" }, - { - "examine": "Poisonous no doubt.", - "ids": "1168,1169" - }, { "examine": "A small wooden table.", "ids": "11682,11683,11684,11685,11686,11687,11688,11689,11690,11691,11692" @@ -2735,10 +16399,6 @@ "examine": "The flag of Asgarnia.", "ids": "11699" }, - { - "examine": "I doubt that's edible.", - "ids": "1170,1171,1172" - }, { "examine": "I thought he'd be bigger than that.", "ids": "11700" @@ -2811,10 +16471,6 @@ "examine": "I can climb up these stairs.", "ids": "11729,11730" }, - { - "examine": "A commonly found fern.", - "ids": "1173" - }, { "examine": "I can climb down these stairs.", "ids": "11731" @@ -2851,10 +16507,6 @@ "examine": "Allows access to above level.", "ids": "11739,11740" }, - { - "examine": "Spiky!", - "ids": "1174" - }, { "examine": "Allows access to level below.", "ids": "11741,11742" @@ -2887,10 +16539,6 @@ "examine": "A sturdy-looking round table.", "ids": "11749,11750,11751,11752" }, - { - "examine": "A home for frogs.", - "ids": "1175" - }, { "examine": "Armour of a White Knight. Decorative, but still effective.", "ids": "11753,11754" @@ -2915,10 +16563,6 @@ "examine": "Hope springs eternal.", "ids": "11759" }, - { - "examine": "Otherwise known as a lilypad.", - "ids": "1176" - }, { "examine": "A carving of a figure from the history of 2009Scape.", "ids": "11761" @@ -2947,14 +16591,6 @@ "examine": "Dusty old books.", "ids": "11767" }, - { - "examine": "A home for frogs.", - "ids": "1177" - }, - { - "examine": "Smells lovely!", - "ids": "1178" - }, { "examine": "What ancient rites were performed here?", "ids": "11782,11783,11784,11785,11786,11787,11788" @@ -2963,10 +16599,6 @@ "examine": "Weathered rocks.", "ids": "11789,11790,11791,11792" }, - { - "examine": "Who is this Heather girl?", - "ids": "1179" - }, { "examine": "Best used with a bucket.", "ids": "11793" @@ -2987,14 +16619,6 @@ "examine": "Makes your hair stay curly.", "ids": "11799,11800,11801,11802,11803,11804,11805,11806,11807,11808,11809,11810,11811" }, - { - "examine": "I wonder why it's purple?", - "ids": "1180" - }, - { - "examine": "I'd better not get stung.", - "ids": "1181,1182,1183" - }, { "examine": "Running water", "ids": "11812" @@ -3003,10 +16627,6 @@ "examine": "Might be handy for a workman.", "ids": "11813,11814,11815,11816,11817,11818,11819,11820,11821,11822,11823,11824,11825,11826,11827,11828,11829,11830,11831,11832,11833,11834,11835,11836,11837,11838,11839" }, - { - "examine": "The tendrils of a creeping plant.", - "ids": "1184" - }, { "examine": "A pile of bricks.", "ids": "11840,11841,11842,11843" @@ -3023,14 +16643,6 @@ "examine": "Contains washing items.", "ids": "11849,11850,11851,11852,11853,11854,11855,11856,11857,11858,11859,11860" }, - { - "examine": "Nicely planted.", - "ids": "1185" - }, - { - "examine": "A large curling plant.", - "ids": "1186" - }, { "examine": "A dwarven flag.", "ids": "11861" @@ -3055,10 +16667,6 @@ "examine": "A pile of parts for building a multicannon.", "ids": "11869,11870,11871,11872" }, - { - "examine": "That's pretty.", - "ids": "1187" - }, { "examine": "A crate containing parts for building a multicannon.", "ids": "11873,11874" @@ -3075,10 +16683,6 @@ "examine": "A simple place for a simple dwarf to sleep and dream of gold.", "ids": "11877,11878,11879,11880,11881,11882,11883,11884,11885,11886,11887" }, - { - "examine": "Blooming!", - "ids": "1188" - }, { "examine": "I can climb up these stairs.", "ids": "11888" @@ -3087,10 +16691,6 @@ "examine": "I can climb these stairs.", "ids": "11889" }, - { - "examine": "Commonly found in grassy areas.", - "ids": "1189" - }, { "examine": "I can climb down these stairs.", "ids": "11890" @@ -3119,14 +16719,6 @@ "examine": "Not suitable for sitting on.", "ids": "11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909" }, - { - "examine": "Is this the biggest flower around?", - "ids": "1190" - }, - { - "examine": "These are huge!", - "ids": "1191" - }, { "examine": "I hope I never meet one of those.", "ids": "11910" @@ -3139,38 +16731,6 @@ "examine": "A rocky outcrop.", "ids": "11915,11916,11917,11918,11919,11920,11921,11922,11923,11924,11925,11926,11927,11928,11929,11930,11931,11932,11933,11934,11935,11936,11937,11938,11939,11940,11941,11942,11943,11944,11945,11946,11947,11948,11949,11950,11951,11952,11953,11954,11955,11956,11957,11958,11959,11960,11961,11962,11963,11964,11965,11966,11967,11968,11969,11970,11971,11972,11973,11974,11975,11976,11977,11978,11979,11980,11981,11982,11983,11984,11985,11986,11987,11988,11989,11990,11991,11992" }, - { - "examine": "A rare flower.", - "ids": "1192" - }, - { - "examine": "Don't flowers make you feel better?", - "ids": "1193" - }, - { - "examine": "Can this talk?", - "ids": "1194" - }, - { - "examine": "You don't see that many of these.", - "ids": "1195" - }, - { - "examine": "I wonder what these are?", - "ids": "1196" - }, - { - "examine": "A rarely found flower.", - "ids": "1197" - }, - { - "examine": "Very rare flowers.", - "ids": "1198" - }, - { - "examine": "These smell nice.", - "ids": "1199" - }, { "examine": "The door is closed.", "ids": "11993" @@ -3179,14 +16739,6 @@ "examine": "The door is open.", "ids": "11994,11995,11996,11997,11998,11999,12000,12001,12002" }, - { - "examine": "A pile of rocks is blocking my path.", - "ids": "12" - }, - { - "examine": "A bed of red flowers.", - "ids": "1200" - }, { "examine": "Better not eat them!", "ids": "12003,12128" @@ -3199,22 +16751,6 @@ "examine": "Illuminating!", "ids": "12005,12006,12007,12008,12009,12010,12011,12012,12013,12014,12015,12016,12017,12018,12019,12020,12021,12022,12023,12024,12025,12026,12027,12028,12029,12030,12031,12032,12033,12034,12035,12036,12037,12038,12039,12040" }, - { - "examine": "These are pretty.", - "ids": "1201" - }, - { - "examine": "Found only in jungle areas.", - "ids": "1202" - }, - { - "examine": "A very rare exotic flower.", - "ids": "1203" - }, - { - "examine": "A small fernlike plant.", - "ids": "1204" - }, { "examine": "It'll be a tight squeeze.", "ids": "12041" @@ -3227,14 +16763,6 @@ "examine": "A magic door.", "ids": "12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059" }, - { - "examine": "The leaves of a nasty creeping plant.", - "ids": "1205" - }, - { - "examine": "The flower of a nasty creeping plant.", - "ids": "1206,1207,1208" - }, { "examine": "Shelves of colourful potion gourds!", "ids": "12060,12061" @@ -3279,10 +16807,6 @@ "examine": "Better not eat them!", "ids": "12094,12095,12096,12097,12098,12099,14121" }, - { - "examine": "Aren't they pretty?", - "ids": "121" - }, { "examine": "A hot furnace.", "ids": "12100,12101" @@ -3399,10 +16923,6 @@ "examine": "canoe", "ids": "12168,12169,12170,12171,12172,12173,12174,12175,12176,12177,12178,12179,12180,12181,12182,12183,12184,12185,12186,12187,12188,12189,12190,12191,12192,12193,12194,12195,12196,12197,12198,12199,12200" }, - { - "examine": "Paaaarty!", - "ids": "122" - }, { "examine": "A well, it is not safe to climb down.", "ids": "12201" @@ -3551,10 +17071,6 @@ "examine": "Tick tock.", "ids": "12293,12294,12295,12296,12297,12298,12299,12300" }, - { - "examine": "A party balloon.", - "ids": "123,124,125,126,127,128,129,130" - }, { "examine": "Little candles flickering.", "ids": "12301,12302,12303,12304,12305,12306,12307,12308" @@ -3563,10 +17079,6 @@ "examine": "It's open.", "ids": "12309" }, - { - "examine": "Nasty curling tendrils of a creeping plant.", - "ids": "1231" - }, { "examine": "Someone should be sitting here.", "ids": "12310,12311" @@ -4075,10 +17587,6 @@ "examine": "You seem to make out some writing.", "ids": "12750,12751,12752,12753,12754,12755,12756,12757,12758,12759,12760" }, - { - "examine": "One of the most common trees in 2009Scape.", - "ids": "1276" - }, { "examine": "A rotten looking door.", "ids": "12761,12762" @@ -4107,10 +17615,6 @@ "examine": "Perhaps I should search it.", "ids": "12769" }, - { - "examine": "A healthy young tree.", - "ids": "1277" - }, { "examine": "A small cave entrance.", "ids": "12770,12771,12772" @@ -4143,10 +17647,6 @@ "examine": "I can climb this.", "ids": "12779" }, - { - "examine": "A commonly found tree.", - "ids": "1278,1279" - }, { "examine": "A wooden ladder.", "ids": "12780,12781" @@ -4199,10 +17699,6 @@ "examine": "This bank booth could probably be repaired.", "ids": "12799" }, - { - "examine": "A healthy young tree.", - "ids": "1280" - }, { "examine": "This bank booth is too damaged to use.", "ids": "12800,12801" @@ -4231,10 +17727,6 @@ "examine": "A repaired furnace, hot and ready for action.", "ids": "12809,12810,12811" }, - { - "examine": "A beautiful old oak.", - "ids": "1281" - }, { "examine": "Hardened earth, with bits of rock in it, not easy to move.", "ids": "12812" @@ -4255,10 +17747,6 @@ "examine": "A wooden gate.", "ids": "12816,12817,12818,12819" }, - { - "examine": "This tree has long been dead.", - "ids": "1282,1283,1284" - }, { "examine": "A path leading out of this swampy dead end.", "ids": "12820,12821,12822,12823,12824,12825,12826,12827,12828,12829,12830,12831,12832,12833,12834,12835,12836,12837,12838,12839,12840,12841,12842,12843" @@ -4267,10 +17755,6 @@ "examine": "A veritable pile of bricks.", "ids": "12844,12845,12846,12847,12848,12849,12850,12851,12852,12853,12854" }, - { - "examine": "An old weather beaten tree.", - "ids": "1285" - }, { "examine": "It's a bit broken.", "ids": "12855" @@ -4283,10 +17767,6 @@ "examine": "Actually, I could do with a drink...never mind...I wasn't thirsty anyway.", "ids": "12857,12858,12859,12860,12861,12862,12863,12864,12865,12866,12867,12868,12869,12870,12871" }, - { - "examine": "It's only useful for firewood now.", - "ids": "1286,1287,1288,1289,1290,1291" - }, { "examine": "Where does this go?", "ids": "12872" @@ -4371,14 +17851,6 @@ "examine": "A wooden ladder.", "ids": "12906,12907,12908,12909,12910,12911,12912,12913,12914,12915,12916,12917,12918,12919,12920,12921,12922,12923,12924,12925,12926,12927,12928,12929,12930,12931,12932" }, - { - "examine": "An ancient magical tree.", - "ids": "1292" - }, - { - "examine": "An ancient sentient tree.", - "ids": "1293,1294,1295" - }, { "examine": "Items are for sale here.", "ids": "12933,12934,12935,12936,12937,12938,12939,12940" @@ -4391,10 +17863,6 @@ "examine": "It's not a schooner, it's a sailboat.", "ids": "12944,12945,12946,12947,12948,12949,12950,12951,12952,12953,12954,12955,12956,12957,12958,12959,12960" }, - { - "examine": "This tree has fallen to the ground.", - "ids": "1296" - }, { "examine": "A wooden crate.", "ids": "12961" @@ -4423,10 +17891,6 @@ "examine": "Something is cooking nicely here.", "ids": "12969" }, - { - "examine": "This tree was either the victim of weather or mankind.", - "ids": "1297" - }, { "examine": "A well slept in bed.", "ids": "12970" @@ -4451,10 +17915,6 @@ "examine": "This chair rocks", "ids": "12979" }, - { - "examine": "A commonly found fern.", - "ids": "1298" - }, { "examine": "A stand for hats!", "ids": "12981" @@ -4467,18 +17927,6 @@ "examine": "A wooden gate.", "ids": "12986,12987,12988,12989,12990,12991,12992,12993,12994,12995,12996,12997,12998,12999,13000" }, - { - "examine": "Is this a weed?", - "ids": "1299" - }, - { - "examine": "Mud caved in from above.", - "ids": "13" - }, - { - "examine": "A fern is growing here.", - "ids": "1300" - }, { "examine": "The door is closed.", "ids": "13001" @@ -4499,46 +17947,10 @@ "examine": "A desert door.", "ids": "13006,13007,13008,13009,13010,13011,13012,13013,13014" }, - { - "examine": "Home to many unusual creatures.", - "ids": "1301" - }, { "examine": "A timber door.", "ids": "13015,13016,13017,13018,13019,13020,13021,13022,13023,13024,13025,13026,13027,13028,13029,13030,13031,13032,13033,13034,13035,13036,13037,13038,13039,13040,13041,13042,13043,13044,13045,13046,13047,13048,13049,13050,13051,13052,13053,13054,13055,13056,13057,13058,13059,13060,13061,13062,13063,13064,13065,13066,13067,13068,13069,13070,13071,13072,13073,13074,13075,13076,13077,13078,13079,13080,13081,13082,13083,13084,13085,13086,13087,13088,13089,13090,13091,13092,13093" }, - { - "examine": "A leafy tree.", - "ids": "1302" - }, - { - "examine": "A tree found in tropical areas.", - "ids": "1303,1304,1305" - }, - { - "examine": "The tree shimmers with a magical force.", - "ids": "1306" - }, - { - "examine": "I bet this makes good syrup!", - "ids": "1307" - }, - { - "examine": "These trees are found near water.", - "ids": "1308" - }, - { - "examine": "A splendid tree.", - "ids": "1309" - }, - { - "examine": "The door is closed.", - "ids": "131" - }, - { - "examine": "This tree has vines hanging from it.", - "ids": "1310" - }, { "examine": "A way in to the house.", "ids": "13100,13101,13102,13103,13104,13105,13106" @@ -4547,26 +17959,14 @@ "examine": "I'm sure the animal is glad its fur was put to good use.", "ids": "13107,13108,13109,13110,13111,13112,13113,13114,13115,13116,13117" }, - { - "examine": "This would be good to sleep under.", - "ids": "1311" - }, { "examine": "A posh door.", "ids": "13118,13119,13120,13121,13122,13123,13124,13125" }, - { - "examine": "An essential for tropical islands.", - "ids": "1312" - }, { "examine": "A place to train unarmed combat with your friends.", "ids": "13126,13127,13128,13129,13130,13131,13132" }, - { - "examine": "An unusual tree grows here.", - "ids": "1313,1314" - }, { "examine": "A place to train weapon skills with your friends.", "ids": "13133,13134,13135,13136" @@ -4595,10 +17995,6 @@ "examine": "Great for sleeping in.", "ids": "13148,13149,13150,13151,13152,13153,13154" }, - { - "examine": "A hardy evergreen tree.", - "ids": "1315,1316" - }, { "examine": "A place to keep your shoes.", "ids": "13155" @@ -4623,10 +18019,6 @@ "examine": "No little mouse to be seen.", "ids": "13169,13170,13171" }, - { - "examine": "A young sentient tree.", - "ids": "1317" - }, { "examine": "The holy symbol of the god of light.", "ids": "13172" @@ -4659,10 +18051,6 @@ "examine": "An oak altar with a symbol of Saradomin.", "ids": "13179" }, - { - "examine": "This would make good firewood.", - "ids": "1318,1319" - }, { "examine": "An oak altar with a symbol of Zamorak.", "ids": "13180" @@ -4743,14 +18131,6 @@ "examine": "A gilded marble altar with a symbol of Guthix.", "ids": "13199" }, - { - "examine": "An escape route.", - "ids": "132" - }, - { - "examine": "The branch is infested with moss.", - "ids": "1320,1321" - }, { "examine": "The smoke goes up to the gods.", "ids": "13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213" @@ -4779,10 +18159,6 @@ "examine": "It fills the room with coloured light.", "ids": "13219" }, - { - "examine": "The trunk of this tree is hollow.", - "ids": "1322" - }, { "examine": "What nice shapes you can make out of glass!", "ids": "13220" @@ -4823,10 +18199,6 @@ "examine": "What nice shapes you can make out of glass!", "ids": "13229" }, - { - "examine": "A gnarly old tree root.", - "ids": "1323" - }, { "examine": "It fills the room with coloured light.", "ids": "13230" @@ -4867,10 +18239,6 @@ "examine": "It fills the room with coloured light.", "ids": "13239" }, - { - "examine": "The roots of a tree are exposed.", - "ids": "1324" - }, { "examine": "What nice shapes you can make out of glass!", "ids": "13240" @@ -4911,10 +18279,6 @@ "examine": "What nice shapes you can make out of glass!", "ids": "13249" }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "1325" - }, { "examine": "It fills the room with coloured light.", "ids": "13250" @@ -4955,10 +18319,6 @@ "examine": "It fills the room with coloured light.", "ids": "13259" }, - { - "examine": "A terribly tall tropical tree.", - "ids": "1326,1327,1328" - }, { "examine": "What nice shapes you can make out of glass!", "ids": "13260" @@ -5067,10 +18427,6 @@ "examine": "There must surely be treasure in a chest this expensive!", "ids": "13289,13290" }, - { - "examine": "Leaves of a bamboo tree.", - "ids": "1329" - }, { "examine": "Could the magic be guarding some treasure?", "ids": "13291,13292" @@ -5103,14 +18459,6 @@ "examine": "Marble and mahogany, ooh.", "ids": "13299" }, - { - "examine": "Looks spooky down there.", - "ids": "133" - }, - { - "examine": "It's thick with snow.", - "ids": "1330,1331,1332" - }, { "examine": "A basic wooden dining bench.", "ids": "13300" @@ -5183,10 +18531,6 @@ "examine": "A teak ladder.", "ids": "13329" }, - { - "examine": "This old tree has been taken over by parasitic plants.", - "ids": "1333" - }, { "examine": "A mahogany ladder.", "ids": "13330" @@ -5207,10 +18551,6 @@ "examine": "Invisible?", "ids": "13338,13339,13340" }, - { - "examine": "This old tree is rotting away.", - "ids": "1334,1335,1336,1337,1338" - }, { "examine": "Even a dungeon needs light!", "ids": "13341,13342,13343" @@ -5259,10 +18599,6 @@ "examine": "A pet Troll!", "ids": "13369" }, - { - "examine": "Steps*Leads to the surface.", - "ids": "1337" - }, { "examine": "No spider could get that big! It's unrealistic!", "ids": "13370" @@ -5339,10 +18675,6 @@ "examine": "Is there a prize inside?", "ids": "13389" }, - { - "examine": "They're just waiting to trip someone up.", - "ids": "1339,1340" - }, { "examine": "A private jester.", "ids": "13390,13391" @@ -5363,10 +18695,6 @@ "examine": "Someone hooped it!", "ids": "13399" }, - { - "examine": "A large double door.", - "ids": "134,135,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,4423,4424,4425,4426,4427,4428,4429,4430,4629,4630,4631,4632,4633,4634,4635,4963,4964,12349,12350,12446,12447,12448,12449,13094,13095,13096,13097,13098,13099,31814,31815,31816" - }, { "examine": "More humane than using an actual bull's eye.", "ids": "13400,13401" @@ -5399,10 +18727,6 @@ "examine": "What horrors lurk below?", "ids": "13409,13410" }, - { - "examine": "This tree has been cut down.", - "ids": "1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359" - }, { "examine": "One of the most common trees in 2009Scape.", "ids": "13411,13412" @@ -5803,14 +19127,6 @@ "examine": "A good source of books!", "ids": "13597,13598,13599" }, - { - "examine": "The door is closed.", - "ids": "136" - }, - { - "examine": "This tree contains dangerous insects no doubt.", - "ids": "1360,1361,1362" - }, { "examine": "A good source of scrolls!", "ids": "13600,13601,13602" @@ -5911,10 +19227,6 @@ "examine": "A gateway to Varrock.", "ids": "13629" }, - { - "examine": "They're just waiting to trip someone up.", - "ids": "1363,1364" - }, { "examine": "A gateway to Lumbridge.", "ids": "13630" @@ -5967,10 +19279,6 @@ "examine": "A wooden planet of your very own.", "ids": "13649,13650,13651,13652,13653" }, - { - "examine": "It's only useful for firewood now.", - "ids": "1365" - }, { "examine": "A wooden solar system of your very own.", "ids": "13654,13655" @@ -5983,10 +19291,6 @@ "examine": "Use an elemental staff on it.", "ids": "13659,13660,13661" }, - { - "examine": "A gnarly old tree root.", - "ids": "1366" - }, { "examine": "If there's a recipe for the philosopher's stone there, you can't see it.", "ids": "13662" @@ -6003,10 +19307,6 @@ "examine": "Sit here and rule all you survey.", "ids": "13665,13666,13667,13668,13669,13670,13671" }, - { - "examine": "The roots of this tree are exposed.", - "ids": "1367" - }, { "examine": "Pull this to activate your machinery of doom!", "ids": "13672,13673,13674" @@ -6031,10 +19331,6 @@ "examine": "Go through this teak trapdoor to see the pit below your throne room.", "ids": "13679" }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "1368" - }, { "examine": "Go through this mahogany trapdoor to see the pit below your throne room.", "ids": "13680" @@ -6051,10 +19347,6 @@ "examine": "What could happen on this spot?", "ids": "13684,13685,13686,13687,13688,13689" }, - { - "examine": "An unusual tree grows here.", - "ids": "1369" - }, { "examine": "An elengant cloth hanging.", "ids": "13690" @@ -6095,10 +19387,6 @@ "examine": "Hammer, chisel, saw and shears.", "ids": "13699" }, - { - "examine": "This old tree is rotting away.", - "ids": "1370" - }, { "examine": "Bucket, spade, tinderbox and knife.", "ids": "13700" @@ -6123,10 +19411,6 @@ "examine": "You can do delicate crafting here.", "ids": "13709,13710,13711,13712" }, - { - "examine": "This tree contains dangerous insects no doubt.", - "ids": "1371,1372,1373,1374,1375,1376,1377" - }, { "examine": "You can repair broken staffs and arrows here.", "ids": "13713" @@ -6351,10 +19635,6 @@ "examine": "A shield with a picture of a skull.", "ids": "13779" }, - { - "examine": "This old tree is rotting away.", - "ids": "1378,1379" - }, { "examine": "A shield with the symbol of Varrock.", "ids": "13780" @@ -6435,10 +19715,6 @@ "examine": "The symbol of Asgarnia.", "ids": "13799" }, - { - "examine": "A gnarly old tree root.", - "ids": "1380" - }, { "examine": "The symbol of the Dorgeshuun.", "ids": "13800" @@ -6479,10 +19755,6 @@ "examine": "A picture of a money bag.", "ids": "13809" }, - { - "examine": "The roots of this tree are exposed.", - "ids": "1381" - }, { "examine": "The symbol of Saradomin.", "ids": "13810" @@ -6523,10 +19795,6 @@ "examine": "The symbol of Guthix.", "ids": "13819" }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "1382" - }, { "examine": "The symbol of the HAM cult.", "ids": "13820" @@ -6567,10 +19835,6 @@ "examine": "The symbol of Zamorak.", "ids": "13829" }, - { - "examine": "This tree has long been dead.", - "ids": "1383" - }, { "examine": "This should have resolved!", "ids": "13830" @@ -6603,10 +19867,6 @@ "examine": "Gloopy, sticky, muddy bog...", "ids": "13838,13839" }, - { - "examine": "It's only useful for firewood now.", - "ids": "1384" - }, { "examine": "A bush made up of long slender branches.", "ids": "13840" @@ -6643,14 +19903,6 @@ "examine": "Small swamp tree.", "ids": "13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863" }, - { - "examine": "A gnarly old tree root.", - "ids": "1385" - }, - { - "examine": "The roots of this tree are exposed.", - "ids": "1386" - }, { "examine": "It's our transport across the swamp.", "ids": "13864,13865" @@ -6659,10 +19911,6 @@ "examine": "A path leading out of this swampy dead end.", "ids": "13866,13867,13868,13869,13870" }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "1387" - }, { "examine": "A path leading out of this swampy dead end, you'll be running away if you go down here.", "ids": "13871" @@ -6683,10 +19931,6 @@ "examine": "Get me out of here!", "ids": "13879,13880" }, - { - "examine": "They're just waiting to trip someone up.", - "ids": "1388,1389" - }, { "examine": "Very hot!", "ids": "13881" @@ -6703,10 +19947,6 @@ "examine": "There's no way I'm going in there!", "ids": "13899" }, - { - "examine": "Commonly found in these parts.", - "ids": "1390" - }, { "examine": "Doesn't look so scary now.", "ids": "13900" @@ -6719,26 +19959,14 @@ "examine": "The exit to the surface.", "ids": "13904,13905,13906,13907,13908,13909,13910,13911,13912" }, - { - "examine": "A leafy plant.", - "ids": "1391" - }, { "examine": "Where does it lead?", "ids": "13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924" }, - { - "examine": "A leafy fern.", - "ids": "1392" - }, { "examine": "What's that?", "ids": "13925,13926,13927,13928,13929,13930,13931" }, - { - "examine": "A small bushy plant.", - "ids": "1393" - }, { "examine": "I think it's the way out.", "ids": "13932" @@ -6751,26 +19979,10 @@ "examine": "Does that really exist?", "ids": "13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966" }, - { - "examine": "A leafy shrub.", - "ids": "1394" - }, - { - "examine": "No flies on me.", - "ids": "1395" - }, - { - "examine": "How do these things manage to grow?", - "ids": "1396" - }, { "examine": "Should I go down there?", "ids": "13967,13968,13969" }, - { - "examine": "This cactus has recently had a chunk taken off.", - "ids": "1397" - }, { "examine": "I can use that rope now.", "ids": "13970" @@ -6779,14 +19991,6 @@ "examine": "Should I go down there?", "ids": "13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993" }, - { - "examine": "A leafy fern.", - "ids": "1398" - }, - { - "examine": "This has broad leaves.", - "ids": "1399" - }, { "examine": "Oooo, sharp, pointy things!", "ids": "13994,13995,13996,13997,13998" @@ -6795,14 +19999,6 @@ "examine": "This will take me back to the surface.", "ids": "13999,14000,14001" }, - { - "examine": "Intended to keep the goblins away from the mines.", - "ids": "14,15,16,17,18,19,20" - }, - { - "examine": "A large waxy jungle plant.", - "ids": "1400" - }, { "examine": "A sign warning of danger.", "ids": "14002" @@ -6831,38 +20027,6 @@ "examine": "It seems to have all boiled away.", "ids": "14009" }, - { - "examine": "A type of jungle fern.", - "ids": "1401" - }, - { - "examine": "A large waxy jungle plant.", - "ids": "1402" - }, - { - "examine": "How do these things manage to grow?", - "ids": "1403,1404,1405,1406" - }, - { - "examine": "Leaves a nasty mark.", - "ids": "1407" - }, - { - "examine": "Looks spiky.", - "ids": "1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503" - }, - { - "examine": "The wood burning here must be full of salt.", - "ids": "14169" - }, - { - "examine": "Doesn't look like it'll be sailing again.", - "ids": "14173" - }, - { - "examine": "Looks a bit damp.", - "ids": "14174" - }, { "examine": "Stop examining signs! You're in the Wilderness now!", "ids": "14503" @@ -6883,78 +20047,6 @@ "examine": "Danger, Wilderness up ahead. Almost certain death!", "ids": "14507" }, - { - "examine": "Rough but adequate.", - "ids": "14918" - }, - { - "examine": "A wooden crate.", - "ids": "15030" - }, - { - "examine": "A wooden crate.", - "ids": "15031" - }, - { - "examine": "Some wooden crates.", - "ids": "15032" - }, - { - "examine": "The door is open.", - "ids": "1504" - }, - { - "examine": "The door is closed.", - "ids": "1505" - }, - { - "examine": "A sturdy wooden door.", - "ids": "1506,1507,1508,1509,1510,1511,1512,1513,1514,1515" - }, - { - "examine": "Smelly.", - "ids": "152" - }, - { - "examine": "The curtain is closed.", - "ids": "1526,1527,1528" - }, - { - "examine": "The curtain is open.", - "ids": "1529" - }, - { - "examine": "An ornate fountain.", - "ids": "153,36781" - }, - { - "examine": "The door is closed.", - "ids": "1530" - }, - { - "examine": "The door is open.", - "ids": "1531,1532" - }, - { - "examine": "A nicely fitted door.", - "ids": "1533,1534,1535" - }, - { - "examine": "An ornately-fashioned door.", - "ids": "1536" - }, - { - "examine": "An elf-fashioned door.", - "ids": "1537,1538" - }, - { - "examine": "Solid bars of iron.", - "ids": "1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550" - }, - { - "examine": "A pipe I can squeeze through.", - "ids": "154,2287,2288,2290,2291,2292,2293,3236,3237,4058,5099,5100,5101,5102,5152,5153,5154,5155,9293,9295,10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075,29370" - }, { "examine": "Home sweet home?", "ids": "15477" @@ -6963,514 +20055,30 @@ "examine": "Home sweet home?", "ids": "15480" }, - { - "examine": "Lots of books.", - "ids": "155,156,157" - }, { "examine": "Baby bread.", "ids": "15506,15507" }, - { - "examine": "A wooden gate.", - "ids": "1551,1552,1553,1554,1555,1556" - }, - { - "examine": "Probably looked better mounted on the dragon's neck.", - "ids": "15564" - }, - { - "examine": "A wrought iron gate.", - "ids": "1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567" - }, - { - "examine": "The body of a Dwarf savaged by Goblins.", - "ids": "15596" - }, - { - "examine": "I wonder what's under it?", - "ids": "1568,1569" - }, - { - "examine": "I wonder what's down there?", - "ids": "1570,1571" - }, - { - "examine": "This door has been boarded up.", - "ids": "1572" - }, - { - "examine": "A door to a grand place.", - "ids": "1573,1574,1575,1576" - }, { "examine": "Home sweet home?", "ids": "15748" }, - { - "examine": "Looks like part of the entrance is blocked by rubble.", - "ids": "15767" - }, - { - "examine": "The top of the archway.", - "ids": "1577,1578,1579" - }, - { - "examine": "This wall looks odd...", - "ids": "158,159" - }, - { - "examine": "The base of the archway.", - "ids": "1580,1581,1582" - }, - { - "examine": "Cave exit.", - "ids": "15812" - }, - { - "examine": "There is something strange about this wall...", - "ids": "1583,1584,1585,1586,1587,1588" - }, - { - "examine": "A wrought iron gate.", - "ids": "1589,1590" - }, - { - "examine": "The door is closed.", - "ids": "1591" - }, - { - "examine": "Something is strange about this panel.", - "ids": "1592,1593" - }, - { - "examine": "An entranceway into the dungeon.", - "ids": "1594" - }, - { - "examine": "The way in.", - "ids": "1595" - }, - { - "examine": "A wrought iron gate.", - "ids": "1596,1597" - }, - { - "examine": "A wooden gate.", - "ids": "1598,1599" - }, - { - "examine": "I wonder what this does...", - "ids": "160" - }, - { - "examine": "The doors to the Magic Guild.", - "ids": "1600" - }, - { - "examine": "The doors to the Magic guild.", - "ids": "1601,1602,1603,1604,1605,1606,1607,1608" - }, { "examine": "Danger - Possibly deadly creatures below!", "ids": "16083,16151,16117" }, - { - "examine": "A wooden structure used in the process of building.", - "ids": "1609,1610,1611,1612" - }, - { - "examine": "This timber is broken", - "ids": "1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660" - }, - { - "examine": "I'm not touching that.", - "ids": "162,163,164" - }, - { - "examine": "A special furnace for destroying contaminated items.", - "ids": "165" - }, - { - "examine": "A wooden gate.", - "ids": "166,167" - }, - { - "examine": "A pile of bricks.", - "ids": "1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721" - }, - { - "examine": "I wonder what's inside.", - "ids": "170" - }, - { - "examine": "Perhaps I should search it.", - "ids": "171" - }, - { - "examine": "I wonder what's inside.", - "ids": "172" - }, - { - "examine": "I can climb these stairs.", - "ids": "1722,36791" - }, - { - "examine": "They go down.", - "ids": "1723" - }, - { - "examine": "I can climb down these stairs.", - "ids": "1724" - }, - { - "examine": "I can climb up this.", - "ids": "1725,36768,36771" - }, - { - "examine": "I can climb down this.", - "ids": "1726,1727,1728" - }, - { - "examine": "I can climb this.", - "ids": "1729,36347,36363,36644" - }, - { - "examine": "A sealed barrel with a warning sign on it.", - "ids": "17296" - }, - { - "examine": "A barrel with a warning sign on it.", - "ids": "17297" - }, - { - "examine": "Perhaps I should search it.", - "ids": "173" - }, - { - "examine": "Dare I go up?", - "ids": "1730" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "17308,31136,36798" - }, - { - "examine": "These stairs look spooky!", - "ids": "1731,1732" - }, - { - "examine": "I can use these stairs to climb down.", - "ids": "1733" - }, - { - "examine": "I can climb these stairs.", - "ids": "1734" - }, - { - "examine": "A rickety old staircase.", - "ids": "1735" - }, - { - "examine": "I can climb down these stairs.", - "ids": "1736" - }, { "examine": "Large urn.", "ids": "17362" }, - { - "examine": "I can climb up these stairs.", - "ids": "1737,1738" - }, - { - "examine": "I can climb up or go down these stairs.", - "ids": "1739" - }, - { - "examine": "I can climb down these stairs.", - "ids": "1740,1741" - }, - { - "examine": "I can climb up these stairs.", - "ids": "1742" - }, - { - "examine": "I can climb up or go down these stairs.", - "ids": "1743" - }, - { - "examine": "I can climb down these stairs.", - "ids": "1744,1745" - }, - { - "examine": "I can climb down this.", - "ids": "1746" - }, - { - "examine": "Where people may put themselves.", - "ids": "17462" - }, - { - "examine": "I can climb this.", - "ids": "1747,1748" - }, - { - "examine": "I can climb down this.", - "ids": "1749" - }, - { - "examine": "I can climb this.", - "ids": "1750,1751" - }, - { - "examine": "I can't climb this.", - "ids": "1752" - }, - { - "examine": "It's useless.", - "ids": "1753" - }, - { - "examine": "I can climb down this.", - "ids": "1754" - }, - { - "examine": "I can climb this.", - "ids": "1755" - }, - { - "examine": "I can climb down this.", - "ids": "1756" - }, - { - "examine": "I can climb this.", - "ids": "1757" - }, - { - "examine": "Not much use really.", - "ids": "1758" - }, - { - "examine": "This leads downwards.", - "ids": "1759" - }, - { - "examine": "These can be useful.", - "ids": "1760" - }, - { - "examine": "Steps made from natural rock.", - "ids": "1761" - }, - { - "examine": "A rope hangs here.", - "ids": "1762,1763,1764" - }, - { - "examine": "I can climb down this.", - "ids": "1765" - }, - { - "examine": "I can climb this.", - "ids": "1766" - }, - { - "examine": "I can climb down this.", - "ids": "1767" - }, - { - "examine": "I can climb this.", - "ids": "1768,1769,1770,1771,1772,1773,1774,1775,1776,1777" - }, - { - "examine": "These huge stone discs grind grain to make flour.", - "ids": "1778" - }, - { - "examine": "These sails use the wind to drive the windmill.", - "ids": "1779,1780,1781" - }, - { - "examine": "I'll need an empty pot so I can collect my flour.", - "ids": "1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796" - }, - { - "examine": "Some very hard rocks, I wouldn't want to fall on those.", - "ids": "1797,1798,1799,1800,1801,1802,1803" - }, - { - "examine": "This door requires a key.", - "ids": "1804" - }, - { - "examine": "The door to the Champions' Guild.", - "ids": "1805,1806,1807,1808,1809" - }, - { - "examine": "Here be spiders!", - "ids": "1810" - }, - { - "examine": "I can walk through this tattered web.", - "ids": "1811" - }, - { - "examine": "A magical border of teleportation.", - "ids": "1812" - }, - { - "examine": "For putting things on.", - "ids": "1813" - }, - { - "examine": "I wonder what this does...", - "ids": "1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851" - }, { "examine": "A large fish.", "ids": "18482" }, - { - "examine": "A wooden crate for storage.", - "ids": "18506" - }, - { - "examine": "A pile of crates for storage.", - "ids": "18508" - }, - { - "examine": "This lets in more light.", - "ids": "1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863" - }, - { - "examine": "These obviously mean keep out!", - "ids": "1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875" - }, - { - "examine": "Fly Gnome Air.", - "ids": "187" - }, - { - "examine": "I shudder to think what has taken place here.", - "ids": "1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,32289" - }, - { - "examine": "Probably pilot error.", - "ids": "188" - }, - { - "examine": "Popular on sandy beaches where fruity cocktails may be found.", - "ids": "18856" - }, { "examine": "A sign on a cactus.", "ids": "18876" }, - { - "examine": "The Blurberry bar", - "ids": "189" - }, - { - "examine": "This hasn't seen a duster for a while.", - "ids": "1896" - }, - { - "examine": "Not as nice as some.", - "ids": "1897" - }, - { - "examine": "This needs dusting before I'll sit on it.", - "ids": "1898,1899" - }, - { - "examine": "A large gate in the gnome style.", - "ids": "190" - }, - { - "examine": "This could do with a bit of a spit and polish.", - "ids": "1900" - }, - { - "examine": "This clearly isn't used for dining very often.", - "ids": "1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938" - }, - { - "examine": "A tower.", - "ids": "1939,1940,1941,1942,1943,1944,1945,1946" - }, - { - "examine": "The entrance to the cave.", - "ids": "194" - }, - { - "examine": "It looks like I might be able to climb over this piece of the wall...", - "ids": "1947,1948" - }, - { - "examine": "A pile of bricks.", - "ids": "1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966" - }, - { - "examine": "I can climb this.", - "ids": "195" - }, - { - "examine": "A grand door for a grand tree.", - "ids": "1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984" - }, - { - "examine": "A large root.", - "ids": "1985,1986" - }, - { - "examine": "A primitive looking boat.", - "ids": "1987" - }, - { - "examine": "Oops!", - "ids": "1988" - }, - { - "examine": "A good source of books!", - "ids": "1989" - }, - { - "examine": "A wooden crate for storage.", - "ids": "1990" - }, - { - "examine": "Solid bars of iron.", - "ids": "1991" - }, - { - "examine": "There is an indent the size of a pebble in the stone's centre.", - "ids": "1992" - }, - { - "examine": "A stone tomb surrounded by flowers.", - "ids": "1993" - }, - { - "examine": "I wonder what's inside.", - "ids": "1994,37016,37015" - }, - { - "examine": "Perhaps I should search it.", - "ids": "1995" - }, - { - "examine": "I should be safe if I can reach this.", - "ids": "1996,1997" - }, - { - "examine": "Wet rope.", - "ids": "1998" - }, - { - "examine": "A wooden crate for storage.", - "ids": "1999" - }, { "examine": "Dead and half-buried.", "ids": "19996" @@ -7479,294 +20087,18 @@ "examine": "Dead animal head. Lovely.", "ids": "19997" }, - { - "examine": "Looks and smells like a place where goblins live.", - "ids": "2" - }, - { - "examine": "A quirky gnome lamp.", - "ids": "200" - }, - { - "examine": "An elf-fashioned door.", - "ids": "2000,2001,2002,2003" - }, - { - "examine": "The pillar has a rune shaped dent in it.", - "ids": "2004" - }, - { - "examine": "A statue of Baxtorian chiselled in stone.", - "ids": "2005" - }, - { - "examine": "A statue of Glarial chiselled in stone.", - "ids": "2006,2007,2008,2009" - }, - { - "examine": "These insects love this light.", - "ids": "201" - }, - { - "examine": "A ledge.", - "ids": "2010,2011,2012" - }, - { - "examine": "Known commonly as Red worm vine.", - "ids": "2013" - }, - { - "examine": "A magically elevated chalice full of tears.", - "ids": "2014" - }, - { - "examine": "A magically elevated chalice full of ash.", - "ids": "2015,2016,2017,2018" - }, - { - "examine": "A whirlpool.", - "ids": "2019" - }, - { - "examine": "It's amazing what bees produce!", - "ids": "202" - }, - { - "examine": "It's too wet for firewood.", - "ids": "2020,2021" - }, - { - "examine": "A wooden barrel, maybe a way off this rock.", - "ids": "2022" - }, - { - "examine": "An interesting tree with long straight branches.", - "ids": "2023" - }, - { - "examine": "A large bubbling cauldron, smells... Ugh!", - "ids": "2024" - }, - { - "examine": "The door is closed.", - "ids": "2025" - }, - { - "examine": "I can see fish swimming in the water.", - "ids": "2026,2027,2028,2029,2030,2031" - }, - { - "examine": "Posh candlesticks.", - "ids": "203,204,32287,40074" - }, - { - "examine": "It's closed.", - "ids": "2032" - }, - { - "examine": "It's open.", - "ids": "2033" - }, - { - "examine": "It's closed.", - "ids": "2034" - }, - { - "examine": "It's open.", - "ids": "2035" - }, - { - "examine": "It's closed.", - "ids": "2036" - }, - { - "examine": "It's open.", - "ids": "2037" - }, - { - "examine": "I've met less intelligent conversationalists.", - "ids": "2038" - }, - { - "examine": "It's closed.", - "ids": "2039,2040,2041,2042" - }, - { - "examine": "Something's bubbling away in it.", - "ids": "2043" - }, - { - "examine": "Like an animal dinner table.", - "ids": "2044,2045,2046,2047" - }, - { - "examine": "It's a door.", - "ids": "2048,2049" - }, - { - "examine": "A wooden gate.", - "ids": "2050,2051,2052,2053" - }, - { - "examine": "A door leading somewhere.", - "ids": "20527" - }, - { - "examine": "This door is blocked by a huge slab of stone.", - "ids": "20528" - }, - { - "examine": "Bars caging off an area.", - "ids": "20531" - }, - { - "examine": "It's a door.", - "ids": "2054,2055" - }, - { - "examine": "It's closed.", - "ids": "2056" - }, - { - "examine": "It's open.", - "ids": "2057" - }, - { - "examine": "It's closed.", - "ids": "2058,2059,2060,2061,2062" - }, - { - "examine": "It's open.", - "ids": "2063" - }, - { - "examine": "For storage.", - "ids": "2064" - }, - { - "examine": "Used for climbing.", - "ids": "2065" - }, - { - "examine": "A wall.", - "ids": "2066" - }, - { - "examine": "A watchtower.", - "ids": "2067" - }, - { - "examine": "A fence.", - "ids": "2068" - }, - { - "examine": "A closed door.", - "ids": "2069,2070" - }, - { - "examine": "Used for storage.", - "ids": "2071,2072" - }, - { - "examine": "Grows weird yellow fruit.", - "ids": "2073,2074,2075,2076,2077,2078" - }, - { - "examine": "I wonder what's inside?", - "ids": "2079,2080" - }, - { - "examine": "Scary lighting apparatus.", - "ids": "208" - }, - { - "examine": "Handy for boarding boats.", - "ids": "2081,2082,2083,2084,2085,2086,2087,2088" - }, - { - "examine": "A pillar I could stand on.", - "ids": "20872,20873,20874,20875,20876,20877,20878,20879,20880,20881,20882,20883,20884,20885,20886,20887,20888,20889" - }, - { - "examine": "Ornamental.", - "ids": "2089" - }, - { - "examine": "An ornamental lighting fixture.", - "ids": "209" - }, - { - "examine": "A rocky outcrop.", - "ids": "2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111" - }, - { - "examine": "There's something different about the floor.", - "ids": "20915,20916,20960" - }, - { - "examine": "Its eyes stare off into the distance...", - "ids": "21" - }, - { - "examine": "A mysterious glowing ice crystal.", - "ids": "210" - }, - { - "examine": "It's amazing what bees produce!", - "ids": "211" - }, - { - "examine": "The door is closed.", - "ids": "2112" - }, - { - "examine": "I can climb down this.", - "ids": "2113" - }, - { - "examine": "This transports coal!", - "ids": "2114" - }, - { - "examine": "The left hand side of the gate.", - "ids": "2115" - }, - { - "examine": "The right hand side of the gate.", - "ids": "2116" - }, - { - "examine": "It's an old wall.", - "ids": "2117" - }, - { - "examine": "Sturdy looking.", - "ids": "21176" - }, - { - "examine": "Lots of water swirling around", - "ids": "2118" - }, - { - "examine": "A rocky outcrop.", - "ids": "2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140" - }, - { - "examine": "Useful for making ships move.", - "ids": "212,218" - }, { "examine": "Might be worth opening?", "ids": "21299" }, - { - "examine": "I can climb this.", - "ids": "21395,29355" - }, { "examine": "A sturdy metal door.", "ids": "21400,21402,21399" }, + { + "examine": "I can climb this.", + "ids": "21395,29355" + }, { "examine": "A closed, sturdy metal door.", "ids": "21403,21405" @@ -7775,18 +20107,6 @@ "examine": "An open, sturdy metal door.", "ids": "21404" }, - { - "examine": "An open chest.", - "ids": "2141" - }, - { - "examine": "An eerie glow permeates the cauldron.", - "ids": "2142" - }, - { - "examine": "Looks secure.", - "ids": "2143,2144" - }, { "examine": "A display case, full of axes.", "ids": "21437" @@ -7823,10 +20143,6 @@ "examine": "A shelf, displaying armour.", "ids": "21447" }, - { - "examine": "Ooooh! Spooky!", - "ids": "2145,2146" - }, { "examine": "I can climb down these stairs.", "ids": "21455" @@ -7839,34 +20155,6 @@ "examine": "A stone torch.", "ids": "21465" }, - { - "examine": "Going down?", - "ids": "2147" - }, - { - "examine": "Going up?", - "ids": "2148" - }, - { - "examine": "An imposing stone structure.", - "ids": "2149" - }, - { - "examine": "A column of elemental power.", - "ids": "2150,2151,2152,2153,29415" - }, - { - "examine": "A wrought iron gate.", - "ids": "2154,2155" - }, - { - "examine": "A magical portal of teleportation.", - "ids": "2156,2157,2158" - }, - { - "examine": "It's a floating barrel.", - "ids": "2159,2160,2161" - }, { "examine": "A chair made from stone.", "ids": "21607" @@ -7875,10 +20163,6 @@ "examine": "A table with swords on it.", "ids": "21608" }, - { - "examine": "A table with plates and mugs on it.", - "ids": "21609,21610" - }, { "examine": "A bed to sleep in.", "ids": "21611" @@ -7888,1360 +20172,236 @@ "ids": "21612" }, { - "examine": "A shelf with some cups on it.", - "ids": "21614,21615" + "examine": "A table with plates and mugs on it.", + "ids": "21609,21610" }, { - "examine": "Smells like fish.", - "ids": "2162,2163,2164,2165,2166" + "examine": "A shelf with some cups on it.", + "ids": "21614,21615" }, { "examine": "A Fremennik flag.", "ids": "21637" }, - { - "examine": "Water is pouring in through the hole.", - "ids": "2167" - }, - { - "examine": "A patch of swamp tar has bunged up the hole.", - "ids": "2168" - }, - { - "examine": "There's a strong wind whipping up the sea.", - "ids": "2169,2170,2171" - }, - { - "examine": "A huge net to catch little fish.", - "ids": "2172,2173" - }, - { - "examine": "The upper deck can be accessed with this ladder.", - "ids": "2174" - }, - { - "examine": "Back down to the main deck.", - "ids": "2175" - }, - { - "examine": "This old trawler has seen better days.", - "ids": "2176,2177" - }, - { - "examine": "Handy for boarding boats.", - "ids": "2178,2179" - }, - { - "examine": "It's a war machine.", - "ids": "2180,2181" - }, - { - "examine": "It can't hurt to just have a look, can it?", - "ids": "2182" - }, - { - "examine": "I wonder what is inside...", - "ids": "2183" - }, { "examine": "A short longboat!", "ids": "21834" }, { - "examine": "The door is closed.", - "ids": "2184" + "examine": "A place to sit and watch furniture grow.", + "ids": "28627" }, { - "examine": "This wall has seen better days.", - "ids": "2185" + "examine": "It's not rolling, but it seems to have gathered some moss.", + "ids": "28635" }, { - "examine": "Hmmm... I wonder if it's loose enough to get through.", - "ids": "2186" + "examine": "A thick metal gate.", + "ids": "28690,28691,28692,28693" }, { - "examine": "I can climb down this ladder.", - "ids": "2187" + "examine": "Contains traces of summoning energy.", + "ids": "29939,29943,29944,29945,29947,29951,29952,29953,29954" }, { - "examine": "I can climb up this ladder.", - "ids": "2188,2189" + "examine": "An interesting sign.", + "ids": "31297,31298,31299,31300,31301" }, { - "examine": "I can climb down this ladder.", - "ids": "2190" + "examine": "I wonder what this spooky contains.", + "ids": "37051" }, { - "examine": "I wonder what's inside?", - "ids": "2191,2192,2193" + "examine": "The mine has collapsed.", + "ids": "37634" }, { - "examine": "Perhaps I should search it.", - "ids": "2194,2195,2196" + "examine": "It really was this big!", + "ids": "40043" }, { - "examine": "I wonder what's inside?", - "ids": "2197" + "examine": "It really was this big!", + "ids": "40042" }, { - "examine": "Perhaps I should search it.", - "ids": "2198" + "examine": "A wooden barrel for storage.", + "ids": "40018" }, { - "examine": "An old gate for locking up undesirables.", - "ids": "2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209" + "examine": "A wooden barrel containing lots of fish.", + "ids": "40019" }, { - "examine": "The door is shut.", - "ids": "22" + "examine": "A nice sturdy looking table.", + "ids": "40044" }, { - "examine": "This figure brings luck to those who sail.", - "ids": "221,222" + "examine": "A wooden crate.", + "ids": "40021" }, { - "examine": "Looking through it makes far off things look closer!", - "ids": "2210" + "examine": "Some wooden crates.", + "ids": "40022" }, { - "examine": "A weathered old gravestone.", - "ids": "2211" + "examine": "A large potted plant.", + "ids": "40111" }, { - "examine": "Looks like fun.", - "ids": "2212" + "examine": "Tick-tock, it's a clock.", + "ids": "40029" }, { - "examine": "The bank teller will serve you from here.", - "ids": "2213" + "examine": "I wonder what's inside.", + "ids": "29400,32010,40093" }, { - "examine": "This booth is for private customers only.", - "ids": "2214,34205" + "examine": "Useful for putting things on.", + "ids": "40031" }, { - "examine": "This booth is closed.", - "ids": "2215" + "examine": "Items are for sale here.", + "ids": "40028" }, { - "examine": "This looks like it's being used to block entrance to the village.", - "ids": "2216" + "examine": "I can climb this.", + "ids": "40026" }, { - "examine": "Something seems to be buried under this.", - "ids": "2217" + "examine": "Some wooden crates.", + "ids": "15032" }, { - "examine": "A narrow fissure in the ground.", - "ids": "2218,2219" + "examine": "A wooden crate.", + "ids": "15030" }, { - "examine": "A pile of rubble.", - "ids": "2220" - }, - { - "examine": "A stone with some carvings on it.", - "ids": "2221" - }, - { - "examine": "A pile of loose rocks.", - "ids": "2222" - }, - { - "examine": "Probably nothing useful in these.", - "ids": "2223" - }, - { - "examine": "A rotten and barely standing set of gallows.", - "ids": "2224" - }, - { - "examine": "Wet rocks, it looks like you might be able to climb them.", - "ids": "2225" - }, - { - "examine": "This table has seen better days.", - "ids": "2226" - }, - { - "examine": "A crudely constructed raft.", - "ids": "2227,2228" - }, - { - "examine": "A statue to mark Tai Bwo Wannai sacred grounds.", - "ids": "2229" - }, - { - "examine": "A sturdy cart for travelling in.", - "ids": "2230" - }, - { - "examine": "A rocky outcrop.", - "ids": "2231,2232,2233" - }, - { - "examine": "Rocks that have been stacked at regular intervals.", - "ids": "2234" - }, - { - "examine": "An ancient construct for supporting the bones of the deceased.", - "ids": "2235" - }, - { - "examine": "I can climb the rocky outcrop.", - "ids": "2236" - }, - { - "examine": "An exotic looking tree.", - "ids": "2237" - }, - { - "examine": "Large doors set into the hillside.", - "ids": "2238,2239" - }, - { - "examine": "These doors must have been hidden here for years.", - "ids": "2240,2241" - }, - { - "examine": "Perhaps you should give them a push.", - "ids": "2242,2243" - }, - { - "examine": "Commonly found in these parts.", - "ids": "2244" - }, - { - "examine": "A leafy fern.", - "ids": "2245" - }, - { - "examine": "Large carved tomb doors, they look terrifying.", - "ids": "2246,2247,2248,2249,2250,2251,2252" - }, - { - "examine": "Useful for making ships move.", - "ids": "225,226" - }, - { - "examine": "Perhaps you should give them a push.", - "ids": "2253,2254" - }, - { - "examine": "An ancient metal gate, but still pretty secure.", - "ids": "2255,2256" - }, - { - "examine": "A rocky outcrop.", - "ids": "2257" - }, - { - "examine": "An ancient construct for supporting the bones of the deceased.", - "ids": "2258" - }, - { - "examine": "The gate is closed.", - "ids": "2259,2260,2261,2262,2263,2264" - }, - { - "examine": "A sturdy cart for travelling in.", - "ids": "2265" - }, - { - "examine": "The door is closed.", - "ids": "2266,2267" - }, - { - "examine": "This leads up to the sleeping area.", - "ids": "2268" - }, - { - "examine": "This leads downwards.", - "ids": "2269" - }, - { - "examine": "Barnacle infested rope.", - "ids": "227" - }, - { - "examine": "A jungle plant.", - "ids": "2270" - }, - { - "examine": "I wonder what's inside?", - "ids": "2271" - }, - { - "examine": "It's open.", - "ids": "2272" - }, - { - "examine": "An odd-looking rock with a rope tied to it.", - "ids": "2273,2274" - }, - { - "examine": "An odd-looking rock formation.", - "ids": "2275,2276,2277,2278" - }, - { - "examine": "Holds the rope up. Hopefuly.", - "ids": "2279,2280,2281" - }, - { - "examine": "Use this to swing over crevices.", - "ids": "2282,2283" - }, - { - "examine": "This must be climbed over.", - "ids": "2284,2285,2286" - }, - { - "examine": "It's hollow...", - "ids": "2289" - }, - { - "examine": "A slippery log I can walk across.", - "ids": "2294,2295,2296,2297" - }, - { - "examine": "The irregular surface can be climbed.", - "ids": "2298,2299,2300" - }, - { - "examine": "Unusually lumpy looking.", - "ids": "23" - }, - { - "examine": "Tread carefully!", - "ids": "2301,2302" - }, - { - "examine": "I can just about edge across here.", - "ids": "2303" - }, - { - "examine": "Pointy!", - "ids": "2304,2305,2306" - }, - { - "examine": "A wrought iron gate.", - "ids": "2307,2308" - }, - { - "examine": "Solid bars of iron.", - "ids": "2309" - }, - { - "examine": "This tree has been cut down.", - "ids": "2310" - }, - { - "examine": "I can jump from this stepping stone.", - "ids": "2311" - }, - { - "examine": "I can balance on this rope.", - "ids": "2312" - }, - { - "examine": "I can climb up this.", - "ids": "2313" - }, - { - "examine": "I can climb down here.", - "ids": "2314,2315" - }, - { - "examine": "I can climb up these stairs.", - "ids": "2316,36776" - }, - { - "examine": "I can climb up these rocks to another cave.", - "ids": "2317" - }, - { - "examine": "I can climb down these rocks to another cave.", - "ids": "2318" - }, - { - "examine": "I can traverse these.", - "ids": "2319,2320,2321,12573,12574,12575,29375" - }, - { - "examine": "Use this to swing across gaps.", - "ids": "2322,2323,2324" - }, - { - "examine": "I can swing on this tree.", - "ids": "2325" - }, - { - "examine": "A branch protrudes here.", - "ids": "2326" - }, - { - "examine": "This tree has an unusually long branch on it.", - "ids": "2327" - }, - { - "examine": "Jump here.", - "ids": "23271" - }, - { - "examine": "A rocky outcrop.", - "ids": "2328,2329,2330,2331" - }, - { - "examine": "A nearly rotten wooden log that crosses the river.", - "ids": "2332" - }, - { - "examine": "A rocky outcrop from the running water.", - "ids": "2333,2334,2335" - }, - { - "examine": "You can see a cauldron directly below.", - "ids": "2336" - }, - { - "examine": "This door is very sturdy looking.", - "ids": "2337" - }, - { - "examine": "This door is closed.", - "ids": "2338" - }, - { - "examine": "This door is very sturdy looking.", - "ids": "2339,2340" - }, - { - "examine": "There is something strange about this wall...", - "ids": "2341" - }, - { - "examine": "Looks like a ventilation grill.", - "ids": "2342" - }, - { - "examine": "A large stone block.", - "ids": "2343,2344,2345,2346,2347,2348,2349" - }, - { - "examine": "Used to move earth to, and from, the dig shaft.", - "ids": "2350,2351" - }, - { - "examine": "This leads back up the dig shaft.", - "ids": "2352,2353" - }, - { - "examine": "Yep, they're sacks!", - "ids": "2354,2355,2356" - }, - { - "examine": "A leafy bush.", - "ids": "2357,2358" + "examine": "A wooden crate.", + "ids": "15031" }, { "examine": "A sealed barrel with a warning sign on it.", - "ids": "2359" + "ids": "17296" }, { - "examine": "I wonder what's inside...", - "ids": "2360" - }, - { - "examine": "A sturdy chest to keep things in.", - "ids": "2361" - }, - { - "examine": "A large stone block.", - "ids": "2362" - }, - { - "examine": "A place where you can pan for gold.", - "ids": "2363" - }, - { - "examine": "A wooden container.", - "ids": "2364,2365" - }, - { - "examine": "A signpost!", - "ids": "2366,2367,2368,2369,2370,2371" - }, - { - "examine": "Shelves filled with interesting books.", - "ids": "2372" - }, - { - "examine": "A cupboard.", - "ids": "2373,2374" - }, - { - "examine": "Used to keep specimens on.", - "ids": "2375" - }, - { - "examine": "Soil. Dug up!", - "ids": "2376,2377,2378" - }, - { - "examine": "Technically a bed.", - "ids": "2379" - }, - { - "examine": "I wonder what's inside...", - "ids": "2380" - }, - { - "examine": "Swampy dirt.", - "ids": "2381,2382,2383,2384,2385,2386,2387,2388,2389,2390" - }, - { - "examine": "A very solid looking gate.", - "ids": "2391,2392" - }, - { - "examine": "'Pay back all your debts by borrowing more money from us!' Clever.", - "ids": "23924" - }, - { - "examine": "Contains quite a lot of someone else's property.", - "ids": "23925" - }, - { - "examine": "This chest looks strong.", - "ids": "23926" - }, - { - "examine": "A handy place for filling in forms and paperwork.", - "ids": "23928" - }, - { - "examine": "They say money can't buy happiness.", - "ids": "23929" - }, - { - "examine": "Aim for the goal!", - "ids": "2393" - }, - { - "examine": "A gilt sculpture of a monarch.", - "ids": "23930" - }, - { - "examine": "A gate to the Gnomeball pitch.", - "ids": "2394,2395" - }, - { - "examine": "Distinctly feminine.", - "ids": "2396" - }, - { - "examine": "A solid looking door.", - "ids": "2397,2398,2399" - }, - { - "examine": "The door is shut.", - "ids": "24" - }, - { - "examine": "Might be worth searching.", - "ids": "2400,2401" - }, - { - "examine": "A good source of books!", - "ids": "2402" - }, - { - "examine": "Might be worth searching.", - "ids": "2403,2404" - }, - { - "examine": "I can climb this.", - "ids": "2405" - }, - { - "examine": "The door is closed.", - "ids": "2406,2407" - }, - { - "examine": "I can climb down this.", - "ids": "2408,36693,36694" - }, - { - "examine": "A commonly found tree.", - "ids": "2409" - }, - { - "examine": "I can climb this.", - "ids": "2410" - }, - { - "examine": "The door is closed.", - "ids": "2411" - }, - { - "examine": "Handy for boarding the ship.", - "ids": "2412,2413,2414,2415" - }, - { - "examine": "Pull me!", - "ids": "2416" - }, - { - "examine": "Place party drop items here.", - "ids": "2417,2418,2419,2420" + "examine": "A barrel with a warning sign on it.", + "ids": "17297" }, { "examine": "A beautiful landscape.", "ids": "24184" }, { - "examine": "This lever is down.", - "ids": "2421" + "examine": "These open and close!", + "ids": "40050" }, { - "examine": "This lever is up.", - "ids": "2422" + "examine": "A case. With books.", + "ids": "40033" }, { - "examine": "This lever is down.", - "ids": "2423" + "examine": "A drab looking bed.", + "ids": "40035" }, { - "examine": "This lever is up.", - "ids": "2424" + "examine": "I can climb down this.", + "ids": "40027,20987,29358" }, { - "examine": "This lever is down.", - "ids": "2425" + "examine": "These open and close!", + "ids": "40052" }, { - "examine": "This lever is up.", - "ids": "2426" + "examine": "The perfect place to store things.", + "ids": "40054" }, { - "examine": "This door is closed by an unknown mechanism.", - "ids": "2427,2428,2429,2430,2431" - }, - { - "examine": "This gate is closed shut.", - "ids": "2432,2433" - }, - { - "examine": "This may be worth opening.", - "ids": "2434,2435" + "examine": "Break glass in case in case of emergency.", + "ids": "40076" }, { "examine": "I can climb up these stairs.", - "ids": "24349" + "ids": "40057" }, { - "examine": "I wonder what's inside.", - "ids": "2436,2437" + "examine": "Trinkets and stuff.", + "ids": "40075" }, { - "examine": "A wooden gate.", - "ids": "2438,2439" + "examine": "Looking good!", + "ids": "40065" }, { - "examine": "Wonder what this pillar is for?", - "ids": "2440,2441,2442,2443" + "examine": "It looks slightly different from the rest.", + "ids": "30532" }, { - "examine": "I wonder what's under it?", - "ids": "2444,2445" + "examine": "'Here lies...' is all I can read.", + "ids": "30671,30672" }, { - "examine": "This leads to somewhere...but where?", - "ids": "2446" + "examine": "The inscription is worn away and unreadable.", + "ids": "30667,30669" }, { - "examine": "I reckon I could climb that!", - "ids": "2447,2448" + "examine": "Whoever bought this must have really cared for the inhabitant.", + "ids": "30668" }, { - "examine": "Some magical rocks.", - "ids": "2449,2450" + "examine": "Make a wish.", + "ids": "28715" }, { - "examine": "Allows access to other parts of the ship.", - "ids": "245,246" + "examine": "Contains no summoning energy.", + "ids": "28720,28721" }, { - "examine": "There's something behind these roots.", - "ids": "2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464" + "examine": "Glowing with barely-suppressed energies.", + "ids": "28719" }, { - "examine": "A portal from this mystical place.", - "ids": "2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477" + "examine": "Looks kind of like a man made of metal.", + "ids": "32292" }, { - "examine": "A mysterious power emanates from this shrine.", - "ids": "2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490" + "examine": "Technically a bed.", + "ids": "32031" }, { - "examine": "The source of all Rune Stones.", - "ids": "2491" + "examine": "Now that's what I call slimline!", + "ids": "32072" }, { - "examine": "A portal from this mystical place.", - "ids": "2492" + "examine": "A really bad portrait of the King.", + "ids": "32326" }, { - "examine": "For keeping things in.", - "ids": "24924" - }, - { - "examine": "A part of an old temple.", - "ids": "2493,2494,2495,2496" - }, - { - "examine": "Unusual energy is gathered here.", - "ids": "2497,2498,2499,2500,2501,2502" - }, - { - "examine": "Seems to be some kind of clock part.", - "ids": "25,26,27,28,29,30,31,32" - }, - { - "examine": "An old crumbled pillar.", - "ids": "2503,2504,2505,2506,2507" - }, - { - "examine": "Broken parts of an old temple.", - "ids": "2508,2509,2510" - }, - { - "examine": "This leads to the practice tower.", - "ids": "2511" - }, - { - "examine": "This leads back down to the guild.", - "ids": "2512" - }, - { - "examine": "I wonder if I can hit a bullseye?", - "ids": "2513" - }, - { - "examine": "The door to the Ranging Guild.", - "ids": "2514" - }, - { - "examine": "I hope it doesn't sink.", - "ids": "2515" - }, - { - "examine": "It's sinking!", - "ids": "2516" - }, - { - "examine": "Going up?", - "ids": "2517" - }, - { - "examine": "Typical shoddy workmanship.", - "ids": "2518" - }, - { - "examine": "Crates of packed fish.", - "ids": "2519" - }, - { - "examine": "Without this I'm going around in circles.", - "ids": "252,253" - }, - { - "examine": "It's used for loading and unloading fishing boats.", - "ids": "2520,2521" - }, - { - "examine": "A log jammed by the current, perhaps rideable.", - "ids": "25216" - }, - { - "examine": "It's a flight of stairs.", - "ids": "2522,2523" - }, - { - "examine": "I wonder what's inside?", - "ids": "2524" - }, - { - "examine": "It's open.", - "ids": "2525" - }, - { - "examine": "The door of a small prison.", - "ids": "2526,2527" - }, - { - "examine": "A barbarian's bed.", - "ids": "25268" - }, - { - "examine": "A barbarian table.", - "ids": "25269" - }, - { - "examine": "A barbarian chair.", - "ids": "25270" - }, - { - "examine": "Crazy-looking whirlpool.", - "ids": "25274" - }, - { - "examine": "The door is closed.", - "ids": "2528" - }, - { - "examine": "A patch of ash-strewn ground.", - "ids": "25286" - }, - { - "examine": "A door.", - "ids": "2529" - }, - { - "examine": "Fit for a barbarian burial.", - "ids": "25290" - }, - { - "examine": "Used for storage.", - "ids": "2530" - }, - { - "examine": "Looks like someone's tried digging here.", - "ids": "2531,2532" - }, - { - "examine": "A pile of what is hopefully mud.", - "ids": "2533" - }, - { - "examine": "There's black cross on the door.", - "ids": "2534" - }, - { - "examine": "A barbarian's anvil.", - "ids": "25349" - }, - { - "examine": "The door is closed.", - "ids": "2535" - }, - { - "examine": "A door.", - "ids": "2536" - }, - { - "examine": "A pile of old barbarian bones.", - "ids": "25362" - }, - { - "examine": "The door is closed.", - "ids": "2537" - }, - { - "examine": "A door.", - "ids": "2538" - }, - { - "examine": "A flight of stairs.", - "ids": "2539,2540" - }, - { - "examine": "This figure brings luck to those who sail.", - "ids": "254" - }, - { - "examine": "An outlet to the sewer.", - "ids": "2541,2542" - }, - { - "examine": "There's a cover over this manhole.", - "ids": "2543" - }, - { - "examine": "I wonder where they will take me.", - "ids": "25432" - }, - { - "examine": "How dangerous, someone has left this manhole open.", - "ids": "2544" - }, - { - "examine": "This is supposed to stop people falling down the manhole.", - "ids": "2545" - }, - { - "examine": "A door.", - "ids": "2546,2547,2548,2549" - }, - { - "examine": "Potentially hot!", - "ids": "25464" - }, - { - "examine": "A goblin fire. Looks fierce.", - "ids": "25465" - }, - { - "examine": "Used for pulling things up.", - "ids": "255" - }, - { - "examine": "A secure door.", - "ids": "2550,2551" - }, - { - "examine": "A metal gate bars your way.", - "ids": "2552,2553" - }, - { - "examine": "A secure door.", - "ids": "2554,2555,2556,2557,2558,2559" - }, - { - "examine": "Fine silk woven by experts.", - "ids": "2560" - }, - { - "examine": "This stall smells great.", - "ids": "2561" - }, - { - "examine": "Precious stones from around the world.", - "ids": "2562" - }, - { - "examine": "All manner of animal clothing.", - "ids": "2563" - }, - { - "examine": "Spices to tingle your taste buds.", - "ids": "2564" - }, - { - "examine": "Fine silver items are for sale here.", - "ids": "2565" - }, - { - "examine": "I wonder what's inside it.", - "ids": "2566,2567,2568,2569,2570,2571,2572,2573,2574" - }, - { - "examine": "A marshy jungle vine.", - "ids": "2575,2576" - }, - { - "examine": "A tall palm tree with some plants growing at its stem.", - "ids": "2577" - }, - { - "examine": "A tall palm tree.", - "ids": "2578" - }, - { - "examine": "The burnt ground has a plant growing on it.", - "ids": "2579" - }, - { - "examine": "The ground has been burnt here by a fire.", - "ids": "2580" - }, - { - "examine": "A rock with green moss growing on it.", - "ids": "2581" - }, - { - "examine": "A rock, it looks like something was growing here.", - "ids": "2582" - }, - { - "examine": "It looks as if it is covered in some fungus.", - "ids": "2583" - }, - { - "examine": "A collection of rocks over what looks like a depression.", - "ids": "2584" - }, - { - "examine": "Rocky walls, you may be able to climb it.", - "ids": "2585" - }, - { - "examine": "It's closed.", - "ids": "2586" - }, - { - "examine": "I wonder what's inside?", - "ids": "2587" - }, - { - "examine": "It's open.", - "ids": "2588" - }, - { - "examine": "This ship's not getting far with that.", - "ids": "2589" - }, - { - "examine": "Takes me into the ship.", - "ids": "2590,2591" - }, - { - "examine": "Takes me back on deck.", - "ids": "2592" - }, - { - "examine": "Handy for boarding the ship.", - "ids": "2593,2594" - }, - { - "examine": "It's closed.", - "ids": "2595" - }, - { - "examine": "A blood-red door.", - "ids": "2596" - }, - { - "examine": "A lurid orange door.", - "ids": "2597" - }, - { - "examine": "A sickly yellow door.", - "ids": "2598" - }, - { - "examine": "A gloomy blue door.", - "ids": "2599" - }, - { - "examine": "This figure brings luck to those who sail.", - "ids": "260" - }, - { - "examine": "A groovy magenta door.", - "ids": "2600" - }, - { - "examine": "A putrid green door.", - "ids": "2601" - }, - { - "examine": "Probably the nicest door in this ghastly place.", - "ids": "2602" - }, - { - "examine": "It's closed.", - "ids": "2603" - }, - { - "examine": "It's open.", - "ids": "2604" - }, - { - "examine": "It's a ladder.", - "ids": "2605" - }, - { - "examine": "There is something strange about this wall...", - "ids": "2606" - }, - { - "examine": "It's closed.", - "ids": "2607,2608" - }, - { - "examine": "A collection of rocks over what looks like a depression.", - "ids": "2609" - }, - { - "examine": "A rope hangs here that I can climb.", - "ids": "2610" - }, - { - "examine": "It's a ladder.", - "ids": "2611" - }, - { - "examine": "Wonder what's in here...", - "ids": "2612" - }, - { - "examine": "Smells kind of funny...", - "ids": "2613" - }, - { - "examine": "Looks comfortable...", - "ids": "2615" - }, - { - "examine": "Looks spooky...", - "ids": "2616" - }, - { - "examine": "Phew, an exit!", - "ids": "2617" - }, - { - "examine": "The fence is broken at this point.", - "ids": "2618" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "2619" - }, - { - "examine": "An old crate for storage.", - "ids": "2620" - }, - { - "examine": "It's a door.", - "ids": "2621,2622" - }, - { - "examine": "It's a gate.", - "ids": "2623" - }, - { - "examine": "The entrance to the Hero's Guild.", - "ids": "2624,2625" - }, - { - "examine": "It's a door.", - "ids": "2626,2627,2628" - }, - { - "examine": "There is something unusual about this wall...", - "ids": "2629" - }, - { - "examine": "I can see eels swimming in the lava.", - "ids": "2630" - }, - { - "examine": "It's a door.", - "ids": "2631" - }, - { - "examine": "I wonder what's inside?", - "ids": "2632" - }, - { - "examine": "It's open.", - "ids": "2633" - }, - { - "examine": "Rocks that contain nothing interesting, but block the way.", - "ids": "2634" - }, - { - "examine": "I wonder what's inside?", - "ids": "2635" - }, - { - "examine": "It's open.", - "ids": "2636,2637" - }, - { - "examine": "A source of pure water.", - "ids": "2638,2639" - }, - { - "examine": "A shrine for the faithful to worship at.", - "ids": "2640" + "examine": "A tatty old standard.", + "ids": "32295" }, { "examine": "I can climb this.", - "ids": "2641" + "ids": "32015" }, { - "examine": "Used for fashioning clay items.", - "ids": "2642" + "examine": "An old crate for storage.", + "ids": "29351,29352,31137,31140" }, { - "examine": "Bake your clay items in here.", - "ids": "2643" + "examine": "A wooden barrel for storage.", + "ids": "17308,31136,36798" }, { - "examine": "Used for spinning thread.", - "ids": "2644" + "examine": "A home for baby creatures.", + "ids": "32312" }, { - "examine": "A tray of sand.", - "ids": "2645" + "examine": "Must have been laid by a huge bird.", + "ids": "32313" }, { - "examine": "A plant cultivated for fibres.", - "ids": "2646" - }, - { - "examine": "The door to the Crafting Guild.", - "ids": "2647,2648,2649" - }, - { - "examine": "Useful if there is any wind.", - "ids": "265" - }, - { - "examine": "A pile of smelly rotting waste.", - "ids": "2650" - }, - { - "examine": "A sturdy home for bees.", - "ids": "2651" - }, - { - "examine": "Looks like this is where waste from the kitchen comes out.", - "ids": "2652" - }, - { - "examine": "It looks like a spiders' nest to me.", - "ids": "2653" - }, - { - "examine": "This fountain suits the garden.", - "ids": "2654" - }, - { - "examine": "It's the Sinclair Family coat of arms.", - "ids": "2655" - }, - { - "examine": "Looks like this is where Anna keeps her stuff.", - "ids": "2656" - }, - { - "examine": "Looks like this is where Bob keeps his stuff.", - "ids": "2657" - }, - { - "examine": "Looks like this is where Carol keeps her stuff.", - "ids": "2658" - }, - { - "examine": "Looks like this is where David keeps his stuff.", - "ids": "2659" - }, - { - "examine": "Useful for making ships move.", - "ids": "266,267" - }, - { - "examine": "Looks like this is where Elizabeth keeps her stuff.", - "ids": "2660" - }, - { - "examine": "Looks like this is where Frank keeps his stuff.", - "ids": "2661" - }, - { - "examine": "Looks like this is where the cook stores flour.", - "ids": "2662" - }, - { - "examine": "Some sacks of general garden items.", - "ids": "2663" - }, - { - "examine": "Luckily it seems able to keep that vicious dog inside.", - "ids": "2664,2665" - }, - { - "examine": "Looks like the killer smashed this to leave the mansion.", - "ids": "2666" - }, - { - "examine": "Slaves are using this to pull up barrels of rocks from down below.", - "ids": "2667" - }, - { - "examine": "Slaves are placing barrels on this to haul them to the surface.", - "ids": "2668,2669" - }, - { - "examine": "A succulent cactus.", - "ids": "2670" - }, - { - "examine": "A less-than-succulent succulent.", - "ids": "2671" - }, - { - "examine": "I can try to make new items on this.", - "ids": "2672" - }, - { - "examine": "A solid looking gate.", - "ids": "2673,2674" - }, - { - "examine": "Large doors made of solid oak.", - "ids": "2675,2676" - }, - { - "examine": "A solid looking chest, it belongs to Captain Siad.", - "ids": "2677" - }, - { - "examine": "A selection of Captain Siad's Books.", - "ids": "2678" - }, - { - "examine": "A sturdy looking desk on which the Captain works.", - "ids": "2679" - }, - { - "examine": "Useful for making ships move", - "ids": "268" - }, - { - "examine": "A barrel containing rocks and mining debris.", - "ids": "2680" - }, - { - "examine": "An empty mining barrel.", - "ids": "2681" - }, - { - "examine": "The cart which takes barrels of rocks from the mining encampment to Al-Kharid.", - "ids": "2682" - }, - { - "examine": "Gives a lovely view of the desert, complete with metalic bars.", - "ids": "2683" - }, - { - "examine": "It seems to be used for moving rocks into and out of this area.", - "ids": "2684" - }, - { - "examine": "A solid looking gate.", - "ids": "2685,2686,2687,2688" - }, - { - "examine": "There's no getting around it, it's a fairly sturdy prison cell door.", - "ids": "2689" - }, - { - "examine": "Large solid, thick set oak doors", - "ids": "2690,2691" - }, - { - "examine": "It looks fairly sturdy.", - "ids": "2692" - }, - { - "examine": "This is used by Shantay and his men to take items to the bank on your behalf.", - "ids": "2693" + "examine": "Stops bits of building falling on me.", + "ids": "37451" }, { "examine": "I wonder what's under it?", @@ -9252,648 +20412,104 @@ "ids": "26934,36687" }, { - "examine": "A rocky rock.", - "ids": "2694,2695,2696,2697" + "examine": "A strong metal door.", + "ids": "29315,29316,29317,29318,29319,29320,29321,29322" }, { - "examine": "A cave which has been mined out.", - "ids": "2698,2699" + "examine": "The body of a Dwarf savaged by Goblins.", + "ids": "15596" }, { - "examine": "The entrance to the tent.", - "ids": "2700,2701" + "examine": "I don't know art, but I like it!", + "ids": "36809" }, { - "examine": "Tracks in the sand.", - "ids": "2702,2703" + "examine": "The wood burning here must be full of salt.", + "ids": "14169" }, { - "examine": "Rocky!", - "ids": "2704" + "examine": "Sturdy looking.", + "ids": "21176" }, { - "examine": "It's a door.", - "ids": "2705" + "examine": "Doesn't look like it'll be sailing again.", + "ids": "14173" }, { - "examine": "A nicely fitted door.", - "ids": "2706" - }, - { - "examine": "A wooden crate for storage.", - "ids": "2707,2708" - }, - { - "examine": "I wonder what's inside?", - "ids": "2709" - }, - { - "examine": "How much does this weigh?", - "ids": "271" - }, - { - "examine": "It's open.", - "ids": "2710" - }, - { - "examine": "It's a flight of stairs.", - "ids": "2711" - }, - { - "examine": "The door is closed.", - "ids": "2712" - }, - { - "examine": "Grain goes in here.", - "ids": "2713,2714,2715,2716,2717" - }, - { - "examine": "These control the flow of grain from the hopper to the millstones.", - "ids": "2718,2719,2720,2721,2722" - }, - { - "examine": "I can climb up here.", - "ids": "272" - }, - { - "examine": "A spicy meat kebab is cooking here.", - "ids": "2723" - }, - { - "examine": "A fire burns brightly here.", - "ids": "2724" - }, - { - "examine": "A grand old fireplace.", - "ids": "2725,2726" - }, - { - "examine": "Something is cooking nicely here.", - "ids": "2727" - }, - { - "examine": "Ideal for cooking on.", - "ids": "2728,2729,2730,2731,3039,9682,12102,36973,40110" - }, - { - "examine": "I can go below decks with this ladder.", - "ids": "273" - }, - { - "examine": "Hot!", - "ids": "2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780" - }, - { - "examine": "A conveniently rolled sail.", - "ids": "274,275,276,277,278,279" - }, - { - "examine": "A hot place for forging things in.", - "ids": "2781" - }, - { - "examine": "It says \"Property of Doric the dwarf.\" on the side.", - "ids": "2782" - }, - { - "examine": "Used for fashioning metal items.", - "ids": "2783" - }, - { - "examine": "Various implements for working with metal.", - "ids": "2784" - }, - { - "examine": "A hot place for forging things in.", - "ids": "2785" - }, - { - "examine": "An entrance to Gu'Tanoth.", - "ids": "2786,2787,2788,2789" - }, - { - "examine": "I wonder what's inside it.", - "ids": "2790" - }, - { - "examine": "A counter made from a stone block.", - "ids": "2791,2792,2876,3800,29356" - }, - { - "examine": "An ogre is selling cakes here.", - "ids": "2793" - }, - { - "examine": "A lever for activating something.", - "ids": "2794,2795" - }, - { - "examine": "This leads to the watchtower.", - "ids": "2796" - }, - { - "examine": "This leads downwards.", - "ids": "2797" - }, - { - "examine": "A leafy bush.", - "ids": "2798,2799,2800,2801,2802,2803" - }, - { - "examine": "I think I can squeeze through here...", - "ids": "2804,2805,2806,2807,2808,2809,2810,2811" - }, - { - "examine": "This leads downwards.", - "ids": "2812" - }, - { - "examine": "I think I can squeeze through here...", - "ids": "2813" - }, - { - "examine": "The gate has been locked shut.", - "ids": "2814,2815" - }, - { - "examine": "A strange looking rock...", - "ids": "2816" - }, - { - "examine": "I think I can get out here...", - "ids": "2817,2818,2819,2820,2821,2822" - }, - { - "examine": "A hole.", - "ids": "2823" - }, - { - "examine": "A hole", - "ids": "2824" - }, - { - "examine": "I hope this leads the way out.", - "ids": "2825" - }, - { - "examine": "I wonder what's inside it?", - "ids": "2826,2827,2828,2829" - }, - { - "examine": "You can probably jump over from here.", - "ids": "2830,2831" - }, - { - "examine": "A low wall is blocking your path.", - "ids": "2832" - }, - { - "examine": "This goes up!", - "ids": "2833" - }, - { - "examine": "Sure it's gilded, but would you want to live in it?", - "ids": "28335" - }, - { - "examine": "It incubates eggs.", - "ids": "28336" - }, - { - "examine": "It's a basket for cats.", - "ids": "28337" - }, - { - "examine": "It's a basket for dogs.", - "ids": "28338" - }, - { - "examine": "Enough baskets for any dog's needs.", - "ids": "28339" - }, - { - "examine": "A low wall is blocking your path.", - "ids": "2834" - }, - { - "examine": "Lots of little fishies.", - "ids": "28340" - }, - { - "examine": "Keeps the puppies out of trouble.", - "ids": "28341" - }, - { - "examine": "It's good for bedding and stuffing.", - "ids": "28343" - }, - { - "examine": "Things are cheaper by the pound.", - "ids": "28344" - }, - { - "examine": "Made by the A. Wilson Company.", - "ids": "28345" - }, - { - "examine": "Looks hard.", - "ids": "2835,2836,2837,2838,2839,2840,2841" - }, - { - "examine": "They know how much that dog in the window is.", - "ids": "28351" - }, - { - "examine": "Lots of things for a growing pup.", - "ids": "28353" - }, - { - "examine": "Lots of things for a growing kitten.", - "ids": "28354" - }, - { - "examine": "Lots of things for a growing fish.", - "ids": "28355" - }, - { - "examine": "It seems to be sat happily on the counter.", - "ids": "28356" - }, - { - "examine": "Lots of things for a growing pup/kitten/fish.", - "ids": "28357" - }, - { - "examine": "There are a lot of pet supplies here.", - "ids": "28357,28358,28363,28364" - }, - { - "examine": "Fetch!", - "ids": "28360" - }, - { - "examine": "It's covered in hairs.", - "ids": "28361" - }, - { - "examine": "It has a special magical quality.", - "ids": "2842" - }, - { - "examine": "This drain leads from the sink to the sewers below.", - "ids": "2843" - }, - { - "examine": "This looks like it can be turned.", - "ids": "2844,2845,2846,2847,2848" - }, - { - "examine": "A rudimentary type of boat.", - "ids": "2849" - }, - { - "examine": "It's closed.", - "ids": "2850" - }, - { - "examine": "It's open.", - "ids": "2851" - }, - { - "examine": "I can probably squeeze my way inside there.", - "ids": "2852" - }, - { - "examine": "It's a flight of stairs.", - "ids": "2853" - }, - { - "examine": "Made of wood.", - "ids": "2854,2855" - }, - { - "examine": "I wonder what's inside?", - "ids": "2856" - }, - { - "examine": "It's open.", - "ids": "2857" - }, - { - "examine": "Used for storage.", - "ids": "2858" + "examine": "Looks a bit damp.", + "ids": "14174" }, { "examine": "Those druids certainly make the best of natural resources.", "ids": "28588,28589" }, - { - "examine": "A hot range, where some soup is bubbling nicely.", - "ids": "2859" - }, - { - "examine": "Very ominous.", - "ids": "2860" - }, - { - "examine": "It's a door.", - "ids": "2861,2862" - }, - { - "examine": "A place to sit and watch furniture grow.", - "ids": "28627" - }, - { - "examine": "The door is closed.", - "ids": "2863" - }, - { - "examine": "It's not rolling, but it seems to have gathered some moss.", - "ids": "28635" - }, { "examine": "Sit back and relax...", "ids": "28636,18488" }, { - "examine": "A water feature.", - "ids": "2864" + "examine": "One horsepower; wooden suspension: a beauty.", + "ids": "34376" }, { - "examine": "It's a gate.", - "ids": "2865,2866" + "examine": "I don't even want to think about what did that...", + "ids": "32071" }, { - "examine": "Very decorative!", - "ids": "2867" + "examine": "It's a door.", + "ids": "31838" }, { - "examine": "It's a cupboard.", - "ids": "2868,2869" + "examine": "Wooden crates for storage.", + "ids": "31138,31139" }, { - "examine": "A thick metal gate.", - "ids": "28690,28691,28692,28693" + "examine": "These may have something in them.", + "ids": "32049,36929" }, { - "examine": "I'm not allowed to climb this ladder.", - "ids": "287" + "examine": "Probably looked better mounted on the dragon's neck.", + "ids": "15564" }, { - "examine": "The mouse equivalent of a door.", - "ids": "2870" + "examine": "A magical wall decoration.", + "ids": "32324,32325" }, { - "examine": "I can climb down this.", - "ids": "2871" + "examine": "Perhaps I should search this.", + "ids": "32009" }, { - "examine": "Make a wish.", - "ids": "28715" + "examine": "The door is closed.", + "ids": "31808" }, { - "examine": "Glowing with barely-suppressed energies.", - "ids": "28719" + "examine": "The door is open.", + "ids": "31809" }, { - "examine": "I can climb this.", - "ids": "2872" + "examine": "The bank teller will serve you from here.", + "ids": "36786" }, { - "examine": "Contains no summoning energy.", - "ids": "28720,28721" + "examine": "Closed for business.", + "ids": "36787" }, { - "examine": "What a good likeness!", - "ids": "2873" - }, - { - "examine": "A depiction that chills one to the bone.", - "ids": "2874" - }, - { - "examine": "I wonder how accurate a representation this is.", - "ids": "2875" - }, - { - "examine": "A barrel full of staffs...", - "ids": "2877" - }, - { - "examine": "Patterns of light dance hypnotically across the pool's surface.", - "ids": "2878,2879" - }, - { - "examine": "There seems to be some sort of magical field here.", - "ids": "2880" - }, - { - "examine": "It's closed.", - "ids": "2881" - }, - { - "examine": "The toll gate from Lumbridge to Al-Kharid.", - "ids": "2882,2883" - }, - { - "examine": "I can climb this.", - "ids": "2884" - }, - { - "examine": "An antique by anyone's standards.", - "ids": "2885" - }, - { - "examine": "An antique by anyone's standards, however, it might have something interesting in it.", - "ids": "2886" - }, - { - "examine": "Looks good for logging.", - "ids": "2887" - }, - { - "examine": "A leafy jungle palm, dense foliage.", - "ids": "2888" - }, - { - "examine": "Home to many unusual creatures.", - "ids": "2889" - }, - { - "examine": "A leafy tree.", - "ids": "2890" - }, - { - "examine": "This tree has been cut down.", - "ids": "2891" - }, - { - "examine": "A jungle bush, quite common to these areas.", - "ids": "2892,2893" - }, - { - "examine": "A jungle bush that has been chopped down.", - "ids": "2894,2895" - }, - { - "examine": "A door to the Legends Guild.", - "ids": "2896,2897,2898,2899" - }, - { - "examine": "Looks slippery!", - "ids": "2900,2901" - }, - { - "examine": "Stoney!", - "ids": "2902" - }, - { - "examine": "A rather shadowy cavern entrance.", - "ids": "2903,2904" - }, - { - "examine": "An old crate for storage.", - "ids": "2905" - }, - { - "examine": "Useful for putting things on.", - "ids": "2906" - }, - { - "examine": "I guess I could sleep in it if I was really tired.", - "ids": "2907" - }, - { - "examine": "A wall of magic fire.", - "ids": "2908,2909" - }, - { - "examine": "Rickety bamboo tables that are lashed together to make a desk.", - "ids": "2910" - }, - { - "examine": "Bamboo storage!", - "ids": "2911" - }, - { - "examine": "This gate has a horribly complex locking mechanism.", - "ids": "2912,2913,2914,2915" - }, - { - "examine": "A dark cave entrance leading to the surface.", - "ids": "2916,2917" - }, - { - "examine": "A large crack in the wall.", - "ids": "2918" - }, - { - "examine": "A huge lump of rock.", - "ids": "2919,2920,2921" - }, - { - "examine": "A heavily constructed, cast-iron, ancient gateway.", - "ids": "2922,2923,2924,2925" - }, - { - "examine": "A high wall made up of rocks with sharp edges.", - "ids": "2926" - }, - { - "examine": "It looks like ancient graffiti.", - "ids": "2927" - }, - { - "examine": "An ornately carved rock with a pointed receptacle.", - "ids": "2928" - }, - { - "examine": "A half buried skeleton, probably dwarven remains.", - "ids": "2929" - }, - { - "examine": "A huge, strangely constructed doorway, not sure how this opens.", - "ids": "2930" - }, - { - "examine": "It looks like a magical portal of some kind, who knows where it leads?", - "ids": "2931" - }, - { - "examine": "A strong metal door.", - "ids": "29315,29316,29317,29318,29319,29320,29321,29322" - }, - { - "examine": "Strangely, there's a locked barrel here, I wonder what's inside.", - "ids": "2932,2933" - }, - { - "examine": "A large scaffold platform most likely used for lifting and lowering heavy items.", - "ids": "2934" - }, - { - "examine": "Used to move earth to, and from, the dig shaft. A rope has been thrown over it.", - "ids": "2935" - }, - { - "examine": "An old crate for storage.", - "ids": "29351,29352,31137,31140" - }, - { - "examine": "A sculpted trunk of wood.", - "ids": "2936,2937,2938,2939" - }, - { - "examine": "Warning! Danger of death.", - "ids": "29373" - }, - { - "examine": "A wonderfully dressed table.", - "ids": "2940" - }, - { - "examine": "I wonder what's inside.", - "ids": "29400,32010,40093" - }, - { - "examine": "Sparkling sacred water straight from the source.", - "ids": "2941" - }, - { - "examine": "A sparkling, babbling flow of water from an underground source.", - "ids": "2942" - }, - { - "examine": "Disgusting filthy quagmire that oozes from the ground.", - "ids": "2943" - }, - { - "examine": "Found near the water's edge.", - "ids": "2944" - }, - { - "examine": "A baby Yommi tree, it has a mystical aura.", - "ids": "2945" - }, - { - "examine": "An adolescent-looking Yommi tree, it has a mystical aura.", - "ids": "2946" - }, - { - "examine": "I can climb over the fence using this.", - "ids": "29460" + "examine": "Banking transactions are processed here.", + "ids": "36789,37158" }, { "examine": "This will give me a bit more information.", "ids": "29461,29462,29463,29464" }, { - "examine": "It looks slightly rickety.", - "ids": "29468" + "examine": "I can climb over the fence using this.", + "ids": "29460" }, { - "examine": "A dead Yommi tree sapling, you'll need a tough axe to remove this.", - "ids": "2947" + "examine": "It looks slightly rickety.", + "ids": "29468" }, { "examine": "These probably contain Farming supplies.", @@ -9911,30 +20527,6 @@ "examine": "I wonder what's buried here.", "ids": "29476,29477,29478" }, - { - "examine": "A fully grown Yommi tree, it won't get much taller than this.", - "ids": "2948" - }, - { - "examine": "A dead fully grown Yommi tree, you'll need a tough, sharp axe to remove this.", - "ids": "2949" - }, - { - "examine": "A felled adult Yommi tree, perhaps you should trim those branches?", - "ids": "2950" - }, - { - "examine": "A rotten felled Yommi tree, it was left too long in the damp jungle.", - "ids": "2951" - }, - { - "examine": "A trimmed Yommi tree log, perfect for sculpting into a totem pole.", - "ids": "2952" - }, - { - "examine": "A rotten Yommi tree log, it was left too long in the damp jungle air.", - "ids": "2953" - }, { "examine": "So small only a rabbit could squeeze down.", "ids": "29533" @@ -9944,1044 +20536,168 @@ "ids": "29534" }, { - "examine": "A beautifully crafted totem pole carved from the trunk of the sacred Yommi tree.", - "ids": "2954" + "examine": "Potentially hot!", + "ids": "25464" }, { - "examine": "A rotten totem pole, it was left to rot in the jungle.", - "ids": "2955" + "examine": "A goblin fire. Looks fierce.", + "ids": "25465" }, { - "examine": "This earth is particularly fertile.", - "ids": "2956" + "examine": "A wooden crate for storage.", + "ids": "18506" }, { - "examine": "This earth is damaged by cultivation, time will restore the fertility.", - "ids": "2957" + "examine": "A pile of crates for storage.", + "ids": "18508" }, { - "examine": "A rope hangs here.", - "ids": "2958" + "examine": "I wonder where they will take me.", + "ids": "25432" }, { - "examine": "A dangerous path onwards.", - "ids": "2959,2960,2961" - }, - { - "examine": "It's like a land rudder.", - "ids": "296" - }, - { - "examine": "Stoney!", - "ids": "2962,2963,2964" - }, - { - "examine": "Looks slippery!", - "ids": "2965" - }, - { - "examine": "A hot place for forging things in.", - "ids": "2966,2967,2968" - }, - { - "examine": "It looks like a strangely shaped depression in the rock.", - "ids": "2969" - }, - { - "examine": "Disturbingly man-like.", - "ids": "297" - }, - { - "examine": "This recess has a glowing heart shaped crystal in it.", - "ids": "2970" - }, - { - "examine": "This looks like some sort of shimmering surface.", - "ids": "2971" - }, - { - "examine": "A huge lump of rock.", - "ids": "2972,2973,2974" - }, - { - "examine": "This tree is particularly leafy.", - "ids": "2975,2976" - }, - { - "examine": "A large pile of sand", - "ids": "2977" - }, - { - "examine": "A medium pile of sand", - "ids": "2978" - }, - { - "examine": "A small pile of sand", - "ids": "2979" - }, - { - "examine": "I bet there's a needle in it somewhere.", - "ids": "298,299,300" - }, - { - "examine": "Some beautiful flowers.", - "ids": "2980,2981,2982,2983,2984,2985,2986,2987,2988" - }, - { - "examine": "Known commonly as Red worm vine.", - "ids": "2989,2990,2991,2992,2993,2994" - }, - { - "examine": "Contains traces of summoning energy.", - "ids": "29939,29943,29944,29945,29947,29951,29952,29953,29954" - }, - { - "examine": "I wonder what's inside.", - "ids": "2995,2996" - }, - { - "examine": "The door is closed.", - "ids": "2997" - }, - { - "examine": "The door is open.", - "ids": "2998,2999" - }, - { - "examine": "The door is closed.", - "ids": "3,4" - }, - { - "examine": "These obviously mean keep out!", - "ids": "3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013" - }, - { - "examine": "Animals have no table manners.", - "ids": "301" - }, - { - "examine": "A nicely fitted door.", - "ids": "3014" - }, - { - "examine": "A wooden gate.", - "ids": "3015,3016" - }, - { - "examine": "A nicely fitted door.", - "ids": "3017,3018,3019" - }, - { - "examine": "A home for baby creatures.", - "ids": "302" - }, - { - "examine": "A wrought iron gate.", - "ids": "3020,3021,3022,3023" - }, - { - "examine": "A closed door.", - "ids": "3024,3025,3026,3027" - }, - { - "examine": "I can climb this.", - "ids": "3028" - }, - { - "examine": "I can climb down this.", - "ids": "3029" - }, - { - "examine": "In the city we would call this mouldy rubbish.", - "ids": "303" - }, - { - "examine": "I can climb this.", - "ids": "3030" - }, - { - "examine": "I can climb down this.", - "ids": "3031" - }, - { - "examine": "I can see fish swimming in the water.", - "ids": "3032" - }, - { - "examine": "One of the most common trees in 2009Scape.", - "ids": "3033,3034,3035,3036" - }, - { - "examine": "A beautiful old oak.", - "ids": "3037" - }, - { - "examine": "Hot!", - "ids": "3038" - }, - { - "examine": "I bet there's a needle in it somewhere.", - "ids": "304" - }, - { - "examine": "It's closed.", - "ids": "3040" - }, - { - "examine": "It's open.", - "ids": "3041" - }, - { - "examine": "A rocky outcrop.", - "ids": "3042,3043" - }, - { - "examine": "A hot place for forging things in.", - "ids": "3044" + "examine": "'Pay back all your debts by borrowing more money from us!' Clever.", + "ids": "23924" }, { "examine": "The bank teller will serve you from here.", - "ids": "3045" - }, - { - "examine": "These obviously mean keep out!", - "ids": "3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076" - }, - { - "examine": "Where bees live.", - "ids": "305" - }, - { - "examine": "It looks slightly different from the rest.", - "ids": "30532" - }, - { - "examine": "A used cart seller will probably try and sell it later.", - "ids": "306" - }, - { - "examine": "The inscription is worn away and unreadable.", - "ids": "30667,30669" - }, - { - "examine": "Whoever bought this must have really cared for the inhabitant.", - "ids": "30668" - }, - { - "examine": "'Here lies...' is all I can read.", - "ids": "30671,30672" - }, - { - "examine": "One horsepower; wooden suspension: a beauty.", - "ids": "307,308" - }, - { - "examine": "Lean against the wall to get a better view!", - "ids": "3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107" - }, - { - "examine": "Dead tree parts piled together neatly.", - "ids": "309" - }, - { - "examine": "A patch of soft dark brown matter. Probably mud.", - "ids": "310" - }, - { - "examine": "Flags marking the entrance to the arena.", - "ids": "3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158" - }, - { - "examine": "A pile of something I hope is mud.", - "ids": "311" - }, - { - "examine": "Wooden crates for storage.", - "ids": "31138,31139" - }, - { - "examine": "Potato-licious!", - "ids": "312" - }, - { - "examine": "An interesting sign.", - "ids": "31297,31298,31299,31300,31301" - }, - { - "examine": "Baby bread.", - "ids": "313" - }, - { - "examine": "Beats the operating table.", - "ids": "3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181" - }, - { - "examine": "The door is closed.", - "ids": "31808" - }, - { - "examine": "The door is open.", - "ids": "31809" - }, - { - "examine": "Wait here for a nurse.", - "ids": "3182" - }, - { - "examine": "Storage for drugs and bandages.", - "ids": "3183,3184,3185" - }, - { - "examine": "It's a door.", - "ids": "31838" - }, - { - "examine": "I don't really want to end up here...", - "ids": "3186,3187,3188,3189" - }, - { - "examine": "These open and close!", - "ids": "3190" - }, - { - "examine": "This may be worth searching.", - "ids": "3191" - }, - { - "examine": "You can see the last 50 fights on here.", - "ids": "3192" - }, - { - "examine": "Used to store players' items whilst they duel.", - "ids": "3193" - }, - { - "examine": "Use for quick access to your bank.", - "ids": "3194" - }, - { - "examine": "Smells pretty bad!", - "ids": "3195" - }, - { - "examine": "Not much use for anything except scrap.", - "ids": "3196" - }, - { - "examine": "Entrance to the Duel Arena.", - "ids": "3197,3198" - }, - { - "examine": "A wooden double bed.", - "ids": "3199,3200,3201,3202" - }, - { - "examine": "Perhaps I should search this.", - "ids": "32009" - }, - { - "examine": "I can climb this.", - "ids": "32015" - }, - { - "examine": "Access to the duel arena.", - "ids": "3203,3204" - }, - { - "examine": "Technically a bed.", - "ids": "32031" - }, - { - "examine": "These may have something in them.", - "ids": "32049,36929" - }, - { - "examine": "I can climb down this.", - "ids": "3205" - }, - { - "examine": "A barrel full of staffs...", - "ids": "3206,3207,3208" - }, - { - "examine": "I don't even want to think about what did that...", - "ids": "32071" - }, - { - "examine": "Now that's what I call slimline!", - "ids": "32072" - }, - { - "examine": "A strange crack cuts into the wall.", - "ids": "3209,3210,3211,3212,29360,29362" - }, - { - "examine": "It looks like I can squeeze through here.", - "ids": "3213" - }, - { - "examine": "The easy way out...", - "ids": "3214,3215" - }, - { - "examine": "A pile of mud.", - "ids": "3216" - }, - { - "examine": "I can go through here.", - "ids": "3217" - }, - { - "examine": "Dark and intimidating.", - "ids": "3218,3219" - }, - { - "examine": "That skull's looking at me....", - "ids": "3220,3221" - }, - { - "examine": "I can climb down these.", - "ids": "3222" - }, - { - "examine": "I can climb up these.", - "ids": "3223" - }, - { - "examine": "I can go through here.", - "ids": "3224,3225,3226" - }, - { - "examine": "Best not to get caught!", - "ids": "3227" - }, - { - "examine": "Best avoided.", - "ids": "3228,3229" - }, - { - "examine": "Looks kind of like a man made of metal.", - "ids": "32292" - }, - { - "examine": "A tatty old standard.", - "ids": "32295" - }, - { - "examine": "Looks suspicious.", - "ids": "3230" - }, - { - "examine": "A plank.", - "ids": "3231" - }, - { - "examine": "A home for baby creatures.", - "ids": "32312" - }, - { - "examine": "Must have been laid by a huge bird.", - "ids": "32313" - }, - { - "examine": "Formed over many years.", - "ids": "3232" - }, - { - "examine": "A magical wall decoration.", - "ids": "32324,32325" - }, - { - "examine": "A really bad portrait of the King.", - "ids": "32326" - }, - { - "examine": "Best avoided.", - "ids": "3233" - }, - { - "examine": "Looks suspicious.", - "ids": "3234" - }, - { - "examine": "I can open the grill from this side.", - "ids": "3235" - }, - { - "examine": "Maybe I can cross that.", - "ids": "3238" - }, - { - "examine": "It looks like only the guide ropes are holding the bridge up.", - "ids": "3239" - }, - { - "examine": "A bridge.", - "ids": "3240" - }, - { - "examine": "This lever can be operated.", - "ids": "3241,3242" - }, - { - "examine": "The base of a platform.", - "ids": "3243,3244,3245,3246" - }, - { - "examine": "A bridge.", - "ids": "3247,3248,3249,3250,3251,3252,3253" - }, - { - "examine": "I can't get past that very easily...", - "ids": "3254,3255,3256" - }, - { - "examine": "A platform.", - "ids": "3257" - }, - { - "examine": "A bridge.", - "ids": "3258,3259,3260,3261,3262" - }, - { - "examine": "This area may not be safe...", - "ids": "3263" - }, - { - "examine": "A well of nastiness.", - "ids": "3264" - }, - { - "examine": "I can climb this pile of rocks...", - "ids": "3265" - }, - { - "examine": "Usually used for storing living things...", - "ids": "3266,3267,3268,3269" - }, - { - "examine": "The remains of a bad driver.", - "ids": "327" - }, - { - "examine": "The door is closed.", - "ids": "3270" - }, - { - "examine": "The door is open.", - "ids": "3271" - }, - { - "examine": "I wonder what's inside.", - "ids": "3272,3273,3274,3275" - }, - { - "examine": "A stone bridge.", - "ids": "3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293" - }, - { - "examine": "A hot place for forging things in.", - "ids": "3294" - }, - { - "examine": "It's covered in strange writing.", - "ids": "3295,3296,3297,3298,3299,3300,3301,3302" - }, - { - "examine": "Yup, definitely a lever.", - "ids": "33,34,35,36" - }, - { - "examine": "You won't be able to lift that.", - "ids": "3303" - }, - { - "examine": "A portcullis.", - "ids": "3304" - }, - { - "examine": "It doesn't look like water in there...", - "ids": "3305,3306" - }, - { - "examine": "A pile of rocks.", - "ids": "3307" - }, - { - "examine": "The boulder has smashed through the cage.", - "ids": "3308" - }, - { - "examine": "A deposit of rocks.", - "ids": "3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326" - }, - { - "examine": "Intimidating!", - "ids": "3327" - }, - { - "examine": "A depiction of a great dwarf miner.", - "ids": "3328,3329,3330,3331" - }, - { - "examine": "A temple door.", - "ids": "3332" - }, - { - "examine": "A very big door.", - "ids": "3333,3334,3335,3336" - }, - { - "examine": "This lever can be operated.", - "ids": "3337" - }, - { - "examine": "Why would a log be hung up there?", - "ids": "3338" - }, - { - "examine": "Looks suspicious.", - "ids": "3339" - }, - { - "examine": "Looks like the rope is holding the bridge up.", - "ids": "3340" - }, - { - "examine": "Looks like the other rope is holding the bridge up.", - "ids": "3341,3342" - }, - { - "examine": "A pile of rocks.", - "ids": "3343" - }, - { - "examine": "It's got dwarf brew in it.", - "ids": "3344,3345,3346,3347" - }, - { - "examine": "Lord Iban's Throne.", - "ids": "3348,3349,3350" - }, - { - "examine": "I'm glad I'm on this side of those bars.", - "ids": "3351,3352" - }, - { - "examine": "I don't much like the look of that...", - "ids": "3353,3354,3355,3356,3357,3358" - }, - { - "examine": "Well of the damned.", - "ids": "3359" - }, - { - "examine": "A wooden crate for storage.", - "ids": "3360" - }, - { - "examine": "A magical sphere that glimmers within.", - "ids": "3361" - }, - { - "examine": "A window.", - "ids": "3362,3363" - }, - { - "examine": "An odd looking rock formation.", - "ids": "3364" - }, - { - "examine": "Looks like I can climb these.", - "ids": "3365" - }, - { - "examine": "Makes you cry.", - "ids": "3366" - }, - { - "examine": "Steel bars that are locked securely.", - "ids": "3367,3368,3369,3370" - }, - { - "examine": "An Achey tree stump.", - "ids": "3371" - }, - { - "examine": "Useful for ogre dinners.", - "ids": "3372,3373,3374,3375" - }, - { - "examine": "An ogre bench, useful for taking all that weight off their legs.", - "ids": "3376" - }, - { - "examine": "Hmmm, a rock for a lock....", - "ids": "3377" - }, - { - "examine": "Some stealthy thief must have picked the ogre lock!", - "ids": "3378" - }, - { - "examine": "The entrance to Rantz's cave", - "ids": "3379" - }, - { - "examine": "Exit this way for fresh air and daylight.", - "ids": "3380,3381" - }, - { - "examine": "Useful for ogre dinners.", - "ids": "3382,3383,3384,3385,3386,3387,3388" - }, - { - "examine": "A good source of books!", - "ids": "3389" - }, - { - "examine": "A strange crack cuts into the wall.", - "ids": "3390,3391,3392,3393" - }, - { - "examine": "A wooden crate for storage.", - "ids": "3394,3395" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "3396,3397" - }, - { - "examine": "A wooden crate for storage.", - "ids": "3398,3399,3400,3401" - }, - { - "examine": "Used for fashioning metal items.", - "ids": "3402" - }, - { - "examine": "A pile of Elemental rock.", - "ids": "3403" - }, - { - "examine": "A valve to start and stop the flow of water.", - "ids": "3404,3405" - }, - { - "examine": "This lever can be operated.", - "ids": "3406" - }, - { - "examine": "It spins.", - "ids": "3407,3408" - }, - { - "examine": "This lever can be operated.", - "ids": "3409" - }, - { - "examine": "Big bellows.", - "ids": "3410,3411,3412" - }, - { - "examine": "A furnace with an air blast pipe.", - "ids": "3413" - }, - { - "examine": "A small trough full of lava.", - "ids": "3414" - }, - { - "examine": "I can climb down these stairs.", - "ids": "3415" + "ids": "11402" }, { "examine": "I can climb up these stairs.", - "ids": "3416" + "ids": "24349" }, { - "examine": "This lever can be operated.", - "ids": "3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428" + "examine": "A handy place for filling in forms and paperwork.", + "ids": "23928" }, { - "examine": "Water powered machinery.", - "ids": "3429,3430" + "examine": "Where people may put themselves.", + "ids": "17462" }, { - "examine": "Stoney!", - "ids": "3431" + "examine": "For keeping things in.", + "ids": "24924" }, { - "examine": "I wonder what's under it?", - "ids": "3432" + "examine": "Contains quite a lot of someone else's property.", + "ids": "23925" }, { - "examine": "I can see a holy barrier at the bottom.", - "ids": "3433,3434,3435,3436,3437,3438,3439" + "examine": "This chest looks strong.", + "ids": "23926" }, { - "examine": "One horsepower; wooden suspension: a beauty.", - "ids": "34376" + "examine": "They say money can't buy happiness.", + "ids": "23929" }, { - "examine": "They let you walk up them!", - "ids": "3440" + "examine": "A gilt sculpture of a monarch.", + "ids": "23930" }, { - "examine": "They let you walk down them!", - "ids": "3441,3442" + "examine": "Cave exit.", + "ids": "15812" }, { - "examine": "A holy barrier blocking evil forces.", - "ids": "3443" + "examine": "A flag on a pole.", + "ids": "37335" }, { - "examine": "A sturdy metal gate.", - "ids": "3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462" + "examine": "I can climb down these stairs.", + "ids": "36775,36778" }, { - "examine": "The perfect place to store things.", - "ids": "346,347" + "examine": "Jump here.", + "ids": "23271" }, { - "examine": "A hastily constructed yet sturdy prison door.", - "ids": "3463,3464,3465" + "examine": "Popular on sandy beaches where fruity cocktails may be found.", + "ids": "18856" }, { - "examine": "Dead animal parts dangling!", - "ids": "3466" + "examine": "Looks like part of the entrance is blocked by rubble.", + "ids": "15767" }, { - "examine": "So how long has this been dead, then?", - "ids": "3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478" + "examine": "They know how much that dog in the window is.", + "ids": "28351" }, { - "examine": "A statue honouring Saradomin.", - "ids": "3479" + "examine": "Lots of things for a growing fish.", + "ids": "28355" }, { - "examine": "These open and close!", - "ids": "348" + "examine": "It's a basket for dogs.", + "ids": "28338" }, { - "examine": "An ornately decorated coffin. Something seems to be alive inside.", - "ids": "3480,3481,3482,3483,3484" + "examine": "Enough baskets for any dog's needs.", + "ids": "28339" }, { - "examine": "An ornately carved well that draws water from the river Salve.", - "ids": "3485,3486,3487,3488" + "examine": "Made by the A. Wilson Company.", + "ids": "28345" }, { - "examine": "Sturdy looking door.", - "ids": "3489,3490,3491,3492" + "examine": "Sure it's gilded, but would you want to live in it?", + "ids": "28335" }, { - "examine": "This may be worth searching.", - "ids": "349" + "examine": "It's covered in hairs.", + "ids": "28361" }, { - "examine": "A monument to a fallen priest.", - "ids": "3493,3494,3495,3496,3497,3498,3499" + "examine": "It's good for bedding and stuffing.", + "ids": "28343" }, { - "examine": "These open and close!", - "ids": "350" + "examine": "Lots of little fishies.", + "ids": "28340" }, { - "examine": "With skill I can play this.", - "ids": "3500,3501,3502,3503,3504,3505" + "examine": "Fetch!", + "ids": "28360" }, { - "examine": "A wrought iron gate.", - "ids": "3506,3507" + "examine": "It's a basket for cats.", + "ids": "28337" }, { - "examine": "Not sure if I should sit on that.", - "ids": "3508,3509" + "examine": "It seems to be sat happily on the counter.", + "ids": "28356" }, { - "examine": "This may be worth searching.", - "ids": "351" + "examine": "Lots of things for a growing pup.", + "ids": "28353" }, { - "examine": "Not sure if that's any use.", - "ids": "3510,3511" + "examine": "Lots of things for a growing kitten.", + "ids": "28354" }, { - "examine": "It'll probably die soon.", - "ids": "3512,3513" + "examine": "Lots of things for a growing pup/kitten/fish.", + "ids": "28357" }, { - "examine": "Not sure if I should stand under that.", - "ids": "3514,3515" + "examine": "Things are cheaper by the pound.", + "ids": "28344" }, { - "examine": "A dark dank entrance to below.", - "ids": "3516" + "examine": "It incubates eggs.", + "ids": "28336" }, { - "examine": "A large tree thriving where trees normally die.", - "ids": "3517,3518,3519" + "examine": "There are a lot of pet supplies here.", + "ids": "28357,28358,28363,28364" }, { - "examine": "These open and close!", - "ids": "352" + "examine": "Keeps the puppies out of trouble.", + "ids": "28341" }, { - "examine": "Special grotto area.", - "ids": "3520" - }, - { - "examine": "A grotto transformed into an altar of nature.", - "ids": "3521" - }, - { - "examine": "It's a bridge.", - "ids": "3522" - }, - { - "examine": "An old bench, probably made from wood in this swamp.", - "ids": "3523,3524" - }, - { - "examine": "The door.", - "ids": "3525" - }, - { - "examine": "The green door.", - "ids": "3526" - }, - { - "examine": "A roughly hewn stone with some sort of symbol on it.", - "ids": "3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545" - }, - { - "examine": "This may be worth searching.", - "ids": "353" - }, - { - "examine": "A wooden crate for storage.", - "ids": "354,355" - }, - { - "examine": "There is a rope leading to the bottom of this well.", - "ids": "3546,3547,3548,3549,3550" - }, - { - "examine": "I can balance on this rope.", - "ids": "3551,3552" - }, - { - "examine": "I can balance on this log.", - "ids": "3553,3554,3555,3556,3557,3558" - }, - { - "examine": "Tread carefully!", - "ids": "3559,3560,3561,3562" - }, - { - "examine": "An old crate for storage.", - "ids": "356,357,358" - }, - { - "examine": "Now, I'm the king of the swingers, oh, the jungle VIP.", - "ids": "3563,3564" - }, - { - "examine": "It looks like I can clamber over this.", - "ids": "3565" - }, - { - "examine": "Use this to swing over to the next platform.", - "ids": "3566" - }, - { - "examine": "I might want to avoid this nasty blade.", - "ids": "3567,3568,3569" - }, - { - "examine": "Walk the plank! Ya land lubber!", - "ids": "3570,3571,3572,3573,3574,3575,3576,3577" - }, - { - "examine": "It's a small step for a player, a giant leap for player kind.", - "ids": "3578,3579" - }, - { - "examine": "Makes sliced human.", - "ids": "3580" - }, - { - "examine": "Releases a ticket when the flashing arrow is above it.", - "ids": "3581" - }, - { - "examine": "Makes human colanders.", - "ids": "3582" - }, - { - "examine": "I can use these to climb across to the other side.", - "ids": "3583,3584" - }, - { - "examine": "Looks suspiciously like a pressure pad to me.", - "ids": "3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "359,360,361" - }, - { - "examine": "Releases a ticket when the flashing arrow is above it.", - "ids": "3608,3609" - }, - { - "examine": "I can use this rope to climb back to the top.", - "ids": "3610,3611,3612,3613,3614,3615,3616" - }, - { - "examine": "Leads down into the Agility Arena.", - "ids": "3617" - }, - { - "examine": "Leads back to Brimhaven.", - "ids": "3618,3619,3620,3621,3622,3623,3624,3625" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "362" - }, - { - "examine": "It looks very sturdy.", - "ids": "3626,3627,3628,3629,3630,3631,3632,3633" - }, - { - "examine": "A wooden barrel containing lots of fish.", - "ids": "363" - }, - { - "examine": "A shrine of the gods!", - "ids": "3634" - }, - { - "examine": "I wonder what's inside...", - "ids": "3635" - }, - { - "examine": "It looks empty.", - "ids": "3636,3637,3638,3639,3640,3641,3642,3643" - }, - { - "examine": "It's got ale in it.", - "ids": "364,32063" - }, - { - "examine": "That's really bright!", - "ids": "3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661" - }, - { - "examine": "These may have something in them.", - "ids": "365" + "examine": "Warning! Danger of death.", + "ids": "29373" }, { "examine": "There are some toolboxes on this table.", @@ -11012,9787 +20728,7 @@ "ids": "36579,36586" }, { - "examine": "Useful for transportation of delicate items.", - "ids": "366" - }, - { - "examine": "Smells more like \"innocent villager\" stew to me...", - "ids": "3662,3663,3664" - }, - { - "examine": "Troll leftovers...", - "ids": "3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675" - }, - { - "examine": "This may be worth opening.", - "ids": "367,368,369" - }, - { - "examine": "A stone mechanism that unlocks the equipment room.", - "ids": "3676,3677,3678" - }, - { - "examine": "I can climb down these stairs.", - "ids": "36775,36778" - }, - { - "examine": "The bank teller will serve you from here.", - "ids": "36786" - }, - { - "examine": "Closed for business.", - "ids": "36787" - }, - { - "examine": "Banking transactions are processed here.", - "ids": "36789,37158" - }, - { - "examine": "A standard of Asgarnia.", - "ids": "3679" - }, - { - "examine": "The flag of Asgarnia.", - "ids": "3680" - }, - { - "examine": "I don't know art, but I like it!", - "ids": "36809" - }, - { - "examine": "Town of Burthorpe", - "ids": "3681,3682,3683,3684" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "3685,3686,3687,3688,3689,3690,3691" - }, - { - "examine": "Some of the Sherpa's climbing rope.", - "ids": "3692,3693" - }, - { - "examine": "Looks like the Imperial Guard's supply of Dual Claws.", - "ids": "3694,3695" - }, - { - "examine": "The Imperial Guard's ceremonial armour.", - "ids": "3696" - }, - { - "examine": "A barrel full of swords...", - "ids": "3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,3718,3719,3720,3721" - }, - { - "examine": "Stops people walking past.", - "ids": "37,38,39" - }, - { - "examine": "This may be worth searching.", - "ids": "370,371,372" - }, - { - "examine": "I wonder what this spooky contains.", - "ids": "37051" - }, - { - "examine": "A rocky outcrop.", - "ids": "3722,3723,3724" - }, - { - "examine": "A wooden gate.", - "ids": "3725,3726,3727,3728,3729" - }, - { - "examine": "The perfect accompaniment to a bedroom.", - "ids": "373" - }, - { - "examine": "I can climb over the fence with this.", - "ids": "3730,3731,3732,3733,3734" - }, - { - "examine": "A flag on a pole.", - "ids": "37335" - }, - { - "examine": "Looks like a small cave.", - "ids": "3735" - }, - { - "examine": "The exit to the outside.", - "ids": "3736,3737,3738,3739,3740" - }, - { - "examine": "A stand for hats!", - "ids": "374" - }, - { - "examine": "No solicitors!", - "ids": "3741" - }, - { - "examine": "Danger", - "ids": "3742" - }, - { - "examine": "A sturdy wooden door.", - "ids": "3743,3744" - }, - { - "examine": "The door is closed.", - "ids": "3745,3746" - }, - { - "examine": "Stops bits of building falling on me.", - "ids": "37451" - }, - { - "examine": "A nicely fitted door.", - "ids": "3747" - }, - { - "examine": "A rocky outcrop.", - "ids": "3748,3749,3750,3751" - }, - { - "examine": "I wonder what's inside.", - "ids": "375,376,377" - }, - { - "examine": "Unusual energy is gathered here.", - "ids": "3752,3753,3754,3755,3756" - }, - { - "examine": "Looks like a small cave.", - "ids": "3757" - }, - { - "examine": "The way out.", - "ids": "3758" - }, - { - "examine": "Looks like a small cave.", - "ids": "3759" - }, - { - "examine": "The way out.", - "ids": "3760" - }, - { - "examine": "The back way out.", - "ids": "3761" - }, - { - "examine": "The back way into the stronghold.", - "ids": "3762" - }, - { - "examine": "The door is closed.", - "ids": "3763" - }, - { - "examine": "The mine has collapsed.", - "ids": "37634" - }, - { - "examine": "The door is open.", - "ids": "3764" - }, - { - "examine": "The door to Mad Eadgar's cell.", - "ids": "3765,3766" - }, - { - "examine": "The door to Godric's cell.", - "ids": "3767,3768" - }, - { - "examine": "Hot!", - "ids": "3769" - }, - { - "examine": "This window looks down onto the Troll Camp.", - "ids": "3770" - }, - { - "examine": "The entrance to the Troll Stronghold.", - "ids": "3771" - }, - { - "examine": "The way out of the Troll Stronghold.", - "ids": "3772,3773,3774" - }, - { - "examine": "Looks like stew of some kind...", - "ids": "3775" - }, - { - "examine": "A door in the Stronghold.", - "ids": "3776,3777,3778,3779" - }, - { - "examine": "Perhaps I should search it.", - "ids": "378,379" - }, - { - "examine": "The door to the prison.", - "ids": "3780,3781" - }, - { - "examine": "The entrance to the Troll Arena.", - "ids": "3782,3783,3784" - }, - { - "examine": "The exit to the Troll Arena.", - "ids": "3785,3786,3787" - }, - { - "examine": "I can climb these stairs.", - "ids": "3788" - }, - { - "examine": "They go down.", - "ids": "3789" - }, - { - "examine": "A rocky outcrop.", - "ids": "3790,3791,3792,3793" - }, - { - "examine": "Looks tasty! If you're a goat, that is.", - "ids": "3794,3795,3796" - }, - { - "examine": "A good source of books!", - "ids": "380,381" - }, - { - "examine": "Not so good for sitting on.", - "ids": "3802" - }, - { - "examine": "A rocky outcrop.", - "ids": "3803,3804" - }, - { - "examine": "They don't seem to roll.", - "ids": "3805" - }, - { - "examine": "They're troll eggs. Or perhaps rocks.", - "ids": "3806" - }, - { - "examine": "These make great pets.", - "ids": "3807" - }, - { - "examine": "It's a troll! Run! No, wait, it's just a rock.", - "ids": "3808,3809" - }, - { - "examine": "The door to the storeroom.", - "ids": "3810,3811,3812" - }, - { - "examine": "It probably hasn't got anything interesting inside.", - "ids": "3813" - }, - { - "examine": "They probably haven't got anything interesting inside.", - "ids": "3814,3815" - }, - { - "examine": "They're closed.", - "ids": "3816" - }, - { - "examine": "They're open.", - "ids": "3817,3818,3819" - }, - { - "examine": "A woven storage basket.", - "ids": "382,383,384,385" - }, - { - "examine": "It doesn't contain anything particularly appetising.", - "ids": "3820" - }, - { - "examine": "Makes you taller.", - "ids": "3821" - }, - { - "examine": "It's full of dried goutweed.", - "ids": "3822" - }, - { - "examine": "Welcome to Mad Eadgar's! If I'm not in, I've probably been captured again.", - "ids": "3823" - }, - { - "examine": "I don't want to look too closely at what's cooking in there...", - "ids": "3824" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "3825" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "3826" - }, - { - "examine": "How am I going to get down there?", - "ids": "3827,3828" - }, - { - "examine": "The portal to the runecrafting guild.", - "ids": "38279" - }, - { - "examine": "I hope this holds!", - "ids": "3829" - }, - { - "examine": "How am I going to get down there?", - "ids": "3830,3831" - }, - { - "examine": "I hope this holds!", - "ids": "3832" - }, - { - "examine": "It's moving...", - "ids": "3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3850,3851,3852,3853,3854,3855" - }, - { - "examine": "It's a half buried crate.", - "ids": "3856,3857" - }, - { - "examine": "It's stuck in the sand.", - "ids": "3858,3859" - }, - { - "examine": "A gigantic pottery urn.", - "ids": "386" - }, - { - "examine": "It's full of brightly coloured fish.", - "ids": "3860,3861" - }, - { - "examine": "It's a pile of burning bones.", - "ids": "3862" - }, - { - "examine": "The tribal statue of Tai Bwo Wannai Village.", - "ids": "3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878" - }, - { - "examine": "This no doubt contains arcane knowledge.", - "ids": "387" - }, - { - "examine": "A tree.", - "ids": "3879" - }, - { - "examine": "I wonder what this spooky item contains.", - "ids": "388" - }, - { - "examine": "It's a tree stump.", - "ids": "3880" - }, - { - "examine": "A tree.", - "ids": "3881,3882,3883" - }, - { - "examine": "It's a tree stump.", - "ids": "3884" - }, - { - "examine": "A tree.", - "ids": "3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900" - }, - { - "examine": "It smells funny in there.", - "ids": "389,390" - }, - { - "examine": "A rare flower.", - "ids": "3901" - }, - { - "examine": "Don't flowers make you feel better?", - "ids": "3902" - }, - { - "examine": "A rare flower.", - "ids": "3903" - }, - { - "examine": "Don't flowers make you feel better?", - "ids": "3904" - }, - { - "examine": "A rare flower.", - "ids": "3905" - }, - { - "examine": "Don't flowers make you feel better?", - "ids": "3906,3907,3908,3909,3910,3911" - }, - { - "examine": "Fungal growth.", - "ids": "3912" - }, - { - "examine": "Poisonous no doubt.", - "ids": "3913,3914" - }, - { - "examine": "Fungal growth.", - "ids": "3915" - }, - { - "examine": "Poisonous no doubt.", - "ids": "3916,3917" - }, - { - "examine": "The lamp has a glowing crystal at its core.", - "ids": "3918" - }, - { - "examine": "It's a trap!", - "ids": "3919,3920" - }, - { - "examine": "A fishing net full of fish.", - "ids": "392" - }, - { - "examine": "A tripwire.", - "ids": "3921" - }, - { - "examine": "An odd-looking group of tied sticks.", - "ids": "3922" - }, - { - "examine": "A pile of leaves.", - "ids": "3923,3924,3925,3926" - }, - { - "examine": "Looks like I can climb these.", - "ids": "3927" - }, - { - "examine": "It's a tree.", - "ids": "3928" - }, - { - "examine": "I can balance on this log.", - "ids": "3929,3930,3931,3932,3933,3934,3935,3936" - }, - { - "examine": "A good source of books!", - "ids": "393" - }, - { - "examine": "There are some broken twigs here.", - "ids": "3937" - }, - { - "examine": "It looks as if the grass here has been flattened.", - "ids": "3938" - }, - { - "examine": "You notice the leaf litter here has been disturbed.", - "ids": "3939,3940" - }, - { - "examine": "Bamboo storage!", - "ids": "394,395,396" - }, - { - "examine": "Tracks in the soil.", - "ids": "3941,3942,3943" - }, - { - "examine": "You'd need a big siege engine to force that.", - "ids": "3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961" - }, - { - "examine": "A yellow crystal structure.", - "ids": "3962,3963,3964,3965,3966" - }, - { - "examine": "A tree", - "ids": "3967,3968" - }, - { - "examine": "Disturbing but tidy.", - "ids": "3969" - }, - { - "examine": "The perfect place to store things.", - "ids": "397" - }, - { - "examine": "I don't even want to think about what did that...", - "ids": "3970" - }, - { - "examine": "I don't wanna fall in that!", - "ids": "3975" - }, - { - "examine": "Good for smashing city walls.", - "ids": "3976" - }, - { - "examine": "There's a winch on this side.", - "ids": "3977" - }, - { - "examine": "There's a lever on this side.", - "ids": "3978,3979" - }, - { - "examine": "I hope no-one's home...", - "ids": "398,26931,26935,26937,26939,32290" - }, - { - "examine": "A way to get into the tent.", - "ids": "3980,3981,3982" - }, - { - "examine": "A tent.", - "ids": "3983,3984,3985,3986" - }, - { - "examine": "A small barrel.", - "ids": "3987,3988,3989,3990,3991" - }, - { - "examine": "I see dead people.", - "ids": "399,36737,32291" - }, - { - "examine": "A standard of Kandarin.", - "ids": "3992,3993" - }, - { - "examine": "A small furnace.", - "ids": "3994" - }, - { - "examine": "A tent wall.", - "ids": "3995" - }, - { - "examine": "A way to get into the tent.", - "ids": "3996" - }, - { - "examine": "A tent wall.", - "ids": "3997" - }, - { - "examine": "It looks as if the grass here has been flattened.", - "ids": "3998" - }, - { - "examine": "There are some broken twigs here.", - "ids": "3999" - }, - { - "examine": "Animals have no table manners.", - "ids": "40" - }, - { - "examine": "A small simple gravestone.", - "ids": "400" - }, - { - "examine": "A tent roof.", - "ids": "4000" - }, - { - "examine": "A tent wall.", - "ids": "4001" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "40018" - }, - { - "examine": "A wooden barrel containing lots of fish.", - "ids": "40019" - }, - { - "examine": "The charred remains of a tent pole.", - "ids": "4002,4003" - }, - { - "examine": "A wooden crate.", - "ids": "40021" - }, - { - "examine": "Some wooden crates.", - "ids": "40022" - }, - { - "examine": "I can climb this.", - "ids": "40026" - }, - { - "examine": "I can climb down this.", - "ids": "40027,20987,29358" - }, - { - "examine": "Items are for sale here.", - "ids": "40028" - }, - { - "examine": "Tick-tock, it's a clock.", - "ids": "40029" - }, - { - "examine": "Useful for putting things on.", - "ids": "40031" - }, - { - "examine": "A case. With books.", - "ids": "40033" - }, - { - "examine": "A drab looking bed.", - "ids": "40035" - }, - { - "examine": "Well of voyage.", - "ids": "4004,4005" - }, - { - "examine": "It really was this big!", - "ids": "40042" - }, - { - "examine": "It really was this big!", - "ids": "40043" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "40044" - }, - { - "examine": "These open and close!", - "ids": "40050" - }, - { - "examine": "These open and close!", - "ids": "40052" - }, - { - "examine": "The perfect place to store things.", - "ids": "40054" - }, - { - "examine": "I can climb up these stairs.", - "ids": "40057" - }, - { - "examine": "It looks like I can squeeze through here.", - "ids": "4006" - }, - { - "examine": "Looking good!", - "ids": "40065" - }, - { - "examine": "The exit to the outside.", - "ids": "4007" - }, - { - "examine": "Trinkets and stuff.", - "ids": "40075" - }, - { - "examine": "Break glass in case in case of emergency.", - "ids": "40076" - }, - { - "examine": "Shrine to the glory of Saradomin.", - "ids": "4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023" - }, - { - "examine": "A simple marker for a forgotten person.", - "ids": "401" - }, - { - "examine": "A large potted plant.", - "ids": "40111" - }, - { - "examine": "The remains of someone lie inside.", - "ids": "402" - }, - { - "examine": "An ancient metallic anvil, completely undamaged or corroded despite its age.", - "ids": "40200" - }, - { - "examine": "A barrel.", - "ids": "4024,4025" - }, - { - "examine": "A still for fractionalizing oils.", - "ids": "4026" - }, - { - "examine": "A pile of lime rock.", - "ids": "4027,4028,4029,4030" - }, - { - "examine": "A monument to a special person.", - "ids": "403" - }, - { - "examine": "Looks like a stone doorway to me.", - "ids": "4031,4032,4033,4034" - }, - { - "examine": "These clean Druid's robes are drying off.", - "ids": "4035,4036,4037,4038" - }, - { - "examine": "It's full of dirty robes.", - "ids": "4039,4040,4041,4042" - }, - { - "examine": "The inscription is worn away and unreadable.", - "ids": "404" - }, - { - "examine": "Presumably the hatch the zookeeper feeds the parrots through.", - "ids": "4043" - }, - { - "examine": "A red standard.", - "ids": "4044,4045,4046,4047" - }, - { - "examine": "'Here lies...' is all I can read.", - "ids": "405" - }, - { - "examine": "It doesn't look healthy...", - "ids": "4051" - }, - { - "examine": "It's covered in slime.", - "ids": "4052" - }, - { - "examine": "It doesn't look healthy...", - "ids": "4053,4054" - }, - { - "examine": "These fat fungi take up so much room.", - "ids": "4055,4056,4057" - }, - { - "examine": "I can balance on this rope.", - "ids": "4059" - }, - { - "examine": "Whoever bought this must have really cared for the inhabitant.", - "ids": "406" - }, - { - "examine": "It's hollow...", - "ids": "4060" - }, - { - "examine": "This tree has been cut down.", - "ids": "4061" - }, - { - "examine": "Strange items are stored here.", - "ids": "4062" - }, - { - "examine": "This table has seen better days.", - "ids": "4064" - }, - { - "examine": "It looks very ornamental in a practical 'solid rock' way.", - "ids": "4065" - }, - { - "examine": "Welcome to Mort'ton", - "ids": "4066" - }, - { - "examine": "Danger! Sickness and affliction... stay away!", - "ids": "4067" - }, - { - "examine": "Looks like a pile of ancient rubble.", - "ids": "4068" - }, - { - "examine": "The starting of a wall.", - "ids": "4069,4070,4071,4072,4073,4074,4075,4076" - }, - { - "examine": "Looks like a stone doorway to me.", - "ids": "407" - }, - { - "examine": "It's nearly a wall.", - "ids": "4077" - }, - { - "examine": "A rebuilt wall.", - "ids": "4078" - }, - { - "examine": "The broken wall of a desecrated temple.", - "ids": "4079" - }, - { - "examine": "Looks like a stone doorway to my untrained eye.", - "ids": "408" - }, - { - "examine": "The partially repaired wall of a desecrated temple.", - "ids": "4080,4081,4082,4083,4084,4085,4086,4087" - }, - { - "examine": "The nearly repaired wall of a desecrated temple.", - "ids": "4088" - }, - { - "examine": "The repaired wall of a temple.", - "ids": "4089" - }, - { - "examine": "Shrine to the glory of Saradomin.", - "ids": "409" - }, - { - "examine": "A flaming Fire altar.", - "ids": "4090" - }, - { - "examine": "An ancient Fire altar.", - "ids": "4091" - }, - { - "examine": "An ancient, totally desecrated, broken down fire altar.", - "ids": "4092" - }, - { - "examine": "A place to cremate the dead. Needs some wood.", - "ids": "4093" - }, - { - "examine": "A place to cremate the dead. Needs a body.", - "ids": "4094,4095,4096,4097,4098,4099" - }, - { - "examine": "Looks like an outlet pipe to the lake.", - "ids": "41" - }, - { - "examine": "An ancient altar to the glory of Guthix.", - "ids": "410" - }, - { - "examine": "A place to cremate the dead. Needs a light.", - "ids": "4100,4101,4102,4103,4104,4105" - }, - { - "examine": "Heavy metal!", - "ids": "4106,4107,4108,4109,4110" - }, - { - "examine": "Shrine to the glory of Zamorak.", - "ids": "411,412" - }, - { - "examine": "A strangely decorated bronze chest, the lock is painted blood red.", - "ids": "4111" - }, - { - "examine": "A strangely decorated chest, the lock is painted brown.", - "ids": "4112" - }, - { - "examine": "A strangely decorated chest, the lock is painted crimson.", - "ids": "4113" - }, - { - "examine": "A strangely decorated chest, the lock is painted black.", - "ids": "4114" - }, - { - "examine": "A strangely decorated chest, the lock is painted purple.", - "ids": "4115" - }, - { - "examine": "A strangely decorated steel chest, the lock is painted blood red.", - "ids": "4116" - }, - { - "examine": "A strangely decorated steel chest, the lock is painted brown.", - "ids": "4117" - }, - { - "examine": "A strangely decorated steel chest, the lock is painted crimson.", - "ids": "4118" - }, - { - "examine": "A strangely decorated steel chest, the lock is painted black.", - "ids": "4119" - }, - { - "examine": "A strangely decorated steel chest, the lock is painted purple.", - "ids": "4120" - }, - { - "examine": "A strangely decorated black chest, the lock is painted blood red.", - "ids": "4121" - }, - { - "examine": "A strangely decorated black chest, the lock is painted brown.", - "ids": "4122" - }, - { - "examine": "A strangely decorated black chest, the lock is painted crimson.", - "ids": "4123" - }, - { - "examine": "A strangely decorated black chest, the lock is painted black.", - "ids": "4124" - }, - { - "examine": "A strangely decorated black chest, the lock is painted purple.", - "ids": "4125" - }, - { - "examine": "A strangely decorated silver chest, the lock is painted blood red.", - "ids": "4126" - }, - { - "examine": "A strangely decorated silver chest, the lock is painted brown.", - "ids": "4127" - }, - { - "examine": "A strangely decorated silver chest, the lock is painted crimson.", - "ids": "4128" - }, - { - "examine": "A strangely decorated silver chest, the lock is painted black.", - "ids": "4129" - }, - { - "examine": "Looks suspiciously like a big stone table.", - "ids": "413" - }, - { - "examine": "A strangely decorated silver chest, the lock is painted purple.", - "ids": "4130" - }, - { - "examine": "A strangely decorated bronze chest, the open lock is painted blood red.", - "ids": "4131" - }, - { - "examine": "This tells you which way is which.", - "ids": "4132,4133,4134,4135" - }, - { - "examine": "These doors look very ominous. A sign says 'To the tombs'.", - "ids": "4136,4137" - }, - { - "examine": "Items are for sale here.", - "ids": "4138" - }, - { - "examine": "Entrance to the Duel Arena.", - "ids": "4139,4140" - }, - { - "examine": "A really posh upright coffin.", - "ids": "414" - }, - { - "examine": "This seems to be some kind of shrine.", - "ids": "4141" - }, - { - "examine": "The wind makes a musical sound as it blows through it...", - "ids": "4142" - }, - { - "examine": "Danger", - "ids": "4143" - }, - { - "examine": "Those golden fruit look good enough to eat!", - "ids": "4144,4145,4146" - }, - { - "examine": "This must be Lalli's home.", - "ids": "4147" - }, - { - "examine": "Allows performers backstage at the Longhall.", - "ids": "4148" - }, - { - "examine": "It smells pretty good actually.", - "ids": "4149" - }, - { - "examine": "Whoever's inside must have been rich.", - "ids": "415" - }, - { - "examine": "A portal from this mystical place.", - "ids": "4150,4151,4152,4153,4154,4155,4156,4157" - }, - { - "examine": "Takes me into the maze.", - "ids": "4158" - }, - { - "examine": "Takes me out of the maze.", - "ids": "4159,4160,4161" - }, - { - "examine": "With skill I can play this.", - "ids": "416" - }, - { - "examine": "A thin metal pipe, presumably for rainwater to run through.", - "ids": "4162" - }, - { - "examine": "I can climb this.", - "ids": "4163,4164" - }, - { - "examine": "Keeps the wind out.", - "ids": "4165,4166" - }, - { - "examine": "I wonder what's inside?", - "ids": "4167,4168" - }, - { - "examine": "Brrrrrr!", - "ids": "4169" - }, - { - "examine": "Great for sleeping in.", - "ids": "417" - }, - { - "examine": "There is some kind of balancing mechanism as a lock.", - "ids": "4170" - }, - { - "examine": "A good source of books!", - "ids": "4171" - }, - { - "examine": "An appliance for cooking with.", - "ids": "4172" - }, - { - "examine": "I wonder what's down there?", - "ids": "4173" - }, - { - "examine": "I wonder what's under it?", - "ids": "4174" - }, - { - "examine": "Kind of funny smelling...", - "ids": "4175" - }, - { - "examine": "Water comes out of it.", - "ids": "4176" - }, - { - "examine": "This may be worth opening.", - "ids": "4177" - }, - { - "examine": "This may be worth searching.", - "ids": "4178" - }, - { - "examine": "A very unusual piece of artwork...", - "ids": "4179,4180" - }, - { - "examine": "A stylish-looking bed.", - "ids": "418" - }, - { - "examine": "Alas poor unicorn, I knew him well.", - "ids": "4181" - }, - { - "examine": "Looks like the bull lost.", - "ids": "4182" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "4183,4184" - }, - { - "examine": "A wooden crate for storage.", - "ids": "4185" - }, - { - "examine": "An old crate for storage.", - "ids": "4186" - }, - { - "examine": "I can climb this.", - "ids": "4187" - }, - { - "examine": "This leads upwards.", - "ids": "4188" - }, - { - "examine": "This leads downwards.", - "ids": "4189,4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226,4227,4228,4229,4230,4231,4232,4233,4234,4235,4236,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246" - }, - { - "examine": "A drab-looking bed.", - "ids": "419" - }, - { - "examine": "I can see fish swimming in the water.", - "ids": "42,326" - }, - { - "examine": "A stylish-looking bed.", - "ids": "420,421" - }, - { - "examine": "Technically a bed.", - "ids": "422" - }, - { - "examine": "I guess I could sleep in it if I were really tired.", - "ids": "423" - }, - { - "examine": "Lovely comfy-looking big bed.", - "ids": "424,425" - }, - { - "examine": "Keeps the cold winds out.", - "ids": "4247" - }, - { - "examine": "Doesn't keep the wind out if it's open!", - "ids": "4248,4249" - }, - { - "examine": "I'm sure the animal is glad its fur was put to good use.", - "ids": "4250,4251" - }, - { - "examine": "I wonder what's inside?", - "ids": "4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264" - }, - { - "examine": "Posh-looking bed.", - "ids": "426" - }, - { - "examine": "Toasty.", - "ids": "4265" - }, - { - "examine": "Hot!", - "ids": "4266" - }, - { - "examine": "Finger licking good!", - "ids": "4267,4268" - }, - { - "examine": "It's a long wooden table.", - "ids": "4269" - }, - { - "examine": "A bed fit for a king.", - "ids": "427,428" - }, - { - "examine": "It's a table with candles on.", - "ids": "4270" - }, - { - "examine": "Generally used for sitting.", - "ids": "4271" - }, - { - "examine": "Generally used for putting things on.", - "ids": "4272" - }, - { - "examine": "Actually, I could do with a drink...", - "ids": "4273" - }, - { - "examine": "For leaning against...", - "ids": "4274" - }, - { - "examine": "A wooden barrel containing lots of fish.", - "ids": "4275" - }, - { - "examine": "Always a source of good bargains.", - "ids": "4276" - }, - { - "examine": "There's something fishy about this stall.", - "ids": "4277" - }, - { - "examine": "Around here, this is where you buy new doors.", - "ids": "4278,4279,4280,4281,4282" - }, - { - "examine": "Has a peculiar odour.", - "ids": "4283,4284" - }, - { - "examine": "Water comes out of this.", - "ids": "4285" - }, - { - "examine": "It's kind of like a barrel.", - "ids": "4286" - }, - { - "examine": "Looks pretty comfy.", - "ids": "4287" - }, - { - "examine": "I guess I could sleep in it if I was really tired.", - "ids": "4288,4289,4290,4291,4292,4293,4294,4295" - }, - { - "examine": "One of the nicest beds I have ever seen.", - "ids": "429" - }, - { - "examine": "Yup, looks like this neighbourhood is perfectly safe for travellers...", - "ids": "4296" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "4297,4298,4299" - }, - { - "examine": "It seems to sparkle.", - "ids": "43" - }, - { - "examine": "Perfect for snoozing in the sun.", - "ids": "430" - }, - { - "examine": "A wooden crate for storage.", - "ids": "4300" - }, - { - "examine": "An old crate for storage.", - "ids": "4301,4302,4303" - }, - { - "examine": "A hot place for forging things in.", - "ids": "4304,4305" - }, - { - "examine": "Used for fashioning metal items.", - "ids": "4306" - }, - { - "examine": "Various implements for working with metal.", - "ids": "4307" - }, - { - "examine": "Bake your clay pots in here.", - "ids": "4308" - }, - { - "examine": "Used for spinning thread.", - "ids": "4309" - }, - { - "examine": "A comfortable seat to recline and recuperate.", - "ids": "431" - }, - { - "examine": "Used for fashioning clay items.", - "ids": "4310" - }, - { - "examine": "A wooden gate.", - "ids": "4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327" - }, - { - "examine": "I don't think anyone's slept here for a long time.", - "ids": "432" - }, - { - "examine": "This tree has been cut down.", - "ids": "4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347" - }, - { - "examine": "Bamboo's a versatile material.", - "ids": "433,434,435" - }, - { - "examine": "Best left on the beach.", - "ids": "4348" - }, - { - "examine": "This once belonged to a sea animal.", - "ids": "4349" - }, - { - "examine": "Best left for the crabs.", - "ids": "4350" - }, - { - "examine": "I can hear the sea with this.", - "ids": "4351" - }, - { - "examine": "A half-buried bowl.", - "ids": "4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365" - }, - { - "examine": "A lump of rock.", - "ids": "436,437,438,439" - }, - { - "examine": "An empty shelf...", - "ids": "4366,4367" - }, - { - "examine": "There are some pots and pans here.", - "ids": "4368" - }, - { - "examine": "There are some tankards here.", - "ids": "4369" - }, - { - "examine": "A shelf with a bucket on it.", - "ids": "4370" - }, - { - "examine": "There are a few books on this shelf.", - "ids": "4371" - }, - { - "examine": "It's a small table.", - "ids": "4372" - }, - { - "examine": "A tray of sand.", - "ids": "4373,4374,4375,4376" - }, - { - "examine": "There should be a standard here!", - "ids": "4377,4378,4379" - }, - { - "examine": "I could climb this if I wanted.", - "ids": "4380" - }, - { - "examine": "It's a war machine.", - "ids": "4381,4382" - }, - { - "examine": "I could climb this if I wanted.", - "ids": "4383,4384" - }, - { - "examine": "The catapult is damaged.", - "ids": "4385,4386" - }, - { - "examine": "A portal to join the Saradomin team.", - "ids": "4387" - }, - { - "examine": "A portal to join the Zamorak team.", - "ids": "4388" - }, - { - "examine": "A portal to leave the Saradomin team.", - "ids": "4389" - }, - { - "examine": "A portal to leave the Zamorak team.", - "ids": "4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405" - }, - { - "examine": "I can see really big fish swimming in the water.", - "ids": "44" - }, - { - "examine": "A big slimy lump of rock.", - "ids": "440" - }, - { - "examine": "A portal to leave the Saradomin team.", - "ids": "4406" - }, - { - "examine": "A portal to leave the Zamorak team.", - "ids": "4407" - }, - { - "examine": "A portal to join a random team.", - "ids": "4408,4409,4410" - }, - { - "examine": "A slimy lump of rock.", - "ids": "441" - }, - { - "examine": "A very slippery stepping stone", - "ids": "4411" - }, - { - "examine": "I could climb this if I wanted.", - "ids": "4412,4413" - }, - { - "examine": "A rickety old staircase.", - "ids": "4414" - }, - { - "examine": "A solid stone staircase.", - "ids": "4415,4416,4417,4418,4419,4420,36480,36481,36484,36495,36521,36523,36532,36540" - }, - { - "examine": "A slippery looking rock.", - "ids": "442,443" - }, - { - "examine": "A spiky barricade.", - "ids": "4421,4422" - }, - { - "examine": "A large broken door.", - "ids": "4431,4432,4433,4434,4435,4436" - }, - { - "examine": "We could use our pickaxes to get past these...", - "ids": "4437" - }, - { - "examine": "We can almost get past these...", - "ids": "4438,4439,4440,4441,4442,4443" - }, - { - "examine": "A huge lump of rock.", - "ids": "444,445" - }, - { - "examine": "Should be long enough to scale castle walls.", - "ids": "4444,4445" - }, - { - "examine": "Maybe I could tie a rope to this...", - "ids": "4446,4447" - }, - { - "examine": "It doesn't look very stable...", - "ids": "4448" - }, - { - "examine": "A solid stone staircase.", - "ids": "4449,4450,4451,4452,4453,4454,4455,4456,4457" - }, - { - "examine": "There are some bandages on this table.", - "ids": "4458" - }, - { - "examine": "There are some toolboxes on this table.", - "ids": "4459" - }, - { - "examine": "Some small stones.", - "ids": "446,447,448" - }, - { - "examine": "There's some rock I can use with the catapult here.", - "ids": "4460" - }, - { - "examine": "There are some barricades here.", - "ids": "4461" - }, - { - "examine": "There is some rope here.", - "ids": "4462" - }, - { - "examine": "There are some explosive potions here.", - "ids": "4463" - }, - { - "examine": "There are some pickaxes on this table.", - "ids": "4464" - }, - { - "examine": "An elf-fashioned door.", - "ids": "4465,4466" - }, - { - "examine": "The door is closed.", - "ids": "4467" - }, - { - "examine": "The door is open.", - "ids": "4468" - }, - { - "examine": "Only the Saradomin team may pass.", - "ids": "4469" - }, - { - "examine": "Only the Zamorak team may pass.", - "ids": "4470" - }, - { - "examine": "I wonder what's under it?", - "ids": "4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481" - }, - { - "examine": "Water comes out of this.", - "ids": "4482" - }, - { - "examine": "It's open.", - "ids": "4483" - }, - { - "examine": "Keep track of which team has the most victories.", - "ids": "4484" - }, - { - "examine": "I could climb this if I wanted.", - "ids": "4485,4486" - }, - { - "examine": "A big wooden door.", - "ids": "4487,4488,4489,4490,4491,4492" - }, - { - "examine": "A rocky ledge.", - "ids": "449" - }, - { - "examine": "I can climb these stairs.", - "ids": "4493" - }, - { - "examine": "They go down.", - "ids": "4494" - }, - { - "examine": "I can climb these stairs.", - "ids": "4495" - }, - { - "examine": "They go down.", - "ids": "4496" - }, - { - "examine": "I can climb these stairs.", - "ids": "4497" - }, - { - "examine": "They go down.", - "ids": "4498" - }, - { - "examine": "Wow", - "ids": "4499" - }, - { - "examine": "Big Dave is fishing here.", - "ids": "45" - }, - { - "examine": "Stoney!", - "ids": "450,451,452,453" - }, - { - "examine": "This leads back to the cruel world above.", - "ids": "4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512" - }, - { - "examine": "I doubt that was built to last...", - "ids": "4513,4514,4515,4516,4517" - }, - { - "examine": "How do you make a skeleton laugh?", - "ids": "4518" - }, - { - "examine": "Tickle his funny bone.", - "ids": "4519" - }, - { - "examine": "Clearly has been relaxing too long....", - "ids": "4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540" - }, - { - "examine": "Solid rock from the cave floor.", - "ids": "454,455" - }, - { - "examine": "Did that thing just twitch?", - "ids": "4541,4542" - }, - { - "examine": "A strange wall with objects engraved upon it.", - "ids": "4543,4544" - }, - { - "examine": "A strange wall that appears to be hinged.", - "ids": "4545,4546,4547,4548,4549" - }, - { - "examine": "I can jump off this one.", - "ids": "4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567" - }, - { - "examine": "I can climb up these stairs.", - "ids": "4568" - }, - { - "examine": "I can climb up or go down these stairs.", - "ids": "4569,36777" - }, - { - "examine": "I can climb down these stairs.", - "ids": "4570,4571,4572,4573,4574,4575,4576" - }, - { - "examine": "Lets you walk through walls!", - "ids": "4577,4578,4579,4580,4581,4582,4583,4584,4585,4586" - }, - { - "examine": "It turns the light around.", - "ids": "4587" - }, - { - "examine": "It looks broken.", - "ids": "4588" - }, - { - "examine": "Part of the Lighthouse's lighting mechanism.", - "ids": "4589" - }, - { - "examine": "Part of the lighthouse Light mechanism.", - "ids": "4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609,21945" - }, - { - "examine": "Joshua is fishing here.", - "ids": "46" - }, - { - "examine": "Best left on the beach.", - "ids": "4610" - }, - { - "examine": "This once belonged to a sea animal.", - "ids": "4611" - }, - { - "examine": "Best left for the crabs.", - "ids": "4612" - }, - { - "examine": "I can hear the sea with this.", - "ids": "4613" - }, - { - "examine": "It is a buried bowl.", - "ids": "4614" - }, - { - "examine": "I can jump off this one.", - "ids": "4615,4616" - }, - { - "examine": "Shelves filled with interesting books.", - "ids": "4617" - }, - { - "examine": "A nice and cosy fire.", - "ids": "4618,4619" - }, - { - "examine": "Looks slippery!", - "ids": "462,463" - }, - { - "examine": "They go down.", - "ids": "4620,4621" - }, - { - "examine": "They go up.", - "ids": "4622,4623" - }, - { - "examine": "They go down.", - "ids": "4624,4625" - }, - { - "examine": "They go up.", - "ids": "4626,4627,4628" - }, - { - "examine": "An elf-fashioned door.", - "ids": "4636,4637,4638,4639,4640" - }, - { - "examine": "Formed over many years of dripping limestone.", - "ids": "464,465,466" - }, - { - "examine": "Mmm...beer!", - "ids": "4641" - }, - { - "examine": "Has some board games news on it.", - "ids": "4642" - }, - { - "examine": "The ladder to the Runelink challenge room for experienced players.", - "ids": "4643" - }, - { - "examine": "The ladder back to the Runelink challenge room.", - "ids": "4644" - }, - { - "examine": "The ladder to the Draughts challenge room for experienced players.", - "ids": "4645" - }, - { - "examine": "The ladder back to the Draughts challenge room.", - "ids": "4646" - }, - { - "examine": "The ladder back up to the Toad and Chicken.", - "ids": "4647" - }, - { - "examine": "Leads down to the Burthorpe Games Rooms.", - "ids": "4648,4649" - }, - { - "examine": "A nice and cosy fire.", - "ids": "4650" - }, - { - "examine": "A table for board games.", - "ids": "4651" - }, - { - "examine": "A game of draughts is being played on this table.", - "ids": "4652" - }, - { - "examine": "A game of Runelink is being played on this table.", - "ids": "4653,4654,4655" - }, - { - "examine": "A comfy stool.", - "ids": "4656,4657" - }, - { - "examine": "Draughts challenge room.", - "ids": "4658" - }, - { - "examine": "Runelink challenge room.", - "ids": "4659" - }, - { - "examine": "Draughts challenge room for experienced players.", - "ids": "4660" - }, - { - "examine": "Runelink challenge room for experienced players.", - "ids": "4661,4662,4663,4664,4665,4666,4667,4668" - }, - { - "examine": "A statue of Arrav (the Fountain of Heroes has moved downstairs.)", - "ids": "4669" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "467" - }, - { - "examine": "A statue of Camorra (the Fountain of Heroes has moved downstairs.)", - "ids": "4670" - }, - { - "examine": "A good source of books!", - "ids": "4671" - }, - { - "examine": "The door into the throne room.", - "ids": "4672,4673" - }, - { - "examine": "I bet this makes good syrup!", - "ids": "4674" - }, - { - "examine": "Scented herbs.", - "ids": "4675" - }, - { - "examine": "A rocky outcrop.", - "ids": "4676" - }, - { - "examine": "Scented herbs.", - "ids": "4677,4678,4679,4680,4681,4682" - }, - { - "examine": "Limestone floor growth.", - "ids": "468" - }, - { - "examine": "A large harp.", - "ids": "4683" - }, - { - "examine": "Good for shooting fish in.", - "ids": "4684" - }, - { - "examine": "This old tree is rotting away", - "ids": "4685" - }, - { - "examine": "This old tree is rotting away.", - "ids": "4686,4687,4688,4689" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "469,470" - }, - { - "examine": "Fancy.", - "ids": "4690,4691" - }, - { - "examine": "Flag, pole...Yep, it's a flagpole.", - "ids": "4692,4693,4694,4695" - }, - { - "examine": "The door is closed.", - "ids": "4696" - }, - { - "examine": "The door is open.", - "ids": "4697,4698,4699,4700" - }, - { - "examine": "A wooden gate.", - "ids": "47,48,49,50" - }, - { - "examine": "Keeps the cold winds out.", - "ids": "4701" - }, - { - "examine": "A nicely carved wooden chair.", - "ids": "4702" - }, - { - "examine": "A wooden double bed. For sleeping in...", - "ids": "4703,4704" - }, - { - "examine": "There's something fishy about this stall.", - "ids": "4705" - }, - { - "examine": "You should eat your greens!", - "ids": "4706" - }, - { - "examine": "There's something fishy about this stall.", - "ids": "4707" - }, - { - "examine": "You should eat your greens!", - "ids": "4708,4709" - }, - { - "examine": "A deposit of rocks.", - "ids": "471,472,473,474" - }, - { - "examine": "A doorway made from bamboo.", - "ids": "4710,4711" - }, - { - "examine": "It's a trapdoor.", - "ids": "4712" - }, - { - "examine": "It's an open trapdoor.", - "ids": "4713" - }, - { - "examine": "A wooden crate for storage.", - "ids": "4714" - }, - { - "examine": "This crate is making chattering sounds.", - "ids": "4715" - }, - { - "examine": "This crate smells slightly nauseous.", - "ids": "4716" - }, - { - "examine": "This crate says 'Property of Hamab' on its side.", - "ids": "4717,4718" - }, - { - "examine": "This crate says 'Property of Ifaba' on its side.", - "ids": "4719" - }, - { - "examine": "This crate says 'Property of Daga' on its side.", - "ids": "4720,4721" - }, - { - "examine": "This crate smells slightly of banana.", - "ids": "4722,4723" - }, - { - "examine": "This crate says 'Property of Hamab' on its side.", - "ids": "4724" - }, - { - "examine": "This crate says 'Property of Ifaba' on its side.", - "ids": "4725,4726,4727" - }, - { - "examine": "I can climb up this.", - "ids": "4728" - }, - { - "examine": "A dried up bush, void of life.", - "ids": "4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742" - }, - { - "examine": "It's a bamboo ladder.", - "ids": "4743,4744" - }, - { - "examine": "Looks good for jumping off.", - "ids": "4745" - }, - { - "examine": "This crate is marked 'Deliver to Glough'...", - "ids": "4746,4747,4748" - }, - { - "examine": "It's a banana tree, full of bananas.", - "ids": "4749" - }, - { - "examine": "It's a banana tree, with lots of bananas.", - "ids": "4750" - }, - { - "examine": "It's a banana tree, with many bananas.", - "ids": "4751" - }, - { - "examine": "It's a banana tree, with a few bananas.", - "ids": "4752" - }, - { - "examine": "It's a banana tree, with but one banana.", - "ids": "4753" - }, - { - "examine": "It's a banana tree, with no more bananas left.", - "ids": "4754" - }, - { - "examine": "They go down.", - "ids": "4755" - }, - { - "examine": "They go up.", - "ids": "4756,4757,4758,4759,4760,4761,4762,4763" - }, - { - "examine": "It's a bamboo stool.", - "ids": "4764" - }, - { - "examine": "It's a sheer wall of fire, rising as high as you can see.", - "ids": "4765,4766" - }, - { - "examine": "The contents of this pyre are rapidly bubbling and burning.", - "ids": "4767" - }, - { - "examine": "It's a wall of bricks.", - "ids": "4768" - }, - { - "examine": "It's a pile of bricks.", - "ids": "4769,4770" - }, - { - "examine": "Looks slippery!", - "ids": "477,478" - }, - { - "examine": "A rather dapper little monkey sitting on a throne.", - "ids": "4771" - }, - { - "examine": "It's a bamboo ladder.", - "ids": "4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785" - }, - { - "examine": "A plant in a bamboo pot.", - "ids": "4786" - }, - { - "examine": "It's an absolutely huge bamboo gate.", - "ids": "4787,4788,4789,4790" - }, - { - "examine": "A deposit of rocks.", - "ids": "479,480,481,482,483,484,485,486" - }, - { - "examine": "It's a big comfy bed, made of strips of bamboo.", - "ids": "4791,4792,4793" - }, - { - "examine": "It's a pot made out of bamboo.", - "ids": "4794" - }, - { - "examine": "They are pots made out of bamboo.", - "ids": "4795,4796" - }, - { - "examine": "Bamboo strips have been lashed together to make this rickety desk.", - "ids": "4797" - }, - { - "examine": "It's a bookcase made out of bamboo.", - "ids": "4798" - }, - { - "examine": "It's a bamboo door with a large iron padlock.", - "ids": "4799,4800,4801,4802,4803,4804,4805,4806" - }, - { - "examine": "It's a door made from bamboo.", - "ids": "4807,4808,4809,4810,4811" - }, - { - "examine": "Looks good for hiding in...", - "ids": "4812,4813,4814" - }, - { - "examine": "Looks good for hiding in.", - "ids": "4815" - }, - { - "examine": "This is a fairly tall tree with sparse foliage.", - "ids": "4816" - }, - { - "examine": "A jungle palm with dense foliage.", - "ids": "4817" - }, - { - "examine": "This is a fairly tall tree with sparse foliage.", - "ids": "4818" - }, - { - "examine": "This was a fairly tall tree with sparse foliage.", - "ids": "4819" - }, - { - "examine": "A leafy tree.", - "ids": "4820" - }, - { - "examine": "This was a fairly tall tree with sparse foliage.", - "ids": "4821" - }, - { - "examine": "This tree has been cut down.", - "ids": "4822" - }, - { - "examine": "This flower is found only in jungle areas.", - "ids": "4823" - }, - { - "examine": "A very rare and exotic flower.", - "ids": "4824" - }, - { - "examine": "A small fernlike plant.", - "ids": "4825" - }, - { - "examine": "Leaves a nasty mark.", - "ids": "4826" - }, - { - "examine": "Looks spiky.", - "ids": "4827" - }, - { - "examine": "This has broad leaves.", - "ids": "4828" - }, - { - "examine": "A type of jungle fern.", - "ids": "4829" - }, - { - "examine": "A large waxy jungle plant.", - "ids": "4830" - }, - { - "examine": "Commonly found in these parts.", - "ids": "4831" - }, - { - "examine": "The tendrils of a creeping plant.", - "ids": "4832" - }, - { - "examine": "A jungle bush, quite common to these areas.", - "ids": "4833,4834" - }, - { - "examine": "A jungle bush that has been chopped down.", - "ids": "4835,4836,4837,4838,4839,4840,4841,4842,4843,4844" - }, - { - "examine": "A terribly tall tropical tree.", - "ids": "4845,4846,4847" - }, - { - "examine": "Leaves of a tropical tree.", - "ids": "4848" - }, - { - "examine": "This tree no doubt contains dangerous insects.", - "ids": "4849,4850,4851" - }, - { - "examine": "This old tree is rotting away.", - "ids": "4852" - }, - { - "examine": "A gnarly old tree root.", - "ids": "4853" - }, - { - "examine": "The roots of this tree are exposed.", - "ids": "4854" - }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "4855" - }, - { - "examine": "It's a small patch of glowing fungus.", - "ids": "4856" - }, - { - "examine": "It's a medium patch of glowing fungus.", - "ids": "4857" - }, - { - "examine": "It's an absolutely colossal statue of some kind of gorilla.", - "ids": "4858" - }, - { - "examine": "It's a huge statue of some kind of gorilla.", - "ids": "4859,4860" - }, - { - "examine": "It's a huge statue of some kind of monkey.", - "ids": "4861" - }, - { - "examine": "It's a large patch of glowing fungus.", - "ids": "4862" - }, - { - "examine": "Legs of this watchtower.", - "ids": "4863,4864" - }, - { - "examine": "It's the middle of this watchtower.", - "ids": "4865" - }, - { - "examine": "It's a deactivated military Gnome glider.", - "ids": "4866" - }, - { - "examine": "It's an activated military Gnome glider.", - "ids": "4867" - }, - { - "examine": "It's some kind of Gnome teleportation device.", - "ids": "4868,4869,4870" - }, - { - "examine": "This is the panel controlling the hangar reinitialisation.", - "ids": "4871" - }, - { - "examine": "There must be an exit nearby.", - "ids": "4872" - }, - { - "examine": "It's probably too risky to try pulling this.", - "ids": "4873" - }, - { - "examine": "This table has crafting paraphernalia on it.", - "ids": "4874" - }, - { - "examine": "This table has ripe bananas on show.", - "ids": "4875" - }, - { - "examine": "This table has items of a general nature on it.", - "ids": "4876" - }, - { - "examine": "This table has runes on display.", - "ids": "4877" - }, - { - "examine": "This table has a scimitar on it.", - "ids": "4878" - }, - { - "examine": "It's a trapdoor.", - "ids": "4879" - }, - { - "examine": "It's an open trapdoor.", - "ids": "4880" - }, - { - "examine": "I can climb up this.", - "ids": "4881" - }, - { - "examine": "Looks suspicious.", - "ids": "4882,4883" - }, - { - "examine": "A plank.", - "ids": "4884" - }, - { - "examine": "Formed over many years.", - "ids": "4885" - }, - { - "examine": "Human sieve creation.", - "ids": "4886" - }, - { - "examine": "Looks suspicious.", - "ids": "4887" - }, - { - "examine": "It's a trapdoor.", - "ids": "4888" - }, - { - "examine": "I can climb up this.", - "ids": "4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899" - }, - { - "examine": "The Saradomin Team Standard.", - "ids": "4900" - }, - { - "examine": "The Zamorak Team Standard.", - "ids": "4901" - }, - { - "examine": "The Saradomin Team Standard.", - "ids": "4902" - }, - { - "examine": "The Zamorak Team Standard.", - "ids": "4903" - }, - { - "examine": "It's on fire!", - "ids": "4904,4905,4906,4907,4908,4909" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "4910" - }, - { - "examine": "I can climb down this.", - "ids": "4911,4912,36349,36365" - }, - { - "examine": "It looks cramped and dark.", - "ids": "4913,4914,4915,4916,4917" - }, - { - "examine": "This cart is blocking the way up the ridge.", - "ids": "4918" - }, - { - "examine": "These stairs seem to have been hewn out of the rock itself.", - "ids": "4919" - }, - { - "examine": "A collection of rocks over what looks like a depression.", - "ids": "492" - }, - { - "examine": "It looks cramped and dark.", - "ids": "4920,4921,4922,20524" - }, - { - "examine": "These stairs seem to have been hewn out of the rock itself.", - "ids": "4923" - }, - { - "examine": "A valve to start and stop the flow of water.", - "ids": "4924,4925" - }, - { - "examine": "Shiny!", - "ids": "4926,4927,4928" - }, - { - "examine": "It looks cramped and dark.", - "ids": "4929" - }, - { - "examine": "It's blocking the tunnel, but it looks dark down there anyway.", - "ids": "4930,4931" - }, - { - "examine": "A bizarre fungus. It emits a pale blue light.", - "ids": "4932,4933,4934" - }, - { - "examine": "If that wasn't there I'd probably be a lot flatter now.", - "ids": "4935" - }, - { - "examine": "It prevents the wall unceremoniously squashing people.", - "ids": "4936" - }, - { - "examine": "It looks like it's water powered.", - "ids": "4937,4938,4939,4940,4941" - }, - { - "examine": "It's a little waterlogged. I hope it still works.", - "ids": "4942,4943" - }, - { - "examine": "It doesn't look very watertight. Any contents will be ruined.", - "ids": "4944" - }, - { - "examine": "A sunken mine cart, how useful.", - "ids": "4945,4946,4947,4948" - }, - { - "examine": "This displays information on how the points on this level are set.", - "ids": "4949" - }, - { - "examine": "It has the letter 'B' inscribed on the end.", - "ids": "4950" - }, - { - "examine": "It has the letter 'A' inscribed on the end.", - "ids": "4951" - }, - { - "examine": "It has the letter 'C' inscribed on the end.", - "ids": "4952" - }, - { - "examine": "It has the letter 'D' inscribed on the end.", - "ids": "4953" - }, - { - "examine": "It has the letter 'E' inscribed on the end.", - "ids": "4954" - }, - { - "examine": "It has the letter 'I' inscribed on the end.", - "ids": "4955" - }, - { - "examine": "It has the letter 'J' inscribed on the end.", - "ids": "4956" - }, - { - "examine": "It has the letter 'K' inscribed on the end.", - "ids": "4957" - }, - { - "examine": "I think this changes one of the sets of points.", - "ids": "4958" - }, - { - "examine": "It has the letter 'F' inscribed on the end.", - "ids": "4959" - }, - { - "examine": "It has the letter 'G' inscribed on the end.", - "ids": "4960" - }, - { - "examine": "It has the letter 'H' inscribed on the end.", - "ids": "4961" - }, - { - "examine": "The door is closed.", - "ids": "4962" - }, - { - "examine": "I can climb down this.", - "ids": "4965" - }, - { - "examine": "I can climb this.", - "ids": "4966" - }, - { - "examine": "I can climb down this.", - "ids": "4967" - }, - { - "examine": "I can climb this.", - "ids": "4968" - }, - { - "examine": "I can climb down this.", - "ids": "4969" - }, - { - "examine": "I can climb this.", - "ids": "4970" - }, - { - "examine": "These stairs seem to have been hewn out of the rock itself.", - "ids": "4971,4972,4973" - }, - { - "examine": "Useful for moving items around the mine.", - "ids": "4974" - }, - { - "examine": "An old crate for storage.", - "ids": "4975" - }, - { - "examine": "A distinctive layer in the rock strata.", - "ids": "4976,4977,4978,4979,4980,4981,4982,4983,4984,4985,4986,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,5000" - }, - { - "examine": "A powerful ranging device, unfortunately not working.", - "ids": "5" - }, - { - "examine": "This cave has been boarded up.", - "ids": "5001" - }, - { - "examine": "Useful for passing over inaccessible areas.", - "ids": "5002" - }, - { - "examine": "It's old and pretty broken.", - "ids": "5003" - }, - { - "examine": "A well used tree.", - "ids": "5004,5005" - }, - { - "examine": "These flowers only grow in one place in the mountains.", - "ids": "5006" - }, - { - "examine": "Looks like small cave.", - "ids": "5007" - }, - { - "examine": "Looks dark...", - "ids": "5008,5009,5010,5011,5012,5013,5014" - }, - { - "examine": "It's too dangerous to go down here by foot...", - "ids": "5015,5016,5017,5018,5019,5020,5021,5022,5023,5024" - }, - { - "examine": "A split in the cave wall...", - "ids": "5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036" - }, - { - "examine": "A large ice covered boulder.", - "ids": "5037" - }, - { - "examine": "An ice covered boulder.", - "ids": "5038" - }, - { - "examine": "A small ice covered boulder.", - "ids": "5039,5040,5041,5042" - }, - { - "examine": "A huge ice gate.", - "ids": "5043,5044" - }, - { - "examine": "An interesting-looking tree.", - "ids": "5045" - }, - { - "examine": "A small cave entrance.", - "ids": "5046" - }, - { - "examine": "Limestone ceiling growth.", - "ids": "5047" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "5048" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "5049" - }, - { - "examine": "Tooth shaped rock formations protruding from the floor.", - "ids": "5050" - }, - { - "examine": "A dirty little swamp boat.", - "ids": "5051" - }, - { - "examine": "If it had paint on it, you'd probably watch it dry.", - "ids": "5052,5053" - }, - { - "examine": "I can climb this.", - "ids": "5054" - }, - { - "examine": "I wonder what that's there for...", - "ids": "5055" - }, - { - "examine": "These doors look very ominous.", - "ids": "5056,5057" - }, - { - "examine": "Large doors set into the hillside.", - "ids": "5058,5059" - }, - { - "examine": "These doors seem to lead into the underground.", - "ids": "5060,5061" - }, - { - "examine": "Large doors set into the hillside.", - "ids": "5062,5063,5064,5065,5066,5067,5068,5069,5070,5071" - }, - { - "examine": "A deposit of rocks.", - "ids": "507,508,509,510" - }, - { - "examine": "A Large Pillar", - "ids": "5072,5073,5074,5075,5076,5077,5078,5079,5080,5081" - }, - { - "examine": "An overgrown dungeon entrance.", - "ids": "5082" - }, - { - "examine": "A closed overgrown dungeon entrance.", - "ids": "5083" - }, - { - "examine": "The way to go when I get scared.", - "ids": "5084,5085,5086,5087" - }, - { - "examine": "I hope I don't fall off this.", - "ids": "5088,5089,5090,5091,5092,5093" - }, - { - "examine": "These stairs seem to have been hewn out of the rock itself.", - "ids": "5094,5095,5096,5097,5098" - }, - { - "examine": "Hmmm... I wonder if it's loose enough to get through.", - "ids": "51" - }, - { - "examine": "Thick vines blocking your way.", - "ids": "5103,5104,5105,5106,5107,5108,5109" - }, - { - "examine": "A rock with a pickaxe and mining tools.", - "ids": "511" - }, - { - "examine": "I can jump from this stepping stone.", - "ids": "5110,5111" - }, - { - "examine": "Not good for eating.", - "ids": "5112" - }, - { - "examine": "I doubt that's edible.", - "ids": "5113,5114,5115" - }, - { - "examine": "A statue of a big monster.", - "ids": "5116,5117,5118,5119,5120,5121" - }, - { - "examine": "A tall wooden door.", - "ids": "5126" - }, - { - "examine": "A tall wooden door.", - "ids": "5128,5129" - }, - { - "examine": "Looks like whoever uses this has claws on their hands.", - "ids": "5130" - }, - { - "examine": "I wonder what's under it?", - "ids": "5131" - }, - { - "examine": "I wonder what's down there?", - "ids": "5132" - }, - { - "examine": "A hurdle.", - "ids": "5133,5134,5135" - }, - { - "examine": "A climbing wall made from skulls.", - "ids": "5136,5137" - }, - { - "examine": "A very slippery stepping stone.", - "ids": "5138" - }, - { - "examine": "A scary zip line for teeth??", - "ids": "5139,5140,5141,5142,5143,5144,5145" - }, - { - "examine": "A goal.", - "ids": "5146,5147,5148,5149,5150,5151" - }, - { - "examine": "This may be worth opening.", - "ids": "5156" - }, - { - "examine": "This may be worth searching.", - "ids": "5157" - }, - { - "examine": "A pile of garden canes.", - "ids": "5158" - }, - { - "examine": "There's no way to cross this bridge.", - "ids": "5159,5160" - }, - { - "examine": "A very tall column of ice.", - "ids": "516" - }, - { - "examine": "An old grandfather clock.", - "ids": "5161" - }, - { - "examine": "A closed chest.", - "ids": "5162" - }, - { - "examine": "An open chest.", - "ids": "5163" - }, - { - "examine": "There is a note pinned to the signpost.", - "ids": "5164" - }, - { - "examine": "It looks like it needs a good sweep out.", - "ids": "5165" - }, - { - "examine": "Bookish.", - "ids": "5166" - }, - { - "examine": "A large, elaborately ornamented memorial stone.", - "ids": "5167" - }, - { - "examine": "A grave, marked by an ostentatious memorial stone.", - "ids": "5168" - }, - { - "examine": "A poor grave marked by a simple, wooden cross.", - "ids": "5169" - }, - { - "examine": "A deposit of rocks.", - "ids": "517,518,519,520" - }, - { - "examine": "The entrance to an extravagantly decorated mausoleum.", - "ids": "5170,5171" - }, - { - "examine": "The door to the Tower.", - "ids": "5172,5173" - }, - { - "examine": "The door to the garden shed.", - "ids": "5174,5175" - }, - { - "examine": "At some point the lightning conductor has broken, rendering it useless.", - "ids": "5176" - }, - { - "examine": "A shocking piece of kit.", - "ids": "5177" - }, - { - "examine": "Mmm.. scented candles.", - "ids": "5178,5179" - }, - { - "examine": "I wouldn't eat there!", - "ids": "5180,5181,5182" - }, - { - "examine": "Looks wooden. Feels wooden. I wonder is it wooden?", - "ids": "5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201" - }, - { - "examine": "It's locked.", - "ids": "52,53" - }, - { - "examine": "Dangerous, someone could trip on them.", - "ids": "5202,5203,5204,5205" - }, - { - "examine": "I can climb these stairs.", - "ids": "5206" - }, - { - "examine": "They go down.", - "ids": "5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227" - }, - { - "examine": "Formed over many years of dripping limestone.", - "ids": "5228,5229,5230" - }, - { - "examine": "Formed over many years of dripping limestone.", - "ids": "523,524,525,526,527,528" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243" - }, - { - "examine": "Looks a bit tatty...", - "ids": "5244,5245" - }, - { - "examine": "A well slept in bed.", - "ids": "5246,5247" - }, - { - "examine": "It looks like a tree made of crystal.", - "ids": "5248" - }, - { - "examine": "Looks to me like a quickly built fire.", - "ids": "5249" - }, - { - "examine": "I can climb down this.", - "ids": "5250" - }, - { - "examine": "I can climb this.", - "ids": "5251" - }, - { - "examine": "A recently extinguished fire.", - "ids": "5252" - }, - { - "examine": "I wish I could sting other people.", - "ids": "5253" - }, - { - "examine": "Probably feels like a mild bee sting.", - "ids": "5254" - }, - { - "examine": "I wouldn't like to get stung.", - "ids": "5255" - }, - { - "examine": "Dock leaves at the ready.", - "ids": "5256" - }, - { - "examine": "Nettles sting my leggies.", - "ids": "5257" - }, - { - "examine": "These may hurt.", - "ids": "5258" - }, - { - "examine": "A ghostly barrier.", - "ids": "5259,5260,5261" - }, - { - "examine": "These stairs were carved out of the rock of the cavern.", - "ids": "5262,5263" - }, - { - "examine": "I can climb this.", - "ids": "5264" - }, - { - "examine": "I can climb up here.", - "ids": "5265" - }, - { - "examine": "I can go below decks with this ladder.", - "ids": "5266" - }, - { - "examine": "I wonder what's under it.", - "ids": "5267" - }, - { - "examine": "I wonder what's down there.", - "ids": "5268" - }, - { - "examine": "I can't see a rock!", - "ids": "5269" - }, - { - "examine": "I wonder what's inside.", - "ids": "5270,5271,5272" - }, - { - "examine": "Perhaps I should search it.", - "ids": "5273" - }, - { - "examine": "High above here is a tattered flag, blowing in the wind.", - "ids": "5274" - }, - { - "examine": "An appliance for cooking with.", - "ids": "5275" - }, - { - "examine": "The bank teller will serve you from here.", - "ids": "5276" - }, - { - "examine": "This booth is closed.", - "ids": "5277" - }, - { - "examine": "The resting place of Necrovarus' mortal body.", - "ids": "5278,5279" - }, - { - "examine": "I can climb these stairs.", - "ids": "5280" - }, - { - "examine": "They go down.", - "ids": "5281" - }, - { - "examine": "A ghastly fountain filled with slime and bones, the source of Necrovarus' power.", - "ids": "5282" - }, - { - "examine": "It's a small Ectofuntus.", - "ids": "5283" - }, - { - "examine": "A big grinding thing.", - "ids": "5284" - }, - { - "examine": "The tatty gangplank of a tatty ship.", - "ids": "5285,5286" - }, - { - "examine": "Seen better days.", - "ids": "5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "529" - }, - { - "examine": "Formed over many years of dripping limestone.", - "ids": "530" - }, - { - "examine": "A wooden rowing boat.", - "ids": "5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "531" - }, - { - "examine": "Limestone floor growth.", - "ids": "532" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "533" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "5330" - }, - { - "examine": "A leafy fern.", - "ids": "5331" - }, - { - "examine": "A small bushy plant.", - "ids": "5332" - }, - { - "examine": "A leafy shrub.", - "ids": "5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "534" - }, - { - "examine": "This needs dusting before I'll sit on it.", - "ids": "5346,5347" - }, - { - "examine": "Not so good for sitting on.", - "ids": "5348" - }, - { - "examine": "Generally used for putting things on.", - "ids": "5349" - }, - { - "examine": "Actually, I could do with a drink...", - "ids": "5350" - }, - { - "examine": "For leaning against...", - "ids": "5351" - }, - { - "examine": "One horsepower; wooden suspension: a beauty.", - "ids": "5352" - }, - { - "examine": "A wooden wheelbarrow.", - "ids": "5353" - }, - { - "examine": "Animal feeder.", - "ids": "5354" - }, - { - "examine": "It probably hasn't got anything interesting inside.", - "ids": "5355" - }, - { - "examine": "They probably haven't got anything interesting inside.", - "ids": "5356,5357" - }, - { - "examine": "Looks like he's been dead a while now...", - "ids": "5358" - }, - { - "examine": "I don't think he'd mind us checking for his wallet now...", - "ids": "5359" - }, - { - "examine": "I'm sure he died of natural causes. Like a massive dragon or something...", - "ids": "5360,5361,5362,5363,5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385,5386,5387,5388,5389,5390,5391,5392,5393,5394,5395,5396" - }, - { - "examine": "A tooth shaped rock formation protruding from the ceiling.", - "ids": "539,540" - }, - { - "examine": "This figure brings luck to those who sail.", - "ids": "5397,5398,5399,5400,5401,5402" - }, - { - "examine": "It's a flight of stairs.", - "ids": "54,55,56,57" - }, - { - "examine": "Without this I'm going around in circles.", - "ids": "5403" - }, - { - "examine": "Holds up the sails.", - "ids": "5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "541,542" - }, - { - "examine": "Allows access to other parts of the ship.", - "ids": "5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428" - }, - { - "examine": "It's a table with candles on.", - "ids": "5429" - }, - { - "examine": "A tooth shaped rock formation protruding from the ceiling.", - "ids": "543" - }, - { - "examine": "Doesn't look too good...", - "ids": "5430" - }, - { - "examine": "Looks a bit empty.", - "ids": "5431,5432,5433,5434,5435,5436,5437,5438" - }, - { - "examine": "It's been knocked off its hinges.", - "ids": "5439,5440,5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "544" - }, - { - "examine": "A huge lump of rock.", - "ids": "545" - }, - { - "examine": "It's a door.", - "ids": "5453,5454,5455,5456,5457,5458,5459,5460" - }, - { - "examine": "Intimidating!", - "ids": "546,547" - }, - { - "examine": "A subterranean pool of ectoplasm.", - "ids": "5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487" - }, - { - "examine": "A deposit of rocks.", - "ids": "548,549,550,551,552,553" - }, - { - "examine": "I can climb this.", - "ids": "5488" - }, - { - "examine": "The finest rings.", - "ids": "5489" - }, - { - "examine": "I wonder what's under it?", - "ids": "5490" - }, - { - "examine": "I wonder what's down there?", - "ids": "5491,5492" - }, - { - "examine": "I can climb this.", - "ids": "5493" - }, - { - "examine": "A crude torch stuck in the ground.", - "ids": "5494" - }, - { - "examine": "I guess I could sleep in it if I was really tired.", - "ids": "5495,5496" - }, - { - "examine": "A well slept in bed.", - "ids": "5497,5498" - }, - { - "examine": "Hot!", - "ids": "5499,5500" - }, - { - "examine": "Stops people getting out.", - "ids": "5501,5502,5503,5504,5505,5506,5507" - }, - { - "examine": "It's a lectern.", - "ids": "5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537" - }, - { - "examine": "Makes you cry.", - "ids": "5538" - }, - { - "examine": "Found near the water's edge.", - "ids": "5539,5540,5541,5542" - }, - { - "examine": "Frozen water has formed an icicle here.", - "ids": "554,555,556,557" - }, - { - "examine": "Isn't Heather a girls' name?", - "ids": "5543" - }, - { - "examine": "Smells lovely!", - "ids": "5544" - }, - { - "examine": "Who is this Heather girl?", - "ids": "5545" - }, - { - "examine": "A purple haze of delight.", - "ids": "5546" - }, - { - "examine": "The colour purple on stems.", - "ids": "5547" - }, - { - "examine": "I ponder... Why is it purple?", - "ids": "5548" - }, - { - "examine": "I wonder why it's purple?", - "ids": "5549" - }, - { - "examine": "A cure for nettle stings.", - "ids": "5550" - }, - { - "examine": "A droopy tree.", - "ids": "5551" - }, - { - "examine": "These trees are found near water.", - "ids": "5552,5553" - }, - { - "examine": "This is what is left of a willow tree.", - "ids": "5554" - }, - { - "examine": "I don't know art, but I like it!", - "ids": "5555,5556,5557" - }, - { - "examine": "Aggie's cooking something, probably best not to think what...", - "ids": "5558,9736" - }, - { - "examine": "Trinkets and stuff.", - "ids": "5559" - }, - { - "examine": "Looking good!", - "ids": "5560" - }, - { - "examine": "Aggie's broomstick.", - "ids": "5561" - }, - { - "examine": "Aggie has already dyed this cloth.", - "ids": "5562,5563" - }, - { - "examine": "A thoroughly used bed.", - "ids": "5564" - }, - { - "examine": "A lovely comfy-looking big bed.", - "ids": "5565,5566,5567,5568" - }, - { - "examine": "The remains of a stone wall.", - "ids": "5569,5570" - }, - { - "examine": "An empty home for chickens.", - "ids": "5571" - }, - { - "examine": "A lovely bare chicken coop.", - "ids": "5572,5573" - }, - { - "examine": "Full of animal feed.", - "ids": "5574" - }, - { - "examine": "Animal feeder.", - "ids": "5575,5576,5577" - }, - { - "examine": "A traveller's companion.", - "ids": "5578" - }, - { - "examine": "Loaded with hay and ready to roll.", - "ids": "5579" - }, - { - "examine": "It looks cold in there.", - "ids": "558,559,560,561" - }, - { - "examine": "A wooden wheelbarrow.", - "ids": "5580" - }, - { - "examine": "Someone's been chopping logs.", - "ids": "5581,5582" - }, - { - "examine": "Baby bread.", - "ids": "5583,5584,5585,5586,5587,5588" - }, - { - "examine": "The river makes it spin.", - "ids": "5589,5590,5591,5592,5593" - }, - { - "examine": "I'd better not get my hands trapped in that.", - "ids": "5594" - }, - { - "examine": "Diango's Toy Stall.", - "ids": "5595" - }, - { - "examine": "Doesn't look too good...", - "ids": "5596" - }, - { - "examine": "Shows which way the wind blows.", - "ids": "5597" - }, - { - "examine": "A barrel for collecting rain water.", - "ids": "5598,5599,5600,5601,5602,5603" - }, - { - "examine": "A rock.", - "ids": "5604" - }, - { - "examine": "A small rock.", - "ids": "5605" - }, - { - "examine": "Some rock.", - "ids": "5606,5607" - }, - { - "examine": "This fire is already in use, I wouldn't mess with it if I were you...", - "ids": "5608" - }, - { - "examine": "They could do with a wash.", - "ids": "5609,5610,5611,5612" - }, - { - "examine": "It smells like the rats aren't washing often enough.", - "ids": "5613" - }, - { - "examine": "Sit back and relax...", - "ids": "5615" - }, - { - "examine": "This tells you which way is which.", - "ids": "5616,5617" - }, - { - "examine": "These open and close!", - "ids": "5618" - }, - { - "examine": "This may be worth searching.", - "ids": "5619,5620" - }, - { - "examine": "This person was of great importance.", - "ids": "562" - }, - { - "examine": "An elegant ceramic pot tarnished with the dirt of a hundred years.", - "ids": "5621" - }, - { - "examine": "I wonder what's inside...", - "ids": "5622" - }, - { - "examine": "It smells a bit stuffy.", - "ids": "5623" - }, - { - "examine": "It smells funny in there.", - "ids": "5624" - }, - { - "examine": "Ned is making some rope here.", - "ids": "5625,5626" - }, - { - "examine": "A blue standard.", - "ids": "5627" - }, - { - "examine": "A standard of Lumbridge Castle.", - "ids": "5628,5629,5630,36925" - }, - { - "examine": "A monarch chiselled in stone.", - "ids": "563,564" - }, - { - "examine": "Glowing embers.", - "ids": "5631,5632,5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664,5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776,5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787" - }, - { - "examine": "A sculpture of a monarch.", - "ids": "565" - }, - { - "examine": "This person was of great importance.", - "ids": "566" - }, - { - "examine": "A huge carving of an ancient race.", - "ids": "567" - }, - { - "examine": "A depiction of a great dwarven miner.", - "ids": "568" - }, - { - "examine": "A depiction of a famous gnome warrior.", - "ids": "569,570" - }, - { - "examine": "The head and shoulders of a famous gnome.", - "ids": "571,572" - }, - { - "examine": "A depiction of a famous gnomeballer.", - "ids": "573" - }, - { - "examine": "A carving of a figure from the history of 2009Scape.", - "ids": "574,575,576,577,578" - }, - { - "examine": "The sort of bench you get in churches.", - "ids": "5788" - }, - { - "examine": "An expertly carved statue of a former King of Misthalin.", - "ids": "5789,5790" - }, - { - "examine": "An expertly chiselled statue.", - "ids": "579,580,581" - }, - { - "examine": "A carving of a figure from the history of 2009Scape.", - "ids": "5791,36749,36751" - }, - { - "examine": "When I've ground some flour, I'll be able to collect it here.", - "ids": "5792" - }, - { - "examine": "It's a large crack in the wall.", - "ids": "5793,5794,5795,5796,5797,5798" - }, - { - "examine": "It's a trapdoor.", - "ids": "5799,5800,5801,5802" - }, - { - "examine": "Known commonly as Red worm vine.", - "ids": "58" - }, - { - "examine": "It's an open trapdoor.", - "ids": "5803,5804,5805,5806,5807" - }, - { - "examine": "An incredibly detailed stone sculpture.", - "ids": "5808" - }, - { - "examine": "Helps the Seers predict the weather when it's working.", - "ids": "5809" - }, - { - "examine": "Helps the Seers predict the weather.", - "ids": "5810,5811" - }, - { - "examine": "I can climb this.", - "ids": "5812" - }, - { - "examine": "I can climb down this.", - "ids": "5813,5814" - }, - { - "examine": "A candle, a lens and some sort of crystal all precariously balanced together.", - "ids": "5815" - }, - { - "examine": "A beacon so gnome gliders can safely land.", - "ids": "5816,5817,5818,5819,5820,5821,5822,5823,5824" - }, - { - "examine": "An unusual symbol of ancient times.", - "ids": "582" - }, - { - "examine": "Fly Gnome Air.", - "ids": "5825" - }, - { - "examine": "This shop deals in antique swords.", - "ids": "5826,5827,5828,5829,5830" - }, - { - "examine": "An expertly crafted vase.", - "ids": "583" - }, - { - "examine": "Shop counter.", - "ids": "5831,5832,5833,5834" - }, - { - "examine": "Don't want to close this, I might not be able to get back down.", - "ids": "5835,5836,5837,5838,5839,5840,5841" - }, - { - "examine": "An expertly chiselled statue of a bird.", - "ids": "584" - }, - { - "examine": "It overlooks the path below. Let's hope it won't fall on your head.", - "ids": "5842" - }, - { - "examine": "Someone is climbing down there! Looks dangerous.", - "ids": "5843" - }, - { - "examine": "Placed in a perfect position for stumbling over.", - "ids": "5844" - }, - { - "examine": "There is a rope going over it.", - "ids": "5845" - }, - { - "examine": "Someone is climbing down the rope.", - "ids": "5846" - }, - { - "examine": "You will need to climb over it.", - "ids": "5847" - }, - { - "examine": "The tree stands tall at the edge of the pool.", - "ids": "5848" - }, - { - "examine": "You can't stand on them, but maybe something can be wedged into there.", - "ids": "5849" - }, - { - "examine": "What a good likeness!", - "ids": "585,586" - }, - { - "examine": "Something put on top of this wouldn't fall off, it's quite smooth and flat.", - "ids": "5850,5851" - }, - { - "examine": "Someone put a plank on top of the stone! Clever...", - "ids": "5852,5853,5854" - }, - { - "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.", - "ids": "5855" - }, - { - "examine": "The legendary White Pearl fruit is growing on these thorny bushes!", - "ids": "5856" - }, - { - "examine": "There's a nasty stench coming from the cave.", - "ids": "5857" - }, - { - "examine": "Faint rays of daylight shine through.", - "ids": "5858" - }, - { - "examine": "It's very dark down there.", - "ids": "5859" - }, - { - "examine": "Very pointy, very sharp.", - "ids": "5860,5861" - }, - { - "examine": "This is the place where you buried Asleif.", - "ids": "5862" - }, - { - "examine": "Asleif was given a proper burial on this spot.", - "ids": "5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877" - }, - { - "examine": "A depiction of the evil god Zamorak.", - "ids": "587" - }, - { - "examine": "It's a long wooden table.", - "ids": "5878" - }, - { - "examine": "Generally used for putting things on.", - "ids": "5879" - }, - { - "examine": "A base for the statue to sit on.", - "ids": "588" - }, - { - "examine": "A crude torch stuck in the ground.", - "ids": "5881,5882" - }, - { - "examine": "Sticky, dirty mud.", - "ids": "5883" - }, - { - "examine": "This stinks...", - "ids": "5884" - }, - { - "examine": "The roots go down into the mud.", - "ids": "5885" - }, - { - "examine": "Sticky, dirty roots covered in sticky, dirty mud.", - "ids": "5886" - }, - { - "examine": "It's barely a door, really.", - "ids": "5887,5888,5889,5890" - }, - { - "examine": "The scrying glass of a seer.", - "ids": "589" - }, - { - "examine": "The entry to a special tent in the camp.", - "ids": "5891,5892,5893,5894" - }, - { - "examine": "It's just a big stone, really.", - "ids": "5895" - }, - { - "examine": "Uh oh, someone is going to be in trouble!", - "ids": "5896" - }, - { - "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.", - "ids": "5897,5898,5899,5900,5901" - }, - { - "examine": "A fancy hole in the wall.", - "ids": "59" - }, - { - "examine": "Banking transactions are processed here.", - "ids": "590" - }, - { - "examine": "It's only useful for hiding behind now.", - "ids": "5902,5903,5904" - }, - { - "examine": "This tree has been cut down.", - "ids": "5905,5906,5907,5908" - }, - { - "examine": "A still for making lamp oil.", - "ids": "5909" - }, - { - "examine": "Banking transactions are recorded here.", - "ids": "591" - }, - { - "examine": "The still has oil in.", - "ids": "5910,5911,5912,5913,5914,5915,5916" - }, - { - "examine": "Noxious fumes bubble up from the bowels of the earth.", - "ids": "5917,5918,5919,5920,5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939,5940,5941,5942,5943,5944,5945" - }, - { - "examine": "Contains washing items.", - "ids": "592" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "593,594,595" - }, - { - "examine": "You see a circle of light at the top.", - "ids": "5946" - }, - { - "examine": "An entrance to the dark caves.", - "ids": "5947" - }, - { - "examine": "I can jump from this stepping stone.", - "ids": "5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958" - }, - { - "examine": "I wonder what this does...", - "ids": "5959,5960,5961,5962,5963" - }, - { - "examine": "A banquet could be eaten from this.", - "ids": "596,597" - }, - { - "examine": "Flying in mid-air!", - "ids": "5964,5965" - }, - { - "examine": "A blocked passage.", - "ids": "5966" - }, - { - "examine": "I'd better leave his expensive dwarven balls alone.", - "ids": "5967,5968,5969,5970,5971,5972" - }, - { - "examine": "A small cave entrance.", - "ids": "5973,5974" - }, - { - "examine": "A powerful ranging device that fires metal balls.", - "ids": "5975,5976" - }, - { - "examine": "It's a sheer wall of fire, rising as high as you can see.", - "ids": "5977,5978,5979,5980" - }, - { - "examine": "Useful for putting things on.", - "ids": "598" - }, - { - "examine": "Lighting for the caves.", - "ids": "5981,5982,5983,5984" - }, - { - "examine": "A rock.", - "ids": "5985" - }, - { - "examine": "A small rock.", - "ids": "5986" - }, - { - "examine": "A rock.", - "ids": "5987,5988" - }, - { - "examine": "A mineral vein that looks distinctly like gold.", - "ids": "5989,5990,5991,5992,5993,5994,5995,5996,5997" - }, - { - "examine": "At one time it was for putting things on.", - "ids": "599" - }, - { - "examine": "Functions like an open door...", - "ids": "5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008" - }, - { - "examine": "A powerful ranging device that fires metal balls.", - "ids": "6" - }, - { - "examine": "A fancy hole in the ceiling.", - "ids": "60" - }, - { - "examine": "The napkins are made from real silk.", - "ids": "600" - }, - { - "examine": "It's a tiny little blue flame. Is this the essence of the Arzinian Being?", - "ids": "6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031" - }, - { - "examine": "Useful for putting things on.", - "ids": "601,602,603,604,605,606" - }, - { - "examine": "Powers the boat.", - "ids": "6032,6033,6034,6035" - }, - { - "examine": "Allows access to other parts of the ship.", - "ids": "6036,6037" - }, - { - "examine": "Without this I'm going around in circles.", - "ids": "6038,6039,6040,6041,6042" - }, - { - "examine": "Powers the boat.", - "ids": "6043,6044" - }, - { - "examine": "You can 'cart' things around on this.", - "ids": "6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063" - }, - { - "examine": "A stand for hats.", - "ids": "6064" - }, - { - "examine": "Some dwarf clothes that are obviously too small for me!", - "ids": "6065" - }, - { - "examine": "An empty weapon rack.", - "ids": "6066" - }, - { - "examine": "A weapon rack.", - "ids": "6067,6068,6069" - }, - { - "examine": "Items for making clothes are kept on here.", - "ids": "607" - }, - { - "examine": "A method of dwarf storage", - "ids": "6070" - }, - { - "examine": "A method of dwarf storage.", - "ids": "6071,6072,6073,6074" - }, - { - "examine": "Useful for a dwarf.", - "ids": "6075" - }, - { - "examine": "A big desk, for a dwarf!", - "ids": "6076,6077,6078,6079" - }, - { - "examine": "The ideal place to study.", - "ids": "608" - }, - { - "examine": "Spins yarn.", - "ids": "6080" - }, - { - "examine": "Banking transactions are processed here.", - "ids": "6081" - }, - { - "examine": "Banking transactions are recorded here.", - "ids": "6082,37159" - }, - { - "examine": "This booth is closed.", - "ids": "6083" - }, - { - "examine": "The bank teller will serve you from here.", - "ids": "6084" - }, - { - "examine": "A way upwards.", - "ids": "6085" - }, - { - "examine": "A way down.", - "ids": "6086" - }, - { - "examine": "A way upwards.", - "ids": "6087" - }, - { - "examine": "A way down.", - "ids": "6088" - }, - { - "examine": "A way upwards.", - "ids": "6089" - }, - { - "examine": "A handy workbench for a handy person.", - "ids": "609,610" - }, - { - "examine": "A way down.", - "ids": "6090" - }, - { - "examine": "A treasure trove of knowledge.", - "ids": "6091,6092" - }, - { - "examine": "A lovely place to cook meat.", - "ids": "6093,6094,6095" - }, - { - "examine": "A great place to cook meat.", - "ids": "6096" - }, - { - "examine": "A good source of water.", - "ids": "6097,6098,6099" - }, - { - "examine": "A shrine to evil.", - "ids": "61" - }, - { - "examine": "The door is closed.", - "ids": "6100" - }, - { - "examine": "The door is open.", - "ids": "6101" - }, - { - "examine": "The door is closed.", - "ids": "6102" - }, - { - "examine": "The door is open.", - "ids": "6103" - }, - { - "examine": "The door is closed.", - "ids": "6104" - }, - { - "examine": "The door is open.", - "ids": "6105" - }, - { - "examine": "The door is closed.", - "ids": "6106" - }, - { - "examine": "The door is open.", - "ids": "6107" - }, - { - "examine": "The door is closed.", - "ids": "6108" - }, - { - "examine": "The door is open.", - "ids": "6109" - }, - { - "examine": "Sit back and enjoy the view.", - "ids": "611" - }, - { - "examine": "The door is closed.", - "ids": "6110" - }, - { - "examine": "The door is open.", - "ids": "6111" - }, - { - "examine": "The door is closed.", - "ids": "6112" - }, - { - "examine": "The door is open.", - "ids": "6113" - }, - { - "examine": "The door is closed.", - "ids": "6114" - }, - { - "examine": "The door is open.", - "ids": "6115,6116,6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145" - }, - { - "examine": "Items are for sale here.", - "ids": "612" - }, - { - "examine": "Useful for putting things on.", - "ids": "613,614,615" - }, - { - "examine": "Useful for keeping birds.", - "ids": "6146" - }, - { - "examine": "Tower of rock.", - "ids": "6147,6148,6149" - }, - { - "examine": "Useful for making weapons.", - "ids": "6150" - }, - { - "examine": "Used for getting water.", - "ids": "6151" - }, - { - "examine": "Used for getting drunk.", - "ids": "6152,6153" - }, - { - "examine": "Used for storage.", - "ids": "6154,6155,6156,6157" - }, - { - "examine": "Not good for eating.", - "ids": "6158,6159,6160,6161" - }, - { - "examine": "A creepy looking table.", - "ids": "616" - }, - { - "examine": "Finest precious stones.", - "ids": "6162" - }, - { - "examine": "Bread and cakes are spread out over it.", - "ids": "6163" - }, - { - "examine": "Finely wrought wares of silver.", - "ids": "6164" - }, - { - "examine": "I can get clothes made up from this stall.", - "ids": "6165" - }, - { - "examine": "A whole lot of tools for crafting.", - "ids": "6166,6167,6168,6169,6170,6171,6172" - }, - { - "examine": "Items are for sale here.", - "ids": "617" - }, - { - "examine": "A fine piece of sculpting.", - "ids": "6173,6174,6175" - }, - { - "examine": "Oblong boxes. You hope there isn't anything other than salt inside.", - "ids": "6176" - }, - { - "examine": "Big mysterious crates. You wonder what could be inside.", - "ids": "6177" - }, - { - "examine": "Wooden crates, contents unknown.", - "ids": "6178" - }, - { - "examine": "They could do with a wash.", - "ids": "6179,6180" - }, - { - "examine": "There are some strange chemicals here.", - "ids": "618,619" - }, - { - "examine": "Dead animal parts dangling!", - "ids": "6181" - }, - { - "examine": "Dead meat. Dangling from the wall. Looks delicious.", - "ids": "6182" - }, - { - "examine": "It looks as hard as a rock, not very inviting.", - "ids": "6183" - }, - { - "examine": "A smelly old mattress.", - "ids": "6184" - }, - { - "examine": "Metal plating to protect the dwarf.", - "ids": "6185,6186" - }, - { - "examine": "Useful... for a dwarf!", - "ids": "6187" - }, - { - "examine": "Various implements for working with metal.", - "ids": "6188" - }, - { - "examine": "A hot place for forging things in.", - "ids": "6189,6190" - }, - { - "examine": "Being repaired.", - "ids": "6191,6192" - }, - { - "examine": "I look shorter, but not necessarily sweeter!", - "ids": "6193" - }, - { - "examine": "Used for sitting.", - "ids": "6194,6195" - }, - { - "examine": "Useful for a dwarf.", - "ids": "6196,6197,6198,6199" - }, - { - "examine": "Is there something in there?", - "ids": "62" - }, - { - "examine": "Bamboo's a versatile material.", - "ids": "620" - }, - { - "examine": "Fit for a dwarven feast!", - "ids": "6200,6201" - }, - { - "examine": "Gives out light, but then you knew that already.", - "ids": "6202,6203" - }, - { - "examine": "A simple place to sleep.", - "ids": "6204" - }, - { - "examine": "A good dwarven bed. Too small for me!", - "ids": "6205" - }, - { - "examine": "Many important meetings are held here...", - "ids": "6206" - }, - { - "examine": "Draped in cloth.", - "ids": "6207" - }, - { - "examine": "A beautiful seat, fit for a King.", - "ids": "6208,6209,6210" - }, - { - "examine": "It's a banquet table.", - "ids": "621,622" - }, - { - "examine": "A dwarf table with chopping board.", - "ids": "6211" - }, - { - "examine": "This tree has been cut down.", - "ids": "6212" - }, - { - "examine": "A barrel full of ranging equipment...", - "ids": "6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "623,624,625,626,627" - }, - { - "examine": "I suppose he wants my money.", - "ids": "6230" - }, - { - "examine": "A lovely table.", - "ids": "6231" - }, - { - "examine": "An expensive water feature.", - "ids": "6232,6233,6234,6235" - }, - { - "examine": "Stop for what, food?", - "ids": "6236" - }, - { - "examine": "Yellow blossom, lovely.", - "ids": "6237" - }, - { - "examine": "Closed.", - "ids": "6238" - }, - { - "examine": "Open.", - "ids": "6239" - }, - { - "examine": "Closed.", - "ids": "6240" - }, - { - "examine": "Open.", - "ids": "6241" - }, - { - "examine": "A stone staircase.", - "ids": "6242,6243,6244,6245" - }, - { - "examine": "Has upon it a beer, which I will not take for moral reasons.", - "ids": "6246,6247,6248" - }, - { - "examine": "No this is not a mirage!", - "ids": "6249" - }, - { - "examine": "It's a goldfish! No, wait, it's just a bed.", - "ids": "6250,6251,6252,6253,6254" - }, - { - "examine": "Animal feeder.", - "ids": "6255,6256" - }, - { - "examine": "Lovely... Fresh.", - "ids": "6257" - }, - { - "examine": "Dry dung.", - "ids": "6258" - }, - { - "examine": "Smelly.", - "ids": "6259" - }, - { - "examine": "I can climb down this.", - "ids": "6260" - }, - { - "examine": "I can climb this.", - "ids": "6261,6262" - }, - { - "examine": "Useful for pets.", - "ids": "6263" - }, - { - "examine": "Useful for keeping birds.", - "ids": "6264" - }, - { - "examine": "Bird cage.", - "ids": "6265,6266" - }, - { - "examine": "An empty cage, maybe the owner let the creature free... I do hope so.", - "ids": "6267" - }, - { - "examine": "Useful for pets.", - "ids": "6268,6269,6270,6271,6272,6273" - }, - { - "examine": "Lovely comfy looking big bed.", - "ids": "6274" - }, - { - "examine": "Laden with heaps of paper.", - "ids": "6275" - }, - { - "examine": "I don't know much about art, but I like this.", - "ids": "6276" - }, - { - "examine": "Look at the size of this cactus.", - "ids": "6277" - }, - { - "examine": "Don't you open that trapdoor!", - "ids": "6278" - }, - { - "examine": "There is a rope leading to the bottom of this smoke filled well.", - "ids": "6279" - }, - { - "examine": "Finely wrought wares of silver.", - "ids": "628" - }, - { - "examine": "I can climb this.", - "ids": "6280,6281" - }, - { - "examine": "A portal to another land?", - "ids": "6282" - }, - { - "examine": "Weird looking pillar.", - "ids": "6283,6284,6285,6286,6287,6288,6289,6290,6291" - }, - { - "examine": "Garments for the discerning.", - "ids": "629" - }, - { - "examine": "Shelves filled with interesting books.", - "ids": "6292,6293" - }, - { - "examine": "A locked display case for valuable artefacts.", - "ids": "6294" - }, - { - "examine": "One of the sculptures is missing. Oh yes, that was me!", - "ids": "6295" - }, - { - "examine": "It looks like the demon didn't survive after all.", - "ids": "6296" - }, - { - "examine": "He looks old, older than me anyway.", - "ids": "6297" - }, - { - "examine": "I don't think he's going to make it.", - "ids": "6298" - }, - { - "examine": "I don't understand, why didn't he go back to Lumby?", - "ids": "6299,6300" - }, - { - "examine": "Used for storage.", - "ids": "63,64,36351,36352" - }, - { - "examine": "Bread cakes and pastries.", - "ids": "630" - }, - { - "examine": "A throne encrusted with sparkling gems.", - "ids": "6301" - }, - { - "examine": "A throne from which you have removed the gems.", - "ids": "6302,6303,6304,6305,6306" - }, - { - "examine": "A statuette of a golem, facing right.", - "ids": "6307" - }, - { - "examine": "A statuette of a golem, facing left.", - "ids": "6308" - }, - { - "examine": "The statuette is missing from this alcove.", - "ids": "6309,6310" - }, - { - "examine": "Finest precious stones.", - "ids": "631" - }, - { - "examine": "Not good for eating.", - "ids": "6311" - }, - { - "examine": "I can climb this.", - "ids": "6312" - }, - { - "examine": "I can climb down this.", - "ids": "6313,6314,6315,6316,6317,6318,6319,6320,6321,6322" - }, - { - "examine": "These will keep you warm.", - "ids": "632" - }, - { - "examine": "A broken clay arm.", - "ids": "6323" - }, - { - "examine": "A clay foot.", - "ids": "6324" - }, - { - "examine": "Half a golem smashed and broken.", - "ids": "6325" - }, - { - "examine": "Smashed and half buried.", - "ids": "6326" - }, - { - "examine": "A device once used for making pottery.", - "ids": "6327" - }, - { - "examine": "Once upon a time this was used to make pottery.", - "ids": "6328" - }, - { - "examine": "Once upon a time this made clay hard.", - "ids": "6329" - }, - { - "examine": "The spice is right.", - "ids": "633" - }, - { - "examine": "There was a lot of pottery made here a long time ago.", - "ids": "6330" - }, - { - "examine": "A statue of a guy with a hammer.", - "ids": "6331" - }, - { - "examine": "A weathered old statue.", - "ids": "6332" - }, - { - "examine": "A reclining lady.", - "ids": "6333" - }, - { - "examine": "This statue has been tampered with.", - "ids": "6334" - }, - { - "examine": "Contains a statue of a woman.", - "ids": "6335,6336,6337" - }, - { - "examine": "Empty.", - "ids": "6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362" - }, - { - "examine": "Always a source of good bargains.", - "ids": "634" - }, - { - "examine": "Fine brews from exotic regions.", - "ids": "635" - }, - { - "examine": "Keeps mine carts from rolling away.", - "ids": "636" - }, - { - "examine": "A very heavy stone door.", - "ids": "6363" - }, - { - "examine": "A door to a demon's lair?", - "ids": "6364,6365,6366,6367,6368,6369,6370,6371" - }, - { - "examine": "You can 'cart' things around on this.", - "ids": "637" - }, - { - "examine": "A stone staircase.", - "ids": "6372,6373,6374,6375,6376,6377,6378,6379,6380" - }, - { - "examine": "A source of water for the river Elid.", - "ids": "6381" - }, - { - "examine": "Maybe I could swing on this somehow...", - "ids": "6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "6402" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "6403" - }, - { - "examine": "An old mystical torch.", - "ids": "6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417" - }, - { - "examine": "I can climb this.", - "ids": "6418,6419" - }, - { - "examine": "I wonder what's inside?", - "ids": "6420,6421,6422" - }, - { - "examine": "A magical aura seems to shimmer over the glass...", - "ids": "6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433" - }, - { - "examine": "I wonder what that's there for...", - "ids": "6434,6435" - }, - { - "examine": "I can climb this.", - "ids": "6436" - }, - { - "examine": "An ancient looking tomb.", - "ids": "6437,6438" - }, - { - "examine": "Climb this rope to go up.", - "ids": "6439,6440" - }, - { - "examine": "Looks like a small cave.", - "ids": "6441" - }, - { - "examine": "Blocked by an icicle.", - "ids": "6442" - }, - { - "examine": "Blocked by two icicles.", - "ids": "6443" - }, - { - "examine": "Blocked by three icicles.", - "ids": "6444" - }, - { - "examine": "Blocked by four icicles.", - "ids": "6445" - }, - { - "examine": "Blocked by five icicles.", - "ids": "6446" - }, - { - "examine": "Looks like a small cave.", - "ids": "6447" - }, - { - "examine": "It looks very sturdy.", - "ids": "6448,6449" - }, - { - "examine": "I can climb this.", - "ids": "6450" - }, - { - "examine": "A wrought iron gate.", - "ids": "6451,6452,6453" - }, - { - "examine": "Even rocks could freeze in this cold!", - "ids": "6454" - }, - { - "examine": "Looks slippery.", - "ids": "6455,6456,6457,6458,6459,6460" - }, - { - "examine": "An ice gate.", - "ids": "6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471" - }, - { - "examine": "Makes you taller.", - "ids": "647,29314" - }, - { - "examine": "Chunky pieces of ice.", - "ids": "6472,6473,6474,6475,6476,6477,6478,6479,6480" - }, - { - "examine": "A bit large for a bracelet!", - "ids": "648" - }, - { - "examine": "A mysterious tunnel-like structure.", - "ids": "6481,6482" - }, - { - "examine": "You can feel a mysterious power emanating from it...", - "ids": "6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493" - }, - { - "examine": "A macabre variation on the neck tie.", - "ids": "649,650" - }, - { - "examine": "This door is sealed by an ancient mystical power...", - "ids": "6494,6495,6496" - }, - { - "examine": "I can climb down this.", - "ids": "6497,6498,6499,6500" - }, - { - "examine": "Surprisingly sturdy looking.", - "ids": "65,66" - }, - { - "examine": "I can climb this.", - "ids": "6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511" - }, - { - "examine": "Dead and half buried.", - "ids": "651,652,653,654,655,656,657" - }, - { - "examine": "A fancy name for a coffin.", - "ids": "6512" - }, - { - "examine": "A strange thing to leave lying around...", - "ids": "6513" - }, - { - "examine": "I hope this is just ornamental...", - "ids": "6514,6515,6516,6517,6518,6519,6520" - }, - { - "examine": "Uh-oh!", - "ids": "6521,6522" - }, - { - "examine": "This leads downwards.", - "ids": "6523" - }, - { - "examine": "You can see a small fissure in the ground here.", - "ids": "6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537" - }, - { - "examine": "The body of a lion, the head of a man?", - "ids": "6538,6539,6540,6541,6542,6543,6544" - }, - { - "examine": "A smooth, sandstone door that is slightly warm to the touch.", - "ids": "6545,6546,6547,6548" - }, - { - "examine": "A well down into the pyramid.", - "ids": "6549,6550" - }, - { - "examine": "A portal that leads you out of the pyramid.", - "ids": "6551" - }, - { - "examine": "A mysterious ancient altar to some forgotten god...", - "ids": "6552" - }, - { - "examine": "Opens into another area.", - "ids": "6553,6554,6555,6556,6557,6558,6559,6560" - }, - { - "examine": "A ladder that's almost not there at all...", - "ids": "6561,6562,6563,6564,6565" - }, - { - "examine": "Gate like?", - "ids": "6566,6567" - }, - { - "examine": "Garments for the discerning.", - "ids": "6568" - }, - { - "examine": "Gone-off bread, cakes and pastries.", - "ids": "6569" - }, - { - "examine": "Finest precious stones.", - "ids": "6570" - }, - { - "examine": "These will keep you warm.", - "ids": "6571" - }, - { - "examine": "The spice is right.", - "ids": "6572" - }, - { - "examine": "An empty market stall.", - "ids": "6573" - }, - { - "examine": "Fine brews from exotic regions.", - "ids": "6574" - }, - { - "examine": "Best used with a horse.", - "ids": "6575,6576,6577" - }, - { - "examine": "Grows a yellow fruit.", - "ids": "6578,6579,6580" - }, - { - "examine": "Disturbing but tidy.", - "ids": "658" - }, - { - "examine": "Disturbing but tidy.", - "ids": "658,668,669,670,3969,29347" - }, - { - "examine": "A way to get in the tent.", - "ids": "6581,6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597,6598,6599,6600,6601,6602,6603,6604" - }, - { - "examine": "I don't even want to think about what did that...", - "ids": "659" - }, - { - "examine": "Now that's what I call slimline!", - "ids": "660,664,3797,3971,5122,7206,29340" - }, - { - "examine": "Wet and salty.", - "ids": "6605" - }, - { - "examine": "The focus of the suntrap.", - "ids": "6606" - }, - { - "examine": "A shiny mirror.", - "ids": "6607,6608,6609,6610,6611,6612,6613" - }, - { - "examine": "He looks very relaxed.", - "ids": "661,665,3798,3972,5123,7207,29341" - }, - { - "examine": "A large door with a hieroglyph of a cat.", - "ids": "6614" - }, - { - "examine": "Gate like?", - "ids": "6615,6616,6617,6618,6619" - }, - { - "examine": "Now he's just too thin.", - "ids": "662,666,3799,3973,5124,7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218,29342" - }, - { - "examine": "It looks like a hole in the wall.", - "ids": "6620,6621" - }, - { - "examine": "Rocky.", - "ids": "6622" - }, - { - "examine": "An entrance into a tunnel. I wonder where it leads to.", - "ids": "6623" - }, - { - "examine": "It looks like a door.", - "ids": "6624" - }, - { - "examine": "Hmm. A door.", - "ids": "6625" - }, - { - "examine": "A big wooden door.", - "ids": "6626,6627,6628" - }, - { - "examine": "That could hurt.", - "ids": "6629" - }, - { - "examine": "He hasn't eaten in a long time.", - "ids": "663,667,3974,5125,29343" - }, - { - "examine": "A strange thing to leave lying around...", - "ids": "6630,6631" - }, - { - "examine": "I can't see the bottom.", - "ids": "6632,6633,6634" - }, - { - "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck.", - "ids": "6635,6636" - }, - { - "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside.", - "ids": "6637,6638" - }, - { - "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside.", - "ids": "6639,6640" - }, - { - "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines.", - "ids": "6641" - }, - { - "examine": "Doorway*Opens into another area, come on, I know this.", - "ids": "6642" - }, - { - "examine": "Useful for putting things on.", - "ids": "6644" - }, - { - "examine": "A ladder!! Never seen one of those before.", - "ids": "6645" - }, - { - "examine": "I wonder what's inside.", - "ids": "6646" - }, - { - "examine": "Perhaps I should search it.", - "ids": "6647" - }, - { - "examine": "I wonder where this goes?", - "ids": "6648" - }, - { - "examine": "They go down.", - "ids": "6649" - }, - { - "examine": "Phew!! That's one big bridge.", - "ids": "6650" - }, - { - "examine": "A big bridge over the river.", - "ids": "6651,6652" - }, - { - "examine": "Wow. More bridge. Awesome.", - "ids": "6653,6654" - }, - { - "examine": "Oops.", - "ids": "6655" - }, - { - "examine": "Rolls of colourful cloth.", - "ids": "6656" - }, - { - "examine": "An ancient giant serpent.", - "ids": "6657" - }, - { - "examine": "A tunnel leading upwards.", - "ids": "6658" - }, - { - "examine": "A tunnel leading into the depths of the earth.", - "ids": "6659" - }, - { - "examine": "A rock wall infused with the power of Guthix.", - "ids": "6660" - }, - { - "examine": "The wall is weeping blue tears.", - "ids": "6661" - }, - { - "examine": "The wall is weeping green tears.", - "ids": "6662" - }, - { - "examine": "The wall is not weeping at the moment.", - "ids": "6663,6664" - }, - { - "examine": "The wall is weeping blue tears.", - "ids": "6665" - }, - { - "examine": "The wall is weeping green tears.", - "ids": "6666" - }, - { - "examine": "The wall is not weeping at the moment.", - "ids": "6667,6668" - }, - { - "examine": "Stone with blue veins.", - "ids": "6669,6670,6671" - }, - { - "examine": "They don't look too easy to climb.", - "ids": "6672" - }, - { - "examine": "I could climb these.", - "ids": "6673,6674,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701" - }, - { - "examine": "Used for storage.", - "ids": "67" - }, - { - "examine": "I can climb these stairs.", - "ids": "6702,6703,6704,6705,6706,6707" - }, - { - "examine": "I can climb this.", - "ids": "6708,6709,6710,6711,6712" - }, - { - "examine": "No cats were harmed in the making of this device.", - "ids": "671" - }, - { - "examine": "I wonder what is awaiting me on the other side?", - "ids": "6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731" - }, - { - "examine": "Shattered.", - "ids": "672,673,674,675,676,677" - }, - { - "examine": "I wonder what awaits me on the other side?", - "ids": "6732,6733,6734,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761,6762,6763,6764,6765,6766" - }, - { - "examine": "A crude torch stuck in the ground.", - "ids": "6767,6768,6769,6770" - }, - { - "examine": "A large stone coffin.", - "ids": "6771,6772,6773" - }, - { - "examine": "A large stone chest.", - "ids": "6774,6775" - }, - { - "examine": "Looks like he's been dead a while now...", - "ids": "6776" - }, - { - "examine": "I don't think he'd mind us checking for his wallet now...", - "ids": "6777" - }, - { - "examine": "I'm sure he died of natural causes. Like a massive dragon or something...", - "ids": "6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790" - }, - { - "examine": "I see fish.", - "ids": "678" - }, - { - "examine": "I can see fish swimming in the water.", - "ids": "679" - }, - { - "examine": "The groundskeeper's bed.", - "ids": "6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,6810,6811,6812,6813,6814,6815,6816,6817,6818,6819,6820" - }, - { - "examine": "Where bees live.", - "ids": "68" - }, - { - "examine": "I was always forced to play this as a child.", - "ids": "680" - }, - { - "examine": "I never learnt to play.", - "ids": "681" - }, - { - "examine": "Time for a recital?", - "ids": "682" - }, - { - "examine": "A large stone coffin.", - "ids": "6821,6822,6823" - }, - { - "examine": "It's locked.", - "ids": "6824,6825,6826" - }, - { - "examine": "It might still work...", - "ids": "6827,6828,6829,6830,6831,6832,6833,6834" - }, - { - "examine": "Tick-tock, it's a clock.", - "ids": "683" - }, - { - "examine": "Danger... weak surface beyond gate. Digging may lead to cave-ins.", - "ids": "6835" - }, - { - "examine": "Sturdy metal bars.", - "ids": "6836,6837,6838" - }, - { - "examine": "Smells pretty bad!", - "ids": "6839" - }, - { - "examine": "The noxious liquid bubbles horribly.", - "ids": "684" - }, - { - "examine": "It looks as this is where some wall fungus used to be.", - "ids": "6840" - }, - { - "examine": "Some crude stone steps.", - "ids": "6841,6842,6843" - }, - { - "examine": "An old crude tomb.", - "ids": "6844,6845" - }, - { - "examine": "It's damaged.", - "ids": "6846" - }, - { - "examine": "A note says, 'Please ring for attention.'", - "ids": "6847" - }, - { - "examine": "An old crude tomb.", - "ids": "6848" - }, - { - "examine": "'Leave da dead-uns boxes 'lone or else ya goes down da 'ole'", - "ids": "6849" - }, - { - "examine": "Shows which way the wind blows.", - "ids": "685,686,687,688" - }, - { - "examine": "An old crude tomb.", - "ids": "6850" - }, - { - "examine": "This coffin is spilt over the floor.", - "ids": "6851" - }, - { - "examine": "This coffin is open.", - "ids": "6852" - }, - { - "examine": "An old crude tomb.", - "ids": "6853" - }, - { - "examine": "This coffin is spilt over the floor.", - "ids": "6854" - }, - { - "examine": "This coffin is open.", - "ids": "6855" - }, - { - "examine": "A barricade made from skulls and bones.", - "ids": "6856,6857,6858,6859,6860,6861,6862,6863,6864" - }, - { - "examine": "Not very high.", - "ids": "6865" - }, - { - "examine": "Hot stuff.", - "ids": "6866" - }, - { - "examine": "Ogres bang these to make noise.", - "ids": "6867,6868,6869,6870" - }, - { - "examine": "A bulky door made from solid rock.", - "ids": "6871,6872,6873,6874" - }, - { - "examine": "These open and close!", - "ids": "6875" - }, - { - "examine": "This may be worth opening.", - "ids": "6876" - }, - { - "examine": "I wonder what this item contains.", - "ids": "6877,6878,6879" - }, - { - "examine": "A barricade made of skulls and bones.", - "ids": "6880" - }, - { - "examine": "A barricade made of skulls and bones which has been crushed.", - "ids": "6881,6882" - }, - { - "examine": "An old crude tomb.", - "ids": "6883,6884,6885,6886,6887" - }, - { - "examine": "A sick, frail old man.", - "ids": "6888" - }, - { - "examine": "A sick, frail old man", - "ids": "6889" - }, - { - "examine": "Looking good!", - "ids": "689" - }, - { - "examine": "An old crude tomb.", - "ids": "6890,6891,6892" - }, - { - "examine": "I don't think he'd mind us checking for his wallet now...", - "ids": "6893" - }, - { - "examine": "A good source of books!", - "ids": "6894,6895" - }, - { - "examine": "A crude torch stuck in the ground.", - "ids": "6896" - }, - { - "examine": "A strange ogre plinth, this must be where the artifacts are stored.", - "ids": "6897,6898,6899,6900,6901,6902" - }, - { - "examine": "Handy for boarding boats.", - "ids": "69,70" - }, - { - "examine": "A privacy aid!", - "ids": "690" - }, - { - "examine": "It looks like the hole in the wall has been blocked with rubble.", - "ids": "6903" - }, - { - "examine": "How exciting, some shelves.", - "ids": "6904" - }, - { - "examine": "A hole in the wall.", - "ids": "6905,6906,6907,6908" - }, - { - "examine": "A rock wall.", - "ids": "6909" - }, - { - "examine": "Use this to get changed behind and retain modesty.", - "ids": "691" - }, - { - "examine": "It has a letter 'S' on the lock.", - "ids": "6910" - }, - { - "examine": "Used for storage.", - "ids": "6911" - }, - { - "examine": "A narrow hole in the wall.", - "ids": "6912,6913,6914" - }, - { - "examine": "Rubble is blocking the passage.", - "ids": "6915" - }, - { - "examine": "A good source of books!", - "ids": "6916,6917,6918" - }, - { - "examine": "A heavy portal decorated with bone.", - "ids": "6919,6920" - }, - { - "examine": "I don't even want to think about what's cooking in that.", - "ids": "692" - }, - { - "examine": "A symbol is carved into the wall here.", - "ids": "6921,6922,6923,6924,6925,6926" - }, - { - "examine": "I don't think I can get through this way!", - "ids": "6927" - }, - { - "examine": "Looks like its no longer operational.", - "ids": "6928" - }, - { - "examine": "Big bones are being used to prop up the wall.", - "ids": "6929,6930" - }, - { - "examine": "Good for sweeping.", - "ids": "693" - }, - { - "examine": "It's a bit like walking through a giant rib cage.", - "ids": "6931,6932,6933,6934,6935,6936,6937,6938" - }, - { - "examine": "This arch is broken. I hope the ceiling doesn't come down!", - "ids": "6939,6940,6941,6942" - }, - { - "examine": "I'm guessing it's for making women's clothes.", - "ids": "694" - }, - { - "examine": "A rocky outcrop.", - "ids": "6943,6944,6945,6946,6947,6948,6949" - }, - { - "examine": "Helps make human clothing.", - "ids": "695" - }, - { - "examine": "I dont think i can get through this way.", - "ids": "6950" - }, - { - "examine": "An eye-wrenching nexus of utter negation!", - "ids": "6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968" - }, - { - "examine": "A hole.", - "ids": "696" - }, - { - "examine": "A dirty little swamp boat.", - "ids": "6969,6970" - }, - { - "examine": "Dead animal head. Lovely.", - "ids": "697,736,29344" - }, - { - "examine": "It looks dark down there.", - "ids": "6971" - }, - { - "examine": "A book sits on top.", - "ids": "6972,6973,6974" - }, - { - "examine": "The door is closed.", - "ids": "6975" - }, - { - "examine": "The door is open.", - "ids": "6976" - }, - { - "examine": "The door is closed.", - "ids": "6977" - }, - { - "examine": "The door is open.", - "ids": "6978,6979,6980,6981,6982,6983" - }, - { - "examine": "Must have been laid by a huge bird.", - "ids": "698" - }, - { - "examine": "Empty market stall.", - "ids": "6984" - }, - { - "examine": "A steam powered crushing machine.", - "ids": "6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001" - }, - { - "examine": "Whatever it was I'm glad it's not alive.", - "ids": "699" - }, - { - "examine": "The cannon is built on here.", - "ids": "7" - }, - { - "examine": "Spooky!", - "ids": "700,701,2614,4048,4049,4050,29345" - }, - { - "examine": "A dwarven statue crumbling away from old age.", - "ids": "7002" - }, - { - "examine": "It's crumbling away from old age, it's hardly recognizable as a dwarf.", - "ids": "7003" - }, - { - "examine": "This stone dwarf must be guarding the way into a dwarven area!", - "ids": "7004,7005" - }, - { - "examine": "Big. For a dwarf!", - "ids": "7006,7007" - }, - { - "examine": "A work in progress.", - "ids": "7008,7009" - }, - { - "examine": "A work that has yet to begin.", - "ids": "7010" - }, - { - "examine": "An underground limpwurt plant.", - "ids": "7011,7012" - }, - { - "examine": "Insect eating plant.", - "ids": "7013,7014,7015" - }, - { - "examine": "A stone carved Pillar.", - "ids": "7016,7017" - }, - { - "examine": "Dwarf storage.", - "ids": "7018" - }, - { - "examine": "Used for keeping beer or glasses.", - "ids": "7019,7020,7021" - }, - { - "examine": "A dog's idea of heaven.", - "ids": "702,703,704,705,706,29346" - }, - { - "examine": "Tracks for the carts to run over.", - "ids": "7022,7023,7024,7025,7026" - }, - { - "examine": "A steam powered cart.", - "ids": "7027,7028,7029,7030,7031" - }, - { - "examine": "A fine piece of sculpting.", - "ids": "7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,7043" - }, - { - "examine": "Keeps mine carts from rolling away.", - "ids": "7044,7045,7046,7047,7048" - }, - { - "examine": "A wooden gate.", - "ids": "7049,7050,7051,7052" - }, - { - "examine": "Lots of seeds here.", - "ids": "7053,7054,7055" - }, - { - "examine": "I can climb down these stairs.", - "ids": "7056" - }, - { - "examine": "I can climb up these stairs.", - "ids": "7057" - }, - { - "examine": "Filled to the brim with knowledge.", - "ids": "7058,7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089" - }, - { - "examine": "Ding-Dong!", - "ids": "707" - }, - { - "examine": "Some kind of pulley system.", - "ids": "708" - }, - { - "examine": "Surprisingly rope-shaped.", - "ids": "709" - }, - { - "examine": "'You are here.'", - "ids": "7090" - }, - { - "examine": "Lots of hard study has been done here.", - "ids": "7091" - }, - { - "examine": "A telescope pointing southwards...", - "ids": "7092,7093,7094,7095" - }, - { - "examine": "A map of some ancient land.", - "ids": "7096" - }, - { - "examine": "There are plenty of shelves", - "ids": "7097" - }, - { - "examine": "Maybe it shows the location of buried treasure?", - "ids": "7098" - }, - { - "examine": "Old songs, old stories...", - "ids": "7099" - }, - { - "examine": "Sturdy looking door.", - "ids": "71,72" - }, - { - "examine": "Suspiciously hole-shaped.", - "ids": "710" - }, - { - "examine": "Armour of a Saradominist warrior. Decorative, but still effective.", - "ids": "7100" - }, - { - "examine": "A cape from Saradomin, suitable for a battle-mage.", - "ids": "7101" - }, - { - "examine": "A staff as used by Saradominist magi.", - "ids": "7102" - }, - { - "examine": "There is a powerful presence about these ruins...", - "ids": "7103,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128" - }, - { - "examine": "A huge chunk of shining natural crystal.", - "ids": "711,712,713" - }, - { - "examine": "A tear in the dimensional weave of the Abyss.", - "ids": "7129,7130,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149,7150,7151,7152,7153" - }, - { - "examine": "A recently extinguished fire.", - "ids": "714,715,716,717" - }, - { - "examine": "A tunnel through the abyss.", - "ids": "7154,7155" - }, - { - "examine": "This seems to be blocking the exit...", - "ids": "7156,7157" - }, - { - "examine": "I could probably break this up with a pickaxe.", - "ids": "7158" - }, - { - "examine": "I could probably break this up with a pickaxe. Oh wait, I just did.", - "ids": "7159" - }, - { - "examine": "Pickaxe power!", - "ids": "7160" - }, - { - "examine": "They don't look that solid, an axe could help me chop them down.", - "ids": "7161,7162" - }, - { - "examine": "I cannot tell a lie. I chopped them down.", - "ids": "7163" - }, - { - "examine": "If I'm agile enough I might be able to squeeze through...", - "ids": "7164" - }, - { - "examine": "I could probably burn this away with a tinderbox.", - "ids": "7165" - }, - { - "examine": "I could probably burn this with fire.", - "ids": "7166" - }, - { - "examine": "Burnt open.", - "ids": "7167" - }, - { - "examine": "I could probably distract these with thievery.", - "ids": "7168,7169,7170" - }, - { - "examine": "An unstable portal across the dimensions...", - "ids": "7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188" - }, - { - "examine": "A barrel full of swords...", - "ids": "718,719,720,721,722" - }, - { - "examine": "Abyssal Tendrils.", - "ids": "7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205" - }, - { - "examine": "An opening into the crumbling wall.", - "ids": "7219,7220" - }, - { - "examine": "This leads downwards.", - "ids": "7221" - }, - { - "examine": "This way to the viewing gallery.", - "ids": "7222,7223" - }, - { - "examine": "I'll never be able to dodge that!", - "ids": "7224" - }, - { - "examine": "It's a wall...", - "ids": "7225,7226" - }, - { - "examine": "It's the floor...", - "ids": "7227" - }, - { - "examine": "It's a wall...", - "ids": "7228,7229" - }, - { - "examine": "I'm glad this isn't around anymore!", - "ids": "723" - }, - { - "examine": "It's the floor...", - "ids": "7230" - }, - { - "examine": "Not your average door...", - "ids": "7231,7232,7233,7234,7235" - }, - { - "examine": "I wonder what's inside.", - "ids": "7236,7237,7238" - }, - { - "examine": "It's a long way down...", - "ids": "7239,7240" - }, - { - "examine": "A crude torch stuck in the ground.", - "ids": "724,725,726,25200" - }, - { - "examine": "That's going to hurt if it hits me!", - "ids": "7241" - }, - { - "examine": "If only I knew Karate...", - "ids": "7242,7243,7244" - }, - { - "examine": "It's the floor...", - "ids": "7245" - }, - { - "examine": "Locked.", - "ids": "7246,7247" - }, - { - "examine": "It's a wall...", - "ids": "7248,7249" - }, - { - "examine": "It's the floor...", - "ids": "7250" - }, - { - "examine": "Bend your way through.", - "ids": "7251" - }, - { - "examine": "That could really hurt!", - "ids": "7252" - }, - { - "examine": "I must not fear, fear is the little death that brings total oblivion.", - "ids": "7253" - }, - { - "examine": "Blocking my way back.", - "ids": "7254,7255,7256" - }, - { - "examine": "I wonder where it leads.", - "ids": "7257" - }, - { - "examine": "An opening into the crumbling wall.", - "ids": "7258" - }, - { - "examine": "This way to exit.", - "ids": "7259,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271" - }, - { - "examine": "A fissure in the cave wall.", - "ids": "727,728,729,730,731,732" - }, - { - "examine": "A mystical teleport.", - "ids": "7272,7273" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7274,7275,7276" - }, - { - "examine": "He looks hungry, but I don't think he'll do anything while I'm here.", - "ids": "7277" - }, - { - "examine": "He's no longer looks hungry, although perhaps a little guilty-looking.", - "ids": "7278,7279,7280" - }, - { - "examine": "He's looking at the grain...", - "ids": "7281,7282,7283" - }, - { - "examine": "A sack full of grain.", - "ids": "7284" - }, - { - "examine": "I think the chicken enjoyed his meal...", - "ids": "7285" - }, - { - "examine": "It looks pretty rickety...", - "ids": "7286,7287" - }, - { - "examine": "A mystical teleport.", - "ids": "7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301" - }, - { - "examine": "Securely fastened shut.", - "ids": "73,74" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7302" - }, - { - "examine": "A gold statue of a famous White Knight.", - "ids": "7303" - }, - { - "examine": "A silver statue of a famous White Knight.", - "ids": "7304" - }, - { - "examine": "A bronze statue of a famous White Knight.", - "ids": "7305" - }, - { - "examine": "A gold statue of an ancient warrior.", - "ids": "7306" - }, - { - "examine": "A silver statue of an ancient warrior.", - "ids": "7307" - }, - { - "examine": "A bronze statue of an ancient warrior.", - "ids": "7308" - }, - { - "examine": "A gold statue of a famous warrior.", - "ids": "7309" - }, - { - "examine": "A silver statue of a famous warrior.", - "ids": "7310" - }, - { - "examine": "A bronze statue of a famous warrior.", - "ids": "7311" - }, - { - "examine": "A gold statue of an ancient White Knight.", - "ids": "7312" - }, - { - "examine": "A silver statue of an ancient White Knight.", - "ids": "7313" - }, - { - "examine": "A bronze statue of an ancient White Knight.", - "ids": "7314" - }, - { - "examine": "A mystical teleport.", - "ids": "7315,7316" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7317" - }, - { - "examine": "A mystical teleport.", - "ids": "7318,7319" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7320" - }, - { - "examine": "A mystical teleport.", - "ids": "7321,7322" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7323" - }, - { - "examine": "A mystical teleport.", - "ids": "7324,7325" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7326" - }, - { - "examine": "Filled to the brim with knowledge.", - "ids": "7327,7328,7329,7330" - }, - { - "examine": "This huge web blocks your path.", - "ids": "733" - }, - { - "examine": "Generally used for putting things on.", - "ids": "7331" - }, - { - "examine": "A table with a Bunsen burner on it.", - "ids": "7332" - }, - { - "examine": "There are some containers of chemicals here.", - "ids": "7333,7334,7335,7336,7337,7338,7339" - }, - { - "examine": "A huge web, cruelly slashed in half.", - "ids": "734" - }, - { - "examine": "There's an empty vial here.", - "ids": "7340,7341,7342" - }, - { - "examine": "There's a small hole in the centre.", - "ids": "7343" - }, - { - "examine": "The spade is stuck in the hole.", - "ids": "7344" - }, - { - "examine": "The spade opened the door.", - "ids": "7345" - }, - { - "examine": "It's chained to the wall.", - "ids": "7346" - }, - { - "examine": "For storage.", - "ids": "7347,7348,7349" - }, - { - "examine": "The noxious liquid bubbles horribly.", - "ids": "735" - }, - { - "examine": "I wonder what's inside.", - "ids": "7350" - }, - { - "examine": "Perhaps I should search it.", - "ids": "7351" - }, - { - "examine": "A mystical teleport.", - "ids": "7352,7353" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7354" - }, - { - "examine": "Bridge will support a person carrying no more than 5 kg.", - "ids": "7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372" - }, - { - "examine": "Whatever it was I'm glad it's not alive.", - "ids": "737,738,739,740" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384" - }, - { - "examine": "Sit back and relax...", - "ids": "7388,7389" - }, - { - "examine": "Designed specifically to ruin your health.", - "ids": "7390" - }, - { - "examine": "A rolled up magic carpet.", - "ids": "7391" - }, - { - "examine": "A pile of rolled up magic carpets.", - "ids": "7392" - }, - { - "examine": "A little shaded area.", - "ids": "7393" - }, - { - "examine": "A magic carpet.", - "ids": "7394,7395" - }, - { - "examine": "The infamous carpet of '76.", - "ids": "7396" - }, - { - "examine": "A leafy tree.", - "ids": "7397,7398" - }, - { - "examine": "This is what is left of a willow tree.", - "ids": "7399" - }, - { - "examine": "This is what is left of a maple tree.", - "ids": "7400" - }, - { - "examine": "This is what is left of a magic tree.", - "ids": "7401" - }, - { - "examine": "This is what is left of a yew tree.", - "ids": "7402" - }, - { - "examine": "An empty barrel.", - "ids": "7403" - }, - { - "examine": "A barrel full of mushed apples.", - "ids": "7404,7405" - }, - { - "examine": "This tap runs from the apple crushing barrel.", - "ids": "7406" - }, - { - "examine": "An empty ale barrel.", - "ids": "7407" - }, - { - "examine": "A barrel of bad ale.", - "ids": "7408" - }, - { - "examine": "A barrel of unfermented liquid.", - "ids": "7409" - }, - { - "examine": "Looks a little too broken to climb.", - "ids": "741,742" - }, - { - "examine": "A barrel of bad cider.", - "ids": "7410" - }, - { - "examine": "A barrel of Dwarven Stout.", - "ids": "7411" - }, - { - "examine": "A barrel of mature Dwarven Stout.", - "ids": "7412" - }, - { - "examine": "A barrel of Asgarnian Ale.", - "ids": "7413" - }, - { - "examine": "A barrel of mature Asgarnian Ale.", - "ids": "7414" - }, - { - "examine": "A barrel of Greenmans Ale.", - "ids": "7415" - }, - { - "examine": "A barrel of mature Greenmans Ale.", - "ids": "7416" - }, - { - "examine": "A barrel of Wizards Mind Bomb.", - "ids": "7417" - }, - { - "examine": "A barrel of mature Wizards Mind Bomb.", - "ids": "7418" - }, - { - "examine": "A barrel of Dragon Bitter.", - "ids": "7419" - }, - { - "examine": "A barrel of mature Dragon Bitter.", - "ids": "7420" - }, - { - "examine": "A barrel of Moonlight Mead.", - "ids": "7421" - }, - { - "examine": "A barrel of mature Moonlight Mead.", - "ids": "7422" - }, - { - "examine": "A barrel of Axeman's Folly.", - "ids": "7423" - }, - { - "examine": "A barrel of mature Axeman's Folly.", - "ids": "7424" - }, - { - "examine": "A barrel of Chef's Delight.", - "ids": "7425" - }, - { - "examine": "A barrel of mature Chef's Delight.", - "ids": "7426" - }, - { - "examine": "A barrel of Slayer's Respite.", - "ids": "7427" - }, - { - "examine": "A barrel of mature Slayer's Respite.", - "ids": "7428" - }, - { - "examine": "A barrel of Cider.", - "ids": "7429" - }, - { - "examine": "An old-looking ladder.", - "ids": "743" - }, - { - "examine": "A barrel of mature Cider.", - "ids": "7430,7431,7432" - }, - { - "examine": "Goes up and down!", - "ids": "7433" - }, - { - "examine": "I wonder what's under it?", - "ids": "7434" - }, - { - "examine": "I wonder what's down there?", - "ids": "7435" - }, - { - "examine": "A wooden barrel.", - "ids": "7436" - }, - { - "examine": "This vat is empty.", - "ids": "7437" - }, - { - "examine": "This vat is filled with water.", - "ids": "7438" - }, - { - "examine": "This vat is filled with bad ale.", - "ids": "7439" - }, - { - "examine": "An old-looking bit of scaffolding.", - "ids": "744,745,746,747" - }, - { - "examine": "This vat is filled with bad cider.", - "ids": "7440" - }, - { - "examine": "This vat contains a mixture of water and barley malt.", - "ids": "7441" - }, - { - "examine": "This controls the flow of ale to the barrel.", - "ids": "7442,7443" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Hammerstone hops.", - "ids": "7444" - }, - { - "examine": "Dwarven Stout is fermenting in this vat.", - "ids": "7445,7446" - }, - { - "examine": "This vat is filled with Dwarven Stout.", - "ids": "7447" - }, - { - "examine": "This vat is filled with mature Dwarven Stout.", - "ids": "7448" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Asgarnian hops.", - "ids": "7449" - }, - { - "examine": "Asgarnian Ale is fermenting in this vat.", - "ids": "7450,7451" - }, - { - "examine": "This vat is filled with Asgarnian Ale.", - "ids": "7452" - }, - { - "examine": "This vat is filled with mature Asgarnian Ale.", - "ids": "7453" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Harralander.", - "ids": "7454" - }, - { - "examine": "Greenmans Ale is fermenting in this vat.", - "ids": "7455,7456" - }, - { - "examine": "This vat is filled with Greenmans Ale.", - "ids": "7457" - }, - { - "examine": "This vat is filled with mature Greenmans Ale.", - "ids": "7458" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Yanillian hops.", - "ids": "7459" - }, - { - "examine": "Wizards Mind Bomb is fermenting in this vat.", - "ids": "7460,7461" - }, - { - "examine": "This vat is filled with Wizards Mind Bomb.", - "ids": "7462" - }, - { - "examine": "This vat is filled with mature Wizards Mind Bomb.", - "ids": "7463" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Krandorian hops.", - "ids": "7464" - }, - { - "examine": "Dragon Bitter is fermenting in this vat.", - "ids": "7465,7466" - }, - { - "examine": "This vat is filled with Dragon Bitter.", - "ids": "7467" - }, - { - "examine": "This vat is filled with mature Dragon Bitter.", - "ids": "7468" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Bittercap mushrooms.", - "ids": "7469" - }, - { - "examine": "Moonlight Mead is fermenting in this vat.", - "ids": "7470,7471" - }, - { - "examine": "This vat is filled with Moonlight Mead.", - "ids": "7472" - }, - { - "examine": "This vat is filled with mature Moonlight Mead.", - "ids": "7473" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and oak roots.", - "ids": "7474" - }, - { - "examine": "Axeman's Folly is fermenting in this vat.", - "ids": "7475,7476" - }, - { - "examine": "This vat is filled with Axeman's Folly.", - "ids": "7477" - }, - { - "examine": "This vat is filled with mature Axeman's Folly.", - "ids": "7478" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and chocolate dust.", - "ids": "7479" - }, - { - "examine": "The entrance to the cave.", - "ids": "748" - }, - { - "examine": "Chef's Delight is fermenting in this vat.", - "ids": "7480,7481" - }, - { - "examine": "This vat is filled with Chef's Delight.", - "ids": "7482" - }, - { - "examine": "This vat is filled with mature Chef's Delight.", - "ids": "7483" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Wildblood hops.", - "ids": "7484" - }, - { - "examine": "Slayer's Respite is fermenting in this vat.", - "ids": "7485,7486" - }, - { - "examine": "This vat is filled with Slayer's Respite.", - "ids": "7487" - }, - { - "examine": "This vat is filled with mature Slayer's Respite.", - "ids": "7488" - }, - { - "examine": "This vat contains some apple mush.", - "ids": "7489" - }, - { - "examine": "Cider is fermenting in this vat.", - "ids": "7490,7491" - }, - { - "examine": "This vat is filled with cider.", - "ids": "7492" - }, - { - "examine": "This vat is filled with mature cider.", - "ids": "7493,7494,7495" - }, - { - "examine": "Items are for sale here.", - "ids": "7496,7497" - }, - { - "examine": "They're empty.", - "ids": "7498" - }, - { - "examine": "Farming stock is kept here.", - "ids": "7499,7500,7501,7502,7503" - }, - { - "examine": "I wonder what's inside?", - "ids": "75" - }, - { - "examine": "For sitting.", - "ids": "7504,7505" - }, - { - "examine": "They're empty.", - "ids": "7506" - }, - { - "examine": "Farming stock is kept here.", - "ids": "7507,7508,7509,7510,7511" - }, - { - "examine": "A pair of sacks.", - "ids": "7512" - }, - { - "examine": "For storage.", - "ids": "7513,7514,7515" - }, - { - "examine": "A farmer's spade and rake.", - "ids": "7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526" - }, - { - "examine": "I can climb over the fence with this.", - "ids": "7527" - }, - { - "examine": "For fermenting beer.", - "ids": "7528,7529,7530" - }, - { - "examine": "An ale barrel.", - "ids": "7531" - }, - { - "examine": "This controls the flow of ale to the barrel.", - "ids": "7532,7533,7534,7535,7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,7552,7553,7554,7555,7556" - }, - { - "examine": "You can grow Deadly Nightshade in this Farming patch.", - "ids": "7557,7558,7559,7560" - }, - { - "examine": "Deadly Nightshade has been sown in this farming patch.", - "ids": "7561" - }, - { - "examine": "Deadly Nightshade is growing in this farming patch.", - "ids": "7562,7563,7564" - }, - { - "examine": "I wouldn't pick this with my bare hands.", - "ids": "7565" - }, - { - "examine": "This Deadly Nightshade has become diseased.", - "ids": "7566,7567,7568" - }, - { - "examine": "This Deadly Nightshade has died.", - "ids": "7569,7570,7571,7572" - }, - { - "examine": "You can grow bushes in this Farming patch.", - "ids": "7573,7574,7575,7576,7577,7578,7579,7580" - }, - { - "examine": "A cadavaberry bush is growing in this Farming patch.", - "ids": "7581,7582,7583,7584,7585,7586" - }, - { - "examine": "A fully grown cadavaberry bush.", - "ids": "7587,7588,7589,7590,7591,7592" - }, - { - "examine": "This diseased cadavaberry bush needs pruning.", - "ids": "7593,7594,7595,7596,7597,7598" - }, - { - "examine": "This cadavaberry bush has died.", - "ids": "7599,7600,7601,7602,7603,7604" - }, - { - "examine": "It's open.", - "ids": "76" - }, - { - "examine": "A dwellberry bush is growing in this Farming patch.", - "ids": "7605,7606,7607,7608,7609,7610,7611" - }, - { - "examine": "A fully grown dwellberry bush.", - "ids": "7612,7613,7614,7615,7616,7617" - }, - { - "examine": "This diseased dwellberry bush needs pruning.", - "ids": "7618,7619,7620,7621,7622,7623,7624" - }, - { - "examine": "This dwellberry bush has died.", - "ids": "7625,7626,7627,7628,7629,7630,7631" - }, - { - "examine": "A jangerberry bush is growing in this Farming patch.", - "ids": "7632,7633,7634,7635,7636,7637,7638,7639" - }, - { - "examine": "A fully grown jangerberry bush.", - "ids": "7640,7641,7642,7643,7644,7645" - }, - { - "examine": "This diseased jangerberry bush needs pruning.", - "ids": "7646,7647,7648,7649,7650,7651,7652,7653" - }, - { - "examine": "This jangerberry bush has died.", - "ids": "7654,7655,7656,7657,7658,7659,7660,7661" - }, - { - "examine": "A Poison Ivy bush is growing in this Farming patch.", - "ids": "7662,7663,7664,7665,7666,7667,7668,7669" - }, - { - "examine": "A fully grown Poison Ivy bush.", - "ids": "7670,7671,7672,7673,7674,7675" - }, - { - "examine": "This diseased Poison Ivy bush needs pruning.", - "ids": "7676,7677,7678,7679,7680,7681,7682,7683" - }, - { - "examine": "This Poison Ivy bush has died.", - "ids": "7684,7685,7686,7687,7688,7689,7690,7691" - }, - { - "examine": "A redberry bush is growing in this Farming patch.", - "ids": "7692,7693,7694,7695,7696" - }, - { - "examine": "A fully grown redberry bush.", - "ids": "7697,7698,7699,7700,7701,7702" - }, - { - "examine": "Securely fastened shut.", - "ids": "77,78" - }, - { - "examine": "This diseased redberry bush needs pruning.", - "ids": "7703,7704,7705,7706,7707" - }, - { - "examine": "This redberry bush has died.", - "ids": "7708,7709,7710,7711,7712" - }, - { - "examine": "A map icon..", - "ids": "771" - }, - { - "examine": "A whiteberry bush is growing in this Farming patch.", - "ids": "7713,7714,7715,7716,7717,7718,7719,7720" - }, - { - "examine": "A fully grown whiteberry bush.", - "ids": "7721,7722,7723,7724,7725,7726" - }, - { - "examine": "This diseased whiteberry bush needs pruning.", - "ids": "7727,7728,7729,7730,7731,7732,7733,7734" - }, - { - "examine": "This whiteberry bush has died.", - "ids": "7735,7736,7737,7738,7739,7740,7741,7742" - }, - { - "examine": "You can grow a Cactus in this Farming patch.", - "ids": "7743,7744,7745,7746" - }, - { - "examine": "Cactus seeds have been planted in this patch.", - "ids": "7747" - }, - { - "examine": "A cactus is growing in this patch.", - "ids": "7748,7749,7750,7751,7752,7753" - }, - { - "examine": "A fully-grown cactus.", - "ids": "7754,7755,7756,7757,7758" - }, - { - "examine": "This cactus has become diseased.", - "ids": "7759,7760,7761,7762,7763,7764" - }, - { - "examine": "This cactus has died.", - "ids": "7765,7766,7767,7768,7769,7770,7771" - }, - { - "examine": "You can grow a Calquat Tree in this Farming patch.", - "ids": "7772,7773,7774,7775" - }, - { - "examine": "A Calquat tree is growing in this Farming patch.", - "ids": "7776,7777,7778,7779,7780,7781,7782,7783" - }, - { - "examine": "A fully grown Calquat tree stands in this Farming patch.", - "ids": "7784,7785,7786,7787,7788,7789,7790,7791" - }, - { - "examine": "It's a door made from bamboo.", - "ids": "779" - }, - { - "examine": "This diseased Calquat tree needs pruning.", - "ids": "7792,7793,7794,7795,7796,7797,7798" - }, - { - "examine": "This Calquat tree has died.", - "ids": "7799,7800,7801,7802,7803,7804,7805" - }, - { - "examine": "A Calquat tree stump.", - "ids": "7806,7807" - }, - { - "examine": "Turns vegetation into compost.", - "ids": "7808" - }, - { - "examine": "This compost bin contains compostable items.", - "ids": "7809" - }, - { - "examine": "This compost bin is full of compostable items.", - "ids": "7810" - }, - { - "examine": "This compost bin contains supercompostable items.", - "ids": "7811" - }, - { - "examine": "This compost bin is full of supercompostable items.", - "ids": "7812" - }, - { - "examine": "Turns vegetation into compost.", - "ids": "7813" - }, - { - "examine": "This compost bin contains compost.", - "ids": "7814" - }, - { - "examine": "This compost bin is full of compost.", - "ids": "7815" - }, - { - "examine": "This compost bin contains super compost.", - "ids": "7816" - }, - { - "examine": "This compost bin is full of super compost.", - "ids": "7817" - }, - { - "examine": "Turns vegetation into compost.", - "ids": "7818" - }, - { - "examine": "This compost bin contains compostable items.", - "ids": "7819" - }, - { - "examine": "This compost bin is full of compostable items.", - "ids": "7820" - }, - { - "examine": "This compost bin contains supercompostable items.", - "ids": "7821" - }, - { - "examine": "This compost bin is full of supercompostable items.", - "ids": "7822" - }, - { - "examine": "Turns vegetation into compost.", - "ids": "7823" - }, - { - "examine": "This compost bin contains compost.", - "ids": "7824" - }, - { - "examine": "This compost bin is full of compost.", - "ids": "7825" - }, - { - "examine": "This compost bin contains super compost.", - "ids": "7826" - }, - { - "examine": "This compost bin is full of super compost.", - "ids": "7827" - }, - { - "examine": "This compost bin contains tomatoes.", - "ids": "7828" - }, - { - "examine": "This compost bin is full of tomatoes.", - "ids": "7829" - }, - { - "examine": "This compost bin contains rotten tomatoes.", - "ids": "7830" - }, - { - "examine": "This compost bin is full of rotten tomatoes.", - "ids": "7831" - }, - { - "examine": "This compost bin contains tomatoes.", - "ids": "7832" - }, - { - "examine": "This compost bin is full of tomatoes.", - "ids": "7833" - }, - { - "examine": "This compost bin contains rotten tomatoes.", - "ids": "7834" - }, - { - "examine": "This compost bin is full of rotten tomatoes.", - "ids": "7835,7836,7837,7838,7839" - }, - { - "examine": "You can grow flowers in this Farming patch.", - "ids": "7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850" - }, - { - "examine": "A limpwurt plant is growing in this patch.", - "ids": "7851,7852,7853,7854" - }, - { - "examine": "A fully grown limpwurt plant.", - "ids": "7855" - }, - { - "examine": "A limpwurt plant is growing in this patch.", - "ids": "7856,7857,7858,7859" - }, - { - "examine": "This limpwurt plant has become diseased.", - "ids": "7860,7861,7862" - }, - { - "examine": "This limpwurt plant has died while growing.", - "ids": "7863,7864,7865" - }, - { - "examine": "This limpwurt plant has died.", - "ids": "7866" - }, - { - "examine": "A marigold is growing in this patch.", - "ids": "7867,7868,7869,7870" - }, - { - "examine": "A loom.", - "ids": "787" - }, - { - "examine": "A fully grown marigold.", - "ids": "7871" - }, - { - "examine": "A marigold is growing in this patch.", - "ids": "7872,7873,7874,7875" - }, - { - "examine": "This marigold has become diseased.", - "ids": "7876,7877,7878" - }, - { - "examine": "This marigold has died while growing.", - "ids": "7879,7880,7881" - }, - { - "examine": "You'd need a big siege engine to force that.", - "ids": "788,789" - }, - { - "examine": "This marigold has died.", - "ids": "7882" - }, - { - "examine": "A nasturtium is growing in this patch.", - "ids": "7883,7884,7885,7886" - }, - { - "examine": "A fully grown nasturtium.", - "ids": "7887" - }, - { - "examine": "A nasturtium is growing in this patch.", - "ids": "7888,7889,7890,7891" - }, - { - "examine": "This nasturtium has become diseased.", - "ids": "7892,7893,7894" - }, - { - "examine": "This nasturtium has died while growing.", - "ids": "7895,7896,7897" - }, - { - "examine": "This nasturtium has died.", - "ids": "7898" - }, - { - "examine": "A rosemary is growing in this patch.", - "ids": "7899,7900,7901,7902" - }, - { - "examine": "Looks secure.", - "ids": "79,80" - }, - { - "examine": "A fully grown rosemary.", - "ids": "7903" - }, - { - "examine": "A rosemary is growing in this patch.", - "ids": "7904,7905,7906,7907" - }, - { - "examine": "This rosemary has become diseased.", - "ids": "7908,7909,7910" - }, - { - "examine": "This rosemary has died while growing.", - "ids": "7911,7912,7913" - }, - { - "examine": "This rosemary has died.", - "ids": "7914" - }, - { - "examine": "Should scare off the birds...", - "ids": "7915,7916,7917,7918" - }, - { - "examine": "A woad plant is growing in this patch.", - "ids": "7919,7920,7921,7922" - }, - { - "examine": "A fully grown woad plant.", - "ids": "7923" - }, - { - "examine": "A woad plant is growing in this patch.", - "ids": "7924,7925,7926,7927" - }, - { - "examine": "This woad plant has become diseased.", - "ids": "7928,7929,7930" - }, - { - "examine": "This woad plant has died while growing.", - "ids": "7931,7932,7933" - }, - { - "examine": "This woad plant has died.", - "ids": "7934" - }, - { - "examine": "An apple tree sapling has been planted in this fruit tree patch.", - "ids": "7935" - }, - { - "examine": "An apple tree is growing in this fruit tree patch.", - "ids": "7936,7937,7938,7939,7940" - }, - { - "examine": "A fully grown apple tree.", - "ids": "7941" - }, - { - "examine": "There is a single apple on this apple tree.", - "ids": "7942" - }, - { - "examine": "There are two apples on this apple tree.", - "ids": "7943" - }, - { - "examine": "There are three apples on this apple tree.", - "ids": "7944" - }, - { - "examine": "There are four apples on this apple tree.", - "ids": "7945" - }, - { - "examine": "There are five apples on this apple tree.", - "ids": "7946" - }, - { - "examine": "There are six apples on this apple tree.", - "ids": "7947" - }, - { - "examine": "A fully grown apple tree.", - "ids": "7948" - }, - { - "examine": "This diseased tree looks like it needs pruning with secateurs.", - "ids": "7949,7950,7951,7952,7953,7954" - }, - { - "examine": "This apple tree has become diseased and died.", - "ids": "7955,7956,7957,7958,7959,7960" - }, - { - "examine": "This apple tree has been cut down.", - "ids": "7961,7962,7963,7964,7965" - }, - { - "examine": "A pineapple plant has been planted in this fruit tree patch.", - "ids": "7966" - }, - { - "examine": "A pineapple plant is growing in this fruit tree patch.", - "ids": "7967,7968,7969,7970,7971" - }, - { - "examine": "A fully grown pineapple plant.", - "ids": "7972" - }, - { - "examine": "There is a single pineapple on this pineapple plant.", - "ids": "7973" - }, - { - "examine": "There are two pineapples on this pineapple plant.", - "ids": "7974" - }, - { - "examine": "There are three pineapples on this pineapple plant.", - "ids": "7975" - }, - { - "examine": "There are four pineapples on this pineapple plant.", - "ids": "7976" - }, - { - "examine": "There are five pineapples on this pineapple plant.", - "ids": "7977" - }, - { - "examine": "There are six pineapples on this pineapple plant.", - "ids": "7978" - }, - { - "examine": "A fully grown pineapple plant.", - "ids": "7979" - }, - { - "examine": "This pineapple plant looks like it could do with pruning with secateurs.", - "ids": "7980,7981,7982,7983,7984,7985" - }, - { - "examine": "This pineapple plant has become diseased and died.", - "ids": "7986,7987,7988,7989,7990,7991" - }, - { - "examine": "This pineapple plant has been cut down.", - "ids": "7992" - }, - { - "examine": "A banana tree sapling has been planted in this fruit tree patch.", - "ids": "7993" - }, - { - "examine": "A banana tree is growing in this fruit tree patch.", - "ids": "7994,7995,7996,7997,7998" - }, - { - "examine": "A fully grown banana tree.", - "ids": "7999,8000" - }, - { - "examine": "The mounting for the multicannon.", - "ids": "8" - }, - { - "examine": "There is a single banana on this banana tree.", - "ids": "8001" - }, - { - "examine": "There are two bananas on this banana tree.", - "ids": "8002" - }, - { - "examine": "There are three bananas on this banana tree.", - "ids": "8003" - }, - { - "examine": "There are four bananas on this banana tree.", - "ids": "8004" - }, - { - "examine": "There are five bananas on this banana tree.", - "ids": "8005" - }, - { - "examine": "There are six bananas on this banana tree.", - "ids": "8006" - }, - { - "examine": "This banana looks like it could do with pruning with secateurs.", - "ids": "8007,8008,8009,8010,8011,8012" - }, - { - "examine": "This banana tree has become diseased and died.", - "ids": "8013,8014,8015,8016,8017,8018" - }, - { - "examine": "This banana tree has been cut down.", - "ids": "8019" - }, - { - "examine": "A curry tree sapling has been planted in this fruit tree patch.", - "ids": "8020" - }, - { - "examine": "A curry tree is growing in this fruit tree patch.", - "ids": "8021,8022,8023,8024,8025" - }, - { - "examine": "A fully grown curry tree.", - "ids": "8026" - }, - { - "examine": "There is a single curry leaf on this curry tree.", - "ids": "8027" - }, - { - "examine": "There are two curry leaves on this curry tree.", - "ids": "8028" - }, - { - "examine": "There are three curry leaves on this curry tree.", - "ids": "8029" - }, - { - "examine": "There are four curry leaves on this curry tree.", - "ids": "8030" - }, - { - "examine": "There are five curry leaves on this curry tree.", - "ids": "8031" - }, - { - "examine": "There are six curry leaves on this curry tree.", - "ids": "8032" - }, - { - "examine": "A fully grown curry tree.", - "ids": "8033" - }, - { - "examine": "This curry tree looks like it could do with pruning with secateurs.", - "ids": "8034,8035,8036,8037,8038,8039" - }, - { - "examine": "This curry tree has become diseased and died.", - "ids": "8040,8041,8042,8043,8044,8045" - }, - { - "examine": "This curry tree has been cut down.", - "ids": "8046" - }, - { - "examine": "You can grow Fruit Trees in this Farming patch.", - "ids": "8047,8048,8049,8050" - }, - { - "examine": "An orange tree sapling has been planted in this fruit tree patch.", - "ids": "8051" - }, - { - "examine": "An orange tree is growing in this fruit tree patch.", - "ids": "8052,8053,8054,8055,8056" - }, - { - "examine": "A fully grown orange tree.", - "ids": "8057" - }, - { - "examine": "There is a single orange on this orange tree.", - "ids": "8058" - }, - { - "examine": "There are two oranges on this orange tree.", - "ids": "8059" - }, - { - "examine": "There are three oranges on this orange tree.", - "ids": "8060" - }, - { - "examine": "There are four oranges on this orange tree.", - "ids": "8061" - }, - { - "examine": "There are five oranges on this orange tree.", - "ids": "8062" - }, - { - "examine": "There are six oranges on this orange tree.", - "ids": "8063" - }, - { - "examine": "A fully grown orange tree.", - "ids": "8064" - }, - { - "examine": "This orange tree looks like it could do with pruning with secateurs.", - "ids": "8065,8066,8067,8068,8069,8070" - }, - { - "examine": "This orange tree has become diseased and died.", - "ids": "8071,8072,8073,8074,8075,8076" - }, - { - "examine": "This orange tree has been cut down.", - "ids": "8077" - }, - { - "examine": "A palm tree sapling has been planted in this fruit tree patch.", - "ids": "8078" - }, - { - "examine": "A palm tree is growing in this fruit tree patch.", - "ids": "8079,8080,8081,8082,8083" - }, - { - "examine": "A fully grown palm tree.", - "ids": "8084" - }, - { - "examine": "There is a single coconut on this palm tree.", - "ids": "8085" - }, - { - "examine": "There are two coconuts on this palm tree.", - "ids": "8086" - }, - { - "examine": "There are three coconuts on this palm tree.", - "ids": "8087" - }, - { - "examine": "There are four coconuts on this palm tree.", - "ids": "8088" - }, - { - "examine": "There are five coconuts on this palm tree.", - "ids": "8089" - }, - { - "examine": "There are six coconuts on this palm tree.", - "ids": "8090" - }, - { - "examine": "A fully grown palm tree.", - "ids": "8091" - }, - { - "examine": "This palm tree looks like it could do with pruning with secateurs.", - "ids": "8092,8093,8094,8095,8096,8097" - }, - { - "examine": "This palm tree has become diseased and died.", - "ids": "8098,8099,8100,8101,8102,8103" - }, - { - "examine": "The door is closed.", - "ids": "81,82" - }, - { - "examine": "This palm tree has been cut down.", - "ids": "8104" - }, - { - "examine": "A papaya tree sapling has been planted in this fruit tree patch.", - "ids": "8105" - }, - { - "examine": "A papaya tree is growing in this fruit tree patch.", - "ids": "8106,8107,8108,8109,8110" - }, - { - "examine": "A fully grown papaya tree", - "ids": "8111" - }, - { - "examine": "There is a single papaya fruit on this tree.", - "ids": "8112" - }, - { - "examine": "There are two papaya fruits on this tree.", - "ids": "8113" - }, - { - "examine": "There are three papaya fruits on this tree.", - "ids": "8114" - }, - { - "examine": "There are four papaya fruits on this tree.", - "ids": "8115" - }, - { - "examine": "There are five papaya fruits on this tree.", - "ids": "8116" - }, - { - "examine": "There are six papaya fruits on this tree.", - "ids": "8117" - }, - { - "examine": "A fully grown papaya tree.", - "ids": "8118" - }, - { - "examine": "This papaya tree looks like it could do with pruning with secateurs.", - "ids": "8119,8120,8121,8122,8123,8124" - }, - { - "examine": "This papaya tree has become diseased and died.", - "ids": "8125,8126,8127,8128,8129,8130" - }, - { - "examine": "This papaya tree has been cut down.", - "ids": "8131" - }, - { - "examine": "You can grow herbs in this Farming patch.", - "ids": "8132,8133,8134,8135,8136,8137,8138" - }, - { - "examine": "Some herb seeds have been sown in this patch.", - "ids": "8139" - }, - { - "examine": "A herb is growing in this patch.", - "ids": "8140,8141,8142" - }, - { - "examine": "A fully grown herb.", - "ids": "8143" - }, - { - "examine": "These herbs have become diseased.", - "ids": "8144,8145,8146" - }, - { - "examine": "These herbs have become diseased and died.", - "ids": "8147,8148,8149,8150,8151,8152,8153" - }, - { - "examine": "Asgarnian hop seeds have been sown in this farming patch.", - "ids": "8154" - }, - { - "examine": "Asgarnian hops are growing in this farming patch.", - "ids": "8155,8156,8157,8158" - }, - { - "examine": "These are fully grown Asgarnian Hops.", - "ids": "8159" - }, - { - "examine": "Asgarnian hop seeds have been sown in this farming patch.", - "ids": "8160" - }, - { - "examine": "Asgarnian hops are growing in this farming patch.", - "ids": "8161,8162,8163,8164" - }, - { - "examine": "These Asgarnian Hop plants are diseased.", - "ids": "8165,8166,8167,8168" - }, - { - "examine": "These Asgarnian Hop plants have died from disease.", - "ids": "8169,8170,8171,8172,8173,8174,8175,8176" - }, - { - "examine": "I always wonder if someone's hiding inside when I see these.", - "ids": "817" - }, - { - "examine": "Hammerstone Hop seeds have been sown in this farming patch.", - "ids": "8177" - }, - { - "examine": "Hammerstone Hops are growing in this farming patch.", - "ids": "8178,8179,8180" - }, - { - "examine": "Looks kind of like a man made of metal.", - "ids": "818,819,820" - }, - { - "examine": "These are fully grown Hammerstone Hops.", - "ids": "8181" - }, - { - "examine": "Hammerstone Hop seeds have been sown in this farming patch.", - "ids": "8182" - }, - { - "examine": "Hammerstone Hops are growing in this farming patch.", - "ids": "8183,8184,8185" - }, - { - "examine": "These Hammerstone Hops are diseased.", - "ids": "8186,8187,8188" - }, - { - "examine": "These Hammerstone Hops have died from disease.", - "ids": "8189,8190,8191" - }, - { - "examine": "Barley seeds have been sown in this farming patch.", - "ids": "8192" - }, - { - "examine": "Barley is growing in this farming patch.", - "ids": "8193,8194,8195" - }, - { - "examine": "This patch is full of Barley.", - "ids": "8196" - }, - { - "examine": "Barley seeds have been sown in this farming patch.", - "ids": "8197" - }, - { - "examine": "Barley is growing in this farming patch.", - "ids": "8198,8199,8200" - }, - { - "examine": "This Barley is diseased.", - "ids": "8201,8202,8203" - }, - { - "examine": "This Barley has died from disease.", - "ids": "8204,8205,8206" - }, - { - "examine": "You can grow hops in this Farming patch.", - "ids": "8207,8208,8209,8210" - }, - { - "examine": "Not suitable for children. Aim away from face.", - "ids": "821,36780" - }, - { - "examine": "Krandorian Hop seeds have been planted in this farming patch.", - "ids": "8211" - }, - { - "examine": "Krandorian Hops are growing in this farming patch.", - "ids": "8212,8213,8214,8215,8216,8217" - }, - { - "examine": "These are fully grown Krandorian Hops.", - "ids": "8218" - }, - { - "examine": "Krandorian Hop seeds have been planted in this farming patch.", - "ids": "8219" - }, - { - "examine": "Big heavy metal balls.", - "ids": "822,36790" - }, - { - "examine": "Krandorian Hops are growing in this farming patch.", - "ids": "8220,8221,8222,8223,8224,8225" - }, - { - "examine": "These Krandorian Hops are diseased.", - "ids": "8226,8227,8228,8229,8230,8231" - }, - { - "examine": "The easiest opponent I'll ever fight.", - "ids": "823" - }, - { - "examine": "These Krandorian Hops have died from disease.", - "ids": "8232,8233,8234,8235,8236,8237" - }, - { - "examine": "Jute seeds have been sown in this farming patch.", - "ids": "8238" - }, - { - "examine": "Jute plants are growing in this farming patch.", - "ids": "8239,8240,8241,8242" - }, - { - "examine": "A wooden defensive structure.", - "ids": "824,825,826,827,828,36928" - }, - { - "examine": "These are fully grown Jute plants.", - "ids": "8243" - }, - { - "examine": "Jute seeds have been sown in this farming patch.", - "ids": "8244" - }, - { - "examine": "Jute plants are growing in this farming patch.", - "ids": "8245,8246,8247,8248" - }, - { - "examine": "These Jute plants are diseased.", - "ids": "8249,8250,8251,8252" - }, - { - "examine": "These Jute plants have died from disease.", - "ids": "8253,8254,8255,8256" - }, - { - "examine": "Wildblood hop seeds have been planted in this farming patch.", - "ids": "8257" - }, - { - "examine": "Wildblood Hops are growing in this farming patch.", - "ids": "8258,8259,8260,8261,8262,8263,8264" - }, - { - "examine": "These are fully grown Wildblood Hops.", - "ids": "8265" - }, - { - "examine": "Wildblood hop seeds have been planted in this farming patch.", - "ids": "8266" - }, - { - "examine": "Wildblood Hops are growing in this farming patch.", - "ids": "8267,8268,8269,8270,8271,8272,8273" - }, - { - "examine": "These Wildblood hops are diseased.", - "ids": "8274,8275,8276,8277,8278,8279,8280" - }, - { - "examine": "These Wildblood Hops have died from disease.", - "ids": "8281,8282,8283,8284,8285,8286,8287" - }, - { - "examine": "Yanillian Hop seeds have been sown in this farming patch.", - "ids": "8288" - }, - { - "examine": "Yanillian Hops are growing in this farming patch.", - "ids": "8289,8290,8291,8292,8293" - }, - { - "examine": "For private use only!", - "ids": "829,830,831,832,833" - }, - { - "examine": "These are fully grown Yanillian Hops.", - "ids": "8294" - }, - { - "examine": "Yanillian Hop seeds have been sown in this farming patch.", - "ids": "8295" - }, - { - "examine": "Yanillian Hops are growing in this farming patch.", - "ids": "8296,8297,8298,8299,8300" - }, - { - "examine": "These Yanillian Hops are diseased.", - "ids": "8301,8302,8303,8304,8305" - }, - { - "examine": "These Yanillian Hops have died from disease.", - "ids": "8306,8307,8308,8309,8310" - }, - { - "examine": "You can grow Bittercap mushrooms in this Farming patch.", - "ids": "8311,8312,8313,8314" - }, - { - "examine": "Bittercap mushroom spores have been sown in this farming patch.", - "ids": "8315" - }, - { - "examine": "Bittercap mushrooms are growing in this farming patch.", - "ids": "8316,8317,8318,8319,8320" - }, - { - "examine": "A patch of Bittercap Mushrooms.", - "ids": "8321,8322,8323,8324,8325,8326" - }, - { - "examine": "These Bittercap mushrooms have become diseased.", - "ids": "8327,8328,8329,8330,8331" - }, - { - "examine": "These Bittercap mushrooms have become diseased and died.", - "ids": "8332,8333,8334,8335,8336,8337,8338" - }, - { - "examine": "You can grow a Spirit Tree in this Farming patch.", - "ids": "8339,8340,8341,8342" - }, - { - "examine": "Break glass in case of emergency.", - "ids": "834,835" - }, - { - "examine": "A Spirit Tree.", - "ids": "8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356" - }, - { - "examine": "A Spirit Tree stump.", - "ids": "8357" - }, - { - "examine": "Needs pruning before it dies.", - "ids": "8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369" - }, - { - "examine": "An attractively laid out collection of ranging weapons.", - "ids": "836" - }, - { - "examine": "Break glass in case of emergency.", - "ids": "837,838" - }, - { - "examine": "Oh dear, your spirit tree has died.", - "ids": "8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391" - }, - { - "examine": "An attractively laid out collection of ranging weapons.", - "ids": "839" - }, - { - "examine": "You can grow trees in this Farming patch.", - "ids": "8392,8393,8394,8395" - }, - { - "examine": "A Magic Tree sapling has been planted in this tree patch.", - "ids": "8396" - }, - { - "examine": "A Magic Tree is growing in this tree patch.", - "ids": "8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407" - }, - { - "examine": "A fully grown Magic Tree.", - "ids": "8408,8409" - }, - { - "examine": "You can uproot this stump with a spade.", - "ids": "8410" - }, - { - "examine": "To remove all signs of disease, prune the tree with secateurs.", - "ids": "8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422" - }, - { - "examine": "This Magic Tree has become diseased and died.", - "ids": "8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434" - }, - { - "examine": "A Maple tree sapling has been planted in this tree patch.", - "ids": "8435" - }, - { - "examine": "A Maple tree is growing in this tree patch.", - "ids": "8436,8437,8438,8439,8440,8441,8442" - }, - { - "examine": "A fully grown Maple tree.", - "ids": "8443,8444" - }, - { - "examine": "You can uproot this stump with a spade.", - "ids": "8445" - }, - { - "examine": "To remove all signs of disease, prune the tree with secateurs.", - "ids": "8446,8447,8448,8449,8450,8451,8452,8453" - }, - { - "examine": "This Maple tree has become diseased and died.", - "ids": "8454,8455,8456,8457,8458,8459,8460,8461" - }, - { - "examine": "An Oak sapling has been planted in this tree patch.", - "ids": "8462" - }, - { - "examine": "An Oak tree is growing in this tree patch.", - "ids": "8463,8464,8465" - }, - { - "examine": "A fully grown Oak tree.", - "ids": "8466,8467" - }, - { - "examine": "You can uproot this stump with a spade.", - "ids": "8468,8469,8470,8471,8472" - }, - { - "examine": "To remove all signs of disease, prune the tree with secateurs.", - "ids": "8473,8474,8475,8476" - }, - { - "examine": "This Oak tree has become diseased and died.", - "ids": "8477,8478,8479,8480" - }, - { - "examine": "A row of sharp pointy spears.", - "ids": "848" - }, - { - "examine": "A Willow sapling has been planted in this tree patch.", - "ids": "8481" - }, - { - "examine": "A Willow tree is growing in this tree patch.", - "ids": "8482,8483,8484,8485,8486" - }, - { - "examine": "A fully grown Willow tree.", - "ids": "8487,8488" - }, - { - "examine": "You can uproot this stump with a spade.", - "ids": "8489" - }, - { - "examine": "Rows of sharp pointy spears.", - "ids": "849,850" - }, - { - "examine": "To remove all signs of disease, prune the tree with secateurs.", - "ids": "8490,8491,8492,8493,8494,8495" - }, - { - "examine": "This Willow tree has become diseased and died.", - "ids": "8496,8497,8498,8499,8500,8501" - }, - { - "examine": "A Yew sapling has been planted in this tree patch.", - "ids": "8502" - }, - { - "examine": "A Yew tree is growing in this tree patch.", - "ids": "8503,8504,8505,8506,8507,8508,8509,8510,8511" - }, - { - "examine": "A tatty old standard.", - "ids": "851,852" - }, - { - "examine": "A fully grown Yew tree.", - "ids": "8512,8513" - }, - { - "examine": "You can uproot this tree stump with a spade.", - "ids": "8514" - }, - { - "examine": "To remove all signs of disease, prune the tree with secateurs.", - "ids": "8515,8516,8517,8518,8519,8520,8521,8522,8523,8524" - }, - { - "examine": "This Yew tree has become diseased and died.", - "ids": "8525,8526,8527,8528,8529,8530,8531,8532,8533,8534" - }, - { - "examine": "A standard.", - "ids": "853" - }, - { - "examine": "Cabbage seeds have been sown in this allotment.", - "ids": "8535" - }, - { - "examine": "Cabbages are growing in this allotment.", - "ids": "8536,8537,8538" - }, - { - "examine": "These cabbages could do with harvesting.", - "ids": "8539" - }, - { - "examine": "A blue standard.", - "ids": "854,855,856" - }, - { - "examine": "Cabbages are growing in this allotment.", - "ids": "8540,8541,8542,8543" - }, - { - "examine": "These cabbages have become diseased and need tending.", - "ids": "8544,8545,8546" - }, - { - "examine": "These cabbages have become diseased and died.", - "ids": "8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557" - }, - { - "examine": "Potato seeds have been planted in this allotment.", - "ids": "8558" - }, - { - "examine": "Potato plants are growing in this allotment.", - "ids": "8559,8560,8561" - }, - { - "examine": "These potato plants are fully grown.", - "ids": "8562" - }, - { - "examine": "Potato seeds have been planted in this allotment.", - "ids": "8563" - }, - { - "examine": "Potato plants are growing in this allotment.", - "ids": "8564,8565,8566" - }, - { - "examine": "These potato plants are diseased.", - "ids": "8567,8568,8569" - }, - { - "examine": "A standard of the gnome race.", - "ids": "857,858" - }, - { - "examine": "These potato plants are dead.", - "ids": "8570,8571,8572" - }, - { - "examine": "You can grow fruit and vegetables here.", - "ids": "8573,8574,8575,8576,8577,8578,8579" - }, - { - "examine": "Some onion seeds have sown in this allotment.", - "ids": "8580" - }, - { - "examine": "Some onion plants are growing in this allotment.", - "ids": "8581,8582,8583" - }, - { - "examine": "There are some fully grown onions in this allotment.", - "ids": "8584" - }, - { - "examine": "Some onion seeds have sown in this allotment.", - "ids": "8585" - }, - { - "examine": "Some onion plants are growing in this allotment.", - "ids": "8586,8587,8588" - }, - { - "examine": "These onions have become diseased.", - "ids": "8589,8590,8591" - }, - { - "examine": "The standard of the ogre race.", - "ids": "859" - }, - { - "examine": "These onions have become diseased and died.", - "ids": "8592,8593,8594" - }, - { - "examine": "Strawberry seeds have been sown in this allotment.", - "ids": "8595" - }, - { - "examine": "Strawberry plants are growing in this allotment.", - "ids": "8596,8597,8598,8599,8600" - }, - { - "examine": "Seems very old...", - "ids": "86" - }, - { - "examine": "The flag of Asgarnia.", - "ids": "860" - }, - { - "examine": "These strawberry plants are fully grown.", - "ids": "8601" - }, - { - "examine": "Strawberry seeds have been sown in this allotment.", - "ids": "8602" - }, - { - "examine": "Strawberry plants are growing in this allotment.", - "ids": "8603,8604,8605,8606,8607" - }, - { - "examine": "These strawberry plants have become diseased.", - "ids": "8608,8609,8610,8611,8612" - }, - { - "examine": "The flag of Kandarin.", - "ids": "861" - }, - { - "examine": "These strawberry plants have become diseased and died.", - "ids": "8613,8614,8615,8616,8617" - }, - { - "examine": "Some sweetcorn seeds have been sown in this allotment.", - "ids": "8618" - }, - { - "examine": "Some sweetcorn plants are growing in this allotment.", - "ids": "8619,8620,8621,8622,8623" - }, - { - "examine": "The flag of Ardougne.", - "ids": "862" - }, - { - "examine": "These sweetcorn plants are fully grown.", - "ids": "8624" - }, - { - "examine": "Some sweetcorn seeds have been sown in this allotment.", - "ids": "8625" - }, - { - "examine": "Some sweetcorn plants are growing in this allotment.", - "ids": "8626,8627,8628,8629,8630" - }, - { - "examine": "A standard of Asgarnia.", - "ids": "863" - }, - { - "examine": "These sweetcorn plants have been attacked by crows.", - "ids": "8631,8632,8633,8634,8635" - }, - { - "examine": "These sweetcorn plants have become diseased and died.", - "ids": "8636,8637,8638,8639,8640" - }, - { - "examine": "A standard of Kandarin.", - "ids": "864" - }, - { - "examine": "Tomato seeds have been sown in this allotment.", - "ids": "8641" - }, - { - "examine": "Tomato plants are growing in this allotment.", - "ids": "8642,8643,8644" - }, - { - "examine": "These tomato plants are fully grown.", - "ids": "8645" - }, - { - "examine": "Tomato seeds have been sown in this allotment.", - "ids": "8646" - }, - { - "examine": "Tomato plants are growing in this allotment.", - "ids": "8647,8648,8649" - }, - { - "examine": "A standard of Asgarnia.", - "ids": "865" - }, - { - "examine": "These tomato plants have become diseased.", - "ids": "8650,8651,8652" - }, - { - "examine": "These tomato plants have become diseased and died.", - "ids": "8653,8654,8655" - }, - { - "examine": "Watermelon seeds have been sown in this allotment.", - "ids": "8656" - }, - { - "examine": "Watermelons are growing in this allotment.", - "ids": "8657,8658,8659,8660,8661,8662,8663" - }, - { - "examine": "A standard of Kandarin.", - "ids": "866" - }, - { - "examine": "These watermelons could do with harvesting.", - "ids": "8664" - }, - { - "examine": "Watermelon seeds have been sown in this allotment.", - "ids": "8665" - }, - { - "examine": "Watermelons are growing in this allotment.", - "ids": "8666,8667,8668,8669,8670,8671,8672" - }, - { - "examine": "A standard of Misthalin.", - "ids": "867" - }, - { - "examine": "These watermelons have become diseased and need tending.", - "ids": "8673,8674,8675,8676,8677,8678,8679" - }, - { - "examine": "A standard of Varrock.", - "ids": "868" - }, - { - "examine": "These watermelon plants have become diseased and died.", - "ids": "8680" - }, - { - "examine": "These watermelons have become diseased and died.", - "ids": "8681,8682,8683,8684,8685,8686,8687" - }, - { - "examine": "The perfect accompaniment to a bedroom.", - "ids": "8688" - }, - { - "examine": "Fit for milking.", - "ids": "8689" - }, - { - "examine": "A flag flies here.", - "ids": "869" - }, - { - "examine": "Each full of milk no doubt.", - "ids": "8690,8691,8692,8693,8694" - }, - { - "examine": "The door is closed.", - "ids": "8695" - }, - { - "examine": "The door is open.", - "ids": "8696,8697,8698" - }, - { - "examine": "After working with livestock, why not wash your hands?", - "ids": "8699" - }, - { - "examine": "I guess you pull it...", - "ids": "87" - }, - { - "examine": "A sculpted trunk of wood.", - "ids": "870" - }, - { - "examine": "For putting things on.", - "ids": "8700" - }, - { - "examine": "Someone's been preparing meat.", - "ids": "8701" - }, - { - "examine": "A barrel for collecting rain water.", - "ids": "8702,8703,8704,8705,8706,8707,8708,8709,8710,8711" - }, - { - "examine": "Takes my dirty bath water away.", - "ids": "871" - }, - { - "examine": "A grand old fireplace.", - "ids": "8712" - }, - { - "examine": "I bet there's a needle in it somewhere.", - "ids": "8713,8714,8715,8716" - }, - { - "examine": "A loom.", - "ids": "8717,8718,8719,8720,8721,8722,8723,8724" - }, - { - "examine": "It smells horrible in there.", - "ids": "872" - }, - { - "examine": "A little rock.", - "ids": "8725" - }, - { - "examine": "A small chunk of rock.", - "ids": "8726" - }, - { - "examine": "They're not floating, even though it may look like they are!", - "ids": "8727" - }, - { - "examine": "A deposit of rocks.", - "ids": "8728,8729,8730,8731,8732,8733,8734,8735,8736" - }, - { - "examine": "Ideal for washing things in.", - "ids": "873,874,4063,36971" - }, - { - "examine": "This tap runs from the apple crushing barrel.", - "ids": "8737" - }, - { - "examine": "You can walk through these doors.", - "ids": "8738,8739,8740,8741" - }, - { - "examine": "An odd looking tree.", - "ids": "8742,8743" - }, - { - "examine": "I can climb this.", - "ids": "8744,8745" - }, - { - "examine": "I can climb down this.", - "ids": "8746" - }, - { - "examine": "A local water source.", - "ids": "8747" - }, - { - "examine": "Used for spinning thread.", - "ids": "8748" - }, - { - "examine": "A Shrine to the glory of Seren.", - "ids": "8749" - }, - { - "examine": "Wash here.", - "ids": "875,876,877" - }, - { - "examine": "I can cook here.", - "ids": "8750" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "8751" - }, - { - "examine": "A good source of books!", - "ids": "8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,8764,8765,8766" - }, - { - "examine": "The lamp has a glowing crystal at its core.", - "ids": "8767" - }, - { - "examine": "A table.", - "ids": "8768,8769" - }, - { - "examine": "A chair.", - "ids": "8770" - }, - { - "examine": "A painting of an elf standing in some woodland.", - "ids": "8771" - }, - { - "examine": "Sit back and relax...", - "ids": "8772" - }, - { - "examine": "A useful ranging device.", - "ids": "8773,8774" - }, - { - "examine": "Use these with bows.", - "ids": "8775" - }, - { - "examine": "Tailor-made for needlework supplies.", - "ids": "8776,8777" - }, - { - "examine": "I'm guessing it's for making elven clothes.", - "ids": "8778" - }, - { - "examine": "Helps make elf clothing.", - "ids": "8779,8780,8781,8782" - }, - { - "examine": "No this is not a mirage!", - "ids": "878" - }, - { - "examine": "I wonder what's under it?", - "ids": "8783,8784" - }, - { - "examine": "I can climb this.", - "ids": "8785" - }, - { - "examine": "The door is closed.", - "ids": "8786,8787,8788,8789" - }, - { - "examine": "Everyone needs a water feature.", - "ids": "879,28682" - }, - { - "examine": "The door is open.", - "ids": "8790,8791,8792,8793,8794" - }, - { - "examine": "Makes gnomes taller.", - "ids": "8795" - }, - { - "examine": "Makes creatures taller.", - "ids": "8796" - }, - { - "examine": "I wonder what's inside.", - "ids": "8797" - }, - { - "examine": "Perhaps I should search it.", - "ids": "8798" - }, - { - "examine": "The desk of the head mourner.", - "ids": "8799" - }, - { - "examine": "A beautiful water feature.", - "ids": "880" - }, - { - "examine": "I wonder what's inside.", - "ids": "8800" - }, - { - "examine": "A sack full of grain.", - "ids": "8801,8802,8803" - }, - { - "examine": "These have grain in them.", - "ids": "8804,8805,8806" - }, - { - "examine": "An empty barrel.", - "ids": "8807" - }, - { - "examine": "A barrel full of mushed apples.", - "ids": "8808" - }, - { - "examine": "A pile of rotten apples!", - "ids": "8809" - }, - { - "examine": "There's a cover over this manhole.", - "ids": "881" - }, - { - "examine": "A wooden gate.", - "ids": "8810,8811,8812,8813" - }, - { - "examine": "A well slept in bed.", - "ids": "8814,8815,8816,8817" - }, - { - "examine": "The door is closed.", - "ids": "8818" - }, - { - "examine": "The door is open.", - "ids": "8819" - }, - { - "examine": "How dangerous, someone has left this manhole open.", - "ids": "882" - }, - { - "examine": "Solid iron bars.", - "ids": "8820,8821,8822,8823,8824,8825,8826,8827" - }, - { - "examine": "Heavy.", - "ids": "8828,8829,8830" - }, - { - "examine": "This is supposed to stop people falling down the manhole.", - "ids": "883" - }, - { - "examine": "You can 'cart' things around on this.", - "ids": "8831,8832,8833,8834,8835,8836,8837,8838,8839" - }, - { - "examine": "Best used with a bucket.", - "ids": "884" - }, - { - "examine": "I feel the need to throw a rotten cabbage!", - "ids": "8840,8841" - }, - { - "examine": "Nothing growing on this tree at the moment...", - "ids": "8842" - }, - { - "examine": "Mmmmm, nice juicy apples!", - "ids": "8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860" - }, - { - "examine": "If only I had one of those at home...", - "ids": "885,886" - }, - { - "examine": "This is a special hops patch.", - "ids": "8861,8862,8863,8864" - }, - { - "examine": "Kelda Hop seeds have been sown in this farming patch.", - "ids": "8865" - }, - { - "examine": "Kelda Hops are growing in this farming patch.", - "ids": "8866,8867,8868" - }, - { - "examine": "These are fully grown Kelda Hops.", - "ids": "8869" - }, - { - "examine": "A painting of the King looking royal.", - "ids": "887" - }, - { - "examine": "A barrel of Kelda Stout.", - "ids": "8870" - }, - { - "examine": "This vat contains Kelda hops.", - "ids": "8871" - }, - { - "examine": "Kelda Stout is fermenting in this vat.", - "ids": "8872,8873" - }, - { - "examine": "This vat contains Kelda Stout.", - "ids": "8874,8875,8876,8877" - }, - { - "examine": "Some bizarre mixture between rocks and machinery. Definitely dwarven.", - "ids": "8878" - }, - { - "examine": "A strange box of some kind.", - "ids": "8879" - }, - { - "examine": "A beautiful landscape.", - "ids": "888" - }, - { - "examine": "A strange box of some kind. It's open.", - "ids": "8880" - }, - { - "examine": "A small cave entrance.", - "ids": "8881,8882,8883,8884,8885" - }, - { - "examine": "Keeps mine carts from rolling away.", - "ids": "8886" - }, - { - "examine": "Cart tracks.", - "ids": "8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898" - }, - { - "examine": "A mysterious figure stands alone in this haunting image.", - "ids": "889" - }, - { - "examine": "A support for the tracks.", - "ids": "8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909" - }, - { - "examine": "A wrought iron gate.", - "ids": "89,90" - }, - { - "examine": "Hail to the King!", - "ids": "890" - }, - { - "examine": "I don't know much about art, but I like this.", - "ids": "891" - }, - { - "examine": "These books contain all sorts of data on the Red Axe.", - "ids": "8910" - }, - { - "examine": "Big mysterious crates. You wonder what could be inside.", - "ids": "8911" - }, - { - "examine": "Wooden crates with metal edges, contents unknown.", - "ids": "8912" - }, - { - "examine": "Big mysterious crates. There are some papers on top.", - "ids": "8913,8914,8915,8916,8917" - }, - { - "examine": "A symbol of the Red Axe.", - "ids": "8918,8919,8920,8921,8922,8923" - }, - { - "examine": "A painting of some guy standing around somewhere.", - "ids": "892" - }, - { - "examine": "A steam powered cart.", - "ids": "8924,8925" - }, - { - "examine": "A short long boat!", - "ids": "8926" - }, - { - "examine": "Best used with a bucket.", - "ids": "8927,8928" - }, - { - "examine": "A deep and terrifying cave.", - "ids": "8929" - }, - { - "examine": "A really bad portrait of the King.", - "ids": "893" - }, - { - "examine": "It looks cold in there.", - "ids": "8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949" - }, - { - "examine": "Fine brushwork adds to the realism of this serene landscape.", - "ids": "894" - }, - { - "examine": "Pretty good painting.", - "ids": "895" - }, - { - "examine": "A big slimy lump of rock.", - "ids": "8950" - }, - { - "examine": "A slimy lump of rock.", - "ids": "8951" - }, - { - "examine": "A slippery looking rock.", - "ids": "8952,8953" - }, - { - "examine": "A tall flag blowing in the wind.", - "ids": "8954,8955" - }, - { - "examine": "I could climb this if I wanted.", - "ids": "8956,8957" - }, - { - "examine": "There must be some trick to opening this...", - "ids": "8958,8959,8960" - }, - { - "examine": "I can see the stars on this.", - "ids": "896" - }, - { - "examine": "It's opening...", - "ids": "8961" - }, - { - "examine": "Apparently there was some trick to opening it!", - "ids": "8962" - }, - { - "examine": "Not as difficult to walk through as it was a minute ago.", - "ids": "8963,8964,8965" - }, - { - "examine": "A sturdy looking door, propped shut with a support.", - "ids": "8967,8968,8969,8970,8971" - }, - { - "examine": "A picture of the stars with funny diagrams and things on.", - "ids": "897" - }, - { - "examine": "A portal back to the real world...", - "ids": "8972" - }, - { - "examine": "One of the most common trees in 2009Scape.", - "ids": "8973" - }, - { - "examine": "A commonly found tree.", - "ids": "8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984" - }, - { - "examine": "Cross shaped.", - "ids": "898" - }, - { - "examine": "Steam seems to be condensing into the pot. Neat trick!", - "ids": "8985" - }, - { - "examine": "I can see fish swimming in the water. Well, they sort of look like fish...", - "ids": "8986" - }, - { - "examine": "A portal that leads... somewhere?", - "ids": "8987" - }, - { - "examine": "I wonder what's inside...", - "ids": "8988" - }, - { - "examine": "Someone's looking through the chest.", - "ids": "8989,8990,8991,8992,8993,8994,8995,8996,8997" - }, - { - "examine": "Mmmm decorative!", - "ids": "899" - }, - { - "examine": "An appendage for activating something.", - "ids": "8998,8999,9000,9001,9002,9003,9004,9005" - }, - { - "examine": "The barrels of the multicannon.", - "ids": "9" - }, - { - "examine": "Brightens up the room a bit.", - "ids": "900" - }, - { - "examine": "A place to cremate the dead. Needs a body.", - "ids": "9006,9007" - }, - { - "examine": "A place to cremate the dead. Needs a light.", - "ids": "9008,9009" - }, - { - "examine": "I don't know art, but I like it!", - "ids": "901" - }, - { - "examine": "This has broad leaves.", - "ids": "9010,9011,9012,9013" - }, - { - "examine": "This has been chopped away.", - "ids": "9014" - }, - { - "examine": "This has broad leaves.", - "ids": "9015,9016,9017,9018" - }, - { - "examine": "This has been chopped away.", - "ids": "9019" - }, - { - "examine": "Not bad at all.", - "ids": "902" - }, - { - "examine": "This has broad leaves.", - "ids": "9020,9021,9022,9023" - }, - { - "examine": "This has been chopped away.", - "ids": "9024" - }, - { - "examine": "A damaged wooden fence.", - "ids": "9025,9026,9027,9028" - }, - { - "examine": "A wooden fence.", - "ids": "9029" - }, - { - "examine": "Alas poor unicorn, I knew him well.", - "ids": "903" - }, - { - "examine": "Gems encrusted in stone.", - "ids": "9030,9031,9032" - }, - { - "examine": "Many rare plants such as this usually have exotic tubers.", - "ids": "9033" - }, - { - "examine": "A beautiful old mahogany tree.", - "ids": "9034" - }, - { - "examine": "This once was a beautiful tree.", - "ids": "9035" - }, - { - "examine": "A beautiful old teak tree.", - "ids": "9036" - }, - { - "examine": "This tree has been cut down.", - "ids": "9037" - }, - { - "examine": "A set of large, sturdy wooden doors.", - "ids": "9038,9039,9040,9041,9042,9043" - }, - { - "examine": "The scary-looking head of a scary-looking dragon.", - "ids": "904" - }, - { - "examine": "Some goutweed is growing in this patch.", - "ids": "9044,9045,9046,9047" - }, - { - "examine": "Some fully grown goutweed.", - "ids": "9048" - }, - { - "examine": "This goutweed has become diseased.", - "ids": "9049,9050,9051" - }, - { - "examine": "Not what I would pick as wall decoration.", - "ids": "905" - }, - { - "examine": "This goutweed has become diseased and died.", - "ids": "9052,9053,9054,9055,9056,9057" - }, - { - "examine": "He's not stocking much.", - "ids": "9058" - }, - { - "examine": "He's stocking rune caskets.", - "ids": "9059" - }, - { - "examine": "Looks like the bull lost.", - "ids": "906" - }, - { - "examine": "He's stocking blackjacks.", - "ids": "9060" - }, - { - "examine": "He's stocking fez hats.", - "ids": "9061" - }, - { - "examine": "He's stocking rune caskets.", - "ids": "9062" - }, - { - "examine": "He's stocking colourful clothes.", - "ids": "9063" - }, - { - "examine": "A wooden crate.", - "ids": "9064,9065" - }, - { - "examine": "A wooden crate containing caskets.", - "ids": "9066,9067" - }, - { - "examine": "A wooden crate containing Blackjacks.", - "ids": "9068,9069" - }, - { - "examine": "Trinkets and stuff.", - "ids": "907" - }, - { - "examine": "A wooden crate containing fez hats.", - "ids": "9070" - }, - { - "examine": "A wooden crate containing clothes.", - "ids": "9071" - }, - { - "examine": "Boxy.", - "ids": "9072,9073" - }, - { - "examine": "boxy", - "ids": "9074,9075" - }, - { - "examine": "This cloth has been dyed.", - "ids": "9076" - }, - { - "examine": "Mmmm pretty!", - "ids": "9077,9078" - }, - { - "examine": "These dyed fabrics are drying off.", - "ids": "9079,9080,9081" - }, - { - "examine": "Not everyone's idea of a nice wall decoration.", - "ids": "908" - }, - { - "examine": "Items for making clothes are kept on here.", - "ids": "9082" - }, - { - "examine": "Pots full of dye.", - "ids": "9083" - }, - { - "examine": "A way down.", - "ids": "9084" - }, - { - "examine": "There's not much coke in the stove.", - "ids": "9085" - }, - { - "examine": "There's a fair amount of coke in the stove.", - "ids": "9086" - }, - { - "examine": "There's lots of coke in the stove.", - "ids": "9087" - }, - { - "examine": "A big pile of refined coal.", - "ids": "9088" - }, - { - "examine": "You can read the furnace temperature here.", - "ids": "9089" - }, - { - "examine": "Something is written on it. I can't read what.", - "ids": "909" - }, - { - "examine": "Used to pump hot air through the furnace.", - "ids": "9090" - }, - { - "examine": "Bars come out of the blast furnace here.", - "ids": "9091,9092" - }, - { - "examine": "Your bars will come out here.", - "ids": "9093,9094" - }, - { - "examine": "The bars are glowing hot!", - "ids": "9095" - }, - { - "examine": "Your bars are ready to take.", - "ids": "9096" - }, - { - "examine": "They power the conveyor belt.", - "ids": "9097" - }, - { - "examine": "The foreman refers to it as 'Bertha'.", - "ids": "9098" - }, - { - "examine": "It shows that the furnace is working.", - "ids": "9099" - }, - { - "examine": "I don't like the look of this!", - "ids": "91" - }, - { - "examine": "Looks like an eye with huge lashes.", - "ids": "910" - }, - { - "examine": "Ore rides this into the blast furnace.", - "ids": "9100,9101" - }, - { - "examine": "It keeps the conveyor belt running.", - "ids": "9102" - }, - { - "examine": "Fix it, quick!", - "ids": "9103" - }, - { - "examine": "They keep the conveyor belt running.", - "ids": "9104" - }, - { - "examine": "Fix them, quick!", - "ids": "9105" - }, - { - "examine": "It keeps the conveyor belt turning.", - "ids": "9106,9107" - }, - { - "examine": "They keep the conveyor belt turning.", - "ids": "9108,9109,9110,9111,9112,9113,9114" - }, - { - "examine": "A tablet covered in weird looking little squiggles and pictures.", - "ids": "911" - }, - { - "examine": "It shows that the furnace is working.", - "ids": "9115" - }, - { - "examine": "Hot air circulates through these.", - "ids": "9116" - }, - { - "examine": "Quick, fix them!", - "ids": "9117,9118,9119" - }, - { - "examine": "Hot air circulates through these.", - "ids": "9120" - }, - { - "examine": "Quick, fix them!", - "ids": "9121,9122" - }, - { - "examine": "It shows the furnace is working.", - "ids": "9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137" - }, - { - "examine": "A way upwards.", - "ids": "9138,9139" - }, - { - "examine": "The gate is closed.", - "ids": "9140,9141" - }, - { - "examine": "The gate is open.", - "ids": "9142" - }, - { - "examine": "Used for getting water.", - "ids": "9143" - }, - { - "examine": "Some kind of jewellery is dangling from this ornament.", - "ids": "9144" - }, - { - "examine": "Someone's showing off their wealth!", - "ids": "9145" - }, - { - "examine": "Filled to the brim with knowledge.", - "ids": "9146,9147" - }, - { - "examine": "A nicely carved wooden chair.", - "ids": "9148" - }, - { - "examine": "An expensive privacy aid!", - "ids": "9149" - }, - { - "examine": "A posh water bowl.", - "ids": "915" - }, - { - "examine": "An old wall.", - "ids": "9150" - }, - { - "examine": "Security breach!", - "ids": "9151" - }, - { - "examine": "A patched up hole.", - "ids": "9152,9153,9154" - }, - { - "examine": "'You are here.'", - "ids": "9155" - }, - { - "examine": "An elegant desk with a curious ornament on it.", - "ids": "9156" - }, - { - "examine": "Someone's gold-trimmed this Saradomin armour!", - "ids": "9157,9158" - }, - { - "examine": "Lit to remember the souls of the departed.", - "ids": "9159,9160,9161,9162,9163,9164,9165" - }, - { - "examine": "You can grow delphiniums in this Farming patch.", - "ids": "9166,9167,9168,9169" - }, - { - "examine": "Delphinium seeds have been sown in this farming patch.", - "ids": "9170" - }, - { - "examine": "Beautiful.", - "ids": "9171,9172" - }, - { - "examine": "These delphiniums are fully grown.", - "ids": "9173,9174,9175,9176" - }, - { - "examine": "You can grow a pink rose bush in this patch.", - "ids": "9177,9178,9179,9180" - }, - { - "examine": "You can grow a white rose bush in this patch.", - "ids": "9181,9182,9183,9184" - }, - { - "examine": "You can grow a red rose bush in this patch.", - "ids": "9185,9186,9187,9188" - }, - { - "examine": "A rose bush.", - "ids": "9189,9190,9191" - }, - { - "examine": "This white rosebush is fully grown.", - "ids": "9192" - }, - { - "examine": "A rose bush.", - "ids": "9193" - }, - { - "examine": "This red rosebush is fully grown.", - "ids": "9194" - }, - { - "examine": "A pink rosebush.", - "ids": "9195" - }, - { - "examine": "This pink rosebush is fully grown.", - "ids": "9196,9197,9198" - }, - { - "examine": "A plantpot of pink orchids.", - "ids": "9199,9200,9201" - }, - { - "examine": "The door is closed.", - "ids": "92,93" - }, - { - "examine": "These pink orchids are fully grown.", - "ids": "9202" - }, - { - "examine": "An empty plantpot.", - "ids": "9203" - }, - { - "examine": "A plantpot filled with soil.", - "ids": "9204" - }, - { - "examine": "A plantpot of yellow orchids.", - "ids": "9205,9206,9207" - }, - { - "examine": "These yellow orchids are fully grown.", - "ids": "9208,9209" - }, - { - "examine": "You can grow a White Tree in this patch.", - "ids": "9210,9211,9212,9213" - }, - { - "examine": "A White Tree sapling has been planted in this patch.", - "ids": "9214" - }, - { - "examine": "A White Tree is growing in this patch.", - "ids": "9215,9216,9217" - }, - { - "examine": "This White Tree is fully grown.", - "ids": "9218" - }, - { - "examine": "This White Tree bears a single fruit.", - "ids": "9219" - }, - { - "examine": "This White Tree bears two fruits.", - "ids": "9220" - }, - { - "examine": "This White Tree bears three fruits.", - "ids": "9221" - }, - { - "examine": "This White Tree bears four fruits.", - "ids": "9222,9223" - }, - { - "examine": "You can grow snowdrops in this Farming patch.", - "ids": "9224,9225,9226,9227" - }, - { - "examine": "A patch of snowdrops.", - "ids": "9228,9229,9230" - }, - { - "examine": "These snowdrops are fully grown.", - "ids": "9231,9232" - }, - { - "examine": "You can grow Burthorpe Vine in this patch.", - "ids": "9233" - }, - { - "examine": "You can grow Burthorpe Vines in this patch.", - "ids": "9234,9235,9236" - }, - { - "examine": "Burthorpe vines are growing in this patch.", - "ids": "9237,9238,9239" - }, - { - "examine": "These Burthorpe vines are fully grown.", - "ids": "9240" - }, - { - "examine": "An empty plinth for a statue.", - "ids": "9241,9242" - }, - { - "examine": "What a good likeness!", - "ids": "9243" - }, - { - "examine": "An empty plinth for a statue.", - "ids": "9244" - }, - { - "examine": "An expertly carved statue of a former King of Misthalin.", - "ids": "9245" - }, - { - "examine": "An empty plinth for a statue.", - "ids": "9246" - }, - { - "examine": "What a good likeness!", - "ids": "9247" - }, - { - "examine": "An empty plinth for a statue.", - "ids": "9248" - }, - { - "examine": "An expertly carved statue of a former King of Misthalin.", - "ids": "9249,9250,9251,9252,9253,9254" - }, - { - "examine": "These grapevines look much healthier now.", - "ids": "9255" - }, - { - "examine": "These grapevines are suffering from some strange disease.", - "ids": "9256" - }, - { - "examine": "Some wild-looking grass.", - "ids": "9257,9258,9259" - }, - { - "examine": "Some red roses.", - "ids": "9260" - }, - { - "examine": "Some pink roses.", - "ids": "9261" - }, - { - "examine": "Some white roses.", - "ids": "9262" - }, - { - "examine": "A White Tree.", - "ids": "9263,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9274,9275,9276,9277,9278,9279,9280,9281,9282,9283,9284,9285,9286,9287,9288,9289,9290" - }, - { - "examine": "Sit back and enjoy the view.", - "ids": "9291" - }, - { - "examine": "An expertly carved statue of a former Queen of Misthalin.", - "ids": "9292" - }, - { - "examine": "Funny looking holes that don't look too inviting.", - "ids": "9294" - }, - { - "examine": "A rocky outcrop.", - "ids": "9296,9297,9298" - }, - { - "examine": "Ornate railing.", - "ids": "9299" - }, - { - "examine": "Wooden fencing.", - "ids": "9300" - }, - { - "examine": "A well constructed castle wall.", - "ids": "9301" - }, - { - "examine": "A rather strategically placed hole, which appears to be in the ground.", - "ids": "9302" - }, - { - "examine": "A rocky outcrop.", - "ids": "9303,9304,9305,9306" - }, - { - "examine": "A well weathered wall.", - "ids": "9307,9308" - }, - { - "examine": "A tunnel leading under the wall.", - "ids": "9309,9310" - }, - { - "examine": "An underwall tunnel.", - "ids": "9311,9312" - }, - { - "examine": "Looks suspicious.", - "ids": "9313" - }, - { - "examine": "A wall jutting out into the path.", - "ids": "9314" - }, - { - "examine": "I can jump from this stepping stone.", - "ids": "9315" - }, - { - "examine": "A rocky outcrop.", - "ids": "9316,9317,9318" - }, - { - "examine": "A chain rope", - "ids": "9319,9320" - }, - { - "examine": "A few rocks short of a wall", - "ids": "9321" - }, - { - "examine": "The foam from the river makes this log very slippy.", - "ids": "9322,9323,9324" - }, - { - "examine": "Just another crack in the wall.", - "ids": "9325" - }, - { - "examine": "Funny looking holes that don't look too inviting.", - "ids": "9326" - }, - { - "examine": "They seem to fit in the with the rocky surroundings, so as not to stick out.", - "ids": "9327" - }, - { - "examine": "A slippery well worn log.", - "ids": "9328,9329,9330" - }, - { - "examine": "A rocky outcrop.", - "ids": "9331,9332,9333" - }, - { - "examine": "Used to be ornate, now it's a little bit vandalised.", - "ids": "9334" - }, - { - "examine": "A rocky outcrop.", - "ids": "9335,9336" - }, - { - "examine": "Used to be ornate, now it's a little bit vandalised.", - "ids": "9337" - }, - { - "examine": "Should scare off the birds...", - "ids": "9338,9339,9340,9341,9342,9343,9344,9345,9346,9347,9348,9349,9350,9351,9352,9353" - }, - { - "examine": "This looks like the way out.", - "ids": "9354" - }, - { - "examine": "A cave deep into the volcano.", - "ids": "9355" - }, - { - "examine": "A cave deeper into the volcano.", - "ids": "9356,9357" - }, - { - "examine": "A cave deep into the volcano.", - "ids": "9358" - }, - { - "examine": "This looks like the way out.", - "ids": "9359,9360,9361,9362,9363,9364,9365" - }, - { - "examine": "The barrier of heat is down.", - "ids": "9366" - }, - { - "examine": "A barrier of heat.", - "ids": "9367,9368,9369,9370,9371,9372,9373" - }, - { - "examine": "Hot enough to cook your breakfast on.", - "ids": "9374,9375,9376" - }, - { - "examine": "An egg incubated in the lava.", - "ids": "9377,9378,9379" - }, - { - "examine": "Who's the man?", - "ids": "9380" - }, - { - "examine": "A wooden crate.", - "ids": "9381" - }, - { - "examine": "Some wooden crates.", - "ids": "9382,9383,9384,9385,9386,9387,9388,9389" - }, - { - "examine": "A natural forge using volcanic heat.", - "ids": "9390" - }, - { - "examine": "I spy with my little eye...", - "ids": "9391,9392,9393,9394,9395,9396,9397" - }, - { - "examine": "Lets you put items into your bank.", - "ids": "9398,9399,26969,36788" - }, - { - "examine": "A wrought iron gate.", - "ids": "94,95" - }, - { - "examine": "Sparse weeds.", - "ids": "9400" - }, - { - "examine": "Weeds.", - "ids": "9401" - }, - { - "examine": "Thick weeds.", - "ids": "9402" - }, - { - "examine": "This is Unferth's patch for growing potatos.", - "ids": "9403" - }, - { - "examine": "You say Potato, I say Poh-tar-to.", - "ids": "9404,9405,9406,9407" - }, - { - "examine": "Looks like these potatoes have fully grown.", - "ids": "9408,9409,9410,9411,9412,9413,9414,9415,9416,9417,9418,9419,9420,9421,9422,9423,9424,9425,9426,9427,9428,9429" - }, - { - "examine": "A nice sturdy bare table.", - "ids": "9430" - }, - { - "examine": "A nice sturdy table.", - "ids": "9431" - }, - { - "examine": "A table with milk.", - "ids": "9432" - }, - { - "examine": "A table with cake.", - "ids": "9433" - }, - { - "examine": "A hearty meal for Unferth.", - "ids": "9434,9435" - }, - { - "examine": "Great for sleeping in.", - "ids": "9436" - }, - { - "examine": "Not so great for sleeping in, it's not made.", - "ids": "9437,9438" - }, - { - "examine": "A fire burns brightly here.", - "ids": "9439" - }, - { - "examine": "An empty fire place.", - "ids": "9440" - }, - { - "examine": "An unlit fire place.", - "ids": "9441,9442" - }, - { - "examine": "A good source of books!", - "ids": "9443,9444,9445,9446,9447,9448,9449,9450,9451,9452,9453,9454,9455,9456,9457,9458,9459,9460,9461,9462,9463,9464,9465,9466,9467,9468,9469" - }, - { - "examine": "I can climb these stairs.", - "ids": "9470" - }, - { - "examine": "They go down.", - "ids": "9471" - }, - { - "examine": "What could be down here?", - "ids": "9472,9473,9474,9475,9476,9477,9478,9479,9480,9481,9482,9483,9484,9485,9486,9487,9488,9489,9490,9491,9492,9493,9494,9495,9496,9497" - }, - { - "examine": "A small plant, suitable for sandy soil.", - "ids": "9498" - }, - { - "examine": "A decorative plant.", - "ids": "9499" - }, - { - "examine": "A fairly small plant.", - "ids": "9500" - }, - { - "examine": "Another plant.", - "ids": "9501,9502,9503,9504,9505,9506,9507" - }, - { - "examine": "Perfect for snoozing in the sun.", - "ids": "9508" - }, - { - "examine": "Lovely comfy-looking big bed.", - "ids": "9509" - }, - { - "examine": "East to Draynor Village :: South to Rimmington :: South-east to Port Sarim.", - "ids": "9510,9511,9512,9513" - }, - { - "examine": "Betty's chair.", - "ids": "9514" - }, - { - "examine": "I wonder what she's making?", - "ids": "9515" - }, - { - "examine": "Betty's counter.", - "ids": "9516,9517,9518" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "9519" - }, - { - "examine": "A wooden barrel containing lots of fish.", - "ids": "9520" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "9521" - }, - { - "examine": "How much does this weigh?", - "ids": "9522" - }, - { - "examine": "A case. With books.", - "ids": "9523" - }, - { - "examine": "A mooring chain.", - "ids": "9524" - }, - { - "examine": "One horsepower; wooden suspension: a beauty.", - "ids": "9525" - }, - { - "examine": "Betty keeps some rune objects here.", - "ids": "9526,9527,9528,9529" - }, - { - "examine": "A sinister fungus.", - "ids": "9530" - }, - { - "examine": "Sit back and relax...", - "ids": "9531" - }, - { - "examine": "Sit back and enjoy the view.", - "ids": "9532" - }, - { - "examine": "A wooden crate.", - "ids": "9533,9534" - }, - { - "examine": "Some wooden crates.", - "ids": "9535" - }, - { - "examine": "Some wooden boxes.", - "ids": "9536" - }, - { - "examine": "It's used for loading and unloading fishing boats.", - "ids": "9537" - }, - { - "examine": "I hope it doesn't sink.", - "ids": "9538,9539,9540,9541,9542,9543,9544,9545,9546,9547" - }, - { - "examine": "For wiping muddy feet on.", - "ids": "954" - }, - { - "examine": "A bucket full of red hot coals.", - "ids": "9548,9549,9550,9551,9552,9553,9554,9555,9556,9557" - }, - { - "examine": "Disturbingly its eyes look everywhere in the room except at you.", - "ids": "955,956,957,958" - }, - { - "examine": "It leads up.", - "ids": "9558" - }, - { - "examine": "I can climb down this.", - "ids": "9559,9560" - }, - { - "examine": "I guess I could sleep in it if I were really tired.", - "ids": "9561" - }, - { - "examine": "A prison cell door.", - "ids": "9562" - }, - { - "examine": "A locked prison cell door.", - "ids": "9563" - }, - { - "examine": "A prison cell door.", - "ids": "9564" - }, - { - "examine": "Stops people getting out.", - "ids": "9565,9566" - }, - { - "examine": "Ewww!", - "ids": "9567" - }, - { - "examine": "En-suite facilities in every cell!", - "ids": "9568,9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581" - }, - { - "examine": "I can climb up these stairs.", - "ids": "9582,9583" - }, - { - "examine": "I can climb down these stairs.", - "ids": "9584,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599,9600,9601,9602,9603" - }, - { - "examine": "What has a face and hands but is not a man?", - "ids": "959" - }, - { - "examine": "A dark flight of stairs.", - "ids": "96,98" - }, - { - "examine": "It's a time machine....sort of!", - "ids": "960" - }, - { - "examine": "A leafy plant.", - "ids": "9604" - }, - { - "examine": "A leafy fern.", - "ids": "9605" - }, - { - "examine": "A leafy shrub.", - "ids": "9606" - }, - { - "examine": "A case. With books.", - "ids": "9607,9608,9609" - }, - { - "examine": "'Ask about our low, low interest rates!'", - "ids": "961" - }, - { - "examine": "An artist's easel.", - "ids": "9610" - }, - { - "examine": "A good source of books!", - "ids": "9611" - }, - { - "examine": "The Make-over Mage's bed.", - "ids": "9612" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "9613" - }, - { - "examine": "Generally used for putting things on.", - "ids": "9614" - }, - { - "examine": "A small wooden table.", - "ids": "9615" - }, - { - "examine": "Items are for sale here.", - "ids": "9616" - }, - { - "examine": "All-purpose storage.", - "ids": "9617,9618,9619,9620" - }, - { - "examine": "Some helpful people have placed notes on here, how nice.", - "ids": "962" - }, - { - "examine": "For sitting.", - "ids": "9621" - }, - { - "examine": "Fancy.", - "ids": "9622,9623" - }, - { - "examine": "It's like a land rudder.", - "ids": "9624" - }, - { - "examine": "A wooden wheelbarrow.", - "ids": "9625,9626,9627,9628,9629,9630,9631,9632,9633,9634,9635,9636,9637,9638,9639,9640,9641,9642,9643,9644,9645,9646,9647,9648,9649,9650,9651,9652,9653,9654,9655,9656,9657,9658,9659,9660" - }, - { - "examine": "Essentials for a seamstress.", - "ids": "963" - }, - { - "examine": "It really was this big!", - "ids": "964,965" - }, - { - "examine": "He doesn't look too jolly to me!", - "ids": "966" - }, - { - "examine": "This tree has been cut down.", - "ids": "9661" - }, - { - "examine": "Popular with farmers and treasure hunters.", - "ids": "9662" - }, - { - "examine": "This tree has fallen to the ground.", - "ids": "9663" - }, - { - "examine": "A gnarly old tree root.", - "ids": "9664" - }, - { - "examine": "The roots of a tree are exposed.", - "ids": "9665" - }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "9666" - }, - { - "examine": "Disturbingly man-like.", - "ids": "9667" - }, - { - "examine": "Its eyes stare off into the distance...", - "ids": "9668,9669,9670,9671,9672,9673,9674,9675,9676,9677,9678,9679,9680,9681" - }, - { - "examine": "Looks like this ship was way off course!", - "ids": "967" - }, - { - "examine": "X marks the spot.", - "ids": "968" - }, - { - "examine": "Expels smoke from the range.", - "ids": "9683" - }, - { - "examine": "Wash your hands!", - "ids": "9684" - }, - { - "examine": "Generally used for putting things on.", - "ids": "9685" - }, - { - "examine": "Some fabric ready for clothing.", - "ids": "9686" - }, - { - "examine": "I'm guessing it's for making women's clothes.", - "ids": "9687,9688" - }, - { - "examine": "Looks like it's for making men's clothes.", - "ids": "9689" - }, - { - "examine": "Complete with authentic seaweed!", - "ids": "969" - }, - { - "examine": "I think this one's for making men's clothes.", - "ids": "9690,9691,9692,9693" - }, - { - "examine": "Some helpful people have placed notes on here, how nice.", - "ids": "9694" - }, - { - "examine": "This notice board is full of scrolls and charts.", - "ids": "9695" - }, - { - "examine": "I wonder what's inside ?", - "ids": "9696" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "9697,9698,9699,9700,9701" - }, - { - "examine": "This mentions the monk trapped here...", - "ids": "970" - }, - { - "examine": "This clearly isn't used for dining very often.", - "ids": "9702" - }, - { - "examine": "Not as nice as some.", - "ids": "9703" - }, - { - "examine": "This needs dusting before I'll sit on it.", - "ids": "9704,9705" - }, - { - "examine": "This must let me in to the arena somehow...", - "ids": "9706" - }, - { - "examine": "This must let me out of the arena somehow...", - "ids": "9707" - }, - { - "examine": "A rocky outcrop.", - "ids": "9708,9709,9710,9711,9712,9713,9714,9715,9716,9717,9718,9719,9720,9721,9722,9723,9724,9725,9726,9727,9728,9729,9730,9731,9732,9733,9734,9735,9737" - }, - { - "examine": "A useful ranging device.", - "ids": "971" - }, - { - "examine": "Use these with bows.", - "ids": "972" - }, - { - "examine": "A powerful throwing weapon.", - "ids": "973" - }, - { - "examine": "An old crumbled pillar.", - "ids": "9738,9739,9740" - }, - { - "examine": "Improved Leather armour for archers.", - "ids": "974" - }, - { - "examine": "Smells like fish.", - "ids": "9741,9742,9743" - }, - { - "examine": "I can climb up here.", - "ids": "9744" - }, - { - "examine": "I can go below decks with this ladder.", - "ids": "9745,9746,9747" - }, - { - "examine": "A collection point.", - "ids": "9748" - }, - { - "examine": "A Lever.", - "ids": "9749,9750" - }, - { - "examine": "Leather made from the skin of a Dragon.", - "ids": "975" - }, - { - "examine": "A crystal that was broken a long time ago.", - "ids": "9751" - }, - { - "examine": "A repowered crystal.", - "ids": "9752" - }, - { - "examine": "Perhaps I should search it.", - "ids": "9753" - }, - { - "examine": "I wonder what's inside.", - "ids": "9754" - }, - { - "examine": "Perhaps I should search it.", - "ids": "9755" - }, - { - "examine": "I wonder what's inside.", - "ids": "9756" - }, - { - "examine": "Perhaps I should search it.", - "ids": "9757" - }, - { - "examine": "I wonder what's inside.", - "ids": "9758" - }, - { - "examine": "Perhaps I should search it.", - "ids": "9759" - }, - { - "examine": "I wonder what's inside.", - "ids": "9760" - }, - { - "examine": "Perhaps I should search it.", - "ids": "9761" - }, - { - "examine": "I wonder what's inside.", - "ids": "9762" - }, - { - "examine": "A recently killed guard.", - "ids": "9763,9764,9765" - }, - { - "examine": "A recently killed slave.", - "ids": "9766,9767" - }, - { - "examine": "A door of pure light!", - "ids": "9768,9769,9770,9771,9772,9773,9774,9775,9776,9777,9778,9779,9780,9781,9782,9783,9784,9785,9786,9787,9788,9789,9790,9791,9792,9793,9794,9795,9796,9797,9798,9799,9800,9801,9802,9803,9804,9805,9806,9807,9808,9809,9810,9811,9812,9813,9814,9815,9816,9817,9818,9819,9820,9821,9822,9823,9824,9825,9826,9827,9828,9829,9830,9831,9832,9833,9834,9835,9836,9837,9838,9839,9840,9841,9842,9843,9844,9845,9846,9847,9848,9849,9850,9851,9852,9853,9854,9855,9856,9857,9858,9859,9860,9861,9862,9863,9864,9865,9866,9867,9868,9869,9870,9871,9872,9873,9874,9875,9876,9877,9878,9879,9880,9881,9882,9883,9884,9885,9886,9887,9888,9889,9890,9891,9892,9893,9894,9895,9896,9897" - }, - { - "examine": "There are holes passing through this pillar.", - "ids": "9898,9899,9900,9901,9902,9903,9904,9905,9906,9907,9908,9909,9910,9911,9912,9913,9914,9915,9916,9917,9918,9919,9920,9921,9922,9923,9924,9925,9926,9927,9928,9929,9930,9931,9932,9933,9934,9935,9936,9937,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,9950,9951,9952,9953,9954,9955,9956,9957,9958,9959,9960,9961,9962,9963,9964,9965,9966,9967,9968,9969,9970,9971,9972,9973,9974" - }, - { - "examine": "The door is closed.", - "ids": "99" - }, - { - "examine": "I can climb over the fence with this..", - "ids": "993" - }, - { - "examine": "I can climb down these.", - "ids": "9975" - }, - { - "examine": "A cave wall.", - "ids": "9976" - }, - { - "examine": "I wonder where this goes?", - "ids": "9977" - }, - { - "examine": "A ladder carved into the wall.", - "ids": "9978,9979" - }, - { - "examine": "A good place for light to merge.", - "ids": "9980" - }, - { - "examine": "A good place for a light crystal.", - "ids": "9981,9982,9983,9984,9985,9986,9987" - }, - { - "examine": "A broken pillar.", - "ids": "9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001" + "examine": "Rough but adequate.", + "ids": "14918" } ] \ No newline at end of file diff --git a/Server/data/configs/object_overrides.json b/Server/data/configs/object_overrides.json deleted file mode 100644 index c00cbf672..000000000 --- a/Server/data/configs/object_overrides.json +++ /dev/null @@ -1,165 +0,0 @@ -[ - { - "mode": "add", - "id": "1814", - "location": "3090, 3475, 0", - "type": "4", - "direction": "nw" - }, - { - "mode": "add", - "id": "2646", - "location": "2445, 3413, 0", - "direction": "nw" - }, - { - "mode": "add", - "id": "2646", - "location": "2447, 3414, 0", - "direction": "e" - }, - { - "mode": "add", - "id": "2646", - "location": "2447, 3421, 0", - "direction": "nw" - }, - { - "comment": "Prison Pete Random", - "mode": "add", - "id": "36788", - "location": "2094, 4465, 0", - "type": "10", - "direction": "e" - }, - { - "comment": "Green Portal", - "mode": "remove", - "id": "11371", - "location": "2085, 4457, 0" - }, - { - "comment": "Lever", - "mode": "remove", - "id": "10817", - "location": "2083, 4460, 0" - }, - { - "comment": "Lever", - "mode": "add", - "id": "26191", - "location": "2083, 4460, 0", - "type": "10", - "direction": "e" - }, - { - "comment": "Window", - "mode": "add", - "id": "26184", - "location": "2084, 4459, 0", - "type": "0", - "direction": "n" - }, - { - "comment": "Door", - "mode": "add", - "id": "26186", - "location": "2085, 4459, 0", - "type": "0", - "direction": "n" - }, - { - "comment": "Door", - "mode": "add", - "id": "26188", - "location": "2086, 4459, 0", - "type": "0", - "direction": "n" - }, - { - "comment": "Window", - "mode": "add", - "id": "26184", - "location": "2087, 4459, 0", - "type": "0", - "direction": "n" - }, - { - "mode": "remove", - "id": "37670", - "location": "3292, 3299, 0" - }, - { - "mode": "add", - "id": "37304", - "location": "3292, 3299, 0" - }, - { - "mode": "add", - "id": "20987", - "location": "3821, 2996, 0" - }, - { - "mode": "remove", - "id": "356", - "location": "2804, 3428, 0" - }, - { - "mode": "add", - "id": "356", - "location": "2804, 3428, 0" - }, - { - "mode": "remove", - "id": "20228", - "location": "2537, 3573, 0" - }, - { - "mode": "add", - "id": "27663", - "location": "2537, 3573, 0", - "direction": "w" - }, - { - "mode": "add", - "id": "39237", - "location": "2957, 3266, 0", - "direction": "n" - }, - { - "mode": "add", - "id": "39245", - "location": "2956, 3270, 0", - "direction": "se" - }, - { - "mode": "add", - "id": "39242", - "location": "2955, 3273, 0", - "direction": "w" - }, - { - "mode": "add", - "id": "39241", - "location": "2955, 3274, 0" - }, - { - "mode": "add", - "id": "20987", - "location": "2821, 2996, 0", - "direction": "s" - }, - { - "mode": "add", - "id": "21301", - "location": "2662, 3162, 0", - "direction": "e" - }, - { - "mode": "add", - "id": "4176", - "location": "2629, 3661, 2", - "type": "4", - "direction": "e" - } -] diff --git a/Server/data/configs/ranged_weapon_configs.json b/Server/data/configs/ranged_weapon_configs.json index dc6fbe429..335c9f031 100644 --- a/Server/data/configs/ranged_weapon_configs.json +++ b/Server/data/configs/ranged_weapon_configs.json @@ -1546,41 +1546,5 @@ "animation": "426", "drop_ammo": "true", "ammunition": "14202,14203,14204,14205,14206" - }, - { - "itemId": "10149", - "name": "Swamp lizard", - "ammo_slot": "13", - "weapon_type": "0", - "animation": "5247", - "drop_ammo": "false", - "ammunition": "10142" - }, - { - "itemId": "10146", - "name": "Orange salamander", - "ammo_slot": "13", - "weapon_type": "0", - "animation": "5247", - "drop_ammo": "false", - "ammunition": "10143" - }, - { - "itemId": "10147", - "name": "Red salamander", - "ammo_slot": "13", - "weapon_type": "0", - "animation": "5247", - "drop_ammo": "false", - "ammunition": "10144" - }, - { - "itemId": "10148", - "name": "Black salamander", - "ammo_slot": "13", - "weapon_type": "0", - "animation": "5247", - "drop_ammo": "false", - "ammunition": "10145" } ] diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 1788fd609..2f285314c 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -186,7 +186,7 @@ "general_store": "true", "id": "22", "title": "The Lighthouse Store", - "stock": "{954,10,200}-{2347,10,500}-{1755,10,500}-{946,10,500}-{952,10,500}-{590,5,500}-{36,10,500}-{273,10,200}-{233,10,500}-{1931,10,500}-{1925,5,500}-{1929,5,500}-{1935,5,200}-{1937,5,500}-{229,10,500}-{227,10,500}-{2019,5,500}-{2021,5,500}-{2015,5,2}-{1915,5,500}-{2017,5,500}-{1909,5,500}-{1913,5,500}-{1907,5,500}" + "stock": "{1931,30,100}-{1935,30,100}-{1735,10,100}-{1925,10,100}-{1923,10,100}-{1887,10,100}-{590,10,100}-{1755,10,100}-{2347,10,100}-{550,10,100}-{9003,10,100}" }, { "npcs": "2352", @@ -2195,14 +2195,5 @@ "id": "256", "title": "Uglug's Stuffsies", "stock": "{4844,100,10}-{10927,0,100}-{2862,100,100}-{1777,10,200}-{2876,0,500}-{2878,10,100}-{4850,0,100}-{946,5,100}-{4773,0,1000}-{4778,0,1000}-{4783,0,1000}-{4788,0,1500}-{4793,0,2000}-{4798,0,3000}-{4803,0,4000}-{4827,0,2000}" - }, - { - "npcs": "", - "high_alch": "0", - "currency": "995", - "general_store": "false", - "id": "257", - "title": "Magic Guild Store", - "stock": "{4089,1000,100}-{4091,1000,100}-{4093,1000,100}-{4095,1000,100}-{4097,1000,100}-{9762,1000,100}" } ] \ No newline at end of file diff --git a/Server/pom.xml b/Server/pom.xml index ffc43d1c8..f3cc5f0ac 100644 --- a/Server/pom.xml +++ b/Server/pom.xml @@ -6,7 +6,6 @@ 1.0.0 core.Server - UTF-8 true 1.8.20 11 @@ -91,11 +90,6 @@ 2.9.0 compile - - org.java-websocket - Java-WebSocket - 1.5.7 - @@ -252,7 +246,6 @@ false false - -Xmx4g -Xms2g 2.22.0 diff --git a/Server/src/main/content/data/BossKillCounter.java b/Server/src/main/content/data/BossKillCounter.java new file mode 100644 index 000000000..e6d865600 --- /dev/null +++ b/Server/src/main/content/data/BossKillCounter.java @@ -0,0 +1,172 @@ +package content.data; + +import core.game.node.entity.player.Player; + +/** + * The BossKillcounter keeps track of the amount of bosses the player has slain. + * addtoKillcount(player, npcId) should be added in the finalizeDeath() method of the combat handler for the boss. + * @author Splinter + */ +public enum BossKillCounter { + + + /* ORDINAL BOUND */ + KING_BLACK_DRAGON(new int[] { 50 }, "King Black Dragon", 14649), + BORK(new int[] { 7133, 7134 }, "Bork", -1), + DAGANNOTH_SUPREME(new int[] { 2881 }, "Dagannoth Supreme", 14639), + DAGANNOTH_PRIME(new int[] { 2882 }, "Dagannoth Prime", 14640), + DAGANNOTH_REX(new int[] { 2883 }, "Dagannoth Rex", 14641), + CHAOS_ELEMENTAL(new int[] { 3200 }, "Chaos Elemental", 14638), + GIANT_MOLE(new int[] { 3340 }, "Giant Mole", 14642), + SARADOMIN(new int[] { 6247 }, "Commander Zilyana", 14647), + ZAMORAK(new int[] { 6203 }, "K'ril Tsutsaroth", 14648), + BANDOS(new int[] { 6260 }, "General Graardor", 14646), + ARMADYL(new int[] { 6222 }, "Kree'arra", 14645), + JAD(new int[] { 2745 }, "Tz-Tok Jad", 14828), + KALPHITE_QUEEN(new int[] { 1160 }, "Kalphite Queen", 14650), + CORPOREAL_BEAST(new int[] { 8133 }, "Corporeal Beast", 14653), + TORMENTED_DEMONS(new int[] { + 8349, 8350, 8351, 8352, 8353, 8354, + 8355, 8356, 8357, 8358, 8359, 8360, + 8361, 8362, 8363, 8364, 8365, 8366, + }, "Tormented demon", -1), + + + ; + + /** + * The npcs that can increase the killcounter + */ + private final int[] npc; + + /** + * The name of the NPC, to be displayed as a sendMessage + */ + private final String name; + + /** + * The item ID of the pet relating to the boss. + */ + private final int petId; + + /** + * Constructs a new {@code BossKillCounter} {@code Object}. + * @param npc the npc. + * @param name the npc's string name + */ + BossKillCounter(final int[] npc, final String name, final int petId) { + this.npc = npc; + this.name = name; + this.petId = petId; + } + + /** + * Gets the npc. + * @return The npc. + */ + public int[] getNpc() { + return npc; + } + + /** + * Gets the NPC's name + * @return their name + */ + public String getName() { + return name; + } + + /** + * Gets the petId + * @return The petId + */ + public int getPetId() { + return petId; + } + + /** + * Gets the type for the npc. + * @param npc the npc. + * @return the BossKillcounter + */ + public static BossKillCounter forNPC(final int npc) { + for (BossKillCounter kc : BossKillCounter.values()) { + for (int i : kc.getNpc()) { + if (npc == i) { + return kc; + } + } + } + return null; + } + + /** + * Adds to the player's killcount for that particular boss. + * @param killer The player who killed the npc + * @param npcid the ID of the npc that just died + */ + public static void addtoKillcount(Player killer, int npcid) { + if (killer == null) { + return; + } + BossKillCounter boss = BossKillCounter.forNPC(npcid); + if (boss == null) { + return; + } + killer.getSavedData().getGlobalData().getBossCounters()[boss.ordinal()]++; + killer.getPacketDispatch().sendMessage("Your " + boss.getName() + " killcount is now: " + killer.getSavedData().getGlobalData().getBossCounters()[boss.ordinal()] + "."); +// addBossPet(killer, npcid, boss); + } + +// /** +// * Gives the player the pet if they killed a certain boss. +// * The chance by default is 1/5000. This rate lowers to 1/2200 if the for Boss Pets is active. +// * Note: Not all bosses have pet versions of themselves. +// */ +// private static void addBossPet(Player killer, int npcid, BossKillCounter boss){ +// if(boss.getPetId() == -1){ //The boss does not have a pet version. +// return; +// } +// int number = 5000; +// if (npcid == 2745) { +// number = 200; +// if (killer.getSlayer().getTask() == Tasks.JAD) { +// number = 100; +// } +// } else if (npcid == 3200) { +// number = 300; +// } +// int rand = number; +// if(rand == 10){ +// for (int i = 0; i < killer.getFamiliarManager().getInsuredPets().size(); i++) { +// if (killer.getFamiliarManager().getInsuredPets().get(i).getBabyItemId() == boss.getPetId()) { +// return; +// } +// } +// if(killer.getFamiliarManager().hasFamiliar() && killer.getInventory().freeSlots() < 1){ +// return; +// } +// if(!killer.getFamiliarManager().hasFamiliar()){ +// killer.getFamiliarManager().summon(new Item(boss.getPetId()), true); +// killer.sendNotificationMessage("You have a funny feeling like you're being followed."); +// } else if (killer.getInventory().freeSlots() > 0){ +// killer.getInventory().add(new Item(boss.getPetId(), 1)); +// killer.sendNotificationMessage("You feel something weird sneaking into your backpack."); +// } +// Repository.sendNews(killer.getUsername()+" now commands a miniature "+(boss.equals(CORPOREAL_BEAST) ? "Dark core" : boss.getName())+"!"); +// } +// } + + /** + * Increments the player's Barrows chest counter. + * @param player the player + */ + public static void addtoBarrowsCount(Player player) { + if (player == null) { + return; + } + player.getSavedData().getGlobalData().setBarrowsLoots(player.getSavedData().getGlobalData().getBarrowsLoots() + 1); + player.getPacketDispatch().sendMessage("Your Barrows chest count is: " + player.getSavedData().getGlobalData().getBarrowsLoots() + "."); + } + +} diff --git a/Server/src/main/content/data/BossKillCounter.kt b/Server/src/main/content/data/BossKillCounter.kt deleted file mode 100644 index cea7c687d..000000000 --- a/Server/src/main/content/data/BossKillCounter.kt +++ /dev/null @@ -1,72 +0,0 @@ -package content.data - -import core.api.sendMessage -import core.game.node.entity.player.Player -import org.rs09.consts.NPCs - -/** - * Enumerates the bosses that have their kill counts tracked in a player's statistics (::stats). - * addToBossKillCount(player, npcId) should be added in the finalizeDeath() method of the combat handler for the boss. - * ORDINAL BOUND - * @author Bishop - */ - -enum class BossKillCounter(val bossId: IntArray, val bossName: String) { - - KING_BLACK_DRAGON(intArrayOf(NPCs.KING_BLACK_DRAGON_50), "King Black Dragon"), - BORK(intArrayOf(NPCs.BORK_7133, NPCs.BORK_7134), "Bork"), - DAGANNOTH_SUPREME(intArrayOf(NPCs.DAGANNOTH_SUPREME_2881), "Dagannoth Supreme"), - DAGANNOTH_PRIME(intArrayOf(NPCs.DAGANNOTH_PRIME_2882), "Dagannoth Prime"), - DAGANNOTH_REX(intArrayOf(NPCs.DAGANNOTH_REX_2883), "Dagannoth Rex"), - CHAOS_ELEMENTAL(intArrayOf(NPCs.CHAOS_ELEMENTAL_3200), "Chaos Elemental"), - GIANT_MOLE(intArrayOf(NPCs.GIANT_MOLE_3340), "Giant Mole"), - SARADOMIN(intArrayOf(NPCs.COMMANDER_ZILYANA_6247), "Commander Zilyana"), - ZAMORAK(intArrayOf(NPCs.KRIL_TSUTSAROTH_6203), "K'ril Tsutsaroth"), - BANDOS(intArrayOf(NPCs.GENERAL_GRAARDOR_6260), "General Graardor"), - ARMADYL(intArrayOf(NPCs.KREEARRA_6222), "Kree'arra"), - JAD(intArrayOf(NPCs.TZTOK_JAD_2745), "Tz-Tok Jad"), - KALPHITE_QUEEN(intArrayOf(NPCs.KALPHITE_QUEEN_1160), "Kalphite Queen"), - CORPOREAL_BEAST(intArrayOf(NPCs.CORPOREAL_BEAST_8133), "Corporeal Beast"), - TORMENTED_DEMONS( - intArrayOf( - NPCs.TORMENTED_DEMON_8349, NPCs.TORMENTED_DEMON_8350, NPCs.TORMENTED_DEMON_8351, - NPCs.TORMENTED_DEMON_8352, NPCs.TORMENTED_DEMON_8353, NPCs.TORMENTED_DEMON_8354, - NPCs.TORMENTED_DEMON_8355, NPCs.TORMENTED_DEMON_8356, NPCs.TORMENTED_DEMON_8357, - NPCs.TORMENTED_DEMON_8358, NPCs.TORMENTED_DEMON_8359, NPCs.TORMENTED_DEMON_8360, - NPCs.TORMENTED_DEMON_8361, NPCs.TORMENTED_DEMON_8362, NPCs.TORMENTED_DEMON_8363, - NPCs.TORMENTED_DEMON_8364, NPCs.TORMENTED_DEMON_8365, NPCs.TORMENTED_DEMON_8366), - "Tormented demon" - ), - PENANCE_QUEEN(intArrayOf(NPCs.PENANCE_QUEEN_5247), "Penance Queen"); - - companion object { - private fun forBossId(npc: Int): BossKillCounter? { - for (kc in values()) { - for (i in kc.bossId) { - if (npc == i) { - return kc - } - } - } - return null - } - - @JvmStatic - fun addToBossKillCount(killer: Player?, bossId: Int) { - if (killer == null) { - return - } - val boss: BossKillCounter = forBossId(bossId) ?: return - killer.getSavedData().globalData.bossCounters[boss.ordinal]++ - sendMessage(killer, "Your ${boss.bossName} killcount is now: ${killer.getSavedData().globalData.bossCounters[boss.ordinal]}.") - } - - fun addToBarrowsChestCount(player: Player?) { - if (player == null) { - return - } - player.getSavedData().globalData.barrowsLoots++ - sendMessage(player, "Your Barrows chest count is: ${player.getSavedData().globalData.barrowsLoots}.") - } - } -} diff --git a/Server/src/main/content/data/EnchantedJewellery.kt b/Server/src/main/content/data/EnchantedJewellery.kt index a0ef3ce01..a0c53ad00 100644 --- a/Server/src/main/content/data/EnchantedJewellery.kt +++ b/Server/src/main/content/data/EnchantedJewellery.kt @@ -9,14 +9,15 @@ import core.game.event.TeleportEvent import core.game.interaction.QueueStrength import core.game.node.entity.player.Player import core.game.node.entity.player.link.TeleportManager -import core.game.node.entity.player.link.diary.DiaryType import core.game.node.item.Item +import core.game.system.task.Pulse import core.game.world.GameWorld import core.game.world.map.Location import core.game.world.update.flag.context.Animation import core.game.world.update.flag.context.Graphics -import core.tools.Log import org.rs09.consts.Items +import core.game.world.GameWorld.Pulser +import core.tools.Log import org.rs09.consts.Sounds import java.util.* @@ -33,14 +34,12 @@ enum class EnchantedJewellery( "Sumona in Pollnivneach.", "Morytania Slayer Tower.", "Rellekka Slayer Caves.", - "Tarn's Lair.", "Nowhere. Give me a slayer update." ), arrayOf( Location.create(3361, 2994, 0), Location.create(3428, 3535, 0), Location.create(2792, 3615, 0), - Location.create(3187, 4601, 0), ), true, Items.RING_OF_SLAYING8_13281, @@ -195,7 +194,7 @@ enum class EnchantedJewellery( ), RING_OF_LIFE(arrayOf(), arrayOf( - Location.create(ServerConstants.HOME_LOCATION!!) + Location.create(ServerConstants.HOME_LOCATION) ), true, Items.RING_OF_LIFE_2570 @@ -242,26 +241,13 @@ enum class EnchantedJewellery( if (!canTeleport(player, nextJewellery)) { return false } - // Access to Tarn's Lair has a quest prereq. - if (this == RING_OF_SLAYING && buttonID == 3 - && !isQuestComplete(player, Quests.HAUNTED_MINE) - ) { - sendMessage(player, "You must complete the Haunted Mine quest to access Tarn's Lair.") - return false - } val location = getLocation(buttonID) player.scripts.delay = GameWorld.ticks + 4 queueScript(player, 0, QueueStrength.SOFT) { stage -> when (stage) { 0 -> { lock(player, 4) - // This is an intentional teleport animation & graphics difference as these two jewellery - // animations are authentic to 2009 while others are currently unknown. - if (this == RING_OF_DUELING || this == GAMES_NECKLACE) { - visualize(player, JEWELLERY_ANIMATION, JEWELLERY_GRAPHICS) - } else { - visualize(player, ANIMATION, GRAPHICS) - } + visualize(player, ANIMATION, GRAPHICS) playGlobalAudio(player.location, Sounds.TELEPORT_ALL_200) player.impactHandler.disabledTicks = 4 closeInterface(player) @@ -270,16 +256,8 @@ enum class EnchantedJewellery( 1 -> { teleport(player, location) resetAnimator(player) - if (this == RING_OF_DUELING || this == GAMES_NECKLACE) { - player.graphics(JEWELLERY_GRAPHICS) - } unlock(player) player.dispatch(TeleportEvent(TeleportManager.TeleportType.NORMAL, TeleportMethod.JEWELRY, item, location)) - - if (DIGSITE_PENDANT.ids.contains(item.id)) { - player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 1, 10) - } - if (!replace) { return@queueScript stopExecuting(player) } @@ -388,8 +366,6 @@ enum class EnchantedJewellery( companion object { private val ANIMATION = Animation(714) private val GRAPHICS = Graphics(308, 100, 50) - private val JEWELLERY_ANIMATION = Animation(9603) - private val JEWELLERY_GRAPHICS = Graphics(1684) val idMap = HashMap() init { diff --git a/Server/src/main/content/data/GodBook.java b/Server/src/main/content/data/GodBook.java index e2fffb0fc..92029b479 100644 --- a/Server/src/main/content/data/GodBook.java +++ b/Server/src/main/content/data/GodBook.java @@ -3,7 +3,7 @@ package content.data; import core.game.node.entity.player.Player; import core.game.node.item.Item; -import static core.api.ContentAPIKt.isQuestComplete; +import static core.api.ContentAPIKt.hasRequirement; /** * A god book. @@ -100,7 +100,7 @@ public enum GodBook { * @param page the page. */ public void insertPage(Player player, Item book, Item page) { - if (!isQuestComplete(player, Quests.HORROR_FROM_THE_DEEP)) + if (!hasRequirement(player, Quests.HORROR_FROM_THE_DEEP)) return; if (hasPage(player, book, page)) { player.sendMessage("The book already has that page."); diff --git a/Server/src/main/content/data/LightSource.java b/Server/src/main/content/data/LightSource.java index 049ae5073..118cb492f 100644 --- a/Server/src/main/content/data/LightSource.java +++ b/Server/src/main/content/data/LightSource.java @@ -16,9 +16,9 @@ public enum LightSource { CANDLE(1, new Item(CANDLE_36, 1), new Item(LIT_CANDLE_33, 1), true, Components.DARKNESS_MEDIUM_98), BLACK_CANDLE(1, new Item(BLACK_CANDLE_38, 1), new Item(LIT_BLACK_CANDLE_32, 1), true, Components.DARKNESS_MEDIUM_98), TORCH(1, new Item(UNLIT_TORCH_596, 1), new Item(LIT_TORCH_594, 1), true, Components.DARKNESS_MEDIUM_98), - CANDLE_LANTERN(4, new Item(CANDLE_LANTERN_4529, 1), new Item(CANDLE_LANTERN_4531, 1), false, Components.DARKNESS_MEDIUM_98), + CANDLE_LANTERN(4, new Item(CANDLE_LANTERN_4527, 1), new Item(CANDLE_LANTERN_4531, 1), false, Components.DARKNESS_MEDIUM_98), OIL_LAMP(12, new Item(OIL_LAMP_4522, 1), new Item(OIL_LAMP_4524, 1), true, Components.DARKNESS_LIGHT_97), - OIL_LANTERN(26, new Item(OIL_LANTERN_4537, 1), new Item(OIL_LANTERN_4539, 1), false, Components.DARKNESS_LIGHT_97), + OIL_LANTERN(26, new Item(OIL_LANTERN_4535, 1), new Item(OIL_LANTERN_4539, 1), false, Components.DARKNESS_LIGHT_97), BULLSEYE_LANTERN(49, new Item(BULLSEYE_LANTERN_4548, 1), new Item(BULLSEYE_LANTERN_4550, 1), false, -1), SAPPHIRE_LANTERN(49, new Item(SAPPHIRE_LANTERN_4701, 1), new Item(SAPPHIRE_LANTERN_4702, 1), false, -1), EMERALD_LANTERN(49, new Item(EMERALD_LANTERN_9064, 1), new Item(EMERALD_LANTERN_9065, 1), false, -1), diff --git a/Server/src/main/content/data/consumables/Consumables.java b/Server/src/main/content/data/consumables/Consumables.java index 67791684b..2d3744679 100644 --- a/Server/src/main/content/data/consumables/Consumables.java +++ b/Server/src/main/content/data/consumables/Consumables.java @@ -118,8 +118,6 @@ public enum Consumables { EGG_AND_TOMATO(new Food(new int[] {7064, 1923}, new HealingEffect(8))), SWEET_CORN(new Food(new int[] {5988}, new MultiEffect(new HealingEffect(1), new PercentageHealthEffect(10)))), SWEETCORN_BOWL(new Food(new int[] {7088, 1923}, new MultiEffect(new HealingEffect(1), new PercentageHealthEffect(10)))), - CHOPPED_TUNA(new Food(new int[] {7086, 1923}, new HealingEffect(10))), - CHOPPED_ONION(new Food(new int[] {1871, 1923}, new HealingEffect(1))), POTATO_WITH_BUTTER(new Food(new int[] {6703}, new HealingEffect(7))), CHILLI_POTATO(new Food(new int[] {7054}, new HealingEffect(14))), FRIED_ONIONS(new Food(new int[] {7084, 1923}, new HealingEffect(5))), @@ -319,7 +317,6 @@ public enum Consumables { TCHIKI_MONKEY_PASTE(new Food(new int[] {7575}, new HealingEffect(5), "You eat the Tchiki monkey nut paste. It sticks to the roof of your mouth.")), OOMLIE_WRAP(new Food(new int[] {Items.COOKED_OOMLIE_WRAP_2343}, new MultiEffect(new HealingEffect(14), new AchievementEffect(DiaryType.KARAMJA, 2, 2)))), ROE(new Food(new int[]{11324}, new HealingEffect(3))), - CAVIAR(new Food(new int[]{11326}, new HealingEffect(5))), EQUA_LEAVES(new Food(new int[]{2128}, new HealingEffect(1))), CHOC_ICE(new Food(new int[]{6794}, new HealingEffect(7))), EDIBLE_SEAWEED(new Food(new int[] {403}, new HealingEffect(4))), @@ -346,14 +343,14 @@ public enum Consumables { AGILITY(new Potion(new int[] {3032, 3034, 3036, 3038}, new SkillEffect(Skills.AGILITY, 3, 0))), HUNTER(new Potion(new int[] {9998, 10000, 10002, 10004}, new SkillEffect(Skills.HUNTER, 3, 0))), RESTORE(new Potion(new int[] {2430, 127, 129, 131}, new RestoreEffect(10, 0.3))), - SARA_BREW(new Potion(new int[] {6685, 6687, 6689, 6691}, new MultiEffect(new PercentHeal(2, .15), new SkillEffect(Skills.ATTACK, 0, -0.10), new SkillEffect(Skills.STRENGTH, 0, -0.10), new SkillEffect(Skills.MAGIC, 0, -0.10), new SkillEffect(Skills.RANGE, 0, -0.10), new SkillEffect(Skills.DEFENCE, 2, 0.2)))), + SARA_BREW(new Potion(new int[] {6685, 6687, 6689, 6691}, new MultiEffect(new PercentHeal(0, .15), new SkillEffect(Skills.ATTACK, 0, -0.10), new SkillEffect(Skills.STRENGTH, 0, -0.10), new SkillEffect(Skills.MAGIC, 0, -0.10), new SkillEffect(Skills.RANGE, 0, -0.10), new SkillEffect(Skills.DEFENCE, 0, 0.25)))), SUMMONING(new Potion(new int[] {12140, 12142, 12144, 12146}, new MultiEffect(new RestoreSummoningSpecial(), new SummoningEffect(7, 0.25)))), COMBAT(new Potion(new int[] {9739, 9741, 9743, 9745}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, .1), new SkillEffect(Skills.ATTACK, 3, .1)))), ENERGY(new Potion(new int[] {3008, 3010, 3012, 3014}, new EnergyEffect(10))), FISHING(new Potion(new int[] {2438, 151, 153, 155}, new SkillEffect(Skills.FISHING, 3, 0))), PRAYER(new Potion(new int[] {2434, 139, 141, 143}, new PrayerEffect(7, 0.25))), SUPER_RESTO(new Potion(new int[] {3024, 3026, 3028, 3030}, new RestoreEffect(8, 0.25, true))), - ZAMMY_BREW(new Potion(new int[] {2450, 189, 191, 193}, new MultiEffect(new DamageEffect(10, true, 2), new SkillEffect(Skills.ATTACK, 2, 0.20), new SkillEffect(Skills.STRENGTH, 2, 0.12), new SkillEffect(Skills.DEFENCE, -2, -0.10), new PrayerEffect(0.0, 0.10, true)))), + ZAMMY_BREW(new Potion(new int[] {2450, 189, 191, 193}, new MultiEffect(new DamageEffect(10, true), new SkillEffect(Skills.ATTACK, 0, 0.25), new SkillEffect(Skills.STRENGTH, 0, 0.15), new SkillEffect(Skills.DEFENCE, 0, -0.1)))), ANTIFIRE(new Potion(new int[] {2452, 2454, 2456, 2458}, new AddTimerEffect("dragonfire:immunity", 600, true))), GUTH_REST(new Potion(new int[] {4417, 4419, 4421, 4423}, new MultiEffect(new RemoveTimerEffect("poison"), new EnergyEffect(5), new HealingEffect(5)))), MAGIC_ESS(new Potion(new int[] {9021, 9022, 9023, 9024}, new SkillEffect(Skills.MAGIC,3,0))), @@ -363,7 +360,7 @@ public enum Consumables { /** Barbarian Mixes */ PRAYERMIX(new BarbarianMix(new int[] {11465, 11467}, new MultiEffect(new PrayerEffect(7, 0.25), new HealingEffect(6)))), - ZAMMY_MIX(new BarbarianMix(new int[]{11521, 11523}, new MultiEffect(new ZamorakMixEffect(), new SkillEffect(Skills.ATTACK, 2, 0.20), new SkillEffect(Skills.STRENGTH, 2, 0.12), new SkillEffect(Skills.DEFENCE, -2, -0.10)))), + ZAMMY_MIX(new BarbarianMix(new int[] {11521, 11523}, new MultiEffect(new DamageEffect(10, true), new SkillEffect(Skills.ATTACK, 0, 0.15), new SkillEffect(Skills.STRENGTH, 0, 0.25), new SkillEffect(Skills.DEFENCE, 0, -0.1)))), ATT_MIX(new BarbarianMix(new int[] {11429, 11431}, new MultiEffect(new SkillEffect(Skills.ATTACK, 3, 0.1), new HealingEffect(3)))), ANTIP_MIX(new BarbarianMix(new int[] {11433, 11435}, new MultiEffect(new AddTimerEffect("poison:immunity", secondsToTicks(90)), new HealingEffect(3)))), RELIC_MIX(new BarbarianMix(new int[] {11437, 11439}, new MultiEffect(new CureDiseaseEffect(), new HealingEffect(3)))), diff --git a/Server/src/main/content/data/consumables/effects/DamageEffect.java b/Server/src/main/content/data/consumables/effects/DamageEffect.java index 1b5e4778c..c4573306b 100644 --- a/Server/src/main/content/data/consumables/effects/DamageEffect.java +++ b/Server/src/main/content/data/consumables/effects/DamageEffect.java @@ -7,21 +7,15 @@ import core.game.node.entity.player.Player; public class DamageEffect extends ConsumableEffect { final double amt; final boolean isPercent; - final int baseAmount; - public DamageEffect(double amt, boolean isPercent) { - this(amt, isPercent, 0); - } - - public DamageEffect(double amt, boolean isPercent, int baseAmount) { + public DamageEffect(double amt,boolean isPercent){ this.amt = amt; this.isPercent = isPercent; - this.baseAmount = baseAmount; } @Override public void activate(Player p) { - p.getImpactHandler().manualHit(p, -getHealthEffectValue(p), ImpactHandler.HitsplatType.NORMAL); + p.getImpactHandler().manualHit(p,-getHealthEffectValue(p), ImpactHandler.HitsplatType.NORMAL); } @Override @@ -29,8 +23,8 @@ public class DamageEffect extends ConsumableEffect { double amount = amt; if (isPercent) { amount /= 100; - return (int) -(amount * player.getSkills().getLifepoints() + baseAmount); + return (int) -(amount * player.getSkills().getLifepoints()); } - return (int) -(amt + baseAmount); + return (int) -amt; } } diff --git a/Server/src/main/content/data/consumables/effects/PrayerEffect.kt b/Server/src/main/content/data/consumables/effects/PrayerEffect.kt index 5edaff7dc..9f636bc27 100644 --- a/Server/src/main/content/data/consumables/effects/PrayerEffect.kt +++ b/Server/src/main/content/data/consumables/effects/PrayerEffect.kt @@ -5,18 +5,16 @@ import core.game.consumable.ConsumableEffect import core.game.node.entity.player.Player import core.game.node.entity.skill.Skills import org.rs09.consts.Items -import kotlin.math.ceil import kotlin.math.floor -class PrayerEffect @JvmOverloads constructor(var base: Double, var bonus: Double, private val roundUp: Boolean = false) : ConsumableEffect() { +class PrayerEffect(var base: Double, var bonus: Double) : ConsumableEffect() { override fun activate(player: Player?) { if(player == null) return val level = getStatLevel(player, Skills.PRAYER) var b = bonus if(inInventory(player, Items.HOLY_WRENCH_6714)) b += 0.02 // Leaving this in for futureproofing. Current update is for properly rounding down. - val rawAmount = base + (level * b) - val amount = if (roundUp) ceil(rawAmount) else floor(rawAmount) + val amount = floor(base + (level * b)) modPrayerPoints(player, amount) } } \ No newline at end of file diff --git a/Server/src/main/content/data/consumables/effects/ZamorakMixEffect.java b/Server/src/main/content/data/consumables/effects/ZamorakMixEffect.java deleted file mode 100644 index 688da0961..000000000 --- a/Server/src/main/content/data/consumables/effects/ZamorakMixEffect.java +++ /dev/null @@ -1,25 +0,0 @@ -package content.data.consumables.effects; - -import core.game.consumable.ConsumableEffect; -import core.game.node.entity.combat.ImpactHandler; -import core.game.node.entity.player.Player; - -/** - * The Zamorak mix shows the regular Zamorak brew hitsplat (10% of pre-drink lifepoints + 2, rounded down) - * but also heals 6 lifepoints. The heal must be applied before the hit so the net change can never kill - * the player, while the hitsplat still reflects the pre-heal lifepoints. - */ -public class ZamorakMixEffect extends ConsumableEffect { - - @Override - public void activate(Player p) { - int damage = (int) (p.getSkills().getLifepoints() * 0.10 + 2); - p.getSkills().heal(6); - p.getImpactHandler().manualHit(p, damage, ImpactHandler.HitsplatType.NORMAL); - } - - @Override - public int getHealthEffectValue(Player player) { - return 6 - (int) (player.getSkills().getLifepoints() * 0.10 + 2); - } -} diff --git a/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt index e41fd5d72..e62f73bf2 100644 --- a/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt +++ b/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt @@ -1,6 +1,8 @@ package content.global.activity.cchallange.npc import core.api.* +import core.game.container.impl.EquipmentContainer +import core.game.global.action.EquipHandler import core.game.node.entity.Entity import core.game.node.entity.combat.BattleState import core.game.node.entity.npc.AbstractNPC @@ -60,11 +62,12 @@ class LesserDemonChampionNPC(id: Int = 0, location: Location? = null) : Abstract super.checkImpact(state) val player = state.attacker if (player is Player) { - if (player.equipment.isEmpty) { + if (!player.equipment[3].hasItemPlugin()) { state.neutralizeHits() state.estimatedHit = state.maximumHit } else { - sendMessage(player, "You cannot wear any equipment in this challenge.") + EquipHandler.unequip(player, EquipmentContainer.SLOT_WEAPON, id) + sendMessage(player, "You cannot use weapons in this challenge.") if (state.estimatedHit > -1) { state.estimatedHit = 0 return diff --git a/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt index bab84b5b5..0be9eeb3d 100644 --- a/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt +++ b/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt @@ -63,8 +63,8 @@ class ZombieChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(i val player = state.attacker if (player is Player) { if (state.style == CombatStyle.MELEE || state.style == CombatStyle.RANGE) { - state.neutralizeHits() state.estimatedHit = state.maximumHit + state.neutralizeHits() } if (state.style == CombatStyle.MAGIC) { sendMessage(player, "You cannot use spells in this challenge.") diff --git a/Server/src/main/content/global/activity/penguinhns/PenguinManager.kt b/Server/src/main/content/global/activity/penguinhns/PenguinManager.kt index 48cdc7dec..c284214a7 100644 --- a/Server/src/main/content/global/activity/penguinhns/PenguinManager.kt +++ b/Server/src/main/content/global/activity/penguinhns/PenguinManager.kt @@ -30,7 +30,7 @@ class PenguinManager{ return tagMapping[Penguin.forLocation(location)?.ordinal]?.contains(player.username.toLowerCase()) ?: false } - fun updateStoreFile(){ + private fun updateStoreFile(){ val jsonTags = JSONArray() tagMapping.filter { it.value.isNotEmpty() }.forEach { (ordinal,taggers) -> log(this::class.java, Log.FINE, "$ordinal - ${taggers.first()}") diff --git a/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt b/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt index 2d6abe7bb..d19b9a82a 100644 --- a/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt +++ b/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt @@ -44,65 +44,18 @@ enum class Penguin(val id: Int, val hint: String, val location: Location){ BUSH_8(NPCs.BUSH_8105,"located in the kingdom of Asgarnia.",Location.create(2951, 3511, 0)), BUSH_9(NPCs.BUSH_8105,"located in the northern desert.",Location.create(3350, 3311, 0)), BUSH_10(NPCs.BUSH_8105,"located somewhere in the kingdom of Kandarin.",Location.create(2633, 3501, 0)), - BUSH_11(NPCs.BUSH_8105,"located where wizards study.",Location.create(3112, 3149, 0)), + BUSH_11(NPCs.BUSH_8105,"located south of Ardougne.",Location.create(2440, 3206, 0)), + BUSH_12(NPCs.BUSH_8105,"located where wizards study.",Location.create(3112, 3149, 0)), ROCK_1(NPCs.ROCK_8109,"located where the Imperial Guard train.",Location.create(2852, 3578, 0)), ROCK_2(NPCs.ROCK_8109,"located in the kingdom of Misthalin.",Location.create(3356, 3416, 0)), - ROCK_3(NPCs.ROCK_8109,"located near some ogres.",Location.create(2631, 2980, 0)), //potentially incorrect location + ROCK_3(NPCs.ROCK_8109,"located near some ogres.",Location.create(2631, 2980, 0)), ROCK_4(NPCs.ROCK_8109,"located in the Kingdom of Asgarnia.",Location.create(3013, 3501, 0)), ROCK_5(NPCs.ROCK_8109,"located between Fremennik and barbarians.",Location.create(2532, 3630, 0)), CRATE_1(NPCs.CRATE_8108,"located in the kingdom of Misthalin.",Location.create(3112, 3332, 0)), CRATE_2(NPCs.CRATE_8108,"located in the Kingdom of Misthalin.",Location.create(3305, 3508, 0)), - CRATE_3(NPCs.CRATE_8108,"located south of Ardougne.",Location.create(2440, 3206, 0)), - BARREL_1(NPCs.BARREL_8104,"located where no weapons may go.",Location.create(2806, 3383, 0)), + BARREL_1(NPCs.CRATE_8108,"located where no weapons may go.",Location.create(2806, 3383, 0)), TOADSTOOL_1(NPCs.TOADSTOOL_8110,"located in the kingdom of Misthalin.",Location.create(3156, 3178, 0)), - TOADSTOOL_2(NPCs.TOADSTOOL_8110,"located in the fairy realm.",Location.create(2409, 4462, 0)), //potentially a spawn from 2010 - - BUSH_12(NPCs.BUSH_8105,"located on an island.",Location.create(2534, 3871, 0)), - BARREL_2(NPCs.BARREL_8104,"located near the ghost town.",Location.create(3654, 3491, 0)), - BUSH_13(NPCs.BUSH_8105,"located where bloodsuckers rule.",Location.create(3600, 3487, 0)), - BUSH_14(NPCs.BUSH_8105,"located on islands where brothers quarrel.",Location.create(2355, 3848, 0)), - ROCK_6(NPCs.ROCK_8109,"located on a large crescent island.",Location.create(2118, 3943, 0)), - ROCK_7(NPCs.ROCK_8109,"located on islands where brothers quarrel.",Location.create(2357, 3797, 0)), - ROCK_8(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3169, 3650, 0)), - BARREL_3(NPCs.BARREL_8104,"located where pirates feel mostly harmless.",Location.create(3738, 3001, 0)), - CACTUS_3(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3276, 2797, 0)), - TOADSTOOL_3(NPCs.TOADSTOOL_8110,"located near the pointy-eared ones.",Location.create(2314, 3174, 0)), - BUSH_15(NPCs.BUSH_8105,"located deep in the jungle.",Location.create(2938, 2978, 0)), - TOADSTOOL_4(NPCs.TOADSTOOL_8110,"located near the pointy-eared ones.",Location.create(2219, 3227, 0)), - BARREL_4(NPCs.BARREL_8104,"located south of Ardougne.",Location.create(2662, 3152, 0)), - //BARREL_5(NPCs.BARREL_8104,"located where monkeys rule.",Location.create(2751, 2700, 0)), - //currently not well accessible, will need to add when Ape Atoll is sorted. - //BUSH_16(NPCs.BUSH_8105,"located on islands where brothers quarrel.",Location.create(2353, 3834, 0)), - //currently not well accessible, will need to add when Neitiznot bridges are fixed. - ROCK_9(NPCs.ROCK_8109,"located near a mountain of wolves.",Location.create(2852, 3504, 0)), - ROCK_10(NPCs.ROCK_8109,"located on islands where brothers quarrel.",Location.create(2413, 3846, 0)), - - BUSH_17(NPCs.BUSH_8105,"located near some ogres.",Location.create(2578, 2909, 0)), - CRATE_4(NPCs.CRATE_8108,"located where banana smugglers dwell.",Location.create(2869, 3157, 0)), - //CRATE_5(NPCs.CRATE_8108,"located near the island of Dragontooth.",Location.create(3824, 3562, 0)), - //current not accessible, will need to add when Dragontooth island is sorted. - ROCK_11(NPCs.ROCK_8109,"located where bloodsuckers rule.",Location.create(3550, 3439, 0)), - TOADSTOOL_5(NPCs.TOADSTOOL_8110,"located near the pointy-eared ones.",Location.create(2181, 3172, 0)), - BUSH_18(NPCs.BUSH_8105,"located where bloodsuckers rule.",Location.create(3472, 3392, 0)), - BUSH_19(NPCs.BUSH_8105,"located near Port Sarim.",Location.create(2989, 3121, 0)), - CRATE_6(NPCs.CRATE_8108,"located where fishers colonise.",Location.create(2322, 3658, 0)), - ROCK_12(NPCs.ROCK_8109,"located between Fremennik and barbarians.",Location.create(2675, 3717, 0)), - ROCK_13(NPCs.ROCK_8109,"located near the pointy-eared ones.",Location.create(2296, 3270, 0)), - CRATE_7(NPCs.CRATE_8108,"located where bloodsuckers rule.",Location.create(3637, 3486, 0)), - TOADSTOOL_6(NPCs.TOADSTOOL_8110,"located where bloodsuckers rule.",Location.create(3416, 3437, 0)), - BUSH_20(NPCs.BUSH_8105,"located where monkeys rule.",Location.create(2802, 2806, 0)), - - ROCK_14(NPCs.ROCK_8109,"located near some ogres.",Location.create(2438, 3050, 0)), - CACTUS_4(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3252, 2963, 0)), - ROCK_15(NPCs.ROCK_8109,"located near some ogres.",Location.create(2340, 3064, 0)), - ROCK_16(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3108, 3837, 0)), - CACTUS_5(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3433, 3000, 0)), - CACTUS_6(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3274, 2813, 0)), - ROCK_17(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3019, 3866, 0)), - ROCK_18(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(2991, 3824, 0)), - BUSH_21(NPCs.BUSH_8105,"located north of Ardougne.",Location.create(2398, 3361, 0)), - ROCK_19(NPCs.ROCK_8109,"located near the coast.",Location.create(2733, 3283, 0)), - ROCK_20(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3236, 3927, 0)); + TOADSTOOL_2(NPCs.TOADSTOOL_8110,"located in the fairy realm.",Location.create(2409, 4462, 0)); companion object { private val locationMap = values().map { it.location.toString() to it }.toMap() diff --git a/Server/src/main/content/global/activity/shootingstar/ShootingStar.kt b/Server/src/main/content/global/activity/shootingstar/ShootingStar.kt index 6a7b8802a..074ab27a6 100644 --- a/Server/src/main/content/global/activity/shootingstar/ShootingStar.kt +++ b/Server/src/main/content/global/activity/shootingstar/ShootingStar.kt @@ -99,18 +99,12 @@ class ShootingStar(var level: ShootingStarType = ShootingStarType.values().rando return ShootingStarType.values()[level.ordinal - 1] } - /** - * Clears the current star object or sprite - */ - fun clear() { - SceneryBuilder.remove(starObject) - clearSprite() - } - /** * Fires the shooting star (spawns a new one). Only used when spawning new shooting stars, not for downgrading existing ones. */ fun fire() { + SceneryBuilder.remove(starObject) + clearSprite() SceneryBuilder.add(starObject) if(!isSpawned) { (0..2).forEach { diff --git a/Server/src/main/content/global/activity/shootingstar/ShootingStarPlugin.kt b/Server/src/main/content/global/activity/shootingstar/ShootingStarPlugin.kt index 57849d1db..7368b7689 100644 --- a/Server/src/main/content/global/activity/shootingstar/ShootingStarPlugin.kt +++ b/Server/src/main/content/global/activity/shootingstar/ShootingStarPlugin.kt @@ -17,7 +17,6 @@ import core.game.world.GameWorld import core.tools.Log import core.tools.secondsToTicks import content.data.Quests -import core.game.node.scenery.SceneryBuilder class ShootingStarPlugin : LoginListener, InteractionListener, TickListener, Commands, StartupListener { override fun login(player: Player) { @@ -47,7 +46,6 @@ class ShootingStarPlugin : LoginListener, InteractionListener, TickListener, Com // Check if it's time to fire a new one if (star.ticks >= tickDelay && !star.spriteSpawned) { - star.clear() star.rebuildVars() star.fire() } @@ -140,7 +138,6 @@ class ShootingStarPlugin : LoginListener, InteractionListener, TickListener, Com } define("submit", Privilege.ADMIN, description = "Rebuilds and fires the shooting star event immediately.") { _, _ -> - star.clear() star.rebuildVars() star.fire() } diff --git a/Server/src/main/content/global/ame/RandomEventNPC.kt b/Server/src/main/content/global/ame/RandomEventNPC.kt index a4f3072f7..b4da55bb3 100644 --- a/Server/src/main/content/global/ame/RandomEventNPC.kt +++ b/Server/src/main/content/global/ame/RandomEventNPC.kt @@ -1,10 +1,8 @@ package content.global.ame import content.global.ame.events.surpriseexam.MysteriousOldManNPC -import core.api.getAttribute import core.api.playGlobalAudio import core.api.poofClear -import core.api.removeAttribute import core.api.sendMessage import core.api.setAttribute import core.api.utils.WeightBasedTable @@ -27,6 +25,8 @@ import core.tools.secondsToTicks import core.tools.ticksToCycles import org.rs09.consts.NPCs import org.rs09.consts.Sounds +import kotlin.math.ceil +import kotlin.math.min import kotlin.random.Random import kotlin.reflect.full.createInstance @@ -37,8 +37,8 @@ abstract class RandomEventNPC(id: Int) : NPC(id) { val SMOKE_GRAPHICS = Graphics(86) var initialized = false var finalized = false + var timerPaused = false var ticksLeft = secondsToTicks(180) - private val combatBracket = intArrayOf(10, 20, 40, 60, 90) open fun create(player: Player, loot: WeightBasedTable? = null, type: String = ""): RandomEventNPC { val event = this::class.createInstance() @@ -56,7 +56,6 @@ abstract class RandomEventNPC(id: Int) : NPC(id) { poofClear(this) playGlobalAudio(this.location, Sounds.SMOKEPUFF_1930, ticksToCycles(1)) } - removeAttribute(player, "random:pause") finalized = true } @@ -93,6 +92,7 @@ abstract class RandomEventNPC(id: Int) : NPC(id) { override fun init() { initialized = true finalized = false + timerPaused = false spawnLocation ?: terminate() location = spawnLocation player.setAttribute("re-npc", this) @@ -144,13 +144,12 @@ abstract class RandomEventNPC(id: Int) : NPC(id) { } fun idForCombatLevel(ids: List, player: Player): Int { - val index = combatBracket.indexOfFirst { player.properties.currentCombatLevel <= it }.takeIf { it != -1 }?: ids.lastIndex + val index = min(ids.size, ceil(player.properties.currentCombatLevel / 20.0).toInt()) - 1 return ids[index] } fun sayLine(npc: NPC, phrases: Array, hasOpeningPhrase: Boolean, hasOverTimePhrase: Boolean) { - val inInteraction = getAttribute(player, "random:pause", false) //used by Certer - if ((ticksLeft % 20 == 0 || ticksLeft <= 2) && !inInteraction) { //speak every 20 ticks, or in the 2nd-to-last tick before attack/note-&-teleport + if (!timerPaused && (ticksLeft % 20 == 0 || ticksLeft <= 2)) { //unless the Certer interface is up, speak every 20 ticks, or in the 2nd-to-last tick before attack/note-&-teleport var playDwarfWhistle = true if (ticksLeft == secondsToTicks(180) && hasOpeningPhrase) { sendChat(phrases[0]) diff --git a/Server/src/main/content/global/ame/events/certer/CerterNPC.kt b/Server/src/main/content/global/ame/events/certer/CerterNPC.kt index dee88ed3a..20b172404 100644 --- a/Server/src/main/content/global/ame/events/certer/CerterNPC.kt +++ b/Server/src/main/content/global/ame/events/certer/CerterNPC.kt @@ -6,7 +6,6 @@ import org.rs09.consts.NPCs import content.global.ame.RandomEventNPC import core.api.animate import core.api.lock -import core.api.setAttribute import core.api.utils.WeightBasedTable class CerterNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.GILES_2538) { @@ -34,7 +33,8 @@ class CerterNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NP "It's really rude to ignore someone, ${player.username}!", "No-one ignores me!" ) - setAttribute(player, "certer:reward", false) + player.setAttribute("random:pause", false) + player.setAttribute("certer:reward", false) animate(this, Emotes.BOW.animation, true) } @@ -42,4 +42,4 @@ class CerterNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NP noteAndTeleport() terminate() } -} +} \ No newline at end of file diff --git a/Server/src/main/content/global/ame/events/drilldemon/DrillDemonUtils.kt b/Server/src/main/content/global/ame/events/drilldemon/DrillDemonUtils.kt index 287406ad5..8c90bd77f 100644 --- a/Server/src/main/content/global/ame/events/drilldemon/DrillDemonUtils.kt +++ b/Server/src/main/content/global/ame/events/drilldemon/DrillDemonUtils.kt @@ -73,9 +73,9 @@ object DrillDemonUtils { fun reward(player: Player) { queueScript(player, 2, QueueStrength.SOFT) { - val hasHat = hasAnItem(player, Items.CAMO_HELMET_6656, checkPOH = true).exists() - val hasShirt = hasAnItem(player, Items.CAMO_TOP_6654, checkPOH = true).exists() - val hasPants = hasAnItem(player, Items.CAMO_BOTTOMS_6655, checkPOH = true).exists() + val hasHat = hasAnItem(player, Items.CAMO_HELMET_6656).container != null + val hasShirt = hasAnItem(player, Items.CAMO_TOP_6654).container != null + val hasPants = hasAnItem(player, Items.CAMO_BOTTOMS_6655).container != null when { !hasHat -> addItemOrDrop(player, Items.CAMO_HELMET_6656) !hasShirt -> addItemOrDrop(player, Items.CAMO_TOP_6654) diff --git a/Server/src/main/content/global/ame/events/evilchicken/EvilChickenNPC.kt b/Server/src/main/content/global/ame/events/evilchicken/EvilChickenNPC.kt index 7743500ef..5b065f567 100644 --- a/Server/src/main/content/global/ame/events/evilchicken/EvilChickenNPC.kt +++ b/Server/src/main/content/global/ame/events/evilchicken/EvilChickenNPC.kt @@ -8,14 +8,12 @@ import core.game.node.item.Item import core.tools.RandomFunction import org.rs09.consts.Items import content.global.ame.RandomEventNPC -import core.api.sendMessage import core.api.utils.WeightBasedTable val ids = (2463..2468).toList() class EvilChickenNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(2463) { val phrases = arrayOf("Bwuk","Bwuk bwuk bwuk","Flee from me, @name!","Begone, @name!","Bwaaaauuuk bwuk bwuk","MUAHAHAHAHAAA!") - var sentMessage = false override fun talkTo(npc: NPC) {} override fun init() { @@ -33,16 +31,13 @@ class EvilChickenNPC(override var loot: WeightBasedTable? = null) : RandomEventN } override fun tick() { - if (!sentMessage) { - if (!player.location.withinDistance(this.location, 8)) { - // https://www.youtube.com/watch?v=v9p_I_Tq3JE - sendMessage(player, "The Evil Chicken realises you're out of range and vanishes.") - sentMessage = true - terminate() - } else if (getWorldTicks() % 10 == 0) { - sendChat(phrases.random().replace("@name", player.username.capitalize())) - } + if(!player.location.withinDistance(this.location,8)){ + this.terminate() + } + if(getWorldTicks() % 10 == 0){ + sendChat(phrases.random().replace("@name",player.username.capitalize())) } super.tick() + if(!player.viewport.currentPlane.npcs.contains(this)) this.clear() } } diff --git a/Server/src/main/content/global/ame/events/freakyforester/FreakUtils.kt b/Server/src/main/content/global/ame/events/freakyforester/FreakUtils.kt index b6fbd647d..84e491f89 100644 --- a/Server/src/main/content/global/ame/events/freakyforester/FreakUtils.kt +++ b/Server/src/main/content/global/ame/events/freakyforester/FreakUtils.kt @@ -35,9 +35,9 @@ object FreakUtils{ } fun reward(player: Player){ - val hasHat = hasAnItem(player, Items.LEDERHOSEN_HAT_6182, checkPOH = true).exists() - val hasTop = hasAnItem(player, Items.LEDERHOSEN_TOP_6180, checkPOH = true).exists() - val hasShort = hasAnItem(player, Items.LEDERHOSEN_SHORTS_6181, checkPOH = true).exists() + val hasHat = hasAnItem(player, Items.LEDERHOSEN_HAT_6182).container != null + val hasTop = hasAnItem(player, Items.LEDERHOSEN_TOP_6180).container != null + val hasShort = hasAnItem(player, Items.LEDERHOSEN_SHORTS_6181).container != null sendNPCDialogue(player, freakNpc, "You get a lederhosen item as a reward for your help, many thanks!") when{ (!hasHat) -> addItemOrDrop(player, Items.LEDERHOSEN_HAT_6182, 1) diff --git a/Server/src/main/content/global/ame/events/maze/MazeInterface.kt b/Server/src/main/content/global/ame/events/maze/MazeInterface.kt index 95d84f650..d42743118 100644 --- a/Server/src/main/content/global/ame/events/maze/MazeInterface.kt +++ b/Server/src/main/content/global/ame/events/maze/MazeInterface.kt @@ -12,6 +12,8 @@ import core.game.interaction.InteractionListener import core.game.interaction.QueueStrength import core.game.node.entity.Entity import core.game.node.entity.player.Player +import core.game.system.task.Pulse +import core.game.world.GameWorld.Pulser import core.game.world.map.Location import core.game.world.map.zone.ZoneBorders import core.game.world.map.zone.ZoneRestriction @@ -74,23 +76,9 @@ class MazeInterface : InteractionListener, EventHook, MapArea { WeightedItem(Items.DEFENCE_POTION2_135,1,1,1.0), ) - private val ONE_WAY_WALL = mapOf( - Location.create(2904, 4573, 0) to setOf( // Diagonal entries - Location.create(2904, 4573, 0), - Location.create(2904, 4572, 0), - Location.create(2904, 4574, 0), - ), - Location.create(2906, 4586, 0) to setOf( // Diagonal entries - Location.create(2906, 4586, 0), - Location.create(2907, 4586, 0), - ), - Location.create(2902, 4575, 0) to setOf(Location.create(2903, 4575, 0)), - Location.create(2924, 4583, 0) to setOf(Location.create(2923, 4583, 0)), - ) - fun initMaze(player: Player) { - setAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 500) - setVarp(player, MAZE_TIMER_VARP, (getAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 0) + 4) / 5,false) + setAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 300) + setVarp(player, MAZE_TIMER_VARP, (getAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 0) / 3),false) openOverlay(player, MAZE_TIMER_INTERFACE) sendMessage(player, "You need to reach the maze center, then you'll be returned to where you were.") sendNPCDialogue(player, NPCs.MYSTERIOUS_OLD_MAN_410, "You need to reach the maze center, then you'll be returned to where you were.") @@ -99,7 +87,7 @@ class MazeInterface : InteractionListener, EventHook, MapArea { fun calculateLoot(player: Player) { val randomNumber = (0..8).random() val totalLevel = player.getSkills().totalLevel.toDouble() - val rewardPotential = getAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 0).toDouble() / 500.0 + val rewardPotential = getAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 0).toDouble() / 300.0 val itemDivisor = ITEM_DIVISOR[randomNumber] val itemQuantity = (totalLevel * rewardPotential * 3.33) / itemDivisor // sendMessage(player, "Maze reward calculation: $totalLevel * $rewardPotential * 3.33 / $itemDivisor = $itemQuantity") @@ -107,17 +95,73 @@ class MazeInterface : InteractionListener, EventHook, MapArea { addItemOrDrop(player, REWARD_ITEM[randomNumber], itemQuantity.toInt()) } } + + /** + * Chest Location to rotation mapping. + * This is needed as it is impossible to obtain the underlying chest scenery for the rotation. + * 0: Facing North, 1: Facing East, 2: Facing South, 3: Facing West + */ + val chestLocationRotationMap = mapOf( + Location(2930, 4595, 0).toString() to 2, + Location(2924, 4572, 0).toString() to 2, + Location(2925, 4573, 0).toString() to 0, + Location(2900, 4578, 0).toString() to 2, + Location(2901, 4560, 0).toString() to 1, + Location(2890, 4599, 0).toString() to 2, + Location(2896, 4591, 0).toString() to 2, + Location(2895, 4592, 0).toString() to 1, + Location(2901, 4560, 0).toString() to 3, + Location(2918, 4590, 0).toString() to 1, + Location(2917, 4590, 0).toString() to 3, + ) + + /** + * Chest Interaction workaround + * + * The issue here is that the walls(3626) of the Maze are overlapping some(not all) chest sceneries. + * + * The types for the wallScenery: + * Type 0 - flat panel | + * Type 2 - right angle panel with rotation 0:r 1:7 2:> 3:L + * Type 3 - corner post . for angle edges of walls + */ + fun overrideScenery(wallScenery: core.game.node.scenery.Scenery, chestSceneryId: Int): core.game.node.scenery.Scenery { + if (wallScenery.id == chestSceneryId) { + replaceScenery(wallScenery, Scenery.CHEST_3636, 30) + wallScenery.isActive = true + return wallScenery // Return the chest scenery as the wallScenery isn't there. + } + + addScenery(Scenery.CHEST_3636, wallScenery.location, chestLocationRotationMap[wallScenery.location.toString()] ?: 0, 10) + addScenery(wallScenery) + // replaceScenery(newChestScenery, Scenery.CHEST_3636, 3) // didn't work for an underlying scenery + // I did a world pulse since everyone will get to see the chest open. + Pulser.submit(object : Pulse(30) { + override fun pulse(): Boolean { + addScenery(Scenery.CHEST_3635, wallScenery.location, chestLocationRotationMap[wallScenery.location.toString()] ?: 0, 10) + addScenery(wallScenery) + return true + } + }) + // Return the chest scenery to replace PacketProcessor so that MISMATCH will not happen. + return core.game.node.scenery.Scenery( + chestSceneryId, + wallScenery.location, + chestLocationRotationMap[wallScenery.location.toString()] ?: 0 + ) + } } override fun defineListeners() { + + // This somehow doesn't trigger as the scenery.id != objId (3626 != 3635) on(Scenery.CHEST_3635, IntType.SCENERY, "open") { player, node -> - lock(player, 3) - animate(player, 536) - replaceScenery(node.asScenery(), Scenery.CHEST_3636, 3) if (getAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 0) > 0 && getAttribute(player, MAZE_ATTRIBUTE_CHESTS_OPEN, 0) < 10) { + animate(player, 536) + // val actualScenery = RegionManager.getObject(node.location.z, node.location.x, node.location.y, 3626) val tableRoll = CHEST_REWARDS.roll() addItemOrBank(player, tableRoll[0].id, tableRoll[0].amount) - when (tableRoll[0].id) { + when (tableRoll[0].id){ Items.AIR_RUNE_556 -> sendItemDialogue(player, Items.AIR_RUNE_556, "You've found some air runes!") Items.WATER_RUNE_555 -> sendItemDialogue(player, Items.WATER_RUNE_555, "You've found some water runes!") Items.EARTH_RUNE_557 -> sendItemDialogue(player, Items.EARTH_RUNE_557, "You've found some earth runes!") @@ -129,7 +173,7 @@ class MazeInterface : InteractionListener, EventHook, MapArea { Items.STRENGTH_POTION2_117 -> sendItemDialogue(player, Items.STRENGTH_POTION2_117, "You've found a strength potion!") Items.DEFENCE_POTION2_135 -> sendItemDialogue(player, Items.DEFENCE_POTION2_135, "You've found a defence potion!") } - setAttribute(player, MAZE_ATTRIBUTE_CHESTS_OPEN, getAttribute(player, MAZE_ATTRIBUTE_CHESTS_OPEN, 0) + 1) + setAttribute(player, MAZE_ATTRIBUTE_CHESTS_OPEN, getAttribute(player, MAZE_ATTRIBUTE_CHESTS_OPEN, 0)) } else { sendMessage(player,"You find nothing of interest.") } @@ -146,25 +190,10 @@ class MazeInterface : InteractionListener, EventHook, MapArea { return@on true } - on( - intArrayOf( - Scenery.WALL_3628, - Scenery.WALL_3629, - Scenery.WALL_3630, - Scenery.WALL_3631, - Scenery.WALL_3632, - ), - IntType.SCENERY, - "open" - ) { player, node -> - val scenery = node as core.game.node.scenery.Scenery - - if (ONE_WAY_WALL[scenery.location]?.contains(player.location) == true) { - sendDialogue(player, "I don't think that's the right way.") - } else { - DoorActionHandler.handleAutowalkDoor(player, scenery) - } - + on(Scenery.WALL_3628, IntType.SCENERY, "open") { player, node -> + // Door opening workaround + // Ignore 3629(WALL_3629) and 3630(WALL_3630) in handleAutowalkDoor ignoreSecondDoor + DoorActionHandler.handleAutowalkDoor(player, node as core.game.node.scenery.Scenery) return@on true } @@ -211,7 +240,7 @@ class MazeInterface : InteractionListener, EventHook, MapArea { if (getAttribute(entity, MAZE_ATTRIBUTE_TICKS_LEFT, 0) > 0) { setAttribute(entity, MAZE_ATTRIBUTE_TICKS_LEFT, getAttribute(entity, MAZE_ATTRIBUTE_TICKS_LEFT, 0) - 1) } - setVarp(entity, MAZE_TIMER_VARP, (getAttribute(entity, MAZE_ATTRIBUTE_TICKS_LEFT, 0) + 4) / 5, false) + setVarp(entity, MAZE_TIMER_VARP, (getAttribute(entity, MAZE_ATTRIBUTE_TICKS_LEFT, 0) / 3), false) } } diff --git a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterDialogueFile.kt b/Server/src/main/content/global/ame/events/quizmaster/QuizMasterDialogueFile.kt index a72d56a5a..4bb2ff79d 100644 --- a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterDialogueFile.kt +++ b/Server/src/main/content/global/ame/events/quizmaster/QuizMasterDialogueFile.kt @@ -78,6 +78,9 @@ class QuizMasterDialogueFile : DialogueLabeller() { override fun addConversation() { assignToIds(NPCs.QUIZ_MASTER_2477) + afterClose { player -> + loadLabel(player, "question") + } npc(FacialExpression.FRIENDLY,"WELCOME to the GREATEST QUIZ SHOW in the", "whole of ${ServerConstants.SERVER_NAME}:", "O D D O N E O U T", unclosable = true) player(FacialExpression.THINKING, "I'm sure I didn't ask to take part in a quiz show...", unclosable = true) diff --git a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt b/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt index cccc4d0eb..444fc1f1b 100644 --- a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt +++ b/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt @@ -23,7 +23,7 @@ class QuizMasterNPC(var type: String = "", override var loot: WeightBasedTable? super.init() sendChat("Hey ${player.username}! It's your lucky day!") face(player) - kidnapPlayer(this, player, Location(1952, 4764, 1)) { player, _ -> + kidnapPlayer(this, player, Location(1952, 4764, 0)) { player, _ -> setAttribute(player, QuizMasterDialogueFile.QUIZMASTER_ATTRIBUTE_QUESTIONS_CORRECT, 0) sendMessage(player, "Answer four questions correctly in a row to be teleported back where you came from.") sendMessage(player, "You will need to relog in if you lose the quiz dialog.") // Inauthentic, but there to notify the player in case. diff --git a/Server/src/main/content/global/ame/events/rivertroll/RiverTrollRENPC.kt b/Server/src/main/content/global/ame/events/rivertroll/RiverTrollRENPC.kt index 34b312148..dff28d7e9 100644 --- a/Server/src/main/content/global/ame/events/rivertroll/RiverTrollRENPC.kt +++ b/Server/src/main/content/global/ame/events/rivertroll/RiverTrollRENPC.kt @@ -4,7 +4,6 @@ import core.game.node.entity.Entity import core.game.node.entity.npc.NPC import content.global.ame.RandomEventNPC import core.api.utils.WeightBasedTable -import core.game.world.map.MapDistance val ids = (391..396).toList() @@ -22,12 +21,10 @@ class RiverTrollRENPC(override var loot: WeightBasedTable? = null) : RandomEvent super.finalizeDeath(killer) } override fun tick() { - if (!player.location.withinDistance(this.location, 8)) { + if(!player.location.withinDistance(this.location,8)){ this.terminate() } super.tick() - if (!player.location.withinDistance(this.location, MapDistance.RENDERING.distance)) { - this.clear() - } + if(!player.viewport.currentPlane.npcs.contains(this)) this.clear() } } \ No newline at end of file diff --git a/Server/src/main/content/global/ame/events/rockgolem/RockGolemRENPC.kt b/Server/src/main/content/global/ame/events/rockgolem/RockGolemRENPC.kt index 593a9f917..eb3399657 100644 --- a/Server/src/main/content/global/ame/events/rockgolem/RockGolemRENPC.kt +++ b/Server/src/main/content/global/ame/events/rockgolem/RockGolemRENPC.kt @@ -4,7 +4,6 @@ import core.game.node.entity.Entity import core.game.node.entity.npc.NPC import content.global.ame.RandomEventNPC import core.api.utils.WeightBasedTable -import core.game.world.map.MapDistance val ids = (413..418).toList() @@ -22,12 +21,10 @@ class RockGolemRENPC(override var loot: WeightBasedTable? = null) : RandomEventN super.finalizeDeath(killer) } override fun tick() { - if (!player.location.withinDistance(this.location, 8)) { + if(!player.location.withinDistance(this.location,8)){ this.terminate() } super.tick() - if (!player.location.withinDistance(this.location, MapDistance.RENDERING.distance)) { - this.clear() - } + if(!player.viewport.currentPlane.npcs.contains(this)) this.clear() } } \ No newline at end of file diff --git a/Server/src/main/content/global/ame/events/shade/ShadeRENPC.kt b/Server/src/main/content/global/ame/events/shade/ShadeRENPC.kt index 5a5bff4d1..60a0f57ae 100644 --- a/Server/src/main/content/global/ame/events/shade/ShadeRENPC.kt +++ b/Server/src/main/content/global/ame/events/shade/ShadeRENPC.kt @@ -4,7 +4,6 @@ import core.game.node.entity.Entity import core.game.node.entity.npc.NPC import content.global.ame.RandomEventNPC import core.api.utils.WeightBasedTable -import core.game.world.map.MapDistance class ShadeRENPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(425){ val ids = (425..430).toList() @@ -21,12 +20,10 @@ class ShadeRENPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(4 super.finalizeDeath(killer) } override fun tick() { - if (!player.location.withinDistance(this.location, 8)) { + if(!player.location.withinDistance(this.location,8)){ this.terminate() } super.tick() - if (!player.location.withinDistance(this.location, MapDistance.RENDERING.distance)) { - this.clear() - } + if(!player.viewport.currentPlane.npcs.contains(this)) this.clear() } } diff --git a/Server/src/main/content/global/ame/events/treespirit/TreeSpiritRENPC.kt b/Server/src/main/content/global/ame/events/treespirit/TreeSpiritRENPC.kt index a3a078398..3b0033972 100644 --- a/Server/src/main/content/global/ame/events/treespirit/TreeSpiritRENPC.kt +++ b/Server/src/main/content/global/ame/events/treespirit/TreeSpiritRENPC.kt @@ -4,7 +4,6 @@ import core.game.node.entity.Entity import core.game.node.entity.npc.NPC import content.global.ame.RandomEventNPC import core.api.utils.WeightBasedTable -import core.game.world.map.MapDistance val ids = (438..443).toList() @@ -22,12 +21,10 @@ class TreeSpiritRENPC(override var loot: WeightBasedTable? = null) : RandomEvent super.finalizeDeath(killer) } override fun tick() { - if (!player.location.withinDistance(this.location, 8)) { + if(!player.location.withinDistance(this.location,8)){ this.terminate() } super.tick() - if (!player.location.withinDistance(this.location, MapDistance.RENDERING.distance)) { - this.clear() - } + if(!player.viewport.currentPlane.npcs.contains(this)) this.clear() } } \ No newline at end of file diff --git a/Server/src/main/content/global/ame/events/zombie/ZombieRENPC.kt b/Server/src/main/content/global/ame/events/zombie/ZombieRENPC.kt index 48ebacd81..6b43d54b4 100644 --- a/Server/src/main/content/global/ame/events/zombie/ZombieRENPC.kt +++ b/Server/src/main/content/global/ame/events/zombie/ZombieRENPC.kt @@ -4,7 +4,6 @@ import core.game.node.entity.Entity import core.game.node.entity.npc.NPC import content.global.ame.RandomEventNPC import core.api.utils.WeightBasedTable -import core.game.world.map.MapDistance class ZombieRENPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(419){ val ids = (419..424).toList() @@ -21,12 +20,10 @@ class ZombieRENPC(override var loot: WeightBasedTable? = null) : RandomEventNPC( super.finalizeDeath(killer) } override fun tick() { - if (!player.location.withinDistance(this.location, 8)) { + if(!player.location.withinDistance(this.location,8)){ this.terminate() } super.tick() - if (!player.location.withinDistance(this.location, MapDistance.RENDERING.distance)) { - this.clear() - } + if(!player.viewport.currentPlane.npcs.contains(this)) this.clear() } } diff --git a/Server/src/main/content/global/bots/Adventurer.kt b/Server/src/main/content/global/bots/Adventurer.kt index 86f157461..916503945 100644 --- a/Server/src/main/content/global/bots/Adventurer.kt +++ b/Server/src/main/content/global/bots/Adventurer.kt @@ -11,20 +11,24 @@ import core.game.world.GameWorld import core.game.world.map.Location import core.game.world.map.RegionManager import core.game.world.map.zone.ZoneBorders +import core.game.world.update.flag.* import org.json.simple.JSONArray import org.json.simple.JSONObject import core.ServerConstants +import core.api.log import core.game.bots.AIRepository import core.game.bots.CombatBotAssembler import core.game.bots.Script import core.game.interaction.IntType import core.game.interaction.InteractionListeners +import core.tools.Log import java.io.File import java.io.FileReader import java.time.LocalDateTime import java.time.format.DateTimeFormatter import kotlin.random.Random + /** * A bot script for Adventurers who explore the world! * @param counter used in the bots random idling function. @@ -110,7 +114,7 @@ class Adventurer(val style: CombatStyle): Script() { } private fun otherPlayersNearby(): Boolean { - val localPlayers = RegionManager.getLocalPlayers(bot.location) + val localPlayers = RegionManager.getLocalPlayers(bot) val otherPlayers = localPlayers.filter { it.name != bot.name } return otherPlayers.isNotEmpty() } @@ -499,7 +503,7 @@ class Adventurer(val style: CombatStyle): Script() { dateCode == 404 -> lineAlt = dialogue.getLines("easter").rand() } - val localPlayers = RegionManager.getLocalPlayers(bot.location) + var localPlayers = RegionManager.getLocalPlayers(bot) if (localPlayers.isNotEmpty()) { val localPlayer = localPlayers .filter { it.name != bot.name } diff --git a/Server/src/main/content/global/bots/CannonballSmelter.kt b/Server/src/main/content/global/bots/CannonballSmelter.kt index 38887ad2c..8ac77f7e1 100644 --- a/Server/src/main/content/global/bots/CannonballSmelter.kt +++ b/Server/src/main/content/global/bots/CannonballSmelter.kt @@ -58,7 +58,7 @@ class CannonballSmelter : Script() { } else if(!coalMine.insideBorder(bot)){ scriptAPI.walkTo(coalMine.randomLoc) } else { - val rock = scriptAPI.getNearestObjectByPredicate { node -> node?.name?.equals("rocks", true)!! && MiningNode.forId(node.id)?.reward == Items.COAL_453 } + val rock = scriptAPI.getNearestObjectByPredicate({node -> node?.name?.equals("rocks", true)!! && MiningNode.forId(node?.id!!).reward == Items.COAL_453 }) if(rock != null) { scriptAPI.interact(bot, rock, "mine") } else { @@ -75,7 +75,7 @@ class CannonballSmelter : Script() { var loc = ironMine.randomLoc scriptAPI.walkTo(loc) } else { - val rock = scriptAPI.getNearestObjectByPredicate { node -> node?.name?.equals("rocks", true)!! && MiningNode.forId(node.id)?.reward == Items.IRON_ORE_440 } + val rock = scriptAPI.getNearestObjectByPredicate({node -> node?.name?.equals("rocks", true)!! && MiningNode.forId(node?.id!!).reward == Items.IRON_ORE_440 }) //rock?.let { InteractionListeners.run(rock.id, IntType.SCENERY,"mine",bot,rock) } if(rock != null) { scriptAPI.interact(bot, rock, "mine") diff --git a/Server/src/main/content/global/bots/DoublingMoney.kt b/Server/src/main/content/global/bots/DoublingMoney.kt index 36b8ccf30..785fd8690 100644 --- a/Server/src/main/content/global/bots/DoublingMoney.kt +++ b/Server/src/main/content/global/bots/DoublingMoney.kt @@ -262,12 +262,10 @@ class DoublingMoney : Script() { minDist = min(minDist, loc.getDistance(bot.location)) } if (minDist > 1) return 2 - val region = RegionManager.forId(bot.location.regionId) - val players = region.assemblePlayerList(bot.location.z) - for (player in players) { - if (AIRepository.PulseRepository[player.username.lowercase()]?.botScript is DoublingMoney - && player != bot - && player.location.getDistance(bot.location) <= 1) { + RegionManager.forId(bot.location.regionId).planes[bot.location.z].players.forEach { + if (AIRepository.PulseRepository[it?.username?.lowercase()]?.botScript is DoublingMoney + && it != bot + && it.location.getDistance(bot.location) <= 1) { return 2 } } diff --git a/Server/src/main/content/global/bots/ManThiever.kt b/Server/src/main/content/global/bots/ManThiever.kt index 75e0a6aac..25a2638c2 100644 --- a/Server/src/main/content/global/bots/ManThiever.kt +++ b/Server/src/main/content/global/bots/ManThiever.kt @@ -5,7 +5,6 @@ import core.game.bots.SkillingBotAssembler import core.game.bots.Script import core.game.interaction.IntType import core.game.interaction.InteractionListeners -import core.game.node.entity.skill.Skills import java.util.* class ManThiever : Script() { @@ -23,6 +22,6 @@ class ManThiever : Script() { } init { - skills[Skills.THIEVING] = 20 + equipment.addAll(Arrays.asList(Item(1103), Item(1139), Item(1265))) } } \ No newline at end of file diff --git a/Server/src/main/content/global/dialogue/TownCrierDialogue.java b/Server/src/main/content/global/dialogue/TownCrierDialogue.java index f330bda86..e740fbfa2 100644 --- a/Server/src/main/content/global/dialogue/TownCrierDialogue.java +++ b/Server/src/main/content/global/dialogue/TownCrierDialogue.java @@ -2,7 +2,6 @@ package content.global.dialogue; import content.global.handlers.item.book.GeneralRuleBook; import core.game.dialogue.DialoguePlugin; -import core.game.diary.DiaryLevel; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.diary.DiaryType; @@ -11,10 +10,6 @@ import core.game.world.GameWorld; import core.game.world.update.flag.context.Animation; import core.plugin.Initializable; import core.tools.RandomFunction; -import org.rs09.consts.NPCs; - -import static content.region.misthalin.lumbridge.diary.LumbridgeAchivementDiary.Companion.BeginnerTasks.DRAYNOR_TALK_TO_TOWNCRIER_ABOUT_RULES; -import static core.api.ContentAPIKt.finishTask; /** * Represents the town crier dialogue plugin. @@ -132,8 +127,9 @@ public final class TownCrierDialogue extends DialoguePlugin { return true; } }); - if (npc.getId() == NPCs.TOWN_CRIER_6136) { - finishTask(player, DiaryType.LUMBRIDGE, DiaryLevel.BEGINNER, DRAYNOR_TALK_TO_TOWNCRIER_ABOUT_RULES); + // Find out about the Rules of Conduct from the Draynor

Town Crier + if (npc.getId() == 6136) { + player.getAchievementDiaryManager().finishTask(player, DiaryType.LUMBRIDGE, 0, 10); } stage = 71; break; diff --git a/Server/src/main/content/global/handlers/iface/BoltPouchInterface.kt b/Server/src/main/content/global/handlers/iface/BoltPouchInterface.kt deleted file mode 100644 index c0f0470bd..000000000 --- a/Server/src/main/content/global/handlers/iface/BoltPouchInterface.kt +++ /dev/null @@ -1,267 +0,0 @@ -package content.global.handlers.iface - -import core.api.* -import core.game.global.action.EquipHandler.Companion.unequip -import org.rs09.consts.* -import core.game.interaction.InterfaceListener -import core.game.node.entity.player.Player -import core.game.node.item.Item -import core.tools.Log - -/** - * Bolt Pouch Interface - * Uses 396.cs2 - */ - -class BoltPouchInterface: InterfaceListener { - - /** - * iface components, attributes, and varbits used to define this all - * - * The varbits 2469 and 2470 are packaged in varp 834 (size 16). - * The varbits 2471 and 2472 are packaged in varp 835 (size 16). - */ - companion object { - val REMOVE_SLOT_1 = 4 // interface button - val WIELD_SLOT_1 = 3 // interface button - val ICON_SLOT_1 = 2 // interface icon component - val TEXT_SLOT_1 = 25 // interface text component - val STORED_ID_SLOT_1 = "/save:boltpouch-slot1" // attribute, this is the stored item ID - val QTY_SLOT_1 = 2469 // varbit - - val REMOVE_SLOT_2 = 8 - val WIELD_SLOT_2 = 7 - val ICON_SLOT_2 = 6 - val TEXT_SLOT_2 = 26 - val STORED_ID_SLOT_2 = "/save:boltpouch-slot2" - val QTY_SLOT_2 = 2470 - - val REMOVE_SLOT_3 = 12 - val WIELD_SLOT_3 = 11 - val ICON_SLOT_3 = 10 - val TEXT_SLOT_3 = 27 - val STORED_ID_SLOT_3 = "/save:boltpouch-slot3" - val QTY_SLOT_3 = 2471 - - val REMOVE_SLOT_4 = 16 - val WIELD_SLOT_4 = 15 - val ICON_SLOT_4 = 14 - val TEXT_SLOT_4 = 28 - val STORED_ID_SLOT_4 = "/save:boltpouch-slot4" - val QTY_SLOT_4 = 2472 - - val UNWIELD_EQUIP_SLOT = 19 - val ICON_EQUIP_SLOT = 18 - val TEXT_EQUIP_SLOT = 29 - val QTY_EQUIP_SLOT = 24 - } - - /** - * Interface interactions - */ - override fun defineInterfaceListeners() { - onOpen(Components.XBOWS_POUCH_433) { player, _ -> - updateBolts(player) - return@onOpen true - } - - on(Components.XBOWS_POUCH_433) { player, _, _, buttonID, _, _ -> - when(buttonID) { - REMOVE_SLOT_1 -> removeBolts(player, STORED_ID_SLOT_1, QTY_SLOT_1) - REMOVE_SLOT_2 -> removeBolts(player, STORED_ID_SLOT_2, QTY_SLOT_2) - REMOVE_SLOT_3 -> removeBolts(player, STORED_ID_SLOT_3, QTY_SLOT_3) - REMOVE_SLOT_4 -> removeBolts(player, STORED_ID_SLOT_4, QTY_SLOT_4) - WIELD_SLOT_1 -> wieldBolts(player, STORED_ID_SLOT_1, QTY_SLOT_1) - WIELD_SLOT_2 -> wieldBolts(player, STORED_ID_SLOT_2, QTY_SLOT_2) - WIELD_SLOT_3 -> wieldBolts(player, STORED_ID_SLOT_3, QTY_SLOT_3) - WIELD_SLOT_4 -> wieldBolts(player, STORED_ID_SLOT_4, QTY_SLOT_4) - UNWIELD_EQUIP_SLOT -> unwieldBolts(player) - } - return@on true - } - - } - - /** - * Helper Functions - */ - - // removes the bolts from the pouch by changing the stored ID to 0 and setting the qty varbit to 0 - fun removeBolts(player: Player, boltSlotId: String, boltSlotQty: Int) { - val boltId = getAttribute(player, boltSlotId, -1) - val boltQty = getVarbit(player, boltSlotQty) - - // error check in case arios fucks up my varbits - if (boltId == -1 && boltQty != 0) { - // log error - log(this::class.java, Log.ERR, "Invalid bolt ID '$boltSlotId' for ${player.name}.") - sendMessage(player, "ERROR: Invalid bolt ID. Please report this.") - - // reset slot values - setVarbit(player, boltSlotQty, 0, true) - removeAttribute(player, boltSlotId) - - return - } - - if (boltQty == 0) { - sendMessage(player, "There's nothing to remove from that slot.") - return - } - - val slot = when(boltSlotQty) { - QTY_SLOT_1 -> "first" - QTY_SLOT_2 -> "second" - QTY_SLOT_3 -> "third" - else -> "fourth" - } - - if (addItem(player, boltId, boltQty)) { - setVarbit(player, boltSlotQty, 0, true) - removeAttribute(player, boltSlotId) - sendMessage(player, "You remove all the bolts from the $slot slot of your bolt pouch.") - } else { - sendMessage(player, "You don't have enough space in your inventory to do that.") - } - - updateBolts(player) - } - - // wields the bolts - fun wieldBolts(player: Player, boltSlotId: String, boltSlotQty: Int) { - // any equipped ammo - val ammo = getItemFromEquipment(player, EquipmentSlot.AMMO) - val ammoId = ammo?.id ?: -1 - - // bolts to equip - val boltId = getAttribute(player, boltSlotId, -1) - val boltQty = getVarbit(player, boltSlotQty) - val bolt = Item(boltId, boltQty) - - // error check in case arios fucks up my varbits - if (boltId == -1 && boltQty != 0) { - // log error - log(this::class.java, Log.ERR, "Invalid bolt ID '$boltSlotId' for ${player.name}.") - sendMessage(player, "ERROR: Invalid bolt ID. Please report this.") - - // reset slot values - setVarbit(player, boltSlotQty, 0, true) - removeAttribute(player, boltSlotId) - - return - } - - // pouch slot is empty - if (boltQty == 0) { - sendMessage(player, "There's nothing in that slot to wield.") - return - } - - // check requirements - if (!bolt.definition.hasRequirement(player, true, true)) { - return - } - - // same bolt type already equipped, add to stack and return - if (ammoId == boltId) { - val newQty = (ammo!!.amount + boltQty).coerceAtMost(Int.MAX_VALUE) - replaceSlot(player, EquipmentSlot.AMMO.ordinal, Item(boltId, newQty), container=Container.EQUIPMENT) - setVarbit(player, boltSlotQty, 0, true) - removeAttribute(player, boltSlotId) - sendMessage(player, "You add the bolts to your equipped stack.") - updateBolts(player) - return - } - - // different bolt type, unequip existing first - if (ammoId != -1) { - if (freeSlots(player) < 1) { - sendMessage(player, "You don't have enough space in your inventory to do that.") - return - } - unequip(player, EquipmentSlot.AMMO.ordinal, ammoId) - } - - // equip new bolts - if (player.equipment.add(Item(boltId, boltQty), true, EquipmentSlot.AMMO.ordinal)) { - setVarbit(player, boltSlotQty, 0, true) - removeAttribute(player, boltSlotId) - sendMessage(player, "You wield some bolts from your bolt pouch.") - } - - updateBolts(player) - } - - // unwields the bolts - fun unwieldBolts(player: Player) { - val ammo = getItemFromEquipment(player, EquipmentSlot.AMMO)?.id ?: -1 - - if (ammo == -1) { - sendMessage(player, "You're not wielding anything.") - return - } - - unequip(player, EquipmentSlot.AMMO.ordinal, ammo) - updateBolts(player) - } - - // updates the bolt interface. Uses the stored ID (attribute) or equipped ID to get the icon and text needed for each slot. qty is updated automatically with 396.cs2 and the varbits - fun updateBolts(player: Player) { - - // the equipment slot - val ammo = getItemFromEquipment(player, EquipmentSlot.AMMO) - val ammoQty = amountInEquipment(player, ammo?.id ?: 0) - - sendItemOnInterface(player, Components.XBOWS_POUCH_433, ICON_EQUIP_SLOT, ammo?.id ?: -1, 90) - setInterfaceText(player, ammo?.name ?: "Nothing", Components.XBOWS_POUCH_433, TEXT_EQUIP_SLOT) - if (ammoQty == 0) { - // RED from 396.cs2: Color(255, 0, 51) - setInterfaceText(player, "0", Components.XBOWS_POUCH_433, QTY_EQUIP_SLOT) - } else { - // GREEN from 396.cs2: Color(0, 192, 0) - setInterfaceText(player, "$ammoQty", Components.XBOWS_POUCH_433, QTY_EQUIP_SLOT) - } - - // the pouch slots - - // slot 1 - val slot1 = Item(getAttribute(player, STORED_ID_SLOT_1, 0)) - if (slot1.id == 0) { - setInterfaceText(player, "Nothing", Components.XBOWS_POUCH_433, TEXT_SLOT_1) - sendItemOnInterface(player, Components.XBOWS_POUCH_433, ICON_SLOT_1, -1) - } else { - setInterfaceText(player, slot1.name, Components.XBOWS_POUCH_433, TEXT_SLOT_1) - sendItemOnInterface(player, Components.XBOWS_POUCH_433, ICON_SLOT_1, slot1.id, 90) - } - - // slot 2 - val slot2 = Item(getAttribute(player, STORED_ID_SLOT_2, 0)).definition - if (slot2.id == 0) { - setInterfaceText(player, "Nothing", Components.XBOWS_POUCH_433, TEXT_SLOT_2) - sendItemOnInterface(player, Components.XBOWS_POUCH_433, ICON_SLOT_2, -1) - } else { - setInterfaceText(player, slot2.name, Components.XBOWS_POUCH_433, TEXT_SLOT_2) - sendItemOnInterface(player, Components.XBOWS_POUCH_433, ICON_SLOT_2, slot2.id, 90) - } - - // slot 3 - val slot3 = Item(getAttribute(player, STORED_ID_SLOT_3, 0)).definition - if (slot3.id == 0) { - setInterfaceText(player, "Nothing", Components.XBOWS_POUCH_433, TEXT_SLOT_3) - sendItemOnInterface(player, Components.XBOWS_POUCH_433, ICON_SLOT_3, -1) - } else { - setInterfaceText(player, slot3.name, Components.XBOWS_POUCH_433, TEXT_SLOT_3) - sendItemOnInterface(player, Components.XBOWS_POUCH_433, ICON_SLOT_3, slot3.id, 90) - } - - // slot 4 - val slot4 = Item(getAttribute(player, STORED_ID_SLOT_4, 0)).definition - if (slot4.id == 0) { - setInterfaceText(player, "Nothing", Components.XBOWS_POUCH_433, TEXT_SLOT_4) - sendItemOnInterface(player, Components.XBOWS_POUCH_433, ICON_SLOT_4, -1) - } else { - setInterfaceText(player, slot4.name, Components.XBOWS_POUCH_433, TEXT_SLOT_4) - sendItemOnInterface(player, Components.XBOWS_POUCH_433, ICON_SLOT_4, slot4.id, 90) - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt b/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt index a335a5fbb..e9025bad9 100644 --- a/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt +++ b/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt @@ -6,7 +6,6 @@ import core.game.component.ComponentDefinition import core.game.component.ComponentPlugin import core.game.container.access.InterfaceContainer import core.game.node.entity.player.Player -import core.game.node.entity.player.link.diary.DiaryType import core.game.node.item.Item import core.plugin.Initializable import core.plugin.Plugin @@ -166,10 +165,6 @@ class FurClothingInterface : ComponentPlugin(){ if (removeItem(player, requiredFur, Container.INVENTORY) && removeItem(player, coins, Container.INVENTORY)) { addItem(player, clothing.product.id, amount) - - if (clothing == FUR_CLOTHING.DASH_CAPE) { - player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 2, 2) - } } } diff --git a/Server/src/main/content/global/handlers/iface/GliderInterface.java b/Server/src/main/content/global/handlers/iface/GliderInterface.java new file mode 100644 index 000000000..08459cefe --- /dev/null +++ b/Server/src/main/content/global/handlers/iface/GliderInterface.java @@ -0,0 +1,37 @@ +package content.global.handlers.iface; + +import static core.api.ContentAPIKt.*; +import core.game.component.Component; +import core.game.component.ComponentDefinition; +import core.game.component.ComponentPlugin; +import content.global.travel.glider.GliderPulse; +import content.global.travel.glider.Gliders; +import core.game.node.entity.player.Player; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the glider interface component. + * @author Emperor + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class GliderInterface extends ComponentPlugin { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ComponentDefinition.put(138, this); + return this; + } + + @Override + public boolean handle(final Player player, Component component, int opcode, int button, int slot, int itemId) { + final Gliders glider = Gliders.forId(button); + if (glider == null) { + return true; + } + submitWorldPulse(new GliderPulse(1, player, glider)); + return true; + } +} diff --git a/Server/src/main/content/global/handlers/iface/GliderInterface.kt b/Server/src/main/content/global/handlers/iface/GliderInterface.kt deleted file mode 100644 index cc43ede4a..000000000 --- a/Server/src/main/content/global/handlers/iface/GliderInterface.kt +++ /dev/null @@ -1,17 +0,0 @@ -package content.global.handlers.iface - -import core.api.submitWorldPulse -import content.global.travel.glider.GliderPulse -import content.global.travel.glider.Gliders -import core.game.interaction.InterfaceListener -import org.rs09.consts.Components - -class GliderInterface : InterfaceListener { - override fun defineInterfaceListeners() { - on(Components.GLIDERMAP_138) { player, _, _, button, _, _ -> - val glider = Gliders.forId(button) ?: return@on true - submitWorldPulse(GliderPulse(1, player, glider)) - return@on true - } - } -} diff --git a/Server/src/main/content/global/handlers/iface/NPCContactInterface.kt b/Server/src/main/content/global/handlers/iface/NPCContactInterface.kt index 2f814aeda..ebe4a6d54 100644 --- a/Server/src/main/content/global/handlers/iface/NPCContactInterface.kt +++ b/Server/src/main/content/global/handlers/iface/NPCContactInterface.kt @@ -1,34 +1,17 @@ package content.global.handlers.iface -import content.data.Quests -import content.region.kandarin.yanille.quest.thehandinthesand.dialogue.BertNPCContactDialogueFile -import core.api.isQuestComplete -import core.api.removeAttribute import core.game.node.entity.npc.NPC import core.game.world.map.Location +import core.tools.RandomFunction import org.rs09.consts.NPCs import core.game.dialogue.DialogueFile import core.game.interaction.InterfaceListener -import core.game.node.entity.player.Player class NPCContactInterface : InterfaceListener { - val contactNPCs = arrayOf( - NPCs.HONEST_JIMMY_4362, - NPCs.BERT_3108, - NPCs.ADVISOR_GHRIM_1375, - NPCs.TURAEL_8273, - NPCs.LANTHUS_1526, - NPCs.SUMONA_7780, - NPCs.MAZCHNA_8274, - NPCs.DURADEL_8275, - NPCs.VANNAKA_1597, - NPCs.MURPHY_464, - NPCs.CHAELDAR_1598, - NPCs.CYRISUS_432, - NPCs.LARRY_5424 - ) + val contactNPCs = arrayOf(NPCs.HONEST_JIMMY_4362, NPCs.BERT_3108, NPCs.ADVISOR_GHRIM_1375, NPCs.TURAEL_8273, NPCs.LANTHUS_1526, NPCs.SUMONA_7780, NPCs.MAZCHNA_8274, NPCs.DURADEL_8275, NPCs.VANNAKA_1597, NPCs.DARK_MAGE_2262, NPCs.CHAELDAR_1598, NPCs.CYRISUS_432, NPCs.LARRY_5424) val DialogueFiles = arrayOf( /*TODO("Honest Jimmy"), + TODO("Bert"), TODO("ADVISOR GHRIM"), TODO("Turael"), TODO("LANTHUS"), @@ -41,51 +24,20 @@ class NPCContactInterface : InterfaceListener { TODO("Cyrisus"), TODO("Larry")*/ ) - - private fun canContact(player: Player, index: Int): Boolean { - return when (contactNPCs[index]) { - // Hidden until their required content is implemented. - NPCs.HONEST_JIMMY_4362, // Trouble Brewing - NPCs.ADVISOR_GHRIM_1375, // Managing Miscellania - NPCs.LANTHUS_1526, // Castle Wars - NPCs.SUMONA_7780, // Smoking Kills - NPCs.MURPHY_464, // Hook up after !2361 is merged. - NPCs.CYRISUS_432 -> false // Dream Mentor - - // Add NPC Contact unlock checks here. - NPCs.BERT_3108 -> BertNPCContactDialogueFile.canContact(player) - NPCs.CHAELDAR_1598 -> isQuestComplete(player, Quests.LOST_CITY) - - // TODO: Gate Larry after Penguin Hide and Seek intro dialogue is implemented. - NPCs.LARRY_5424 -> true - - else -> true - } - } - - private fun getContactDialogue(index: Int): DialogueFile? { - return when (contactNPCs[index]) { - // Add custom NPC Contact dialogue files here. - NPCs.BERT_3108 -> BertNPCContactDialogueFile() - else -> DialogueFiles.getOrNull(index) - } - } - val INTER = 429 override fun defineInterfaceListeners() { //Remove a bunch of the buttons/heads so that people don't //waste runes on spells that aren't implemented //TODO: Re-enable NPCs as their respective content gets added - onOpen(INTER){player, _ -> + onOpen(INTER){player, component -> //Honest Jimmy: Trouble Brewing player.packetDispatch.sendInterfaceConfig(429,10,true) player.packetDispatch.sendInterfaceConfig(429,38,true) //Bert the Sandman: Hand in the Sand quest - val showBert = BertNPCContactDialogueFile.canContact(player) - player.packetDispatch.sendInterfaceConfig(429,11, !showBert) - player.packetDispatch.sendInterfaceConfig(429,39, !showBert) + player.packetDispatch.sendInterfaceConfig(429,11,true) + player.packetDispatch.sendInterfaceConfig(429,39,true) //Advisor Ghrim: Kingdoms of Miscellania player.packetDispatch.sendInterfaceConfig(429,12,true) @@ -99,29 +51,15 @@ class NPCContactInterface : InterfaceListener { player.packetDispatch.sendInterfaceConfig(429,27,true) player.packetDispatch.sendInterfaceConfig(429,42,true) - // Murphy: Fishing Trawler - player.packetDispatch.sendInterfaceConfig(429, 30, true) - player.packetDispatch.sendInterfaceConfig(429, 47, true) - - // Chaeldar has a duplicate/stale interface child 31 - val showChaeldar = canContact(player, 10) - player.packetDispatch.sendInterfaceConfig(429, 29, !showChaeldar) - player.packetDispatch.sendInterfaceConfig(429, 48, !showChaeldar) - - val showCyrisus = canContact(player, 11) - player.packetDispatch.sendInterfaceConfig(429, 32, !showCyrisus) - player.packetDispatch.sendInterfaceConfig(429, 33, !showCyrisus) + // Replace Murphy's icon with the Abyss's Dark Mage + player.packetDispatch.sendNpcOnInterface(NPCs.DARK_MAGE_2262, 429, 30) + player.packetDispatch.sendString("Dark mage", 429, 47) return@onOpen true } - onClose(INTER) { player, _ -> - removeAttribute(player, "contact-caller") - return@onClose true - } - on(INTER){player, _, _, buttonID, _, _ -> - val index = when(buttonID) { + var index = when(buttonID){ 10,38 -> 0 11,39 -> 1 12,40 -> 2 @@ -137,30 +75,15 @@ class NPCContactInterface : InterfaceListener { 34,49 -> 12 else -> -1 } - if (index == -1) { - // TODO: "Random will contact any of 26 other NPCs around RuneScape, and appears not to be "random" in that it cycles through 26 different NPCs. - // The spell may start going in order randomly or just jump around. Using Random requires completion of Dream Mentor." - return@on true - } - - if (!canContact(player, index)) { - return@on true - } - - val npcId = contactNPCs[index] - val dialogueFile = getContactDialogue(index) - val contactCaller = player.getAttribute<() -> Unit>("contact-caller") - - removeAttribute(player, "contact-caller") - contactCaller?.invoke() + if(index == -1) index = RandomFunction.random(contactNPCs.size) + val dialogueFile = DialogueFiles.getOrNull(index) + player.getAttribute<() -> Unit>("contact-caller")?.invoke() player.interfaceManager.close() - - if(dialogueFile != null) { - player.dialogueInterpreter.open(dialogueFile, NPC(npcId)) + if(dialogueFile != null){ + player.dialogueInterpreter.open(dialogueFile, NPC(contactNPCs[index])) } else { - player.dialogueInterpreter.open(npcId, NPC(npcId, Location(0, 0))) + player.dialogueInterpreter.open(contactNPCs[index], NPC(contactNPCs[index], Location(0, 0))) } - return@on true } diff --git a/Server/src/main/content/global/handlers/iface/TanningInterface.java b/Server/src/main/content/global/handlers/iface/TanningInterface.java new file mode 100644 index 000000000..aa15e4b11 --- /dev/null +++ b/Server/src/main/content/global/handlers/iface/TanningInterface.java @@ -0,0 +1,90 @@ +package content.global.handlers.iface; + +import static core.api.ContentAPIKt.*; +import core.game.component.Component; +import core.game.component.ComponentDefinition; +import core.game.component.ComponentPlugin; +import content.global.skill.crafting.TanningProduct; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; +import kotlin.Unit; + +/** + * @author Vexia + * @version 1.2 + */ +@Initializable +public class TanningInterface extends ComponentPlugin { + + /** + * Method used to create a new instance. + * @param arg + * @return + * @throws Throwable + */ + @Override + public Plugin newInstance(Object arg) throws Throwable { + ComponentDefinition.put(324, this); + return this; + } + + @Override + public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) { + TanningProduct def = null; + switch (button) { + case 1: + def = TanningProduct.SOFT_LEATHER; + break; + case 2: + def = TanningProduct.HARD_LEATHER; + break; + case 3: + def = TanningProduct.SNAKESKIN; + break; + case 4: + def = TanningProduct.SNAKESKIN2; + break; + case 5: + def = TanningProduct.GREEN_DHIDE; + break; + case 6: + def = TanningProduct.BLUEDHIDE; + break; + case 7: + def = TanningProduct.REDDHIDE; + break; + case 8: + def = TanningProduct.BLACKDHIDE; + break; + } + if (def == null) { + return true; + } + int amount = 0; + final TanningProduct deff = def; + switch (opcode){ + case 155: + amount = 1; + break; + case 196: + amount = 5; + break; + case 124: + amount = 10; + case 199: + sendInputDialogue(player, true, "Enter the amount:", (value) -> { + TanningProduct.tan(player, (int) value, deff); + return Unit.INSTANCE; + }); + break; + case 234: + amount = player.getInventory().getAmount(new Item(def.getItem(), 1)); + break; + } + TanningProduct.tan(player, amount, def); + return true; + } + +} diff --git a/Server/src/main/content/global/handlers/iface/TanningInterface.kt b/Server/src/main/content/global/handlers/iface/TanningInterface.kt deleted file mode 100644 index 278e991bf..000000000 --- a/Server/src/main/content/global/handlers/iface/TanningInterface.kt +++ /dev/null @@ -1,25 +0,0 @@ -package content.global.handlers.iface - -import content.global.skill.crafting.TanningProduct -import core.api.amountInInventory -import core.api.sendInputDialogue -import core.game.interaction.InterfaceListener - -class TanningInterface : InterfaceListener { - override fun defineInterfaceListeners() { - on(324) { player, _, opcode, buttonID, _, _ -> - val product = TanningProduct.forId(buttonID) - - when (opcode) { - 155 -> TanningProduct.tan(player, 1, product) - 196 -> TanningProduct.tan(player, 5, product) - 124 -> TanningProduct.tan(player, 10, product) - 199 -> sendInputDialogue(player, true, "Enter the amount:") { value -> - TanningProduct.tan(player, value as Int, product) - } - 234 -> TanningProduct.tan(player, amountInInventory(player, product.item), product) - } - return@on true - } - } -} diff --git a/Server/src/main/content/global/handlers/iface/ThessaliaInterface.kt b/Server/src/main/content/global/handlers/iface/ThessaliaInterface.kt index feb6cc5c0..4c98f7e0b 100644 --- a/Server/src/main/content/global/handlers/iface/ThessaliaInterface.kt +++ b/Server/src/main/content/global/handlers/iface/ThessaliaInterface.kt @@ -127,7 +127,7 @@ private const val F_FLARES = 72 private const val F_PLAIN_TROUSERS = 70 private const val F_SHORTS = 77 -private val femaleLegIDs = intArrayOf(F_FINE_SKIRT, F_FRILLED_SKIRT, F_LAYERED_SKIRT, F_LONG_NARROW_SKIRT, F_RAGGED_SKIRT, F_TATTERED_SKIRT, F_SHORT_SKIRT, F_SASHED_SKIRT, F_FITTED_SKIRT, F_TORN_TROUSERS, F_LONG_SKIRT, F_TURN_UPS, F_FLARES, F_PLAIN_TROUSERS, F_SHORTS) +private val femaleLegIDs = intArrayOf(F_FINE_SKIRT, F_FRILLED_SKIRT, F_LAYERED_SKIRT, F_LONG_NARROW_SKIRT, F_RAGGED_SKIRT, F_TATTERED_SKIRT, F_SHORT_SKIRT, F_SASHED_SKIRT, F_FITTED_SKIRT, F_TORN_TROUSERS, F_LONG_SKIRT, F_TURN_UPS, F_FLARES, F_FLARES, F_PLAIN_TROUSERS, F_SHORTS) private val COINS = Item(995,1000) diff --git a/Server/src/main/content/global/handlers/iface/WorldMapInterface.java b/Server/src/main/content/global/handlers/iface/WorldMapInterface.java new file mode 100644 index 000000000..113c28bfa --- /dev/null +++ b/Server/src/main/content/global/handlers/iface/WorldMapInterface.java @@ -0,0 +1,39 @@ +package content.global.handlers.iface; + +import core.game.component.Component; +import core.game.component.ComponentDefinition; +import core.game.component.ComponentPlugin; +import core.game.node.entity.player.Player; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Handles the world map interface. + * @author Emperor + * + */ +@Initializable +public final class WorldMapInterface extends ComponentPlugin { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ComponentDefinition.forId(755).setPlugin(this); + return this; + } + + //Thanks snicker! + @Override + public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) { + switch (button) { + case 3: + player.getInterfaceManager().openWindowsPane(new Component(player.getInterfaceManager().isResizable() ? 746 : 548), 2); + player.getPacketDispatch().sendRunScript(1187, "ii", 0, 0); + player.updateSceneGraph(true); + return true; + default: + //log(this.getClass(), Log.ERR, "World map: buttonid: " + button + ", opcode: " + opcode + ", slot: " + slot); + return true; + } + } + +} diff --git a/Server/src/main/content/global/handlers/iface/WorldMapInterface.kt b/Server/src/main/content/global/handlers/iface/WorldMapInterface.kt deleted file mode 100644 index cd1fc427b..000000000 --- a/Server/src/main/content/global/handlers/iface/WorldMapInterface.kt +++ /dev/null @@ -1,23 +0,0 @@ -package content.global.handlers.iface - -import core.game.component.Component -import core.game.interaction.InterfaceListener -import org.rs09.consts.Components - -class WorldMapInterface : InterfaceListener { - override fun defineInterfaceListeners() { - on(Components.WORLDMAP_755) { player, _, _, button, _, _ -> - if (button == 3) { - val paneId = if (player.interfaceManager.isResizable) { - Components.TOPLEVEL_FULLSCREEN_746 - } else { - Components.TOPLEVEL_548 - } - player.interfaceManager.openWindowsPane(Component(paneId), 2) - player.packetDispatch.sendRunScript(1187, "ii", 0, 0) - player.updateSceneGraph(true) - } - return@on true - } - } -} diff --git a/Server/src/main/content/global/handlers/item/BoltPouchListener.kt b/Server/src/main/content/global/handlers/item/BoltPouchListener.kt deleted file mode 100644 index fc1994d13..000000000 --- a/Server/src/main/content/global/handlers/item/BoltPouchListener.kt +++ /dev/null @@ -1,147 +0,0 @@ -package content.global.handlers.item - -import content.global.handlers.iface.BoltPouchInterface.Companion.QTY_SLOT_1 -import content.global.handlers.iface.BoltPouchInterface.Companion.QTY_SLOT_2 -import content.global.handlers.iface.BoltPouchInterface.Companion.QTY_SLOT_3 -import content.global.handlers.iface.BoltPouchInterface.Companion.QTY_SLOT_4 -import content.global.handlers.iface.BoltPouchInterface.Companion.STORED_ID_SLOT_1 -import content.global.handlers.iface.BoltPouchInterface.Companion.STORED_ID_SLOT_2 -import content.global.handlers.iface.BoltPouchInterface.Companion.STORED_ID_SLOT_3 -import content.global.handlers.iface.BoltPouchInterface.Companion.STORED_ID_SLOT_4 -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import core.game.node.item.Item -import org.rs09.consts.* - -/** - * Listener for the bolt pouch. - */ - -class BoltPouchListener: InteractionListener { - - companion object { - val BOLT_POUCH_ALLOWED_ITEMS = intArrayOf( - // metal bolts and their poisoned variants - Items.BRONZE_BOLTS_877, Items.BRONZE_BOLTSP_878, Items.BRONZE_BOLTSP_PLUS_6061, Items.BRONZE_BOLTSP_PLUS_PLUS_6062, - Items.IRON_BOLTS_9140, Items.IRON_BOLTS_P_9287, Items.IRON_BOLTSP_PLUS_9294, Items.IRON_BOLTSP_PLUS_PLUS_9301, - Items.BLURITE_BOLTS_9139, Items.BLURITE_BOLTSP_9286, Items.BLURITE_BOLTSP_PLUS_9293, Items.BLURITE_BOLTSP_PLUS_PLUS_9300, - Items.SILVER_BOLTS_9145, Items.SILVER_BOLTS_P_9292, Items.SILVER_BOLTSP_PLUS_9299, Items.SILVER_BOLTSP_PLUS_PLUS_9306, - Items.BLACK_BOLTS_13083, Items.BLACK_BOLTSP_13084, Items.BLACK_BOLTSP_PLUS_13085, Items.BLACK_BOLTSP_PLUS_PLUS_13086, - Items.STEEL_BOLTS_9141, Items.STEEL_BOLTS_P_9288, Items.STEEL_BOLTSP_PLUS_9295, Items.STEEL_BOLTSP_PLUS_PLUS_9302, - Items.MITHRIL_BOLTS_9142, Items.MITHRIL_BOLTS_P_9289, Items.MITHRIL_BOLTSP_PLUS_9296, Items.MITHRIL_BOLTSP_PLUS_PLUS_9303, - Items.ADAMANT_BOLTS_9143, Items.ADAMANT_BOLTS_P_9290, Items.ADAMANT_BOLTSP_PLUS_9297, Items.ADAMANT_BOLTSP_PLUS_PLUS_9304, - Items.RUNE_BOLTS_9144, Items.RUNITE_BOLTS_P_9291, Items.RUNITE_BOLTSP_PLUS_9298, Items.RUNITE_BOLTSP_PLUS_PLUS_9305, - - // gem and enchanted gem bolts - Items.OPAL_BOLTS_879, Items.OPAL_BOLTS_E_9236, - Items.PEARL_BOLTS_880, Items.PEARL_BOLTS_E_9238, - Items.JADE_BOLTS_9335, Items.JADE_BOLTS_E_9237, - Items.TOPAZ_BOLTS_9336, Items.TOPAZ_BOLTS_E_9239, - Items.SAPPHIRE_BOLTS_9337, Items.SAPPHIRE_BOLTS_E_9240, - Items.EMERALD_BOLTS_9338, Items.EMERALD_BOLTS_E_9241, - Items.RUBY_BOLTS_9339, Items.RUBY_BOLTS_E_9242, - Items.DIAMOND_BOLTS_9340, Items.DIAMOND_BOLTS_E_9243, - Items.DRAGON_BOLTS_9341, Items.DRAGON_BOLTS_E_9244, - Items.ONYX_BOLTS_9342,Items.ONYX_BOLTS_E_9245, - - // special bolts - Items.KEBBIT_BOLTS_10158, Items.LONG_KEBBIT_BOLTS_10159, - Items.BARBED_BOLTS_881, - Items.BROAD_TIPPED_BOLTS_13280, - Items.BONE_BOLTS_8882, - ) - } - - // helper function to drop the bolts - private fun dropBolts(player: Player, boltSlotId: String, boltSlotQty: Int) { - val boltId = getAttribute(player, boltSlotId, -1) - val boltQty = getVarbit(player, boltSlotQty) - - if (boltQty == 0) { - return - } - - // drops bolts, changes the stored ID to 0, and sets the qty varbit to 0 - produceGroundItem(player, boltId, boltQty, player.location) - setVarbit(player, boltSlotQty, 0, true) - removeAttribute(player, boltSlotId) - } - - override fun defineListeners() { - // open pouch interface - on(Items.BOLT_POUCH_9433, IntType.ITEM, "open") { player, _ -> - openInterface(player, Components.XBOWS_POUCH_433) - return@on true - } - - // destroy pouch - drops bolts - on(Items.BOLT_POUCH_9433, IntType.ITEM, "destroy") { player, node -> - val item = node as Item - player.dialogueInterpreter.sendDestroyItem(item.id, "You can get another pouch from Hirko in Keldagrim.") - addDialogueAction(player) { _, button -> - if (button == 3) { - if (removeItem(player, item)) { - playAudio(player, Sounds.DESTROY_OBJECT_2381) - - dropBolts(player, STORED_ID_SLOT_1, QTY_SLOT_1) - dropBolts(player, STORED_ID_SLOT_2, QTY_SLOT_2) - dropBolts(player, STORED_ID_SLOT_3, QTY_SLOT_3) - dropBolts(player, STORED_ID_SLOT_4, QTY_SLOT_4) - } - } - } - return@on true - } - - // bolts used on pouch: add to pouch - onUseWith(IntType.ITEM, Items.BOLT_POUCH_9433, *BOLT_POUCH_ALLOWED_ITEMS) { player, _, with -> - val id = with.id - val qtyUsed = amountInInventory(player, id) - - // get either the first empty slot by querying the varbits, or a slot that already has the used bolts in it and at least one free space - var targetQtySlot = -1 - var targetIdSlot = "" - - // slot 1 - if (getVarbit(player, QTY_SLOT_1) == 0 || (id == getAttribute(player, STORED_ID_SLOT_1, 0) && getVarbit(player, QTY_SLOT_1) < 255)) { - targetQtySlot = QTY_SLOT_1 - targetIdSlot = STORED_ID_SLOT_1 - - // slot 2 - } else if (getVarbit(player, QTY_SLOT_2) == 0 || (id == getAttribute(player, STORED_ID_SLOT_2, 0) && getVarbit(player, QTY_SLOT_2) < 255)) { - targetQtySlot = QTY_SLOT_2 - targetIdSlot = STORED_ID_SLOT_2 - - // slot 3 - } else if (getVarbit(player, QTY_SLOT_3) == 0 || (id == getAttribute(player, STORED_ID_SLOT_3, 0) && getVarbit(player, QTY_SLOT_3) < 255)) { - targetQtySlot = QTY_SLOT_3 - targetIdSlot = STORED_ID_SLOT_3 - - // slot 4 - } else if (getVarbit(player, QTY_SLOT_4) == 0 || (id == getAttribute(player, STORED_ID_SLOT_4, 0) && getVarbit(player, QTY_SLOT_4) < 255)) { - targetQtySlot = QTY_SLOT_4 - targetIdSlot = STORED_ID_SLOT_4 - } - - // based on target values set earlier, add the bolts - if (targetQtySlot != -1) { - val currentQty = getVarbit(player, targetQtySlot) - val spaceLeft = 255 - currentQty - val toAdd = minOf(qtyUsed, spaceLeft) - - if (removeItem(player, Item(id, toAdd))) { - setVarbit(player, targetQtySlot, toAdd + currentQty, true) - setAttribute(player, targetIdSlot, id) - sendMessage(player, "You store some bolts in your pouch.") - } - - // all slots are full - } else { - sendMessage(player, "You don't have enough space in your bolt pouch to do that.") - } - return@onUseWith true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/handlers/item/EmptyOptionListener.kt b/Server/src/main/content/global/handlers/item/EmptyOptionListener.kt index 882704d12..71239cc7c 100644 --- a/Server/src/main/content/global/handlers/item/EmptyOptionListener.kt +++ b/Server/src/main/content/global/handlers/item/EmptyOptionListener.kt @@ -1,7 +1,5 @@ package content.global.handlers.item -import content.global.skill.herblore.FinishedPotion -import content.global.skill.herblore.UnfinishedPotion import core.api.* import core.cache.def.impl.ItemDefinition import core.game.interaction.IntType @@ -82,9 +80,7 @@ class EmptyOptionListener : InteractionListener { BURNT_GNOMEBOWL(Items.BURNT_GNOMEBOWL_2175, Items.GNOMEBOWL_MOULD_2166, "You empty the contents of the gnomebowl onto the floor."), BURNT_EGG(Items.BURNT_EGG_7090, Items.BOWL_1923, "You empty the contents of the bowl onto the floor."), BURNT_ONION(Items.BURNT_ONION_7092, Items.BOWL_1923, "You empty the contents of the bowl onto the floor."), - BURNT_MUSHROOM(Items.BURNT_MUSHROOM_7094, Items.BOWL_1923, "You empty the contents of the bowl onto the floor."), - COCONUT_MILK(Items.COCONUT_MILK_5935, Items.VIAL_229, "You empty the vial.", Sounds.LIQUID_2401), - IMP_REPEL(Items.IMP_REPELLENT_11262, Items.VIAL_229, "You empty the vial.", Sounds.LIQUID_2401); + BURNT_MUSHROOM(Items.BURNT_MUSHROOM_7094, Items.BOWL_1923, "You empty the contents of the bowl onto the floor."); companion object { var emptyItemMap = HashMap() @@ -93,47 +89,15 @@ class EmptyOptionListener : InteractionListener { var emptyItemList = ArrayList() init { - // add all the above manually-defined items for (item in values()) { emptyItemMap.putIfAbsent(item.fullId, item.emptyId) emptyMessageMap.putIfAbsent(item.fullId, item.emptyMessage) emptyAudioMap.putIfAbsent(item.fullId, item.audioId) emptyItemList.add(item.fullId) } - - // add finished potion products - for (finishedPotion in FinishedPotion.values()) { - val potionId = finishedPotion.potion.id - - emptyItemMap.putIfAbsent(potionId, Items.VIAL_229) - emptyMessageMap.putIfAbsent(potionId, "You empty the vial.") - emptyAudioMap.putIfAbsent(potionId, Sounds.LIQUID_2401) - - if (!emptyItemList.contains(potionId)) { - emptyItemList.add(potionId) - } - } - - // add unfinished potion products - for (unfinishedPotion in UnfinishedPotion.values()) { - val potionId = unfinishedPotion.potion.id - - emptyItemMap.putIfAbsent(potionId, Items.VIAL_229) - emptyMessageMap.putIfAbsent(potionId, "You empty the vial.") - emptyAudioMap.putIfAbsent(potionId, Sounds.LIQUID_2401) - - if (!emptyItemList.contains(potionId)) { - emptyItemList.add(potionId) - } - } - - // todo this legacy line loads a bunch of random shit that may or may not have empty options. It'd be better to define these all in the future in a controlled manner (e.g. this pulls items like Items.SUPER_KEBAB_4608 and Items.VOICE_OF_DOOM_POTION_11788) - // add some strings that might catch anything else for (item in ItemDefinition.getDefinitions().values) if (item.name.contains("potion") || item.name.contains("brew") || item.name.contains("poison") || item.name.lowercase(Locale.getDefault()).contains("serum") || item.name.contains("cure") || item.name.contains("mix") || item.name.contains("balm") || item.name.contains("Super ")) { - if (!emptyItemList.contains(item.id)) { - emptyItemList.add(item.id) - } + emptyItemList.add(item.id) } } diff --git a/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt b/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt index e376d2855..252dbe2ff 100644 --- a/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt +++ b/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt @@ -2,6 +2,7 @@ package content.global.handlers.item import content.global.skill.slayer.SlayerUtils import core.api.* +import content.global.skill.slayer.Tasks import org.rs09.consts.Items import core.game.dialogue.DialogueFile import core.game.dialogue.IfTopic @@ -38,7 +39,12 @@ class EnchantedGemDialogue() : DialogueFile() { if(!hasSlayerTask(player!!)) { npcl(core.game.dialogue.FacialExpression.HALF_THINKING, "You need something new to hunt. Come and see me when you can and I'll give you a new task.").also { stage = 1 } } else { - npcl(core.game.dialogue.FacialExpression.FRIENDLY, "You're currently assigned to kill ${SlayerUtils.pluralise(getSlayerTaskName(player!!))}; only ${getSlayerTaskKillsRemaining(player!!)} more to go.") + if(getSlayerTask(player!!) == Tasks.JAD) { + npcl(core.game.dialogue.FacialExpression.FRIENDLY, "You're currently assigned to kill TzTok-Jad!") + } else { + npcl(core.game.dialogue.FacialExpression.FRIENDLY, "You're currently assigned to kill ${SlayerUtils.pluralise( + getSlayerTaskName(player!!))}; only ${getSlayerTaskKillsRemaining(player!!)} more to go.") + } setVarp(player!!, 2502, getSlayerTaskFlags(player!!) shr 4) stage = 1 } diff --git a/Server/src/main/content/global/handlers/item/ItemQuestRequirementListener.kt b/Server/src/main/content/global/handlers/item/ItemQuestRequirementListener.kt index f7703095f..8acaa698a 100644 --- a/Server/src/main/content/global/handlers/item/ItemQuestRequirementListener.kt +++ b/Server/src/main/content/global/handlers/item/ItemQuestRequirementListener.kt @@ -92,11 +92,7 @@ class ItemQuestRequirementListener : InteractionListener { private val godBooks = intArrayOf ( Items.HOLY_BOOK_3840, - Items.UNHOLY_BOOK_3842, - Items.BOOK_OF_BALANCE_3844, - Items.DAMAGED_BOOK_3839, - Items.DAMAGED_BOOK_3841, - Items.DAMAGED_BOOK_3843 + Items.UNHOLY_BOOK_3842 ) private val pharaohScepters = (9044..9051).toIntArray() diff --git a/Server/src/main/content/global/handlers/item/MorphItemListener.kt b/Server/src/main/content/global/handlers/item/MorphItemListener.kt deleted file mode 100644 index b0b2e3857..000000000 --- a/Server/src/main/content/global/handlers/item/MorphItemListener.kt +++ /dev/null @@ -1,77 +0,0 @@ -package content.global.handlers.item - -import core.api.* -import core.game.interaction.InteractionListener -import core.game.interaction.InterfaceListener -import core.game.node.entity.player.Player -import org.rs09.consts.Items -import org.rs09.consts.NPCs -import org.rs09.consts.Sounds - -/** - * Handles morphing with the Ring of Stone and Easter Ring. - */ - -class MorphItemListener : InteractionListener, InterfaceListener { - - // the morphing items - private val morphItems = intArrayOf(Items.RING_OF_STONE_6583, Items.EASTER_RING_7927) - - // the NPCs to morph into - private val easterEggs = intArrayOf( - NPCs.EGG_3689, - NPCs.EGG_3690, - NPCs.EGG_3691, - NPCs.EGG_3692, - NPCs.EGG_3693, - NPCs.EGG_3694 - ) - private val stone = intArrayOf(NPCs.ROCKS_2626) - - // the "unmorph" interface - private val morphIface = 375 - - // equipping the morph items - override fun defineListeners() { - onEquip(morphItems) { player, item -> - morph(player, item.id) - return@onEquip false - } - } - - // the interface that appears when you morph - override fun defineInterfaceListeners() { - - // hitting the 'unmorph' button - on(morphIface){ player, _, _, buttonID, _, _ -> - when(buttonID) { - 3 -> closeAllInterfaces(player) - } - return@on true - } - - // after the interface closes - onClose(morphIface) { player, _ -> - unmorph(player) - return@onClose true - } - } - - // morphs the player - private fun morph(player: Player, item: Int) { - val morphId = when (item) { - Items.RING_OF_STONE_6583 -> stone.random() - else -> easterEggs.random() - } - playAudio(player, Sounds.EASTER06_HUMAN_INTO_EGG_1520) - stopWalk(player) - closeAllInterfaces(player) - player.appearance.transformNPC(morphId) - openInterface(player, morphIface) - } - - // unmorphs the player - private fun unmorph(player: Player) { - player.appearance.transformNPC(-1) - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/handlers/item/MorphItemPlugin.java b/Server/src/main/content/global/handlers/item/MorphItemPlugin.java new file mode 100644 index 000000000..672de389f --- /dev/null +++ b/Server/src/main/content/global/handlers/item/MorphItemPlugin.java @@ -0,0 +1,113 @@ +package content.global.handlers.item; + +import core.cache.def.impl.ItemDefinition; +import core.game.component.CloseEvent; +import core.game.component.Component; +import core.game.component.ComponentDefinition; +import core.game.component.ComponentPlugin; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.game.world.GameWorld; +import core.plugin.Initializable; +import core.plugin.Plugin; +import core.plugin.ClassScanner; +import core.tools.RandomFunction; +import org.rs09.consts.Sounds; + +import static core.api.ContentAPIKt.playAudio; + +/** + * Handles a morph item. + * @author Vexia + */ +@Initializable +public class MorphItemPlugin implements Plugin { + + /** + * The easter egg ids. + */ + protected static final int[] EASTER_EGG_IDS = new int[] { 3689, 3690, 3691, 3692, 3693, 3694 }; + + /** + * The morph component. + */ + private static final Component COMPONENT = new Component(375).setCloseEvent(new CloseEvent() { + + @Override + public boolean close(Player player, Component c) { + unmorph(player); + return true; + } + + }); + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ItemDefinition.forId(7927).getHandlers().put("equipment", this); + ItemDefinition.forId(6583).getHandlers().put("equipment", this); + ClassScanner.definePlugin(new MorphInterfacePlugin()); + return this; + } + + @Override + public Object fireEvent(String identifier, Object... args) { + final Player player = (Player) args[0]; + final Item item = (Item) args[1]; + switch (identifier) { + case "equip": + morph(player, item); + return false; + } + return true; + } + + /** + * Morphs the player. + * @param player the player. + * @param item the item. + */ + private void morph(Player player, Item item) { + int morphId = item.getId() == 6583 ? 2626 : EASTER_EGG_IDS[RandomFunction.random(EASTER_EGG_IDS.length)]; + playAudio(player, 1520); + player.getInterfaceManager().close(); + player.getAppearance().transformNPC(morphId); + player.getInterfaceManager().removeTabs(0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14); + player.getLocks().lockMovement(GameWorld.getTicks() + 900000000); + player.getLocks().lockInteractions(GameWorld.getTicks() + 90000000); + player.getLocks().lockTeleport(GameWorld.getTicks() + 900000000); + player.getInterfaceManager().openSingleTab(COMPONENT); + player.getAppearance().sync(); + player.getWalkingQueue().reset(); + } + + /** + * Unmorphs the player. + * @param player the player. + */ + private static void unmorph(Player player) { + player.getAppearance().transformNPC(-1); + player.unlock(); + player.getInterfaceManager().restoreTabs(); + } + + /** + * Handles the morph interface plugin. + * @author Vexia + */ + public class MorphInterfacePlugin extends ComponentPlugin { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ComponentDefinition.forId(375).setPlugin(this); + return this; + } + + @Override + public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) { + player.getInterfaceManager().closeSingleTab(); + return true; + } + + } + +} diff --git a/Server/src/main/content/global/handlers/item/equipment/HastaEquipListener.kt b/Server/src/main/content/global/handlers/item/equipment/HastaEquipListener.kt deleted file mode 100644 index c266aa851..000000000 --- a/Server/src/main/content/global/handlers/item/equipment/HastaEquipListener.kt +++ /dev/null @@ -1,28 +0,0 @@ -package content.global.handlers.item.equipment - -import content.region.kandarin.quest.barbariantraining.BarbarianTraining -import core.api.* -import core.cache.def.impl.ItemDefinition -import core.game.interaction.InteractionListener - -/** - * Prevents players from equipping hastas without the required barbarian training. - * @author Bishop - */ - -class HastaEquipListener : InteractionListener { - override fun defineListeners() { - val hastaIds = ItemDefinition.getDefinitions().values - .filter { it.name.lowercase().contains("hasta") } - .map { it.id } - .toIntArray() - - onEquip(hastaIds) { player, _ -> - if (getAttribute(player, BarbarianTraining.attributeHasta, 0) < 2) { - sendDialogue(player, "You must begin the relevant section of Otto Godblessed's barbarian training.") - return@onEquip false - } - return@onEquip true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/handlers/item/equipment/special/ChainhitSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/ChainhitSpecialHandler.java index 08b180396..b3e276dcd 100644 --- a/Server/src/main/content/global/handlers/item/equipment/special/ChainhitSpecialHandler.java +++ b/Server/src/main/content/global/handlers/item/equipment/special/ChainhitSpecialHandler.java @@ -79,7 +79,7 @@ public final class ChainhitSpecialHandler extends RangeSwingHandler implements P if (!((Player) entity).getSettings().drainSpecial(SPECIAL_ENERGY)) { return -1; } - state.setStyle(CombatStyle.RANGE); + state.setStyle(CombatStyle.RANGE); if (victim instanceof NPC) { NPC npc = victim.asNpc(); if (npc.getId() == 2440) { @@ -186,9 +186,9 @@ public final class ChainhitSpecialHandler extends RangeSwingHandler implements P if (list == null) { int distance = 5; if (victim instanceof NPC) { - e.setAttribute("chain-hit_v", list = RegionManager.getLocalNPCs(e.getLocation(), distance)); + e.setAttribute("chain-hit_v", list = RegionManager.getLocalNpcs(e, distance)); } else { - e.setAttribute("chain-hit_v", list = RegionManager.getLocalPlayers(e.getLocation(), distance)); + e.setAttribute("chain-hit_v", list = RegionManager.getLocalPlayers(e, distance)); } list.remove(e); list.remove(victim); diff --git a/Server/src/main/content/global/handlers/item/equipment/special/ChinchompaSwingHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/ChinchompaSwingHandler.java index fff663592..a0801835e 100644 --- a/Server/src/main/content/global/handlers/item/equipment/special/ChinchompaSwingHandler.java +++ b/Server/src/main/content/global/handlers/item/equipment/special/ChinchompaSwingHandler.java @@ -6,15 +6,16 @@ import core.game.node.entity.combat.equipment.Ammunition; import core.game.node.entity.combat.equipment.RangeWeapon; import core.game.node.entity.combat.equipment.Weapon; import core.game.node.entity.combat.equipment.WeaponInterface; +import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.game.node.entity.skill.Skills; +import core.game.world.map.RegionManager; import core.game.world.update.flag.context.Graphics; import core.tools.RandomFunction; +import java.util.ArrayList; import java.util.List; -import static core.game.node.entity.combat.MultihitTargetsKt.findMultihitTargetsForChinchompa; - /** * Handles a combat swing using red chinchompas. * @author Emperor @@ -55,18 +56,22 @@ public final class ChinchompaSwingHandler extends RangeSwingHandler { return -1; } - boolean accurate = isAccurateImpact(entity, victim, CombatStyle.RANGE); - List targetCandidates = findMultihitTargetsForChinchompa(victim, entity); + // ! Initial capacity of 14, but has dynamic size? i.e. we are not restricting to a max of 14 targets hit here now + List targetCandidates = new ArrayList<>(14); + targetCandidates.addAll(RegionManager.getSurroundingNPCs(victim, 14, entity)); + targetCandidates.addAll(RegionManager.getSurroundingPlayers(victim, 14, entity)); BattleState[] targets = new BattleState[targetCandidates.size()]; int count = 0; for (Entity e : targetCandidates) { - BattleState s = targets[count++] = new BattleState(entity, e); - s.setStyle(CombatStyle.RANGE); - int hit = 0; - if (accurate) { - hit = RandomFunction.random(calculateHit(entity, e, 1.0) + 1); + if (canSwing(entity, e) != InteractionType.NO_INTERACT && e.isAttackable(entity, CombatStyle.RANGE, false)) { + BattleState s = targets[count++] = new BattleState(entity, e); + s.setStyle(CombatStyle.RANGE); + int hit = 0; + if (isAccurateImpact(entity, e, CombatStyle.RANGE)) { + hit = RandomFunction.random(calculateHit(entity, e, 1.0) + 1); + } + s.setEstimatedHit(hit); } - s.setEstimatedHit(hit); } state.setTargets(targets); Companion.useAmmo(entity, state, null); diff --git a/Server/src/main/content/global/handlers/item/equipment/special/PowerstabSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/PowerstabSpecialHandler.java index fc00cf234..ba3ff8ed0 100644 --- a/Server/src/main/content/global/handlers/item/equipment/special/PowerstabSpecialHandler.java +++ b/Server/src/main/content/global/handlers/item/equipment/special/PowerstabSpecialHandler.java @@ -5,9 +5,12 @@ import java.util.List; import core.game.node.entity.Entity; import core.game.node.entity.combat.BattleState; import core.game.node.entity.combat.CombatStyle; +import core.game.node.entity.combat.InteractionType; import core.game.node.entity.combat.MeleeSwingHandler; import core.game.node.entity.impl.Animator.Priority; +import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; +import core.game.world.map.RegionManager; import core.game.world.update.flag.context.Animation; import core.game.world.update.flag.context.Graphics; import core.plugin.Plugin; @@ -16,7 +19,6 @@ import core.tools.RandomFunction; import org.rs09.consts.Sounds; import static core.api.ContentAPIKt.playGlobalAudio; -import static core.game.node.entity.combat.MultihitTargetsKt.findMultihitTargetsForD2h; /** * Handles the Powerstab special attack. @@ -73,17 +75,21 @@ public final class PowerstabSpecialHandler extends MeleeSwingHandler implements if (!multi) { return super.swing(entity, victim, state); } - List list = findMultihitTargetsForD2h(victim, entity, CombatStyle.MELEE); + @SuppressWarnings("rawtypes") + List list = victim instanceof NPC ? RegionManager.getSurroundingNPCs(entity, 9, entity) : RegionManager.getSurroundingPlayers(entity, 9, entity); BattleState[] targets = new BattleState[list.size()]; int count = 0; - for (Entity e : list) { - BattleState s = targets[count++] = new BattleState(entity, e); - int hit = 0; - if (isAccurateImpact(entity, e)) { - hit = RandomFunction.random(calculateHit(entity, e, 1.0) + 1); + for (Object o : list) { + Entity e = (Entity) o; + if (CombatStyle.RANGE.getSwingHandler().canSwing(entity, e) != InteractionType.NO_INTERACT && e.isAttackable(entity, CombatStyle.RANGE, false)) { + BattleState s = targets[count++] = new BattleState(entity, e); + int hit = 0; + if (isAccurateImpact(entity, e)) { + hit = RandomFunction.random(calculateHit(entity, e, 1.0) + 1); + } + s.setStyle(CombatStyle.MELEE); + s.setEstimatedHit(hit); } - s.setStyle(CombatStyle.MELEE); - s.setEstimatedHit(hit); } state.setTargets(targets); return 1; diff --git a/Server/src/main/content/global/handlers/item/equipment/special/QuickSmashSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/QuickSmashSpecialHandler.java index 4a3a6b79d..e1d043c9d 100644 --- a/Server/src/main/content/global/handlers/item/equipment/special/QuickSmashSpecialHandler.java +++ b/Server/src/main/content/global/handlers/item/equipment/special/QuickSmashSpecialHandler.java @@ -52,25 +52,20 @@ public final class QuickSmashSpecialHandler extends MeleeSwingHandler implements @Override public Plugin newInstance(Object arg) throws Throwable { CombatStyle.MELEE.getSwingHandler().register(4153, this); + CombatStyle.MELEE.getSwingHandler().register(14792, this); return this; } @Override public int swing(Entity entity, Entity victim, BattleState state) { Player p = (Player) entity; - boolean canMelee = MeleeSwingHandler.Companion.canMelee(p, victim, 1); if (victim == null) { victim = p.getProperties().getCombatPulse().getLastVictim(); - if (victim == null || GameWorld.getTicks() - p.getAttribute("combat-stop", -1) > 2 || !canMelee) { + if (victim == null || GameWorld.getTicks() - p.getAttribute("combat-stop", -1) > 2 || !MeleeSwingHandler.Companion.canMelee(p, victim, 1)) { p.getPacketDispatch().sendMessage("Warning: Since the maul's special is an instant attack, it will be wasted when used "); p.getPacketDispatch().sendMessage("on a first strike."); return -1; } - } else { - canMelee = canMelee && p.continueAttack(victim, CombatStyle.MELEE, true); //this is what checks wildy rules, e.g. "The level difference between you and your opponent is too great." - } - if (!canMelee) { - return -1; } if (DeathTask.isDead(victim)) { return -1; diff --git a/Server/src/main/content/global/handlers/item/equipment/special/SpearWallSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/SpearWallSpecialHandler.java index 727c51767..2595b0479 100644 --- a/Server/src/main/content/global/handlers/item/equipment/special/SpearWallSpecialHandler.java +++ b/Server/src/main/content/global/handlers/item/equipment/special/SpearWallSpecialHandler.java @@ -5,9 +5,12 @@ import java.util.List; import core.game.node.entity.Entity; import core.game.node.entity.combat.BattleState; import core.game.node.entity.combat.CombatStyle; +import core.game.node.entity.combat.InteractionType; import core.game.node.entity.combat.MeleeSwingHandler; import core.game.node.entity.impl.Animator.Priority; +import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; +import core.game.world.map.RegionManager; import core.game.world.update.flag.context.Animation; import core.game.world.update.flag.context.Graphics; import core.plugin.Plugin; @@ -16,7 +19,6 @@ import core.tools.RandomFunction; import org.rs09.consts.Sounds; import static core.api.ContentAPIKt.playGlobalAudio; -import static core.game.node.entity.combat.MultihitTargetsKt.findMultihitTargets; /** * Handles Vesta's Spear special attack - Spear Wall. @@ -74,14 +76,19 @@ public final class SpearWallSpecialHandler extends MeleeSwingHandler implements if (!multi) { return super.swing(entity, victim, state); } - List list = findMultihitTargets(victim, entity, CombatStyle.MELEE); + @SuppressWarnings("rawtypes") + List list = victim instanceof NPC ? RegionManager.getSurroundingNPCs(entity, 9, entity) : RegionManager.getSurroundingPlayers(entity, 9, entity); BattleState[] targets = new BattleState[list.size()]; int count = 0; - for (Entity e : list) { - BattleState s = targets[count++] = new BattleState(entity, e); - int hit = RandomFunction.random(calculateHit(entity, e, 1.0) + 1); - s.setStyle(CombatStyle.MELEE); - s.setEstimatedHit(hit); + for (Object o : list) { + Entity e = (Entity) o; + if (CombatStyle.RANGE.getSwingHandler().canSwing(entity, e) != InteractionType.NO_INTERACT && e.isAttackable(entity, CombatStyle.RANGE, false)) { + BattleState s = targets[count++] = new BattleState(entity, e); + int hit = 0; + hit = RandomFunction.random(calculateHit(entity, e, 1.0) + 1); + s.setStyle(CombatStyle.MELEE); + s.setEstimatedHit(hit); + } } state.setTargets(targets); return 1; diff --git a/Server/src/main/content/global/handlers/item/equipment/special/SweepSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/SweepSpecialHandler.java index 40e7a79bc..6c4b9cedc 100644 --- a/Server/src/main/content/global/handlers/item/equipment/special/SweepSpecialHandler.java +++ b/Server/src/main/content/global/handlers/item/equipment/special/SweepSpecialHandler.java @@ -4,12 +4,17 @@ import java.util.ArrayList; import java.util.List; import core.plugin.Initializable; +import content.global.skill.summoning.familiar.Familiar; import core.game.node.entity.Entity; import core.game.node.entity.combat.BattleState; import core.game.node.entity.combat.CombatStyle; import core.game.node.entity.combat.MeleeSwingHandler; import core.game.node.entity.impl.Animator.Priority; +import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; +import core.game.world.map.Direction; +import core.game.world.map.Location; +import core.game.world.map.RegionManager; import core.game.world.update.flag.context.Animation; import core.game.world.update.flag.context.Graphics; import core.plugin.Plugin; @@ -17,7 +22,6 @@ import core.tools.RandomFunction; import org.rs09.consts.Sounds; import static core.api.ContentAPIKt.playGlobalAudio; -import static core.game.node.entity.combat.MultihitTargetsKt.findMultihitTargetsForDragonHalberd; /** * Handles the Dragon halberd special attack. @@ -88,11 +92,25 @@ public final class SweepSpecialHandler extends MeleeSwingHandler implements Plug if (!entity.getProperties().isMultiZone() || !victim.getProperties().isMultiZone()) { return new BattleState[]{state}; } + Location vl = victim.getLocation(); + int x = vl.getX(); + int y = vl.getY(); + Direction dir = Direction.getDirection(x - entity.getLocation().getX(), y - entity.getLocation().getY()); List l = new ArrayList<>(20); l.add(new BattleState(entity, victim)); - List list = findMultihitTargetsForDragonHalberd(victim, entity); - for (Entity n : list) { - l.add(new BattleState(entity, n)); + for (Entity n : victim instanceof NPC ? RegionManager.getSurroundingNPCs(victim, 9, entity, victim) : RegionManager.getSurroundingPlayers(victim, 9, entity, victim)) { + if (n instanceof Familiar) { + continue; + } + if (!n.isAttackable(entity, CombatStyle.MELEE, false)) { + continue; + } + if (n.getLocation().equals(vl.transform(dir.getStepY(), dir.getStepX(), 0)) || n.getLocation().equals(vl.transform(-dir.getStepY(), -dir.getStepX(), 0))) { + l.add(new BattleState(entity, n)); + if (l.size() >= 3) { + break; + } + } } return l.toArray(new BattleState[l.size()]); } diff --git a/Server/src/main/content/global/handlers/item/withitem/CapeDyer.kt b/Server/src/main/content/global/handlers/item/withitem/CapeDyer.kt index e6964503c..941b993a7 100644 --- a/Server/src/main/content/global/handlers/item/withitem/CapeDyer.kt +++ b/Server/src/main/content/global/handlers/item/withitem/CapeDyer.kt @@ -3,7 +3,6 @@ package content.global.handlers.item.withitem import content.data.Dyes import core.game.interaction.NodeUsageEvent import core.game.interaction.UseWithHandler -import core.game.node.entity.player.link.diary.DiaryType import core.game.node.item.Item import core.plugin.Initializable import core.plugin.Plugin @@ -47,10 +46,6 @@ class CapeDyer : UseWithHandler(*CAPES.copyOfRange(0,CAPES.size - 1).toIntArray( player.inventory.add(product.product) player.inventory.add(Item(Items.VIAL_229)) player.sendMessage("You dye the cape.") - - if (product == Cape.PINK) { - player.achievementDiaryManager.finishTask(player, DiaryType.FALADOR, 2, 5) - } } return true } diff --git a/Server/src/main/content/global/handlers/item/withitem/GraniteMaulPlugin.java b/Server/src/main/content/global/handlers/item/withitem/GraniteMaulPlugin.java new file mode 100644 index 000000000..6ba753d2f --- /dev/null +++ b/Server/src/main/content/global/handlers/item/withitem/GraniteMaulPlugin.java @@ -0,0 +1,100 @@ +package content.global.handlers.item.withitem; + +import core.cache.def.impl.ItemDefinition; +import core.plugin.Initializable; +import core.game.dialogue.DialogueAction; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.OptionHandler; +import core.game.interaction.UseWithHandler; +import core.game.node.Node; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.plugin.Plugin; +import core.plugin.ClassScanner; + +/** + * The plugin used to make the granite maul into the ornamental version. + * @author Splinter + * @version 1.0 + */ +@Initializable +public final class GraniteMaulPlugin extends UseWithHandler { + + + /** + * Constructs a new {@code GraniteMaulPlugin} {@code Object}. + */ + public GraniteMaulPlugin() { + super(4153); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ClassScanner.definePlugin(new GraniteMaulRevertHandler()); + addHandler(14793, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(final NodeUsageEvent event) { + final Player player = event.getPlayer(); + player.getDialogueInterpreter().sendOptions("Attach the clamp?", "Yes", "No"); + player.getDialogueInterpreter().addAction(new DialogueAction() { + + @Override + public void handle(Player player, int buttonId) { + switch (buttonId) { + case 2: + if (player.getInventory().remove(event.getBaseItem()) && player.getInventory().remove(event.getUsedItem())) { + player.getInventory().add(new Item(14792, 1)); + player.sendMessage("You attach the clamp to the granite maul, making it slightly more fashionable."); + } + break; + } + } + + }); + return true; + } + + /** + * Handles the removal of the ornamental kit. + * @author Splinter + */ + public final class GraniteMaulRevertHandler extends OptionHandler { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ItemDefinition.forId(14792).getHandlers().put("option:revert", this); + return null; + } + + @Override + public boolean handle(Player player, Node node, String option) { + final Item item = (Item) node; + player.getDialogueInterpreter().sendOptions("Remove the clamp?", "Yes", "No"); + player.getDialogueInterpreter().addAction(new DialogueAction() { + + @Override + public void handle(Player player, int buttonId) { + switch (buttonId) { + case 2: + if(player.getInventory().remove(item)){ + player.getInventory().add(new Item(4153, 1)); + player.sendMessage("You remove the clamp from your maul, and in the process, it is destroyed."); + } + break; + } + } + + }); + return true; + } + + @Override + public boolean isWalk() { + return false; + } + } + +} diff --git a/Server/src/main/content/global/handlers/item/withitem/ImpJarCreatePlugin.java b/Server/src/main/content/global/handlers/item/withitem/ImpJarCreatePlugin.java index 9abb8b108..e6d61a6be 100644 --- a/Server/src/main/content/global/handlers/item/withitem/ImpJarCreatePlugin.java +++ b/Server/src/main/content/global/handlers/item/withitem/ImpJarCreatePlugin.java @@ -20,7 +20,7 @@ public final class ImpJarCreatePlugin extends UseWithHandler { /** * The flower ids. */ - private static final int[] FLOWERS = new int[] { 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 6010, 6012 }; + private static final int[] FLOWERS = new int[] { 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477 }; /** * Constructs a new {@code ImpJarCreatePlugin} {@code Object}. diff --git a/Server/src/main/content/global/handlers/item/withitem/PoisonedWeaponListeners.kt b/Server/src/main/content/global/handlers/item/withitem/PoisonedWeaponListeners.kt index c12351a05..c3b6816c4 100644 --- a/Server/src/main/content/global/handlers/item/withitem/PoisonedWeaponListeners.kt +++ b/Server/src/main/content/global/handlers/item/withitem/PoisonedWeaponListeners.kt @@ -97,14 +97,7 @@ class PoisonedWeaponListeners : InteractionListener { ADAMANT_SPEAR(1245, 1259, 5712, 5726), RUNE_SPEAR(1247, 1261, 5714, 5728), DRAGON_SPEAR(1249, 1263, 5716, 5730), - BLACK_SPEAR(4580, 4582, 5734, 5736), - - BRONZE_HASTA(Items.BRONZE_HASTA_11367, Items.BRONZE_HASTAP_11379, Items.BRONZE_HASTAP_PLUS_11382, Items.BRONZE_HASTAP_PLUS_PLUS_11384), - IRON_HASTA(Items.IRON_HASTA_11369, Items.IRON_HASTAP_11386, Items.IRON_HASTAP_PLUS_11389, Items.IRON_HASTAP_PLUS_PLUS_11391), - STEEL_HASTA(Items.STEEL_HASTA_11371, Items.STEEL_HASTAP_11393, Items.STEEL_HASTAP_PLUS_11396, Items.STEEL_HASTAP_PLUS_PLUS_11398), - MITHRIL_HASTA(Items.MITHRIL_HASTA_11373, Items.MITHRIL_HASTAP_11400, Items.MITHRIL_HASTAP_PLUS_11403, Items.MITHRIL_HASTAP_PLUS_PLUS_11405), - ADAMANT_HASTA(Items.ADAMANT_HASTA_11375, Items.ADAMANT_HASTAP_11407, Items.ADAMANT_HASTAP_PLUS_11410, Items.ADAMANT_HASTAP_PLUS_PLUS_11412), - RUNE_HASTA(Items.RUNE_HASTA_11377, Items.RUNE_HASTAP_11414, Items.RUNE_HASTAP_PLUS_11417, Items.RUNE_HASTAP_PLUS_PLUS_11419); + BLACK_SPEAR(4580, 4582, 5734, 5736); companion object { val itemMap = values().map { it.base to intArrayOf(it.p,it.pp,it.ppp) }.toMap() diff --git a/Server/src/main/content/global/handlers/item/withitem/SoftclayPlugin.java b/Server/src/main/content/global/handlers/item/withitem/SoftclayPlugin.java index 73cd237fb..37ff46584 100644 --- a/Server/src/main/content/global/handlers/item/withitem/SoftclayPlugin.java +++ b/Server/src/main/content/global/handlers/item/withitem/SoftclayPlugin.java @@ -136,7 +136,7 @@ public final class SoftclayPlugin extends UseWithHandler { player.getPacketDispatch().sendMessage("You mix the clay and water. You now have some soft, workable clay."); player.getInventory().add(SOFT_CLAY); player.getInventory().add(returnItem); - if (!player.getAchievementDiaryManager().hasCompletedTask(DiaryType.LUMBRIDGE, 0, 6) && player.getLocation().getRegionId() == 12341) { + if (!player.getAchievementDiaryManager().hasCompletedTask(DiaryType.LUMBRIDGE, 0, 6) && player.getViewport().getRegion().getId() == 12341) { player.getAchievementDiaryManager().finishTask(player, DiaryType.LUMBRIDGE, 0, 6); } return true; diff --git a/Server/src/main/content/global/handlers/item/withobject/CoalTruckListener.kt b/Server/src/main/content/global/handlers/item/withobject/CoalTruckListener.kt index b47fb09e6..c2fef6e3c 100644 --- a/Server/src/main/content/global/handlers/item/withobject/CoalTruckListener.kt +++ b/Server/src/main/content/global/handlers/item/withobject/CoalTruckListener.kt @@ -1,6 +1,5 @@ package content.global.handlers.item.withobject -import content.region.kandarin.seers.diary.SeersVillageAchievementDiary import core.api.* import core.game.node.item.Item import org.rs09.consts.Items @@ -27,8 +26,6 @@ class CoalTruckListener : InteractionListener { return@on true } - val coalTruckFull = coalInTruck == 120 - var toRemove = freeSlots(player) if (toRemove > coalInTruck) { @@ -38,10 +35,6 @@ class CoalTruckListener : InteractionListener { if (addItem(player, Items.COAL_453, toRemove)) { coalInTruck -= toRemove setAttribute(player, "/save:$ATTRIBUTE_COAL_TRUCK_INVENTORY", coalInTruck) - - if (toRemove > 0) { - SeersVillageAchievementDiary().onCoalRemovedFromSeersTruck(player, node, coalTruckFull) - } } return@on true diff --git a/Server/src/main/content/global/handlers/item/withobject/WaterSourceListener.kt b/Server/src/main/content/global/handlers/item/withobject/WaterSourceListener.kt index dfa302014..75652b75d 100644 --- a/Server/src/main/content/global/handlers/item/withobject/WaterSourceListener.kt +++ b/Server/src/main/content/global/handlers/item/withobject/WaterSourceListener.kt @@ -15,19 +15,30 @@ import org.rs09.consts.Sounds * @author Ceikry */ class WaterSourceListener : InteractionListener { - private val waterSources = intArrayOf(21355, 16302, 6827, 11661, 24160, 34577, 15936, 15937, 15938, 23920, 35469, 24265, 153, 879, 880, 2864, 6232, 10436, 10437, 10827, 11007, 11759, 21764, 22973, 24161, 24214, 24265, 28662, 30223, 30820, 34579, 36781, 873, 874, 4063, 6151, 8699, 9143, 9684, 10175, 12279, 12974, 13563, 13564, 14868, 14917, 14918, 15678, 16704, 16705, 20358, 22715, 24112, 24314, 25729, 25929, 26966, 29105, 33458, 34082, 34411, 34496, 34547, 34566, 35762, 36971, 37154, 37155, 878, 884, 3264, 3305, 3359, 4004, 4005, 6097, 6249, 6549, 8747, 8927, 11793, 12201, 12897, 24166, 26945, 31359, 32023, 32024, 34576, 35671, 40063, 13561, 13563, 13559, 12089) + // NOTE '9695' should be removed from the array below once the sink object can be used directly, this is a temporary + // solution. + // this is ugly! + private val waterSources = intArrayOf(21355, 16302, 6827, 11661, 24160, 34577, 15936, 15937, 15938, 23920, 35469, 24265, 153, 879, 880, 2864, 6232, 10436, 10437, 10827, 11007, 11759, 21764, 22973, 24161, 24214, 24265, 28662, 30223, 30820, 34579, 36781, 873, 874, 4063, 6151, 8699, 9143, 9684, 9695, 10175, 12279, 12974, 13563, 13564, 14868, 14917, 14918, 15678, 16704, 16705, 20358, 22715, 24112, 24314, 25729, 25929, 26966, 29105, 33458, 34082, 34411, 34496, 34547, 34566, 35762, 36971, 37154, 37155, 878, 884, 3264, 3305, 3359, 4004, 4005, 6097, 6249, 6549, 8747, 8927, 11793, 12201, 12897, 24166, 26945, 31359, 32023, 32024, 34576, 35671, 40063, 13561, 13563, 13559, 12089) private val nonWellableMsg = "If I drop my @ down there, I don't think I'm likely to get it back." private val animation = Animation(832) - override fun defineListeners() { + override fun defineListeners() + { onUseWith(IntType.SCENERY, WaterVessel.getInputs(), *waterSources){ player, used, with -> val vessel = WaterVessel.forId(used.id) ?: return@onUseWith false + if(with.name.contains("well", ignoreCase = true) && !vessel.wellable) { sendMessage(player, formatMsgText(used.name, nonWellableMsg)) return@onUseWith true } + + if(with.id == 9695 && player.location.regionId != 11571) + { + return@onUseWith false + } + //ugly achievement code, achievement system sux if(vessel == WaterVessel.BUCKET && with.id == 11661) { @@ -56,6 +67,15 @@ class WaterSourceListener : InteractionListener { return@onUseWith true } + + // This is needed to make the crafting guild sink work, but technically it's wrong as it is the noticeboard and + // not the sink being used. This is a temporary solution until the sink object can be used directly. + setDest(IntType.SCENERY, intArrayOf(9695), "use") { player, node -> + if (player.location.regionId == 11571){ + return@setDest Location.create(2934, 3280, 0) + } + return@setDest node.location + } } private fun formatMsgText(name: String, template: String): String diff --git a/Server/src/main/content/global/handlers/npc/BankerNPC.kt b/Server/src/main/content/global/handlers/npc/BankerNPC.kt index 6a3d2abcd..7dff2f0d7 100644 --- a/Server/src/main/content/global/handlers/npc/BankerNPC.kt +++ b/Server/src/main/content/global/handlers/npc/BankerNPC.kt @@ -14,11 +14,9 @@ import core.game.node.entity.npc.AbstractNPC import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player import core.game.node.entity.player.link.IronmanMode -import core.game.node.item.Item import core.game.world.map.Direction import core.game.world.map.Location import core.plugin.Initializable -import org.rs09.consts.Items import org.rs09.consts.NPCs /** @@ -41,7 +39,7 @@ class BankerNPC : AbstractNPC, InteractionListener { NPCs.GHOST_BANKER_1702, NPCs.GNOME_BANKER_166, NPCs.NARDAH_BANKER_3046, NPCs.MAGNUS_GRAM_5488, NPCs.TZHAAR_KET_ZUH_2619, NPCs.SIRSAL_BANKER_4519, NPCs.FADLI_958, NPCs.BANK_TUTOR_4907, NPCs.JADE_4296, NPCs.OGRESS_BANKER_7049, NPCs.OGRESS_BANKER_7050, - NPCs.BANKER_6538, NPCs.ODOVACAR_5383 + NPCs.BANKER_6538 ) companion object { @@ -63,25 +61,6 @@ class BankerNPC : AbstractNPC, InteractionListener { return false } - private const val ODOVACAR_FEE = 100 - - /** - * Handles special access requirements for bankers that charge a fee. - * @return true if banking may proceed, false if it should be blocked. - */ - fun canAccessBank(player: Player, npc: NPC): Boolean { - if (npc.id != NPCs.ODOVACAR_5383) { - return true - } - - if (removeItem(player, Item(Items.COINS_995, ODOVACAR_FEE))) { - sendMessage(player, "You pay 100 coins to use the travelling bank.") - return true - } - - return false - } - fun attemptBank(player: Player, node: Node): Boolean { val npc = node as NPC @@ -90,11 +69,6 @@ class BankerNPC : AbstractNPC, InteractionListener { return true } - if (!canAccessBank(player, node)) { - sendMessage(player, "You need 100 coins to use the travelling bank.") - return true - } - npc.faceLocation(null) openBankAccount(player) @@ -184,7 +158,7 @@ class BankerNPC : AbstractNPC, InteractionListener { } class BankerDialogueLabellerFile : DialogueLabeller() { - val BANKERS_WITH_EXTRA_OPTION = intArrayOf(NPCs.BANK_TUTOR_4907, NPCs.JADE_4296, NPCs.BANKER_6538, NPCs.ODOVACAR_5383) + val BANKERS_WITH_EXTRA_OPTION = intArrayOf(NPCs.BANK_TUTOR_4907, NPCs.JADE_4296, NPCs.BANKER_6538) override fun addConversation() { exec { player, npc -> @@ -224,7 +198,6 @@ class BankerNPC : AbstractNPC, InteractionListener { options( DialogueOption("how to use", "How do I use the bank?") { _, npc -> return@DialogueOption npc.id == NPCs.BANK_TUTOR_4907 }, DialogueOption("who is the bounty hunter banker", "Who are you?") { _, npc -> return@DialogueOption npc.id == NPCs.BANKER_6538 }, - DialogueOption("who is odovacar", "Who are you?") { _, npc -> return@DialogueOption npc.id == NPCs.ODOVACAR_5383 }, DialogueOption("access", "I'd like to access my bank account please.", expression = ChatAnim.ASKING), DialogueOption("buy second bank", "I'd like to open a secondary bank account.") { player, _ -> return@DialogueOption ServerConstants.SECOND_BANK && !hasActivatedSecondaryBankAccount(player) }, DialogueOption("switch second bank", "I'd like to switch to my primary bank account.") { player, _ -> return@DialogueOption hasActivatedSecondaryBankAccount(player) && isUsingSecondaryBankAccount(player) }, @@ -269,43 +242,9 @@ class BankerNPC : AbstractNPC, InteractionListener { npc(ChatAnim.NEUTRAL, "How inconsiderate of me, dear @g[sir,madam]. My name is Maximillian Sackville and I conduct operations here on behalf of The Bank of Gielinor.") goto("main options") - label("who is odovacar") - npc("How frightfully rude of me, my dear @g[chap,lady]. My name is Odovacar and I work for that excellent enterprise, the Bank of Gielinor.") - player("If you work for the bank, what are you doing here?") - npc("As part of our ongoing service to provide you, the customer, with an absolutely world-class banking experience, we are investigating the option of opening a chain of travelling banks.") - npc("These will provide you, our esteemed customer, with the convenience of having banking facilities where they will be of optimum use to you. Such as here!") - player("Huh?") - npc("I am the first of a new generation of travelling bankers that will wander the perilous areas of the world to provide you, the valued customer, with a bank when you need it most!") - player("So I can access my bank account simply by talking to you?") - npc("Absolutely correct, dear @g[sir,lady].") - npc("I must warn you, however, that due to the significantly increased overheads of an enterprise such as this, there is a small bank charge of 100gp every time you want to access your account.") - options( - DialogueOption("access", "Sounds fair; here's the money. Can I access my account now?"), - DialogueOption("payafterbank", "Let me open my account and then I'll pay you."), - DialogueOption("nopay2bank", "That's preposterous! I'm not paying to withdraw my own money!") - ) - - label("payafterbank") - npc("It's not that I don't trust you, old @g[chap,girl], but as the old adage goes, 'money comes before friends'.") - goto("nowhere") - - label("nopay2bank") - npc("I'm sorry to hear that, @g[sir,madam]. If you should reconsider, because I believe this service offers excellent value for money, do not hesitate to contact me.") - goto("nowhere") - - label("nomoney") - npc("I'm afraid you don't have the necessary funds with you at this time so I can't allow you to access your account. Please come again, when you have 100 gold to cover the fee.") - goto("nowhere") - label("access") - exec { player, npc -> - if (!canAccessBank(player, npc)) { - goto("nomoney") - } else { - openBankAccount(player) - goto("nowhere") - } - } + exec { player, _ -> openBankAccount(player) } + goto("nowhere") label("buy second bank") npc("Certainly. We offer secondary accounts to all our customers.") diff --git a/Server/src/main/content/global/handlers/npc/DecantListener.kt b/Server/src/main/content/global/handlers/npc/DecantListener.kt index cf86c1777..368835e32 100644 --- a/Server/src/main/content/global/handlers/npc/DecantListener.kt +++ b/Server/src/main/content/global/handlers/npc/DecantListener.kt @@ -2,7 +2,6 @@ package content.global.handlers.npc import content.data.consumables.Consumables import content.global.skill.cooking.fermenting.CalquatDecant -import content.region.kandarin.quest.barbariantraining.BarbarianTraining import core.api.* import core.game.consumable.Potion import core.game.dialogue.DialogueFile @@ -119,7 +118,7 @@ class DecantListener : InteractionListener { // Barbarian decanting: use a 4-dose potion and an empty vial together to make two 2-dose potions onUseWith(IntType.ITEM, potions, Items.VIAL_229) { player, used, with -> // Check if player has started barbarian herblore training - if (getAttribute(player, BarbarianTraining.attributeHerblore, 0) == 0) { + if (getAttribute(player, "/save:barbtraining:herblore", 0) == 0) { return@onUseWith false } diff --git a/Server/src/main/content/global/handlers/npc/SheepBehavior.kt b/Server/src/main/content/global/handlers/npc/SheepBehavior.kt index c6ed46374..fbd283e77 100644 --- a/Server/src/main/content/global/handlers/npc/SheepBehavior.kt +++ b/Server/src/main/content/global/handlers/npc/SheepBehavior.kt @@ -129,9 +129,9 @@ class SheepBehavior : NPCBehavior(*sheepIds), InteractionListener { val sheepDirection = Direction.getDirection(sheepLocation, playerLocation) // Get direction sheep is facing, from the player's location val sheepOppositeDirection = sheepDirection.getOpposite() // Switch to opposite direction - val xWalkLocation = sheepLocation.x + (sheepOppositeDirection.getStepX() * 3) // Gets x location, if set, 3 steps away from player - val yWalkLocation = sheepLocation.y + (sheepOppositeDirection.getStepY() * 3) // Gets y location, if set, 3 steps away from player - val sheepWalkToLocation = Location(xWalkLocation, yWalkLocation, sheepLocation.z); // New location for pathfinding + val xWalkLocation = sheepLocation.getX() + (sheepOppositeDirection.getStepX() * 3) // Gets x location, if set, 3 steps away from player + val yWalkLocation = sheepLocation.getY() + (sheepOppositeDirection.getStepY() * 3) // Gets y location, if set, 3 steps away from player + val sheepWalkToLocation = Location(xWalkLocation, yWalkLocation, sheepLocation.getZ()); // New location for pathfinding sendMessage(player, messagePlayer) diff --git a/Server/src/main/content/global/handlers/scenery/FieldPickingPlugin.java b/Server/src/main/content/global/handlers/scenery/FieldPickingPlugin.java index 5eb78241f..1d0fa5c07 100644 --- a/Server/src/main/content/global/handlers/scenery/FieldPickingPlugin.java +++ b/Server/src/main/content/global/handlers/scenery/FieldPickingPlugin.java @@ -20,12 +20,10 @@ import core.tools.RandomFunction; import org.rs09.consts.Sounds; import static core.api.ContentAPIKt.playAudio; -import static core.api.ContentAPIKt.sendMessage; /** * Handles the pick option of interactive scenery (non-farming cabbages, * potatoes, bananas, etc) - * * @author Emperor * @version 1.0 */ @@ -39,10 +37,10 @@ public final class FieldPickingPlugin extends OptionHandler { @Override public Plugin newInstance(Object arg) throws Throwable { - for (PickingPlant p : PickingPlant.values()) { - SceneryDefinition.forId(p.objectId).getHandlers().put("option:pick", this); + for(PickingPlant p : PickingPlant.values()){ + SceneryDefinition.forId(p.objectId).getHandlers().put("option:pick",this); } - SceneryDefinition.forId(3511).getHandlers().put("option:take-cutting", this); + SceneryDefinition.forId(3511).getHandlers().put("option:take-cutting",this); return this; } @@ -97,9 +95,9 @@ public final class FieldPickingPlugin extends OptionHandler { full = object.transform(2073); SceneryBuilder.replace(object, full); } - boolean isBloomPlant = plant == PickingPlant.FUNGI_ON_LOG - || plant == PickingPlant.BUDDING_BRANCH - || plant == PickingPlant.GOLDEN_PEAR_BUSH; + boolean isBloomPlant = plant == PickingPlant.FUNGI_ON_LOG + || plant == PickingPlant.BUDDING_BRANCH + || plant == PickingPlant.GOLDEN_PEAR_BUSH; if (isBloomPlant) { full = object.transform(object.getId() - 1); SceneryBuilder.replace(object, full); @@ -107,12 +105,10 @@ public final class FieldPickingPlugin extends OptionHandler { if (!isBloomPlant) { SceneryBuilder.replace(plant == PickingPlant.BANANA_TREE_4 ? full : object, object.transform(banana ? plant.respawn : 0), banana ? 300 : plant.respawn); } - if (plant.name().startsWith("NETTLES")) { - sendMessage(player, "You pick a handful of nettles."); - } else if (plant.name().startsWith("GLOWING")) { - sendMessage(player, "You pull the fungus from the water, it is very cold to the touch."); + if (!plant.name().startsWith("NETTLES")) { + player.getPacketDispatch().sendMessage("You pick a " + reward.getName().toLowerCase() + "."); } else { - sendMessage(player, "You pick a " + reward.getName().toLowerCase() + "."); + player.getPacketDispatch().sendMessage("You pick a handful of nettles."); } return true; } @@ -122,10 +118,9 @@ public final class FieldPickingPlugin extends OptionHandler { /** * Method used to handle the flax picking. - * * @param player the player. * @param object the object. - * @param plant the plank. + * @param plant the plank. */ private void handleFlaxPick(final Player player, final Scenery object, final PickingPlant plant) { int charge = object.getCharge(); @@ -143,7 +138,6 @@ public final class FieldPickingPlugin extends OptionHandler { /** * Represents a plant to be picked. - * * @author Emperor */ private static enum PickingPlant { @@ -192,6 +186,7 @@ public final class FieldPickingPlugin extends OptionHandler { GOLDEN_PEAR_BUSH(3513, 2974, -1), GLOWING_FUNGUS_0(4932, 4075, 30), GLOWING_FUNGUS_1(4933, 4075, 30), + RARE_FLOWERS(5006, 2460, 30), BLACK_MUSHROOMS(6311, 4620, 30), KELP(12478, 7516, 30), RED_BANANA_TREE(12609, 7572, 30), @@ -208,7 +203,7 @@ public final class FieldPickingPlugin extends OptionHandler { TANSYMUM(29115, 12576, 30), PRIMWEED(29116, 12588, 30), STINKBLOOM(29117, 12590, 30), - TROLLWEISS_FLOWERS(5006, 4086, 30), + TROLLWEISS_FLOWERS(37328, 4086, 30), HOLLOW_LOG(37830, 10968, 30); /** @@ -228,10 +223,9 @@ public final class FieldPickingPlugin extends OptionHandler { /** * Constructs a new {@code FieldPickingPlugin {@code Object}. - * * @param objectId the object id. - * @param reward the reward. - * @param respawn the resapwn. + * @param reward the reward. + * @param respawn the resapwn. */ private PickingPlant(int objectId, int reward, int respawn) { this.objectId = objectId; @@ -241,7 +235,6 @@ public final class FieldPickingPlugin extends OptionHandler { /** * Gets the picking plant by the id. - * * @param objectId the id. * @return the picking plant. */ diff --git a/Server/src/main/content/global/handlers/scenery/TableListener.kt b/Server/src/main/content/global/handlers/scenery/TableListener.kt index c89c6262b..c35ebd27b 100644 --- a/Server/src/main/content/global/handlers/scenery/TableListener.kt +++ b/Server/src/main/content/global/handlers/scenery/TableListener.kt @@ -413,7 +413,7 @@ class TableListener : InteractionListener { } val droppedItem = used.dropItem if (droppedItem.id == Items.COINS_995) playAudio(player, DROP_COINS_SOUND) else playAudio(player, DROP_ITEM_SOUND) - GroundItemManager.create(droppedItem, Location(nearestX, nearestY, player.location.z), player) + GroundItemManager.create(droppedItem, Location(nearestX, nearestY), player) setAttribute(player, "droppedItem:${droppedItem.id}", getWorldTicks() + 2) PlayerParser.save(player) diff --git a/Server/src/main/content/global/skill/agility/AgilityHandler.java b/Server/src/main/content/global/skill/agility/AgilityHandler.java index c12b7d4fc..722de4afe 100644 --- a/Server/src/main/content/global/skill/agility/AgilityHandler.java +++ b/Server/src/main/content/global/skill/agility/AgilityHandler.java @@ -139,13 +139,6 @@ public final class AgilityHandler { * @return The force movement instance, if force movement is used. */ public static ForceMovement forceWalk(final Player player, final int courseIndex, Location start, Location end, Animation animation, int speed, final double experience, final String message) { - return forceWalk(player, courseIndex, start, end, animation, speed, experience, message, null); - } - - /** - * Walks across an obstacle while using an explicit force-movement facing direction. - */ - public static ForceMovement forceWalk(final Player player, final int courseIndex, Location start, Location end, Animation animation, int speed, final double experience, final String message, Direction direction) { player.logoutListeners.put("forcewalk", p -> { p.setLocation(player.getLocation().transform(0,0,0)); return Unit.INSTANCE; @@ -165,9 +158,6 @@ public final class AgilityHandler { player.logoutListeners.remove("forcewalk"); } }; - if (direction != null) { - movement.setDirection(direction); - } movement.start(); GameWorld.getPulser().submit(movement); return movement; diff --git a/Server/src/main/content/global/skill/agility/WildernessCourse.kt b/Server/src/main/content/global/skill/agility/WildernessCourse.kt index d48d00a1a..00f08cf31 100644 --- a/Server/src/main/content/global/skill/agility/WildernessCourse.kt +++ b/Server/src/main/content/global/skill/agility/WildernessCourse.kt @@ -2,7 +2,6 @@ package content.global.skill.agility import core.api.* import core.cache.def.impl.SceneryDefinition -import core.game.interaction.QueueStrength import core.game.node.Node import core.game.node.scenery.Scenery import core.game.node.entity.player.Player @@ -169,27 +168,25 @@ class WildernessCourse private fun handleSteppingStones(player: Player, `object`: Scenery) { lock(player, 50) val fail = AgilityHandler.hasFailed(player, 1, 0.3) - queueScript(player, 0, QueueStrength.SOFT) { stage -> - val courseIndex = if (stage == 5) 2 else -1 - val start = player.location - val end = player.location.transform(-1, 0, 0) - val anim = Animation(741) - val xp = if (stage == 5) 20.0 else 0.0 - val message = if (stage == 0) "You carefully start crossing the stepping stones..." else null - AgilityHandler.forceWalk(player, courseIndex, start, end, anim, 10, xp, message) - if (stage == 2 && fail) { - val dest = Location(3001, 3963, 0) - val failanim = Animation(771) - val hit = (player.skills.lifepoints * 0.26).toInt() - AgilityHandler.fail(player, -1, dest, failanim, hit, "... You lose your footing and fall into the lava.") - return@queueScript stopExecuting(player) - } - if (stage == 5) { - unlock(player) - return@queueScript stopExecuting(player) - } - return@queueScript delayScript(player, 2) + val origLoc = player.location + registerLogoutListener(player, "steppingstone"){p -> + player.location = origLoc } + submitWorldPulse(object : Pulse(2, player){ + var counter = 0 + override fun pulse(): Boolean { + if (counter == 3 && fail) { + AgilityHandler.fail(player, -1, Location.create(3001, 3963, 0), Animation.create(771), (player.skills.lifepoints * 0.26).toInt(), "...You lose your footing and fall into the lava.") + return true + } + AgilityHandler.forceWalk(player, if (counter == 5) 2 else -1, player.location, player.location.transform(-1, 0, 0), Animation.create(741), 10, if (counter == 5) 20.0 else 0.0, if (counter != 0) null else "You carefully start crossing the stepping stones...") + if(++counter == 6){ + unlock(player) + clearLogoutListener(player, "steppingstone") + } + return counter == 6 + } + }) } /** diff --git a/Server/src/main/content/global/skill/agility/brimhaven/BladeTrap.java b/Server/src/main/content/global/skill/agility/brimhaven/BladeTrap.java index 5303bde7d..773cd9907 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/BladeTrap.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/BladeTrap.java @@ -5,9 +5,6 @@ import core.game.node.entity.Entity; import core.game.node.entity.player.Player; import core.game.system.task.MovementHook; import core.game.system.task.Pulse; -import core.net.packet.PacketRepository; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import kotlin.Unit; import core.game.world.GameWorld; import core.game.world.map.Direction; @@ -27,10 +24,6 @@ public final class BladeTrap implements MovementHook { final Direction dir = e.getDirection(); final Player player = (Player) e; final Location start = l.transform(-dir.getStepX(), -dir.getStepY(), 0); - player.getPulseManager().clear(); - player.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(player)); - e.lock(5); if(e.isPlayer()) { diff --git a/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenArena.java b/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenArena.java index 0bae1f57c..13a6a4ad6 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenArena.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenArena.java @@ -229,7 +229,7 @@ public final class BrimhavenArena extends MapZone implements Plugin { DISPENSERS[index++] = Location.create(x, y, 3); } } - GameWorld.getPulser().submit(new Pulse(1) { + GameWorld.getPulser().submit(new Pulse(1) { @Override public boolean pulse() { Region r = RegionManager.forId(11157); @@ -237,11 +237,9 @@ public final class BrimhavenArena extends MapZone implements Plugin { return false; } if (GameWorld.getTicks() % 100 == 0) { - for (int z = 0; z < 4; z++) { - for (Player player : r.assemblePlayerList(z)) { - if (player != null) { - setDispenser(player); - } + for (RegionPlane plane : r.getPlanes()) { + for (Player player : plane.getPlayers()) { + setDispenser(player); } } handlePlankSwitching(); @@ -250,19 +248,19 @@ public final class BrimhavenArena extends MapZone implements Plugin { if (GameWorld.getTicks() % ticks == 0) { sawBladeActive = !sawBladeActive; if (sawBladeActive) { - Scenery object = RegionManager.getObject(2788, 9579, 3); + Scenery object = RegionManager.getObject(3, 2788, 9579); SceneryBuilder.replace(object, object.transform(3567, object.getRotation(), 10), ticks); - object = RegionManager.getObject(2789, 9579, 3); + object = RegionManager.getObject(3, 2789, 9579); SceneryBuilder.replace(object, object.transform(0), ticks); - object = RegionManager.getObject(2783, 9551, 3); + object = RegionManager.getObject(3, 2783, 9551); SceneryBuilder.replace(object, object.transform(3567, object.getRotation(), 10), ticks); - object = RegionManager.getObject(2783, 9552, 3); + object = RegionManager.getObject(3, 2783, 9552); SceneryBuilder.replace(object, object.transform(0), ticks); - object = RegionManager.getObject(2761, 9584, 3); + object = RegionManager.getObject(3, 2761, 9584); SceneryBuilder.replace(object, object.transform(3567, object.getRotation(), 10), ticks); - object = RegionManager.getObject(2761, 9585, 3); + object = RegionManager.getObject(3, 2761, 9585); SceneryBuilder.replace(object, object.transform(0), ticks); } } diff --git a/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenCourse.java b/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenCourse.java index adb8f14fd..4fb8bdb52 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenCourse.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenCourse.java @@ -119,8 +119,6 @@ public final class BrimhavenCourse extends OptionHandler { final Direction dir = direction; final Direction faceDirection = Direction.get(object.getDirection().toInteger() - 1 & 3); final Location start = player.getLocation(); - player.setDirection(faceDirection); - player.faceLocation(start.transform(faceDirection)); player.getAppearance().setAnimations(Animation.create(1118 + m)); player.getAppearance().sync(); AgilityHandler.climb(player, -1, new Animation(1117 + m), start.transform(dir), 0.0, null); @@ -145,12 +143,12 @@ public final class BrimhavenCourse extends OptionHandler { } else if (count == 6) { player.getAppearance().setAnimations(); player.getAppearance().sync(); - AgilityHandler.forceWalk(player, -1, last, last.transform(dir), Animation.create(1120 + m), 5, getExp(player, 22.0), null, faceDirection); + AgilityHandler.forceWalk(player, -1, last, last.transform(dir), Animation.create(1120 + m), 5, getExp(player, 22.0), null).setDirection(faceDirection); player.logoutListeners.remove("brimcourse"); return true; } player.logoutListeners.remove("brimcourse"); - AgilityHandler.forceWalk(player, -1, last, last = last.transform(dir), Animation.create(1118 + m), 5, 0.0, null, faceDirection); + AgilityHandler.forceWalk(player, -1, last, last = last.transform(dir), Animation.create(1118 + m), 5, 0.0, null).setDirection(faceDirection); return false; } }); @@ -274,7 +272,7 @@ public final class BrimhavenCourse extends OptionHandler { public boolean pulse() { if (!finish) { setDelay(2); - AgilityHandler.fail(player, 1, player.getLocation().transform(0, 0, -3), Animation.create(768), getHitAmount(player), "You stepped on a broken piece of plank!"); + AgilityHandler.fail(player, 1, player.getLocation().transform(0, 0, -3), Animation.create(189), getHitAmount(player), "You stepped on a broken piece of plank!"); finish = true; return false; } @@ -284,7 +282,7 @@ public final class BrimhavenCourse extends OptionHandler { }); return; } - AgilityHandler.walk(player, -1, start, end, Animation.create(1426), getExp(player, 6.0), null); + AgilityHandler.walk(player, -1, start, end, ForceMovement.WALK_ANIMATION, getExp(player, 6.0), null); } /** @@ -391,7 +389,6 @@ public final class BrimhavenCourse extends OptionHandler { } break; case 3551: - case 3583: return n.getLocation(); } return null; diff --git a/Server/src/main/content/global/skill/agility/brimhaven/DartTrap.java b/Server/src/main/content/global/skill/agility/brimhaven/DartTrap.java index 3ac7da4a3..086a59522 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/DartTrap.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/DartTrap.java @@ -7,8 +7,6 @@ import core.game.node.entity.impl.Projectile; import core.game.node.entity.player.Player; import core.game.system.task.MovementHook; import core.game.system.task.Pulse; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import kotlin.Unit; import core.game.world.GameWorld; import core.game.world.map.Direction; @@ -31,9 +29,6 @@ public final class DartTrap implements MovementHook { final Direction dir = e.getDirection(); final Player player = (Player) e; final Location start = l.transform(-dir.getStepX(), -dir.getStepY(), 0); - player.getPulseManager().clear(); - player.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(player)); e.lock(6); if(e.isPlayer()) { diff --git a/Server/src/main/content/global/skill/agility/brimhaven/FloorSpikes.java b/Server/src/main/content/global/skill/agility/brimhaven/FloorSpikes.java index 2885a7f6a..69111c6bf 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/FloorSpikes.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/FloorSpikes.java @@ -6,9 +6,6 @@ import core.game.node.entity.Entity; import core.game.node.entity.player.Player; import core.game.system.task.MovementHook; import core.game.system.task.Pulse; -import core.net.packet.PacketRepository; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import kotlin.Unit; import core.game.world.GameWorld; import core.game.world.map.Direction; @@ -27,9 +24,6 @@ public final class FloorSpikes implements MovementHook { final Direction dir = e.getDirection(); final Player player = (Player) e; final Location start = l.transform(-dir.getStepX(), -dir.getStepY(), 0); - player.getPulseManager().clear(); - player.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(player)); e.lock(5); if(e.isPlayer()) { diff --git a/Server/src/main/content/global/skill/agility/brimhaven/PressurePad.java b/Server/src/main/content/global/skill/agility/brimhaven/PressurePad.java index d27a76bcf..a2bc07cb2 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/PressurePad.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/PressurePad.java @@ -6,9 +6,6 @@ import core.game.node.entity.Entity; import core.game.node.entity.player.Player; import core.game.system.task.MovementHook; import core.game.system.task.Pulse; -import core.net.packet.PacketRepository; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import kotlin.Unit; import core.game.world.GameWorld; import core.game.world.map.Direction; @@ -27,10 +24,6 @@ public final class PressurePad implements MovementHook { final Direction dir = e.getDirection(); final Player player = (Player) e; final Location start = dest.transform(-dir.getStepX(), -dir.getStepY(), 0); - player.getPulseManager().clear(); - player.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(player)); - e.lock(5); if(e.isPlayer()) { diff --git a/Server/src/main/content/global/skill/agility/brimhaven/SpinningBlades.java b/Server/src/main/content/global/skill/agility/brimhaven/SpinningBlades.java index 3d2a9c1e2..a13815767 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/SpinningBlades.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/SpinningBlades.java @@ -6,9 +6,6 @@ import core.game.node.entity.Entity; import core.game.node.entity.player.Player; import core.game.system.task.MovementHook; import core.game.system.task.Pulse; -import core.net.packet.PacketRepository; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import kotlin.Unit; import core.game.world.GameWorld; import core.game.world.map.Direction; @@ -27,9 +24,6 @@ public final class SpinningBlades implements MovementHook { final Direction dir = e.getDirection(); final Player player = (Player) e; final Location start = l.transform(-dir.getStepX(), -dir.getStepY(), 0); - player.getPulseManager().clear(); - player.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(player)); e.lock(5); if(e.isPlayer()) { @@ -76,4 +70,4 @@ public final class SpinningBlades implements MovementHook { } player.getPacketDispatch().sendSceneryAnimation(RegionManager.getObject(l), Animation.create(1107)); } -} +} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/construction/BuildHotspot.java b/Server/src/main/content/global/skill/construction/BuildHotspot.java index 2ec669970..c5ca6c8e7 100644 --- a/Server/src/main/content/global/skill/construction/BuildHotspot.java +++ b/Server/src/main/content/global/skill/construction/BuildHotspot.java @@ -65,16 +65,14 @@ public enum BuildHotspot { * Low-level Work shop hotspots. */ REPAIR(15448, BuildHotspotType.INDIVIDUAL, BuildingUtils.BUILD_MID_ANIM, Decoration.REPAIR_BENCH, Decoration.WHETSTONE, Decoration.ARMOUR_STAND), - WORKBENCH(15439, BuildHotspotType.LINKED, BuildingUtils.BUILD_MID_ANIM, Decoration.WORKBENCH_WOODEN, Decoration.WORKBENCH_OAK,Decoration.WORKBENCH_STEEL_FRAME, Decoration.WORKBENCH_WITH_VICE, Decoration.WORKBENCH_WITH_LATHE), - CRAFTING(15441, BuildHotspotType.LINKED, BuildingUtils.BUILD_MID_ANIM, Decoration.CRAFTING_TABLE_1, Decoration.CRAFTING_TABLE_2,Decoration.CRAFTING_TABLE_3, Decoration.CRAFTING_TABLE_4), + WORKBENCH(15439, BuildHotspotType.INDIVIDUAL, BuildingUtils.BUILD_MID_ANIM, Decoration.WORKBENCH_WOODEN, Decoration.WORKBENCH_OAK,Decoration.WORKBENCH_STEEL_FRAME, Decoration.WORKBENCH_WITH_VICE,Decoration.WORKBENCH_WITH_LATHE), + CRAFTING(15441, BuildHotspotType.INDIVIDUAL, BuildingUtils.BUILD_MID_ANIM, Decoration.CRAFTING_TABLE_1, Decoration.CRAFTING_TABLE_2,Decoration.CRAFTING_TABLE_3, Decoration.CRAFTING_TABLE_4), TOOL1(15443, BuildHotspotType.RECURSIVE, BuildingUtils.BUILD_HIGH_ANIM, Decoration.TOOL_STORE_1, Decoration.TOOL_STORE_2, Decoration.TOOL_STORE_3, Decoration.TOOL_STORE_4, Decoration.TOOL_STORE_5), TOOL2(15444, BuildHotspotType.RECURSIVE, BuildingUtils.BUILD_HIGH_ANIM, Decoration.TOOL_STORE_1, Decoration.TOOL_STORE_2,Decoration.TOOL_STORE_3, Decoration.TOOL_STORE_4,Decoration.TOOL_STORE_5), TOOL3(15445, BuildHotspotType.RECURSIVE, BuildingUtils.BUILD_HIGH_ANIM, Decoration.TOOL_STORE_1, Decoration.TOOL_STORE_2,Decoration.TOOL_STORE_3, Decoration.TOOL_STORE_4,Decoration.TOOL_STORE_5), TOOL4(15446, BuildHotspotType.RECURSIVE, BuildingUtils.BUILD_HIGH_ANIM, Decoration.TOOL_STORE_1, Decoration.TOOL_STORE_2,Decoration.TOOL_STORE_3, Decoration.TOOL_STORE_4,Decoration.TOOL_STORE_5), TOOL5(15447, BuildHotspotType.RECURSIVE, BuildingUtils.BUILD_HIGH_ANIM, Decoration.TOOL_STORE_1, Decoration.TOOL_STORE_2,Decoration.TOOL_STORE_3, Decoration.TOOL_STORE_4,Decoration.TOOL_STORE_5), HERALDRY(15450, BuildHotspotType.INDIVIDUAL, BuildingUtils.BUILD_MID_ANIM, Decoration.PLUMING_STAND, Decoration.SHIELD_EASEL,Decoration.BANNER_EASEL), - WORKBENCH_STOOL(15440, BuildHotspotType.LINKED, BuildingUtils.BUILD_MID_ANIM, Decoration.WORKSHOP_STOOL, Decoration.WORKSHOP_STOOL,Decoration.WORKSHOP_STOOL_OAK, Decoration.WORKSHOP_STOOL_OAK,Decoration.WORKSHOP_STOOL_OAK), - CRAFTING_STOOL(15442, BuildHotspotType.LINKED, BuildingUtils.BUILD_MID_ANIM, Decoration.WORKSHOP_STOOL, Decoration.WORKSHOP_STOOL,Decoration.WORKSHOP_STOOL, Decoration.WORKSHOP_STOOL), /** * Bedroom hotspots. @@ -388,8 +386,6 @@ public enum BuildHotspot { linkedHotspots.add(new BuildHotspot[] { DUNGEON_DOOR_LEFT2, DUNGEON_DOOR_RIGHT2 }); linkedHotspots.add(new BuildHotspot[] { SMALL_PLANT_1, SMALL_PLANT1 }); linkedHotspots.add(new BuildHotspot[] { SHELVES, SHELVES_2 }); - linkedHotspots.add(new BuildHotspot[] { WORKBENCH, WORKBENCH_STOOL }); - linkedHotspots.add(new BuildHotspot[] { CRAFTING, CRAFTING_STOOL }); } /** diff --git a/Server/src/main/content/global/skill/construction/BuildOptionPlugin.java b/Server/src/main/content/global/skill/construction/BuildOptionPlugin.java index 1acb6fb1f..69b0b1483 100644 --- a/Server/src/main/content/global/skill/construction/BuildOptionPlugin.java +++ b/Server/src/main/content/global/skill/construction/BuildOptionPlugin.java @@ -9,15 +9,13 @@ import core.game.interaction.OptionHandler; import core.game.node.Node; import core.game.node.entity.player.Player; import core.game.node.scenery.Scenery; -import core.game.world.map.Location; -import core.game.world.map.RegionManager; import core.plugin.Initializable; import core.plugin.Plugin; import core.tools.Log; +import core.tools.SystemLogger; import core.plugin.ClassScanner; import static core.api.ContentAPIKt.log; -import static core.api.ContentAPIKt.setAttribute; /** * The build option handling plugin. @@ -50,7 +48,7 @@ public final class BuildOptionPlugin extends OptionHandler { player.getDialogueInterpreter().open("con:removedec", object); return true; } - setAttribute(player, ConstructionInterface.ATTRIBUTE_HOTSPOT_OBJ, node); + player.setAttribute("con:hsobject", node); if (BuildingUtils.isDoorHotspot(object)) { int[] pos = BuildingUtils.roomExists(player, object); if (pos != null) { @@ -73,30 +71,8 @@ public final class BuildOptionPlugin extends OptionHandler { return true; } - BuildHotspot buildHotspot = hotspot.getHotspot(); - BuildHotspot[] linked = BuildHotspot.getLinkedHotspots(buildHotspot); - if (linked != null && linked[0] != buildHotspot) { - Location locObj = object.getLocation(); - Room room = player.getHouseManager().getRoom(locObj); - if (room == null) return true; - for (Hotspot h : room.getHotspots()) { - if (h.getHotspot() == linked[0]) { - int dx = h.getCurrentX() - locObj.getChunkOffsetX(); - int dy = h.getCurrentY() - locObj.getChunkOffsetY(); - Scenery primaryObj = RegionManager.getObject(locObj.transform(dx, dy, 0)); - if (primaryObj != null) { - setAttribute(player, ConstructionInterface.ATTRIBUTE_HOTSPOT_OBJ, primaryObj); - setAttribute(player, ConstructionInterface.ATTRIBUTE_HOTSPOT, h); - BuildingUtils.openBuildInterface(player, linked[0]); - } - return true; - } - } - return true; - } - - setAttribute(player, ConstructionInterface.ATTRIBUTE_HOTSPOT, hotspot); - BuildingUtils.openBuildInterface(player, buildHotspot); + player.setAttribute("con:hotspot", hotspot); + BuildingUtils.openBuildInterface(player, hotspot.getHotspot()); return true; } diff --git a/Server/src/main/content/global/skill/construction/BuildRoomDialogue.java b/Server/src/main/content/global/skill/construction/BuildRoomDialogue.java index 4766d8421..b74e99cb3 100644 --- a/Server/src/main/content/global/skill/construction/BuildRoomDialogue.java +++ b/Server/src/main/content/global/skill/construction/BuildRoomDialogue.java @@ -1,5 +1,6 @@ package content.global.skill.construction; + import core.game.node.entity.player.Player; import core.game.node.item.Item; import core.game.node.scenery.Scenery; @@ -17,9 +18,6 @@ import java.awt.*; import java.util.ArrayList; import java.util.List; -import static core.api.ContentAPIKt.getAttribute; -import static core.game.world.map.RegionChunk.getRotatedPosition; - /** * Handles the building a room dialogue. * @author Emperor @@ -27,6 +25,7 @@ import static core.game.world.map.RegionChunk.getRotatedPosition; */ @Initializable public final class BuildRoomDialogue extends DialoguePlugin { + /** * The door hotspot. */ @@ -50,7 +49,7 @@ public final class BuildRoomDialogue extends DialoguePlugin { /** * The boundaries of the room to build. */ - private final List boundaries = new ArrayList<>(20); + private List boundaries = new ArrayList<>(20); /** * The room we're building. @@ -106,7 +105,7 @@ public final class BuildRoomDialogue extends DialoguePlugin { stage = 2; return true; } - this.door = getAttribute(player, ConstructionInterface.ATTRIBUTE_HOTSPOT_OBJ, null); + this.door = (Scenery) player.getAttribute("con:hsobject"); int[] pos = BuildingUtils.getRoomPosition(player, door); roomX = pos[0]; roomY = pos[1]; @@ -240,18 +239,15 @@ public final class BuildRoomDialogue extends DialoguePlugin { for (Scenery object : boundaries) { SceneryBuilder.remove(object); } - boundaries.clear(); int rotation = directions[index].toInteger(); - Location base = player.getLocation().getRegion().getBaseLocation().transform(roomX << 3, roomY << 3, player.getLocation().getZ()); - for (int x = 0; x < RegionChunk.SIZE; x++) { - for (int y = 0; y < RegionChunk.SIZE; y++) { - for (int i = 0; i < RegionChunk.ARRAY_SIZE; i++) { - Scenery object = room.getChunk().getObjects(x, y)[i]; + boundaries.clear(); + Location base = player.getViewport().getRegion().getBaseLocation().transform(roomX << 3, roomY << 3, player.getLocation().getZ()); + for (int x = 0; x < 8; x++) { + for (int y = 0; y < 8; y++) { + Scenery[] objects = room.getChunk().getObjects(x, y); + for (Scenery object : objects) { if (object != null && object.getDefinition().hasAction("build")) { - if (object.getLayer() == Scenery.Layer.WALL && !BuildingUtils.isDoorHotspot(object)) { - continue; - } - int[] pos = getRotatedPosition(x, y, object.getDefinition().getSizeX(), object.getDefinition().getSizeY(), object.getRotation(), rotation); + int[] pos = RegionChunk.getRotatedPosition(x, y, object.getDefinition().getSizeX(), object.getDefinition().getSizeY(), object.getRotation(), rotation); Scenery obj = object.transform(object.getId(), (object.getRotation() + rotation) % 4, base.transform(pos[0], pos[1], 0)); boundaries.add(SceneryBuilder.add(obj)); } diff --git a/Server/src/main/content/global/skill/construction/BuildingUtils.java b/Server/src/main/content/global/skill/construction/BuildingUtils.java index 8c3e611ef..2ee636337 100644 --- a/Server/src/main/content/global/skill/construction/BuildingUtils.java +++ b/Server/src/main/content/global/skill/construction/BuildingUtils.java @@ -8,7 +8,10 @@ import core.game.node.item.Item; import core.game.node.scenery.Scenery; import core.game.node.scenery.SceneryBuilder; import core.game.system.task.Pulse; -import core.game.world.map.*; +import core.game.world.map.BuildRegionChunk; +import core.game.world.map.Direction; +import core.game.world.map.Location; +import core.game.world.map.Region; import core.game.world.update.flag.context.Animation; import core.net.packet.PacketRepository; import core.net.packet.context.ContainerContext; @@ -136,13 +139,9 @@ public final class BuildingUtils { * @param object The object. */ public static void buildDecoration(final Player player, final Hotspot hotspot, final Decoration deco, final Scenery object) { - buildDecoration(player, hotspot, deco, object, false, false); - } - - public static void buildDecoration(final Player player, final Hotspot hotspot, final Decoration deco, final Scenery object, final boolean bypassCost, final boolean bypassXp) { final int nailAmount = deco.getNailAmount(); final NailType type = nailAmount > 0 ? NailType.get(player, nailAmount) : null; - if (nailAmount > 0 && type == null && !bypassCost) { + if (nailAmount > 0 && type == null) { player.getPacketDispatch().sendMessage("You don't have the right materials."); return; } @@ -166,7 +165,7 @@ public final class BuildingUtils { NailType nail = type; @Override public boolean pulse() { - if (nails > 0 && !bypassCost) { + if (nails > 0) { if (!type.isBend()) { player.getPacketDispatch().sendMessage("You use a nail."); nails--; @@ -190,14 +189,12 @@ public final class BuildingUtils { } } } - if (bypassCost || player.isAdmin() || player.getInventory().remove(deco.getItems())) { + if (player.getInventory().remove(deco.getItems()) || player.isAdmin()) { setDecoration(player, r, room, hotspot, object, deco); - if (!bypassXp) { - player.getSkills().addExperience(Skills.CONSTRUCTION, deco.getExperience(), true); + player.getSkills().addExperience(Skills.CONSTRUCTION, deco.getExperience(), true); - if (getObjectIdsThatGiveFarmingExperience().contains(deco.getObjectId())) { - player.getSkills().addExperience(Skills.FARMING, deco.getExperience(), true); - } + if (getObjectIdsThatGiveFarmingExperience().contains(deco.getObjectId())) { + player.getSkills().addExperience(Skills.FARMING, deco.getExperience(), true); } player.unlock(); } @@ -253,7 +250,7 @@ public final class BuildingUtils { if (reg == null) { continue; } - RegionChunk chunk = reg.getChunks()[l.getChunkX()][l.getChunkY()][plane % 3]; + BuildRegionChunk chunk = (BuildRegionChunk) reg.getPlanes()[plane % 3].getChunks()[l.getChunkX()][l.getChunkY()]; Scenery[] objects = chunk.getObjects(h.getCurrentX(), h.getCurrentY()); for (Scenery o : objects) { if (o != null && o.getType() == object.getType()) { @@ -287,19 +284,16 @@ public final class BuildingUtils { hotspot.setDecorationIndex(decIndex); break; case RECURSIVE: - RegionChunk chunk = region.getChunks()[l.getChunkX()][l.getChunkY()][l.getZ()]; + BuildRegionChunk chunk = (BuildRegionChunk) region.getPlanes()[l.getZ()].getChunks()[l.getChunkX()][l.getChunkY()]; for (int x = 0; x < 8; x++) { for (int y = 0; y < 8; y++) { Hotspot h = room.getHotspot(hotspot.getHotspot(), x, y); if (h != null) { h.setDecorationIndex(decIndex); int objectId = hotspot.getHotspot().getObjectId(style); - int index = chunk.getIndex(x, y, objectId, -1); - if (index != -1) { - Scenery o = chunk.getObjects()[x][y][index]; - if (objectId == o.getId()) { - SceneryBuilder.replace(o, o.transform(hotspot.getHotspot().getDecorations()[decIndex].getObjectId(style))); - } + Scenery o = chunk.get(x, y, chunk.getIndex(x, y, objectId)); + if (o != null && objectId == o.getId()) { + SceneryBuilder.replace(o, o.transform(hotspot.getHotspot().getDecorations()[decIndex].getObjectId(style))); } } } @@ -307,7 +301,7 @@ public final class BuildingUtils { break; case LINKED: BuildHotspot[] linkedHotspots = BuildHotspot.getLinkedHotspots(hotspot.getHotspot()); - chunk = region.getChunks()[l.getChunkX()][l.getChunkY()][l.getZ()]; + chunk = (BuildRegionChunk) region.getPlanes()[l.getZ()].getChunks()[l.getChunkX()][l.getChunkY()]; for (int x = 0; x < 8; x++) { for (int y = 0; y < 8; y++) { for (BuildHotspot bh : linkedHotspots) { @@ -315,12 +309,9 @@ public final class BuildingUtils { if (h != null) { h.setDecorationIndex(decIndex); int objectId = bh.getObjectId(style); - int index = chunk.getIndex(x, y, objectId, -1); - if (index != -1) { - Scenery o = chunk.getObjects()[x][y][index]; - if (objectId == o.getId()) { - SceneryBuilder.replace(o, o.transform(bh.getDecorations()[decIndex].getObjectId(style))); - } + Scenery o = chunk.get(x, y, chunk.getIndex(x, y, objectId)); + if (o != null && objectId == o.getId()) { + SceneryBuilder.replace(o, o.transform(bh.getDecorations()[decIndex].getObjectId(style))); } } } @@ -394,7 +385,7 @@ public final class BuildingUtils { if (reg == null) { continue; } - RegionChunk chunk = reg.getChunks()[l.getChunkX()][l.getChunkY()][plane % 3]; + BuildRegionChunk chunk = (BuildRegionChunk) reg.getPlanes()[plane % 3].getChunks()[l.getChunkX()][l.getChunkY()]; Scenery[] objects = chunk.getObjects(h.getCurrentX(), h.getCurrentY()); for (Scenery o : objects) { if (o != null && o.getType() == object.getType()) { @@ -426,18 +417,14 @@ public final class BuildingUtils { hotspot.setDecorationIndex(-1); break; case RECURSIVE: - RegionChunk chunk = region.getChunks()[l.getChunkX()][l.getChunkY()][l.getZ()]; + BuildRegionChunk chunk = (BuildRegionChunk) region.getPlanes()[l.getZ()].getChunks()[l.getChunkX()][l.getChunkY()]; for (int x = 0; x < 8; x++) { for (int y = 0; y < 8; y++) { Hotspot h = room.getHotspot(hotspot.getHotspot(), x, y); if (h != null) { int objectId = hotspot.getHotspot().getDecorations()[h.getDecorationIndex()].getObjectId(style); - int index = chunk.getIndex(x, y, objectId, -1); + Scenery o = chunk.get(x, y, chunk.getIndex(x, y, objectId)); h.setDecorationIndex(-1); - if (index == -1) { - continue; - } - Scenery o = chunk.getObjects()[x][y][index]; if (o != null && objectId == o.getId()) { SceneryBuilder.replace(o, o.transform(hotspot.getHotspot().getObjectId(style))); } @@ -447,19 +434,15 @@ public final class BuildingUtils { break; case LINKED: BuildHotspot[] linkedHotspots = BuildHotspot.getLinkedHotspots(hotspot.getHotspot()); - chunk = region.getChunks()[l.getChunkX()][l.getChunkY()][l.getZ()]; + chunk = (BuildRegionChunk) region.getPlanes()[l.getZ()].getChunks()[l.getChunkX()][l.getChunkY()]; for (int x = 0; x < 8; x++) { for (int y = 0; y < 8; y++) { for (BuildHotspot bh : linkedHotspots) { Hotspot h = room.getHotspot(bh, x, y); - if (h != null && h.getDecorationIndex() >= 0) { + if (h != null) { int objectId = bh.getDecorations()[h.getDecorationIndex()].getObjectId(style); + Scenery o = chunk.get(x, y, chunk.getIndex(x, y, objectId)); h.setDecorationIndex(-1); - int index = chunk.getIndex(x, y, objectId, -1); - if (index == -1) { - continue; - } - Scenery o = chunk.getObjects()[x][y][index]; if (o != null && objectId == o.getId()) { SceneryBuilder.replace(o, o.transform(bh.getObjectId(style))); } diff --git a/Server/src/main/content/global/skill/construction/ConstructionInterface.java b/Server/src/main/content/global/skill/construction/ConstructionInterface.java new file mode 100644 index 000000000..a36b0329b --- /dev/null +++ b/Server/src/main/content/global/skill/construction/ConstructionInterface.java @@ -0,0 +1,120 @@ +package content.global.skill.construction; + + +import core.cache.def.impl.ItemDefinition; +import core.game.component.Component; +import core.game.component.ComponentDefinition; +import core.game.component.ComponentPlugin; +import core.game.node.entity.player.Player; +import core.game.node.entity.skill.Skills; +import core.game.node.scenery.Scenery; +import core.plugin.Initializable; +import core.plugin.Plugin; +import core.tools.Log; +import core.tools.SystemLogger; + +import static core.api.ContentAPIKt.log; + +/** + * Handles the creating of a decoration object. + * @author Emperor + * + */ +@Initializable +public final class ConstructionInterface extends ComponentPlugin { + + @Override + public Plugin newInstance(Object arg) { + ComponentDefinition.put(396, this); + ComponentDefinition.put(398, this); + ComponentDefinition.put(402, this); + return this; + } + + @Override + public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) { + switch (component.getId()) { + case 396: + switch (button) { + case 132: + player.getInterfaceManager().close(); + Hotspot hotspot = player.getAttribute("con:hotspot"); + Scenery object = player.getAttribute("con:hsobject"); + if (hotspot == null || object == null) { + log(this.getClass(), Log.ERR, "Failed building decoration " + hotspot + " : " + object); + break; + } + slot = ((slot % 2 != 0) ? 4 : 0) + (slot >> 1); + if (slot >= hotspot.getHotspot().getDecorations().length) { + log(this.getClass(), Log.ERR, "Failed building decoration " + slot + "/" + hotspot.getHotspot().getDecorations().length); + break; + } + boolean debug = player.isStaff(); + Decoration deco = hotspot.getHotspot().getDecorations()[slot]; + if (!debug) { + if (player.getSkills().getLevel(Skills.CONSTRUCTION) < deco.getLevel()) { + player.sendMessage("You need to have a Construction level of " + deco.getLevel() + " to build that."); + return true; + } + if (!player.getInventory().containsItems(deco.getItems())) { + player.sendMessage("You don't have the right materials."); + return true; + } + for (int tool : deco.getTools()) { + if (tool == BuildingUtils.WATERING_CAN) { + boolean hasWateringCan = false; + for (int i = 0; i < 8; i++) { + if (player.getInventory().contains(tool - i, 1)) { + hasWateringCan = true; + break; + } + } + if (!hasWateringCan) { + player.sendMessage("You need a watering can to plant this."); + return true; + } + continue; + } + if (!player.getInventory().contains(tool, 1)) { + player.sendMessage("You need a " + ItemDefinition.forId(tool).getName() + " to build this."); + return true; + } + } + } + BuildingUtils.buildDecoration(player, hotspot, deco, object); + return true; + } + break; + case 398: + switch (button) { + case 14: + player.getHouseManager().toggleBuildingMode(player, true); + return true; + case 1: + player.getHouseManager().toggleBuildingMode(player, false); + return true; + case 15: + player.getHouseManager().expelGuests(player); + return true; + case 13: + if (!player.getHouseManager().isInHouse(player)) { + player.sendMessage("You can't do this outside of your house."); + return true; + } + HouseManager.leave(player); + return true; + } + break; + case 402: + int index = button - 160; + log(this.getClass(), Log.FINE, "BuildRoom Interface Index: " + index); + if (index > -1 && index < RoomProperties.values().length) { + player.getDialogueInterpreter().open("con:room", RoomProperties.values()[index]); + return true; + } + break; + } + return false; + } + +} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/construction/ConstructionInterface.kt b/Server/src/main/content/global/skill/construction/ConstructionInterface.kt deleted file mode 100644 index 5205eeccc..000000000 --- a/Server/src/main/content/global/skill/construction/ConstructionInterface.kt +++ /dev/null @@ -1,159 +0,0 @@ -package content.global.skill.construction - -import content.global.skill.construction.decoration.workshop.WorkbenchListeners -import core.api.* -import core.cache.def.impl.ItemDefinition -import core.game.interaction.InterfaceListener -import core.game.node.entity.skill.Skills -import core.game.node.scenery.Scenery -import core.tools.Log -import org.rs09.consts.Components -import org.rs09.consts.Scenery as SceneryObj - -/** - * Handles three interfaces related to the Construction skill, namely those which allow a player to build decorations, - * toggle building mode/expel guests, and select a room to add to the POH. - * @author Bishop - */ - -class ConstructionInterface : InterfaceListener { - - companion object { - const val ATTRIBUTE_HOTSPOT = "con:hotspot" - const val ATTRIBUTE_HOTSPOT_OBJ = "con:hsobject" - private const val DECO_BUTTON_BUILD = 132 - private const val HOUSE_BUTTON_BUILDMODE_ON = 14 - private const val HOUSE_BUTTON_BUILDMODE_OFF = 1 - private const val HOUSE_BUTTON_EXPEL_GUESTS = 15 - private const val HOUSE_BUTTON_LEAVE_HOUSE = 13 - - // Register furniture here when it is only obtainable by upgrading, to send the correct rejection message. - private val upgradeOnly = arrayOf( - Decoration.WORKBENCH_WITH_VICE, - Decoration.WORKBENCH_WITH_LATHE, - ) - } - - override fun defineInterfaceListeners() { - /** - * Handles the interface for selecting a decoration to build. - */ - on(Components.POH_DECORATION_396) { player, _, _, buttonID, slot, _ -> - when (buttonID) { - DECO_BUTTON_BUILD -> { - val hotspot = getAttribute(player, ATTRIBUTE_HOTSPOT, null) - val hotspotObj = getAttribute(player, ATTRIBUTE_HOTSPOT_OBJ, null) - val flatpackMode = getAttribute(player, WorkbenchListeners.ATTRIBUTE_FLATPACK_MODE, false) - if (!flatpackMode) { - closeInterface(player) - } - if ((hotspot == null || hotspotObj == null) && !flatpackMode) { - log(this.javaClass, Log.ERR, "Failed building decoration $hotspot : $hotspotObj") - return@on false - } - // Translates slot data to index data, as slots are not in order of level requirement in the interface, but decoration data is organized that way - val decoIndex = (if (slot % 2 != 0) 4 else 0) + (slot shr 1) - val buildHotspot = if (flatpackMode) { - getAttribute(player, WorkbenchListeners.ATTRIBUTE_WORKBENCH_SELECTION, null)?: return@on false - } else { - hotspot!!.hotspot - } - if (decoIndex >= buildHotspot.decorations.size) { - return@on false - } - val deco = buildHotspot.decorations[decoIndex] - if (!player.isAdmin) { - if (getDynLevel(player, Skills.CONSTRUCTION) < deco.level) { - closeInterface(player) - sendMessage(player, "You need to have a Construction level of ${deco.level} to build that.") - return@on true - } - if (deco in upgradeOnly) { - closeInterface(player) - sendMessage(player, "That can only be built by upgrading the previous piece of furniture.") - return@on true - } - if (!player.inventory.containsItems(*deco.items)) { // No clean ContentAPI substitute for this - closeInterface(player) - sendMessage(player, "You don't have the right materials.") - return@on true - } - for (tool in deco.tools) { - if (tool == BuildingUtils.WATERING_CAN) { - var hasWaterInCan = false - for (i in 0..8) { - if (inInventory(player, tool - i)) { - hasWaterInCan = true - break - } - } - if (!hasWaterInCan) { - sendMessage(player, "You need a watering can to plant this.") - return@on true - } - continue - } - if (!inInventory(player, tool)) { - closeInterface(player) - sendMessage(player, "You need a ${ItemDefinition.forId(tool).name} to build this.") - return@on true - } - } - if (flatpackMode && WorkbenchListeners.getBenchLevel(getAttribute(player, WorkbenchListeners.ATTRIBUTE_WORKBENCH_ID, SceneryObj.WORKBENCH_13704)) < deco.level) { - closeInterface(player) - sendMessage(player, "You cannot make this with this workbench.") // TODO: Find authentic text - return@on true - } - } - if (flatpackMode) { - WorkbenchListeners.produceFlatpack(player, deco) - } else { - BuildingUtils.buildDecoration(player, hotspot, deco, hotspotObj) - } - return@on true - } - else -> return@on false - } - } - - /** - * Handles the interface for managing building mode and POH guests. - */ - on(Components.POH_HOUSE_OPTIONS_398) { player, _, _, buttonID, _, _ -> - when (buttonID) { - HOUSE_BUTTON_BUILDMODE_ON -> { - player.houseManager.toggleBuildingMode(player, true) - return@on true - } - HOUSE_BUTTON_BUILDMODE_OFF -> { - player.houseManager.toggleBuildingMode(player, false) - return@on true - } - HOUSE_BUTTON_EXPEL_GUESTS -> { - player.houseManager.expelGuests(player) - return@on true - } - HOUSE_BUTTON_LEAVE_HOUSE -> { - if (!player.houseManager.isInHouse(player)) { - sendMessage(player, "You can't do this outside of your house.") - return@on true - } - HouseManager.leave(player) - return@on true - } - else -> return@on false - } - } - - /** - * Handles the interface for selecting a new room to add to a POH. - */ - on(Components.POH_ROOMS_402) { player, _, _, buttonID, _, _ -> - val index = buttonID - 160 - if (index > -1 && index < RoomProperties.values().size) { - player.dialogueInterpreter.open("con:room", RoomProperties.values()[index]) // ContentAPI impl won't work for this - } - return@on true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/construction/Decoration.java b/Server/src/main/content/global/skill/construction/Decoration.java index c4aee2d40..4191cb1a9 100644 --- a/Server/src/main/content/global/skill/construction/Decoration.java +++ b/Server/src/main/content/global/skill/construction/Decoration.java @@ -74,13 +74,13 @@ public enum Decoration { /** * Parlour chair spot */ - CRUDE_CHAIR (13581, 8309, 1, 58, new Item[] { new Item(Items.PLANK_960, 2) }, Items.CRUDE_WOODEN_CHAIR_8496), - WOODEN_CHAIR (13582, 8310, 8, 87, new Item[] { new Item(Items.PLANK_960, 3) }, Items.WOODEN_CHAIR_8498), - ROCKING_CHAIR (13583, 8311, 14, 87, new Item[] { new Item(Items.PLANK_960, 3) }, Items.ROCKING_CHAIR_8500), - OAK_CHAIR (13584, 8312, 19, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }, Items.OAK_CHAIR_8502), - OAK_ARMCHAIR (13585, 8313, 26, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }, Items.OAK_ARMCHAIR_8504), - TEAK_ARMCHAIR (13586, 8314, 35, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }, Items.TEAK_ARMCHAIR_8506), - MAHOGANY_ARMCHAIR(13587, 8315, 50, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }, Items.MAHOGANY_ARMCHAIR_8508), + CRUDE_CHAIR (13581, 8309, 1, 58, new Item[] { new Item(Items.PLANK_960, 2) }), + WOODEN_CHAIR (13582, 8310, 8, 87, new Item[] { new Item(Items.PLANK_960, 3) }), + ROCKING_CHAIR (13583, 8311, 14, 87, new Item[] { new Item(Items.PLANK_960, 3) }), + OAK_CHAIR (13584, 8312, 19, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }), + OAK_ARMCHAIR (13585, 8313, 26, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }), + TEAK_ARMCHAIR (13586, 8314, 35, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }), + MAHOGANY_ARMCHAIR(13587, 8315, 50, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }), /** * Rugs rugs rugs @@ -112,26 +112,29 @@ public enum Decoration { /** * Bookcases */ - WOODEN_BOOKCASE (13597, 8319, 4, 115, new Item[] { new Item(Items.PLANK_960, 4) }, Items.WOODEN_BOOKCASE_8510), - OAK_BOOKCASE (13598, 8320, 29, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }, Items.OAK_BOOKCASE_8512), - MAHOGANY_BOOKCASE(13599, 8321, 40, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3) }, Items.MAHOGANY_BKCASE_8514), + WOODEN_BOOKCASE (13597, 8319, 4, 115, new Item[] { new Item(Items.PLANK_960, 4) }), + OAK_BOOKCASE (13598, 8320, 29, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }), + MAHOGANY_BOOKCASE(13599, 8321, 40, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3) }), /** * Kitchen Beer Barrels + * TODO: These also require cooking levels! + * Basic: 1, Cider: 14, Asgarnian: 24, Greenman's: 29, D.Bitter: 39, Chef's: 54 + * */ - BASIC_BEER_BARREL (13568, 8239, 7, 87, new Item[] { new Item(Items.PLANK_960, 3) }, Items.BEER_BARREL_8516), - CIDER_BARREL (13569, 8240, 12, 91, new Item[] { new Item(Items.PLANK_960, 3), new Item(Items.CIDER_5763, 8) }, Items.CIDER_BARREL_8518), - ASGARNIAN_ALE_BARREL(13570, 8241, 18, 184, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.ASGARNIAN_ALE_1905, 8) }, Items.ASGARNIAN_ALE_8520), - GREENMANS_ALE_BARREL(13571, 8242, 26, 184, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.GREENMANS_ALE_1909, 8) }, Items.GREENMANS_ALE_8522), - DRAGON_BITTER_BARREL(13572, 8243, 36, 224, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.DRAGON_BITTER_1911, 8), new Item(Items.STEEL_BAR_2353, 2) }, Items.DRAGON_BITTER_8524), - CHEFS_DELIGHT_BARREL(13573, 8244, 48, 224, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.CHEFS_DELIGHT_5755, 8), new Item(Items.STEEL_BAR_2353, 2) }, Items.CHEFS_DELIGHT_8526), + BASIC_BEER_BARREL (13568, 8239, 7, 87, new Item[] { new Item(Items.PLANK_960, 3) }), + CIDER_BARREL (13569, 8240, 12, 91, new Item[] { new Item(Items.PLANK_960, 3), new Item(Items.CIDER_5763, 8) }), + ASGARNIAN_ALE_BARREL(13570, 8241, 18, 184, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.ASGARNIAN_ALE_1905, 8) }), + GREENMANS_ALE_BARREL(13571, 8242, 26, 184, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.GREENMANS_ALE_1909, 8) }), + DRAGON_BITTER_BARREL(13572, 8243, 36, 224, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.DRAGON_BITTER_1911, 8), new Item(Items.STEEL_BAR_2353, 2) }), + CHEFS_DELIGHT_BARREL(13573, 8244, 48, 224, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.CHEFS_DELIGHT_5755, 8), new Item(Items.STEEL_BAR_2353, 2) }), /** * Kitchen Tables! */ - KITCHEN_WOODEN_TABLE(13577, 8246, 12, 87, new Item[] { new Item(Items.PLANK_960, 3) }, Items.WOOD_KITCHEN_TABLE_8528), - KITCHEN_OAK_TABLE (13578, 8247, 32, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }, Items.OAK_KITCHEN_TABLE_8530), - KITCHEN_TEAK_TABLE (13579, 8248, 52, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }, Items.TEAK_KITCHEN_TABLE_8532), + KITCHEN_WOODEN_TABLE(13577, 8246, 12, 87, new Item[] { new Item(Items.PLANK_960, 3) }), + KITCHEN_OAK_TABLE (13578, 8247, 32, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }), + KITCHEN_TEAK_TABLE (13579, 8248, 52, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }), /** * Kitchen Stoves @@ -179,24 +182,24 @@ public enum Decoration { /** * Dining room tables */ - DINING_TABLE_WOOD (13293, 8246, 10, 115, new Item[] { new Item(Items.PLANK_960, 4) }, Items.WOOD_DINING_TABLE_8548), - DINING_TABLE_OAK (13294, 8247, 22, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }, Items.OAK_DINING_TABLE_8550), - DINING_TABLE_CARVED_OAK (13295, 8247, 31, 360, new Item[] { new Item(Items.OAK_PLANK_8778, 6) }, Items.CARVED_OAK_TABLE_8552), - DINING_TABLE_TEAK (13296, 8248, 38, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }, Items.TEAK_TABLE_8554), - DINING_TABLE_CARVED_TEAK(13297, 8248, 45, 600, new Item[] { new Item(Items.TEAK_PLANK_8780, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4) }, Items.CARVED_TEAK_TABLE_8556), - DINING_TABLE_MAHOGANY (13298, 8120, 52, 840, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 6) }, Items.MAHOGANY_TABLE_8558), - DINING_TABLE_OPULENT (13299, 8121, 72, 3100, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4), new Item(Items.GOLD_LEAF_8784, 4), new Item(Items.MARBLE_BLOCK_8786, 2) }, Items.OPULENT_TABLE_8560), + DINING_TABLE_WOOD (13293, 8246, 10, 115, new Item[] { new Item(Items.PLANK_960, 4) }), + DINING_TABLE_OAK (13294, 8247, 22, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }), + DINING_TABLE_CARVED_OAK (13295, 8247, 31, 360, new Item[] { new Item(Items.OAK_PLANK_8778, 6) }), + DINING_TABLE_TEAK (13296, 8248, 38, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }), + DINING_TABLE_CARVED_TEAK(13297, 8248, 45, 600, new Item[] { new Item(Items.TEAK_PLANK_8780, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4) }), + DINING_TABLE_MAHOGANY (13298, 8120, 52, 840, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 6) }), + DINING_TABLE_OPULENT (13299, 8121, 72, 3100, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4), new Item(Items.GOLD_LEAF_8784, 4), new Item(Items.MARBLE_BLOCK_8786, 2) }), /** * Dining room benches */ - BENCH_WOODEN (13300, 8108, 10, 115, new Item[] { new Item(Items.PLANK_960, 4) }, Items.WOODEN_BENCH_8562), - BENCH_OAK (13301, 8109, 22, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }, Items.OAK_BENCH_8564), - BENCH_CARVED_OAK (13302, 8110, 31, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }, Items.CARVED_OAK_BENCH_8566), - BENCH_TEAK (13303, 8111, 38, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }, Items.TEAK_DINING_BENCH_8568), - BENCH_CARVED_TEAK(13304, 8112, 44, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }, Items.CARVED_TEAK_BENCH_8570), - BENCH_MAHOGANY (13305, 8113, 52, 560, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 6) }, Items.MAHOGANY_BENCH_8572), - BENCH_GILDED (13306, 8114, 61, 1760, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784, 4) }, Items.GILDED_BENCH_8574), + BENCH_WOODEN (13300, 8108, 10, 115, new Item[] { new Item(Items.PLANK_960, 4) }), + BENCH_OAK (13301, 8109, 22, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }), + BENCH_CARVED_OAK (13302, 8110, 31, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }), + BENCH_TEAK (13303, 8111, 38, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }), + BENCH_CARVED_TEAK(13304, 8112, 44, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }), + BENCH_MAHOGANY (13305, 8113, 52, 560, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 6) }), + BENCH_GILDED (13306, 8114, 61, 1760, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784, 4) }), /** * Dining room bell-pulls @@ -206,7 +209,7 @@ public enum Decoration { FANCY_BELL_PULL(13309, 8101, 33, 58, new Item[] { new Item(Items.TEAK_PLANK_8780), new Item(Items.BOLT_OF_CLOTH_8790, 2), new Item(Items.GOLD_LEAF_8784) }), /** - * Workshop workbenches + * Workshop workbench */ WORKBENCH_WOODEN (13704, 8375, 17, 143, new Item[] { new Item(Items.PLANK_960, 5) }), WORKBENCH_OAK (13705, 8376, 32, 300, new Item[] { new Item(Items.OAK_PLANK_8778, 5) }), @@ -214,12 +217,6 @@ public enum Decoration { WORKBENCH_WITH_VICE (13707, 8378, 62, 750, new Item[] { new Item(Items.STEEL_FRAMED_BENCH_8377), new Item(Items.OAK_PLANK_8778, 2), new Item(Items.STEEL_BAR_2353) }), WORKBENCH_WITH_LATHE (13708, 8379, 77, 1000, new Item[] { new Item(Items.OAK_WORKBENCH_8376), new Item(Items.OAK_PLANK_8778, 2), new Item(Items.STEEL_BAR_2353) }), - /** - * Workshop stools (linked to workbench/crafting table hotspots) - */ - WORKSHOP_STOOL (13719, -1, 1, 0), - WORKSHOP_STOOL_OAK(13720, -1, 1, 0), - /** * Workshop repair benches/stands */ @@ -428,30 +425,30 @@ public enum Decoration { /** * Bedroom decorations. */ - WOODEN_BED (13148, 8031, 20, 117, new Item[] { new Item(Items.PLANK_960, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }, Items.WOODEN_BED_8576), - OAK_BED (13149, 8032, 30, 210, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }, Items.OAK_BED_8578), - LARGE_OAK_BED (13150, 8033, 34, 330, new Item[] { new Item(Items.OAK_PLANK_8778, 5), new Item(Items.BOLT_OF_CLOTH_8790, 2) }, Items.LARGE_OAK_BED_8580), - TEAK_BED (13151, 8034, 40, 300, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }, Items.TEAK_BED_8582), - LARGE_TEAK_BED (13152, 8035, 45, 480, new Item[] { new Item(Items.TEAK_PLANK_8780, 5), new Item(Items.BOLT_OF_CLOTH_8790, 2) }, Items.LARGE_TEAK_BED_8584), - FOUR_POSTER (13153, 8036, 53, 450, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }, Items.FOUR_POSTER_8586), - GILDED_FOUR_POSTER(13154, 8037, 60, 1330, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.BOLT_OF_CLOTH_8790, 2), new Item(Items.GOLD_LEAF_8784, 2) }, Items.GILDED_4_POSTER_8588), - OAK_CLOCK (13169, 8052, 25, 142, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.CLOCKWORK_8792) }, Items.OAK_CLOCK_8590), - TEAK_CLOCK (13170, 8053, 55, 202, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.CLOCKWORK_8792) }, Items.TEAK_CLOCK_8592), - GILDED_CLOCK (13171, 8054, 85, 602, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.CLOCKWORK_8792), new Item(Items.GOLD_LEAF_8784) }, Items.GILDED_CLOCK_8594), - SHAVING_STAND (13162, 8045, 21, 30, new Item[] { new Item(Items.PLANK_960), new Item(Items.MOLTEN_GLASS_1775) }, Items.SHAVING_STAND_8596), - OAK_SHAVING_STAND (13163, 8046, 29, 61, new Item[] { new Item(Items.OAK_PLANK_8778), new Item(Items.MOLTEN_GLASS_1775) }, Items.OAK_SHAVING_STAND_8598), - OAK_DRESSER (13164, 8047, 37, 121, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.MOLTEN_GLASS_1775) }, Items.OAK_DRESSER_8600), - TEAK_DRESSER (13165, 8048, 46, 181, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.MOLTEN_GLASS_1775) }, Items.TEAK_DRESSER_8602), - FANCY_TEAK_DRESSER(13166, 8049, 56, 182, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.MOLTEN_GLASS_1775, 2) }, Items.FANCY_TEAK_DRESSER_8604), - MAHOGANY_DRESSER (13167, 8050, 64, 281, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.MOLTEN_GLASS_1775) }, Items.MAHOGANY_DRESSER_8606), - GILDED_DRESSER (13168, 8051, 74, 582, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.MOLTEN_GLASS_1775, 2), new Item(Items.GOLD_LEAF_8784) }, Items.GILDED_DRESSER_8608), - SHOE_BOX (13155, 8038, 20, 58, new Item[] { new Item(Items.PLANK_960, 2) }, Items.SHOE_BOX_8610), - OAK_DRAWERS (13156, 8039, 27, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }, Items.OAK_DRAWERS_8612), - OAK_WARDROBE (13157, 8040, 39, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }, Items.OAK_WARDROBE_8614), - TEAK_DRAWERS (13158, 8041, 51, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }, Items.TEAK_DRAWERS_8616), - TEAK_WARDROBE (13159, 8042, 63, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }, Items.TEAK_WARDROBE_8618), - MAHOGANY_WARDROBE (13160, 8043, 75, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }, Items.MAHOGANY_DROBE_8620), - GILDED_WARDROBE (13161, 8044, 87, 720, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.GOLD_LEAF_8784) }, Items.GILDED_WARDROBE_8622), + WOODEN_BED (13148, 8031, 20, 117, new Item[] { new Item(Items.PLANK_960, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }), + OAK_BED (13149, 8032, 30, 210, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }), + LARGE_OAK_BED (13150, 8033, 34, 330, new Item[] { new Item(Items.OAK_PLANK_8778, 5), new Item(Items.BOLT_OF_CLOTH_8790, 2) }), + TEAK_BED (13151, 8034, 40, 300, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }), + LARGE_TEAK_BED (13152, 8035, 45, 480, new Item[] { new Item(Items.TEAK_PLANK_8780, 5), new Item(Items.BOLT_OF_CLOTH_8790, 2) }), + FOUR_POSTER (13153, 8036, 53, 450, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }), + GILDED_FOUR_POSTER(13154, 8037, 60, 1330, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.BOLT_OF_CLOTH_8790, 2), new Item(Items.GOLD_LEAF_8784, 2) }), + OAK_CLOCK (13169, 8052, 25, 142, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.CLOCKWORK_8792) }), + TEAK_CLOCK (13170, 8053, 55, 202, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.CLOCKWORK_8792) }), + GILDED_CLOCK (13171, 8054, 85, 602, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.CLOCKWORK_8792), new Item(Items.GOLD_LEAF_8784) }), + SHAVING_STAND (13162, 8045, 21, 30, new Item[] { new Item(Items.PLANK_960), new Item(Items.MOLTEN_GLASS_1775) }), + OAK_SHAVING_STAND (13163, 8046, 29, 61, new Item[] { new Item(Items.OAK_PLANK_8778), new Item(Items.MOLTEN_GLASS_1775) }), + OAK_DRESSER (13164, 8047, 37, 121, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.MOLTEN_GLASS_1775) }), + TEAK_DRESSER (13165, 8048, 46, 181, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.MOLTEN_GLASS_1775) }), + FANCY_TEAK_DRESSER(13166, 8049, 56, 182, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.MOLTEN_GLASS_1775, 2) }), + MAHOGANY_DRESSER (13167, 8050, 64, 281, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.MOLTEN_GLASS_1775) }), + GILDED_DRESSER (13168, 8051, 74, 582, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.MOLTEN_GLASS_1775, 2), new Item(Items.GOLD_LEAF_8784) }), + SHOE_BOX (13155, 8038, 20, 58, new Item[] { new Item(Items.PLANK_960, 2) }), + OAK_DRAWERS (13156, 8039, 27, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }), + OAK_WARDROBE (13157, 8040, 39, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }), + TEAK_DRAWERS (13158, 8041, 51, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }), + TEAK_WARDROBE (13159, 8042, 63, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }), + MAHOGANY_WARDROBE (13160, 8043, 75, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }), + GILDED_WARDROBE (13161, 8044, 87, 720, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.GOLD_LEAF_8784) }), /** * Quest hall decorations. @@ -505,31 +502,31 @@ public enum Decoration { /** * Costume room decorations. */ - OAK_TREASURE_CHEST (18804, 9839, 48, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }, Items.OAK_TREASURE_CHEST_9862), - TEAK_TREASURE_CHEST (18806, 9840, 66, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }, Items.TEAK_TREAS_CHEST_9863), - MAHOGANY_TREASURE_CHEST(18808, 9841, 84, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }, Items.MGANY_TREAS_CHEST_9864), - OAK_ARMOUR_CASE (18778, 9826, 46, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }, Items.OAK_ARMOUR_CASE_9859), - TEAK_ARMOUR_CASE (18780, 9827, 64, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }, Items.TEAK_ARMOUR_CASE_9860), - MGANY_ARMOUR_CASE (18782, 9828, 82, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3) }, Items.MGANY_ARMR_CASE_9861), - OAK_MAGIC_WARDROBE (18784, 9829, 42, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }, Items.OAK_MAGIC_WARDROBE_9852), - C_OAK_MAGIC_WARDROBE (18786, 9830, 51, 360, new Item[] { new Item(Items.OAK_PLANK_8778, 6) }, Items.CARVED_OAK_MAGIC_WARDROBE_9853), - TEAK_MAGIC_WARDROBE (18788, 9831, 60, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }, Items.TEAK_MAGIC_WARDROBE_9854), - C_TEAK_MAGIC_WARDROBE (18790, 9832, 69, 540, new Item[] { new Item(Items.TEAK_PLANK_8780, 6) }, Items.CARVED_TEAK_MAGIC_WARDROBE_9855), - MGANY_MAGIC_WARDROBE (18792, 9833, 78, 560, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4) }, Items.MAHOGANY_MAGIC_WARDROBE_9856), - GILDED_MAGIC_WARDROBE (18794, 9834, 87, 860, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784) }, Items.GILDED_MAGIC_WARDROBE_9857), - MARBLE_MAGIC_WARDROBE (18796, 9835, 96, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }, Items.MARBLE_MAGIC_WARDROBE_9858), - OAK_CAPE_RACK (18766, 9817, 54, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }, Items.OAK_CAPE_RACK_9843), - TEAK_CAPE_RACK (18767, 9818, 63, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }, Items.TEAK_CAPE_RACK_9844), - MGANY_CAPE_RACK (18768, 9819, 72, 560, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4) }, Items.MGANY_CAPE_RACK_9845), - GILDED_CAPE_RACK (18769, 9820, 81, 860, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784) }, Items.GILDED_CAPE_RACK_9846), - MARBLE_CAPE_RACK (18770, 9821, 90, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }, Items.MARBLE_CAPE_RACK_9847), - MAGIC_CAPE_RACK (18771, 9822, 99, 1000, new Item[] { new Item(Items.MAGIC_STONE_8788) }, Items.MAGICAL_CAPE_RACK_9848), - OAK_TOY_BOX (18798, 9836, 50, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }, Items.OAK_TOY_BOX_9849), - TEAK_TOY_BOX (18800, 9837, 68, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }, Items.TEAK_TOY_BOX_9850), - MAHOGANY_TOY_BOX (18802, 9838, 86, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }, Items.MAHOGANY_TOY_BOX_9851), - OAK_COSTUME_BOX (18772, 9823, 44, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }, Items.OAK_COSTUME_BOX_9865), - TEAK_COSTUME_BOX (18774, 9824, 62, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }, Items.TEAK_COSTUME_BOX_9866), - MAHOGANY_COSTUME_BOX (18776, 9825, 80, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }, Items.MAHOGANY_COS_BOX_9867), + OAK_TREASURE_CHEST (18804, 9839, 48, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }), + TEAK_TREASURE_CHEST (18806, 9840, 66, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }), + MAHOGANY_TREASURE_CHEST(18808, 9841, 84, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }), + OAK_ARMOUR_CASE (18778, 9826, 46, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }), + TEAK_ARMOUR_CASE (18780, 9827, 64, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }), + MGANY_ARMOUR_CASE (18782, 9828, 82, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3) }), + OAK_MAGIC_WARDROBE (18784, 9829, 42, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }), + C_OAK_MAGIC_WARDROBE (18786, 9830, 51, 360, new Item[] { new Item(Items.OAK_PLANK_8778, 6) }), + TEAK_MAGIC_WARDROBE (18788, 9831, 60, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }), + C_TEAK_MAGIC_WARDROBE (18790, 9832, 69, 540, new Item[] { new Item(Items.TEAK_PLANK_8780, 6) }), + MGANY_MAGIC_WARDROBE (18792, 9833, 78, 560, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4) }), + GILDED_MAGIC_WARDROBE (18794, 9834, 87, 860, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784) }), + MARBLE_MAGIC_WARDROBE (18796, 9835, 96, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }), + OAK_CAPE_RACK (18766, 9817, 54, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }), + TEAK_CAPE_RACK (18767, 9818, 63, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }), + MGANY_CAPE_RACK (18768, 9819, 72, 560, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4) }), + GILDED_CAPE_RACK (18769, 9820, 81, 860, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784) }), + MARBLE_CAPE_RACK (18770, 9821, 90, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }), + MAGIC_CAPE_RACK (18771, 9822, 99, 1000, new Item[] { new Item(Items.MAGIC_STONE_8788) }), + OAK_TOY_BOX (18798, 9836, 50, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }), + TEAK_TOY_BOX (18800, 9837, 68, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }), + MAHOGANY_TOY_BOX (18802, 9838, 86, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }), + OAK_COSTUME_BOX (18772, 9823, 44, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }), + TEAK_COSTUME_BOX (18774, 9824, 62, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }), + MAHOGANY_COSTUME_BOX (18776, 9825, 80, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }), /** * Chapel decorations. @@ -687,7 +684,6 @@ public enum Decoration { FREMENNIK_WINDOW (13112, -1, 1, 0), TROPICAL_WOOD_WINDOW (10816, -1, 1, 0), FANCY_STONE_WINDOW (13117, -1, 1, 0), - ; /** @@ -720,11 +716,6 @@ public enum Decoration { */ private final Item[] refundItems; - /** - * The item id of the flatpack. - */ - private final int flatpackItemId; - /** * The tools required. */ @@ -783,11 +774,6 @@ public enum Decoration { this.reqsText = generateDefaultReqsText(items, getNailAmount()); } - Decoration(int objectId, int interfaceItem, int level, int experience, Item[] items, int flatpackItemId) { - this(objectId, interfaceItem, level, experience, new int[] { Items.HAMMER_2347, Items.SAW_8794 }, items, new Item[] {}, new String[] {}, flatpackItemId); - this.reqsText = generateDefaultReqsText(items, getNailAmount()); - } - /** * Constructs a new object, default refund items, default requirements text. * @param objectId The object id. @@ -841,10 +827,6 @@ public enum Decoration { * @param reqsText The requirements text to be shown in the interface. */ Decoration(int objectId, int interfaceItem, int level, int experience, int[] tools, Item[] items, Item[] refundItems, String[] reqsText) { - this(objectId, interfaceItem, level, experience, tools, items, refundItems, reqsText, -1); - } - - Decoration(int objectId, int interfaceItem, int level, int experience, int[] tools, Item[] items, Item[] refundItems, String[] reqsText, int flatpackItemId) { this.objectId = objectId; this.objectIds = null; this.interfaceItem = interfaceItem; @@ -853,7 +835,6 @@ public enum Decoration { this.tools = tools; this.items = items; this.refundItems = refundItems; - this.flatpackItemId = flatpackItemId; if (reqsText.length > 0) { System.arraycopy(reqsText, 0, this.reqsText, 0, reqsText.length); } @@ -900,7 +881,6 @@ public enum Decoration { this.tools = tools; this.items = items; this.refundItems = refundItems; - this.flatpackItemId = -1; } /** @@ -951,15 +931,6 @@ public enum Decoration { return null; } - public static Decoration forFlatpackItemId(int flatpackId) { - for (Decoration d : Decoration.values()) { - if (d.getFlatpackItemID() == flatpackId) { - return d; - } - } - return null; - } - /** * Gets the amount of nails required for this hotspot. * @return The amount of nails. @@ -1049,14 +1020,6 @@ public enum Decoration { return objectIds; } - /** - * Gets the flatpack item ID if it exists. - * @return the int ID. - */ - public int getFlatpackItemID() { - return flatpackItemId; - } - /** * If this node should be invisible to user build options * @return true if so. diff --git a/Server/src/main/content/global/skill/construction/FlatpackListener.kt b/Server/src/main/content/global/skill/construction/FlatpackListener.kt deleted file mode 100644 index d502415d7..000000000 --- a/Server/src/main/content/global/skill/construction/FlatpackListener.kt +++ /dev/null @@ -1,48 +0,0 @@ -package content.global.skill.construction - -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import core.game.node.item.Item -import core.game.node.scenery.Scenery -import org.rs09.consts.Items - -/** - * Handles building furniture using flatpacks - * @author Roderik - * @author Bishop - */ - -class FlatpackListener : InteractionListener { - val flatpacks = Decoration.values().map { it.flatpackItemID }.filter { it != -1 }.toIntArray() - val hotspots = BuildHotspot.values().map { it.objectId }.toIntArray() - - override fun defineListeners() { - for (hotspot in hotspots) { - onUseWith(IntType.SCENERY, flatpacks, hotspot) { player, used, with -> - return@onUseWith buildFlatpackOnHotspot(player, used.asItem(), with as Scenery) - } - } - } - - private fun buildFlatpackOnHotspot(player: Player, used: Item, with: Scenery): Boolean { - val hotspotUsed = player.houseManager.getHotspot(with) - val decorationUsed = Decoration.forFlatpackItemId(used.id) - - if (!hotspotUsed.hotspot.decorations.contains(decorationUsed)) { - sendMessage(player, "You can't build that here.") - return false - } - if (!inInventory(player, Items.HAMMER_2347) || !inInventory(player, Items.SAW_8794)) { - sendMessage(player, "You need a hammer and a saw to build this.") - return false - } - if (removeItem(player, used)) { - BuildingUtils.buildDecoration(player, hotspotUsed, decorationUsed, with.asScenery(), true, true) - return true - } else { - return false - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/construction/HouseManager.java b/Server/src/main/content/global/skill/construction/HouseManager.java index 5e2ff57fb..4db8e8191 100644 --- a/Server/src/main/content/global/skill/construction/HouseManager.java +++ b/Server/src/main/content/global/skill/construction/HouseManager.java @@ -1,6 +1,4 @@ package content.global.skill.construction; - -import content.global.skill.construction.decoration.StaySeated; import core.api.regionspec.RegionSpecification; import core.api.regionspec.contracts.FillChunkContract; import core.game.dialogue.FacialExpression; @@ -22,18 +20,19 @@ import core.game.world.GameWorld; import org.rs09.consts.Sounds; import java.awt.*; -import java.util.ArrayList; import static core.api.ContentAPIKt.*; import static core.api.regionspec.RegionSpecificationKt.fillWith; import static core.api.regionspec.RegionSpecificationKt.using; + /** * Manages the player's house. * @author Emperor * */ public final class HouseManager { + /** * The current region. */ @@ -98,6 +97,7 @@ public final class HouseManager { */ } + public void parse(JSONObject data){ location = HouseLocation.values()[Integer.parseInt( data.get("location").toString())]; style = HousingStyle.values()[Integer.parseInt( data.get("style").toString())]; @@ -195,8 +195,8 @@ public final class HouseManager { } private void updateVarbits(Player player, boolean build) { - setVarp(player, 261, build ? 1 : 0); - setVarp(player, 262, getRoomAmount()); + setVarp(player, 261, build ? 1 : 0); + setVarp(player, 262, getRoomAmount()); } private void unlockMusicTrack(Player player) { @@ -235,20 +235,19 @@ public final class HouseManager { enter(player, enable); player.getPacketDispatch().sendMessage("Building mode is now " + (buildingMode ? "on." : "off.")); } - StaySeated.Companion.unseat(player, true); } /** * Reloads the house. * @param player The player. * @param buildingMode If building mode should be enabled. - * NOTE: I think we should avoid this method, it might be causing some issues. It's actually really suspicious... + * NOTE: I think we should avoid this method, it might be causing some issues. It's actually really suspicious... */ public void reload(Player player, boolean buildingMode) { int diffX = player.getLocation().getLocalX(); int diffY = player.getLocation().getLocalY(); int diffZ = player.getLocation().getZ(); - boolean inDungeon = player.getLocation().getRegion() == dungeonRegion; + boolean inDungeon = player.getViewport().getRegion() == dungeonRegion; this.buildingMode = buildingMode; construct(); Location newLoc = (dungeonRegion == null ? houseRegion : (inDungeon ? dungeonRegion : houseRegion)).getBaseLocation().transform(diffX,diffY,diffZ); @@ -261,17 +260,22 @@ public final class HouseManager { */ public void expelGuests(Player player) { if (isLoaded()) { - for (int z = 0; z < Region.PLANES; z++) { - ArrayList players = new ArrayList<>(houseRegion.assemblePlayerList(z)); - if (dungeonRegion != null) { - players.addAll(dungeonRegion.assemblePlayerList(z)); - } - for (Player p : players) { + for (RegionPlane plane : houseRegion.getPlanes()) { + for (Player p : plane.getPlayers()) { if (p != player) { leave(p); } } } + if (dungeonRegion != null) { + for (RegionPlane plane : dungeonRegion.getPlanes()) { + for (Player p : plane.getPlayers()) { + if (p != player) { + leave(p); + } + } + } + } } } @@ -292,7 +296,7 @@ public final class HouseManager { if (h.getDecorationIndex() > -1) { Decoration d = h.getHotspot().getDecorations()[h.getDecorationIndex()]; if (d == Decoration.PORTAL) { - return houseRegion.getBaseLocation().transform(x*RegionChunk.SIZE + h.getChunkX(), y*RegionChunk.SIZE + h.getChunkY() + 2, 0); + return houseRegion.getBaseLocation().transform(x * 8 + h.getChunkX(), y * 8 + h.getChunkY() + 2, 0); } } } @@ -308,9 +312,9 @@ public final class HouseManager { */ public void redecorate(HousingStyle style) { this.style = style; - for (int z = 0; z < Region.PLANES; z++) { - for (int x = 0; x < RegionChunk.SIZE; x++) { - for (int y = 0; y < RegionChunk.SIZE; y++) { + for (int z = 0; z < 4; z++) { + for (int x = 0; x < 8; x++) { + for (int y = 0; y < 8; y++) { Room room = rooms[z][x][y]; if (room != null) { room.decorate(style); @@ -325,9 +329,9 @@ public final class HouseManager { */ @Deprecated public void clearRooms() { - for (int z = 0; z < Region.PLANES; z++) { - for (int x = 0; x < RegionChunk.SIZE; x++) { - for (int y = 0; y < RegionChunk.SIZE; y++) { + for (int z = 0; z < 4; z++) { + for (int x = 0; x < 8; x++) { + for (int y = 0; y < 8; y++) { rooms[z][x][y] = null; } } @@ -368,9 +372,10 @@ public final class HouseManager { } private DynamicRegion getPreparedRegion() { - ZoneBorders borders = DynamicRegion.reserveArea(Region.CHUNKS_SIZE, Region.CHUNKS_SIZE); + ZoneBorders borders = DynamicRegion.reserveArea(8,8); DynamicRegion region = new DynamicRegion(-1, borders.getSouthWestX() >> 6, borders.getSouthWestY() >> 6); region.setBorders(borders); + region.setUpdateAllPlanes(true); region.setBuild(true); RegionManager.addRegion(region.getId(), region); return region; @@ -388,12 +393,12 @@ public final class HouseManager { } @Override - public @Nullable RegionChunk getChunk(int x, int y, int plane, @NotNull DynamicRegion dyn) { - return rooms[plane][x][y].getChunk().copy(); + public BuildRegionChunk getChunk(int x, int y, int plane, @NotNull DynamicRegion dyn) { + return rooms[plane][x][y].getChunk().copy(dyn.getPlanes()[plane]); } @Override - public void afterSetting(@Nullable RegionChunk chunk, int x, int y, int plane, @NotNull DynamicRegion dyn) { + public void afterSetting(@Nullable BuildRegionChunk chunk, int x, int y, int plane, @NotNull DynamicRegion dyn) { rooms[plane][x][y].loadDecorations(dyn != manager.dungeonRegion ? plane : 3, chunk, manager); } } @@ -401,8 +406,8 @@ public final class HouseManager { private void prepareHouseChunks(HousingStyle style, DynamicRegion target, boolean buildingMode, Room[][][] rooms) { Region from = RegionManager.forId(style.getRegionId()); Region.load(from, true); - RegionChunk defaultChunk = from.getChunks()[1][0][style.getPlane()]; - RegionChunk defaultSkyChunk = from.getChunks()[0][0][1]; + RegionChunk defaultChunk = from.getPlanes()[style.getPlane()].getRegionChunk(1, 0); + RegionChunk defaultSkyChunk = from.getPlanes()[1].getRegionChunk(0,0); RoomLoadContract loadRooms = new RoomLoadContract(this, buildingMode, rooms); RegionSpecification spec = new RegionSpecification( @@ -425,7 +430,7 @@ public final class HouseManager { private void prepareDungeonChunks(HousingStyle style, DynamicRegion target, DynamicRegion house, boolean buildingMode, Room[][] rooms) { Region from = RegionManager.forId(style.getRegionId()); Region.load(from, true); - RegionChunk defaultChunk = from.getChunks()[3][0][style.getPlane()]; + RegionChunk defaultChunk = from.getPlanes()[style.getPlane()].getRegionChunk(3, 0); RoomLoadContract loadRooms = new RoomLoadContract(this, buildingMode, new Room[][][]{rooms}); RegionSpecification spec = new RegionSpecification( @@ -604,8 +609,8 @@ public final class HouseManager { int startY = 99; int endX = 0; int endY = 0; - for (int x = 0; x < Region.CHUNKS_SIZE; x++) { - for (int y = 0; y < Region.CHUNKS_SIZE; y++) { + for (int x = 0; x < 8; x++) { + for (int y = 0; y < 8; y++) { if (rooms[0][x][y] != null) { if (x < startX) startX = x; if (y < startY) startY = y; @@ -683,7 +688,7 @@ public final class HouseManager { * @return {@code True} if so. */ public boolean isInHouse(Player player) { - return isLoaded() && (player.getLocation().getRegion() == houseRegion || player.getLocation().getRegion() == dungeonRegion); + return isLoaded() && (player.getViewport().getRegion() == houseRegion || player.getViewport().getRegion() == dungeonRegion); } /** @@ -692,13 +697,16 @@ public final class HouseManager { * @return {@code True} if so. */ public static boolean isInDungeon(Player player) { - return player.getLocation().getRegion() == player.getHouseManager().dungeonRegion; + return player.getViewport().getRegion() == player.getHouseManager().dungeonRegion; } /** * Checks if the house region was constructed and active. * @return {@code True} if an active region for the house exists. */ + //public boolean isLoaded() { + // return (houseRegion != null) || (dungeonRegion != null); + //} public boolean isLoaded() { return (houseRegion != null && houseRegion.isActive()) || (dungeonRegion != null && dungeonRegion.isActive()); } diff --git a/Server/src/main/content/global/skill/construction/HouseZone.java b/Server/src/main/content/global/skill/construction/HouseZone.java index 61f2a2abe..4a6cb6464 100644 --- a/Server/src/main/content/global/skill/construction/HouseZone.java +++ b/Server/src/main/content/global/skill/construction/HouseZone.java @@ -1,12 +1,8 @@ package content.global.skill.construction; -import content.global.skill.construction.decoration.StaySeated; import core.api.Container; import core.game.world.map.Location; -import core.net.packet.PacketRepository; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import org.rs09.consts.Items; import core.game.node.entity.Entity; import core.game.node.entity.player.Player; @@ -80,28 +76,10 @@ public final class HouseZone extends MapZone { p.setLocation(house.getLocation().getExitLocation()); return kotlin.Unit.INSTANCE; }); - removeTimer(pl, StaySeated.STAY_SEATED_IDENTIFIER); } return super.enter(e); } - @Override - public boolean move(Entity e, Location from, Location to) { - if (e instanceof Player) { - Player p = (Player) e; - if (getAttribute(p, StaySeated.ATTRIBUTE_SEATED, false)) { - p.getPulseManager().clear(); - p.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(p)); - if (!getAttribute(p, StaySeated.ATTRIBUTE_STANDING_UP, false)) { - StaySeated.unseat(p, false); - } - return false; - } - } - return super.move(e, from, to); - } - @Override public boolean death(Entity e, Entity killer) { if (e instanceof Player) { @@ -118,12 +96,12 @@ public final class HouseZone extends MapZone { Player p = (Player) e; // if the player is moving between the dungeon and main house, don't trigger the leave sequence - if (house.getDungeonRegion() != null && !logout) { + if (!logout) { // current loc Location dest = p.getProperties().getTeleportLocation(); int currentRegionId = p.getLocation().getRegionId(); int houseId = house.getHouseRegion().getId(); - int dungeonId = house.getDungeonRegion().getId(); + int dungeonId = (house.getDungeonRegion() != null) ? house.getDungeonRegion().getId() : -1; // check if still in house boolean currentlyInHouse = (currentRegionId == houseId || currentRegionId == dungeonId); @@ -144,7 +122,7 @@ public final class HouseZone extends MapZone { house.expelGuests(p); int toRemove = previousRegion; int dungRemove = previousDungeon; - submitWorldPulse(new Pulse(1) { + submitWorldPulse(new Pulse(2) { public boolean pulse() { Region r = RegionManager.forId(toRemove); Region dr = dungRemove != -1 ? RegionManager.forId(dungRemove) : null; diff --git a/Server/src/main/content/global/skill/construction/HousingStyle.java b/Server/src/main/content/global/skill/construction/HousingStyle.java index e2213e405..eace0e7bb 100644 --- a/Server/src/main/content/global/skill/construction/HousingStyle.java +++ b/Server/src/main/content/global/skill/construction/HousingStyle.java @@ -11,35 +11,37 @@ import java.util.Arrays; * */ public enum HousingStyle { - // open door ids are doorId + 1 + + // open door ids are doorId + 1 + BASIC_WOOD (1, 5000, 7503, 0, 13100, 13101, 13098, Decoration.BASIC_WOOD_WINDOW), - BASIC_STONE (10, 5000, 7503, 1, 13094, 13096, 1902, 13090, Decoration.BASIC_STONE_WINDOW), + BASIC_STONE (10, 5000, 7503, 1, 13094, 13096, 1902, Decoration.BASIC_STONE_WINDOW), WHITEWASHED_STONE (20, 7500, 7503, 2, 13006, 13007, 1415, Decoration.WHITEWASHED_STONE_WINDOW), FREMENNIK_STYLE_WOOD(30, 10000, 7503, 3, 13109, 13107, 13111, Decoration.FREMENNIK_WINDOW), TROPICAL_WOOD (40, 15000, 7759, 0, 13016, 13015, 13011, Decoration.TROPICAL_WOOD_WINDOW), FANCY_STONE (50, 25000, 7759, 1, 13119, 13118, 13116, Decoration.FANCY_STONE_WINDOW); - /** - * Array of all Dungeon Wall IDs. - * From Region 7503, Location.create(1898, 5084, 0) - */ - private static final int[] DUNGEON_WALL_IDS = { - 13019, 13020, 13021, 13022, 13023, 13024, 13025, 13026, 13027, 13028, - 13029, 13030, 13031, 13032, 13033, 13034, 13035, 13036, 13037, 13046, - 13048, 13049, 13050, 13051, 13055, 13056, 13058, 13059, 13060, 13061, - 13062, 13063, 13065, 13066, 13067, 13068, 13069, 13070, 13072, 13073, - 13074, 13075, 13076, 13077, 13079, 13080, 13081, 13082, 13083, 13084, - 13086, 13087, 13088, 13089 - }; + /** + * Array of all Dungeon Wall IDs. + * From Region 7503, Location.create(1898, 5084, 0) + */ + private static final int[] DUNGEON_WALL_IDS = { + 13019, 13020, 13021, 13022, 13023, 13024, 13025, 13026, 13027, 13028, + 13029, 13030, 13031, 13032, 13033, 13034, 13035, 13036, 13037, 13046, + 13048, 13049, 13050, 13051, 13055, 13056, 13058, 13059, 13060, 13061, + 13062, 13063, 13065, 13066, 13067, 13068, 13069, 13070, 13072, 13073, + 13074, 13075, 13076, 13077, 13079, 13080, 13081, 13082, 13083, 13084, + 13086, 13087, 13088, 13089 + }; - /** - * Checks if the provided ID is a dungeon wall. - * @param id The object ID. - * @return {@code true} if it's a dungeon wall. - */ - public static boolean isDungeonWall(int id) { - return Arrays.binarySearch(DUNGEON_WALL_IDS, id) >= 0; - } + /** + * Checks if the provided ID is a dungeon wall. + * @param id The object ID. + * @return {@code true} if it's a dungeon wall. + */ + public static boolean isDungeonWall(int id) { + return Arrays.binarySearch(DUNGEON_WALL_IDS, id) >= 0; + } /** * The level required. @@ -75,26 +77,21 @@ public enum HousingStyle { * The wall id. */ private final int wallId; - - /** - * A second wall id, used for walls behind fireplaces in some house styles. - * Only used for the basic stone house style, who knows why. Same as wallId for other house styles. - */ - private final int secondWallId; /** * The window style */ private final Decoration window; - /** - * Checks if the player has the level. - * @param player the player. - * @return {@code True} if so. - */ - public boolean hasLevel(Player player) { - return player.getSkills().getStaticLevel(Skills.CONSTRUCTION) >= levelRequirement; - } + /** + * Checks if the player has the level. + * + * @param player the player. + * @return {@code True} if so. + */ + public boolean hasLevel(Player player) { + return player.getSkills().getStaticLevel(Skills.CONSTRUCTION) >= levelRequirement; + } /** * Constructs a new {@code HousingStyle} {@code Object} @@ -103,12 +100,8 @@ public enum HousingStyle { * @param regionId The region id for this style. * @param plane The plane for this style. * @param doorId The door object id used in this style. - * @param secondDoorId The second-door object id used in this style. - * @param wallId The wall object id used in this style. - * @param secondWallId The second-wall object id used in this style. - * @param window The window decoration used in this style. */ - HousingStyle(int level, int cost, int regionId, int plane, int doorId, int secondDoorId, int wallId, int secondWallId, Decoration window) { + private HousingStyle(int level, int cost, int regionId, int plane, int doorId, int secondDoorId, int wallId, Decoration window) { this.levelRequirement = level; this.cost = cost; this.regionId = regionId; @@ -116,30 +109,6 @@ public enum HousingStyle { this.doorId = doorId; this.secondDoorId = secondDoorId; this.wallId = wallId; - this.secondWallId = secondWallId; - this.window = window; - } - - /** - * Constructs a new {@code HousingStyle} {@code Object} for housing styles that do not have a second wall id - * @param level The level required. - * @param cost The cost of the style. - * @param regionId The region id for this style. - * @param plane The plane for this style. - * @param doorId The door object id used in this style. - * @param secondDoorId The second-door object id used in this style. - * @param wallId The wall object id used in this style. - * @param window The window decoration used in this style. - */ - HousingStyle(int level, int cost, int regionId, int plane, int doorId, int secondDoorId, int wallId, Decoration window) { - this.levelRequirement = level; - this.cost = cost; - this.regionId = regionId; - this.plane = plane; - this.doorId = doorId; - this.secondDoorId = secondDoorId; - this.wallId = wallId; - this.secondWallId = wallId; this.window = window; } @@ -190,15 +159,7 @@ public enum HousingStyle { public int getWallId() { return wallId; } - - /** - * Gets the second wall used in this style. - * @return The wall object id. - */ - public int getSecondWallId() { - return secondWallId; - } - + /** * Gets the window id for this style of house * @return The windows object id @@ -214,4 +175,4 @@ public enum HousingStyle { public int getSecondDoorId() { return secondDoorId; } -} +} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/construction/Room.java b/Server/src/main/content/global/skill/construction/Room.java index 169d9043a..ac7b56cec 100644 --- a/Server/src/main/content/global/skill/construction/Room.java +++ b/Server/src/main/content/global/skill/construction/Room.java @@ -1,15 +1,14 @@ package content.global.skill.construction; + import core.game.node.entity.player.Player; +import core.game.node.scenery.Constructed; import core.game.node.scenery.Scenery; import core.game.node.scenery.SceneryBuilder; import core.game.world.map.*; import core.tools.Log; -import java.util.ArrayList; - import static core.api.ContentAPIKt.log; -import static core.game.world.map.RegionChunk.getRotatedPosition; /** * Represents a room. @@ -17,6 +16,7 @@ import static core.game.world.map.RegionChunk.getRotatedPosition; * */ public final class Room { + /** * The default room type. */ @@ -95,7 +95,7 @@ public final class Room { public void decorate(HousingStyle style) { Region region = RegionManager.forId(style.getRegionId()); Region.load(region, true); - chunk = region.getChunks()[properties.getChunkX()][properties.getChunkY()][style.getPlane()]; + chunk = region.getPlanes()[style.getPlane()].getRegionChunk(properties.getChunkX(), properties.getChunkY()); } /** @@ -111,7 +111,7 @@ public final class Room { } return null; } - + /** * Checks if the building hotspot has been built. * @param hotspot The building hotspot. @@ -126,65 +126,68 @@ public final class Room { * Loads all the decorations. * @param housePlane The plane. * @param chunk The chunk used in the dynamic region. - */ - public void loadDecorations(int housePlane, RegionChunk chunk, HouseManager house) { - for (Hotspot spot : hotspots) { + */ + public void loadDecorations(int housePlane, BuildRegionChunk chunk, HouseManager house) { + for (int i = 0; i < hotspots.length; i++) { + Hotspot spot = hotspots[i]; int x = spot.getChunkX(); int y = spot.getChunkY(); - int id = spot.getHotspot().getObjectId(house.getStyle()); - int index = chunk.getIndex(x, y, id, -1); - if (index != -1) { - Scenery object = chunk.getObjects()[x][y][index]; - if (object.getId() == spot.getHotspot().getObjectId(house.getStyle())) { - if (spot.getDecorationIndex() > -1 && spot.getDecorationIndex() < spot.getHotspot().getDecorations().length) { - id = spot.getHotspot().getDecorations()[spot.getDecorationIndex()].getObjectId(house.getStyle()); - if (spot.getHotspot().getType() == BuildHotspotType.CREST) { - id += house.getCrest().ordinal(); - } - SceneryBuilder.replace(object, object.transform(id, object.getRotation(), chunk.getCurrentBase().transform(x, y, 0))); - } else if (object.getId() == BuildHotspot.WINDOW.getObjectId(house.getStyle()) || (!house.isBuildingMode() && object.getId() == BuildHotspot.CHAPEL_WINDOW.getObjectId(house.getStyle()))) { - SceneryBuilder.replace(object, object.transform(house.getStyle().getWindowStyle().getObjectId(house.getStyle()), object.getRotation(), object.getType())); + if (spot.getHotspot() == null) { + continue; + } + int index = chunk.getIndex(x, y, spot.getHotspot().getObjectId(house.getStyle())); + Scenery[][] objects = chunk.getObjects(index); + Scenery object = objects[x][y]; + if (object != null && object.getId() == spot.getHotspot().getObjectId(house.getStyle())) { + if (spot.getDecorationIndex() > -1 && spot.getDecorationIndex() < spot.getHotspot().getDecorations().length) { + int id = spot.getHotspot().getDecorations()[spot.getDecorationIndex()].getObjectId(house.getStyle()); + if (spot.getHotspot().getType() == BuildHotspotType.CREST) { + id += house.getCrest().ordinal(); } - int[] pos = getRotatedPosition(x, y, object.getSizeX(), object.getSizeY(), 0, rotation.toInteger()); - spot.setCurrentX(pos[0]); - spot.setCurrentY(pos[1]); + SceneryBuilder.replace(object, object.transform(id, object.getRotation(), chunk.getCurrentBase().transform(x, y, 0))); } + else if (object.getId() == BuildHotspot.WINDOW.getObjectId(house.getStyle()) || (!house.isBuildingMode() && object.getId() == BuildHotspot.CHAPEL_WINDOW.getObjectId(house.getStyle()))) { + chunk.add(object.transform(house.getStyle().getWindowStyle().getObjectId(house.getStyle()), object.getRotation(), object.getType())); + } + int[] pos = RegionChunk.getRotatedPosition(x, y, object.getSizeX(), object.getSizeY(), 0, rotation.toInteger()); + spot.setCurrentX(pos[0]); + spot.setCurrentY(pos[1]); } } - if (rotation != Direction.NORTH) { //TODO: it is absolutely insane that this is using Direction.NORTH and such rather than RegionChunk.NORTH_ROTATION and such. + if (rotation != Direction.NORTH && chunk.getRotation() == 0) { chunk.rotate(rotation); } if (!house.isBuildingMode()) { placeDoors(housePlane, house, chunk); - removeHotspots(house, chunk); + removeHotspots(housePlane, house, chunk); } } /** * Removes the building hotspots from the room. + * @param housePlane The room's plane in house. * @param house The house manager. * @param chunk The region chunk used. */ - private void removeHotspots(HouseManager house, RegionChunk chunk) { + private void removeHotspots(int housePlane, HouseManager house, BuildRegionChunk chunk) { if (properties.isRoof()) return; - ArrayList remove = new ArrayList<>(); for (int x = 0; x < 8; x++) { for (int y = 0; y < 8; y++) { - for (int i = 0; i < RegionChunk.ARRAY_SIZE; i++) { - Scenery object = chunk.getObjects()[x][y][i]; + for (int i = 0; i < BuildRegionChunk.ARRAY_SIZE; i++) { + Scenery object = chunk.get(x, y, i); if (object != null) { - boolean isBuildHotspot = BuildHotspot.forId(object.getId(), house.getStyle()) != null; - boolean isDoorHotspot = BuildingUtils.isDoorHotspot(object); - if (isBuildHotspot || isDoorHotspot) { - remove.add(object); + int id = object.getId(); + boolean isBuilt = object instanceof Constructed; + boolean isWall = HousingStyle.isDungeonWall(id) || id == house.getStyle().getWallId(); + boolean isDoor = id == house.getStyle().getDoorId() || id == house.getStyle().getSecondDoorId(); + if (!isBuilt && !isWall && !isDoor) { + SceneryBuilder.remove(object); + chunk.remove(object); } } } } } - for (Scenery object : remove) { - SceneryBuilder.remove(object); - } } /** @@ -194,14 +197,14 @@ public final class Room { * @param house The house manager. * @param chunk The region chunk used. */ - private void placeDoors(int housePlane, HouseManager house, RegionChunk chunk) { + private void placeDoors(int housePlane, HouseManager house, BuildRegionChunk chunk) { Room[][][] rooms = house.getRooms(); int rx = chunk.getCurrentBase().getChunkX(); int ry = chunk.getCurrentBase().getChunkY(); - for (int i = 0; i < RegionChunk.ARRAY_SIZE; i++) { + for (int i = 0; i < BuildRegionChunk.ARRAY_SIZE; i++) { for (int x = 0; x < 8; x++) { for (int y = 0; y < 8; y++) { - Scenery object = chunk.getObjects()[x][y][i]; + Scenery object = chunk.get(x, y, i); if (object != null && BuildingUtils.isDoorHotspot(object)) { boolean edge = false; Room otherRoom = null; @@ -271,7 +274,7 @@ public final class Room { return object.getId() % 2 != 0 ? house.getStyle().getDoorId() : house.getStyle().getSecondDoorId(); } } - return room.getProperties().isDungeon() ? 13065 : house.getStyle().getWallId(); //otherWallId is only used behind fireplaces + return room.getProperties().isDungeon() ? 13065 : house.getStyle().getWallId(); } /** @@ -420,4 +423,5 @@ public final class Room { public Direction getRotation() { return rotation; } + } diff --git a/Server/src/main/content/global/skill/construction/RoomProperties.java b/Server/src/main/content/global/skill/construction/RoomProperties.java index b42b9b313..80bc6e6ed 100644 --- a/Server/src/main/content/global/skill/construction/RoomProperties.java +++ b/Server/src/main/content/global/skill/construction/RoomProperties.java @@ -135,9 +135,7 @@ public enum RoomProperties { new Hotspot(BuildHotspot.TOOL2, 6, 0), new Hotspot(BuildHotspot.TOOL1, 1, 0), new Hotspot(BuildHotspot.TOOL3, 0, 1), - new Hotspot(BuildHotspot.TOOL5, 0, 6), - new Hotspot(BuildHotspot.CRAFTING_STOOL, 1, 3), - new Hotspot(BuildHotspot.WORKBENCH_STOOL, 3, 3)), + new Hotspot(BuildHotspot.TOOL5, 0, 6)), /** * Bedroom. @@ -922,7 +920,7 @@ public enum RoomProperties { public boolean[] getExits() { Region region = RegionManager.forId(7503); Region.load(region, true); - RegionChunk chunk = region.getChunks()[chunkX][chunkY][0]; + RegionChunk chunk = region.getPlanes()[0].getRegionChunk(chunkX, chunkY); return new boolean[] { isExit(chunk, 7, 3), isExit(chunk, 3, 0), isExit(chunk, 0, 3), isExit(chunk, 3, 7) }; } diff --git a/Server/src/main/content/global/skill/construction/decoration/StaircasePlugin.java b/Server/src/main/content/global/skill/construction/decoration/StaircasePlugin.java index 5288a2a91..8c22d84ab 100644 --- a/Server/src/main/content/global/skill/construction/decoration/StaircasePlugin.java +++ b/Server/src/main/content/global/skill/construction/decoration/StaircasePlugin.java @@ -29,18 +29,18 @@ public final class StaircasePlugin extends OptionHandler { public Plugin newInstance(Object arg) throws Throwable { ClassScanner.definePlugin(new BuildDialogue()); ClassScanner.definePlugin(new ClimbPohLadder()); - // 13497 - 13502 are normal stairs - // 13503 - 13506 are spiral stairs + // 13497 - 13502 are normal stairs + // 13503 - 13506 are spiral stairs for (int i = 13497; i <= 13506; i++) { SceneryDefinition.forId(i).getHandlers().put("option:climb", this); SceneryDefinition.forId(i).getHandlers().put("option:climb-up", this); SceneryDefinition.forId(i).getHandlers().put("option:climb-down", this); SceneryDefinition.forId(i).getHandlers().put("option:remove-room", this); } - // 13409 is dungeon entrance + // 13409 is dungeon entrance SceneryDefinition.forId(13409).getHandlers().put("option:enter", this); SceneryDefinition.forId(13409).getHandlers().put("option:remove-room", this); - // 13328 - 13330 are dungeon ladders + // 13328 - 13330 are dungeon ladders for (int id = 13328; id <= 13330; id++) { SceneryDefinition.forId(id).getHandlers().put("option:climb", this); SceneryDefinition.forId(id).getHandlers().put("option:remove-room", this); @@ -73,43 +73,45 @@ public final class StaircasePlugin extends OptionHandler { SceneryBuilder.replace(object, object.transform(object.getId() - 3)); return true; case "remove-room": - int currentZ = player.getLocation().getZ(); - int chunkX = player.getLocation().getChunkX(); - int chunkY = player.getLocation().getChunkY(); - // must be in building mode - if(!player.getHouseManager().isBuildingMode()) { - player.getPacketDispatch().sendMessage("You can only do this in building mode."); - return true; - } + int currentZ = player.getLocation().getZ(); + int chunkX = player.getLocation().getChunkX(); + int chunkY = player.getLocation().getChunkY(); - // if you're in the dungeon, try and remove the room at Z = 0 from the house region. - if (HouseManager.isInDungeon(player)) { - player.getDialogueInterpreter().open("con:remove", null, new int[]{chunkX, chunkY}, 0); + // must be in building mode + if(!player.getHouseManager().isBuildingMode()) { + player.getPacketDispatch().sendMessage("You can only do this in building mode."); + return true; + } - // From ground floor (z=0), stairs could lead to 1st floor (z=1) or the dungeon (z=3) - } else { - // garden dungeon entrance and oubliette ladders don't need a height selection - if (node.getId() == 13409 || node.getId() == 13675 || node.getId() == 13676 || node.getId() == 13677 || node.getId() == 13678 || node.getId() == 13679 || node.getId() == 13680) { - player.getDialogueInterpreter().open("con:remove", null, new int[]{chunkX, chunkY}, 3); - } else { - player.getDialogueInterpreter().sendOptions("Remove which room?", "Room Above", "Room Below", "Cancel"); - player.getDialogueInterpreter().addAction((interId, btn) -> { - if (btn == 2) { // Above - player.getDialogueInterpreter().open("con:remove", null, new int[]{chunkX, chunkY}, currentZ + 1); - } else if (btn == 3) { // Below - if (currentZ - 1 == -1) { - player.getDialogueInterpreter().open("con:remove", null, new int[]{chunkX, chunkY}, 3); - } else { - player.getDialogueInterpreter().open("con:remove", null, new int[]{chunkX, chunkY}, currentZ - 1); - } + // if you're in the dungeon, try and remove the room at Z = 0 from the house region. + if (HouseManager.isInDungeon(player)) { + player.getDialogueInterpreter().open("con:remove", null, new int[]{chunkX, chunkY}, 0); - } - }); - } + // From ground floor (z=0), stairs could lead to 1st floor (z=1) or the dungeon (z=3) + } else { + // garden dungeon entrance and oubliette ladders don't need a height selection + if(node.getId() == 13409 || node.getId() == 13675 || node.getId() == 13676 || node.getId() == 13677 || node.getId() == 13678 || node.getId() == 13679 || node.getId() == 13680) { + player.getDialogueInterpreter().open("con:remove", null, new int[]{chunkX, chunkY}, 3); + } else { + player.getDialogueInterpreter().sendOptions("Remove which room?", "Room Above", "Room Below", "Cancel"); + player.getDialogueInterpreter().addAction((interId, btn) -> { + if (btn == 2) { // Above + player.getDialogueInterpreter().open("con:remove", null, new int[]{chunkX, chunkY}, currentZ + 1); + } else if (btn == 3) { // Below + if (currentZ - 1 == -1) { + player.getDialogueInterpreter().open("con:remove", null, new int[]{chunkX, chunkY}, 3); + } else { + player.getDialogueInterpreter().open("con:remove", null, new int[]{chunkX, chunkY}, currentZ - 1); + } + + } + }); + } + + } + return true; - } - return true; case "climb": if (HouseManager.isInDungeon(player)) { climb(player, 1, house, object); @@ -149,7 +151,7 @@ public final class StaircasePlugin extends OptionHandler { if (plane < 0) { //Dungeon plane = 3; } - else if (player.getLocation().getRegion() == house.getDungeonRegion() && plane == 1) {// going up + else if (player.getViewport().getRegion() == house.getDungeonRegion() && plane == 1) {//going up plane = 0; } Room room = house.getRooms()[plane][roomX][roomY]; @@ -163,7 +165,7 @@ public final class StaircasePlugin extends OptionHandler { } } else { Location destination = l.transform(0, 0, z); - if (player.getLocation().getRegion() == house.getDungeonRegion()) { + if (player.getViewport().getRegion() == house.getDungeonRegion()) { destination = house.getHouseRegion().getBaseLocation().transform(l.getLocalX(), l.getLocalY(), 0); } else if (plane == 3) { @@ -415,7 +417,7 @@ public final class StaircasePlugin extends OptionHandler { for (Direction d : dirs) { if (d == room.getRotation()) { r.setRotation(d); - // todo this just puts a default set of stairs in the dungeon. The below code works for skill/quest hall, but not a dungeon entrance. + // todo this just puts a default set of stairs in the dungeon. The below code works for skill/quest hall, but not a dungeon entrance. //Hotspot stairs = room.getStairs(); //int index = stairs != null ? stairs.getDecorationIndex() : -1; BuildingUtils.buildRoom(player, r, plane, roomX, roomY, r.getExits(), true); @@ -473,4 +475,4 @@ public final class StaircasePlugin extends OptionHandler { } } -} +} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/construction/decoration/StaySeated.kt b/Server/src/main/content/global/skill/construction/decoration/StaySeated.kt deleted file mode 100644 index f7b04e605..000000000 --- a/Server/src/main/content/global/skill/construction/decoration/StaySeated.kt +++ /dev/null @@ -1,168 +0,0 @@ -package content.global.skill.construction.decoration - -import core.api.animate -import core.api.animationFinished -import core.api.findLocalNPCs -import core.api.forceMove -import core.api.getAttribute -import core.api.getScenery -import core.api.lock -import core.api.queueScript -import core.api.registerTimer -import core.api.removeAttributes -import core.api.removeTimer -import core.api.resetAnimator -import core.api.setAttribute -import core.api.stopExecuting -import core.game.interaction.QueueStrength -import core.game.node.entity.Entity -import core.game.node.entity.player.Player -import core.game.node.scenery.Scenery -import core.game.system.timer.PersistTimer -import core.game.system.timer.RSTimer -import core.game.world.map.Direction -import core.tools.ticksToCycles -import org.rs09.consts.Animations -import org.rs09.consts.Scenery as SceneryObj - -/** - * Handles sitting, standing, and of course the continual process of being seated, for anything you can sit on in a POH. - * Currently just stools though. - * @author Bishop - */ - -class StaySeated : PersistTimer(1 /*ticks*/, "con:stay-seated", isSoft = true) { - lateinit var player: Player - - companion object { - - const val STAY_SEATED_IDENTIFIER = "con:stay-seated" - const val ATTRIBUTE_SEATED = "con:stay-seated:seated" - const val ATTRIBUTE_STANDING_UP = "con:stay-seated:standing" - private const val ATTRIBUTE_DIRECTION = "con:stay-seated:direction" - private const val HUMAN_STANDING_IDLE = 808 // Same as AppearanceCache.STAND_ANIM - - private data class Sittable(val sittingObj: Int, val type: SittableType, val sittingAnim: Int, val seatedAnim: Int, val standingAnim: Int) - - private enum class SittableType { BENCH, CHAIR, STOOL } - - // Register new sittables and animations here - private val sittables = arrayOf( - Sittable(SceneryObj.STOOL_13719, SittableType.STOOL, Animations.HUMAN_SIT_POH_STOOL_4103, Animations.HUMAN_SEATED_POH_STOOL_4107, Animations.HUMAN_STAND_POH_STOOL_4105), - Sittable(SceneryObj.STOOL_13720, SittableType.STOOL, Animations.HUMAN_SIT_POH_STOOL_4103, Animations.HUMAN_SEATED_POH_OAK_STOOL_4108, Animations.HUMAN_STAND_POH_STOOL_4105), - ) - - // Register things here that you interact with in order to sit on something, but you don't actually sit on that thing itself - private fun getSittingObj(nodeId: Int): Int { - return when (nodeId) { - in SceneryObj.CLOCKMAKER_S_BENCH_13709..SceneryObj.CLOCKMAKER_S_BENCH_13712 -> SceneryObj.STOOL_13719 - in SceneryObj.WORKBENCH_13704..SceneryObj.WORKBENCH_13705 -> SceneryObj.STOOL_13719 - in SceneryObj.WORKBENCH_13706..SceneryObj.WORKBENCH_13708 -> SceneryObj.STOOL_13720 - else -> nodeId - } - } - - private val dirKey = intArrayOf( - Direction.SOUTH.value, Direction.SOUTH_WEST.value, Direction.WEST.value, Direction.NORTH_WEST.value, - Direction.NORTH.value, Direction.NORTH_EAST.value, Direction.EAST.value, Direction.SOUTH_EAST.value, - ) - - private fun getOrientation(rotation: Int, type: Int): Int { - if (type !in 10..11) return 0 - return dirKey[2 * (rotation % 4) + (type - 10)] - } - - private fun rotate(dirValue: Int, rot45degCW: Int) : Direction { - return Direction.get(dirKey[(dirKey.indexOf(dirValue) + rot45degCW) % 8]) - } - - fun seat(player: Player, node: Scenery) { - val sittingObj = getSittingObj(node.id) - val dirValue = getOrientation(node.rotation, node.type) - val currentSittable = sittables.firstOrNull { i -> sittingObj == i.sittingObj } ?: return - setAttribute(player, ATTRIBUTE_DIRECTION, dirValue) - lock(player, 1) - when (currentSittable.type) { - SittableType.BENCH -> return // TODO: Bench functionality - SittableType.CHAIR -> return // TODO: Chair functionality - SittableType.STOOL -> { - // Right now dirValue is of a direction that points from the table to the player - val dirMoving = rotate(dirValue, 2) - val dirFacing = rotate(dirValue, 4) - forceMove(player, player.location, player.location.transform(dirMoving, 1), - 0, ticksToCycles(1), dirFacing, currentSittable.sittingAnim) { - animate(player, currentSittable.seatedAnim) - setAttribute(player, ATTRIBUTE_SEATED, true) - registerTimer(player, StaySeated()) - } - } - } - return - } - - // Make a player stand up, or if forced just remove all traces of this timer's functionality from the player state - @JvmStatic - fun unseat(player: Player, forced: Boolean) { - val sittingObj = getScenery(player.location)?.id - val dirValue = getAttribute(player, ATTRIBUTE_DIRECTION, 0) - val currentSittable = sittables.firstOrNull { i -> sittingObj == i.sittingObj } - if (forced || currentSittable == null) { - removeTimer(player) - resetAnimator(player) - return - } - setAttribute(player, ATTRIBUTE_STANDING_UP, true) - lock(player, 1) - when (currentSittable.type) { - SittableType.BENCH -> return // TODO: Bench functionality - SittableType.CHAIR -> return // TODO: Chair functionality - SittableType.STOOL -> { - // Right now dirValue is of a direction that points from the table to the player - val dirStand = rotate(dirValue, 6) - animate(player, currentSittable.seatedAnim) - queueScript(player, 0, QueueStrength.SOFT) { - forceMove(player, player.location, player.location.transform(dirStand, 1), - 0, ticksToCycles(1), dirStand, currentSittable.standingAnim) { - removeTimer(player) - } - return@queueScript stopExecuting(player) - } - } - } - return - } - } - - override fun run(entity: Entity): Boolean { - player = entity as Player - if (getAttribute(player, ATTRIBUTE_STANDING_UP, false)) return true - val localObj = getScenery(player.location)?.id - val currentSittable = sittables.firstOrNull { i -> localObj == i.sittingObj } ?: return false - // Make a player being attacked by a random event stand up - // The reason the player is immune in the sitting state is that he or she is inside an object - val hostileNPCs = findLocalNPCs(player.location, 5).mapNotNull { it.takeIf { it.properties.combatPulse.getVictim() == player } } - if (hostileNPCs.isNotEmpty()) { - unseat(player, false) - return false - } - // Don't interrupt a player doing a different animation from the sitting animation unless it's the idle animation - val currentAnimId = player.animator.animation?.id - if (currentAnimId != currentSittable.seatedAnim && - currentAnimId != HUMAN_STANDING_IDLE && - currentAnimId != null && - !animationFinished(player)) { - return true - } - animate(player, currentSittable.seatedAnim) - return true - } - - override fun onRemoval(entity: Entity) { - removeAttributes(entity, ATTRIBUTE_DIRECTION, ATTRIBUTE_SEATED, ATTRIBUTE_STANDING_UP) - super.onRemoval(entity) - } - - override fun getTimer(vararg args: Any): RSTimer { - return StaySeated() - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/construction/decoration/chapel/BoneOfferPlugin.java b/Server/src/main/content/global/skill/construction/decoration/chapel/BoneOfferPlugin.java index 0ca3bc038..e681c861d 100644 --- a/Server/src/main/content/global/skill/construction/decoration/chapel/BoneOfferPlugin.java +++ b/Server/src/main/content/global/skill/construction/decoration/chapel/BoneOfferPlugin.java @@ -8,6 +8,7 @@ import core.game.node.entity.skill.Skills; import core.game.interaction.NodeUsageEvent; import core.game.interaction.UseWithHandler; import core.game.node.entity.player.Player; +import core.game.node.entity.player.link.audio.Audio; import core.game.node.item.Item; import core.game.node.scenery.Scenery; import core.game.system.task.Pulse; @@ -59,11 +60,11 @@ public class BoneOfferPlugin extends UseWithHandler { Scenery left = null; Scenery right = null; if (event.getUsedWith().asScenery().getRotation() % 2 == 0) { - left = RegionManager.getObject(event.getUsedWith().getLocation().getX() + 3, event.getUsedWith().getLocation().getY(), event.getUsedWith().getLocation().getZ()); - right = RegionManager.getObject(event.getUsedWith().getLocation().getX() - 2, event.getUsedWith().getLocation().getY(), event.getUsedWith().getLocation().getZ()); + left = RegionManager.getObject(event.getUsedWith().getLocation().getZ(), event.getUsedWith().getLocation().getX() + 3, event.getUsedWith().getLocation().getY()); + right = RegionManager.getObject(event.getUsedWith().getLocation().getZ(), event.getUsedWith().getLocation().getX() - 2, event.getUsedWith().getLocation().getY()); } else { - left = RegionManager.getObject(event.getUsedWith().getLocation().getX(), event.getUsedWith().getLocation().getY() + 3, event.getUsedWith().getLocation().getZ()); - right = RegionManager.getObject(event.getUsedWith().getLocation().getX(), event.getUsedWith().getLocation().getY() - 2, event.getUsedWith().getLocation().getZ()); + left = RegionManager.getObject(event.getUsedWith().getLocation().getZ(), event.getUsedWith().getLocation().getX(), event.getUsedWith().getLocation().getY() + 3); + right = RegionManager.getObject(event.getUsedWith().getLocation().getZ(), event.getUsedWith().getLocation().getX(), event.getUsedWith().getLocation().getY() - 2); } Bones b = Bones.forId(event.getUsedItem().getId()); if (b != null) { diff --git a/Server/src/main/content/global/skill/construction/decoration/pohstorage/Storable.kt b/Server/src/main/content/global/skill/construction/decoration/pohstorage/Storable.kt index 840b5cc44..d4b0b71c5 100644 --- a/Server/src/main/content/global/skill/construction/decoration/pohstorage/Storable.kt +++ b/Server/src/main/content/global/skill/construction/decoration/pohstorage/Storable.kt @@ -41,13 +41,13 @@ enum class Storable( ) { // Books - https://runescape.wiki/w/List_of_texts_and_tomes?oldid=848552 AbyssalBook(Items.ABYSSAL_BOOK_5520, intArrayOf(Items.ABYSSAL_BOOK_5520), type = StorableFamily.BOOKCASE, "Abyssal Research Notes", bitIndex = 0), // abyss miniquest - IMPLEMENTED - AncientBook(Items.ANCIENT_BOOK_7633, intArrayOf(Items.ANCIENT_BOOK_7633), type = StorableFamily.BOOKCASE, "The Sleeping Seven", bitIndex = 1, Quests.IN_AID_OF_THE_MYREQUE), // in aid of the myreque - AncientDiary(Items.DIARY_3846, intArrayOf(Items.DIARY_3846), type = StorableFamily.BOOKCASE, "Ancient Diary", bitIndex = 2, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest - IMPLEMENTED + AncientBook(Items.ANCIENT_BOOK_7633, intArrayOf(Items.ANCIENT_BOOK_7633), type = StorableFamily.BOOKCASE, "The Sleeping Seven", bitIndex = 1, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest + AncientDiary(Items.DIARY_3846, intArrayOf(Items.DIARY_3846), type = StorableFamily.BOOKCASE, "Ancient Diary", bitIndex = 2, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest ArenaBook(Items.ARENA_BOOK_6891, intArrayOf(Items.ARENA_BOOK_6891), type = StorableFamily.BOOKCASE, "Magic Training Arena Lore Book", bitIndex = 3), // mage training arena minigame AstronomyBook(Items.ASTRONOMY_BOOK_600, intArrayOf(Items.ASTRONOMY_BOOK_600), type = StorableFamily.BOOKCASE, "Astronomy Book", bitIndex = 4, Quests.OBSERVATORY_QUEST), // observatory quest - IMPLEMENTED BatteredBook(Items.BATTERED_BOOK_2886, intArrayOf(Items.BATTERED_BOOK_2886), type = StorableFamily.BOOKCASE, "Book of the Elemental Shield", bitIndex = 5, Quests.ELEMENTAL_WORKSHOP_I), // elemental workshop I quest - IMPLEMENTED BatteredTome(Items.BATTERED_TOME_7634, intArrayOf(Items.BATTERED_TOME_7634), type = StorableFamily.BOOKCASE, "Histories of Hallowland", bitIndex = 6, Quests.IN_AID_OF_THE_MYREQUE), // in aid of myreque quest - BeatenBook(Items.BEATEN_BOOK_9717, intArrayOf(Items.BEATEN_BOOK_9717), type = StorableFamily.BOOKCASE, "Book of the Elemental Helm", bitIndex = 7, Quests.ELEMENTAL_WORKSHOP_II), // elemental workshop II quest - IMPLEMENTED + BeatenBook(Items.BEATEN_BOOK_9717, intArrayOf(Items.BEATEN_BOOK_9717), type = StorableFamily.BOOKCASE, "Book of the Elemental Helm", bitIndex = 7, Quests.ELEMENTAL_WORKSHOP_II), // elemental workshop II quest BigBookOfBangs(Items.BIG_BOOK_OF_BANGS_3230, intArrayOf(Items.BIG_BOOK_OF_BANGS_3230), type = StorableFamily.BOOKCASE, "Big Book of Bangs", bitIndex = 8, Quests.REGICIDE), // regicide quest BindingBook(Items.BINDING_BOOK_730, intArrayOf(Items.BINDING_BOOK_730), type = StorableFamily.BOOKCASE, "Book of Binding", bitIndex = 9, Quests.LEGENDS_QUEST), // legends quest - IMPLEMENTED BirdBook(Items.BIRD_BOOK_10173, intArrayOf(Items.BIRD_BOOK_10173), type = StorableFamily.BOOKCASE, "William Oddity's Guide to the Avian", bitIndex = 10, Quests.EAGLES_PEAK), // eagles peak quest @@ -86,11 +86,11 @@ enum class Storable( HermansBook(Items.HERMANS_BOOK_7951, intArrayOf(Items.HERMANS_BOOK_7951), type = StorableFamily.BOOKCASE, "Dionysius: A Legend in His Own Lifetime", bitIndex = 43, Quests.SWAN_SONG), // swan song quest HistoryOfIban(Items.HISTORY_OF_IBAN_1494, intArrayOf(Items.HISTORY_OF_IBAN_1494), type = StorableFamily.BOOKCASE, "The Tale of Iban", bitIndex = 44, Quests.UNDERGROUND_PASS), // underground pass quest InstructionManual(Items.INSTRUCTION_MANUAL_5, intArrayOf(Items.INSTRUCTION_MANUAL_5), type = StorableFamily.BOOKCASE, "Dwarf Multicannon Manual", bitIndex = 45, Quests.DWARF_CANNON), // dwarf cannon quest - IMPLEMENTED - JossiksJournal(Items.JOURNAL_3845, intArrayOf(Items.JOURNAL_3845), type = StorableFamily.BOOKCASE, "Jossik's Diary", bitIndex = 46, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest - IMPLEMENTED + JossiksJournal(Items.JOURNAL_3845, intArrayOf(Items.JOURNAL_3845), type = StorableFamily.BOOKCASE, "Jossik's Diary", bitIndex = 46, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest LeatherBook(Items.LEATHER_BOOK_7635, intArrayOf(Items.LEATHER_BOOK_7635), type = StorableFamily.BOOKCASE, "Modern Day Morytania", bitIndex = 47, Quests.IN_AID_OF_THE_MYREQUE), // in aid of the myreque quest - Manual(Items.MANUAL_3847, intArrayOf(Items.MANUAL_3847), type = StorableFamily.BOOKCASE, "Lighthouse Manual", bitIndex = 48, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest - IMPLEMENTED + Manual(Items.MANUAL_3847, intArrayOf(Items.MANUAL_3847), type = StorableFamily.BOOKCASE, "Lighthouse Manual", bitIndex = 48, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest MoonclanManual(Items.MOONCLAN_MANUAL_9078, intArrayOf(Items.MOONCLAN_MANUAL_9078), type = StorableFamily.BOOKCASE, "Basics of Magic", bitIndex = 49, Quests.LUNAR_DIPLOMACY), // lunar diplomacy quest - MyNotes(Items.MY_NOTES_11339, intArrayOf(Items.MY_NOTES_11339), type = StorableFamily.BOOKCASE, "'My notes'", bitIndex = 50), // during barbarian training - IMPLEMENTED + MyNotes(Items.MY_NOTES_11339, intArrayOf(Items.MY_NOTES_11339), type = StorableFamily.BOOKCASE, "'My notes'", bitIndex = 50), // during barbarian training OldJournal(Items.OLD_JOURNAL_1493, intArrayOf(Items.OLD_JOURNAL_1493), type = StorableFamily.BOOKCASE, "The Journal of Randas", bitIndex = 51, Quests.UNDERGROUND_PASS), // underground pass quest OldTome(Items.OLD_TOME_13593, intArrayOf(Items.OLD_TOME_13593), type = StorableFamily.BOOKCASE, "Old Tome", bitIndex = 52, Quests.MEETING_HISTORY), // meeting history quest PrayerBook(Items.PRAYER_BOOK_10890, intArrayOf(Items.PRAYER_BOOK_10890), type = StorableFamily.BOOKCASE, "Prayer of Deliverance from Poisons", bitIndex = 53, Quests.THE_GREAT_BRAIN_ROBBERY), // the great brain robbery quest @@ -104,7 +104,7 @@ enum class Storable( TheShieldOfArravBook(Items.BOOK_757, intArrayOf(Items.BOOK_757), type = StorableFamily.BOOKCASE, "The Shield of Arrav", bitIndex = 61, Quests.SHIELD_OF_ARRAV), // shield of arrav quest - IMPLEMENTED SinkethsDiary(Items.SINKETHS_DIARY_11002, intArrayOf(Items.SINKETHS_DIARY_11002), type = StorableFamily.BOOKCASE, "Sin'keth's Diary", bitIndex = 62, Quests.WHAT_LIES_BELOW), // what lies below quest - IMPLEMENTED StrongholdNotes(Items.STRONGHOLD_NOTES_9004, intArrayOf(Items.STRONGHOLD_NOTES_9004), type = StorableFamily.BOOKCASE, "Stronghold of Security - Notes", bitIndex = 63), // from stronghold of security - IMPLEMENTED - TarnsDiary(Items.TARNS_DIARY_10587, intArrayOf(Items.TARNS_DIARY_10587), type = StorableFamily.BOOKCASE, "The Diary of Tarn Razorlor", bitIndex = 64), // lair of tarn miniquest - IMPLEMENTED + TarnsDiary(Items.TARNS_DIARY_10587, intArrayOf(Items.TARNS_DIARY_10587), type = StorableFamily.BOOKCASE, "The Diary of Tarn Razorlor", bitIndex = 64), // lair of tarn miniquest Translation(Items.TRANSLATION_4655, intArrayOf(Items.TRANSLATION_4655), type = StorableFamily.BOOKCASE, "Translation Primer (Four Diamonds Translation)", bitIndex = 65, Quests.DESERT_TREASURE), // desert treasure quest - IMPLEMENTED TranslationBook(Items.TRANSLATION_BOOK_784, intArrayOf(Items.TRANSLATION_BOOK_784), type = StorableFamily.BOOKCASE, "Gnome-English Translation Dictionary", bitIndex = 66, Quests.THE_EYES_OF_GLOUPHRIE), // eyes of glouphrie quest - IMPLEMENTED TzhaarTouristGuide(Items.TZHAAR_TOURIST_GUIDE_13244, intArrayOf(Items.TZHAAR_TOURIST_GUIDE_13244), type = StorableFamily.BOOKCASE, "Tzhaar Tourist Guide", bitIndex = 67, Quests.TOKTZ_KET_DILL), // toktz-ket-dill quest diff --git a/Server/src/main/content/global/skill/construction/decoration/skillhall/MountedCockatriceHead.kt b/Server/src/main/content/global/skill/construction/decoration/skillhall/MountedCockatriceHead.kt deleted file mode 100644 index 54472597e..000000000 --- a/Server/src/main/content/global/skill/construction/decoration/skillhall/MountedCockatriceHead.kt +++ /dev/null @@ -1,68 +0,0 @@ -package content.global.skill.construction.decoration.skillhall - -import content.global.skill.construction.HouseManager -import core.api.openDialogue -import core.game.dialogue.DialogueFile -import core.game.dialogue.FacialExpression -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.world.repository.Repository -import core.tools.END_DIALOGUE -import org.rs09.consts.NPCs -import org.rs09.consts.Scenery as Sceneries - -class MountedCockatriceHead : InteractionListener { - override fun defineListeners() { - on(Sceneries.COCKATRICE_HEAD_13482, IntType.SCENERY, "talk-to") { player, _ -> - val house = player.getAttribute("poh_entry", player.houseManager) - if (house == player.houseManager) { - openDialogue(player, MountedCockatriceHeadOwnerDialogue()) - } else { - val ownerName = Repository.players.first { it.houseManager == house }.username.capitalize() - openDialogue(player, MountedCockatriceHeadGuestDialogue(ownerName)) - } - return@on true - } - } -} - -class MountedCockatriceHeadOwnerDialogue : DialogueFile() { - override fun handle(componentID: Int, buttonID: Int) { - when (stage) { - 0 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_NORMAL, "You deaded me!").also { stage++ } - 1 -> playerl(FacialExpression.NEUTRAL, "Well, yes.").also { stage++ } - 2 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_NORMAL, "What did you do that for?").also { stage++ } - 3 -> options("A Slayer Master told me to.", "So I could mount your head on my wall.", "I just wanted to.").also { stage++ } - 4 -> when (buttonID) { - 1 -> playerl(FacialExpression.NEUTRAL, "A Slayer Master told me to.").also { stage = 10 } - 2 -> playerl(FacialExpression.NEUTRAL, "So I could mount your head on my wall.").also { stage = 20 } - 3 -> playerl(FacialExpression.NEUTRAL, "I just wanted to.").also { stage = 30 } - } - 10 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "Why do the Slayer Masters all pick on poor cockatrice?").also { stage++ } - 11 -> playerl(FacialExpression.NEUTRAL, "They pick on lots of other creatures too.").also { stage++ } - 12 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "Then mount one of them on your wall and let poor cockatrice rest in peace!").also { stage = END_DIALOGUE } - 20 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "Another cockatrice falls victim to the dreaded mirror shield!").also { stage++ } - 21 -> playerl(FacialExpression.NEUTRAL, "Don't take it personally. You look good on my wall.").also { stage++ } - 22 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "I don't care! I think I looked better with a body!").also { stage = END_DIALOGUE } - 30 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "You dirty rotten swine, you!").also { stage++ } - 31 -> playerl(FacialExpression.AMAZED, "Steady on.").also { stage++ } - 32 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "I will kill you with my paralyzing-type magic eyes look!").also { stage++ } - 33 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "Dots appear in air between eyes and victim. Dot! Dot! Dotty!").also { stage++ } - 34 -> playerl(FacialExpression.NEUTRAL, "Er, nothing's happening...").also { stage++ } - 35 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "Concentrates mental power. Eyes narrow beak clenches veins on head stand out.").also { stage++ } - 36 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "Strain!").also { stage++ } - 37 -> playerl(FacialExpression.ASKING, "You're dead, cockatrice. Your eyes are glass beads. It won't work.").also { stage++ } - 38 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "STRA-A-AIN!").also { stage++ } - 39 -> playerl(FacialExpression.ASKING, "I think I'll leave you to it.").also { stage = END_DIALOGUE } - } - } -} - -class MountedCockatriceHeadGuestDialogue(private val ownerName: String) : DialogueFile() { - override fun handle(componentID: Int, buttonID: Int) { - when (stage) { - 0 -> playerl(FacialExpression.HAPPY, "Hey, a cockatrice!").also { stage++ } - 1 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "$ownerName deaded me! That wasn't very nice!").also { stage = END_DIALOGUE } - } - } -} diff --git a/Server/src/main/content/global/skill/construction/decoration/workshop/WorkbenchListeners.kt b/Server/src/main/content/global/skill/construction/decoration/workshop/WorkbenchListeners.kt deleted file mode 100644 index 512702fb5..000000000 --- a/Server/src/main/content/global/skill/construction/decoration/workshop/WorkbenchListeners.kt +++ /dev/null @@ -1,173 +0,0 @@ -package content.global.skill.construction.decoration.workshop - -import content.global.skill.construction.BuildHotspot -import content.global.skill.construction.BuildingUtils -import content.global.skill.construction.Decoration -import content.global.skill.construction.Hotspot -import content.global.skill.construction.decoration.StaySeated -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.interaction.InterfaceListener -import core.game.interaction.QueueStrength -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import org.rs09.consts.Animations -import org.rs09.consts.Components -import org.rs09.consts.Items -import org.rs09.consts.Scenery - -/** - * Handles usage of the workbench, which allows construction of flatpacks. - * @author Bishop - */ - -class WorkbenchListeners : InteractionListener, InterfaceListener { - - companion object { - const val ATTRIBUTE_FLATPACK_MODE = "con:workbench:active" - const val ATTRIBUTE_WORKBENCH_ID = "con:workbench:id" - const val ATTRIBUTE_WORKBENCH_SELECTION = "con:workbench:hotspot" - - private val workbenches = intArrayOf( - Scenery.WORKBENCH_13704, // lv20, wooden - Scenery.WORKBENCH_13705, // lv40, oak - Scenery.WORKBENCH_13706, // lv60, steel framed - Scenery.WORKBENCH_13707, // lv80, with vice - Scenery.WORKBENCH_13708, // lv99, with lathe - ) - - private val decoCategories = arrayOf( - BuildHotspot.CHAIRS_1, // ButtonID 111 - BuildHotspot.BOOKCASE, // ButtonID 112 - BuildHotspot.BARRELS, // ButtonID 113 - BuildHotspot.KITCHEN_TABLE, // ButtonID 114 - BuildHotspot.DINING_TABLE, // ButtonID 115 - BuildHotspot.DINING_BENCH_1, // ButtonID 116 - BuildHotspot.BED, // ButtonID 117 - BuildHotspot.DRESSER, // ButtonID 118 - BuildHotspot.DRAWERS, // ButtonID 119 - BuildHotspot.CLOCK, // ButtonID 120 - BuildHotspot.CAPE_RACK, // ButtonID 121 - BuildHotspot.MAGIC_WARDROBE, // ButtonID 122 - BuildHotspot.ARMOUR_CASE, // ButtonID 123 - BuildHotspot.TREASURE_CHEST, // ButtonID 124 - BuildHotspot.COSTUME_BOX, // ButtonID 125 - BuildHotspot.TOY_BOX, // ButtonID 126 - ) - - /** - * Returns the maximum construction level of decoration that can be built at a given workbench by id. - */ - fun getBenchLevel(workbenchId: Int): Int { - return ((workbenches.indexOf(workbenchId) + 1) * 20) - } - - /** - * Animates the player crafting a flatpack, and exchanges its materials for the flatpack item. - * Flatpacks are free to produce for players with admin rights. - */ - fun produceFlatpack(player: Player, deco: Decoration) { - val reward = deco.flatpackItemID - val animation = if (getScenery(player.location)?.id == Scenery.STOOL_13720) { Animations.HUMAN_CRAFT_POH_OAK_STOOL_4110 } else { Animations.HUMAN_CRAFT_POH_STOOL_4109 } - if (reward == -1) return - if (removeItemsIfPlayerHasEnough(player, *deco.items) || player.isAdmin) { - closeInterface(player) - lock(player, getAnimation(animation).duration) - animate(player, animation) - rewardXP(player, Skills.CONSTRUCTION, deco.experience.toDouble()) - addItemOrDrop(player, reward) - } - } - } - - override fun defineListeners() { - // Use the workbench - on(workbenches, IntType.SCENERY, "work-at") { player, node -> - setAttribute(player, ATTRIBUTE_WORKBENCH_ID, node.id) - // Skip the animation if the player is already sitting down - if (getAttribute(player, StaySeated.ATTRIBUTE_SEATED, false)) { - val animation = if (getScenery(player.location)?.id == Scenery.STOOL_13720) { Animations.HUMAN_SEATED_POH_OAK_STOOL_4108 } else { Animations.HUMAN_SEATED_POH_STOOL_4107 } - animate(player, animation) - openInterface(player, Components.POH_WORKBENCH_397) - return@on true - } - StaySeated.seat(player, node as core.game.node.scenery.Scenery) - queueScript(player, 0) { - openInterface(player, Components.POH_WORKBENCH_397) - return@queueScript stopExecuting(player) - } - return@on true - } - - // Upgrade the workbench - on(workbenches, IntType.SCENERY, "upgrade") { player, node -> - // I could not find any video of how this looks or what the messages are, so all messages in this listener are placeholders - val hotspot = Hotspot(BuildHotspot.WORKBENCH, 3, 4, 4, 4) - val nodeObj = node as core.game.node.scenery.Scenery - val resultDeco = Decoration.forObjectId(node.id + 1) - if (!player.houseManager.isBuildingMode) { - sendMessage(player, "You have to be in building mode to do this.") // I don't actually know if this is true but better safe than sorry - return@on true - } - if (getDynLevel(player, Skills.CONSTRUCTION) < resultDeco.level) { - sendMessage(player, "You need a Construction level of ${resultDeco.level} to upgrade this.") - return@on true - } - if (!inInventory(player, Items.OAK_PLANK_8778, 2) || !inInventory(player, Items.STEEL_BAR_2353)) { - sendMessage(player, "You need two oak planks and a steel bar to upgrade this.") - return@on true - } - if (!inInventory(player, Items.HAMMER_2347) || !inInventory(player, Items.SAW_8794)) { - sendMessage(player, "You need a hammer and a saw to upgrade this.") - return@on true - } - if (removeItemsIfPlayerHasEnough(player, Item(Items.OAK_PLANK_8778, 2), Item(Items.STEEL_BAR_2353))) { - queueScript(player, 0, QueueStrength.SOFT) { stage -> - when (stage) { - 0 -> { - lock(player, BuildingUtils.BUILD_MID_ANIM.duration) - // Replaces the workbench with the upgraded form in HouseManager but not immediately in the instance - BuildingUtils.buildDecoration(player, hotspot, resultDeco, nodeObj, true, false) - return@queueScript delayScript(player, BuildingUtils.BUILD_MID_ANIM.duration) - } - 1 -> { - // Temporary replacement until POH can rebuild on next entrance with the correct workbench - replaceScenery(nodeObj, resultDeco.objectId, -1) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - } - return@on true - } - } - - override fun defineInterfaceListeners() { - // Select the category of decoration to craft - on(Components.POH_WORKBENCH_397) { player, _, _, buttonID, _, _ -> - val index = buttonID - 111 - if (index < 0 || index >= decoCategories.size) return@on false - val hotspot = decoCategories[index] - setAttribute(player, ATTRIBUTE_WORKBENCH_SELECTION, hotspot) - setAttribute(player, ATTRIBUTE_FLATPACK_MODE, true) - BuildingUtils.openBuildInterface(player, hotspot) - return@on true - } - - onClose(Components.POH_WORKBENCH_397) { player, _ -> - if (!getAttribute(player, ATTRIBUTE_FLATPACK_MODE, false)) { - removeAttributes(player, ATTRIBUTE_FLATPACK_MODE, ATTRIBUTE_WORKBENCH_SELECTION, ATTRIBUTE_WORKBENCH_ID) - } - return@onClose true - } - - onClose(Components.POH_DECORATION_396) { player, _ -> - removeAttributes(player, ATTRIBUTE_FLATPACK_MODE, ATTRIBUTE_WORKBENCH_SELECTION, ATTRIBUTE_WORKBENCH_ID) - return@onClose true - } - } - -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/construction/npc/HouseServantDialogue.java b/Server/src/main/content/global/skill/construction/npc/HouseServantDialogue.java index 1d3b43066..ddb967ebe 100644 --- a/Server/src/main/content/global/skill/construction/npc/HouseServantDialogue.java +++ b/Server/src/main/content/global/skill/construction/npc/HouseServantDialogue.java @@ -525,7 +525,7 @@ public class HouseServantDialogue extends DialoguePlugin { @Override public boolean pulse() { - if (player == null || player.getHouseManager().getHouseRegion() != player.getLocation().getRegion()) { // TODO: Check if in dungeon? + if (player == null || player.getHouseManager().getHouseRegion() != player.getViewport().getRegion()) { //TODO: Check if in dungeon? return true; } int amt = player.getBank().getAmount(item.getId()); diff --git a/Server/src/main/content/global/skill/cooking/CakeListener.kt b/Server/src/main/content/global/skill/cooking/CakeListener.kt deleted file mode 100644 index dc8eb948f..000000000 --- a/Server/src/main/content/global/skill/cooking/CakeListener.kt +++ /dev/null @@ -1,39 +0,0 @@ -package content.global.skill.cooking - -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.skill.Skills -import org.rs09.consts.Items - -class CakeListener : InteractionListener { - private val cakeArr = intArrayOf( - Items.EGG_1944, - Items.BUCKET_OF_MILK_1927, - Items.POT_OF_FLOUR_1933 - ) - - override fun defineListeners() { - onUseWith(IntType.ITEM, cakeArr, Items.CAKE_TIN_1887) { player, _, _ -> - if (getDynLevel(player, Skills.COOKING) < 40) { - sendMessage(player, "You need a Cooking level of at least 40 in order to do this.") - return@onUseWith true - } - - if(inInventory(player, Items.EGG_1944) && inInventory(player, Items.BUCKET_OF_MILK_1927) && inInventory(player, Items.POT_OF_FLOUR_1933) && inInventory(player, Items.CAKE_TIN_1887)) { - if(removeItem(player, Items.EGG_1944) && removeItem(player, Items.BUCKET_OF_MILK_1927) && removeItem(player, Items.POT_OF_FLOUR_1933) && removeItem(player, Items.CAKE_TIN_1887)){ - addItem(player, Items.EMPTY_POT_1931) - addItem(player, Items.UNCOOKED_CAKE_1889) - addItem(player, Items.BUCKET_1925) - sendMessage(player, "You mix the milk, flour and egg together to make a raw cake mix.") - - } - } - else{ - // Not sure about the authentic message - sendMessage(player, "You don't have enough ingredients to make that.") - } - return@onUseWith true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/CakeMakingPlugin.java b/Server/src/main/content/global/skill/cooking/CakeMakingPlugin.java new file mode 100644 index 000000000..084abf4c4 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/CakeMakingPlugin.java @@ -0,0 +1,69 @@ +package content.global.skill.cooking; + +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the plugin used to make a cake. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class CakeMakingPlugin extends UseWithHandler { + + /** + * Represents the bucket of milk item. + */ + private static final Item BUCKET_OF_MILK = new Item(1927); + + /** + * Represents the egg item. + */ + private static final Item EGG = new Item(1944); + + /** + * Represents the cake tin item. + */ + private static final Item CAKE_TIN = new Item(1887); + + /** + * Represents the pot of flour item. + */ + private static final Item POT_OF_FLOUR = new Item(1933); + + /** + * Represents the uncooked cake item. + */ + private static final Item UNCOOKED_CAKE = new Item(1889); + + /** + * Constructs a new {@code CakeMakingPlugin} {@code Object}. + */ + public CakeMakingPlugin() { + super(1933); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + addHandler(1887, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + if (event.getUsedItem().getId() == 1887 && ((Item) event.getUsedWith()).getId() == 1933 || event.getUsedWith().getName().equalsIgnoreCase("cake tin") && ((Item) event.getUsedItem()).getName().equalsIgnoreCase("pot of flour")) { + if (event.getPlayer().getInventory().contains(1933, 1) && event.getPlayer().getInventory().contains(1927, 1) && event.getPlayer().getInventory().contains(1944, 1)) { + if (event.getPlayer().getInventory().remove(BUCKET_OF_MILK, EGG, CAKE_TIN, POT_OF_FLOUR)) { + event.getPlayer().getInventory().add(UNCOOKED_CAKE); + event.getPlayer().getPacketDispatch().sendMessage("You mix the milk, flour and egg together to make a raw cake mix."); + return true; + } + } + } + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/CoconutListener.kt b/Server/src/main/content/global/skill/cooking/CoconutListener.kt deleted file mode 100644 index 5f7da66d4..000000000 --- a/Server/src/main/content/global/skill/cooking/CoconutListener.kt +++ /dev/null @@ -1,31 +0,0 @@ -package content.global.skill.cooking - -import core.api.addItem -import core.api.removeItem -import core.api.sendMessage -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class CoconutListener : InteractionListener { - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.COCONUT_5974, Items.HAMMER_2347) { player, used, _ -> - if(removeItem(player, used.id)) { - addItem(player, Items.COCONUT_5976) - sendMessage(player, "You crush the coconut with a hammer.") - return@onUseWith true - } - return@onUseWith false - } - onUseWith(IntType.ITEM, Items.COCONUT_5976, Items.VIAL_229) { player, used, with -> - if(removeItem(player, used.id) && removeItem(player, with.id)) { - addItem(player, Items.COCONUT_SHELL_5978) - addItem(player, Items.COCONUT_MILK_5935) - sendMessage(player, "You overturn the coconut into a vial.") - return@onUseWith true - } - return@onUseWith false - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/CoconutMakePlugin.java b/Server/src/main/content/global/skill/cooking/CoconutMakePlugin.java new file mode 100644 index 000000000..7520ff115 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/CoconutMakePlugin.java @@ -0,0 +1,56 @@ +package content.global.skill.cooking; + +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the plugin used to make a coconut. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class CoconutMakePlugin extends UseWithHandler { + + /** + * Represents the items related to coconut making plugin. + */ + private static final Item[] ITEMS = new Item[] { new Item(5974, 1), new Item(5976, 1), new Item(229), new Item(5935, 1), new Item(5978) }; + + /** + * Constructs a new {@code CoconutMakePlugin} {@code Object}. + */ + public CoconutMakePlugin() { + super(5974, 5976); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + addHandler(2347, ITEM_TYPE, this); + addHandler(229, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final Player player = event.getPlayer(); + final Item usedWith = (Item) event.getUsedWith(); + if (usedWith.getId() == 5974 && event.getUsedItem().getId() == 2347 || usedWith.getId() == 2347 && event.getUsedItem().getId() == 5974) { + player.getInventory().remove(ITEMS[0]); + player.getInventory().add(ITEMS[1]); + player.getPacketDispatch().sendMessage("You crush the coconut with a hammer."); + } + if (usedWith.getId() == 5976 && event.getUsedItem().getId() == 229 || usedWith.getId() == 229 && event.getUsedItem().getId() == 5976) { + player.getInventory().remove(ITEMS[1]); + player.getInventory().remove(ITEMS[2]); + player.getInventory().add(ITEMS[3]); + player.getInventory().add(ITEMS[4]); + player.getPacketDispatch().sendMessage("You overturn the coconut into a vial."); + } + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/CookingRecipePlugin.java b/Server/src/main/content/global/skill/cooking/CookingRecipePlugin.java new file mode 100644 index 000000000..067217358 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/CookingRecipePlugin.java @@ -0,0 +1,134 @@ +package content.global.skill.cooking; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.game.system.task.Pulse; +import core.plugin.Initializable; +import core.plugin.Plugin; +import core.game.dialogue.SkillDialogueHandler.SkillDialogue; +import core.game.dialogue.SkillDialogueHandler; + +import java.util.ArrayList; +import java.util.List; + +/** + * Represents a cooking recipe plugin. This is used to handle the multiple + * recipes used in cooking these recipes can range from making a pizza or making + * a pie. + * @author 'Vexia + * @version 1.9 + */ +@Initializable +public final class CookingRecipePlugin extends UseWithHandler { + + /** + * Constructs a new {@code CookingRecipePlugin} {@code Object}. + */ + public CookingRecipePlugin() { + super(getAllowedNodes()); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (Recipe recipe : Recipe.RECIPES) { + for (Item ingredient : recipe.getIngredients()) { + addHandler(ingredient.getId(), ITEM_TYPE, this); + } + } + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + Recipe recipe = null; + Item part = null; + // TODO: Transitioning to a Listener would save an O(n) pass through the recipes list on every use-with + recipeloop: + for (Recipe temp : Recipe.RECIPES) { + if (temp.isSingular()) { + if (temp.getBase().getId() == event.getUsedItem().getId() || temp.getBase().getId() == event.getBaseItem().getId()) { + for (Item ingredient : temp.getIngredients()) { + if (ingredient.getId() == event.getBaseItem().getId() || ingredient.getId() == event.getUsedItem().getId()) { + recipe = temp; + break recipeloop; + } + } + } + } else { + for (int k = 0; k < temp.getParts().length; k++) { + for (int i = 0; i < temp.getIngredients().length; i++) { + Item tempPart = temp.getParts()[k]; + Item ingredient = temp.getIngredients()[i]; + if (tempPart.getId() == event.getUsedItem().getId() && ingredient.getId() == event.getBaseItem().getId() || tempPart.getId() == event.getBaseItem().getId() && ingredient.getId() == event.getUsedItem().getId()) { + if (k == i) {// represents that this ingredient can + // mix with the other. + recipe = temp; + part = tempPart; + break recipeloop; + } + } + } + } + } + } + if (recipe != null) { + final Player player = event.getPlayer(); + final Recipe recipe_ = recipe; + final Item part_ = part; + SkillDialogueHandler handler = new SkillDialogueHandler(player, SkillDialogue.ONE_OPTION, recipe.getProduct()) { + @Override + public void create(final int amount, int index) { + player.getPulseManager().run(new Pulse(2) { + int count = 0; + @Override + public boolean pulse() { + recipe_.mix(player, event); + return ++count >= amount; + } + }); + } + + @Override + public int getAll(int index) { + return player.getInventory().getAmount(part_ != null ? part_ : recipe_.getBase()); + } + }; + if (player.getInventory().getAmount(recipe.getBase()) == 1) { + recipe_.mix(player, event); + } else { + handler.open(); + } + return true; + } + return false; + } + + /** + * Method used to get the allowed nodes for this plugin. + * @return the allowed nodes. + */ + private final static int[] getAllowedNodes() { + List bases = new ArrayList<>(10); + for (Recipe recipe : Recipe.RECIPES) { + for (Item base : recipe.getParts()) { + if (bases.contains(base.getId())) { + continue; + } + bases.add(base.getId()); + } + if (bases.contains(recipe.getBase().getId())) { + continue; + } + bases.add(recipe.getBase().getId()); + } + int[] baseArray = new int[bases.size()]; + for (int i = 0; i < bases.size(); i++) { + baseArray[i] = bases.get(i); + } + return baseArray; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/IntentionalBurnPulse.java b/Server/src/main/content/global/skill/cooking/IntentionalBurnPulse.java index 3e974f313..051f5a14c 100644 --- a/Server/src/main/content/global/skill/cooking/IntentionalBurnPulse.java +++ b/Server/src/main/content/global/skill/cooking/IntentionalBurnPulse.java @@ -43,6 +43,7 @@ public class IntentionalBurnPulse extends StandardCookingPulse { @Override public boolean cook(Player player, Scenery object, boolean burned, int initial, int product) { + super.animate(); Item initialItem = new Item(initial); Item productItem = new Item(product); @@ -50,7 +51,6 @@ public class IntentionalBurnPulse extends StandardCookingPulse { player.getInventory().add(productItem); player.getPacketDispatch().sendMessage(getMessage(initialItem, productItem, burned)); playAudio(player, Sounds.FRY_2577); - super.animate(); return true; } return false; diff --git a/Server/src/main/content/global/skill/cooking/PieShellPlugin.java b/Server/src/main/content/global/skill/cooking/PieShellPlugin.java new file mode 100644 index 000000000..4278836e8 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/PieShellPlugin.java @@ -0,0 +1,56 @@ +package content.global.skill.cooking; + +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the pie shell making plugin. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class PieShellPlugin extends UseWithHandler { + + /** + * Represents the pie sell item. + */ + private static final Item PIE_SHELL = new Item(2315, 1); + + /** + * Represents the pie dish item. + */ + private static final Item PIE_DISH = new Item(2313, 1); + + /** + * Represents the pastry dough item. + */ + private static final Item PASTRY_DOUGH = new Item(1953, 1); + + /** + * Constructs a new {@code PieMakingPlugin} {@code Object}. + */ + public PieShellPlugin() { + super(1953); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + addHandler(2313, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final Player player = event.getPlayer(); + if (player.getInventory().remove(PASTRY_DOUGH, PIE_DISH)) { + player.getInventory().add(PIE_SHELL); + player.getPacketDispatch().sendMessage("You put the pastry dough into the pie dish to make a pie shell."); + } + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/SkeweredFoodListener.kt b/Server/src/main/content/global/skill/cooking/SkeweredFoodListener.kt deleted file mode 100644 index 8465d2b88..000000000 --- a/Server/src/main/content/global/skill/cooking/SkeweredFoodListener.kt +++ /dev/null @@ -1,38 +0,0 @@ -package content.global.skill.cooking - -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.skill.Skills -import org.rs09.consts.Items - -class SkeweredFoodListener : InteractionListener { - val skewerMap = hashMapOf( - Items.RAW_CHOMPY_2876 to Items.SKEWERED_CHOMPY_7230, - Items.RAW_RABBIT_3226 to Items.SKEWERED_RABBIT_7224, - Items.RAW_BIRD_MEAT_9978 to Items.SKEWERED_BIRD_MEAT_9984, - Items.RAW_BEAST_MEAT_9986 to Items.SKEWERED_BEAST_9992 - ) - - override fun defineListeners() { - onUseWith(IntType.ITEM, skewerMap.keys.toIntArray(), Items.IRON_SPIT_7225) { player, used, with -> - val level = when (used.id) { - Items.RAW_BIRD_MEAT_9978 -> 11 - Items.RAW_RABBIT_3226 -> 16 - Items.RAW_BEAST_MEAT_9986 -> 21 - Items.RAW_CHOMPY_2876 -> 30 - else -> 0 - } - - if (getDynLevel(player, Skills.COOKING) < level) { - sendMessage(player, "You need a Cooking level of at least $level in order to do this.") - return@onUseWith true - } - if (removeItem(player, used.id) && removeItem(player, with.id)) { - skewerMap[used.id]?.let { addItem(player, it) } - return@onUseWith true - } - return@onUseWith false - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/SkeweredFoodPlugin.java b/Server/src/main/content/global/skill/cooking/SkeweredFoodPlugin.java new file mode 100644 index 000000000..8f02bfcb9 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/SkeweredFoodPlugin.java @@ -0,0 +1,115 @@ +package content.global.skill.cooking; + +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; +import org.rs09.consts.Items; + +/** + * Represents the plugin used to make skwered items. + * @author 'Vexia + * @date 22/12/2013 + */ +@Initializable +public class SkeweredFoodPlugin extends UseWithHandler { + + /** + * Represents the level required. + */ + private final int LEVEL = 20; + + /** + * Constructs a new {@code SkeweredFoodPlugin} {@code Object}. + */ + public SkeweredFoodPlugin() { + super(7225); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (SkeweredSet set : SkeweredSet.values()) { + addHandler(set.getRaw().getId(), ITEM_TYPE, this); + } + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final Player player = event.getPlayer(); + if (player.getSkills().getLevel(Skills.FIREMAKING) < LEVEL) { + player.getPacketDispatch().sendMessage("You meed a Firemaking level of at least " + LEVEL + " in order to do this."); + return true; + } + final SkeweredSet set = SkeweredSet.forItem(event.getBaseItem().getId() == 7225 ? event.getUsedItem() : event.getBaseItem()); + if (player.getInventory().remove(event.getBaseItem()) && player.getInventory().remove(event.getUsedItem())) { + player.getInventory().add(set.getProduct()); + } + return true; + } + + /** + * Represents a set of skwered items. + * @author 'Vexia + * @date 22/12/2013 + */ + public enum SkeweredSet { + CHOMPY(new Item(Items.RAW_CHOMPY_2876), new Item(Items.SKEWERED_CHOMPY_7230)), + RABBIT(new Item(Items.RAW_RABBIT_3226), new Item(Items.SKEWERED_RABBIT_7224)), + BIRD(new Item(Items.RAW_BIRD_MEAT_9978), new Item(Items.SKEWERED_BIRD_MEAT_9984)), + BEAST(new Item(Items.RAW_BEAST_MEAT_9986), new Item(Items.SKEWERED_BEAST_9992)); + + /** + * Represents the raw item. + */ + private final Item raw; + + /** + * Represents the product item. + */ + private final Item product; + + /** + * Constructs a new {@code SkeweredFoodPlugin} {@code Object}. + * @param raw the raw item. + * @param product the product. + */ + private SkeweredSet(Item raw, Item product) { + this.raw = raw; + this.product = product; + } + + /** + * Gets the raw. + * @return The raw. + */ + public Item getRaw() { + return raw; + } + + /** + * Gets the product. + * @return The product. + */ + public Item getProduct() { + return product; + } + + /** + * Gets the skwered set. + * @param item the item. + * @return the set. + */ + public static SkeweredSet forItem(final Item item) { + for (SkeweredSet set : values()) { + if (set.getRaw().getId() == item.getId()) { + return set; + } + } + return null; + } + } +} diff --git a/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java b/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java index 34dc67319..17699fc2c 100644 --- a/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java +++ b/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java @@ -149,6 +149,7 @@ public class StandardCookingPulse extends Pulse { public boolean cook(final Player player, final Scenery object, final boolean burned, final int initial, final int product) { Item initialItem = new Item(initial); Item productItem = new Item(product); + animate(); //handle special cooking results (spits, cake, etc) that don't justify separate plugin switch (initial) { @@ -187,7 +188,6 @@ public class StandardCookingPulse extends Pulse { } player.getPacketDispatch().sendMessage(getMessage(initialItem, productItem, burned)); playAudio(player, Sounds.FRY_2577); - animate(); return true; } return false; diff --git a/Server/src/main/content/global/skill/cooking/WatermelonSliceListener.kt b/Server/src/main/content/global/skill/cooking/WatermelonSliceListener.kt deleted file mode 100644 index 12f1ee22d..000000000 --- a/Server/src/main/content/global/skill/cooking/WatermelonSliceListener.kt +++ /dev/null @@ -1,20 +0,0 @@ -package content.global.skill.cooking - -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class WatermelonSliceListener : InteractionListener { - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.WATERMELON_5982, Items.KNIFE_946) { player, used, _ -> - if(removeItem(player, used.asItem())) { - addItemOrDrop(player, Items.WATERMELON_SLICE_5984, 3) - sendMessage(player, "You slice the watermelon into three slices.") - return@onUseWith true - } - return@onUseWith false - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/WatermelonSlicePlugin.java b/Server/src/main/content/global/skill/cooking/WatermelonSlicePlugin.java new file mode 100644 index 000000000..d8273968f --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/WatermelonSlicePlugin.java @@ -0,0 +1,59 @@ +package content.global.skill.cooking; + +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.item.GroundItemManager; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the plugin used to slice a watermelon. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class WatermelonSlicePlugin extends UseWithHandler { + + /** + * Represents the knife item. + */ + private static final Item KNIFE = new Item(946); + + /** + * Represents the watermelon item. + */ + private static final Item WATERMELON = new Item(5982); + + /** + * Represents the watermelon slice item. + */ + private static final Item WATERMELON_SLICE = new Item(5984); + + /** + * Constructs a new {@code WatermelonSlicePlugin.java} {@code Object}. + */ + public WatermelonSlicePlugin() { + super(KNIFE.getId()); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + addHandler(5982, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + if (event.getPlayer().getInventory().remove(WATERMELON)) { + for (int i = 0; i < 3; i++) { + if (!event.getPlayer().getInventory().add(WATERMELON_SLICE)) { + GroundItemManager.create(WATERMELON_SLICE, event.getPlayer()); + } + } + event.getPlayer().getPacketDispatch().sendMessage("You slice the watermelon into three slices."); + } + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/WineFermentListener.kt b/Server/src/main/content/global/skill/cooking/WineFermentListener.kt deleted file mode 100644 index 1c4c67b9d..000000000 --- a/Server/src/main/content/global/skill/cooking/WineFermentListener.kt +++ /dev/null @@ -1,30 +0,0 @@ -package content.global.skill.cooking - -import content.global.skill.cooking.fermenting.WineFermentingPulse -import core.api.addItem -import core.api.getDynLevel -import core.api.removeItem -import core.api.sendMessage -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.skill.Skills -import core.game.world.GameWorld.Pulser -import org.rs09.consts.Items - -class WineFermentListener : InteractionListener { - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.GRAPES_1987, Items.JUG_OF_WATER_1937) { player, used, with -> - if (getDynLevel(player, Skills.COOKING) < 35) { - sendMessage(player, "You need a cooking level of 35 to do this.") - return@onUseWith true - } - if (removeItem(player, used.id) && removeItem(player, with.id)) { - addItem(player, Items.UNFERMENTED_WINE_1995) - Pulser.submit(WineFermentingPulse(1, player)) - return@onUseWith true - } - return@onUseWith false - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/WineFermentPlugin.java b/Server/src/main/content/global/skill/cooking/WineFermentPlugin.java new file mode 100644 index 000000000..b2e96678d --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/WineFermentPlugin.java @@ -0,0 +1,63 @@ +package content.global.skill.cooking; + +import core.plugin.Initializable; +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.fermenting.WineFermentingPulse; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.game.world.GameWorld; +import core.plugin.Plugin; + +/** + * Represents the plugin used to ferment wine. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class WineFermentPlugin extends UseWithHandler { + + /** + * Represents the grapes item. + */ + private static final Item GRAPES = new Item(1987, 1); + + /** + * Represents the jug of water item. + */ + private static final Item JUG_OF_WATER = new Item(1937, 1); + + /** + * Represents the unfermented wine item. + */ + private static final Item UNFERMENTED_WINE = new Item(1995, 1); + + /** + * Constructs a new {@code WineFermentPlugin} {@code Object}. + */ + public WineFermentPlugin() { + super(1937); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + addHandler(1987, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final Player player = event.getPlayer(); + if (player.getSkills().getLevel(Skills.COOKING) < 35) { + player.getPacketDispatch().sendMessage("You need a cooking level of 35 to do this."); + return true; + } + if (player.getInventory().remove(GRAPES, JUG_OF_WATER)) { + player.getInventory().add(UNFERMENTED_WINE); + GameWorld.getPulser().submit(new WineFermentingPulse(1, player)); + } + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/ChocolateCakeListener.kt b/Server/src/main/content/global/skill/cooking/recipe/ChocolateCakeListener.kt deleted file mode 100644 index 0661c9417..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/ChocolateCakeListener.kt +++ /dev/null @@ -1,31 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class ChocolateCakeListener : InteractionListener { - - val chocolate = intArrayOf(Items.CHOCOLATE_BAR_1973, Items.CHOCOLATE_DUST_1975) - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.CAKE_1891, *chocolate) { player, used, with -> - val product = Items.CHOCOLATE_CAKE_1897 - val level = 50 - val experience = 30.0 - val message = "" - val failMessage = "You need a Cooking level of $level in order to do that." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/CurryListener.kt b/Server/src/main/content/global/skill/cooking/recipe/CurryListener.kt deleted file mode 100644 index b6be43bb4..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/CurryListener.kt +++ /dev/null @@ -1,37 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.item.Item -import org.rs09.consts.Items - -class CurryListener : InteractionListener { - - val added = intArrayOf(Items.CURRY_LEAF_5970, Items.SPICE_2007) - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.UNCOOKED_STEW_2001, *added) { player, used, with -> - val product = Items.UNCOOKED_CURRY_2009 - val amountAdded = when (with.id) { - Items.CURRY_LEAF_5970 -> 3 - Items.SPICE_2007 -> 1 - else -> 0 - } - val level = 60 - val experience = 0.0 - val message = "You mix the spice with the stew." - val failMessage = "You need a Cooking level of at least $level in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - Item(with.id, amountAdded), - product, - level, - experience, - message, - failMessage - ) - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/MixHandler.kt b/Server/src/main/content/global/skill/cooking/recipe/MixHandler.kt deleted file mode 100644 index aa3b8bc59..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/MixHandler.kt +++ /dev/null @@ -1,72 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.api.* -import core.game.dialogue.SkillDialogueHandler -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import kotlin.math.min - -fun standardMix(player: Player, used: Item, with: Item, product: Int, level: Int, experience: Double, message: String, failMessage: String): Boolean { - // Avoids sending dialogue if not enough ingredients to create (relevant only for curry leaves) - if (amountInInventory(player, used.id) < used.amount || amountInInventory(player, with.id) < with.amount) { - // Not sure about the authentic message - sendMessage(player, "You don't have enough ingredients to make that.") - return true - } - - // Avoids sending dialogue if only one can be created - if (amountInInventory(player, used.id) == used.amount || amountInInventory(player, with.id) == with.amount) { - if (getDynLevel(player, Skills.COOKING) < level) { - sendDialogue(player, failMessage) - return true - } - - if (removeItem(player, used) && removeItem(player, with)) { - sendMessage(player, message) - rewardXP(player, Skills.COOKING, experience) - addItem(player, product) - containerIngredient(player, used.id) - containerIngredient(player, with.id) - } - return true - } - - mixHandler( - player, - used, - with, - product, - level, - experience, - message, - failMessage - ).open() - return true -} - -private fun mixHandler(player: Player, used: Item, with: Item, product: Int, level: Int, experience: Double, message: String, failMessage: String): SkillDialogueHandler { - val handler: SkillDialogueHandler = - object : SkillDialogueHandler(player, SkillDialogue.ONE_OPTION, product.asItem()) { - override fun create(amount: Int, index: Int) { - if (!playerMeetsInitialRequirements()) return - MixScript(player, used, with, product, amount, level, experience, message, failMessage).invoke() - } - - private fun playerMeetsInitialRequirements(): Boolean { - if (getDynLevel(player, Skills.COOKING) < level) { - sendDialogue(player, failMessage) - return false - } - return true - } - - override fun getAll(index: Int): Int { - return min( - amountInInventory(player, used.id)/used.amount, - amountInInventory(player, with.id)/with.amount - ) - } - } - return handler -} diff --git a/Server/src/main/content/global/skill/cooking/recipe/MixScript.kt b/Server/src/main/content/global/skill/cooking/recipe/MixScript.kt deleted file mode 100644 index 245c078af..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/MixScript.kt +++ /dev/null @@ -1,57 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.api.* -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import org.rs09.consts.Items - -class MixScript( - private val player: Player, - private val used: Item, - private val with: Item, - private val product: Int, - private val sets: Int, - private val level: Int, - private val experience: Double, - private val message: String, - private val failMessage: String -) { - - private val delay = 2 - - fun invoke() { - queueScript(player, delay) { stage -> Int - if (getDynLevel(player, Skills.COOKING) < level) { - sendDialogue(player, failMessage) - return@queueScript stopExecuting(player) - } - - if (inInventory(player, used.id, used.amount) && inInventory(player, with.id, with.amount)) { - if(removeItem(player, used) && removeItem(player, with)) { - sendMessage(player, message) - rewardXP(player, Skills.COOKING, experience) - addItem(player, product) - containerIngredient(player, used.id) - containerIngredient(player, with.id) - } - } else { - return@queueScript stopExecuting(player) - } - - if (stage >= sets - 1) { - return@queueScript stopExecuting(player) - } - - return@queueScript delayScript(player, delay) - } - } -} - -fun containerIngredient(player: Player, ingredient: Int): Boolean{ - return when (ingredient) { - Items.BUCKET_OF_WATER_1929, Items.COMPOST_6032 -> addItem(player, Items.BUCKET_1925) - Items.FRIED_MUSHROOMS_7082 -> addItem(player, Items.BOWL_1923) - else -> false - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/OomlieWrap.java b/Server/src/main/content/global/skill/cooking/recipe/OomlieWrap.java new file mode 100644 index 000000000..d5e8ee5f7 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/OomlieWrap.java @@ -0,0 +1,57 @@ +package content.global.skill.cooking.recipe; + +import org.rs09.consts.Items; +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * @author afaroutdude + */ +public class OomlieWrap extends Recipe { + + private static final Item OOMLIE_WRAP = new Item(Items.WRAPPED_OOMLIE_2341); + private static final Item RAW_OOMLIE = new Item(Items.RAW_OOMLIE_2337); + private static final Item PALM_LEAF = new Item(Items.PALM_LEAF_2339); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 50) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of 50 in order to do that."); + return; + } + super.mix(player, event); + } + + @Override + public Item getBase() { + return RAW_OOMLIE; + } + + @Override + public Item getProduct() { + return OOMLIE_WRAP; + } + + @Override + public Item[] getIngredients() { + return new Item[] { PALM_LEAF }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You wrap the raw oomlie in the palm leaf."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/OomlieWrapListener.kt b/Server/src/main/content/global/skill/cooking/recipe/OomlieWrapListener.kt deleted file mode 100644 index 79024be71..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/OomlieWrapListener.kt +++ /dev/null @@ -1,29 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class OomlieWrapListener : InteractionListener { - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.RAW_OOMLIE_2337, Items.PALM_LEAF_2339) { player, used, with -> - val product = Items.WRAPPED_OOMLIE_2341 - val level = 50 - val experience = 0.0 - val message = "You wrap the raw oomlie in the palm leaf." - val failMessage = "You need a Cooking level of at least $level in order to do that." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/PieListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PieListener.kt deleted file mode 100644 index 8f6b1a841..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/PieListener.kt +++ /dev/null @@ -1,79 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class PieListener : InteractionListener { - - val base = PieProduct.values().map { it.base }.toIntArray() - val added = PieProduct.values().map { it.added }.toIntArray() - - override fun defineListeners() { - onUseWith(IntType.ITEM, base, *added) { player, used, with -> - val pie = PieProduct.productMap[used.id] ?: return@onUseWith true - - if (pie.added != with.id) { - return@onUseWith false - } - - val product = pie.product - val level = pie.minimumLevel - val experience = 0.0 - val message = "You fill the pie with ${pie.ingredientMessage}." - val failMessage = "You need a Cooking level of ${pie.minimumLevel} to make this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } - - enum class PieProduct( - val base: Int, - val added: Int, - val product: Int, - val minimumLevel: Int, - val ingredientMessage: String, - ) { - REDBERRY_PIE(Items.REDBERRIES_1951, Items.PIE_SHELL_2315, Items.UNCOOKED_BERRY_PIE_2321, 10, "redberries"), - MEAT_PIE(Items.COOKED_MEAT_2142, Items.PIE_SHELL_2315, Items.UNCOOKED_MEAT_PIE_2319, 20, "meat"), - MUD_PIE_1(Items.COMPOST_6032, Items.PIE_SHELL_2315, Items.PART_MUD_PIE_7164, 29, "compost"), - MUD_PIE_2(Items.PART_MUD_PIE_7164, Items.BUCKET_OF_WATER_1929, Items.PART_MUD_PIE_7166, 29, "water"), - MUD_PIE_3(Items.PART_MUD_PIE_7166, Items.CLAY_434, Items.RAW_MUD_PIE_7168, 29, "clay"), - APPLE_PIE(Items.COOKING_APPLE_1955, Items.PIE_SHELL_2315, Items.UNCOOKED_APPLE_PIE_2317, 30, "cooking apple"), - GARDEN_PIE_1(Items.TOMATO_1982, Items.PIE_SHELL_2315, Items.PART_GARDEN_PIE_7172, 34, "tomato"), - GARDEN_PIE_2(Items.PART_GARDEN_PIE_7172, Items.ONION_1957, Items.PART_GARDEN_PIE_7174, 34, "onion"), - GARDEN_PIE_3(Items.PART_GARDEN_PIE_7174, Items.CABBAGE_1965, Items.RAW_GARDEN_PIE_7176, 34, "cabbage"), - FISH_PIE_1(Items.TROUT_333, Items.PIE_SHELL_2315, Items.PART_FISH_PIE_7182, 47, "trout"), - FISH_PIE_2(Items.PART_FISH_PIE_7182, Items.COD_339, Items.PART_FISH_PIE_7184, 47, "cod"), - FISH_PIE_3(Items.PART_FISH_PIE_7184, Items.POTATO_1942, Items.RAW_FISH_PIE_7186, 47, "potato"), - ADMIRAL_PIE_1(Items.SALMON_329, Items.PIE_SHELL_2315, Items.PART_ADMIRAL_PIE_7192, 70, "salmon"), - ADMIRAL_PIE_2(Items.PART_ADMIRAL_PIE_7192, Items.TUNA_361, Items.PART_ADMIRAL_PIE_7194, 70, "tuna"), - ADMIRAL_PIE_3(Items.PART_ADMIRAL_PIE_7194, Items.POTATO_1942, Items.RAW_ADMIRAL_PIE_7196, 70, "potato"), - WILD_PIE_1(Items.RAW_BEAR_MEAT_2136, Items.PIE_SHELL_2315, Items.PART_WILD_PIE_7202, 85, "raw bear meat"), - WILD_PIE_2(Items.PART_WILD_PIE_7202, Items.RAW_CHOMPY_2876, Items.PART_WILD_PIE_7204, 85, "raw chompy"), - WILD_PIE_3(Items.PART_WILD_PIE_7204, Items.RAW_RABBIT_3226, Items.RAW_WILD_PIE_7206, 85, "raw rabbit"), - SUMMER_PIE_1(Items.STRAWBERRY_5504, Items.PIE_SHELL_2315, Items.PART_SUMMER_PIE_7212, 95, "strawberry"), - SUMMER_PIE_2(Items.PART_SUMMER_PIE_7212, Items.WATERMELON_5982, Items.PART_SUMMER_PIE_7214, 95, "watermelon"), - SUMMER_PIE_3(Items.PART_SUMMER_PIE_7214, Items.COOKING_APPLE_1955, Items.RAW_SUMMER_PIE_7216, 95, "apple"), - ; - - companion object { - val productMap = HashMap() - - init { - for (pie in PieProduct.values()) { - productMap[pie.base] = pie - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/PieShellListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PieShellListener.kt deleted file mode 100644 index b0e075575..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/PieShellListener.kt +++ /dev/null @@ -1,29 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class PieShellListener : InteractionListener { - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.PIE_DISH_2313, Items.PASTRY_DOUGH_1953) { player, used, with -> - val product = Items.PIE_SHELL_2315 - val level = 1 - val experience = 0.0 - val message = "You put the pastry dough into the pie dish to make a pie shell." - val failMessage = "" - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/PizzaListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PizzaListener.kt deleted file mode 100644 index f70c32f35..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/PizzaListener.kt +++ /dev/null @@ -1,66 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class PizzaListener : InteractionListener { - - val base = PizzaProduct.values().map { it.base }.toIntArray() - val added = PizzaProduct.values().map { it.added }.toIntArray() - - override fun defineListeners() { - onUseWith(IntType.ITEM, base, *added) { player, used, with -> - val pizza = PizzaProduct.productMap[used.id] ?: return@onUseWith true - - if (pizza.added != with.id) { - return@onUseWith false - } - - val product = pizza.product - val level = pizza.minimumLevel - val experience = pizza.experience - val message = "You add the ${pizza.message} to the pizza." - val failMessage = "You need a Cooking level of at least ${pizza.minimumLevel} in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } - - enum class PizzaProduct( - val base: Int, - val added: Int, - val product: Int, - val minimumLevel: Int, - val experience: Double, - val message: String, - ) { - PIZZA_1(Items.TOMATO_1982, Items.PIZZA_BASE_2283, Items.INCOMPLETE_PIZZA_2285, 35, 0.0,"tomato"), - PIZZA_2(Items.CHEESE_1985, Items.INCOMPLETE_PIZZA_2285, Items.UNCOOKED_PIZZA_2287, 35, 0.0, "cheese"), - MEAT_PIZZA_1(Items.COOKED_MEAT_2142, Items.PLAIN_PIZZA_2289, Items.MEAT_PIZZA_2293, 45, 26.0, "meat"), - MEAT_PIZZA_2(Items.COOKED_CHICKEN_2140, Items.PLAIN_PIZZA_2289, Items.MEAT_PIZZA_2293, 45, 26.0, "cooked chicken"), - ANCHOVY_PIZZA(Items.ANCHOVIES_319, Items.PLAIN_PIZZA_2289, Items.ANCHOVY_PIZZA_2297, 55, 39.0, "anchovies"), - PINEAPPLE_PIZZA_1(Items.PINEAPPLE_CHUNKS_2116, Items.PLAIN_PIZZA_2289, Items.PINEAPPLE_PIZZA_2301, 65, 52.0, "pineapple"), - PINEAPPLE_PIZZA_2(Items.PINEAPPLE_RING_2118, Items.PLAIN_PIZZA_2289, Items.PINEAPPLE_PIZZA_2301, 65, 52.0, "pineapple"), - ; - - companion object { - val productMap = HashMap() - - init { - for (pizza in PizzaProduct.values()) { - productMap[pizza.base] = pizza - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/PotatoListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PotatoListener.kt deleted file mode 100644 index 6e2cd5b5c..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/PotatoListener.kt +++ /dev/null @@ -1,77 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class PotatoListener : InteractionListener { - - val added = PotatoProduct.values().map { it.added }.toIntArray() - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.BAKED_POTATO_6701, Items.PAT_OF_BUTTER_6697) { player, used, with -> - val product = Items.POTATO_WITH_BUTTER_6703 - val level = 39 - val experience = 40.5 - val message = "You add a pat of butter to the potato." - val failMessage = "You need a Cooking level of at least $level in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - - onUseWith(IntType.ITEM, added, Items.POTATO_WITH_BUTTER_6703) { player, used, with -> - val topping = PotatoProduct.productMap[used.id] ?: return@onUseWith true - - val product = topping.product - val level = topping.minimumLevel - val experience = topping.experience - val message = "" - val failMessage = "You need a Cooking level of at least $level in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } - - enum class PotatoProduct( - val added: Int, - val product: Int, - val minimumLevel: Int, - val experience: Double, - val message: String - ) { - CHEESE_POTATO(Items.CHEESE_1985, Items.POTATO_WITH_CHEESE_6705, 47, 10.0, ""), - CHILLI_POTATO(Items.CHILLI_CON_CARNE_7062, Items.CHILLI_POTATO_7054, 41, 15.0, ""), - EGG_POTATO(Items.EGG_AND_TOMATO_7064, Items.EGG_POTATO_7056, 51, 50.0, ""), - TUNA_POTATO(Items.TUNA_AND_CORN_7068, Items.TUNA_POTATO_7060, 68, 10.0, ""), - MUSHROOM_POTATO(Items.MUSHROOM_AND_ONION_7066, Items.MUSHROOM_POTATO_7058, 64, 55.0, ""), - ; - - companion object { - val productMap = HashMap() - - init { - for (topping in PotatoProduct.values()) { - productMap[topping.added] = topping - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/Recipe.java b/Server/src/main/content/global/skill/cooking/recipe/Recipe.java new file mode 100644 index 000000000..3e2eff513 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/Recipe.java @@ -0,0 +1,134 @@ +package content.global.skill.cooking.recipe; + +import content.global.skill.cooking.recipe.pie.impl.*; +import content.global.skill.cooking.recipe.pizza.impl.AnchovyPizza; +import content.global.skill.cooking.recipe.pizza.impl.MeatPizza; +import content.global.skill.cooking.recipe.pizza.impl.PineapplePizza; +import content.global.skill.cooking.recipe.pizza.impl.PlainPizza; +import content.global.skill.cooking.recipe.potato.impl.*; +import content.global.skill.cooking.recipe.stew.CurryRecipe; +import content.global.skill.cooking.recipe.stew.StewRecipe; +import content.global.skill.cooking.recipe.topping.impl.*; +import content.global.skill.cooking.recipe.cake.ChocolateCake; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents a cooking recipe, this is dynamic that can range from a pie to a + * pizza. + * @author 'Vexia + * @date 21/12/2013 + */ +public abstract class Recipe { + + /** + * Represents the array of active recipes in 2009Scape. + */ + // TODO: + // - Making this an enum would drastically save on file/line count, since the recipes seem to mostly be plain-old-data classes + // - Making pie shells a recipe would make make-x for them just work + // - Making pineapple cutting a recipe would probably fix their make-x making all with any option + public static final Recipe[] RECIPES = new Recipe[] { + new RedberryPie(), new MeatPie(), new ApplePie(), new MudPie(), new GardenPie(), new FishPie(), new AdmiralPie(), new WildPie(), new SummerPie(), + new StewRecipe(), new CurryRecipe(), + new PlainPizza(), new MeatPizza(), new AnchovyPizza(), new PineapplePizza(), + new ChocolateCake(), + new ButterPotato(), new ChilliPotato(), new CheesePotato(), new EggPotato(), new MushroomPotato(), new TunaPotato(), + new SpicySauce(), new ChilliConCarne(), new UncookedEgg(), new EggAndTomato(), new MushroomAndOnion(), new ChoppedOnion(), new SlicedMushroom(), new ChoppedTuna(), new TunaAndCorn(), new OomlieWrap() + }; + + /** + * Method used to get the base item. + * @return the item. + */ + public abstract Item getBase(); + + /** + * Method used to get the product item. + * @return the product item. + */ + public abstract Item getProduct(); + + /** + * Method used to get the ingredients in this recipe. + * @return the ingredients. + */ + public abstract Item[] getIngredients(); + + /** + * Method used to get the part items made from ingredients. + * @return the part items. + */ + public abstract Item[] getParts(); + + /** + * Method used to get the mixing message. + * @param event the node usage event. + * @return the message used to mix. + */ + public abstract String getMixMessage(final NodeUsageEvent event); + + /** + * Method used to check if this is a singular one step recipe. + * @return True if so. + */ + public abstract boolean isSingular(); + + /** + * Method used to mix this recipes ingredients. + * @param player the player. + * @param event the event. + */ + public void mix(final Player player, final NodeUsageEvent event) { + if (getIngredients().length == 1) { + singleMix(player, event); + } else { + multipleMix(player, event); + } + } + + /** + * Method used to handle a single mixing. + * @param player the player. + * @param event the event. + */ + public void singleMix(final Player player, final NodeUsageEvent event) { + if (player.getInventory().remove(event.getBaseItem()) && player.getInventory().remove(event.getUsedItem())) { + player.getInventory().add(getProduct()); + String message = getMixMessage(event); + if (message != null) { + player.getPacketDispatch().sendMessage(message); + } + } + } + + /** + * Method used to handle mixing multiple item recipes. + * @param player the player. + * @param event the event. + */ + public void multipleMix(final Player player, final NodeUsageEvent event) { + Item item = null; + int index = -1; + for (int counter = 0; counter < getIngredients().length; counter++) { + item = getIngredients()[counter]; + if (item.getId() == event.getUsedItem().getId() || item.getId() == event.getBaseItem().getId()) { + index = counter; + break; + } + } + if (index != -1) { + if (!player.getInventory().containItems(event.getBaseItem().getId(), event.getUsedItem().getId())) { + return; + } + if (player.getInventory().remove(event.getBaseItem()) && player.getInventory().remove(event.getUsedItem())) { + player.getInventory().add(getParts()[index + 1]); + String message = getMixMessage(event); + if (message != null) { + player.getPacketDispatch().sendMessage(message); + } + } + } + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/StewListener.kt b/Server/src/main/content/global/skill/cooking/recipe/StewListener.kt deleted file mode 100644 index 312aedcf0..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/StewListener.kt +++ /dev/null @@ -1,62 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class StewListener : InteractionListener { - - val base = StewProduct.values().map { it.base }.toIntArray() - val added = StewProduct.values().map { it.added }.toIntArray() - - override fun defineListeners() { - onUseWith(IntType.ITEM, base, *added) { player, used, with -> - val stew = StewProduct.productMap[used.id] ?: return@onUseWith true - - if (stew.added != with.id) { - return@onUseWith false - } - - val product = stew.product - val level = stew.minimumLevel - val experience = 0.0 - val message = "You cut up the ${stew.message} and put it into the stew." - val failMessage = "You need a Cooking level of at least ${stew.minimumLevel} in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } - - enum class StewProduct( - val base: Int, - val added: Int, - val product: Int, - val minimumLevel: Int, - val message: String, - ) { - STEW_1(Items.POTATO_1942, Items.BOWL_OF_WATER_1921, Items.INCOMPLETE_STEW_1997, 25, "potato"), - STEW_2(Items.INCOMPLETE_STEW_1997, Items.COOKED_MEAT_2142, Items.UNCOOKED_STEW_2001, 25, "meat"), - STEW_3(Items.COOKED_MEAT_2142, Items.BOWL_OF_WATER_1921, Items.INCOMPLETE_STEW_1999, 25, "meat"), - STEW_4(Items.INCOMPLETE_STEW_1999, Items.POTATO_1942, Items.UNCOOKED_STEW_2001, 25, "potato"), - ; - - companion object { - val productMap = HashMap() - - init { - for (stew in StewProduct.values()) { - productMap[stew.base] = stew - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt b/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt deleted file mode 100644 index 68e5c55bb..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt +++ /dev/null @@ -1,84 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.api.inInventory -import core.api.sendDialogue -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class ToppingListener : InteractionListener { - - val base = ToppingProduct.values().map { it.base }.toIntArray() - val added = ToppingProduct.values().map { it.added }.toIntArray() - - override fun defineListeners() { - onUseWith(IntType.ITEM, base, *added) { player, used, with -> - val topping = ToppingProduct.productMap[used.id] ?: return@onUseWith true - val verb = if (with.id == Items.COOKED_MEAT_2142) "cut" else "slice" - - if (topping.added != with.id) { - return@onUseWith false - } - - if (topping.cut_name != "" && !inInventory(player, Items.KNIFE_946)) { - sendDialogue(player, "You need a knife in order to $verb up the ${topping.cut_name}.") - return@onUseWith true - } - - val product = topping.product - val level = topping.minimumLevel - val experience = topping.experience - val message = topping.message - val failMessage = "You need a Cooking level of at least ${topping.minimumLevel} in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } - - enum class ToppingProduct( - val base: Int, - val added: Int, - val product: Int, - val minimumLevel: Int, - val experience: Double, - val message: String, - val cut_name: String - ) { - //Tuna and Corn: https://www.youtube.com/watch?v=wAavERc9p2c - //Uncooked Egg: https://www.youtube.com/watch?v=LiLq6PhCc2M - //Bowl of sweetcorn (OSRS source is only I could find) https://www.youtube.com/watch?v=pz8epXjkKYE - - UNCOOKED_EGG(Items.EGG_1944, Items.BOWL_1923, Items.UNCOOKED_EGG_7076, 1, 0.0, "You carefully break the egg into the bowl.", ""), - BOWL_OF_SWEETCORN(Items.COOKED_SWEETCORN_5988, Items.BOWL_1923, Items.SWEETCORN_7088, 1, 0.0, "You put the cooked sweetcorn into the bowl.", ""), - SLICED_MUSHROOM(Items.MUSHROOM_6004, Items.BOWL_1923, Items.SLICED_MUSHROOMS_7080, 1, 0.0, "You chop the mushrooms into the bowl.", "mushrooms"), - CHOPPED_TUNA(Items.TUNA_361, Items.BOWL_1923, Items.CHOPPED_TUNA_7086, 1, 0.0, "You chop the tuna into the bowl.", "tuna"), - CHOPPED_ONION(Items.ONION_1957, Items.BOWL_1923, Items.CHOPPED_ONION_1871, 1, 0.0, "You chop the onion into the bowl.", "onion"), - CHOPPED_GARLIC(Items.GARLIC_1550, Items.BOWL_1923, Items.CHOPPED_GARLIC_7074, 1, 0.0, "You chop the garlic into the bowl.", "garlic"), - SPICY_SAUCE(Items.CHOPPED_GARLIC_7074, Items.GNOME_SPICE_2169, Items.SPICY_SAUCE_7072, 9, 25.0, "You mix the ingredients to make the topping.", ""), //inauthentic, used generic mixing message - CHILLI_CON_CARNE(Items.SPICY_SAUCE_7072, Items.COOKED_MEAT_2142, Items.CHILLI_CON_CARNE_7062, 9, 0.0, "You mix the ingredients to make the topping.", "meat"), //inauthentic, used generic mixing message - EGG_AND_TOMATO(Items.TOMATO_1982, Items.SCRAMBLED_EGG_7078, Items.EGG_AND_TOMATO_7064, 23, 50.0, "You mix the ingredients to make the topping.", ""), - MUSHROOM_AND_ONION(Items.FRIED_MUSHROOMS_7082, Items.FRIED_ONIONS_7084, Items.MUSHROOM_AND_ONION_7066, 57, 120.0, "You mix the ingredients to make the topping.", ""), - TUNA_AND_CORN_1(Items.CHOPPED_TUNA_7086, Items.COOKED_SWEETCORN_5988, Items.TUNA_AND_CORN_7068, 67, 204.0, "You mix the ingredients to make the topping.", ""), - TUNA_AND_CORN_2(Items.SWEETCORN_7088, Items.TUNA_361, Items.TUNA_AND_CORN_7068, 67, 204.0, "You mix the ingredients to make the topping.", "tuna"), - ; - - companion object { - val productMap = HashMap() - - init { - for (topping in ToppingProduct.values()) { - productMap[topping.base] = topping - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/cake/ChocolateCake.java b/Server/src/main/content/global/skill/cooking/recipe/cake/ChocolateCake.java new file mode 100644 index 000000000..97ef11d88 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/cake/ChocolateCake.java @@ -0,0 +1,72 @@ +package content.global.skill.cooking.recipe.cake; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the chocolate cake recipe. This recipe consists of adding a + * chocolate bar to a cake. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ChocolateCake extends Recipe { + + /** + * Represents the cake item. + */ + private static final Item CAKE = new Item(1891); + + /** + * Represents the chocolate cake item. + */ + private static final Item CHOCOLATE_CAKE = new Item(1897); + + /** + * Represents the chocolate bar item. + */ + private static final Item CHOCOLATE_BAR = new Item(1973); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 50) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of 50 in order to do that."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, 30, true); + } + + @Override + public Item getBase() { + return CAKE; + } + + @Override + public Item getProduct() { + return CHOCOLATE_CAKE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { CHOCOLATE_BAR }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You add chocolate to the cake."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/PieRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/pie/PieRecipe.java new file mode 100644 index 000000000..878a3333f --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/PieRecipe.java @@ -0,0 +1,38 @@ +package content.global.skill.cooking.recipe.pie; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.item.Item; + +/** + * Represents the generic recipe for a pie. + * @author 'Vexia + * @date 21/12/2013 + */ +public abstract class PieRecipe extends Recipe { + + /** + * Represents the pie shell item. + */ + protected static final Item PIE_SHELL = new Item(2315); + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public Item getBase() { + return PIE_SHELL; + } + + @Override + public String getMixMessage(final NodeUsageEvent event) { + return "You fill the pie with " + (event.getBaseItem().getId() == 2315 ? event.getUsedItem().getName().toLowerCase() : event.getBaseItem().getName().toLowerCase()) + "."; + } + + @Override + public boolean isSingular() { + return true; + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/AdmiralPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/AdmiralPie.java new file mode 100644 index 000000000..9cc6a98eb --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/AdmiralPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the admiral pie recipe. This recipe conists of pixing a salmon, + * tuna and potato together. + * @author 'Vexia + * @date 21/12/2013 + */ +public class AdmiralPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7196); + + /** + * Represents the salmon ingredient item. + */ + private static final Item SALMON = new Item(329); + + /** + * Represents the tuna ingredient item. + */ + private static final Item TUNA = new Item(361); + + /** + * Represents the potato item. + */ + private static final Item POTATO = new Item(1942); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7192); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7194); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { SALMON, TUNA, POTATO }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/ApplePie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/ApplePie.java new file mode 100644 index 000000000..e44917445 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/ApplePie.java @@ -0,0 +1,34 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the apple pie recipe. This recipe consists of cooking apples and a + * pie shell. + * @author 'Vexia + * @date 21/12/2013 + */ +public class ApplePie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(2317); + + /** + * Represents the cooking apple item. + */ + private static final Item COOKING_APPLE = new Item(1955); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COOKING_APPLE }; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/FishPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/FishPie.java new file mode 100644 index 000000000..7a1dad02f --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/FishPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the garden pie recipe. This pie consists of mixing, tomato, onion, + * and cabbage together. + * @author 'Vexia + * @date 21/12/2013 + */ +public class FishPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7186); + + /** + * Represents the trout item ingredient. + */ + private static final Item TROUT = new Item(333); + + /** + * Represents the cod item ingredient. + */ + private static final Item COD = new Item(339); + + /** + * Represents the potato item. + */ + private static final Item POTATO = new Item(1942); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7182); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7184); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TROUT, COD, POTATO }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/GardenPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/GardenPie.java new file mode 100644 index 000000000..90fbe7e23 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/GardenPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the garden pie recipe. This pie consists of mixing, tomato, onion, + * and cabbage together. + * @author 'Vexia + * @date 21/12/2013 + */ +public class GardenPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7176); + + /** + * Represents the tomato ingredient item. + */ + private static final Item TOMATO = new Item(1982); + + /** + * Represents the onion ingredient item. + */ + private static final Item ONION = new Item(1957); + + /** + * Represents the cabbage ingredient item. + */ + private static final Item CABBAGE = new Item(1965); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7172); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7174); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOMATO, ONION, CABBAGE }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MeatPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MeatPie.java new file mode 100644 index 000000000..1edb223fd --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MeatPie.java @@ -0,0 +1,58 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the meat pie recipe. + * @author 'Vexia + * @date 21/12/2013 + */ +public class MeatPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(2319); + + /** + * Represents the cooked meat item. + */ + private static final Item COOKED_MEAT = new Item(2142); + + /** + * Represents the cooked chicken item. + */ + private static final Item COOKED_CHICKEN = new Item(2140); + + /** + * Represents the cooked rabbit. + */ + private static final Item COOKED_RABBIT = new Item(3228); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getInventory().remove(event.getUsedItem()) && player.getInventory().remove(event.getBaseItem())) { + player.getInventory().add(getProduct()); + player.getPacketDispatch().sendMessage(getMixMessage(event)); + return; + } + } + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COOKED_MEAT, COOKED_CHICKEN, COOKED_RABBIT }; + } + + @Override + public String getMixMessage(final NodeUsageEvent event) { + return "You fill the pie with meat."; + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MudPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MudPie.java new file mode 100644 index 000000000..64a542f46 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MudPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the mud pie recipe. A mud pie consists of mixing compost, water + * and clay together. + * @author 'Vexia + * @date 21/12/2013 + */ +public class MudPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7168); + + /** + * Represents the compost item. + */ + private static final Item COMPOST = new Item(6032); + + /** + * Represents the bucket of water item. + */ + private static final Item BUCKET_OF_WATER = new Item(1929); + + /** + * Represents the clay item. + */ + private static final Item CLAY = new Item(434); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7164); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7166); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COMPOST, BUCKET_OF_WATER, CLAY }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/RedberryPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/RedberryPie.java new file mode 100644 index 000000000..6ebbd04f6 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/RedberryPie.java @@ -0,0 +1,33 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents a redberry pie recipe. + * @author 'Vexia + * @date 21/12/2013 + */ +public class RedberryPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(2321); + + /** + * Represents the redberries pie. + */ + private static final Item REDBERRIES = new Item(1951); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { REDBERRIES }; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/SummerPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/SummerPie.java new file mode 100644 index 000000000..14996852a --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/SummerPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the summer pie recipe. This recipe consists of mixing stawberry, + * watermelon, and an apple. + * @author 'Vexia + * @date 21/12/2013 + */ +public class SummerPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7216); + + /** + * Represents the strawberry item. + */ + private static final Item STRAWBERRY = new Item(5504); + + /** + * Represents the watermelon item. + */ + private static final Item WATERMELON = new Item(5982); + + /** + * Represents the cooking apple item. + */ + private static final Item COOKING_APPLE = new Item(1955); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7212); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7214); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { STRAWBERRY, WATERMELON, COOKING_APPLE }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/WildPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/WildPie.java new file mode 100644 index 000000000..3b4decaa2 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/WildPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the wild pie recipe. This recipe consists of mixing raw beat meat, + * raw chomp, and raw rabbit into a pie shell. + * @author 'Vexia + * @date 21/12/2013 + */ +public class WildPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7206); + + /** + * Represents the raw bear meat item. + */ + private static final Item BEAR_MEAT = new Item(2136); + + /** + * Represents the raw chompy meat item. + */ + private static final Item CHOMPY_MEAT = new Item(2876); + + /** + * Represents the raw rabbit meat item. + */ + private static final Item RABBIT_MEAT = new Item(3226); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7202); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7204); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { BEAR_MEAT, CHOMPY_MEAT, RABBIT_MEAT }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pizza/PizzaRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/pizza/PizzaRecipe.java new file mode 100644 index 000000000..5a1385a35 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pizza/PizzaRecipe.java @@ -0,0 +1,63 @@ +package content.global.skill.cooking.recipe.pizza; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the generic recipe for a pizza. + * @author ceikry + */ +public abstract class PizzaRecipe extends Recipe { + + /** + * Represents the plain pizza. + */ + protected static final Item PLAIN_PIZZA = new Item(2289); + + /** + * Method used to get the experience gained from adding the final + * ingredient. + * @return the experience. + */ + public abstract double getExperience(); + + /** + * Method used to get the level required. + * @return the level required. + */ + public abstract int getLevel(); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < getLevel()) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + getLevel() + " in order to do this."); + return; + } + super.singleMix(player, event); + player.getSkills().addExperience(Skills.COOKING, getExperience(), true); + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public Item getBase() { + return PLAIN_PIZZA; + } + + @Override + public String getMixMessage(final NodeUsageEvent event) { + return "You add " + event.getBaseItem().getName().toLowerCase() + " to the pizza."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/AnchovyPizza.java b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/AnchovyPizza.java new file mode 100644 index 000000000..4a70625ff --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/AnchovyPizza.java @@ -0,0 +1,44 @@ +package content.global.skill.cooking.recipe.pizza.impl; + +import content.global.skill.cooking.recipe.pizza.PizzaRecipe; +import core.game.node.item.Item; + +/** + * Represents the anchovy pizza. This recipe consists of adding anchovies to a + * plain pizza. + * @author 'Vexia + * @date 22/12/2013 + */ +public class AnchovyPizza extends PizzaRecipe { + + /** + * Represents the anchovy pizza item. + */ + private static final Item ANCHOVY_PIZZA = new Item(2297); + + /** + * Represents the anchovies item. + */ + private static final Item ANCHOVIES = new Item(319); + + @Override + public double getExperience() { + return 39; + } + + @Override + public Item getProduct() { + return ANCHOVY_PIZZA; + } + + @Override + public Item[] getIngredients() { + return new Item[] { ANCHOVIES }; + } + + @Override + public int getLevel() { + return 55; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/MeatPizza.java b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/MeatPizza.java new file mode 100644 index 000000000..b79096137 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/MeatPizza.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.pizza.impl; + +import content.global.skill.cooking.recipe.pizza.PizzaRecipe; +import core.game.node.item.Item; + +/** + * Represents the meat pizza recipe. This recipe consists of adding cooked meat + * to a plain pizza. + * @author 'Vexia + * @date 22/12/2013 + */ +public class MeatPizza extends PizzaRecipe { + + /** + * Represents the meat pizza item. + */ + private static final Item MEAT_PIZZA = new Item(2293); + + /** + * Represents the cooked meat item. + */ + private static final Item COOKED_MEAT = new Item(2142); + + /** + * Represents the cooked chicken item. + */ + private static final Item COOKED_CHICKEN = new Item(2140); + + @Override + public double getExperience() { + return 26; + } + + @Override + public int getLevel() { + return 45; + } + + @Override + public Item getProduct() { + return MEAT_PIZZA; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COOKED_MEAT, COOKED_CHICKEN }; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PineapplePizza.java b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PineapplePizza.java new file mode 100644 index 000000000..7e4746e2f --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PineapplePizza.java @@ -0,0 +1,55 @@ +package content.global.skill.cooking.recipe.pizza.impl; + +import content.global.skill.cooking.recipe.pizza.PizzaRecipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.item.Item; + +/** + * Represents the pineapple pizza recipe. This recipe consists of mixing either + * pineapple chunks or pineapple rings. + * @author 'Vexia + * @date 22/12/2013 + */ +public class PineapplePizza extends PizzaRecipe { + + /** + * Represents the pineapple pizza item. + */ + private static final Item PINEAPPLE_PIZZA = new Item(2301); + + /** + * Represents the pineapple ring item. + */ + private static final Item PINEAPPLE_RING = new Item(2118); + + /** + * Represents the pineapple chunk item. + */ + private static final Item PINEAPPLE_CHUNKS = new Item(2116); + + @Override + public double getExperience() { + return 52; + } + + @Override + public int getLevel() { + return 65; + } + + @Override + public Item getProduct() { + return PINEAPPLE_PIZZA; + } + + @Override + public Item[] getIngredients() { + return new Item[] { PINEAPPLE_CHUNKS, PINEAPPLE_RING }; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You add the " + event.getBaseItem().getName().toLowerCase() + " to the pizza."; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PlainPizza.java b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PlainPizza.java new file mode 100644 index 000000000..8d624dca3 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PlainPizza.java @@ -0,0 +1,81 @@ +package content.global.skill.cooking.recipe.pizza.impl; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the plain pizza recipe. This recipe consists of mixing tomato, and + * cheese to a pizza base. + * @author 'Vexia + * @date 22/12/2013 + */ +public class PlainPizza extends Recipe { + + /** + * Represents the pizza base. + */ + private static final Item PIZZA_BASE = new Item(2283); + + /** + * Represents the uncooked pizza. + */ + private static final Item UNCOOKED_PIZZA = new Item(2287); + + /** + * Represents the incomplete pizza. + */ + private static final Item INCOMPLETE_PIZZA = new Item(2285); + + /** + * Represents the tomato ingredient item. + */ + private static final Item TOMATO = new Item(1982); + + /** + * Represents the cheese item. + */ + private static final Item CHEESE = new Item(1985); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 35) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 35 + " in order to do this."); + return; + } + super.mix(player, event); + } + + @Override + public Item getBase() { + return PIZZA_BASE; + } + + @Override + public Item getProduct() { + return UNCOOKED_PIZZA; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOMATO, CHEESE }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIZZA_BASE, INCOMPLETE_PIZZA, UNCOOKED_PIZZA }; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You add the " + event.getBaseItem().getName().toLowerCase() + " to the pizza."; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/PotatoRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/potato/PotatoRecipe.java new file mode 100644 index 000000000..c2640a8bc --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/PotatoRecipe.java @@ -0,0 +1,76 @@ +package content.global.skill.cooking.recipe.potato; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents a generic potato topping recipe. + * @author 'Vexia + * @date 22/12/2013 + */ +public abstract class PotatoRecipe extends Recipe { + + /** + * Represents the potato with butter. + */ + private static final Item POTATO_WITH_BUTTER = new Item(6703); + + /** + * Represents the bowl item. + */ + protected static final Item BOWL = new Item(1923); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < getLevel()) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + getLevel() + " in order to do this."); + return; + } + super.singleMix(player, event); + if (isTopping()) { + player.getInventory().add(BOWL); + } + player.getSkills().addExperience(Skills.COOKING, getExperience(), true); + } + + @Override + public Item getBase() { + return POTATO_WITH_BUTTER; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return true; + } + + /** + * Method used to check if it is a topping recipe. + * @return True if it is a topping. + */ + public abstract boolean isTopping(); + + /** + * Method used to get the level required. + * @return the level. + */ + public abstract int getLevel(); + + /** + * Method used to get the experience gained. + * @return the experience. + */ + public abstract double getExperience(); +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ButterPotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ButterPotato.java new file mode 100644 index 000000000..b382a5029 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ButterPotato.java @@ -0,0 +1,72 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the butter potato recipe. This recipe consists of adding a pat of + * butter to a potato. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ButterPotato extends Recipe { + + /** + * Represents the baked potato. + */ + private static final Item BAKED_POTATO = new Item(6701); + + /** + * Represents the potato with butter. + */ + private static final Item POTATO_WITH_BUTTER = new Item(6703); + + /** + * Represents the pat of butter. + */ + private static final Item PAT_OF_BUTTER = new Item(6697); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 39) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 39 + " in order to do this."); + return; + } + super.singleMix(player, event); + player.getSkills().addExperience(Skills.COOKING, 40.5, true); + } + + @Override + public Item getBase() { + return BAKED_POTATO; + } + + @Override + public Item getProduct() { + return POTATO_WITH_BUTTER; + } + + @Override + public Item[] getIngredients() { + return new Item[] { PAT_OF_BUTTER }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You add a pat of butter to the potato."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/CheesePotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/CheesePotato.java new file mode 100644 index 000000000..f111ed950 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/CheesePotato.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.potato.PotatoRecipe; +import core.game.node.item.Item; + +/** + * Represents the cheese potato. This recipe consists of mixing cheese witha + * baked potato. + * @author 'Vexia + * @date 22/12/2013 + */ +public class CheesePotato extends PotatoRecipe { + + /** + * Represents the cheese potato. + */ + private static final Item CHEESE_POTATO = new Item(6705); + + /** + * Represents the cheese item. + */ + private static final Item CHEESE = new Item(1985); + + @Override + public Item getProduct() { + return CHEESE_POTATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { CHEESE }; + } + + @Override + public boolean isTopping() { + return false; + } + + @Override + public int getLevel() { + return 47; + } + + @Override + public double getExperience() { + return 10; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ChilliPotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ChilliPotato.java new file mode 100644 index 000000000..88c5ed146 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ChilliPotato.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.potato.PotatoRecipe; +import core.game.node.item.Item; + +/** + * Represents the chilli potato recipe. This recipe consists of adding chilli + * con carne to a baked butter potato. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ChilliPotato extends PotatoRecipe { + + /** + * Represents the chilli potato item. + */ + private static final Item CHILLI_POTATO = new Item(7054); + + /** + * Represents the chilli con carne item/ + */ + private static final Item CHILLI_CON_CARNE = new Item(7062); + + @Override + public Item getProduct() { + return CHILLI_POTATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { CHILLI_CON_CARNE }; + } + + @Override + public boolean isTopping() { + return true; + } + + @Override + public int getLevel() { + return 41; + } + + @Override + public double getExperience() { + return 10; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/EggPotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/EggPotato.java new file mode 100644 index 000000000..c616591fd --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/EggPotato.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.potato.PotatoRecipe; +import core.game.node.item.Item; + +/** + * Represents the egg potato recipe. This recipe consists of mixing a egg and a + * tomato. + * @author 'Vexia + * @date 22/12/2013 + */ +public class EggPotato extends PotatoRecipe { + + /** + * Represents the egg potato. + */ + private static final Item EGG_POTATO = new Item(7056); + + /** + * Represents the topping item. + */ + private static final Item TOPPING = new Item(7064); + + @Override + public Item getProduct() { + return EGG_POTATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOPPING }; + } + + @Override + public boolean isTopping() { + return true; + } + + @Override + public int getLevel() { + return 51; + } + + @Override + public double getExperience() { + return 10; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/MushroomPotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/MushroomPotato.java new file mode 100644 index 000000000..d7bfa1c2c --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/MushroomPotato.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.potato.PotatoRecipe; +import core.game.node.item.Item; + +/** + * Represents the mushrrom potato. This recipe consists of mixing a baked potato + * with mushroom and onion toppings. + * @author 'Vexia + * @date 22/12/2013 + */ +public class MushroomPotato extends PotatoRecipe { + + /** + * Represents the egg potato. + */ + private static final Item MUSHROOM_POTATO = new Item(7058); + + /** + * Represents the topping item. + */ + private static final Item TOPPING = new Item(7066); + + @Override + public Item getProduct() { + return MUSHROOM_POTATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOPPING }; + } + + @Override + public boolean isTopping() { + return true; + } + + @Override + public int getLevel() { + return 64; + } + + @Override + public double getExperience() { + return 10; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/TunaPotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/TunaPotato.java new file mode 100644 index 000000000..645d5ed2e --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/TunaPotato.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.potato.PotatoRecipe; +import core.game.node.item.Item; + +/** + * Represents the tuna potato recipe. This recipe consists of mixing tuna and + * corn toppings. + * @author 'Vexia + * @date 22/12/2013 + */ +public class TunaPotato extends PotatoRecipe { + + /** + * Represents the tuna potato. + */ + private static final Item TUNA_POTATO = new Item(7060); + + /** + * Represents the topping item. + */ + private static final Item TOPPING = new Item(7068); + + @Override + public Item getProduct() { + return TUNA_POTATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOPPING }; + } + + @Override + public boolean isTopping() { + return true; + } + + @Override + public int getLevel() { + return 68; + } + + @Override + public double getExperience() { + return 10; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/stew/CurryRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/stew/CurryRecipe.java new file mode 100644 index 000000000..4ea78825d --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/stew/CurryRecipe.java @@ -0,0 +1,89 @@ +package content.global.skill.cooking.recipe.stew; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the curry recipe. This recipe consists of mixing 3 curry leaves or + * a spice into a stew. + * @author 'Vexia + * @date 22/12/2013 + */ +public class CurryRecipe extends Recipe { + + /** + * Represents the uncooked curry item. + */ + private static final Item UNCOOKED_CURRY = new Item(2009); + + /** + * Represents the uncooked stew item. + */ + private static final Item UNCOOKED_STEW = new Item(2001); + + /** + * Represents the spice item. + */ + private static final Item SPICE = new Item(2007); + + /** + * Represents the curry leaf. + */ + private static final Item CURRY_LEAF = new Item(5970); + + @Override + public void mix(Player player, NodeUsageEvent event) { + if (event.getBaseItem().getId() == CURRY_LEAF.getId() || event.getUsedItem().getId() == CURRY_LEAF.getId()) { + Item stew = event.getBaseItem().getId() == UNCOOKED_STEW.getId() ? event.getBaseItem() : event.getUsedItem(); + if (stew.getCharge() == 1000) { + stew.setCharge(1); + } + int charge = stew.getCharge(); + if (charge < 3) { + player.getInventory().remove(CURRY_LEAF); + stew.setCharge(charge + 1); + } else { + if (player.getInventory().remove(stew) && player.getInventory().remove(CURRY_LEAF)) { + player.getInventory().add(UNCOOKED_CURRY); + } + } + return; + } + if (player.getInventory().remove(event.getBaseItem()) && player.getInventory().remove(event.getUsedItem())) { + player.getInventory().add(getProduct()); + } + } + + @Override + public Item getBase() { + return UNCOOKED_STEW; + } + + @Override + public Item getProduct() { + return UNCOOKED_CURRY; + } + + @Override + public Item[] getIngredients() { + return new Item[] { SPICE, CURRY_LEAF }; + } + + @Override + public Item[] getParts() { + return new Item[] { UNCOOKED_STEW }; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You mix the spice with the stew."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/stew/StewRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/stew/StewRecipe.java new file mode 100644 index 000000000..4073bcc0e --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/stew/StewRecipe.java @@ -0,0 +1,92 @@ +package content.global.skill.cooking.recipe.stew; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the stew recipe. This recipe consists of mixing meat and a raw + * potato in a bowl of water. + * @author 'Vexia + * @date 22/12/2013 + */ +public class StewRecipe extends Recipe { + + /** + * Represents the uncooked stew item. + */ + private static final Item UNCOOKED_STEW = new Item(2001); + + /** + * Represents the bowl of water item. + */ + private static final Item BOWL_OF_WATER = new Item(1921); + + /** + * Represents the meat item. + */ + private static final Item MEAT = new Item(2142); + + /** + * Represents the potato item. + */ + private static final Item POTATO = new Item(1942); + + /** + * Represents the incomplete stew. + */ + private static final Item INCOMPLETE_STEW = new Item(1997); + + /** + * Represents the second incomplete stew. + */ + private static final Item INCOMPLETE_STEW2 = new Item(1999); + + @Override + public void mix(Player player, NodeUsageEvent event) { + Item first = event.getUsedItem(); + Item second = event.getBaseItem(); + if(first != null && second != null) { + if (player.getInventory().remove(first) && player.getInventory().remove(second)) { + if (first.getId() == BOWL_OF_WATER.getId() || second.getId() == BOWL_OF_WATER.getId()) { + player.getInventory().add(first.getId() == POTATO.getId() ? INCOMPLETE_STEW : first.getId() == MEAT.getId() ? INCOMPLETE_STEW2 : second.getId() == POTATO.getId() ? INCOMPLETE_STEW : second.getId() == MEAT.getId() ? INCOMPLETE_STEW2 : null); + } else { + player.getInventory().add(UNCOOKED_STEW); + } + player.getPacketDispatch().sendMessage(getMixMessage(event)); + } + } + } + + @Override + public Item getBase() { + return BOWL_OF_WATER; + } + + @Override + public Item getProduct() { + return UNCOOKED_STEW; + } + + @Override + public Item[] getIngredients() { + return new Item[] { MEAT, POTATO, MEAT, POTATO }; + } + + @Override + public Item[] getParts() { + return new Item[] { BOWL_OF_WATER, BOWL_OF_WATER, INCOMPLETE_STEW, INCOMPLETE_STEW2 }; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You cut up the " + (event.getUsedItem().getName().toLowerCase().contains("incomplete") ? event.getBaseItem().getName().toLowerCase() : event.getUsedItem().getName().toLowerCase().replace("cooked", "").trim()) + " and put it into the stew."; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/ToppingRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/topping/ToppingRecipe.java new file mode 100644 index 000000000..5c2cacb15 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/ToppingRecipe.java @@ -0,0 +1,58 @@ +package content.global.skill.cooking.recipe.topping; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents a generic topping recipe. + * @author 'Vexia + * @date 22/12/2013 + */ +public abstract class ToppingRecipe extends Recipe { + + /** + * Represents the bowl item. + */ + protected static final Item BOWL = new Item(1923); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < getLevel()) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + getLevel() + " in order to do this."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, getExperience(), true); + } + + @Override + public Item getBase() { + return BOWL; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return true; + } + + /** + * Method used to get the level required. + * @return the level. + */ + public abstract int getLevel(); + + /** + * Method used to get the experience gained. + * @return the experience. + */ + public abstract double getExperience(); + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChilliConCarne.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChilliConCarne.java new file mode 100644 index 000000000..4085d149b --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChilliConCarne.java @@ -0,0 +1,81 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the chilli con carne recipe. This recipe consists of using spicy + * sauce with cooked meat. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ChilliConCarne extends Recipe { + + /** + * Represents the bowl item. + */ + private static final Item SPICY_SAUCE = new Item(7072); + + /** + * Represents the chilli con carne item. + */ + private static final Item CHILLI_CON_CARNE = new Item(7062); + + /** + * Represents the cooked meat item. + */ + private static final Item COOKED_MEAT = new Item(2142); + + /** + * Represents the knife item. + */ + private static final Item KNIFE = new Item(946); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 9) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 9 + " in order to do this."); + return; + } + if (!player.getInventory().containsItem(KNIFE)) { + player.getDialogueInterpreter().sendDialogue("You need a knife in order to cut up the meat."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, 25, true); + } + + @Override + public Item getBase() { + return SPICY_SAUCE; + } + + @Override + public Item getProduct() { + return CHILLI_CON_CARNE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COOKED_MEAT }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You put the cut up meat into the bowl."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedOnion.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedOnion.java new file mode 100644 index 000000000..5a30107c1 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedOnion.java @@ -0,0 +1,69 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import content.global.skill.cooking.recipe.topping.ToppingRecipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the chopped onion recipe. This recipe consists of using an onion + * on a bowl with a knife. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ChoppedOnion extends ToppingRecipe { + + /** + * Represents the chopped onion product item. + */ + private static final Item CHOPPED_ONION = new Item(1871); + + /** + * Represents the knife used to cut the onion. + */ + private static final Item KNIFE = new Item(946); + + /** + * Represents the onion item. + */ + private static final Item ONION = new Item(1957); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (!player.getInventory().containsItem(KNIFE)) { + player.getDialogueInterpreter().sendDialogue("You need a knife in order to slice up the onion."); + return; + } + super.mix(player, event); + } + + @Override + public int getLevel() { + return 1; + } + + @Override + public double getExperience() { + return 0; + } + + @Override + public Item getProduct() { + return CHOPPED_ONION; + } + + @Override + public Item[] getIngredients() { + return new Item[] { ONION }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public boolean isSingular() { + return true; + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedTuna.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedTuna.java new file mode 100644 index 000000000..4723c61ff --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedTuna.java @@ -0,0 +1,69 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import content.global.skill.cooking.recipe.topping.ToppingRecipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the chopped tuna recipe. This recipe consists of adding tuna to a + * bowl with a knife. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ChoppedTuna extends ToppingRecipe { + + /** + * Represents the chopped tuna item. + */ + private static final Item CHOPPED_TUNA = new Item(7086); + + /** + * Represents the tuna item. + */ + private static final Item TUNA = new Item(361); + + /** + * Represents the knife item. + */ + private static final Item KNIFE = new Item(946); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (!player.getInventory().containsItem(KNIFE)) { + player.getDialogueInterpreter().sendDialogue("You need a knife in order to slice up the tuna."); + return; + } + super.mix(player, event); + } + + @Override + public int getLevel() { + return 1; + } + + @Override + public double getExperience() { + return 1; + } + + @Override + public Item getProduct() { + return CHOPPED_TUNA; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TUNA }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public boolean isSingular() { + return true; + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/EggAndTomato.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/EggAndTomato.java new file mode 100644 index 000000000..dabf2db2b --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/EggAndTomato.java @@ -0,0 +1,72 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the egg and tomato recipe. This recipe consists of mixing a tomato + * with a scrambled egg. + * @author 'Vexia + * @date 22/12/2013 + */ +public class EggAndTomato extends Recipe { + + /** + * Represents the egg and tomato. + */ + private static final Item EGG_AND_TOMATO = new Item(7064); + + /** + * Represents the scrambled egg item. + */ + private static final Item SCRAMBLED_EGG = new Item(7078); + + /** + * epresents the tomato item. + */ + private static final Item TOMATO = new Item(1982); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 23) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 23 + " in order to do this."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, 50, true); + } + + @Override + public Item getBase() { + return SCRAMBLED_EGG; + } + + @Override + public Item getProduct() { + return EGG_AND_TOMATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOMATO }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/MushroomAndOnion.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/MushroomAndOnion.java new file mode 100644 index 000000000..3b99200f7 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/MushroomAndOnion.java @@ -0,0 +1,72 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the mushroom and onion recipe. This recipe consists of using a + * fried mushroom with a friend onion. + * @author 'Vexia + * @date 22/12/2013 + */ +public class MushroomAndOnion extends Recipe { + + /** + * Represents the mushroom and onion item. + */ + private static final Item MUSHROOM_AND_ONION = new Item(7066); + + /** + * Represents the fried onions item. + */ + private static final Item FRIED_ONIONS = new Item(7084); + + /** + * Represents the fried mushrooms item. + */ + private static final Item FRIED_MUSHROOMS = new Item(7082); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 57) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 57 + " in order to do this."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, 120, true); + } + + @Override + public Item getBase() { + return FRIED_MUSHROOMS; + } + + @Override + public Item getProduct() { + return MUSHROOM_AND_ONION; + } + + @Override + public Item[] getIngredients() { + return new Item[] { FRIED_ONIONS }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SlicedMushroom.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SlicedMushroom.java new file mode 100644 index 000000000..46f9d09f8 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SlicedMushroom.java @@ -0,0 +1,69 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import content.global.skill.cooking.recipe.topping.ToppingRecipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the fried mushroom recipe. This recipe consists of using a + * mushroom on a bowl. + * @author 'Vexia + * @date 22/12/2013 + */ +public final class SlicedMushroom extends ToppingRecipe { + + /** + * Represents the sliced mushrooms item. + */ + private static final Item SLICED_MUSHROOMS = new Item(7080); + + /** + * Represents the mushroom item. + */ + private static final Item MUSHROOM = new Item(6004); + + /** + * Represents the knife item. + */ + private static final Item KNIFE = new Item(946); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (!player.getInventory().containsItem(KNIFE)) { + player.getDialogueInterpreter().sendDialogue("You need a knife in order to slice up the mushrooms."); + return; + } + super.mix(player, event); + } + + @Override + public int getLevel() { + return 1; + } + + @Override + public double getExperience() { + return 0; + } + + @Override + public Item getProduct() { + return SLICED_MUSHROOMS; + } + + @Override + public Item[] getIngredients() { + return new Item[] { MUSHROOM }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public boolean isSingular() { + return true; + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SpicySauce.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SpicySauce.java new file mode 100644 index 000000000..2b0a7e103 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SpicySauce.java @@ -0,0 +1,84 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the spicy sauce recipe. This recipe consists of mixing gnome spice + * and garlic together. + * @author 'Vexia + * @date 22/12/2013 + */ +public class SpicySauce extends Recipe { + + /** + * Represents the spicy sauce item. + */ + private static final Item SPICY_SAUCE = new Item(7072); + + /** + * Represents the bowl item. + */ + private static final Item BOWL = new Item(1923); + + /** + * Represents the garlic item. + */ + private static final Item GARLIC = new Item(1550); + + /** + * Represents the chopped garlic item. + */ + private static final Item CHOPPED_GARLIC = new Item(7074); + + /** + * Represents the gnome spice item. + */ + private static final Item GNOME_SPICE = new Item(2169); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 9) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 9 + " in order to do this."); + return; + } + super.mix(player, event); + if (event.getBaseItem().getId() == GNOME_SPICE.getId() || event.getUsedItem().getId() == GNOME_SPICE.getId()) { + player.getSkills().addExperience(Skills.COOKING, 25, true); + } + } + + @Override + public Item getBase() { + return BOWL; + } + + @Override + public Item getProduct() { + return SPICY_SAUCE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { GARLIC, GNOME_SPICE }; + } + + @Override + public Item[] getParts() { + return new Item[] { BOWL, CHOPPED_GARLIC, SPICY_SAUCE }; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/TunaAndCorn.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/TunaAndCorn.java new file mode 100644 index 000000000..1e2c92a6f --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/TunaAndCorn.java @@ -0,0 +1,72 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the tuna and corn recipe. This recipe consists of adding cooked + * sweetcorn to a bowl of chopped tuna. + * @author 'Vexia + * @date 22/12/2013 + */ +public final class TunaAndCorn extends Recipe { + + /** + * Represents the chopped tuna item. + */ + private static final Item CHOPPED_TUNA = new Item(7086); + + /** + * Represents the cooked corn item. + */ + private static final Item COOKED_CORN = new Item(5988); + + /** + * Represents the tuna and corn item. + */ + private static final Item TUNA_AND_CORN = new Item(7068); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 67) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 57 + " in order to do this."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, 204, true); + } + + @Override + public Item getBase() { + return CHOPPED_TUNA; + } + + @Override + public Item getProduct() { + return TUNA_AND_CORN; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COOKED_CORN }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/UncookedEgg.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/UncookedEgg.java new file mode 100644 index 000000000..61ce50394 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/UncookedEgg.java @@ -0,0 +1,54 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import content.global.skill.cooking.recipe.topping.ToppingRecipe; +import core.game.node.item.Item; + +/** + * Represents the uncooked egg recipe. This recipe consists of adding an + * uncooked egg into a bowl. + * @author 'Vexia + * @date 22/12/2013 + */ +public final class UncookedEgg extends ToppingRecipe { + + /** + * Represents the egg item. + */ + private static final Item EGG = new Item(1944); + + /** + * Represents the uncooked egg product. + */ + private static final Item UNCOOKED_EGG = new Item(7076); + + @Override + public int getLevel() { + return 1; + } + + @Override + public double getExperience() { + return 1; + } + + @Override + public Item getProduct() { + return UNCOOKED_EGG; + } + + @Override + public Item[] getIngredients() { + return new Item[] { EGG }; + } + + @Override + public boolean isSingular() { + return true; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + +} diff --git a/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java b/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java index 30c382180..72d19ef46 100644 --- a/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java +++ b/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java @@ -5,7 +5,6 @@ import content.global.skill.crafting.jewellery.JewelleryCrafting; import core.game.interaction.NodeUsageEvent; import core.game.interaction.UseWithHandler; import core.plugin.Plugin; -import org.rs09.consts.Scenery; /** * Represents the plugin used to craft jewellery. @@ -18,12 +17,7 @@ public final class JewelleryCraftPlugin extends UseWithHandler { /** * Represents the ids to use for this plugin. */ - private static final int[] IDS = new int[]{ - Scenery.FURNACE_4304, Scenery.FURNACE_6189, Scenery.FURNACE_11010, Scenery.FURNACE_11666, - Scenery.FURNACE_12100, Scenery.FURNACE_12809, Scenery.FURNACE_18497, Scenery.CLAY_FORGE_21303, - Scenery.FURNACE_26814, Scenery.FURNACE_30021, Scenery.FURNACE_30510, Scenery.FURNACE_36956, - Scenery.FURNACE_37651 - }; + private static final int[] IDS = new int[] { 4304, 6189, 11010, 11666, 12100, 12809, 18497, 26814, 30021, 30510, 36956, 37651 }; /** * Constructs a new {@code JewelleryCraftPlugin} {@code Object}. diff --git a/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt b/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt index b558ec38f..d636ee588 100644 --- a/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt +++ b/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt @@ -79,7 +79,7 @@ class LightSourceLighter : UseWithHandler(590,36,38){ // For Temple of Ikov - if you are in the dark basement and light a light source, switch to the light basement. // For the listener that covers the firemaking cape perk, see content.global.skill.skillcapeperks.SkillcapePerks.kt if(event.player.location.isInRegion(10648) && event.player.location.withinDistance(Location(2639,9738,0), 8)) { - teleport(event.player, Location.create(event.player.getLocation().x, event.player.getLocation().y + 23, event.player.getLocation().z)) + teleport(event.player, Location.create(event.player.getLocation().getX(), event.player.getLocation().getY() + 23, event.player.getLocation().getZ())) closeDialogue(event.player) // Dark basement is region 10648, min 2639 9738 0, max 2643 9744 0. Add 23 to the Y loc to tele to light basement } diff --git a/Server/src/main/content/global/skill/crafting/silver/SilverCraftingListener.kt b/Server/src/main/content/global/skill/crafting/silver/SilverCraftingListener.kt index 6ab0e7a45..346b61b3e 100644 --- a/Server/src/main/content/global/skill/crafting/silver/SilverCraftingListener.kt +++ b/Server/src/main/content/global/skill/crafting/silver/SilverCraftingListener.kt @@ -31,7 +31,7 @@ class SilverCraftingListener : InterfaceListener, InteractionListener { Scenery.FURNACE_12100, Scenery.FURNACE_12809, Scenery.FURNACE_18497, Scenery.FURNACE_18525, Scenery.FURNACE_18526, Scenery.FURNACE_21879, Scenery.FURNACE_22721, Scenery.FURNACE_26814, Scenery.FURNACE_28433, Scenery.FURNACE_28434, Scenery.FURNACE_30021, Scenery.FURNACE_30510, - Scenery.FURNACE_36956, Scenery.FURNACE_37651, Scenery.CLAY_FORGE_21303 + Scenery.FURNACE_36956, Scenery.FURNACE_37651 ) private const val ATTRIBUTE_FURNACE_ID = "crafting:silver:furnace_id" diff --git a/Server/src/main/content/global/skill/crafting/spinning/SpinningPulse.java b/Server/src/main/content/global/skill/crafting/spinning/SpinningPulse.java index 87e0ce531..ae652f9a8 100644 --- a/Server/src/main/content/global/skill/crafting/spinning/SpinningPulse.java +++ b/Server/src/main/content/global/skill/crafting/spinning/SpinningPulse.java @@ -76,13 +76,13 @@ public final class SpinningPulse extends SkillPulse { @Override public boolean reward() { - int tickThreshhold = 4; - if (player.getAchievementDiaryManager().getDiary(DiaryType.SEERS_VILLAGE).isComplete(2) - && player.getLocation().withinDistance(Location.create(2711,3471,1)) - && player.getEquipment().get(EquipmentContainer.SLOT_HAT) != null - && player.getEquipment().get(EquipmentContainer.SLOT_HAT).getId() == 14631) { - tickThreshhold = 2; - } + int tickThreshhold = 4; + if (player.getAchievementDiaryManager().getDiary(DiaryType.SEERS_VILLAGE).isComplete(2) + && player.getLocation().withinDistance(Location.create(2711,3471,1)) + && player.getEquipment().get(EquipmentContainer.SLOT_HAT) != null + && player.getEquipment().get(EquipmentContainer.SLOT_HAT).getId() == 14631) { + tickThreshhold = 2; + } if (++ticks % tickThreshhold != 0) { return false; } @@ -92,7 +92,7 @@ public final class SpinningPulse extends SkillPulse { player.getSkills().addExperience(Skills.CRAFTING, type.getExp(), true); // Seers achievement diary - if (player.getLocation().getRegionId() == 10806 + if (player.getViewport().getRegion().getId() == 10806 && !player.getAchievementDiaryManager().getDiary(DiaryType.SEERS_VILLAGE).isComplete(0, 4)) { if (player.getAttribute("diary:seers:bowstrings-spun", 0) >= 4) { player.setAttribute("/save:diary:seers:bowstrings-spun", 5); diff --git a/Server/src/main/content/global/skill/firemaking/BarbFirePulse.kt b/Server/src/main/content/global/skill/firemaking/BarbFirePulse.kt deleted file mode 100644 index cc1f6104f..000000000 --- a/Server/src/main/content/global/skill/firemaking/BarbFirePulse.kt +++ /dev/null @@ -1,199 +0,0 @@ -package content.global.skill.firemaking - -import content.region.kandarin.quest.barbariantraining.BarbarianTraining -import core.api.* -import core.game.event.LitFireEvent -import core.game.node.entity.skill.SkillPulse -import core.game.node.entity.skill.Skills -import core.game.node.entity.player.Player -import core.game.node.item.GroundItem -import core.game.node.item.Item -import core.game.node.scenery.Scenery -import core.game.node.scenery.SceneryBuilder -import core.game.world.map.RegionManager -import core.tools.RandomFunction -import content.global.skill.firemaking.FireMakingPulse.getAsh -import org.rs09.consts.Items -import kotlin.math.ceil - -/** - * Pulse used for barbarian firemaking. - * @author Bishop - */ - -class BarbFirePulse(player: Player, node: Item?, groundItem: GroundItem?, private val usedBow: Item? = null) : SkillPulse(player, node) { - - companion object { - private const val attributeRemoveLog = "remove-log" - private const val attributeLastFiremake = "last-firemake" - } - - private val bowsAndAnimations = mapOf( - Items.SHORTBOW_841 to 6714, - Items.LONGBOW_839 to 6714, - Items.OAK_SHORTBOW_843 to 6715, - Items.OAK_LONGBOW_845 to 6715, - Items.WILLOW_SHORTBOW_849 to 6716, - Items.WILLOW_LONGBOW_847 to 6716, - Items.MAPLE_SHORTBOW_853 to 6717, - Items.MAPLE_LONGBOW_851 to 6717, - Items.YEW_SHORTBOW_857 to 6718, - Items.YEW_LONGBOW_855 to 6718, - Items.MAGIC_SHORTBOW_861 to 6719, - Items.MAGIC_LONGBOW_859 to 6719 - ) - - private val fire: Log? = Log.forId(node!!.id) - private var ticks = 0 - private var groundItem: GroundItem = groundItem ?: run { - setAttribute(player, attributeRemoveLog, true) - GroundItem(node!!, player.location, player) - } - init { - if (groundItem != null) { - removeAttribute(player, attributeRemoveLog) - } - } - - override fun checkRequirements(): Boolean { - // Check for lightable - if (fire == null || fire.logId == Items.CURSED_MAGIC_LOGS_13567 || fire.logId == Items.JOGRE_BONES_3125) { - return false - } - - // Check for fire-disallowed location - if (RegionManager.getObject(player.location) != null || player.zoneMonitor.isInZone("bank")) { - sendMessage(player, "You can't light a fire here.") - return false - } - - // Check for bow (if player was able to use a tinderbox this pulse shouldn't have fired) - if (!anyInInventory(player, *bowsAndAnimations.keys.toIntArray())) { - sendMessage(player, "You do not have the required items to light this.") - return false - } - - // Check training - if (getAttribute(player, BarbarianTraining.attributeBowFire, 0) == 0) { - sendDialogue(player, "You must begin the relevant section of Otto Godblessed's barbarian training.") - return false - } - - // Check barbarian firemaking level requirement - if (getDynLevel(player, Skills.FIREMAKING) < fire.barbLevel) { - sendMessage(player, "You need a firemaking level of ${fire.barbLevel} to light this log using barbarian firemaking.") - return false - } - - // Handle log removal from inventory - if (getAttribute(player, attributeRemoveLog, false)) { - removeAttribute(player, attributeRemoveLog) - if (inInventory(player, node!!.id, 1)) { - replaceSlot(player, node!!.slot, Item(node!!.id, node!!.amount - 1), node!!, Container.INVENTORY) - groundItem = produceGroundItem(player, groundItem.id, groundItem.amount, groundItem.location) - } - } - - return true - } - - override fun animate() { - // Animations are handled independently - } - - fun getBowAnimation(): Int { - // If player used a specific bow, selects the corresponding animation - if (usedBow != null) { - bowsAndAnimations[usedBow.id]?.let { return it } - } - // If player didn't use a specific bow, animates according to bows the player has in inventory - for ((bowId, animation) in bowsAndAnimations) { - if (inInventory(player, bowId)) { - return animation - } - } - return bowsAndAnimations.values.first() - } - - override fun reward(): Boolean { - // Check if we need to wait before creating another fire - if (getLastFire() >= getWorldTicks()) { - createFire() - return true - } - - // Play animation every 12 ticks - if (ticks % 12 == 0) { - animate(player, getBowAnimation()) - } - - // Only check for success every 3 ticks - if (++ticks % 3 != 0) { - return false - } - - // Check if firemaking succeeds - if (!success()) { - return false - } - - // On success - createFire() - - // Progress Barbarian training if this is your first oak log lit with a bow - if (getAttribute(player, BarbarianTraining.attributeBowFire, 0) == 1 && fire!!.logId == Items.OAK_LOGS_1521) { - setAttribute(player, BarbarianTraining.attributeBowFire, 2) - sendDialogue(player, "You feel you have learned more of barbarian ways. Otto might wish to talk to you more.") - } - return true - } - - - private fun createFire() { - if (!groundItem.isActive) { - return - } - - val fireObject = Scenery(fire!!.fireId, player.location) - SceneryBuilder.add(fireObject, fire.life, getAsh(player, fire, fireObject)) - removeGroundItem(groundItem) - player.moveStep() - face(player, fireObject) - rewardXP(player, Skills.FIREMAKING, fire.xp) - - setLastFire() - player.dispatch(LitFireEvent(fire.logId)) - } - - - override fun message(type: Int) { - val name = if (node!!.id == Items.JOGRE_BONES_3125) "bones" else "logs" - when (type) { - 0 -> sendMessage(player, "You attempt to light the $name..") - 1 -> sendMessage(player, "The fire catches and the $name begin to burn.") - } - } - - - private fun getLastFire(): Int { // Time in ticks - return getAttribute(player, attributeLastFiremake, 0) - } - - - private fun setLastFire() { // Time in ticks - setAttribute(player, attributeLastFiremake, getWorldTicks() + 2) - } - - /** - * Checks if the player gets rewarded. - * @return {@code True} if so. - */ - private fun success(): Boolean { - val level = 1 + getDynLevel(player, Skills.FIREMAKING) - val req = fire!!.barbLevel.toDouble() - val successChance = ceil((level * 50 - req * 15) / req / 3 * 4) - val roll = RandomFunction.random(99) - return successChance >= roll - - } -} diff --git a/Server/src/main/content/global/skill/firemaking/FireMakingOptionPlugin.kt b/Server/src/main/content/global/skill/firemaking/FireMakingOptionPlugin.kt new file mode 100644 index 000000000..76f745d01 --- /dev/null +++ b/Server/src/main/content/global/skill/firemaking/FireMakingOptionPlugin.kt @@ -0,0 +1,22 @@ +package content.global.skill.firemaking + +import core.game.node.item.GroundItem +import org.rs09.consts.Items +import core.game.interaction.InteractionListener +import core.game.interaction.IntType + +class FiremakingListener : InteractionListener +{ + val logs = intArrayOf(1511, 1521, 1513, 1515, 1517, 1519, 2862, 3438, 3440, 3442, 3444, 3446, 3448, 6211, 6213, 6332, 6333, 7404, 7405, 7406, 8934, 9067, 10328, 10329, 10808, 10810, 10812, 11035, 12581, 12583, 3125) + + override fun defineListeners() { + onUseWith(IntType.ITEM, Items.TINDERBOX_590, *logs) { player, _, with -> + player.pulseManager.run(FireMakingPulse(player, with.asItem(), null)) + return@onUseWith true + } + onUseWith(IntType.GROUNDITEM, Items.TINDERBOX_590, *logs) { player, _, with -> + player.pulseManager.run(FireMakingPulse(player, with.asItem(), with as GroundItem)) + return@onUseWith true + } + } +} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/firemaking/FireMakingPulse.java b/Server/src/main/content/global/skill/firemaking/FireMakingPulse.java index 7fc0b070e..50b969efd 100644 --- a/Server/src/main/content/global/skill/firemaking/FireMakingPulse.java +++ b/Server/src/main/content/global/skill/firemaking/FireMakingPulse.java @@ -138,7 +138,7 @@ public final class FireMakingPulse extends SkillPulse { player.faceLocation(object.getFaceLocation(player.getLocation())); player.getSkills().addExperience(Skills.FIREMAKING,fire.getXp()); - int playerRegion = player.getLocation().getRegionId(); + int playerRegion = player.getViewport().getRegion().getId(); setLastFire(); player.dispatch(new LitFireEvent(fire.getLogId())); diff --git a/Server/src/main/content/global/skill/firemaking/FiremakingListener.kt b/Server/src/main/content/global/skill/firemaking/FiremakingListener.kt deleted file mode 100644 index 1ec630132..000000000 --- a/Server/src/main/content/global/skill/firemaking/FiremakingListener.kt +++ /dev/null @@ -1,82 +0,0 @@ -package content.global.skill.firemaking - -import core.api.anyInInventory -import core.api.inInventory -import core.api.submitIndividualPulse -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.item.GroundItem -import org.rs09.consts.Items - -/** - * Listener for lighting logs. - * @author Bishop - */ - -class FiremakingListener : InteractionListener { - - private companion object { - private val logs = intArrayOf( - Items.LOGS_1511, Items.OAK_LOGS_1521, Items.MAGIC_LOGS_1513, Items.YEW_LOGS_1515, Items.MAPLE_LOGS_1517, - Items.WILLOW_LOGS_1519, Items.ACHEY_TREE_LOGS_2862, Items.PYRE_LOGS_3438, Items.OAK_PYRE_LOGS_3440, - Items.WILLOW_PYRE_LOGS_3442, Items.MAPLE_PYRE_LOGS_3444, Items.YEW_PYRE_LOGS_3446, - Items.MAGIC_PYRE_LOGS_3448, Items.TEAK_PYRE_LOGS_6211, Items.MAHOGANY_PYRE_LOG_6213, - Items.MAHOGANY_LOGS_6332, Items.TEAK_LOGS_6333, Items.RED_LOGS_7404, Items.GREEN_LOGS_7405, - Items.BLUE_LOGS_7406, Items.SCRAPEY_TREE_LOGS_8934, Items.DREAM_LOG_9067, Items.WHITE_LOGS_10328, - Items.PURPLE_LOGS_10329, Items.ARCTIC_PYRE_LOGS_10808, Items.ARCTIC_PINE_LOGS_10810, Items.SPLIT_LOG_10812, - Items.WINDSWEPT_LOGS_11035, Items.EUCALYPTUS_LOGS_12581, Items.EUCALYPTUS_PYRE_LOGS_12583, - Items.JOGRE_BONES_3125 - ) - private val bows = intArrayOf( - Items.SHORTBOW_841, Items.LONGBOW_839, Items.OAK_SHORTBOW_843, Items.OAK_LONGBOW_845, - Items.WILLOW_SHORTBOW_849, Items.WILLOW_LONGBOW_847, Items.MAPLE_SHORTBOW_853, Items.MAPLE_LONGBOW_851, - Items.YEW_SHORTBOW_857, Items.YEW_LONGBOW_855, Items.MAGIC_SHORTBOW_861, Items.MAGIC_LONGBOW_859 - ) - } - - override fun defineListeners() { - - // Handle tinderbox item interaction (inventory) - onUseWith(IntType.ITEM, Items.TINDERBOX_590, *logs) { player, _, with -> - submitIndividualPulse(player, FireMakingPulse(player, with.asItem(), null)) - return@onUseWith true - } - - // Handle tinderbox item interaction (ground item) - onUseWith(IntType.GROUNDITEM, Items.TINDERBOX_590, *logs) { player, _, with -> - submitIndividualPulse(player, FireMakingPulse(player, with.asItem(), with as GroundItem)) - return@onUseWith true - } - - // Handle barbarian item interaction (inventory) - onUseWith(IntType.ITEM, bows, *logs) { player, used, with -> - submitIndividualPulse(player, BarbFirePulse(player, with.asItem(), null, used.asItem())) - return@onUseWith true - } - - // Handle barbarian item interaction (ground item) - onUseWith(IntType.GROUNDITEM, bows, *logs) { player, used, with -> - submitIndividualPulse(player, BarbFirePulse(player, with.asItem(), with as GroundItem, used.asItem())) - return@onUseWith true - } - - // Handle "light" option on logs (ground item) - on(logs, IntType.GROUNDITEM, "light") { player, node -> - if (node !is GroundItem) return@on false - when { - (inInventory(player, Items.TINDERBOX_590)) -> { - submitIndividualPulse(player, FireMakingPulse(player, node.asItem(), node)) - return@on true - } - (anyInInventory(player, *bows)) -> { - submitIndividualPulse(player, BarbFirePulse(player, node.asItem(), node)) - return@on true - } - else -> { - submitIndividualPulse(player, FireMakingPulse(player, node.asItem(), node)) - return@on true - } - } - } - } -} diff --git a/Server/src/main/content/global/skill/firemaking/LightLogPlugin.java b/Server/src/main/content/global/skill/firemaking/LightLogPlugin.java new file mode 100644 index 000000000..db524a6b7 --- /dev/null +++ b/Server/src/main/content/global/skill/firemaking/LightLogPlugin.java @@ -0,0 +1,32 @@ +package content.global.skill.firemaking; + +import core.cache.def.impl.ItemDefinition; +import core.game.interaction.OptionHandler; +import core.game.node.Node; +import core.game.node.entity.player.Player; +import core.game.node.item.GroundItem; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the plugin used to light a log. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class LightLogPlugin extends OptionHandler { + + @Override + public boolean handle(Player player, Node node, String option) { + player.getPulseManager().run(new FireMakingPulse(player, ((Item) node), ((GroundItem) node))); + return true; + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ItemDefinition.setOptionHandler("light", this); + return this; + } + +} diff --git a/Server/src/main/content/global/skill/firemaking/Log.java b/Server/src/main/content/global/skill/firemaking/Log.java index 0906e669a..59c7b82cb 100644 --- a/Server/src/main/content/global/skill/firemaking/Log.java +++ b/Server/src/main/content/global/skill/firemaking/Log.java @@ -7,24 +7,24 @@ import java.util.HashMap; * @author 'Vexia */ public enum Log { - NORMAL(1511, 1, 180, 2732, 40, 21), - ACHEY(2862, 1, 180, 2732, 40, 21), - OAK(1521, 15, 200, 2732, 60, 35), - WILLOW(1519, 30, 250, 2732, 90, 50), - TEAK(6333, 35, 300, 2732, 105, 55), - ARCTIC_PINE(10810, 42, 500, 2732, 125, 62), - MAPLE(1517, 45, 300, 2732, 135, 65), - MAHOGANY(6332, 50, 300, 2732, 157.5, 70), - EUCALYPTUS(12581, 58, 300, 2732, 193.5, 78), - YEW(1515, 60, 400, 2732, 202.5, 80), - MAGIC(1513, 75, 450, 2732, 303.8, 95), - CURSED_MAGIC(13567, 82, 650, 2732, 303.8, -1), - PURPLE(10329, 1, 200, 20001, 50, 21), - WHITE(10328, 1, 200, 20000, 50, 21), - BLUE(7406, 1, 200, 11406, 50, 21), - GREEN(7405, 1, 200, 11405, 50, 21), - RED(7404, 1, 200, 11404, 50, 21), - JOGRE(3125, 1, 200, 3862, 50, -1); + NORMAL(1511, 1, 180, 2732, 40), + ACHEY(2862, 1, 180, 2732, 40), + OAK(1521, 15, 200, 2732, 60), + WILLOW(1519, 30, 250, 2732, 90), + TEAK(6333, 35, 300, 2732, 105), + ARCTIC_PINE(10810, 42, 500, 2732, 125), + MAPLE(1517, 45, 300, 2732, 135), + MAHOGANY(6332, 50, 300, 2732, 157.5), + EUCALYPTUS(12581, 58, 300, 2732, 193.5), + YEW(1515, 60, 400, 2732, 202.5), + MAGIC(1513, 75, 450, 2732, 303.8), + CURSED_MAGIC(13567, 82, 650, 2732, 303.8), + PURPLE(10329, 1, 200, 20001, 50), + WHITE(10328, 1, 200, 20000, 50), + BLUE(7406, 1, 200, 11406, 50), + GREEN(7405, 1, 200, 11405, 50), + RED(7404, 1, 200, 11404, 50), + JOGRE(3125, 1, 200, 3862, 50); public static HashMap logMap = new HashMap<>(); static{ @@ -61,28 +61,20 @@ public enum Log { */ private final double xp; - /** - * The required level for bow-firemaking. - */ - private final int barbLevel; - /** * Constructs a new {@code FireMakingDefinitions.java} {@code Object}. - * - * @param logId the log id. - * @param level the level. - * @param life the life. - * @param fireId the fire id. - * @param xp the experience. - * @param barbLevel the required level for bow-firemaking. - */ - Log(int logId, int level, int life, int fireId, double xp, int barbLevel) { + * @param logId the log id. + * @param level the level. + * @param life the life. + * @param fireId the fire id. + * @param xp the experience. + */ + Log(int logId, int level, int life, int fireId, double xp) { this.logId = logId; this.level = level; this.life = life; this.fireId = fireId; this.xp = xp; - this.barbLevel = barbLevel; } /** @@ -125,14 +117,6 @@ public enum Log { return xp; } - /** - * Gets the required level for bow-firemaking. - * @return The required level for bow-firemaking. - */ - public int getBarbLevel() { - return barbLevel; - } - /** * Gets the log by the id. * @param id the id. diff --git a/Server/src/main/content/global/skill/fishing/Fish.kt b/Server/src/main/content/global/skill/fishing/Fish.kt index 64c9290b2..8ccc67f24 100644 --- a/Server/src/main/content/global/skill/fishing/Fish.kt +++ b/Server/src/main/content/global/skill/fishing/Fish.kt @@ -32,21 +32,11 @@ enum class Fish(val id: Int, val level: Int, val experience: Double, val lowChan MANTA_RAY(Items.RAW_MANTA_RAY_389, 81, 46.0, 0.0, 0.0), SEAWEED(Items.SEAWEED_401, 16, 1.0, 0.63, 0.219), CASKET(Items.CASKET_405, 16, 10.0, 0.63, 0.219), - OYSTER(Items.OYSTER_407, 16, 10.0, 0.63, 0.219), - LEAPING_TROUT(Items.LEAPING_TROUT_11328, 48, 50.0, 0.43, 0.35), - LEAPING_SALMON(Items.LEAPING_SALMON_11330, 58, 70.0, 0.25, 0.28), - LEAPING_STURGEON(Items.LEAPING_STURGEON_11332, 70, 80.0, 0.19, 0.25); + OYSTER(Items.OYSTER_407, 16, 10.0, 0.63, 0.219); companion object { val fishMap: HashMap = HashMap() val bigFishMap: HashMap = HashMap() - - // Barehand fishing requirements (Fishing levels are 55/70/96) - // Source: https://runescape.wiki/w/Barbarian_Training?oldid=834497#Bare_Hand_Fishing - val barehandFishingReq = mapOf(TUNA to 55, SWORDFISH to 70, SHARK to 96) - val barehandStrengthReq = mapOf(TUNA to 35, SWORDFISH to 50, SHARK to 76) - val barehandStrengthXp = mapOf(TUNA to 8.0, SWORDFISH to 10.0, SHARK to 11.0) - init { for(fish in values()) { fishMap[fish.id] = fish diff --git a/Server/src/main/content/global/skill/gather/fishing/FishingListener.kt b/Server/src/main/content/global/skill/gather/fishing/FishingListener.kt index 559967915..2f23e264c 100644 --- a/Server/src/main/content/global/skill/gather/fishing/FishingListener.kt +++ b/Server/src/main/content/global/skill/gather/fishing/FishingListener.kt @@ -7,8 +7,6 @@ import content.global.skill.fishing.FishingSpot import content.global.skill.skillcapeperks.SkillcapePerks import content.global.skill.skillcapeperks.SkillcapePerks.Companion.isActive import content.global.skill.summoning.familiar.Forager -import content.region.fremennik.diary.FremennikAchievementDiary.Companion.HardTasks -import content.region.kandarin.quest.barbariantraining.BarbarianTraining import core.api.* import core.game.event.ResourceProducedEvent import core.game.interaction.Clocks @@ -17,7 +15,6 @@ import core.game.interaction.InteractionListener import core.game.node.Node import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player -import core.game.node.entity.player.link.diary.DiaryType import core.game.node.entity.skill.Skills import core.game.node.item.Item import core.game.system.command.sets.STATS_BASE @@ -45,34 +42,28 @@ class FishingListener : InteractionListener{ val npc = node as? NPC ?: return clearScripts(player) val spot = FishingSpot.forId(npc.id) ?: return clearScripts(player) val op = spot.getOptionByName(getUsedOption(player)) ?: return clearScripts(player) - val isBarehand = canBarehandFish(player, op) + var forager: Forager? = null + if (player.familiarManager.hasFamiliar() && player.familiarManager.familiar is Forager) { forager = player.familiarManager.familiar as Forager } + if (!finishedMoving(player)) { return restartScript(player) } + if (state == 0) { - if (!checkRequirements(player, op, node, isBarehand)) return clearScripts(player) + if (!checkRequirements(player, op, node)) return clearScripts(player) forager?.let { val dest = player.location.transform(player.direction) Pathfinder.find(it, dest).walk(it) } - if (isBarehand) { - animate(player, BAREHAND_FISHING_START_ANIM) - } when (op.option) { "cage" -> if (spot.name == "CAGE_HARPOON") { sendMessage(player, "You attempt to catch a lobster.") } else sendMessage(player, "You attempt to catch a crayfish.") - "harpoon" -> { - if (isBarehand) { - sendMessage(player, "You start to lure the fish.") - } else { - sendMessage(player, "You start harpooning fish.") - } - } + "harpoon" -> sendMessage(player, "You start harpooning fish.") "net" -> sendMessage(player, "You cast out your net...") in arrayOf("bait", "lure") -> { sendMessage(player, "You cast out your line...") @@ -85,21 +76,11 @@ class FishingListener : InteractionListener{ } if (clockReady(player, Clocks.SKILLING)) { - anim(player, op, isBarehand) + anim(player, op) forager?.handlePassiveAction() + val fish = op?.rollFish(player) ?: return delayClock(player, Clocks.SKILLING, 5) - // For barehand fishing, check if player meets the specific requirements for this fish - if (isBarehand && !meetsBarehandRequirements(player, fish)) { - // Player doesn't meet requirements for this specific fish, skip this catch - return delayClock(player, Clocks.SKILLING, 5) - } if (!hasSpaceFor(player, Item(fish.id)) || !op.removeBait(player)) return restartScript(player) - if (isBarehand) { - animate(player, getBarehandCatchAnimation(fish)) - if (fish == Fish.TUNA) { - player.achievementDiaryManager.finishTask(player, DiaryType.FREMENNIK,2, HardTasks.CATCH_TUNA_WITHOUT_HARPOON) - } - } player.dispatch(ResourceProducedEvent(fish.id, fish.getItem().amount, node)) val item = fish.getItem() val bigFishId = Fish.getBigFish(fish) @@ -124,6 +105,7 @@ class FishingListener : InteractionListener{ sendMessage(player, colorize("%RYour expert aim catches you a second fish.")) player.incrementAttribute("/save:$STATS_BASE:$STATS_FISH") } + player.incrementAttribute("/save:$STATS_BASE:$STATS_FISH") var xp = fish.experience if ((item.id == Items.RAW_SWORDFISH_371 && inEquipment(player, Items.SWORDFISH_GLOVES_12860)) @@ -132,38 +114,19 @@ class FishingListener : InteractionListener{ FOGGlovesManager.updateCharges(player) } rewardXP(player, Skills.FISHING, xp) - // Award bonus Strength XP for barehand fishing - // Progress Barbarian training if this is your first barehanded catch - if (isBarehand) { - rewardXP(player, Skills.STRENGTH, Fish.barehandStrengthXp[fish]!!) - if (getAttribute(player, BarbarianTraining.attributeFist, 0) == 1) { - setAttribute(player, BarbarianTraining.attributeFist, 2) - sendDialogue(player, "You feel you have learned more of barbarian ways. Otto might wish to talk to you more.") - } - } - delayClock(player, Clocks.SKILLING, 5) - if (!checkRequirements(player, op, node, isBarehand)) return clearScripts(player) - } else if (isBarehand) { - anim(player, op, isBarehand) + if (!checkRequirements(player, op, node)) return clearScripts(player) } return keepRunning(player) } - private fun anim(player: Player, option: FishingOption, isBarehand: Boolean = false) { - if (isBarehand) { - if (player.clocks[Clocks.ANIMATION_END] <= GameWorld.ticks) { - animate(player, BAREHAND_FISHING_LOOP_ANIM) - } - } else { - if (animationFinished(player)) { - animate(player, option.animation) - } - } + private fun anim(player: Player, option: FishingOption) { + if (animationFinished(player)) + animate(player, option.animation) } - private fun checkRequirements(player: Player, option: FishingOption, node: Node, isBarehand: Boolean = false) : Boolean { - if (!inInventory(player, option.tool) && !hasBarbTail(player, option) && !isBarehand) { + private fun checkRequirements(player: Player, option: FishingOption, node: Node) : Boolean { + if (!inInventory(player, option.tool) && !hasBarbTail(player, option)) { // The fly fishing rod & net dialogue is confirmed from videos. Others are assumptions based upon this. var msg = "You need a " msg += if (getItemName(option.tool).contains("net", true)) "net to " else "${getItemName(option.tool).lowercase()} to " @@ -177,8 +140,7 @@ class FishingListener : InteractionListener{ sendDialogue(player, msg) return false } - // For barehand fishing, level requirements are already checked in canBarehandFish - if (!isBarehand && !hasLevelDyn(player, Skills.FISHING, option.level)) { + if (!hasLevelDyn(player, Skills.FISHING, option.level)) { sendDialogue(player, "You need a Fishing level of at least ${option.level} to ${option.option} these fish.") return false } @@ -193,6 +155,7 @@ class FishingListener : InteractionListener{ return node.isActive && node.location.withinMaxnormDistance(player.location, 1) } + private fun hasBarbTail(player: Player, option: FishingOption): Boolean { val bh = FishingOption.BARB_HARPOON.tool if (option == FishingOption.HARPOON || option == FishingOption.SHARK_HARPOON) { @@ -200,73 +163,4 @@ class FishingListener : InteractionListener{ } return false } - - /** - * Checks if player has unlocked barehand fishing from Otto Godblessed. - */ - private fun hasBarehandUnlock(player: Player): Boolean { - return getAttribute(player, BarbarianTraining.attributeFist, 0) >= 1 - } - - /** - * Checks if player has any harpoon (regular or barb-tail) in inventory or equipment. - */ - private fun hasAnyHarpoon(player: Player): Boolean { - return inInventory(player, Items.HARPOON_311) || - inInventory(player, Items.BARB_TAIL_HARPOON_10129) || - inEquipment(player, Items.BARB_TAIL_HARPOON_10129) - } - - /** - * Checks if player can use barehand fishing for this fishing spot. - * Requires: harpoon option, no harpoon in inventory/equipment, barehand unlock, minimum levels. - * Source: https://runescape.wiki/w/Barbarian_Training?oldid=834497#Bare_Hand_Fishing - */ - private fun canBarehandFish(player: Player, option: FishingOption): Boolean { - if (option != FishingOption.HARPOON && option != FishingOption.SHARK_HARPOON) return false - if (hasAnyHarpoon(player)) return false - if (!hasBarehandUnlock(player)) return false - // Check minimum levels for barehand fishing - // Tuna/Swordfish spot: 55 Fishing, 35 Strength minimum - // Shark spot: 96 Fishing, 76 Strength minimum - return when (option) { - FishingOption.HARPOON -> hasLevelDyn(player, Skills.FISHING, Fish.barehandFishingReq[Fish.TUNA]!!) && hasLevelDyn(player, Skills.STRENGTH, Fish.barehandStrengthReq[Fish.TUNA]!!) - FishingOption.SHARK_HARPOON -> hasLevelDyn(player, Skills.FISHING, Fish.barehandFishingReq[Fish.SHARK]!!) && hasLevelDyn(player, Skills.STRENGTH, Fish.barehandStrengthReq[Fish.SHARK]!!) - else -> false - } - } - - /** - * Checks if player meets the specific Strength and Fishing requirements to catch a specific fish barehanded. - */ - private fun meetsBarehandRequirements(player: Player, fish: Fish): Boolean { - val fishingReq = Fish.barehandFishingReq[fish] ?: return false - val strengthReq = Fish.barehandStrengthReq[fish] ?: return false - return hasLevelDyn(player, Skills.FISHING, fishingReq) && hasLevelDyn(player, Skills.STRENGTH, strengthReq) - } - - /** - * Gets the barehand fishing animation for a specific fish. - * Animations from game data: - * - 6710/6711: barehand tuna fishing - * - 6707/6708: barehand swordfish fishing - * - 6705/6706: barehand shark fishing - * - 6703/6704: generic barehand fishing - */ - private fun getBarehandCatchAnimation(fish: Fish): Int { - return when (fish) { - Fish.TUNA -> 6710 - Fish.SWORDFISH -> 6707 - Fish.SHARK -> 6705 - else -> 6703 // Generic barehand animation - } - } - - /** - * Barehand fishing animations. - * 6703 = start animation (hand goes into water) - * 6704 = loop animation (hand stays in water waiting for catch) - */ - private val BAREHAND_FISHING_START_ANIM = 6703 - private val BAREHAND_FISHING_LOOP_ANIM = 6704 } diff --git a/Server/src/main/content/global/skill/gather/fishing/barbfishing/BarbFishInteractionListeners.kt b/Server/src/main/content/global/skill/gather/fishing/barbfishing/BarbFishInteractionListeners.kt index ea2c03efa..7963fb099 100644 --- a/Server/src/main/content/global/skill/gather/fishing/barbfishing/BarbFishInteractionListeners.kt +++ b/Server/src/main/content/global/skill/gather/fishing/barbfishing/BarbFishInteractionListeners.kt @@ -1,35 +1,29 @@ package content.global.skill.gather.fishing.barbfishing -import content.region.kandarin.quest.barbariantraining.BarbarianTraining -import core.api.* +import core.game.node.item.Item import core.game.interaction.InteractionListener import core.game.interaction.IntType -import org.rs09.consts.Items -import org.rs09.consts.NPCs -import org.rs09.consts.Scenery class BarbFishInteractionListeners : InteractionListener { override fun defineListeners() { - on(Scenery.BARBARIAN_BED_25268, IntType.SCENERY, "search"){ player, _ -> - // Check if player has started heavy rod training - if(getAttribute(player, BarbarianTraining.attributeRod, 0) >= 1) { - if(!inInventory(player, Items.BARBARIAN_ROD_11323)) { - addItemOrDrop(player, Items.BARBARIAN_ROD_11323, 1) - sendMessage(player, "You find a heavy fishing rod under the bed and take it.") + on(25268, IntType.SCENERY, "search"){ player, _ -> + if(player.getAttribute("barbtraining:fishing",false) == true){ + if(!player.inventory.containsItem(Item(11323))){ + player.inventory.add(Item(11323)) + player.sendMessage("Under the bed you find a fishing rod.") } else { - sendMessage(player, "You find nothing under the bed.") + player.sendMessage("You find nothing under the bed") } } else { - sendMessage(player, "Maybe I should speak to Otto before looking under his bed.") + player.sendMessage("Maybe I should speak to Otto before looking under his bed.") } return@on true } - on(NPCs.FISHING_SPOT_2722, IntType.NPC, "use-rod"){ player, _ -> - submitIndividualPulse(player, BarbFishingPulse(player)) - sendMessage(player, "You cast out your line...") - sendMessage(player, "You attempt to catch a fish.") + on(1176, IntType.NPC, "fish"){ player, _ -> + player.pulseManager.run(BarbFishingPulse(player)) + player.sendMessage("You attempt to catch a fish...") return@on true } diff --git a/Server/src/main/content/global/skill/gather/fishing/barbfishing/BarbFishingPulse.kt b/Server/src/main/content/global/skill/gather/fishing/barbfishing/BarbFishingPulse.kt index ac7331731..a44387209 100644 --- a/Server/src/main/content/global/skill/gather/fishing/barbfishing/BarbFishingPulse.kt +++ b/Server/src/main/content/global/skill/gather/fishing/barbfishing/BarbFishingPulse.kt @@ -1,107 +1,102 @@ package content.global.skill.gather.fishing.barbfishing -import content.global.skill.fishing.Fish -import content.region.kandarin.quest.barbariantraining.BarbarianTraining -import core.api.* import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player import core.game.node.entity.skill.SkillPulse import core.game.node.entity.skill.Skills import core.game.node.item.Item -import core.game.system.command.sets.STATS_BASE -import core.game.system.command.sets.STATS_FISH import core.game.world.update.flag.context.Animation import core.tools.RandomFunction import org.rs09.consts.Items -import org.rs09.consts.NPCs +import core.tools.colorize /** * Pulse used for barbarian fishing * @author Ceikry - * @author Bishop */ -class BarbFishingPulse(player: Player) : SkillPulse(player,NPC(NPCs.FISHING_SPOT_2722)) { +class BarbFishingPulse(player: Player) : SkillPulse(player,NPC(1176)) { override fun checkRequirements(): Boolean { - if(!hasLevelDyn(player, Skills.FISHING, 48)){ - sendDialogue(player, "You need a Fishing level of at least 48 to catch these fish.") + /*if(player.getAttribute("barbtraining:fishing:completed",false) == false){ + player.sendMessage(colorize("%RYou need to complete barbarian fishing training to fish here.")) + return false + }*/ + if(player.skills.getLevel(Skills.FISHING) < 48){ + player.sendMessage(colorize("%RYou need a fishing level of at least 48 to fish here.")) return false } - if(!hasLevelDyn(player, Skills.AGILITY, 15) || !hasLevelDyn(player, Skills.STRENGTH, 15)){ - sendDialogue(player, "You need a strength and agility level of at least 15 to fish here.") + if(player.skills.getLevel(Skills.AGILITY) < 15 || player.skills.getLevel(Skills.STRENGTH) < 15){ + player.sendMessage(colorize("%RYou need a strength and agility level of at least 15 to fish here.")) return false } - if(!inInventory(player, Items.BARBARIAN_ROD_11323)){ - sendDialogue(player, "You need a barbarian fishing rod to fish here.") + if(!player.inventory.containsItem(Item(11323))){ + player.sendMessage(colorize("%RYou need a barbarian fishing rod to fish here.")) return false } - if(freeSlots(player) == 0){ - sendDialogue(player, "You can't carry any more fish.") + if(player.inventory.isFull){ + player.sendMessage("You don't have enough space in your inventory.") return false } - if(BAITS.none { inInventory(player, it) }){ - sendDialogue(player, "You don't have any bait with which to fish.") + if(!(player.inventory.containsItem(Item(Items.FEATHER_314)) || player.inventory.containsItem(Item(Items.FISH_OFFCUTS_11334)))){ + player.sendMessage("You don't have any bait with which to fish.") return false } return true } - companion object { - private val BAITS = intArrayOf( - Items.FISH_OFFCUTS_11334, - Items.FEATHER_314, - Items.FISHING_BAIT_313, - Items.ROE_11324, - Items.CAVIAR_11326, - ) - } - override fun animate() { - animate(player, Animation(622)) + player.animator.animate(Animation(622)) } override fun reward(): Boolean { - if (delay == 1) { + if (delay == 1){ super.setDelay(5) return false } - val fishingLevel = getDynLevel(player, Skills.FISHING) - val boostedLevel = fishingLevel + getFamiliarBoost(player, Skills.FISHING) - val strength = getDynLevel(player, Skills.STRENGTH) - val agility = getDynLevel(player, Skills.AGILITY) - - var caught: Fish? = null - for (f in arrayOf(Fish.LEAPING_TROUT, Fish.LEAPING_SALMON, Fish.LEAPING_STURGEON)) { - if (f.level > fishingLevel) continue - if (f == Fish.LEAPING_SALMON && (strength < 30 || agility < 30)) continue - if (f == Fish.LEAPING_STURGEON && (strength < 45 || agility < 45)) continue - if (RandomFunction.random(0.0, 1.0) < f.getSuccessChance(boostedLevel)) { - caught = f - break - } - } - - if (caught != null) { - BAITS.firstOrNull { removeItem(player, Item(it, 1)) } - addItem(player, caught.id, 1) - rewardXP(player, Skills.FISHING, caught.experience) - val strAgiXP = when (caught) { - Fish.LEAPING_TROUT -> 5.0 - Fish.LEAPING_SALMON -> 6.0 - Fish.LEAPING_STURGEON -> 7.0 - else -> 5.0 - } - rewardXP(player, Skills.AGILITY, strAgiXP) - rewardXP(player, Skills.STRENGTH, strAgiXP) - var fishCaught = getAttribute(player, "$STATS_BASE:$STATS_FISH", 0) - setAttribute(player, "/save:$STATS_BASE:$STATS_FISH", ++fishCaught) - sendMessage(player, "You catch a ${getItemName(caught.id).lowercase()}.") - // Progress Barbarian training if this is your first heavy rod catch - if (getAttribute(player, BarbarianTraining.attributeRod, 0) == 1) { - setAttribute(player, BarbarianTraining.attributeRod, 2) - sendDialogue(player, "You feel you have learned more of barbarian ways. Otto might wish to talk to you more.") + val stragiXP = arrayOf(5,6,7) + val fishXP = arrayOf(50,70,80) + val reward = getRandomFish() + val success = rollSuccess(when(reward.id){ + 11328 -> 48 + 11330 -> 58 + 11332 -> 70 + else -> 99 + }) + val index = (when(reward.id){ + 11328 -> 0 + 11330 -> 1 + 11332 -> 2 + else -> 0 + }) + if(success){ + if(!player.inventory.remove(Item(Items.FISH_OFFCUTS_11334))) { + player.inventory.remove(Item(Items.FEATHER_314)) } + player.inventory.add(reward) + player.skills.addExperience(Skills.FISHING,fishXP[index].toDouble()) + player.skills.addExperience(Skills.AGILITY,stragiXP[index].toDouble()) + player.skills.addExperience(Skills.STRENGTH,stragiXP[index].toDouble()) + player.sendMessage("You manage to catch a ${reward.name.toLowerCase()}.") } super.setDelay(5) - return freeSlots(player) == 0 + return player.inventory.freeSlots() == 0 } + + fun rollSuccess(fish: Int): Boolean{ + val level = 1 + player.skills.getLevel(Skills.FISHING) + player.familiarManager.getBoost(Skills.FISHING) + val hostRatio: Double = Math.random() * fish + val clientRatio: Double = Math.random() * (level * 3.0 - fish) + return hostRatio < clientRatio + } + + fun getRandomFish(): Item{ + val fish = arrayOf(11328,11330,11332) + val fishing = player.skills.getLevel(Skills.FISHING) + val strength = player.skills.getLevel(Skills.STRENGTH) + val agility = player.skills.getLevel(Skills.AGILITY) + var possibleIndex = 0 + if(fishing >= 58 && (strength >= 30 && agility >= 30)) possibleIndex++ + if(fishing >= 70 && (strength >= 45 && agility >= 45)) possibleIndex++ + return Item(fish[RandomFunction.random(possibleIndex + 1)]) + } + } \ No newline at end of file diff --git a/Server/src/main/content/global/skill/gather/fishing/barbfishing/FishCuttingPulse.kt b/Server/src/main/content/global/skill/gather/fishing/barbfishing/FishCuttingPulse.kt index ade866dd8..9ec1e1466 100644 --- a/Server/src/main/content/global/skill/gather/fishing/barbfishing/FishCuttingPulse.kt +++ b/Server/src/main/content/global/skill/gather/fishing/barbfishing/FishCuttingPulse.kt @@ -1,11 +1,10 @@ package content.global.skill.gather.fishing.barbfishing -import core.api.* import core.game.node.entity.player.Player import core.game.node.entity.skill.Skills +import core.game.node.item.Item import core.game.system.task.Pulse import core.game.world.update.flag.context.Animation -import core.tools.RandomFunction import org.rs09.consts.Items /** @@ -13,68 +12,35 @@ import org.rs09.consts.Items * @param player the player running the pulse * @param fish the fish being cut * @author Ceikry - * @author Bishop */ - class FishCuttingPulse(val player: Player, val fish: Int) : Pulse(0){ fun checkRequirements(): Boolean { - if(!(freeSlots(player) >= 2 || - (freeSlots(player) >= 1 && inInventory(player, Items.FISH_OFFCUTS_11334)))){ - sendMessage(player, "You don't have enough space in your pack to attempt cutting open the fish.") + if(!(player.inventory.freeSlots() >= 2 || (player.inventory.freeSlots() >= 1 && player.inventory.containsItem(Item( + Items.FISH_OFFCUTS_11334))))){ + player.sendMessage("You do not have enough space to do that.") return false } return true } override fun pulse(): Boolean { + player.animator.animate(Animation(1248)) + player.inventory.remove(Item(fish)) - val odds = when (fish) { - Items.LEAPING_TROUT_11328 -> 100 - Items.LEAPING_SALMON_11330 -> 85 - Items.LEAPING_STURGEON_11332 -> 70 - else -> return false - } + player.inventory.add(Item(Items.FISH_OFFCUTS_11334)) - val offcutSuccess = RandomFunction.random(odds) < 50 - val roeSuccess = RandomFunction.random(100) < 50 + player.inventory.add(Item(when(fish){ + 11328, 11330 -> Items.ROE_11324 + 11332 -> Items.CAVIAR_11326 + else -> 0 + })) + + player.skills.addExperience(Skills.COOKING,when(fish){ + 11328,11330 -> 10.0 + 11332 -> 15.0 + else -> 0.0 + }) - if (removeItem(player, fish.asItem())) { - animate(player, Animation(5244)) - when { - (offcutSuccess && roeSuccess) -> { - addItemOrDrop(player, Items.FISH_OFFCUTS_11334) - if (fish == Items.LEAPING_STURGEON_11332) { - addItemOrDrop(player, Items.CAVIAR_11326) - rewardXP(player, Skills.COOKING, 15.0) - sendMessage(player, "You cut open the fish and extract some fish cuts and caviar.") - } else { - addItemOrDrop(player, Items.ROE_11324) - rewardXP(player, Skills.COOKING, 10.0) - sendMessage(player, "You cut open the fish and extract some fish cuts and roe.") - } - } - (roeSuccess) -> { - if (fish == Items.LEAPING_STURGEON_11332) { - addItemOrDrop(player, Items.CAVIAR_11326) - rewardXP(player, Skills.COOKING, 15.0) - sendMessage(player, "You cut open the fish and extract caviar, but the rest of the fish is reduced to") - sendMessage(player, "useless fragments, which you discard.") - } else { - addItemOrDrop(player, Items.ROE_11324) - rewardXP(player, Skills.COOKING, 10.0) - sendMessage(player, "You cut open the fish and extract roe, but the rest of the fish is reduced to") - sendMessage(player, "useless fragments, which you discard.") - } - } - // It appears that you can't get cutoffs without also getting roe or caviar - // Thus, passing only the offcuts roll is a total failure - else -> { - sendMessage(player, "You fail to gain anything useful and reduce the fish to fragments, not even") - sendMessage(player, "usable as bait.") - } - } return true - } - else return false } } diff --git a/Server/src/main/content/global/skill/gather/fishing/barbfishing/KnifeWithFish.kt b/Server/src/main/content/global/skill/gather/fishing/barbfishing/KnifeWithFish.kt index bd6ca46c6..0b6e24917 100644 --- a/Server/src/main/content/global/skill/gather/fishing/barbfishing/KnifeWithFish.kt +++ b/Server/src/main/content/global/skill/gather/fishing/barbfishing/KnifeWithFish.kt @@ -1,20 +1,26 @@ package content.global.skill.gather.fishing.barbfishing -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener +import core.game.interaction.NodeUsageEvent +import core.game.interaction.UseWithHandler +import core.plugin.Initializable +import core.plugin.Plugin import org.rs09.consts.Items +@Initializable /** - * Handles using a knife with barbarian leaping fish. - * @author Bishop + * Handles using a knife with barbarian fishing fish + * @author Ceikry */ - -class KnifeWithFish : InteractionListener { - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.KNIFE_946, Items.LEAPING_TROUT_11328, Items.LEAPING_SALMON_11330, Items.LEAPING_STURGEON_11332) { player, _, fish -> - submitIndividualPulse(player, FishCuttingPulse(player,fish.id)) - return@onUseWith true - } +class KnifeWithFish : UseWithHandler(11328,11330,11332){ + override fun handle(event: NodeUsageEvent?): Boolean { + event?.player ?: return false + event.player.pulseManager.run(FishCuttingPulse(event.player,event.usedItem.id)) + return true } + + override fun newInstance(arg: Any?): Plugin { + addHandler(Items.KNIFE_946, ITEM_TYPE,this) + return this + } + } diff --git a/Server/src/main/content/global/skill/gather/fishing/barbfishing/SpotManager.kt b/Server/src/main/content/global/skill/gather/fishing/barbfishing/SpotManager.kt index d36b7c1aa..60946cd5a 100644 --- a/Server/src/main/content/global/skill/gather/fishing/barbfishing/SpotManager.kt +++ b/Server/src/main/content/global/skill/gather/fishing/barbfishing/SpotManager.kt @@ -7,7 +7,6 @@ import core.api.TickListener import core.game.node.entity.npc.NPC import core.game.world.map.Location import core.tools.RandomFunction -import org.rs09.consts.NPCs /** * Manages fishing spot spawning and relocation @@ -56,7 +55,7 @@ fun getNewLoc(): Location { return loc } -class BarbFishingSpot(var loc: Location? = null, var ttl: Int) : NPC(NPCs.FISHING_SPOT_2722){ +class BarbFishingSpot(var loc: Location? = null, var ttl: Int) : NPC(1176){ init { location = loc } diff --git a/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingListener.kt b/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingListener.kt index e9c3edcad..28cfc2c86 100644 --- a/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingListener.kt +++ b/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingListener.kt @@ -212,11 +212,12 @@ class WoodcuttingListener : InteractionListener { fun animateWoodcutting(player: Player) { if (!player.animator.isAnimating) { player.animate(SkillingTool.getHatchet(player).animation) - val playersAroundMe: List = RegionManager.getLocalPlayers(player.location, 2) + val playersAroundMe: List = RegionManager.getLocalPlayers(player, 2) .stream() - .filter { p -> p != player } + .filter { p: Player -> p.username != player.username } .toList() val soundIndex = RandomFunction.random(0, woodcuttingSounds.size) + for (p in playersAroundMe) { playAudio(p, woodcuttingSounds[soundIndex]) } @@ -259,7 +260,7 @@ class WoodcuttingListener : InteractionListener { } // Seers village medium reward - extra normal log while in seer's village - if (reward == 1511 && player.achievementDiaryManager.getDiary(DiaryType.SEERS_VILLAGE).isComplete(1) && player.getLocation().regionId == 10806) { + if (reward == 1511 && player.getAchievementDiaryManager().getDiary(DiaryType.SEERS_VILLAGE).isComplete(1) && player.getViewport().getRegion().getId() == 10806) { amount = 2 } return amount @@ -269,7 +270,7 @@ class WoodcuttingListener : InteractionListener { var amount = amount var experience: Double = resource.getExperience() val reward = resource.reward - if (player.getLocation().regionId == 10300) { + if (player.getLocation().getRegionId() == 10300) { return 1.0 } diff --git a/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingSkillPulse.java b/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingSkillPulse.java index 859a26308..d69c7fea1 100644 --- a/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingSkillPulse.java +++ b/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingSkillPulse.java @@ -11,6 +11,7 @@ import core.game.dialogue.FacialExpression; import core.game.node.entity.impl.Animator; import core.game.node.entity.impl.Projectile; import core.game.node.entity.player.Player; +import core.game.node.entity.player.link.audio.Audio; import core.game.node.entity.player.link.diary.DiaryType; import core.game.node.entity.skill.Skills; import content.data.skill.SkillingTool; @@ -24,6 +25,9 @@ import core.game.world.update.flag.context.Animation; import core.tools.RandomFunction; import org.rs09.consts.Sounds; +import java.util.List; +import java.util.stream.Collectors; + import static core.api.ContentAPIKt.playAudio; import static core.game.system.command.sets.StatAttributeKeysKt.STATS_BASE; import static core.game.system.command.sets.StatAttributeKeysKt.STATS_LOGS; @@ -109,13 +113,17 @@ public class WoodcuttingSkillPulse extends Pulse { } public void animate() { - if (!player.getAnimator().isAnimating()) { + if(!player.getAnimator().isAnimating()) { player.animate(SkillingTool.getHatchet(player).getAnimation()); + + List playersAroundMe = RegionManager.getLocalPlayers(player, 2) + .stream() + .filter(p -> !p.getUsername().equals(player.getUsername())) + .collect(Collectors.toList()); + int soundIndex = RandomFunction.random(0, woodcuttingSounds.length); - for (Player p : RegionManager.getLocalPlayers(player.getLocation(), 2)) { - if (p == player) { - continue; - } + + for (Player p : playersAroundMe) { playAudio(p, woodcuttingSounds[soundIndex]); } } @@ -219,7 +227,7 @@ public class WoodcuttingSkillPulse extends Pulse { // Seers village medium reward - extra normal log while in seer's village if (reward == 1511 && player.getAchievementDiaryManager().getDiary(DiaryType.SEERS_VILLAGE).isComplete(1) - && player.getLocation().getRegionId() == 10806) { + && player.getViewport().getRegion().getId() == 10806) { amount = 2; } diff --git a/Server/src/main/content/global/skill/herblore/BarbarianMixListener.kt b/Server/src/main/content/global/skill/herblore/BarbarianMixListener.kt index 156778a69..20077f2d3 100644 --- a/Server/src/main/content/global/skill/herblore/BarbarianMixListener.kt +++ b/Server/src/main/content/global/skill/herblore/BarbarianMixListener.kt @@ -1,8 +1,9 @@ package content.global.skill.herblore -import content.region.kandarin.quest.barbariantraining.BarbarianTraining +import content.global.skill.herblore.BarbarianPotion import core.game.node.entity.skill.Skills import core.game.node.entity.player.Player +import core.game.node.item.Item import core.game.node.Node import core.game.interaction.InteractionListener import core.game.interaction.IntType @@ -10,11 +11,7 @@ import core.api.hasLevelStat import core.api.sendMessage import core.api.removeItem import core.api.addItem -import core.api.getAttribute -import core.api.setAttribute import core.api.rewardXP -import core.api.sendDialogue -import org.rs09.consts.Items /** * Represents the barbarian mixing listener. @@ -38,11 +35,6 @@ class BarbarianMixListener : InteractionListener { } fun handle(player: Player, inputPotion: Node, egg: Node): Boolean { - // Check if player has started barbarian herblore training - val herbloreStage = getAttribute(player, BarbarianTraining.attributeHerblore, 0) - if (herbloreStage == 0) { - return false - } val potion: BarbarianPotion? = BarbarianPotion.forId(inputPotion.getId()) if(potion == null){ return false @@ -62,12 +54,6 @@ class BarbarianMixListener : InteractionListener { } addItem(player, potion.getProduct()) //Add output potion rewardXP(player, Skills.HERBLORE, potion.getExp()) //Add exp - sendMessage(player, "You combine your potion with the fish eggs.") - // Progress Barbarian training if this is your first attack mix - if (herbloreStage == 1 && potion.getProduct() == Items.ATTACK_MIX2_11429) { - setAttribute(player, BarbarianTraining.attributeHerblore, 2) - sendDialogue(player, "You feel you have learned more of barbarian ways. Otto might wish to talk to you more.") - } return true } } diff --git a/Server/src/main/content/global/skill/herblore/FinishedPotion.java b/Server/src/main/content/global/skill/herblore/FinishedPotion.java new file mode 100644 index 000000000..e78d80432 --- /dev/null +++ b/Server/src/main/content/global/skill/herblore/FinishedPotion.java @@ -0,0 +1,136 @@ +package content.global.skill.herblore; + +import core.game.node.item.Item; +import org.rs09.consts.Items; + +/** + * Represents a finished potion. + * @author 'Vexia + */ +public enum FinishedPotion { + ATTACK_POTION(UnfinishedPotion.GUAM, new Item(221), 3, 25, new Item(121)), + ANTIPOISON_POTION(UnfinishedPotion.MARRENTILL, new Item(235), 5, 37.5, new Item(175)), + STRENGTH_POTION(UnfinishedPotion.TARROMIN, new Item(225), 12, 50, new Item(115)), + RESTORE_POTION(UnfinishedPotion.HARRALANDER, new Item(223), 22, 62.5, new Item(127)), + ENERGY_POTION(UnfinishedPotion.HARRALANDER, new Item(1975), 26, 67.5, new Item(3010)), + DEFENCE_POTION(UnfinishedPotion.RANARR, new Item(239), 30, 45, new Item(133)), + AGILITY_POTION(UnfinishedPotion.TOADFLAX, new Item(2152), 34, 80, new Item(3034)), + COMBAT_POTION(UnfinishedPotion.HARRALANDER, new Item(9736), 36, 84, new Item(9741)), + PRAYER_POTION(UnfinishedPotion.RANARR, new Item(231), 38, 87.5, new Item(139)), + SUMMONING_POTION(UnfinishedPotion.SPIRIT_WEED, new Item(12109), 40, 92, new Item(12142)), + SUPER_ATTACK(UnfinishedPotion.IRIT, new Item(221), 45, 100, new Item(145)), + SUPER_ANTIPOISON(UnfinishedPotion.IRIT, new Item(235), 48, 106.3, new Item(181)), + FISHING_POTION(UnfinishedPotion.AVANTOE, new Item(231), 50, 112.5, new Item(151)), + SUPER_ENERGY(UnfinishedPotion.AVANTOE, new Item(2970), 52, 117.5, new Item(3018)), + HUNTING_POTION(UnfinishedPotion.AVANTOE, new Item(Items.KEBBIT_TEETH_DUST_10111), 53, 120, new Item(10000)), + SUPER_STRENGTH(UnfinishedPotion.KWUARM, new Item(225), 55, 125, new Item(157)), + WEAPON_POISON(UnfinishedPotion.KWUARM, new Item(241), 60, 137.5, new Item(187)), + SUPER_RESTORE(UnfinishedPotion.SNAPDRAGON, new Item(223), 63, 142.5, new Item(3026)), + SUPER_DEFENCE(UnfinishedPotion.CADANTINE, new Item(239), 66, 160, new Item(163)), + ANTIFIRE(UnfinishedPotion.LANTADYME, new Item(241), 69, 157.5, new Item(2454)), + SUPER_RANGING_POTION(UnfinishedPotion.DWARF_WEED, new Item(245), 72, 162.5, new Item(169)), + SUPER_MAGIC(UnfinishedPotion.LANTADYME, new Item(3138), 76, 172.5, new Item(3042)), + ZAMORAK_BREW(UnfinishedPotion.TORSTOL, new Item(247), 78, 175, new Item(189)), + SARADOMIN_BREW(UnfinishedPotion.TOADFLAX, GrindingItem.BIRDS_NEST.getProduct(), 81, 180, new Item(6687)), + STRONG_WEAPON_POISON(UnfinishedPotion.STRONG_WEAPON_POISON, new Item(223), 73, 165, new Item(5937)), + SUPER_STRONG_WEAPON_POISON(UnfinishedPotion.SUPER_STRONG_WEAPON_POISON, new Item(6018), 82, 190, new Item(5940)), + STRONG_ANTIPOISON(UnfinishedPotion.STRONG_ANTIPOISON, new Item(6049), 68, 155, new Item(5945)), + SUPER_STRONG_ANTIPOISON(UnfinishedPotion.SUPER_STRONG_ANTIPOISON, new Item(6051), 79, 177.5, new Item(5954)), + BLAMISH_OIL(UnfinishedPotion.HARRALANDER, new Item(1581), 25, 80, new Item(1582)); + + /** + * Represents the unfinished potion. + */ + private final UnfinishedPotion unfinished; + + /** + * Represents the ingredient required. + */ + private final Item ingredient; + + /** + * Represents the level required. + */ + private final int level; + + /** + * Represents the experience gained. + */ + private final double experience; + + /** + * Represents the potion item. + */ + private final Item potion; + + /** + * Constructs a new {@code FinishedPotion} {@code Object}. + * @param unfinished the unfinished potion base. + * @param ingredient the ingredient. + * @param level the level. + * @param experience the experience. + * @param potion the potion. + */ + FinishedPotion(final UnfinishedPotion unfinished, final Item ingredient, final int level, final double experience, final Item potion) { + this.unfinished = unfinished; + this.ingredient = ingredient; + this.level = level; + this.experience = experience; + this.potion = potion; + } + + /** + * Gets the unfinished. + * @return The unfinished. + */ + public UnfinishedPotion getUnfinished() { + return unfinished; + } + + /** + * Gets the ingredient. + * @return The ingredient. + */ + public Item getIngredient() { + return ingredient; + } + + /** + * Gets the level. + * @return The level. + */ + public int getLevel() { + return level; + } + + /** + * Gets the experience. + * @return The experience. + */ + public double getExperience() { + return experience; + } + + /** + * Gets the potion. + * @return The potion. + */ + public Item getPotion() { + return potion; + } + + /** + * Gets the finished potion by the unfinished potion and the ingredient. + * @param unf the unf-potion. + * @param ingredient the ingredient. + * @return the finished potion. + */ + public static FinishedPotion getPotion(final Item unf, final Item ingredient) { + for (FinishedPotion pot : values()) { + if (pot.getUnfinished().getPotion().getId() == unf.getId() && pot.getIngredient().getId() == ingredient.getId()) { + return pot; + } + } + return null; + } +} diff --git a/Server/src/main/content/global/skill/herblore/FinishedPotion.kt b/Server/src/main/content/global/skill/herblore/FinishedPotion.kt deleted file mode 100644 index 1e7665ee5..000000000 --- a/Server/src/main/content/global/skill/herblore/FinishedPotion.kt +++ /dev/null @@ -1,165 +0,0 @@ -package content.global.skill.herblore - -import content.data.Quests -import core.api.getQuestStage -import core.api.hasRequirement -import core.api.isQuestComplete -import core.game.node.entity.player.Player -import core.game.node.item.Item -import org.rs09.consts.Items - -/** - * Represents a finished potion. - * @author Vexia, oftheshire - */ -enum class FinishedPotion( - val unfinished: Item, - val ingredient: Item, - val level: Int, - val experience: Double, - val potion: Item, - private val requirement: (Player) -> Boolean = { true } -) { - // regular potions - ATTACK_POTION(UnfinishedPotion.GUAM.potion, Item(Items.EYE_OF_NEWT_221), 3, 25.0, Item(Items.ATTACK_POTION3_121)), - ANTIPOISON_POTION(UnfinishedPotion.MARRENTILL.potion, Item(Items.UNICORN_HORN_DUST_235), 5, 37.5, Item(Items.ANTIPOISON3_175)), - STRENGTH_POTION(UnfinishedPotion.TARROMIN.potion, Item(Items.LIMPWURT_ROOT_225), 12, 50.0, Item(Items.STRENGTH_POTION3_115)), - RESTORE_POTION(UnfinishedPotion.HARRALANDER.potion, Item(Items.RED_SPIDERS_EGGS_223), 22, 62.5, Item(Items.RESTORE_POTION3_127)), - ENERGY_POTION(UnfinishedPotion.HARRALANDER.potion, Item(Items.CHOCOLATE_DUST_1975), 26, 67.5, Item(Items.ENERGY_POTION3_3010)), - DEFENCE_POTION(UnfinishedPotion.RANARR.potion, Item(Items.WHITE_BERRIES_239), 30, 45.0, Item(Items.DEFENCE_POTION3_133)), - AGILITY_POTION(UnfinishedPotion.TOADFLAX.potion, Item(Items.TOADS_LEGS_2152), 34, 80.0, Item(Items.AGILITY_POTION3_3034)), - COMBAT_POTION(UnfinishedPotion.HARRALANDER.potion, Item(Items.GOAT_HORN_DUST_9736), 36, 84.0, Item(Items.COMBAT_POTION3_9741)), - PRAYER_POTION(UnfinishedPotion.RANARR.potion, Item(Items.SNAPE_GRASS_231), 38, 87.5, Item(Items.PRAYER_POTION3_139)), - SUMMONING_POTION(UnfinishedPotion.SPIRIT_WEED.potion, Item(Items.COCKATRICE_EGG_12109), 40, 92.0, Item(Items.SUMMONING_POTION3_12142)), - SUPER_ATTACK(UnfinishedPotion.IRIT.potion, Item(Items.EYE_OF_NEWT_221), 45, 100.0, Item(Items.SUPER_ATTACK3_145)), - SUPER_ANTIPOISON(UnfinishedPotion.IRIT.potion, Item(Items.UNICORN_HORN_DUST_235), 48, 106.3, Item(Items.SUPER_ANTIPOISON3_181)), - FISHING_POTION(UnfinishedPotion.AVANTOE.potion, Item(Items.SNAPE_GRASS_231), 50, 112.5, Item(Items.FISHING_POTION3_151)), - SUPER_ENERGY(UnfinishedPotion.AVANTOE.potion, Item(Items.MORT_MYRE_FUNGUS_2970), 52, 117.5, Item(Items.SUPER_ENERGY3_3018)), - HUNTING_POTION(UnfinishedPotion.AVANTOE.potion, Item(Items.KEBBIT_TEETH_DUST_10111), 53, 120.0, Item(Items.HUNTER_POTION3_10000)), - SUPER_STRENGTH(UnfinishedPotion.KWUARM.potion, Item(Items.LIMPWURT_ROOT_225), 55, 125.0, Item(Items.SUPER_STRENGTH3_157)), - WEAPON_POISON(UnfinishedPotion.KWUARM.potion, Item(Items.DRAGON_SCALE_DUST_241), 60, 137.5, Item(Items.WEAPON_POISON_187)), - SUPER_RESTORE(UnfinishedPotion.SNAPDRAGON.potion, Item(Items.RED_SPIDERS_EGGS_223), 63, 142.5, Item(Items.SUPER_RESTORE3_3026)), - SUPER_DEFENCE(UnfinishedPotion.CADANTINE.potion, Item(Items.WHITE_BERRIES_239), 66, 160.0, Item(Items.SUPER_DEFENCE3_163)), - ANTIFIRE(UnfinishedPotion.LANTADYME.potion, Item(Items.DRAGON_SCALE_DUST_241), 69, 157.5, Item(Items.ANTIFIRE_POTION3_2454)), - RANGING_POTION(UnfinishedPotion.DWARF_WEED.potion, Item(Items.WINE_OF_ZAMORAK_245), 72, 162.5, Item(Items.RANGING_POTION3_169)), - MAGIC(UnfinishedPotion.LANTADYME.potion, Item(Items.POTATO_CACTUS_3138), 76, 172.5, Item(Items.MAGIC_POTION3_3042)), - ZAMORAK_BREW(UnfinishedPotion.TORSTOL.potion, Item(Items.JANGERBERRIES_247), 78, 175.0, Item(Items.ZAMORAK_BREW3_189)), - SARADOMIN_BREW(UnfinishedPotion.TOADFLAX.potion, GrindingItem.BIRDS_NEST.product, 81, 180.0, Item(Items.SARADOMIN_BREW3_6687)), - STRONG_WEAPON_POISON(UnfinishedPotion.STRONG_WEAPON_POISON.potion, Item(Items.RED_SPIDERS_EGGS_223), 73, 165.0, Item(Items.WEAPON_POISON_PLUS_5937)), - SUPER_STRONG_WEAPON_POISON(UnfinishedPotion.SUPER_STRONG_WEAPON_POISON.potion, Item(Items.POISON_IVY_BERRIES_6018), 82, 190.0, Item(Items.WEAPON_POISON_PLUS_PLUS_5940)), - STRONG_ANTIPOISON(UnfinishedPotion.STRONG_ANTIPOISON.potion, Item(Items.YEW_ROOTS_6049), 68, 155.0, Item(Items.ANTIPOISON_PLUS3_5945)), - SUPER_STRONG_ANTIPOISON(UnfinishedPotion.SUPER_STRONG_ANTIPOISON.potion, Item(Items.MAGIC_ROOTS_6051), 79, 177.5, Item(Items.ANTIPOISON_PLUS_PLUS3_5954)), - - // potions with quest requirements - RELICYMS_BALM(UnfinishedPotion.ROGUES_PURSE.potion, Item(Items.CLEAN_SNAKE_WEED_1526), 8, 40.0, Item(Items.RELICYMS_BALM3_4844), - { player -> getQuestStage(player, Quests.ZOGRE_FLESH_EATERS) >= 7 } - ), - SERUM_207(UnfinishedPotion.TARROMIN.potion, Item(Items.ASHES_592), 15, 50.0, Item(Items.SERUM_207_3_3410), - //{ player -> getQuestStage(player, Quests.SHADES_OF_MORTTON) >= 5 } - { player -> hasRequirement(player, Quests.SHADES_OF_MORTTON, false) } // todo replace this with real requirements (above) once quest is implemented. - ), - BLAMISH_OIL(UnfinishedPotion.HARRALANDER.potion, Item(Items.BLAMISH_SNAIL_SLIME_1581), 25, 80.0, Item(Items.BLAMISH_OIL_1582), - { player -> getQuestStage(player, Quests.HEROES_QUEST) > 0 } - ), - SUPER_FISHING_EXPLOSIVE(UnfinishedPotion.GUAM.potion, Item(Items.RUBIUM_12630), 31, 55.0, Item(Items.SUPER_FISHING_EXPLOSIVE_12633), - { player -> hasRequirement(player, Quests.KENNITHS_CONCERNS, false) } // todo replace this with real requirements once quest is implemented. - ), - SHRINK_ME_QUICK(UnfinishedPotion.TARROMIN.potion, Item(Items.SHRUNK_OGLEROOT_11205), 52, 6.0, Item(Items.SHRINK_ME_QUICK_11204), - { player -> hasRequirement(player, Quests.GRIM_TALES, false) } // todo replace this with real requirements once quest is implemented. - ), - MAGIC_ESSENCE(UnfinishedPotion.STARFLOWER.potion, Item(Items.GORAK_CLAW_POWDER_9018), 57, 130.0, Item(Items.MAGIC_ESSENCE3_9022), - { player -> hasRequirement(player, Quests.FAIRYTALE_II_CURE_A_QUEEN, false) } // todo replace this with real requirements once quest is implemented. - ), - - // sanfew serum: first, mix a super restore with unicorn horn - SANFEW_SERUM_MIX1_1(Item(Items.SUPER_RESTORE1_3030), Item(Items.UNICORN_HORN_DUST_235), 65, 47.5, Item(Items.MIXTURE___STEP_11_10915), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - SANFEW_SERUM_MIX1_2(Item(Items.SUPER_RESTORE2_3028), Item(Items.UNICORN_HORN_DUST_235), 65, 47.5, Item(Items.MIXTURE___STEP_12_10913), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - SANFEW_SERUM_MIX1_3(Item(Items.SUPER_RESTORE3_3026), Item(Items.UNICORN_HORN_DUST_235), 65, 47.5, Item(Items.MIXTURE___STEP_13_10911), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - SANFEW_SERUM_MIX1_4(Item(Items.SUPER_RESTORE4_3024), Item(Items.UNICORN_HORN_DUST_235), 65, 47.5, Item(Items.MIXTURE___STEP_14_10909), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - - // sanfew serum: next, mix the mixture step 1 with snake weed - SANFEW_SERUM_MIX2_1(SANFEW_SERUM_MIX1_1.potion, Herbs.SNAKE_WEED.product, 65, 52.5, Item(Items.MIXTURE___STEP_21_10923), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - SANFEW_SERUM_MIX2_2(SANFEW_SERUM_MIX1_2.potion, Herbs.SNAKE_WEED.product, 65, 52.5, Item(Items.MIXTURE___STEP_22_10921), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - SANFEW_SERUM_MIX2_3(SANFEW_SERUM_MIX1_3.potion, Herbs.SNAKE_WEED.product, 65, 52.5, Item(Items.MIXTURE___STEP_23_10919), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - SANFEW_SERUM_MIX2_4(SANFEW_SERUM_MIX1_4.potion, Herbs.SNAKE_WEED.product, 65, 52.5, Item(Items.MIXTURE___STEP_24_10917), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - - // sanfew serum: finally, mix the mixture step 2 with nail beast nails - SANFEW_SERUM1(SANFEW_SERUM_MIX2_1.potion, Item(Items.NAIL_BEAST_NAILS_10937), 65, 60.0, Item(Items.SANFEW_SERUM1_10931), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - SANFEW_SERUM2(SANFEW_SERUM_MIX2_2.potion, Item(Items.NAIL_BEAST_NAILS_10937), 65, 60.0, Item(Items.SANFEW_SERUM2_10929), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - SANFEW_SERUM3(SANFEW_SERUM_MIX2_3.potion, Item(Items.NAIL_BEAST_NAILS_10937), 65, 60.0, Item(Items.SANFEW_SERUM3_10927), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - SANFEW_SERUM4(SANFEW_SERUM_MIX2_4.potion, Item(Items.NAIL_BEAST_NAILS_10937), 65, 60.0, Item(Items.SANFEW_SERUM4_10925), - { player -> isQuestComplete(player, Quests.ZOGRE_FLESH_EATERS) } - ), - - // guthix balance: first, mix a restore with garlic - GUTHIX_BALANCE_UNF_1(Item(Items.RESTORE_POTION1_131), Item(Items.GARLIC_1550), 22, 25.0, Item(Items.GUTHIX_BALANCEUNF_7658), - { player -> hasRequirement(player, Quests.IN_AID_OF_THE_MYREQUE, false) } // todo replace this with real requirements once quest is implemented. - ), - GUTHIX_BALANCE_UNF_2(Item(Items.RESTORE_POTION2_129), Item(Items.GARLIC_1550), 22, 25.0, Item(Items.GUTHIX_BALANCEUNF_7656), - { player -> hasRequirement(player, Quests.IN_AID_OF_THE_MYREQUE, false) } // todo replace this with real requirements once quest is implemented. - ), - GUTHIX_BALANCE_UNF_3(Item(Items.RESTORE_POTION3_127), Item(Items.GARLIC_1550), 22, 25.0, Item(Items.GUTHIX_BALANCEUNF_7654), - { player -> hasRequirement(player, Quests.IN_AID_OF_THE_MYREQUE, false) } // todo replace this with real requirements once quest is implemented. - ), - GUTHIX_BALANCE_UNF_4(Item(Items.RESTORE_POTION4_2430), Item(Items.GARLIC_1550), 22, 25.0, Item(Items.GUTHIX_BALANCEUNF_7652), - { player -> hasRequirement(player, Quests.IN_AID_OF_THE_MYREQUE, false) } // todo replace this with real requirements once quest is implemented. - ), - - // guthix balance: then, mix the unfinished potion with silver dust - GUTHIX_BALANCE_1(GUTHIX_BALANCE_UNF_1.potion, Item(Items.SILVER_DUST_7650), 22, 25.0, Item(Items.GUTHIX_BALANCE1_7666), - { player -> hasRequirement(player, Quests.IN_AID_OF_THE_MYREQUE, false) } // todo replace this with real requirements once quest is implemented. - ), - GUTHIX_BALANCE_2(GUTHIX_BALANCE_UNF_2.potion, Item(Items.SILVER_DUST_7650), 22, 25.0, Item(Items.GUTHIX_BALANCE2_7664), - { player -> hasRequirement(player, Quests.IN_AID_OF_THE_MYREQUE, false) } // todo replace this with real requirements once quest is implemented. - ), - GUTHIX_BALANCE_3(GUTHIX_BALANCE_UNF_3.potion, Item(Items.SILVER_DUST_7650), 22, 25.0, Item(Items.GUTHIX_BALANCE3_7662), - { player -> hasRequirement(player, Quests.IN_AID_OF_THE_MYREQUE, false) } // todo replace this with real requirements once quest is implemented. - ), - GUTHIX_BALANCE_4(GUTHIX_BALANCE_UNF_4.potion, Item(Items.SILVER_DUST_7650), 22, 25.0, Item(Items.GUTHIX_BALANCE4_7660), - { player -> hasRequirement(player, Quests.IN_AID_OF_THE_MYREQUE, false) } // todo replace this with real requirements once quest is implemented. - ); - - fun canMake(player: Player): Boolean = requirement(player) - - companion object { - /** - * Gets the finished potion by the unfinished potion and the ingredient. - * @param unf the unf-potion. - * @param ingredient the ingredient. - * @return the finished potion, or null if no match is found. - */ - @JvmStatic - fun getPotion(unf: Item, ingredient: Item): FinishedPotion? { - for (pot in values()) { - if (pot.unfinished.id == unf.id - && pot.ingredient.id == ingredient.id - ) { - return pot - } - } - return null - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/herblore/FinishedPotionPlugin.java b/Server/src/main/content/global/skill/herblore/FinishedPotionPlugin.java new file mode 100644 index 000000000..61b871747 --- /dev/null +++ b/Server/src/main/content/global/skill/herblore/FinishedPotionPlugin.java @@ -0,0 +1,75 @@ +package content.global.skill.herblore; + +import core.plugin.Initializable; +import core.game.dialogue.SkillDialogueHandler; +import core.game.dialogue.SkillDialogueHandler.SkillDialogue; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.plugin.Plugin; + +/** + * Represents the finished potion plugin creating. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class FinishedPotionPlugin extends UseWithHandler { + + /** + * Constructs a new {@code FinishedPotionPlugin} {@code Object} + */ + public FinishedPotionPlugin() { + super(getUnfinishedItems()); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (FinishedPotion potion : FinishedPotion.values()) { + addHandler(potion.getIngredient().getId(), ITEM_TYPE, this); + } + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final FinishedPotion finished = FinishedPotion.getPotion(event.getUsedItem().getName().contains("(unf)") ? event.getUsedItem() : event.getBaseItem(), event.getUsedItem().getName().contains("(unf)") ? event.getBaseItem() : event.getUsedItem()); + if (finished == null) { + return false; + } + final GenericPotion potion = GenericPotion.transform(finished); + final Player player = event.getPlayer(); + SkillDialogueHandler handler = new SkillDialogueHandler(player, SkillDialogue.ONE_OPTION, potion.getProduct()) { + @Override + public void create(final int amount, int index) { + player.getPulseManager().run(new HerblorePulse(player, potion.getBase(), amount, potion)); + } + + @Override + public int getAll(int index) { + return player.getInventory().getAmount(potion.getBase()); + } + + }; + if (player.getInventory().getAmount(potion.getBase()) == 1) { + handler.create(0, 1); + } else { + handler.open(); + } + return true; + } + + /** + * Method used to gather the unfinished item bases. + * @return the ids. + */ + public static int[] getUnfinishedItems() { + int[] ids = new int[UnfinishedPotion.values().length]; + int counter = 0; + for (UnfinishedPotion potion : UnfinishedPotion.values()) { + ids[counter] = potion.getPotion().getId(); + counter++; + } + return ids; + } +} diff --git a/Server/src/main/content/global/skill/herblore/GenericPotion.java b/Server/src/main/content/global/skill/herblore/GenericPotion.java index 199371808..3f84a0be9 100644 --- a/Server/src/main/content/global/skill/herblore/GenericPotion.java +++ b/Server/src/main/content/global/skill/herblore/GenericPotion.java @@ -65,7 +65,7 @@ public final class GenericPotion { * @return the transformed potion. */ public static GenericPotion transform(final FinishedPotion potion) { - return new GenericPotion(potion.getUnfinished(), potion.getIngredient(), potion.getLevel(), potion.getExperience(), potion.getPotion()); + return new GenericPotion(potion.getUnfinished().getPotion(), potion.getIngredient(), potion.getLevel(), potion.getExperience(), potion.getPotion()); } /** diff --git a/Server/src/main/content/global/skill/herblore/PotionMixingListener.kt b/Server/src/main/content/global/skill/herblore/PotionMixingListener.kt deleted file mode 100644 index 9e721b46a..000000000 --- a/Server/src/main/content/global/skill/herblore/PotionMixingListener.kt +++ /dev/null @@ -1,75 +0,0 @@ -package content.global.skill.herblore - -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import core.game.node.item.Item - -/** - * The unfinished/finished potion interaction listener. - * Converted from Vexia's plugins. - */ -class PotionMixingListener : InteractionListener { - - override fun defineListeners() { - - // for unfinished potions - val baseIds = UnfinishedPotion.values().map { it.base.id }.distinct().toIntArray() - val unfIngredientIds = UnfinishedPotion.values().map { it.ingredient.id }.distinct().toIntArray() - - // for finished potions - val unfinishedIds = FinishedPotion.values().map { it.unfinished.id }.distinct().toIntArray() - val finIngredientIds = FinishedPotion.values().map { it.ingredient.id }.distinct().toIntArray() - - // create an unfinished potion - onUseWith(IntType.ITEM, baseIds, *unfIngredientIds) { player, used, with -> - if (used !is Item || with !is Item) return@onUseWith false - - val unf = UnfinishedPotion.forItem(used, with) ?: return@onUseWith false - val potion = GenericPotion.transform(unf) - - mixPotion(player, potion) - return@onUseWith true - } - - // create a finished potion - onUseWith(IntType.ITEM, unfinishedIds, *finIngredientIds) { player, used, with -> - if (used !is Item || with !is Item) return@onUseWith false - - val finished = FinishedPotion.getPotion(used, with) ?: return@onUseWith false - val potion = GenericPotion.transform(finished) - - // Check for a secondary requirement - if (!finished.canMake(player)) { - // This is authentic text I sourced from Shades of Mort'ton, trying to mix Serum 207 before the quest teaches you the recipe. Per a later wiki article on Guthix Rest, the same text is used. - sendMessage(player, "You're not sure what effect this might have.") - return@onUseWith true - } - - mixPotion(player, potion) - return@onUseWith true - } - } - - /** - * Helper function to mix the potions - */ - private fun mixPotion(player: Player, potion: GenericPotion) { - if (amountInInventory(player, potion.base.id) == 1 - || amountInInventory(player, potion.ingredient.id) == 1 - ) { - // If you only have 1, make the potion immediately without opening dialogue - player.pulseManager.run(HerblorePulse(player, potion.base, 1, potion)) - } else { - // If you have multiple, open the creation dialogue - sendSkillDialogue(player) { - withItems(potion.product) - calculateMaxAmount { amountInInventory(player, potion.base.id) } - create { _, amount -> - player.pulseManager.run(HerblorePulse(player, potion.base, amount, potion)) - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/herblore/UnfinishedPotion.java b/Server/src/main/content/global/skill/herblore/UnfinishedPotion.java new file mode 100644 index 000000000..aa6e48d27 --- /dev/null +++ b/Server/src/main/content/global/skill/herblore/UnfinishedPotion.java @@ -0,0 +1,121 @@ +package content.global.skill.herblore; + +import core.game.node.item.Item; + +/** + * Represents an unfinished potion to make. + * @author 'Vexia + */ +public enum UnfinishedPotion { + GUAM(Herbs.GUAM.getProduct(), 3, new Item(91)), + MARRENTILL(Herbs.MARRENTILL.getProduct(), 5, new Item(93)), + ROGUES_PURSE(Herbs.ROGUES_PURSE.getProduct(), 5, new Item(4840)), + TARROMIN(Herbs.TARROMIN.getProduct(), 12, new Item(95)), + HARRALANDER(Herbs.HARRALANDER.getProduct(), 22, new Item(97)), + RANARR(Herbs.RANARR.getProduct(), 30, new Item(99)), + TOADFLAX(Herbs.TOADFLAX.getProduct(), 34, new Item(3002)), + SPIRIT_WEED(Herbs.SPIRIT_WEED.getProduct(), 40, new Item(12181)), + IRIT(Herbs.IRIT.getProduct(), 45, new Item(101)), + AVANTOE(Herbs.AVANTOE.getProduct(), 50, new Item(103)), + KWUARM(Herbs.KWUARM.getProduct(), 55, new Item(105)), + SNAPDRAGON(Herbs.SNAPDRAGON.getProduct(), 63, new Item(3004)), + CADANTINE(Herbs.CADANTINE.getProduct(), 66, new Item(107)), + LANTADYME(Herbs.LANTADYME.getProduct(), 69, new Item(2483)), + DWARF_WEED(Herbs.DWARF_WEED.getProduct(), 72, new Item(109)), + TORSTOL(Herbs.TORSTOL.getProduct(), 75, new Item(111)), + STRONG_WEAPON_POISON(HerblorePulse.COCONUT_MILK, new Item(6016), 73, new Item(5936)), + SUPER_STRONG_WEAPON_POISON(HerblorePulse.COCONUT_MILK, new Item(2398), 82, new Item(5939)), + STRONG_ANTIPOISON(HerblorePulse.COCONUT_MILK, Herbs.TOADFLAX.getProduct(), 68, new Item(5942)), + SUPER_STRONG_ANTIPOISON(HerblorePulse.COCONUT_MILK, Herbs.IRIT.getProduct(), 79, new Item(5951)); + + /** + * Represents the base item. + */ + private final Item base; + + /** + * Represents the ingredient needed to make this unf-potion. + */ + private final Item ingredient; + + /** + * Represents the level required to make this unf-potion. + */ + private final int level; + + /** + * Represents the potion product. + */ + private final Item potion; + + /** + * Constructs a new {@code UnfinishedPotion} {@code Object}. + * @param ingredient the ingredient. + * @param level the level. + * @param potion the potion. + */ + UnfinishedPotion(final Item base, final Item ingredient, final int level, final Item potion) { + this.base = base; + this.ingredient = ingredient; + this.level = level; + this.potion = potion; + } + + /** + * Constructs a new {@code UnfinishedPotion} {@code Object}. + * @param ingredient the ingredient. + * @param level the level. + * @param potion the potion. + */ + UnfinishedPotion(final Item ingredient, final int level, final Item potion) { + this(HerblorePulse.VIAL_OF_WATER, ingredient, level, potion); + } + + /** + * Gets the ingredient. + * @return The ingredient. + */ + public Item getIngredient() { + return ingredient; + } + + /** + * Gets the level. + * @return The level. + */ + public int getLevel() { + return level; + } + + /** + * Gets the potion. + * @return The potion. + */ + public Item getPotion() { + return potion; + } + + /** + * Gets the base. + * @return The base. + */ + public Item getBase() { + return base; + } + + /** + * Gets the unf-potion. + * @param item the item. + * @paramt the base item. + * @return the unf-potion. + */ + public static UnfinishedPotion forItem(final Item item, final Item base) { + for (UnfinishedPotion potion : values()) { + if ((potion.getIngredient().getId() == item.getId() || potion.getIngredient().getId() == base.getId()) && (item.getId() == potion.getBase().getId() || base.getId() == potion.getBase().getId())) { + return potion; + } + } + return null; + } + +} diff --git a/Server/src/main/content/global/skill/herblore/UnfinishedPotion.kt b/Server/src/main/content/global/skill/herblore/UnfinishedPotion.kt deleted file mode 100644 index e62b2a018..000000000 --- a/Server/src/main/content/global/skill/herblore/UnfinishedPotion.kt +++ /dev/null @@ -1,58 +0,0 @@ -package content.global.skill.herblore - -import core.game.node.entity.player.Player -import core.game.node.item.Item -import org.rs09.consts.Items - -/** - * Represents an unfinished potion to make. - * @author Vexia, oftheshire - */ -enum class UnfinishedPotion( - val base: Item, - val ingredient: Item, - val level: Int, - val potion: Item, -) { - // regular potions - GUAM(Item(Items.VIAL_OF_WATER_227), Herbs.GUAM.product, 3, Item(Items.GUAM_POTIONUNF_91)), - MARRENTILL(Item(Items.VIAL_OF_WATER_227), Herbs.MARRENTILL.product, 5, Item(Items.MARRENTILL_POTIONUNF_93)), - ROGUES_PURSE(Item(Items.VIAL_OF_WATER_227), Herbs.ROGUES_PURSE.product, 5, Item(Items.ROGUES_PURSE_POTIONUNF_4840)), - TARROMIN(Item(Items.VIAL_OF_WATER_227), Herbs.TARROMIN.product, 12, Item(Items.TARROMIN_POTIONUNF_95)), - HARRALANDER(Item(Items.VIAL_OF_WATER_227), Herbs.HARRALANDER.product, 22, Item(Items.HARRALANDER_POTIONUNF_97)), - RANARR(Item(Items.VIAL_OF_WATER_227), Herbs.RANARR.product, 30, Item(Items.RANARR_POTIONUNF_99)), - TOADFLAX(Item(Items.VIAL_OF_WATER_227), Herbs.TOADFLAX.product, 34, Item(Items.TOADFLAX_POTIONUNF_3002)), - SPIRIT_WEED(Item(Items.VIAL_OF_WATER_227), Herbs.SPIRIT_WEED.product, 40, Item(Items.SPIRIT_WEED_POTIONUNF_12181)), - IRIT(Item(Items.VIAL_OF_WATER_227), Herbs.IRIT.product, 45, Item(Items.IRIT_POTIONUNF_101)), - AVANTOE(Item(Items.VIAL_OF_WATER_227), Herbs.AVANTOE.product, 50, Item(Items.AVANTOE_POTIONUNF_103)), - KWUARM(Item(Items.VIAL_OF_WATER_227), Herbs.KWUARM.product, 55, Item(Items.KWUARM_POTIONUNF_105)), - STARFLOWER(Item(Items.VIAL_OF_WATER_227), Item(Items.STAR_FLOWER_9017), 57, Item(Items.MAGIC_ESSENCEUNF_9019)), - SNAPDRAGON(Item(Items.VIAL_OF_WATER_227), Herbs.SNAPDRAGON.product, 63, Item(Items.SNAPDRAGON_POTIONUNF_3004)), - CADANTINE(Item(Items.VIAL_OF_WATER_227), Herbs.CADANTINE.product, 66, Item(Items.CADANTINE_POTIONUNF_107)), - LANTADYME(Item(Items.VIAL_OF_WATER_227), Herbs.LANTADYME.product, 69, Item(Items.LANTADYME_POTIONUNF_2483)), - DWARF_WEED(Item(Items.VIAL_OF_WATER_227), Herbs.DWARF_WEED.product, 72, Item(Items.DWARF_WEED_POTIONUNF_109)), - TORSTOL(Item(Items.VIAL_OF_WATER_227), Herbs.TORSTOL.product, 75, Item(Items.TORSTOL_POTIONUNF_111)), - STRONG_WEAPON_POISON(Item(Items.COCONUT_MILK_5935), Item(Items.CACTUS_SPINE_6016), 73, Item(Items.WEAPON_POISON_PLUSUNF_5936)), - SUPER_STRONG_WEAPON_POISON(Item(Items.COCONUT_MILK_5935), Item(Items.CAVE_NIGHTSHADE_2398), 82, Item(Items.WEAPON_POISON_PLUS_PLUSUNF_5939)), - STRONG_ANTIPOISON(Item(Items.COCONUT_MILK_5935), Herbs.TOADFLAX.product, 68, Item(Items.ANTIPOISON_PLUSUNF_5942)), - SUPER_STRONG_ANTIPOISON(Item(Items.COCONUT_MILK_5935), Herbs.IRIT.product, 79, Item(Items.ANTIPOISON_PLUS_PLUSUNF_5951)); - - companion object { - /** - * Gets the unf-potion. - * @param item the item. - * @param base the base item. - * @return the unf-potion, or null if no match is found. - */ - fun forItem(item: Item, base: Item): UnfinishedPotion? { - for (potion in values()) { - if ((potion.ingredient.id == item.id || potion.ingredient.id == base.id) - && (item.id == potion.base.id || base.id == potion.base.id) - ) { - return potion - } - } - return null - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/herblore/UnfinishedPotionPlugin.java b/Server/src/main/content/global/skill/herblore/UnfinishedPotionPlugin.java new file mode 100644 index 000000000..7504b00f8 --- /dev/null +++ b/Server/src/main/content/global/skill/herblore/UnfinishedPotionPlugin.java @@ -0,0 +1,61 @@ +package content.global.skill.herblore; + +import core.plugin.Initializable; +import core.game.dialogue.SkillDialogueHandler; +import core.game.dialogue.SkillDialogueHandler.SkillDialogue; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.plugin.Plugin; + +/** + * Represents the plugin used to handle the creation of creation an unf-potion. + * @author 'Vexia + */ +@Initializable +public final class UnfinishedPotionPlugin extends UseWithHandler { + + /** + * Constructs a new {@code UnfinishedPotionPlugin} {@code Object}. + */ + public UnfinishedPotionPlugin() { + super(227, 5935); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (UnfinishedPotion potion : UnfinishedPotion.values()) { + addHandler(potion.getIngredient().getId(), ITEM_TYPE, this); + } + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final UnfinishedPotion unf = UnfinishedPotion.forItem(event.getUsedItem(), event.getBaseItem()); + if (unf == null) { + return false; + } + final GenericPotion potion = GenericPotion.transform(unf); + final Player player = event.getPlayer(); + SkillDialogueHandler handler = new SkillDialogueHandler(player, SkillDialogue.ONE_OPTION, potion.getProduct()) { + @Override + public void create(final int amount, int index) { + player.getPulseManager().run(new HerblorePulse(player, potion.getBase(), amount, potion)); + } + + @Override + public int getAll(int index) { + return player.getInventory().getAmount(potion.getBase()); + } + + }; + if (player.getInventory().getAmount(potion.getBase()) == 1) { + handler.create(0, 1); + } else { + handler.open(); + } + return true; + } + +} diff --git a/Server/src/main/content/global/skill/hunter/ImpBoxListener.kt b/Server/src/main/content/global/skill/hunter/ImpBoxListener.kt deleted file mode 100644 index ceb042d51..000000000 --- a/Server/src/main/content/global/skill/hunter/ImpBoxListener.kt +++ /dev/null @@ -1,379 +0,0 @@ -package content.global.skill.hunter - -import content.data.Lamps -import content.data.LightSource -import core.api.* -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.dialogue.FacialExpression -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.interaction.InterfaceListener -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.node.entity.player.info.LogType -import core.game.node.entity.player.info.PlayerMonitor.log -import core.game.node.entity.player.link.IronmanMode -import core.game.node.item.Item -import core.game.system.config.ItemConfigParser -import core.tools.RandomFunction -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -/** - * The Imp-in-a-box that can bank items. - */ - -class ImpBoxListener : InteractionListener, InterfaceListener { - - // Great source: https://www.youtube.com/watch?v=k0LhRhcQ0g8 - // wiki: https://runescape.wiki/w/Imp-in-a-box, https://runescape.wiki/w/Magic_box?oldid=1743149 - // uses 701.cs2 - - companion object { - const val RELEASE_IFACE = 478 - private const val TEXT_CHILD = 13 - private const val CLICK_ITEM_BUTTON = 14 - private const val DEPOSIT_OPCODE = 155 - private const val EXAMINE_OPCODE = 196 - private val BOXES = intArrayOf(Items.IMP_IN_A_BOX2_10027, Items.IMP_IN_A_BOX1_10028) - - // sets the bottom text - fun setText(player: Player, box: Int, selfBank : Boolean = false) { - val lock = "The imp won't lock himself away in your bank account." - val select = "Select an item or stack of items to deposit." - - val twoItem = "You can deposit up to 2 items or stacks." - val oneItem = "You can deposit 1 more item." - - val line1 = if (selfBank) lock else select - val line2 = if (box == Items.IMP_IN_A_BOX2_10027) twoItem else oneItem - setInterfaceText(player, "$line1
$line2", RELEASE_IFACE, TEXT_CHILD) - } - } - - override fun defineListeners() { - - // use an item with the imp box - onUseAnyWith(IntType.ITEM,*BOXES) { player, used, _ -> - if (used.id == Items.IMP_IN_A_BOX2_10027 || used.id == Items.IMP_IN_A_BOX1_10028) { - sendMessage(player, "The imp won't lock himself away in your bank account.") - return@onUseAnyWith true - } else { - bankItem(player, used.asItem()) - } - return@onUseAnyWith true - } - - // open the banking interface - on(BOXES, IntType.ITEM, "bank") {player, node -> - openInterface(player, RELEASE_IFACE) - setText(player, node.id) - return@on true - } - - // talk to the imp - on(BOXES, IntType.ITEM, "talk-to") {player, node -> - openDialogue(player, ImpBoxDialogueFile(node.id), NPC(NPCs.IMP_1531)) - return@on true - } - } - - override fun defineInterfaceListeners() { - - // send the interface settings that display the deposit and examine options that get set by the cs2 file - onOpen(RELEASE_IFACE) { player, _ -> - val settings = IfaceSettingsBuilder() - .enableOptions(0, 1) // option 0 = "Deposit" (CS2 slot 1), option 1 = "Examine" (CS2 slot 2) - .build() - player.packetDispatch.sendIfaceSettings(settings, 14, RELEASE_IFACE, 0, 28) - return@onOpen true - } - - on(RELEASE_IFACE) { player, _, opcode, buttonID, slot, _ -> - val item = player.inventory[slot] - when(buttonID) { - CLICK_ITEM_BUTTON -> { - when(opcode) { - DEPOSIT_OPCODE -> bankItem(player, item) - EXAMINE_OPCODE -> sendMessage(player, "${item.definition.examine}") - } - } - } - return@on true - } - } - - // banks the item - private fun bankItem(player: Player, item: Item) { - if (item == null) return - - // check for special unbankable items - val refusal = ImpBoxRefusal.getRefusal(player, item) - if (refusal != null) { - sendNPCDialogue(player, NPCs.IMP_1531, refusal.message, FacialExpression.OLD_DEFAULT) - return - } - - // check for regular unbankable items - if (!item.definition.getConfiguration(ItemConfigParser.BANKABLE, true)) { - sendMessage(player, "The imp seems uneasy about teleporting that.") - return - } - - // check if you're UIM (inauthentic mechanic for 2009 era) - if (player.ironmanManager.mode == IronmanMode.ULTIMATE) { - sendMessage(player, "A magical force prevents you from banking this item.") - return - } - - // check if you're banking the imp (that's very mean of you) - if (item.id in BOXES) { - setText(player, item.id, true) - return - } - - // can't do in combat - if (player.inCombat()) { - sendMessage(player, "You can't use this while in combat.") - return - } - - // check for imp random refusal chance (I do not know the authentic chance), or if in wildy - if (RandomFunction.roll(10) - || player.skullManager.level > 20 - ) { - // not sure on authentic dialogue. I took it to be this message because per wiki, it was written as if they use the same refusal dialogue both in wildy, and at random - // "However, they can randomly refuse and will always refuse to do so past level 20 Wilderness." - sendNPCDialogue(player, NPCs.IMP_1531, "Sorry, guv'nor, I seem to 'ave caught meself; I can't do nuffink right now.", FacialExpression.OLD_DEFAULT) - return - } - - // try to add the item to bank - if (addItem(player, unnote(item).id, item.amount, Container.BANK)) { - // if successful, remove the player's item - if (removeItem(player, item)) { - // banking is successful, decrement the imp box - decrementBox(player) - } else { - // add was successful, but removal was not. THIS IS ITEM DUPING AND SHOULD NEVER HAPPEN. - if (removeItem(player, item, Container.BANK)) { - // removed the item from bank - log(player, LogType.DUPE_ALERT, "Successfully recovered from potential dupe attempt involving the imp-in-a-box.") - } else { - // item is duped :( - log(player, LogType.DUPE_ALERT, "Failed to recover from potential dupe attempt involving the imp-in-a-box.") - } - } - } else { - // adding to bank failed - sendMessage(player, "There is not enough space left in your bank.") - } - } - - // decrements the box - private fun decrementBox(player: Player) : Boolean { - if (amountInInventory(player, Items.IMP_IN_A_BOX1_10028) > 0) { - // replace a 1-charge box with a 0-charge - if (removeItem(player, Items.IMP_IN_A_BOX1_10028)) { - addItem(player, Items.MAGIC_BOX_10025) - sendMessage(player, "The imp teleports away, taking the item to your bank account.") - closeInterface(player) - return true - } - } else if (amountInInventory(player, Items.IMP_IN_A_BOX2_10027) > 0) { - // replace a 2-charge box with a 1-charge - if (removeItem(player, Items.IMP_IN_A_BOX2_10027)) { - addItem(player, Items.IMP_IN_A_BOX1_10028) - setText(player, Items.IMP_IN_A_BOX1_10028) - sendMessage(player, "The imp teleports the item to your bank account.") - return true - } - } else { - sendMessage(player, "ERROR: No valid imp boxes found. Please report this.") - return false - } - return true - } - -} - -// dialogue for the imp in a box -class ImpBoxDialogueFile(val box: Int) : DialogueLabeller() { - override fun addConversation() { - exec { player, _ -> - if (box == Items.IMP_IN_A_BOX2_10027) { - loadLabel(player, "two start") - } else { - loadLabel(player, "one start") - } - } - - label("one start") - player("Hey imp, are you still there?") - npc(FacialExpression.OLD_DEFAULT, "An who's fault is that, eh? EH? I got betta fings to do dan sit ere waitin' for ya. 'Ave ya made up ya mind what else I'm luggin about?") - options( - DialogueOption("ok1", "Yes I have."), - DialogueOption("no escape", "No, I'm afraid you're going to have to wait a bit longer.") - ) - - label("no escape") - npc(FacialExpression.OLD_DEFAULT, "Dat's alright guv'nor. I'll get back to me luvverly dream about beads. Big shiny beads. Love it!") - goto("end") - - label("two start") - player("Hey imp, can you hear me?") - npc(FacialExpression.OLD_DEFAULT, "Of course I can hear ya, ya great big ape. You know,", "'veres not even enuf space to swing Bob about in 'ere.", "How about a breather? You know, stretch me pins for a", "bit?") - options( - DialogueOption("no", "No, I'm going to keep you in there.", "No, I'm going to keep you in there. I might keep you as a pet."), - DialogueOption("not bad", "It's not that bad.", "It's not that bad. You've got four big windows, charming company...er..."), - DialogueOption("wish", "Don't I get three wishes?") - ) - - label("no") - npc(FacialExpression.OLD_DEFAULT, "Pet!! Nah mate. I fink you'd find dat you'd be my pet!! We is not makin good pets.") - player("Really? Why not?") - npc(FacialExpression.OLD_DEFAULT, "Coz...errr...") - npc(FacialExpression.OLD_DEFAULT, "We bite! Yeah we is biting and...and...er...") - npc(FacialExpression.OLD_DEFAULT, "We is fire risk! Yeah dat's it! We be burning down your housey and stealin' all ya shiny gems. Oh, and da beads!! Mmmm, beads.") - player("Fire risk? How does that work?") - npc(FacialExpression.OLD_DEFAULT, "Is those wizzies. Dey don't like de imps so dey make us go BOOOM!!") - goto("end") - - label("not bad") - npc(FacialExpression.OLD_DEFAULT, "Yeah, we's love tiny, crampt space. It be magical. But I is a busy imp, innit? Dragons needin' ticklin', shiny relics needin' stealin', you know how it goes.") - npc(FacialExpression.OLD_DEFAULT, "So, if you's know whas good for ya, you'd be lettin' me go, right?") - options( - DialogueOption("no", "No, I'm going to keep you in there.", "No, I'm going to keep you in there. I might keep you as a pet."), - DialogueOption("wish", "Don't I get three wishes?") - ) - - label("wish") - npc(FacialExpression.OLD_DEFAULT, "Nah, mate. Dunno what you're chirpin' about.") - player("Well, you're a magical creature aren't you? Surely I", "get some wishes for capturing you, or releasing you, or", "something?") - npc(FacialExpression.OLD_DEFAULT, "I'm finking dat you be a bit confoosed. I is an imp, not", "some namby-pamby genie or some kinda fairy. Ye can", "tell by the horns.") - npc(FacialExpression.OLD_DEFAULT, "Sayin' dat, I don't fancy being cooped up like one of", "me uncle's pigeons. Tell you what, is there anything", "you need deliverin' to the bank? I may not be no", "cunjerer or sommink like dat, but I can get about nice") - npc(FacialExpression.OLD_DEFAULT, "an quick like. If you let me scarper, I'll take a couple of", "fings to the bank for ya. You game?") - options( - DialogueOption("ok2", "Okay, that sounds fair."), - DialogueOption("three", "Surely it should be three items?", "Surely it should be three items? Then it's one item per wish."), - DialogueOption("nothing", "I've got nothing I need banking right now.") - ) - - label("ok2") - exec { player, _ -> - openInterface(player, ImpBoxListener.RELEASE_IFACE) - ImpBoxListener.setText(player, Items.IMP_IN_A_BOX2_10027) - end() - } - - label("ok1") - exec { player, _ -> - openInterface(player, ImpBoxListener.RELEASE_IFACE) - ImpBoxListener.setText(player, Items.IMP_IN_A_BOX1_10028) - end() - } - - label("three") - npc(FacialExpression.OLD_DEFAULT, "I've already told ya, I ain't no bloomin' fairy. Besides, you know wot dey say, three's a crowd innit? I don't fink I can hop about carryin' more dan 2 fings.") - options( - DialogueOption("ok2", "Okay, that sounds fair."), - DialogueOption("nothing", "I've got nothing I need banking right now.") - ) - - label("nothing") - npc(FacialExpression.OLD_DEFAULT, "Great, just blinkin great, dat is. I'll just sit about", "countin' zombie sheep then. One...two...two and a", "bit...three and a bit more... I don't fink sheep 'ave dat", "many legs...") - goto("end") - } -} - -// messages that the imp responds with for unbankable conditions -// source: https://runescape.wiki/w/Transcript:Imp-in-a-box#Attempting_to_bank_unbankable_items -enum class ImpBoxRefusal(val message: String, val matches: (Player, Item) -> Boolean) { - - // if the player is teleblocked - TELEBLOCKED( - "Sorry, guv'nor, I seem to 'ave caught meself; I can't do nuffink right now.", - { player, _ -> player.isTeleBlocked } - ), - - // can't bank the POH versions of some items - POH_ITEM( - "What use would that be in a bank? You'd be better off leaving it in yer house.", - { _, item -> item.id in Items.KETTLE_7688..Items.CHEFS_DELIGHT_7755 } - ), - - // can't bank light sources - LIGHT_SOURCE( - "Ow! That's hot! Put it in yer bank yerself!", - { _, item -> item.id in LightSource.values().map { it.product.id }.toIntArray() } - ), - - // can't bank bloated toad from Big Chompy Bird Hunting - BLOATED_TOAD( - "Nope, between me and you, that toad doesn't look stable.", - { _, item -> item.id == Items.BLOATED_TOAD_2875 } - ), - - // can't bank book of knowledge from random events - BOOK_OF_KNOWLEDGE( - "What good is banking that book? Just read it or throw it away!", - { _, item -> item.id == Items.BOOK_OF_KNOWLEDGE_11640 } - ), - - // can't bank glowing fungus from Haunted Mine - GLOWING_FUNGUS( - "I'm no expert, but when a mushroom glows that much, I'm guessing it's dangerous. Keep it away from me.", - { _, item -> item.id == Items.GLOWING_FUNGUS_4075 } - ), - - // can't bank gnomeball from the minigame of the same name - GNOMEBALL( - "I'm not touching a gnome ball; that's a vicious game! I might die!", - { _, item -> item.id == Items.GNOMEBALL_751 } - ), - - // can't bank karamjan rum from Pirate's Treasure - KARAMJAN_RUM( - "Don't you know? You can get into trouble for giving alcohol to minors, and I'm pretty small, it has to be said.", - { _, item -> item.id == Items.KARAMJAN_RUM_431 } - ), - - // can't bank skeletal monkey bones from Monkey Madness dungeon - MONKEY_BONES( - "There's something weird about those bones; I ain't touching them.", - { _, item -> item.id == Items.BONES_3187 } - ), - - // can't bank stick from the Werewolf Agility course - STICK( - "It's a flipping stick; why bother banking that? You humans are crazy sometimes.", - { _, item -> item.id == Items.STICK_4179 } - ), - - // can't bank skill lamps - LAMP( - "I know what lamps like that contain; I'm not touching it. I might get hurt.", - { _, item -> - Lamps.forItem(item) != null - } - ), - - // can't bank unholy symbol from Icthlarin's Little Helper - UNHOLY_SYMBOL( - "Sorry, I'm not going to risk upsetting someone by bundling random holy symbols I don't recognise into bank vaults.", - { _, item -> item.id == Items.UNHOLY_SYMBOL_4683 } - ), - - // can't bank Ana in a barrel from Tourist Trap - ANA_BARREL( - "Hey, if she wants to use the bank, why can't she use her own two legs? Besides, she's too big.", - { _, item -> item.id == Items.ANA_IN_A_BARREL_1842 } - ); - - companion object { - fun getRefusal(player: Player, item: Item): ImpBoxRefusal? { - return values().firstOrNull { it.matches(player, item) } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/hunter/ImpBoxPlugin.java b/Server/src/main/content/global/skill/hunter/ImpBoxPlugin.java new file mode 100644 index 000000000..800e342eb --- /dev/null +++ b/Server/src/main/content/global/skill/hunter/ImpBoxPlugin.java @@ -0,0 +1,174 @@ +package content.global.skill.hunter; + +import core.cache.def.impl.ItemDefinition; +import core.game.component.Component; +import core.game.component.ComponentDefinition; +import core.game.component.ComponentPlugin; +import core.plugin.Initializable; +import core.game.dialogue.DialogueInterpreter; +import core.game.dialogue.DialoguePlugin; +import core.game.dialogue.FacialExpression; +import core.game.interaction.OptionHandler; +import core.game.node.Node; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.net.packet.PacketRepository; +import core.net.packet.context.ContainerContext; +import core.net.packet.out.ContainerPacket; +import core.plugin.Plugin; +import core.plugin.ClassScanner; +import core.tools.RandomFunction; + +/** + * Handles the imp box. + * @author Taylor + */ +@Initializable +public class ImpBoxPlugin extends OptionHandler { + + /** + * The item ids. + */ + private static final int[] IDS = new int[] { 10028, 10027 }; + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ClassScanner.definePlugin(new ImpInterfaceHandler(null)); + for (int id : IDS) { + ItemDefinition.forId(id).getHandlers().put("option:bank", this); + ItemDefinition.forId(id).getHandlers().put("option:talk-to", this); + } + ClassScanner.definePlugin(new ImpBoxDialogue()); + return this; + } + + @Override + public boolean handle(Player player, Node node, String option) { + switch (option) { + case "bank": + Component component = new Component(478); + component.setPlugin(new ImpInterfaceHandler((Item) node)); + player.getInterfaceManager().open(component); + PacketRepository.send(ContainerPacket.class, new ContainerContext(player, 478, 61, 91, player.getInventory(), true)); + break; + case "talk-to": + player.getDialogueInterpreter().open("imp-box"); + break; + } + return true; + } + + @Override + public boolean isWalk() { + return false; + } + + /** + * Handles talk-to dialogue on the imp box. + * @author Taylor + */ + public static class ImpBoxDialogue extends DialoguePlugin { + + /** + * The messages to send. + */ + private static final String[] MESSAGES = { "Let me outa here!", "Errgghh..", "Well look who it is.", "What are you looking at?" }; + + /** + * Constructs a new {@code ImpBoxDialogue} {@code Object}. + */ + public ImpBoxDialogue() { + /** + * empty. + */ + } + + /** + * Constructs a new {@code ImpBoxDialogue} {@code Object}. + * @param player The player. + */ + public ImpBoxDialogue(Player player) { + super(player); + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new ImpBoxDialogue(player); + } + + @Override + public boolean open(Object... args) { + interpreter.sendDialogues(708, FacialExpression.FURIOUS, MESSAGES[RandomFunction.getRandom(MESSAGES.length - 1)]); + return true; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + end(); + return true; + } + + @Override + public int[] getIds() { + return new int[] { DialogueInterpreter.getDialogueKey("imp-box") }; + } + + } + + /** + * Handles the imp interface. + * @author Taylor + */ + public class ImpInterfaceHandler extends ComponentPlugin { + + /** + * The message to show when the imp is gone. + */ + private static final String FINISHING_MESSAGE = "The imp teleports away, taking the item to your bank account."; + + /** + * The box the player is using. + */ + private Item box; + + /** + * Constructs a new {@code ImpInterfaceHandler} {@code Object}. + * @param box The box the player is using. + */ + public ImpInterfaceHandler(Item box) { + this.box = box; + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ComponentDefinition.forId(478).setPlugin(this); + return this; + } + + @Override + public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) { + Item item = player.getInventory().get(slot); + if (item != null) { + if (player.getBank().canAdd(item) && item.getId() != box.getId()) { + player.getDialogueInterpreter().close(); + player.getInventory().remove(item); + player.getBank().add(item); + PacketRepository.send(ContainerPacket.class, new ContainerContext(player, 478, 61, 91, player.getInventory(), true)); + if (box.getId() == IDS[1]) { + int boxSlot = player.getInventory().getSlot(box); + player.getInventory().replace((box = new Item(IDS[0])), boxSlot); + } else if (box.getId() == IDS[0]) { + int boxSlot = player.getInventory().getSlot(box); + player.getInventory().replace(new Item(10025), boxSlot); + player.getInterfaceManager().close(component); + player.sendMessage(FINISHING_MESSAGE); + } + } + } else { + player.sendMessage("You cannot add this item to your bank."); + return false; + } + return true; + } + } +} diff --git a/Server/src/main/content/global/skill/hunter/NetTrapNode.kt b/Server/src/main/content/global/skill/hunter/NetTrapNode.kt deleted file mode 100644 index 43b9fdad5..000000000 --- a/Server/src/main/content/global/skill/hunter/NetTrapNode.kt +++ /dev/null @@ -1,25 +0,0 @@ -package content.global.skill.hunter - -import core.api.getStatLevel -import core.game.node.entity.npc.NPC -import core.game.node.entity.skill.Skills -import core.game.node.item.Item - -/** - * Handles the net trap node. - */ -class NetTrapNode( - npcIds: IntArray, - level: Int, - experience: Double, - rewards: Array, - private val summoningLevel: Int -) : TrapNode(npcIds, level, experience, intArrayOf(), rewards) { - - override fun canCatch(wrapper: TrapWrapper, npc: NPC): Boolean { - if (getStatLevel(wrapper.player, Skills.SUMMONING) < summoningLevel) { - return false - } - return super.canCatch(wrapper, npc) - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/hunter/Traps.java b/Server/src/main/content/global/skill/hunter/Traps.java index f0cec6d54..f2151d660 100644 --- a/Server/src/main/content/global/skill/hunter/Traps.java +++ b/Server/src/main/content/global/skill/hunter/Traps.java @@ -9,8 +9,6 @@ import core.tools.Log; import core.tools.SystemLogger; import core.game.world.map.Location; import core.game.world.update.flag.context.Animation; -import org.rs09.consts.Items; -import org.rs09.consts.NPCs; import java.util.ArrayList; import java.util.List; @@ -35,30 +33,16 @@ public enum Traps { } }), BOX_TRAP(new TrapSetting(10008, new int[] { 19187 }, new int[] { 1963, 12579, 1869, 9996, 5972, 12535 }, "lay", 19192, Animation.create(5208), new Animation(9726), 27), - new BoxTrapNode(new int[] { 5081 }, 27, 100, new Item[] { new Item(10092) }, 1), // Ferret - new BoxTrapNode(new int[] {NPCs.BABY_GECKO_6917 }, 27, 100, new Item[] { new Item(Items.BABY_GECKO_12488) }, 10), // Gecko Orange - new BoxTrapNode(new int[] {NPCs.BABY_GECKO_7285 }, 27, 100, new Item[] { new Item(Items.BABY_GECKO_12738) }, 10), // Gecko Speckled - new BoxTrapNode(new int[] {NPCs.BABY_GECKO_7286 }, 27, 100, new Item[] { new Item(Items.BABY_GECKO_12739) }, 10), // Gecko Green - new BoxTrapNode(new int[] {NPCs.BABY_GECKO_7287 }, 27, 100, new Item[] { new Item(Items.BABY_GECKO_12740) }, 10), // Gecko Blue - new BoxTrapNode(new int[] {NPCs.BABY_GECKO_7288 }, 27, 100, new Item[] { new Item(Items.BABY_GECKO_12741) }, 10), // Gecko Red - new BoxTrapNode(new int[] {NPCs.BABY_RACCOON_6997 }, 27, 100, new Item[] { new Item(Items.BABY_RACCOON_12486) }, 80), // Raccoon Gray - new BoxTrapNode(new int[] {NPCs.BABY_RACCOON_7275 }, 27, 100, new Item[] { new Item(Items.BABY_RACCOON_12734) }, 80), // Raccoon Tan - new BoxTrapNode(new int[] {NPCs.BABY_RACCOON_7276 }, 27, 100, new Item[] { new Item(Items.BABY_RACCOON_12736) }, 80), // Raccoon Red - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_6944 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12496) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7228 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12682) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7229 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12684) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7230 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12686) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7231 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12688) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7232 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12690) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7233 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12692) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7234 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12694) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7235 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12696) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7236 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12698) }, 95), // Monkey - new BoxTrapNode(new int[] { 7021, 7022, 7023 }, 48, 150, new Item[] { new Item(12551, 1) }, 1), // Platypus - new BoxTrapNode(new int[] { 5079 }, 53, 198, new Item[] { new Item(10033, 1) }, 1), // Chinchompa - new BoxTrapNode(new int[] { 5080 }, 63, 265, new Item[] { new Item(10034, 1) }, 1), // Red Chinchompa - new BoxTrapNode(new int[] { 7012, 7014 }, 66, 400, new Item[] { new Item(12535) }, 1), // Pawya - new BoxTrapNode(new int[] { 7010, 7011 }, 77, 0, new Item[] { new Item(12539, 1) }, 1) { // Grenwall + new BoxTrapNode(new int[] { 5081 }, 27, 100, new Item[] { new Item(10092) }, 1), + new BoxTrapNode(new int[] { 6918, 7289, 7290, 7291, 7292 }, 27, 100, new Item[] { new Item(12184) }, 10), + new BoxTrapNode(new int[] { 1487 }, 27, 100, new Item[] { new Item(4033, 1) }, 95), + new BoxTrapNode(new int[] { 7021, 7022, 7023 }, 48, 150, new Item[] { new Item(12551, 1) }, 1), + new BoxTrapNode(new int[] { 5079 }, 53, 198, new Item[] { new Item(10033, 1) }, 1), + new BoxTrapNode(new int[] { 5428, 5430, 5449, 5450, 5451 }, 56, 150, new Item[] { new Item(12188) }, 1), + new BoxTrapNode(new int[] { 5080 }, 63, 265, new Item[] { new Item(10034, 1) }, 1), + new BoxTrapNode(new int[] { 7012, 7014 }, 66, 400, new Item[] { new Item(12535) }, 1), + new BoxTrapNode(new int[] { 8654 }, 73, 315, new Item[] { new Item(14861) }, 1), + new BoxTrapNode(new int[] { 7010, 7011 }, 77, 0, new Item[] { new Item(12539, 1) }, 1) { @Override public boolean canCatch(TrapWrapper wrapper, final NPC npc) { //old xp: 726 @@ -75,16 +59,11 @@ public enum Traps { new TrapNode(new int[] { 5086 }, 37, 204, new int[] { 19208, 19208, 19217 }, new Item[] { new Item(10105), new Item(526) }), new TrapNode(new int[] { 7039 }, 44, 200, new int[] { 28939, 28940, 28941 }, new Item[] { new Item(12567), new Item(526) }), new TrapNode(new int[] { 5087 }, 51, 200, new int[] { 19209, 19210, 19216 }, new Item[] { new Item(10109), new Item(526) })), - NET_TRAP(new NetTrapSetting(), - new NetTrapNode(new int[] { 5117 }, 29, 152, new Item[] { new Item(10149) }, 1), // Swamp Lizard - new NetTrapNode(new int[] { 5114 }, 47, 224, new Item[] { new Item(10146) }, 1), // Orange Salamander - new NetTrapNode(new int[] { NPCs.BABY_SQUIRREL_6921 }, 29, 152, new Item[] { new Item(Items.BABY_SQUIRREL_12490) }, 60), // Squirrel Gray - new NetTrapNode(new int[] { NPCs.BABY_SQUIRREL_7309 }, 29, 152, new Item[] { new Item(Items.BABY_SQUIRREL_12754) }, 60), // Squirrel Tan - new NetTrapNode(new int[] { NPCs.BABY_SQUIRREL_7310 }, 29, 152, new Item[] { new Item(Items.BABY_SQUIRREL_12756) }, 60), // Squirrel White - new NetTrapNode(new int[] { NPCs.BABY_SQUIRREL_7311 }, 29, 152, new Item[] { new Item(Items.BABY_SQUIRREL_12758) }, 60), // Squirrel Grayish/Brown w/e - new NetTrapNode(new int[] { NPCs.BABY_SQUIRREL_7312 }, 29, 152, new Item[] { new Item(Items.BABY_SQUIRREL_12760) }, 60), // Squirrel Brown - new NetTrapNode(new int[] { 5115 }, 59, 272, new Item[] { new Item(10147) }, 1), // Red Salamander - new NetTrapNode(new int[] { 5116 }, 67, 304, new Item[] { new Item(10148) }, 1)); // Black Salamander + NET_TRAP(new NetTrapSetting(), new TrapNode(new int[] { 5117 }, 29, 152, new int[] {}, new Item[] { new Item(10149) }), + new TrapNode(new int[] { 5114 }, 47, 224, new int[] {}, new Item[] { new Item(10146) }), + new TrapNode(new int[] { 6921 }, 29, 152, new int[] {}, new Item[] { new Item(12130) }), + new TrapNode(new int[] { 5115 }, 59, 272, new int[] {}, new Item[] { new Item(10147) }), + new TrapNode(new int[] { 5116 }, 67, 304, new int[] {}, new Item[] { new Item(10148) })); /** * The location hooks for this node. diff --git a/Server/src/main/content/global/skill/hunter/implings/ImplingData.kt b/Server/src/main/content/global/skill/hunter/implings/ImplingData.kt index ac9beed54..affe2032c 100644 --- a/Server/src/main/content/global/skill/hunter/implings/ImplingData.kt +++ b/Server/src/main/content/global/skill/hunter/implings/ImplingData.kt @@ -173,6 +173,6 @@ enum class ImplingSpawnLocations (val type: ImplingSpawnTypes, vararg val locati object ImplingClipper : ClipMaskSupplier { override fun getClippingFlag (z: Int, x: Int, y: Int) : Int { var flag = RegionManager.getClippingFlag(z, x, y) - return flag and (ChunkFlags.SOLID_TILE.inv()) and (ChunkFlags.TILE_OBJECT.inv()) // Allow walking on water and flying over small objects, but keep all other tile flags the same. + return flag and (RegionFlags.SOLID_TILE.inv()) and (RegionFlags.TILE_OBJECT.inv()) //Allow walking on water and flying over small objects, but keep all other tile flags the same. } } diff --git a/Server/src/main/content/global/skill/magic/HomeTeleportHelper.kt b/Server/src/main/content/global/skill/magic/HomeTeleportHelper.kt index b7085b62c..1b67a38e9 100644 --- a/Server/src/main/content/global/skill/magic/HomeTeleportHelper.kt +++ b/Server/src/main/content/global/skill/magic/HomeTeleportHelper.kt @@ -24,8 +24,6 @@ fun getAudio(count: Int): Int { } fun homeTeleport(player: Player, dest: Location) { - player.walkingQueue.reset() - player.pulseManager.clear() if (player.timers.getTimer("teleblock") != null) { sendMessage(player, "A magical force prevents you from teleporting.") return @@ -45,4 +43,4 @@ fun homeTeleport(player: Player, dest: Location) { player.packetDispatch.sendAnimation(HOME_ANIMATIONS[stage]) return@queueScript delayScript(player, 1) } -} +} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/magic/SpellListener.kt b/Server/src/main/content/global/skill/magic/SpellListener.kt index e938f3ef0..64383b0a7 100644 --- a/Server/src/main/content/global/skill/magic/SpellListener.kt +++ b/Server/src/main/content/global/skill/magic/SpellListener.kt @@ -47,10 +47,11 @@ abstract class SpellListener(val bookName: String) : Listener { player.sendMessage("You need a magic level of $magicLevel to cast this spell.") throw IllegalStateException() } - val missing = SpellUtils.hasRunes(player, runes) - if (missing != null) { - player.sendMessage("You don't have enough ${missing.definition.name.lowercase()}s to cast this spell.") - throw IllegalStateException() + for(rune in runes){ + if(!SpellUtils.hasRune(player,rune)){ + player.sendMessage("You don't have enough ${rune.definition.name.lowercase()}s to cast this spell.") + throw IllegalStateException() + } } for(item in specialEquipment){ if(!player.equipment.contains(item,1)){ diff --git a/Server/src/main/content/global/skill/magic/SpellUtils.kt b/Server/src/main/content/global/skill/magic/SpellUtils.kt index 57e8b4c6d..beafbf64d 100644 --- a/Server/src/main/content/global/skill/magic/SpellUtils.kt +++ b/Server/src/main/content/global/skill/magic/SpellUtils.kt @@ -3,9 +3,9 @@ package content.global.skill.magic import core.game.node.entity.combat.spell.CombinationRune import core.game.node.entity.combat.spell.MagicStaff import core.game.node.entity.combat.spell.Runes +import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player import core.game.node.item.Item -import kotlin.math.min object SpellUtils { /** @@ -32,57 +32,70 @@ object SpellUtils { return false } - /** - * Validates if the player has the necessary runes to cast a spell. - * - * If the player is able to cast the spell, the "spell:runes" attribute will be set to the list of items that should - * be removed from the player's inventory after successfully casting the spell. This accounts for staves and - * combination runes. - * - * @param p The player casting the spell - * @param runes The runes and other items required to cast the spell - * @return null if the player can cast the spell or an Item representing at least one of the runes the player is missing - */ - @JvmStatic - fun hasRunes(p: Player, runes: Array): Item? { - val cost = HashMap() - // `runes` are mostly actual runes but occasionally other items like staves or unpowered orbs - for (rune in runes) { - if (usingStaff(p, rune.id)) continue - cost[rune.id] = cost.getOrDefault(rune.id, 0) + rune.amount + fun hasRune(p:Player,rune:Item):Boolean{ + val removeItems = p.getAttribute("spell:runes",ArrayList()) + if(usingStaff(p,rune.id)) return true + if(p.inventory.containsItem(rune)){ + removeItems.add(rune) + p.setAttribute("spell:runes",removeItems) } - val toRemove = ArrayList() - - // Combination runes are used before elemental runes. - // https://runescape.wiki/w/Runecrafting?oldid=2618332#Function_and_Usage_of_Combination_Runes: - for (combo in CombinationRune.values()) { - val available = p.inventory.getAmount(combo.id) - val maxUsage = combo.types.mapNotNull { cost[it.id] }.maxOrNull() ?: 0 - if (maxUsage > 0 && available >= 0) { - val usage = min(maxUsage, available) - - toRemove.add(Item(combo.id, usage)) - // Even if a spell uses both parts of a combo rune, it should only consume a single rune. For example, - // a spell that requires an air rune and an earth rune should only consume a single dust rune. - // https://youtu.be/9gAiqEmF-Hc?t=67 - combo.types.forEach { cost[it.id] = cost.getOrDefault(it.id, 0) - usage } + val baseAmt = p.inventory.getAmount(rune.id) + var amtRemaining = rune.amount - baseAmt + val possibleComboRunes = CombinationRune.eligibleFor(Runes.forId(rune.id)) + for (r in possibleComboRunes) { + if (p.inventory.containsItem(Item(r.id)) && amtRemaining > 0) { + val amt = p.inventory.getAmount(r.id) + if (amtRemaining <= amt) { + removeItems.add(Item(r.id,amtRemaining)) + amtRemaining = 0 + break + } + removeItems.add(Item(r.id,p.inventory.getAmount(r.id))) + amtRemaining -= p.inventory.getAmount(r.id) } } + p.setAttribute("spell:runes",removeItems) + return amtRemaining <= 0 + } - for ((runeId, amount) in cost) { - if (amount <= 0) continue - - val available = p.inventory.getAmount(runeId) - if (available < amount) { - return Item(runeId, amount) + fun hasRune(p: Player, item: Item, toRemove: MutableList, message: Boolean): Boolean { + if (!usingStaff(p, item.id)) { + val hasBaseRune = p.inventory.contains(item.id, item.amount) + if (!hasBaseRune) { + val baseAmt = p.inventory.getAmount(item.id) + if (baseAmt > 0) { + toRemove.add(Item(item.id, p.inventory.getAmount(item.id))) + } + var amtRemaining = item.amount - baseAmt + val possibleComboRunes = CombinationRune.eligibleFor(Runes.forId(item.id)) + for (r in possibleComboRunes) { + if (p.inventory.containsItem(Item(r.id)) && amtRemaining > 0) { + val amt = p.inventory.getAmount(r.id) + if (amtRemaining < amt) { + toRemove.add(Item(r.id, amtRemaining)) + amtRemaining = 0 + continue + } + amtRemaining -= p.inventory.getAmount(r.id) + toRemove.add(Item(r.id, p.inventory.getAmount(r.id))) + } + } + return if (amtRemaining <= 0) { + true + } else { + p.packetDispatch.sendMessage("You don't have enough " + item.name + "s to cast this spell.") + false + } } - - toRemove.add(Item(runeId, amount)) + toRemove.add(item) + return true } + return true + } - p.setAttribute("spell:runes", toRemove) - return null + fun attackableNPC(npc: NPC): Boolean{ + return npc.definition.hasAction("attack") } @JvmStatic diff --git a/Server/src/main/content/global/skill/magic/ancient/BloodSpells.java b/Server/src/main/content/global/skill/magic/ancient/BloodSpells.java index 8bb2703fe..2cd31111c 100644 --- a/Server/src/main/content/global/skill/magic/ancient/BloodSpells.java +++ b/Server/src/main/content/global/skill/magic/ancient/BloodSpells.java @@ -2,8 +2,6 @@ package content.global.skill.magic.ancient; import java.util.List; -import core.game.node.entity.combat.CombatStyle; -import core.game.node.entity.combat.MultihitTargetsKt; import core.game.node.entity.combat.spell.Runes; import core.game.node.Node; import core.game.node.entity.Entity; @@ -120,8 +118,7 @@ public final class BloodSpells extends CombatSpell { if (animation.getId() == 1978 || !entity.getProperties().isMultiZone() || !target.getProperties().isMultiZone()) { return super.getTargets(entity, target); } - - List list = MultihitTargetsKt.findMultihitTargets(target, entity, CombatStyle.MAGIC); + List list = getMultihitTargets(entity, target, 9); BattleState[] targets = new BattleState[list.size()]; int index = 0; for (Entity e : list) { diff --git a/Server/src/main/content/global/skill/magic/ancient/IceSpells.java b/Server/src/main/content/global/skill/magic/ancient/IceSpells.java index 0cdd2216d..4b0e29ff4 100644 --- a/Server/src/main/content/global/skill/magic/ancient/IceSpells.java +++ b/Server/src/main/content/global/skill/magic/ancient/IceSpells.java @@ -2,8 +2,6 @@ package content.global.skill.magic.ancient; import java.util.List; -import core.game.node.entity.combat.CombatStyle; -import core.game.node.entity.combat.MultihitTargetsKt; import core.game.node.entity.combat.spell.Runes; import core.game.node.Node; import core.game.node.entity.Entity; @@ -133,10 +131,10 @@ public final class IceSpells extends CombatSpell { return; } int ticks = (type.ordinal() - 4) * 8; - if (hasTimerActive(victim, "frozen") || hasTimerActive(victim, "frozen:immunity")) { - if (type == SpellType.BARRAGE) { state.setFrozen(true); } - return; - } + if (hasTimerActive(victim, "frozen") || hasTimerActive(victim, "frozen:immunity")) { + if (type == SpellType.BARRAGE) { state.setFrozen(true); } + return; + } registerTimer(victim, spawnTimer("frozen", ticks, true)); } @@ -145,8 +143,7 @@ public final class IceSpells extends CombatSpell { if (animation.getId() == 1978 || !entity.getProperties().isMultiZone() || !target.getProperties().isMultiZone()) { return super.getTargets(entity, target); } - - List list = MultihitTargetsKt.findMultihitTargets(target, entity, CombatStyle.MAGIC); + List list = getMultihitTargets(entity, target, 9); BattleState[] targets = new BattleState[list.size()]; int index = 0; for (Entity e : list) { diff --git a/Server/src/main/content/global/skill/magic/ancient/MiasmicSpells.java b/Server/src/main/content/global/skill/magic/ancient/MiasmicSpells.java index 1353981c3..5ead4131e 100644 --- a/Server/src/main/content/global/skill/magic/ancient/MiasmicSpells.java +++ b/Server/src/main/content/global/skill/magic/ancient/MiasmicSpells.java @@ -3,8 +3,6 @@ import java.util.List; import core.game.container.impl.EquipmentContainer; -import core.game.node.entity.combat.CombatStyle; -import core.game.node.entity.combat.MultihitTargetsKt; import core.plugin.Initializable; import core.game.node.entity.combat.spell.Runes; import core.game.node.Node; @@ -123,7 +121,7 @@ public final class MiasmicSpells extends CombatSpell { @Override public void fireEffect(Entity entity, Entity victim, BattleState state) { if (!hasTimerActive(victim, "miasmic:immunity")) { - registerTimer(victim, spawnTimer("miasmic", (getSpellId() - 15) * 20)); + registerTimer(victim, spawnTimer("miasmic", (getSpellId() - 15) * 20)); } } @@ -144,8 +142,8 @@ public final class MiasmicSpells extends CombatSpell { @Override public boolean cast(Entity entity, Node target) { if (!validStaffEquipped(entity) && !GameWorld.getSettings().isDevMode()) { - ((Player) entity).getPacketDispatch().sendMessage("You need to be wielding Zuriel's staff in order to cast this spell."); - return false; + ((Player) entity).getPacketDispatch().sendMessage("You need to be wielding Zuriel's staff in order to cast this spell."); + return false; } if (!meetsRequirements(entity, true, false)) { return false; @@ -159,8 +157,7 @@ public final class MiasmicSpells extends CombatSpell { || !entity.getProperties().isMultiZone() || !target.getProperties().isMultiZone()) { return super.getTargets(entity, target); } - - List list = MultihitTargetsKt.findMultihitTargets(target, entity, CombatStyle.MAGIC); + List list = getMultihitTargets(entity, target, 9); BattleState[] targets = new BattleState[list.size()]; int index = 0; for (Entity e : list) { diff --git a/Server/src/main/content/global/skill/magic/ancient/ShadowSpells.java b/Server/src/main/content/global/skill/magic/ancient/ShadowSpells.java index 2f55e002d..22ca33fa3 100644 --- a/Server/src/main/content/global/skill/magic/ancient/ShadowSpells.java +++ b/Server/src/main/content/global/skill/magic/ancient/ShadowSpells.java @@ -2,8 +2,7 @@ package content.global.skill.magic.ancient; import java.util.List; -import core.game.node.entity.combat.CombatStyle; -import core.game.node.entity.combat.MultihitTargetsKt; +import core.game.node.entity.player.Player; import core.game.node.entity.skill.Skills; import core.game.node.entity.combat.spell.Runes; import core.game.node.Node; @@ -116,8 +115,7 @@ public final class ShadowSpells extends CombatSpell { if (animation.getId() == 1978 || !entity.getProperties().isMultiZone() || !target.getProperties().isMultiZone()) { return super.getTargets(entity, target); } - - List list = MultihitTargetsKt.findMultihitTargets(target, entity, CombatStyle.MAGIC); + List list = getMultihitTargets(entity, target, 9); BattleState[] targets = new BattleState[list.size()]; int index = 0; for (Entity e : list) { diff --git a/Server/src/main/content/global/skill/magic/ancient/SmokeSpells.java b/Server/src/main/content/global/skill/magic/ancient/SmokeSpells.java index c7aab06ec..23ddf938f 100644 --- a/Server/src/main/content/global/skill/magic/ancient/SmokeSpells.java +++ b/Server/src/main/content/global/skill/magic/ancient/SmokeSpells.java @@ -2,8 +2,6 @@ package content.global.skill.magic.ancient; import java.util.List; -import core.game.node.entity.combat.CombatStyle; -import core.game.node.entity.combat.MultihitTargetsKt; import core.game.node.entity.combat.spell.Runes; import core.game.node.Node; import core.game.node.entity.Entity; @@ -12,6 +10,7 @@ import core.game.node.entity.combat.spell.CombatSpell; import core.game.node.entity.combat.spell.SpellType; import core.game.node.entity.impl.Projectile; import core.game.node.entity.impl.Animator.Priority; +import core.game.node.entity.player.Player; import core.game.node.entity.player.link.SpellBookManager.SpellBook; import core.game.node.item.Item; import core.game.world.update.flag.context.Animation; @@ -115,7 +114,7 @@ public final class SmokeSpells extends CombatSpell { @Override public void fireEffect(Entity entity, Entity victim, BattleState state) { if (state.getEstimatedHit() > -1) { - applyPoison(victim, entity, type.ordinal() >= SpellType.BLITZ.ordinal() ? 4 : 2); + applyPoison(victim, entity, type.ordinal() >= SpellType.BLITZ.ordinal() ? 4 : 2); } } @@ -124,8 +123,7 @@ public final class SmokeSpells extends CombatSpell { if (animation.getId() == 1978 || !entity.getProperties().isMultiZone() || !target.getProperties().isMultiZone()) { return super.getTargets(entity, target); } - - List list = MultihitTargetsKt.findMultihitTargets(target, entity, CombatStyle.MAGIC); + List list = getMultihitTargets(entity, target, 9); BattleState[] targets = new BattleState[list.size()]; int index = 0; for (Entity e : list) { diff --git a/Server/src/main/content/global/skill/magic/lunar/HealSpell.java b/Server/src/main/content/global/skill/magic/lunar/HealSpell.java index 2036c3c0b..f79c85728 100644 --- a/Server/src/main/content/global/skill/magic/lunar/HealSpell.java +++ b/Server/src/main/content/global/skill/magic/lunar/HealSpell.java @@ -1,6 +1,5 @@ package content.global.skill.magic.lunar; -import core.game.bots.AIPlayer; import core.game.node.entity.combat.spell.MagicSpell; import core.game.node.entity.combat.spell.Runes; import core.plugin.Initializable; @@ -112,11 +111,11 @@ public final class HealSpell extends MagicSpell { playGlobalAudio(o.getLocation(), Sounds.LUNAR_HEAL_OTHER_INDIVIDUAL_2892); o.graphics(GRAPHICS); } else { + List players = RegionManager.getLocalPlayers(player, 1); if (!super.meetsRequirements(player, true, true)) { return false; } int percentage = (int) Math.ceil(player.getSkills().getLifepoints() * 0.75); - List players = RegionManager.getLocalPlayers(player.getLocation(), 1); for (Iterator it = players.iterator(); it.hasNext();) { Player p = it.next(); if (p == player || !p.getSettings().isAcceptAid() || !p.isActive() || p.getSkills().getLifepoints() == p.getSkills().getMaximumLifepoints()) { diff --git a/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt b/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt index e05c4ebad..8d70f99cb 100644 --- a/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt +++ b/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt @@ -37,10 +37,6 @@ import org.rs09.consts.Items import org.rs09.consts.Sounds import kotlin.math.floor -private const val DREAM_HEAL_INTERVAL_TICKS = 50 -private const val DREAM_HARD_RESET_INTERVAL_TICKS = 90 -private const val DREAM_HARD_RESET_DELAY_TICKS = 0 - class LunarListeners : SpellListener("lunar"), Commands { override fun defineListeners() { @@ -501,16 +497,16 @@ class LunarListeners : SpellListener("lunar"), Commands { removeRunes(player, true) visualizeSpell(player, Animations.LUNAR_SPELLBOOK_CURE_GROUP_4409, Graphics.LUNAR_SPELLBOOK_CURE_GROUP_744, 130, Sounds.LUNAR_CURE_GROUP_2882) curePoison(player) - for (otherPlayer in RegionManager.getLocalPlayers(player.location, 1)) { - if (otherPlayer == player || !otherPlayer.isActive || otherPlayer.locks.isInteractionLocked) { + for(acct in RegionManager.getLocalPlayers(player, 1)) { + if(!acct.isActive || acct.locks.isInteractionLocked) { continue } - if (!otherPlayer.settings.isAcceptAid) { + if(!acct.settings.isAcceptAid) { continue } - curePoison(otherPlayer) - sendMessage(otherPlayer, "You have been cured of poison.") - visualizeSpell(otherPlayer, -1, Graphics.LUNAR_SPELLBOOK_CURE_GROUP_744, 130, Sounds.LUNAR_CURE_OTHER_INDIVIDUAL_2889) + curePoison(acct) + sendMessage(acct, "You have been cured of poison.") + visualizeSpell(acct, -1, Graphics.LUNAR_SPELLBOOK_CURE_GROUP_744, 130, Sounds.LUNAR_CURE_OTHER_INDIVIDUAL_2889) } addXP(player, 74.0) } @@ -596,46 +592,32 @@ class LunarListeners : SpellListener("lunar"), Commands { // Level 79 private fun dream(player: Player) { - if (player.skills.lifepoints >= getStatLevel(player, Skills.HITPOINTS)) { + if(player.skills.lifepoints >= getStatLevel(player, Skills.HITPOINTS)) { sendMessage(player, "You have no need to cast this spell since your hitpoints are already full.") throw IllegalStateException() } + // https://runescape.wiki/w/Dream?oldid=880976 claims Dream makes you heal 1 hp every 20 seconds // https://oldschool.runescape.wiki/w/Dream claims that Dream has its own timer, so the Dream heals don't need // to align with the natural heals val timer = getOrStartTimer(player) - val dreamStartAnimationTicks = animationDuration(Animation(Animations.LUNAR_SPELLBOOK_DREAM_START_6295)) - var nextHealTick = getWorldTicks() + dreamStartAnimationTicks + DREAM_HEAL_INTERVAL_TICKS - var nextHardResetTick = -1 - var waitingForHardReset = false animate(player, Animations.LUNAR_SPELLBOOK_DREAM_START_6295) removeRunes(player, true) addXP(player, 82.0) - delayEntity(player, dreamStartAnimationTicks) - queueScript(player, dreamStartAnimationTicks, QueueStrength.WEAK) { stage: Int -> + delayEntity(player, 4) + queueScript(player, 4, QueueStrength.WEAK) { stage: Int -> if (stage == 0) { sendGraphics(Graphics.LUNAR_SPELLBOOK_DREAM_1056, player.location) playAudio(player, Sounds.LUNAR_SLEEP_3619) return@queueScript delayScript(player, 5) } - if (waitingForHardReset) { - waitingForHardReset = false - nextHardResetTick = getWorldTicks() + DREAM_HARD_RESET_INTERVAL_TICKS - } else if (nextHardResetTick != -1 && getWorldTicks() >= nextHardResetTick) { - // The 530 client eventually drops Dream back to idle if it only sees repeated 6296 updates - // Sending an explicit reset makes the next 6296 a full restart instead of a same-sequence refresh - resetAnimator(player) - waitingForHardReset = true - return@queueScript delayScript(player, DREAM_HARD_RESET_DELAY_TICKS) - } else if (nextHardResetTick == -1) { - nextHardResetTick = getWorldTicks() + DREAM_HARD_RESET_INTERVAL_TICKS - } animate(player, Animations.LUNAR_SPELLBOOK_DREAM_MID_6296) sendGraphics(Graphics.LUNAR_SPELLBOOK_DREAM_1056, player.location) - if (getWorldTicks() >= nextHealTick) { + // This heals 2 HP every min. Naturally you heal 1 for a total of 3 + // The script steps every 5 ticks and we want 50 ticks before a heal + if (stage.mod(10) == 0) { val amt = timer.getHealAmount(player) //accounts for regen brace heal(player, amt) - nextHealTick += DREAM_HEAL_INTERVAL_TICKS if (player.skills.lifepoints >= getStatLevel(player, Skills.HITPOINTS)) { animate(player, Animations.LUNAR_SPELLBOOK_DREAM_END_6297) return@queueScript stopExecuting(player) @@ -836,12 +818,12 @@ class LunarListeners : SpellListener("lunar"), Commands { } private fun sendGroupTeleport(player: Player, xp: Double, destName: String, loc: Location){ - RegionManager.getLocalPlayers(player.location, 1).forEach { - if (it == player) return@forEach - if (it.isTeleBlocked) return@forEach - if (!it.isActive) return@forEach - if (!it.settings.isAcceptAid) return@forEach - if (it.ironmanManager.isIronman) return@forEach + RegionManager.getLocalPlayers(player, 1).forEach { + if(it == player) return@forEach + if(it.isTeleBlocked) return@forEach + if(!it.isActive) return@forEach + if(!it.settings.isAcceptAid) return@forEach + if(it.ironmanManager.isIronman) return@forEach setAttribute(it, "t-o_location", loc) openInterface(it, Components.TELEPORT_OTHER_326) setInterfaceText(it, player.username, Components.TELEPORT_OTHER_326, 1) @@ -892,3 +874,4 @@ class LunarListeners : SpellListener("lunar"), Commands { } + diff --git a/Server/src/main/content/global/skill/magic/lunar/StatBoostSpell.java b/Server/src/main/content/global/skill/magic/lunar/StatBoostSpell.java index 6de03e17f..61aeee5f7 100644 --- a/Server/src/main/content/global/skill/magic/lunar/StatBoostSpell.java +++ b/Server/src/main/content/global/skill/magic/lunar/StatBoostSpell.java @@ -16,7 +16,6 @@ import core.game.world.update.flag.context.Animation; import core.game.world.update.flag.context.Graphics; import core.plugin.Initializable; import core.plugin.Plugin; -import org.rs09.consts.Items; import org.rs09.consts.Sounds; import java.util.List; @@ -41,40 +40,35 @@ public final class StatBoostSpell extends MagicSpell { @Override public boolean cast(Entity entity, Node target) { - final Player player = (Player) entity; - Item item = (Item) target; - player.getInterfaceManager().setViewedTab(6); - if (Consumables.getConsumableById(item.getId()) == null) { - player.getPacketDispatch().sendMessage("You can only cast this spell on a potion."); - return false; - } + final Player player = ((Player) entity); + Item item = ((Item) target); final Potion potion = (Potion) Consumables.getConsumableById(item.getId()).getConsumable(); + player.getInterfaceManager().setViewedTab(6); if (potion == null) { player.getPacketDispatch().sendMessage("You can only cast this spell on a potion."); return false; } - if (!item.getDefinition().isTradeable() || item.getName().toLowerCase().contains("restore") || item.getName().toLowerCase().contains("zamorak") || item.getName().toLowerCase().contains("saradomin")) { + if (!item.getDefinition().isTradeable() || item.getName().toLowerCase().contains("restore") || item.getName().toLowerCase().contains("zamorak") || item.getName().toLowerCase().contains("saradomin") || item.getName().toLowerCase().contains("combat")) { player.getPacketDispatch().sendMessage("You can't cast this spell on that item."); return false; } - List pl = RegionManager.getLocalPlayers(player.getLocation(), 1); + List pl = RegionManager.getLocalPlayers(player, 1); + int plSize = pl.size() - 1; int doses = potion.getDose(item); - if (pl.isEmpty()) { + if (pl.size() == 0) { return false; } if (!super.meetsRequirements(player, true, false)) { return false; } int size = 0; - for (Player o : pl) { - if (size >= doses) break; - if (o == player) { + for (Player players : pl) { + Player o = (Player) players; + if (size >= doses) break; + if (!o.isActive() || o.getLocks().isInteractionLocked() || o == player) { continue; } - if (!o.isActive() || o.getLocks().isInteractionLocked()) { - continue; - } - if (!o.getSettings().isAcceptAid()) { + if (!o.getSettings().isAcceptAid() && !(o instanceof AIPlayer)) { continue; } o.graphics(GRAPHICS); @@ -87,18 +81,17 @@ public final class StatBoostSpell extends MagicSpell { return false; } super.meetsRequirements(player, true, true); - if (player.getInventory().remove(item)) { - potion.getEffect().activate(player); - playGlobalAudio(player.getLocation(), Sounds.LUNAR_STRENGTH_SHARE_2901); - player.animate(ANIMATION); - player.graphics(GRAPHICS); - int newIndex = (potion.getIds().length - doses) + size; - if (newIndex > potion.getIds().length - 1) { - player.getInventory().add(new Item(Items.VIAL_229)); - return true; - } - player.getInventory().add(new Item(potion.getIds()[newIndex])); - } + potion.getEffect().activate(player); + playGlobalAudio(player.getLocation(), Sounds.LUNAR_STRENGTH_SHARE_2901); + player.animate(ANIMATION); + player.graphics(GRAPHICS); + player.getInventory().remove(item); + int newIndex = (potion.getIds().length - doses) + size; + if (newIndex > potion.getIds().length - 1) { + player.getInventory().add(new Item(229)); + return true; + } + player.getInventory().add(new Item(potion.getIds()[newIndex])); return true; } } diff --git a/Server/src/main/content/global/skill/magic/lunar/StatRestoreSpell.java b/Server/src/main/content/global/skill/magic/lunar/StatRestoreSpell.java index 8dbaea200..1f984d2da 100644 --- a/Server/src/main/content/global/skill/magic/lunar/StatRestoreSpell.java +++ b/Server/src/main/content/global/skill/magic/lunar/StatRestoreSpell.java @@ -16,7 +16,6 @@ import core.game.world.map.RegionManager; import core.game.world.update.flag.context.Animation; import core.game.world.update.flag.context.Graphics; import core.plugin.Plugin; -import org.rs09.consts.Items; import org.rs09.consts.Sounds; import java.util.List; @@ -28,7 +27,7 @@ public class StatRestoreSpell extends MagicSpell { private static final Animation ANIMATION = new Animation(4413); private static final Graphics GRAPHICS = new Graphics(733, 130); - private static final Consumables[] acceptedPotions = new Consumables[] { Consumables.RESTORE, Consumables.SUPER_RESTO, Consumables.PRAYER, Consumables.ENERGY, Consumables.SUPER_ENERGY }; + private static final Consumables[] acceptedPotions = new Consumables[] { Consumables.RESTORE, Consumables.SUPER_RESTO, Consumables.PRAYER, Consumables.ENERGY, Consumables.SUPER_ENERGY }; public StatRestoreSpell() { super(SpellBook.LUNAR, 81, 84, null, null, null, new Item[] { new Item(Runes.ASTRAL_RUNE.getId(), 2), new Item(Runes.EARTH_RUNE.getId(), 10), new Item(Runes.WATER_RUNE.getId(), 10) }); @@ -45,38 +44,42 @@ public class StatRestoreSpell extends MagicSpell { final Player player = ((Player) entity); Item item = ((Item) target); player.getInterfaceManager().setViewedTab(6); - if (Consumables.getConsumableById(item.getId()) == null) { - player.getPacketDispatch().sendMessage("You can only cast this spell on a potion."); - return false; - } + + if (Consumables.getConsumableById(item.getId()) == null) { + player.getPacketDispatch().sendMessage("You can only cast this spell on a potion."); + return false; + } + final Potion potion = (Potion) Consumables.getConsumableById(item.getId()).getConsumable(); + if (potion == null) { - player.getPacketDispatch().sendMessage("You can only cast this spell on a potion."); + player.getPacketDispatch().sendMessage("You can only cast this spell on a potion."); return false; } if (!item.getDefinition().isTradeable() || !isRestore(potion)) { player.getPacketDispatch().sendMessage("You can't cast this spell on that item."); return false; } - List pl = RegionManager.getLocalPlayers(player.getLocation(), 1); + List pl = RegionManager.getLocalPlayers(player, 2); + int plSize = pl.size() - 1; int doses = potion.getDose(item); + if (pl.size() == 0) { + return false; + } if (!super.meetsRequirements(player, true, false)) { return false; } int size = 0; - for (Player o : pl) { - if (size >= doses) break; - if (o == player) { + for (Player players : pl) { + if (size >= doses) break; + Player o = (Player) players; + if (!o.isActive() || o.getLocks().isInteractionLocked() || o == player) { continue; } - if (!o.isActive() || o.getLocks().isInteractionLocked()) { - continue; - } - if (!o.getSettings().isAcceptAid()) { + if (!o.getSettings().isAcceptAid() && !(o instanceof AIPlayer)) { continue; } o.graphics(GRAPHICS); - playGlobalAudio(o.getLocation(), Sounds.LUNAR_STAT_SHARE_INDIVIDUAL_2897); potion.getEffect().activate(o); size++; } @@ -89,22 +92,21 @@ public class StatRestoreSpell extends MagicSpell { playGlobalAudio(player.getLocation(), Sounds.LUNAR_STAT_SHARE_2899); player.animate(ANIMATION); player.graphics(GRAPHICS); - if (player.getInventory().remove(item)) { - int newIndex = (potion.getIds().length - doses) + size; - if (newIndex > potion.getIds().length - 1) { - player.getInventory().add(new Item(Items.VIAL_229)); - return true; - } - player.getInventory().add(new Item(potion.getIds()[newIndex])); - } + player.getInventory().remove(item); + int newIndex = (potion.getIds().length - doses) + size; + if (newIndex > potion.getIds().length - 1) { + player.getInventory().add(new Item(229)); + return true; + } + player.getInventory().add(new Item(potion.getIds()[newIndex])); return true; } private boolean isRestore(Potion p) { - for (int i = 0; i < acceptedPotions.length; i++) { - if (p == acceptedPotions[i].getConsumable()) - return true; - } + for (int i = 0; i < acceptedPotions.length; i++) { + if (p == acceptedPotions[i].getConsumable()) + return true; + } return false; } diff --git a/Server/src/main/content/global/skill/magic/modern/ModernListeners.kt b/Server/src/main/content/global/skill/magic/modern/ModernListeners.kt index 777beee18..914b06646 100644 --- a/Server/src/main/content/global/skill/magic/modern/ModernListeners.kt +++ b/Server/src/main/content/global/skill/magic/modern/ModernListeners.kt @@ -2,7 +2,7 @@ package content.global.skill.magic.modern import content.data.Quests import content.global.skill.magic.SpellListener -import content.global.skill.magic.SpellUtils.hasRunes +import content.global.skill.magic.SpellUtils.hasRune import content.global.skill.magic.TeleportMethod import content.global.skill.magic.homeTeleport import content.global.skill.magic.spellconsts.Modern @@ -323,10 +323,11 @@ class ModernListeners : SpellListener("modern"){ sendMessage(player, "You need a magic level of ${spell.level} to cast this spell.") return@queueScript stopExecuting(player) } - val missing = hasRunes(player, spell.requiredRunes) - if (missing != null) { - sendMessage(player, "You don't have enough ${missing.name.lowercase()}s to cast this spell.") - return@queueScript stopExecuting(player) + for (rune in spell.requiredRunes) { + if(!hasRune(player,rune)){ + sendMessage(player, "You don't have enough ${rune.name.lowercase()}s to cast this spell.") + return@queueScript stopExecuting(player) + } } visualizeSpell(player, CHARGE_ORB_ANIM, spell.graphics, spell.sound) removeRunes(player) diff --git a/Server/src/main/content/global/skill/prayer/BoneBuryListener.kt b/Server/src/main/content/global/skill/prayer/BoneBuryListener.kt index 78db294b1..5b41927aa 100644 --- a/Server/src/main/content/global/skill/prayer/BoneBuryListener.kt +++ b/Server/src/main/content/global/skill/prayer/BoneBuryListener.kt @@ -1,6 +1,5 @@ package content.global.skill.prayer -import content.region.kandarin.quest.barbariantraining.BarbarianTraining import core.api.* import core.game.event.BoneBuryEvent import core.game.interaction.Clocks @@ -35,14 +34,7 @@ class BoneBuryListener : InteractionListener { queueScript(player, 1, QueueStrength.STRONG) { if (removeBones(player, node.asItem())) { sendMessage(player, "You bury the bones.") - val bonusCharges = getAttribute(player, BarbarianTraining.attributePyrePrayerBonus, 0) - val xp = if (bonusCharges > 0) { - setAttribute(player, BarbarianTraining.attributePyrePrayerBonus, bonusCharges - 1) - bones.experience * 4.0 - } else { - bones.experience - } - rewardXP(player, Skills.PRAYER, xp) + rewardXP(player, Skills.PRAYER, bones.experience) player.dispatch(BoneBuryEvent(bones.itemId)) } return@queueScript stopExecuting(player) diff --git a/Server/src/main/content/global/skill/skillcapeperks/SkillcapePerks.kt b/Server/src/main/content/global/skill/skillcapeperks/SkillcapePerks.kt index 148696543..7bb35b190 100644 --- a/Server/src/main/content/global/skill/skillcapeperks/SkillcapePerks.kt +++ b/Server/src/main/content/global/skill/skillcapeperks/SkillcapePerks.kt @@ -142,7 +142,7 @@ enum class SkillcapePerks(val attribute: String, val effect: ((Player) -> Unit)? // For Temple of Ikov - if you are in the dark basement and put on the firemaking cape with its 2009Scape light source perk, switch to the light basement. // For the listener that teleports if you light a normal light source, see content.global.skill.crafting.lightsources.LightSourceLighter.kt if(player.location.isInRegion(10648) && player.location.withinDistance(Location(2639,9738,0), 8)) { - teleport(player, Location.create(player.getLocation().x, player.getLocation().y + 23, player.getLocation().z)) + teleport(player, Location.create(player.getLocation().getX(), player.getLocation().getY() + 23, player.getLocation().getZ())) closeDialogue(player) } } diff --git a/Server/src/main/content/global/skill/slayer/Master.java b/Server/src/main/content/global/skill/slayer/Master.java index af568104e..0ce93eb54 100644 --- a/Server/src/main/content/global/skill/slayer/Master.java +++ b/Server/src/main/content/global/skill/slayer/Master.java @@ -196,7 +196,7 @@ public enum Master { // new Task(Tasks.SCABARITES, 9, new Integer[]{30, 60}), new Task(Tasks.SPIRTUAL_MAGES, 10), new Task(Tasks.SPIRTUAL_WARRIORS, 10), - new Task(Tasks.TERROR_DOGS, 10, new Integer[]{30, 60}), + // new Task(Tasks.TERROR_DOGS, 10, new Integer[]{30, 60}), new Task(Tasks.TROLLS, 10), new Task(Tasks.TUROTHS, 15)), // new Task(Tasks.WARPED_TORTOISE, 15)), diff --git a/Server/src/main/content/global/skill/slayer/Tasks.java b/Server/src/main/content/global/skill/slayer/Tasks.java index c5cd1a54d..81a195f5a 100644 --- a/Server/src/main/content/global/skill/slayer/Tasks.java +++ b/Server/src/main/content/global/skill/slayer/Tasks.java @@ -14,7 +14,6 @@ import content.data.Quests; * A non-garbage way of representing tasks * Slayer level source: ... * Combat level source: None - * ORDINAL BOUND * @author ceik * @author gregf */ @@ -22,6 +21,7 @@ public enum Tasks { ABERRANT_SPECTRES(65, new int[] { 1604, 1605, 1606, 1607, 7801, 7802, 7803, 7804 }, new String[] { "Aberrant Spectres are fetid, vile ghosts. The very", "smell of them will paralyse and harm you. A nose peg", "will help ignore their stink." }, 60, true, false), ABYSSAL_DEMONS(85, new int[] { 1615 }, new String[] { "Abyssal Demons are nasty creatures to fight. They", "aren't really part of this realm, and are able to", "move very quickly to trap their prey."}, 85, false, false), ANKOU(40, new int[] { 4381, 4382, 4383 }, new String[] { "Ankou are undead skeletal ghosts. They'll fight you", "up close but make sure to take advantage out of their", "limited defence." }, 1, true, false), + AVIANSIES(60, new int[] { 6245, 6243, 6235, 6232, 6244, 6246, 6233, 6241, 6238, 6237, 6240, 6242, 6239, 6234 }, new String[] { "Aviansies are bird-like creatures found in the icy", "dungeons of the north. Melee weapons can't reach them,", "so use Magic or Ranged attacks." }, 1, false, false), BANSHEE(20, new int[] { 1612 }, new String[] { "Banshees use a piercing scream to shock their enemies.", "You'll need some earmuffs to protect yourself from them." }, 15, true, false), BASILISKS(40, new int[] { 1616, 1617 }, new String[] { "Basilisks, like Cockatrice, have a gaze which will", "paralyse and harm their prey. You'll need a Mirror", "Shield to protect you." }, 40, false, false), BATS(5, new int[] { 412, 78, 3711 }, new String[] { "Bats are rarely found on the ground, so you'll have", "to fight them while they're airborne, which won't be", "easy for melee." }, 1, false, false), @@ -107,10 +107,12 @@ public enum Tasks { SPIRTUAL_WARRIORS(60, new int[] { 6219, 6229, 6255, 6277, }, new String[] { "Spiritual warriors can be found in the icy caverns near", "Trollheim, supporting the cause of their chosen god." }, 68, Quests.DEATH_PLATEAU), STEEL_DRAGONS( 85,new int[] { 1592, 3590 }, new String[] { "Steel dragons are dangerous and metallic, with steel", "scales that are far thicker than normal steel armour. As", "you are an accomplished slayer, I am sure you'll be", "able to deal with them easily."}, 1, false, true), SUQAHS (65, new int[] { 4527, 4528, 4529, 4530, 4531, 4532, 4533 }, new String[] { "Suqahs can only be found on the mystical Lunar Isle.", "They are capable of melee and magic attacks and often", "drop hide, teeth and herbs!" }, 1, Quests.LUNAR_DIPLOMACY), + // No access to Lair of Tarn Razorlor but this should be added as a task when there is access TERROR_DOGS(1, new int[] { 5417, 5418 }, new String[] { "Terror dogs are the personal pets of Tarn Razorlor.", "Wherever you find him, you will find them. They are", "bad-tempered and generally unfriendly." }, 40, Quests.HAUNTED_MINE), TROLLS(60, new int[] { 72, 3584, 1098, 1096, 1097, 1095, 1101, 1105, 1102, 1103, 1104, 1130, 1131, 1132, 1133, 1134, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1138, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 3840, 3841, 3842, 3843, 3845, 1933, 1934, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 391, 392, 393, 394, 395, 396}, new String[] { "Trolls regenerate damage quickly but are still", "vulnerable to poisons, they usually use crushing", "weapons." }, 1, false, false), TUROTHS(60, new int[] { 1622, 1611, 1623, 1626, 1627, 1628, 1629, 1630, 7800}, new String[] { "Turoth are large vicious creatures with thick hides.", "You'll need a Leaf-Tipped Spear Sword or Battle-axe,", "Broad Arrows, or a Magic Dart to harm them." }, 55, false, false), VAMPIRES(35, new int[] { 1220, 1223, 1225, 6214 }, new String[] { "Vampires are extremely powerful beings. They feed on", "the blood of the living so watch out you don't", "get bitten." }, 1, false, false), + // Waiting for the wall beast movement bug to be fixed before adding this as a task WALL_BEASTS(1, new int[] { 7823 }, new String[] { "Wall Beasts are really much larger creatures but", "you'll only see their arms. You'll want something", "sharp on your head to stop them grabbing you." }, 35, false, false ), // No way to get to Poison Swamp Cave // If a grapple is implemented from W Castle Wars to E Posion Swamps @@ -122,6 +124,15 @@ public enum Tasks { WEREWOLVES(60, new int[] { 6006, 6007, 6008, 6009, 6010, 6011, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6212, 6213, 6607, 6609, 6614, 6617, 6625, 6632, 6644, 6663, 6675, 6686, 6701, 6712, 6724, 6728, }, new String[] { "Werewolves are feral creatures, they are strong and", "tough with sharp claws and teeth." }, 1, false, false), WOLVES(20, new int[] { 95, 96, 97, 141, 142, 143, 839, 1198, 1330, 1558, 1559, 1951, 1952, 1953, 1954, 1955, 1956, 4413, 4414, 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6829, 6830, 7005 }, new String[] { "Wolves are pack animals, so you'll always find them", "in groups. Watch out for their bite, it can be nasty." }, 1, false, false), ZOMBIES(10, new int[] { 73, 74, 75, 76, 2060, 2714, 2863, 2866, 2869, 2878, 3622, 4392, 4393, 4394, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5375, 5376, 5377, 5378, 5379, 5380, 5393, 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 6099, 6100, 6131, 8149, 8150, 8151, 8152, 8153, 8159, 8160, 8161, 8162, 8163, 8164, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 7641, 1465, 1466, 1467, 2837, 2838, 2839, 2840, 2841, 2842, 5629, 5630, 5631, 5632, 5633, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 2843, 2844, 2845, 2846, 2847, 2848}, new String[] { "Zombies are undead so magic is your best bet against", "them, there is even a spell specially for", "fighting the undead." }, 1, true, false), + // Bosses need to be handled differently/have a source. They should probably be removed from here + JAD(90, new int[] { }, new String[] { "You must complete the entire fight cave, including", "TzTok-Jad. Beware, only those skilled in combat should", "attempt this and death will reset your task." }, 1, false, false), + CHAOS_ELEMENTAL(90, new int[] { 3200 }, new String[] { "The Chaos Elemental roams the deepest Wilderness. It", "can teleport you and make you unequip items randomly." }, 1, false, false), + GIANT_MOLE(75, new int[] { 3340 }, new String[] { "Dig on the mole-hills in Falador Park to enter the", "mole cave, and bring a lantern he can't extinguish." }, 1, false, false), + KING_BLACK_DRAGON(75, new int[] { 50 }, new String[] { "The King Black Dragon's cave is reached by pulling a", "lever in the Wilderness. An anti-fire shield is", "strongly recommended." }, 1, false, true), + COMMANDER_ZILYANA(90, new int[] { 6247 }, new String[] { "Commander Zilyana is in the God Wars Dungeon.", "She frequently uses magic attacks." }, 1, false, false), + GENERAL_GRARDOOR(90, new int[] { 6260 }, new String[] { "General Graardor is in the God Wars Dungeon.", "He uses melee and ranged attacks." }, 1, false, false), + KRIL_TSUTSAROTH(90, new int[] { 6203 }, new String[] { "K'ril Tsutsaroth is in the God Wars Dungeon.", "He's poisonous and he can hit through prayers." }, 1, false, false), + KREE_ARRA(90, new int[] { 6222 }, new String[] { "Kree'arra roosts in the God Wars Dungeon.", "Melee attacks don't work on flying creatures,", "and you'll need a grappling hook to get in." }, 1, false, false), ; static final HashMap taskMap = new HashMap<>(); diff --git a/Server/src/main/content/global/skill/slayer/dungeon/AncientCavern.java b/Server/src/main/content/global/skill/slayer/dungeon/AncientCavern.java index 7ff103bf1..f86de623f 100644 --- a/Server/src/main/content/global/skill/slayer/dungeon/AncientCavern.java +++ b/Server/src/main/content/global/skill/slayer/dungeon/AncientCavern.java @@ -1,7 +1,6 @@ package content.global.skill.slayer.dungeon; import static core.api.ContentAPIKt.*; -import content.region.kandarin.quest.barbariantraining.BarbarianTraining; import core.cache.def.impl.SceneryDefinition; import core.game.component.CloseEvent; import core.game.component.Component; @@ -31,7 +30,6 @@ import core.net.packet.out.MinimapState; import core.plugin.Plugin; import core.plugin.ClassScanner; import core.tools.RandomFunction; -import org.rs09.consts.Items; /** * Handles the ancient cavern. @@ -42,44 +40,8 @@ public final class AncientCavern extends MapZone implements Plugin { /** * The loots recieved when rummaging a skeleton. - * Each entry has equal 1/3 weight: bones, mangled bones, or a random ancient page. */ - private static final Item[] LOOTS = new Item[] { - new Item(Items.BONES_526), - new Item(Items.MANGLED_BONES_11337), - }; - - /** - * The ancient pages that may be found when rummaging a skeleton (1/3 chance as a group). - */ - private static final Item[] ANCIENT_PAGES = new Item[] { - new Item(Items.ANCIENT_PAGE_11341), - new Item(Items.ANCIENT_PAGE_11342), - new Item(Items.ANCIENT_PAGE_11343), - new Item(Items.ANCIENT_PAGE_11344), - new Item(Items.ANCIENT_PAGE_11345), - new Item(Items.ANCIENT_PAGE_11346), - new Item(Items.ANCIENT_PAGE_11347), - new Item(Items.ANCIENT_PAGE_11348), - new Item(Items.ANCIENT_PAGE_11349), - new Item(Items.ANCIENT_PAGE_11350), - new Item(Items.ANCIENT_PAGE_11351), - new Item(Items.ANCIENT_PAGE_11352), - new Item(Items.ANCIENT_PAGE_11353), - new Item(Items.ANCIENT_PAGE_11354), - new Item(Items.ANCIENT_PAGE_11355), - new Item(Items.ANCIENT_PAGE_11356), - new Item(Items.ANCIENT_PAGE_11357), - new Item(Items.ANCIENT_PAGE_11358), - new Item(Items.ANCIENT_PAGE_11359), - new Item(Items.ANCIENT_PAGE_11360), - new Item(Items.ANCIENT_PAGE_11361), - new Item(Items.ANCIENT_PAGE_11362), - new Item(Items.ANCIENT_PAGE_11363), - new Item(Items.ANCIENT_PAGE_11364), - new Item(Items.ANCIENT_PAGE_11365), - new Item(Items.ANCIENT_PAGE_11366), - }; + private static final Item[] LOOTS = new Item[] { new Item(526), new Item(11337), new Item(11341) }; /** * The skeleton barbarian id. @@ -90,7 +52,7 @@ public final class AncientCavern extends MapZone implements Plugin { * Constructs a new {@code AnicentCavern} {@code Object}. */ public AncientCavern() { - super("ancient cavern", true, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS); + super("ancient cavern", true, ZoneRestriction.CANNON); } @Override @@ -106,17 +68,6 @@ public final class AncientCavern extends MapZone implements Plugin { @Override public boolean handle(final Player player, Node node, String option) { - final boolean hasStartedPyre = getAttribute(player, BarbarianTraining.attributePyreShip, 0) >= 1; - final boolean hasBeenWarned = getAttribute(player, BarbarianTraining.attributeWhirlpool, false); - final int currentHp = player.getSkills().getLifepoints(); - if (player.getFamiliarManager().hasFamiliar()) { - sendMessage(player, "You can't take a follower into the whirlpool."); // Placeholder - return true; - } - if (hasStartedPyre && !hasBeenWarned) { - openDialogue(player, new WhirlpoolWarningDialogue(() -> handle(player, node, option))); - return true; - } lock(player, 30); AgilityHandler.forceWalk(player, -1, player.getLocation(), player.getLocation().transform(0, -6, 0), Animation.create(6723), 10, 0.0, null); GameWorld.getPulser().submit(new Pulse(1, player) { @@ -132,18 +83,10 @@ public final class AncientCavern extends MapZone implements Plugin { player.getAnimator().reset(); player.getInterfaceManager().close(); player.getInterfaceManager().closeOverlay(); - if (hasStartedPyre) { - player.getProperties().setTeleportLocation(Location.create(1763, 5365, 1)); - player.getPacketDispatch().sendMessages("You dive into the swirling maelstorm of the whirlpool.", "You are swirled beneath the water, the darkness and pressure are overwhelming.", "Mystical forces guide you into a cavern below the whirlpool."); - } else { - player.getProperties().setTeleportLocation(Location.create(2531, 3446, 0)); - player.getPacketDispatch().sendMessages("You are swept, out of control, through horrific underwater currents.", "You are swirled beneath the water, dashed against sharp rocks.", "You find yourself on the banks of the river, far below the lake."); - } + player.getProperties().setTeleportLocation(Location.create(1763, 5365, 1)); + player.getPacketDispatch().sendMessages("You dive into the swirling maelstorm of the whirlpool.", "You are swirled beneath the water, the darkness and pressure are overwhelming.", "Mystical forces guide you into a cavern below the whirlpool."); break; case 8: - if (!hasStartedPyre) { - player.getImpactHandler().manualHit(player, (int) Math.ceil(currentHp * 0.12), HitsplatType.NORMAL); - } unlock(player); return true; } @@ -244,12 +187,10 @@ public final class AncientCavern extends MapZone implements Plugin { player.getPacketDispatch().sendMessages("You rummage in the sharp, slimy pile of bones in search of something useful..."); if (random == 0) { if (!fullInvy) { - int category = RandomFunction.random(3); - Item loot = category < 2 ? LOOTS[category] : ANCIENT_PAGES[RandomFunction.random(ANCIENT_PAGES.length)]; - addItemOrDrop(player, loot.getId(), 1); - sendMessage(player, "...you find something and stow it in your pack."); + player.getInventory().add(LOOTS[RandomFunction.random(LOOTS.length)], player); + player.getPacketDispatch().sendMessage("...you find something and stow it in your pack."); } else { - sendMessage(player, "...you find something, but it drops to the floor."); + player.getPacketDispatch().sendMessage("...you find something, but it drops to the floor."); } } else if (random == 1) { NPC spawn = NPC.create(SKELETONS[RandomFunction.random(SKELETONS.length)], object.getLocation()); @@ -292,7 +233,7 @@ public final class AncientCavern extends MapZone implements Plugin { @Override public void configure() { - register(new ZoneBorders(1723, 5278, 1831, 5394)); + register(new ZoneBorders(1723, 5296, 1831, 5394)); } } diff --git a/Server/src/main/content/global/skill/slayer/dungeon/WhirlpoolWarningDialogue.kt b/Server/src/main/content/global/skill/slayer/dungeon/WhirlpoolWarningDialogue.kt deleted file mode 100644 index 55cc4fedf..000000000 --- a/Server/src/main/content/global/skill/slayer/dungeon/WhirlpoolWarningDialogue.kt +++ /dev/null @@ -1,31 +0,0 @@ -package content.global.skill.slayer.dungeon - -import content.region.kandarin.quest.barbariantraining.BarbarianTraining -import core.api.* -import core.game.dialogue.DialogueFile -import core.tools.START_DIALOGUE - -/** - * Dialogue to warn the player the first time they try to enter the Ancient Cavern. - * @author Bishop - */ - -class WhirlpoolWarningDialogue(private val onConfirm: Runnable) : DialogueFile() { - override fun handle(componentID: Int, buttonID: Int) { - when (stage) { - START_DIALOGUE -> sendDialogueLines(player!!, "You realise that you are about to attempt entry an unknown and", "potentially hideously dangerous place, with no known exits. Doughty", "barbarian warriors have entered, never to return.").also { stage++ } - 1 -> sendDialogueOptions(player!!, "Are you really sure you wish to enter?", "Yes, I wish to enter the unknown.", "No, I fear the unknown perils.").also { stage++ } - 2 -> when (buttonID) { - 1 -> { - setAttribute(player!!, BarbarianTraining.attributeWhirlpool, true) - end() - onConfirm.run() - } - 2 -> { - sendMessage(player!!, "You decide that discretion is the better part of valour.") - end() - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/smithing/BarbSpearListener.kt b/Server/src/main/content/global/skill/smithing/BarbSpearListener.kt deleted file mode 100644 index f9273a767..000000000 --- a/Server/src/main/content/global/skill/smithing/BarbSpearListener.kt +++ /dev/null @@ -1,103 +0,0 @@ -package content.global.skill.smithing - -import content.global.skill.fletching.log.GrammarHelpers -import content.global.skill.skillcapeperks.SkillcapePerks -import content.region.kandarin.quest.barbariantraining.BarbarianTraining -import core.api.* -import core.game.dialogue.SkillDialogueHandler -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import core.tools.StringUtils -import org.rs09.consts.Items -import org.rs09.consts.Scenery -import kotlin.math.min - -/** - * Listener for Barbarian smithing (spears and hastas). - * @author Bishop - */ - -data class BarbSpears(val barId: Int, val logId: Int, val spearId: Int, val hastaId: Int, val level: Int, val xp: Double) - -class BarbSpearListener : InteractionListener { - - companion object { - val SPEARS = listOf( - BarbSpears(Items.BRONZE_BAR_2349, Items.LOGS_1511, Items.BRONZE_SPEAR_1237, Items.BRONZE_HASTA_11367, 5, 25.0), - BarbSpears(Items.IRON_BAR_2351, Items.OAK_LOGS_1521, Items.IRON_SPEAR_1239, Items.IRON_HASTA_11369, 20, 50.0), - BarbSpears(Items.STEEL_BAR_2353, Items.WILLOW_LOGS_1519, Items.STEEL_SPEAR_1241, Items.STEEL_HASTA_11371, 35, 75.0), - BarbSpears(Items.MITHRIL_BAR_2359, Items.MAPLE_LOGS_1517, Items.MITHRIL_SPEAR_1243, Items.MITHRIL_HASTA_11373, 55, 100.0), - BarbSpears(Items.ADAMANTITE_BAR_2361, Items.YEW_LOGS_1515, Items.ADAMANT_SPEAR_1245, Items.ADAMANT_HASTA_11375, 75, 125.0), - BarbSpears(Items.RUNITE_BAR_2363, Items.MAGIC_LOGS_1513, Items.RUNE_SPEAR_1247, Items.RUNE_HASTA_11377, 90, 150.0), - ) - val BAR_IDS = intArrayOf(Items.BRONZE_BAR_2349, Items.IRON_BAR_2351, Items.STEEL_BAR_2353, Items.MITHRIL_BAR_2359, Items.ADAMANTITE_BAR_2361, Items.RUNITE_BAR_2363) - } - - override fun defineListeners() { - onUseWith(IntType.SCENERY, BAR_IDS, Scenery.BARBARIAN_ANVIL_25349) { player, used, _ -> - val spearEntry = SPEARS.find { it.barId == used.id } ?: return@onUseWith true - openBarbSmith(player, spearEntry) - return@onUseWith true - } - } - - private fun openBarbSmith(player: Player, spearEntry: BarbSpears) { - if (!inInventory(player, Items.HAMMER_2347) && !SkillcapePerks.isActive(SkillcapePerks.BAREFISTED_SMITHING, player)) { - sendDialogue(player, "You need a hammer to work the metal with.") - return - } - - val spearStage = getAttribute(player, BarbarianTraining.attributeSpear, 0) - val hastaStage = getAttribute(player, BarbarianTraining.attributeHasta, 0) - if (spearStage < 1 && hastaStage < 1) { - sendDialogue(player, "You must begin the relevant section of Otto Godblessed's barbarian training.") - return - } - - if (!inInventory(player, spearEntry.logId)) { - sendDialogue(player, "You need some wood to make the shaft of this weapon.") - return - } - - if (getDynLevel(player, Skills.SMITHING) < spearEntry.level) { - sendDialogue(player, "You need a Smithing level of ${spearEntry.level} to smith this.") - return - } - - val itemObjects = listOfNotNull( - spearEntry.spearId.takeIf { spearStage >= 1 }, - spearEntry.hastaId.takeIf { hastaStage >= 1 } - ).map { Item(it) }.toTypedArray() - - val type = SkillDialogueHandler.SkillDialogue.forLength(itemObjects.size) ?: return - object : SkillDialogueHandler(player, type, *itemObjects) { - override fun create(amount: Int, index: Int) { - player.pulseManager.run(BarbSpearPulse(player, spearEntry, isHasta = itemObjects[index].id == spearEntry.hastaId, amount = amount)) - } - override fun getAll(index: Int): Int { - return min(amountInInventory(player, spearEntry.barId), amountInInventory(player, spearEntry.logId)) - } - override fun getName(item: Item): String { - return GrammarHelpers.aOrAn(item.name) + " " + super.getName(item) - } - }.open() - - // Force authentic spear name formatting - if (type == SkillDialogueHandler.SkillDialogue.ONE_OPTION) { - val item = itemObjects[0] - val label = GrammarHelpers.aOrAn(item.name) + " " + StringUtils.formatDisplayName(item.name) - player.packetDispatch.sendString("



$label", 309, 6) - // Override the static cache prompt "How many would you like to make?" - player.packetDispatch.sendString("What would you like to make?", 309, 7) - } - - // Apply authentic rotation to hasta display in the dialogue - val hastaIndex = itemObjects.indexOfFirst { it.id == spearEntry.hastaId } - if (hastaIndex != -1) { - player.packetDispatch.sendAngleOnInterface(type.interfaceId, 2 + hastaIndex, 1300, 500, 900) - } - } -} diff --git a/Server/src/main/content/global/skill/smithing/BarbSpearPulse.kt b/Server/src/main/content/global/skill/smithing/BarbSpearPulse.kt deleted file mode 100644 index df759ce10..000000000 --- a/Server/src/main/content/global/skill/smithing/BarbSpearPulse.kt +++ /dev/null @@ -1,86 +0,0 @@ -package content.global.skill.smithing - -import content.global.skill.skillcapeperks.SkillcapePerks -import content.region.kandarin.quest.barbariantraining.BarbarianTraining -import core.api.* -import core.cache.def.impl.ItemDefinition -import core.game.node.entity.player.Player -import core.game.node.entity.skill.SkillPulse -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import core.game.world.update.flag.context.Animation -import org.rs09.consts.Items - -/** - * Handles the pulse for Barbarian smithing (spears and hastas) - * @author Bishop - */ - -class BarbSpearPulse( - player: Player, - private val spearEntry: BarbSpears, - private val isHasta: Boolean, - var amount: Int -) : SkillPulse(player, Item(if (isHasta) spearEntry.hastaId else spearEntry.spearId)) { - - override fun checkRequirements(): Boolean { - player.interfaceManager.close() - - if (!inInventory(player, Items.HAMMER_2347) && !SkillcapePerks.isActive(SkillcapePerks.BAREFISTED_SMITHING, player)) { - sendDialogue(player, "You need a hammer to work the metal with.") - return false - } - - if (getDynLevel(player, Skills.SMITHING) < spearEntry.level) { - sendDialogue(player, "You need a Smithing level of ${spearEntry.level} to smith this.") - return false - } - - if (!inInventory(player, spearEntry.barId)) { - sendDialogue(player, "You don't have the required bar to make this.") - return false - } - - if (!inInventory(player, spearEntry.logId)) { - sendDialogue(player, "You need some wood to make the shaft of this weapon.") - return false - } - - return true - } - - override fun animate() { - if (SkillcapePerks.isActive(SkillcapePerks.BAREFISTED_SMITHING, player)) { - animate(player, Animation(2068)) - } else { - animate(player, Animation(6712)) - } - } - - override fun reward(): Boolean { - if (delay == 1) { - delay = 4 - return false - } - - if (!removeItem(player, Item(spearEntry.barId)) || !removeItem(player, Item(spearEntry.logId))) { - return false - } - - val productId = if (isHasta) spearEntry.hastaId else spearEntry.spearId - addItem(player, productId) - rewardXP(player, Skills.SMITHING, spearEntry.xp) - sendMessage(player, "You make a ${ItemDefinition.forId(productId).name}.") - - if (!isHasta && getAttribute(player, BarbarianTraining.attributeSpear, 0) == 1) { - setAttribute(player, BarbarianTraining.attributeSpear, 2) - sendDialogue(player, "You feel you have learned more of barbarian ways. Otto might wish to talk to you more.") - } else if (isHasta && getAttribute(player, BarbarianTraining.attributeHasta, 0) == 1) { - setAttribute(player, BarbarianTraining.attributeHasta, 2) - sendDialogue(player, "You feel you have learned more of barbarian ways. Otto might wish to talk to you more.") - } - - amount-- - return amount < 1 - } -} diff --git a/Server/src/main/content/global/skill/smithing/SmithingType.java b/Server/src/main/content/global/skill/smithing/SmithingType.java index 94465077e..fd38a6209 100644 --- a/Server/src/main/content/global/skill/smithing/SmithingType.java +++ b/Server/src/main/content/global/skill/smithing/SmithingType.java @@ -106,7 +106,7 @@ public enum SmithingType { /** * Grapple Tips */ - TYPE_GRAPPLE_TIP(1, 170, 171, new int[] { 176, 175, 174, 173 }, 1), + TYPE_GRAPPLE_TIP(1, 170, 171, new int[] { 175, 176, 175, 174, 173 }, 1), /** * The studs type. diff --git a/Server/src/main/content/global/skill/summoning/familiar/Familiar.java b/Server/src/main/content/global/skill/summoning/familiar/Familiar.java index 44ffa49c5..b561a5b30 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/Familiar.java +++ b/Server/src/main/content/global/skill/summoning/familiar/Familiar.java @@ -82,8 +82,6 @@ public abstract class Familiar extends NPC implements Plugin { * The amount of special points left. */ protected int specialPoints = 60; - - public static final String INFINITE_SPECIAL_MOVE_ATTRIBUTE = "infinite-special-move"; /** * The pouch id. @@ -396,9 +394,7 @@ public abstract class Familiar extends NPC implements Plugin { @Override public void onRegionInactivity() { - if (call()) { - getWalkingQueue().update(); - } + call(); } @Override @@ -498,9 +494,7 @@ public abstract class Familiar extends NPC implements Plugin { owner.getInventory().remove(new Item(scroll.getItemId())); playAudio(owner, Sounds.SPELL_4161); visualizeSpecialMove(); - if (!owner.getAttribute(INFINITE_SPECIAL_MOVE_ATTRIBUTE, false)) { - updateSpecialPoints(specialCost); - } + updateSpecialPoints(specialCost); owner.getSkills().addExperience(Skills.SUMMONING, scroll.getExperience(), true); } return true; diff --git a/Server/src/main/content/global/skill/summoning/familiar/FamiliarManager.java b/Server/src/main/content/global/skill/summoning/familiar/FamiliarManager.java index e65c36cf1..3e8e3b7e8 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/FamiliarManager.java +++ b/Server/src/main/content/global/skill/summoning/familiar/FamiliarManager.java @@ -1,6 +1,5 @@ package content.global.skill.summoning.familiar; -import content.data.Quests; import content.global.skill.summoning.pet.Pet; import content.global.skill.summoning.pet.Pets; import core.cache.def.impl.ItemDefinition; @@ -32,15 +31,6 @@ import static core.api.ContentAPIKt.*; */ public final class FamiliarManager { - /** - * These varbits are packed into varp 1160. Legacy code added 243269632 directly to the raw varp, - * which toggled the Summoning orb visibility on every login. - * They are now written as individual varbits, but two of them remain unknown. - */ - private static final int VARBIT_SUMMONING_ORB_VISIBILITY = 4280; - private static final int VARBIT_SUMMONING_UNKNOWN1 = 4281; - private static final int VARBIT_SUMMONING_UNKNOWN2 = 4282; - /** * The familiars mapping. */ @@ -168,11 +158,7 @@ public final class FamiliarManager { if (hasFamiliar()) { familiar.init(); } - boolean unlocked = player.getQuestRepository().isComplete(Quests.WOLF_WHISTLE); - - setVarbit(player, VARBIT_SUMMONING_ORB_VISIBILITY, unlocked ? 1 : 0); - setVarbit(player, VARBIT_SUMMONING_UNKNOWN1, 0); - setVarbit(player, VARBIT_SUMMONING_UNKNOWN2, 7); + player.getFamiliarManager().setConfig(243269632); } /** @@ -470,6 +456,16 @@ public final class FamiliarManager { return true; } + /** + * Sets a config value. + * @param value the value. + */ + public void setConfig(int value) { + int current = getVarp(player, 1160); + int newVal = current + value; + setVarp(player, 1160, newVal); + } + /** * Gets the familiar. * @return The familiar. diff --git a/Server/src/main/content/global/skill/summoning/familiar/ForgeRegentNPC.java b/Server/src/main/content/global/skill/summoning/familiar/ForgeRegentNPC.java index 3217290a8..3c560fc41 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/ForgeRegentNPC.java +++ b/Server/src/main/content/global/skill/summoning/familiar/ForgeRegentNPC.java @@ -152,9 +152,9 @@ public class ForgeRegentNPC extends Familiar { familiar.moveStep(); GroundItemManager.destroy(ground); player.getSkills().addExperience(Skills.FIREMAKING, log.getXp() + 10); - familiar.faceLocation(object.getFaceLocation(familiar.getLocation())); + familiar.faceLocation(object.getFaceLocation(familiar.getLocation())); SceneryBuilder.add(object, log.getLife(), FireMakingPulse.getAsh(player, log, object)); - if (player.getLocation().getRegionId() == 10806) { + if (player.getViewport().getRegion().getId() == 10806) { player.getAchievementDiaryManager().finishTask(player, DiaryType.SEERS_VILLAGE, 1, 9); } return true; diff --git a/Server/src/main/content/global/skill/summoning/familiar/GiantChinchompaNPC.java b/Server/src/main/content/global/skill/summoning/familiar/GiantChinchompaNPC.java index ec8479e9a..c0c57202a 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/GiantChinchompaNPC.java +++ b/Server/src/main/content/global/skill/summoning/familiar/GiantChinchompaNPC.java @@ -56,7 +56,7 @@ public class GiantChinchompaNPC extends Familiar { if (!isOwnerAttackable()) { return false; } - final List entitys = RegionManager.getLocalEntities(owner.getLocation(), 6); + final List entitys = RegionManager.getLocalEntitys(owner, 6); entitys.remove(owner); entitys.remove(this); sendChat("Squeak!"); diff --git a/Server/src/main/content/global/skill/summoning/familiar/PyreLordNPC.java b/Server/src/main/content/global/skill/summoning/familiar/PyreLordNPC.java index fc867c0d3..c4672b643 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/PyreLordNPC.java +++ b/Server/src/main/content/global/skill/summoning/familiar/PyreLordNPC.java @@ -133,7 +133,7 @@ public class PyreLordNPC extends Familiar { player.getSkills().addExperience(Skills.FIREMAKING, log.getXp() + 10); familiar.faceLocation(object.getFaceLocation(familiar.getLocation())); SceneryBuilder.add(object, log.getLife(), FireMakingPulse.getAsh(player, log, object)); - if (player.getLocation().getRegionId() == 10806) { + if (player.getViewport().getRegion().getId() == 10806) { player.getAchievementDiaryManager().finishTask(player, DiaryType.SEERS_VILLAGE, 1, 9); } return true; diff --git a/Server/src/main/content/global/skill/summoning/familiar/SmokeDevilNPC.java b/Server/src/main/content/global/skill/summoning/familiar/SmokeDevilNPC.java index 65f8fea75..49a79fa6a 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/SmokeDevilNPC.java +++ b/Server/src/main/content/global/skill/summoning/familiar/SmokeDevilNPC.java @@ -70,7 +70,7 @@ public class SmokeDevilNPC extends Familiar { if (!isOwnerAttackable()) { return false; } - final List entitys = RegionManager.getLocalEntities(location, 1); + final List entitys = RegionManager.getLocalEntitys(this, 1); entitys.remove(this); entitys.remove(owner); visualize(Animation.create(7820), Graphics.create(1375)); diff --git a/Server/src/main/content/global/skill/summoning/familiar/SpiritGraahkDialogue.kt b/Server/src/main/content/global/skill/summoning/familiar/SpiritGraahkDialogue.kt index 70267c47a..4a0c23c9e 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/SpiritGraahkDialogue.kt +++ b/Server/src/main/content/global/skill/summoning/familiar/SpiritGraahkDialogue.kt @@ -16,8 +16,7 @@ import org.rs09.consts.NPCs /** * Represents the spirit graahk's dialogue - * @author Splinter - * @author Bishop + * @author Splinter & Bishop * @version 2.0 */ @Initializable diff --git a/Server/src/main/content/global/skill/summoning/familiar/SpiritGraahkNPC.kt b/Server/src/main/content/global/skill/summoning/familiar/SpiritGraahkNPC.kt index b3c1a7d1c..af84870d7 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/SpiritGraahkNPC.kt +++ b/Server/src/main/content/global/skill/summoning/familiar/SpiritGraahkNPC.kt @@ -14,8 +14,7 @@ import org.rs09.consts.NPCs /** * Represents the Spirit Graahk familiar. - * @author Aero - * @author Bishop + * @author Aero & Bishop */ @Initializable class SpiritGraahkNPC @JvmOverloads constructor(owner: Player? = null, id: Int = NPCs.SPIRIT_GRAAHK_7363) : diff --git a/Server/src/main/content/global/skill/summoning/familiar/SpiritTzKihNPC.java b/Server/src/main/content/global/skill/summoning/familiar/SpiritTzKihNPC.java index e48196763..19f97c6ba 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/SpiritTzKihNPC.java +++ b/Server/src/main/content/global/skill/summoning/familiar/SpiritTzKihNPC.java @@ -41,7 +41,7 @@ public class SpiritTzKihNPC extends Familiar { @Override protected boolean specialMove(FamiliarSpecial special) { - final List entitys = RegionManager.getLocalEntities(owner.getLocation(), 8); + final List entitys = RegionManager.getLocalEntitys(owner, 8); if (entitys.size() == 0) { return false; } diff --git a/Server/src/main/content/global/skill/summoning/pet/KittenInteractDialogue.java b/Server/src/main/content/global/skill/summoning/pet/KittenInteractDialogue.java index 9f5ce24ae..24a387d18 100644 --- a/Server/src/main/content/global/skill/summoning/pet/KittenInteractDialogue.java +++ b/Server/src/main/content/global/skill/summoning/pet/KittenInteractDialogue.java @@ -72,7 +72,7 @@ public final class KittenInteractDialogue extends DialoguePlugin { player.sendChat("Go on puss...kill that rat!"); boolean cant = true; NPC rat = null; - for (NPC n : RegionManager.getLocalNPCs(player.getLocation(), 10)) { + for (NPC n : RegionManager.getLocalNpcs(player.getLocation(), 10)) { if (!n.getName().contains("rat")) { cant = false; continue; diff --git a/Server/src/main/content/global/skill/thieving/StallThiefPulse.java b/Server/src/main/content/global/skill/thieving/StallThiefPulse.java index 5ec23a092..b08185335 100644 --- a/Server/src/main/content/global/skill/thieving/StallThiefPulse.java +++ b/Server/src/main/content/global/skill/thieving/StallThiefPulse.java @@ -14,7 +14,6 @@ import core.game.world.map.RegionManager; import core.game.world.update.flag.context.Animation; import core.tools.RandomFunction; import core.tools.StringUtils; -import org.rs09.consts.Sounds; import static core.api.ContentAPIKt.*; import content.data.Quests; @@ -109,7 +108,6 @@ public final class StallThiefPulse extends SkillPulse { } final boolean success = success(); if (success) { - playAudio(player, Sounds.PICK_2581); if (stall == Stall.SILK_STALL) { player.getSavedData().getGlobalData().setSilkSteal(System.currentTimeMillis() + 1800000); } @@ -117,7 +115,7 @@ public final class StallThiefPulse extends SkillPulse { SceneryBuilder.replace(node, node.transform(stall.getEmpty(node.getId())), stall.getDelay()); } final Item item = stall.getRandomLoot(); - player.getInventory().add(item); + player.getInventory().add(item); player.getSkills().addExperience(Skills.THIEVING, stall.getExperience(), true); if (item.getId() == 1987) { player.getPacketDispatch().sendMessage("You steal grapes from the grape stall."); @@ -137,9 +135,9 @@ public final class StallThiefPulse extends SkillPulse { if(stall == Stall.CANDLES) { return; } - if (type == 0) { - player.getPacketDispatch().sendMessage("You attempt to steal some " + stall.msgItem + " from the " + stall.name().toLowerCase().replace('_', ' ')); - } + if (type == 0) { + player.getPacketDispatch().sendMessage("You attempt to steal some " + stall.msgItem + " from the " + stall.name().toLowerCase().replace('_', ' ')); + } } /** @@ -158,7 +156,7 @@ public final class StallThiefPulse extends SkillPulse { player.sendMessage("A higher power smites you"); return false; } - for (NPC npc : RegionManager.getLocalNPCs(player.getLocation(), 8)) { + for (NPC npc : RegionManager.getLocalNpcs(player.getLocation(), 8)) { if (!npc.getProperties().getCombatPulse().isAttacking() && (npc.getId() == 32 || npc.getId() == 2236)) { npc.sendChat("Hey! Get your hands off there!"); npc.getProperties().getCombatPulse().attack(player); diff --git a/Server/src/main/content/minigame/barrows/BarrowsActivityPlugin.java b/Server/src/main/content/minigame/barrows/BarrowsActivityPlugin.java index eaf43c940..fa8df174c 100644 --- a/Server/src/main/content/minigame/barrows/BarrowsActivityPlugin.java +++ b/Server/src/main/content/minigame/barrows/BarrowsActivityPlugin.java @@ -19,7 +19,6 @@ import content.global.skill.summoning.familiar.Familiar; import core.game.node.scenery.Scenery; import core.game.system.task.Pulse; import core.game.world.map.Location; -import core.game.world.map.Region; import core.game.world.map.RegionManager; import core.game.world.map.zone.ZoneBorders; import core.game.world.update.flag.context.Graphics; @@ -85,42 +84,38 @@ public final class BarrowsActivityPlugin extends ActivityPlugin { @Override public boolean pulse() { boolean end = true; - Region region = RegionManager.forId(14231); - Region.load(region); - for (int z = 0; z < 4; z++) { - for (Player p : region.assemblePlayerList(z)) { - end = false; - int index = p.getAttribute("barrow:drain-index", -1); - if (index > -1) { - p.removeAttribute("barrow:drain-index"); - p.getPacketDispatch().sendItemOnInterface(-1, 1, 24, index); - continue; + for (Player p : RegionManager.getRegionPlayers(14231)) { + end = false; + int index = p.getAttribute("barrow:drain-index", -1); + if (index > -1) { + p.removeAttribute("barrow:drain-index"); + p.getPacketDispatch().sendItemOnInterface(-1, 1, 24, index); + continue; + } + if (p.getLocation().getZ() == 0 && p.getAttribute("barrow:looted", false) && getWorldTicks() % 3 == 0) { + if (RandomFunction.random(15) == 0) { + p.getImpactHandler().manualHit(p, RandomFunction.random(5), HitsplatType.NORMAL); + Graphics.send(Graphics.create(405), p.getLocation()); } - if (p.getLocation().getZ() == 0 && p.getAttribute("barrow:looted", false) && getWorldTicks() % 3 == 0) { - if (RandomFunction.random(15) == 0) { - p.getImpactHandler().manualHit(p, RandomFunction.random(5), HitsplatType.NORMAL); - Graphics.send(Graphics.create(405), p.getLocation()); - } - } - int drain = 8; + } + int drain = 8; - //if (p.getLocks().isLocked("barrow:drain") || RandomFunction.random(100) % 2 == 0) { - // continue; - //} - for (boolean killed : p.getSavedData().getActivityData().getBarrowBrothers()) { - if (killed) { - drain += 1; - } - } - if (getWorldTicks() % 30 == 0) { - p.getSkills().decrementPrayerPoints(drain); - p.getLocks().lock("barrow:drain", (3 + RandomFunction.random(15)) * 3); - index = 1 + RandomFunction.random(6); - p.setAttribute("barrow:drain-index", index); - p.getPacketDispatch().sendItemZoomOnInterface(4761 + RandomFunction.random(12), 100, 24, index); - p.getPacketDispatch().sendAnimationInterface(9810, 24, index); + //if (p.getLocks().isLocked("barrow:drain") || RandomFunction.random(100) % 2 == 0) { + // continue; + //} + for (boolean killed : p.getSavedData().getActivityData().getBarrowBrothers()) { + if (killed) { + drain += 1; } } + if(getWorldTicks() % 30 == 0){ + p.getSkills().decrementPrayerPoints(drain); + p.getLocks().lock("barrow:drain", (3 + RandomFunction.random(15)) * 3); + index = 1 + RandomFunction.random(6); + p.setAttribute("barrow:drain-index", index); + p.getPacketDispatch().sendItemZoomOnInterface(4761 + RandomFunction.random(12), 100, 24, index); + p.getPacketDispatch().sendAnimationInterface(9810, 24, index); + } } return end; } @@ -135,7 +130,7 @@ public final class BarrowsActivityPlugin extends ActivityPlugin { @Override public void locationUpdate(Entity e, Location last) { - if (e instanceof Player && e.getLocation().getRegionId() == 14231) { + if (e instanceof Player && e.getViewport().getRegion().getId() == 14231) { boolean tunnel = false; for (ZoneBorders border : MINI_TUNNELS) { if (border.insideBorder(e)) { @@ -145,7 +140,7 @@ public final class BarrowsActivityPlugin extends ActivityPlugin { } Player player = (Player) e; if ((getVarp(player, 1270) == 1) != tunnel) { - setVarp(player, 1270, tunnel ? 3 : 0, true); + setVarp(player, 1270, tunnel ? 3 : 0, true); } } } @@ -156,6 +151,7 @@ public final class BarrowsActivityPlugin extends ActivityPlugin { Player player = (Player) e; PacketRepository.send(MinimapState.class, new MinimapStateContext(player, 2)); player.getInterfaceManager().openOverlay(OVERLAY); + setVarp(player, 0, 1); if (getVarp(player, 452) == 0) { shuffleCatacombs(player); } @@ -218,7 +214,7 @@ public final class BarrowsActivityPlugin extends ActivityPlugin { public static void shuffleCatacombs(Player player) { int value = TUNNEL_CONFIGS[RandomFunction.random(TUNNEL_CONFIGS.length)]; value |= 1 << (6 + RandomFunction.random(4)); - setVarp(player, 452, value); + setVarp(player, 452, value); } @Override @@ -298,10 +294,10 @@ public final class BarrowsActivityPlugin extends ActivityPlugin { return true; case 6774: player.lock(1); - int brother = player.getSavedData().getActivityData().getBarrowTunnelIndex(); - if (!player.getSavedData().getActivityData().getBarrowBrothers()[brother] && !player.getAttribute("brother:" + brother, false)) { - BarrowsCrypt.getCrypt(brother).spawnBrother(player, RegionManager.getTeleportLocation(target.getCenterLocation(), 4)); - } + int brother = player.getSavedData().getActivityData().getBarrowTunnelIndex(); + if (!player.getSavedData().getActivityData().getBarrowBrothers()[brother] && !player.getAttribute("brother:" + brother, false)) { + BarrowsCrypt.getCrypt(brother).spawnBrother(player, RegionManager.getTeleportLocation(target.getCenterLocation(), 4)); + } player.setAttribute("barrow:opened_chest", true); sendConfiguration(player); return true; @@ -340,7 +336,7 @@ public final class BarrowsActivityPlugin extends ActivityPlugin { if (player.getAttribute("barrow:opened_chest", false)) { config |= 1 << 16; } - setVarp(player, 453, config); + setVarp(player, 453, config); } @Override diff --git a/Server/src/main/content/minigame/barrows/RewardChest.kt b/Server/src/main/content/minigame/barrows/RewardChest.kt index ccb57c985..d12f48a1e 100644 --- a/Server/src/main/content/minigame/barrows/RewardChest.kt +++ b/Server/src/main/content/minigame/barrows/RewardChest.kt @@ -78,7 +78,7 @@ object RewardChest { InterfaceContainer.generateItems(player, rewards.toTypedArray(), arrayOf("Examine"), 364, 4, 3, 4) player.interfaceManager.open(Component(Components.TRAIL_REWARD_364)) - BossKillCounter.addToBarrowsChestCount(player) + BossKillCounter.addtoBarrowsCount(player) for (item in rewards) { announceIfRare(player, item) if (!player.inventory.add(item)) { diff --git a/Server/src/main/content/minigame/mta/TelekineticGrabSpell.java b/Server/src/main/content/minigame/mta/TelekineticGrabSpell.java index 00486fad4..72728d1e6 100644 --- a/Server/src/main/content/minigame/mta/TelekineticGrabSpell.java +++ b/Server/src/main/content/minigame/mta/TelekineticGrabSpell.java @@ -100,9 +100,8 @@ public final class TelekineticGrabSpell extends MagicSpell { @Override public boolean cast(final Entity entity, final Node target) { - if (!(target instanceof GroundItem)) { - return false; - } + if (!(target instanceof GroundItem)) + return false; final GroundItem ground = (GroundItem) target; if (!canCast(entity, ground)) { return false; @@ -132,34 +131,32 @@ public final class TelekineticGrabSpell extends MagicSpell { Player player = entity instanceof Player ? (Player) entity : null; GroundItem g = GroundItemManager.get(ground.getId(), ground.getLocation(), player); if (g == null) { - if (player != null) { - player.getPacketDispatch().sendMessage("Too late!"); - } + player.getPacketDispatch().sendMessage("Too late!"); return true; } - if (g == SpecialGroundItems.AHAB_BEER.asGroundItem()) { - if (player != null) { - player.getDialogueInterpreter().open(2692, new NPC(2692), true); - } + if (g == SpecialGroundItems.AHAB_BEER.asGroundItem()){ + player.getDialogueInterpreter().open(2692, new NPC(2692), true); return true; } if (player == null) { return true; } boolean teleZone = player.getZoneMonitor().isInZone("Telekinetic Theatre") && g.getId() == 6888; - if (!g.isActive()) { - player.getPacketDispatch().sendMessage("Too late!"); - return true; + if (player != null) { + if (g == null || !g.isActive()) { + player.getPacketDispatch().sendMessage("Too late!"); + return true; + } + playAudio(player, Sounds.VULNERABILITY_IMPACT_3008); + if (!teleZone) { + player.getInventory().add(new Item(g.getId(), g.getAmount(), g.getCharge())); + } else { + TelekineticZone zone = TelekineticZone.getZone(player); + zone.moveStatue(); + player.lock(getDelay()); + } + player.getPacketDispatch().sendPositionedGraphics(END_GRAPHIC, ground.getLocation()); } - playAudio(player, Sounds.VULNERABILITY_IMPACT_3008); - if (!teleZone) { - player.getInventory().add(new Item(g.getId(), g.getAmount(), g.getCharge())); - } else { - TelekineticZone zone = TelekineticZone.getZone(player); - zone.moveStatue(); - player.lock(getDelay()); - } - player.getPacketDispatch().sendPositionedGraphics(END_GRAPHIC, ground.getLocation()); if (!teleZone) { GroundItemManager.destroy(g); } diff --git a/Server/src/main/content/minigame/pestcontrol/PCPortalNPC.java b/Server/src/main/content/minigame/pestcontrol/PCPortalNPC.java index 0cd9dff53..0bddb9a24 100644 --- a/Server/src/main/content/minigame/pestcontrol/PCPortalNPC.java +++ b/Server/src/main/content/minigame/pestcontrol/PCPortalNPC.java @@ -8,9 +8,12 @@ import core.game.node.entity.combat.BattleState; import core.game.node.entity.npc.AbstractNPC; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; -import core.game.world.map.*; +import core.game.world.map.Direction; +import core.game.world.map.Location; +import core.game.world.map.RegionPlane; import core.game.world.update.flag.context.Animation; import core.tools.RandomFunction; +import content.minigame.pestcontrol.monsters.PCRavagerNPC; import content.minigame.pestcontrol.monsters.PCSpinnerNPC; /** @@ -143,9 +146,8 @@ public final class PCPortalNPC extends AbstractNPC { public void tick() { super.tick(); if (session != null) { - Region region = RegionManager.forId(location.getRegionId()); - if ((session.getTicks() % 35 - region.assemblePlayerList(0).size()) == 0 && - region.assembleNpcList(0).size() < 100) { + RegionPlane plane = getViewport().getCurrentPlane(); + if (plane != null && session.getTicks() % 35 - plane.getPlayers().size() == 0 && plane.getNpcs().size() < 100) { spawnNPCs(); } if (updateLifepoints && session.getTicks() % 10 == 0) { @@ -185,8 +187,9 @@ public final class PCPortalNPC extends AbstractNPC { int index = getDifficultyIndex(); Random r = RandomFunction.RANDOM; int amount = index + 1; - Region region = RegionManager.forId(location.getRegionId()); - amount += region.assemblePlayerList(0).size() / 10; + if (getViewport().getCurrentPlane() != null) { + amount += getViewport().getCurrentPlane().getPlayers().size() / 10; + } if (getDifficultyIndex() == 0) { amount += ((getDifficultyIndex() + 1) * 3) / 2; } diff --git a/Server/src/main/content/minigame/pestcontrol/PestControlActivityPlugin.java b/Server/src/main/content/minigame/pestcontrol/PestControlActivityPlugin.java index 2f7b97e4c..f1fb680a0 100644 --- a/Server/src/main/content/minigame/pestcontrol/PestControlActivityPlugin.java +++ b/Server/src/main/content/minigame/pestcontrol/PestControlActivityPlugin.java @@ -20,7 +20,6 @@ import core.game.node.item.Item; import core.game.system.task.Pulse; import core.game.world.GameWorld; import core.game.world.map.Location; -import core.game.world.map.RegionChunk; import core.game.world.map.build.DynamicRegion; import core.game.world.map.zone.RegionZone; import core.game.world.map.zone.ZoneBuilder; @@ -126,48 +125,40 @@ public final class PestControlActivityPlugin extends ActivityPlugin { if (!session.isActive()) { return; } - RegionChunk[][][] chunks = session.getRegion().getChunks(); - for (int x = 0; x < 8; x++) { - for (int y = 0; y < 8; y++) { - for (int z = 0; z < 4; z++) { - RegionChunk chunk = chunks[x][y][z]; - for (Player p : chunk.getPlayers()) { - p.getProperties().setTeleportLocation(getLeaveLocation()); - if (!success) { - p.getDialogueInterpreter().open(3781, true, 0, true); - // default, - // type, - // default - } else if (p.getAttribute("pc_zeal", 0) >= 50) { - int amount = type.ordinal() + 2; - p.getSavedData().getActivityData().increasePestPoints(amount); - Item coins = new Item(995, p.getProperties().getCurrentCombatLevel() * 10); - if (!p.getInventory().add(coins)) { - GroundItemManager.create(coins, p); - } - // default, type, name - p.getDialogueInterpreter().open(3781, true, 1, type.ordinal() == 0 ? "two" : type.ordinal() == 1 ? "three" : "four"); - } else { - // default type, default - p.getDialogueInterpreter().open(3781, true, 2, true); - } - p.removeAttribute("pc_zeal"); - p.removeExtension(PestControlSession.class); - p.fullRestore(); - if (isPoisoned(p)) { - curePoison(p); - } - PulseManager.cancelDeathTask(p); - GameWorld.getPulser().submit(new Pulse(1, p) { - @Override - public boolean pulse() { - p.getSkills().restore(); - return true; - } - }); - } + for (final Player p : session.getRegion().getPlanes()[0].getPlayers()) { + p.getProperties().setTeleportLocation(getLeaveLocation()); + if (!success) { + p.getDialogueInterpreter().open(3781, true, 0, true); + // default, + // type, + // default + } else if (success && p.getAttribute("pc_zeal", 0) >= 50) { + int amount = type.ordinal() + 2; + p.getSavedData().getActivityData().increasePestPoints(amount); + Item coins = new Item(995, p.getProperties().getCurrentCombatLevel() * 10); + if (!p.getInventory().add(coins)) { + GroundItemManager.create(coins, p); } + // default, type, name + p.getDialogueInterpreter().open(3781, true, 1, type.ordinal() == 0 ? "two" : type.ordinal() == 1 ? "three" : "four"); + } else { + // default type, default + p.getDialogueInterpreter().open(3781, true, 2, true); } + p.removeAttribute("pc_zeal"); + p.removeExtension(PestControlSession.class); + p.fullRestore(); + if (isPoisoned(p)) { + curePoison(p); + } + PulseManager.cancelDeathTask(p); + GameWorld.getPulser().submit(new Pulse(1, p) { + @Override + public boolean pulse() { + p.getSkills().restore(); + return true; + } + }); } session.getRegion().getRegionZones().clear(); session.setActive(false); @@ -302,7 +293,7 @@ public final class PestControlActivityPlugin extends ActivityPlugin { @Override public boolean death(Entity e, Entity killer) { - if (e instanceof Player && e.getLocation().getRegion().getRegionId() == 10536) { + if (e instanceof Player && e.getViewport().getRegion().getRegionId() == 10536) { PestControlSession session = e.getExtension(PestControlSession.class); if (session != null) { Location l = session.getRegion().getBaseLocation(); diff --git a/Server/src/main/content/minigame/pestcontrol/PestControlSession.java b/Server/src/main/content/minigame/pestcontrol/PestControlSession.java index 73b84e202..8396f97b8 100644 --- a/Server/src/main/content/minigame/pestcontrol/PestControlSession.java +++ b/Server/src/main/content/minigame/pestcontrol/PestControlSession.java @@ -9,6 +9,7 @@ import core.game.node.entity.player.Player; import core.game.node.scenery.Scenery; import core.game.world.map.Location; import core.game.world.map.Point; +import core.game.world.map.RegionPlane; import core.game.world.map.build.DynamicRegion; import core.tools.RandomFunction; @@ -20,7 +21,6 @@ import static core.api.ContentAPIKt.*; * @author Emperor */ public final class PestControlSession { - private static int STRANGE_PHANTOM_OBJECT_THAT_SHARES_A_TILE_WITH_A_BARRICADE = 25636; /** * The barricade object offsets. @@ -31,7 +31,7 @@ public final class PestControlSession { * The object ids of non-attackable barricades/gates. */ public static final int[] INVALID_OBJECT_IDS = {14230, 14231, 14232, // Barricades - 14245, 14246, 14247, 14248 // Gates + 14245, 14246, 14247, 14248, // Gates }; /** @@ -123,7 +123,7 @@ public final class PestControlSession { * @param message The message to send. */ public void sendMessage(String message) { - for (Player p : region.assemblePlayerList(0)) { + for (Player p : region.getPlanes()[0].getPlayers()) { if (p.isActive()) { p.getPacketDispatch().sendMessage(message); } @@ -136,7 +136,7 @@ public final class PestControlSession { * @param child The child id. */ public void sendString(String message, int child) { - for (Player p : region.assemblePlayerList(0)) { + for (Player p : region.getPlanes()[0].getPlayers()) { if (p.isActive()) { p.getPacketDispatch().sendString(message, 408, child); } @@ -164,9 +164,9 @@ public final class PestControlSession { * @param value The message value to send. */ public void sendConfig(int value) { - for (Player p : region.assemblePlayerList(0)) { + for (Player p : region.getPlanes()[0].getPlayers()) { if (p.isActive()) { - setVarp(p, 719, value); + setVarp(p, 719, value); } } } @@ -191,7 +191,7 @@ public final class PestControlSession { message = "The red, south-western portal shield has dropped!"; break; } - for (Player p : region.assemblePlayerList(0)) { + for (Player p : region.getPlanes()[0].getPlayers()) { if (p.isActive()) { p.getPacketDispatch().sendInterfaceConfig(408, 18 + (index << 1), true); p.getPacketDispatch().sendMessage(message); @@ -233,7 +233,8 @@ public final class PestControlSession { } } - for (Player p : remainingPlayers) { + for (Player p : remainingPlayers) + { int priority = p.getAttribute("pc_prior", 0) + 1; p.getPacketDispatch().sendMessage("You have been given priority level " + priority + " over other players in joining the next"); p.getPacketDispatch().sendMessage("game."); @@ -263,7 +264,7 @@ public final class PestControlSession { Random r = RandomFunction.RANDOM; Location l = region.getBaseLocation(); p.getProperties().setTeleportLocation(l.transform(32 + r.nextInt(4), 49 + r.nextInt(6), 0)); - setVarp(p, 1147, 0); + setVarp(p, 1147, 0); p.getDialogueInterpreter().sendDialogues(3781, FacialExpression.FURIOUS, "You must defend the Void Knight while the portals are", "unsummoned. The ritual takes twenty minutes though,", "so you can help out by destroying them yourselves!", "Now GO GO GO!"); } @@ -271,15 +272,9 @@ public final class PestControlSession { * Initializes the barricades list. */ private void initBarricadesList() { - List objectList = region.assembleObjectList(0); - for (Scenery object : objectList) { - for (Point point : OBJECT_OFFSETS) { - if (object.getLocation().getLocalX() == point.getX() && object.getLocation().getLocalY() == point.getY()) { - if (object.getId() != STRANGE_PHANTOM_OBJECT_THAT_SHARES_A_TILE_WITH_A_BARRICADE) { - barricades.add(object); - } - } - } + RegionPlane p = region.getPlanes()[0]; + for (Point point : OBJECT_OFFSETS) { + barricades.add(p.getObjects()[point.getX()][point.getY()]); } } @@ -390,4 +385,5 @@ public final class PestControlSession { public List getBarricades() { return barricades; } + } diff --git a/Server/src/main/content/minigame/pestcontrol/VoidSealPlugin.java b/Server/src/main/content/minigame/pestcontrol/VoidSealPlugin.java index d6c475b5b..95244ea66 100644 --- a/Server/src/main/content/minigame/pestcontrol/VoidSealPlugin.java +++ b/Server/src/main/content/minigame/pestcontrol/VoidSealPlugin.java @@ -29,7 +29,7 @@ public final class VoidSealPlugin extends OptionHandler { @Override public boolean handle(Player player, Node node, String option) { - if (player.getLocation().getRegionId() != 10536) { + if (player.getViewport().getRegion().getRegionId() != 10536) { player.getPacketDispatch().sendMessage("You can only use the seal in Pest Control."); return true; } @@ -48,7 +48,7 @@ public final class VoidSealPlugin extends OptionHandler { player.getInventory().replace(replace, item.getSlot()); } player.graphics(Graphics.create(1177)); - for (NPC npc : RegionManager.getLocalNPCs(player.getLocation(), 2)) { + for (NPC npc : RegionManager.getLocalNpcs(player, 2)) { if (canTarget(npc)) { npc.getImpactHandler().manualHit(player, 7 + RandomFunction.randomize(5), HitsplatType.NORMAL, 1); npc.graphics(Graphics.create(1176)); diff --git a/Server/src/main/content/minigame/pestcontrol/bots/CombatState.kt b/Server/src/main/content/minigame/pestcontrol/bots/CombatState.kt index d03ef42a6..dbfb2ee4a 100644 --- a/Server/src/main/content/minigame/pestcontrol/bots/CombatState.kt +++ b/Server/src/main/content/minigame/pestcontrol/bots/CombatState.kt @@ -7,6 +7,8 @@ import core.game.world.map.Location import core.game.world.map.RegionManager import core.game.world.map.path.Pathfinder import core.tools.RandomFunction +import kotlinx.coroutines.GlobalScope +import kotlinx.coroutines.launch import content.minigame.pestcontrol.PestControlHelper.GATE_ENTRIES import content.minigame.pestcontrol.PestControlHelper.getMyPestControlSession1 import core.game.world.GameWorld @@ -61,7 +63,7 @@ class CombatState(val bot: PestControlTestBot) { if (portal != null) { if(bot.location.withinDistance(portal.location,10) && portal.isActive){ val spinners = ArrayList() - RegionManager.getLocalNPCs(bot.location).forEach { + RegionManager.getLocalNpcs(bot).forEach { if(it.name.toLowerCase().equals("spinner") && it.location.withinDistance(bot.location,10)) spinners.add(it) } if(spinners.isNotEmpty()){ diff --git a/Server/src/main/content/minigame/pestcontrol/bots/CombatStateIntermediate.kt b/Server/src/main/content/minigame/pestcontrol/bots/CombatStateIntermediate.kt index 669eca80b..fbea681bd 100644 --- a/Server/src/main/content/minigame/pestcontrol/bots/CombatStateIntermediate.kt +++ b/Server/src/main/content/minigame/pestcontrol/bots/CombatStateIntermediate.kt @@ -7,6 +7,8 @@ import core.game.world.map.Location import core.game.world.map.RegionManager import core.game.world.map.path.Pathfinder import core.tools.RandomFunction +import kotlinx.coroutines.GlobalScope +import kotlinx.coroutines.launch import content.minigame.pestcontrol.PestControlHelper.GATE_ENTRIES import content.minigame.pestcontrol.PestControlHelper.getMyPestControlSession2 import core.game.world.GameWorld @@ -60,7 +62,7 @@ class CombatStateIntermediate(val bot: PestControlTestBot2) { if (portal != null) { if(bot.location.withinDistance(portal.location,10) && portal.isActive){ val spinners = ArrayList() - RegionManager.getLocalNPCs(bot.location).forEach { + RegionManager.getLocalNpcs(bot).forEach { if(it.name.toLowerCase().equals("spinner") && it.location.withinDistance(bot.location,10)) spinners.add(it) } if(spinners.isNotEmpty()){ diff --git a/Server/src/main/content/minigame/pestcontrol/monsters/PCRavagerNPC.java b/Server/src/main/content/minigame/pestcontrol/monsters/PCRavagerNPC.java index 4d45fee9b..4fba76be2 100644 --- a/Server/src/main/content/minigame/pestcontrol/monsters/PCRavagerNPC.java +++ b/Server/src/main/content/minigame/pestcontrol/monsters/PCRavagerNPC.java @@ -114,7 +114,7 @@ public class PCRavagerNPC extends AbstractNPC { GameWorld.getPulser().submit(new Pulse(1, this, o) { @Override public boolean pulse() { - if (getLocation().getRegion().isActive() && session.getBarricades().remove(o)) { + if (getViewport().getRegion().isActive() && session.getBarricades().remove(o)) { session.getBarricades().add(newTarget); SceneryBuilder.replace(o, newTarget); } @@ -173,10 +173,10 @@ public class PCRavagerNPC extends AbstractNPC { return true; } - @Override - public boolean shouldPreventStacking(Entity mover) { - return mover instanceof NPC; - } + @Override + public boolean shouldPreventStacking(Entity mover) { + return mover instanceof NPC; + } @Override public void onImpact(final Entity entity, BattleState state) { diff --git a/Server/src/main/content/minigame/pestcontrol/monsters/PCSpinnerNPC.java b/Server/src/main/content/minigame/pestcontrol/monsters/PCSpinnerNPC.java index 9407a61d7..60cc22a37 100644 --- a/Server/src/main/content/minigame/pestcontrol/monsters/PCSpinnerNPC.java +++ b/Server/src/main/content/minigame/pestcontrol/monsters/PCSpinnerNPC.java @@ -100,9 +100,9 @@ public final class PCSpinnerNPC extends AbstractNPC { */ public void explode() { animate(getProperties().getDeathAnimation()); - for (Player p : RegionManager.getLocalPlayers(location, 1)) { + for (Player p : RegionManager.getLocalPlayers(this, 1)) { p.getImpactHandler().manualHit(this, 5, HitsplatType.POISON); - applyPoison(p, this, 1); + applyPoison(p, this, 1); } GameWorld.getPulser().submit(new Pulse(1, this) { @Override diff --git a/Server/src/main/content/minigame/pestcontrol/monsters/PCSplatterNPC.java b/Server/src/main/content/minigame/pestcontrol/monsters/PCSplatterNPC.java index cb8c83764..5e5111211 100644 --- a/Server/src/main/content/minigame/pestcontrol/monsters/PCSplatterNPC.java +++ b/Server/src/main/content/minigame/pestcontrol/monsters/PCSplatterNPC.java @@ -75,10 +75,10 @@ public final class PCSplatterNPC extends AbstractNPC { } } - @Override - public boolean shouldPreventStacking(Entity mover) { - return mover instanceof NPC; - } + @Override + public boolean shouldPreventStacking(Entity mover) { + return mover instanceof NPC; + } @Override public void onImpact(final Entity entity, BattleState state) { @@ -132,10 +132,10 @@ public final class PCSplatterNPC extends AbstractNPC { } } } - for (Player p : RegionManager.getLocalPlayers(location, 1)) { + for (Player p : RegionManager.getLocalPlayers(this, 1)) { p.getImpactHandler().manualHit(this, RandomFunction.random(minimum, maximum), null); } - for (NPC npc : RegionManager.getLocalNPCs(location, 1)) { + for (NPC npc : RegionManager.getLocalNpcs(this, 1)) { if (npc != this) { npc.getImpactHandler().manualHit(this, RandomFunction.random(minimum, maximum), null); } diff --git a/Server/src/main/content/minigame/puropuro/ImpDefenderBehavior.kt b/Server/src/main/content/minigame/puropuro/ImpDefenderBehavior.kt index c01d48b28..2c1bb509e 100644 --- a/Server/src/main/content/minigame/puropuro/ImpDefenderBehavior.kt +++ b/Server/src/main/content/minigame/puropuro/ImpDefenderBehavior.kt @@ -27,7 +27,7 @@ class ImpDefenderBehavior : NPCBehavior(6074) { var nextCaptureTick = getAttribute(self, "next-capture-tick", 0) if (getWorldTicks() < nextCaptureTick) return true - var players = RegionManager.getLocalPlayers(self.location, 2) + var players = RegionManager.getLocalPlayers(self, 2) for (player in players) { var lowestTierImpling = BNetTypes.getImpling(player) if (lowestTierImpling == null) continue diff --git a/Server/src/main/content/minigame/sorceress/SorceressElementalNPC.java b/Server/src/main/content/minigame/sorceress/SorceressElementalNPC.java index 7c05215f2..af3dbc8e7 100644 --- a/Server/src/main/content/minigame/sorceress/SorceressElementalNPC.java +++ b/Server/src/main/content/minigame/sorceress/SorceressElementalNPC.java @@ -1,5 +1,7 @@ package content.minigame.sorceress; +import java.util.List; + import core.game.component.Component; import core.game.node.entity.Entity; import core.game.node.entity.combat.CombatSwingHandler; @@ -10,7 +12,6 @@ import core.game.system.task.Pulse; import core.game.world.GameWorld; import core.game.world.map.Direction; import core.game.world.map.Location; -import core.game.world.map.RegionManager; import core.game.world.update.flag.context.Animation; import core.game.world.update.flag.context.Graphics; import core.net.packet.PacketRepository; @@ -193,11 +194,20 @@ public final class SorceressElementalNPC extends AbstractNPC { return respawn; } + /** + * Gets the tilesIndex. + * @return The tilesIndex. + */ + public int getTilesIndex() { + return tilesIndex; + } + @Override public void tick() { super.tick(); - for (Player player : RegionManager.getLocalPlayers(location)) { - if (!player.isActive() || player.getLocks().isInteractionLocked() || DeathTask.isDead(player) || !canTeleport(player) || !CombatSwingHandler.isProjectileClipped(this, player, false)) { + List players = getViewport().getCurrentPlane().getPlayers(); + for (Player player : players) { + if (player == null || !player.isActive() || player.getLocks().isInteractionLocked() || DeathTask.isDead(player) || !canTeleport(player) || !CombatSwingHandler.isProjectileClipped(this, player, false)) { continue; } animate(new Animation(5803)); diff --git a/Server/src/main/content/minigame/vinesweeper/Vinesweeper.kt b/Server/src/main/content/minigame/vinesweeper/Vinesweeper.kt index ada877ef3..9fe119605 100644 --- a/Server/src/main/content/minigame/vinesweeper/Vinesweeper.kt +++ b/Server/src/main/content/minigame/vinesweeper/Vinesweeper.kt @@ -1,6 +1,8 @@ package content.minigame.vinesweeper -import content.minigame.vinesweeper.FarmerDialogue.Companion.FARMER_FLAG_LINES +import BlinkinDialogue +import FarmerDialogue.Companion.FARMER_FLAG_LINES +import WinkinDialogue import content.minigame.vinesweeper.Vinesweeper.Companion.FARMERS import content.minigame.vinesweeper.Vinesweeper.Companion.FARMER_CLEAR_RADIUS import content.minigame.vinesweeper.Vinesweeper.Companion.HOLES @@ -32,8 +34,6 @@ import core.game.system.task.Pulse import core.game.world.GameWorld import core.game.world.GameWorld.ticks import core.game.world.map.Location -import core.game.world.map.Region -import core.game.world.map.RegionChunk import core.game.world.map.RegionManager import core.game.world.map.zone.ZoneBorders import core.game.world.update.flag.context.Animation @@ -52,26 +52,27 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { } override fun areaEnter(entity: Entity) { - if (entity is Player) { + if(entity is Player) + { openOverlay(entity, Components.RABBIT_OVERLAY_689) sendUpdatedPoints(entity) } } override fun areaLeave(entity: Entity, logout: Boolean) { - if (entity is Player) { + if(entity is Player) { entity.interfaceManager.closeOverlay() - if (!logout) { + if(!logout) { sendMessage(entity, "Winkin's Farm thanks you for your visit.") sendMessage(entity, "Leftover ogleroots and flags have been returned to the establishment.") sendMessage(entity, "You have been reimbursed at a rate of 10gp per ogleroot and the flags have been collected.") val flags = entity.inventory.getAmount(Item(Items.FLAG_12625)) - if (flags > 0) { + if(flags > 0) { entity.setAttribute("/save:vinesweeper:stored-flags", flags) entity.inventory.remove(Item(Items.FLAG_12625, flags)) } val roots = entity.inventory.getAmount(Item(Items.OGLEROOT_12624)) - if (roots > 0) { + if(roots > 0) { entity.inventory.remove(Item(Items.OGLEROOT_12624, roots)) entity.inventory.add(Item(Items.COINS_995, roots * 10)) } @@ -97,7 +98,7 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { return@on true } on(HOLES, IntType.SCENERY, "dig") { player, node -> - if (!player.inventory.contains(Items.SPADE_952, 1)) { + if(!player.inventory.contains(Items.SPADE_952, 1)) { // TODO (crash): authenticity player.sendMessage("You need a spade to dig here.") } else { @@ -114,7 +115,7 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { on(HOLES, IntType.SCENERY, "flag") { player, node -> val hole = node as Scenery var count = 0 - if (player.location != node.location) { + if(player.location != node.location) { plantFlag(player,hole) return@on true } @@ -150,7 +151,7 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { 1 -> "You get some mud in your eye and it stings! You have no idea what is in the hole." 2 -> "The mud seems to be too thick to see what is there." 3 -> "A slimy worm wriggles out of the mud, making you jump and lose concentration. You're not sure if there is a seed here or not." - else -> if (isSeed(node.location)) { + else -> if(isSeed(node.location)) { "You notice a seed hidden in the dirt." } else { "You are certain there is no seed planted here." @@ -261,7 +262,7 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { data class SeedDestination(val player: Player, val loc: Location, val alive: Boolean) { override fun equals(other: Any?): Boolean { - return if (other is SeedDestination) { + return if(other is SeedDestination) { loc == other.loc } else { false @@ -273,7 +274,8 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { } } - companion object { + companion object + { val AVACH_NIMPORTO_LOC = Location.create(1637, 4709) val SIGNS = intArrayOf(Sceneries.INSTRUCTION_SIGN_29461, Sceneries.INSTRUCTION_SIGN_29462, Sceneries.INSTRUCTION_SIGN_29463, Sceneries.INSTRUCTION_SIGN_29464) val HOLES = intArrayOf(Sceneries.HOLE_29476, Sceneries.HOLE_29477, Sceneries.HOLE_29478) @@ -332,9 +334,9 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { val reward = REWARDS[buttonID] ?: return val cost = amount * reward.points val points = player.getAttribute("vinesweeper:points", 0) - if (cost in 1 until points) { + if(cost in 1 until points) { val item = Item(reward.itemID, amount) - if (!player.inventory.add(item)) { + if(!player.inventory.add(item)) { GroundItemManager.create(item, player) } player.incrementAttribute("/save:vinesweeper:points", -cost) @@ -345,6 +347,7 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { } } + val TUTORIAL = 685 val INSTRUCTION_SIGNS = hashMapOf( @@ -359,87 +362,52 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { val MAX_SEEDS = 300 val FARMER_CLEAR_RADIUS = 3 - val VINESWEEPER_REGION = RegionManager.forId(6473) - var SEED_LOCS: HashSet = HashSet() + val VINESWEEPER_BORDERS = ZoneBorders(1600,4672,1663,4735) fun sendUpdatedPoints(player: Player) { val points = player.getAttribute("vinesweeper:points", 0) setVarbit(player, 4449, points) } + var SEED_LOCS: HashSet = HashSet() + fun isSeed(loc: Location): Boolean { val scenery = getScenery(loc) return scenery != null && SEED_LOCS.contains(scenery.location) } - private fun resetChunkIfBarren(chunk: RegionChunk) { - val wipedHoles = ArrayList() - for (x in 0 until 8) { - for (y in 0 until 8) { - for (i in 0 until 4) { - val obj = chunk.objects[x][y][i] ?: continue - if (obj.id in HOLES) { - return // this chunk is not barren and hence should not be reset - } - if (obj.id == NUMBERS[0]) { - wipedHoles.add(obj) - } - } - } - } - for (scenery in wipedHoles) { - restoreOriginalHole(scenery) - } - } - - private fun countFieldState(chunk: RegionChunk, emptyHoleList: ArrayList, seedHoleList: ArrayList) { - for (x in 0 until RegionChunk.SIZE) { - for (y in 0 until RegionChunk.SIZE) { - for (i in 0 until RegionChunk.ARRAY_SIZE) { - val obj = chunk.objects[x][y][i] ?: continue - if (obj.id in HOLES) { - if (obj.location in SEED_LOCS) { - seedHoleList.add(obj) - } else { - emptyHoleList.add(obj) - } - } - } - } - } - } - fun populateSeeds() { - // First, see if there are any chunks that have been completely wiped out. These need to be restored first (GL #2400). - Region.load(VINESWEEPER_REGION) - for (cx in 0 until RegionChunk.SIZE) { - for (cy in 0 until RegionChunk.SIZE) { - val chunk = VINESWEEPER_REGION.chunks[cx][cy][0] - resetChunkIfBarren(chunk) + val holes = countHoles() + val seeds = min(1.0 * MAX_SEEDS, holes * 0.13).toInt() + var tries = 0 // Prevent the while loop from crashing the server + while(SEED_LOCS.size < seeds && tries++ < 1000) { + val loc = VINESWEEPER_BORDERS.getRandomLoc() + val scenery = getScenery(loc) + if(scenery != null && HOLES.contains(scenery.id)) { + SEED_LOCS.add(loc) } } - // Next, get the state of the field - val emptyHoleList = ArrayList() - val seedHoleList = ArrayList() - for (cx in 0 until 8) { - for (cy in 0 until 8) { - val chunk = VINESWEEPER_REGION.chunks[cx][cy][0] - countFieldState(chunk, emptyHoleList, seedHoleList) + } + + private fun countHoles(): Int { + val northEastX = VINESWEEPER_BORDERS.northEastX + val northEastY = VINESWEEPER_BORDERS.northEastY + val southWestX = VINESWEEPER_BORDERS.southWestX + val southWestY = VINESWEEPER_BORDERS.southWestY + var holeCount = 0 + for (x in southWestX .. northEastX){ + for (y in southWestY .. northEastY){ + val scenery = getScenery(x, y, 0) + if(scenery != null && HOLES.contains(scenery.id)) { + holeCount++ + } } } - val target = min(1.0 * MAX_SEEDS, (seedHoleList.size + emptyHoleList.size) * 0.13).toInt() - val seedsToAdd = target - seedHoleList.size - if (seedsToAdd < 1) { - return - } - emptyHoleList.shuffle() - for (i in 0 until seedsToAdd) { - SEED_LOCS.add(emptyHoleList[i].location) - } + return holeCount } fun plantFlag(player: Player, hole: Scenery) { - if (player.inventory.remove(Item(Items.FLAG_12625, 1))) { + if(player.inventory.remove(Item(Items.FLAG_12625, 1))) { player.lock() player.visualize(Animation(Animations.HUMAN_PLANT_FLAG_8711),Graphics(Gfx.VINESWEEPER_PLANT_FLAG_1541)) player.sendMessage("You add a flag to the patch.") @@ -459,9 +427,9 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { fun feedRabbit(player: Player, rabbit: NPC) { val respawnDelay = 50 - if (rabbit.isInvisible || DeathTask.isDead(rabbit)) { return } - if (rabbit.getAttribute("dead", 0) > ticks) { return } - if (player.inventory.remove(Item(Items.OGLEROOT_12624, 1))) { + if(rabbit.isInvisible || DeathTask.isDead(rabbit)) { return } + if(rabbit.getAttribute("dead", 0) > ticks) { return } + if(player.inventory.remove(Item(Items.OGLEROOT_12624, 1))) { rabbit.setAttribute("dead",ticks + respawnDelay) player.skills.addExperience(Skills.HUNTER, 30.0) rabbit.sendChat("Squeak!") @@ -481,36 +449,36 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { } fun dig(player: Player, loc: Location) { - if (isSeed(loc)) { + if(isSeed(loc)) { val oldPoints = player.getAttribute("vinesweeper:points", 0) player.setAttribute("/save:vinesweeper:points", Math.max(oldPoints-10, 0)) sendUpdatedPoints(player) player.sendMessage("Oh dear! It looks like you dug up a potato seed by mistake.") scheduleNPCs(player, loc, false, false) val scenery = getScenery(loc) - if (scenery != null) { + if(scenery != null) { SceneryBuilder.replace(scenery, scenery.transform(Sceneries.DEAD_PLANT_29456)) } } else { player.incrementAttribute("/save:vinesweeper:points", 1) sendUpdatedPoints(player) var count = 0 - for (dx in -1..1) { - for (dy in -1..1) { - if (isSeed(loc.transform(dx, dy, 0))) { + for(dx in -1..1) { + for(dy in -1..1) { + if(isSeed(loc.transform(dx, dy, 0))) { count += 1 } } } val scenery = getScenery(loc) - if (scenery != null) { + if(scenery != null) { SceneryBuilder.replace(scenery, scenery.transform(NUMBERS[count])) } - if (count == 0) { - for (dx in -1..1) { - for (dy in -1..1) { + if(count == 0) { + for(dx in -1..1) { + for(dy in -1..1) { val newLoc = loc.transform(dx, dy, 0) - if (isHole(newLoc)) + if(isHole(newLoc)) dig(player, newLoc) } } @@ -524,10 +492,10 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { dest.player.incrementAttribute("/save:vinesweeper:points", points) dest.player.inventory.add(Item(Items.FLAG_12625, 1)) sendUpdatedPoints(dest.player) - for (player in RegionManager.getLocalPlayers(npc.location)) { - if (player.name != dest.player.name) { - player.incrementAttribute("/save:vinesweeper:points", points / 2) - sendUpdatedPoints(player) + for (neighbor in RegionManager.getLocalPlayers(npc)) { + if (neighbor != dest.player) { + neighbor.incrementAttribute("/save:vinesweeper:points", points / 2) + sendUpdatedPoints(neighbor) } } } @@ -539,9 +507,9 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { fun scheduleNPCs(player: Player, loc: Location, alive: Boolean, rabbit: Boolean) { val dest = SeedDestination(player, loc, alive) - val ids = if (rabbit) { RABBITS + FARMERS } else { FARMERS } - for (npc in findLocalNPCs(player, ids, 30)) { - if (npc is VinesweeperNPC) { + val ids = if(rabbit) { RABBITS + FARMERS } else { FARMERS } + for(npc in findLocalNPCs(player, ids, 30)) { + if(npc is VinesweeperNPC) { npc.seedDestinations.add(dest) npc.resetWalk() } @@ -555,7 +523,8 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { sendNPCDialogue(player, npc.id, "I can't do that, you're teleblocked!", core.game.dialogue.FacialExpression.OLD_ANGRY1) return } - // https://youtu.be/61jVjmXf8tU?t=45 + npc.animate(Animation(437)) + npc.faceTemporary(player, 1) npc.graphics(Graphics(108)) player.lock() playAudio(player, Sounds.CURSE_ALL_125, 0, 1) @@ -604,23 +573,21 @@ class VinesweeperNPC : AbstractNPC { } override fun handleTickActions() { val dest = seedDestinations.find { sd -> sd.loc == location } - if (locks.isMovementLocked || locks.isInteractionLocked) + if (locks.isMovementLocked() || locks.isInteractionLocked()) return - if (dest != null) { - val npcs = location.region.assembleNpcList(0) - for (npc in npcs) { - if (npc !is VinesweeperNPC || npc.seedDestinations.isEmpty() /*npc is not currently walking towards a seed*/) { - continue + if(dest != null) { + for(npc in RegionManager.getRegionPlane(location).npcs) { + if(npc is VinesweeperNPC) { + npc.seedDestinations.remove(dest) + npc.resetWalk() } - npc.seedDestinations.remove(dest) - npc.resetWalk() } val scenery = getScenery(dest.loc) - if (scenery != null) { - if (id in RABBITS) { + if(scenery != null) { + if(id in RABBITS) { handleRabbitSeed(scenery, dest) } else { - if (dest.alive) { + if(dest.alive) { handleFarmerFlag(scenery, dest) } else { handleFarmerSeed(scenery, dest) @@ -633,7 +600,7 @@ class VinesweeperNPC : AbstractNPC { } override fun getMovementDestination(): Location? { - if (seedDestinations.size > 0) { + if(seedDestinations.size > 0) { seedDestinations.sortBy { a -> a.loc.getDistance(location).toInt() } return seedDestinations.first().loc } else { @@ -642,7 +609,7 @@ class VinesweeperNPC : AbstractNPC { } fun handleRabbitSeed(scenery: Scenery, dest: Vinesweeper.SeedDestination) { - if (SEED_LOCS.contains(dest.loc)) { + if(SEED_LOCS.contains(dest.loc)) { val replacement = Sceneries.DEAD_PLANT_29456 lock(4) animate(Animation(Animations.RABBIT_EAT_SEED_8718)) @@ -652,7 +619,6 @@ class VinesweeperNPC : AbstractNPC { scheduleNPCs(dest.player, dest.loc, alive = true, rabbit = false) } } - fun handleFarmerSeed(scenery: Scenery, dest: Vinesweeper.SeedDestination) { lock() var i = 0 @@ -666,7 +632,7 @@ class VinesweeperNPC : AbstractNPC { 1 -> { animate(Animation(Animations.GNOME_FARMER_SPADE_SMACK_8732)) sendChat(FARMER_FLAG_LINES.DEAD_PLANT.line) - restoreOriginalHole(scenery) + SceneryBuilder.replace(scenery, scenery.transform(HOLES[0])) } 2 -> { animate(Animation(Animations.GNOME_FARMER_CLEAR_HOLES_8724)) @@ -688,13 +654,13 @@ class VinesweeperNPC : AbstractNPC { animate(Animation(Animations.GNOME_FARMER_DIG_FLAG_8725)) GameWorld.Pulser.submit(object: Pulse(3) { override fun pulse(): Boolean { - when (i++) { + when(i++) { 0 -> { sendChat(FARMER_FLAG_LINES.FIND_FLAG.line) } 1 -> { - restoreOriginalHole(scenery) - if (SEED_LOCS.contains(dest.loc)) { + SceneryBuilder.replace(scenery, scenery.transform(HOLES[0])) + if(SEED_LOCS.contains(dest.loc)) { sendChat(FARMER_FLAG_LINES.FIND_SEED.line) animate(Animation(Animations.GNOME_FARMER_HOORAY_8731)) sendPoints(npc,dest) @@ -723,11 +689,11 @@ class VinesweeperNPC : AbstractNPC { } fun farmerClear(dest: Vinesweeper.SeedDestination) { - for (dx in -FARMER_CLEAR_RADIUS..FARMER_CLEAR_RADIUS) { - for (dy in -FARMER_CLEAR_RADIUS..FARMER_CLEAR_RADIUS) { + for(dx in -FARMER_CLEAR_RADIUS..FARMER_CLEAR_RADIUS) { + for(dy in -FARMER_CLEAR_RADIUS..FARMER_CLEAR_RADIUS) { val toClear = getScenery(dest.loc.transform(dx, dy, 0)) - if (toClear != null && intArrayOf(Sceneries.DEAD_PLANT_29456, *NUMBERS).contains(toClear.id)) { - restoreOriginalHole(toClear) + if(toClear != null && intArrayOf(Sceneries.DEAD_PLANT_29456, *NUMBERS).contains(toClear.id)) { + SceneryBuilder.replace(toClear, toClear.transform(HOLES[0])) } } } @@ -736,16 +702,6 @@ class VinesweeperNPC : AbstractNPC { } } -fun restoreOriginalHole(scenery: Scenery) { - var originalHoleId = HOLES[0] - for (obj in scenery.location.chunk.getStatObjects(scenery.location.chunkOffsetX, scenery.location.chunkOffsetY)) { - if (obj?.id != null) { - originalHoleId = obj.id - break - } - } - SceneryBuilder.replace(scenery, scenery.transform(originalHoleId)) -} /* diff --git a/Server/src/main/content/minigame/vinesweeper/VinesweeperDialogues.kt b/Server/src/main/content/minigame/vinesweeper/VinesweeperDialogues.kt index 49f50f72e..23c012487 100644 --- a/Server/src/main/content/minigame/vinesweeper/VinesweeperDialogues.kt +++ b/Server/src/main/content/minigame/vinesweeper/VinesweeperDialogues.kt @@ -1,5 +1,3 @@ -package content.minigame.vinesweeper - import core.game.component.Component import core.game.node.item.GroundItemManager import core.game.node.item.Item diff --git a/Server/src/main/content/region/asgarnia/burthorpe/handlers/BurthorpeTrainNPC.java b/Server/src/main/content/region/asgarnia/burthorpe/handlers/BurthorpeTrainNPC.java index 36db1cfee..518c70715 100644 --- a/Server/src/main/content/region/asgarnia/burthorpe/handlers/BurthorpeTrainNPC.java +++ b/Server/src/main/content/region/asgarnia/burthorpe/handlers/BurthorpeTrainNPC.java @@ -126,7 +126,7 @@ public class BurthorpeTrainNPC extends AbstractNPC { case 1061:// sergant sendChat(MESSAGES[RandomFunction.random(MESSAGES.length)]); delay = System.currentTimeMillis() + 9000 + RandomFunction.random(1000, 5000); - final List soldiers = RegionManager.getLocalNPCs(location); + final List soldiers = RegionManager.getLocalNpcs(this); NPC soldier = null; while (soldier == null) { soldier = soldiers.get(RandomFunction.random(soldiers.size())); @@ -164,7 +164,7 @@ public class BurthorpeTrainNPC extends AbstractNPC { GameWorld.getPulser().submit(new Pulse(2) { @Override public boolean pulse() { - final List soldiers = RegionManager.getLocalNPCs(location, 12); + final List soldiers = RegionManager.getLocalNpcs(BurthorpeTrainNPC.this, 12); for (NPC n : soldiers) { if (n.getId() != 1064) { continue; diff --git a/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/catapult/CatapultRoom.java b/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/catapult/CatapultRoom.java index 3d1115076..a5ae501b3 100644 --- a/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/catapult/CatapultRoom.java +++ b/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/catapult/CatapultRoom.java @@ -207,11 +207,10 @@ public final class CatapultRoom extends MapZone implements Plugin { @Override public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) { - int index = button < 4 ? button : button - 9; - if (index >= 0 && index < CatapultAttack.values().length) { - CatapultAttack attack = CatapultAttack.values()[index]; + if (button >= 9 && button <= 12) { + CatapultAttack attack = CatapultAttack.values()[button - 9]; player.setAttribute("catapult_def", attack); - setVarp(player, 788, (index + 1) % 4); + setVarp(player, 788, (button - 8) % 4); return true; } return false; diff --git a/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/cyclopes/CyclopesRoom.java b/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/cyclopes/CyclopesRoom.java index 829a95099..98111f7c1 100644 --- a/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/cyclopes/CyclopesRoom.java +++ b/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/cyclopes/CyclopesRoom.java @@ -31,6 +31,7 @@ import core.plugin.Plugin; import core.plugin.ClassScanner; import core.tools.RandomFunction; import kotlin.Unit; +import kotlin.jvm.functions.Function1; import static core.api.ContentAPIKt.clearLogoutListener; import static core.api.ContentAPIKt.registerLogoutListener; @@ -72,7 +73,7 @@ public final class CyclopesRoom extends MapZone implements Plugin { Pathfinder.find(p.getLocation(), Location.create(2847, 3541, 2)).walk(p); p.lock(50); } else { - Scenery object = RegionManager.getObject(2847, 3541, 2); + Scenery object = RegionManager.getObject(2, 2847, 3541); if (object != null && p.getLocation().getX() == 2847 && p.getLocation().getY() == 3541) { DoorActionHandler.handleAutowalkDoor(p, object); leave(p); diff --git a/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/dummy/DummyRoom.java b/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/dummy/DummyRoom.java index 6a9a2e1a1..bc1ad6f5a 100644 --- a/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/dummy/DummyRoom.java +++ b/Server/src/main/content/region/asgarnia/burthorpe/handlers/wguild/dummy/DummyRoom.java @@ -111,18 +111,12 @@ public final class DummyRoom extends OptionHandler { setDelay(10); timeStamp = GameWorld.getTicks(); dummy = RandomFunction.getRandomElement(Dummy.values()); - Scenery dummyObject = RegionManager.getObject(dummy.getObject().getLocation()); - if (dummyObject != null) { - SceneryBuilder.replace(dummyObject, dummy.getObject(), 11); - } + SceneryBuilder.replace(RegionManager.getObject(dummy.getObject().getLocation()), dummy.getObject(), 11); activeDummy = true; if (dummy == Dummy.CONTROLLED && controlled == null) { Location l = Location.create(2860, 3551, 0); controlled = new Scenery(dummy.getObject().getId(), l, 10, 1); - Scenery controlledObject = RegionManager.getObject(l); - if (controlledObject != null) { - SceneryBuilder.replace(controlledObject, controlled, 11); - } + SceneryBuilder.replace(RegionManager.getObject(l), controlled, 11); } return false; } diff --git a/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/DeathPlateauInteractionListener.kt b/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/DeathPlateauInteractionListener.kt index fd59d4697..01a253ad4 100644 --- a/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/DeathPlateauInteractionListener.kt +++ b/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/DeathPlateauInteractionListener.kt @@ -1,13 +1,11 @@ package content.region.asgarnia.burthorpe.quest.deathplateau import content.data.Quests -import content.global.handlers.iface.ScrollInterface import core.api.* import core.game.global.action.DoorActionHandler import core.game.interaction.IntType import core.game.interaction.InteractionListener import core.game.node.item.GroundItemManager -import org.rs09.consts.Components import org.rs09.consts.Items import org.rs09.consts.Scenery @@ -25,11 +23,6 @@ class DeathPlateauInteractionListener : InteractionListener { Scenery.STONE_MECHANISM_3676, // 4 Outer stone plates Scenery.STONE_MECHANISM_3677 // 2 Inner stone plates ) - val combinationScroll = arrayOf( - "Red is North of Blue. Yellow is South of Purple.", - "Green is North of Purple. Blue is West of", - "Yellow. Purple is East of Red." - ) } override fun defineListeners() { on(Scenery.DOOR_3747, SCENERY, "open") { player, node -> @@ -55,10 +48,10 @@ class DeathPlateauInteractionListener : InteractionListener { } on(Items.COMBINATION_3102, ITEM, "read") { player, _ -> - // https://youtu.be/C8n8Yi-J8wU?t=466 - openInterface(player, 222) - setInterfaceText(player, combinationScroll.joinToString("
"), 222, 5) - + openInterface(player, 220) + setInterfaceText(player, "Red is North of Blue. Yellow is South of Purple.", 220, 7) + setInterfaceText(player, "Green is North of Purple. Blue is West of", 220, 8) + setInterfaceText(player, "Yellow. Purple is East of Red.", 220, 9) return@on true } diff --git a/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/IOUNoteDialogueFile.kt b/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/IOUNoteDialogueFile.kt index 29978f609..4a4531422 100644 --- a/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/IOUNoteDialogueFile.kt +++ b/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/IOUNoteDialogueFile.kt @@ -4,9 +4,6 @@ import content.data.Quests import core.api.* import core.game.dialogue.DialogueFile import core.game.dialogue.FacialExpression -import core.game.interaction.IntType -import core.game.interaction.InteractionListeners -import core.game.node.item.Item import core.tools.END_DIALOGUE import org.rs09.consts.Items @@ -29,7 +26,10 @@ class IOUNoteDialogueFile : DialogueFile() { 4 -> { end() stage = END_DIALOGUE - InteractionListeners.run(Items.COMBINATION_3102, IntType.ITEM, "read", player!!, Item(Items.COMBINATION_3102)) + openInterface(player!!, 220) + setInterfaceText(player!!, "Red is North of Blue. Yellow is South of Purple.", 220, 7) + setInterfaceText(player!!, "Green is North of Purple. Blue is West of", 220, 8) + setInterfaceText(player!!, "Yellow. Purple is East of Red.", 220, 9) } } } diff --git a/Server/src/main/content/region/asgarnia/dialogue/ThuroDialogue.java b/Server/src/main/content/region/asgarnia/dialogue/ThuroDialogue.java index b11f3845c..af9e253f3 100644 --- a/Server/src/main/content/region/asgarnia/dialogue/ThuroDialogue.java +++ b/Server/src/main/content/region/asgarnia/dialogue/ThuroDialogue.java @@ -155,7 +155,7 @@ public final class ThuroDialogue extends DialoguePlugin { stage = 14; return true; } - player.getInventory().add(player.getSkills().getMasteredSkills() > 1 ? ITEMS[1] : ITEMS[0]); + player.getInventory().add(player.getSkills().getMasteredSkills() >= 1 ? ITEMS[1] : ITEMS[0]); player.getInventory().add(ITEMS[2]); interpreter.sendDialogues(npc, FacialExpression.OLD_NORMAL, "There you go! You're truley a master of Smithing."); stage = 16; @@ -488,7 +488,7 @@ public final class ThuroDialogue extends DialoguePlugin { stage = 14; return true; } - player.getInventory().add(player.getSkills().getMasteredSkills() > 1 ? ITEMS[1] : ITEMS[0]); + player.getInventory().add(player.getSkills().getMasteredSkills() >= 1 ? ITEMS[1] : ITEMS[0]); player.getInventory().add(ITEMS[2]); interpreter.sendDialogues(npc, FacialExpression.OLD_NORMAL, "There you go! You're truley a master of Smithing."); stage = 16; diff --git a/Server/src/main/content/region/asgarnia/falador/diary/FaladorAchievementDiary.kt b/Server/src/main/content/region/asgarnia/falador/diary/FaladorAchievementDiary.kt index 93a55d438..4831afd9c 100644 --- a/Server/src/main/content/region/asgarnia/falador/diary/FaladorAchievementDiary.kt +++ b/Server/src/main/content/region/asgarnia/falador/diary/FaladorAchievementDiary.kt @@ -33,7 +33,7 @@ class FaladorAchievementDiary : DiaryEventHookBase(DiaryType.FALADOR) { private val WAYNES_CHAINS_AREA = ZoneBorders(2969, 3310, 2975, 3314) private val SARAHS_FARMING_SHOP_AREA = ZoneBorders(3021, 3285, 3040, 3296) private val FALADOR_GENERAL_AREA = ZoneBorders(2934, 3399, 3399, 3307) - private val CHEMIST_AREA = ZoneBorders(2925, 3213, 2939, 3207) + private val CHEMIST_AREA = ZoneBorders(2929, 3213, 2936, 3207) private val PORT_SARIM_FLOWER_PATCH = ZoneBorders(3053, 3306, 3056, 3309) @@ -143,7 +143,7 @@ class FaladorAchievementDiary : DiaryEventHookBase(DiaryType.FALADOR) { ) override fun onInteracted(player: Player, event: InteractionEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12084 -> { if (event.option == "burst" && event.target.id in PARTY_BALLOONS) { finishTask( @@ -179,7 +179,7 @@ class FaladorAchievementDiary : DiaryEventHookBase(DiaryType.FALADOR) { } override fun onResourceProduced(player: Player, event: ResourceProducedEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 11828 -> when (event.itemId) { Items.YEW_LOGS_1515, Items.MAGIC_LOGS_1513 -> { if (inBorders(player, PARK_TREE_PATCH_AREA)) { @@ -195,7 +195,7 @@ class FaladorAchievementDiary : DiaryEventHookBase(DiaryType.FALADOR) { } override fun onNpcKilled(player: Player, event: NPCKillEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 11828 -> if (event.npc.id in PARK_DUCKS && inBorders(event.npc, PARK_POND_AREA)) { finishTask( player, diff --git a/Server/src/main/content/region/asgarnia/falador/handlers/GiantMoleNPC.java b/Server/src/main/content/region/asgarnia/falador/handlers/GiantMoleNPC.java index 20edbb3ac..6564c96dd 100644 --- a/Server/src/main/content/region/asgarnia/falador/handlers/GiantMoleNPC.java +++ b/Server/src/main/content/region/asgarnia/falador/handlers/GiantMoleNPC.java @@ -299,7 +299,7 @@ public final class GiantMoleNPC extends AbstractNPC { super.finalizeDeath(killer); if (killer instanceof Player) { Player player = killer.asPlayer(); - BossKillCounter.addToBossKillCount(player, this.getId()); + BossKillCounter.addtoKillcount(player, this.getId()); } } diff --git a/Server/src/main/content/region/asgarnia/falador/quest/blackknightsfortress/FortressGuardDialogue.java b/Server/src/main/content/region/asgarnia/falador/quest/blackknightsfortress/FortressGuardDialogue.java index 0f33d69ce..51fa14058 100644 --- a/Server/src/main/content/region/asgarnia/falador/quest/blackknightsfortress/FortressGuardDialogue.java +++ b/Server/src/main/content/region/asgarnia/falador/quest/blackknightsfortress/FortressGuardDialogue.java @@ -200,8 +200,8 @@ public class FortressGuardDialogue extends DialoguePlugin { break; case 54: end(); - DoorActionHandler.handleAutowalkDoor(player, RegionManager.getObject(3020, 3515, 0)); - List npcs = RegionManager.getLocalNPCs(player.getLocation()); + DoorActionHandler.handleAutowalkDoor(player, RegionManager.getObject(0, 3020, 3515)); + List npcs = RegionManager.getLocalNpcs(player); for (NPC npc : npcs) { if (npc.getId() == 179) { npc.getProperties().getCombatPulse().attack(player); diff --git a/Server/src/main/content/region/asgarnia/goblinvillage/handlers/GoblinVillageNPC.java b/Server/src/main/content/region/asgarnia/goblinvillage/handlers/GoblinVillageNPC.java index 80865890c..0c34e38d0 100644 --- a/Server/src/main/content/region/asgarnia/goblinvillage/handlers/GoblinVillageNPC.java +++ b/Server/src/main/content/region/asgarnia/goblinvillage/handlers/GoblinVillageNPC.java @@ -103,8 +103,8 @@ public final class GoblinVillageNPC extends AbstractNPC { if (delay < System.currentTimeMillis() && !getProperties().getCombatPulse().isAttacking()) { final int rand = RandomFunction.random(1, 4); if (rand == 2) { - final List surrounding = RegionManager.getLocalNPCs(location, 10); - for (NPC n : surrounding) { + final List surronding = RegionManager.getLocalNpcs(this, 10); + for (NPC n : surronding) { if (n.getId() == getId()) { continue; } diff --git a/Server/src/main/content/region/asgarnia/goblinvillage/handlers/GoblinVillagePopulationListener.kt b/Server/src/main/content/region/asgarnia/goblinvillage/handlers/GoblinVillagePopulationListener.kt index 79102017a..401d09d54 100644 --- a/Server/src/main/content/region/asgarnia/goblinvillage/handlers/GoblinVillagePopulationListener.kt +++ b/Server/src/main/content/region/asgarnia/goblinvillage/handlers/GoblinVillagePopulationListener.kt @@ -3,14 +3,14 @@ package content.region.asgarnia.goblinvillage.handlers import core.game.interaction.IntType import core.game.interaction.InteractionListener import core.game.node.entity.combat.DeathTask -import core.game.world.map.RegionManager.getLocalNPCs +import core.game.world.map.RegionManager.getLocalNpcs import org.rs09.consts.Scenery class GoblinVillagePopulationListener : InteractionListener{ override fun defineListeners() { on(Scenery.SIGNPOST_31301, IntType.SCENERY, "read") { player, node -> var population = 3 // This covers General Wartface, General Bentnoze and Grubfoot - val npcs = getLocalNPCs(player.location, 50) // This radius covers more than the goblin village. + val npcs = getLocalNpcs(player, 50) // This radius covers more than the goblin village. // There should be 18 Goblins walking around. // 10 are within the village walls where the generals are. // 8 of them are fighting each other on the west of the path to the village. diff --git a/Server/src/main/content/region/asgarnia/handlers/WineOfZamorakInteraction.kt b/Server/src/main/content/region/asgarnia/handlers/WineOfZamorakInteraction.kt index f11eef2a7..d908028b4 100644 --- a/Server/src/main/content/region/asgarnia/handlers/WineOfZamorakInteraction.kt +++ b/Server/src/main/content/region/asgarnia/handlers/WineOfZamorakInteraction.kt @@ -15,7 +15,7 @@ class WineOfZamorakInteraction : InteractionListener { PickupHandler.take(player, wine as GroundItem) return@on true } - val npcs = RegionManager.getLocalNPCs(player.location) + val npcs = RegionManager.getLocalNpcs(player) for (n in npcs) { if (n.id == 188) { n.sendChat("Hands off zamorak's wine!") diff --git a/Server/src/main/content/region/asgarnia/mudskipperpoint/MudSkipperPointListeners.kt b/Server/src/main/content/region/asgarnia/mudskipperpoint/MudSkipperPointListeners.kt index 6d31ea26b..eed56b4bf 100644 --- a/Server/src/main/content/region/asgarnia/mudskipperpoint/MudSkipperPointListeners.kt +++ b/Server/src/main/content/region/asgarnia/mudskipperpoint/MudSkipperPointListeners.kt @@ -14,7 +14,6 @@ import core.game.world.update.flag.context.Animation import core.game.world.update.flag.context.Graphics import core.plugin.Initializable import core.tools.RandomFunction -import core.tools.colorize import org.rs09.consts.Items import org.rs09.consts.NPCs import org.rs09.consts.Scenery @@ -120,8 +119,9 @@ class MudSkipperPointListeners : InteractionListener { } on(Scenery.SIGNPOST_10090, IntType.SCENERY, "read") { player, _ -> - // https://runescape.wiki/w/Mudskipper_Point?oldid=969991 - sendDialogue(player, colorize("%RBEWARE OF THE MUDSKIPPERS!")) + setInterfaceText(player, "Mudskipper Point.", 220, 2) + setInterfaceText(player, "WARNING! BEWARE OF THE MUDSKIPPERS!", 220, 4) + openInterface(player, 220) return@on true } diff --git a/Server/src/main/content/region/asgarnia/portsarim/dialogue/BettyDialogue.java b/Server/src/main/content/region/asgarnia/portsarim/dialogue/BettyDialogue.java new file mode 100644 index 000000000..df1214c82 --- /dev/null +++ b/Server/src/main/content/region/asgarnia/portsarim/dialogue/BettyDialogue.java @@ -0,0 +1,81 @@ +package content.region.asgarnia.portsarim.dialogue; + +import core.game.dialogue.DialoguePlugin; +import core.game.dialogue.FacialExpression; +import core.game.node.entity.npc.NPC; +import core.plugin.Initializable; +import core.game.node.entity.player.Player; + +/** + * Represents the dialogue plugin for the betty npc. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class BettyDialogue extends DialoguePlugin { + + /** + * Constructs a new {@code BettyDialogue} {@code Object}. + */ + public BettyDialogue() { + /** + * empty. + */ + } + + /** + * Constructs a new {@code BettyDialogue} {@code Object}. + * @param player the player. + */ + public BettyDialogue(Player player) { + super(player); + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new BettyDialogue(player); + } + + @Override + public boolean open(Object... args) { + npc = (NPC) args[0]; + interpreter.sendDialogues(npc, FacialExpression.HAPPY, "Welcome to the magic emporium."); + stage = 0; + return true; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + switch (stage) { + case 0: + interpreter.sendOptions("Select an Option", "Can I see your wares?", "Sorry, I'm not into Magic."); + stage = 1; + break; + case 1: + switch (buttonId) { + case 1: + end(); + npc.openShop(player); + break; + case 2: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Sorry, I'm not into Magic."); + stage = 20; + break; + } + break; + case 20: + interpreter.sendDialogues(npc, FacialExpression.HAPPY, "Well, if you see anyone who is into Magic, please send", "them my way."); + stage = 21; + break; + case 21: + end(); + break; + } + return true; + } + + @Override + public int[] getIds() { + return new int[] { 583 }; + } +} diff --git a/Server/src/main/content/region/asgarnia/portsarim/dialogue/BettyDialogue.kt b/Server/src/main/content/region/asgarnia/portsarim/dialogue/BettyDialogue.kt deleted file mode 100644 index 480142d8c..000000000 --- a/Server/src/main/content/region/asgarnia/portsarim/dialogue/BettyDialogue.kt +++ /dev/null @@ -1,83 +0,0 @@ -package content.region.asgarnia.portsarim.dialogue - -import content.data.Quests -import content.region.kandarin.yanille.quest.thehandinthesand.dialogue.HITSBettyDialogueFile -import content.region.kandarin.yanille.quest.thehandinthesand.quest.TheHandintheSand -import core.api.getQuestStage -import core.api.openDialogue -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.dialogue.DialoguePlugin -import core.game.dialogue.FacialExpression -import core.game.node.entity.player.Player -import core.plugin.Initializable -import org.rs09.consts.NPCs - -/** - * Dialogue for Betty's Magic Emporium. - * @author Edith - */ - -@Initializable -class BettyDialogue(player: Player? = null) : DialoguePlugin(player) { - override fun newInstance(player: Player): DialoguePlugin { - return BettyDialogue(player) - } - - override fun handle(interfaceId: Int, buttonId: Int): Boolean { - openDialogue(player, BettyDialogueFile(), npc) - return false - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.BETTY_583) - } - -} - -class BettyDialogueFile : DialogueLabeller() { - override fun addConversation() { - - exec { player, _ -> - val stage = getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) - - if ((stage >= TheHandintheSand.STAGE_MAGICAL_ORB_35 && - stage < TheHandintheSand.STAGE_INTERROGATE_SANDY_50) || - (stage >= TheHandintheSand.STAGE_SANDY_CONFESSION_55 && - stage < TheHandintheSand.STAGE_QUEST_COMPLETED_100) || - stage >= TheHandintheSand.STAGE_QUEST_COMPLETED_100 - ) { - loadLabel(player, "quest_options") - } else { - loadLabel(player, "default_options") - } - } - - label("default_options") - npc(ChatAnim.HAPPY, "Welcome to the magic emporium.") - options( - DialogueOption("open_shop", "Can I see your wares?"), - DialogueOption("not_into_magic", "Sorry, I'm not into Magic.", expression = FacialExpression.HALF_GUILTY) - ) - - label("open_shop") - exec { player, npc -> - npc.openShop(player) - } - - label("not_into_magic") - npc(ChatAnim.HAPPY, "Well, if you see anyone who is into Magic, please send", "them my way.") - - /** If the player is doing The Hand in the Sand quest. */ - label("quest_options") - options( - DialogueOption("hand_in_sand", "Talk to Betty about the Hand in the Sand quest.", skipPlayer = true), - DialogueOption("default_options", "Talk to Betty about her shop.", skipPlayer = true) - ) - - label("hand_in_sand") - open(player!!, HITSBettyDialogueFile(), npc!!) - } - -} \ No newline at end of file diff --git a/Server/src/main/content/region/asgarnia/taverley/dialogue/PetshopOwnerTaverly.java b/Server/src/main/content/region/asgarnia/taverley/dialogue/PetshopOwnerTaverly.java index 42a750302..39f24867c 100644 --- a/Server/src/main/content/region/asgarnia/taverley/dialogue/PetshopOwnerTaverly.java +++ b/Server/src/main/content/region/asgarnia/taverley/dialogue/PetshopOwnerTaverly.java @@ -53,7 +53,7 @@ public final class PetshopOwnerTaverly extends DialoguePlugin { @Override public boolean open(Object... args) { if (args.length > 1) { - List npcs = RegionManager.getLocalNPCs(player.getLocation()); + List npcs = RegionManager.getLocalNpcs(player); for (NPC n : npcs) { if (n.getId() == 6893) { npc = n; diff --git a/Server/src/main/content/region/asgarnia/taverley/dialogue/PikkupstixDialogue.java b/Server/src/main/content/region/asgarnia/taverley/dialogue/PikkupstixDialogue.java index 399daecc7..f953d2783 100644 --- a/Server/src/main/content/region/asgarnia/taverley/dialogue/PikkupstixDialogue.java +++ b/Server/src/main/content/region/asgarnia/taverley/dialogue/PikkupstixDialogue.java @@ -148,11 +148,7 @@ public final class PikkupstixDialogue extends DialoguePlugin { } break; case 100: - if (player.getSkills().getStaticLevel(Skills.SUMMONING) == 99) { - npc(FacialExpression.AMAZED, "Why, I've never seen such raw Summoning power", "before! If anyone has the right to own a Skillcape of", "Summoning, then it is you!"); - } else { - npc("Welcome to my humble abode. How can I help", "you?"); - } + npc("Welcome to my humble abode. How can I help", "you?"); break; } return true; @@ -635,7 +631,7 @@ public final class PikkupstixDialogue extends DialoguePlugin { switch (stage) { case 0: if (player.getSkills().getStaticLevel(Skills.SUMMONING) == 99) { - options("Yes, please sell me a Skillcape of Summoning.", "So, what's Summoning all about then?", "Can I buy some Summoning supplies?", "Please tell me about skillcapes."); + options("So, what's Summoning all about, then?", "Can I buy some Summoning supplies?", "Can I buy a Summoning skillcape?"); stage = 600; } else { options("So, what's Summoning all about, then?", "Can I buy some Summoning supplies?", "Please tell me about skillcapes."); @@ -760,40 +756,35 @@ public final class PikkupstixDialogue extends DialoguePlugin { case 600: switch (buttonId) { case 1: - player(FacialExpression.ASKING, "May I buy a Skillcape of Summoning, please?"); - stage = 599; - break; - case 2: player("So, what's summoning all about, then?"); stage = 10; break; - case 3: + case 2: player("Can I buy some summoning supplies, please?"); stage = 34; break; - case 4: - player("Please tell me about skillcapes."); - stage = 400; + case 3: + player("Can I buy a Skillcape of Summoning?"); + stage = 599; break; } break; case 599: - npc(FacialExpression.NEUTRAL, "That is a pretty tall order, even for someone with your", "skills, " + player.getUsername() + ". You'll have to pay a fee of 99000 coins", "to get the cape."); + npc("Why yes you can! I must warn you that they cost", "a total of 99000 coins. Do you wish to still", "buy a skillcape of Summoning?"); stage = 601; break; case 601: - options("99000 coins? I think not!", "I'll take one!"); + options("Yes.", "No."); stage = 602; break; case 602: switch (buttonId) { case 1: - player(FacialExpression.AMAZED, "99000 coins? I think not!"); - stage = 605; + player("Yes, please."); + stage = 603; break; case 2: - player(FacialExpression.HAPPY, "I'll take one!"); - stage = 603; + end(); break; } break; @@ -813,17 +804,13 @@ public final class PikkupstixDialogue extends DialoguePlugin { return true; } if (player.getInventory().add(ITEMS[player.getSkills().getMasteredSkills() > 1 ? 1 : 0], ITEMS[2])) { - npc(FacialExpression.HAPPY, "Excellent! Wear that cape with pride my friend."); + player("There you go, enjoy!"); stage = 604; } break; case 604: end(); break; - case 605: - npc(FacialExpression.NEUTRAL, "Well, keep that in mind the next time you ask. These", "things are not cheap to make you know!"); - stage = 604; - break; } break; } diff --git a/Server/src/main/content/region/asgarnia/taverley/quest/WolfWhistle.java b/Server/src/main/content/region/asgarnia/taverley/quest/WolfWhistle.java index 29160561d..ec4661ccf 100644 --- a/Server/src/main/content/region/asgarnia/taverley/quest/WolfWhistle.java +++ b/Server/src/main/content/region/asgarnia/taverley/quest/WolfWhistle.java @@ -23,11 +23,6 @@ public class WolfWhistle extends Quest { */ public static final Item WOLF_BONES = new Item(2859, 2); - /** - * Gates the visibility of the Summoning orb next to the minimap behind quest completion. - */ - private static final int VARBIT_SUMMONING_ORB_VISIBILITY = 4280; - /** * Constructs a new {@code WolfWhistle} {@code Object}. */ @@ -169,7 +164,6 @@ public class WolfWhistle extends Quest { player.getSkills().addExperience(Skills.SUMMONING, 276); player.getInventory().add(new Item(12158, 275), player); player.removeAttribute("searched-body"); - setVarbit(player, VARBIT_SUMMONING_ORB_VISIBILITY, 1); player.getQuestRepository().syncronizeTab(player); player.getInterfaceManager().openInfoBars(); } diff --git a/Server/src/main/content/region/asgarnia/taverley/quest/witchshouse/NoraTHaggNPC.java b/Server/src/main/content/region/asgarnia/taverley/quest/witchshouse/NoraTHaggNPC.java index 8a73079c3..2192bf840 100644 --- a/Server/src/main/content/region/asgarnia/taverley/quest/witchshouse/NoraTHaggNPC.java +++ b/Server/src/main/content/region/asgarnia/taverley/quest/witchshouse/NoraTHaggNPC.java @@ -9,7 +9,6 @@ import core.game.system.task.Pulse; import core.game.world.GameWorld; import core.game.world.map.Direction; import core.game.world.map.Location; -import core.game.world.map.RegionManager; import core.game.world.update.flag.context.Animation; import core.game.world.update.flag.context.Graphics; import core.net.packet.PacketRepository; @@ -124,7 +123,7 @@ public class NoraTHaggNPC extends AbstractNPC { @Override public void tick() { super.tick(); - List players = RegionManager.getLocalPlayers(location); + List players = getViewport().getCurrentPlane().getPlayers(); if(getLocation().getX() == 2930){ walkdir = false; } else if(getLocation().getX() == 2904){ diff --git a/Server/src/main/content/region/asgarnia/taverley/quest/witchshouse/WitchsExperimentNPC.java b/Server/src/main/content/region/asgarnia/taverley/quest/witchshouse/WitchsExperimentNPC.java index 08eb59dee..5f1e46e06 100644 --- a/Server/src/main/content/region/asgarnia/taverley/quest/witchshouse/WitchsExperimentNPC.java +++ b/Server/src/main/content/region/asgarnia/taverley/quest/witchshouse/WitchsExperimentNPC.java @@ -38,7 +38,7 @@ public class WitchsExperimentNPC extends AbstractNPC { @Override public void handleTickActions() { super.handleTickActions(); - if (!p.isActive() || !RegionManager.getLocalPlayers(location).contains(p)) { + if(!p.isActive() || !RegionManager.getLocalPlayers(this).contains(p)){ p.removeAttribute("witchs-experiment:npc_spawned"); clear(); } diff --git a/Server/src/main/content/region/asgarnia/trollheim/handlers/TrollheimPlugin.java b/Server/src/main/content/region/asgarnia/trollheim/handlers/TrollheimPlugin.java index d6a2c1fc6..b62009775 100644 --- a/Server/src/main/content/region/asgarnia/trollheim/handlers/TrollheimPlugin.java +++ b/Server/src/main/content/region/asgarnia/trollheim/handlers/TrollheimPlugin.java @@ -202,7 +202,7 @@ public final class TrollheimPlugin extends OptionHandler { switch (id) { case 32738: if (loc.equals(new Location(2892, 10072, 0))) { - player.getProperties().setTeleportLocation(LOCATIONS[9]); + player.getProperties().setTeleportLocation(LOCATIONS[0]); return true; } player.teleport(LOCATIONS[1]); diff --git a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDGraardorSwingHandler.java b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDGraardorSwingHandler.java index 0e14342e9..540d48f02 100644 --- a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDGraardorSwingHandler.java +++ b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDGraardorSwingHandler.java @@ -12,7 +12,6 @@ import core.game.node.entity.combat.equipment.ArmourSet; import core.game.node.entity.impl.Projectile; import core.game.node.entity.impl.Animator.Priority; import core.game.node.entity.npc.NPC; -import core.game.node.entity.player.Player; import core.game.world.map.RegionManager; import core.game.world.map.zone.ZoneBorders; import core.game.world.update.flag.context.Animation; @@ -67,7 +66,7 @@ public final class GWDGraardorSwingHandler extends CombatSwingHandler { ticks += (int) Math.ceil(entity.getLocation().getDistance(victim.getLocation()) * 0.3); NPC npc = (NPC) entity; List list = new ArrayList<>(20); - for (Player t : RegionManager.getLocalPlayers(npc.getLocation(), 28)) { + for (Entity t : RegionManager.getLocalPlayers(npc, 28)) { if (!CHAMBER.insideBorder(t.getLocation())) { continue; } diff --git a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDKreeArraSwingHandler.java b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDKreeArraSwingHandler.java index 66f5e432c..925f917fd 100644 --- a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDKreeArraSwingHandler.java +++ b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDKreeArraSwingHandler.java @@ -12,7 +12,6 @@ import core.game.node.entity.combat.equipment.ArmourSet; import core.game.node.entity.impl.Projectile; import core.game.node.entity.impl.Animator.Priority; import core.game.node.entity.npc.NPC; -import core.game.node.entity.player.Player; import core.game.world.map.Direction; import core.game.world.map.Location; import core.game.world.map.RegionManager; @@ -84,7 +83,7 @@ public final class GWDKreeArraSwingHandler extends CombatSwingHandler { ticks += (int) Math.ceil(entity != null ? entity.getLocation().getDistance(victim.getLocation()) : 0.0 * 0.3); NPC npc = (NPC) entity; List list = new ArrayList<>(20); - for (Player t : RegionManager.getLocalPlayers(npc.getLocation(), 28)) { + for (Entity t : RegionManager.getLocalPlayers(npc, 28)) { if (!CHAMBER.insideBorder(t.getLocation())) { continue; } diff --git a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDZilyanaSwingHandler.java b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDZilyanaSwingHandler.java index bccf419f9..a1f060d9a 100644 --- a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDZilyanaSwingHandler.java +++ b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GWDZilyanaSwingHandler.java @@ -11,7 +11,6 @@ import core.game.node.entity.combat.InteractionType; import core.game.node.entity.combat.equipment.ArmourSet; import core.game.node.entity.impl.Animator.Priority; import core.game.node.entity.npc.NPC; -import core.game.node.entity.player.Player; import core.game.world.map.RegionManager; import core.game.world.update.flag.context.Animation; import core.game.world.update.flag.context.Graphics; @@ -60,7 +59,7 @@ public class GWDZilyanaSwingHandler extends CombatSwingHandler { } else { NPC npc = (NPC) entity; List list = new ArrayList<>(20); - for (Player t : RegionManager.getLocalPlayers(npc.getCenterLocation(), (npc.size() >> 1) + 2)) { + for (Entity t : RegionManager.getLocalPlayers(npc.getCenterLocation(), (npc.size() >> 1) + 2)) { if (t.getLocation().getX() < 2908 && t.isAttackable(npc, CombatStyle.MAGIC, false)) { list.add(new BattleState(entity, t)); } diff --git a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodWarsNPC.java b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodWarsNPC.java index 4dae4b212..215de9f11 100644 --- a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodWarsNPC.java +++ b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodWarsNPC.java @@ -61,7 +61,7 @@ public final class GodWarsNPC extends AbstractNPC { @Override public List getPossibleTargets(Entity entity, int radius) { List targets = new ArrayList<>(20); - for (Player player : RegionManager.getLocalPlayers(entity.getLocation(), radius)) { + for (Player player : RegionManager.getLocalPlayers(entity, radius)) { if (canSelectTarget(entity, player)) { targets.add(player); } @@ -69,7 +69,7 @@ public final class GodWarsNPC extends AbstractNPC { if (!targets.isEmpty()) { return targets; } - for (NPC npc : RegionManager.getLocalNPCs(entity.getLocation(), radius)) { + for (NPC npc : RegionManager.getLocalNpcs(entity, radius)) { if (canSelectTarget(entity, npc)) { targets.add(npc); } @@ -115,9 +115,9 @@ public final class GodWarsNPC extends AbstractNPC { @Override public boolean isAttackable(Entity entity, CombatStyle style, boolean message) { if (style == CombatStyle.MELEE && faction == GodWarsFaction.ARMADYL && entity instanceof Player) { - if(message) { - ((Player) entity).getPacketDispatch().sendMessage("The aviansie is flying too high for you to attack using melee."); - } + if(message) { + ((Player) entity).getPacketDispatch().sendMessage("The aviansie is flying too high for you to attack using melee."); + } return false; } return super.isAttackable(entity, style, message); diff --git a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsBossNPC.java b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsBossNPC.java index ad04fa730..4d62e0f41 100644 --- a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsBossNPC.java +++ b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsBossNPC.java @@ -231,7 +231,7 @@ public final class GodwarsBossNPC extends AbstractNPC { public void finalizeDeath(Entity killer) { super.finalizeDeath(killer); if (getId() == 6222 || getId() == 6260 || getId() == 6247 || getId() == 6203) { - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } if (minions == null) { return; diff --git a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsEntranceHandler.java b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsEntranceHandler.java index 6ec32b53d..8803d9d88 100644 --- a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsEntranceHandler.java +++ b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsEntranceHandler.java @@ -83,7 +83,7 @@ public final class GodwarsEntranceHandler extends OptionHandler { GameWorld.getPulser().submit(new Pulse(12, player) { @Override public boolean pulse() { - player.getPacketDispatch().sendSceneryAnimation(RegionManager.getObject(2898, 3716, 0), Animation.create(6981)); + player.getPacketDispatch().sendSceneryAnimation(RegionManager.getObject(0, 2898, 3716), Animation.create(6981)); return true; } }); diff --git a/Server/src/main/content/region/desert/alkharid/handlers/AlKharidWarriorNPC.kt b/Server/src/main/content/region/desert/alkharid/handlers/AlKharidWarriorNPC.kt index 0f56be285..ba1b4662d 100644 --- a/Server/src/main/content/region/desert/alkharid/handlers/AlKharidWarriorNPC.kt +++ b/Server/src/main/content/region/desert/alkharid/handlers/AlKharidWarriorNPC.kt @@ -49,7 +49,7 @@ class AlKharidWarriorNPC : AbstractNPC { if (entity is Player) { if (target == null) { target = entity - RegionManager.getLocalNPCs(entity.location, supportRange).forEach { + RegionManager.getLocalNpcs(entity, supportRange).forEach { if (it.id == NPCs.AL_KHARID_WARRIOR_18 && !it.properties.combatPulse.isAttacking && it != this) { it.sendChat("Brother, I shall help thee with this infidel!") it.attack(entity) diff --git a/Server/src/main/content/region/desert/alkharid/quest/princealirescue/LadyKeliDialogue.java b/Server/src/main/content/region/desert/alkharid/quest/princealirescue/LadyKeliDialogue.java index 2c8985dec..038567099 100644 --- a/Server/src/main/content/region/desert/alkharid/quest/princealirescue/LadyKeliDialogue.java +++ b/Server/src/main/content/region/desert/alkharid/quest/princealirescue/LadyKeliDialogue.java @@ -64,7 +64,7 @@ public final class LadyKeliDialogue extends DialoguePlugin { case 60: case 100: npc.sendChat("You tricked me, and tied me up, Guards kill this stranger!"); - List npcc = RegionManager.getLocalNPCs(player.getLocation()); + List npcc = RegionManager.getLocalNpcs(player); for (NPC n : npcc) { if (n.getId() == 917) { n.sendChat("Yes M'lady"); diff --git a/Server/src/main/content/region/desert/alkharid/quest/princealirescue/PrinceAliRescue.java b/Server/src/main/content/region/desert/alkharid/quest/princealirescue/PrinceAliRescue.java index 1c37aebab..049e805f6 100644 --- a/Server/src/main/content/region/desert/alkharid/quest/princealirescue/PrinceAliRescue.java +++ b/Server/src/main/content/region/desert/alkharid/quest/princealirescue/PrinceAliRescue.java @@ -64,16 +64,16 @@ public class PrinceAliRescue extends Quest { break; case 10: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, BLUE + "I should go and speak to " + RED + "Osman " + BLUE + "for details on the quest.", 6+ 7); break; case 20: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); line(player, RED + "Prince Ali " + BLUE + "has been " + RED + "kidnapped " + BLUE + "but luckily the spy " + RED + "Leela " + BLUE + "has", 7+ 7); - line(player, BLUE + "found he is being held near " + RED + "draynor village. " + BLUE + "I will need to", 8+ 7); //authentic typo on the 'draynor village' capitialization - line(player, RED + "disguise " + BLUE + "the " + RED + "Prince " + BLUE + "and " + RED + "tie " + BLUE + "up his " + RED + "captor " + BLUE + "to " + RED + "free " + BLUE + "him from", 9+ 7); + line(player, BLUE + "found he is being held near " + RED + "Draynor village. " + BLUE + "I will need to", 8+ 7); + line(player, RED + "disguise " + BLUE + "the " + RED + "Price " + BLUE + "and " + RED + "tie " + BLUE + "up his " + RED + "captor " + BLUE + "to " + RED + "free " + BLUE + "him from", 9+ 7); line(player, BLUE + "their " + RED + "clutches.", 10+ 7); line(player, BLUE + "To do this I should:-", 11+ 7); line(player, BLUE + "Talk to " + RED + "Leela " + BLUE + "near " + RED + "Draynor Village " + BLUE + "for advice.", 12+ 7); @@ -85,10 +85,10 @@ public class PrinceAliRescue extends Quest { break; case 30: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); line(player, RED + "Prince Ali " + BLUE + "has been " + RED + "kidnapped " + BLUE + "but luckily the spy " + RED + "Leela " + BLUE + "has", 7+ 7); - line(player, BLUE + "found he is being held near " + RED + "Draynor Village. " + BLUE + "I will need to", 8+ 7); + line(player, BLUE + "found he is being held near " + RED + "Draynor village. " + BLUE + "I will need to", 8+ 7); line(player, RED + "disguise " + BLUE + "the " + RED + "Prince " + BLUE + "and " + RED + "tie " + BLUE + "up his " + RED + "captor " + BLUE + "to " + RED + "free " + BLUE + "him from", 9+ 7); line(player, BLUE + "their " + RED + "clutches.", 10+ 7); line(player, BLUE + "To do this I should:-", 11+ 7); @@ -97,15 +97,15 @@ public class PrinceAliRescue extends Quest { line(player, hasItem(player, ROPE) ? "I have some rope with me." : BLUE + "Get some " + RED + "rope " + BLUE + "to tie up the Princes' " + RED + "kidnapper.", 14+ 7); line(player, hasItem(player, PASTE) ? "I have some skin paste suitable for disguise with me." : BLUE + "Get something to " + RED + "colour " + BLUE + "the " + RED + "Princes' skin " + BLUE + "as a " + RED + "disguise.", 15+ 7); line(player, hasItem(player, SKIRT) ? "I have a skirt suitable for a disguise with me." : BLUE + "Get a " + RED + "skirt " + BLUE + "similar to his " + RED + "kidnapper " + BLUE + "as " + RED + "disguise.", 16+ 7); - line(player, hasItem(player, YELLOW_WIG) ? "I have a wig suitable for disguise with me." : BLUE + "Get a " + RED + "Wig " + BLUE + "to " + RED + "help disguise " + BLUE + "the " + RED + "prince.", 17+ 7); + line(player, hasItem(player, YELLOW_WIG) ? "I have a wig suitable for disguise with me." : BLUE + "Get a " + RED + "Wig " + BLUE + "to " + RED + "help disguise" + BLUE + "the " + RED + "prince.", 17+ 7); break; case 40: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); if (player.getAttribute("guard-drunk", false)) { line(player, "Prince Ali has been kidnapped but luckily the spy Leela has", 7+ 7); - line(player, "found he is being held near Draynor Village. I will need to", 8+ 7); + line(player, "found he is being held near Draynor village. I will need to", 8+ 7); line(player, "disguise the Prince and tie up his captor to free him from", 9+ 7); line(player, "their clutches.", 10+ 7); line(player, "I also had to prevent the Guard from seeing that I was up", 10+ 7); @@ -116,32 +116,32 @@ public class PrinceAliRescue extends Quest { } else { line(player, BLUE + "Do something to prevent " + RED + "Joe the Guard " + BLUE + "seeing the", 7+ 7); line(player, BLUE + "escape.", 8+ 7); - line(player, BLUE + "Use the " + RED + "Skin Potion" + BLUE + ", " + RED + "Pink Skirt" + BLUE + ", " + RED + "Rope" + BLUE + ", " + RED + "Blonde Wig " + BLUE + "and " + RED + "Cell", 9+ 7); + line(player, BLUE + "Use the " + RED + "Skin potion" + BLUE + ", " + RED + "Pink Skirt" + BLUE + "," + RED + "Rope" + BLUE + "," + RED + "Blonde Wig " + BLUE + "and " + RED + "Cell", 9+ 7); line(player, RED + "Key" + BLUE + " to free " + RED + "Prince Ali " + BLUE + "from his cell somehow.", 10+ 7); } break; case 50: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); line(player, "Prince Ali has been kidnapped but luckily the spy Leela has", 7+ 7); - line(player, "found he is being held near Draynor Village. I will need to", 8+ 7); + line(player, "found he is being held near Draynor village. I will need to", 8+ 7); line(player, "disguise the Prince and tie up his captor to free him from", 9+ 7); line(player, "their clutches.", 10+ 7); line(player, "I also had to prevent the Guard from seeing that I was up", 10+ 7); line(player, "to, by getting him drunk.", 11+ 7); line(player, "With the guard disposed of, I used my rope to tie up Lady", 11+ 7); line(player, "Keli in a cupboard, so I could disguise the Prince.", 12+ 7); - line(player, BLUE + "I need to " + RED + "unlock the cell door " + BLUE + "and then give the Prince the", 13+ 7); - line(player, RED + "Pink Skirt" + BLUE + ", the " + RED + "Skin Paste " + BLUE + "and the " + RED + "Blonde Wig " + BLUE + "so that they", 14+ 7); + line(player, BLUE + "I need to " + RED + "Unlock the cell door " + BLUE + "and then give the Prince the", 13+ 7); + line(player, RED + "Pink Skirt" + BLUE + ", the " + RED + "Skin paste " + BLUE + "and the " + RED + "Blonde Swig " + BLUE + "so that the", 14+ 7); line(player, BLUE + "can safely " + RED + "escape " + BLUE + "disguised as " + RED + "Lady Keli.", 15+ 7); break; case 60: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); line(player, "Prince Ali has been kidnapped but luckily the spy Leela has", 7+ 7); - line(player, "found he is being held near Draynor Village. I will need to", 8+ 7); + line(player, "found he is being held near Draynor village. I will need to", 8+ 7); line(player, "disguise the Prince and tie up his captor to free him from", 9+ 7); line(player, "their clutches.", 10+ 7); line(player, "I also had to prevent the Guard from seeing that I was up", 10+ 7); @@ -155,10 +155,10 @@ public class PrinceAliRescue extends Quest { break; case 100: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); line(player, "Prince Ali has been kidnapped but luckily the spy Leela has", 7+ 7); - line(player, "found he is being held near Draynor Village. I will need to", 8+ 7); + line(player, "found he is being held near Draynor village. I will need to", 8+ 7); line(player, "disguise the Prince and tie up his captor to free him from", 9+ 7); line(player, "their clutches.", 10+ 7); line(player, "I also had to prevent the Guard from seeing that I was up", 10+ 7); @@ -170,7 +170,7 @@ public class PrinceAliRescue extends Quest { line(player, "freedom with Leela after unlocking his cell door.", 15+ 7); line(player, "Hassan the chancellor rewarded me for all of my help.", 16+ 7); line(player, "I am now a friend of Al-Kharid and may pass through the", 17+ 7); - line(player, "gate leading between Lumbridge and Al-Kharid for free.", 18+ 7); + line(player, "gate leading between Lumbridge and Al-Kharid for free", 18+ 7); line(player, "QUEST COMPLETE!", 19+ 7); break; } diff --git a/Server/src/main/content/region/desert/bandits/handlers/BanditNPC.kt b/Server/src/main/content/region/desert/bandits/handlers/BanditNPC.kt index beadf788e..29a7809d1 100644 --- a/Server/src/main/content/region/desert/bandits/handlers/BanditNPC.kt +++ b/Server/src/main/content/region/desert/bandits/handlers/BanditNPC.kt @@ -23,7 +23,8 @@ class BanditNPC(id: Int = NPCs.BANDIT_1926, location: Location? = null) : Abstra override fun tick() { if (!inCombat()) { - for (player in RegionManager.getLocalPlayers(location, 5)) { + val players = RegionManager.getLocalPlayers(this, 5) + for (player in players) { if (player.inCombat()) continue if (hasGodItem(player, God.SARADOMIN)) { sendChat("Time to die, Saradominist filth!") @@ -46,7 +47,7 @@ class BanditNPC(id: Int = NPCs.BANDIT_1926, location: Location? = null) : Abstra override fun onImpact(entity: Entity?, state: BattleState?) { if (entity is Player) { - RegionManager.getLocalNPCs(entity.location, supportRange).forEach { + RegionManager.getLocalNpcs(entity, supportRange).forEach { if (it.id == NPCs.BANDIT_1926 && !it.properties.combatPulse.isAttacking && it != this) { it.sendChat("You picked the wrong place to start trouble!") it.attack(entity) diff --git a/Server/src/main/content/region/desert/bedabin/handlers/BedabinPlugin.java b/Server/src/main/content/region/desert/bedabin/handlers/BedabinPlugin.java index 99411ee68..a0a2870a9 100644 --- a/Server/src/main/content/region/desert/bedabin/handlers/BedabinPlugin.java +++ b/Server/src/main/content/region/desert/bedabin/handlers/BedabinPlugin.java @@ -47,7 +47,7 @@ public final class BedabinPlugin extends OptionHandler { player.getPacketDispatch().sendMessage("You walk back out the tent."); break; } - player.getDialogueInterpreter().open(834, RegionManager.getNpc(player.getLocation(), 834, 16)); + player.getDialogueInterpreter().open(834, RegionManager.getNpc(player, 834)); break; } break; diff --git a/Server/src/main/content/region/desert/dialogue/ShantayDialogue.java b/Server/src/main/content/region/desert/dialogue/ShantayDialogue.java index fcbf3077f..be8dde907 100644 --- a/Server/src/main/content/region/desert/dialogue/ShantayDialogue.java +++ b/Server/src/main/content/region/desert/dialogue/ShantayDialogue.java @@ -47,11 +47,11 @@ public final class ShantayDialogue extends DialoguePlugin { } if (args.length == 2) { player.getPacketDispatch().sendMessage("Shantay saunters over to talk with you."); - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "If you want to be let out, you have to pay a fine of", "five gold. Do you want to pay now?"); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "If you want to be let out, you have to pay a fine of", "five gold. Do you want to pay now?"); stage = 703; return true; } - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Hello effendi, I am Shantay."); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "Hello effendi, I am Shantay."); stage = 0; return true; } @@ -60,11 +60,11 @@ public final class ShantayDialogue extends DialoguePlugin { public boolean handle(int interfaceId, int buttonId) { switch (stage) { case 0: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "I see you're new. Please read the billboard poster", "before going into the desert. It'll give yer details on the", "dangers you can face."); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "I see you're new. Please read the billboard poster", "before going into the desert. It'll give yer details on the", "dangers you can face."); stage = 1; break; case 1: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "There is a heartbroken mother just past the gates and", "in the desert. Her name is Irena and she mourns her", "lost daughter. Such a shame."); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "There is a heartbroken mother just past the gates and", "in the desert. Her name is Irena and she mourns her", "lost daughter. Such a shame."); stage = 2; break; case 2: @@ -74,19 +74,19 @@ public final class ShantayDialogue extends DialoguePlugin { case 3: switch (buttonId) { case 1: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "What is this place?"); + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "What is this place?"); stage = 10; break; case 2: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Can I see what you have to sell please?"); + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Can I see what you have to sell please?"); stage = 20; break; case 3: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "I must be going."); + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I must be going."); stage = 30; break; case 4: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "I want to buy a Shantay pass for 5 gold coins."); + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I want to buy a Shantay pass for 5 gold coins."); stage = 40; break; @@ -101,7 +101,7 @@ public final class ShantayDialogue extends DialoguePlugin { player.getInventory().add(new Item(1854)); interpreter.sendItemMessage(1854, "You purchase a Shantay Pass."); } else { - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Sorry, I don't seem to have enough money."); + interpreter.sendDialogues(player, null, "Sorry, I don't seem to have enough money."); } stage = 41; break; @@ -109,18 +109,18 @@ public final class ShantayDialogue extends DialoguePlugin { end(); break; case 30: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "So long..."); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "So long..."); stage = 31; break; case 31: end(); break; case 10: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "This is the pass of Shantay. I guard this area with my", "men. I am responsible for keeping this pass open and", "repaired."); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "This is the pass of Shantay. I guard this area with my", "men. I am responsible for keeping this pass open and", "repaired."); stage = 11; break; case 11: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "My men and I prevent outlaws from getting out of the", "desert. And we stop the inexeperienced from a dry death", "in the sands. Which would you say you were?"); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "My men and I prevent outlaws from getting out of the", "desert. And we stop the inexeperienced from a dry death", "in the sands. Which would you say you were?"); stage = 12; break; case 12: @@ -130,21 +130,21 @@ public final class ShantayDialogue extends DialoguePlugin { case 13: switch (buttonId) { case 1: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "I am definitely an outlaw, prepare to die."); + interpreter.sendDialogues(player, null, "I am definitely an outlaw, prepare to die."); stage = 700; break; case 2: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "I am a little inexperienced."); + interpreter.sendDialogues(player, null, "I am a little inexperienced."); stage = 710; break; case 3: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Er, neither, I'm an adventurer."); + interpreter.sendDialogues(player, null, "Er, neither, I'm an adventurer."); stage = 720; break; } break; case 20: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Absolutely Effendi!"); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "Absolutely Effendi!"); stage = 21; break; case 21: @@ -152,11 +152,11 @@ public final class ShantayDialogue extends DialoguePlugin { npc.openShop(player); break; case 700: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Ha, very funny....."); + interpreter.sendDialogues(836, null, "Ha, very funny....."); stage = 701; break; case 701: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Guards arrest him!"); + interpreter.sendDialogues(836, null, "Guards arrest him!"); stage = 702; break; case 702: @@ -168,7 +168,7 @@ public final class ShantayDialogue extends DialoguePlugin { public boolean pulse() { player.setAttribute("/save:shantay-jail", true); player.getProperties().setTeleportLocation(Location.create(3298, 3123, 0)); - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "You'll have to stay in there until you pay the fine of", "five gold pieces. Do you want to pay now?"); + interpreter.sendDialogues(836, null, "You'll have to stay in there until you pay the fine of", "five gold pieces. Do you want to pay now?"); stage = 703; return true; } @@ -181,11 +181,11 @@ public final class ShantayDialogue extends DialoguePlugin { case 704: switch (buttonId) { case 1: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Yes, okay."); + interpreter.sendDialogues(player, null, "Yes, okay."); stage = 705; break; case 2: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "No thanks, you're not having my money."); + interpreter.sendDialogues(player, null, "No thanks, you're not having my money."); stage = 800; break; } @@ -194,20 +194,20 @@ public final class ShantayDialogue extends DialoguePlugin { if (player.getInventory().remove(new Item(995, 5))) { player.getPacketDispatch().sendMessage("You hand over the five gold pieces to Shantay."); player.getPacketDispatch().sendMessage("Shantay unlocks the door to the cell."); - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Great, Effendi, now please try to keep the peace."); + interpreter.sendDialogues(836, null, "Great, Effendi, now please try to keep the peace."); player.removeAttribute("shantay-jail"); stage = 822; } else { - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Sorry, I don't seem to have enough money."); + interpreter.sendDialogues(player, null, "Sorry, I don't seem to have enough money."); stage = 825; } break; case 800: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "You have a choice. You can either pay five gold pieces", "or... You can be transported to a maximum security", "prison in Port Sarim"); + interpreter.sendDialogues(836, null, "You have a choice. You can either pay five gold pieces", "or... You can be transported to a maximum security", "prision in Port Sarim"); stage = 801; break; case 801: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Will you pay the five gold pieces?"); + interpreter.sendDialogues(836, null, "Will you pay the five gold pieces?"); stage = 802; break; case 802: @@ -217,17 +217,17 @@ public final class ShantayDialogue extends DialoguePlugin { case 803: switch (buttonId) { case 1: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Yes, okay."); + interpreter.sendDialogues(player, null, "Yes, okay."); stage = 820; break; case 2: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "No, do your worst!"); + interpreter.sendDialogues(player, null, "No, do your worst!"); stage = 804; break; } break; case 804: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "You are to be transported to a maximum security", "prison in Port Sarim. I hope you've learnt an important", "lesson from this."); + interpreter.sendDialogues(836, null, "You are to be transported to a maximum security", "prision in Port Sarim. I hope you've learn an important", "lesson from this."); stage = 805; break; case 805: @@ -237,17 +237,17 @@ public final class ShantayDialogue extends DialoguePlugin { end(); break; case 820: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Good, I see that you have come to your senses."); + interpreter.sendDialogues(836, null, "Good, I see that you have come to your senses."); stage = 821; break; case 821: if (player.getInventory().remove(new Item(995, 5))) { player.getPacketDispatch().sendMessage("You hand over the five gold pieces to Shantay."); player.getPacketDispatch().sendMessage("Shantay unlocks the door to the cell."); - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Great, Effendi, now please try to keep the peace."); + interpreter.sendDialogues(836, null, "Great, Effendi, now please try to keep the peace."); stage = 822; } else { - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Sorry, I don't seem to have enough money."); + interpreter.sendDialogues(player, null, "Sorry, I don't seem to have enough money."); stage = 825; } break; @@ -258,26 +258,26 @@ public final class ShantayDialogue extends DialoguePlugin { end(); break; case 710: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Can I recommend that you purchase a full waterskin", "and a knife! These items will no doubt save your life. A", "waterskin will keep water from evaporating in the desert."); + interpreter.sendDialogues(836, null, "Can I recommend that you purchase a full waterskin", "and a knife! These items will no doubt save your life. A", "waterskin will keep water from evaporating in the desert."); stage = 711; break; case 711: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "And a keen woodsman with a knife can extract juice", "from a cactus. Before you go into the desert, it's", "advisable to wear desert clothes. It's very hot in the", "desert and you'll surely cook if you wear amour."); + interpreter.sendDialogues(836, null, "And a keen woodsman with a knife can extract juice", "from a cactus. Before you go into the desert, it's", "advisable to wear desert clothes. It's very hot in the", "desert and you'll surely cook if you wear amour."); stage = 712; break; case 712: end(); break; case 720: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Great, I have just the thing for you the desert adventurer.", "I sell desert clothes which will keep you cool in the heat", "of the desert. I also sell waterskins so that you won't", "die in the desert."); + interpreter.sendDialogues(836, null, "Great, I have just the thing for you the desert adventurer.", "I sell desert clothes which will keep you cool in the heat", "of the desert. I also sell waterskins so that you won't", "die in the desert."); stage = 721; break; case 721: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "A waterskin and a knife help you survive from the juice", "of a cactus. Use the chest to store your items, we'll take", "them to the bank. It's hot in the desert, you'll bake in", "all that armour."); + interpreter.sendDialogues(836, null, "A waterskin and a knife help you survive from the juice", "of a cactus. Use the chest to store your items, we'll take", "them to the bank. It's hot in the desert, you'll bake in", "all that armour."); stage = 722; break; case 722: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "To keep the pass open we ask for 5 gold pieces. And", "we give you a Shantay Pass, just ask to see what I sell", "to buy one."); + interpreter.sendDialogues(836, null, "To keep the pass open we ask for 5 gold pieces. And", "we give you a Shantay Pass, just ask to see what I sell", "to buy one."); stage = 723; break; case 723: diff --git a/Server/src/main/content/region/desert/handlers/KalphiteQueenNPC.java b/Server/src/main/content/region/desert/handlers/KalphiteQueenNPC.java index b9ec27143..be677c52d 100644 --- a/Server/src/main/content/region/desert/handlers/KalphiteQueenNPC.java +++ b/Server/src/main/content/region/desert/handlers/KalphiteQueenNPC.java @@ -97,10 +97,10 @@ public final class KalphiteQueenNPC extends AbstractNPC { removeAttribute("disable:drop"); super.finalizeDeath(killer); reTransform(); - BossKillCounter.addToBossKillCount((Player) killer, 1160); + BossKillCounter.addtoKillcount((Player) killer, 1160); return; } - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); setAttribute("disable:drop", true); super.finalizeDeath(killer); super.setRespawnTick(-1); @@ -211,7 +211,7 @@ public final class KalphiteQueenNPC extends AbstractNPC { */ private BattleState[] getRangeTargets(Entity e, Entity victim) { List list = new ArrayList<>(20); - for (Player t : RegionManager.getLocalPlayers(victim.getLocation(), -1 + (int) e.getCenterLocation().getDistance(victim.getLocation()))) { + for (Entity t : RegionManager.getLocalPlayers(victim, -1 + (int) e.getCenterLocation().getDistance(victim.getLocation()))) { if (t.isAttackable(e, CombatStyle.RANGE, false)) { list.add(new BattleState(e, t)); } @@ -315,10 +315,12 @@ public final class KalphiteQueenNPC extends AbstractNPC { return; } if (style == CombatStyle.MAGIC) { - List localPlayers = RegionManager.getLocalPlayers(entity.getLocation()); - BattleState[] states = new BattleState[localPlayers.size() + 1]; + BattleState[] states = new BattleState[entity.getViewport().getCurrentPlane().getPlayers().size() + 1]; int index = 1; - for (Player p : localPlayers) { + if (states.length == 0) { + return; + } + for (Player p : entity.getViewport().getCurrentPlane().getPlayers()) { if (p != victim) { states[index++] = new BattleState(entity, p); } diff --git a/Server/src/main/content/region/desert/handlers/KhardianInteractionPlugin.java b/Server/src/main/content/region/desert/handlers/KhardianInteractionPlugin.java index 89d5dc1ab..c2dbc4200 100644 --- a/Server/src/main/content/region/desert/handlers/KhardianInteractionPlugin.java +++ b/Server/src/main/content/region/desert/handlers/KhardianInteractionPlugin.java @@ -80,7 +80,7 @@ public final class KhardianInteractionPlugin extends OptionHandler { if (!failed) { player.getSkills().addExperience(Skills.WOODCUTTING, 10, true); } - SceneryBuilder.replace(((Scenery) node), new Scenery(DRY_CACTUS, node.getLocation()), SPAWN_DELAY + RandomFunction.random(RegionManager.getLocalPlayers(player.getLocation()).size() / 2)); + SceneryBuilder.replace(((Scenery) node), new Scenery(DRY_CACTUS, node.getLocation()), SPAWN_DELAY + RandomFunction.random(RegionManager.getLocalPlayers(player).size() / 2)); break; } return true; diff --git a/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostRennardDialogue.kt b/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostRennardDialogue.kt index 6ac1468ad..83f8383ef 100644 --- a/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostRennardDialogue.kt +++ b/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostRennardDialogue.kt @@ -74,7 +74,7 @@ class MysteriousGhostRennardDialogueFile : DialogueLabeller() { player("Why don't you tell me what happened? I might be able to help...") npc("Well, I was making me merry way along, having just pulled off a glorious jewellery heist from a bunch of stinking dwarves...") player("Hey, that's no way to talk about dwarves! Some of my best friends are short!") - npc("Ah, yer misunderstand me @g[lad,lass], I wasn't generalising about the whole dwarf species, I had just stolen a bundle of jewels from a very specific group of dwarves who happened to have an odious stench about them!") + npc("Ah, yer misunderstand me [lad/lass], I wasn't generalising about the whole dwarf species, I had just stolen a bundle of jewels from a very specific group of dwarves who happened to have an odious stench about them!") player("Oh. Well I guess that's okay then. Please continue.") npc("Well, as I headed on me merry way, hoping the foul odours that lingered in me nostrils would soon pass, I see in front of me this explorer fella, all decked out in in his fine clothing, and carrying some long package") npc("bundled in rags.") diff --git a/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostViggoraDialogue.kt b/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostViggoraDialogue.kt index dae618e1d..d5464ee19 100644 --- a/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostViggoraDialogue.kt +++ b/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostViggoraDialogue.kt @@ -175,7 +175,7 @@ class MysteriousGhostViggoraDialogueFile : DialogueLabeller() { npc("Hello yourself.") player("I really liked your little story. Can you tell me another one?") player("Preferably something with a big fight and lots of explosions!") - npc("...You are a very strange young @g[man,woman].") + npc("...You are a very strange young @g[man/woman].") label("lostghostlything") player(ChatAnim.SAD, "Can I have that cloak back?") diff --git a/Server/src/main/content/region/desert/quest/thegolem/TheGolemDialogue.kt b/Server/src/main/content/region/desert/quest/thegolem/TheGolemDialogue.kt index 19af2735d..c1331e614 100644 --- a/Server/src/main/content/region/desert/quest/thegolem/TheGolemDialogue.kt +++ b/Server/src/main/content/region/desert/quest/thegolem/TheGolemDialogue.kt @@ -9,7 +9,6 @@ import org.rs09.consts.NPCs import core.game.dialogue.DialogueBuilder import core.game.dialogue.DialogueBuilderFile import content.data.Quests -import content.global.handlers.iface.ScrollLine @Initializable public final class ClayGolemDialoguePlugin(player: Player? = null) : DialoguePlugin(player) { @@ -108,18 +107,19 @@ class CuratorHaigHalenGolemDialogue : DialogueBuilderFile() { } } -// https://youtu.be/owPSLUB9E8k?t=261 val LETTER_LINES = arrayOf( - ScrollLine("Dearest Varmen,", 3), - ScrollLine("I hope this finds you well. Here are the books you asked for", 4), - ScrollLine("There has been an exciting development closer to home --", 5), - ScrollLine("another city from the same period has been discovered east", 6), - ScrollLine("of Varrock, and we are starting a huge excavation project", 7), - ScrollLine("here. I don't know if the museum will be able to finance your", 8), - ScrollLine("expedition as well as this one, so I fear your current trip will be", 9), - ScrollLine("the last.", 10), - ScrollLine("May Saradomin grant you a safe journey home", 11), - ScrollLine("Your loving Elissa.", 12) + "", + "", + "Dearest Varmen,", + "I hope this finds you well. Here are the books you asked for", + "There has been an exciting development closer to home --", + "another city from the same period has been discovered east", + "of Varrock, and we are starting a huge excavation project", + "here. I don't know if the museum will be able to finance your", + "expedition as well as this one, so I fear your current trip will be", + "the last.", + "May Saradomin grant you a safe journey home", + "Your loving Elissa.", ) val DISPLAY_CASE_TEXT = arrayOf("3rd age - yr 3000-4000", diff --git a/Server/src/main/content/region/desert/quest/thegolem/TheGolemQuest.kt b/Server/src/main/content/region/desert/quest/thegolem/TheGolemQuest.kt index 338993f8b..89d485f91 100644 --- a/Server/src/main/content/region/desert/quest/thegolem/TheGolemQuest.kt +++ b/Server/src/main/content/region/desert/quest/thegolem/TheGolemQuest.kt @@ -20,8 +20,6 @@ import core.game.interaction.InteractionListener import core.game.interaction.InterfaceListener import core.game.world.GameWorld import content.data.Quests -import content.global.handlers.iface.ScrollInterface -import org.rs09.consts.Components @Initializable class TheGolemQuest : Quest(Quests.THE_GOLEM, 70, 69, 1, 437, 0, 1, 10) { @@ -90,9 +88,9 @@ class TheGolemQuest : Quest(Quests.THE_GOLEM, 70, 69, 1, 437, 0, 1, 10) { player.packetDispatch.sendItemZoomOnInterface(Items.STATUETTE_4618,230,277,5) drawReward(player, "1 quest point", ln++) drawReward(player, "1,000 Crafting XP",ln++) - drawReward(player, "1,000 Thieving XP", ln++) - rewardXP(player, Skills.CRAFTING, 1000.0) - rewardXP(player, Skills.THIEVING, 1000.0) + drawReward(player, "1,000 Theiving XP", ln++) + rewardXP(player, Skills.CRAFTING, 3000.0) + rewardXP(player, Skills.THIEVING, 2000.0) } override fun updateVarps(player: Player) { @@ -114,6 +112,19 @@ class ClayGolemNPC : AbstractNPC { } } +class LetterListener : InterfaceListener { + override fun defineInterfaceListeners() { + onOpen(220) { player, component -> + val lines: Array = player.getAttribute("ifaces:220:lines", arrayOf()) + for(i in 0 until Math.min(lines.size, 15)) { + setInterfaceText(player, lines[i], 220, i+1) + //setInterfaceText(player, "${i}", 220, i+1) + } + return@onOpen true + } + } +} + class DisplayCaseListener : InterfaceListener { override fun defineInterfaceListeners() { onOpen(534) { player, component -> @@ -361,8 +372,9 @@ class TheGolemListeners : InteractionListener { on(34978, IntType.SCENERY, "climb-down") { player, node -> core.game.global.action.ClimbActionHandler.climb(player, core.game.global.action.ClimbActionHandler.CLIMB_DOWN, core.game.global.action.SpecialLadders.getDestination(node.location)); return@on true } on(6372, IntType.SCENERY, "climb-up") { player, node -> core.game.global.action.ClimbActionHandler.climb(player, core.game.global.action.ClimbActionHandler.CLIMB_UP, core.game.global.action.SpecialLadders.getDestination(node.location)); return@on true } on(4615, IntType.ITEM, "read") { player, node -> + player.setAttribute("ifaces:220:lines", LETTER_LINES) player.setAttribute("/save:the-golem:read-elissa-letter", true) - ScrollInterface.scrollSetup(player, Components.MESSAGESCROLL_220, LETTER_LINES) + openInterface(player, 220) return@on true } on(35226, IntType.SCENERY, "search") { player, node -> diff --git a/Server/src/main/content/region/desert/quest/thetouristrap/AnaDialogue.java b/Server/src/main/content/region/desert/quest/thetouristrap/AnaDialogue.java index ed8bb63a9..efb949796 100644 --- a/Server/src/main/content/region/desert/quest/thetouristrap/AnaDialogue.java +++ b/Server/src/main/content/region/desert/quest/thetouristrap/AnaDialogue.java @@ -108,7 +108,7 @@ public final class AnaDialogue extends DialoguePlugin { case 3: player.getInventory().add(TouristTrap.WROUGHT_IRON_KEY, player); player.getPacketDispatch().sendMessage("Ana spots Irena and waves..."); - NPC irena = RegionManager.getNpc(player.getLocation(), 4986, 16); + NPC irena = RegionManager.getNpc(player, 4986); irena.sendChat("Hi Ana!"); quest.setStage(player, 98); end(); diff --git a/Server/src/main/content/region/desert/quest/thetouristrap/DesertGuardDialogue.java b/Server/src/main/content/region/desert/quest/thetouristrap/DesertGuardDialogue.java index 80de1b845..9c9a08367 100644 --- a/Server/src/main/content/region/desert/quest/thetouristrap/DesertGuardDialogue.java +++ b/Server/src/main/content/region/desert/quest/thetouristrap/DesertGuardDialogue.java @@ -307,8 +307,8 @@ public final class DesertGuardDialogue extends DialoguePlugin { * Method used to warn players whom are breaking rules. */ private void warn() { - final List players = RegionManager.getLocalPlayers(location); - for (Player player : players) { + final List players = RegionManager.getLocalPlayers(this); + for (final Player player : players) { if (player.getAttribute("guard-warning", 0) > GameWorld.getTicks() || !player.getZoneMonitor().isInZone("mining camp") || player.inCombat() || !player.getLocation().withinDistance(this.getLocation(), 8)) { continue; } diff --git a/Server/src/main/content/region/desert/quest/thetouristrap/TouristTrapPlugin.java b/Server/src/main/content/region/desert/quest/thetouristrap/TouristTrapPlugin.java index 0f0f4a2af..463d61272 100644 --- a/Server/src/main/content/region/desert/quest/thetouristrap/TouristTrapPlugin.java +++ b/Server/src/main/content/region/desert/quest/thetouristrap/TouristTrapPlugin.java @@ -201,7 +201,7 @@ public final class TouristTrapPlugin extends OptionHandler { GameWorld.getPulser().submit(new Pulse(2, player) { @Override public boolean pulse() { - player.getDialogueInterpreter().open(831, RegionManager.getNpc(player.getLocation(), 831, 16)); + player.getDialogueInterpreter().open(831, RegionManager.getNpc(player, 831)); return true; } }); @@ -1254,7 +1254,7 @@ public final class TouristTrapPlugin extends OptionHandler { @Override public boolean handle(NodeUsageEvent event) { final Player player = event.getPlayer(); - player.getDialogueInterpreter().open(831, RegionManager.getNpc(player.getLocation(), 831, 16)); + player.getDialogueInterpreter().open(831, RegionManager.getNpc(player, 831)); return true; } diff --git a/Server/src/main/content/region/fremennik/barbarianoutpost/dialogue/GunnjornDialogue.kt b/Server/src/main/content/region/fremennik/barbarianoutpost/dialogue/GunnjornDialogue.kt deleted file mode 100644 index b92b5e2d1..000000000 --- a/Server/src/main/content/region/fremennik/barbarianoutpost/dialogue/GunnjornDialogue.kt +++ /dev/null @@ -1,115 +0,0 @@ -package content.region.fremennik.barbarianoutpost.dialogue - -import content.data.Quests -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep -import core.api.* -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -/** - * Gunnjorn, the barbarian inside the Barbarian Outpost Agility Course. - */ - -class GunnjornDialogue : InteractionListener { - override fun defineListeners() { - on(intArrayOf(NPCs.GUNNJORN_607), IntType.NPC, "talk-to") { player, node -> - DialogueLabeller.open(player, GunnjornDialogueFile(), node.asNpc()) - return@on true - } - } -} - -class GunnjornDialogueFile : DialogueLabeller() { - - override fun addConversation() { - exec { player, _ -> - if (getQuestStage(player, Quests.HORROR_FROM_THE_DEEP) >= 1 - && !inInventory(player, Items.LIGHTHOUSE_KEY_3848) - ) { - loadLabel(player, "options_horror") - } else { - loadLabel(player, "options_standard") - } - } - - label("options_horror") - options( - DialogueOption("horror_branch", "Talk about Horror from the Deep.", skipPlayer = true), - DialogueOption("agility_branch", "Talk about the Agility course.", skipPlayer = true), - DialogueOption("wall_branch", "Talk about the wall after the log balance.", skipPlayer = true), - DialogueOption("exit_bye", "Nothing.", skipPlayer = true) - ) - - label("options_standard") - options( - DialogueOption("agility_branch", "Talk about the Agility course.", skipPlayer = true), - DialogueOption("wall_branch", "Talk about the wall after the log balance.", skipPlayer = true), - DialogueOption("rewards_branch", "Can I talk about rewards?", skipPlayer = true), - DialogueOption("exit_bye", "Nothing.", skipPlayer = true) - ) - - // Horror from the Deep - label("horror_branch") - player(ChatAnim.HALF_ASKING, "Hi, are you called Gunnjorn?") - npc(ChatAnim.FRIENDLY, "Why, indeed I am. I own this agility course, it can be", "very dangerous!") - player(ChatAnim.FRIENDLY, "Yeah, that's great. Anyway, I understand you have a", "cousin named Larrissa who gave you a key...?") - npc(ChatAnim.FRIENDLY, "Yes, she did! How do you know of this? She said she", "probably wouldn't need it, but gave it to me for safe", "keeping just in case.") - player(ChatAnim.FRIENDLY, "Well, something has happened at the lighthouse, and she", "has been locked out. I need you to give me her key.") - exec { player, _ -> - if (freeSlots(player) == 0) { - loadLabel(player, "horror_no_space") - } else { - loadLabel(player, "horror_give_key") - } - } - - label("horror_no_space") - npc(ChatAnim.HALF_GUILTY, "Well, I would give you the key, but apparently you", "don't have any room.") - goto("end") - - label("horror_give_key") - npc("Sure. Here you go.") - exec { player, _ -> - addItem(player, Items.LIGHTHOUSE_KEY_3848) - setVarbit(player, HorrorFromTheDeep.HFTD_LIGHTHOUSE_KEY, 1, true) - } - goto("end") - - // Agility Course - label("agility_branch") - player(ChatAnim.FRIENDLY, "Hey there. What is this place?") - npc(ChatAnim.FRIENDLY, "Haha welcome to my obstacle course. Have fun, but", "remember this isn't a child's playground. People have", "died here.") - npc(ChatAnim.FRIENDLY, "This course starts at the ropeswings to the east. When you've done the swing, head across the slippery log to the building. When you've traversed the obstacles inside, you'll come out on the other side.") - npc(ChatAnim.FRIENDLY, "From there, head across the low walls to finish. If you've done all the obstacles as I've described, and in order, you'll get a lap bonus.") - goto("end") - - label("wall_branch") - player(ChatAnim.FRIENDLY, "What's wrong with the wall after the log balance?") - npc(ChatAnim.FRIENDLY, "The wall after the log balance? Nothing, really. I just put some tough material on it, giving some people something to grip hold of.") - player(ChatAnim.FRIENDLY, "Why would you do that?") - npc(ChatAnim.FRIENDLY, "So people like you can have a tougher route round this course. Me and a mate get together and set up a new challenge that only the truly agile will conquer.") - npc(ChatAnim.FRIENDLY, "The extra stuff starts at that wall; so, if you think you're up to it, I suggest you scramble up there after the log balance.") - player(ChatAnim.FRIENDLY, "Sounds interesting. Anything else I should know?") - npc(ChatAnim.FRIENDLY, "Nothing, really. Just make sure you complete the other obstacles before ya do. If you finish a full lap, you'll get an increased bonus for doing the tougher route.") - npc(ChatAnim.FRIENDLY, "If you manage to do 250 laps of this advanced route without a single mistake, I'll let you have a special item.") - npc(ChatAnim.FRIENDLY, "I'll keep track of your lap tallies, so you can check how you're getting on with me at any time.") - player(ChatAnim.FRIENDLY, "That's all I need for now. Bye.") - goto("exit_bye") - - label("rewards_branch") - player(ChatAnim.FRIENDLY, "Can I talk about rewards?") - npc(ChatAnim.FRIENDLY, "There's no reward for you just yet. Your lap count is only 0. It's 250 successful laps or no reward.") // todo add the lap counter - goto("end") - - label("exit_bye") - npc(ChatAnim.FRIENDLY, "Bye for now. Come back if you need any help.") - goto("end") - - label("end") - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/fremennik/dialogue/JossikDialogue.java b/Server/src/main/content/region/fremennik/dialogue/JossikDialogue.java new file mode 100644 index 000000000..2af173c7d --- /dev/null +++ b/Server/src/main/content/region/fremennik/dialogue/JossikDialogue.java @@ -0,0 +1,178 @@ +package content.region.fremennik.dialogue; + +import core.game.dialogue.DialoguePlugin; +import content.data.GodBook; +import core.game.node.entity.npc.NPC; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.plugin.Initializable; + +import java.util.ArrayList; +import java.util.List; + +import static core.api.ContentAPIKt.addItemOrDrop; +import static core.api.ContentAPIKt.hasAnItem; + +/** + * Handles the dialogue for Jossik. + * @author Vexia + */ +@Initializable +public class JossikDialogue extends DialoguePlugin { + + /** + * The uncompleted list of books. + */ + private List uncompleted; + + /** + * Constructs a new {@code JossikDialogue} {@code Object} + */ + public JossikDialogue() { + /** + * empty. + */ + } + + /** + * Constructs a new {@code JossikDialogue} {@code Object} + * @param player the player. + */ + public JossikDialogue(Player player) { + super(player); + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new JossikDialogue(player); + } + + @Override + public boolean open(Object... args) { + npc = (NPC) args[0]; + npc("Hello again, adventurer.", "What brings you this way?"); + stage = 0; + return true; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + switch (stage) { + case 0: + options("Can I see your wares?", "Have you found any prayerbooks?"); + stage++; + break; + case 1: + if (buttonId == 1) { + player("Can I see your wares?"); + stage = 10; + } else { + player("Have you found any prayerbooks?"); + stage = 20; + } + break; + case 20: + boolean missing = false; + for (GodBook book : GodBook.values()) { + if (player.getSavedData().getGlobalData().hasCompletedGodBook(book) && hasAnItem(player, book.getBook().getId(), true).getContainer() == null) { + // i.e.: if you have a completed book on file but you lost it + missing = true; + addItemOrDrop(player, book.getBook().getId(), 1); + } + } + int damaged = player.getSavedData().getGlobalData().getGodBook(); + if (damaged != -1 && hasAnItem(player, GodBook.values()[damaged].getDamagedBook().getId(), true).getContainer() == null) { + // i.e.: if you have an uncompleted book on file but you lost it + missing = true; + addItemOrDrop(player, GodBook.values()[damaged].getDamagedBook().getId(), 1); + } + if (missing) { + npc("As a matter of fact, I did! This book washed up on the", "beach, and I recognised it as yours!"); + stage = 23; + return true; + } + uncompleted = new ArrayList<>(3); + for (GodBook book : GodBook.values()) { + if (!player.getSavedData().getGlobalData().hasCompletedGodBook(book)) { + uncompleted.add(book); + } + } + boolean hasUncompleted = false; + for (GodBook book : GodBook.values()) { + if (hasAnItem(player,book.getDamagedBook().getId(), true).getContainer() != null) { + // i.e.: you have an uncompleted book on file and you still have it -> do not allow the player to get a new one, GL #2035 + hasUncompleted = true; + } + } + if (uncompleted.isEmpty() || hasUncompleted) {// all completed. + npc("No, sorry adventurer, I haven't."); + stage = 23; + return true; + } + npc("Funnily enough I have! I found some books in caskets", "just the other day! I'll sell one to you for 5000 coins;", "what do you say?"); + stage++; + break; + case 21: + String[] names = new String[uncompleted.size() + 1]; + for (int i = 0; i < uncompleted.size(); i++) { + names[i] = uncompleted.get(i).getName(); + } + names[names.length - 1] = "Don't buy anything."; + options(names); + stage++; + break; + case 22: + if (buttonId - 1 > uncompleted.size() - 1) { + player("Don't buy anything."); + stage = 23; + break; + } + if (!player.getInventory().contains(995, 5000)) { + player("Sorry, I don't seem to have enough coins."); + stage = 23; + break; + } + if (player.getInventory().freeSlots() == 0) { + player("Sorry, I don't have enough inventory space."); + stage = 23; + break; + } + GodBook purchase = uncompleted.get(buttonId - 1); + if (purchase != null && player.getInventory().remove(new Item(995, 5000))) { + npc("Here you go!"); + player.getSavedData().getGlobalData().setGodBook(purchase.ordinal()); + player.getInventory().add(purchase.getDamagedBook(), player); + stage = 23; + } else { + end(); + } + break; + case 23: + end(); + break; + case 10: + npc("Sure thing!", "I think you'll agree, my prices are remarkable!"); + stage++; + break; + case 11: + npc.openShop(player); + end(); + break; + } + return true; + } + + /** + * Checks if the player has a god book. + * @return {@code True} if so. + */ + public boolean hasGodBook() { + return true; + } + + @Override + public int[] getIds() { + return new int[] { 1334, 1335 }; + } + +} diff --git a/Server/src/main/content/region/fremennik/diary/FremennikAchievementDiary.kt b/Server/src/main/content/region/fremennik/diary/FremennikAchievementDiary.kt index 87fa42cd7..51d160974 100644 --- a/Server/src/main/content/region/fremennik/diary/FremennikAchievementDiary.kt +++ b/Server/src/main/content/region/fremennik/diary/FremennikAchievementDiary.kt @@ -23,6 +23,8 @@ class FremennikAchievementDiary : DiaryEventHookBase(DiaryType.FREMENNIK) { companion object { private const val ATTRIBUTE_SEAWEED_PICKED = "diary:fremennik:seaweed-picked" private const val ATTRIBUTE_ROCK_CRAB_KILLCOUNT = "diary:fremennik:rock-crabs-killed" + private const val ATTRIBUTE_BARBARIAN_FISHING_TRAINING = "barbtraining:fishing" + private const val ATTRIBUTE_BARBARIAN_HUNTING_TRAINING = "barbtraining:hunting" private const val ATTRIBUTE_DAGANNOTHS_KILLCOUNT = "diary:fremennik:dagannoths-killed" private val WINDSWEPT_TREE_AREA = ZoneBorders(2743, 3718, 2750, 3737) @@ -89,7 +91,7 @@ class FremennikAchievementDiary : DiaryEventHookBase(DiaryType.FREMENNIK) { const val COMPLETE_BARBARIAN_OUTPOST_AGILITY_COURSE = 2 const val LUNAR_ISLE_MINE_PURE_ESSENCE = 3 const val MAKE_BARBARIAN_PYRE_SHIP_ARCTIC_PINE = 4 - const val CATCH_TUNA_WITHOUT_HARPOON = 5 + const val CATCH_TUNE_WITHOUT_HARPOON = 5 const val BAKE_PIE_WITH_MAGIC = 6 const val KILL_MITHRIL_DRAGON = 7 const val GET_MAHOGANY_FROM_ETCETERIA = 8 @@ -104,6 +106,22 @@ class FremennikAchievementDiary : DiaryEventHookBase(DiaryType.FREMENNIK) { ) ) + override fun onAttributeSet(player: Player, event: AttributeSetEvent) { + when (event.attribute) { + "/save:$ATTRIBUTE_BARBARIAN_FISHING_TRAINING" -> { + if (event.value !is Boolean) return + + if (event.value) { + finishTask( + player, + DiaryLevel.EASY, + EasyTasks.OTTO_GODBLESSED_LEARN_BARBARIAN_FISHING + ) + } + } + } + } + override fun onDialogueOpened(player: Player, event: DialogueOpenEvent) { when (event.dialogue) { is CaptainCainDialogue -> { @@ -149,7 +167,7 @@ class FremennikAchievementDiary : DiaryEventHookBase(DiaryType.FREMENNIK) { } override fun onResourceProduced(player: Player, event: ResourceProducedEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 10553 -> if (event.source.id in FISHING_SPOTS) { finishTask( player, @@ -186,7 +204,7 @@ class FremennikAchievementDiary : DiaryEventHookBase(DiaryType.FREMENNIK) { } override fun onNpcKilled(player: Player, event: NPCKillEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 10042, 10554 -> if (event.npc.id in ROCK_CRABS) { progressIncrementalTask( player, @@ -242,7 +260,7 @@ class FremennikAchievementDiary : DiaryEventHookBase(DiaryType.FREMENNIK) { } override fun onPickedUp(player: Player, event: PickUpEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 10810 -> if (event.itemId == Items.SEAWEED_401) { progressIncrementalTask( player, @@ -266,7 +284,7 @@ class FremennikAchievementDiary : DiaryEventHookBase(DiaryType.FREMENNIK) { } override fun onSummoningPointsRecharged(player: Player, event: SummoningPointsRechargeEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 10552 -> if (event.obelisk.id == Scenery.SMALL_OBELISK_29944) { finishTask( player, @@ -278,7 +296,7 @@ class FremennikAchievementDiary : DiaryEventHookBase(DiaryType.FREMENNIK) { } override fun onInteracted(player: Player, event: InteractionEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 10811 -> if (event.target.id == Scenery.COLLAPSED_TRAP_19233 && inBorders(player, RELLEKKA_HUNTING_AREA) && event.option == "dismantle") { finishTask( player, diff --git a/Server/src/main/content/region/fremennik/lighthouse/dialogue/JossikDialogue.kt b/Server/src/main/content/region/fremennik/lighthouse/dialogue/JossikDialogue.kt deleted file mode 100644 index 711c78c01..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/dialogue/JossikDialogue.kt +++ /dev/null @@ -1,270 +0,0 @@ -package content.region.fremennik.lighthouse.dialogue - -import content.data.GodBook -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep -import core.api.* -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import core.game.node.item.Item -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -/** - * Jossik, in the Lighthouse north of Barbarian Outpost. Horror From The Deep quest. - */ - -class JossikDialogue : InteractionListener { - override fun defineListeners() { - on(intArrayOf(NPCs.JOSSIK_1334), IntType.NPC, "talk-to") { player, node -> - DialogueLabeller.open(player, JossikDialogueFile(), node.asNpc()) - return@on true - } - } -} - -class JossikDialogueFile : DialogueLabeller() { - - // note, this jossik is only accessible after the player has completed Horror From The Deep quest - override fun addConversation() { - exec { player, _ -> - if (inInventory(player, Items.RUSTY_CASKET_3849, 1) - || getAttribute(player, HorrorFromTheDeep.HFTD_NEEDS_CASKET, false) - ) { - loadLabel(player, "casket_start") - } else { - loadLabel(player, "standard_start") - } - } - - label("standard_start") - npc("Hello again, adventurer.", "What brings you this way?") - options( - DialogueOption("shop", "Can I see your wares?"), - DialogueOption("prayerbooks", "Have you found any prayerbooks?") - ) - - label("shop") - npc("Sure thing!", "I think you'll agree, my prices are remarkable!") - exec { player, npc -> - openNpcShop(player, npc.id) - } - goto("end") - - label("prayerbooks") - exec { player, _ -> - var missing = false - - // check for fully completed books the player lost - for (book in GodBook.values()) { - if (player.savedData.globalData.hasCompletedGodBook(book) - && !hasAnItem(player, book.book.id).exists() - ) { - missing = true - addItem(player, book.book.id) - } - } - - // check for damaged books the player lost - val damaged = player.savedData.globalData.godBook - if (damaged != -1 && !hasAnItem(player, GodBook.values()[damaged].damagedBook.id).exists()) { - missing = true - addItem(player, GodBook.values()[damaged].damagedBook.id) - } - - if (missing) { - loadLabel(player, "found_missing_books") - } else { - var hasUncompleted = false - for (book in GodBook.values()) { - if (hasAnItem(player, book.damagedBook.id).exists()) { - hasUncompleted = true - } - } - - // todo right here if i drop a book i can still buy another uncompleted one - - val uncompletedCount = GodBook.values().count { !player.savedData.globalData.hasCompletedGodBook(it) } - - if (uncompletedCount == 0 || hasUncompleted) { - loadLabel(player, "no_books") - } else { - loadLabel(player, "sell_uncompleted") - } - } - } - - label("found_missing_books") - npc("As a matter of fact, I did! This book washed up on the", "beach, and I recognised it as yours!") - goto("end") - - label("no_books") - npc("No, sorry adventurer, I haven't.") - goto("end") - - label("sell_uncompleted") - npc("Funnily enough I have! I found some books in caskets", "just the other day! I'll sell one to you for 5000 coins;", "what do you say?") - goto("sell_uncompleted_options") - - // get the options for god books - val bookOptions = mutableListOf() - for (book in GodBook.values()) { - bookOptions.add(DialogueOption("buy_book_${book.name}", book.book.name, skipPlayer = true) { player, _ -> - !player.savedData.globalData.hasCompletedGodBook(book) - }) - } - bookOptions.add(DialogueOption("cancel_buy", "Don't buy anything.", skipPlayer = true)) - - label("sell_uncompleted_options") - options(*bookOptions.toTypedArray()) - - label("cancel_buy") - goto("end") - - // generate purchase dialogue for books - for (book in GodBook.values()) { - label("buy_book_${book.name}") - exec { player, _ -> - if (!inInventory(player, Items.COINS_995, 5000)) { - loadLabel(player, "buy_no_coins") - } else if (freeSlots(player) == 0) { - loadLabel(player, "buy_no_space") - } else { - if (removeItem(player, Item(Items.COINS_995, 5000))) { - player.savedData.globalData.godBook = book.ordinal - addItem(player, book.damagedBook.id) - loadLabel(player, "buy_success") - } else { - loadLabel(player, "end") - } - } - } - } - - label("buy_no_coins") - player("Sorry, I don't seem to have enough coins.") - goto("end") - - label("buy_no_space") - player("Sorry, I don't have enough inventory space.") - goto("end") - - label("buy_success") - npc("Here you go!") - goto("end") - - - // Horror From The Deep - label("casket_start") - player(ChatAnim.FRIENDLY, "I see you managed to escape from those monsters intact!") - exec { player, _ -> - setAttribute(player, "/save:god_books:access", true) - } - npc(ChatAnim.FRIENDLY, "It seems I was not as injured as I thought I was after all! I must thank you again for all of your help!") - npc(ChatAnim.FRIENDLY, "Now, about that casket you found on that monster's corpse...") - exec { player, _ -> - if (inInventory(player, Items.RUSTY_CASKET_3849)) { - loadLabel(player, "casket_has") - } else { - loadLabel(player, "casket_needs") - } - } - - label("casket_needs") - player(ChatAnim.NEUTRAL, "I never had any casket from that monster.") - npc(ChatAnim.NEUTRAL, "Why, of course you did! You dropped it and I picked it up! I have it right here.") - npc(ChatAnim.NEUTRAL, "Now, let's have a look at it. There is some writing on it, but it is very faint. Can you make it out?") - goto("casket_choices") - - label("casket_has") - player(ChatAnim.FRIENDLY, "I have it here. You said you might be able to tell me something about it...?") - npc(ChatAnim.FRIENDLY, "I can indeed! Here, let me have a closer look...") - npc(ChatAnim.FRIENDLY, "Yes! There is something written on it!") - npc(ChatAnim.FRIENDLY, "It is very faint however... Can you read it?") - goto("casket_choices") - - label("casket_choices") - options( - DialogueOption("choose_sara", "Saradomin", skipPlayer = true), - DialogueOption("choose_zammy", "Zamorak", skipPlayer = true), - DialogueOption("choose_guthix", "Guthix", skipPlayer = true) - ) - - // sara - label("choose_sara") - player(ChatAnim.FRIENDLY, "I think it says... Saradomin...") - npc(ChatAnim.FRIENDLY, "Are you sure? I mean, are you REALLY sure?", "Maybe you'd better look again...") - options( - DialogueOption("confirm_sara", "Saradomin", skipPlayer = true), - DialogueOption("choose_zammy", "Zamorak", skipPlayer = true), - DialogueOption("choose_guthix", "Guthix", skipPlayer = true) - ) - - label("confirm_sara") - player(ChatAnim.FRIENDLY, "Nope, it definitely says Saradomin.") - npc(ChatAnim.FRIENDLY, "I think you're right! Hand it over, and let's see what's inside!") - npc(ChatAnim.FRIENDLY, "Wow! It's a Holy Book of Saradomin! I thought these things had all vanished! Well, it's all yours, I hope you appreciate it.") - exec { player, _ -> - chooseBook(player, Items.DAMAGED_BOOK_3839) - } - goto("end") - - // zammy - label("choose_zammy") - player(ChatAnim.FRIENDLY, "I think it says... Zamorak...") - npc(ChatAnim.FRIENDLY, "Are you sure? I mean, are you REALLY sure?", "Maybe you'd better look again...") - options( - DialogueOption("choose_sara", "Saradomin", skipPlayer = true), - DialogueOption("confirm_zammy", "Zamorak", skipPlayer = true), - DialogueOption("choose_guthix", "Guthix", skipPlayer = true) - ) - - label("confirm_zammy") - player(ChatAnim.FRIENDLY, "Nope, it definitely says Zamorak.") - npc(ChatAnim.FRIENDLY, "I think you're right! Hand it over, and let's see what's inside!") - npc(ChatAnim.FRIENDLY, "Wow! It's an Unholy Book of Zamorak! I thought these things had all vanished! Well, it's all yours, I hope you appreciate it.") - exec { player, _ -> - chooseBook(player, Items.DAMAGED_BOOK_3841) - } - goto("end") - - // guthix - label("choose_guthix") - player(ChatAnim.FRIENDLY, "I think it says... Guthix...") - npc(ChatAnim.FRIENDLY, "Are you sure? I mean, are you REALLY sure?", "Maybe you'd better look again...") - options( - DialogueOption("choose_sara", "Saradomin", skipPlayer = true), - DialogueOption("choose_zammy", "Zamorak", skipPlayer = true), - DialogueOption("confirm_guthix", "Guthix", skipPlayer = true) - ) - - label("confirm_guthix") - player(ChatAnim.FRIENDLY, "Nope, it definitely says Guthix.") - npc(ChatAnim.FRIENDLY, "I think you're right! Hand it over, and let's see what's inside!") - npc(ChatAnim.FRIENDLY, "Wow! It's a Balance Book of Guthix! I thought these things had all vanished! Well, it's all yours, I hope you appreciate it.") - exec { player, _ -> - chooseBook(player, Items.DAMAGED_BOOK_3843) - } - goto("end") - } -} - -// swaps the casket or your IOU attribute for the book of choice -private fun chooseBook(player: Player, book: Int) { - if (removeItem(player, Items.RUSTY_CASKET_3849) - || getAttribute(player, HorrorFromTheDeep.HFTD_NEEDS_CASKET, false) - ) { - // update the save data - val godBook = GodBook.forItem(Item(book), true) - if (godBook != null) { - player.savedData.globalData.godBook = godBook.ordinal - } - - // add book - addItemOrDrop(player, book) - removeAttribute(player, HorrorFromTheDeep.HFTD_NEEDS_CASKET) - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/fremennik/lighthouse/dialogue/LarrissaDialogue.kt b/Server/src/main/content/region/fremennik/lighthouse/dialogue/LarrissaDialogue.kt deleted file mode 100644 index 2945266d4..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/dialogue/LarrissaDialogue.kt +++ /dev/null @@ -1,222 +0,0 @@ -package content.region.fremennik.lighthouse.dialogue - -import content.data.Quests -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep.Companion.HFTD_BRIDGE_E -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep.Companion.HFTD_BRIDGE_W -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep.Companion.HFTD_LIGHTHOUSE_DOOR -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep.Companion.HFTD_LIGHTHOUSE_KEY -import core.api.* -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.NPCs - -/** - * Larrissa, in the Lighthouse north of Barbarian Outpost. Horror From The Deep quest. - */ - -class LarrissaDialogue : InteractionListener { - override fun defineListeners() { - on(intArrayOf(NPCs.LARRISSA_1336, NPCs.LARRISSA_1337), IntType.NPC, "talk-to") { player, node -> - DialogueLabeller.open(player, LarrissaDialogueFile(), node.asNpc()) - return@on true - } - } -} - -class LarrissaDialogueFile : DialogueLabeller() { - - override fun addConversation() { - exec { player, _ -> - // quest stage - val questStage = getQuestStage(player, Quests.HORROR_FROM_THE_DEEP) - - // stage 1 checks - val key = getVarbit(player, HFTD_LIGHTHOUSE_KEY) == 1 - val bridgeWest = getVarbit(player, HFTD_BRIDGE_W) == 1 - val bridgeEast = getVarbit(player, HFTD_BRIDGE_E) == 1 - val bridge = bridgeEast && bridgeWest - - // stage 2 checks - val enteredLighthouse = getVarbit(player, HFTD_LIGHTHOUSE_DOOR) == 1 - - // choose label - when (questStage) { - // quest unstarted - 0 -> loadLabel(player, "s0") - // getting shit done - 1 -> { - if (key && bridge) { // both key and bridge fixed - loadLabel(player, "s1_complete") - } else if (!key && bridge) { // only bridge, no key - loadLabel(player, "s1_bridge_only") - } else if (key && !bridge) { // only key, no bridge - loadLabel(player, "s1_key_only") - } else if (!key && !bridge) { // no key and no bridge - loadLabel(player, "s1_neither") - } - } - // go inside the lighthouse - 2 -> { - if (enteredLighthouse) { - loadLabel(player, "s2_inside") - } else { - loadLabel(player, "s2_go_inside") - } - } - // start fixing the lamp - 3 -> loadLabel(player, "s3") - // lamp fixed - 4 -> loadLabel(player, "s4") - // in dag fight - 5 -> loadLabel(player, "s5") - // quest complete - 100 -> loadLabel(player, "s100") - else -> loadLabel(player, "end") - } - } - - // ---------------------- STAGE 0 STARTING QUEST ---------------------- - label("s0") - player(ChatAnim.FRIENDLY, "Hello there.") - npc(ChatAnim.HALF_GUILTY, "Oh, thank Armadyl! I am in such a worry... please help me!") - options( - DialogueOption("s0_with_what", "With what?", expression = ChatAnim.FRIENDLY), - DialogueOption("end", "Sorry, just passing through", expression = ChatAnim.FRIENDLY) - ) - - label("s0_with_what") - npc(ChatAnim.HALF_GUILTY, "Oh... it is terrible... horrible... My boyfriend lives here in this lighthouse, but I haven't seen him the last few days! I think something terrible has happened!") - npc(ChatAnim.HALF_GUILTY, "Look, you can see for yourself that the light has gone out, and the front door is locked up tight! He would NEVER do that!") - npc(ChatAnim.HALF_GUILTY, "With the light off this coastline is terribly dangerous to ships! And to lock the front door so that nobody can turn the light back on?") - player(ChatAnim.FRIENDLY, "Maybe he just went on holiday or something? Must be pretty boring living in a lighthouse.") - npc(ChatAnim.HALF_GUILTY, "That is terribly irresponsible! He is far too thoughtful for that! He would never leave it unattended! He would also never leave without telling me!") - npc(ChatAnim.HALF_GUILTY, "Please, I know something terrible has happened to him... I can sense it! Please... please help me adventurer!") - options( - DialogueOption("s0_how_help", "But how can I help?", expression = ChatAnim.FRIENDLY), - DialogueOption("end", "Sorry, just passing through.", expression = ChatAnim.FRIENDLY) - ) - - label("s0_how_help") - npc(ChatAnim.HALF_GUILTY, "Well, we have to do something to get the lighthouse working again! Also, as you may have noticed, the storm that knocked the bridge out") - npc(ChatAnim.HALF_GUILTY, "has trapped me on this causeway! You seem to have got here okay somehow, so if you could go and visit my cousin and get the spare key I left him,") - npc(ChatAnim.HALF_GUILTY, "as well as fix the bridge enough so that I can go and speak to my family in Rellekka and tell them whats happened, I will be eternally grateful!") - options( - DialogueOption("s0_okay_help", "Okay, I'll help!", expression = ChatAnim.FRIENDLY), - DialogueOption("end", "Sorry, just passing through.", expression = ChatAnim.FRIENDLY) - ) - - label("s0_okay_help") - npc(ChatAnim.FRIENDLY, "OH! THANK YOU SO MUCH! I know my darling", "would never have left with the lighthouse lights off", "and without even telling me where he's gone!") - exec { player, _ -> - setQuestStage(player, Quests.HORROR_FROM_THE_DEEP, 1) - } - goto("s0_main_menu") - - label("s0_main_menu") - options( - DialogueOption("s0_where_cousin", "Where is your cousin?", expression = ChatAnim.FRIENDLY), - DialogueOption("s0_fix_bridge", "How can I fix the bridge?", expression = ChatAnim.FRIENDLY), - DialogueOption("s0_see_what", "I'll see what I can do.", expression = ChatAnim.FRIENDLY) - ) - - label("s0_cousin_menu") - options( - DialogueOption("s0_fix_bridge", "How can I fix the bridge?", expression = ChatAnim.FRIENDLY), - DialogueOption("s0_see_what", "I'll see what I can do.", expression = ChatAnim.FRIENDLY) - ) - - label("s0_bridge_menu") - options( - DialogueOption("s0_where_cousin", "Where is your cousin?", expression = ChatAnim.FRIENDLY), - DialogueOption("s0_see_what", "I'll see what I can do.", expression = ChatAnim.FRIENDLY) - ) - - label("s0_where_cousin") - npc(ChatAnim.FRIENDLY, "My cousin was always interested in agility. He left our home in Rellekka many moons ago, so that he could pursue this interest.") - npc(ChatAnim.FRIENDLY, "I don't exactly know where he has gone, but I am sure he went somewhere to practise his agility. If you see him, his name is Gunnjorn. Mention my name, he will recognise it.") - goto("s0_cousin_menu") - - label("s0_fix_bridge") - npc(ChatAnim.FRIENDLY, "Well, I am not just some helpless girl! I have pretty good agility, so you will only need to use two planks to make a ledge that I can balance along.") - npc(ChatAnim.FRIENDLY, "Just use a plank on each side of the bridge. You will need a hammer, and thirty steel nails for each plank you use as well. I believe there are some planks near here...") - goto("s0_bridge_menu") - - label("s0_see_what") - npc(ChatAnim.FRIENDLY, "Thank you so much!") - goto("end") - - // ---------------------- STAGE 1 FIXING BRIDGE AND GETTING KEY ---------------------- - label("s1_complete") - player(ChatAnim.FRIENDLY, "I've fixed the bridge for you, and I've got your key!") - npc(ChatAnim.HALF_GUILTY, "Oh, thank you so much!") - exec { player, _ -> - // set quest stage 2 - setQuestStage(player, Quests.HORROR_FROM_THE_DEEP, 2) - } - npc(ChatAnim.HALF_GUILTY, "Quickly, we must go inside and find out what has happened to my beloved Jossik!") - goto("end") - - label("s1_bridge_only") - player(ChatAnim.FRIENDLY, "I've fixed the bridge for you!") - npc(ChatAnim.HALF_GUILTY, "Oh, thank you so much! Please find the key to the lighthouse for me though! I cannot bear to think that something bad may have happened to my darling Jossik...") - goto("end") - - label("s1_key_only") - player(ChatAnim.FRIENDLY, "I've got your key for you!") - npc(ChatAnim.HALF_GUILTY, "Thank you adventurer, but I need you to fix the bridge for me. The key to the lighthouse is of little comfort while I am trapped here on this causeway!") - goto("end") - - label("s1_neither") - player(ChatAnim.FRIENDLY, "Hello again.") - npc(ChatAnim.HALF_GUILTY, "Oh, please find my darling! I just know something horrible has happened!") - goto("end") - - // ---------------------- STAGE 2 GO INSIDE ---------------------- - label("s2_go_inside") - npc(ChatAnim.HALF_GUILTY, "Quickly, we must go inside and find out what has happened to my beloved Jossik!") - goto("end") - - label("s2_inside") - npc(ChatAnim.HALF_GUILTY, "This is terrible... What could have happened here? Please, you must fix the light, we cannot let my darling Jossik take the blame for any shipwrecks!") - player(ChatAnim.FRIENDLY, "Okay, I will see what I can do.") - exec { player, _ -> - setQuestStage(player, Quests.HORROR_FROM_THE_DEEP, 3) - } - goto("end") - - // ---------------------- STAGE 3 ENTERED LIGHTHOUSE AND FIXING LIGHT ---------------------- - label("s3") - player(ChatAnim.FRIENDLY, "What am I supposed to be doing again?") - npc(ChatAnim.HALF_GUILTY, "You MUST find a way to fix the lighthouse! The ships are in terrible danger as long as the light is not working properly!") - player(ChatAnim.FRIENDLY, "Okay, I will see what I can do.") - npc(ChatAnim.HALF_GUILTY, "I'm sorry adventurer, I do not know anything about lighthouses.") - npc(ChatAnim.HALF_GUILTY, "I'm sure there must be some kind of user's guide around here somewhere though.") - npc(ChatAnim.HALF_GUILTY, "My darling Jossik knew nothing about Lighthouses when he first came here, so the council must have left him some kind of manual or something.") - goto("end") - - // ---------------------- STAGE 4 FIXED THE LIGHT ---------------------- - label("s4") - player(ChatAnim.FRIENDLY, "I have managed to fix the light!") - npc(ChatAnim.HALF_GUILTY, "Excellent work, adventurer!") - npc(ChatAnim.HALF_GUILTY, "Now you can devote all of your energies to finding out what has happened to my darling Jossik!") - goto("end") - - // ---------------------- STAGE 5 DAG FIGHT ---------------------- - label("s5") - player(ChatAnim.FRIENDLY, "I found Jossik! He's in a cavern underground...") - npc(ChatAnim.HALF_GUILTY, "That is wonderful news! But why does he not come up out of there?") - player(ChatAnim.FRIENDLY, "Um... well, there's a big monster down there with him stopping him leaving.") - npc(ChatAnim.HALF_GUILTY, "What?!?! You MUST save him! I beseech you, please! Do something!") - player(ChatAnim.FRIENDLY, "Okay, okay, sheesh, keep your hair on...") - goto("end") - - // ---------------------- STAGE 100 COMPLETED QUEST ---------------------- - label("s100") - npc(ChatAnim.FRIENDLY, "Oh! Thank you so much for all of your help in rescuing my darling Jossik! I do not know what would have happened to him had you not chanced along this path!") - player(ChatAnim.FRIENDLY, "Don't worry about it, I was glad to help out.") - goto("end") - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/HorrorFromTheDeep.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/HorrorFromTheDeep.kt deleted file mode 100644 index a6d8584c0..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/HorrorFromTheDeep.kt +++ /dev/null @@ -1,255 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror - -import content.data.Quests -import core.api.* -import core.game.node.entity.player.Player -import core.game.node.entity.player.link.quest.Quest -import core.game.node.entity.skill.Skills -import core.plugin.Initializable -import org.rs09.consts.Components -import org.rs09.consts.Items - -/** - * Horror From The Deep Quest - */ - -@Initializable -class HorrorFromTheDeep : Quest(Quests.HORROR_FROM_THE_DEEP, 77, 76, 2, HFTD_QUEST_VARBIT, 0, 1, 10) { - - companion object { - // overall varp containing all the varbits below - const val HORROR_VARP = 351 - - // quest progress varbit - const val HFTD_QUEST_VARBIT = 34 - - /* Quest stages: - * 0 - unstarted - * 1 - talked to Larrissa - * 2 - entered lighthouse after getting key and fixing bridge - * 3 - talked to Larrissa inside the lighthouse - * 4 - fixed light - * 5 - dag fight - * 10 - quest complete - */ - - // other varbits - const val HFTD_DOOR = 35 // 1 if you've gotten to the strange door - const val HFTD_BRIDGE_W = 36 // 1 if you've fixed the west side of bridge - const val HFTD_BRIDGE_E = 37 // 1 if you've fixed the east side of bridge - const val HFTD_LIGHTHOUSE_KEY = 38 // 1 if you obtained key from gunnjorn - const val HFTD_LIGHTHOUSE_DOOR = 39 // 1 if you entered lighthouse - const val HFTD_WALL_FIRE = 40 // 1 if you put a fire rune in the door - const val HFTD_WALL_WATER = 41 // 1 if you put a water rune in the door - const val HFTD_WALL_EARTH = 42 // 1 if you put an earth rune in the door - const val HFTD_WALL_AIR = 43 // 1 if you put an air rune in the door - const val HFTD_WALL_SWORD = 44 // 1 if you put a sword in the door - const val HFTD_WALL_ARROW = 45 // 1 if you put an arrow in the door - const val HFTD_LIGHT_TAR = 46 // 1 if you use swamp tar to fill the light - const val HFTD_LIGHT_LENS = 47 // 1 if you use a tinderbox to light the light - const val HFTD_LIGHT_LIT = 48 // 1 if you use molten glass to fix the lens - - // attributes - const val GOD_BOOKS_ACCESS = "/save:god_books:access" // do not reset on quest complete - const val HFTD_NEEDS_CASKET = "/save:needs-casket" // if the player didn't have enough room for a casket after the fight - const val HFTD_COMBAT = "dagFight" // if the player is in the boss fight - const val HFTD_TARGET = "target" // the dag's target player during boss fight - const val HFTD_BABY_DEAD = "/save:hftd:babyDag" // if you killed the first dag in the boss fight - } - - override fun drawJournal(player: Player, stage: Int, ) { - super.drawJournal(player, stage) - var line = 11 - - // stage 1 checks - val key = getVarbit(player, HFTD_LIGHTHOUSE_KEY) == 1 - val bridgeWest = getVarbit(player, HFTD_BRIDGE_W) == 1 - val bridgeEast = getVarbit(player, HFTD_BRIDGE_E) == 1 - - // stage 2 checks - val enteredLighthouse = getVarbit(player, HFTD_LIGHTHOUSE_DOOR) == 1 - - // stage 3 checks - val tar = getVarbit(player, HFTD_LIGHT_TAR) == 1 - val lit = getVarbit(player, HFTD_LIGHT_LIT) == 1 - val lens = getVarbit(player, HFTD_LIGHT_LENS) == 1 - - // stage 4 checks - val door = getVarbit(player, HFTD_DOOR) == 1 - - when(stage) { - // stage 0: not started - 0 -> { - line(player, "I can start this quest by speaking to !!Larrissa?? at the", line++) - line(player, "!!Lighthouse?? to the !!North?? of the !!Barbarian Outpost??.", line++) - line(player, "To complete this quest I need:", line++) - line(player, "!!Level 35 agility??", line++, hasLevelStat(player, Skills.AGILITY, 35)) // needed to access barbarian agility course - line(player, "!!Level 13 or higher magic will be an advantage??", line++, hasLevelStat(player, Skills.MAGIC, 13)) - line(player, "!!I must also be able to defeat strong level 100 enemies??", line++) - limitScrolling(player, line, true) - } - - // stages 1-3 - in 1..3 -> { - // stage 1: accepted quest from Larrissa - line(player, "I travelled to an isolated !!Lighthouse?? north of the !!Barbarian outpost??, ", line++, stage >= 2) - line(player, "to find a !!Fremennik?? girl called !!Larrissa?? locked outside, ", line++, stage >= 2) - line(player, "and worried about her boyfriend !!Jossik??.", line++, stage >= 2) - line++ - - // bridge repair - if (bridgeWest - && bridgeEast) { - line(player, "I repaired the !!bridge?? to Rellekka with some planks.", line++, true) - } else { - line(player, "I need to !!repair the bridge?? leading to Rellekka.", line++, false) - } - // getting key - if (key) { - line(player, "I recovered a !!spare key?? from Larrissa's cousin !!Gunnjorn??", line++, true) - } else { - line(player, "I also need to get the lighthouse key from her cousin Gunnjorn.", line++, false) - } - line++ - // talk to Larrissa after you've done all this and quest stage advances to 2 - if (stage == 1 - && bridgeWest - && bridgeEast - && key) { - line(player, "I should talk to !!Larrissa??.", line++, false) - line++ - } - - // stage 2: talked to larrissa, after got key and fixed bridge - if (stage >= 2) { - line(player, "I also need to use the key I got from Gunnjorn", line++, enteredLighthouse) - line(player, "to enter the lighthouse.", line++, enteredLighthouse) - line++ - - // entered the lighthouse. talk to larrissa inside the lighthouse - if (enteredLighthouse - && stage == 2) { - line(player, "I should talk to !!Larrissa??.", line++, false) - line++ - } - } - - // stage 3: talked to Larrissa inside the lighthouse - if (stage >= 3) { - line(player, "Now I need to find some way of fixing the lighthouse lamp.", line++, false) - line(player, "I need to re-tar the lighthouse torch.", line++, tar) - line(player, "I need to light the lighthouse torch.", line++, lit) - line(player, "I need to fix the lighthouse lens.", line++, lens) - } - } - - // stages 4-5 - in 4..5 -> { - // stage 4: fixed the lighthouse light - line(player, "I repaired the bridge leading to Rellekka and got a key from Gunnjorn", line++, true) - line(player, "so I could enter the lighthouse.", line++, true) - line(player, "I have re-tarred the lighthouse torch.", line++, true) - line(player, "I have fixed the lighthouse lens.", line++, true) - line(player, "I have relit the lighthouse torch.", line++, true) - line++ - - // after the light is fixed, you can go down to the basement - if (stage == 4 - && door - ) { - line(player, "After I entered the !!lighthouse??, and repaired the !!lighting mechanism??,", line++, false) - line(player, "I discovered a !!strange wall?? that blocked the entrance to an", line++, false) - line(player, "underground cavern.", line++, false) - line++ - } - - // stage 5: dag fight - if (stage == 5) { - line(player, "I found Jossik in an underground cavern, behind a strange wall", line++, false) - line(player, "where he had been attacked by some sea creatures.", line++, false) - line(player, "I must defeat these sea monsters to save him!", line++, false) - } - } - - // quest complete! - 100 -> { - line(player, "I travelled to an isolated Lighthouse north of the", line++, true) - line(player, "Barbarian outpost, to find a Fremennik girl called Larrissa", line++, true) - line(player, "locked outside, and worried about her boyfriend Jossik.", line++, true) - line++ - line(player, "I recovered a spare key from Larrissa's cousin Gunnjorn", line++, true) - line(player, "and repaired the bridge to Rellekka with some planks.", line++, true) - line++ - line(player, "After I entered the lighthouse, and repaired the lighting", line++, true) - line(player, "mechanism, I discovered a strange wall that blocked the", line++, true) - line(player, "entrance to an underground cavern, where Jossik was.", line++, true) - line(player, "", line++, true) - line++ - line(player, "After I killed some strange sea monsters, I managed", line++, true) - line(player, "to get !!Jossik?? out of the cavern and back to the", line++, true) - line(player, "lighthouse.", line++, true) - line++ - line(player, "I found a !!strange casket?? on the dead body of the !!sea monster??, ", line++, getAttribute(player, GOD_BOOKS_ACCESS, false)) - line(player, "which !!Jossik?? said he could tell me about.", line++, getAttribute(player, GOD_BOOKS_ACCESS, false)) - line++ - line(player, "QUEST COMPLETE!", line, false) - limitScrolling(player, line, false) - } - } - } - - override fun finish(player: Player) { - super.finish(player) - var ln = 10 - - // trivia: the only quest that has different text in journal than the usual "You have completed the ... Quest!" - sendString(player, - "You have survived the ${Quests.HORROR_FROM_THE_DEEP}!", - Components.QUEST_COMPLETE_SCROLL_277, - 4 - ) - sendItemZoomOnInterface(player, Components.QUEST_COMPLETE_SCROLL_277, 5, Items.RUSTY_CASKET_3849) - drawReward(player, "2 Quest Points", ln++) - drawReward(player, "4662 XP in each of: Ranged,", ln++) - drawReward(player, "Magic, Strength", ln) - - rewardXP(player, Skills.RANGE, 4662.0) - rewardXP(player, Skills.MAGIC, 4662.0) - rewardXP(player, Skills.STRENGTH, 4662.0) - - // the other attributes should stay - removeAttribute(player, HFTD_BABY_DEAD) - } - - // use ::setqueststage 77 0 to reset the quest - override fun reset(player: Player) { - - // remove attributes - removeAttributes( - player, - HFTD_NEEDS_CASKET, - GOD_BOOKS_ACCESS, - HFTD_BABY_DEAD - ) - - // reset the varp, which wipes all the varbits - setVarp(player, HORROR_VARP, 0, true) - } - - // this is called whenever setQuestStage is called - override fun updateVarps(player: Player) { - val stage = getQuestStage(player, Quests.HORROR_FROM_THE_DEEP) - - // the quest stages are perfectly lined up with the varbit - if (stage >= 10) { - // except for stage 100, which is varbit set to 10 - setVarbit(player, HFTD_QUEST_VARBIT, 10, true) - } else { - setVarbit(player, HFTD_QUEST_VARBIT, stage, true) - } - } - - override fun newInstance(`object`: Any?): Quest { - return this - } -} diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/JossikLighthouseDialogue.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/JossikLighthouseDialogue.kt deleted file mode 100644 index 5f2e53b5a..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/JossikLighthouseDialogue.kt +++ /dev/null @@ -1,91 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror - -import content.data.Quests -import content.region.fremennik.lighthouse.quest.horror.handlers.DagannothBossCutscene -import content.region.fremennik.lighthouse.quest.horror.handlers.DagannothCutscene -import core.api.* -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.NPCs - -/** - * The injured Jossik below the lighthouse during Horror From The Deep quest. - */ - -class JossikLighthouseDialogue : InteractionListener { - override fun defineListeners() { - on(intArrayOf(NPCs.JOSSIK_1335), IntType.NPC, "talk-to") { player, node -> - DialogueLabeller.open(player, JossikLighthouseDialogueFile(), node.asNpc()) - return@on true - } - } -} - -class JossikLighthouseDialogueFile : DialogueLabeller() { - - override fun addConversation() { - exec { player, _ -> - - val stage = getQuestStage(player, Quests.HORROR_FROM_THE_DEEP) - val inBossFight = getAttribute(player, HorrorFromTheDeep.HFTD_COMBAT, false) - val babyKiller = getAttribute(player, HorrorFromTheDeep.HFTD_BABY_DEAD, false) - - if (player.inCombat() - || inBossFight) { - sendMessage(player, "You are too busy to talk to Jossik.") - loadLabel(player, "end") - } else { - when (stage) { - // stage 5 is the boss fight - 5 -> { - if (!babyKiller) { - loadLabel(player, "s5") - } else { - loadLabel(player, "s5_mom") - } - } - // quest complete - 100 -> loadLabel(player, "s100") - else -> loadLabel(player, "end") - } - } - } - - // start of dag fight - label("s5") - npc(ChatAnim.SCARED, "*cough*", "Please... please help me...", "I think my leg is broken, and those creatures will be", "back any minute now!") - player(ChatAnim.STRUGGLE, "I guess you're Jossik then...", "What creatures are you talking about?") - npc(ChatAnim.SCARED, "I... I do not know.", "I have never seen their like before!") - npc(ChatAnim.SCARED, "I was searching for information about my uncle Silas,", "who vanished mysteriously from this lighthouse many", "months ago. I found the secret of that strange wall, and", "discovered that I could use it as a door, but when I") - npc(ChatAnim.SCARED, "came down here I was attacked by...") - npc(ChatAnim.SCARED, "Well, I do not know what they are, but they are very", "strong! They hurt me badly enough to trap me here,", "and I have been fearing for my life ever since!") - player(ChatAnim.FRIENDLY, "Don't worry, I'm here now.", "Larrissa was worried about you and asked for my help.") - player(ChatAnim.FRIENDLY, "I'll go back upstairs and let her know that I've found", "you and that you're still alive, and then we can work", "out some way of getting you out of here, okay?") - npc(ChatAnim.SCARED, "NO! No, you can't leave me now!", "Look! They're coming again! Do something!") - exec { player, _ -> - DagannothCutscene(player).start() - } - goto("end") - - // killed dag, now fight dag mother - label("s5_mom") - player(ChatAnim.FRIENDLY, "Okay, now that the creature's dead we can get you out", "of here.") - npc(ChatAnim.SCARED, "No... you do not understand...") - npc(ChatAnim.SCARED, "That was not the creature that attacked me...") - npc(ChatAnim.SCARED, "That was one of its babies...") - exec { player, _ -> - DagannothBossCutscene(player).start() - } - goto("end") - - // quest complete - label("s100") - player(ChatAnim.FRIENDLY, "Okay, it's dead! Let's get out of here!") - npc(ChatAnim.FRIENDLY, "Yes, quickly, the mother might be dead, but its children are not!") - npc(ChatAnim.FRIENDLY, "Follow me upstairs, I might be able to help you with that casket you found.") - npc(ChatAnim.FRIENDLY, "Bring it to my library, it looks familiar somehow...") - goto("end") - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagannothBossCutscene.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagannothBossCutscene.kt deleted file mode 100644 index 70dcedff2..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagannothBossCutscene.kt +++ /dev/null @@ -1,60 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers - -import core.api.clearHintIcon -import core.api.* -import core.api.registerHintIcon -import core.game.activity.Cutscene -import core.game.node.entity.player.Player -import core.game.world.map.Direction -import org.rs09.consts.* - -class DagannothBossCutscene(player: Player) : Cutscene(player) { - override fun setup() { - setExit(player.location.transform(0, 0, 0)) - addNPC(NPCs.JOSSIK_1335, 22, 25, Direction.NORTH_WEST) - addNPC(DAG_MOM_HEAD, 13, 34, Direction.EAST) - } - - override fun runStage(stage: Int) { - when (stage) { - 0 -> { - registerHintIcon(player, getNPC(DAG_MOM_HEAD)!!) - moveCamera(22, 42, 400) - rotateCamera(5, 30) - timedUpdate(1) - } - - 1 -> { - move(getNPC(DAG_MOM_HEAD)!!, 17, 37) - transformNpc(getNPC(DAG_MOM_HEAD)!!, DAG_MOM_HEAD_BODY, 10) - timedUpdate(1) - } - - 2 -> { - transformNpc(getNPC(DAG_MOM_HEAD)!!, DAG_MOM_HEAD_BODY_LEGS, 10) - timedUpdate(2) - } - - 3 -> { - transformNpc(getNPC(DAG_MOM_HEAD)!!, DAG_MOM_FULL, 10) - timedUpdate(2) - } - - 4 -> { - endWithoutFade { - clearNPCs() - resetCamera() - clearHintIcon(player) - startBossFight(player) - } - } - } - } - - companion object { - private const val DAG_MOM_HEAD = NPCs.DAGANNOTH_MOTHER_1348 - private const val DAG_MOM_HEAD_BODY = NPCs.DAGANNOTH_MOTHER_1349 - private const val DAG_MOM_HEAD_BODY_LEGS = NPCs.DAGANNOTH_MOTHER_1350 - private const val DAG_MOM_FULL = NPCs.DAGANNOTH_MOTHER_1351 - } -} diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagannothCutscene.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagannothCutscene.kt deleted file mode 100644 index f93cd7697..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagannothCutscene.kt +++ /dev/null @@ -1,64 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers - -import core.api.clearHintIcon -import core.api.registerHintIcon -import core.api.transformNpc -import core.game.activity.Cutscene -import core.game.node.entity.player.Player -import core.game.world.map.Direction -import org.rs09.consts.NPCs - -class DagannothCutscene(player: Player) : Cutscene(player) { - override fun setup() { - setExit(player.location.transform(0, 0, 0)) - addNPC(NPCs.JOSSIK_1335, 22, 25, Direction.NORTH_WEST) - addNPC(DAGANNOTH_NECK, 15, 28, Direction.SOUTH_EAST) - } - - override fun runStage(stage: Int) { - when (stage) { - 0 -> { - registerHintIcon(player, getNPC(DAGANNOTH_NECK)!!) - moveCamera(25, 23, 500) - rotateCamera(21, 26) - timedUpdate(1) - } - - 1 -> { - transformNpc(getNPC(DAGANNOTH_NECK)!!, DAGANNOTH_BODY, 10) - timedUpdate(1) - } - - 2 -> { - transformNpc(getNPC(DAGANNOTH_NECK)!!, DAGANNOTH_LEGS, 10) - timedUpdate(2) - } - - 3 -> { - transformNpc(getNPC(DAGANNOTH_NECK)!!, DAGANNOTH_FULL, 10) - timedUpdate(2) - } - - 4 -> { - move(getNPC(DAGANNOTH_NECK)!!, 19, 27) - timedUpdate(3) - } - - 5 -> { - endWithoutFade { - clearNPCs() - resetCamera() - clearHintIcon(player) - startBabyBossFight(player) - } - } - } - } - - companion object { - private const val DAGANNOTH_NECK = NPCs.DAGANNOTH_1344 // lvl-100 Dagannoth (HFTD), in water, cutscene model, head sticking out - private const val DAGANNOTH_BODY = NPCs.DAGANNOTH_1345 // lvl-100 Dagannoth (HFTD), in water, cutscene model, body swimming - private const val DAGANNOTH_LEGS = NPCs.DAGANNOTH_1346 // lvl-100 Dagannoth (HFTD), exiting water, cutscene model, body walking out of water - private const val DAGANNOTH_FULL = NPCs.DAGANNOTH_1347 // lvl-100 Dagannoth (HFTD), quest fight model, attackable - } -} diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagannothMotherNPC.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagannothMotherNPC.kt deleted file mode 100644 index d1bebf506..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagannothMotherNPC.kt +++ /dev/null @@ -1,233 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers - -import content.data.Quests -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep -import content.region.fremennik.lighthouse.quest.horror.JossikLighthouseDialogueFile -import core.api.* -import core.game.node.entity.Entity -import core.game.node.entity.combat.BattleState -import core.game.node.entity.combat.CombatStyle -import core.game.node.entity.npc.AbstractNPC -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.world.map.Location -import core.game.world.repository.Repository.getPlayerByName -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -class DagannothMotherNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) { - - // elemental attack spells - private val airSpells = intArrayOf(1, 10, 24, 45) - private val waterSpells = intArrayOf(4, 14, 27, 48) - private val earthSpells = intArrayOf(6, 17, 33, 52) - private val fireSpells = intArrayOf(8, 20, 38, 55) - - var type: DagannothType? - - var isSpawned = false - - init { - this.isWalks = true - this.isRespawn = false - type = DagannothType.forId(id) - } - - override fun init() { - super.init() - } - - override fun handleTickActions() { - super.handleTickActions() - - // retrieve the target player - val targetName = getAttribute(this, HorrorFromTheDeep.HFTD_TARGET, null) - val target = getPlayerByName(targetName) - - // poofclear if target runs too far or leaves - if (target == null - || !target.isActive - || !this.location.withinDistance(target.location, 25) - ) { - // clear the player's inCombat attribute - if (target != null) { - removeAttribute(target, HorrorFromTheDeep.HFTD_COMBAT) - clearHintIcon(target) - } - - // clear the NPC - this.walkingQueue.reset() - this.properties.combatPulse.stop() - poofClear(this) - } else { - // keep attacking target - if (isSpawned && !properties.combatPulse.isAttacking) { - properties.combatPulse.attack(target) - this.getSkills().isLifepointsUpdate = false - } - - // transform every 18 seconds - if(getWorldTicks() % 30 == 0){ - type!!.transform(this, target) - playAudio(target, 1617) - } - } - - return - } - - // you need to attack with the correct style, otherwise hits are neutralized - override fun checkImpact(state: BattleState) { - - if (state.attacker !is Player || state.victim !is NPC) return - - // get the attack style - var style = state.style - if (style == null) { - style = state.attacker.properties.combatPulse.style - } - - // get spell - val spellId = state.spell?.spellId - - // check current attack against weakness - val isWeakness = when (type?.npcId) { - // white: damaged by air spells - NPCs.DAGANNOTH_MOTHER_1351 -> style == CombatStyle.MAGIC && spellId != null && spellId in airSpells - // blue: damaged by water spells - NPCs.DAGANNOTH_MOTHER_1352 -> style == CombatStyle.MAGIC && spellId != null && spellId in waterSpells - // red: damaged by fire spells - NPCs.DAGANNOTH_MOTHER_1353 -> style == CombatStyle.MAGIC && spellId != null && spellId in fireSpells - // brown: damaged by earth spells - NPCs.DAGANNOTH_MOTHER_1354 -> style == CombatStyle.MAGIC && spellId != null && spellId in earthSpells - // green: damamged by ranged - NPCs.DAGANNOTH_MOTHER_1355 -> style == CombatStyle.RANGE - // orange: damaged by melee - NPCs.DAGANNOTH_MOTHER_1356 -> style == CombatStyle.MELEE - else -> false - } - - // either apply the attack, or neutralize if it's not the weakness - if (isWeakness) { - state.estimatedHit = state.maximumHit - } else { - state.neutralizeHits() - } - } - - override fun finalizeDeath(killer: Entity?) { - super.finalizeDeath(killer) - if (killer is Player) { - clearHintIcon(killer) - removeAttribute(killer, HorrorFromTheDeep.HFTD_COMBAT) - - // teleport player and finish the quest - teleport(killer, Location.create(2515, 4625, 1)) - finishQuest(killer, Quests.HORROR_FROM_THE_DEEP) - - lock(killer, 10) - lockInteractions(killer, 10) - - // add casket or send to Jossik. Since the game teleports you out at the finish, and the arena isn't accessible after, you shouldn't addItemOrDrop the casket - if (freeSlots(killer) == 0) { - setAttribute(killer, HorrorFromTheDeep.HFTD_NEEDS_CASKET, true) - } else { - addItem(killer, Items.RUSTY_CASKET_3849) - } - - // display 'let's go' dialogue after a moment - queueScript(killer, 5) { - closeInterface(killer) - openDialogue(killer, JossikLighthouseDialogueFile(), NPC(NPCs.JOSSIK_1335)) - return@queueScript true - } - } - - clear() - super.finalizeDeath(killer) - } - - override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC { - return DagannothMotherNPC(id, location) - } - - // checks if player can attack this NPC - override fun isAttackable(entity: Entity, style: CombatStyle, message: Boolean): Boolean { - - // retrieve the target player - val targetName = getAttribute(this, HorrorFromTheDeep.HFTD_TARGET, null) - val target = getPlayerByName(targetName) - - if (entity is Player) { - if (entity == target) { - return true - } else { - sendMessage(entity, "It's not after you...") - } - } - return false - } - - // checks if this NPC can attack a target - override fun canSelectTarget(target: Entity): Boolean { - - // retrieve the target player - val targetName = getAttribute(this, HorrorFromTheDeep.HFTD_TARGET, null) - val yourTarget = getPlayerByName(targetName) - - // returns false if the target is not who the NPC is supposed to attack - return target == yourTarget - } - - // the different forms - override fun getIds(): IntArray { - return intArrayOf( - NPCs.DAGANNOTH_MOTHER_1351, - NPCs.DAGANNOTH_MOTHER_1352, - NPCs.DAGANNOTH_MOTHER_1353, - NPCs.DAGANNOTH_MOTHER_1354, - NPCs.DAGANNOTH_MOTHER_1355, - NPCs.DAGANNOTH_MOTHER_1356, - ) - } - - enum class DagannothType(var npcId: Int, var sendChat: String?, var sendMessage: String?) { - WHITE(NPCs.DAGANNOTH_MOTHER_1351, "Tktktktktktkt", null), - BLUE(NPCs.DAGANNOTH_MOTHER_1352, "Krrrrrrk", "the dagannoth changes to blue..."), - RED(NPCs.DAGANNOTH_MOTHER_1353, "Sssssrrrkkkkk", "the dagannoth changes to red..."), - BROWN(NPCs.DAGANNOTH_MOTHER_1354, "Krrrrrrssssssss", "the dagannoth changes to brown..."), - GREEN(NPCs.DAGANNOTH_MOTHER_1355, "Krkrkrkrkrkrkrkr", "the dagannoth changes to green..."), - ORANGE(NPCs.DAGANNOTH_MOTHER_1356, "Chkhkhkhkhk", "the dagannoth changes to orange..."), - ; - - fun transform(dagannoth: DagannothMotherNPC, player: Player) { - val newType = next() - val oldHp = dagannoth.getSkills().lifepoints - dagannoth.type = newType - dagannoth.transform(newType.npcId) - dagannoth.skills.isLifepointsUpdate = false - - registerHintIcon(player, dagannoth) - if (dagannoth.type?.sendMessage != null) sendMessage(player, dagannoth.type!!.sendMessage!!) - dagannoth.attack(player) - dagannoth.sendChat(dagannoth.type?.sendChat) - - dagannoth.getSkills().setLifepoints(oldHp) - } - - operator fun next(): DagannothType { - return values().random() - } - - companion object { - fun forId(id: Int): DagannothType? { - for (type in values()) { - if (type.npcId == id) { - return type - } - } - return null - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagonnothBabyNPC.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagonnothBabyNPC.kt deleted file mode 100644 index 167a6bea8..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/DagonnothBabyNPC.kt +++ /dev/null @@ -1,105 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers - -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep -import content.region.fremennik.lighthouse.quest.horror.JossikLighthouseDialogueFile -import core.api.* -import core.game.interaction.QueueStrength -import core.game.node.entity.Entity -import core.game.node.entity.combat.CombatStyle -import core.game.node.entity.npc.AbstractNPC -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.world.map.Location -import core.game.world.repository.Repository.getPlayerByName -import org.rs09.consts.NPCs - -class DagonnothBabyNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) { - - override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC { - return DagonnothBabyNPC(id, location) - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.DAGANNOTH_1344, NPCs.DAGANNOTH_1345, NPCs.DAGANNOTH_1346, NPCs.DAGANNOTH_1347) - } - - override fun handleTickActions() { - super.handleTickActions() - - // retrieve the target player - val targetName = getAttribute(this, HorrorFromTheDeep.HFTD_TARGET, null) - val target = getPlayerByName(targetName) - - // poofclear if target runs too far or leaves - if (target == null - || !target.isActive - || !this.location.withinDistance(target.location, 25) - ) { - // clear the player's inCombat attribute - if (target != null) { - removeAttribute(target, HorrorFromTheDeep.HFTD_COMBAT) - clearHintIcon(target) - } - - // clear the NPC - this.walkingQueue.reset() - this.properties.combatPulse.stop() - poofClear(this) - } else { - // keep attacking target - attack(target) - } - } - - override fun finalizeDeath(killer: Entity?) { - if (killer is Player) { - lock(killer, 2) - - // mark baby as dead - setAttribute(killer, HorrorFromTheDeep.HFTD_BABY_DEAD, true) - - // not in combat - clearHintIcon(killer) - removeAttribute(killer, HorrorFromTheDeep.HFTD_COMBAT) - - // wait a moment, then talk to jossik to start mom fight - queueScript(killer, 1, QueueStrength.SOFT) { - face(findNPC(NPCs.JOSSIK_1335)).also { - openDialogue(killer, JossikLighthouseDialogueFile(), NPC(NPCs.JOSSIK_1335)) - } - return@queueScript stopExecuting(killer) - } - } - - clear() - super.finalizeDeath(killer) - } - - // checks if player can attack this NPC - override fun isAttackable(entity: Entity, style: CombatStyle, message: Boolean): Boolean { - - // retrieve the target player - val targetName = getAttribute(this, HorrorFromTheDeep.HFTD_TARGET, null) - val target = getPlayerByName(targetName) - - if (entity is Player) { - if (entity == target) { - return true - } else { - sendMessage(entity, "It's not after you...") - } - } - return false - } - - // checks if this NPC can attack a target - override fun canSelectTarget(target: Entity): Boolean { - - // retrieve the target player - val targetName = getAttribute(this, HorrorFromTheDeep.HFTD_TARGET, null) - val yourTarget = getPlayerByName(targetName) - - // returns false if the target is not who the NPC is supposed to attack - return target == yourTarget - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/HorrorFromTheDeepListeners.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/HorrorFromTheDeepListeners.kt deleted file mode 100644 index f70d2f71d..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/HorrorFromTheDeepListeners.kt +++ /dev/null @@ -1,504 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers - -import content.data.Quests -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep -import content.region.fremennik.lighthouse.quest.horror.handlers.bookcase.BookcaseDialogue -import core.api.* -import core.game.dialogue.FacialExpression -import core.game.global.action.DoorActionHandler -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.interaction.QueueStrength -import core.game.node.entity.Entity -import core.game.node.entity.impl.ForceMovement -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.node.item.Item -import core.game.world.map.Direction -import core.game.world.map.Location -import core.game.world.repository.Repository.getPlayerByName -import core.game.world.update.flag.context.Animation -import org.rs09.consts.* - -class HorrorFromTheDeepListeners : InteractionListener { - private val brokenBridge = intArrayOf(Scenery.BROKEN_BRIDGE_4615, Scenery.BROKEN_BRIDGE_4616) - private val strangeWalls = intArrayOf(Scenery.STRANGE_WALL_4544, Scenery.STRANGE_WALL_4543) - private val strangeDoors = intArrayOf(Scenery.STRANGE_WALL_4545, Scenery.STRANGE_WALL_4546) - private val requiredItems = intArrayOf( - Items.AIR_RUNE_556, - Items.FIRE_RUNE_554, - Items.EARTH_RUNE_557, - Items.WATER_RUNE_555, - - Items.BRONZE_ARROW_882, - Items.BRONZE_ARROWP_883, - Items.BRONZE_ARROWP_PLUS_5616, - Items.BRONZE_ARROWP_PLUS_PLUS_5622, - Items.IRON_ARROW_884, - Items.IRON_ARROWP_885, - Items.IRON_ARROWP_PLUS_5617, - Items.IRON_ARROWP_PLUS_PLUS_5623, - Items.STEEL_ARROW_886, - Items.STEEL_ARROWP_887, - Items.STEEL_ARROWP_PLUS_5618, - Items.STEEL_ARROWP_PLUS_PLUS_5624, - Items.MITHRIL_ARROW_888, - Items.MITHRIL_ARROWP_889, - Items.MITHRIL_ARROWP_PLUS_5619, - Items.MITHRIL_ARROWP_PLUS_PLUS_5625, - Items.ADAMANT_ARROW_890, - Items.ADAMANT_ARROWP_891, - Items.ADAMANT_ARROWP_PLUS_5620, - Items.ADAMANT_ARROWP_PLUS_PLUS_5626, - Items.RUNE_ARROW_892, - Items.RUNE_ARROWP_893, - Items.RUNE_ARROWP_PLUS_5621, - Items.RUNE_ARROWP_PLUS_PLUS_5627, - Items.DRAGON_ARROW_11212, - Items.DRAGON_ARROWP_11227, - Items.DRAGON_ARROWP_PLUS_11228, - Items.DRAGON_ARROWP_PLUS_PLUS_11229, - - Items.BRONZE_SWORD_1277, - Items.IRON_SWORD_1279, - Items.STEEL_SWORD_1281, - Items.MITHRIL_SWORD_1285, - Items.ADAMANT_SWORD_1287, - Items.RUNE_SWORD_1289 - ) - - override fun defineListeners() { - - // bookcase inside the lighthouse - on(Scenery.BOOKCASE_4617, IntType.SCENERY, "search") { player, _ -> - if (!isQuestComplete(player, Quests.HORROR_FROM_THE_DEEP)) { - // pay no attention to the passed jossik, he is not used. If I cast the bookcase as an NPC and pass it, DialogueLabeller throws a fit - openDialogue(player, BookcaseDialogue(), NPC(NPCs.JOSSIK_1334)) - } else { - sendMessage(player, "You search the bookcase but find nothing of interest.") - } - return@on true - } - - // the ladder down to the dagganoth lair. accessible after you've fixed the light, or after the quest - on(Scenery.IRON_LADDER_4383, IntType.SCENERY, "climb") { player, _ -> - val questStage = getQuestStage(player, Quests.HORROR_FROM_THE_DEEP) - val teleportLocation = when { - // dag dungeon - isQuestComplete(player, Quests.HORROR_FROM_THE_DEEP) -> Location(2519, 9994, 1) - - // boss fight area - questStage >= 4 -> Location(2519, 4618, 1) - - // no access - else -> null - } - - if (teleportLocation != null) { - animate(player, 827) - queueScript(player, 1, QueueStrength.SOFT) { - teleport(player, teleportLocation) - return@queueScript stopExecuting(player) - } - } else { - sendPlayerDialogue(player, "I have no reason to go down there.", FacialExpression.HALF_THINKING) - } - return@on true - } - - /* - * Handles ladders up to lighthouse. - */ - - // the ladder up to the lighthouse - on(Scenery.IRON_LADDER_4412, IntType.SCENERY, "climb") { player, _ -> - val questStage = getQuestStage(player, Quests.HORROR_FROM_THE_DEEP) - val teleportLocation = when { - // return to non-instanced lighthouse - isQuestComplete(player, Quests.HORROR_FROM_THE_DEEP) -> Location(2510, 3644, 0) - - // return to instanced lighthouse (you can only get down here at stage 50 or greater) - questStage <= 5 -> Location(2446, 4604, 0) - - else -> null - } - - if (teleportLocation != null) { - animate(player, Animations.HUMAN_CLIMB_STAIRS_828) - queueScript(player, 1, QueueStrength.SOFT) { - teleport(player, teleportLocation) - return@queueScript stopExecuting(player) - } - } else { - // this should never trigger - sendPlayerDialogue(player, "I have no reason to go up there.", FacialExpression.HALF_THINKING) - } - return@on true - } - - // handles the secret shortcut ladder up from DKS to the Lighthouse - on(Scenery.LADDER_10194, IntType.SCENERY, "climb-up") { player, _ -> - // TODO: Swimming cutscene/forcemove from mouth of cave to shore - // Horror from the Deep must be completed in order to access this - val teleportLocation = when { - - // climb up to the Lighthouse dungeon - isQuestComplete(player, Quests.HORROR_FROM_THE_DEEP) -> Location(2510, 10019, 0) - - else -> null - } - - if (teleportLocation != null) { - animate(player, Animations.HUMAN_CLIMB_STAIRS_828) - queueScript(player, 1, QueueStrength.SOFT) { - teleport(player, teleportLocation) - return@queueScript stopExecuting(player) - } - } else { - sendMessage(player, "You need to have completed Horror from the Deep in order to do this.") - } - return@on true - } - - /* - * Handles the interaction with lighthouse door. - * During the quest, the door teleports the player to the second lighthouse. - */ - - on(Scenery.DOORWAY_4577, IntType.SCENERY, "walk-through") { player, node -> - val questStage = getQuestStage(player, Quests.HORROR_FROM_THE_DEEP) - - // fixed the bridge - val bridge = (getVarbit(player, HorrorFromTheDeep.HFTD_BRIDGE_E) == 1 - && getVarbit(player, HorrorFromTheDeep.HFTD_BRIDGE_W) == 1) - - // got the key - val key = getVarbit(player, HorrorFromTheDeep.HFTD_LIGHTHOUSE_KEY) == 1 - - when { - // quest complete - isQuestComplete(player, Quests.HORROR_FROM_THE_DEEP) -> { - DoorActionHandler.handleAutowalkDoor(player, node.asScenery()) - } - - // quest in progress, after bridge fixed and key obtained - questStage >= 2 -> { - val insideLighthouse = inBorders(player, 2508, 3634, 2510, 3635) - val teleportLocation = if (insideLighthouse) { - location(2445, 4596, 0) - } else { - location(2509, 3635, 0) - } - - // set varbit that says you entered - if (getVarbit(player, HorrorFromTheDeep.HFTD_LIGHTHOUSE_DOOR) == 0) { - setVarbit(player, HorrorFromTheDeep.HFTD_LIGHTHOUSE_DOOR, 1, true) - } - - lock(player, 5) - queueScript(player, 2) { count -> - when(count) { - 0 -> { - sendMessage(player, "You unlock the Lighthouse front door.") - DoorActionHandler.handleAutowalkDoor(player, node.asScenery()) - return@queueScript delayScript(player, 2) - } - - 1 -> { - teleport(player, teleportLocation) - return@queueScript stopExecuting(player) - } - } - return@queueScript stopExecuting(player) - } - } - - // fix the bridge and get the key first - questStage == 1 -> { - if (bridge && key) { - sendDialogue(player, "I should talk to Larrissa first.") - } else { - sendNPCDialogue(player, NPCs.LARRISSA_1336, "Please adventurer... We are both curious as to what has happened in that lighthouse, but you need to fix the bridge for me!") - } - } - - // quest not started - else -> { - sendDialogue(player, "You can't see any way to open the door.") - } - } - return@on true - } - - // use swamp tar to refill the lighthouse light - onUseWith(IntType.SCENERY, Items.SWAMP_TAR_1939, Scenery.LIGHTING_MECHANISM_4588) { player, _, mechanism -> - if (getVarbit(player, HorrorFromTheDeep.HFTD_LIGHT_TAR) == 0 - && removeItem(player, Item(Items.SWAMP_TAR_1939, 1)) - ) { - sendMessage(player, "You use the swamp tar to make the torch flammable again.") - setVarbit(player, HorrorFromTheDeep.HFTD_LIGHT_TAR, 1, true) - if (checkLight(player)) { - replaceScenery(mechanism.asScenery(), Scenery.LIGHTING_MECHANISM_4587, 200) - } - } else { - sendMessage(player, "Nothing interesting happens.") - } - return@onUseWith true - } - - // use a tinderbox to light the filled lighthouse light - onUseWith(IntType.SCENERY, Items.TINDERBOX_590, Scenery.LIGHTING_MECHANISM_4588) { player, _, mechanism -> - if (getVarbit(player, HorrorFromTheDeep.HFTD_LIGHT_LIT) == 0 - && getVarbit(player, HorrorFromTheDeep.HFTD_LIGHT_TAR) == 1 - ) { - sendMessage(player, "You light the torch with your tinderbox.") - setVarbit(player, HorrorFromTheDeep.HFTD_LIGHT_LIT, 1, true) - if (checkLight(player)) { - replaceScenery(mechanism.asScenery(), Scenery.LIGHTING_MECHANISM_4587, 200) - } - } else { - sendMessage(player, "Nothing interesting happens.") - } - return@onUseWith true - } - - // use molten glass to fix the lighthouse lens - onUseWith(IntType.SCENERY, Items.MOLTEN_GLASS_1775, Scenery.LIGHTING_MECHANISM_4588) { player, item, mechanism -> - if (getVarbit(player, HorrorFromTheDeep.HFTD_LIGHT_LENS) == 0 - && removeItem(player, item.asItem()) - ) { - setVarbit(player, HorrorFromTheDeep.HFTD_LIGHT_LENS, 1, true) - sendMessage(player, "You use the molten glass to repair the lens.") - if (checkLight(player)) { - replaceScenery(mechanism.asScenery(), Scenery.LIGHTING_MECHANISM_4587, 200) - } - } else { - sendMessage(player, "Nothing interesting happens.") - } - return@onUseWith true - } - - // study the strange wall - on(strangeWalls, IntType.SCENERY, "study") { player, _ -> - when (player.location.y) { - 4626 -> { - if (getQuestStage(player, Quests.HORROR_FROM_THE_DEEP) >= 5) { - openInterface(player, Components.HORROR_METALDOOR_142) - } else { - openInterface(player, Components.HORROR_METALDOOR_142) - setVarbit(player, HorrorFromTheDeep.HFTD_DOOR, 1, true) - } - } - - 10002 -> openInterface(player, Components.HORROR_METALDOOR_142) - 4627, 10003 -> sendMessage(player, "You cannot see anything unusual about the wall from this side.") - } - return@on true - } - - // use items on the strange wall - onUseWith(IntType.SCENERY, requiredItems, *strangeWalls) { player, used, _ -> - openDialogue(player, StrangeWallDialogue(items = used.id)) - return@onUseWith true - } - - // open the strange wall - on(strangeDoors, IntType.SCENERY, "open") { player, node -> - val questStage = getQuestStage(player, Quests.HORROR_FROM_THE_DEEP) - if (questStage >= 5) { - // doors are one-way: https://www.youtube.com/watch?v=ZdmHrnYjbd4&t=325s - when (player.location.y) { - 4626, 10002 -> if (node.id == 4546) { - sendMessage(player, "This door cannot be opened from this side.") - return@on false - } - 4627, 10003 -> if (node.id == 4545) { - sendMessage(player, "This door cannot be opened from this side.") - return@on false - } - } - DoorActionHandler.handleAutowalkDoor(player, node.asScenery()) - playAudio(player, Sounds.STRANGEDOOR_OPEN_1626) - playAudio(player, Sounds.STRANGEDOOR_CLOSE_1625, 2) - - return@on true - } - when (player.location.y) { - 4626, 10002 -> sendMessage(player, "You cannot see any way to move this part of the wall....") - 4627, 10003 -> sendMessage(player, "You cannot see anything unusual about the wall from this side.") - } - return@on true - } - - // fix the bridge with planks - onUseWith(IntType.SCENERY, Items.PLANK_960, *brokenBridge) { player, _, bridge -> - val questStage = getQuestStage(player, Quests.HORROR_FROM_THE_DEEP) - - val eastBridge = Scenery.BROKEN_BRIDGE_4616 - val eastBridgeFixed = getVarbit(player, HorrorFromTheDeep.HFTD_BRIDGE_E) == 1 - - val westBridge = Scenery.BROKEN_BRIDGE_4615 - val westBridgeFixed = getVarbit(player, HorrorFromTheDeep.HFTD_BRIDGE_W) == 1 - - when(questStage) { - // quest not started - 0 -> sendDialogue(player, "That won't help fix the bridge.") - - // during quest - 1 -> { - // check for hammer - if (!inInventory(player, Items.HAMMER_2347, 1)) { - sendDialogue(player, "You need a hammer to force the nails in with.") - return@onUseWith false - } - - // check for nails - if (amountInInventory(player, Items.STEEL_NAILS_1539) < 30) { - sendDialogue(player, "You need 30 steel nails to attach the plank with.") - return@onUseWith false - } - - // select the bridge side we're on - when(bridge.id) { - // east - eastBridge -> { - if (eastBridgeFixed) { - sendDialogue(player, "You have already fixed this half of the bridge.") - } else { - // fix the bridge - val message = - if (!westBridgeFixed) "You create half a makeshift walkway out of the plank." - else "You have now made a makeshift walkway over the bridge." - - if (removeItem(player, Items.PLANK_960) && removeItem(player, Item(Items.STEEL_NAILS_1539, 30))) { - lock(player, 1) - animate(player, Animations.HUMAN_ANVIL_HAMMER_SMITHING_898) - - queueScript(player, 3, QueueStrength.SOFT) { - animate(player, Animations.HUMAN_ANVIL_HAMMER_SMITHING_898) - setVarbit(player, HorrorFromTheDeep.HFTD_BRIDGE_E, 1, true) - sendDialogue(player, message) - return@queueScript stopExecuting(player) - } - } - } - } - - // west - westBridge -> { - if (westBridgeFixed) { - sendDialogue(player, "You have already fixed this half of the bridge.") - } else { - // fix the bridge - val message = - if (!eastBridgeFixed) "You create half a makeshift walkway out of the plank." - else "You have now made a makeshift walkway over the bridge." - - if (removeItem(player, Items.PLANK_960) && removeItem(player, Item(Items.STEEL_NAILS_1539, 30))) { - lock(player, 1) - animate(player, Animations.HUMAN_ANVIL_HAMMER_SMITHING_898) - - queueScript(player, 3, QueueStrength.SOFT) { - animate(player, Animations.HUMAN_ANVIL_HAMMER_SMITHING_898) - setVarbit(player, HorrorFromTheDeep.HFTD_BRIDGE_W, 1, true) - sendDialogue(player, message) - return@queueScript stopExecuting(player) - } - } - } - } - } - } - - // bridge has been fixed if you're past stage 1 - else -> sendDialogue(player, "You have already fixed this half of the bridge.") - } - return@onUseWith true - } - - // cross the bridge. This movement shit could use improving, but I'm not smart enough to link the anims together at the right speed. - on(brokenBridge, IntType.SCENERY, "Cross") { player, bridge -> - val fromWest = bridge.id == Scenery.BROKEN_BRIDGE_4615 - val baseLocationX = if (fromWest) 2595 else 2598 - val locations = (0..3).map { Location(baseLocationX + it * (if (fromWest) 1 else -1), 3608, 0) } - - val animations = if (fromWest) { - listOf(Animation(753), Animation(756), Animation(757), Animation(759)) - } else { - listOf(Animation(752), Animation(754), Animation(755), Animation(758)) - } - - val direction = if (fromWest) Direction.EAST else Direction.WEST - - queueScript(player, 0, QueueStrength.SOFT) { counter -> - if (counter in 0..2) { - ForceMovement.run( - player, - locations[counter], - locations[counter + 1], - animations[counter], - animations.getOrElse(counter + 1) { animations.last() }, - direction - ) - delayScript(player, 0) - return@queueScript false - } - stopExecuting(player) - return@queueScript true - } - - return@on true - } - } -} - -private fun checkLight(player: Player) : Boolean { - if (getVarbit(player, HorrorFromTheDeep.HFTD_LIGHT_TAR) == 1 - && getVarbit(player, HorrorFromTheDeep.HFTD_LIGHT_LIT) == 1 - && getVarbit(player, HorrorFromTheDeep.HFTD_LIGHT_LENS) == 1 - ) { - setQuestStage(player, Quests.HORROR_FROM_THE_DEEP, 4) - sendMessage(player, "You have managed to repair the lighthouse torch!") - return true - } else { - return false - } -} - -// starts the fight with the small dag -fun startBabyBossFight(player: Player) { - // mark player as in fight - setAttribute(player, HorrorFromTheDeep.HFTD_COMBAT, true) - - // create the boss - val dag = DagonnothBabyNPC(NPCs.DAGANNOTH_1347, Location.create(2512, 4636, 0)) - - // mark boss to target the player - setAttribute(dag, HorrorFromTheDeep.HFTD_TARGET, player.name) - - // init boss and attack target - dag.init() - dag.isWalks = true - dag.isAggressive = true - dag.attack(player) - registerHintIcon(player, dag) -} - -// starts the fight with the dag mother -fun startBossFight(player: Player) { - - // mark player as in fight - setAttribute(player, HorrorFromTheDeep.HFTD_COMBAT, true) - - // create the boss - val dagMom = DagannothMotherNPC(NPCs.DAGANNOTH_MOTHER_1351, location(2520, 4645, 0)) - - // mark boss to target the player - setAttribute(dagMom, HorrorFromTheDeep.HFTD_TARGET, player.name) - - // init boss and attack target - dagMom.init() - dagMom.attack(player) - registerHintIcon(player, dagMom) - sendMessage(player, "A horror from the ocean depths...") -} diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/StrangeWallDialogue.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/StrangeWallDialogue.kt deleted file mode 100644 index c994355d0..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/StrangeWallDialogue.kt +++ /dev/null @@ -1,141 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers - -import content.data.Quests -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep -import core.api.* -import core.game.dialogue.DialogueFile -import core.game.interaction.QueueStrength -import core.game.node.item.Item -import org.rs09.consts.Items -import org.rs09.consts.Sounds - -class StrangeWallDialogue(private val items: Int) : DialogueFile() { - private val itemVarbits: Map = mapOf( - Items.AIR_RUNE_556 to HorrorFromTheDeep.HFTD_WALL_AIR, - Items.FIRE_RUNE_554 to HorrorFromTheDeep.HFTD_WALL_FIRE, - Items.EARTH_RUNE_557 to HorrorFromTheDeep.HFTD_WALL_EARTH, - Items.WATER_RUNE_555 to HorrorFromTheDeep.HFTD_WALL_WATER - ) - - // all the arrows you can insert - private val arrowIds: Set = setOf( - Items.BRONZE_ARROW_882, - Items.BRONZE_ARROWP_883, - Items.BRONZE_ARROWP_PLUS_5616, - Items.BRONZE_ARROWP_PLUS_PLUS_5622, - Items.IRON_ARROW_884, - Items.IRON_ARROWP_885, - Items.IRON_ARROWP_PLUS_5617, - Items.IRON_ARROWP_PLUS_PLUS_5623, - Items.STEEL_ARROW_886, - Items.STEEL_ARROWP_887, - Items.STEEL_ARROWP_PLUS_5618, - Items.STEEL_ARROWP_PLUS_PLUS_5624, - Items.MITHRIL_ARROW_888, - Items.MITHRIL_ARROWP_889, - Items.MITHRIL_ARROWP_PLUS_5619, - Items.MITHRIL_ARROWP_PLUS_PLUS_5625, - Items.ADAMANT_ARROW_890, - Items.ADAMANT_ARROWP_891, - Items.ADAMANT_ARROWP_PLUS_5620, - Items.ADAMANT_ARROWP_PLUS_PLUS_5626, - Items.RUNE_ARROW_892, - Items.RUNE_ARROWP_893, - Items.RUNE_ARROWP_PLUS_5621, - Items.RUNE_ARROWP_PLUS_PLUS_5627, - Items.DRAGON_ARROW_11212, - Items.DRAGON_ARROWP_11227, - Items.DRAGON_ARROWP_PLUS_11228, - Items.DRAGON_ARROWP_PLUS_PLUS_11229 - ) - - private val swordIds: Set = setOf( - Items.BRONZE_SWORD_1277, - Items.IRON_SWORD_1279, - Items.STEEL_SWORD_1281, - Items.MITHRIL_SWORD_1285, - Items.ADAMANT_SWORD_1287, - Items.RUNE_SWORD_1289 - ) - - override fun handle(componentID: Int, buttonID: Int) { - val player = player ?: return - when (stage) { - 0 -> { - sendPlayerDialogue(player, "I don't think I'll get that back if I put it in there.") - stage++ - } - - 1 -> { - setTitle(player, 2) - val item = getItemCategory(items) - sendDialogueOptions(player, "Really place the $item into the door?", "Yes", "No") - stage++ - } - - 2 -> when (buttonID) { - 1 -> handleItemAction() - 2 -> end() - } - } - } - - private fun handleItemAction() { - val player = player ?: return - val varbitName = getVarbitNameForId(items) - - // if null of quest is complete, return - if (varbitName == null || getVarbit(player, varbitName) == 1) { - end() - sendMessage(player, "Nothing interesting happens.") - return - } - end() - // place item - if (removeItem(player, Item(items, 1))) { - sendMessage(player, "You place a ${getItemName(items).lowercase()} into the slot in the wall.") - setVarbit(player, varbitName, 1, true) - - // if this was all the items, unlock the door - if (getVarbit(player, HorrorFromTheDeep.HFTD_WALL_ARROW) == 1 - && getVarbit(player, HorrorFromTheDeep.HFTD_WALL_SWORD) == 1 - && getVarbit(player, HorrorFromTheDeep.HFTD_WALL_AIR) == 1 - && getVarbit(player, HorrorFromTheDeep.HFTD_WALL_FIRE) == 1 - && getVarbit(player, HorrorFromTheDeep.HFTD_WALL_WATER) == 1 - && getVarbit(player, HorrorFromTheDeep.HFTD_WALL_EARTH) == 1 - ) { - queueScript(player, 1, QueueStrength.SOFT) { - sendMessage(player, "You hear the sound of something moving within the wall.") - playAudio(player, Sounds.STRANGEDOOR_SOUND_1627) - setQuestStage(player, Quests.HORROR_FROM_THE_DEEP, 5) - return@queueScript stopExecuting(player) - } - } - } - } - - // gets the attribute string - private fun getVarbitNameForId(id: Int): Int? { - // runes - if (itemVarbits.containsKey(id)) { - return itemVarbits[id] - } - - // arrows and swords - return when (id) { - in arrowIds -> HorrorFromTheDeep.HFTD_WALL_ARROW - in swordIds -> HorrorFromTheDeep.HFTD_WALL_SWORD - else -> null - } - } - - // get type of item for dialogue - private fun getItemCategory(id: Int): String { - return when { - itemVarbits.containsKey(id) -> "rune" - id in arrowIds -> "arrow" - id in swordIds -> "sword" - else -> "item" - } - } -} diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/StrangeWallInterface.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/StrangeWallInterface.kt deleted file mode 100644 index bbc5859bc..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/StrangeWallInterface.kt +++ /dev/null @@ -1,39 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers - -import content.data.Quests -import content.region.fremennik.lighthouse.quest.horror.HorrorFromTheDeep -import core.api.* -import core.game.interaction.InterfaceListener -import org.rs09.consts.Components - -class StrangeWallInterface : InterfaceListener { - - override fun defineInterfaceListeners() { - onOpen(Components.HORROR_METALDOOR_142) { player, _ -> - val questComplete = isQuestComplete(player, Quests.HORROR_FROM_THE_DEEP) - - val runeAttributes = listOf>( - // varbit child default filled - arrayOf(HorrorFromTheDeep.HFTD_WALL_FIRE, 2, 4513, 4514), - arrayOf(HorrorFromTheDeep.HFTD_WALL_AIR, 3, 4509, 4510), - arrayOf(HorrorFromTheDeep.HFTD_WALL_EARTH, 4, 4511, 4512), - arrayOf(HorrorFromTheDeep.HFTD_WALL_WATER, 5, 4520, 4521), - arrayOf(HorrorFromTheDeep.HFTD_WALL_ARROW, 6, 4518, 4519), - arrayOf(HorrorFromTheDeep.HFTD_WALL_SWORD, 7, 4516, 4517) - ) - - runeAttributes.forEach { data -> - val save = data[0] as Int - val child = data[1] as Int - val default = data[2] as Int - val filled = data[3] as Int - - val placed = (getVarbit(player, save) == 1) || questComplete - val show = if (placed) filled else default - player.packetDispatch.sendModelOnInterface(show, 142, child, 0) - } - - return@onOpen true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/AncientDiary.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/AncientDiary.kt deleted file mode 100644 index e95b022da..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/AncientDiary.kt +++ /dev/null @@ -1,297 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers.bookcase - -import content.global.handlers.iface.BookInterface -import content.global.handlers.iface.BookLine -import content.global.handlers.iface.Page -import content.global.handlers.iface.PageSet -import core.api.storeBookInHouse -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import org.rs09.consts.Items - -/** - * Ancient diary located at Lighthouse. - */ - -class AncientDiary : InteractionListener { - companion object { - private val TITLE = "Diary" - private val CONTENTS = - arrayOf( - PageSet( - // pages 1-2 - Page( - BookLine("I do not know why it is", 55), - BookLine("me that has been chosen", 56), - BookLine("by them... but I will not", 57), - BookLine("fail them!", 58), - BookLine("Soft whispers, beckoning", 60), - BookLine("me at night... I know", 61), - BookLine("what you are!", 62), - ), - Page( - BookLine("I saw one today.", 68), - BookLine("Magnificence. Is this", 71), - BookLine("then, what we all aspire to", 72), - BookLine("someday become? Are", 73), - BookLine("these beings even natural,", 74), - BookLine("or are they beyond what", 75), - ), - ), - // pages 3-4 - PageSet( - Page( // lines 55-65 - BookLine("we think of as nature?", 55), - BookLine("The beautiful chittering", 58), - BookLine("Dagannoth! I know thee!", 61), - BookLine("I call thee! For I too am", 62), - BookLine("of the ocean, I too know", 63), - BookLine("this land as home!", 64), - ), - Page( // lines 66-76 - BookLine("Home? Perhaps. Where", 66), - BookLine("did you come from?", 67), - BookLine("Where do you plan to", 69), - BookLine("go?", 69), - BookLine("You cannot leave. You", 71), - BookLine("MUST not leave. I will", 72), - BookLine("ensure it.", 73), - ), - ), - // pages 5-6 - PageSet( - Page( - BookLine("I find myself thinking", 56), - BookLine("often of the time when", 57), - BookLine("we can all be together as", 58), - BookLine("one in the deep sea.", 59), - BookLine("Problems arose. Can you", 61), - BookLine("not see what I want?", 62), - BookLine("Can you not see how we", 63), - BookLine("should proceed?", 64), - ), - Page( - BookLine("I have no solution.", 70), - ), - ), - // pages 7-8 - PageSet( - Page( - BookLine("I sleep during the days", 55), - BookLine("now, my nights are only", 56), - BookLine("for you and your kind.", 57), - BookLine("I am thinking of a door.", 59), - BookLine("We cannot let everyone", 62), - BookLine("know of my plans!", 63), - ), - Page( - BookLine("I was buying food in the", 66), - BookLine("nearby town today, the", 67), - BookLine("idiot barbarians look at", 68), - BookLine("me as though I have lost", 69), - BookLine("my wits.", 70), - BookLine("Ha! Like they know what", 75), - BookLine("wits even are!", 76), - ), - ), - // pages 9-10 - PageSet( - Page( - BookLine("Do they even", 56), - BookLine("understand? Of course", 57), - BookLine("not they are just", 58), - BookLine("barbarians! Soon.", 59), - BookLine("Things fall into place so", 64), - BookLine("quickly...", 65), - ), - Page( - BookLine("A door. Yes. Definitely a", 66), - BookLine("door. But how to keep", 67), - BookLine("my secrets secure?", 68), - BookLine("Disturbing message from", 70), - BookLine("the council today, they", 71), - BookLine("feel that I am not", 72), - BookLine("fulfilling my contract to", 73), - BookLine("keep this lighthouse", 74), - BookLine("operative correctly.", 75), - ), - ), - // pages 11-12 - PageSet( - // childs 55-65 - Page( - BookLine("Do they think I care?", 58), - BookLine("Do I even care", 60), - BookLine("anymore?", 61), - BookLine("Things proceed apace.", 63), - BookLine("I will begin work on the", 64), - ), - // childs 66-76 - Page( - BookLine("door as soon as I can.", 66), - BookLine("What can they do to me?", 69), - BookLine("Your songs of the night", 72), - BookLine("call to me, always.", 73), - ), - ), - // pages 13-14 - PageSet( - Page( - BookLine("Always the chittering.", 57), - BookLine("Did I name you,", 59), - BookLine("Dagannoth? Or did you", 60), - BookLine("tell me your name in my", 61), - BookLine("dreams of you?", 62), - BookLine("If I named you, did I also", 63), - BookLine("create you just by", 64), - BookLine("naming you? Am I then", 65), - ), - Page( - BookLine("also somehow a part of", 66), - BookLine("you, or are you a part of", 67), - BookLine("me?", 68), - BookLine("Things seem so strange", 70), - BookLine("nowadays...", 71), - BookLine("The door is the key. But", 73), - BookLine("what should then be the", 74), - BookLine("key to the door?", 75), - ), - ), - // pages 15-16 - PageSet( - Page( - BookLine("I do not think I am well", 55), - BookLine("anymore, it is good to", 56), - BookLine("have company.", 57), - BookLine("Stupid council! Always", 59), - BookLine("interfering! You do not", 60), - BookLine("know the dagannoth, you", 61), - BookLine("have no sway here!", 62), - BookLine("I am the sea.", 64), - ), - Page( - BookLine("I see that I am.", 66), - BookLine("The door. Dagannoth.", 68), - BookLine("Will I wake one day and", 69), - BookLine("find that my life so far", 70), - BookLine("has been naught but a", 71), - BookLine("dream, and that under", 72), - BookLine("my skin, under my", 73), - BookLine("bones, I too am", 74), - BookLine("dagannoth?", 75), - ), - ), - // pages 17-18 - PageSet( - Page( - BookLine("Such dreams I have in", 56), - BookLine("the days while I sleep.", 57), - ), - Page( - BookLine("The chittering is now", 65), - BookLine("always ringing in my", 66), - BookLine("ears... what are you", 67), - BookLine("saying to me??", 68), - BookLine("The key IS the door!", 70), - BookLine("The red of flame, the", 71), - BookLine("blue of water. The white", 72), - BookLine("of air and the brown of", 73), - BookLine("earth.", 74), - ), - ), - // pages 19-20 - PageSet( - - Page( - BookLine("Is this all? Can this be?", 58), - BookLine("No, dagannoth, it isn't.", 62), - ), - Page( - BookLine("The colours are of deep", 66), - BookLine("significance, deep seas,", 67), - BookLine("deep thoughts, thoughts of", 68), - BookLine("creation, am I a creation,", 69), - BookLine("dagannoth? Are you?", 70), - BookLine("Then who by?", 71), - ), - ), - // pages 21-22 - PageSet( - Page( - BookLine("And what for?", 59), - ), - Page( - BookLine("The door is the key. The", 66), - BookLine("key to the door is key.", 67), - BookLine("Red and yellow and blue", 68), - BookLine("and brown and white and", 69), - BookLine("green, put them together", 70), - BookLine("and what have you got?", 71), - BookLine("The runes. Fire, air,", 72), - BookLine("water, earth. The other", 73), - BookLine("keys. Weapons.", 74), - BookLine("I take two other parts of", 76), - ), - ), - // pages 23-24 - PageSet( - Page( - BookLine("the mixture; the sword of", 56), - BookLine("the warrior and the", 57), - BookLine("arrow of the huntsman.", 58), - BookLine("Can this then keep you", 59), - BookLine("bound to this place,", 60), - BookLine("dagannoth?", 61), - BookLine("We shall see.", 63), - BookLine("We shall see the sea.", 65), - ), - Page( - BookLine("Days are a stream of", 66), - BookLine("people, buying, selling can", 67), - BookLine("you not leave me be?", 68), - BookLine("I think I understand.", 70), - BookLine("I come to thee tonight,", 72), - BookLine("dagannoth. I know not", 73), - BookLine("how this ends, but will", 74), - BookLine("now found out. Farewell", 75), - BookLine("land, the sea is now my", 76), - ), - ), - // pages 25-26 - PageSet( - Page( - BookLine("home, my place, my life.", 55), - ), - Page( - BookLine("I have not much time left", 66), - BookLine("in this place.", 67), - BookLine("I return to you in the sea", 69), - BookLine("at night.", 70), - BookLine("Dagannoth. Me. Can you", 73), - ), - ), - // pages 27-28 - PageSet( - Page( - BookLine("become me?", 56), - BookLine("Or...", 58), - BookLine("Can I somehow... Become", 60), - BookLine("you?", 61), - ), - ), - ) - private fun display(player:Player, pageNum: Int, buttonID: Int) : Boolean { - BookInterface.pageSetup(player, BookInterface.FANCY_BOOK_3_49, TITLE, CONTENTS) - return true - } - } - - override fun defineListeners() { - on(Items.DIARY_3846, IntType.ITEM, "read") { player, node -> - BookInterface.openBook(player, BookInterface.FANCY_BOOK_3_49, ::display) - storeBookInHouse(player, node) - return@on true - } - } -} diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/BookcaseDialogue.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/BookcaseDialogue.kt deleted file mode 100644 index d511ffb03..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/BookcaseDialogue.kt +++ /dev/null @@ -1,44 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers.bookcase - -import core.api.addItemOrDrop -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import org.rs09.consts.Items - -class BookcaseDialogue : DialogueLabeller() { - override fun addConversation() { - line("There are three books here that look important...","What would you like to do?") - options( - DialogueOption("manual", "Take the Lighthouse Manual", skipPlayer = true), - DialogueOption("diary", "Take the ancient Diary", skipPlayer = true), - DialogueOption("journal", "Take Jossik's Journal", skipPlayer = true), - DialogueOption("all", "Take all three books", skipPlayer = true) - ) - - label("manual") - exec { player, _ -> - addItemOrDrop(player, Items.MANUAL_3847) - end() - } - - label("diary") - exec { player, _ -> - addItemOrDrop(player, Items.DIARY_3846) - end() - } - - label("journal") - exec { player, _ -> - addItemOrDrop(player, Items.JOURNAL_3845) - end() - } - - label("all") - exec { player, _ -> - addItemOrDrop(player, Items.MANUAL_3847) - addItemOrDrop(player, Items.DIARY_3846) - addItemOrDrop(player, Items.JOURNAL_3845) - end() - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/JossikJournal.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/JossikJournal.kt deleted file mode 100644 index 937e48e4b..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/JossikJournal.kt +++ /dev/null @@ -1,400 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers.bookcase - -import content.global.handlers.iface.BookInterface -import content.global.handlers.iface.BookLine -import content.global.handlers.iface.Page -import content.global.handlers.iface.PageSet -import core.api.storeBookInHouse -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import org.rs09.consts.Items - -/** - * Jossik's journal located at the Lighthouse. - */ - -class JossikJournal : InteractionListener { - companion object { - private val TITLE = "Journal" - private val CONTENTS = - arrayOf( - // pages 1-2 - PageSet( - Page( - BookLine("Bennath the 3rd", 55), - BookLine("The mystery of what has", 56), - BookLine("happened to my uncle", 57), - BookLine("has still not been", 58), - BookLine("revealed,", 59), - BookLine("but I must dwell on", 60), - BookLine("it no longer. It is", 61), - BookLine("slightly unfair that", 62), - BookLine("due to his absence the", 63), - BookLine("council have forced", 64), - BookLine("me to take up his job", 65), - ), - Page( - BookLine("here at the lighthouse,", 66), - BookLine("but what can I say to", 67), - BookLine("argue against them? They", 68), - BookLine("have allowed me to make", 69), - BookLine("a small income by selling", 70), - BookLine("items without the usual", 71), - BookLine("sales tax, but who is", 72), - BookLine("ever going to come all", 73), - BookLine("the way out to this", 74), - BookLine("forsaken spot? Worse,", 75), - BookLine("I fear for my life,", 76), - ), - ), - // pages 3-4 - PageSet( - Page( - BookLine("being between two barbarian", 55), - BookLine("camps!I have not had", 56), - BookLine("any particular problems", 57), - BookLine("with the locals so far", 58), - BookLine("but who knows what can", 59), - BookLine("set off a barbarian???", 60), - BookLine("Bennath the 15th", 61), - BookLine("", 62), - BookLine("My fears seem", 63), - BookLine("to have been unfounded,", 64), - BookLine("the local barbarians,", 65), - ), - Page( - BookLine("who I have learnt prefer", 66), - BookLine("the term 'Fremennik',", 67), - BookLine("seem to be decent and", 68), - BookLine("hard working people", 69), - BookLine("after all. They certainly", 70), - BookLine("do not live up to the", 71), - BookLine("terrible things that", 72), - BookLine("I have heard about them", 73), - BookLine("before now! I still", 74), - BookLine("do not have any clues", 75), - BookLine("as to what has happened", 76), - ), - ), - // pages 5-6 - PageSet( - Page( - BookLine("to my uncle... Some", 55), - BookLine("of the local folks have", 56), - BookLine("tried to suggest that", 57), - BookLine("he was eaten by a sea", 58), - BookLine("monster that they claim", 59), - BookLine("lives near here, but", 60), - BookLine("I hold no weight to", 61), - BookLine("their foolish superstitions!", 62), - BookLine("He was always slightly", 63), - BookLine("eccentric, and I fear", 64), - BookLine("that he was simply overcome", 65), - ), - Page( - BookLine("by the terrible loneliness", 66), - BookLine("from living out in this", 67), - BookLine("desolate lighthouse,", 68), - BookLine("and one night simply", 69), - BookLine("gave himself up to the", 70), - BookLine("sea...", 71), - BookLine("", 72), - BookLine("Bennath the 32nd", 73), - BookLine("It has now been", 74), - BookLine("almost a month since", 75), - BookLine("first I was sent to", 76), - ), - ), - // pages 7-8 - PageSet( - Page( - BookLine("this forsaken and desolate", 55), - BookLine("spot. I still have", 56), - BookLine("no clue what happened", 57), - BookLine("to my uncle, and frankly,", 58), - BookLine("I have almost stopped", 59), - BookLine("really caring. All", 60), - BookLine("I can think of is somehow", 61), - BookLine("getting away from this", 62), - BookLine("terrible place... it", 63), - BookLine("has been over two weeks", 64), - BookLine("now since I last saw", 65), - ), - Page( - BookLine("another human face...", 66), - BookLine("I do not know how much", 67), - BookLine("longer I can stand the", 68), - BookLine("loneliness! I do not", 69), - BookLine("know if it is my mind", 70), - BookLine("playing tricks on me,", 71), - BookLine("but recently I have", 72), - BookLine("begun to hear something", 73), - BookLine("whispered on the wind...", 74), - BookLine("it seems to call my", 75), - BookLine("name as I fall asleep", 76), - ), - ), - // pages 9-10 - PageSet( - Page( - BookLine("at night. There have", 55), - BookLine("also been many strange", 56), - BookLine("noises from below the", 57), - BookLine("lighthouse, and from", 58), - BookLine("behind the strange metal", 59), - BookLine("doorway that my uncle", 60), - BookLine("had installed in the", 61), - BookLine("basement. Perhaps this", 62), - BookLine("is how my uncle felt", 63), - BookLine("before he... No, I still", 64), - BookLine("do not know what has", 65), - ), - Page( - BookLine("happened to him. I am", 66), - BookLine("filled with resolve", 67), - BookLine("to discover what exactly", 68), - BookLine("did happen - if nothing", 69), - BookLine("else, it will keep my", 70), - BookLine("mind from the voices", 71), - BookLine("that call to me nightly.", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76), - ), - ), - // pages 11-12 - PageSet( - Page( // 55-65 - BookLine("Raktuber 13th", 55), - BookLine("", 56), - BookLine("It has been some time", 57), - BookLine("last I filled out this", 58), - BookLine("journal, for my spirits", 59), - BookLine("have been lifted greatly in", 60), - BookLine("recent times, and it is all", 61), - BookLine("down to a single person I", 62), - BookLine("encountered while", 63), - BookLine("working here!", 64), - BookLine("", 65), - ), - Page( // 66-76 - BookLine("Her name is Larrissa and", 66), - BookLine("she is a local Fremennik", 67), - BookLine("girl, who comes here to", 68), - BookLine("buy goods not for sale in", 69), - BookLine("her home town of", 70), - BookLine("Rellekka sometimes.", 71), - BookLine("", 72), - BookLine("To be honest, I would", 73), - BookLine("have tried to strike up a", 74), - BookLine("friendship with anyone", 75), - BookLine("who came by, for it is a", 76), - ), - ), - // pages 13-14 - PageSet( - Page( - BookLine("terribly lonely job", 55), - BookLine("working at this light-", 56), - BookLine("house, but even if I", 57), - BookLine("worked in Varrock I", 58), - BookLine("could not have chosen a", 59), - BookLine("more pleasant companion!", 60), - BookLine("We really struck a chord", 61), - BookLine("together, and I think", 62), - BookLine("we may become more than", 63), - BookLine("friends eventually, but I", 64), - BookLine("worry what her family", 65), - ), - Page( - BookLine("will think of me - from", 66), - BookLine("what I hear the people of", 67), - BookLine("Rellekka do not take", 68), - BookLine("kindly to strangers! I", 69), - BookLine("have also made some", 70), - BookLine("progress in my search", 71), - BookLine("for the truth of what", 72), - BookLine("happened to my uncle", 73), - BookLine("Silas all those months ago!", 74), - BookLine("I found a secret", 75), - BookLine("compartment with a diary", 76), - ), - ), - // pages 15-16 - PageSet( - Page( - BookLine("hidden within it. I have", 55), - BookLine("placed the diary in the", 56), - BookLine("bookshelf for later", 57), - BookLine("examination. It is", 58), - BookLine("definitely his hand writing,", 59), - BookLine("and I hope that it may", 60), - BookLine("shed some light onto his", 61), - BookLine("eventual fate. ", 62), - BookLine("", 63), - BookLine("I cannot help but think", 64), - BookLine("that had he never come", 65), - ), - Page( - BookLine("to this isolated place, that", 66), - BookLine("whatever befell him might", 67), - BookLine("have never happened...", 68), - BookLine("", 69), - BookLine("", 70), - ), - ), - // pages 17-18 - PageSet( - Page( // 55-65 - BookLine("Pentember 24th", 55), - BookLine("", 56), - BookLine("Has it been so long since", 57), - BookLine("last I wrote in this thing?", 58), - BookLine("These last months have", 59), - BookLine("seemed like a glorious", 60), - BookLine("dream...", 61), - BookLine("", 62), - BookLine("Larrissa and I have been", 63), - BookLine("slowly falling in love, and", 64), - BookLine("the torment that this", 65), - ), - Page( // 66-76 - BookLine("lighthouse was to me", 66), - BookLine("when first I arrived here,", 67), - BookLine("is now the place where I", 68), - BookLine("have finally found true", 69), // nice - BookLine("happiness!", 70), - BookLine("", 71), - BookLine("All is not as perfect as I", 72), - BookLine("would like to believe it to", 73), - BookLine("be however.", 74), - BookLine("", 75), - BookLine("I have still had no luck in", 76), - ), - ), - // pages 19-20 - PageSet( - Page( - BookLine("understanding what", 55), - BookLine("happened to my uncle", 56), - BookLine("Silas, and his diary is so", 57), - BookLine("bizarre I cannot believe", 58), - BookLine("that the man who wrote it", 59), - BookLine("is the same man who", 60), - BookLine("used to take me on", 61), - BookLine("fishing trips to Karamja", 62), - BookLine("when I was a young lad.", 63), - BookLine("", 64), - BookLine("The writer seems to have", 65), - ), - Page( - BookLine("been driven horribly", 66), - BookLine("insane by living here,", 67), - BookLine("or by some event that he", 68), - BookLine("witnessed one day, and", 69), - BookLine("his diary is full of strange", 70), - BookLine("and cryptic passages...", 71), - BookLine("", 72), - BookLine("I feel sure that there is", 73), - BookLine("some message here, but I", 74), - BookLine("just cannot find what it", 75), - BookLine("says!", 76), - ), - ), - // pages 21-22 - PageSet( - Page( - BookLine("My nights alone are", 55), - BookLine("getting worse too. During", 56), - BookLine("the day when I am with", 57), - BookLine("Larrissa, I am always", 58), - BookLine("filled with joy, but when", 59), - BookLine("she goes home to her", 60), - BookLine("family at night, and I am", 61), - BookLine("left here alone my mind", 62), - BookLine("begins to play tricks upon", 63), - BookLine("me.", 64), - BookLine("", 65), - ), - Page( - BookLine("Often I think I can hear", 66), - BookLine("...things... moving in the", 67), - BookLine("crawlspaces of the", 68), - BookLine("lighthouse.", 69), - BookLine("", 70), - BookLine("Whenever the wind is to", 71), - BookLine("the North I can also", 72), - BookLine("sometimes hear a dread-", 73), - BookLine("ful chittering noise. Is it", 74), - BookLine("voices? Or some creature", 75), - BookLine("of the night? I know not,", 76), - ), - ), - // pages 23-24 - PageSet( - Page( - BookLine("but the sound disturbs", 55), - BookLine("me...", 56), - BookLine("", 57), - BookLine("One night I even thought", 58), - BookLine("I heard my uncle's voice", 59), - BookLine("calling to me to join him,", 60), - BookLine("but the voice was", 61), - BookLine("distorted, and gurgled as", 62), - BookLine("though he were trying to", 63), - BookLine("talk through water.", 64), - ), - Page( - BookLine("I dismissed this as a bad", 66), - BookLine("dream, yet it did disturb", 67), - BookLine("me deeply.", 68), - BookLine("", 69), - BookLine("I haven't told Larrissa of", 70), - BookLine("my concerns, for I would", 71), - BookLine("not wish her to worry", 72), - BookLine("about me, but I have", 73), - BookLine("decided to give her a", 74), - BookLine("spare key to this", 75), - BookLine("lighthouse, for I cannot", 76), - ), - ), - // pages 25-26 - PageSet( - Page( - BookLine("shake this feeling that", 55), - BookLine("should I remain here", 56), - BookLine("much longer something", 57), - BookLine("terrible is going to happen", 58), - BookLine("to me...", 59), - BookLine("", 60), - BookLine("Strange! I thought I", 61), - BookLine("heard a noise from", 62), - BookLine("downstairs just now! But", 63), - BookLine("with the front door", 64), - BookLine("locked, there is no way", 65), - ), - Page( - BookLine("for anyone to enter the", 66), - BookLine("lighthouse!", 67), - BookLine("", 68), - BookLine("", 69), - BookLine("I must investigate...", 70), - ), - ), - ) - private fun display(player:Player, pageNum: Int, buttonID: Int) : Boolean { - BookInterface.pageSetup(player, BookInterface.FANCY_BOOK_3_49, TITLE, CONTENTS) - return true - } - } - - override fun defineListeners() { - on(Items.JOURNAL_3845, IntType.ITEM, "read") { player, node -> - BookInterface.openBook(player, BookInterface.FANCY_BOOK_3_49, ::display) - storeBookInHouse(player, node) - return@on true - } - } -} diff --git a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/LighthouseManual.kt b/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/LighthouseManual.kt deleted file mode 100644 index 495bf417e..000000000 --- a/Server/src/main/content/region/fremennik/lighthouse/quest/horror/handlers/bookcase/LighthouseManual.kt +++ /dev/null @@ -1,254 +0,0 @@ -package content.region.fremennik.lighthouse.quest.horror.handlers.bookcase - -import content.global.handlers.iface.BookInterface -import content.global.handlers.iface.BookLine -import content.global.handlers.iface.Page -import content.global.handlers.iface.PageSet -import core.api.storeBookInHouse -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import org.rs09.consts.Items - -/** - * Ancient diary located at Lighthouse. - */ - -class LighthouseManual : InteractionListener { - companion object { - private val TITLE = "Manual" - private val CONTENTS = - arrayOf( - PageSet( - Page( - BookLine("Lightomatic Deluxe 500", 55), - BookLine("Maintenance, Upkeep and", 56), - BookLine("Users' Manual: Second", 57), - BookLine("Edition", 58), - ), - Page( - BookLine("Thank you for", 66), - BookLine("purchasing the", 67), - BookLine("Lightomatic Deluxe", 68), - BookLine("lighthouse lighting", 69), - BookLine("equipment. The following", 70), - BookLine("is important user", 71), - BookLine("information, and should", 72), - BookLine("be read before you put", 73), - BookLine("your lightomatic into full", 74), - BookLine("use.", 75), - ), - ), - PageSet( - Page( - BookLine("Section 1: Specifications", 55), - ), - Page( - BookLine("The Lightomatic Deluxe", 66), - BookLine("has a maximum viewing", 67), - BookLine("range of over 3 nautical", 68), - BookLine("miles, in optimal", 69), - BookLine("conditions. In foggy or", 70), - BookLine("wet weather, visible", 71), - BookLine("distance is reduced to", 72), - BookLine("approximately 1 nautical", 73), - BookLine("mile.", 74), - ), - ), - PageSet( - Page( - BookLine("Section 2: Upkeep", 55), - ), - Page( - BookLine("The Lightomatic Deluxe", 66), - BookLine("uses an advanced system", 67), - BookLine("of a torch and lenses to", 68), - BookLine("amplify the ambient visible", 69), - BookLine("light levels produced by", 70), - BookLine("your torch. We", 71), - BookLine("recommend all lighthouse", 72), - BookLine("keepers ensure that they", 73), - BookLine("keep their lens clean and", 74), - BookLine("dust free to ensure", 75), - BookLine("optimal lighting conditions.", 76), - ), - ), - PageSet( - Page( - BookLine("Section 3: Troubleshooting", 55), - ), - Page( - BookLine("We have included the", 66), - BookLine("following Frequently", 67), - BookLine("Asked Questions (FAQs)", 68), - BookLine("for users who may have", 69), - BookLine("problems with the", 70), - BookLine("installation or upkeep of", 71), - BookLine("their Lightomatic Deluxe.", 72), - ), - ), - PageSet( - Page( - BookLine("1) My lightomatic does", 55), - BookLine("not fit its DPM", 56), - BookLine("(Deployment Point", 57), - BookLine("Mechanism) is there", 58), - BookLine("anything I can do to", 59), - BookLine("make it fit?", 60), - BookLine("We suggest that users", 61), - BookLine("manually inspect their", 62), - BookLine("DPMs before purchasing", 63), - BookLine("a Lightomatic Deluxe, as", 64), - BookLine("you will require a", 65), - ), - Page( - BookLine("specialist constructor to", 66), - BookLine("enlarge your DPM, or", 67), - BookLine("may even need to", 68), - BookLine("upgrade your lighthouse", 69), - BookLine("to a newer version.", 70), - ), - ), - PageSet( - Page( - BookLine("2) There does not seem", 55), - BookLine("to be any light coming", 56), - BookLine("from my Lightomatic", 57), - BookLine("Deluxe, help!", 58), - BookLine("If users are not getting", 59), - BookLine("light coming from their", 60), - BookLine("Lightomatic Deluxe, there", 61), - BookLine("are a number of factors", 62), - BookLine("that could cause this.", 63), - BookLine("Firstly, check that your", 64), - BookLine("LSM (Light Source", 65), - ), - Page( - BookLine("Module) has been", 66), - BookLine("correctly activated.", 67), - BookLine("If it is on fire, then it is", 68), - BookLine("at optimal functioning", 69), - BookLine("capacity. If it is not on", 70), - BookLine("fire, you will need to use", 71), - BookLine("a tinderbox to light it.", 72), - BookLine("If using a tinderbox on", 73), - BookLine("your LSM has no effect,", 74), - BookLine("your NRLSF (Non", 75), - BookLine("Renewing Light Source", 76), - ), - ), - PageSet( - Page( - BookLine("Fuel) may be at fault.", 55), - BookLine("Although we only", 56), - BookLine("recommend the use of", 57), - BookLine("official Lightomatic", 58), - BookLine("NRLSFs (purchased", 59), - BookLine("separately) a make do", 60), - BookLine("solution can be achieved", 61), - BookLine("by using swamp tar on", 62), - BookLine("the LSM, which should be", 63), - BookLine("capable of restarting the", 64), - BookLine("flames when activated with", 65), - ), - Page( - BookLine("a tinderbox.", 66), - BookLine("NOTE: Use of swamp", 67), - BookLine("tar voids your warranty.", 68), - ), - ), - PageSet( - Page( - BookLine("3) My LSM works fine,", 55), - BookLine("but the visible light at sea", 56), - BookLine("is very weak!", 57), - BookLine("If ambient light is at", 58), - BookLine("optimal conditions, but is", 59), - BookLine("below expected viewable", 60), - BookLine("range, there could be a", 61), - BookLine("fault with your LALS", 62), - BookLine("(Light Amplifying Lens", 63), - BookLine("System). If this is the", 64), - BookLine("case, please do the", 65), - ), - Page( - BookLine("following:", 66), - BookLine("a) Ensure that the dark", 67), - BookLine("wrapping that the LALS is", 68), - BookLine("shipped in has been", 69), - BookLine("removed from your", 70), - BookLine("LALS. Failure to remove", 71), - BookLine("this wrapping can", 72), - BookLine("adversely affect your", 73), - BookLine("LALS performance.", 74), - BookLine("b) If your LALS should", 75), - BookLine("develop a crack, this may", 76), - ), - ), - PageSet( - Page( - BookLine("affect performance. We", 55), - BookLine("recommend purchasing", 56), - BookLine("the official Lightomatic", 57), - BookLine("LALS Maintenance Pack,", 58), - BookLine("or using molten glass", 59), - BookLine("upon the LALS may", 60), - BookLine("provide a stop gap", 61), - BookLine("solution.", 62), - BookLine("NOTE: The use of", 63), - BookLine("unauthorized molten glass", 64), - BookLine("on your LALS will", 65), - ), - Page( - BookLine("invalidate your warranty.", 66), - BookLine("Should you have any", 67), - BookLine("further problems with the", 68), - BookLine("operation of your", 69), - BookLine("Lightomatic Deluxe, then", 70), - BookLine("please contact our service", 71), - BookLine("center through our", 72), - BookLine("advertisements in the", 73), - BookLine("Varrock Herald.", 74), - BookLine("If your Lightomatic", 75), - BookLine("Deluxe is still under", 76), - ), - ), - PageSet( - Page( - BookLine("warranty, we will then", 55), - BookLine("send an ADE (Authorised", 56), - BookLine("Dwarven Engineer) to", 57), - BookLine("repair any damage for a", 58), - BookLine("nominal fee.", 59), - BookLine("NOTE: By reading our", 60), - BookLine("advertisement in the", 61), - BookLine("Varrock Herald, you will", 62), - BookLine("invalidate your warranty.", 63), - BookLine("Thank you for", 65), - ), - Page( - BookLine("purchasing the", 66), - BookLine("Lightomatic Deluxe.", 67), - ), - ), - PageSet( - Page( - BookLine("Lightomatic - the brand", 60), - BookLine("you can sometimes trust.", 61), - ), - ), - ) - private fun display(player:Player, pageNum: Int, buttonID: Int) : Boolean { - BookInterface.pageSetup(player, BookInterface.FANCY_BOOK_3_49, TITLE, CONTENTS) - return true - } - } - - override fun defineListeners() { - on(Items.MANUAL_3847, IntType.ITEM, "read") { player, node -> - BookInterface.openBook(player, BookInterface.FANCY_BOOK_3_49, ::display) - storeBookInHouse(player, node) - return@on true - } - } -} diff --git a/Server/src/main/content/region/fremennik/rellekka/quest/coldwar/coldWarBoatListener.kt b/Server/src/main/content/region/fremennik/rellekka/quest/coldwar/coldWarBoatListener.kt deleted file mode 100644 index 8a37ba3bb..000000000 --- a/Server/src/main/content/region/fremennik/rellekka/quest/coldwar/coldWarBoatListener.kt +++ /dev/null @@ -1,116 +0,0 @@ -package content.region.fremennik.rellekka.quest.coldwar - -import content.data.Quests -import core.api.animateInterface -import core.api.closeAllInterfaces -import core.api.closeOverlay -import core.api.delayScript -import core.api.hasRequirement -import core.api.lock -import core.api.openInterface -import core.api.openOverlay -import core.api.queueScript -import core.api.stopExecuting -import core.api.teleport -import core.api.unlock -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.interaction.QueueStrength -import core.game.node.entity.player.Player -import core.game.world.map.Location -import core.game.world.update.flag.context.Animation -import core.net.packet.PacketRepository -import core.net.packet.context.MinimapStateContext -import core.net.packet.out.MinimapState -import org.rs09.consts.Components -import org.rs09.consts.Scenery - -/** - * The boat from Rellekka to the Iceberg and back. Used during Cold War - */ - -// source: https://youtu.be/S-vpnCZad08?si=ien4DJ6aSuEIq6Hv&t=219 -class ColdWarBoatListener : InteractionListener { - - // boat from Rellekka to Iceberg - override fun defineListeners() { - on(Scenery.BOAT_21176, IntType.SCENERY, "travel") { player, _ -> - if (hasRequirement(player, Quests.COLD_WAR)) { - travel(player, true) - } - return@on true - } - - // boat from Iceberg to Rellekka - on(Scenery.BOAT_21175, IntType.SCENERY, "travel") { player, _ -> - if (hasRequirement(player, Quests.COLD_WAR)) { - travel(player, false) - } - return@on true - } - } - - companion object { - private const val TRAVEL_IFACE = 505 - private const val BOAT = 2 - private const val TRAVEL_NORTH = 5735 - private const val TRAVEL_SOUTH = 5736 - private const val FADE_TO_BLACK = 115 - - // handles travel - fun travel(player: Player, toBerg : Boolean) { - queueScript(player, 0, QueueStrength.SOFT) { stage -> - when (stage) { - - // fade to black - 0 -> { - closeAllInterfaces(player) - openOverlay(player, FADE_TO_BLACK) - lock(player, 50) - return@queueScript delayScript(player, 2) - } - - // hide minimap, open and animate iface - 1 -> { - openInterface(player, TRAVEL_IFACE) - PacketRepository.send(MinimapState::class.java, MinimapStateContext(player, 2)) - if (toBerg) { - animateInterface(player, TRAVEL_IFACE, BOAT, TRAVEL_NORTH) - return@queueScript delayScript(player, Animation(TRAVEL_NORTH).duration) - } else { - animateInterface(player, TRAVEL_IFACE, BOAT, TRAVEL_SOUTH) - return@queueScript delayScript(player, Animation(TRAVEL_SOUTH).duration) - } - } - - // move player, close iface - 2 -> { - if (toBerg) { - teleport(player, Location.create(2660, 3989, 1)) - } else { - teleport(player, Location.create(2707, 3735, 0)) - } - closeAllInterfaces(player) - return@queueScript delayScript(player, 1) - } - - // fade back and unhide map - 3 -> { - openOverlay(player, Components.FADE_FROM_BLACK_170) - PacketRepository.send(MinimapState::class.java, MinimapStateContext(player, 0)) - unlock(player) - return@queueScript delayScript(player, 3) - } - - // close the fade overlay - 4 -> { - closeOverlay(player) - return@queueScript stopExecuting(player) - } - - else -> return@queueScript stopExecuting(player) - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/fremennik/rellekka/quest/thefremenniktrials/TFTInteractionListeners.kt b/Server/src/main/content/region/fremennik/rellekka/quest/thefremenniktrials/TFTInteractionListeners.kt index cf5685f96..e7b48f9d3 100644 --- a/Server/src/main/content/region/fremennik/rellekka/quest/thefremenniktrials/TFTInteractionListeners.kt +++ b/Server/src/main/content/region/fremennik/rellekka/quest/thefremenniktrials/TFTInteractionListeners.kt @@ -8,6 +8,8 @@ import core.game.node.entity.player.Player import core.game.node.entity.player.link.diary.DiaryType import core.game.node.entity.player.link.music.MusicEntry import core.game.node.entity.skill.Skills +import content.global.skill.gather.woodcutting.WoodcuttingSkillPulse +import core.game.node.scenery.Scenery import core.game.system.task.Pulse import core.game.world.map.Location import core.game.world.map.RegionManager @@ -21,8 +23,6 @@ import core.game.system.config.ItemConfigParser import core.game.world.GameWorld.Pulser import content.data.Quests import core.game.interaction.QueueStrength -import core.game.node.Node -import org.rs09.consts.Scenery class TFTInteractionListeners : InteractionListener { @@ -74,7 +74,7 @@ class TFTInteractionListeners : InteractionListener { removeItem(player,LOW_ALC_KEG) setAttribute(player,"/save:fremtrials:keg-mixed", true) sendMessage(player,"The cherry bomb in the pipe goes off.") - RegionManager.getLocalNPCs(player.location).stream().forEach { e -> e.sendChat("What was THAT??") } + RegionManager.getLocalEntitys(player).stream().forEach { e -> e.sendChat("What was THAT??") } sendMessage(player,"You mix the kegs together.") } else { player.dialogueInterpreter?.sendDialogue("I can't do this right now. I should create","a distraction.") @@ -204,7 +204,7 @@ class TFTInteractionListeners : InteractionListener { setAttribute(player,"/save:fremtrials:maze-complete",true) DestRoom(2662, 10034, 2668, 10039).getCenter() } - else -> getRandomLocation(player, portal) + else -> getRandomLocation(player) } return@on true } @@ -280,15 +280,17 @@ class TFTInteractionListeners : InteractionListener { return Location((swx + nex) / 2, (swy + ney) / 2).transform(1,0,0) } - fun getRandomLocation(player: Player, portal: Node): Location { - val objects = player.location.region.assembleObjectList(player.location.z) - objects.shuffle() - for (o in objects) { - if (o.id == Scenery.PORTAL_5138) { - return o.location + fun getRandomLocation(player: Player?): Location{ + var obj: Scenery? = null + + while(obj?.id != 5138) { + val objects = player?.viewport?.chunks?.random()?.random()?.objects + obj = objects?.random()?.random() + if(obj == null || obj.location?.equals(Location(0,0,0))!!){ + continue } } - return portal.location + return obj.location } fun hasEquippableItems(player: Player?): Boolean { diff --git a/Server/src/main/content/region/fremennik/waterbirth/handlers/DagannothKingNPC.java b/Server/src/main/content/region/fremennik/waterbirth/handlers/DagannothKingNPC.java index 7b5dc7809..e928e6179 100644 --- a/Server/src/main/content/region/fremennik/waterbirth/handlers/DagannothKingNPC.java +++ b/Server/src/main/content/region/fremennik/waterbirth/handlers/DagannothKingNPC.java @@ -70,7 +70,7 @@ public final class DagannothKingNPC extends AbstractNPC { state.setEstimatedHit(RandomFunction.random(type.getMaxHit() - 5, type.getMaxHit())); } if (type != DagType.REX && RandomFunction.random(5) <= 2) { - List players = RegionManager.getLocalPlayers(location, 9); + List players = RegionManager.getLocalPlayers(this, 9); if (players.size() <= 1) { return; } @@ -97,7 +97,7 @@ public final class DagannothKingNPC extends AbstractNPC { public void finalizeDeath(Entity killer) { super.finalizeDeath(killer); if (getId() == 2881 || getId() == 2882 || getId() == 2883) { - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } } diff --git a/Server/src/main/content/region/fremennik/waterbirth/handlers/WaterBirthDungeonZone.java b/Server/src/main/content/region/fremennik/waterbirth/handlers/WaterBirthDungeonZone.java index 5bcc99449..1a5a35235 100644 --- a/Server/src/main/content/region/fremennik/waterbirth/handlers/WaterBirthDungeonZone.java +++ b/Server/src/main/content/region/fremennik/waterbirth/handlers/WaterBirthDungeonZone.java @@ -17,7 +17,6 @@ import core.game.node.entity.combat.CombatStyle; import core.game.node.entity.npc.AbstractNPC; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; -import core.game.node.item.GroundItemManager; import core.game.node.scenery.SceneryBuilder; import core.game.system.task.Pulse; import core.game.world.GameWorld; @@ -72,7 +71,7 @@ public final class WaterBirthDungeonZone extends MapZone implements Plugin npcs = RegionManager.getLocalNPCs(location, 0); + List npcs = RegionManager.getLocalNpcs(location, 0); NPC npc = null; if (npcs.size() != 0) { npc = npcs.get(0); @@ -196,6 +195,9 @@ public final class WaterBirthDungeonZone extends MapZone implements Plugin 0) { return true; } - if (GroundItemManager.get(Items.PET_ROCK_3695, location, player) != null) { + if (RegionManager.getRegionPlane(location).getItem(Items.PET_ROCK_3695,location,player) != null) { return true; } return false; @@ -409,9 +411,9 @@ public final class WaterBirthDungeonZone extends MapZone implements Plugin System.currentTimeMillis()) { end(); - for (NPC npc : RegionManager.getLocalNPCs(player.getLocation(), 8)) { + for (NPC npc : RegionManager.getLocalNpcs(player.getLocation(), 8)) { if (!npc.getProperties().getCombatPulse().isAttacking() && npc.getId() == 32) { npc.sendChat("Hey! Get your hands off there!"); npc.getProperties().getCombatPulse().attack(player); diff --git a/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/AlomoneDialogue.kt b/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/AlomoneDialogue.kt index 4f94a404e..e6c54d22a 100644 --- a/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/AlomoneDialogue.kt +++ b/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/AlomoneDialogue.kt @@ -8,7 +8,6 @@ import core.game.dialogue.* import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player import core.game.world.map.Location -import core.game.world.map.RegionManager import core.plugin.Initializable import core.tools.END_DIALOGUE import org.rs09.consts.* @@ -101,7 +100,7 @@ class AlomoneDialogue(player: Player? = null) : DialoguePlugin(player) { 26 -> { end() removeItem(player, HAZEEL_SCROLL) - val hazeel = player.findNearbyNPC(NPCs.HAZEEL_892) + val hazeel = player.findNpcInViewport(NPCs.HAZEEL_892) hazeel?.clear() removeAttribute(player,"hazeelSpawned") finishQuest(player, Quests.HAZEEL_CULT) @@ -130,10 +129,13 @@ class AlomoneDialogue(player: Player? = null) : DialoguePlugin(player) { // this has the potential to remove other players' hazeels, but the player could still complete the quest by either continuing their // active dialogue or speaking to alomone, and just dealing with the fact that their hazeel is not on the map. relogging and restarting // the dialogue would get these players a new hazeel. - private fun Player.findNearbyNPC(npcId: Int): NPC? { - for (npc in RegionManager.getLocalNPCs(location)) { - if (npc.id == npcId) { - return npc + private fun Player.findNpcInViewport(npcId: Int): NPC? { + val viewport = viewport ?: return null + for (plane in viewport.viewingPlanes) { + for (npc in plane.npcs) { + if (npc.id == npcId) { + return npc + } } } return null diff --git a/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/ClivetNPC.kt b/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/ClivetNPC.kt index c33424281..84474795a 100644 --- a/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/ClivetNPC.kt +++ b/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/ClivetNPC.kt @@ -1,5 +1,6 @@ package content.region.kandarin.ardougne.quest.hazeelcult +import core.api.* import core.game.node.entity.npc.AbstractNPC import core.game.world.map.Location import core.plugin.Initializable @@ -15,18 +16,16 @@ class ClivetNPC(id: Int = 0, location: Location? = null, ) : AbstractNPC(id, loc override fun getIds(): IntArray = intArrayOf(NPCs.CLIVET_893) - private var invisTicks = 0 + private var invisibilityTimerRunning = false override fun tick() { - if (isInvisible && invisTicks <= 0) { - invisTicks = 20 - } - if (invisTicks > 0) { - invisTicks-- + if (isInvisible && !invisibilityTimerRunning) { + invisibilityTimerRunning = true - if (invisTicks == 0) { + runTask(this, 20) { isInvisible = false + invisibilityTimerRunning = false } } diff --git a/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/HazeelCultListeners.kt b/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/HazeelCultListeners.kt index 127e8bb95..cd6ac6007 100644 --- a/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/HazeelCultListeners.kt +++ b/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/HazeelCultListeners.kt @@ -46,6 +46,7 @@ class HazeelCultListeners : InteractionListener { questReq ) {true} else false + // check which raft this is. val x = node.location.x @@ -172,16 +173,18 @@ class HazeelCultListeners : InteractionListener { } // chest with hazeel scroll. unlocks with key, opens, and contains the scroll. - onUseWith(IntType.SCENERY, CHEST_KEY, Scenery.CHEST_2856) { player, _, node -> + onUseWith(IntType.SCENERY, CHEST_KEY, Scenery.CHEST_2856) { player, _, _ -> sendMessage(player, "You unlock the chest.") animate(player, Animations.HUMAN_OPEN_CHEST_536) - replaceScenery(node.asScenery(), Scenery.CHEST_2857, 20) + addScenery(Scenery.CHEST_2857,CHEST_LOCATION, 2, 10) + removeScenery(core.game.node.scenery.Scenery(Scenery.CHEST_2856, Location(2565, 3272, 2))) return@onUseWith true } // chest with hazeel scroll. unlocks with key, opens, and contains the scroll. - on(Scenery.CHEST_2857, IntType.SCENERY, "Close") { _, node -> - replaceScenery(node.asScenery(), Scenery.CHEST_2856, -1) + on(Scenery.CHEST_2857, IntType.SCENERY, "Close") { _, _ -> + addScenery(Scenery.CHEST_2856, CHEST_LOCATION, 2, 10) + removeScenery(core.game.node.scenery.Scenery(Scenery.CHEST_2857, CHEST_LOCATION)) return@on true } diff --git a/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/PlagueCityListeners.kt b/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/PlagueCityListeners.kt index d8678efda..0c8ef60a0 100644 --- a/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/PlagueCityListeners.kt +++ b/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/PlagueCityListeners.kt @@ -8,7 +8,6 @@ import core.game.dialogue.FacialExpression import core.game.global.action.DoorActionHandler import core.game.interaction.IntType import core.game.interaction.InteractionListener -import core.game.interaction.QueueStrength import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player import core.game.world.map.Direction @@ -212,7 +211,7 @@ class PlagueCityListeners : InteractionListener { if (getQuestStage(player, Quests.PLAGUE_CITY) >= 7) { if (inEquipment(player, Items.GAS_MASK_1506)){ animate(player, GO_INTO_PIPE,true) - queueScript(player, 3, QueueStrength.SOFT) { + queueScript(player, 3) { teleport(player, Location(2529, 3304, 0)) sendDialogue(player, "You climb up through the sewer pipe.") return@queueScript stopExecuting(player) @@ -407,17 +406,16 @@ class PlagueCityListeners : InteractionListener { } } - // https://youtu.be/AG81LH51WME?t=302 private fun scruffyNote(player: Player) { val scruffynotes = arrayOf( "Got a bncket of nnilk", - "Tlen qrind sorne lhoculate", + "Tlen grind sorne lhoculate", "vnith a pestal and rnortar", "ald the grourd dlocolate to tho milt", - "fnales add 5cme snape gras5", + "finales add 5cme snape gras5", ) - setInterfaceText(player, scruffynotes.joinToString("
"), 222, 4) + setInterfaceText(player, scruffynotes.joinToString("
"), 222, 5) } override fun defineDestinationOverrides() { diff --git a/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/dialogue/mourners/MournerKidnapDialogue.kt b/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/dialogue/mourners/MournerKidnapDialogue.kt index a75ae7827..671b7d38b 100644 --- a/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/dialogue/mourners/MournerKidnapDialogue.kt +++ b/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/dialogue/mourners/MournerKidnapDialogue.kt @@ -56,7 +56,7 @@ class MournerKidnapDialogueFile : DialogueFile(){ // Figure out who we are. It needs to be this since we can enter this dialogue from a door // Do this for the first time regardless of where we are if (stage == 0) { - RegionManager.getLocalNPCs(player!!.location, 2).forEach { + RegionManager.getLocalNpcs(player!!, 2).forEach { if (it.id == NPCs.MOURNER_3216) { closeMourner = it resetFace(closeMourner!!) @@ -78,7 +78,7 @@ class MournerKidnapDialogueFile : DialogueFile(){ 2 -> npcl(FacialExpression.HALF_WORRIED, " This is highly irregular. Please wait...").also { stage++ } 3 -> { // Look further for the other one - RegionManager.getLocalNPCs(player!!.location, 10).forEach { + RegionManager.getLocalNpcs(player!!, 10).forEach { if (it.id == NPCs.MOURNER_3216 && it != closeMourner){ farMourner = it resetFace(farMourner!!) diff --git a/Server/src/main/content/region/kandarin/dialogue/OttoGodblessedDialogue.kt b/Server/src/main/content/region/kandarin/dialogue/OttoGodblessedDialogue.kt new file mode 100644 index 000000000..dd0865501 --- /dev/null +++ b/Server/src/main/content/region/kandarin/dialogue/OttoGodblessedDialogue.kt @@ -0,0 +1,91 @@ +package content.region.kandarin.dialogue + +import core.game.dialogue.DialoguePlugin +import core.game.dialogue.FacialExpression +import core.game.node.entity.npc.NPC +import core.game.node.entity.player.Player +import core.plugin.Initializable +import org.rs09.consts.NPCs +import core.game.dialogue.Topic +import core.tools.END_DIALOGUE +import core.tools.START_DIALOGUE + +/** + * Represents the dialogue plugin used for Otto + * @author vddCore + */ +@Initializable +class OttoGodblessedDialogue(player: Player? = null) : DialoguePlugin(player) { + + override fun newInstance(player: Player): DialoguePlugin { + return OttoGodblessedDialogue(player) + } + + override fun open(vararg args: Any?): Boolean { + npc = args[0] as NPC + + npcl( + FacialExpression.HAPPY, + "Good day, you seem a hearty warrior. " + + "Maybe even some barbarian blood in that body of yours?" + ) + + return true + } + + override fun handle(interfaceId: Int, buttonId: Int): Boolean { + when (stage) { + START_DIALOGUE -> showTopics( + Topic(FacialExpression.ASKING, "Is there anything you can teach me?", 1), + Topic(FacialExpression.NEUTRAL, "Nevermind.", END_DIALOGUE) + ) + + 1 -> npcl( + FacialExpression.FRIENDLY, + "I can teach you how to fish." + ).also { stage++ } + + 2 -> playerl( + FacialExpression.HALF_ROLLING_EYES, + "Oh, that's pretty underwhelming. But uhhh, okay!" + ).also { stage++ } + + 3 -> npcl( + FacialExpression.FRIENDLY, + "Alright, so here's what you gotta do: you need to grab a pole and some bait, and then... " + + "Fling it into the water!" + ).also { stage++ } + + 4 -> playerl( + FacialExpression.HALF_ASKING, + "The whole... Pole?" + ).also { stage++ } + + 5 -> npcl( + FacialExpression.ANNOYED, + "No, not the whole pole!" + ).also { stage++ } + + 6 -> npcl( + FacialExpression.ANNOYED, + "Look. Just... Grab the pole from under my bed and go click on that fishing spot." + ).also { stage++ } + + 7 -> playerl( + FacialExpression.STRUGGLE, + "...click?" + ).also { stage++ } + + 8 -> npcl( + FacialExpression.FURIOUS, + "JUST GO DO IT!" + ).also { + stage = END_DIALOGUE + player.setAttribute("/save:barbtraining:fishing", true) + } + } + return true + } + + override fun getIds(): IntArray = intArrayOf(NPCs.OTTO_GODBLESSED_2725) +} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/feldip/quest/chompybird/BloatedToadNPC.kt b/Server/src/main/content/region/kandarin/feldip/quest/chompybird/BloatedToadNPC.kt index 36d328445..49a074680 100644 --- a/Server/src/main/content/region/kandarin/feldip/quest/chompybird/BloatedToadNPC.kt +++ b/Server/src/main/content/region/kandarin/feldip/quest/chompybird/BloatedToadNPC.kt @@ -43,7 +43,7 @@ class BloatedToadNPC : AbstractNPC { super.handleTickActions() if (ticksToLive-- <= 0) { - val toDamage = RegionManager.getLocalEntities(this.location, 2) + val toDamage = RegionManager.getLocalEntitys(this.location, 2) for (entity in toDamage) { if (entity == this) continue diff --git a/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZavisticRarveDialogueFile.kt b/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZavisticRarveDialogueFile.kt index 613b671a6..1954334b1 100644 --- a/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZavisticRarveDialogueFile.kt +++ b/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZavisticRarveDialogueFile.kt @@ -3,20 +3,12 @@ package content.region.kandarin.feldip.quest.zogreflesheaters import core.api.* import core.game.dialogue.DialogueBuilder import core.game.dialogue.DialogueBuilderFile +import core.game.dialogue.FacialExpression import core.game.node.entity.player.Player +import core.game.node.item.Item import org.rs09.consts.Items -open class ZavisticRarveDialogueFile : DialogueBuilderFile() { - - /** Used by the shared Zavistic dialogue router to continue Zogre Flesh Eaters without replaying Zavistic's intro. */ - protected open fun shouldSkipIntro(): Boolean = false - private fun zavisticIntro(builder: DialogueBuilder): DialogueBuilder { - return if (shouldSkipIntro()) { - builder - } else { - content.region.kandarin.yanille.dialogue.ZavisticRarveDialogueFile.dialogueInitialTalk(builder) - } - } +class ZavisticRarveDialogueFile : DialogueBuilderFile() { companion object { private fun hasEvidences(player: Player): Int { @@ -68,7 +60,7 @@ open class ZavisticRarveDialogueFile : DialogueBuilderFile() { override fun create(b: DialogueBuilder) { b.onQuestStages(ZogreFleshEaters.questName, 2) - .let { zavisticIntro(it) } + .let { content.region.kandarin.yanille.dialogue.ZavisticRarveDialogueFile.dialogueInitialTalk(it) } .branch { player -> return@branch if (inInventory(player, Items.BLACK_PRISM_4808) && inInventory(player, Items.TORN_PAGE_4809) ) { 3 @@ -140,7 +132,7 @@ open class ZavisticRarveDialogueFile : DialogueBuilderFile() { b.onQuestStages(ZogreFleshEaters.questName, 3,4) - .let { zavisticIntro(it) } + .let { content.region.kandarin.yanille.dialogue.ZavisticRarveDialogueFile.dialogueInitialTalk(it) } .let { builder -> val returnJoin = b.placeholder() builder.goto(returnJoin) @@ -243,7 +235,7 @@ open class ZavisticRarveDialogueFile : DialogueBuilderFile() { } } b.onQuestStages(ZogreFleshEaters.questName, 5) - .let { zavisticIntro(it) } + .let { content.region.kandarin.yanille.dialogue.ZavisticRarveDialogueFile.dialogueInitialTalk(it) } .npcl("Have you used that potion yet?") .branch { player -> return@branch if (inInventory(player, Items.STRANGE_POTION_4836) ) { 1 } else { 0 } @@ -266,7 +258,7 @@ open class ZavisticRarveDialogueFile : DialogueBuilderFile() { b.onQuestStages(ZogreFleshEaters.questName, 6,7,8,9) - .let { zavisticIntro(it) } + .let { content.region.kandarin.yanille.dialogue.ZavisticRarveDialogueFile.dialogueInitialTalk(it) } .npcl("Don't you worry about Sithik, he's not likely to be moving from his bed for a long time. When he eventually does get better, he's going to be sent before a disciplinary tribunal, then we'll sort out what's what.") .playerl("Thanks for your help with all of this.") .npcl("Ooohh, no thanks required. It's I who should be thanking you my friend...your investigative mind has shown how vigilant we really should be for this type of evil use of the magical arts.") @@ -276,10 +268,6 @@ open class ZavisticRarveDialogueFile : DialogueBuilderFile() { } } -class ZavisticRarveDialogueFileNoIntro : ZavisticRarveDialogueFile() { - override fun shouldSkipIntro(): Boolean = true -} - /** Dialogues when you use stuff on him. */ class ZavisticRarveUseItemsDialogueFile(private val dialogueNum: Int = 0) : DialogueBuilderFile() { override fun create(b: DialogueBuilder) { diff --git a/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZogreFleshEatersListeners.kt b/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZogreFleshEatersListeners.kt index 1f15718e1..bd16a02b6 100644 --- a/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZogreFleshEatersListeners.kt +++ b/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZogreFleshEatersListeners.kt @@ -1,6 +1,5 @@ package content.region.kandarin.feldip.quest.zogreflesheaters -import content.region.kandarin.yanille.handlers.ZavisticRarveBellSpawn import core.api.* import core.game.dialogue.DialogueFile import core.game.dialogue.FacialExpression @@ -27,8 +26,6 @@ class ZogreFleshEatersListeners : InteractionListener { setVarbit(player, ZogreFleshEaters.varbitSithikOgre, 1) } } - - private const val SOUND_WIZARDS_GUILD_BELL_1959 = 1959 } override fun defineListeners() { @@ -233,10 +230,8 @@ class ZogreFleshEatersListeners : InteractionListener { // Zavistic Bell, Stage 2,3,4,5,6 and on (Actually should be standalone. on(Scenery.BELL_6847, SCENERY, "ring") { player, node -> sendMessage(player, "You ring the bell.") - playAudio(player, SOUND_WIZARDS_GUILD_BELL_1959) - val zavistic = ZavisticRarveBellSpawn.getOrSpawn(player, Location.create(2598, 3087, 0)) - face(player, zavistic) - openDialogue(player, content.region.kandarin.yanille.dialogue.ZavisticRarveDialogueFile(viaBell = true), zavistic) + // TODO: Make Zavistic appear at the bell area. + openDialogue(player, content.region.kandarin.yanille.dialogue.ZavisticRarveDialogueFile(), NPC(NPCs.ZAVISTIC_RARVE_2059)) return@on true } diff --git a/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZogreFletchingListeners.kt b/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZogrePotionAndFletchingListeners.kt similarity index 74% rename from Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZogreFletchingListeners.kt rename to Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZogrePotionAndFletchingListeners.kt index c4fc20a93..1db9325ff 100644 --- a/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZogreFletchingListeners.kt +++ b/Server/src/main/content/region/kandarin/feldip/quest/zogreflesheaters/ZogrePotionAndFletchingListeners.kt @@ -25,13 +25,32 @@ public enum class BrutalArrows(val nailItem: Int, val level: Int, val product: I } } /** - * This handles fletching related to zogre flesh eaters. + * This handles potions and fletching related to zogre flesh eaters. * - * Maybe move this to fletching when it can handle quest requirements better. + * Relicym's Balm is unique to zogre flesh eaters. + * Maybe move this to herblore when it can handle quest requirements better. */ -class ZogreFletchingListeners : InteractionListener { +class ZogrePotionAndFletchingListeners : InteractionListener { override fun defineListeners() { + // ROGUES_PURSE_POTIONUNF_4840 is already in UnfinishedPotion.java + onUseWith(IntType.ITEM, Items.ROGUES_PURSE_POTIONUNF_4840, Items.CLEAN_SNAKE_WEED_1526) { player, used, with -> + if (!hasLevelStat(player, Skills.HERBLORE, 8)) { + sendMessage(player, "You need a herblore level of 8 to make this mix.") + return@onUseWith true + } + if (getQuestStage(player, ZogreFleshEaters.questName) < 7) { + sendMessage(player, "You need to have partially completed Zogre Flesh Eaters to make this mix.") + return@onUseWith true + } + + if(removeItem(player, used) && removeItem(player, with)) { + sendMessage(player, "You add the snake weed to the rogues purse solution and make Relicyms Balm.") + addItem(player, Items.RELICYMS_BALM3_4844) + rewardXP(player, Skills.HERBLORE, 40.0) + } + return@onUseWith true + } // FletchingListeners.kt // ACHEY_TREE_LOGS_2862 -> UNSTRUNG_COMP_BOW_4825 -> COMP_OGRE_BOW_4827 diff --git a/Server/src/main/content/region/kandarin/guilds/MagicGuildRobeStore.kt b/Server/src/main/content/region/kandarin/guilds/MagicGuildRobeStore.kt deleted file mode 100644 index e0f5eb044..000000000 --- a/Server/src/main/content/region/kandarin/guilds/MagicGuildRobeStore.kt +++ /dev/null @@ -1,68 +0,0 @@ -package content.region.kandarin.guilds - -import core.api.Event -import core.api.MapArea -import core.api.addItemOrDrop -import core.game.event.EventHook -import core.game.event.ItemShopPurchaseEvent -import core.game.global.Skillcape -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.Entity -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import core.game.shops.Shops -import core.game.world.map.zone.ZoneBorders -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -class MagicGuildRobeStore : InteractionListener, MapArea { - - override fun defineListeners() { - on(NPCs.ROBE_STORE_OWNER_1658, IntType.NPC, "trade") { player, _ -> - openRobeStore(player) - return@on true - } - } - - override fun defineAreaBorders(): Array { - return arrayOf(ZoneBorders(2585, 3082, 2596, 3093, 1)) - } - - override fun areaEnter(entity: Entity) { - if (entity is Player) { - entity.hook(Event.ItemPurchased, MagicCapePurchaseHook) - } - } - - override fun areaLeave(entity: Entity, logout: Boolean) { - if (entity is Player) { - entity.unhook(MagicCapePurchaseHook) - } - } - - private object MagicCapePurchaseHook : EventHook { - override fun process(entity: Entity, event: ItemShopPurchaseEvent) { - if (entity !is Player || (event.itemId != Items.MAGIC_CAPE_9762 && event.itemId != Items.MAGIC_CAPET_9763)) return - addItemOrDrop(entity, Items.MAGIC_HOOD_9764, event.amount) - } - } - - companion object { - private const val ROBE_SHOP_ID = 257 - - @JvmStatic - fun openRobeStore(player: Player) { - val shop = Shops.shopsById[ROBE_SHOP_ID] ?: return - shop.openFor(player) { viewer, item -> - when { - item.id != Items.MAGIC_CAPE_9762 -> item - !Skillcape.isMaster(viewer, Skills.MAGIC) -> null - viewer.skills.masteredSkills > 1 -> Item(Items.MAGIC_CAPET_9763, item.amount) - else -> item - } - } - } - } -} diff --git a/Server/src/main/content/region/kandarin/guilds/WizardGuildPlugin.java b/Server/src/main/content/region/kandarin/guilds/WizardGuildPlugin.java index 8bcd2aa85..1322bf19c 100644 --- a/Server/src/main/content/region/kandarin/guilds/WizardGuildPlugin.java +++ b/Server/src/main/content/region/kandarin/guilds/WizardGuildPlugin.java @@ -4,6 +4,7 @@ import static core.api.ContentAPIKt.*; import core.cache.def.impl.NPCDefinition; import core.cache.def.impl.SceneryDefinition; import core.game.dialogue.DialoguePlugin; +import core.game.global.Skillcape; import core.game.global.action.ClimbActionHandler; import core.game.global.action.DoorActionHandler; import core.game.interaction.OptionHandler; @@ -317,8 +318,13 @@ public final class WizardGuildPlugin extends OptionHandler { @Override public boolean open(Object... args) { npc = (NPC) args[0]; - npc("Welcome to the Magic Guild Store. Would you like to", "buy some magic supplies?"); - stage = 0; + if (Skillcape.isMaster(player, Skills.MAGIC)) { + options("Ask about Skillcape.", "Something else"); + stage = 6; + } else { + npc("Welcome to the Magic Guild Store. Would you like to", "buy some magic supplies?"); + stage = 0; + } return true; } @@ -346,7 +352,47 @@ public final class WizardGuildPlugin extends OptionHandler { break; case 4: end(); - MagicGuildRobeStore.openRobeStore(player); + npc.openShop(player); + break; + case 6: + switch (buttonId) { + case 1: + player("Can I buy a Skillcape of Magic?"); + stage = 7; + break; + case 2: + npc("Welcome to the Magic Guild Store. Would you like to", "buy some magic supplies?"); + stage = 0; + break; + } + break; + case 7: + npc("Certinaly! Right when you give me 99000 coins."); + stage = 8; + break; + case 8: + options("Okay, here you go.", "No, thanks."); + stage = 9; + break; + case 9: + switch (buttonId) { + case 1: + player("Okay, here you go."); + stage = 10; + break; + case 2: + end(); + break; + } + break; + case 10: + if (Skillcape.purchase(player, Skills.MAGIC)) { + npc("There you go! Enjoy."); + } + stage = 11; + break; + case 11: + end(); break; } return true; diff --git a/Server/src/main/content/region/kandarin/handlers/PyreSiteListener.kt b/Server/src/main/content/region/kandarin/handlers/PyreSiteListener.kt deleted file mode 100644 index 0b6f96f78..000000000 --- a/Server/src/main/content/region/kandarin/handlers/PyreSiteListener.kt +++ /dev/null @@ -1,336 +0,0 @@ -package content.region.kandarin.handlers - -import content.data.skill.SkillingTool -import content.global.skill.firemaking.Log -import content.region.fremennik.diary.FremennikAchievementDiary.Companion.HardTasks -import content.region.kandarin.quest.barbariantraining.BarbarianTraining -import core.api.* -import core.game.diary.DiaryLevel -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.interaction.QueueStrength -import core.game.node.entity.Entity -import core.game.node.entity.combat.CombatStyle -import core.game.node.entity.npc.AbstractNPC -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.node.entity.player.link.diary.DiaryType -import core.game.node.entity.skill.Skills -import core.game.node.item.ChanceItem -import core.game.node.item.Item -import core.game.node.scenery.Scenery -import core.game.node.scenery.SceneryBuilder -import core.game.world.map.Location -import core.game.world.update.flag.context.Animation -import core.tools.RandomFunction -import org.rs09.consts.Items -import org.rs09.consts.NPCs -import org.rs09.consts.Scenery as Objects - -/** - * Listener for barbarian pyre ship building. - * @author Bishop - */ - -class PyreSiteListener : InteractionListener { - - companion object { - internal val REWARDS = arrayOf( - // For odds, divide chanceRate by 256 - // Potions - ChanceItem(Items.RANARR_POTIONUNF_100, 2, 2, 16.0), - ChanceItem(Items.ANTIFIRE_MIX1_11507, 1, 1, 8.0), - ChanceItem(Items.ANTIFIRE_MIX2_11505, 1, 1, 8.0), - ChanceItem(Items.FISHING_MIX2_11477, 1, 1, 8.0), - ChanceItem(Items.PRAYER_MIX1_11467, 1, 1, 8.0), - ChanceItem(Items.PRAYER_MIX2_11465, 1, 1, 8.0), - ChanceItem(Items.ANTI_P_SUPERMIX2_11473, 1, 1, 8.0), - ChanceItem(Items.SUPERATTACK_MIX1_11471, 1, 1, 8.0), - ChanceItem(Items.SUPERATTACK_MIX2_11469, 1, 1, 8.0), - ChanceItem(Items.SUP_DEF_MIX1_11499, 1, 1, 8.0), - ChanceItem(Items.SUP_DEF_MIX2_11497, 1, 1, 8.0), - ChanceItem(Items.SUP_STR_MIX1_11487, 1, 1, 8.0), - ChanceItem(Items.SUP_STR_MIX2_11485, 1, 1, 8.0), - // Runes - ChanceItem(Items.DEATH_RUNE_560, 8, 15, 36.0), - ChanceItem(Items.BLOOD_RUNE_565, 4, 7, 20.0), - // Ammo - ChanceItem(Items.SILVER_BOLTS_9145, 5, 5, 12.0), - ChanceItem(Items.ADAMANT_KNIFE_867, 20, 20, 12.0), - ChanceItem(Items.ADAMANT_DARTP_816, 20, 20, 12.0), - ChanceItem(Items.RUNE_BOLTS_9144, 10, 10, 12.0), - ChanceItem(Items.RUNE_ARROW_892, 10, 10, 12.0), - // Misc. - ChanceItem(Items.DIAMOND_1602, 2, 2, 16.0), - ChanceItem(Items.MITH_GRAPPLE_9419, 2, 2, 12.0) - ) - - private val USED_LOCATIONS = ArrayList(20) - } - - override fun defineListeners() { - on(Objects.PYRE_SITE_25286, IntType.SCENERY, "construct") { player, node -> - for (l in USED_LOCATIONS) { - if (l.withinDistance(node.location, 3)) { - sendDialogue(player, "This pyre site is in use currently.") - return@on true - } - } - if (getAttribute(player, BarbarianTraining.attributePyreShip, 0) < 1) { - sendDialogue(player, "You must begin the relevant section of Otto Godblessed's barbarian training.") - return@on true - } - if (!inInventory(player, Items.CHEWED_BONES_11338) && !inInventory(player, Items.MANGLED_BONES_11337)) { - sendDialogue(player, "You need chewed bones or mangled bones in order to do this.") - return@on true - } - if (!inInventory(player, Items.TINDERBOX_590)) { - sendDialogue(player, "You need a tinderbox in order to do this.") - return@on true - } - val tool = SkillingTool.getHatchet(player) ?: run { - sendDialogue(player, "You will need some sort of woodcutting axe to carve the pyreship.") - return@on true - } - val type = LogType.getType(player) ?: run { - sendDialogue(player, "You don't have any logs.") - return@on true - } - val ferociousSpirit = getAttribute(player, BarbarianTraining.attributeFerociousSpirit, null as NPC?) - if (ferociousSpirit != null && ferociousSpirit.isActive) { - sendDialogue(player, "You must defeat the barbarian spirit first.") - return@on true - } - ritual(player, node.asScenery(), type, tool) - return@on true - } - - setDest(IntType.SCENERY, intArrayOf(Objects.PYRE_SITE_25286)) { _, node -> - node.location.transform(node.asScenery().direction, 1) - } - } - - private fun ritual(player: Player, obj: Scenery, logType: LogType, tool: SkillingTool) { - val bones = if (inInventory(player, Items.CHEWED_BONES_11338)) { - Item(Items.CHEWED_BONES_11338) - } - else { - Item(Items.MANGLED_BONES_11337) - } - USED_LOCATIONS.add(obj.location) - val spiritHolder = arrayOfNulls(1) - val shipHolder = arrayOfNulls(1) - val southernPyreSite = player.location.withinDistance(Location(2503, 3498, 0), 4) - queueScript(player, 0, QueueStrength.SOFT) { stage -> - when (stage) { - 0 -> { - lock(player, 30) - face(player, obj) - getAnimation(tool)?.let { animate(player, it) } - shipHolder[0] = replace(Objects.CARVED_LOG_25288, obj, shipHolder[0]) - return@queueScript delayScript(player, 4) - } - 1 -> { - getAnimation(tool)?.let { animate(player, it) } - shipHolder[0] = replace(Objects.CARVED_LOG_25289, obj, shipHolder[0]) - return@queueScript delayScript(player, 4) - } - 2 -> { - getAnimation(tool)?.let { animate(player, it) } - shipHolder[0] = replace(Objects.PYRE_BOAT_25290, obj, shipHolder[0]) - return@queueScript delayScript(player, 4) - } - 3 -> { - shipHolder[0] = replace(Objects.PYRE_BOAT_25291, obj, shipHolder[0]) - return@queueScript delayScript(player, 4) - } - 4 -> { - if (removeItemsIfPlayerHasEnough(player, Item(logType.log.logId), bones)) { - resetAnimator(player) - rewardXP(player, Skills.CRAFTING, logType.craftingXp) - rewardXP(player, Skills.FIREMAKING, logType.firemakingXp) - if (bones.id == Items.CHEWED_BONES_11338) { - val spiritLocation = if (southernPyreSite) getLocation(obj).transform(2, 0, 0) else getLocation(obj) - val peaceSpirit = PeacefulBarbarianNPC(NPCs.PEACEFUL_BARBARIAN_SPIRIT_754, spiritLocation) - peaceSpirit.init() - peaceSpirit.face(player) - animate(peaceSpirit, Animation.create(6724)) - spiritHolder[0] = peaceSpirit - - sendMessage(player, "The ancient barbarian is laid to rest. Your future prayer training is blessed,") - sendMessage(player, "as his spirit ascends to a glorious afterlife. Spirits drop an object into your") - sendMessage(player, "pack.") - - val reward = getRandomItem(player) - addItemOrDrop(player, reward.id, reward.amount) - - if (getAttribute(player, BarbarianTraining.attributePyreShip, 0) == 1) { - setAttribute(player, BarbarianTraining.attributePyreShip, 2) - } - val existing = getAttribute(player, BarbarianTraining.attributePyrePrayerBonus, 0) - setAttribute(player, BarbarianTraining.attributePyrePrayerBonus, existing + logType.bonusCharges) - - } else { - val ferociousSpirit = FerociousBarbarianNPC(NPCs.FEROCIOUS_BARBARIAN_SPIRIT_752, obj.location.transform(obj.direction, 1)) - ferociousSpirit.target = player - ferociousSpirit.init() - ferociousSpirit.moveStep() - setAttribute(player, BarbarianTraining.attributeFerociousSpirit, ferociousSpirit) - unlock(player) - } - } - if (logType == LogType.ARCTIC_PINE) { - finishTask(player, DiaryType.FREMENNIK, DiaryLevel.HARD, HardTasks.MAKE_BARBARIAN_PYRE_SHIP_ARCTIC_PINE) - } - shipHolder[0] = replace(Objects.PYRE_BOAT_25292, obj, shipHolder[0]) - return@queueScript delayScript(player, Animation(6724).duration) - } - 5 -> { - spiritHolder[0]?.clear() - shipHolder[0] = replace(Objects.PYRE_BOAT_25293, obj, shipHolder[0]) - return@queueScript delayScript(player, 4) - } - 6 -> { - shipHolder[0] = replace(Objects.PYRE_BOAT_25294, obj, shipHolder[0]) - return@queueScript delayScript(player, 4) - } - else -> { - unlock(player) - shipHolder[0]?.let { SceneryBuilder.remove(it) } - // Preserves the pyre site scenery - if (getLocation(obj) == obj.location && getScenery(obj.location)?.id != Objects.PYRE_SITE_25286) { - SceneryBuilder.add(Scenery(Objects.PYRE_SITE_25286, obj.location, obj.type, obj.rotation)) - } - USED_LOCATIONS.remove(obj.location) - return@queueScript stopExecuting(player) - } - } - } - } - - private fun replace(newId: Int, ship: Scenery, previousShip: Scenery?): Scenery { - val newShip = Scenery(newId, getLocation(ship), 10, if (ship.location.x == 2503) 4 else 1) - if (previousShip == null) { - SceneryBuilder.add(newShip) - } else { - SceneryBuilder.replace(previousShip, newShip) - } - return newShip - } - - private fun getLocation(ship: Scenery): Location { - val location = ship.location.transform(ship.direction, -2) - return when { - ship.location.x == 2507 || ship.location.x == 2519 -> location.transform(-1, 0, 0) - ship.location.x == 2503 && ship.location.y == 3498 -> location.transform(-2, 0, 0) - ship.location.x == 2503 -> location.transform(-2, -1, 0) - else -> location - } - } - - private fun getRandomItem(player: Player): Item { - if (RandomFunction.roll(256)) { - sendNews(player.username + " has just received a Dragon Full Helm from a pyre ship.") - return Item(Items.DRAGON_FULL_HELM_11335) - } - return RandomFunction.getChanceItem(REWARDS) - } - - private fun getAnimation(tool: SkillingTool): Animation? { - return when (tool) { - SkillingTool.BRONZE_AXE -> Animation.create(3291) - SkillingTool.IRON_AXE -> Animation.create(3290) - SkillingTool.STEEL_AXE -> Animation.create(3289) - SkillingTool.BLACK_AXE -> Animation.create(3288) - SkillingTool.MITHRIL_AXE -> Animation.create(3287) - SkillingTool.ADAMANT_AXE -> Animation.create(3286) - SkillingTool.RUNE_AXE -> Animation.create(3285) - SkillingTool.DRAGON_AXE -> Animation.create(3292) - else -> null - } - } - - enum class LogType(val log: Log, val level: Int, val craftingXp: Double, val firemakingXp: Double, val bonusCharges: Int) { - NORMAL(Log.NORMAL, 11, 10.0, 40.0, 1), - ACHEY(Log.ACHEY, 11, 10.0, 40.0, 1), - OAK(Log.OAK, 25, 15.0, 60.0, 2), - WILLOW(Log.WILLOW, 40, 22.5, 90.0, 2), - TEAK(Log.TEAK, 45, 26.2, 105.0, 3), - ARCTIC_PINE(Log.ARCTIC_PINE, 52, 31.2, 125.0, 3), - MAPLE(Log.MAPLE, 55, 33.7, 135.0, 3), - MAHOGANY(Log.MAHOGANY, 60, 39.3, 157.5, 4), - EUCALYPTUS(Log.EUCALYPTUS, 68, 48.4, 193.5, 4), - YEW(Log.YEW, 70, 50.6, 202.5, 4), - MAGIC(Log.MAGIC, 85, 75.9, 303.8, 5); - - companion object { - fun getType(player: Player): LogType? { - return values().firstOrNull { inInventory(player, it.log.logId) } - } - } - } -} - -internal class FerociousBarbarianNPC : AbstractNPC { - - var target: Player? = null - - constructor(id: Int, location: Location?) : super(id, location) { - isRespawn = false - isAggressive = true - } - - constructor() : this(-1, null) - - override fun handleTickActions() { - if (target == null) return - if (!target!!.isActive || !target!!.location.withinDistance(location)) { - clear() - } - if (!properties.combatPulse.isAttacking) { - properties.combatPulse.attack(target) - } - } - - override fun isAttackable(entity: Entity, style: CombatStyle, message: Boolean): Boolean { - if (entity is Player && entity != target) { - if (message) { - entity.packetDispatch.sendMessage("It's not after you.") - } - return false - } - return super.isAttackable(entity, style, message) - } - - override fun finalizeDeath(killer: Entity) { - super.finalizeDeath(killer) - if (killer is Player && killer == target) { - removeAttribute(killer, BarbarianTraining.attributeFerociousSpirit) - } - } - - override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC { - return FerociousBarbarianNPC(id, location) - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.FEROCIOUS_BARBARIAN_SPIRIT_752) - } -} - -internal class PeacefulBarbarianNPC : AbstractNPC { - - constructor(id: Int, location: Location?) : super(id, location) { - isRespawn = false - } - - constructor() : this(-1, null) - - override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC { - return PeacefulBarbarianNPC(id, location) - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.PEACEFUL_BARBARIAN_SPIRIT_754) - } -} diff --git a/Server/src/main/content/region/kandarin/pisc/dialogue/MathiasFlaconryDialogue.java b/Server/src/main/content/region/kandarin/pisc/dialogue/MathiasFlaconryDialogue.java index b926d7fde..dd3a27bd2 100644 --- a/Server/src/main/content/region/kandarin/pisc/dialogue/MathiasFlaconryDialogue.java +++ b/Server/src/main/content/region/kandarin/pisc/dialogue/MathiasFlaconryDialogue.java @@ -8,7 +8,6 @@ import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.plugin.Initializable; import core.game.node.item.Item; -import org.rs09.consts.Items; /** * Handles the MathiasFlaconryDialogue dialogue. @@ -50,8 +49,7 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { } break; case 323: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "Well, you're welcome to come back if you change", "your mind."); - stage = 967; + end(); break; case 95: if (player.getBank().containsItem(FALCON) || player.getEquipment().containsItem(FALCON) || player.getInventory().containsItem(FALCON)) { @@ -60,7 +58,7 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { return true; } if (player.getEquipment().get(EquipmentContainer.SLOT_HANDS) != null || player.getEquipment().get(EquipmentContainer.SLOT_SHIELD) != null || player.getEquipment().get(EquipmentContainer.SLOT_WEAPON) != null) { - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Sorry, you really need both hands free for falconry. I'd", "suggest that you put away your weapons and gloves before", "we start."); + interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Sorry, free your hands, weapon, and shield slot first."); stage = 99; break; } @@ -71,11 +69,11 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { stage = 97; } else { end(); - player.getPacketDispatch().sendMessage("You need 500 gold coins."); + player.getPacketDispatch().sendMessage("You need 500 gold goins."); } break; case 97: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Don't worry; I'll keep an eye on you to make sure", "you don't upset it too much."); + interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Don't worry: I'll keep and eye on you to make sure", "you don't upset it roo much."); stage = 99; break; case 99: @@ -86,109 +84,22 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { stage = 501; break; case 501: - interpreter.sendOptions("Select an Option", "Do you have any quests I could do?", "What is this place?", "Could I have a go with your bird?"); + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Could I have a go with your bird?"); stage = 502; break; case 502: - switch (buttonId) { - case 1: - interpreter.sendDialogues(player, FacialExpression.ASKING, "Do you have any quests I could do?"); - stage = 600; - break; - case 2: - interpreter.sendDialogues(player, FacialExpression.ASKING, "What is this place?"); - stage = 700; - break; - case 3: - interpreter.sendDialogues(player, FacialExpression.ASKING, "Could I have a go with your bird?"); - stage = 800; - break; - } - break; - case 600: - interpreter.sendDialogues(5093, FacialExpression.ASKING, "A quest? What a strange notion. Do you normally go", "around asking complete strangers for quests?"); - stage = 601; - break; - case 601: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Er, yes, now you come to mention it."); - stage = 602; - break; - case 602: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Oh, ok then. Well, no, I don't; sorry."); - stage = 967; - break; - - case 700: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "A good question; straight and to the point. My name is ", "Matthias, I am a falconer, and this is where I train", "my birds."); - stage = 701; - break; - case 701: - interpreter.sendOptions("Select an Option", "Do you have any quests I could do?", "That sounds like fun; could I have a go?", "That doesn't sound like my sort of thing.", "What's this falconry thing all about then?"); - stage = 702; - break; - case 702: - switch (buttonId) { - case 1: - interpreter.sendDialogues(player, FacialExpression.ASKING, "Do you have any quests I could do?"); - stage = 600; - break; - case 2: - interpreter.sendDialogues(player, FacialExpression.ASKING, "That sounds like fun; could I have a go?"); - stage = 800; - break; - case 3: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "That doesn't sound like my sort of thing."); - stage = 720; - break; - case 4: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "What's this falconry thing all about then?"); - stage = 750; - break; - } - break; - case 720: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Fair enough; it does require a great deal of patience and", "skill, so I can understand if you might feel intimidated."); - stage = 967; - break; - case 750: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "Well, some people see it as a sport, although such a term", "does not really convey the amount of patience and", "dedication required to be proficient at the task."); - stage = 751; - break; - case 751: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "Putting it simply, it is the training and use of birds of", "prey in hunting quarry."); - stage = 752; - break; - case 752: - interpreter.sendDialogues(player, FacialExpression.ASKING, "So it's like keeping a pet then?"); - stage = 753; - break; - case 753: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "Not exactly, no. Such a bird can never really be", "considered tame in the same way that a dog can."); - stage = 754; - break; - case 754: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "They can be trained to associate people or places with", "food though, and, as such, a good falconer can get a", "trained bird to do as he wishes."); - stage = 701; - break; - - case 800: if (player.getSkills().getLevel(Skills.HUNTER) < 43) { npc("Try coming back when you're more experienced", "I wouldn't want my birds being injured."); stage = 967; return true; } - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Training falcons is a lot of work and I doubt you're up", "to the task. However, I suppose I could let you try", "hunting with one."); - stage = 801; + interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Training falcons is a lot of work and I", "doubt you're up to the task. However, I suppose", "I could let you try hunting with one."); + stage = 503; break; - case 801: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "I have some tamer birds that I occasionally lend to rich", "noblemen who consider it a sufficiently refined sport for", "their tastes, and you look like the kind who might", "appreciate a good hunt."); - stage = 802; - break; - case 802: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "I'd have to request a small fee, mind you; how does", "500 gold pieces sound?"); + case 503: + interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "I have some tamer birds that I occasionally lend to rich", "noblemen who consider it a sufficiently refined sport for", "their tastes. and you look like the kind who might", "appreciate a good hunt."); stage = 90; break; - case 900: interpreter.sendOptions("Select an Option", "Yes, please.", "No thank you."); stage = 901; @@ -214,48 +125,7 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { case 967: end(); break; - - case 1000: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Ah, you're back. How are you getting along with her then?"); - stage = 1001; - break; - case 1001: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "It's certainly harder than it looks."); - stage = 1002; - break; - case 1002: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Sorry, but I was talking to the falcon, not you. But yes it", "is. Have you had enough yet?"); - stage = 1003; - break; - case 1003: - interpreter.sendOptions("Select an Option", "Actually, I'd like to keep trying a little longer.", "I think I'll leave it for now."); - stage = 1004; - break; - case 1004: - switch (buttonId) { - case 1: - interpreter.sendDialogues(player, FacialExpression.ASKING, "Actually, I'd like to keep trying a little longer."); - stage = 1010; - break; - case 2: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I think I'll leave it for now."); - stage = 1020; - break; - } - break; - case 1010: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "Ok then, just come talk to me when you're done."); - stage = 967; - break; - case 1020: - player.getInventory().remove(FALCON); - player.getEquipment().remove(FALCON, true); - - interpreter.sendDialogue("You give the falcon and glove back to Matthias."); - stage = 967; - break; } - return true; } @@ -275,11 +145,6 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { stage = 900; return true; } - if (player.getEquipment().contains(10024, 1) || player.getInventory().contains(10024, 1)) { - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Hello again."); - stage = 1000; - return true; - } if (args.length == 2) quick = true; if (quick) { diff --git a/Server/src/main/content/region/kandarin/quest/barbariantraining/BarbarianSkillsBook.kt b/Server/src/main/content/region/kandarin/quest/barbariantraining/BarbarianSkillsBook.kt deleted file mode 100644 index b21fd82ed..000000000 --- a/Server/src/main/content/region/kandarin/quest/barbariantraining/BarbarianSkillsBook.kt +++ /dev/null @@ -1,581 +0,0 @@ -package content.region.kandarin.quest.barbariantraining - -import content.global.handlers.iface.BookInterface -import content.global.handlers.iface.BookLine -import content.global.handlers.iface.Page -import content.global.handlers.iface.PageSet -import core.api.getAttribute -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import org.rs09.consts.Items - -/** - * Barbarian Skills book given by Otto Godblessed during Barbarian Training. - * Content dynamically shows based on player's training progress (attributes). - * - * Sections are defined as List> — a list of raw pages, each page being a list of - * line strings with no hardcoded interface IDs. buildContents() accumulates raw pages in order - * and pairs them into left/right spreads dynamically via toPageSets(), so no blank space is - * left after a single-page section regardless of what precedes it. - * - * @source https://runescape.wiki/w/Barbarian_skills - * @author Damighty - * @author Bishop - */ - -class BarbarianSkillsBook : InteractionListener { - companion object { - private const val TITLE = "What Otto told me." - private const val BLUE = "" - - private val LEFT_IDS = intArrayOf(97, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81) - private val RIGHT_IDS = intArrayOf(82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) - - private fun List.toLeftPage() = Page(*mapIndexed { i, s -> BookLine(s, LEFT_IDS[i]) }.toTypedArray()) - private fun List.toRightPage() = Page(*mapIndexed { i, s -> BookLine(s, RIGHT_IDS[i]) }.toTypedArray()) - - private fun List>.toPageSets(): Array { - val sets = mutableListOf() - var i = 0 - while (i < size) { - val left = this[i].toLeftPage() - val right = getOrNull(i + 1)?.toRightPage() - sets.add(if (right != null) PageSet(left, right) else PageSet(left)) - i += if (right != null) 2 else 1 - } - return sets.toTypedArray() - } - - private val INTRODUCTION = listOf( - listOf( - "", - "I have noted down what Otto", - "has told me in this journal, so", - "that I may not forget my", - "tasks. His instructions are", - "thus faithfully recorded for", - "posterity.", - ) - ) - - private val ROD_FISHING = listOf( - listOf( - "", - "I have noted down what Otto", - "has told me in this journal, so", - "that I may not forget my", - "tasks. His instructions are", - "thus faithfully recorded for", - "posterity.", - "", - "", - "", - BLUE + "Otto's words on Fishing with", - BLUE + "rods", - "", - "'While you civilised folk use", - "small, weak fishing rods, we", - ), - listOf( - "barbarians are skilled with", - "heavier tackle. We fish in the", - "lake nearby. Take the rod", - "from under the bed in my", - "dwelling and fish in the lake.", - "When you have caught a few", - "fish I am sure you will be", - "ready to talk more with me.", - "You will know when you are", - "ready, since inspiration will fill", - "your mind. We do not use", - "these fish quite as you might", - "expect. When you return", - "from Fishing we can speak", - "more of this matter.'", - ) - ) - - private val ROD_FISHING_DONE = listOf( - listOf( - "'Your mind is as clear as the", - "waters you have fished. This", - "is good. These are fish which", - "are fat with eggs rather than", - "fat of flesh; this is what we", - "will make use of.'", - ) - ) - - private val BAREHANDED_FISHING = listOf( - listOf( - "", - BLUE + "Otto's words on Fishing", - BLUE + "without harpoons", - "", - "'First you must know more", - "of harpoons through special", - "study of fish that are usually", - "caught with such a device.", - "You must catch fish which", - "are usually harpooned,", - "without a harpoon. You will", - "be using your skill and", - "strength. Use your arm as", - "bait. Wriggle your fingers as", - "if they are a tasty snack and", - ), - listOf( - "hungry tuna and swordfish", - "will throng to be caught by", - "you. This method also works", - "with shark - though in this", - "case the action must be more", - "of a frenzied thrashing of the", - "arm than a wriggle.'", - ) - ) - - private val BAREHANDED_FISHING_DONE = listOf( - listOf( - "", - BLUE + "Otto's words on Fishing", - BLUE + "without harpoons", - "", - "'First you must know more", - "of harpoons through special", - "study of fish that are usually", - "caught with such a device.", - "You must catch fish which", - "are usually harpooned,", - "without a harpoon. You will", - "be using your skill and", - "strength. Use your arm as", - "bait. Wriggle your fingers as", - "if they are a tasty snack and", - ), - listOf( - "hungry tuna and swordfish", - "will throng to be caught by", - "you. This method also works", - "with shark - though in this", - "case the action must be more", - "of a frenzied thrashing of the", - "arm than a wriggle.'", - "'I sense you have more", - "understanding of spears", - "through your studies.'", - ) - ) - - private val BOW_FIREMAKING = listOf( - listOf( - "", - BLUE + "Otto's words on Firemaking", - "", - "'The first point in your", - "progression is that of lighting", - "fires without a tinderbox. For", - "this process you will require", - "a strung bow. You use the", - "bow to quickly rotate pieces", - "of wood against one another.", - "As you rub, the wood", - "becomes hot, eventually", - "springing into flame. The", - "spirits will aid you, the power", - "they supply will guide your", - ), - listOf( - "hands. Go and benefit from", - "their guidance upon an oaken", - "log.'", - ) - ) - - private val BOW_FIREMAKING_DONE = listOf( - listOf( - "", - BLUE + "Otto's words on Firemaking", - "", - "'The first point in your", - "progression is that of lighting", - "fires without a tinderbox. For", - "this process you will require", - "a strung bow. You use the", - "bow to quickly rotate pieces", - "of wood against one another.", - "As you rub, the wood", - "becomes hot, eventually", - "springing into flame, The", - "spirits will aid you, the power", - "they supply will guide your", - ), - listOf( - "hands. Go and benefit from", - "their guidance upon an oaken", - "log.'", - "'Firemaking with your bow", - "worked - fine news indeed,", - "secrets of our spirit boats", - "now await your attention.'", - ) - ) - - private val HERBLORE = listOf( - listOf( - "", - BLUE + "Otto's words on potion", - BLUE + "enhancement", - "", - "'If you use your knife upon", - "the fat fish, several new fishy", - "items will be produced. Fish", - "parts can be used as bait; the", - "roe or caviar is more useful", - "for us. Mixing these items", - "with two dose potions is what", - "should be performed. This", - "results in a nutritious slop,", - "perfect for healing as well as", - "imparting the effect of the", - ), - listOf( - "potion. Roe can only be used", - "for some of the more easily", - "combined mixes, while caviar", - "may be used for any of the", - "the mixes of which I am aware.", - "You will discover that you", - "are able to decant a four", - "dose potion into an empty", - "vial, this giving two potions", - "of two doses. This will aid", - "you in the process. In this", - "case I in fact require a", - "potion, for my own stocks.", - "Bring me a lesser attack", - "potion combined with fish roe.'", - ) - ) - - private val HERBLORE_DONE = listOf( - listOf( - "'I see you have my potion. I", - "will say no more than that I", - "am eternally grateful.'", - ), - ) - - private val SPEAR_REJECTED = listOf( - listOf( - "", - BLUE + "Otto's words on Smithing", - BLUE + "spears", - "'The next step is to", - "manufacture a spear, suitable", - "for combat. Our distant", - "cousins on Karamja are in", - "need of help, however, and", - "you must aid them before I", - "can aid you. You must go", - "now and complete the Tai", - "Bwo Wannai Trio quest.'", - ), - ) - - private val SPEAR_SMITHING = listOf( - listOf( - "", - BLUE + "Otto's words on Smithing", - BLUE + "spears", - "'The next step is to", - "manufacture a spear, suitable", - "for combat. Our distant", - "cousins on Karamja are in", - "need of help, however, and", - "you must aid them before I", - "can aid you. You must go", - "now and complete the Tai", - "Bwo Wannai Trio quest.'", - "", - "", - BLUE + "Since I have completed this" - ), - listOf( - BLUE + "quest, he adds", - "'Many warriors complain that", - "spears are difficult to find,", - "we barbarians thus forge our", - "own. If you use our special", - "barbarian anvil here, you will", - "find it ideal. Other forges are", - "not sturdy enough or shaped", - "appropriately for the forging", - "work involved. Make any of", - "our spears and return.", - "Note well that you will", - "require wood for the spear", - "shafts, the quality of wood", - "must be similar to that of the", - ), - listOf( - "metal involved.'", - ) - ) - - private val SPEAR_SMITHING_DONE = listOf( - listOf( - "", - BLUE + "Otto's words on Smithing", - BLUE + "spears", - "'The next step is to", - "manufacture a spear, suitable", - "for combat. Our distant", - "cousins on Karamja are in", - "need of help, however, and", - "you must aid them before I", - "can aid you. You must go", - "now and complete the Tai", - "Bwo Wannai Trio quest.'", - "", - "", - BLUE + "Since I have completed this" - ), - listOf( - BLUE + "quest, he adds", - "'Many warriors complain that", - "spears are difficult to find,", - "we barbarians thus forge our", - "own. If you use our special", - "barbarian anvil here, you will", - "find it ideal. Other forges are", - "not sturdy enough or shaped", - "appropriately for the forging", - "work involved. Make any of", - "our spears and return.", - "Note well that you will", - "require wood for the spear", - "shafts, the quality of wood", - "must be similar to that of the", - ), - listOf( - "metal involved.'", - "The manufacture of spears is", - "now yours as a speciality.", - "Use your skill well. In", - "addition, I am ready to", - "reveal more spear-related", - "crafts.'", - ) - ) - - - private val PYRE_SHIPS = listOf( - listOf( - "", - BLUE + "Otto's words on Crafting", - BLUE + "pyre ships", - "", - "'The next stage is quite", - "complex, so listen well. In", - "order to send our ancestors", - "into the spirit world, their", - "mortal remains must be", - "burned with due ceremony.", - "This can only be performed", - "close to the water on the", - "short of the lake, just to our", - "north-east. You will recognise", - "the correct places by the", - ), - listOf( - "ashes to be seen there. You", - "will need to construct a small", - "ship by using an axe upon", - "logs in the area, then add the", - "bones of a long dead", - "barbarian hero. From the", - "caverns beneath this lake.", - "Many of our ancestors", - "travelled to these caverns in", - "order to hunt for glory and", - "found only death. Their", - "bones must still lie inside,", - "their spirits trapped in", - "torment. The spirit will", - "ascend to glory, the pyre will", - ), - listOf( - "send the earthly remains to", - "the depths. You will also", - "obtain a closer link to the", - "spirit world. During this", - "heightened contact, any bones", - "you bury will have increased", - "importance to the gods. The", - "number of bones that may be", - "buried, before the link fades,", - "is increased with the difficulty", - "of obtaining the wood which", - "you use. I have little", - "knowledge of the caverns,", - "they are blocked from the", - "sight of the spirits with whom", - ), - listOf( - "I commune. I can only", - "suspect that whatever slew", - "barbarian heroes is indeed", - "mighty. I would also suggest", - "that these bones might well be", - "very uncommon, since heroes", - "are not found in vast", - "numbers. Good luck. Dive", - "into the whirlpool in the lake", - "to the east. The spirits will", - "use their abilities to ensure", - "you arrive in the correct", - "location, though their", - "influence fades so you must", - "find your own way out.'", - ) - ) - - private val PYRE_SHIPS_DONE = listOf( - listOf( - "'Hail to you, savior of my", - "ancestors. The spirits herald", - "your presence with a spectral", - "fanfare. On this great day", - "you have my thanks, eternally", - "May you find riches while", - "rescuing my spiritual", - "ancestors in the caverns", - "for many moons to come.'", - ) - ) - - private val HASTA_SMITHING = listOf( - listOf( - "", - BLUE + "Otto's words on one-handed", - BLUE + "spears", - "", - "'The next step is to", - "manufacture a one handed", - "version of a spear, suitable", - "for combat. Such a spear is", - "known to us as a hasta. As", - "you might suspect, our ways", - "require greater", - "understanding than is gained", - "by simply looking at a", - "weapon.", - "It is also the case that the", - ), - listOf( - "process involves a differently-", - "balanced spear.", - "Before you may use such a", - "weapon in anger, you must", - "make an example. Only then", - "will you fully understand the", - "poise and techniques involved.", - "You may use our special", - "anvil for this spear type too.", - "As the ways of black and", - "dragon spears are beyond", - "our knowledge, however, these", - "spears may not be created.'", - ) - ) - - private val HASTA_SMITHING_DONE = listOf( - listOf( - "", - BLUE + "Otto's words on one-handed", - BLUE + "spears", - "", - "'The next step is to", - "manufacture a one handed", - "version of a spear, suitable", - "for combat. Such a spear is", - "known to us as a hasta. As", - "you might suspect, our ways", - "require greater", - "understanding than is gained", - "by simply looking at a", - "weapon.", - "It is also the case that the", - ), - listOf( - "process involves a differently-", - "balanced spear.", - "Before you may use such a", - "weapon in anger, you must", - "make an example. Only then", - "will you fully understand the", - "poise and techniques involved.", - "You may use our special", - "anvil for this spear type too.", - "As the ways of black and", - "dragon spears are beyond", - "our knowledge, however, these", - "spears may not be created.'", - "'I see you have constructed", - "your hasta, and are", - ), - listOf( - "approaching readiness to live", - "life to its fullest - that you", - "may be a peaceful spirit when", - "your time ends.'", - ) - ) - - - private fun buildContents(player: Player): Array { - val rawPages = mutableListOf>() - - val rodStage = getAttribute(player, BarbarianTraining.attributeRod, 0) - val fistStage = getAttribute(player, BarbarianTraining.attributeFist, 0) - val bowfireStage = getAttribute(player, BarbarianTraining.attributeBowFire, 0) - val herbloreStage = getAttribute(player, BarbarianTraining.attributeHerblore, 0) - val spearRejected = getAttribute(player, BarbarianTraining.attributeSpearRejected, 0) - val spearStage = getAttribute(player, BarbarianTraining.attributeSpear, 0) - val pyreshipStage = getAttribute(player, BarbarianTraining.attributePyreShip, 0) - val hastaStage = getAttribute(player, BarbarianTraining.attributeHasta, 0) - - if (rodStage == 0) rawPages.addAll(INTRODUCTION) - if (rodStage >= 1) rawPages.addAll(ROD_FISHING) - if (rodStage >= 3) rawPages.addAll(ROD_FISHING_DONE) - if (fistStage in 1..2) rawPages.addAll(BAREHANDED_FISHING) - if (fistStage >= 3) rawPages.addAll(BAREHANDED_FISHING_DONE) - if (bowfireStage in 1..2) rawPages.addAll(BOW_FIREMAKING) - if (bowfireStage >= 3) rawPages.addAll(BOW_FIREMAKING_DONE) - if (herbloreStage >= 1) rawPages.addAll(HERBLORE) - if (herbloreStage >= 3) rawPages.addAll(HERBLORE_DONE) - if (spearRejected != 0) rawPages.addAll(SPEAR_REJECTED) - if (spearStage in 1..2) rawPages.addAll(SPEAR_SMITHING) - if (spearStage >= 3) rawPages.addAll(SPEAR_SMITHING_DONE) - if (pyreshipStage >= 1) rawPages.addAll(PYRE_SHIPS) - if (pyreshipStage >= 3) rawPages.addAll(PYRE_SHIPS_DONE) - if (hastaStage in 1..2) rawPages.addAll(HASTA_SMITHING) - if (hastaStage >= 3) rawPages.addAll(HASTA_SMITHING_DONE) - - return rawPages.toPageSets() - } - } - - override fun defineListeners() { - on(Items.BARBARIAN_SKILLS_11340, IntType.ITEM, "read") { player, _ -> - val contents = buildContents(player) - BookInterface.openBook(player, BookInterface.FANCY_BOOK_26) { p, _, _ -> - BookInterface.pageSetup(p, BookInterface.FANCY_BOOK_26, TITLE, contents) - true - } - return@on true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/barbariantraining/BarbarianTraining.kt b/Server/src/main/content/region/kandarin/quest/barbariantraining/BarbarianTraining.kt deleted file mode 100644 index d8be7e44c..000000000 --- a/Server/src/main/content/region/kandarin/quest/barbariantraining/BarbarianTraining.kt +++ /dev/null @@ -1,33 +0,0 @@ -package content.region.kandarin.quest.barbariantraining - -/** - * Attribute keys for the Barbarian Training miniquest and related activities. - * @author Bishop - */ - -object BarbarianTraining { - // Barbarian training attributes which hold an Int 0-3: - // 0 = not started, 1 = started, 2 = ready to turn in, 3 = done - const val attributeRod = "/save:barbtraining:rod" - const val attributeFist = "/save:barbtraining:fist" - const val attributeHerblore = "/save:barbtraining:herblore" - const val attributeSpear = "/save:barbtraining:spear" - const val attributeHasta = "/save:barbtraining:hasta" - const val attributeBowFire = "/save:barbtraining:bowfire" - const val attributePyreShip = "/save:barbtraining:pyreship" - // Employed when the player has not progressed the Tai Bwo Wannai - // Trio quest far enough to proceed with barbarian spear training. - const val attributeSpearRejected = "/save:barbtraining:spear-rejected" - // Keeps track of the player's count of bones yet to bury that - // will be supplied with bonus XP from burning pyre ships. - const val attributePyrePrayerBonus = "/save:barbtraining:pyre-prayer-bonus" - // Keeps track of if the player has been warned of the dangers - // of the Ancient Cavern. - const val attributeWhirlpool = "/save:barbtraining:whirlpool" - // Keeps track of if the player currently has the attention - // of a Ferocious Barbarian Spirit. - const val attributeFerociousSpirit = "barbtraining:ferocious-spirit" - // Prefix for My Notes page tracking: append page number (1-26). - // ex. "${BarbarianTraining.attributeMyNotesPage}$pageNum" - const val attributeMyNotesPage = "/save:mynotes:page:" -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/barbariantraining/MyNotesBook.kt b/Server/src/main/content/region/kandarin/quest/barbariantraining/MyNotesBook.kt deleted file mode 100644 index c14129d59..000000000 --- a/Server/src/main/content/region/kandarin/quest/barbariantraining/MyNotesBook.kt +++ /dev/null @@ -1,436 +0,0 @@ -package content.region.kandarin.quest.barbariantraining - -import content.global.handlers.iface.BookInterface -import content.global.handlers.iface.BookLine -import content.global.handlers.iface.Page -import content.global.handlers.iface.PageSet -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import org.rs09.consts.Items - -/** - * My Notes book given by Otto Godblessed during Barbarian Training. - * Pages are added by using the "copy to log" option on Ancient Page items. - * - * Each page's presence in the book is tracked via [BarbarianTraining.attributeMyNotesPage]. - * - * @see BarbarianSkillsBook for explanation of dynamic page generation - * @source https://runescape.wiki/w/My_notes?oldid=565587 - * @author Bishop - */ - -class MyNotesBook : InteractionListener { - companion object { - private const val TITLE = "My notes" - - private val LEFT_IDS = intArrayOf(97, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81) - private val RIGHT_IDS = intArrayOf(82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) - - private fun List.toLeftPage() = Page(*mapIndexed { i, s -> BookLine(s, LEFT_IDS[i]) }.toTypedArray()) - private fun List.toRightPage() = Page(*mapIndexed { i, s -> BookLine(s, RIGHT_IDS[i]) }.toTypedArray()) - - private fun List>.toPageSets(): Array { - val sets = mutableListOf() - var i = 0 - while (i < size) { - val left = this[i].toLeftPage() - val right = getOrNull(i + 1)?.toRightPage() - sets.add(if (right != null) PageSet(left, right) else PageSet(left)) - i += if (right != null) 2 else 1 - } - return sets.toTypedArray() - } - - private val PAGE_1 = listOf( - "", - "", - "I have researched these", - "accursed creatures of mithril", - "more, the results are", - "disturbing. Analysis leads me", - "to believe that they were", - "created by a higher power,", - "what sort of creature could", - "be so powerful?", - ) - - private val PAGE_2 = listOf( - "", - "", - "...metallic for missiles and", - "magical energies...green for", - "close combat and magic...both", - "have their breath weapon for", - "which they are infamous...", - "next I will try reason and", - "logic, may Guthix watch over", - "me.", - ) - - private val PAGE_3 = listOf( - "", - "", - "I must caution against", - "offering the wrong gifts to", - "the spirits inhabiting the", - "world beyond this. They seem", - "quick to anger if the offerer", - "was in any way responsible", - "for the offering's death.", - ) - - private val PAGE_4 = listOf( - "", - "", - "Item 1 - mithril present in", - "large quantities as suspected.", - "Item 2 - guarded by vast", - "dragons of the same metal.", - "Recommendation - this has", - "potential to undermine our", - "monopoly, suggest we keep", - "the location secret.", - ) - - private val PAGE_5 = listOf( - "", - "", - "The combination of each of", - "these prime ingredients will", - "result in a fine pie,", - "heightening the reactions of", - "the lucky fellow who eats it.", - "Sadly, most demand in my", - "establishment is from scruffy", - "fellows who make the place", - "look untidy.", - ) - - private val PAGE_6 = listOf( - "", - "", - "...no one I know of has", - "access to an onyx amulet,", - "the cost is just too immense.", - "Enchanted, charged dragonstone", - "amulets appear to be able to", - "increase the perceptions of", - "the wearer, at least when", - "mining rocks for ore, they", - "can increase the yield of", - "precious gems.", - ) - - private val PAGE_7 = listOf( - "", - "", - "...because her coach was a", - "pumpkin. We laughed so much", - "I thought my sides would", - "split. I think that too much", - "dwarven ale may have clouded", - "my views, since it no longer", - "seems a fit fest...", - ) - - private val PAGE_8 = listOf( - "", - "", - "In search of the incarnation", - "of Scabaras, I probe the", - "darkest recesses of the", - "hidden world. If he lies in", - "wait, I must be the one to", - "reunite him with his fellow", - "deities. What would befall us", - "if he were forever isolated?", - "His bitterness can only", - "grow...", - ) - - private val PAGE_9 = listOf( - "", - "", - "I am not sure anyone will", - "ever read this, as I say", - "my final farewells. If any", - "find this pass on my regards", - "to Annalise, if she still", - "lives. I cannot see this", - "being a place visited by", - "those as doomed as I am.", - ) - - private val PAGE_10 = listOf( - "", - "", - "If I ever get my hands on", - "Otto he'll be in his grave.", - "Sending me to this place to", - "fester and die. 'See wonders'", - "he says 'Impress the spirits'", - "he says. The only way I'll", - "be impressing the spirits", - "is as one. While he sits out", - "there living in luxury...", - ) - - private val PAGE_11 = listOf( - "", - "", - "...is the stone here?...was", - "the stone here?...will the", - "stone be here?...would that", - "my sanity were firm enough", - "that I knew what my questions", - "meant. Then I might seek", - "an answer.", - ) - - private val PAGE_12 = listOf( - "", - "", - "A momentary flash but I saw", - "it! Hornless but the same", - "deep crimson of its set-mates.", - "A glorious thing to see,", - "guarded by the creatures in", - "the upper galleries. I must", - "have it, I will have it!", - ) - - private val PAGE_13 = listOf( - "", - "", - "It read 'Laufata ki Glough", - "ki Ta Quir Priw Undo eso,", - "Tolly, gnomo kar is Glough", - "hamo sarko pro Arposandra", - "Qua!' - If only I had", - "studied my languages more", - "diligently.", - ) - - private val PAGE_14 = listOf( - "", - "", - "When Pukkamay first made toad", - "crunchies, everyone thought", - "he was mad. 'Chewy toads,", - "in crunchies? It'll never", - "work' they said - how wrong", - "they were...", - ) - - private val PAGE_15 = listOf( - "", - "", - "...I learned my lesson when", - "I tried to take that", - "Zamorakian wine. I really", - "think the monks overreacted.", - "I always thought they were", - "supposed to be teetotal", - "anyway.", - ) - - private val PAGE_16 = listOf( - "", - "", - "The Baxtorian Falls are well", - "worth investigating, in my", - "opinion, since water leaves", - "the lake above this area yet", - "none appears to flow into it.", - "What could be the source of", - "this quantity of water?", - ) - - private val PAGE_17 = listOf( - "", - "", - "My investigations show that", - "water temperature in the", - "Baxtorian Falls area are", - "substantially higher than", - "might be expected given the", - "local climate. The source of", - "this heat will now be the", - "focus of my studies.", - ) - - private val PAGE_18 = listOf( - "", - "", - "Our best guess is that some", - "sort of heat generation", - "process is occurring in the", - "tunnels we have scryed,", - "though the denizens are", - "proving quite a hindrance to", - "our free travel. Research was", - "never this dangerous for my", - "teachers.", - ) - - private val PAGE_19 = listOf( - "", - "", - "Barakur has proved his worth,", - "as we were forced to slay", - "several dragons on our way", - "to inner regions. The caves", - "are clearly of artificial", - "manufacture, though the", - "excavations must have been", - "thousands of years ago, to", - "judge by the...", - ) - - private val PAGE_20 = listOf( - "", - "", - "Our theory of artificial", - "origins has been vindicated!", - "We have discovered a sturdy", - "door, which seems to be a", - "similar age to the original", - "excavations. I am sure that", - "there is a magical or", - "mechanical activity behind", - "it, though it may simply be", - "a great rush of water.", - ) - - private val PAGE_21 = listOf( - "", - "", - "The door resists all of our", - "efforts to penetrate it,", - "even the Fishing explosives", - "which Derril suggested were", - "tried with no success. There", - "must be some way through", - "which is linked to magic", - "though perhaps all who know", - "the secret are now long dead.", - ) - - private val PAGE_22 = listOf( - "", - "", - "Buy from Bob's Brilliant", - "Axes - if you see our prices", - "bettered, let us know and we", - "will best them. Offer subject", - "to availability and at Bob's", - "discretion. Does not affect", - "your legal rights under", - "Lumbridge laws.", - ) - - private val PAGE_23 = listOf( - "", - "", - "...barred the magi loyal to", - "the great lord Zamorak from", - "entering the tower, keeping", - "the new-found power of the", - "runes to themselves. But one", - "brave soul gathered his", - "followers and forced his way", - "into the library...", - ) - - private val PAGE_24 = listOf( - "", - "", - "...created spheres of power", - "to support those who should", - "come to that dread place", - "thereafter. But the well", - "senses the light of these", - "spheres, and will not...", - ) - - private val PAGE_25 = listOf( - "", - "", - "...and I have lost my way in", - "the accursed dungeon. The", - "air is foul and bugs are", - "everywhere...a noise from", - "down the tunnel. There was", - "a bell on the floor. Grasping", - "the bell I rang it with all", - "my might...it attacked me.", - ) - - private val PAGE_26 = listOf( - "", - "", - "...perhaps dragonkin were", - "involved? A wild theory,", - "I know, but look at the", - "evidence...", - ) - - private val PAGE_CONTENT = mapOf( - 1 to PAGE_1, 2 to PAGE_2, 3 to PAGE_3, 4 to PAGE_4, - 5 to PAGE_5, 6 to PAGE_6, 7 to PAGE_7, 8 to PAGE_8, - 9 to PAGE_9, 10 to PAGE_10, 11 to PAGE_11, 12 to PAGE_12, - 13 to PAGE_13, 14 to PAGE_14, 15 to PAGE_15, 16 to PAGE_16, - 17 to PAGE_17, 18 to PAGE_18, 19 to PAGE_19, 20 to PAGE_20, - 21 to PAGE_21, 22 to PAGE_22, 23 to PAGE_23, 24 to PAGE_24, - 25 to PAGE_25, 26 to PAGE_26, - ) - - private val EMPTY_PAGE = listOf( - "", - ) - - private fun buildContents(player: Player): Array { - val rawPages = mutableListOf>() - for (i in 1..26) { - if (getAttribute(player, "${BarbarianTraining.attributeMyNotesPage}$i", false)) { - PAGE_CONTENT[i]?.let { rawPages.add(it) } - } - } - if (rawPages.isEmpty()) rawPages.add(EMPTY_PAGE) - return rawPages.toPageSets() - } - } - - override fun defineListeners() { - on(Items.MY_NOTES_11339, IntType.ITEM, "read") { player, node -> - val contents = buildContents(player) - BookInterface.openBook(player, BookInterface.FANCY_BOOK_26) { p, _, _ -> - BookInterface.pageSetup(p, BookInterface.FANCY_BOOK_26, TITLE, contents) - true - } - storeBookInHouse(player, node) - return@on true - } - - on((Items.ANCIENT_PAGE_11341..Items.ANCIENT_PAGE_11366).toIntArray(), IntType.ITEM, "copy to log") { player, node -> - val pageNum = node.asItem().id - Items.ANCIENT_PAGE_11341 + 1 - val attrKey = "${BarbarianTraining.attributeMyNotesPage}$pageNum" - if (removeItem(player, node)) { - openInterface(player, 101) - val pageText = "

" + " ".repeat(60) + (PAGE_CONTENT[pageNum] - ?.filter { it.isNotEmpty() } - ?.joinToString(" ") ?: "") - player.packetDispatch.sendString(pageText, 101, 1) - if (getAttribute(player, attrKey, false)) { - sendMessage(player, "You already have this information in your logbook.") - } else { - setAttribute(player, attrKey, true) - sendMessage(player, "You copy the scrap of information to your logbook.") - } - } - return@on true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/barbariantraining/OttoGodblessedDialogue.kt b/Server/src/main/content/region/kandarin/quest/barbariantraining/OttoGodblessedDialogue.kt deleted file mode 100644 index 4e8471495..000000000 --- a/Server/src/main/content/region/kandarin/quest/barbariantraining/OttoGodblessedDialogue.kt +++ /dev/null @@ -1,566 +0,0 @@ -package content.region.kandarin.quest.barbariantraining - -import content.data.Quests -import content.region.fremennik.diary.FremennikAchievementDiary.Companion.EasyTasks -import core.api.* -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.link.diary.DiaryType -import core.game.node.item.Item -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -/** - * Barbarian Training state is stored in 7 persistent attributes (stages 0-3 each): - * - * Stage values: 0 = not started, 1 = started, 2 = ready to turn in, 3 = done - * - * Varbits are set when the primary training in each category - * is initialized, to satisfy checks found in CS2 scripts. - * - * @author Bishop - */ - -class OttoGodblessedDialogue : InteractionListener { - override fun defineListeners() { - on(NPCs.OTTO_GODBLESSED_2725, IntType.NPC, "talk-to") { player, node -> - DialogueLabeller.open(player, OttoGodblessedDialogueFile(), node as NPC) - return@on true - } - } -} - -class OttoGodblessedDialogueFile : DialogueLabeller() { - override fun addConversation() { - // Parse training status from attributes - val rodStage = getAttribute(player!!, BarbarianTraining.attributeRod, 0) - val fistStage = getAttribute(player!!, BarbarianTraining.attributeFist, 0) - val herbloreStage = getAttribute(player!!, BarbarianTraining.attributeHerblore, 0) - val spearStage = getAttribute(player!!, BarbarianTraining.attributeSpear, 0) - val hastaStage = getAttribute(player!!, BarbarianTraining.attributeHasta, 0) - val bowfireStage = getAttribute(player!!, BarbarianTraining.attributeBowFire, 0) - val pyreshipStage = getAttribute(player!!, BarbarianTraining.attributePyreShip, 0) - - val anyStarted = (rodStage + fistStage + herbloreStage + spearStage + hastaStage + bowfireStage + pyreshipStage) > 0 - val allDone = rodStage >= 3 && fistStage >= 3 && herbloreStage >= 3 && spearStage >= 3 && hastaStage >= 3 && bowfireStage >= 3 && pyreshipStage >= 3 - val pyreshipStarted = pyreshipStage >= 1 - - label("initialize") - exec { player, _ -> - when { - !anyStarted -> loadLabel(player, "first_time") - allDone -> loadLabel(player, "miniquest_complete") - pyreshipStarted -> loadLabel(player, "notes_check_beginning") - else -> loadLabel(player, "book_check_beginning") - } - } - - label("first_time") - npc(ChatAnim.ASKING, "Good day, you seem a hearty warrior. Maybe even some barbarian blood in that body of yours?") - options( - DialogueOption("related", "I really don't think I am related to any barbarian."), - DialogueOption("i_am_barb", "You think so?", expression = ChatAnim.ASKING), - DialogueOption("who", "Who are you?", "Who are you and why are you here?", expression = ChatAnim.ASKING), - DialogueOption("busy", "Sorry, I'm too busy to talk about genealogy today.") - ) - - label("first_time_minus") - options( - DialogueOption("related", "I really don't think I am related to any barbarian."), - DialogueOption("i_am_barb", "You think so?", expression = ChatAnim.ASKING), - DialogueOption("busy", "Sorry, I'm too busy to talk about genealogy today.") - ) - - label("related") // Sourced from RS3 transcript - npc("Your scepticism will be your loss.") - goto("end") - - label("i_am_barb") - npc("Who can tell? My forefathers weren't averse to","travelling, so it is possible. They tended to cause too","much trouble in your so-called civilised lands, however,","so most returned to their ancestral lands.") - npc("In any case, I think you are ready to learn our more","secret tribal feats for yourself.") - player(ChatAnim.ASKING, "Oh, that sounds interesting, what sort of skills would","these be?") - npc("To begin with I can supply knowledge in the ways of","firemaking, our special rod fishing tricks and a selection","of spear skills.") - player(ChatAnim.ASKING, "There are more advanced stages though, to judge by","your description?") - npc("Your perception is creditable. I can eventually teach of","more advanced firemaking techniques, and the rod","fishing skills are but a preliminary to our special potions","and brews.") - npc("These secrets must, however, wait until you have","learned of the more basic skills.") - goto("training_menu") - - label("who") // Sourced from transcript - npc("Me? I am Otto, known as the Godblessed. I follow the ways of our barbarian ancestors, communing with the spirits of the dead and teaching their ways to worthy disciples.") - npc("Maybe there's even some barbarian blood in that body of yours? You look a likely sort to learn of these ways.") - goto("first_time_minus") - - label("busy") // Sourced from transcript - npc("We will talk when you learn to be less impetuous.") - goto("end") - - - label("notes_check_beginning") - exec { player, _ -> - if (inInventory(player, Items.MY_NOTES_11339) || inBank(player, Items.MY_NOTES_11339)) { - loadLabel(player, "book_check_beginning") - } else { - loadLabel(player, "need_notes_beginning") - } - } - - label("need_notes_beginning") // Sourced from RS3 transcript - npc("I see you have free space and no way to record any", "information you may recover from the caverns.") - npc("Please take this book as a record of your", "researches - between the spirits and your diligence", "I expect it will always be up to date.") - exec { player, _ -> - addItemOrDrop(player, Items.MY_NOTES_11339, 1) - } - player(ChatAnim.ASKING, "Why might I need such a thing? I already have a book of notes.") - npc("Those who have previously entered the cavern have not all returned, some of them seemed intent upon research and discovery as much as loot and daring deeds.") - npc("It would be a shame if you were to recover any of their notes and be unable to record them handily. I hope the new book will give you space for such discoveries.") - goto("book_check_beginning") - - - label("book_check_beginning") - exec { player, _ -> - if (inInventory(player, Items.BARBARIAN_SKILLS_11340) || inBank(player, Items.BARBARIAN_SKILLS_11340)) { - loadLabel(player, "training_menu") - } else { - loadLabel(player, "need_book_beginning") - } - } - - label("need_book_beginning") - npc(ChatAnim.ASKING, "I see you have free space and no record of the tasks I","have set you. Please take this book as a record of your","progress - between the spirits and your diligence I","expect it will always be up to date.") - exec { player, _ -> - addItemOrDrop(player, Items.BARBARIAN_SKILLS_11340, 1) - } - goto("training_menu") - - - label("training_menu") - - val trainingOptions = mutableListOf() - - when { - fistStage < 3 -> trainingOptions.add( - DialogueOption("fishing_fist", "Please, supply me details of your cunning with harpoons.", expression = ChatAnim.ASKING) - ) - spearStage < 3 -> trainingOptions.add( - DialogueOption("smithing_spear", "Tell me more about the use of spears.", expression = ChatAnim.ASKING) - ) - hastaStage < 3 -> trainingOptions.add( - DialogueOption("smithing_hasta", "What of the one-handed spears of which you spoke?", expression = ChatAnim.ASKING) - ) - } - - when { - rodStage < 3 -> trainingOptions.add( - DialogueOption("fishing_rod", "Are there any ways to use a fishing rod which I might learn?", expression = ChatAnim.ASKING) - ) - herbloreStage < 3 -> trainingOptions.add( - DialogueOption("herblore", "What was that secret knowledge of Herblore we talked of?", expression = ChatAnim.ASKING) - ) - } - - when { - bowfireStage < 3 -> trainingOptions.add( - DialogueOption("bow_fire", "My mind is ready for your Firemaking wisdom, please instruct me.", expression = ChatAnim.ASKING) - ) - pyreshipStage < 3 -> trainingOptions.add( - DialogueOption("pyre_ship", if (pyreshipStage == 2) "I've created a pyre ship!" else "I have completed Firemaking with a bow. What follows this?", expression = ChatAnim.ASKING) - ) - } - - if (pyreshipStage in 1..2) { trainingOptions.add( - DialogueOption("spirits", "Could you tell me more of these spirits you continually refer to?", expression = ChatAnim.ASKING) - ) - } - - // If only one training topic remains, skip the menu and go there directly - exec { player, _ -> - if (trainingOptions.size == 1) { - loadLabel(player, trainingOptions[0].goto) - return@exec - } - } - - options(*trainingOptions.toTypedArray()) - - - label("fishing_fist") - exec { player, _ -> - when (fistStage) { - 0 -> loadLabel(player, "fishing_fist_teach") - 1 -> loadLabel(player, "fishing_fist_remind") - 2 -> loadLabel(player, "fishing_fist_final") - } - } - - label("fishing_fist_teach") - npc("First you must know more of harpoons through special","study of fish that are usually caught with such a device.") - player(ChatAnim.ASKING, "What do I need to know?") - npc("You must catch fish which are usually harpooned,","without a harpoon. You will be using your skill and","strength.") - player(ChatAnim.ASKING, "How do you expect me to do that?") - npc("Use your arm as bait. Wriggle your fingers as if they","are a tasty snack and hungry tuna and swordfish will","throng to be caught by you.") - player(ChatAnim.ASKING, "That sounds rather insanely dangerous. I'm glad you","didn't mention shark too.") - npc("Oh, my mind slipped for a moment, this method does","indeed work with shark - though in this case the action","must be more of a frenzied thrashing of the arm than a","wriggle.") - player("...and I thought Fishing was a safe way to pass the time.") - exec { player, _ -> - setAttribute(player, BarbarianTraining.attributeFist, 1) - } - goto("return_menu") - - label("fishing_fist_remind") // Sourced from RS3 transcript - npc("I see you need encouragement in learning the ways of Fishing without a harpoon.") - player("It's not the most safe-sounding task I have ever been given.") - npc("Neither is it the most deadly. Go now and return when you have drawn a fish from the sea, with sheer strength and knowledge of our scaled prey.") - goto("return_menu") - - label("fishing_fist_final") - npc("I sense you have more understanding of spears through your studies.") - player(ChatAnim.ASKING, "Well it was interesting, can I move on to more sane","hobbies now?") - npc("Nothing is sane when one is born knowing only certain","death. The spirits approve of you however, so death is","on your side.") - player(ChatAnim.ASKING, "What is that supposed to mean?") - npc("I mean that when you eventually die and find peace, at","least the spirits you encounter will be your friends. Alas","for you adventurous sort, for whom this natural passing","is impossible.") - exec { player, _ -> - if (getAttribute(player, BarbarianTraining.attributeFist, 0) == 2) { - setAttribute(player, BarbarianTraining.attributeFist, 3) - } - } - goto("return_menu") - - label("fishing_rod") - exec { player, _ -> - when (rodStage) { - 0 -> loadLabel(player, "fishing_rod_teach") - 1 -> loadLabel(player, "fishing_rod_remind") - 2 -> loadLabel(player, "fishing_rod_final") - } - } - - label("fishing_rod_teach") - npc("While you civilised folk use small, weak fishing rods, we","barbarians are skilled with heavier tackle. We fish in the","lake nearby.") - player(ChatAnim.ASKING, "So can you teach me of this Fishing method?") - npc("Certainly. Take the rod from under the bed in my","dwelling and fish in the lake. When you have caught a","few fish I am sure you will be ready to talk more with","me.") - npc("You will know when you are ready, since inspiration will","fill your mind.") - player(ChatAnim.ASKING, "So I can obtain new foods from these Fishing spots?") - npc("We do not use these fish quite as you might expect.","When you return from Fishing we can speak more of","this matter.") - exec { player, _ -> - if (getAttribute(player, BarbarianTraining.attributeRod, 0) == 0) { - setAttribute(player, BarbarianTraining.attributeRod, 1) - setVarbit(player, 3757, 1, true) - } - player.achievementDiaryManager.finishTask(player, DiaryType.FREMENNIK,0, EasyTasks.OTTO_GODBLESSED_LEARN_BARBARIAN_FISHING) - } - goto("return_menu") - - label("fishing_rod_remind") // Sourced from RS3 transcript - npc("Alas, I do not sense that you have been successful in your Fishing yet. The look in your eyes is not that of the osprey.") - player(ChatAnim.ASKING, "Osprey?") - npc("Legendary birds, which the ignorant call eagles. They prey upon fish. Do as they do to gain inspiration.") - goto("return_menu") - - label("fishing_rod_final") // Sourced from book in video and RS3 transcript - npc("Your mind is as clear as the waters you have fished. This is good.") - player(ChatAnim.ASKING, "So what do I do with these fish? They are all bloated and so nasty looking that even a starving vulture wouldn't eat one.") - npc("Patience young one. These are fish which are fat with eggs rather than fat of flesh; this is what we will make use of.") - exec { player, _ -> - if (getAttribute(player, BarbarianTraining.attributeRod, 0) == 2) { - setAttribute(player, BarbarianTraining.attributeRod, 3) - } - } - goto("return_menu") - - - label("herblore") - exec { player, _ -> - when { - herbloreStage == 0 -> loadLabel(player, "herblore_teach") - herbloreStage == 1 -> loadLabel(player, "herblore_remind") - herbloreStage == 2 && inInventory(player, Items.ATTACK_MIX2_11429) -> loadLabel(player, "herblore_final") - else -> loadLabel(player, "herblore_remind") - } - } - - label("herblore_teach") // Otto lines sourced from book in video, player lines sourced from OSRS transcript - npc("If you use your knife upon the fat fish, several new fishy items will be produced. Fish parts can be used as bait; the roe or caviar is more useful for us.") - player(ChatAnim.ASKING, "Do I cook them?") - npc("Mixing these items with two dose potions is what should be performed. This results in a nutritious slop, perfect for healing as well as imparting the effect of the potion.") - npc("Roe can only be used for some of the more easily combined mixes, while caviar may be used for any of the mixes of which I am aware.") - player(ChatAnim.ASKING, "What if I only have four dose potions?") - npc("You will discover that you are able to decant a four dose potion into an empty vial, this giving two potions of two doses. This will aid you in the process.") - player(ChatAnim.ASKING, "I guess you just want me to go away and make one of these potions?") - npc("In this case I in fact require a potion, for my own stocks. Bring me a lesser attack potion combined with fish roe.") - exec { player, _ -> - setAttribute(player, BarbarianTraining.attributeHerblore, 1) - setVarbit(player, 3761, 1, true) - } - goto("return_menu") - - label("herblore_remind") - npc(ChatAnim.ASKING, "Do you have my potion?") - player(ChatAnim.ASKING, "What was it you needed again?") - npc("Bring me a lesser attack potion combined with fish roe.","There is more importance in this than you will ever","know.") - goto("return_menu") - - label("herblore_final") - npc(ChatAnim.HAPPY, "I see you have my potion. I will say no more than that","I am eternally grateful.") - exec { player, _ -> - if (removeItem(player, Item(Items.ATTACK_MIX2_11429, 1))) { - setAttribute(player, BarbarianTraining.attributeHerblore, 3) - } - } - player(ChatAnim.ASKING, "I feel I am missing some vital information about your","need for this potion, though I often have this suspicion.") - npc("I will not reveal all of my private matters to you. Some","secrets are best kept rather than revealed.") - goto("return_menu") - - - label("smithing_spear") - exec { player, _ -> // TODO: convert to a TBWT stage requirement once TBWT is implemented - if (!hasRequirement(player, Quests.TAI_BWO_WANNAI_TRIO)) loadLabel(player, "smithing_spear_rejection") - else when (spearStage) { - 0 -> loadLabel(player, "smithing_spear_teach") - 1 -> loadLabel(player, "smithing_spear_remind") - 2 -> loadLabel(player, "smithing_spear_final") - } - } - - label("smithing_spear_rejection") // Sourced from book in video and RS3 transcript - npc("The next step is to manufacture a spear, suitable for combat. Our distant cousins on Karamja are in need of help, however, and you must aid them before I can aid you.") - npc("You must go and complete the Tai Bwo Wannai Trio quest.") - player("Couldn't you just take a bribe or something? I am sure you could do with some cash.") - npc("I am afraid this is a vital step; the spirits foresee that your understanding of spears will increase through this quest. You may not progress in the use of spears until you have completed this mission.") - exec { player, _ -> - setAttribute(player, BarbarianTraining.attributeSpearRejected, 1) - } - goto("return_menu") - - label("smithing_spear_teach") - npc("Many warriors complain that spears are difficult to find,","we barbarians thus forge our own.") - player(ChatAnim.ASKING, "Can I just use some metal on an anvil, or is there","something else involved?") - npc("If you use our special barbarian anvil here, you will","find it ideal. Other anvils are not sturdy enough or","shaped appropriately for the forging work involved.","Make any of our spears and return.") - npc("Note well that you will require wood for the spear","shafts; the quality of wood must be similar to that of the","metal involved.") - exec { player, _ -> - removeAttribute(player, BarbarianTraining.attributeSpearRejected) - setAttribute(player, BarbarianTraining.attributeSpear, 1) - setVarbit(player, 3763, 2, true) - } - goto("return_menu") - - label("smithing_spear_remind") // Sourced from OSRS transcript - npc("You do not exude the presence of one who has poured his soul into manufacturing spears.") - player(ChatAnim.ASKING, "The spirits told you?") - npc("Indeed they did. There are no secrets from those who live eternally.") - goto("return_menu") - - label("smithing_spear_final") - npc("The manufacture of spears is now yours as a specialty.","Use your skill well. In addition I am ready to reveal","one-handed spear crafts.") - player("This sounds interesting indeed.") - exec { player, _ -> - if (getAttribute(player, BarbarianTraining.attributeSpear, 0) == 2) { - setAttribute(player, BarbarianTraining.attributeSpear, 3) - } - } - goto("return_menu") - - - label("smithing_hasta") - exec { player, _ -> - when (hastaStage) { - 0 -> loadLabel(player, "smithing_hasta_teach") - 1 -> loadLabel(player, "smithing_hasta_remind") - 2 -> loadLabel(player, "smithing_hasta_final") - } - } - - label("smithing_hasta_teach") - npc("The next step is to manufacture a one-handed version","of a spear, suitable for combat. Such a spear is known","to us as a hasta.") - player(ChatAnim.ASKING, "Can't I just pick one up and use it in one hand?") - npc("As you might suspect, our ways require greater","understanding than is gained by simply looking at a","weapon.","It is also the case that the process involves a differently") - npc("balanced spear.","Before you may use such a weapon in anger, you","must make an example. Only then will you fully","understand the poise and techniques involved.") - player(ChatAnim.ASKING, "So I must manufacture one? I see. This makes sense.") - npc("Indeed. You may use our special anvil for this spear","type too. The ways of black and dragon spears are","beyond our knowledge, however; these spears may not","be created.") - exec { player, _ -> - setAttribute(player, BarbarianTraining.attributeHasta, 1) - } - goto("return_menu") - - label("smithing_hasta_remind") // Sourced from OSRS transcript - npc("Take some wood and metal and make a spear upon the nearby anvil, then you may return to me. As an example, you may use bronze bars with normal logs or iron bars with oak logs. If you perform this task I will") - npc("be freed from the spirits complaining of your lack of dedication.") - player("I'll be back.") - goto("return_menu") - - label("smithing_hasta_final") // Sourced from book, may be incomplete - npc("I see you have constructed your hasta, and are approaching readiness to live life to its fullest - that you may be a peaceful spirit when your time ends.") - exec { player, _ -> - if (getAttribute(player, BarbarianTraining.attributeHasta, 0) == 2) { - setAttribute(player, BarbarianTraining.attributeHasta, 3) - } - } - goto("return_menu") - - - label("bow_fire") - exec { player, _ -> - when (bowfireStage) { - 0 -> loadLabel(player, "bow_fire_teach") - 1 -> loadLabel(player, "bow_fire_remind") - 2 -> loadLabel(player, "bow_fire_final") - } - } - - label("bow_fire_teach") - npc("The first point in your progression is that of lighting","fires without a tinderbox.") - player(ChatAnim.ASKING, "That sounds pretty useful, tell me more.") - npc("For this process you will require a strung bow. You","use the bow to quickly rotate pieces of wood against one","another. As you rub the wood becomes hot, eventually","springing into flame.") - player(ChatAnim.ASKING, "No more secret details?") - npc("The spirits will aid you, the power they supply will guide","your hands. Go and benefit from their guidance upon","an oaken log.") - exec { player, _ -> - setAttribute(player, BarbarianTraining.attributeBowFire, 1) - setVarbit(player, 3764, 1, true) - } - goto("return_menu") - - label("bow_fire_remind") - npc("By now you know my response.") - player(ChatAnim.ASKING, "Go and light some oak logs using a strung bow?") - npc("Exactly.") - goto("return_menu") - - label("bow_fire_final") - player(ChatAnim.AMAZED, "The Firemaking with my bow worked!") - npc("Fine news indeed, secrets of our spirit boats now await","your attention.") - exec { player, _ -> - if (getAttribute(player, BarbarianTraining.attributeBowFire, 0) == 2) { - setAttribute(player, BarbarianTraining.attributeBowFire, 3) - } - } - goto("return_menu") - - - label("pyre_ship") - exec { player, _ -> - when (pyreshipStage) { - 0 -> loadLabel(player, "pyre_ship_teach") - 1 -> loadLabel(player, "pyre_ship_remind") - 2 -> loadLabel(player, "pyre_ship_final") - } - } - - label("pyre_ship_teach") - npc("The next stage is quite complex, so listen well. In order","to send our ancestors into the spirit world, their mortal","remains must be burned with due ceremony. This can","only be performed close to the water on the shore of") - npc("the lake, just to our north-east. You will recognise the","correct places by the ashes to be seen there.") - npc("You will need to construct a small ship by using an axe","upon logs in this area, then add the bones of a long","dead barbarian hero.") - player(ChatAnim.ASKING, "Where do I obtain these bones?") - npc("From the caverns beneath this lake. Many of our","ancestors travelled to these caverns in order to hunt","for glory and found only death. Their bones must still","lie inside, their spirits trapped in torment.") - player(ChatAnim.ASKING, "So I make sure I am in the right place, then throw","these bones on a ceremonial ship before I set light to it?") - npc("Correct. The spirit will ascend to glory; the pyre will","send the earthly remains to the depths. You will also","obtain a closer link to the spirit world. During this","heightened contact, any bones you bury will have") - npc("increased importance to the gods. The number of bones","that may be buried, before the link fades, is increased","with the difficulty of obtaining the wood which you use.") - player(ChatAnim.ASKING, "Do you foresee any problems?") - npc("I have little knowledge of the caverns - they are blocked","from the sight of the spirits with whom I commune. I","can only suspect that whatever slew barbarian heroes is","indeed mighty. I would also suggest these bones") - npc("might well be very uncommon, since heroes are not","found in vast numbers. Good luck.") - player(ChatAnim.ASKING, "How do I enter these caverns then?") - npc("Dive into the whirlpool in the lake to the east. The","spirits will use their abilities to ensure you arrive in the","correct location, though their influence fades, so you","must find your own way out.") - exec { player, _ -> - setAttribute(player, BarbarianTraining.attributePyreShip, 1) - } - goto("return_menu") - - label("pyre_ship_remind") - // Cannot source dialogue for this scenario; it might not exist, but it would be breaking the pattern if it didn't - // Leaving the empty label here in case someone finds it someday - goto("pyre_ship_teach") - - label("pyre_ship_final") // Sourced from OSRS transcript - npc("Hail to you, saviour of my ancestors. The spirits herald your presence with a spectral fanfare.") - player("It's good to be appreciated.") - npc("On this great day you have my eternal thanks. May you find riches while rescuing my spiritual ancestors in the caverns for many moons to come.") - exec { player, _ -> - if (getAttribute(player, BarbarianTraining.attributePyreShip, 0) == 2) { - setAttribute(player, BarbarianTraining.attributePyreShip, 3) - } - } - goto("return_menu") - - label("spirits") - npc("Certainly, though it is quite simple - they are the","barbarians of the past, who have died in the passing of","the years. There are three categories which learned","sages claim may describe all spirits encountered.") - npc("The majority are at peace, having died with their","ambitions sated, even if this ambition was as simple as a","glorious death. They can contact those in our world in","order to spur us on to glory. Of course, they cannot") - npc("or will not contact all inhabitants of these lands. All are","not worthy.") - player(ChatAnim.ASKING, "So those are the spirits who give us guidance. What of","the other sorts?") - npc("A second category of spirit is made up of those who are","not yet at peace. However, all that is needed is for their","mortal remains to be laid to rest and they will join the","peaceful majority.") - player(ChatAnim.ASKING, "I can see the pyres serve this purpose. The final","category is also restless?") - npc(ChatAnim.SAD, "Alas, there is a small minority who will never be at rest.","These have been slain in moments of insanity by their","brothers or by adventurers. They are not at rest and","will attack those they blame for their tortured state.") - npc(ChatAnim.SAD, "They are not known, however, for being able to","determine this blame with any great accuracy, so may","be considered as dangerous to all.") - player("I thank you Otto, it makes a bit more sense now.") - exec { player, _ -> - if (allDone) { - loadLabel(player, "end") - } else { - loadLabel(player, "return_menu") - } - } - - - label("return_menu") - exec { player, _ -> - if (allDone) { - loadLabel(player, "return_menu_done") - } else { - loadLabel(player, "return_menu_not_done") - } - } - - label("return_menu_done") - npc("And with that, your training is done. You have gone from apprentice, to master. Seek to inspire all with your daring deeds and legendary feats.") // Sourced from OSRS transcript - goto("end") - - label("return_menu_not_done") - options( - DialogueOption("training_menu", "I seek more answers."), - DialogueOption("book_check_end", "I have no more questions at this time.") - ) - - - label("book_check_end") - exec { player, _ -> - if (inInventory(player, Items.BARBARIAN_SKILLS_11340) || inBank(player, Items.BARBARIAN_SKILLS_11340)) { - loadLabel(player, "goodbye") - } else { - loadLabel(player, "need_book_end") - } - } - - label("goodbye") - npc("In that case, farewell.") - goto("end") - - label("need_book_end") - npc(ChatAnim.ASKING, "I see you have free space and no record of the tasks I","have set you. Please take this book as a record of your","progress - between the spirits and your diligence I","expect it will always be up to date.") - exec { player, _ -> - addItemOrDrop(player, Items.BARBARIAN_SKILLS_11340) - } - goto("end") - - - label("miniquest_complete") // Sourced from RS3 transcript, no source for how book return is supposed to look after you finish all training so it's just jammed in here wordlessly - npc("Welcome back oh friend of the spirits, I am humbled in your presence.") - player("That's very kind, but I was wondering whether you have any more information for me?") - npc("You are no longer the apprentice, but the master. Seek to inspire us with your daring deeds and legendary feats. Aspire to join the spirits when your time comes.") - exec { player, _ -> - if (!inInventory(player, Items.BARBARIAN_SKILLS_11340) && !inBank(player, Items.BARBARIAN_SKILLS_11340)) { - addItemOrDrop(player, Items.BARBARIAN_SKILLS_11340) - } - if (!inInventory(player, Items.MY_NOTES_11339) && !inBank(player, Items.MY_NOTES_11339)) { - addItemOrDrop(player, Items.MY_NOTES_11339) - } - } - options( - DialogueOption("spirits", "Could you tell me more of these spirits you continually refer to?", expression = ChatAnim.ASKING), - DialogueOption("goodbye", "I have no more questions at this time.") - ) - - - label("end") - } -} diff --git a/Server/src/main/content/region/kandarin/quest/dwarfcannon/DwarfCannonPlugin.java b/Server/src/main/content/region/kandarin/quest/dwarfcannon/DwarfCannonPlugin.java index 876f9cfda..309895c76 100644 --- a/Server/src/main/content/region/kandarin/quest/dwarfcannon/DwarfCannonPlugin.java +++ b/Server/src/main/content/region/kandarin/quest/dwarfcannon/DwarfCannonPlugin.java @@ -44,7 +44,6 @@ public class DwarfCannonPlugin extends OptionHandler { SceneryDefinition.forId(3).getHandlers().put("option:open", this); SceneryDefinition.forId(5).getHandlers().put("option:inspect", this); SceneryDefinition.forId(2).getHandlers().put("option:enter", this); - SceneryDefinition.forId(11).getHandlers().put("option:climb-up", this); SceneryDefinition.forId(13).getHandlers().put("option:climb-over", this); SceneryDefinition.forId(15601).getHandlers().put("option:inspect", this); for (int i = 15; i < 21; i++) { @@ -111,13 +110,6 @@ public class DwarfCannonPlugin extends OptionHandler { player.animate(Animation.create(845)); player.teleport(new Location(2619, 9797, 0), 2); break; - case 11: - if (node.getLocation().equals(new Location(2570, 3443, 1)) - && quest.getStage(player) == 20 - && !player.hasItem(DwarfCannon.DWARF_REMAINS)) { - setVarp(player, 0, 3, true); - } - return ClimbActionHandler.climbLadder(player, node.asScenery(), option); case 13: ClimbActionHandler.climb(player, new Animation(828), new Location(2623, 3391, 0)); break; diff --git a/Server/src/main/content/region/kandarin/quest/dwarfcannon/NulodionsNotes.kt b/Server/src/main/content/region/kandarin/quest/dwarfcannon/NulodionsNotes.kt index 9923b7426..9d9aea830 100644 --- a/Server/src/main/content/region/kandarin/quest/dwarfcannon/NulodionsNotes.kt +++ b/Server/src/main/content/region/kandarin/quest/dwarfcannon/NulodionsNotes.kt @@ -4,6 +4,7 @@ import content.global.handlers.iface.BookInterface import content.global.handlers.iface.BookLine import content.global.handlers.iface.Page import content.global.handlers.iface.PageSet +import core.api.setAttribute import core.game.interaction.IntType import core.game.interaction.InteractionListener import core.game.node.entity.player.Player diff --git a/Server/src/main/content/region/kandarin/quest/dwarfcannon/dmc/DMCHandler.java b/Server/src/main/content/region/kandarin/quest/dwarfcannon/dmc/DMCHandler.java index d66f0b062..9b7d2363c 100644 --- a/Server/src/main/content/region/kandarin/quest/dwarfcannon/dmc/DMCHandler.java +++ b/Server/src/main/content/region/kandarin/quest/dwarfcannon/dmc/DMCHandler.java @@ -6,6 +6,7 @@ import core.game.node.entity.combat.ImpactHandler.HitsplatType; import core.game.node.entity.impl.Projectile; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; +import core.game.node.entity.player.link.audio.Audio; import core.game.node.entity.skill.Skills; import core.game.node.item.Item; import core.game.node.scenery.Scenery; @@ -50,10 +51,10 @@ public final class DMCHandler implements LogoutListener { */ private DMCRevolution direction = DMCRevolution.NORTH; - private CannonTimer timer; + private CannonTimer timer; public DMCHandler() { - this.player = null; + this.player = null; } /** @@ -77,7 +78,7 @@ public final class DMCHandler implements LogoutListener { Location l = cannon.getLocation().transform(1, 1, 0); playGlobalAudio(l, Sounds.MCANNON_TURN_2877); direction = DMCRevolution.values()[(direction.ordinal() + 1) % DMCRevolution.values().length]; - for (NPC npc : RegionManager.getLocalNPCs(l, 10)) { + for (NPC npc : RegionManager.getLocalNpcs(l, 10)) { if (direction.isInSight(npc.getLocation().getX() - l.getX(), npc.getLocation().getY() - l.getY()) && npc.isAttackable(player, CombatStyle.RANGE, false) && CombatSwingHandler.isProjectileClipped(npc, l, false)) { int speed = (int) (25 + (l.getDistance(npc.getLocation()) * 10)); Projectile.create(l, npc.getLocation(), 53, 40, 36, 20, speed, 0, 128).send(); @@ -105,8 +106,8 @@ public final class DMCHandler implements LogoutListener { return; } if (timer.isFiring()) { - timer.setFiring(false); - return; + timer.setFiring(false); + return; } if (cannonballs < 1) { int amount = player.getInventory().getAmount(new Item(2)); @@ -126,7 +127,7 @@ public final class DMCHandler implements LogoutListener { player.sendMessage("Your cannon is already fully loaded."); } } - timer.setFiring(true); + timer.setFiring(true); } /** @@ -137,7 +138,7 @@ public final class DMCHandler implements LogoutListener { return; } player.sendMessage("Your cannon has " + (decay ? "decayed" : "been destroyed") + "!"); - for (Player p : RegionManager.getLocalPlayers(player.getLocation())) { + for (Player p : RegionManager.getLocalPlayers(player)) { p.getPacketDispatch().sendPositionedGraphic(189, 0, 1, cannon.getLocation()); } clear(false); @@ -193,15 +194,15 @@ public final class DMCHandler implements LogoutListener { player.getPacketDispatch().sendMessage("You add the furnace."); SceneryBuilder.remove(object); handler.configure(SceneryBuilder.add(object = object.transform(6))); - handler.timer = (CannonTimer) spawnTimer ("dmc:timer", handler); - registerTimer (player, handler.timer); + handler.timer = (CannonTimer) spawnTimer ("dmc:timer", handler); + registerTimer (player, handler.timer); return true; } playGlobalAudio(player.getLocation(), Sounds.MCANNON_SETUP_2876); - if(count != 0) { - SceneryBuilder.remove(object); - SceneryBuilder.add(object = object.transform(object.getId() + 1)); - } + if(count != 0) { + SceneryBuilder.remove(object); + SceneryBuilder.add(object = object.transform(object.getId() + 1)); + } return ++count == 4; } }); diff --git a/Server/src/main/content/region/kandarin/quest/grandtree/GrandTreeListeners.kt b/Server/src/main/content/region/kandarin/quest/grandtree/GrandTreeListeners.kt index a0dd8b258..8548efe96 100644 --- a/Server/src/main/content/region/kandarin/quest/grandtree/GrandTreeListeners.kt +++ b/Server/src/main/content/region/kandarin/quest/grandtree/GrandTreeListeners.kt @@ -15,9 +15,6 @@ import org.rs09.consts.Items import org.rs09.consts.NPCs import org.rs09.consts.Sounds import content.data.Quests -import content.global.handlers.iface.ScrollInterface -import content.global.handlers.iface.ScrollLine -import org.rs09.consts.Components class GrandTreeListeners: InteractionListener { @@ -29,11 +26,12 @@ class GrandTreeListeners: InteractionListener { Location(2473,9897,0), ) - // https://youtu.be/-jfueZpRhzU?t=184 - val hazelmereScrollText = arrayOf( - ScrollLine("Es lemanto meso pro eis prit ta Cinqo mond.", 6), - ScrollLine("Mi lovos ta lemanto Daconia arpos", 7), - ScrollLine("et Daconia arpos eto meriz ta priw!", 8) + val hazelmerescroll = Items.HAZELMERES_SCROLL_786 + + val hazelmerescrollText = arrayOf( + "Es lemanto meso pro eis prit ta Cinqo mond.", + "Mi lovos ta lemanto Daconia arpos", + "et Daconia arpos eto meriz ta priw!", ) fun unlockTUZODoor(player: Player) { @@ -86,8 +84,8 @@ class GrandTreeListeners: InteractionListener { openDialogue(player, AnitaDialogue(), npc) return@on true } - on(Items.HAZELMERES_SCROLL_786, IntType.ITEM, "read") { player, node -> - ScrollInterface.scrollSetup(player, Components.MESSAGESCROLL_220, hazelmereScrollText) + on(hazelmerescroll, IntType.ITEM, "read") { player, node -> + hazelmereScroll(player, node.asItem()) return@on true } @@ -211,5 +209,14 @@ class GrandTreeListeners: InteractionListener { return@on true } } + + private fun hazelmereScroll(player: Player, item: Item) { + val id = item.id + openInterface(player, 222).also { + when (id) { + hazelmerescroll -> setInterfaceText(player, hazelmerescrollText.joinToString("
"), 222, 6) + } + } + } } diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/AlmeraDialogue.java b/Server/src/main/content/region/kandarin/quest/waterfall/AlmeraDialogue.java new file mode 100644 index 000000000..6d3f2bee6 --- /dev/null +++ b/Server/src/main/content/region/kandarin/quest/waterfall/AlmeraDialogue.java @@ -0,0 +1,150 @@ +package content.region.kandarin.quest.waterfall; + +import content.data.Quests; +import core.game.dialogue.DialogueInterpreter; +import core.game.dialogue.DialoguePlugin; +import core.game.dialogue.FacialExpression; +import core.game.node.entity.player.Player; +import core.game.node.entity.player.link.quest.Quest; + +/** + * Handles Almera's Dialogue for the Waterfall Quest. + * @author Splinter + */ +public class AlmeraDialogue extends DialoguePlugin { + + public AlmeraDialogue() { + + } + + public AlmeraDialogue(Player player) { + super(player); + } + + @Override + public int[] getIds() { + return new int[] { DialogueInterpreter.getDialogueKey("almera_dialogue"), 304 }; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + final Quest quest = player.getQuestRepository().getQuest(Quests.WATERFALL_QUEST); + switch (stage) { + /* Main dialogue sequence */ + case 0: + if (quest.getStage(player) == 0) { + interpreter.sendDialogues(304, FacialExpression.ASKING, "Ah, hello there. Nice to see an outsider for a change,", "are you busy? I have a problem."); + stage = 1; + } else if (quest.getStage(player) == 10) { + interpreter.sendDialogues(304, FacialExpression.JOLLY, "Hello brave adventurer, have you seen my boy yet?"); + stage = 200; + } else if (quest.getStage(player) >= 20) { + interpreter.sendDialogues(304, FacialExpression.JOLLY, "Well hello, you're still around then."); + stage = 202; + } else { + + } + break; + case 1: + interpreter.sendOptions("Select an Option", "I'm afraid I'm in a rush.", "How can I help?"); + stage = 2; + break; + case 2: + switch (buttonId) { + case 1: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I'm afraid I am in a rush."); + stage = 99; + break; + case 2: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "How can I help?"); + stage = 3; + break; + } + break; + case 3: + interpreter.sendDialogues(304, FacialExpression.DISGUSTED, "It's my son Hudon, he's always getting into trouble, the", "boy's convinced there's hidden treasure in the river and", "I'm a bit worried about his safety, the poor lad can't", "even swim."); + stage = 4; + break; + case 4: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I could go and take a look for you if you like?"); + stage = 5; + break; + case 5: + interpreter.sendDialogues(304, FacialExpression.DISGUSTED, "Would you? You are kind. You can use the small raft", "out back if you wish, do be careful, the current down", "stream is very strong."); + quest.start(player); + stage = 100; + break; + case 6: + interpreter.sendDialogues(304, FacialExpression.HALF_GUILTY, "Perhaps you can speak to Hadley a further bit down", "south for more information on how to find the treasure."); + stage = 100; + break; + case 7: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I did it, I found the treasure under the waterfall!"); + stage = 8; + break; + case 8: + interpreter.sendDialogues(304, FacialExpression.HALF_GUILTY, "Ah, very well done, adventurer!", "My boy Hudon was searching for that treasure too."); + stage = 9; + break; + case 9: + interpreter.sendDialogues(304, FacialExpression.HALF_GUILTY, "Maybe you could share it with him, he's just a boy."); + stage = 10; + break; + case 10: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "On second thought, I really have to go."); + stage = 100; + break; + + case 99: + interpreter.sendDialogues(304, FacialExpression.HALF_GUILTY, "Oh okay, never mind."); + stage = 100; + break; + case 100: + end(); + break; + case 200: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I'm afraid not, but I'm sure he hasn't gone far."); + stage = 201; + break; + case 201: + interpreter.sendDialogues(304, FacialExpression.HALF_GUILTY, "I do hope so, you can't be too careful these days."); + stage = 100; + break; + case 202: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I saw Hudon by the river but he refused to come back", "with me."); + stage = 203; + break; + case 203: + interpreter.sendDialogues(304, FacialExpression.HALF_GUILTY, "Yes he told me, the foolish lad came in drenched to the", "bone, he had fallen into the waterfall, lucky he wasn't", "killed! Now he can spend the rest of the summer in his", "room."); + stage = 204; + break; + case 204: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Any ideas on what I could do while I'm here?"); + stage = 205; + break; + case 205: + interpreter.sendDialogues(304, FacialExpression.HALF_GUILTY, "Why don't you visit the tourist centre south of the", "waterfall?"); + stage = 100; + break; + } + return true; + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new AlmeraDialogue(player); + } + + @Override + public boolean open(Object... args) { + final Quest quest = player.getQuestRepository().getQuest(Quests.WATERFALL_QUEST); + if (quest.getStage(player) == 100) { + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Hello Almera."); + stage = 7; + } else { + interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Hello."); + stage = 0; + } + return true; + } +} diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/AlmeraDialogue.kt b/Server/src/main/content/region/kandarin/quest/waterfall/AlmeraDialogue.kt deleted file mode 100644 index 2a39d6901..000000000 --- a/Server/src/main/content/region/kandarin/quest/waterfall/AlmeraDialogue.kt +++ /dev/null @@ -1,85 +0,0 @@ -package content.region.kandarin.quest.waterfall - -import content.data.Quests -import core.api.* -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.npc.NPC -import org.rs09.consts.NPCs - -class AlmeraDialogue : InteractionListener { - override fun defineListeners() { - on(NPCs.ALMERA_304, IntType.NPC, "talk-to") { player, node -> - DialogueLabeller.open(player, AlmeraDialogueFile(), node as NPC) - return@on true - } - } -} - -class AlmeraDialogueFile : DialogueLabeller() { - override fun addConversation() { - exec { player, _ -> - when (getQuestStage(player, Quests.WATERFALL_QUEST)) { - 0 -> loadLabel(player, "quest_not_started") - 10 -> loadLabel(player, "quest_stage_10") - 20 -> loadLabel(player, "quest_stage_20") - 30 -> loadLabel(player, "quest_stage_30") - 100 -> loadLabel(player, "quest_complete") - } - } - - label("quest_not_started") - player(ChatAnim.NEUTRAL, "Hello.") - npc(ChatAnim.NEUTRAL, "Ah, hello there. Nice to see an outsider for a change,", "are you busy? I have a problem.") - options( - DialogueOption("rush", "I'm afraid I'm in a rush.", expression = ChatAnim.NEUTRAL), - DialogueOption("help", "How can I help?", expression = ChatAnim.NEUTRAL) - ) - - label("rush") - npc(ChatAnim.HALF_GUILTY, "Oh okay, never mind.") - - label("help") - npc(ChatAnim.THINKING, "It's my son Hudon, he's always getting into trouble, the", "boy's convinced there's hidden treasure in the river and", - "I'm a bit worried about his safety, the poor lad can't", "even swim.") - player(ChatAnim.THINKING, "I could go and take a look for you if you like?") - exec { player, _ -> - startQuest(player, Quests.WATERFALL_QUEST) - } - npc(ChatAnim.HAPPY, "Would you? You are kind. You can use the small raft", "out back if you wish, do be careful, the current down", - "stream is very strong.") - - label("quest_stage_10") - npc(ChatAnim.NEUTRAL, "Hello brave adventurer, have you seen my boy yet?") - player(ChatAnim.NEUTRAL, "I'm afraid not, but I'm sure he hasn't gone far.") - npc(ChatAnim.NEUTRAL, "I do hope so, you can't be too careful these days.") - - label("quest_stage_20") - player(ChatAnim.NEUTRAL, "Hello again.") - npc(ChatAnim.NEUTRAL, "Well hello, you're still around then.") - player(ChatAnim.NEUTRAL, "I saw Hudon by the river but he refused to come back", "with me.") - npc(ChatAnim.NEUTRAL, "Yes he told me, the foolish lad came in drenched to the", "bone, he had fallen into the waterfall, lucky he wasn't", - "killed! Now he can spend the rest of the summer in his", "room.") - player(ChatAnim.NEUTRAL, "Any ideas on what I could do while I'm here?") - npc(ChatAnim.NEUTRAL, "Why don't you visit the tourist centre south of the", "waterfall?") - - label("quest_stage_30") - player(ChatAnim.NEUTRAL, "Hello Almera.") - npc(ChatAnim.NEUTRAL, "Hello adventurer, how's your treasure hunt going?") - player(ChatAnim.NEUTRAL, "Oh, I'm just sight seeing.") - npc(ChatAnim.NEUTRAL, "No adventurer stays this long just to sight see. But", "your business is yours alone, if you need to use the", - "raft go ahead. But please try not to crash it this time!") - player(ChatAnim.NEUTRAL, "Thanks Almera.") - - label("quest_complete") - player(ChatAnim.NEUTRAL, "Hello Almera.") - player(ChatAnim.NEUTRAL, "I did it, I found the treasure under the waterfall!") - npc(ChatAnim.NEUTRAL, "Ah, very well done, adventurer!", "My boy Hudon was searching for that treasure too.") - npc(ChatAnim.NEUTRAL, "Maybe you could share it with him, he's just a boy.") - player(ChatAnim.NEUTRAL, "On second thought, I really have to go.") - - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/BaxtorianBook.kt b/Server/src/main/content/region/kandarin/quest/waterfall/BaxtorianBook.kt index 1d6111dee..c4c0d1ef0 100644 --- a/Server/src/main/content/region/kandarin/quest/waterfall/BaxtorianBook.kt +++ b/Server/src/main/content/region/kandarin/quest/waterfall/BaxtorianBook.kt @@ -5,9 +5,7 @@ import content.global.handlers.iface.BookInterface import content.global.handlers.iface.BookLine import content.global.handlers.iface.Page import content.global.handlers.iface.PageSet -import core.api.getQuestStage -import core.api.sendMessage -import core.api.setQuestStage +import core.api.setAttribute import core.api.storeBookInHouse import core.game.interaction.IntType import core.game.interaction.InteractionListener @@ -15,191 +13,140 @@ import core.game.node.entity.player.Player import org.rs09.consts.Items /** - * The Book on Baxtorian + * Baxtorian Book * @author ovenbreado - * @author Bishop + * @author Splinter */ - class BaxtorianBook : InteractionListener { companion object { - private const val RED = "" - private val TITLE = "Book on Baxtorian" private val CONTENTS = arrayOf( PageSet( Page( - BookLine(RED + "The missing relics", 55), + BookLine("The missing relics", 55), BookLine("", 56), - BookLine("Many artefacts of elven", 57), - BookLine("history were lost after the", 58), - BookLine("fourth age, following the", 59), - BookLine("departure of the elven", 60), - BookLine("colonies from these lands.", 61), - BookLine("The greatest loss to our", 62), - BookLine("collections of elf history", 63), - BookLine("were the hidden treasures", 64), - BookLine("of Baxtorian. Some", 65) + BookLine(" Many artefacts of", 57), + BookLine("elven history were lost", 58), + BookLine("after the fourth age. The", 59), + BookLine("greatest loss to our", 60), + BookLine("collections of elf history", 61), + BookLine("were the hidden treasures", 62), + BookLine("of Baxtorian.", 63), + BookLine(" Some believe these", 64), + BookLine("treasures are still", 65) ), Page( - BookLine("believe these treasures", 66), - BookLine("are still unclaimed, but it", 67), - BookLine("is more commonly", 68), - BookLine("believed that dwarf miners", 69), - BookLine("recovered the treasure", 70), - BookLine("early in the 5th Age.", 71), - BookLine("", 72), - BookLine("Another great loss was", 73), - BookLine("Glarial's pebble, a key", 74), - BookLine("which allowed her family", 75), - BookLine("to visit her tomb.", 76) + BookLine("unclaimed, but it is more", 66), + BookLine("commonly believed that", 67), + BookLine("dwarf miners recovered", 68), + BookLine("the treasure at the", 69), + BookLine("beginning of the third", 70), + BookLine("age. Another great loss", 71), + BookLine("was Glarial's pebble, a key", 72), + BookLine("which allowed her family", 73), + BookLine("to visit her tomb.", 74), + BookLine(" The stone was taken", 75), + BookLine("by a gnome family over a", 76) ) ), PageSet( Page( - BookLine("The pebble was taken by", 55), - BookLine("a gnome many years", 56), - BookLine("ago. It is hoped that", 57), - BookLine("descendents " /*sic*/+ "of that", 58), - BookLine("gnome may still have the", 59), - BookLine("pebble hidden in their", 60), - BookLine("cave under the Tree", 61), - BookLine("Gnome Village.", 62), + BookLine("century ago. It is", 55), + BookLine("believed that the gnomes'", 56), + BookLine("descendant Golrie still has", 57), + BookLine("the stone hidden in the", 58), + BookLine("caves under the gnome", 59), + BookLine("tree village.", 60), + BookLine("", 61), + BookLine("The sonnet of Baxtorian", 62), BookLine("", 63), - BookLine("Unfortunately the maze", 64), - BookLine("around that village makes", 65) + BookLine("The love between", 64), + BookLine("Baxtorian and Glarial was", 65) + ), Page( + BookLine("said to have lasted over a", 66), + BookLine("century. They lived a", 67), + BookLine("peaceful life learning and", 68), + BookLine("teaching the laws of", 69), + BookLine("nature. When Baxtorian's", 70), + BookLine("kingdom was invaded by", 71), + BookLine("the dark forces he left on", 72), + BookLine("a five year campaign. He", 73), + BookLine("returned to find his", 74), + BookLine("people slaughtered and his", 75), + BookLine("wife taken by the enemy.", 76) + ) + ), + PageSet( + Page( + BookLine(" After years of", 55), + BookLine("searching for his love he", 56), + BookLine("finally gave up and", 57), + BookLine("returned to the home he", 58), + BookLine("made for Glarial under", 59), + BookLine("the Baxtorian Waterfall.", 60), + BookLine("Once he entered he", 61), + BookLine("never returned. Only", 62), + BookLine("Glarial had the power to", 63), + BookLine("also enter the waterfall.", 64), + BookLine(" Since Baxtorian", 65) ), Page( - BookLine("it difficult to contact the", 66), - BookLine("gnomes to investigate this", 67), - BookLine("matter.", 68), - BookLine("", 69), + BookLine("entered no one but her", 66), + BookLine("can follow him in, it's as if", 67), + BookLine("the powers of nature still", 68), + BookLine("work to protect him.", 69), BookLine("", 70), - BookLine("", 71), + BookLine("The power of nature", 71), BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76) + BookLine(" Glarial and Baxtorian", 73), + BookLine("were masters of nature.", 74), + BookLine("Trees would grow, hills", 75), + BookLine("form and rivers flood on", 76) ) ), PageSet( Page( - BookLine(RED + "The fall of Baxtorian", 55), - BookLine("", 56), - BookLine("The love between", 57), - BookLine("Baxtorian and Glarial was", 58), - BookLine("said to have lasted over a", 59), - BookLine("century. They lived a", 60), - BookLine("peaceful life learning and", 61), - BookLine("teaching the laws of", 62), - BookLine("nature.", 63), - BookLine("", 64), - BookLine("When their homeland in", 65) - ), - Page( - BookLine("the far west was plunged", 66), - BookLine("into chaos by dark forces,", 67), - BookLine("Baxtorian left on a", 68), - BookLine("dangerous campaign that", 69), - BookLine("lasted for five years. He", 70), - BookLine("survived to return to this", 71), - BookLine("land, but found his people", 72), - BookLine("slaughtered and his wife", 73), - BookLine("taken by the enemy.", 74), - BookLine("", 75), - BookLine("After years of searching", 76) - ) - ), - PageSet( - Page( - BookLine("for his love he finally", 55), - BookLine("gave up and returned to", 56), - BookLine("the home he made for", 57), - BookLine("Glarial under the", 58), - BookLine("Baxtorian Waterfall.", 59), - BookLine("Once he entered he", 60), - BookLine("never returned.", 61), - BookLine("", 62), - BookLine("Only he and Glarial had", 63), - BookLine("the power to enter the", 64), - BookLine("waterfall. Since Baxtorian", 65) - ), - Page( - BookLine("entered, no-one else can", 66), - BookLine("follow him in, it's as if the", 67), - BookLine("powers of nature still", 68), - BookLine("work to protect his peace.", 69), - BookLine("", 70), - BookLine("", 71), - BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76) - ) - ), - PageSet( - Page( - BookLine(RED + "The power of nature", 55), - BookLine("", 56), - BookLine("Glarial and Baxtorian", 57), - BookLine("were masters of nature.", 58), - BookLine("Trees and flowers would", 59), - BookLine("grow, hills form and", 60), - BookLine("rivers flood on their", 61), - BookLine("command.", 62), + BookLine("their command. Baxtorian", 55), + BookLine("in particular had", 56), + BookLine("perfected rune lore. It", 57), + BookLine("was said that he could", 58), + BookLine("uses the stones to control", 59), + BookLine("water, earth, and air.", 60), + BookLine("", 61), + BookLine("Ode to eternity", 62), BookLine("", 63), - BookLine("Baxtorian in particular", 64), - BookLine("had perfected rune lore.", 65) + BookLine("A short piece written by", 64), + BookLine("Baxtorian himself.", 65) ), Page( - BookLine("It was said that he could", 66), - BookLine("use the stones to control", 67), - BookLine("water, earth and air.", 68), - BookLine("", 69), - BookLine("", 70), - BookLine("", 71), - BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76) + BookLine("", 66), + BookLine("What care I for this", 67), + BookLine("mortal coil,", 68), + BookLine("where treasures are yet", 69), + BookLine("so frail,", 70), + BookLine("for it is you that is my", 71), + BookLine("life blood,", 72), + BookLine("the wine to my holy grail", 73), + BookLine("and if I see the", 74), + BookLine("judgement day,", 75), + BookLine("when the gods fill the air", 76) ) ), PageSet( Page( - BookLine(RED + "Ode to eternity", 55), - BookLine("", 56), - BookLine("(A short piece written by", 57), - BookLine("Baxtorian himself.)", 58), - BookLine("", 59), - BookLine("What care I for this", 60), - BookLine("mortal coil,", 61), - BookLine("where treasures are yet", 62), - BookLine("so frail,", 63), - BookLine("for it is you that is my", 64), - BookLine("life blood,", 65) - ), - Page( - BookLine("the wine to my holy grail", 66), - BookLine("and if I see the", 67), - BookLine("judgement day,", 68), - BookLine("when the gods fill the air", 69), - BookLine("with dust,", 70), - BookLine("I'll happily choke on your", 71), - BookLine("memory,", 72), - BookLine("as my kingdom turns to", 73), - BookLine("rust.", 74), - BookLine("", 75), - BookLine("", 76) + BookLine("with dust,", 55), + BookLine("I'll happily choke on your", 56), + BookLine("memory,", 57), + BookLine("as my kingdom turns to", 58), + BookLine("rust", 59) ) - ), + ) ) private fun display(player: Player, pageNum: Int, buttonID: Int) : Boolean { BookInterface.pageSetup(player, BookInterface.FANCY_BOOK_3_49, TITLE, CONTENTS) - if (getQuestStage(player, Quests.WATERFALL_QUEST) == 20) { - setQuestStage(player, Quests.WATERFALL_QUEST, 30) + if (player.questRepository.getQuest(Quests.WATERFALL_QUEST).getStage(player) == 20) { + player.questRepository.getQuest(Quests.WATERFALL_QUEST).setStage(player, 30) } return true } @@ -207,8 +154,6 @@ class BaxtorianBook : InteractionListener { override fun defineListeners() { on(Items.BOOK_ON_BAXTORIAN_292, IntType.ITEM, "read") { player, node -> - sendMessage(player, "The book is old with many pages missing.") - sendMessage(player, "A few are translated from elven into common tongue.") BookInterface.openBook(player, BookInterface.FANCY_BOOK_3_49, ::display) storeBookInHouse(player, node) return@on true diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/GolrieDialogue.java b/Server/src/main/content/region/kandarin/quest/waterfall/GolrieDialogue.java new file mode 100644 index 000000000..f16af0ea8 --- /dev/null +++ b/Server/src/main/content/region/kandarin/quest/waterfall/GolrieDialogue.java @@ -0,0 +1,108 @@ +package content.region.kandarin.quest.waterfall; + +import core.game.dialogue.DialogueInterpreter; +import core.game.dialogue.DialoguePlugin; +import core.game.dialogue.FacialExpression; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +import static core.api.ContentAPIKt.*; + +/** + * Handles Golrie's Dialogue for the Waterfall quest + * @author Splinter + */ +public class GolrieDialogue extends DialoguePlugin { + + public GolrieDialogue() { + + } + + public GolrieDialogue(Player player) { + super(player); + } + + @Override + public int[] getIds() { + return new int[] { DialogueInterpreter.getDialogueKey("golrie_dialogue"), 306 }; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + switch (stage) { + case 100: + end(); + break; + + /* Main dialogue sequence */ + case 0: + interpreter.sendDialogues(306, FacialExpression.OLD_NORMAL, "That's me. I've been stuck in here for weeks, those", "goblins are trying to steal my family's heirlooms. My", "grandad gave me all sorts of old junk."); + stage = 1; + break; + case 1: + interpreter.sendDialogues(player, FacialExpression.ASKING, "Do you mind if I have a look?"); + stage = 2; + break; + case 2: + interpreter.sendDialogues(306, FacialExpression.OLD_HAPPY, "No, of course not."); + stage = 3; + break; + case 3: + //TODO: Possibly change this to chat message + interpreter.sendDialogue("You look amongst the junk on the floor."); + if (hasAnItem(player, 294).getContainer() != null) { + stage = 50; + } else { + stage = 4; + } + break; + case 4: + //TODO: Possibly change this to chat message + interpreter.sendDialogue("Mixed with the junk on the floor you find Glarial's pebble."); + stage = 5; + break; + case 5: + //TODO: Possibly change to HAPPY + interpreter.sendDialogues(player, FacialExpression.ASKING, "Could I take this old pebble?"); + stage = 6; + break; + case 6: + interpreter.sendDialogues(306, FacialExpression.OLD_NORMAL, "Oh that, yes have it, it's just some old elven junk I", "believe."); + player.getInventory().add(new Item(294, 1)); + stage = 7; + break; + case 7: + //TODO: Possibly change this to chat message + interpreter.sendDialogue("You give the key to Golrie."); + stage = 8; + break; + case 8: + interpreter.sendDialogues(306, FacialExpression.OLD_HAPPY, "Thanks a lot for the key traveller. I think I'll wait in", "here until those goblins get bored and leave."); + player.getInventory().remove(new Item(293, 1)); + stage = 9; + break; + case 9: + interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "OK... Take care Golrie."); + stage = 100; + break; + case 50: + //TODO: Possibly change this to chat message + interpreter.sendDialogue("You find nothing of interest."); + stage = 100; + break; + } + return true; + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new GolrieDialogue(player); + } + + @Override + public boolean open(Object... args) { + interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Hello, is your name Golrie?"); + stage = 0; + return true; + } +} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/GolrieDialogue.kt b/Server/src/main/content/region/kandarin/quest/waterfall/GolrieDialogue.kt deleted file mode 100644 index 99076e356..000000000 --- a/Server/src/main/content/region/kandarin/quest/waterfall/GolrieDialogue.kt +++ /dev/null @@ -1,107 +0,0 @@ -package content.region.kandarin.quest.waterfall - -import core.api.* -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.interaction.QueueStrength -import core.game.node.entity.npc.NPC -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -class GolrieDialogue : InteractionListener { - override fun defineListeners() { - on(NPCs.GOLRIE_306, IntType.NPC, "talk-to") { player, node -> - DialogueLabeller.open(player, GolrieDialogueFile(null), node as NPC) - return@on true - } - } -} - -class GolrieDialogueFile(val startLabel: String?) : DialogueLabeller() { - override fun addConversation() { - exec { player, _ -> - loadLabel(player, startLabel?: "init") - return@exec - } - - label("init") - player(ChatAnim.NEUTRAL, "Hello, is your name Golrie?") - npc(ChatAnim.OLD_CALM_TALK2, "That's me. I've been stuck in here for weeks, those", "goblins are trying to steal my family's heirlooms. My", - "grandad gave me all sorts of old junk.") - player(ChatAnim.NEUTRAL, "Do you mind if I have a look?") - afterClose { player -> - queueScript(player, 0, QueueStrength.NORMAL) { stage -> - when (stage) { - 0 -> { - lock(player, 4) - sendMessage(player, "You look amongst the junk on the floor") - return@queueScript delayScript(player, 2) - } - 1 -> { - if (hasAnItem(player, Items.GLARIALS_PEBBLE_294).exists()) { - sendMessage(player, "You find nothing of interest.") - return@queueScript stopExecuting(player) - } else { - sendMessage(player, "Mixed with the junk on the floor you find Glarial's pebble.") - return@queueScript delayScript(player, 2) - } - } - 2 -> { - DialogueLabeller.open(player, GolrieDialogueFile("got_pebble"), - findLocalNPC(player, NPCs.GOLRIE_306)?: findNPC(NPCs.GOLRIE_306)!!) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - return@afterClose - } - npc(ChatAnim.OLD_HAPPY, "No, of course not.") - - label("got_pebble") - player(ChatAnim.NEUTRAL, "Could I take this old pebble?") - afterClose { player -> - addItemOrDrop(player, Items.GLARIALS_PEBBLE_294) - if (removeItem(player, Items.A_KEY_293)) { - sendMessage(player, "You give Golrie the key.") - queueScript(player, 2, QueueStrength.NORMAL) { - DialogueLabeller.open(player, GolrieDialogueFile("thanks"), - findLocalNPC(player, NPCs.GOLRIE_306)?: findNPC(NPCs.GOLRIE_306)!!) - return@queueScript stopExecuting(player) - } - } - return@afterClose - } - npc(ChatAnim.OLD_CALM_TALK1, "Oh that, yes have it, it's just some old elven junk I", "believe.") - - label("thanks") - npc(ChatAnim.OLD_CALM_TALK1, "Thanks a lot for the key traveller. I think I'll wait in", "here until those goblins get bored and leave.") - player(ChatAnim.NEUTRAL, "OK... Take care Golrie.") - - label("door_no_business_here") - npc(ChatAnim.OLD_CALM_TALK1, "What are you doing down here?", "Leave before you get yourself into trouble.") - - label("door_on_quest") - player(ChatAnim.NEUTRAL, "Hello, are you ok?") - npc(ChatAnim.OLD_CALM_TALK1, "It's just those blasted hobgoblins. I locked myself in here for protection. But I've left the key somewhere and now I'm stuck.") - exec { player, _ -> - if (inInventory(player, Items.A_KEY_293)) { - loadLabel(player, "door_yes_key") - } else { - loadLabel(player, "door_no_key") - } - return@exec - } - - label("door_no_key") - player(ChatAnim.NEUTRAL, "OK... I'll have a look for a key.") - - label("door_yes_key") - player(ChatAnim.NEUTRAL, "I found a key.") - npc(ChatAnim.OLD_CALM_TALK2, "Well don't wait all day, give it a try!") - player(ChatAnim.NEUTRAL, "OK...") - - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/HadleyDialogue.java b/Server/src/main/content/region/kandarin/quest/waterfall/HadleyDialogue.java new file mode 100644 index 000000000..6ac9e47f9 --- /dev/null +++ b/Server/src/main/content/region/kandarin/quest/waterfall/HadleyDialogue.java @@ -0,0 +1,80 @@ +package content.region.kandarin.quest.waterfall; + +import core.game.dialogue.DialogueInterpreter; +import core.game.dialogue.DialoguePlugin; +import core.game.dialogue.FacialExpression; +import core.game.node.entity.player.Player; +import core.game.world.GameWorld; + +/** + * Handles Almera's Dialogue for the Waterfall Quest. + * @author Splinter + */ +public class HadleyDialogue extends DialoguePlugin { + + public HadleyDialogue() { + + } + + public HadleyDialogue(Player player) { + super(player); + } + + @Override + public int[] getIds() { + return new int[] { DialogueInterpreter.getDialogueKey("hadley_dialogue"), 302 }; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + switch (stage) { + case 100: + end(); + break; + + /* Main dialogue sequence */ + case 0: + if (player.getInventory().contains(292, 1)) { + interpreter.sendDialogues(302, FacialExpression.HALF_GUILTY, "I hope you're enjoying your stay, there should be lots", "of useful information in that book: places to go, people to", "see."); + stage = 100; + } else { + interpreter.sendDialogues(302, FacialExpression.HALF_GUILTY, "Are you on holiday? If so you've come to the right", "place. I'm Hadley the tourist guide, anything you need", "to know just ask me. We have some of the most unspoilt", "wildlife and scenery in " + GameWorld.getSettings().getName() + "."); + stage = 1; + } + break; + case 1: + interpreter.sendDialogues(302, FacialExpression.HALF_GUILTY, "People come from miles around to fish in the clear lakes", "or to wander the beautiful hill sides."); + stage = 2; + break; + case 2: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "It is quite pretty."); + stage = 3; + break; + case 3: + interpreter.sendDialogues(302, FacialExpression.HALF_GUILTY, "Surely pretty is an understatement kind " + (player.isMale() ? "Sir. " : "Lady. ") + "Beautiful,", "amazing or possibly life-changing would be more suitable", "wording. Have you seen the Baxtorian waterfall?", "Named after the elf king who was buried underneath."); + stage = 4; + break; + case 4: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Thanks then, goodbye."); + stage = 5; + break; + case 5: + interpreter.sendDialogues(302, FacialExpression.HALF_GUILTY, "Enjoy your visit."); + stage = 100; + break; + } + return true; + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new HadleyDialogue(player); + } + + @Override + public boolean open(Object... args) { + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Hello there."); + stage = 0; + return true; + } +} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/HadleyDialogue.kt b/Server/src/main/content/region/kandarin/quest/waterfall/HadleyDialogue.kt deleted file mode 100644 index d3ecc89ca..000000000 --- a/Server/src/main/content/region/kandarin/quest/waterfall/HadleyDialogue.kt +++ /dev/null @@ -1,97 +0,0 @@ -package content.region.kandarin.quest.waterfall - -import core.ServerConstants -import core.api.* -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.npc.NPC -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -class HadleyDialogue : InteractionListener { - override fun defineListeners() { - on(NPCs.HADLEY_302, IntType.NPC, "talk-to") { player, node -> - DialogueLabeller.open(player, HadleyDialogueFile(), node as NPC) - return@on true - } - } -} - -class HadleyDialogueFile : DialogueLabeller() { - override fun addConversation() { - val gender = if (player!!.isMale) "Sir" else "Lady" - - player(ChatAnim.NEUTRAL, "Hello there.") - exec { player, _ -> - if (inInventory(player, Items.BOOK_ON_BAXTORIAN_292)) { - loadLabel(player, "book") - } else { - loadLabel(player, "no_book") - } - } - - label("book") - npc(ChatAnim.HALF_GUILTY, "I hope you're enjoying your stay, there should be lots", "of useful information in that book: places to go, people to", "see.") - - label("no_book") - npc(ChatAnim.NEUTRAL_FAST, "Are you on holiday? If so you've come to the right", "place. I'm Hadley the tourist guide, anything you need", - "to know just ask me " /*sic*/+ "we have some of the most unspoilt", "wildlife and scenery in ${ServerConstants.SERVER_NAME}.") - npc(ChatAnim.NEUTRAL, "People come from miles around to fish in the clear lakes", "or to wander the beautiful hillsides") - player(ChatAnim.NEUTRAL, "It is quite pretty.") - npc(ChatAnim.NEUTRAL_FAST, "Surely pretty is an understatement kind $gender.", "Beautiful, amazing or possibly life-changing would be", - "more suitable wording. Have you seen the Baxtorian", "waterfall? Named after the elf king who was buried") - npc(ChatAnim.NEUTRAL, "beneath.") - options( - DialogueOption("elf_king", "Can you tell me what happened to the elf king?", expression = ChatAnim.NEUTRAL), - DialogueOption("visiting", "Where else is worth visiting around here?", expression = ChatAnim.NEUTRAL), - DialogueOption("treasure", "Is there treasure under the waterfall?", expression = ChatAnim.NEUTRAL), - DialogueOption("bye", "Thanks then, goodbye.", expression = ChatAnim.NEUTRAL), - ) - - label("elf_king") - npc(ChatAnim.NEUTRAL_FAST, "There are many myths about Baxtorian. One popular", "story is that after defending his kingdom against the", - "invading dark forces from the west, Baxtorian returned", "to find his wife Glarial had been captured by the") - npc(ChatAnim.NEUTRAL, "enemy!") - npc(ChatAnim.NEUTRAL_FAST, "This destroyed Baxtorian, after years of searching he", "became a recluse. In the secret home he had made for", - "Glarial under the waterfall, he never came out and it is", "told that only Glarial could enter.") - player(ChatAnim.NEUTRAL, "What happened to him?") - npc(ChatAnim.NEUTRAL, "Oh, I don't know. I believe we have some pages on him", "upstairs in our archives. If you wish to look at them", - "please be careful, they're all pretty delicate.") - options( - DialogueOption("visiting", "Where else is worth visiting around here?", expression = ChatAnim.NEUTRAL), - DialogueOption("treasure", "Is there treasure under the waterfall?", expression = ChatAnim.NEUTRAL), - DialogueOption("bye", "Thanks then, goodbye.", expression = ChatAnim.NEUTRAL), - ) - - label("visiting") - npc(ChatAnim.NEUTRAL, "There is a lovely spot for a picnic on the hill to the", "north east, there lies a monument to the deceased elven", - "queen Glarial. It really is quite pretty.") - player(ChatAnim.NEUTRAL, "Who was queen Glarial?") - npc(ChatAnim.NEUTRAL, "Baxtorian's wife, the only person who could also enter", "the waterfall. She was queen when this land was", - "inhabited by elven kind. Glarial was kidnapped while") - npc(ChatAnim.NEUTRAL, "Baxtorian was away, but they eventually recovered her", "body and brought her home to rest.") - player(ChatAnim.SAD, "That's sad.") - npc(ChatAnim.NEUTRAL, "True, I believe there's some information about her", "upstairs, if you look at them please be careful.") - options( - DialogueOption("elf_king", "Can you tell me what happened to the elf king?", expression = ChatAnim.NEUTRAL), - DialogueOption("treasure", "Is there treasure under the waterfall?", expression = ChatAnim.NEUTRAL), - DialogueOption("bye", "Thanks then, goodbye.", expression = ChatAnim.NEUTRAL), - ) - - label("treasure") - npc(ChatAnim.NEUTRAL, "Ha ha... another treasure hunter. Well if there is " /*sic*/+ "no", "one's been able to get to it. They've been searching that", - "river for decades, all to no avail.") - options( - DialogueOption("elf_king", "Can you tell me what happened to the elf king?", expression = ChatAnim.NEUTRAL), - DialogueOption("visiting", "Where else is worth visiting around here?", expression = ChatAnim.NEUTRAL), - DialogueOption("bye", "Thanks then, goodbye.", expression = ChatAnim.NEUTRAL), - ) - - label("bye") - npc(ChatAnim.NEUTRAL, "Enjoy your visit.") - - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/HudonDialogue.java b/Server/src/main/content/region/kandarin/quest/waterfall/HudonDialogue.java new file mode 100644 index 000000000..e8c3262ad --- /dev/null +++ b/Server/src/main/content/region/kandarin/quest/waterfall/HudonDialogue.java @@ -0,0 +1,123 @@ +package content.region.kandarin.quest.waterfall; + +import content.data.Quests; +import core.game.dialogue.DialogueInterpreter; +import core.game.dialogue.DialoguePlugin; +import core.game.dialogue.FacialExpression; +import core.game.node.entity.player.Player; +import core.game.node.entity.player.link.quest.Quest; + +/** + * Handles Hudon's Dialogue for the Waterfall Quest. + * @author Splinter + */ +public class HudonDialogue extends DialoguePlugin { + + public HudonDialogue() { + + } + + public HudonDialogue(Player player) { + super(player); + } + + @Override + public int[] getIds() { + return new int[] { DialogueInterpreter.getDialogueKey("hudon_dialogue"), 305 }; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + final Quest quest = player.getQuestRepository().getQuest(Quests.WATERFALL_QUEST); + switch (stage) { + + case 100: // Generic end to the dlg + end(); + break; + case 101: // Generic end to the dlg + player.getPacketDispatch().sendMessage("Hudon is refusing to leave the waterfall."); + end(); + break; + + /* Main dialogue sequence */ + case 0: + if (quest.getStage(player) == 10) { + interpreter.sendDialogues(305, FacialExpression.CHILD_NORMAL, "It looks like you need the help."); + stage = 1; + } + break; + case 1: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Your mum sent me to find you."); + stage = 2; + break; + case 2: + interpreter.sendDialogues(305, FacialExpression.CHILD_NORMAL, "Don't play nice with me, I know you're looking for the", "treasure too."); + stage = 3; + break; + case 3: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Where is this treasure you talk of?"); + stage = 4; + break; + case 4: + interpreter.sendDialogues(305, FacialExpression.CHILD_SUSPICIOUS, "Just because I'm small doesn't mean I'm dumb! If I", "told you, you would take it all for yourself."); + stage = 5; + break; + case 5: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Maybe I could help."); + stage = 6; + break; + case 6: + interpreter.sendDialogues(305, FacialExpression.CHILD_NORMAL, "I'm fine alone."); + quest.setStage(player, 20); + stage = 101; + break; + case 20: + interpreter.sendDialogues(305, FacialExpression.CHILD_NORMAL, "I'll find that treasure soon, just you wait and see."); + if (quest.getStage(player) == 100) { + stage = 21; + } else { + stage = 100; + } + break; + case 21: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I hate to break it to you kid, but I found the treasure."); + stage = 22; + break; + case 22: + interpreter.sendDialogues(305, FacialExpression.CHILD_NORMAL, "Wha- are you serious? Are you going to at least share?"); + stage = 23; + break; + case 23: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "No."); + stage = 24; + break; + case 24: + interpreter.sendDialogues(305, FacialExpression.CHILD_NORMAL, "Aww, come on... I helped you find it.", "This isn't fair!"); + stage = 25; + break; + case 25: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Life ain't fair kid."); + stage = 100; + break; + } + return true; + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new HudonDialogue(player); + } + + @Override + public boolean open(Object... args) { + final Quest quest = player.getQuestRepository().getQuest(Quests.WATERFALL_QUEST); + if (quest.getStage(player) >= 20) { + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "So you're still here."); + stage = 20; + } else { + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Hello son, are you okay? You need help?"); + stage = 0; + } + return true; + } +} diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/HudonDialogueFile.kt b/Server/src/main/content/region/kandarin/quest/waterfall/HudonDialogueFile.kt deleted file mode 100644 index c45986a16..000000000 --- a/Server/src/main/content/region/kandarin/quest/waterfall/HudonDialogueFile.kt +++ /dev/null @@ -1,54 +0,0 @@ -package content.region.kandarin.quest.waterfall - -import content.data.Quests -import core.api.* -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller - -class HudonDialogueFile : DialogueLabeller() { - override fun addConversation() { - exec { player, _ -> - when (getQuestStage(player, Quests.WATERFALL_QUEST)) { - 10 -> loadLabel(player, "quest_stage_10") - 20 -> loadLabel(player, "quest_stage_20") - 30 -> loadLabel(player, "quest_stage_30") - 100 -> loadLabel(player, "quest_complete") - } - } - - label("quest_stage_10") - player(ChatAnim.NEUTRAL, "Hello son, are you okay? You need help?") - npc(ChatAnim.CHILD_NORMAL, "It looks like you need the help.") - player(ChatAnim.NEUTRAL, "Your mum sent me to find you.") - npc(ChatAnim.CHILD_NORMAL, "Don't play nice with me, I know you're looking for the", "treasure too.") - player(ChatAnim.NEUTRAL, "Where is this treasure you talk of?") - npc(ChatAnim.CHILD_NORMAL, "Just because I'm small doesn't mean I'm dumb! If I", "told you, you would take it all for yourself.") - player(ChatAnim.NEUTRAL, "Maybe I could help.") - exec { player, _ -> - setQuestStage(player, Quests.WATERFALL_QUEST, 20) - } - npc(ChatAnim.CHILD_NORMAL, "I'm fine alone.") - - label("quest_stage_20") - player(ChatAnim.NEUTRAL, "So you're still here.") - npc(ChatAnim.CHILD_NORMAL, "I'll find that treasure soon, just you wait and see.") - - label("quest_stage_30") - player(ChatAnim.NEUTRAL, "Hello again.") - npc(ChatAnim.CHILD_NORMAL, "Not you still, why don't you give up?") - player(ChatAnim.NEUTRAL, "And miss all the fun!") - npc(ChatAnim.CHILD_NORMAL, "You do understand that anything you find you have to share with me.") - player(ChatAnim.NEUTRAL, "Why's that?") - npc(ChatAnim.CHILD_NORMAL, "Because I told you about the treasure.") - player(ChatAnim.NEUTRAL, "Well, I wouldn't count on it.") - npc(ChatAnim.CHILD_NORMAL, "That's not fair.") - player(ChatAnim.NEUTRAL, "Neither is life, kid.") - - label("quest_complete") - player(ChatAnim.NEUTRAL, "Hello again.") - npc(ChatAnim.CHILD_NORMAL, "You stole my treasure. I saw you!") - player(ChatAnim.NEUTRAL, "I'll make sure it goes to a good cause.") - npc(ChatAnim.CHILD_NORMAL, "Hmmmm!") - - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/MithrilSeedsDialogue.java b/Server/src/main/content/region/kandarin/quest/waterfall/MithrilSeedsDialogue.java new file mode 100644 index 000000000..4a6c28e70 --- /dev/null +++ b/Server/src/main/content/region/kandarin/quest/waterfall/MithrilSeedsDialogue.java @@ -0,0 +1,96 @@ +package content.region.kandarin.quest.waterfall; + +import core.game.dialogue.DialoguePlugin; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.game.node.scenery.Scenery; +import core.game.node.scenery.SceneryBuilder; +import core.game.system.task.Pulse; +import core.game.world.GameWorld; +import core.game.world.update.flag.context.Animation; +import core.plugin.Initializable; + +/** + * Represents the dialogue plugin used for mithril seeds. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class MithrilSeedsDialogue extends DialoguePlugin { + + /** + * Represents the animation to use. + */ + private static final Animation ANIMATION = new Animation(827); + + /** + * Represents the flower object. + */ + private Scenery flower; + + /** + * Constructs a new {@code MithrilSeedPluginDialogue}. + */ + public MithrilSeedsDialogue() { + /** + * empty. + */ + } + + /** + * Constructs a new {@code MithrilSeedPluginDialogue}. + */ + public MithrilSeedsDialogue(Player player) { + super(player); + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new MithrilSeedsDialogue(player); + } + + @Override + public boolean open(Object... args) { + flower = (Scenery) args[0]; + player.getDialogueInterpreter().sendOptions("Select an Option", "Pick the flowers.", "Leave the flowers."); + return true; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + switch (interfaceId) { + case 228: // Options chatbox interface id. + switch (buttonId) { + case 1: // First option + player.lock(2); + player.faceLocation(flower.getFaceLocation(player.getLocation())); + player.animate(ANIMATION); + GameWorld.getPulser().submit(new Pulse(2, player, flower) { + @Override + public boolean pulse() { + Item reward = new Item(2460 + ((flower.getId() - 2980) << 1)); + if (reward == null || !player.getInventory().hasSpaceFor(reward)) { + player.getPacketDispatch().sendMessage("Not enough space in your inventory!"); + return true; + } + if (SceneryBuilder.remove(flower)) { + player.getInventory().add(reward); + player.getPacketDispatch().sendMessage("You pick the flowers."); + } + return true; + } + }); + break; + } + break; + } + end(); + return true; + } + + @Override + public int[] getIds() { + return new int[] { 1 << 16 | 1 }; + } + +} diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/MithrilSeedsListener.kt b/Server/src/main/content/region/kandarin/quest/waterfall/MithrilSeedsListener.kt deleted file mode 100644 index 7b0ea596f..000000000 --- a/Server/src/main/content/region/kandarin/quest/waterfall/MithrilSeedsListener.kt +++ /dev/null @@ -1,98 +0,0 @@ -package content.region.kandarin.quest.waterfall - -import core.api.* -import core.game.dialogue.DialogueFile -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.interaction.QueueStrength -import core.game.world.GameWorld.ticks -import core.game.world.map.RegionManager.getObject -import core.tools.RandomFunction -import org.rs09.consts.Animations -import org.rs09.consts.Items -import org.rs09.consts.Scenery as SceneryObj - -/** - * Handles planting flowers with mithril seeds. - * @author Bishop - */ - -class MithrilSeedsListener : InteractionListener { - - companion object { - private const val ATTRIBUTE_DELAY = "mithril-flowers:delay" - private val flowersToItems = mapOf( - SceneryObj.FLOWERS_2980 to Items.FLOWERS_2460, // multicolored pastels - SceneryObj.FLOWERS_2981 to Items.FLOWERS_2462, // red - SceneryObj.FLOWERS_2982 to Items.FLOWERS_2464, // blue - SceneryObj.FLOWERS_2983 to Items.FLOWERS_2466, // yellow - SceneryObj.FLOWERS_2984 to Items.FLOWERS_2468, // magenta - SceneryObj.FLOWERS_2985 to Items.FLOWERS_2470, // orange - SceneryObj.FLOWERS_2986 to Items.FLOWERS_2472, // multicolored primaries - SceneryObj.FLOWERS_2987 to Items.FLOWERS_2474, // white - SceneryObj.FLOWERS_2988 to Items.FLOWERS_2476, // black - ) - } - - override fun defineListeners() { - on(Items.MITHRIL_SEEDS_299, IntType.ITEM, "plant") { player, _ -> - closeAllInterfaces(player) - val flowerLoc = player.location - if (getAttribute(player, ATTRIBUTE_DELAY, -1) > ticks) { - return@on false - } - if (getObject(flowerLoc) != null) { - sendMessage(player, "You can't plant a flower here.") - return@on true - } - if (removeItem(player, Items.MITHRIL_SEEDS_299)) { - // Source: Mod Ash https://reldo.runescape.wiki/i/106311 - val flowerObj = when (RandomFunction.random(1001)) { - in 0..897 -> RandomFunction.random(SceneryObj.FLOWERS_2981, SceneryObj.FLOWERS_2986 + 1) // normal flowers - in 898..997 -> SceneryObj.FLOWERS_2980 // multicolored pastels, 100/1001 - in 998..999 -> SceneryObj.FLOWERS_2988 // black flowers, 2/1001 - else -> SceneryObj.FLOWERS_2987 // white flowers, 1/1001 - } - val thisFlower = addScenery(flowerObj, flowerLoc, 0, 10) - sendMessage(player, "You open the small mithril case and drop a seed by your feet.") - setAttribute(player, ATTRIBUTE_DELAY, ticks + 3) - animate(player, Animations.HUMAN_BURYING_BONES_827) - stopWalk(player) - player.moveStep() - lock(player, 1) - queueScript(player, 1, QueueStrength.NORMAL) { - face(player, flowerLoc) - openDialogue(player, object : DialogueFile() { - override fun handle(componentID: Int, buttonID: Int) { - when (stage) { - 0 -> sendDialogueOptions(player, "Select an Option", "Pick the flowers.", "Leave the flowers.").also { stage++ } - 1 -> { - when (buttonID) { - 1 -> { - animate(player, Animations.HUMAN_BURYING_BONES_827) - lock(player, 2) - queueScript(player, 2, QueueStrength.NORMAL) { - sendMessage(player, "You pick the flowers.") - removeScenery(thisFlower) - addItemOrDrop(player, flowersToItems[thisFlower.id]!!) - return@queueScript stopExecuting(player) - } - end() - } - else -> end() - } - } - } - } - }) - return@queueScript stopExecuting(player) - } - queueScript(player, 100, QueueStrength.SOFT) { - removeScenery(thisFlower) - return@queueScript stopExecuting(player) - } - } - return@on true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/MithrilSeedsPlugin.java b/Server/src/main/content/region/kandarin/quest/waterfall/MithrilSeedsPlugin.java new file mode 100644 index 000000000..b085e42e2 --- /dev/null +++ b/Server/src/main/content/region/kandarin/quest/waterfall/MithrilSeedsPlugin.java @@ -0,0 +1,92 @@ +package content.region.kandarin.quest.waterfall; + +import core.cache.def.impl.ItemDefinition; +import core.game.interaction.OptionHandler; +import core.game.node.Node; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.game.node.scenery.Scenery; +import core.game.node.scenery.SceneryBuilder; +import core.game.system.task.Pulse; +import core.game.world.GameWorld; +import core.game.world.map.RegionManager; +import core.game.world.update.flag.context.Animation; +import core.plugin.Initializable; +import core.plugin.Plugin; +import core.tools.RandomFunction; + +/** + * Represents the plugin used for mithril seeds. + * @author 'Vexia + * @version 1.2 + */ +@Initializable +public final class MithrilSeedsPlugin extends OptionHandler { + + /** + * Represents the item to use. + */ + private static final Item ITEM = new Item(299, 1); + + /** + * Represents the common flower ids. + */ + private static final int FLOWERS[] = { 2980, 2981, 2982, 2983, 2984, 2985, 2986 }; + + /** + * Represents the rare flower ids. + */ + private static final int RARE[] = new int[] { 2987, 2988 }; + + /** + * Represents the animation. + */ + private static final Animation ANIMATION = new Animation(827); + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ItemDefinition.forId(299).getHandlers().put("option:plant", this); + return this; + } + + @Override + public boolean handle(final Player player, Node node, String option) { + if (player.getAttribute("delay:plant", -1) > GameWorld.getTicks()) { + return true; + } + if (RegionManager.getObject(player.getLocation()) != null) { + player.getPacketDispatch().sendMessage("You can't plant a flower here."); + return true; + } + player.animate(ANIMATION); + player.getInventory().remove(ITEM); + final Scenery object = SceneryBuilder.add(new Scenery(getFlower(RandomFunction.random(100) == 1 ? RARE : FLOWERS), player.getLocation()), 100); + player.moveStep(); + player.lock(3); + player.getPulseManager().run(new Pulse(1, player) { + @Override + public boolean pulse() { + player.faceLocation(object.getFaceLocation(player.getLocation())); + player.getDialogueInterpreter().open(1 << 16 | 1, object); + return true; + } + }); + player.setAttribute("delay:plant", GameWorld.getTicks() + 3); + player.getPacketDispatch().sendMessage("You open the small mithril case and drop a seed by your feet."); + return true; + } + + @Override + public boolean isWalk() { + return false; + } + + /** + * Gets a random flower from an array. + * @return the flower. + */ + public static int getFlower(int[] array) { + return array[RandomFunction.random(array.length)]; + } + +} diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/WaterFall.java b/Server/src/main/content/region/kandarin/quest/waterfall/WaterFall.java new file mode 100644 index 000000000..33030e29a --- /dev/null +++ b/Server/src/main/content/region/kandarin/quest/waterfall/WaterFall.java @@ -0,0 +1,85 @@ +package content.region.kandarin.quest.waterfall; + +import content.data.Quests; +import core.plugin.Initializable; +import core.game.node.entity.skill.Skills; +import core.game.node.entity.player.Player; +import core.game.node.entity.player.link.quest.Quest; +import core.game.node.item.Item; +import core.plugin.ClassScanner; + +/** + * The main type for the waterfall quest. + * @author Splinter + */ +@Initializable +public class WaterFall extends Quest { + /** + * Constructs a new {@code WaterFall} {@code Object}. + */ + public WaterFall() { + super(Quests.WATERFALL_QUEST, 65, 64, 1, 65, 0, 1, 10); + } + + @Override + public void drawJournal(Player player, int stage) { + super.drawJournal(player, stage); + switch (stage) { + case 0: + line(player, "I can start this quest by speaking to Almera in her house next to the Baxtorian Falls.I need to be able to fight Level 84 Giants.", 12); + break; + case 10: + line(player, "I spoke to Almera in a house close to the Baxtorianwaterfall. Her son was missing so I offered to help findhim. The boy, Hudon's looking for treasure in the waterfall.", 12); + break; + case 20: + line(player, "I spoke to Almera in a house close to the Baxtorianwaterfall. Her son was missing so I offered to help findhim. The boy, Hudon's looking for treasure in the waterfall.I found Hudon a short raft ride down the river. He isconvinced there is treasure here somewhere. Maybe Ineed to do a little research.", 12); + break; + case 30: + if (player.getInventory().containsItem(new Item(294, 1))) { + line(player, "I spoke to Almera in a house close to the Baxtorianwaterfall. Her son was missing so I offered to help findhim. The boy, Hudon's looking for treasure in the waterfall.I found Hudon a short raft ride down the river. He isconvinced there is treasure here somewhere. Maybe Ineed to do a little research.I found a book in the tourist office about Baxtorian. Thebook tells of a sad love story about 2 elf lovers. It endswith Baxtorian withdrawing to his home under the waterfallafter his wife dies. It is told that only Glarial could entertheir home.The book also mentions Glarial's tomb and a pebble, itappears that the pebble is used to enter the tomb.From what I understand Glarial's pebble was hidden in a cave under the Tree Gnome Village by Golrie's ancestors.", 12); + } else { + line(player, "I spoke to Almera in a house close to the Baxtorianwaterfall. Her son was missing so I offered to help findhim. The boy, Hudon's looking for treasure in the waterfall.I found Hudon a short raft ride down the river. He isconvinced there is treasure here somewhere. Maybe Ineed to do a little research.I found a book in the tourist office about Baxtorian. Thebook tells of a sad love story about 2 elf lovers. It endswith Baxtorian withdrawing to his home under the waterfallafter his wife dies. It is told that only Glarial could entertheir home.The book also mentions Glarial's tomb and a pebble, itappears that the pebble is used to enter the tomb.From what I understand Glarial's pebble was hidden in a cave under the Tree Gnome Village by Golrie's ancestors.", 12); + } + if (player.getInventory().containsItem(new Item(295, 1)) || player.getEquipment().containsAtLeastOneItem(295)) { + line(player, "I spoke to Almera in a house close to the Baxtorianwaterfall. Her son was missing so I offered to help findhim. The boy, Hudon's looking for treasure in the waterfall.I found Hudon a short raft ride down the river. He isconvinced there is treasure here somewhere. Maybe Ineed to do a little research.I found a book in the tourist office about Baxtorian. Thebook tells of a sad love story about 2 elf lovers. It endswith Baxtorian withdrawing to his home under the waterfallafter his wife dies. It is told that only Glarial could entertheir home.The book also mentions Glarial's tomb and a pebble, itappears that the pebble is used to enter the tomb.From what I understand Glarial's pebble was hidden in a cave under the Tree Gnome Village by Golrie's ancestors.Inside the tomb I found Glarial's amulet and ashes.", 12); + } + if (player.getLocation().getY() >= 9902) { + line(player, "I spoke to Almera in a house close to the Baxtorianwaterfall. Her son was missing so I offered to help findhim. The boy, Hudon's looking for treasure in the waterfall.I found Hudon a short raft ride down the river. He isconvinced there is treasure here somewhere. Maybe Ineed to do a little research.I found a book in the tourist office about Baxtorian. Thebook tells of a sad love story about 2 elf lovers. It endswith Baxtorian withdrawing to his home under the waterfallafter his wife dies. It is told that only Glarial could entertheir home.The book also mentions Glarial's tomb and a pebble, itappears that the pebble is used to enter the tomb.From what I understand Glarial's pebble was hidden in a cave under the Tree Gnome Village by Golrie's ancestors.Inside the tomb I found Glarial's amulet and ashes.I finally got access to the derelict home of Baxtorian. Thedoor must have been keyed to Glarial's amulet.I have found a room containing the Chalice of Eternity. Thechalice is suspended in midair just out of reach.", 12); + } + break; + case 100: + line(player, "I spoke to Almera in a house close to the Baxtorianwaterfall. Her son was missing so I offered to help findhim. The boy, Hudon's looking for treasure in the waterfall.I found Hudon a short raft ride down the river. He isconvinced there is treasure here somewhere. Maybe Ineed to do a little research.I found a book in the tourist office about Baxtorian. Thebook tells of a sad love story about 2 elf lovers. It endswith Baxtorian withdrawing to his home under the waterfallafter his wife dies. It is told that only Glarial could entertheir home.The book also mentions Glarial's tomb and a pebble, itappears that the pebble is used to enter the tomb.From what I understand Glarial's pebble was hidden in a cave under the Tree Gnome Village by Golrie's ancestors.Inside the tomb I found Glarial's amulet and ashes.I finally got access to the derelict home of Baxtorian. Thedoor must have been keyed to Glarial's amulet.I have found a room containing the Chalice of Eternity. Thechalice is suspended in midair just out of reach. Using Glarial's ashes as a counterweight, I was able toremove the treasure that had been left in the chalice.QUEST COMPLETE!", 12); + break; + } + } + + @Override + public void finish(Player player) { + super.finish(player); + player.getQuestRepository().syncronizeTab(player); + + player.getPacketDispatch().sendString("1 Quest Point", 277, 8+ 2); + player.getPacketDispatch().sendString("13,750 Strength XP", 277, 9+ 2); + player.getPacketDispatch().sendString("13,750 Attack XP", 277, 10+ 2); + player.getPacketDispatch().sendString("2 diamonds", 277, 11+ 2); + player.getPacketDispatch().sendString("2 gold bars", 277, 12+ 2); + player.getPacketDispatch().sendString("40 Mithril seeds", 277, 13+ 2); + player.getPacketDispatch().sendString("You have completed the Waterfall Quest!", 277, 2+ 2); + player.getPacketDispatch().sendItemZoomOnInterface(1601, 230, 277, 3+ 2); + player.getSkills().addExperience(Skills.STRENGTH, 13750); + player.getSkills().addExperience(Skills.ATTACK, 13750); + player.getInventory().add(new Item(1601, 2));// diamonds + player.getInventory().add(new Item(2357, 2));// gold bars + player.getInventory().add(new Item(299, 40));// seeds + + setStage(player, 100); + player.getQuestRepository().syncronizeTab(player); + } + + @Override + public Quest newInstance(Object object) { + ClassScanner.definePlugins(new AlmeraDialogue(), new GolrieDialogue(), new HadleyDialogue(), new HudonDialogue(), new WaterfallPlugin(), new WaterfallTreeDialogue()); + return this; + } + +} diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallListeners.kt b/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallListeners.kt index bedf37a81..eb99eef08 100644 --- a/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallListeners.kt +++ b/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallListeners.kt @@ -1,645 +1,23 @@ package content.region.kandarin.quest.waterfall -import content.data.Quests -import content.global.skill.agility.AgilityHandler -import core.api.* -import core.cache.def.impl.ItemDefinition -import core.game.dialogue.DialogueLabeller -import core.game.global.action.DoorActionHandler +import core.game.world.map.Location +import org.rs09.consts.NPCs import core.game.interaction.InteractionListener import core.game.interaction.IntType -import core.game.interaction.QueueStrength -import core.game.node.entity.combat.ImpactHandler.HitsplatType -import core.game.node.entity.npc.NPC -import core.game.node.scenery.Scenery -import core.game.world.map.Location -import core.game.world.update.flag.context.Animation -import core.game.world.update.flag.context.Graphics -import core.tools.ticksToCycles -import org.rs09.consts.Animations -import org.rs09.consts.Graphics as GFX -import org.rs09.consts.Items -import org.rs09.consts.NPCs -import org.rs09.consts.Scenery as SceneryObj - -/** - * Listeners for the Waterfall Quest. - * In Loving Memory of WaterfallPlugin.java 2015/02/28 - 2026/07/27, about which was said: - * "This is one of the most disgusting files I have ever seen." - Ceikry - * @author Bishop - */ class WaterfallListeners : InteractionListener { - companion object { - // Attributes - private const val ATTRIBUTE_RUNES = "waterfall:runes-placed" - // Locations - private val locIslandAfterRaft = Location(2512, 3481) - private val locIslandBeforeRock = Location(2512, 3476) - private val locSwimmingGoal = Location(2512, 3471) - private val locInFrontOfRock = Location(2512, 3470) - private val locRock = Location(2512, 3468) - private val locWaterfallLedge = Location(2511, 3463) - private val locDownstream = Location(2527, 3413) - private val locTopOfStairs = Location(2518, 3431, 1) - private val locInsideTomb = Location(2555, 9844) - private val locInWaterfallCave = Location(2575, 9861) - private val locWaterfallDoorSouth = Location(2568, 9893) - private val locWaterfallDoorNorth = Location(2566, 9901) - private val locWaterfallDoorChamber = Location(2604, 9900) - private val locBeforeFloodedStatue = Location(2539, 9914) - private val locBeforeFinalStatue = Location(2603, 9914) - // Misc data - private val ropeYSpan = intArrayOf(3469, 3470, 3471, 3472, 3473, 3474, 3475) - private val pedestalLocations = arrayOf( - Location(2562, 9914), Location(2562, 9912), Location(2562, 9910), - Location(2569, 9914), Location(2569, 9912), Location(2569, 9910), - ) - private val puzzleRunes = intArrayOf( - Items.WATER_RUNE_555, Items.AIR_RUNE_556, Items.EARTH_RUNE_557, - ) - private val anyRunes = intArrayOf( - Items.FIRE_RUNE_554, Items.WATER_RUNE_555, Items.AIR_RUNE_556, Items.EARTH_RUNE_557, Items.MIND_RUNE_558, - Items.BODY_RUNE_559, Items.DEATH_RUNE_560, Items.NATURE_RUNE_561, Items.CHAOS_RUNE_562, Items.LAW_RUNE_563, - Items.COSMIC_RUNE_564, Items.BLOOD_RUNE_565, Items.SOUL_RUNE_566, Items.ASTRAL_RUNE_9075, Items.STEAM_RUNE_4694, - Items.MIST_RUNE_4695, Items.DUST_RUNE_4696, Items.SMOKE_RUNE_4697, Items.MUD_RUNE_4698, Items.LAVA_RUNE_4699 - ) - } - + val HUDON = NPCs.HUDON_305 override fun defineListeners() { - // Speak to Hudon - on(NPCs.HUDON_305, IntType.NPC, "talk-to") { player, node -> - sendMessage(player, "Hudon is refusing to leave the waterfall") - DialogueLabeller.open(player, HudonDialogueFile(), node as NPC) + on(HUDON, IntType.NPC, "talk-to"){ player, node -> + player.dialogueInterpreter.open(HUDON,node.asNpc()) return@on true } - - // Ride the raft - on(SceneryObj.LOG_RAFT_1987, IntType.SCENERY, "board") { player, _ -> - if (getQuestStage(player, Quests.WATERFALL_QUEST) >= 10) { - lock(player, 8) - queueScript(player, 2, QueueStrength.STRONG) { stage -> - when (stage) { - 0 -> { - sendMessage(player, "You board the small raft") - return@queueScript delayScript(player, 2) - } - 1 -> { - sendMessage(player, "and push off down stream.") - return@queueScript delayScript(player, 2) - } - 2 -> { - sendMessage(player, "The raft is pulled down stream by strong currents.") - return@queueScript delayScript(player, 2) - } - 3 -> { - sendMessage(player, "You crash into a small land mound") - teleport(player, locIslandAfterRaft) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - } else { - sendDialogue(player, "You have no reason to board this raft.") - } - return@on true - } - - // Try to swim to the rock at the waterfall, or just swim in general - on(intArrayOf(SceneryObj.ROCK_1996, SceneryObj.ROCK_1997, SceneryObj.RIVER_10283), IntType.SCENERY, "swim to", "swim") { player, _ -> - sendMessage(player, "It looks like a long distance, but you swim out into the water.") - sendGraphics(GFX.WATER_SPLASH_68, player.location) - AgilityHandler.walk( - player, -1, player.location, locSwimmingGoal, Animation(Animations.HUMAN_SWIM_164), 0.0, null - ) - lock(player, 6) - queueScript(player, 3, QueueStrength.SOFT) { stage -> - when (stage) { - 0 -> { - sendMessage(player, "The current is too strong, you feel yourself being pulled under") - return@queueScript delayScript(player, 3) - } - 1 -> { - sendMessage(player, "You are washed downstream but feel lucky to be alive.") - teleport(player, locDownstream) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - return@on true - } - - // Correctly use a rope on the rock at the waterfall - onUseWith(IntType.SCENERY, Items.ROPE_954, SceneryObj.ROCK_1996, SceneryObj.ROCK_1997) { player, _, _ -> - animate(player, Animations.HUMAN_TOSS_ROPE_774) - sendGraphics(GFX.ROPE_EXTENDS_67, Location(locRock.x, ropeYSpan[3])) - lock(player, 9) - queueScript(player, 1, QueueStrength.SOFT) { stage -> - when (stage) { - 0 -> { - replaceScenery(getScenery(locRock)!!, SceneryObj.ROCK_1997, -1) - for (y in ropeYSpan[0]..ropeYSpan[6]) { - if (getScenery(Location(locRock.x, y))?.id != SceneryObj.ROPE_1998) { - addScenery(Scenery(SceneryObj.ROPE_1998, Location(locRock.x, y), 10, 0)) - } - } - face(player, locRock) - renderAnimation(player, Animations.HUMAN_WADE_WITH_ROPE_R_273) - AgilityHandler.walk( - player, -1, player.location, locInFrontOfRock, null, 0.0, null - ) - return@queueScript keepRunning(player) - } - in 1..6 -> { - removeScenery(Scenery(SceneryObj.ROPE_1998, Location(locRock.x, ropeYSpan[7 - stage]), 10, 0)) - if (stage == 1 && getScenery(locRock.x, ropeYSpan[6], 0) == null) { - addScenery(SceneryObj.RIVER_10283, Location(locRock.x, ropeYSpan[6])) - } - return@queueScript keepRunning(player) - } - 7 -> { - AgilityHandler.walk( - player, -1, player.location, locInFrontOfRock.transform(1, -1, 0), null, 0.0, null - ) - replaceScenery(getScenery(locRock)!!, SceneryObj.ROCK_1996, -1) - removeScenery(Scenery(SceneryObj.ROPE_1998, Location(locRock.x, ropeYSpan[0]), 10, 0)) - return@queueScript keepRunning(player) - } - 8 -> { - resetRenderAnimation(player) - forceMove(player, player.location, locInFrontOfRock.transform(1, -2, 0), 0, ticksToCycles(1)) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - return@onUseWith true - } - - // Try to climb down the tree at the waterfall barehanded - on(SceneryObj.DEAD_TREE_2020, IntType.SCENERY, "climb") { player, _ -> - sendMessage(player, "You slip and tumble over the water "/*sic*/+"fall.") - sendChat(player, "Ouch!") - teleport(player, locDownstream) - face(player, locDownstream.transform(0, 1, 0)) - impact(player, 8, HitsplatType.NORMAL) - return@on true - } - - // Correctly use a rope on the tree at the waterfall - onUseWith(IntType.SCENERY, Items.ROPE_954, SceneryObj.DEAD_TREE_2020) { player, _, _ -> - sendMessage(player, "You tie the rope to the tree") - queueScript(player, 1, QueueStrength.STRONG) { - sendMessage(player, "and let your self down on to the ledge.") - teleport(player, locWaterfallLedge) - return@queueScript stopExecuting(player) - } - return@onUseWith true - } - - // Get in the barrel on the waterfall's ledge - on(SceneryObj.BARREL_2022, IntType.SCENERY, "get in") { player, _ -> - sendMessage(player, "You get in the barrel and start rocking.") - queueScript(player, 1, QueueStrength.STRONG) { - sendMessage(player, "The barrel falls off the ledge.") - teleport(player, locDownstream) - return@queueScript stopExecuting(player) - } - return@on true - } - - // Climb the stairs at the tourism center - on(SceneryObj.STAIRCASE_1738, IntType.SCENERY, "climb-up") { player, _ -> - teleport(player, locTopOfStairs) - return@on true - } - - // Search an incorrect bookcase at the tourism center - on(intArrayOf(SceneryObj.BOOKCASE_380, SceneryObj.BOOKCASE_381), IntType.SCENERY, "search") { player, _ -> - sendMessage(player, "You search the books...") - queueScript(player, 2, QueueStrength.NORMAL) { - sendMessage(player, "You find nothing of interest to you.") - return@queueScript stopExecuting(player) - } - return@on true - } - - // Search the correct bookcase at the tourism center - on(SceneryObj.BOOKCASE_1989, IntType.SCENERY, "search") { player, _ -> - if (inInventory(player, Items.BOOK_ON_BAXTORIAN_292) || getQuestStage(player, Quests.WATERFALL_QUEST) != 20) { - sendMessage(player, "You search the bookcase and find nothing of interest.") - } else { - sendMessage(player, "You search the bookcase...") - sendMessage(player, "You find a book named 'Book on Baxtorian'") - addItemOrDrop(player, Items.BOOK_ON_BAXTORIAN_292) - } - return@on true - } - - // Search the crate that contains the key - on(SceneryObj.CRATE_1990, IntType.SCENERY, "search") { player, _ -> - if (inInventory(player, Items.A_KEY_293) || getQuestStage(player, Quests.WATERFALL_QUEST) < 30) { - sendMessage(player, "You search the crate and find nothing.") - } else { - sendMessage(player, "You search the crate...") - queueScript(player, 2, QueueStrength.WEAK) { // Weak so you can most easily be harangued by enemies - sendMessage(player, "and find a large key.") - addItemOrDrop(player, Items.A_KEY_293) - return@queueScript stopExecuting(player) - } - } - return@on true - } - - // Access the door in the gnome cave - on(SceneryObj.DOOR_1991, IntType.SCENERY, "open") { player, node -> - if (player.location.y > node.location.y) { - sendMessage(player, "You open the gate and walk through.") - DoorActionHandler.handleAutowalkDoor(player, node as Scenery) - return@on true - } else { - sendMessage(player, "The gate is locked.") - } - val startLabel = if (getQuestStage(player, Quests.WATERFALL_QUEST) >= 30) { "door_on_quest" } else { "door_no_business_here" } - DialogueLabeller.open(player, GolrieDialogueFile(startLabel), findLocalNPC(player, NPCs.GOLRIE_306)?: return@on true) - return@on true - } - - // Use the key on the door in the gnome cave - onUseWith(IntType.SCENERY, Items.A_KEY_293, SceneryObj.DOOR_1991) { player, _, with -> - sendMessage(player, "The key fits the gate.") - lock(player, 3) - queueScript(player, 3, QueueStrength.STRONG) { - sendMessage(player, "You open the gate and walk through.") - DoorActionHandler.handleAutowalkDoor(player, with as Scenery) - return@queueScript stopExecuting(player) - } - return@onUseWith true - } - - // Read Glarial's tombstone - on(SceneryObj.GLARIAL_S_TOMBSTONE_1992, IntType.SCENERY, "read") { player, _ -> - lock(player, 16) - queueScript(player, 1, QueueStrength.NORMAL) { stage -> - when (stage) { - 0 -> { - sendMessage(player, "The grave is covered in elven script.") - return@queueScript delayScript(player, 2) - } - 1 -> { - sendMessage(player, "Some of the writing is in common tongue, it reads:") - return@queueScript delayScript(player, 3) - } - 2 -> { - sendMessage(player, "Here lies Glarial, wife of Baxtorian,") - return@queueScript delayScript(player, 3) - } - 3 -> { - sendMessage(player, "true friend of nature in life and death.") - return@queueScript delayScript(player, 3) - } - 4 -> { - sendMessage(player, "May she now rest knowing") - return@queueScript delayScript(player, 3) - } - 5 -> { - sendMessage(player, "only visitors with peaceful intent can enter.") - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - return@on true - } - - // Enter Glarial's tomb with the pebble - onUseWith(IntType.SCENERY, Items.GLARIALS_PEBBLE_294, SceneryObj.GLARIAL_S_TOMBSTONE_1992) { player, _, _ -> - // A more strict frisk than Entrana - if (!ItemDefinition.canEnterEntrana(player) || anyInInventory(player, *anyRunes)) { - sendMessage(player, "You place the pebble in the gravestone's small indent.") - sendMessage(player, "It fits perfectly.") - lock(player, 3) - queueScript(player, 3, QueueStrength.NORMAL) { - sendMessage(player, "But nothing happens.") - return@queueScript stopExecuting(player) - } - } else { - sendMessage(player, "You place the pebble in the gravestone's small indent.") - sendMessage(player, "It fits perfectly.") - lock(player, 10) - queueScript(player, 3, QueueStrength.NORMAL) { stage -> - when (stage) { - 0 -> { - sendMessage(player, "You hear a loud creak.") - return@queueScript delayScript(player, 3) - } - 1 -> { - sendMessage(player, "The stone slab slides back revealing a ladder down.") - return@queueScript delayScript(player, 4) - } - 2 -> { - sendMessage(player, "You climb down to an underground passage.") - player.skills.setPrayerPoints(0.0) - teleport(player, locInsideTomb) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - } - return@onUseWith true - } - - // Open the treasure chest in Glarial's tomb - on(SceneryObj.CLOSED_CHEST_33046, IntType.SCENERY, "open") { player, node -> - animate(player, Animations.HUMAN_OPEN_CHEST_536) - replaceScenery(node as Scenery, SceneryObj.OPEN_CHEST_33047, -1) - return@on true - } - - // Search the treasure chest in Glarial's tomb - on(SceneryObj.OPEN_CHEST_33047, IntType.SCENERY, "search") { player, _ -> - if (getQuestStage(player, Quests.WATERFALL_QUEST) >= 30) { - if (inEquipmentOrInventory(player, Items.GLARIALS_AMULET_295)) { - sendMessage(player, "You search the chest and find nothing.") - } else { - sendMessage(player, "You search the chest and find a small amulet.") - addItemOrDrop(player, Items.GLARIALS_AMULET_295) - } - } - return@on true - } - - // Close the treasure chest in Glarial's tomb - on(SceneryObj.OPEN_CHEST_33047, IntType.SCENERY, "close") { player, node -> - animate(player, Animations.HUMAN_CLOSE_CHEST_535) - replaceScenery(node as Scenery, SceneryObj.CLOSED_CHEST_33046, -1) - return@on true - } - - // Search Glarial's Tomb - on(SceneryObj.GLARIAL_S_TOMB_33066, IntType.SCENERY, "search") { player, _ -> - if (getQuestStage(player, Quests.WATERFALL_QUEST) >= 30) { - if (inInventory(player, Items.GLARIALS_URN_296)) { - sendMessage(player, "You search the coffin and find nothing.") - } else { - sendMessage(player, "You search the coffin") - queueScript(player, 2, QueueStrength.WEAK) { stage -> // Weak so you can most easily be harangued by enemies - when (stage) { - 0 -> { - sendMessage(player, "Inside you find an urn full of ashes.") - return@queueScript delayScript(player, 2) - } - 1 -> { - sendMessage(player, "You take the urn and close the coffin.") - addItemOrDrop(player, Items.GLARIALS_URN_296) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - } - } - return@on true - } - - // Enter the waterfall cave - on(SceneryObj.LEDGE_37247, IntType.SCENERY, "open") { player, _ -> - sendMessage(player, "The door begins to open.") - queueScript(player, 2, QueueStrength.STRONG) { stage -> - when (stage) { - 0 -> { - if (inEquipmentOrInventory(player, Items.GLARIALS_AMULET_295) || isQuestComplete(player, Quests.WATERFALL_QUEST)) { - return@queueScript delayScript(player, 2) - } else { - sendMessage(player, "The cave floods and washes you away!") - teleport(player, locDownstream) - return@queueScript stopExecuting(player) - - } - } - 1 -> { - sendMessage(player, "You walk through the door.") - teleport(player, locInWaterfallCave) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - return@on true - } - - // Exit the waterfall cave through the entrance - on(SceneryObj.DOOR_32711, IntType.SCENERY, "open") { player, _ -> - teleport(player, locWaterfallLedge) - return@on true - } - - // Search the crate in the waterfall cave - on(SceneryObj.CRATE_1999, IntType.SCENERY, "search") { player, _ -> - if (inInventory(player, Items.A_KEY_298, 1) || getQuestStage(player, Quests.WATERFALL_QUEST) < 30) { - sendMessage(player, "You search the crate and find nothing.") - } else { - sendMessage(player, "You search the crate") - queueScript(player, 2, QueueStrength.WEAK) { // Weak so you can most easily be harangued by enemies - sendMessage(player, "and find a large key") - addItemOrDrop(player, Items.A_KEY_298) - return@queueScript stopExecuting(player) - } - } - return@on true - } - - // Interact with the doors directly ahead of the waterfall cave's inner chamber - on(SceneryObj.DOOR_2002, IntType.SCENERY, "open") { player, node -> - when (node.location) { - locWaterfallDoorSouth, locWaterfallDoorNorth -> { - if (player.location != locWaterfallDoorNorth.transform(0, 1, 0)) { - sendMessage(player, "The door is locked.") - } else { - DoorActionHandler.handleAutowalkDoor(player, node as Scenery) - } - } - locWaterfallDoorChamber -> { - teleport(player, locWaterfallDoorNorth) - removeAttribute(player, ATTRIBUTE_RUNES) - } - else -> return@on false - } - return@on true - } - - // Use the key on the doors inside the waterfall cave - onUseWith(IntType.SCENERY, Items.A_KEY_298, SceneryObj.DOOR_2002) { player, _, with -> - val locInChamber = locWaterfallDoorChamber.transform(0, 1, 0) - sendMessage(player, "You open the door and walk through.") - if (player.location == locInChamber) { - teleport(player, locWaterfallDoorNorth) - removeAttribute(player, ATTRIBUTE_RUNES) - return@onUseWith true - } - if (isQuestComplete(player, Quests.WATERFALL_QUEST) && player.location == locWaterfallDoorNorth) { - teleport(player, locInChamber) - } else { - DoorActionHandler.handleAutowalkDoor(player, with as Scenery) - } - return@onUseWith true - } - - // Use runes on the pedestals - onUseWith(IntType.SCENERY, puzzleRunes, SceneryObj.PILLAR_2004) { player, used, with -> - val pIndex = pedestalLocations.indexOf(with.location) - val rIndex = puzzleRunes.indexOf(used.id) - val activeIndex = (pIndex * puzzleRunes.size) + rIndex - var activeState = getAttribute(player, ATTRIBUTE_RUNES, 0) - if (pIndex == -1) return@onUseWith false - if (activeState and (1 shl activeIndex) == 0) { - if (removeItem(player, used.id)) { - sendMessage(player, "You place the rune on the stand.") - lock(player, 1) - queueScript(player, 1, QueueStrength.SOFT) { - sendMessage(player, "The rune stone disappears in a puff of smoke.") - sendGraphics(Graphics(GFX.GIVE_THANKS_86, 100), with.location) - return@queueScript stopExecuting(player) - } - activeState = activeState or (1 shl activeIndex) - setAttribute(player, ATTRIBUTE_RUNES, activeState) - } - } else { - sendMessage(player, "Nothing interesting happens.") - } - return@onUseWith true - } - - // Use the amulet on the statue - onUseWith(IntType.SCENERY, Items.GLARIALS_AMULET_295, SceneryObj.STATUE_OF_GLARIAL_2006) { player, used, _ -> - if (isQuestComplete(player, Quests.WATERFALL_QUEST) || player.location == locBeforeFinalStatue) { - return@onUseWith false - } - if (getAttribute(player, ATTRIBUTE_RUNES, 0) != (-1 shl 18).inv()) { - sendMessage(player, "You place the amulet around the neck of the statue.") - lock(player, 4) - queueScript(player, 3, QueueStrength.SOFT) { - sendMessage(player, "Rocks fall from the ceiling and hit you in the head.") - sendGraphics(GFX.ROCKS_FALL_74, player.location) - impact(player, 20, HitsplatType.NORMAL) - return@queueScript stopExecuting(player) - } - return@onUseWith true - } else if (removeItem(player, used)) { - sendMessage(player, "You place the amulet around the neck of the statue.") - lock(player, 5) - queueScript(player, 2, QueueStrength.SOFT) { stage -> - when (stage) { - 0 -> { - sendMessage(player, "You hear a loud rumble from beneath...") - return@queueScript delayScript(player, 2) - } - 1 -> { - sendMessage(player, "The ground raises up before you!") - teleport(player, locBeforeFinalStatue) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - return@onUseWith true - } - return@onUseWith false - } - - // Try to loot the chalice - on(SceneryObj.CHALICE_OF_ETERNITY_2014, IntType.SCENERY, "take treasure") { player, _ -> - if (!isQuestComplete(player, Quests.WATERFALL_QUEST)) { - sendMessage(player, "You hear the gushing of water.") - removeAttribute(player, ATTRIBUTE_RUNES) - lock(player, 18) - queueScript(player, 2, QueueStrength.SOFT) { stage -> - when (stage) { - 0 -> { - sendMessage(player, "Water floods into the cavern.") - animate(player, Animations.HUMAN_DROWN_765) - teleport(player, locBeforeFloodedStatue) - return@queueScript keepRunning(player) - } - 1 -> { - renderAnimation(player, Animations.HUMAN_DROWN_R_163) - AgilityHandler.walk(player, -1, player.location, player.location.transform(0, -2, 0), null, 0.0, null) - return@queueScript delayScript(player, 2) - } - 2 -> { - AgilityHandler.walk(player, -1, player.location, player.location.transform(1, -1, 0), null, 0.0, null) - return@queueScript keepRunning(player) - } - 3 -> { - renderAnimation(player, Animations.HUMAN_WHIRLPOOL_R_847) - return@queueScript delayScript(player, 12) - } - 4 -> { - sendMessage(player, "You are washed downstream, but feel lucky to be alive.") - resetRenderAnimation(player) - teleport(player, locDownstream) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - } else { - sendMessage(player, "The chalice only contains some old ashes.") - } - return@on true - } - - // Use the urn on the chalice - onUseWith(IntType.SCENERY, Items.GLARIALS_URN_296, SceneryObj.CHALICE_OF_ETERNITY_2014) { player, used, _ -> - if (isQuestComplete(player, Quests.WATERFALL_QUEST)) { - sendMessage(player, "The chalice only contains some old ashes.") - return@onUseWith true - } - if (freeSlots(player) < 5) { - sendMessage(player, "You do not have enough space for the reward, you will need 5 free slots to accept it.") - return@onUseWith true - } - if (removeItem(player, used)) { - addItemOrDrop(player, Items.GLARIALS_URN_297) - sendMessage(player, "You carefully pour the ashes into the chalice") - lock(player, 10) - queueScript(player, 3, QueueStrength.SOFT) { stage -> - when (stage) { - 0 -> { - sendMessage(player, "as you remove the Treasure of Baxtorian.") - return@queueScript delayScript(player, 3) - } - 1 -> { - sendMessage(player, "The chalice remains standing.") - sendMessage(player, "Inside you find a mithril case") - sendMessage(player, "containing 40 seeds,") - sendMessage(player, "two diamonds and two gold bars.") - return@queueScript delayScript(player, 2) - } - 2 -> { - finishQuest(player, Quests.WATERFALL_QUEST) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - } - return@onUseWith true - } } override fun defineDestinationOverrides() { - setDest(IntType.NPC, NPCs.HUDON_305) { _, _ -> - return@setDest locIslandAfterRaft - } - - setDest(IntType.SCENERY, intArrayOf(SceneryObj.ROCK_1996, SceneryObj.ROCK_1997), "swim to", "use") { _, _ -> - return@setDest locIslandBeforeRock + setDest(IntType.NPC,HUDON){ _, _ -> + return@setDest Location.create(2512, 3481, 0) } } - } \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallPlugin.java b/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallPlugin.java new file mode 100644 index 000000000..2a10ebe5c --- /dev/null +++ b/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallPlugin.java @@ -0,0 +1,584 @@ +package content.region.kandarin.quest.waterfall; + +import java.util.ArrayList; +import java.util.List; + +import content.data.Quests; +import core.cache.def.impl.ItemDefinition; +import core.cache.def.impl.NPCDefinition; +import core.cache.def.impl.SceneryDefinition; +import core.game.dialogue.FacialExpression; +import core.game.global.action.ClimbActionHandler; +import core.game.global.action.DoorActionHandler; +import content.global.skill.agility.AgilityHandler; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.OptionHandler; +import core.game.interaction.UseWithHandler; +import core.game.node.Node; +import core.game.node.entity.combat.ImpactHandler.HitsplatType; +import core.game.node.entity.npc.NPC; +import core.game.node.entity.player.Player; +import core.game.node.entity.player.link.quest.Quest; +import core.game.node.item.Item; +import core.game.node.scenery.Scenery; +import core.game.node.scenery.SceneryBuilder; +import core.game.system.task.Pulse; +import core.game.world.map.Location; +import core.game.world.update.flag.context.Animation; +import core.plugin.Plugin; +import kotlin.Unit; +import core.plugin.ClassScanner; + +import static core.api.ContentAPIKt.*; + +/** + * Master plugin file for the Waterfall quest. + * + * This is one of the most disgusting files I have ever seen. -Ceikry + * + * @author Splinter + * @version 1.0 - Feb 28th, 2015 + */ +public final class WaterfallPlugin extends OptionHandler { + + /** + * The rope + */ + public final static Item ROPE = new Item(954); + + /** + * The first ket + */ + public final static Item KEY = new Item(293); + + /** + * The second key + */ + public final static Item KEY_2 = new Item(298); + + /** + * The glarial's pebble + */ + public final static Item PEBBLE = new Item(294); + + /** + * The glarial's amulet + */ + public final static Item AMULET = new Item(295); + + /** + * The glarial's urn + */ + public final static Item URN = new Item(296); + + /** + * The glarial's urn + */ + public final static Item URN_EMPTY = new Item(297); + + /** + * Air rune + */ + public final static Item AIR_RUNE = new Item(556, 6); + + /** + * Water rune + */ + public final static Item WATER_RUNE = new Item(555, 6); + + /** + * Earth rune + */ + public final static Item EARTH_RUNE = new Item(557, 6); + + /** + * The swimmer swimming. + */ + private static final List SWIMMERS = new ArrayList<>(20); + + /** + * The ropes. + */ + private static final List ROPES = new ArrayList<>(20); + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ClassScanner.definePlugin(new WaterfallUseWithHandler()); + NPCDefinition.forId(305).getHandlers().put("option:talk-to", this); + SceneryDefinition.forId(1987).getHandlers().put("option:board", this); + SceneryDefinition.forId(2020).getHandlers().put("option:climb", this); + SceneryDefinition.forId(2022).getHandlers().put("option:get in", this); + SceneryDefinition.forId(10283).getHandlers().put("option:swim", this); + SceneryDefinition.forId(1996).getHandlers().put("option:swim to", this); + SceneryDefinition.forId(1989).getHandlers().put("option:search", this); + SceneryDefinition.forId(1990).getHandlers().put("option:search", this); + SceneryDefinition.forId(1991).getHandlers().put("option:open", this); + SceneryDefinition.forId(37247).getHandlers().put("option:open", this); + SceneryDefinition.forId(32711).getHandlers().put("option:open", this); + SceneryDefinition.forId(33046).getHandlers().put("option:open", this); + SceneryDefinition.forId(42313).getHandlers().put("option:open",this); + SceneryDefinition.forId(33047).getHandlers().put("option:search", this); + SceneryDefinition.forId(33047).getHandlers().put("option:close", this); + SceneryDefinition.forId(33066).getHandlers().put("option:search", this); + SceneryDefinition.forId(1999).getHandlers().put("option:search", this); + SceneryDefinition.forId(42319).getHandlers().put("option:climb-up", this); + SceneryDefinition.forId(2002).getHandlers().put("option:open", this); + SceneryDefinition.forId(1992).getHandlers().put("option:read", this); + SceneryDefinition.forId(2014).getHandlers().put("option:take treasure", this); + return this; + } + + @Override + public boolean handle(final Player player, Node node, String option) { + final int id = node.getId(); + final Quest quest = player.getQuestRepository().getQuest(Quests.WATERFALL_QUEST); + if (quest == null) { + player.sendMessage("Error! Waterfall quest cannot be found."); + return true; + } + switch (id) { + case 37247: + player.getPacketDispatch().sendMessage("The door opens..."); + player.getPulseManager().run(new Pulse(2, player) { + @Override + public boolean pulse() { + if ((player.getEquipment().containsAtLeastOneItem(295) || player.getInventory().contains(295, 1)) || player.getQuestRepository().isComplete(Quests.WATERFALL_QUEST)) { + player.getPacketDispatch().sendMessage("You walk through the door."); + player.teleport(new Location(2575, 9861)); + } else { + player.getPacketDispatch().sendMessage("The cave floods and washes you away!"); + player.teleport(new Location(2527, 3413)); + } + return true; + } + }); + break; + case 1992: + player.lock(16); + player.getPacketDispatch().sendMessage("The grave is covered in elven script.", 1); + player.getPacketDispatch().sendMessage("Some of the writing is in common tongue, it reads:", 3); + player.getPacketDispatch().sendMessage("Here lies Glarial, wife of Baxtorian,", 6); + player.getPacketDispatch().sendMessage("true friend of nature in life and death.", 9); + player.getPacketDispatch().sendMessage("May she now rest knowing", 12); + player.getPacketDispatch().sendMessage("only visitors with peaceful intent can enter.", 15); + break; + case 2014: + if (quest.getStage(player) != 100) { + player.getPacketDispatch().sendMessage("The cavern floods!"); + player.lock(6); + player.getPulseManager().run(new Pulse(5, player) { + @Override + public boolean pulse() { + player.teleport(new Location(2566, 9901)); + player.getPacketDispatch().sendMessage("You are washed out of the chalice room."); + player.removeAttribute("waterfall_placed_runes"); + return true; + } + }); + } else { + player.getPacketDispatch().sendMessage("You have already looted the treasure."); + } + break; + case 1999:// Second key (in the actual waterfall dungeon) + if (inInventory(player, 298,1) || quest.getStage(player) < 30) { + sendMessage(player, "You search the crate and find nothing."); + } else if (quest.getStage(player) >= 30 && !inInventory(player,298, 1)) { + sendMessage(player, "You find a large key."); + addItemOrDrop(player, 298, 1); + } + break; + case 2002:// + if (player.getLocation().equals(new Location(2568, 9893))) { + player.getPacketDispatch().sendMessage("The door is locked."); + } else if (node.getLocation().equals(new Location(2566, 9901)) || player.getLocation().equals(new Location(2568, 9894, 0))) { + if (quest.getStage(player) >= 100 && node.getLocation().equals(new Location(2566, 9901)) && player.getLocation().equals(new Location(2566, 9901))) { + player.teleport(new Location(2604, 9901)); + } else { + DoorActionHandler.handleAutowalkDoor(player, (Scenery) node); + } + } + if (node.getLocation().equals(new Location(2604, 9900))) { + player.teleport(new Location(2566, 9901)); + player.removeAttribute("waterfall_placed_runes"); + } + break; + case 33046: + SceneryBuilder.add(new Scenery(33047, Location.create(2530, 9844, 0), 10, 1)); + break; + case 42319: + if (node.getLocation().equals(new Location(2556, 9844))) { + ClimbActionHandler.climb(player, new Animation(828), Location.create(2557, 3444, 0)); + } else { + ClimbActionHandler.climbLadder(player, (Scenery) node, option); + } + break; + case 33047: + switch (option) { + case "open": + case "search": + if (quest.getStage(player) >= 30) { + if (!player.hasItem(new Item(295))) { + player.getPacketDispatch().sendMessage("You search the chest and find a small amulet."); + player.getInventory().add(new Item(295, 1)); + } else { + player.getPacketDispatch().sendMessage("You search the chest and find nothing."); + } + } + break; + case "close": + SceneryBuilder.add(new Scenery(33046, Location.create(2530, 9844, 0), 10, 1)); + break; + } + break; + case 33066: + if (quest.getStage(player) >= 30) { + if (!player.getInventory().contains(296, 1)) { + player.getPacketDispatch().sendMessage("You search the coffin and inside you find an urn full of ashes."); + player.getInventory().add(new Item(296, 1)); + } else { + player.getPacketDispatch().sendMessage("You search the coffin and find nothing."); + } + } + break; + case 32711: + player.teleport(new Location(2511, 3463)); + break; + case 2020: + player.getDialogueInterpreter().open("waterfall_tree_dialogue", 0); + break; + case 305: + player.getDialogueInterpreter().open(305, ((NPC) node)); + break; + case 1990: + if (inInventory(player,293, 1) || quest.getStage(player) < 30) { + sendMessage(player,"You search the crate and find nothing."); + } else if (quest.getStage(player) >= 30 && !inInventory(player,293, 1)) { + sendMessage(player, "You find a large key."); + addItemOrDrop(player,293, 1); + } + break; + case 1991: + if (player.getLocation().getY() >= 9576) { + DoorActionHandler.handleAutowalkDoor(player, (Scenery) node); + player.getPacketDispatch().sendMessage("You open the gate and walk through."); + } else if (player.getInventory().contains(293, 1) && player.getLocation().getY() < 9576) { + player.getPacketDispatch().sendMessage("The gate is locked. You need to use the key on the door to enter."); + } else { + player.getDialogueInterpreter().sendDialogues(306, FacialExpression.HALF_GUILTY, "Hello? Ah yes, the door is still locked.", "If you want to get in here, you'll need to find the key", "that I hid in some crates in the eastern room."); + } + break; + case 1989: + if (player.getInventory().contains(292, 1) || quest.getStage(player) != 20) { + player.getPacketDispatch().sendMessage("You search the bookcase and find nothing of interest."); + break; + } else if (!player.hasItem(new Item(292)) && quest.getStage(player) == 20) { + player.getInventory().add(new Item(292, 1)); + player.getPacketDispatch().sendMessage("You search the bookcase and find a book named 'Book on Baxtorian'"); + } + break; + case 10283: + case 1996: + player.logoutListeners.put("waterfall", player1 -> { + player1.setLocation(player.getLocation().transform(0,0,0)); + return Unit.INSTANCE; + }); + player.getPacketDispatch().sendGraphic(68); + player.lock(6); + AgilityHandler.walk(player, -1, player.getLocation(), new Location(2512, 3471, 0), Animation.create(164), 0, null); + player.getPacketDispatch().sendMessage("It looks like a long distance, but you swim out into the water."); + player.getPacketDispatch().sendMessage("The current is too strong, you feel yourself being pulled under", 3); + player.getPulseManager().run(new Pulse(6, player) { + @Override + public boolean pulse() { + player.getPacketDispatch().sendMessage("You are washed downstream but feel lucky to be alive."); + player.teleport(new Location(2527, 3413)); + return true; + } + }); + break; + case 2022:// Barrel + player.getPacketDispatch().sendMessage("You get in the barrel and start rocking."); + player.getPacketDispatch().sendMessage("The barrel falls off the ledge."); + player.teleport(new Location(2527, 3413)); + break; + case 1987:// Raft + if (quest.getStage(player) >= 10) { + player.getPacketDispatch().sendMessage("You board the small raft", 2); + player.lock(13); + player.getPacketDispatch().sendMessage("and push off down stream.", 6); + player.getPacketDispatch().sendMessage("The raft is pulled down stream by strong currents", 9); + player.getPulseManager().run(new Pulse(12, player) { + @Override + public boolean pulse() { + player.getPacketDispatch().sendMessage("You crash into a small land mound."); + player.teleport(new Location(2512, 3481)); + return true; + } + }); + } else { + player.getDialogueInterpreter().sendDialogue("You have no reason to board this raft."); + } + return true; + } + return true; + } + + @Override + public Location getDestination(Node node, Node n) { + if (n instanceof NPC) { + NPC npc = ((NPC) n); + if (npc.getId() == 305) { + return Location.create(2512, 3481, 0); + } + } + if (n instanceof Scenery) { + Scenery obj = ((Scenery) n); + if (obj.getId() == 1996 || obj.getId() == 1997) { + return Location.create(2512, 3476, 0); + } + } + return null; + } + + @Override + public boolean isWalk(Player player, Node node) { + return !(node instanceof Item); + } + + @Override + public boolean isWalk() { + return false; + } + + public void handleObjects(boolean add, final Player player) {// very ugly + // code + if (add) { + ROPES.add(new Scenery(1997, Location.create(2512, 3468, 0), 10, 0)); + ROPES.add(new Scenery(1998, Location.create(2512, 3469, 0), 10, 0)); + ROPES.add(new Scenery(1998, Location.create(2512, 3470, 0), 10, 0)); + ROPES.add(new Scenery(1998, Location.create(2512, 3471, 0), 10, 0)); + ROPES.add(new Scenery(1998, Location.create(2512, 3472, 0), 10, 0)); + ROPES.add(new Scenery(1998, Location.create(2512, 3473, 0), 10, 0)); + ROPES.add(new Scenery(1998, Location.create(2512, 3474, 0), 10, 0)); + ROPES.add(new Scenery(1998, Location.create(2512, 3475, 0), 10, 0)); + for (Scenery rope : ROPES) { + SceneryBuilder.add(rope); + } + } else { + for (Scenery rope : ROPES) { + SceneryBuilder.remove(rope); + } + ROPES.clear(); + SceneryBuilder.add(new Scenery(1996, Location.create(2512, 3468, 0), 10, 0)); + + } + } + + /** + * Handles the runestone graphic. + * @param player the player. + */ + public void playRunestoneGraphics(final Player player) { + player.getPacketDispatch().sendGlobalPositionGraphic(580, new Location(2562, 9914)); + player.getPacketDispatch().sendGlobalPositionGraphic(580, new Location(2562, 9912)); + player.getPacketDispatch().sendGlobalPositionGraphic(580, new Location(2562, 9910)); + player.getPacketDispatch().sendGlobalPositionGraphic(580, new Location(2569, 9914)); + player.getPacketDispatch().sendGlobalPositionGraphic(580, new Location(2569, 9912)); + player.getPacketDispatch().sendGlobalPositionGraphic(580, new Location(2569, 9910)); + } + + /** + * Handles using items on objects for the quest. + * @author Splinter + */ + public class WaterfallUseWithHandler extends UseWithHandler { + + private final int[] OBJECTS = new int[] { 1996, 1997, 2020, 1991, 1992, 2002, 2006, 2014, 2004 }; + + /** + * Constructs a new {@Code WaterfallUseWithItemHandler} {@Code + * Object} + */ + public WaterfallUseWithHandler() { + super(ROPE.getId(), KEY.getId(), PEBBLE.getId(), KEY_2.getId(), AMULET.getId(), URN.getId(), AIR_RUNE.getId(), EARTH_RUNE.getId(), WATER_RUNE.getId()); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (int id : OBJECTS) { + addHandler(id, OBJECT_TYPE, this); + } + return this; + } + + @Override + public Location getDestination(Player playa, Node n) { + if (n instanceof Scenery) { + Scenery obj = (Scenery) n; + if (obj.getId() == 1996 || obj.getId() == 1997) { + return Location.create(2512, 3476, 0); + } + } + return null; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final Player player = event.getPlayer(); + Item useditem = event.getUsedItem(); + final Quest quest = player.getQuestRepository().getQuest(Quests.WATERFALL_QUEST); + final Scenery object = (Scenery) event.getUsedWith(); + + if (useditem.getId() == ROPE.getId() && object.getId() == 1996 || object.getId() == 1997) { + player.lock(8); + player.animate(Animation.create(774)); + SWIMMERS.add(player); + if (SWIMMERS.size() == 0 || ROPES.size() == 0) { + handleObjects(true, player); + } + player.logoutListeners.put("waterfall", player1 -> { + player1.setLocation(player.getLocation().transform(0,0,0)); + return Unit.INSTANCE; + }); + player.getPulseManager().run(new Pulse(2, player) { + @Override + public boolean pulse() { + player.faceLocation(new Location(2512, 3468, 0)); + AgilityHandler.walk(player, -1, player.getLocation(), new Location(2512, 3469, 0), Animation.create(273), 0, null); + player.getPulseManager().run(new Pulse(8, player) { + @Override + public boolean pulse() { + player.teleport(new Location(2513, 3468)); + player.faceLocation(new Location(2512, 3468, 0)); + player.animate(Animation.create(780)); + player.logoutListeners.remove("waterfall"); + return true; + } + + @Override + public void stop() { + super.stop(); + if (SWIMMERS.remove(player) && SWIMMERS.size() == 0) { + handleObjects(false, player); + } + } + }); + return true; + } + }); + } + + if (useditem.getId() == ROPE.getId() && object.getId() == 2020) { + player.getPacketDispatch().sendMessage("You tie the rope to the tree and let yourself down on the ledge."); + player.teleport(new Location(2511, 3463)); + } + + if (useditem.getId() == KEY.getId() && object.getId() == 1991) { + player.getPacketDispatch().sendMessage("The key fits the gate."); + player.getPacketDispatch().sendMessage("You open the gate and walk through."); + DoorActionHandler.handleAutowalkDoor(player, object); + } + + if (useditem.getId() == KEY_2.getId() && object.getId() == 2002 && !object.getLocation().equals(new Location(2566, 9901))) { + player.getPacketDispatch().sendMessage("You open the door and walk through."); + DoorActionHandler.handleAutowalkDoor(player, object); + } + + if (useditem.getId() == PEBBLE.getId() && object.getId() == 1992 && ItemDefinition.canEnterEntrana(player)) { + if (player.getFamiliarManager().hasFamiliar()) { + sendMessage(player, "You can't take a follower into the tomb."); + return false; + } + player.getPacketDispatch().sendMessage("You place the pebble in the gravestone's small indent."); + player.getPacketDispatch().sendMessage("It fits perfectly."); + player.getPacketDispatch().sendMessage("You hear a loud creak.", 4); + player.getPacketDispatch().sendMessage("The stone slab slides back revealing a ladder down.", 7); + player.getPacketDispatch().sendMessage("You climb down to an underground passage.", 12); + player.getPulseManager().run(new Pulse(13, player) { + @Override + public boolean pulse() { + player.getSkills().setPrayerPoints(0); + player.teleport(new Location(2555, 9844)); + return true; + } + }); + } else if (!ItemDefinition.canEnterEntrana(player) && useditem.getId() == PEBBLE.getId() && object.getId() == 1992) { + player.getPacketDispatch().sendMessage("You place the pebble in the gravestone's small indent."); + player.getPacketDispatch().sendMessage("It fits perfectly."); + player.getPacketDispatch().sendMessage("But nothing happens.", 4); + } + + if ((useditem.getId() == AIR_RUNE.getId() || useditem.getId() == EARTH_RUNE.getId() || useditem.getId() == WATER_RUNE.getId()) && object.getId() == 2004) { + if (player.getInventory().contains(555, 6) && player.getInventory().contains(556, 6) && player.getInventory().contains(557, 6)) { + if (player.getAttribute("waterfall_placed_runes") != null) { + player.getPacketDispatch().sendMessage("You have already placed the runes on the pillars."); + return false; + } + playRunestoneGraphics(player); + player.getPacketDispatch().sendMessage("You place one of each runestone on all six of the pillars."); + player.setAttribute("waterfall_placed_runes", 1); + player.getInventory().remove(new Item(AIR_RUNE.getId(), 6)); + player.getInventory().remove(new Item(EARTH_RUNE.getId(), 6)); + player.getInventory().remove(new Item(WATER_RUNE.getId(), 6)); + } else { + player.getPacketDispatch().sendMessage("You do not have enough runestones to place on the pillars."); + } + } + + if (useditem.getId() == AMULET.getId() && object.getId() == 2006 && quest.getStage(player) != 100 && !player.getLocation().equals(new Location(2603, 9914))) { + if (player.getAttribute("waterfall_placed_runes") == null) { + player.getPacketDispatch().sendMessage("You place the amulet around the neck of the statue."); + player.lock(4); + player.getPulseManager().run(new Pulse(3, player) { + @Override + public boolean pulse() { + player.getPacketDispatch().sendGraphic(74); + player.getImpactHandler().manualHit(player, 20, HitsplatType.NORMAL); + player.getPacketDispatch().sendMessage("Rocks fall from the ceiling and hit you in the head."); + return true; + } + }); + } else if (player.getAttribute("waterfall_placed_runes") != null) { + player.lock(7); + player.getInventory().remove(AMULET); + player.getPacketDispatch().sendMessage("You place the amulet around the neck of the statue."); + player.getPacketDispatch().sendMessage("You hear a loud rumble from beneath...", 3); + player.getPacketDispatch().sendMessage("The ground raises up before you!", 6); + player.getPulseManager().run(new Pulse(6, player) { + @Override + public boolean pulse() { + player.teleport(new Location(2603, 9914)); + return true; + } + }); + } + } + + if (useditem.getId() == URN.getId() && object.getId() == 2014 && quest.getStage(player) != 100) { + if (player.getInventory().freeSlots() < 5) { + player.getPacketDispatch().sendMessage("You'll need 5 free inventory slots to take Glarial's treasure."); + return false; + } else { + player.lock(10); + player.getInventory().remove(URN); + player.getInventory().add(URN_EMPTY); + player.getPacketDispatch().sendMessage("You carefully pour the ashes into the chalice"); + player.getPacketDispatch().sendMessage("as you remove the Treasure of Baxtorian", 3); + player.getPacketDispatch().sendMessage("The chalice remains standing.", 6); + player.getPacketDispatch().sendMessage("Inside you find a mithril case", 6); + player.getPacketDispatch().sendMessage("containing 40 seeds,", 6); + player.getPacketDispatch().sendMessage("two diamonds and two gold bars.", 6); + player.getPulseManager().run(new Pulse(8, player) { + @Override + public boolean pulse() { + quest.finish(player); + return true; + } + }); + + } + } + return true; + } + } +} diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallQuest.kt b/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallQuest.kt deleted file mode 100644 index 5b2eea352..000000000 --- a/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallQuest.kt +++ /dev/null @@ -1,123 +0,0 @@ -package content.region.kandarin.quest.waterfall - -import content.data.Quests -import core.api.* -import core.game.node.entity.player.Player -import core.game.node.entity.player.link.quest.Quest -import core.game.node.entity.skill.Skills -import core.plugin.Initializable -import org.rs09.consts.Components -import org.rs09.consts.Items - -/** - * Waterfall Quest - * @author Splinter - original - * @author Bishop - refactor - */ - -@Initializable -class WaterfallQuest : Quest(Quests.WATERFALL_QUEST, 65, 64, 1, 65, 0, 1, 10) { - - private val questVarp = 65 - - override fun drawJournal(player: Player, stage: Int) { - super.drawJournal(player, stage) - - var ln = 11 - var stage = getStage(player) - var started = getQuestStage(player, Quests.WATERFALL_QUEST) > 0 - - val hasPebble = (inInventory(player, Items.GLARIALS_PEBBLE_294)) - val hasAmulet = (inInventory(player, Items.GLARIALS_AMULET_295) || inEquipment(player, Items.GLARIALS_AMULET_295)) - val inChamber = ((player.location.x in 2561..2570 && player.location.y in 9902..9917) || (player.location.x in 2599..2608 && player.location.y in 9901..9916)) - - if (!started) { - line(player, "I can start this quest by speaking to !!Almera?? in her house", ln++) - line(player, "next to the !!Baxtorian Falls.", ln++) - line(player, "", ln++) - line(player, "I need to be able to fight !!Level 84 Giants.", ln++) - limitScrolling(player, ln + 6, true) - } else { - if (stage >= 10) { - line(player, "I spoke to !!Almera?? in a house close to the Baxtorian", ln++, stage >= 20) - line(player, "waterfall. Her son was missing so I offered to help find", ln++, stage >= 20) - line(player, "him. The boy, !!Hudon's?? looking for treasure in the waterfall.", ln++, stage >= 20) - ln++ - } - if (stage >= 20) { - line(player, "I found Hudon a short raft ride down the river. He is", ln++, stage >= 30) - line(player, "convinced there is treasure here somewhere. Maybe I", ln++, stage >= 30) - line(player, "need to do a little research.", ln++, stage >= 30) - ln++ - } - if (stage >= 30) { - line(player, "I found a book in the tourist office about Baxtorian. The", ln++, true) - line(player, "book tells of a sad love story about 2 elf lovers. It ends", ln++, true) - line(player, "with Baxtorian withdrawing to his home under the waterfall", ln++, true) - line(player, "after his wife dies. It is told that only Glarial could enter", ln++, true) - line(player, "their home.", ln++, true) - ln++ - line(player, "The book also mentions !!Glarial's tomb?? and a pebble, it", ln++, stage == 100 || hasAmulet || inChamber) - line(player, "appears that the pebble is used to enter the tomb.", ln++, stage == 100 || hasAmulet || inChamber) - line(player, "From what I understand Glarial's pebble was hidden in a", ln++, stage == 100 || hasPebble || hasAmulet || inChamber) - line(player, "cave under the Tree Gnome Village by Golrie's ancestors.", ln++, stage == 100 || hasPebble || hasAmulet || inChamber) - ln++ - } - if (stage >= 30 && (stage == 100 || hasAmulet || inChamber)) { - line(player, "Inside the tomb I found Glarial's amulet and ashes.", ln++, stage == 100 || inChamber) - ln++ - } - if (stage >= 30 && (stage == 100 || inChamber)) { - line(player, "I finally got access to the derelict home of Baxtorian. The", ln++, true) - line(player, "door must have been keyed to Glarial's amulet.", ln++, true) - line(player, "", ln++) - line(player, "I have found a room containing the !!Chalice of Eternity.?? The", ln++, stage == 100) - line(player, "chalice is suspended in midair just out of reach.", ln++, stage == 100) - ln++ - } - if (stage == 100) { - line(player, "Using Glarial's ashes as a counterweight, I was able to", ln++, true) - line(player, "remove the treasure that had been left in the chalice.", ln++, true) - ln++ - line(player, "!!QUEST COMPLETE!", ln++) - } - limitScrolling(player, ln, false) - } - } - - override fun finish(player: Player) { - var ln = 10 - super.finish(player) - - setInterfaceText(player, "You have completed the Waterfall Quest!", Components.QUEST_COMPLETE_SCROLL_277, 4) - sendItemZoomOnInterface(player,Components.QUEST_COMPLETE_SCROLL_277, 5, Items.DIAMOND_1601, 230) - - drawReward(player, "1 Quest Point", ln++) - drawReward(player, "13,750 Strength XP", ln++) - drawReward(player, "13,750 Attack XP", ln++) - drawReward(player, "2 diamonds", ln++) - drawReward(player, "2 gold bars", ln++) - drawReward(player, "40 Mithril seeds", ln++) - - rewardXP(player, Skills.STRENGTH, 13750.0) - rewardXP(player, Skills.ATTACK, 13750.0) - - addItemOrDrop(player, Items.DIAMOND_1601, 2) - addItemOrDrop(player, Items.GOLD_BAR_2357, 2) - addItemOrDrop(player, Items.MITHRIL_SEEDS_299, 40) - } - - override fun setStage(player: Player, stage: Int) { - super.setStage(player, stage) - this.updateVarps(player) - } - - override fun updateVarps(player: Player) { - setVarp(player, questVarp, (getQuestStage(player, Quests.WATERFALL_QUEST) / 10), true) - } - - override fun newInstance(`object`: Any?): Quest { - return this - } - -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallTreeDialogue.java b/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallTreeDialogue.java new file mode 100644 index 000000000..54b39a043 --- /dev/null +++ b/Server/src/main/content/region/kandarin/quest/waterfall/WaterfallTreeDialogue.java @@ -0,0 +1,80 @@ +package content.region.kandarin.quest.waterfall; + +import core.game.dialogue.DialogueInterpreter; +import core.game.dialogue.DialoguePlugin; +import core.game.node.entity.combat.ImpactHandler.HitsplatType; +import core.game.node.entity.player.Player; +import core.game.system.task.Pulse; +import core.game.world.map.Location; +import core.game.world.update.flag.context.Animation; + +/** + * Handles the dialogue for the tree on the edge of the Waterfall. + * @author Splinter + */ +public class WaterfallTreeDialogue extends DialoguePlugin { + + public WaterfallTreeDialogue() { + + } + + public WaterfallTreeDialogue(Player player) { + super(player); + } + + @Override + public int[] getIds() { + return new int[] { DialogueInterpreter.getDialogueKey("waterfall_tree_dialogue") }; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + switch (stage) { + + case 100: // Generic end to the dlg + end(); + break; + + /* Main dialogue sequence */ + case 0: + player.getDialogueInterpreter().sendOptions("Select an Option", "Climb down anyway", "Back away"); + stage = 1; + break; + case 1: + switch (buttonId) { + case 1: + end(); + player.getPacketDispatch().sendMessage("You climb down the tree"); + player.animate(new Animation(828)); + player.getPulseManager().run(new Pulse(4, player) { + @Override + public boolean pulse() { + player.getPacketDispatch().sendMessage("and lose your grip."); + player.getPacketDispatch().sendMessage("You get washed away in the current."); + player.teleport(new Location(2527, 3413)); + player.getImpactHandler().manualHit(player, 8, HitsplatType.NORMAL); + return true; + } + }); + break; + case 2: + player.getDialogueInterpreter().sendDialogue("You leave the tree alone."); + stage = 100; + break; + } + } + return true; + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new WaterfallTreeDialogue(player); + } + + @Override + public boolean open(Object... args) { + player.getDialogueInterpreter().sendDialogue("It would be difficult to get down this tree without using a rope", "on it first."); + stage = 0; + return true; + } +} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/seers/diary/SeersVillageAchievementDiary.kt b/Server/src/main/content/region/kandarin/seers/diary/SeersVillageAchievementDiary.kt index e157e1b81..bd9e90188 100644 --- a/Server/src/main/content/region/kandarin/seers/diary/SeersVillageAchievementDiary.kt +++ b/Server/src/main/content/region/kandarin/seers/diary/SeersVillageAchievementDiary.kt @@ -7,7 +7,6 @@ import core.api.inEquipment import core.game.diary.DiaryEventHookBase import core.game.diary.DiaryLevel import core.game.event.* -import core.game.node.Node import core.game.node.entity.player.Player import core.game.node.entity.player.link.diary.DiaryType import core.game.node.entity.player.link.prayer.PrayerType @@ -31,11 +30,8 @@ class SeersVillageAchievementDiary : DiaryEventHookBase(DiaryType.SEERS_VILLAGE) private val SEERS_VILLAGE_AREA = ZoneBorders(2687, 3455, 2742, 3507) private val SEERS_BANK_AREA = ZoneBorders(2721, 3490, 2730, 3493) + private val SEERS_COAL_TRUCKS_AREA = ZoneBorders(2690, 3502, 2699, 3508) private val SEERS_COURTHOUSE_AREA = ZoneBorders(2732, 3467, 2739, 3471) - private val SEERS_COAL_TRUCK_LOCATIONS = setOf( - Location.create(2696, 3504), - Location.create(2698, 3507) - ) private val RANGING_GUILD_LOCATION = Location(2657, 3439) @@ -113,7 +109,7 @@ class SeersVillageAchievementDiary : DiaryEventHookBase(DiaryType.SEERS_VILLAGE) ) } - when (player.location.regionId) { + when (player.viewport.region.id) { 10805 -> if (event.itemId == Items.FLAX_1779) { progressIncrementalTask( player, @@ -196,7 +192,7 @@ class SeersVillageAchievementDiary : DiaryEventHookBase(DiaryType.SEERS_VILLAGE) } override fun onNpcKilled(player: Player, event: NPCKillEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 10906 -> if (event.npc.id in WORKSHOP_ELEMENTALS) { progressFlaggedTask( player, @@ -250,17 +246,19 @@ class SeersVillageAchievementDiary : DiaryEventHookBase(DiaryType.SEERS_VILLAGE) } } - fun onCoalRemovedFromSeersTruck(player: Player, node: Node, coalTruckFull: Boolean) { - if (!coalTruckFull) return - if (node.id != Scenery.COAL_TRUCK_2114) return - if (node.location !in SEERS_COAL_TRUCK_LOCATIONS) return - - whenTaskRequirementFulfilled(player, ATTRIBUTE_COAL_TRUCK_FULL) { - finishTask( - player, - DiaryLevel.MEDIUM, - MediumTasks.TRANSPORT_FULL_LOAD_OF_COAL - ) + override fun onInteracted(player: Player, event: InteractionEvent) { + when { + inBorders(player, SEERS_COAL_TRUCKS_AREA) -> { + whenTaskRequirementFulfilled(player, ATTRIBUTE_COAL_TRUCK_FULL) { + if (event.option == "remove-coal") { + finishTask( + player, + DiaryLevel.MEDIUM, + MediumTasks.TRANSPORT_FULL_LOAD_OF_COAL + ) + } + } + } } } @@ -318,7 +316,7 @@ class SeersVillageAchievementDiary : DiaryEventHookBase(DiaryType.SEERS_VILLAGE) } override fun onItemPurchasedFromShop(player: Player, event: ItemShopPurchaseEvent) { - if (event.itemId == Items.CANDLE_36 && player.location.regionId == 11061) { + if (event.itemId == Items.CANDLE_36 && player.viewport.region.id == 11061) { finishTask( player, DiaryLevel.EASY, @@ -346,7 +344,7 @@ class SeersVillageAchievementDiary : DiaryEventHookBase(DiaryType.SEERS_VILLAGE) } override fun onPrayerPointsRecharged(player: Player, event: PrayerPointsRechargeEvent) { - if (player.location.regionId == 10806) { + if (player.viewport.region.id == 10806) { if (event.altar.id == Scenery.ALTAR_409 || event.altar.id == Scenery.ALTAR_19145) { finishTask( player, diff --git a/Server/src/main/content/region/kandarin/seers/handlers/RangingGuildPlugin.java b/Server/src/main/content/region/kandarin/seers/handlers/RangingGuildPlugin.java index b11c6e164..5589a4d69 100644 --- a/Server/src/main/content/region/kandarin/seers/handlers/RangingGuildPlugin.java +++ b/Server/src/main/content/region/kandarin/seers/handlers/RangingGuildPlugin.java @@ -698,7 +698,7 @@ public final class RangingGuildPlugin extends OptionHandler { case 17: ClimbActionHandler.climb(player, null, Location.create(2668, 3427, 2)); player.getInterfaceManager().close(); - List npcs = RegionManager.getLocalNPCs(Location.create(2668, 3427, 2)); + List npcs = RegionManager.getLocalNpcs(Location.create(2668, 3427, 2)); String dir = ""; for (NPC n : npcs) { if (n.getId() >= 684 && n.getId() <= 687) { diff --git a/Server/src/main/content/region/kandarin/yanille/dialogue/ZavisticRarveDialogue.kt b/Server/src/main/content/region/kandarin/yanille/dialogue/ZavisticRarveDialogue.kt index fd8a84cc4..9ccbedc95 100644 --- a/Server/src/main/content/region/kandarin/yanille/dialogue/ZavisticRarveDialogue.kt +++ b/Server/src/main/content/region/kandarin/yanille/dialogue/ZavisticRarveDialogue.kt @@ -1,488 +1,120 @@ package content.region.kandarin.yanille.dialogue -import content.data.Quests import content.region.kandarin.feldip.quest.zogreflesheaters.ZogreFleshEaters -import content.region.kandarin.yanille.handlers.ZavisticRarveBellSpawn -import content.region.kandarin.yanille.quest.thehandinthesand.cutscene.SandpitCutscene -import content.region.kandarin.yanille.quest.thehandinthesand.quest.TheHandintheSand -import core.api.addItem -import core.api.animate -import core.api.closeDialogue -import core.api.delayScript -import core.api.finishQuest -import core.api.freeSlots -import core.api.getAttribute -import core.api.getQuestStage -import core.api.hasAnItem -import core.api.inInventory -import core.api.isQuestInProgress -import core.api.lock -import core.api.openDialogue -import core.api.playGlobalAudio -import core.api.queueScript -import core.api.removeItem -import core.api.resetAnimator -import core.api.setAttribute -import core.api.setQuestStage -import core.api.setVarbit -import core.api.stopExecuting -import core.api.teleport -import core.api.unlock -import core.api.visualize +import core.api.* import core.game.dialogue.DialogueBuilder -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption +import core.game.dialogue.DialogueBuilderFile import core.game.dialogue.DialoguePlugin import core.game.dialogue.FacialExpression -import core.game.interaction.QueueStrength import core.game.node.entity.player.Player -import core.game.node.item.Item -import core.game.world.map.Location -import core.game.world.update.flag.context.Animation -import core.game.world.update.flag.context.Graphics import core.plugin.Initializable import org.rs09.consts.Items import org.rs09.consts.NPCs -import org.rs09.consts.Sounds - -private const val ATTRIBUTE_MET_ZAVISTIC_RARVE = "/save:met_zavistic_rarve" -private const val CAST_SPELL_ANIM_711 = 711 -private const val TELEPORT_SPELL_ANIM_714 = 714 -private val TELEPORT_SPELL_GFX_308 = Graphics(308, 100, 50) - -/** - * Dialogue for Zavistic Rarve, including default Wizards Guild dialogue, - * Zogre Flesh Eaters routing and The Hand in the Sand quest dialogue. - */ @Initializable -class ZavisticRarveDialogue(player: Player? = null) : DialoguePlugin(player) { +class ZavisticRarveDialogue (player: Player? = null) : DialoguePlugin(player) { override fun newInstance(player: Player): DialoguePlugin { return ZavisticRarveDialogue(player) } - override fun handle(interfaceId: Int, buttonId: Int): Boolean { - ZavisticRarveBellSpawn.resetDespawnTimer(npc, player) openDialogue(player, ZavisticRarveDialogueFile(), npc) return false } - override fun getIds(): IntArray { return intArrayOf(NPCs.ZAVISTIC_RARVE_2059) } } +class ZavisticRarveDialogueFile : DialogueBuilderFile() { -/** - * Label-based dialogue router for Zavistic Rarve. - * The default guild options live here while Zogre Flesh Eaters routes back - * into its legacy dialogue file without replaying Zavistic's intro. - */ - -class ZavisticRarveDialogueFile(private val viaBell: Boolean = false, private val startLabel: String? = null) : DialogueLabeller() { companion object { - fun dialogueInitialTalk(builder: DialogueBuilder): DialogueBuilder { + fun dialogueInitialTalk(builder: DialogueBuilder) : DialogueBuilder { return builder - .npcl("What are you doing...Oh, it's you...sorry...didn't realise...what can I do for you?") + .branch { player -> + return@branch if (getQuestStage(player, ZogreFleshEaters.questName) > 3 /* || hand in the sand quest */) { + 1 + } else { + 0 + } + }.let { branch2 -> + val returnJoin = builder.placeholder() + branch2.onValue(1) + .npcl("What are you doing...Oh, it's you...sorry...didn't realise...what can I do for you?") + // There is a fork here if you are doing hand in the sand. + .goto(returnJoin) + branch2.onValue(0) + .npcl("What are you doing bothering me? Don't you think some of us have work to do?") + .playerl("I thought you were here to help?") + .npcl("Well... I am, I suppose, anyway... we're very busy here, hurry up, what do you want?") + .goto(returnJoin) + return@let returnJoin.builder() + } + } + + fun dialogueInitialTalkViaBell(builder: DialogueBuilder) : DialogueBuilder { + return builder + .branch { player -> + return@branch if (getQuestStage(player, ZogreFleshEaters.questName) > 3 /* || hand in the sand quest */) { + 1 + } else { + 0 + } + }.let { branch2 -> + val returnJoin = builder.placeholder() + branch2.onValue(1) + .npcl("What are you doing...Oh, it's you...sorry...didn't realise...what can I do for you?") + .goto(returnJoin) + branch2.onValue(0) + .npcl("What are you doing ringing that bell?! Don't you think some of us have work to do?") + .playerl("But I was told to ring the bell if I wanted some attention.") + .npcl("Well...anyway...we're very busy here, hurry up what do you want?") + .goto(returnJoin) + return@let returnJoin.builder() + } } fun defaultTalk(continueBuilder: DialogueBuilder) { continueBuilder.let { builder -> val returnJoin = builder.placeholder() - returnJoin.builder() - .options() - .let { optionBuilder -> - optionBuilder.option_playerl("What is there to do in the Wizards' Guild?") - .npcl("This is the finest wizards' establishment in the land.") - .npcl("We have magic portals to the other towers of wizardry around Gielinor.") - .npcl("We have a particularly wide collection of runes in our rune shop.") - .npcl("We sell some of the finest mage robes in the land and we have a training area full of zombies for you to practice your magic on.") - .goto(returnJoin) - - optionBuilder.option_playerl("What are the requirements to get in the Wizards' Guild?") - .npcl("You need a magic level of 66, the high magic energy level is too dangerous for anyone below that level.") - .goto(returnJoin) - - optionBuilder.option_playerl("What do you do in the Guild?") - .npcl("I'm the Grand Secretary for the Wizards' Guild, I have lots of correspondence to keep up with, as well as attending to the discipline of the more problematic guild members.") - .goto(returnJoin) - - optionBuilder.option_playerl("Ok, thanks.") - .end() - } - + .options() + .let { optionBuilder -> + optionBuilder.option_playerl("What is there to do in the Wizards' Guild?") + .npcl("This is the finest wizards' establishment in the land.") + .npcl("We have magic portals to the other towers of wizardry around Gielinor.") + .npcl("We have a particularly wide collection of runes in our rune shop.") + .npcl("We sell some of the finest mage robes in the land and we have a training area full of zombies for you to practice your magic on.") + .goto(returnJoin) + optionBuilder.option_playerl("What are the requirements to get in the Wizards' Guild?") + .npcl("You need a magic level of 66, the high magic energy level is too dangerous for anyone below that level.") + .goto(returnJoin) + optionBuilder.option_playerl("What do you do in the Guild?") + .npcl("I'm the Grand Secretary for the Wizards' Guild, I have lots of correspondence to keep up with, as well as attending to the discipline of the more problematic guild members.") + .goto(returnJoin) + optionBuilder.option_playerl("Ok, thanks.") + .end() + } builder.goto(returnJoin) } } } - override fun addConversation() { - exec { player, _ -> - if (startLabel != null) { - loadLabel(player, startLabel) - } else { - loadLabel(player, "initial_dialogue") - } - } + override fun create(b: DialogueBuilder) { - label("initial_dialogue") - exec { player, _ -> - if (getAttribute(player, ATTRIBUTE_MET_ZAVISTIC_RARVE, false)) { - loadLabel(player, "quest_intro") - } else if (viaBell) { - loadLabel(player, "bell_intro") - } else { - loadLabel(player, "no_quest_intro") + b.onPredicate { player -> isQuestComplete(player, ZogreFleshEaters.questName) } + .let { dialogueInitialTalk(it) } + .let { defaultTalk(it) } + + // This is during the ZogreFleshEaters quest + b.onPredicate { player -> isQuestInProgress(player, ZogreFleshEaters.questName, 2, 99) } + .manualStage() { df, player, _, _ -> + openDialogue(player, content.region.kandarin.feldip.quest.zogreflesheaters.ZavisticRarveDialogueFile(), npc!!) } - } + .end() - label("quest_intro") - npc("What are you doing...Oh, it's you...sorry...didn't realise...what can I do for you?") - goto("after_intro_route") + b.onPredicate { _ -> true } + .let { dialogueInitialTalk(it) } + .let { defaultTalk(it) } - label("no_quest_intro") - npc("What are you doing bothering me? Don't you think some of us have work to do?") - player("I thought you were here to help?") - npc("Well... I am, I suppose, anyway... we're very busy here, hurry up, what do you want?") - exec { player, _ -> - if (getQuestStage(player, ZogreFleshEaters.questName) > 0 || - getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) > 0 - ) { - setAttribute(player, ATTRIBUTE_MET_ZAVISTIC_RARVE, true) - } - } - goto("after_intro_route") - - label("bell_intro") - npc("What are you doing ringing that bell?! Don't you think some of us have work to do?") - player("But I was told to ring the bell if I wanted some attention.") - npc("Well...anyway...we're very busy here, hurry up what do you want?") - exec { player, _ -> - if (getQuestStage(player, ZogreFleshEaters.questName) > 0 || - getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) > 0 - ) { - setAttribute(player, ATTRIBUTE_MET_ZAVISTIC_RARVE, true) - } - } - goto("after_intro_route") - - label("after_intro_route") - exec { player, _ -> - val hasZogreQuestDialogue = isQuestInProgress(player, ZogreFleshEaters.questName, 2, 9) - val questStage = getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) - - val hasHandQuestDialogue = - questStage == TheHandintheSand.STAGE_SEE_WIZARD_10 || - questStage == TheHandintheSand.STAGE_MAGIC_SCROLL_30 || - questStage == TheHandintheSand.STAGE_MAGICAL_ORB_35 || - questStage in TheHandintheSand.STAGE_TRUTH_SERUM_40..TheHandintheSand.STAGE_INTERROGATE_SANDY_50 || - questStage == TheHandintheSand.STAGE_SANDY_CONFESSION_55 || - questStage == TheHandintheSand.STAGE_RETRIEVE_ITEMS_60 || - questStage == TheHandintheSand.STAGE_SANDPIT_FILLED_65 || - questStage == TheHandintheSand.STAGE_FIND_CLARENCE_70 || - questStage == TheHandintheSand.STAGE_RETURN_HEAD_75 - - when { - questStage == TheHandintheSand.STAGE_SANDPIT_FILLED_65 -> loadLabel(player, "hand_in_sand") - hasZogreQuestDialogue && hasHandQuestDialogue -> loadLabel(player, "quest_choice_options") - questStage == TheHandintheSand.STAGE_MAGICAL_ORB_35 -> loadLabel(player, "main_options") - hasZogreQuestDialogue -> loadLabel(player, "zogre_dialogue") - hasHandQuestDialogue -> loadLabel(player, "hand_in_sand") - else -> loadLabel(player, "main_options") - } - } - - label("quest_choice_options") - options( - DialogueOption("zogre_dialogue", "I'm here about the sicks...err Zogres", skipPlayer = true), - DialogueOption("hand_in_sand", "I have a rather sandy problem that I'd like to palm off on you.", skipPlayer = true), - ) - - label("main_options") - options( - DialogueOption("default_talk", "What is there to do in the Wizards' Guild?"), - DialogueOption("guild_requirements", "What are the requirements to get in the Wizards' Guild?"), - DialogueOption("guild_job", "What do you do in the Guild?"), - DialogueOption( - "quest_stage_35", - "Can you help me more?", "Can you help me more?", FacialExpression.ASKING, - optionIf = { player, _ -> - getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) == TheHandintheSand.STAGE_MAGICAL_ORB_35 - } - ), - DialogueOption( - "nowhere", - "Ok, thanks.", - optionIf = { player, _ -> - getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) != TheHandintheSand.STAGE_MAGICAL_ORB_35 - } - ) - ) - - label("default_talk") - npc("This is the finest wizards' establishment in the land.") - npc("We have magic portals to the other towers of wizardry around Gielinor.") - npc("We have a particularly wide collection of runes in our rune shop.") - npc("We sell some of the finest mage robes in the land and we have a training area full of zombies for you to practice your magic on.") - goto("main_options") - - label("guild_requirements") - npc("You need a magic level of 66, the high magic energy level is too dangerous for anyone below that level.") - goto("main_options") - - label("guild_job") - npc("I'm the Grand Secretary for the Wizards' Guild, I have lots of correspondence to keep up with, as well as attending to the discipline of the more problematic guild members.") - goto("main_options") - - label("zogre_dialogue") - open(player!!, content.region.kandarin.feldip.quest.zogreflesheaters.ZavisticRarveDialogueFileNoIntro(), npc!!) - - label("hand_in_sand") - exec { player, _ -> - loadLabel(player, "quest_stage_" + getQuestStage(player, Quests.THE_HAND_IN_THE_SAND)) - } - - label("quest_stage_10") - exec { player, _ -> - if (!inInventory(player, Items.BEER_SOAKED_HAND_6946)) { - loadLabel(player, "missing_soaked_hand") - } - } - item(Item(Items.BEER_SOAKED_HAND_6946), "You wave the hand at the wizard.") - player(FacialExpression.ASKING, "Ummm... Do you have all your wizards?") - npc(FacialExpression.THINKING, "All my.... whatever do you mean...?") - player("The Guard Captain asked me to see if you have any... missing... wizards.") - npc(FacialExpression.AMAZED_TALKING, "That's silly! No one would kill a wizard... would they?") - player(FacialExpression.SUSPICIOUS, "Erm... no...") - player("Well.. maybe, you see Bert found this hand and it might belong to.. a wizard!") - npc(FacialExpression.ASKING, "Bert? Ahh yes, the sandman who seems to have been working very long hours recently. Let's see that hand...") - exec { player, _ -> - removeItem(player, Items.BEER_SOAKED_HAND_6946) - } - item(Item(Items.BEER_SOAKED_HAND_6946), "You hand it over.") - npc(FacialExpression.AMAZED_TALKING, "Oh my! This is most definitely Clarence, my most able student! You must find out who did this!") - player("Do you have any input as to the matter at hand?") - npc("Well.... Ask Bert about the long hours he's been working, that sounds suspicious to me. Digging things up at all hours of the day isn't natural.") - exec { player, _ -> - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_ASK_BERT_15) - } - - label("missing_soaked_hand") - line("Maybe you should have the hand with you before speaking to Zavistic.") - - label( - "quest_stage_15", - "quest_stage_20", - "quest_stage_25" - ) - npc("Did you find out who killed Clarence yet?") - player("Not yet, but don't lose your head over it.") - - label("quest_stage_30") - exec { player, _ -> - if (!inInventory(player, Items.A_MAGIC_SCROLL_6949)) { - loadLabel(player, "missing_magic_scroll") - } - } - player("I talked to Bert and found something very strange about his hours.") - npc(FacialExpression.ASKING, "Oh? Did he kill Clarence?") - player("No, but he doesn't remember changing his hours, and his rota and the original that his boss Sandy had, are different!") - player("... oh, and this scroll appeared when they changed - he gave it to me.") - npc(FacialExpression.AMAZED_TALKING, "I recognise that type of scroll! It's used in a mind altering spell of some sort. Did you speak to this... Sandy guy? Perhaps he has a hand in this.") - player("I took a look around his office. I don't know about a hand in it, I think he has both hands and feet in it!") - npc("Even more suspicious! Here, take this magical scrying orb and get some Truth Serum from Betty in Port Sarim, she owes me a favour, just tell her I sent you if she complains.") - npc("Then you will be equipped to ask Sandy a few questions. Oh Clarence, I will find your murderer!") - exec { player, _ -> - removeItem(player, Items.A_MAGIC_SCROLL_6949) - addItem(player, Items.MAGICAL_ORB_6950) - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_MAGICAL_ORB_35) - } - item(Item(Items.MAGICAL_ORB_6950), "You exchange the scroll for the magical scrying orb. Perhaps Zavistic can give you even more of a hand to find the murderer?") - - label("missing_magic_scroll") - line("Perhaps you should have the scroll from Bert", "with you before you speak to Zavistic.") - - label("quest_stage_35") - exec { player, _ -> - if (!hasAnItem(player, Items.MAGICAL_ORB_6950).exists() && - !hasAnItem(player, Items.MAGICAL_ORB_A_6951).exists()) { - loadLabel(player, "lost_magical_orb") - } - } - exec { player, _ -> - if (getAttribute(player, TheHandintheSand.ATTRIBUTE_ZAVISTIC_TELEPORT, false)) { - loadLabel(player, "player_already_teleported") - } - } - npc(FacialExpression.HAPPY, "Bring me a vial and I'll help you a little more.") - exec { player, _ -> - if (inInventory(player, Items.VIAL_229)) { - loadLabel(player, "player_has_vial") - } - } - - label("player_has_vial") - player(FacialExpression.HAPPY, "I have a vial here for you.") - npc(FacialExpression.ASKING, "Ok, would you like me to transport you to Port Sarim? I'm sticking my neck out a bit helping you like this and can only do it once though!") - options( - DialogueOption("player_teleport_yes", "Yes, that would be great!", "Yes, that would be great!", FacialExpression.HAPPY), - DialogueOption("player_teleport_no", "No, I prefer using my legs, thanks all the same.", "No, I prefer using my legs, thanks all the same.") - ) - - label("player_teleport_yes") - npc(FacialExpression.HAPPY, "Off you go then, break a leg!") - exec { player, zavistic -> - if (removeItem(player, Items.VIAL_229)) { - setAttribute(player, TheHandintheSand.ATTRIBUTE_ZAVISTIC_TELEPORT, true) - - animate(zavistic, Animation(CAST_SPELL_ANIM_711)) - - queueScript(player, 0, QueueStrength.SOFT) { stage -> - when (stage) { - 0 -> { - lock(player, 6) - return@queueScript delayScript(player, 2) - } - - 1 -> { - visualize(player, TELEPORT_SPELL_ANIM_714, TELEPORT_SPELL_GFX_308) - playGlobalAudio(player.location, Sounds.TELEPORT_ALL_200) - return@queueScript delayScript(player, 3) - } - - 2 -> { - teleport(player, Location.create(3014, 3259, 0)) - resetAnimator(player) - unlock(player) - } - } - - return@queueScript stopExecuting(player) - } - } - } - - label("player_teleport_no") - npc("Ok, suit yourself!") - - label("player_already_teleported") - npc("Unfortunately I've already helped you with one teleport, get some exercise - your legs won't fall off!") - - label("lost_magical_orb") - player("I've lost my magical scrying orb!") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_orb") - } - } - npc("No matter, here, have another and please hurry, whoever killed Clarence must pay!") - exec { player, _ -> - addItem(player, Items.MAGICAL_ORB_6950) - } - - label("no_space_orb") - npc("I'd give you another magical scrying orb if you had some space in your inventory.") - - label( - "quest_stage_40", - "quest_stage_45", - "quest_stage_50" - ) - exec { player, _ -> - if (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) in - TheHandintheSand.STAGE_MAGICAL_ORB_35..TheHandintheSand.STAGE_INTERROGATE_SANDY_50 && - !hasAnItem(player, Items.MAGICAL_ORB_6950).exists() && - !hasAnItem(player, Items.MAGICAL_ORB_A_6951).exists() - ) { - loadLabel(player, "lost_magical_orb") - } - } - npc("Have you made the serum and talked to Sandy yet?") - player("Not yet, but don't bust a gut over it!") - goto("main_options") - - label("quest_stage_55") - exec { player, _ -> - if (!inInventory(player, Items.MAGICAL_ORB_A_6951)) { - loadLabel(player, "lost_activated_orb") - } - } - line("You hand the magical scrying orb to the Wizard and watch as the", "recording is played back.") - npc(FacialExpression.ANNOYED, "Well, well...I think this Sandy needs a lesson, please bring me 5 earth runes and a bucket of sand.") - exec { player, _ -> - removeItem(player, Items.MAGICAL_ORB_A_6951) - } - goto("teach_sandy_lesson") - - label("lost_activated_orb") - player("I got the whole story from Sandy... but I lost the orb.") - npc("It's ok, I saw the whole thing as the orb is connected via magic to me as I enchanted it.") - npc("I think this Sandy needs a lesson, please bring me 5 earth runes and a bucket of sand.") - exec { player, _ -> - hasAnItem(player, Items.MAGICAL_ORB_A_6951, true).remove() - } - goto("teach_sandy_lesson") - - label("teach_sandy_lesson") - player(FacialExpression.AMAZED_TALKING, "Erm, why?") - npc(FacialExpression.ANGRY, "Don't question me or you'll end up as braindead as that legless Guard Captain!") - player(FacialExpression.SCARED, "Umm.. ok, I'll get you the 5 earth runes and bucket of sand.") - exec { player, _ -> - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_RETRIEVE_ITEMS_60) - } - - label("quest_stage_60") - exec { player, _ -> - if (inInventory(player, Items.BUCKET_OF_SAND_1783, 1) && inInventory(player, Items.EARTH_RUNE_557, 5)) { - loadLabel(player, "has_runes_and_sand") - } - } - npc("You really mean you forgot? Bring me 5 earth runes and 1 bucket of sand to help stop that moneygrabbing Sandy!") - goto("main_options") - - label("has_runes_and_sand") - player(FacialExpression.ASKING, "I've brought what you wanted, what are you going to do?") - npc(FacialExpression.HAPPY, "Ahh excellent, let's have those! Watch and learn...") - manual { player, npc -> - removeItem(player, Item(Items.BUCKET_OF_SAND_1783, 1)) - removeItem(player, Item(Items.EARTH_RUNE_557, 5)) - closeDialogue(player) - SandpitCutscene(player, npc).start() - null - } - - label("quest_stage_65") - npc(FacialExpression.HAPPY, "There, the sand pit will now magically refill. No more work for Bert!") - npc("We must find the rest of Clarence, I've sent some wizards out to some of the sandpits, would you please check the Entrana sandpit?") - exec { player, _ -> - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_FIND_CLARENCE_70) - } - - label("quest_stage_70") - npc("Did you visit the Entrana sandpit yet? Ask the worker there if he's found an arm or a leg.") - player("Not yet no. I've been running around like a headless chicken, but I'll get to it!") - goto("main_options") - - label("quest_stage_75") - exec { player, _ -> - if (!inInventory(player, Items.WIZARDS_HEAD_6957)) { - loadLabel(player, "missing_wizards_head") - } - } - item(Item(Items.WIZARDS_HEAD_6957), "You give the wizard the head.") - exec { player, _ -> - removeItem(player, Items.WIZARDS_HEAD_6957) - } - npc(FacialExpression.SAD_TALKING, "Alas poor Clarence, I knew him well.") - npc("Thank you @name, we shall bury him today. I have sent word for the guards to arrest Sandy, so no one will ever see him again!") - exec { player, _ -> - setVarbit(player, TheHandintheSand.VARBIT_SANDY_STATE_1535, TheHandintheSand.SANDY_ARRESTED_2, true) - setVarbit(player, TheHandintheSand.VARBIT_SANDYS_COFFEE_MUG_1536, TheHandintheSand.SANDYS_COFFEE_REMOVED_1, true) - finishQuest(player, Quests.THE_HAND_IN_THE_SAND) - } - - label("missing_wizards_head") - line("Perhaps you should have the wizard's head with you before speaking to Zavistic.") } } \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/yanille/handlers/ZavisticRarveBellSpawn.kt b/Server/src/main/content/region/kandarin/yanille/handlers/ZavisticRarveBellSpawn.kt deleted file mode 100644 index 1752f72e8..000000000 --- a/Server/src/main/content/region/kandarin/yanille/handlers/ZavisticRarveBellSpawn.kt +++ /dev/null @@ -1,86 +0,0 @@ -package content.region.kandarin.yanille.handlers - -import core.api.getAttribute -import core.api.setAttribute -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.world.map.Location -import org.rs09.consts.NPCs - -/** - * Handles the temporary Zavistic Rarve NPC spawned by the Wizards' Guild bell. - * @author Edith - */ - -object ZavisticRarveBellSpawn { - const val NPC_ATTRIBUTE = "zavistic_rarve_bell_spawn" - private var activeSpawn: ZavisticRarveBellNPC? = null - - fun getOrSpawn(player: Player, location: Location): ZavisticRarveBellNPC { - val existing = activeSpawn - - if (existing != null && existing.isActive) { - existing.resetDespawnTimer(player) - return existing - } - - return ZavisticRarveBellNPC(location).also { - it.init() - it.resetDespawnTimer(player) - activeSpawn = it - } - } - - fun resetDespawnTimer(npc: NPC, player: Player) { - (npc as? ZavisticRarveBellNPC)?.resetDespawnTimer(player) - } - - fun clear(npc: ZavisticRarveBellNPC) { - if (activeSpawn == npc) { - activeSpawn = null - } - } - - fun isBellSpawn(npc: NPC): Boolean { - return getAttribute(npc, NPC_ATTRIBUTE, false) - } - -} - -class ZavisticRarveBellNPC(location: Location) : NPC(NPCs.ZAVISTIC_RARVE_2059, location) { - private var idleTicks = 0 - private var focusedPlayer: Player? = null - - fun resetDespawnTimer(player: Player) { - idleTicks = 0 - focusedPlayer = player - } - - override fun init() { - isRespawn = false - isWalks = false - setAttribute(this, ZavisticRarveBellSpawn.NPC_ATTRIBUTE, true) - super.init() - } - - override fun handleTickActions() { - super.handleTickActions() - - idleTicks++ - - focusedPlayer?.let { - if (it.isActive && it.location.withinMaxnormDistance(location, 2)) { - faceLocation(it.location) - } - } - - if (idleTicks >= 400) { - clear() - } - } - - override fun clear() { - ZavisticRarveBellSpawn.clear(this) - super.clear() - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/cutscene/SandpitCutscene.kt b/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/cutscene/SandpitCutscene.kt deleted file mode 100644 index 1ec1a0ba3..000000000 --- a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/cutscene/SandpitCutscene.kt +++ /dev/null @@ -1,105 +0,0 @@ -package content.region.kandarin.yanille.quest.thehandinthesand.cutscene - -import content.data.Quests -import content.region.kandarin.yanille.dialogue.ZavisticRarveDialogueFile -import content.region.kandarin.yanille.quest.thehandinthesand.quest.TheHandintheSand -import core.api.animate -import core.api.animateScenery -import core.api.face -import core.api.openDialogue -import core.api.playAudio -import core.api.playJingle -import core.api.sendChat -import core.api.setQuestStage -import core.game.activity.Cutscene -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.world.map.Direction -import core.game.world.map.Location -import org.rs09.consts.Jingles -import org.rs09.consts.NPCs -import org.rs09.consts.Sounds - -/** - * Sandpit cutscene for The Hand in the Sand quest. - * @author Edith - */ - -class SandpitCutscene(player: Player, private val zavistic: NPC) : Cutscene(player) { - - override fun setup() { - setExit(Location.create(player.location)) - loadRegion(10032) - addNPC(NPCs.BERT_3108, 50, 27, Direction.SOUTH) - } - - private fun bert() = getNPC(NPCs.BERT_3108)!! - private fun sandpit() = getObject(46, 31)!! - - override fun runStage(stage: Int) { - when (stage) { - 0 -> { - fadeToBlack() - timedUpdate(5) - } - - 1 -> { - teleport(player, 40, 37, 0) - moveCamera(40, 37, 850) - rotateCamera(46, 31, 200) - timedUpdate(2) - } - - 2 -> { - fadeFromBlack() - playJingle(player, Jingles.HANDSAND_CUTSCENE_114) - timedUpdate(2) - } - - 3 -> { - dialogueUpdate("The Wizard chants and your attention is taken to the sandpit where Bert found the hand.") - } - - 4 -> { - move(getNPC(NPCs.BERT_3108)!!, 46, 29) - face(bert(), sandpit().location) - timedUpdate(7) - } - - 5 -> { - animate(bert(), 860) - timedUpdate(1) - } - - 6 -> { - animateScenery(player, sandpit(), 3037) - playAudio(player, Sounds.HANDSAND_SANDSWIRL_1591) - sendChat(bert(), "My sand! My lovely sand!") - timedUpdate(4) - } - - 7 -> { - dialogueUpdate( - "Something very strange happens to the Sandpit, it looks like it has filled itself up!", - onContinue = { dialogueClose() } - ) - timedUpdate(9) - } - - 8 -> { - dialogueClose() - fadeToBlack() - timedUpdate(3) - } - - 9 -> { - endWithoutFade { - fadeFromBlack() - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_SANDPIT_FILLED_65) - openDialogue(player, ZavisticRarveDialogueFile(startLabel = "quest_stage_65"), zavistic) - } - } - } - } - -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/BertDialogue.kt b/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/BertDialogue.kt deleted file mode 100644 index 16a901ea5..000000000 --- a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/BertDialogue.kt +++ /dev/null @@ -1,425 +0,0 @@ -package content.region.kandarin.yanille.quest.thehandinthesand.dialogue - -import content.data.Quests -import content.region.kandarin.yanille.quest.thehandinthesand.quest.TheHandintheSand -import core.ServerStore -import core.api.addItem -import core.api.freeSlots -import core.api.getAttribute -import core.api.getQuestStage -import core.api.hasAnItem -import core.api.hasLevelStat -import core.api.inBank -import core.api.inInventory -import core.api.openDialogue -import core.api.removeItem -import core.api.setAttribute -import core.api.setQuestStage -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.dialogue.DialoguePlugin -import core.game.dialogue.FacialExpression -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import core.plugin.Initializable -import core.tools.RandomFunction -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -/** - * Dialogue between Bert and the player for The Hand in the Sand quest. - * @author Edith - */ - -@Initializable -class BertDialogue(player: Player? = null) : DialoguePlugin(player) { - override fun newInstance(player: Player): DialoguePlugin { - return BertDialogue(player) - } - - - override fun handle(interfaceId: Int, buttonId: Int): Boolean { - openDialogue(player, BertDialogueFile(), npc) - return false - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.BERT_3108) - } -} - -class BertDialogueFile : DialogueLabeller() { - override fun addConversation() { - exec { player, _ -> - loadLabel(player, "quest_stage_" + getQuestStage(player, Quests.THE_HAND_IN_THE_SAND)) - } - - label("quest_stage_0") - npc(FacialExpression.SCARED, "Eeee, wha' shall I do! I'll mos' certainly lose tha job...") - player(FacialExpression.ASKING, "Lose your job? What's wrong, why?") - npc(FacialExpression.SCARED, "I w-w-work... over yon sand pit... and weeell... I found... this... hand! T'were buried in't Sand!") - options( - DialogueOption("nowhere", "Oh, you found a hand in the sand - that's nice for you.", "Oh, you found a hand in the sand - that's nice for you."), - DialogueOption("eew_a_hand", "Eww a hand, in the sand! Why haven't you told the authorities?", "Eww a hand, in the sand! Why haven't you told the authorities?", FacialExpression.AMAZED_TALKING) - ) - - label("eew_a_hand") - npc(FacialExpression.SAD_TALKING, "They's no' wha' they once was. Tha cap'ain o'the Guard spends near all o'the time drunk in yon pub.") - player(FacialExpression.ASKING, "Oh? The Guard Captain is drunk in the pub you say? That's not good, what will you do?") - npc(FacialExpression.HALF_THINKING, "Weeellll... do yer think yer could 'elp me?") - options( - DialogueOption("nowhere", "I want no part in this!", "I want no part in this!"), - DialogueOption("sure_give_hand", "Sure, I'll give you a hand.", "Sure, I'll give you a hand.", FacialExpression.LAUGH) - ) - - label("sure_give_hand") - exec { player, _ -> - if (!hasLevelStat(player, Skills.THIEVING, 17) || - !hasLevelStat(player, Skills.CRAFTING, 49) - ) { - loadLabel(player, "missing_skill_requirements") - } - } - npc(FacialExpression.AMAZED_TALKING, "..... Nae, ye can 'ave the 'and as h'evidence.") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_sandyhand") - } - } - item(Item(Items.SANDY_HAND_6945), "Bert gives you a rather smelly, sand covered hand.") - npc(FacialExpression.SAD_TALKING, "P'raps tha smell will get t'Guard Cap'ain's nose out o'his beer fer 2 seconds!") - exec { player, _ -> - if (addItem(player, Items.SANDY_HAND_6945)) { - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_QUEST_STARTED_5) - } - } - - label("missing_skill_requirements") - //TODO: Placeholder, find authentic requirement message. - line("You do not meet the requirements to start 'The Hand in the Sand'.") - - label("no_space_sandyhand") - npc("I's would be givin' yer tha 'and, but yer can no' be carryin' it. Come back when ye can.") - - label("quest_stage_5") - npc("Did ye see yon Guard Capt'n 'bout hand?") - exec { player, _ -> - if (hasAnItem(player, Items.SANDY_HAND_6945).exists()) { - loadLabel(player, "has_sandy_hand") - } else { - loadLabel(player, "lost_sandy_hand") - } - } - - label("has_sandy_hand") - player("Not at the moment, but I will be seeing him soon.") - - label("lost_sandy_hand") - player("Err, I kind of... lost my grip on it...") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_losthand") - } - } - item(Item(Items.SANDY_HAND_6945), "Bert gives you a rather smelly, sand covered hand.") - npc("Thank t'gods! I tho' I searched up another when I been pickin' this'un up outside... Take tha' blasted thing to yon Guard Captain quick sharp.") - player("Thanks Bert, I'll go see the Guard Captain right now.") - exec { player, _ -> - addItem(player, Items.SANDY_HAND_6945) - } - - label("no_space_losthand") - npc("Tha's no' surprisin' with yer bag so full, come back when s'not.") - - label("quest_stage_10") - npc("Did ye see yon Guard Capt'n 'bout hand?") - exec { player, _ -> - if (!hasAnItem(player, Items.BEER_SOAKED_HAND_6946).exists()) { - loadLabel(player, "lost_beersoaked_hand") - } - } - player("Yes, the Guard Captain said to see the wizards in the guild.") - npc("So why you hangin' abou' 'ere then? Go ring t'bell at t'mage guild just over yonder!") - - label("lost_beersoaked_hand") - player("It seems to have slipped through my fingers!") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_beersoakedhand") - } - } - item(Item(Items.BEER_SOAKED_HAND_6946), "Player receives beer-soaked hand.") - exec { player, _ -> - addItem(player, Items.BEER_SOAKED_HAND_6946) - } - npc("Thank t'gods! I tho' I was bein invaded by undead 'ands from t'sand when I found this'un! Take i' to tha mage guild and ring tha' bell to talk ta someone.") - player("Thanks Bert, I'm off to see the wizards, the wonderful wizards of Yanille!") - - label("no_space_beersoakedhand") - npc("Tha's no' surprisin' with yer bag so full, come back when s'not.") - - label("quest_stage_15") - npc(FacialExpression.ASKING, "Wha' info ye find 'bout hand, @name?") - player("I dug up quite a lot about the hand. Can you tell me about your job?") - npc(FacialExpression.HAPPY, "Sand! Lots o' sand! Me boss be Sandy o' Sandy's Sand Corp based in Brimhaven on tha isle of Karamja an' I hauls sand fr' there to yon sand pit.") - npc(FacialExpression.HAPPY, "I's looong harrrrd hours, bu' keeps me busy, y'know what tha say! 'Idle hands'r Zamorak's tools.'") - player(FacialExpression.ASKING, "So you're employed by Sandy's Sand Corp in Brimhaven. Have you changed your hours recently?") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_bertsrota") - } else { - addItem(player, Items.BERTS_ROTA_6947) - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_SANDYS_ROTA_20) - } - } - npc("Nae! See fer yersel', here's a copy o' me rota tha' be held a' head office - yer can looksee iffin ye talk t' Sandy, me boss.") - player(FacialExpression.HAPPY, "Thanks for the Rota Bert. I'll go check for the original with Sandy in Brimhaven.") - - label("no_space_bertsrota") - npc("Yer coul' see fer yerself iffen yer had space in yorn invent'ry, come back when yer do.") - - label("quest_stage_20") - // Split because a long player @name can make the text clip the dialogue box. - npc("Ey'up @name. Did yer see Sandy in Brimhaven", "'bout me rota?") - exec { player, _ -> - if (hasAnItem(player, Items.BERTS_ROTA_6947).exists()) { - loadLabel(player, "has_berts_rota") - } else { - loadLabel(player, "lost_berts_rota") - } - } - - label("has_berts_rota") - player("No, I'll fit it in my schedule somewhere soon.") - - label("lost_berts_rota") - player("Err, no, I kind of... lost it...") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_lostrota") - } else { - addItem(player, Items.BERTS_ROTA_6947) - } - } - npc("Lucky fer yorn tha' I's made a copy then ain't it, 'ere 'ave another.") - - label("no_space_lostrota") - npc("Lucky fer yorn tha' I's made a copy then ain't it, I's 'ave been given it to yer iffen you 'ad some space in yer invent'ry.") - player("What did you say?") - npc("Is you stupid? I said I'd give ye another but yer bags be full!") - - label("quest_stage_25") - exec { player, _ -> - when { - !inInventory(player, Items.BERTS_ROTA_6947) -> loadLabel(player, "lost_berts_rota") - !inInventory(player, Items.SANDYS_ROTA_6948) -> loadLabel(player, "missing_sandys_rota") - else -> loadLabel(player, "compare_both_rotas") - } - } - - label("missing_sandys_rota") - line("Maybe you should have the rota from Sandy's desk with you before confronting Bert.") - - label("compare_both_rotas") - player(FacialExpression.SAD_TALKING, "I managed to get a copy of the original rota. Your hours changed a week ago!") - npc(FacialExpression.AMAZED, "Nae! Nae! I din't remember tha', bu'... hmmm, aye... tha' migh' be it...") - player(FacialExpression.ASKING, "What? Give me a hand here, I'm having a hard time understanding how you don't remember changing hours!") - npc("I's all be tha wizard's fault! Tha magic leaks fr'm yon magic guild I tells yer! Tha's why this weirrrrd scroll appeareded a week ago!") - player(FacialExpression.ASKING, "A scroll appeared? Can I take a look at it while you look at the rotas?") - exec { player, _ -> - removeItem(player, Items.BERTS_ROTA_6947) - removeItem(player, Items.SANDYS_ROTA_6948) - addItem(player, Items.A_MAGIC_SCROLL_6949) - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_MAGIC_SCROLL_30) - } - npc(FacialExpression.HAPPY, "O'course @name, le's be 'avin'yon rota and 'ere be tha scroll, yer be takin' it back ta those inferrrnal wizards quick sharp!") - - label( - "quest_stage_30", - "quest_stage_35", - "quest_stage_40", - "quest_stage_45", - "quest_stage_50", - "quest_stage_55", - "quest_stage_60", - "quest_stage_65", - "quest_stage_70", - "quest_stage_75" - ) - npc("I be hopin' tha search is goin' well... are tha wizard's owning up ta anythin' yet?") - exec { player, _ -> - if (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) == TheHandintheSand.STAGE_MAGIC_SCROLL_30 && - !hasAnItem(player, Items.A_MAGIC_SCROLL_6949).exists() - ) { - loadLabel(player, "lost_magic_scroll") - } else { - loadLabel(player, "has_magic_scroll") - } - } - - label("lost_magic_scroll") - player("Err, no, I kind of... lost the scroll...") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_scroll") - } else { - addItem(player, Items.A_MAGIC_SCROLL_6949) - } - } - npc("I's be seein' ya drop it on tha' way out, 'ere 'tis.") - - label("no_space_scroll") - npc("I's be seein' ya drop it on tha' way out, I's 'ave been given it to yer iffen you 'ad some space in yer invent'ry.") - - label("has_magic_scroll") - player("I've found out a lot and will let you know when it's all over.") - - label("quest_stage_100") - exec { player, _ -> - if (getAttribute(player, TheHandintheSand.ATTRIBUTE_BERT_POST_QUEST, false)) { - loadLabel(player, "collect_daily_sand") - } - } - player("Bert! Good news!") - npc("Arrr...Good news be always handy.") - player("They arrested Sandy for the murder of a wizard and the sand pit now refills itself!") - npc("ME JOB! I'VE LOSTED ME JOB! 'ow c'n yer say", "tha' be good news?? Me wife'll tear me limb fr'm limb!") - player("Don't worry, the Wizards are going to pay you a large pension so that you can retire...") - npc("Bu' wha'll I be doin' wit' me day now! I be lovin' tha sand.") - player("What will you do with your day? Well.... You could build sand castles with your own two hands!") - npc("I din't think so... bu' iffen yer ever need someone ta haul buckets o'sand 'round, ye be lettin' me know @name, I's can help yer!") - player("Wow! That would be great, buckets of sand direct to my bank, everyday you say? That's great!") - line("Once per day you may ask Bert to help you by carrying 84", "buckets of sand to your bank. Just talk to him!") - exec { player, _ -> - setAttribute(player, TheHandintheSand.ATTRIBUTE_BERT_POST_QUEST, true) - } - - label("collect_daily_sand") - exec { player, _ -> - val dailySandAvailable = ServerStore.getNPCItemStock(NPCs.BERT_3108, Items.BUCKET_OF_SAND_1783, 84, player) - val hasSandBucketStack = inBank(player, Items.BUCKET_OF_SAND_1783) - val hasFreeBankSlot = player.bank.freeSlots() > 0 - - when { - dailySandAvailable < 84 -> loadLabel(player, "has_collected_sand") - !hasSandBucketStack && !hasFreeBankSlot -> loadLabel(player, "no_bank_space") - else -> loadLabel(player, "daily_sand_${RandomFunction.random(1, 5)}") - } - } - - label("daily_sand_1") - npc("Mornin' @name!") - player("Hello there Bert!") - npc("I be goin' ou' on a limb and guessin' ye wan's yer sand today!") - player("Yes, I'd like the sand please Bert.") - npc("I'll ge' righ' on it!") - goto("deliver_daily_sand") - - label("daily_sand_2") - npc("'Ello there @name!") - player("Hope you're having a good day!") - npc("Oh arr, no' too bad, though sometoimes I could do wi' a second pair o' hands! I'll be gettin' on movin' them there buckets o' sand to yer bank!") - player("Thanks Bert, see you tomorrow!") - goto("deliver_daily_sand") - - label("daily_sand_3") - npc("I thought i' were you comin' in @name. I sposin' you be wantin' yer sand today?") - player("Aye...I mean, yes please Bert!") - npc("I'll ge' on wit' movin' it. Thankee fer makin' sure Sandy go' it in t'neck fer 'is double dealin's!") - player("Excellent! While you move the sand to my bank, I'll do something else, see you later!") - goto("deliver_daily_sand") - - label("daily_sand_4") - npc("'Ello again @name!") - player("Hello Bert, could I have my sand today please?") - npc("Aye, give me a minute cause I be rushed off me feet!") - player("Thanks for the sand Bert!") - goto("deliver_daily_sand") - - label("deliver_daily_sand") - exec { player, _ -> - if (player.bank.add(Item(Items.BUCKET_OF_SAND_1783, 84))) { - ServerStore.addNPCItemAmount(NPCs.BERT_3108, Items.BUCKET_OF_SAND_1783, 84, player, 84) - } - } - - label("no_bank_space") - npc("Eeee, ye've go' no free space in yon bank, @name. Make some room 'tween the fishes 'n boots fore ye come back ta me.") - player("Okay, I'll make some space in my bank and come back.") - - label("has_collected_sand") - npc("'Ello there, @name! Hope yer be havin' fun. I be a", "wee bi' busy to 'elp wit' yon sand. Come back tomorra.") // Linebreak to fit long player names. - player("Okay, Bert. I'll come back for my sand a bit later on.") - - } -} - -/** - * NPC Contact dialogue for Bert. - */ - -class BertNPCContactDialogueFile : DialogueLabeller() { - companion object { - fun canContact(player: Player): Boolean { - return getAttribute(player, TheHandintheSand.ATTRIBUTE_BERT_POST_QUEST, false) - } - } - - private fun isInDragonInn(player: Player): Boolean { - val loc = player.location - - val downstairs = loc.z == 0 && loc.x in 2548..2557 && loc.y in 3077..3082 - val upstairs = loc.z == 1 && loc.x in 2551..2557 && loc.y in 3077..3082 - - return downstairs || upstairs - } - - override fun addConversation() { - - player("Hi there, Bert.") - npc(FacialExpression.ASKING, "Huh? What tha' doin' in marn 'ed?") - player("This is the voice of your conscience. Hand all your money to @name! Wooo wooo!") - npc(FacialExpression.SCARED, "Be away wit' ya!") - player("Just kidding, I'm using magic to talk to you. I'm totally 'armless.") - exec { player, _ -> - if (isInDragonInn(player)) { - loadLabel(player, "player_nearby_bert") - } - } - npc("Oh ar. So wha' do thee want?") - player("Could you hand some sand into my bank?") - exec { player, _ -> - val dailySandAvailable = - ServerStore.getNPCItemStock(NPCs.BERT_3108, Items.BUCKET_OF_SAND_1783, 84, player) - val hasSandBucketStack = inBank(player, Items.BUCKET_OF_SAND_1783) - val hasFreeBankSlot = player.bank.freeSlots() > 0 - - when { - dailySandAvailable < 84 -> loadLabel(player, "has_collected_sand") - !hasSandBucketStack && !hasFreeBankSlot -> loadLabel(player, "no_bank_space") - else -> loadLabel(player, "deliver_contact_sand") - } - } - - label("player_nearby_bert") - npc("Oh ar. Hey, then why ya standon' so close? Speak in person please!") - - label("deliver_contact_sand") - npc("Ah, keep yer 'air on, I'll leg I' to tha bank wit' some sand fer ya.") - player("Thanks!") - exec { player, _ -> - if (player.bank.add(Item(Items.BUCKET_OF_SAND_1783, 84))) { - ServerStore.addNPCItemAmount(NPCs.BERT_3108, Items.BUCKET_OF_SAND_1783, 84, player, 84) - } - } - - label("has_collected_sand") - npc(FacialExpression.HAPPY, "I be a wee bi' busy to 'elp wit' yon sand, come back tomorra.") - player(FacialExpression.HAPPY, "Okay, Bert, I'll come back for my sand a bit later on.") - - label("no_bank_space") - npc("Eeee, ye've go' no free space in yon bank, @name. Make some room 'tween the fishes 'n boots fore ye come back ta me.") - player("Okay, I'll make some space in my bank and come back.") - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/DragonInnBartenderDialogue.kt b/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/DragonInnBartenderDialogue.kt deleted file mode 100644 index f36cc5b84..000000000 --- a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/DragonInnBartenderDialogue.kt +++ /dev/null @@ -1,90 +0,0 @@ -package content.region.kandarin.yanille.quest.thehandinthesand.dialogue - -import core.api.addItemOrDrop -import core.api.inInventory -import core.api.openDialogue -import core.api.removeItem -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.dialogue.DialoguePlugin -import core.game.dialogue.FacialExpression -import core.game.node.entity.player.Player -import core.game.node.item.Item -import core.plugin.Initializable -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -/** - * Dialogue for the Dragon Inn bartender in Yanille. - * @author Edith - */ - -@Initializable -class DragonInnBartenderDialogue(player: Player? = null) : DialoguePlugin(player) { - override fun newInstance(player: Player): DialoguePlugin { - return DragonInnBartenderDialogue(player) - } - - override fun handle(interfaceId: Int, buttonId: Int): Boolean { - openDialogue(player, DragonInnBartenderDialogueFile(), npc) - return false - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.BARTENDER_739) - } -} - -class DragonInnBartenderDialogueFile : DialogueLabeller() { - private fun buyBeer(player: Player, itemId: Int, price: Int) { - if (!inInventory(player, Items.COINS_995, price) || !removeItem(player, Item(Items.COINS_995, price))) { - loadLabel(player, "has_no_money") - return - } - - addItemOrDrop(player, itemId) - } - - override fun addConversation() { - - npc(FacialExpression.ASKING, "What can I get you?") - player(FacialExpression.ASKING, "What's on the menu?") - npc(FacialExpression.HAPPY, "Dragon Bitter and Greenman's Ale, oh and some cheap beer.") - options( - DialogueOption("give_it_miss", "I'll give it a miss I think.", "I'll give it a miss I think."), - DialogueOption("buy_dragon_bitter", "I'll try the Dragon Bitter.", "I'll try the Dragon Bitter."), - DialogueOption("buy_greenmans_ale", "Can I have some Greenman's Ale?", "Can I have some Greenman's Ale?", FacialExpression.ASKING), - DialogueOption("buy_cheap_beer", "One cheap beer please!", "One cheap beer please!", FacialExpression.HAPPY) - ) - - label("give_it_miss") - npc("Come back when you're a little thirstier.") - - label("buy_dragon_bitter") - npc(FacialExpression.HAPPY, "Ok, that'll be two coins.") - exec { player, _ -> - buyBeer(player, Items.DRAGON_BITTER_1911, 2) - } - item(Item(Items.DRAGON_BITTER_1911), "You buy a pint of Dragon Bitter.") - - label("buy_greenmans_ale") - npc("Ok, that'll be ten coins.") - exec { player, _ -> - buyBeer(player, Items.GREENMANS_ALE_1909, 10) - } - item(Item(Items.GREENMANS_ALE_1909), "You buy a pint of Greenman's Ale.") - - label("buy_cheap_beer") - npc(FacialExpression.HAPPY, "That'll be 2 gold coins please!") - exec { player, _ -> - buyBeer(player, Items.BEER_1917, 2) - } - item(Item(Items.BEER_1917), "You buy a pint of cheap beer.") - npc(FacialExpression.HAPPY, "Have a super day!") - - label("has_no_money") - player("Oh dear. I don't seem to have enough money.") - - } - -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/GuardCaptainDialogue.kt b/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/GuardCaptainDialogue.kt deleted file mode 100644 index b87f76788..000000000 --- a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/GuardCaptainDialogue.kt +++ /dev/null @@ -1,153 +0,0 @@ -package content.region.kandarin.yanille.quest.thehandinthesand.dialogue - -import content.data.Quests -import content.region.kandarin.yanille.quest.thehandinthesand.quest.TheHandintheSand -import core.api.addItem -import core.api.freeSlots -import core.api.getQuestStage -import core.api.hasAnItem -import core.api.inInventory -import core.api.openDialogue -import core.api.playAudio -import core.api.removeItem -import core.api.sendChat -import core.api.setQuestStage -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialoguePlugin -import core.game.dialogue.FacialExpression -import core.game.node.entity.npc.AbstractNPC -import core.game.node.entity.player.Player -import core.game.node.item.Item -import core.game.world.map.Location -import core.plugin.Initializable -import core.tools.RandomFunction -import org.rs09.consts.Items -import org.rs09.consts.NPCs -import org.rs09.consts.Sounds - -/** - * Dialogue between the Guard Captain and the player for The Hand in the Sand quest. - * @author Edith - */ - -@Initializable -class GuardCaptainDialogue(player: Player? = null) : DialoguePlugin(player) { - override fun newInstance(player: Player): DialoguePlugin { - return GuardCaptainDialogue(player) - } - - override fun handle(interfaceId: Int, buttonId: Int): Boolean { - openDialogue(player, GuardCaptainDialogueFile(), npc) - return false - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.GUARD_CAPTAIN_3109) - } -} - -class GuardCaptainDialogueFile : DialogueLabeller() { - override fun addConversation() { - exec { player, _ -> - when (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND)) { - TheHandintheSand.STAGE_QUEST_STARTED_5 -> loadLabel(player, "quest_stage_5") - TheHandintheSand.STAGE_SEE_WIZARD_10 -> loadLabel(player, "quest_stage_10") - else -> loadLabel(player, "standard_dialogue") - } - } - - label("standard_dialogue") - player("Excuse me...") - npc("I don' need a hand drinkin me beer, go 'way!") - player("But...") - npc("Talk to tha' hand coz thish face ain't lishtnin'!") - - label("quest_stage_5") - exec { player, _ -> - if (!inInventory(player, Items.SANDY_HAND_6945)) { - loadLabel(player, "no_sandy_hand") - } else if (!inInventory(player, Items.BEER_1917)) { - loadLabel(player, "need_more_beer") - } else { - loadLabel(player, "give_captain_beer") - } - } - - label("no_sandy_hand") - line("Perhaps you should be carrying the hand that Bert gave you", "as evidence of the crime.") - - label("need_more_beer") - npc("Need more beer...") - - label("give_captain_beer") - player("Sir? I have some more beer for you...") - item(Item(Items.BEER_1917), "You give the beer to the Guard Captain who takes a large gulp.") - exec { player, _ -> - removeItem(player, Items.BEER_1917) - playAudio(player, Sounds.HANDSAND_GULP_1589) - } - npc(FacialExpression.DRUNK, "Ahh... jus' wha' I need, now, wha' did you wanna know?") - player(FacialExpression.SAD_TALKING, "I've come to report that Bert, the sandman, found a hand in the sand pit.") - npc("Lucky for him, means he can get even more work done.") - player(FacialExpression.AMAZED_TALKING, "But aren't you going to find out who it ... belonged to?") - exec { player, _ -> - removeItem(player, Items.SANDY_HAND_6945) - addItem(player, Items.BEER_SOAKED_HAND_6946) - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_SEE_WIZARD_10) - playAudio(player, Sounds.HANDSAND_DROP_HAND_1588) - } - item(Item(Items.BEER_SOAKED_HAND_6946), "You hand the... hand... to the Guard Captain, he fumbles with it, drops it in his beer, fishes it out and hands it back.") - npc(FacialExpression.DRUNK, "Oops, No 'arm done. S'prob'ly a wizard, i's always the wizards fault, go ask them, jus' ring the bell outshide the guild and talk to the first pointy hatted ninny you shee!") - player("Err... ok, I'll go ring the bell and talk to a wizard then.") - - label("quest_stage_10") - player("Hello Sir!") - npc("Go 'way! This pint'sh nearly finished! Unnlessh you got more that ish....? Wizards, s'all the wizard's fault...prob'ly that Zavistic one, he'sh the worsht!") - exec { player, _ -> - if (hasAnItem(player, Items.BEER_SOAKED_HAND_6946).exists()) { - loadLabel(player, "has_beersoaked_hand") - } else { - loadLabel(player, "lost_beersoaked_hand") - } - } - - label("has_beersoaked_hand") - player("I think I should go talk to the wizards in the guild before he makes me buy him more beer!") - - label("lost_beersoaked_hand") - npc("E're, you left this 'and in me beer!") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_beersoakedhand") - } - } - item(Item(Items.BEER_SOAKED_HAND_6946), "The Guard Captain fishes the hand out of his beer and hands it to you.") - exec { player, _ -> - addItem(player, Items.BEER_SOAKED_HAND_6946) - } - - label("no_space_beersoakedhand") - npc("No good if you don' have space fer it in yer invent'ry, come back when you do.") - - } - -} - -@Initializable -class GuardCaptainNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) { - override fun construct(id: Int, location: Location?, vararg objects: Any?): AbstractNPC { - return GuardCaptainNPC(id, location) - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.GUARD_CAPTAIN_3109) - } - - override fun handleTickActions() { - super.handleTickActions() - if (RandomFunction.roll(25)) { - sendChat(this, "*HIC*") - } - } - -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/HITSBettyDialogue.kt b/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/HITSBettyDialogue.kt deleted file mode 100644 index 6a104f187..000000000 --- a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/HITSBettyDialogue.kt +++ /dev/null @@ -1,209 +0,0 @@ -package content.region.kandarin.yanille.quest.thehandinthesand.dialogue - -import content.data.Quests -import content.region.kandarin.yanille.quest.thehandinthesand.quest.TheHandintheSand -import core.api.addItem -import core.api.animate -import core.api.face -import core.api.freeSlots -import core.api.getAttribute -import core.api.getQuestStage -import core.api.getScenery -import core.api.hasAnItem -import core.api.inInventory -import core.api.removeItem -import core.api.sendItemDialogue -import core.api.setQuestStage -import core.api.setVarbit -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.dialogue.FacialExpression -import core.game.interaction.DestinationFlag -import core.game.interaction.MovementPulse -import core.game.node.item.Item -import org.rs09.consts.Items - -/** - * Dialogue between Betty and the player for The Hand in the Sand quest. - * Opened from Betty's main dialogue file. - * @author Edith - */ -class HITSBettyDialogueFile : DialogueLabeller() { - - companion object{ - private const val ANIMATION_PLACE_ON_TABLE_537 = 537 - } - - override fun addConversation() { - - exec { player, _ -> - val stage = getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) - - when { - stage >= TheHandintheSand.STAGE_QUEST_COMPLETED_100 -> loadLabel(player, "post_quest_dye") - - stage >= TheHandintheSand.STAGE_SANDY_CONFESSION_55 -> loadLabel(player, "after_sandy_confession") - - stage >= TheHandintheSand.STAGE_DRUG_SANDY_45 && - !hasAnItem(player, Items.TRUTH_SERUM_6952).exists() -> loadLabel(player, "lost_truth_serum") - - stage >= TheHandintheSand.STAGE_DRUG_SANDY_45 -> loadLabel(player, "serum_is_ready") - - getAttribute(player, TheHandintheSand.ATTRIBUTE_TRUTH_SERUM_MADE, false) && - !hasAnItem(player, Items.TRUTH_SERUM_6952).exists() -> loadLabel(player, "lost_truth_serum") - - inInventory(player, Items.TRUTH_SERUM_6952) -> loadLabel(player, "has_truth_serum") - inInventory(player, Items.ROSE_TINTED_LENS_6956) -> loadLabel(player, "has_rose_lens") - stage >= TheHandintheSand.STAGE_TRUTH_SERUM_40 -> loadLabel(player, "making_the_lens") - } - } - player(FacialExpression.ASKING, "I've come from Yanille, the wizard says you can make Truth Serum?") - npc(FacialExpression.HAPPY, "This is true deary, I'll need an empty vial.") - exec { player, _ -> - if (inInventory(player, Items.VIAL_229)) { - loadLabel(player, "player_has_vial") - } - } - player("I'll have to go find one then, I'll be back!") - - label("player_has_vial") - player(FacialExpression.HAPPY, "I have one here!") - exec { player, _ -> - if (removeItem(player, Items.VIAL_229)) { - addItem(player, Items.BOTTLED_WATER_6953) - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_TRUTH_SERUM_40) - } - } - npc(FacialExpression.HAPPY, "That's good, now you'll need to make a rose tinted lens. Pink dye can be made from red berries in this bottle to make redberry juice, then add white berries. Just use that on a bullseye lens.") - - label("has_rose_lens") - npc(FacialExpression.HAPPY, "Wonderful deary. When you're ready, just stand in the open doorway and focus the light on the empty vial on my desk and I'll pour the serum into it.") - player("Ok, what does that do?") - npc(FacialExpression.HAPPY, "Why it makes the person who drinks it unable to hide in the shadow of lies. The light of truth will shine!") - exec { player, betty -> - val counter = getScenery(3013, 3258, 0) ?: return@exec - - betty.pulseManager.run(object : MovementPulse(betty, counter, DestinationFlag.OBJECT) { - override fun pulse(): Boolean { - face(betty, counter.location) - animate(betty, ANIMATION_PLACE_ON_TABLE_537) - setVarbit(player, TheHandintheSand.VARBIT_BETTYS_COUNTER_1537, TheHandintheSand.BETTYS_COUNTER_SHOW_VIAL_1, true) - sendItemDialogue(player, Items.VIAL_229, "Betty places a vial on her counter.") - return true - } - }) - } - - label("making_the_lens") - npc("Hello deary! Have you managed to make that lens yet?") - options( - DialogueOption("nowhere", "I'm still working on it."), - DialogueOption("ive_forgotten_how", "I'm afraid I've forgotten how!"), - DialogueOption("lost_my_bottle", "I've lost my bottle!", optionIf = { player, _ -> - !hasAnItem(player, Items.BOTTLED_WATER_6953).exists() && - !hasAnItem(player, Items.REDBERRY_JUICE_6954).exists() && - !hasAnItem(player, Items.PINK_DYE_6955).exists() && - !hasAnItem(player, Items.ROSE_TINTED_LENS_6956).exists() - }) - ) - - label("ive_forgotten_how") - npc("Pink dye can be made from red berries in the bottle I gave you. Add white berries to make the pink dye and then you need to use that on a bullseye lens. Good luck!") - - label("lost_my_bottle") - npc("Oh don't worry about that deary, I have plenty and you can start the whole thing again.") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_bottle") - } else { - addItem(player, Items.BOTTLED_WATER_6953) - } - } - npc("Here, have another.") - - label("no_space_bottle") - npc("I'd let you have another but you don't seem to have a spare hand to carry it, come back when you have room.") - - label("lost_truth_serum") - player("I've lost it!") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_serum") - } - } - npc("That's not a problem, I kept some of it here just in case, here you are!") - exec { player, _ -> - addItem(player, Items.TRUTH_SERUM_6952) - } - item(Item(Items.TRUTH_SERUM_6952), "Betty hands you a new vial of truth serum.") - - label("no_space_serum") - npc("That's not a problem, I kept some of it here just in case, but you have no space for it! Come back when you do") - - label("has_truth_serum") - npc(FacialExpression.HAPPY, "Ok, now the last ingredient, something personal from the person you need to tell the truth, else it won't work!") - exec { player, _ -> - if (inInventory(player, Items.SAND_6958)) { - loadLabel(player, "has_sandy_sand") - } - } - player("Ok, I'll see if I can find something.") - - label("has_sandy_sand") - player(FacialExpression.ASKING, "What about this sand straight from his pocket?") - npc(FacialExpression.HAPPY, "That's excellent deary!") - item(Item(Items.SAND_6958), "You hand the sand over and watch Betty sprinkle it in the serum, it fizzes.") - npc(FacialExpression.HAPPY, "Don't forget to dilute it in something like tea or coffee.") - exec { player, _ -> - if (removeItem(player, Item(Items.SAND_6958, 1))) { - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_DRUG_SANDY_45) - } - } - - label("serum_is_ready") - npc("Hello deary! How did the serum work?") - player("I haven't tried it yet.") - npc("Well don't forget to dillute it in a drink or something else bad things might happen.") - player("Bad things?") - npc("Well.... bits might drop off.") - player("Oh! I... see. I'll remember to dilute it then.") - - label("after_sandy_confession") - npc("Hello again deary. Come back and tell me what happened when all the fuss is over.") - player("Ok Betty, I'll be back!") - - label("post_quest_dye") - npc("Zavistic told me what a good job you did. If you want some more pink dye, I have made up a batch and you can have some for 20 gold.") - options( - DialogueOption("decline_pink_dye", "No thanks, Betty.", "No thanks, Betty. Good luck with the shop. I might be back for some dye later."), - DialogueOption("buy_pink_dye", "Yes, please!") - ) - - label("decline_pink_dye") - npc("Thanks, @name. See you soon.") - - label("buy_pink_dye") - exec { player, _ -> - when { - freeSlots(player) < 1 -> loadLabel(player, "no_space_dye") - !inInventory(player, Items.COINS_995, 20) -> loadLabel(player, "no_money_dye") - else -> loadLabel(player, "give_pink_dye") - } - } - - label("no_space_dye") - npc("I'm afraid you don't have space in your pack for anything more, come back when you do.") - - label("no_money_dye") - line("You don't have enough money at the moment, come back later.") - - label("give_pink_dye") - line("You hand over 20 gold pieces in return for the dye") - exec { player, _ -> - if (removeItem(player, Item(Items.COINS_995, 20))) { - addItem(player, Items.PINK_DYE_6955) - } - } - } - - } \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/SandyDialogue.kt b/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/SandyDialogue.kt deleted file mode 100644 index cf801a6c4..000000000 --- a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/dialogue/SandyDialogue.kt +++ /dev/null @@ -1,214 +0,0 @@ -package content.region.kandarin.yanille.quest.thehandinthesand.dialogue - -import content.data.Quests -import content.region.kandarin.yanille.quest.thehandinthesand.quest.TheHandintheSand -import core.api.getAttribute -import core.api.getQuestStage -import core.api.inInventory -import core.api.openDialogue -import core.api.sendMessage -import core.api.setAttribute -import core.api.setQuestStage -import core.api.setVarbit -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.dialogue.DialoguePlugin -import core.game.dialogue.FacialExpression -import core.game.node.entity.player.Player -import core.game.node.item.Item -import core.plugin.Initializable -import core.tools.RandomFunction -import org.rs09.consts.Items - -private const val SANDY_WRAPPER_3110 = 3110 - -/** - * Dialogue between Sandy and the player for The Hand in the Sand quest. - * @author Edith - */ - -@Initializable -class SandyDialogue(player: Player? = null) : DialoguePlugin(player) { - override fun newInstance(player: Player): DialoguePlugin { - return SandyDialogue(player) - } - - override fun handle(interfaceId: Int, buttonId: Int): Boolean { - openDialogue(player, SandyDialogueFile(), npc) - return false - } - - override fun getIds(): IntArray { - return intArrayOf(SANDY_WRAPPER_3110) - } -} - -class SandyDialogueFile : DialogueLabeller() { - override fun addConversation() { - - exec { player, _ -> - val stage = getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) - - when { - stage >= TheHandintheSand.STAGE_SANDY_CONFESSION_55 && - stage < TheHandintheSand.STAGE_QUEST_COMPLETED_100 -> loadLabel(player, "quest_stage_55") - - stage >= TheHandintheSand.STAGE_SANDYS_ROTA_20 -> loadLabel(player, "quest_stage_$stage") - - else -> loadLabel(player, "default_sandy_talk") - } - } - - label("default_sandy_talk") - npc("Nice day for sand isn't it?") - - label("quest_stage_20") - player("Hello Sir, do you run the Sand Corp?") - npc(FacialExpression.SUSPICIOUS, "Who wants to know?") - player("I'm @name. I'm here investigating the possible murder of a wizard.") - npc(FacialExpression.ANGRY, "I don't care about that, I have far too much work to do. Let the authorities take care of things like murder and stop snooping around my office!") - line("Sandy seems very keen to get you out of the office, perhaps you", "should take a look around.") - - label( - "quest_stage_25", - "quest_stage_30", - "quest_stage_35", - "quest_stage_40" - ) - npc(FacialExpression.ANGRY, "I don't have time to talk to you. Go away!") - - label("quest_stage_45") - npc(FacialExpression.ANGRY, "I don't have time to talk to you. Go away!") - exec { player, _ -> - if (getAttribute(player, TheHandintheSand.ATTRIBUTE_SANDY_DISTRACTION_OPTION, 0) == 0) { - setAttribute(player, TheHandintheSand.ATTRIBUTE_SANDY_DISTRACTION_OPTION, RandomFunction.random(1, 4)) - } - } - options( - DialogueOption("distract_mutant_herring", "There's a herd of huge mutant herring about to drop from the sky!", - "There's a herd of huge mutant herring about to drop from the sky!", FacialExpression.AMAZED_TALKING), - DialogueOption("distract_pygmy_shrews", "But the pygmy shrews have eaten all the sand!", - "But the pygmy shrews have eaten all the sand!", FacialExpression.AMAZED_TALKING), - DialogueOption("distract_pink_banana", "A small parrot with a pink banana is sitting outside your window!", - "A small parrot with a pink banana is sitting outside your window!", FacialExpression.AMAZED_TALKING) - ) - - label("distract_mutant_herring") - exec { player, _ -> - loadLabel(player, if (getAttribute(player, TheHandintheSand.ATTRIBUTE_SANDY_DISTRACTION_OPTION, 0) == 1) "distract_success" else "distract_failed") - } - - label("distract_pygmy_shrews") - exec { player, _ -> - loadLabel(player, if (getAttribute(player, TheHandintheSand.ATTRIBUTE_SANDY_DISTRACTION_OPTION, 0) == 2) "distract_success" else "distract_failed") - } - - label("distract_pink_banana") - exec { player, _ -> - loadLabel(player, if (getAttribute(player, TheHandintheSand.ATTRIBUTE_SANDY_DISTRACTION_OPTION, 0) == 3) "distract_success" else "distract_failed") - } - - label("distract_failed") - npc(FacialExpression.ANGRY, "I'm not falling for that one!") - - label("distract_success") - npc(FacialExpression.AMAZED_TALKING, "Wow! I must see this!") - exec { player, _ -> - setVarbit(player, TheHandintheSand.VARBIT_SANDY_STATE_1535, TheHandintheSand.SANDY_DISTRACTED_1, true) - setAttribute(player, TheHandintheSand.ATTRIBUTE_SANDY_DISTRACTED, true) - sendMessage(player, "Sandy turns to look out of the window, now is your chance!") - } - - label("quest_stage_50") - exec { player, _ -> - if (inInventory(player, Items.MAGICAL_ORB_A_6951)) { - loadLabel(player, "start_interrogating_sandy") - } else { - loadLabel(player, "activate_orb_first") - } - } - - label("activate_orb_first") - line("You need to activate the magical scrying orb, obtained from the", - "wizard in Yanille, to capture the conversation with Sandy!") - - label("start_interrogating_sandy") - player("Now, I'm going to ask you some questions and I want you to answer me truthfully...") - npc(FacialExpression.SCARED, "Ok...") - goto("ask_sandy_questions") - - label("ask_sandy_questions") - exec { player, _ -> - if (getAttribute(player, TheHandintheSand.ATTRIBUTE_ASKED_ROTA_CHANGE, false) && - getAttribute(player, TheHandintheSand.ATTRIBUTE_ASKED_BERT_MEMORY, false) && - getAttribute(player, TheHandintheSand.ATTRIBUTE_ASKED_WIZARD_DEATH, false) - ) { - loadLabel(player, "conclude_the_interrogation") - } - } - options( - DialogueOption( - "ask_rota_change", - "Why is Bert's rota different from the original?", - "Why is Bert's rota different from the original?", - FacialExpression.ASKING, - optionIf = { player, _ -> !getAttribute(player, TheHandintheSand.ATTRIBUTE_ASKED_ROTA_CHANGE, false) } - ), - DialogueOption( - "ask_bert_memory", - "Why doesn't Bert remember the change in his hours?", - "Why doesn't Bert remember the change in his hours?", - FacialExpression.ASKING, - optionIf = { player, _ -> !getAttribute(player, TheHandintheSand.ATTRIBUTE_ASKED_BERT_MEMORY, false) } - ), - DialogueOption( - "ask_wizard_death", - "What happened to the wizard?", - "What happened to the wizard?", - FacialExpression.ASKING, - optionIf = { player, _ -> !getAttribute(player, TheHandintheSand.ATTRIBUTE_ASKED_WIZARD_DEATH, false) } - ), - DialogueOption("need_all_questions", "Ok, I'm done with you.", skipPlayer = true) - ) - - label("ask_rota_change") - npc(FacialExpression.SCARED, "Because... I changed it.") - exec { player, _ -> - setAttribute(player, TheHandintheSand.ATTRIBUTE_ASKED_ROTA_CHANGE, true) - } - goto("ask_sandy_questions") - - label("ask_bert_memory") - npc(FacialExpression.SCARED, "Because.... because.... I bribed a wizard to put a spell on him so he would believe everything I say!!") - player(FacialExpression.THINKING, "Why?") - npc(FacialExpression.SCARED, "So that I could make him work longer without paying him more!") - exec { player, _ -> - setAttribute(player, TheHandintheSand.ATTRIBUTE_ASKED_BERT_MEMORY, true) - } - goto("ask_sandy_questions") - - label("ask_wizard_death") - npc(FacialExpression.SCARED, "I...I... I KILLED HIM! So I wouldn't have to pay him and no one would know. I put his body in the next load of sand.") - exec { player, _ -> - setAttribute(player, TheHandintheSand.ATTRIBUTE_ASKED_WIZARD_DEATH, true) - } - goto("ask_sandy_questions") - - label("need_all_questions") - line("You need to ask Sandy all the questions.") - goto("ask_sandy_questions") - - label("conclude_the_interrogation") - player(FacialExpression.AMAZED_TALKING, "I think I have enough evidence now, you can go for now, but I think you're up to your neck in it!") - item(Item(Items.MAGICAL_ORB_A_6951), - "Sandy has told you all he knows. The magical scrying", "orb is full and needs to be returned to the Wizard in", "Yanille." - ) - exec { player, _ -> - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_SANDY_CONFESSION_55) - } - - label("quest_stage_55") - npc(FacialExpression.ANGRY, "I don't have time to talk to you. Go away!") - - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/quest/TheHandintheSand.kt b/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/quest/TheHandintheSand.kt deleted file mode 100644 index 47d918646..000000000 --- a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/quest/TheHandintheSand.kt +++ /dev/null @@ -1,286 +0,0 @@ -package content.region.kandarin.yanille.quest.thehandinthesand.quest - -import content.data.Quests -import core.api.getAttribute -import core.api.getQuestStage -import core.api.hasLevelStat -import core.api.playJingle -import core.api.removeAttributes -import core.api.rewardXP -import core.api.sendItemZoomOnInterface -import core.api.setInterfaceText -import core.api.setVarbit -import core.game.node.entity.player.Player -import core.game.node.entity.player.link.quest.Quest -import core.game.node.entity.skill.Skills -import core.plugin.Initializable -import org.rs09.consts.Items -import org.rs09.consts.Jingles - -/** - * The Hand in the Sand quest. - * @author Edith - */ - -@Initializable -class TheHandintheSand : Quest(Quests.THE_HAND_IN_THE_SAND, 72, 71, 1, 0, VARBIT_QUEST_PROGRESS_1527, 0, 1, 160) { - - companion object { - - /** Quest progress varbit used for the quest tab: 0 = not started, 1 = in progress, 160 = completed. */ - const val VARBIT_QUEST_PROGRESS_1527 = 1527 - - /** Betty's counter state. */ - const val VARBIT_BETTYS_COUNTER_1537 = 1537 - const val BETTYS_COUNTER_NO_VIAL_0 = 0 - const val BETTYS_COUNTER_SHOW_VIAL_1 = 1 - - /** Sandy's NPC wrapper state. */ - const val VARBIT_SANDY_STATE_1535 = 1535 - const val SANDY_NORMAL_0 = 0 - const val SANDY_DISTRACTED_1 = 1 - const val SANDY_ARRESTED_2 = 2 - - /** Sandy's coffee mug scenery state. */ - const val VARBIT_SANDYS_COFFEE_MUG_1536 = 1536 - const val SANDYS_COFFEE_VISIBLE_0 = 0 - const val SANDYS_COFFEE_REMOVED_1 = 1 - - /** Player has used Zavistic Rarve's one time teleport. */ - const val ATTRIBUTE_ZAVISTIC_TELEPORT = "/save:thehandinthesand_zavistic_teleport" - - /** Player has made the truth serum. */ - const val ATTRIBUTE_TRUTH_SERUM_MADE = "/save:thehandinthesand_truth_serum_made" - - /** Sandy has been distracted and the player can use the truth serum on his coffee. */ - const val ATTRIBUTE_SANDY_DISTRACTED = "/save:thehandinthesand_sandy_distracted" - - /** Randomly selected Sandy distraction option that succeeds for that player. */ - const val ATTRIBUTE_SANDY_DISTRACTION_OPTION = "/save:thehandinthesand_sandy_distraction_option" - - /** Sandy interrogation question progress. */ - const val ATTRIBUTE_ASKED_ROTA_CHANGE = "/save:thehandinthesand_asked_rota_change" - const val ATTRIBUTE_ASKED_BERT_MEMORY = "/save:thehandinthesand_asked_bert_memory" - const val ATTRIBUTE_ASKED_WIZARD_DEATH = "/save:thehandinthesand_asked_wizard_death" - - /** Player has seen Bert's post-quest explanation about daily sand. */ - const val ATTRIBUTE_BERT_POST_QUEST = "/save:thehandinthesand_bert_post_quest" - - /** Player has accepted the quest and needs to show the sandy hand to the Guard Captain. */ - const val STAGE_QUEST_STARTED_5 = 5 - - /** Player has shown the sandy hand to the Guard Captain and needs to speak to Zavistic Rarve. */ - const val STAGE_SEE_WIZARD_10 = 10 - - /** Player has spoken to Zavistic Rarve and needs to ask Bert about Sandy's rota. */ - const val STAGE_ASK_BERT_15 = 15 - - /** Player has received Bert's rota and needs to find Sandy's original rota. */ - const val STAGE_SANDYS_ROTA_20 = 20 - - /** Player has both rotas and needs to show them to Bert. */ - const val STAGE_BOTH_ROTAS_25 = 25 - - /** Player has received Bert's magic scroll and needs to take it to Zavistic Rarve. */ - const val STAGE_MAGIC_SCROLL_30 = 30 - - /** Player has received the magical orb and needs Betty's help making truth serum. */ - const val STAGE_MAGICAL_ORB_35 = 35 - - /** Player has spoken to Betty and needs to make truth serum. */ - const val STAGE_TRUTH_SERUM_40 = 40 - - /** Player has made truth serum and needs to drug Sandy's coffee. */ - const val STAGE_DRUG_SANDY_45 = 45 - - /** Player has drugged Sandy's coffee and needs to activate the magical orb to interrogate Sandy. */ - const val STAGE_INTERROGATE_SANDY_50 = 50 - - /** Player has recorded Sandy's confession and needs to return to Zavistic Rarve. */ - const val STAGE_SANDY_CONFESSION_55 = 55 - - /** Player needs to bring Zavistic Rarve a bucket of sand and five earth runes. (Cutscene) */ - const val STAGE_RETRIEVE_ITEMS_60 = 60 - - /** Zavistic Rarve has enchanted the Yanille sandpit and the player needs to continue speaking with him. */ - const val STAGE_SANDPIT_FILLED_65 = 65 - - /** Player needs to search the Entrana sandpit for Clarence's remains. */ - const val STAGE_FIND_CLARENCE_70 = 70 - - /** Player has received Clarence's head and needs to return it to Zavistic Rarve. */ - const val STAGE_RETURN_HEAD_75 = 75 - - /** Player has completed The Hand in the Sand. */ - const val STAGE_QUEST_COMPLETED_100 = 100 - - } - - override fun drawJournal(player: Player, stage: Int) { - super.drawJournal(player, stage) - var line = 12 - val sandyDistracted = getAttribute(player, ATTRIBUTE_SANDY_DISTRACTED, false) - - if (stage == 0) { - line(player, "I can start this quest by speaking to !!Bert?? in !!Yanille?? in", line++) - line(player, "the house near the !!Sandpit??.", line++) - line(player, "Before I begin I will need to:", line++) - line(player, "Have level 17 !!Thieving??.", line++, hasLevelStat(player, Skills.THIEVING, 17)) - line(player, "Have level 49 !!Crafting??.", line++, hasLevelStat(player, Skills.CRAFTING, 49)) - return - } - - if (stage >= STAGE_QUEST_STARTED_5) { - line(player, "!!Bert?? the sandpit worker in Yanille has asked me to", line++, stage >= STAGE_QUEST_COMPLETED_100) - line(player, "investigate the !!hand?? that he found in the sand.", line++, stage >= STAGE_QUEST_COMPLETED_100) - - if (stage >= STAGE_SEE_WIZARD_10) { - line(player, "I have spoken to the Guard Captain.", line++, true) - } else { - line(player, "I need to speak to the !!Guard Captain?? who is in the !!Dragon Inn??", line++) - line(player, "south of the !!sandpit??", line++) // Authentically missing a period. - } - } - - if (stage >= STAGE_ASK_BERT_15) { - line(player, "I have shown the hand to the Wizards in Yanille.", line++, true) - - if (stage >= STAGE_SANDYS_ROTA_20) { - line(player, "I have Bert's copy of the Rota.", line++, true) - } else { - line(player, "Find out why !!Bert's?? hours have changed.", line++) - } - } - - if (stage >= STAGE_SANDYS_ROTA_20) { - if (stage >= STAGE_BOTH_ROTAS_25) { - line(player, "I have Sandy's copy of the Rota.", line++, true) - } else { - line(player, "I should ask !!Sandy?? in the !!Sand Corp?? Offices in", line++) - line(player, "!!Brimhaven?? about Bert's rota.", line++) - } - } - - if (stage == STAGE_MAGIC_SCROLL_30) { - line(player, "Ring the bell at the Wizard Guild in !!Yanille?? and give", line++) - line(player, "!!scroll?? to !!Zavistic Rarve??.", line++) // No, these are not my typos. - } - - if (stage >= STAGE_MAGICAL_ORB_35) { - line(player, "I have taken the scroll to !!Zavistic Rarve??.", line++, true) - - if (sandyDistracted || stage >= STAGE_INTERROGATE_SANDY_50) { - line(player, "I have distracted Sandy successfully.", line++, true) - } else if (stage >= STAGE_DRUG_SANDY_45) { - line(player, "Find a way to get !!Sandy?? to drink the !!Truth Serum.??", line++) // Translated from Portuguese - } else if (stage >= STAGE_TRUTH_SERUM_40) { - line(player, "!!Betty?? has told me what I need to do to make the !!Truth Serum??:", line++) - line(player, "I need to !!craft?? a bullseye lens", line++) - line(player, "I need to make some !!redberry juice in the bottle Betty?? gave me", line++) - line(player, "I need to make some !!pink dye??", line++) - line(player, "I need to make a !!rose tinted lens??", line++) - } else { - line(player, "!!Betty?? in !!Port Sarim?? will guide you on how to make some !!Truth Serum??.", line++) - } - } - - if (stage >= STAGE_INTERROGATE_SANDY_50) { - line(player, "I have drugged !!Sandy's?? coffee.", line++, true) - } - - if (stage >= STAGE_SANDY_CONFESSION_55) { - line(player, "I have interrogated Sandy.", line++, true) - } - - if (stage >= STAGE_RETRIEVE_ITEMS_60) { - line(player, "I have returned the information from the orb.", line++, true) - } - - if (stage >= STAGE_SANDPIT_FILLED_65) { - line(player, "The Sandpit has been enchanted.", line++, true) - } - - if (stage >= STAGE_FIND_CLARENCE_70) { - if (stage >= STAGE_RETURN_HEAD_75) { - line(player, "I have retrieved the head of a wizard.", line++, true) - - if (stage >= STAGE_QUEST_COMPLETED_100) { - line(player, "The dead wizard has been buried and Sandy arrested for murder.", line++) - } else { - line(player, "Return the !!wizard head?? to !!Zavistic Rarve?? in !!Yanille??.", line++) - } - } else { - line(player, "Visit the !!sandpit?? on the island of !!Entrana?? and return", line++) - line(player, "any other wizard parts.", line++) // Inauthentic line break to fit it into our journal - } - } - - if (stage >= STAGE_QUEST_COMPLETED_100) { - line++ - line(player, "%%QUEST COMPLETE!&&", line++) - line(player, "Every day I may ask Bert to transport some sand to my bank.",line++) - } - } - - override fun hasRequirements(player: Player): Boolean { - return hasLevelStat(player, Skills.CRAFTING, 49) && - hasLevelStat(player, Skills.THIEVING, 17) - } - - override fun finish(player: Player) { - var line = 10 - super.finish(player) - - setInterfaceText(player, "You have completed The Hand in the Sand!", 277, 4) - sendItemZoomOnInterface(player, 277, 5, Items.SANDY_HAND_6945, 240) - - drawReward(player, "1 Quest Point", line++) - drawReward(player, "1,000 Thieving XP", line++) - drawReward(player, "9,000 Crafting XP", line++) - drawReward(player, "Secret Reward from Bert", line) - - rewardXP(player, Skills.THIEVING, 1000.0) - rewardXP(player, Skills.CRAFTING, 9000.0) - playJingle(player, Jingles.QUEST_COMPLETE1_152) - } - - override fun reset(player: Player) { - removeAttributes( - player, - ATTRIBUTE_ZAVISTIC_TELEPORT, - ATTRIBUTE_TRUTH_SERUM_MADE, - ATTRIBUTE_SANDY_DISTRACTED, - ATTRIBUTE_SANDY_DISTRACTION_OPTION, - ATTRIBUTE_ASKED_ROTA_CHANGE, - ATTRIBUTE_ASKED_BERT_MEMORY, - ATTRIBUTE_ASKED_WIZARD_DEATH, - ATTRIBUTE_BERT_POST_QUEST - ) - - setVarbit(player, VARBIT_BETTYS_COUNTER_1537, BETTYS_COUNTER_NO_VIAL_0, true) - setVarbit(player, VARBIT_SANDY_STATE_1535, SANDY_NORMAL_0, true) - setVarbit(player, VARBIT_SANDYS_COFFEE_MUG_1536, SANDYS_COFFEE_VISIBLE_0, true) - } - - override fun updateVarps(player: Player) { - val stage = getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) - - if (stage == 0 || stage >= STAGE_QUEST_COMPLETED_100) { - setVarbit(player, VARBIT_BETTYS_COUNTER_1537, BETTYS_COUNTER_NO_VIAL_0, true) - } - - if (stage == 0) { - setVarbit(player, VARBIT_SANDY_STATE_1535, SANDY_NORMAL_0, true) - } - - if (stage >= STAGE_QUEST_COMPLETED_100) { - setVarbit(player, VARBIT_SANDY_STATE_1535, SANDY_ARRESTED_2, true) - setVarbit(player, VARBIT_SANDYS_COFFEE_MUG_1536, SANDYS_COFFEE_REMOVED_1, true) - } - } - - override fun newInstance(`object`: Any?): Quest { - return this - } - -} \ No newline at end of file diff --git a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/quest/TheHandintheSandListeners.kt b/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/quest/TheHandintheSandListeners.kt deleted file mode 100644 index 992cd85a1..000000000 --- a/Server/src/main/content/region/kandarin/yanille/quest/thehandinthesand/quest/TheHandintheSandListeners.kt +++ /dev/null @@ -1,321 +0,0 @@ -package content.region.kandarin.yanille.quest.thehandinthesand.quest - -import content.data.Quests -import content.global.skill.thieving.ThievingListeners -import content.region.kandarin.yanille.quest.thehandinthesand.dialogue.GuardCaptainDialogueFile -import core.api.addDialogueAction -import core.api.addItem -import core.api.amountInInventory -import core.api.animate -import core.api.face -import core.api.freeSlots -import core.api.getAttribute -import core.api.getQuestStage -import core.api.getScenery -import core.api.getVarbit -import core.api.hasAnItem -import core.api.openDialogue -import core.api.openInterface -import core.api.playAudio -import core.api.queueScript -import core.api.removeItem -import core.api.sendDialogue -import core.api.sendItemDialogue -import core.api.sendMessage -import core.api.sendPlayerDialogue -import core.api.setAttribute -import core.api.setInterfaceText -import core.api.setQuestStage -import core.api.setVarbit -import core.api.stopExecuting -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.interaction.QueueStrength -import core.game.node.item.Item -import core.game.world.map.Location -import core.tools.RandomFunction -import org.rs09.consts.Items -import org.rs09.consts.NPCs -import org.rs09.consts.Sounds - -private const val SANDYS_DESK_10805 = 10805 -private const val SANDY_COFFEE_MUG_10807 = 10807 -private const val BLANK_SCROLL_222 = 222 -private const val BETTYS_COUNTER_WITH_VIAL_10813 = 10813 -private const val BETTYS_SHOP_OPEN_DOOR_40109 = 40109 -private val BETTYS_SHOP_DOORWAY_3016_3259 = Location.create(3016, 3259, 0) - -/** - * Listeners for The Hand in the Sand quest. - * @author Edith - */ - -class TheHandintheSandListeners : InteractionListener { - - companion object { - private val BERTS_ROTA_TEXT = arrayOf( - "Sandy's Sand Corp - Brimhaven", - "Bert's Rota - Copy", - "Week 1 - 6am-10pm - 50gps", - "Week 2 - 6am-10pm - 50gps", - "Week 3 - 6am-10pm - 50gps", - "Week 4 - 6am-10pm - 50gps", - "Week 5 - 6am-10pm - 50gps", - "Week 6 - 6am-10pm - 50gps", - ) - - private val SANDYS_ROTA_TEXT = arrayOf( - "Sandy's Sand Corp - Brimhaven", - "Bert's Rota - Original", - "Week 1 - 9am-6pm - 50gps", - "Week 2 - 9am-6pm - 50gps", - "Week 3 - 9am-6pm - 50gps", - "Week 4 - 9am-6pm - 50gps", - "Week 5 - 9am-6pm - 50gps", - "Week 6 - 6am-10pm - 50gps", - ) - } - - override fun defineListeners() { - - /** Use beer on the Guard Captain. */ - onUseWith(IntType.NPC, Items.BEER_1917, NPCs.GUARD_CAPTAIN_3109) { player, _, npc -> - if (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) != TheHandintheSand.STAGE_QUEST_STARTED_5) { - return@onUseWith false - } - - openDialogue(player, GuardCaptainDialogueFile(), npc.asNpc()) - return@onUseWith true - } - - /** Search Sandy's desk for his original rota. */ - on(SANDYS_DESK_10805, IntType.SCENERY, "search") { player, _ -> - val stage = getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) - - if (stage < TheHandintheSand.STAGE_SANDYS_ROTA_20 || - stage >= TheHandintheSand.STAGE_MAGIC_SCROLL_30 - ) { - sendMessage(player, "You find nothing of interest.") - return@on true - } - - if (hasAnItem(player, Items.SANDYS_ROTA_6948).exists()) { - sendDialogue(player, "You already have Sandy's original work rota.") - return@on true - } - - if (freeSlots(player) < 1) { - sendPlayerDialogue(player, "I'd better make room in my inventory first!") - return@on true - } - - sendDialogue( - player, - "You quickly sift through some of the papers on Sandy's desk and find a work rota for Bert." - ) - addItem(player, Items.SANDYS_ROTA_6948) - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_BOTH_ROTAS_25) - return@on true - } - - /** Read Bert's copy of the rota. */ - on(Items.BERTS_ROTA_6947, IntType.ITEM, "read") { player, _ -> - openInterface(player, BLANK_SCROLL_222) - BERTS_ROTA_TEXT.forEachIndexed { index, line -> - setInterfaceText(player, line, BLANK_SCROLL_222, index + 1) - } - return@on true - } - - /** Read Sandy's original rota. */ - on(Items.SANDYS_ROTA_6948, IntType.ITEM, "read") { player, _ -> - openInterface(player, BLANK_SCROLL_222) - SANDYS_ROTA_TEXT.forEachIndexed { index, line -> - setInterfaceText(player, line, BLANK_SCROLL_222, index + 1) - } - return@on true - } - - /** Pickpocket Sandy for sand. */ - on(NPCs.SANDY_3112, IntType.NPC, "pickpocket") { player, _ -> - val stage = getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) - - if (stage < TheHandintheSand.STAGE_SANDYS_ROTA_20 || - stage >= TheHandintheSand.STAGE_DRUG_SANDY_45 - ) { - return@on false - } - - if (freeSlots(player) < 1) { - sendDialogue(player, "I'd better make room in my inventory first!") - return@on true - } - - val success = RandomFunction.roll(3) - - animate(player, ThievingListeners.PICKPOCKET_ANIM) - sendDialogue(player, "You rummage around in Sandy's pockets.....") - - queueScript(player, ThievingListeners.PICKPOCKET_ANIM.duration, QueueStrength.NORMAL) { _: Int -> - if (success) { - addItem(player, Items.SAND_6958) - } - return@queueScript stopExecuting(player) - } - - player.dialogueInterpreter.actions.clear() - addDialogueAction(player) { _, _ -> - if (success) { - sendDialogue(player, "You find a small amount of sand.") - } else { - sendDialogue(player, "You felt something but it slipped through your fingers...") - } - return@addDialogueAction - } - return@on true - } - - /** Block adding white berries before red berries. */ - onUseWith(IntType.ITEM, Items.WHITE_BERRIES_239, Items.BOTTLED_WATER_6953) { player, _, _ -> - if (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) < TheHandintheSand.STAGE_TRUTH_SERUM_40) { - return@onUseWith false - } - sendMessage(player, "You'll need to use red berries first.") - return@onUseWith true - } - - /** Add redberries to bottled water to make redberry juice. */ - onUseWith(IntType.ITEM, Items.REDBERRIES_1951, Items.BOTTLED_WATER_6953) { player, _, _ -> - if (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) < TheHandintheSand.STAGE_TRUTH_SERUM_40) { - return@onUseWith false - } - if (amountInInventory(player, Items.REDBERRIES_1951) >= 1 && - amountInInventory(player, Items.BOTTLED_WATER_6953) >= 1 - ) { - removeItem(player, Item(Items.REDBERRIES_1951, 1)) - removeItem(player, Item(Items.BOTTLED_WATER_6953, 1)) - addItem(player, Items.REDBERRY_JUICE_6954, 1) - sendMessage(player, "Now you just need to add white berries to make the pink dye.") - } - return@onUseWith true - } - - /** Add white berries to redberry juice to finish the pink dye. */ - onUseWith(IntType.ITEM, Items.WHITE_BERRIES_239, Items.REDBERRY_JUICE_6954) { player, _, _ -> - if (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) < TheHandintheSand.STAGE_TRUTH_SERUM_40) { - return@onUseWith false - } - if (amountInInventory(player, Items.WHITE_BERRIES_239) >= 1 && - amountInInventory(player, Items.REDBERRY_JUICE_6954) >= 1 - ) { - removeItem(player, Item(Items.WHITE_BERRIES_239, 1)) - removeItem(player, Item(Items.REDBERRY_JUICE_6954, 1)) - addItem(player, Items.PINK_DYE_6955, 1) - } - return@onUseWith true - } - - /** Dye the lantern lens to make a rose-tinted lens. */ - onUseWith(IntType.ITEM, Items.PINK_DYE_6955, Items.LANTERN_LENS_4542) { player, _, _ -> - if (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) < TheHandintheSand.STAGE_TRUTH_SERUM_40) { - return@onUseWith false - } - if (amountInInventory(player, Items.PINK_DYE_6955) >= 1 && - amountInInventory(player, Items.LANTERN_LENS_4542) >= 1 - ) { - removeItem(player, Item(Items.PINK_DYE_6955, 1)) - removeItem(player, Item(Items.LANTERN_LENS_4542, 1)) - addItem(player, Items.ROSE_TINTED_LENS_6956, 1) - sendItemDialogue(player, Items.ROSE_TINTED_LENS_6956, "You have successfully made the rose tinted lens!") - } - return@onUseWith true - } - - /** Prevent players from adding sand to the truth serum themselves. */ - onUseWith(IntType.ITEM, Items.SAND_6958, Items.TRUTH_SERUM_6952) { player, _, _ -> - sendDialogue(player, "Perhaps you should let Betty do that, it looks tricky.") - return@onUseWith true - } - - /** Pour truth serum into Sandy's coffee once he is distracted. */ - onUseWith(IntType.SCENERY, Items.TRUTH_SERUM_6952, SANDY_COFFEE_MUG_10807) { player, _, _ -> - val stage = getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) - - if (stage < TheHandintheSand.STAGE_DRUG_SANDY_45) { - sendDialogue(player, "You'll need to have completed the truth serum before doing that!") - return@onUseWith true - } - - if (stage > TheHandintheSand.STAGE_DRUG_SANDY_45) { - return@onUseWith false - } - - if (!getAttribute(player, TheHandintheSand.ATTRIBUTE_SANDY_DISTRACTED, false)) { - sendDialogue(player, "You'll need to distract Sandy before doing that.") - return@onUseWith true - } - - if (removeItem(player, Item(Items.TRUTH_SERUM_6952, 1))) { - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_INTERROGATE_SANDY_50) - setVarbit(player, TheHandintheSand.VARBIT_SANDY_STATE_1535, TheHandintheSand.SANDY_NORMAL_0, true) - sendDialogue(player, "You pour the serum into Sandy's coffee, then a little while later watch him drink it.") - playAudio(player, Sounds.HANDSAND_SERUM_1592) - } - return@onUseWith true - } - - /** Activate the magical orb before interrogating Sandy. */ - on(Items.MAGICAL_ORB_6950, IntType.ITEM, "activate") { player, _ -> - if (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) < TheHandintheSand.STAGE_INTERROGATE_SANDY_50) { - sendMessage(player, "Nothing interesting happens.") - return@on false - } - - if (removeItem(player, Item(Items.MAGICAL_ORB_6950, 1))) { - addItem(player, Items.MAGICAL_ORB_A_6951, 1) - sendItemDialogue(player, Items.MAGICAL_ORB_A_6951, - "You rub the magical scrying orb as the Wizard told you, it starts to glow, recording everything it sees and hears, now you can talk to Sandy in Brimhaven.") - playAudio(player, Sounds.HANDSAND_ORB_1590) - } - return@on true - } - - } - -} - -/** - * Instant-use listener for using the rose-tinted lens on Betty's counter from the shop doorway. - */ - -class TruthSerumListener : InteractionListener { - - override fun defineListeners() { - flagInstant() - onUseWith(IntType.SCENERY, Items.ROSE_TINTED_LENS_6956, BETTYS_COUNTER_WITH_VIAL_10813) { player, _, _ -> - if (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND) < TheHandintheSand.STAGE_TRUTH_SERUM_40) { - return@onUseWith false - } - - if (getVarbit(player, TheHandintheSand.VARBIT_BETTYS_COUNTER_1537) != TheHandintheSand.BETTYS_COUNTER_SHOW_VIAL_1) { - return@onUseWith false - } - - if (player.location != BETTYS_SHOP_DOORWAY_3016_3259 || getScenery(BETTYS_SHOP_DOORWAY_3016_3259)?.id != BETTYS_SHOP_OPEN_DOOR_40109) { - sendMessage(player, "You need to be standing in the doorway.") - return@onUseWith true - } - face(player, Location.create(3013, 3259, 0)) - - if (removeItem(player, Item(Items.ROSE_TINTED_LENS_6956, 1))) { - addItem(player, Items.TRUTH_SERUM_6952, 1) - setVarbit(player, TheHandintheSand.VARBIT_BETTYS_COUNTER_1537, TheHandintheSand.BETTYS_COUNTER_NO_VIAL_0, true) - setAttribute(player, TheHandintheSand.ATTRIBUTE_TRUTH_SERUM_MADE, true) - sendItemDialogue(player, Items.TRUTH_SERUM_6952, "As you focus the light on the vial and Betty pours the potion in, the lens heats up and shatters. After a few seconds Betty hands you the vial of Truth Serum.") - playAudio(player, Sounds.HANDSAND_VIALSHATTER_1587) - } - return@onUseWith true - } - } - -} \ No newline at end of file diff --git a/Server/src/main/content/region/karamja/brimhaven/dialogue/SandyDialogue.java b/Server/src/main/content/region/karamja/brimhaven/dialogue/SandyDialogue.java new file mode 100644 index 000000000..736424e92 --- /dev/null +++ b/Server/src/main/content/region/karamja/brimhaven/dialogue/SandyDialogue.java @@ -0,0 +1,48 @@ +package content.region.karamja.brimhaven.dialogue; + +import core.game.dialogue.DialoguePlugin; +import core.game.dialogue.FacialExpression; +import core.game.node.entity.npc.NPC; +import core.plugin.Initializable; +import core.game.node.entity.player.Player; + +/** + * Handles the SandyDialogue dialogue. + * @author 'Vexia + */ +@Initializable +public class SandyDialogue extends DialoguePlugin { + + public SandyDialogue() { + + } + + public SandyDialogue(Player player) { + super(player); + } + + @Override + public DialoguePlugin newInstance(Player player) { + + return new SandyDialogue(player); + } + + @Override + public boolean open(Object... args) { + npc = (NPC) args[0]; + interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Nice day for sand isn't it?"); + stage = 0; + return true; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + end(); + return true; + } + + @Override + public int[] getIds() { + return new int[] { 3110 }; + } +} diff --git a/Server/src/main/content/region/karamja/diary/KaramjaAchievementDiary.kt b/Server/src/main/content/region/karamja/diary/KaramjaAchievementDiary.kt index 927198ce5..cda31648c 100644 --- a/Server/src/main/content/region/karamja/diary/KaramjaAchievementDiary.kt +++ b/Server/src/main/content/region/karamja/diary/KaramjaAchievementDiary.kt @@ -83,7 +83,7 @@ class KaramjaAchievementDiary : DiaryEventHookBase(DiaryType.KARAMJA) { } override fun onResourceProduced(player: Player, event: ResourceProducedEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 10802 -> if (event.itemId == Items.GOLD_ORE_444) { finishTask( player, @@ -148,7 +148,7 @@ class KaramjaAchievementDiary : DiaryEventHookBase(DiaryType.KARAMJA) { } override fun onNpcKilled(player: Player, event: NPCKillEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 10899, 10900 -> if (event.npc.id in METAL_DRAGONS) { finishTask( player, diff --git a/Server/src/main/content/region/karamja/quest/tribaltotem/TribalTotemListeners.kt b/Server/src/main/content/region/karamja/quest/tribaltotem/TribalTotemListeners.kt index 97a16f7d9..0fdbf616f 100644 --- a/Server/src/main/content/region/karamja/quest/tribaltotem/TribalTotemListeners.kt +++ b/Server/src/main/content/region/karamja/quest/tribaltotem/TribalTotemListeners.kt @@ -34,7 +34,7 @@ class TribalTotemListeners : InteractionListener { on(realCrate, IntType.SCENERY, "Investigate"){ player, node -> if(player.questRepository.getStage(Quests.TRIBAL_TOTEM) in 1..19 && !player.inventory.containsAtLeastOneItem(Items.ADDRESS_LABEL_1858)){ - sendDialogue(player,"There is a label on this crate. It says; To Lord Handelmort, Handelmort Mansion, Ardougne.You carefully peel it off and take it.") + sendDialogue(player,"There is a label on this crate. It says; To Lord Handelmort, Handelmort Mansion Ardogune.You carefully peel it off and take it.") addItemOrDrop(player,Items.ADDRESS_LABEL_1858,1) } else if(player.questRepository.getStage(Quests.TRIBAL_TOTEM) in 1..19 && player.inventory.containsAtLeastOneItem(Items.ADDRESS_LABEL_1858)){ diff --git a/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightCavesPlugin.java b/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightCavesPlugin.java index 5a4cdfd11..7559b9362 100644 --- a/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightCavesPlugin.java +++ b/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightCavesPlugin.java @@ -1,5 +1,6 @@ package content.region.karamja.tzhaar.handlers; +import content.global.skill.slayer.SlayerManager; import core.game.event.NPCKillEvent; import core.game.activity.ActivityPlugin; import content.data.BossKillCounter; @@ -9,6 +10,8 @@ import core.game.node.entity.Entity; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.diary.DiaryType; +import core.game.node.entity.skill.Skills; +import content.global.skill.slayer.Tasks; import core.game.node.item.GroundItemManager; import core.game.node.item.Item; import core.game.node.scenery.Scenery; @@ -20,7 +23,6 @@ import core.plugin.Initializable; import core.tools.RandomFunction; import core.game.world.GameWorld; import core.game.world.repository.Repository; -import org.rs09.consts.NPCs; import java.util.ArrayList; import java.util.List; @@ -145,6 +147,11 @@ public final class TzhaarFightCavesPlugin extends ActivityPlugin { public void leave(Player player, int wave) { activeNPCs.clear(); player.getProperties().setTeleportLocation(getSpawnLocation()); + player.getSkills().restore(); + player.timers.removeTimer("poison"); + player.timers.removeTimer("disease"); + player.timers.removeTimer("teleblock"); + player.getSettings().updateRunEnergy(-100); boolean practice = player.getAttribute("fc_practice_jad", false); if (wave == 63) { if (!practice) { @@ -160,7 +167,12 @@ public final class TzhaarFightCavesPlugin extends ActivityPlugin { } player.getPacketDispatch().sendMessage("You were victorious!"); if (!practice) { - BossKillCounter.addToBossKillCount(player, NPCs.TZTOK_JAD_2745); + BossKillCounter.addtoKillcount(player, 2745); + if (SlayerManager.getInstance(player).getTask() == Tasks.JAD) { + player.getSkills().addExperience(Skills.SLAYER, 25000); + SlayerManager.getInstance(player).clear(); + player.sendMessage("You receive 25,000 slayer experience for defeating TzTok-Jad."); + } player.getDialogueInterpreter().sendDialogues(2617, null, "You even defeated TzTok-Jad, I am most impressed!", "Please accept this gift as a reward."); Repository.sendNews(player.getUsername() + " has been victorious in defeating TzTok-Jad for a firecape!"); } else { diff --git a/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightPitsPlugin.java b/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightPitsPlugin.java index 61ab67005..5070b76ef 100644 --- a/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightPitsPlugin.java +++ b/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightPitsPlugin.java @@ -8,7 +8,6 @@ import java.util.Random; import core.game.component.Component; import core.game.container.impl.EquipmentContainer; import core.game.activity.ActivityPlugin; -import core.game.world.map.RegionChunk; import core.plugin.Initializable; import core.game.dialogue.FacialExpression; import core.game.node.entity.skill.Skills; @@ -31,7 +30,6 @@ import core.game.world.map.RegionManager; import core.game.world.map.zone.ZoneBorders; import core.game.world.map.zone.ZoneRestriction; import core.tools.RandomFunction; -import org.rs09.consts.NPCs; import static core.api.ContentAPIKt.*; @@ -147,15 +145,7 @@ public final class TzhaarFightPitsPlugin extends ActivityPlugin { lastVictor.getPacketDispatch().sendString("Current Champion: " + getChampionName(), INTERFACE_ID, 0); resetDamagePulse(lastVictor); } - RegionChunk[][][] chunks = RegionManager.forId(9552).getChunks(); - for (int x = 0; x < 8; x++) { - for (int y = 0; y < 8; y++) { - List npcs = chunks[x][y][0].getNpcs(); - for (NPC npc : npcs) { - npc.setAttribute("fp_champn", getChampionName()); - } - } - } + RegionManager.forId(9552).getPlanes()[0].getNpcs().get(0).setAttribute("fp_champn", getChampionName()); } minutes = 0; } @@ -190,15 +180,10 @@ public final class TzhaarFightPitsPlugin extends ActivityPlugin { * Resets the last victor. */ private void resetLastVictor() { - RegionChunk[][][] chunks = RegionManager.forId(9552).getChunks(); - for (int x = 0; x < 8; x++) { - for (int y = 0; y < 8; y++) { - List npcs = new ArrayList<>(chunks[x][y][0].getNpcs()); - for (NPC npc : npcs) { - if (npc.getId() == NPCs.TZ_KIH_2734 || npc.getId() == NPCs.TOK_XIL_2739) { - npc.clear(); - } - } + List npcs = new ArrayList<>(RegionManager.forId(9552).getPlanes()[0].getNpcs()); + for (NPC n : npcs) { + if (n.getId() == 2734 || n.getId() == 2739) { + n.clear(); } } if (lastVictor == null || !lastVictor.isActive()) { @@ -370,7 +355,7 @@ public final class TzhaarFightPitsPlugin extends ActivityPlugin { } int size = (LOBBY_PLAYERS.size() + WAR_PLAYERS.size()) - 1; if (!WAR_PLAYERS.isEmpty()) { - setVarp(WAR_PLAYERS.get(0), 560, size); + setVarp(WAR_PLAYERS.get(0), 560, size); } for (Iterator it = LOBBY_PLAYERS.iterator(); it.hasNext();) { Player p = it.next(); @@ -382,7 +367,7 @@ public final class TzhaarFightPitsPlugin extends ActivityPlugin { } p.getSkullManager().setSkullCheckDisabled(true); p.getSkullManager().setWilderness(true); - setVarp(p, 560, size); + setVarp(p, 560, size); p.getProperties().setTeleportLocation(getZoneDestination()); p.getInteraction().set(Option._P_ATTACK); tokkulAmount += p.getProperties().getCurrentCombatLevel(); @@ -464,7 +449,7 @@ public final class TzhaarFightPitsPlugin extends ActivityPlugin { */ public static void sendPlayersRemaining(int value) { for (Player p : WAR_PLAYERS) { - setVarp(p, 560, value); + setVarp(p, 560, value); } } diff --git a/Server/src/main/content/region/misc/entrana/dialogue/MazionDialogue.kt b/Server/src/main/content/region/misc/entrana/dialogue/MazionDialogue.kt index 8dbfb18ef..60368b2cc 100644 --- a/Server/src/main/content/region/misc/entrana/dialogue/MazionDialogue.kt +++ b/Server/src/main/content/region/misc/entrana/dialogue/MazionDialogue.kt @@ -1,121 +1,41 @@ package content.region.misc.entrana.dialogue -import content.data.Quests -import content.region.kandarin.yanille.quest.thehandinthesand.quest.TheHandintheSand -import core.api.addItem -import core.api.freeSlots -import core.api.getQuestStage -import core.api.hasAnItem -import core.api.openDialogue -import core.api.setQuestStage -import core.game.dialogue.DialogueLabeller import core.game.dialogue.DialoguePlugin import core.game.dialogue.FacialExpression +import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player -import core.game.node.item.Item import core.plugin.Initializable -import org.rs09.consts.Items import org.rs09.consts.NPCs /** - * Dialogue between Mazion and the player for The Hand in the Sand quest. - * @author Edith + * @author qmqz */ @Initializable -class MazionDialogue(player: Player? = null) : DialoguePlugin(player) { - override fun newInstance(player: Player): DialoguePlugin { - return MazionDialogue(player) +class MazionDialogue(player: Player? = null) : DialoguePlugin(player){ + + override fun open(vararg args: Any?): Boolean { + npc = args[0] as NPC + when ((1..3).random()) { + 1 -> npc(FacialExpression.FRIENDLY, "Nice weather we're having today!").also { stage = 99 } + 2 -> npc(FacialExpression.FRIENDLY, "Hello, " + player.username + ", fine day today!").also { stage = 99 } + 3 -> npc(FacialExpression.ANNOYED, "Please leave me alone, a parrot stole my banana.").also { stage = 99 } + } + return true } override fun handle(interfaceId: Int, buttonId: Int): Boolean { - openDialogue(player, MazionDialogueFile(), npc) - return false + when(stage){ + 99 -> end() + } + return true + } + + override fun newInstance(player: Player?): DialoguePlugin { + return MazionDialogue(player) } override fun getIds(): IntArray { return intArrayOf(NPCs.MAZION_3114) } } - -class MazionDialogueFile : DialogueLabeller() { - override fun addConversation() { - - exec { player, _ -> - when (getQuestStage(player, Quests.THE_HAND_IN_THE_SAND)) { - TheHandintheSand.STAGE_FIND_CLARENCE_70 -> loadLabel(player, "quest_stage_70") - TheHandintheSand.STAGE_RETURN_HEAD_75 -> loadLabel(player, "quest_stage_75") - else -> loadLabel(player, "default_dialogue") - } - } - - label("default_dialogue") - exec { player, _ -> - when ((1..3).random()) { - 1 -> loadLabel(player, "nice_weather") - 2 -> loadLabel(player, "fine_day") - else -> loadLabel(player, "parrot_banana") - } - } - - label("nice_weather") - npc("Nice weather we're having today!") - - label("fine_day") - npc("Hello, @name, fine day today!") - - label("parrot_banana") - npc("Please leave me alone, a parrot stole my banana.") - - label("quest_stage_70") - player(FacialExpression.HAPPY, "Hello there!") - npc("Uh...greetings @name!") - player(FacialExpression.WORRIED, "Uhh... How do you know my name?") - npc(FacialExpression.HAPPY, "Oh, I like to keep ahead of things.") - player(FacialExpression.ASKING, "Er.. ok. Well, I've been sent from the Wizards' Guild in Yanille. There's been an... incident... Do you have any body parts?") - npc(FacialExpression.AMAZED_TALKING, "How did you know! I found the most awful thing in my sandpit - a head!") - player(FacialExpression.HAPPY, "Ahhh good! I need to take it back to be buried!") - npc(FacialExpression.AMAZED_TALKING, "You're very strange, but if it means I get rid of the horrid thing...") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_head") - } - } - exec { player, _ -> - addItem(player, Items.WIZARDS_HEAD_6957) - setQuestStage(player, Quests.THE_HAND_IN_THE_SAND, TheHandintheSand.STAGE_RETURN_HEAD_75) - } - item(Item(Items.WIZARDS_HEAD_6957), "Mazion gives you the head.") - - label("no_space_head") - npc("Or I would if you had any room in your bag!") - - label("quest_stage_75") - exec { player, _ -> - if (hasAnItem(player, Items.WIZARDS_HEAD_6957).exists()) { - loadLabel(player, "has_wizards_head") - } else { - loadLabel(player, "lost_wizards_head") - } - } - - label("has_wizards_head") - npc("I see you still have that head! Take it back to the Wizards in Yanille!") - - label("lost_wizards_head") - player("I've lost my head!") - exec { player, _ -> - if (freeSlots(player) < 1) { - loadLabel(player, "no_space_lost_head") - } - } - npc("Keep your hair on! You dropped it! Make sure you take it straight back to the wizards else you won't have a leg to stand on.") - exec { player, _ -> - addItem(player, Items.WIZARDS_HEAD_6957) - } - - label("no_space_lost_head") - npc("You dropped it and you don't have room to carry it now. Come back when you do.") - - } -} diff --git a/Server/src/main/content/region/misc/keldagrim/dialogue/HirkoDialogue.kt b/Server/src/main/content/region/misc/keldagrim/dialogue/HirkoDialogue.kt deleted file mode 100644 index ef1b19808..000000000 --- a/Server/src/main/content/region/misc/keldagrim/dialogue/HirkoDialogue.kt +++ /dev/null @@ -1,224 +0,0 @@ -package content.region.misc.keldagrim.dialogue - -import core.api.* -import core.game.interaction.InteractionListener -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialogueOption -import core.game.dialogue.FacialExpression -import core.game.interaction.IntType -import core.game.node.entity.npc.NPC -import core.game.node.item.Item -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -/** - * Hirko, the crossbow salesdwarf in Keldagrim. Also sells the bolt pouch. - */ - -class HirkoDialogue : InteractionListener { - override fun defineListeners() { - on(NPCs.HIRKO_4558, IntType.NPC, "talk-to") { player, node -> - DialogueLabeller.open(player, HirkoDialogueFile(), node as NPC) - return@on true - } - } - -} - -// Note that Hirko needs to use the FacialExpression.OLD_* chatAnims, otherwise his head is tiny. -class HirkoDialogueFile : DialogueLabeller() { - override fun addConversation() { - npc(FacialExpression.OLD_HAPPY, "Hello there!") - player(ChatAnim.FRIENDLY, "Hello, what's in those boxes?") - - npc(FacialExpression.OLD_NORMAL, "Aha, interested in my crossbows are you?") - player(ChatAnim.HALF_ASKING, "Are they any good?") - - npc( - FacialExpression.OLD_NORMAL, - "They're dwarven engineering at its best. If you've got enough skill in crafting, smithing and fletching, you can even make them yourself. You can buy some of the parts here and make the rest yourself." - ) - - goto("main_opts") - - label("main_opts") - options( - DialogueOption( - "make_one_myself", - "How do I make one for myself?", - expression = ChatAnim.HALF_ASKING - ), - DialogueOption( - "what_about_ammo", - "What about ammo?", - expression = ChatAnim.HALF_ASKING - ), - DialogueOption( - "thanks_for_telling_me", - "Thanks for telling me. Bye!", - expression = ChatAnim.FRIENDLY - ) - ) - - label("make_one_myself") { - npc( - FacialExpression.OLD_NORMAL, - "Well, firstly you'll need to chop yourself some wood, then use a knife on the wood to whittle out a nice crossbow stock like these here." - ) - player(ChatAnim.NEUTRAL, "Wood fletched into stock... check") - - npc( - FacialExpression.OLD_NORMAL, - "Then get yourself some metal and a hammer and smith yourself some limbs for the bow, mind that you use the right metals and woods though as some wood is too light to use with some metal and vice versa." - ) - player(ChatAnim.ASKING, "Which goes with which?") - - npc( - FacialExpression.OLD_NORMAL, - "Wood and Bronze as they're basic materials, Oak and Blurite, Willow and Iron, Steel and Teak, Mithril and Maple, Adamantite and Mahogany and finally Runite and Yew." - ) - player(ChatAnim.ASKING, "Ok, so I have my stock and a pair of limbs... what now?") - - npc( - FacialExpression.OLD_NORMAL, - "Simply take a hammer and smack the limbs firmly onto the stock. You'll then need a string, only they're not the same as normal bows. You'll need to dry some large animal's meat to get sinew," - ) - npc( - FacialExpression.OLD_NORMAL, - "then spin that on a spinning wheel, it's the only thing we've found to be strong enough for a crossbow." - ) - - goto("magic_logs") - } - - label("what_about_ammo") { - npc( - FacialExpression.OLD_NORMAL, - "You can smith yourself lots of different bolts, don't forget to flight them with feathers like you do arrows though. You can poison any untipped bolt but there's also" - ) - npc( - FacialExpression.OLD_NORMAL, - "the option of tipping them with gems then enchanting them with runes. This can have some pretty powerful effects." - ) - - player(ChatAnim.STRUGGLE, "Oh my poor bank, how will I store all those?!") - npc( - FacialExpression.OLD_NORMAL, - "Don't you worry, I have just the thing here, a bolt pouch designed specially for holding 4 different types of crossbow bolt." - ) - - player(ChatAnim.ASKING, "Wow, how much?") - - //check if player as a bolt pouch already - exec { player, _ -> - if (hasAnItem(player, Items.BOLT_POUCH_9433).exists()) { - goto("with_bolt_pouch") - } else { - goto("without_bolt_pouch") - } - } - - } - - label("with_bolt_pouch") { - npc( - FacialExpression.OLD_NORMAL, - "Hmm... didn't I see you down here buying one the other day? You can only have one at a time I'm afraid." - ) - goto("nowhere") - } - - label("without_bolt_pouch") { - npc( - FacialExpression.OLD_NORMAL, - "Well let's see now... for you? 1500 gold pieces should do the trick." - ) - goto("bolt_pouch_purchase") - } - - label("bolt_pouch_purchase") { - options( - DialogueOption( - "pay_bolt_pouch", - "Yes I'll pay the 1500gp.", - expression = ChatAnim.NOD_YES - ), - DialogueOption( - "thanks_for_telling_me", - "Thanks for telling me. Bye!", - expression = ChatAnim.FRIENDLY - ) - ) - } - - label("pay_bolt_pouch") { - npc(FacialExpression.OLD_NORMAL, "Hand it over then.") - - exec { player, _ -> - // case where player has exactly 1500 coins and no free slots - if (amountInInventory(player, Items.COINS_995) == 1500 && freeSlots(player) == 0) { - if (removeItem(player, Item(Items.COINS_995, 1500))) { - addItem(player, Items.BOLT_POUCH_9433) - goto("nowhere") - } - } - // all other cases - if (inInventory(player, Items.COINS_995, 1500)) { - if (freeSlots(player) != 0 && removeItem(player, Item(Items.COINS_995, 1500))) { - addItem(player, Items.BOLT_POUCH_9433) - } else { - sendMessage( - player, - "You don't have enough inventory space to hold that item." - ) - } - - goto("nowhere") - - } else { - goto("player_broke_af") - } - } - } - - label("player_broke_af") { - player(ChatAnim.SAD, "Oh, I don't have that much on me.") - npc( - FacialExpression.OLD_NORMAL, - "Best go make some money then, shouldn't take you too long." - ) - - goto("nowhere") - } - - label("magic_logs") { - options( - DialogueOption( - "what_about_magic_logs", - "What about magic logs?", - expression = ChatAnim.ASKING - ), - DialogueOption( - "thanks_for_telling_me", - "Thanks for telling me. Bye!", - expression = ChatAnim.FRIENDLY - ) - ) - } - - label("what_about_magic_logs") { - npc( - FacialExpression.OLD_NORMAL, - "Well.. I don't rightly know... us dwarves don't work with magic, we prefer gold and rock. Much more stable. I guess you could ask the humans at the rangers guild to see if they can do something but I don't want" - ) - npc(FacialExpression.OLD_HAPPY, "anything to do with it!") - goto("thanks_for_telling_me") - } - - label("thanks_for_telling_me") { - npc(FacialExpression.OLD_HAPPY, "Take care, straight shooting.") - goto("nowhere") - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/misc/tutisland/handlers/iface/CharacterDesign.java b/Server/src/main/content/region/misc/tutisland/handlers/iface/CharacterDesign.java index c20c65f72..a40f65f84 100644 --- a/Server/src/main/content/region/misc/tutisland/handlers/iface/CharacterDesign.java +++ b/Server/src/main/content/region/misc/tutisland/handlers/iface/CharacterDesign.java @@ -178,8 +178,8 @@ public final class CharacterDesign { case 40: player.getSettings().toggleMouseButton(); break; - case 92://hair style left arrow - case 93://hair style right arrow + case 92://hair style + case 93: changeLook(player, 0, buttonId == 93); break; case 97: @@ -348,23 +348,18 @@ public final class CharacterDesign { private static int getValue(Player player, String key, int index, int currentIndex, boolean increment) { int[] array = player.getAttribute("male", player.getAppearance().isMale()) ? MALE_LOOK_IDS[index] : FEMALE_LOOK_IDS[index]; int val = 0; - if (player.isArtificial() && index <= 1) { - currentIndex = RandomFunction.random(array.length -1); - val = array[currentIndex]; + if (increment && currentIndex + 1 > array.length -1) { + val = (int) array[0]; + currentIndex = 0; + } else if (!increment && currentIndex -1 < 0) { + val = (int) array[array.length -1]; + currentIndex = array.length -1; + } else if (increment) { + val = (int) array[currentIndex + 1]; + currentIndex++; } else { - if (increment && currentIndex + 1 > array.length -1) { - val = (int) array[0]; - currentIndex = 0; - } else if (!increment && currentIndex -1 < 0) { - val = (int) array[array.length -1]; - currentIndex = array.length -1; - } else if (increment) { - val = (int) array[currentIndex + 1]; - currentIndex++; - } else { - val = (int) array[currentIndex - 1]; - currentIndex--; - } + val = (int) array[currentIndex - 1]; + currentIndex--; } player.setAttribute(key + ":" + index, currentIndex); return val; diff --git a/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt b/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt index 68fd59034..8c6a1ca73 100644 --- a/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt +++ b/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt @@ -31,7 +31,7 @@ package content.region.misthalin.barbvillage.stronghold.playersafety SceneryConst.JAIL_DOOR_29601 to 698, ) - private val creviceClimbedAttribute = "/save:player_strong:crevice_climbed" + private val creviceClimbedAttribute = "player_strong:crevice_climbed" } override fun defineListeners() { diff --git a/Server/src/main/content/region/misthalin/dorgeshuun/quest/thelosttribe/CaveGoblinMinerNPC.kt b/Server/src/main/content/region/misthalin/dorgeshuun/quest/thelosttribe/CaveGoblinMinerNPC.kt index 4d6feec03..6813ad0b9 100644 --- a/Server/src/main/content/region/misthalin/dorgeshuun/quest/thelosttribe/CaveGoblinMinerNPC.kt +++ b/Server/src/main/content/region/misthalin/dorgeshuun/quest/thelosttribe/CaveGoblinMinerNPC.kt @@ -29,7 +29,7 @@ class CaveGoblinMinerNPC(id: Int = 0, location: Location? = null) : AbstractNPC( mining = (id > 2074) if(properties.combatPulse.isAttacking && mining){ - transformWithHpCarryover(id - 6) + transform(id - 6) this.isWalks = true this.walkRadius = 4 this.isNeverWalks = false diff --git a/Server/src/main/content/region/misthalin/draynor/dialogue/DraynorBankGuard.java b/Server/src/main/content/region/misthalin/draynor/dialogue/DraynorBankGuard.java index 611737fd1..13275ac76 100644 --- a/Server/src/main/content/region/misthalin/draynor/dialogue/DraynorBankGuard.java +++ b/Server/src/main/content/region/misthalin/draynor/dialogue/DraynorBankGuard.java @@ -1,6 +1,6 @@ package content.region.misthalin.draynor.dialogue; -import content.region.misthalin.draynor.handlers.DBRCutscene; +import core.game.activity.ActivityManager; import core.game.dialogue.DialoguePlugin; import core.game.dialogue.FacialExpression; import core.game.node.entity.npc.NPC; @@ -8,8 +8,6 @@ import core.game.node.entity.player.Player; import core.plugin.Initializable; import core.game.node.item.Item; -import static core.api.ContentAPIKt.getAttribute; - /** * Represents the dialogue plugin used for the draynor bank guard npc. * @author 'Vexia @@ -17,6 +15,7 @@ import static core.api.ContentAPIKt.getAttribute; */ @Initializable public final class DraynorBankGuard extends DialoguePlugin { + /** * Represents the coins item needed to re-watch the recording. */ @@ -56,7 +55,7 @@ public final class DraynorBankGuard extends DialoguePlugin { public boolean handle(int interfaceId, int buttonId) { switch (stage) { case 0: - if (!getAttribute(player, DBRCutscene.HAS_SEEN_RECORDING, false)) { + if (!player.getSavedData().getGlobalData().isDraynorRecording()) { interpreter.sendOptions("Select an option", "Can I deposit my stuff here?", "That wall doesn't look very good.", "Sorry, I don't want anything."); stage = 1; } else { @@ -326,7 +325,7 @@ public final class DraynorBankGuard extends DialoguePlugin { */ private void startRecording(Player player) { end(); - new DBRCutscene(player).start(); + ActivityManager.start(player, "dbr cutscene", false); } @Override diff --git a/Server/src/main/content/region/misthalin/draynor/handlers/DBRCutscenePlugin.java b/Server/src/main/content/region/misthalin/draynor/handlers/DBRCutscenePlugin.java new file mode 100644 index 000000000..78c30fa3e --- /dev/null +++ b/Server/src/main/content/region/misthalin/draynor/handlers/DBRCutscenePlugin.java @@ -0,0 +1,896 @@ +package content.region.misthalin.draynor.handlers; + +import core.game.component.Component; +import core.game.activity.ActivityPlugin; +import core.game.activity.CutscenePlugin; +import core.game.global.action.DoorActionHandler; +import core.plugin.Initializable; +import core.game.node.entity.skill.Skills; +import core.game.node.Node; +import core.game.node.entity.Entity; +import core.game.node.entity.combat.CombatStyle; +import core.game.node.entity.combat.ImpactHandler.HitsplatType; +import core.game.node.entity.impl.Projectile; +import core.game.node.entity.npc.AbstractNPC; +import core.game.node.entity.npc.NPC; +import core.game.node.entity.player.Player; +import core.game.node.entity.player.link.SpellBookManager; +import core.game.node.item.GroundItem; +import core.game.node.item.GroundItemManager; +import core.game.node.item.Item; +import core.game.node.item.ItemPlugin; +import core.game.node.scenery.Scenery; +import core.game.node.scenery.SceneryBuilder; +import core.game.system.task.Pulse; +import core.game.world.GameWorld; +import core.game.world.map.Direction; +import core.game.world.map.Location; +import core.game.world.map.RegionManager; +import core.game.world.map.build.DynamicRegion; +import core.game.world.map.path.Pathfinder; +import core.game.world.update.flag.context.Animation; +import core.game.world.update.flag.context.Graphics; +import core.net.packet.PacketRepository; +import core.net.packet.context.CameraContext; +import core.net.packet.context.CameraContext.CameraType; +import core.net.packet.out.CameraViewPacket; +import core.plugin.Plugin; +import core.plugin.ClassScanner; + +/** + * Represents the draynor bank robbery cutscene plugin. + * + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class DBRCutscenePlugin extends CutscenePlugin { + + /** + * Represents the cracked component. + */ + private static final Component CRACKED = new Component(385); + + /** + * Represents the stealing animation used for cool mom. + */ + private static final Animation STEAL_ANIMATION = new Animation(832); + + /** + * Represents the casting animation. + */ + private static final Animation CAST_ANIMATION = new Animation(1167); + + /** + * Represents the telekentic animation to use. + */ + private static final Animation TELEKENTIC_ANIMATION = new Animation(723); + + /** + * Represents the telekentic graphics. + */ + private static final Graphics TELEKENTIC_GRAPHIC = new Graphics(142, 96); + + /** + * Represents the casting animation. + */ + private static final Animation SECOND_CAST_ANIMATION = new Animation(1167); + + /** + * Represents the death animation to use. + */ + private static final Animation DEATH_ANIMATION = new Animation(2553); + + /** + * Represents the graphics to use. + */ + private static final Graphics SHOCK_GRAPHIC = new Graphics(432, 0, 0); + + /** + * Represents the teleport animation to use. + */ + private static final Animation TELEPORT_ANIMATION = new Animation(1816); + + /** + * Represents the graphics to use for teleother. + */ + private static final Graphics[] TELE_OTHERS = new Graphics[] { new Graphics(343), new Graphics(342) }; + + /** + * Represents the pick up animation to use. + */ + private static final Animation PICK_UP_ANIMATION = new Animation(827); + + /** + * Represents the hitting animation. + */ + private static final Animation HIT_ANIMATION = new Animation(401); + + /** + * Represents the blocking animation. + */ + private static final Animation BLOCK_ANIMATION = new Animation(425); + + /** + * Represents the thunder animation. + */ + private static final Animation THUNDER_ANIMATION = new Animation(811); + + /** + * Represents the purple graphics. + */ + private static final Graphics PURPLE_GRAPHIC = new Graphics(301, 100); + + /** + * Represents the thunder graphic. + */ + private static final Graphics THUNDER_GRAPHIC = new Graphics(76); + + /** + * Represents the animation to use for the wise old man. + */ + private static final Animation WISE_JUMP = new Animation(2555); + + /** + * Represents the market guard jump animation. + */ + private static final Animation GUARD_JUMP = new Animation(2556); + + /** + * Represents the stomp animation. + */ + private static final Animation STOMP_ANIM = new Animation(1820); + + /** + * Represents the ashes item. + */ + private static final Item ASHES = new Item(592); + + /** + * Represents the coins item. + */ + private static final Item COINS = new Item(995, 60); + + /** + * Represents the party hat item. + */ + private static final Item PARTY_HAT = new Item(2422); + + /** + * Represents the recording pulse. + */ + private final RecordingPulse recordingPulse = new RecordingPulse(); + + /** + * Represents the npcs to use in the cutscene. + */ + private static final NPC[] NPCS = new NPC[] { + /** cool mom */ + NPC.create(2579, Location.create(2120, 4916, 0), Direction.NORTH), + /** olivia */ + NPC.create(2572, Location.create(2117, 4913, 0), Direction.WEST), + /** market guard */ + NPC.create(2571, Location.create(13, 48, 0), Direction.WEST), + /** purepker */ + NPC.create(2575, new Location(2136, 4914, 0), Direction.WEST), + /** first banker */ + NPC.create(2568, new Location(2130, 4909, 0), Direction.EAST), + /** second last banker. */ + NPC.create(2569, new Location(2130, 4907, 0)), + /** last banker */ + NPC.create(2570, new Location(2130, 4906, 0)), + /** efinlocks */ + NPC.create(2578, new Location(2133, 4908, 0)), + /** 1337sp34kr */ + NPC.create(2577, new Location(2134, 4906, 0), Direction.WEST), + /** quitedoll */ + NPC.create(2576, new Location(2133, 4906, 0), Direction.EAST), + /** oldman */ + NPC.create(2566, new Location(2128, 4915, 0), Direction.SOUTH) }; + + /** + * Constructs a new {@code DBRCutscenePlugin} {@code Object}. + */ + public DBRCutscenePlugin() { + super("dbr cutscene"); + } + + /** + * Constructs a new {@code DBRCutscenePlugin} {@code Object}. + * + * @param player + * the player. + */ + public DBRCutscenePlugin(final Player player) { + super("dbr cutscene"); + this.player = player; + } + + @Override + public void open() { + setNpcs(); + GameWorld.getPulser().submit(recordingPulse); + player.lock(); + player.getLocks().lockMovement(10000000); + camera(27, 45, -14, 2, 700, 100); + } + + @Override + public ActivityPlugin newInstance(Player p) throws Throwable { + return new DBRCutscenePlugin(p); + } + + @Override + public void register() { + super.register(); + try { + new DBRecordingNPC().newInstance(null); + } catch (Throwable e) { + e.printStackTrace(); + } + ClassScanner.definePlugin(new BluePhatItem()); + } + + @Override + public Location getSpawnLocation() { + return null; + } + + @Override + public Location getStartLocation() { + return base.transform(17, 51, 0); + } + + @Override + public void configure() { + region = DynamicRegion.create(8524); + setRegionBase(); + registerRegion(region.getId()); + player.getDialogueInterpreter().sendPlainMessage(true, "You close your eyes and watch the recording..."); + } + + @Override + public void end() { + super.end(); + clearNpcs(); + player.getSavedData().getGlobalData().setDraynorRecording(true); + player.getDialogueInterpreter().sendDialogue("End of recording."); + } + + /** + * Gets the cool mom npc. + * + * @return the cool mom npc. + */ + public NPC getCoolMom() { + return getNpc(2579); + } + + /** + * Gets the olivia npc. + * + * @return the olivia npc. + */ + public NPC getOlivia() { + return getNpc(2572); + } + + /** + * Gets the market guard npc. + * + * @return the market guard. + */ + public NPC getMarketGuard() { + return getNpc(2571); + } + + /** + * Gets the pure pker npc. + * + * @return the pure pker npc. + */ + public NPC getPurePker() { + return getNpc(2575); + } + + /** + * Gets the elfinlocks npc. + * + * @return the elfinocks npc. + */ + public NPC getElfinocks() { + return getNpc(2578); + } + + /** + * Gets the 1337sp34kr npc. + * + * @return the 1337sp34kr npc. + */ + public NPC get1337() { + return getNpc(2577); + } + + /** + * Gets the quitedoll npc. + * + * @return the quitedoll npc. + */ + public NPC getQuiteDoll() { + return getNpc(2576); + } + + /** + * Gets the wise old man npc. + * + * @return the wise old man npc. + */ + public NPC getWiseOldMan() { + int size = region.getPlanes()[0].getNpcs().size(); + return region.getPlanes()[0].getNpcs().get(size - 1); + } + + /** + * Gets the first banker. + * + * @return the first banker. + */ + public NPC getFirstBanker() { + return getNpc(2568); + } + + /** + * Gets the second banker. + * + * @return the second banker. + */ + public NPC getSecondBanker() { + return getNpc(2569); + } + + /** + * Gets the last banker. + * + * @return the last banker. + */ + public NPC getLastBanker() { + return getNpc(2570); + } + + /** + * Method used to walk an npc. + * + * @param npc + * the npc. + * @param location + * the location. + */ + private void walk(NPC npc, final Location location) { + Pathfinder.find(npc, location, true, Pathfinder.DUMB).walk(npc); + } + + /** + * Method used to kill an npc. + * + * @param npc + * the npc. + */ + private void die(NPC npc) { + npc.getAnimator().reset(); + npc.animate(DEATH_ANIMATION); + npc.graphics(SHOCK_GRAPHIC); + npc.getImpactHandler().manualHit(npc, npc.getSkills().getLifepoints(), HitsplatType.NORMAL); + } + + /** + * Method used to cast a shock. + * + * @param target + * the target. + */ + private void castShock(Node target) { + getWiseOldMan().animate(CAST_ANIMATION); + getWiseOldMan().graphics(new Graphics(433)); + if (target instanceof Entity) { + Projectile.create(getWiseOldMan(), (Entity) target, 434).send(); + } else { + Projectile projectile = Projectile.create(getWiseOldMan(), null, 434, 30, 30, 41, 140, 0, 0); + projectile.setEndLocation((Location) target); + projectile.send(); + } + } + + /** + * Method used to cast the telekinetic grab spell. + */ + private void castTelekinetic() { + getWiseOldMan().animate(TELEKENTIC_ANIMATION); + getWiseOldMan().graphics(TELEKENTIC_GRAPHIC); + getWiseOldMan().getSkills().setStaticLevel(Skills.MAGIC, 99); + getWiseOldMan().getSkills().setLevel(Skills.MAGIC, 99); + SpellBookManager.SpellBook.MODERN.getSpell(19).cast(getWiseOldMan(), GroundItemManager.get(PARTY_HAT.getId(), base.transform(20, 44, 0), player)); + } + + /** + * Method used to cast the thunder shock. + */ + private void castThunderShock() { + getWiseOldMan().animate(THUNDER_ANIMATION); + getWiseOldMan().graphics(PURPLE_GRAPHIC); + } + + /** + * Method used to handle the camera. + * + * @param x + * the x offset. + * @param y + * the y offset. + * @param xRot + * the xRotation. + * @param yRot + * the yRotation. + * @Param height the height. + */ + private void camera(int x, int y, int xRot, int yRot, int height, int speed) { + Location loc = base.transform(x, y, 0); + PacketRepository.send(CameraViewPacket.class, new CameraContext(player, CameraType.POSITION, loc.getX(), loc.getY(), height, 1, speed)); + PacketRepository.send(CameraViewPacket.class, new CameraContext(player, CameraType.ROTATION, loc.getX() + xRot, loc.getY() + yRot, height, 1, speed)); + } + + /** + * Method used to set npcs and their locations. + */ + private void setNpcs() { + for (NPC n : NPCS) { + n = NPC.create(n.getId(), n.getLocation(), n.getDirection()); + n.setLocation(base.transform(n.getLocation().getLocalX(), n.getLocation().getLocalY(), 0)); + n.setRespawn(false); + n.init(); + if (n.getName().equals("Banker")) { + n.getSkills().setStaticLevel(Skills.HITPOINTS, 15); + n.getSkills().setLevel(Skills.HITPOINTS, 15); + } + n.setWalks(false); + } + } + + /** + * Method used to clear all the npcs. + */ + private void clearNpcs() { + GameWorld.getPulser().submit(new Pulse(5) { + @Override + public boolean pulse() { + for (NPC n : region.getPlanes()[0].getNpcs()) { + n.clear(); + } + return true; + } + + }); + } + + /** + * Gets the npc. + * + * @param id + * the id. + * @return the npc. + */ + private NPC getNpc(int id) { + for (NPC n : region.getPlanes()[0].getNpcs()) { + if (n.getId() == id) { + return n; + } + } + return null; + } + + /** + * Represents the pulse used during recording. + * + * @author 'Vexia + * @version 1.0 + */ + public final class RecordingPulse extends Pulse { + + /** + * Represents the counter. + */ + private int counter; + + /** + * Constructs a new {@code FightPulse} {@code Object}. + */ + public RecordingPulse() { + super(1, player); + } + + @Override + public boolean pulse() { + switch (counter++) { + case 1: + getCoolMom().animate(STEAL_ANIMATION); + getMarketGuard().getSkills().setStaticLevel(Skills.HITPOINTS, 99); + getMarketGuard().getSkills().setLifepoints(99); + getMarketGuard().sendChat("Hey! Get your hands off there!"); + getCoolMom().getLocks().lockMovement(1000); + getMarketGuard().getProperties().getCombatPulse().attack(getCoolMom()); + break; + case 8: + walk(getPurePker(), base.transform(20, 45, 0)); + break; + case 10: + camera(27, 43, -37, -3, 600, 5); + break; + case 12: + getQuiteDoll().sendChat("Thx"); + break; + case 14: + walk(getQuiteDoll(), base.transform(20, 42, 0)); + get1337().sendChat("Yw"); + getPurePker().faceLocation(base.getLocation().transform(19, 45, 0)); + break; + case 16: + getElfinocks().sendChat("Buying 2k nats - no noob offers"); + break; + case 20: + get1337().sendChat("I h4ve n4ts"); + break; + case 22: + getElfinocks().sendChat("You sell?"); + break; + case 25: + get1337().sendChat("Tr4de"); + get1337().faceTemporary(getElfinocks(), 5); + walk(get1337(), base.transform(21, 43, 0)); + break; + case 26: + camera(23, 49, -37, 0, 500, 3); + break; + case 28: + walk(getQuiteDoll(), base.transform(20, 49, 0)); + walk(getPurePker(), base.transform(16, 49, 0)); + break; + case 29: + walk(getOlivia(), base.transform(12, 48, 0)); + break; + case 36: + DoorActionHandler.handleAutowalkDoor(getWiseOldMan(), RegionManager.getObject(base.transform(16, 51, 0))); + break; + case 37: + getQuiteDoll().sendChat("Huh?"); + getQuiteDoll().faceTemporary(getWiseOldMan(), 2); + getWiseOldMan().sendChat("Please don't block my line of fire!"); + castShock(getPurePker()); + break; + case 38: + die(getPurePker()); + break; + case 39: + getOlivia().sendChat("Hey, what are you doing?"); + getWiseOldMan().faceTemporary(getOlivia(), 2); + GroundItemManager.create(ASHES, base.transform(16, 49, 0), player); + GroundItemManager.create(COINS, base.transform(16, 49, 0), player); + break; + case 42: + getWiseOldMan().sendChat("Olivia - Please go away!"); + getWiseOldMan().animate(SECOND_CAST_ANIMATION); + getWiseOldMan().graphics(TELE_OTHERS[0]); + break; + case 43: + getOlivia().animate(TELEPORT_ANIMATION); + getOlivia().graphics(TELE_OTHERS[1]); + getOlivia().sendChat("Eeeek!"); + GroundItemManager.destroy(GroundItemManager.get(ASHES.getId(), base.transform(16, 49, 0), player)); + break; + case 45: + getOlivia().setInvisible(true); + break; + case 48: + getWiseOldMan().sendChat("Ah, now I can get on with it..."); + getWiseOldMan().faceLocation(base.transform(16, 49, 0)); + break; + case 49: + getWiseOldMan().animate(PICK_UP_ANIMATION); + break; + case 50: + GroundItemManager.destroy(GroundItemManager.get(COINS.getId(), base.transform(16, 49, 0), player)); + break; + case 53: + castShock(base.transform(16, 46, 0)); + break; + case 55: + Scenery wall = RegionManager.getObject(base.transform(16, 46, 0)); + if(wall != null) + SceneryBuilder.replace(wall, wall.transform(9151, 0, 10)); + if(getWiseOldMan() != null) { + getWiseOldMan().getWalkingQueue().reset(); + getWiseOldMan().getWalkingQueue().addPath(base.getX() + 16, base.getY() + 46); + getWiseOldMan().getWalkingQueue().addPath(base.getX() + 17, base.getY() + 46); + } + break; + case 58: + camera(21, 38, -36, 43, 495, 99); + break; + case 59: + getWiseOldMan().sendChat("Could everyone please not move?"); + break; + case 62: + getFirstBanker().sendChat("Hey - you can't come in here!"); + walk(getFirstBanker(), base.transform(18, 46, 0)); + getFirstBanker().faceTemporary(getWiseOldMan(), 2); + getWiseOldMan().faceTemporary(getFirstBanker(), 2); + break; + case 64: + getWiseOldMan().animate(HIT_ANIMATION); + getFirstBanker().animate(BLOCK_ANIMATION); + getFirstBanker().getImpactHandler().manualHit(getWiseOldMan(), getFirstBanker().getSkills().getLifepoints(), HitsplatType.NORMAL); + getSecondBanker().sendChat("Oi!"); + getLastBanker().sendChat("Uh-oh!"); + getSecondBanker().getWalkingQueue().reset(); + getSecondBanker().getWalkingQueue().addPath(base.getX() + 17, base.getY() + 43); + getSecondBanker().getWalkingQueue().addPath(base.getX() + 16, base.getY() + 43); + getSecondBanker().getWalkingQueue().addPath(base.getX() + 16, base.getY() + 46); + break; + case 70: + walk(getLastBanker(), base.transform(18, 40, 0)); + getSecondBanker().faceTemporary(getWiseOldMan(), 2); + getSecondBanker().animate(new Animation(422)); + getWiseOldMan().animate(new Animation(403)); + getWiseOldMan().faceTemporary(getSecondBanker(), 2); + break; + case 73: + getWiseOldMan().animate(new Animation(401)); + getSecondBanker().animate(new Animation(435)); + getSecondBanker().getImpactHandler().manualHit(getWiseOldMan(), 11, HitsplatType.NORMAL); + break; + case 75: + getSecondBanker().animate(new Animation(422)); + NPC npc = getWiseOldMan(); + if (npc != null) { + getWiseOldMan().sendChat("I do wish you'd just stop it!"); + getWiseOldMan().animate(new Animation(403)); + } + break; + case 78: + getWiseOldMan().animate(new Animation(401)); + walk(getLastBanker(), base.transform(16, 40, 0)); + walk(getElfinocks(), base.transform(20, 44, 0)); + break; + case 80: + getWiseOldMan().faceLocation(base.transform(17, 43, 0)); + getLastBanker().faceTemporary(getWiseOldMan(), 1); + getSecondBanker().getImpactHandler().manualHit(getWiseOldMan(), getSecondBanker().getSkills().getLifepoints(), HitsplatType.NORMAL); + break; + case 85: + getWiseOldMan().faceLocation(base.transform(17, 43, 0)); + getElfinocks().sendChat("Hey - how'd he get in there?"); + break; + case 86: + camera(26, 40, -35, 13, 545, 32); + getLastBanker().sendChat("Help! Help!"); + get1337().sendChat("Hax!"); + get1337().faceLocation(base.transform(20, 43, 0)); + break; + case 90: + getWiseOldMan().sendChat("My sincerest regrets, dear lady..."); + break; + case 92: + getWiseOldMan().faceTemporary(getElfinocks(), 1); + castShock(getElfinocks()); + break; + case 94: + die(getElfinocks()); + break; + case 96: + GroundItemManager.create(ASHES, base.transform(20, 44, 0), player); + GroundItemManager.create(PARTY_HAT, base.transform(20, 44, 0), player); + break; + case 99: + getWiseOldMan().sendChat("And also you, sir..."); + GroundItemManager.destroy(GroundItemManager.get(ASHES.getId(), base.transform(20, 44, 0), player)); + break; + case 101: + castShock(get1337()); + walk(getQuiteDoll(), base.transform(21, 44, 0)); + break; + case 103: + getQuiteDoll().faceTemporary(getWiseOldMan(), 1); + break; + case 104: + getQuiteDoll().sendChat("How you do that?"); + die(get1337()); + break; + case 107: + GroundItemManager.create(ASHES, base.transform(21, 43, 0), player); + break; + case 109: + getWiseOldMan().sendChat("Oh dear - another one..."); + walk(getWiseOldMan(), base.transform(18, 46, 0)); + getWiseOldMan().faceTemporary(getQuiteDoll(), 1); + GroundItemManager.destroy(GroundItemManager.get(ASHES.getId(), base.transform(21, 43, 0), player)); + break; + case 110: + GroundItemManager.destroy(GroundItemManager.get(ASHES.getId(), base.transform(21, 43, 0), player)); + break; + case 111: + castShock(getQuiteDoll()); + break; + case 114: + die(getQuiteDoll()); + break; + case 115: + GroundItemManager.create(ASHES, base.transform(21, 44, 0), player); + getWiseOldMan().sendChat("Ooh - a party hat?"); + getWiseOldMan().faceLocation(base.transform(20, 44, 0)); + break; + case 116: + GroundItemManager.destroy(GroundItemManager.get(ASHES.getId(), base.transform(21, 44, 0), player)); + castTelekinetic(); + break; + case 118: + getWiseOldMan().transform(2567); + if (getOlivia().isActive()) { + getOlivia().getImpactHandler().manualHit(getMarketGuard(), getOlivia().getSkills().getLifepoints(), HitsplatType.NORMAL); + } + getMarketGuard().setInvisible(true); + break; + case 120: + getWiseOldMan().sendChat("Now, my dear..."); + walk(getWiseOldMan(), base.transform(18, 42, 0)); + break; + case 121: + getLastBanker().sendChat("Eeek!"); + break; + case 124: + getWiseOldMan().sendChat("Just give me the money, please."); + break; + case 126: + getMarketGuard().setInvisible(false); + getMarketGuard().getProperties().setTeleportLocation(base.transform(18, 46, 0)); + break; + case 127: + camera(25, 42, -20, 0, 400, 4); + getMarketGuard().sendChat("Old man, you're for da cage!"); + walk(getMarketGuard(), base.transform(18, 43, 0)); + break; + case 128: + getWiseOldMan().faceTemporary(getMarketGuard(), 1); + break; + case 129: + getWiseOldMan().sendChat("Oh, am I?"); + break; + case 131: + getWiseOldMan().sendChat("Ahh!"); + break; + case 133: + castThunderShock(); + break; + case 136: + getMarketGuard().graphics(THUNDER_GRAPHIC); + getMarketGuard().getImpactHandler().manualHit(getWiseOldMan(), 40, HitsplatType.NORMAL); + getMarketGuard().sendChat("Aaargh!"); + break; + case 138: + getWiseOldMan().sendChat("Yah!"); + getWiseOldMan().animate(WISE_JUMP); + break; + case 139: + getMarketGuard().animate(GUARD_JUMP); + break; + case 142: + getMarketGuard().clear(); + camera(24, 42, -20, 0, 400, 4); + break; + case 143: + getWiseOldMan().sendChat("And YOU can stop spying on me!"); + getWiseOldMan().faceLocation(base.transform(24, 42, 0)); + break; + case 145: + getWiseOldMan().animate(STOMP_ANIM); + Projectile projectile = Projectile.create(getWiseOldMan(), null, 434, 50, 130, 41, 140, 0, 0); + projectile.setEndLocation((Location) base.transform(24, 42, 0)); + projectile.send(); + break; + case 148: + player.getInterfaceManager().open(CRACKED); + break; + case 150: + DBRCutscenePlugin.this.stop(true); + return true; + } + return !player.isActive(); + } + + @Override + public void stop() { + super.stop(); + clearNpcs(); + } + + /** + * Gets the counter. + * + * @return the counter. + */ + public int getCounter() { + return counter; + } + } + + /** + * Represents an npc during the draynor bank recording cutscene. + * + * @author 'Vexia + * @version 1.0 + */ + public static final class DBRecordingNPC extends AbstractNPC { + + /** + * Represents the ids to use. + */ + private static final int[] IDS = new int[] { 2579 }; + + /** + * Constructs a new {@code DBRecordingNPC} {@code Object}. + */ + public DBRecordingNPC() { + super(0, null, false); + } + + /** + * Constructs a new {@code DBRecordingNPC} {@code Object}. + * + * @param id + * the id. + * @param location + * the locastion. + */ + private DBRecordingNPC(int id, Location location) { + super(id, location); + } + + @Override + public AbstractNPC construct(int id, Location location, Object... objects) { + return new DBRecordingNPC(id, location); + } + + @Override + public void init() { + super.init(); + getSkills().setLevel(Skills.ATTACK, 1); + getSkills().setStaticLevel(Skills.ATTACK, 1); + getSkills().setLevel(Skills.DEFENCE, 2); + getSkills().setStaticLevel(Skills.DEFENCE, 2); + } + + @Override + public boolean isAttackable(Entity entity, CombatStyle style, boolean message) { + return true; + } + + @Override + public int[] getIds() { + return IDS; + } + } + + public static final class BluePhatItem extends ItemPlugin { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + register(PARTY_HAT.getId()); + return this; + } + + @Override + public boolean canPickUp(Player player, GroundItem item, int type) { + if (type == 1) { + player.sendMessage("Nice try ;)"); + } + return false; + } + } +} diff --git a/Server/src/main/content/region/misthalin/draynor/handlers/DBRCutscenePlugin.kt b/Server/src/main/content/region/misthalin/draynor/handlers/DBRCutscenePlugin.kt deleted file mode 100644 index 6a378d2b8..000000000 --- a/Server/src/main/content/region/misthalin/draynor/handlers/DBRCutscenePlugin.kt +++ /dev/null @@ -1,566 +0,0 @@ -package content.region.misthalin.draynor.handlers - -import core.api.* -import core.game.activity.Cutscene -import core.game.component.Component -import core.game.global.action.DoorActionHandler -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.Entity -import core.game.node.entity.combat.ImpactHandler -import core.game.node.entity.impl.Projectile -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.node.entity.player.link.SpellBookManager -import core.game.node.entity.skill.Skills -import core.game.node.item.GroundItemManager -import core.game.node.item.Item -import core.game.node.scenery.SceneryBuilder -import core.game.world.map.Direction -import core.game.world.map.Location -import core.game.world.update.flag.context.Animation -import core.game.world.update.flag.context.Graphics -import core.net.packet.PacketRepository -import core.net.packet.context.CameraContext -import core.net.packet.context.CameraContext.CameraType -import core.net.packet.out.CameraViewPacket -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -class DBRCutscene(player: Player) : Cutscene(player) { - companion object { - const val HAS_SEEN_RECORDING = "draynor-recording" - - // Animations - private val STEAL_ANIMATION = Animation(832) - private val CAST_ANIMATION = Animation(1167) - private val TELEKINETIC_ANIMATION = Animation(723) - private val DEATH_ANIMATION = Animation(2553) - private val TELEPORT_ANIMATION = Animation(1816) - private val PICK_UP_ANIMATION = Animation(827) - private val HIT_ANIMATION = Animation(401) - private val BLOCK_ANIMATION = Animation(425) - private val THUNDER_ANIMATION = Animation(811) - private val WISE_JUMP = Animation(2555) - private val GUARD_JUMP = Animation(2556) - private val STOMP_ANIM = Animation(1820) - - // Graphics - private val TELEKINETIC_GRAPHIC = Graphics(142, 96) - private val SHOCK_GRAPHIC = Graphics(432, 0, 0) - private val SHOCK_CAST = Graphics(433) - private val TELE_OTHER_CAST = Graphics(343) - private val TELE_OTHER_TARGET = Graphics(342) - private val PURPLE_GRAPHIC = Graphics(301, 100) - private val THUNDER_GRAPHIC = Graphics(76) - - // Projectile ids - private const val SHOCK_PROJECTILE_ID = 434 - - // Components - private val CRACKED = Component(385) - } - - override fun setup() { - setExit(player.location) - loadRegion(8524) - - // Add all NPCs with their initial positions - addNPC(NPCs.COOL_MOM227_2579, 8, 52, Direction.NORTH) - addNPC(NPCs.OLIVIA_2572, 5, 49, Direction.WEST) - addNPC(NPCs.MARKET_GUARD_2571, 13, 48, Direction.WEST) - addNPC(NPCs.PUREPKER895_2575, 24, 50, Direction.WEST) - addNPC(NPCs.BANKER_2568, 18, 45, Direction.EAST) - addNPC(NPCs.BANKER_2569, 18, 43, Direction.NORTH) - addNPC(NPCs.BANKER_2570, 18, 42, Direction.NORTH) - addNPC(NPCs.ELFINLOCKS_2578, 21, 44, Direction.NORTH) - addNPC(NPCs.SP34KR_1337_2577, 22, 42, Direction.WEST) - addNPC(NPCs.QUTIEDOLL_2576, 21, 42, Direction.EAST) - addNPC(NPCs.WISE_OLD_MAN_2566, 16, 51, Direction.SOUTH) - - // Set banker HP - getNPC(NPCs.BANKER_2568)?.skills?.setStaticLevel(Skills.HITPOINTS, 15) - getNPC(NPCs.BANKER_2568)?.skills?.setLevel(Skills.HITPOINTS, 15) - getNPC(NPCs.BANKER_2569)?.skills?.setStaticLevel(Skills.HITPOINTS, 15) - getNPC(NPCs.BANKER_2569)?.skills?.setLevel(Skills.HITPOINTS, 15) - getNPC(NPCs.BANKER_2570)?.skills?.setStaticLevel(Skills.HITPOINTS, 15) - getNPC(NPCs.BANKER_2570)?.skills?.setLevel(Skills.HITPOINTS, 15) - } - - private fun camera(x: Int, y: Int, xRot: Int, yRot: Int, height: Int, speed: Int) { - val loc = base.transform(x, y, 0) - PacketRepository.send( - CameraViewPacket::class.java, - CameraContext(player, CameraType.POSITION, loc.x, loc.y, height, 1, speed) - ) - PacketRepository.send( - CameraViewPacket::class.java, - CameraContext(player, CameraType.ROTATION, loc.x + xRot, loc.y + yRot, height, 1, speed) - ) - } - - private fun castShock(target: Entity, wiseOldMan: Entity) { - wiseOldMan.animate(CAST_ANIMATION) - wiseOldMan.graphics(SHOCK_CAST) - val projectile = Projectile.create(wiseOldMan, target, SHOCK_PROJECTILE_ID) - projectile.send() - } - - private fun castShock(loc: Location, wiseOldMan: Entity) { - wiseOldMan.animate(CAST_ANIMATION) - wiseOldMan.graphics(SHOCK_CAST) - val projectile = Projectile.create(wiseOldMan, null, SHOCK_PROJECTILE_ID, 30, 30, 41, 140, 0, 0) - projectile.endLocation = loc - projectile.send() - } - - private fun castTelekinetic() { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - wiseOldMan.animate(TELEKINETIC_ANIMATION) - wiseOldMan.graphics(TELEKINETIC_GRAPHIC) - wiseOldMan.skills.setStaticLevel(Skills.MAGIC, 99) - wiseOldMan.skills.setLevel(Skills.MAGIC, 99) - SpellBookManager.SpellBook.MODERN.getSpell(19).cast(wiseOldMan, GroundItemManager.get(Item(Items.BLUE_PARTYHAT_2422).id, base.transform(20, 44, 0), player)) - } - - private fun die(npc: NPC) { - npc.animator.reset() - npc.animate(DEATH_ANIMATION) - npc.graphics(SHOCK_GRAPHIC) - npc.impactHandler.manualHit(npc, npc.skills.lifepoints, ImpactHandler.HitsplatType.NORMAL) - } - - override fun runStage(stage: Int) { - when (stage) { - 0 -> { - lock(player, 1000) - sendDialogue(player, "You close your eyes and watch the recording...") - fadeToBlack() - timedUpdate(3) - } - 1 -> { - fadeFromBlack() - player.isInvisible = true - teleport(player, 17, 51) - camera(27, 45, -14, 2, 700, 100) - timedUpdate(3) - } - 2 -> { - val coolMom = getNPC(NPCs.COOL_MOM227_2579)!! - val marketGuard = getNPC(NPCs.MARKET_GUARD_2571)!! - coolMom.animate(STEAL_ANIMATION) - marketGuard.skills.setStaticLevel(Skills.HITPOINTS, 99) - marketGuard.skills.setLifepoints(99) - sendChat(marketGuard, "Hey! Get your hands off there!") - coolMom.locks.lockMovement(1000) - marketGuard.properties.combatPulse.attack(coolMom) - timedUpdate(7) - } - 3 -> { - move(getNPC(NPCs.PUREPKER895_2575)!!, 20, 45) - timedUpdate(2) - } - 4 -> { - camera(27, 43, -37, -3, 600, 5) - timedUpdate(2) - } - 5 -> { - sendChat(getNPC(NPCs.QUTIEDOLL_2576)!!, "Thx") - timedUpdate(2) - } - 6 -> { - move(getNPC(NPCs.QUTIEDOLL_2576)!!, 20, 42) - sendChat(getNPC(NPCs.SP34KR_1337_2577)!!, "Yw") - getNPC(NPCs.PUREPKER895_2575)!!.faceLocation(base.transform(19, 45, 0)) - timedUpdate(2) - } - 7 -> { - sendChat(getNPC(NPCs.ELFINLOCKS_2578)!!, "Buying 2k nats - no noob offers") - timedUpdate(4) - } - 8 -> { - sendChat(getNPC(NPCs.SP34KR_1337_2577)!!, "I h4ve n4ts") - timedUpdate(2) - } - 9 -> { - sendChat(getNPC(NPCs.ELFINLOCKS_2578)!!, "You sell?") - timedUpdate(3) - } - 10 -> { - sendChat(getNPC(NPCs.SP34KR_1337_2577)!!, "Tr4de") - getNPC(NPCs.SP34KR_1337_2577)!!.faceTemporary(getNPC(NPCs.ELFINLOCKS_2578)!!, 5) - move(getNPC(NPCs.SP34KR_1337_2577)!!, 21, 43) - timedUpdate(1) - } - 11 -> { - camera(23, 49, -37, 0, 500, 3) - timedUpdate(2) - } - 12 -> { - move(getNPC(NPCs.QUTIEDOLL_2576)!!, 20, 49) - move(getNPC(NPCs.PUREPKER895_2575)!!, 16, 49) - timedUpdate(1) - } - 13 -> { - move(getNPC(NPCs.OLIVIA_2572)!!, 12, 48) - timedUpdate(7) - } - 14 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - DoorActionHandler.handleAutowalkDoor(wiseOldMan, getObject(16, 51)) - timedUpdate(1) - } - 15 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - val qutieDoll = getNPC(NPCs.QUTIEDOLL_2576)!! - val purePker = getNPC(NPCs.PUREPKER895_2575)!! - sendChat(qutieDoll, "Huh?") - qutieDoll.faceTemporary(wiseOldMan, 2) - sendChat(wiseOldMan, "Please don't block my line of fire!") - castShock(purePker, wiseOldMan) - timedUpdate(1) - } - 16 -> { - die(getNPC(NPCs.PUREPKER895_2575)!!) - timedUpdate(1) - } - 17 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - val olivia = getNPC(NPCs.OLIVIA_2572)!! - sendChat(olivia, "Hey, what are you doing?") - wiseOldMan.faceTemporary(olivia, 2) - GroundItemManager.create(Item(Items.ASHES_592), base.transform(16, 49, 0), player) - GroundItemManager.create(Item(Items.COINS_995, 60), base.transform(16, 49, 0), player) - timedUpdate(3) - } - 18 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - sendChat(wiseOldMan, "Olivia - please go away!") - wiseOldMan.animate(CAST_ANIMATION) - wiseOldMan.graphics(TELE_OTHER_CAST) - timedUpdate(1) - } - 19 -> { - val olivia = getNPC(NPCs.OLIVIA_2572)!! - olivia.animate(TELEPORT_ANIMATION) - olivia.graphics(TELE_OTHER_TARGET) - sendChat(olivia, "Eeeek!") - GroundItemManager.destroy(GroundItemManager.get(Item(Items.ASHES_592).id, base.transform(16, 49, 0), player)) - timedUpdate(2) - } - 20 -> { - getNPC(NPCs.OLIVIA_2572)!!.isInvisible = true - timedUpdate(3) - } - 21 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - sendChat(wiseOldMan, "Ah, now I can get on with it...") - wiseOldMan.faceLocation(base.transform(16, 49, 0)) - timedUpdate(1) - } - 22 -> { - getNPC(NPCs.WISE_OLD_MAN_2566)!!.animate(PICK_UP_ANIMATION) - timedUpdate(1) - } - 23 -> { - GroundItemManager.destroy(GroundItemManager.get(Item(Items.COINS_995, 60).id, base.transform(16, 49, 0), player)) - timedUpdate(3) - } - 24 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - castShock(base.transform(16, 46, 0), wiseOldMan) - timedUpdate(2) - } - 25 -> { - val wall = getObject(16, 46) - if (wall != null) { - SceneryBuilder.replace(wall, wall.transform(9151, 0, 10)) - } - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566) - if (wiseOldMan != null) { - wiseOldMan.walkingQueue.reset() - wiseOldMan.walkingQueue.addPath(base.x + 16, base.y + 46) - wiseOldMan.walkingQueue.addPath(base.x + 17, base.y + 46) - } - timedUpdate(3) - } - 26 -> { - camera(21, 38, -36, 43, 495, 99) - timedUpdate(1) - } - 27 -> { - sendChat(getNPC(NPCs.WISE_OLD_MAN_2566)!!, "Could everyone please not move?") - timedUpdate(3) - } - 28 -> { - val firstBanker = getNPC(NPCs.BANKER_2568)!! - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - sendChat(firstBanker, "Hey - you can't come in here!") - move(firstBanker, 18, 46) - firstBanker.faceTemporary(wiseOldMan, 2) - wiseOldMan.faceTemporary(firstBanker, 2) - timedUpdate(2) - } - 29 -> { - val firstBanker = getNPC(NPCs.BANKER_2568)!! - val secondBanker = getNPC(NPCs.BANKER_2569)!! - val lastBanker = getNPC(NPCs.BANKER_2570)!! - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - wiseOldMan.animate(HIT_ANIMATION) - firstBanker.animate(BLOCK_ANIMATION) - firstBanker.impactHandler.manualHit(wiseOldMan, firstBanker.skills.lifepoints, ImpactHandler.HitsplatType.NORMAL) - sendChat(secondBanker, "Oi!") - sendChat(lastBanker, "Uh-oh!") - secondBanker.walkingQueue.reset() - secondBanker.walkingQueue.addPath(base.x + 17, base.y + 43) - secondBanker.walkingQueue.addPath(base.x + 16, base.y + 43) - secondBanker.walkingQueue.addPath(base.x + 16, base.y + 46) - timedUpdate(6) - } - 30 -> { - move(getNPC(NPCs.BANKER_2570)!!, 18, 40) - val secondBanker = getNPC(NPCs.BANKER_2569)!! - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - secondBanker.faceTemporary(wiseOldMan, 2) - secondBanker.animate(Animation(422)) - wiseOldMan.animate(Animation(403)) - wiseOldMan.faceTemporary(secondBanker, 2) - timedUpdate(3) - } - 31 -> { - val secondBanker = getNPC(NPCs.BANKER_2569)!! - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - wiseOldMan.animate(Animation(401)) - secondBanker.animate(Animation(435)) - secondBanker.impactHandler.manualHit(wiseOldMan, 11, ImpactHandler.HitsplatType.NORMAL) - timedUpdate(2) - } - 32 -> { - val secondBanker = getNPC(NPCs.BANKER_2569)!! - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - secondBanker.animate(Animation(422)) - sendChat(wiseOldMan, "I do wish you'd just stop it!") - wiseOldMan.animate(Animation(403)) - timedUpdate(3) - } - 33 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - wiseOldMan.animate(Animation(401)) - move(getNPC(NPCs.BANKER_2570)!!, 16, 40) - move(getNPC(NPCs.ELFINLOCKS_2578)!!, 20, 44) - timedUpdate(2) - } - 34 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - val lastBanker = getNPC(NPCs.BANKER_2570)!! - val secondBanker = getNPC(NPCs.BANKER_2569)!! - wiseOldMan.faceLocation(base.transform(17, 43, 0)) - lastBanker.faceLocation(wiseOldMan.location) - secondBanker.impactHandler.manualHit(wiseOldMan, secondBanker.skills.lifepoints, ImpactHandler.HitsplatType.NORMAL) - timedUpdate(5) - } - 35 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - wiseOldMan.faceLocation(base.transform(17, 43, 0)) - sendChat(getNPC(NPCs.ELFINLOCKS_2578)!!, "Hey - how'd he get in there?") - timedUpdate(1) - } - 36 -> { - camera(26, 40, -35, 13, 545, 32) - sendChat(getNPC(NPCs.BANKER_2570)!!, "Help! Help!") - sendChat(getNPC(NPCs.SP34KR_1337_2577)!!, "Hax!") - getNPC(NPCs.SP34KR_1337_2577)!!.faceLocation(base.transform(20, 43, 0)) - timedUpdate(4) - } - 37 -> { - sendChat(getNPC(NPCs.WISE_OLD_MAN_2566)!!, "My sincerest regrets, dear lady...") - timedUpdate(2) - } - 38 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - wiseOldMan.faceTemporary(getNPC(NPCs.ELFINLOCKS_2578)!!, 1) - castShock(getNPC(NPCs.ELFINLOCKS_2578)!!, wiseOldMan) - timedUpdate(2) - } - 39 -> { - die(getNPC(NPCs.ELFINLOCKS_2578)!!) - timedUpdate(2) - } - 40 -> { - GroundItemManager.create(Item(Items.ASHES_592), base.transform(20, 44, 0), player) - GroundItemManager.create(Item(Items.BLUE_PARTYHAT_2422), base.transform(20, 44, 0), player) - timedUpdate(3) - } - 41 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - sendChat(wiseOldMan, "And also you, sir...") - GroundItemManager.destroy(GroundItemManager.get(Item(Items.ASHES_592).id, base.transform(20, 44, 0), player)) - timedUpdate(2) - } - 42 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - castShock(getNPC(NPCs.SP34KR_1337_2577)!!, wiseOldMan) - move(getNPC(NPCs.QUTIEDOLL_2576)!!, 21, 44) - timedUpdate(2) - } - 43 -> { - getNPC(NPCs.QUTIEDOLL_2576)!!.faceTemporary(getNPC(NPCs.WISE_OLD_MAN_2566)!!, 1) - timedUpdate(1) - } - 44 -> { - sendChat(getNPC(NPCs.QUTIEDOLL_2576)!!, "How you do that?") - die(getNPC(NPCs.SP34KR_1337_2577)!!) - timedUpdate(3) - } - 45 -> { - GroundItemManager.create(Item(Items.ASHES_592), base.transform(21, 43, 0), player) - timedUpdate(2) - } - 46 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - sendChat(wiseOldMan, "Oh dear - another one...") - move(wiseOldMan, 18, 46) - wiseOldMan.faceLocation(getNPC(NPCs.QUTIEDOLL_2576)!!.location) - GroundItemManager.destroy(GroundItemManager.get(Item(Items.ASHES_592).id, base.transform(21, 43, 0), player)) - timedUpdate(1) - } - 47 -> { - GroundItemManager.destroy(GroundItemManager.get(Item(Items.ASHES_592).id, base.transform(21, 43, 0), player)) - timedUpdate(1) - } - 48 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - castShock(getNPC(NPCs.QUTIEDOLL_2576)!!, wiseOldMan) - timedUpdate(3) - } - 49 -> { - die(getNPC(NPCs.QUTIEDOLL_2576)!!) - timedUpdate(1) - } - 50 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - GroundItemManager.create(Item(Items.ASHES_592), base.transform(21, 44, 0), player) - sendChat(wiseOldMan, "Ooh - a party hat?") - wiseOldMan.faceLocation(base.transform(20, 44, 0)) - timedUpdate(1) - } - 51 -> { - GroundItemManager.destroy(GroundItemManager.get(Item(Items.ASHES_592).id, base.transform(21, 44, 0), player)) - castTelekinetic() - timedUpdate(2) - } - 52 -> { - GroundItemManager.destroy(GroundItemManager.get(Item(Items.BLUE_PARTYHAT_2422).id, base.transform(20, 44, 0), player)) - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - val olivia = getNPC(NPCs.OLIVIA_2572)!! - val marketGuard = getNPC(NPCs.MARKET_GUARD_2571)!! - wiseOldMan.transform(NPCs.WISE_OLD_MAN_2567) - if (olivia.isActive) { - olivia.impactHandler.manualHit(marketGuard, olivia.skills.lifepoints, ImpactHandler.HitsplatType.NORMAL) - } - marketGuard.isInvisible = true - timedUpdate(2) - } - 53 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - sendChat(wiseOldMan, "Now, my dear...") - move(wiseOldMan, 18, 42) - timedUpdate(1) - } - 54 -> { - sendChat(getNPC(NPCs.BANKER_2570)!!, "Eeek!") - timedUpdate(3) - } - 55 -> { - sendChat(getNPC(NPCs.WISE_OLD_MAN_2566)!!, "Just give me the money, please.") - timedUpdate(2) - } - 56 -> { - val marketGuard = getNPC(NPCs.MARKET_GUARD_2571)!! - marketGuard.isInvisible = false - marketGuard.properties.teleportLocation = base.transform(18, 46, 0) - timedUpdate(1) - } - 57 -> { - camera(25, 42, -20, 0, 400, 4) - val marketGuard = getNPC(NPCs.MARKET_GUARD_2571)!! - sendChat(marketGuard, "Old man, you're for da cage!") - move(marketGuard, 18, 43) - timedUpdate(1) - } - 58 -> { - getNPC(NPCs.WISE_OLD_MAN_2566)!!.faceTemporary(getNPC(NPCs.MARKET_GUARD_2571), 1) - timedUpdate(1) - } - 59 -> { - sendChat(getNPC(NPCs.WISE_OLD_MAN_2566)!!, "Oh, am I?") - timedUpdate(2) - } - 60 -> { - sendChat(getNPC(NPCs.WISE_OLD_MAN_2566)!!, "Ahh!") - timedUpdate(2) - } - 61 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - wiseOldMan.animate(THUNDER_ANIMATION) - wiseOldMan.graphics(PURPLE_GRAPHIC) - timedUpdate(3) - } - 62 -> { - val marketGuard = getNPC(NPCs.MARKET_GUARD_2571)!! - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - marketGuard.graphics(THUNDER_GRAPHIC) - marketGuard.impactHandler.manualHit(wiseOldMan, 40, ImpactHandler.HitsplatType.NORMAL) - sendChat(marketGuard, "Aaargh!") - timedUpdate(2) - } - 63 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - sendChat(wiseOldMan, "Yah!") - wiseOldMan.animate(WISE_JUMP) - timedUpdate(1) - } - 64 -> { - getNPC(NPCs.MARKET_GUARD_2571)!!.animate(GUARD_JUMP) - timedUpdate(3) - } - 65 -> { - getNPC(NPCs.MARKET_GUARD_2571)!!.clear() - camera(24, 42, -20, 0, 400, 4) - timedUpdate(1) - } - 66 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - sendChat(wiseOldMan, "And YOU can stop spying on me!") - wiseOldMan.faceLocation(base.transform(24, 42, 0)) - timedUpdate(2) - } - 67 -> { - val wiseOldMan = getNPC(NPCs.WISE_OLD_MAN_2566)!! - wiseOldMan.animate(STOMP_ANIM) - val projectile = Projectile.create(wiseOldMan, null, 434, 50, 130, 41, 140, 0, 0) - projectile.endLocation = base.transform(24, 42, 0) - projectile.send() - timedUpdate(3) - } - 68 -> { - player.interfaceManager.openOverlay(CRACKED) - timedUpdate(2) - } - 69 -> end { - player.isInvisible = false - setAttribute(player, "/save:$HAS_SEEN_RECORDING", true) - sendDialogue(player, "End of recording.") - } - } - } -} - -class DBRCutsceneListeners : InteractionListener { - override fun defineListeners() { - on(Items.BLUE_PARTYHAT_2422, IntType.GROUNDITEM, "take") { player, _ -> - sendMessage(player, "Nice try ;)") - return@on true - } - } -} diff --git a/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorChairNPC.kt b/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorChairNPC.kt index 4d11f87e3..423e57dec 100644 --- a/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorChairNPC.kt +++ b/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorChairNPC.kt @@ -78,7 +78,7 @@ class DraynorManorChairNPC(id: Int = DRAYNOR_MANOR_CHAIR_NPC_ID, location: Locat * @return The Player object representing the closest player, or null if there are no players nearby. */ fun findClosestPlayer(): Player? { - val players = RegionManager.getLocalPlayers(location, FOLLOWING_DISTANCE) + val players = RegionManager.getLocalPlayers(this, FOLLOWING_DISTANCE) if (players.isEmpty()) { return null } diff --git a/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorHouseZone.kt b/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorHouseZone.kt index 89e30c54a..9478c6656 100644 --- a/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorHouseZone.kt +++ b/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorHouseZone.kt @@ -2,7 +2,7 @@ package content.region.misthalin.draynor.handlers import core.game.node.entity.Entity import core.game.world.map.Location -import core.game.world.map.RegionManager.getLocalNPCs +import core.game.world.map.RegionManager.getLocalNpcs import core.game.world.map.path.Pathfinder import core.game.world.map.zone.MapZone import core.game.world.map.zone.ZoneBorders @@ -24,17 +24,17 @@ class DraynorManorHouseZone : MapZone("Draynor Manor House", true), Plugin } override fun move(e: Entity, loc: Location?, destination: Location): Boolean { - for (n in getLocalNPCs(e.location, 5)) { + for (n in getLocalNpcs(e, 5)) { if (n.isInvisible() || n === e) { continue } if (n.shouldPreventStacking(e)) { val s1 = e.size() val s2 = n.size() - val x = destination.x - val y = destination.y + val x = destination.getX() + val y = destination.getY() val l = n.getLocation() - if (Pathfinder.isStandingIn(x, y, s1, s1, l.x, l.y, s2, s2)) { + if (Pathfinder.isStandingIn(x, y, s1, s1, l.getX(), l.getY(), s2, s2)) { return false } } diff --git a/Server/src/main/content/region/misthalin/draynor/handlers/DraynorTreeNPC.java b/Server/src/main/content/region/misthalin/draynor/handlers/DraynorTreeNPC.java index f0b270b2c..2bc5f6852 100644 --- a/Server/src/main/content/region/misthalin/draynor/handlers/DraynorTreeNPC.java +++ b/Server/src/main/content/region/misthalin/draynor/handlers/DraynorTreeNPC.java @@ -63,8 +63,8 @@ public final class DraynorTreeNPC extends AbstractNPC { @Override public void tick() { - final List players = RegionManager.getLocalPlayers(location, 1); - if (!players.isEmpty()) { + final List players = RegionManager.getLocalPlayers(this, 1); + if (players.size() != 0) { if (attackDelay < GameWorld.getTicks()) { for (Player p : players) { faceTemporary(p, 2); diff --git a/Server/src/main/content/region/misthalin/draynor/quest/anma/AvaDialogue.java b/Server/src/main/content/region/misthalin/draynor/quest/anma/AvaDialogue.java index 6b70ccfef..bae10eb6d 100644 --- a/Server/src/main/content/region/misthalin/draynor/quest/anma/AvaDialogue.java +++ b/Server/src/main/content/region/misthalin/draynor/quest/anma/AvaDialogue.java @@ -1,7 +1,10 @@ package content.region.misthalin.draynor.quest.anma; +import java.util.ArrayList; +import java.util.List; + import content.data.Quests; -import core.api.Container; +import core.game.container.Container; import core.game.dialogue.DialoguePlugin; import core.game.node.entity.skill.Skills; import core.game.node.entity.npc.NPC; @@ -9,7 +12,6 @@ import core.game.node.entity.player.Player; import core.game.node.entity.player.link.quest.Quest; import core.game.node.item.Item; import core.game.world.GameWorld; -import org.rs09.consts.Items; import static core.api.ContentAPIKt.*; @@ -125,7 +127,7 @@ public final class AvaDialogue extends DialoguePlugin { } break; case 100: - npc("Hello again; I'm busy with my newest research, so can't", "gossip too much. Are you after information, an upgrade,", "another device or would you like to see my goods for", "sale?"); + npc("I'm busy with my newest research, so can't gossip too", "much. Are you after an upgrade to your device, or a", "new device, or some information, of would you like to", "see my goods for sale?"); break; default: npc("How's the quest going?"); @@ -559,81 +561,65 @@ public final class AvaDialogue extends DialoguePlugin { case 100: switch (stage) { case 0: - options("I'd like information, please.", "I seem to need a new device.", "I'd like to upgrade my device, please.", "I'd like to see your stuff for sale, please.", "I'll just head off, I think."); + options("Devices, please.", "I'd like information, please.", "I'd like to see your stuff for sale, please.", "I'll just head off, I think."); stage++; break; case 1: switch (buttonId) { case 1: + player("Devices, please."); + stage = 10; + break; + case 2: player("I'd like information, please."); stage = 20; break; - case 2: - player("I need another arrow-attracting device, please."); - stage = 10; - break; case 3: - player("I'd like to upgrade my device, please."); - stage = 50; - break; - case 4: player("I'd like to see your stuff for sale, please."); stage = 30; break; - case 5: + case 4: player("I'll just head off, I think."); stage = 40; break; } break; case 10: - npc("Well, luckily for you, they have a habit of returning to", "me when people lose them, so I have some spares. They", "are homing chickens, it seems."); + String first = "Basic: 999 coins"; + String second = "Upgraded: 999 coins
+ 75 steel arrows"; + if (!canBuyUpgrade(player)) { + second = " Upgraded: Level 50 Ranged"; + } + player.getPacketDispatch().sendItemZoomOnInterface(10498, 170, 140, 5); + player.getPacketDispatch().sendItemZoomOnInterface(10499, 170, 140, 6); + player.getPacketDispatch().sendString("Which device would you like?", 140, 4); + player.getPacketDispatch().sendString(first, 140, 2); + player.getPacketDispatch().sendString(second, 140, 3); + player.getInterfaceManager().openChatbox(140); stage++; break; case 11: - npc("I'll need 999 gp, however, for the expenses involved in", "restoring the poor creature to health, or unhealth, or", "whatever."); - stage++; + switch (buttonId) { + case 1: + end(); + buy(buttonId == 2); + break; + case 2: + if (!canBuyUpgrade(player)) { + if (player.getSkills().getStaticLevel(Skills.RANGE) < 50) { + npc("I'm afraid you aren't yet skilled enough for the", "upgraded version. You need a Range level of 50 or", "greater."); + } else { + npc("You need to have an avas attractor in order", "to upgrade it."); + } + stage++; + } else { + buy(true); + } + break; + } break; case 12: - player("Why 999?"); - stage++; - break; - case 13: - npc("Well, it just sounds less expensive than 1000. Do you", "want that replacement or not?"); - stage++; - break; - case 14: - options("Sounds good to me.", "I'd prefer not to, actually."); - stage++; - break; - case 15: - switch (buttonId) { - case 1: - player("Sounds good to me."); - stage++; - break; - case 2: - player("I'd prefer not to, actually."); - stage = 54; - break; - } - break; - case 16: - if (!inInventory(player, Items.COINS_995, 999)) { - npc("You seem not to have enough cash; you could always", "sell some of your gear, though."); - stage = 55; - break; - } - if (!hasSpaceFor(player, AnimalMagnetism.AVAS_ATTRACTOR)) { - player("Sorry, I don't have enough inventory space."); - stage = 55; - break; - } - if (removeItem(player, new Item(Items.COINS_995, 999), Container.INVENTORY)) { - addItem(player, AnimalMagnetism.AVAS_ATTRACTOR.getId(), 1, Container.INVENTORY); - } - npc("Here's your device; take good care of your chicken."); - stage = 55; + end(); break; case 20: npc("Just a few bits of information before you run away to", "persecute rock crabs or cows."); @@ -690,61 +676,6 @@ public final class AvaDialogue extends DialoguePlugin { case 41: end(); break; - case 50: - if (!inEquipmentOrInventory(player, Items.AVAS_ATTRACTOR_10498, 1)) { - npc("You don't have a device in your bags that I can", "upgrade, I'm afraid."); - stage = 55; - break; - } - if (!hasLevelStat(player, Skills.RANGE, 50)) { - sendDialogue("You need a Ranged level of 50 to do this."); - stage = 55; - break; - } - if (!inInventory(player, Items.STEEL_ARROW_886, 75)) { - npc("I need 75 steel arrows for the upgrade process,", "I'm afraid."); - stage = 55; - break; - } - npc("You are ready to upgrade. I'll take 75 steel arrows and", "the old device, if that's all fine with you?"); - stage++; - break; - case 51: - options("Sounds good to me.", "I'd prefer not to, actually."); - stage++; - break; - case 52: - switch (buttonId) { - case 1: - player("Sounds good to me."); - stage++; - break; - case 2: - player("I'd prefer not to, actually."); - stage = 54; - break; - } - break; - case 53: - if (!removeItem(player, new Item(Items.STEEL_ARROW_886, 75), Container.INVENTORY)) { - npc("I need 75 steel arrows for the upgrade process,", "I'm afraid."); - stage = 55; - break; - } - if (removeItem(player, Items.AVAS_ATTRACTOR_10498, Container.INVENTORY) || - removeItem(player, Items.AVAS_ATTRACTOR_10498, Container.EQUIPMENT)) { - addItem(player, Items.AVAS_ACCUMULATOR_10499, 1, Container.INVENTORY); - } - npc("Here's your upgraded device; take good care of it."); - stage = 55; - break; - case 54: - npc("I've better things to do than be irritated by you."); - stage++; - break; - case 55: - end(); - break; } break; default: @@ -762,6 +693,74 @@ public final class AvaDialogue extends DialoguePlugin { return true; } + /** + * Checks if the player can buy an upgrade. + * @param player the player. + * @return {@code True} if so. + */ + public boolean canBuyUpgrade(Player player) { + if (player.hasItem(AnimalMagnetism.AVAS_ACCUMULATOR)){ + return true; + } + return player.getSkills().getStaticLevel(Skills.RANGE) >= 50; + } + + /** + * Buys a device. + * @param upgrade if upgraded. + */ + private void buy(boolean upgrade) { + Item item = upgrade ? AnimalMagnetism.AVAS_ACCUMULATOR : AnimalMagnetism.AVAS_ATTRACTOR; + if (!player.getInventory().hasSpaceFor(item)) { + player("Sorry, I don't have enough inventory space."); + stage++; + return; + } + Item coins = new Item(995, 999); + if (upgrade) { + if (!player.getInventory().contains(886, 75)) { + player("Sorry, I don't have enough arrows."); + stage++; + return; + } + } + if (!player.getInventory().containsItem(coins)) { + player("Sorry, I don't have enough coins."); + return; + } + if (upgrade) { + player.getInventory().remove(new Item(886, 75)); + } + removeAll(player, item, upgrade ? AnimalMagnetism.AVAS_ATTRACTOR : AnimalMagnetism.AVAS_ACCUMULATOR); + player.getInventory().remove(coins); + npc("Here's your device; take good care of your chicken."); + stage++; + } + + /** + * Removes all the items. + * @param player the player. + * @param add the add item. + * @param remove the remove item. + */ + private void removeAll(Player player, Item add, Item remove) { + List containers = new ArrayList<>(20); + containers.add(player.getInventory()); + containers.add(player.getEquipment()); + containers.add(player.getBank()); + boolean replace = false; + for (Container c : containers) { + if (c.containsItem(remove)) { + c.replace(add, c.getSlot(remove)); + replace = true; + break; + } + } + if (!replace) { + player.getInventory().add(add); + } + } + @Override public int[] getIds() { return new int[] { 5198, 5199 }; diff --git a/Server/src/main/content/region/misthalin/lumbridge/diary/LumbridgeAchivementDiary.kt b/Server/src/main/content/region/misthalin/lumbridge/diary/LumbridgeAchivementDiary.kt index 1240d0d4f..5a8ca76db 100644 --- a/Server/src/main/content/region/misthalin/lumbridge/diary/LumbridgeAchivementDiary.kt +++ b/Server/src/main/content/region/misthalin/lumbridge/diary/LumbridgeAchivementDiary.kt @@ -20,7 +20,6 @@ import core.game.diary.DiaryEventHookBase import core.game.diary.DiaryLevel import core.game.event.* import content.data.Quests -import core.game.node.entity.player.link.SpellBookManager class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { @@ -120,7 +119,7 @@ class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { ) override fun onResourceProduced(player: Player, event: ResourceProducedEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12596 -> if (event.itemId == Items.CLAY_434) { finishTask( player, @@ -248,7 +247,7 @@ class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { } override fun onNpcKilled(player: Player, event: NPCKillEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12593, 12849 -> if (event.npc.id == NPCs.GIANT_RAT_86) { finishTask( player, @@ -280,7 +279,7 @@ class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { } override fun onFireLit(player: Player, event: LitFireEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12593, 12849 -> if (event.logId == Items.LOGS_1511) { finishTask( player, @@ -302,7 +301,7 @@ class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { } override fun onInteracted(player: Player, event: InteractionEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12337 -> if (event.target.id == Scenery.RAILING_37668 && event.option == "taunt-through" ) { @@ -364,7 +363,7 @@ class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { override fun onPickedUp(player: Player, event: PickUpEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12850, 12851 -> { if (event.itemId == Items.COWHIDE_1739) { if (inBorders(player, COW_PEN_AREA_1) @@ -382,7 +381,7 @@ class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { } override fun onInterfaceOpened(player: Player, event: InterfaceOpenEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12338 -> if (event.component.id == Components.BANK_V2_MAIN_762) { finishTask( player, @@ -402,17 +401,19 @@ class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { } override fun onSpellCast(player: Player, event: SpellCastEvent) { - if (event.spellBook == SpellBookManager.SpellBook.MODERN && event.spellId == Modern.LUMBRIDGE_TELEPORT) { - finishTask( - player, - DiaryLevel.MEDIUM, - MediumTasks.CAST_LUMBRIDGE_TELEPORT - ) + when (event.spellId) { + Modern.LUMBRIDGE_TELEPORT -> { + finishTask( + player, + DiaryLevel.MEDIUM, + MediumTasks.CAST_LUMBRIDGE_TELEPORT + ) + } } } override fun onJobAssigned(player: Player, event: JobAssignmentEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12849 -> if (event.employerNpc.id == NPCs.FISHING_TUTOR_4901) { finishTask( player, @@ -424,7 +425,7 @@ class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { } override fun onUsedWith(player: Player, event: UseWithEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12595 -> if (event.used == Items.EMPTY_POT_1931 && event.with == Scenery.FLOUR_BIN_36878) { finishTask( player, diff --git a/Server/src/main/content/region/misthalin/lumbridge/handlers/TormentedDemonNPC.java b/Server/src/main/content/region/misthalin/lumbridge/handlers/TormentedDemonNPC.java index 17942de67..87f5de168 100644 --- a/Server/src/main/content/region/misthalin/lumbridge/handlers/TormentedDemonNPC.java +++ b/Server/src/main/content/region/misthalin/lumbridge/handlers/TormentedDemonNPC.java @@ -184,7 +184,7 @@ public class TormentedDemonNPC extends AbstractNPC { super.finalizeDeath(killer); reTransform(); fireShield = true; - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } @Override diff --git a/Server/src/main/content/region/misthalin/lumbridge/quest/tearsofguthix/TearsOfGuthixMinigame.kt b/Server/src/main/content/region/misthalin/lumbridge/quest/tearsofguthix/TearsOfGuthixMinigame.kt index 4570e6999..ab27cbd71 100644 --- a/Server/src/main/content/region/misthalin/lumbridge/quest/tearsofguthix/TearsOfGuthixMinigame.kt +++ b/Server/src/main/content/region/misthalin/lumbridge/quest/tearsofguthix/TearsOfGuthixMinigame.kt @@ -11,9 +11,7 @@ import core.game.node.entity.Entity import core.game.node.entity.player.Player import core.game.node.entity.skill.Skills import core.game.node.item.Item -import core.game.node.scenery.SceneryBuilder import core.game.world.map.Location -import core.game.world.map.RegionManager import core.game.world.map.zone.ZoneBorders import core.game.world.map.zone.ZoneRestriction import core.game.world.update.flag.context.Animation @@ -256,12 +254,14 @@ class TearsOfGuthixMinigame : InteractionListener, EventHook, MapArea } override fun defineListeners() { + on(Scenery.WEEPING_WALL_6660, SCENERY, "collect-from") { player, node -> animate(player, 2043) val index = TearsOfGuthixGlobalTick.allWalls.indexOf(node.location) setAttribute(player, attributeIsCollecting, index) return@on true } + } // Timer step per tick while you are in the minigame. @@ -330,6 +330,7 @@ class TearsOfGuthixMinigame : InteractionListener, EventHook, MapArea * Global Tick class to randomize the walls consistently for everyone. */ class TearsOfGuthixGlobalTick : TickListener { + companion object { var ticks = 0 var globalWallState = intArrayOf(0, 0, 2, 1, 2, 1, 0, 0, 2, 1) @@ -359,29 +360,43 @@ class TearsOfGuthixGlobalTick : TickListener { globalWallState = intArrayOf(0) + wallStates /* - * All walls have two objects: - * 1 - WEEPING_WALL_6660 (type 0) - No model, but holds the option "collect-from" - * 2 - BLUE/GREEN/ABSENT (type 4) - Model of the blue/green/absent waterfall. - * 6665, 6661, 6665 is blue on the north side - * 6662, 6666, 6662 is green on the south side + * Explanation: The walls are layered sceneries, which makes it rabidly fucked to change them. + * What I did was to add the tears scenery first (essentially overriding the tears scenery), + * then add the WEEPING_WALL_6660 right after it so that the interactions are still there. + * this is how a layer is like: + * 1 - WEEPING_WALL_6660 - No model, but holds the option "collect-from" + * 2 - BLUE/GREEN/ABSENT - Model of the blue/green/absent waterfall. + * 3 - WEEPING_WALL_6664 - The actual model, but not interactive. + * 6661 - 6664 is left side, 6665 to 6668 is right side */ wallStates.forEachIndexed { index, state -> - val wallLocation = allWalls[index + 1] - val currentWaterfall = RegionManager.getObject(wallLocation.x, wallLocation.y, wallLocation.z, -1, 4) ?: return@forEachIndexed // this is impossible, but it may not be if the region gets unloaded? - val newWaterfallId = when (state) { - 2 -> { - if (index + 1 <= 5) Scenery.GREEN_TEARS_6662 else Scenery.GREEN_TEARS_6666 + val scenery = getScenery(allWalls[index + 1])!! + val newSceneryId = if (state == 2) { + if (index + 1 <= 5) { + Scenery.GREEN_TEARS_6662 + } else { + Scenery.GREEN_TEARS_6666 } - 1 -> { - if (index + 1 <= 5) Scenery.BLUE_TEARS_6661 else Scenery.BLUE_TEARS_6665 + } else if (state == 1) { + if (index + 1 <= 5) { + Scenery.BLUE_TEARS_6661 + } else { + Scenery.BLUE_TEARS_6665 } - else -> { - if (index + 1 <= 5) Scenery.ABSENCE_OF_TEARS_6663 else Scenery.ABSENCE_OF_TEARS_6667 + } else { + if (index + 1 <= 5) { + Scenery.ABSENCE_OF_TEARS_6663 + } else { + Scenery.ABSENCE_OF_TEARS_6667 } } - if (currentWaterfall.id != newWaterfallId) { - SceneryBuilder.replace(currentWaterfall, currentWaterfall.transform(newWaterfallId)) - } + addScenery(core.game.node.scenery.Scenery( + newSceneryId, + scenery.location, + 4, + scenery.rotation + )) + addScenery(core.game.node.scenery.Scenery(Scenery.WEEPING_WALL_6660, scenery.location, 0, scenery.rotation)) } } -} +} \ No newline at end of file diff --git a/Server/src/main/content/region/misthalin/lumbridge/quest/therestlessghost/FatherUhrneyDialogue.java b/Server/src/main/content/region/misthalin/lumbridge/quest/therestlessghost/FatherUhrneyDialogue.java index 219c0c562..1097d1d5e 100644 --- a/Server/src/main/content/region/misthalin/lumbridge/quest/therestlessghost/FatherUhrneyDialogue.java +++ b/Server/src/main/content/region/misthalin/lumbridge/quest/therestlessghost/FatherUhrneyDialogue.java @@ -1,7 +1,6 @@ package content.region.misthalin.lumbridge.quest.therestlessghost; import content.data.Quests; -import core.game.dialogue.FacialExpression; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.diary.DiaryType; @@ -42,7 +41,7 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { @Override public boolean open(Object... args) { npc = (NPC) args[0]; - npc(FacialExpression.ANGRY, "Go away! I'm meditating!"); + npc("Go away! I'm meditating!"); stage = 0; return true; } @@ -52,13 +51,13 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { switch (stage) { case 0: if (player.getQuestRepository().getQuest(Quests.THE_RESTLESS_GHOST).getStage(player) == 0) { - options("Well, that's friendly.", "I've come to repossess your house."); + options("Well, that's friendly.", "I've come to respossess your house."); stage = 1; } else if (player.getQuestRepository().getQuest(Quests.THE_RESTLESS_GHOST).getStage(player) == 10) { - options("Well, that's friendly.", "Father Aereck sent me to talk to you.", "I've come to repossess your house."); + options("Well, that's friendly.", "I've come to respossess your house.", "Father Aereck sent me to talk to you."); stage = 500; } else if (player.getGameAttributes().getAttributes().containsKey("restless-ghost:urhney") || player.getQuestRepository().isComplete(Quests.THE_RESTLESS_GHOST)) { - options("Well, that's friendly.", "I've lost the Amulet of Ghostspeak.", "I've come to repossess your house."); + options("Well, that's friendly.", "I've come to respossess your house.", "I've lost the Amulet of Ghostspeak."); stage = 514; } break; @@ -69,17 +68,17 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 10; break; case 2: - player("Father Aereck sent me to talk to you."); - stage = 501; - break; - case 3: player("I've come to repossess your house."); stage = 20; break; + case 3: + player("Father Aereck sent me to talk to you."); + stage = 501; + break; } break; case 501: - npc(FacialExpression.ANGRY, "I suppose I'd better talk to you then. What problems", "has he got himself into this time?"); + npc("I suppose I'd better talk to you then. What problems", "has he got himself into this time?"); stage = 502; break; case 502: @@ -87,23 +86,23 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 503; break; case 503: - npc(FacialExpression.ANGRY, "Oh, the silly fool."); + npc("Oh, the silly fool."); stage = 504; break; case 504: - npc(FacialExpression.ANGRY, "I leave town for just five months, and ALREADY he", "can't manage."); + npc("I leave town for just five months, and ALREADY he", "can't manage."); stage = 505; break; case 505: - npc(FacialExpression.SAD, "(sigh)"); + npc("(sigh)"); stage = 506; break; case 506: - npc(FacialExpression.ANGRY, "Well, I can't go back and exorcise it. I vowed not to", "leave this place. Until I had done a full two years of", "prayer and meditation."); + npc("Well, I can't go back and exorcise it. I vowed not to", "leave this place. Until I had done a full two years of", "prayer and meditation."); stage = 507; break; case 507: - npc(FacialExpression.NEUTRAL, "Tell you what I can do though; take this amulet."); + npc("Tell you what I can do though; take this amulet."); stage = 508; break; case 508: @@ -119,15 +118,15 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 509; break; case 509: - npc(FacialExpression.NEUTRAL, "It is an Amulet of Ghostspeak."); + npc("It is an Amulet of Ghostspeak."); stage = 510; break; case 510: - npc(FacialExpression.NEUTRAL, "So called, because when you wear it you can speak to", "ghosts. A lot of ghosts are doomed to be ghosts because", "they have left some important task uncompleted."); + npc("So called, because when you wear it you can speak to", "ghosts. A lot of ghosts are doomed to be ghosts because", "they have left some important task uncompleted."); stage = 511; break; case 511: - npc(FacialExpression.NEUTRAL, "Maybe if you know what this task is, you can get rid of", "the ghost. I'm not making any guarantees mind you,", "but it is the best I can do right now."); + npc("Maybe if you know what this task is, you can get rid of", "the ghost. I'm not making any gurantees mind you,", "but it is the best I can do right now."); stage = 512; break; case 512: @@ -144,13 +143,13 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 10; break; case 2: - player(FacialExpression.NEUTRAL, "I've lost the Amulet of Ghostspeak."); - stage = 515; - break; - case 3: player("I've come to repossess your house."); stage = 20; break; + case 3: + player("I've lost the Amulet of Ghostpeak."); + stage = 515; + break; } break; case 515: @@ -172,14 +171,14 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 518; break; case 517: - npc(FacialExpression.ANGRY, "You come here wasting my time... Has it even", "occurred to you to look in your bank? Now GO", "AWAY!"); + npc("What are you talking about? I can see you've got it", "in your bank!"); stage = 518; break; case 518: end(); break; case 519: - npc(FacialExpression.ANGRY, "How careless can you get? Those things aren't easy to", "come by you know! It's a good job I've got a spare."); + npc("How careless can you get? Those things aren't easy to", "come by you know! It's a good job I've got a spare."); stage = 520; break; case 520: @@ -189,7 +188,7 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 521; break; case 521: - npc(FacialExpression.ANGRY, "Be more careful this time."); + npc("Be more careful this time."); stage = 522; break; case 522: @@ -253,7 +252,7 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 102; break; case 102: - player("Sorry. I must have got the wrong address. All the", "houses look the same around here."); + player("Sorry. I mus thave got the wrong address. All the", "houses look the same around here."); stage = 103; break; case 103: diff --git a/Server/src/main/content/region/misthalin/quest/asoulsbane/ASoulsBaneListeners.kt b/Server/src/main/content/region/misthalin/quest/asoulsbane/ASoulsBaneListeners.kt index b19d00484..256c7e17d 100644 --- a/Server/src/main/content/region/misthalin/quest/asoulsbane/ASoulsBaneListeners.kt +++ b/Server/src/main/content/region/misthalin/quest/asoulsbane/ASoulsBaneListeners.kt @@ -5,7 +5,6 @@ import core.game.interaction.InteractionListener import core.game.world.map.Location import org.rs09.consts.Scenery import content.data.Quests -import core.game.node.entity.player.link.diary.DiaryType // Temporary access since the monsters in there drop nothing. class ASoulsBaneListener : InteractionListener { @@ -17,7 +16,6 @@ class ASoulsBaneListener : InteractionListener { on(RIFT_IDS, SCENERY, "enter") { player, _ -> if (hasRequirement(player, Quests.A_SOULS_BANE)) { teleport(player, Location(3297, 9824, 0)) - player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 1, 9) } return@on true } diff --git a/Server/src/main/content/region/misthalin/varrock/dialogue/RomilyWeaklaxDialogue.java b/Server/src/main/content/region/misthalin/varrock/dialogue/RomilyWeaklaxDialogue.java index 26eac9af2..ed93e45e1 100644 --- a/Server/src/main/content/region/misthalin/varrock/dialogue/RomilyWeaklaxDialogue.java +++ b/Server/src/main/content/region/misthalin/varrock/dialogue/RomilyWeaklaxDialogue.java @@ -247,7 +247,7 @@ public class RomilyWeaklaxDialogue extends DialoguePlugin { @Override public boolean handle(NodeUsageEvent event) { if (!event.getPlayer().getAchievementDiaryManager().getDiary(DiaryType.VARROCK).isComplete(2,5)) { - event.getPlayer().getDialogueInterpreter().open(3205, event.getUsedWith().asNpc(), event.getUsedItem()); + event.getPlayer().getDialogueInterpreter().open(3205, event.getUsedItem()); } return true; } diff --git a/Server/src/main/content/region/misthalin/varrock/diary/VarrockAchivementDiary.kt b/Server/src/main/content/region/misthalin/varrock/diary/VarrockAchivementDiary.kt index fc103a4ea..f49899210 100644 --- a/Server/src/main/content/region/misthalin/varrock/diary/VarrockAchivementDiary.kt +++ b/Server/src/main/content/region/misthalin/varrock/diary/VarrockAchivementDiary.kt @@ -120,7 +120,7 @@ class VarrockAchivementDiary : DiaryEventHookBase(DiaryType.VARROCK) { ) override fun onResourceProduced(player: Player, event: ResourceProducedEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12341 -> if (event.itemId == Items.RAW_TROUT_335) { finishTask( player, @@ -172,7 +172,7 @@ class VarrockAchivementDiary : DiaryEventHookBase(DiaryType.VARROCK) { } override fun onInteracted(player: Player, event: InteractionEvent) { - when (player.location.regionId) { + when (player.viewport.region.id) { 12342 -> if (event.target.id == 26934) { finishTask( player, @@ -217,8 +217,8 @@ class VarrockAchivementDiary : DiaryEventHookBase(DiaryType.VARROCK) { override fun onButtonClicked(player: Player, event: ButtonClickEvent) { /* This gets fired even on the login screen, and we don't have a region there, so... */ - player.location.regionId.let { - when (it) { + player.viewport.region?.let { + when (it.id) { 12342 -> { if (event.iface == CanoeListener.CANOE_SHAPING_INTERFACE && event.buttonId == CanoeListener.CANOE_SHAPING_BUTTONS[CanoeListener.Companion.Canoes.WAKA.ordinal]) { diff --git a/Server/src/main/content/region/misthalin/varrock/handlers/StrayDogNPC.java b/Server/src/main/content/region/misthalin/varrock/handlers/StrayDogNPC.java index c093b2ef2..e2ce0867e 100644 --- a/Server/src/main/content/region/misthalin/varrock/handlers/StrayDogNPC.java +++ b/Server/src/main/content/region/misthalin/varrock/handlers/StrayDogNPC.java @@ -69,7 +69,7 @@ public class StrayDogNPC extends AbstractNPC { if (delay < System.currentTimeMillis() && RandomFunction.random(1, 16) == 2) { getPulseManager().clear(); target = null; - players = RegionManager.getLocalPlayers(location, 7); + players = RegionManager.getLocalPlayers(this, 7); if (players.size() != 0) { target = players.get(RandomFunction.random(players.size())); getPulseManager().run(getFollowPulse(target), PulseType.STANDARD); diff --git a/Server/src/main/content/region/misthalin/varrock/quest/dragonslayer/DragonSlayerPlugin.java b/Server/src/main/content/region/misthalin/varrock/quest/dragonslayer/DragonSlayerPlugin.java index 3d901c408..f16658df0 100644 --- a/Server/src/main/content/region/misthalin/varrock/quest/dragonslayer/DragonSlayerPlugin.java +++ b/Server/src/main/content/region/misthalin/varrock/quest/dragonslayer/DragonSlayerPlugin.java @@ -36,10 +36,10 @@ import content.data.Quests; */ public final class DragonSlayerPlugin extends OptionHandler { - /** - * Represents the hammer animation. - */ - private static final Animation HAMMER_ANIM = new Animation(3676); + /** + * Represents the hammer animation. + */ + private static final Animation HAMMER_ANIM = new Animation(3676); @Override public Plugin newInstance(Object arg) throws Throwable { @@ -150,7 +150,7 @@ public final class DragonSlayerPlugin extends OptionHandler { ForceMovement movement = new ForceMovement(player, player.getLocation(), player.getLocation().transform(player.getLocation().getX() == 2845 ? 2 : -2, 0, 0), new Animation(839)); movement.run(player, 10); if (player.getLocation().getX() <= 2845) { - List npcs = RegionManager.getLocalNPCs(player.getLocation()); + List npcs = RegionManager.getLocalNpcs(player); for (NPC n : npcs) { if (n.getId() == 742) { n.getProperties().getCombatPulse().attack(player); @@ -165,18 +165,18 @@ public final class DragonSlayerPlugin extends OptionHandler { player.getAchievementDiaryManager().finishTask(player, DiaryType.KARAMJA, 1, 2); break; case 2606: - if (player.getLocation().getY() < 9600 && !player.getSavedData().getQuestData().getDragonSlayerAttribute("memorized") && player.getQuestRepository().getQuest(Quests.DRAGON_SLAYER).getStage(player) != 100) { - player.getPacketDispatch().sendMessage("The door is securely locked."); - } else { - if (!player.getSavedData().getQuestData().getDragonSlayerAttribute("memorized")) { - player.getPacketDispatch().sendMessage("You found a secret door."); - player.getPacketDispatch().sendMessage("You remember where the secret door is for future reference."); - } - player.getAchievementDiaryManager().finishTask(player, DiaryType.KARAMJA, 1, 1); - player.getSavedData().getQuestData().setDragonSlayerAttribute("memorized", true); - DoorActionHandler.handleAutowalkDoor(player, (Scenery) node); - } - break; + if (player.getLocation().getY() < 9600 && !player.getSavedData().getQuestData().getDragonSlayerAttribute("memorized") && player.getQuestRepository().getQuest(Quests.DRAGON_SLAYER).getStage(player) != 100) { + player.getPacketDispatch().sendMessage("The door is securely locked."); + } else { + if (!player.getSavedData().getQuestData().getDragonSlayerAttribute("memorized")) { + player.getPacketDispatch().sendMessage("You found a secret door."); + player.getPacketDispatch().sendMessage("You remember where the secret door is for future reference."); + } + player.getAchievementDiaryManager().finishTask(player, DiaryType.KARAMJA, 1, 1); + player.getSavedData().getQuestData().setDragonSlayerAttribute("memorized", true); + DoorActionHandler.handleAutowalkDoor(player, (Scenery) node); + } + break; case 25154: ClimbActionHandler.climb(player, new Animation(828), new Location(2833, 9658, 0)); break; @@ -206,7 +206,7 @@ public final class DragonSlayerPlugin extends OptionHandler { player.getDialogueInterpreter().sendDialogue("You nail a plank over the hole, but you still need more planks to", "close the hole completely."); } else { player.getSavedData().getQuestData().setDragonSlayerAttribute("repaired", true); - setVarp(player, 177, 1967876); + setVarp(player, 177, 1967876); player.getDialogueInterpreter().sendDialogue("You nail a final plank over the hole. You have successfully patched", "the hole in the ship."); } } diff --git a/Server/src/main/content/region/misthalin/varrock/quest/familycrest/ChronozonCaveZone.kt b/Server/src/main/content/region/misthalin/varrock/quest/familycrest/ChronozonCaveZone.kt index 8abc190ea..1ca3002f0 100644 --- a/Server/src/main/content/region/misthalin/varrock/quest/familycrest/ChronozonCaveZone.kt +++ b/Server/src/main/content/region/misthalin/varrock/quest/familycrest/ChronozonCaveZone.kt @@ -40,7 +40,7 @@ class ChronozonCaveZone: MapZone("FC ChronozoneZone", true), Plugin { ){ // Chronozon is allowed to spawn (quest stage right and the player doesn't have the crest part) // Now check there is not one already - if(!RegionManager.getLocalNPCs(spawnLoc, 5).contains(chronozon)){ + if(!RegionManager.getLocalNpcs(spawnLoc, 5).contains(chronozon)){ chronozon.setPlayer(e) chronozon.isRespawn = false chronozon.location = spawnLoc diff --git a/Server/src/main/content/region/misthalin/varrock/quest/familycrest/DimintheisDialogue.kt b/Server/src/main/content/region/misthalin/varrock/quest/familycrest/DimintheisDialogue.kt index fc857c7e6..e5e2f9ba0 100644 --- a/Server/src/main/content/region/misthalin/varrock/quest/familycrest/DimintheisDialogue.kt +++ b/Server/src/main/content/region/misthalin/varrock/quest/familycrest/DimintheisDialogue.kt @@ -7,7 +7,6 @@ import core.game.node.entity.player.Player import core.plugin.Initializable import org.rs09.consts.Items import content.data.Quests -import core.game.node.entity.player.link.diary.DiaryType @Initializable @@ -174,7 +173,6 @@ class DimintheisDialogue(player: Player? = null): core.game.dialogue.DialoguePlu 6000 -> npc("Not to worry, here they are").also { stage = 1000 addItem(player, getAttribute(player, "family-crest:gauntlets", Items.FAMILY_GAUNTLETS_778)) - player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 2, 9) } 1000 -> end() diff --git a/Server/src/main/content/region/misthalin/varrock/quest/shieldofarrav/ShieldArravPlugin.java b/Server/src/main/content/region/misthalin/varrock/quest/shieldofarrav/ShieldArravPlugin.java index 7c26a2368..80a581a22 100644 --- a/Server/src/main/content/region/misthalin/varrock/quest/shieldofarrav/ShieldArravPlugin.java +++ b/Server/src/main/content/region/misthalin/varrock/quest/shieldofarrav/ShieldArravPlugin.java @@ -106,7 +106,7 @@ public final class ShieldArravPlugin extends OptionHandler { } break; case 767: - List npcs = RegionManager.getLocalNPCs(player.getLocation()); + List npcs = RegionManager.getLocalNpcs(player); NPC master = null; for (NPC n : npcs) { if (n.getId() == 643) { diff --git a/Server/src/main/content/region/misthalin/wiztower/handlers/rcguild/RuneCraftingGuildObjects.java b/Server/src/main/content/region/misthalin/wiztower/handlers/rcguild/RuneCraftingGuildObjects.java new file mode 100644 index 000000000..600525b1a --- /dev/null +++ b/Server/src/main/content/region/misthalin/wiztower/handlers/rcguild/RuneCraftingGuildObjects.java @@ -0,0 +1,44 @@ +package content.region.misthalin.wiztower.handlers.rcguild; + +import core.cache.def.impl.SceneryDefinition; +import core.game.interaction.OptionHandler; +import core.game.node.Node; +import core.game.node.entity.player.Player; +import core.game.node.scenery.Scenery; +import core.game.world.map.Location; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Created for 2009Scape + * User: Ethan Kyle Millard + * Date: March 25, 2020 + * Time: 7:19 PM + */ +@Initializable +public class RuneCraftingGuildObjects extends OptionHandler { + + + @Override + public boolean handle(Player player, Node node, String option) { + Scenery object = ((Scenery) node); + + switch(object.getId()) { + case 38279: + if (player.getViewport().getRegion().getRegionId() == 12337) { + player.teleport(Location.create(1696, 5460, 2)); + } else { + player.teleport(Location.create(3106, 3160, 1)); + } + break; + } + + return true; + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + SceneryDefinition.forId(38279).getHandlers().put("option:enter", this); + return this; + } +} diff --git a/Server/src/main/content/region/morytania/werewolfagility/AgilityBossDialogue.kt b/Server/src/main/content/region/morytania/canifis/dialogue/AgilityBossDialogue.kt similarity index 65% rename from Server/src/main/content/region/morytania/werewolfagility/AgilityBossDialogue.kt rename to Server/src/main/content/region/morytania/canifis/dialogue/AgilityBossDialogue.kt index d0f6ae331..5b476b620 100644 --- a/Server/src/main/content/region/morytania/werewolfagility/AgilityBossDialogue.kt +++ b/Server/src/main/content/region/morytania/canifis/dialogue/AgilityBossDialogue.kt @@ -1,16 +1,13 @@ -package content.region.morytania.werewolfagility +package content.region.morytania.canifis.dialogue -import core.api.anyInEquipment import core.game.dialogue.DialoguePlugin import core.game.dialogue.FacialExpression import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player import core.plugin.Initializable -import org.rs09.consts.Items /** * @author qmqz - * https://www.youtube.com/watch?v=9u_qJW1eKR0 */ @Initializable @@ -19,29 +16,29 @@ class AgilityBossDialogue(player: Player? = null) : DialoguePlugin(player){ override fun open(vararg args: Any?): Boolean { npc = args[0] as NPC - if(anyInEquipment(player, Items.RING_OF_CHAROS_4202, Items.RING_OF_CHAROSA_6465)) { + if(player.equipment.contains(4202,1)) { player(FacialExpression.ASKING,"How do I use the agility course?").also { stage = 0 } } else { - npc(FacialExpression.WEREWOLF_NEUTRAL,"Grrr - you don't belong in here, human!").also { stage = 99 } + npc(FacialExpression.CHILD_SUSPICIOUS,"Grrr - you don't belong in here, human!").also { stage = 99 } } return true } override fun handle(interfaceId: Int, buttonId: Int): Boolean { when(stage){ - 0 -> npc(FacialExpression.WEREWOLF_NEUTRAL,"I'll throw you a stick, which you need to", + 0 -> npc(FacialExpression.CHILD_NORMAL,"I'll throw you a stick, which you need to", "fetch as quickly as possible, ", "from the area beyond the pipes.").also { stage++ } - 1 -> npc(FacialExpression.WEREWOLF_NEUTRAL,"Be wary of the deathslide - you must hang by your teeth,", + 1 -> npc(FacialExpression.CHILD_NORMAL,"Be wary of the deathslide - you must hang by your teeth,", "and if your strength is not up to the job you will", "fall into a pit of spikes. Also, I would advise not", "carrying too much extra weight.").also { stage++ } - 2 -> npc(FacialExpression.WEREWOLF_NEUTRAL,"Bring the stick back to the werewolf waiting at", + 2 -> npc(FacialExpression.CHILD_NORMAL,"Bring the stick back to the werewolf waiting at", "the end of the death slide to get your agility bonus.").also { stage++ } - 3 ->npc(FacialExpression.WEREWOLF_NEUTRAL,"I will throw your stick as soon as you jump onto the", + 3 ->npc(FacialExpression.CHILD_NORMAL,"I will throw your stick as soon as you jump onto the", "first stone.").also { stage = 99 } 99 -> end() diff --git a/Server/src/main/content/region/morytania/canifis/handlers/CanafisWerewolfNPC.kt b/Server/src/main/content/region/morytania/canifis/handlers/CanafisWerewolfNPC.kt index 369aa550f..51a82b834 100644 --- a/Server/src/main/content/region/morytania/canifis/handlers/CanafisWerewolfNPC.kt +++ b/Server/src/main/content/region/morytania/canifis/handlers/CanafisWerewolfNPC.kt @@ -3,7 +3,6 @@ package content.region.morytania.canifis.handlers import core.api.* import core.game.interaction.QueueStrength import core.game.node.entity.Entity -import core.game.node.entity.skill.Skills import core.game.node.entity.combat.BattleState import core.game.node.entity.combat.DeathTask import core.game.node.entity.npc.NPC @@ -39,9 +38,7 @@ class WerewolfBehavior : NPCBehavior(*HUMAN_NPCS) { return@queueScript delayScript(self, WEREWOLF_IN_ANIMATION.duration) } 1 -> { - val humanMaxLp = self.getSkills().getMaximumLifepoints() - transformNpcWithHpCarryover(self, WEREWOLF_NPCS[self.id - 6026], 200) - self.getSkills().heal(self.getSkills().getMaximumLifepoints() - humanMaxLp) + transformNpc(self, WEREWOLF_NPCS[self.id - 6026], 200) return@queueScript delayScript(self, 1) } 2 -> { diff --git a/Server/src/main/content/region/morytania/handlers/MortMyreGhastNPC.kt b/Server/src/main/content/region/morytania/handlers/MortMyreGhastNPC.kt index 19086cf8d..cb80df540 100644 --- a/Server/src/main/content/region/morytania/handlers/MortMyreGhastNPC.kt +++ b/Server/src/main/content/region/morytania/handlers/MortMyreGhastNPC.kt @@ -36,9 +36,7 @@ class MortMyreGhastNPC : AbstractNPC { override fun handleTickActions() { super.handleTickActions() if(id == ids[0] && RandomFunction.roll(35)){ - val players = RegionManager.getLocalPlayers(location, 5).filter { - return@filter !it.inCombat() - } + val players = RegionManager.getLocalPlayers(this, 5).filter { !it.inCombat() } if(players.isNotEmpty()){ val player = players.random() submitIndividualPulse(this, object : MovementPulse(this, player){ @@ -105,4 +103,4 @@ class MortMyreGhastNPC : AbstractNPC { } } } -} +} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/handlers/MorytaniaArea.kt b/Server/src/main/content/region/morytania/handlers/MorytaniaArea.kt index 9241c19e2..5edfa55f7 100644 --- a/Server/src/main/content/region/morytania/handlers/MorytaniaArea.kt +++ b/Server/src/main/content/region/morytania/handlers/MorytaniaArea.kt @@ -17,12 +17,14 @@ class MorytaniaArea : MapArea { override fun defineAreaBorders(): Array { return arrayOf( ZoneBorders(3426, 3191, 3715, 3588), //Morytania overworld + ZoneBorders(3520, 9856, 3583, 9919) //Werewolf agility course ) } override fun areaEnter(entity: Entity) { if (entity is Player && entity !is AIPlayer && ( - !isQuestComplete(entity, Quests.PRIEST_IN_PERIL) //not allowed to be anywhere in Morytania + !isQuestComplete(entity, Quests.PRIEST_IN_PERIL) || //not allowed to be anywhere in Morytania + defineAreaBorders()[1].insideBorder(entity) //Werewolf agility course is not implemented )) { kickThemOut(entity) } diff --git a/Server/src/main/content/region/morytania/handlers/MorytaniaListeners.kt b/Server/src/main/content/region/morytania/handlers/MorytaniaListeners.kt index 254bbd4a0..0cd82feda 100644 --- a/Server/src/main/content/region/morytania/handlers/MorytaniaListeners.kt +++ b/Server/src/main/content/region/morytania/handlers/MorytaniaListeners.kt @@ -14,8 +14,6 @@ import core.game.interaction.InteractionListener import core.game.interaction.IntType import kotlin.random.Random import content.data.Quests -import core.game.interaction.InterfaceListener -import org.rs09.consts.Components /** * File to be used for anything Morytania related. @@ -42,15 +40,12 @@ class MorytaniaListeners : InteractionListener { on(SWAMP_GATES, IntType.SCENERY, "open"){ player, node -> if(player.location.y == 3457){ core.game.global.action.DoorActionHandler.handleAutowalkDoor(player, node.asScenery()) - sendMessage(player, "You skip gladly out of murky Mort Myre.") - removeTimer(player) GlobalScope.launch { findLocalNPC(player, NPCs.ULIZIUS_1054)?.sendChat("Oh my! You're still alive!", 2) } } else { if (player.questRepository.hasStarted(Quests.NATURE_SPIRIT)) { - setAttribute(player, "swampgate", node) - openInterface(player, Components.CWS_WARNING_20_580) + core.game.global.action.DoorActionHandler.handleAutowalkDoor(player, node.asScenery()) } else { sendNPCDialogue( player, @@ -102,24 +97,4 @@ class MorytaniaListeners : InteractionListener { return@on true } } -} - -class warningInterface : InterfaceListener { - override fun defineInterfaceListeners() { - on(Components.CWS_WARNING_20_580) { player, _, _, buttonID, _, _ -> - when(buttonID) { - 17 -> { - val gate = getAttribute(player, "swampgate", null) as? core.game.node.scenery.Scenery - if (gate != null) { - core.game.global.action.DoorActionHandler.handleAutowalkDoor(player, gate) - sendMessage(player, "You walk into the gloomy atmosphere of Mort Myre.") - } - closeInterface(player) - } - 18 -> closeInterface(player) - } - removeAttribute(player, "swampgate") - return@on true - } - } } \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/handlers/MoyrtniaSwampPlugin.java b/Server/src/main/content/region/morytania/handlers/MoyrtniaSwampPlugin.java new file mode 100644 index 000000000..69e663f47 --- /dev/null +++ b/Server/src/main/content/region/morytania/handlers/MoyrtniaSwampPlugin.java @@ -0,0 +1,30 @@ +package content.region.morytania.handlers; + +import core.cache.def.impl.SceneryDefinition; +import core.game.interaction.OptionHandler; +import core.game.node.Node; +import core.game.node.entity.player.Player; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the mortynia swamp plugin. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class MoyrtniaSwampPlugin extends OptionHandler { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + SceneryDefinition.forId(3506).getHandlers().put("option:open", this); + return this; + } + + @Override + public boolean handle(Player player, Node node, String option) { + player.getDialogueInterpreter().sendDialogue("There's a message attached to this gate, it reads:~", "~ Mort Myre is a dangerous Ghast infested swamp. ~", "~ Do not enter if you value your life. ~", "~ All persons wishing to enter must see Drezel. ~"); + return true; + } + +} diff --git a/Server/src/main/content/region/morytania/handlers/PyreSitePlugin.java b/Server/src/main/content/region/morytania/handlers/PyreSitePlugin.java new file mode 100644 index 000000000..d21b400da --- /dev/null +++ b/Server/src/main/content/region/morytania/handlers/PyreSitePlugin.java @@ -0,0 +1,423 @@ +package content.region.morytania.handlers; + +import core.cache.def.impl.SceneryDefinition; +import core.game.interaction.OptionHandler; +import core.game.node.Node; +import core.game.node.entity.Entity; +import core.game.node.entity.combat.CombatStyle; +import core.game.node.entity.npc.AbstractNPC; +import core.game.node.entity.npc.NPC; +import core.game.node.entity.npc.drop.DropFrequency; +import core.game.node.entity.player.Player; +import core.game.node.entity.skill.Skills; +import content.global.skill.firemaking.Log; +import content.data.skill.SkillingTool; +import core.game.node.item.ChanceItem; +import core.game.node.item.Item; +import core.game.node.scenery.Scenery; +import core.game.node.scenery.SceneryBuilder; +import core.game.system.task.Pulse; +import core.game.world.map.Location; +import core.game.world.update.flag.context.Animation; +import core.plugin.Initializable; +import core.plugin.Plugin; +import core.tools.RandomFunction; +import org.rs09.consts.Items; +import core.game.world.GameWorld; +import core.game.world.repository.Repository; +import core.plugin.ClassScanner; + +import java.util.ArrayList; +import java.util.List; + +/** + * Handles the pyre site plugin. + * @author Vexia + */ +@Initializable +public final class PyreSitePlugin extends OptionHandler { + + /** + * The chance reward items. + */ + private static final ChanceItem[] REWARDS = new ChanceItem[] { new ChanceItem(560, 8, 15, DropFrequency.COMMON), new ChanceItem(565, 4, 7, DropFrequency.COMMON), new ChanceItem(1601, 2, 2, DropFrequency.UNCOMMON), new ChanceItem(532, 10, 10, DropFrequency.RARE), new ChanceItem(100, 2, 2, DropFrequency.COMMON), new ChanceItem(9145, 5, 5, DropFrequency.COMMON), new ChanceItem(9144, 10, 10, DropFrequency.UNCOMMON), new ChanceItem(892, 10, 10, DropFrequency.COMMON), new ChanceItem(867, 20, 20, DropFrequency.UNCOMMON), new ChanceItem(816, 20, 20, DropFrequency.COMMON), new ChanceItem(9419, 1, 1, DropFrequency.COMMON) }; + + /** + * The chewed bones item. + */ + private static final Item CHEWED_BONES = new Item(Items.CHEWED_BONES_11338); + + /** + * The mangled bones item. + */ + private static final Item MANGLED_BONES = new Item(Items.MANGLED_BONES_11337); + + /** + * The dragon full helm item (1/250) chance. + */ + private static final Item DFH = new Item(Items.DRAGON_FULL_HELM_11335); + + /** + * The list of used pyre ship locations. + */ + private static final List USED_LOCATIONS = new ArrayList<>(20); + + @Override + public Plugin newInstance(Object arg) throws Throwable { + SceneryDefinition.forId(25286).getHandlers().put("option:construct", this); + ClassScanner.definePlugin(new FerociousBarbarianNPC()); + return this; + } + + @Override + public boolean handle(Player player, Node node, String option) { + for (Location l : USED_LOCATIONS) { + if (l.withinDistance(node.getLocation(), 3)) { + player.sendMessage("This pyre site is in use currently."); + return true; + } + } + if (!player.getInventory().containsItem(CHEWED_BONES) && !player.getInventory().containsItem(MANGLED_BONES)) { + player.sendMessage("You need chewed bones or mangled bones in order to do this."); + return true; + } + if (!player.getInventory().contains(590, 1)) { + player.sendMessage("You need a tinderbox in order to do this."); + return true; + } + final SkillingTool tool = SkillingTool.getHatchet(player); + if (tool == null) { + player.sendMessage("You need an axe in order to do this."); + return true; + } + final LogType type = LogType.getType(player); + if (type == null) { + player.sendMessage("You don't have any logs."); + return true; + } + if (player.getAttribute("barb", null) != null && ((NPC) player.getAttribute("barb")).isActive()) { + player.sendMessage("You must defeat the barbarian spirit first."); + return true; + } + player.setAttribute("logType", type); + ritual(player, node.asScenery()); + return true; + } + + /** + * Handles the pyre ritual. + * @param player the player. + * @param object the ship object. + */ + private void ritual(Player player, Scenery object) { + player.lock(); + USED_LOCATIONS.add(object.getLocation()); + player.faceLocation(object.getLocation()); + GameWorld.getPulser().submit(getPulse(player, object)); + } + + /** + * Gets the ritual pulse. + * @param player the player. + * @param object the object. + * @return the pulse. + */ + private Pulse getPulse(final Player player, final Scenery object) { + final LogType logType = player.getAttribute("logType", LogType.NORMAL); + final SkillingTool tool = SkillingTool.getHatchet(player); + final Item bones = player.getInventory().containsItem(CHEWED_BONES) ? player.getInventory().getItem(CHEWED_BONES) : player.getInventory().getItem(MANGLED_BONES); + return new Pulse(1, player) { + int count; + int objectId = 25288; + + @Override + public boolean pulse() { + if ((count % 6 == 0 || count == 0) && count <= 10 && objectId <= 25291) { + player.animate(getAnimation(tool)); + player.faceLocation(object.getLocation()); + } + if (count % 4 == 0) { + if (objectId == 25291) { + if (player.getInventory().remove(new Item(logType.getLog().getLogId()), bones)) { + player.getAnimator().reset(); + player.getSkills().addExperience(Skills.CRAFTING, logType.getExperiences()[0]); + player.getSkills().addExperience(Skills.FIREMAKING, logType.getExperiences()[1]); + if (bones.getId() == CHEWED_BONES.getId()) { + player.getInventory().add(getRandomItem(player), player); + player.sendMessages("The ancient barbarian is laid to rest. Your future prayer training is blessed,", "as his spirit ascends to a glorious afterlife. Spirits drop an object into your", "pack."); + } else { + final NPC barb = NPC.create(752, object.getLocation().transform(object.getDirection(), 1)); + ((FerociousBarbarianNPC) barb).target = player; + barb.init(); + barb.moveStep(); + player.setAttribute("barb", barb); + player.unlock(); + } + } + } + if (objectId == 25295) { + return true; + } + replace(objectId++, object, player); + } + count++; + return false; + } + + @Override + public void stop() { + super.stop(); + player.unlock(); + replace(25286, object, player); + USED_LOCATIONS.remove(object.getLocation()); + } + }; + } + + /** + * Replaces the pyre site with a new object. + * @param newId the new id. + * @param ship the ship. + */ + private void replace(int newId, Scenery ship, Player player) { + Scenery newShip = new Scenery(newId, getLocation(newId, ship), 10, ship.getLocation().getX() == 2503 ? 4 : 1); + SceneryBuilder.add(newShip); + } + + /** + * Gets the location of where the object should be. + * @param newId the new Id. + * @param ship the ship. + * @return the location. + */ + private Location getLocation(int newId, Scenery ship) { + Location location = ship.getLocation().transform(ship.getDirection(), -2); + if (ship.getLocation().getX() == 2507 || ship.getLocation().getX() == 2519) { + return location.transform(-1, 0, 0); + } else if (ship.getLocation().getX() == 2503) { + return location.transform(-2, -1, 0); + } + return location; + } + + /** + * Gets a random item. + * @param player the player. + * @return the random item. + */ + private Item getRandomItem(Player player) { + if (RandomFunction.random(250) == 10) { + Repository.sendNews(player.getUsername() + " has just received a Dragon Full Helm from the Pyre Ship."); + return DFH; + } + return RandomFunction.getChanceItem(REWARDS); + } + + @Override + public Location getDestination(Node node, Node n) { + if (n instanceof Scenery) { + return n.getLocation().transform(n.getDirection(), 1); + } + return null; + } + + /** + * Gets the animation for the skilling tool. + * @param tool the tool. + * @return the animation. + */ + public Animation getAnimation(final SkillingTool tool) { + Animation animation = null; + switch (tool) { + case BRONZE_AXE: + animation = Animation.create(3291); + break; + case IRON_AXE: + animation = Animation.create(3290); + break; + case STEEL_AXE: + animation = Animation.create(3289); + break; + case BLACK_AXE: + animation = Animation.create(3288); + break; + case MITHRIL_AXE: + animation = Animation.create(3287); + break; + case ADAMANT_AXE: + animation = Animation.create(3286); + break; + case RUNE_AXE: + animation = Animation.create(3285); + break; + case DRAGON_AXE: + animation = Animation.create(3292); + break; + default: + break; + } + return animation; + } + + /** + * A log type for a pyre ship. + * @author Vexia + */ + public enum LogType { + NORMAL(Log.NORMAL, 11, new double[] { 10, 40 }, 1), ACHEY(Log.ACHEY, 11, new double[] { 10, 40 }, 1), OAK(Log.OAK, 25, new double[] { 15, 60 }, 2), WILLOW(Log.WILLOW, 40, new double[] { 22.5, 90 }, 2), TEAK(Log.TEAK, 45, new double[] { 26.2, 105 }, 3), ARCTIC_PINE(Log.ARCTIC_PINE, 52, new double[] { 31.2, 125 }, 3), MAPLE(Log.MAPLE, 55, new double[] { 33.7, 135 }, 3), MAHOGANY(Log.MAHOGANY, 60, new double[] { 39.3, 157.5 }, 3), YEW(Log.YEW, 70, new double[] { 50.6, 202.5 }, 4), MAGIC(Log.MAGIC, 85, new double[] { 75.9, 303.8 }, 5); + + /** + * The log. + */ + private final Log log; + + /** + * The level. + */ + private final int level; + + /** + * The experiences required. + */ + private final double[] experiences; + + /** + * The enhanced xp reward of bones. + */ + private final int enhancedExp; + + /** + * Constructs a new {@Code LogType} {@Code Object} + * @param log the log. + * @param level the level. + * @param experiences the experiences. + * @param enhancedExp the enhanced exp. + */ + private LogType(Log log, int level, double[] experiences, int enhancedExp) { + this.log = log; + this.level = level; + this.experiences = experiences; + this.enhancedExp = enhancedExp; + } + + /** + * Gets a log type. + * @param player the player. + * @return the type. + */ + public static LogType getType(Player player) { + for (LogType type : values()) { + if (player.getInventory().contains(type.getLog().getLogId(), 1)) { + return type; + } + } + return null; + } + + /** + * Gets the blog. + * @return the log + */ + public Log getLog() { + return log; + } + + /** + * Gets the blevel. + * @return the level + */ + public int getLevel() { + return level; + } + + /** + * Gets the bexperiences. + * @return the experiences + */ + public double[] getExperiences() { + return experiences; + } + + /** + * Gets the benhancedExp. + * @return the enhancedExp + */ + public int getEnhancedExp() { + return enhancedExp; + } + + } + + /** + * Handles the ferocious barbarian npc. + * @author Vexia + * + */ + public class FerociousBarbarianNPC extends AbstractNPC { + + /** + * The target npc. + */ + private Player target; + + /** + * Constructs a new {@Code FerociousBarbarianNPC} {@Code Object} + * @param id the npc id. + * @param location the location. + */ + public FerociousBarbarianNPC(int id, Location location) { + super(id, location); + this.setRespawn(false); + this.setAggressive(true); + } + + /** + * Constructs a new {@Code FerociousBarbarianNPC} {@Code Object} + */ + public FerociousBarbarianNPC() { + this(-1, null); + } + + @Override + public void handleTickActions() { + if (target == null) { + return; + } + if (!target.isActive() || !target.getLocation().withinDistance(getLocation())) { + clear(); + } + if (!getProperties().getCombatPulse().isAttacking()) { + getProperties().getCombatPulse().attack(target); + } + } + + @Override + public boolean isAttackable(Entity entity, CombatStyle style, boolean message) { + if (entity instanceof Player && entity != target) { + if(message) { + ((Player) entity).getPacketDispatch().sendMessage("It's not after you."); + } + return false; + } + return super.isAttackable(entity, style, message); + } + + @Override + public void finalizeDeath(Entity killer) { + super.finalizeDeath(killer); + if (killer instanceof Player && killer == target) { + target.removeAttribute("barb"); + } + } + + @Override + public AbstractNPC construct(int id, Location location, Object... objects) { + return new FerociousBarbarianNPC(id, location); + } + + @Override + public int[] getIds() { + return new int[] { 752 }; + } + } +} diff --git a/Server/src/main/content/region/morytania/handlers/SwampDecayHandler.kt b/Server/src/main/content/region/morytania/handlers/SwampDecayHandler.kt deleted file mode 100644 index 995294730..000000000 --- a/Server/src/main/content/region/morytania/handlers/SwampDecayHandler.kt +++ /dev/null @@ -1,148 +0,0 @@ -package content.region.morytania.handlers - -import core.api.* -import core.game.node.entity.Entity -import core.game.node.entity.player.Player -import core.game.system.timer.PersistTimer -import core.game.system.timer.RSTimer -import core.game.system.timer.TimerFlag -import core.game.world.map.zone.ZoneBorders -import org.rs09.consts.Items -import kotlin.random.Random - - -/** - * The area for swamp decay - */ -class SwampDecayArea : MapArea { - override fun defineAreaBorders(): Array { - return arrayOf( - ZoneBorders(3392, 3328, 3519, 3455) - ) - } - - /** - * Sources: - * General mechanic: https://runescape.wiki/w/Swamp_decay - * Historic damage: https://runescape.wiki/w/Mort_Myre_Swamp?oldid=1961846 - * Precise area: https://oldschool.runescape.wiki/w/Swamp_decay - * Video: https://www.youtube.com/watch?v=gkw959x8Q6s - * Video: https://www.youtube.com/watch?v=N86RywmEyEU - */ - - override fun areaEnter(entity: Entity) { - if (entity is Player) { - getOrStartTimer(entity) - } - super.areaEnter(entity) - } - -} - -/** - * The timer for swamp decay - */ -class SwampDecayTimer : PersistTimer (200, "swampdecay", isSoft = true, flags = arrayOf(TimerFlag.ClearOnDeath)) { - companion object { - // Silver sickle, Rod of Ivandis, or Ivandis Flail in equip or inv will protect the player. - private val PROTECTIVE_ITEMS = intArrayOf( - Items.SILVER_SICKLEB_2963, - Items.ROD_OF_IVANDIS10_7639, - Items.ROD_OF_IVANDIS9_7640, - Items.ROD_OF_IVANDIS8_7641, - Items.ROD_OF_IVANDIS7_7642, - Items.ROD_OF_IVANDIS6_7643, - Items.ROD_OF_IVANDIS5_7644, - Items.ROD_OF_IVANDIS4_7645, - Items.ROD_OF_IVANDIS3_7646, - Items.ROD_OF_IVANDIS2_7647, - Items.ROD_OF_IVANDIS1_7648, - Items.IVANDIS_FLAIL_30_13117, - Items.IVANDIS_FLAIL_29_13118, - Items.IVANDIS_FLAIL28_13119, - Items.IVANDIS_FLAIL_27_13120, - Items.IVANDIS_FLAIL_26_13121, - Items.IVANDIS_FLAIL_25_13122, - Items.IVANDIS_FLAIL_24_13123, - Items.IVANDIS_FLAIL_23_13124, - Items.IVANDIS_FLAIL_22_13125, - Items.IVANDIS_FLAIL_21_13126, - Items.IVANDIS_FLAIL_20_13127, - Items.IVANDIS_FLAIL_19_13128, - Items.IVANDIS_FLAIL_18_13129, - Items.IVANDIS_FLAIL_17_13130, - Items.IVANDIS_FLAIL_16_13131, - Items.IVANDIS_FLAIL_15_13132, - Items.IVANDIS_FLAIL_14_13133, - Items.IVANDIS_FLAIL_13_13134, - Items.IVANDIS_FLAIL_12_13135, - Items.IVANDIS_FLAIL_11_13136, - Items.IVANDIS_FLAIL_10_13137, - Items.IVANDIS_FLAIL_9_13138, - Items.IVANDIS_FLAIL_8_13139, - Items.IVANDIS_FLAIL_7_13140, - Items.IVANDIS_FLAIL_6_13141, - Items.IVANDIS_FLAIL_5_13142, - Items.IVANDIS_FLAIL_4_13143, - Items.IVANDIS_FLAIL_3_13144, - Items.IVANDIS_FLAIL_2_13145, - Items.IVANDIS_FLAIL_1_13146 - ) - } - - // returning false stops the timer. returning true keeps it running. - override fun run(entity: Entity): Boolean { - if (entity !is Player) return false - - // player is outside the zone - if (entity.location.x !in 3392..3519 || entity.location.y !in 3328..3455) { - sendMessage(entity, "The swamp decay effect is now over.") - return false - } - - // the nature spirit camp zone is safe - if (entity.location.x in 3435..3445 && entity.location.y in 3331..3442) { - sendMessage(entity, "The aura of Filliman's camp protects you from the swamp.") - return true - } - - // protected - if (hasProtection(entity)) { - return true - } - - // decayed (2-4 random damage) - sendMessage(entity, "The swamp decays you!") - impact(entity, Random.nextInt(2, 5)) - visualize(entity, -1, 255) - return true - } - - override fun onRegister(entity: Entity) { - if (entity !is Player) return - } - - override fun getTimer(vararg args: Any): RSTimer { - val t = SwampDecayTimer() - t.runInterval = args.getOrNull(0) as? Int ?: 200 - return t - } - - // always remember your protection - private fun hasProtection(player: Player): Boolean { - for (itemId in PROTECTIVE_ITEMS) { - if (inEquipmentOrInventory(player, itemId)) { - val prot = when(itemId) { - 2963 -> "blessed silver sickle" - in 7639..7648 -> "rod of Ivandis" - in 13117..13146 -> "Ivandis flail" - else -> "item" // fallback - } - sendMessage(player, "The power of the $prot prevents the swamp decay.") - visualize(player, -1, 259) - return true - } - } - return false - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/GardenerGhostDialogue.kt b/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/GardenerGhostDialogue.kt index 6c7bd9830..70387d2c8 100644 --- a/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/GardenerGhostDialogue.kt +++ b/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/GardenerGhostDialogue.kt @@ -18,7 +18,7 @@ class GardenerGhostDialogue (player: Player? = null) : DialoguePlugin(player) { if (gardenerGhost.location.withinDistance(gardenerGhost.graveLocation, 5)) { sendChat(gardenerGhost, "Here is the place where I met me' maker.") } else { - sendChat(gardenerGhost, "Go " + gardenerGhost.location.deriveDirection(gardenerGhost.graveLocation)!!.name.lowercase(Locale.getDefault()).replace('_', '-') + ", mate") + sendChat(gardenerGhost, "Go " + gardenerGhost.location.deriveDirection(gardenerGhost.graveLocation).name.lowercase(Locale.getDefault()).replace('_', '-') + ", mate") gardenerGhost.continueFollowing(player) } } else { diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/AbandonedMineZones.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/AbandonedMineZones.kt deleted file mode 100644 index 09bcce765..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/AbandonedMineZones.kt +++ /dev/null @@ -1,122 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import content.data.LightSource -import core.api.* -import core.game.node.entity.Entity -import core.game.node.entity.player.Player -import core.game.node.item.Item -import core.game.world.map.zone.ZoneBorders -import org.rs09.consts.Components -import org.rs09.consts.Items - -/** - * Zones covering the Abandoned Mine (home of the Haunted Mine quest). - */ - -// if you leave the abandoned mine, any instances of Glowing Fungus in your inventory should be removed and replaced with ashes. -class AbandonedMineZone : MapArea { - - override fun defineAreaBorders(): Array { - return arrayOf( - // mine floor 1 - ZoneBorders(3395, 9609, 3448, 9664), - - // mine floors 2-6 - ZoneBorders(2680, 4415, 2820, 4609) - ) - } - - override fun areaLeave(entity: Entity, logout: Boolean) { - if (entity is Player) { - - val loc = entity.location - - // this logic makes it so that if you move between mine floor 1 and the rest of the floors, you will still keep the fungus. also keeps fungus during the points cutscene. - if (loc.x in 3395..3448 && loc.y in 9609..9664 - || loc.x in 2680..2820 && loc.y in 4415..4609 - || getAttribute(entity, HauntedMine.ATTR_KEEP_FUNGUS, false) - ) { - return - } else { - // remove any glowing fungus the player is carrying. - val fungi = amountInInventory(entity, Items.GLOWING_FUNGUS_4075) - if (removeItem(entity, Item(Items.GLOWING_FUNGUS_4075, fungi), Container.INVENTORY)) { - addItemOrDrop(entity, Items.ASHES_592, fungi) - sendMessage(entity, "The strange fungus you are carrying crumbles to dust.") - } - } - } - super.areaLeave(entity, logout) - } -} - -// If you enter level 5 of the abandoned mine, any tinderboxes with you should become damp tinderboxes. -// Light sources should also be extinguished. This is so that when you try to go to mine level 6 and the -// player says "I need a light source", it'll force you to get a glowing fungus. -class AbandonedMineL5Zone : MapArea { - - override fun defineAreaBorders(): Array { - return arrayOf( - // this zone actually covers levels 5 and 6, so the tinderbox stays damp and you can't light a lantern for some reason on level 6 either. - ZoneBorders(2688, 4416, 2815, 4479) - ) - } - - override fun areaEnter(entity: Entity) { - if (entity is Player) { - val tindies = amountInInventory(entity, Items.TINDERBOX_590) - if (removeItem(entity, Item(Items.TINDERBOX_590, tindies))) { - addItemOrDrop(entity, Items.DAMP_TINDERBOX_4073, tindies) - swapLitLightSources(entity) - } - } - super.areaEnter(entity) - } - - override fun areaLeave(entity: Entity, logout: Boolean) { - if (entity is Player) { - val tindies = amountInInventory(entity, Items.DAMP_TINDERBOX_4073) - if (removeItem(entity, Item(Items.DAMP_TINDERBOX_4073, tindies))) { - addItemOrDrop(entity, Items.TINDERBOX_590, tindies) - } - } - super.areaLeave(entity, logout) - } - - // Replaces all lit light sources in inventory + equipment - fun swapLitLightSources(player: Player) { - listOf(player.inventory, player.equipment).forEach { container -> - for (slot in 0 until container.capacity()) { - val item = container[slot] ?: continue - val source = LightSource.forProductId(item.id) ?: continue - removeItem(player, Item(source.product.id, item.amount)) - addItem(player, source.raw.id, item.amount) - sendMessage(player, "The water puts out your " + source.product.name.lowercase() + "!") - } - } - } -} - -// if you go to level 6 without a Glowing Fungus, you get placed in a really dark area. This just applies an extra overlay. -class AbandonedMineL6Zone : MapArea { - - override fun defineAreaBorders(): Array { - return arrayOf( - ZoneBorders(2688, 4607, 2751, 4544) - ) - } - - override fun areaEnter(entity: Entity) { - if (entity is Player) { - openOverlay(entity, Components.DARKNESS_DARK_96) - } - super.areaEnter(entity) - } - - override fun areaLeave(entity: Entity, logout: Boolean) { - if (entity is Player) { - closeOverlay(entity) - } - super.areaLeave(entity, logout) - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/HauntedMine.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/HauntedMine.kt deleted file mode 100644 index 35b278c1b..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/HauntedMine.kt +++ /dev/null @@ -1,184 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import content.data.Quests -import content.region.morytania.quest.lairoftarn.LairOfTarn -import core.api.* -import core.game.node.entity.player.link.quest.Quest -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.world.map.path.ClipMaskSupplier -import core.plugin.Initializable -import org.rs09.consts.Items - -/** - * Haunted Mine Quest - */ - -/*Some of the sources used: - * Primary Source (March 2008): https://www.youtube.com/watch?v=g3F4tC1KOck - * Secondary source (May 2009): https://www.youtube.com/watch?v=CD77NeKz1J4 - * Secondary source (Feb 2009): https://www.youtube.com/watch?v=PMn0LRo4MCo - * https://web.archive.org/web/20081216051045/http://runescape.wikia.com/wiki/Haunted_Mine - */ - -@Initializable -class HauntedMine : Quest(Quests.HAUNTED_MINE, 73, 72, 2, HAUNTED_MINE_VARP, 0, 1, 11) { - - companion object { - // main quest varp - const val HAUNTED_MINE_VARP = 382 - - // points settings varp and varbits - //const val POINTS_SETTINGS_VARP = 383 - const val LEVER_A_VARBIT = 2386 - const val LEVER_B_VARBIT = 2385 - const val LEVER_C_VARBIT = 2387 - const val LEVER_D_VARBIT = 2388 - const val LEVER_E_VARBIT = 2389 - const val LEVER_I_VARBIT = 2390 - const val LEVER_J_VARBIT = 2391 - const val LEVER_K_VARBIT = 2392 - - const val POINTS_SETTINGS_IFACE = 144 - const val LIFT_MACHINERY_VARBIT = 2060 - - const val ATTR_KEEP_FUNGUS = "hauntedmine-keepfungus" // keeps the fungus on you during the cutscene. - const val ATTR_VALVE_UNLOCKED = "/save:quest:hauntedmine-valveunlocked" // True after you use Zealot's Key with the water valve - const val ATTR_FUNGUS_PLACED = "/save:quest:hauntedmine-fungusplaced" // True after you put a fungus in the minecart - const val ATTR_CART_SENT_SUCCESS = "/save:quest:hauntedmine-cartsent" // True after you solve the cart puzzle and have a fungus in cart - const val ATTR_KEY_MENTIONED = "/save:quest:hauntedmine-keymentioned" // True after the player asks about a way into the mines. - const val ATTR_KEY_RETURNED = "/save:quest:hauntedmine-zealotkeyreturned" // True after you return the zealot's key after the quest. Note that this should not reset after quest completion - const val ATTR_DAYTH_FIGHT = "dayth_active" // True during the boss fight and removed on Treus Dayth's death. - const val ATTR_HAUNTED_TARGET = "target" // Treus Dayth's target player - - } - - // Quest Journal ref: https://youtu.be/CD77NeKz1J4?si=AxNEg5YZU5oJ3T11&t=231 - // Contains pre-starting journal entry: https://www.youtube.com/watch?v=PMn0LRo4MCo - // The video fragment matches the current RS3 journal: https://runescape.wiki/w/Transcript:Haunted_Mine/Journal - override fun drawJournal(player: Player, stage: Int) { - super.drawJournal(player, stage) - var line = 12 - val stage = getQuestStage(player, Quests.HAUNTED_MINE) - - if (stage == 0) { - line(player, "I can start this quest by speaking to the !!Saradominist??", line++, false) - line(player, "!!Zealot?? outside the !!mines of Morytania??.", line++, false) - line(player, "To complete this quest I need:", line++, false) - line(player, "Level 15 Agility.", line++, hasLevelStat(player, Skills.AGILITY, 15)) // to go over a minecart at the entrance to the mine - line(player, "Level 35 Crafting.", line++, hasLevelStat(player, Skills.CRAFTING, 35)) // to cut a salve shard from the crystal outcrop - line(player, "Access to Morytania.", line++, isQuestComplete(player, Quests.PRIEST_IN_PERIL)) // to be able to access Morytania - line(player, "I must be able to !!defeat a level 95 enemy.??", line++, false) // git gud - limitScrolling(player, line, true) - } - if (stage >= 1) { // set stage 1 after talking to Zealot. - line(player, "I met a fanatic Saradominist just outside the Morytanian", line++, stage > 1) - line(player, "mines. He told me that the mines had been sealed, but", line++, stage > 1) - line(player, "contained within them !!crystals?? of a great power over evil.", line++, stage > 1) - } - if (stage >= 2) { // set stage 2 after first entering the mine. - line(player, "I managed to get into the mines via a thin tunnel high up in", line++, stage > 2) - line(player, "the mountains.", line++, stage > 2) - } - if (stage >= 3) { // set stage 3 after entering level 4 (fungus and cart level) - line(player, "Now I must reach the !!lower levels?? where apparently the", line++, stage > 3) - line(player, "!!crystals?? can be found.", line++, stage > 3) - } - if (stage >= 4) { // set stage 4 after going down the lift to level 5 - line(player, "I managed to start the !!lift?? which allowed me to get to", line++, stage > 4) - line(player, "the !!lower levels??.", line++, stage > 4) - line(player, "Now I can continue my search for the !!crystals??.", line++, stage > 4) - } - if (stage >= 5) { // set stage 5 if you go down to level 6 without a fungus. - line(player, "The !!lower levels?? of the mine were too !!dark?? to navigate.", line++, stage > 5) - } - if (stage >= 6) { // set stage 6 if you go down to level 6 with a fungus. - line(player, "I had to use a !!glowing fungus?? from the upper levels", line++, stage > 6) - line(player, "to !!Light?? the way.", line++, stage > 6) - } - if (stage >= 7) { // set stage 7 after you've killed dayth. - line(player, "I found a !!key?? in the !!lower levels??. I had to fight a", line++, stage > 7) - line(player, "powerful !!ghost?? who tried to prevent me taking it.", line++, stage > 7) - } - if (stage >= 8) { // set stage 8 after you cut a shard. - line(player, "I used this !!key?? to reach the legendary !!crystals??, from", line++, stage > 8) - line(player, "which I cut a !!salve shard?? to aid in fighting the undead.", line++, stage > 8) - } - if (stage >= 100) { // complete quest after you've cut a shard. - line++ - line(player, "QUEST COMPLETE!", line++, false) - } - limitScrolling(player, line, false) - } - - // ::setqueststage 73 0 to reset quest - override fun reset(player: Player) { - removeAttribute(player, ATTR_FUNGUS_PLACED) - removeAttribute(player, ATTR_CART_SENT_SUCCESS) - removeAttribute(player, ATTR_KEY_MENTIONED) - - setVarbit(player, HAUNTED_MINE_VARP, 0, true) // resets the quest and closes tarn's door. - - // reset tarn, too - removeAttribute(player, LairOfTarn.ATTR_KILLED_TARN) - } - - override fun setStage(player: Player, stage: Int) { - super.setStage(player, stage) - this.updateVarps(player) - } - - override fun updateVarps(player: Player) { - - // Stage Varbit values - // These values were taken from: https://chisel.weirdgloop.org/varbs/display?varplayer=382 - if (getQuestStage(player, Quests.HAUNTED_MINE) == 0) { - setVarbit(player, HAUNTED_MINE_VARP, 0, true) // marks quest as red. - } - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 1) { - setVarbit(player, HAUNTED_MINE_VARP, 1, true) // marks quest as yellow. true after talking to zealot - } - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 2) { - setVarbit(player, HAUNTED_MINE_VARP, 3, true) // true after entering mine - } - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 4) { - setVarbit(player, HAUNTED_MINE_VARP, 4, true) // true after opening the water valve - } - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 5) { - setVarbit(player, HAUNTED_MINE_VARP, 6, true) // true after going into the dark fucking cave - } - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 6) { - setVarbit(player, HAUNTED_MINE_VARP, 7, true) // true after getting to level 6 - } - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 7) { - setVarbit(player, HAUNTED_MINE_VARP, 8, true) // true after spawning dayth - } - if (getQuestStage(player, Quests.HAUNTED_MINE) >= 100) { - setVarbit(player, HAUNTED_MINE_VARP, 11, true) // marks quest as green and opens tarn's door. true after cutting the crystal - } - } - - override fun finish(player: Player) { - var ln = 10 - super.finish(player) - player.packetDispatch.sendString("You have completed the Haunted Mine Quest!", 277, 4) - player.packetDispatch.sendItemZoomOnInterface(Items.SALVE_AMULET_4081, 230, 277, 5) - - drawReward(player, "2 quest points", ln++) - drawReward(player, "22,000 Strength XP", ln++) - drawReward(player, "Access to Tarn's Lair", ln++) - - rewardXP(player, Skills.STRENGTH, 22000.0) - } - - override fun newInstance(`object`: Any?): Quest { - return this - } -} - -// this is a clipping mask I wrote to give NPCs the ability to path through walls. use with caution or they will wander off. -object GhostClipper : ClipMaskSupplier { - override fun getClippingFlag(z: Int, x: Int, y: Int): Int { - return 0 - } -} diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/HauntedMineListeners.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/HauntedMineListeners.kt deleted file mode 100644 index eb5c8aac1..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/HauntedMineListeners.kt +++ /dev/null @@ -1,648 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import content.data.Quests -import core.api.* -import core.game.dialogue.FacialExpression -import core.game.global.action.DoorActionHandler -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.interaction.QueueStrength -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.world.map.Location -import core.game.world.update.flag.context.Animation -import org.rs09.consts.Animations -import org.rs09.consts.Items -import org.rs09.consts.NPCs -import org.rs09.consts.Scenery - -/** - * This covers listeners for the Abandoned Mine and Haunted Mine quest. - */ - -class HauntedMineListeners : InteractionListener { - - companion object { - const val HUMAN_CRAWL = 844 - const val HUMAN_WADE_IDLE = 777 - } - - override fun defineListeners() { - - /* * * * * * * * * * * * * * * * * * * * * * - * - * ABANDONED MINE (AREA) RELATED LISTENERS - * - * * * * * * * * * * * * * * * * * * * * * */ - - // stairs that go from the outside to level 2. the doors down there require the crystal mine key to unlock. - on(Scenery.STAIRS_4919, IntType.SCENERY, "Walk-down") { player, _ -> - teleport(player, Location.create(2792, 4592, 0)) - } - - // stairs that go from level 2 to the outside. the doors on level 2 require the crystal mine key to unlock. - on(Scenery.STAIRS_4923, IntType.SCENERY, "Walk-up") { player, _ -> - teleport(player, Location.create(3453, 3242, 0)) - } - - // minecart to climb over to get to mine entrance - // Note: the osrs wiki states that the agility req is for the cart, and if you don't have it, you can just run around to the back entrance. - on(Scenery.MINE_CART_4918, IntType.SCENERY, "Climb-over") { player, node -> - if (hasLevelStat(player, Skills.AGILITY, 15)) { - if (player.location == node.location.transform(-1, 0, 0)) { - forceMove( - player, - node.location.transform(-1, 0, 0), - node.location.transform(1, 0, 0), - 0, - 60, - anim = Animations.HUMAN_CLIMB_OVER_MEDIUM_839 - ) - } else if (player.location == node.location.transform(1, 0, 0)) { - forceMove( - player, - node.location.transform(1, 0, 0), - node.location.transform(-1, 0, 0), - 0, - 60, - anim = Animations.HUMAN_CLIMB_OVER_MEDIUM_839 - ) - } - } else sendMessage(player, "You need at least 15 Agility to attempt this.") - return@on true - } - - // entrance and exit to Tarn's Lair - // use ::setvarp 382 0 11 to finish haunted mine and activate entrance. Set to 0 to reset. - on(intArrayOf(Scenery.ENTRANCE_20527, Scenery.PASSAGEWAY_20814), IntType.SCENERY, "Enter") { player, node -> - when (node.id) { - Scenery.ENTRANCE_20527 -> teleport(player, Location.create(3166, 4547, 0)) - Scenery.PASSAGEWAY_20814 -> teleport(player, Location.create(3424, 9660, 0)) - } - return@on true - } - - // the three outside entrances - on(intArrayOf(Scenery.CART_TUNNEL_4913, Scenery.CART_TUNNEL_4914, Scenery.CART_TUNNEL_4915), IntType.SCENERY, "Crawl-down") { player, node -> - - // set quest stage 2 - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 1) setQuestStage(player, Quests.HAUNTED_MINE, 2) - - animate(player, HUMAN_CRAWL) - queueScript(player, 1) { - when (node.id) { - Scenery.CART_TUNNEL_4913 -> teleport(player, Location.create(3436, 9637, 0)) - Scenery.CART_TUNNEL_4914 -> teleport(player, Location.create(3405, 9631, 0)) - Scenery.CART_TUNNEL_4915 -> teleport(player, Location.create(3409, 9623, 0)) - } - return@queueScript stopExecuting(player) - } - return@on true - } - - // mine level 1 exits back to the outside - on(intArrayOf(Scenery.CART_TUNNEL_4920, Scenery.CART_TUNNEL_4921, Scenery.CART_TUNNEL_20524), IntType.SCENERY, "Crawl-through") { player, node -> - animate(player, HUMAN_CRAWL) - queueScript(player, 1) { - when (node.id) { - Scenery.CART_TUNNEL_4920 -> teleport(player, Location.create(3441, 3232, 0)) - Scenery.CART_TUNNEL_4921 -> teleport(player, Location.create(3429, 3233, 0)) - Scenery.CART_TUNNEL_20524 -> teleport(player, Location.create(3428, 3225, 0)) - } - return@queueScript stopExecuting(player) - } - return@on true - } - - // mine level 1 to mine level 2 - on(Scenery.LADDER_4965, IntType.SCENERY, "Climb-down") { player, _ -> - // ladder 4965 is reused in two locations, so we have to see which one the player is interacting with - animate(player, Animations.HUMAN_CLIMB_STAIRS_828) - queueScript(player, 1) { - when (player.location.x) { - // north ladder - in 3412..3414 -> teleport(player, Location.create(2774, 4577, 0)) - // south ladder - in 3421..3423 -> teleport(player, Location.create(2783, 4569, 0)) - } - return@queueScript stopExecuting(player) - } - return@on true - } - - // mine level 2 to mine level 1 - on(Scenery.LADDER_4966, IntType.SCENERY, "Climb-up") { player, _ -> - // ladder 4965 is reused in two locations, so we have to see which one the player is interacting with - animate(player, Animations.HUMAN_CLIMB_STAIRS_828) - queueScript(player, 1) { - when (player.location.x) { - // north ladder - in 2772..2774 -> teleport(player, Location.create(3412, 9633, 0)) - // south ladder - in 2781..2783 -> teleport(player, Location.create(3422, 9624, 0)) - } - return@queueScript stopExecuting(player) - } - return@on true - } - - // These are the doors from the shortcut to level 2, and also the ones on level 6 that go to the crystals. Both require the crystal mine key. - on(intArrayOf(Scenery.LARGE_DOOR_4963, Scenery.LARGE_DOOR_4964), IntType.SCENERY, "Open") { player, node -> - if (inInventory(player, Items.CRYSTAL_MINE_KEY_4077)) { - DoorActionHandler.handleAutowalkDoor(player, node.asScenery()) - } else sendMessage(player, "This door is locked.") - return@on true - } - - // mine level 2 to 3 - on(Scenery.LADDER_4969, IntType.SCENERY, "Climb-down") { player, _ -> - // ladder 4969 is reused in two locations, so we have to see which one the player is interacting with - animate(player, Animations.HUMAN_CLIMB_STAIRS_828) - queueScript(player, 1) { - when (player.location.y) { - // north ladder - in 4598..4600 -> teleport(player, Location.create(2733, 4536, 0)) - // south ladder - in 4566..4568 -> teleport(player, Location.create(2733, 4503, 0)) - } - return@queueScript stopExecuting(player) - } - return@on true - } - - // mine level 3 to 2 - on(Scenery.LADDER_4970, IntType.SCENERY, "Climb-up") { player, _ -> - // ladder 4970 is reused in two locations, so we have to see which one the player is interacting with - animate(player, Animations.HUMAN_CLIMB_STAIRS_828) - queueScript(player, 1) { - when (player.location.y) { - // north ladder - in 4534..4536 -> teleport(player, Location.create(2797, 4600, 0)) - // south ladder - in 4502..4504 -> teleport(player, Location.create(2797, 4567, 0)) - } - return@queueScript stopExecuting(player) - } - return@on true - } - - // mine level 3 to 4 - on(Scenery.LADDER_4967, IntType.SCENERY, "Climb-down") { player, _ -> - - // set quest stage 3 - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 2) setQuestStage(player, Quests.HAUNTED_MINE, 3) - - // ladder 4967 is reused in four locations, so we have to see which one the player is interacting with - animate(player, Animations.HUMAN_CLIMB_STAIRS_828) - queueScript(player, 1) { - when (player.location.x) { - // north-east ladder - in 2731..2733 -> teleport(player, Location.create(2797, 4529, 0)) - // north-west ladder - in 2709..2711 -> teleport(player, Location.create(2775, 4540, 0)) - // south-east ladder - in 2724..2726 -> teleport(player, Location.create(2790, 4486, 0)) - // south-west ladder - in 2695..2697 -> teleport(player, Location.create(2760, 4498, 0)) - } - return@queueScript stopExecuting(player) - } - return@on true - } - - // mine level 4 to 3 - on(Scenery.LADDER_4968, IntType.SCENERY, "Climb-up") { player, _ -> - // ladder 4968 is reused in four locations, so we have to see which one the player is interacting with - animate(player, Animations.HUMAN_CLIMB_STAIRS_828) - queueScript(player, 1) { - when (player.location.x) { - // north-east ladder - in 2795..2797 -> teleport(player, Location.create(2733, 4529, 0)) - // north-west ladder - in 2773..2775 -> teleport(player, Location.create(2711, 4540, 0)) - // south-east ladder - in 2788..2790 -> teleport(player, Location.create(2726, 4486, 0)) - // south-west ladder - in 2759..2761 -> teleport(player, Location.create(2697, 4497, 0)) - } - return@queueScript stopExecuting(player) - } - return@on true - } - - // iron pickaxe turns into possessed pickaxe - on(NPCs.IRON_PICKAXE_1015, IntType.NPC, "Take") { player, node -> - - val npc = node as NPC - npc.transform(NPCs.POSSESSED_PICKAXE_1536) // I use npc.transform because I don't want a timer to revert. - npc.attack(player) - - return@on true - } - - // stair from mine level 5 to 6 - on(Scenery.STAIRS_4971, IntType.SCENERY, "Walk-down") { player, _ -> - // stair 4971 is reused in two locations, so we have to see which one the player is interacting with - val loc = player.location.x - if (inInventory(player, Items.GLOWING_FUNGUS_4075)) { - - // set quest stage 6. you can skip straight here from 4. - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 4) setQuestStage(player, Quests.HAUNTED_MINE, 6) - - when (loc) { - // left stairs to crystals - in 2691..2696 -> teleport(player, Location.create(2758, 4453, 0)) - // right stairs to dayth - in 2745..2750 -> teleport(player, Location.create(2811, 4453, 0)) - } - } else { - when (loc) { - // left stairs to dark cave left side - in 2691..2696 -> teleport(player, Location.create(2712, 4593, 0)) - // right stairs to dark cave right side - in 2745..2750 -> teleport(player, Location.create(2730, 4563, 0)) - } - - // set quest stage 5 - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 4) setQuestStage(player, Quests.HAUNTED_MINE, 5) - - sendPlayerDialogue(player, "It's kind of dark down here. I should probably find a light source before going further.", FacialExpression.SCARED) - } - return@on true - } - - // stair from mine level 6 to 5 - on(Scenery.STAIRS_4973, IntType.SCENERY, "Walk-up") { player, _ -> - // stair 4973 is reused in two locations, so we have to see which one the player is interacting with - when (player.location.x) { - // left stairs - 2758 -> teleport(player, Location.create(2691, 4437, 0)) - // right stairs - 2811 -> teleport(player, Location.create(2750, 4437, 0)) - } - return@on true - } - - // stair from mine level 6 (darkened) to 5 - on(Scenery.STAIRS_4972, IntType.SCENERY, "Walk-up") { player, _ -> - // stair 4972 is reused in two locations, so we have to see which one the player is interacting with - when (player.location.x) { - // left stairs - 2712 -> teleport(player, Location.create(2691, 4437, 0)) - // right stairs - 2730 -> teleport(player, Location.create(2750, 4437, 0)) - } - return@on true - } - - /* * * * * * * * * * * * * * * * * * * * * * - * - * HAUNTED MINE (QUEST) RELATED LISTENERS - * - * * * * * * * * * * * * * * * * * * * * * */ - - onUseWith(ITEM, Items.SALVE_SHARD_4082, Items.BALL_OF_WOOL_1759) { player, used, with -> - if (removeItem(player, used) && removeItem(player, with)) { - addItem(player, Items.SALVE_AMULET_4081) - sendMessage(player, "You string the salve amulet.") - } - return@onUseWith true - } - - // you should not be able to pickpocket the key after the quest, but that should be taken care of by clearing the KeyMentioned attribute when the quest finishes. - on(NPCs.ZEALOT_1528, IntType.NPC, "pickpocket") { player, _ -> - if (getAttribute(player, HauntedMine.ATTR_KEY_MENTIONED, false) - && !inInventory(player, Items.ZEALOTS_KEY_4078) - ) { - queueScript(player, 0, QueueStrength.SOFT) { counter -> - when (counter) { - 0 -> { - animate(player, Animations.HUMAN_PICKPOCKETING_881) - return@queueScript delayScript(player, Animation(Animations.HUMAN_PICKPOCKETING_881).duration) - } - - 1 -> { - addItemOrDrop(player, Items.ZEALOTS_KEY_4078) - sendMessage(player, "You pick the zealot's pocket and retrieve a small silvery key.") - return@queueScript delayScript(player, 2) - } - - else -> return@queueScript stopExecuting(player) - } - } - } else if (getAttribute(player, HauntedMine.ATTR_KEY_MENTIONED, false) - && inInventory(player, Items.ZEALOTS_KEY_4078) - ) { - sendMessage(player, "I've already picked his pockets.") - } else sendMessage(player, "I doubt he's got much of value on him.") - return@on true - } - - // mine cart you are supposed to put the fungus into (south) and take the fungus out of (north). - on(Scenery.MINE_CART_4974, IntType.SCENERY, "Search") { player, _ -> - // the mine cart is the same scenery in both locations, so we have to see which one the player is interacting with - when (player.location.y) { - // Check around a 1-tile radius of the north cart - in 4536..4538 -> { - // take fungus out if it's in there and you did the cart thing correctly. - if (getAttribute(player, HauntedMine.ATTR_CART_SENT_SUCCESS, false)) { - sendDialogueOptions(player, "There's a glowing fungus I placed in here earlier.", "Take it.", "Leave it.") - addDialogueAction(player) { _, buttonId -> - when (buttonId) { - 2 -> { - if (freeSlots(player) >= 1) { - addItem(player, Items.GLOWING_FUNGUS_4075) - removeAttribute(player, HauntedMine.ATTR_FUNGUS_PLACED) - removeAttribute(player, HauntedMine.ATTR_CART_SENT_SUCCESS) - } else sendMessage(player, "You need at least one free inventory space to take this.") - } - } - } - } else sendMessage(player, "The cart is empty.") - } - // Check around a 1-tile radius of the south cart - in 4505..4507 -> { - // if there is fungus in the cart - if (getAttribute(player, HauntedMine.ATTR_FUNGUS_PLACED, false)) { - // if you successfully sent a cart full of fungus to the other end - if (getAttribute(player, HauntedMine.ATTR_CART_SENT_SUCCESS, false)) { - sendMessage(player, "This cart is empty; perhaps I should check the cart at the other end of the tracks.") - } else sendMessage(player, "There's already a load of fungus in this cart.") - } else sendMessage(player, "The cart is empty.") - } - } - return@on true - } - - onUseWith(SCENERY, Items.GLOWING_FUNGUS_4075, Scenery.MINE_CART_4974) { player, used, _ -> - // the mine cart is the same scenery in both locations, so we have to see which one the player is interacting with - when (player.location.y) { - // Check around a 1-tile radius of the north cart - in 4536..4538 -> sendMessage(player, "I just went to all the effort of getting this over here. I'm not sending it back.") - // Check around a 1-tile radius of the south cart - in 4505..4507 -> { - if (getAttribute(player, HauntedMine.ATTR_FUNGUS_PLACED, false)) { - sendMessage(player, "There's already a load of fungus in this cart.") - } else if (removeItem(player, used)) { - setAttribute(player, HauntedMine.ATTR_FUNGUS_PLACED, true) - sendMessage(player, "You place the glowing fungus in the mine cart.") - } - } - } - return@onUseWith true - } - - // points settings - on(Scenery.POINTS_SETTINGS_4949, IntType.SCENERY, "Check") { player, _ -> - openOverlay(player, HauntedMine.POINTS_SETTINGS_IFACE) - return@on true - } - - // you can't drop the fungus - on(Items.GLOWING_FUNGUS_4075, IntType.ITEM, "Drop") { player, node -> - if (removeItem(player, node)) { - produceGroundItem(player, Items.ASHES_592) - sendMessage(player, "When you drop the fungus it crumbles mysteriously to dust.") - } - return@on true - } - - // This is a general handler for all the levers (IDs and Varbits defined below) - leverConfigs.forEach { cfg -> - on(cfg.from, IntType.SCENERY, "Pull") { player, node -> - replaceScenery(node as core.game.node.scenery.Scenery, cfg.to, 2) - val newValue = if (getVarbit(player, cfg.varbit) == 0) 1 else 0 - setVarbit(player, cfg.varbit, newValue) - sendMessage(player, "You pull the lever. The old points creak into place.") - return@on true - } - } - - // water valve for lift - on(Scenery.WATER_VALVE_4924, IntType.SCENERY, "Turn") { player, _ -> - if (getAttribute(player, HauntedMine.ATTR_VALVE_UNLOCKED, false)) { - if (getVarbit(player, HauntedMine.LIFT_MACHINERY_VARBIT) == 1 - || getQuestStage(player, Quests.HAUNTED_MINE) >= 4 - ) { - sendMessage(player, "The valve is already open.") - } else { - sendMessage(player, "You open the valve. Water begins to flow through the lift mechanism.") - setVarbit(player, HauntedMine.LIFT_MACHINERY_VARBIT, 1) - - // spawn ghost, after a delay it will become visible and follow the player - val ghost = MischievousGhostNPC(NPCs.MISCHIEVOUS_GHOST_1551, location(2802, 4516, 0)) - ghost.init() - setAttribute(ghost, HauntedMine.ATTR_HAUNTED_TARGET, player) - ghost.isInvisible = true - ghost.isWalks = false - - queueScript(ghost, 14, QueueStrength.NORMAL) { - sendChat(ghost, "Ooooo Wooooo Woo") - ghost.isInvisible = false - ghost.isWalks = true - return@queueScript stopExecuting(ghost) - } - } - } else sendMessage(player, "The valve seems to be locked in position. There is a small keyhole in the side.") - return@on true - } - - // unlocking the water valve - onUseWith(SCENERY, Items.ZEALOTS_KEY_4078, Scenery.WATER_VALVE_4924) { player, _, _ -> - sendMessage(player, "The key unlocks the valve.") - setAttribute(player, HauntedMine.ATTR_VALVE_UNLOCKED, true) - return@onUseWith true - } - - // lift from level 4 to 5 - on(intArrayOf(Scenery.LIFT_4937, Scenery.LIFT_4938, Scenery.LIFT_4940), IntType.SCENERY, "Go-down") { player, _ -> - // if lift is active, or if the player has already been down once, descend. - if (getVarbit(player, HauntedMine.LIFT_MACHINERY_VARBIT) == 1 - || getQuestStage(player, Quests.HAUNTED_MINE) >= 4 - ) { - - lock(player, 9) - queueScript(player, 1, QueueStrength.SOFT) { counter -> - when (counter) { - 0 -> { - // activate lift - sendMessage(player, "You get in the lift. Now powered, the lift descends further into the mines...") - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 3) setQuestStage(player, Quests.HAUNTED_MINE, 4) - return@queueScript delayScript(player, 1) - } - - 1 -> { - // get dumped down a level in the water - teleport(player, Location.create(2725, 4456, 0)) - animate(player, HUMAN_WADE_IDLE) - sendMessage( - player, - "...plunging you straight into the middle of a chamber flooded with water." - ) - return@queueScript delayScript(player, animationDuration(Animation(HUMAN_WADE_IDLE))) - } - - 2 -> { - // move out - forceMove( - player, - Location.create(2725, 4456, 0), - Location.create(2725, 4452, 0), - 0, - animationCycles(Animations.HUMAN_WADE_WITH_ROPE_776) * 2, - anim = Animations.HUMAN_WADE_WITH_ROPE_776 - ) - return@queueScript delayScript(player, animationDuration(Animation(Animations.HUMAN_WADE_WITH_ROPE_776)) * 2) - } - - else -> return@queueScript stopExecuting(player) - } - } - - } else sendMessage(player, "The lift is not active.") - return@on true - } - - // lift from level 5 to 4 - on(Scenery.LIFT_4942, IntType.SCENERY, "Go-up") { player, _ -> - - lock(player, 7) - queueScript(player, 0, QueueStrength.SOFT) { counter -> - when (counter) { - 0 -> { - // move - forceMove( - player, - Location.create(2725, 4452, 0), - Location.create(2725, 4456, 0), - 0, - animationCycles(Animations.HUMAN_WADE_WITH_ROPE_776) * 2, - anim = Animations.HUMAN_WADE_WITH_ROPE_776 - ) - return@queueScript delayScript(player, 5) - } - - 1 -> { - teleport(player, Location.create(2807, 4493, 0)) - return@queueScript stopExecuting(player) - } - - else -> return@queueScript stopExecuting(player) - } - } - - return@on true - } - - // taking the key starts the boss fight - on(NPCs.INNOCENT_LOOKING_KEY_1543, IntType.NPC, "Take") { player, _ -> - when { - inInventory(player, Items.CRYSTAL_MINE_KEY_4077) -> { - sendDialogue(player, "I already have a key like that.") - } - - getQuestStage(player, Quests.HAUNTED_MINE) >= 7 -> { - addItemOrDrop(player, Items.CRYSTAL_MINE_KEY_4077, 1) - sendDialogue(player, "You take the key. It doesn't resist anymore.") - } - - isTreusDaythNearby(player) -> { - sendMessage(player, "I should deal with that ghost before trying to take the key again.") - } - - else -> { - TreusDaythCutscene(player).start() - } - } - return@on true - } - - // crystals! - on(intArrayOf(Scenery.CRYSTAL_OUTCROP_4926, Scenery.CRYSTAL_OUTCROP_4927, Scenery.CRYSTAL_OUTCROP_4928), IntType.SCENERY, "Cut") { player, _ -> - if (hasLevelStat(player, Skills.CRAFTING, 35)) { - if (freeSlots(player) >= 1 - && getQuestStage(player, Quests.HAUNTED_MINE) >= 7 - ) { - - // set quest stage 8 - if (getQuestStage(player, Quests.HAUNTED_MINE) <= 7) setQuestStage(player, Quests.HAUNTED_MINE, 8) - - // add crystal - addItem(player, Items.SALVE_SHARD_4082) - - // complete the quest - if (getQuestStage(player, Quests.HAUNTED_MINE) != 100) { - finishQuest(player, Quests.HAUNTED_MINE) - } - - } else sendMessage(player, "You don't have enough inventory space to hold the crystal.") - } else sendMessage(player, "You need at least 35 Crafting to do this.") - return@on true - } - } - - // for the flooded lift - override fun defineDestinationOverrides() { - setDest(IntType.SCENERY, intArrayOf(Scenery.LIFT_4942), "Go-up") { _, _ -> - return@setDest Location.create(2725, 4452, 0) - } - } -} - -/* * * * * * * * * * * * * * * * * * * * * * - * - * COMPANION FUNCTIONS USED ABOVE - * - * * * * * * * * * * * * * * * * * * * * * */ - -// The individual levers, their pulled counterparts, and the varbits for each. -class LeverConfig( - val from: Int, - val to: Int, - val varbit: Int -) - -val leverConfigs = listOf( - LeverConfig(Scenery.LEVER_4951, Scenery.LEVER_4958, HauntedMine.LEVER_A_VARBIT), - LeverConfig(Scenery.LEVER_4950, Scenery.LEVER_4958, HauntedMine.LEVER_B_VARBIT), - LeverConfig(Scenery.LEVER_4952, Scenery.LEVER_4958, HauntedMine.LEVER_C_VARBIT), - LeverConfig(Scenery.LEVER_4953, Scenery.LEVER_4958, HauntedMine.LEVER_D_VARBIT), - LeverConfig(Scenery.LEVER_4954, Scenery.LEVER_4958, HauntedMine.LEVER_E_VARBIT), - LeverConfig(Scenery.LEVER_4955, Scenery.LEVER_4958, HauntedMine.LEVER_I_VARBIT), - LeverConfig(Scenery.LEVER_4956, Scenery.LEVER_4958, HauntedMine.LEVER_J_VARBIT), - LeverConfig(Scenery.LEVER_4957, Scenery.LEVER_4958, HauntedMine.LEVER_K_VARBIT) -) - -// spawns treus dayth and all the minecarts -fun startBossFight(player: Player) { - - // mark player as in fight - setAttribute(player, HauntedMine.ATTR_DAYTH_FIGHT, true) - - // spawn carts - NPC.create(NPCs.MINE_CART_1544, location(2781, 4462, 0)).init() - NPC.create(NPCs.MINE_CART_1544, location(2785, 4456, 0)).init() - NPC.create(NPCs.MINE_CART_1544, location(2791, 4456, 0)).init() - NPC.create(NPCs.MINE_CART_1544, location(2783, 4446, 0)).init() - NPC.create(NPCs.MINE_CART_1544, location(2785, 4447, 0)).init() - NPC.create(NPCs.MINE_CART_1544, location(2791, 4447, 0)).init() - NPC.create(NPCs.MINE_CART_1544, location(2793, 4446, 0)).init() - - // spawn dayth - val dayth = NPC.create(NPCs.TREUS_DAYTH_1540, location(2784, 4457, 0)) - - // mark dayth to target the player - setAttribute(dayth, HauntedMine.ATTR_HAUNTED_TARGET, player.name) - - // start - dayth.init() - dayth.isWalks = true - dayth.attack(player) - registerHintIcon(player, dayth) -} - -// checks if boss is spawned -fun isTreusDaythNearby(player: Player): Boolean { - return getAttribute(player, HauntedMine.ATTR_DAYTH_FIGHT, false) -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/LoadingCraneNPC.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/LoadingCraneNPC.kt deleted file mode 100644 index 186de544d..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/LoadingCraneNPC.kt +++ /dev/null @@ -1,56 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import core.api.* -import core.game.node.entity.npc.NPC -import core.game.node.entity.npc.NPCBehavior -import core.game.world.map.RegionManager.getLocalPlayers -import core.tools.RandomFunction.random -import org.rs09.consts.NPCs - -/** - * Loading Crane NPC used during the Haunted Mine boss fight. - */ - -// covers the behavior of the loading cranes. Usually they do nothing. -// During the Treus Dayth Haunted Mine fight, they attack any player within melee range for 0-10 damage. - -class LoadingCraneNPCBehavior : NPCBehavior(NPCs.LOADING_CRANE_1542) { - - // Using this tracker because I'm triggering crane attacks in the tick section instead of as regular attacks. Cranes hit every 3 ticks. - private companion object { - const val CRANE_COOLDOWN = "crane_cooldown" - const val CRANE_ATTACK_ANIM = 1452 // I cycled through hundreds of animations to find this, I'm sure the players will truly appreciate this touch. - } - - // If the player is in a space around the 3x3 NPC's center location, - // The crane should rotate towards the player, do a chomp animation, and hit up to 10 - override fun tick(self: NPC): Boolean { - - // only attack once every 3 ticks - val cooldown = getAttribute(self, CRANE_COOLDOWN, 0) - if (cooldown > 0) { - setAttribute(self, CRANE_COOLDOWN, cooldown - 1) - return true - } - - // check if boss is in area - val boss = findLocalNPC(self, NPCs.TREUS_DAYTH_1540) - if (boss != null) { - // damage any players that get close - for (p in getLocalPlayers(self.location)) { - if (p.location.withinMaxnormDistance(self.centerLocation, 2) - && getAttribute(p, HauntedMine.ATTR_DAYTH_FIGHT, false) - ) { - face(self, p, 3) - animate(self, CRANE_ATTACK_ANIM) - impact(p, random(0, 10)) - - // start cooldown - setAttribute(self, CRANE_COOLDOWN, 3) - break - } - } - } - return true - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/MinecartNPC.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/MinecartNPC.kt deleted file mode 100644 index 009393ea4..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/MinecartNPC.kt +++ /dev/null @@ -1,224 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import core.api.* -import core.game.node.entity.npc.NPC -import core.game.node.entity.npc.NPCBehavior -import core.game.world.map.Location -import core.game.world.map.RegionManager.getLocalPlayers -import core.tools.RandomFunction.random -import org.rs09.consts.NPCs - -/** - * Minecart NPCs used during Haunted Mine quest. - */ - -// covers the behavior of the animated minecarts. They move back and forth along set paths -// if the player runs into one they push the player back with them while causing continuous damage. - -class MinecartNPCBehavior : NPCBehavior( - NPCs.MINE_CART_1544, - NPCs.MINE_CART_1545, - NPCs.MINE_CART_1546, - NPCs.MINE_CART_1547, - NPCs.MINE_CART_1548 -) { - - var clearTime = 0 - - // track location from the previous tick to use later to make a vector - private data class CartState(val previousLocation: Location, val lastDx: Int, val lastDy: Int) - - private val cartStates = HashMap() - private val playerPreviousLocations = HashMap() - - // this function records if a player has just passed through a minecart. - // if the player is running, they move two tiles per tick and can skip through the cart sometimes. - private fun playerPassedThrough(from: Location, to: Location, cart: Location): Boolean { - if (from.y == cart.y && to.y == cart.y) { - val minX = minOf(from.x, to.x) - val maxX = maxOf(from.x, to.x) - if (cart.x in minX..maxX) return true - } - if (from.x == cart.x && to.x == cart.x) { - val minY = minOf(from.y, to.y) - val maxY = maxOf(from.y, to.y) - if (cart.y in minY..maxY) return true - } - return false - } - - override fun onCreation(self: NPC) { - - self.isWalks = true - self.isPathBoundMovement = true - cartStates[self.index] = CartState(self.location, 0, 0) - - // 1544 are the carts in the boss fight - if (self.id == NPCs.MINE_CART_1544) { - if (self.properties.spawnLocation == location(2781, 4462, 0)) { - val movementPath = arrayOf( - Location.create(2781, 4462, 0), - Location.create(2795, 4462, 0) - ) - self.configureMovementPath(*movementPath) - } - if (self.properties.spawnLocation == location(2785, 4456, 0)) { - val movementPath = arrayOf( - Location.create(2785, 4456, 0), - Location.create(2782, 4456, 0) - ) - self.configureMovementPath(*movementPath) - } - if (self.properties.spawnLocation == location(2791, 4456, 0)) { - val movementPath = arrayOf( - Location.create(2791, 4456, 0), - Location.create(2794, 4456, 0) - ) - self.configureMovementPath(*movementPath) - } - if (self.properties.spawnLocation == location(2783, 4446, 0)) { - val movementPath = arrayOf( - Location.create(2783, 4446, 0), - Location.create(2783, 4453, 0) - ) - self.configureMovementPath(*movementPath) - } - if (self.properties.spawnLocation == location(2785, 4447, 0)) { - val movementPath = arrayOf( - Location.create(2785, 4447, 0), - Location.create(2785, 4453, 0) - ) - self.configureMovementPath(*movementPath) - } - if (self.properties.spawnLocation == location(2791, 4447, 0)) { - val movementPath = arrayOf( - Location.create(2791, 4447, 0), - Location.create(2791, 4454, 0) - ) - self.configureMovementPath(*movementPath) - } - if (self.properties.spawnLocation == location(2793, 4446, 0)) { - val movementPath = arrayOf( - Location.create(2793, 4446, 0), - Location.create(2793, 4454, 0) - ) - self.configureMovementPath(*movementPath) - } - - } - if (self.id == NPCs.MINE_CART_1545 - && self.properties.spawnLocation == location(2727, 4509, 0) - ) { - val movementPath = arrayOf( - Location.create(2727, 4514, 0), - Location.create(2727, 4491, 0) - ) - self.configureMovementPath(*movementPath) - } - - if (self.id == NPCs.MINE_CART_1546 - && self.properties.spawnLocation == location(2697, 4498, 0) - ) { - val movementPath = arrayOf( - Location.create(2696, 4498, 0), - Location.create(2711, 4498, 0) - ) - self.configureMovementPath(*movementPath) - } - - if (self.id == NPCs.MINE_CART_1547 - && self.properties.spawnLocation == location(2715, 4517, 0) - ) { - val movementPath = arrayOf( - Location.create(2696, 4498, 0), - Location.create(2711, 4498, 0) - ) - self.configureMovementPath(*movementPath) - } - - if (self.id == NPCs.MINE_CART_1548 - && self.properties.spawnLocation == location(2739, 4528, 0) - ) { - val movementPath = arrayOf( - Location.create(2739, 4531, 0), - Location.create(2739, 4528, 0) - ) - self.configureMovementPath(*movementPath) - } - } - - // logic to check for, push, and damage players. - override fun tick(self: NPC): Boolean { - - val state = cartStates[self.index] ?: CartState(self.location, 0, 0) - - val dx = self.location.x - state.previousLocation.x - val dy = self.location.y - state.previousLocation.y - val isMoving = dx != 0 || dy != 0 - - // activeDx/y remembers the vector state if the cart is not actively moving - val activeDx = if (isMoving) dx else state.lastDx - val activeDy = if (isMoving) dy else state.lastDy - - cartStates[self.index] = CartState( - previousLocation = self.location, - lastDx = activeDx, - lastDy = activeDy - ) - - // Boss fight carts hit the player harder - val damageRange = if (self.id == NPCs.MINE_CART_1544) random(0, 7) else random(0, 2) - - // track if any nearby player is in the boss fight - var anyPlayerFighting = false - - // check all local players - for (p in getLocalPlayers(self.location, 32)) { - val playerPrev = playerPreviousLocations[p.index] - - val collidesWithCart = p.location == self.location || - (playerPrev != null && playerPassedThrough(playerPrev, p.location, self.location)) - - if (collidesWithCart) { - val pushDestination = when { - // push along cart's path - activeDx != 0 || activeDy != 0 -> self.location.transform(activeDx, activeDy, 0) - // if cart has no path, push player back where they came from - playerPrev != null -> playerPrev - else -> null - } - - if (pushDestination != null) { - // only hurt if the cart is actually moving. otherwise just push player back - if (isMoving) { - impact(p, damageRange) - animate(p, 1441) - } - lock(p, 2) - teleport(p, pushDestination) - p.currentMovement.stop() - } - } - - // record player location - playerPreviousLocations[p.index] = p.location - - // record if someone is fighting - if (isTreusDaythNearby(p)) { - anyPlayerFighting = true - } - } - - // if nobody is fighting, clear the boss fight carts - if (self.id == NPCs.MINE_CART_1544 && !anyPlayerFighting) { - self.clear() - } - - // this clears the boss fight carts after 10 minutes - //if (self.id == NPCs.MINE_CART_1544) { - // if (clearTime++ > 1000) poofClear(self) - //} - - return true - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/MischievousGhostNPC.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/MischievousGhostNPC.kt deleted file mode 100644 index d0104a11a..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/MischievousGhostNPC.kt +++ /dev/null @@ -1,133 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import content.data.Quests -import core.api.* -import core.game.interaction.MovementPulse -import core.game.node.entity.impl.PulseType -import core.game.node.entity.npc.AbstractNPC -import core.game.node.entity.npc.NPC -import core.game.node.entity.npc.NPCBehavior -import core.game.node.entity.player.Player -import core.game.world.map.Location -import core.game.world.map.path.ClipMaskSupplier -import core.game.world.map.path.Pathfinder -import org.rs09.consts.NPCs - -/** - * Mischievous NPC used during the Haunted Mine quest. - */ - -class MischievousGhostNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) { - - private var following: Player? = null - private var isPathingToValve = false - private val valveTriggerDist = 7 - private val valveLoc = Location.create(2807, 4496, 0) - - override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC { - return MischievousGhostNPC(id, location) - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.MISCHIEVOUS_GHOST_1551) - } - - // the following logic was adapted from the DraynorManorChairNPC - fun follow(player: Player) { - pulseManager.run((object : MovementPulse(this, player, Pathfinder.DUMB) { - override fun pulse(): Boolean { - face(player) - return false - } - }), PulseType.STANDARD) - } - - fun stopFollowing() { - following = null - resetWalk() - pulseManager.clear(PulseType.STANDARD) - } - - fun findDistanceToPlayer(player: Player): Double { - return this.location.getDistance(player.location) - } - - // walk to the valve - fun walkToValve() { - pulseManager.run((object : MovementPulse(this, valveLoc, Pathfinder.SMART) { - override fun pulse(): Boolean { - return false - } - }), PulseType.STANDARD) - } - - override fun handleTickActions() { - super.handleTickActions() - - if (!this.isWalks) return - - // get target player - val targetPlayer = getAttribute(HauntedMine.ATTR_HAUNTED_TARGET) as? Player ?: return - - // check if player is close to valve - if (targetPlayer.location.getDistance(valveLoc) <= valveTriggerDist) { - // stop following player and move to shut off valve - if (!isPathingToValve) { - stopFollowing() - isPathingToValve = true - } - - // keep walking towards the valve if the pulse drops - if (!pulseManager.hasPulseRunning()) { - walkToValve() - } - - return - } - - // follow target player - if (following != targetPlayer) { - stopFollowing() - following = targetPlayer - follow(targetPlayer) - face(targetPlayer) - } else { - // re-check conditions. if player goes down the lift, quest stage advances and ghost is cleared. - if (findDistanceToPlayer(targetPlayer) > 27 - || !targetPlayer.isActive - || targetPlayer.isInvisible - || getQuestStage(targetPlayer, Quests.HAUNTED_MINE) > 3 - ) { - this.clear() - } else { - if (!pulseManager.hasPulseRunning()) { - follow(targetPlayer) - } - face(targetPlayer) - } - } - } -} - -class MischievousGhostNPCBehavior : NPCBehavior(NPCs.MISCHIEVOUS_GHOST_1551) { - - // logic to check if ghost is at end of path. If it is, turn off valve that powers the lift. - override fun tick(self: NPC): Boolean { - val targetPlayer = getAttribute(self, HauntedMine.ATTR_HAUNTED_TARGET, null) - if (targetPlayer != null) { - if (self.location == location(2807, 4496, 0)) { - if (getQuestStage(targetPlayer, Quests.HAUNTED_MINE) <= 3) { - sendMessage(targetPlayer, "You hear the sound of a valve being turned.") - setVarbit(targetPlayer, HauntedMine.LIFT_MACHINERY_VARBIT, 0) - } - self.clear() - } - } - return true - } - - // this lets him walk through walls like a ghost. - override fun getClippingSupplier(self: NPC): ClipMaskSupplier { - return GhostClipper - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/PointsSettingsCutscene.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/PointsSettingsCutscene.kt deleted file mode 100644 index 91e67383e..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/PointsSettingsCutscene.kt +++ /dev/null @@ -1,68 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import core.api.* -import core.game.activity.Cutscene -import core.game.dialogue.FacialExpression -import core.game.node.entity.player.Player -import core.game.world.map.Location - -/** - * Haunted Mine cutscene for the levers and minecarts. - */ - -// Minecart cutscene: https://youtu.be/PMn0LRo4MCo?si=pi6gGDFnlgW_TPX7&t=498 - -// The authentic version of this cutscene has minecarts moving and shows interface updates. -// Our cutscene utils struggle as the moving minecarts can't path over the non-walkable tiles. -// I also can't get the interface working well. -// For now, I just show the camera angles. - -class PointsSettingsCutscene(player: Player) : Cutscene(player) { - - override fun setup() { - setExit(Location(2769, 4521)) - loadRegion(11078) - closeOverlay() - - setAttribute(player, HauntedMine.ATTR_KEEP_FUNGUS, true) - } - - override fun runStage(stage: Int) { - when (stage) { - 0 -> { - teleport(player, 17, 41) - // put camera at start spot - moveCamera(26, 30, 300, 1000) - rotateCamera(26, 29, 300, 1000) - timedUpdate(3) - } - - 1 -> { - // push camera back a little and move the cart (if cart movement worked well) - moveCamera(26, 34, 300, 5) - timedUpdate(5) - } - - 2 -> { - // cut the camera to the end of the path as cart arrives (cart does not arrive cause i can't move it on these tiles. - moveCamera(28, 56, 300, 1000) - rotateCamera(26, 55, 300, 1000) - timedUpdate(3) - } - - 3 -> { - // pan towards the end cart (replacing the authentic version where the cart is shown moving towards the end) - moveCamera(28, 53, 300, 5) - timedUpdate(5) - } - - 4 -> { - // end cutscene and play player dialogue - endWithoutFade { - sendPlayerDialogue(player, "I wonder if that cart is anywhere useful now?", FacialExpression.THINKING) - removeAttribute(player, HauntedMine.ATTR_KEEP_FUNGUS) - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/PointsSettingsInterface.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/PointsSettingsInterface.kt deleted file mode 100644 index 1b475c78f..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/PointsSettingsInterface.kt +++ /dev/null @@ -1,94 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import core.api.* -import core.game.dialogue.FacialExpression -import core.game.interaction.InterfaceListener -import core.game.node.entity.player.Player - -/** - * Haunted Mine interface for the levers and minecarts. - */ - -class PointsSettingsInterface : InterfaceListener { - - // ::tele 2769 4521 to check the points settings - override fun defineInterfaceListeners() { - on(HauntedMine.POINTS_SETTINGS_IFACE) { player, _, _, buttonID, _, _ -> - when (buttonID) { - // button 147 is START. - // Only allow cart to be sent if there is a fungus in it. - 147 -> checkCartRoute(player) - } - return@on true - } - } - - private fun checkCartRoute(player: Player) { - // check if the player has already sent a fungus to the end - if (getAttribute(player, HauntedMine.ATTR_CART_SENT_SUCCESS, false)) { - sendPlayerDialogue(player, "I wonder if that cart is anywhere useful now?", FacialExpression.THINKING) - } else { - /* - * Starting at default points settings, the correct points settings are: - * A - 1 - * B - 1 - * C - 0 - * D - 0 - * E - 1 - * F NON-OPERABLE - * G NON-OPERABLE - * H NON-OPERABLE - * I - 1 - * J - 0 - * K - either - */ - if ( - getVarbit(player, HauntedMine.LEVER_A_VARBIT) == 1 - && getVarbit(player, HauntedMine.LEVER_B_VARBIT) == 1 - && getVarbit(player, HauntedMine.LEVER_C_VARBIT) == 0 - && getVarbit(player, HauntedMine.LEVER_D_VARBIT) == 0 - && getVarbit(player, HauntedMine.LEVER_E_VARBIT) == 1 - && getVarbit(player, HauntedMine.LEVER_I_VARBIT) == 1 - && getVarbit(player, HauntedMine.LEVER_J_VARBIT) == 0 - ) { - PointsSettingsCutscene(player).start() - // if there was a fungus in this cart, record that the cart was sent successfully - if (getAttribute(player, HauntedMine.ATTR_FUNGUS_PLACED, false)) { - setAttribute(player, HauntedMine.ATTR_CART_SENT_SUCCESS, true) - } - - /* - * The cart can come back to the station if: - * A - 0 - * B - 1 - * C - either - * D - 0 - * E - 1 - * F NON-OPERABLE - * G NON-OPERABLE - * H NON-OPERABLE - * I - either - * J - either - * K - either - */ - } else if ( - getVarbit(player, HauntedMine.LEVER_A_VARBIT) == 0 - && getVarbit(player, HauntedMine.LEVER_B_VARBIT) == 1 - && getVarbit(player, HauntedMine.LEVER_D_VARBIT) == 0 - && getVarbit(player, HauntedMine.LEVER_E_VARBIT) == 1 - ) { - // the fungus does not get cleared - sendMessage(player, "How useful, it's come right back to where it started.") - - /* - * Else the cart crashes into the water. - */ - } else { - // clear the fungus out of the cart - removeAttribute(player, HauntedMine.ATTR_FUNGUS_PLACED) - sendMessage(player, "Oh dear, the mine cart seems to have sunk.") - } - } - } - -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/PossessedPickaxeNPC.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/PossessedPickaxeNPC.kt deleted file mode 100644 index e3e31553e..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/PossessedPickaxeNPC.kt +++ /dev/null @@ -1,14 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import core.game.node.entity.Entity -import core.game.node.entity.npc.NPC -import core.game.node.entity.npc.NPCBehavior -import org.rs09.consts.NPCs - -// transforms the possessed pickaxe back into an iron pickaxe after you kill it -class PossessedPickaxeNPC : NPCBehavior(NPCs.POSSESSED_PICKAXE_1536, NPCs.IRON_PICKAXE_1015) { - override fun onDeathFinished(self: NPC, killer: Entity) { - self.transform(NPCs.IRON_PICKAXE_1015) - super.onDeathFinished(self, killer) - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/SkeletalMinerNPC.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/SkeletalMinerNPC.kt deleted file mode 100644 index 58652ff5b..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/SkeletalMinerNPC.kt +++ /dev/null @@ -1,27 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import core.game.node.entity.Entity -import core.game.node.entity.npc.NPC -import core.game.node.entity.npc.NPCBehavior -import core.game.world.map.RegionManager.getLocalPlayers -import core.tools.RandomFunction -import org.rs09.consts.NPCs - -class SkeletalMinerNPC : NPCBehavior(NPCs.CORPSE_1538) { - - override fun tick(self: NPC): Boolean { - // chance to transform and attack a player who gets close - for (p in getLocalPlayers(self.location)) { - if (p.location.withinDistance(self.location, 2) && !p.inCombat() && RandomFunction.roll(10)) { - self.transform(NPCs.SKELETAL_MINER_1539) // I use self.transform because transformNPC can't be permanent. - self.attack(p) - } - } - return super.tick(self) - } - - override fun onDeathFinished(self: NPC, killer: Entity) { - self.transform(NPCs.CORPSE_1538) - super.onDeathFinished(self, killer) - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/TreusDaythCutscene.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/TreusDaythCutscene.kt deleted file mode 100644 index 4ee9454b8..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/TreusDaythCutscene.kt +++ /dev/null @@ -1,89 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import core.api.* -import core.game.activity.Cutscene -import core.game.dialogue.FacialExpression -import core.game.node.entity.player.Player -import core.game.world.map.Direction -import org.rs09.consts.NPCs -import core.game.world.map.Location -import core.tools.colorize - -/** - * Haunted Mine cutscene for the start of the Treus Dayth boss fight. - */ - -// Dayth cutscene: https://youtu.be/PMn0LRo4MCo?si=pi6gGDFnlgW_TPX7&t=498 -// The key is supposed to authentically move back a bit and twirl. -// I had trouble getting move() to do that, so it just jiggles on the crate. I think this is fine. - -class TreusDaythCutscene(player: Player) : Cutscene(player) { - - override fun setup() { - setExit(Location(2788, 4454)) - loadRegion(11077) - addNPC(NPCs.INNOCENT_LOOKING_KEY_1543, 36, 39, Direction.NORTH) - setAttribute(player, HauntedMine.ATTR_KEEP_FUNGUS, true) - } - - override fun runStage(stage: Int) { - when (stage) { - 0 -> { - teleport(player, 36, 38) - face(player, getNPC(NPCs.INNOCENT_LOOKING_KEY_1543)!!) - // put camera at start spot - moveCamera(40, 41, 300, 100) - rotateCamera(36, 39, 300, 100) - timedUpdate(1) - } - - 1 -> { - animate(player, 832) - animate(getNPC(NPCs.INNOCENT_LOOKING_KEY_1543)!!, 1451) // Key's linked anims are 1450 and 1451. - timedUpdate(3) - } - - 2 -> { - resetCamera() - playerDialogueUpdate(FacialExpression.SUSPICIOUS, "What the... ?") - } - - 3 -> { - dialogueLinesUpdate( - "You hear a disembodied voice laughing at you.... ", - colorize("%RPoor puny mortal. I'm going to have fun with you.") - ) - } - - 4 -> { - // these camera moves are so awful to debug. - moveCamera(36, 38, 300, 1000) - rotateCamera(36, 38, 300, 1000) - timedUpdate(1) - } - - 5 -> { - addNPC(NPCs.TREUS_DAYTH_1540, 36, 42, Direction.SOUTH) - val treus = getNPC(NPCs.TREUS_DAYTH_1540)!! - setAttribute(treus, HauntedMine.ATTR_HAUNTED_TARGET, player.name) - lock(treus, 10) // lock this little shit because otherwise he tries to move. - animate(getNPC(NPCs.TREUS_DAYTH_1540)!!, 1437) - timedUpdate(4) - } - - 6 -> { - animate(getNPC(NPCs.TREUS_DAYTH_1540)!!, 5545) - lock(getNPC(NPCs.TREUS_DAYTH_1540)!!, 10) - timedUpdate(5) - } - - 7 -> { - endWithoutFade { - clearNPCs() - startBossFight(player) - removeAttribute(player, HauntedMine.ATTR_KEEP_FUNGUS) - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/TreusDaythNPC.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/TreusDaythNPC.kt deleted file mode 100644 index 124dfb875..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/TreusDaythNPC.kt +++ /dev/null @@ -1,235 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import content.data.Quests -import core.api.* -import core.game.node.entity.Entity -import core.game.node.entity.combat.* -import core.game.node.entity.combat.equipment.SwitchAttack -import core.game.node.entity.impl.Animator.Priority -import core.game.node.entity.impl.Projectile -import core.game.node.entity.npc.NPC -import core.game.node.entity.npc.NPCBehavior -import core.game.node.entity.player.Player -import core.game.world.map.Location -import core.game.world.map.path.ClipMaskSupplier -import core.game.world.repository.Repository.getPlayerByName -import core.game.world.update.flag.context.Animation -import core.game.world.update.flag.context.Graphics -import core.tools.RandomFunction -import org.rs09.consts.NPCs - -/** - * Treus Dayth, the boss of the Haunted Mine quest. - */ - -// dayth minimizes himself and zooms around through walls -// dayth attacks with melee, or throws pickaxes at you (ranged) when out of melee distance. -// the pickaxes actually look like they spawn near-ish the player and not as a projectile from attacker to target. - -// https://youtu.be/CD77NeKz1J4?si=LGsfJJpAV0oAk3se&t=498 reference - -class TreusDaythNPCBehavior : NPCBehavior(NPCs.TREUS_DAYTH_1540) { - - private val DAYTH_MELEE = 5540 - private val DAYTH_RANGE = 5545 - private val DAYTH_PROJ = 309 - private val DAYTH_PROJ_GFX = 308 - private val attrFlee = "fleeing" - - override fun tick(self: NPC): Boolean { - - // get target (attribute set when dayth spawns) - val targetName = getAttribute(self, HauntedMine.ATTR_HAUNTED_TARGET, null) - val target = getPlayerByName(targetName) - - // poofclear if target runs too far or leaves - if (target == null - || !target.isActive - || !self.location.withinDistance(target.location, 32) - ) { - self.walkingQueue.reset() - self.properties.combatPulse.stop() - poofClear(self) - if (target != null) removeAttribute(target, HauntedMine.ATTR_DAYTH_FIGHT) - } - - // keep attacking target - if (!getAttribute(self, attrFlee, false)) { - self.attack(target) - } - - return super.tick(self) - } - - override fun afterDamageReceived(self: NPC, attacker: Entity, state: BattleState) { - // after player hits, roll a 1/3 chance to see if you flee (it not already fleeing) - if (!getAttribute(self, attrFlee, false) && RandomFunction.roll(3)) { - runAwayGhost(self) - } - super.afterDamageReceived(self, attacker, state) - } - - override fun canBeAttackedBy(self: NPC, attacker: Entity, style: CombatStyle, shouldSendMessage: Boolean): Boolean { - if (attacker is Player) { - - // get target - val targetName = getAttribute(self, HauntedMine.ATTR_HAUNTED_TARGET, null) - val target = getPlayerByName(targetName) - - if (attacker == target) { - return true - } - sendMessage(attacker, "It's not after you...") - } - return false - } - - // clear the minecarts when he dies. They otherwise have a 1000-tick clear like Dayth. - override fun onDeathStarted(self: NPC, killer: Entity) { - val carts = findLocalNPCs(killer, intArrayOf(NPCs.MINE_CART_1544), 32) - carts.forEach { cart -> - cart.clear() - } - super.onDeathStarted(self, killer) - } - - // advance the quest - override fun onDeathFinished(self: NPC, killer: Entity) { - if (killer is Player) { - if (getQuestStage(killer, Quests.HAUNTED_MINE) <= 6) { - setQuestStage(killer, Quests.HAUNTED_MINE, 7) - sendDialogue(killer, "As you make the killing strike, the machinery within the room falls silent.") - removeAttribute(killer, HauntedMine.ATTR_DAYTH_FIGHT) - } - } - self.clear() - super.onDeathFinished(self, killer) - } - - // preset locations dayth can move between. - private val fleeLocations = arrayOf( - Location.create(2782, 4461, 0), - Location.create(2787, 4462, 0), - Location.create(2795, 4461, 0), - Location.create(2793, 4457, 0), - Location.create(2790, 4454, 0), - Location.create(2791, 4450, 0), - Location.create(2793, 4452, 0), - Location.create(2793, 4447, 0), - Location.create(2790, 4444, 0), - Location.create(2787, 4445, 0), - Location.create(2786, 4447, 0), - Location.create(2784, 4447, 0), - Location.create(2783, 4449, 0), - Location.create(2783, 4453, 0), - Location.create(2785, 4452, 0), - Location.create(2787, 4449, 0), - Location.create(2787, 4454, 0), - Location.create(2785, 4456, 0), - Location.create(2780, 4455, 0), - Location.create(2796, 4459, 0), - Location.create(2782, 4457, 0) - ) - - // pick a random flee tile that is not the current one - private fun runAwayGhost(self: NPC) { - val target = fleeLocations - .filter { it != self.location } - .random() - - // teleport away instead of "running" - teleport(self, target) - - // todo: authentically, Dayth should run away and not teleport. Either forceMove needs to support NPCs, or NPCs need to support running. - // this movement works, but forcewalk moves too slowly - /*queueScript(self, 0, QueueStrength.STRONG) { count -> - // move - if (count == 0) { - setAttribute(self, attrFlee, true) - self.properties.combatPulse.stop() - //self.walkingQueue.isRunning = true - forceWalk(self, target, "smart") - return@queueScript delayScript(self, 1) - } - // keep waiting until move is complete - if (!finishedMoving(self)) { - return@queueScript delayScript(self, 1) - } - // set no longer fleeing - setAttribute(self, attrFlee, false) - return@queueScript stopExecuting(self) - }*/ - } - - // switches between melee or spawning magic picks to hit the player with. - // copying Ovenbread's comment I saw from another file because I have it framed at home: - // "All these combat shit is the most trash level thing to use or decipher." - Ovenbread, 2025 - private val combatHandler = object : MultiSwingHandler( - true, - SwitchAttack( - CombatStyle.MELEE.swingHandler, - Animation(DAYTH_MELEE, Priority.HIGH) - ), - SwitchAttack( - CombatStyle.RANGE.swingHandler, - Animation(DAYTH_RANGE, Priority.HIGH), - null, - null, - Projectile.create( - null as Entity?, - null, - DAYTH_PROJ, - 15, - 15, - 10, - 50, - 14, - 255 - ) - ) - ) { - // make dayth attack from anywhere and fire through walls - override fun canSwing(entity: Entity, victim: Entity): InteractionType { - // if fleeing, no attack - if (getAttribute(entity, attrFlee, false)) { - return InteractionType.NO_INTERACT - } - - // keep attacking, even through walls or at a distance - return InteractionType.STILL_INTERACT - } - - // override the projectile so it starts offset from the player - // these are magically summoned pickaxes to hit the player - override fun visualize(entity: Entity, victim: Entity?, state: BattleState?) { - if (current.startGraphic != null) { - visualize(entity, current.animation, current.startGraphic) - } else { - animate(entity, current.animation) - } - if (victim == null) return - - val offsets = listOf(-2, -1, 1, 2) - val origin = victim.location.transform(offsets.random(), offsets.random(), 0) - val speed = (46 + origin.getDistance(victim.location) * 5).toInt() - - val proj = Projectile.create(null as Entity?, victim, DAYTH_PROJ, 15, 15, 10, speed, 14, 0) - sendGraphics(Graphics(DAYTH_PROJ_GFX, 100), origin) - proj.sourceLocation = origin - proj.send() - } - } - - override fun getSwingHandlerOverride(self: NPC, original: CombatSwingHandler): CombatSwingHandler { - return combatHandler - } - - // this lets him walk through walls like a ghost. - override fun getClippingSupplier(self: NPC): ClipMaskSupplier { - return if (getAttribute(self, attrFlee, false)) { - GhostClipper - } else { - StandardClipMaskSupplier - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/hauntedmine/ZealotDialogue.kt b/Server/src/main/content/region/morytania/quest/hauntedmine/ZealotDialogue.kt deleted file mode 100644 index 33bcc28ae..000000000 --- a/Server/src/main/content/region/morytania/quest/hauntedmine/ZealotDialogue.kt +++ /dev/null @@ -1,399 +0,0 @@ -package content.region.morytania.quest.hauntedmine - -import content.data.Quests -import core.api.* -import core.game.dialogue.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.npc.NPC -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -/** - * Zealot's dialogue, the quest-giver of Haunted Mine. - */ - -class ZealotDialogue : InteractionListener { - override fun defineListeners() { - on(intArrayOf(NPCs.ZEALOT_1528), IntType.NPC, "talk-to") { player, node -> - DialogueLabeller.open(player, ZealotDialogueFile(), node as NPC) - return@on true - } - } -} - - -// If you ask "Where is the plugin for space to skip dialogue?" I will send you a sternly-worded -// message on why you should appreciate this bespoke, small-batch, hand-crafted dialogue. >:( -class ZealotDialogueFile : DialogueLabeller() { - - override fun addConversation() { - exec { player, _ -> - val questStage = getQuestStage(player, Quests.HAUNTED_MINE) - when { - questStage >= 100 -> loadLabel(player, "post_quest") - questStage > 0 -> loadLabel(player, "during_quest") - else -> loadLabel(player, "pre_quest") - } - } - - /** * * * * * * * * * * * - * BEFORE THE QUEST - ** * * * * * * * * * * */ - - label("pre_quest") - player("Hello there.") - npc("State thy allegiance stranger.") - options( - DialogueOption("sara_path", "I follow the path of Saradomin.", skipPlayer = true), - DialogueOption("zammy_path", "I serve only Zamorak.", skipPlayer = true), - DialogueOption("guthix_path", "My beliefs are in accord with the teachings of Guthix.", skipPlayer = true), - DialogueOption("no_path", "I have no particular allegiance.") - ) - - label("sara_path") - player("I follow the path of Saradomin. Strength through wisdom.") - npc("Ah, a wise choice my friend. But if you truly follow Saradomin, what brings you to these evil lands?") - options( - DialogueOption("sara_quests", "I come seeking challenges and quests."), - DialogueOption("sara_lied", "Ok I lied.", skipPlayer = true), - DialogueOption("sara_ask", "I could ask the same of you.") - ) - - label("sara_lied") - player("Ok I lied, I don't support Saradomin. I'm only here for dastardly evil purposes.") - npc("Then leave me, I have no time to listen to your poisonous tongue.") - goto("end") - - label("sara_quests") - npc("A noble cause indeed. One that I can sympathise with, for I myself am upon a quest. One that will allow Saradomin to be glorified even in these dark lands.") - goto("hub_quest_info") - - label("sara_ask") - npc("Saradomin has granted you wisdom. The evil creatures of this land are cunning and you are right to question anyone's purposes here.") - npc("I am upon a quest. One that will allow Saradomin to be glorified even in these dark lands.") - goto("hub_quest_info") - - label("zammy_path") - player("I serve only Zamorak. Strength through chaos.") - npc("Then begone. Normally I would strike you down in an instant, but for now I have no time. I am on a quest of the utmost importance.") - options( - DialogueOption("zammy_quest", "What is this quest of which you speak?"), - DialogueOption("zammy_bye", "Fine, I didn't want to talk to you either.") - ) - - label("zammy_bye") - npc("Fear not fiend, even though I may leave you be, you shall not escape justice at the hands of the righteous.") - goto("end") - - label("zammy_quest") - npc("It is no concern of yours, but rest assured it will help in crushing you and those others who serve your vile master.") - player("I doubt that.") - npc("I would expect nothing less of you, misguided as you already are.") - goto("end") - - label("guthix_path") - player("My beliefs are in accord with the teachings of Guthix. Balance is power.") - npc("A wishy washy set of beliefs. You should follow Saradomin and find a real purpose in your life.") - options( - DialogueOption("guthix_purpose", "And what sort of purpose would that be?"), - DialogueOption("guthix_choices", "I can make my own choices.", skipPlayer = true) - ) - - label("guthix_choices") - player("I can make my own choices, who are you to dispute them?") - npc("I look only to help those who are misguided.") - goto("end") - - label("guthix_purpose") - npc("To further the glory of Saradomin of course. Take myself, I am upon a quest that will allow Saradomin to be glorified even in these dark lands.") - goto("hub_quest_info") - - label("no_path") - npc("Then your life is without reason or direction. I would talk to you further on this matter, but for now my attentions must be elsewhere.") - options( - DialogueOption("no_bye", "Then I shall leave you to your business."), - DialogueOption("no_what", "Why, what are you doing?") - ) - - label("no_bye") - npc("I shall pray that Saradomin grants you the wisdom to see through your folly.") - goto("end") - - label("no_what") - npc("I am upon a quest. One that will allow Saradomin to be glorified even in these dark lands.") - goto("hub_quest_info") - - label("hub_quest_info") - options( - DialogueOption("explain_history", "What quest is that then?"), - DialogueOption("bye_good_luck", "I hope it goes well. Goodbye.") - ) - - label("bye_good_luck") - goto("end") - - label("explain_history") - npc("Well, below the very ground you stand upon lies an intricate network of tunnels that make up the abandoned Mort Ridge mines. These mines used to be a valuable resource to the inhabitants of Morytania.") - npc("As with many things, this changed when Misthalin was finally able to push the minions of Morytania back, and Saradomin himself blessed the river Salve.") - npc("The mines are also the site where the legendary artefact, the salve amulet, was thought to have been carved from the crystals that grow in the lower levels of the mine.") - npc("These crystals are thought to be formed by the blessed water of the river Salve as it percolates through the rocks to the lower levels of the mine.") - npc("It is not known what happened to the salve amulet, but", "it is generally believed that by encapsulating within it", "some of the goodness of Saradomin himself, it afforded", "the bearer power over evil.") - npc("Saradomin has entrusted me alone with the task of regaining access to the mines, whatever the dangers.") - player("How can an abandoned mine be dangerous?") - npc("Because the mines are said to be haunted. The crystals and the ridge used to be protected by Zamorak's mage, Treus Dayth.") - npc("Dayth failed and fell during and incursion by Saradominists, who then made it into the mines and were able to remove a shard of crystal.") - npc("Zamorak, furious at his mage, condemned Dayth's soul indefinitely to an existence of turmoil in the mines. Dayth's soul is bound to prevent the crystals from ever being reached again.") - npc("Further, Zamorak's then ruler upon the land ordered the slaughter of anyone within the mines and that the mines be sealed.") - exec { player, _ -> - // quest start - if (getQuestStage(player, Quests.HAUNTED_MINE) == 0) { - setQuestStage(player, Quests.HAUNTED_MINE, 1) - } - } - goto("hub_post_history") - - label("hub_post_history") - options( - DialogueOption("other_way", "Is there any other way into the mines?"), - DialogueOption("artefact_help", "How does a lost artefact that was only legendary help?"), - DialogueOption("why_slaughtered", "Why was everyone in the mines slaughtered?", skipPlayer = true), - DialogueOption("must_be_going", "I must be going now.", skipPlayer = true) - ) - - label("hub_post_key") - options( - DialogueOption("where_entrance", "Where is the second entrance to the mines?"), - DialogueOption("discreet_star", "How can you be discreet with THAT star emblazoned on your robes?"), - DialogueOption( - "borrow_key", "Can I borrow your key?", skipPlayer = true, - optionIf = { player, _ -> - getAttribute(player, HauntedMine.ATTR_KEY_MENTIONED, false) - }), - DialogueOption("artefact_help", "How does a lost artefact that was only legendary help?"), - DialogueOption("why_slaughtered", "Why was everyone in the mines slaughtered?", skipPlayer = true) - ) - - label("hub_post_entrance") - options( - DialogueOption( - "borrow_key", "Can I borrow your key?", skipPlayer = true, - optionIf = { player, _ -> - getAttribute(player, HauntedMine.ATTR_KEY_MENTIONED, false) - }), - DialogueOption("artefact_help", "How does a lost artefact that was only legendary help?"), - DialogueOption("why_slaughtered", "Why was everyone in the mines slaughtered?", skipPlayer = true), - DialogueOption("must_be_going", "I must be going now.", skipPlayer = true) - ) - - label("hub_post_artefact") - options( - DialogueOption("other_way", "Is there any other way into the mines?"), - DialogueOption("why_slaughtered", "Why was everyone in the mines slaughtered?", skipPlayer = true), - DialogueOption("must_be_going", "I must be going now.", skipPlayer = true) - ) - - label("hub_post_slaughter") - options( - DialogueOption("other_way", "Is there any other way into the mines?"), - DialogueOption("artefact_help", "How does a lost artefact that was only legendary help?"), - DialogueOption("must_be_going", "I must be going now.", skipPlayer = true) - ) - - label("must_be_going") - player("I must be going now, good luck on your quest.") - npc("You should believe not in luck, but in the protection of Saradomin. Farewell.") - goto("end") - - label("other_way") - npc("Indeed I have found hope that this may be so. By making discreet inquiries I have been led to believe that a second entrance may exist into the mines.") - exec { player, _ -> setAttribute(player, HauntedMine.ATTR_KEY_MENTIONED, true) } - npc("Further, I have come into possession of a key that will apparently afford entrance to the lower levels of the mines once inside.") - goto("hub_post_key") - - label("artefact_help") - npc("Although the amulet was lost, it is my hope that if I can make into the mines I can craft another.") - goto("hub_post_artefact") - - label("why_slaughtered") - player("Why was everyone in the mines slaughtered? Surely it wasn't their fault that the crystals formed?") - npc("It is said that some of the workers in the mines, merely from being in the presence of these crystals, found themselves bestowed with the love of Saradomin.") - npc("The advantage to our cause was considered too great by some within Morytania. They set about mercilessly and brutally killing everyone in the mines rather than risk losing them to us.") - npc("Such is the treachery of the servants of evil, that they even destroy their own kind without a moments thought.") // "moments" typo is authentic - npc("The mines are now rumored to be haunted by the souls of all those brutally and needlessly killed.") - goto("hub_post_slaughter") - - label("where_entrance") - npc("Of this I am not yet sure. From what I have been able to gather, it was not originally built for humans to enter by. Where it may be, I am still endeavoring to find out.") - goto("hub_post_entrance") - - label("discreet_star") - npc("Saradomin watches over me, I am not troubled by those who are not meant to notice.") - player("Even so, you're not exactly keeping quiet about your allegiance are you?") - npc("Saradomin will protect me. Even if I should fall there are many behind me who would stand in my place.") - options( - DialogueOption("consolation", "Is that much consolation?", skipPlayer = true), - DialogueOption("no_one_behind", "I can't see anyone behind you."), - DialogueOption( - "borrow_key", "And I would be one of them. So, can I borrow that key?", skipPlayer = true, - optionIf = { player, _ -> - getAttribute(player, HauntedMine.ATTR_KEY_MENTIONED, false) - }), - DialogueOption("wrong_doubt", "You're right, I was wrong to doubt Saradomin."), - DialogueOption("nuts_bye", "You're nuts, goodbye.") - ) - - label("consolation") - player("Is that much consolation when you get chopped up into little pieces?") - npc("I would rather be cut into little pieces whilst proclaiming the goodness of Saradomin than hiding my faith.") - goto("end") - - label("no_one_behind") - npc("Although you may not realise it, Saradomin works quietly in many people, such is the folly of looking with your eyes and not your heart.") - goto("end") - - label("wrong_doubt") - npc("Let not your faith in Saradomin falter, for all else is insignificant.") - goto("end") - - label("nuts_bye") - goto("end") - - label("borrow_key") - player("Can I borrow your key?") - npc("I am afraid my task can be entrusted to nobody else. Saradomin has asked me alone to do this. I cannot take the slightest risk of losing this key. The stakes are too high.") - options( - DialogueOption("please_borrow", "Please? I'll be very careful with it."), - DialogueOption("didnt_want_key", "I didn't want that key anyway.") - ) - - label("didnt_want_key") - npc("Witness the goodness of Saradomin, that he has granted you the wisdom to see our positions in perspective.") - goto("end") - - label("please_borrow") - npc("You know not what you deal with. There is evil in that mine and, whatever your assurances, I cannot risk you falling to the creatures within.") - options( - DialogueOption("safer_in_mine", "And you think you'll be safer in the mine than me?"), - DialogueOption("trade_for_it", "I'll trade for it."), - DialogueOption("pretty_please", "Pretty pretty please?"), - DialogueOption("didnt_want_key", "I didn't want that key anyway.") - ) - - label("safer_in_mine") - npc("Of course I'll be safe, my faith in Saradomin protects me.") - goto("end") - - label("trade_for_it") - npc("Saradomin provides for my every need. There is nothing you could offer me.") - goto("end") - - label("pretty_please") - npc("Saradomin grant me patience. The answer is no.") - goto("end") - - /** * * * * * * * * * * * - * DURING THE QUEST - ** * * * * * * * * * * */ - - label("during_quest") - player("Hello there.") - npc("Hello again. I'm afraid I'm rather preoccupied. What was it you wanted?") - options( - DialogueOption("explain_history", "Can you explain the history of these mines again?"), - DialogueOption("where_entrance", "Where is the second entrance to the mines?"), - DialogueOption( - "borrow_key", "Can I borrow your key?", skipPlayer = true, - optionIf = { player, _ -> - getAttribute(player, HauntedMine.ATTR_KEY_MENTIONED, false) - }), - DialogueOption("artefact_help", "How does a lost artefact that was only legendary help?"), - DialogueOption("why_slaughtered", "Why was everyone in the mines slaughtered?", skipPlayer = true) - ) - - /** * * * * * * * * * * * - * AFTER THE QUEST - ** * * * * * * * * * * */ - - label("post_quest") - options( - DialogueOption("post_recreate", "I've done it, I've managed to recreate the salve amulet!"), - DialogueOption("post_powers", "What powers does the salve amulet have?") - ) - - label("post_powers") - npc("From what I have heard they would be put to best use in the slaying of the evil undead, the zombies and skeletons that walk this land.") - player("Thanks for the tip.") - goto("end") - - label("post_recreate") - exec { player, _ -> - if (getAttribute(player, HauntedMine.ATTR_KEY_RETURNED, false)) { - loadLabel(player, "key_already_returned") - } else { - loadLabel(player, "key_not_returned") - } - } - - label("key_already_returned") - npc("Then it is fortunate for us that Saradomin has guided you. Success certainly doesn't seem likely to have stemmed from rational behaviour on your part.") - player("You still haven't forgiven me for borrowing your key have you?") - npc("Borrowed!? You stole it!") - player("I'd better be going now.") - goto("end") - - label("key_not_returned") - npc("That hardly seems likely. There is no way you could have made it to the bottom of the mines without the key which is in my possession.") - options( - DialogueOption("found_another_way", "I found another way down.", skipPlayer = true), - DialogueOption("correction_key", "Correction, the key that was in your possession."), - DialogueOption("fine_dont_believe", "Fine, don't believe me.") - ) - - label("found_another_way") - player("I, er... found another way down.") - npc("Mock me not, this is a serious task I am undertaking. I don't have the time for your halfwitted attempt at humour.") - goto("end") - - label("fine_dont_believe") - goto("end") - - label("correction_key") - npc("My key, where is it? You stole it?") - npc("Return that key to me now!") - exec { player, _ -> - if (inInventory(player, Items.ZEALOTS_KEY_4078)) { - loadLabel(player, "have_key_to_return") - } else { - loadLabel(player, "dont_have_key_to_return") - } - } - - label("dont_have_key_to_return") - player("I seem to have misplaced it, sorry.") - npc("Arrrrrrrgh, you're unbelievable. Get out of my sight.") - goto("end") - - label("have_key_to_return") - options( - DialogueOption("return_key", "Ok, I've finished with it now anyway."), - DialogueOption("keep_key", "Actually maybe I'll just keep hold of it for now.") - ) - - label("keep_key") - npc("Meddling fool, there are bigger things at stake here than you and your petty thieving intellect can understand.") - goto("end") - - label("return_key") - npc("Good, maybe all is not lost, despite your apparent lack of common sense.") - player("Er... you're welcome?") - exec { player, _ -> - if (removeItem(player, Items.ZEALOTS_KEY_4078)) { - setAttribute(player, HauntedMine.ATTR_KEY_RETURNED, true) - } - } - goto("end") - - label("end") - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarn.kt b/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarn.kt deleted file mode 100644 index 0ef1d32f0..000000000 --- a/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarn.kt +++ /dev/null @@ -1,21 +0,0 @@ -package content.region.morytania.quest.lairoftarn - -/** - * Lair of Tarn Razorlor is a miniquest that rewards the Salve Amulet (e) - */ - -// Primary Source: https://www.youtube.com/watch?v=egdH7BM4WZk&t=16s -// Additional Sources: -// https://www.youtube.com/watch?v=dsbpqNzzmhA (lots of examines, thank you, zatch359.) -// https://www.youtube.com/watch?v=oBNDa1QzuNQ (player triggers floor traps) -// https://www.youtube.com/watch?v=Poz4OEyeIqY (more trap triggers) - -class LairOfTarn { - companion object { - const val ATTR_KILLED_TARN = "/save:miniquest:lairoftarn-killedtarn" // True after you kill Tarn (you can reset this with ::setqueststage 73 0) - const val ATTR_LOG_20904_DISABLED = "miniquest:lairoftarn-log20904" // True if you disable the trap. Clears once you cross the ledge. - const val ATTR_LOG_20905_DISABLED = "miniquest:lairoftarn-log20905" // True if you disable the trap. Clears once you cross the ledge. - const val ATTR_REGION_BASE = "tarn-region" // used to track the instanced region base coords - const val ATTR_TARN_CUTSCENE = "tarn-cutscene" // used to track if player is in a cutscene - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarnCutscene.kt b/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarnCutscene.kt deleted file mode 100644 index 997fd18ba..000000000 --- a/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarnCutscene.kt +++ /dev/null @@ -1,137 +0,0 @@ -package content.region.morytania.quest.lairoftarn - -import core.api.* -import core.game.activity.Cutscene -import core.game.dialogue.FacialExpression -import core.game.node.entity.player.Player -import core.game.world.map.Direction -import org.rs09.consts.NPCs -import core.game.world.map.Location -import core.game.world.update.flag.context.Graphics - -/** - * Lair of Tarn Razorlor boss fight. - * Cutscene Source: https://youtu.be/niPSlUd8OHI?si=Aj3oxogxyur056iB&t=185 - * Some dialogue during the cutscene: https://www.youtube.com/watch?v=4QtJRexA3Xo - */ - -class LairOfTarnCutscene(player: Player) : Cutscene(player) { - - companion object { - const val TARN = NPCs.TARN_5419 - const val MUTANT = NPCs.MUTANT_TARN_5421 - const val DOGSTATUE = NPCs.TERROR_DOG_STATUE_5415 - const val TERRORDOG = NPCs.TERROR_DOG_5417 - const val TRANSFORM = 5611 - const val CAST = 5633 - const val SPELL = 1006 - const val SPELLPROJ = 1007 - const val SPELLIMPACT = 1008 - } - - override fun setup() { - setAttribute(player, LairOfTarn.ATTR_TARN_CUTSCENE, true) - setExit(Location.create(3186, 4612, 0)) - loadRegion(12616) - addNPC(TARN, 50, 15, Direction.SOUTH) - addNPC(DOGSTATUE, 47, 13, Direction.SOUTH) - addNPC(DOGSTATUE, 52, 13, Direction.SOUTH) - } - - override fun runStage(stage: Int) { - when (stage) { - 0 -> { - teleport(player, 50, 4) - // put camera at start spot - moveCamera(50, 9, 300, 100) - rotateCamera(50, 4, 300, 100) - timedUpdate(5) - } - - 1 -> { - //rotate camera to face Tarn - rotateCamera(50, 15, 300, 5) - timedUpdate(10) - } - - 2 -> { - dialogueUpdate(TARN, FacialExpression.ANGRY, "Who? How did you get here? Never mind. I'll deal with you myself!") - } - - 3 -> { - // tarn does magic anim, projectile from tarn to left statue - sendGraphics(SPELL, getNPC(TARN)!!.location) - animate(getNPC(TARN)!!, CAST) - timedUpdate(4) - } - - 4 -> { - // camera pans to left terror dog statue. Projectile. - rotateCamera(48, 13, 300, 100) - spawnProjectile(getNPC(TARN)!!, getNPC(DOGSTATUE)!!, SPELLPROJ) - timedUpdate(4) - } - - 5 -> { - // both statues transform to terror dogs. the dogs should have some transformation graphic/anim but I can't find it. - sendGraphics(Graphics(SPELLIMPACT, 200, 0), location(47, 13, 0)) - getNPCs(DOGSTATUE) - .filter { it.id == DOGSTATUE } - .forEach { transformNpc(it, TERRORDOG, 100) } - - timedUpdate(5) - } - - 6 -> { - // tarn transforms - rotateCamera(50, 15, 300, 10) - animate(getNPC(TARN)!!, TRANSFORM) - timedUpdate(5) - } - - 7 -> { - // tarn transforms - transformNpc(getNPC(TARN)!!, MUTANT, 100) - timedUpdate(5) - } - - 8 -> { - // zoom in on top of tarn (camera to the right) - moveCamera(51, 13, 400, 200) - timedUpdate(5) - } - - 9 -> { - // zoom in on mid of tarn (camera to the right) - moveCamera(51, 13, 300, 200) - timedUpdate(5) - } - - 10 -> { - // zoom in on tarn's face (camera to the right) - moveCamera(50, 13, 300, 200) - timedUpdate(5) - } - - 11 -> { - // zoom in on tarn's face (camera to the left) - moveCamera(49, 13, 300, 200) - timedUpdate(5) - } - - 12 -> { - // camera backs out and NPCs start moving forward - moveCamera(50, 8, 400) - timedUpdate(5) - } - - 13 -> { - endWithoutFade { - clearNPCs() - removeAttribute(player, LairOfTarn.ATTR_TARN_CUTSCENE) - startBossFight(player) - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarnListeners.kt b/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarnListeners.kt deleted file mode 100644 index 5f585515e..000000000 --- a/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarnListeners.kt +++ /dev/null @@ -1,426 +0,0 @@ -package content.region.morytania.quest.lairoftarn - -import content.region.morytania.quest.lairoftarn.LairOfTarn.Companion.ATTR_KILLED_TARN -import content.region.morytania.quest.lairoftarn.LairOfTarn.Companion.ATTR_LOG_20904_DISABLED -import content.region.morytania.quest.lairoftarn.LairOfTarn.Companion.ATTR_LOG_20905_DISABLED -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.impl.ForceMovement.direction -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.system.command.sets.MusicCommandSet -import core.game.world.map.Location -import core.game.world.map.build.DynamicRegion -import org.rs09.consts.Animations -import org.rs09.consts.Items -import org.rs09.consts.Music -import org.rs09.consts.NPCs -import org.rs09.consts.Scenery -import kotlin.math.abs - -/** - * Listeners for the Lair of Tarn Razorlor miniquest - */ - -class LairOfTarnListeners : InteractionListener { - - // This companion object is mostly for the enormous amount of scenery in this area. - companion object { - - // this variable records whatever the last trap was that you disabled, and doesn't hurt you if you step on it. - var lastTrap = location(0, 0, 0) - - val pillars = - intArrayOf( - Scenery.PILLAR_20872, Scenery.PILLAR_20873, Scenery.PILLAR_20874, Scenery.PILLAR_20875, - Scenery.PILLAR_20876, Scenery.PILLAR_20877, Scenery.PILLAR_20878, Scenery.PILLAR_20879, - Scenery.PILLAR_20880, Scenery.PILLAR_20881, Scenery.PILLAR_20882, Scenery.PILLAR_20883, - Scenery.PILLAR_20884, Scenery.PILLAR_20885, Scenery.PILLAR_20886, Scenery.PILLAR_20887, - Scenery.PILLAR_20888, Scenery.PILLAR_20889, - - Scenery.LEDGE_20890, Scenery.LEDGE_20891, Scenery.LEDGE_20892, Scenery.LEDGE_20893, - Scenery.LEDGE_20894, Scenery.LEDGE_20895, Scenery.LEDGE_20896, Scenery.LEDGE_20897, - Scenery.LEDGE_20898, Scenery.LEDGE_20899, Scenery.LEDGE_20900, Scenery.LEDGE_20901 - ) - - val passageways = - intArrayOf( - Scenery.PASSAGEWAY_20575, Scenery.PASSAGEWAY_20654, Scenery.PASSAGEWAY_20849, Scenery.PASSAGEWAY_20850, - Scenery.PASSAGEWAY_20851, Scenery.PASSAGEWAY_20853, Scenery.PASSAGEWAY_20854, Scenery.PASSAGEWAY_20721, - Scenery.PASSAGEWAY_20845, Scenery.PASSAGEWAY_20846, Scenery.PASSAGEWAY_20855, Scenery.PASSAGEWAY_20838, - Scenery.PASSAGEWAY_20856, Scenery.PASSAGEWAY_20837, Scenery.PASSAGEWAY_20836, Scenery.PASSAGEWAY_20857, - Scenery.PASSAGEWAY_20864, Scenery.PASSAGEWAY_20863, Scenery.PASSAGEWAY_20858, Scenery.PASSAGEWAY_20859, - Scenery.PASSAGEWAY_20865, Scenery.PASSAGEWAY_20866, Scenery.PASSAGEWAY_20860, Scenery.PASSAGEWAY_20861, - Scenery.PASSAGEWAY_20862, Scenery.PASSAGEWAY_20867, Scenery.PASSAGEWAY_20868, Scenery.PASSAGEWAY_20871, - Scenery.PASSAGEWAY_20465, Scenery.PASSAGEWAY_20847, Scenery.PASSAGEWAY_20848, Scenery.PASSAGEWAY_20821, - Scenery.PASSAGEWAY_20822, Scenery.PASSAGEWAY_20823, Scenery.PASSAGEWAY_20824, Scenery.PASSAGEWAY_20829, - Scenery.PASSAGEWAY_20830, Scenery.PASSAGEWAY_20831, Scenery.PASSAGEWAY_20832, Scenery.PASSAGEWAY_20833, - Scenery.PASSAGEWAY_20834, Scenery.PASSAGEWAY_20835, Scenery.PASSAGEWAY_20466, Scenery.PASSAGEWAY_20572, - Scenery.PASSAGEWAY_20573, Scenery.PASSAGEWAY_20467, Scenery.PASSAGEWAY_20844, Scenery.PASSAGEWAY_20842, - Scenery.PASSAGEWAY_20841, Scenery.PASSAGEWAY_20843 - ) - - val walls = - intArrayOf( - Scenery.WALL_20920, Scenery.WALL_20921, Scenery.WALL_20922, Scenery.WALL_20923, - Scenery.WALL_20924, Scenery.WALL_20925, Scenery.WALL_20926 - ) - - val stairs = intArrayOf(Scenery.STAIRS_20619, Scenery.STAIRS_20684) - - val floors = intArrayOf(Scenery.FLOOR_20915, Scenery.FLOOR_20916) - - const val HUMAN_JUMP = 5355 - const val HUMAN_DISARM_TRAP = 2286 - const val ENCHANT_SALVE_AMULET = 5637 - const val ENCHANT_SALVE_AMULET_GFX = 1012 - } - - // This allows interaction with pillars and ledges from a distance. - override fun defineDestinationOverrides() { - setDest(IntType.SCENERY, pillars, "Jump-to") { player, node -> - val locX = player.location.x - val locY = player.location.y - - if (abs(locX - node.location.x) == 2 - || abs(locY - node.location.y) == 2 - ) { - return@setDest player.location - } - return@setDest node.location - } - } - - override fun defineListeners() { - - /* * * * * * * * * * * * * * * * * * * * * * - * - * LAIR OF TARN (AREA) RELATED LISTENERS - * - * * * * * * * * * * * * * * * * * * * * * */ - - on(passageways, IntType.SCENERY, "Enter") { player, node -> - val locX = player.location.x - val locY = player.location.y - val locZ = player.location.z - - when (node.id) { - // door out of the instanced fight in tarn's lair (20465) and the terror dogs (20466) - Scenery.PASSAGEWAY_20465 -> teleport(player, location(3185, 4601, 0)) - Scenery.PASSAGEWAY_20466 -> teleport(player, location(3185, 4601, 0)) - - // the passageway in the Tarn fight room - Scenery.PASSAGEWAY_20467 -> { - if (getAttribute(player, ATTR_KILLED_TARN, false)) { - teleport(player, location(locX, locY + 6, locZ)) - } else { - sendMessage(player, "You need to have killed Tarn Razorlor to enter this passageway.") - } - } - - Scenery.PASSAGEWAY_20572 -> teleport(player, location(locX, locY + 6, locZ)) - Scenery.PASSAGEWAY_20573 -> teleport(player, location(locX, locY - 6, locZ)) - Scenery.PASSAGEWAY_20575 -> when (locX) { - 3167, 3189 -> teleport(player, location(locX + 5, locY, locZ + 1)) - 3148 -> teleport(player, location(locX - 5, locY, locZ + 1)) - else -> teleport(player, location(locX, locY + 5, locZ + 1)) - } - - Scenery.PASSAGEWAY_20654 -> when (locX) { - 3158 -> teleport(player, location(locX, locY + 5, locZ + 1)) - 3141 -> teleport(player, location(locX, locY + 5, locZ + 1)) - else -> teleport(player, location(locX + 5, locY, locZ + 1)) - } - - Scenery.PASSAGEWAY_20721 -> teleport(player, location(locX - 5, locY, locZ - 1)) - - Scenery.PASSAGEWAY_20821 -> teleport(player, location(locX, locY - 5, locZ)) - Scenery.PASSAGEWAY_20822 -> teleport(player, location(locX, locY + 5, locZ)) - Scenery.PASSAGEWAY_20823 -> teleport(player, location(locX - 6, locY, locZ)) - Scenery.PASSAGEWAY_20824 -> teleport(player, location(locX + 6, locY, locZ)) - Scenery.PASSAGEWAY_20829 -> teleport(player, location(locX, locY + 5, locZ - 1)) - - Scenery.PASSAGEWAY_20830 -> teleport(player, location(locX, locY - 5, locZ + 1)) - Scenery.PASSAGEWAY_20831 -> teleport(player, location(locX, locY + 5, locZ + 1)) - Scenery.PASSAGEWAY_20832 -> teleport(player, location(locX, locY - 5, locZ - 1)) - Scenery.PASSAGEWAY_20833 -> teleport(player, location(locX, locY + 5, locZ - 1)) - Scenery.PASSAGEWAY_20834 -> teleport(player, location(locX, locY - 5, locZ + 1)) - Scenery.PASSAGEWAY_20835 -> teleport(player, location(locX + 5, locY, locZ - 1)) - Scenery.PASSAGEWAY_20836 -> teleport(player, location(locX - 5, locY, locZ + 1)) - Scenery.PASSAGEWAY_20837 -> teleport(player, location(locX + 5, locY, locZ)) - Scenery.PASSAGEWAY_20838 -> teleport(player, location(locX - 5, locY, locZ)) - - Scenery.PASSAGEWAY_20841 -> teleport(player, location(locX, locY + 5, locZ - 1)) - Scenery.PASSAGEWAY_20842 -> teleport(player, location(locX, locY - 5, locZ + 1)) - Scenery.PASSAGEWAY_20843 -> teleport(player, location(locX, locY + 6, locZ + 1)) - Scenery.PASSAGEWAY_20844 -> teleport(player, location(locX, locY - 6, locZ - 1)) - Scenery.PASSAGEWAY_20845 -> teleport(player, location(locX - 5, locY, locZ - 1)) - Scenery.PASSAGEWAY_20846 -> teleport(player, location(locX + 7, locY, locZ + 1)) - Scenery.PASSAGEWAY_20847 -> teleport(player, location(locX - 5, locY, locZ + 1)) - Scenery.PASSAGEWAY_20848 -> teleport(player, location(locX + 5, locY, locZ - 1)) - Scenery.PASSAGEWAY_20849 -> teleport(player, location(locX, locY + 5, locZ + 1)) - - Scenery.PASSAGEWAY_20850 -> teleport(player, location(locX, locY - 5, locZ - 1)) - Scenery.PASSAGEWAY_20851 -> teleport(player, location(locX - 5, locY, locZ + 1)) - Scenery.PASSAGEWAY_20853 -> teleport(player, location(locX, locY + 7, locZ - 1)) - Scenery.PASSAGEWAY_20854 -> teleport(player, location(locX, locY - 7, locZ + 1)) - Scenery.PASSAGEWAY_20855 -> teleport(player, location(locX, locY + 7, locZ)) - Scenery.PASSAGEWAY_20856 -> teleport(player, location(locX, locY - 7, locZ)) - Scenery.PASSAGEWAY_20857 -> teleport(player, location(locX - 5, locY, locZ + 1)) - Scenery.PASSAGEWAY_20858 -> teleport(player, location(locX + 5, locY, locZ - 1)) - Scenery.PASSAGEWAY_20859 -> teleport(player, location(locX, locY + 5, locZ - 1)) - - Scenery.PASSAGEWAY_20860 -> teleport(player, location(locX, locY - 5, locZ + 1)) - Scenery.PASSAGEWAY_20861 -> teleport(player, location(locX + 11, locY, locZ)) - Scenery.PASSAGEWAY_20862 -> teleport(player, location(locX - 11, locY, locZ)) - Scenery.PASSAGEWAY_20863 -> teleport(player, location(locX, locY - 5, locZ)) - Scenery.PASSAGEWAY_20864 -> teleport(player, location(locX, locY + 5, locZ)) - Scenery.PASSAGEWAY_20865 -> teleport(player, location(locX - 4, locY, locZ)) - Scenery.PASSAGEWAY_20866 -> teleport(player, location(locX + 4, locY, locZ)) - Scenery.PASSAGEWAY_20867 -> teleport(player, location(locX + 4, locY, locZ)) - Scenery.PASSAGEWAY_20868 -> teleport(player, location(locX - 4, locY, locZ)) - - // Door to Tarn's lair. Needs 40 slayer to fight Tarn. - Scenery.PASSAGEWAY_20871 -> if (hasLevelStat(player, Skills.SLAYER, 40)) { - // choose to send player to boss fight or regular terror dogs. - if (getAttribute(player, ATTR_KILLED_TARN, false)) { - // terror dogs - teleport(player, location(3149, 4644, 0)) - } else { - // boss fight - teleport(player, location(3186, 4612, 0)) - LairOfTarnCutscene(player).start() - } - } else sendMessage(player, "You need at least 40 Slayer to attempt this.") - } - return@on true - } - - on(stairs, IntType.SCENERY, "Climb", "Climb-down") { player, node -> - val locX = player.location.x - val locY = player.location.y - val locZ = player.location.z - - when (node.id) { - Scenery.STAIRS_20619 -> when (locX) { - 3158, 3184 -> teleport(player, location(locX, locY - 5, locZ - 1)) - 3143 -> teleport(player, location(locX + 5, locY, locZ - 1)) - else -> teleport(player, location(locX - 5, locY, locZ - 1)) - } - - Scenery.STAIRS_20684 -> teleport(player, location(locX, locY - 5, locZ - 1)) - } - return@on true - } - - // TODO: a lot of the scenery should be animated: log traps, wall traps, floor traps. - - // Jumpable pillars and ledges. Note that I don't have a source for the log trap behavior. - on(pillars, IntType.SCENERY, "Jump-to") { player, node -> - forceMove( - player, - player.location, - node.location, - 0, - 75, - anim = HUMAN_JUMP - ) { - if (node.id == Scenery.PILLAR_20879 - && !getAttribute(player, ATTR_LOG_20904_DISABLED, false) - ) { - // if log is not disabled, punch you off the ledge. - forceMove( - player, - player.location, - Location.create(3145, 4597, 0), - 0, - 5 - ) { - impact(player, 5) - sendMessage(player, "The hanging log knocks you down to the level below.") - } - } - if (node.id == Scenery.LEDGE_20895) { - // if you reach the other side, reset the log. - removeAttribute(player, ATTR_LOG_20904_DISABLED) - } - if (node.id == Scenery.PILLAR_20889 - && !getAttribute(player, ATTR_LOG_20905_DISABLED, false) - ) { - // if log is not disabled, punch you off the ledge. - forceMove( - player, - player.location, - Location.create(3145, 4574, 1), - 0, - 5 - ) { - impact(player, 5) - sendMessage(player, "The hanging log knocks you down to the level below.") - } - } - if (node.id == Scenery.LEDGE_20901 || node.id == Scenery.LEDGE_20900) { - // if you reach the other side, reset the log. - removeAttribute(player, ATTR_LOG_20905_DISABLED) - } - if (node.id == Scenery.PILLAR_20872 - && !getAttribute(player, ATTR_LOG_20904_DISABLED, false) - ) { - // if log is not disabled, punch you off the ledge. - forceMove( - player, - player.location, - Location.create(3185, 4560, 0), - 0, - 5 - ) { - impact(player, 5) - sendMessage(player, "The hanging log knocks you down to the level below.") - } - } - if (node.id == Scenery.LEDGE_20890 || node.id == Scenery.LEDGE_20891) { - // if you reach the other side, reset the log. - removeAttribute(player, ATTR_LOG_20904_DISABLED) - } - } - return@on true - } - - // Floor search to disable the log trap - on(intArrayOf(Scenery.FLOOR_20966, Scenery.FLOOR_20968), IntType.SCENERY, "Search") { player, node -> - // this might be a chance to disable, but I'm just making it always true. - when (node.id) { - Scenery.FLOOR_20966 -> { - setAttribute(player, ATTR_LOG_20904_DISABLED, true) - sendMessage(player, "You try to disarm the trap...") - animate(player, HUMAN_DISARM_TRAP) - sendMessage(player, "...You hear a click.") - } - - Scenery.FLOOR_20968 -> { - setAttribute(player, ATTR_LOG_20905_DISABLED, true) - sendMessage(player, "You try to disarm the trap...") - animate(player, HUMAN_DISARM_TRAP) - sendMessage(player, "...You hear a click.") - } - } - return@on true - } - - // Searchable floor traps. They should otherwise damage you if you step on them. - on(floors, IntType.SCENERY, "Search") { player, node -> - sendMessage(player, "You try to disarm the trap...") - // this might be a chance to disable, but I'm just making it always true. - animate(player, HUMAN_DISARM_TRAP) - sendMessage(player, "...You hear a click.") - - lastTrap = node.location - - return@on true - } - - // Searchable wall traps. - on(walls, IntType.SCENERY, "Search") { player, node -> - sendMessage(player, "You try to disarm the trap...") - animate(player, Animations.HUMAN_PICKPOCKETING_881) - forceMove( - player, - player.location, - player.location.transform(direction(player.location, node.centerLocation), 3), - 0, - 5 - ) - sendMessage(player, "...and succeed! You quickly walk past.") - - return@on true - } - - /* - TODO: add pushy walls - pushy walls should push you off - Scenery.WALL_20945 - - Location.create(3162, 4600, 1) - Location.create(3164, 4600, 1) - Location.create(3171, 4600, 1) - Location.create(3173, 4600, 1) - */ - - /* - TODO: add more floor traps - maybe they drop you through the floor. I can't find anyone triggering them. - Scenery.FLOOR_20960 - - Location.create(3139, 4556, 2) - Location.create(3143, 4556, 2) - Location.create(3139, 4558, 2) - Location.create(3141, 4558, 2) - Location.create(3143, 4558, 2) - */ - - /* * * * * * * * * * * * * * * * * * * * * * - * - * LAIR OF TARN (mQuest) RELATED LISTENERS - * - * * * * * * * * * * * * * * * * * * * * * */ - - onUseWith(ITEM, Items.SALVE_AMULET_4081, Items.TARNS_DIARY_10587) { player, used, _ -> - if (removeItem(player, used)) { - addItem(player, Items.SALVE_AMULETE_10588) - visualize(player, ENCHANT_SALVE_AMULET, ENCHANT_SALVE_AMULET_GFX) - sendMessage(player, "You enchant the Salve amulet...") - } - return@onUseWith true - } - } -} - -// spawns tarn and the terror dogs (fight is instanced) -fun startBossFight(player: Player) { - // create the dynamic region and set multicombat - val region = DynamicRegion.create(12616) - region.toggleMulticombat() - region.setMusicId(Music.UNDEAD_DUNGEON_214) - val base = region.baseLocation - - // register the dynamic region's borders inside the regular maparea, this will restrict cannons and drain prayer - LairOfTarnZone().zone.register(getRegionBorders(region.id)) - LairOfTarnPrayerDrainZone().zone.register(getRegionBorders(region.id)) - - // move player into the instanced copy - player.properties.teleportLocation = base.transform(50, 4, 0) - - // start the NPCs - val tarn = TarnNPC(NPCs.MUTANT_TARN_5421, base.transform(50, 15, 0)) - val dog1 = TerrorDogNPC(NPCs.TERROR_DOG_5417, base.transform(52, 13, 0)) - val dog2 = TerrorDogNPC(NPCs.TERROR_DOG_5417, base.transform(47, 13, 0)) - - tarn.init() - tarn.isRespawn = false - tarn.isAggressive = true - tarn.aggressiveHandler.radius = 16 - tarn.aggressiveHandler.chanceRatio = 10 - tarn.aggressiveHandler.isAllowTolerance = false - tarn.attack(player) - setAttribute(tarn, LairOfTarn.ATTR_REGION_BASE, base) - - dog1.init() - dog1.isWalks = true - dog1.isRespawn = false - dog1.isAggressive = true - dog1.aggressiveHandler.radius = 16 - dog1.aggressiveHandler.chanceRatio = 10 - dog1.aggressiveHandler.isAllowTolerance = false - dog1.attack(player) - - dog2.init() - dog2.isWalks = true - dog2.isRespawn = false - dog2.isAggressive = true - dog2.aggressiveHandler.radius = 16 - dog2.aggressiveHandler.chanceRatio = 10 - dog2.aggressiveHandler.isAllowTolerance = false - dog2.attack(player) -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarnZones.kt b/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarnZones.kt deleted file mode 100644 index 8b5a32078..000000000 --- a/Server/src/main/content/region/morytania/quest/lairoftarn/LairOfTarnZones.kt +++ /dev/null @@ -1,204 +0,0 @@ -package content.region.morytania.quest.lairoftarn - -import core.api.* -import core.game.node.entity.Entity -import core.game.node.entity.player.Player -import core.game.system.timer.PersistTimer -import core.game.system.timer.RSTimer -import core.game.system.timer.TimerFlag -import core.game.world.map.Location -import core.game.world.map.zone.ZoneBorders -import core.game.world.map.zone.ZoneRestriction -import core.tools.RandomFunction.random - -/** - * Zones covering Tarn's Lair. - */ - -// listens for run-ins with the traps -class LairOfTarnZone : MapArea { - - override fun defineAreaBorders(): Array { - return arrayOf( - ZoneBorders(3136, 4544, 3199, 4671) - ) - } - - // cannons are not allowed. This area is multicombat. - override fun getRestrictions(): Array { - return arrayOf( - ZoneRestriction.CANNON - ) - } - - var floorTraps: List = listOf( - Location.create(3167, 4549, 0), - Location.create(3165, 4553, 0), - Location.create(3167, 4553, 0), - Location.create(3158, 4550, 0), - Location.create(3176, 4550, 0), - Location.create(3174, 4552, 0), - Location.create(3178, 4548, 0), - Location.create(3177, 4547, 0), - Location.create(3183, 4551, 0), - Location.create(3185, 4551, 0), - Location.create(3190, 4548, 0), - Location.create(3191, 4551, 0), - Location.create(3187, 4561, 0), - Location.create(3183, 4563, 0), - Location.create(3181, 4561, 0), - Location.create(3182, 4560, 0), - Location.create(3179, 4559, 0), - Location.create(3192, 4554, 0), - Location.create(3195, 4580, 1), - Location.create(3191, 4584, 1), - Location.create(3185, 4586, 1), - Location.create(3180, 4585, 1), - Location.create(3175, 4584, 1), - Location.create(3176, 4581, 1), - Location.create(3186, 4576, 0), - Location.create(3182, 4574, 0), - Location.create(3184, 4574, 0), - Location.create(3186, 4574, 0), - Location.create(3184, 4572, 0), - Location.create(3167, 4587, 0), - Location.create(3169, 4589, 0), - Location.create(3167, 4591, 0), - Location.create(3171, 4598, 0), - Location.create(3168, 4599, 0), - Location.create(3164, 4597, 0), - Location.create(3161, 4598, 0), - Location.create(3149, 4600, 0), - Location.create(3147, 4596, 0), - Location.create(3147, 4594, 0), - Location.create(3143, 4594, 0), - Location.create(3143, 4598, 0), - Location.create(3158, 4558, 1), - Location.create(3193, 4602, 1), - Location.create(3159, 4561, 1), - Location.create(3157, 4561, 1), - Location.create(3161, 4563, 1), - Location.create(3163, 4563, 1), - Location.create(3168, 4562, 1), - Location.create(3169, 4559, 1), - Location.create(3174, 4560, 1), - Location.create(3174, 4562, 1), - Location.create(3192, 4595, 1), - Location.create(3194, 4597, 1), - Location.create(3173, 4569, 1), - Location.create(3175, 4569, 1), - Location.create(3165, 4569, 0), - Location.create(3163, 4569, 0), - Location.create(3162, 4566, 0), - Location.create(3162, 4559, 0), - Location.create(3152, 4558, 0), - Location.create(3144, 4554, 0), - Location.create(3141, 4555, 0), - Location.create(3152, 4552, 0), - Location.create(3150, 4548, 0), - Location.create(3143, 4547, 1), - Location.create(3141, 4549, 1), - Location.create(3149, 4574, 1), - Location.create(3146, 4573, 1), - Location.create(3143, 4574, 1), - Location.create(3144, 4583, 1), - Location.create(3153, 4583, 0), - Location.create(3158, 4582, 0), - Location.create(3159, 4579, 0) - ) - - // each trap is two tiles wide - var wallTraps: List = listOf( - Location.create(3196, 4557, 0), - Location.create(3196, 4558, 0), - - Location.create(3196, 4562, 0), - Location.create(3196, 4563, 0), - - Location.create(3147, 4589, 1), - Location.create(3146, 4589, 1), - - Location.create(3149, 4604, 1), - Location.create(3150, 4604, 1), - - Location.create(3154, 4604, 1), - Location.create(3155, 4604, 1), - - Location.create(3150, 4565, 1), - Location.create(3149, 4565, 1), - - Location.create(3151, 4569, 1), - Location.create(3151, 4570, 1), - - Location.create(3155, 4592, 1), - Location.create(3155, 4593, 1), - ) - - override fun entityStep(entity: Entity, location: Location, lastLocation: Location) { - if (entity is Player) { - if (floorTraps.contains(entity.location) && entity.location != LairOfTarnListeners.lastTrap) { - sendMessage(entity, "You triggered a floor trap!") // TODO: there is also "You triggered a floor trap, but fortunately weren't standing on it!" - impact(entity, random(1, 5)) - sendChat(entity, "Ouch!") - - } else if (wallTraps.contains(entity.getLocation())) { - lockInteractions(entity, 4) - entity.walkingQueue.walkBack() - sendMessage(entity, "You activate a spear trap, but quickly escape.") - impact(entity, random(1, 5)) - sendChat(entity, "Ouch!") - // TODO: animate the wall traps - } - } - super.entityStep(entity, location, lastLocation) - } -} - -// zone covering the Terror Dog portion of Tarn's Lair and the boss fight. it continuously drains prayer. -class LairOfTarnPrayerDrainZone : MapArea { - - override fun defineAreaBorders(): Array { - return arrayOf( - ZoneBorders(3136, 4608, 3199, 4671) - ) - } - - // start the prayer drain timer - override fun areaEnter(entity: Entity) { - if (entity is Player && !getAttribute(entity, LairOfTarn.ATTR_TARN_CUTSCENE, false)) { - // exact prayer drain rate is unknown, but in one of the video sources, with Protect Melee active prayer drains a bit faster than 1 point per second - sendMessage(entity, "The inherent evil of the area rapidly drains your prayer points!") - getOrStartTimer(entity) - } - } - - // remove timer if player leaves - override fun areaLeave(entity: Entity, logout: Boolean) { - if (entity is Player) { - removeTimer(entity, "tarnprayerdrain") - } - } -} - -// timer to drain prayer -class LairOfTarnPrayerDrainTimer : PersistTimer(6, "tarnprayerdrain", flags = arrayOf(TimerFlag.ClearOnDeath)) { - - // return false stops the timer, return true keeps it running - override fun run(entity: Entity): Boolean { - - // drain prayer - entity.getSkills().decrementPrayerPoints(1.0) - - return true - } - - override fun onRegister(entity: Entity) { - if (entity !is Player) return - } - - override fun getTimer(vararg args: Any): RSTimer { - val t = LairOfTarnPrayerDrainTimer() - t.runInterval = args.getOrNull(0) as? Int ?: 6 - return t - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/lairoftarn/TarnNPC.kt b/Server/src/main/content/region/morytania/quest/lairoftarn/TarnNPC.kt deleted file mode 100644 index f79700e44..000000000 --- a/Server/src/main/content/region/morytania/quest/lairoftarn/TarnNPC.kt +++ /dev/null @@ -1,201 +0,0 @@ -package content.region.morytania.quest.lairoftarn - -import content.region.morytania.quest.lairoftarn.LairOfTarn.Companion.ATTR_KILLED_TARN -import core.api.* -import core.game.interaction.QueueStrength -import core.game.node.entity.Entity -import core.game.node.entity.combat.CombatStyle -import core.game.node.entity.combat.CombatSwingHandler -import core.game.node.entity.combat.MultiSwingHandler -import core.game.node.entity.combat.equipment.SwitchAttack -import core.game.node.entity.impl.Animator.Priority -import core.game.node.entity.impl.Projectile -import core.game.node.entity.npc.AbstractNPC -import core.game.node.entity.npc.NPC -import core.game.node.entity.npc.NPCBehavior -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.world.map.Location -import core.game.world.map.RegionManager.getLocalPlayers -import core.game.world.update.flag.context.Animation -import core.plugin.Initializable -import core.tools.RandomFunction -import org.rs09.consts.Items -import org.rs09.consts.NPCs -import org.rs09.consts.Scenery - -/** - * Tarn Razorlor, the boss of The Lair of Tarn Razorlor miniquest. - */ - -// tarn attacks with melee and magic -// amusingly, the tarn ghost seems to have an incorrect hitbox: https://youtu.be/4QtJRexA3Xo?si=_Ps3FBb6iCAzuhmc&t=148 - -@Initializable -class TarnNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) { - - // anims and gfxs for Tarn - companion object { - const val MUTANT_DEATH_ANIM = 5619 - const val MUTANT_MELEE_ATT = 5617 - const val MUTANT_MAGE_ATT = 5613 - const val MUTANT_SPELL_PROJ = 1013 - - const val GHOST_DEATH = 9055 - const val GHOST_DEF = 404 - const val GHOST_MELEE = 422 - } - - var isTransformed = false - - override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC { - return TarnNPC(id, location) - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.MUTANT_TARN_5421) - } - - // TODO: this should be removed if/when NPC stacking is properly fixed (ref gitlab issue #2268) - override fun shouldPreventStacking(mover: Entity?): Boolean { - return mover !is Player - } - - // transform to ghost tarn - override fun startDeath(killer: Entity?) { - if (!isTransformed) { - isTransformed = true - val player = killer as? Player ?: return super.startDeath(killer) - val duration = animationDuration(Animation(MUTANT_DEATH_ANIM)) - - properties.combatPulse.stop() - player.properties.combatPulse.stop() - impactHandler.disabledTicks = duration - - lock(this, duration) - pulseManager.clear() - walkingQueue.reset() - - sendChat(this, "Ha! I can't be slain that easily, fool!") - animate(this, MUTANT_DEATH_ANIM, true) - fullRestore() - - queueScript(this, duration, QueueStrength.SOFT) { _ -> - transform(NPCs.TARN_5420) - animator.reset() - properties.combatPulse.restart() - properties.defenceAnimation.id = GHOST_DEF - properties.deathAnimation.id = GHOST_DEATH - attack(player) - return@queueScript stopExecuting(this) - } - return - } - super.startDeath(killer) - } -} - -class TarnNPCBehavior : NPCBehavior(NPCs.MUTANT_TARN_5421) { - - // chance to spawn the animated steel armours - override fun tick(self: NPC): Boolean { - - val player = getLocalPlayers(self.location).firstOrNull() - val base = getAttribute(self, LairOfTarn.ATTR_REGION_BASE, Location.create(3136, 4608, 0)) - - // instanced coords for each armour - val offsets = listOf( - 49 to 13, // set 1 - 49 to 10, // set 2 - 53 to 11 // set 3 - ) - - for ((x, y) in offsets) { - // get the armour - val armour = getScenery(base.transform(x, y, 0)) ?: continue - - // if the player is close to the armour - if (player != null) { - if (armour.location.withinDistance(player.location, 2) && RandomFunction.roll(5)) { - // remove the scenery - removeScenery(armour) - - // create the NPC - val steel = NPC.create(NPCs.ANIMATED_STEEL_ARMOUR_5382, armour.location) - steel.init() - steel.isRespawn = false - steel.isAggressive = true - steel.attack(player) - } - } - } - - return super.tick(self) - } - - override fun onDeathFinished(self: NPC, killer: Entity) { - - // finish lair of tarn miniquest - if (killer is Player) { - setAttribute(killer, ATTR_KILLED_TARN, true) - sendMessage(killer, "Killing Tarn Razorlor has greatly improved your Slayer knowledge.") - rewardXP(killer, Skills.SLAYER, 5000.0) - sendMessage(killer, "You gain 5000 Slayer XP.") - - // spawn the diary in the instanced region - val base = getAttribute(self, LairOfTarn.ATTR_REGION_BASE, Location.create(3136, 4608, 0)) - produceGroundItem(killer, Items.TARNS_DIARY_10587, 1, base.transform(48, 26, 0)) - } - - // open the door - val base = getAttribute(self, LairOfTarn.ATTR_REGION_BASE, Location.create(3136, 4608, 0)) - val door = getScenery(base.transform(50, 19, 0)) - if (door != null) replaceScenery(door, Scenery.PASSAGEWAY_20572, -1) - - super.onDeathFinished(self, killer) - } - - // tarn uses melee and magic. I hate our combat code. - private val mutantCombatHandler = MultiSwingHandler( - true, - SwitchAttack( - CombatStyle.MELEE.swingHandler, - Animation(TarnNPC.MUTANT_MELEE_ATT, Priority.HIGH) - ), - SwitchAttack( - CombatStyle.MAGIC.swingHandler, - Animation(TarnNPC.MUTANT_MAGE_ATT, Priority.HIGH), - null, - null, - Projectile.create( - null as Entity?, - null, - TarnNPC.MUTANT_SPELL_PROJ, - 15, - 15, - 10, - 50, - 14, - 255 - ) - ) - ) - - // switch combat for ghost - private val ghostCombatHandler = MultiSwingHandler( - true, - SwitchAttack( - CombatStyle.MELEE.swingHandler, - Animation(TarnNPC.GHOST_MELEE, Priority.HIGH) - ) - ) - - override fun getSwingHandlerOverride(self: NPC, original: CombatSwingHandler): CombatSwingHandler { - val tarn = self as TarnNPC - return if (tarn.isTransformed) { - ghostCombatHandler - } else { - mutantCombatHandler - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/lairoftarn/TarnsDiary.kt b/Server/src/main/content/region/morytania/quest/lairoftarn/TarnsDiary.kt deleted file mode 100644 index 2cb2d0412..000000000 --- a/Server/src/main/content/region/morytania/quest/lairoftarn/TarnsDiary.kt +++ /dev/null @@ -1,469 +0,0 @@ -package content.region.morytania.quest.lairoftarn - -import content.global.handlers.iface.* -import core.api.storeBookInHouse -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.player.Player -import org.rs09.consts.Items - -/** - * Tarn's Diary - * Source: https://youtu.be/egdH7BM4WZk?si=ZS5G5rovN0ifGfDk&t=656 - */ -class TarnsDiary : InteractionListener { - companion object { - private const val TITLE = "The Diary of Tarn Razorlor" - private val CONTENTS = arrayOf( - // It's hand-typed! Please be sure to appreciate each page equally. - // page 1-2 - PageSet( - Page( - BookLine("4th of Bennath", 55), - BookLine("", 56), - BookLine("All my long hours of", 57), - BookLine("research have finally", 58), - BookLine("payed off! Today I", 59), // 'payed' is authentic - BookLine("discovered an ancient", 60), - BookLine("journal in the great", 61), - BookLine("library, which detailed a", 62), - BookLine("ceremony for giving life", 63), - BookLine("back to greater beasts", 64), - BookLine("after they have died! I", 65), - ), - Page( - BookLine("shall finally be able to", 66), - BookLine("unravel the secrets of the", 67), - BookLine("Skeletal Wyverns!", 68), - BookLine("", 69), - BookLine("", 70), - BookLine("", 71), - BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76), - ) - ), - // page 3-4 - PageSet( - Page( - BookLine("18th of Raktuber", 55), - BookLine("", 56), - BookLine("I have spent over a", 57), - BookLine("month studying the spell", 58), - BookLine("of Greater Animation", 59), - BookLine("now. My studies have led", 60), - BookLine("me to believe that", 61), - BookLine("although this spell is more", 62), - BookLine("powerful than any I have", 63), - BookLine("ever encountered, and", 64), - BookLine("will indeed reanimate the", 65), - ), - Page( - BookLine("skeletons of long dead", 66), - BookLine("dragons and such", 67), - BookLine("creatures, it does not", 68), - BookLine("provide any way of", 69), - BookLine("controlling them. Whoever", 70), - BookLine("devised this spell must", 71), - BookLine("have been insane, because", 72), - BookLine("without somebody to", 73), - BookLine("control them, these", 74), - BookLine("undead monsters would", 75), - BookLine("have been free to destroy", 76), - ) - ), - // page 5-6 - PageSet( - Page( - BookLine("everything that they", 55), - BookLine("encountered! No wonder", 56), - BookLine("the spell was hidden away", 57), - BookLine("in the great library.", 58), - BookLine("There is, however, a", 59), - BookLine("reference to an amulet of", 60), - BookLine("such power that any", 61), - BookLine("undead creature would", 62), - BookLine("tremble before someone", 63), - BookLine("wielding it. I must return", 64), - BookLine("to the library and see if I", 65), - ), - Page( - BookLine("can find any further", 66), - BookLine("reference to this magical", 67), - BookLine("amulet. Once I have it", 68), - BookLine("and can create and", 69), - BookLine("control undead dragons,", 70), - BookLine("even Lord Drakan and", 71), - BookLine("his minions shall tremble", 72), - BookLine("before my might!", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76), - ) - ), - // page 7-8 - PageSet( - Page( - BookLine("29th of Raktuber", 55), - BookLine("", 56), - BookLine("I have spent nearly 2 full", 57), - BookLine("weeks searching the great", 58), - BookLine("library for a referenc to", 59), - BookLine("the writings that I need,", 60), - BookLine("with no success. Soon I", 61), - BookLine("shall be forced to start", 62), - BookLine("searching through the", 63), - BookLine("tombs and grimoires page", 64), - BookLine("by page.", 65), - ), - Page( - BookLine("8th of Pentember", 66), - BookLine("", 67), - BookLine("I have found a reference", 68), - BookLine("to the crystal! This", 69), - BookLine("morning, while reading", 70), - BookLine("the histories of Morytania,", 71), - BookLine("I happened upon this", 72), - BookLine("extract: 'And so our", 73), - BookLine("mighty Ruler ordered the", 74), - BookLine("mines to be sealed", 75), - BookLine("forever and all those who", 76), - ) - ), - // page 9-10 - PageSet( - Page( - BookLine("slaved in the mines to be", 55), - BookLine("slain. Only by doing this", 56), - BookLine("could we seal away the", 57), - BookLine("threat of the Accursed", 58), - BookLine("Shard for all time!' I", 59), - BookLine("suspect this Accursed", 60), - BookLine("Shard to be the crystal", 61), - BookLine("that I seek! My next", 62), - BookLine("course of action must be", 63), - BookLine("to discover where these", 64), - BookLine("mines that are mentioned", 65), - ), - Page( - BookLine("can be found.", 66), - BookLine("", 67), - BookLine("", 68), - BookLine("", 69), - BookLine("", 70), - BookLine("", 71), - BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76), - ) - ), - // page 11-12 - PageSet( - Page( - BookLine("10th of Pentember", 55), - BookLine("", 56), - BookLine("Once again, the great", 57), - BookLine("library has provided the", 58), - BookLine("answer. I have found an", 59), - BookLine("ancient map that shows a", 60), - BookLine("series of mines in south-", 61), - BookLine("western Morytania, on", 62), - BookLine("the River Salve. These", 63), - BookLine("mines are not shown on", 64), - BookLine("modern maps. They must", 65), - ), - Page( - BookLine("be the place I seek.", 66), - BookLine("Tomorrow I shall go and", 67), - BookLine("find them!", 68), - BookLine("", 69), - BookLine("", 70), - BookLine("", 71), - BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76), - ) - ), - // page 13-14 - PageSet( - Page( - BookLine("11th of Pentember", 55), - BookLine("", 56), - BookLine("Today has been a hard", 57), - BookLine("day. We travelled south", 58), - BookLine("through desolate swamps,", 59), - BookLine("which were infested with", 60), - BookLine("ghasts. Many of my", 61), - BookLine("servants and soldiers fell", 62), - BookLine("to these creatures, but I", 63), - BookLine("have granted them", 64), - BookLine("eternal life as the undead,", 65), - ), - Page( - BookLine("so that they may", 66), - BookLine("continue to serve me.", 67), - BookLine("", 68), - BookLine("", 69), - BookLine("", 70), - BookLine("", 71), - BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76), - ) - ), - // page 15-16 - PageSet( - Page( - BookLine("12th of Pentember", 55), - BookLine("", 56), - BookLine("This morning we found", 57), - BookLine("out that all our food had", 58), - BookLine("spoiled over-night. We will", 59), - BookLine("need to hunt for food", 60), - BookLine("today, as we continue", 61), - BookLine("our trek southward, to", 62), - BookLine("the mines. I will be only", 63), - BookLine("too please to see the end", 64), - BookLine("of these accursed swamps", 65), // lack of a period here is an authentic typo. - ), - Page( - BookLine("16th of Pentember", 66), - BookLine("", 67), - BookLine("At last we have reached", 68), - BookLine("the mines! All my human", 69), - BookLine("companions have perished,", 70), - BookLine("but I have animated their", 71), - BookLine("corpses and now have", 72), - BookLine("servants aplenty to do", 73), - BookLine("my bidding. I just wish", 74), - BookLine("they weren't all so stupid!", 75), - BookLine("This afternoon we shall", 76), - ) - ), - // page 17-18 - PageSet( - Page( - BookLine("search for the entrance", 55), - BookLine("to the mines.", 56), - BookLine("", 57), - BookLine("", 58), - BookLine("", 59), - BookLine("", 60), - BookLine("", 61), - BookLine("", 62), - BookLine("", 63), - BookLine("", 64), - BookLine("", 65), - ), - Page( - BookLine("17th of Pentember", 66), - BookLine("", 67), - BookLine("It has been an eventful", 68), - BookLine("morning. The day started", 69), - BookLine("with us finding a madman", 70), - BookLine("wandering in the area,", 71), - BookLine("also searching for an", 72), - BookLine("entrance to the mine. I", 73), - BookLine("tricked him into telling me", 74), - BookLine("where the original", 75), - BookLine("entrance was, and from", 76), - ) - ), - // page 19-20 - PageSet( - Page( - BookLine("there my zombie minions", 55), - BookLine("soon found a way into", 56), - BookLine("the mines themselves. I", 57), - BookLine("can feel very powerful", 58), - BookLine("magic at work here,", 59), - BookLine("possibly even stronger", 60), - BookLine("than my own! In an", 61), - BookLine("attempt to find the source", 62), - BookLine("of this magic, I shall", 63), - BookLine("spend this afternoon", 64), - BookLine("preparing and casting", 65), - ), - Page( - BookLine("spells of location and", 66), - BookLine("scrying.", 67), - BookLine("", 68), - BookLine("", 69), - BookLine("", 70), - BookLine("", 71), - BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76), - ) - ), - // page 21-22 - PageSet( - Page( - BookLine("18th of Pentember", 55), - BookLine("", 56), - BookLine("I have seen the crystal", 57), - BookLine("that I seek, however it is", 58), - BookLine("guarded by a spirit of", 59), - BookLine("extreme power! I shall", 60), - BookLine("have my undead create a", 61), - BookLine("small dungeon, where I", 62), - BookLine("will be safe from attack", 63), - BookLine("and then I shall send", 64), - BookLine("them forth to slay this fell", 65), - ), - Page( - BookLine("spirit. I'm sure even one", 66), - BookLine("as powerful as that will", 67), - BookLine("fall to the numbers of", 68), - BookLine("undead that I can", 69), - BookLine("summon.", 70), - BookLine("", 71), - BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76), - ) - ), - // page 23-24 - PageSet( - Page( - BookLine("19th of Pentember", 55), - BookLine("", 56), - BookLine("Work began on the", 57), - BookLine("passage to my suite of", 58), - BookLine("rooms. My slaves work", 59), - BookLine("hard when the work is as", 60), - BookLine("simple as this, and we", 61), - BookLine("make excellent progress.", 62), - BookLine("The only thing of interest", 63), - BookLine("is that we found some", 64), - BookLine("strange stone blocks, of a", 65), - ), - Page( - BookLine("design that I have not", 66), - BookLine("seen before. I may study", 67), - BookLine("them further when I have", 68), - BookLine("more time available.", 69), - BookLine("", 70), - BookLine("", 71), - BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76), - ) - ), - // page 25-26 - PageSet( - Page( - BookLine("20th of Pentember", 55), - BookLine("", 56), - BookLine("Today we excavated the", 57), - BookLine("entrance to a building! I", 58), - BookLine("do not recognize the style", 59), - BookLine("of masonry used, but the", 60), - BookLine("creators must have been", 61), - BookLine("about the same height and", 62), - BookLine("girth as I am, judging by", 63), - BookLine("the size of the doorways and", 64), - BookLine("stair-cases. The temple is", 65), - ), - Page( - BookLine("fraught with traps, but", 66), - BookLine("will make a fine base for", 67), - BookLine("me to wait whilst my", 68), - BookLine("army of undead retrieve", 69), - BookLine("a piece of the Salve", 70), - BookLine("Crystal. I have several", 71), - BookLine("theories pertaining to the", 72), - BookLine("origin of this strange", 73), - BookLine("temple. If I am correct", 74), - BookLine("we are deep", 75), - BookLine("underground, directly", 76), - ) - ), - // page 27-29 - PageSet( - Page( - BookLine("below the village of Burgh", 55), - BookLine("do Rott. It may be that", 56), - BookLine("this temple was built as a", 57), - BookLine("fortification against an", 58), - BookLine("invasion from the desert", 59), - BookLine("nomads, who live to the", 60), - BookLine("west of here.", 61), - BookLine("Alternatively, perhaps it", 62), - BookLine("was built at the bequest", 63), - BookLine("of one of the lesser", 64), - BookLine("vampire lords who ruled", 65), - ), - Page( - BookLine("this area when Drakan", 66), - BookLine("came to power. However,", 67), - BookLine("I believe that it was", 68), - BookLine("probably built to guard", 69), - BookLine("an ancient treasure. My", 70), - BookLine("reasoning is thus; there", 71), - BookLine("doesn't seem to be any", 72), - BookLine("type of altar that we have", 73), - BookLine("found yet and the temple", 74), - BookLine("is littered with traps.", 75), - BookLine("Further research may", 76), - ) - ), - // page 29-30 - PageSet( - Page( - BookLine("reveal and answer. In the", 55), - BookLine("meantime I have", 56), - BookLine("enchanted this diary of", 57), - BookLine("mine with the spell needed", 58), - BookLine("to enhance the powers of", 59), - BookLine("the crystal. I await my", 60), - BookLine("minions' return.", 61), - BookLine("", 62), - BookLine("", 63), - BookLine("", 64), - BookLine("", 65), - ), - Page( - BookLine("", 66), - BookLine("", 67), - BookLine("", 68), - BookLine("", 69), - BookLine("", 70), - BookLine("", 71), - BookLine("", 72), - BookLine("", 73), - BookLine("", 74), - BookLine("", 75), - BookLine("", 76), - ) - ), - ) - - private fun display(player: Player, pageNum: Int, buttonID: Int): Boolean { - BookInterface.pageSetup(player, BookInterface.FANCY_BOOK_3_49, TITLE, CONTENTS) - return true - } - } - - override fun defineListeners() { - on(Items.TARNS_DIARY_10587, IntType.ITEM, "read") { player, node -> - BookInterface.openBook(player, BookInterface.FANCY_BOOK_3_49, ::display) - storeBookInHouse(player, node) - return@on true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/lairoftarn/TerrorDogNPC.kt b/Server/src/main/content/region/morytania/quest/lairoftarn/TerrorDogNPC.kt deleted file mode 100644 index 8ccb2cfa4..000000000 --- a/Server/src/main/content/region/morytania/quest/lairoftarn/TerrorDogNPC.kt +++ /dev/null @@ -1,29 +0,0 @@ -package content.region.morytania.quest.lairoftarn - -import core.game.node.entity.Entity -import core.game.node.entity.npc.AbstractNPC -import core.game.node.entity.player.Player -import core.game.world.map.Location -import core.plugin.Initializable -import org.rs09.consts.NPCs - -/** - * Terror Dogs, from the Lair of Tarn - */ - -@Initializable -class TerrorDogNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) { - - override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC { - return TerrorDogNPC(id, location) - } - - override fun getIds(): IntArray { - return intArrayOf(NPCs.TERROR_DOG_5417, NPCs.TERROR_DOG_5418) - } - - // TODO: this should be removed if/when NPC stacking is properly fixed (ref gitlab issue #2268) - override fun shouldPreventStacking(mover: Entity?): Boolean { - return mover !is Player - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/werewolfagility/AgilityCourse.kt b/Server/src/main/content/region/morytania/werewolfagility/AgilityCourse.kt deleted file mode 100644 index 7f1bb8075..000000000 --- a/Server/src/main/content/region/morytania/werewolfagility/AgilityCourse.kt +++ /dev/null @@ -1,319 +0,0 @@ -package content.region.morytania.werewolfagility - -import content.global.skill.agility.AgilityHandler -import core.api.* -import core.game.dialogue.FacialExpression -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.interaction.QueueStrength -import core.game.node.entity.Entity -import core.game.node.entity.combat.ImpactHandler -import core.game.node.entity.impl.ForceMovement -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.world.map.Direction -import core.game.world.map.Location -import core.game.world.map.zone.ZoneBorders -import core.game.world.update.flag.context.Animation -import core.tools.RandomFunction -import org.rs09.consts.Items -import org.rs09.consts.NPCs -import org.rs09.consts.Scenery - -class AgilityCourse : InteractionListener, MapArea { - - companion object { - - private const val LAST_VISITED_STONE_TILE_KEY = "lastVisitedStoneTile" - - val steppingStones = listOf( - Location(3538, 9873, 0), - Location(3538, 9875, 0), // 1 - Location(3538, 9877, 0), // 2 - Location(3540, 9877, 0), // 3 - Location(3540, 9879, 0), // 4 - Location(3540, 9881, 0), // 5 - Location(3540, 9882, 0), - ) - - // https://www.youtube.com/watch?v=JN_1c7r9PVo - Popular courses GOOD! - // https://www.youtube.com/watch?v=fmzzLy5fXK4 - a fall location on the other side - // https://www.youtube.com/watch?v=RnhjHPuae3Q - best with 2 fall locations nearest and furthest. - // https://www.youtube.com/watch?v=_Re3MRhHbZk - middle location fall. - // 180 160 140 exp for the 3 failure locations - // 200 exp for success - val startTile: Location = Location(3528, 9910, 0) - val midwayTile1: Location = Location(3528, 9890, 0) - val midwayTile2: Location = Location(3528, 9885, 0) - val midwayTile3: Location = Location(3528, 9880, 0) - val failureTileLeft1: Location = Location(3526, 9888, 0) - val failureTileLeft2: Location = Location(3526, 9883, 0) - val failureTileLeft3: Location = Location(3526, 9878, 0) - val failureTileRight1: Location = Location(3530, 9888, 0) - val failureTileRight2: Location = Location(3530, 9883, 0) - val failureTileRight3: Location = Location(3530, 9878, 0) - val endTile: Location = Location(3528, 9873, 0) - - // anim 767 - Landing on stomach - - fun nearestWerewolfSay(loc: Location, chatText: String) { - var werewolfNpc = findLocalNPCs(loc, NPCs.AGILITY_TRAINER_1663).sortedWith { a, b -> - (a.location.getDistance(loc) - b.location.getDistance(loc)).toInt() - }.getOrNull(0) - if (werewolfNpc != null) { - sendChat(werewolfNpc, chatText) - } - } - - fun randomWerewolfSay(): String { - return listOf( - "Remember - a slow wolf is a hungry wolf!!", - "Get on with it - you need your whiskers perking!!!!", - "Claws first - think later.", - "Imagine the smell of blood in your nostrils!!!", - "I never really wanted to be an agility trainer...", - "It'll be worth it when you hunt!!", - "Let's see those powerful backlegs at work!!", - "Let the bloodlust take you!!", - "You're the slowest wolf I've ever had the misfortune to witness!!", - "When you're done there's a human with your name on it!!", - ).random() - } - - fun randomZiplineWerewolfSay(): String { - return listOf( - "Give my regards to the ground...", - "Don't let the spikes or the blood put you off...", - "Now for a true test of teeth...", - ).random() - } - - } - - override fun defineListeners() { - - on(Scenery.TRAPDOOR_5131, IntType.SCENERY, "open") { player, node -> - replaceScenery(node as core.game.node.scenery.Scenery, Scenery.TRAPDOOR_5132, -1) - return@on true - } - - // Ladder Down - on(Scenery.TRAPDOOR_5132, IntType.SCENERY, "climb-down") { player, node -> - if (!anyInEquipment(player, Items.RING_OF_CHAROS_4202, Items.RING_OF_CHAROSA_6465)) { - sendNPCDialogue(player, NPCs.WEREWOLF_1665, "You can't go down there, human. If it wasn't my duty to guard this trapdoor, I would be relieving you of the burden of your life right now.", FacialExpression.WEREWOLF_NEUTRAL) - } else { - sendNPCDialogue(player, NPCs.WEREWOLF_1665, "Good luck down there, my friend. Remember, to the west is the main agility course, while to the east is a skullball course.", FacialExpression.WEREWOLF_NEUTRAL) - teleport(player, Location(3549, 9865, 0)) - } - return@on true - } - - // Please note the previous teleport on close was because there is a stupid code in DoorManagingPlugin - on(Scenery.TRAPDOOR_5132, IntType.SCENERY, "close") { player, node -> - replaceScenery(node as core.game.node.scenery.Scenery, Scenery.TRAPDOOR_5131, -1) - return@on true - } - - // Ladder Up - on(Scenery.LADDER_5130, IntType.SCENERY, "climb-up") { player, node -> - teleport(player, Location(3543, 3463, 0)) - return@on true - } - - - // Stepping stones (destination overrides below) - on(Scenery.STEPPING_STONE_35996, IntType.SCENERY, "jump-to") { player, node -> - if (!hasLevelDyn(player, Skills.AGILITY, 60)) { - sendDialogue(player, "You need an Agility level of at least 60 to do this.") - return@on false - } - val arrIndex = steppingStones.indexOf(node.location) - AgilityHandler.forceWalk(player, -1, steppingStones[arrIndex-1], steppingStones[arrIndex], Animation.create(741), 20, 10.0, null, 0).endAnimation = Animation.RESET - - if (arrIndex == 1 && !inInventory(player, Items.STICK_4179)) { - val agilityBoss = findLocalNPC(player, NPCs.AGILITY_BOSS_1661) - if (agilityBoss != null) { - sendChat(agilityBoss, "FETCH!!!!!") - face(agilityBoss, Location(3540, 9877, 0)) - animate(agilityBoss, 6547) - produceGroundItem(player, Items.STICK_4179, 1, Location((3542..3544).random(), (9911..9913).random())) - spawnProjectile(Location(3540, 9873), Location(3540, 9883), 1158, 0, 0, 1, 60, 0) - } - } - return@on true - } - - // Hurdles - on(intArrayOf(Scenery.HURDLE_5133, Scenery.HURDLE_5134, Scenery.HURDLE_5135), IntType.SCENERY, "jump") { player, node -> - if (!hasLevelDyn(player, Skills.AGILITY, 60)) { - sendDialogue(player, "You need an Agility level of at least 60 to do this.") - return@on false - } - if (player.location.y < node.location.y) { - AgilityHandler.forceWalk(player, -1, player.location, player.location.transform(0, 2, 0), Animation.create(1603), 10, 20.0, null, 0).endAnimation = Animation.RESET - } else { - sendMessage(player, "You've already jumped over the hurdle.") - } - return@on true - } - - // Pipes - on(intArrayOf(Scenery.PIPE_5152), IntType.SCENERY, "squeeze-through") { player, node -> - if (!hasLevelDyn(player, Skills.AGILITY, 60)) { - sendDialogue(player, "You need an Agility level of at least 60 to do this.") - return@on false - } - if (player.location.y < node.location.y) { - nearestWerewolfSay(Location(3540, 9902), randomWerewolfSay()) - AgilityHandler.forceWalk(player, -1, player.location, player.location.transform(0, 5, 0), Animation.create(10580), 10, 15.0, null, 0).endAnimation = Animation(10579) - } else { - sendMessage(player, "You've already squeezed through the pipe.") - } - return@on true - } - - // Skull slopes - on(intArrayOf(Scenery.SKULL_SLOPE_5136), IntType.SCENERY, "climb-up") { player, node -> - if (!hasLevelDyn(player, Skills.AGILITY, 60)) { - sendDialogue(player, "You need an Agility level of at least 60 to do this.") - return@on false - } - if (player.location.x > node.location.x) { - nearestWerewolfSay(Location(3536, 9912), randomWerewolfSay()) - AgilityHandler.forceWalk(player, -1, player.location, player.location.transform(-2, 0, 0), Animation.create(2049), 10, 25.0, null, 0).endAnimation = Animation.RESET - } else { - sendMessage(player, "You've already climbed the skull wall.") - } - return@on true - } - - // Zip line - on(intArrayOf(Scenery.ZIP_LINE_5139, Scenery.ZIP_LINE_5140, Scenery.ZIP_LINE_5141), IntType.SCENERY, "teeth-grip") { player, node -> - if (!hasLevelDyn(player, Skills.AGILITY, 60)) { - sendDialogue(player, "You need an Agility level of at least 60 to do this.") - return@on false - } - - var successChancePercent = 100.0 - // "With level 80 in Agility and Strength and a weight of 2 kg or lower, this obstacle will never be failed." - // Otherwise, this is up to my decision on whether to torture you - if (!(getDynLevel(player, Skills.AGILITY) >= 80 && getDynLevel(player, Skills.STRENGTH) >= 80 && player.settings.weight <= 2.0)) { - // All the successes are between 0.0 to 1.0 range - val agilitySuccess = RandomFunction.getSkillSuccessChance(0.0, 320.0, 60) / 100// 0 at lvl1, 256 at lvl80 extrapolate to 320 at lvl 99 - val strengthSuccess = RandomFunction.getSkillSuccessChance(0.0, 320.0, 60) / 100 // 0 at lvl1, 256 at lvl80 extrapolate to 320 at lvl 99 - val weightSuccess = Math.max(80.0 - player.settings.weight, 0.0) / 100 // 80% chance, minus 1% per weight gain. - successChancePercent *= agilitySuccess - successChancePercent *= strengthSuccess - successChancePercent *= weightSuccess - } - - // Align player up on the zipline - forceMove(player, player.location, Location(3528, 9910, 0), 0,10) - face(player, Location(3528, 9915, 0)) - lock(player, 6) - // roll a number, between 0-totalSuccess means you succeed, otherwise between totalSuccess-100 you fail. - if(RandomFunction.random(0.0, 100.0) < successChancePercent) { // Success - nearestWerewolfSay(Location(3527, 9909), randomZiplineWerewolfSay()) - queueScript(player, 2, QueueStrength.SOFT) { stage -> - when (stage) { - 0 -> { - face(player, Location(3528, 9915, 0)) - animate(player, 1601) - sendMessage(player, "You bravely cling on to the death slide by your teeth ...") - return@queueScript delayScript(player, 2) - } - 1 -> { - sendChat(player, "WAAAAAARRRGGGHHH!!!!!!") - ForceMovement.run(player, startTile, endTile, Animation(1602), Animation(1602), Direction.SOUTH, 60).endAnimation = Animation.RESET - return@queueScript delayScript(player, 8) - } - 2 -> { - rewardXP(player, Skills.AGILITY, 200.0) - sendMessage(player, ".. and land safely on your feet.") - teleport(player, endTile) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - } else { - // Based on total success, find where to land. If you had a lower chance, you get the early drop and lower XP. - var finalTile = endTile - var animTicks = 6 - var fallTile = endTile - var rewardXP = 200.0 - if (successChancePercent <= 20.0) { - finalTile = midwayTile1 - fallTile = arrayOf(failureTileLeft1, failureTileRight1).random() - animTicks = 4 - rewardXP = 140.0 - } else if (successChancePercent <= 40.0 ) { - finalTile = midwayTile2 - fallTile = arrayOf(failureTileLeft2, failureTileRight2).random() - animTicks = 5 - rewardXP = 160.0 - } else { - finalTile = midwayTile3 - fallTile = arrayOf(failureTileLeft3, failureTileRight3).random() - animTicks = 6 - rewardXP = 180.0 - } - - nearestWerewolfSay(Location(3527, 9909), randomZiplineWerewolfSay()) - queueScript(player, 2, QueueStrength.SOFT) { stage -> - when (stage) { - 0 -> { - face(player, Location(3528, 9915, 0)) - animate(player, 1601) - sendMessage(player, "You bravely cling on to the death slide by your teeth ...") - return@queueScript delayScript(player, 2) - } - 1 -> { - sendChat(player, "WAAAAAARRRGGGHHH!!!!!!") - ForceMovement.run(player, startTile, finalTile, Animation(1602), Animation(1602), Direction.SOUTH, 60).endAnimation = Animation(767) - return@queueScript delayScript(player, animTicks) - } - 2 -> { - rewardXP(player, Skills.AGILITY, rewardXP) - sendMessage(player, ".. only to fall from a great height!") - teleport(player, fallTile) - // Can't get this to chain animations. - //ForceMovement.run(player, finalTile, fallTile, Animation(767), Animation(767), Direction.SOUTH, 60).endAnimation = Animation(767) - return@queueScript delayScript(player, 2) - } - 3 -> { - teleport(player, fallTile) - player.impactHandler.manualHit(player, (1..30).random(), ImpactHandler.HitsplatType.NORMAL) - return@queueScript stopExecuting(player) - } - else -> return@queueScript stopExecuting(player) - } - } - } - - return@on true - } - } - - override fun defineDestinationOverrides() { - setDest(IntType.SCENERY, intArrayOf(Scenery.STEPPING_STONE_35996),"jump-to"){ player, node -> - val arrIndex = steppingStones.indexOf(node.location) - return@setDest steppingStones[arrIndex - 1] - } - } - - override fun defineAreaBorders(): Array { - // Area of the zipline. - return arrayOf(ZoneBorders(3527, 9876, 3529, 9907)) - } - - override fun areaLeave(entity: Entity, logout: Boolean) { - // In case you log out during the zipline of death slide, you won't be left on it. - // You lose that XP though... - if (entity is Player) { - if (logout) { - teleport(entity, endTile) - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/werewolfagility/AgilityTrainerDialogue.kt b/Server/src/main/content/region/morytania/werewolfagility/AgilityTrainerDialogue.kt deleted file mode 100644 index d382686d3..000000000 --- a/Server/src/main/content/region/morytania/werewolfagility/AgilityTrainerDialogue.kt +++ /dev/null @@ -1,37 +0,0 @@ -package content.region.morytania.werewolfagility - -import core.api.* -import core.game.dialogue.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.npc.NPC -import core.game.node.entity.skill.Skills -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -/** - * https://www.youtube.com/watch?v=mIKPpc30XBQ - What stick - */ -class AgilityTrainerDialogue : InteractionListener { - - override fun defineListeners() { - on(NPCs.AGILITY_TRAINER_1664, IntType.NPC, "give-stick") { player, node -> - if (inInventory(player, Items.STICK_4179)) { - removeItem(player, Items.STICK_4179) - rewardXP(player, Skills.AGILITY, 190.0) - sendMessage(player, "You give the stick to the werewolf.") - return@on true - } - DialogueLabeller.open(player, object : DialogueLabeller() { - override fun addConversation() { - assignToIds(NPCs.AGILITY_TRAINER_1664) - // shorts/TO-vdlyOa3E - npc(ChatAnim.WEREWOLF_NEUTRAL, "Have you brought the stick yet?") - player("What stick?") - npc(ChatAnim.WEREWOLF_NEUTRAL, "Come on, get round that course - I need something to chew!") - } - }, node as NPC) - return@on true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/werewolfagility/SkullballBossDialogue.kt b/Server/src/main/content/region/morytania/werewolfagility/SkullballBossDialogue.kt deleted file mode 100644 index 88121fe46..000000000 --- a/Server/src/main/content/region/morytania/werewolfagility/SkullballBossDialogue.kt +++ /dev/null @@ -1,92 +0,0 @@ -package content.region.morytania.werewolfagility - -import core.api.* -import core.game.dialogue.* -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.plugin.Initializable -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -@Initializable -class SkullballBossDialogue (player: Player? = null) : DialoguePlugin(player) { - override fun newInstance(player: Player): DialoguePlugin { - return SkullballBossDialogue(player) - } - override fun handle(interfaceId: Int, buttonId: Int): Boolean { - openDialogue(player, SkullballBossDialogueFile(), npc) - return false - } - override fun getIds(): IntArray { - return intArrayOf(NPCs.SKULLBALL_BOSS_1660) - } -} -class SkullballBossDialogueFile : DialogueLabeller() { - override fun addConversation() { - assignToIds(NPCs.SKULLBALL_BOSS_1660) - - exec { player, npc -> - if(!anyInEquipment(player, Items.RING_OF_CHAROS_4202, Items.RING_OF_CHAROSA_6465)) { - goto("ishuman") - } else if (getAttribute(player, SkullballCourse.attributeSkullballInstance, null) != null) { - goto("skullballinprogress") - } else { - goto("noskullball") - } - } - - label("ishuman") - npc(ChatAnim.WEREWOLF_SUSPICIOUS, "Grrr - you don't belong in here, human!") - - label("skullballinprogress") - options( - DialogueOption("explainskullball", "What are the instructions for using the skullball course?", expression=ChatAnim.THINKING), - DialogueOption("lostskullball", "I seem to have lost my ball - can I have another one?", expression=ChatAnim.THINKING), - DialogueOption("clearskullball", "I give up, I can't do it - take my ball away.", expression=ChatAnim.NEUTRAL), - ) - - label("noskullball") - options( - DialogueOption("checkskullball", "I would like to do the skullball course.", expression=ChatAnim.NEUTRAL), - DialogueOption("explainskullball", "What are the instructions for using the skullball course?", expression=ChatAnim.THINKING), - ) - - label("checkskullball") - exec { player, npc -> - if (!hasLevelDyn(player, Skills.AGILITY, 25)) { - goto("requirementnotmet") - } else { - goto("startskullball") - } - } - - label("requirementnotmet") - line("You need an Agility level of at least 25 to do this.") - - label("startskullball") - exec { player, npc -> - SkullballCourse.startBall(player) - } - - - label("lostskullball") - npc(ChatAnim.WEREWOLF_NEUTRAL, "No problem, here's another one. You'll have to start from the beginning again, but the timer will be restarted too.") - exec { player, npc -> - SkullballCourse.clearBall(player) - SkullballCourse.startBall(player) - } - - label("clearskullball") - npc(ChatAnim.WEREWOLF_NEUTRAL, "Oh dear, such a defeatist.") - exec { player, npc -> - SkullballCourse.clearBall(player) - } - - label("explainskullball") - npc(ChatAnim.WEREWOLF_NEUTRAL, "The skullball comes out of one of these four spawnholes. Just kick the ball through the middle of each goal, through the skeleton's feet.") - npc(ChatAnim.WEREWOLF_NEUTRAL, "There are 10 goals, which you must complete in order, and one final goal.") - npc(ChatAnim.WEREWOLF_NEUTRAL, "An arrow will point to your ball, just in case lots of people are using the course at the same time as yourself.") - npc(ChatAnim.WEREWOLF_NEUTRAL, "The better your time, the more agility XP you will be awarded. The timer starts when you score your first goal.") - } -} diff --git a/Server/src/main/content/region/morytania/werewolfagility/SkullballCourse.kt b/Server/src/main/content/region/morytania/werewolfagility/SkullballCourse.kt deleted file mode 100644 index 89f1625df..000000000 --- a/Server/src/main/content/region/morytania/werewolfagility/SkullballCourse.kt +++ /dev/null @@ -1,330 +0,0 @@ -package content.region.morytania.werewolfagility - -import core.api.* -import core.game.interaction.InteractionListener -import core.game.interaction.QueueStrength -import core.game.node.entity.Entity -import core.game.node.entity.npc.NPC -import core.game.node.entity.npc.NPCBehavior -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.world.map.Direction -import core.game.world.map.Location -import core.game.world.map.RegionManager -import core.game.world.map.zone.ZoneBorders -import core.game.world.update.flag.context.Animation -import org.rs09.consts.NPCs - -class SkullballCourse : MapArea { - - companion object { - val attributeSkullballInstance = "skullball-instance" - val attributeSkullballCurrentGoal = "skullball-currentgoal" // 0 to 10 - val attributeSkullballStartTime = "skullball-starttime" - - val skullballGoalIface = 379 - - val startingBall = arrayOf( - Location.create(3552, 9859), - Location.create(3554, 9860), - Location.create(3555, 9860), - Location.create(3557, 9859), - ) - /** Array of ZoneBorders with Skullball Goals */ - val skullballGoals = arrayOf( - ZoneBorders(3555,9870,3555,9870), // rot 0 - ZoneBorders(3556,9883,3556,9883), - ZoneBorders(3558,9891,3558,9891), - ZoneBorders(3557,9900,3557,9900), - ZoneBorders(3558,9906,3558,9906), - ZoneBorders(3563,9911,3563,9911), // rot 1 - ZoneBorders(3575,9905,3575,9905), // rot 2 - ZoneBorders(3574,9888,3574,9888), - ZoneBorders(3575,9878,3575,9878), - ZoneBorders(3568,9864,3568,9864), // rot 3 - ZoneBorders(3563,9866,3563,9866), // End goal tunnel - ) - - /** Extract Location from ZoneBorders **/ - fun extractLoc(z :ZoneBorders): Location { - return Location(z.northEastX, z.northEastY, 0) - } - - /** Creates a skullball for the player to kick around. */ - fun startBall(player: Player) { - if (getAttribute(player, attributeSkullballInstance, null) == null) { - val npc = NPC(NPCs.SKULLBALL_1659) - setAttribute(npc, "target", player) - setAttribute(player, attributeSkullballInstance, npc) - npc.isRespawn = false - npc.isWalks = false - npc.location = startingBall.random() - npc.direction = Direction.NORTH - npc.walkRadius = 100 - npc.init() - clearHintIcon(player) - registerHintIcon(player, npc) - npc.lock(5) - // Force walk doesn't work here because this npc isn't flagged to be forced walked. - npc.walkingQueue.reset() - val newLoc = npc.location.transform(Location(0, 4, 0)) - npc.walkingQueue.addPath(newLoc.x, newLoc.y) - } - } - - /** Clears the skullball from the world for that player. */ - fun clearBall(player: Player) { - val npcBall = getAttribute(player, attributeSkullballInstance, null) - if (npcBall != null) { - clearHintIcon(player) - removeAttribute(npcBall, "target") - npcBall.clear() - removeAttribute(player, attributeSkullballCurrentGoal) - removeAttribute(player, attributeSkullballStartTime) - removeAttribute(player, attributeSkullballInstance) - } - } - - fun nearestWerewolfSay(entity: Entity, chatText: String) { - var werewolfNpc = findLocalNPCs(entity, intArrayOf(NPCs.SKULLBALL_TRAINER_1662)).filter { npc -> - npc.id == NPCs.SKULLBALL_TRAINER_1662 - }.sortedWith { a, b -> - (a.location.getDistance(entity.location) - b.location.getDistance(entity.location)).toInt() - }.getOrNull(0) - if (werewolfNpc != null) { - sendChat(werewolfNpc, chatText, 0) - } - } - - fun randomWerewolfSay(): String { - return listOf( - "You have truly gifted paws!", - "I've never seen anything like it!", - "Claws first - think later.", - "You need a few more skullball lessons.", - "Keep it up!", - "Don't give up the day job!", -// "Look at @g[her,him] go!", // I can't get the gender to work. - "Pathetic!", - "What - a - goal !!!", - "That was just plain lucky.", - ).random() - } - } - - override fun defineAreaBorders(): Array { - return skullballGoals.copyOf(skullballGoals.lastIndex).filterNotNull().toTypedArray() // remove last goal - } - - override fun areaLeave(entity: Entity, logout: Boolean) { - // When leaving the area with the goals, the scenery of the goal is one tile adjacent to it. - val surroundingScenery = - getScenery(entity.location.transform(1,0,0)) ?: - getScenery(entity.location.transform(0,1,0)) ?: - getScenery(entity.location.transform(-1,0,0)) ?: - getScenery(entity.location.transform(0,-1,0)) - // If that tile is the actual goal, - if (surroundingScenery != null && surroundingScenery.id == 5146) { - animateScenery(surroundingScenery, 1598) // anim 1599 is when skullball enters from behind. - - val player = getAttribute(entity, "target", null) - if (player == null) { return } - // On the first goal, start the time. - if (surroundingScenery.location.equals(extractLoc(skullballGoals[0]))) { - if (getAttribute(player, attributeSkullballStartTime, null) == null) { - setAttribute(player, attributeSkullballStartTime, System.currentTimeMillis()) - } - } - val currGoal = getAttribute(player, attributeSkullballCurrentGoal, 0) - if (surroundingScenery.location.equals(extractLoc(skullballGoals[currGoal]))) { - setAttribute(player, attributeSkullballCurrentGoal, currGoal + 1) - val nextGoal = getAttribute(player, attributeSkullballCurrentGoal, 0) - clearHintIcon(player) - if (nextGoal < skullballGoals.size ) { - if (nextGoal == 10) { - registerHintIcon(player, extractLoc(skullballGoals[nextGoal]), 5) - } else { - registerHintIcon(player, getScenery(extractLoc(skullballGoals[nextGoal]))!!) - } - } - if (nextGoal < skullballGoals.size - 1) { - nearestWerewolfSay(player, randomWerewolfSay()) - } - } - } - } -} - -class SkullballBehavior : NPCBehavior(NPCs.SKULLBALL_1659), InteractionListener, MapArea { - - companion object { - - /** Generates a movement queue for a kicked/pushed thing. Bounces against walls. **/ - private fun generatePath(npc: NPC, kickDirection: Location, distanceToMove: Int) { - npc.walkingQueue.reset() - var moveDirection = kickDirection - var nextTile = npc.location - // For each tile to move, - for (i in 1..distanceToMove) { - nextTile = nextTile.transform(moveDirection) - if (!(RegionManager.isTeleportPermitted(nextTile) || // walkable square - nextTile.equals(3563, 9865, 0) || // final goal - nextTile.equals(3563, 9866, 0) || // final goal - getScenery(nextTile)?.id == 5146 // skeleton goal - ) - ) { - // Tile is blocked, reverse ball direction and set a walkingQueue Path. - // Since the ball can only move orthogonality we can flip both x and y since one will be 0 - moveDirection = Location(-moveDirection.x, -moveDirection.y, moveDirection.z) - nextTile = nextTile.transform(moveDirection) - npc.walkingQueue.addPath(nextTile.x, nextTile.y) - nextTile = nextTile.transform(moveDirection) - if (nextTile.equals(3563, 9866, 0)) { break } - } - } - npc.walkingQueue.addPath(nextTile.x, nextTile.y) - } - - /** Moves the ball a certain distance (1,4,9 as authentic). */ - fun moveBall(player: Player, ballNpc: NPC, distance: Int) { - if (getAttribute(ballNpc, "target", null)?.username == player.username) { - clearHintIcon(player) - registerHintIcon(player, ballNpc) - animate(player, 1606) - generatePath(ballNpc, Location.getDelta(player.location, ballNpc.location), distance) - } else { - sendMessage(player, "That is not your skullball.") - } - } - /** Show current goal to score. */ - fun showGoal(player: Player, ballNpc: NPC) { - if (getAttribute(ballNpc, "target", null)?.username == player.username) { - val currGoal = getAttribute(player, SkullballCourse.attributeSkullballCurrentGoal, 0) - clearHintIcon(player) - if (currGoal < SkullballCourse.skullballGoals.size) { - if (currGoal == 10) { - registerHintIcon(player, SkullballCourse.extractLoc(SkullballCourse.skullballGoals[currGoal]), 5) - } else { - registerHintIcon(player, getScenery(SkullballCourse.extractLoc(SkullballCourse.skullballGoals[currGoal]))!!) - } - } - - } else { - sendMessage(player, "That is not your skullball.") - } - } - - /** Calculate the amount of time from the first goal to the final goal. */ - fun calcTime(player: Player) : String { - val startTime = getAttribute(player, SkullballCourse.attributeSkullballStartTime, System.currentTimeMillis()) - val endTime = System.currentTimeMillis() - val timeDiffInSecs = (endTime - startTime) / 1000 - val finalMins = timeDiffInSecs / 60 - val finalSecs = timeDiffInSecs % 60 - return String.format("%01d:%02d", finalMins, finalSecs) - } - - /** Calculate the amount exp earned when kicked into the last goal. */ - fun calcExp(player: Player) : Int { - val startTime = getAttribute(player, SkullballCourse.attributeSkullballStartTime, System.currentTimeMillis()) - val endTime = System.currentTimeMillis() - val timeDiffInSecs = (((endTime - startTime) / 1000) - 240).toInt().coerceAtLeast(0) - return (750 - timeDiffInSecs / 3).coerceAtLeast(0) // Kotlin what the fuck is this function - } - } - - var clearTime = 0 - - override fun onRemoval(self: NPC) { - clearTime = 0 - } - - override fun tick(self: NPC): Boolean { - // You have 800 ticks = 8 mins to kick the ball into the goal. - if (clearTime++ > 800) { - clearTime = 0 - val player = getAttribute(self, "target", null) - if (player != null) { - removeAttribute(player, SkullballCourse.attributeSkullballInstance) - removeAttribute(player, SkullballCourse.attributeSkullballCurrentGoal) - removeAttribute(player, SkullballCourse.attributeSkullballStartTime) - } - removeAttribute(self, "target") - self.clear() - } - if (!self.location.equals(3563, 9866, 0)) { - return true - } - val player = getAttribute(self, "target", null) - if (player == null) { - return true - } - if (getAttribute(player, SkullballCourse.attributeSkullballCurrentGoal, 0) != 10) { - sendMessage(player, "You did not score all the goals.") - return true - } - SkullballCourse.nearestWerewolfSay(player, "${if(player.isMale){"He"} else {"She"}} shoots - ${if(player.isMale){"He"} else {"She"}} scores!!!!!") - // Do all the calculation upfront: - val calcedTime = calcTime(player) - val finalExp = calcExp(player) - removeAttribute(player, SkullballCourse.attributeSkullballInstance) - removeAttribute(player, SkullballCourse.attributeSkullballCurrentGoal) - removeAttribute(player, SkullballCourse.attributeSkullballStartTime) - removeAttribute(self, "target") - self.clear() - - sendMessage(player, "Well done - you've finished the skullball course!!!") - lock(player, Animation(1605).duration) - queueScript(player, 0, QueueStrength.SOFT) { stage: Int -> - when (stage) { - 0 -> { - animate(player, 1605) - return@queueScript delayScript(player, Animation(1605).duration) - } - - 1 -> { - setInterfaceText(player, calcedTime, SkullballCourse.skullballGoalIface, 5) - setInterfaceText(player, finalExp.toString(), SkullballCourse.skullballGoalIface, 6) - rewardXP(player, Skills.AGILITY, finalExp.toDouble()) - openInterface(player, SkullballCourse.skullballGoalIface) - return@queueScript stopExecuting(player) - } - - else -> return@queueScript stopExecuting(player) - } - } - return true - } - - override fun defineListeners() { - on(NPCs.SKULLBALL_1659, NPC, "tap") { player, node -> - moveBall(player, node as NPC, 1) - return@on true - } - - on(NPCs.SKULLBALL_1659, NPC, "kick") { player, node -> - moveBall(player, node as NPC, 4) - return@on true - } - - on(NPCs.SKULLBALL_1659, NPC, "shoot") { player, node -> - moveBall(player, node as NPC, 9) - return@on true - } - - on(NPCs.SKULLBALL_1659, NPC, "show-goal") { player, node -> - showGoal(player, node as NPC) - return@on true - } - } - - override fun defineAreaBorders(): Array { - return arrayOf(getRegionBorders(14234)) - } - - override fun areaLeave(entity: Entity, logout: Boolean) { - if (entity is Player) { - SkullballCourse.clearBall(entity) - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/werewolfagility/SkullballTrainerDialogue.kt b/Server/src/main/content/region/morytania/werewolfagility/SkullballTrainerDialogue.kt deleted file mode 100644 index bfb32a1e8..000000000 --- a/Server/src/main/content/region/morytania/werewolfagility/SkullballTrainerDialogue.kt +++ /dev/null @@ -1,66 +0,0 @@ -package content.region.morytania.werewolfagility - -import core.api.* -import core.game.dialogue.ChatAnim -import core.game.dialogue.DialogueLabeller -import core.game.dialogue.DialoguePlugin -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.plugin.Initializable -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -@Initializable -class SkullballTrainerDialogue (player: Player? = null) : DialoguePlugin(player) { - override fun newInstance(player: Player): DialoguePlugin { - return SkullballTrainerDialogue(player) - } - override fun handle(interfaceId: Int, buttonId: Int): Boolean { - openDialogue(player, SkullballTrainerDialogueFile(), npc) - return false - } - override fun getIds(): IntArray { - return intArrayOf(NPCs.SKULLBALL_TRAINER_1662) - } -} -class SkullballTrainerDialogueFile : DialogueLabeller() { - override fun addConversation() { - assignToIds(NPCs.SKULLBALL_TRAINER_1662) - - exec { player, npc -> - if(!anyInEquipment(player, Items.RING_OF_CHAROS_4202, Items.RING_OF_CHAROSA_6465)) { - goto("ishuman") - } else if (getAttribute(player, SkullballCourse.attributeSkullballInstance, null) != null) { - goto("skullballinprogress") - } else { - goto("noskullball") - } - } - - label("ishuman") - npc(ChatAnim.WEREWOLF_SUSPICIOUS, "Grrr - you don't belong in here, human!") - - label("noskullball") - player(ChatAnim.THINKING, "What is this place?") - npc(ChatAnim.WEREWOLF_NEUTRAL, "This is the Skullball Course") - npc(ChatAnim.WEREWOLF_NEUTRAL, "Go talk to the boss at the beginning of the course if you'd like a go.") - - // Eovq4QBY39c - label("skullballinprogress") - player(ChatAnim.THINKING, "How many goals have I got left?") - exec { player, npc -> - if (getAttribute(player, SkullballCourse.attributeSkullballCurrentGoal, 0) != 10) { - goto("xgoals") - } else { - goto("finalgoal") - } - } - - label("xgoals") - npc(ChatAnim.WEREWOLF_NEUTRAL, "You have ${10 - getAttribute(player!!, - SkullballCourse.attributeSkullballCurrentGoal, 0)} goals left to complete.") - - label("finalgoal") - npc(ChatAnim.WEREWOLF_NEUTRAL, "You have the final goal left to complete.") - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/werewolfagility/WerewolfGuardDialogue.kt b/Server/src/main/content/region/morytania/werewolfagility/WerewolfGuardDialogue.kt deleted file mode 100644 index f848d2164..000000000 --- a/Server/src/main/content/region/morytania/werewolfagility/WerewolfGuardDialogue.kt +++ /dev/null @@ -1,50 +0,0 @@ -package content.region.morytania.werewolfagility - -import core.api.* -import core.game.dialogue.DialogueBuilder -import core.game.dialogue.DialogueBuilderFile -import core.game.dialogue.DialoguePlugin -import core.game.dialogue.FacialExpression -import core.game.node.entity.player.Player -import core.plugin.Initializable -import org.rs09.consts.Items -import org.rs09.consts.NPCs - -@Initializable -class WerewolfGuardDialogue (player: Player? = null) : DialoguePlugin(player) { - override fun handle(interfaceId: Int, buttonId: Int): Boolean { - openDialogue(player, WerewolfGuardDialogueFile(), npc) - return true - } - override fun newInstance(player: Player): DialoguePlugin { - return WerewolfGuardDialogue(player) - } - override fun getIds(): IntArray { - return intArrayOf(NPCs.WEREWOLF_1665) - } -} - -class WerewolfGuardDialogueFile : DialogueBuilderFile() { - override fun create(b: DialogueBuilder) { - b.onPredicate { _ -> true } - .playerl(FacialExpression.FRIENDLY, "What's beneath the trapdoor?") - .branch { player -> if (anyInEquipment(player, Items.RING_OF_CHAROS_4202, Items.RING_OF_CHAROSA_6465)) { 1 } else { 0 } } - .let { branch -> - branch.onValue(0) - .npcl(FacialExpression.WEREWOLF_NEUTRAL, "That's none of your business, human, and I'll never tell.") - .playerl(FacialExpression.FRIENDLY, "Oh, come on - I'm only curious.") - .npcl(FacialExpression.WEREWOLF_NEUTRAL, "If it wasn't my duty to stand here and guard our agility course from the likes of you, I would be relieving you of your life right now.") - .playerl(FacialExpression.THINKING, "So it's an agility course, then?") - .npcl(FacialExpression.WEREWOLF_SUSPICIOUS, "No ... yes ... oh blast - you didn't hear me say anything, right?") - .playerl(FacialExpression.FRIENDLY, "No problem. Can I come in?") - .npcl(FacialExpression.WEREWOLF_NEUTRAL, "No, human - it's werewolves only.") - .end() - - branch.onValue(1) - .npcl(FacialExpression.WEREWOLF_NEUTRAL, "It's an agility course designed for lycanthropes like ourselves, my friend.") - .playerl(FacialExpression.FRIENDLY, "Can I come in and use it?") - .npc(FacialExpression.WEREWOLF_HAPPY, "Certainly. The cavern contains two courses - on the", "west side is a level 60 Agility Course, and on the east", "side is a level 25 Skullball Course.") - .end() - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/wilderness/handlers/BorkNPC.java b/Server/src/main/content/region/wilderness/handlers/BorkNPC.java index 53bd862e5..c0a28f080 100644 --- a/Server/src/main/content/region/wilderness/handlers/BorkNPC.java +++ b/Server/src/main/content/region/wilderness/handlers/BorkNPC.java @@ -118,7 +118,7 @@ public class BorkNPC extends AbstractNPC { @Override public void finalizeDeath(Entity killer){ super.finalizeDeath(killer); - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } @Override diff --git a/Server/src/main/content/region/wilderness/handlers/ChaosElementalNPC.java b/Server/src/main/content/region/wilderness/handlers/ChaosElementalNPC.java index 9e4f6f758..4da67fe93 100644 --- a/Server/src/main/content/region/wilderness/handlers/ChaosElementalNPC.java +++ b/Server/src/main/content/region/wilderness/handlers/ChaosElementalNPC.java @@ -82,7 +82,7 @@ public class ChaosElementalNPC extends AbstractNPC { @Override public void finalizeDeath(Entity killer) { super.finalizeDeath(killer); - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } /** diff --git a/Server/src/main/content/region/wilderness/handlers/ChaosTunnelZone.java b/Server/src/main/content/region/wilderness/handlers/ChaosTunnelZone.java index ac9d6ed36..6d1f06cfc 100644 --- a/Server/src/main/content/region/wilderness/handlers/ChaosTunnelZone.java +++ b/Server/src/main/content/region/wilderness/handlers/ChaosTunnelZone.java @@ -128,7 +128,7 @@ public final class ChaosTunnelZone extends MapZone implements Plugin { return true; } teleport(entity.asPlayer(), target.asScenery()); - return true; + break; } } return super.interact(entity, target, option); @@ -209,7 +209,6 @@ public final class ChaosTunnelZone extends MapZone implements Plugin { addLink(3239, 5498, 3244, 5495); addLink(3233, 5470, 3241, 5469); addLink(3241, 5445, 3233, 5445); - addLink(3250, 5448, 3254, 5451); addLink(3259, 5446, 3265, 5491); addLink(3260, 5491, 3266, 5446); addLink(3218, 5478, 3215, 5475); diff --git a/Server/src/main/content/region/wilderness/handlers/CorporealBeastNPC.java b/Server/src/main/content/region/wilderness/handlers/CorporealBeastNPC.java index 4bb558645..67ad9c876 100644 --- a/Server/src/main/content/region/wilderness/handlers/CorporealBeastNPC.java +++ b/Server/src/main/content/region/wilderness/handlers/CorporealBeastNPC.java @@ -68,7 +68,7 @@ public final class CorporealBeastNPC extends NPCBehavior { if (state.getStyle() == CombatStyle.MELEE || state.getStyle() == CombatStyle.RANGE) { Weapon w = state.getWeapon(); String name = w != null ? w.getName() : ""; - if (!name.toLowerCase().contains("spear") && !name.toLowerCase().contains("hasta")) { + if (w == null || name.toLowerCase().indexOf("spear") == -1) { if (state.getEstimatedHit() > 0) { state.setEstimatedHit(state.getEstimatedHit() / 2); } @@ -91,7 +91,7 @@ public final class CorporealBeastNPC extends NPCBehavior { @Override public void onDeathFinished(NPC self, Entity killer) { - BossKillCounter.addToBossKillCount((Player) killer, NPCs.CORPOREAL_BEAST_8133); + BossKillCounter.addtoKillcount((Player) killer, NPCs.CORPOREAL_BEAST_8133); if (darkEnergyCore != null) { darkEnergyCore.clear(); darkEnergyCore = null; @@ -126,7 +126,7 @@ public final class CorporealBeastNPC extends NPCBehavior { public int swing(Entity entity, Entity victim, BattleState state) { // If we're below the right HP threshold, roll a chance to spawn the dark core CorporealBeastNPC corp = (CorporealBeastNPC) ((NPC) entity).behavior; - double thresh = entity.getSkills().getMaximumLifepoints() * (0.3 + (RegionManager.getLocalPlayers(entity.getLocation()).size() * 0.05)); + double thresh = entity.getSkills().getMaximumLifepoints() * (0.3 + (entity.getViewport().getCurrentPlane().getPlayers().size() * 0.05)); if (corp.forceCoreRoll || entity.getSkills().getLifepoints() < thresh) { rollDarkCore(entity, corp, victim); corp.forceCoreRoll = false; @@ -189,7 +189,7 @@ public final class CorporealBeastNPC extends NPCBehavior { int ticks = 1 + (int) Math.ceil(entity.getLocation().getDistance(location) * 0.5); GameWorld.getPulser().submit(new Pulse(ticks) { boolean secondStage = false; - List players = RegionManager.getLocalPlayers(entity.getLocation()); + List players = RegionManager.getLocalPlayers(entity); Location[] locations = null; @Override @@ -245,7 +245,7 @@ public final class CorporealBeastNPC extends NPCBehavior { public boolean doStompAttack(Entity entity) { Location l = entity.getLocation(); List stompTargets = null; - for (Player player : RegionManager.getLocalPlayers(entity.getLocation(), 5)) { + for (Player player : RegionManager.getLocalPlayers(entity, 5)) { Location p = player.getLocation(); if (p.getX() >= l.getX() && p.getY() >= l.getY() && p.getX() < l.getX() + entity.size() && p.getY() < l.getY() + entity.size()) { if (stompTargets == null) { diff --git a/Server/src/main/content/region/wilderness/handlers/DarkEnergyCoreNPC.java b/Server/src/main/content/region/wilderness/handlers/DarkEnergyCoreNPC.java index 2dd7b2ba7..0695955ba 100644 --- a/Server/src/main/content/region/wilderness/handlers/DarkEnergyCoreNPC.java +++ b/Server/src/main/content/region/wilderness/handlers/DarkEnergyCoreNPC.java @@ -9,7 +9,6 @@ import core.game.node.entity.player.Player; import core.game.system.task.Pulse; import core.game.world.GameWorld; import core.game.world.map.Location; -import core.game.world.map.RegionManager; import core.game.world.map.path.Path; import core.game.world.map.path.Pathfinder; import core.plugin.Initializable; @@ -83,7 +82,7 @@ public final class DarkEnergyCoreNPC extends AbstractNPC { } if (ticks % 2 == 0) { boolean jump = true; - for (Player p : RegionManager.getLocalPlayers(location)) { + for (Player p : getViewport().getCurrentPlane().getPlayers()) { if (p.getLocation().withinDistance(getLocation(), 1)) { jump = false; int hit = 5 + RandomFunction.random(6); @@ -94,7 +93,7 @@ public final class DarkEnergyCoreNPC extends AbstractNPC { } if (jump) { Entity victim = master.getProperties().getCombatPulse().getVictim(); - if (++fails >= 3 && victim != null && getLocation().withinDistance(victim.getLocation(), 8)) { + if (++fails >= 3 && victim != null && victim.getViewport().getCurrentPlane() == getViewport().getCurrentPlane()) { Path path = Pathfinder.find(getLocation(), victim.getLocation(), 1); if (path.isSuccessful() || !path.isMoveNear()) { jump(victim.getLocation()); diff --git a/Server/src/main/content/region/wilderness/handlers/KingBlackDragonNPC.java b/Server/src/main/content/region/wilderness/handlers/KingBlackDragonNPC.java index 75f8a94de..ab5559616 100644 --- a/Server/src/main/content/region/wilderness/handlers/KingBlackDragonNPC.java +++ b/Server/src/main/content/region/wilderness/handlers/KingBlackDragonNPC.java @@ -14,7 +14,6 @@ import core.game.node.entity.impl.Animator.Priority; import core.game.node.entity.npc.AbstractNPC; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; -import core.game.world.GameWorld; import core.game.world.map.Location; import core.game.world.update.flag.context.Animation; import core.plugin.Initializable; @@ -49,7 +48,7 @@ public final class KingBlackDragonNPC extends AbstractNPC { @Override public void finalizeDeath(Entity killer) { super.finalizeDeath(killer); - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } /** @@ -128,6 +127,7 @@ public final class KingBlackDragonNPC extends AbstractNPC { @Override public void adjustBattleState(Entity entity, Entity victim, BattleState state) { if (style == CombatStyle.RANGE) { + fireType.getTask().exec(victim, entity); state.setStyle(null); DRAGONFIRE.adjustBattleState(entity, victim, state); state.setStyle(CombatStyle.RANGE); @@ -184,9 +184,6 @@ public final class KingBlackDragonNPC extends AbstractNPC { @Override public void impact(Entity entity, Entity victim, BattleState state) { - if (style != CombatStyle.MELEE && victim.getImpactHandler().getDisabledTicks() <= GameWorld.getTicks()) { - fireType.getTask().exec(victim, entity); - } style.getSwingHandler().impact(entity, victim, state); } diff --git a/Server/src/main/content/region/wilderness/handlers/WildernessObeliskPlugin.java b/Server/src/main/content/region/wilderness/handlers/WildernessObeliskPlugin.java index e7e5bbcd1..267a5b8cb 100644 --- a/Server/src/main/content/region/wilderness/handlers/WildernessObeliskPlugin.java +++ b/Server/src/main/content/region/wilderness/handlers/WildernessObeliskPlugin.java @@ -47,12 +47,12 @@ public final class WildernessObeliskPlugin extends OptionHandler { if (stationObelisk == null) { return false; } - if (player.getSkullManager().isDeepWilderness()) { - if (player.getProperties().getCombatPulse().isInCombat()) { - player.sendMessage("You can't use this while in combat."); - return false; - } - } + if (player.getSkullManager().isDeepWilderness()) { + if (player.getProperties().getCombatPulse().isInCombat()) { + player.sendMessage("You can't use this while in combat."); + return false; + } + } for (int i = 0; i < 4; i++) { int x = stationObelisk.getLocation().getX(); int y = stationObelisk.getLocation().getY(); @@ -106,7 +106,7 @@ public final class WildernessObeliskPlugin extends OptionHandler { int index = RandomFunction.random(0, newObelisks.length - 1); //cutting out the last one that is now duplicated Obelisk newObelisk = newObelisks[index]; // Teleport players standing within a 3-by-3 bounding box - for (Player player : RegionManager.getLocalPlayers(center, 1)) { + for (Player player : RegionManager.getLocalPlayersBoundingBox(center, 1, 1)) { if (player.timers.getTimer("teleblock") == null) { player.getPacketDispatch().sendMessage("Ancient magic teleports you somewhere in the wilderness."); int xOffset = player.getLocation().getX() - center.getX(); diff --git a/Server/src/main/content/region/wilderness/handlers/revenants/RevenantController.kt b/Server/src/main/content/region/wilderness/handlers/revenants/RevenantController.kt index 2ccfbb61c..91a5831ba 100644 --- a/Server/src/main/content/region/wilderness/handlers/revenants/RevenantController.kt +++ b/Server/src/main/content/region/wilderness/handlers/revenants/RevenantController.kt @@ -9,7 +9,7 @@ import core.game.world.update.flag.context.Graphics import core.tools.RandomFunction import core.ServerConstants import core.api.* -import core.game.node.entity.combat.InteractionType +import core.tools.SystemLogger import core.game.system.command.Privilege import core.game.world.GameWorld import core.game.world.map.path.Pathfinder @@ -28,21 +28,10 @@ class RevenantController : TickListener, Commands { private var expectedRevAmount: Int = ServerConstants.REVENANT_POPULATION private var groupPatrolQueue = ArrayList() - // Movement tracking for stuck detection - private val movementStartTick = HashMap() - private val lastKnownLocation = HashMap() - private val failedAttempts = HashMap() - // Stuck detector config - private const val STUCK_CHECK_INTERVAL = 10 // ticks - private const val MAX_FAILED_ATTEMPTS = 5 - @JvmStatic fun registerRevenant(revenantNPC: RevenantNPC) { trackedRevenants.add(revenantNPC) taskTimeRemaining[revenantNPC] = 0 currentTask[revenantNPC] = RevenantTask.NONE - movementStartTick[revenantNPC] = GameWorld.ticks - lastKnownLocation[revenantNPC] = revenantNPC.location - failedAttempts[revenantNPC] = 0 Repository.RENDERABLE_NPCS.add(revenantNPC) } @@ -50,188 +39,19 @@ class RevenantController : TickListener, Commands { trackedRevenants.remove(revenantNPC) taskTimeRemaining.remove(revenantNPC) currentTask.remove(revenantNPC) - movementStartTick.remove(revenantNPC) - lastKnownLocation.remove(revenantNPC) - failedAttempts.remove(revenantNPC) - groupPatrolQueue.remove(revenantNPC) if (removeRender) Repository.RENDERABLE_NPCS.remove(revenantNPC) } - private fun route(vararg coords: Pair): Array = - Array(coords.size) { Location.create(coords[it].first, coords[it].second) } - - // All routes that revs attempt to path through val routes = listOf( - route( - 3070 to 3651, 3083 to 3640, 3106 to 3645, 3133 to 3647, 3149 to 3642, - 3160 to 3654, 3171 to 3665, 3189 to 3663, 3202 to 3675, 3217 to 3660, - 3235 to 3661, 3235 to 3661, 3279 to 3650, 3269 to 3636, 3253 to 3632, - 3236 to 3638, 3220 to 3637, 3203 to 3634, 3187 to 3631, 3166 to 3633, - 3160 to 3616, 3148 to 3604, 3134 to 3596, 3118 to 3590, 3104 to 3597, - ), - route( - 3077 to 3565, 3093 to 3559, 3110 to 3566, 3127 to 3574, 3146 to 3571, - 3164 to 3575, 3183 to 3573, 3197 to 3587, 3215 to 3584, 3233 to 3576, - 3251 to 3573, 3269 to 3577, 3287 to 3569, 3305 to 3568, 3321 to 3576, - 3338 to 3584, 3352 to 3573, 3354 to 3554, 3342 to 3541, 3324 to 3536, - 3306 to 3543, 3290 to 3544, 3272 to 3545, 3255 to 3546, 3239 to 3539, - 3222 to 3543, 3206 to 3548, 3189 to 3549, 3173 to 3552, 3157 to 3549, - 3140 to 3548, 3122 to 3548, 3110 to 3555, - ), - route( - 3318 to 3691, 3307 to 3700, 3290 to 3696, 3277 to 3706, 3260 to 3706, - 3250 to 3707, 3245 to 3723, 3254 to 3735, 3251 to 3754, 3243 to 3768, - 3253 to 3780, 3238 to 3783, 3224 to 3793, 3206 to 3786, 3192 to 3780, - 3170 to 3787, 3156 to 3800, 3148 to 3814, 3148 to 3814, 3127 to 3840, - 3124 to 3856, 3124 to 3872, 3116 to 3892, - ), - route( - 2949 to 3890, 2965 to 3899, 2984 to 3900, 2998 to 3895, 3016 to 3898, - 3032 to 3893, 3048 to 3897, 3068 to 3894, 3084 to 3898, 3101 to 3895, - 3118 to 3897, 3136 to 3893, 3154 to 3900, 3172 to 3895, 3189 to 3892, - 3206 to 3897, 3222 to 3890, 3240 to 3897, 3259 to 3892, 3278 to 3895, - 3296 to 3892, 3313 to 3899, 3331 to 3888, 3345 to 3880, - ), - route( - 3308 to 3941, 3301 to 3925, 3287 to 3915, 3276 to 3922, 3266 to 3938, - 3267 to 3952, 3250 to 3949, 3235 to 3944, 3219 to 3944, 3206 to 3938, - 3194 to 3929, 3182 to 3921, 3174 to 3936, 3180 to 3952, 3167 to 3960, - 3155 to 3959, 3141 to 3953, 3126 to 3954, 3110 to 3961, 3093 to 3962, - 3078 to 3953, 3066 to 3942, 3059 to 3929, 3049 to 3916, 3033 to 3924, - 3020 to 3921, 3010 to 3913, 2993 to 3906, 2977 to 3911, 2970 to 3928, - ), - route( - 3308 to 3941, 3301 to 3925, 3297 to 3914, 3286 to 3910, 3259 to 3912, - 3267 to 3952, 3251 to 3921, 3236 to 3918, 3222 to 3922, 3209 to 3920, - 3190 to 3933, 3177 to 3939, 3175 to 3951, 3167 to 3960, 3155 to 3959, - 3135 to 3951, 3134 to 3921, 3126 to 3914, 3108 to 3907, 3087 to 3910, - 3077 to 3925, 3076 to 3937, 3066 to 3942, 3059 to 3929, 3049 to 3916, - 3033 to 3924, 3020 to 3921, 3010 to 3913, 2993 to 3906, 2977 to 3911, - 2970 to 3928, - ), + arrayOf(Location.create(3070, 3651), Location.create(3083, 3640), Location.create(3106, 3645), Location.create(3133, 3647), Location.create(3149, 3642), Location.create(3160, 3654), Location.create(3171, 3665, 0), Location.create(3189, 3663, 0), Location.create(3202, 3675, 0), Location.create(3217, 3660, 0), Location.create(3235, 3661, 0), Location.create(3235, 3661, 0), Location.create(3279, 3650, 0), Location.create(3269, 3636, 0), Location.create(3253, 3632, 0), Location.create(3236, 3638, 0), Location.create(3220, 3637, 0), Location.create(3203, 3634, 0), Location.create(3187, 3631, 0), Location.create(3166, 3633, 0), Location.create(3160, 3616, 0), Location.create(3148, 3604, 0), Location.create(3134, 3596, 0), Location.create(3118, 3590, 0), Location.create(3104, 3597, 0)), + arrayOf(Location.create(3077, 3565, 0), Location.create(3093, 3559, 0), Location.create(3110, 3566, 0), Location.create(3127, 3574, 0), Location.create(3146, 3571, 0), Location.create(3164, 3575, 0), Location.create(3183, 3573, 0), Location.create(3197, 3587, 0), Location.create(3215, 3584, 0), Location.create(3233, 3576, 0), Location.create(3251, 3573, 0), Location.create(3269, 3577, 0), Location.create(3287, 3569, 0), Location.create(3305, 3568, 0), Location.create(3321, 3576, 0), Location.create(3338, 3584, 0), Location.create(3352, 3573, 0), Location.create(3354, 3554, 0), Location.create(3342, 3541, 0), Location.create(3324, 3536, 0), Location.create(3306, 3543, 0), Location.create(3290, 3544, 0), Location.create(3272, 3545, 0), Location.create(3255, 3546, 0), Location.create(3239, 3539, 0), Location.create(3222, 3543, 0), Location.create(3206, 3548, 0), Location.create(3189, 3549, 0), Location.create(3173, 3552, 0), Location.create(3157, 3549, 0), Location.create(3140, 3548, 0), Location.create(3122, 3548, 0), Location.create(3110, 3555, 0)), + arrayOf(Location.create(3318, 3691, 0), Location.create(3307, 3700, 0), Location.create(3290, 3696, 0), Location.create(3277, 3706, 0), Location.create(3260, 3706, 0), Location.create(3250, 3707, 0), Location.create(3245, 3723, 0), Location.create(3254, 3735, 0), Location.create(3251, 3754, 0), Location.create(3243, 3768, 0), Location.create(3253, 3780, 0), Location.create(3238, 3783, 0), Location.create(3224, 3793, 0), Location.create(3206, 3786, 0), Location.create(3192, 3780, 0), Location.create(3170, 3787, 0), Location.create(3156, 3800, 0), Location.create(3148, 3814, 0), Location.create(3148, 3814, 0), Location.create(3127, 3840, 0), Location.create(3124, 3856, 0), Location.create(3124, 3872, 0), Location.create(3116, 3892, 0)), + arrayOf(Location.create(2949, 3890, 0), Location.create(2965, 3899, 0), Location.create(2984, 3900, 0), Location.create(2998, 3895, 0), Location.create(3016, 3898, 0), Location.create(3032, 3893, 0), Location.create(3048, 3897, 0), Location.create(3068, 3894, 0), Location.create(3084, 3898, 0), Location.create(3101, 3895, 0), Location.create(3118, 3897, 0), Location.create(3136, 3893, 0), Location.create(3154, 3900, 0), Location.create(3172, 3895, 0), Location.create(3189, 3892, 0), Location.create(3206, 3897, 0), Location.create(3222, 3890, 0), Location.create(3240, 3897, 0), Location.create(3259, 3892, 0), Location.create(3278, 3895, 0), Location.create(3296, 3892, 0), Location.create(3313, 3899, 0), Location.create(3331, 3888, 0), Location.create(3345, 3880, 0)), + arrayOf(Location.create(3308, 3941, 0), Location.create(3301, 3925, 0), Location.create(3287, 3915, 0), Location.create(3276, 3922, 0), Location.create(3266, 3938, 0), Location.create(3267, 3952, 0), Location.create(3250, 3949, 0), Location.create(3235, 3944, 0), Location.create(3219, 3944, 0), Location.create(3206, 3938, 0), Location.create(3194, 3929, 0), Location.create(3182, 3921, 0), Location.create(3174, 3936, 0), Location.create(3180, 3952, 0), Location.create(3167, 3960, 0), Location.create(3155, 3959, 0), Location.create(3141, 3953, 0), Location.create(3126, 3954, 0), Location.create(3110, 3961, 0), Location.create(3093, 3962, 0), Location.create(3078, 3953, 0), Location.create(3066, 3942, 0), Location.create(3059, 3929, 0), Location.create(3049, 3916, 0), Location.create(3033, 3924, 0), Location.create(3020, 3921, 0), Location.create(3010, 3913, 0), Location.create(2993, 3906, 0), Location.create(2977, 3911, 0), Location.create(2970, 3928, 0)) ) - // Routes that Dark Beasts are too fat for - private val largeNpcIncompatibleRoutes = setOf(4) - - val spawnLocations = listOf( - 3075 to 3553, 3077 to 3563, 3077 to 3578, 3093 to 3581, 3103 to 3570, - 3101 to 3564, 3030 to 3596, 3015 to 3598, 3000 to 3593, 2986 to 3588, - 2969 to 3701, 2982 to 3689, 2967 to 3689, 2953 to 3713, 2966 to 3759, - 2989 to 3759, 2986 to 3741, 2961 to 3763, 2969 to 3808, 3004 to 3816, - ).map { (x, y) -> Location.create(x, y) } - - /** - * Revenant stuck detector - * Makes sure Revenants are either moving, intentionally waiting to act, or are in legitimate combat - * If they aren't, they're passed to the stuck handler - */ - private fun checkIfStuck(revenantNPC: RevenantNPC): Boolean { - val lastTick = movementStartTick[revenantNPC] ?: 0 - val lastLoc = lastKnownLocation[revenantNPC] ?: revenantNPC.location - - // Period between checks - configure above - if (lastTick == 0 || (GameWorld.ticks - lastTick) < STUCK_CHECK_INTERVAL) { - return false - } - - // Check if positioned exactly at a patrol route start location (likely intentionally inactive) - val routeStartLocations = routes.map { it[0] } - val isAtRouteStart = routeStartLocations.any { it.equals(revenantNPC.location) } - - // Check if in legitimate combat - val combatPulse = revenantNPC.properties.combatPulse - val victim = combatPulse.getVictim() - val isInLegitimateCombat = if (victim != null) { - val interactionType = combatPulse.canInteract() - interactionType == InteractionType.STILL_INTERACT // The merits of MOVE_INTERACT regarding establishing a legitimate combat state are covered by the distanceMoved check a few lines from now - } else { - false - } - - if (isAtRouteStart || isInLegitimateCombat) { //If the Revenant has a good reason to not be moving, skip the movement check - movementStartTick[revenantNPC] = GameWorld.ticks - lastKnownLocation[revenantNPC] = revenantNPC.location - failedAttempts[revenantNPC] = 0 - return false - } - - // Check if the revenant has moved - val distanceMoved = revenantNPC.location.getDistance(lastLoc) - val isStuck = distanceMoved <= 2 - - // Reset the timer to check if they are stuck, since we are checking now - movementStartTick[revenantNPC] = GameWorld.ticks - - // Clear the Revenant's demerits towards being timed out if it is not stuck - if (!isStuck) { - lastKnownLocation[revenantNPC] = revenantNPC.location - failedAttempts[revenantNPC] = 0 - } - - return isStuck - } - - /** - * Revenant stuck handler - * Tries to help the Revenant escape after giving it a demerit - * If the Revenant gets too many demerits, it will be timed out instead - * NOTE: times out Revenants in unloaded regions as they have no land to path to and thus cannot move - */ - private fun handleStuckRevenant(revenantNPC: RevenantNPC) { - val attempts = failedAttempts[revenantNPC] ?: 0 - failedAttempts[revenantNPC] = attempts + 1 - - if (attempts + 1 > MAX_FAILED_ATTEMPTS) { - poofClear(revenantNPC) - revenantNPC.setAttribute("done", true) - return - } - - // The stuck Revenant will attempt to unstick itself - val escapeLocation = getNextLocation(revenantNPC) - revenantNPC.pulseManager.run(object : MovementPulse(revenantNPC, escapeLocation, Pathfinder.SMART) { - override fun pulse(): Boolean { - return true - } - }) - } - - /** - * Finds a random location to try to move to that is within the Wilderness - */ - fun getNextLocation(revenantNPC: RevenantNPC): Location { - val rawNextX = RandomFunction.random(-revenantNPC.walkRadius, revenantNPC.walkRadius) - val nextX = maxOf(rawNextX, 2951) - val rawNextY = RandomFunction.random(-revenantNPC.walkRadius, revenantNPC.walkRadius) - val nextY = maxOf(rawNextY, 3523) - return revenantNPC.location.transform(nextX, nextY, 0) - } - - /** - * Determines how far Revenants can deviate from their path - */ - private fun getPathVariance(revenantNPC: RevenantNPC, isGroup: Boolean): Int { - return when { - isGroup -> 4 - revenantNPC.size() >= 3 -> 2 // Dark Beasts are fat, so keep them close to their safe routes - else -> 10 - } - } - - /** - * Gets a random route for patrols - * Will not assign Dark Beasts to routes they are too fat for - */ - private fun getSuitableRoute(revenantNPC: RevenantNPC): Array { - val availableRoutes = if (revenantNPC.size() >= 3) { - routes.filterIndexed { index, _ -> index !in largeNpcIncompatibleRoutes } - } else { - routes - } - return availableRoutes.random() - } + val spawnLocations = listOf(Location.create(3075, 3553, 0), Location.create(3077, 3563, 0), Location.create(3077, 3578, 0), Location.create(3093, 3581, 0), Location.create(3103, 3570, 0), Location.create(3101, 3564, 0), Location.create(3030, 3596, 0), Location.create(3015, 3598, 0), Location.create(3000, 3593, 0), Location.create(2986, 3588, 0), Location.create(2969, 3701, 0), Location.create(2982, 3689, 0), Location.create(2967, 3689, 0), Location.create(2953, 3711, 0), Location.create(2966, 3759, 0), Location.create(2989, 3759, 0), Location.create(2986, 3741, 0), Location.create(2961, 3763, 0), Location.create(2969, 3808, 0), Location.create(3004, 3816, 0)) } override fun tick() { @@ -293,13 +113,7 @@ class RevenantController : TickListener, Commands { private val MAX_ROAM_TICKS: Int = 250 override fun execute(revenantNPC: RevenantNPC) { - - if (checkIfStuck(revenantNPC)) { - handleStuckRevenant(revenantNPC) - return - } - - if (!canMoveBasic(revenantNPC)) return + if (!canMove(revenantNPC)) return val nextLoc = getNextLocation(revenantNPC) revenantNPC.pulseManager.run(object : MovementPulse(revenantNPC, nextLoc, Pathfinder.SMART) { @@ -309,15 +123,22 @@ class RevenantController : TickListener, Commands { } }) } - private fun canMoveBasic(revenantNPC: RevenantNPC): Boolean { - return !revenantNPC.walkingQueue.isMoving + + override fun assign(revenantNPC: RevenantNPC) { + taskTimeRemaining[revenantNPC] = RandomFunction.random(MAX_ROAM_TICKS) + } + + fun canMove(revenantNPC: RevenantNPC) : Boolean { + return !revenantNPC.walkingQueue.isMoving && !revenantNPC.pulseManager.hasPulseRunning() && !revenantNPC.properties.combatPulse.isAttacking && !revenantNPC.properties.combatPulse.isInCombat } - override fun assign(revenantNPC: RevenantNPC) { - taskTimeRemaining[revenantNPC] = RandomFunction.random(MAX_ROAM_TICKS) + fun getNextLocation(revenantNPC: RevenantNPC) : Location { + val nextX = RandomFunction.random(-revenantNPC.walkRadius, revenantNPC.walkRadius) + val nextY = RandomFunction.random(-revenantNPC.walkRadius, revenantNPC.walkRadius) + return revenantNPC.location.transform(nextX, nextY, 0) } }, PATROLLING_ROUTE { @@ -327,7 +148,7 @@ class RevenantController : TickListener, Commands { if (canGroup(revenantNPC)) { addToPatrolGroup(revenantNPC) } else { - revenantNPC.setAttribute("route", getSuitableRoute(revenantNPC)) + revenantNPC.setAttribute("route", routes.random()) revenantNPC.setAttribute("routeidx", -1) } } @@ -337,9 +158,7 @@ class RevenantController : TickListener, Commands { groupPatrolQueue.add(revenantNPC) if (groupPatrolQueue.size == 3) { - // Gets a route suitable for the largest NPC in the group - val largestNPC = groupPatrolQueue.maxByOrNull { it.size() } ?: revenantNPC - val groupRoute = getSuitableRoute(largestNPC) + val groupRoute = routes.random() for (rev in groupPatrolQueue) { rev.setAttribute("route", groupRoute) rev.setAttribute("routeidx", -1) @@ -356,12 +175,7 @@ class RevenantController : TickListener, Commands { val route = revenantNPC.getAttribute>("route", null) val routeIdx = revenantNPC.getAttribute("routeidx", -1) - if (checkIfStuck(revenantNPC)) { - handleStuckRevenant(revenantNPC) - return - } - - if (!canMoveAdvanced(revenantNPC)) return + if (!canMove(revenantNPC)) return if (isGroup && route == null) { //if this is a grouped rev and we are waiting on more revs still taskTimeRemaining[revenantNPC] = 50 //just to make sure it doesn't time out roaming... @@ -372,9 +186,7 @@ class RevenantController : TickListener, Commands { if (routeIdx == -1) { GameWorld.Pulser.submit(object : Pulse() { override fun pulse(): Boolean { - if (revenantNPC.location.region.isActive) { - Graphics.send(Graphics(86), revenantNPC.location) - } + Graphics.send(Graphics(86), revenantNPC.location) return true } }) @@ -386,7 +198,7 @@ class RevenantController : TickListener, Commands { revenantNPC.setAttribute("done", true) return } - val pathVariance = getPathVariance(revenantNPC, isGroup) + val pathVariance = if (isGroup) 4 else 10 val nextLoc = route[routeIdx].transform( RandomFunction.random(-pathVariance, pathVariance), RandomFunction.random(-pathVariance, pathVariance), @@ -400,8 +212,9 @@ class RevenantController : TickListener, Commands { revenantNPC.setAttribute("routeidx", routeIdx + 1) } } - private fun canMoveAdvanced(revenantNPC: RevenantNPC) : Boolean { - return !revenantNPC.walkingQueue.isMoving + + fun canMove(revenantNPC: RevenantNPC) : Boolean { + return !revenantNPC.walkingQueue.isMoving && !revenantNPC.pulseManager.hasPulseRunning() && !revenantNPC.properties.combatPulse.isAttacking && !revenantNPC.properties.combatPulse.isInCombat diff --git a/Server/src/main/content/region/wilderness/handlers/revenants/RevenantNPC.java b/Server/src/main/content/region/wilderness/handlers/revenants/RevenantNPC.java index 46d0013f8..6e0d0e6fb 100644 --- a/Server/src/main/content/region/wilderness/handlers/revenants/RevenantNPC.java +++ b/Server/src/main/content/region/wilderness/handlers/revenants/RevenantNPC.java @@ -117,7 +117,7 @@ public class RevenantNPC extends AbstractNPC { public void tick() { skills.pulse(); getWalkingQueue().update(); - if (this.getLocation().getRegion().isActive()) { + if (this.getViewport().getRegion().isActive()) { getUpdateMasks().prepare(this); } if (!DeathTask.isDead(this)) { @@ -128,7 +128,7 @@ public class RevenantNPC extends AbstractNPC { lock(3); getProperties().getCombatPulse().delayNextAttack(3); getSkills().heal(maxhp / 6); - for (Player p : RegionManager.getLocalPlayers(location)) { + for (Player p : RegionManager.getLocalPlayers(this)) { playAudio(p, Sounds.EAT_2393); } setAttribute("eat-delay", GameWorld.getTicks() + 6); diff --git a/Server/src/main/core/Server.kt b/Server/src/main/core/Server.kt index cf46e2823..80f29a8cf 100644 --- a/Server/src/main/core/Server.kt +++ b/Server/src/main/core/Server.kt @@ -6,8 +6,6 @@ import core.game.system.SystemState import core.game.system.config.ServerConfigParser import core.game.world.GameWorld import core.net.NioReactor -import core.net.websocket.GameWebSocketServer -import core.net.websocket.WebSocketTls import core.tools.Log import core.tools.NetworkReachability import core.tools.TimeStamp @@ -46,9 +44,6 @@ object Server { @JvmStatic var reactor: NioReactor? = null - @JvmStatic - var webSocketServer: GameWebSocketServer? = null - var networkReachability = NetworkReachability.Reachable /** @@ -75,16 +70,6 @@ object Server { try { reactor = NioReactor.configure(43594 + GameWorld.settings?.worldId!!) reactor!!.start() - if (ServerConstants.WEBSOCKET_ENABLED) { - val websocketPort = if (ServerConstants.WEBSOCKET_PORT > 0) { - ServerConstants.WEBSOCKET_PORT - } else { - 53594 + GameWorld.settings?.worldId!! - } - webSocketServer = GameWebSocketServer(websocketPort, 1) - WebSocketTls.configure(webSocketServer!!) - webSocketServer!!.start() - } } catch (e: BindException) { log(this::class.java, Log.ERR, "Port " + (43594 + GameWorld.settings?.worldId!!) + " is already in use!") throw e diff --git a/Server/src/main/core/ServerConstants.kt b/Server/src/main/core/ServerConstants.kt index a42e46c1c..2959ccb0c 100644 --- a/Server/src/main/core/ServerConstants.kt +++ b/Server/src/main/core/ServerConstants.kt @@ -18,7 +18,7 @@ class ServerConstants { var NOAUTH_DEFAULT_ADMIN: Boolean = true @JvmField - var CURRENT_SAVEFILE_VERSION = 5 + var CURRENT_SAVEFILE_VERSION = 4 @JvmField var DAILY_ACCOUNT_LIMIT = 3 @@ -108,7 +108,7 @@ class ServerConstants { //the location where new players are placed on login. @JvmField - var START_LOCATION: Location = Location(2524, 5002, 0) + var START_LOCATION: Location? = null //Location for all home teleports/respawn location @JvmField @@ -336,12 +336,6 @@ class ServerConstants { @JvmField var FORCE_EASTER_EVENTS = false - @JvmField - var APRIL_FOOLS_EVENT = false - - @JvmField - var FORCE_APRIL_FOOLS = false - @JvmField var RUNECRAFTING_FORMULA_REVISION = 530 @@ -374,20 +368,5 @@ class ServerConstants { @JvmField var CONNECTIVITY_TIMEOUT = 500 - - @JvmField - var WEBSOCKET_ENABLED = false - - @JvmField - var WEBSOCKET_PORT = 0 - - @JvmField - var WEBSOCKET_TLS_ENABLED = false - - @JvmField - var WEBSOCKET_TLS_KEYSTORE_PATH = "" - - @JvmField - var WEBSOCKET_TLS_KEYSTORE_PASSWORD = "" } } diff --git a/Server/src/main/core/api/ContentAPI.kt b/Server/src/main/core/api/ContentAPI.kt index 0bc225d14..71eb72f91 100644 --- a/Server/src/main/core/api/ContentAPI.kt +++ b/Server/src/main/core/api/ContentAPI.kt @@ -25,7 +25,6 @@ import core.game.consumable.* import core.game.container.impl.EquipmentContainer import core.game.dialogue.DialogueFile import core.game.dialogue.SkillDialogueHandler -import core.game.diary.DiaryLevel import core.game.ge.GrandExchangeRecords import core.game.interaction.* import core.game.node.Node @@ -43,7 +42,6 @@ import core.game.node.entity.player.link.HintIconManager import core.game.node.entity.player.link.IronmanMode import core.game.node.entity.player.link.TeleportManager import core.game.node.entity.player.link.audio.Audio -import core.game.node.entity.player.link.diary.DiaryType import core.game.node.entity.player.link.emote.Emotes import core.game.node.entity.player.link.prayer.PrayerType import core.game.node.entity.player.link.quest.Quest @@ -266,39 +264,36 @@ class ContainerisedItem(val container: core.game.container.Container?, val itemI } /** - * Check if player has the specified item ID equipped, in inventory, in their active bank, or in their POH storage. + * Check if player has the specified item ID equipped, in inventory, or in their bank * @param id The item ID to check - * @param checkInactiveBank Whether to check the player's inactive bank (default false). - * @param checkPOH Whether to check a player's POH storage (default false). * @return A ContainerisedItem containing the container and the item ID if found, otherwise ContainerisedItem(null, -1) if not found */ -@JvmOverloads -fun hasAnItem(player: Player, id: Int, checkInactiveBank: Boolean = false, checkPOH: Boolean = false): ContainerisedItem { - return hasAnItem(player, arrayOf(id), checkInactiveBank, checkPOH) +fun hasAnItem(player: Player, id: Int): ContainerisedItem { + return hasAnItem(player, arrayOf(id), false) } /** - * Check if player has any of the specified item IDs equipped, in inventory, in their active bank, or in their POH storage. - * @param ids An array of item IDs to check - * @param checkInactiveBank Whether to check the player's inactive bank (default false). - * @param checkPOH Whether to check a player's POH storage (default false). + * Check if player has the specified item ID equipped, in inventory, or in their bank + * @param id The item ID to check + * @param checkSecondBank Whether to check the player's second bank. * @return A ContainerisedItem containing the container and the item ID if found, otherwise ContainerisedItem(null, -1) if not found */ -fun hasAnItem(player: Player, ids: Array, checkInactiveBank: Boolean = false, checkPOH: Boolean = false): ContainerisedItem { - // Gets which bank account is active. - val (active, inactive) = if (isUsingSecondaryBankAccount(player)) { - // Active // Inactive - player.bankSecondary to player.bankPrimary - } else { - // Active // Inactive - player.bankPrimary to player.bankSecondary - } +fun hasAnItem(player: Player, id: Int, checkSecondBank: Boolean): ContainerisedItem { + return hasAnItem(player, arrayOf(id), checkSecondBank) +} +/** + * Check if player has any of the specified item IDs equipped, in inventory, or in their bank + * @param ids An array of item IDs to check + * @param checkSecondBank Whether to check the player's second bank. + * @return A ContainerisedItem containing the container and the item ID if found, otherwise ContainerisedItem(null, -1) if not found + */ +fun hasAnItem(player: Player, ids: Array, checkSecondBank: Boolean): ContainerisedItem { // Search bank/equip/inv and return if item is found there. - val searchSpace = if (checkInactiveBank) { - arrayOf(player.inventory, player.equipment, active, inactive) + val searchSpace = if (checkSecondBank) { + arrayOf(player.inventory, player.equipment, player.bankPrimary, player.bankSecondary) } else { - arrayOf(player.inventory, player.equipment, active) + arrayOf(player.inventory, player.equipment, player.bankPrimary) } for (container in searchSpace) { for (id in ids) { @@ -308,17 +303,15 @@ fun hasAnItem(player: Player, ids: Array, checkInactiveBank: Boolean = fals } } - // Check all costume storage and bookcase containers and return if item is found there. - if (checkPOH) { - for (id in ids) { - if (StorableFamily.values().any { family -> - player.getPOHStorageState() - .getContainer(family) - .contains(id) - }) { - // Note that this proxy container is a fake container just used to get the correct return type. - return ContainerisedItem(player.POHStorageProxyContainer, id) - } + // Check all costume storage containers and return if item is found there. + for (id in ids) { + if (StorableFamily.values().any { family -> + player.getPOHStorageState() + .getContainer(family) + .contains(id) + }) { + // Note that this proxy container is a fake container just used to get the correct return type. + return ContainerisedItem(player.POHStorageProxyContainer, id) } } @@ -546,10 +539,7 @@ fun poofClear(npc: NPC) { override fun pulse(): Boolean { when (counter++) { 2 -> { - npc.isInvisible = true; - if (npc.location.region.isActive) { - Graphics.send(Graphics(86), npc.location) - } + npc.isInvisible = true; Graphics.send(Graphics(86), npc.location) } 3 -> npc.clear().also { return true } } @@ -594,26 +584,6 @@ fun resetAnimator(player: Player) { player.animator.animate(Animation(-1, Animator.Priority.VERY_HIGH)) } -/** - * Sets a player's render animation to a given animation. - * @param player the player whose render animation to set - * @param animation the ID of the render animation to set - */ -fun renderAnimation(player: Player, animation: Int) { - player.appearance.setAnimations(Animation(animation)) - player.appearance.sync() -} - -/** - * Resets a player's render animation to the default. - * @param player the player whose render animation to reset - */ -fun resetRenderAnimation(player: Player) { - player.appearance.setDefaultAnimations() - player.appearance.setAnimations() - player.appearance.sync() -} - /** * Get the number of ticks an animation lasts * @param animation the Animation object to check the duration of @@ -680,7 +650,7 @@ fun addScenery (scenery: Scenery) { * Remove a scenery from the world * @param scenery the Scenery object to remove. */ -fun removeScenery(scenery: Scenery) { +fun removeScenery (scenery: Scenery) { SceneryBuilder.remove(scenery) } @@ -1045,7 +1015,8 @@ fun playAudio(player: Player, id: Int, delay: Int = 0, loops: Int = 1, location: */ @JvmOverloads fun playGlobalAudio(location: Location, id: Int, delay: Int = 0, loops: Int = 1, radius: Int = Audio.defaultAudioRadius) { - for (player in RegionManager.getLocalPlayers(location, radius)) { + val nearbyPlayers = RegionManager.getLocalPlayers(location, radius) + for (player in nearbyPlayers) { PacketRepository.send(AudioPacket::class.java, DefaultContext(player, Audio(id, delay, loops, radius), location)) } } @@ -1105,7 +1076,7 @@ fun findNPC(id: Int): NPC? { * @param z the Z coordinate to use */ fun getScenery(x: Int, y: Int, z: Int): Scenery? { - return RegionManager.getObject(x, y, z) + return RegionManager.getObject(z, x, y) } /** @@ -1133,7 +1104,7 @@ fun findNPC(refLoc: Location, id: Int): NPC? { * @returns an NPC matching the given ID or null if none is found */ fun findLocalNPC(entity: Entity, id: Int): NPC? { - return RegionManager.getLocalNPCs(entity.location).firstOrNull { it.id == id } + return RegionManager.getLocalNpcs(entity).firstOrNull { it.id == id } } /** @@ -1142,8 +1113,8 @@ fun findLocalNPC(entity: Entity, id: Int): NPC? { * @param distance The maximum distance to the entity. * @returns an NPC matching the given ID or null if none is found */ -fun findLocalNPCs(location: Location, distance: Int): List { - return RegionManager.getLocalNPCs(location, distance) +fun findLocalNPCs(location: Location, distance: Int): MutableList { + return RegionManager.getLocalNpcs(location, distance) } @@ -1153,7 +1124,7 @@ fun findLocalNPCs(location: Location, distance: Int): List { * @param ids the IDs of the NPCs to look for */ fun findLocalNPCs(entity: Entity, ids: IntArray): List { - return RegionManager.getLocalNPCs(entity.location).filter { it.id in ids }.toList() + return RegionManager.getLocalNpcs(entity).filter { it.id in ids }.toList() } /** @@ -1163,7 +1134,7 @@ fun findLocalNPCs(entity: Entity, ids: IntArray): List { * @param distance The maximum distance to the entity. */ fun findLocalNPCs(entity: Entity, ids: IntArray, distance: Int): List { - return RegionManager.getLocalNPCs(entity.location, distance).filter { it.id in ids }.toList() + return RegionManager.getLocalNpcs(entity, distance).filter { it.id in ids }.toList() } /** @@ -1369,25 +1340,6 @@ fun transformNpc(npc: NPC, transformTo: Int, restoreTicks: Int) { }) } -/** - * Transforms an NPC for the given number of ticks with hp carryover - * @param npc the NPC object to transform - * @param transformTo the ID of the NPC to turn into - * @param restoreTicks the number of ticks until the NPC returns to normal - */ -fun transformNpcWithHpCarryover(npc: NPC, transformTo: Int, restoreTicks: Int) { - npc.transformWithHpCarryover(transformTo) - queueScript(npc, 0, QueueStrength.SOFT) { stage: Int -> - when (stage) { - 0 -> return@queueScript delayScript(npc, restoreTicks) - else -> { - npc.reTransform() - return@queueScript stopExecuting(npc) - } - } - } -} - /** * Produces a Location object using the given x,y,z values */ @@ -1796,69 +1748,6 @@ fun setComponentVisibility(player: Player, iface: Int, child: Int, hide: Boolean player.packetDispatch.sendInterfaceConfig(iface, child, hide) } -/** - * Sets the title component visibility for the player based on the provided options. - * - * @param player The player whose UI component will be modified. - * @param options The options determining the visibility of components (should be between 2 and 5). - * @throws IllegalArgumentException If options are outside the valid range. - */ -fun setTitle( - player: Player, - options: Int, -) { - setComponentVisibility( - player, - if (options == 5) { - 234 - } else if (options == 4) { - 232 - } else if (options == 3) { - 230 - } else { - 228 - }, - (4 + options), - true, - ) - setComponentVisibility( - player, - if (options == 5) { - 234 - } else if (options == 4) { - 232 - } else if (options == 3) { - 230 - } else { - 228 - }, - if (options == 2 || options == 4) 9 else 10, - false, - ) - if (options > 5) { - throw java.lang.IllegalArgumentException( - "Expected option value between 2 and 5, got ${options::class.java.simpleName}.", - ) - } -} - -/** - * Sends a string to the player to display in a specified interface and child component. - * - * @param player The player to send the string to. - * @param string The string to display. - * @param iface The interface ID to display the string in. - * @param child The child component ID to display the string in. - */ -fun sendString( - player: Player, - string: String, - iface: Int, - child: Int, -) { - player.packetDispatch.sendString(string, iface, child) -} - /** * Closes any open (non-chat) interfaces for the player * @param player the player to close the interface for @@ -1889,10 +1778,10 @@ fun closeAllInterfaces(player: Player) { * Sends a dialogue that uses the player's chathead. * @param player the player to send the dialogue to * @param msg the message to send. - * @param expr the FacialExpression to use. An enum exists for these called FacialExpression. Defaults to FacialExpression.NEUTRAL + * @param expr the FacialExpression to use. An enum exists for these called FacialExpression. Defaults to FacialExpression.FRIENDLY * @param hide should the continue button be hidden? */ -fun sendPlayerDialogue(player: Player, msg: String, expr: core.game.dialogue.FacialExpression = core.game.dialogue.FacialExpression.NEUTRAL, hide: Boolean = false) { +fun sendPlayerDialogue(player: Player, msg: String, expr: core.game.dialogue.FacialExpression = core.game.dialogue.FacialExpression.FRIENDLY, hide: Boolean = false) { player.dialogueInterpreter.sendDialogues(player, expr, hide, *splitLines(msg)) } @@ -1911,10 +1800,10 @@ fun sendPlayerOnInterface(player: Player, iface: Int, child: Int) { * @param player the player to send the dialogue to * @param npc the ID of the NPC to use for the chathead * @param msg the message to send. - * @param expr the FacialExpression to use. An enum exists for these called FacialExpression. Defaults to FacialExpression.NEUTRAL + * @param expr the FacialExpression to use. An enum exists for these called FacialExpression. Defaults to FacialExpression.FRIENDLY * @param hide should the continue button be hidden? */ -fun sendNPCDialogue(player: Player, npc: Int, msg: String, expr: core.game.dialogue.FacialExpression = core.game.dialogue.FacialExpression.NEUTRAL, +fun sendNPCDialogue(player: Player, npc: Int, msg: String, expr: core.game.dialogue.FacialExpression = core.game.dialogue.FacialExpression.FRIENDLY, hide: Boolean = false) { player.dialogueInterpreter.sendDialogues(npc, expr, hide, *splitLines(msg)) } @@ -2899,7 +2788,7 @@ fun toggleBankAccount(player: Player) { } /** - * Checks if a player is currently using their secondary bank account. + * Checks if a player is currentl using their secondary bank account. * * @author vddCore * @param player The player whose bank account toggle state to inspect. @@ -3446,33 +3335,4 @@ fun openSingleTab(player: Player, component: Int) { player.interfaceManager.openSingleTab(Component(component)) } -/** - * Finish an achievement diary task for the player. - * @param player the player who just finished the task. - * @param diary the diary the task belongs to. - * @param level the level of the task. - * @param task The task that was just finished. - */ -fun finishTask(player: Player, diary: DiaryType, level: DiaryLevel, task: Int) { - player.achievementDiaryManager.finishTask(player, diary, getDiaryLevelIndex(diary, level), task) -} - -/** - * Resolves a [DiaryLevel] to an index for a specific diary. - * @param diary The diary the task belongs to. - * @param level The task level in the diary. - * @throws IllegalArgumentException if the level is not present in the diary. - * @return the index of the level that can be used with [core.game.node.entity.player.link.diary.AchievementDiaryManager.finishTask]. - */ -fun getDiaryLevelIndex(diary: DiaryType, level: DiaryLevel): Int { - val levelName = level.name.lowercase().replaceFirstChar { c -> c.uppercase() } - val levelIndex = diary.levelNames.indexOf(levelName) - - if (levelIndex < 0) { - throw IllegalArgumentException("'$levelName' was not found in diary '$diary'.") - } - - return levelIndex -} - private class ContentAPI diff --git a/Server/src/main/core/api/regionspec/contracts/FillChunkContract.kt b/Server/src/main/core/api/regionspec/contracts/FillChunkContract.kt index aefe80795..a26d33b92 100644 --- a/Server/src/main/core/api/regionspec/contracts/FillChunkContract.kt +++ b/Server/src/main/core/api/regionspec/contracts/FillChunkContract.kt @@ -1,6 +1,6 @@ package core.api.regionspec.contracts -import core.game.world.map.Location +import core.game.world.map.BuildRegionChunk import core.game.world.map.Region import core.game.world.map.RegionChunk import core.game.world.map.build.DynamicRegion @@ -14,22 +14,28 @@ open class FillChunkContract(var chunk: RegionChunk? = null) : ChunkSpecContract var chunkDelegate: (Int, Int, Int, Region) -> RegionChunk? = {_,_,_,_ -> chunk} override fun populateChunks(dyn: DynamicRegion) { - for (plane in planes) { - for (x in 0 until 8) - for (y in 0 until 8) - if (replaceCondition.invoke(x,y,plane)) { - val chunk = getChunk(x,y,plane,dyn) ?: continue - dyn.replaceChunk(plane, x, y, chunk, sourceRegion) + for(plane in planes) { + for(x in 0 until 8) + for(y in 0 until 8) + if(replaceCondition.invoke(x,y,plane)) { + val chunk = getChunk(x,y,plane,dyn) + dyn.replaceChunk( + plane, + x, + y, + chunk, + sourceRegion + ) afterSetting(chunk, x, y, plane, dyn) } } } - open fun getChunk(x: Int, y: Int, plane: Int, dyn: DynamicRegion) : RegionChunk? { - return chunkDelegate.invoke(x, y, plane, sourceRegion)?.copy() + open fun getChunk(x: Int, y: Int, plane: Int, dyn: DynamicRegion) : BuildRegionChunk? { + return chunkDelegate.invoke(x, y, plane, sourceRegion)?.copy(dyn.planes[plane]) } - open fun afterSetting(chunk: RegionChunk?, x: Int, y: Int, plane: Int, dyn: DynamicRegion) {} + open fun afterSetting(chunk: BuildRegionChunk?, x: Int, y: Int, plane: Int, dyn: DynamicRegion) {} fun from(region: Region): FillChunkContract { this.sourceRegion = region diff --git a/Server/src/main/core/cache/Cache.java b/Server/src/main/core/cache/Cache.java index 3459d58b9..ce4ed3c25 100644 --- a/Server/src/main/core/cache/Cache.java +++ b/Server/src/main/core/cache/Cache.java @@ -145,7 +145,7 @@ public final class Cache { buffer.putInt(0); continue; } - buffer.putInt(cacheFileManagers[index].getInformation().informationContainer.getCrc()); + buffer.putInt(cacheFileManagers[index].getInformation().getInformationContainer().getCrc()); buffer.putInt(cacheFileManagers[index].getInformation().getRevision()); } return buffer.array(); diff --git a/Server/src/main/core/cache/CacheFile.java b/Server/src/main/core/cache/CacheFile.java index bd21a8a0d..a03642895 100644 --- a/Server/src/main/core/cache/CacheFile.java +++ b/Server/src/main/core/cache/CacheFile.java @@ -66,7 +66,7 @@ public final class CacheFile { return null; } if (xteaKeys != null && (xteaKeys[0] != 0 || xteaKeys[1] != 0 || xteaKeys[2] != 0 || xteaKeys[3] != 0)) { - packedData = XTEACryption.Companion.decrypt(xteaKeys, ByteBuffer.wrap(packedData), 5, packedData.length).array(); + packedData = XTEACryption.decrypt(xteaKeys, ByteBuffer.wrap(packedData), 5, packedData.length).array(); } return ContainersInformation.unpackCacheContainer(packedData); } diff --git a/Server/src/main/core/cache/StoreFile.java b/Server/src/main/core/cache/StoreFile.java new file mode 100644 index 000000000..50e1728d0 --- /dev/null +++ b/Server/src/main/core/cache/StoreFile.java @@ -0,0 +1,72 @@ +package core.cache; + +import java.nio.ByteBuffer; + +/** + * Represents a file used in the server store. + * @author Emperor + */ +public final class StoreFile { + + /** + * If the data can change during server runtime. + */ + private boolean dynamic; + + /** + * The file data. + */ + private byte[] data; + + /** + * Constructs a new {@code StoreFile} {@code Object}. + */ + public StoreFile() { + /* + * empty. + */ + } + + /** + * Puts the data on the buffer. + * @param buffer The buffer. + */ + public void put(ByteBuffer buffer) { + byte[] data = new byte[buffer.remaining()]; + buffer.get(data); + this.data = data; + } + + /** + * Creates a byte buffer containing the file data. + * @return The buffer. + */ + public ByteBuffer data() { + return ByteBuffer.wrap(data); + } + + /** + * Sets the data. + * @param data The data. + */ + public void setData(byte[] data) { + this.data = data; + } + + /** + * Gets the dynamic. + * @return The dynamic. + */ + public boolean isDynamic() { + return dynamic; + } + + /** + * Sets the dynamic. + * @param dynamic The dynamic to set. + */ + public void setDynamic(boolean dynamic) { + this.dynamic = dynamic; + } + +} \ No newline at end of file diff --git a/Server/src/main/core/cache/crypto/ISAACCipher.java b/Server/src/main/core/cache/crypto/ISAACCipher.java new file mode 100644 index 000000000..16cd85b18 --- /dev/null +++ b/Server/src/main/core/cache/crypto/ISAACCipher.java @@ -0,0 +1,271 @@ +package core.cache.crypto; + +/** + *

An implementation of an ISAAC cipher. See + * http://en.wikipedia.org/wiki/ISAAC_(cipher) for more information.

+ *

This implementation is based on the one written by Bob Jenkins, which is + * available at + * http://www.burtleburtle.net/bob/java/rand/Rand.java.

+ * @author Graham Edgecombe + */ +public class ISAACCipher { + + /** + * The golden ratio. + */ + public static final int RATIO = 0x9e3779b9; + + /** + * The log of the size of the results and memory arrays. + */ + public static final int SIZE_LOG = 8; + + /** + * The size of the results and memory arrays. + */ + public static final int SIZE = 1 << SIZE_LOG; + + /** + * For pseudorandom lookup. + */ + public static final int MASK = (SIZE - 1) << 2; + + /** + * The count through the results. + */ + private int count = 0; + + /** + * The results. + */ + private int results[] = new int[SIZE]; + + /** + * The internal memory state. + */ + private int memory[] = new int[SIZE]; + + /** + * The accumulator. + */ + private int a; + + /** + * The last result. + */ + private int b; + + /** + * The counter. + */ + private int c; + + /** + * Creates the ISAAC cipher. + * @param seed The seed. + */ + public ISAACCipher(int[] seed) { + for (int i = 0; i < seed.length; i++) { + results[i] = seed[i]; + } + init(true); + } + + /** + * Gets the next value. + * @return The next value. + */ + public int getNextValue() { + if (count-- == 0) { + isaac(); + count = SIZE - 1; + } + return 0;//results[count]; + } + + /** + * Generates 256 results. + */ + public void isaac() { + int i, j, x, y; + b += ++c; + for (i = 0, j = SIZE / 2; i < SIZE / 2;) { + x = memory[i]; + a ^= a << 13; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a >>> 6; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a << 2; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a >>> 16; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + } + for (j = 0; j < SIZE / 2;) { + x = memory[i]; + a ^= a << 13; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a >>> 6; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a << 2; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a >>> 16; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + } + } + + /** + * Initialises the ISAAC. + * @param flag Flag indicating if we should perform a second pass. + */ + public void init(boolean flag) { + int i; + int a, b, c, d, e, f, g, h; + a = b = c = d = e = f = g = h = RATIO; + for (i = 0; i < 4; ++i) { + a ^= b << 11; + d += a; + b += c; + b ^= c >>> 2; + e += b; + c += d; + c ^= d << 8; + f += c; + d += e; + d ^= e >>> 16; + g += d; + e += f; + e ^= f << 10; + h += e; + f += g; + f ^= g >>> 4; + a += f; + g += h; + g ^= h << 8; + b += g; + h += a; + h ^= a >>> 9; + c += h; + a += b; + } + for (i = 0; i < SIZE; i += 8) { + if (flag) { + a += results[i]; + b += results[i + 1]; + c += results[i + 2]; + d += results[i + 3]; + e += results[i + 4]; + f += results[i + 5]; + g += results[i + 6]; + h += results[i + 7]; + } + a ^= b << 11; + d += a; + b += c; + b ^= c >>> 2; + e += b; + c += d; + c ^= d << 8; + f += c; + d += e; + d ^= e >>> 16; + g += d; + e += f; + e ^= f << 10; + h += e; + f += g; + f ^= g >>> 4; + a += f; + g += h; + g ^= h << 8; + b += g; + h += a; + h ^= a >>> 9; + c += h; + a += b; + memory[i] = a; + memory[i + 1] = b; + memory[i + 2] = c; + memory[i + 3] = d; + memory[i + 4] = e; + memory[i + 5] = f; + memory[i + 6] = g; + memory[i + 7] = h; + } + if (flag) { + for (i = 0; i < SIZE; i += 8) { + a += memory[i]; + b += memory[i + 1]; + c += memory[i + 2]; + d += memory[i + 3]; + e += memory[i + 4]; + f += memory[i + 5]; + g += memory[i + 6]; + h += memory[i + 7]; + a ^= b << 11; + d += a; + b += c; + b ^= c >>> 2; + e += b; + c += d; + c ^= d << 8; + f += c; + d += e; + d ^= e >>> 16; + g += d; + e += f; + e ^= f << 10; + h += e; + f += g; + f ^= g >>> 4; + a += f; + g += h; + g ^= h << 8; + b += g; + h += a; + h ^= a >>> 9; + c += h; + a += b; + memory[i] = a; + memory[i + 1] = b; + memory[i + 2] = c; + memory[i + 3] = d; + memory[i + 4] = e; + memory[i + 5] = f; + memory[i + 6] = g; + memory[i + 7] = h; + } + } + isaac(); + count = SIZE; + } + +} \ No newline at end of file diff --git a/Server/src/main/core/cache/crypto/ISAACCipher.kt b/Server/src/main/core/cache/crypto/ISAACCipher.kt deleted file mode 100644 index d3fab467b..000000000 --- a/Server/src/main/core/cache/crypto/ISAACCipher.kt +++ /dev/null @@ -1,213 +0,0 @@ -package core.cache.crypto - -/** - * An implementation of an ISAAC cipher. - * See [http://en.wikipedia.org/wiki/ISAAC_(cipher)](http://en.wikipedia.org/wiki/ISAAC_(cipher)) for more information. - * Based on the one written by Bob Jenkins, which is available at - * [http://www.burtleburtle.net/bob/java/rand/Rand.java](http://www.burtleburtle.net/bob/java/rand/Rand.java). - */ -class ISAACCipher(seed: IntArray) { - companion object { - /** Golden ratio in 32 bit unsigned int. */ - const val RATIO = -0x61c88647 - /** The base 2 log of the size of the results and memory arrays. */ - const val SIZE_LOG = 8 - /** The size of the results and memory arrays. */ - const val SIZE = 1 shl SIZE_LOG - /** For pseudorandom lookup. */ - const val MASK = SIZE - 1 shl 2 - } - /** The count through the results. */ - private var count = 0 - /** The results. */ - private val results = IntArray(SIZE) - /** The internal memory state. */ - private val memory = IntArray(SIZE) - /** The accumulator. */ - private var a = 0 - /** The last result. */ - private var b = 0 - /** The counter. */ - private var c = 0 - - /** - * Creates the ISAAC cipher. - * @param seed The seed. - */ - init { - for (i in seed.indices) { - results[i] = seed[i] - } - init(true) - } - - val nextValue: Int - /** - * Gets the next value. - * @return The next value. - */ - get() { - if (count-- == 0) { - isaac() - count = SIZE - 1 - } - return 0 //results[count]; - } - - /** - * Generates 256 results. - */ - fun isaac() { - var i: Int - var j: Int - var x: Int - var y: Int - b += ++c - i = 0 - j = SIZE / 2 - while (i < SIZE / 2) { - x = memory[i] - a = a xor (a shl 13) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a ushr 6) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a shl 2) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a ushr 16) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - } - j = 0 - while (j < SIZE / 2) { - x = memory[i] - a = a xor (a shl 13) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a ushr 6) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a shl 2) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a ushr 16) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - } - } - - /** - * Initialises the ISAAC. - * @param flag Flag indicating if we should perform a second pass. - */ - fun init(flag: Boolean) { - var a = RATIO - var b = a; var c = b; var d = c; var e = d; var f = e; var g = f; var h = g - var i = 0 - while (i < 4) { - a = a xor (b shl 11); d += a; b += c - b = b xor (c ushr 2); e += b; c += d - c = c xor (d shl 8); f += c; d += e - d = d xor (e ushr 16); g += d; e += f - e = e xor (f shl 10); h += e; f += g - f = f xor (g ushr 4); a += f; g += h - g = g xor (h shl 8); b += g; h += a - h = h xor (a ushr 9); c += h; a += b - ++i - } - i = 0 - while (i < SIZE) { - if (flag) { - a += results[i] - b += results[i + 1] - c += results[i + 2] - d += results[i + 3] - e += results[i + 4] - f += results[i + 5] - g += results[i + 6] - h += results[i + 7] - } - a = a xor (b shl 11); d += a; b += c - b = b xor (c ushr 2); e += b; c += d - c = c xor (d shl 8); f += c; d += e - d = d xor (e ushr 16); g += d; e += f - e = e xor (f shl 10); h += e; f += g - f = f xor (g ushr 4); a += f; g += h - g = g xor (h shl 8); b += g; h += a - h = h xor (a ushr 9); c += h; a += b - memory[i] = a - memory[i + 1] = b - memory[i + 2] = c - memory[i + 3] = d - memory[i + 4] = e - memory[i + 5] = f - memory[i + 6] = g - memory[i + 7] = h - i += 8 - } - if (flag) { - i = 0 - while (i < SIZE) { - a += memory[i] - b += memory[i + 1] - c += memory[i + 2] - d += memory[i + 3] - e += memory[i + 4] - f += memory[i + 5] - g += memory[i + 6] - h += memory[i + 7] - a = a xor (b shl 11); d += a; b += c - b = b xor (c ushr 2); e += b; c += d - c = c xor (d shl 8); f += c; d += e - d = d xor (e ushr 16); g += d; e += f - e = e xor (f shl 10); h += e; f += g - f = f xor (g ushr 4); a += f; g += h - g = g xor (h shl 8); b += g; h += a - h = h xor (a ushr 9); c += h; a += b - memory[i] = a - memory[i + 1] = b - memory[i + 2] = c - memory[i + 3] = d - memory[i + 4] = e - memory[i + 5] = f - memory[i + 6] = g - memory[i + 7] = h - i += 8 - } - } - isaac() - count = SIZE - } -} \ No newline at end of file diff --git a/Server/src/main/core/cache/crypto/ISAACPair.java b/Server/src/main/core/cache/crypto/ISAACPair.java new file mode 100644 index 000000000..83c4654b9 --- /dev/null +++ b/Server/src/main/core/cache/crypto/ISAACPair.java @@ -0,0 +1,45 @@ +package core.cache.crypto; + +/** + * Represents a ISAAC key pair, for both input and output. + * @author `Discardedx2 + */ +public final class ISAACPair { + + /** + * The input cipher. + */ + private ISAACCipher input; + + /** + * The output cipher. + */ + private ISAACCipher output; + + /** + * Constructs a new {@code ISAACPair} {@code Object}. + * @param input The input cipher. + * @param output The output cipher. + */ + public ISAACPair(ISAACCipher input, ISAACCipher output) { + this.input = input; + this.output = output; + } + + /** + * Gets the input cipher. + * @return The input cipher. + */ + public ISAACCipher getInput() { + return input; + } + + /** + * Gets the output cipher. + * @return The output cipher. + */ + public ISAACCipher getOutput() { + return output; + } + +} diff --git a/Server/src/main/core/cache/crypto/ISAACPair.kt b/Server/src/main/core/cache/crypto/ISAACPair.kt deleted file mode 100644 index 9056c7a9d..000000000 --- a/Server/src/main/core/cache/crypto/ISAACPair.kt +++ /dev/null @@ -1,9 +0,0 @@ -package core.cache.crypto - -/** - * Represents a ISAAC key pair, for both input and output. - */ -class ISAACPair( - val input: ISAACCipher, - val output: ISAACCipher -) diff --git a/Server/src/main/core/cache/crypto/XTEACryption.java b/Server/src/main/core/cache/crypto/XTEACryption.java new file mode 100644 index 000000000..7ed799e58 --- /dev/null +++ b/Server/src/main/core/cache/crypto/XTEACryption.java @@ -0,0 +1,124 @@ +package core.cache.crypto; + +import java.nio.ByteBuffer; + +/** + * Holds XTEA cryption methods. + * @author ? + * @author Emperor + */ +public final class XTEACryption { + + /** + * The delta value + */ + private static final int DELTA = -1640531527; + + /** + * The sum. + */ + private static final int SUM = -957401312; + + /** + * The amount of "cryption cycles". + */ + private static final int NUM_ROUNDS = 32; + + /** + * Constructs a new {@code XTEACryption}. + */ + private XTEACryption() { + /* + * empty. + */ + } + + /** + * Decrypts the contents of the buffer. + * @param keys The cryption keys. + * @param buffer The buffer. + */ + public static ByteBuffer decrypt(int[] keys, ByteBuffer buffer) { + return decrypt(keys, buffer, buffer.position(), buffer.limit()); + } + + /** + * Decrypts the buffer data. + * @param keys The keys. + * @param buffer The buffer to decrypt. + * @param offset The offset of the data to decrypt. + * @param length The length. + * @return The decrypted data. + */ + public static ByteBuffer decrypt(int[] keys, ByteBuffer buffer, int offset, int length) { + int numBlocks = (length - offset) / 8; + int[] block = new int[2]; + for (int i = 0; i < numBlocks; i++) { + int index = i * 8 + offset; + block[0] = buffer.getInt(index); + block[1] = buffer.getInt(index + 4); + decipher(keys, block); + buffer.putInt(index, block[0]); + buffer.putInt(index + 4, block[1]); + } + return buffer; + } + + /** + * Deciphers the values. + * @param keys The cryption key. + * @param block The values to decipher. + */ + private static void decipher(int[] keys, int[] block) { + long sum = SUM; + for (int i = 0; i < NUM_ROUNDS; i++) { + block[1] -= (keys[(int) ((sum & 0x1933) >>> 11)] + sum ^ block[0] + (block[0] << 4 ^ block[0] >>> 5)); + sum -= DELTA; + block[0] -= ((block[1] << 4 ^ block[1] >>> 5) + block[1] ^ keys[(int) (sum & 0x3)] + sum); + } + } + + /** + * Encrypts the contents of the byte buffer. + * @param keys The cryption keys. + * @param buffer The buffer to encrypt. + */ + public static void encrypt(int[] keys, ByteBuffer buffer) { + encrypt(keys, buffer, buffer.position(), buffer.limit()); + } + + /** + * Encrypts the buffer data. + * @param keys The keys. + * @param buffer The buffer to encrypt. + * @param offset The offset of the data to encrypt. + * @param length The length. + * @return The encrypted data. + */ + public static void encrypt(int[] keys, ByteBuffer buffer, int offset, int length) { + int numBlocks = (length - offset) / 8; + int[] block = new int[2]; + for (int i = 0; i < numBlocks; i++) { + int index = i * 8 + offset; + block[0] = buffer.getInt(index); + block[1] = buffer.getInt(index + 4); + encipher(keys, block); + buffer.putInt(index, block[0]); + buffer.putInt(index + 4, block[1]); + } + } + + /** + * Enciphers the values of the block. + * @param keys The cryption keys. + * @param block The block to encipher. + */ + private static void encipher(int[] keys, int[] block) { + long sum = 0; + for (int i = 0; i < NUM_ROUNDS; i++) { + block[0] += ((block[1] << 4 ^ block[1] >>> 5) + block[1] ^ keys[(int) (sum & 0x3)] + sum); + sum += DELTA; + block[1] += (keys[(int) ((sum & 0x1933) >>> 11)] + sum ^ block[0] + (block[0] << 4 ^ block[0] >>> 5)); + } + } +} \ No newline at end of file diff --git a/Server/src/main/core/cache/crypto/XTEACryption.kt b/Server/src/main/core/cache/crypto/XTEACryption.kt deleted file mode 100644 index f87477008..000000000 --- a/Server/src/main/core/cache/crypto/XTEACryption.kt +++ /dev/null @@ -1,97 +0,0 @@ -package core.cache.crypto - -import java.nio.ByteBuffer - -/** Holds XTEA(eXtended Tiny Encryption Algorithm) encryption/decryption methods. Usually used for RS Map decryption. */ -class XTEACryption { - companion object { - // Purely Static Class - // XTEA consts https://scispace.com/pdf/xtea-cryptography-implementation-in-android-chatting-app-3pg6ownewx.pdf - /** Fibonacci hashing. Math.pow(2,32) * Math.sqrt(5)-1)/2 => 32 bits(int) multiply by reciprocal of golden ratio. */ - private const val DELTA = -1640531527 // Formula cast to unsigned int. - /** DELTA << 5. Essentially multiply DELTA by NUM_ROUNDS or number of rounds. */ - private const val SUM = -957401312 // 0xC6EF3720 - /** The amount of "cryption cycles". */ - private const val NUM_ROUNDS = 32 - /** Constant to manipulate the key index in decipher/encrypt. This was a magic number randomly selected by RS. */ - private const val KEY_SCRAMBLE = 0x1933 - - /** - * Decrypts the buffer data. - * @param keys The keys. - * @param buffer The buffer to decrypt. - * @param offset The offset of the data to decrypt. - * @param length The length. - * @return The decrypted data. - */ - fun decrypt(keys: IntArray, buffer: ByteBuffer, offset: Int, length: Int): ByteBuffer { - val numBlocks = (length - offset) / 8 - val block = IntArray(2) - for (i in 0 until numBlocks) { - val index = i * 8 + offset - block[0] = buffer.getInt(index) - block[1] = buffer.getInt(index + 4) - decipher(keys, block) - buffer.putInt(index, block[0]) - buffer.putInt(index + 4, block[1]) - } - return buffer - } - - /** - * Deciphers the values of the block using the Tiny Encryption Algorithm (TEA). - * This algorithm relies on a Feistel network, using bitwise operations and - * modular subtraction to remove confusion(block[0] line) and diffusion(block[1] line). - * - * @param keys 128-bit key (4x32-bit int). - * @param block 64-bit data block (2x32-bit int) to be decrypted. - */ - private fun decipher(keys: IntArray, block: IntArray) { - var sum = - SUM.toLong() // Running decreasing sum to ensure different round constants - should become 0 at the end. - for (i in 0 until NUM_ROUNDS) { - block[1] -= (keys[(sum and KEY_SCRAMBLE.toLong() ushr 11).toInt()] + sum xor (block[0] + (block[0] shl 4 xor (block[0] ushr 5))).toLong()).toInt() - sum -= DELTA.toLong() - block[0] -= (((block[1] shl 4 xor (block[1] ushr 5)) + block[1]).toLong() xor keys[(sum and 0x3L).toInt()] + sum).toInt() - } - } - /** === Encryption functions below are not used unless you are modifying the cache. === */ - /** - * Encrypts the buffer data. - * @param keys The keys. - * @param buffer The buffer to encrypt. - * @param offset The offset of the data to encrypt. - * @param length The length. - * @return The encrypted data. - */ - fun encrypt(keys: IntArray, buffer: ByteBuffer, offset: Int, length: Int) { - val numBlocks = (length - offset) / 8 - val block = IntArray(2) - for (i in 0 until numBlocks) { - val index = i * 8 + offset - block[0] = buffer.getInt(index) - block[1] = buffer.getInt(index + 4) - encipher(keys, block) - buffer.putInt(index, block[0]) - buffer.putInt(index + 4, block[1]) - } - } - - /** - * Enciphers the values of the block using the Tiny Encryption Algorithm (TEA). - * This algorithm relies on a Feistel network, using bitwise operations and - * modular addition to provide confusion(block[0] line) and diffusion(block[1] line). - * - * @param keys 128-bit key (4x32-bit int). - * @param block 64-bit data block (2x32-bit int) to be encrypted. - */ - private fun encipher(keys: IntArray, block: IntArray) { - var sum: Long = 0 // Running sum to ensure different round constants - should match SUM at the end. - for (i in 0 until NUM_ROUNDS) { - block[0] += (((block[1] shl 4 xor (block[1] ushr 5)) + block[1]).toLong() xor keys[(sum and 0x3L).toInt()] + sum).toInt() - sum += DELTA.toLong() - block[1] += (keys[(sum and KEY_SCRAMBLE.toLong() ushr 11).toInt()] + sum xor (block[0] + (block[0] shl 4 xor (block[0] ushr 5))).toLong()).toInt() - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/core/cache/misc/Container.java b/Server/src/main/core/cache/misc/Container.java new file mode 100644 index 000000000..9760845ff --- /dev/null +++ b/Server/src/main/core/cache/misc/Container.java @@ -0,0 +1,109 @@ +package core.cache.misc; + +/** + * A container. + * @author Dragonkk + */ +public class Container { + + /** + * The version. + */ + private int version; + + /** + * The CRC. + */ + private int crc; + + /** + * The name hash. + */ + private int nameHash; + + /** + * If updated. + */ + private boolean updated; + + /** + * Construct a new container. + */ + public Container() { + nameHash = -1; + version = -1; + crc = -1; + } + + /** + * Set the version. + * @param version + */ + public void setVersion(int version) { + this.version = version; + } + + /** + * Update the version. + */ + public void updateVersion() { + version++; + updated = true; + } + + /** + * Get the version. + * @return The version. + */ + public int getVersion() { + return version; + } + + /** + * Get the next version. + * @return The next version. + */ + public int getNextVersion() { + return updated ? version : version + 1; + } + + /** + * Set the CRC. + * @param crc The cRC. + */ + public void setCrc(int crc) { + this.crc = crc; + } + + /** + * Get the CRC. + * @return The CRC. + */ + public int getCrc() { + return crc; + } + + /** + * Set the name hash. + * @param nameHash The name hash. + */ + public void setNameHash(int nameHash) { + this.nameHash = nameHash; + } + + /** + * Get the name hash. + * @return The name hash. + */ + public int getNameHash() { + return nameHash; + } + + /** + * If is updated. + * @return If is updated. + */ + public boolean isUpdated() { + return updated; + } +} diff --git a/Server/src/main/core/cache/misc/Container.kt b/Server/src/main/core/cache/misc/Container.kt deleted file mode 100644 index 3e1b481d6..000000000 --- a/Server/src/main/core/cache/misc/Container.kt +++ /dev/null @@ -1,7 +0,0 @@ -package core.cache.misc - -data class Container( - var version: Int = -1, - var crc: Int = -1, - var nameHash: Int = -1 -) \ No newline at end of file diff --git a/Server/src/main/core/cache/misc/ContainersInformation.java b/Server/src/main/core/cache/misc/ContainersInformation.java new file mode 100644 index 000000000..f786c1d2f --- /dev/null +++ b/Server/src/main/core/cache/misc/ContainersInformation.java @@ -0,0 +1,228 @@ +package core.cache.misc; + +import java.nio.ByteBuffer; +import java.util.Arrays; +import java.util.zip.CRC32; + +import core.cache.bzip2.BZip2Decompressor; +import core.cache.gzip.GZipDecompressor; + +/** + * A class holding the containers information. + * @author Dragonkk + */ +public final class ContainersInformation { + + /** + * The information container. + */ + private Container informationContainer; + + /** + * The protocol. + */ + private int protocol; + + /** + * The revision. + */ + private int revision; + + /** + * The container indexes. + */ + private int[] containersIndexes; + + /** + * The containers. + */ + private FilesContainer[] containers; + + /** + * If files have to be named. + */ + private boolean filesNamed; + + /** + * If it has to be whirpool. + */ + private boolean whirpool; + + /** + * The data. + */ + private final byte[] data; + + /** + * Construct a new containers information. + * @param informationContainerPackedData The information container data + * packed. + */ + public ContainersInformation(byte[] informationContainerPackedData) { + this.data = Arrays.copyOf(informationContainerPackedData, informationContainerPackedData.length); + informationContainer = new Container(); + informationContainer.setVersion((informationContainerPackedData[informationContainerPackedData.length - 2] << 8 & 0xff00) + (informationContainerPackedData[-1 + informationContainerPackedData.length] & 0xff)); + CRC32 crc32 = new CRC32(); + crc32.update(informationContainerPackedData); + informationContainer.setCrc((int) crc32.getValue()); + decodeContainersInformation(unpackCacheContainer(informationContainerPackedData)); + } + + /** + * Unpacks a container. + * @param packedData The packed container data. + * @return The unpacked data. + */ + public static final byte[] unpackCacheContainer(byte[] packedData) { + ByteBuffer buffer = ByteBuffer.wrap(packedData); + int compression = buffer.get() & 0xFF; + int containerSize = buffer.getInt(); + if (containerSize < 0 || containerSize > 5000000) { + return null; + // throw new RuntimeException(); + } + if (compression == 0) { + byte unpacked[] = new byte[containerSize]; + buffer.get(unpacked, 0, containerSize); + return unpacked; + } + int decompressedSize = buffer.getInt(); + if (decompressedSize < 0 || decompressedSize > 20000000) { + return null; + // throw new RuntimeException(); + } + byte decompressedData[] = new byte[decompressedSize]; + if (compression == 1) { + BZip2Decompressor.decompress(decompressedData, packedData, containerSize, 9); + } else { + GZipDecompressor.decompress(buffer, decompressedData); + } + return decompressedData; + } + + /** + * Get the container indexes. + * @return The container indexes. + */ + public int[] getContainersIndexes() { + return containersIndexes; + } + + /** + * Get the containers. + * @return The containers. + */ + public FilesContainer[] getContainers() { + return containers; + } + + /** + * Get the information container. + * @return The information container. + */ + public Container getInformationContainer() { + return informationContainer; + } + + /** + * Get the revision. + * @return The revision. + */ + public int getRevision() { + return revision; + } + + /** + * Decode the containers information. + * @param data The data. + */ + public void decodeContainersInformation(byte[] data) { + ByteBuffer buffer = ByteBuffer.wrap(data); + protocol = buffer.get() & 0xFF; + if (protocol != 5 && protocol != 6) { + throw new RuntimeException(); + } + revision = protocol < 6 ? 0 : buffer.getInt(); + int nameHash = buffer.get() & 0xFF; + filesNamed = (0x1 & nameHash) != 0; + whirpool = (0x2 & nameHash) != 0; + containersIndexes = new int[buffer.getShort() & 0xFFFF]; + int lastIndex = -1; + for (int index = 0; index < containersIndexes.length; index++) { + containersIndexes[index] = (buffer.getShort() & 0xFFFF) + (index == 0 ? 0 : containersIndexes[index - 1]); + if (containersIndexes[index] > lastIndex) { + lastIndex = containersIndexes[index]; + } + } + containers = new FilesContainer[lastIndex + 1]; + for (int index = 0; index < containersIndexes.length; index++) { + containers[containersIndexes[index]] = new FilesContainer(); + } + if (filesNamed) { + for (int index = 0; index < containersIndexes.length; index++) { + containers[containersIndexes[index]].setNameHash(buffer.getInt()); + } + } + byte[][] filesHashes = null; + if (whirpool) { + filesHashes = new byte[containers.length][]; + for (int index = 0; index < containersIndexes.length; index++) { + filesHashes[containersIndexes[index]] = new byte[64]; + buffer.get(filesHashes[containersIndexes[index]], 0, 64); + } + } + for (int index = 0; index < containersIndexes.length; index++) { + containers[containersIndexes[index]].setCrc(buffer.getInt()); + } + for (int index = 0; index < containersIndexes.length; index++) { + containers[containersIndexes[index]].setVersion(buffer.getInt()); + } + for (int index = 0; index < containersIndexes.length; index++) { + containers[containersIndexes[index]].setFilesIndexes(new int[buffer.getShort() & 0xFFFF]); + } + for (int index = 0; index < containersIndexes.length; index++) { + int lastFileIndex = -1; + for (int fileIndex = 0; fileIndex < containers[containersIndexes[index]].getFilesIndexes().length; fileIndex++) { + containers[containersIndexes[index]].getFilesIndexes()[fileIndex] = (buffer.getShort() & 0xFFFF) + (fileIndex == 0 ? 0 : containers[containersIndexes[index]].getFilesIndexes()[fileIndex - 1]); + if (containers[containersIndexes[index]].getFilesIndexes()[fileIndex] > lastFileIndex) { + lastFileIndex = containers[containersIndexes[index]].getFilesIndexes()[fileIndex]; + } + } + containers[containersIndexes[index]].setFiles(new Container[lastFileIndex + 1]); + for (int fileIndex = 0; fileIndex < containers[containersIndexes[index]].getFilesIndexes().length; fileIndex++) { + containers[containersIndexes[index]].getFiles()[containers[containersIndexes[index]].getFilesIndexes()[fileIndex]] = new Container(); + } + } + if (whirpool) { + for (int index = 0; index < containersIndexes.length; index++) { + for (int fileIndex = 0; fileIndex < containers[containersIndexes[index]].getFilesIndexes().length; fileIndex++) { + containers[containersIndexes[index]].getFiles()[containers[containersIndexes[index]].getFilesIndexes()[fileIndex]].setVersion(filesHashes[containersIndexes[index]][containers[containersIndexes[index]].getFilesIndexes()[fileIndex]]); + } + } + } + if (filesNamed) { + for (int index = 0; index < containersIndexes.length; index++) { + for (int fileIndex = 0; fileIndex < containers[containersIndexes[index]].getFilesIndexes().length; fileIndex++) { + containers[containersIndexes[index]].getFiles()[containers[containersIndexes[index]].getFilesIndexes()[fileIndex]].setNameHash(buffer.getInt()); + } + } + } + } + + /** + * If is whirpool. + * @return If is whirpool {@code true}. + */ + public boolean isWhirpool() { + return whirpool; + } + + /** + * Gets the data. + * @return The data. + */ + public byte[] getData() { + return data; + } + +} diff --git a/Server/src/main/core/cache/misc/ContainersInformation.kt b/Server/src/main/core/cache/misc/ContainersInformation.kt deleted file mode 100644 index 831eb954b..000000000 --- a/Server/src/main/core/cache/misc/ContainersInformation.kt +++ /dev/null @@ -1,145 +0,0 @@ -package core.cache.misc - -import core.cache.bzip2.BZip2Decompressor -import core.cache.gzip.GZipDecompressor -import java.nio.ByteBuffer -import java.util.* -import java.util.zip.CRC32 - -class ContainersInformation(informationContainerPackedData: ByteArray) { - @JvmField - val informationContainer: Container - private var protocol = 0 - var revision = 0 - var containersIndexes: IntArray = intArrayOf() - var containers: Array = arrayOf() - private var filesNamed = false // If files has to be named - private var whirpool = false // Flag for whirpool - val data: ByteArray - - init { - data = Arrays.copyOf(informationContainerPackedData, informationContainerPackedData.size) - informationContainer = Container() - informationContainer.version = - (informationContainerPackedData[informationContainerPackedData.size - 2].toInt() shl 8 and 0xff00) + (informationContainerPackedData[-1 + informationContainerPackedData.size].toInt() and 0xff) - val crc32 = CRC32() - crc32.update(informationContainerPackedData) - informationContainer.crc = crc32.value.toInt() - decodeContainersInformation(unpackCacheContainer(informationContainerPackedData)) - } - - fun decodeContainersInformation(data: ByteArray?) { - val buffer = ByteBuffer.wrap(data) - protocol = buffer.get().toInt() and 0xFF - if (protocol != 5 && protocol != 6) { - throw RuntimeException() - } - revision = if (protocol < 6) 0 else buffer.getInt() - val nameHash = buffer.get().toInt() and 0xFF - filesNamed = 0x1 and nameHash != 0 - whirpool = 0x2 and nameHash != 0 - containersIndexes = IntArray(buffer.getShort().toInt() and 0xFFFF) - var lastIndex = -1 - for (index in containersIndexes.indices) { - val containerIndex = - (buffer.getShort().toInt() and 0xFFFF) + if (index == 0) 0 else containersIndexes[index - 1] - containersIndexes[index] = containerIndex - if (containerIndex > lastIndex) { - lastIndex = containerIndex - } - } - containers = arrayOfNulls(lastIndex + 1) - for (containerIdx in containersIndexes) { - containers[containerIdx] = FilesContainer() - } - if (filesNamed) { - for (containerIdx in containersIndexes) { - containers[containerIdx]!!.nameHash = buffer.getInt() - } - } - var filesHashes: Array? = null - if (whirpool) { - filesHashes = arrayOfNulls(containers.size) - for (containerIdx in containersIndexes) { - filesHashes[containerIdx] = ByteArray(64) - buffer[filesHashes[containerIdx], 0, 64] - } - } - for (containerIdx in containersIndexes) { - containers[containerIdx]!!.crc = buffer.getInt() - } - for (containerIdx in containersIndexes) { - containers[containerIdx]!!.version = buffer.getInt() - } - for (containerIdx in containersIndexes) { - containers[containerIdx]!!.filesIndexes = IntArray(buffer.getShort().toInt() and 0xFFFF) - } - for (containerIdx in containersIndexes) { - val container = containers[containerIdx] - val filesIndexes = container!!.filesIndexes - var lastFileIndex = -1 - for (fileIndex in filesIndexes!!.indices) { - val fileIdx = - (buffer.getShort().toInt() and 0xFFFF) + if (fileIndex == 0) 0 else filesIndexes[fileIndex - 1] - filesIndexes[fileIndex] = fileIdx - if (fileIdx > lastFileIndex) { - lastFileIndex = fileIdx - } - } - val files = arrayOfNulls(lastFileIndex + 1) - container.files = files - for (fileIdx in filesIndexes) { - files[fileIdx] = Container() - } - } - if (whirpool) { - for (containerIdx in containersIndexes) { - val container = containers[containerIdx] - val containerHashes = filesHashes!![containerIdx] - val files = container!!.files - for (fileIdx in container.filesIndexes!!) { - files!![fileIdx]!!.version = containerHashes!![fileIdx].toInt() - } - } - } - if (filesNamed) { - for (containerIdx in containersIndexes) { - val container = containers[containerIdx] - val files = container!!.files - for (fileIdx in container.filesIndexes!!) { - files!![fileIdx]!!.nameHash = buffer.getInt() - } - } - } - } - - companion object { - @JvmStatic - fun unpackCacheContainer(packedData: ByteArray?): ByteArray? { - val buffer = ByteBuffer.wrap(packedData) - val compression = buffer.get().toInt() and 0xFF - val containerSize = buffer.getInt() - if (containerSize < 0 || containerSize > 5000000) { - return null - // throw new RuntimeException(); - } - if (compression == 0) { - val unpacked = ByteArray(containerSize) - buffer[unpacked, 0, containerSize] - return unpacked - } - val decompressedSize = buffer.getInt() - if (decompressedSize < 0 || decompressedSize > 20000000) { - return null - // throw new RuntimeException(); - } - val decompressedData = ByteArray(decompressedSize) - if (compression == 1) { - BZip2Decompressor.decompress(decompressedData, packedData, containerSize, 9) - } else { - GZipDecompressor.decompress(buffer, decompressedData) - } - return decompressedData - } - } -} diff --git a/Server/src/main/core/cache/misc/FilesContainer.java b/Server/src/main/core/cache/misc/FilesContainer.java new file mode 100644 index 000000000..5f14e448f --- /dev/null +++ b/Server/src/main/core/cache/misc/FilesContainer.java @@ -0,0 +1,57 @@ +package core.cache.misc; + +/** + * A class holding the file containers. + * @author Dragonkk + */ +public final class FilesContainer extends Container { + + /** + * The file indexes. + */ + private int[] filesIndexes; + + /** + * The files. + */ + private Container[] files; + + /** + * Construct a new files container. + */ + public FilesContainer() { + + } + + /** + * Set the files. + * @param containers The files. + */ + public void setFiles(Container[] containers) { + this.files = containers; + } + + /** + * Get the files. + * @return The files. + */ + public Container[] getFiles() { + return files; + } + + /** + * Set the file indexes. + * @param containersIndexes The file indexes. + */ + public void setFilesIndexes(int[] containersIndexes) { + this.filesIndexes = containersIndexes; + } + + /** + * Get the file indexes. + * @return The file indexes. + */ + public int[] getFilesIndexes() { + return filesIndexes; + } +} diff --git a/Server/src/main/core/cache/misc/FilesContainer.kt b/Server/src/main/core/cache/misc/FilesContainer.kt deleted file mode 100644 index 192ca3389..000000000 --- a/Server/src/main/core/cache/misc/FilesContainer.kt +++ /dev/null @@ -1,9 +0,0 @@ -package core.cache.misc - -data class FilesContainer( - var version: Int = -1, - var crc: Int = -1, - var nameHash: Int = -1, - var filesIndexes: IntArray? = null, - var files: Array? = null -) \ No newline at end of file diff --git a/Server/src/main/core/cache/misc/buffer/BufferInputStream.java b/Server/src/main/core/cache/misc/buffer/BufferInputStream.java new file mode 100644 index 000000000..a801c870d --- /dev/null +++ b/Server/src/main/core/cache/misc/buffer/BufferInputStream.java @@ -0,0 +1,39 @@ +package core.cache.misc.buffer; + +import java.io.IOException; +import java.io.InputStream; +import java.nio.ByteBuffer; + +/** + * Handles the reading of data from a byte buffer. + * @author Emperor + */ +public final class BufferInputStream extends InputStream { + + /** + * The buffer to write on. + */ + private final ByteBuffer buffer; + + /** + * The buffer input stream. + * @param buffer The buffer. + */ + public BufferInputStream(ByteBuffer buffer) throws IOException { + this.buffer = buffer; + } + + @Override + public int read() throws IOException { + return buffer.get(); + } + + /** + * Gets the buffer. + * @return The buffer. + */ + public ByteBuffer getBuffer() { + return buffer; + } + +} diff --git a/Server/src/main/core/cache/misc/buffer/BufferOutputStream.java b/Server/src/main/core/cache/misc/buffer/BufferOutputStream.java new file mode 100644 index 000000000..88ea2ac69 --- /dev/null +++ b/Server/src/main/core/cache/misc/buffer/BufferOutputStream.java @@ -0,0 +1,57 @@ +package core.cache.misc.buffer; + +import java.io.IOException; +import java.io.OutputStream; +import java.nio.ByteBuffer; + +/** + * Handles the writing of data on a byte buffer. + * @author Emperor + */ +public final class BufferOutputStream extends OutputStream { + + /** + * The buffer to write on. + */ + private final ByteBuffer buffer; + + /** + * Constructs a new {@code BufferOutputStream} {@code Object}. + * @param buffer The buffer to write on. + * @throws IOException When an I/O exception occurs. + * @throws SecurityException If a security manager exists and its + * checkPermission method denies enabling subclassing. + */ + public BufferOutputStream(ByteBuffer buffer) throws IOException, SecurityException { + super(); + this.buffer = buffer; + } + + @Override + public void write(int b) throws IOException { + buffer.put((byte) b); + } + + @Override + public void flush() { + /* + * empty. + */ + } + + @Override + public void close() { + /* + * empty. + */ + } + + /** + * Gets the buffer. + * @return The buffer. + */ + public ByteBuffer getBuffer() { + return buffer; + } + +} \ No newline at end of file diff --git a/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.java b/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.java new file mode 100644 index 000000000..fb04ae272 --- /dev/null +++ b/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.java @@ -0,0 +1,182 @@ +package core.cache.misc.buffer; + +import java.io.ObjectInputStream; +import java.nio.ByteBuffer; +import java.nio.charset.StandardCharsets; + +/** + * Holds utility methods for reading/writing a byte buffer. + * @author Emperor + */ +public final class ByteBufferUtils { + + /** + * Gets a string from the byte buffer. + * @param buffer The byte buffer. + * @return The string. + */ + public static String getString(ByteBuffer buffer) { + StringBuilder sb = new StringBuilder(); + byte b; + while ((b = buffer.get()) != 0) { + sb.append((char) b); + } + return sb.toString(); + } + + /** + * Puts a string on the byte buffer. + * @param s The string to put. + * @param buffer The byte buffer. + */ + public static void putString(String s, ByteBuffer buffer) { + buffer.put(s.getBytes(StandardCharsets.UTF_8)).put((byte) 0); + } + + /** + * Gets a string from the byte buffer. + * @param s The string. + * @param buffer The byte buffer. + * @return The string. + */ + public static ByteBuffer putGJ2String(String s, ByteBuffer buffer) { + byte[] packed = new byte[256]; + int length = packGJString2(0, packed, s); + return buffer.put((byte) 0).put(packed, 0, length).put((byte) 0); + } + + /** + * Decodes the XTEA encryption. + * @param keys The keys. + * @param start The start index. + * @param end The end index. + * @param buffer The byte buffer. + */ + public static void decodeXTEA(int[] keys, int start, int end, ByteBuffer buffer) { + int l = buffer.position(); + buffer.position(start); + int length = (end - start) / 8; + for (int i = 0; i < length; i++) { + int firstInt = buffer.getInt(); + int secondInt = buffer.getInt(); + int sum = 0xc6ef3720; + int delta = 0x9e3779b9; + for (int j = 32; j-- > 0;) { + secondInt -= keys[(sum & 0x1c84) >>> 11] + sum ^ (firstInt >>> 5 ^ firstInt << 4) + firstInt; + sum -= delta; + firstInt -= (secondInt >>> 5 ^ secondInt << 4) + secondInt ^ keys[sum & 3] + sum; + } + buffer.position(buffer.position() - 8); + buffer.putInt(firstInt); + buffer.putInt(secondInt); + } + buffer.position(l); + } + + /** + * Converts a String to an Integer? + * @param position The position. + * @param buffer The buffer used. + * @param string The String to convert. + * @return The Integer. + */ + public static int packGJString2(int position, byte[] buffer, String string) { + int length = string.length(); + int offset = position; + for (int i = 0; length > i; i++) { + int character = string.charAt(i); + if (character > 127) { + if (character > 2047) { + buffer[offset++] = (byte) ((character | 919275) >> 12); + buffer[offset++] = (byte) (128 | ((character >> 6) & 63)); + buffer[offset++] = (byte) (128 | (character & 63)); + } else { + buffer[offset++] = (byte) ((character | 12309) >> 6); + buffer[offset++] = (byte) (128 | (character & 63)); + } + } else + buffer[offset++] = (byte) character; + } + return offset - position; + } + + /** + * Gets a tri-byte from the buffer. + * @param buffer The buffer. + * @return The value. + */ + public static int getMedium(ByteBuffer buffer) { + return ((buffer.get() & 0xFF) << 16) + ((buffer.get() & 0xFF) << 8) + (buffer.get() & 0xFF); + } + + /** + * Gets a smart from the buffer. + * @param buffer The buffer. + * @return The value. + */ + public static int getSmart(ByteBuffer buffer) { + int peek = buffer.get() & 0xFF; + if (peek <= Byte.MAX_VALUE) { + return peek; + } + return ((peek << 8) | (buffer.get() & 0xFF)) - 32768; + } + + /** + * Gets a smart from the buffer. + * @param buffer The buffer. + * @return The value. + */ + public static int getBigSmart(ByteBuffer buffer) { + int value = 0; + int current = getSmart(buffer); + while (current == 32767) { + current = getSmart(buffer); + value += 32767; + } + value += current; + return value; + } + + /* *//** + * Writes an object on the buffer. + * @param buffer The buffer to write on. + * @param o The object. + */ + /* + * public static void putObject(ByteBuffer buffer, Object o) { ByteBuffer b; + * try (ObjectOutputStream out = new ObjectOutputStream(new + * BufferOutputStream(b = ByteBuffer.allocate(99999)))) { + * out.writeObject(o); b.flip(); } catch (Throwable e) { + * e.printStackTrace(); b = (ByteBuffer) ByteBuffer.allocate(0).flip(); } + * buffer.putInt(b.remaining()); if (b.remaining() > 0) { buffer.put(b); } } + */ + + /** + * Gets an object from the byte buffer. + * @param buffer The buffer. + * @return The object. + */ + public static Object getObject(ByteBuffer buffer) { + int length = buffer.getInt(); + if (length > 0) { + byte[] bytes = new byte[length]; + buffer.get(bytes); + try (ObjectInputStream str = new ObjectInputStream(new BufferInputStream(ByteBuffer.wrap(bytes)))) { + return (Object) str.readObject(); + } catch (Throwable e) { + e.printStackTrace(); + } + } + return null; + } + + /** + * Constructs a new {@code ByteBufferUtils} {@code Object}. + */ + private ByteBufferUtils() { + /* + * empty. + */ + } +} \ No newline at end of file diff --git a/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.kt b/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.kt deleted file mode 100644 index 73d72df70..000000000 --- a/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.kt +++ /dev/null @@ -1,142 +0,0 @@ -package core.cache.misc.buffer - -import java.nio.ByteBuffer -import java.nio.charset.StandardCharsets - -object ByteBufferUtils { - /** - * Gets a string from the byte buffer. - * @param buffer The byte buffer. - * @return The string. - */ - @JvmStatic - fun getString(buffer: ByteBuffer): String { - val sb = StringBuilder() - var b: Byte - while (buffer.get().also { b = it }.toInt() != 0) { - sb.append(Char(b.toUShort())) - } - return sb.toString() - } - - /** - * Puts a string on the byte buffer. - * @param s The string to put. - * @param buffer The byte buffer. - */ - @JvmStatic - fun putString(s: String, buffer: ByteBuffer) { - buffer.put(s.toByteArray(StandardCharsets.UTF_8)).put(0.toByte()) - } - - /** - * Gets a string from the byte buffer. - * @param s The string. - * @param buffer The byte buffer. - * @return The string. - */ - fun putGJ2String(s: String, buffer: ByteBuffer): ByteBuffer { - val packed = ByteArray(256) - val length = packGJString2(0, packed, s) - return buffer.put(0.toByte()).put(packed, 0, length).put(0.toByte()) - } - - /** - * Decodes the XTEA encryption. - * @param keys The keys. - * @param start The start index. - * @param end The end index. - * @param buffer The byte buffer. - */ - fun decodeXTEA(keys: IntArray, start: Int, end: Int, buffer: ByteBuffer) { - val l = buffer.position() - buffer.position(start) - val length = (end - start) / 8 - for (i in 0 until length) { - var firstInt = buffer.getInt() - var secondInt = buffer.getInt() - var sum = -0x3910c8e0 - val delta = -0x61c88647 - var j = 32 - while (j-- > 0) { - secondInt -= keys[sum and 0x1c84 ushr 11] + sum xor (firstInt ushr 5 xor (firstInt shl 4)) + firstInt - sum -= delta - firstInt -= (secondInt ushr 5 xor (secondInt shl 4)) + secondInt xor keys[sum and 3] + sum - } - buffer.position(buffer.position() - 8) - buffer.putInt(firstInt) - buffer.putInt(secondInt) - } - buffer.position(l) - } - - /** - * Converts a String to an Integer? - * @param position The position. - * @param buffer The buffer used. - * @param string The String to convert. - * @return The Integer. - */ - @JvmStatic - fun packGJString2(position: Int, buffer: ByteArray, string: String): Int { - val length = string.length - var offset = position - var i = 0 - while (length > i) { - val character = string[i].code - if (character > 127) { - if (character > 2047) { - buffer[offset++] = (character or 919275 shr 12).toByte() - buffer[offset++] = (128 or (character shr 6 and 63)).toByte() - buffer[offset++] = (128 or (character and 63)).toByte() - } else { - buffer[offset++] = (character or 12309 shr 6).toByte() - buffer[offset++] = (128 or (character and 63)).toByte() - } - } else buffer[offset++] = character.toByte() - i++ - } - return offset - position - } - - /** - * Gets a tri-byte from the buffer. - * @param buffer The buffer. - * @return The value. - */ - @JvmStatic - fun getMedium(buffer: ByteBuffer): Int { - return (buffer.get().toInt() and 0xFF shl 16) + (buffer.get().toInt() and 0xFF shl 8) + (buffer.get() - .toInt() and 0xFF) - } - - /** - * Gets a smart from the buffer. - * @param buffer The buffer. - * @return The value. - */ - @JvmStatic - fun getSmart(buffer: ByteBuffer): Int { - val peek = buffer.get().toInt() and 0xFF - return if (peek <= Byte.MAX_VALUE) { - peek - } else (peek shl 8 or (buffer.get().toInt() and 0xFF)) - 32768 - } - - /** - * Gets a smart from the buffer. - * @param buffer The buffer. - * @return The value. - */ - @JvmStatic - fun getBigSmart(buffer: ByteBuffer): Int { - var value = 0 - var current = getSmart(buffer) - while (current == 32767) { - current = getSmart(buffer) - value += 32767 - } - value += current - return value - } -} \ No newline at end of file diff --git a/Server/src/main/core/game/activity/ActivityPlugin.java b/Server/src/main/core/game/activity/ActivityPlugin.java index b6d7eb5a7..50ea847f5 100644 --- a/Server/src/main/core/game/activity/ActivityPlugin.java +++ b/Server/src/main/core/game/activity/ActivityPlugin.java @@ -4,6 +4,7 @@ import core.ServerConstants; import core.game.node.entity.Entity; import core.game.node.entity.player.Player; import core.game.world.map.Location; +import core.game.world.map.Region; import core.game.world.map.build.DynamicRegion; import core.game.world.map.zone.*; import core.game.world.map.zone.impl.MultiwayCombatZone; @@ -107,7 +108,7 @@ public abstract class ActivityPlugin extends MapZone implements Plugin { l = r.getBaseLocation(); } } - ZoneBorders borders = new ZoneBorders(region.getX() << 6, region.getY() << 6, l.getX() + 64, l.getY() + 64); + ZoneBorders borders = new ZoneBorders(region.getX() << 6, region.getY() << 6, l.getX() + Region.SIZE, l.getY() + Region.SIZE); RegionZone multiZone = multicombat ? new RegionZone(MultiwayCombatZone.getInstance(), borders) : null; RegionZone zone = new RegionZone(this, borders); for (DynamicRegion r : regions) { diff --git a/Server/src/main/core/game/activity/CutscenePlugin.java b/Server/src/main/core/game/activity/CutscenePlugin.java index 71bce7d2b..043b7c179 100644 --- a/Server/src/main/core/game/activity/CutscenePlugin.java +++ b/Server/src/main/core/game/activity/CutscenePlugin.java @@ -129,9 +129,12 @@ public abstract class CutscenePlugin extends ActivityPlugin { */ public void end() { if (region != null) { - for (int z = 0; z < 4; z++) { - for (NPC npc : region.assembleNpcList(z)) { - npc.clear(); + for (int i = 0; i < region.getPlanes().length; i++) { + for (NPC n : region.getPlanes()[i].getNpcs()) { + if (n == null) { + continue; + } + n.clear(); } } } diff --git a/Server/src/main/core/game/bots/AIPBuilder.java b/Server/src/main/core/game/bots/AIPBuilder.java index fb619f730..e79c95447 100644 --- a/Server/src/main/core/game/bots/AIPBuilder.java +++ b/Server/src/main/core/game/bots/AIPBuilder.java @@ -91,7 +91,7 @@ public final class AIPBuilder { //Varrock Ge bank RandomAfkPlayer(new Location(3189, 3439)); - // Lunar Island Bank + //Home Bank RandomAfkPlayer(new Location(2099, 3918)); } diff --git a/Server/src/main/core/game/bots/AIPlayer.java b/Server/src/main/core/game/bots/AIPlayer.java index 8b575559c..079875dec 100644 --- a/Server/src/main/core/game/bots/AIPlayer.java +++ b/Server/src/main/core/game/bots/AIPlayer.java @@ -34,6 +34,7 @@ import java.util.*; * @author Emperor */ public class AIPlayer extends Player { + /** * The current UID. */ @@ -108,7 +109,7 @@ public class AIPlayer extends Player { * Generates bot stats/equipment/etc based on OSRScopyLine */ public void updateRandomValues() { - this.getAppearance().setGender(RandomFunction.random(3) == 1 ? Gender.FEMALE : Gender.MALE); + this.getAppearance().setGender(RandomFunction.random(5) == 1 ? Gender.FEMALE : Gender.MALE); int setTo = RandomFunction.random(0,10); CharacterDesign.randomize(this,true); this.setDirection(Direction.values()[new Random().nextInt(Direction.values().length)]); //Random facing dir @@ -317,25 +318,25 @@ public class AIPlayer extends Player { int meX = this.getLocation().getX(); int meY = this.getLocation().getY(); ArrayList nodes = new ArrayList(); - for (NPC npc : RegionManager.getLocalNPCs(location, range)) { + for (NPC npc : RegionManager.getLocalNpcs(this, range)) { if (npc.getId() == entry) nodes.add(npc); } for (int x = 0; x < range; x++) { for (int y = 0; y < range - x; y++) { - Node node = RegionManager.getObject(meX + x, meY + y, 0); + Node node = RegionManager.getObject(0, meX + x, meY + y); if (node != null) if (node.getId() == entry) nodes.add(node); - Node node2 = RegionManager.getObject(meX + x, meY - y, 0); + Node node2 = RegionManager.getObject(0, meX + x, meY - y); if (node2 != null) if (node2.getId() == entry) nodes.add(node2); - Node node3 = RegionManager.getObject(meX - x, meY + y, 0); + Node node3 = RegionManager.getObject(0, meX - x, meY + y); if (node3 != null) if (node3.getId() == entry) nodes.add(node3); - Node node4 = RegionManager.getObject(meX - x, meY - y, 0); + Node node4 = RegionManager.getObject(0, meX - x, meY - y); if (node4 != null) if (node4.getId() == entry) nodes.add(node4); @@ -350,25 +351,25 @@ public class AIPlayer extends Player { //int meX2 = this.getLocation().getX(); ArrayList nodes = new ArrayList(); - for (NPC npc : RegionManager.getLocalNPCs(location, range)) { + for (NPC npc : RegionManager.getLocalNpcs(this, range)) { if (entrys.contains(npc.getId())) nodes.add(npc); } for (int x = 0; x < range; x++) { for (int y = 0; y < range - x; y++) { - Node node = RegionManager.getObject(meX + x, meY + y, 0); + Node node = RegionManager.getObject(0, meX + x, meY + y); if (node != null) if (entrys.contains(node.getId())) nodes.add(node); - Node node2 = RegionManager.getObject(meX + x, meY - y, 0); + Node node2 = RegionManager.getObject(0, meX + x, meY - y); if (node2 != null) if (entrys.contains(node2.getId())) nodes.add(node2); - Node node3 = RegionManager.getObject(meX - x, meY + y, 0); + Node node3 = RegionManager.getObject(0, meX - x, meY + y); if (node3 != null) if (entrys.contains(node3.getId())) nodes.add(node3); - Node node4 = RegionManager.getObject(meX - x, meY - y, 0); + Node node4 = RegionManager.getObject(0, meX - x, meY - y); if (node4 != null) if (entrys.contains(node4.getId())) nodes.add(node4); @@ -410,7 +411,7 @@ public class AIPlayer extends Player { public Node getClosesCreature(int radius) { int distance = radius + 1; Node npcReturn = null; - for (NPC npc : RegionManager.getLocalNPCs(location, radius)) { + for (NPC npc : RegionManager.getLocalNpcs(this, radius)) { double distanceToNpc = npc.getLocation().getDistance(this.getLocation()); if ((distanceToNpc) < distance) { distance = (int) distanceToNpc; @@ -423,7 +424,7 @@ public class AIPlayer extends Player { public Node getClosesCreature(int radius, int entry) { int distance = radius + 1; Node npcReturn = null; - for (NPC npc : RegionManager.getLocalNPCs(location, radius)) { + for (NPC npc : RegionManager.getLocalNpcs(this, radius)) { double distanceToNpc = npc.getLocation().getDistance(this.getLocation()); if (npc.getId() == entry) { if ((distanceToNpc) < distance) { @@ -438,7 +439,7 @@ public class AIPlayer extends Player { public Node getClosesCreature(int radius, ArrayList entrys) { int distance = radius + 1; Node npcReturn = null; - for (NPC npc : RegionManager.getLocalNPCs(location, radius)) { + for (NPC npc : RegionManager.getLocalNpcs(this, radius)) { double distanceToNpc = npc.getLocation().getDistance(this.getLocation()); if (entrys.contains(npc.getId())) { if ((distanceToNpc) < distance) { @@ -574,4 +575,4 @@ public class AIPlayer extends Player { public void interact(Node n) { // InteractionPacket.handleObjectInteraction(this, 0, n.getLocation(), n.getId()); } -} +} \ No newline at end of file diff --git a/Server/src/main/core/game/bots/PvMBots.java b/Server/src/main/core/game/bots/PvMBots.java index 9962d5461..6aef6e01e 100644 --- a/Server/src/main/core/game/bots/PvMBots.java +++ b/Server/src/main/core/game/bots/PvMBots.java @@ -5,6 +5,8 @@ import java.util.List; import core.game.consumable.Consumable; import content.data.consumables.Consumables; +import core.game.consumable.Food; +import content.data.consumables.effects.HealingEffect; import core.game.node.entity.skill.Skills; import core.game.node.entity.Entity; import core.game.node.entity.npc.NPC; @@ -31,7 +33,7 @@ public class PvMBots extends AIPlayer { public List FindTargets(Entity entity, int radius) { List targets = new ArrayList<>(20); - Object[] localNPCs = RegionManager.getLocalNPCs(entity.getLocation(), radius).toArray(); + Object[] localNPCs = RegionManager.getLocalNpcs(entity,radius).toArray(); int length = localNPCs.length; if(length > 5){length = 5;} for (int i = 0; i < length; i++) { @@ -93,9 +95,9 @@ public class PvMBots extends AIPlayer { @Override public void tick() { - super.tick(); + super.tick(); - this.tick++; + this.tick++; //Despawn if (this.getSkills().getLifepoints() <= 5){ @@ -107,12 +109,12 @@ public class PvMBots extends AIPlayer { } //Npc Combat - /*if (this.tick % 10 == 0) { - if (!this.inCombat()) - AttackNpcsInRadius(this, 5); - }*/ + /*if (this.tick % 10 == 0) { + if (!this.inCombat()) + AttackNpcsInRadius(this, 5); + }*/ - if (this.tick == 100) this.tick = 0; + if (this.tick == 100) this.tick = 0; //this.eat(); //this.getPrayer().toggle() diff --git a/Server/src/main/core/game/bots/ScriptAPI.kt b/Server/src/main/core/game/bots/ScriptAPI.kt index 9b96aec77..5a3306e4c 100644 --- a/Server/src/main/core/game/bots/ScriptAPI.kt +++ b/Server/src/main/core/game/bots/ScriptAPI.kt @@ -41,6 +41,7 @@ import core.game.ge.GrandExchange import core.game.ge.GrandExchangeOffer import core.game.interaction.IntType import core.game.interaction.InteractionListeners +import core.tools.SystemLogger import core.game.system.config.ItemConfigParser import core.game.world.GameWorld import core.game.world.repository.Repository @@ -133,22 +134,24 @@ class ScriptAPI(private val bot: Player) { * @author Ceikry */ fun getNearestNodeFromList(acceptedNames: List, isObject: Boolean): Node? { - val region = RegionManager.forId(bot.location.regionId) - val list = if (isObject) region.assembleObjectList(bot.location.z) else region.assembleNodeList(bot.location.z) - return processEvaluationList(list, acceptedName = acceptedNames) + if (isObject) + return processEvaluationList(RegionManager.forId(bot.location.regionId).planes[bot.location.z].objectList, acceptedName = acceptedNames) + else + return processEvaluationList(RegionManager.forId(bot.location.regionId).planes[bot.location.z].entities, acceptedName = acceptedNames) } /** * Gets the nearest node with matching id. * @param id the id to look for - * @param isObject whether the node we are looking for is an object. + * @param object whether or not the node we are looking for is an object. * @return the closest node with matching id or null. * @author Ceikry */ fun getNearestNode(id: Int, isObject: Boolean): Node? { - val region = RegionManager.forId(bot.location.regionId) - val list = if (isObject) region.assembleObjectList(bot.location.z) else region.assembleNodeList(bot.location.z) - return processEvaluationList(list, acceptedId = id) + if (isObject) + return processEvaluationList(RegionManager.forId(bot.location.regionId).planes[bot.location.z].objectList, acceptedId = id) + else + return processEvaluationList(RegionManager.forId(bot.location.regionId).planes[bot.location.z].entities, acceptedId = id) } /** @@ -158,28 +161,25 @@ class ScriptAPI(private val bot: Player) { * @author Ceikry */ fun getNearestNode(entityName: String): Node? { - val region = RegionManager.forId(bot.location.regionId) - val list = region.assembleNodeList(bot.location.z) - return processEvaluationList(list, acceptedName = listOf(entityName)) + return processEvaluationList(RegionManager.forId(bot.location.regionId).planes[bot.location.z].entities, acceptedName = listOf(entityName)) } /** * Gets the nearest node with a matching name. * @param name the name to look for. - * @param isObject whether the node we are looking for is an object. + * @param object whether or not the node we are looking for is an object. * @return the nearest matching node or null. * @author Ceikry */ fun getNearestNode(name: String, isObject: Boolean): Node? { - val region = RegionManager.forId(bot.location.regionId) - val list = region.assembleNodeList(bot.location.z) - return processEvaluationList(list, acceptedName = listOf(name)) + if (isObject) + return processEvaluationList(RegionManager.forId(bot.location.regionId).planes[bot.location.z].objectList, acceptedName = listOf(name)) + else + return processEvaluationList(RegionManager.forId(bot.location.regionId).planes[bot.location.z].entities, acceptedName = listOf(name)) } fun getNearestObjectByPredicate(predicate: (Node?) -> Boolean): Node? { - val region = RegionManager.forId(bot.location.regionId) - val list = region.assembleObjectList(bot.location.z) - return processEvaluationList(list, acceptedPredicate = predicate) + return processEvaluationList(RegionManager.forId(bot.location.regionId).planes[bot.location.z].objectList, acceptedPredicate = predicate) } fun evaluateViability (e: Node?, minDistance: Double, maxDistance: Double, acceptedNames: List? = null, acceptedId: Int = -1, acceptedPredicate: ((Node?) -> Boolean)? = null): Boolean { @@ -268,10 +268,12 @@ class ScriptAPI(private val bot: Player) { fun getNearestGameObject(loc: Location, objectId: Int): Scenery? { var nearestObject: Scenery? = null val minDistance = Double.MAX_VALUE - for (obj in RegionManager.forId(loc.regionId).assembleObjectList(loc.z)) { - if (obj != null) { - if (distance(loc, obj) < minDistance && obj.id == objectId) { - nearestObject = obj + for (o in RegionManager.forId(loc.regionId).planes[0].objects) { + for (obj in o) { + if (obj != null) { + if (distance(loc, obj) < minDistance && obj.id == objectId) { + nearestObject = obj + } } } } @@ -288,7 +290,7 @@ class ScriptAPI(private val bot: Player) { */ private fun findTargets(entity: Entity, radius: Int, name: String? = null): List? { val targets: MutableList = ArrayList() - val localNPCs: Array = RegionManager.getLocalNPCs(entity.location, radius).toTypedArray() + val localNPCs: Array = RegionManager.getLocalNpcs(entity, radius).toTypedArray() var length = localNPCs.size if (length > 5) { length = 5 @@ -500,10 +502,7 @@ class ScriptAPI(private val bot: Player) { } val canSell = GrandExchange.addBotOffer(actualId, itemAmt) if (canSell && saleIsBigNews(actualId, itemAmt)) { - Repository.sendGrandExchangeNews( - SERVER_GE_NAME + " just offered " + itemAmt + " " + - ItemDefinition.forId(actualId).name.toLowerCase() + " on the GE." - ) + Repository.sendNews(SERVER_GE_NAME + " just offered " + itemAmt + " " + ItemDefinition.forId(actualId).name.toLowerCase() + " on the GE.") } bot.bank.remove(Item(id, itemAmt)) bot.bank.refresh() @@ -533,10 +532,7 @@ class ScriptAPI(private val bot: Player) { } val canSell = GrandExchange.addBotOffer(actualId, itemAmt) if (canSell && saleIsBigNews(actualId, itemAmt)) { - Repository.sendGrandExchangeNews( - SERVER_GE_NAME + " just offered " + itemAmt + " " + - ItemDefinition.forId(actualId).name.toLowerCase() + " on the GE." - ) + Repository.sendNews(SERVER_GE_NAME + " just offered " + itemAmt + " " + ItemDefinition.forId(actualId).name.toLowerCase() + " on the GE.") } bot.bank.remove(item) bot.bank.refresh() @@ -572,10 +568,7 @@ class ScriptAPI(private val bot: Player) { 1517 -> continue 1519 -> continue 1521 -> continue - else -> Repository.sendGrandExchangeNews( - SERVER_GE_NAME + " just offered " + itemAmt + " " + - ItemDefinition.forId(actualId).name.lowercase() + " on the GE." - ) + else -> sendNews(SERVER_GE_NAME + " just offered " + itemAmt + " " + ItemDefinition.forId(actualId).name.lowercase() + " on the GE.") } } bot.bank.remove(item) diff --git a/Server/src/main/core/game/bots/SkillingBotAssembler.kt b/Server/src/main/core/game/bots/SkillingBotAssembler.kt index decb90a85..4e47773fa 100644 --- a/Server/src/main/core/game/bots/SkillingBotAssembler.kt +++ b/Server/src/main/core/game/bots/SkillingBotAssembler.kt @@ -2,7 +2,6 @@ package core.game.bots import core.game.node.item.Item import core.game.world.map.Location -import org.rs09.consts.Items class SkillingBotAssembler { fun produce(type: Wealth, loc: Location): AIPlayer { @@ -40,161 +39,7 @@ class SkillingBotAssembler { RICH } - val POORSETS = arrayOf( - listOf(Items.BLACK_ROBE_581, Items.BLACK_SKIRT_1015, Items.STAFF_OF_AIR_1381), - listOf(Items.BLACK_ROBE_581, Items.BLACK_SKIRT_1015), - listOf(Items.BLACK_ROBE_581, Items.BLACK_SKIRT_1015, Items.WIZARD_HAT_1017), - listOf(), // No equipment - listOf(Items.WIZARD_HAT_579), - listOf(Items.WIZARD_HAT_579, Items.STAFF_OF_AIR_1381), - listOf(Items.WIZARD_HAT_579, Items.STAFF_1379), - listOf(Items.WIZARD_HAT_579, Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011), - listOf(Items.WIZARD_HAT_579, Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.TIARA_5525), - listOf(Items.WIZARD_HAT_579, Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.TEAM_1_CAPE_4315), - listOf(Items.WIZARD_HAT_579, Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.STAFF_OF_AIR_1381), - listOf(Items.WIZARD_HAT_579, Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.STAFF_OF_WATER_1383), - listOf(Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011), - listOf(Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.TIARA_5525), - listOf(Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.TEAM_1_CAPE_4315), - listOf(Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.STAFF_OF_AIR_1381), - listOf(Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.STAFF_OF_WATER_1383), - listOf(), // No equipment - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_PLATEBODY_1119, Items.STEEL_KITESHIELD_1193, Items.STEEL_LONGSWORD_1295, Items.TEAM_29_CAPE_4371), - listOf(Items.STEEL_PLATESKIRT_1083, Items.STEEL_PLATEBODY_1119, Items.STEEL_KITESHIELD_1193, Items.STEEL_LONGSWORD_1295, Items.TEAM_30_CAPE_4373), - listOf(Items.STEEL_PLATESKIRT_1083, Items.STEEL_PLATEBODY_1119, Items.STEEL_FULL_HELM_1157, Items.TEAM_30_CAPE_4373), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.STEEL_FULL_HELM_1157, Items.TEAM_31_CAPE_4375), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_PLATEBODY_1119, Items.TEAM_29_CAPE_4371), - listOf(Items.STEEL_PLATESKIRT_1083, Items.STEEL_PLATEBODY_1119, Items.TEAM_30_CAPE_4373), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.TEAM_31_CAPE_4375), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.STEEL_2H_SWORD_1311, Items.TEAM_34_CAPE_4381), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.STEEL_SCIMITAR_1325, Items.TEAM_35_CAPE_4383), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.STEEL_BATTLEAXE_1365, Items.TEAM_35_CAPE_4383), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.STEEL_BATTLEAXE_1365, Items.STEEL_SQ_SHIELD_1177, Items.TEAM_35_CAPE_4383), - listOf(), // No equipment - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.IRON_KITESHIELD_1191, Items.IRON_LONGSWORD_1293, Items.TEAM_36_CAPE_4385), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.IRON_2H_SWORD_1309, Items.TEAM_37_CAPE_4387), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.IRON_SCIMITAR_1323, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.IRON_BATTLEAXE_1363, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_CHAINBODY_1101, Items.IRON_KITESHIELD_1191, Items.IRON_LONGSWORD_1293, Items.TEAM_33_CAPE_4379), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.TEAM_39_CAPE_4391), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.TEAM_37_CAPE_4387), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_PLATEBODY_1115, Items.IRON_SCIMITAR_1323, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_PLATEBODY_1115, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_CHAINBODY_1101, Items.TEAM_33_CAPE_4379), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_CHAINBODY_1101, Items.IRON_FULL_HELM_1153, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_CHAINBODY_1101, Items.IRON_FULL_HELM_1153, Items.TEAM_33_CAPE_4379), - listOf(), // No equipment - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_PLATEBODY_1117,Items.BRONZE_FULL_HELM_1155,Items.BRONZE_KITESHIELD_1189,Items.BRONZE_LONGSWORD_1291,Items.TEAM_27_CAPE_4367), - listOf(Items.BRONZE_PLATESKIRT_1087,Items.BRONZE_PLATEBODY_1117,Items.BRONZE_FULL_HELM_1155,Items.BRONZE_KITESHIELD_1189,Items.BRONZE_LONGSWORD_1291,Items.TEAM_27_CAPE_4367), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_PLATEBODY_1117,Items.BRONZE_FULL_HELM_1155,Items.BRONZE_2H_SWORD_1307, Items.TEAM_28_CAPE_4369), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_CHAINBODY_1103), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_2H_SWORD_1307), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_SCIMITAR_1321), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_BATTLEAXE_1375), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_BATTLEAXE_1375,Items.BRONZE_SQ_SHIELD_1173), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_PLATEBODY_1117, Items.TEAM_27_CAPE_4367), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_PLATEBODY_1117,Items.BRONZE_FULL_HELM_1155, Items.TEAM_27_CAPE_4367), - listOf(Items.BRONZE_PLATESKIRT_1087,Items.BRONZE_CHAINBODY_1103), - listOf(Items.BRONZE_PLATESKIRT_1087,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_FULL_HELM_1155), - listOf(Items.BRONZE_PLATESKIRT_1087,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_FULL_HELM_1155, Items.TEAM_28_CAPE_4369), - listOf(Items.BRONZE_PLATESKIRT_1087,Items.BRONZE_PLATEBODY_1117, Items.TEAM_28_CAPE_4369), - listOf(), // No equipment - listOf(Items.LEATHER_BODY_1129,Items.LEATHER_CHAPS_1095), - listOf(), // No equipment - listOf(Items.STUDDED_CHAPS_1097,Items.STUDDED_BODY_1133), - listOf(Items.MIME_LEGS_3059,Items.MIME_TOP_3058,Items.MIME_BOOTS_3061,Items.MIME_GLOVES_3060,Items.MIME_MASK_3057), - listOf(Items.MIME_LEGS_3059,Items.MIME_TOP_3058,Items.MIME_BOOTS_3061,Items.MIME_GLOVES_3060), - listOf(Items.MONKS_ROBE_542,Items.MONKS_ROBE_544), - listOf(Items.CHICKEN_LEGS_11022,Items.CHICKEN_WINGS_11020,Items.CHICKEN_HEAD_11021,Items.CHICKEN_FEET_11019), - listOf(Items.TOY_KITE_12844,Items.CHOCATRICE_CAPE_12634), - listOf(), // No equipment - listOf(Items.WHITE_APRON_1005, Items.CHEFS_HAT_1949), - listOf(Items.TEAM_10_CAPE_4333), - listOf(Items.TEAM_2_CAPE_4317), - listOf(), // No equipment - listOf(), // No equipment - listOf(), // No equipment - listOf()) - - val AVGSETS = arrayOf( - listOf(Items.SKELETAL_TOP_6139, Items.SKELETAL_BOTTOMS_6141), - listOf(Items.SKELETON_LEGGINGS_9923, Items.SKELETON_SHIRT_9924, Items.SKELETON_MASK_9925), - listOf(Items.BLACK_ELE_SHIRT_10400,Items.BLACK_ELE_LEGS_10402,Items.BROWN_HEADBAND_2649), - listOf(Items.RED_ELE_SHIRT_10404,Items.RED_ELE_LEGS_10406), - listOf(Items.COMBAT_ROBE_TOP_100_12971, Items.COMBAT_ROBE_BOTTOM_100_12978), - listOf(Items.COMBAT_ROBE_TOP_100_12971, Items.COMBAT_ROBE_BOTTOM_100_12978, Items.COMBAT_HOOD_100_12964), - listOf(Items.COMBAT_ROBE_TOP_100_12971, Items.COMBAT_ROBE_BOTTOM_100_12978, Items.RUNE_BERSERKER_SHIELD_100_12929), - listOf(Items.COMBAT_ROBE_TOP_100_12971, Items.COMBAT_ROBE_BOTTOM_100_12978, Items.ADAMANT_BERSERKER_SHIELD_100_12915), - listOf(Items.DRUIDIC_MAGE_TOP_100_12894, Items.DRUIDIC_MAGE_BOTTOM_100_12901, Items.DRUIDIC_MAGE_HOOD_100_12887), - listOf(), // No equipment - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_PLATEBODY_1121, Items.MITHRIL_KITESHIELD_1197, Items.MITHRIL_LONGSWORD_1299, Items.TEAM_29_CAPE_4371), - listOf(Items.MITHRIL_PLATESKIRT_1085, Items.MITHRIL_PLATEBODY_1121, Items.MITHRIL_KITESHIELD_1197, Items.MITHRIL_LONGSWORD_1299, Items.TEAM_30_CAPE_4373), - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_PLATEBODY_1121, Items.TEAM_29_CAPE_4371), - listOf(Items.MITHRIL_PLATESKIRT_1085, Items.MITHRIL_PLATEBODY_1121, Items.TEAM_30_CAPE_4373), - listOf(Items.MITHRIL_PLATESKIRT_1085, Items.MITHRIL_CHAINBODY_1109, Items.TEAM_30_CAPE_4373), - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_CHAINBODY_1109, Items.TEAM_31_CAPE_4375), - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_CHAINBODY_1109, Items.MITHRIL_2H_SWORD_1315, Items.TEAM_34_CAPE_4381), - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_CHAINBODY_1109, Items.MITHRIL_SCIMITAR_1329, Items.TEAM_35_CAPE_4383), - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_CHAINBODY_1109, Items.MITHRIL_BATTLEAXE_1369, Items.TEAM_36_CAPE_4385), - listOf(), // No equipment - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_PLATEBODY_1124,Items.ADAMANT_KITESHIELD_1199,Items.ADAMANT_LONGSWORD_1301, Items.TEAM_29_CAPE_4371), - listOf(Items.ADAMANT_PLATESKIRT_1091,Items.ADAMANT_PLATEBODY_1124,Items.ADAMANT_KITESHIELD_1199,Items.ADAMANT_LONGSWORD_1301, Items.TEAM_30_CAPE_4373), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_PLATEBODY_1124, Items.TEAM_29_CAPE_4371), - listOf(Items.ADAMANT_PLATESKIRT_1091,Items.ADAMANT_PLATEBODY_1124, Items.TEAM_30_CAPE_4373), - listOf(Items.ADAMANT_PLATESKIRT_1091,Items.ADAMANT_CHAINBODY_1111, Items.TEAM_30_CAPE_4373), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_CHAINBODY_1111, Items.TEAM_31_CAPE_4375), - listOf(Items.ADAMANT_PLATESKIRT_1091,Items.ADAMANT_CHAINBODY_1111,Items.ADAMANT_FULL_HELM_1161, Items.TEAM_30_CAPE_4373), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_CHAINBODY_1111,Items.ADAMANT_FULL_HELM_1161, Items.TEAM_31_CAPE_4375), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_CHAINBODY_1111,Items.ADAMANT_2H_SWORD_1317, Items.TEAM_34_CAPE_4381), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_CHAINBODY_1111,Items.ADAMANT_SCIMITAR_1331, Items.TEAM_35_CAPE_4383), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_CHAINBODY_1111,Items.ADAMANT_BATTLEAXE_1371, Items.TEAM_35_CAPE_4383), - listOf(), // No equipment - listOf(Items.GREEN_DHIDE_BODY_1135,Items.GREEN_DHIDE_CHAPS_1099,Items.GREEN_DHIDE_VAMB_1065,Items.GREEN_DHIDE_COIF_100_12936,Items.AVAS_ACCUMULATOR_10499), - listOf(Items.GREEN_DHIDE_BODY_1135,Items.GREEN_DHIDE_CHAPS_1099,Items.GREEN_DHIDE_VAMB_1065,Items.GREEN_DHIDE_COIF_100_12936,Items.ADAMANT_CROSSBOW_9183,Items.AVAS_ACCUMULATOR_10499), - listOf(Items.TEAM_10_CAPE_4333), - listOf(Items.TEAM_1_CAPE_4315), - listOf(), // No equipment - listOf(), // No equipment - listOf()) - - val RICHSETS = arrayOf( - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_PLATEBODY_1127,Items.RUNE_KITESHIELD_1201,Items.RUNE_FULL_HELM_1163,Items.RUNE_LONGSWORD_1303,Items.TEAM_29_CAPE_4371), - listOf(Items.RUNE_PLATESKIRT_1093,Items.RUNE_PLATEBODY_1127,Items.RUNE_KITESHIELD_1201,Items.RUNE_FULL_HELM_1163,Items.RUNE_LONGSWORD_1303,Items.TEAM_30_CAPE_4373), - listOf(Items.RUNE_PLATESKIRT_1093,Items.RUNE_PLATEBODY_1127, Items.TEAM_29_CAPE_4371), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_PLATEBODY_1127,Items.RUNE_FULL_HELM_1163,Items.TEAM_29_CAPE_4371), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_PLATEBODY_1127,Items.RUNE_BERSERKER_SHIELD_100_12929,Items.TEAM_29_CAPE_4371), - listOf(Items.RUNE_PLATESKIRT_1093,Items.RUNE_PLATEBODY_1127,Items.TEAM_30_CAPE_4373), - listOf(Items.RUNE_PLATESKIRT_1093,Items.RUNE_CHAINBODY_1113,Items.TEAM_30_CAPE_4373), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_CHAINBODY_1113,Items.TEAM_31_CAPE_4375), - listOf(Items.RUNE_PLATESKIRT_1093,Items.RUNE_CHAINBODY_1113,Items.RUNE_FULL_HELM_1163,Items.TEAM_30_CAPE_4373), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_CHAINBODY_1113,Items.RUNE_FULL_HELM_1163,Items.TEAM_31_CAPE_4375), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_CHAINBODY_1113,Items.RUNE_2H_SWORD_1319,Items.TEAM_34_CAPE_4381), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_CHAINBODY_1113,Items.RUNE_SCIMITAR_1333,Items.TEAM_35_CAPE_4383), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_CHAINBODY_1113,Items.RUNE_BATTLEAXE_1373,Items.TEAM_35_CAPE_4383), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_PLATEBODY_1127,Items.ABYSSAL_WHIP_4151,Items.TEAM_29_CAPE_4371), - listOf(), // No equipment - listOf(Items.RUNE_PLATEBODY_G_2615,Items.RUNE_PLATELEGS_G_2618,Items.RUNE_KITESHIELD_G_2621,Items.RUNE_FULL_HELMG_2619, Items.TEAM_27_CAPE_4367), - listOf(Items.RUNE_PLATEBODY_T_2623,Items.RUNE_PLATELEGS_T_2625,Items.RUNE_KITESHIELD_T_2629,Items.RUNE_FULL_HELM_T_2627, Items.TEAM_27_CAPE_4367), - listOf(Items.GILDED_PLATEBODY_3481,Items.GILDED_PLATELEGS_3483,Items.CAPE_1030), - listOf(Items.ZAMORAK_PLATEBODY_2653,Items.ZAMORAK_PLATELEGS_2655,Items.ZAMORAK_FULL_HELM_2657), - listOf(Items.SARADOMIN_PLATEBODY_2661,Items.SARADOMIN_PLATELEGS_2663,Items.SARADOMIN_FULL_HELM_2665), - listOf(Items.GUTHIX_PLATEBODY_2669,Items.GUTHIX_PLATELEGS_2671,Items.GUTHIX_FULL_HELM_2673), - listOf(Items.ZAMORAK_PLATEBODY_2653,Items.ZAMORAK_PLATELEGS_2655,Items.ZAMORAK_FULL_HELM_2657,Items.ZAMORAK_CAPE_2414), - listOf(Items.SARADOMIN_PLATEBODY_2661,Items.SARADOMIN_PLATELEGS_2663,Items.SARADOMIN_FULL_HELM_2665,Items.SARADOMIN_CAPE_2412), - listOf(Items.GUTHIX_PLATEBODY_2669,Items.GUTHIX_PLATELEGS_2671,Items.GUTHIX_FULL_HELM_2673,Items.GUTHIX_CAPE_2413), - listOf(Items.THIRD_AGE_ROBE_10340,Items.THIRD_AGE_ROBE_TOP_10338,Items.SANTA_HAT_1050), - listOf(), // No equipment - listOf(Items.DRAGON_PLATELEGS_4087,Items.DRAGON_CHAINBODY_3140,Items.ABYSSAL_WHIP_4151,Items.DRAGON_FULL_HELM_11335), - listOf(Items.DRAGON_PLATELEGS_4087,Items.DRAGON_CHAINBODY_3140,Items.DRAGONFIRE_SHIELD_11283,Items.DRAGON_FULL_HELM_11335), - listOf(), // No equipment - listOf(Items.BLACK_DHIDE_BODY_2503,Items.BLACK_DHIDE_CHAPS_2497,Items.BLACK_DHIDE_VAMB_2491,Items.RUNE_CROSSBOW_9185,Items.AVAS_ACCUMULATOR_10499), - listOf(Items.BLACK_DHIDE_BODY_2503,Items.BLACK_DHIDE_CHAPS_2497,Items.BLACK_DHIDE_VAMB_2491,Items.BLACK_DHIDE_COIF_100_12957,Items.RUNE_CROSSBOW_9185,Items.RUNE_KITESHIELD_1201), - listOf(Items.ELITE_BLACK_PLATEBODY_14492,Items.ELITE_BLACK_PLATELEGS_14490, Items.ELITE_BLACK_FULL_HELM_14494), - listOf(Items.BATTLE_ROBE_BOTTOM_100_12880,Items.BATTLE_ROBE_TOP_100_12873,Items.PURPLE_PARTYHAT_1046), - listOf(Items.ZURIELS_ROBE_BOTTOM_13862,Items.ZURIELS_ROBE_TOP_13858,Items.ZURIELS_HOOD_13864,Items.ZURIELS_HOOD_13864,Items.ZURIELS_STAFF_13867), - listOf(Items.VESTAS_CHAINBODY_13887,Items.VESTAS_PLATESKIRT_13893), - listOf(), // No equipment - listOf(), // No equipment - listOf()) + val POORSETS = arrayOf(listOf(542,544), listOf(581), listOf(6654,6655,6656), listOf(6654,6656), listOf(636,646), listOf(638,648), listOf(), listOf(), listOf()) + val AVGSETS = arrayOf(listOf(2649,342,344), listOf(2651,542,544), listOf(6654,6655,6656), listOf(6139,6141), listOf(9923,9924,9925), listOf(10400,10402,2649), listOf(10404,10406), listOf(12971,12978)) + val RICHSETS = arrayOf(listOf(10330,10332,2649), listOf(12873,12880,1046), listOf(13858,13861,13864), listOf(13887,13893), listOf(3481,3483), listOf(2653,2655), listOf(2661,2663), listOf(2591,2593), listOf(14490,14492)) } diff --git a/Server/src/main/core/game/consumable/Potion.java b/Server/src/main/core/game/consumable/Potion.java index 89912d9f1..60afb00c3 100644 --- a/Server/src/main/core/game/consumable/Potion.java +++ b/Server/src/main/core/game/consumable/Potion.java @@ -1,16 +1,12 @@ package core.game.consumable; import content.data.consumables.Consumables; -import core.game.interaction.QueueStrength; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.audio.Audio; import core.game.node.item.Item; -import core.game.system.task.Pulse; -import core.game.world.GameWorld; -import core.game.world.update.flag.context.Animation; import org.rs09.consts.Sounds; -import static core.api.ContentAPIKt.*; +import static core.api.ContentAPIKt.playAudio; public class Potion extends Drink { @@ -19,7 +15,7 @@ public class Potion extends Drink { private static final Audio SOUND = new Audio(2401, 1, 1); public Potion(final int[] ids, final ConsumableEffect effect, final String... messages) { - super(ids, effect, new Animation(829), messages); + super(ids, effect, messages); } @Override @@ -59,17 +55,13 @@ public class Potion extends Drink { } final int dosesLeft = ids.length - consumedDoses; player.getPacketDispatch().sendMessage("You drink some of your " + getFormattedName(item) + "."); - // Remaining dosages message should be delayed - https://youtu.be/n6CCf4Rj8Lg?t=79 - queueScript(player, 2, QueueStrength.SOFT, false, (Integer stage) -> { - if (dosesLeft > 1) { - player.getPacketDispatch().sendMessage("You have " + dosesLeft + " doses of potion left."); - } else if (dosesLeft == 1) { - player.getPacketDispatch().sendMessage("You have 1 dose of potion left."); - } else { - player.getPacketDispatch().sendMessage("You have finished your potion."); - } - return stopExecuting(player); - }); + if (dosesLeft > 1) { + player.getPacketDispatch().sendMessage("You have " + dosesLeft + " doses of potion left."); + } else if (dosesLeft == 1) { + player.getPacketDispatch().sendMessage("You have 1 dose of potion left."); + } else { + player.getPacketDispatch().sendMessage("You have finished your potion."); + } } public int getDose(Item potion){ diff --git a/Server/src/main/core/game/container/impl/BankContainer.java b/Server/src/main/core/game/container/impl/BankContainer.java index a5222db42..5f8a51215 100644 --- a/Server/src/main/core/game/container/impl/BankContainer.java +++ b/Server/src/main/core/game/container/impl/BankContainer.java @@ -1,10 +1,13 @@ package core.game.container.impl; -import core.ServerConstants; import core.api.IfaceSettingsBuilder; +import core.game.container.access.InterfaceContainer; +import kotlin.Unit; +import kotlin.ranges.IntRange; +import org.rs09.consts.Vars; +import core.ServerConstants; import core.game.component.Component; import core.game.container.*; -import core.game.container.access.InterfaceContainer; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.IronmanMode; import core.game.node.item.Item; @@ -13,8 +16,8 @@ import core.game.world.GameWorld; import core.net.packet.PacketRepository; import core.net.packet.context.ContainerContext; import core.net.packet.out.ContainerPacket; -import kotlin.ranges.IntRange; -import org.rs09.consts.Vars; + +import java.nio.ByteBuffer; import static core.api.ContentAPIKt.*; @@ -111,7 +114,6 @@ public final class BankContainer extends Container { * Open the bank. */ public void open() { - // basic stuff if (open) { return; } @@ -126,23 +128,17 @@ public final class BankContainer extends Container { BankContainer.this.close(); return true; }); - // send interface settings - int settings = new IfaceSettingsBuilder().enableOptions(new IntRange(0, 5)).enableExamine().enableSlotSwitch().build(); - player.getPacketDispatch().sendIfaceSettings(settings, 0, 763, 0, 27); - player.getBank().setTabConfigurations(); - player.getBank().sendBankSpace(); - // now we can open the bank player.getInterfaceManager().openSingleTab(new Component(763)); - // now we can populate the bank - refresh(); + super.refresh(); player.getInventory().refresh(); player.getInventory().getListeners().add(listener); setVarp(player, 1249, lastAmountX); + int settings = new IfaceSettingsBuilder().enableOptions(new IntRange(0, 5)).enableExamine().enableSlotSwitch().build(); + player.getPacketDispatch().sendIfaceSettings(settings, 0, 763, 0, 27); open = true; } public void open(Player player) { - // basic stuff, again if (open) { return; } @@ -157,20 +153,15 @@ public final class BankContainer extends Container { BankContainer.this.close(); return true; }); - // send interface settings, again, but more - player.getPacketDispatch().sendIfaceSettings(1278, 73, 762, 0, SIZE); - int settings = new IfaceSettingsBuilder().enableOptions(new IntRange(0,5)).enableExamine().enableSlotSwitch().build(); - player.getPacketDispatch().sendIfaceSettings(settings, 0, 763, 0, 27); - player.getPacketDispatch().sendRunScript(1451, ""); - player.getBank().setTabConfigurations(); - player.getBank().sendBankSpace(); - // now we can open the bank player.getInterfaceManager().openSingleTab(new Component(763)); - // now we can populate the bank refresh(listener); player.getInventory().refresh(); player.getInventory().getListeners().add(player.getBank().listener); setVarp(player, 1249, lastAmountX); + player.getPacketDispatch().sendIfaceSettings(1278, 73, 762, 0, SIZE); + int settings = new IfaceSettingsBuilder().enableOptions(new IntRange(0,5)).enableExamine().enableSlotSwitch().build(); + player.getPacketDispatch().sendIfaceSettings(settings, 0, 763, 0, 27); + player.getPacketDispatch().sendRunScript(1451, ""); open = true; } @@ -210,9 +201,14 @@ public final class BankContainer extends Container { } item = new Item(item.getId(), amount, item.getCharge()); - Item add = item.toUnnotedItem(); + boolean unnote = !item.getDefinition().isUnnoted(); - int maxCount = getMaximumAdd(add); + Item add = unnote ? new Item(item.getDefinition().getNoteId(), amount, item.getCharge()) : item; + if (unnote && !add.getDefinition().isUnnoted()) { + add = item; + } + + int maxCount = super.getMaximumAdd(add); if (amount > maxCount) { add.setAmount(maxCount); item.setAmount(maxCount); @@ -478,11 +474,6 @@ public final class BankContainer extends Container { return open; } - @Override - public int getMaximumAdd(Item item) { - return super.getMaximumAdd(item.toUnnotedItem()); - } - /** * Listens to the bank container. * @author Emperor diff --git a/Server/src/main/core/game/dialogue/DialogueLabeller.kt b/Server/src/main/core/game/dialogue/DialogueLabeller.kt index 2d27bed68..1d39ce22b 100644 --- a/Server/src/main/core/game/dialogue/DialogueLabeller.kt +++ b/Server/src/main/core/game/dialogue/DialogueLabeller.kt @@ -257,7 +257,6 @@ abstract class DialogueLabeller : DialogueFile() { /** Runs arbitrary code when the dialogue closes, once. **/ fun afterClose(callback: (player: Player) -> Unit) { - if (!stageHit || super.stage != dialogueCounter || jumpTo != null) return val hook = object : EventHook { override fun process(entity: Entity, event: DialogueCloseEvent) { val you = entity as Player diff --git a/Server/src/main/core/game/dialogue/FacialExpression.java b/Server/src/main/core/game/dialogue/FacialExpression.java index 7771ccad4..8b4f2eb8c 100644 --- a/Server/src/main/core/game/dialogue/FacialExpression.java +++ b/Server/src/main/core/game/dialogue/FacialExpression.java @@ -17,22 +17,22 @@ public enum FacialExpression { //Chat heads from oldschool 2009scape? //Maybe for gnomes or dwarves? Chat heads are frozen when used on Human NPCs - OLD_HAPPY(588), // head moves up and to the left - OLD_CALM_TALK1(589), // head moves to the left - OLD_CALM_TALK2(590), // head nods up and down - OLD_DEFAULT(591), // head moves to the left - OLD_EVIL1(592), // head moves down, then to the left - OLD_EVIL2(593), // head moves subtly down and to the right - OLD_NORMAL(594), // head tilts to the left - OLD_SNEAKY(595), // head moves down and to the right - OLD_DISTRESSED(596), // head shakes left and right, mouth open - OLD_DISTRESSED2(597), // head moves down - OLD_ALMOST_CRYING(598), // head moves to the right, then up + OLD_HAPPY(588), + OLD_CALM_TALK1(589), + OLD_CALM_TALK2(590), + OLD_DEFAULT(591), + OLD_EVIL1(592), + OLD_EVIL2(593), + OLD_NORMAL(594), + OLD_SNEAKY(595), + OLD_DISTRESSED(596), + OLD_DISTRESSED2(597), + OLD_ALMOST_CRYING(598), OLD_BOWS_HEAD_SAD(599), OLD_DRUNK_LEFT(600), OLD_DRUNK_RIGHT(601), OLD_NOT_INTERESTED(602), - OLD_SLEEPY(603), // head moves severely down and to the right + OLD_SLEEPY(603), OLD_PLAIN_EVIL(604), OLD_LAUGH1(605), OLD_LAUGH2(606), @@ -53,12 +53,10 @@ public enum FacialExpression { WORRIED(9743), HALF_WORRIED(9745), //Not on the wiki, first half of worried AMAZED(9746), - AMAZED_TALKING(9749), EXTREMELY_SHOCKED(9750), GUILTY(9758), HALF_GUILTY(9760), //Not on the wiki, first half of guilty SAD(9761), - SAD_TALKING(9764), CRYING(9765), HALF_CRYING(9768), //Not on the wiki, but plays the first half of the crying animation AFRAID(9772), @@ -72,7 +70,6 @@ public enum FacialExpression { SLEEPING(9802), SILENT(9804), NEUTRAL(9808), - NEUTRAL_FAST(9810), // Like neutral but mouth starts moving immediately THINKING(9812), HALF_THINKING(9814), DISGUSTED(9816), @@ -92,13 +89,6 @@ public enum FacialExpression { STRUGGLE(9865), //TODO: More? //9855-9857 are like disgusted? does it just repeat after this? - //Chatheads for werewolves - WEREWOLF_SAD(6550), - WEREWOLF_NEUTRAL(6551), - WEREWOLF_SUSPICIOUS(6552), - WEREWOLF_THINKING(6553), - WEREWOLF_HAPPY(6555), - //Child Chathead? CHILD_ANGRY(7168), CHILD_SIDE_EYE(7169), diff --git a/Server/src/main/core/game/diary/DiaryEventHookBase.kt b/Server/src/main/core/game/diary/DiaryEventHookBase.kt index b11e4a7de..4fb85b0cd 100644 --- a/Server/src/main/core/game/diary/DiaryEventHookBase.kt +++ b/Server/src/main/core/game/diary/DiaryEventHookBase.kt @@ -75,7 +75,7 @@ abstract class DiaryEventHookBase(private val diaryType: DiaryType) : MapArea, L } protected fun fulfillTaskRequirement(player: Player, level: DiaryLevel, task: Int, attribute: String) { - if (isTaskCompleted(player, level, task) || getAttribute(player, attribute, false)) return + if (getAttribute(player, attribute, false)) return player.achievementDiaryManager.updateTask( player, @@ -180,7 +180,16 @@ abstract class DiaryEventHookBase(private val diaryType: DiaryType) : MapArea, L ) } - private fun findIndexFor(level: DiaryLevel): Int = getDiaryLevelIndex(diaryType, level) + private fun findIndexFor(level: DiaryLevel): Int { + val levelName = level.name.lowercase().replaceFirstChar { c -> c.uppercase() } + val levelIndex = diaryType.levelNames.indexOf(levelName) + + if (levelIndex < 0) { + throw IllegalArgumentException("'$levelName' was not found in diary '$diaryType'.") + } + + return levelIndex + } protected open fun onAreaVisited(player: Player) { areaTasks.forEach { diff --git a/Server/src/main/core/game/ge/GrandExchange.kt b/Server/src/main/core/game/ge/GrandExchange.kt index 4472ed2f1..03c01380a 100644 --- a/Server/src/main/core/game/ge/GrandExchange.kt +++ b/Server/src/main/core/game/ge/GrandExchange.kt @@ -221,9 +221,7 @@ class GrandExchange : StartupListener, Commands { //GrandExchangeRecords.getInstance(player).update(offer) if (offer.sell && !player.isArtificial) { - Repository.sendGrandExchangeNews( - player.username + " just offered " + offer.amount + " " + getItemName(offer.itemID) + " on the GE." - ) + sendNews(player.username + " just offered " + offer.amount + " " + getItemName(offer.itemID) + " on the GE.") } if (ServerConstants.I_AM_A_CHEATER) { diff --git a/Server/src/main/core/game/global/action/DoorActionHandler.java b/Server/src/main/core/game/global/action/DoorActionHandler.java index 14eeb3514..02234e136 100644 --- a/Server/src/main/core/game/global/action/DoorActionHandler.java +++ b/Server/src/main/core/game/global/action/DoorActionHandler.java @@ -1,5 +1,6 @@ package core.game.global.action; +import content.data.Quests; import core.game.node.entity.Entity; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.diary.DiaryType; @@ -40,9 +41,7 @@ public final class DoorActionHandler { * @param object The object. */ public static void handleDoor(final Player player, final Scenery object) { - // TODO: Maybe have this passed in as an optional parameter or overload handleDoor? - boolean ignoreSecondDoor = (object.getId() == 1512 || object.getId() == 1515); // Ignore second door for Ecteteria Castle (1512/1515). - final Scenery second = (object.getId() == 1530 || object.getId() == 1531 || ignoreSecondDoor) ? null : getSecondDoor(object, player); + final Scenery second = (object.getId() == 1530 || object.getId() == 1531) ? null : getSecondDoor(object, player); Scenery o = null; if (object instanceof Constructed && (o = ((Constructed) object).getReplaced()) != null) { DoorConfigLoader.Door d = DoorConfigLoader.Companion.forId(object.getId()); @@ -117,7 +116,7 @@ public final class DoorActionHandler { return false; } // TODO: Maybe have this passed in as an optional parameter or overload handleAutowalkDoor? - boolean ignoreSecondDoor = (object.getId() == 3628 || object.getId() == 3629 || object.getId() == 3630 || object.getId() == 3631 || object.getId() == 3632 || object.getId() == 4545 || object.getId() == 4546); // Ignore second door for Maze Random (3626-3632) and HftD Strange Wall (4545-4546). + boolean ignoreSecondDoor = (object.getId() == 3628 || object.getId() == 3629 || object.getId() == 3630 || object.getId() == 3631|| object.getId() == 3632); // Ignore second door for Maze Random final Scenery second = (object.getId() == 3 || ignoreSecondDoor) ? null : getSecondDoor(object, entity); entity.lock(4); final Location loc = entity.getLocation(); @@ -138,7 +137,7 @@ public final class DoorActionHandler { return Unit.INSTANCE; }); } - GameWorld.getPulser().submit(new Pulse(1) { + GameWorld.getPulser().submit(new Pulse(1) { boolean opened = false; @Override public boolean pulse() { @@ -162,7 +161,7 @@ public final class DoorActionHandler { } // pass the al kharid gate - if (object.getId() == 35549 || object.getId() == 35551 && player.getLocation().getRegionId() == 13106) { + if (object.getId() == 35549 || object.getId() == 35551 && player.getViewport().getRegion().getId() == 13106) { player.getAchievementDiaryManager().finishTask(player, DiaryType.LUMBRIDGE, 0, 4); } @@ -426,7 +425,7 @@ public final class DoorActionHandler { } object.setCharge(IN_USE_CHARGE); second.setCharge(IN_USE_CHARGE); - GameWorld.getPulser().submit(new Pulse(1) { + GameWorld.getPulser().submit(new Pulse(1) { boolean opened = false; @Override @@ -492,10 +491,6 @@ public final class DoorActionHandler { return null; } - private static Scenery getAdjacentDoor(Location location, int type) { - return RegionManager.getObject(location.getX(), location.getY(), location.getZ(), -1, type); - } - /** * Gets the door next to this door. * @@ -504,17 +499,18 @@ public final class DoorActionHandler { */ public static Scenery getSecondDoor(Scenery object, Entity entity) { Location l = object.getLocation(); + Player player = entity instanceof Player ? (Player) entity : null; Scenery o = null; - if ((o = getAdjacentDoor(l.transform(-1, 0, 0), object.getType())) != null && o.getName().equals(object.getName())) { + if ((o = RegionManager.getObject(l.transform(-1, 0, 0))) != null && o.getName().equals(object.getName())) { return o; } - if ((o = getAdjacentDoor(l.transform(1, 0, 0), object.getType())) != null && o.getName().equals(object.getName())) { + if ((o = RegionManager.getObject(l.transform(1, 0, 0))) != null && o.getName().equals(object.getName())) { return o; } - if ((o = getAdjacentDoor(l.transform(0, -1, 0), object.getType())) != null && o.getName().equals(object.getName())) { + if ((o = RegionManager.getObject(l.transform(0, -1, 0))) != null && o.getName().equals(object.getName())) { return o; } - if ((o = getAdjacentDoor(l.transform(0, 1, 0), object.getType())) != null && o.getName().equals(object.getName())) { + if ((o = RegionManager.getObject(l.transform(0, 1, 0))) != null && o.getName().equals(object.getName())) { return o; } return null; diff --git a/Server/src/main/core/game/interaction/MovementPulse.java b/Server/src/main/core/game/interaction/MovementPulse.java index de51f1d13..b378a8a1f 100644 --- a/Server/src/main/core/game/interaction/MovementPulse.java +++ b/Server/src/main/core/game/interaction/MovementPulse.java @@ -208,7 +208,7 @@ public abstract class MovementPulse extends Pulse { @Override public boolean update() { - if (!mover.getLocation().getRegion().isActive()) + if (!mover.getViewport().getRegion().isActive()) return false; if (!isRunning()) return true; @@ -240,7 +240,7 @@ public abstract class MovementPulse extends Pulse { private boolean tryInteract() { Location ml = mover.getLocation(); // Allow being within 1 square of moving entities to interact with them. - int radius = destination instanceof Entity && ((Entity) destination).getWalkingQueue().hasPath() ? 1 : 0; + int radius = destination instanceof Entity && ((Entity)destination).getWalkingQueue().hasPath() ? 1 : 0; if (interactLocation == null) return false; boolean atInteractLocation = Math.max(Math.abs(ml.getX() - interactLocation.getX()), Math.abs(ml.getY() - interactLocation.getY())) <= radius; @@ -341,7 +341,7 @@ public abstract class MovementPulse extends Pulse { } private boolean validate() { - if (mover == null || destination == null || mover.getLocation().getRegion() == null || hasInactiveNode()) { + if (mover == null || destination == null || mover.getViewport().getRegion() == null || hasInactiveNode()) { return false; } return isRunning(); diff --git a/Server/src/main/core/game/node/entity/Entity.java b/Server/src/main/core/game/node/entity/Entity.java index dcba4a422..ffaa8f461 100644 --- a/Server/src/main/core/game/node/entity/Entity.java +++ b/Server/src/main/core/game/node/entity/Entity.java @@ -20,6 +20,7 @@ import core.game.world.map.zone.ZoneRestriction; import org.jetbrains.annotations.NotNull; import core.game.world.GameWorld; import core.game.world.map.Location; +import core.game.world.map.Viewport; import core.game.world.map.path.Path; import core.game.world.map.path.Pathfinder; import core.game.world.map.zone.ZoneMonitor; @@ -69,6 +70,11 @@ public abstract class Entity extends Node { */ private final GameAttributes attributes = new GameAttributes(); + /** + * The entity's viewport. + */ + private final Viewport viewport = new Viewport(); + /** * The pulse manager. */ @@ -108,7 +114,7 @@ public abstract class Entity extends Node { * The mapping of event types to event hooks */ private HashMap, ArrayList> hooks = new HashMap<>(); - public TimerManager timers = new TimerManager(this); + public TimerManager timers = new TimerManager(this); /** * If the entity is invisible. @@ -199,7 +205,7 @@ public abstract class Entity extends Node { */ public void init() { active = true; - TimerRegistry.addAutoTimers (this); + TimerRegistry.addAutoTimers (this); } /** @@ -212,7 +218,7 @@ public abstract class Entity extends Node { Location old = location != null ? location.transform(0, 0, 0) : Location.create(0,0,0); walkingQueue.update(); scripts.postMovement(!Objects.equals(location, old)); - timers.processTimers(); + timers.processTimers(); updateMasks.prepare(this); } @@ -236,18 +242,7 @@ public abstract class Entity extends Node { */ public void clear() { active = false; - if (location != null) { - // Location can be null if the Entity never got init()ed, for example if NPC(...) was called only to show a face during dialogues. - // In that situation, the NPC never actually got created so it doesn't need to be removed from any chunk. If it had been, however, we do so now. - if (this instanceof Player) { - location.getChunk().removePlayer(asPlayer()); - location.getRegion().getTolerances().remove(asPlayer().getName()); - location.getRegion().decrementViewAmount(); - } - if (this instanceof NPC) { - location.getChunk().remove(asNpc()); - } - } + viewport.remove(this); pulseManager.clear(); } @@ -264,8 +259,8 @@ public abstract class Entity extends Node { */ public void fullRestore() { skills.restore(); - timers.removeTimer("poison"); - timers.removeTimer("poison:immunity"); + timers.removeTimer("poison"); + timers.removeTimer("poison:immunity"); } /** @@ -314,12 +309,12 @@ public abstract class Entity extends Node { return false; } - /** - * Should this entity prevent the mover from moving through it? - */ - public boolean shouldPreventStacking(Entity mover) { - return false; - } + /** + * Should this entity prevent the mover from moving through it? + */ + public boolean shouldPreventStacking(Entity mover) { + return false; + } /** * Checks an impact before receiving it. @@ -445,7 +440,7 @@ public abstract class Entity extends Node { * Checks if this entity is attackable by the attacking entity. * @param entity The attacking entity. * @param style The combat style used. - * @param message Whether to send the player a message indicating why the entity isn't attackable. + * @param message Whether to send the player a message indicating why the entity isn't attackable. * @return {@code True} if the attacking entity can attack this entity. */ public boolean isAttackable(Entity entity, CombatStyle style, boolean message) { @@ -656,15 +651,15 @@ public abstract class Entity extends Node { * @return {@code True} if succesful. */ public boolean face(Entity entity) { - if (entity == null) { - int ordinal = EntityFlags.getOrdinal(EFlagType.of(this), EntityFlag.FaceEntity); - if (getUpdateMasks().unregisterSynced(ordinal)) { - return getUpdateMasks().register(EntityFlag.FaceEntity, null); - } - return true; - } - return getUpdateMasks().register(EntityFlag.FaceEntity, entity, true); - } + if (entity == null) { + int ordinal = EntityFlags.getOrdinal(EFlagType.of(this), EntityFlag.FaceEntity); + if (getUpdateMasks().unregisterSynced(ordinal)) { + return getUpdateMasks().register(EntityFlag.FaceEntity, null); + } + return true; + } + return getUpdateMasks().register(EntityFlag.FaceEntity, entity, true); + } /** * Registers a new face location update flag to the update masks. @@ -672,13 +667,13 @@ public abstract class Entity extends Node { * @return {@code True} if succesful. */ public boolean faceLocation(Location location) { - if (location == null) { - int ordinal = EntityFlags.getOrdinal(EFlagType.of(this), EntityFlag.FaceLocation); - getUpdateMasks().unregisterSynced(ordinal); - return true; - } - return getUpdateMasks().register(EntityFlag.FaceLocation, location, true); - } + if (location == null) { + int ordinal = EntityFlags.getOrdinal(EFlagType.of(this), EntityFlag.FaceLocation); + getUpdateMasks().unregisterSynced(ordinal); + return true; + } + return getUpdateMasks().register(EntityFlag.FaceLocation, location, true); + } /** * Registers a new force chat update flag to the update masks. @@ -686,8 +681,8 @@ public abstract class Entity extends Node { * @return {@code True} if successful. */ public boolean sendChat(String string) { - return getUpdateMasks().register(EntityFlag.ForceChat, string); - } + return getUpdateMasks().register(EntityFlag.ForceChat, string); + } /** * Gets the current combat swing handler. @@ -884,6 +879,13 @@ public abstract class Entity extends Node { return walkingQueue; } + /** + * Gets the viewport. + * @return The viewport. + */ + public Viewport getViewport() { + return viewport; + } /** * Gets the skills. @@ -945,7 +947,7 @@ public abstract class Entity extends Node { * @return {@code True} if so. */ public boolean isTeleBlocked() { - return timers.getTimer("teleblock") != null || getLocks().isTeleportLocked() || getZoneMonitor().isRestricted(ZoneRestriction.TELEPORT); + return timers.getTimer("teleblock") != null || getLocks().isTeleportLocked() || getZoneMonitor().isRestricted(ZoneRestriction.TELEPORT); } /** @@ -964,7 +966,7 @@ public abstract class Entity extends Node { this.invisible = invisible; } - public Location getClosestOccupiedTile(@NotNull Location other) { + public Location getClosestOccupiedTile(@NotNull Location other) { List occupied = getOccupiedTiles(); Location closest = location; @@ -980,7 +982,7 @@ public abstract class Entity extends Node { } return closest; - } + } public List getOccupiedTiles() { ArrayList occupied = new ArrayList<>(); @@ -999,7 +1001,7 @@ public abstract class Entity extends Node { return scripts.getDelay() > GameWorld.getTicks(); } - public boolean isTeleporting() { - return getAttribute("tele-pulse", null) != null || properties.getTeleportLocation() != null; - } + public boolean isTeleporting() { + return getAttribute("tele-pulse", null) != null || properties.getTeleportLocation() != null; + } } diff --git a/Server/src/main/core/game/node/entity/combat/BattleState.java b/Server/src/main/core/game/node/entity/combat/BattleState.java index 4a12b5966..e75aac19d 100644 --- a/Server/src/main/core/game/node/entity/combat/BattleState.java +++ b/Server/src/main/core/game/node/entity/combat/BattleState.java @@ -9,7 +9,6 @@ import core.game.node.entity.combat.spell.CombatSpell; /** * Represents an entity's current battle state. - * * @author Emperor */ public final class BattleState { @@ -100,7 +99,6 @@ public final class BattleState { /** * Constructs a new {@code BattleState} {@Code Object} - * * @param victim The victim entity. */ public BattleState(Entity entity, Entity victim) { @@ -136,7 +134,6 @@ public final class BattleState { /** * Gets the estimatedHit. - * * @return The estimatedHit. */ public int getEstimatedHit() { @@ -145,7 +142,6 @@ public final class BattleState { /** * Sets the estimated hit. - * * @param estimatedHit The estimated hit to set. */ public void setEstimatedHit(int estimatedHit) { @@ -168,7 +164,6 @@ public final class BattleState { /** * Gets the recoilDamage. - * * @return The recoilDamage. */ public int getRecoilDamage() { @@ -177,7 +172,6 @@ public final class BattleState { /** * Sets the recoilDamage. - * * @param recoilDamage The recoilDamage to set. */ public void setRecoilDamage(int recoilDamage) { @@ -242,7 +236,6 @@ public final class BattleState { /** * Gets the maximumHit. - * * @return The maximumHit. */ public int getMaximumHit() { @@ -251,7 +244,6 @@ public final class BattleState { /** * Sets the maximumHit. - * * @param maximumHit The maximumHit to set. */ public void setMaximumHit(int maximumHit) { @@ -260,7 +252,6 @@ public final class BattleState { /** * Gets the rangeWeapon. - * * @return The rangeWeapon. */ public RangeWeapon getRangeWeapon() { @@ -269,7 +260,6 @@ public final class BattleState { /** * Sets the rangeWeapon. - * * @param rangeWeapon The rangeWeapon to set. */ public void setRangeWeapon(RangeWeapon rangeWeapon) { @@ -278,7 +268,6 @@ public final class BattleState { /** * Gets the ammunition. - * * @return The ammunition. */ public Ammunition getAmmunition() { @@ -287,7 +276,6 @@ public final class BattleState { /** * Sets the ammunition. - * * @param ammunition The ammunition to set. */ public void setAmmunition(Ammunition ammunition) { @@ -296,7 +284,6 @@ public final class BattleState { /** * Gets the frozen. - * * @return The frozen. */ public boolean isFrozen() { @@ -305,7 +292,6 @@ public final class BattleState { /** * Sets the frozen. - * * @param frozen The frozen to set. */ public void setFrozen(boolean frozen) { @@ -314,7 +300,6 @@ public final class BattleState { /** * Gets the style. - * * @return The style. */ public CombatStyle getStyle() { @@ -323,7 +308,6 @@ public final class BattleState { /** * Sets the style. - * * @param style The style to set. */ public void setStyle(CombatStyle style) { @@ -332,7 +316,6 @@ public final class BattleState { /** * Gets the armourEffect. - * * @return The armourEffect. */ public ArmourSet getArmourEffect() { @@ -341,7 +324,6 @@ public final class BattleState { /** * Sets the armourEffect. - * * @param armourEffect The armourEffect to set. */ public void setArmourEffect(ArmourSet armourEffect) { @@ -350,7 +332,6 @@ public final class BattleState { /** * Gets the attacking entity. - * * @return The entity. */ public Entity getAttacker() { @@ -359,9 +340,10 @@ public final class BattleState { public int getTotalDamage() { int hit = Math.max(estimatedHit, 0) + Math.max(secondaryHit, 0); + if (targets != null) { for (BattleState s : targets) { - if (s != null && s != this) { + if (s != null) { hit += Math.max(s.getEstimatedHit(), 0) + Math.max(s.getSecondaryHit(), 0); } } diff --git a/Server/src/main/core/game/node/entity/combat/CombatPulse.kt b/Server/src/main/core/game/node/entity/combat/CombatPulse.kt index 7a176b1ad..7e0475e3d 100644 --- a/Server/src/main/core/game/node/entity/combat/CombatPulse.kt +++ b/Server/src/main/core/game/node/entity/combat/CombatPulse.kt @@ -19,7 +19,6 @@ import core.tools.RandomFunction import core.api.* import core.game.interaction.DestinationFlag import core.game.system.timer.impl.* -import core.game.world.map.RegionManager /** * The combat-handling pulse implementation. @@ -117,7 +116,7 @@ class CombatPulse( if (victim == null || DeathTask.isDead(entity) || DeathTask.isDead(victim)) { return true } - if (!RegionManager.forId(entity!!.location.regionId).isActive || !RegionManager.forId(victim!!.location.regionId).isActive) { + if (!entity!!.viewport.region.isActive || !victim!!.viewport.region.isActive) { return true } if (!interactable()) { @@ -297,13 +296,10 @@ class CombatPulse( } setVictim(victim) entity.onAttack(victim as Entity?) - if (isAttacking) { - victim.scripts.removeWeakScripts() - } + victim.scripts.removeWeakScripts() - if (!isAttacking) { + if (!isAttacking) entity.pulseManager.run(this) - } } /** @@ -432,7 +428,6 @@ class CombatPulse( } handler.adjustBattleState(entity, victim!!, state) handler.addExperience(entity, victim, state) - handler.postSwing(entity, victim, state) handler.visualize(entity, victim, state) if (delay - 1 < 1) { handler.visualizeImpact(entity, victim, state) diff --git a/Server/src/main/core/game/node/entity/combat/CombatSwingHandler.kt b/Server/src/main/core/game/node/entity/combat/CombatSwingHandler.kt index c0fcebf8b..467b16b06 100644 --- a/Server/src/main/core/game/node/entity/combat/CombatSwingHandler.kt +++ b/Server/src/main/core/game/node/entity/combat/CombatSwingHandler.kt @@ -17,6 +17,7 @@ import core.game.world.map.Direction import core.game.world.map.Location import core.game.world.map.RegionManager import core.game.world.map.RegionManager.getClippingFlag +import core.game.world.map.path.Pathfinder import core.game.world.map.path.Pathfinder.* import core.game.world.update.flag.context.Animation import core.tools.RandomFunction @@ -24,6 +25,7 @@ import core.game.system.config.ItemConfigParser import core.tools.Log import org.rs09.consts.Sounds import java.util.* +import kotlin.math.floor /** * Handles a combat swing. @@ -252,15 +254,9 @@ abstract class CombatSwingHandler(var type: CombatStyle?) { ?: return InteractionType.STILL_INTERACT //if we cannot derive a direction, it's because both tiles are the same, so hand off control to the main logic which already handles this case var next = closestEntityTile - //Skip the initial gap in distance if it exists, because standard pathfinding would already stop us before this point if something was between us and the NPC or vice versa. - //A fixed-direction walk can only arrive within its starting distance in steps; on oblique approaches it - //passes beside the target and never converges, so the walk is hard-capped at that many steps. - val maxSkipSteps = next.getDistance(closestVictimTile).toInt() + 1 - for (i in 0 until maxSkipSteps) { - if (next.getDistance(closestVictimTile) <= 3) break + while (next.getDistance(closestVictimTile) > 3) { //skip the initial gap in distance if it exists, because standard pathfinding would already stop us before this point if something was between us and the NPC or vice versa next = next.transform(dir) } - if (next.getDistance(closestVictimTile) > 3) return InteractionType.STILL_INTERACT //never converged (oblique approach), so defer to the range checks instead var result: InteractionType = InteractionType.STILL_INTERACT val maxIterations = next.getDistance(closestVictimTile).toInt() @@ -535,12 +531,6 @@ abstract class CombatSwingHandler(var type: CombatStyle?) { } } - /** - * Hook for operations that conceptually happen during swing but could mess with experience granting logic if they - * happened earlier. - */ - open fun postSwing(entity: Entity?, victim: Entity?, state: BattleState?) {} - /** * Gets the formated hit. * @param attacker The attacking entity. diff --git a/Server/src/main/core/game/node/entity/combat/MeleeSwingHandler.kt b/Server/src/main/core/game/node/entity/combat/MeleeSwingHandler.kt index b71584558..91864ec53 100644 --- a/Server/src/main/core/game/node/entity/combat/MeleeSwingHandler.kt +++ b/Server/src/main/core/game/node/entity/combat/MeleeSwingHandler.kt @@ -204,14 +204,7 @@ open class MeleeSwingHandler (vararg flags: SwingHandlerFlag) if (!flags.contains(SwingHandlerFlag.IGNORE_STAT_BOOSTS_DAMAGE)) effectiveStrengthLevel *= styleStrengthBonus else effectiveStrengthLevel *= 64 - - val victimName = entity.properties.combatPulse.getVictim()?.name ?: "none" - - // strength bonus for specialized equipments (salve amulets, slayer equips) - val amuletId = getItemFromEquipment(entity, EquipmentSlot.NECK)?.id ?: 0 - if ((amuletId == Items.SALVE_AMULET_4081 || amuletId == Items.SALVE_AMULETE_10588) && checkUndead(victimName)) { - effectiveStrengthLevel *= if (amuletId == Items.SALVE_AMULET_4081) 1.15 else 1.2 - } else if (getSlayerTask(entity)?.let { task -> + if (getSlayerTask(entity)?.let { task -> val victimId = entity.properties.combatPulse?.getVictim()?.id ?: 0 task.ids.contains(victimId) || (task == Tasks.KALPHITES && (victimId == 1158)) // Kalphite Queen phase 1 } == true) { @@ -260,14 +253,10 @@ open class MeleeSwingHandler (vararg flags: SwingHandlerFlag) return 1.0 + (e!!.skills.maximumLifepoints - e.skills.lifepoints) * 0.01 } - var multiplier = 1.0 if(e is Player && e.isWearingVoid(CombatStyle.MELEE) && (skillId == Skills.ATTACK || skillId == Skills.STRENGTH)) { - multiplier += 0.1 + return 1.1 } - if (e is Player && e.properties.armourSet === ArmourSet.BERSERKER_NECKLACE_SETS && skillId == Skills.STRENGTH) { - multiplier += 0.2 - } - return multiplier + return 1.0 } override fun getArmourSet(e: Entity?): ArmourSet? { @@ -280,9 +269,6 @@ open class MeleeSwingHandler (vararg flags: SwingHandlerFlag) if (ArmourSet.VERAC.isUsing(e)) { return ArmourSet.VERAC } - if (ArmourSet.BERSERKER_NECKLACE_SETS.isUsing(e)) { - return ArmourSet.BERSERKER_NECKLACE_SETS - } return if (ArmourSet.TORAG.isUsing(e)) { ArmourSet.TORAG } else super.getArmourSet(e) @@ -294,22 +280,8 @@ open class MeleeSwingHandler (vararg flags: SwingHandlerFlag) * @return true if so */ private fun checkUndead(name: String): Boolean { - return (name == "Aberrant spectre" - || name == "Ankou" - || name.contains("anshee") // 'Banshee' and 'Mighty banshee' - || name == "Crawling Hand" - || name == "Ghost" - || name == "Ghast" - || name == "Mummy" - || name == "Tarn" - || name.contains("Revenant") - || name.contains("Shade") - || name.contains("keleton") // various 'Skeleton' and 'skeleton' - || name == "Skogre" - || name == "Tortured Soul" - || name.contains("Undead") - || name == "Zogre" - || name.contains("ombie")) // various 'Zombie' and 'zombie' + return (name == "Zombie" || name.contains("rmoured") || name == "Ankou" || name == "Crawling Hand" || name == "Banshee" || name == "Ghost" || name == "Ghast" || name == "Mummy" || name.contains("Revenant") + || name == "Skeleton" || name == "Zogre" || name == "Spiritual Mage") } /** diff --git a/Server/src/main/core/game/node/entity/combat/MultiSwingHandler.kt b/Server/src/main/core/game/node/entity/combat/MultiSwingHandler.kt index a3d6d5fec..50a885403 100644 --- a/Server/src/main/core/game/node/entity/combat/MultiSwingHandler.kt +++ b/Server/src/main/core/game/node/entity/combat/MultiSwingHandler.kt @@ -119,9 +119,6 @@ open class MultiSwingHandler(meleeDistance: Boolean, vararg attacks: SwitchAttac override fun addExperience(entity: Entity?, victim: Entity?, state: BattleState?) { current.handler.addExperience(entity, victim, state) } - override fun postSwing(entity: Entity?, victim: Entity?, state: BattleState?) { - current.handler.postSwing(entity, victim, state) - } override fun visualizeImpact(entity: Entity?, victim: Entity?, state: BattleState?) { if (current.isUseHandler) { current.handler.visualizeImpact(entity, victim, state) diff --git a/Server/src/main/core/game/node/entity/combat/MultihitTargets.kt b/Server/src/main/core/game/node/entity/combat/MultihitTargets.kt deleted file mode 100644 index 3cf54555a..000000000 --- a/Server/src/main/core/game/node/entity/combat/MultihitTargets.kt +++ /dev/null @@ -1,67 +0,0 @@ -package core.game.node.entity.combat - -import content.global.skill.summoning.familiar.Familiar -import core.game.node.entity.Entity -import core.game.node.entity.npc.NPC -import core.game.node.entity.player.Player -import core.game.world.map.Direction.getDirection -import core.game.world.map.RegionManager.getLocalEntities -import core.game.world.map.zone.impl.WildernessZone - -private fun isAttackable(victim: Entity, attacker: Entity, combatStyle: CombatStyle, wilderness: Boolean): Boolean { - if (wilderness) { - return WildernessZone.getInstance().continueAttack(attacker, victim, combatStyle, false) - } - return victim.isAttackable(attacker, combatStyle, false) -} - -fun findMultihitTargets(target: Entity, attacker: Entity, combatStyle: CombatStyle): List { - val targets = getLocalEntities(target.location, 1).filter { it != attacker && it != target && isAttackable(it, attacker, combatStyle, false) } - return listOf(target) + targets.take(9) // https://runescape.wiki/w/Vesta%27s_spear "the opponent and up to 9 additional targets in a 3x3 area around the player"; https://oldschool.runescape.wiki/w/Ice_Barrage "up to nine targets" -} - -fun findMultihitTargetsForDragonHalberd(target: Entity, attacker: Entity): List { - val direction = getDirection(target.location.x - attacker.location.x, target.location.y - attacker.location.y) - val targets = ArrayList() // should not add the victim here - for (delta in listOf(-1, 1)) { - val add = getLocalEntities(target.location.transform(delta * direction.stepY, delta * direction.stepX, 0), 0) - targets += add.filter { it != attacker && isAttackable(it, attacker, CombatStyle.RANGE, false) }.take(1) // RANGE is correct because halberds are able to attack from a distance - } - return targets -} - -fun findMultihitTargetsForD2h(target: Entity, attacker: Entity, combatStyle: CombatStyle): List { - val targets = getLocalEntities(attacker.location, 1).filter { it != attacker && it != target && isAttackable(it, attacker, combatStyle, false) } - return listOf(target) + targets.filter { it.location.withinDistance(attacker.location, 1) }.take(14) // runescape.wiki/w/Dragon_2h_sword?oldid=859949 "up to 14 enemies in the squares around the player (Only directly in front of and to the sides [and behind], it does not attack those diagonal of the player)" -} - -fun findMultihitTargetsForChinchompa(target: Entity, attacker: Entity): List { - val allEntities = getLocalEntities(target.location, 1) - val targetCandidates = allEntities.filter { it != attacker && it != target && isAttackable(it, attacker, CombatStyle.RANGE, false) } - val targets: List? - if (target is Player) { - val potentialOwners = allEntities.filterIsInstance() - fun isFamiliarOf(entity: Entity, players: List): Boolean { - if (entity !is Familiar) { - return false - } - return entity.owner in players && isAttackable(entity.owner, attacker, CombatStyle.RANGE, true) - } - targets = targetCandidates.filter { (it is Player && isAttackable(it, attacker, CombatStyle.RANGE, true)) || isFamiliarOf(it, potentialOwners) } - } else { - val potentialFamiliars = allEntities.filterIsInstance() - fun isOwnerOf(entity: Entity, npcs: List): Boolean { - if (entity !is Player) { - return false - } - for (npc in npcs) { - if (npc is Familiar && npc.owner == entity) { - return isAttackable(entity, attacker, CombatStyle.RANGE, true) - } - } - return false - } - targets = targetCandidates.filter { it is NPC || isOwnerOf(it, potentialFamiliars) } - } - return listOf(target) + targets.take(9) // https://runescape.wiki/w/Chinchompa "up to 9 enemies within one tile of the target" for a total of 10 -} diff --git a/Server/src/main/core/game/node/entity/combat/RangeSwingHandler.kt b/Server/src/main/core/game/node/entity/combat/RangeSwingHandler.kt index a5d581fb6..a5b313a8b 100644 --- a/Server/src/main/core/game/node/entity/combat/RangeSwingHandler.kt +++ b/Server/src/main/core/game/node/entity/combat/RangeSwingHandler.kt @@ -22,7 +22,6 @@ import core.game.world.map.RegionManager import core.game.world.update.flag.context.Graphics import core.tools.Log import core.tools.RandomFunction -import org.rs09.consts.Items import java.util.* import kotlin.math.ceil import kotlin.math.floor @@ -102,15 +101,10 @@ open class RangeSwingHandler (vararg flags: SwingHandlerFlag) : CombatSwingHandl } if(state.estimatedHit > victim.skills.lifepoints) state.estimatedHit = victim.skills.lifepoints if(state.estimatedHit + state.secondaryHit > victim.skills.lifepoints) state.secondaryHit -= ((state.estimatedHit + state.secondaryHit) - victim.skills.lifepoints) + useAmmo(entity, state, victim.location) return 1 + ceil(entity.location.getDistance(victim.location) * 0.3).toInt() } - override fun postSwing(entity: Entity?, victim: Entity?, state: BattleState?) { - // Using the last piece of ammo in swing causes experience calculations to assume we're using unarmed combat - // which gives wrong experience values. Delay ammo consumption until later to avoid this problem. - useAmmo(entity!!, state!!, victim!!.location) - } - /** * Configures the range data. * @param entity The entity. @@ -406,33 +400,30 @@ open class RangeSwingHandler (vararg flags: SwingHandlerFlag) : CombatSwingHandl } } - /** - * Checks if ammunition should be saved. - * - * @param e The entity. - * @return `True` if so. - */ - private fun getDropRate(e : Entity?) : Double { - if (e is Player) { - val cape = e.equipment[EquipmentContainer.SLOT_CAPE] - val weapon = e.equipment[EquipmentContainer.SLOT_WEAPON] - val ammo = e.equipment[EquipmentContainer.SLOT_ARROWS] - val ammoExcluded = ammo != null && ammo.id == Items.BOLT_RACK_4740 - if (cape != null && (cape.id == 10498 || cape.id == 10499) && weapon != null && weapon.id != 10034 && weapon.id != 10033 && !ammoExcluded) { - val rate = 80 - if (RandomFunction.random(100) < rate) { - val torso = e.equipment[EquipmentContainer.SLOT_CHEST] - val modelId = torso?.definition?.maleWornModelId1 ?: -1 - if (modelId == 301 || modelId == 306 || modelId == 3379) { - e.packetDispatch.sendMessage("Your armour interferes with Ava's device.") - return 1.0 - } - return (-1).toDouble() - } - return 0.33 - } - } - return 1.0 - } - } + /** + * Checks if ammunition should be saved. + * @param e The entity. + * @return `True` if so. + */ + private fun getDropRate(e: Entity?): Double { + if (e is Player) { + val cape = e.equipment[EquipmentContainer.SLOT_CAPE] + val weapon = e.equipment[EquipmentContainer.SLOT_WEAPON] + if (cape != null && (cape.id == 10498 || cape.id == 10499) && weapon != null && weapon.id != 10034 && weapon.id != 10033) { + val rate = 80 + if (RandomFunction.random(100) < rate) { + val torso = e.equipment[EquipmentContainer.SLOT_CHEST] + val modelId = torso?.definition?.maleWornModelId1 ?: -1 + if (modelId == 301 || modelId == 306 || modelId == 3379) { + e.packetDispatch.sendMessage("Your armour interferes with Ava's device.") + return 1.0 + } + return (-1).toDouble() + } + return 0.33 + } + } + return 1.0 + } + } } diff --git a/Server/src/main/core/game/node/entity/combat/equipment/ArmourSet.java b/Server/src/main/core/game/node/entity/combat/equipment/ArmourSet.java index 5b7a7e3af..f311b95e6 100644 --- a/Server/src/main/core/game/node/entity/combat/equipment/ArmourSet.java +++ b/Server/src/main/core/game/node/entity/combat/equipment/ArmourSet.java @@ -8,7 +8,6 @@ import core.game.node.entity.player.Player; import core.game.node.item.Item; import core.game.world.update.flag.context.Graphics; import core.tools.RandomFunction; -import org.rs09.consts.Items; /** * Represents the types of armour sets. @@ -130,15 +129,6 @@ public enum ArmourSet { } return super.isUsing(e); } - }, - /** - * Berserker Necklace sets - */ - BERSERKER_NECKLACE_SETS(null, new int[][] { { Items.BERSERKER_NECKLACE_11128 }, { Items.TOKTZ_XIL_AK_6523, Items.TOKTZ_XIL_EK_6525, Items.TZHAAR_KET_EM_6527, Items.TZHAAR_KET_OM_6528 } }) { - @Override - public boolean isUsing(Entity e) { - return super.isUsing(e); - } }; /** @@ -158,9 +148,8 @@ public enum ArmourSet { */ private ArmourSet(Graphics endGraphic, int[][] set) { this.endGraphic = endGraphic; - this.sets = new Item[set.length][]; + this.sets = new Item[4][5]; for (int i = 0; i < set.length; i++) { - sets[i] = new Item[set[i].length]; for (int k = 0; k < sets[i].length; k++) { sets[i][k] = new Item(set[i][k]); } @@ -208,7 +197,7 @@ public enum ArmourSet { } } } - return hits == sets.length; + return hits == 4; } -} +} \ No newline at end of file diff --git a/Server/src/main/core/game/node/entity/combat/equipment/BoltEffect.java b/Server/src/main/core/game/node/entity/combat/equipment/BoltEffect.java index 71d26d8b6..06ab0edf2 100644 --- a/Server/src/main/core/game/node/entity/combat/equipment/BoltEffect.java +++ b/Server/src/main/core/game/node/entity/combat/equipment/BoltEffect.java @@ -239,7 +239,7 @@ public enum BoltEffect { // and should be considered a TODO: temporary abuse prevention measure (bolt effect on slayer monsters) boolean rollSuccess = RandomFunction.random(13) == 5; if (!(state.getVictim() instanceof NPC)) return rollSuccess; - if (!(state.getAttacker() instanceof Player) || ((NPC) state.getVictim()).getTask() == null) return rollSuccess; + if (!(state.getAttacker() instanceof Player) && ((NPC) state.getVictim()).getTask() == null) return rollSuccess; if (state.getVictim().asNpc().getTask().levelReq > state.getAttacker().asPlayer().getSkills().getLevel(Skills.SLAYER)) return false; return rollSuccess; } diff --git a/Server/src/main/core/game/node/entity/combat/graves/Grave.kt b/Server/src/main/core/game/node/entity/combat/graves/Grave.kt index 2d3869921..e330489a9 100644 --- a/Server/src/main/core/game/node/entity/combat/graves/Grave.kt +++ b/Server/src/main/core/game/node/entity/combat/graves/Grave.kt @@ -27,8 +27,6 @@ class Grave : AbstractNPC { var ticksRemaining = -1 - var ticksSinceDeath = 0 - constructor() : super(NPCs.GRAVESTONE_6571, Location.create(0,0,0), false) private constructor(id: Int, location: Location) : super(id, location) @@ -168,19 +166,11 @@ class Grave : AbstractNPC { fun retrieveFormattedText(): String { return type.text .replace("@name", ownerUsername) - .replace("@mins", getFormattedTimeSinceDeath()) + .replace("@mins", getFormattedTimeRemaining()) } fun getFormattedTimeRemaining() : String { - return formatDuration(ticksRemaining) - } - - fun getFormattedTimeSinceDeath() : String { - return formatDuration(ticksSinceDeath) - } - - private fun formatDuration(ticks: Int) : String { - val seconds = ticksToSeconds(ticks) + val seconds = ticksToSeconds(ticksRemaining) val timeQty = if (seconds / 60 > 0) seconds / 60 else seconds val timeUnit = (if (seconds / 60 > 0) "minute" else "second") + if (timeQty > 1) "s" else "" return "$timeQty $timeUnit" diff --git a/Server/src/main/core/game/node/entity/combat/graves/GraveController.kt b/Server/src/main/core/game/node/entity/combat/graves/GraveController.kt index fd1fb50dc..00e0e0b1b 100644 --- a/Server/src/main/core/game/node/entity/combat/graves/GraveController.kt +++ b/Server/src/main/core/game/node/entity/combat/graves/GraveController.kt @@ -64,7 +64,6 @@ class GraveController : PersistWorld, TickListener, InteractionListener, Command } grave.ticksRemaining-- - grave.ticksSinceDeath++ } } @@ -253,7 +252,6 @@ class GraveController : PersistWorld, TickListener, InteractionListener, Command for ((uid,grave) in activeGraves) { val g = JSONObject() g["ticksRemaining"] = grave.ticksRemaining - g["ticksSinceDeath"] = grave.ticksSinceDeath g["location"] = grave.location.toString() g["type"] = grave.type.ordinal g["username"] = grave.ownerUsername @@ -277,7 +275,6 @@ class GraveController : PersistWorld, TickListener, InteractionListener, Command val uid = (entry.key as String).toInt() val type = g["type"].toString().toInt() val ticks = g["ticksRemaining"].toString().toInt() - val ticksSinceDeath = g["ticksSinceDeath"]?.toString()?.toInt() ?: 0 val location = Location.fromString(g["location"].toString()) val username = g["username"].toString() @@ -293,7 +290,6 @@ class GraveController : PersistWorld, TickListener, InteractionListener, Command val grave = produceGrave(GraveType.values()[type]) grave.setupFromJsonParams(uid, ticks, location, items.toTypedArray(), username) - grave.ticksSinceDeath = ticksSinceDeath activeGraves[uid] = grave } } diff --git a/Server/src/main/core/game/node/entity/combat/spell/CombatSpell.java b/Server/src/main/core/game/node/entity/combat/spell/CombatSpell.java index ca5e550c9..30cf2f238 100644 --- a/Server/src/main/core/game/node/entity/combat/spell/CombatSpell.java +++ b/Server/src/main/core/game/node/entity/combat/spell/CombatSpell.java @@ -1,6 +1,9 @@ package core.game.node.entity.combat.spell; +import content.global.skill.summoning.familiar.Familiar; import core.game.node.entity.combat.BattleState; +import core.game.node.entity.combat.CombatStyle; +import core.game.node.entity.combat.InteractionType; import core.game.node.Node; import core.game.node.entity.Entity; import core.game.node.entity.impl.Animator.Priority; @@ -10,10 +13,15 @@ import core.game.node.entity.player.Player; import core.game.node.entity.player.link.SpellBookManager; import core.game.node.entity.player.link.audio.Audio; import core.game.node.item.Item; +import core.game.world.map.RegionManager; +import core.game.world.map.zone.impl.WildernessZone; import core.game.world.update.flag.context.Animation; import core.game.world.update.flag.context.Graphics; import org.rs09.consts.Sounds; +import java.util.ArrayList; +import java.util.List; + import static core.api.ContentAPIKt.playGlobalAudio; /** @@ -100,6 +108,43 @@ public abstract class CombatSpell extends MagicSpell { } + /** + * Gets a list of valid targets for a multihitting spell. + * @param entity The caster of the spell. + * @param target The primary victim. + * @param max The maximum number of extra victims that may be hit. + * @return The list of targets (the primary target is always at index 0). + */ + public List getMultihitTargets(Entity entity, Entity target, int max) { + List victims = new ArrayList<>(20); + victims.add(target); + + List surrounding = new ArrayList<>(); + surrounding.addAll(RegionManager.getSurroundingPlayers(target)); + surrounding.addAll(RegionManager.getSurroundingNPCs(target)); + + for (Entity e : surrounding) { + if (e == target || e == entity) { + continue; + } + if (CombatStyle.MAGIC.getSwingHandler().canSwing(entity, e) == InteractionType.NO_INTERACT || !e.isAttackable(entity, CombatStyle.MAGIC, false)) { + continue; + } + if (e instanceof Familiar) { + Player owner = ((Familiar) e).getOwner(); + if (owner != entity && WildernessZone.getInstance().continueAttack(entity, owner, CombatStyle.MAGIC, true)) { + victims.add(e); + } + } else { + victims.add(e); + } + if (--max < 1) { + break; + } + } + return victims; + } + /** * Visualizes the impact. * @param entity The entity. @@ -207,4 +252,4 @@ public abstract class CombatSpell extends MagicSpell { return SPLASH_GRAPHIC; } -} +} \ No newline at end of file diff --git a/Server/src/main/core/game/node/entity/combat/spell/MagicSpell.java b/Server/src/main/core/game/node/entity/combat/spell/MagicSpell.java index 544372bba..896a3ec62 100644 --- a/Server/src/main/core/game/node/entity/combat/spell/MagicSpell.java +++ b/Server/src/main/core/game/node/entity/combat/spell/MagicSpell.java @@ -1,6 +1,5 @@ package core.game.node.entity.combat.spell; -import content.global.skill.magic.SpellUtils; import core.game.event.SpellCastEvent; import core.game.node.Node; import core.game.node.entity.Entity; @@ -18,6 +17,7 @@ import core.plugin.Plugin; import core.tools.RandomFunction; import java.util.ArrayList; +import java.util.List; import static core.api.ContentAPIKt.playGlobalAudio; @@ -223,17 +223,16 @@ public abstract class MagicSpell implements Plugin { if (runes == null) { return true; } - Item missing = SpellUtils.hasRunes(p, runes); - if (missing != null) { - if (message) { - p.getPacketDispatch().sendMessage("You don't have enough " + missing.getName() + "s to cast this spell."); + List toRemove = new ArrayList<>(20); + for (Item item : runes) { + if (!hasRune(p, item, toRemove, message)) { + return false; } - return false; } if (remove) { - ArrayList toRemove = p.getAttribute("spell:runes", new ArrayList<>()); - toRemove.forEach(i -> p.getInventory().remove(i)); - p.removeAttribute("spell:runes"); + toRemove.forEach(i -> { + p.getInventory().remove(i); + }); } return true; } @@ -256,6 +255,49 @@ public abstract class MagicSpell implements Plugin { return true; } + /** + * Checks if the player has a rune to remove. + * @param p the player. + * @param item the item. + * @param toRemove the list of items to remove. + * @param message the message. + * @return {@code True} if so. + */ + public boolean hasRune(Player p, Item item, List toRemove, boolean message) { + if (!usingStaff(p, item.getId())) { + boolean hasBaseRune = p.getInventory().contains(item.getId(),item.getAmount()); + if(!hasBaseRune){ + int baseAmt = p.getInventory().getAmount(item.getId()); + if(baseAmt > 0){ + toRemove.add(new Item(item.getId(),p.getInventory().getAmount(item.getId()))); + } + int amtRemaining = item.getAmount() - baseAmt; + List possibleComboRunes = CombinationRune.eligibleFor(Runes.forId(item.getId())); + for(CombinationRune r : possibleComboRunes){ + if(p.getInventory().containsItem(new Item(r.id)) && amtRemaining > 0){ + int amt = p.getInventory().getAmount(r.id); + if(amtRemaining < amt){ + toRemove.add(new Item(r.id,amtRemaining)); + amtRemaining = 0; + continue; + } + amtRemaining -= p.getInventory().getAmount(r.id); + toRemove.add(new Item(r.id,p.getInventory().getAmount(r.id))); + } + } + if(amtRemaining <= 0){ + return true; + } else { + p.getPacketDispatch().sendMessage("You don't have enough " + item.getName() + "s to cast this spell."); + return false; + } + } + toRemove.add(item); + return true; + } + return true; + } + /** * Adds the experience for casting this spell. * @param entity The entity to reward with experience. diff --git a/Server/src/main/core/game/node/entity/impl/ForceMovement.java b/Server/src/main/core/game/node/entity/impl/ForceMovement.java index f450b6237..8cfc7efd6 100644 --- a/Server/src/main/core/game/node/entity/impl/ForceMovement.java +++ b/Server/src/main/core/game/node/entity/impl/ForceMovement.java @@ -93,7 +93,7 @@ public class ForceMovement extends Pulse { * @param unlockAfter Whether to unlock the entity after the ForceMovement completes * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public ForceMovement(Entity e, Location start, Location destination, Animation startAnim, Animation animation, Direction direction, int commenceSpeed, int pathSpeed, boolean unlockAfter) { super(1, e); this.entity = e; @@ -116,15 +116,15 @@ public class ForceMovement extends Pulse { * @param speed The path speed. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public ForceMovement(Entity e, Location start, Location end, Animation animation, int speed) { this(e, start, end, WALK_ANIMATION, animation, direction(start, end), WALKING_SPEED, speed, true); } - /** + /** * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public ForceMovement(Entity e, Location destination, int startSpeed, int animSpeed){ this(e,e.getLocation(),destination,WALK_ANIMATION,WALK_ANIMATION,direction(e.getLocation(),destination),startSpeed,animSpeed, true); } @@ -137,7 +137,7 @@ public class ForceMovement extends Pulse { * @param animation the animation. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public ForceMovement(Entity e, Location start, Location destination, Animation animation) { this(e, start, destination, WALK_ANIMATION, animation, direction(start, destination), WALKING_SPEED, WALKING_SPEED, true); } @@ -149,7 +149,7 @@ public class ForceMovement extends Pulse { * @param animation the animation. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public ForceMovement(Location start, Location destination, Animation animation) { this(null, start, destination, WALK_ANIMATION, animation, direction(start, destination), WALKING_SPEED, WALKING_SPEED, true); } @@ -161,7 +161,7 @@ public class ForceMovement extends Pulse { * @return The created ForceMovement object. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public static ForceMovement run(Entity e, Location destination) { return run(e, e.getLocation(), destination, WALK_ANIMATION, WALK_ANIMATION, direction(e.getLocation(), destination), WALKING_SPEED, WALKING_SPEED, true); } @@ -174,7 +174,7 @@ public class ForceMovement extends Pulse { * @return The created ForceMovement object. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public static ForceMovement run(Entity e, Location start, Location destination) { return run(e, start, destination, WALK_ANIMATION, WALK_ANIMATION, direction(e.getLocation(), destination), WALKING_SPEED, WALKING_SPEED, true); } @@ -188,7 +188,7 @@ public class ForceMovement extends Pulse { * @return The created ForceMovement object. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public static ForceMovement run(Entity e, Location start, Location destination, Animation animation) { return run(e, start, destination, WALK_ANIMATION, animation, direction(start, destination), WALKING_SPEED, WALKING_SPEED, true); } @@ -203,7 +203,7 @@ public class ForceMovement extends Pulse { * @return The created ForceMovement object. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public static ForceMovement run(Entity e, Location start, Location destination, Animation animation, int speed) { return run(e, start, destination, WALK_ANIMATION, animation, direction(start, destination), WALKING_SPEED, speed, true); } @@ -217,7 +217,7 @@ public class ForceMovement extends Pulse { * @return The created ForceMovement object. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public static ForceMovement run(Entity e, Location start, Location destination, Animation startAnim, Animation animation) { return run(e, start, destination, startAnim, animation, direction(start, destination), WALKING_SPEED, WALKING_SPEED, true); } @@ -232,7 +232,7 @@ public class ForceMovement extends Pulse { * @return The created ForceMovement object. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public static ForceMovement run(Entity e, Location start, Location destination, Animation startAnim, Animation animation, Direction direction) { return run(e, start, destination, startAnim, animation, direction, WALKING_SPEED, WALKING_SPEED, true); } @@ -248,15 +248,15 @@ public class ForceMovement extends Pulse { * @return The created ForceMovement object. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public static ForceMovement run(Entity e, Location start, Location destination, Animation startAnim, Animation animation, Direction direction, int pathSpeed) { return run(e, start, destination, startAnim, animation, direction, WALKING_SPEED, pathSpeed, true); } - /** + /** * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public static ForceMovement run(Entity e, Location start, Location destination, Animation startAnim, Animation animation, Direction direction, int commenceSpeed, int pathSpeed) { return run(e, start, destination, startAnim, animation, direction, commenceSpeed, pathSpeed, true); } @@ -271,7 +271,7 @@ public class ForceMovement extends Pulse { * @return The created ForceMovement object. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public static ForceMovement run(Entity e, Location start, Location destination, Animation startAnim, Animation animation, Direction direction, int commenceSpeed, int pathSpeed, boolean unlockAfter) { if (startAnim != null) { startAnim.setPriority(Animator.Priority.VERY_HIGH); @@ -285,10 +285,10 @@ public class ForceMovement extends Pulse { GameWorld.getPulser().submit(fm); return fm; } - /* + /* * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public static ForceMovement run(Entity e, Location destination, int commenceSpeed, int pathSpeed){ return run(e,e.getLocation(),destination,WALK_ANIMATION,WALK_ANIMATION,direction(e.getLocation(),destination),commenceSpeed,pathSpeed, true); } @@ -298,7 +298,7 @@ public class ForceMovement extends Pulse { * @param e the entity. * @deprecated this is no longer the preferred way to use force movement. Use the ContentAPI forceMove method instead, please. */ - @Deprecated + @Deprecated public void run(final Entity e, final int speed) { this.entity = e; int commence = (int) start.getDistance(e.getLocation()); @@ -358,9 +358,9 @@ public class ForceMovement extends Pulse { int ticks = 1 + commenceSpeed + pathSpeed; entity.getImpactHandler().setDisabledTicks(ticks); entity.getUpdateMasks().register(EntityFlag.ForceMove, new ForceMoveCtx(start, destination, commenceSpeed * 30, pathSpeed * 30, direction)); - if (entity instanceof Player) { - entity.getWalkingQueue().updateRegion(start, destination, false); - } + if(entity instanceof Player) { + entity.getWalkingQueue().updateRegion(destination, false); + } super.start(); } diff --git a/Server/src/main/core/game/node/entity/impl/WalkingQueue.java b/Server/src/main/core/game/node/entity/impl/WalkingQueue.java index ba0c2ded4..fbd9d2e36 100644 --- a/Server/src/main/core/game/node/entity/impl/WalkingQueue.java +++ b/Server/src/main/core/game/node/entity/impl/WalkingQueue.java @@ -6,8 +6,13 @@ import core.game.node.entity.player.Player; import core.game.node.entity.skill.Skills; import core.game.node.item.Item; import core.game.node.item.GroundItem; -import core.game.world.map.*; +import core.game.world.map.Direction; +import core.game.world.map.Location; +import core.game.world.map.Point; +import core.game.world.map.RegionManager; +import core.game.world.update.flag.chunk.ItemUpdateFlag; import core.tools.Log; +import core.tools.SystemLogger; import java.util.Deque; import java.util.ArrayDeque; @@ -20,6 +25,7 @@ import static core.api.ContentAPIKt.*; * @author Emperor */ public final class WalkingQueue { + /** * The walking queue. */ @@ -56,7 +62,7 @@ public final class WalkingQueue { */ private Location footPrint; - public ArrayList routeItems = new ArrayList(); + public ArrayList routeItems = new ArrayList(); /** * Constructs a new {@code WalkingQueue} {@code Object}. @@ -74,31 +80,29 @@ public final class WalkingQueue { boolean isPlayer = entity instanceof Player; this.walkDir = -1; this.runDir = -1; - Location prevLocation = entity.getLocation(); - if (prevLocation == null) { + if(entity.getLocation() == null) { return; } if (updateTeleport()) { return; } - if (isPlayer && updateRegion(prevLocation, entity.getLocation(), true)) { - return; - } - if (hasTimerActive(entity, "frozen")) { + if (isPlayer && updateRegion(entity.getLocation(), true)) { return; } + if (hasTimerActive(entity, "frozen")) + return; Point point = walkingQueue.poll(); - boolean drawPath = entity.getAttribute("routedraw", false); + boolean drawPath = entity.getAttribute("routedraw", false); if (point == null) { updateRunEnergy(false); - if (isPlayer && drawPath) { - for (GroundItem item : routeItems) { - if (item != null) { - RegionManager.getRegionChunk(item.getLocation()).remove(item); - } - } - routeItems.clear(); - } + if (isPlayer && drawPath) { + for (GroundItem item : routeItems) { + if (item != null) { + RegionManager.getRegionPlane(item.getLocation()).remove(item); + } + } + routeItems.clear(); + } return; } if (isPlayer && ((Player) entity).getSettings().getRunEnergy() < 1.0) { @@ -170,7 +174,7 @@ public final class WalkingQueue { } footPrint = entity.getLocation(); entity.setLocation(dest); - RegionManager.move(entity, prevLocation, dest); + RegionManager.move(entity); } this.walkDir = walkDirection; this.runDir = runDirection; @@ -186,9 +190,9 @@ public final class WalkingQueue { if (player.getSettings().getWeight() > 0.0) { rate *= 1 + (player.getSettings().getWeight() / 100); } - if (hasTimerActive(player, "hamstrung")) { - rate *= 4; - } + if (hasTimerActive(player, "hamstrung")) { + rate *= 4; + } return rate; } @@ -233,7 +237,6 @@ public final class WalkingQueue { public boolean updateTeleport() { if (entity.getProperties().getTeleportLocation() != null) { reset(false); - Location prevLocation = entity.getLocation(); entity.setLocation(entity.getProperties().getTeleportLocation()); entity.getProperties().setTeleportLocation(null); if (entity instanceof Player) { @@ -242,13 +245,13 @@ public final class WalkingQueue { if (last == null) { last = p.getLocation(); } - int rx = last.getRegionX(), ry = last.getRegionY(); - int cx = p.getLocation().getRegionX(), cy = p.getLocation().getRegionY(); - if (Math.abs(rx - cx) >= 4 || Math.abs(ry - cy) >= 4) { + if ((last.getRegionX() - entity.getLocation().getRegionX()) >= 4 || (last.getRegionX() - entity.getLocation().getRegionX()) <= -4) { + p.getPlayerFlags().setUpdateSceneGraph(true); + } else if ((last.getRegionY() - entity.getLocation().getRegionY()) >= 4 || (last.getRegionY() - entity.getLocation().getRegionY()) <= -4) { p.getPlayerFlags().setUpdateSceneGraph(true); } } - RegionManager.move(entity, prevLocation, entity.getLocation()); + RegionManager.move(entity); footPrint = entity.getLocation(); entity.getProperties().setTeleporting(true); return true; @@ -261,19 +264,28 @@ public final class WalkingQueue { * return true. * @return {@code True} if the region updated, {@code false} if not. */ - public boolean updateRegion(Location prevLocation, Location location, boolean move) { + public boolean updateRegion(Location location, boolean move) { Player p = (Player) entity; Location lastRegion = p.getPlayerFlags().getLastSceneGraph(); if (lastRegion == null) { lastRegion = location; } - int rx = lastRegion.getRegionX(), ry = lastRegion.getRegionY(); - int cx = location.getRegionX(), cy = location.getRegionY(); - if (Math.abs(rx - cx) >= 4 || Math.abs(ry - cy) >= 4) { + int rx = lastRegion.getRegionX(); + int ry = lastRegion.getRegionY(); + int cx = location.getRegionX(); + int cy = location.getRegionY(); + if ((rx - cx) >= 4) { + p.getPlayerFlags().setUpdateSceneGraph(true); + } else if ((rx - cx) <= -4) { + p.getPlayerFlags().setUpdateSceneGraph(true); + } + if ((ry - cy) >= 4) { + p.getPlayerFlags().setUpdateSceneGraph(true); + } else if ((ry - cy) <= -4) { p.getPlayerFlags().setUpdateSceneGraph(true); } if (move && p.getPlayerFlags().isUpdateSceneGraph()) { - RegionManager.move(entity, prevLocation, location); + RegionManager.move(entity); return true; } return false; @@ -308,13 +320,13 @@ public final class WalkingQueue { if (point == null) { return; } - boolean drawRoute = entity.getAttribute("routedraw", false); - if (drawRoute && entity instanceof Player) { - Player p = (Player) entity; - GroundItem item = new GroundItem(new Item(13444), Location.create(x, y, p.getLocation().getZ()), p); - routeItems.add (item); - RegionManager.getRegionChunk(item.getLocation()).add(item); - } + boolean drawRoute = entity.getAttribute("routedraw", false); + if (drawRoute && entity instanceof Player) { + Player p = (Player) entity; + GroundItem item = new GroundItem(new Item(13444), Location.create(x, y, p.getLocation().getZ()), p); + routeItems.add (item); + RegionManager.getRegionPlane(item.getLocation()).add(item); + } int diffX = x - point.getX(), diffY = y - point.getY(); int max = Math.max(Math.abs(diffX), Math.abs(diffY)); for (int i = 0; i < max; i++) { @@ -351,7 +363,9 @@ public final class WalkingQueue { /** * Checks if the entity is running. - * @return {@code True} if a ctrl + click reward was performed, the player has the run option enabled or the NPC is a familiar, {@code False} if not. + * @return {@code True} if a ctrl + click reward was performed,
the + * player has the run option enabled or the NPC is a familiar,

+ * {@code false} if not. */ public boolean isRunningBoth() { if (isRunDisabled()) return false; @@ -390,6 +404,7 @@ public final class WalkingQueue { */ public void reset(boolean running) { Location loc = entity.getLocation(); + if (loc == null) { log(this.getClass(), Log.ERR, "The entity location provided was null." diff --git a/Server/src/main/core/game/node/entity/npc/NPC.java b/Server/src/main/core/game/node/entity/npc/NPC.java index 9df3e1780..b8139e66a 100644 --- a/Server/src/main/core/game/node/entity/npc/NPC.java +++ b/Server/src/main/core/game/node/entity/npc/NPC.java @@ -142,7 +142,7 @@ public class NPC extends Entity { public NPCBehavior behavior; - public boolean isRespawning = false; + public boolean isRespawning = false; /** * Constructs a new {@code NPC} {@code Object}. @@ -213,8 +213,8 @@ public class NPC extends Entity { getProperties().setSpawnLocation(getLocation()); initConfig(); Repository.getNpcs().add(this); - RegionManager.move(this, null, location); - if (getLocation().getRegion().isActive()) { + RegionManager.move(this); + if (getViewport().getRegion().isActive()) { Repository.addRenderableNPC(this); } interactPlugin.setDefault(); @@ -230,9 +230,9 @@ public class NPC extends Entity { } } behavior.onCreation(this); - // FIXME: hack around MovementPulse's constructor getting run while behavior is null when behavior is set between NPC constructor and init. + // FIXME: hack around MovementPulse's constructor getting run while behavior is null when behavior is set between NPC constructor and init. // FIXME: Commented out as a fix. most npcs were not being able to attack with range/magic due to setting the combat pulse. - // getProperties().setCombatPulse(new CombatPulse(this)); + // getProperties().setCombatPulse(new CombatPulse(this)); } @Override @@ -240,7 +240,9 @@ public class NPC extends Entity { super.clear(); Repository.removeRenderableNPC(this); Repository.getNpcs().remove(this); + getViewport().setCurrentPlane(null); behavior.onRemoval(this); + // getViewport().setRegion(null); } /** @@ -327,7 +329,7 @@ public class NPC extends Entity { */ public boolean openShop(Player player) { if (getName().contains("assistant")) { - NPC n = RegionManager.getNpc(location, getId() - 1, 16); + NPC n = RegionManager.getNpc(this, getId() - 1); if (n != null) { return n.openShop(player); } @@ -423,7 +425,7 @@ public class NPC extends Entity { return false; } return true; - } + } @Override public int getDragonfireProtection(boolean fire) { @@ -432,7 +434,7 @@ public class NPC extends Entity { @Override public void tick() { - if (!getLocation().getRegion().isActive()) { + if (!getViewport().getRegion().isActive()) { onRegionInactivity(); return; } @@ -442,10 +444,10 @@ public class NPC extends Entity { return; } if (isRespawning && respawnTick <= GameWorld.getTicks()) { - behavior.onRespawn(this); + behavior.onRespawn(this); onRespawn(); - fullRestore(); - isRespawning = false; + fullRestore(); + isRespawning = false; } handleTickActions(); super.tick(); @@ -547,10 +549,10 @@ public class NPC extends Entity { nextWalk = GameWorld.getTicks() + 5 + RandomFunction.randomize(10); } - public void resetWalk() { - nextWalk = GameWorld.getTicks() - 1; - getWalkingQueue().reset(); - } + public void resetWalk() { + nextWalk = GameWorld.getTicks() - 1; + getWalkingQueue().reset(); + } /** * Called when the region goes inactive. @@ -560,9 +562,7 @@ public class NPC extends Entity { getPulseManager().clear(); getUpdateMasks().reset(); if (getAttribute("return-to-spawn", false)) { - location.getChunk().remove(this); - location = getProperties().getSpawnLocation(); - location.getChunk().add(this); + this.location = getProperties().getSpawnLocation(); MovementPulse returnPulse = getAttribute("return-to-spawn-pulse"); if (returnPulse != null) { returnPulse.pulse(); @@ -570,7 +570,7 @@ public class NPC extends Entity { } } Repository.removeRenderableNPC(this); - if (getLocation().getRegion() instanceof DynamicRegion) { + if (getViewport().getRegion() instanceof DynamicRegion) { clear(); } } @@ -597,7 +597,7 @@ public class NPC extends Entity { Player p = !(killer instanceof Player) ? null : (Player) killer; if (p != null) { p.incrementAttribute("/save:" + STATS_BASE + ":" + STATS_ENEMIES_KILLED); - PlayerStatsCounter.incrementKills(p, originalId); + PlayerStatsCounter.incrementKills(p, originalId); } handleDrops(p, killer); if (!isRespawn()) @@ -608,9 +608,9 @@ public class NPC extends Entity { setRespawnTick(GameWorld.getTicks() + definition.getConfiguration(NPCConfigParser.RESPAWN_DELAY, 17)); } - public void setRespawnTicks (int ticks) { - definition.getHandlers().put(NPCConfigParser.RESPAWN_DELAY, ticks); - } + public void setRespawnTicks (int ticks) { + definition.getHandlers().put(NPCConfigParser.RESPAWN_DELAY, ticks); + } @Override public void commenceDeath(Entity killer) { @@ -687,9 +687,9 @@ public class NPC extends Entity { } getProperties().setAttackStyle(new WeaponInterface.AttackStyle(WeaponInterface.STYLE_CONTROLLED, index)); CombatStyle style = getDefinition().getConfiguration(NPCConfigParser.COMBAT_STYLE); - if (style != null) { - getProperties().getCombatPulse().setStyle(style); - } + if (style != null) { + getProperties().getCombatPulse().setStyle(style); + } if (style == CombatStyle.MAGIC) { getProperties().setAutocastSpell(new DefaultCombatSpell(this)); int spell = definition.getConfiguration("spell_id", -1); @@ -744,22 +744,10 @@ public class NPC extends Entity { configure(); interactPlugin.setDefault(); if (id == originalId) { - int ordinal = EntityFlags.getOrdinal (EFlagType.NPC, EntityFlag.TypeSwap); - getUpdateMasks().unregisterSynced(ordinal); + int ordinal = EntityFlags.getOrdinal (EFlagType.NPC, EntityFlag.TypeSwap); + getUpdateMasks().unregisterSynced(ordinal); } - getUpdateMasks().register(EntityFlag.TypeSwap, id, id != originalId); - return this; - } - - /** - * Transforms this NPC with HP carried over from pre-transformed entity. - * HP adjustments (ie healing/scaling HP to new maximum) should be done manually per-NPC - * @param id The new NPC id. - */ - public NPC transformWithHpCarryover(int id) { - int lp = getSkills().getLifepoints(); - this.transform(id); - getSkills().setLifepoints(lp); + getUpdateMasks().register(EntityFlag.TypeSwap, id, id != originalId); return this; } @@ -779,14 +767,13 @@ public class NPC extends Entity { */ protected Location getMovementDestination() { if (!pathBoundMovement || movementPath == null || movementPath.length < 1) { - int radius = getWalkRadius() / 2; - Location returnToSpawnLocation = getProperties().getSpawnLocation().transform(RandomFunction.random(-radius, radius+1), RandomFunction.random(-radius, radius+1), 0); + Location returnToSpawnLocation = getProperties().getSpawnLocation().transform(-5 + RandomFunction.random(getWalkRadius()), -5 + RandomFunction.random(getWalkRadius()), 0); int dist = (int) Location.getDistance(location, returnToSpawnLocation); int pathLimit = 14; - if (dist > pathLimit) { - Vector normalizedDir = Vector.betweenLocs(this.location, returnToSpawnLocation).normalized(); - returnToSpawnLocation = this.location.transform (normalizedDir.times(pathLimit)); - } + if (dist > pathLimit) { + Vector normalizedDir = Vector.betweenLocs(this.location, returnToSpawnLocation).normalized(); + returnToSpawnLocation = this.location.transform (normalizedDir.times(pathLimit)); + } return returnToSpawnLocation; } Location l = movementPath[movementIndex++]; @@ -1059,4 +1046,5 @@ public class NPC extends Entity { public void setNeverWalks(boolean neverWalks) { this.neverWalks = neverWalks; } + } diff --git a/Server/src/main/core/game/node/entity/npc/agg/AggressiveBehavior.java b/Server/src/main/core/game/node/entity/npc/agg/AggressiveBehavior.java index 16153b211..50f93be3f 100644 --- a/Server/src/main/core/game/node/entity/npc/agg/AggressiveBehavior.java +++ b/Server/src/main/core/game/node/entity/npc/agg/AggressiveBehavior.java @@ -116,7 +116,7 @@ public class AggressiveBehavior { */ public List getPossibleTargets(Entity entity, int radius) { List targets = new ArrayList<>(20); - for (Player player : RegionManager.getLocalPlayers(entity.getLocation(), radius)) { + for (Player player : RegionManager.getLocalPlayers(entity, radius)) { if (canSelectTarget(entity, player)) { targets.add(player); } diff --git a/Server/src/main/core/game/node/entity/npc/drop/NPCDropTables.java b/Server/src/main/core/game/node/entity/npc/drop/NPCDropTables.java index 951f1d503..baacc117b 100644 --- a/Server/src/main/core/game/node/entity/npc/drop/NPCDropTables.java +++ b/Server/src/main/core/game/node/entity/npc/drop/NPCDropTables.java @@ -111,9 +111,9 @@ public final class NPCDropTables { } return; } - announceIfRare(player, item); + announceIfRare(player, item); if(item.getId() == 6199 && player instanceof Player){ - player.sendMessage("A mystery box has fallen on the ground."); + player.sendMessage("A mystery box has fallen on the ground."); } sendDropMessage(player, npc.getId(), item); if (player == null) { @@ -144,7 +144,7 @@ public final class NPCDropTables { int itemId = item.getDefinition().isUnnoted() ? item.getId() : item.getNoteChange(); if (player != null && npc.getProperties().isMultiZone() && (item.getDefinition().isTradeable() || item.getName().endsWith("charm")) && player.getCommunication().getClan() != null && player.getCommunication().isLootShare() && player.getCommunication().getLootRequirement().ordinal() >= player.getCommunication().getClan().getLootRequirement().ordinal() && !player.getIronmanManager().isIronman()) { Player looter = player; - List players = RegionManager.getLocalPlayers(npc.getLocation(), 16); + List players = RegionManager.getLocalPlayers(npc, 16); List looters = new ArrayList<>(20); for (Player p : players) { if (p != null && p.getCommunication().getClan() != null && p.getCommunication().getClan() == player.getCommunication().getClan() && p.getCommunication().isLootShare() && p.getCommunication().getLootRequirement().ordinal() >= p.getCommunication().getClan().getLootRequirement().ordinal()) { diff --git a/Server/src/main/core/game/node/entity/player/Player.java b/Server/src/main/core/game/node/entity/player/Player.java index 19233647d..d21c591fc 100644 --- a/Server/src/main/core/game/node/entity/player/Player.java +++ b/Server/src/main/core/game/node/entity/player/Player.java @@ -131,22 +131,22 @@ public class Player extends Entity { public Boolean isAfkLogout; - private StorageState POHStorageState; + private StorageState POHStorageState; - public final Container POHStorageProxyContainer = new POHStorageProxyContainer(this); + public final Container POHStorageProxyContainer = new POHStorageProxyContainer(this); - public StorageState getPOHStorageState() { - if (POHStorageState == null) { - POHStorageState = new StorageState(this); - } - return POHStorageState; - } + public StorageState getPOHStorageState() { + if (POHStorageState == null) { + POHStorageState = new StorageState(this); + } + return POHStorageState; + } - public void setPOHStorageState(StorageState state) { - this.POHStorageState = state; - } + public void setPOHStorageState(StorageState state) { + this.POHStorageState = state; + } - /** + /** * The inventory. */ private final Container inventory = new Container(28).register(new InventoryListener(this)); @@ -854,10 +854,11 @@ public class Player extends Entity { getInterfaceManager().setChatbox(null); getPulseManager().clear(); getZoneMonitor().getZones().clear(); + getViewport().setCurrentPlane(RegionManager.forId(66666).getPlanes()[3]); playerFlags.setLastSceneGraph(null); playerFlags.setUpdateSceneGraph(false); - playerFlags.setLastViewport(new RegionChunk[MapChunkRenderer.BUILD_AREA_SIZE][MapChunkRenderer.BUILD_AREA_SIZE]); - renderInfo.getLocalNPCs().clear(); + playerFlags.setLastViewport(new RegionChunk[Viewport.CHUNK_SIZE][Viewport.CHUNK_SIZE]); + renderInfo.getLocalNpcs().clear(); renderInfo.getLocalPlayers().clear(); renderInfo.setLastLocation(null); renderInfo.setOnFirstCycle(true); @@ -890,8 +891,8 @@ public class Player extends Entity { * @param login If the player is logging in. */ public void updateSceneGraph(boolean login) { - Region region = getLocation().getRegion(); - if (region instanceof DynamicRegion) { + Region region = getViewport().getRegion(); + if (region instanceof DynamicRegion || region == null && (region = RegionManager.forId(location.getRegionId())) instanceof DynamicRegion) { PacketRepository.send(BuildDynamicScene.class, new DynamicSceneContext(this, login)); } else { PacketRepository.send(UpdateSceneGraph.class, new SceneGraphContext(this, login)); diff --git a/Server/src/main/core/game/node/entity/player/info/RenderInfo.java b/Server/src/main/core/game/node/entity/player/info/RenderInfo.java index b72c2fcc7..3aa6a7a07 100644 --- a/Server/src/main/core/game/node/entity/player/info/RenderInfo.java +++ b/Server/src/main/core/game/node/entity/player/info/RenderInfo.java @@ -28,7 +28,7 @@ public final class RenderInfo { /** * The list of local NPCs. */ - private List localNPCs = new LinkedList(); + private List localNpcs = new LinkedList(); /** * The appearance time stamps (in millisecond). @@ -89,16 +89,16 @@ public final class RenderInfo { * Gets the localNpcs. * @return The localNpcs. */ - public List getLocalNPCs() { - return localNPCs; + public List getLocalNpcs() { + return localNpcs; } /** * Sets the localNpcs. - * @param localNPCs The localNpcs to set. + * @param localNpcs The localNpcs to set. */ - public void setLocalNPCs(List localNPCs) { - this.localNPCs = localNPCs; + public void setLocalNpcs(List localNpcs) { + this.localNpcs = localNpcs; } /** diff --git a/Server/src/main/core/game/node/entity/player/info/Rights.java b/Server/src/main/core/game/node/entity/player/info/Rights.java index 169f69630..95009c23a 100644 --- a/Server/src/main/core/game/node/entity/player/info/Rights.java +++ b/Server/src/main/core/game/node/entity/player/info/Rights.java @@ -1,6 +1,7 @@ package core.game.node.entity.player.info; import core.game.node.entity.player.Player; +import core.ServerConstants; /** * Represent the rights of a player. @@ -24,6 +25,11 @@ public enum Rights { if (c != Rights.REGULAR_PLAYER && c != null) { return c.toInteger(); } + if (ServerConstants.IRONMAN) { + if (player.getIronmanManager().isIronman()) { + return player.getIronmanManager().getMode().getIcon(); + } + } return 0; } diff --git a/Server/src/main/core/game/node/entity/player/info/login/LoginConfiguration.java b/Server/src/main/core/game/node/entity/player/info/login/LoginConfiguration.java index 3ee6ec146..fb50ee051 100644 --- a/Server/src/main/core/game/node/entity/player/info/login/LoginConfiguration.java +++ b/Server/src/main/core/game/node/entity/player/info/login/LoginConfiguration.java @@ -128,14 +128,13 @@ public final class LoginConfiguration { Repository.getLobbyPlayers().remove(player); player.setPlaying(true); UpdateSequence.getRenderablePlayers().add(player); - RegionManager.move(player, null, player.getLocation()); + RegionManager.move(player); player.getMusicPlayer().init(); player.updateAppearance(); player.getPlayerFlags().setUpdateSceneGraph(true); player.getPacketDispatch().sendInterfaceConfig(226, 1, true); - if (player.getGlobalData().getTestStage() == 3 && !player.getEmoteManager().isUnlocked(Emotes.SAFETY_FIRST)) { - // TODO: port this to save version later. when you do, please also do this for the Explore emote, which has a similar problem (e.g. player_name.json has this). + if(player.getGlobalData().getTestStage() == 3 && !player.getEmoteManager().isUnlocked(Emotes.SAFETY_FIRST)){ player.getEmoteManager().unlock(Emotes.SAFETY_FIRST); } diff --git a/Server/src/main/core/game/node/entity/player/info/login/PlayerSaver.kt b/Server/src/main/core/game/node/entity/player/info/login/PlayerSaver.kt index ffac22bf9..351c8dc34 100644 --- a/Server/src/main/core/game/node/entity/player/info/login/PlayerSaver.kt +++ b/Server/src/main/core/game/node/entity/player/info/login/PlayerSaver.kt @@ -350,6 +350,7 @@ class PlayerSaver (val player: Player){ globalData.put("zafTime",player.savedData.globalData.zafTime.toString()) globalData.put("fritzGlass",player.savedData.globalData.isFritzGlass) globalData.put("wydinEmployee",player.savedData.globalData.isWydinEmployee) + globalData.put("draynorRecording",player.savedData.globalData.isDraynorRecording) globalData.put("geTutorial",player.savedData.globalData.isGeTutorial) globalData.put("essenceTeleporter",player.savedData.globalData.essenceTeleporter.toString()) globalData.put("recoilDamage",player.savedData.globalData.recoilDamage.toString()) diff --git a/Server/src/main/core/game/node/entity/player/info/login/SaveVersionHooks.kt b/Server/src/main/core/game/node/entity/player/info/login/SaveVersionHooks.kt index 98d48e6f1..f1d5e4819 100644 --- a/Server/src/main/core/game/node/entity/player/info/login/SaveVersionHooks.kt +++ b/Server/src/main/core/game/node/entity/player/info/login/SaveVersionHooks.kt @@ -2,12 +2,10 @@ package core.game.node.entity.player.info.login import content.data.Quests import content.global.skill.summoning.pet.Pets -import content.region.fremennik.diary.FremennikAchievementDiary.Companion.EasyTasks -import content.region.kandarin.quest.barbariantraining.BarbarianTraining +import content.region.kandarin.ardougne.quest.plaguecity.PlagueCity import core.ServerConstants import core.api.* import core.game.node.entity.player.Player -import core.game.node.entity.player.link.diary.DiaryType import core.game.node.item.Item import core.tools.Log import org.rs09.consts.Items @@ -99,20 +97,6 @@ class SaveVersionHooks : LoginListener { replaceAllItems(player, Items.ADAMANT_SHIELDH5_10678, Items.ADAMANT_SHIELDH5_7358) } - if (player.version < 5) { - // Migrate barbarian heavy rod training attribute - if (getAttribute(player, "/save:barbtraining:fishing", false)) { - removeAttribute(player, "/save:barbtraining:fishing") - setAttribute(player, BarbarianTraining.attributeRod, 1) - setVarbit(player, 3757, 1, true) - player.achievementDiaryManager.finishTask(player, DiaryType.FREMENNIK,0, EasyTasks.OTTO_GODBLESSED_LEARN_BARBARIAN_FISHING) - } - // Delete attribute for nonexistent barb hunting training - if (getAttribute(player, "/save:barbtraining:hunting", false)) { - removeAttribute(player, "/save:barbtraining:hunting") - } - } - // Finish up player.version = ServerConstants.CURRENT_SAVEFILE_VERSION } diff --git a/Server/src/main/core/game/node/entity/player/link/GlobalData.java b/Server/src/main/core/game/node/entity/player/link/GlobalData.java index 3565b4309..62873b245 100644 --- a/Server/src/main/core/game/node/entity/player/link/GlobalData.java +++ b/Server/src/main/core/game/node/entity/player/link/GlobalData.java @@ -94,6 +94,11 @@ public final class GlobalData { */ private boolean wydinEmployee; + /** + * Represents if the draynor recording has been seen. + */ + private boolean draynorRecording; + /** * Represents if the ge tutorial has been done. */ @@ -308,6 +313,7 @@ public final class GlobalData { zafTime = Long.parseLong(data.get("zafTime").toString()); fritzGlass = (boolean) data.get("fritzGlass"); wydinEmployee = (boolean) data.get("wydinEmployee"); + draynorRecording = (boolean) data.get("draynorRecording"); geTutorial = (boolean) data.get("geTutorial"); essenceTeleporter = Integer.parseInt( data.get("essenceTeleporter").toString()); recoilDamage = Integer.parseInt( data.get("recoilDamage").toString()); @@ -655,6 +661,22 @@ public final class GlobalData { return zafTime; } + /** + * Gets the draynorRecording. + * @return The draynorRecording. + */ + public boolean isDraynorRecording() { + return draynorRecording; + } + + /** + * Sets the draynorRecording. + * @param draynorRecording The draynorRecording to set. + */ + public void setDraynorRecording(boolean draynorRecording) { + this.draynorRecording = draynorRecording; + } + /** * Gets the wydinEmployee. * @return The wydinEmployee. diff --git a/Server/src/main/core/game/node/entity/player/link/PacketDispatch.java b/Server/src/main/core/game/node/entity/player/link/PacketDispatch.java index cacbe4b67..de6bb8233 100644 --- a/Server/src/main/core/game/node/entity/player/link/PacketDispatch.java +++ b/Server/src/main/core/game/node/entity/player/link/PacketDispatch.java @@ -7,7 +7,6 @@ import core.game.system.task.Pulse; import core.game.world.GameWorld; import core.game.world.map.Location; import core.game.world.map.RegionManager; -import core.game.world.repository.Repository; import core.game.world.update.flag.chunk.AnimateObjectUpdateFlag; import core.game.world.update.flag.context.Animation; import core.game.world.update.flag.context.Graphics; @@ -180,10 +179,9 @@ public final class PacketDispatch { } /** - * Queues the player for disconnection and sends the logout packet. + * Send the logout packet. */ public void sendLogout() { - Repository.getDisconnectionQueue().add(player); PacketRepository.send(Logout.class, getContext()); } diff --git a/Server/src/main/core/game/node/entity/player/link/diary/DiaryType.java b/Server/src/main/core/game/node/entity/player/link/diary/DiaryType.java index 0b1ebd91b..8a8e51827 100644 --- a/Server/src/main/core/game/node/entity/player/link/diary/DiaryType.java +++ b/Server/src/main/core/game/node/entity/player/link/diary/DiaryType.java @@ -1,8 +1,8 @@ package core.game.node.entity.player.link.diary; import core.game.node.entity.player.Player; -import core.game.node.item.Item; import org.rs09.consts.Items; +import core.game.node.item.Item; /** * An achievement diary type. @@ -118,7 +118,7 @@ public enum DiaryType { "Select a colour for a new kitten", // TODO need ring of charos(a) and garden of tranquility to start "Use the shortcut under the wall, north-west of the Grand

Exchange", "Enter the A Soul's Bane rift", - "Teleport to the Digsite using a Digsite pendant", + "Teleport to the Digsite using a Digsite pendant", // TODO need Digsite and museum "Craft an earth tiara on the Earth Altar", "Pickpocket a guard in the Varrock Palace courtyard", "Use the teleport to Varrock spell", @@ -140,7 +140,7 @@ public enum DiaryType { "Craft an air battlestaff", "Give your player-owned house a tropical wood or fancy stone

finish at the Varrock estate agent's", "Make a Varrock teleport tablet on a mahogany lectern", - "Obtain a new set of Family Crest gauntlets from Dimintheis", + "Obtain a new set of Family Crest gauntlets from Dimintheis", // TODO need family crest "Make a Waka Canoe near Edgeville", "Use the Home Teleport spell in the Ancient Magicks spellbook

to teleport to Edgeville", "Use the skull sceptre to teleport to Barbarian Village" @@ -348,7 +348,7 @@ public enum DiaryType { "Kill five rock crabs on the shore near Rellekka or on

Waterbirth Island", "Find the highest tree on the Fremennik mainland", "View the rewards in the Barbarian Assault tutorial", // TODO: Move this to appropriate dialogue once Barbarian Assault is implemented - "Speak to Otto Godblessed about barbarian training", + "Speak to Otto Godblessed about barbarian training", // TODO: Move this to an appropriate point once the entirety of Barbarian training is implemented "Collect three seaweed from the shore north-east of Rellekka", "Find the Hunting Expert on the northern ice plains", // TODO: Transcribe the appropriate authentic dialogue for this NPC. Mockup dialogue implemented as a bandaid. "Catch a fish off one of Rellekka's piers", // TODO: Make this check for any Fishing Spots within the Rellekkan region ID list. Currently only checks the "Cage/Harpoon" Fishing spots at the northeastern most pier. @@ -369,14 +369,14 @@ public enum DiaryType { "Steal a fish from the fishing stall in the Rellekka

marketplace" // TODO }, { - "Kill three dagannoths in the first layer of the Waterbirth

Island Dungeon", + "Kill three dagannoths in the first layer of the Waterbirth

Island Dungeon", // TODO "Wear rockshell, spined or skeletal armour and have the

locals use an honorific with your Fremennik name", // TODO "Complete the Barbarian Outpost Agility Course", // TODO "Mine pure essence on Lunar Isle", // TODO - "Make a barbarian pyre ship from arctic pine", - "Catch a tuna without a harpoon", + "Make a barbarian pyre ship from arctic pine", // TODO + "Catch a tuna without a harpoon", // TODO "Bake a pie using Magic", // TODO - "Kill a Mithril dragon", + "Kill a Mithril dragon", // TODO "Get mahogany from your Etceterian subjects" // TODO } }, diff --git a/Server/src/main/core/game/node/entity/player/link/emote/Emotes.java b/Server/src/main/core/game/node/entity/player/link/emote/Emotes.java index 40ba72ab1..2bda2ca57 100644 --- a/Server/src/main/core/game/node/entity/player/link/emote/Emotes.java +++ b/Server/src/main/core/game/node/entity/player/link/emote/Emotes.java @@ -106,7 +106,7 @@ public enum Emotes { @Override public void play(Player player) { if(player.getLocation().getRegionId() == 13206 && !player.getAttribute("mistag-greeted", false)) { - RegionManager.getLocalNPCs(player.getLocation()).forEach(npc -> { + RegionManager.getLocalNpcs(player).forEach(npc -> { if (npc.getId() == 2084 && npc.getLocation().withinDistance(player.getLocation(), 3) && player.getQuestRepository().getQuest(Quests.THE_LOST_TRIBE).getStage(player) == 45) { player.getDialogueInterpreter().open(2084,npc,"greeting"); player.setAttribute("/save:mistag-greeted",true); @@ -422,4 +422,4 @@ public enum Emotes { return lockedMessage; } -} +} \ No newline at end of file diff --git a/Server/src/main/core/game/node/entity/player/link/prayer/Prayer.java b/Server/src/main/core/game/node/entity/player/link/prayer/Prayer.java index b11eac8b2..8dcdf8265 100644 --- a/Server/src/main/core/game/node/entity/player/link/prayer/Prayer.java +++ b/Server/src/main/core/game/node/entity/player/link/prayer/Prayer.java @@ -112,16 +112,15 @@ public final class Prayer { killer.getImpactHandler().manualHit(player, 1 + RandomFunction.randomize(maximum), HitsplatType.NORMAL); } if (player.getProperties().isMultiZone()) { - List targets; + @SuppressWarnings("rawtypes") + List targets = null; if (killer instanceof NPC) { - targets = RegionManager.getLocalNPCs(player.getLocation(), 1); + targets = RegionManager.getSurroundingNPCs(player, player, killer); } else { - targets = RegionManager.getLocalPlayers(player.getLocation(), 1); + targets = RegionManager.getSurroundingPlayers(player, player, killer); } - for (Entity entity : targets) { - if (entity == player || entity == killer) { - continue; - } + for (Object o : targets) { + Entity entity = (Entity) o; if (entity.isAttackable(player, CombatStyle.MAGIC, false)) { entity.getImpactHandler().manualHit(player, 1 + RandomFunction.randomize(maximum), HitsplatType.NORMAL); } diff --git a/Server/src/main/core/game/node/entity/skill/Skills.java b/Server/src/main/core/game/node/entity/skill/Skills.java index 0985d1671..c545ed949 100644 --- a/Server/src/main/core/game/node/entity/skill/Skills.java +++ b/Server/src/main/core/game/node/entity/skill/Skills.java @@ -1,32 +1,34 @@ package core.game.node.entity.skill; -import content.global.handlers.item.equipment.brawling_gloves.BrawlingGloves; -import content.global.handlers.item.equipment.brawling_gloves.BrawlingGlovesManager; import content.global.skill.skillcapeperks.SkillcapePerks; import core.ServerConstants; import core.game.event.DynamicSkillLevelChangeEvent; import core.game.event.XPGainEvent; +import content.global.handlers.item.equipment.brawling_gloves.BrawlingGloves; +import content.global.handlers.item.equipment.brawling_gloves.BrawlingGlovesManager; import core.game.node.entity.Entity; import core.game.node.entity.combat.ImpactHandler; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; -import core.game.node.entity.player.info.PlayerMonitor; import core.game.node.entity.player.link.request.assist.AssistSession; import core.game.node.item.Item; -import core.game.world.GameWorld; -import core.game.world.repository.Repository; import core.net.packet.PacketRepository; import core.net.packet.context.SkillContext; import core.net.packet.out.SkillLevel; -import core.plugin.CorePluginTypes.XPGainPlugins; import kotlin.Pair; import org.json.simple.JSONArray; import org.json.simple.JSONObject; +import core.game.node.entity.player.info.PlayerMonitor; +import core.game.world.GameWorld; +import core.game.world.repository.Repository; +import core.plugin.CorePluginTypes.XPGainPlugins; import org.rs09.consts.Items; +import org.rs09.consts.Sounds; import java.util.ArrayList; import static core.api.ContentAPIKt.getWorldTicks; +import static core.api.ContentAPIKt.playAudio; import static java.lang.Math.floor; import static java.lang.Math.max; @@ -41,6 +43,11 @@ public final class Skills { */ public double experienceMultiplier = 1.0; + /** + * The maximum experience multiplier. + */ + public static final double MAX_EXPERIENCE_MOD = 60.0; + /** * Represents an array of skill names. */ @@ -247,9 +254,9 @@ public final class Skills { staticLevels[slot] = newLevel; if (entity instanceof Player) { - player.updateAppearance(); - LevelUp.levelup(player, slot, amount); - updateCombatLevel(); + player.updateAppearance(); + LevelUp.levelup(player, slot, amount); + updateCombatLevel(); } } if (entity instanceof Player) { @@ -283,6 +290,46 @@ public final class Skills { //Keywords for people ctrl + Fing the project //xprate xp rate xp multiplier skilling rate return experienceMultiplier; + /*if (!(entity instanceof Player)) { + return 1.0; + } + double mod = multiplyer ? (EXPERIENCE_MULTIPLIER) : 1; + Player p = (Player) entity; + if (p.getIronmanManager().getMode() == IronmanMode.ULTIMATE) { + mod /= 4; + } else if (p.getIronmanManager().getMode() == IronmanMode.STANDARD) { + mod /= 2; + } + //A boost for combat skills that are under level 65. + if(entity instanceof Player && !this.hasLevel(slot, 65) && isCombat(slot)){ + mod *= 1.5; + } + //Grand Exchange region XP boost. + if(entity.getViewport().getRegion().getRegionId() == 12598){ + mod += 1.5; + } + // Pest control, XP halved during the game + if (entity.getViewport().getRegion().getRegionId() == 10536) { + mod *= .5; + } + if (SystemManager.getSystemConfig().isDoubleExp()) { + mod *= 2; + } + if (HolidayEvent.getCurrent() != null) { + HolidayEvent.getCurrent().addExperience(p, slot, experience); + } + p.getAntiMacroHandler().registerExperience(slot, experience); + if (TutorialSession.getExtension(p).getStage() < TutorialSession.MAX_STAGE) { + mod = 1.0; + } else { + if (playerMod && p.getExperienceMod() != 0.0) { + mod *= p.getExperienceMod(); + } + } + if (mod > MAX_EXPERIENCE_MOD ) { + return MAX_EXPERIENCE_MOD; + } + return mod;*/ } /** @@ -676,6 +723,9 @@ public final class Skills { if (prayerPoints < 0) { prayerPoints = 0; } + // if (prayerPoints > staticLevels[PRAYER]) { + // prayerPoints = staticLevels[PRAYER]; + // } if (entity instanceof Player) { PacketRepository.send(SkillLevel.class, new SkillContext((Player) entity, PRAYER)); } @@ -778,7 +828,7 @@ public final class Skills { */ public int getMasteredSkills() { int count = 0; - for (int i = 0; i < staticLevels.length; i++) { + for (int i = 0; i < 23; i++) { if (getStaticLevel(i) >= 99) { count++; } diff --git a/Server/src/main/core/game/node/item/GroundItemManager.java b/Server/src/main/core/game/node/item/GroundItemManager.java index 98bc91ee3..464dbbe25 100644 --- a/Server/src/main/core/game/node/item/GroundItemManager.java +++ b/Server/src/main/core/game/node/item/GroundItemManager.java @@ -3,7 +3,6 @@ package core.game.node.item; import core.game.node.entity.player.Player; import core.game.world.GameWorld; import core.game.world.map.Location; -import core.game.world.map.RegionChunk; import core.game.world.map.RegionManager; import core.game.world.update.flag.chunk.ItemUpdateFlag; import core.net.packet.PacketRepository; @@ -82,7 +81,7 @@ public final class GroundItemManager { item.getPlugin().remove(item.getDropper(), item, ItemPlugin.DROP); } item.setRemoved(false); - RegionManager.getRegionChunk(item.getLocation()).add(item); + RegionManager.getRegionPlane(item.getLocation()).add(item); if (GROUND_ITEMS.add(item)) { return item; } @@ -98,7 +97,7 @@ public final class GroundItemManager { return null; } GROUND_ITEMS.remove(item); - RegionManager.getRegionChunk(item.getLocation()).remove(item); + RegionManager.getRegionPlane(item.getLocation()).remove(item); if (item.isAutoSpawn()) { item.respawn(); } @@ -113,18 +112,7 @@ public final class GroundItemManager { * @return The ground item, or {@code null} if the ground item wasn't found. */ public static GroundItem get(int itemId, Location location, Player player) { - RegionChunk chunk = RegionManager.getRegionChunk(location); - for (GroundItem item : chunk.getItems()) { - if (item.getId() == itemId && location.equals(item.getLocation()) && !item.isRemoved()) { - if (!item.isPrivate()) { - return item; - } - if (player != null && item.droppedBy(player)) { - return item; - } - } - } - return null; + return RegionManager.getRegionPlane(location).getItem(itemId, location, player); } /** @@ -167,7 +155,7 @@ public final class GroundItemManager { } } if (!item.isRemoved()) { - RegionManager.getRegionChunk(item.getLocation()).remove(item); + RegionManager.getRegionPlane(item.getLocation()).remove(item); } } else if (!item.isRemainPrivate() && item.getDecayTime() - GameWorld.getTicks() == 100) { RegionManager.getRegionChunk(item.getLocation()).flag(new ItemUpdateFlag(item, ItemUpdateFlag.CONSTRUCT_TYPE)); diff --git a/Server/src/main/core/game/node/item/Item.java b/Server/src/main/core/game/node/item/Item.java index c95077106..086784cf6 100644 --- a/Server/src/main/core/game/node/item/Item.java +++ b/Server/src/main/core/game/node/item/Item.java @@ -135,19 +135,6 @@ public class Item extends Node{ return getId(); } - /** - * Converts noted items into unnoted items. - * - * @return The unnoted version of the item. Returns the original Item if already unnoted. - */ - public Item toUnnotedItem() { - if (definition.isUnnoted()) { - return this; - } else { - return new Item(definition.getNoteId(), getAmount(), getCharge()); - } - } - /** * @return the id */ diff --git a/Server/src/main/core/game/node/scenery/Scenery.java b/Server/src/main/core/game/node/scenery/Scenery.java index ebd6676d3..9594a7f26 100644 --- a/Server/src/main/core/game/node/scenery/Scenery.java +++ b/Server/src/main/core/game/node/scenery/Scenery.java @@ -10,7 +10,6 @@ import core.game.node.entity.player.Player; import core.game.system.task.Pulse; import core.game.world.map.Direction; import core.game.world.map.Location; -import core.tools.Log; import org.jetbrains.annotations.NotNull; import java.util.ArrayList; @@ -22,6 +21,7 @@ import static core.api.ContentAPIKt.*; * @author Emperor */ public class Scenery extends Node { + /** * The object id. */ @@ -71,39 +71,7 @@ public class Scenery extends Node { * The scenery wrapper (used for object configurations). */ private Scenery wrapper; - - public enum Layer { - WALL, - WALL_DECOR, - GROUND, - GROUND_DECOR - } - /** - * @return the authentic client scenery layer - */ - public Layer getLayer() { - if (type <= 3 || type == 9) { // walls - return Layer.WALL; - } - if (type <= 8) { // wall decors - return Layer.WALL_DECOR; - } - if (type <= 11) { // scenery - return Layer.GROUND; - } - if (type <= 17) { // roofs, same layer as scenery - return Layer.GROUND; - } - if (type <= 21) { // roof edges, same layer as scenery - return Layer.GROUND; - } - if (type == 22) { // ground decors - return Layer.GROUND_DECOR; - } - log(this.getClass(), Log.ERR, "Invalid scenery type " + type); - return null; - } - + /** * Constructs a new scenery. * @param id The object id. diff --git a/Server/src/main/core/game/node/scenery/SceneryBuilder.java b/Server/src/main/core/game/node/scenery/SceneryBuilder.java index db45f8942..3dac14bf0 100644 --- a/Server/src/main/core/game/node/scenery/SceneryBuilder.java +++ b/Server/src/main/core/game/node/scenery/SceneryBuilder.java @@ -15,12 +15,15 @@ import static core.api.ContentAPIKt.log; /** * An aiding class for object constructing/removing. + * * @author Emperor */ public final class SceneryBuilder { + /** * Replaces a scenery. - * @param remove The object to remove. + * + * @param remove The object to remove. * @param construct The object to add. * @return {@code True} if successful. */ @@ -31,9 +34,9 @@ public final class SceneryBuilder { /** * Replaces a scenery. * - * @param remove The object to remove. + * @param remove The object to remove. * @param construct The object to add. - * @param clip If clipping should be adjusted. + * @param clip If clipping should be adjusted. * @return {@code True} if successful. */ public static boolean replace(Scenery remove, Scenery construct, boolean clip, boolean permanent) { @@ -68,8 +71,9 @@ public final class SceneryBuilder { /** * Replaces the object client sided alone. - * @param remove The object to remove. - * @param construct The object to replace with. + * + * @param remove The object to remove. + * @param construct The object to replace with. * @param restoreTicks The restoration ticks. * @return {@code True} if successful. */ @@ -89,8 +93,9 @@ public final class SceneryBuilder { /** * Replaces a scenery temporarily. - * @param remove The object to remove. - * @param construct The object to add. + * + * @param remove The object to remove. + * @param construct The object to add. * @param restoreTicks The amount of ticks before the object gets restored. * @return {@code True} if successful. */ @@ -100,8 +105,9 @@ public final class SceneryBuilder { /** * Replaces a scenery temporarily. - * @param remove The object to remove. - * @param construct The object to add. + * + * @param remove The object to remove. + * @param construct The object to add. * @param restoreTicks The amount of ticks before the object gets restored. * @return {@code True} if successful. */ @@ -145,6 +151,7 @@ public final class SceneryBuilder { /** * Adds a scenery. + * * @param object The object to add. * @return {@code True} if successful. */ @@ -154,8 +161,10 @@ public final class SceneryBuilder { /** * Adds a scenery. + * * @param object The object to add. - * @param ticks The amount of ticks this object should last for (-1 for permanent). + * @param ticks The amount of ticks this object should last for (-1 for + * permanent). * @return {@code True} if successful. */ public static Constructed add(Scenery object, int ticks, final GroundItem... items) { @@ -180,8 +189,32 @@ public final class SceneryBuilder { return constructed; } + /** + * Removes all objects within a box + * @param objectId - the object id to remove + * @param southWest + * @param northEast + * @return + */ + public static boolean removeAll(int objectId, Location southWest, Location northEast) { + if (southWest.getX() > northEast.getX() || southWest.getY() > northEast.getY()) + return false; + + int differenceX = northEast.getX() - southWest.getX(); + int differenceY = northEast.getY() - southWest.getY(); + + for (int x = 0; x <= differenceX; x++) { + for (int y = 0; y <= differenceY; y++){ + Scenery object = new Scenery(objectId, Location.create(southWest.getX() + x, southWest.getY() + y, southWest.getZ())); + remove(object); + } + } + return true; + } + /** * Removes a scenery. + * * @param object The object to remove. * @return {@code True} if successful. */ @@ -200,18 +233,21 @@ public final class SceneryBuilder { /** * Removes a scenery. - * @param object the object. + * + * @param object the object. * @param respawnTicks the respawn ticks. * @return {@code True}if removed. */ public static boolean remove(final Scenery object, int respawnTicks) { if (remove(object)) { GameWorld.getPulser().submit(new Pulse(respawnTicks) { + @Override public boolean pulse() { add(object); return true; } + }); return true; } @@ -220,7 +256,8 @@ public final class SceneryBuilder { /** * Updates the scenery on all the player's screen. - * @param objects The sceneries. + * + * @param objects The scenerys. */ public static void update(Scenery... objects) { for (Scenery o : objects) { diff --git a/Server/src/main/core/game/requirement/Requirement.kt b/Server/src/main/core/game/requirement/Requirement.kt index 52ac0105c..d43b68dac 100644 --- a/Server/src/main/core/game/requirement/Requirement.kt +++ b/Server/src/main/core/game/requirement/Requirement.kt @@ -126,7 +126,7 @@ enum class QuestRequirements(val quest: Quests, vararg val requirements: Require HORROR_DEEP (Quests.HORROR_FROM_THE_DEEP, SkillReq(Skills.AGILITY, 35, true)), THRONE (Quests.THRONE_OF_MISCELLANIA, QuestReq(HERO), QuestReq(FREM_TRIALS)), MONKEY (Quests.MONKEY_MADNESS, QuestReq(GRAND_TREE), QuestReq(GNOME_VILLAGE)), - MINE (Quests.HAUNTED_MINE, QuestReq(PRIEST), SkillReq(Skills.CRAFTING, 35, true), SkillReq(Skills.AGILITY, 15, true)), + MINE (Quests.HAUNTED_MINE, QuestReq(PRIEST), SkillReq(Skills.CRAFTING, 35, true)), TROLL_ROMANCE (Quests.TROLL_ROMANCE, QuestReq(TROLL_STRONGHOLD), SkillReq(Skills.AGILITY, 28, true)), SEARCH_MYREQUE (Quests.IN_SEARCH_OF_THE_MYREQUE, QuestReq(NATURE_SPIRIT), SkillReq(Skills.AGILITY, 25, true)), FENKENSTRAIN (Quests.CREATURE_OF_FENKENSTRAIN, QuestReq(PRIEST), QuestReq(RESTLESS_GHOST), SkillReq(Skills.THIEVING, 25, true), SkillReq(Skills.CRAFTING, 20, true)), @@ -197,6 +197,5 @@ enum class QuestRequirements(val quest: Quests, vararg val requirements: Require SEERGAZE (Quests.LEGACY_OF_SEERGAZE, QuestReq(HALLOWVALE), SkillReq(Skills.AGILITY, 29), SkillReq(Skills.CONSTRUCTION, 20), SkillReq(Skills.CRAFTING, 47), SkillReq(Skills.FIREMAKING, 40), SkillReq(Skills.MAGIC, 49), SkillReq(Skills.MINING, 35), SkillReq(Skills.SLAYER, 31)), SMOKING_KILLS (Quests.SMOKING_KILLS, QuestReq(RESTLESS_GHOST), QuestReq(ICTHLARIN), SkillReq(Skills.CRAFTING, 25), SkillReq(Skills.SLAYER, 35)), WHILE_GUTHIX_SLEEPS (Quests.WHILE_GUTHIX_SLEEPS, SkillReq(Skills.SUMMONING, 23), SkillReq(Skills.HUNTER, 55), SkillReq(Skills.THIEVING, 60), SkillReq(Skills.DEFENCE, 65), SkillReq(Skills.FARMING, 65), SkillReq(Skills.HERBLORE, 65), SkillReq(Skills.MAGIC, 75), QuestReq(DEFENDER_VARROCK), QuestReq(DREAM_MENTOR), QuestReq(SAND), QuestReq(KINGS_RANSOM), QuestReq(LEGEND), QuestReq(MEP_2), QuestReq(PATH_GLOUPHRIE), QuestReq(RFD), QuestReq(SUMMERS_END), QuestReq(SWAN), QuestReq(TEARS_OF_GUTHIX), QuestReq(ZOGRE)), - ALL_FIRED_UP (Quests.ALL_FIRED_UP, QuestReq(PRIEST), SkillReq(Skills.FIREMAKING, 43)), - KENNITHS_CONCERNS (Quests.KENNITHS_CONCERNS, QuestReq(SLUG_MENACE), SkillReq(Skills.MINING, 46)), + ALL_FIRED_UP (Quests.ALL_FIRED_UP, QuestReq(PRIEST), SkillReq(Skills.FIREMAKING, 43)) } diff --git a/Server/src/main/core/game/shops/Shop.kt b/Server/src/main/core/game/shops/Shop.kt index 8953a4163..9d8425993 100644 --- a/Server/src/main/core/game/shops/Shop.kt +++ b/Server/src/main/core/game/shops/Shop.kt @@ -24,23 +24,15 @@ import kotlin.math.roundToInt data class ShopItem(var itemId: Int, var amount: Int, val restockRate: Int = 100) -typealias ShopItemView = (Player, Item) -> Item? - -private val defaultShopItemView: ShopItemView = { _, item -> item } - -class ShopListener(val player: Player, private val itemView: ShopItemView = defaultShopItemView) : ContainerListener +class ShopListener(val player: Player) : ContainerListener { - fun view(item: Item): Item? = itemView(player, item) - - private fun view(items: Array): Array = items.map { it?.let(::view) }.toTypedArray() - var enabled = false override fun update(c: Container?, event: ContainerEvent?) { - PacketRepository.send(ContainerPacket::class.java, ContainerContext(player, -1, -1, 92, view(event!!.items), false, *event.slots)) + PacketRepository.send(ContainerPacket::class.java, ContainerContext(player, -1, -1, 92, event!!.items, false, *event.slots)) } override fun refresh(c: Container?) { - PacketRepository.send(ContainerPacket::class.java, ContainerContext(player, -1, -1, 92, view(c!!.toArray()), c.capacity(), false)) + PacketRepository.send(ContainerPacket::class.java, ContainerContext(player, -1, -1, 92, c!!.toArray(), c.capacity(), false)) } } @@ -56,12 +48,9 @@ class Shop(val title: String, val stock: Array, val general: Boolean = stockInstances[ServerConstants.SERVER_NAME.hashCode()] = generateStockContainer() } - @JvmOverloads - fun openFor(player: Player, itemView: ShopItemView = defaultShopItemView) + fun openFor(player: Player) { val cont = getContainer(player) - listenerInstances[player.details.uid]?.let(cont.listeners::remove) - listenerInstances[player.details.uid] = ShopListener(player, itemView) setInterfaceText(player, title, 620, 22) setAttribute(player, "shop", this) setAttribute(player, "shop-cont", cont) @@ -128,14 +117,6 @@ class Shop(val title: String, val stock: Array, val general: Boolean = return container } - fun getVisibleStockItem(player: Player, slot: Int): Item? - { - val container = getAttribute(player, "shop-cont", null) ?: return null - val item = container[slot] ?: return null - val listener = listenerInstances[player.details.uid] ?: return item - return listener.view(item) - } - private fun generateStockContainer(): Container { val container = Container(40, ContainerType.SHOP) @@ -181,20 +162,15 @@ class Shop(val title: String, val stock: Array, val general: Boolean = player.sendMessage("That item doesn't appear to be there anymore. Please try again.") return Item(-1, -1) } - val visibleItem = if (isMainStock) getVisibleStockItem(player, slot) else item - if (visibleItem == null) { - player.sendMessage("That item doesn't appear to be there anymore. Please try again.") - return Item(-1, -1) - } val price = when(currency) { - Items.TOKKUL_6529 -> visibleItem.definition.getConfiguration(ItemConfigParser.TOKKUL_PRICE, 1) - Items.ARCHERY_TICKET_1464 -> visibleItem.definition.getConfiguration(ItemConfigParser.ARCHERY_TICKET_PRICE, 1) - Items.CASTLE_WARS_TICKET_4067 -> visibleItem.definition.getConfiguration(ItemConfigParser.CASTLE_WARS_TICKET_PRICE, 1) + Items.TOKKUL_6529 -> item.definition.getConfiguration(ItemConfigParser.TOKKUL_PRICE, 1) + Items.ARCHERY_TICKET_1464 -> item.definition.getConfiguration(ItemConfigParser.ARCHERY_TICKET_PRICE, 1) + Items.CASTLE_WARS_TICKET_4067 -> item.definition.getConfiguration(ItemConfigParser.CASTLE_WARS_TICKET_PRICE, 1) else -> { - val fixedPrice = fixedPriceItems[visibleItem.id] - fixedPrice ?: getGPCost(Item(visibleItem.id, 1), + val fixedPrice = fixedPriceItems[item.id] + fixedPrice ?: getGPCost(Item(item.id, 1), if (isMainStock) stock[item.slot].amount else playerStock[slot].amount, if (isMainStock) item.amount else playerStock[slot].amount) } @@ -305,9 +281,7 @@ class Shop(val title: String, val stock: Array, val general: Boolean = } val cont = if (isMainStock) (getAttribute(player, "shop-cont", null) ?: return TransactionStatus.Failure("Invalid shop-cont attr")) else playerStock val inStock = cont[slot] - val visibleItem = if (isMainStock) getVisibleStockItem(player, slot) else inStock - if (visibleItem == null) return TransactionStatus.Failure("Shop item is not available to this player") - val item = Item(visibleItem.id, amount) + val item = Item(inStock.id, amount) if(inStock.amount < amount) item.amount = inStock.amount if (item.amount > player.inventory.getMaximumAdd(item)) @@ -499,9 +473,7 @@ class Shop(val title: String, val stock: Array, val general: Boolean = // Items with fixed prices that don't fluctuate based on stock (both buy & sell price) val fixedPriceItems = mapOf( Items.SPIRIT_SHARDS_12183 to 25, - Items.POUCH_12155 to 1, - Items.MAGIC_CAPE_9762 to 99000, - Items.MAGIC_CAPET_9763 to 99000 + Items.POUCH_12155 to 1 ) } @@ -509,4 +481,4 @@ class Shop(val title: String, val stock: Array, val general: Boolean = class Success : TransactionStatus() class Failure(val reason: String) : TransactionStatus() } -} +} \ No newline at end of file diff --git a/Server/src/main/core/game/shops/Shops.kt b/Server/src/main/core/game/shops/Shops.kt index 49948ad28..b79b354f2 100644 --- a/Server/src/main/core/game/shops/Shops.kt +++ b/Server/src/main/core/game/shops/Shops.kt @@ -189,11 +189,10 @@ class Shops : StartupListener, TickListener, InteractionListener, InterfaceListe } val price = shop.getBuyPrice(player, slot) - val visibleItem = if (isMainStock) shop.getVisibleStockItem(player, slot) else shop.playerStock[slot] when(opcode) { - OP_VALUE -> if (visibleItem != null && price.id != -1) sendMessage(player, "${getItemName(visibleItem.id)}: This item currently costs ${price.amount} ${price.name.lowercase()}.") + OP_VALUE -> sendMessage(player, "${getItemName(if (isMainStock) shop.stock[slot].itemId else shop.playerStock[slot].id)}: This item currently costs ${price.amount} ${price.name.lowercase()}.") OP_BUY_1 -> shop.buy(player, slot, 1) OP_BUY_5 -> shop.buy(player, slot, 5) OP_BUY_10 -> shop.buy(player, slot, 10) @@ -201,7 +200,7 @@ class Shops : StartupListener, TickListener, InteractionListener, InterfaceListe val amt = value as Int shop.buy(player, slot, amt) } - OP_EXAMINE -> if (visibleItem != null) sendMessage(player, itemDefinition(visibleItem.id).examine) + OP_EXAMINE -> sendMessage(player, itemDefinition(if (isMainStock) shop.stock[slot].itemId else shop.playerStock[slot].id).examine) } return@on true diff --git a/Server/src/main/core/game/system/SystemTermination.java b/Server/src/main/core/game/system/SystemTermination.java index 813b16fe3..a1557f381 100644 --- a/Server/src/main/core/game/system/SystemTermination.java +++ b/Server/src/main/core/game/system/SystemTermination.java @@ -45,10 +45,6 @@ public final class SystemTermination { log(this.getClass(), Log.INFO, "Stopping all bots..."); AIRepository.clearAllBots(); Server.getReactor().terminate(); - if (Server.getWebSocketServer() != null) { - Server.getWebSocketServer().stop(1000, "Server shutting down"); - Server.setWebSocketServer(null); - } log(this.getClass(), Log.INFO, "Stopping all pulses..."); GameWorld.getMajorUpdateWorker().stop(); for (Iterator it = Repository.getPlayers().iterator(); it.hasNext();) { diff --git a/Server/src/main/core/game/system/command/MapDumpCommand.kt b/Server/src/main/core/game/system/command/MapDumpCommand.kt index a837ba4a1..2743af899 100644 --- a/Server/src/main/core/game/system/command/MapDumpCommand.kt +++ b/Server/src/main/core/game/system/command/MapDumpCommand.kt @@ -1,6 +1,7 @@ package core.game.system.command import core.game.node.entity.player.Player +import core.game.system.command.CommandSet import core.game.world.map.Location import core.game.world.map.RegionManager import core.plugin.Initializable @@ -33,7 +34,7 @@ class MapDumpCommand : CommandPlugin() { for (x in 0 until xmax - 1) { for (y in 0 until ymax - 1) { for (z in 0 until zmax - 1) { - val temp = RegionManager.getObject(x, y, z) + val temp = RegionManager.getObject(z, x, y) if (temp != null) { GameObjectMap[Location(x, y, z)] = temp.id } diff --git a/Server/src/main/core/game/system/command/oldsys/VisualCommand.kt b/Server/src/main/core/game/system/command/oldsys/VisualCommand.kt index 17d98c883..fc2a08c28 100644 --- a/Server/src/main/core/game/system/command/oldsys/VisualCommand.kt +++ b/Server/src/main/core/game/system/command/oldsys/VisualCommand.kt @@ -197,7 +197,7 @@ class VisualCommand : CommandPlugin() { return true } location = if (args.size > 2) Location.create(args[1]!!.toInt(), args[2]!!.toInt(), player!!.location.z) else player!!.location - `object` = RegionManager.getObject(location!!) + `object` = RegionManager.getObject(location) if (`object` == null) { player!!.debug("error: object not found in region cache.") return true diff --git a/Server/src/main/core/game/system/command/rottenpotato/RottenPotatoExtraDialogue.kt b/Server/src/main/core/game/system/command/rottenpotato/RottenPotatoExtraDialogue.kt index 8281ef994..5528ecf20 100644 --- a/Server/src/main/core/game/system/command/rottenpotato/RottenPotatoExtraDialogue.kt +++ b/Server/src/main/core/game/system/command/rottenpotato/RottenPotatoExtraDialogue.kt @@ -62,7 +62,7 @@ class RottenPotatoExtraDialogue(player: Player? = null) : core.game.dialogue.Dia end() sendInputDialogue(player, InputType.STRING_LONG,"Enter the chat message:"){ value -> val msg = value as String - RegionManager.getLocalNPCs(player.location).forEach { + RegionManager.getLocalNpcs(player).forEach { it.sendChat(msg) } } @@ -71,7 +71,7 @@ class RottenPotatoExtraDialogue(player: Player? = null) : core.game.dialogue.Dia //Kill all nearby NPCs 5 -> { end() - RegionManager.getLocalNPCs(player.location).forEach { + RegionManager.getLocalNpcs(player).forEach { it.finalizeDeath(player) } } diff --git a/Server/src/main/core/game/system/command/sets/CameraViewerCommandSet.kt b/Server/src/main/core/game/system/command/sets/CameraViewerCommandSet.kt deleted file mode 100644 index 235861121..000000000 --- a/Server/src/main/core/game/system/command/sets/CameraViewerCommandSet.kt +++ /dev/null @@ -1,151 +0,0 @@ -package core.game.system.command.sets - -import core.api.* -import core.api.utils.PlayerCamera -import core.game.component.Component -import core.game.interaction.InterfaceListener -import core.game.node.entity.player.Player -import core.game.system.command.Privilege -import core.game.world.map.Location -import core.game.world.update.flag.context.Graphics -import core.plugin.Initializable - -/** - * To view camera angles in game. Do note that the camera stuff is really hard to control. - * The idea here is to be able to move your camera around and then copy down the values to use it directly in code. - * The interface is borrowed and is the best I can come up with to allow movement in the main screen. - * The icons do not reflect what they are supposed to do most of the time. - * - * There are 2 sets here. The camera position, and the square it is looking at. - * The camera will have an x,y and height, and will look at a square at x,y and height too. - * Starting off, the camera will be placed where your player is at 600 height and looks at y+10(north) at 300 height. - * The Camera MUST BE HIGHER than the square it is looking at, or it will point at the ground (200 height buffer). - * The toggle, will toggle between camera and the look-at controls. - * - * The printouts will follow Cam/Look : Value(Value % 64) <-- Value % 64 is for instance positioning - * - * Please note that this borrows interface iface 683 Catapult, you can steal this back when you implement the quest. - */ -@Initializable -class CameraViewerCommandSet : CommandSet(Privilege.ADMIN), InterfaceListener { - companion object { - const val CATAPULT_INTERFACE = 683 - const val ATTRIBUTE_PLAYERCAMERA = "commandplayercamera" - const val ATTRIBUTE_CAMERA_X = "commandcamx" - const val ATTRIBUTE_CAMERA_Y = "commandcamy" - const val ATTRIBUTE_CAMERA_H = "commandcamh" - const val ATTRIBUTE_LOOKAT_X = "commandlookx" - const val ATTRIBUTE_LOOKAT_Y = "commandlooky" - const val ATTRIBUTE_LOOKAT_H = "commandlookh" - const val ATTRIBUTE_MODE_ORIGIN = "commandmodeorigin" - - private fun updateInterfaceText(player: Player) { - val cx = getAttribute(player, ATTRIBUTE_CAMERA_X, player.location.x) - val cy = getAttribute(player, ATTRIBUTE_CAMERA_Y, player.location.y) - val ch = getAttribute(player, ATTRIBUTE_CAMERA_H, 600) - val lx = getAttribute(player, ATTRIBUTE_LOOKAT_X, player.location.x) - val ly = getAttribute(player, ATTRIBUTE_LOOKAT_Y, player.location.y + 10) - val lh = getAttribute(player, ATTRIBUTE_LOOKAT_H, 300) - val o = getAttribute(player, ATTRIBUTE_MODE_ORIGIN, true) - - val c = if (o) "!" else "" - val l = if (!o) "!" else "" - - setInterfaceText(player, "" + - "${c}CamX:$cx(${cx and 63}) " + - "${c}CamY:$cy(${cy and 63}) " + - "${c}CamZ:$ch " + - "${l}LookX:$lx(${lx and 63}) " + - "${l}LookY:$ly(${ly and 63}) " + - "${l}LookZ:$lh", - CATAPULT_INTERFACE, 48) - } - - private fun modifyAttributeAndMove( - player: Player, playerCamera: PlayerCamera, isOrigin: Boolean, - xDelta: Int = 0, yDelta: Int = 0, hDelta: Int = 0 - ) { - val xAttr = if (isOrigin) ATTRIBUTE_CAMERA_X else ATTRIBUTE_LOOKAT_X - val yAttr = if (isOrigin) ATTRIBUTE_CAMERA_Y else ATTRIBUTE_LOOKAT_Y - val hAttr = if (isOrigin) ATTRIBUTE_CAMERA_H else ATTRIBUTE_LOOKAT_H - val defaultH = if (isOrigin) 600 else 300 - - if (xDelta != 0) setAttribute(player, xAttr, getAttribute(player, xAttr, player.location.x) + xDelta) - if (yDelta != 0) setAttribute(player, yAttr, getAttribute(player, yAttr, player.location.y) + yDelta) - if (hDelta != 0) setAttribute(player, hAttr, getAttribute(player, hAttr, defaultH) + hDelta) - - val x = getAttribute(player, xAttr, player.location.x) - val y = getAttribute(player, yAttr, player.location.y) - val h = getAttribute(player, hAttr, defaultH) - - if (isOrigin) { - playerCamera.panTo(x, y, h, 100) - sendGraphics(Graphics(80, h, 0), Location(x, y)) - } else { - playerCamera.rotateTo(x, y, h, 100) - sendGraphics(Graphics(80, h, 0), Location(x, y)) - } - updateInterfaceText(player) - } - } - override fun defineCommands() { - define("camview", description = "Opens the in-game camera viewer."){ player, args -> - - // Bad number of args - if(args.size > 2){ - reject(player,"Usage: ::camview") - return@define - } - - sendMessage(player, "=== CAMVIEW INSTRUCTIONS ===") - sendMessage(player, "Click the left/right arrows for location.x, up/down arrows for location.y") - sendMessage(player, "Note that the movement is NOT RELATIVE TO YOUR CAMERA e.g. Up isn't forward") - sendMessage(player, "Click the clockwise/anticlockwise arrows to go down/up in height") - sendMessage(player, "Click the flip icon to swap between camera and look-at control") - - player.interfaceManager.openSingleTab(Component(CATAPULT_INTERFACE)) - val playerCamera = PlayerCamera(player) - setAttribute(player, ATTRIBUTE_PLAYERCAMERA, playerCamera) - setAttribute(player, ATTRIBUTE_CAMERA_X, player.location.x) - setAttribute(player, ATTRIBUTE_CAMERA_Y, player.location.y) - setAttribute(player, ATTRIBUTE_CAMERA_H, 600) - setAttribute(player, ATTRIBUTE_LOOKAT_X, player.location.x) - setAttribute(player, ATTRIBUTE_LOOKAT_Y, player.location.y + 10) - setAttribute(player, ATTRIBUTE_LOOKAT_H, 300) - // Doing playerCamera.position is weird. It doesn't respect the height value. - - setComponentVisibility(player, CATAPULT_INTERFACE, 43, false) - for (i in 44..47) { - setComponentVisibility(player, CATAPULT_INTERFACE, i, true) - } - modifyAttributeAndMove(player, playerCamera, true) - modifyAttributeAndMove(player, playerCamera, false) - - return@define - } - } - - override fun defineInterfaceListeners() { - /* - If and when the time comes that you implement the Catapult Construction Quest, - you can override this or coexist with the command. - Do whatever you want since god knows how long it took you to get to this point lmao. - */ - on(CATAPULT_INTERFACE){ player, _, _, buttonID, _, _ -> - val playerCamera = getAttribute(player, ATTRIBUTE_PLAYERCAMERA, PlayerCamera(player)) - val isOrigin = getAttribute(player, ATTRIBUTE_MODE_ORIGIN, true) - - when (buttonID) { - 34 -> modifyAttributeAndMove(player, playerCamera, isOrigin, hDelta = -100) // Decrease height - 35 -> modifyAttributeAndMove(player, playerCamera, isOrigin, hDelta = 100) // Increase height - 36 -> { setAttribute(player, ATTRIBUTE_MODE_ORIGIN, !isOrigin); updateInterfaceText(player) } // Switch Control - 37 -> { playerCamera.reset(); player.interfaceManager.closeSingleTab() } // Quit - 38 -> modifyAttributeAndMove(player, playerCamera, isOrigin, yDelta = 1) // Up - 39 -> modifyAttributeAndMove(player, playerCamera, isOrigin, xDelta = 1) // Right - 40 -> modifyAttributeAndMove(player, playerCamera, isOrigin, xDelta = -1) // Left - 41 -> modifyAttributeAndMove(player, playerCamera, isOrigin, yDelta = -1) // Down - } - return@on true - } - } -} diff --git a/Server/src/main/core/game/system/command/sets/DevelopmentCommandSet.kt b/Server/src/main/core/game/system/command/sets/DevelopmentCommandSet.kt index 4e17b4986..fb8a8d50e 100644 --- a/Server/src/main/core/game/system/command/sets/DevelopmentCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/DevelopmentCommandSet.kt @@ -3,8 +3,6 @@ package core.game.system.command.sets import content.global.activity.jobs.JobManager import content.global.skill.construction.decoration.pohstorage.Storable import content.global.skill.construction.decoration.pohstorage.StorableFamily -import content.global.skill.herblore.FinishedPotion -import content.global.skill.herblore.UnfinishedPotion import core.api.* import core.cache.Cache import core.cache.def.impl.DataMap @@ -12,7 +10,6 @@ import core.cache.def.impl.NPCDefinition import core.cache.def.impl.VarbitDefinition import core.cache.def.impl.Struct import core.game.node.entity.combat.ImpactHandler.HitsplatType -import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player import core.game.node.entity.player.link.SpellBookManager import core.game.node.entity.player.link.diary.DiaryType @@ -33,20 +30,7 @@ import core.tools.Log import core.game.node.entity.player.info.Rights import core.game.node.entity.skill.Skills import core.game.world.map.Location -import core.game.world.map.RegionManager import core.game.world.repository.Repository -import org.json.simple.JSONArray -import kotlin.collections.set -import content.global.activity.penguinhns.Penguin -import content.global.activity.penguinhns.PenguinHNSEvent -import content.global.activity.penguinhns.PenguinManager -import content.global.activity.penguinhns.PenguinManager.Companion.penguins -import content.global.activity.penguinhns.PenguinManager.Companion.spawner -import content.global.activity.penguinhns.PenguinManager.Companion.tagMapping -import content.global.activity.penguinhns.PenguinManager.Companion.updateStoreFile -import core.ServerStore.Companion.toJSONArray -import core.game.world.map.RegionManager.getLocalEntities -import org.rs09.consts.NPCs @Initializable class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { @@ -72,28 +56,6 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { } } - define("potionkit", Privilege.ADMIN, "", "Adds 1000x of each potion ingredient to the player's bank."){player,_ -> - val items = mutableSetOf() - - // get base and ingredients from UnfinishedPotion - for (unf in UnfinishedPotion.values()) { - items.add(unf.base.id) - items.add(unf.ingredient.id) - } - - // get secondary ingredients from FinishedPotion - for (fin in FinishedPotion.values()) { - items.add(fin.ingredient.id) - } - - // add to bank - for (id in items) { - addItem(player, id, 1000, Container.BANK) - } - sendMessage(player, "Added potion items to bank. Use ::bank to withdraw them.") - openBankAccount(player) - } - /** * Adds a subset of POH storable item takeIds to the player's bank, filtered by StorableFamily type. These are stored in the costume room or bookcase. * Usage: ::pohstorableitems [TYPE] @@ -145,7 +107,7 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { return@define } - define("cs2", Privilege.ADMIN, "::cs2 id args", "Allows you to call arbitrary cs2 scripts during runtime") {player, args -> + define("cs2", Privilege.ADMIN, "::cs2 id args", "Allows you to call arbitrary cs2 scripts during runtime") {player, args -> var scriptArgs = ArrayList() if (args.size == 2) { runcs2(player, args[1].toIntOrNull() ?: return@define) @@ -180,6 +142,10 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { sendMessage(player, "Job cleared successfully.") } + define("region", Privilege.STANDARD, "", "Prints your current Region ID.") {player, args -> + sendMessage(player, "Region ID: ${player.viewport.region.regionId}") + } + define("spellbook", Privilege.ADMIN, "::spellbook book ID (0 = MODERN, 1 = ANCIENTS, 2 = LUNARS)", "Swaps your spellbook to the given book ID."){player, args -> if(args.size < 2){ reject(player,"Usage: ::spellbook [int]. 0 = MODERN, 1 = ANCIENTS, 2 = LUNARS") @@ -193,28 +159,6 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { player.impactHandler.manualHit(player, player.skills.lifepoints, HitsplatType.NORMAL) } - define("godbooks", Privilege.ADMIN, "::godbooks", "Resets god book save state and gives the player coins and pages to buy/finish a new set from Jossik.") { player, _ -> - val globalData = player.savedData.globalData - - // reset save data - globalData.godPages = BooleanArray(4) - globalData.godBook = -1 - - // add coins and 1 of each page - addItem(player, Items.COINS_995, 15000) - var pagesAdded = 0 - for (godBook in content.data.GodBook.values()) { - for (page in godBook.pages) { - if (addItem(player, page.id, 1)) { - pagesAdded++ - } - } - } - - // end - sendMessage(player, "Reset god book save data for ${player.username}. Have a wonderful day.") - } - define("struct", usage = "::struct struct-id", description = "Logs the struct definition for the given cache id.") {player, args -> val mapId = args[1].toIntOrNull() ?: return@define @@ -233,16 +177,15 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { val dump = File("structs.txt") val writer = BufferedWriter(FileWriter(dump)) val index = Cache.getIndexes()[2] - val containers = index.information.containers[26]!!.filesIndexes - if (containers != null) { - for(fID in containers) { - val file = index.getFileData(26, fID) - if(file != null){ - val def = Struct.parse(fID, file) - if(def.dataStore.isEmpty()) continue //no data in struct. - writer.write(def.toString()) - writer.newLine() - } + val containers = index.information.containers[26].filesIndexes + for(fID in containers) + { + val file = index.getFileData(26, fID) + if(file != null){ + val def = Struct.parse(fID, file) + if(def.dataStore.isEmpty()) continue //no data in struct. + writer.write(def.toString()) + writer.newLine() } } writer.flush() @@ -258,16 +201,15 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { for(cID in containers) { - val fileIndexes = index.information.containers[cID]!!.filesIndexes - if (fileIndexes != null) { - for(fID in fileIndexes) { - val file = index.getFileData(cID, fID) - if(file != null){ - val def = DataMap.parse((cID shl 8) or fID, file) - if(def.keyType == '?') continue //Empty definition - only a 0 present in the cachefile data. - writer.write(def.toString()) - writer.newLine() - } + val fileIndexes = index.information.containers[cID].filesIndexes + for(fID in fileIndexes) + { + val file = index.getFileData(cID, fID) + if(file != null){ + val def = DataMap.parse((cID shl 8) or fID, file) + if(def.keyType == '?') continue //Empty definition - only a 0 present in the cachefile data. + writer.write(def.toString()) + writer.newLine() } } } @@ -275,35 +217,18 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { writer.close() } - define( - "rolldrops", - Privilege.ADMIN, - "::rolldrops NPC ID AMOUNT [true|false]", - "Rolls the given NPC drop table AMOUNT times. Add true to persist the items in your bank." - ) { player: Player, args: Array -> - if (args.size < 3) { - reject(player, "Usage: ::rolldrops npcid amount [true|false]") + define("rolldrops", Privilege.ADMIN, "::rolldrops NPC ID AMOUNT", "Rolls the given NPC drop table AMOUNT times.") { player: Player, args: Array -> + if(args.size < 2){ + reject(player,"Usage: ::rolldrops npcid amount") } + val container = player.dropLog val npcId = args[1].toInt() val amount = args[2].toInt() - val container = when (args.getOrNull(3)) { - "true" -> player.bank - "false", null -> { - player.dropLog.clear() - player.dropLog - } - - else -> { - reject(player, "Usage: ::rolldrops npcid amount [true|false]") - return@define - } - - } + container.clear() val drops = NPCDefinition.forId(npcId).dropTables.table.roll(player, amount) - - for (drop in drops) container.add(drop, false) + for(drop in drops) container.add(drop, false) container.open(player) } @@ -379,7 +304,7 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { setAttribute (player, "routedraw", !getAttribute(player, "routedraw", false)) } - define ("fmstart", Privilege.ADMIN, description = "Marks your current tile as the force-movement start point.") {player, _ -> + define ("fmstart", Privilege.ADMIN, description = "Marks your current tile as the force-movement start point.") {player, _ -> setAttribute(player, "fmstart", Location.create(player.location)) } @@ -395,7 +320,7 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { setAttribute(player, "fmspeedend", args[1].toIntOrNull() ?: 10) } - define("testfm", Privilege.ADMIN, description = "Runs the configured force-movement from the saved start to end point.") { player, _ -> + define("testfm", Privilege.ADMIN, description = "Runs the configured force-movement from the saved start to end point.") { player, _ -> val start = getAttribute(player, "fmstart", Location.create(player.location)) val end = getAttribute(player, "fmend", Location.create(player.location)) val speed = getAttribute(player, "fmspeed", 10) @@ -502,28 +427,5 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { target.skills.addExperience(skill, xp!!) } - - define("spawnpenguin",Privilege.ADMIN,"::spawnPenguin Ordinal","Adds a new Penguin spawn to this weeks list based on the ordinal provided 0-64"){player,args-> - if (args.size!=2) reject (player,"Usage: ::spawnpenguin Ordinal") - val ordinal = args[1].toIntOrNull() - if (ordinal == null) reject(player,"Ordinal must be an integer.") - if (ordinal!! > 64 || ordinal < 0) reject(player,"Ordinal must be in the range 0-64 inclusive.") - - val store = PenguinHNSEvent.getStoreFile() - val ordinals = (store["spawned-penguins"] as? JSONArray) - ?.map { it.toString().toInt() } - ?.toMutableList() - ?: mutableListOf() - val peng = Penguin.values()[ordinal] - NPC(peng.id,peng.location) - .also { PenguinManager.npcs.add(it); it.isNeverWalks = true; it.isWalks = false }.init() - tagMapping.clear() - for (p in ordinals) { - tagMapping.put(p, JSONArray()) - } - updateStoreFile() - val pengCoords = peng.location - player.debug("Penguin spawned at:$pengCoords") - } } } diff --git a/Server/src/main/core/game/system/command/sets/FunCommandSet.kt b/Server/src/main/core/game/system/command/sets/FunCommandSet.kt index c65db80df..05b59c153 100644 --- a/Server/src/main/core/game/system/command/sets/FunCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/FunCommandSet.kt @@ -27,6 +27,7 @@ import org.rs09.consts.Sounds import java.awt.HeadlessException import java.awt.Toolkit import java.awt.datatransfer.StringSelection +import kotlin.streams.toList @Initializable class FunCommandSet : CommandSet(Privilege.ADMIN) { @@ -98,7 +99,7 @@ class FunCommandSet : CommandSet(Privilege.ADMIN) { if (args.size < 2) { reject(player, "Syntax error: ::npcanim ") } - npcs = RegionManager.getLocalNPCs(player.location, 10) + npcs = RegionManager.getLocalNpcs(player.location, 10) for (n in npcs) { n.lock(6) n.faceTemporary(player, 6) @@ -355,13 +356,10 @@ class FunCommandSet : CommandSet(Privilege.ADMIN) { if (args.size != 2) reject(player, "Usage: ::barrage radius[max = 50]") val radius = if (args[1].toInt() > 50) 50 else args[1].toInt() - val nearbyPlayers = RegionManager.getLocalPlayers(player.location, radius) + val nearbyPlayers = RegionManager.getLocalPlayers(player, radius).stream().filter { p: Player -> p.username != player.username }.toList() animate(player, 1978) playGlobalAudio(player.location, Sounds.ICE_CAST_171) for (p in nearbyPlayers) { - if (p.name == player.name) { - continue - } playGlobalAudio(p.location, Sounds.ICE_BARRAGE_IMPACT_168, 20) val impactAmount = if (p.skills.lifepoints < 10 ) 0 else RandomFunction.getRandom(3) impact(p, impactAmount, ImpactHandler.HitsplatType.NORMAL) diff --git a/Server/src/main/core/game/system/command/sets/IfCommandSet.kt b/Server/src/main/core/game/system/command/sets/IfCommandSet.kt index a7ddeb540..b088b031f 100644 --- a/Server/src/main/core/game/system/command/sets/IfCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/IfCommandSet.kt @@ -41,7 +41,7 @@ class IfCommandSet : Commands { for (child in def.children) { if (child.type != ComponentType.TEXT) continue - notify(player, logToConsole = true, message = "$child - ${child.text} - ${child.activeText} - X:${child.baseX}/Y:${child.baseY}") + notify(player, logToConsole = true, message = "$child - ${child.text} - ${child.activeText}") } } @@ -54,7 +54,7 @@ class IfCommandSet : Commands { for (child in def.children) { if (child.type != ComponentType.MODEL) continue - notify(player, logToConsole = true, message = "$child - ${child.modelId}/${child.activeModelId} - Anim: ${child.modelAnimId}/${child.activeModelAnimId} - Pos X:${child.baseX}/Y:${child.baseY}") + notify(player, logToConsole = true, message = "$child - ${child.modelId}/${child.activeModelId} - Anim: ${child.modelAnimId}/${child.activeModelAnimId}") } } } diff --git a/Server/src/main/core/game/system/command/sets/MiscCommandSet.kt b/Server/src/main/core/game/system/command/sets/MiscCommandSet.kt index b169cd1e4..51023b308 100644 --- a/Server/src/main/core/game/system/command/sets/MiscCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/MiscCommandSet.kt @@ -1,7 +1,6 @@ package core.game.system.command.sets import content.global.handlers.iface.* -import content.global.skill.summoning.familiar.Familiar import content.global.skill.cooking.fermenting.BrewGrowth import content.global.skill.farming.timers.* import content.minigame.fishingtrawler.TrawlerLoot @@ -26,7 +25,6 @@ import core.game.system.command.CommandMapping import core.game.system.command.Privilege import core.game.system.communication.CommunicationInfo import core.game.world.map.RegionManager -import core.game.world.repository.GE_NEWS_MUTE_ATTRIBUTE import core.game.world.map.build.DynamicRegion import core.game.world.repository.Repository import core.game.node.entity.combat.equipment.WeaponInterface @@ -41,27 +39,6 @@ import java.awt.HeadlessException import java.awt.Toolkit import java.awt.datatransfer.StringSelection -private const val INFINITE_SPECIAL_ATTRIBUTE = "infinite-special" -private const val ALLOW_ADMIN_AGGRESSION_ATTRIBUTE = "/save:allow_admin_aggression" - -private fun resolveBooleanToggle(player: Player, args: Array, attribute: String): Boolean? { - return when { - args.size < 2 -> !player.getAttribute(attribute, false) - args[1].equals("true", ignoreCase = true) -> true - args[1].equals("false", ignoreCase = true) -> false - else -> null - } -} - -private fun setBooleanAttribute(player: Player, attribute: String, enabled: Boolean, label: String) { - if (enabled) { - setAttribute(player, attribute, true) - } else { - removeAttribute(player, attribute) - } - sendMessage(player, "$label is now ${if (enabled) "enabled" else "disabled"}.") -} - @Initializable class MiscCommandSet : CommandSet(Privilege.ADMIN){ override fun defineCommands() { @@ -115,7 +92,7 @@ class MiscCommandSet : CommandSet(Privilege.ADMIN){ */ define("loc", Privilege.STANDARD, "", "Prints quite a lot of information about your current location."){ player, _-> val l = player.location - val r = l.region + val r = player.viewport.region var obj: Scenery? = null notify(player,"Absolute: " + l + ", regional: [" + l.localX + ", " + l.localY + "], chunk: [" + l.chunkOffsetX + ", " + l.chunkOffsetY + "], flag: [" + RegionManager.isTeleportPermitted(l) + ", " + RegionManager.getClippingFlag(l) + ", " + RegionManager.isLandscape(l) + "].") notify(player,"Region: [id=" + l.regionId + ", active=" + r.isActive + ", instanced=" + (r is DynamicRegion) + "], obj=" + RegionManager.getObject(l) + ".") @@ -123,7 +100,7 @@ class MiscCommandSet : CommandSet(Privilege.ADMIN){ notify(player,"Object: " + RegionManager.getObject(l).also{obj = it} + ".") notify(player,"Object Varp: " + obj?.definition?.configFile?.varpId + " offset: " + obj?.definition?.configFile?.startBit + " size: " + (obj?.definition?.configFile?.startBit?.minus(obj?.definition?.configFile?.startBit!!))) log(this::class.java, Log.FINE, "Viewport: " + l.getSceneX(player.playerFlags.lastSceneGraph) + "," + l.getSceneY(player.playerFlags.lastSceneGraph)) - val loc = "Location(" + l.x + ", " + l.y + ", " + l.z + ")" + val loc = "Location.create(" + l.x + ", " + l.y + ", " + l.z + ")" log(this::class.java, Log.FINE, loc + "; " + player.playerFlags.lastSceneGraph + ", " + l.localX + ", " + l.localY) try { val stringSelection = StringSelection(loc) @@ -275,38 +252,21 @@ class MiscCommandSet : CommandSet(Privilege.ADMIN){ } /** - * Shows the player a list of currently active GE sell offers or toggles muting sell offer News announcements. + * Shows the player a list of currently active GE sell offers */ - define( - "ge", - Privilege.STANDARD, - "::ge MODE (Modes: buying, selling, search, bots, botsearch, mute)", - "Various commands for viewing GE offers." - ) { player, args -> - if (args.size < 2) { - reject(player, "Usage: ::ge mode", "Available modes: buying, selling, search, bots, botsearch, mute") + define("ge", Privilege.STANDARD, "::ge MODE (Modes: buying, selling, search, bots, botsearch)", "Various commands for viewing GE offers.") { player, args -> + if(args.size < 2){ + reject(player, "Usage: ::ge mode", "Available modes: buying, selling, search, bots, botsearch") } + val mode = args[1] - when (mode) { + when(mode){ "buying" -> showGeBuy(player) "selling" -> showGeSell(player) "search" -> showGeInputDialogue(player, args, ::showOffers) "bots" -> showGeBots(player) "botsearch" -> showGeInputDialogue(player, args, ::showGeBotsearch) - "mute" -> { - val currentlyMuted = getAttribute(player, GE_NEWS_MUTE_ATTRIBUTE, false) - if (currentlyMuted) { - removeAttribute(player, GE_NEWS_MUTE_ATTRIBUTE) - } else { - setAttribute(player, GE_NEWS_MUTE_ATTRIBUTE, true) - } - sendMessage(player, "GE sell offer news is now ${if (currentlyMuted) "visible" else "hidden"}.") - } - - else -> reject( - player, - "Invalid mode used. Available modes are: buying, selling, search, bots, botsearch, mute" - ) + else -> reject(player, "Invalid mode used. Available modes are: buying, selling, search") } } /** @@ -684,49 +644,29 @@ class MiscCommandSet : CommandSet(Privilege.ADMIN){ notify(player,"No parent NPC found.") } } - define( - "infinitespecial", - Privilege.ADMIN, - "::infinitespecial [true|false]", - "Toggles infinite special attack energy for your player (special-attack flag)." - ) { player, args -> - val enabled = resolveBooleanToggle(player, args, INFINITE_SPECIAL_ATTRIBUTE) - if (enabled == null) { - reject(player, "Usage: ::infinitespecial [true|false]") - return@define + define("infinitespecial", Privilege.ADMIN, "::infinitespecial ", "Turns the infinite special-attack flag on or off for your player."){ player, args -> + val usageStr = "Usage: ::infinitespecial true|false" + if(args.size < 2){ + reject(player, usageStr) + } + when(args[1]){ + "true" -> player.setAttribute("infinite-special", true) + "false" -> player.removeAttribute("infinite-special") + else -> reject(player, usageStr) } - setBooleanAttribute(player, INFINITE_SPECIAL_ATTRIBUTE, enabled, "Infinite special attack") } - define( - "infinitespecialmove", - Privilege.ADMIN, - "::infinitespecialmove [true|false]", - "Toggles infinite Summoning familiar special move points for your player." - ) { player, args -> - val enabled = resolveBooleanToggle(player, args, Familiar.INFINITE_SPECIAL_MOVE_ATTRIBUTE) - if (enabled == null) { - reject(player, "Usage: ::infinitespecialmove [true|false]") + define("allowaggro", Privilege.ADMIN, "allowaggro true | false", "Toggle NPCs aggroing on you") { player, args -> + val usageStr = "Usage: ::allowaggro true | false" + if(args.size < 2) { + notify(player, "Allow admin aggression is currently ${player.getAttribute("/save:allow_admin_aggression", false)}") return@define } - setBooleanAttribute( - player, - Familiar.INFINITE_SPECIAL_MOVE_ATTRIBUTE, - enabled, - "Infinite familiar special move energy" - ) - } - define( - "allowaggro", - Privilege.ADMIN, - "::allowaggro [true|false]", - "Toggles NPCs aggroing on you as an admin." - ) { player, args -> - val enabled = resolveBooleanToggle(player, args, ALLOW_ADMIN_AGGRESSION_ATTRIBUTE) - if (enabled == null) { - reject(player, "Usage: ::allowaggro [true|false]") - return@define + when(args[1]) { + "true" -> player.setAttribute("/save:allow_admin_aggression", true) + "false" -> player.setAttribute("/save:allow_admin_aggression", false) + else -> reject(player, usageStr) } - setBooleanAttribute(player, ALLOW_ADMIN_AGGRESSION_ATTRIBUTE, enabled, "Admin NPC aggression") + notify(player, "Setting aggro ${args[1]}") } define("rules", Privilege.STANDARD, "", "Shows the rules."){ player, _ -> diff --git a/Server/src/main/core/game/system/command/sets/QuestCommandSet.kt b/Server/src/main/core/game/system/command/sets/QuestCommandSet.kt index c8c414c38..18000ecf8 100644 --- a/Server/src/main/core/game/system/command/sets/QuestCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/QuestCommandSet.kt @@ -29,38 +29,20 @@ class QuestCommandSet : CommandSet(Privilege.ADMIN){ /** * Displays the currently implemented quests with debug information */ - define("quest", - usage = "::quest [-p username] [quest-filter]", - description = "Shows quest stages for you, or for [username] if -p is used. Add optional text to filter by quest name." - ) { player, args -> - - var target = player - var filter: String? = null - - if (args.size > 1) { - if (args[1].equals("-p", ignoreCase = true)) { - // need at least 3 arguments if -p is used: command, -p, username - if (args.size < 3) { - reject(player, "ERROR: Missing player name. Usage: ::quest -p [quest-filter]") - return@define - } - - val playerName = args[2] - target = Repository.getPlayerByName(playerName) ?: run { - reject(player, "ERROR: Username '$playerName' not found.") - return@define - } - - // arguments after the player name are the quest filter - if (args.size > 3) { - filter = args.drop(3).joinToString(" ") - } + define("quest", usage = "::quest [player-name]", description = "Shows quest stages for you, or for [player-name] if provided."){player,args -> + if (args.size < 3) { + val lookupP = if (args.size == 1) { + player + } else if (Repository.getPlayerByName(args[1]) != null) { + Repository.getPlayerByName(args[1]) ?: return@define } else { - // no -p, so the arguments are the quest filter - filter = args.drop(1).joinToString(" ") + reject(player, "ERROR: Username not found. Usage: ::quest ") + return@define } + sendQuestsDebug(player, lookupP) + } else { + reject(player, "Usage: ::quest || ::quest ") } - sendQuestsDebug(player, target, filter) } /** @@ -114,49 +96,24 @@ class QuestCommandSet : CommandSet(Privilege.ADMIN){ /** * Sends the list of quests with debug information * @param admin the player. - * @param lookupUser the target player to view quests for. - * @param questFilter optional string to filter quests by name. */ - private fun sendQuestsDebug(admin: Player?, lookupUser: Player?, questFilter: String? = null) { + private fun sendQuestsDebug(admin: Player?, lookupUser: Player?) { admin!!.interfaceManager.open(Component(275)) - - // clear interface lines for (i in 0..310) { admin.packetDispatch.sendString("", 275, i) } - var lineId = 11 - - // title admin.packetDispatch.sendString("${lookupUser!!.username}'s Quest Debug", 275, 2) - - // filtered quests - val questsToDisplay = QuestRepository.getQuests().values.filter { q -> - questFilter.isNullOrBlank() || q.quest.toString().contains(questFilter, ignoreCase = true) - } - - // no quests to filter - if (questsToDisplay.isEmpty()) { - admin.packetDispatch.sendString("No quests found matching: $questFilter", 275, lineId++) - return - } - - for (q in questsToDisplay) { - // can't display more than 308 lines - if (lineId >= 308) { - admin.packetDispatch.sendString("List truncated (too many results).", 275, lineId) - break - } - + for (q in QuestRepository.getQuests().values) { + // Add a space to beginning and end of string for the strikethrough val stage = lookupUser.questRepository.getStage(q) val statusColor = when { stage >= 100 -> "80ff00" stage in 1..99 -> "ff8400" else -> "ff0000" } - admin.packetDispatch.sendString("${q.quest}", 275, lineId++) - admin.packetDispatch.sendString("Index: ${q.index} | Stage: ${stage}", 275, lineId++) + admin.packetDispatch.sendString("Index: ${q.index} | Stage: ${lookupUser.questRepository.getStage(q)}", 275, lineId++) admin.packetDispatch.sendString(" ", 275, lineId++) } } diff --git a/Server/src/main/core/game/system/command/sets/SpawnCommandSet.kt b/Server/src/main/core/game/system/command/sets/SpawnCommandSet.kt index 892816974..468bdaf96 100644 --- a/Server/src/main/core/game/system/command/sets/SpawnCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/SpawnCommandSet.kt @@ -3,16 +3,13 @@ package core.game.system.command.sets import core.api.log import core.api.sendMessage import core.cache.Cache -import core.game.node.entity.npc.NPC -import core.game.node.item.Item -import core.game.node.scenery.Constructed import core.game.node.scenery.Scenery import core.game.node.scenery.SceneryBuilder +import core.game.node.entity.npc.NPC +import core.game.node.item.Item import core.game.system.command.CommandPlugin -import core.game.system.command.Privilege -import core.game.world.map.RegionManager.getObject -import core.game.world.map.RegionManager.getRegionChunk import core.plugin.Initializable +import core.game.system.command.Privilege import core.tools.Log import java.awt.Toolkit import java.awt.datatransfer.StringSelection @@ -145,53 +142,5 @@ class SpawnCommandSet : CommandSet(Privilege.ADMIN){ } } } - - define("removeobject", Privilege.ADMIN, "::removeobject", "Removes the first scenery at your current coordinates (the meaning of 'the first' is currently arbitrary, do not use this in production)") { player, args -> - if (args.size != 1) reject(player, "::removeobject doesn't support arguments") - val obj = getObject(player.location) - if (obj == null) { - sendMessage(player, "All four objects on the tile were null.") - return@define - } - sendMessage(player, "The first object found on the tile was ${obj.id}; it will now be removed.") - SceneryBuilder.remove(obj) - } - - define("objects", Privilege.STANDARD, "::objects", "Prints a list of all ten sceneries at your current coordinates") { player, args -> - if (args.size != 1) reject(player, "::objects doesn't support arguments") - val chunk = getRegionChunk(player.location) - fun dump(label: String, objects: List) { - sendMessage(player, "--- $label ---") - val nulls = ArrayList(10) - for ((i, o) in objects.withIndex()) { - if (o == null) { - nulls.add(i) - } else { - val c = if (o is Constructed) "C" else "" - val r = if (o.isRenderable) "R" else "" - val a = if (o.isActive) "A" else "" - var props = c + r + a - if (props.isNotEmpty()) { - props = " *$props" - } - sendMessage(player, " $i: $o$props") - } - } - if (nulls.isNotEmpty()) { - sendMessage(player, " ${nulls.joinToString()}: null") - } - } - val stat = ArrayList(10) - for (i in 0 until 4) { - val obj = chunk.statObjects[player.location.chunkOffsetX][player.location.chunkOffsetY][i] - if (obj != null) { - stat.add(obj) - } - } - dump("Chunk static objects", stat) - dump("Chunk dynamic objects", chunk.getObjects(player.location.chunkOffsetX, player.location.chunkOffsetY).asList()) - dump("RegionManager", listOf(getObject(player.location))) // getObject can only get one - sendMessage(player, "--- That's all, folks! ---") - } } } diff --git a/Server/src/main/core/game/system/command/sets/TeleportCommandSet.kt b/Server/src/main/core/game/system/command/sets/TeleportCommandSet.kt index e8d7b84f3..30e4107c9 100644 --- a/Server/src/main/core/game/system/command/sets/TeleportCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/TeleportCommandSet.kt @@ -100,6 +100,69 @@ class TeleportCommandSet : CommandSet(Privilege.ADMIN){ player.properties.teleportLocation = Location.create(args[1].toInt(), args[2].toInt(), if (args.size > 3) args[3].toInt() else 0) } + /** + * Teleport to the first object with the given name in the given regionX regionY + */ + define("teleobj", Privilege.ADMIN, "::teleobj RX_RY OBJ NAME", "Teleports to the first object with the given name."){player, args -> + if(args.size < 3) reject(player, "Usage: regionX_regionY Object Name") + var objName = "" + for(i in 2 until args.size) objName += (args[i] + if(i + 1 == args.size) "" else " ") + + val tokens = args[1].split("_") + if(tokens.size != 2) reject(player, "Usage: regionX_regionY Object Name") + val regionX = tokens[0].toInt() + val regionY = tokens[1].toInt() + + val regionId = (regionX shl 8) or regionY + val region = RegionManager.forId(regionId) + + GlobalScope.launch { + for (plane in region.planes) { + for (objects in plane.objects.filterNotNull()) { + for (parent in objects.filterNotNull()) { + if (parent.childs != null) { + for (obj in parent.childs.filterNotNull()) { + if (obj.name.equals(objName, ignoreCase = true)) { + player.properties.teleportLocation = obj.location + return@launch + } + } + } else { + if (parent.name.equals(objName, ignoreCase = true)) { + player.properties.teleportLocation = parent.location + return@launch + } + } + } + } + } + } + } + + /** + * Finds a list of objects/sceneries in a region + */ + define("findobjs", Privilege.ADMIN, "::findobjs REGION ID SCENERY ID", "Finds all locations of scenery objects of id."){player, args -> + if(args.size < 4) reject(player, "Usage: region_id scenery_id") + val regionId = args[1].toInt() + val sceneryId = args[2].toInt() + val sceneryIdEnd = args[3].toInt() + + val region = RegionManager.forId(regionId) + + GlobalScope.launch { + for (plane in region.planes) { + for (objects in plane.objects.filterNotNull()) { + for (parent in objects.filterNotNull()) { + if (parent.id in sceneryId..sceneryIdEnd) { + println(parent.location) + } + } + } + } + } + } + /** * Teleport to a specific player */ diff --git a/Server/src/main/core/game/system/config/ConfigParser.kt b/Server/src/main/core/game/system/config/ConfigParser.kt index fd88dfdfa..db7e1b0f3 100644 --- a/Server/src/main/core/game/system/config/ConfigParser.kt +++ b/Server/src/main/core/game/system/config/ConfigParser.kt @@ -16,7 +16,6 @@ class ConfigParser : Commands { ItemConfigParser().load() ObjectConfigParser().load() XteaParser().load() - ObjectOverrideParser().load() InterfaceConfigParser().load() } fun postPlugin() { @@ -32,12 +31,7 @@ class ConfigParser : Commands { } fun reloadConfigs(callback: () -> Unit) { - GlobalScope.launch { - RegionManager.apply { r -> - r.addSceneries.clear() - r.removeSceneries.clear() - } - + GlobalScope.launch { Repository.npcs.toTypedArray().forEach { npc -> npc.isRespawn = false npc.clear() @@ -47,7 +41,7 @@ class ConfigParser : Commands { GroundItemManager.getItems().toTypedArray().forEach {gi -> GroundItemManager.getItems().remove(gi) - RegionManager.getRegionChunk(gi.location).remove(gi) + RegionManager.getRegionPlane(gi.location).remove(gi) } prePlugin() diff --git a/Server/src/main/core/game/system/config/GroundSpawnLoader.kt b/Server/src/main/core/game/system/config/GroundSpawnLoader.kt index d57ac9031..cbf5dabc9 100644 --- a/Server/src/main/core/game/system/config/GroundSpawnLoader.kt +++ b/Server/src/main/core/game/system/config/GroundSpawnLoader.kt @@ -67,7 +67,6 @@ class GroundSpawnLoader { * Method used to initialize this spawn. */ fun init(): GroundItem { - if (respawnRate shr 16 == 0) respawnRate = respawnRate or (respawnRate shl 16) return GroundItemManager.create(this) } diff --git a/Server/src/main/core/game/system/config/ObjectOverrideParser.kt b/Server/src/main/core/game/system/config/ObjectOverrideParser.kt deleted file mode 100644 index b76caa07c..000000000 --- a/Server/src/main/core/game/system/config/ObjectOverrideParser.kt +++ /dev/null @@ -1,58 +0,0 @@ -package core.game.system.config - -import core.ServerConstants -import core.api.log -import core.game.node.scenery.Scenery -import core.game.world.map.Direction -import core.game.world.map.Location -import core.game.world.map.RegionManager -import core.tools.Log -import org.json.simple.JSONArray -import org.json.simple.JSONObject -import org.json.simple.parser.JSONParser -import java.io.FileReader - -class ObjectOverrideParser { - val parser = JSONParser() - var reader: FileReader? = null - fun load() { - var count = 0 - FileReader(ServerConstants.CONFIG_PATH + "object_overrides.json").use { reader -> - val overridelist = parser.parse(reader) as JSONArray - for (entry in overridelist) { - val e = entry as JSONObject - - // Mandatory fields - val mode = e["mode"].toString() - val id = e["id"].toString().toInt() - val loc = Location.fromString(e["location"].toString()) - - // Optional fields - val type = e["type"]?.toString()?.toInt() ?: 10 - val direction = e["direction"]?.toString() ?: "n" - - // Now create a Scenery object and assign it to its region - val rotation = when (direction) { - "ne" -> Direction.NORTH_EAST - "nw" -> Direction.NORTH_WEST - "w" -> Direction.WEST - "e" -> Direction.EAST - "sw" -> Direction.SOUTH_WEST - "se" -> Direction.SOUTH_EAST - "s" -> Direction.SOUTH - else -> Direction.NORTH - }.ordinal - val obj = Scenery(id, loc, type, rotation) - val region = RegionManager.forId(loc.regionId) - when (mode) { - "remove" -> if (obj !in region.removeSceneries) region.removeSceneries.add(obj) // type and rotation are currently ignored, but this can be changed in Region.java if needed - "add" -> if (obj !in region.addSceneries) region.addSceneries.add(obj) - else -> log(this::class.java, Log.ERR, "Ignored unknown ObjectOverride mode $mode!") - } - count++ - } - } - log(this::class.java, Log.FINE, "Parsed $count object overrides.") - } -} - diff --git a/Server/src/main/core/game/system/config/ServerConfigParser.kt b/Server/src/main/core/game/system/config/ServerConfigParser.kt index 58e3e6ebf..273b36531 100644 --- a/Server/src/main/core/game/system/config/ServerConfigParser.kt +++ b/Server/src/main/core/game/system/config/ServerConfigParser.kt @@ -164,8 +164,6 @@ object ServerConfigParser { ServerConstants.FORCE_HALLOWEEN_EVENTS = data.getBoolean("world.force_halloween_randoms", false) ServerConstants.FORCE_CHRISTMAS_EVENTS = data.getBoolean("world.force_christmas_randoms", false) ServerConstants.FORCE_EASTER_EVENTS = data.getBoolean("world.force_easter_randoms", false) - ServerConstants.APRIL_FOOLS_EVENT = data.getBoolean("world.april_fools_event", false) - ServerConstants.FORCE_APRIL_FOOLS = data.getBoolean("world.force_april_fools", false) ServerConstants.RUNECRAFTING_FORMULA_REVISION = data.getLong("world.runecrafting_formula_revision", 530).toInt() ServerConstants.ENHANCED_DEEP_WILDERNESS = data.getBoolean("world.enhanced_deep_wilderness", false) ServerConstants.WILDERNESS_EXCLUSIVE_LOOT = data.getBoolean("world.wilderness_exclusive_loot", false) @@ -176,11 +174,6 @@ object ServerConfigParser { ServerConstants.BOOSTED_TRAWLER_REWARDS = data.getBoolean("world.boosted_trawler_rewards", false) ServerConstants.CONNECTIVITY_CHECK_URL = data.getString("server.connectivity_check_url", "https://google.com,https://2009scape.org") ServerConstants.CONNECTIVITY_TIMEOUT = data.getLong("server.connectivity_timeout", 500L).toInt() - ServerConstants.WEBSOCKET_ENABLED = data.getBoolean("server.websocket_enabled", false) - ServerConstants.WEBSOCKET_PORT = data.getLong("server.websocket_port", 0L).toInt() - ServerConstants.WEBSOCKET_TLS_ENABLED = data.getBoolean("server.websocket_tls_enabled", false) - ServerConstants.WEBSOCKET_TLS_KEYSTORE_PATH = data.getString("server.websocket_tls_keystore_path", "") - ServerConstants.WEBSOCKET_TLS_KEYSTORE_PASSWORD = data.getString("server.websocket_tls_keystore_password", "") val logLevel = data.getString("server.log_level", "VERBOSE").uppercase() ServerConstants.LOG_LEVEL = parseEnumEntry(logLevel) ?: LogLevel.VERBOSE diff --git a/Server/src/main/core/game/system/timer/impl/Poison.kt b/Server/src/main/core/game/system/timer/impl/Poison.kt index ececf51f6..a2f4aa78f 100644 --- a/Server/src/main/core/game/system/timer/impl/Poison.kt +++ b/Server/src/main/core/game/system/timer/impl/Poison.kt @@ -57,7 +57,6 @@ class Poison : PersistTimer (30, "poison", flags = arrayOf(TimerFlag.ClearOnDeat } override fun run (entity: Entity) : Boolean { - entity.scripts.removeWeakScripts() entity.impactHandler.manualHit ( damageSource, getDamageFromSeverity (severity--), diff --git a/Server/src/main/core/game/world/GameWorld.kt b/Server/src/main/core/game/world/GameWorld.kt index a7b5e1f0b..2c0b55e2c 100644 --- a/Server/src/main/core/game/world/GameWorld.kt +++ b/Server/src/main/core/game/world/GameWorld.kt @@ -18,9 +18,7 @@ import core.ServerStore import core.auth.AuthProvider import core.auth.Auth import core.game.system.config.ConfigParser -import core.game.world.map.RegionChunk import core.game.world.repository.Repository -import core.game.world.update.ChunkUpdateTracker import core.plugin.ClassScanner import core.storage.AccountStorageProvider import core.tools.Log @@ -166,7 +164,6 @@ object GameWorld { fun prompt(run: Boolean, directory: String?){ log(GameWorld::class.java, Log.FINE, "Prompting ${settings?.name} Game World...") Cache.init(ServerConstants.CACHE_PATH) - RegionChunk.dirtyListener = ChunkUpdateTracker //go overboard with checks to make sure dev mode authenticator never triggers on live Auth.configure() ConfigParser().prePlugin() diff --git a/Server/src/main/core/game/world/map/BuildRegionChunk.java b/Server/src/main/core/game/world/map/BuildRegionChunk.java new file mode 100644 index 000000000..008937301 --- /dev/null +++ b/Server/src/main/core/game/world/map/BuildRegionChunk.java @@ -0,0 +1,336 @@ +package core.game.world.map; + + +import core.game.node.entity.player.Player; +import core.game.node.item.GroundItem; +import core.game.node.item.Item; +import core.game.node.scenery.Constructed; +import core.game.node.scenery.Scenery; +import core.game.node.scenery.SceneryBuilder; +import core.tools.Log; +import core.tools.SystemLogger; +import core.game.world.map.build.LandscapeParser; +import core.net.packet.IoBuffer; +import core.net.packet.out.ClearScenery; +import core.net.packet.out.ConstructGroundItem; +import core.net.packet.out.ConstructScenery; + +import static core.api.ContentAPIKt.log; + +import java.util.ArrayList; +import java.util.Arrays; + +/** + * A region chunk, used for easily modifying objects. + * @author Emperor + * + */ +public class BuildRegionChunk extends RegionChunk { + + /** + * The maximum amount of objects to be stored on one tile in the chunk. + */ + public static final int ARRAY_SIZE = 10; + + /** + * The list of changes made. + */ + private final Scenery[][][] objects; + + /** + * Constructs a new {@code BuildRegionChunk} {@code Object} + * @param base The base location. + * @param rotation The rotation. + * @param plane The region plane. + */ + public BuildRegionChunk(Location base, int rotation, RegionPlane plane) { + super(base, rotation, plane); + this.objects = new Scenery[ARRAY_SIZE][8][8]; + } + + public BuildRegionChunk(Location base, int rotation, RegionPlane plane, Scenery[][] objects) { + this(base, rotation, plane); + for (int x = 0; x < SIZE; x++) { + for (int y = 0; y < SIZE; y++) { + if(objects[x][y] != null) { + this.objects[0][x][y] = new Scenery(objects[x][y]); + } + } + } + } + + @Override + protected boolean appendUpdate(Player player, IoBuffer buffer) { + boolean updated = false;//super.appendUpdate(player, buffer); + for (int i = 0; i < objects.length; i++) { + for (int x = 0; x < SIZE; x++) { + for (int y = 0; y < SIZE; y++) { + Scenery o = objects[i][x][y]; + if (o instanceof Constructed) { + ConstructScenery.write(buffer, o); + updated = true; + } + else if (o != null && !o.isRenderable()) { + ClearScenery.write(buffer, o); + updated = true; + } + } + } + } + ArrayList totalItems = drawItems(items, player); + for (GroundItem item : totalItems) { + if (item != null && item.isActive() && item.getLocation() != null) { + if (!item.isPrivate() || item.droppedBy(player)) { + ConstructGroundItem.write(buffer, item); + updated = true; + } + } + } + return updated; + } + + @Override + public void rotate(Direction direction) { + if (rotation != 0) { + log(this.getClass(), Log.ERR, "Region chunk was already rotated!"); + return; + } + Scenery[][][] copy = new Scenery[ARRAY_SIZE][SIZE][SIZE]; + int baseX = currentBase.getLocalX(); + int baseY = currentBase.getLocalY(); + for (int x = 0; x < SIZE; x++) { + for (int y = 0; y < SIZE; y++) { + for (int i = 0; i < objects.length; i++) { + Scenery object = copy[i][x][y] = objects[i][x][y]; + if (object != null) { + SceneryBuilder.remove(object); + this.remove(object); + } + } + } + } + clear(); + switch(direction) { + case NORTH: rotation = 0; break; + case EAST: rotation = 1; break; + case SOUTH: rotation = 2; break; + case WEST: rotation = 3; break; + default: rotation = (direction.toInteger() + (direction.toInteger() % 2 == 0 ? 2 : 0)) % 4; + log(this.getClass(), Log.ERR, "Attempted to rotate a chunk in a non-cardinal direction - using fallback rotation code. This should be investigated!"); + break; + }; + for (int i = 0; i < objects.length; i++) { + for (int x = 0; x < SIZE; x++) { + for (int y = 0; y < SIZE; y++) { + Scenery object = copy[i][x][y]; + if (object != null) { + int[] pos = getRotatedPosition(x, y, object.getDefinition().getSizeX(), object.getDefinition().getSizeY(), object.getRotation(), rotation); + Scenery obj = object.transform(object.getId(), (object.getRotation() + rotation) % 4, object.getLocation().transform(pos[0] - x, pos[1] - y, 0)); + if (object instanceof Constructed) { + obj = obj.asConstructed(); + } + obj.setActive(object.isActive()); + obj.setRenderable(object.isRenderable()); + LandscapeParser.flagScenery(plane, baseX + pos[0], baseY + pos[1], obj, true, true); + } + } + } + } + } + + @Override + public BuildRegionChunk copy(RegionPlane plane) { + BuildRegionChunk chunk = new BuildRegionChunk(base, rotation, plane); + for (int i = 0; i < chunk.objects.length; i++) { + for (int x = 0; x < SIZE; x++) { + for (int y = 0; y < SIZE; y++) { + Scenery o = objects[i][x][y]; + if (o instanceof Constructed) { + chunk.objects[i][x][y] = o.transform(o.getId(), o.getRotation()).asConstructed(); + } + else if (o != null) { + chunk.objects[i][x][y] = o.transform(o.getId()); + chunk.objects[i][x][y].setActive(o.isActive()); + chunk.objects[i][x][y].setRenderable(o.isRenderable()); + } + } + } + } + return chunk; + } + + @Override public void rebuildFlags(RegionPlane from) { + for (int x = 0; x < 8; x++) { + for (int y = 0; y < 8; y++) { + Location loc = currentBase.transform(x,y,0); + Location fromLoc = base.transform(x,y,0); + plane.getFlags().getLandscape()[loc.getLocalX()][loc.getLocalY()] = from.getFlags().getLandscape()[fromLoc.getLocalX()][fromLoc.getLocalY()]; + plane.getFlags().clearFlag(x, y); + for (int i = 0; i < ARRAY_SIZE; i++) { + Scenery obj = objects[i][x][y]; + if (obj != null) + LandscapeParser.applyClippingFlagsFor(plane, loc.getLocalX(), loc.getLocalY(), obj); + } + } + } + } + + @Override + public void clear() { + super.clear(); + for (int i = 0; i < objects.length; i++) { + for (int x = 0; x < objects[i].length; x++) { + for (int y = 0; y < objects[i][x].length; y++) { + objects[i][x][y] = null; + } + } + } + } + + /** + * Removes the scenery. + * @param object The object to remove. + */ + public void remove(Scenery object) { + int chunkX = object.getLocation().getChunkOffsetX(); + int chunkY = object.getLocation().getChunkOffsetY(); + Scenery current = null; + int index = -1; + int i = 0; + while ((current == null || current.getId() != object.getId()) && i < objects.length) { + current = objects[i++][chunkX][chunkY]; + if ((current == null || current.getId() < 1) && index == -1) { + index = i - 1; + } + } + if (current != null && current.equals(object)) { + current.setActive(false); + object.setRenderable(false); + } + else { + objects[index][chunkX][chunkY] = object; + } + object.setActive(false); + object.setRenderable(false); + } + + /** + * Adds the scenery. + * @param object The object to add. + */ + public void add(Scenery object) { + int chunkX = object.getLocation().getChunkOffsetX(); + int chunkY = object.getLocation().getChunkOffsetY(); + Scenery current = null; + int index = -1; + int i = 0; + while ((current == null || current.getId() != object.getId()) && i < objects.length) { + current = objects[i++][chunkX][chunkY]; + if ((current == null || current.getId() < 1) && index == -1) { + index = i - 1; + } + } + if (current != null && current.equals(object)) { + current.setActive(true); + current.setRenderable(true); + } + else if (index == -1) { + throw new IllegalStateException("Insufficient array length for storing object!"); + } + else { + objects[index][chunkX][chunkY] = object = object.asConstructed(); + } + object.setActive(true); + object.setRenderable(true); + } + + /** + * Stores an object on the region chunk. + * @param object The object. + */ + public void store(Scenery object) { + if (object == null) { + return; + } + int chunkX = object.getLocation().getChunkOffsetX(); + int chunkY = object.getLocation().getChunkOffsetY(); + for (int i = 0; i < objects.length; i++) { + Scenery stat = objects[i][chunkX][chunkY]; + if (stat == null || stat.getId() < 1) { + objects[i][chunkX][chunkY] = object; + object.setActive(true); + object.setRenderable(true); + return; + } + } + System.err.print("Objects - ["); + for (int i = 0; i < objects.length; i++) { + System.err.print(objects[i][chunkX][chunkY]); + if (i < objects.length - 1) { + System.err.print(", "); + } + } + log(this.getClass(), Log.ERR, "]!"); + throw new IllegalStateException("Insufficient array length for storing all objects! "); + } + + /** + * Gets the objects index for the given object id. + * @param x The x-coordinate on the region chunk. + * @param y The y-coordinate on the region chunk. + * @param objectId The object id. + */ + public int getIndex(int x, int y, int objectId) { + for (int i = 0; i < objects.length; i++) { + Scenery o = get(x, y, i); + if (o != null && ((objectId > -1 && o.getId() == objectId) || (objectId == -1 && o.getDefinition().hasOptions(false)))) { + return i; + } + } + return 0; + } + + /** + * Gets a scenery. + * @param x The chunk x-coordinate. + * @param y The chunk y-coordinate. + * @param index The index (0 = default). + * @return The object. + */ + public Scenery get(int x, int y, int index) { + return objects[index][x][y]; + } + + @Override + public Scenery[] getObjects(int chunkX, int chunkY) { + Scenery[] objects = new Scenery[ARRAY_SIZE]; + for (int i = 0; i < ARRAY_SIZE; i++) { + objects[i] = this.objects[i][chunkX][chunkY]; + } + return objects; + } + + /** + * Gets the objects. + * @param index The index. + * @return The objects array. + */ + public Scenery[][] getObjects(int index) { + return objects[index]; + } + + @Override + public void setCurrentBase(Location currentBase) { + for (int i = 0; i < objects.length; i++) { + for (int x = 0; x < objects[i].length; x++) { + for (int y = 0; y < objects[i][x].length; y++) { + if (objects[i][x][y] != null) { + Location newLoc = currentBase.transform(x, y, 0); + objects[i][x][y].setLocation(newLoc); + } + } + } + } + super.setCurrentBase(currentBase); + } +} diff --git a/Server/src/main/core/game/world/map/Direction.java b/Server/src/main/core/game/world/map/Direction.java index 5ea05319c..4555f931b 100644 --- a/Server/src/main/core/game/world/map/Direction.java +++ b/Server/src/main/core/game/world/map/Direction.java @@ -8,11 +8,11 @@ import core.game.world.map.path.ClipMaskSupplier; */ public enum Direction { /** - * 7 0 4 + * 0 1 2 * \ | / - * 3 - . - 1 + * 3 - . - 4 * / | \ - * 6 2 5 + * 5 6 7 */ @@ -69,7 +69,7 @@ public enum Direction { /** * The integer value. */ - public final int value; + private final int value; /** * The traversal flags. diff --git a/Server/src/main/core/game/world/map/Location.java b/Server/src/main/core/game/world/map/Location.java new file mode 100644 index 000000000..ac4b1b310 --- /dev/null +++ b/Server/src/main/core/game/world/map/Location.java @@ -0,0 +1,578 @@ +package core.game.world.map; + +import core.game.interaction.DestinationFlag; +import core.game.node.Node; +import core.game.world.map.path.Path; +import core.game.world.map.path.Pathfinder; +import core.tools.RandomFunction; +import org.jetbrains.annotations.NotNull; +import core.api.utils.Vector; + +import java.util.ArrayList; +import java.util.List; +import java.lang.Math; + +/** + * Represents a location on the world map. + * @author Emperor + */ +public final class Location extends Node { + + /** + * The x-coordinate. + */ + private int x; + + /** + * The y-coordinate. + */ + private int y; + + /** + * The plane. + */ + private int z; + + /** + * Constructs a new {@code Location} {@code Object}. + * @param x The x-coordinate. + * @param y The y-coordinate. + * @param z The z-coordinate. + */ + public Location(int x, int y, int z) { + super(null, null); + super.destinationFlag = DestinationFlag.LOCATION; + this.x = x; + this.y = y; + if (z < 0) { + z += 4; + } + this.z = z; + } + + /** + * Constructs a new {@code Location} {@code Object} + * @param x The x-coordinate. + * @param y The y-coordinate. + */ + public Location(int x, int y) { + this(x, y, 0); + } + + /** + * Constructs a new {@code Location} {@code Object}. + * @param x The x-coordinate. + * @param y The y coordinate. + * @param z The z-coordinate. + * @param randomizer The amount we should randomize the x and y coordinates + * with (x + random(randomizer), y + random(randomizer)). + */ + public Location(int x, int y, int z, int randomizer) { + this(x + RandomFunction.getRandom(randomizer), y + RandomFunction.getRandom(randomizer), z); + } + + /** + * Construct a new Location. + * @param x The x-coordinate. + * @param y The y-coordinate. + * @param z The z-coordinate. + * @return The constructed location. + */ + public static Location create(int x, int y, int z) { + return new Location(x, y, z); + } + + public static Location create(int x, int y) { + return new Location(x, y, 0); + } + + /** + * Creates a new instance of the given location. + * @param location The given location. + * @return The new instance. + */ + public static Location create(Location location) { + return create(location.getX(), location.getY(), location.getZ()); + } + + /** + * Creates a location instance with coordinates being the difference between + * {@code other} & {@code location}. + * @param location The first location. + * @param other The other location. + * @return The delta location. + */ + public static Location getDelta(Location location, Location other) { + return Location.create(other.x - location.x, other.y - location.y, other.z - location.z); + } + + /** + * Gets a random location near the main location. + * @param main The main location. + * @param radius The radius. + * @param reachable If the locations should be able to reach eachother. + * @return The location. + */ + public static Location getRandomLocation(Location main, int radius, boolean reachable) { + Location location = RegionManager.getTeleportLocation(main, radius); + if (!reachable) { + return location; + } + Path path = Pathfinder.find(main, location, false, Pathfinder.DUMB); + if (!path.isSuccessful()) { + location = main; + if (!path.getPoints().isEmpty()) { + Point p = path.getPoints().getLast(); + location = Location.create(p.getX(), p.getY(), main.getZ()); + } + } + return location; + } + + @Override + public Location getLocation() { + return this; + } + + /** + * Checks if this location is right next to the node (assuming the node is + * size 1x1). + * @param node The node to check. + * @return {@code True} if this location is 1 tile north, west, south or + * east of the node location. + */ + public boolean isNextTo(Node node) { + Location l = node.getLocation(); + if (l.getY() == y) { + return l.getX() - x == -1 || l.getX() - x == 1; + } + if (l.getX() == x) { + return l.getY() - y == -1 || l.getY() - y == 1; + } + return false; + } + + /** + * Gets the region id. + * @return The region id. + */ + public int getRegionId() { + return (x >> 6) << 8 | (y >> 6); + } + + /** + * Compares the users region with the one given + * @return True if user is in given region + */ + public boolean isInRegion(int region) { + return getRegionId() == region; + } + + /** + * Gets the location incremented by the given coordinates. + * @param dir The direction to transform this location. + * @return The location. + */ + public Location transform(Direction dir) { + return transform(dir, 1); + } + + /** + * Gets the location incremented by the given coordinates. + * @param dir The direction to transform this location. + * @param steps The amount of steps to move in this direction. + * @return The location. + */ + public Location transform(Direction dir, int steps) { + return new Location(x + (dir.getStepX() * steps), y + (dir.getStepY() * steps), this.z); + } + + /** + * Gets the location incremented by the given coordinates. + * @param l incremental location + * @return The location. + */ + public Location transform(Location l) { + return new Location(x + l.getX(), y + l.getY(), this.z + l.getZ()); + } + + /** + * Gets the location incremented by the given coordinates. + * @param diffX The x-difference. + * @param diffY The y-difference. + * @param z The height difference. + * @return The location. + */ + public Location transform(int diffX, int diffY, int z) { + return new Location(x + diffX, y + diffY, this.z + z); + } + + /** + * Checks if the other location is within viewing distance. + * @param other The other location. + * @return If you're within the other distance. + */ + public boolean withinDistance(Location other) { + return withinDistance(other, MapDistance.RENDERING.getDistance()); + } + + /** + * Returns if a player is within a specified distance. + * @param other The other location. + * @param dist The amount of distance. + * @return If you're within the other distance. + */ + public boolean withinDistance(Location other, int dist) { + if (other.z != z) { + return false; + } + + int a = (other.x - x); + int b = (other.y - y); + double product = Math.sqrt((a*a) + (b*b)); + return product <= dist; + } + + /** + * Returns if a player is within a specified distance using max norm distance. + * @param other The other location. + * @param dist The amount of distance. + * @return If you're within the other distance. + */ + public boolean withinMaxnormDistance(Location other, int dist) { + if (other.z != z) { + return false; + } + + int a = Math.abs(other.x - x); + int b = Math.abs(other.y - y); + double max = Math.max(a, b); + return max <= dist; + } + + /** + * Returns the distance between you and the other. + * @param other The other location. + * @return The amount of distance between you and other. + */ + public double getDistance(Location other) { + int xdiff = this.getX() - other.getX(); + int ydiff = this.getY() - other.getY(); + return Math.sqrt(xdiff * xdiff + ydiff * ydiff); + } + + /** + * Returns the distance between the first and the second specified distance. + * @param first The first location. + * @param second The other location. + * @return The amount of distance between first and other. + */ + public static double getDistance(Location first, Location second) { + int xdiff = first.getX() - second.getX(); + int ydiff = first.getY() - second.getY(); + return Math.sqrt(xdiff * xdiff + ydiff * ydiff); + } + + /** + * Gets the 8 tiles surrounding this location as an ArrayList + */ + public ArrayList getSurroundingTiles() { + ArrayList locs = new ArrayList<>(); + + locs.add(transform(-1,-1,0));//SW + locs.add(transform(0,-1,0)); //S + locs.add(transform(1,-1,0)); //SE + locs.add(transform(1,0,0)); //E + locs.add(transform(1,1,0)); //NE + locs.add(transform(0,1,0)); //N + locs.add(transform(-1,1,0));//NW + locs.add(transform(-1,0,0));//W + + return locs; + } + + public ArrayList getCardinalTiles() { + ArrayList locs = new ArrayList<>(); + + locs.add(transform(-1, 0, 0)); + locs.add(transform(0, -1, 0)); + locs.add(transform(1, 0, 0)); + locs.add(transform(0, 1, 0)); + return locs; + } + + /** + * Gets a square of 3 x 3 tiles as an ArrayList + */ + public ArrayList get3x3Tiles() { + ArrayList locs = new ArrayList<>(); + locs.add(transform(0,0,0)); //Center + locs.add(transform(0,1,0)); //N + locs.add(transform(1,1,0)); //NE + locs.add(transform(1,0,0)); //E + locs.add(transform(1,-1,0)); //SE + locs.add(transform(0,-1,0)); //S + locs.add(transform(-1,-1,0));//SW + locs.add(transform(-1,0,0));//W + locs.add(transform(-1,1,0));//NW + return locs; + } + + /** + * Gets the x position on the region chunk. + * @return The x position on the region chunk. + */ + public int getChunkOffsetX() { + int x = getLocalX(); + //return x - ((x / RegionChunk.SIZE) * RegionChunk.SIZE); + return x & 7; + } + + /** + * Gets the y position on the region chunk. + * @return The y position on the region chunk. + */ + public int getChunkOffsetY() { + int y = getLocalY(); + //return y - ((y / RegionChunk.SIZE) * RegionChunk.SIZE); + return y & 7; + } + + /** + * Gets the base location for the chunk this location is in. + * @return The base location. + */ + public Location getChunkBase() { + return create(getRegionX() << 3, getRegionY() << 3, z); + } + + /** + * Gets the region x-coordinate. + * @return The region x-coordinate. + */ + public int getRegionX() { + return x >> 3; + } + + /** + * Gets the region y-coordinate. + * @return The region y-coordinate. + */ + public int getRegionY() { + return y >> 3; + } + + /** + * Gets the local x-coordinate on the current region in [0, 64). + * @return The local x-coordinate. + */ + public int getLocalX() { + return x & 63; + } + + /** + * Gets the local y-coordinate on the current region in [0, 64). + * @return The local y-coordinate. + */ + public int getLocalY() { + return y & 63; + } + + /** + * Gets the scene x-coordinate in [48, 55] (note that 104/2 = 52). + * @return The local x-coordinate. + */ + public int getSceneX() { + return x - ((getRegionX() - 6) << 3); + } + + /** + * Gets the local y-coordinate in [48, 55] (note that 104/2 = 52). + * @return The local y-coordinate. + */ + public int getSceneY() { + return y - ((getRegionY() - 6) << 3); + } + + /** + * Gets the local x-coordinate. + * @param loc The location containing the regional coordinates. + * @return The local x-coordinate. + */ + public int getSceneX(Location loc) { + return x - ((loc.getRegionX() - 6) << 3); + } + + /** + * Gets the local y-coordinate. + * @param loc The location containing the regional coordinates. + * @return The local y-coordinate. + */ + public int getSceneY(Location loc) { + return y - ((loc.getRegionY() - 6) << 3); + } + + /** + * Gets the chunk's x-coordinate (0-7). + * @return The x in the (8x8) region. + */ + public int getChunkX() { + return getLocalX() >> 3; + } + + /** + * Gets the chunk's y-coordinate (0-7). + * @return The y in the (8x8) region. + */ + public int getChunkY() { + return getLocalY() >> 3; + } + + @Override + public boolean equals(Object other) { + if (!(other instanceof Location)) { + return false; + } + Location loc = (Location) other; + return loc.x == x && loc.y == y && loc.z == z; + } + + /** + * Checks if these coordinates equal this location. + * @param x the x. + * @param y the y. + * @param z the x. + * @return {@code True} if so. + */ + public boolean equals(int x, int y, int z) { + return equals(new Location(x, y, z)); + } + + @Override + public String toString() { + return "[" + x + ", " + y + ", " + z + "]"; + } + + public static Location fromString(String locString) { + String trimmed = locString.replace("[", "").replace("]", ""); + String[] tokens = trimmed.split(","); + return Location.create( + Integer.parseInt(tokens[0].trim()), + Integer.parseInt(tokens[1].trim()), + Integer.parseInt(tokens[2].trim()) + ); + } + + @Override + public int hashCode() { + return z << 30 | x << 15 | y; + } + + /** + * Gets the x. + * @return The x. + */ + public int getX() { + return x; + } + + /** + * Sets the x. + * @param x The x to set. + */ + public void setX(int x) { + this.x = x; + } + + /** + * Gets the y. + * @return The y. + */ + public int getY() { + return y; + } + + /** + * Sets the y. + * @param y The y to set. + */ + public void setY(int y) { + this.y = y; + } + + /** + * Gets the z. + * @return The z. + */ + public int getZ() { + return z % 4; + } + + /** + * Sets the z. + * @param z The z to set. + */ + public void setZ(int z) { + this.z = z; + } + + @NotNull + public List getStepComponents(Direction dir) { + List output = new ArrayList<>(2); + int stepX = dir.getStepX(); + int stepY = dir.getStepY(); + + // alright ill break it down real simple + // + // we can move diagonally but theres no melee attacking diagonally. its gotta be from N, W, S or E. + // if we are moving diagonally, we then need to check if we can attack from one of the valid directions. + // in other words we need to check the two tiles that share a corner with our destination and make sure they can be attacked from + // + // picture this: you are at (0,0). im at (1,1). you want to strangle my head off so you gotta check + // 1. to the west of destination: (1,1) + (-1,0) = (0,1) or north from where you started + // 2. to the south of the destination: (1,1) + (0,-1) = (1,0) or east from where you started + // this function is used only by CombatSwingHandler.kt and assumes that we return the X tiles, west or east, FIRST + // and then the Y tiles South and North. + // + // idk what else to say, if youre reading this youre either crazy or crazy good at weird ass shit like this + // and dont even need letters to understand, theres just numbers and arrows and fking formulas or something in ur head (and a lot of work to do here) + + if (stepX != 0) output.add(transform(-stepX, 0, 0)); // Ive never dealt with coordinate systems at this level, but it feels like Im in a cold, damp, deep and dark cave with fking goblins etc + if (stepY != 0) output.add(transform(0, -stepY, 0)); // and minotaurs + return output; + } + + public Direction deriveDirection(Location location) { + int diffX = location.x - this.x; + int diffY = location.y - this.y; + + diffX = diffX >= 0 ? Math.min(diffX, 1) : -1; + diffY = diffY >= 0 ? Math.min(diffY, 1) : -1; + + StringBuilder sb = new StringBuilder(); + + if (diffY != 0) { + if (diffY > 0) { + sb.append("NORTH"); + } else { + sb.append("SOUTH"); + } + } + + if (diffX != 0) { + if (sb.length() > 0) sb.append("_"); + if (diffX > 0) { + sb.append("EAST"); + } else { + sb.append("WEST"); + } + } + + if (sb.length() == 0) return null; + return Direction.valueOf(sb.toString()); + } + + public Location transform (Vector vector) { + return Location.create(this.x + (int) Math.floor(vector.getX()), this.y + (int) Math.floor(vector.getY())); + } +} diff --git a/Server/src/main/core/game/world/map/Location.kt b/Server/src/main/core/game/world/map/Location.kt deleted file mode 100644 index 0d2d01bb9..000000000 --- a/Server/src/main/core/game/world/map/Location.kt +++ /dev/null @@ -1,262 +0,0 @@ -package core.game.world.map - -import core.api.utils.Vector -import core.game.interaction.DestinationFlag -import core.game.node.Node -import core.game.world.map.RegionManager.getTeleportLocation -import core.game.world.map.path.Pathfinder -import core.tools.RandomFunction -import kotlin.math.* - -/** - * Specify a position (x,y,z), implements [Node]. - * - Coordinates x and y can be negative for delta values. Values ±16,383. - * - Coordinate z (level) has a quirk, this class doesn't let you init with a negative z. Values 0 - 3. - */ -/* -Official Terms - - Zones: 8x8 tiles - - Map Squares: 64x64 tiles - - Build Area: 104x104 tiles (13 x 13 chunks centered around player's chunk) - client's loaded area - -Some Definitions: - - Cardinal: Four Base Direction (N E S W) - - Diagonal: Four Diagonal directions (NE SE SW NW) - - Compass: All 8 directions (For this game, compass in relation to 8-point Cardinal+Diagonal) - - Euclidean distance: Straight-line length of two points. Direct calculation. e.g. [2,3] distance=√13(≈3.61) - - Manhattan distance: Cardinal length of two points. Count of steps along grid lines. e.g. [2,3] distance=5 - - Chebyshev distance: Cardinal+Diagonal length of two points. Count of king moves to make. e.g. [2,3] distance=3 - */ -class Location(var hash: LocationHash) : Node(null, null) { - @JvmOverloads - constructor(x: Int, y: Int, z: Int = 0) : this( - LocationHash(x, y, (z % 4 + 4) % 4) // The previous z calc didn't make sense since they play around with negative numbers. - ) - constructor(location: Location) : this(location.hash) - constructor(x: Int, y: Int, z: Int, randomizer: Int) : - this(x + RandomFunction.getRandom(randomizer), y + RandomFunction.getRandom(randomizer), z) - init { super.destinationFlag = DestinationFlag.LOCATION } // This is to set the type of [Node]. - - // Map properties directly to the underlying hash for convenience - var x: Int - get() = hash.x - set(value) { hash = LocationHash(value, y, z) } - - var y: Int - get() = hash.y - set(value) { hash = LocationHash(x, value, z) } - - var z: Int - get() = hash.z - set(value) { hash = LocationHash(x, y, (value % 4 + 4) % 4) } - - companion object { - // Alternate static constructors - @JvmStatic @JvmOverloads fun create(x: Int, y: Int, z: Int = 0): Location = Location(x, y, z) - @JvmStatic fun create(location: Location): Location = Location(location) - /** @return new Location parsed from a string format "[x, y, z]". */ - fun fromString(locString: String): Location { - val coordinates = locString.removeSurrounding("[", "]").split(",").map { it.trim().toInt() } - return create(coordinates[0], coordinates[1], coordinates[2]) - } - - /** @return Straight-line(Euclidean) distance between two locations. */ - @JvmStatic fun getDistance(first: Location, second: Location): Double { - val xDiff: Int = first.x - second.x - val yDiff: Int = first.y - second.y - return sqrt((xDiff * xDiff + yDiff * yDiff).toDouble()) - } - - /** @return A location representing the delta between two locations. This is not a good function because it doesn't care about z. */ - @JvmStatic fun getDelta(location: Location, other: Location): Location = create(other.x - location.x, other.y - location.y, other.z - location.z) - - /** @return A random location within radius, optionally verifying reachability. */ - fun getRandomLocation(main: Location, radius: Int, reachable: Boolean): Location { - val loc = getTeleportLocation(main, radius) - if (!reachable) return loc - val path = Pathfinder.find(main, loc, false, Pathfinder.DUMB) - if (!path.isSuccessful && path.points.isNotEmpty()) { - return create(path.points.last.x, path.points.last.y, main.z) - } else if (path.isSuccessful) { - return loc - } else { - return main - } - } - } - - // Function overrides of Node class and Java class - override fun getLocation(): Location = this - override fun toString(): String = "[$x, $y, $z]" - override fun hashCode(): Int = hash.hash - override fun equals(other: Any?): Boolean { - return when (other) { - is Location -> other.hash == this.hash - is LocationHash -> other == this.hash - else -> false - } - } - fun equals(x: Int, y: Int, z: Int): Boolean = hash == LocationHash(x, y, z) - - // Derived variables. Please note the following isn't a 1-1 representation of what is officially used. - - // Region - (Officially: Map Square) 64x64 - /** The region. */ - val region: Region get() = RegionManager.forId(regionId) - /** Unique index "key" (Officially: region_uid) for a 64x64 area. Made of x and y joined bitwise together. Used in xteas.json. */ - val regionId: Int get() = x shr 6 shl 8 or (y shr 6) // Cuts off the end 6 bits of both x y and joins them together. E.g. 10392 - /** The chunk x index for this position (x/8). For sets of 8x8 area. THIS IS NAMED WRONG, THIS IS A CHUNK(8) NOT REGION(64). */ - val regionX: Int get() = x shr 3 // shr 3 is essentially divide by 8 - /** The chunk y index for this position (y/8). For sets of 8x8 area. THIS IS NAMED WRONG, THIS IS A CHUNK(8) NOT REGION(64). */ - val regionY: Int get() = y shr 3 // shr 3 is essentially divide by 8 - // Local - x,y position inside a region - /** The relative x position inside a region(64x64). */ - val localX: Int get() = x and 63 // and 63 is essentially modulo 64 - /** The relative y position inside a region(64x64). */ - val localY: Int get() = y and 63 // and 63 is essentially modulo 64 - /** @return Check if it is in the same region id. */ - fun isInRegion(region: Int): Boolean = regionId == region - - // Chunk - (Officially: Zones) 8x8 - /** The chunk. */ - val chunk: RegionChunk get() = region.chunks[chunkX][chunkY][z] - /** The chunk base on the world map. */ - val chunkBase: Location get() = create(regionX shl 3, regionY shl 3, z) - /** The ABSOLUTE chunk x index for this position. (Same as regionX, but named correctly.) */ - val absChunkX: Int get() = x shr 3 // shr 3 is essentially divide by 8 - /** The ABSOLUTE chunk y index for this position. (Same as regionY, but named correctly.) */ - val absChunkY: Int get() = y shr 3 // shr 3 is essentially divide by 8 - /** The chunk x index for this position RELATIVE to a region[localX](x/8). THIS IS NOT GLOBAL CHUNK X. */ - val chunkX: Int get() = localX shr 3 // shr 3 is essentially divide by 8 (note this is localX) - /** The chunk y index for this position RELATIVE to a region[localY](y/8). THIS IS NOT GLOBAL CHUNK Y. */ - val chunkY: Int get() = localY shr 3 // shr 3 is essentially divide by 8 (note this is localX) - /** The relative x position inside a chunk(8x8). */ - val chunkOffsetX: Int get() = localX and 7 // and 7 is essentially modulo 8 - /** The relative y position inside a chunk(8x8). */ - val chunkOffsetY: Int get() = localY and 7 // and 7 is essentially modulo 8 - - // Scene - (Officially: Build Area) 104x104 - Made of 13x13 chunks(8x8) - /** The relative x position inside a scene(104x104). Used for client viewport rendering. */ - val sceneX: Int get() = x - (regionX - 6 shl 3) // Centers the current region at [7chunk,7chunk] - /** The relative y position inside a scene(104x104). Used for client viewport rendering. */ - val sceneY: Int get() = y - (regionY - 6 shl 3) // Centers the current region at [7chunk,7chunk] - /** @return The local scene x-coordinate relative to another location's regionX. */ - fun getSceneX(loc: Location): Int = x - (loc.regionX - 6 shl 3) - /** @return The local scene y-coordinate relative to another location's regionY. */ - fun getSceneY(loc: Location): Int = y - (loc.regionY - 6 shl 3) - - /** @return The location incremented by another location's coordinates. (POTENTIAL Z PROBLEMS HERE) */ - // TODO: THE FOLLOWING TRANSFORM HAS SHIT Z HANDLING. - fun transform(l: Location): Location = Location(x + l.x, y + l.y, (z + l.z) % 4) - /** @return The location incremented by specific x, y, z differences. */ - fun transform(diffX: Int, diffY: Int, z: Int): Location = Location(x + diffX, y + diffY, (this.z + z) % 4) - /** @return The location incremented by direction and steps. */ - @JvmOverloads fun transform(dir: Direction, steps: Int = 1): Location = Location(x + dir.stepX * steps, y + dir.stepY * steps, z) - /** Location transformed by a Vector. Limit usage to more complicated functionality. */ - fun transform(vector: Vector): Location = create(x + floor(vector.x).toInt(), y + floor(vector.y).toInt()) - - /** @return True if this location is 1 tile N, W, S, or E of the node. THIS CAN BE REFACTORED OUT. */ - fun isNextTo(node: Node): Boolean { - val l = node.location - return if (l.y == y) abs(l.x - x) == 1 else if (l.x == x) abs(l.y - y) == 1 else false - } - - /** @return True if this other location is within dist of this location. */ - @JvmOverloads fun withinDistance(other: Location, dist: Int = MapDistance.RENDERING.distance): Boolean { - if (other.z != z) return false - return getDistance(this, other) <= dist - } - - /** @return True if within specified distance using max norm (Chebyshev) distance. */ - fun withinMaxnormDistance(other: Location, dist: Int): Boolean = if (other.z != z) false else max(abs(other.x - x), abs(other.y - y)) <= dist - - /** @return The straight-line(Euclidean) distance between this and another location. */ - fun getDistance(other: Location): Double = getDistance(this, other) - - /** @returns ArrayList of the 8 cardinal and diagonal tiles. Order is important and follows [Direction] indexing */ - val surroundingTiles: ArrayList get() { - val locations = ArrayList() - locations.add(transform(-1, -1, 0)) - locations.add(transform(0, -1, 0)) - locations.add(transform(1, -1, 0)) - locations.add(transform(1, 0, 0)) - locations.add(transform(1, 1, 0)) - locations.add(transform(0, 1, 0)) - locations.add(transform(-1, 1, 0)) - locations.add(transform(-1, 0, 0)) - return locations - } - - /** @returns ArrayList of the 4 cardinal direction tiles. Order is important and follows [Direction] indexing */ - val cardinalTiles: ArrayList get() { - val locations = ArrayList() - locations.add(transform(-1, 0, 0)) - locations.add(transform(0, -1, 0)) - locations.add(transform(1, 0, 0)) - locations.add(transform(0, 1, 0)) - return locations - } - - /** - * Gets the directional components of a movement step. - * TODO: would prefer this in the other place. This doesn't exactly belong here since this isn't a common function for other instances of Location - * - * we can move diagonally but there's no melee attacking diagonally. its gotta be from N, W, S or E. - * if we are moving diagonally, we then need to check if we can attack from one of the valid directions. - * in other words we need to check the two tiles that share a corner with our destination and make sure they can be attacked from - * - * picture this: you are at (0,0). im at (1,1). you want to strangle my head off, so you got to check - * 1. to the west of destination: (1,1) + (-1,0) = (0,1) or north from where you started - * 2. to the south of the destination: (1,1) + (0,-1) = (1,0) or east from where you started - * this function is used only by CombatSwingHandler.kt and assumes that we return the X tiles, west or east, FIRST - * and then the Y tiles South and North. - */ - fun getStepComponents(dir: Direction): List { - val output = ArrayList(2) - if (dir.stepX != 0) output.add(transform(-dir.stepX, 0, 0)) - if (dir.stepY != 0) output.add(transform(0, -dir.stepY, 0)) - return output - } - - /** @return the Direction of the another location relative to this one. */ - fun deriveDirection(location: Location): Direction? { - val dx = (location.x - x).let { if (it >= 0) min(it, 1) else -1 } - val dy = (location.y - y).let { if (it >= 0) min(it, 1) else -1 } - val sb = StringBuilder() - if (dy != 0) sb.append(if (dy > 0) "NORTH" else "SOUTH") - if (dx != 0) { if (sb.isNotEmpty()) sb.append("_"); sb.append(if (dx > 0) "EAST" else "WEST") } - return if (sb.isEmpty()) null else Direction.valueOf(sb.toString()) - } - - /** - * Locations as an Integer rather than a Location object. This is for space efficiency. - * Inner class, because this is only used here, and to avoid adding another standard until this replaces Location - * - * 32 bits for an int (z z x x x x x x x x x x x x x x x y y y y y y y y y y y y y y y) - * - Rightmost set of 15 bits is for y (can handle negative numbers) - * - Middle set of 15 bits is for x (can handle negative numbers) - * - Leftmost set of 2 bits is for z - * - * Since x and y occupy 15 bits (0 to 32,767) it becomes => 1 sign + 14 bits (e.g., 16,384) for range of ±16,383. - */ - @JvmInline - value class LocationHash(val hash: Int) { - constructor(x: Int, y: Int, z: Int = 0) : this( - ((z and 0x3) shl 30) or - ((x and 0x7FFF) shl 15) or - (y and 0x7FFF) - ) - val x: Int get() { - val raw = (hash ushr 15) and 0x7FFF - // If the 15th bit is set, it's a negative number in 15-bit range - return if (raw >= 0x4000) raw - 0x8000 else raw - } - - val y: Int get() { - val raw = hash and 0x7FFF - // If the 15th bit is set, it's a negative number - return if (raw >= 0x4000) raw - 0x8000 else raw - } - val z: Int get() = hash ushr 30 - } -} diff --git a/Server/src/main/core/game/world/map/Region.java b/Server/src/main/core/game/world/map/Region.java index 2d3b0014f..ff87d8e6b 100644 --- a/Server/src/main/core/game/world/map/Region.java +++ b/Server/src/main/core/game/world/map/Region.java @@ -1,12 +1,9 @@ package core.game.world.map; import core.cache.Cache; -import core.game.node.Node; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.music.MusicZone; -import core.game.node.scenery.Scenery; -import core.game.node.scenery.SceneryBuilder; import core.game.system.communication.CommunicationInfo; import core.game.system.task.Pulse; import core.game.world.map.build.DynamicRegion; @@ -32,21 +29,12 @@ import static core.api.ContentAPIKt.log; * @author Emperor */ public class Region { + /** - * The number of tiles per region. + * The default size of a region. */ public static final int SIZE = 64; - /** - * The number of chunks per region. - */ - public static final int CHUNKS_SIZE = 8; - - /** - * The number of z levels per x,y coordinate. - */ - public static final int PLANES = 4; - /** * The region x-coordinate. */ @@ -58,9 +46,9 @@ public class Region { private final int y; /** - * The chunks in this region. + * The region planes. */ - protected RegionChunk[][][] chunks = new RegionChunk[CHUNKS_SIZE][CHUNKS_SIZE][PLANES]; + private final RegionPlane[] planes = new RegionPlane[4]; /** * The activity pulse. @@ -85,7 +73,7 @@ public class Region { /** * Keeps track of players and time in region for tolerance purposes */ - private final HashMap tolerances = new HashMap(); + private final HashMap tolerances = new HashMap<>(); /** * If the region is active. @@ -118,10 +106,9 @@ public class Region { private boolean build; /** - * Any scenery overrides for this region + * If all planes should be updated when in this region (instead of just current one). */ - private final ArrayList addSceneries = new ArrayList<>(); - private final ArrayList removeSceneries = new ArrayList<>(); + private boolean updateAllPlanes; /** * Constructs a new {@code Region} {@code Object}. @@ -131,14 +118,8 @@ public class Region { public Region(int x, int y) { this.x = x; this.y = y; - Location swCorner = getBaseLocation(); - for (x = 0; x < CHUNKS_SIZE; x++) { - for (y = 0; y < CHUNKS_SIZE; y++) { - for (int z = 0; z < PLANES; z++) { - Location loc = swCorner.transform(x * RegionChunk.SIZE, y * RegionChunk.SIZE, z); - chunks[x][y][z] = new RegionChunk(loc, 0); - } - } + for (int plane = 0; plane < 4; plane++) { + planes[plane] = new RegionPlane(this, plane); } this.activityPulse = new Pulse(50) { @Override @@ -158,57 +139,79 @@ public class Region { return Location.create(x << 6, y << 6, 0); } - /** - * Gets the chunks. - * @return The chunks. - */ - public RegionChunk[][][] getChunks() { - return chunks; - } - /** * Adds a region zone to this region. * @param zone The region zone. */ public void add(RegionZone zone) { regionZones.add(zone); - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - for (int z = 0; z < PLANES; z++) { - for (NPC npc : chunks[x][y][z].getNpcs()) { - npc.getZoneMonitor().updateLocation(npc.getLocation()); - } - for (Player player : chunks[x][y][z].getPlayers()) { - if (player != null) { - player.getZoneMonitor().updateLocation(player.getLocation()); - } - } - } + for (RegionPlane plane : planes) { + for (NPC npc : plane.getNpcs()) { + npc.getZoneMonitor().updateLocation(npc.getLocation()); + } + for (Player p : plane.getPlayers()) { + p.getZoneMonitor().updateLocation(p.getLocation()); } } } public void remove(RegionZone zone) { regionZones.remove(zone); - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - for (int z = 0; z < PLANES; z++) { - for (NPC npc : chunks[x][y][z].getNpcs()) { - npc.getZoneMonitor().updateLocation(npc.getLocation()); - } - for (Player player : chunks[x][y][z].getPlayers()) { - player.getZoneMonitor().updateLocation(player.getLocation()); - } - } + for (RegionPlane plane : planes) { + for (NPC npc : plane.getNpcs()) { + npc.getZoneMonitor().updateLocation(npc.getLocation()); + } + for (Player p : plane.getPlayers()) { + p.getZoneMonitor().updateLocation(p.getLocation()); } } } + /** + * Adds a player to this region. + * @param player The player. + */ + public void add(Player player) { + planes[player.getLocation().getZ()].add(player); + tolerances.put(player.getUsername(), System.currentTimeMillis()); + flagActive(); + } + + /** + * Adds an npc to this region. + * @param npc The npc. + */ + public void add(NPC npc) { + planes[npc.getLocation().getZ()].add(npc); + } + + /** + * Removes an NPC from this region. + * @param npc The NPC. + */ + public void remove(NPC npc) { + RegionPlane plane = npc.getViewport().getCurrentPlane(); + if (plane != null && plane != planes[npc.getLocation().getZ()]) { + plane.remove(npc); + } + planes[npc.getLocation().getZ()].remove(npc); + } + + /** + * Removes a player from this region. + * @param player The player. + */ + public void remove(Player player) { + player.getViewport().getCurrentPlane().remove(player); + tolerances.remove(player.getUsername()); + checkInactive(); + } + /** * Checks if player is tolerated by enemies in this region */ - public boolean isTolerated(Player player) { - return System.currentTimeMillis() - tolerances.getOrDefault(player.getName(), System.currentTimeMillis()) > TimeUnit.MINUTES.toMillis(10); + public boolean isTolerated(Player player){ + return System.currentTimeMillis() - tolerances.getOrDefault(player.getUsername(), System.currentTimeMillis()) > TimeUnit.MINUTES.toMillis(10); } /** @@ -228,13 +231,9 @@ public class Region { if (isViewed()) { return false; } - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - for (int z = 0; z < PLANES; z++) { - if (!chunks[x][y][z].getPlayers().isEmpty()) { - return false; - } - } + for (RegionPlane p : planes) { + if (!p.getPlayers().isEmpty()) { + return false; } } if (runPulse) { @@ -247,6 +246,14 @@ public class Region { return true; } + /** + * Checks if this region has the inactivity flagging pulse running. + * @return {@code True} if so. + */ + public boolean isPendingRemoval() { + return activityPulse.isRunning(); + } + /** * Flags the region as active. */ @@ -255,14 +262,10 @@ public class Region { if (!active) { active = true; load(this); - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - for (int z = 0; z < PLANES; z++) { - for (NPC npc : chunks[x][y][z].getNpcs()) { - if (npc.isActive()) { - Repository.addRenderableNPC(npc); - } - } + for (RegionPlane r : planes) { + for (NPC n : r.getNpcs()) { + if (n.isActive()) { + Repository.addRenderableNPC(n); } } } @@ -270,7 +273,7 @@ public class Region { } public boolean flagInactive(boolean force) { - if (unload(force)) { + if (unload(this, force)) { active = false; return true; } else { @@ -282,7 +285,7 @@ public class Region { * Flags the region as inactive. */ public boolean flagInactive() { - return flagInactive(false); + return flagInactive(false); } /** @@ -296,7 +299,7 @@ public class Region { /** * Loads the flags for a region. * @param r The region. - * @param build If the region can be edited. + * @param build if all objects in this region should be stored (rather than just the ones with options). */ public static void load(Region r, boolean build) { try { @@ -315,13 +318,11 @@ public class Region { return; } - byte[][][] mapscapeData = new byte[PLANES][SIZE][SIZE]; - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - for (int z = 0; z < PLANES; z++) { - r.chunks[x][y][z].getFlags().setLandscape(new boolean[RegionChunk.SIZE][RegionChunk.SIZE]); - } - } + byte[][][] mapscapeData = new byte[4][SIZE][SIZE]; + for (RegionPlane plane : r.planes) { + plane.getFlags().setLandscape(new boolean[SIZE][SIZE]); + //plane.getFlags().setClippingFlags(new int[SIZE][SIZE]); + //plane.getProjectileFlags().setClippingFlags(new int[SIZE][SIZE]); } if (mapscapeId > -1) { ByteBuffer mapscape = ByteBuffer.wrap(Cache.getIndexes()[5].getCacheFile().getContainerUnpackedData(mapscapeId)); @@ -337,64 +338,50 @@ public class Region { } r.hasFlags = true; try { - LandscapeParser.parse(r, r.chunks, mapscapeData, ByteBuffer.wrap(landscape), build); + LandscapeParser.parse(r, mapscapeData, ByteBuffer.wrap(landscape), build); } catch (Throwable t) { new Throwable("Failed parsing region " + regionId + "!", t).printStackTrace(); } } - MapscapeParser.clipMapscape(r, r.chunks, mapscapeData); - for (Scenery object : r.removeSceneries) { - // Get the actual object, not the instance that's kept in the removeScenery array - Location loc = object.getLocation(); - Scenery realObject = RegionManager.getObject(loc.getX(), loc.getY(), loc.getZ(), object.getId(), object.getType()); - if (realObject != null) { - SceneryBuilder.remove(realObject); - } - } - for (Scenery object : r.addSceneries) { - SceneryBuilder.add(object); - } + MapscapeParser.clipMapscape(r, mapscapeData); } catch (Throwable e) { e.printStackTrace(); } } + public static boolean unload(Region r) { + return unload(r, false); + } + /** - * Unloads the region. + * Unloads a region. + * @param r The region. */ - public boolean unload(boolean force) { - if (!force && isViewed()) { + public static boolean unload(Region r, boolean force) { + if (!force && r.isViewed()) { log(CommunicationInfo.class, Log.ERR, "Players viewing region!"); - flagActive(); + r.flagActive(); return false; } - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - for (int z = 0; z < PLANES; z++) { - if (!force && !chunks[x][y][z].getPlayers().isEmpty()) { - log(CommunicationInfo.class, Log.ERR, "Players still in region! (region id " + getId() + "; " + chunks[x][y][z].getPlayers().size() + " players on a chunk)"); - flagActive(); - return false; - } + for (RegionPlane p : r.planes) { + if (!force && !p.getPlayers().isEmpty()) { + log(CommunicationInfo.class, Log.ERR, "Players still in region!"); + r.flagActive(); + return false; + } + } + for (RegionPlane p : r.planes) { + p.clear(); + if (!(r instanceof DynamicRegion)) { + for (NPC n : p.getNpcs()) { + n.onRegionInactivity(); } } } - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - for (int z = 0; z < PLANES; z++) { - if (!(this instanceof DynamicRegion)) { - ArrayList npcs = new ArrayList<>(chunks[x][y][z].getNpcs()); - for (NPC npc : npcs) { - npc.onRegionInactivity(); - } - } - chunks[x][y][z].clear(); - } - } - } - loaded = false; - activityPulse.stop(); - return true; + if (r.isBuild()) + r.setLoaded(false); + r.activityPulse.stop(); + return true; } /** @@ -439,6 +426,17 @@ public class Region { return active; } + /** + * Sets the active. + * @param active The active to set. + * @deprecated This should not be used, instead use the {@link #flagInactive()}, + * {@link #flagActive()} & {@link #checkInactive()} methods to safely change the activity state. + */ + @Deprecated + public void setActive(boolean active) { + this.active = active; + } + /** * Gets the region id. * @return The region id. @@ -471,6 +469,14 @@ public class Region { return y; } + /** + * Gets the planes. + * @return The planes. + */ + public RegionPlane[] getPlanes() { + return planes; + } + /** * Sets the region-wide music track. */ @@ -526,6 +532,14 @@ public class Region { return hasFlags; } + /** + * Sets the hasFlags. + * @param hasFlags The hasFlags to set. + */ + public void setHasFlags(boolean hasFlags) { + this.hasFlags = hasFlags; + } + /** * Sets the region time out duration. * @param ticks The amount of ticks before the region is flagged as inactive. @@ -550,6 +564,14 @@ public class Region { this.loaded = loaded; } + /** + * Sets the viewAmount. + * @param viewAmount The viewAmount to set. + */ + public void setViewAmount(int viewAmount) { + this.viewAmount = viewAmount; + } + /** * Gets the build. * @return the build @@ -566,69 +588,19 @@ public class Region { this.build = build; } - public List assembleObjectList(int z) { - ArrayList list = new ArrayList<>(); - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - RegionChunk chunk = chunks[x][y][z]; - for (int offsetX = 0; offsetX < RegionChunk.SIZE; offsetX++) { - for (int offsetY = 0; offsetY < RegionChunk.SIZE; offsetY++) { - for (int i = 0; i < RegionChunk.ARRAY_SIZE; i++) { - Scenery object = chunk.getObjects()[offsetX][offsetY][i]; - if (object != null) { - list.add(object); - } - } - } - } - } - } - return list; - } - - public List assembleNpcList(int z) { - ArrayList list = new ArrayList<>(); - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - RegionChunk chunk = chunks[x][y][z]; - list.addAll(chunk.getNpcs()); - } - } - return list; - } - - public List assemblePlayerList(int z) { - ArrayList list = new ArrayList<>(); - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - RegionChunk chunk = chunks[x][y][z]; - list.addAll(chunk.getPlayers()); - } - } - return list; - } - - public List assembleNodeList(int z) { - ArrayList list = new ArrayList<>(assembleObjectList(z)); - list.addAll(assemblePlayerList(z)); - list.addAll(assembleNpcList(z)); - return list; + /** + * Gets the updateAllPlanes value. + * @return The updateAllPlanes. + */ + public boolean isUpdateAllPlanes() { + return updateAllPlanes; } /** - * Getter for region aggro tolerances. + * Sets the updateAllPlanes value. + * @param updateAllPlanes The updateAllPlanes to set. */ - public HashMap getTolerances() { - return tolerances; - } - - /** - * Getters for addScenery and removeScenery. - */ - public ArrayList getAddSceneries() { - return addSceneries; - } - public ArrayList getRemoveSceneries() { - return removeSceneries; + public void setUpdateAllPlanes(boolean updateAllPlanes) { + this.updateAllPlanes = updateAllPlanes; } } diff --git a/Server/src/main/core/game/world/map/RegionChunk.java b/Server/src/main/core/game/world/map/RegionChunk.java index 502edc688..7b3fb71c8 100644 --- a/Server/src/main/core/game/world/map/RegionChunk.java +++ b/Server/src/main/core/game/world/map/RegionChunk.java @@ -1,24 +1,19 @@ package core.game.world.map; -import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.game.node.item.GroundItem; import core.game.node.item.Item; -import core.game.node.scenery.Constructed; import core.game.node.scenery.Scenery; -import core.game.node.scenery.SceneryBuilder; -import core.game.world.map.build.ChunkFlags; -import core.game.world.update.ChunkDirtyListener; -import core.game.world.update.flag.chunk.ItemUpdateFlag; -import core.net.packet.PacketRepository; -import core.net.packet.context.BuildItemContext; -import core.net.packet.out.*; +import core.tools.Log; +import core.tools.SystemLogger; import core.game.world.map.build.DynamicRegion; import core.game.world.map.build.LandscapeParser; import core.game.world.update.flag.UpdateFlag; import core.net.packet.IoBuffer; -import core.tools.Log; -import org.rs09.consts.Items; +import core.net.packet.out.ClearScenery; +import core.net.packet.out.ConstructGroundItem; +import core.net.packet.out.ConstructScenery; +import core.net.packet.out.UpdateAreaPosition; import java.util.ArrayList; import java.util.List; @@ -27,26 +22,16 @@ import static core.api.ContentAPIKt.log; /** * Represents a region chunk. - * @author Emperor, Player Name + * @author Emperor * */ public class RegionChunk { - /** - * The maximum amount of objects to be stored on one tile in the chunk. - * Four objects per tile is the authentic RuneTek engine limit. - */ - public static final int ARRAY_SIZE = 4; /** * The chunk size. */ public static final int SIZE = 8; - /** - * Notified whenever a chunk is flagged, so the rendering pipeline can reset only the chunks that were actually touched. - */ - public static ChunkDirtyListener dirtyListener = chunk -> {}; - /** * The base location of the copied region chunk. */ @@ -57,27 +42,20 @@ public class RegionChunk { */ protected Location currentBase; + /** + * The region plane. + */ + protected RegionPlane plane; + /** * The items in this chunk. */ - protected List items = new ArrayList<>(); + protected List items; /** - * The static objects in this chunk. Only used as a reference, do not act on these unless you are the landscape- - * parsing code. - * The game protocol requires us to send separate updates for dynamically added scenery and dynamically - * removed scenery. We implement this by maintaining two lists: one of static scenery, which contains the - * reference state obtained from the cache, and one of dynamic scenery, which is the actual current state of - * the sceneries on a chunk. This means that during landscape-parsing (and, crucially, only then), we need - * to add objects to both the static and dynamic lists. All object interactions in the game, however, only - * use the dynamic list (hence why that is just called 'objects'). + * The scenerys in this chunk. */ - protected Scenery[][][] statObjects; - - /** - * The (dynamic, actual) objects in this chunk. - */ - protected Scenery[][][] objects; + protected Scenery[][] objects; /** * The rotation. @@ -87,334 +65,28 @@ public class RegionChunk { /** * The update flags. */ - private final List> updateFlags = new ArrayList<>(20); - - /** - * The region flags. - */ - private ChunkFlags flags; - - /** - * The region projectile flags. - */ - private ChunkFlags projectileFlags; - - /** - * The players on this chunk. - */ - private final List players = new ArrayList<>(); - - /** - * The NPCs on this chunk. - */ - private final List npcs = new ArrayList<>(); + private List> flags = new ArrayList<>(20); /** * Constructs a new {@code RegionChunk} {@code Object}. * @param base The base location of the region chunk. * @param rotation The rotation. */ - public RegionChunk(Location base, int rotation) { + public RegionChunk(Location base, int rotation, RegionPlane plane) { this.base = base; this.currentBase = base; this.rotation = rotation; - this.statObjects = new Scenery[SIZE][SIZE][ARRAY_SIZE]; - this.objects = new Scenery[SIZE][SIZE][ARRAY_SIZE]; - this.flags = new ChunkFlags(base.getX(), base.getY(), base.getZ()); - this.projectileFlags = new ChunkFlags(base.getX(), base.getY(), base.getZ(), true); - } - - /** - * Corrects objects' Locations when copying them from a template region into an instance - public version. - */ - public void rebaseObjects() { - rebaseObjects(statObjects); - rebaseObjects(objects); - } - - /** - * Corrects objects' Locations when copying them from a template region into an instance - private version. - */ - private void rebaseObjects(Scenery[][][] objects) { - for (int i = 0; i < ARRAY_SIZE; i++) { - for (int x = 0; x < SIZE; x++) { - for (int y = 0; y < SIZE; y++) { - Scenery o = objects[x][y][i]; - if (o == null) { - continue; - } - o.setLocation(getCurrentBase().transform(x, y, 0)); - } - } - } - } - - /** - * Makes a deep copy of an object list - private version. - */ - private void copyObjects(Scenery[][][] src, Scenery[][][] dest) { - for (int x = 0; x < SIZE; x++) { - for (int y = 0; y < SIZE; y++) { - for (int i = 0; i < ARRAY_SIZE; i++) { - Scenery o = src[x][y][i]; - if (o == null) { - continue; - } - Scenery copy = o.transform(o.getId()); - if (o instanceof Constructed) { - dest[x][y][i] = copy.asConstructed(); - } else { - dest[x][y][i] = copy; - } - dest[x][y][i].setActive(o.isActive()); - dest[x][y][i].setRenderable(o.isRenderable()); - } - } - } + this.plane = plane; + this.objects = new Scenery[SIZE][SIZE]; } /** * Copies the region chunk. - * @return The destination chunk. + * @param plane The region plane. + * @return The region chunk. */ - public RegionChunk copy() { - RegionChunk chunk = new RegionChunk(base, rotation); - copyObjects(statObjects, chunk.statObjects); // note that the objects' locations have not been repointed to the new chunk yet, since we don't know _where_ the new chunk will be at this point - copyObjects(objects, chunk.objects); - return chunk; - } - - /** - * Adds the scenery to the static and dynamic object lists. You never want this unless you are the landscape-parsing - * code. - * @param object The object to add. - */ - public void addStatDyn(Scenery object, int chunkOffsetX, int chunkOffsetY) { - for (int i = 0; i < ARRAY_SIZE; i++) { - Scenery current = statObjects[chunkOffsetX][chunkOffsetY][i]; - if (current == null) { - statObjects[chunkOffsetX][chunkOffsetY][i] = object; - objects[chunkOffsetX][chunkOffsetY][i] = object.transform(object.getId()); // deep copy so that active/renderable flags don't synchronize across multiple copies of e.g. a POH - return; - } - if (current.getId() == object.getId()) { - // It's possible that we already have this object. One instance of this was found at 1906, 5082, 0, - // where our cache has more than one copy of the same [Scenery 15349, [1906, 5082, 0], type=22, rot=1] - // object. Since authentically, the engine can only support one of the same type of object per tile, - // if the ID matches we can be confident that this is a duplicate. - return; - } - } - throw new IllegalStateException("RC addStatDyn insufficient array length for storing object " + object); - } - - /** - * Adds the scenery to the dynamic object list. - * @param object The object to add. - * @return The slot it was added into. - */ - public int add(Scenery object) { - int chunkOffsetX = object.getLocation().getChunkOffsetX(); - int chunkOffsetY = object.getLocation().getChunkOffsetY(); - for (int i = 0; i < ARRAY_SIZE; i++) { - Scenery current = objects[chunkOffsetX][chunkOffsetY][i]; - if (current == null) { - objects[chunkOffsetX][chunkOffsetY][i] = object.asConstructed(); - object.setRenderable(true); - object.setActive(true); - return i; - } - if (current.equals(object)) { - // Just reactivate the old instance - current.setRenderable(true); - current.setActive(true); - return i; - } - } - throw new IllegalStateException("RC add insufficient array length for storing object " + object); - } - - /** - * Adds an NPC to this chunk. - * @param npc The NPC to add. - */ - public void add(NPC npc) { - npcs.add(npc); - } - - /** - * Adds a player to this chunk. - * @param player The player. - */ - public void addPlayer(Player player) { - players.add(player); - currentBase.getRegion().flagActive(); - } - - /** - * Adds an item to this region. - * @param item The item. - */ - public void add(GroundItem item) { - getItems().add(item); - if (item.isPrivate()) { - if (item.getDropper() != null) { - PacketRepository.send(ConstructGroundItem.class, new BuildItemContext(item.getDropper(), item)); - } - return; - } - flag(new ItemUpdateFlag(item, ItemUpdateFlag.CONSTRUCT_TYPE)); - } - - /** - * Removes an NPC from this chunk. - * @param npc The NPC. - */ - public void remove(NPC npc) { - npcs.remove(npc); - } - - /** - * Removes a player from this chunk. - * @param player The player. - */ - public void removePlayer(Player player) { - players.remove(player); - currentBase.getRegion().checkInactive(); - } - - /** - * Removes an item from this chunk. - * @param item The ground item. - */ - public void remove(GroundItem item) { - Location l = item.getLocation(); - if (!getItems().remove(item)) { // has null guard - return; - } - if (item.isPrivate()) { - if (item.getDropper() != null && item.getDropper().isPlaying() && item.getDropper().getLocation().withinDistance(l)) { - PacketRepository.send(ClearGroundItem.class, new BuildItemContext(item.getDropper(), item)); - } - return; - } - flag(new ItemUpdateFlag(item, ItemUpdateFlag.REMOVE_TYPE)); - } - - /** - * Rotation consts. Greg loves these :) - */ - private final static int NORTH_ROTATION = 0; - private final static int EAST_ROTATION = 1; - private final static int SOUTH_ROTATION = 2; - private final static int WEST_ROTATION = 3; - private final static int NUMBER_OF_CARDINAL_ROTATIONS = 4; - - /** - * Rotates the chunk. - * @param direction The direction. - */ - public void rotate(Direction direction) { - if (rotation != 0) { - log(this.getClass(), Log.ERR, "Region chunk was already rotated!"); - return; - } - Scenery[][][] oldStat = new Scenery[SIZE][SIZE][ARRAY_SIZE]; - Scenery[][][] oldDyn = new Scenery[SIZE][SIZE][ARRAY_SIZE]; - for (int x = 0; x < SIZE; x++) { - for (int y = 0; y < SIZE; y++) { - for (int i = 0; i < ARRAY_SIZE; i++) { - oldStat[x][y][i] = statObjects[x][y][i]; - Scenery object = objects[x][y][i]; - if (object != null) { - oldDyn[x][y][i] = object; - SceneryBuilder.remove(object); - } - } - } - } - statObjects = new Scenery[SIZE][SIZE][ARRAY_SIZE]; - objects = new Scenery[SIZE][SIZE][ARRAY_SIZE]; - switch (direction) { - case NORTH: rotation = NORTH_ROTATION; break; - case EAST: rotation = EAST_ROTATION; break; - case SOUTH: rotation = SOUTH_ROTATION; break; - case WEST: rotation = WEST_ROTATION; break; - default: rotation = (direction.toInteger() + (direction.toInteger() % 2 == 0 ? 2 : 0)) % NUMBER_OF_CARDINAL_ROTATIONS; - log(this.getClass(), Log.ERR, "Attempted to rotate a chunk in a non-cardinal direction (" + direction.toInteger() + ") - using fallback rotation code. This should be investigated!"); - break; - }; - for (int x = 0; x < SIZE; x++) { - for (int y = 0; y < SIZE; y++) { - for (int i = 0; i < ARRAY_SIZE; i++) { - Scenery stat = oldStat[x][y][i]; - if (stat != null) { - int[] pos = getRotatedPosition(x, y, stat.getDefinition().getSizeX(), stat.getDefinition().getSizeY(), stat.getRotation(), rotation); - int newX = pos[0]; - int newY = pos[1]; - Scenery obj = stat.transform(stat.getId(), (stat.getRotation() + rotation) % NUMBER_OF_CARDINAL_ROTATIONS, stat.getLocation().transform(newX - x, newY - y, 0)); - for (int j = 0; j < ARRAY_SIZE; j++) { - if (statObjects[newX][newY][j] == null) { - statObjects[newX][newY][j] = obj; - break; - } - } - } - Scenery dyn = oldDyn[x][y][i]; - if (dyn != null) { - int[] pos = getRotatedPosition(x, y, dyn.getDefinition().getSizeX(), dyn.getDefinition().getSizeY(), dyn.getRotation(), rotation); - int newX = pos[0]; - int newY = pos[1]; - Scenery obj = dyn.transform(dyn.getId(), (dyn.getRotation() + rotation) % NUMBER_OF_CARDINAL_ROTATIONS, dyn.getLocation().transform(newX - x, newY - y, 0)); - SceneryBuilder.add(obj); - } - } - } - } - } - - /** - * Gets the new coordinates for an object/chunk tile when rotating. - * @param x The current x-coordinate. - * @param y The current y-coordinate. - * @param sizeX The x-size of the object. - * @param sizeY The y-size of the object. - * @param rotation The object rotation. - * @param chunkRotation The chunk rotation. - * @return The new x-coordinate. - */ - public static int[] getRotatedPosition(int x, int y, int sizeX, int sizeY, int rotation, int chunkRotation) { - if ((rotation & 0x1) == 1) { - int s = sizeX; - sizeX = sizeY; - sizeY = s; - } - if (chunkRotation == EAST_ROTATION) { - return new int[] { y, RegionChunk.SIZE - x - sizeX }; - } - if (chunkRotation == SOUTH_ROTATION) { - return new int[] { RegionChunk.SIZE - x - sizeX, RegionChunk.SIZE - y - sizeY }; - } - if (chunkRotation == WEST_ROTATION) { - return new int[] { RegionChunk.SIZE - y - sizeY, x }; - } - return new int[] { x, y }; // NORTH_ROTATION - } - - /** - * Gets the npcs. - * @return The npcs. - */ - public List getNpcs() { - return npcs; - } - - /** - * Gets the players. - * @return The players. - */ - public List getPlayers() { - return players; + public BuildRegionChunk copy(RegionPlane plane) { + return new BuildRegionChunk(base, rotation, plane, this.objects); } /** @@ -422,27 +94,18 @@ public class RegionChunk { * @param flag The flag. */ public void flag(UpdateFlag flag) { - updateFlags.add(flag); - dirtyListener.onFlagged(this); + flags.add(flag); } /** * Clears the region chunk. */ public void clear() { - updateFlags.clear(); - Region region = RegionManager.forId(currentBase.getRegionId()); - if (items != null && region instanceof DynamicRegion) { + flags.clear(); + if (items != null && plane.getRegion() instanceof DynamicRegion) { items.clear(); items = null; } - for (int x = 0; x < SIZE; x++) { - for (int y = 0; y < SIZE; y++) { - for (int i = 0; i < ARRAY_SIZE; i++) { - statObjects[x][y][i] = objects[x][y][i] = null; - } - } - } } /** @@ -460,45 +123,29 @@ public class RegionChunk { * Writes the region chunk update data on the buffer. * @param player The player we're updating for. * @param buffer The buffer to write on. - * @return {@code True} if an update occurred. + * @return {@code True} if an update occured. */ protected boolean appendUpdate(Player player, IoBuffer buffer) { boolean updated = false; + int baseX = currentBase.getLocalX(); + int baseY = currentBase.getLocalY(); for (int x = 0; x < SIZE; x++) { for (int y = 0; y < SIZE; y++) { - for (int i = 0; i < ARRAY_SIZE; i++) { - Scenery dyn = objects[x][y][i]; - Scenery stat = statObjects[x][y][i]; - if (stat == null && dyn == null) { - continue; - } + Scenery dyn = objects[x][y]; + if (dyn == null || plane.getObjects() == null) { + continue; + } + Scenery stat = plane.getObjects()[baseX + x][baseY + y]; + if (!dyn.isRenderable() && stat != null) { + ClearScenery.write(buffer, stat); + updated = true; + } + else if (dyn != stat) { if (stat != null) { - if (stat.equals(dyn)) { - continue; - } - boolean hasReplacement = false; - for (int j = 0; j < ARRAY_SIZE; j++) { - if (j == i) { - continue; - } - Scenery other = objects[x][y][j]; - if (other == null) { - continue; - } - if (other.getLayer() == stat.getLayer()) { - hasReplacement = true; - break; - } - } - if (!hasReplacement) { - ClearScenery.write(buffer, stat); - updated = true; - } - } - if (dyn != null && dyn.isRenderable()) { - ConstructScenery.write(buffer, dyn); - updated = true; + ClearScenery.write(buffer, stat); } + ConstructScenery.write(buffer, dyn); + updated = true; } } } @@ -514,8 +161,9 @@ public class RegionChunk { return updated; } + public ArrayList drawItems(List items, Player player) { - ArrayList totalItems = items != null ? new ArrayList<>(items) : new ArrayList<>(); + ArrayList totalItems = items != null ? new ArrayList(items) : new ArrayList(); if (player.getAttribute("chunkdraw", false)) { Location l = currentBase; @@ -527,7 +175,7 @@ public class RegionChunk { else if (x == 0 || x == SIZE - 1) add = true; if (add) - totalItems.add(new GroundItem(new Item(Items.ABYSSAL_WHIP_13444), l.transform(x, y, 0), player)); + totalItems.add(new GroundItem(new Item(13444), l.transform(x, y, 0), player)); } } } @@ -552,7 +200,7 @@ public class RegionChunk { add = true; if (add) - totalItems.add(new GroundItem(new Item(Items.ABYSSAL_WHIP_13444), l.transform(x,y,0), player)); + totalItems.add(new GroundItem(new Item(13444), l.transform(x,y,0), player)); } } @@ -577,7 +225,7 @@ public class RegionChunk { public void update(Player player) { if (isUpdated()) { IoBuffer buffer = UpdateAreaPosition.getChunkUpdateBuffer(player, currentBase); - Object[] flagsArray = updateFlags.toArray(); + Object[] flagsArray = flags.toArray(); int size = flagsArray.length; for (int i = 0; i < size; i++) { UpdateFlag flag = (UpdateFlag) flagsArray[i]; @@ -587,13 +235,86 @@ public class RegionChunk { } } + /** + * Rotates the chunk. + * @param direction The direction. + */ + public void rotate(Direction direction) { + if (rotation != 0) { + log(this.getClass(), Log.ERR, "Region chunk was already rotated!"); + return; + } + Scenery[][] copy = new Scenery[SIZE][SIZE]; + Scenery[][] staticCopy = new Scenery[SIZE][SIZE]; + int baseX = currentBase.getLocalX(); + int baseY = currentBase.getLocalY(); + for (int x = 0; x < SIZE; x++) { + for (int y = 0; y < SIZE; y++) { + copy[x][y] = objects[x][y]; + staticCopy[x][y] = plane.getObjects()[baseX + x][baseY + y]; + objects[x][y] = plane.getObjects()[baseX + x][baseY + y] = null; + plane.getFlags().clearFlag(baseX + x, baseY + y); + } + } + rotation = direction.toInteger(); + for (int x = 0; x < SIZE; x++) { + for (int y = 0; y < SIZE; y++) { + Scenery object = copy[x][y]; + Scenery stat = staticCopy[x][y]; + boolean match = object == stat; + if (stat == null) { + continue; + } + int[] pos = getRotatedPosition(x, y, stat.getDefinition().getSizeX(), stat.getDefinition().getSizeY(), stat.getRotation(), rotation); + if (object != null) { + object = object.transform(object.getId(), (object.getRotation() + rotation) % 4, object.getLocation().transform(pos[0] - x, pos[1] - y, 0)); + LandscapeParser.flagScenery(plane, baseX + pos[0], baseY + pos[1], object, true, true); + } + if (match) { + stat = object; + } else { + stat = stat.transform(stat.getId(), (stat.getRotation() + rotation) % 4, stat.getLocation().transform(pos[0] - x, pos[1] - y, 0)); + } + plane.getObjects()[baseX + pos[0]][baseY + pos[1]] = stat; + } + } + } + + /** + * Gets the new coordinates for an object/chunk tile when rotating. + * @param x The current x-coordinate. + * @param y The current y-coordinate. + * @param sizeX The x-size of the object. + * @param sizeY The y-size of the object. + * @param rotation The object rotation. + * @param chunkRotation The chunk rotation. + * @return The new x-coordinate. + */ + public static int[] getRotatedPosition(int x, int y, int sizeX, int sizeY, int rotation, int chunkRotation) { + if ((rotation & 0x1) == 1) { + int s = sizeX; + sizeX = sizeY; + sizeY = s; + } + if (chunkRotation == 0) { + return new int[] { x, y }; + } + if (chunkRotation == 1) { + return new int[] { y, 7 - x - (sizeX - 1) }; + } + if (chunkRotation == 2) { + return new int[] { 7 - x - (sizeX - 1), 7 - y - (sizeY - 1) }; + } + return new int[] { 7 - y - (sizeY - 1), x }; + } + /** * Gets the items. * @return The items. */ public List getItems() { if (items == null) { - items = new ArrayList<>(); + items = new ArrayList(); } return items; } @@ -607,65 +328,29 @@ public class RegionChunk { } /** - * Gets the dynamic sceneries located on the coordinates in this chunk. - * @param chunkOffsetX The x coordinate within the chunk (0-7). - * @param chunkOffsetY The y coordinate within the chunk (0-7). + * Gets the scenerys located on the coordinates in this chunk. + * @param chunkX The chunk x-coordinate (0-7). + * @param chunkY The chunk y-coordinate (0-7). * @return The objects. */ - public Scenery[] getObjects(int chunkOffsetX, int chunkOffsetY) { - return objects[chunkOffsetX][chunkOffsetY]; - } - - /** - * Gets the static sceneries located on the coordinates in this chunk. - * @param chunkOffsetX The x coordinate within the chunk (0-7). - * @param chunkOffsetY The y coordinate within the chunk (0-7). - * @return The objects. - */ - public Scenery[] getStatObjects(int chunkOffsetX, int chunkOffsetY) { - return statObjects[chunkOffsetX][chunkOffsetY]; - } - - /** - * Gets the static objects. - * @return The static objects. - */ - public Scenery[][][] getStatObjects() { - return statObjects; + public Scenery[] getObjects(int chunkX, int chunkY) { + return new Scenery[] { objects[chunkX][chunkY] }; } /** * Gets the objects. * @return The objects. */ - public Scenery[][][] getObjects() { + public Scenery[][] getObjects() { return objects; } /** - * Gets the objects index for the given object id and/or scenery type. - * @param x The x-coordinate on the region chunk. - * @param y The y-coordinate on the region chunk. - * @param objectId The object id. -1 if any. - * @param type The scenery type. Ignored if objectId is set to >= -1. + * Sets the objects. + * @param objects The objects to set. */ - public int getIndex(int x, int y, int objectId, int type) { - for (int i = 0; i < ARRAY_SIZE; i++) { - Scenery o = objects[x][y][i]; - if (o != null) { - if (objectId < 0) { - if (type >= 0 && o.getType() != type) { - continue; - } - return i; - } else { - if (o.getId() == objectId) { - return i; - } - } - } - } - return -1; + public void setObjects(Scenery[][] objects) { + this.objects = objects; } /** @@ -705,14 +390,22 @@ public class RegionChunk { * @return The updated. */ public boolean isUpdated() { - return !updateFlags.isEmpty(); + return !flags.isEmpty(); } /** * Resets the flags. */ - public void resetUpdateFlags() { - updateFlags.clear(); + public void resetFlags() { + flags.clear(); + } + + /** + * Gets the region plane. + * @return The plane. + */ + public RegionPlane getPlane() { + return plane; } /** @@ -731,44 +424,18 @@ public class RegionChunk { this.currentBase = currentBase; } - /** - * Reinitializes the clipping flags; used when a region is copied into a new dynamic region. - */ - public void resetClippingFlags() { - flags = new ChunkFlags(currentBase.getX(), currentBase.getY(), currentBase.getZ()); - projectileFlags = new ChunkFlags(currentBase.getX(), currentBase.getY(), currentBase.getZ(), true); - } - - /** - * Rebuilds the clipping flags based on those of a source chunk (used when a chunk is being replaced). - * @param from The region plane to get the new clipping flags from. - */ - public void rebuildClippingFlags(RegionChunk from) { - for (int x = 0; x < SIZE; x++) { - for (int y = 0; y < SIZE; y++) { - // Import the landscape flags from the template chunk to the new chunk - flags.getLandscape()[x][y] = from.getFlags().getLandscape()[x][y]; - projectileFlags.getLandscape()[x][y] = from.getProjectileFlags().getLandscape()[x][y]; - // Reflag any objects - for (int i = 0; i < ARRAY_SIZE; i++) { - Scenery obj = objects[x][y][i]; - if (obj != null) { - LandscapeParser.flagScenery(this, x, y, obj, false, true); - } - } + public void rebuildFlags(RegionPlane from) { + for (int x = 0; x < 8; x++) { + for (int y = 0; y < 8; y++) { + Location loc = currentBase.transform(x,y,0); + Location fromLoc = base.transform(x,y,0); + plane.getFlags().getLandscape()[loc.getLocalX()][loc.getLocalY()] = from.getFlags().getLandscape()[fromLoc.getLocalX()][fromLoc.getLocalY()]; + plane.getFlags().clearFlag(x, y); + Scenery obj = objects[x][y]; + if (obj != null) + LandscapeParser.flagScenery(plane, loc.getLocalX(), loc.getLocalY(), obj, false, true); } } } - public ChunkFlags getFlags() { - return flags; - } - - public ChunkFlags getProjectileFlags() { - return projectileFlags; - } - - public Region getRegion() { - return RegionManager.forId(currentBase.getRegionId()); - } } diff --git a/Server/src/main/core/game/world/map/RegionManager.kt b/Server/src/main/core/game/world/map/RegionManager.kt index 465a5a5a4..46022fd01 100644 --- a/Server/src/main/core/game/world/map/RegionManager.kt +++ b/Server/src/main/core/game/world/map/RegionManager.kt @@ -9,9 +9,11 @@ import core.game.node.scenery.Scenery import core.game.world.map.zone.ZoneBorders import core.tools.Log import core.tools.RandomFunction +import core.tools.SystemLogger import java.util.* import java.util.concurrent.TimeUnit import java.util.concurrent.locks.ReentrantLock +import kotlin.collections.HashMap /** * Manages the regions. @@ -25,7 +27,7 @@ object RegionManager { @JvmStatic val CLIPPING_FLAGS = HashMap>() @JvmStatic val PROJECTILE_FLAGS = HashMap>() - private val LOCK = ReentrantLock() + public val LOCK = ReentrantLock() /** * Gets the region for the given region id. @@ -34,7 +36,7 @@ object RegionManager { */ @JvmStatic fun forId(regionId: Int): Region { - if (LOCK.tryLock() || LOCK.tryLock(10000, TimeUnit.MILLISECONDS)) { + if(LOCK.tryLock() || LOCK.tryLock(10000, TimeUnit.MILLISECONDS)) { var region = REGION_CACHE[regionId] if (region == null) { region = Region((regionId shr 8) and 0xFF, regionId and 0xFF) @@ -43,25 +45,37 @@ object RegionManager { LOCK.unlock() return REGION_CACHE[regionId]!! } - log(this::class.java, Log.ERR, "UNABLE TO OBTAIN LOCK WHEN GETTING REGION BY ID. RETURNING BLANK REGION.") - return Region(0, 0) + log(this::class.java, Log.ERR, "UNABLE TO OBTAIN LOCK WHEN GETTING REGION BY ID. RETURNING BLANK REGION.") + return Region(0,0) } /** - * Applies a function to all active regions + * Pulses the active regions. */ @JvmStatic - fun apply(callback: (r: Region) -> Unit) { - if (LOCK.tryLock() || LOCK.tryLock(10000,TimeUnit.MILLISECONDS)) { + fun pulse() { + if(LOCK.tryLock() || LOCK.tryLock(10000,TimeUnit.MILLISECONDS)) { for (r in REGION_CACHE.values) { if (r.isActive) { - callback(r) + for (p in r.planes) { + p.pulse() + } } } LOCK.unlock() } } + /** + * Gets the clipping flag on the given location. + * @param l The location. + * @return The clipping flag. + */ + @JvmStatic + fun getClippingFlag(l: Location): Int { + return getClippingFlag(l.z, l.x, l.y) + } + /** * Gets the clipping flag. * @param z The plane. @@ -71,36 +85,56 @@ object RegionManager { */ @JvmStatic fun getClippingFlag(z: Int, x: Int, y: Int): Int { - return getClippingFlag(Location(x, y, z)) + val regionX = x shr 6 + val regionY = y shr 6 + val localX = x and 63 + val localY = y and 63 + return getClippingFlag(z, regionX, regionY, localX, localY) } /** - * Gets the clipping flag. - * @param loc The location. - * @param projectile Clipping flags or projectile flags. + * Gets the clipping flags using Jagex-style coords + * e.g 0_50_50_13_13 gets plane 0, region 50-50 (12850), (13, 13) which is in lumbridge. */ @JvmStatic - fun getClippingFlag(loc: Location, projectile: Boolean = false) : Int { - val region = forId(loc.regionId) - Region.load(region) - if (!region.isHasFlags) { - return -1 + fun getClippingFlag(z: Int, regionX: Int, regionY: Int, localX: Int, localY: Int, projectile: Boolean = false) : Int { + val (region, index) = getFlagIndex(z, regionX, regionY, localX, localY) + var flag = getFlags(region, projectile)[index] + + if (flag == -1) { + val r = forId((regionX shr 8) or regionY) + if (!r.isLoaded) + Region.load(r) + if (!r.isHasFlags) + return -1 + flag = getFlags(region, projectile)[index] } - // Index by absChunkX and absChunkY coordinates; these give the position of the chunk on the world map. Together with chunkOffsetX and chunkOffsetY, they identify individual tiles. - val (key, index) = getFlagIndex(loc.absChunkX, loc.absChunkY, loc.z, loc.chunkOffsetX, loc.chunkOffsetY) - return getFlags(key, projectile)[index] + + return flag } - private fun getFlagIndex(absChunkX: Int, absChunkY: Int, z: Int, chunkOffsetX: Int, chunkOffsetY: Int) : Pair { - return Pair((z shl 22) or (absChunkX shl 11) or absChunkY, (chunkOffsetX * 8) + chunkOffsetY) + private fun getFlagIndex(z: Int, regionX: Int, regionY: Int, localX: Int, localY: Int) : Pair { + return Pair((regionX shl 8) or regionY, (z * 64 * 64) + (localX * 64) + localY) } @JvmStatic - fun getFlags(chunkId: Int, projectile: Boolean) : Array { + fun getFlags(regionX: Int, regionY: Int, projectile: Boolean) : Array { + val region = (regionX shl 8) or regionY + return getFlags(region, projectile) + } + + @JvmStatic + fun getFlags(regionId: Int, projectile: Boolean) : Array { return if (projectile) - PROJECTILE_FLAGS.getOrPut(chunkId) { Array(64){0} } + PROJECTILE_FLAGS.getOrPut (regionId) {Array(16384){0}} else - CLIPPING_FLAGS.getOrPut(chunkId) { Array(64){-1} } + CLIPPING_FLAGS.getOrPut (regionId) {Array(16384){-1}} + } + + @JvmStatic + fun resetFlags(regionId: Int) { + PROJECTILE_FLAGS.put (regionId, Array(16384){0}) + CLIPPING_FLAGS.put (regionId, Array(16384){-1}) } /** @@ -110,37 +144,41 @@ object RegionManager { */ @JvmStatic fun getWaterClipFlag(z: Int, x: Int, y: Int): Int { - return getWaterClipFlag(Location(x, y, z)) - } - - /** - * Gets the water variant of a tile's clipping flag - * Essentially strips the landscape flag off a tile and keeps other flags, and makes normally walkable tiles unwalkable. - */ - @JvmStatic - fun getWaterClipFlag(loc: Location): Int { - val flag = getClippingFlag(loc) - return if (!isClipped(loc)) { + val flag = getClippingFlag(z, x, y) + return if (!isClipped(z, x, y)) { flag or 0x100 } else flag and 0x200000.inv() } /** * Checks if the tile is part of the landscape. - * @param loc The location. + * @param l The location. * @return `True` if so. */ @JvmStatic - fun isLandscape(loc: Location): Boolean { - val region = forId(loc.regionId) + fun isLandscape(l: Location): Boolean { + return isLandscape(l.z, l.x, l.y) + } + + /** + * Checks if the tile is part of the landscape. + * @param z The plane. + * @param x The absolute x-coordinate. + * @param y The absolute y-coordinate. + * @return `True` if so. + */ + @JvmStatic + fun isLandscape(z: Int, x: Int, y: Int): Boolean { + var x = x + var y = y + val region = forId(((x shr 6) shl 8) or (y shr 6)) Region.load(region) - if (!region.isHasFlags) { + if (!region.isHasFlags || region.planes[z].flags.landscape == null) { return false } - if (loc.chunk.flags.landscape == null) { - return false - } - return loc.chunk.flags.landscape[loc.chunkOffsetX][loc.chunkOffsetY] + x -= x shr 6 shl 6 + y -= y shr 6 shl 6 + return region.planes[z].flags.landscape[x][y] } /** @@ -153,31 +191,24 @@ object RegionManager { */ @JvmStatic fun addClippingFlag(z: Int, x: Int, y: Int, projectile: Boolean, flag: Int) { - return addClippingFlag(Location(x, y, z), projectile, flag) - } - - /** - * Adds a clipping flag. - * @param loc The location. - * @param projectile If the flag is being set for projectile pathfinding. - * @param flag The clipping flag. - */ - @JvmStatic - fun addClippingFlag(loc: Location, projectile: Boolean, flag: Int) { - val region = forId(loc.regionId) + var x = x + var y = y + val region = forId(((x shr 6) shl 8) or (y shr 6)) Region.load(region) if (!region.isHasFlags) { return } + x -= (x shr 6) shl 6 + y -= (y shr 6) shl 6 if (projectile) { - loc.chunk.projectileFlags.flag(loc.chunkOffsetX, loc.chunkOffsetY, flag) + region.planes[z].projectileFlags.flag(x, y, flag) } else { - loc.chunk.flags.flag(loc.chunkOffsetX, loc.chunkOffsetY, flag) + region.planes[z].flags.flag(x, y, flag) } } /** - * Removes a clipping flag. + * Adds a clipping flag. * @param z The plane. * @param x The absolute x-coordinate. * @param y The absolute y-coordinate. @@ -186,31 +217,24 @@ object RegionManager { */ @JvmStatic fun removeClippingFlag(z: Int, x: Int, y: Int, projectile: Boolean, flag: Int) { - return removeClippingFlag(Location(x, y, z), projectile, flag) - } - - /** - * Removes a clipping flag. - * @param loc The location. - * @param projectile If the flag is being set for projectile pathfinding. - * @param flag The clipping flag. - */ - @JvmStatic - fun removeClippingFlag(loc: Location, projectile: Boolean, flag: Int) { - val region = forId(loc.regionId) + var x = x + var y = y + val region = forId(((x shr 6) shl 8) or (y shr 6)) Region.load(region) if (!region.isHasFlags) { return } + x -= (x shr 6) shl 6 + y -= (y shr 6) shl 6 if (projectile) { - loc.chunk.projectileFlags.unflag(loc.chunkOffsetX, loc.chunkOffsetY, flag) + region.planes[z].projectileFlags.unflag(x, y, flag) } else { - loc.chunk.flags.unflag(loc.chunkOffsetX, loc.chunkOffsetY, flag) + region.planes[z].flags.unflag(x, y, flag) } } /** - * Gets the projectile flag. + * Gets the clipping flag. * @param z The plane. * @param x The absolute x-coordinate. * @param y The absolute y-coordinate. @@ -218,34 +242,62 @@ object RegionManager { */ @JvmStatic fun getProjectileFlag(z: Int, x: Int, y: Int): Int { - return getClippingFlag(Location(x, y, z), true) + val regionX = x shr 6 + val regionY = y shr 6 + val localX = x and 63 + val localY = y and 63 + return getClippingFlag(z, regionX, regionY, localX, localY, true) } /** - * Checks if teleport is permitted. - * @param loc The Location. - * @return If teleport is permitted. + * Gets the clipping flag + * @param location the Location + * @return the clipping flag */ @JvmStatic - fun isTeleportPermitted(loc: Location): Boolean { - if (!isLandscape(loc)) { + fun isTeleportPermitted(location: Location): Boolean { + return isTeleportPermitted(location.z, location.x, location.y) + } + + /** + * Gets the clipping flag. + * @param z The plane. + * @param x The absolute x-coordinate. + * @param y The absolute y-coordinate. + * @return The clipping flags. + */ + @JvmStatic + fun isTeleportPermitted(z: Int, x: Int, y: Int): Boolean { + if (!isLandscape(z, x, y)) { return false } - val flag = getClippingFlag(loc) + val flag = getClippingFlag(z, x, y) return flag and 0x12c0102 == 0 || flag and 0x12c0108 == 0 || flag and 0x12c0120 == 0 || flag and 0x12c0180 == 0 } /** * Checks if the location has any clipping flags. - * @param loc The location. + * @param location The location. * @return `True` if a clipping flag disables access for this location. */ @JvmStatic - fun isClipped(loc: Location): Boolean { - if (!isLandscape(loc)) { + fun isClipped(location: Location): Boolean { + return isClipped(location.z, location.x, location.y) + } + + /** + * Checks if the location has any clipping flags. + * @param z The plane. + * @param x The x-coordinate. + * @param y The y-coordinate. + * @return `True` if a clipping flag disables access for this location. + */ + @JvmStatic + fun isClipped(z: Int, x: Int, y: Int): Boolean { + if (!isLandscape(z, x, y)) { return true } - val flag = getClippingFlag(loc) + val flag = getClippingFlag(z, x, y) return flag and 0x12c0102 != 0 || flag and 0x12c0108 != 0 || flag and 0x12c0120 != 0 || flag and 0x12c0180 != 0 } @@ -283,7 +335,7 @@ object RegionManager { // Check if ALL target tiles are unclipped for (x in 0 until node.size()) { for (y in 0 until node.size()) { - if (!isTeleportPermitted(l.transform(x, y, 0))) { + if (isClipped(l.transform(x, y, 0))) { continue@outer } } @@ -300,45 +352,53 @@ object RegionManager { */ @JvmStatic fun getObject(l: Location): Scenery? { - return getObject(l.x, l.y, l.z) + return getObject(l.z, l.x, l.y) } /** * Gets the scenery on the current absolute coordinates. + * @param z The height. * @param x The x-coordinate. * @param y The y-coordinate. - * @param z The height. * @return The scenery, or `null` if no object was found. */ @JvmStatic - fun getObject(x: Int, y: Int, z: Int): Scenery? { - return getObject(x, y, z, -1, -1) + fun getObject(z: Int, x: Int, y: Int): Scenery? { + return getObject(z, x, y, -1) } /** * Gets the object on the given absolute coordinates. + * @param z The height. * @param x The x-coordinate. * @param y The y-coordinate. - * @param z The height. - * @param objectId The object id. May be -1, which means 'any'. - * @param type The scenery type. May be -1, which means 'any'. + * @param objectId The object id. * @return The scenery, or `null` if no object was found. */ @JvmStatic - fun getObject(x: Int, y: Int, z: Int, objectId: Int = -1, type: Int = -1): Scenery? { - val loc = Location(x, y, z) - val region = forId(loc.regionId) + fun getObject(z: Int, x: Int, y: Int, objectId: Int): Scenery? { + var x = x + var y = y + val regionId = ((x shr 6) shl 8) or (y shr 6) + x -= (x shr 6) shl 6 + y -= (y shr 6) shl 6 + val region = forId(regionId) Region.load(region) - val chunk = region.chunks[loc.chunkX][loc.chunkY][loc.z] - val index = chunk.getIndex(loc.chunkOffsetX, loc.chunkOffsetY, objectId, type) - if (index == -1) { - return null - } - val obj = chunk.objects[loc.chunkOffsetX][loc.chunkOffsetY][index] - if (obj != null && !obj.isRenderable) { - return null - } - return obj + val `object`: Scenery? = region.planes[z].getChunkObject(x, y, objectId) + return if (`object` != null && !`object`.isRenderable) { + null + } else `object` + } + + /** + * Gets the region plane for this location. + * @param l The location. + * @return The region plane. + */ + @JvmStatic + fun getRegionPlane(l: Location): RegionPlane { + val regionId = ((l.x shr 6) shl 8) or (l.y shr 6) + return forId(regionId).planes[l.z] } /** @@ -348,73 +408,247 @@ object RegionManager { */ @JvmStatic fun getRegionChunk(l: Location): RegionChunk { - val regionId = ((l.x shr 6) shl 8) or (l.y shr 6) - return forId(regionId).chunks[l.chunkX][l.chunkY][l.z] + val plane = getRegionPlane(l) + return plane.getRegionChunk(l.localX / RegionChunk.SIZE, l.localY / RegionChunk.SIZE) } /** - * Moves the entity from the current chunk to the new one. + * Moves the entity from the current region to the new one. * @param entity The entity. */ @JvmStatic - fun move(entity: Entity, src: Location?, dst: Location) { - if (src?.chunk != dst.chunk) { - when (entity) { - is Player -> { - val player = entity.asPlayer() - val sameRegion = src?.region == dst.region - if (src != null && sameRegion) { - src.chunk.removePlayer(player) - dst.chunk.addPlayer(player) - } else { - if (src != null) { - src.chunk.removePlayer(player) - src.region.tolerances.remove(player.name) - src.region.decrementViewAmount() - } - dst.chunk.addPlayer(entity) - dst.region.tolerances[entity.asPlayer().name] = System.currentTimeMillis() - dst.region.incrementViewAmount() - } + fun move(entity: Entity) { + val player = entity is Player + val regionId = ((entity.location.regionX shr 3) shl 8) or (entity.location.regionY shr 3) + val viewport = entity.viewport + val current = forId(regionId) + val z = entity.location.z + val plane = current.planes[z] + viewport.updateViewport(entity) + if (plane == viewport.currentPlane) { + entity.zoneMonitor.updateLocation(entity.walkingQueue.footPrint) + return + } + viewport.remove(entity) + if (player) { + current.add(entity as Player) + } else { + current.add(entity as NPC) + } + viewport.region = current + viewport.currentPlane = plane + val view: MutableList = LinkedList() + for (regionX in ((entity.location.regionX shr 3) - 1)..((entity.location.regionX shr 3) + 1)) { + for (regionY in ((entity.location.regionY shr 3) - 1)..((entity.location.regionY shr 3) + 1)) { + if (regionX < 0 || regionY < 0) { + continue } - is NPC -> { - src?.chunk?.remove(entity) - dst.chunk.add(entity) + val region = forId((regionX shl 8) or regionY) + val p = region.planes[z] + if (player) { + region.incrementViewAmount() + region.flagActive() } - else -> log(this::class.java, Log.ERR, "Tried to move an Entity that was neither Player nor NPC, but $entity of class ${entity.javaClass}! It tried to move from $src to $dst.") + view.add(p) } } + viewport.viewingPlanes = view entity.zoneMonitor.updateLocation(entity.walkingQueue.footPrint) } /** - * Gets local entities. You never call the below function directly (it's inlined); instead, you use one of the typed helpers defined directly below this function. + * Gets the list of local NPCs with a maximum distance of 16. + * @param n The entity. + * @return The list of local NPCs. + */ + @JvmStatic + fun getLocalNpcs(n: Entity): List { + return getLocalNpcs(n, MapDistance.RENDERING.distance) + } + + /** + * Gets the location entitys. * @param location the location. * @param distance the distance. * @return the list. */ - private inline fun getLocalEntitiesOfType(location: Location, distance: Int): List { - val entities: ArrayList = ArrayList(20) - val radius = (distance / 8) + 1 - for (cx in (location.absChunkX - radius)..(location.absChunkX + radius)) { - for (cy in (location.absChunkY - radius)..(location.absChunkY + radius)) { - val chunk = Location(cx shl 3, cy shl 3, location.z).chunk - if (T::class.java.isAssignableFrom(Player::class.java)) { - entities.addAll(chunk.players.filterIsInstance()) - } - if (T::class.java.isAssignableFrom(NPC::class.java)) { - entities.addAll(chunk.npcs.filterIsInstance()) + @JvmStatic + fun getLocalEntitys(location: Location, distance: Int): List { + val entitys: MutableList = ArrayList(20) + entitys.addAll(getLocalNpcs(location, distance)) + entitys.addAll(getLocalPlayers(location, distance)) + return entitys + } + + /** + * Gets the location entitys. + * @param entity the entity. + * @param distance the distance. + * @return the list. + */ + @JvmStatic + fun getLocalEntitys(entity: Entity, distance: Int): List { + return getLocalEntitys(entity.location, distance) + } + + /** + * Gets the local entitys. + * @param entity the entity. + * @return the entitys. + */ + @JvmStatic + fun getLocalEntitys(entity: Entity): List { + return getLocalEntitys(entity.location, MapDistance.RENDERING.distance) + } + + /** + * Gets the list of local NPCs. + * @param n The entity. + * @param distance The distance to the entity. + * @return The list of local NPCs. + */ + @JvmStatic + fun getLocalNpcs(n: Entity, distance: Int): List { + val npcs: MutableList = LinkedList() + for (r in n.viewport.viewingPlanes) { + for (npc in r.npcs) { + if (npc.location.withinDistance(n.location, distance)) { + npcs.add(npc) } } } - val b = ZoneBorders(location.x - distance, location.y - distance, location.x + distance, location.y + distance) - return entities.filter { b.insideBorder(it.location.x, it.location.y) } + return npcs + } + + /** + * Gets the list of local players with a maximum distance of 15. + * @param n The entity. + * @return The list of local players. + */ + @JvmStatic + fun getLocalPlayers(n: Entity): List { + return getLocalPlayers(n, MapDistance.RENDERING.distance) + } + + /** + * Gets the list of local players. + * @param n The entity. + * @param distance The distance to the entity. + * @return The list of local players. + */ + @JvmStatic + fun getLocalPlayers(n: Entity, distance: Int): List { + val players: MutableList = LinkedList() + for (r in n.viewport.viewingPlanes) { + for (p in r.players) { + if (p.location.withinDistance(n.location, distance)) { + players.add(p) + } + } + } + return players + } + + /** + * Gets the surrounding players. + * @param n The node the players should be surrounding. + * @param ignore The nodes not to add to the list. + * @return The list of players. + */ + @JvmStatic + fun getSurroundingPlayers(n: Node, vararg ignore: Node): List { + return getSurroundingPlayers(n, 9, *ignore) + } + + /** + * Gets the surrounding players. + * @param n The node the players should be surrounding. + * @param ignore The nodes not to add to the list. + * @return The list of players. + */ + @JvmStatic + fun getSurroundingPlayers(n: Node, maximum: Int, vararg ignore: Node): List { + val players = getLocalPlayers(n.location, 2) + var count = 0 + val it = players.iterator() + while (it.hasNext()) { + val p = it.next() + if(p.isInvisible()) { + it.remove() + } + if(!p.location.withinMaxnormDistance(n.location, 1)) { + it.remove() + continue + } + if (++count >= maximum) { + it.remove() + continue + } + for (node in ignore) { + if (p === node) { + count-- + it.remove() + break + } + } + } + return players + } + + /** + * Gets the surrounding players. + * @param n The node the players should be surrounding. + * @param ignore The nodes not to add to the list. + * @return The list of players. + */ + @JvmStatic + fun getSurroundingNPCs(n: Node, vararg ignore: Node): List { + return getSurroundingNPCs(n, 9, *ignore) + } + + /** + * Gets the surrounding players. + * @param n The node the npcs should be surrounding. + * @param ignore The nodes not to add to the list. + * @return The list of npcs. + */ + @JvmStatic + fun getSurroundingNPCs(n: Node, maximum: Int, vararg ignore: Node): List { + val npcs = getLocalNpcs(n.location, 2) + var count = 0 + val it = npcs.iterator() + while (it.hasNext()) { + val p = it.next() + if(p.properties.teleportLocation != null && !p.properties.teleportLocation.withinMaxnormDistance(n.location, 1)) { + it.remove() + continue + } + if(p.getAttribute("state:death", false)) { + it.remove() + continue + } + if(p.isInvisible()) { + it.remove() + continue + } + if(!p.location.withinMaxnormDistance(n.location, 1)) { + it.remove() + continue + } + if (++count > maximum) { + it.remove() + continue + } + for (node in ignore) { + if (p === node) { + count-- + it.remove() + break + } + } + } + return npcs } - @JvmStatic fun getLocalEntities(location: Location, distance: Int) = getLocalEntitiesOfType(location, distance) - @JvmStatic fun getLocalPlayers(location: Location, distance: Int) = getLocalEntitiesOfType(location, distance) - @JvmStatic fun getLocalNPCs(location: Location, distance: Int) = getLocalEntitiesOfType(location, distance) - @JvmStatic fun getLocalPlayers(location: Location): List = getLocalPlayers(location, MapDistance.RENDERING.distance) - @JvmStatic fun getLocalNPCs(location: Location): List = getLocalNPCs(location, MapDistance.RENDERING.distance) /** * Gets a random teleport location in the radius around the given location. @@ -467,14 +701,162 @@ object RegionManager { } /** - * Gets an npc near a location. - * @param id the id, + * Gets the current viewport for the location. + * @param l The location. + * @return The viewport. + */ + @JvmStatic + fun getViewportPlayers(l: Location): List { + var l = l + val players: MutableList = LinkedList() + l = l.chunkBase.transform(-8, -8, 0) + val b = ZoneBorders(l.x, l.y, l.x + 24, l.y + 24) + for (regionX in ((l.regionX - 6) shr 3)..((l.regionX + 6) shr 3)) { + for (regionY in ((l.regionY - 6) shr 3)..((l.regionY + 6) shr 3)) { + for (player in forId(regionX shl 8 or regionY).planes[l.z].players) { + l = player.location + if (b.insideBorder(l.x, l.y)) { + players.add(player) + } + } + } + } + return players + } + + /** + * Gets a list of players in the given region. + * @param regionId The region id. + * @return The list of players in this region. + */ + @JvmStatic + fun getRegionPlayers(regionId: Int): List { + val r = forId(regionId) + val players: MutableList = ArrayList(20) + for (plane in r.planes) { + players.addAll(plane.players) + } + return players + } + + /** + * Gets a list of local players within rendering distance of the location. + * @param l The location. + * @return The list of players. + */ + @JvmStatic + fun getLocalPlayers(l: Location): List { + return getLocalPlayers(l, MapDistance.RENDERING.distance) + } + + /** + * Gets a list of local players. + * @param l The location. + * @param distance The distance to that location. + * @return The list of players. + */ + @JvmStatic + fun getLocalPlayers(l: Location, distance: Int): MutableList { + val players: MutableList = LinkedList() + for (regionX in ((l.regionX - 6) shr 3)..((l.regionX + 6) shr 3)) { + for (regionY in ((l.regionY - 6) shr 3)..((l.regionY + 6) shr 3)) { + for (player in forId((regionX shl 8) or regionY).planes[l.z].players) { + if (player.location.withinDistance(l, distance)) { + players.add(player) + } + } + } + } + return players + } + + /** + * Gets a list of local players within a symmetric bounding box. + * @param l The location. + * @param xdist The distance from the location on the x plane that is considered within bounds. + * @param ydist The distance from the location on the y plane that is considered within bounds. + * @return The list of players. + */ + @JvmStatic + fun getLocalPlayersBoundingBox(l: Location, xdist: Int, ydist: Int): MutableList { + val players: MutableList = LinkedList() + for (regionX in ((l.regionX - 6) shr 3)..((l.regionX + 6) shr 3)) { + for (regionY in ((l.regionY - 6) shr 3)..((l.regionY + 6) shr 3)) { + for (player in forId((regionX shl 8) or regionY).planes[l.z].players) { + if (player.location.x >= l.getX() - xdist && + player.location.x <= l.getX() + xdist && + player.location.y >= l.getY() - ydist && + player.location.y <= l.getY() + ydist) { + players.add(player) + } + } + } + } + return players + } + + /** + * Gets a list of local players. + * @param l The location. + * @param distance The distance to that location. + * @return The list of players. + */ + @JvmStatic + fun getLocalPlayersMaxNorm(l: Location, distance: Int): MutableList { + val players: MutableList = LinkedList() + for (regionX in ((l.regionX - 6) shr 3)..((l.regionX + 6) shr 3)) { + for (regionY in ((l.regionY - 6) shr 3)..((l.regionY + 6) shr 3)) { + for (player in forId((regionX shl 8) or regionY).planes[l.z].players) { + if (player.location.withinMaxnormDistance(l, distance)) { + players.add(player) + } + } + } + } + return players + } + + /** + * Gets a list of local players within 16 tile distance of the location. + * @param l The location. + * @return The list of players. + */ + @JvmStatic + fun getLocalNpcs(l: Location): List { + return getLocalNpcs(l, MapDistance.RENDERING.distance) + } + + /** + * Gets the npc. + * @param entity the entity. + * @param id the id. + */ + @JvmStatic + fun getNpc(entity: Entity, id: Int): NPC? { + return getNpc(entity, id, 16) + } + + /** + * Gets the npc. + * @param entity the entity. + * @param id the id. * @param distance the distance. * @return the npc. */ @JvmStatic + fun getNpc(entity: Entity, id: Int, distance: Int): NPC? { + return getNpc(entity.location, id, distance) + } + + /** + * Gets an npc near the entity. + * @param id the id, + * @param distance the dinstance. + * @return the npc. + */ + @JvmStatic fun getNpc(location: Location, id: Int, distance: Int): NPC? { - val npcs: List = getLocalNPCs(location, distance) + val npcs: List = getLocalNpcs(location, distance) for (n in npcs) { if (n.id == id) { return n @@ -483,6 +865,27 @@ object RegionManager { return null } + /** + * Gets a list of local players. + * @param l The location. + * @param distance The distance to that location. + * @return The list of players. + */ + @JvmStatic + fun getLocalNpcs(l: Location, distance: Int): MutableList { + val npcs: MutableList = LinkedList() + for (regionX in ((l.regionX - 6) shr 3)..((l.regionX + 6) shr 3)) { + for (regionY in ((l.regionY - 6) shr 3)..((l.regionY + 6) shr 3)) { + for (n in forId(regionX shl 8 or regionY).planes[l.z].npcs) { + if (n.location.withinDistance(l, (n.size() shr 1) + distance)) { + npcs.add(n) + } + } + } + } + return npcs + } + @JvmStatic fun addRegion(id: Int, region: Region){ if(lock.tryLock() || LOCK.tryLock(10000, TimeUnit.MILLISECONDS)) { diff --git a/Server/src/main/core/game/world/map/RegionPlane.java b/Server/src/main/core/game/world/map/RegionPlane.java new file mode 100644 index 000000000..f83724ec0 --- /dev/null +++ b/Server/src/main/core/game/world/map/RegionPlane.java @@ -0,0 +1,444 @@ +package core.game.world.map; + +import core.game.node.Node; +import core.game.node.entity.npc.NPC; +import core.game.node.entity.player.Player; +import core.game.node.item.GroundItem; +import core.game.node.item.Item; +import core.game.node.scenery.Scenery; +import core.game.world.map.build.DynamicRegion; +import core.game.world.map.build.RegionFlags; +import core.game.world.update.flag.chunk.ItemUpdateFlag; +import core.net.packet.PacketRepository; +import core.net.packet.context.BuildItemContext; +import core.net.packet.out.ClearGroundItem; +import core.net.packet.out.ConstructGroundItem; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.Objects; +import java.util.concurrent.CopyOnWriteArrayList; + +/** + * Represents one of the 4 planes of a region. + * @author Emperor + * + */ +public final class RegionPlane { + + /** + * The region size. + */ + public static final int REGION_SIZE = 64; + + /** + * The amount of chunks in this plane. + */ + public static final int CHUNK_SIZE = REGION_SIZE >> 3; + + /** + * Represents a removed scenery. + */ + public static final Scenery NULL_OBJECT = new Scenery(0, Location.create(0, 0, 0)); + + /** + * The plane. + */ + private final int plane; + + /** + * The region. + */ + private final Region region; + + /** + * The region flags. + */ + private final RegionFlags flags; + + /** + * The region projectile flags. + */ + private final RegionFlags projectileFlags; + + /** + * The region chunks. + */ + private final RegionChunk[][] chunks; + + /** + * The list of NPCs in this region. + */ + private final List npcs; + + /** + * The list of players in this region. + */ + private final List players; + + /** + * The scenerys. + */ + private Scenery[][] objects; + + /** + * Constructs a new {@code RegionPlane} {@code Object}. + * @param region The region. + * @param plane The plane. + */ + public RegionPlane(Region region, int plane) { + this.plane = plane; + this.region = region; + this.players = new CopyOnWriteArrayList(); + this.npcs = new CopyOnWriteArrayList(); + Location base = region.getBaseLocation(); + this.flags = new RegionFlags(plane, base.getX(), base.getY()); + this.projectileFlags = new RegionFlags(plane, base.getX(), base.getY(), true); + this.objects = new Scenery[REGION_SIZE][REGION_SIZE]; + this.chunks = new RegionChunk[CHUNK_SIZE][CHUNK_SIZE]; + } + + /** + * Called at the end of the update sequence, if the region is active. + */ + public void pulse() { + Arrays.stream(chunks).forEach(regionChunks -> {Arrays.stream(regionChunks).filter(Objects::nonNull).forEach(RegionChunk::resetFlags);}); + } + + /** + * Adds a scenery. + * @param object The object to add. + * @param x The x-coordinate. + * @param y The y-coordinate. + * @param landscape If this object is added through landscape parsing. + */ + public void add(Scenery object, int x, int y, boolean landscape) { + setChunkObject(x, y, object); + if (landscape) { + objects[x][y] = object; + } + if (object != null) { + object.setRenderable(true); + } + } + + /** + * Gets the region chunk. + * @param chunkX The chunk base x-coordinate. + * @param chunkY The chunk base y-coordinate. + * @return The region chunk. + */ + public RegionChunk getRegionChunk(int chunkX, int chunkY) { + RegionChunk r = chunks[chunkX][chunkY]; + if (r != null) { + return r; + } + if (region.isBuild()) { + return chunks[chunkX][chunkY] = new BuildRegionChunk(region.getBaseLocation().transform(chunkX << 3, chunkY << 3, plane), 0, this); + } + return chunks[chunkX][chunkY] = new RegionChunk(region.getBaseLocation().transform(chunkX << 3, chunkY << 3, plane), 0, this); + } + + public void setRegionChunk(int chunkX, int chunkY, RegionChunk chunk) { + chunks[chunkX][chunkY] = chunk; + } + + /** + * Removes a scenery. + * @param x The x-coordinate. + * @param y The y-coordinate. + */ + public void remove(int x, int y) { + remove(x, y, -1); + } + + /** + * Removes a scenery. + * @param x The x-coordinate. + * @param y The y-coordinate. + * @param objectId The object id. + */ + public void remove(int x, int y, int objectId) { + int chunkX = x / CHUNK_SIZE; + int chunkY = y / CHUNK_SIZE; + int offsetX = x - chunkX * CHUNK_SIZE; + int offsetY = y - chunkY * CHUNK_SIZE; + RegionChunk chunk = getRegionChunk(chunkX, chunkY); + Scenery remove = new Scenery(0, region.getBaseLocation().transform(x, y, plane), 22, 0); + remove.setRenderable(false); + if (chunk instanceof BuildRegionChunk) { + int index = ((BuildRegionChunk) chunk).getIndex(offsetX, offsetY, objectId); + ((BuildRegionChunk) chunk).getObjects(index)[offsetX][offsetY] = remove; + return; + } + chunk.getObjects()[offsetX][offsetY] = remove; + } + + /** + * Sets an object on a chunk. + * @param x The regional x-coordinate. + * @param y The regional y-coordinate. + * @param object The object to set. + */ + private void setChunkObject(int x, int y, Scenery object) { + int chunkX = x / CHUNK_SIZE; + int chunkY = y / CHUNK_SIZE; + int offsetX = x - chunkX * CHUNK_SIZE; + int offsetY = y - chunkY * CHUNK_SIZE; + RegionChunk r = getRegionChunk(chunkX, chunkY); + if (r instanceof BuildRegionChunk) { + ((BuildRegionChunk) r).store(object); + return; + } + r.getObjects()[offsetX][offsetY] = object; + } + + /** + * Gets the scenerys. + * @return The scenerys. + */ + public Scenery[][] getObjects() { + return objects; + } + + public List getObjectList() { + ArrayList list = new ArrayList(); + for (int x = 0; x < REGION_SIZE; x++) { + for (int y = 0; y < REGION_SIZE; y++) { + if (objects[x][y] != null) + list.add(objects[x][y]); + } + } + return list; + } + + /** + * Clears this region plane. + */ + public void clear() { + for (RegionChunk[] c : chunks) { + for (RegionChunk chunk : c) { + if (chunk != null) { + chunk.clear(); + } + } + } + if (region instanceof DynamicRegion && objects != null) { + for (int x = 0; x < REGION_SIZE; x++) { + for (int y = 0; y < REGION_SIZE; y++) { + objects[x][y] = null; + } + } + objects = null; + } + } + + /** + * Adds an NPC to this region. + * @param npc The NPC to add. + */ + public void add(NPC npc) { + npcs.add(npc); + } + + /** + * Adds a player to this region. + * @param player The player. + */ + public void add(Player player) { + players.add(player); + } + + /** + * Adds an item to this region. + * @param item The item. + */ + public void add(GroundItem item) { + Location l = item.getLocation(); + RegionChunk c = getRegionChunk(l.getLocalX() / RegionChunk.SIZE, l.getLocalY() / RegionChunk.SIZE); + // This adds it to the chunk to be interactable with. + if (!c.getItems().add(item)) { + return; + } + GroundItem g = (GroundItem) item; + if (g.isPrivate()) { + if (g.getDropper() != null) { + // Limit it to the region(8x8 square) you are in +/-2 regions, as the chunk loader will load it all over again. + // This is based on MapChunkRenderer which seems to "update" 2 chunks away. + // Look at RegionChunk.java ConstructGroundItem.write(buffer, item); + if (Math.abs(g.getDropper().getLocation().getRegionX() - l.getRegionX()) <= 2 && + Math.abs(g.getDropper().getLocation().getRegionY() - l.getRegionY()) <= 2 && + g.getDropper().getLocation().getZ() == l.getZ()) { + PacketRepository.send(ConstructGroundItem.class, new BuildItemContext(g.getDropper(), item)); + } + } + return; + } + c.flag(new ItemUpdateFlag(g, ItemUpdateFlag.CONSTRUCT_TYPE)); + } + + /** + * Removes an NPC from this region. + * @param npc The NPC. + */ + public void remove(NPC npc) { + npcs.remove(npc); + } + + /** + * Removes a player from this region. + * @param player The player. + */ + public void remove(Player player) { + players.remove(player); + } + + /** + * Removes an item from this region. + * @param item The ground item. + */ + public void remove(GroundItem item) { + Location l = item.getLocation(); + RegionChunk c = getRegionChunk(l.getLocalX() / RegionChunk.SIZE, l.getLocalY() / RegionChunk.SIZE); + if (!c.getItems().remove(item)) { + return; + } + if (item.isPrivate()) { + if (item.getDropper() != null && item.getDropper().isPlaying() && item.getDropper().getLocation().withinDistance(l)) { + PacketRepository.send(ClearGroundItem.class, new BuildItemContext(item.getDropper(), item)); + } + return; + } + c.flag(new ItemUpdateFlag(item, ItemUpdateFlag.REMOVE_TYPE)); + } + + /** + * Gets the region flags. + * @return The flags. + */ + public RegionFlags getFlags() { + return flags; + } + + /** + * Gets the projectileFlags. + * @return The projectileFlags. + */ + public RegionFlags getProjectileFlags() { + return projectileFlags; + } + + /** + * Gets the npcs. + * @return The npcs. + */ + public List getNpcs() { + return npcs; + } + + public List getEntities() + { + List entities = new ArrayList<>(npcs); + Arrays.stream(getObjects()).forEach(o -> entities.addAll(Arrays.asList(o))); + return entities; + } + + /** + * Gets the players. + * @return The players. + */ + public List getPlayers() { + return players; + } + + /** + * Gets the plane. + * @return The plane. + */ + public int getPlane() { + return plane; + } + + /** + * Gets the region. + * @return The region. + */ + public Region getRegion() { + return region; + } + + /** + * Gets an object from a region chunk. + * @param x The region x-coordinate. + * @param y The region y-coordinate. + * @return The scenery. + */ + public Scenery getChunkObject(int x, int y) { + return getChunkObject(x, y, -1); + } + + /** + * Gets an object from a region chunk. + * @param x The region x-coordinate. + * @param y The region y-coordinate. + * @param objectId The object id. + * @return The scenery. + */ + public Scenery getChunkObject(int x, int y, int objectId) { + int chunkX = x / CHUNK_SIZE; + int chunkY = y / CHUNK_SIZE; + int offsetX = x - chunkX * CHUNK_SIZE; + int offsetY = y - chunkY * CHUNK_SIZE; + RegionChunk chunk = getRegionChunk(chunkX, chunkY); + if (chunk instanceof BuildRegionChunk) { + BuildRegionChunk brc = (BuildRegionChunk) chunk; + return brc.get(offsetX, offsetY, brc.getIndex(offsetX, offsetY, objectId)); + } + return getRegionChunk(chunkX, chunkY).getObjects()[offsetX][offsetY]; + } + + /** + * Gets an object from a region chunk. + * @param x The region x-coordinate. + * @param y The region y-coordinate. + * @return The scenery. + */ + public List getChunkItems(int x, int y) { + int chunkX = x / CHUNK_SIZE; + int chunkY = y / CHUNK_SIZE; + return getRegionChunk(chunkX, chunkY).getItems(); + } + + /** + * Gets a ground item from this plane. + * @param itemId The item id. + * @param l The location. + * @param player The player. + * @return The item. + */ + public GroundItem getItem(int itemId, Location l, Player player) { + GroundItem groundItem = null; + for (Item item : getChunkItems(l.getLocalX(), l.getLocalY())) { + GroundItem g = (GroundItem) item; + if (g.getId() == itemId && l.equals(g.getLocation()) && !g.isRemoved()) { + if (groundItem != null && (!g.isPrivate() || player == null)) { + continue; + } + if ((!g.isPrivate() || player == null || g.droppedBy(player))) { + groundItem = g; + } + } + } + return groundItem; + } + + /** + * Gets the region chunks. + * @return The chunks. + */ + public RegionChunk[][] getChunks() { + return chunks; + } + +} diff --git a/Server/src/main/core/game/world/map/Viewport.java b/Server/src/main/core/game/world/map/Viewport.java new file mode 100644 index 000000000..d563b0357 --- /dev/null +++ b/Server/src/main/core/game/world/map/Viewport.java @@ -0,0 +1,155 @@ +package core.game.world.map; + +import core.game.node.entity.Entity; +import core.game.node.entity.npc.NPC; +import core.game.node.entity.player.Player; + +import java.util.LinkedList; +import java.util.List; + +/** + * Represents an entity's viewport. + * @author Emperor + */ +public final class Viewport { + + /** + * The amount of chunks in a viewport. + */ + public static final int CHUNK_SIZE = 5; + + /** + * The region region. + */ + private Region region; + + /** + * The region chunks. + */ + private RegionChunk[][] chunks = new RegionChunk[CHUNK_SIZE][CHUNK_SIZE]; + + /** + * The region region plane. + */ + private RegionPlane currentPlane; + + /** + * The region planes the entity can see. + */ + private List viewingPlanes = new LinkedList<>(); + + /** + * Constructs a new {@code Viewport} {@code Object}. + */ + public Viewport() { + /* + * empty. + */ + } + + /** + * Updates the entity's viewport. + * @param entity The entity. + */ + public void updateViewport(Entity entity) { + RegionChunk chunk = RegionManager.getRegionChunk(entity.getLocation()); + int center = chunks.length >> 1; + if (chunks[center][center] == chunk) { + return; + } + int offset = center * -8; + Location l = chunk.getCurrentBase(); + for (int x = 0; x < chunks.length; x++) { + for (int y = 0; y < chunks[x].length; y++) { + chunks[x][y] = RegionManager.getRegionChunk(l.transform(offset + (8 * x), offset + (8 * y), 0)); + } + } + } + + /** + * Removes the entity from the viewingPlanes. + * @param entity The entity. + */ + public void remove(Entity entity) { + if (region == null) { + return; + } + if (entity instanceof Player) { + region.remove((Player) entity); + Region region = null; + for (RegionPlane r : viewingPlanes) { + if (region != r.getRegion()) { + region = r.getRegion(); + region.decrementViewAmount(); + region.checkInactive(); + } + } + } else { + region.remove((NPC) entity); + } + } + + /** + * Gets the region. + * @return The region. + */ + public Region getRegion() { + return region; + } + + /** + * Sets the region. + * @param region The region to set. + */ + public void setRegion(Region region) { + this.region = region; + } + + /** + * Gets the chunks. + * @return The chunks. + */ + public RegionChunk[][] getChunks() { + return chunks; + } + + /** + * Sets the chunks. + * @param chunks The chunks to set. + */ + public void setChunks(RegionChunk[][] chunks) { + this.chunks = chunks; + } + + /** + * Gets the viewingPlanes. + * @return The viewingPlanes. + */ + public List getViewingPlanes() { + return viewingPlanes; + } + + /** + * Sets the viewingPlanes. + */ + public void setViewingPlanes(List regions) { + this.viewingPlanes = regions; + } + + /** + * Gets the currentPlane. + * @return The currentPlane. + */ + public RegionPlane getCurrentPlane() { + return currentPlane; + } + + /** + * Sets the currentPlane. + * @param currentPlane The currentPlane to set. + */ + public void setCurrentPlane(RegionPlane currentPlane) { + this.currentPlane = currentPlane; + } + +} diff --git a/Server/src/main/core/game/world/map/build/DynamicRegion.java b/Server/src/main/core/game/world/map/build/DynamicRegion.java index e22454460..2ccbabc69 100644 --- a/Server/src/main/core/game/world/map/build/DynamicRegion.java +++ b/Server/src/main/core/game/world/map/build/DynamicRegion.java @@ -1,12 +1,11 @@ package core.game.world.map.build; -import content.global.skill.summoning.familiar.Familiar; -import core.game.interaction.QueueStrength; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.music.MusicZone; import core.game.node.item.GroundItem; import core.game.node.item.GroundItemManager; +import core.game.node.scenery.Scenery; import core.game.world.map.*; import core.game.world.map.zone.RegionZone; import core.game.world.map.zone.ZoneBorders; @@ -14,12 +13,10 @@ import core.game.world.map.zone.impl.MultiwayCombatZone; import org.jetbrains.annotations.NotNull; import java.util.ArrayList; +import java.util.Arrays; import java.util.Iterator; import java.util.List; -import static core.api.ContentAPIKt.queueScript; -import static core.api.ContentAPIKt.restartScript; -import static core.api.ContentAPIKt.stopExecuting; /** * Represents a dynamically constructed region. @@ -27,6 +24,7 @@ import static core.api.ContentAPIKt.stopExecuting; * @author Emperor */ public final class DynamicRegion extends Region { + /** * The reserved areas. */ @@ -37,6 +35,11 @@ public final class DynamicRegion extends Region { */ private final int regionId; + /** + * The region chunks. + */ + private final RegionChunk[][][] chunks; + /** * The zone borders. */ @@ -73,25 +76,14 @@ public final class DynamicRegion extends Region { public DynamicRegion(int regionId, int x, int y) { super(x, y); this.regionId = regionId; - // Reset any stale flags at this region's chunk coordinates - for (int chunkX = 0; chunkX < CHUNKS_SIZE; chunkX++) { - for (int chunkY = 0; chunkY < CHUNKS_SIZE; chunkY++) { - for (int cz = 0; cz < Region.PLANES; cz++) { - RegionChunk chunk = chunks[chunkX][chunkY][cz]; - for (int chunkOffsetX = 0; chunkOffsetX < 8; chunkOffsetX++) { - for (int chunkOffsetY = 0; chunkOffsetY < 8; chunkOffsetY++) { - chunk.getFlags().invalidateFlag(chunkOffsetX, chunkOffsetY); // the 'invalid' value of -1 triggers reloading - chunk.getProjectileFlags().clearFlag(chunkOffsetX, chunkOffsetY); // the 'clear' value of 0 is the default state - } - } - } - } - } + this.chunks = new RegionChunk[4][SIZE >> 3][SIZE >> 3]; + RegionManager.resetFlags(getId()); } public DynamicRegion(@NotNull ZoneBorders borders) { this(-1, borders.getSouthWestX() >> 6, borders.getSouthWestY() >> 6); setBorders(borders); + setUpdateAllPlanes(true); RegionManager.addRegion(getId(), this); } @@ -128,6 +120,7 @@ public final class DynamicRegion extends Region { public static DynamicRegion[] create(ZoneBorders copy) { int baseX = copy.getSouthWestX() >> 6; int baseY = copy.getSouthWestY() >> 6; + ZoneBorders border = findZoneBorders((copy.getNorthEastX() - copy.getSouthWestX()) >> 3, (copy.getNorthEastY() - copy.getSouthWestY()) >> 3); RESERVED_AREAS.add(border); Location l = Location.create(border.getSouthWestX(), border.getSouthWestY(), 0); @@ -136,18 +129,23 @@ public final class DynamicRegion extends Region { for (int y = copy.getSouthWestY() >> 6; y < copy.getNorthEastY() >> 6; y++) { int regionId = x << 8 | y; Location loc = l.transform((x - baseX) << 6, (y - baseY) << 6, 0); - DynamicRegion dest = copy(regionId, loc); - dest.setBorders(border); - RegionManager.addRegion(dest.getId(), dest); - regions.add(dest); + DynamicRegion region = copy(regionId, loc); + region.setBorders(border); + Region r = RegionManager.forId(region.getId()); + if (r != null) { + for (int z = 0; z < 4; z++) { + region.getPlanes()[z].getPlayers().addAll(r.getPlanes()[z].getPlayers()); + region.getPlanes()[z].getNpcs().addAll(r.getPlanes()[z].getNpcs()); + } + } + RegionManager.addRegion(region.getId(), region); + regions.add(region); } } for (Region r : regions) { - for (int z = 0; z < PLANES; z++) { - for (Player player : r.assemblePlayerList(z)) { - if (player != null) { - player.updateSceneGraph(false); - } + for (int z = 0; z < 4; z++) { + for (Player p : r.getPlanes()[z].getPlayers()) { + p.updateSceneGraph(false); } } } @@ -178,11 +176,11 @@ public final class DynamicRegion extends Region { int count = 0; int width = (sizeX >> 3) << 6; int height = (sizeY >> 3) << 6; - if (width < SIZE) { - width = SIZE; + if (width < 64) { + width = 64; } - if (height < SIZE) { - height = SIZE; + if (height < 64) { + height = 64; } while (true) { int endX = x + width; @@ -199,10 +197,10 @@ public final class DynamicRegion extends Region { return new ZoneBorders(x, y, endX, endY); } if (++count % 15 == 0) { - y += SIZE; + y += 64; x = 0; } else { - x += SIZE; + x += 64; } } } @@ -223,14 +221,12 @@ public final class DynamicRegion extends Region { for (int offsetY = 0; offsetY < 8; offsetY++) { int x = regionX + (offsetX << 3); int y = regionY + (offsetY << 3); - for (int plane = 0; plane < PLANES; plane++) { - RegionChunk c = base.getChunks()[offsetX][offsetY][plane]; + for (int plane = 0; plane < 4; plane++) { + RegionChunk c = base.getPlanes()[plane].getRegionChunk(offsetX, offsetY); if (c == null) { - c = new RegionChunk(Location.create(0, 0, 0), 0); - region.chunks[offsetX][offsetY][plane] = c; + region.chunks[plane][offsetX][offsetY] = c = new RegionChunk(Location.create(0, 0, 0), 0, region.getPlanes()[plane]); } else { - c = c.copy(); - region.replaceChunk(plane, offsetX, offsetY, c, base); + region.replaceChunk(plane, offsetX, offsetY, (c = c.copy(region.getPlanes()[plane])), base); } c.setRotation(0); c.setBase(Location.create(x, y, plane)); @@ -278,31 +274,71 @@ public final class DynamicRegion extends Region { getMusicZones().add(new MusicZone(musicId, borders)); } + /** + * Rotates the region 90% clockwise. + * TODO: Finish this + */ + public void rotate() { + for (int z = 0; z < 4; z++) { + RegionChunk[][] c = Arrays.copyOf(chunks[z], 8); + for (int x = 0; x < 8; x++) { + for (int y = 0; y < 8; y++) { + RegionChunk r = chunks[z][x][y] = c[8 - y - 1][x]; + if (r != null) { + r.setRotation(r.getRotation() + 1); + } + } + } + } + } + + /** + * Sets a region chunk (without setting objects/clipping flags). + * @param z The plane. + * @param x The chunk x (0-8). + * @param y The chunk y (0-8). + * @param chunk The chunk to set. + */ + public void setChunk(int z, int x, int y, RegionChunk chunk) { + chunks[z][x][y] = chunk; + getPlanes()[z].getChunks()[x][y] = chunk; + if (chunk != null) { + chunk.setCurrentBase(getBaseLocation().transform(x << 3, y << 3, 0)); + } + } + /** * Replaces a region chunk. * @param z The plane. * @param x The x-coordinate of the chunk. (0-7) * @param y The y-coordinate of the chunk. (0-7) - * @param replacement The chunk to replace with. + * @param chunk The chunk to replace with. * @param fromRegion The region the chunk is copied from. */ - public void replaceChunk(int z, int x, int y, RegionChunk replacement, Region fromRegion) { + public void replaceChunk(int z, int x, int y, RegionChunk chunk, Region fromRegion) { Region.load(DynamicRegion.this); - chunks[x][y][z] = replacement; - Region.load(fromRegion); - RegionChunk orig = fromRegion.getChunks()[x][y][z]; - Location currentBase = getBaseLocation().transform(x << 3, y << 3, z); - replacement.setCurrentBase(currentBase); - replacement.rebaseObjects(); - replacement.resetClippingFlags(); - replacement.rebuildClippingFlags(orig); - for (NPC npc : orig.getNpcs()) { - Location newLoc = currentBase.transform(npc.getLocation().getChunkOffsetX(), npc.getLocation().getChunkOffsetY(), 0); - NPC copy = NPC.create(npc.getId(), newLoc, npc.getDirection()); - copy.setAggressive(npc.isAggressive()); - copy.setRespawn(npc.isRespawn()); - copy.setWalks(npc.isWalks()); - copy.init(); + RegionPlane p = getPlanes()[z]; + chunks[z][x][y] = chunk; + p.getChunks()[x][y] = chunk; + if (chunk == null) { + for (int i = x << 3; i < (x + 1) << 3; i++) { + for (int j = y << 3; j < (y + 1) << 3; j++) { + p.getFlags().invalidateFlag(i, j); + p.getProjectileFlags().invalidateFlag(i, j); + Scenery object = p.getObjects()[i][j]; + if (object != null) { + LandscapeParser.removeScenery(object); + } else { + p.add(null, i, j, true); + } + } + } + } else { + Region.load(fromRegion); + Location l = chunk.getBase(); + RegionPlane rp = fromRegion.getPlanes()[l.getZ()]; + chunk.setCurrentBase(getBaseLocation().transform(x << 3, y << 3, z)); + chunk.rebuildFlags(rp); } } @@ -320,36 +356,20 @@ public final class DynamicRegion extends Region { } } } - if (!super.flagInactive(force)) { - return false; - } - for (int x = 0; x < CHUNKS_SIZE; x++) { - for (int y = 0; y < CHUNKS_SIZE; y++) { - for (int z = 0; z < PLANES; z++) { - RegionChunk chunk = chunks[x][y][z]; - for (NPC npc : new ArrayList<>(chunk.getNpcs())) { - if (npc instanceof Familiar) { - Familiar fam = (Familiar) npc; - Location locOwner = fam.getOwner().getLocation(); - fam.setInvisible(true); - RegionManager.move(fam, fam.getLocation(), locOwner); - fam.setLocation(locOwner); - queueScript(fam, 0, QueueStrength.STRONG, false, (Integer stage) -> { - if (fam.call()) { - fam.getWalkingQueue().update(); - return stopExecuting(fam); - } - else { - return restartScript(fam); - } - }); + if(!super.flagInactive(force)) { + return false; + } + for (RegionPlane plane : getPlanes()) { + for (int i = 0; i < plane.getNpcs().size(); i++) { + NPC npc = plane.getNpcs().get(0); + npc.clear(); + } + for (RegionChunk[] chunks : getChunks()[plane.getPlane()]) { + for (RegionChunk chunk : chunks) { + if (chunk != null) { + for (Iterator it = chunk.getItems().iterator(); it.hasNext();) { + GroundItemManager.getItems().remove(it.next()); } - else { - npc.clear(); - } - } - for (GroundItem item : new ArrayList<>(chunk.getItems())) { - GroundItemManager.destroy(item); } } } @@ -358,16 +378,16 @@ public final class DynamicRegion extends Region { if (multicombat) { toggleMulticombat(); } - boolean allLinkedInactive = true; + boolean allLinkedInactive = true; if (linked != null) { for (DynamicRegion r : linked) { allLinkedInactive &= r.flagInactive(force); } } - return allLinkedInactive; + return allLinkedInactive; } else { - return true; - } + return true; + } } @Override @@ -375,6 +395,14 @@ public final class DynamicRegion extends Region { return regionId; } + /** + * Gets the chunks. + * @return The chunks. + */ + public RegionChunk[][][] getChunks() { + return chunks; + } + /** * Gets the borders. * @return The borders. diff --git a/Server/src/main/core/game/world/map/build/LandscapeParser.java b/Server/src/main/core/game/world/map/build/LandscapeParser.java index 618e3637a..81025e7d6 100644 --- a/Server/src/main/core/game/world/map/build/LandscapeParser.java +++ b/Server/src/main/core/game/world/map/build/LandscapeParser.java @@ -3,7 +3,11 @@ package core.game.world.map.build; import core.cache.def.impl.SceneryDefinition; import core.cache.misc.buffer.ByteBufferUtils; import core.game.node.scenery.Scenery; -import core.game.world.map.*; +import core.game.world.map.Location; +import core.game.world.map.Region; +import core.game.world.map.RegionManager; +import core.game.world.map.RegionPlane; +import core.game.system.config.ObjectConfigParser; import java.nio.ByteBuffer; @@ -13,13 +17,14 @@ import java.nio.ByteBuffer; * */ public final class LandscapeParser { + /** * Parses the landscape. * @param r The region. * @param mapscape The mapscape data. * @param storeObjects If all objects should be stored (rather than just the objects with options). */ - public static void parse(Region r, RegionChunk[][][] chunks, byte[][][] mapscape, ByteBuffer buffer, boolean storeObjects) { + public static void parse(Region r, byte[][][] mapscape, ByteBuffer buffer, boolean storeObjects) { int objectId = -1; for (;;) { int offset = ByteBufferUtils.getBigSmart(buffer); @@ -34,25 +39,23 @@ public final class LandscapeParser { break; } location += offset - 1; - int localY = location & 0x3f; - int localX = location >> 6 & 0x3f; + int y = location & 0x3f; + int x = location >> 6 & 0x3f; int configuration = buffer.get() & 0xFF; int rotation = configuration & 0x3; int type = configuration >> 2; int z = location >> 12; r.setObjectCount(r.getObjectCount() + 1); - if ((mapscape[1][localX][localY] & 0x2) == 2) { - z--; - } - if (z >= 0 && z <= 3) { - Location loc = Location.create((r.getX() << 6) + localX, (r.getY() << 6) + localY, z); - Scenery object = new Scenery(objectId, loc, type, rotation); - int chunkX = loc.getChunkX(); - int chunkY = loc.getChunkY(); - int chunkOffsetX = loc.getChunkOffsetX(); - int chunkOffsetY = loc.getChunkOffsetY(); - RegionChunk chunk = chunks[chunkX][chunkY][z]; - flagScenery(chunk, chunkOffsetX, chunkOffsetY, object, true, storeObjects); + if (x < 0 || y < 0 || x >= 64 || y >= 64) { + + } else { + if ((mapscape[1][x][y] & 0x2) == 2) { + z--; + } + if (z >= 0 && z <= 3) { + Scenery object = new Scenery(objectId, Location.create((r.getX() << 6) + x, (r.getY() << 6) + y, z), type, rotation); + flagScenery(r.getPlanes()[z], x, y, object, true, storeObjects); + } } } } @@ -73,34 +76,34 @@ public final class LandscapeParser { */ public static void addScenery(Scenery object, boolean landscape) { Location l = object.getLocation(); - flagScenery(RegionManager.getRegionChunk(l), l.getChunkOffsetX(), l.getChunkOffsetY(), object, landscape, false); + flagScenery(RegionManager.getRegionPlane(l), l.getLocalX(), l.getLocalY(), object, landscape, false); } /** * Flags a scenery on the plane's clipping flags. - * @param chunk The chunk. + * @param plane The plane. * @param object The object. * @param landscape If we are adding this scenery permanent. * @param storeObjects If all objects should be stored (rather than just the objects with options). */ - public static void flagScenery(RegionChunk chunk, int chunkOffsetX, int chunkOffsetY, Scenery object, boolean landscape, boolean storeObjects) { - Region r = chunk.getRegion(); - Region.load(r); + public static void flagScenery(RegionPlane plane, int localX, int localY, Scenery object, boolean landscape, boolean storeObjects) { + Region.load(plane.getRegion()); SceneryDefinition def = object.getDefinition(); object.setActive(true); - object.setRenderable(true); boolean add = storeObjects || !landscape || def.getChildObject(null).hasActions(); if (add) { - if (landscape) { - chunk.addStatDyn(object, chunkOffsetX, chunkOffsetY); - } else { - chunk.add(object); - } + addPlaneObject(plane, object, localX, localY, landscape, storeObjects); + } + + if (!applyClippingFlagsFor(plane, localX, localY, object)) + return; + + if (!storeObjects && !add && (!def.getChildObject(null).getName().equals("null"))) { + addPlaneObject(plane, object, localX, localY, landscape, false); } - applyClippingFlagsFor(chunk, chunkOffsetX, chunkOffsetY, object); } - public static boolean applyClippingFlagsFor(RegionChunk chunk, int chunkOffsetX, int chunkOffsetY, Scenery object) { + public static boolean applyClippingFlagsFor(RegionPlane plane, int localX, int localY, Scenery object) { SceneryDefinition def = object.getDefinition(); int sizeX; int sizeY; @@ -113,27 +116,27 @@ public final class LandscapeParser { } int type = object.getType(); if (type == 22) { //Tile - chunk.getFlags().getLandscape()[chunkOffsetX][chunkOffsetY] = true; + plane.getFlags().getLandscape()[localX][localY] = true; if (def.interactable != 0 || def.clipType == 1 || def.secondBool) { if (def.clipType == 1) { - chunk.getFlags().flagTileObject(chunkOffsetX, chunkOffsetY); + plane.getFlags().flagTileObject(localX, localY); if (def.isProjectileClipped()) { - chunk.getProjectileFlags().flagTileObject(chunkOffsetX, chunkOffsetY); + plane.getProjectileFlags().flagTileObject(localX, localY); } } } } else if (type >= 9) { //Default objects if (def.clipType != 0) { - chunk.getFlags().flagSolidObject(chunkOffsetX, chunkOffsetY, sizeX, sizeY, def.projectileClipped); + plane.getFlags().flagSolidObject(localX, localY, sizeX, sizeY, def.projectileClipped); if (def.isProjectileClipped()) { - chunk.getProjectileFlags().flagSolidObject(chunkOffsetX, chunkOffsetY, sizeX, sizeY, def.projectileClipped); + plane.getProjectileFlags().flagSolidObject(localX, localY, sizeX, sizeY, def.projectileClipped); } } } else if (type >= 0 && type <= 3) { //Doors/walls if (def.clipType != 0) { - chunk.getFlags().flagDoorObject(chunkOffsetX, chunkOffsetY, object.getRotation(), type, def.projectileClipped); + plane.getFlags().flagDoorObject(localX, localY, object.getRotation(), type, def.projectileClipped); if (def.isProjectileClipped()) { - chunk.getProjectileFlags().flagDoorObject(chunkOffsetX, chunkOffsetY, object.getRotation(), type, def.projectileClipped); + plane.getProjectileFlags().flagDoorObject(localX, localY, object.getRotation(), type, def.projectileClipped); } } } else { @@ -142,6 +145,24 @@ public final class LandscapeParser { return true; } + /** + * Adds an object to the region plane. + * @param plane The region plane. + * @param object The object to add. + * @param localX The local x-coordinate. + * @param localY The local y-coordinate. + * @param landscape The landscape. + */ + private static void addPlaneObject(RegionPlane plane, Scenery object, int localX, int localY, boolean landscape, boolean storeAll) { + if (landscape && !storeAll) { + Scenery current = plane.getObjects()[localX][localY]; + if (current != null && current.getDefinition().getChildObject(null).hasOptions(!object.getDefinition().getChildObject(null).hasOptions(false))) { + return; + } + } + plane.add(object, localX, localY, landscape && !storeAll); + } + /** * Removes a scenery. * @param object The object. @@ -151,23 +172,18 @@ public final class LandscapeParser { if (!object.isRenderable()) { return null; } - - // Get and remove the object - Location loc = object.getLocation(); - Region region = RegionManager.forId(loc.getRegionId()); - Region.load(region); - RegionChunk chunk = region.getChunks()[loc.getChunkX()][loc.getChunkY()][loc.getZ()]; - int index = chunk.getIndex(loc.getChunkOffsetX(), loc.getChunkOffsetY(), object.getId(), object.getType()); - if (index == -1) { + RegionPlane plane = RegionManager.getRegionPlane(object.getLocation()); + Region.load(plane.getRegion()); + int localX = object.getLocation().getLocalX(); + int localY = object.getLocation().getLocalY(); + Scenery current = plane.getChunkObject(localX, localY, object.getId()); + if (current == null || current.getId() != object.getId()) { return null; } - Scenery current = chunk.getObjects()[loc.getChunkOffsetX()][loc.getChunkOffsetY()][index]; current.setActive(false); object.setActive(false); - chunk.getObjects()[loc.getChunkOffsetX()][loc.getChunkOffsetY()][index] = null; + plane.remove(localX, localY, object.getId()); SceneryDefinition def = object.getDefinition(); - - // Remove its clipping flags int sizeX; int sizeY; if (object.getRotation() % 2 == 0) { @@ -177,30 +193,28 @@ public final class LandscapeParser { sizeX = def.sizeY; sizeY = def.sizeX; } - int chunkOffsetX = loc.getChunkOffsetX(); - int chunkOffsetY = loc.getChunkOffsetY(); int type = object.getType(); if (type == 22) { //Tile if (def.interactable != 0 || def.clipType == 1 || def.secondBool) { if (def.clipType == 1) { - chunk.getFlags().unflagTileObject(chunkOffsetX, chunkOffsetY); + plane.getFlags().unflagTileObject(localX, localY); if (def.isProjectileClipped()) { - chunk.getProjectileFlags().unflagTileObject(chunkOffsetX, chunkOffsetY); + plane.getProjectileFlags().unflagTileObject(localX, localY); } } } } else if (type >= 9) { //Default objects if (def.clipType != 0) { - chunk.getFlags().unflagSolidObject(chunkOffsetX, chunkOffsetY, sizeX, sizeY, def.projectileClipped); + plane.getFlags().unflagSolidObject(localX, localY, sizeX, sizeY, def.projectileClipped); if (def.isProjectileClipped()) { - chunk.getProjectileFlags().unflagSolidObject(chunkOffsetX, chunkOffsetY, sizeX, sizeY, def.projectileClipped); + plane.getProjectileFlags().unflagSolidObject(localX, localY, sizeX, sizeY, def.projectileClipped); } } } else if (type >= 0 && type <= 3) { //Doors/walls if (def.clipType != 0) { - chunk.getFlags().unflagDoorObject(chunkOffsetX, chunkOffsetY, object.getRotation(), type, def.projectileClipped); + plane.getFlags().unflagDoorObject(localX, localY, object.getRotation(), type, def.projectileClipped); if (def.isProjectileClipped()) { - chunk.getProjectileFlags().unflagDoorObject(chunkOffsetX, chunkOffsetY, object.getRotation(), type, def.projectileClipped); + plane.getProjectileFlags().unflagDoorObject(localX, localY, object.getRotation(), type, def.projectileClipped); } } } diff --git a/Server/src/main/core/game/world/map/build/MapscapeParser.java b/Server/src/main/core/game/world/map/build/MapscapeParser.java index d88118277..7ecc4c81c 100644 --- a/Server/src/main/core/game/world/map/build/MapscapeParser.java +++ b/Server/src/main/core/game/world/map/build/MapscapeParser.java @@ -1,7 +1,6 @@ package core.game.world.map.build; import core.game.world.map.Region; -import core.game.world.map.RegionChunk; import java.nio.ByteBuffer; @@ -18,25 +17,10 @@ public final class MapscapeParser { * @param buffer The buffer. */ public static void parse(Region r, byte[][][] mapscape, ByteBuffer buffer) { - if (r.getChunks() == null) { - return; // this is a DynamicRegion that has been cleared - } - // The cache is packed by region, so we need to parse it along the local-x/y coordinates for (int z = 0; z < 4; z++) { - for (int localX = 0; localX < Region.SIZE; localX++) { - for (int localY = 0; localY < Region.SIZE; localY++) { - int chunkX = localX >> 3; - int chunkY = localY >> 3; - int chunkOffsetX = localX & 7; - int chunkOffsetY = localY & 7; - RegionChunk chunk = r.getChunks()[chunkX][chunkY][z]; - boolean[][] landscape; - if (chunk == null) { - // Still need to consume the buffer data even for null chunks - landscape = new boolean[RegionChunk.SIZE][RegionChunk.SIZE]; - } else { - landscape = chunk.getFlags().getLandscape(); - } + boolean[][] landscape = r.getPlanes()[z].getFlags().getLandscape(); + for (int x = 0; x < 64; x++) { + for (int y = 0; y < 64; y++) { while (true) { int value = buffer.get() & 0xFF; if (value == 0) { @@ -48,15 +32,17 @@ public final class MapscapeParser { } if (value <= 49) { //Overlay data int val = buffer.get() & 0xFF; - if (val > 0) { - landscape[chunkOffsetX][chunkOffsetY] = true; + if (val != 42 && val > 0) { + landscape[x][y] = true; } - } else if (value <= 81) { - mapscape[z][localX][localY] = (byte) (value - 49); - } else { + } + else if (value <= 81) { + mapscape[z][x][y] = (byte) (value - 49); + } + else { int val = (byte) (value - 81) & 0xFF; //Underlay data - if (val > 0) { - landscape[chunkOffsetX][chunkOffsetY] = true; + if (val != 42 && val > 0) { + landscape[x][y] = true; } } } @@ -70,30 +56,22 @@ public final class MapscapeParser { * @param r The region. * @param mapscape The mapscape. */ - public static void clipMapscape(Region r, RegionChunk[][][] chunks, byte[][][] mapscape) { - for (int z = 0; z < Region.PLANES; z++) { - for (int chunkX = 0; chunkX < RegionChunk.SIZE; chunkX++) { - for (int chunkY = 0; chunkY < RegionChunk.SIZE; chunkY++) { - RegionChunk chunk = chunks[chunkX][chunkY][z]; - for (int x = 0; x < RegionChunk.SIZE; x++) { - for (int y = 0; y < RegionChunk.SIZE; y++) { - chunk.getFlags().flagEmptyTile(x, y); - int chunkOffsetX = chunkX * RegionChunk.SIZE + x; - int chunkOffsetY = chunkY * RegionChunk.SIZE + y; - if ((mapscape[z][chunkOffsetX][chunkOffsetY] & 0x1) == 1) { - int plane = z; - if ((mapscape[1][chunkOffsetX][chunkOffsetY] & 0x2) == 2) { - plane--; - } - if (plane > -1) { - RegionChunk chunkToFlag = r.getChunks()[chunkX][chunkY][plane]; - chunkToFlag.getFlags().flagSolidTile(x, y); - } - } + public static void clipMapscape(Region r, byte[][][] mapscape) { + for (int z = 0; z < 4; z++) { + for (int x = 0; x < 64; x++) { + for (int y = 0; y < 64; y++) { + r.getPlanes()[z].getFlags().flagEmptyTile(x,y); + if ((mapscape[z][x][y] & 0x1) == 1) { + int plane = z; + if ((mapscape[1][x][y] & 0x2) == 2) { + plane--; + } + if (plane > -1) { + r.getPlanes()[plane].getFlags().flagSolidTile(x, y); } } } } } } -} +} \ No newline at end of file diff --git a/Server/src/main/core/game/world/map/build/ChunkFlags.java b/Server/src/main/core/game/world/map/build/RegionFlags.java similarity index 92% rename from Server/src/main/core/game/world/map/build/ChunkFlags.java rename to Server/src/main/core/game/world/map/build/RegionFlags.java index eb989968e..177da33c9 100644 --- a/Server/src/main/core/game/world/map/build/ChunkFlags.java +++ b/Server/src/main/core/game/world/map/build/RegionFlags.java @@ -1,6 +1,5 @@ package core.game.world.map.build; -import core.game.world.map.RegionChunk; import core.game.world.map.RegionManager; import kotlin.Pair; @@ -11,7 +10,7 @@ import static java.lang.Math.max; * @author Emperor * */ -public final class ChunkFlags { +public final class RegionFlags { public static final int TILE_OBJECT = 0x40000; public static final int EMPTY_TILE = 0; @@ -21,7 +20,7 @@ public final class ChunkFlags { /** * The plane. */ - private final int baseZ; + private final int plane; /** * If the region is members only. @@ -50,25 +49,23 @@ public final class ChunkFlags { /** * Constructs a new {@code RegionFlags} {@code Object}. - * @param x The base x-coordinate (absolute). + * @param x The base x-coordinate (absolute). * @param y The base y-coordinate (absolute). - * @param z The base z-coordinate (absolute). - */ - public ChunkFlags(int x, int y, int z) { - this(x, y, z, false); + */ + public RegionFlags(int plane, int x, int y) { + this(plane, x, y, false); } /** * Constructs a new {@code RegionFlags} {@code Object}. - * @param x The base x-coordinate (absolute). + * @param x The base x-coordinate (absolute). * @param y The base y-coordinate (absolute). - */ - public ChunkFlags(int x, int y, int z, boolean projectile) { + */ + public RegionFlags(int plane, int x, int y, boolean projectile) { + this.plane = plane; this.baseX = x; this.baseY = y; - this.baseZ = z; this.projectile = projectile; - this.landscape = new boolean[RegionChunk.SIZE][RegionChunk.SIZE]; // all false by default, thanks Java } /** @@ -129,10 +126,10 @@ public final class ChunkFlags { * @param clipdata The clip data. */ public void flag(int x, int y, int clipdata) { - if (x > -1 && x < 8 && y > -1 && y < 8) { + if (x > -1 && x < 64 && y > -1 && y < 64) { addFlag(x, y, clipdata); } else { - RegionManager.addClippingFlag(baseZ, baseX + x, baseY + y, projectile, clipdata); + RegionManager.addClippingFlag(plane, baseX + x, baseY + y, projectile, clipdata); } } @@ -163,15 +160,15 @@ public final class ChunkFlags { * @param clipdata The clip data. */ public void unflag(int x, int y, int clipdata) { - if (x >= 0 && x < RegionChunk.SIZE && y >= 0 && y < RegionChunk.SIZE) { + if (x > -1 && x < 64 && y > -1 && y < 64) { removeFlag(x, y, clipdata); } else { - RegionManager.removeClippingFlag(baseZ, baseX + x, baseY + y, projectile, clipdata); + RegionManager.removeClippingFlag(plane, baseX + x, baseY + y, projectile, clipdata); } } private Pair getFlagIndex(int x, int y) { - return new Pair<>((baseZ << 22) | ((baseX >> 3) << 11) | (baseY >> 3), (x * 8) + y); + return new Pair<>(((baseX >> 6) << 8) | (baseY >> 6), (plane * 64 * 64) + (x * 64) + y); } public int getFlag(int x, int y) { @@ -352,7 +349,7 @@ public final class ChunkFlags { } /** - * Unflags a door object (type 0-3). + * Unlags a door object (type 0-3). * @param x The x-coordinate * @param y The y-coordinate. * @param rotation The rotation. @@ -518,8 +515,8 @@ public final class ChunkFlags { * Gets the plane. * @return The plane. */ - public int getBaseZ() { - return baseZ; + public int getPlane() { + return plane; } /** @@ -537,4 +534,4 @@ public final class ChunkFlags { public void setLandscape(boolean[][] landscape) { this.landscape = landscape; } -} +} \ No newline at end of file diff --git a/Server/src/main/core/game/world/map/zone/ZoneMonitor.java b/Server/src/main/core/game/world/map/zone/ZoneMonitor.java index a7176dd04..65b4a0322 100644 --- a/Server/src/main/core/game/world/map/zone/ZoneMonitor.java +++ b/Server/src/main/core/game/world/map/zone/ZoneMonitor.java @@ -362,7 +362,7 @@ public final class ZoneMonitor { it.remove(); } } - for (RegionZone zone : entity.getLocation().getRegion().getRegionZones()) { + for (RegionZone zone : entity.getViewport().getRegion().getRegionZones()) { if (!zone.getBorders().insideBorder(entity)) { continue; } @@ -403,7 +403,7 @@ public final class ZoneMonitor { } } } - Region r = player.getLocation().getRegion(); + Region r = player.getViewport().getRegion(); for (MusicZone zone : r.getMusicZones()) { if (zone.getBorders().insideBorder(l.getX(), l.getY())) { zone.enter(player); diff --git a/Server/src/main/core/game/world/map/zone/impl/ModeratorZone.java b/Server/src/main/core/game/world/map/zone/impl/ModeratorZone.java index be5f59b64..1c8b113dd 100644 --- a/Server/src/main/core/game/world/map/zone/impl/ModeratorZone.java +++ b/Server/src/main/core/game/world/map/zone/impl/ModeratorZone.java @@ -64,6 +64,13 @@ public class ModeratorZone extends MapZone { return true; } + @Override + public boolean interact(Entity entity, Node target, Option option) { + if (entity instanceof Player) { + } + return super.interact(entity, target, option); + } + @Override public void configure() { register(new ZoneBorders(2840, 5204, 2853, 5224)); @@ -75,11 +82,11 @@ public class ModeratorZone extends MapZone { * @param on the toggle switch. */ public static final void toggle(final Player player, final boolean on) { - open = on; + open = on ? true : false; player.getPacketDispatch().sendMessage(getToggleMessage()); if (!open) { for (Player p : RegionManager.getLocalPlayers(center)) { - if (p.getDetails().getRights() == Rights.ADMINISTRATOR) { + if (p == null || p.getDetails().getRights() == Rights.ADMINISTRATOR) { continue; } home(p); @@ -116,7 +123,10 @@ public class ModeratorZone extends MapZone { * @return return True if so. */ public static boolean isOpen() { - return open; + if (!open) { + return false; + } + return true; } } diff --git a/Server/src/main/core/game/world/map/zone/impl/MultiwayCombatZone.java b/Server/src/main/core/game/world/map/zone/impl/MultiwayCombatZone.java index d824eb4fb..77477b3b1 100644 --- a/Server/src/main/core/game/world/map/zone/impl/MultiwayCombatZone.java +++ b/Server/src/main/core/game/world/map/zone/impl/MultiwayCombatZone.java @@ -3,6 +3,7 @@ package core.game.world.map.zone.impl; import core.game.node.entity.Entity; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; +import core.game.world.map.Direction; import core.game.world.map.Location; import core.game.world.map.MapDistance; import core.game.world.map.RegionManager; @@ -79,8 +80,6 @@ public final class MultiwayCombatZone extends MapZone { register(new ZoneBorders(2487, 10113, 2563, 10174)); registerRegion(7236); registerRegion(7492); - registerRegion(12615); // Tarn's Lair (main lair) - registerRegion(12616); // Tarn's Lair (terror dogs and boss fight) registerRegion(7748); registerRegion(12610); register(new ZoneBorders(3097, 4224, 3225, 4317)); @@ -97,7 +96,6 @@ public final class MultiwayCombatZone extends MapZone { registerRegion(9532); //Isle north of Jatizso registerRegion(10810); //Eastern rock crabs registerRegion(12590); //desert bandits - registerRegion(10140); // Fremennik Lighthouse Dungeon (Dagannoths) } @Override @@ -129,21 +127,21 @@ public final class MultiwayCombatZone extends MapZone { if (e.getProperties().isNPCWalkable()) { return true; } - for (NPC n : RegionManager.getLocalNPCs(e.getLocation(), MapDistance.RENDERING.getDistance() / 2)) { - if (n.isInvisible() || !n.getDefinition().hasAttackOption() || n == e) { - continue; - } - if(n.shouldPreventStacking(e)) { - int s1 = e.size(); - int s2 = n.size(); - int x = destination.getX(); - int y = destination.getY(); - Location l = n.getLocation(); - if(Pathfinder.isStandingIn(x, y, s1, s1, l.getX(), l.getY(), s2, s2)) { - return false; - } - } - } + for (NPC n : RegionManager.getLocalNpcs(e, MapDistance.RENDERING.getDistance() / 2)) { + if (n.isInvisible() || !n.getDefinition().hasAttackOption() || n == e) { + continue; + } + if(n.shouldPreventStacking(e)) { + int s1 = e.size(); + int s2 = n.size(); + int x = destination.getX(); + int y = destination.getY(); + Location l = n.getLocation(); + if(Pathfinder.isStandingIn(x, y, s1, s1, l.getX(), l.getY(), s2, s2)) { + return false; + } + } + } return true; } diff --git a/Server/src/main/core/game/world/objectparser/ObjectParser.java b/Server/src/main/core/game/world/objectparser/ObjectParser.java new file mode 100644 index 000000000..39b445e31 --- /dev/null +++ b/Server/src/main/core/game/world/objectparser/ObjectParser.java @@ -0,0 +1,101 @@ +package core.game.world.objectparser; + +import core.api.StartupListener; +import core.ServerConstants; +import core.game.node.scenery.Scenery; +import core.game.world.map.build.LandscapeParser; +import org.w3c.dom.Document; +import org.w3c.dom.Element; +import org.w3c.dom.Node; +import org.w3c.dom.NodeList; + +import javax.xml.parsers.DocumentBuilder; +import javax.xml.parsers.DocumentBuilderFactory; +import java.io.File; + +public class ObjectParser implements StartupListener { + + public void parseObjects(){ + if(ServerConstants.OBJECT_PARSER_PATH == null) return; + File f = new File(ServerConstants.OBJECT_PARSER_PATH); + if(!f.exists()){ + + return; + } + + try{ + DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); + DocumentBuilder builder = factory.newDocumentBuilder(); + Document doc = builder.parse(f); + + NodeList parseList = doc.getElementsByTagName("ObjectAction"); + + + + for(int i = 0; i < parseList.getLength(); i++){ + Node parseNode = parseList.item(i); + if(parseNode.getNodeType() == Node.ELEMENT_NODE){ + Element parseElement = (Element) parseNode; + String type = parseElement.getAttribute("mode"); + switch(type){ + case "add": { + int id = Integer.parseInt(parseElement.getAttribute("id")); + int x = Integer.parseInt(parseElement.getAttribute("x")); + int y = Integer.parseInt(parseElement.getAttribute("y")); + int z = Integer.parseInt(parseElement.getAttribute("z")); + int objType = 10; + if (parseElement.hasAttribute("type")) { + objType = Integer.parseInt(parseElement.getAttribute("type")); + } + String rawDir = parseElement.getAttribute("direction"); + int dir = 1; + switch (rawDir) { + case "n": + dir = 1; + break; + case "ne": + dir = 2; + break; + case "nw": + dir = 0; + break; + case "w": + dir = 3; + break; + case "e": + dir = 4; + break; + case "sw": + dir = 5; + break; + case "se": + dir = 7; + break; + case "s": + dir = 6; + break; + } + LandscapeParser.addScenery(new Scenery(id, x, y, z, objType, dir)); + break; + } + case "remove": { + int id = Integer.parseInt(parseElement.getAttribute("id")); + int x = Integer.parseInt(parseElement.getAttribute("x")); + int y = Integer.parseInt(parseElement.getAttribute("y")); + int z = Integer.parseInt(parseElement.getAttribute("z")); + int objType = 10; + LandscapeParser.removeScenery(new Scenery(id,x,y,z)); + } + } + } + } + } catch (Exception e){ + e.printStackTrace(); + } + } + + @Override + public void startup() { + parseObjects(); + } +} diff --git a/Server/src/main/core/game/world/repository/DisconnectionQueue.kt b/Server/src/main/core/game/world/repository/DisconnectionQueue.kt index 7342610b9..dd0c7ee98 100644 --- a/Server/src/main/core/game/world/repository/DisconnectionQueue.kt +++ b/Server/src/main/core/game/world/repository/DisconnectionQueue.kt @@ -40,10 +40,9 @@ class DisconnectionQueue { val ticksNeeded = secondsToTicks(seconds) if ((queueTimers[it.key] ?: Int.MAX_VALUE) >= ticksNeeded) { it.value?.player?.let { player -> - try { player.finishClear() } finally { - Repository.removePlayer(player) - remove(it.key) - } + player.finishClear() + Repository.removePlayer(player) + remove(it.key) log(this::class.java, Log.WARN, "Force-clearing ${it.key} after 15 minutes of being in the disconnection queue!") } } @@ -67,7 +66,7 @@ class DisconnectionQueue { return false } player.packetDispatch.sendLogout() - try { player.finishClear() } catch (t: Throwable) { t.printStackTrace() } + player.finishClear() Repository.removePlayer(player) try { if(player.communication.clan != null) diff --git a/Server/src/main/core/game/world/repository/Repository.kt b/Server/src/main/core/game/world/repository/Repository.kt index d2b09a4bd..81d44d5f4 100644 --- a/Server/src/main/core/game/world/repository/Repository.kt +++ b/Server/src/main/core/game/world/repository/Repository.kt @@ -1,17 +1,16 @@ package core.game.world.repository -import content.region.wilderness.handlers.revenants.RevenantNPC -import core.ServerConstants -import core.api.sendMessage import core.game.node.entity.npc.NPC +import content.region.wilderness.handlers.revenants.RevenantNPC import core.game.node.entity.player.Player import core.game.world.map.Location import core.game.world.map.RegionManager +import core.ServerConstants +import core.api.sendMessage import core.game.world.update.UpdateSequence +import java.util.* import java.util.concurrent.CopyOnWriteArrayList -const val GE_NEWS_MUTE_ATTRIBUTE = "/save:ge:news-mute" - /** * The repository holding all node lists, etc in the game world. * @author Emperor @@ -65,22 +64,11 @@ object Repository { */ @JvmStatic fun sendNews(string: String, icon: Int = 12, color: String = "CC6600") { - sendNews(string, icon, color, false) - } - - @JvmStatic - fun sendGrandExchangeNews(string: String, icon: Int = 12, color: String = "CC6600") { - sendNews(string, icon, color, true) - } - - @JvmStatic - fun sendNews(string: String, icon: Int, color: String, isGeNews: Boolean) { if (!ServerConstants.ENABLE_GLOBAL_CHAT) return val players: Array = playerNames.values.toTypedArray() val size = players.size for (i in 0 until size) { - val player = players[i] as? Player ?: continue - if (isGeNews && player.getAttribute(GE_NEWS_MUTE_ATTRIBUTE, false)) continue + val player = players[i] as Player ?: continue sendMessage(player, "News: $string") } } @@ -127,7 +115,7 @@ object Repository { */ @JvmStatic fun findNPC(l: Location): NPC? { - for (n in RegionManager.getRegionChunk(l).npcs) { + for (n in RegionManager.getRegionPlane(l).npcs) { if (n.location == l) { return n } diff --git a/Server/src/main/core/game/world/update/ChunkDirtyListener.kt b/Server/src/main/core/game/world/update/ChunkDirtyListener.kt deleted file mode 100644 index 38fba5192..000000000 --- a/Server/src/main/core/game/world/update/ChunkDirtyListener.kt +++ /dev/null @@ -1,22 +0,0 @@ -package core.game.world.update - -import core.game.world.map.RegionChunk -import java.util.Collections -import java.util.IdentityHashMap - -object ChunkUpdateTracker : ChunkDirtyListener { - private val dirty = Collections.newSetFromMap(IdentityHashMap()) - - override fun onFlagged(chunk: RegionChunk) { - dirty.add(chunk) - } - - /** Resets flags on exactly the chunks flagged this tick. Must run after all per-player flushes. */ - fun resetAll() { - dirty.forEach { it.resetUpdateFlags() } - dirty.clear() - } -} -fun interface ChunkDirtyListener { - fun onFlagged(chunk: RegionChunk) -} \ No newline at end of file diff --git a/Server/src/main/core/game/world/update/MapChunkRenderer.kt b/Server/src/main/core/game/world/update/MapChunkRenderer.kt index bbbca2798..b9e20112a 100644 --- a/Server/src/main/core/game/world/update/MapChunkRenderer.kt +++ b/Server/src/main/core/game/world/update/MapChunkRenderer.kt @@ -1,7 +1,6 @@ package core.game.world.update import core.game.node.entity.player.Player -import core.game.world.map.Location import core.game.world.map.RegionChunk import core.net.packet.PacketRepository import core.net.packet.context.ClearChunkContext @@ -13,51 +12,39 @@ import java.util.* * @author Emperor */ object MapChunkRenderer { - const val BUILD_AREA_DEPTH = 6 - const val BUILD_AREA_SIZE = 2 * BUILD_AREA_DEPTH + 1 - /** * Sends the map chunk rendering packet. * @param player The player. */ @JvmStatic fun render(player: Player) { + val v = player.viewport val last = player.playerFlags.lastViewport - val updated: ArrayList = ArrayList() - val anchor = player.playerFlags.lastSceneGraph ?: player.location - val center = Location.create(anchor.x, anchor.y, player.location.z) // z is correct, the client does not tear down the build area on z scene transitions (and WalkingQueue.java similarly does not invalidate the scene graph on z transitions, only on x/y transitions) - val current = List(BUILD_AREA_SIZE) { x -> - val dcx = x - BUILD_AREA_DEPTH // so it becomes -6..+6 instead of 0..12 - List(BUILD_AREA_SIZE) { y -> - val dcy = y - BUILD_AREA_DEPTH - center.transform(dcx * RegionChunk.SIZE, dcy * RegionChunk.SIZE, 0).chunk - } - } - + val updated: MutableList = ArrayList() + val current = v.chunks var sizeX = last.size for (x in 0 until sizeX) { val sizeY: Int = last[x].size for (y in 0 until sizeY) { val previous = last[x][y] ?: continue - if (containsChunk(current, previous)) { - updated.add(previous) - } else { + if (!containsChunk(current, previous)) { PacketRepository.send(ClearRegionChunk::class.java, ClearChunkContext(player, previous)) + } else { + updated.add(previous) } } } - sizeX = current.size for (x in 0 until sizeX) { val sizeY: Int = current[x].size for (y in 0 until sizeY) { val chunk = current[x][y] - if (updated.contains(chunk)) { - chunk.update(player) - } else { + if (!updated.contains(chunk)) { chunk.synchronize(player) + } else { + chunk.update(player) } - last[x][y] = chunk + last[x][y] = current[x][y] } } } @@ -68,7 +55,7 @@ object MapChunkRenderer { * @param c The region chunk. * @return `True` if so. */ - private fun containsChunk(list: List>, c: RegionChunk): Boolean { + private fun containsChunk(list: Array>, c: RegionChunk): Boolean { val sizeList = list.size for (x in 0 until sizeList) { val chunkSize: Int = list[x].size @@ -80,4 +67,4 @@ object MapChunkRenderer { } return false } -} +} \ No newline at end of file diff --git a/Server/src/main/core/game/world/update/NPCRenderer.kt b/Server/src/main/core/game/world/update/NPCRenderer.kt index 01997e849..dbb2fd01c 100644 --- a/Server/src/main/core/game/world/update/NPCRenderer.kt +++ b/Server/src/main/core/game/world/update/NPCRenderer.kt @@ -6,7 +6,6 @@ import core.game.world.map.RegionManager import core.net.packet.IoBuffer import core.net.packet.PacketHeader import core.game.world.GameWorld -import core.game.world.map.MapDistance import java.nio.ByteBuffer import java.util.* @@ -23,7 +22,7 @@ object NPCRenderer { fun render(player: Player) { val buffer = IoBuffer(32, PacketHeader.SHORT) val info = player.renderInfo - val localNPCs = info.localNPCs + val localNPCs = info.localNpcs val maskBuffer = IoBuffer(-1, PacketHeader.NORMAL, ByteBuffer.allocate(1 shl 16)) buffer.setBitAccess() buffer.putBits(8, localNPCs.size) @@ -31,7 +30,7 @@ object NPCRenderer { val it: Iterator = localNPCs.iterator() while (it.hasNext()) { val npc = it.next() - val withinDistance = player.location.withinDistance(npc.location, MapDistance.RENDERING.distance) + val withinDistance = player.location.withinDistance(npc.location) if (npc.isHidden(player) || !withinDistance || npc.properties.isTeleporting) { buffer.putBits(1, 1).putBits(2, 3) toRemove.add(npc) @@ -52,7 +51,7 @@ object NPCRenderer { } } localNPCs.removeAll(toRemove) - for (npc in RegionManager.getLocalNPCs(player.location, MapDistance.RENDERING.distance)) { + for (npc in RegionManager.getLocalNpcs(player)) { if (localNPCs.size >= 255) { break } diff --git a/Server/src/main/core/game/world/update/PlayerRenderer.kt b/Server/src/main/core/game/world/update/PlayerRenderer.kt index a3130646e..0fb1068bc 100644 --- a/Server/src/main/core/game/world/update/PlayerRenderer.kt +++ b/Server/src/main/core/game/world/update/PlayerRenderer.kt @@ -39,7 +39,7 @@ object PlayerRenderer { renderLocalPlayer(player, other, buffer, flags) } var count = 0 - for (other in RegionManager.getLocalPlayers(player.location, 15)) { + for (other in RegionManager.getLocalPlayers(player, 15)) { if (other === player || !other.isActive || info.localPlayers.contains(other) || other.isInvisible) { continue } @@ -107,7 +107,7 @@ object PlayerRenderer { if (offsetX < 0) { offsetX += 32 } - val appearance = info.appearanceStamps[other.index] != other.updateMasks.appearanceStamp + val appearance = info.appearanceStamps[other.index and 0x800] != other.updateMasks.appearanceStamp val update = appearance || other.updateMasks.isUpdateRequired || other.updateMasks.hasSynced() buffer.putBits(1, if (update) 1 else 0) buffer.putBits(5, offsetX) @@ -117,7 +117,7 @@ object PlayerRenderer { info.localPlayers.add(other) if (update) { if (appearance) { - info.appearanceStamps[other.index] = other.updateMasks.appearanceStamp + info.appearanceStamps[other.index and 0x800] = other.updateMasks.appearanceStamp } writeMaskUpdates(player, other, flags, appearance, true) } @@ -177,4 +177,4 @@ object PlayerRenderer { player.updateMasks.write(local, player, flags) } } -} +} \ No newline at end of file diff --git a/Server/src/main/core/game/world/update/UpdateSequence.kt b/Server/src/main/core/game/world/update/UpdateSequence.kt index 775900633..bc17fbd65 100644 --- a/Server/src/main/core/game/world/update/UpdateSequence.kt +++ b/Server/src/main/core/game/world/update/UpdateSequence.kt @@ -59,7 +59,7 @@ class UpdateSequence playersList!!.forEach(Player::reset) npcList!!.forEach(NPC::reset) renderablePlayers.sync() - ChunkUpdateTracker.resetAll() + RegionManager.pulse() GroundItemManager.pulse() } diff --git a/Server/src/main/core/game/world/update/flag/PlayerFlags.java b/Server/src/main/core/game/world/update/flag/PlayerFlags.java index 2b9ea7c97..c67408a65 100644 --- a/Server/src/main/core/game/world/update/flag/PlayerFlags.java +++ b/Server/src/main/core/game/world/update/flag/PlayerFlags.java @@ -2,7 +2,7 @@ package core.game.world.update.flag; import core.game.world.map.Location; import core.game.world.map.RegionChunk; -import core.game.world.update.MapChunkRenderer; +import core.game.world.map.Viewport; /** * A class holding a player's updating flags. @@ -18,11 +18,11 @@ public final class PlayerFlags { /** * The last viewport. */ - private RegionChunk[][] lastViewport = new RegionChunk[MapChunkRenderer.BUILD_AREA_SIZE][MapChunkRenderer.BUILD_AREA_SIZE]; + private RegionChunk[][] lastViewport = new RegionChunk[Viewport.CHUNK_SIZE][Viewport.CHUNK_SIZE]; /** * The location the player was standing on when last scene graph update - * occurred. + * occured. */ private Location lastSceneGraph; diff --git a/Server/src/main/core/game/world/update/flag/PlayerFlags530.kt b/Server/src/main/core/game/world/update/flag/PlayerFlags530.kt index a83f0235c..bcc1e3356 100644 --- a/Server/src/main/core/game/world/update/flag/PlayerFlags530.kt +++ b/Server/src/main/core/game/world/update/flag/PlayerFlags530.kt @@ -11,6 +11,7 @@ import core.tools.* import core.api.* import core.game.world.GameWorld +import java.nio.charset.StandardCharsets import kotlin.reflect.* import kotlin.math.max @@ -27,13 +28,12 @@ sealed class PlayerFlags530 (p: Int, o: Int, f: EntityFlag) : EFlagProvider (530 else buffer.p1 (context.chatIcon) val chatBuf = ByteArray(256) - val encodedText = CP1252.toBytes(context.text) - chatBuf[0] = encodedText.size.toByte() + chatBuf[0] = context.text.length.toByte() val offset = 1 + StringUtils.encryptPlayerChat ( chatBuf, 0, 1, - encodedText.size, - encodedText + context.text.length, + context.text.toByteArray(StandardCharsets.UTF_8) ) buffer.p1 (offset + 1) buffer.putReverse (chatBuf, 0, offset) diff --git a/Server/src/main/core/game/worldevents/holiday/HolidayRandoms.kt b/Server/src/main/core/game/worldevents/holiday/HolidayRandoms.kt index e1108a473..cf63a2e6d 100644 --- a/Server/src/main/core/game/worldevents/holiday/HolidayRandoms.kt +++ b/Server/src/main/core/game/worldevents/holiday/HolidayRandoms.kt @@ -155,7 +155,7 @@ class HolidayRandoms() : PersistTimer(0, "holiday", isAuto = true), Commands { define("forcehrevents", Privilege.ADMIN, "::forcehrevents [eventname]", "Force enable holiday random events.") { player, args -> if (args.size == 1) { - notify(player, "Holidays: halloween, christmas, aprilfools") + notify(player, "Holidays: halloween, christmas") return@define } val event = args[1] @@ -183,12 +183,6 @@ class HolidayRandoms() : PersistTimer(0, "holiday", isAuto = true), Commands { registerTimer(p, HolidayRandoms()) } } - "aprilfools" -> { - ServerConstants.FORCE_APRIL_FOOLS = true - for (p in Repository.players) { - notify(p, colorize("%GApril Fools is now active!")) - } - } else -> reject(player, "Invalid event!") } } diff --git a/Server/src/main/core/game/worldevents/holiday/aprilfools/AprilFoolsEvent.kt b/Server/src/main/core/game/worldevents/holiday/aprilfools/AprilFoolsEvent.kt deleted file mode 100644 index 4a4f11a72..000000000 --- a/Server/src/main/core/game/worldevents/holiday/aprilfools/AprilFoolsEvent.kt +++ /dev/null @@ -1,40 +0,0 @@ -package core.game.worldevents.holiday.aprilfools - -import core.ServerConstants -import core.api.* -import core.game.node.entity.player.Player -import core.game.node.entity.player.link.emote.Emotes -import core.game.system.command.Privilege -import core.tools.colorize -import java.util.Calendar - -class AprilFoolsEvent : Commands, LoginListener { - private fun isActive(): Boolean { - if (ServerConstants.FORCE_APRIL_FOOLS) return true - if (!ServerConstants.APRIL_FOOLS_EVENT) return false - val cal = Calendar.getInstance() - return cal.get(Calendar.MONTH) == Calendar.APRIL && cal.get(Calendar.DAY_OF_MONTH) == 1 - } - - override fun login(player: Player) { - if (!isActive()) return - sendMessage(player, colorize("Use command ::wheel to spin the new prize wheel!", "00ffff")) - } - - override fun defineCommands() { - define("wheel", Privilege.STANDARD) { player, args -> - if (!isActive()) { - sendMessage(player, colorize("-->%R${args[0]}: command not found")) - return@define - } - if (getAttribute(player, "aprilfools:wheelspun", false)) { - sendMessage(player, "I'm not falling for that again.") - return@define - } - sendNews("${player.username} just tried to spin the wheel!") - sendChat(player, "I'm spinning!") - emote(player, Emotes.SPIN) - setAttribute(player, "aprilfools:wheelspun", true) - } - } -} \ No newline at end of file diff --git a/Server/src/main/core/net/IoSession.java b/Server/src/main/core/net/IoSession.java index 6383ca5da..7e61dc28c 100644 --- a/Server/src/main/core/net/IoSession.java +++ b/Server/src/main/core/net/IoSession.java @@ -122,45 +122,12 @@ public class IoSession { * @param service The executor service. */ public IoSession(SelectionKey key, ExecutorService service) { - this(key, service, resolveRemoteAddress(key)); - } - - /** - * Constructs a new {@code IoSession} with an explicit remote address. - * @param key The selection key. - * @param service The executor service. - * @param remoteAddress The remote address. - */ - public IoSession(SelectionKey key, ExecutorService service, String remoteAddress) { this.key = key; this.service = service; - this.address = normalizeRemoteAddress(remoteAddress); + this.address = getRemoteAddress().replaceAll("/", "").split(":")[0]; this.js5Queue = new JS5Queue(this); } - private static String resolveRemoteAddress(SelectionKey key) { - if (key == null || !(key.channel() instanceof SocketChannel)) { - return "127.0.0.1"; - } - try { - return ((SocketChannel) key.channel()).getRemoteAddress().toString(); - } catch (IOException e) { - throw new IllegalStateException(e); - } - } - - private static String normalizeRemoteAddress(String remoteAddress) { - if (remoteAddress == null || remoteAddress.trim().isEmpty()) { - return "127.0.0.1"; - } - String normalized = remoteAddress.replace("/", ""); - int separator = normalized.lastIndexOf(':'); - if (separator > 0) { - return normalized.substring(0, separator); - } - return normalized; - } - /** * Fires a write event created using the current event producer. * @param context The event context. @@ -246,11 +213,9 @@ public class IoSession { return; } active = false; - if (key != null) { - key.cancel(); - SocketChannel channel = (SocketChannel) key.channel(); - channel.socket().close(); - } + key.cancel(); + SocketChannel channel = (SocketChannel) key.channel(); + channel.socket().close(); if (getPlayer() != null) { try { getPlayer().clear(); @@ -261,7 +226,6 @@ public class IoSession { object = null; } catch (IOException e) { e.printStackTrace(); - if (getPlayer() != null) getPlayer().clear(); } } @@ -471,4 +435,4 @@ public class IoSession { this.clientInfo = clientInfo; } -} +} \ No newline at end of file diff --git a/Server/src/main/core/net/NioReactor.java b/Server/src/main/core/net/NioReactor.java index 06f64a970..42fea5a1d 100644 --- a/Server/src/main/core/net/NioReactor.java +++ b/Server/src/main/core/net/NioReactor.java @@ -117,7 +117,6 @@ public final class NioReactor implements Runnable { iterator.remove(); try { if (!key.isValid() || !key.channel().isOpen()) { - eventHandler.disconnect(key, null); key.cancel(); continue; } @@ -144,21 +143,6 @@ public final class NioReactor implements Runnable { */ public void terminate() { running = false; - try { - if (channel != null) { - if (channel.getChannel() != null) { - channel.getChannel().close(); - } - if (channel.getSocket() != null) { - channel.getSocket().close(); - } - channel.getSelector().wakeup(); - channel.getSelector().close(); - } - } catch (IOException e) { - e.printStackTrace(); - } - service.shutdownNow(); } } \ No newline at end of file diff --git a/Server/src/main/core/net/packet/PacketProcessor.kt b/Server/src/main/core/net/packet/PacketProcessor.kt index b94cb886c..6ec7d04ba 100644 --- a/Server/src/main/core/net/packet/PacketProcessor.kt +++ b/Server/src/main/core/net/packet/PacketProcessor.kt @@ -1,5 +1,6 @@ package core.net.packet +import content.global.ame.events.maze.MazeInterface import content.global.handlers.iface.ge.StockMarket import content.global.skill.magic.SpellListener import content.global.skill.magic.SpellListeners @@ -9,6 +10,7 @@ import core.ServerConstants import core.api.getAttribute import core.api.log import core.api.sendMessage +import core.api.tryPop import core.api.utils.Vector import core.cache.def.impl.ItemDefinition import core.cache.def.impl.NPCDefinition @@ -60,35 +62,21 @@ import java.lang.Math.min import java.util.* object PacketProcessor { - private var queue = LinkedList() - private var processingQueue = LinkedList() - private val queueLock = Any() + val queue = LinkedList() @JvmStatic fun enqueue(pkt: Packet) { - synchronized(queueLock) { - queue.addLast(pkt) - } + queue.addLast(pkt) } @JvmStatic fun processQueue() { - synchronized(queueLock) { - if (queue.isEmpty()) { - return - } - val queued = queue - queue = processingQueue - processingQueue = queued - } + var countThisCycle = queue.size val sw = StringWriter() val pw = PrintWriter(sw) var pkt: Packet - while (processingQueue.isNotEmpty()) { - pkt = processingQueue.pollFirst() ?: return + while (countThisCycle-- > 0) { + pkt = queue.tryPop(Packet.NoProcess()) ?: return if (pkt is Packet.NoProcess) { - synchronized(queueLock) { - queue.clear() - } - processingQueue.clear() + queue.clear() return } try { @@ -406,7 +394,7 @@ object PacketProcessor { player = pkt.player child = pkt.child iface = pkt.iface - target = RegionManager.getObject(pkt.x, pkt.y, player.location.z) ?: return sendClearMinimap(player) + target = RegionManager.getObject(player.location.z, pkt.x, pkt.y) ?: return sendClearMinimap(player) targetId = pkt.sceneryId type = SpellListener.OBJECT } @@ -579,7 +567,7 @@ object PacketProcessor { } else if (pkt is Packet.UseWithScenery) { item = pkt.player.inventory[pkt.slot] ?: return sendClearMinimap(pkt.player) - node = RegionManager.getObject(pkt.x, pkt.y, pkt.player.location.z, pkt.sceneryId, -1) ?: return sendClearMinimap(pkt.player) + node = RegionManager.getObject(pkt.player.location.z, pkt.x, pkt.y) ?: return sendClearMinimap(pkt.player) childNode = node.asScenery().getChild(pkt.player) itemId = pkt.itemId nodeId = node.id @@ -680,7 +668,7 @@ object PacketProcessor { private fun processSceneryAction(pkt: Packet.SceneryAction) { val player = pkt.player - var scenery = RegionManager.getObject(pkt.x, pkt.y, player.location.z, pkt.id, -1) + var scenery = RegionManager.getObject(player.location.z, pkt.x, pkt.y, pkt.id) var objId = pkt.id //what follows is a series of hardcoded crimes against humanity @@ -689,6 +677,11 @@ object PacketProcessor { if (pkt.id == 6899) scenery = Scenery(6899, Location(3221, 9618)) + // Random Event Maze chests are overridden by the walls, which needs to be hacked in. + if ((scenery?.id == 3626 || scenery?.id == 3635) && (objId in 3635..3636)) { + scenery = MazeInterface.overrideScenery(scenery, objId) + } + // Family crest levers don't have varps associated with them, so their state is validated with attributes // instead, and they always appear as their down/odd variant in the server's map if (objId in 2421..2426 && objId % 2 == 0) { diff --git a/Server/src/main/core/net/packet/PacketWriteQueue.kt b/Server/src/main/core/net/packet/PacketWriteQueue.kt index ed3de3d43..fad453300 100644 --- a/Server/src/main/core/net/packet/PacketWriteQueue.kt +++ b/Server/src/main/core/net/packet/PacketWriteQueue.kt @@ -1,18 +1,18 @@ package core.net.packet import core.api.log +import core.api.tryPop import core.net.packet.out.* import core.tools.Log import core.tools.SystemLogger import java.io.PrintWriter import java.io.StringWriter import java.util.* +import java.util.concurrent.locks.ReentrantLock class PacketWriteQueue { companion object { - private var packetsToWrite = LinkedList>() - private var packetsToFlush = LinkedList>() - private val queueLock = Any() + private val packetsToWrite = LinkedList>() @JvmStatic fun handle(packet: OutgoingPacket, context: T) { @@ -34,25 +34,16 @@ class PacketWriteQueue { log(this::class.java, Log.ERR, "${packet::class.java.simpleName} tried to queue with a null context!") return } - synchronized(queueLock) { - packetsToWrite.add(QueuedPacket(packet, context)) - } + packetsToWrite.add(QueuedPacket(packet, context)) } @JvmStatic fun flush() { - synchronized(queueLock) { - if (packetsToWrite.isEmpty()) { - return - } - val queued = packetsToWrite - packetsToWrite = packetsToFlush - packetsToFlush = queued - } + var countThisCycle = packetsToWrite.size val sw = StringWriter() val pw = PrintWriter(sw) - while (packetsToFlush.isNotEmpty()) { - val pkt = packetsToFlush.pollFirst() ?: continue + while (countThisCycle-- > 0) { + val pkt = packetsToWrite.tryPop(null) ?: continue try { write(pkt.out, pkt.context) } catch (e: Exception) { diff --git a/Server/src/main/core/net/packet/out/BuildDynamicScene.java b/Server/src/main/core/net/packet/out/BuildDynamicScene.java index d8fba5d7a..3cea2b5db 100644 --- a/Server/src/main/core/net/packet/out/BuildDynamicScene.java +++ b/Server/src/main/core/net/packet/out/BuildDynamicScene.java @@ -5,7 +5,6 @@ import core.game.world.map.Region; import core.game.world.map.RegionChunk; import core.game.world.map.RegionManager; import core.game.world.map.build.DynamicRegion; -import core.game.world.update.MapChunkRenderer; import core.net.packet.IoBuffer; import core.net.packet.OutgoingPacket; import core.net.packet.PacketHeader; @@ -30,23 +29,25 @@ public final class BuildDynamicScene implements OutgoingPacket> 3) << 8 | (y >> 3)); + for (int z = 0; z < 4; z++) { + for (int x = baseX; x <= player.getLocation().getRegionX() + 6; x++) { + for (int y = baseY; y <= player.getLocation().getRegionY() + 6; y++) { + r = RegionManager.forId((x >> 3) << 8 | (y >> 3)); if (r instanceof DynamicRegion) { - chunks[x - baseX][y - baseY][z] = r.getChunks()[x - (r.getX() << 3)][y - (r.getY() << 3)][z]; + DynamicRegion dr = (DynamicRegion) r; + chunks[z][x - baseX][y - baseY] = dr.getChunks()[z][x - (dr.getX() << 3)][y - (dr.getY() << 3)]; } } } } - for (int plane = 0; plane < Region.PLANES; plane++) { - for (int offsetX = 0; offsetX < MapChunkRenderer.BUILD_AREA_SIZE; offsetX++) { - for (int offsetY = 0; offsetY < MapChunkRenderer.BUILD_AREA_SIZE; offsetY++) { - RegionChunk c = chunks[offsetX][offsetY][plane]; + for (int plane = 0; plane < 4; plane++) { + for (int offsetX = 0; offsetX < 13; offsetX++) { + for (int offsetY = 0; offsetY < 13; offsetY++) { + RegionChunk c = chunks[plane][offsetX][offsetY]; if (c == null || c.getBase().getX() < 0 || c.getBase().getY() < 0) { buffer.putBits(1, 0); continue; @@ -73,4 +74,5 @@ public final class BuildDynamicScene implements OutgoingPacket { - static final int BUILD_AREA_DEPTH_IN_TILES = MapChunkRenderer.BUILD_AREA_SIZE * RegionChunk.SIZE; @Override public void send(ClearChunkContext context) { Location l = context.getPlayer().getPlayerFlags().getLastSceneGraph(); int x = context.getChunk().getCurrentBase().getSceneX(l); int y = context.getChunk().getCurrentBase().getSceneY(l); - if (x >= 0 && y >= 0 && x < BUILD_AREA_DEPTH_IN_TILES && y < BUILD_AREA_DEPTH_IN_TILES) { + if (x >= 0 && y >= 0 && x < 96 && y < 96) { IoBuffer buffer = new IoBuffer(112).put(x).putC(y); - buffer.cypherOpcode(context.getPlayer().getSession().getIsaacPair().getOutput()); - context.getPlayer().getSession().write(buffer); + buffer.cypherOpcode(context.getPlayer().getSession().getIsaacPair().getOutput());context.getPlayer().getSession().write(buffer); } } + } diff --git a/Server/src/main/core/net/packet/out/CommunicationMessage.java b/Server/src/main/core/net/packet/out/CommunicationMessage.java index 77e86af95..5cd5e592d 100644 --- a/Server/src/main/core/net/packet/out/CommunicationMessage.java +++ b/Server/src/main/core/net/packet/out/CommunicationMessage.java @@ -6,7 +6,6 @@ import core.net.packet.IoBuffer; import core.net.packet.OutgoingPacket; import core.net.packet.PacketHeader; import core.net.packet.context.MessageContext; -import core.tools.CP1252; import core.tools.StringUtils; import core.game.bots.AIPlayer; @@ -22,21 +21,20 @@ public final class CommunicationMessage implements OutgoingPacket - Thread(runnable, "WebSocketIo").apply { - isDaemon = true - } - } - private val sessions = ConcurrentHashMap() - - init { - // This pool processes websocket frames; it is not a cap on connected webclients. - setTcpNoDelay(true) - setReuseAddr(true) - } - - override fun onOpen(conn: WebSocket, handshake: ClientHandshake) { - sessions[conn] = WebSocketIoSession(conn, service) - } - - override fun onClose(conn: WebSocket, code: Int, reason: String, remote: Boolean) { - val session = sessions.remove(conn) - if (session != null && session.isActive) { - session.disconnect() - } - } - - override fun onMessage(conn: WebSocket, message: String) { - log(javaClass, Log.WARN, "Closing websocket client ${conn.remoteSocketAddress}: text frames are unsupported.") - conn.close(1003, "Binary frames only") - } - - override fun onMessage(conn: WebSocket, message: ByteBuffer) { - val session: IoSession = sessions[conn] ?: run { - conn.close(1011, "Session not initialized") - return - } - val copy = ByteBuffer.allocate(message.remaining()) - copy.put(message) - copy.flip() - service.execute(session.producer.produceReader(session, copy)) - } - - override fun onError(conn: WebSocket?, ex: Exception?) { - if (ex != null) { - log(javaClass, Log.ERR, "WebSocket server error: ${ex.message}") - } - if (conn != null) { - sessions.remove(conn)?.disconnect() - } - } - - override fun onStart() { - log(javaClass, Log.INFO, "WebSocket listener started on port $port.") - } - - override fun stop(timeout: Int, closeMessage: String) { - super.stop(timeout, closeMessage) - service.shutdownNow() - } -} diff --git a/Server/src/main/core/net/websocket/WebSocketIoSession.kt b/Server/src/main/core/net/websocket/WebSocketIoSession.kt deleted file mode 100644 index 49693ec09..000000000 --- a/Server/src/main/core/net/websocket/WebSocketIoSession.kt +++ /dev/null @@ -1,41 +0,0 @@ -package core.net.websocket - -import core.net.IoSession -import org.java_websocket.WebSocket -import org.java_websocket.exceptions.WebsocketNotConnectedException -import java.nio.ByteBuffer -import java.util.concurrent.ExecutorService - -class WebSocketIoSession( - private val socket: WebSocket, - service: ExecutorService -) : IoSession(null, service, socket.remoteSocketAddress?.toString() ?: "127.0.0.1") { - - override fun queue(buffer: ByteBuffer?) { - if (buffer == null || !socket.isOpen) { - return - } - val copy = buffer.slice() - val data = ByteArray(copy.remaining()) - copy.get(data) - try { - socket.send(data) - } catch (e: WebsocketNotConnectedException) { - disconnect() - } - } - - override fun write() { - // WebSocket sessions bypass the SelectionKey-backed TCP write queue. - } - - override fun disconnect() { - if (!isActive) { - return - } - super.disconnect() - if (socket.isOpen) { - socket.close() - } - } -} diff --git a/Server/src/main/core/net/websocket/WebSocketTls.kt b/Server/src/main/core/net/websocket/WebSocketTls.kt deleted file mode 100644 index 981afe060..000000000 --- a/Server/src/main/core/net/websocket/WebSocketTls.kt +++ /dev/null @@ -1,45 +0,0 @@ -package core.net.websocket - -import core.ServerConstants -import core.api.log -import core.game.system.config.ServerConfigParser -import core.tools.Log -import org.java_websocket.server.DefaultSSLWebSocketServerFactory -import java.io.FileInputStream -import java.security.KeyStore -import javax.net.ssl.KeyManagerFactory -import javax.net.ssl.SSLContext - -object WebSocketTls { - - private const val KEYSTORE_TYPE = "PKCS12" - - fun configure(server: GameWebSocketServer) { - if (!ServerConstants.WEBSOCKET_TLS_ENABLED) { - return - } - server.setWebSocketFactory(DefaultSSLWebSocketServerFactory(createContext())) - } - - private fun createContext(): SSLContext { - val keystorePath = ServerConstants.WEBSOCKET_TLS_KEYSTORE_PATH.trim() - if (keystorePath.isEmpty()) { - throw IllegalStateException("server.websocket_tls_enabled is true but websocket_tls_keystore_path is blank") - } - val resolvedKeystorePath = ServerConfigParser.parsePath(keystorePath) - val keystorePassword = ServerConstants.WEBSOCKET_TLS_KEYSTORE_PASSWORD.toCharArray() - - val keyStore = KeyStore.getInstance(KEYSTORE_TYPE) - FileInputStream(resolvedKeystorePath).use { input -> - keyStore.load(input, keystorePassword) - } - - val keyManagerFactory = KeyManagerFactory.getInstance(KeyManagerFactory.getDefaultAlgorithm()) - keyManagerFactory.init(keyStore, keystorePassword) - - val sslContext = SSLContext.getInstance("TLS") - sslContext.init(keyManagerFactory.keyManagers, null, null) - log(WebSocketTls::class.java, Log.INFO, "Configured secure websocket listener using keystore $resolvedKeystorePath.") - return sslContext - } -} diff --git a/Server/src/main/core/tools/CP1252.java b/Server/src/main/core/tools/CP1252.java index c3f42e54a..9269b8710 100644 --- a/Server/src/main/core/tools/CP1252.java +++ b/Server/src/main/core/tools/CP1252.java @@ -1,22 +1,18 @@ package core.tools; -public final class CP1252 { - private static final char[] CHAR_MAP = {'\u20ac', '\0', '\u201a', '\u0192', '\u201e', '\u2026', '\u2020', '\u2021', +public class CP1252 { + private static char[] charMap = {'\u20ac', '\0', '\u201a', '\u0192', '\u201e', '\u2026', '\u2020', '\u2021', '\u02c6', '\u2030', '\u0160', '\u2039', '\u0152', '\0', '\u017d', '\0', '\0', '\u2018', '\u2019', '\u201c', '\u201d', '\u2022', '\u2013', '\u2014', '\u02dc', '\u2122', '\u0161', '\u203a', '\u0153', '\0', '\u017e', '\u0178'}; - private CP1252() { - /* utility class */ - } - public static char getFromByte(byte value) { int out = value & 0xff; if (out == 0) { throw new IllegalArgumentException("Non cp1252 character 0x" + Integer.toString(out, 16) + " provided"); } if (out >= 128 && out < 160) { - int cp1252 = CHAR_MAP[out - 128]; + int cp1252 = charMap[out - 128]; if (cp1252 == 0) { cp1252 = 63; } @@ -24,26 +20,4 @@ public final class CP1252 { } return (char) out; } - - public static byte getByte(char value) { - if ((value > 0 && value < 128) || (value >= 160 && value <= 255)) { - return (byte) value; - } - - for (int i = 0; i < CHAR_MAP.length; i++) { - if (CHAR_MAP[i] != 0 && CHAR_MAP[i] == value) { - return (byte) (i + 128); - } - } - - return 63; - } - - public static byte[] toBytes(CharSequence value) { - byte[] out = new byte[value.length()]; - for (int i = 0; i < value.length(); i++) { - out[i] = getByte(value.charAt(i)); - } - return out; - } } diff --git a/Server/src/main/core/tools/StringUtils.java b/Server/src/main/core/tools/StringUtils.java index bc55800b6..84ac0e3e0 100644 --- a/Server/src/main/core/tools/StringUtils.java +++ b/Server/src/main/core/tools/StringUtils.java @@ -502,7 +502,7 @@ public final class StringUtils { return ""; int charsDecoded = 0; int i_4_ = 0; - StringBuilder s = new StringBuilder(totalChars); + String s = ""; for (;;) { byte i_7_ = (byte) buffer.get(); if (i_7_ >= 0) @@ -511,7 +511,7 @@ public final class StringUtils { i_4_ = anIntArray241[i_4_]; int i_8_; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (totalChars <= ++charsDecoded) break; i_4_ = 0; @@ -521,7 +521,7 @@ public final class StringUtils { else i_4_++; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (++charsDecoded >= totalChars) break; i_4_ = 0; @@ -531,7 +531,7 @@ public final class StringUtils { else i_4_ = anIntArray241[i_4_]; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (totalChars <= ++charsDecoded) break; i_4_ = 0; @@ -541,7 +541,7 @@ public final class StringUtils { else i_4_ = anIntArray241[i_4_]; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (totalChars <= ++charsDecoded) break; @@ -552,7 +552,7 @@ public final class StringUtils { else i_4_++; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (++charsDecoded >= totalChars) break; i_4_ = 0; @@ -562,7 +562,7 @@ public final class StringUtils { else i_4_ = anIntArray241[i_4_]; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (totalChars <= ++charsDecoded) break; i_4_ = 0; @@ -572,7 +572,7 @@ public final class StringUtils { else i_4_++; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (totalChars <= ++charsDecoded) break; i_4_ = 0; @@ -582,13 +582,13 @@ public final class StringUtils { else i_4_++; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (++charsDecoded >= totalChars) break; i_4_ = 0; } } - return s.toString(); + return s; } catch (RuntimeException runtimeexception) { runtimeexception.printStackTrace(); } diff --git a/Server/src/test/java/SessionDirtyDisconnectTests.java b/Server/src/test/java/SessionDirtyDisconnectTests.java deleted file mode 100644 index 206422a81..000000000 --- a/Server/src/test/java/SessionDirtyDisconnectTests.java +++ /dev/null @@ -1,104 +0,0 @@ -import core.game.node.entity.player.info.Rights; -import core.game.node.entity.player.link.IronmanMode; -import core.game.world.repository.Repository; -import core.net.IoSession; -import org.junit.jupiter.api.BeforeAll; -import org.junit.jupiter.api.Test; - -import java.io.IOException; -import java.net.InetSocketAddress; -import java.net.Socket; -import java.net.SocketAddress; -import java.net.SocketOption; -import java.nio.ByteBuffer; -import java.nio.channels.SelectionKey; -import java.nio.channels.SelectableChannel; -import java.nio.channels.Selector; -import java.nio.channels.SocketChannel; -import java.nio.channels.spi.SelectorProvider; -import java.util.Collections; -import java.util.Set; - -import static org.junit.jupiter.api.Assertions.assertFalse; -import static org.junit.jupiter.api.Assertions.assertNotNull; -import static org.junit.jupiter.api.Assertions.assertTrue; - -public final class SessionDirtyDisconnectTests { - - @BeforeAll - static void setup() { - TestUtils.INSTANCE.preTestSetup(); - } - - @Test - void socketCloseFailureStillQueuesPlayerForDisconnection() { - MockPlayer player = TestUtils.INSTANCE.getMockPlayer( - "dirty_disconnect", IronmanMode.NONE, Rights.ADMINISTRATOR, false - ); - IoSession originalSession = player.getSession(); - IoSession session = new IoSession(new FailingCloseSelectionKey(), null); - player.getDetails().setSession(session); - session.setObject(player); - - try { - session.disconnect(); - - assertFalse(session.isActive()); - assertTrue(Repository.getDisconnectionQueue().contains(player.getName())); - assertNotNull(Repository.getPlayerByName(player.getName())); - } finally { - Repository.getDisconnectionQueue().remove(player.getName()); - player.getDetails().setSession(originalSession); - if (Repository.getPlayerByName(player.getName()) != null) { - player.close(); - } - } - } - - private static final class FailingCloseSelectionKey extends SelectionKey { - private final SocketChannel channel = new FailingCloseSocketChannel(); - private boolean valid = true; - private int interestOps; - - @Override public SelectableChannel channel() { return channel; } - @Override public Selector selector() { return null; } - @Override public boolean isValid() { return valid; } - @Override public void cancel() { valid = false; } - @Override public int interestOps() { return interestOps; } - @Override public SelectionKey interestOps(int ops) { interestOps = ops; return this; } - @Override public int readyOps() { return 0; } - } - - private static final class FailingCloseSocketChannel extends SocketChannel { - private final Socket socket = new Socket() { - @Override - public synchronized void close() throws IOException { - throw new IOException("simulated dirty disconnect"); - } - }; - - private FailingCloseSocketChannel() { - super(SelectorProvider.provider()); - } - - @Override public SocketChannel bind(SocketAddress local) { return this; } - @Override public SocketChannel setOption(SocketOption name, T value) { return this; } - @Override public T getOption(SocketOption name) { return null; } - @Override public SocketChannel shutdownInput() { return this; } - @Override public SocketChannel shutdownOutput() { return this; } - @Override public Socket socket() { return socket; } - @Override public boolean isConnected() { return true; } - @Override public boolean isConnectionPending() { return false; } - @Override public boolean connect(SocketAddress remote) { return true; } - @Override public boolean finishConnect() { return true; } - @Override public SocketAddress getRemoteAddress() { return new InetSocketAddress("127.0.0.1", 43595); } - @Override public int read(ByteBuffer dst) { return -1; } - @Override public long read(ByteBuffer[] dsts, int offset, int length) { return -1; } - @Override public int write(ByteBuffer src) { return src.remaining(); } - @Override public long write(ByteBuffer[] srcs, int offset, int length) { return 0; } - @Override public SocketAddress getLocalAddress() { return new InetSocketAddress("127.0.0.1", 43595); } - @Override public Set> supportedOptions() { return Collections.emptySet(); } - @Override protected void implCloseSelectableChannel() { } - @Override protected void implConfigureBlocking(boolean block) { } - } -} diff --git a/Server/src/test/kotlin/RegionSpecificationTests.kt b/Server/src/test/kotlin/RegionSpecificationTests.kt index 2884f0610..52b6d630d 100644 --- a/Server/src/test/kotlin/RegionSpecificationTests.kt +++ b/Server/src/test/kotlin/RegionSpecificationTests.kt @@ -1,5 +1,6 @@ import core.api.regionspec.* import core.api.regionspec.contracts.FillChunkContract +import core.game.world.map.BuildRegionChunk import core.game.world.map.Region import core.game.world.map.RegionChunk import core.game.world.map.RegionManager @@ -32,7 +33,7 @@ class RegionSpecificationTests { fun shouldAllowFillingRegionWithGivenChunk() { val base = RegionManager.forId(12850) Region.load(base) - val chunk = base.getChunks()[2][2][0] + val chunk = base.planes[0].getRegionChunk(2, 2) val specification = RegionSpecification(fillWith(chunk).from(base).onPlanes(0)) val region = specification.build() Assertions.assertEquals(36782, RegionManager.getObject(region.baseLocation.transform(23, 17, 0))?.id) @@ -42,7 +43,7 @@ class RegionSpecificationTests { fun shouldAllowCustomRulesForFillingChunks() { val base = RegionManager.forId(12850) Region.load(base) - val chunk = base.getChunks()[2][2][0] + val chunk = base.planes[0].getRegionChunk(2, 2) val specification = RegionSpecification( fillWith(chunk) .from(base) @@ -58,7 +59,7 @@ class RegionSpecificationTests { fun shouldAllowMultipleRulesForFillingChunks() { val base = RegionManager.forId(12850) Region.load(base) - val chunk = base.getChunks()[2][2][0] + val chunk = base.planes[0].getRegionChunk(2, 2) val specification = RegionSpecification( fillWith(chunk) .from(base) @@ -80,7 +81,7 @@ class RegionSpecificationTests { Region.load(base) val specification = RegionSpecification( fillWith { destChunkX, destChunkY, destPlane, _ -> - base.chunks[destchunkX][destChunkY][destPlane] + base.planes[destPlane].getRegionChunk(destChunkX, destChunkY) }.from(base).onPlanes(0, 1, 2, 3) ) val region = specification.build() @@ -93,7 +94,7 @@ class RegionSpecificationTests { @Test fun shouldAllowUseExistingDynamicRegion() { val base = RegionManager.forId(12850) Region.load(base) - val chunk = base.getChunks()[2][2][0] + val chunk = base.planes[0].getRegionChunk(2, 2) val dyn = DynamicRegion.create(12850) val specification = RegionSpecification ( using(dyn), @@ -108,13 +109,13 @@ class RegionSpecificationTests { @Test fun fillChunkContractShouldAllowChunkSetCallback() { class TemporaryFillContract(chunk: RegionChunk) : FillChunkContract(chunk) { var callBackRan = false - override fun afterSetting(chunk: RegionChunk?, x: Int, y: Int, plane: Int, dyn: DynamicRegion) { + override fun afterSetting(chunk: BuildRegionChunk?, x: Int, y: Int, plane: Int, dyn: DynamicRegion) { callBackRan = true } } val base = RegionManager.forId(12850) Region.load(base) - val chunk = base.getChunks()[2][2][0] + val chunk = base.planes[0].getRegionChunk(2, 2) val dyn = DynamicRegion.create(12850) val fillTemporary = TemporaryFillContract(chunk) val specification = RegionSpecification ( diff --git a/Server/src/test/kotlin/RegionTests.kt b/Server/src/test/kotlin/RegionTests.kt index 68f0b428a..7e48c338a 100644 --- a/Server/src/test/kotlin/RegionTests.kt +++ b/Server/src/test/kotlin/RegionTests.kt @@ -1,8 +1,14 @@ +import core.cache.Cache import core.game.world.map.Region +import core.game.world.map.RegionChunk import core.game.world.map.RegionManager import core.game.world.map.build.DynamicRegion +import core.game.world.map.build.LandscapeParser +import org.junit.Assert import org.junit.jupiter.api.Assertions import org.junit.jupiter.api.Test +import core.game.system.config.ServerConfigParser +import core.game.system.config.XteaParser class RegionTests { companion object { @@ -61,8 +67,8 @@ class RegionTests { Region.load(dynamic) val targetLoc = dynamic.baseLocation.transform(23, 17, 0) Assertions.assertEquals(null, RegionManager.getObject(targetLoc), "Object exists pre-copy?") - val replacement = base.getChunks()[2][2][0] - dynamic.replaceChunk(0, 2, 2, replacement.copy(), base) + val replacement = base.planes[0].getRegionChunk(2, 2) + dynamic.replaceChunk(0, 2, 2, replacement.copy(dynamic.planes[0]), base) Assertions.assertEquals(36782, RegionManager.getObject(targetLoc)?.id ?: -1, "Object does not exist at expected location!") } @@ -73,8 +79,8 @@ class RegionTests { Region.load(dynamic, true) val targetLoc = dynamic.baseLocation.transform(23, 17, 0) Assertions.assertEquals(null, RegionManager.getObject(targetLoc), "Object exists pre-copy?") - val replacement = base.getChunks()[2][2][0] - dynamic.replaceChunk(0, 2, 2, replacement.copy(), base) + val replacement = base.planes[0].getRegionChunk(2, 2) + dynamic.replaceChunk(0, 2, 2, replacement.copy(dynamic.planes[0]), base) Assertions.assertEquals(36782, RegionManager.getObject(targetLoc)?.id ?: -1, "Object does not exist at expected location!") } @@ -83,10 +89,11 @@ class RegionTests { val borders = DynamicRegion.reserveArea(8,8) val dynamic = DynamicRegion(-1, borders.southWestX shr 6, borders.southWestY shr 6) dynamic.borders = borders + dynamic.isUpdateAllPlanes = true RegionManager.addRegion(dynamic.id, dynamic) val targetLoc = dynamic.baseLocation.transform(23, 17, 0) - val replacement = base.getChunks()[2][2][0] - dynamic.replaceChunk(0, 2, 2, replacement.copy(), base) + val replacement = base.planes[0].getRegionChunk(2,2) + dynamic.replaceChunk(0, 2, 2, replacement.copy(dynamic.planes[0]), base) Assertions.assertEquals(36782, RegionManager.getObject(targetLoc)?.id ?: -1, "Object does not exist at expected location!") } @@ -95,10 +102,11 @@ class RegionTests { val borders = DynamicRegion.reserveArea(8,8) val dynamic = DynamicRegion(-1, borders.southWestX shr 6, borders.southWestY shr 6) dynamic.borders = borders + dynamic.isUpdateAllPlanes = true RegionManager.addRegion(dynamic.id, dynamic) val targetLoc = dynamic.baseLocation.transform(23, 17, 0) - val replacement = base.getChunks()[2][2][0] - dynamic.replaceChunk(0, 2, 2, replacement.copy(), base) + val replacement = base.planes[0].getRegionChunk(2,2) + dynamic.replaceChunk(0, 2, 2, replacement.copy(dynamic.planes[0]), base) base.link(dynamic) Assertions.assertEquals(36782, RegionManager.getObject(targetLoc)?.id ?: -1, "Object does not exist at expected location!") } diff --git a/Server/src/test/kotlin/ShopTests.kt b/Server/src/test/kotlin/ShopTests.kt index 6d918a520..025fd13f1 100644 --- a/Server/src/test/kotlin/ShopTests.kt +++ b/Server/src/test/kotlin/ShopTests.kt @@ -2,7 +2,6 @@ import core.game.node.entity.player.link.IronmanMode import core.game.node.item.Item import core.game.shops.Shop -import core.game.shops.ShopItemView import core.game.shops.Shops import org.junit.jupiter.api.Assertions import org.junit.jupiter.api.BeforeEach @@ -279,58 +278,6 @@ class ShopTests { } } - @Test fun shouldNotAllowBuyingItemHiddenByShopView() { - val shop = TestUtils.getMockShop("Conditional stock", false, false, Item(Items.MAGIC_CAPE_9762, 2)) - val hiddenCape: ShopItemView = { _, item -> - if (item.id == Items.MAGIC_CAPE_9762) null else item - } - - shop.openFor(testPlayer, hiddenCape) - testPlayer.inventory.add(Item(Items.COINS_995, 200_000)) - - Assertions.assertNull(shop.getVisibleStockItem(testPlayer, 0)) - Assertions.assertTrue(shop.buy(testPlayer, 0, 1) is Shop.TransactionStatus.Failure) - Assertions.assertEquals(2, shop.getContainer(testPlayer).getAmount(Items.MAGIC_CAPE_9762)) - Assertions.assertEquals(0, testPlayer.inventory.getAmount(Items.MAGIC_CAPE_9762)) - } - - @Test fun shouldGrantSubstitutedItemFromShopView() { - val shop = TestUtils.getMockShop("Conditional stock", false, false, Item(Items.MAGIC_CAPE_9762, 2)) - val trimmedCape: ShopItemView = { _, item -> - if (item.id == Items.MAGIC_CAPE_9762) Item(Items.MAGIC_CAPET_9763, item.amount) else item - } - - shop.openFor(testPlayer, trimmedCape) - testPlayer.inventory.add(Item(Items.COINS_995, 200_000)) - - Assertions.assertEquals(Items.MAGIC_CAPET_9763, shop.getVisibleStockItem(testPlayer, 0)?.id) - assertTransactionSuccess(shop.buy(testPlayer, 0, 1)) - Assertions.assertEquals(1, testPlayer.inventory.getAmount(Items.MAGIC_CAPET_9763)) - Assertions.assertEquals(1, shop.getContainer(testPlayer).getAmount(Items.MAGIC_CAPE_9762)) - } - - @Test fun playerSpecificViewsShouldShareCanonicalStock() { - val shop = TestUtils.getMockShop( - "Conditional stock", - false, - false, - Item(Items.MYSTIC_ROBE_BOTTOM_4093, 3), - Item(Items.MAGIC_CAPE_9762, 2) - ) - val hiddenCape: ShopItemView = { _, item -> - if (item.id == Items.MAGIC_CAPE_9762) null else item - } - - shop.openFor(testPlayer) - testPlayer.inventory.add(Item(Items.COINS_995, 200_000)) - assertTransactionSuccess(shop.buy(testPlayer, 0, 1)) - - shop.openFor(testIronman, hiddenCape) - - Assertions.assertSame(shop.getContainer(testPlayer), shop.getContainer(testIronman)) - Assertions.assertEquals(2, shop.getContainer(testIronman).getAmount(Items.MYSTIC_ROBE_BOTTOM_4093)) - } - @Test fun shouldNotThrowExceptionWhenRestockingStockWithNullSlot() { Assertions.assertDoesNotThrow { general.getContainer(testPlayer).add(Item(1, 100)) diff --git a/Server/src/test/kotlin/TestUtils.kt b/Server/src/test/kotlin/TestUtils.kt index 5f672e627..b8d8d45cd 100644 --- a/Server/src/test/kotlin/TestUtils.kt +++ b/Server/src/test/kotlin/TestUtils.kt @@ -146,13 +146,10 @@ class MockPlayer(name: String, val isBot: Boolean) : Player(PlayerDetails(name)) finishClear() } - override fun setLocation(location: Location) { + override fun setLocation(location: Location?) { super.setLocation(location) - location.chunk.addPlayer(this) - location.region.incrementViewAmount() - location.region.flagActive() + RegionManager.move(this) this.playerFlags.lastSceneGraph = location - zoneMonitor.updateLocation(walkingQueue.footPrint) } fun relog(ticksToWait: Int = -1) { diff --git a/Server/src/test/kotlin/content/ZamorakBrewTests.kt b/Server/src/test/kotlin/content/ZamorakBrewTests.kt deleted file mode 100644 index 42d6c099a..000000000 --- a/Server/src/test/kotlin/content/ZamorakBrewTests.kt +++ /dev/null @@ -1,67 +0,0 @@ -package content - -import TestUtils -import content.data.consumables.Consumables -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import org.junit.jupiter.api.Assertions -import org.junit.jupiter.api.Test -import org.rs09.consts.Items - -class ZamorakBrewTests { - companion object { - init { - TestUtils.preTestSetup() - } - } - - @Test - fun zamorakBrewShouldDamageTenPercentOfCurrentLifepointsPlusTwo() { - TestUtils.getMockPlayer("zammybrewdrinker").use { p -> - p.skills.setStaticLevel(Skills.HITPOINTS, 99) - p.skills.lifepoints = 6 - p.inventory.clear() - p.inventory.add(Item(Items.ZAMORAK_BREW4_2450)) - - Consumables.getConsumableById(Items.ZAMORAK_BREW4_2450) - .consumable - .consume(p.inventory.get(0), p) - - Assertions.assertEquals(4, p.skills.lifepoints) - } - } - - @Test - fun zamorakMixDamageShouldBeBasedOnLifepointsBeforeItHeals() { - TestUtils.getMockPlayer("zammymixdrinker").use { p -> - p.skills.setStaticLevel(Skills.HITPOINTS, 99) - p.skills.lifepoints = 6 - p.inventory.clear() - p.inventory.add(Item(Items.ZAMORAK_MIX2_11521)) - - Consumables.getConsumableById(Items.ZAMORAK_MIX2_11521) - .consumable - .consume(p.inventory.get(0), p) - - // Damage on pre-drink lifepoints (10% of 6 + 2 = 2), then heal 6: 6 - 2 + 6 = 10 - Assertions.assertEquals(10, p.skills.lifepoints) - } - } - - @Test - fun zamorakMixShouldNotKillAtLowLifepoints() { - TestUtils.getMockPlayer("zammymixlowhp").use { p -> - p.skills.setStaticLevel(Skills.HITPOINTS, 99) - p.skills.lifepoints = 2 - p.inventory.clear() - p.inventory.add(Item(Items.ZAMORAK_MIX2_11521)) - - Consumables.getConsumableById(Items.ZAMORAK_MIX2_11521) - .consumable - .consume(p.inventory.get(0), p) - - // Hitsplat shows 2 (10% of 2 + 2), but the heal lands first: 2 + 6 - 2 = 6, no death - Assertions.assertEquals(6, p.skills.lifepoints) - } - } -} diff --git a/Server/src/test/kotlin/content/region/wilderness/handlers/KBDBreathEffectTests.kt b/Server/src/test/kotlin/content/region/wilderness/handlers/KBDBreathEffectTests.kt deleted file mode 100644 index d40bef56b..000000000 --- a/Server/src/test/kotlin/content/region/wilderness/handlers/KBDBreathEffectTests.kt +++ /dev/null @@ -1,56 +0,0 @@ -package content.region.wilderness.handlers - -import TestUtils -import core.api.getTimer -import core.game.node.entity.combat.BattleState -import core.game.node.entity.combat.equipment.FireType -import core.game.system.timer.impl.Poison -import core.game.world.map.Location -import org.junit.jupiter.api.Assertions -import org.junit.jupiter.api.Test - -class KBDBreathEffectTests { - init { - TestUtils.preTestSetup() - } - - @Test fun toxicBreathShouldPoisonOnImpactNotOnLaunch() { - val kbd = KingBlackDragonNPC(50, Location.create(2273, 4698, 0)) - val handler = kbd.getSwingHandler(false) - // KBD rolls a random FireType per swing, force toxic breath for determinism - val fireTypeField = handler.javaClass.getDeclaredField("fireType") - fireTypeField.isAccessible = true - fireTypeField.set(handler, FireType.TOXIC_BREATH) - - TestUtils.getMockPlayer("kbdbreathtiming").use { player -> - val state = BattleState(kbd, player) - state.estimatedHit = 0 - - handler.adjustBattleState(kbd, player, state) - Assertions.assertNull(getTimer(player), "Breath effect must not apply on the launch tick.") - - handler.impact(kbd, player, state) - Assertions.assertNotNull(getTimer(player), "Breath effect must apply when the attack lands.") - } - } - - @Test fun toxicBreathShouldNotPoisonVictimWhoTeleportedMidFlight() { - val kbd = KingBlackDragonNPC(50, Location.create(2273, 4698, 0)) - val handler = kbd.getSwingHandler(false) - val fireTypeField = handler.javaClass.getDeclaredField("fireType") - fireTypeField.isAccessible = true - fireTypeField.set(handler, FireType.TOXIC_BREATH) - - TestUtils.getMockPlayer("kbdbreathteleport").use { player -> - val state = BattleState(kbd, player) - state.estimatedHit = 0 - - handler.adjustBattleState(kbd, player, state) - // Disable impacts like TeleportManager.send does for a real teleport - player.impactHandler.setDisabledTicks(12) - - handler.impact(kbd, player, state) - Assertions.assertNull(getTimer(player), "Breath effect must not apply to a victim whose impacts are disabled (teleported away).") - } - } -} diff --git a/Server/src/test/kotlin/core/PathfinderTests.kt b/Server/src/test/kotlin/core/PathfinderTests.kt index c27cdd2f4..f38eecb68 100644 --- a/Server/src/test/kotlin/core/PathfinderTests.kt +++ b/Server/src/test/kotlin/core/PathfinderTests.kt @@ -16,8 +16,12 @@ import core.game.node.entity.impl.PulseType import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player import core.game.world.GameWorld +import core.game.world.map.Region +import core.net.packet.PacketProcessor +import core.plugin.ClassScanner import core.plugin.Plugin import core.tools.Log +import org.rs09.consts.NPCs class PathfinderTests { companion object {init {TestUtils.preTestSetup(); GatheringSkillOptionListeners().defineListeners(); WoodcuttingListener().defineListeners() }; val NPC_TEST_LOC = ServerConstants.HOME_LOCATION!!.transform(2, 10, 0)} @@ -45,7 +49,7 @@ class PathfinderTests { @Test fun movementPulseShouldStopEarlyIfNextToATileOccupiedByTargetObject() { val start = Location.create(2731, 3481) - val dest = RegionManager.getObject(2720, 3475, 0, 1307, -1) + val dest = RegionManager.getObject(0, 2720, 3475, 1307) val p = TestUtils.getMockPlayer("treefindtest") p.location = start p.init() @@ -231,7 +235,7 @@ class PathfinderTests { TestUtils.advanceTicks(5, false) Assertions.assertEquals(true, npc.getAttribute("return-to-spawn", false)) TestUtils.advanceTicks(50, false) - Assertions.assertEquals(true, npc.location.getDistance(ServerConstants.HOME_LOCATION!!) <= 9) + Assertions.assertEquals(true, npc.location.getDistance(ServerConstants.HOME_LOCATION) <= 9) } } @@ -250,7 +254,7 @@ class PathfinderTests { RegionManager.forId(npc.location.regionId).flagInactive(true) TestUtils.advanceTicks(50, false) Assertions.assertEquals(false, npc.getAttribute("return-to-spawn", false)) - Assertions.assertEquals(true, npc.location.getDistance(ServerConstants.HOME_LOCATION!!) <= 5) + Assertions.assertEquals(true, npc.location.getDistance(ServerConstants.HOME_LOCATION) <= 5) } } -} +} \ No newline at end of file diff --git a/Server/src/test/kotlin/core/net/SessionClearingTests.kt b/Server/src/test/kotlin/core/net/SessionClearingTests.kt deleted file mode 100644 index 8f6f05f1d..000000000 --- a/Server/src/test/kotlin/core/net/SessionClearingTests.kt +++ /dev/null @@ -1,69 +0,0 @@ -package core.net - -import MockSession -import TestUtils -import core.game.node.entity.player.info.Rights -import core.game.world.repository.Repository -import core.net.packet.PacketProcessor -import core.net.packet.`in`.Packet -import org.junit.jupiter.api.Assertions.assertFalse -import org.junit.jupiter.api.Assertions.assertNotNull -import org.junit.jupiter.api.Assertions.assertNull -import org.junit.jupiter.api.Assertions.assertTrue -import org.junit.jupiter.api.Test - -class SessionClearingTests { - companion object { - init { TestUtils.preTestSetup() } - } - - @Test - fun afkLogoutIsClearedWhenClientIgnoresLogoutPacket() { - val player = TestUtils.getMockPlayer("stale_logout", rights = Rights.REGULAR_PLAYER) - val session = player.session as MockSession - - try { - PacketProcessor.enqueue(Packet.TrackingAfkTimeout(player)) - PacketProcessor.processQueue() - - assertTrue(session.receivedPackets.isNotEmpty()) - assertFalse(session.disconnected) - assertTrue(Repository.disconnectionQueue.contains(player.name)) - assertNotNull(Repository.getPlayerByName(player.name)) - - TestUtils.advanceTicks(4) - - assertTrue(session.disconnected) - assertFalse(Repository.disconnectionQueue.contains(player.name)) - assertFalse(Repository.players.contains(player)) - assertNull(Repository.getPlayerByName(player.name)) - assertNull(Repository.getPlayerByUid(player.details.accountInfo.uid)) - } finally { - Repository.disconnectionQueue.remove(player.name) - if (Repository.players.contains(player)) player.close() - } - } - - @Test - fun finishClearFailureDoesNotLeavePlayerRegistered() { - val player = TestUtils.getMockPlayer("failed_finish_clear") - val session = player.session as MockSession - player.logoutListeners["test-failure"] = { throw IllegalStateException("simulated logout listener failure") } - - try { - Repository.disconnectionQueue.add(player) - TestUtils.advanceTicks(4) - - assertTrue(session.disconnected) - assertFalse(Repository.disconnectionQueue.contains(player.name)) - assertFalse(Repository.players.contains(player)) - assertNull(Repository.getPlayerByName(player.name)) - assertNull(Repository.getPlayerByUid(player.details.accountInfo.uid)) - } finally { - player.logoutListeners.clear() - Repository.disconnectionQueue.remove(player.name) - if (Repository.players.contains(player)) player.close() - else if (player.isActive) player.finishClear() - } - } -} diff --git a/Server/src/test/resources/test.conf b/Server/src/test/resources/test.conf index e789bae24..b143db9e0 100644 --- a/Server/src/test/resources/test.conf +++ b/Server/src/test/resources/test.conf @@ -35,7 +35,7 @@ motw_identifier = "0" #text shown for message of the week - @name will be replaced with the name property set above. motw_text = "Welcome to @name!" #the coordinates new players spawn at -new_player_location = "3094,3107,0" +new_player_location = "2524,5002,0" #the location of home teleport home_location = "3222,3218,0" autostock_ge = false diff --git a/Server/worldprops/default.conf b/Server/worldprops/default.conf index 625435534..fcb90f72b 100644 --- a/Server/worldprops/default.conf +++ b/Server/worldprops/default.conf @@ -22,20 +22,9 @@ noauth_default_admin = true #NOTE: If we are not using auth, this determines whe #------------------------------------------------------------------------------------------------------ #The limit on how many different accounts a player can log into per day. daily_accounts_per_ip = 3 -watchdog_enabled = false +watchdog_enabled = true connectivity_check_url = "https://google.com,https://2009scape.org" connectivity_timeout = 500 -# Enables a websocket listener for browser clients. The websocket stream carries the -# same raw binary protocol as TCP; each websocket binary frame is treated as a byte chunk. -websocket_enabled = false -# Leave at 0 to use the default websocket port of 53594 + world_id. -websocket_port = 0 -# Enables TLS on the websocket listener so browser clients can connect over wss://. -websocket_tls_enabled = false -# PKCS12 keystore path, e.g. certs/dev-wss.p12. -websocket_tls_keystore_path = "" -# Optional. Leave blank for a PKCS12 file exported with an empty password. -websocket_tls_keystore_password = "" [database] database_name = "global" @@ -77,7 +66,7 @@ motw_identifier = "0" #text shown for message of the week - @name will be replaced with the name property set above. motw_text = "Welcome to @name!" #the coordinates new players spawn at -new_player_location = "3094,3107,0" +new_player_location = "2524,5002,0" #the location of home teleport home_location = "3222,3218,0" autostock_ge = false @@ -116,9 +105,6 @@ holiday_event_randoms = false #force holiday randoms (can only force one at a time) force_halloween_randoms = false force_christmas_randoms = false -#enables inauthentic april fools event -april_fools_event = false -force_april_fools = false #runecrafting formula revision (573 introduced probabilistic multiple runes, 581 extrapolated probabilistic runes past 99) runecrafting_formula_revision = 530 #enables the enhanced deep wilderness, where the area past the members' fence applies a red skull that boosts brawler/pvp drop rates @@ -127,7 +113,7 @@ enhanced_deep_wilderness = false wilderness_exclusive_loot = false #enables the xp rates option on tutorial island xp_rates = false -#enables the ironman option on tutorial island +#enables the ironman option on tutorial island and the inauthentic game protocol addition to transmit chat icons for ironmen ironman = false #enables the custom-content ancient blueprint and ring of the star sprite shooting_star_ring = false diff --git a/docker-compose.yml b/docker-compose.yml index c776bbf8c..ba0cc0c40 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,9 +11,6 @@ services: - "./config:/app/Server/worldprops" ports: - "43594-43600:43594-43600" - - "5005:5005" - environment: - - JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 db: # current LTS (Long-Term Support) version diff --git a/dumps/530/config/dump.bas b/dumps/530/config/dump.bas deleted file mode 100644 index 925943590..000000000 --- a/dumps/530/config/dump.bas +++ /dev/null @@ -1,6950 +0,0 @@ -// 0 -[bas_0] -readyanim_l=seq_737 -readyanim_r=seq_737 -walkanim_b=seq_737 -walkanim_l=seq_737 -walkanim_r=seq_737 -readyanim=seq_738,seq_737 - -// 1 -[bas_1] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_808,seq_819 - -// 2 -[bas_2] -readyanim=seq_101,seq_98 - -// 3 -[bas_3] -walkanim_b=seq_1380 -walkanim_l=seq_1380 -walkanim_r=seq_1380 -runanim=seq_1381 -runanim_b=seq_1381 -runanim_l=seq_1381 -runanim_r=seq_1381 -readyanim=seq_1386,seq_1380 - -// 4 -[bas_4] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_808,seq_819 - -// 5 -[bas_5] -readyanim=seq_7575,seq_8337 - -// 6 -[bas_6] -hillrotate=32,64 -readyanim=seq_5225,seq_5226 - -// 7 -[bas_7] -readyanim=seq_8271,seq_8273 - -// 8 -[bas_8] -readyanim=seq_8077,seq_8076 - -// 9 -[bas_9] -hillrotate=32,64 -readyanim=seq_4932,seq_4931 - -// 10 -[bas_10] -hillrotate=24,24 -readyanim=seq_7718,seq_7719 - -// 11 -[bas_11] -hillrotate=32,64 -readyanim=seq_5785,seq_5781 - -// 12 -[bas_12] -hillrotate=32,32 -readyanim=seq_8572,seq_8575 - -// 13 -[bas_13] -hillrotate=32,64 -readyanim=seq_4919,seq_4923 - -// 14 -[bas_14] -readyanim=seq_8008,seq_8007 - -// 15 -[bas_15] -readyanim=seq_1008,seq_1007 - -// 16 -[bas_16] -readyanim=seq_11092,seq_11094 - -// 17 -[bas_17] -hillrotate=32,32 -readyanim=seq_5326,seq_5325 - -// 18 -[bas_18] -readyanim=seq_7760,seq_7759 - -// 19 -[bas_19] -readyanim=seq_8310,seq_8312 - -// 20 -[bas_20] -readyanim=seq_7659,seq_7658 - -// 21 -[bas_21] -readyanim=seq_11083,seq_11082 - -// 22 -[bas_22] -readyanim=seq_11138,seq_11139 - -// 23 -[bas_23] -hillrotate=24,24 -readyanim=seq_8363,seq_8365 - -// 24 -[bas_24] -readyanim=seq_7728,seq_10954 - -// 25 -[bas_25] -readyanim=seq_663,seq_663 - -// 26 -[bas_26] -readyanim=seq_5607,seq_5606 - -// 27 -[bas_27] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_1663 -walkanim_l=seq_1663 -walkanim_r=seq_1663 -runanim=seq_1664 -readyanim=seq_1662,seq_1663 - -// 28 -[bas_28] -readyanim_l=seq_1209 -readyanim_r=seq_1209 -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -runanim=seq_1210 -readyanim=seq_813,seq_1205 - -// 29 -[bas_29] -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -readyanim=seq_813,seq_1205 - -// 30 -[bas_30] -readyanim=seq_10898,seq_10899 - -// 31 -[bas_31] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_2561,seq_819 - -// 32 -[bas_32] -readyanim=seq_112,seq_106 - -// 33 -[bas_33] -readyanim=seq_9469,seq_9470 - -// 34 -[bas_34] -readyanim=seq_9452,seq_9453 - -// 35 -[bas_35] -walkanim_b=seq_7192 -walkanim_l=seq_7193 -walkanim_r=seq_7194 -readyanim=seq_7188,seq_7191 - -// 36 -[bas_36] -readyanim=seq_3169,seq_3169 - -// 37 -[bas_37] -readyanim=seq_1796,seq_1797 - -// 38 -[bas_38] -walkanim_b=seq_5790 -walkanim_l=seq_5788 -walkanim_r=seq_5789 -readyanim=seq_5572,seq_5570 - -// 39 -[bas_39] -readyanim=seq_2561,seq_2562 - -// 40 -[bas_40] -walkanim_b=seq_7190 -walkanim_l=seq_7193 -walkanim_r=seq_7194 -readyanim=seq_7188,seq_7189 - -// 41 -[bas_41] -readyanim=seq_9158,seq_9157 - -// 42 -[bas_42] -readyanim=seq_286,seq_283 - -// 43 -[bas_43] -readyanim=seq_456,null - -// 44 -[bas_44] -readyanim=seq_96,seq_93 - -// 45 -[bas_45] -readyanim=seq_5750,seq_5750 - -// 46 -[bas_46] -readyanim=seq_155,seq_152 - -// 47 -[bas_47] -readyanim=seq_808,null - -// 48 -[bas_48] -readyanim=seq_900,seq_104 - -// 49 -[bas_49] -readyanim=seq_0,seq_0 - -// 50 -[bas_50] -readyanim=seq_2298,seq_2297 - -// 51 -[bas_51] -walkanim_b=seq_4227 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_4591,seq_4226 - -// 52 -[bas_52] -readyanim=seq_2770,seq_2769 - -// 53 -[bas_53] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_813,seq_1146 - -// 54 -[bas_54] -readyanim=seq_808,seq_819 - -// 55 -[bas_55] -readyanim=seq_4662,seq_4660 - -// 56 -[bas_56] -readyanim=seq_4663,seq_4661 - -// 57 -[bas_57] -readyanim=seq_4656,seq_4654 - -// 58 -[bas_58] -readyanim=seq_4656,seq_4655 - -// 59 -[bas_59] -readyanim=seq_130,seq_127 - -// 60 -[bas_60] -readyanim=seq_357,seq_358 - -// 61 -[bas_61] -readyanim=seq_4650,seq_4649 - -// 62 -[bas_62] -readyanim=seq_5386,seq_5385 - -// 63 -[bas_63] -readyanim=seq_5339,seq_5340 - -// 64 -[bas_64] -readyanim=seq_5335,seq_5334 - -// 65 -[bas_65] -readyanim=seq_5345,seq_5344 - -// 66 -[bas_66] -hillrotate=32,64 -readyanim=seq_5852,seq_5848 - -// 67 -[bas_67] -walkanim_b=seq_5790 -walkanim_l=seq_5788 -walkanim_r=seq_5789 -readyanim=seq_5565,seq_5566 - -// 68 -[bas_68] -walkanim_b=seq_5793 -walkanim_l=seq_5792 -walkanim_r=seq_5791 -readyanim=seq_5576,seq_5577 - -// 69 -[bas_69] -walkanim_b=seq_5790 -walkanim_l=seq_5788 -walkanim_r=seq_5789 -readyanim=seq_5565,seq_5570 - -// 70 -[bas_70] -readyanim=seq_5483,seq_5481 - -// 71 -[bas_71] -readyanim=seq_5483,seq_5479 - -// 72 -[bas_72] -readyanim=seq_5493,seq_5497 - -// 73 -[bas_73] -readyanim=seq_5538,seq_5539 - -// 74 -[bas_74] -readyanim=seq_5530,seq_5531 - -// 75 -[bas_75] -readyanim=seq_66,seq_63 - -// 76 -[bas_76] -readyanim=seq_4914,seq_4913 - -// 77 -[bas_77] -hillrotate=64,128 -readyanim=seq_90,seq_79 - -// 78 -[bas_78] -walkanim_b=seq_7045 -walkanim_l=seq_7044 -walkanim_r=seq_7043 -readyanim=seq_7047,seq_7046 - -// 79 -[bas_79] -walkanim_b=seq_1324 -walkanim_l=seq_1325 -walkanim_r=seq_1326 -readyanim=seq_1322,seq_1323 - -// 80 -[bas_80] -walkanim_b=seq_1324 -walkanim_l=seq_1325 -walkanim_r=seq_1326 -readyanim=seq_1137,seq_1323 - -// 81 -[bas_81] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_2702,seq_819 - -// 82 -[bas_82] -readyanim=seq_1310,seq_1311 - -// 83 -[bas_83] -readyanim=seq_6771,seq_6773 - -// 84 -[bas_84] -readyanim=seq_5572,seq_5570 - -// 85 -[bas_85] -readyanim=seq_6772,seq_6774 - -// 86 -[bas_86] -readyanim=seq_6181,seq_6180 - -// 87 -[bas_87] -readyanim=seq_6186,seq_6187 - -// 88 -[bas_88] -readyanim=seq_166,seq_162 - -// 89 -[bas_89] -readyanim=seq_362,seq_362 - -// 90 -[bas_90] -readyanim=seq_5668,seq_5666 - -// 91 -[bas_91] -readyanim=seq_6793,seq_6796 - -// 92 -[bas_92] -readyanim=seq_808,seq_808 - -// 93 -[bas_93] -readyanim=seq_5800,seq_5799 - -// 94 -[bas_94] -readyanim=seq_4777,seq_4773 - -// 95 -[bas_95] -readyanim=seq_6487,seq_6486 - -// 96 -[bas_96] -readyanim=seq_6561,seq_6583 - -// 97 -[bas_97] -hillrotate=32,64 -readyanim=seq_6580,seq_6556 - -// 98 -[bas_98] -readyanim=seq_6561,seq_6560 - -// 99 -[bas_99] -readyanim=seq_6247,seq_6248 - -// 100 -[bas_100] -hillrotate=48,48 -readyanim=seq_6252,seq_6253 - -// 101 -[bas_101] -readyanim=seq_2704,seq_2703 - -// 102 -[bas_102] -readyanim=seq_2065,seq_2064 - -// 103 -[bas_103] -walkanim_b=seq_2562 -walkanim_l=seq_2562 -walkanim_r=seq_2562 -readyanim=seq_2561,seq_2562 - -// 104 -[bas_104] -readyanim=seq_4318,seq_4319 - -// 105 -[bas_105] -readyanim=seq_7222,seq_7223 - -// 106 -[bas_106] -readyanim=seq_7222,seq_7224 - -// 107 -[bas_107] -readyanim=seq_7217,seq_7216 - -// 108 -[bas_108] -readyanim=seq_195,seq_189 - -// 109 -[bas_109] -readyanim=seq_9669,seq_9670 - -// 110 -[bas_110] -hillrotate=32,64 -readyanim=seq_6374,seq_6373 - -// 111 -[bas_111] -readyanim=seq_842,seq_841 - -// 112 -[bas_112] -readyanim=seq_187,seq_181 - -// 113 -[bas_113] -hillrotate=16,32 -readyanim=seq_277,seq_274 - -// 114 -[bas_114] -readyanim=seq_257,seq_254 - -// 115 -[bas_115] -readyanim=seq_296,seq_293 - -// 116 -[bas_116] -walkanim_b=seq_219 -walkanim_l=seq_219 -walkanim_r=seq_219 -runanim=seq_1419 -runanim_b=seq_1419 -runanim_l=seq_1419 -runanim_r=seq_1419 -readyanim=seq_222,seq_219 - -// 117 -[bas_117] -readyanim=seq_9870,seq_9869 - -// 118 -[bas_118] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=null,seq_819 - -// 119 -[bas_119] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_813,seq_819 - -// 120 -[bas_120] -readyanim=seq_2163,seq_2164 - -// 121 -[bas_121] -readyanim=seq_4857,seq_4858 - -// 122 -[bas_122] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_1275,seq_819 - -// 123 -[bas_123] -readyanim=seq_8528,seq_8527 - -// 124 -[bas_124] -readyanim_l=seq_7040 -readyanim_r=seq_7040 -walkanim_b=seq_7045 -walkanim_l=seq_7044 -walkanim_r=seq_7043 -runanim=seq_7039 -readyanim=seq_7047,seq_7046 - -// 125 -[bas_125] -readyanim=seq_1261,seq_1261 - -// 126 -[bas_126] -readyanim=seq_2906,seq_2907 - -// 127 -[bas_127] -readyanim=seq_9158,seq_9156 - -// 128 -[bas_128] -readyanim=seq_9654,null - -// 129 -[bas_129] -readyanim=seq_6089,seq_6088 - -// 130 -[bas_130] -readyanim=seq_171,seq_168 - -// 131 -[bas_131] -readyanim_l=seq_1426 -readyanim_r=seq_1426 -walkanim_b=seq_1423 -walkanim_l=seq_1424 -walkanim_r=seq_1425 -runanim=seq_1427 -readyanim=seq_1421,seq_1422 - -// 132 -[bas_132] -readyanim=seq_242,seq_239 - -// 133 -[bas_133] -readyanim=seq_4932,seq_4931 - -// 134 -[bas_134] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_2064 -walkanim_l=seq_2064 -walkanim_r=seq_2064 -runanim=seq_9721 -readyanim=seq_2065,seq_2064 - -// 135 -[bas_135] -readyanim=seq_1947,seq_1945 - -// 136 -[bas_136] -readyanim=seq_2051,seq_2051 - -// 137 -[bas_137] -readyanim=seq_3926,null - -// 138 -[bas_138] -readyanim=seq_3886,seq_3887 - -// 139 -[bas_139] -readyanim=seq_3899,seq_3898 - -// 140 -[bas_140] -readyanim=seq_3913,seq_3914 - -// 141 -[bas_141] -readyanim=seq_3906,seq_3907 - -// 142 -[bas_142] -readyanim=seq_3878,seq_3879 - -// 143 -[bas_143] -readyanim=seq_3918,seq_3919 - -// 144 -[bas_144] -readyanim=seq_3893,seq_3892 - -// 145 -[bas_145] -readyanim=seq_3933,seq_3933 - -// 146 -[bas_146] -readyanim=seq_3936,seq_3936 - -// 147 -[bas_147] -readyanim=seq_3928,seq_3928 - -// 148 -[bas_148] -readyanim=seq_6879,seq_6879 - -// 149 -[bas_149] -readyanim=seq_6880,seq_6880 - -// 150 -[bas_150] -readyanim=seq_6878,seq_6878 - -// 151 -[bas_151] -readyanim=seq_10,seq_10 - -// 152 -[bas_152] -readyanim_l=seq_772 -readyanim_r=seq_772 -walkanim_b=seq_772 -walkanim_l=seq_772 -walkanim_r=seq_772 -readyanim=seq_773,seq_772 - -// 153 -[bas_153] -readyanim=seq_3396,seq_3396 - -// 154 -[bas_154] -readyanim=seq_4753,seq_4754 - -// 155 -[bas_155] -readyanim_l=seq_762 -readyanim_r=seq_762 -walkanim_b=seq_762 -walkanim_l=seq_762 -walkanim_r=seq_762 -readyanim=seq_763,seq_762 - -// 156 -[bas_156] -readyanim_l=seq_755 -readyanim_r=seq_755 -walkanim_b=seq_754 -walkanim_l=seq_754 -walkanim_r=seq_754 -readyanim=seq_755,seq_754 - -// 157 -[bas_157] -readyanim_l=seq_757 -readyanim_r=seq_757 -walkanim_b=seq_756 -walkanim_l=seq_756 -walkanim_r=seq_756 -readyanim=seq_757,seq_756 - -// 158 -[bas_158] -readyanim_l=seq_6611 -readyanim_r=seq_6611 -walkanim_b=seq_10577 -walkanim_l=seq_6610 -walkanim_r=seq_6609 -runanim=seq_748 -readyanim=seq_746,seq_749 - -// 159 -[bas_159] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_10082 -readyanim=seq_808,seq_819 - -// 160 -[bas_160] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_808,seq_824 - -// 161 -[bas_161] -readyanim=seq_4689,seq_4683 - -// 162 -[bas_162] -readyanim=seq_9117,null - -// 163 -[bas_163] -readyanim_l=seq_765 -readyanim_r=seq_765 -walkanim_b=seq_765 -walkanim_l=seq_765 -walkanim_r=seq_765 -readyanim=seq_765,seq_765 - -// 164 -[bas_164] -readyanim_l=seq_772 -readyanim_r=seq_772 -walkanim_b=seq_772 -walkanim_l=seq_772 -walkanim_r=seq_772 -readyanim=seq_772,seq_772 - -// 165 -[bas_165] -readyanim=seq_7158,seq_7160 - -// 166 -[bas_166] -readyanim=seq_808,seq_1146 - -// 167 -[bas_167] -readyanim=seq_1092,seq_1091 - -// 168 -[bas_168] -readyanim=seq_1086,seq_1085 - -// 169 -[bas_169] -readyanim=seq_1282,seq_1281 - -// 170 -[bas_170] -readyanim=seq_3551,null - -// 171 -[bas_171] -readyanim=seq_3617,seq_3617 - -// 172 -[bas_172] -readyanim=seq_6613,seq_6614 - -// 173 -[bas_173] -readyanim=seq_8726,seq_8723 - -// 174 -[bas_174] -readyanim=seq_8721,seq_8722 - -// 175 -[bas_175] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_4227 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_4228 -readyanim=seq_4591,seq_4226 - -// 176 -[bas_176] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_9754 -readyanim=seq_808,seq_819 - -// 177 -[bas_177] -readyanim=seq_1386,seq_1380 - -// 178 -[bas_178] -readyanim=seq_9645,seq_9645 - -// 179 -[bas_179] -readyanim=seq_7188,seq_6531 - -// 180 -[bas_180] -readyanim=seq_3852,seq_3851 - -// 181 -[bas_181] -readyanim=seq_5273,seq_5272 - -// 182 -[bas_182] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_1830 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_1832,seq_1830 - -// 183 -[bas_183] -readyanim=seq_1242,seq_1243 - -// 184 -[bas_184] -readyanim=seq_6518,seq_6517 - -// 185 -[bas_185] -readyanim=seq_8798,seq_8794 - -// 186 -[bas_186] -readyanim=seq_5326,seq_5325 - -// 187 -[bas_187] -readyanim=seq_6580,seq_6577 - -// 188 -[bas_188] -readyanim_l=seq_773 -readyanim_r=seq_773 -walkanim_b=seq_772 -walkanim_l=seq_772 -walkanim_r=seq_772 -readyanim=seq_773,seq_772 - -// 189 -[bas_189] -readyanim_l=seq_768 -readyanim_r=seq_768 -walkanim_b=seq_768 -walkanim_l=seq_768 -walkanim_r=seq_768 -readyanim=seq_768,seq_768 - -// 190 -[bas_190] -readyanim=seq_6539,seq_6541 - -// 191 -[bas_191] -readyanim_l=seq_330 -readyanim_r=seq_330 -walkanim_b=seq_330 -walkanim_l=seq_330 -walkanim_r=seq_330 -runanim=seq_330 -readyanim=seq_330,seq_330 - -// 192 -[bas_192] -readyanim=seq_1144,null - -// 193 -[bas_193] -readyanim=seq_1673,null - -// 194 -[bas_194] -hillrotate=48,64 -readyanim=seq_27,seq_21 - -// 195 -[bas_195] -readyanim=seq_6218,seq_6220 - -// 196 -[bas_196] -readyanim=seq_1338,seq_1339 - -// 197 -[bas_197] -readyanim=seq_9241,seq_9240 - -// 198 -[bas_198] -readyanim=seq_9734,seq_9680 - -// 199 -[bas_199] -readyanim=seq_6139,seq_6138 - -// 200 -[bas_200] -readyanim=seq_2931,seq_2932 - -// 201 -[bas_201] -readyanim=seq_4675,seq_4674 - -// 202 -[bas_202] -readyanim=seq_3424,seq_3426 - -// 203 -[bas_203] -readyanim=seq_2395,seq_2396 - -// 204 -[bas_204] -readyanim=seq_9868,seq_9869 - -// 205 -[bas_205] -readyanim=seq_9677,seq_9869 - -// 206 -[bas_206] -readyanim=seq_9119,seq_9676 - -// 207 -[bas_207] -readyanim=seq_9679,null - -// 208 -[bas_208] -readyanim=seq_3461,seq_9678 - -// 209 -[bas_209] -readyanim=seq_9870,seq_9870 - -// 210 -[bas_210] -readyanim=seq_9735,seq_9736 - -// 211 -[bas_211] -readyanim_l=seq_2148 -readyanim_r=seq_2148 -walkanim_b=seq_2148 -walkanim_l=seq_2148 -walkanim_r=seq_2148 -runanim=seq_2148 -readyanim=seq_2148,seq_2148 - -// 212 -[bas_212] -readyanim=seq_2155,seq_2154 - -// 213 -[bas_213] -readyanim=seq_101,seq_104 - -// 214 -[bas_214] -readyanim=seq_6040,seq_6041 - -// 215 -[bas_215] -readyanim=seq_6075,seq_6076 - -// 216 -[bas_216] -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -readyanim=seq_813,seq_1210 - -// 217 -[bas_217] -readyanim=seq_7167,seq_7160 - -// 218 -[bas_218] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_3557,seq_819 - -// 219 -[bas_219] -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -readyanim=seq_8980,seq_1205 - -// 220 -[bas_220] -walkanim_b=seq_7045 -walkanim_l=seq_7044 -walkanim_r=seq_7043 -readyanim=seq_7047,seq_7039 - -// 221 -[bas_221] -readyanim=seq_808,seq_1661 - -// 222 -[bas_222] -readyanim=seq_5225,seq_5226 - -// 223 -[bas_223] -readyanim=seq_1740,seq_1739 - -// 224 -[bas_224] -readyanim=seq_1183,seq_1189 - -// 225 -[bas_225] -readyanim=seq_2364,seq_2363 - -// 226 -[bas_226] -walkanim_b=seq_1205 -walkanim_l=seq_1205 -walkanim_r=seq_1205 -readyanim=seq_813,seq_1205 - -// 227 -[bas_227] -readyanim=seq_9281,seq_9280 - -// 228 -[bas_228] -readyanim=seq_9281,seq_9296 - -// 229 -[bas_229] -readyanim=seq_6580,seq_6582 - -// 230 -[bas_230] -readyanim=seq_4299,seq_4298 - -// 231 -[bas_231] -readyanim=seq_6153,seq_6152 - -// 232 -[bas_232] -readyanim=seq_6374,seq_6373 - -// 233 -[bas_233] -readyanim=seq_4311,seq_4310 - -// 234 -[bas_234] -readyanim_l=seq_3177 -readyanim_r=seq_3177 -walkanim_b=seq_3177 -walkanim_l=seq_3177 -walkanim_r=seq_3177 -runanim=seq_3178 -readyanim=seq_3175,seq_3177 - -// 235 -[bas_235] -readyanim_l=seq_2258 -readyanim_r=seq_2258 -walkanim_b=seq_2258 -walkanim_l=seq_2258 -walkanim_r=seq_2258 -runanim=seq_2251 -readyanim=seq_2257,seq_2258 - -// 236 -[bas_236] -readyanim=seq_2256,null - -// 237 -[bas_237] -readyanim=seq_6927,seq_6928 - -// 238 -[bas_238] -readyanim=seq_1412,seq_189 - -// 239 -[bas_239] -readyanim=seq_4472,seq_4473 - -// 240 -[bas_240] -readyanim=seq_808,seq_6926 - -// 241 -[bas_241] -readyanim=seq_1913,seq_1912 - -// 242 -[bas_242] -readyanim=seq_7605,seq_7606 - -// 243 -[bas_243] -readyanim=seq_7610,seq_7611 - -// 244 -[bas_244] -readyanim=seq_5548,seq_5552 - -// 245 -[bas_245] -readyanim=seq_7618,seq_7619 - -// 246 -[bas_246] -readyanim=seq_7583,seq_7582 - -// 247 -[bas_247] -hillrotate=27,31 -readyanim=seq_7589,seq_7587 - -// 248 -[bas_248] -readyanim=seq_7298,seq_7297 - -// 249 -[bas_249] -walkanim_b=seq_1147 -walkanim_l=seq_1147 -walkanim_r=seq_1147 -readyanim=seq_1147,seq_1147 - -// 250 -[bas_250] -readyanim=seq_1071,seq_1071 - -// 251 -[bas_251] -readyanim=seq_6809,seq_6808 - -// 252 -[bas_252] -readyanim=seq_2334,seq_2333 - -// 253 -[bas_253] -readyanim=seq_932,seq_933 - -// 254 -[bas_254] -readyanim=seq_926,seq_1139 - -// 255 -[bas_255] -readyanim=seq_6469,seq_6468 - -// 256 -[bas_256] -readyanim=seq_90,seq_79 - -// 257 -[bas_257] -readyanim=seq_2688,seq_2689 - -// 258 -[bas_258] -readyanim=seq_927,seq_1141 - -// 259 -[bas_259] -walkanim_b=seq_9671 -walkanim_l=seq_9672 -walkanim_r=seq_9673 -readyanim=seq_9669,seq_9670 - -// 260 -[bas_260] -readyanim=seq_6239,seq_6238 - -// 261 -[bas_261] -readyanim=seq_6236,seq_6236 - -// 262 -[bas_262] -readyanim=seq_5646,seq_5645 - -// 263 -[bas_263] -readyanim=seq_5650,seq_5652 - -// 264 -[bas_264] -readyanim=seq_1773,seq_1773 - -// 265 -[bas_265] -readyanim=seq_2126,seq_2126 - -// 266 -[bas_266] -readyanim=seq_1749,seq_1748 - -// 267 -[bas_267] -readyanim_l=seq_3415 -readyanim_r=seq_3415 -walkanim_b=seq_3415 -walkanim_l=seq_3415 -walkanim_r=seq_3415 -readyanim=seq_3418,seq_3415 - -// 268 -[bas_268] -readyanim=seq_3535,seq_3537 - -// 269 -[bas_269] -readyanim=seq_6803,seq_6804 - -// 270 -[bas_270] -readyanim=seq_5673,null - -// 271 -[bas_271] -readyanim=seq_6200,seq_6201 - -// 272 -[bas_272] -readyanim=seq_6258,seq_6257 - -// 273 -[bas_273] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_777,seq_776 - -// 274 -[bas_274] -readyanim=seq_1018,seq_1021 - -// 275 -[bas_275] -readyanim=seq_2028,seq_2027 - -// 276 -[bas_276] -readyanim=seq_4780,null - -// 277 -[bas_277] -readyanim=seq_808,seq_4779 - -// 278 -[bas_278] -readyanim=seq_6263,seq_6264 - -// 279 -[bas_279] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_1321,seq_819 - -// 280 -[bas_280] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_6935,seq_819 - -// 281 -[bas_281] -readyanim=seq_1401,seq_1399 - -// 282 -[bas_282] -readyanim=seq_1386,seq_1382 - -// 283 -[bas_283] -readyanim=seq_5318,seq_5317 - -// 284 -[bas_284] -readyanim_l=seq_2321 -readyanim_r=seq_2321 -walkanim_b=seq_2318 -walkanim_l=seq_2319 -walkanim_r=seq_2320 -runanim=seq_2322 -readyanim=seq_2316,seq_2317 - -// 285 -[bas_285] -readyanim=seq_5188,seq_5187 - -// 286 -[bas_286] -readyanim=seq_5280,seq_5279 - -// 287 -[bas_287] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_2578,seq_819 - -// 288 -[bas_288] -readyanim=seq_8574,seq_8573 - -// 289 -[bas_289] -readyanim=null,seq_6 - -// 290 -[bas_290] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_3040,seq_3039 - -// 291 -[bas_291] -readyanim=seq_10056,seq_10055 - -// 292 -[bas_292] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_809,seq_819 - -// 293 -[bas_293] -readyanim=seq_6203,seq_6202 - -// 294 -[bas_294] -readyanim_l=seq_8682 -readyanim_r=seq_8682 -walkanim_b=seq_8681 -walkanim_l=seq_8681 -walkanim_r=seq_8681 -runanim=seq_8690 -readyanim=seq_8682,seq_8681 - -// 295 -[bas_295] -readyanim_l=seq_2338 -readyanim_r=seq_2338 -walkanim_b=seq_844 -readyanim=seq_2338,seq_844 - -// 296 -[bas_296] -readyanim=seq_9442,seq_9443 - -// 297 -[bas_297] -readyanim=seq_9416,seq_9415 - -// 298 -[bas_298] -readyanim=seq_262,seq_263 - -// 299 -[bas_299] -readyanim=seq_9410,seq_9409 - -// 300 -[bas_300] -walkanim_b=seq_7192 -walkanim_l=seq_7193 -walkanim_r=seq_7194 -readyanim=seq_9535,seq_7191 - -// 301 -[bas_301] -hillrotate=32,64 -readyanim=seq_4920,seq_4924 - -// 302 -[bas_302] -readyanim=seq_9208,seq_9210 - -// 303 -[bas_303] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_10021 -walkanim_l=seq_10021 -walkanim_r=seq_10021 -runanim=seq_10022 -readyanim=seq_10020,seq_10021 - -// 304 -[bas_304] -readyanim=seq_7375,null - -// 305 -[bas_305] -readyanim=seq_1276,seq_1274 - -// 306 -[bas_306] -readyanim=seq_4257,seq_4256 - -// 307 -[bas_307] -readyanim=seq_4259,null - -// 308 -[bas_308] -readyanim=seq_5424,null - -// 309 -[bas_309] -readyanim=seq_5425,null - -// 310 -[bas_310] -readyanim=seq_5410,seq_5409 - -// 311 -[bas_311] -readyanim=seq_5094,seq_5095 - -// 312 -[bas_312] -readyanim=seq_5104,seq_5107 - -// 313 -[bas_313] -readyanim=seq_5090,seq_5089 - -// 314 -[bas_314] -readyanim=seq_5393,seq_5394 - -// 315 -[bas_315] -readyanim=seq_5099,seq_5100 - -// 316 -[bas_316] -readyanim=seq_3309,seq_3313 - -// 317 -[bas_317] -hillrotate=32,32 -readyanim=seq_3309,seq_3313 - -// 318 -[bas_318] -readyanim=seq_208,seq_208 - -// 319 -[bas_319] -readyanim=seq_205,seq_205 - -// 320 -[bas_320] -hillrotate=32,64 -readyanim=seq_10594,seq_10596 - -// 321 -[bas_321] -readyanim=seq_10626,seq_10625 - -// 322 -[bas_322] -readyanim=seq_10587,seq_10588 - -// 323 -[bas_323] -hillrotate=80,80 -readyanim=seq_5318,seq_5317 - -// 324 -[bas_324] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_9227,seq_9226 - -// 325 -[bas_325] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_784,seq_819 - -// 326 -[bas_326] -readyanim_l=seq_7040 -readyanim_r=seq_7040 -walkanim_b=seq_7045 -walkanim_l=seq_7044 -walkanim_r=seq_7043 -runanim=seq_7039 -readyanim=seq_10266,seq_7046 - -// 327 -[bas_327] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_10270,seq_819 - -// 328 -[bas_328] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_10268,seq_819 - -// 329 -[bas_329] -readyanim=seq_10315,seq_10316 - -// 330 -[bas_330] -readyanim_l=seq_10288 -readyanim_r=seq_10288 -walkanim_b=seq_10288 -walkanim_l=seq_10288 -walkanim_r=seq_10288 -readyanim=seq_10289,seq_10288 - -// 331 -[bas_331] -readyanim=seq_10289,seq_10288 - -// 332 -[bas_332] -readyanim=seq_10318,seq_10317 - -// 333 -[bas_333] -readyanim=seq_10321,seq_10321 - -// 334 -[bas_334] -readyanim=seq_5973,seq_5969 - -// 335 -[bas_335] -readyanim=seq_5965,seq_5965 - -// 336 -[bas_336] -readyanim=seq_5967,seq_5967 - -// 337 -[bas_337] -readyanim=seq_5966,seq_5966 - -// 338 -[bas_338] -readyanim=seq_5986,seq_5987 - -// 339 -[bas_339] -walkanim_b=seq_3537 -walkanim_l=seq_3537 -walkanim_r=seq_3537 -hillrotate=32,80 -readyanim=seq_3535,seq_3537 - -// 340 -[bas_340] -walkanim_b=seq_3537 -walkanim_l=seq_3537 -walkanim_r=seq_3537 -hillrotate=40,112 -readyanim=seq_3535,seq_3537 - -// 341 -[bas_341] -walkanim_b=seq_3537 -walkanim_l=seq_3537 -walkanim_r=seq_3537 -hillrotate=64,142 -readyanim=seq_3535,seq_3537 - -// 342 -[bas_342] -hillrotate=32,80 -readyanim=seq_3535,seq_3537 - -// 343 -[bas_343] -readyanim=seq_3722,seq_3721 - -// 344 -[bas_344] -hillrotate=32,80 -readyanim=seq_3738,null - -// 345 -[bas_345] -hillrotate=40,112 -readyanim=seq_3738,null - -// 346 -[bas_346] -hillrotate=64,142 -readyanim=seq_3738,null - -// 347 -[bas_347] -readyanim=seq_3730,seq_3730 - -// 348 -[bas_348] -readyanim=seq_3728,seq_3728 - -// 349 -[bas_349] -readyanim=seq_3729,seq_3729 - -// 350 -[bas_350] -readyanim=seq_8728,seq_8723 - -// 351 -[bas_351] -readyanim=seq_8737,seq_6088 - -// 352 -[bas_352] -readyanim=seq_8720,seq_8719 - -// 353 -[bas_353] -readyanim=seq_7389,seq_7390 - -// 354 -[bas_354] -readyanim=seq_3359,seq_3359 - -// 355 -[bas_355] -readyanim=seq_5801,seq_5802 - -// 356 -[bas_356] -readyanim=seq_5803,seq_5802 - -// 357 -[bas_357] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_2041 -walkanim_l=seq_2041 -walkanim_r=seq_2041 -readyanim=seq_2040,seq_2041 - -// 358 -[bas_358] -readyanim_l=seq_10498 -readyanim_r=seq_10498 -walkanim_b=seq_2048 -walkanim_l=seq_2048 -walkanim_r=seq_2048 -readyanim=seq_10498,seq_2048 - -// 359 -[bas_359] -readyanim=seq_10188,seq_10189 - -// 360 -[bas_360] -readyanim=seq_10211,seq_10210 - -// 361 -[bas_361] -readyanim=seq_10207,seq_10206 - -// 362 -[bas_362] -readyanim=seq_10205,seq_10204 - -// 363 -[bas_363] -readyanim=seq_10136,seq_10138 - -// 364 -[bas_364] -readyanim=seq_10176,null - -// 365 -[bas_365] -readyanim=seq_10209,seq_10208 - -// 366 -[bas_366] -readyanim=seq_5558,seq_5557 - -// 367 -[bas_367] -readyanim=seq_10352,null - -// 368 -[bas_368] -hillrotate=32,32 -readyanim=seq_808,seq_819 - -// 369 -[bas_369] -readyanim=seq_9009,null - -// 370 -[bas_370] -readyanim_l=seq_9000 -readyanim_r=seq_9000 -walkanim_b=seq_9001 -walkanim_l=seq_9002 -walkanim_r=seq_9003 -runanim=seq_9004 -readyanim=seq_8998,seq_8997 - -// 371 -[bas_371] -readyanim=seq_2061,seq_2060 - -// 372 -[bas_372] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_2076 -walkanim_l=seq_2076 -walkanim_r=seq_2076 -runanim=seq_2077 -readyanim=seq_2074,seq_2076 - -// 373 -[bas_373] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_2060 -walkanim_l=seq_2060 -walkanim_r=seq_2060 -runanim=seq_10019 -readyanim=seq_2061,seq_2060 - -// 374 -[bas_374] -readyanim=seq_2071,seq_2069 - -// 375 -[bas_375] -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -readyanim=seq_1728,seq_1205 - -// 376 -[bas_376] -readyanim=seq_10563,seq_10357 - -// 377 -[bas_377] -readyanim=seq_10356,seq_10357 - -// 378 -[bas_378] -readyanim=seq_10358,seq_10359 - -// 379 -[bas_379] -readyanim=seq_10360,seq_10361 - -// 380 -[bas_380] -readyanim=seq_10362,seq_10363 - -// 381 -[bas_381] -readyanim=seq_10364,seq_10365 - -// 382 -[bas_382] -readyanim=seq_10366,seq_10367 - -// 383 -[bas_383] -readyanim_l=seq_168 -readyanim_r=seq_168 -walkanim_b=seq_168 -walkanim_l=seq_168 -walkanim_r=seq_168 -readyanim=seq_171,seq_168 - -// 384 -[bas_384] -readyanim_l=seq_6088 -readyanim_r=seq_6088 -walkanim_b=seq_6088 -walkanim_l=seq_6088 -walkanim_r=seq_6088 -readyanim=seq_6089,seq_6088 - -// 385 -[bas_385] -readyanim_l=seq_5334 -readyanim_r=seq_5334 -walkanim_b=seq_5334 -walkanim_l=seq_5334 -walkanim_r=seq_5334 -readyanim=seq_5335,seq_5334 - -// 386 -[bas_386] -readyanim_l=seq_3059 -readyanim_r=seq_3059 -walkanim_b=seq_3059 -walkanim_l=seq_3059 -walkanim_r=seq_3059 -readyanim=seq_3059,seq_3059 - -// 387 -[bas_387] -readyanim_l=seq_3060 -readyanim_r=seq_3060 -walkanim_b=seq_3060 -walkanim_l=seq_3060 -walkanim_r=seq_3060 -readyanim=seq_3060,seq_3060 - -// 388 -[bas_388] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_1705,seq_819 - -// 389 -[bas_389] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_4859,seq_819 - -// 390 -[bas_390] -readyanim=seq_6864,seq_6867 - -// 391 -[bas_391] -readyanim=seq_3948,seq_3947 - -// 392 -[bas_392] -readyanim=seq_3144,seq_3145 - -// 393 -[bas_393] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_808,seq_1146 - -// 394 -[bas_394] -readyanim=seq_813,null - -// 395 -[bas_395] -readyanim=seq_2170,null - -// 396 -[bas_396] -readyanim_l=seq_8962 -readyanim_r=seq_8962 -walkanim_b=seq_8962 -walkanim_l=seq_8962 -walkanim_r=seq_8962 -runanim=seq_8962 -readyanim=seq_8962,seq_8962 - -// 397 -[bas_397] -readyanim_l=seq_8964 -readyanim_r=seq_8964 -walkanim_b=seq_8964 -walkanim_l=seq_8964 -walkanim_r=seq_8964 -runanim=seq_8964 -readyanim=seq_8964,seq_8964 - -// 398 -[bas_398] -readyanim_l=seq_8961 -readyanim_r=seq_8961 -walkanim_b=seq_8961 -walkanim_l=seq_8961 -walkanim_r=seq_8961 -runanim=seq_8961 -readyanim=seq_8961,seq_8961 - -// 399 -[bas_399] -readyanim_l=seq_8963 -readyanim_r=seq_8963 -walkanim_b=seq_8963 -walkanim_l=seq_8963 -walkanim_r=seq_8963 -runanim=seq_8963 -readyanim=seq_8963,seq_8963 - -// 400 -[bas_400] -readyanim=seq_8977,null - -// 401 -[bas_401] -readyanim=seq_8978,null - -// 402 -[bas_402] -readyanim=seq_8943,seq_8943 - -// 403 -[bas_403] -readyanim=seq_8944,seq_8944 - -// 404 -[bas_404] -readyanim=seq_8949,null - -// 405 -[bas_405] -readyanim=seq_8948,null - -// 406 -[bas_406] -readyanim=seq_8945,null - -// 407 -[bas_407] -readyanim=seq_8947,null - -// 408 -[bas_408] -readyanim=seq_8946,null - -// 409 -[bas_409] -readyanim=seq_8954,null - -// 410 -[bas_410] -readyanim=seq_8953,null - -// 411 -[bas_411] -readyanim=seq_8950,null - -// 412 -[bas_412] -readyanim=seq_8952,null - -// 413 -[bas_413] -readyanim=seq_8951,null - -// 414 -[bas_414] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_809,seq_819 - -// 415 -[bas_415] -readyanim=seq_10080,seq_1660 - -// 416 -[bas_416] -walkanim_b=seq_4227 -walkanim_l=seq_4226 -walkanim_r=seq_4226 -readyanim=seq_4591,seq_4226 - -// 417 -[bas_417] -walkanim_b=seq_1660 -walkanim_l=seq_1660 -walkanim_r=seq_1660 -readyanim=seq_808,seq_1660 - -// 418 -[bas_418] -readyanim=seq_808,seq_824 - -// 419 -[bas_419] -walkanim_b=seq_824 -walkanim_l=seq_824 -walkanim_r=seq_824 -readyanim=seq_808,seq_824 - -// 420 -[bas_420] -walkanim_b=seq_2064 -walkanim_l=seq_2064 -walkanim_r=seq_2064 -readyanim=seq_2065,seq_2064 - -// 421 -[bas_421] -walkanim_b=seq_4227 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_4591,seq_4228 - -// 422 -[bas_422] -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -readyanim=seq_8980,seq_1210 - -// 423 -[bas_423] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_8980,seq_1210 - -// 424 -[bas_424] -walkanim_b=seq_2064 -walkanim_l=seq_2064 -walkanim_r=seq_2064 -readyanim=seq_2065,seq_824 - -// 425 -[bas_425] -walkanim_b=seq_1660 -walkanim_l=seq_1660 -walkanim_r=seq_1660 -readyanim=seq_808,seq_1661 - -// 426 -[bas_426] -readyanim=seq_5869,seq_5868 - -// 427 -[bas_427] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_809,seq_824 - -// 428 -[bas_428] -readyanim=seq_8980,seq_1210 - -// 429 -[bas_429] -walkanim_b=seq_1423 -walkanim_l=seq_1424 -walkanim_r=seq_1425 -readyanim=seq_1421,seq_1427 - -// 430 -[bas_430] -walkanim_b=seq_1663 -walkanim_l=seq_1663 -walkanim_r=seq_1663 -readyanim=seq_1662,seq_1664 - -// 431 -[bas_431] -readyanim=seq_4591,seq_4228 - -// 432 -[bas_432] -walkanim_b=seq_5251 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -readyanim=seq_5254,seq_5250 - -// 433 -[bas_433] -walkanim_b=seq_6608 -walkanim_l=seq_6610 -walkanim_r=seq_6609 -readyanim=seq_6604,seq_6603 - -// 434 -[bas_434] -walkanim_b=seq_1468 -walkanim_l=seq_1468 -walkanim_r=seq_1468 -readyanim=seq_1461,seq_1468 - -// 435 -[bas_435] -readyanim=seq_9171,null - -// 436 -[bas_436] -readyanim=seq_2157,seq_2156 - -// 437 -[bas_437] -readyanim=seq_2150,seq_2150 - -// 438 -[bas_438] -readyanim=seq_101,seq_101 - -// 439 -[bas_439] -readyanim=seq_2157,seq_2157 - -// 440 -[bas_440] -readyanim=seq_2158,null - -// 441 -[bas_441] -readyanim=seq_825,seq_826 - -// 442 -[bas_442] -readyanim_l=seq_823 -readyanim_r=seq_823 -readyanim=seq_4179,seq_4178 - -// 443 -[bas_443] -readyanim=seq_1338,seq_2361 - -// 444 -[bas_444] -readyanim=seq_2362,seq_2362 - -// 445 -[bas_445] -readyanim=seq_2351,null - -// 446 -[bas_446] -readyanim=seq_2356,null - -// 447 -[bas_447] -readyanim=seq_2353,null - -// 448 -[bas_448] -readyanim=seq_2352,null - -// 449 -[bas_449] -readyanim=seq_2358,null - -// 450 -[bas_450] -readyanim=seq_2355,null - -// 451 -[bas_451] -readyanim=seq_2357,null - -// 452 -[bas_452] -readyanim=seq_2354,null - -// 453 -[bas_453] -readyanim=seq_2850,seq_2849 - -// 454 -[bas_454] -readyanim=seq_2858,seq_2857 - -// 455 -[bas_455] -readyanim=seq_2867,seq_2863 - -// 456 -[bas_456] -readyanim=seq_2774,seq_2775 - -// 457 -[bas_457] -readyanim=seq_2180,seq_2179 - -// 458 -[bas_458] -readyanim=seq_2185,seq_2184 - -// 459 -[bas_459] -readyanim=seq_2191,seq_2190 - -// 460 -[bas_460] -readyanim=seq_2149,seq_2149 - -// 461 -[bas_461] -readyanim=seq_4269,seq_4268 - -// 462 -[bas_462] -readyanim=seq_4264,seq_4263 - -// 463 -[bas_463] -readyanim=seq_2263,seq_2262 - -// 464 -[bas_464] -hillrotate=40,40 -readyanim=seq_9917,seq_4635 - -// 465 -[bas_465] -readyanim=seq_9966,seq_6180 - -// 466 -[bas_466] -readyanim=seq_808,seq_8527 - -// 467 -[bas_467] -readyanim=seq_2836,seq_4858 - -// 468 -[bas_468] -hillrotate=40,40 -readyanim=seq_9917,seq_9918 - -// 469 -[bas_469] -hillrotate=40,40 -readyanim=seq_9930,seq_9931 - -// 470 -[bas_470] -hillrotate=40,40 -readyanim=seq_9924,seq_9925 - -// 471 -[bas_471] -hillrotate=40,40 -readyanim=seq_9927,seq_9926 - -// 472 -[bas_472] -readyanim=seq_9958,seq_9958 - -// 473 -[bas_473] -walkanim_b=seq_9957 -walkanim_l=seq_9957 -walkanim_r=seq_9957 -readyanim=seq_9940,seq_9957 - -// 474 -[bas_474] -walkanim_b=seq_9957 -walkanim_l=seq_9957 -walkanim_r=seq_9957 -readyanim=seq_9956,seq_9957 - -// 475 -[bas_475] -readyanim=seq_8763,seq_8764 - -// 476 -[bas_476] -readyanim=seq_8753,seq_8752 - -// 477 -[bas_477] -readyanim=seq_9267,seq_9264 - -// 478 -[bas_478] -readyanim=seq_9250,seq_9251 - -// 479 -[bas_479] -readyanim=seq_9255,seq_9256 - -// 480 -[bas_480] -readyanim=seq_9298,seq_9297 - -// 481 -[bas_481] -readyanim=seq_9294,seq_9295 - -// 482 -[bas_482] -readyanim=seq_9236,seq_9237 - -// 483 -[bas_483] -readyanim=seq_9236,seq_9238 - -// 484 -[bas_484] -readyanim=seq_9228,seq_9229 - -// 485 -[bas_485] -readyanim=seq_9274,seq_9273 - -// 486 -[bas_486] -readyanim=seq_5589,seq_5593 - -// 487 -[bas_487] -readyanim=seq_5594,seq_5595 - -// 488 -[bas_488] -readyanim=seq_5616,seq_5615 - -// 489 -[bas_489] -readyanim=seq_5623,seq_5622 - -// 490 -[bas_490] -readyanim=seq_5576,seq_5577 - -// 491 -[bas_491] -readyanim=seq_6058,seq_6057 - -// 492 -[bas_492] -readyanim=seq_6059,seq_6057 - -// 493 -[bas_493] -readyanim=seq_6043,seq_6044 - -// 494 -[bas_494] -readyanim=seq_6045,seq_6046 - -// 495 -[bas_495] -readyanim=seq_6040,seq_6042 - -// 496 -[bas_496] -readyanim=seq_6060,seq_6041 - -// 497 -[bas_497] -readyanim=seq_6052,seq_6053 - -// 498 -[bas_498] -readyanim=seq_6062,seq_6061 - -// 499 -[bas_499] -readyanim=seq_6036,seq_6036 - -// 500 -[bas_500] -readyanim=seq_4538,null - -// 501 -[bas_501] -readyanim=seq_4537,null - -// 502 -[bas_502] -readyanim=seq_4536,null - -// 503 -[bas_503] -readyanim=seq_6798,seq_6799 - -// 504 -[bas_504] -readyanim=seq_3952,seq_3953 - -// 505 -[bas_505] -readyanim=seq_3965,seq_3963 - -// 506 -[bas_506] -readyanim=seq_195,seq_195 - -// 507 -[bas_507] -readyanim=null,seq_2212 - -// 508 -[bas_508] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_6464,seq_819 - -// 509 -[bas_509] -readyanim=seq_7167,seq_7165 - -// 510 -[bas_510] -readyanim=seq_6389,seq_6388 - -// 511 -[bas_511] -readyanim=seq_6458,null - -// 512 -[bas_512] -readyanim=seq_6454,null - -// 513 -[bas_513] -readyanim=seq_6457,null - -// 514 -[bas_514] -readyanim=seq_6455,null - -// 515 -[bas_515] -readyanim=seq_6456,null - -// 516 -[bas_516] -readyanim=seq_6413,seq_6412 - -// 517 -[bas_517] -readyanim=seq_6390,null - -// 518 -[bas_518] -readyanim=seq_6393,seq_6395 - -// 519 -[bas_519] -readyanim=seq_6449,null - -// 520 -[bas_520] -readyanim=seq_6441,null - -// 521 -[bas_521] -readyanim=seq_6447,null - -// 522 -[bas_522] -readyanim=seq_6429,null - -// 523 -[bas_523] -readyanim=seq_6437,null - -// 524 -[bas_524] -readyanim=seq_6451,null - -// 525 -[bas_525] -readyanim=seq_6435,null - -// 526 -[bas_526] -readyanim=seq_6439,null - -// 527 -[bas_527] -readyanim=seq_6433,null - -// 528 -[bas_528] -readyanim=seq_6431,null - -// 529 -[bas_529] -readyanim=seq_6443,null - -// 530 -[bas_530] -readyanim=seq_6445,null - -// 531 -[bas_531] -readyanim=seq_6464,null - -// 532 -[bas_532] -readyanim=seq_6415,seq_6414 - -// 533 -[bas_533] -readyanim=null,seq_6418 - -// 534 -[bas_534] -readyanim=seq_6422,seq_6419 - -// 535 -[bas_535] -readyanim=seq_6423,seq_6420 - -// 536 -[bas_536] -readyanim=seq_6411,seq_6410 - -// 537 -[bas_537] -readyanim=seq_6425,null - -// 538 -[bas_538] -readyanim=seq_9432,seq_9433 - -// 539 -[bas_539] -readyanim=seq_6949,seq_6950 - -// 540 -[bas_540] -readyanim=seq_6972,seq_6973 - -// 541 -[bas_541] -readyanim=seq_7059,seq_7058 - -// 542 -[bas_542] -hillrotate=64,32 -readyanim=seq_7003,null - -// 543 -[bas_543] -readyanim=seq_7014,seq_7015 - -// 544 -[bas_544] -readyanim=seq_6963,seq_6962 - -// 545 -[bas_545] -readyanim=seq_6943,seq_6942 - -// 546 -[bas_546] -walkanim_b=seq_2562 -walkanim_l=seq_2562 -walkanim_r=seq_2562 -readyanim=null,seq_2562 - -// 547 -[bas_547] -readyanim=seq_8800,seq_7223 - -// 548 -[bas_548] -readyanim=seq_8797,seq_8796 - -// 549 -[bas_549] -readyanim=seq_8797,seq_8795 - -// 550 -[bas_550] -readyanim=seq_8771,null - -// 551 -[bas_551] -readyanim=seq_8772,null - -// 552 -[bas_552] -readyanim=seq_8773,null - -// 553 -[bas_553] -readyanim=seq_8774,null - -// 554 -[bas_554] -readyanim=seq_8775,null - -// 555 -[bas_555] -readyanim=seq_8776,null - -// 556 -[bas_556] -readyanim=seq_8777,null - -// 557 -[bas_557] -readyanim=seq_8783,null - -// 558 -[bas_558] -readyanim=seq_8782,null - -// 559 -[bas_559] -readyanim=seq_8779,null - -// 560 -[bas_560] -readyanim=seq_8784,null - -// 561 -[bas_561] -readyanim=seq_8781,null - -// 562 -[bas_562] -readyanim=seq_8780,null - -// 563 -[bas_563] -readyanim=seq_8778,null - -// 564 -[bas_564] -readyanim=seq_7444,seq_7445 - -// 565 -[bas_565] -readyanim=seq_7458,seq_7459 - -// 566 -[bas_566] -readyanim=seq_7472,seq_7473 - -// 567 -[bas_567] -readyanim=seq_7451,seq_7452 - -// 568 -[bas_568] -readyanim=seq_7465,seq_7466 - -// 569 -[bas_569] -readyanim=seq_7421,seq_7422 - -// 570 -[bas_570] -readyanim=seq_7405,seq_7406 - -// 571 -[bas_571] -readyanim=seq_7479,seq_7480 - -// 572 -[bas_572] -readyanim=seq_7414,seq_7415 - -// 573 -[bas_573] -readyanim=seq_7486,seq_7487 - -// 574 -[bas_574] -readyanim=seq_7430,seq_7431 - -// 575 -[bas_575] -readyanim=seq_7400,seq_7401 - -// 576 -[bas_576] -readyanim=seq_8589,seq_8590 - -// 577 -[bas_577] -readyanim=seq_4231,seq_4236 - -// 578 -[bas_578] -readyanim=seq_277,seq_2392 - -// 579 -[bas_579] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_2400,seq_819 - -// 580 -[bas_580] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_2401,seq_819 - -// 581 -[bas_581] -hillrotate=32,32 -readyanim=seq_5326,seq_5333 - -// 582 -[bas_582] -readyanim=seq_3033,seq_3034 - -// 583 -[bas_583] -readyanim=seq_3033,seq_3035 - -// 584 -[bas_584] -readyanim=seq_3023,seq_3023 - -// 585 -[bas_585] -readyanim=seq_3026,seq_3027 - -// 586 -[bas_586] -readyanim=seq_3244,seq_3245 - -// 587 -[bas_587] -readyanim=seq_6580,seq_6556 - -// 588 -[bas_588] -readyanim=seq_1270,seq_1269 - -// 589 -[bas_589] -readyanim=seq_2825,seq_2823 - -// 590 -[bas_590] -readyanim=seq_2826,seq_2824 - -// 591 -[bas_591] -readyanim=seq_2818,seq_2818 - -// 592 -[bas_592] -readyanim=seq_2816,seq_2815 - -// 593 -[bas_593] -readyanim_l=seq_8987 -readyanim_r=seq_8987 -walkanim_b=seq_8985 -walkanim_l=seq_8983 -walkanim_r=seq_8984 -runanim=seq_8986 -readyanim=seq_8981,seq_8982 - -// 594 -[bas_594] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_1836 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_1837,seq_1836 - -// 595 -[bas_595] -readyanim=seq_11005,seq_11004 - -// 596 -[bas_596] -readyanim=seq_11005,seq_11002 - -// 597 -[bas_597] -readyanim=seq_11006,seq_11003 - -// 598 -[bas_598] -readyanim=seq_10997,seq_10998 - -// 599 -[bas_599] -readyanim=seq_5070,seq_5069 - -// 600 -[bas_600] -readyanim=seq_4738,seq_4740 - -// 601 -[bas_601] -walkanim_b=seq_11051 -walkanim_l=seq_11052 -walkanim_r=seq_11052 -readyanim=seq_808,seq_11051 - -// 602 -[bas_602] -walkanim_b=seq_11052 -walkanim_l=seq_11052 -walkanim_r=seq_11052 -readyanim=seq_11053,seq_11052 - -// 603 -[bas_603] -readyanim=seq_11046,seq_11047 - -// 604 -[bas_604] -readyanim=seq_7543,seq_7543 - -// 605 -[bas_605] -readyanim=seq_7557,seq_7556 - -// 606 -[bas_606] -readyanim=seq_7553,seq_7553 - -// 607 -[bas_607] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_847,seq_819 - -// 608 -[bas_608] -walkanim_b=seq_3865 -walkanim_l=seq_3865 -walkanim_r=seq_3865 -readyanim=seq_808,seq_3865 - -// 609 -[bas_609] -readyanim=null,seq_3853 - -// 610 -[bas_610] -readyanim_l=seq_1829 -readyanim_r=seq_1829 -walkanim_b=seq_1828 -walkanim_l=seq_1828 -walkanim_r=seq_1828 -readyanim=seq_1829,seq_1828 - -// 611 -[bas_611] -readyanim=seq_1829,seq_1828 - -// 612 -[bas_612] -readyanim=seq_3008,seq_3012 - -// 613 -[bas_613] -readyanim=seq_8146,seq_8145 - -// 614 -[bas_614] -readyanim=seq_3872,seq_3871 - -// 615 -[bas_615] -readyanim_l=seq_1242 -readyanim_r=seq_1242 -walkanim_b=seq_1243 -walkanim_l=seq_1243 -walkanim_r=seq_1243 -readyanim=seq_1242,seq_1243 - -// 616 -[bas_616] -readyanim_l=seq_7266 -readyanim_r=seq_7266 -walkanim_b=seq_7267 -walkanim_l=seq_7267 -walkanim_r=seq_7267 -readyanim=seq_7266,seq_7267 - -// 617 -[bas_617] -readyanim=seq_7295,null - -// 618 -[bas_618] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_3332,seq_3334 - -// 619 -[bas_619] -hillrotate=32,32 -readyanim=seq_1536,seq_1534 - -// 620 -[bas_620] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_1660 -walkanim_l=seq_1660 -walkanim_r=seq_1660 -runanim=seq_1661 -readyanim=seq_10080,seq_1660 - -// 621 -[bas_621] -hillrotate=64,64 -readyanim=seq_262,seq_263 - -// 622 -[bas_622] -hillrotate=48,48 -readyanim=seq_262,seq_263 - -// 623 -[bas_623] -hillrotate=64,64 -readyanim=seq_9133,seq_9134 - -// 624 -[bas_624] -hillrotate=48,48 -readyanim=seq_9437,seq_9438 - -// 625 -[bas_625] -hillrotate=32,64 -readyanim=seq_268,seq_298 - -// 626 -[bas_626] -readyanim=seq_3168,seq_3167 - -// 627 -[bas_627] -readyanim=seq_9462,seq_9463 - -// 628 -[bas_628] -readyanim=seq_1556,seq_1554 - -// 629 -[bas_629] -readyanim=seq_9456,seq_9457 - -// 630 -[bas_630] -hillrotate=32,32 -readyanim=seq_9128,seq_9129 - -// 631 -[bas_631] -hillrotate=64,64 -readyanim=seq_9447,seq_9448 - -// 632 -[bas_632] -readyanim=seq_3159,seq_3159 - -// 633 -[bas_633] -readyanim=seq_3160,seq_3161 - -// 634 -[bas_634] -hillrotate=64,64 -readyanim=seq_9442,seq_9443 - -// 635 -[bas_635] -readyanim=seq_9490,seq_9492 - -// 636 -[bas_636] -hillrotate=32,32 -readyanim=seq_9509,seq_9510 - -// 637 -[bas_637] -hillrotate=24,24 -readyanim=seq_9509,seq_9511 - -// 638 -[bas_638] -readyanim=seq_3108,seq_3108 - -// 639 -[bas_639] -hillrotate=80,80 -readyanim=seq_2774,seq_2775 - -// 640 -[bas_640] -hillrotate=64,64 -readyanim=seq_2774,seq_2775 - -// 641 -[bas_641] -hillrotate=32,32 -readyanim=seq_2774,seq_2775 - -// 642 -[bas_642] -hillrotate=32,32 -readyanim=seq_9484,seq_9485 - -// 643 -[bas_643] -hillrotate=64,64 -readyanim=seq_9474,seq_9475 - -// 644 -[bas_644] -hillrotate=32,32 -readyanim=seq_9479,seq_9480 - -// 645 -[bas_645] -readyanim=seq_2984,seq_2982 - -// 646 -[bas_646] -readyanim=seq_3324,seq_3323 - -// 647 -[bas_647] -readyanim=seq_3324,seq_3322 - -// 648 -[bas_648] -readyanim=seq_3328,seq_3328 - -// 649 -[bas_649] -hillrotate=16,16 -readyanim=seq_1782,seq_1781 - -// 650 -[bas_650] -readyanim=seq_1790,seq_1788 - -// 651 -[bas_651] -hillrotate=32,32 -readyanim=seq_6078,seq_6077 - -// 652 -[bas_652] -readyanim=seq_6078,seq_6077 - -// 653 -[bas_653] -readyanim=seq_6010,seq_6011 - -// 654 -[bas_654] -readyanim=seq_1799,null - -// 655 -[bas_655] -readyanim=seq_1798,null - -// 656 -[bas_656] -readyanim=seq_7209,seq_7210 - -// 657 -[bas_657] -readyanim=seq_813,seq_4226 - -// 658 -[bas_658] -readyanim=seq_2904,seq_189 - -// 659 -[bas_659] -readyanim_l=seq_2584 -readyanim_r=seq_2584 -walkanim_b=seq_2584 -walkanim_l=seq_2584 -walkanim_r=seq_2584 -readyanim=seq_2584,seq_2584 - -// 660 -[bas_660] -readyanim=seq_1607,seq_1608 - -// 661 -[bas_661] -readyanim=seq_6539,seq_6548 - -// 662 -[bas_662] -readyanim_l=seq_745 -readyanim_r=seq_745 -walkanim_b=seq_745 -walkanim_l=seq_745 -walkanim_r=seq_745 -readyanim=seq_745,seq_744 - -// 663 -[bas_663] -readyanim=seq_9908,null - -// 664 -[bas_664] -walkanim_b=seq_6532 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_808,seq_6531 - -// 665 -[bas_665] -readyanim=seq_15,seq_13 - -// 666 -[bas_666] -readyanim=seq_5751,seq_5751 - -// 667 -[bas_667] -readyanim=seq_4,null - -// 668 -[bas_668] -readyanim_l=seq_1797 -readyanim_r=seq_1797 -walkanim_b=seq_1797 -walkanim_l=seq_1797 -walkanim_r=seq_1797 -readyanim=seq_1796,seq_1797 - -// 669 -[bas_669] -readyanim=seq_792,seq_792 - -// 670 -[bas_670] -readyanim=seq_1137,null - -// 671 -[bas_671] -readyanim=seq_352,seq_356 - -// 672 -[bas_672] -readyanim=seq_349,null - -// 673 -[bas_673] -readyanim=seq_6825,null - -// 674 -[bas_674] -readyanim=seq_6857,null - -// 675 -[bas_675] -readyanim=seq_6858,null - -// 676 -[bas_676] -readyanim=seq_6859,null - -// 677 -[bas_677] -readyanim=seq_6826,null - -// 678 -[bas_678] -readyanim=seq_6856,null - -// 679 -[bas_679] -readyanim=seq_6855,null - -// 680 -[bas_680] -readyanim=seq_2370,seq_2369 - -// 681 -[bas_681] -readyanim=seq_3043,seq_3042 - -// 682 -[bas_682] -readyanim=seq_3049,seq_3048 - -// 683 -[bas_683] -readyanim=seq_3049,seq_3050 - -// 684 -[bas_684] -walkanim_b=seq_7201 -walkanim_l=seq_7202 -walkanim_r=seq_7203 -readyanim=seq_7199,seq_7200 - -// 685 -[bas_685] -readyanim=seq_3999,seq_3999 - -// 686 -[bas_686] -readyanim=seq_3183,seq_3183 - -// 687 -[bas_687] -readyanim=seq_4010,seq_1139 - -// 688 -[bas_688] -readyanim=seq_4009,seq_1139 - -// 689 -[bas_689] -readyanim=seq_1198,seq_1197 - -// 690 -[bas_690] -readyanim=seq_808,seq_5822 - -// 691 -[bas_691] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_5814,seq_819 - -// 692 -[bas_692] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_5817,seq_819 - -// 693 -[bas_693] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_5815,seq_819 - -// 694 -[bas_694] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_5816,seq_819 - -// 695 -[bas_695] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_5818,seq_819 - -// 696 -[bas_696] -readyanim=seq_145,seq_142 - -// 697 -[bas_697] -readyanim=seq_5839,seq_5840 - -// 698 -[bas_698] -readyanim=seq_5831,seq_5832 - -// 699 -[bas_699] -readyanim=seq_5831,null - -// 700 -[bas_700] -readyanim=seq_5823,seq_5822 - -// 701 -[bas_701] -readyanim=seq_9591,null - -// 702 -[bas_702] -readyanim=seq_3248,seq_3249 - -// 703 -[bas_703] -readyanim=seq_3252,seq_3253 - -// 704 -[bas_704] -readyanim_l=seq_2166 -readyanim_r=seq_2166 -walkanim_b=seq_2165 -walkanim_l=seq_2165 -walkanim_r=seq_2165 -readyanim=seq_2166,seq_2165 - -// 705 -[bas_705] -readyanim_l=seq_5386 -readyanim_r=seq_5386 -walkanim_b=seq_5385 -walkanim_l=seq_5385 -walkanim_r=seq_5385 -readyanim=seq_5386,seq_5385 - -// 706 -[bas_706] -readyanim=seq_3259,seq_3261 - -// 707 -[bas_707] -readyanim=seq_2618,seq_2619 - -// 708 -[bas_708] -readyanim=seq_6127,seq_6114 - -// 709 -[bas_709] -readyanim=null,seq_6120 - -// 710 -[bas_710] -readyanim=seq_6126,null - -// 711 -[bas_711] -readyanim=seq_6113,seq_6112 - -// 712 -[bas_712] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_9052 -walkanim_l=seq_9053 -walkanim_r=seq_9054 -runanim=seq_9050 -readyanim=seq_9049,seq_9051 - -// 713 -[bas_713] -walkanim_b=seq_9134 -walkanim_l=seq_9134 -walkanim_r=seq_9134 -readyanim=seq_9133,seq_9134 - -// 714 -[bas_714] -readyanim=seq_9128,seq_9129 - -// 715 -[bas_715] -readyanim=seq_9028,seq_9028 - -// 716 -[bas_716] -readyanim=seq_9037,seq_9037 - -// 717 -[bas_717] -readyanim=seq_9099,null - -// 718 -[bas_718] -readyanim=seq_9093,seq_9094 - -// 719 -[bas_719] -walkanim_b=seq_9070 -walkanim_l=seq_9070 -walkanim_r=seq_9070 -readyanim=seq_9069,seq_9070 - -// 720 -[bas_720] -readyanim=seq_9115,seq_9114 - -// 721 -[bas_721] -readyanim=seq_9040,seq_9039 - -// 722 -[bas_722] -readyanim=seq_6252,seq_6257 - -// 723 -[bas_723] -readyanim=seq_1387,seq_1380 - -// 724 -[bas_724] -readyanim=seq_1386,seq_1385 - -// 725 -[bas_725] -readyanim=seq_1388,seq_1380 - -// 726 -[bas_726] -readyanim=seq_5517,seq_5518 - -// 727 -[bas_727] -hillrotate=16,32 -readyanim=seq_277,seq_274 - -// 728 -[bas_728] -readyanim=seq_3385,seq_3385 - -// 729 -[bas_729] -readyanim=seq_3387,seq_3387 - -// 730 -[bas_730] -readyanim=seq_3401,seq_3401 - -// 731 -[bas_731] -readyanim=seq_3388,seq_3388 - -// 732 -[bas_732] -readyanim=seq_3391,seq_3391 - -// 733 -[bas_733] -readyanim=seq_3498,seq_3499 - -// 734 -[bas_734] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_3846,seq_819 - -// 735 -[bas_735] -readyanim=seq_3504,seq_3506 - -// 736 -[bas_736] -walkanim_b=seq_3357 -walkanim_l=seq_3357 -walkanim_r=seq_3357 -readyanim=seq_3357,seq_3357 - -// 737 -[bas_737] -readyanim=seq_3362,seq_3362 - -// 738 -[bas_738] -readyanim=seq_3365,seq_3365 - -// 739 -[bas_739] -readyanim_l=seq_3485 -readyanim_r=seq_3485 -walkanim_b=seq_3485 -walkanim_l=seq_3485 -walkanim_r=seq_3485 -readyanim=seq_3485,seq_3485 - -// 740 -[bas_740] -readyanim_l=seq_3494 -readyanim_r=seq_3494 -walkanim_b=seq_3494 -walkanim_l=seq_3494 -walkanim_r=seq_3494 -readyanim=seq_3494,seq_3494 - -// 741 -[bas_741] -readyanim_l=seq_3490 -readyanim_r=seq_3490 -walkanim_b=seq_3491 -walkanim_l=seq_3491 -walkanim_r=seq_3491 -readyanim=seq_3490,seq_3491 - -// 742 -[bas_742] -readyanim_l=seq_3483 -readyanim_r=seq_3483 -walkanim_b=seq_3483 -walkanim_l=seq_3483 -walkanim_r=seq_3483 -readyanim=seq_3483,seq_3483 - -// 743 -[bas_743] -readyanim_l=seq_1380 -readyanim_r=seq_1380 -walkanim_b=seq_1380 -walkanim_l=seq_1380 -walkanim_r=seq_1380 -runanim=seq_1381 -readyanim=seq_1386,seq_1380 - -// 744 -[bas_744] -readyanim=seq_3523,null - -// 745 -[bas_745] -readyanim=seq_3525,null - -// 746 -[bas_746] -readyanim=seq_3524,null - -// 747 -[bas_747] -readyanim=seq_3374,seq_3374 - -// 748 -[bas_748] -readyanim=seq_3442,seq_3441 - -// 749 -[bas_749] -readyanim=seq_3431,seq_3432 - -// 750 -[bas_750] -readyanim=seq_3436,seq_3437 - -// 751 -[bas_751] -readyanim=seq_3444,seq_3443 - -// 752 -[bas_752] -readyanim=seq_3379,seq_3379 - -// 753 -[bas_753] -readyanim=seq_9650,seq_9650 - -// 754 -[bas_754] -readyanim=seq_3395,seq_3395 - -// 755 -[bas_755] -readyanim=seq_9872,seq_9872 - -// 756 -[bas_756] -readyanim=seq_9873,seq_9873 - -// 757 -[bas_757] -readyanim=seq_9874,seq_9874 - -// 758 -[bas_758] -readyanim=seq_9875,seq_9875 - -// 759 -[bas_759] -readyanim=seq_9876,seq_9876 - -// 760 -[bas_760] -readyanim=seq_3390,seq_3390 - -// 761 -[bas_761] -readyanim=seq_3383,seq_3383 - -// 762 -[bas_762] -readyanim_l=seq_1386 -readyanim_r=seq_1386 -walkanim_b=seq_1381 -readyanim=seq_1386,seq_1380 - -// 763 -[bas_763] -readyanim=seq_3473,seq_3474 - -// 764 -[bas_764] -readyanim=seq_3460,seq_3460 - -// 765 -[bas_765] -readyanim=seq_3462,seq_3462 - -// 766 -[bas_766] -readyanim=seq_3472,seq_3472 - -// 767 -[bas_767] -readyanim=seq_3469,seq_3469 - -// 768 -[bas_768] -readyanim=seq_6807,seq_6807 - -// 769 -[bas_769] -readyanim=seq_3371,seq_3371 - -// 770 -[bas_770] -readyanim=seq_3346,null - -// 771 -[bas_771] -readyanim_l=seq_828 -readyanim_r=seq_828 -walkanim_b=seq_828 -walkanim_l=seq_828 -walkanim_r=seq_828 -readyanim=seq_828,seq_828 - -// 772 -[bas_772] -readyanim_l=seq_1993 -readyanim_r=seq_1993 -walkanim_b=seq_1993 -walkanim_l=seq_1993 -walkanim_r=seq_1993 -readyanim=seq_1993,seq_1993 - -// 773 -[bas_773] -readyanim=seq_2012,seq_2011 - -// 774 -[bas_774] -readyanim=seq_5551,seq_5553 - -// 775 -[bas_775] -walkanim_b=seq_6532 -walkanim_l=seq_6531 -walkanim_r=seq_6531 -readyanim=seq_808,seq_6531 - -// 776 -[bas_776] -readyanim=seq_6511,seq_6510 - -// 777 -[bas_777] -readyanim=seq_6504,seq_6505 - -// 778 -[bas_778] -readyanim=seq_6533,null - -// 779 -[bas_779] -readyanim=seq_6534,null - -// 780 -[bas_780] -readyanim=seq_6535,null - -// 781 -[bas_781] -readyanim=seq_6507,null - -// 782 -[bas_782] -readyanim=seq_6006,seq_6005 - -// 783 -[bas_783] -readyanim=seq_6004,seq_6005 - -// 784 -[bas_784] -readyanim=seq_125,seq_119 - -// 785 -[bas_785] -readyanim=seq_5563,seq_5563 - -// 786 -[bas_786] -readyanim=seq_1952,null - -// 787 -[bas_787] -readyanim=seq_1953,null - -// 788 -[bas_788] -readyanim=seq_1955,null - -// 789 -[bas_789] -readyanim=seq_1954,null - -// 790 -[bas_790] -readyanim=seq_1476,seq_283 - -// 791 -[bas_791] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_1318,seq_819 - -// 792 -[bas_792] -readyanim_l=seq_6661 -readyanim_r=seq_6661 -walkanim_b=seq_6659 -walkanim_l=seq_6662 -walkanim_r=seq_6663 -runanim=seq_6660 -readyanim=seq_6657,seq_6658 - -// 793 -[bas_793] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_623,seq_819 - -// 794 -[bas_794] -readyanim=seq_11036,seq_11037 - -// 795 -[bas_795] -readyanim=seq_11027,null - -// 796 -[bas_796] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_346,seq_819 - -// 797 -[bas_797] -readyanim=seq_800,seq_800 - -// 798 -[bas_798] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_2712,seq_819 - -// 799 -[bas_799] -readyanim=seq_2713,null - -// 800 -[bas_800] -readyanim=seq_5810,seq_5809 - -// 801 -[bas_801] -readyanim=seq_7254,seq_6560 - -// 802 -[bas_802] -readyanim=seq_7258,seq_7259 - -// 803 -[bas_803] -readyanim=seq_7236,seq_7235 - -// 804 -[bas_804] -readyanim=seq_7245,null - -// 805 -[bas_805] -readyanim=seq_7241,seq_7241 - -// 806 -[bas_806] -readyanim=seq_3208,seq_3207 - -// 807 -[bas_807] -readyanim=seq_7718,seq_7719 - -// 808 -[bas_808] -readyanim=seq_3211,seq_3210 - -// 809 -[bas_809] -readyanim=seq_3212,seq_3210 - -// 810 -[bas_810] -readyanim=seq_268,seq_298 - -// 811 -[bas_811] -readyanim=seq_9479,seq_9480 - -// 812 -[bas_812] -readyanim=seq_5551,seq_5557 - -// 813 -[bas_813] -readyanim=seq_2995,null - -// 814 -[bas_814] -readyanim=seq_2993,seq_2994 - -// 815 -[bas_815] -readyanim=seq_925,seq_1140 - -// 816 -[bas_816] -readyanim=seq_1159,seq_283 - -// 817 -[bas_817] -readyanim=seq_6106,null - -// 818 -[bas_818] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_4208,seq_819 - -// 819 -[bas_819] -readyanim_l=seq_6040 -readyanim_r=seq_6040 -walkanim_b=seq_6041 -walkanim_l=seq_6041 -walkanim_r=seq_6041 -readyanim=seq_6040,seq_6041 - -// 820 -[bas_820] -readyanim=seq_6040,null - -// 821 -[bas_821] -readyanim=seq_4210,null - -// 822 -[bas_822] -readyanim_l=seq_4194 -readyanim_r=seq_4194 -walkanim_b=seq_4194 -walkanim_l=seq_4194 -walkanim_r=seq_4194 -runanim=seq_4194 -readyanim=seq_4193,seq_4194 - -// 823 -[bas_823] -readyanim=seq_4193,seq_4194 - -// 824 -[bas_824] -readyanim=seq_4208,null - -// 825 -[bas_825] -readyanim_l=seq_5994 -readyanim_r=seq_5994 -walkanim_b=seq_5995 -walkanim_l=seq_5995 -walkanim_r=seq_5995 -readyanim=seq_5994,seq_5995 - -// 826 -[bas_826] -readyanim=seq_5994,seq_5995 - -// 827 -[bas_827] -readyanim=seq_2253,null - -// 828 -[bas_828] -readyanim=seq_2255,null - -// 829 -[bas_829] -readyanim=seq_4838,null - -// 830 -[bas_830] -readyanim=seq_1321,null - -// 831 -[bas_831] -readyanim=seq_5335,null - -// 832 -[bas_832] -readyanim=seq_3569,seq_3568 - -// 833 -[bas_833] -readyanim=seq_2730,seq_2729 - -// 834 -[bas_834] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_1728,seq_819 - -// 835 -[bas_835] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_830,seq_819 - -// 836 -[bas_836] -readyanim=seq_2740,seq_2737 - -// 837 -[bas_837] -readyanim=seq_1623,seq_1622 - -// 838 -[bas_838] -readyanim=seq_1625,seq_1624 - -// 839 -[bas_839] -readyanim=seq_1614,seq_1615 - -// 840 -[bas_840] -readyanim=seq_1609,seq_1610 - -// 841 -[bas_841] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_3185,seq_819 - -// 842 -[bas_842] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_3186,seq_819 - -// 843 -[bas_843] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_364,seq_819 - -// 844 -[bas_844] -readyanim=seq_5455,seq_5454 - -// 845 -[bas_845] -readyanim_l=seq_767 -readyanim_r=seq_767 -walkanim_b=seq_767 -walkanim_l=seq_767 -walkanim_r=seq_767 -runanim=seq_767 -readyanim=seq_767,seq_767 - -// 846 -[bas_846] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_773,seq_772 - -// 847 -[bas_847] -readyanim_l=seq_528 -readyanim_r=seq_528 -walkanim_b=seq_528 -walkanim_l=seq_528 -walkanim_r=seq_528 -readyanim=seq_528,seq_528 - -// 848 -[bas_848] -readyanim=seq_8705,seq_2769 - -// 849 -[bas_849] -readyanim=seq_8707,seq_2769 - -// 850 -[bas_850] -readyanim=seq_8707,null - -// 851 -[bas_851] -readyanim=seq_8706,null - -// 852 -[bas_852] -readyanim=seq_10027,null - -// 853 -[bas_853] -readyanim=seq_10028,null - -// 854 -[bas_854] -readyanim=seq_10029,null - -// 855 -[bas_855] -readyanim=seq_10030,null - -// 856 -[bas_856] -readyanim=seq_10031,null - -// 857 -[bas_857] -readyanim=seq_10064,null - -// 858 -[bas_858] -readyanim=seq_8077,seq_9153 - -// 859 -[bas_859] -readyanim=seq_9145,seq_8076 - -// 860 -[bas_860] -readyanim=seq_9145,seq_9153 - -// 861 -[bas_861] -readyanim=seq_9138,null - -// 862 -[bas_862] -readyanim=seq_332,null - -// 863 -[bas_863] -readyanim=seq_3563,null - -// 864 -[bas_864] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_8501,seq_819 - -// 865 -[bas_865] -readyanim=seq_4303,seq_4304 - -// 866 -[bas_866] -readyanim=seq_4315,null - -// 867 -[bas_867] -readyanim=seq_4314,null - -// 868 -[bas_868] -readyanim_l=seq_736 -readyanim_r=seq_736 -walkanim_b=seq_736 -walkanim_l=seq_736 -walkanim_r=seq_736 -readyanim=seq_736,seq_736 - -// 869 -[bas_869] -readyanim_l=seq_767 -readyanim_r=seq_767 -walkanim_b=seq_767 -walkanim_l=seq_767 -walkanim_r=seq_767 -readyanim=seq_767,seq_767 - -// 870 -[bas_870] -readyanim_l=seq_796 -readyanim_r=seq_796 -walkanim_b=seq_796 -walkanim_l=seq_796 -walkanim_r=seq_796 -runanim=seq_796 -readyanim=seq_796,seq_796 - -// 871 -[bas_871] -walkanim_b=seq_4427 -walkanim_l=seq_4428 -walkanim_r=seq_4429 -readyanim=seq_4424,seq_4426 - -// 872 -[bas_872] -readyanim=seq_4424,seq_4424 - -// 873 -[bas_873] -readyanim=seq_4391,seq_4390 - -// 874 -[bas_874] -readyanim=seq_4372,seq_4372 - -// 875 -[bas_875] -readyanim=seq_4374,seq_4374 - -// 876 -[bas_876] -readyanim=seq_4386,seq_4383 - -// 877 -[bas_877] -readyanim=seq_808,seq_1306 - -// 878 -[bas_878] -readyanim=seq_1288,seq_1289 - -// 879 -[bas_879] -readyanim=seq_1308,seq_1308 - -// 880 -[bas_880] -readyanim=seq_1290,seq_1289 - -// 881 -[bas_881] -readyanim=seq_1292,seq_1289 - -// 882 -[bas_882] -walkanim_b=seq_9869 -walkanim_l=seq_9869 -walkanim_r=seq_9869 -readyanim=seq_10842,seq_9869 - -// 883 -[bas_883] -walkanim_b=seq_9724 -walkanim_l=seq_9724 -walkanim_r=seq_9724 -readyanim=seq_10869,seq_9724 - -// 884 -[bas_884] -readyanim=seq_10945,seq_8723 - -// 885 -[bas_885] -readyanim=seq_10949,seq_5479 - -// 886 -[bas_886] -walkanim_b=seq_9724 -walkanim_l=seq_9724 -walkanim_r=seq_9724 -readyanim=seq_813,seq_9724 - -// 887 -[bas_887] -readyanim=seq_10763,seq_10762 - -// 888 -[bas_888] -readyanim=seq_10767,seq_10767 - -// 889 -[bas_889] -readyanim=seq_10766,seq_10766 - -// 890 -[bas_890] -walkanim_b=seq_10857 -walkanim_l=seq_10857 -walkanim_r=seq_10857 -readyanim=seq_10853,seq_10857 - -// 891 -[bas_891] -walkanim_b=seq_10858 -walkanim_l=seq_10858 -walkanim_r=seq_10858 -readyanim=seq_10843,seq_10858 - -// 892 -[bas_892] -readyanim=seq_10672,seq_10671 - -// 893 -[bas_893] -readyanim=seq_10668,seq_10667 - -// 894 -[bas_894] -readyanim=seq_10665,seq_10664 - -// 895 -[bas_895] -readyanim=seq_10639,seq_10640 - -// 896 -[bas_896] -readyanim=seq_10633,null - -// 897 -[bas_897] -readyanim=seq_10834,seq_10834 - -// 898 -[bas_898] -readyanim=seq_10970,seq_10971 - -// 899 -[bas_899] -readyanim=seq_10968,seq_10969 - -// 900 -[bas_900] -readyanim=seq_10972,seq_10973 - -// 901 -[bas_901] -readyanim=seq_10974,seq_10974 - -// 902 -[bas_902] -readyanim=seq_10870,seq_10871 - -// 903 -[bas_903] -readyanim=seq_10873,null - -// 904 -[bas_904] -readyanim=seq_10881,seq_10881 - -// 905 -[bas_905] -readyanim=seq_10635,seq_10636 - -// 906 -[bas_906] -readyanim=seq_10632,null - -// 907 -[bas_907] -readyanim=seq_10656,seq_10657 - -// 908 -[bas_908] -readyanim=seq_10868,seq_10867 - -// 909 -[bas_909] -readyanim=seq_10813,seq_10812 - -// 910 -[bas_910] -readyanim=seq_10921,seq_10920 - -// 911 -[bas_911] -readyanim=seq_10865,seq_10866 - -// 912 -[bas_912] -readyanim_l=seq_10729 -readyanim_r=seq_10729 -readyanim=seq_10730,seq_10729 - -// 913 -[bas_913] -readyanim_l=seq_2048 -readyanim_r=seq_2048 -walkanim_b=seq_2048 -walkanim_l=seq_2048 -walkanim_r=seq_2048 -readyanim=seq_2048,seq_2048 - -// 914 -[bas_914] -readyanim=seq_1344,seq_1344 - -// 915 -[bas_915] -readyanim=seq_1345,seq_1345 - -// 916 -[bas_916] -readyanim=seq_1346,seq_1346 - -// 917 -[bas_917] -readyanim=seq_1756,seq_1757 - -// 918 -[bas_918] -readyanim=seq_5656,seq_5655 - -// 919 -[bas_919] -readyanim=seq_5586,seq_5585 - -// 920 -[bas_920] -readyanim=seq_2803,seq_2802 - -// 921 -[bas_921] -readyanim=seq_5584,seq_5583 - -// 922 -[bas_922] -readyanim=seq_4986,seq_283 - -// 923 -[bas_923] -readyanim=seq_479,null - -// 924 -[bas_924] -readyanim=seq_5021,seq_5022 - -// 925 -[bas_925] -readyanim=seq_5029,seq_5030 - -// 926 -[bas_926] -readyanim=seq_5002,null - -// 927 -[bas_927] -readyanim=seq_4986,null - -// 928 -[bas_928] -readyanim=seq_1838,seq_1839 - -// 929 -[bas_929] -readyanim=seq_6252,seq_6262 - -// 930 -[bas_930] -walkanim_b=seq_772 -walkanim_l=seq_772 -walkanim_r=seq_772 -readyanim=seq_773,seq_772 - -// 931 -[bas_931] -readyanim=seq_5146,seq_5150 - -// 932 -[bas_932] -readyanim=seq_5147,seq_5151 - -// 933 -[bas_933] -readyanim=seq_5148,seq_5152 - -// 934 -[bas_934] -readyanim=seq_5149,seq_5153 - -// 935 -[bas_935] -readyanim=seq_2893,null - -// 936 -[bas_936] -readyanim=seq_1753,null - -// 937 -[bas_937] -readyanim=seq_1754,seq_1754 - -// 938 -[bas_938] -readyanim_l=seq_6180 -readyanim_r=seq_6180 -walkanim_b=seq_6180 -walkanim_l=seq_6180 -walkanim_r=seq_6180 -runanim=seq_7332 -readyanim=seq_6181,seq_6180 - -// 939 -[bas_939] -readyanim=seq_7315,seq_6180 - -// 940 -[bas_940] -readyanim=seq_7329,seq_6041 - -// 941 -[bas_941] -readyanim=seq_7325,seq_7325 - -// 942 -[bas_942] -readyanim=seq_7333,seq_7333 - -// 943 -[bas_943] -readyanim=seq_7343,seq_7342 - -// 944 -[bas_944] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_440,seq_819 - -// 945 -[bas_945] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_1365,seq_819 - -// 946 -[bas_946] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_7261,seq_819 - -// 947 -[bas_947] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_10574,seq_819 - -// 948 -[bas_948] -readyanim=seq_7163,null - -// 949 -[bas_949] -readyanim=seq_7164,null - -// 950 -[bas_950] -readyanim=seq_9217,seq_9216 - -// 951 -[bas_951] -readyanim=seq_9198,null - -// 952 -[bas_952] -readyanim=seq_9169,seq_9157 - -// 953 -[bas_953] -readyanim=seq_2151,seq_98 - -// 954 -[bas_954] -readyanim=seq_2153,seq_2156 - -// 955 -[bas_955] -readyanim=seq_2152,seq_98 - -// 956 -[bas_956] -readyanim=seq_4619,seq_63 - -// 957 -[bas_957] -readyanim=seq_808,seq_4626 - -// 958 -[bas_958] -readyanim=seq_6841,null - -// 959 -[bas_959] -readyanim=seq_6828,seq_6187 - -// 960 -[bas_960] -readyanim=seq_6831,null - -// 961 -[bas_961] -readyanim=seq_6834,null - -// 962 -[bas_962] -readyanim=seq_6835,null - -// 963 -[bas_963] -readyanim=seq_6829,null - -// 964 -[bas_964] -readyanim=seq_6836,null - -// 965 -[bas_965] -readyanim=seq_6833,null - -// 966 -[bas_966] -hillrotate=16,32 -readyanim=seq_1900,seq_274 - -// 967 -[bas_967] -readyanim=seq_1879,null - -// 968 -[bas_968] -readyanim=seq_1322,null - -// 969 -[bas_969] -readyanim=seq_2341,seq_2335 - -// 970 -[bas_970] -readyanim=seq_2336,seq_2335 - -// 971 -[bas_971] -readyanim=seq_2337,seq_104 - -// 972 -[bas_972] -readyanim=seq_2337,seq_98 - -// 973 -[bas_973] -readyanim_l=seq_2339 -readyanim_r=seq_2339 -walkanim_b=seq_2339 -readyanim=seq_2339,seq_2339 - -// 974 -[bas_974] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_8831 -readyanim=seq_8829,seq_8832 - -// 975 -[bas_975] -readyanim=seq_7158,null - -// 976 -[bas_976] -walkanim_b=seq_820 -walkanim_l=seq_808 -walkanim_r=seq_808 -readyanim=seq_808,seq_819 - -// 977 -[bas_977] -readyanim=seq_8807,seq_8808 - -// 978 -[bas_978] -readyanim=seq_8807,null - -// 979 -[bas_979] -readyanim=seq_8811,seq_8811 - -// 980 -[bas_980] -readyanim=seq_8816,null - -// 981 -[bas_981] -readyanim=seq_8852,null - -// 982 -[bas_982] -readyanim=seq_8863,seq_8862 - -// 983 -[bas_983] -readyanim=seq_8877,seq_8862 - -// 984 -[bas_984] -readyanim=seq_8878,seq_8875 - -// 985 -[bas_985] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_5867 -walkanim_l=seq_5867 -walkanim_r=seq_5867 -runanim=seq_5868 -readyanim=seq_5869,seq_5867 - -// 986 -[bas_986] -readyanim=seq_5875,seq_5876 - -// 987 -[bas_987] -readyanim=seq_5893,seq_5892 - -// 988 -[bas_988] -readyanim=seq_5877,seq_5876 - -// 989 -[bas_989] -readyanim=seq_5859,seq_5858 - -// 990 -[bas_990] -readyanim=seq_5873,seq_5872 - -// 991 -[bas_991] -readyanim=seq_5873,null - -// 992 -[bas_992] -readyanim=seq_5641,seq_5642 - -// 993 -[bas_993] -readyanim=seq_5883,seq_5882 - -// 994 -[bas_994] -readyanim=seq_5888,seq_5887 - -// 995 -[bas_995] -readyanim=seq_5879,seq_5878 - -// 996 -[bas_996] -readyanim=seq_2911,seq_2912 - -// 997 -[bas_997] -readyanim=seq_2908,seq_2907 - -// 998 -[bas_998] -readyanim=seq_792,null - -// 999 -[bas_999] -walkanim_b=seq_1144 -walkanim_l=seq_1144 -walkanim_r=seq_1144 -readyanim=seq_1144,seq_1144 - -// 1000 -[bas_1000] -readyanim=seq_1445,seq_181 - -// 1001 -[bas_1001] -readyanim=seq_5543,seq_5543 - -// 1002 -[bas_1002] -readyanim_l=seq_777 -readyanim_r=seq_777 -walkanim_b=seq_777 -walkanim_l=seq_777 -walkanim_r=seq_777 -readyanim=seq_777,seq_776 - -// 1003 -[bas_1003] -readyanim=seq_1450,seq_1451 - -// 1004 -[bas_1004] -readyanim=seq_1442,seq_5479 - -// 1005 -[bas_1005] -readyanim_l=seq_3280 -readyanim_r=seq_3280 -walkanim_b=seq_3280 -walkanim_l=seq_3280 -walkanim_r=seq_3280 -readyanim=seq_3280,seq_3280 - -// 1006 -[bas_1006] -readyanim=seq_4711,seq_4699 - -// 1007 -[bas_1007] -readyanim=seq_4755,seq_4756 - -// 1008 -[bas_1008] -readyanim=seq_4756,seq_4756 - -// 1009 -[bas_1009] -readyanim=seq_4712,null - -// 1010 -[bas_1010] -readyanim=seq_4768,null - -// 1011 -[bas_1011] -readyanim=seq_4690,seq_4684 - -// 1012 -[bas_1012] -readyanim=seq_4696,null - -// 1013 -[bas_1013] -readyanim=seq_4703,seq_4700 - -// 1014 -[bas_1014] -readyanim=seq_4702,seq_4699 - -// 1015 -[bas_1015] -readyanim=seq_4702,seq_4700 - -// 1016 -[bas_1016] -readyanim=seq_4703,seq_4699 - -// 1017 -[bas_1017] -readyanim=seq_4706,null - -// 1018 -[bas_1018] -readyanim=seq_4707,null - -// 1019 -[bas_1019] -readyanim=seq_9118,null - -// 1020 -[bas_1020] -readyanim=seq_6545,seq_6544 - -// 1021 -[bas_1021] -readyanim_l=seq_4772 -readyanim_r=seq_4772 -walkanim_b=seq_4772 -walkanim_l=seq_4772 -walkanim_r=seq_4772 -readyanim=seq_4772,seq_4772 - -// 1022 -[bas_1022] -readyanim=seq_10103,seq_10102 - -// 1023 -[bas_1023] -readyanim=seq_10104,seq_10106 - -// 1024 -[bas_1024] -readyanim=seq_10090,null - -// 1025 -[bas_1025] -readyanim=seq_10107,seq_10108 - -// 1026 -[bas_1026] -readyanim_l=seq_757 -readyanim_r=seq_757 -walkanim_b=seq_756 -walkanim_l=seq_756 -walkanim_r=seq_756 -readyanim=seq_757,seq_756 - -// 1027 -[bas_1027] -readyanim_l=seq_766 -readyanim_r=seq_766 -walkanim_b=seq_766 -walkanim_l=seq_766 -walkanim_r=seq_766 -readyanim=seq_766,seq_766 - -// 1028 -[bas_1028] -readyanim_l=seq_764 -readyanim_r=seq_764 -walkanim_b=seq_764 -walkanim_l=seq_764 -walkanim_r=seq_764 -readyanim=seq_764,seq_764 - -// 1029 -[bas_1029] -readyanim=seq_5505,seq_5506 - -// 1030 -[bas_1030] -readyanim=seq_5572,seq_5582 - -// 1031 -[bas_1031] -readyanim=seq_3281,null - -// 1032 -[bas_1032] -readyanim=seq_3282,null - -// 1033 -[bas_1033] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_3036,seq_819 - -// 1034 -[bas_1034] -readyanim=seq_808,seq_6919 - -// 1035 -[bas_1035] -readyanim=seq_6918,null - -// 1036 -[bas_1036] -readyanim=seq_11085,null - -// 1037 -[bas_1037] -readyanim=seq_11114,seq_11115 - -// 1038 -[bas_1038] -readyanim=seq_11130,seq_11115 - -// 1039 -[bas_1039] -readyanim=seq_11118,seq_11119 - -// 1040 -[bas_1040] -readyanim=seq_11131,seq_11119 - -// 1041 -[bas_1041] -readyanim=seq_11072,seq_11073 - -// 1042 -[bas_1042] -readyanim=seq_11074,seq_11075 - -// 1043 -[bas_1043] -readyanim=seq_357,seq_2104 - -// 1044 -[bas_1044] -readyanim=seq_2099,seq_2104 - -// 1045 -[bas_1045] -readyanim=seq_2099,seq_358 - -// 1046 -[bas_1046] -readyanim=seq_2100,seq_2100 - -// 1047 -[bas_1047] -readyanim=seq_2088,null - -// 1048 -[bas_1048] -readyanim=seq_2089,null - -// 1049 -[bas_1049] -readyanim=seq_5565,seq_5566 - -// 1050 -[bas_1050] -readyanim=seq_3845,null - -// 1051 -[bas_1051] -readyanim=seq_1020,seq_1020 - -// 1052 -[bas_1052] -readyanim=seq_6764,seq_6765 - -// 1053 -[bas_1053] -readyanim=seq_6768,seq_6768 - -// 1054 -[bas_1054] -readyanim=null,seq_2571 - -// 1055 -[bas_1055] -readyanim=seq_9196,seq_9197 - -// 1056 -[bas_1056] -readyanim=seq_9165,seq_9165 - -// 1057 -[bas_1057] -readyanim=seq_90,seq_4635 - -// 1058 -[bas_1058] -readyanim=seq_2691,seq_189 - -// 1059 -[bas_1059] -readyanim=seq_2668,seq_2667 - -// 1060 -[bas_1060] -readyanim=seq_2666,seq_2666 - -// 1061 -[bas_1061] -readyanim=seq_9194,null - -// 1062 -[bas_1062] -readyanim=seq_5044,null - -// 1063 -[bas_1063] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_1953,seq_819 - -// 1064 -[bas_1064] -readyanim_l=seq_766 -readyanim_r=seq_766 -walkanim_b=seq_766 -walkanim_l=seq_766 -walkanim_r=seq_766 -runanim=seq_766 -readyanim=seq_766,seq_766 - -// 1065 -[bas_1065] -readyanim=seq_4021,seq_98 - -// 1066 -[bas_1066] -readyanim=null,seq_98 - -// 1067 -[bas_1067] -readyanim=seq_4037,seq_4037 - -// 1068 -[bas_1068] -readyanim=seq_5770,seq_5770 - -// 1069 -[bas_1069] -readyanim=seq_5773,seq_5773 - -// 1070 -[bas_1070] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_627,seq_819 - -// 1071 -[bas_1071] -readyanim=seq_10558,seq_10557 - -// 1072 -[bas_1072] -readyanim_l=seq_10534 -readyanim_r=seq_10534 -walkanim_b=seq_10534 -walkanim_l=seq_10534 -walkanim_r=seq_10534 -runanim=seq_1210 -readyanim=seq_813,seq_10534 - -// 1073 -[bas_1073] -readyanim=seq_10570,seq_10571 - -// 1074 -[bas_1074] -readyanim=seq_10567,seq_10566 - -// 1075 -[bas_1075] -readyanim=seq_10565,seq_10564 - -// 1076 -[bas_1076] -readyanim=seq_10569,seq_10568 - -// 1077 -[bas_1077] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_10000,seq_819 - -// 1078 -[bas_1078] -readyanim=seq_3073,seq_3078 - -// 1079 -[bas_1079] -readyanim=seq_3073,null - -// 1080 -[bas_1080] -walkanim_b=seq_10436 -walkanim_l=seq_10436 -walkanim_r=seq_10436 -readyanim=seq_10434,seq_10436 - -// 1081 -[bas_1081] -readyanim=seq_6932,seq_5570 - -// 1082 -[bas_1082] -readyanim=seq_10415,seq_5570 - -// 1083 -[bas_1083] -readyanim=seq_10426,seq_10426 - -// 1084 -[bas_1084] -readyanim=seq_10427,seq_10427 - -// 1085 -[bas_1085] -readyanim=seq_10465,seq_10464 - -// 1086 -[bas_1086] -readyanim=seq_10428,seq_10429 - -// 1087 -[bas_1087] -readyanim=seq_10432,seq_10433 - -// 1088 -[bas_1088] -readyanim=seq_808,seq_4824 - -// 1089 -[bas_1089] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_2253,seq_819 - -// 1090 -[bas_1090] -readyanim=seq_4819,seq_4820 - -// 1091 -[bas_1091] -readyanim=seq_4828,seq_4821 - -// 1092 -[bas_1092] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_2728,seq_819 - -// 1093 -[bas_1093] -walkanim_b=seq_2724 -walkanim_l=seq_2724 -walkanim_r=seq_2724 -readyanim=seq_2724,seq_2724 - -// 1094 -[bas_1094] -walkanim_b=seq_2727 -walkanim_l=seq_2727 -walkanim_r=seq_2727 -readyanim=seq_2727,seq_2727 - -// 1095 -[bas_1095] -walkanim_b=seq_2726 -walkanim_l=seq_2726 -walkanim_r=seq_2726 -readyanim=seq_2726,seq_2726 - -// 1096 -[bas_1096] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_10575 -readyanim=seq_808,seq_819 - -// 1097 -[bas_1097] -readyanim=seq_10254,seq_9869 - -// 1098 -[bas_1098] -readyanim=seq_10254,seq_4858 - -// 1099 -[bas_1099] -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -readyanim=seq_10254,seq_1205 - -// 1100 -[bas_1100] -readyanim=seq_10240,seq_6180 - -// 1101 -[bas_1101] -readyanim=seq_10241,seq_9157 - -// 1102 -[bas_1102] -readyanim=seq_10243,seq_1139 - -// 1103 -[bas_1103] -readyanim=seq_10242,seq_4923 - -// 1104 -[bas_1104] -readyanim_l=seq_737 -readyanim_r=seq_737 -walkanim_b=seq_737 -walkanim_l=seq_737 -walkanim_r=seq_737 -readyanim=seq_737,seq_737 - -// 1105 -[bas_1105] -readyanim=seq_7158,seq_4789 - -// 1106 -[bas_1106] -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -readyanim=seq_4788,seq_1205 - -// 1107 -[bas_1107] -readyanim=seq_7158,seq_7166 - -// 1108 -[bas_1108] -readyanim=seq_7166,seq_7166 - -// 1109 -[bas_1109] -readyanim=null,seq_4787 - -// 1110 -[bas_1110] -readyanim=null,seq_4790 - -// 1111 -[bas_1111] -readyanim=seq_4825,seq_4779 - -// 1112 -[bas_1112] -readyanim=seq_3952,null - -// 1113 -[bas_1113] -readyanim=seq_6140,seq_6141 - -// 1114 -[bas_1114] -readyanim=seq_8528,seq_8529 - -// 1115 -[bas_1115] -readyanim=seq_8497,seq_8496 - -// 1116 -[bas_1116] -readyanim=seq_8504,seq_8505 - -// 1117 -[bas_1117] -readyanim=seq_1474,seq_283 - -// 1118 -[bas_1118] -readyanim=seq_1480,seq_283 - -// 1119 -[bas_1119] -readyanim_l=seq_1468 -readyanim_r=seq_1468 -walkanim_b=seq_1468 -walkanim_l=seq_1468 -walkanim_r=seq_1468 -runanim=seq_1468 -readyanim=seq_1461,seq_1468 - -// 1120 -[bas_1120] -readyanim_l=seq_1462 -readyanim_r=seq_1462 -walkanim_b=seq_1462 -walkanim_l=seq_1462 -walkanim_r=seq_1462 -runanim=seq_1462 -readyanim=seq_1461,seq_1462 - -// 1121 -[bas_1121] -readyanim_l=seq_1464 -readyanim_r=seq_1464 -walkanim_b=seq_1464 -walkanim_l=seq_1464 -walkanim_r=seq_1464 -runanim=seq_1464 -readyanim=seq_1464,seq_1464 - -// 1122 -[bas_1122] -readyanim_l=seq_1463 -readyanim_r=seq_1463 -walkanim_b=seq_1463 -walkanim_l=seq_1463 -walkanim_r=seq_1463 -runanim=seq_1463 -readyanim=seq_1463,seq_1463 - -// 1123 -[bas_1123] -readyanim_l=seq_1467 -readyanim_r=seq_1467 -walkanim_b=seq_1467 -walkanim_l=seq_1467 -walkanim_r=seq_1467 -runanim=seq_1467 -readyanim=seq_1467,seq_1467 - -// 1124 -[bas_1124] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_7629,seq_819 - -// 1125 -[bas_1125] -readyanim=seq_7629,seq_819 - -// 1126 -[bas_1126] -readyanim=seq_7654,seq_7653 - -// 1127 -[bas_1127] -readyanim=seq_7579,null - -// 1128 -[bas_1128] -readyanim=seq_7578,null - -// 1129 -[bas_1129] -readyanim=seq_7593,seq_7592 - -// 1130 -[bas_1130] -hillrotate=48,68 -readyanim=seq_6263,seq_6264 - -// 1131 -[bas_1131] -readyanim=seq_9536,seq_9537 - -// 1132 -[bas_1132] -readyanim=seq_9539,seq_9538 - -// 1133 -[bas_1133] -readyanim=seq_9541,seq_9540 - -// 1134 -[bas_1134] -readyanim_l=seq_7191 -readyanim_r=seq_7191 -walkanim_b=seq_7191 -walkanim_l=seq_7191 -walkanim_r=seq_7191 -readyanim=seq_7188,seq_7191 - -// 1135 -[bas_1135] -walkanim_b=seq_9552 -walkanim_l=seq_9554 -walkanim_r=seq_9555 -readyanim=seq_9553,seq_9551 - -// 1136 -[bas_1136] -readyanim_l=seq_9570 -readyanim_r=seq_9570 -walkanim_b=seq_9570 -walkanim_l=seq_9570 -walkanim_r=seq_9570 -readyanim=seq_9571,seq_9570 - -// 1137 -[bas_1137] -readyanim=seq_9571,seq_9570 - -// 1138 -[bas_1138] -readyanim=seq_9546,null - -// 1139 -[bas_1139] -readyanim_l=seq_8695 -readyanim_r=seq_8695 -walkanim_b=seq_8699 -walkanim_l=seq_8699 -walkanim_r=seq_8699 -readyanim=seq_8695,seq_8699 - -// 1140 -[bas_1140] -readyanim=seq_8667,seq_8667 - -// 1141 -[bas_1141] -readyanim=seq_8655,null - -// 1142 -[bas_1142] -readyanim=seq_8627,seq_8573 - -// 1143 -[bas_1143] -readyanim=seq_8627,seq_8626 - -// 1144 -[bas_1144] -readyanim=seq_8620,seq_8573 - -// 1145 -[bas_1145] -readyanim=seq_8628,seq_8573 - -// 1146 -[bas_1146] -readyanim=seq_8642,seq_8573 - -// 1147 -[bas_1147] -readyanim=seq_8635,seq_8643 - -// 1148 -[bas_1148] -readyanim=seq_8642,seq_8643 - -// 1149 -[bas_1149] -readyanim=seq_8619,null - -// 1150 -[bas_1150] -readyanim=seq_8574,null - -// 1151 -[bas_1151] -readyanim=seq_8650,null - -// 1152 -[bas_1152] -readyanim=seq_8632,seq_8633 - -// 1153 -[bas_1153] -readyanim=seq_8630,seq_8631 - -// 1154 -[bas_1154] -readyanim=seq_8634,seq_8573 - -// 1155 -[bas_1155] -readyanim=seq_8671,seq_8672 - -// 1156 -[bas_1156] -readyanim=seq_8671,seq_8670 - -// 1157 -[bas_1157] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_8684 -walkanim_l=seq_8684 -walkanim_r=seq_8684 -runanim=seq_8685 -readyanim=seq_8683,seq_8684 - -// 1158 -[bas_1158] -readyanim=seq_3950,seq_3997 - -// 1159 -[bas_1159] -readyanim=null,seq_3220 - -// 1160 -[bas_1160] -readyanim_l=seq_916 -readyanim_r=seq_916 -walkanim_b=seq_916 -walkanim_l=seq_916 -walkanim_r=seq_916 -runanim=seq_916 -readyanim=seq_916,seq_916 - -// 1161 -[bas_1161] -readyanim=seq_6205,seq_98 - -// 1162 -[bas_1162] -readyanim=seq_6206,seq_98 - -// 1163 -[bas_1163] -readyanim=seq_6207,seq_98 - -// 1164 -[bas_1164] -readyanim=seq_6208,seq_98 - -// 1165 -[bas_1165] -readyanim=seq_6040,seq_6215 - -// 1166 -[bas_1166] -readyanim=seq_6151,seq_6150 - -// 1167 -[bas_1167] -readyanim=seq_6181,seq_6193 - -// 1168 -[bas_1168] -readyanim=seq_6149,null - -// 1169 -[bas_1169] -readyanim=seq_5370,seq_5372 - -// 1170 -[bas_1170] -readyanim=seq_5371,seq_5373 - -// 1171 -[bas_1171] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_5438 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_5363,seq_5364 - -// 1172 -[bas_1172] -readyanim=null,seq_5531 - -// 1173 -[bas_1173] -readyanim=seq_2882,seq_2882 - -// 1174 -[bas_1174] -readyanim=seq_4866,seq_4867 - -// 1175 -[bas_1175] -readyanim=seq_4864,seq_4864 - -// 1176 -[bas_1176] -readyanim=seq_1039,seq_1039 - -// 1177 -[bas_1177] -readyanim=seq_1027,seq_1028 - -// 1178 -[bas_1178] -readyanim=seq_1045,seq_1047 - -// 1179 -[bas_1179] -readyanim_l=seq_813 -readyanim_r=seq_813 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_813,seq_1146 - -// 1180 -[bas_1180] -readyanim=seq_3978,seq_3977 - -// 1181 -[bas_1181] -readyanim=seq_3970,null - -// 1182 -[bas_1182] -readyanim=seq_3989,null - -// 1183 -[bas_1183] -readyanim=seq_3987,seq_3984 - -// 1184 -[bas_1184] -readyanim=seq_1501,seq_1501 - -// 1185 -[bas_1185] -readyanim=seq_6282,seq_6282 - -// 1186 -[bas_1186] -readyanim=seq_6284,seq_6284 - -// 1187 -[bas_1187] -readyanim=seq_6280,seq_6280 - -// 1188 -[bas_1188] -readyanim=seq_6343,seq_6344 - -// 1189 -[bas_1189] -readyanim=seq_6338,seq_6339 - -// 1190 -[bas_1190] -readyanim=seq_6350,seq_6339 - -// 1191 -[bas_1191] -readyanim=seq_6317,seq_6317 - -// 1192 -[bas_1192] -readyanim=seq_6311,seq_6312 - -// 1193 -[bas_1193] -readyanim=seq_6328,seq_6328 - -// 1194 -[bas_1194] -readyanim_l=seq_1640 -readyanim_r=seq_1640 -walkanim_b=seq_1640 -walkanim_l=seq_1640 -readyanim=seq_1639,seq_1640 - -// 1195 -[bas_1195] -readyanim=seq_1639,seq_1640 - -// 1196 -[bas_1196] -readyanim=seq_1646,seq_1647 - -// 1197 -[bas_1197] -readyanim=seq_1644,seq_1645 - -// 1198 -[bas_1198] -walkanim_b=seq_1423 -walkanim_l=seq_1424 -walkanim_r=seq_1425 -readyanim=seq_1421,seq_1422 - -// 1199 -[bas_1199] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_5752,seq_819 - -// 1200 -[bas_1200] -readyanim=seq_3815,seq_3819 - -// 1201 -[bas_1201] -readyanim=seq_3810,seq_3809 - -// 1202 -[bas_1202] -readyanim=seq_3822,seq_3825 - -// 1203 -[bas_1203] -readyanim=seq_3828,seq_3828 - -// 1204 -[bas_1204] -readyanim_l=seq_5703 -readyanim_r=seq_5703 -walkanim_b=seq_5703 -walkanim_l=seq_5703 -walkanim_r=seq_5667 -readyanim=seq_5668,seq_5703 - -// 1205 -[bas_1205] -readyanim_l=seq_5666 -readyanim_r=seq_5666 -walkanim_b=seq_5666 -walkanim_l=seq_5666 -walkanim_r=seq_5666 -runanim=seq_5667 -runanim=seq_5667 -runanim_l=seq_5667 -runanim_r=seq_5667 -readyanim=seq_5668,seq_5666 - -// 1206 -[bas_1206] -readyanim_l=seq_5666 -readyanim_r=seq_5666 -walkanim_b=seq_5666 -walkanim_l=seq_5666 -readyanim=seq_5668,seq_5666 - -// 1207 -[bas_1207] -readyanim=seq_5674,null - -// 1208 -[bas_1208] -readyanim_l=seq_5706 -readyanim_r=seq_5706 -walkanim_b=seq_5706 -walkanim_l=seq_5706 -walkanim_r=seq_5707 -readyanim=seq_5705,seq_5706 - -// 1209 -[bas_1209] -readyanim_l=seq_5689 -readyanim_r=seq_5689 -walkanim_b=seq_5689 -walkanim_l=seq_5689 -readyanim=seq_5688,seq_5689 - -// 1210 -[bas_1210] -readyanim=seq_5675,null - -// 1211 -[bas_1211] -readyanim=seq_5677,seq_5676 - -// 1212 -[bas_1212] -readyanim=seq_5685,null - -// 1213 -[bas_1213] -readyanim=seq_5668,null - -// 1214 -[bas_1214] -readyanim=seq_5682,null - -// 1215 -[bas_1215] -readyanim=seq_5680,null - -// 1216 -[bas_1216] -readyanim=seq_5722,seq_5721 - -// 1217 -[bas_1217] -readyanim=seq_5310,seq_5309 - -// 1218 -[bas_1218] -readyanim_l=seq_844 -readyanim_r=seq_844 -readyanim=seq_845,seq_844 - -// 1219 -[bas_1219] -readyanim=seq_845,seq_844 - -// 1220 -[bas_1220] -readyanim=seq_5302,seq_5301 - -// 1221 -[bas_1221] -readyanim=seq_6218,seq_6221 - -// 1222 -[bas_1222] -readyanim=seq_6219,seq_6222 - -// 1223 -[bas_1223] -readyanim=seq_7099,seq_7098 - -// 1224 -[bas_1224] -readyanim=seq_7101,seq_7098 - -// 1225 -[bas_1225] -readyanim=seq_7111,seq_7103 - -// 1226 -[bas_1226] -readyanim=seq_7105,seq_7106 - -// 1227 -[bas_1227] -readyanim=seq_7090,seq_7089 - -// 1228 -[bas_1228] -readyanim=seq_9314,seq_9281 - -// 1229 -[bas_1229] -readyanim=seq_9313,seq_9281 - -// 1230 -[bas_1230] -readyanim=seq_9334,seq_9333 - -// 1231 -[bas_1231] -readyanim=seq_9343,seq_9343 - -// 1232 -[bas_1232] -readyanim=seq_9326,seq_9326 - -// 1233 -[bas_1233] -readyanim=seq_9339,seq_9339 - -// 1234 -[bas_1234] -readyanim=seq_9324,seq_9321 - -// 1235 -[bas_1235] -readyanim=seq_9311,null - -// 1236 -[bas_1236] -readyanim=seq_9325,seq_9320 - -// 1237 -[bas_1237] -readyanim=seq_9323,seq_9322 - -// 1238 -[bas_1238] -readyanim=seq_9282,seq_9280 - -// 1239 -[bas_1239] -readyanim=seq_9283,seq_9280 - -// 1240 -[bas_1240] -readyanim=seq_9284,seq_9280 - -// 1241 -[bas_1241] -readyanim=seq_9285,seq_9280 - -// 1242 -[bas_1242] -readyanim=seq_9281,seq_9281 - -// 1243 -[bas_1243] -readyanim=seq_10392,null - -// 1244 -[bas_1244] -readyanim=seq_7384,null - -// 1245 -[bas_1245] -readyanim=seq_3840,null - -// 1246 -[bas_1246] -readyanim=seq_2017,seq_2016 - -// 1247 -[bas_1247] -readyanim=seq_2024,seq_2024 - -// 1248 -[bas_1248] -readyanim=seq_4593,null - -// 1249 -[bas_1249] -readyanim=seq_4594,null - -// 1250 -[bas_1250] -readyanim=seq_6729,seq_6730 - -// 1251 -[bas_1251] -readyanim=seq_302,seq_1417 - -// 1252 -[bas_1252] -readyanim=seq_7366,seq_7366 - -// 1253 -[bas_1253] -readyanim=seq_7369,seq_7369 - -// 1254 -[bas_1254] -readyanim=seq_7367,seq_7367 - -// 1255 -[bas_1255] -readyanim=seq_7370,seq_7370 - -// 1256 -[bas_1256] -readyanim=seq_7365,seq_7365 - -// 1257 -[bas_1257] -readyanim=seq_7364,seq_7364 - -// 1258 -[bas_1258] -readyanim=seq_7368,seq_7368 - -// 1259 -[bas_1259] -walkanim_b=seq_2562 -walkanim_l=seq_2562 -walkanim_r=seq_2562 -readyanim=seq_2939,seq_2562 - -// 1260 -[bas_1260] -readyanim=seq_2943,seq_189 - -// 1261 -[bas_1261] -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -readyanim=seq_2940,seq_1205 - -// 1262 -[bas_1262] -readyanim=seq_2958,seq_162 - -// 1263 -[bas_1263] -readyanim=seq_2942,null - -// 1264 -[bas_1264] -walkanim_b=seq_2948 -walkanim_l=seq_2949 -walkanim_r=seq_2950 -readyanim=seq_2945,seq_2947 - -// 1265 -[bas_1265] -readyanim=seq_6371,seq_6372 - -// 1266 -[bas_1266] -readyanim=seq_5510,seq_5511 - -// 1267 -[bas_1267] -readyanim=seq_9299,seq_9299 - -// 1268 -[bas_1268] -readyanim=seq_6542,null - -// 1269 -[bas_1269] -readyanim=seq_5573,seq_5582 - -// 1270 -[bas_1270] -readyanim=seq_112,seq_112 - -// 1271 -[bas_1271] -readyanim_l=seq_9738 -readyanim_r=seq_9738 -walkanim_b=seq_9738 -walkanim_l=seq_9738 -walkanim_r=seq_9738 -runanim=seq_9739 -readyanim=seq_847,seq_9738 - -// 1272 -[bas_1272] -readyanim_l=seq_1209 -readyanim_r=seq_1209 -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -runanim=seq_1210 -readyanim=seq_8980,seq_9724 - -// 1273 -[bas_1273] -readyanim=seq_8609,seq_8608 - -// 1274 -[bas_1274] -readyanim=seq_8609,null - -// 1275 -[bas_1275] -readyanim=seq_8604,seq_8606 - -// 1276 -[bas_1276] -readyanim=seq_8601,seq_8606 - -// 1277 -[bas_1277] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_5245 -walkanim_l=seq_5245 -walkanim_r=seq_5245 -runanim=seq_824 -readyanim=seq_5246,seq_5245 - -// 1278 -[bas_1278] -readyanim=seq_5182,seq_5181 - -// 1279 -[bas_1279] -readyanim_l=seq_5252 -readyanim_r=seq_5252 -walkanim_b=seq_5251 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -runanim=seq_5253 -readyanim=seq_5254,seq_5250 - -// 1280 -[bas_1280] -readyanim=seq_5263,seq_5262 - -// 1281 -[bas_1281] -readyanim=seq_5202,seq_5284 - -// 1282 -[bas_1282] -readyanim=seq_5203,seq_5284 - -// 1283 -[bas_1283] -readyanim_l=seq_5161 -readyanim_r=seq_5161 -walkanim_b=seq_5165 -walkanim_l=seq_5166 -walkanim_r=seq_5167 -runanim=seq_5168 -readyanim=seq_5160,seq_5164 - -// 1284 -[bas_1284] -readyanim=seq_5160,seq_5164 - -// 1285 -[bas_1285] -readyanim=seq_8186,seq_7847 - -// 1286 -[bas_1286] -readyanim=seq_7831,seq_7828 - -// 1287 -[bas_1287] -readyanim=seq_7841,seq_7838 - -// 1288 -[bas_1288] -hillrotate=16,32 -readyanim=seq_7654,seq_7653 - -// 1289 -[bas_1289] -hillrotate=16,16 -readyanim=seq_8301,seq_8302 - -// 1290 -[bas_1290] -readyanim=seq_8089,seq_8092 - -// 1291 -[bas_1291] -readyanim=seq_8021,seq_8022 - -// 1292 -[bas_1292] -readyanim=seq_8035,seq_8038 - -// 1293 -[bas_1293] -hillrotate=64,64 -readyanim=seq_8284,seq_8281 - -// 1294 -[bas_1294] -hillrotate=32,32 -readyanim=seq_7968,seq_7961 - -// 1295 -[bas_1295] -hillrotate=24,64 -readyanim=seq_6374,seq_6373 - -// 1296 -[bas_1296] -readyanim=seq_7849,seq_7848 - -// 1297 -[bas_1297] -hillrotate=32,32 -readyanim=seq_6252,seq_6253 - -// 1298 -[bas_1298] -readyanim=seq_7876,seq_7877 - -// 1299 -[bas_1299] -readyanim=seq_8047,seq_8046 - -// 1300 -[bas_1300] -hillrotate=24,24 -readyanim=seq_7668,seq_7667 - -// 1301 -[bas_1301] -readyanim=seq_7815,seq_7814 - -// 1302 -[bas_1302] -hillrotate=16,32 -readyanim=seq_7893,seq_7899 - -// 1303 -[bas_1303] -hillrotate=16,64 -readyanim=seq_7793,seq_7792 - -// 1304 -[bas_1304] -hillrotate=24,24 -readyanim=seq_7677,seq_7678 - -// 1305 -[bas_1305] -readyanim=seq_7992,seq_7991 - -// 1306 -[bas_1306] -readyanim=seq_8001,null - -// 1307 -[bas_1307] -readyanim=seq_7738,seq_7735 - -// 1308 -[bas_1308] -readyanim=seq_5386,seq_7808 - -// 1309 -[bas_1309] -hillrotate=64,64 -readyanim=seq_8518,seq_6220 - -// 1310 -[bas_1310] -readyanim=seq_7978,seq_7977 - -// 1311 -[bas_1311] -readyanim=seq_8067,seq_8072 - -// 1312 -[bas_1312] -readyanim=seq_7949,seq_7952 - -// 1313 -[bas_1313] -readyanim=seq_8197,seq_8198 - -// 1314 -[bas_1314] -readyanim=seq_8171,seq_8175 - -// 1315 -[bas_1315] -readyanim=seq_8233,seq_8234 - -// 1316 -[bas_1316] -readyanim=seq_7938,seq_7941 - -// 1317 -[bas_1317] -readyanim=seq_8129,seq_8128 - -// 1318 -[bas_1318] -readyanim=seq_8186,seq_8189 - -// 1319 -[bas_1319] -hillrotate=32,32 -readyanim=seq_8098,seq_8100 - -// 1320 -[bas_1320] -readyanim=seq_8255,seq_8256 - -// 1321 -[bas_1321] -readyanim=seq_8246,seq_8245 - -// 1322 -[bas_1322] -readyanim=seq_7867,seq_7868 - -// 1323 -[bas_1323] -readyanim=seq_7781,seq_7784 - -// 1324 -[bas_1324] -readyanim=seq_7690,seq_7687 - -// 1325 -[bas_1325] -hillrotate=64,64 -readyanim=seq_7772,seq_7768 - -// 1326 -[bas_1326] -hillrotate=32,64 -readyanim=seq_8297,seq_8291 - -// 1327 -[bas_1327] -readyanim=seq_8204,seq_8207 - -// 1328 -[bas_1328] -hillrotate=32,64 -readyanim=seq_8155,seq_8158 - -// 1329 -[bas_1329] -hillrotate=32,32 -readyanim=seq_8146,seq_8145 - -// 1330 -[bas_1330] -hillrotate=16,16 -readyanim=seq_7751,seq_7750 - -// 1331 -[bas_1331] -hillrotate=32,64 -readyanim=seq_5986,seq_5987 - -// 1332 -[bas_1332] -hillrotate=24,24 -readyanim=seq_8116,seq_8115 - -// 1333 -[bas_1333] -readyanim=seq_8220,seq_8219 - -// 1334 -[bas_1334] -readyanim=seq_8006,null - -// 1335 -[bas_1335] -hillrotate=16,32 -readyanim=seq_7924,seq_7923 - -// 1336 -[bas_1336] -hillrotate=32,32 -readyanim=seq_7258,seq_7259 - -// 1337 -[bas_1337] -readyanim=seq_7575,seq_8335 - -// 1338 -[bas_1338] -readyanim=seq_7575,seq_7576 - -// 1339 -[bas_1339] -readyanim=seq_7575,seq_8331 - -// 1340 -[bas_1340] -readyanim=seq_8344,seq_8343 - -// 1341 -[bas_1341] -readyanim=seq_8346,seq_8348 - -// 1342 -[bas_1342] -hillrotate=24,24 -readyanim=seq_8324,seq_8326 - -// 1343 -[bas_1343] -hillrotate=32,32 -readyanim=seq_27,seq_21 - -// 1344 -[bas_1344] -hillrotate=64,64 -readyanim=seq_27,seq_21 - -// 1345 -[bas_1345] -readyanim=seq_8319,seq_8318 - -// 1346 -[bas_1346] -readyanim=seq_8315,seq_8314 - -// 1347 -[bas_1347] -readyanim=seq_8315,seq_8317 - -// 1348 -[bas_1348] -hillrotate=32,32 -readyanim=seq_8098,seq_8101 - -// 1349 -[bas_1349] -hillrotate=16,32 -readyanim=seq_7575,seq_8332 - -// 1350 -[bas_1350] -hillrotate=16,32 -readyanim=seq_7575,seq_8333 - -// 1351 -[bas_1351] -hillrotate=16,32 -readyanim=seq_8338,seq_8332 - -// 1352 -[bas_1352] -hillrotate=16,32 -readyanim=seq_8338,seq_8333 - -// 1353 -[bas_1353] -hillrotate=16,32 -readyanim=seq_8339,seq_8332 - -// 1354 -[bas_1354] -hillrotate=16,32 -readyanim=seq_8339,seq_8333 - -// 1355 -[bas_1355] -hillrotate=16,32 -readyanim=seq_7575,seq_8334 - -// 1356 -[bas_1356] -hillrotate=16,32 -readyanim=seq_7575,seq_8335 - -// 1357 -[bas_1357] -hillrotate=16,32 -readyanim=seq_8338,seq_8334 - -// 1358 -[bas_1358] -hillrotate=16,32 -readyanim=seq_8338,seq_8335 - -// 1359 -[bas_1359] -hillrotate=16,32 -readyanim=seq_8339,seq_8334 - -// 1360 -[bas_1360] -hillrotate=16,32 -readyanim=seq_8339,seq_8335 - -// 1361 -[bas_1361] -hillrotate=16,32 -readyanim=seq_7575,seq_7576 - -// 1362 -[bas_1362] -hillrotate=16,32 -readyanim=seq_8338,seq_7576 - -// 1363 -[bas_1363] -hillrotate=16,32 -readyanim=seq_8339,seq_7576 - -// 1364 -[bas_1364] -hillrotate=16,32 -readyanim=seq_7575,seq_8329 - -// 1365 -[bas_1365] -hillrotate=16,32 -readyanim=seq_8338,seq_8329 - -// 1366 -[bas_1366] -hillrotate=16,32 -readyanim=seq_8339,seq_8329 - -// 1367 -[bas_1367] -hillrotate=16,32 -readyanim=seq_7575,seq_8336 - -// 1368 -[bas_1368] -hillrotate=16,32 -readyanim=seq_7575,seq_8337 - -// 1369 -[bas_1369] -hillrotate=16,32 -readyanim=seq_8338,seq_8336 - -// 1370 -[bas_1370] -hillrotate=16,32 -readyanim=seq_8338,seq_8337 - -// 1371 -[bas_1371] -hillrotate=16,32 -readyanim=seq_8339,seq_8336 - -// 1372 -[bas_1372] -hillrotate=16,32 -readyanim=seq_8339,seq_8337 - -// 1373 -[bas_1373] -hillrotate=16,32 -readyanim=seq_7575,seq_8330 - -// 1374 -[bas_1374] -hillrotate=16,32 -readyanim=seq_7575,seq_8331 - -// 1375 -[bas_1375] -hillrotate=16,32 -readyanim=seq_8338,seq_8330 - -// 1376 -[bas_1376] -hillrotate=16,32 -readyanim=seq_8338,seq_8331 - -// 1377 -[bas_1377] -hillrotate=16,32 -readyanim=seq_8339,seq_8330 - -// 1378 -[bas_1378] -hillrotate=16,32 -readyanim=seq_8339,seq_8331 - -// 1379 -[bas_1379] -hillrotate=24,24 -readyanim=seq_8360,seq_8358 - -// 1380 -[bas_1380] -hillrotate=24,24 -readyanim=seq_8360,seq_8357 - -// 1381 -[bas_1381] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_1206 -walkanim_l=seq_1207 -walkanim_r=seq_1208 -runanim=seq_824 -readyanim=seq_813,seq_1205 - -// 1382 -[bas_1382] -readyanim_l=seq_3594 -readyanim_r=seq_3594 -readyanim=seq_3594,seq_3600 - -// 1383 -[bas_1383] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_847,seq_819 - -// 1384 -[bas_1384] -hillrotate=64,128 -readyanim=seq_6496,seq_79 - -// 1385 -[bas_1385] -readyanim=seq_3584,null - -// 1386 -[bas_1386] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_3680 -walkanim_l=seq_3680 -walkanim_r=seq_3680 -runanim=seq_824 -readyanim=seq_3677,seq_3680 - -// 1387 -[bas_1387] -readyanim=seq_3707,seq_3708 - -// 1388 -[bas_1388] -hillrotate=48,48 -readyanim=seq_5318,seq_5317 - -// 1389 -[bas_1389] -readyanim=seq_3719,null - -// 1390 -[bas_1390] -readyanim=seq_3716,seq_3717 - -// 1391 -[bas_1391] -readyanim=seq_3718,seq_3718 - -// 1392 -[bas_1392] -readyanim=seq_3712,seq_3713 - -// 1393 -[bas_1393] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_330,seq_819 - -// 1394 -[bas_1394] -readyanim=seq_5852,seq_5856 - -// 1395 -[bas_1395] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_2701,seq_819 - -// 1396 -[bas_1396] -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -readyanim=seq_2700,seq_819 - -// 1397 -[bas_1397] -hillrotate=32,64 -readyanim=seq_5852,seq_5856 - -// 1398 -[bas_1398] -hillrotate=32,64 -readyanim=seq_27,seq_21 - -// 1399 -[bas_1399] -readyanim=seq_6772,null - -// 1400 -[bas_1400] -readyanim=seq_6785,seq_6784 - -// 1401 -[bas_1401] -readyanim=seq_6786,seq_6784 - -// 1402 -[bas_1402] -readyanim=seq_6787,seq_6784 - -// 1403 -[bas_1403] -hillrotate=64,128 -readyanim=seq_90,seq_4635 - -// 1404 -[bas_1404] -readyanim=seq_6815,seq_6819 - -// 1405 -[bas_1405] -readyanim=seq_6818,seq_6817 - -// 1406 -[bas_1406] -readyanim=seq_6813,seq_6819 - -// 1407 -[bas_1407] -readyanim=seq_6821,seq_6822 - -// 1408 -[bas_1408] -readyanim=seq_2166,seq_2165 - -// 1409 -[bas_1409] -readyanim=seq_4670,seq_4669 - -// 1410 -[bas_1410] -readyanim=seq_1315,seq_1311 - -// 1411 -[bas_1411] -readyanim=seq_179,seq_176 - -// 1412 -[bas_1412] -readyanim=seq_306,seq_303 - -// 1413 -[bas_1413] -readyanim=seq_232,seq_229 - -// 1414 -[bas_1414] -hillrotate=64,64 -readyanim=seq_6252,seq_6253 - -// 1415 -[bas_1415] -readyanim=null,seq_10 - -// 1416 -[bas_1416] -readyanim=seq_2268,null - -// 1417 -[bas_1417] -readyanim=seq_5495,seq_5497 - -// 1418 -[bas_1418] -hillrotate=24,24 -readyanim=seq_6258,seq_6257 - -// 1419 -[bas_1419] -readyanim=seq_337,seq_336 - -// 1420 -[bas_1420] -readyanim=seq_3242,seq_3241 - -// 1421 -[bas_1421] -readyanim=seq_6478,null - -// 1422 -[bas_1422] -walkanim_b=seq_219 -walkanim_l=seq_219 -walkanim_r=seq_219 -runanim=seq_1419 -runanim_b=seq_1419 -runanim_l=seq_1419 -runanim_r=seq_1419 -readyanim=seq_222,seq_219 - -// 1423 -[bas_1423] -walkanim_b=seq_1399 -walkanim_l=seq_1399 -walkanim_r=seq_1399 -runanim=seq_1400 -runanim_b=seq_1400 -runanim_l=seq_1400 -runanim_r=seq_1400 -readyanim=seq_1401,seq_1399 - -// 1424 -[bas_1424] -walkanim_b=seq_1382 -walkanim_l=seq_1382 -walkanim_r=seq_1382 -runanim=seq_1381 -runanim_b=seq_1381 -runanim_l=seq_1381 -runanim_r=seq_1381 -readyanim=seq_1386,seq_1382 - -// 1425 -[bas_1425] -walkanim_b=seq_3865 -walkanim_l=seq_3865 -walkanim_r=seq_3865 -readyanim=seq_3866,seq_3865 - -// 1426 -[bas_1426] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_824 -readyanim=seq_808,seq_819 - -// 1427 -[bas_1427] -readyanim_l=seq_757 -readyanim_r=seq_757 -walkanim_b=seq_756 -walkanim_l=seq_756 -walkanim_r=seq_756 -readyanim=seq_757,seq_756 - -// 1428 -[bas_1428] -readyanim=null,null - -// 1429 -[bas_1429] -readyanim_l=seq_11029 -readyanim_r=seq_11029 -walkanim_b=seq_11029 -walkanim_l=seq_11029 -walkanim_r=seq_11029 -runanim=seq_11030 -readyanim=seq_11029,seq_11029 - -// 1430 -[bas_1430] -readyanim_l=seq_823 -readyanim_r=seq_823 -walkanim_b=seq_820 -walkanim_l=seq_821 -walkanim_r=seq_822 -runanim=seq_1210 -readyanim=seq_808,seq_819 - diff --git a/dumps/530/config/dump.flo b/dumps/530/config/dump.flo deleted file mode 100644 index 8617ce55d..000000000 --- a/dumps/530/config/dump.flo +++ /dev/null @@ -1,1269 +0,0 @@ -// 0 -[overlay_0] -material=material_408 -colour=0x282827 -texturescale=256 -priority=23 -smoothedges=yes - -// 1 -[overlay_1] -colour=0x444444 -material=material_501 -priority=23 -smoothedges=yes - -// 2 -[overlay_2] -colour=0x666666 -material=material_408 -priority=24 -smoothedges=yes - -// 3 -[overlay_3] -colour=0x888888 -material=material_501 -priority=25 -smoothedges=yes - -// 4 -[overlay_4] -colour=0x5b3c22 -material=material_595 -priority=127 - -// 5 -[overlay_5] -colour=0x7296b7 -material=material_1 -unknown8=yes -priority=127 - -// 6 -[overlay_6] -material=material_137 -priority=127 - -// 7 -[overlay_7] -colour=0x5b5b5b -material=material_615 -priority=127 - -// 8 -[overlay_8] -colour=0xfffff5 -material=material_629 -texturescale=192 -priority=127 - -// 9 -[overlay_9] -colour=0x505050 -material=material_499 -texturescale=192 -priority=77 -smoothedges=yes - -// 10 -[overlay_10] -colour=0x222222 -material=material_616 -texturescale=160 -priority=72 -smoothedges=yes - -// 11 -[overlay_11] -colour=0x665d58 -material=material_505 -priority=38 -smoothedges=yes - -// 12 -[overlay_12] -texturescale=256 -colour=0x993333 -material=material_301 -priority=127 - -// 13 -[overlay_13] -material=material_602 -colour=0x3d2b0b -priority=49 -smoothedges=yes - -// 14 -[overlay_14] -colour=0x3d2b0b -material=material_154 -priority=49 -smoothedges=yes - -// 15 -[overlay_15] -colour=0x663300 -material=material_513 -priority=50 -smoothedges=yes - -// 16 -[overlay_16] -colour=0x663300 -material=material_513 -priority=50 -smoothedges=yes - -// 17 -[overlay_17] -colour=0xcc -material=material_43 -priority=127 - -// 18 -[overlay_18] -material=material_31 -priority=127 - -// 19 -[overlay_19] -material=material_15 -priority=127 - -// 20 -[overlay_20] -colour=0x996600 -material=material_99 -texturescale=256 -priority=51 -smoothedges=yes - -// 21 -[overlay_21] -colour=0x6d5b2b -material=material_181 -priority=52 -smoothedges=yes - -// 22 -[overlay_22] -colour=0x6d5b2b -material=material_181 -priority=53 -smoothedges=yes - -// 23 -[overlay_23] -material=material_47 -priority=26 -smoothedges=yes - -// 24 -[overlay_24] -colour=0xcbba76 -material=material_499 -priority=52 -smoothedges=yes - -// 25 -[overlay_25] -colour=0x827944 -material=material_348 -texturescale=256 -priority=26 -smoothedges=yes - -// 26 -[overlay_26] -material=material_23 -priority=78 -smoothedges=yes - -// 27 -[overlay_27] -material=material_2 -priority=79 -smoothedges=yes - -// 28 -[overlay_28] -colour=0x35720a -material=material_276 -priority=63 -smoothedges=yes - -// 29 -[overlay_29] -colour=0xe6e6eb -material=material_502 -priority=99 -smoothedges=yes - -// 30 -[overlay_30] -colour=0x3c0000 -material=material_493 -smoothedges=yes -priority=127 - -// 31 -[overlay_31] -material=material_11 -priority=27 -smoothedges=yes - -// 32 -[overlay_32] -colour=0xc8f5ff -material=material_494 -priority=98 -smoothedges=yes - -// 33 -[overlay_33] -colour=0x3c0000 -material=material_178 -priority=127 - -// 34 -[overlay_34] -colour=0x5b3c22 -material=material_595 -priority=127 - -// 35 -[overlay_35] -colour=0x664411 -material=material_58 -priority=65 -smoothedges=yes - -// 36 -[overlay_36] -colour=0x10101 -priority=9 -smoothedges=yes - -// 37 -[overlay_37] -colour=0x557799 -material=material_493 -priority=127 - -// 38 -[overlay_38] -material=material_17 -priority=127 - -// 39 -[overlay_39] -colour=0x4749a3 -material=material_493 -priority=127 - -// 40 -[overlay_40] -colour=0x3f6181 -priority=127 - -// 41 -[overlay_41] -occlude=no -colour=0xff00ff -priority=127 - -// 42 -[overlay_42] -colour=0xff00ff -priority=127 - -// 43 -[overlay_43] -colour=0x505050 -occlude=no -priority=127 - -// 44 -[overlay_44] -material=material_3 -occlude=no -priority=127 - -// 45 -[overlay_45] -material=material_23 -occlude=no -priority=127 - -// 46 -[overlay_46] -material=material_2 -occlude=no -priority=127 - -// 47 -[overlay_47] -colour=0x282820 -material=material_424 -texturescale=256 -priority=58 -smoothedges=yes -mapcolour=0x10101 - -// 48 -[overlay_48] -colour=0x282820 -material=material_348 -priority=31 -smoothedges=yes - -// 49 -[overlay_49] -colour=0x302020 -material=material_593 -priority=30 -smoothedges=yes - -// 50 -[overlay_50] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x827944 - -// 51 -[overlay_51] -priority=5 -smoothedges=yes - -// 52 -[overlay_52] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0xc4ac4e - -// 53 -[overlay_53] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0xb79767 - -// 54 -[overlay_54] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x606058 - -// 55 -[overlay_55] -colour=0x606058 -material=material_301 -texturescale=256 -priority=127 - -// 56 -[overlay_56] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x83c3ca - -// 57 -[overlay_57] -colour=0x3d2b0b -occlude=no -material=material_600 -priority=127 -mapcolour=0xfffff5 - -// 58 -[overlay_58] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x282820 - -// 59 -[overlay_59] -occlude=no -colour=0x826016 -material=material_66 -priority=84 -smoothedges=yes - -// 60 -[overlay_60] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x3d2b0b - -// 61 -[overlay_61] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x1818 - -// 62 -[overlay_62] -occlude=no -colour=0x3838 -material=material_416 -priority=58 -smoothedges=yes - -// 63 -[overlay_63] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0xb8b098 - -// 64 -[overlay_64] -occlude=no -colour=0x202828 -material=material_598 -priority=65 -smoothedges=yes - -// 65 -[overlay_65] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x383828 - -// 66 -[overlay_66] -occlude=no -colour=0x403010 -material=material_501 -priority=31 -smoothedges=yes -mapcolour=0x403010 - -// 67 -[overlay_67] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x807048 - -// 68 -[overlay_68] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x403020 - -// 69 -[overlay_69] -colour=0xa07048 -occlude=no -material=material_66 -texturescale=256 -priority=31 -smoothedges=yes - -// 70 -[overlay_70] -occlude=no -colour=0xa06947 -material=material_301 -priority=127 - -// 71 -[overlay_71] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x306850 - -// 72 -[overlay_72] -occlude=no -colour=0x583818 -material=material_508 -priority=32 -smoothedges=yes - -// 73 -[overlay_73] -occlude=no -colour=0xa8d040 -priority=127 - -// 74 -[overlay_74] -colour=0x444444 -material=material_600 -texturescale=128 -priority=127 - -// 75 -[overlay_75] -colour=0xc4ac4e -material=material_425 -priority=58 -smoothedges=yes - -// 76 -[overlay_76] -colour=0xb79767 -occlude=no -material=material_512 -texturescale=256 -priority=27 -smoothedges=yes - -// 77 -[overlay_77] -colour=0x3d2b0b -material=material_300 -priority=60 -smoothedges=yes - -// 78 -[overlay_78] -colour=0x97874f - -// 79 -[overlay_79] -colour=0x7d5b2b -material=material_99 -texturescale=256 -priority=47 -smoothedges=yes - -// 80 -[overlay_80] -colour=0x504020 -material=material_129 -texturescale=256 -priority=48 -smoothedges=yes - -// 81 -[overlay_81] -colour=0x5c5444 -material=material_508 -texturescale=256 -priority=28 -smoothedges=yes - -// 82 -[overlay_82] -colour=0x464034 -material=material_508 -texturescale=256 -priority=27 -smoothedges=yes - -// 83 -[overlay_83] -material=material_35 -priority=78 -smoothedges=yes - -// 84 -[overlay_84] -colour=0x303525 -material=material_668 -texturescale=256 -priority=127 - -// 85 -[overlay_85] -colour=0x3c0000 -material=material_493 -priority=127 - -// 86 -[overlay_86] -colour=0x423f73 -material=material_408 -priority=28 -smoothedges=yes - -// 87 -[overlay_87] -colour=0x544d37 -material=material_181 -priority=55 -smoothedges=yes - -// 88 -[overlay_88] -colour=0x5e461c -material=material_197 -priority=56 -smoothedges=yes - -// 89 -[overlay_89] -colour=0x2e2920 -material=material_416 -priority=29 -smoothedges=yes - -// 90 -[overlay_90] -material=material_505 -colour=0x504020 -priority=127 - -// 91 -[overlay_91] -colour=0xdddddd -material=material_301 -texturescale=256 -priority=127 - -// 92 -[overlay_92] -colour=0x663300 -material=material_328 -priority=30 -smoothedges=yes - -// 93 -[overlay_93] -colour=0x504020 -material=material_492 -texturescale=192 -priority=127 - -// 94 -[overlay_94] -colour=0x654e18 -material=material_595 -priority=255 -priority=127 - -// 95 -[overlay_95] -colour=0x8c6e3c -material=material_355 -priority=6 -smoothedges=yes - -// 96 -[overlay_96] -colour=0x5e461c -material=material_506 -priority=60 -smoothedges=yes - -// 97 -[overlay_97] -colour=0x6d5b2b -material=material_492 -texturescale=192 -priority=127 - -// 98 -[overlay_98] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x752222 - -// 99 -[overlay_99] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x603028 - -// 100 -[overlay_100] -colour=0x544217 -material=material_512 -priority=80 -smoothedges=yes - -// 101 -[overlay_101] -colour=0x303525 -material=material_596 -priority=81 -smoothedges=yes - -// 102 -[overlay_102] -colour=0x787060 -material=material_505 -priority=127 - -// 103 -[overlay_103] -colour=0x83c3ca -material=material_174 -priority=127 - -// 104 -[overlay_104] -colour=0x666666 -material=material_593 -priority=25 -smoothedges=yes - -// 105 -[overlay_105] -colour=0x66593b -material=material_301 -priority=127 - -// 106 -[overlay_106] -colour=0x3a4b35 -texturescale=192 -material=material_328 -priority=80 -smoothedges=yes - -// 107 -[overlay_107] -colour=0x403010 -material=material_400 -priority=55 -smoothedges=yes - -// 108 -[overlay_108] -material=material_602 -colour=0x3d2b0b -priority=49 - -// 109 -[overlay_109] -colour=0x383820 -material=material_516 -priority=65 -smoothedges=yes - -// 110 -[overlay_110] -colour=0xfba13a -material=material_61 -priority=127 - -// 111 -[overlay_111] -colour=0xffffff -material=material_669 -texturescale=256 -priority=127 - -// 112 -[overlay_112] -occlude=no -colour=0xb89b67 -material=material_301 -priority=127 - -// 113 -[overlay_113] -colour=0xffffff -material=material_651 -waterfogcolour=0x17281b -waterfogscale=6 -priority=127 - -// 114 -[overlay_114] -colour=0x665d58 -material=material_505 -priority=127 - -// 115 -[overlay_115] -colour=0x303525 -material=material_596 -priority=127 - -// 116 -[overlay_116] -occlude=no -colour=0x4f4f4f -material=material_597 -priority=56 -smoothedges=yes - -// 117 -[overlay_117] -colour=0x504020 -material=material_492 -texturescale=192 -priority=64 -smoothedges=yes - -// 118 -[overlay_118] -colour=0x5c543c -material=material_424 -priority=55 -smoothedges=yes - -// 119 -[overlay_119] -colour=0x2f2b1f -material=material_424 -priority=56 -smoothedges=yes -mapcolour=0x333028 - -// 120 -[overlay_120] -colour=0x665e4b -material=material_500 -priority=83 -smoothedges=yes - -// 121 -[overlay_121] -colour=0x50462d -material=material_619 -priority=127 - -// 122 -[overlay_122] -colour=0xb8b098 -material=material_507 -occlude=no -priority=127 - -// 123 -[overlay_123] -colour=0x303525 -material=material_623 -priority=127 - -// 124 -[overlay_124] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x847f75 - -// 125 -[overlay_125] -occlude=no -colour=0xbb8d68 -material=material_512 -priority=25 -smoothedges=yes - -// 126 -[overlay_126] -colour=0x404038 -material=material_424 -priority=57 -smoothedges=yes - -// 127 -[overlay_127] -colour=0x77a785 -material=material_58 -priority=127 - -// 128 -[overlay_128] -colour=0xffffff -material=material_671 -waterfogcolour=0x89c5cf -waterfogscale=24 -priority=127 - -// 129 -[overlay_129] -colour=0x82c4b8 -material=material_58 -priority=127 - -// 130 -[overlay_130] -colour=0x272710 -material=material_181 -priority=57 -smoothedges=yes - -// 131 -[overlay_131] -colour=0x373229 -material=material_500 -priority=80 -smoothedges=yes - -// 132 -[overlay_132] -colour=0x303828 -material=material_593 -priority=30 -smoothedges=yes - -// 133 -[overlay_133] -occlude=no -colour=0x404044 -material=material_301 -priority=127 -mapcolour=0x46464 - -// 134 -[overlay_134] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0xeeeeee - -// 135 -[overlay_135] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x6377a6 - -// 136 -[overlay_136] -colour=0x746949 -material=material_608 -texturescale=127 -priority=81 -smoothedges=yes - -// 137 -[overlay_137] -colour=0xffffff -material=material_670 -waterfogcolour=0x371818 -waterfogscale=16 -priority=127 - -// 138 -[overlay_138] -material=material_621 -colour=0x373422 -priority=51 -smoothedges=yes - -// 139 -[overlay_139] -colour=0x6d5b2b -material=material_181 -priority=127 - -// 140 -[overlay_140] -colour=0xe6e6eb -material=material_274 -priority=126 -smoothedges=yes - -// 141 -[overlay_141] -colour=0xc8f5ff -material=material_494 -priority=127 - -// 142 -[overlay_142] -colour=0x10101 -priority=127 - -// 143 -[overlay_143] -colour=0xb79767 -occlude=no -material=material_512 -texturescale=256 -priority=127 - -// 144 -[overlay_144] -colour=0x5e461c -material=material_197 -priority=127 - -// 145 -[overlay_145] -colour=0x3a4b35 -priority=127 - -// 146 -[overlay_146] -colour=0x82c4b8 -material=material_274 -priority=112 -smoothedges=yes - -// 147 -[overlay_147] -colour=0x56524a -priority=127 -material=material_422 - -// 148 -[overlay_148] -occlude=no -colour=0xdda6dd -material=material_274 -priority=127 -mapcolour=0xdbb7db - -// 149 -[overlay_149] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x383838 - -// 150 -[overlay_150] -colour=0x7296b7 -priority=127 - -// 151 -[overlay_151] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0xf6cf0e - -// 152 -[overlay_152] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x544d37 - -// 153 -[overlay_153] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x35720a - -// 154 -[overlay_154] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0xcbba76 - -// 155 -[overlay_155] -colour=0x44886e -priority=127 - -// 156 -[overlay_156] -colour=0xfab737 -material=material_61 -priority=127 - -// 157 -[overlay_157] -colour=0x4182af -priority=127 - -// 158 -[overlay_158] -colour=0x3c2823 -material=material_625 -priority=58 -smoothedges=yes - -// 159 -[overlay_159] -occlude=no -colour=0xdda6dd -material=material_274 -priority=127 -mapcolour=0xdbb7db - -// 160 -[overlay_160] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x654d0b - -// 161 -[overlay_161] -occlude=no -colour=0x435541 -material=material_493 -priority=127 -mapcolour=0x435541 - -// 162 -[overlay_162] -occlude=no -colour=0x6e3e2f -material=material_493 -priority=127 -mapcolour=0x6e3e2f - -// 163 -[overlay_163] -colour=0x403010 -material=material_400 -priority=55 - -// 164 -[overlay_164] -colour=0x444444 -material=material_512 -texturescale=256 -priority=33 -smoothedges=yes - -// 165 -[overlay_165] -colour=0x996600 -material=material_20 -smoothedges=yes -texturescale=100 - -// 166 -[overlay_166] -colour=0x996600 -material=material_20 -priority=52 -texturescale=100 - -// 167 -[overlay_167] -colour=0x423f73 -material=material_408 -priority=50 -smoothedges=yes - -// 168 -[overlay_168] -colour=0xffffff -material=material_637 -waterfogcolour=0xc9e5ea -waterfogscale=50 -priority=127 - -// 169 -[overlay_169] -colour=0x544217 -material=material_422 -priority=33 -smoothedges=yes - -// 170 -[overlay_170] -colour=0x787060 -material=material_505 -priority=81 -smoothedges=yes - -// 171 -[overlay_171] -colour=0x786b52 -material=material_66 -priority=83 -smoothedges=yes - -// 172 -[overlay_172] -colour=0x786848 -material=material_66 -texturescale=140 -priority=82 -smoothedges=yes - -// 173 -[overlay_173] -material=material_43 -colour=0x606058 -priority=127 - -// 174 -[overlay_174] -colour=0x50462d -material=material_619 -priority=5 -smoothedges=yes - -// 175 -[overlay_175] -colour=0x806526 -material=material_617 -texturescale=64 -priority=127 - -// 176 -[overlay_176] -colour=0x373229 -material=material_500 -priority=65 -smoothedges=yes - -// 177 -[overlay_177] -colour=0x57554d -material=material_600 -texturescale=128 -priority=127 - -// 178 -[overlay_178] -colour=0x796a54 -occlude=no -material=material_608 -texturescale=256 -priority=127 - -// 179 -[overlay_179] -occlude=no -colour=0xff00ff -priority=127 -mapcolour=0x796a54 - -// 180 -[overlay_180] -colour=0x847f75 -occlude=no -material=material_600 -texturescale=128 -priority=127 - -// 181 -[overlay_181] -texturescale=256 -colour=0x993333 -material=material_58 -priority=127 - -// 182 -[overlay_182] -colour=0x10101 -material=material_505 -texturescale=128 -priority=90 -smoothedges=yes - -// 183 -[overlay_183] -colour=0x3f6181 -priority=127 - -// 184 -[overlay_184] -colour=0xff00ff -priority=81 -smoothedges=yes - diff --git a/dumps/530/config/dump.flu b/dumps/530/config/dump.flu deleted file mode 100644 index 105117d4b..000000000 --- a/dumps/530/config/dump.flu +++ /dev/null @@ -1,695 +0,0 @@ -// 0 -[underlay_0] -colour=0x282820 -material=material_514 -texturescale=256 - -// 1 -[underlay_1] -colour=0xb7d49a -material=material_494 - -// 2 -[underlay_2] -colour=0xa99fe0 -material=material_494 - -// 3 -[underlay_3] -colour=0xfc49aa -material=material_494 - -// 4 -[underlay_4] -colour=0x604040 -material=material_408 - -// 5 -[underlay_5] -colour=0x302020 -material=material_593 - -// 6 -[underlay_6] -colour=0x906830 -material=material_515 -texturescale=200 - -// 7 -[underlay_7] -colour=0x383830 -material=material_497 - -// 8 -[underlay_8] -colour=0x7a7880 -material=material_408 - -// 9 -[underlay_9] -colour=0x282018 -material=material_416 - -// 10 -[underlay_10] -colour=0x504840 -material=material_408 - -// 11 -[underlay_11] -colour=0x484038 -material=material_416 - -// 12 -[underlay_12] -colour=0x807048 -material=material_66 - -// 13 -[underlay_13] -colour=0x584828 -material=material_66 - -// 14 -[underlay_14] -colour=0x383828 -material=material_596 - -// 15 -[underlay_15] -colour=0xc8c8e6 -material=material_407 - -// 16 -[underlay_16] -colour=0x3838 -material=material_517 - -// 17 -[underlay_17] -colour=0x4e3c2a -material=material_594 - -// 18 -[underlay_18] -colour=0xa07048 -material=material_66 - -// 19 -[underlay_19] -colour=0x58680b -material=material_58 - -// 20 -[underlay_20] -colour=0x402000 -material=material_515 - -// 21 -[underlay_21] -colour=0x35720a -material=material_520 - -// 22 -[underlay_22] -colour=0x38422f -material=material_519 - -// 23 -[underlay_23] -colour=0x38422f -material=material_520 - -// 24 -[underlay_24] -colour=0x35860a -material=material_276 - -// 25 -[underlay_25] -colour=0xe6e6eb -material=material_502 -texturescale=256 - -// 26 -[underlay_26] -colour=0xe6e6eb -material=material_498 -texturescale=256 - -// 27 -[underlay_27] -colour=0xc0a868 -material=material_425 - -// 28 -[underlay_28] -colour=0x383c39 -material=material_514 - -// 29 -[underlay_29] -colour=0x4c5950 -material=material_423 -texturescale=200 - -// 30 -[underlay_30] -colour=0x5e7364 -material=material_424 -texturescale=200 - -// 31 -[underlay_31] -colour=0x617e69 -material=material_441 - -// 32 -[underlay_32] -colour=0x7f9a86 -material=material_66 - -// 33 -[underlay_33] -colour=0x8ba692 -material=material_66 - -// 34 -[underlay_34] -colour=0x4b3e14 -material=material_197 - -// 35 -[underlay_35] -colour=0x111e1a -material=material_154 -texturescale=92 - -// 36 -[underlay_36] -colour=0x644e1e -material=material_154 -texturescale=173 - -// 37 -[underlay_37] -colour=0xdcdcf0 -material=material_525 -hardshadow=no - -// 38 -[underlay_38] -colour=0x2b2e2d -material=material_505 -texturescale=128 - -// 39 -[underlay_39] -colour=0xe6e6eb -material=material_522 -texturescale=256 - -// 40 -[underlay_40] -colour=0xe6e6eb -material=material_523 -texturescale=256 - -// 41 -[underlay_41] -colour=0xe6e6eb -material=material_526 -texturescale=256 - -// 42 -[underlay_42] -colour=0xe6e6eb -material=material_524 -texturescale=256 - -// 43 -[underlay_43] -colour=0xcbba76 -material=material_301 - -// 44 -[underlay_44] -colour=0x444444 -material=material_512 -texturescale=256 - -// 45 -[underlay_45] -colour=0xd1d6e7 -material=material_495 - -// 46 -[underlay_46] -colour=0xe9d687 -material=material_501 -texturescale=192 - -// 47 -[underlay_47] -colour=0x35720a -material=material_519 - -// 48 -[underlay_48] -colour=0x58680b -material=material_495 - -// 49 -[underlay_49] -colour=0x78680b -material=material_312 - -// 50 -[underlay_50] -colour=0x6cac10 -material=material_276 - -// 51 -[underlay_51] -colour=0x819531 -material=material_520 -texturescale=192 - -// 52 -[underlay_52] -colour=0x55520a -material=material_491 -texturescale=64 - -// 53 -[underlay_53] -colour=0x125841 -material=material_491 - -// 54 -[underlay_54] -colour=0x767676 -material=material_408 -texturescale=256 - -// 55 -[underlay_55] -colour=0x4d4d4d -material=material_497 -texturescale=256 - -// 56 -[underlay_56] -colour=0x2e2e2e -material=material_129 -texturescale=256 - -// 57 -[underlay_57] -colour=0xe6e6eb -material=material_494 -texturescale=256 - -// 58 -[underlay_58] -colour=0xdcdcf0 -material=material_407 -hardshadow=no - -// 59 -[underlay_59] -colour=0xd1e7d6 -material=material_407 - -// 60 -[underlay_60] -colour=0xb19a3d -material=material_128 - -// 61 -[underlay_61] -colour=0xd0c074 -material=material_128 -texturescale=256 - -// 62 -[underlay_62] -colour=0x3d2b0b -material=material_181 -texturescale=192 - -// 63 -[underlay_63] -colour=0x644e1e -material=material_154 -texturescale=92 - -// 64 -[underlay_64] -colour=0x654d0b -material=material_510 -texturescale=128 - -// 65 -[underlay_65] -colour=0x663300 -material=material_504 -texturescale=192 - -// 66 -[underlay_66] -colour=0x664411 -material=material_497 -texturescale=200 - -// 67 -[underlay_67] -colour=0xcbba76 -material=material_496 - -// 68 -[underlay_68] -colour=0x644e1e -material=material_154 - -// 69 -[underlay_69] -colour=0x654d0b -material=material_154 - -// 70 -[underlay_70] -colour=0x663300 -material=material_154 - -// 71 -[underlay_71] -colour=0x30303 -material=material_521 -texturescale=256 - -// 72 -[underlay_72] -colour=0x557799 -material=material_408 - -// 73 -[underlay_73] -colour=0x995566 -material=material_607 - -// 74 -[underlay_74] -colour=0x557799 -material=material_519 - -// 75 -[underlay_75] -colour=0xdda6dd -material=material_501 -texturescale=192 - -// 76 -[underlay_76] -colour=0x453d21 -material=material_619 - -// 77 -[underlay_77] -colour=0xd9bb93 -material=material_58 - -// 78 -[underlay_78] -colour=0x664411 -material=material_600 - -// 79 -[underlay_79] -colour=0x3d2b0b -material=material_515 -texturescale=200 - -// 80 -[underlay_80] -colour=0x3d2b0b -material=material_154 -texturescale=200 - -// 81 -[underlay_81] -colour=0x3d3d3d -material=material_348 -texturescale=256 - -// 82 -[underlay_82] -colour=0x444444 -material=material_600 -texturescale=128 - -// 83 -[underlay_83] -colour=0x827944 -material=material_515 - -// 84 -[underlay_84] -colour=0x35720a -material=material_417 - -// 85 -[underlay_85] -colour=0x58680b -material=material_417 -texturescale=256 - -// 86 -[underlay_86] -colour=0x38562f -material=material_417 -texturescale=256 - -// 87 -[underlay_87] -colour=0x4f5956 -material=material_400 -texturescale=256 - -// 88 -[underlay_88] -colour=0x66736f -material=material_408 -texturescale=256 - -// 89 -[underlay_89] -colour=0x46463e -material=material_400 -texturescale=128 - -// 90 -[underlay_90] -colour=0x46463e -material=material_408 -texturescale=128 - -// 91 -[underlay_91] -colour=0x5c5444 -material=material_423 -texturescale=256 - -// 92 -[underlay_92] -colour=0x38562f -material=material_276 - -// 93 -[underlay_93] -colour=0x464034 -material=material_441 -texturescale=190 - -// 94 -[underlay_94] -colour=0x3e6995 -material=material_408 - -// 95 -[underlay_95] -colour=0x4b3e14 -material=material_515 -texturescale=200 - -// 96 -[underlay_96] -colour=0x5c543c -material=material_503 -texturescale=96 - -// 97 -[underlay_97] -colour=0x2f2b1f -material=material_518 -texturescale=104 - -// 98 -[underlay_98] -colour=0x276d27 -material=material_519 -texturescale=192 - -// 99 -[underlay_99] -colour=0x396215 -material=material_520 -texturescale=256 - -// 100 -[underlay_100] -colour=0x2a2a25 -material=material_408 -texturescale=128 - -// 102 -[underlay_102] -colour=0x111e1a -material=material_495 - -// 110 -[underlay_110] -colour=0x666666 -material=material_593 -texturescale=192 - -// 111 -[underlay_111] -colour=0x333333 -material=material_594 -texturescale=256 - -// 112 -[underlay_112] -colour=0x2b2e2d -material=material_408 -texturescale=192 - -// 114 -[underlay_114] -colour=0x33501e -material=material_495 - -// 115 -[underlay_115] -colour=0x71155c -material=material_408 - -// 117 -[underlay_117] -colour=0x752222 -material=material_181 -texturescale=256 - -// 120 -[underlay_120] -colour=0x603028 -material=material_417 - -// 121 -[underlay_121] -colour=0x300000 -material=material_417 -texturescale=256 - -// 123 -[underlay_123] -colour=0xb8b098 -material=material_507 - -// 124 -[underlay_124] -colour=0xa59e89 -material=material_600 - -// 125 -[underlay_125] -colour=0xa3964b -material=material_612 - -// 128 -[underlay_128] -colour=0x827944 -material=material_348 - -// 137 -[underlay_137] -colour=0xc08048 -material=material_348 - -// 138 -[underlay_138] -colour=0x10101 -material=material_416 - -// 139 -[underlay_139] -colour=0xa8a098 -material=material_348 - -// 140 -[underlay_140] -colour=0x3c2823 -material=material_625 - -// 141 -[underlay_141] -colour=0xdda6dd -material=material_58 - -// 142 -[underlay_142] -colour=0x50a0b8 -material=material_520 - -// 143 -[underlay_143] -colour=0x5868 -material=material_519 - -// 144 -[underlay_144] -colour=0x404040 -material=material_424 -texturescale=256 - -// 145 -[underlay_145] -colour=0x383838 -material=material_441 -texturescale=128 - -// 146 -[underlay_146] -colour=0x303030 -material=material_517 -texturescale=256 - -// 147 -[underlay_147] -colour=0x282828 -material=material_423 -texturescale=256 - -// 148 -[underlay_148] -colour=0x202020 -material=material_514 -texturescale=256 - -// 149 -[underlay_149] -colour=0x181818 -material=material_501 -texturescale=192 - diff --git a/dumps/530/config/dump.idk b/dumps/530/config/dump.idk deleted file mode 100644 index 8a62b693e..000000000 --- a/dumps/530/config/dump.idk +++ /dev/null @@ -1,1780 +0,0 @@ -// 0 -[idkit_0] -bodypart=0 -head1=model_39799 -model=model_230 - -// 1 -[idkit_1] -bodypart=0 -head1=model_39905 -model=model_210 - -// 2 -[idkit_2] -bodypart=0 -head1=model_39949 -model=model_214 - -// 3 -[idkit_3] -bodypart=0 -head1=model_39877 -model=model_217 - -// 4 -[idkit_4] -bodypart=0 -head1=model_39943 -model=model_223 - -// 5 -[idkit_5] -bodypart=0 -head1=model_39836 -model=model_215 - -// 6 -[idkit_6] -bodypart=0 -head1=model_39723 -model=model_235 - -// 7 -[idkit_7] -bodypart=0 -head1=model_39989 -model=model_206 - -// 8 -[idkit_8] -bodypart=0 -head1=model_39883 -model=model_203 - -// 10 -[idkit_10] -bodypart=1 -head1=model_39254 -model=model_249 - -// 11 -[idkit_11] -bodypart=1 -head1=model_38642 -model=model_250 - -// 12 -[idkit_12] -bodypart=1 -head1=model_38096 -model=model_251 - -// 13 -[idkit_13] -bodypart=1 -head1=model_39256 -model=model_247 - -// 14 -[idkit_14] -bodypart=1 -head1=model_39223 -model=model_246 - -// 15 -[idkit_15] -bodypart=1 -head1=model_39275 -model=model_248 - -// 16 -[idkit_16] -bodypart=1 -head1=model_39227 -model=model_253 - -// 17 -[idkit_17] -bodypart=1 -head1=model_39213 -model=model_252 - -// 18 -[idkit_18] -bodypart=2 -model=model_292 - -// 19 -[idkit_19] -bodypart=2 -model=model_292 -model=model_322 - -// 20 -[idkit_20] -bodypart=2 -model=model_292 -model=model_326 - -// 21 -[idkit_21] -bodypart=2 -model=model_292 -model=model_320 - -// 22 -[idkit_22] -bodypart=2 -model=model_292 -model=model_327 - -// 23 -[idkit_23] -bodypart=2 -model=model_292 -model=model_324 - -// 24 -[idkit_24] -bodypart=2 -model=model_310 - -// 25 -[idkit_25] -bodypart=2 -model=model_40202 - -// 26 -[idkit_26] -bodypart=3 -model=model_151 - -// 27 -[idkit_27] -bodypart=3 -model=model_167 - -// 28 -[idkit_28] -bodypart=3 -model=model_170 - -// 29 -[idkit_29] -bodypart=3 -model=model_162 - -// 30 -[idkit_30] -bodypart=3 -model=model_163 - -// 31 -[idkit_31] -bodypart=3 -model=model_158 - -// 32 -[idkit_32] -disable=yes -bodypart=3 -model=model_158 - -// 33 -[idkit_33] -bodypart=4 -model=model_176 - -// 34 -[idkit_34] -bodypart=4 -recol1s=15856 -recol1d=25098 -model=model_176 - -// 35 -[idkit_35] -disable=yes -bodypart=4 -model=model_176 - -// 36 -[idkit_36] -bodypart=5 -model=model_40250 - -// 37 -[idkit_37] -bodypart=5 -model=model_40252 - -// 38 -[idkit_38] -bodypart=5 -model=model_40265 - -// 39 -[idkit_39] -bodypart=5 -model=model_40257 - -// 40 -[idkit_40] -bodypart=5 -model=model_275 - -// 41 -[idkit_41] -disable=yes -bodypart=5 -model=model_275 - -// 42 -[idkit_42] -bodypart=6 -model=model_181 - -// 43 -[idkit_43] -bodypart=6 -model=model_183 - -// 44 -[idkit_44] -disable=yes -bodypart=6 -model=model_183 - -// 45 -[idkit_45] -bodypart=7 -head1=model_39170 -model=model_403 - -// 46 -[idkit_46] -bodypart=7 -head1=model_39046 -model=model_378 - -// 47 -[idkit_47] -bodypart=7 -head1=model_38904 -model=model_387 - -// 48 -[idkit_48] -bodypart=7 -head1=model_38920 -model=model_390 - -// 49 -[idkit_49] -bodypart=7 -head1=model_39154 -model=model_393 - -// 50 -[idkit_50] -bodypart=7 -head1=model_39089 -model=model_399 - -// 51 -[idkit_51] -bodypart=7 -head1=model_39014 -model=model_391 - -// 52 -[idkit_52] -bodypart=7 -head1=model_38913 -model=model_408 - -// 53 -[idkit_53] -bodypart=7 -head1=model_38971 -model=model_382 - -// 54 -[idkit_54] -bodypart=7 -head1=model_39002 -model=model_379 - -// 55 -[idkit_55] -disable=yes -bodypart=7 -head1=model_39002 -model=model_379 - -// 56 -[idkit_56] -bodypart=9 -model=model_456 - -// 57 -[idkit_57] -bodypart=9 -model=model_469 - -// 58 -[idkit_58] -bodypart=9 -model=model_470 - -// 59 -[idkit_59] -bodypart=9 -model=model_471 - -// 60 -[idkit_60] -bodypart=9 -model=model_40419 - -// 61 -[idkit_61] -bodypart=10 -model=model_332 - -// 62 -[idkit_62] -bodypart=10 -model=model_351 - -// 63 -[idkit_63] -bodypart=10 -model=model_346 - -// 64 -[idkit_64] -bodypart=10 -model=model_348 - -// 65 -[idkit_65] -bodypart=10 -model=model_343 - -// 66 -[idkit_66] -disable=yes -bodypart=10 -model=model_343 - -// 67 -[idkit_67] -bodypart=11 -model=model_353 - -// 68 -[idkit_68] -bodypart=11 -recol1s=15856 -recol1d=25098 -model=model_353 - -// 69 -[idkit_69] -disable=yes -bodypart=11 -model=model_353 - -// 70 -[idkit_70] -bodypart=12 -model=model_40489 - -// 71 -[idkit_71] -bodypart=12 -model=model_433 - -// 72 -[idkit_72] -bodypart=12 -model=model_40488 - -// 73 -[idkit_73] -bodypart=12 -model=model_428 - -// 74 -[idkit_74] -bodypart=12 -model=model_421 - -// 75 -[idkit_75] -bodypart=12 -model=model_438 - -// 76 -[idkit_76] -bodypart=12 -model=model_40478 - -// 77 -[idkit_77] -bodypart=12 -model=model_429 - -// 78 -[idkit_78] -disable=yes -bodypart=12 -model=model_429 - -// 79 -[idkit_79] -bodypart=13 -model=model_358 - -// 80 -[idkit_80] -bodypart=13 -model=model_360 - -// 81 -[idkit_81] -disable=yes -bodypart=13 -model=model_360 - -// 82 -[idkit_82] -disable=yes -bodypart=6 -model=model_7117 - -// 83 -[idkit_83] -disable=yes -bodypart=13 -model=model_7118 - -// 84 -[idkit_84] -bodypart=4 -recol1s=15856 -recol1d=17830 -model=model_176 - -// 85 -[idkit_85] -bodypart=5 -model=model_40251 - -// 86 -[idkit_86] -bodypart=5 -model=model_27623 - -// 87 -[idkit_87] -bodypart=5 -model=model_40263 - -// 88 -[idkit_88] -bodypart=5 -model=model_40266 - -// 89 -[idkit_89] -bodypart=5 -model=model_27622 - -// 90 -[idkit_90] -bodypart=5 -model=model_27625 - -// 91 -[idkit_91] -bodypart=0 -head1=model_39668 -model=model_27633 - -// 92 -[idkit_92] -bodypart=0 -head1=model_40030 -model=model_27627 - -// 93 -[idkit_93] -bodypart=0 -head1=model_39817 -model=model_27630 - -// 94 -[idkit_94] -bodypart=0 -head1=model_39909 -model=model_27628 - -// 95 -[idkit_95] -bodypart=0 -head1=model_39777 -model=model_27631 - -// 96 -[idkit_96] -bodypart=0 -head1=model_39638 -model=model_27629 - -// 97 -[idkit_97] -bodypart=0 -head1=model_39679 -model=model_27632 - -// 98 -[idkit_98] -bodypart=1 -head1=model_39271 -model=model_27645 - -// 99 -[idkit_99] -bodypart=1 -head1=model_39191 -model=model_27644 - -// 100 -[idkit_100] -bodypart=1 -head1=model_39220 -model=model_27646 - -// 101 -[idkit_101] -bodypart=1 -head1=model_39264 -model=model_27642 - -// 102 -[idkit_102] -bodypart=1 -head1=model_39225 -model=model_27640 - -// 103 -[idkit_103] -bodypart=1 -head1=model_39221 -model=model_27643 - -// 104 -[idkit_104] -bodypart=1 -head1=model_39277 -model=model_27641 - -// 105 -[idkit_105] -bodypart=3 -model=model_27634 - -// 106 -[idkit_106] -bodypart=3 -model=model_27635 - -// 107 -[idkit_107] -bodypart=3 -model=model_27638 - -// 108 -[idkit_108] -bodypart=3 -model=model_27639 - -// 109 -[idkit_109] -bodypart=3 -model=model_27636 - -// 110 -[idkit_110] -bodypart=3 -model=model_27637 - -// 111 -[idkit_111] -bodypart=2 -model=model_27648 - -// 112 -[idkit_112] -bodypart=2 -model=model_27563 - -// 113 -[idkit_113] -bodypart=2 -model=model_27647 - -// 114 -[idkit_114] -bodypart=2 -model=model_25864 - -// 115 -[idkit_115] -bodypart=2 -model=model_27650 - -// 116 -[idkit_116] -bodypart=2 -model=model_27649 - -// 117 -[idkit_117] -bodypart=4 -model=model_24553 - -// 118 -[idkit_118] -bodypart=4 -recol1s=15856 -recol1d=17830 -model=model_24553 - -// 119 -[idkit_119] -bodypart=4 -model=model_24554 - -// 120 -[idkit_120] -bodypart=4 -recol1s=15856 -recol1d=17830 -model=model_24554 - -// 121 -[idkit_121] -bodypart=4 -model=model_24555 - -// 122 -[idkit_122] -bodypart=4 -recol1s=15856 -recol1d=17830 -model=model_24555 - -// 123 -[idkit_123] -bodypart=4 -model=model_24556 - -// 124 -[idkit_124] -bodypart=4 -recol1s=15857 -recol1d=17830 -model=model_24556 - -// 125 -[idkit_125] -bodypart=4 -model=model_24557 - -// 126 -[idkit_126] -bodypart=4 -recol1s=15856 -recol1d=17830 -model=model_24557 - -// 127 -[idkit_127] -bodypart=11 -recol1s=15856 -recol1d=17830 -model=model_353 - -// 128 -[idkit_128] -bodypart=12 -model=model_40487 - -// 129 -[idkit_129] -bodypart=12 -model=model_40475 - -// 130 -[idkit_130] -bodypart=12 -model=model_40484 - -// 131 -[idkit_131] -bodypart=12 -model=model_27653 - -// 132 -[idkit_132] -bodypart=12 -model=model_40481 - -// 133 -[idkit_133] -bodypart=12 -model=model_27651 - -// 134 -[idkit_134] -bodypart=12 -model=model_27652 - -// 135 -[idkit_135] -bodypart=7 -head1=model_39049 -model=model_16458 - -// 136 -[idkit_136] -bodypart=7 -head1=model_38909 -model=model_16453 - -// 137 -[idkit_137] -bodypart=7 -head1=model_38918 -model=model_16460 - -// 138 -[idkit_138] -bodypart=7 -head1=model_39158 -model=model_16457 - -// 139 -[idkit_139] -bodypart=7 -head1=model_39161 -model=model_27664 - -// 140 -[idkit_140] -bodypart=7 -head1=model_39072 -model=model_27660 - -// 141 -[idkit_141] -bodypart=7 -head1=model_38935 -model=model_27662 - -// 142 -[idkit_142] -bodypart=7 -head1=model_39056 -model=model_16454 - -// 143 -[idkit_143] -bodypart=7 -head1=model_38949 -model=model_27663 - -// 144 -[idkit_144] -bodypart=7 -head1=model_39071 -model=model_27661 - -// 145 -[idkit_145] -bodypart=7 -head1=model_39030 -model=model_27658 - -// 146 -[idkit_146] -bodypart=7 -head1=model_39062 -model=model_27659 - -// 147 -[idkit_147] -bodypart=10 -model=model_27670 - -// 148 -[idkit_148] -bodypart=10 -model=model_27666 - -// 149 -[idkit_149] -bodypart=10 -model=model_27665 - -// 150 -[idkit_150] -bodypart=10 -model=model_27668 - -// 151 -[idkit_151] -bodypart=10 -model=model_27669 - -// 152 -[idkit_152] -bodypart=10 -model=model_27667 - -// 153 -[idkit_153] -bodypart=9 -model=model_27673 - -// 154 -[idkit_154] -bodypart=9 -model=model_27675 - -// 155 -[idkit_155] -bodypart=9 -model=model_27672 - -// 156 -[idkit_156] -bodypart=9 -model=model_27674 - -// 157 -[idkit_157] -bodypart=9 -model=model_27671 - -// 158 -[idkit_158] -bodypart=9 -model=model_27676 - -// 159 -[idkit_159] -bodypart=11 -model=model_24559 - -// 160 -[idkit_160] -bodypart=11 -recol1s=15856 -recol1d=17830 -model=model_24559 - -// 161 -[idkit_161] -bodypart=11 -model=model_24560 - -// 162 -[idkit_162] -bodypart=11 -recol1s=15856 -recol1d=17830 -model=model_24560 - -// 163 -[idkit_163] -bodypart=11 -model=model_24561 - -// 164 -[idkit_164] -bodypart=11 -recol1s=15856 -recol1d=17830 -model=model_24561 - -// 165 -[idkit_165] -bodypart=11 -model=model_24562 - -// 166 -[idkit_166] -bodypart=11 -recol1s=15856 -recol1d=17830 -model=model_24562 - -// 167 -[idkit_167] -bodypart=11 -model=model_24563 - -// 168 -[idkit_168] -bodypart=11 -recol1s=15856 -recol1d=17830 -model=model_24563 - -// 169 -[idkit_169] -bodypart=0 -head1=model_40032 -model=model_40240 - -// 170 -[idkit_170] -bodypart=0 -head1=model_40036 -model=model_40235 - -// 171 -[idkit_171] -bodypart=0 -head1=model_39669 -model=model_214 - -// 172 -[idkit_172] -bodypart=0 -head1=model_39652 -model=model_214 - -// 173 -[idkit_173] -bodypart=0 -head1=model_39576 -model=model_217 - -// 174 -[idkit_174] -bodypart=0 -head1=model_39908 -model=model_217 - -// 175 -[idkit_175] -bodypart=0 -head1=model_40010 -model=model_223 - -// 176 -[idkit_176] -bodypart=0 -head1=model_39681 -model=model_223 - -// 177 -[idkit_177] -bodypart=0 -head1=model_39836 -model=model_215 - -// 178 -[idkit_178] -bodypart=0 -head1=model_39822 -model=model_215 - -// 179 -[idkit_179] -bodypart=0 -head1=model_39694 -model=model_235 - -// 180 -[idkit_180] -bodypart=0 -head1=model_39672 -model=model_235 - -// 181 -[idkit_181] -bodypart=0 -head1=model_40039 -model=model_40230 - -// 182 -[idkit_182] -bodypart=0 -head1=model_39711 -model=model_40227 - -// 183 -[idkit_183] -bodypart=0 -head1=model_39959 -model=model_40230 - -// 184 -[idkit_184] -bodypart=0 -head1=model_40028 -model=model_40231 - -// 185 -[idkit_185] -bodypart=0 -head1=model_39950 -model=model_40221 - -// 186 -[idkit_186] -bodypart=0 -head1=model_39625 -model=model_40232 - -// 187 -[idkit_187] -bodypart=0 -head1=model_39709 -model=model_40233 - -// 188 -[idkit_188] -bodypart=0 -head1=model_39860 -model=model_40223 - -// 189 -[idkit_189] -bodypart=0 -head1=model_40050 -model=model_40222 - -// 190 -[idkit_190] -bodypart=0 -head1=model_40027 -model=model_40239 - -// 191 -[idkit_191] -bodypart=0 -head1=model_40021 -model=model_43525 - -// 192 -[idkit_192] -bodypart=0 -head1=model_39968 -model=model_27628 - -// 193 -[idkit_193] -bodypart=0 -head1=model_40054 -model=model_40243 - -// 194 -[idkit_194] -bodypart=0 -head1=model_39882 -model=model_40229 - -// 195 -[idkit_195] -bodypart=0 -head1=model_39963 -model=model_40242 - -// 196 -[idkit_196] -bodypart=0 -head1=model_39936 -model=model_40220 - -// 197 -[idkit_197] -bodypart=0 -head1=model_39912 -model=model_40238 - -// 198 -[idkit_198] -bodypart=0 -head1=model_39788 -model=model_40234 - -// 199 -[idkit_199] -bodypart=7 -head1=model_38998 -model=model_40461 - -// 200 -[idkit_200] -bodypart=7 -head1=model_39059 -model=model_40471 - -// 201 -[idkit_201] -bodypart=7 -head1=model_39120 -model=model_40440 - -// 202 -[idkit_202] -bodypart=7 -head1=model_39004 -model=model_393 - -// 203 -[idkit_203] -bodypart=7 -head1=model_39129 -model=model_40451 - -// 204 -[idkit_204] -bodypart=7 -head1=model_39101 -model=model_391 - -// 205 -[idkit_205] -bodypart=7 -head1=model_38973 -model=model_408 - -// 206 -[idkit_206] -bodypart=7 -head1=model_39081 -model=model_40437 - -// 207 -[idkit_207] -bodypart=7 -head1=model_38898 -model=model_40463 - -// 208 -[idkit_208] -disable=yes -bodypart=7 -head1=model_38898 -model=model_40463 - -// 209 -[idkit_209] -bodypart=7 -head1=model_39153 -model=model_40444 - -// 210 -[idkit_210] -bodypart=7 -head1=model_38965 -model=model_40468 - -// 211 -[idkit_211] -bodypart=7 -head1=model_38897 -model=model_40457 - -// 212 -[idkit_212] -bodypart=7 -head1=model_39097 -model=model_40466 - -// 213 -[idkit_213] -bodypart=7 -head1=model_39121 -model=model_40449 - -// 214 -[idkit_214] -bodypart=7 -head1=model_38943 -model=model_40459 - -// 215 -[idkit_215] -bodypart=7 -head1=model_39113 -model=model_40465 - -// 216 -[idkit_216] -bodypart=7 -head1=model_38924 -model=model_16454 - -// 217 -[idkit_217] -bodypart=7 -head1=model_38993 -model=model_40467 - -// 218 -[idkit_218] -bodypart=7 -head1=model_38990 -model=model_40452 - -// 219 -[idkit_219] -bodypart=7 -head1=model_39132 -model=model_40455 - -// 220 -[idkit_220] -bodypart=7 -head1=model_39119 -model=model_40438 - -// 221 -[idkit_221] -bodypart=7 -head1=model_39079 -model=model_378 - -// 222 -[idkit_222] -bodypart=7 -head1=model_38901 -model=model_40450 - -// 223 -[idkit_223] -bodypart=7 -head1=model_39012 -model=model_40447 - -// 224 -[idkit_224] -bodypart=7 -head1=model_39003 -model=model_393 - -// 225 -[idkit_225] -bodypart=7 -head1=model_39096 -model=model_40453 - -// 226 -[idkit_226] -bodypart=7 -head1=model_39160 -model=model_391 - -// 227 -[idkit_227] -bodypart=7 -head1=model_39070 -model=model_408 - -// 228 -[idkit_228] -bodypart=7 -head1=model_39064 -model=model_40448 - -// 229 -[idkit_229] -bodypart=7 -head1=model_38947 -model=model_40442 - -// 230 -[idkit_230] -disable=yes -bodypart=7 -head1=model_38947 -model=model_40442 - -// 231 -[idkit_231] -bodypart=7 -head1=model_38914 -model=model_40446 - -// 232 -[idkit_232] -bodypart=7 -head1=model_38989 -model=model_16453 - -// 233 -[idkit_233] -bodypart=7 -head1=model_38972 -model=model_40470 - -// 234 -[idkit_234] -bodypart=7 -head1=model_39038 -model=model_40458 - -// 235 -[idkit_235] -bodypart=7 -head1=model_38933 -model=model_27664 - -// 236 -[idkit_236] -bodypart=7 -head1=model_39104 -model=model_40460 - -// 237 -[idkit_237] -bodypart=7 -head1=model_39171 -model=model_40445 - -// 238 -[idkit_238] -bodypart=7 -head1=model_39140 -model=model_40441 - -// 239 -[idkit_239] -bodypart=7 -head1=model_38984 -model=model_40469 - -// 240 -[idkit_240] -bodypart=7 -head1=model_38919 -model=model_40443 - -// 241 -[idkit_241] -bodypart=7 -head1=model_38903 -model=model_40472 - -// 242 -[idkit_242] -bodypart=7 -head1=model_38952 -model=model_27659 - -// 243 -[idkit_243] -bodypart=7 -head1=model_39170 -model=model_403 - -// 244 -[idkit_244] -bodypart=7 -head1=model_39170 -model=model_403 - -// 245 -[idkit_245] -bodypart=0 -head1=model_39836 -model=model_215 - -// 246 -[idkit_246] -bodypart=0 -head1=model_45006 -model=model_44908 - -// 247 -[idkit_247] -bodypart=0 -head1=model_45021 -model=model_44926 - -// 248 -[idkit_248] -bodypart=0 -head1=model_39836 -model=model_44917 - -// 249 -[idkit_249] -bodypart=0 -head1=model_45016 -model=model_44918 - -// 250 -[idkit_250] -bodypart=0 -head1=model_45020 -model=model_44913 - -// 251 -[idkit_251] -bodypart=0 -head1=model_45007 -model=model_44915 - -// 252 -[idkit_252] -bodypart=0 -head1=model_45013 -model=model_44921 - -// 253 -[idkit_253] -bodypart=0 -head1=model_45022 -model=model_44923 - -// 254 -[idkit_254] -bodypart=0 -head1=model_45019 -model=model_44906 - -// 255 -[idkit_255] -bodypart=0 -head1=model_45011 -model=model_44923 - -// 256 -[idkit_256] -bodypart=0 -head1=model_45014 -model=model_44916 - -// 257 -[idkit_257] -bodypart=0 -head1=model_45009 -model=model_44910 - -// 258 -[idkit_258] -bodypart=0 -head1=model_45004 -model=model_44909 - -// 259 -[idkit_259] -bodypart=0 -head1=model_45005 -model=model_44912 - -// 260 -[idkit_260] -bodypart=0 -head1=model_45008 -model=model_44924 - -// 261 -[idkit_261] -bodypart=0 -head1=model_45015 -model=model_44914 - -// 262 -[idkit_262] -bodypart=0 -head1=model_45018 -model=model_44911 - -// 263 -[idkit_263] -bodypart=0 -head1=model_45002 -model=model_44919 - -// 264 -[idkit_264] -bodypart=0 -head1=model_45028 -model=model_44920 - -// 265 -[idkit_265] -bodypart=0 -head1=model_45003 -model=model_44922 - -// 266 -[idkit_266] -bodypart=0 -head1=model_45012 -model=model_44907 - -// 267 -[idkit_267] -bodypart=0 -head1=model_45023 -model=model_44925 - -// 268 -[idkit_268] -bodypart=0 -head1=model_45010 -model=model_44927 - -// 269 -[idkit_269] -bodypart=7 -head1=model_44979 -model=model_44958 - -// 270 -[idkit_270] -bodypart=7 -head1=model_44966 -model=model_44946 - -// 271 -[idkit_271] -bodypart=7 -head1=model_44987 -model=model_44953 - -// 272 -[idkit_272] -bodypart=7 -head1=model_44972 -model=model_44950 - -// 273 -[idkit_273] -bodypart=7 -head1=model_44981 -model=model_44930 - -// 274 -[idkit_274] -bodypart=7 -head1=model_44992 -model=model_44959 - -// 275 -[idkit_275] -bodypart=7 -head1=model_44990 -model=model_44937 - -// 276 -[idkit_276] -bodypart=7 -head1=model_44988 -model=model_44940 - -// 277 -[idkit_277] -bodypart=7 -head1=model_44991 -model=model_44949 - -// 278 -[idkit_278] -bodypart=7 -head1=model_44998 -model=model_44952 - -// 279 -[idkit_279] -bodypart=7 -head1=model_44976 -model=model_44964 - -// 280 -[idkit_280] -bodypart=7 -head1=model_44983 -model=model_44963 - -// 281 -[idkit_281] -bodypart=7 -head1=model_44973 -model=model_44935 - -// 282 -[idkit_282] -bodypart=7 -head1=model_44984 -model=model_44942 - -// 283 -[idkit_283] -bodypart=7 -head1=model_44989 -model=model_44961 - -// 284 -[idkit_284] -bodypart=7 -head1=model_45000 -model=model_44947 - -// 285 -[idkit_285] -bodypart=7 -head1=model_44971 -model=model_44951 - -// 286 -[idkit_286] -bodypart=7 -head1=model_44994 -model=model_44931 - -// 287 -[idkit_287] -bodypart=7 -head1=model_44995 -model=model_44953 - -// 288 -[idkit_288] -bodypart=7 -head1=model_44968 -model=model_44956 - -// 289 -[idkit_289] -bodypart=7 -head1=model_44980 -model=model_44934 - -// 290 -[idkit_290] -bodypart=7 -head1=model_44985 -model=model_44945 - -// 291 -[idkit_291] -bodypart=7 -head1=model_44977 -model=model_44929 - -// 292 -[idkit_292] -bodypart=7 -head1=model_44969 -model=model_44939 - -// 293 -[idkit_293] -bodypart=7 -head1=model_44996 -model=model_44960 - -// 294 -[idkit_294] -bodypart=7 -head1=model_44982 -model=model_44944 - -// 295 -[idkit_295] -bodypart=7 -head1=model_44993 -model=model_44957 - -// 296 -[idkit_296] -bodypart=7 -head1=model_45001 -model=model_44954 - -// 297 -[idkit_297] -bodypart=7 -head1=model_44967 -model=model_44936 - -// 298 -[idkit_298] -bodypart=7 -head1=model_44978 -model=model_44932 - -// 299 -[idkit_299] -bodypart=7 -head1=model_44997 -model=model_44948 - -// 300 -[idkit_300] -bodypart=7 -head1=model_44974 -model=model_44965 - -// 301 -[idkit_301] -bodypart=7 -head1=model_44986 -model=model_44955 - -// 302 -[idkit_302] -bodypart=7 -head1=model_44975 -model=model_44941 - -// 303 -[idkit_303] -bodypart=7 -head1=model_44970 -model=model_44962 - -// 304 -[idkit_304] -bodypart=7 -head1=model_44999 -model=model_44943 - -// 305 -[idkit_305] -bodypart=1 -head1=model_45024 -model=model_45032 - -// 306 -[idkit_306] -bodypart=1 -head1=model_45027 -model=model_45031 - -// 307 -[idkit_307] -bodypart=1 -head1=model_45025 -model=model_45029 - -// 308 -[idkit_308] -bodypart=1 -head1=model_45026 -model=model_45030 - diff --git a/dumps/530/config/dump.inv b/dumps/530/config/dump.inv deleted file mode 100644 index 08684f525..000000000 --- a/dumps/530/config/dump.inv +++ /dev/null @@ -1,2184 +0,0 @@ -// 0 -[inv_0] -size=40 - -// 1 -[inv_1] -size=7 - -// 2 -[inv_2] -size=12 - -// 3 -[inv_3] -size=40 - -// 4 -[inv_4] -size=40 - -// 5 -[inv_5] -size=8 - -// 6 -[inv_6] -size=18 - -// 7 -[inv_7] -size=15 - -// 8 -[inv_8] -size=12 - -// 9 -[inv_9] -size=6 - -// 10 -[inv_10] -size=10 - -// 11 -[inv_11] -size=4 - -// 12 -[inv_12] -size=6 - -// 13 -[inv_13] -size=40 - -// 14 -[inv_14] -size=9 - -// 15 -[inv_15] -size=8 - -// 16 -[inv_16] -size=6 - -// 17 -[inv_17] -size=40 - -// 18 -[inv_18] -size=40 - -// 19 -[inv_19] -size=5 - -// 20 -[inv_20] -size=1 - -// 21 -[inv_21] -size=6 - -// 22 -[inv_22] -size=6 - -// 23 -[inv_23] -size=40 - -// 24 -[inv_24] -size=40 - -// 25 -[inv_25] -size=11 - -// 26 -[inv_26] -size=8 - -// 27 -[inv_27] -size=11 - -// 28 -[inv_28] -size=20 - -// 29 -[inv_29] -size=2 - -// 30 -[inv_30] -size=18 - -// 31 -[inv_31] -size=40 - -// 32 -[inv_32] -size=11 - -// 33 -[inv_33] -size=9 - -// 34 -[inv_34] -size=40 - -// 35 -[inv_35] -size=2 - -// 36 -[inv_36] -size=2 - -// 37 -[inv_37] -size=1 - -// 38 -[inv_38] -size=40 - -// 39 -[inv_39] -size=6 - -// 40 -[inv_40] -size=3 - -// 41 -[inv_41] -size=40 - -// 42 -[inv_42] -size=1 - -// 43 -[inv_43] -size=17 - -// 44 -[inv_44] -size=1 - -// 45 -[inv_45] -size=2 - -// 46 -[inv_46] -size=5 - -// 47 -[inv_47] -size=40 - -// 48 -[inv_48] -size=1 - -// 49 -[inv_49] -size=28 - -// 50 -[inv_50] -size=3 - -// 51 -[inv_51] -size=7 - -// 52 -[inv_52] -size=8 - -// 53 -[inv_53] -size=5 - -// 54 -[inv_54] -size=4 - -// 55 -[inv_55] -size=1 - -// 56 -[inv_56] -size=1 - -// 57 -[inv_57] -size=40 - -// 58 -[inv_58] -size=1 - -// 59 -[inv_59] -size=12 - -// 60 -[inv_60] -size=14 - -// 61 -[inv_61] -size=40 - -// 62 -[inv_62] -size=40 - -// 63 -[inv_63] -size=21 - -// 64 -[inv_64] -size=17 - -// 65 -[inv_65] -size=40 - -// 66 -[inv_66] -size=20 - -// 67 -[inv_67] -size=11 - -// 68 -[inv_68] -size=6 - -// 69 -[inv_69] -size=1 - -// 70 -[inv_70] -size=40 - -// 71 -[inv_71] -size=3 - -// 72 -[inv_72] -size=3 - -// 73 -[inv_73] -size=4 - -// 74 -[inv_74] -size=3 - -// 75 -[inv_75] -size=2 - -// 76 -[inv_76] -size=11 - -// 77 -[inv_77] -size=7 - -// 78 -[inv_78] -size=16 - -// 79 -[inv_79] -size=4 - -// 80 -[inv_80] -size=27 - -// 81 -[inv_81] -size=8 - -// 82 -[inv_82] -size=12 - -// 83 -[inv_83] -size=40 - -// 84 -[inv_84] -size=2 - -// 85 -[inv_85] -size=7 - -// 86 -[inv_86] -size=20 - -// 87 -[inv_87] -size=21 - -// 88 -[inv_88] -size=40 - -// 89 -[inv_89] -size=40 - -// 90 -[inv_90] -size=28 - -// 91 -[inv_91] -size=216 - -// 92 -[inv_92] -size=8 - -// 93 -[inv_93] -size=28 - -// 94 -[inv_94] -size=14 - -// 95 -[inv_95] -size=496 - -// 96 -[inv_96] -size=7 - -// 97 -[inv_97] -size=7 - -// 98 -[inv_98] -size=7 - -// 99 -[inv_99] -size=7 - -// 100 -[inv_100] -size=13 - -// 101 -[inv_101] -size=5 - -// 102 -[inv_102] -size=5 - -// 103 -[inv_103] -size=5 - -// 104 -[inv_104] -size=5 - -// 105 -[inv_105] -size=5 - -// 106 -[inv_106] -size=5 - -// 107 -[inv_107] -size=5 - -// 108 -[inv_108] -size=5 - -// 109 -[inv_109] -size=5 - -// 110 -[inv_110] -size=5 - -// 111 -[inv_111] -size=5 - -// 112 -[inv_112] -size=5 - -// 113 -[inv_113] -size=5 - -// 114 -[inv_114] -size=5 - -// 115 -[inv_115] -size=5 - -// 116 -[inv_116] -size=5 - -// 117 -[inv_117] -size=5 - -// 118 -[inv_118] -size=5 - -// 119 -[inv_119] -size=5 - -// 120 -[inv_120] -size=5 - -// 121 -[inv_121] -size=5 - -// 122 -[inv_122] -size=5 - -// 123 -[inv_123] -size=5 - -// 124 -[inv_124] -size=5 - -// 125 -[inv_125] -size=5 - -// 126 -[inv_126] -size=5 - -// 127 -[inv_127] -size=5 - -// 128 -[inv_128] -size=5 - -// 129 -[inv_129] -size=5 - -// 130 -[inv_130] -size=5 - -// 131 -[inv_131] -size=11 - -// 132 -[inv_132] -size=3 - -// 133 -[inv_133] -size=4 - -// 134 -[inv_134] -size=28 - -// 135 -[inv_135] -size=1 - -// 136 -[inv_136] -size=28 - -// 137 -[inv_137] -size=6 - -// 138 -[inv_138] -size=40 - -// 139 -[inv_139] -size=40 - -// 140 -[inv_140] -size=25 - -// 141 -[inv_141] -size=9 - -// 142 -[inv_142] -size=29 - -// 143 -[inv_143] -size=8 - -// 144 -[inv_144] -size=30 - -// 145 -[inv_145] -size=40 - -// 146 -[inv_146] -size=8 - -// 147 -[inv_147] -size=8 - -// 148 -[inv_148] -size=40 - -// 149 -[inv_149] -size=3 - -// 150 -[inv_150] -size=1 - -// 151 -[inv_151] -size=1 - -// 152 -[inv_152] -size=1 - -// 153 -[inv_153] -size=1 - -// 154 -[inv_154] -size=1 - -// 155 -[inv_155] -size=1 - -// 156 -[inv_156] -size=2 - -// 157 -[inv_157] -size=6 - -// 158 -[inv_158] -size=1 - -// 159 -[inv_159] -size=40 - -// 160 -[inv_160] -size=40 - -// 161 -[inv_161] -size=1 - -// 162 -[inv_162] -size=6 - -// 163 -[inv_163] -size=1 - -// 164 -[inv_164] -size=1 - -// 165 -[inv_165] -size=3 - -// 166 -[inv_166] -size=1 - -// 167 -[inv_167] -size=1 - -// 168 -[inv_168] -size=1 - -// 169 -[inv_169] -size=1 - -// 170 -[inv_170] -size=1 - -// 171 -[inv_171] -size=1 - -// 172 -[inv_172] -size=1 - -// 173 -[inv_173] -size=1 - -// 174 -[inv_174] -size=40 - -// 175 -[inv_175] -size=1 - -// 176 -[inv_176] -size=1 - -// 177 -[inv_177] -size=1 - -// 178 -[inv_178] -size=1 - -// 179 -[inv_179] -size=1 - -// 180 -[inv_180] -size=1 - -// 181 -[inv_181] -size=1 - -// 182 -[inv_182] -size=1 - -// 183 -[inv_183] -size=1 - -// 184 -[inv_184] -size=1 - -// 185 -[inv_185] -size=1 - -// 186 -[inv_186] -size=1 - -// 187 -[inv_187] -size=1 - -// 188 -[inv_188] -size=1 - -// 189 -[inv_189] -size=1 - -// 190 -[inv_190] -size=1 - -// 191 -[inv_191] -size=1 - -// 192 -[inv_192] -size=1 - -// 193 -[inv_193] -size=1 - -// 194 -[inv_194] -size=1 - -// 195 -[inv_195] -size=1 - -// 196 -[inv_196] -size=1 - -// 197 -[inv_197] -size=1 - -// 198 -[inv_198] -size=1 - -// 199 -[inv_199] -size=1 - -// 200 -[inv_200] -size=1 - -// 201 -[inv_201] -size=1 - -// 202 -[inv_202] -size=1 - -// 203 -[inv_203] -size=1 - -// 204 -[inv_204] -size=40 - -// 205 -[inv_205] -size=5 - -// 206 -[inv_206] -size=1 - -// 207 -[inv_207] -size=25 - -// 208 -[inv_208] -size=21 - -// 209 -[inv_209] -size=3 - -// 210 -[inv_210] -size=11 - -// 211 -[inv_211] -size=40 - -// 212 -[inv_212] -size=22 - -// 213 -[inv_213] -size=12 - -// 214 -[inv_214] -size=40 - -// 215 -[inv_215] -size=64 - -// 216 -[inv_216] -size=28 - -// 217 -[inv_217] -size=22 - -// 218 -[inv_218] -size=5 - -// 219 -[inv_219] -size=22 - -// 220 -[inv_220] -size=5 - -// 221 -[inv_221] -size=25 - -// 222 -[inv_222] -size=25 - -// 223 -[inv_223] -size=5 - -// 224 -[inv_224] -size=5 - -// 225 -[inv_225] -size=4 - -// 226 -[inv_226] -size=7 - -// 227 -[inv_227] -size=40 - -// 228 -[inv_228] -size=40 - -// 229 -[inv_229] -size=1 - -// 230 -[inv_230] -size=1 - -// 231 -[inv_231] -size=11 - -// 232 -[inv_232] -size=5 - -// 233 -[inv_233] -size=1 - -// 234 -[inv_234] -size=1 - -// 235 -[inv_235] -size=40 - -// 236 -[inv_236] -size=5 - -// 237 -[inv_237] -size=5 - -// 238 -[inv_238] -size=5 - -// 239 -[inv_239] -size=5 - -// 240 -[inv_240] -size=5 - -// 241 -[inv_241] -size=5 - -// 242 -[inv_242] -size=5 - -// 243 -[inv_243] -size=5 - -// 244 -[inv_244] -size=5 - -// 245 -[inv_245] -size=5 - -// 246 -[inv_246] -size=40 - -// 247 -[inv_247] -size=40 - -// 248 -[inv_248] -size=1 - -// 249 -[inv_249] -size=1 - -// 250 -[inv_250] -size=9 - -// 251 -[inv_251] -size=5 - -// 252 -[inv_252] -size=13 - -// 253 -[inv_253] -size=6 - -// 254 -[inv_254] -size=40 - -// 255 -[inv_255] -size=40 - -// 256 -[inv_256] -size=40 - -// 257 -[inv_257] -size=1 - -// 258 -[inv_258] -size=6 - -// 259 -[inv_259] -size=1 - -// 260 -[inv_260] -size=15 - -// 261 -[inv_261] -size=6 - -// 262 -[inv_262] -size=11 - -// 263 -[inv_263] -size=9 - -// 264 -[inv_264] -size=40 - -// 265 -[inv_265] -size=5 - -// 266 -[inv_266] -size=10 - -// 267 -[inv_267] -size=3 - -// 268 -[inv_268] -size=6 - -// 269 -[inv_269] -size=4 - -// 270 -[inv_270] -size=3 - -// 271 -[inv_271] -size=6 - -// 272 -[inv_272] -size=3 - -// 273 -[inv_273] -size=16 - -// 274 -[inv_274] -size=1 - -// 275 -[inv_275] -size=1 - -// 276 -[inv_276] -size=8 - -// 277 -[inv_277] -size=8 - -// 278 -[inv_278] -size=40 - -// 279 -[inv_279] -size=40 - -// 280 -[inv_280] -size=25 - -// 281 -[inv_281] -size=25 - -// 282 -[inv_282] -size=25 - -// 283 -[inv_283] -size=25 - -// 284 -[inv_284] -size=1 - -// 285 -[inv_285] -size=1 - -// 286 -[inv_286] -size=1 - -// 287 -[inv_287] -size=1 - -// 288 -[inv_288] -size=1 - -// 289 -[inv_289] -size=1 - -// 290 -[inv_290] -size=1 - -// 291 -[inv_291] -size=1 - -// 292 -[inv_292] -size=1 - -// 293 -[inv_293] -size=1 - -// 294 -[inv_294] -size=1 - -// 295 -[inv_295] -size=1 - -// 296 -[inv_296] -size=1 - -// 297 -[inv_297] -size=1 - -// 298 -[inv_298] -size=1 - -// 299 -[inv_299] -size=1 - -// 300 -[inv_300] -size=1 - -// 301 -[inv_301] -size=40 - -// 302 -[inv_302] -size=9 - -// 303 -[inv_303] -size=11 - -// 304 -[inv_304] -size=5 - -// 305 -[inv_305] -size=30 - -// 306 -[inv_306] -size=7 - -// 307 -[inv_307] -size=28 - -// 308 -[inv_308] -size=81 - -// 309 -[inv_309] -size=5 - -// 310 -[inv_310] -size=5 - -// 311 -[inv_311] -size=8 - -// 312 -[inv_312] -size=5 - -// 313 -[inv_313] -size=4 - -// 314 -[inv_314] -size=9 - -// 315 -[inv_315] -size=9 - -// 316 -[inv_316] -size=18 - -// 317 -[inv_317] -size=9 - -// 318 -[inv_318] -size=7 - -// 319 -[inv_319] -size=24 - -// 320 -[inv_320] -size=6 - -// 321 -[inv_321] -size=1 - -// 322 -[inv_322] -size=1 - -// 323 -[inv_323] -size=1 - -// 324 -[inv_324] -size=1 - -// 325 -[inv_325] -size=8 - -// 326 -[inv_326] -size=16 - -// 327 -[inv_327] -size=8 - -// 328 -[inv_328] -size=21 - -// 329 -[inv_329] -size=21 - -// 330 -[inv_330] -size=21 - -// 331 -[inv_331] -size=21 - -// 332 -[inv_332] -size=21 - -// 333 -[inv_333] -size=21 - -// 334 -[inv_334] -size=1 - -// 335 -[inv_335] -size=1 - -// 336 -[inv_336] -size=1 - -// 337 -[inv_337] -size=1 - -// 338 -[inv_338] -size=1 - -// 339 -[inv_339] -size=1 - -// 340 -[inv_340] -size=1 - -// 341 -[inv_341] -size=1 - -// 342 -[inv_342] -size=1 - -// 343 -[inv_343] -size=40 - -// 344 -[inv_344] -size=7 - -// 345 -[inv_345] -size=2 - -// 346 -[inv_346] -size=4 - -// 347 -[inv_347] -size=26 - -// 348 -[inv_348] -size=5 - -// 349 -[inv_349] -size=3 - -// 350 -[inv_350] -size=10 - -// 351 -[inv_351] -size=13 - -// 352 -[inv_352] -size=10 - -// 353 -[inv_353] -size=1 - -// 354 -[inv_354] -size=6 - -// 355 -[inv_355] -size=2 - -// 356 -[inv_356] -size=19 - -// 357 -[inv_357] -size=19 - -// 358 -[inv_358] -size=19 - -// 359 -[inv_359] -size=19 - -// 360 -[inv_360] -size=19 - -// 361 -[inv_361] -size=19 - -// 362 -[inv_362] -size=19 - -// 363 -[inv_363] -size=19 - -// 364 -[inv_364] -size=19 - -// 365 -[inv_365] -size=19 - -// 366 -[inv_366] -size=2 - -// 367 -[inv_367] -size=4 - -// 368 -[inv_368] -size=6 - -// 369 -[inv_369] -size=8 - -// 370 -[inv_370] -size=10 - -// 371 -[inv_371] -size=12 - -// 372 -[inv_372] -size=14 - -// 373 -[inv_373] -size=16 - -// 374 -[inv_374] -size=18 - -// 375 -[inv_375] -size=20 - -// 376 -[inv_376] -size=8 - -// 377 -[inv_377] -size=11 - -// 378 -[inv_378] -size=11 - -// 379 -[inv_379] -size=11 - -// 380 -[inv_380] -size=11 - -// 381 -[inv_381] -size=11 - -// 382 -[inv_382] -size=1 - -// 383 -[inv_383] -size=40 - -// 384 -[inv_384] -size=3 - -// 385 -[inv_385] -size=3 - -// 386 -[inv_386] -size=2 - -// 387 -[inv_387] -size=12 - -// 388 -[inv_388] -size=8 - -// 389 -[inv_389] -size=40 - -// 390 -[inv_390] -size=87 - -// 391 -[inv_391] -size=40 - -// 392 -[inv_392] -size=17 - -// 393 -[inv_393] -size=4 - -// 394 -[inv_394] -size=8 - -// 395 -[inv_395] -size=5 - -// 396 -[inv_396] -size=4 - -// 397 -[inv_397] -size=23 - -// 398 -[inv_398] -size=8 - -// 399 -[inv_399] -size=40 - -// 400 -[inv_400] -size=40 - -// 401 -[inv_401] -size=40 - -// 402 -[inv_402] -size=40 - -// 403 -[inv_403] -size=40 - -// 404 -[inv_404] -size=40 - -// 405 -[inv_405] -size=40 - -// 406 -[inv_406] -size=40 - -// 407 -[inv_407] -size=40 - -// 408 -[inv_408] -size=40 - -// 409 -[inv_409] -size=40 - -// 410 -[inv_410] -size=5 - -// 411 -[inv_411] -size=38 - -// 412 -[inv_412] -size=3 - -// 413 -[inv_413] -size=5 - -// 414 -[inv_414] -size=30 - -// 415 -[inv_415] -size=1 - -// 416 -[inv_416] -size=40 - -// 417 -[inv_417] -size=2 - -// 418 -[inv_418] -size=17 - -// 419 -[inv_419] -size=18 - -// 420 -[inv_420] -size=1 - -// 421 -[inv_421] -size=1 - -// 422 -[inv_422] -size=1 - -// 423 -[inv_423] -size=1 - -// 424 -[inv_424] -size=1 - -// 425 -[inv_425] -size=1 - -// 426 -[inv_426] -size=1 - -// 427 -[inv_427] -size=19 - -// 428 -[inv_428] -size=19 - -// 429 -[inv_429] -size=1 - -// 430 -[inv_430] -size=2 - -// 431 -[inv_431] -size=2 - -// 432 -[inv_432] -size=2 - -// 433 -[inv_433] -size=2 - -// 434 -[inv_434] -size=1 - -// 435 -[inv_435] -size=2 - -// 436 -[inv_436] -size=2 - -// 437 -[inv_437] -size=1 - -// 438 -[inv_438] -size=3 - -// 439 -[inv_439] -size=4 - -// 440 -[inv_440] -size=28 - -// 441 -[inv_441] -size=40 - -// 442 -[inv_442] -size=40 - -// 443 -[inv_443] -size=4 - -// 444 -[inv_444] -size=10 - -// 445 -[inv_445] -size=30 - -// 446 -[inv_446] -size=30 - -// 447 -[inv_447] -size=30 - -// 448 -[inv_448] -size=30 - -// 449 -[inv_449] -size=30 - -// 450 -[inv_450] -size=30 - -// 451 -[inv_451] -size=30 - -// 452 -[inv_452] -size=30 - -// 453 -[inv_453] -size=30 - -// 454 -[inv_454] -size=40 - -// 455 -[inv_455] -size=40 - -// 456 -[inv_456] -size=40 - -// 457 -[inv_457] -size=8 - -// 458 -[inv_458] -size=8 - -// 459 -[inv_459] -size=8 - -// 460 -[inv_460] -size=8 - -// 461 -[inv_461] -size=5 - -// 462 -[inv_462] -size=5 - -// 465 -[inv_465] -size=10 - -// 466 -[inv_466] -size=28 - -// 467 -[inv_467] -size=28 - -// 468 -[inv_468] -size=40 - -// 469 -[inv_469] -size=1 - -// 470 -[inv_470] -size=1 - -// 471 -[inv_471] -size=1 - -// 472 -[inv_472] -size=1 - -// 473 -[inv_473] -size=1 - -// 474 -[inv_474] -size=1 - -// 475 -[inv_475] -size=1 - -// 476 -[inv_476] -size=1 - -// 477 -[inv_477] -size=1 - -// 478 -[inv_478] -size=1 - -// 479 -[inv_479] -size=1 - -// 480 -[inv_480] -size=1 - -// 481 -[inv_481] -size=1 - -// 482 -[inv_482] -size=20 - -// 483 -[inv_483] -size=10 - -// 484 -[inv_484] -size=10 - -// 485 -[inv_485] -size=30 - -// 486 -[inv_486] -size=30 - -// 487 -[inv_487] -size=30 - -// 488 -[inv_488] -size=30 - -// 489 -[inv_489] -size=5 - -// 490 -[inv_490] -size=1 - -// 491 -[inv_491] -size=10 - -// 492 -[inv_492] -size=4 - -// 493 -[inv_493] -size=11 - -// 494 -[inv_494] -size=6 - -// 495 -[inv_495] -size=7 - -// 496 -[inv_496] -size=30 - -// 497 -[inv_497] -size=30 - -// 498 -[inv_498] -size=30 - -// 499 -[inv_499] -size=30 - -// 500 -[inv_500] -size=30 - -// 501 -[inv_501] -size=30 - -// 502 -[inv_502] -size=7 - -// 503 -[inv_503] -size=5 - -// 504 -[inv_504] -size=6 - -// 505 -[inv_505] -size=8 - -// 506 -[inv_506] -size=5 - -// 507 -[inv_507] -size=8 - -// 508 -[inv_508] -size=3 - -// 509 -[inv_509] -size=40 - -// 510 -[inv_510] -size=100 - -// 511 -[inv_511] -size=10 - -// 512 -[inv_512] -size=3 - -// 513 -[inv_513] -size=40 - -// 514 -[inv_514] -size=36 - -// 515 -[inv_515] -size=5 - -// 516 -[inv_516] -size=1 - -// 517 -[inv_517] -size=1 - -// 518 -[inv_518] -size=1 - -// 519 -[inv_519] -size=1 - -// 520 -[inv_520] -size=1 - -// 521 -[inv_521] -size=1 - -// 522 -[inv_522] -size=1 - -// 523 -[inv_523] -size=2 - -// 524 -[inv_524] -size=2 - -// 525 -[inv_525] -size=2 - -// 526 -[inv_526] -size=2 - -// 527 -[inv_527] -size=2 - -// 528 -[inv_528] -size=2 - -// 529 -[inv_529] -size=216 - -// 530 -[inv_530] -size=30 - -// 531 -[inv_531] -size=4 - -// 532 -[inv_532] -size=8 - -// 533 -[inv_533] -size=17 - -// 534 -[inv_534] -size=26 - -// 535 -[inv_535] -size=14 - -// 536 -[inv_536] -size=40 - -// 537 -[inv_537] -size=30 - -// 538 -[inv_538] -size=13 - -// 539 -[inv_539] -size=1 - -// 540 -[inv_540] -size=1 - -// 541 -[inv_541] -size=1 - -// 542 -[inv_542] -size=4 - -// 543 -[inv_543] -size=4 - -// 544 -[inv_544] -size=10 - -// 545 -[inv_545] -size=30 - -// 546 -[inv_546] -size=1 - -// 547 -[inv_547] -size=2 - diff --git a/dumps/530/config/dump.loc b/dumps/530/config/dump.loc deleted file mode 100644 index 14e6f55e5..000000000 --- a/dumps/530/config/dump.loc +++ /dev/null @@ -1,499567 +0,0 @@ -// 0 -[loc_0] -active=yes -multivar=varplayer_0 -multiloc=3,loc_15596 - -// 1 -[loc_1] -resizex=100 -resizey=100 -resizez=100 -op1=Search -anim=seq_3206 -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_15402 -name=Crate - -// 2 -[loc_2] -width=4 -length=2 -forceapproach=south -op1=Enter -model=model_731 -name=Cave Entrance - -// 3 -[loc_3] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 4 -[loc_4] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 5 -[loc_5] -length=3 -width=3 -op1=Inspect -model=model_35774 -name=Broken multicannon - -// 6 -[loc_6] -length=3 -width=3 -op1=Fire -op2=Pick-up -blockwalk=no -model=model_35773 -name=Dwarf multicannon - -// 7 -[loc_7] -length=3 -width=3 -op1=Pick-up -blockwalk=no -model=model_35767 -name=Cannon base - -// 8 -[loc_8] -length=3 -width=3 -op1=Pick-up -blockwalk=no -model=model_35758 -name=Cannon stand - -// 9 -[loc_9] -length=3 -width=3 -op1=Pick-up -blockwalk=no -model=model_35766 -name=Cannon barrels - -// 10 -[loc_10] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1215 -name=Ladder - -// 11 -[loc_11] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 12 -[loc_12] -op1=Climb-over -recol1s=6342 -recol1d=16772 -model=model_1391 -name=Rock pile - -// 13 -[loc_13] -length=2 -shadow=no -hillskew=yes -op1=Climb-over -blockrange=no -model=model_1411 -name=Mud pile - -// 14 -[loc_14] -sharelight=yes -hillskew=yes -op1=Inspect -blockrange=no -model=model_969,1 -model=model_970,5 -name=Railing - -// 15 -[loc_15] -active=yes -hillskew=yes -ambient=10 -contrast=5 -op1=Inspect -blockrange=no -model=model_15396,1 -name=Railing - -// 16 -[loc_16] -active=yes -hillskew=yes -ambient=10 -contrast=5 -op1=Inspect -blockrange=no -model=model_15396,1 -name=Railing - -// 17 -[loc_17] -active=yes -hillskew=yes -ambient=10 -contrast=5 -op1=Inspect -blockrange=no -model=model_15396,1 -name=Railing - -// 18 -[loc_18] -active=yes -hillskew=yes -ambient=10 -contrast=5 -op1=Inspect -blockrange=no -model=model_15396,1 -name=Railing - -// 19 -[loc_19] -active=yes -hillskew=yes -ambient=10 -contrast=5 -op1=Inspect -blockrange=no -model=model_15396,1 -name=Railing - -// 20 -[loc_20] -active=yes -hillskew=yes -ambient=10 -contrast=5 -op1=Inspect -blockrange=no -model=model_15396,1 -name=Railing - -// 21 -[loc_21] -width=4 -length=4 -model=model_1729 -name=Mysterious statue - -// 22 -[loc_22] -active=yes -op1=Open -mirror=yes -model=model_11474,1 -name=Door - -// 23 -[loc_23] -op1=Prod -op2=Open -model=model_1482 -name=Sacks - -// 24 -[loc_24] -active=yes -op1=Open -active=yes -raiseobject=no -recol1s=14660 -recol1d=10502 -recol2s=14626 -recol2d=6274 -recol3s=13569 -recol3d=4160 -recol4s=12512 -recol4d=10502 -recol5s=9411 -recol5d=19875 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 25 -[loc_25] -active=yes -ambient=25 -contrast=15 -recolhsl1s=41905 -recolhsl1d=952 -recolhsl2s=41763 -recolhsl2d=940 -recolhsl3s=41753 -recolhsl3d=930 -model=model_37402 -name=Clock spindle - -// 26 -[loc_26] -active=yes -ambient=25 -contrast=15 -recolhsl1s=41905 -recolhsl1d=3088 -recolhsl2s=41763 -recolhsl2d=3082 -recolhsl3s=41753 -recolhsl3d=0 -model=model_37402 -name=Clock spindle - -// 27 -[loc_27] -active=yes -ambient=25 -contrast=15 -recolhsl1s=41905 -recolhsl1d=100 -recol2s=2223 -recol2d=21107 -recolhsl3s=41753 -recolhsl3d=60 -model=model_37402 -name=Clock spindle - -// 28 -[loc_28] -active=yes -ambient=25 -contrast=15 -model=model_37402 -name=Clock spindle - -// 29 -[loc_29] -active=yes -ambient=25 -contrast=15 -recolhsl1s=41905 -recolhsl1d=952 -recolhsl2s=41763 -recolhsl2d=940 -recolhsl3s=41753 -recolhsl3d=930 -model=model_37402 -name=Clock spindle - -// 30 -[loc_30] -active=yes -ambient=25 -contrast=15 -recolhsl1s=41905 -recolhsl1d=3088 -recolhsl2s=41763 -recolhsl2d=3082 -recolhsl3s=41753 -recolhsl3d=0 -model=model_37402 -name=Clock spindle - -// 31 -[loc_31] -active=yes -ambient=25 -contrast=15 -recolhsl1s=41905 -recolhsl1d=100 -recol2s=2223 -recol2d=21107 -recolhsl3s=41753 -recolhsl3d=60 -model=model_37402 -name=Clock spindle - -// 32 -[loc_32] -active=yes -ambient=25 -contrast=15 -model=model_37402 -name=Clock spindle - -// 33 -[loc_33] -active=yes -op1=Pull -ambient=15 -contrast=15 -model=model_2077,Q -name=Lever - -// 34 -[loc_34] -active=yes -op1=Pull -ambient=15 -contrast=15 -model=model_2108,Q -name=Lever - -// 35 -[loc_35] -active=yes -op1=Pull -model=model_2108,Q -name=Lever - -// 36 -[loc_36] -active=yes -op1=Pull -model=model_2077,Q -name=Lever - -// 37 -[loc_37] -active=yes -op1=Open -ambient=25 -contrast=15 -model=model_27252,1 -name=Gate - -// 38 -[loc_38] -active=yes -op1=Open -model=model_609,1 -name=Gate - -// 39 -[loc_39] -active=yes -op1=Go-through -ambient=25 -contrast=15 -model=model_27252,1 -name=Gate - -// 40 -[loc_40] -width=2 -active=yes -model=model_14206 -name=Food trough - -// 41 -[loc_41] -op1=Search -model=model_2063,Q -name=Wall Pipe - -// 42 -[loc_42] -active=yes -multivar=varplayerbit_4833 -multiloc=1,loc_34995 - -// 43 -[loc_43] -anim=seq_9645 -hardshadow=no -model=model_36844 -name=Water - -// 44 -[loc_44] -sharelight=yes -active=no -hillskew=yes -contrast=20 -occlude=yes -model=model_36043,A -model=model_36047,S -model=model_36041,D -model=model_36044,H - -// 45 -[loc_45] -width=2 -length=3 -op1=Climb-up -sharelight=yes -forceapproach=south -msi=msi_7 -model=model_35821 -name=Staircase - -// 46 -[loc_46] -width=2 -length=2 -op1=Climb-down -sharelight=yes -forceapproach=north -msi=msi_7 -model=model_35804 -name=Staircase - -// 47 -[loc_47] -active=yes -op1=Open -model=model_14353,1 -name=Gate - -// 48 -[loc_48] -active=yes -mirror=yes -op1=Open -model=model_14353,1 -name=Gate - -// 49 -[loc_49] -active=yes -model=model_14353,1 -name=Gate - -// 50 -[loc_50] -active=yes -mirror=yes -model=model_14353,1 -name=Gate - -// 51 -[loc_51] -sharelight=yes -hillskew=yes -op1=Squeeze-through -model=model_14355,1 -name=Loose Railing - -// 52 -[loc_52] -op1=Open -sharelight=yes -model=model_14356,1 -name=Gate - -// 53 -[loc_53] -op1=Open -mirror=yes -sharelight=yes -model=model_14356,1 -name=Gate - -// 54 -[loc_54] -width=2 -length=3 -op1=Climb-up -msi=msi_7 -forceapproach=south -recol1s=11561 -recol1d=10500 -recol2s=10504 -recol2d=9443 -recol3s=8456 -recol3d=8386 -recol4s=7399 -recol4d=7329 -recol5s=6342 -recol5d=6272 -recol6s=13675 -recol6d=12614 -model=model_14360 -name=Stairs - -// 55 -[loc_55] -width=2 -length=2 -op1=Climb-down -msi=msi_7 -forceapproach=north -recol1s=11561 -recol1d=10500 -recol2s=10504 -recol2d=9443 -recol3s=8456 -recol3d=8386 -recol4s=7399 -recol4d=7329 -recol5s=6342 -recol5d=6272 -recol6s=13675 -recol6d=12614 -model=model_14361 -name=Stairs - -// 56 -[loc_56] -width=2 -length=3 -op1=Climb-up -msi=msi_7 -forceapproach=south -recol1s=11561 -recol1d=10500 -recol2s=10504 -recol2d=9443 -recol3s=8456 -recol3d=8386 -recol4s=7399 -recol4d=7329 -recol5s=6342 -recol5d=6272 -recol6s=13675 -recol6d=12614 -model=model_14360 -name=Stairs - -// 57 -[loc_57] -width=2 -length=2 -op1=Climb-down -msi=msi_7 -forceapproach=north -recol1s=11561 -recol1d=10500 -recol2s=10504 -recol2d=9443 -recol3s=8456 -recol3d=8386 -recol4s=7399 -recol4d=7329 -recol5s=6342 -recol5d=6272 -recol6s=13675 -recol6d=12614 -model=model_14361 -name=Stairs - -// 58 -[loc_58] -op1=Check -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=16416 -recol1d=10338 -recol2s=17440 -recol2d=9281 -model=model_1697,0 -name=Vine - -// 59 -[loc_59] -ambient=25 -contrast=15 -active=yes -op1=Open -recol1s=11526 -recol1d=11590 -recol2s=8355 -recol2d=5248 -recol3s=7298 -recol3d=6305 -recol4s=10469 -recol4d=9476 -recol5s=27296 -recol5d=10568 -recol6s=25216 -recol6d=8454 -model=model_22972,1 -name=Door - -// 60 -[loc_60] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 61 -[loc_61] -active=yes -width=2 -op1=Pray-at -op2=Check -model=model_1216 -name=Chaos altar - -// 62 -[loc_62] -active=yes -width=2 -length=2 -op1=Smash -model=model_1747 -name=Giant crystal - -// 63 -[loc_63] -active=yes -op2=Hide-in -model=model_2143 -name=Crate - -// 64 -[loc_64] -active=yes -op2=Hide-in -recol1s=13639 -recol1d=10501 -recol2s=10468 -recol2d=13672 -recol3s=9411 -recol3d=11558 -recol4s=8354 -recol4d=9444 -recol5s=12582 -recol5d=10501 -recol6s=11525 -recol6d=8387 -model=model_3815 -name=Crate - -// 65 -[loc_65] -sharelight=yes -occlude=yes -op1=Climb-out -ambient=25 -contrast=25 -model=model_37663,1 -model=model_37622,4 -name=Crate wall - -// 66 -[loc_66] -sharelight=yes -occlude=yes -op1=Climb-out -ambient=25 -contrast=25 -model=model_37663,1 -model=model_37622,4 -name=Crate wall - -// 67 -[loc_67] -active=yes -op2=Check -model=model_2143 -name=Crate - -// 68 -[loc_68] -active=yes -op1=Take-from -op2=Take-honey -bgsound=synth_3045,3 -model=model_1505 -name=Beehive - -// 69 -[loc_69] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 70 -[loc_70] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 71 -[loc_71] -op1=Open -op2=Knock-at -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -model=model_639,1 -name=Large door - -// 72 -[loc_72] -op1=Open -op2=Knock-at -mirror=yes -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -model=model_639,1 -name=Large door - -// 73 -[loc_73] -active=yes -op1=Open -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -model=model_639,1 -name=Large door - -// 74 -[loc_74] -active=yes -mirror=yes -op1=Open -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -model=model_639,1 -name=Large door - -// 75 -[loc_75] -op1=Open -forceapproach=north -model=model_1249 -name=Chest - -// 76 -[loc_76] -op1=Search -op2=Close -forceapproach=north -model=model_1226 -name=Chest - -// 77 -[loc_77] -active=yes -mirror=yes -model=model_44355,1 -name=Door - -// 78 -[loc_78] -active=yes -model=model_44355,1 -name=Door - -// 79 -[loc_79] -contrast=15 -ambient=20 -op1=Open -mirror=yes -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -model=model_44355,1 -name=Prison Door - -// 80 -[loc_80] -contrast=15 -ambient=20 -op1=Open -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -model=model_44355,1 -name=Prison Door - -// 81 -[loc_81] -active=yes -op1=Open -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 82 -[loc_82] -active=yes -op1=Open -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 83 -[loc_83] -shadow=no -msi=msi_22 -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 84 -[loc_84] -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 85 -[loc_85] -shadow=no -msi=msi_22 -blockrange=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 86 -[loc_86] -active=yes -model=model_2092,Q -name=Lever bracket - -// 87 -[loc_87] -active=yes -op1=Pull -model=model_2108,Q -name=Lever - -// 88 -[loc_88] -active=no -model=model_2077,Q - -// 89 -[loc_89] -mirror=yes -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -model=model_27252,1 -name=Gate - -// 90 -[loc_90] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -model=model_27252,1 -name=Gate - -// 91 -[loc_91] -active=yes -op1=Pull -op2=Search for traps -model=model_2108,Q -name=Lever - -// 92 -[loc_92] -active=yes -op1=Open -active=yes -recol1s=18857 -recol1d=15686 -recol2s=17766 -recol2d=14629 -recol3s=15686 -recol3d=13572 -recol4s=14629 -recol4d=12515 -recol5s=9411 -recol5d=11458 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 93 -[loc_93] -active=yes -op1=Open -active=yes -model=model_9476,1 -model=model_9477,5 -name=Door - -// 94 -[loc_94] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -model=model_27252,1 -name=Gate - -// 95 -[loc_95] -op1=Open -mirror=yes -active=yes -ambient=25 -contrast=15 -blockrange=no -model=model_27252,1 -name=Gate - -// 96 -[loc_96] -width=2 -length=3 -op1=Climb-up -active=yes -recol1s=13675 -recol1d=2114 -recol2s=10504 -recol2d=6342 -recol3s=12512 -recol3d=5216 -model=model_1176 -name=Stairs - -// 97 -[loc_97] -width=2 -length=2 -active=no -recol1s=13675 -recol1d=2114 -recol2s=10504 -recol2d=6342 -recol3s=12512 -recol3d=5216 -model=model_1268 - -// 98 -[loc_98] -width=2 -length=3 -op1=Climb-down -active=yes -recol1s=13675 -recol1d=2114 -recol2s=10504 -recol2d=6342 -recol3s=12512 -recol3d=5216 -model=model_1211 -name=Stairs - -// 99 -[loc_99] -active=yes -op1=Open -active=yes -model=model_9476,1 -model=model_9477,5 -name=Door - -// 100 -[loc_100] -op1=Open -blockwalk=no -model=model_1205,0 -name=Trapdoor - -// 101 -[loc_101] -active=yes -op1=Climb-up -msi=msi_7 -model=model_37482 -name=Ladder - -// 102 -[loc_102] -ambient=25 -raiseobject=no -active=yes -op1=Open -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 103 -[loc_103] -op1=Open -forceapproach=north -model=model_1249 -name=Closed chest - -// 104 -[loc_104] -op1=Search -op2=Shut -forceapproach=north -model=model_1226 -name=Open chest - -// 105 -[loc_105] -blockwalk=no -model=model_1244 -name=Trapdoor - -// 106 -[loc_106] -blockwalk=no -model=model_1223 -name=Trapdoor - -// 107 -[loc_107] -sharelight=yes -recol1s=29408 -recol1d=5216 -recol2s=15392 -recol2d=4096 -model=model_1110,0 - -// 108 -[loc_108] -sharelight=yes -recol1s=29408 -recol1d=5216 -recol2s=15392 -recol2d=4096 -model=model_1134,0 - -// 109 -[loc_109] -sharelight=yes -recol1s=29408 -recol1d=5216 -recol2s=15392 -recol2d=4096 -model=model_1067,0 - -// 110 -[loc_110] -recol1s=9444 -recol1d=4193 -model=model_1029,0 - -// 111 -[loc_111] -recol1s=9444 -recol1d=4193 -model=model_1038,0 - -// 112 -[loc_112] -recol1s=9444 -recol1d=4193 -model=model_1056,0 - -// 113 -[loc_113] -recol1s=9444 -recol1d=4193 -model=model_1085,0 - -// 114 -[loc_114] -forceapproach=east -length=2 -bgsound=synth_2199,5 -ambient=25 -contrast=15 -recol1s=12618 -recol1d=16846 -recol2s=10504 -recol2d=12618 -recol3s=7399 -recol3d=8456 -model=model_12616 -name=Cooking range - -// 115 -[loc_115] -anim=seq_498 -blockwalk=no -ambient=60 -op1=Burst -model=model_2228,8 -model=model_2226,2 -model=model_2227,3 -name=Party Balloon - -// 116 -[loc_116] -anim=seq_498 -blockwalk=no -ambient=60 -op1=Burst -recol1s=32736 -recol1d=31808 -model=model_2228,8 -model=model_2226,2 -model=model_2227,3 -name=Party Balloon - -// 117 -[loc_117] -anim=seq_498 -blockwalk=no -ambient=60 -op1=Burst -recol1s=32736 -recol1d=1118 -model=model_2228,8 -model=model_2226,2 -model=model_2227,3 -name=Party Balloon - -// 118 -[loc_118] -anim=seq_498 -blockwalk=no -ambient=60 -op1=Burst -recol1s=32736 -recol1d=1986 -model=model_2228,8 -model=model_2226,2 -model=model_2227,3 -name=Party Balloon - -// 119 -[loc_119] -anim=seq_498 -blockwalk=no -ambient=60 -op1=Burst -recol1s=32736 -recol1d=27679 -model=model_2228,8 -model=model_2226,2 -model=model_2227,3 -name=Party Balloon - -// 120 -[loc_120] -anim=seq_498 -blockwalk=no -ambient=60 -op1=Burst -recol1s=32736 -recol1d=32767 -model=model_2228,8 -model=model_2226,2 -model=model_2227,3 -name=Party Balloon - -// 121 -[loc_121] -anim=seq_498 -blockwalk=no -ambient=60 -op1=Burst -model=model_2226 -name=Party Balloon - -// 122 -[loc_122] -anim=seq_498 -blockwalk=no -ambient=60 -op1=Burst -model=model_2227 -name=Party Balloon - -// 123 -[loc_123] -anim=seq_499 -blockwalk=no -ambient=60 -model=model_2229 -name=Party Balloon - -// 124 -[loc_124] -anim=seq_499 -blockwalk=no -ambient=60 -recol1s=32736 -recol1d=31808 -model=model_2229 -name=Party Balloon - -// 125 -[loc_125] -anim=seq_499 -blockwalk=no -ambient=60 -recol1s=32736 -recol1d=1118 -model=model_2229 -name=Party Balloon - -// 126 -[loc_126] -anim=seq_499 -blockwalk=no -ambient=60 -recol1s=32736 -recol1d=1986 -model=model_2229 -name=Party Balloon - -// 127 -[loc_127] -anim=seq_499 -blockwalk=no -ambient=60 -recol1s=32736 -recol1d=27679 -model=model_2229 -name=Party Balloon - -// 128 -[loc_128] -anim=seq_499 -blockwalk=no -ambient=60 -recol1s=32736 -recol1d=32767 -model=model_2229 -name=Party Balloon - -// 129 -[loc_129] -anim=seq_500 -blockwalk=no -ambient=60 -model=model_2230 -name=Party Balloon - -// 130 -[loc_130] -anim=seq_501 -blockwalk=no -ambient=60 -model=model_2231 -name=Party Balloon - -// 131 -[loc_131] -active=yes -op1=Open -model=model_11474,1 -name=Door - -// 132 -[loc_132] -ambient=10 -msi=msi_7 -forceapproach=south -op1=Climb-up -recol1s=16708 -recol1d=7363 -recol2s=12514 -recol2d=5249 -recol3s=11457 -recol3d=3136 -model=model_5187 -name=Ladder - -// 133 -[loc_133] -op1=Climb-down -msi=msi_7 -sharelight=yes -ambient=10 -forceapproach=south -recol1s=16708 -recol1d=7363 -recol2s=12514 -recol2d=5249 -recol3s=11457 -recol3d=3136 -model=model_40831 -name=Ladder - -// 134 -[loc_134] -resizey=170 -op1=Open -model=model_11472,1 -name=Large door - -// 135 -[loc_135] -resizey=170 -op1=Open -mirror=yes -model=model_11472,1 -name=Large door - -// 136 -[loc_136] -resizey=170 -ambient=-40 -contrast=30 -active=yes -op1=Open -recol1s=23356 -recol1d=10634 -recol2s=25404 -recol2d=15888 -recol3s=15719 -recol3d=7363 -recol4s=12582 -recol4d=5249 -recol5s=10468 -recol5d=3136 -retex1s=material_2 -retex1d=material_23 -model=model_11471,1 -name=Door - -// 137 -[loc_137] -active=yes -blockwalk=yes -multivar=varplayerbit_1794 -multiloc=0,loc_11449 -multiloc=1,loc_11450 - -// 138 -[loc_138] -active=yes -blockwalk=yes -multivar=varplayerbit_1795 -multiloc=0,loc_11449 -multiloc=1,loc_11450 - -// 139 -[loc_139] -active=yes -blockwalk=yes -multivar=varplayerbit_1796 -multiloc=0,loc_11449 -multiloc=1,loc_11450 - -// 140 -[loc_140] -active=yes -blockwalk=yes -multivar=varplayerbit_1797 -multiloc=0,loc_11449 -multiloc=1,loc_11450 - -// 141 -[loc_141] -active=yes -blockwalk=yes -multivar=varplayerbit_1798 -multiloc=0,loc_11449 -multiloc=1,loc_11450 - -// 142 -[loc_142] -active=yes -blockwalk=yes -multivar=varplayerbit_1799 -multiloc=0,loc_11449 -multiloc=1,loc_11450 - -// 143 -[loc_143] -active=yes -blockwalk=yes -multivar=varplayerbit_1800 -multiloc=0,loc_11449 -multiloc=1,loc_11450 - -// 144 -[loc_144] -active=yes -blockwalk=yes -multivar=varplayerbit_1801 -multiloc=0,loc_11449 -multiloc=1,loc_11450 - -// 145 -[loc_145] -active=yes -blockwalk=yes -multivar=varplayerbit_1802 -multiloc=0,loc_11449 -multiloc=1,loc_11450 - -// 146 -[loc_146] -active=yes -multivar=varplayerbit_1788 -multiloc=0,loc_11451 -multiloc=1,loc_11452 - -// 147 -[loc_147] -active=yes -multivar=varplayerbit_1789 -multiloc=0,loc_11453 -multiloc=1,loc_11454 - -// 148 -[loc_148] -active=yes -multivar=varplayerbit_1790 -multiloc=0,loc_11455 -multiloc=1,loc_11456 - -// 149 -[loc_149] -active=yes -multivar=varplayerbit_1791 -multiloc=0,loc_11457 -multiloc=1,loc_11458 - -// 150 -[loc_150] -active=yes -multivar=varplayerbit_1792 -multiloc=0,loc_11459 -multiloc=1,loc_11460 - -// 151 -[loc_151] -active=yes -multivar=varplayerbit_1793 -multiloc=0,loc_11461 -multiloc=1,loc_11462 - -// 152 -[loc_152] -width=2 -length=2 -op1=Search -retex1s=material_2 -retex1d=material_23 -model=model_1428 -name=Compost heap - -// 153 -[loc_153] -width=2 -length=2 -op1=Search -bgsound=synth_2151,3 -model=model_10754 -name=Fountain - -// 154 -[loc_154] -op1=Squeeze-through -width=2 -retex1s=material_2 -retex1d=material_3 -model=model_1475 -name=Obstacle pipe - -// 155 -[loc_155] -op1=Search -forceapproach=east -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11457 -model2=model_11458 -name=Bookcase - -// 156 -[loc_156] -op1=Search -forceapproach=east -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11457 -model2=model_11458 -name=Bookcase - -// 157 -[loc_157] -blockwalk=yes -model=model_11457 -name=Bookcase - -// 158 -[loc_158] -active=yes -retex1s=material_2 -retex1d=material_23 -model=model_1764 -name=Wall - -// 159 -[loc_159] -active=yes -retex1s=material_2 -retex1d=material_23 -model=model_1764 -name=Wall - -// 160 -[loc_160] -active=yes -op1=Pull -model=model_2108,Q -name=Lever - -// 161 -[loc_161] -model=model_2077,Q - -// 162 -[loc_162] -model=model_1169 -name=Strange machine - -// 163 -[loc_163] -length=2 -model=model_1171 -name=Strange machine - -// 164 -[loc_164] -model=model_1172 -name=Strange machine - -// 165 -[loc_165] -width=2 -length=3 -forceapproach=east -model=model_11546 -name=Incinerator - -// 166 -[loc_166] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7456 -recol2s=11556 -recol2d=9477 -recolhsl3s=7706 -recolhsl3d=7448 -recolhsl4s=7830 -recolhsl4d=7444 -recolhsl5s=7954 -recolhsl5d=7440 -model=model_25029,1 -name=Gate - -// 167 -[loc_167] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7456 -recol2s=11556 -recol2d=9477 -recolhsl3s=7706 -recolhsl3d=7448 -recolhsl4s=7830 -recolhsl4d=7444 -recolhsl5s=7954 -recolhsl5d=7440 -model=model_25030,1 -name=Gate - -// 168 -[loc_168] -hillskew=yes -forcedecor=yes -model=model_1028,0 - -// 169 -[loc_169] -hillskew=yes -model=model_1018,1 -model=model_1019,2 -model=model_1020,3 -model=model_1021,5 - -// 170 -[loc_170] -op1=Open -forceapproach=north -recol1s=11561 -recol1d=16644 -model=model_1249 -name=Closed chest - -// 171 -[loc_171] -forceapproach=north -recol1s=11561 -recol1d=16644 -model=model_1226 -name=Open chest - -// 172 -[loc_172] -op1=Open -forceapproach=north -ambient=25 -recol1s=9543 -recol1d=13638 -recol2s=8484 -recol2d=11558 -recol3s=6373 -recol3d=10501 -recol4s=6370 -recol4d=8420 -recol5s=4256 -recol5d=7363 -model=model_5272 -name=Closed chest - -// 173 -[loc_173] -forceapproach=north -ambient=25 -recol1s=9543 -recol1d=13638 -recol2s=8484 -recol2d=11558 -recol3s=6373 -recol3d=10501 -recol4s=6370 -recol4d=8420 -recol5s=4256 -recol5d=7363 -model=model_5273 -name=Open chest - -// 174 -[loc_174] -hillskew=yes -hardshadow=no -model=model_1055,0 - -// 175 -[loc_175] -hillskew=yes -hardshadow=no -model=model_1084,0 - -// 176 -[loc_176] -hillskew=yes -recol1s=11561 -recol1d=8352 -recol2s=18960 -recol2d=10433 -model=model_1098,0 - -// 177 -[loc_177] -hillskew=yes -recol1s=11561 -recol1d=8352 -recol2s=18960 -recol2d=10433 -model=model_1116,0 - -// 178 -[loc_178] -hillskew=yes -recol1s=11561 -recol1d=8352 -recol2s=18960 -recol2d=10433 -model=model_1129,0 - -// 179 -[loc_179] -hillskew=yes -model=model_1049,0 - -// 180 -[loc_180] -hillskew=yes -model=model_1098,0 - -// 181 -[loc_181] -hillskew=yes -model=model_1116,0 - -// 182 -[loc_182] -hillskew=yes -model=model_1129,0 - -// 183 -[loc_183] -length=2 -active=no -model=model_1481 - -// 184 -[loc_184] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=7329 -recol2s=14594 -recol2d=7329 -recol3s=15618 -recol3d=7329 -model=model_1124,0 - -// 185 -[loc_185] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=7329 -recol2s=14594 -recol2d=7329 -recol3s=15618 -recol3d=7329 -model=model_1139,0 - -// 186 -[loc_186] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=7329 -recol2s=14594 -recol2d=7329 -recol3s=15618 -recol3d=7329 -model=model_1032,0 - -// 187 -[loc_187] -width=4 -length=4 -active=yes -blockrange=no -model=model_1323 -name=Gnome glider - -// 188 -[loc_188] -width=4 -length=4 -active=yes -blockrange=no -model=model_1329 -name=Crashed glider - -// 189 -[loc_189] -length=3 -active=yes -model=model_1333 -name=Blurberry bar - -// 190 -[loc_190] -width=5 -length=2 -active=yes -blockwalk=yes -op1=Open -model=model_1321 -name=Gate - -// 191 -[loc_191] -width=2 -length=2 -active=no -blockwalk=yes -model=model_1319 - -// 192 -[loc_192] -width=2 -length=2 -active=no -blockwalk=yes -mirror=yes -model=model_1319 - -// 193 -[loc_193] -hillskew=yes -model=model_1298,1 - -// 194 -[loc_194] -width=4 -length=4 -active=yes -op1=Enter -forceapproach=west -model=model_732 -name=Hollowed rock - -// 195 -[loc_195] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -model=model_1208 -name=Ladder - -// 196 -[loc_196] -anim=seq_481 -ambient=20 -bgsound=synth_2065,3 -model=model_2255,Q - -// 197 -[loc_197] -anim=seq_481 -ambient=20 -bgsound=synth_4472,1 -recol1s=8456 -recol1d=8387 -model=model_2255,Q - -// 198 -[loc_198] -width=2 -anim=seq_481 -bgsound=synth_4472,1 -hardshadow=no -model=model_2257,Q - -// 199 -[loc_199] -anim=seq_481 -bgsound=synth_4472,1 -model=model_2254,Q - -// 200 -[loc_200] -model=model_1324 -name=Lamp - -// 201 -[loc_201] -anim=seq_467 -model=model_2286 -name=Lamp - -// 202 -[loc_202] -model=model_14204 -name=Candles - -// 203 -[loc_203] -recol1s=15716 -recol1d=32384 -model=model_14204 -name=Candles - -// 204 -[loc_204] -recol1s=15716 -recol1d=5252 -model=model_14204 -name=Candles - -// 205 -[loc_205] -ambient=50 -model=model_14213,Q - -// 206 -[loc_206] -anim=seq_9154 -bgsound=synth_4472,1 -hardshadow=no -model=model_37967,1 -model=model_37974,Q - -// 207 -[loc_207] -anim=seq_9154 -bgsound=synth_4472,1 -recol1s=32767 -recol1d=20048 -recol2s=25236 -recol2d=16877 -model=model_37967,1 -model=model_37974,Q - -// 208 -[loc_208] -model=model_1941 -name=Candles - -// 209 -[loc_209] -model=model_1201,8 -model=model_1272,Q -name=Chandelier - -// 210 -[loc_210] -ambient=50 -contrast=50 -model=model_1531 -name=Ice Light - -// 211 -[loc_211] -recol1s=32767 -recol1d=1058 -recol2s=15716 -recol2d=1058 -recol3s=32384 -recol3d=1058 -recol4s=15716 -recol4d=1058 -model=model_14204 -name=Candles - -// 212 -[loc_212] -width=5 -model=model_1831 -name=Sail - -// 213 -[loc_213] -active=no -model=model_1904 - -// 214 -[loc_214] -active=no -mirror=yes -model=model_1904 - -// 215 -[loc_215] -active=no -model=model_1836 - -// 216 -[loc_216] -active=no -model=model_1877 - -// 217 -[loc_217] -active=no -mirror=yes -model=model_1877 - -// 218 -[loc_218] -width=8 -model=model_1851 -name=Sail - -// 219 -[loc_219] -active=no -width=4 -model=model_1848 - -// 220 -[loc_220] -active=no -width=4 -mirror=yes -model=model_1848 - -// 221 -[loc_221] -width=4 -model=model_1911 -name=Figurehead - -// 222 -[loc_222] -width=4 -mirror=yes -model=model_1911 -name=Figurehead - -// 223 -[loc_223] -active=no -width=4 -model=model_1889 - -// 224 -[loc_224] -active=no -width=4 -mirror=yes -model=model_1889 - -// 225 -[loc_225] -width=2 -length=2 -sharelight=yes -model=model_1872 -name=Sail - -// 226 -[loc_226] -width=2 -length=2 -sharelight=yes -mirror=yes -model=model_1872 -name=Sail - -// 227 -[loc_227] -blockwalk=no -ambient=30 -contrast=30 -model=model_1842 -name=Pile of rope - -// 228 -[loc_228] -active=no -sharelight=yes -model=model_1892,1 -model=model_1893,3 -model=model_1894,5 - -// 229 -[loc_229] -active=no -sharelight=yes -model=model_1863,1 - -// 230 -[loc_230] -active=no -sharelight=yes -sharelight=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=17799 -model=model_5303,1 -model=model_5304,3 - -// 231 -[loc_231] -active=no -width=2 -sharelight=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=17799 -model=model_5301,1 - -// 232 -[loc_232] -active=no -width=2 -sharelight=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=17799 -model=model_5302,1 - -// 233 -[loc_233] -active=no -width=2 -sharelight=yes -mirror=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=17799 -model=model_5302,1 - -// 234 -[loc_234] -sharelight=yes -active=no -msi=msi_22 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5306 - -// 235 -[loc_235] -sharelight=yes -active=no -msi=msi_22 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_9471 - -// 236 -[loc_236] -sharelight=yes -active=no -mirror=yes -msi=msi_22 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_9471 - -// 237 -[loc_237] -sharelight=yes -active=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_9465 - -// 238 -[loc_238] -sharelight=yes -active=no -msi=msi_22 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5307,8 -model=model_41152,5 - -// 239 -[loc_239] -active=no -recol1s=8484 -recol1d=17799 -model=model_9470 - -// 240 -[loc_240] -active=no -sharelight=yes -msi=msi_22 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5308 - -// 241 -[loc_241] -sharelight=yes -active=no -model=model_1891 - -// 242 -[loc_242] -width=2 -sharelight=yes -active=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_9441 - -// 243 -[loc_243] -width=2 -sharelight=yes -active=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=7429 -recol5d=16708 -model=model_5305 - -// 244 -[loc_244] -sharelight=yes -active=no -model=model_1910 - -// 245 -[loc_245] -sharelight=yes -op1=Climb-up -forceapproach=south -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_14188 -name=Ship's ladder - -// 246 -[loc_246] -sharelight=yes -op1=Climb-down -forceapproach=south -offsety=-60 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_14189 -name=Ship's ladder - -// 247 -[loc_247] -active=no -blockwalk=no -model=model_1875 - -// 248 -[loc_248] -active=no -blockwalk=no -model=model_1876 - -// 249 -[loc_249] -sharelight=yes -active=no -msi=msi_22 -recol1s=14594 -recol1d=17799 -recol2s=16708 -recol2d=17799 -model=model_5314,1 -model=model_5315,2 -model=model_5316,5 - -// 250 -[loc_250] -active=no -model=model_1883 - -// 251 -[loc_251] -active=no -model=model_1902 - -// 252 -[loc_252] -model=model_1890 -name=Ship's wheel - -// 253 -[loc_253] -active=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=5313 -recol6d=13571 -model=model_9474 - -// 254 -[loc_254] -width=2 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=5313 -recol6d=13571 -model=model_9473 -name=Figurehead - -// 255 -[loc_255] -op1=Operate -model=model_1835 -name=Winch - -// 256 -[loc_256] -width=8 -active=no -model=model_1899,8 -model=model_5659,A - -// 257 -[loc_257] -active=no -width=2 -active=no -sharelight=yes -msi=msi_22 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5289 - -// 258 -[loc_258] -active=no -width=2 -mirror=yes -active=no -sharelight=yes -msi=msi_22 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5289 - -// 259 -[loc_259] -active=no -width=2 -active=no -model=model_1833 - -// 260 -[loc_260] -width=2 -sharelight=yes -msi=msi_22 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=4256 -recol6d=17799 -model=model_5290 -model2=model_9593 -name=Figurehead - -// 261 -[loc_261] -active=no -model=model_1868 - -// 262 -[loc_262] -active=no -model=model_1869 - -// 263 -[loc_263] -active=no -model=model_1870 - -// 264 -[loc_264] -active=no -model=model_1871 - -// 265 -[loc_265] -length=3 -model=model_1858 -name=Sail - -// 266 -[loc_266] -mirror=yes -length=3 -model=model_1858 -name=Sail - -// 267 -[loc_267] -length=3 -model=model_1859 -name=Sail - -// 268 -[loc_268] -mirror=yes -length=3 -model=model_1859 -name=Sail - -// 269 -[loc_269] -hillskew=yes -sharelight=yes -model=model_1878,0 - -// 270 -[loc_270] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_1882,0 - -// 271 -[loc_271] -model=model_1840 -name=Anchor - -// 272 -[loc_272] -op1=Climb-up -forceapproach=south -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5190 -name=Ship's ladder - -// 273 -[loc_273] -op1=Climb-down -forceapproach=south -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5294 -name=Ship's ladder - -// 274 -[loc_274] -length=3 -model=model_1900 -name=Hoisted sail - -// 275 -[loc_275] -length=3 -mirror=yes -model=model_1900 -name=Hoisted sail - -// 276 -[loc_276] -length=3 -model=model_1832 -name=Hoisted sail - -// 277 -[loc_277] -length=3 -mirror=yes -model=model_1832 -name=Hoisted sail - -// 278 -[loc_278] -width=5 -model=model_1841 -name=Hoisted sail - -// 279 -[loc_279] -width=8 -model=model_1839 -name=Hoisted sail - -// 280 -[loc_280] -model=model_1834,Q - -// 281 -[loc_281] -sharelight=yes -active=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=5313 -recol6d=13571 -model=model_9466 - -// 282 -[loc_282] -sharelight=yes -active=no -model=model_1906 - -// 283 -[loc_283] -sharelight=yes -active=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_9467 - -// 284 -[loc_284] -mirror=yes -sharelight=yes -active=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_9467 - -// 285 -[loc_285] -sharelight=yes -active=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_9468 - -// 286 -[loc_286] -width=2 -sharelight=yes -active=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=7429 -recol6d=16708 -model=model_9469 - -// 287 -[loc_287] -op1=Climb-down -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -recol5s=6370 -recol5d=12548 -model=model_5294 -name=Ladder - -// 288 -[loc_288] -anim=seq_526 -length=3 -active=no -bgsound=synth_2171,10 -model=model_2332 - -// 289 -[loc_289] -anim=seq_527 -length=3 -active=no -blockwalk=no -bgsound=synth_2171,10 -hardshadow=no -model=model_2333 - -// 290 -[loc_290] -anim=seq_527 -length=3 -active=no -blockwalk=no -bgsound=synth_2171,10 -hardshadow=no -model=model_2334 - -// 291 -[loc_291] -forcedecor=yes -sharelight=yes -active=no -model=model_1912,0 - -// 292 -[loc_292] -forcedecor=yes -sharelight=yes -active=no -model=model_1873,0 - -// 293 -[loc_293] -forcedecor=yes -sharelight=yes -active=no -model=model_1847,0 - -// 294 -[loc_294] -forcedecor=yes -sharelight=yes -active=no -model=model_1887,0 - -// 295 -[loc_295] -active=no -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -recol5s=6370 -recol5d=12548 -model=model_5190 - -// 296 -[loc_296] -width=3 -length=2 -model=model_1520 -name=Plough - -// 297 -[loc_297] -model=model_1443 -name=Scarecrow - -// 298 -[loc_298] -width=2 -op1=Search -blockrange=no -model=model_1459 -name=Hay bales - -// 299 -[loc_299] -width=2 -op1=Search -blockrange=no -model=model_1454 -name=Hay bales - -// 300 -[loc_300] -width=2 -length=2 -op1=Search -blockrange=no -model=model_1455 -name=Haystack - -// 301 -[loc_301] -width=2 -model=model_14206 -name=Food trough - -// 302 -[loc_302] -model=model_1463 -name=Eggs - -// 303 -[loc_303] -width=2 -length=2 -model=model_1428 -name=Compost - -// 304 -[loc_304] -op1=Search -blockrange=no -model=model_1501 -name=Hay bale - -// 305 -[loc_305] -model=model_1505 -name=Beehive - -// 306 -[loc_306] -width=3 -length=3 -model=model_1500 -name=Broken cart - -// 307 -[loc_307] -width=2 -length=3 -model=model_1480 -name=Cart - -// 308 -[loc_308] -width=2 -length=3 -model=model_1479 -name=Cart - -// 309 -[loc_309] -model=model_1468 -name=Log pile - -// 310 -[loc_310] -width=2 -length=2 -model=model_1535 -name=Mud patch - -// 311 -[loc_311] -length=2 -model=model_1411 -name=Mudpile - -// 312 -[loc_312] -op2=Pick -blockwalk=no -model=model_8216 -name=Potato - -// 313 -[loc_313] -contrast=100 -ambient=10 -op2=Pick -blockwalk=no -msi=msi_31 -model=model_1586 -name=Wheat - -// 314 -[loc_314] -hillskew=yes -model=model_1124,0 - -// 315 -[loc_315] -hillskew=yes -model=model_1139,0 - -// 316 -[loc_316] -hillskew=yes -model=model_1032,0 - -// 317 -[loc_317] -hillskew=yes -model=model_1044,0 - -// 318 -[loc_318] -hillskew=yes -model=model_1064,0 - -// 319 -[loc_319] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1124,0 - -// 320 -[loc_320] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1139,0 - -// 321 -[loc_321] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1032,0 - -// 322 -[loc_322] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1044,0 - -// 323 -[loc_323] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1064,0 - -// 324 -[loc_324] -hillskew=yes -recol1s=13505 -recol1d=8352 -recol2s=14594 -recol2d=10433 -recol3s=15618 -recol3d=8352 -model=model_1124,0 - -// 325 -[loc_325] -hillskew=yes -recol1s=13505 -recol1d=8352 -recol2s=14594 -recol2d=10433 -recol3s=15618 -recol3d=8352 -model=model_1139,0 - -// 326 -[loc_326] -hillskew=yes -recol1s=13505 -recol1d=8352 -recol2s=14594 -recol2d=10433 -recol3s=15618 -recol3d=8352 -model=model_1032,0 - -// 327 -[loc_327] -model=model_1544 -name=Broken cart wheel - -// 328 -[loc_328] -width=2 -active=no -blockwalk=no -model=model_1519 - -// 329 -[loc_329] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=11622 -recol3s=15618 -recol3d=11590 -model=model_1124,0 - -// 330 -[loc_330] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=11622 -recol3s=15618 -recol3d=11590 -model=model_1139,0 - -// 331 -[loc_331] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=11622 -recol3s=15618 -recol3d=11590 -model=model_1032,0 - -// 332 -[loc_332] -hillskew=yes -recol1s=13505 -recol1d=3138 -recol2s=14594 -recol2d=3138 -recol3s=15618 -recol3d=3138 -model=model_1124,0 - -// 333 -[loc_333] -hillskew=yes -recol1s=13505 -recol1d=3138 -recol2s=14594 -recol2d=3138 -recol3s=15618 -recol3d=3138 -model=model_1139,0 - -// 334 -[loc_334] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=3138 -recol2s=14594 -recol2d=3138 -recol3s=15618 -recol3d=3138 -model=model_1032,0 - -// 335 -[loc_335] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1124,0 - -// 336 -[loc_336] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1139,0 - -// 337 -[loc_337] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1032,0 - -// 338 -[loc_338] -hillskew=yes -recol1s=13505 -recol1d=17792 -recol2s=14594 -recol2d=17792 -recol3s=15618 -recol3d=17792 -model=model_1124,0 - -// 339 -[loc_339] -hillskew=yes -recol1s=13505 -recol1d=17792 -recol2s=14594 -recol2d=17792 -recol3s=15618 -recol3d=17792 -model=model_1139,0 - -// 340 -[loc_340] -hillskew=yes -recol1s=13505 -recol1d=17792 -recol2s=14594 -recol2d=17792 -recol3s=15618 -recol3d=17792 -model=model_1032,0 - -// 341 -[loc_341] -hillskew=yes -recol1s=13505 -recol1d=26350 -recol2s=15618 -recol2d=26350 -recol3s=14594 -recol3d=26350 -model=model_1044,0 - -// 342 -[loc_342] -hillskew=yes -recol1s=13505 -recol1d=26350 -recol2s=15618 -recol2d=26350 -recol3s=14594 -recol3d=26350 -model=model_1064,0 - -// 343 -[loc_343] -hillskew=yes -recol1s=13505 -recol1d=12423 -recol2s=14594 -recol2d=12423 -recol3s=15618 -recol3d=12423 -model=model_1124,0 - -// 344 -[loc_344] -hillskew=yes -recol1s=13505 -recol1d=12423 -recol2s=14594 -recol2d=12423 -recol3s=15618 -recol3d=12423 -model=model_1139,0 - -// 345 -[loc_345] -hillskew=yes -recol1s=13505 -recol1d=12423 -recol2s=14594 -recol2d=12423 -recol3s=15618 -recol3d=12423 -model=model_1032,0 - -// 346 -[loc_346] -model=model_1274 -name=Cabinet - -// 347 -[loc_347] -model=model_1187 -name=Cabinet - -// 348 -[loc_348] -op1=Open -forceapproach=south -model=model_25880 -name=Drawers - -// 349 -[loc_349] -op2=Search -op3=Shut -forceapproach=south -model=model_25881 -name=Drawers - -// 350 -[loc_350] -op1=Open -forceapproach=east -model=model_1155 -name=Drawers - -// 351 -[loc_351] -op2=Search -op3=Shut -forceapproach=east -model=model_1236 -name=Drawers - -// 352 -[loc_352] -op1=Open -forceapproach=east -model=model_1156 -name=Drawers - -// 353 -[loc_353] -op2=Search -op3=Shut -forceapproach=east -model=model_1167 -name=Drawers - -// 354 -[loc_354] -op1=Search -model=model_2141 -name=Crate - -// 355 -[loc_355] -op1=Search -model=model_2142 -name=Crate - -// 356 -[loc_356] -op1=Search -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_2143 -name=Crate - -// 357 -[loc_357] -op1=Search -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_2141 -name=Crate - -// 358 -[loc_358] -op1=Search -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_2142 -name=Crate - -// 359 -[loc_359] -op1=Search -model=model_2138 -name=Boxes - -// 360 -[loc_360] -op1=Search -model=model_2138 -name=Boxes - -// 361 -[loc_361] -op1=Search -model=model_2138 -name=Boxes - -// 362 -[loc_362] -ambient=25 -contrast=25 -model=model_1460 -name=Barrel - -// 363 -[loc_363] -model=model_1457 -name=Barrel - -// 364 -[loc_364] -forceapproach=south -ambient=25 -contrast=25 -model=model_1495 -name=Barrel - -// 365 -[loc_365] -op1=Search -model=model_1482 -name=Sacks - -// 366 -[loc_366] -op1=Search -model=model_2143 -name=Crate - -// 367 -[loc_367] -length=2 -forceapproach=east -op1=Open -model=model_2247 -name=Cupboard - -// 368 -[loc_368] -length=2 -forceapproach=east -op1=Open -model=model_2245 -name=Cupboard - -// 369 -[loc_369] -width=2 -length=3 -forceapproach=east -op1=Open -model=model_2246 -name=Large cupboard - -// 370 -[loc_370] -length=2 -op2=Search -op3=Shut -forceapproach=east -model=model_2244 -name=Open Cupboard - -// 371 -[loc_371] -length=2 -op2=Search -op3=Shut -forceapproach=east -model=model_2243 -name=Cupboard - -// 372 -[loc_372] -width=2 -length=3 -op2=Search -op3=Close -forceapproach=east -model=model_2242 -name=Large open cupboard - -// 373 -[loc_373] -width=2 -model=model_1206 -name=Dresser - -// 374 -[loc_374] -model=model_1185 -name=Hat stand - -// 375 -[loc_375] -op1=Open -forceapproach=north -model=model_1249 -name=Closed chest - -// 376 -[loc_376] -op1=Open -forceapproach=north -recol1s=11561 -recol1d=19008 -model=model_1249 -name=Closed chest - -// 377 -[loc_377] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recol1s=9444 -recol1d=13638 -recolhsl2s=5400 -recolhsl2d=6434 -recolhsl3s=8596 -recolhsl3d=6429 -recolhsl4s=5648 -recolhsl4d=6424 -recol5s=9511 -recol5d=7399 -recolhsl6s=10508 -recolhsl6d=23 -model=model_32110 -name=Closed chest - -// 378 -[loc_378] -op2=Search -op3=Shut -forceapproach=north -model=model_1226 -name=Open chest - -// 379 -[loc_379] -op2=Search -op3=Shut -forceapproach=north -recol1s=11561 -recol1d=19008 -model=model_1226 -name=Open chest - -// 380 -[loc_380] -length=2 -op1=Search -forceapproach=east -ambient=25 -contrast=25 -model=model_1263 -name=Bookcase - -// 381 -[loc_381] -op1=Search -forceapproach=east -ambient=25 -contrast=25 -model=model_1245 -name=Bookcase - -// 382 -[loc_382] -model=model_892 -name=Basket - -// 383 -[loc_383] -model=model_881 -name=Basket - -// 384 -[loc_384] -model=model_882 -name=Basket - -// 385 -[loc_385] -model=model_883 -name=Basket - -// 386 -[loc_386] -length=2 -width=2 -model=model_904 -name=Large urn - -// 387 -[loc_387] -length=2 -forceapproach=east -model=model_1954 -name=Bookshelves - -// 388 -[loc_388] -forceapproach=east -op1=Open -ambient=20 -model=model_1951 -model2=model_36091 -name=Wardrobe - -// 389 -[loc_389] -op2=Search -op3=Close -forceapproach=east -ambient=20 -model=model_1953 -model2=model_36091 -name=Wardrobe - -// 390 -[loc_390] -op2=Search -op3=Close -ambient=20 -model=model_1949 -model2=model_36091 -name=Wardrobe - -// 391 -[loc_391] -ambient=50 -model=model_2089,Q - -// 392 -[loc_392] -model=model_1432 -name=Full fishing net - -// 393 -[loc_393] -length=2 -op1=Search -forceapproach=east -ambient=25 -contrast=25 -model=model_35836 -name=Bookcase - -// 394 -[loc_394] -length=2 -op1=Search -model=model_1275 -name=Bookcase - -// 395 -[loc_395] -model=model_2199 -name=Pot - -// 396 -[loc_396] -model=model_2182 -name=Pots - -// 397 -[loc_397] -recol1s=7329 -recol1d=1058 -recol2s=5217 -recol2d=1058 -recol3s=12610 -recol3d=1058 -recol4s=18960 -recol4d=1058 -model=model_1187 -name=Cabinet - -// 398 -[loc_398] -width=2 -length=2 -op1=Open -blockrange=no -model=model_1365 -name=Coffin - -// 399 -[loc_399] -width=2 -length=2 -op1=Close -blockrange=no -model=model_1362 -name=Coffin - -// 400 -[loc_400] -contrast=25 -ambient=20 -blockrange=no -model=model_1367 -name=Small gravestone - -// 401 -[loc_401] -blockrange=no -model=model_1366 -name=Grave marker - -// 402 -[loc_402] -length=2 -blockrange=no -recol1s=12682 -recol1d=14727 -recolhsl2s=5165 -recolhsl2d=7462 -recolhsl3s=10282 -recolhsl3d=7457 -recol4s=11593 -recol4d=9477 -recolhsl5s=10281 -recolhsl5d=7447 -recolhsl6s=10277 -recolhsl6d=7462 -model=model_37504 -name=Tombstone - -// 403 -[loc_403] -blockrange=no -model=model_1363 -name=Large grave stone - -// 404 -[loc_404] -ambient=20 -contrast=25 -hillchange=tree_skew,150 -blockrange=no -model=model_1368 -name=Gravestone - -// 405 -[loc_405] -ambient=20 -contrast=25 -hillchange=tree_skew,150 -blockrange=no -model=model_1369 -name=Gravestone - -// 406 -[loc_406] -width=2 -length=2 -hillskew=yes -model=model_1370 -name=Large grave - -// 407 -[loc_407] -length=2 -msi=msi_14 -blockrange=no -model=model_1416 -name=Henge - -// 408 -[loc_408] -width=2 -length=2 -msi=msi_14 -blockrange=no -model=model_1422 -name=Henge - -// 409 -[loc_409] -width=2 -op1=Pray-at -blockrange=no -model=model_1152 -name=Altar - -// 410 -[loc_410] -width=2 -length=2 -op1=Pray-at -blockrange=no -model=model_1470 -name=Altar of Guthix - -// 411 -[loc_411] -width=2 -op1=Pray-at -blockrange=no -model=model_1216 -name=Chaos altar - -// 412 -[loc_412] -width=2 -op1=Pray-at -ambient=25 -contrast=15 -blockrange=no -model=model_37178 -name=Chaos altar - -// 413 -[loc_413] -width=2 -length=2 -blockrange=no -model=model_1470 -name=Dolmen - -// 414 -[loc_414] -op1=Open -model=model_911 -name=Coffin - -// 415 -[loc_415] -op1=Open -model=model_912 -name=Coffin - -// 416 -[loc_416] -width=4 -length=2 -op1=Play -model=model_1732 -name=Church organ - -// 417 -[loc_417] -length=2 -model=model_1256 -name=Bed - -// 418 -[loc_418] -length=2 -recol1s=8456 -recol1d=23357 -recol2s=26311 -recol2d=11833 -model=model_1256 -name=Bed - -// 419 -[loc_419] -length=2 -recol1s=8456 -recol1d=14594 -recol2s=26311 -recol2d=19917 -model=model_1256 -name=Bed - -// 420 -[loc_420] -length=2 -recol1s=8456 -recol1d=32288 -recol2s=26311 -recol2d=3552 -model=model_1256 -name=Bed - -// 421 -[loc_421] -length=2 -recol1s=8456 -recol1d=5252 -recol2s=26311 -recol2d=14434 -model=model_1256 -name=Bed - -// 422 -[loc_422] -length=2 -model=model_1277 -name=Bed - -// 423 -[loc_423] -width=2 -length=3 -model=model_1239 -name=Bed - -// 424 -[loc_424] -width=2 -length=3 -model=model_1288 -name=Bed - -// 425 -[loc_425] -width=2 -length=3 -recol1s=14368 -recol1d=32288 -recol2s=26311 -recol2d=3554 -model=model_1288 -name=Bed - -// 426 -[loc_426] -width=3 -length=3 -model=model_1194 -name=Bed - -// 427 -[loc_427] -width=3 -length=3 -model=model_1196 -name=Bed - -// 428 -[loc_428] -width=3 -length=3 -recol1s=26311 -recol1d=3554 -recol2s=14368 -recol2d=32288 -model=model_1196 -name=Bed - -// 429 -[loc_429] -width=3 -length=3 -model=model_1198 -name=Bed - -// 430 -[loc_430] -width=2 -model=model_1438 -name=Hammock - -// 431 -[loc_431] -length=2 -model=model_937 -name=Chaise lounge - -// 432 -[loc_432] -width=3 -length=3 -ambient=30 -model=model_1955 -name=Bed - -// 433 -[loc_433] -width=2 -length=3 -model=model_1147 -name=Bed - -// 434 -[loc_434] -length=2 -model=model_1220 -name=Bed - -// 435 -[loc_435] -length=2 -mirror=yes -model=model_1220 -name=Bed - -// 436 -[loc_436] -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_805 -name=Rock - -// 437 -[loc_437] -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_779 -name=Rock - -// 438 -[loc_438] -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_780 -name=Rock - -// 439 -[loc_439] -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_781 -name=Rock - -// 440 -[loc_440] -width=2 -length=2 -msi=msi_11 -hillskew=yes -blockrange=no -model=model_1434 -name=Rock - -// 441 -[loc_441] -msi=msi_11 -hillchange=tree_skew,64 -blockrange=no -model=model_1517 -name=Rock - -// 442 -[loc_442] -width=2 -length=2 -msi=msi_12 -contrast=15 -hillskew=yes -blockrange=no -model=model_1518 -name=Rock - -// 443 -[loc_443] -width=2 -length=2 -active=no -blockrange=no -model=model_1435 - -// 444 -[loc_444] -width=2 -length=2 -msi=msi_11 -hillskew=yes -blockrange=no -retex1s=material_72 -retex1d=material_105 -retex2s=material_83 -retex2d=material_104 -model=model_1405 -name=Boulder - -// 445 -[loc_445] -width=2 -length=2 -msi=msi_12 -hillskew=yes -blockrange=no -model=model_1406 -name=Boulder - -// 446 -[loc_446] -blockwalk=no -raiseobject=no -hillskew=yes -model=model_1407 -name=Stones - -// 447 -[loc_447] -blockwalk=no -raiseobject=no -hillskew=yes -model=model_1409 -name=Stones - -// 448 -[loc_448] -blockrange=no -model=model_2103,Q - -// 449 -[loc_449] -width=2 -length=4 -hillchange=tree_skew,64 -model=model_724 -name=Overhanging rock - -// 450 -[loc_450] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_1390 -name=Rocks - -// 451 -[loc_451] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -model=model_1391 -name=Rocks - -// 452 -[loc_452] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_1391 -name=Rocks - -// 453 -[loc_453] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -model=model_1388 -name=Rocks - -// 454 -[loc_454] -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=16772 -model=model_1391 -name=Cave rocks - -// 455 -[loc_455] -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=16772 -model=model_1388 -name=Cave rocks - -// 456 -[loc_456] -active=no -blockrange=no -recol1s=13702 -recol1d=5251 -model=model_2151 - -// 457 -[loc_457] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=5251 -model=model_2160 - -// 458 -[loc_458] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=5251 -model=model_2154 - -// 459 -[loc_459] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=5251 -model=model_2155 - -// 460 -[loc_460] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=5251 -model=model_2156 - -// 461 -[loc_461] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=5251 -model=model_2158 - -// 462 -[loc_462] -width=2 -length=2 -msi=msi_12 -blockrange=no -model=model_2162 -name=Mossy rock - -// 463 -[loc_463] -msi=msi_12 -blockrange=no -model=model_2163 -name=Mossy rock - -// 464 -[loc_464] -width=2 -length=2 -recol1s=13537 -recol1d=7329 -model=model_727 -name=Column - -// 465 -[loc_465] -width=2 -length=2 -hillchange=tree_skew,32 -recol1s=13537 -recol1d=7329 -model=model_728 -name=Column - -// 466 -[loc_466] -width=2 -length=2 -hillchange=tree_skew,35 -recol1s=13537 -recol1d=7329 -model=model_729 -name=Column - -// 467 -[loc_467] -blockwalk=no -model=model_749 -name=Stalactite - -// 468 -[loc_468] -blockrange=no -model=model_694 -name=Stalagmites - -// 469 -[loc_469] -blockwalk=no -model=model_753 -name=Stalactite - -// 470 -[loc_470] -anim=seq_907 -ambient=20 -contrast=20 -active=no -model=model_11834,8 -model=model_3185,Q - -// 471 -[loc_471] -width=2 -length=2 -msi=msi_24 -hillskew=yes -blockrange=no -model=model_818 -name=Rockslide - -// 472 -[loc_472] -width=2 -length=2 -msi=msi_24 -hillskew=yes -blockrange=no -model=model_819 -name=Rockslide - -// 473 -[loc_473] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -hillskew=yes -blockrange=no -model=model_820 -name=Rockslide - -// 474 -[loc_474] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -blockrange=no -model=model_821 -name=Rockslide - -// 475 -[loc_475] -hillskew=yes -unknown90=yes -blockrange=no -model=model_773,0 - -// 476 -[loc_476] -hillskew=yes -unknown90=yes -blockrange=no -model=model_785,0 - -// 477 -[loc_477] -width=2 -length=2 -msi=msi_11 -contrast=10 -blockrange=no -model=model_2165 -name=Mossy rock - -// 478 -[loc_478] -msi=msi_12 -contrast=10 -blockrange=no -model=model_2157 -name=Mossy rock - -// 479 -[loc_479] -width=2 -length=2 -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=6341 -model=model_818 -name=Rockslide - -// 480 -[loc_480] -width=2 -length=2 -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=6341 -model=model_819 -name=Rockslide - -// 481 -[loc_481] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=6341 -model=model_820 -name=Rockslide - -// 482 -[loc_482] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=6341 -model=model_821 -name=Rockslide - -// 483 -[loc_483] -width=2 -length=2 -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=16846 -model=model_818 -name=Rockslide - -// 484 -[loc_484] -width=2 -length=2 -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=16846 -model=model_819 -name=Rockslide - -// 485 -[loc_485] -width=2 -length=2 -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=16846 -model=model_820 -name=Rockslide - -// 486 -[loc_486] -width=2 -length=2 -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=16846 -model=model_821 -name=Rockslide - -// 487 -[loc_487] -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=16846 -model=model_773,0 - -// 488 -[loc_488] -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=16846 -model=model_785,0 - -// 489 -[loc_489] -hillskew=yes -blockrange=no -recol1s=13505 -recol1d=16846 -recol2s=15618 -recol2d=16846 -recol3s=14594 -recol3d=16846 -model=model_1124,0 - -// 490 -[loc_490] -hillskew=yes -blockrange=no -recol1s=13505 -recol1d=16846 -recol2s=15618 -recol2d=16846 -recol3s=14594 -recol3d=16846 -model=model_1139,0 - -// 491 -[loc_491] -hillskew=yes -blockrange=no -recol1s=13505 -recol1d=16846 -recol2s=15618 -recol2d=16846 -recol3s=14594 -recol3d=16846 -model=model_1032,0 - -// 492 -[loc_492] -hillskew=yes -width=2 -length=2 -occlude=yes -op1=Climb-down -hardshadow=no -ambient=-5 -contrast=10 -blockrange=no -recol1s=16776 -recol1d=6273 -recol2s=16846 -recol2d=9377 -recol3s=12618 -recol3d=5217 -recol4s=15789 -recol4d=11520 -recol5s=7399 -recol5d=4194 -recol6s=8609 -recol6d=6273 -retex1s=material_154 -retex1d=material_504 -model=model_831 -name=Rocks - -// 493 -[loc_493] -width=5 -length=5 -sharelight=yes -occlude=yes -active=no -model=model_863 - -// 494 -[loc_494] -width=6 -length=7 -sharelight=yes -active=no -model=model_859 - -// 495 -[loc_495] -width=5 -length=5 -sharelight=yes -active=no -model=model_856 - -// 496 -[loc_496] -width=5 -length=5 -sharelight=yes -active=no -model=model_861 - -// 497 -[loc_497] -width=5 -length=5 -sharelight=yes -active=no -model=model_858 - -// 498 -[loc_498] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -hardshadow=no -unknown90=yes -model=model_1091,0 - -// 499 -[loc_499] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -hardshadow=no -unknown90=yes -model=model_1073,0 - -// 500 -[loc_500] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -hardshadow=no -unknown90=yes -model=model_1130,0 - -// 501 -[loc_501] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -hardshadow=no -unknown90=yes -model=model_1025,0 - -// 502 -[loc_502] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -hardshadow=no -unknown90=yes -model=model_1093,0 - -// 503 -[loc_503] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -unknown90=yes -model=model_1133,0 - -// 504 -[loc_504] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -unknown90=yes -model=model_1031,0 - -// 505 -[loc_505] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -unknown90=yes -model=model_1041,0 - -// 506 -[loc_506] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -unknown90=yes -model=model_1059,0 - -// 507 -[loc_507] -width=2 -length=2 -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=27519 -retex1s=material_68 -retex1d=material_79 -retex2s=material_69 -retex2d=material_79 -model=model_818 -name=Rockslide - -// 508 -[loc_508] -width=2 -length=2 -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=27519 -retex1s=material_68 -retex1d=material_79 -retex2s=material_69 -retex2d=material_79 -retex3s=material_83 -retex3d=material_79 -model=model_819 -name=Rockslide - -// 509 -[loc_509] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=27519 -retex1s=material_329 -retex1d=material_79 -retex2s=material_329 -retex2d=material_79 -model=model_820 -name=Rockslide - -// 510 -[loc_510] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=27519 -retex1s=material_68 -retex1d=material_79 -retex2s=material_69 -retex2d=material_79 -model=model_821 -name=Rockslide - -// 511 -[loc_511] -width=2 -blockrange=no -recol1s=8486 -recol1d=13671 -model=model_775 -name=Rocks - -// 512 -[loc_512] -blockwalk=yes -blockrange=no -recol1s=11561 -recol1d=13671 -recol2s=17440 -recol2d=12614 -model=model_984,1 -model=model_985,2 -model=model_986,3 - -// 513 -[loc_513] -model=model_1120,0 - -// 514 -[loc_514] -model=model_1545,4 - -// 515 -[loc_515] -width=7 -length=7 -ambient=100 -contrast=100 -anim=seq_505 -active=no -model=model_2319 - -// 516 -[loc_516] -width=2 -length=2 -model=model_734 -name=Ice Column - -// 517 -[loc_517] -width=2 -length=2 -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=8352 -model=model_818 -name=Rockslide - -// 518 -[loc_518] -width=2 -length=2 -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=8352 -model=model_819 -name=Rockslide - -// 519 -[loc_519] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=8352 -model=model_820 -name=Rockslide - -// 520 -[loc_520] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=8352 -model=model_821 -name=Rockslide - -// 521 -[loc_521] -width=2 -length=2 -active=no -hillskew=yes -shadow=no -ambient=25 -contrast=25 -anim=seq_524 -msi=msi_65 -bgsound=synth_2066,10 -blockrange=no -model=model_2330 - -// 522 -[loc_522] -active=no -hillskew=yes -shadow=no -ambient=25 -contrast=25 -anim=seq_524 -resizex=64 -resizey=64 -resizez=64 -bgsound=synth_2065,10 -blockrange=no -model=model_2330 - -// 523 -[loc_523] -width=2 -length=2 -hillskew=yes -recol1s=13537 -recol1d=12618 -model=model_727 -name=Column - -// 524 -[loc_524] -width=2 -length=2 -hillskew=yes -recol1s=13537 -recol1d=12618 -model=model_728 -name=Column - -// 525 -[loc_525] -width=2 -length=2 -hillskew=yes -recol1s=13537 -recol1d=12618 -model=model_729 -name=Column - -// 526 -[loc_526] -width=2 -length=2 -hillskew=yes -recol1s=13537 -recol1d=2114 -model=model_727 -name=Column - -// 527 -[loc_527] -width=2 -length=2 -hillskew=yes -recol1s=13537 -recol1d=2114 -model=model_728 -name=Column - -// 528 -[loc_528] -width=2 -length=2 -hillskew=yes -recol1s=13537 -recol1d=2114 -model=model_729 -name=Column - -// 529 -[loc_529] -blockwalk=no -hillskew=yes -recol1s=13537 -recol1d=2114 -model=model_749 -name=Stalactite - -// 530 -[loc_530] -hillskew=yes -recol1s=13537 -recol1d=2114 -model=model_694 -name=Stalagmites - -// 531 -[loc_531] -blockwalk=no -hillskew=yes -recol1s=13537 -recol1d=12618 -model=model_749 -name=Stalactite - -// 532 -[loc_532] -hillskew=yes -recol1s=13537 -recol1d=12618 -model=model_694 -name=Stalagmites - -// 533 -[loc_533] -blockwalk=no -hillskew=yes -recol1s=13537 -recol1d=12618 -model=model_753 -name=Stalactite - -// 534 -[loc_534] -hillskew=yes -recol1s=13537 -recol1d=12618 -model=model_693 -name=Stalagmite - -// 535 -[loc_535] -forcedecor=yes -model=model_1494,0 - -// 536 -[loc_536] -forcedecor=yes -model=model_1446,0 - -// 537 -[loc_537] -forcedecor=yes -hillskew=yes -model=model_1494,0 - -// 538 -[loc_538] -forcedecor=yes -hillskew=yes -model=model_1446,0 - -// 539 -[loc_539] -blockwalk=no -model=model_764 -name=Stalactite - -// 540 -[loc_540] -blockwalk=no -model=model_689,0 - -// 541 -[loc_541] -hillskew=yes -recol1s=13537 -recol1d=7329 -model=model_694 -name=Stalagmite - -// 542 -[loc_542] -hillskew=yes -recol1s=13537 -recol1d=7329 -model=model_693 -name=Stalagmite - -// 543 -[loc_543] -blockwalk=no -recol1s=13537 -recol1d=7329 -model=model_753 -name=Stalactite - -// 544 -[loc_544] -hillskew=yes -recol1s=13537 -recol1d=7329 -model=model_1791 -name=Stalagmite - -// 545 -[loc_545] -width=2 -length=2 -msi=msi_11 -model=model_1405 -name=Boulder - -// 546 -[loc_546] -sharelight=yes -length=3 -model=model_725 -name=Eerie statue - -// 547 -[loc_547] -sharelight=yes -mirror=yes -length=3 -active=no -model=model_725 - -// 548 -[loc_548] -width=2 -length=2 -msi=msi_12 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_818 -name=Rockslide - -// 549 -[loc_549] -width=2 -length=2 -msi=msi_12 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_819 -name=Rockslide - -// 550 -[loc_550] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_820 -name=Rockslide - -// 551 -[loc_551] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_821 -name=Rockslide - -// 552 -[loc_552] -hillskew=yes -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=7329 -model=model_773,0 - -// 553 -[loc_553] -hillskew=yes -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=7329 -model=model_785,0 - -// 554 -[loc_554] -recol1s=13537 -recol1d=32635 -model=model_709 -name=Icicle - -// 555 -[loc_555] -recol1s=13537 -recol1d=32635 -model=model_693 -name=Icicle - -// 556 -[loc_556] -blockwalk=no -recol1s=13537 -recol1d=32635 -model=model_707 -name=Icicle - -// 557 -[loc_557] -recol1s=14560 -recol1d=32635 -model=model_1791 -name=Icicle - -// 558 -[loc_558] -width=4 -length=2 -recol1s=10400 -recol1d=32635 -recol2s=8288 -recol2d=25236 -recol3s=6176 -recol3d=16846 -recol4s=4096 -recol4d=10504 -recol5s=2048 -recol5d=4228 -model=model_731 -name=Cave entrance - -// 559 -[loc_559] -hillskew=yes -contrast=100 -ambient=10 -model=model_1095,0 - -// 560 -[loc_560] -hillskew=yes -contrast=100 -ambient=10 -model=model_1112,0 - -// 561 -[loc_561] -hillskew=yes -contrast=100 -ambient=10 -model=model_1126,0 - -// 562 -[loc_562] -ambient=25 -model=model_1429 -name=Statue of a warrior - -// 563 -[loc_563] -model=model_1527 -name=Statue of a king - -// 564 -[loc_564] -model=model_1523 -name=Statue of a queen - -// 565 -[loc_565] -recol1s=16846 -recol1d=19904 -model=model_1527 -name=Statue of a king - -// 566 -[loc_566] -model=model_1467 -name=Statue of a warrior - -// 567 -[loc_567] -width=2 -length=2 -model=model_1469 -name=Tribal statue - -// 568 -[loc_568] -model=model_1503 -name=Dwarf statue - -// 569 -[loc_569] -model=model_1302 -name=Gnome statue - -// 570 -[loc_570] -model=model_1303 -name=Gnome statue - -// 571 -[loc_571] -model=model_1318 -name=Gnome statue - -// 572 -[loc_572] -model=model_1320 -name=Gnome statue - -// 573 -[loc_573] -model=model_1304 -name=Gnome statue - -// 574 -[loc_574] -model=model_1164 -name=Statue - -// 575 -[loc_575] -model=model_1165 -name=Statue - -// 576 -[loc_576] -model=model_1166 -name=Statue - -// 577 -[loc_577] -model=model_2113,Q - -// 578 -[loc_578] -recol1s=16846 -recol1d=11557 -model=model_2113,Q - -// 579 -[loc_579] -model=model_913 -name=Statue - -// 580 -[loc_580] -model=model_914 -name=Statue - -// 581 -[loc_581] -model=model_915 -name=Statue - -// 582 -[loc_582] -model=model_916 -name=Statue - -// 583 -[loc_583] -model=model_918 -name=Vase - -// 584 -[loc_584] -model=model_919 -name=Statue - -// 585 -[loc_585] -model=model_1441 -name=Statue of Saradomin - -// 586 -[loc_586] -model=model_1488 -name=Statue of Saradomin - -// 587 -[loc_587] -model=model_1400 -name=Statue of Zamorak - -// 588 -[loc_588] -width=3 -length=3 -model=model_1452 -name=Statue steps - -// 589 -[loc_589] -width=2 -length=2 -blockrange=no -model=model_1190 -name=Crystal ball - -// 590 -[loc_590] -width=2 -ambient=25 -contrast=25 -blockrange=no -model=model_1262 -name=Bank table - -// 591 -[loc_591] -width=2 -ambient=25 -contrast=25 -blockrange=no -model=model_1229 -name=Bank table - -// 592 -[loc_592] -blockrange=no -model=model_1189 -name=Bathroom table - -// 593 -[loc_593] -width=2 -length=2 -blockrange=no -model=model_1250 -name=Table - -// 594 -[loc_594] -width=2 -blockrange=no -model=model_28931 -name=Table - -// 595 -[loc_595] -width=2 -blockrange=no -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_28931 -name=Table - -// 596 -[loc_596] -width=4 -blockrange=no -model=model_1276 -name=Table - -// 597 -[loc_597] -width=4 -length=2 -blockrange=no -model=model_1248 -name=Table - -// 598 -[loc_598] -blockrange=no -model=model_1157 -name=Table - -// 599 -[loc_599] -blockrange=no -model=model_1207 -name=Table - -// 600 -[loc_600] -blockrange=no -model=model_1307 -name=Table - -// 601 -[loc_601] -length=2 -width=2 -blockrange=no -model=model_1195 -name=Table - -// 602 -[loc_602] -blockrange=no -model=model_1289 -name=Table - -// 603 -[loc_603] -width=3 -blockrange=no -model=model_1197 -name=Table - -// 604 -[loc_604] -blockrange=no -model=model_1199 -name=Table - -// 605 -[loc_605] -blockrange=no -model=model_1200 -name=Table - -// 606 -[loc_606] -blockrange=no -model=model_1279 -name=Table - -// 607 -[loc_607] -length=2 -blockrange=no -model=model_1221 -name=Table - -// 608 -[loc_608] -width=2 -blockrange=no -model=model_1291 -name=Study desk - -// 609 -[loc_609] -width=2 -blockrange=no -model=model_2147 -name=Workbench - -// 610 -[loc_610] -width=2 -blockrange=no -retex1s=material_22 -retex1d=material_16 -retex2s=material_29 -retex2d=material_16 -model=model_2147 -name=Workbench - -// 611 -[loc_611] -width=2 -length=2 -blockrange=no -model=model_1453 -name=Picnic bench - -// 612 -[loc_612] -width=2 -blockrange=no -model=model_1148 -name=Counter - -// 613 -[loc_613] -width=2 -length=2 -blockrange=no -model=model_944 -name=Table - -// 614 -[loc_614] -length=2 -blockrange=no -model=model_917 -name=Table - -// 615 -[loc_615] -blockrange=no -model=model_902 -name=Small table - -// 616 -[loc_616] -blockrange=no -model=model_1945 -name=Table - -// 617 -[loc_617] -width=2 -blockrange=no -model=model_1227 -name=Counter - -// 618 -[loc_618] -width=2 -blockrange=no -model=model_1252 -name=Chemistry Table - -// 619 -[loc_619] -width=2 -blockrange=no -model=model_1253 -name=Chemistry Table - -// 620 -[loc_620] -blockrange=no -model=model_1224 -name=Table - -// 621 -[loc_621] -width=5 -length=5 -blockrange=no -model=model_37494 -name=Table - -// 622 -[loc_622] -width=5 -length=5 -blockrange=no -recol1s=3171 -recol1d=14661 -recol2s=13377 -recol2d=12752 -model=model_1212 -name=Table - -// 623 -[loc_623] -width=2 -length=2 -blockrange=no -recol1s=10401 -recol1d=1058 -model=model_1250 -name=Table - -// 624 -[loc_624] -resizex=40 -resizey=100 -resizez=100 -blockrange=no -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_1213 -name=Table - -// 625 -[loc_625] -width=2 -active=no -blockrange=no -model=model_1210 - -// 626 -[loc_626] -sharelight=yes -active=no -blockrange=no -model=model_1230 - -// 627 -[loc_627] -sharelight=yes -active=no -blockrange=no -model=model_1247 - -// 628 -[loc_628] -width=2 -length=2 -model=model_1421 -model2=model_1493 -name=Silver stall - -// 629 -[loc_629] -width=2 -length=2 -model=model_1421 -model2=model_1485 -name=Silk stall - -// 630 -[loc_630] -width=2 -length=2 -model=model_1421 -model2=model_1445 -name=Bakery stall - -// 631 -[loc_631] -width=2 -length=2 -model=model_1421 -model2=model_1524 -name=Gem stall - -// 632 -[loc_632] -width=2 -length=2 -model=model_24908 -model2=model_24907 -model3=model_1456 -name=Fur stall - -// 633 -[loc_633] -width=2 -length=2 -model=model_1421 -model2=model_1484 -name=Spice stall - -// 634 -[loc_634] -width=2 -length=2 -model=model_1421 -name=Market stall - -// 635 -[loc_635] -width=2 -length=2 -op2=Steal-from -model=model_1421 -model2=model_1417 -name=Tea stall - -// 636 -[loc_636] -model=model_1389 -name=Buffers - -// 637 -[loc_637] -model=model_1398 -name=Mine cart - -// 638 -[loc_638] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1394,0 - -// 639 -[loc_639] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1395,0 - -// 640 -[loc_640] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1397,0 - -// 641 -[loc_641] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1386,0 - -// 642 -[loc_642] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1387,0 - -// 643 -[loc_643] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1392,0 - -// 644 -[loc_644] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1393,0 - -// 645 -[loc_645] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1396,0 - -// 646 -[loc_646] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1385,0 - -// 647 -[loc_647] -width=3 -length=2 -model=model_1191 -name=Rack - -// 648 -[loc_648] -ambient=25 -contrast=15 -model=model_37377 -name=Stocks - -// 649 -[loc_649] -width=2 -length=2 -model=model_1498 -name=Gallows - -// 650 -[loc_650] -model=model_2126,Q - -// 651 -[loc_651] -length=2 -width=3 -op1=Search -blockrange=no -model=model_38053 -name=Buried skeleton - -// 652 -[loc_652] -hardshadow=no -hillskew=yes -model=model_1048,0 - -// 653 -[loc_653] -hardshadow=no -hillskew=yes -model=model_1070,0 - -// 654 -[loc_654] -hardshadow=no -hillskew=yes -model=model_1097,0 - -// 655 -[loc_655] -ambient=50 -model=model_2096,Q - -// 656 -[loc_656] -ambient=50 -model=model_2054,Q - -// 657 -[loc_657] -ambient=50 -model=model_2070,Q - -// 658 -[loc_658] -blockrange=no -model=model_37381 -name=Pile of skulls - -// 659 -[loc_659] -blockwalk=no -model=model_2149 -name=Charred bones - -// 660 -[loc_660] -blockrange=no -model=model_1078 -name=Corpse - -// 661 -[loc_661] -blockrange=no -model=model_1079 -name=Corpse - -// 662 -[loc_662] -width=2 -blockrange=no -model=model_1080 -name=Corpse - -// 663 -[loc_663] -width=2 -blockrange=no -model=model_1081 -name=Corpse - -// 664 -[loc_664] -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1078 -name=Corpse - -// 665 -[loc_665] -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1079 -name=Corpse - -// 666 -[loc_666] -width=2 -blockrange=no -recol1s=28436 -recol1d=7399 -recol2s=16846 -recol2d=5285 -model=model_1080 -name=Corpse - -// 667 -[loc_667] -width=2 -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1081 -name=Corpse - -// 668 -[loc_668] -blockrange=no -recol1s=32764 -recol1d=28436 -model=model_2171 -name=Pile of skulls - -// 669 -[loc_669] -active=no -model=model_1796 - -// 670 -[loc_670] -active=no -model=model_1774 - -// 671 -[loc_671] -width=2 -length=3 -model=model_2217 -name=Catapult - -// 672 -[loc_672] -anim=seq_449 -model=model_11875 -name=Broken barrel - -// 673 -[loc_673] -anim=seq_523 -active=no -bgsound=synth_3073,3 -model=model_2235 - -// 674 -[loc_674] -anim=seq_2709 -active=no -model=model_9597 -model2=model_9599 - -// 675 -[loc_675] -anim=seq_523 -active=no -bgsound=synth_3073,3 -model=model_2236 - -// 676 -[loc_676] -anim=seq_523 -active=no -bgsound=synth_3073,3 -model=model_2237 - -// 677 -[loc_677] -anim=seq_523 -active=no -bgsound=synth_3073,3 -model=model_2238 - -// 678 -[loc_678] -hardshadow=no -model=model_2234 -name=Fishing spot - -// 679 -[loc_679] -hardshadow=no -model=model_2233 -name=Fishing spot - -// 680 -[loc_680] -width=2 -length=2 -model=model_1948 -name=Piano - -// 681 -[loc_681] -width=2 -model=model_1943 -name=Piano - -// 682 -[loc_682] -width=2 -model=model_1942 -name=Piano stool - -// 683 -[loc_683] -anim=seq_1726 -ambient=25 -contrast=25 -bgsound=synth_3120,3 -model=model_11878 -name=Grandfather clock - -// 684 -[loc_684] -anim=seq_480 -hardshadow=no -model=model_2259 -name=Swamp bubbles - -// 685 -[loc_685] -anim=seq_488 -bgsound=synth_2185,5 -model=model_2285 -name=Weather vane - -// 686 -[loc_686] -hardshadow=no -model=model_1083,0 - -// 687 -[loc_687] -hardshadow=no -model=model_1103,0 - -// 688 -[loc_688] -hardshadow=no -model=model_1119,0 - -// 689 -[loc_689] -model=model_1294 -name=Mirror - -// 690 -[loc_690] -length=2 -model=model_1149 -name=Bath screen - -// 691 -[loc_691] -length=2 -model=model_1149 -name=Screen - -// 692 -[loc_692] -anim=seq_479 -bgsound=synth_3115,3 -model=model_2241 -name=Cauldron - -// 693 -[loc_693] -model=model_1218 -name=Broom - -// 694 -[loc_694] -model=model_1141 -name=Clothes model - -// 695 -[loc_695] -model=model_1142 -name=Clothes model - -// 696 -[loc_696] -sharelight=yes -shadow=no -model=model_1464 -name=Hole - -// 697 -[loc_697] -model=model_1733 -name=Animal skull - -// 698 -[loc_698] -model=model_1758 -name=Big egg - -// 699 -[loc_699] -width=2 -length=2 -model=model_1792 -name=Carcass - -// 700 -[loc_700] -model=model_1776 -name=Curved bone - -// 701 -[loc_701] -recolhsl1s=10495 -recolhsl1d=9259 -recolhsl2s=9465 -recolhsl2d=9248 -recolhsl3s=8429 -recolhsl3d=9230 -model=model_1776 -name=Curved bone - -// 702 -[loc_702] -model=model_1821 -name=Large bone - -// 703 -[loc_703] -recolhsl1s=10495 -recolhsl1d=9259 -recolhsl2s=9465 -recolhsl2d=9248 -recolhsl3s=8429 -recolhsl3d=9230 -model=model_1821 -name=Large bone - -// 704 -[loc_704] -anim=seq_469 -model=model_2252,Q - -// 705 -[loc_705] -model=model_2059,Q - -// 706 -[loc_706] -model=model_2109,Q - -// 707 -[loc_707] -model=model_1266 -name=Bell - -// 708 -[loc_708] -model=model_1267 -name=Bell mechanism - -// 709 -[loc_709] -model=model_1280 -name=Bell rope - -// 710 -[loc_710] -model=model_2083 -name=Hole in wall - -// 711 -[loc_711] -model=model_2168 -name=Crystal cluster - -// 712 -[loc_712] -model=model_2169 -name=Crystal cluster - -// 713 -[loc_713] -model=model_2170 -name=Crystal cluster - -// 714 -[loc_714] -anim=seq_475 -hardshadow=no -model=model_2262 -name=Fire remains - -// 715 -[loc_715] -anim=seq_476 -ambient=100 -contrast=100 -shadow=no -model=model_2263,1 -model=model_2264,2 -model=model_2265,3 - -// 716 -[loc_716] -anim=seq_476 -ambient=100 -contrast=100 -shadow=no -model=model_2266,5 - -// 717 -[loc_717] -forcedecor=yes -sharelight=yes -model=model_1072,0 - -// 718 -[loc_718] -model=model_3338 -name=Barrel - -// 719 -[loc_719] -width=4 -length=4 -active=no -active=no -hillskew=yes -model=model_732 - -// 720 -[loc_720] -width=4 -length=2 -active=no -active=no -hardshadow=no -recol1s=19977 -recol1d=10400 -recol2s=21034 -recol2d=8288 -recol3s=22123 -recol3d=8288 -recol4s=14726 -recol4d=4096 -recol5s=10498 -recol5d=2048 -model=model_40867 - -// 721 -[loc_721] -width=4 -length=2 -active=no -hardshadow=no -recol1s=19977 -recol1d=21107 -recol2s=21034 -recol2d=20017 -recol3s=22123 -recol3d=15789 -recol4s=14726 -recol4d=11561 -recol5s=10498 -recol5d=6342 -model=model_40867 - -// 722 -[loc_722] -active=no -width=6 -length=6 -hillskew=yes -model=model_743 - -// 723 -[loc_723] -width=2 -length=2 -op1=Search -model=model_1102 -name=Buried skeleton - -// 724 -[loc_724] -anim=seq_481 -bgsound=synth_2065,2 -hillchange=tree_skew,25 -model=model_2288 -name=Standing torch - -// 725 -[loc_725] -anim=seq_473 -ambient=100 -contrast=100 -shadow=no -active=no -hardshadow=no -model=model_2289 - -// 726 -[loc_726] -anim=seq_1071 -resizex=142 -resizey=142 -resizez=142 -ambient=70 -contrast=70 -recol1s=32489 -recol1d=27483 -model=model_3881,0 - -// 727 -[loc_727] -hillskew=yes -model=model_776 -name=Cave web - -// 728 -[loc_728] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=26350 -recol2s=15618 -recol2d=26350 -recol3s=14594 -recol3d=26350 -model=model_1124,0 - -// 729 -[loc_729] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=26350 -recol2s=15618 -recol2d=26350 -recol3s=14594 -recol3d=26350 -model=model_1139,0 - -// 730 -[loc_730] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=26350 -recol2s=15618 -recol2d=26350 -recol3s=14594 -recol3d=26350 -model=model_1032,0 - -// 731 -[loc_731] -anim=seq_493 -shadow=no -active=no -ambient=50 -contrast=25 -blockwalk=no -hardshadow=no -model=model_2297 - -// 732 -[loc_732] -anim=seq_494 -shadow=no -active=no -ambient=50 -contrast=25 -blockwalk=no -hardshadow=no -model=model_2298 - -// 733 -[loc_733] -op1=Slash -blockwalk=yes -sharelight=yes -raiseobject=no -model=model_2131,8 -model=model_25625,1 -name=Web - -// 734 -[loc_734] -blockwalk=no -sharelight=yes -raiseobject=no -model=model_2112,8 -model=model_25626,1 -name=Slashed web - -// 735 -[loc_735] -anim=seq_480 -hardshadow=no -recol1s=3297 -recol1d=1418 -model=model_2259 -name=Swamp bubbles - -// 736 -[loc_736] -recol1s=32762 -recol1d=15789 -model=model_1733 -name=Animal skull - -// 737 -[loc_737] -width=2 -length=2 -hillskew=yes -recolhsl1s=9465 -recolhsl1d=9248 -recolhsl2s=8429 -recolhsl2d=9230 -model=model_1792 -name=Carcass - -// 738 -[loc_738] -forcedecor=yes -mapfunction=38 -model=model_1105,0 - -// 739 -[loc_739] -length=2 -ambient=100 -active=no -model=model_1783 - -// 740 -[loc_740] -anim=seq_504 -ambient=100 -contrast=100 -active=no -bgsound=synth_3139,3 -model=model_2318 - -// 741 -[loc_741] -length=2 -sharelight=yes -model=model_1521 -name=Broken ladder - -// 742 -[loc_742] -length=2 -sharelight=yes -active=no -model=model_1529 - -// 743 -[loc_743] -width=2 -model=model_1477 -name=Ladder - -// 744 -[loc_744] -width=2 -model=model_1510 -name=Scaffold - -// 745 -[loc_745] -active=no -model=model_1026,0 - -// 746 -[loc_746] -active=no -model=model_1047,0 - -// 747 -[loc_747] -active=no -model=model_1217 - -// 748 -[loc_748] -width=2 -length=2 -model=model_733 -name=Cave entrance - -// 749 -[loc_749] -width=16 -active=no -model=model_1831 - -// 750 -[loc_750] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_1030,0 - -// 751 -[loc_751] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_1040,0 - -// 752 -[loc_752] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_1058,0 - -// 753 -[loc_753] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_1086,0 - -// 754 -[loc_754] -hillskew=yes -active=no -sharelight=yes -ambient=15 -contrast=15 -hardshadow=no -model=model_1052,0 - -// 755 -[loc_755] -sharelight=yes -hillskew=yes -unknown90=yes -model=model_1135,0 - -// 756 -[loc_756] -hillskew=yes -forcedecor=yes -model=model_1799,0 - -// 757 -[loc_757] -forcedecor=yes -recol1s=14732 -recol1d=17796 -model=model_1799,0 - -// 758 -[loc_758] -forcedecor=yes -recol1s=14732 -recol1d=23872 -model=model_1799,0 - -// 759 -[loc_759] -forcedecor=yes -recol1s=14732 -recol1d=11561 -model=model_1799,0 - -// 760 -[loc_760] -sharelight=yes -shadow=no -active=no -hillskew=yes -recol1s=8388 -recol1d=4228 -recol2s=11491 -recol2d=3171 -recol3s=14594 -recol3d=2114 -recol4s=17696 -recol4d=1057 -model=model_2175,0 - -// 761 -[loc_761] -sharelight=yes -shadow=no -active=no -hillskew=yes -recol1s=8388 -recol1d=4228 -recol2s=11491 -recol2d=3171 -recol3s=14594 -recol3d=2114 -recol4s=17696 -recol4d=1057 -model=model_2148,0 - -// 762 -[loc_762] -sharelight=yes -shadow=no -active=no -hillskew=yes -recol1s=8388 -recol1d=4228 -recol2s=11491 -recol2d=3171 -recol3s=14594 -recol3d=2114 -recol4s=17696 -recol4d=1057 -model=model_2150,0 - -// 763 -[loc_763] -sharelight=yes -shadow=no -active=no -mirror=yes -hillskew=yes -recol1s=8388 -recol1d=4228 -recol2s=11491 -recol2d=3171 -recol3s=14594 -recol3d=2114 -recol4s=17696 -recol4d=1057 -model=model_2150,0 - -// 764 -[loc_764] -sharelight=yes -shadow=no -active=no -hillskew=yes -recol1s=8388 -recol1d=4228 -recol2s=11491 -recol2d=3171 -recol3s=14594 -recol3d=2114 -recol4s=17696 -recol4d=1057 -model=model_2159,0 - -// 765 -[loc_765] -sharelight=yes -shadow=no -active=no -mirror=yes -hillskew=yes -recol1s=8388 -recol1d=4228 -recol2s=11491 -recol2d=3171 -recol3s=14594 -recol3d=2114 -recol4s=17696 -recol4d=1057 -model=model_2159,0 - -// 766 -[loc_766] -hillskew=yes -sharelight=yes -model=model_1035,0 - -// 767 -[loc_767] -hillskew=yes -sharelight=yes -model=model_1050,0 - -// 768 -[loc_768] -hillskew=yes -sharelight=yes -model=model_1074,0 - -// 769 -[loc_769] -hillskew=yes -recol1s=7329 -recol1d=5285 -model=model_1035,0 - -// 770 -[loc_770] -hillskew=yes -recol1s=7329 -recol1d=5285 -model=model_1050,0 - -// 771 -[loc_771] -msi=msi_16 -forcedecor=yes -model=model_596,0 - -// 772 -[loc_772] -msi=msi_17 -forcedecor=yes -model=model_596,0 - -// 773 -[loc_773] -msi=msi_18 -forcedecor=yes -model=model_596,0 - -// 774 -[loc_774] -msi=msi_19 -forcedecor=yes -model=model_596,0 - -// 775 -[loc_775] -forcedecor=yes -mapfunction=49 -model=model_1105,0 - -// 776 -[loc_776] -hillskew=yes -forcedecor=yes -model=model_1131,0 - -// 777 -[loc_777] -active=no -width=2 -length=2 -blockwalk=yes -model=model_3884 - -// 778 -[loc_778] -active=no -width=3 -length=3 -blockwalk=yes -model=model_3883 - -// 779 -[loc_779] -blockwalk=yes -raiseobject=no -op1=Open -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4007,1 -name=Bamboo Door - -// 780 -[loc_780] -blockwalk=yes -raiseobject=no -active=no -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4007,1 - -// 781 -[loc_781] -active=no -recol1s=28407 -recol1d=10465 -recol2s=9216 -recol2d=5447 -model=model_1978,A -model=model_1982,S -model=model_1979,D -model=model_1980,F -model=model_1981,G - -// 782 -[loc_782] -active=no -recol1s=28407 -recol1d=10465 -recol2s=9216 -recol2d=5447 -model=model_3777,G - -// 783 -[loc_783] -ambient=50 -contrast=10 -sharelight=yes -active=no -recol1s=21069 -recol1d=10465 -recol2s=20012 -recol2d=9409 -recol3s=18955 -recol3d=8352 -model=model_3971,1 -model=model_3972,2 -model=model_3973,5 - -// 784 -[loc_784] -sharelight=yes -active=no -recol1s=28407 -recol1d=10465 -model=model_1956,H - -// 785 -[loc_785] -active=no -recol1s=16846 -recol1d=2114 -model=model_1998 - -// 786 -[loc_786] -active=no -model=model_3909 - -// 787 -[loc_787] -active=yes -op2=Weave -model=model_3915 -name=Loom - -// 788 -[loc_788] -width=2 -op1=Enter -model=model_3996 -name=City Gate - -// 789 -[loc_789] -width=2 -mirror=yes -op1=Enter -model=model_3996 -name=City Gate - -// 790 -[loc_790] -sharelight=yes -active=no -recol1s=24308 -recol1d=16808 -retex1s=material_22 -retex1d=material_35 -model=model_951,A -model=model_956,S -model=model_952,D -model=model_953,F -model=model_954,G -model=model_955,H - -// 791 -[loc_791] -sharelight=yes -active=no -recol1s=24308 -recol1d=16808 -retex1s=material_22 -retex1d=material_35 -model=model_957,A -model=model_958,S - -// 792 -[loc_792] -sharelight=yes -active=no -recol1s=24308 -recol1d=16808 -retex1s=material_22 -retex1d=material_35 -model=model_950,Z -model=model_949,X -model=model_947,C -model=model_948,V - -// 793 -[loc_793] -hillskew=yes -sharelight=yes -ambient=100 -contrast=100 -model=model_1087,0 - -// 794 -[loc_794] -hillskew=yes -sharelight=yes -ambient=100 -contrast=100 -model=model_1069,0 - -// 795 -[loc_795] -hillskew=yes -sharelight=yes -ambient=100 -contrast=100 -model=model_1037,0 - -// 796 -[loc_796] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -hardshadow=no -model=model_1089,0 - -// 797 -[loc_797] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_1096,0 - -// 798 -[loc_798] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_1114,0 - -// 799 -[loc_799] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -hardshadow=no -unknown90=yes -hardshadow=no -model=model_1089,0 - -// 800 -[loc_800] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_1053,0 - -// 801 -[loc_801] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_1071,0 - -// 802 -[loc_802] -sharelight=yes -forcedecor=yes -msi=msi_46 -mirror=yes -unknown90=yes -model=model_1053,0 - -// 803 -[loc_803] -sharelight=yes -forcedecor=yes -msi=msi_46 -mirror=yes -unknown90=yes -model=model_1071,0 - -// 804 -[loc_804] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_1034,0 - -// 805 -[loc_805] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_1057,0 - -// 806 -[loc_806] -sharelight=yes -forcedecor=yes -mirror=yes -unknown90=yes -model=model_1034,0 - -// 807 -[loc_807] -sharelight=yes -forcedecor=yes -mirror=yes -unknown90=yes -model=model_1057,0 - -// 808 -[loc_808] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1068,0 - -// 809 -[loc_809] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -unknown90=yes -model=model_1068,0 - -// 810 -[loc_810] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -model=model_1053,0 - -// 811 -[loc_811] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -model=model_1071,0 - -// 812 -[loc_812] -sharelight=yes -forcedecor=yes -msi=msi_46 -mirror=yes -hillskew=yes -unknown90=yes -model=model_1053,0 - -// 813 -[loc_813] -sharelight=yes -forcedecor=yes -msi=msi_46 -mirror=yes -hillskew=yes -unknown90=yes -model=model_1071,0 - -// 814 -[loc_814] -sharelight=yes -hillskew=yes -blockrange=no -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 815 -[loc_815] -sharelight=yes -hillskew=yes -model=model_1137,0 - -// 816 -[loc_816] -active=no -hardshadow=no -model=model_1077 - -// 817 -[loc_817] -model=model_1214 -name=Suit of armour - -// 818 -[loc_818] -ambient=25 -contrast=25 -recol1s=16846 -recol1d=5252 -recol2s=21056 -recol2d=14434 -model=model_1214 -name=Suit of armour - -// 819 -[loc_819] -ambient=25 -contrast=25 -recol1s=16846 -recol1d=24312 -recol2s=11561 -recol2d=18960 -recol3s=15392 -recol3d=4333 -recol4s=21056 -recol4d=4333 -model=model_1214 -name=Suit of armour - -// 820 -[loc_820] -recol1s=15392 -recol1d=32288 -recol2s=21056 -recol2d=3552 -model=model_1214 -name=Suit of armour - -// 821 -[loc_821] -length=2 -model=model_1508 -name=Cannon - -// 822 -[loc_822] -model=model_1550 -name=Cannonballs - -// 823 -[loc_823] -op2=Attack -model=model_1286 -name=Dummy - -// 824 -[loc_824] -blockwalk=yes -model=model_1334 -name=Wooden defence - -// 825 -[loc_825] -model=model_1306,0 - -// 826 -[loc_826] -ambient=15 -contrast=10 -model=model_1314,0 - -// 827 -[loc_827] -model=model_1322,0 - -// 828 -[loc_828] -ambient=15 -contrast=10 -model=model_1331,0 - -// 829 -[loc_829] -ambient=45 -model=model_1451 -name=Target - -// 830 -[loc_830] -wallwidth=32 -sharelight=yes -hillskew=yes -blockwalk=yes -blockrange=no -model=model_1419,1 - -// 831 -[loc_831] -wallwidth=32 -sharelight=yes -hillskew=yes -blockwalk=yes -blockrange=no -model=model_1551,1 - -// 832 -[loc_832] -wallwidth=32 -sharelight=yes -hillskew=yes -blockwalk=yes -blockrange=no -model=model_1528,1 - -// 833 -[loc_833] -model=model_2120,Q - -// 834 -[loc_834] -length=2 -model=model_1232 -name=Sword cabinet - -// 835 -[loc_835] -length=2 -recol1s=12610 -recol1d=32288 -model=model_1232 -name=Sword cabinet - -// 836 -[loc_836] -length=2 -model=model_1243 -name=Bow cabinet - -// 837 -[loc_837] -length=2 -model=model_1160 -name=Axe cabinet - -// 838 -[loc_838] -length=2 -recol1s=12610 -recol1d=32288 -model=model_1160 -name=Axe cabinet - -// 839 -[loc_839] -length=2 -recol1s=5217 -recol1d=18960 -recol2s=12610 -recol2d=24312 -model=model_1243 -name=Bow cabinet - -// 840 -[loc_840] -ambient=20 -recol1s=15 -recol1d=4405 -model=model_2048,Q - -// 841 -[loc_841] -ambient=20 -model=model_2043,Q - -// 842 -[loc_842] -ambient=20 -model=model_2051,Q - -// 843 -[loc_843] -ambient=20 -recol1s=15 -recol1d=24312 -recol2s=16846 -recol2d=4333 -model=model_2051,Q - -// 844 -[loc_844] -ambient=20 -model=model_2064,Q - -// 845 -[loc_845] -ambient=20 -recol1s=15 -recol1d=32288 -recol2s=16846 -recol2d=3552 -model=model_2064,Q - -// 846 -[loc_846] -ambient=20 -recol1s=15 -recol1d=3552 -recol2s=16846 -recol2d=32288 -model=model_2043,Q - -// 847 -[loc_847] -ambient=20 -recol1s=15 -recol1d=5252 -recol2s=16846 -recol2d=14434 -model=model_2051,Q - -// 848 -[loc_848] -width=2 -blockrange=no -model=model_1812 -name=Spear wall - -// 849 -[loc_849] -hillskew=yes -blockrange=no -model=model_642 -name=Spear wall - -// 850 -[loc_850] -ambient=20 -active=yes -model=model_2114,Q -name=Helmet rack - -// 851 -[loc_851] -anim=seq_9867 -model=model_1514 -name=Standard - -// 852 -[loc_852] -recol1s=32767 -recol1d=7399 -recol2s=29410 -recol2d=3204 -model=model_1514 -name=Standard - -// 853 -[loc_853] -model=model_1413 -name=Standard - -// 854 -[loc_854] -model=model_1536 -name=Standard - -// 855 -[loc_855] -model=model_1538 -name=Standard - -// 856 -[loc_856] -recol1s=15 -recol1d=4405 -model=model_1539 -name=Standard - -// 857 -[loc_857] -recol1s=32767 -recol1d=13989 -recol2s=15 -recol2d=32767 -model=model_1539 -name=Standard - -// 858 -[loc_858] -recol1s=1263 -recol1d=32767 -recol2s=32767 -recol2d=13989 -recol3s=24416 -recol3d=32767 -model=model_1536 -name=Standard - -// 859 -[loc_859] -model=model_1427 -name=Standard - -// 860 -[loc_860] -anim=seq_471 -bgsound=synth_3124,3 -model=model_2281 -name=Flagpole - -// 861 -[loc_861] -anim=seq_471 -bgsound=synth_3124,3 -model=model_2284 -name=Flagpole - -// 862 -[loc_862] -anim=seq_471 -bgsound=synth_3124,3 -model=model_2283 -name=Flagpole - -// 863 -[loc_863] -contrast=100 -ambient=10 -model=model_1499 -name=Standard - -// 864 -[loc_864] -contrast=100 -ambient=10 -model=model_1471 -name=Standard - -// 865 -[loc_865] -contrast=100 -ambient=10 -model=model_1458 -name=Standard - -// 866 -[loc_866] -contrast=100 -ambient=10 -model=model_1430 -name=Standard - -// 867 -[loc_867] -contrast=100 -ambient=10 -model=model_1431 -name=Standard - -// 868 -[loc_868] -contrast=100 -ambient=10 -model=model_1490 -name=Standard - -// 869 -[loc_869] -anim=seq_471 -bgsound=synth_3124,3 -model=model_2280 -name=Flagpole - -// 870 -[loc_870] -model=model_1759 -name=Totem Pole - -// 871 -[loc_871] -model=model_1264 -name=Bath pipes - -// 872 -[loc_872] -model=model_1476 -name=Large sewer pipe - -// 873 -[loc_873] -length=2 -blockrange=no -model=model_1182 -name=Sink - -// 874 -[loc_874] -length=2 -ambient=25 -contrast=25 -blockrange=no -retex1s=material_22 -retex1d=material_16 -model=model_1182 -name=Sink - -// 875 -[loc_875] -length=2 -blockrange=no -model=model_1284 -name=Bath - -// 876 -[loc_876] -retex1s=material_246 -retex1d=material_91 -model=model_2027,Q - -// 877 -[loc_877] -model=model_2063,Q - -// 878 -[loc_878] -blockrange=no -model=model_1525 -name=Well - -// 879 -[loc_879] -width=2 -length=2 -msi=msi_8 -bgsound=synth_2150,7 -blockrange=no -model=model_1497 -name=Fountain - -// 880 -[loc_880] -width=2 -length=2 -msi=msi_8 -bgsound=synth_2151,7 -blockrange=no -recol1s=7399 -recol1d=19904 -recol2s=16846 -recol2d=20992 -model=model_1497 -name=Fountain - -// 881 -[loc_881] -op1=Open -blockwalk=yes -forceapproach=west -hardshadow=no -blockrange=no -retex1s=material_246 -retex1d=material_91 -model=model_25033 -name=Manhole - -// 882 -[loc_882] -op1=Climb-down -op2=Close -blockwalk=yes -forceapproach=west -hardshadow=no -blockrange=no -model=model_25035 -name=Manhole - -// 883 -[loc_883] -active=yes -op1=Open -blockrange=no -recol1s=13638 -recol1d=12548 -recol2s=10501 -recol2d=12548 -recol3s=9444 -recol3d=12548 -model=model_7371,1 -name=Gate - -// 884 -[loc_884] -width=2 -length=2 -resizex=90 -resizey=100 -resizez=90 -ambient=20 -blockrange=no -model=model_1410 -name=Well - -// 885 -[loc_885] -blockrange=no -model=model_1265 -name=Bar pumps - -// 886 -[loc_886] -blockrange=no -model=model_1269 -name=Bar pumps - -// 887 -[loc_887] -active=yes -ambient=25 -contrast=25 -model=model_2057,Q -name=Portrait - -// 888 -[loc_888] -active=yes -ambient=25 -model=model_36411,Q -name=Painting - -// 889 -[loc_889] -active=yes -ambient=25 -model=model_36410,Q -name=Painting - -// 890 -[loc_890] -active=yes -ambient=25 -model=model_2085,Q -name=Portrait - -// 891 -[loc_891] -active=yes -ambient=25 -model=model_36415,Q -name=Landscape - -// 892 -[loc_892] -active=yes -ambient=25 -model=model_36426,Q -name=Painting - -// 893 -[loc_893] -active=yes -ambient=25 -model=model_2107,Q -name=Painting - -// 894 -[loc_894] -active=yes -ambient=25 -model=model_36407,Q -name=Landscape - -// 895 -[loc_895] -active=yes -ambient=25 -model=model_36402,Q -name=Painting - -// 896 -[loc_896] -ambient=100 -active=yes -model=model_2041,Q -name=Star chart - -// 897 -[loc_897] -ambient=100 -active=yes -model=model_2031,Q -name=Star chart - -// 898 -[loc_898] -active=yes -model=model_2038,Q -name=Cross - -// 899 -[loc_899] -contrast=100 -ambient=30 -active=yes -model=model_2065,Q -name=Hanging banner - -// 900 -[loc_900] -ambient=50 -sharelight=yes -active=yes -recol1s=32672 -recol1d=24312 -recol2s=13 -recol2d=4333 -recol3s=32767 -recol3d=18960 -recol4s=29408 -recol4d=24312 -retex1s=material_16 -retex1d=material_19 -model=model_2065,Q -name=Hanging banner - -// 901 -[loc_901] -contrast=100 -ambient=30 -active=yes -model=model_2053,Q -name=Hanging banner - -// 902 -[loc_902] -ambient=50 -sharelight=yes -active=yes -recol1s=32672 -recol1d=24312 -recol2s=13 -recol2d=4333 -recol3s=32767 -recol3d=18960 -recol4s=29408 -recol4d=24312 -retex1s=material_16 -retex1d=material_19 -model=model_2053,Q -name=Hanging banner - -// 903 -[loc_903] -active=yes -model=model_2073,Q -name=Unicorn's head - -// 904 -[loc_904] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -recol1s=8192 -recol1d=0 -recol2s=10305 -recol2d=3171 -recol3s=9248 -recol3d=2114 -retex1s=material_170 -retex1d=material_111 -retex2s=material_281 -retex2d=material_111 -model=model_17477,8 -model=model_17479,Q -name=Dragon's head - -// 905 -[loc_905] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -retex1s=material_281 -retex1d=material_297 -retex2s=material_170 -retex2d=material_111 -model=model_17477,8 -model=model_17479,Q -name=Dragon's head - -// 906 -[loc_906] -active=yes -ambient=25 -contrast=25 -model=model_2052,Q -name=Bull's head - -// 907 -[loc_907] -ambient=50 -anim=seq_468 -active=yes -model=model_2258,Q -name=Charms - -// 908 -[loc_908] -ambient=50 -active=yes -model=model_2086,Q -name=Magical symbol - -// 909 -[loc_909] -active=yes -ambient=25 -contrast=25 -model=model_2111,Q -name=Plaque - -// 910 -[loc_910] -active=yes -model=model_929,Q -name=Evil eye decoration - -// 911 -[loc_911] -active=yes -model=model_927,Q -name=Glyphs - -// 912 -[loc_912] -active=no -model=model_909,Q - -// 913 -[loc_913] -active=no -model=model_910,Q - -// 914 -[loc_914] -active=no -model=model_896,Q - -// 915 -[loc_915] -active=yes -model=model_905 -name=Font - -// 916 -[loc_916] -sharelight=yes -unknown90=yes -retex1s=material_144 -retex1d=material_216 -model=model_1113,0 - -// 917 -[loc_917] -sharelight=yes -unknown90=yes -model=model_1061,0 - -// 918 -[loc_918] -sharelight=yes -unknown90=yes -model=model_1117,0 - -// 919 -[loc_919] -sharelight=yes -unknown90=yes -model=model_1123,0 - -// 920 -[loc_920] -sharelight=yes -unknown90=yes -model=model_1100,0 - -// 921 -[loc_921] -sharelight=yes -unknown90=yes -model=model_1132,0 - -// 922 -[loc_922] -sharelight=yes -unknown90=yes -model=model_1138,0 - -// 923 -[loc_923] -sharelight=yes -unknown90=yes -model=model_1066,0 - -// 924 -[loc_924] -sharelight=yes -unknown90=yes -model=model_1039,0 - -// 925 -[loc_925] -sharelight=yes -unknown90=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_1110,0 - -// 926 -[loc_926] -sharelight=yes -unknown90=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_1134,0 - -// 927 -[loc_927] -sharelight=yes -unknown90=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_1067,0 - -// 928 -[loc_928] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=24312 -recol2s=29408 -recol2d=18960 -model=model_1110,0 - -// 929 -[loc_929] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=24312 -recol2s=29408 -recol2d=18960 -model=model_1134,0 - -// 930 -[loc_930] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=24312 -recol2s=29408 -recol2d=18960 -model=model_1067,0 - -// 931 -[loc_931] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=5252 -recol2s=29408 -recol2d=14434 -model=model_1134,0 - -// 932 -[loc_932] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=5252 -recol2s=29408 -recol2d=14434 -model=model_1067,0 - -// 933 -[loc_933] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=5252 -recol2s=29408 -recol2d=14434 -model=model_1110,0 - -// 934 -[loc_934] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=32288 -recol2s=0 -recol2d=3554 -recol3s=29408 -recol3d=3554 -model=model_1110,0 - -// 935 -[loc_935] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=32288 -recol2s=0 -recol2d=3554 -recol3s=29408 -recol3d=3554 -model=model_1134,0 - -// 936 -[loc_936] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=32288 -recol2s=0 -recol2d=3554 -recol3s=29408 -recol3d=3554 -model=model_1067,0 - -// 937 -[loc_937] -sharelight=yes -unknown90=yes -ambient=25 -contrast=25 -model=model_1110,0 - -// 938 -[loc_938] -sharelight=yes -unknown90=yes -ambient=25 -contrast=25 -model=model_1134,0 - -// 939 -[loc_939] -sharelight=yes -unknown90=yes -ambient=25 -contrast=25 -model=model_1067,0 - -// 940 -[loc_940] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=4405 -model=model_1110,0 - -// 941 -[loc_941] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=4405 -recol2s=0 -recol2d=22131 -model=model_1134,0 - -// 942 -[loc_942] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=4405 -recol2s=0 -recol2d=22131 -model=model_1067,0 - -// 943 -[loc_943] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=6626 -recol2s=29408 -recol2d=10829 -model=model_1110,0 - -// 944 -[loc_944] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=6626 -recol2s=29408 -recol2d=10829 -model=model_1134,0 - -// 945 -[loc_945] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=6626 -recol2s=29408 -recol2d=10829 -model=model_1067,0 - -// 946 -[loc_946] -unknown90=yes -model=model_1042,0 - -// 947 -[loc_947] -unknown90=yes -model=model_1062,0 - -// 948 -[loc_948] -unknown90=yes -retex1s=material_175 -retex1d=material_216 -model=model_1092,0 - -// 949 -[loc_949] -unknown90=yes -model=model_1111,0 - -// 950 -[loc_950] -sharelight=yes -unknown90=yes -model=model_1029,0 - -// 951 -[loc_951] -sharelight=yes -unknown90=yes -model=model_1038,0 - -// 952 -[loc_952] -sharelight=yes -unknown90=yes -model=model_1056,0 - -// 953 -[loc_953] -sharelight=yes -unknown90=yes -model=model_1085,0 - -// 954 -[loc_954] -width=2 -length=2 -active=yes -multivar=varplayer_695 -multiloc=0,loc_24069 -multiloc=1,loc_24070 -multiloc=2,loc_24070 -multiloc=3,loc_24070 -multiloc=4,loc_24070 -multiloc=5,loc_24070 -multiloc=6,loc_24070 -multiloc=7,loc_24070 -multiloc=8,loc_24070 -multiloc=9,loc_24070 -multiloc=10,loc_24070 -multiloc=11,loc_24070 -multiloc=12,loc_24070 -multiloc=13,loc_24070 -multiloc=14,loc_24070 -multiloc=15,loc_24070 -multiloc=16,loc_24070 -multiloc=17,loc_24070 -multiloc=18,loc_24070 -multiloc=19,loc_24070 -multiloc=20,loc_24070 -multiloc=21,loc_24070 -multiloc=22,loc_24070 -multiloc=23,loc_24070 -multiloc=24,loc_24070 -multiloc=25,loc_24070 -multiloc=26,loc_24070 -multiloc=27,loc_24070 -multiloc=28,loc_24070 -multiloc=29,loc_24070 -multiloc=30,loc_24070 - -// 955 -[loc_955] -ambient=50 -anim=seq_470 -active=yes -model=model_2291,Q -name=Spooky picture - -// 956 -[loc_956] -model=model_2039,0 - -// 957 -[loc_957] -model=model_2055,0 - -// 958 -[loc_958] -model=model_2098,0 - -// 959 -[loc_959] -active=yes -model=model_2081,Q -name=Clock face - -// 960 -[loc_960] -active=yes -model=model_2117,Q -name=Clock face - -// 961 -[loc_961] -ambient=50 -active=yes -model=model_2040,Q -name=Bank notice board - -// 962 -[loc_962] -ambient=50 -active=yes -model=model_2040,Q -name=Noticeboard - -// 963 -[loc_963] -active=yes -ambient=25 -model=model_2066,Q -name=Clothes equipment - -// 964 -[loc_964] -contrast=100 -ambient=10 -active=yes -model=model_2075,Q -name=Stuffed swordfish - -// 965 -[loc_965] -contrast=100 -ambient=10 -active=yes -model=model_2090,Q -name=Stuffed swordfish - -// 966 -[loc_966] -contrast=100 -ambient=10 -active=yes -model=model_2094,Q -name=Jolly Roger - -// 967 -[loc_967] -active=yes -model=model_2118,Q -name=Hanging wheel - -// 968 -[loc_968] -contrast=100 -ambient=10 -active=yes -model=model_2035,Q -name=Pirate map - -// 969 -[loc_969] -active=yes -model=model_2124,Q -name=Fishing net - -// 970 -[loc_970] -op1=Read -active=yes -recol1s=6342 -recol1d=32480 -model=model_2111,Q -name=Plaque - -// 971 -[loc_971] -active=yes -model=model_2030,Q -name=Bow and Arrow - -// 972 -[loc_972] -active=yes -model=model_2029,Q -name=Arrows - -// 973 -[loc_973] -active=yes -model=model_2099,Q -name=Javelin - -// 974 -[loc_974] -active=yes -model=model_2042,Q -name=Studded Leather - -// 975 -[loc_975] -active=yes -model=model_2067,Q -name=Dragonhide Leather - -// 976 -[loc_976] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=9484 -recol2s=29408 -recol2d=4198 -model=model_1110,0 - -// 977 -[loc_977] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=9484 -recol2s=29408 -recol2d=4198 -recol3s=0 -recol3d=5255 -model=model_1134,0 - -// 978 -[loc_978] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=9484 -recol2s=0 -recol2d=5255 -model=model_1067,0 - -// 979 -[loc_979] -sharelight=yes -hillskew=yes -sharelight=yes -blockrange=no -model=model_1003,1 -model=model_1004,2 -model=model_1005,3 -model=model_1006,4 -model=model_1007,5 - -// 980 -[loc_980] -sharelight=yes -hillskew=yes -blockrange=no -model=model_1009,1 -model=model_1010,2 -model=model_1011,3 -model=model_1012,4 -model=model_1013,5 - -// 981 -[loc_981] -sharelight=yes -hillskew=yes -blockrange=no -model=model_960,1 -model=model_961,2 -model=model_962,3 -model=model_963,4 -model=model_964,5 - -// 982 -[loc_982] -sharelight=yes -hillskew=yes -blockrange=no -model=model_987,1 -model=model_988,2 -model=model_989,3 -model=model_990,4 -model=model_991,5 - -// 983 -[loc_983] -sharelight=yes -hillskew=yes -blockrange=no -model=model_983,1 - -// 984 -[loc_984] -sharelight=yes -hillskew=yes -model=model_1014,1 - -// 985 -[loc_985] -sharelight=yes -hillskew=yes -model=model_992,1 - -// 986 -[loc_986] -active=no -sharelight=yes -hillskew=yes -length=3 -model=model_1022 - -// 987 -[loc_987] -sharelight=yes -hillskew=yes -recol1s=16846 -recol1d=11559 -model=model_987,1 -model=model_988,2 -model=model_989,3 -model=model_990,4 -model=model_991,5 - -// 988 -[loc_988] -sharelight=yes -hillskew=yes -recol1s=16846 -recol1d=11559 -model=model_1014,1 - -// 989 -[loc_989] -sharelight=yes -hillskew=yes -recol1s=16846 -recol1d=11559 -model=model_992,1 - -// 990 -[loc_990] -length=3 -sharelight=yes -hillskew=yes -active=no -recol1s=16846 -recol1d=11559 -model=model_1022 - -// 991 -[loc_991] -sharelight=yes -hillskew=yes -blockrange=no -model=model_994,1 -model=model_997,3 -model=model_1000,5 - -// 992 -[loc_992] -sharelight=yes -hillskew=yes -blockrange=no -model=model_979,1 -model=model_980,3 -model=model_981,5 - -// 993 -[loc_993] -length=2 -hillskew=yes -op1=Climb-over -msi=msi_70 -raiseobject=no -blockrange=no -model=model_982 -name=Stile - -// 994 -[loc_994] -sharelight=yes -blockrange=no -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 995 -[loc_995] -sharelight=yes -hillskew=yes -blockrange=no -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 996 -[loc_996] -sharelight=yes -blockrange=no -recol1s=9412 -recol1d=19904 -recol2s=6241 -recol2d=19904 -recol3s=10468 -recol3d=19904 -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 997 -[loc_997] -sharelight=yes -hillskew=yes -blockrange=no -model=model_969,1 -model=model_970,5 - -// 998 -[loc_998] -sharelight=yes -hillskew=yes -width=2 -active=no -blockrange=no -model=model_965 - -// 999 -[loc_999] -sharelight=yes -hillskew=yes -width=2 -mirror=yes -active=no -blockrange=no -model=model_965 - -// 1000 -[loc_1000] -blockwalk=yes -blockrange=no -model=model_984,1 -model=model_985,2 -model=model_986,3 - -// 1001 -[loc_1001] -blockwalk=yes -blockrange=no -model=model_1016,1 - -// 1002 -[loc_1002] -blockwalk=yes -blockrange=no -model=model_959,1 - -// 1003 -[loc_1003] -hillskew=yes -sharelight=yes -model=model_4052,0 - -// 1004 -[loc_1004] -hillskew=yes -blockrange=no -model=model_1023 -name=Broken Railing - -// 1005 -[loc_1005] -hillskew=yes -mirror=yes -blockrange=no -model=model_1023 -name=Broken Railing - -// 1006 -[loc_1006] -hillskew=yes -blockrange=no -model=model_1017 -name=Broken Railing - -// 1007 -[loc_1007] -sharelight=yes -hillskew=yes -blockrange=no -model=model_977,1 -model=model_978,5 - -// 1008 -[loc_1008] -sharelight=yes -hillskew=yes -blockrange=no -model=model_5555,1 -model=model_5556,5 - -// 1009 -[loc_1009] -sharelight=yes -blockrange=no -recol1s=9412 -recol1d=15890 -recol2s=6241 -recol2d=15890 -recol3s=10468 -recol3d=15890 -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 1010 -[loc_1010] -model=model_1225 -name=Shelves - -// 1011 -[loc_1011] -model=model_1177 -name=Shelves - -// 1012 -[loc_1012] -model=model_1178 -name=Shelves - -// 1013 -[loc_1013] -ambient=25 -contrast=25 -model=model_1271 -name=Cooking shelves - -// 1014 -[loc_1014] -ambient=25 -contrast=25 -model=model_1150 -name=Shelves - -// 1015 -[loc_1015] -model=model_2132 -name=Shelves - -// 1016 -[loc_1016] -model=model_2133 -name=Shelves - -// 1017 -[loc_1017] -model=model_2134 -name=Shelves - -// 1018 -[loc_1018] -model=model_2135 -name=Shelves - -// 1019 -[loc_1019] -ambient=50 -active=yes -model=model_2127,Q -name=Shelf - -// 1020 -[loc_1020] -ambient=50 -active=yes -model=model_2034,Q -name=Shelf - -// 1021 -[loc_1021] -ambient=50 -active=yes -model=model_2046,Q -name=Shelf - -// 1022 -[loc_1022] -ambient=50 -model=model_2058,Q - -// 1023 -[loc_1023] -ambient=50 -model=model_2122,Q - -// 1024 -[loc_1024] -model=model_1144 -name=Shelves - -// 1025 -[loc_1025] -blockwalk=no -model=model_2100,8 -model=model_7745,Q -name=Clothing shelves - -// 1026 -[loc_1026] -ambient=50 -recol1s=6240 -recol1d=1058 -model=model_2122,Q - -// 1027 -[loc_1027] -width=3 -ambient=25 -contrast=25 -model=model_1296 -name=Tanning line - -// 1028 -[loc_1028] -bgsound=synth_2223,10 -model=model_1295 -name=Vat - -// 1029 -[loc_1029] -model=model_1285 -name=Vat - -// 1030 -[loc_1030] -model=model_1292 -name=Mangle - -// 1031 -[loc_1031] -model=model_1293 -name=Mangle - -// 1032 -[loc_1032] -ambient=17 -contrast=17 -model=model_1552 -name=Danger sign - -// 1033 -[loc_1033] -model=model_1449 -name=Signpost - -// 1034 -[loc_1034] -model=model_1402 -name=Signpost - -// 1035 -[loc_1035] -model=model_1403 -name=Signpost - -// 1036 -[loc_1036] -model=model_1313,1 - -// 1037 -[loc_1037] -model=model_1309,1 - -// 1038 -[loc_1038] -model=model_1311,H - -// 1039 -[loc_1039] -model=model_2130,Q - -// 1040 -[loc_1040] -recol1s=18688 -recol1d=7264 -model=model_2130,Q - -// 1041 -[loc_1041] -model=model_1934,Q - -// 1042 -[loc_1042] -model=model_1916,Q - -// 1043 -[loc_1043] -recol1s=18688 -recol1d=7264 -model=model_2130,Q - -// 1044 -[loc_1044] -recol1s=18688 -recol1d=7264 -model=model_1925,Q - -// 1045 -[loc_1045] -recol1s=18688 -recol1d=7264 -model=model_1919,Q - -// 1046 -[loc_1046] -recol1s=18688 -recol1d=7264 -model=model_1923,Q - -// 1047 -[loc_1047] -recol1s=18688 -recol1d=7264 -model=model_1933,Q - -// 1048 -[loc_1048] -recol1s=18688 -recol1d=7264 -model=model_1920,Q - -// 1049 -[loc_1049] -recol1s=18688 -recol1d=7264 -model=model_1917,Q - -// 1050 -[loc_1050] -model=model_1926,Q - -// 1051 -[loc_1051] -model=model_1937,Q - -// 1052 -[loc_1052] -model=model_1939,Q - -// 1053 -[loc_1053] -model=model_1929,Q - -// 1054 -[loc_1054] -model=model_1935,Q - -// 1055 -[loc_1055] -model=model_1936,Q - -// 1056 -[loc_1056] -model=model_1921,Q - -// 1057 -[loc_1057] -active=yes -model=model_1931,Q -name=Sign - -// 1058 -[loc_1058] -model=model_1932,Q - -// 1059 -[loc_1059] -model=model_1914,Q - -// 1060 -[loc_1060] -model=model_1915,Q - -// 1061 -[loc_1061] -ambient=25 -contrast=25 -model=model_1922,Q - -// 1062 -[loc_1062] -model=model_1918,Q - -// 1063 -[loc_1063] -ambient=25 -contrast=15 -recolhsl1s=5029 -recolhsl1d=7448 -recol2s=11561 -recol2d=5285 -model=model_1930,Q - -// 1064 -[loc_1064] -model=model_1924,Q - -// 1065 -[loc_1065] -model=model_1927,Q - -// 1066 -[loc_1066] -model=model_1928,Q - -// 1067 -[loc_1067] -model=model_1938,Q - -// 1068 -[loc_1068] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1069 -[loc_1069] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1070 -[loc_1070] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1071 -[loc_1071] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1072 -[loc_1072] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1073 -[loc_1073] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1074 -[loc_1074] -active=yes -ambient=25 -contrast=25 -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1075 -[loc_1075] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1076 -[loc_1076] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1077 -[loc_1077] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1078 -[loc_1078] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Sign - -// 1079 -[loc_1079] -model=model_1402 -name=Signpost - -// 1080 -[loc_1080] -model=model_1402 -name=Signpost - -// 1081 -[loc_1081] -model=model_1402 -name=Signpost - -// 1082 -[loc_1082] -width=2 -length=2 -ambient=30 -model=model_5498 -name=Signpost - -// 1083 -[loc_1083] -width=2 -length=2 -ambient=30 -model=model_5498 -name=Signpost - -// 1084 -[loc_1084] -model=model_1403 -name=Signpost - -// 1085 -[loc_1085] -model=model_1403 -name=Signpost - -// 1086 -[loc_1086] -model=model_1402 -name=Signpost - -// 1087 -[loc_1087] -model=model_1403 -name=Signpost - -// 1088 -[loc_1088] -blockrange=no -model=model_1170 -name=Chair - -// 1089 -[loc_1089] -blockrange=no -model=model_1242 -name=Smashed chair - -// 1090 -[loc_1090] -blockrange=no -model=model_1273 -name=Chair - -// 1091 -[loc_1091] -blockrange=no -recol1s=13344 -recol1d=32288 -model=model_1273 -name=Chair - -// 1092 -[loc_1092] -blockrange=no -recol1s=13344 -recol1d=24312 -recol2s=10401 -recol2d=4192 -model=model_1273 -name=Chair - -// 1093 -[loc_1093] -blockrange=no -model=model_1162 -name=Chair - -// 1094 -[loc_1094] -blockrange=no -model=model_1163 -name=Chair - -// 1095 -[loc_1095] -blockrange=no -model=model_1186 -name=Stool - -// 1096 -[loc_1096] -blockrange=no -model=model_1188 -name=Rocking chair - -// 1097 -[loc_1097] -blockrange=no -model=model_1234 -name=Throne - -// 1098 -[loc_1098] -ambient=25 -contrast=25 -blockrange=no -recol1s=15392 -recol1d=18960 -recol2s=5248 -recol2d=24312 -recol3s=32480 -recol3d=24312 -model=model_1234 -name=Throne - -// 1099 -[loc_1099] -blockrange=no -recol1s=15392 -recol1d=32288 -recol2s=5248 -recol2d=32288 -model=model_1234 -name=Throne - -// 1100 -[loc_1100] -blockrange=no -model=model_1161 -name=Barstool - -// 1101 -[loc_1101] -blockrange=no -recol1s=18464 -recol1d=24312 -recol2s=9312 -recol2d=4192 -model=model_1161 -name=Chair - -// 1102 -[loc_1102] -blockrange=no -model=model_1258 -name=Stool - -// 1103 -[loc_1103] -blockrange=no -model=model_1301 -name=Stool - -// 1104 -[loc_1104] -width=2 -blockrange=no -model=model_1297 -name=Bench - -// 1105 -[loc_1105] -blockrange=no -model=model_1328 -name=Throne - -// 1106 -[loc_1106] -width=2 -blockrange=no -model=model_1496 -name=Bench - -// 1107 -[loc_1107] -blockrange=no -model=model_2080,Q - -// 1108 -[loc_1108] -width=2 -blockrange=no -model=model_931 -name=Throne - -// 1109 -[loc_1109] -width=2 -length=2 -blockrange=no -model=model_934 -name=Throne - -// 1110 -[loc_1110] -blockrange=no -model=model_903 -name=Chair - -// 1111 -[loc_1111] -blockrange=no -model=model_1950 -name=Chair - -// 1112 -[loc_1112] -width=2 -blockrange=no -model=model_1233 -name=Pew - -// 1113 -[loc_1113] -blockrange=no -model=model_1261 -name=Stool - -// 1114 -[loc_1114] -width=2 -length=3 -model=model_1502 -name=Ice Throne - -// 1115 -[loc_1115] -blockrange=no -recol1s=10401 -recol1d=1058 -recol2s=9377 -recol2d=1058 -model=model_1170 -name=Chair - -// 1116 -[loc_1116] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=25 -contrast=15 -model=model_1663 -name=Hedge - -// 1117 -[loc_1117] -hillskew=yes -msi=msi_9 -ambient=25 -contrast=25 -model=model_1589 -name=Hedge - -// 1118 -[loc_1118] -width=2 -length=2 -msi=msi_9 -blockrange=no -model=model_1669 -name=Bush - -// 1119 -[loc_1119] -width=2 -length=2 -msi=msi_9 -model=model_1670 -name=Bush - -// 1120 -[loc_1120] -width=2 -length=2 -msi=msi_9 -hillskew=yes -blockrange=no -model=model_1671 -name=Bush - -// 1121 -[loc_1121] -length=2 -msi=msi_9 -blockrange=no -model=model_1672 -name=Bush - -// 1122 -[loc_1122] -width=2 -length=2 -msi=msi_6 -blockrange=no -model=model_1640 -name=Bush - -// 1123 -[loc_1123] -width=2 -length=2 -resizex=80 -resizey=80 -resizez=80 -msi=msi_6 -blockrange=no -recol1s=4194 -recol1d=11590 -model=model_1640 -name=Bush - -// 1124 -[loc_1124] -msi=msi_9 -ambient=25 -contrast=25 -blockwalk=yes -hillchange=tree_skew,180 -blockrange=no -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 1125 -[loc_1125] -msi=msi_9 -ambient=25 -contrast=25 -blockrange=no -model=model_1566 -name=Bush - -// 1126 -[loc_1126] -width=2 -blockrange=no -model=model_1568 -name=Rosebush - -// 1127 -[loc_1127] -active=no -model=model_2012 - -// 1128 -[loc_1128] -active=no -length=4 -model=model_2016 - -// 1129 -[loc_1129] -hillskew=yes -length=4 -width=4 -active=no -model=model_2004 - -// 1130 -[loc_1130] -active=no -model=model_2010 - -// 1131 -[loc_1131] -hillskew=yes -length=3 -active=no -model=model_2020 - -// 1132 -[loc_1132] -length=3 -width=3 -active=no -model=model_2019 - -// 1133 -[loc_1133] -active=no -retex1s=material_9 -retex1d=material_245 -model=model_2011 - -// 1134 -[loc_1134] -active=no -retex1s=material_9 -retex1d=material_245 -model=model_2013 - -// 1135 -[loc_1135] -active=no -model=model_2014 - -// 1136 -[loc_1136] -active=no -model=model_2015 - -// 1137 -[loc_1137] -active=no -model=model_2024 - -// 1138 -[loc_1138] -active=no -model=model_2023 - -// 1139 -[loc_1139] -active=no -model=model_2005 - -// 1140 -[loc_1140] -active=no -model=model_2001 - -// 1141 -[loc_1141] -length=2 -active=no -model=model_2017 - -// 1142 -[loc_1142] -active=no -model=model_2022 - -// 1143 -[loc_1143] -active=no -model=model_2000 - -// 1144 -[loc_1144] -active=no -model=model_2008 - -// 1145 -[loc_1145] -active=no -model=model_2021 - -// 1146 -[loc_1146] -active=no -model=model_2008 - -// 1147 -[loc_1147] -model=model_2002 -name=Fairy house - -// 1148 -[loc_1148] -model=model_2003 -name=Fairy house - -// 1149 -[loc_1149] -model=model_2009 -name=Fairy house - -// 1150 -[loc_1150] -model=model_2006 -name=Fairy bank - -// 1151 -[loc_1151] -model=model_2018 -name=Fairy market stall - -// 1152 -[loc_1152] -blockrange=no -model=model_1628 -name=Potted fern - -// 1153 -[loc_1153] -blockrange=no -model=model_1619 -name=Potted fern - -// 1154 -[loc_1154] -blockrange=no -model=model_1620 -name=Potted fern - -// 1155 -[loc_1155] -blockrange=no -retex1s=material_199 -retex1d=material_96 -model=model_1590 -name=Potted fern - -// 1156 -[loc_1156] -blockrange=no -model=model_1680 -name=Potted flower - -// 1157 -[loc_1157] -blockrange=no -recol1s=1118 -recol1d=21536 -model=model_1680 -name=Potted flower - -// 1158 -[loc_1158] -blockrange=no -model=model_936 -name=Potted plant - -// 1159 -[loc_1159] -model=model_2069,Q - -// 1160 -[loc_1160] -width=2 -length=2 -model=model_1632 -name=Potted plant - -// 1161 -[loc_1161] -op2=Pick -blockwalk=no -msi=msi_9 -ambient=17 -model=model_8196 -name=Cabbage - -// 1162 -[loc_1162] -resizex=100 -resizez=100 -blockwalk=no -hillchange=tree_skew,25 -model=model_5564 -name=Bullrushes - -// 1163 -[loc_1163] -blockrange=no -model=model_1686 -name=Mushroom - -// 1164 -[loc_1164] -blockrange=no -recol1s=32554 -recol1d=11555 -recol2s=32697 -recol2d=15847 -model=model_1686 -name=Mushroom - -// 1165 -[loc_1165] -blockrange=no -model=model_1579 -name=Mushroom - -// 1166 -[loc_1166] -blockwalk=no -model=model_1722 -name=Mushrooms - -// 1167 -[loc_1167] -hillchange=tree_skew,35 -blockrange=no -recol1s=18626 -recol1d=9413 -recol2s=32697 -recol2d=18988 -recol3s=32593 -recol3d=14758 -model=model_1579 -name=Mushroom - -// 1168 -[loc_1168] -blockrange=no -recol1s=18626 -recol1d=9413 -recol2s=32697 -recol2d=18988 -recol3s=29098 -recol3d=12549 -recol4s=32593 -recol4d=14758 -recol5s=23878 -recol5d=11492 -recol6s=21764 -recol6d=10436 -model=model_1722 -name=Mushrooms - -// 1169 -[loc_1169] -blockrange=no -model=model_1646 -name=Mushroom - -// 1170 -[loc_1170] -blockrange=no -model=model_1609 -name=Fungus - -// 1171 -[loc_1171] -blockrange=no -recol1s=32357 -recol1d=11555 -recol2s=32493 -recol2d=15847 -recol3s=30379 -recol3d=15847 -model=model_1609 -name=Fungus - -// 1172 -[loc_1172] -blockrange=no -recol1s=32357 -recol1d=17830 -recol2s=32493 -recol2d=26212 -recol3s=30379 -recol3d=26212 -model=model_1609 -name=Fungus - -// 1173 -[loc_1173] -blockwalk=no -model=model_1696 -name=Small fern - -// 1174 -[loc_1174] -blockwalk=no -ambient=30 -model=model_1724 -name=Thistle - -// 1175 -[loc_1175] -hillskew=yes -shadow=no -blockwalk=no -model=model_1703 -name=Waterlily - -// 1176 -[loc_1176] -hillskew=yes -shadow=no -blockwalk=no -model=model_1704 -name=Waterlily - -// 1177 -[loc_1177] -hillskew=yes -shadow=no -blockwalk=no -model=model_1705 -name=Waterlily - -// 1178 -[loc_1178] -blockwalk=no -hardshadow=no -recol1s=197 -recol1d=294 -model=model_1690 -name=Heather - -// 1179 -[loc_1179] -blockwalk=no -hardshadow=no -model=model_1615 -name=Heather - -// 1180 -[loc_1180] -blockwalk=no -hardshadow=no -model=model_1616 -name=Heather - -// 1181 -[loc_1181] -blockwalk=no -op1=Pick -model=model_5407 -name=Nettles - -// 1182 -[loc_1182] -ambient=25 -contrast=25 -model=model_2061,Q - -// 1183 -[loc_1183] -ambient=25 -contrast=25 -model=model_2088,Q - -// 1184 -[loc_1184] -blockwalk=no -model=model_1617 -name=Creeping plant - -// 1185 -[loc_1185] -blockwalk=yes -blockrange=no -model=model_1711 -name=Rockery - -// 1186 -[loc_1186] -blockwalk=no -recol1s=6528 -recol1d=11906 -model=model_1617 -name=Curling plant - -// 1187 -[loc_1187] -blockwalk=no -model=model_1610 -name=Flower - -// 1188 -[loc_1188] -blockwalk=no -recol1s=8766 -recol1d=21536 -retex1s=material_151 -retex1d=material_57 -model=model_1610 -name=Flower - -// 1189 -[loc_1189] -blockwalk=no -model=model_1699 -name=Daisies - -// 1190 -[loc_1190] -blockwalk=no -model=model_1577 -name=Sunflower - -// 1191 -[loc_1191] -blockwalk=no -model=model_1720 -name=Sunflowers - -// 1192 -[loc_1192] -blockwalk=no -model=model_1658 -name=Flowers - -// 1193 -[loc_1193] -blockwalk=no -model=model_1623 -name=Flowers - -// 1194 -[loc_1194] -blockwalk=no -model=model_1656 -name=Tulips - -// 1195 -[loc_1195] -blockwalk=no -recol1s=7168 -recol1d=31712 -recol2s=27944 -recol2d=21308 -recol3s=19488 -recol3d=15926 -recol4s=23716 -recol4d=7639 -recol5s=29958 -recol5d=11833 -recol6s=29991 -recol6d=11933 -model=model_1658 -name=Flowers - -// 1196 -[loc_1196] -blockwalk=no -recol1s=7168 -recol1d=31712 -recol2s=27944 -recol2d=21308 -recol3s=19488 -recol3d=15926 -recol4s=23716 -recol4d=7639 -recol5s=29958 -recol5d=11833 -recol6s=29991 -recol6d=11933 -model=model_1623 -name=Flowers - -// 1197 -[loc_1197] -blockwalk=no -recol1s=7168 -recol1d=31328 -recol2s=27944 -recol2d=32672 -recol3s=23716 -recol3d=27168 -recol4s=29958 -recol4d=32480 -recol5s=29991 -recol5d=32672 -model=model_1658 -name=Flower - -// 1198 -[loc_1198] -blockwalk=no -recol1s=7168 -recol1d=31328 -recol2s=27944 -recol2d=32672 -recol3s=23716 -recol3d=27168 -recol4s=29958 -recol4d=32480 -recol5s=29991 -recol5d=32672 -model=model_1623 -name=Flowers - -// 1199 -[loc_1199] -blockwalk=no -model=model_1569 -name=Flowerbed - -// 1200 -[loc_1200] -blockwalk=no -recol1s=1118 -recol1d=31808 -recol2s=2014 -recol2d=32736 -model=model_1569 -name=Flowerbed - -// 1201 -[loc_1201] -blockwalk=no -recol1s=1118 -recol1d=32736 -recol2s=2014 -recol2d=1858 -model=model_1569 -name=Flowerbed - -// 1202 -[loc_1202] -blockrange=no -model=model_1675 -name=Jungle flower - -// 1203 -[loc_1203] -blockrange=no -model=model_1581 -name=Orchid - -// 1204 -[loc_1204] -blockrange=no -model=model_1679 -name=Jungle plant - -// 1205 -[loc_1205] -hillskew=yes -sharelight=yes -model=model_1654 -name=Vine - -// 1206 -[loc_1206] -hillskew=yes -recol1s=15 -recol1d=30656 -recol2s=16416 -recol2d=6496 -model=model_1717 -name=Vine - -// 1207 -[loc_1207] -hillskew=yes -model=model_1717 -name=Vine - -// 1208 -[loc_1208] -hillskew=yes -model=model_1608 -name=Vine - -// 1209 -[loc_1209] -hillskew=yes -sharelight=yes -model=model_1624,0 - -// 1210 -[loc_1210] -hillskew=yes -sharelight=yes -model=model_1657,0 - -// 1211 -[loc_1211] -hillskew=yes -sharelight=yes -recol1s=21536 -recol1d=9792 -model=model_1578,0 - -// 1212 -[loc_1212] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9792 -model=model_1603,0 - -// 1213 -[loc_1213] -hillskew=yes -sharelight=yes -model=model_1697,0 - -// 1214 -[loc_1214] -hillskew=yes -sharelight=yes -model=model_1561,0 - -// 1215 -[loc_1215] -hillskew=yes -sharelight=yes -model=model_1631,0 - -// 1216 -[loc_1216] -hillskew=yes -sharelight=yes -model=model_1664,0 - -// 1217 -[loc_1217] -hillskew=yes -sharelight=yes -model=model_1712,0 - -// 1218 -[loc_1218] -hillskew=yes -sharelight=yes -model=model_1587,0 - -// 1219 -[loc_1219] -hillskew=yes -sharelight=yes -model=model_1585,0 - -// 1220 -[loc_1220] -hillskew=yes -sharelight=yes -model=model_1638,0 - -// 1221 -[loc_1221] -hillskew=yes -sharelight=yes -model=model_1708,0 - -// 1222 -[loc_1222] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=15971 -recol2s=17440 -recol2d=18055 -model=model_1636,0 - -// 1223 -[loc_1223] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=15971 -recol2s=17440 -recol2d=18055 -model=model_1662,0 - -// 1224 -[loc_1224] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=15971 -recol2s=17440 -recol2d=18055 -model=model_1694,0 - -// 1225 -[loc_1225] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=15971 -recol2s=17440 -recol2d=18055 -model=model_1639,0 - -// 1226 -[loc_1226] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=15971 -recol2s=17440 -recol2d=18055 -model=model_1660,0 - -// 1227 -[loc_1227] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=15971 -recol2s=17440 -recol2d=18055 -model=model_1691,0 - -// 1228 -[loc_1228] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=15971 -model=model_1602,0 - -// 1229 -[loc_1229] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=15971 -recol2s=17440 -recol2d=18055 -model=model_1714,0 - -// 1230 -[loc_1230] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=15971 -recol2s=17440 -recol2d=18055 -model=model_1649,0 - -// 1231 -[loc_1231] -width=2 -length=2 -sharelight=yes -model=model_1622 -name=Vine - -// 1232 -[loc_1232] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=12423 -recol2s=17440 -recol2d=12423 -model=model_1697,0 - -// 1233 -[loc_1233] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=12423 -recol2s=17440 -recol2d=12423 -model=model_1561,0 - -// 1234 -[loc_1234] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=12423 -recol2s=17440 -recol2d=12423 -model=model_1631,0 - -// 1235 -[loc_1235] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=12423 -recol2s=17440 -recol2d=12423 -model=model_1664,0 - -// 1236 -[loc_1236] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=12423 -recol2s=17440 -recol2d=12423 -model=model_1712,0 - -// 1237 -[loc_1237] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=12423 -recol2s=17440 -recol2d=12423 -model=model_1587,0 - -// 1238 -[loc_1238] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=12423 -model=model_1585,0 - -// 1239 -[loc_1239] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=12423 -recol2s=17440 -recol2d=12423 -model=model_1638,0 - -// 1240 -[loc_1240] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=12423 -recol2s=17440 -recol2d=12423 -model=model_1708,0 - -// 1241 -[loc_1241] -hillskew=yes -hardshadow=no -model=model_1125,0 - -// 1242 -[loc_1242] -hillskew=yes -hardshadow=no -model=model_1140,0 - -// 1243 -[loc_1243] -hillskew=yes -hardshadow=no -model=model_1033,0 - -// 1244 -[loc_1244] -hillskew=yes -hardshadow=no -model=model_1574,0 - -// 1245 -[loc_1245] -hillskew=yes -hardshadow=no -model=model_1601,0 - -// 1246 -[loc_1246] -hillskew=yes -unknown90=yes -model=model_1625,0 - -// 1247 -[loc_1247] -hillskew=yes -blockwalk=no -unknown90=yes -model=model_1644,0 - -// 1248 -[loc_1248] -hillskew=yes -hardshadow=no -model=model_1665,0 - -// 1249 -[loc_1249] -hillskew=yes -unknown90=yes -recol1s=7330 -recol1d=4194 -model=model_1625,0 - -// 1250 -[loc_1250] -hillskew=yes -unknown90=yes -recol1s=7330 -recol1d=4194 -model=model_1644,0 - -// 1251 -[loc_1251] -hillskew=yes -unknown90=yes -recol1s=7330 -recol1d=13602 -model=model_1625,0 - -// 1252 -[loc_1252] -hillskew=yes -unknown90=yes -recol1s=7330 -recol1d=13602 -model=model_1644,0 - -// 1253 -[loc_1253] -hardshadow=no -model=model_1088,0 - -// 1254 -[loc_1254] -hardshadow=no -model=model_1107,0 - -// 1255 -[loc_1255] -hardshadow=no -model=model_1121,0 - -// 1256 -[loc_1256] -hardshadow=no -model=model_1136,0 - -// 1257 -[loc_1257] -hillskew=yes -hardshadow=no -recol1s=352 -recol1d=13828 -model=model_1088,0 - -// 1258 -[loc_1258] -hillskew=yes -hardshadow=no -recol1s=352 -recol1d=13828 -model=model_1107,0 - -// 1259 -[loc_1259] -hillskew=yes -hardshadow=no -recol1s=352 -recol1d=13828 -model=model_1121,0 - -// 1260 -[loc_1260] -hillskew=yes -hardshadow=no -recol1s=352 -recol1d=13828 -model=model_1136,0 - -// 1261 -[loc_1261] -hardshadow=no -model=model_1090,0 - -// 1262 -[loc_1262] -hillskew=yes -hardshadow=no -model=model_1725,0 - -// 1263 -[loc_1263] -hillskew=yes -hardshadow=no -model=model_1572,0 - -// 1264 -[loc_1264] -hillskew=yes -hardshadow=no -model=model_1723,0 - -// 1265 -[loc_1265] -hillskew=yes -hardshadow=no -model=model_1713,0 - -// 1266 -[loc_1266] -hardshadow=no -model=model_1420,0 - -// 1267 -[loc_1267] -hardshadow=no -model=model_1437,0 - -// 1268 -[loc_1268] -hardshadow=no -forcedecor=yes -model=model_1515,0 - -// 1269 -[loc_1269] -hardshadow=no -forcedecor=yes -model=model_1426,0 - -// 1270 -[loc_1270] -hardshadow=no -model=model_1462,0 - -// 1271 -[loc_1271] -hardshadow=no -hillskew=yes -model=model_1414,0 - -// 1272 -[loc_1272] -unknown90=yes -hardshadow=no -recol1s=352 -recol1d=1252 -model=model_1088,0 - -// 1273 -[loc_1273] -unknown90=yes -hardshadow=no -recol1s=352 -recol1d=1252 -model=model_1107,0 - -// 1274 -[loc_1274] -unknown90=yes -hardshadow=no -recol1s=352 -recol1d=1252 -model=model_1121,0 - -// 1275 -[loc_1275] -unknown90=yes -hardshadow=no -recol1s=352 -recol1d=1252 -model=model_1136,0 - -// 1276 -[loc_1276] -width=2 -length=2 -msi=msi_0 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=5218 -recol1d=12548 -model=model_1570 -name=Tree - -// 1277 -[loc_1277] -width=2 -length=2 -msi=msi_0 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=5218 -recol1d=18688 -model=model_1570 -name=Tree - -// 1278 -[loc_1278] -width=2 -length=2 -msi=msi_1 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=5218 -recol1d=12548 -retex1s=material_152 -retex1d=material_78 -retex2s=material_80 -retex2d=material_77 -model=model_1637 -name=Tree - -// 1279 -[loc_1279] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=4504 -recolhsl2s=4899 -recolhsl2d=4496 -recolhsl3s=5921 -recolhsl3d=4508 -model=model_1124,0 - -// 1280 -[loc_1280] -width=2 -length=2 -msi=msi_1 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=5218 -recol1d=18688 -model=model_1637 -name=Tree - -// 1281 -[loc_1281] -ambient=25 -width=3 -length=3 -op1=Chop down -op3=hidden -msi=msi_1 -hillchange=tree_skew,32 -model=model_8037 -model2=model_8040 -name=Oak - -// 1282 -[loc_1282] -width=2 -length=2 -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,32 -model=model_1715 -name=Dead tree - -// 1283 -[loc_1283] -width=2 -length=2 -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -model=model_1715 -name=Dead tree - -// 1284 -[loc_1284] -width=2 -length=2 -msi=msi_6 -resizex=100 -resizey=100 -resizez=100 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -model=model_1715 -name=Dead tree - -// 1285 -[loc_1285] -width=2 -length=2 -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=4194 -recol1d=13602 -recol2s=5250 -recol2d=12514 -model=model_1715 -name=Dead tree - -// 1286 -[loc_1286] -msi=msi_27 -op1=Chop down -op3=hidden -hillchange=tree_skew,32 -recol1s=6240 -recol1d=5218 -recol2s=7296 -recol2d=5218 -model=model_1716 -name=Dead tree - -// 1287 -[loc_1287] -msi=msi_6 -sharelight=yes -hillchange=tree_skew,42 -model=model_1621 -name=Dead tree - -// 1288 -[loc_1288] -msi=msi_6 -mirror=yes -sharelight=yes -hillchange=tree_skew,42 -model=model_1621 -name=Dead tree - -// 1289 -[loc_1289] -msi=msi_27 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=7296 -recol1d=4194 -recol2s=6240 -recol2d=4194 -model=model_1716 -name=Dead tree - -// 1290 -[loc_1290] -width=2 -length=2 -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -model=model_1718 -name=Dead tree - -// 1291 -[loc_1291] -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -model=model_23908 -name=Dead tree - -// 1292 -[loc_1292] -width=2 -length=2 -op1=Chop down -op3=hidden -msi=msi_0 -hillchange=tree_skew,42 -model=model_1650 -name=Dramen tree - -// 1293 -[loc_1293] -width=4 -length=4 -anim=seq_332 -op1=Talk-to -op2=Teleport -msi=msi_0 -hillchange=tree_skew,42 -model=model_2851 -name=Spirit tree - -// 1294 -[loc_1294] -width=4 -length=4 -anim=seq_332 -op1=Talk-to -op2=Teleport -msi=msi_0 -model=model_2851 -name=Spirit tree - -// 1295 -[loc_1295] -width=4 -length=4 -anim=seq_333 -op1=Talk-to -op2=Teleport -msi=msi_0 -model=model_2851 -name=Spirit tree - -// 1296 -[loc_1296] -width=3 -length=2 -msi=msi_6 -model=model_1633 -name=Fallen tree - -// 1297 -[loc_1297] -width=3 -length=2 -msi=msi_6 -hillskew=yes -recol1s=18688 -recol1d=5218 -recol2s=29258 -recol2d=11523 -model=model_1633 -name=Fallen tree - -// 1298 -[loc_1298] -blockwalk=no -msi=msi_9 -model=model_1707 -name=Fern - -// 1299 -[loc_1299] -blockwalk=no -msi=msi_9 -ambient=40 -model=model_1653 -name=Fern - -// 1300 -[loc_1300] -blockwalk=no -msi=msi_9 -ambient=40 -model=model_1655 -name=Fern - -// 1301 -[loc_1301] -width=2 -length=2 -ambient=40 -msi=msi_5 -hillchange=tree_skew,155 -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7298 -model=model_1701 -name=Tree - -// 1302 -[loc_1302] -width=2 -length=2 -msi=msi_5 -hillchange=tree_skew,45 -model=model_1702 -name=Leafy tree - -// 1303 -[loc_1303] -width=2 -length=2 -msi=msi_5 -hillchange=tree_skew,100 -recol1s=16846 -recol1d=14983 -recol2s=13675 -recol2d=13957 -recol3s=11561 -recol3d=20967 -model=model_1701 -name=Tree - -// 1304 -[loc_1304] -width=2 -length=2 -msi=msi_5 -hillchange=tree_skew,5 -recol1s=14660 -recol1d=17796 -model=model_1702 -name=Tree - -// 1305 -[loc_1305] -width=2 -length=2 -msi=msi_5 -resizex=170 -resizey=170 -resizez=170 -recol1s=14660 -recol1d=17796 -model=model_1702 -name=Tree - -// 1306 -[loc_1306] -width=2 -length=2 -op1=Chop down -op3=hidden -msi=msi_0 -ambient=25 -randomsound=750,1000,5,synth_3987 -model=model_7978 -name=Magic tree - -// 1307 -[loc_1307] -width=2 -msi=msi_2 -length=2 -op1=Chop down -op3=hidden -ambient=25 -hillchange=tree_skew,42 -model=model_8023 -name=Maple tree - -// 1308 -[loc_1308] -width=2 -length=2 -msi=msi_3 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=11490 -recol1d=8419 -model=model_8131 -name=Willow - -// 1309 -[loc_1309] -width=3 -length=3 -op1=Chop down -op3=hidden -msi=msi_3 -ambient=25 -model=model_8157 -name=Yew - -// 1310 -[loc_1310] -width=2 -length=2 -msi=msi_0 -active=yes -model=model_1576 -name=Tree - -// 1311 -[loc_1311] -width=2 -length=2 -msi=msi_5 -model=model_1612 -name=Palm - -// 1312 -[loc_1312] -width=2 -length=2 -msi=msi_5 -model=model_1575 -name=Palm - -// 1313 -[loc_1313] -width=3 -length=2 -msi=msi_5 -model=model_1593 -name=Plant - -// 1314 -[loc_1314] -width=3 -length=2 -msi=msi_5 -hillchange=tree_skew,30 -recol1s=6240 -recol1d=18887 -recol2s=1858 -recol2d=12869 -model=model_1593 -name=Plant - -// 1315 -[loc_1315] -width=2 -length=2 -op1=Chop down -op3=hidden -msi=msi_0 -hillchange=tree_skew,42 -recol1s=5218 -recol1d=12548 -model=model_1667 -name=Evergreen - -// 1316 -[loc_1316] -width=3 -length=3 -op1=Chop down -op3=hidden -msi=msi_0 -hillchange=tree_skew,42 -recol1s=5218 -recol1d=12548 -model=model_1688 -name=Evergreen - -// 1317 -[loc_1317] -width=2 -length=2 -op1=Talk-to -op2=Teleport -msi=msi_0 -ambient=25 -hillchange=tree_skew,42 -model=model_8110 -name=Spirit tree - -// 1318 -[loc_1318] -width=3 -length=3 -op1=Chop down -op3=hidden -msi=msi_1 -hillchange=tree_skew,20 -recol1s=32767 -recol1d=27519 -model=model_1614 -name=Evergreen - -// 1319 -[loc_1319] -width=3 -length=3 -op1=Chop down -op3=hidden -msi=msi_1 -hillchange=tree_skew,20 -recol1s=32767 -recol1d=27519 -model=model_1611 -name=Evergreen - -// 1320 -[loc_1320] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=4504 -recolhsl2s=4899 -recolhsl2d=4496 -recolhsl3s=5921 -recolhsl3d=4508 -model=model_1139,0 - -// 1321 -[loc_1321] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=4504 -recolhsl2s=4899 -recolhsl2d=4496 -recolhsl3s=5921 -recolhsl3d=4508 -model=model_1032,0 - -// 1322 -[loc_1322] -msi=msi_2 -retex1s=material_152 -retex1d=material_78 -model=model_1583 -name=Hollow tree - -// 1323 -[loc_1323] -msi=msi_6 -blockrange=no -model=model_2172 -name=Roots - -// 1324 -[loc_1324] -msi=msi_6 -blockrange=no -model=model_2173 -name=Roots - -// 1325 -[loc_1325] -msi=msi_6 -blockrange=no -model=model_2174 -name=Roots - -// 1326 -[loc_1326] -msi=msi_0 -ambient=10 -contrast=10 -hillchange=tree_skew,70 -model=model_1676 -name=Tropical tree - -// 1327 -[loc_1327] -ambient=10 -contrast=10 -model=model_1687 -name=Tropical tree - -// 1328 -[loc_1328] -ambient=10 -contrast=10 -model=model_1605 -name=Tropical tree - -// 1329 -[loc_1329] -width=3 -length=3 -model=model_1706 -name=Tropical leaves - -// 1330 -[loc_1330] -width=3 -length=3 -msi=msi_0 -op1=Chop down -op3=hidden -hillchange=tree_skew,20 -model=model_1681 -name=Tree - -// 1331 -[loc_1331] -width=3 -length=3 -msi=msi_0 -op1=Chop down -op3=hidden -hillchange=tree_skew,20 -model=model_1682 -name=Tree - -// 1332 -[loc_1332] -width=3 -length=3 -msi=msi_0 -op1=Chop down -op3=hidden -hillchange=tree_skew,20 -model=model_1683 -name=Tree - -// 1333 -[loc_1333] -width=2 -length=2 -sharelight=yes -msi=msi_6 -model=model_1607 -name=Dead tree - -// 1334 -[loc_1334] -width=3 -msi=msi_6 -recol1s=21927 -recol1d=11490 -recol2s=18823 -recol2d=7330 -model=model_1634 -name=Hollow log - -// 1335 -[loc_1335] -width=2 -msi=msi_6 -recol1s=21927 -recol1d=11490 -recol2s=18823 -recol2d=7330 -model=model_1594 -name=Hollow log - -// 1336 -[loc_1336] -width=3 -recol1s=18823 -recol1d=13570 -recol2s=21927 -recol2d=32767 -retex1s=material_80 -retex1d=material_502 -model=model_1634 -name=Hollow log - -// 1337 -[loc_1337] -width=2 -recol1s=18823 -recol1d=13570 -recol2s=21927 -recol2d=32767 -retex1s=material_80 -retex1d=material_502 -model=model_1594 -name=Hollow log - -// 1338 -[loc_1338] -recol1s=21927 -recol1d=11490 -recol2s=18823 -recol2d=7330 -model=model_1659 -name=Hollow log - -// 1339 -[loc_1339] -width=3 -length=3 -msi=msi_6 -model=model_2152 -name=Roots - -// 1340 -[loc_1340] -width=3 -length=3 -msi=msi_6 -model=model_2153 -name=Roots - -// 1341 -[loc_1341] -msi=msi_6 -hillskew=yes -recol1s=4194 -recol1d=5218 -model=model_1573 -name=Tree stump - -// 1342 -[loc_1342] -width=2 -length=2 -msi=msi_6 -hillskew=yes -recol1s=4194 -recol1d=5218 -recol2s=5218 -recol2d=12548 -model=model_1695 -name=Tree stump - -// 1343 -[loc_1343] -width=2 -length=2 -msi=msi_6 -hillskew=yes -recol1s=4194 -recol1d=18688 -model=model_1695 -name=Tree stump - -// 1344 -[loc_1344] -width=2 -length=2 -msi=msi_6 -hillskew=yes -recol1s=4194 -recol1d=11490 -model=model_1695 -name=Tree stump - -// 1345 -[loc_1345] -width=2 -length=2 -resizex=100 -resizey=100 -resizez=100 -hillskew=yes -recol1s=4194 -recol1d=5218 -model=model_1695 -name=Tree stump - -// 1346 -[loc_1346] -width=2 -length=2 -resizex=448 -resizey=448 -resizez=448 -msi=msi_6 -hillskew=yes -recol1s=4194 -recol1d=5218 -model=model_1695 -name=Tree stump - -// 1347 -[loc_1347] -width=2 -length=2 -msi=msi_6 -hillskew=yes -recol1s=7330 -recol1d=4194 -model=model_1629 -name=Tree stump - -// 1348 -[loc_1348] -width=2 -length=2 -resizex=100 -resizey=100 -resizez=100 -msi=msi_6 -hillskew=yes -recol1s=7330 -recol1d=4194 -model=model_1629 -name=Tree stump - -// 1349 -[loc_1349] -width=2 -length=2 -resizex=100 -resizey=100 -resizez=100 -msi=msi_6 -hillskew=yes -recol1s=4194 -recol1d=13602 -recol2s=7330 -recol2d=13602 -model=model_1629 -name=Tree stump - -// 1350 -[loc_1350] -width=2 -length=2 -resizex=80 -resizey=80 -resizez=80 -msi=msi_6 -hillskew=yes -recol1s=7330 -recol1d=4194 -model=model_1629 -name=Tree stump - -// 1351 -[loc_1351] -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=5218 -recol2s=7296 -recol2d=5218 -model=model_1685 -name=Tree stump - -// 1352 -[loc_1352] -msi=msi_6 -hillskew=yes -recol1s=7296 -recol1d=3203 -recol2s=6240 -recol2d=3203 -model=model_1685 -name=Tree stump - -// 1353 -[loc_1353] -hillskew=yes -recol1s=7296 -recol1d=4194 -recol2s=6240 -recol2d=4194 -model=model_1685 -name=Tree stump - -// 1354 -[loc_1354] -width=2 -length=2 -hillskew=yes -model=model_1635 -name=Tree stump - -// 1355 -[loc_1355] -width=3 -length=3 -hillskew=yes -recol1s=5218 -recol1d=12548 -model=model_1652 -name=Tree stump - -// 1356 -[loc_1356] -ambient=25 -width=3 -length=3 -hillskew=yes -model=model_8039 -name=Tree stump - -// 1357 -[loc_1357] -width=3 -length=3 -hillskew=yes -model=model_1661 -name=Tree stump - -// 1358 -[loc_1358] -hillskew=yes -recol1s=4193 -recol1d=5218 -model=model_1596 -name=Tree stump - -// 1359 -[loc_1359] -hillskew=yes -model=model_1592 -name=Tree stump - -// 1360 -[loc_1360] -msi=msi_23 -hillchange=tree_skew,40 -model=model_1562 -name=Tropical tree - -// 1361 -[loc_1361] -width=7 -length=7 -model=model_1563 -name=Tropical tree - -// 1362 -[loc_1362] -width=4 -length=3 -model=model_1564 -name=Tropical tree - -// 1363 -[loc_1363] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=3235 -model=model_2152 -name=Roots - -// 1364 -[loc_1364] -width=3 -length=3 -msi=msi_6 -recol1s=6240 -recol1d=3235 -model=model_2153 -name=Roots - -// 1365 -[loc_1365] -msi=msi_6 -op1=Chop down -op3=hidden -raiseobject=no -recol1s=7296 -recol1d=3203 -recol2s=6240 -recol2d=3203 -model=model_1716 -name=Dead tree - -// 1366 -[loc_1366] -msi=msi_6 -hillchange=tree_skew,35 -recol1s=6240 -recol1d=3235 -model=model_2172 -name=Roots - -// 1367 -[loc_1367] -msi=msi_6 -hillchange=tree_skew,35 -recol1s=6240 -recol1d=3235 -model=model_2173 -name=Roots - -// 1368 -[loc_1368] -msi=msi_6 -hillchange=tree_skew,35 -recol1s=6240 -recol1d=3235 -model=model_2174 -name=Roots - -// 1369 -[loc_1369] -width=3 -length=2 -msi=msi_5 -hillchange=tree_skew,70 -recol1s=6240 -recol1d=3203 -recol2s=1858 -recol2d=392 -model=model_1593 -name=Plant - -// 1370 -[loc_1370] -width=3 -msi=msi_6 -recol1s=21927 -recol1d=3203 -recol2s=18823 -recol2d=3203 -model=model_1634 -name=Hollow log - -// 1371 -[loc_1371] -msi=msi_0 -hillchange=tree_skew,70 -model=model_1684 -name=Tropical tree - -// 1372 -[loc_1372] -model=model_1651 -name=Tropical tree - -// 1373 -[loc_1373] -model=model_1648 -name=Tropical tree - -// 1374 -[loc_1374] -width=4 -length=3 -model=model_1673 -name=Tropical tree - -// 1375 -[loc_1375] -msi=msi_0 -hillchange=tree_skew,75 -model=model_1721 -name=Tropical tree - -// 1376 -[loc_1376] -model=model_1584 -name=Tropical tree - -// 1377 -[loc_1377] -width=4 -length=3 -model=model_1606 -name=Tropical tree - -// 1378 -[loc_1378] -width=3 -recol1s=21927 -recol1d=4194 -recol2s=18823 -recol2d=4194 -model=model_1634 -name=Hollow log - -// 1379 -[loc_1379] -width=2 -recol1s=21927 -recol1d=4194 -recol2s=18823 -recol2d=4194 -model=model_1594 -name=Hollow log - -// 1380 -[loc_1380] -msi=msi_6 -recol1s=6240 -recol1d=4194 -model=model_2172 -name=Roots - -// 1381 -[loc_1381] -msi=msi_6 -recol1s=6240 -recol1d=4194 -model=model_2173 -name=Roots - -// 1382 -[loc_1382] -msi=msi_6 -recol1s=6240 -recol1d=4194 -model=model_2174 -name=Roots - -// 1383 -[loc_1383] -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,32 -recol1s=4193 -recol1d=5218 -retex1s=material_80 -retex1d=material_77 -retex2s=material_152 -retex2d=material_78 -model=model_1719 -name=Dead tree - -// 1384 -[loc_1384] -msi=msi_6 -op1=Chop down -op3=hidden -model=model_1700 -name=Dead tree - -// 1385 -[loc_1385] -active=no -msi=msi_6 -recol1s=6240 -recol1d=12423 -model=model_2172 - -// 1386 -[loc_1386] -msi=msi_6 -recol1s=6240 -recol1d=12423 -model=model_2173 -name=Roots - -// 1387 -[loc_1387] -msi=msi_6 -recol1s=6240 -recol1d=12423 -model=model_2174 -name=Roots - -// 1388 -[loc_1388] -width=3 -length=3 -msi=msi_6 -recol1s=6240 -recol1d=12423 -model=model_2152 -name=Roots - -// 1389 -[loc_1389] -width=3 -length=3 -msi=msi_6 -recol1s=6240 -recol1d=12423 -model=model_2153 -name=Roots - -// 1390 -[loc_1390] -width=2 -blockwalk=no -msi=msi_5 -model=model_1618 -name=Jungle plant - -// 1391 -[loc_1391] -width=2 -length=2 -ambient=40 -msi=msi_5 -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 1392 -[loc_1392] -width=2 -length=2 -ambient=40 -msi=msi_5 -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 1393 -[loc_1393] -ambient=40 -msi=msi_5 -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 1394 -[loc_1394] -width=2 -length=2 -ambient=40 -msi=msi_5 -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 1395 -[loc_1395] -anim=seq_492 -blockrange=no -model=model_14207 -name=Fly trap - -// 1396 -[loc_1396] -msi=msi_4 -blockrange=no -model=model_1580 -name=Cactus - -// 1397 -[loc_1397] -msi=msi_4 -blockrange=no -model=model_1604 -name=Cactus - -// 1398 -[loc_1398] -width=2 -blockrange=no -recol1s=6528 -recol1d=11906 -model=model_1618 -name=Jungle plant - -// 1399 -[loc_1399] -width=2 -length=2 -blockrange=no -model=model_1677 -name=Jungle plant - -// 1400 -[loc_1400] -width=2 -length=2 -blockrange=no -recol1s=1602 -recol1d=10787 -model=model_1677 -name=Jungle plant - -// 1401 -[loc_1401] -width=2 -length=2 -blockrange=no -recol1s=16846 -recol1d=7778 -recol2s=13675 -recol2d=6690 -recol3s=11561 -recol3d=7778 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Jungle plant - -// 1402 -[loc_1402] -width=2 -length=2 -blockrange=no -recol1s=1602 -recol1d=15078 -model=model_1677 -name=Jungle plant - -// 1403 -[loc_1403] -width=2 -length=2 -msi=msi_4 -ambient=45 -model=model_1597 -name=Cactus - -// 1404 -[loc_1404] -width=2 -length=2 -msi=msi_4 -ambient=45 -hillchange=tree_skew,45 -model=model_1598 -name=Cactus - -// 1405 -[loc_1405] -width=2 -length=2 -msi=msi_4 -ambient=45 -hillchange=tree_skew,35 -blockrange=no -model=model_1599 -name=Cactus - -// 1406 -[loc_1406] -width=2 -length=2 -msi=msi_4 -ambient=45 -hillchange=tree_skew,25 -blockrange=no -model=model_1600 -name=Cactus - -// 1407 -[loc_1407] -width=2 -length=2 -blockwalk=no -model=model_2296 -name=Whipping Plant - -// 1408 -[loc_1408] -width=2 -length=2 -op1=Pick -blockrange=no -model=model_1627 -name=Pineapple Plant - -// 1409 -[loc_1409] -width=2 -length=2 -op1=Pick -blockrange=no -model=model_1627 -name=Pineapple Plant - -// 1410 -[loc_1410] -width=2 -length=2 -op1=Pick -blockrange=no -model=model_1627 -name=Pineapple Plant - -// 1411 -[loc_1411] -width=2 -length=2 -op1=Pick -blockrange=no -model=model_1627 -name=Pineapple Plant - -// 1412 -[loc_1412] -width=2 -length=2 -op1=Pick -blockrange=no -model=model_1627 -name=Pineapple Plant - -// 1413 -[loc_1413] -width=2 -length=2 -op1=Pick -blockrange=no -model=model_1582 -name=Pineapple Plant - -// 1414 -[loc_1414] -active=no -model=model_2074,Q - -// 1415 -[loc_1415] -sharelight=yes -occlude=yes -active=no -ambient=20 -contrast=25 -model=model_893,1 -model=model_894,2 -model=model_876,3 -model=model_877,4 -model=model_878,5 - -// 1416 -[loc_1416] -sharelight=yes -active=no -ambient=20 -contrast=25 -model=model_886,1 -model=model_887,2 -model=model_888,3 -model=model_889,4 -model=model_890,5 - -// 1417 -[loc_1417] -sharelight=yes -hillskew=yes -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 1418 -[loc_1418] -sharelight=yes -hillskew=yes -model=model_789,1 -model=model_790,5 - -// 1419 -[loc_1419] -sharelight=yes -hillskew=yes -active=no -model=model_826 - -// 1420 -[loc_1420] -sharelight=yes -hillskew=yes -active=no -model=model_771 - -// 1421 -[loc_1421] -width=2 -sharelight=yes -active=no -model=model_835 - -// 1422 -[loc_1422] -sharelight=yes -hillskew=yes -active=no -model=model_824,1 - -// 1423 -[loc_1423] -sharelight=yes -hillskew=yes -active=no -model=model_832,1 - -// 1424 -[loc_1424] -sharelight=yes -hillskew=yes -mirror=yes -active=no -model=model_832,1 - -// 1425 -[loc_1425] -sharelight=yes -hillskew=yes -active=no -model=model_836,1 - -// 1426 -[loc_1426] -sharelight=yes -hillskew=yes -mirror=yes -active=no -model=model_836,1 - -// 1427 -[loc_1427] -sharelight=yes -hillskew=yes -active=no -model=model_791,1 - -// 1428 -[loc_1428] -sharelight=yes -hillskew=yes -active=no -active=no -retex1s=material_105 -retex1d=material_418 -model=model_827,1 -model=model_828,2 -model=model_829,5 - -// 1429 -[loc_1429] -sharelight=yes -hillskew=yes -active=no -active=no -model=model_795,1 - -// 1430 -[loc_1430] -sharelight=yes -hillskew=yes -active=no -active=no -model=model_778,1 - -// 1431 -[loc_1431] -sharelight=yes -hillskew=yes -active=no -model=model_812 - -// 1432 -[loc_1432] -sharelight=yes -hillskew=yes -active=no -model=model_797,1 -model=model_798,2 -model=model_799,5 - -// 1433 -[loc_1433] -sharelight=yes -hillskew=yes -active=no -model=model_772 - -// 1434 -[loc_1434] -sharelight=yes -hillskew=yes -active=no -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 1435 -[loc_1435] -sharelight=yes -hillskew=yes -active=no -model=model_823 - -// 1436 -[loc_1436] -sharelight=yes -hillskew=yes -active=no -active=no -model=model_787 - -// 1437 -[loc_1437] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=2114 -model=model_787 - -// 1438 -[loc_1438] -sharelight=yes -hillskew=yes -active=no -model=model_792,0 - -// 1439 -[loc_1439] -sharelight=yes -hillskew=yes -active=no -model=model_793,0 - -// 1440 -[loc_1440] -sharelight=yes -hillskew=yes -active=no -recolhsl1s=6689 -recolhsl1d=36991 -retex1s=material_83 -retex1d=material_453 -retex2s=material_72 -retex2d=material_407 -retex3s=material_418 -retex3d=material_494 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 1441 -[loc_1441] -sharelight=yes -hillskew=yes -active=no -recolhsl1s=6689 -recolhsl1d=36991 -retex1s=material_70 -retex1d=material_494 -model=model_834 - -// 1442 -[loc_1442] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=32635 -retex1s=material_560 -retex1d=material_407 -model=model_823 - -// 1443 -[loc_1443] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=32635 -model=model_787 - -// 1444 -[loc_1444] -contrast=100 -ambient=50 -hillskew=yes -active=no -recol1s=12580 -recol1d=27519 -retex1s=material_127 -retex1d=material_315 -model=model_2056,Q - -// 1445 -[loc_1445] -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=27519 -retex1s=material_127 -retex1d=material_315 -model=model_2056,Q - -// 1446 -[loc_1446] -contrast=100 -ambient=50 -hillskew=yes -active=no -recol1s=12580 -recol1d=27519 -retex1s=material_127 -retex1d=material_315 -model=model_2071,Q - -// 1447 -[loc_1447] -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=27519 -retex1s=material_127 -retex1d=material_315 -model=model_2071,Q - -// 1448 -[loc_1448] -contrast=100 -ambient=50 -hillskew=yes -active=no -recol1s=12580 -recol1d=2114 -model=model_2056,Q - -// 1449 -[loc_1449] -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=2114 -model=model_2056,Q - -// 1450 -[loc_1450] -contrast=100 -ambient=50 -hillskew=yes -active=no -recol1s=12580 -recol1d=2114 -model=model_2071,Q - -// 1451 -[loc_1451] -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=2114 -model=model_2071,Q - -// 1452 -[loc_1452] -contrast=100 -ambient=50 -hillskew=yes -active=no -model=model_2056,Q - -// 1453 -[loc_1453] -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -active=no -model=model_2056,Q - -// 1454 -[loc_1454] -contrast=100 -ambient=50 -hillskew=yes -active=no -model=model_2071,Q - -// 1455 -[loc_1455] -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -active=no -model=model_2071,Q - -// 1456 -[loc_1456] -width=2 -contrast=100 -ambient=50 -hillskew=yes -model=model_2078,Q - -// 1457 -[loc_1457] -width=2 -contrast=100 -ambient=50 -hillskew=yes -model=model_2025,Q - -// 1458 -[loc_1458] -width=2 -contrast=100 -ambient=50 -hillskew=yes -active=no -model=model_2087,Q - -// 1459 -[loc_1459] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=7329 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 1460 -[loc_1460] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=7329 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 1461 -[loc_1461] -sharelight=yes -hillskew=yes -active=no -active=no -model=model_816 - -// 1462 -[loc_1462] -sharelight=yes -hillskew=yes -active=no -active=no -model=model_814 - -// 1463 -[loc_1463] -sharelight=yes -hillskew=yes -active=no -mirror=yes -active=no -model=model_814 - -// 1464 -[loc_1464] -sharelight=yes -hillskew=yes -active=no -active=no -model=model_815 - -// 1465 -[loc_1465] -sharelight=yes -hillskew=yes -active=no -model=model_817 - -// 1466 -[loc_1466] -sharelight=yes -hillskew=yes -active=no -model=model_822 - -// 1467 -[loc_1467] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=7329 -model=model_823 - -// 1468 -[loc_1468] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=7329 -model=model_787 - -// 1469 -[loc_1469] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -retex1s=material_69 -retex1d=material_177 -retex2s=material_105 -retex2d=material_418 -model=model_827,1 -model=model_828,2 -model=model_829,5 - -// 1470 -[loc_1470] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -retex1s=material_69 -retex1d=material_177 -retex2s=material_105 -retex2d=material_418 -model=model_795,1 - -// 1471 -[loc_1471] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -model=model_778,1 - -// 1472 -[loc_1472] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=7329 -model=model_812 - -// 1473 -[loc_1473] -contrast=100 -ambient=50 -hillskew=yes -recol1s=12580 -recol1d=7329 -model=model_2056,Q - -// 1474 -[loc_1474] -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -model=model_2056,Q - -// 1475 -[loc_1475] -contrast=100 -ambient=50 -hillskew=yes -recol1s=12580 -recol1d=7329 -model=model_2071,Q - -// 1476 -[loc_1476] -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -model=model_2071,Q - -// 1477 -[loc_1477] -sharelight=yes -hillskew=yes -active=no -model=model_833 - -// 1478 -[loc_1478] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=7329 -retex1s=material_378 -retex1d=material_83 -retex2s=material_76 -retex2d=material_72 -model=model_833 - -// 1479 -[loc_1479] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=12488 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 1480 -[loc_1480] -width=2 -contrast=100 -ambient=50 -hillskew=yes -recol1s=12580 -recol1d=12423 -model=model_2056,Q - -// 1481 -[loc_1481] -width=2 -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -recol1s=12580 -recol1d=12423 -model=model_2056,Q - -// 1482 -[loc_1482] -width=2 -contrast=100 -ambient=50 -hillskew=yes -recol1s=12580 -recol1d=12423 -model=model_2071,Q - -// 1483 -[loc_1483] -width=2 -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -recol1s=12580 -recol1d=12423 -model=model_2071,Q - -// 1484 -[loc_1484] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=12488 -model=model_834 - -// 1485 -[loc_1485] -sharelight=yes -hillskew=yes -active=no -model=model_834 - -// 1486 -[loc_1486] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=7329 -model=model_825 - -// 1487 -[loc_1487] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=32635 -model=model_825 - -// 1488 -[loc_1488] -sharelight=yes -occlude=yes -recol1s=26421 -recol1d=1058 -model=model_893,1 -model=model_894,2 -model=model_876,3 -model=model_877,4 -model=model_878,5 - -// 1489 -[loc_1489] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=12618 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 1490 -[loc_1490] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=12618 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 1491 -[loc_1491] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=12618 -retex1s=material_105 -retex1d=material_418 -model=model_827,1 -model=model_828,2 -model=model_829,5 - -// 1492 -[loc_1492] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=12618 -model=model_823 - -// 1493 -[loc_1493] -contrast=100 -ambient=50 -hillskew=yes -recol1s=12580 -recol1d=12618 -model=model_2056,Q - -// 1494 -[loc_1494] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=12618 -model=model_836,1 - -// 1495 -[loc_1495] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=12580 -recol1d=12618 -model=model_836,1 - -// 1496 -[loc_1496] -sharelight=yes -hillskew=yes -active=no -recol1s=2114 -recol1d=7329 -recol2s=7331 -recol2d=9441 -model=model_816 - -// 1497 -[loc_1497] -sharelight=yes -hillskew=yes -active=no -recol1s=2114 -recol1d=7329 -recol2s=7331 -recol2d=9441 -model=model_814 - -// 1498 -[loc_1498] -sharelight=yes -hillskew=yes -active=no -mirror=yes -recol1s=2114 -recol1d=7329 -recol2s=7331 -recol2d=9441 -model=model_814 - -// 1499 -[loc_1499] -sharelight=yes -hillskew=yes -active=no -recol1s=2114 -recol1d=7329 -recol2s=7331 -recol2d=9441 -model=model_815 - -// 1500 -[loc_1500] -sharelight=yes -hillskew=yes -active=no -recol1s=2114 -recol1d=7329 -recol2s=7331 -recol2d=9441 -model=model_817 - -// 1501 -[loc_1501] -sharelight=yes -hillskew=yes -active=no -recol1s=2114 -recol1d=7329 -recol2s=7331 -recol2d=9441 -model=model_822 - -// 1502 -[loc_1502] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=2114 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 1503 -[loc_1503] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=2114 -model=model_834 - -// 1504 -[loc_1504] -sharelight=yes -active=yes -raiseobject=no -model=model_608,1 -name=Door - -// 1505 -[loc_1505] -sharelight=yes -occlude=yes -active=yes -raiseobject=no -model=model_605,1 -name=Door - -// 1506 -[loc_1506] -active=yes -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_633,1 -name=Large door - -// 1507 -[loc_1507] -active=yes -op1=Close -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_594,1 -name=Large door - -// 1508 -[loc_1508] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_633,1 -name=Large door - -// 1509 -[loc_1509] -mirror=yes -active=no -raiseobject=no -ambient=25 -contrast=25 -model=model_633,1 - -// 1510 -[loc_1510] -active=no -raiseobject=no -ambient=25 -contrast=25 -model=model_633,1 - -// 1511 -[loc_1511] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -model=model_594,1 -name=Large door - -// 1512 -[loc_1512] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_14930,1 -model=model_14931,5 -name=Large door - -// 1513 -[loc_1513] -op1=Open -raiseobject=no -model=model_616,1 -name=Large door - -// 1514 -[loc_1514] -op1=Close -raiseobject=no -model=model_616,1 -name=Large door - -// 1515 -[loc_1515] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -model=model_14930,1 -model=model_14931,5 -name=Large door - -// 1516 -[loc_1516] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_639,1 -name=Large door - -// 1517 -[loc_1517] -op1=Close -raiseobject=no -model=model_639,1 -name=Large door - -// 1518 -[loc_1518] -sharelight=yes -raiseobject=no -model=model_664,1 - -// 1519 -[loc_1519] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_639,1 -name=Large door - -// 1520 -[loc_1520] -op1=Close -mirror=yes -raiseobject=no -model=model_639,1 -name=Large door - -// 1521 -[loc_1521] -sharelight=yes -mirror=yes -raiseobject=no -model=model_664,1 - -// 1522 -[loc_1522] -active=no -raiseobject=no -model=model_639,1 - -// 1523 -[loc_1523] -mirror=yes -active=no -raiseobject=no -model=model_639,1 - -// 1524 -[loc_1524] -active=no -raiseobject=no -model=model_639,1 - -// 1525 -[loc_1525] -mirror=yes -active=no -raiseobject=no -model=model_639,1 - -// 1526 -[loc_1526] -active=yes -op1=Open -raiseobject=no -model=model_884,1 -model=model_885,5 -name=Curtain - -// 1527 -[loc_1527] -active=no -raiseobject=no -model=model_879,1 -model=model_880,5 - -// 1528 -[loc_1528] -active=yes -op1=Open -raiseobject=no -model=model_884,1 -model=model_885,5 -name=Curtain - -// 1529 -[loc_1529] -active=yes -op1=Close -blockwalk=no -raiseobject=no -model=model_879,1 -model=model_880,5 -name=Curtain - -// 1530 -[loc_1530] -active=yes -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 1531 -[loc_1531] -active=yes -op1=Close -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 1532 -[loc_1532] -active=no -raiseobject=no -model=model_9476,1 -model=model_9477,5 - -// 1533 -[loc_1533] -active=yes -op1=Open -raiseobject=no -recol1s=18857 -recol1d=15686 -recol2s=17766 -recol2d=14629 -recol3s=15686 -recol3d=13572 -recol4s=14629 -recol4d=12515 -recol5s=9411 -recol5d=11458 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 1534 -[loc_1534] -active=yes -op1=Close -raiseobject=no -recol1s=18857 -recol1d=15686 -recol2s=17766 -recol2d=14629 -recol3s=15686 -recol3d=13572 -recol4s=14629 -recol4d=12515 -recol5s=9411 -recol5d=11458 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 1535 -[loc_1535] -active=no -raiseobject=no -recol1s=18857 -recol1d=15686 -recol2s=17766 -recol2d=14629 -recol3s=15686 -recol3d=13572 -recol4s=14629 -recol4d=12515 -recol5s=9411 -recol5d=11458 -model=model_14928,1 -model=model_14929,5 - -// 1536 -[loc_1536] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15338,1 -name=Door - -// 1537 -[loc_1537] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -model=model_15338,1 -name=Door - -// 1538 -[loc_1538] -active=no -raiseobject=no -model=model_15338,1 - -// 1539 -[loc_1539] -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_609,1 -name=Door - -// 1540 -[loc_1540] -op1=Close -active=yes -raiseobject=no -model=model_609,1 -name=Door - -// 1541 -[loc_1541] -active=no -raiseobject=no -blockrange=no -model=model_609,1 - -// 1542 -[loc_1542] -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_609,1 -name=Door - -// 1543 -[loc_1543] -op1=Close -active=yes -raiseobject=no -model=model_609,1 -name=Door - -// 1544 -[loc_1544] -op1=Open -mirror=yes -active=yes -raiseobject=no -blockrange=no -model=model_609,1 -name=Door - -// 1545 -[loc_1545] -op1=Close -mirror=yes -active=yes -raiseobject=no -model=model_609,1 -name=Door - -// 1546 -[loc_1546] -mirror=yes -active=no -raiseobject=no -blockrange=no -model=model_609,1 - -// 1547 -[loc_1547] -raiseobject=no -blockrange=no -model=model_665,1 - -// 1548 -[loc_1548] -mirror=yes -raiseobject=no -blockrange=no -model=model_665,1 - -// 1549 -[loc_1549] -raiseobject=no -ambient=35 -contrast=35 -blockrange=no -model=model_645,1 - -// 1550 -[loc_1550] -mirror=yes -raiseobject=no -ambient=35 -contrast=35 -blockrange=no -model=model_645,1 - -// 1551 -[loc_1551] -op1=Open -active=yes -raiseobject=no -hillskew=yes -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 1552 -[loc_1552] -op1=Close -active=yes -raiseobject=no -hillskew=yes -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 1553 -[loc_1553] -mirror=yes -op1=Open -active=yes -raiseobject=no -hillskew=yes -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 1554 -[loc_1554] -mirror=yes -active=no -raiseobject=no -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 - -// 1555 -[loc_1555] -active=no -raiseobject=no -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 - -// 1556 -[loc_1556] -mirror=yes -op1=Close -active=yes -raiseobject=no -hillskew=yes -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 1557 -[loc_1557] -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 1558 -[loc_1558] -op1=Open -mirror=yes -active=yes -raiseobject=no -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 1559 -[loc_1559] -length=2 -raiseobject=no -model=model_1553 -name=Gate - -// 1560 -[loc_1560] -op1=Close -active=yes -raiseobject=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 1561 -[loc_1561] -op1=Close -mirror=yes -active=yes -raiseobject=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 1562 -[loc_1562] -active=no -raiseobject=no -model=model_1509,1 -model=model_1511,5 - -// 1563 -[loc_1563] -mirror=yes -active=no -raiseobject=no -model=model_1509,1 -model=model_1511,5 - -// 1564 -[loc_1564] -sharelight=yes -occlude=yes -raiseobject=no -blockrange=no -model=model_945,1 - -// 1565 -[loc_1565] -sharelight=yes -occlude=yes -mirror=yes -raiseobject=no -blockrange=no -model=model_945,1 - -// 1566 -[loc_1566] -length=3 -sharelight=yes -raiseobject=no -active=no -blockrange=no -model=model_933 - -// 1567 -[loc_1567] -raiseobject=no -model=model_1205,0 - -// 1568 -[loc_1568] -active=yes -op1=Open -raiseobject=no -blockwalk=yes -model=model_1205,0 -name=Trapdoor - -// 1569 -[loc_1569] -active=yes -op1=Open -raiseobject=no -blockwalk=yes -model=model_1205,0 -name=Trapdoor - -// 1570 -[loc_1570] -active=yes -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=yes -model=model_1173,0 -name=Trapdoor - -// 1571 -[loc_1571] -active=yes -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=yes -model=model_1173,0 -name=Trapdoor - -// 1572 -[loc_1572] -active=yes -raiseobject=no -model=model_2033,Q -name=Boarded-up door - -// 1573 -[loc_1573] -active=yes -mirror=yes -raiseobject=no -op1=Open -model=model_593,1 -name=Doors - -// 1574 -[loc_1574] -active=yes -op1=Close -mirror=yes -raiseobject=no -model=model_593,1 -name=Doors - -// 1575 -[loc_1575] -active=yes -op1=Open -raiseobject=no -model=model_593,1 -name=Doors - -// 1576 -[loc_1576] -active=yes -op1=Close -raiseobject=no -model=model_593,1 -name=Doors - -// 1577 -[loc_1577] -length=3 -blockwalk=no -sharelight=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_675 -name=Doorway - -// 1578 -[loc_1578] -length=2 -blockwalk=no -sharelight=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_674 -name=Doorway - -// 1579 -[loc_1579] -length=2 -blockwalk=no -sharelight=yes -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_674 -name=Doorway - -// 1580 -[loc_1580] -sharelight=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_653,8 -model=model_644,1 -name=Doorway - -// 1581 -[loc_1581] -mirror=yes -sharelight=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_653,8 -model=model_644,1 -name=Doorway - -// 1582 -[loc_1582] -blockwalk=no -raiseobject=no -model=model_2183,1 - -// 1583 -[loc_1583] -active=yes -op1=Push -raiseobject=no -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 -name=Wall - -// 1584 -[loc_1584] -active=yes -op1=Push -raiseobject=no -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 -name=Wall - -// 1585 -[loc_1585] -active=no -raiseobject=no -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 1586 -[loc_1586] -active=yes -op1=Push -raiseobject=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37916,8 -model=model_37911,1 -name=Wall - -// 1587 -[loc_1587] -active=yes -op1=Push -raiseobject=no -retex1s=material_2 -retex1d=material_23 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 -name=Wall - -// 1588 -[loc_1588] -active=no -raiseobject=no -retex1s=material_2 -retex1d=material_23 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 1589 -[loc_1589] -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 1590 -[loc_1590] -op1=Open -mirror=yes -active=yes -raiseobject=no -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 1591 -[loc_1591] -active=yes -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 1592 -[loc_1592] -width=2 -length=2 -op1=Push -active=yes -raiseobject=no -recol1s=6342 -recol1d=5248 -recol2s=5285 -recol2d=5216 -retex1s=material_2 -retex1d=material_23 -model=model_598 -name=Odd looking wall - -// 1593 -[loc_1593] -active=no -width=2 -length=2 -raiseobject=no -recol1s=6342 -recol1d=5248 -recol2s=5285 -recol2d=5216 -retex1s=material_2 -retex1d=material_23 -model=model_597 - -// 1594 -[loc_1594] -active=yes -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Dungeon door - -// 1595 -[loc_1595] -active=yes -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 1596 -[loc_1596] -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 1597 -[loc_1597] -op1=Open -mirror=yes -active=yes -raiseobject=no -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 1598 -[loc_1598] -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 1599 -[loc_1599] -mirror=yes -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 1600 -[loc_1600] -op1=Open -raiseobject=no -model=model_639,1 -name=Magic guild door - -// 1601 -[loc_1601] -op1=Open -mirror=yes -raiseobject=no -model=model_639,1 -name=Magic guild door - -// 1602 -[loc_1602] -wallwidth=8 -sharelight=yes -occlude=yes -recol1s=7264 -recol1d=12548 -recol2s=8320 -recol2d=12548 -retex1s=material_75 -retex1d=material_561 -retex2s=material_167 -retex2d=material_563 -model=model_2212,1 -model=model_2213,2 -model=model_2176,3 -model=model_2177,4 -model=model_2178,5 - -// 1603 -[loc_1603] -wallwidth=8 -sharelight=yes -recol1s=7264 -recol1d=12548 -recol2s=8320 -recol2d=12548 -model=model_2212,1 -model=model_2213,2 -model=model_2176,3 -model=model_2177,4 -model=model_2178,5 - -// 1604 -[loc_1604] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_2185,A -model=model_2189,S -model=model_5583,G -model=model_2187,H - -// 1605 -[loc_1605] -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_2185,A -model=model_2189,S -model=model_5583,G -model=model_2187,H - -// 1606 -[loc_1606] -sharelight=yes -ambient=25 -contrast=25 -model=model_2185,A -model=model_2189,S -model=model_5583,G -model=model_2187,H - -// 1607 -[loc_1607] -model=model_2179,0 - -// 1608 -[loc_1608] -sharelight=yes -active=no -retex1s=material_6 -retex1d=material_18 -model=model_610 - -// 1609 -[loc_1609] -sharelight=yes -active=yes -model=model_2211 -name=Scaffold - -// 1610 -[loc_1610] -sharelight=yes -active=yes -model=model_2196 -name=Scaffold - -// 1611 -[loc_1611] -sharelight=yes -active=yes -model=model_2186 -name=Scaffold - -// 1612 -[loc_1612] -sharelight=yes -active=yes -model=model_2180 -name=Scaffold - -// 1613 -[loc_1613] -retex1s=material_23 -retex1d=material_16 -model=model_849 -name=Timber - -// 1614 -[loc_1614] -retex1s=material_23 -retex1d=material_16 -model=model_844 -name=Timber - -// 1615 -[loc_1615] -wallwidth=8 -sharelight=yes -occlude=yes -model=model_2181,1 - -// 1616 -[loc_1616] -sharelight=yes -occlude=yes -contrast=10 -ambient=10 -active=no -hillchange=tree_skew,32 -model=model_2192,8 -model=model_2202,1 -model=model_2203,3 -model=model_2204,4 -model=model_2205,5 - -// 1617 -[loc_1617] -active=no -sharelight=yes -occlude=yes -width=2 -model=model_2193 - -// 1618 -[loc_1618] -sharelight=yes -occlude=yes -model=model_2047,Q - -// 1619 -[loc_1619] -sharelight=yes -active=no -model=model_3212 - -// 1620 -[loc_1620] -wallwidth=32 -sharelight=yes -occlude=yes -active=no -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_678,1 -model=model_679,2 -model=model_636,3 -model=model_637,4 -model=model_638,5 - -// 1621 -[loc_1621] -sharelight=yes -wallwidth=32 -occlude=yes -active=no -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_646,1 -model=model_647,2 -model=model_648,3 -model=model_649,4 -model=model_650,5 - -// 1622 -[loc_1622] -sharelight=yes -active=no -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_669,1 -model=model_670,2 -model=model_671,3 -model=model_672,4 -model=model_673,5 - -// 1623 -[loc_1623] -sharelight=yes -occlude=yes -active=no -ambient=25 -contrast=25 -blockwalk=yes -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_651,1 -model=model_652,2 - -// 1624 -[loc_1624] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_849,1 -model=model_850,2 -model=model_851,3 -model=model_852,4 -model=model_853,5 - -// 1625 -[loc_1625] -sharelight=yes -mirror=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_849,1 -model=model_850,2 -model=model_851,3 -model=model_852,4 -model=model_853,5 - -// 1626 -[loc_1626] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -blockrange=no -model=model_862,8 -model=model_844,1 -model=model_845,2 -model=model_846,3 -model=model_847,4 -model=model_848,5 - -// 1627 -[loc_1627] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -model=model_849,1 -model=model_850,2 -model=model_851,3 -model=model_852,4 -model=model_853,5 - -// 1628 -[loc_1628] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -blockrange=no -model=model_862,8 -model=model_844,1 -model=model_845,2 -model=model_846,3 -model=model_847,4 -model=model_848,5 - -// 1629 -[loc_1629] -blockwalk=no -ambient=25 -contrast=25 -model=model_842,0 - -// 1630 -[loc_1630] -blockwalk=no -ambient=25 -contrast=25 -model=model_857,0 - -// 1631 -[loc_1631] -sharelight=yes -occlude=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 1632 -[loc_1632] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_629,A -model=model_631,S - -// 1633 -[loc_1633] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_629,A -model=model_631,S - -// 1634 -[loc_1634] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -retex2s=material_2 -retex2d=material_23 -model=model_629,A -model=model_631,S - -// 1635 -[loc_1635] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -retex2s=material_2 -retex2d=material_23 -model=model_595,Z - -// 1636 -[loc_1636] -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -retex2s=material_2 -retex2d=material_23 -model=model_595,Z - -// 1637 -[loc_1637] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -retex2s=material_2 -retex2d=material_23 -model=model_590,A -model=model_592,H - -// 1638 -[loc_1638] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -retex2s=material_2 -retex2d=material_23 -model=model_628,A -model=model_630,S - -// 1639 -[loc_1639] -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_628,A -model=model_630,S - -// 1640 -[loc_1640] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_33987,A -model=model_33982,S -model=model_33984,D -model=model_33981,F -model=model_33983,G -model=model_33988,H -model=model_33980,Z -model=model_33985,X -model=model_33986,C -model=model_33979,V - -// 1641 -[loc_1641] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -retex2s=material_2 -retex2d=material_23 -model=model_617,A -model=model_622,S -model=model_618,D -model=model_619,F -model=model_620,G -model=model_621,H - -// 1642 -[loc_1642] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_617,A -model=model_622,S -model=model_618,D -model=model_619,F -model=model_620,G -model=model_621,H - -// 1643 -[loc_1643] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_617,A -model=model_622,S -model=model_618,D -model=model_619,F -model=model_620,G -model=model_621,H - -// 1644 -[loc_1644] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_581,1 -model=model_582,3 - -// 1645 -[loc_1645] -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_641 - -// 1646 -[loc_1646] -ambient=20 -active=no -blockrange=no -recol1s=13675 -recol1d=10535 -model=model_680,Q - -// 1647 -[loc_1647] -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_640 - -// 1648 -[loc_1648] -sharelight=yes -mirror=yes -active=no -ambient=25 -contrast=25 -model=model_640 - -// 1649 -[loc_1649] -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=16846 -recol1d=7329 -retex1s=material_2 -retex1d=material_23 -model=model_640 - -// 1650 -[loc_1650] -sharelight=yes -mirror=yes -active=no -ambient=25 -contrast=25 -recol1s=16846 -recol1d=7329 -retex1s=material_2 -retex1d=material_23 -model=model_640 - -// 1651 -[loc_1651] -sharelight=yes -ambient=25 -contrast=25 -model=model_654,1 -model=model_655,2 -model=model_657,5 - -// 1652 -[loc_1652] -length=3 -blockwalk=no -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=16846 -recol1d=7329 -retex1s=material_2 -retex1d=material_23 -model=model_675 - -// 1653 -[loc_1653] -length=2 -blockwalk=no -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=16846 -recol1d=7329 -retex1s=material_2 -retex1d=material_23 -model=model_674 - -// 1654 -[loc_1654] -length=2 -blockwalk=no -sharelight=yes -mirror=yes -active=no -ambient=25 -contrast=25 -recol1s=16846 -recol1d=7329 -retex1s=material_2 -retex1d=material_23 -model=model_674 - -// 1655 -[loc_1655] -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=16846 -recol1d=7329 -retex1s=material_2 -retex1d=material_23 -model=model_653,8 -model=model_644,1 - -// 1656 -[loc_1656] -mirror=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=16846 -recol1d=7329 -retex1s=material_2 -retex1d=material_23 -model=model_653,8 -model=model_644,1 - -// 1657 -[loc_1657] -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=16846 -recol1d=7329 -retex1s=material_6 -retex1d=material_16 -model=model_2198 - -// 1658 -[loc_1658] -sharelight=yes -occlude=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_16340,8 -model=model_612,1 -model=model_613,2 -model=model_614,3 -model=model_615,5 - -// 1659 -[loc_1659] -sharelight=yes -occlude=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_623,1 -model=model_624,3 -model=model_625,5 - -// 1660 -[loc_1660] -active=no -ambient=25 -contrast=25 -model=model_662,8 -model=model_656,1 - -// 1661 -[loc_1661] -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_841 -name=Bricks - -// 1662 -[loc_1662] -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_840 -name=Bricks - -// 1663 -[loc_1663] -mirror=yes -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_841 -name=Bricks - -// 1664 -[loc_1664] -active=no -randomsound=400,850,20,synth_4944,synth_4943,synth_4945,synth_4946 -bgsound=synth_2184,20 -model=model_1105,0 - -// 1665 -[loc_1665] -sharelight=yes -model=model_951,A -model=model_956,S -model=model_952,D -model=model_953,F -model=model_954,G -model=model_955,H - -// 1666 -[loc_1666] -sharelight=yes -model=model_957,A -model=model_958,S - -// 1667 -[loc_1667] -sharelight=yes -model=model_950,Z -model=model_949,X -model=model_947,C -model=model_948,V - -// 1668 -[loc_1668] -model=model_2026,Q - -// 1669 -[loc_1669] -sharelight=yes -model=model_1966,A -model=model_1971,S -model=model_1967,D -model=model_1968,F -model=model_1969,G - -// 1670 -[loc_1670] -sharelight=yes -model=model_1978,A -model=model_1982,S -model=model_1979,D -model=model_1980,F -model=model_1981,G - -// 1671 -[loc_1671] -sharelight=yes -model=model_1987,A -model=model_1991,S -model=model_1988,D -model=model_1989,F -model=model_1990,G - -// 1672 -[loc_1672] -sharelight=yes -occlude=yes -model=model_1973,1 -model=model_1975,5 - -// 1673 -[loc_1673] -sharelight=yes -occlude=yes -model=model_1984,1 -model=model_1986,5 - -// 1674 -[loc_1674] -sharelight=yes -occlude=yes -model=model_1993,1 -model=model_1995,5 - -// 1675 -[loc_1675] -sharelight=yes -blockwalk=no -model=model_1972,1 -model=model_1974,5 - -// 1676 -[loc_1676] -sharelight=yes -blockwalk=no -model=model_1983,1 -model=model_1985,5 - -// 1677 -[loc_1677] -sharelight=yes -blockwalk=no -model=model_1992,1 -model=model_1994,5 - -// 1678 -[loc_1678] -sharelight=yes -blockwalk=no -model=model_1996,1 -model=model_1997,5 - -// 1679 -[loc_1679] -sharelight=yes -blockwalk=no -model=model_1976,1 -model=model_1977,5 - -// 1680 -[loc_1680] -active=no -model=model_1998 - -// 1681 -[loc_1681] -active=no -model=model_1999 - -// 1682 -[loc_1682] -sharelight=yes -active=no -model=model_1970 - -// 1683 -[loc_1683] -sharelight=yes -active=no -model=model_1956,H - -// 1684 -[loc_1684] -sharelight=yes -occlude=yes -active=no -hillskew=yes -contrast=20 -occlude=yes -model=model_1958,1 -model=model_36046,2 -model=model_1959,5 - -// 1685 -[loc_1685] -sharelight=yes -active=no -model=model_1957 - -// 1686 -[loc_1686] -sharelight=yes -active=no -hillskew=yes -contrast=20 -occlude=yes -model=model_1960,A -model=model_1965,S -model=model_1961,D -model=model_1962,F -model=model_1963,G -model=model_1964,H -model=model_36040,Z -model=model_36048,X - -// 1687 -[loc_1687] -active=no -randomsound=350,850,7,synth_3044 -model=model_1105,0 - -// 1688 -[loc_1688] -sharelight=yes -occlude=yes -active=no -retex1s=material_2 -retex1d=material_11 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 1689 -[loc_1689] -sharelight=yes -active=no -retex1s=material_23 -retex1d=material_11 -model=model_849,1 -model=model_850,2 -model=model_851,3 -model=model_852,4 -model=model_853,5 - -// 1690 -[loc_1690] -sharelight=yes -active=no -blockrange=no -retex1s=material_23 -retex1d=material_11 -model=model_862,8 -model=model_844,1 -model=model_845,2 -model=model_846,3 -model=model_847,4 -model=model_848,5 - -// 1691 -[loc_1691] -sharelight=yes -mirror=yes -active=no -retex1s=material_23 -retex1d=material_11 -model=model_849,1 -model=model_850,2 -model=model_851,3 -model=model_852,4 -model=model_853,5 - -// 1692 -[loc_1692] -sharelight=yes -mirror=yes -active=no -retex1s=material_23 -retex1d=material_11 -model=model_862,8 -model=model_844,1 -model=model_845,2 -model=model_846,3 -model=model_847,4 -model=model_848,5 - -// 1693 -[loc_1693] -sharelight=yes -active=no -model=model_849,1 -model=model_850,2 -model=model_851,3 -model=model_852,4 -model=model_853,5 - -// 1694 -[loc_1694] -sharelight=yes -active=no -model=model_862,8 -model=model_844,1 -model=model_845,2 -model=model_846,3 -model=model_847,4 -model=model_848,5 - -// 1695 -[loc_1695] -sharelight=yes -occlude=yes -active=no -model=model_939,1 -model=model_940,2 -model=model_941,3 -model=model_942,4 -model=model_943,5 - -// 1696 -[loc_1696] -sharelight=yes -occlude=yes -active=no -model=model_922,1 -model=model_923,2 -model=model_924,3 -model=model_925,4 -model=model_926,5 - -// 1697 -[loc_1697] -sharelight=yes -occlude=yes -active=no -model=model_946 - -// 1698 -[loc_1698] -sharelight=yes -occlude=yes -active=no -model=model_930 - -// 1699 -[loc_1699] -sharelight=yes -occlude=yes -active=no -model=model_938 - -// 1700 -[loc_1700] -sharelight=yes -occlude=yes -active=no -model=model_895 - -// 1701 -[loc_1701] -sharelight=yes -active=no -forcedecor=yes -unknown90=yes -model=model_1332,0 - -// 1702 -[loc_1702] -sharelight=yes -active=no -forcedecor=yes -unknown90=yes -model=model_1300,0 - -// 1703 -[loc_1703] -sharelight=yes -active=no -forcedecor=yes -unknown90=yes -model=model_1312,0 - -// 1704 -[loc_1704] -sharelight=yes -active=no -forcedecor=yes -unknown90=yes -model=model_1299,0 - -// 1705 -[loc_1705] -active=no -unknown90=yes -model=model_1308,0 - -// 1706 -[loc_1706] -active=no -msi=msi_47 -model=model_1305 - -// 1707 -[loc_1707] -active=no -unknown90=yes -model=model_1336,0 - -// 1708 -[loc_1708] -active=no -model=model_1315,1 -model=model_1316,3 - -// 1709 -[loc_1709] -active=no -resizey=43 -model=model_1447 - -// 1710 -[loc_1710] -active=no -model=model_1447 - -// 1711 -[loc_1711] -active=no -model=model_1534 - -// 1712 -[loc_1712] -active=no -model=model_1444 - -// 1713 -[loc_1713] -active=no -model=model_1512 - -// 1714 -[loc_1714] -active=no -model=model_1546 - -// 1715 -[loc_1715] -active=no -mirror=yes -model=model_1546 - -// 1716 -[loc_1716] -active=no -model=model_1547 - -// 1717 -[loc_1717] -active=no -model=model_1549 - -// 1718 -[loc_1718] -width=2 -active=no -retex1s=material_2 -retex1d=material_23 -model=model_1546 - -// 1719 -[loc_1719] -active=no -retex1s=material_2 -retex1d=material_23 -model=model_1547 - -// 1720 -[loc_1720] -active=no -retex1s=material_2 -retex1d=material_23 -model=model_1549 - -// 1721 -[loc_1721] -sharelight=yes -hillskew=yes -active=no -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_2188,0 - -// 1722 -[loc_1722] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -model=model_1176 -name=Staircase - -// 1723 -[loc_1723] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -model=model_1268 -name=Staircase - -// 1724 -[loc_1724] -width=2 -length=3 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -model=model_1211 -name=Staircase - -// 1725 -[loc_1725] -width=2 -length=3 -op1=Climb-up -sharelight=yes -forceapproach=south -msi=msi_7 -model=model_1255 -name=Staircase - -// 1726 -[loc_1726] -width=2 -length=2 -op1=Climb-down -sharelight=yes -forceapproach=north -msi=msi_7 -model=model_1283 -name=Staircase - -// 1727 -[loc_1727] -width=2 -length=3 -op1=Climb-down -forceapproach=north -msi=msi_7 -model=model_1222 -name=Staircase - -// 1728 -[loc_1728] -width=2 -length=3 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=15 -contrast=10 -recolhsl1s=6666 -recolhsl1d=7444 -recolhsl2s=6669 -recolhsl2d=7448 -recolhsl3s=6672 -recolhsl3d=7452 -recolhsl4s=6674 -recolhsl4d=7456 -recolhsl5s=6676 -recolhsl5d=7460 -model=model_37274 -name=Staircase - -// 1729 -[loc_1729] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=15 -contrast=15 -recolhsl1s=5545 -recolhsl1d=6542 -recolhsl2s=6466 -recolhsl2d=6548 -recolhsl3s=6457 -recolhsl3d=6548 -recolhsl4s=65054 -recolhsl4d=6545 -recolhsl5s=65061 -recolhsl5d=6548 -retex1s=material_106 -retex1d=material_75 -model=model_37175 -name=Staircase - -// 1730 -[loc_1730] -width=2 -length=3 -op1=Walk-up -forceapproach=south -msi=msi_7 -model=model_1940 -name=Staircase - -// 1731 -[loc_1731] -width=2 -length=2 -op1=Walk-down -forceapproach=north -msi=msi_7 -model=model_1944 -name=Staircase - -// 1732 -[loc_1732] -width=2 -length=3 -op1=Climb-down -forceapproach=north -msi=msi_7 -model=model_1952 -name=Staircase - -// 1733 -[loc_1733] -width=2 -length=3 -op1=Climb-down -forceapproach=north -msi=msi_7 -model=model_1211 -name=Staircase - -// 1734 -[loc_1734] -width=2 -length=3 -op1=Climb-up -forceapproach=south -msi=msi_7 -model=model_1176 -name=Staircase - -// 1735 -[loc_1735] -length=3 -msi=msi_7 -model=model_891 -name=Staircase - -// 1736 -[loc_1736] -length=2 -op1=Climb-down -sharelight=yes -forceapproach=west -msi=msi_7 -model=model_6752 -name=Staircase - -// 1737 -[loc_1737] -length=3 -op1=Climb-up -sharelight=yes -forceapproach=north -msi=msi_7 -model=model_6751 -name=Staircase - -// 1738 -[loc_1738] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -model=model_1237 -name=Staircase - -// 1739 -[loc_1739] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -model=model_1237 -name=Staircase - -// 1740 -[loc_1740] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -model=model_1287 -name=Staircase - -// 1741 -[loc_1741] -width=2 -length=2 -op1=Climb-down -msi=msi_7 -model=model_1257 -name=Staircase - -// 1742 -[loc_1742] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -retex1s=material_11 -retex1d=material_16 -model=model_1237 -name=Staircase - -// 1743 -[loc_1743] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -retex1s=material_11 -retex1d=material_16 -model=model_1237 -name=Staircase - -// 1744 -[loc_1744] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -retex1s=material_11 -retex1d=material_16 -model=model_1287 -name=Staircase - -// 1745 -[loc_1745] -width=2 -length=2 -op1=Climb-down -msi=msi_7 -retex1s=material_11 -retex1d=material_16 -model=model_1257 -name=Staircase - -// 1746 -[loc_1746] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1215 -name=Ladder - -// 1747 -[loc_1747] -active=yes -op1=Climb-up -msi=msi_7 -sharelight=yes -model=model_1208 -name=Ladder - -// 1748 -[loc_1748] -active=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -model=model_1208 -name=Ladder - -// 1749 -[loc_1749] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=north -model=model_1215 -name=Ladder - -// 1750 -[loc_1750] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -model=model_1208 -name=Ladder - -// 1751 -[loc_1751] -active=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -forceapproach=north -model=model_1208 -name=Ladder - -// 1752 -[loc_1752] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1183 -name=Ladder - -// 1753 -[loc_1753] -active=yes -op1=Climb-down -op2=Climb-up -msi=msi_7 -model=model_1183 -name=Ladder - -// 1754 -[loc_1754] -active=yes -op1=Climb-down -msi=msi_7 -hardshadow=no -model=model_1231 -name=Ladder - -// 1755 -[loc_1755] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 1756 -[loc_1756] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=north -model=model_1231 -name=Ladder - -// 1757 -[loc_1757] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -model=model_37482 -name=Ladder - -// 1758 -[loc_1758] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1143 -name=Ladder - -// 1759 -[loc_1759] -active=yes -op1=Climb-down -forceapproach=east -model=model_1203 -name=Ladder - -// 1760 -[loc_1760] -model=model_1168 -name=Stepladder - -// 1761 -[loc_1761] -width=6 -length=5 -op1=Climb-up -model=model_1772 -name=Steps - -// 1762 -[loc_1762] -op1=Climb -model=model_1487 -name=Climbing rope - -// 1763 -[loc_1763] -model=model_1433 -name=Climbing rope - -// 1764 -[loc_1764] -op1=Climb -model=model_1487 -name=Climbing rope - -// 1765 -[loc_1765] -active=yes -op1=Climb-down -forceapproach=east -model=model_14781 -name=Ladder - -// 1766 -[loc_1766] -active=yes -op1=Climb-up -recol1s=11457 -recol1d=11556 -recol2s=12514 -recol2d=9442 -recol3s=16708 -recol3d=13670 -model=model_5187 -name=Ladder - -// 1767 -[loc_1767] -active=yes -op1=Climb-down -forceapproach=east -model=model_14781 -name=Ladder - -// 1768 -[loc_1768] -active=yes -op1=Climb-up -recol1s=11457 -recol1d=11556 -recol2s=12514 -recol2d=9442 -recol3s=16708 -recol3d=13670 -model=model_5187 -name=Ladder - -// 1769 -[loc_1769] -sharelight=yes -occlude=yes -recol1s=6342 -recol1d=23020 -retex1s=material_2 -retex1d=material_22 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 1770 -[loc_1770] -sharelight=yes -occlude=yes -recol1s=6342 -recol1d=17766 -retex1s=material_2 -retex1d=material_3 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 1771 -[loc_1771] -sharelight=yes -hillskew=yes -model=model_2195,1 -model=model_2197,5 - -// 1772 -[loc_1772] -sharelight=yes -hillskew=yes -model=model_2190,1 -model=model_2191,5 - -// 1773 -[loc_1773] -sharelight=yes -active=no -model=model_2208 - -// 1774 -[loc_1774] -sharelight=yes -active=no -model=model_2209 - -// 1775 -[loc_1775] -sharelight=yes -active=no -model=model_2210 - -// 1776 -[loc_1776] -sharelight=yes -model=model_1371,A - -// 1777 -[loc_1777] -sharelight=yes -model=model_1384,A - -// 1778 -[loc_1778] -anim=seq_1731 -width=2 -length=2 -bgsound=synth_2226,5 -model=model_5572 -name=Millstones - -// 1779 -[loc_1779] -length=6 -anim=seq_472 -bgsound=synth_2227,25 -model=model_2287 -name=Sails - -// 1780 -[loc_1780] -model=model_1372 -name=Sails - -// 1781 -[loc_1781] -width=2 -length=2 -active=yes -multivar=varplayer_695 -multiloc=0,loc_5792 -multiloc=1,loc_1782 -multiloc=2,loc_1782 -multiloc=3,loc_1782 -multiloc=4,loc_1782 -multiloc=5,loc_1782 -multiloc=6,loc_1782 -multiloc=7,loc_1782 -multiloc=8,loc_1782 -multiloc=9,loc_1782 -multiloc=10,loc_1782 -multiloc=11,loc_1782 -multiloc=12,loc_1782 -multiloc=13,loc_1782 -multiloc=14,loc_1782 -multiloc=15,loc_1782 -multiloc=16,loc_1782 -multiloc=17,loc_1782 -multiloc=18,loc_1782 -multiloc=19,loc_1782 -multiloc=20,loc_1782 -multiloc=21,loc_1782 -multiloc=22,loc_1782 -multiloc=23,loc_1782 -multiloc=24,loc_1782 -multiloc=25,loc_1782 -multiloc=26,loc_1782 -multiloc=27,loc_1782 -multiloc=28,loc_1782 -multiloc=29,loc_1782 -multiloc=30,loc_1782 - -// 1782 -[loc_1782] -width=2 -length=2 -op1=Empty -active=yes -model=model_1373 -name=Flour bin - -// 1783 -[loc_1783] -width=2 -active=no -model=model_1379 - -// 1784 -[loc_1784] -width=2 -length=2 -active=no -anim=seq_1731 -model=model_5573 - -// 1785 -[loc_1785] -active=no -model=model_1381 - -// 1786 -[loc_1786] -width=4 -length=4 -active=no -model=model_1374 - -// 1787 -[loc_1787] -width=4 -length=4 -active=no -model=model_1375 - -// 1788 -[loc_1788] -width=4 -length=4 -active=no -model=model_1376 - -// 1789 -[loc_1789] -width=4 -length=4 -active=no -model=model_1377 - -// 1790 -[loc_1790] -sharelight=yes -ambient=25 -contrast=25 -model=model_580,Z -model=model_579,X -model=model_577,C -model=model_578,V - -// 1791 -[loc_1791] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -model=model_580,Z -model=model_579,X -model=model_577,C -model=model_578,V - -// 1792 -[loc_1792] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_580,Z -model=model_579,X -model=model_577,C -model=model_578,V - -// 1793 -[loc_1793] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -model=model_33987,A -model=model_33982,S -model=model_33984,D -model=model_33981,F -model=model_33983,G -model=model_33988,H -model=model_33980,Z -model=model_33985,X -model=model_33986,C -model=model_33979,V - -// 1794 -[loc_1794] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_595,Z - -// 1795 -[loc_1795] -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_595,Z - -// 1796 -[loc_1796] -length=2 -shadow=no -active=no -model=model_14208 - -// 1797 -[loc_1797] -hillskew=yes -model=model_1473 -name=Waterfall rocks - -// 1798 -[loc_1798] -hillskew=yes -model=model_1127,0 - -// 1799 -[loc_1799] -hillskew=yes -model=model_1104,0 - -// 1800 -[loc_1800] -hillskew=yes -model=model_1060,0 - -// 1801 -[loc_1801] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1127,0 - -// 1802 -[loc_1802] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1104,0 - -// 1803 -[loc_1803] -hillskew=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1060,0 - -// 1804 -[loc_1804] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 1805 -[loc_1805] -ambient=25 -resizey=158 -active=yes -op1=Open -model=model_15236,1 -name=Door - -// 1806 -[loc_1806] -sharelight=yes -occlude=yes -model=model_837,1 -model=model_838,2 -model=model_766,3 -model=model_767,4 -model=model_768,5 - -// 1807 -[loc_1807] -sharelight=yes -occlude=yes -model=model_769,1 -model=model_770,5 - -// 1808 -[loc_1808] -sharelight=yes -occlude=yes -recol1s=6342 -recol1d=5316 -retex1s=material_2 -retex1d=material_47 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 1809 -[loc_1809] -sharelight=yes -occlude=yes -retex1s=material_2 -retex1d=material_11 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 1810 -[loc_1810] -op1=Slash -model=model_776 -name=Web - -// 1811 -[loc_1811] -blockwalk=no -model=model_800 -name=Sliced web - -// 1812 -[loc_1812] -sharelight=yes -anim=seq_491 -bgsound=synth_3139,5 -model=model_2253 -name=Portal - -// 1813 -[loc_1813] -sharelight=yes -occlude=yes -model=model_1537 -name=Stone stand - -// 1814 -[loc_1814] -active=yes -op1=Pull -retex1s=material_246 -retex1d=material_91 -model=model_2108,Q -name=Lever - -// 1815 -[loc_1815] -active=yes -op1=Pull -model=model_2108,Q -name=Lever - -// 1816 -[loc_1816] -active=yes -op1=Pull -width=2 -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37458 -name=Lever - -// 1817 -[loc_1817] -active=yes -op1=Pull -model=model_2108,Q -name=Lever - -// 1818 -[loc_1818] -sharelight=yes -active=no -model=model_860 - -// 1819 -[loc_1819] -mirror=yes -sharelight=yes -active=no -model=model_860 - -// 1820 -[loc_1820] -active=no -model=model_2077 - -// 1821 -[loc_1821] -ambient=50 -model=model_2032,Q - -// 1822 -[loc_1822] -ambient=50 -model=model_2095,Q - -// 1823 -[loc_1823] -ambient=50 -model=model_2082,Q - -// 1824 -[loc_1824] -ambient=50 -model=model_2106,Q - -// 1825 -[loc_1825] -ambient=50 -model=model_2062,Q - -// 1826 -[loc_1826] -ambient=50 -model=model_2129,Q - -// 1827 -[loc_1827] -ambient=50 -model=model_2028,Q - -// 1828 -[loc_1828] -ambient=50 -model=model_2128,Q - -// 1829 -[loc_1829] -ambient=50 -model=model_2123,Q - -// 1830 -[loc_1830] -ambient=50 -recol1s=24160 -recol1d=16846 -recol2s=16808 -recol2d=17411 -model=model_2123,Q - -// 1831 -[loc_1831] -ambient=50 -recol1s=13504 -recol1d=3552 -recol2s=16808 -recol2d=32288 -model=model_2123,Q - -// 1832 -[loc_1832] -ambient=50 -recol1s=24160 -recol1d=16846 -recol2s=16808 -recol2d=10723 -model=model_2123,Q - -// 1833 -[loc_1833] -ambient=50 -recol1s=24160 -recol1d=16846 -recol2s=16808 -recol2d=29205 -model=model_2123,Q - -// 1834 -[loc_1834] -ambient=50 -recol1s=24160 -recol1d=16846 -recol2s=16808 -recol2d=7280 -model=model_2123,Q - -// 1835 -[loc_1835] -ambient=50 -recol1s=24160 -recol1d=16846 -recol2s=16808 -recol2d=3171 -model=model_2123,Q - -// 1836 -[loc_1836] -ambient=50 -recol1s=24160 -recol1d=16846 -recol2s=16808 -recol2d=24312 -model=model_2123,Q - -// 1837 -[loc_1837] -ambient=50 -model=model_2104,Q - -// 1838 -[loc_1838] -ambient=50 -model=model_2116,Q - -// 1839 -[loc_1839] -ambient=50 -model=model_2102,Q - -// 1840 -[loc_1840] -ambient=50 -model=model_2121,Q - -// 1841 -[loc_1841] -ambient=50 -model=model_2049,Q - -// 1842 -[loc_1842] -ambient=50 -model=model_2101,Q - -// 1843 -[loc_1843] -ambient=50 -model=model_2037,Q - -// 1844 -[loc_1844] -ambient=50 -model=model_2084,Q - -// 1845 -[loc_1845] -ambient=50 -model=model_2105,Q - -// 1846 -[loc_1846] -ambient=100 -model=model_2050,Q - -// 1847 -[loc_1847] -ambient=100 -model=model_2119,Q - -// 1848 -[loc_1848] -ambient=10 -model=model_2045,Q - -// 1849 -[loc_1849] -ambient=100 -model=model_2079,Q - -// 1850 -[loc_1850] -ambient=50 -model=model_2060,Q - -// 1851 -[loc_1851] -ambient=50 -model=model_2044,Q - -// 1852 -[loc_1852] -length=3 -model=model_2144 -name=Bay window - -// 1853 -[loc_1853] -sharelight=yes -model=model_2145,1 -model=model_36334,2 -model=model_2146,5 - -// 1854 -[loc_1854] -sharelight=yes -model=model_2136,1 -model=model_2137,5 - -// 1855 -[loc_1855] -ambient=10 -contrast=10 -model=model_2184,1 -model=model_36035,5 - -// 1856 -[loc_1856] -ambient=50 -recol1s=13504 -recol1d=4198 -recol2s=16808 -recol2d=8430 -recol3s=24160 -recol3d=8387 -model=model_2123,Q - -// 1857 -[loc_1857] -active=no -ambient=25 -contrast=15 -model=model_921 - -// 1858 -[loc_1858] -active=no -model=model_899 - -// 1859 -[loc_1859] -active=no -model=model_900 - -// 1860 -[loc_1860] -active=no -model=model_901 - -// 1861 -[loc_1861] -sharelight=yes -active=no -model=model_932 - -// 1862 -[loc_1862] -hillskew=yes -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_1181,0 - -// 1863 -[loc_1863] -hillskew=yes -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=16846 -recol1d=16740 -model=model_1181,0 - -// 1864 -[loc_1864] -sharelight=yes -hillskew=yes -blockrange=no -model=model_1419 -name=Timber defence - -// 1865 -[loc_1865] -forcedecor=yes -sharelight=yes -model=model_1072,0 - -// 1866 -[loc_1866] -active=no -model=model_1424 - -// 1867 -[loc_1867] -active=no -model=model_1404 - -// 1868 -[loc_1868] -active=no -width=2 -ambient=15 -contrast=15 -model=model_1486 - -// 1869 -[loc_1869] -active=no -ambient=10 -contrast=25 -model=model_1542 - -// 1870 -[loc_1870] -active=no -model=model_1209 - -// 1871 -[loc_1871] -active=no -ambient=25 -contrast=25 -model=model_2115,Q - -// 1872 -[loc_1872] -ambient=20 -active=no -model=model_2093,Q - -// 1873 -[loc_1873] -model=model_2097,Q - -// 1874 -[loc_1874] -model=model_2068,Q - -// 1875 -[loc_1875] -active=no -blockwalk=yes -model=model_1548 - -// 1876 -[loc_1876] -width=2 -length=2 -ambient=25 -contrast=25 -model=model_2164 -name=Altar slab - -// 1877 -[loc_1877] -active=no -model=model_1472 - -// 1878 -[loc_1878] -sharelight=yes -model=model_796,1 - -// 1879 -[loc_1879] -mirror=yes -sharelight=yes -model=model_796,1 - -// 1880 -[loc_1880] -sharelight=yes -ambient=25 -contrast=25 -model=model_786,1 - -// 1881 -[loc_1881] -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_786,1 - -// 1882 -[loc_1882] -sharelight=yes -ambient=25 -contrast=25 -model=model_794,1 - -// 1883 -[loc_1883] -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_794,1 - -// 1884 -[loc_1884] -width=3 -length=3 -active=no -model=model_864 - -// 1885 -[loc_1885] -width=3 -length=3 -active=no -model=model_854 - -// 1886 -[loc_1886] -active=no -active=no -model=model_839 - -// 1887 -[loc_1887] -width=3 -length=3 -anim=seq_503 -active=no -model=model_2304 - -// 1888 -[loc_1888] -width=3 -length=3 -active=no -model=model_2305 - -// 1889 -[loc_1889] -sharelight=yes -hillskew=yes -blockwalk=no -forcedecor=yes -model=model_2194,0 - -// 1890 -[loc_1890] -sharelight=yes -mirror=yes -hillskew=yes -blockwalk=no -forcedecor=yes -model=model_2194,0 - -// 1891 -[loc_1891] -sharelight=yes -hillskew=yes -blockwalk=no -forcedecor=yes -model=model_2201,0 - -// 1892 -[loc_1892] -mirror=yes -sharelight=yes -hillskew=yes -blockwalk=no -forcedecor=yes -model=model_2201,0 - -// 1893 -[loc_1893] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1181,0 - -// 1894 -[loc_1894] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1290,0 - -// 1895 -[loc_1895] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_1254,0 - -// 1896 -[loc_1896] -model=model_1556 -name=Throne - -// 1897 -[loc_1897] -model=model_1560 -name=Candlestick holder - -// 1898 -[loc_1898] -blockrange=no -model=model_1558 -name=Chair - -// 1899 -[loc_1899] -blockrange=no -model=model_1555 -name=Chair - -// 1900 -[loc_1900] -model=model_1559 -name=Suit of armour - -// 1901 -[loc_1901] -width=4 -blockrange=no -model=model_1557 -name=Table - -// 1902 -[loc_1902] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 1903 -[loc_1903] -sharelight=yes -occlude=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_626,1 - -// 1904 -[loc_1904] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -model=model_599,1 -model=model_600,2 -model=model_601,3 -model=model_602,4 -model=model_603,5 - -// 1905 -[loc_1905] -sharelight=yes -occlude=yes -ambient=20 -contrast=20 -recol1s=28533 -recol1d=25300 -model=model_586,1 -model=model_587,2 -model=model_588,3 -model=model_589,4 -model=model_591,5 - -// 1906 -[loc_1906] -sharelight=yes -occlude=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_586,1 -model=model_587,2 -model=model_588,3 -model=model_589,4 -model=model_591,5 - -// 1907 -[loc_1907] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -recol1s=28533 -recol1d=23357 -model=model_599,1 -model=model_600,2 -model=model_601,3 -model=model_602,4 -model=model_603,5 - -// 1908 -[loc_1908] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -recol1s=28533 -recol1d=23357 -model=model_586,1 -model=model_587,2 -model=model_588,3 -model=model_589,4 -model=model_591,5 - -// 1909 -[loc_1909] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -recol1s=28533 -recol1d=4226 -model=model_599,1 -model=model_600,2 -model=model_601,3 -model=model_602,4 -model=model_603,5 - -// 1910 -[loc_1910] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -recol1s=28533 -recol1d=4226 -model=model_586,1 -model=model_587,2 -model=model_588,3 -model=model_589,4 -model=model_591,5 - -// 1911 -[loc_1911] -sharelight=yes -wallwidth=32 -occlude=yes -ambient=25 -contrast=25 -model=model_678,1 -model=model_679,2 -model=model_636,3 -model=model_637,4 -model=model_638,5 - -// 1912 -[loc_1912] -sharelight=yes -wallwidth=32 -occlude=yes -ambient=25 -contrast=25 -model=model_646,1 -model=model_647,2 -model=model_648,3 -model=model_649,4 -model=model_650,5 - -// 1913 -[loc_1913] -sharelight=yes -ambient=25 -contrast=25 -blockrange=no -model=model_669,1 -model=model_670,2 -model=model_671,3 -model=model_672,4 -model=model_673,5 - -// 1914 -[loc_1914] -anim=seq_481 -active=no -ambient=25 -contrast=25 -model=model_2290 - -// 1915 -[loc_1915] -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_643,1 - -// 1916 -[loc_1916] -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_676 - -// 1917 -[loc_1917] -sharelight=yes -mirror=yes -active=no -ambient=25 -contrast=25 -model=model_676 - -// 1918 -[loc_1918] -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_663 - -// 1919 -[loc_1919] -sharelight=yes -mirror=yes -active=no -ambient=25 -contrast=25 -model=model_663 - -// 1920 -[loc_1920] -sharelight=yes -wallwidth=32 -active=no -ambient=25 -contrast=25 -model=model_651,1 -model=model_652,2 - -// 1921 -[loc_1921] -sharelight=yes -wallwidth=32 -occlude=yes -width=2 -active=no -ambient=25 -contrast=25 -model=model_667 - -// 1922 -[loc_1922] -sharelight=yes -occlude=yes -length=2 -width=2 -active=no -ambient=25 -contrast=25 -model=model_668 - -// 1923 -[loc_1923] -sharelight=yes -ambient=25 -contrast=25 -model=model_581,1 -model=model_582,3 - -// 1924 -[loc_1924] -sharelight=yes -ambient=25 -contrast=25 -model=model_617,A -model=model_622,S -model=model_618,D -model=model_619,F -model=model_620,G -model=model_621,H - -// 1925 -[loc_1925] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -model=model_617,A -model=model_622,S -model=model_618,D -model=model_619,F -model=model_620,G -model=model_621,H - -// 1926 -[loc_1926] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_617,A -model=model_622,S -model=model_618,D -model=model_619,F -model=model_620,G -model=model_621,H - -// 1927 -[loc_1927] -sharelight=yes -ambient=25 -contrast=25 -model=model_629,A -model=model_631,S - -// 1928 -[loc_1928] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -model=model_629,A -model=model_631,S - -// 1929 -[loc_1929] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_629,A -model=model_631,S - -// 1930 -[loc_1930] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_590,A -model=model_592,H - -// 1931 -[loc_1931] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_628,A -model=model_630,S - -// 1932 -[loc_1932] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_628,A -model=model_630,S - -// 1933 -[loc_1933] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -model=model_33987,A -model=model_33982,S -model=model_33984,D -model=model_33981,F -model=model_33983,G -model=model_33988,H -model=model_33980,Z -model=model_33985,X -model=model_33986,C -model=model_33979,V - -// 1934 -[loc_1934] -active=no -sharelight=yes -occlude=yes -msi=msi_21 -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_571 - -// 1935 -[loc_1935] -active=no -sharelight=yes -occlude=yes -msi=msi_21 -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_572 - -// 1936 -[loc_1936] -active=no -sharelight=yes -occlude=yes -msi=msi_21 -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_573 - -// 1937 -[loc_1937] -width=2 -length=2 -active=no -ambient=25 -contrast=25 -model=model_1412 - -// 1938 -[loc_1938] -ambient=25 -contrast=25 -model=model_680,Q - -// 1939 -[loc_1939] -width=2 -length=2 -retex1s=material_2 -retex1d=material_23 -model=model_1412 -name=Tower - -// 1940 -[loc_1940] -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_654,1 -model=model_655,2 -model=model_657,5 - -// 1941 -[loc_1941] -sharelight=yes -active=no -model=model_606 - -// 1942 -[loc_1942] -sharelight=yes -mirror=yes -active=no -model=model_606 - -// 1943 -[loc_1943] -sharelight=yes -ambient=25 -contrast=25 -model=model_666,1 - -// 1944 -[loc_1944] -sharelight=yes -mirror=yes -active=no -ambient=25 -contrast=25 -model=model_666,1 - -// 1945 -[loc_1945] -sharelight=yes -active=no -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_666,1 - -// 1946 -[loc_1946] -sharelight=yes -mirror=yes -active=no -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_666,1 - -// 1947 -[loc_1947] -op1=Climb-over -blockwalk=yes -ambient=25 -contrast=25 -model=model_662,8 -model=model_656,1 -name=Crumbling wall - -// 1948 -[loc_1948] -op1=Climb-over -blockwalk=yes -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_662,8 -model=model_656,1 -name=Crumbling wall - -// 1949 -[loc_1949] -model=model_841 -name=Bricks - -// 1950 -[loc_1950] -model=model_840 -name=Bricks - -// 1951 -[loc_1951] -mirror=yes -model=model_841 -name=Bricks - -// 1952 -[loc_1952] -blockwalk=no -retex1s=material_23 -retex1d=material_2 -model=model_842,0 - -// 1953 -[loc_1953] -blockwalk=no -retex1s=material_23 -retex1d=material_2 -model=model_857,0 - -// 1954 -[loc_1954] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -model=model_623,1 -model=model_624,3 -model=model_625,5 - -// 1955 -[loc_1955] -sharelight=yes -occlude=yes -active=no -ambient=25 -contrast=25 -model=model_16340,8 -model=model_612,1 -model=model_613,2 -model=model_614,3 -model=model_615,5 - -// 1956 -[loc_1956] -sharelight=yes -active=no -model=model_1359 - -// 1957 -[loc_1957] -sharelight=yes -length=2 -active=no -model=model_1348 - -// 1958 -[loc_1958] -sharelight=yes -active=no -model=model_1339 - -// 1959 -[loc_1959] -sharelight=yes -active=no -model=model_1345 - -// 1960 -[loc_1960] -sharelight=yes -length=2 -width=2 -active=no -model=model_1355 - -// 1961 -[loc_1961] -sharelight=yes -length=2 -active=no -model=model_1360 - -// 1962 -[loc_1962] -sharelight=yes -length=2 -active=no -model=model_1349 - -// 1963 -[loc_1963] -sharelight=yes -length=2 -active=no -model=model_1340 - -// 1964 -[loc_1964] -sharelight=yes -length=2 -active=no -model=model_1346 - -// 1965 -[loc_1965] -sharelight=yes -active=no -model=model_1356 - -// 1966 -[loc_1966] -sharelight=yes -active=no -model=model_1357 - -// 1967 -[loc_1967] -width=2 -op1=Open -model=model_1350 -name=Tree Door - -// 1968 -[loc_1968] -mirror=yes -width=2 -op1=Open -model=model_1350 -name=Tree Door - -// 1969 -[loc_1969] -width=2 -active=no -model=model_1352 - -// 1970 -[loc_1970] -mirror=yes -width=2 -active=no -model=model_1352 - -// 1971 -[loc_1971] -sharelight=yes -length=3 -width=4 -active=no -model=model_1337 - -// 1972 -[loc_1972] -sharelight=yes -active=no -model=model_1361 - -// 1973 -[loc_1973] -sharelight=yes -active=no -model=model_1341 - -// 1974 -[loc_1974] -sharelight=yes -active=no -model=model_1347 - -// 1975 -[loc_1975] -sharelight=yes -active=no -model=model_1358 - -// 1976 -[loc_1976] -sharelight=yes -width=3 -length=4 -active=no -model=model_1353 - -// 1977 -[loc_1977] -sharelight=yes -width=3 -length=5 -active=no -model=model_1338 - -// 1978 -[loc_1978] -sharelight=yes -width=2 -length=3 -active=no -model=model_1342 - -// 1979 -[loc_1979] -sharelight=yes -width=2 -length=7 -active=no -model=model_1351 - -// 1980 -[loc_1980] -sharelight=yes -op1=Open -blockwalk=no -active=no -model=model_1354 - -// 1981 -[loc_1981] -sharelight=yes -length=2 -op1=Open -blockwalk=no -active=no -model=model_1354 - -// 1982 -[loc_1982] -hillskew=yes -active=no -blockrange=no -model=model_1325,1 -model=model_1326,3 -model=model_1327,5 - -// 1983 -[loc_1983] -active=no -blockrange=no -model=model_1330,1 - -// 1984 -[loc_1984] -active=no -model=model_1335,4 - -// 1985 -[loc_1985] -width=3 -length=3 -op1=Search -active=yes -blockrange=no -model=model_2152 -name=Root - -// 1986 -[loc_1986] -width=3 -length=3 -op1=Search -active=yes -blockrange=no -model=model_2153 -name=Root - -// 1987 -[loc_1987] -length=2 -op1=Board -model=model_1461 -name=Log raft - -// 1988 -[loc_1988] -width=2 -length=2 -model=model_1554 -name=Broken log raft - -// 1989 -[loc_1989] -length=2 -op1=Search -forceapproach=east -model=model_1263 -name=Bookcase - -// 1990 -[loc_1990] -op1=Search -model=model_7700 -name=Crate - -// 1991 -[loc_1991] -op1=Open -active=yes -blockrange=no -model=model_609,1 -name=Door - -// 1992 -[loc_1992] -width=2 -length=2 -op1=Read -forceapproach=south -model=model_36803 -name=Glarial's tombstone - -// 1993 -[loc_1993] -width=2 -op1=Search -model=model_1364 -name=Glarial's tomb - -// 1994 -[loc_1994] -op1=Open -forceapproach=north -recol1s=11561 -recol1d=19008 -model=model_32110 -name=Closed chest - -// 1995 -[loc_1995] -op1=Search -op2=Shut -forceapproach=north -recol1s=11561 -recol1d=19008 -model=model_32139 -name=Open chest - -// 1996 -[loc_1996] -op1=Swim to -shadow=no -blockwalk=no -model=model_1805 -name=Rock - -// 1997 -[loc_1997] -op1=Swim to -shadow=no -blockwalk=no -model=model_1773 -name=Rock - -// 1998 -[loc_1998] -shadow=no -blockwalk=no -model=model_1588 -name=Rope - -// 1999 -[loc_1999] -op1=Search -ambient=25 -contrast=15 -model=model_33996 -name=Crate - -// 2000 -[loc_2000] -op1=Open -model=model_15339,1 -name=Door - -// 2001 -[loc_2001] -model=model_15339,1 - -// 2002 -[loc_2002] -op1=Open -ambient=25 -contrast=15 -model=model_15339,1 -name=Door - -// 2003 -[loc_2003] -ambient=25 -contrast=15 -model=model_15339,1 - -// 2004 -[loc_2004] -ambient=25 -contrast=15 -model=model_37408 -name=Pillar - -// 2005 -[loc_2005] -ambient=25 -contrast=15 -model=model_37186 -name=Statue of Baxtorian - -// 2006 -[loc_2006] -ambient=25 -contrast=15 -model=model_37167 -name=Statue of Glarial - -// 2007 -[loc_2007] -active=no -sharelight=yes -hardshadow=no -model=model_1767 - -// 2008 -[loc_2008] -hardshadow=no -active=no -sharelight=yes -model=model_1775 - -// 2009 -[loc_2009] -active=no -sharelight=yes -hardshadow=no -model=model_1751 - -// 2010 -[loc_2010] -sharelight=yes -op1=Open -model=model_1803 -name=Ledge - -// 2011 -[loc_2011] -sharelight=yes -op1=Open -model=model_1730 -name=Ledge - -// 2012 -[loc_2012] -sharelight=yes -op1=Open -model=model_1813 -name=Ledge - -// 2013 -[loc_2013] -op1=Check -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=16416 -recol1d=10338 -recol2s=17440 -recol2d=9281 -model=model_1561,0 -name=Vine - -// 2014 -[loc_2014] -op1=Take treasure -width=2 -length=2 -ambient=10 -contrast=10 -model=model_1814 -name=Chalice of Eternity - -// 2015 -[loc_2015] -op1=Take treasure -width=2 -length=2 -recol1s=14800 -recol1d=7399 -model=model_1814 -name=Chalice of Eternity - -// 2016 -[loc_2016] -width=2 -ambient=80 -contrast=80 -shadow=no -anim=seq_522 -active=no -hardshadow=no -model=model_2329 - -// 2017 -[loc_2017] -width=4 -length=2 -resizex=200 -resizey=200 -resizez=200 -ambient=80 -contrast=80 -shadow=no -anim=seq_522 -active=no -hardshadow=no -model=model_2329 - -// 2018 -[loc_2018] -resizex=64 -resizey=64 -resizez=64 -ambient=80 -contrast=80 -shadow=no -anim=seq_522 -active=no -hardshadow=no -model=model_2329 - -// 2019 -[loc_2019] -width=3 -length=3 -anim=seq_456 -resizey=1 -bgsound=synth_2171,3 -hardshadow=no -model=model_2320 -name=Whirlpool - -// 2020 -[loc_2020] -msi=msi_6 -op1=Climb -recol1s=7296 -recol1d=4194 -recol2s=6240 -recol2d=4194 -model=model_1716 -name=Dead tree - -// 2021 -[loc_2021] -active=no -recol1s=7296 -recol1d=4194 -recol2s=6240 -recol2d=4194 -model=model_1716 - -// 2022 -[loc_2022] -op1=Get in -hardshadow=no -model=model_1460 -name=Barrel - -// 2023 -[loc_2023] -width=2 -length=2 -msi=msi_0 -op1=Chop -op3=hidden -hillchange=tree_skew,64 -model=model_3448 -name=Achey Tree - -// 2024 -[loc_2024] -anim=seq_479 -op1=Drink From -bgsound=synth_2197,3 -model=model_2241 -name=Cauldron - -// 2025 -[loc_2025] -active=yes -op1=Open -model=model_14928,1 -model=model_14929,5 -name=Door - -// 2026 -[loc_2026] -anim=seq_9645 -model=model_36844 -name=Fishing spot - -// 2027 -[loc_2027] -active=no -model=model_26828,0 - -// 2028 -[loc_2028] -op1=Net -op2=Bait -op3=hidden -op4=hidden -anim=seq_9645 -model=model_36844 -name=Fishing spot - -// 2029 -[loc_2029] -op1=Harpoon -op2=Cage -op3=hidden -op4=hidden -anim=seq_9645 -model=model_36844 -name=Fishing spot - -// 2030 -[loc_2030] -op1=Net -op2=Harpoon -op3=hidden -op4=hidden -anim=seq_9645 -model=model_36844 -name=Fishing spot - -// 2031 -[loc_2031] -op1=Cage -op2=Harpoon -op3=hidden -op4=hidden -anim=seq_9645 -model=model_36844 -name=Fishing spot - -// 2032 -[loc_2032] -active=yes -op1=Open -ambient=25 -resizey=158 -model=model_15236,1 -name=Bedroom door - -// 2033 -[loc_2033] -active=yes -ambient=25 -resizey=158 -model=model_15236,1 -name=Bedroom door - -// 2034 -[loc_2034] -ambient=25 -contrast=15 -active=yes -op1=Open -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2035 -[loc_2035] -ambient=25 -contrast=15 -active=yes -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2036 -[loc_2036] -ambient=25 -contrast=15 -active=yes -op1=Open -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2037 -[loc_2037] -ambient=25 -contrast=15 -active=yes -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2038 -[loc_2038] -op1=Hit -forceapproach=south -model=model_1286 -name=Dummy - -// 2039 -[loc_2039] -op1=Open -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2040 -[loc_2040] -model=model_1509,1 -model=model_1511,5 - -// 2041 -[loc_2041] -op1=Open -mirror=yes -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2042 -[loc_2042] -mirror=yes -model=model_1509,1 -model=model_1511,5 - -// 2043 -[loc_2043] -anim=seq_479 -recol1s=1537 -recol1d=23181 -recol2s=320 -recol2d=15716 -model=model_2241 -name=Cauldron - -// 2044 -[loc_2044] -width=2 -recol1s=15520 -recol1d=7299 -recol2s=16846 -recol2d=8456 -model=model_14206 -name=Trough - -// 2045 -[loc_2045] -recol1s=15392 -recol1d=25730 -recol2s=29408 -recol2d=1113 -model=model_1110,0 - -// 2046 -[loc_2046] -recol1s=15392 -recol1d=25730 -recol2s=29408 -recol2d=1113 -model=model_1134,0 - -// 2047 -[loc_2047] -recol1s=15392 -recol1d=25730 -recol2s=0 -recol2d=1113 -model=model_1067,0 - -// 2048 -[loc_2048] -sharelight=yes -occlude=yes -op1=Open -model=model_570 -name=Door - -// 2049 -[loc_2049] -sharelight=yes -occlude=yes -mirror=yes -op1=Open -model=model_570 -name=Door - -// 2050 -[loc_2050] -op1=Open -op2=hidden -ambient=25 -blockrange=no -model=model_25029,1 -name=Gate - -// 2051 -[loc_2051] -ambient=25 -op1=Open -blockrange=no -model=model_25030,1 -name=Gate - -// 2052 -[loc_2052] -ambient=25 -blockrange=no -model=model_25029,1 - -// 2053 -[loc_2053] -ambient=25 -blockrange=no -model=model_25030,1 - -// 2054 -[loc_2054] -active=yes -op1=Open -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2055 -[loc_2055] -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 - -// 2056 -[loc_2056] -op1=Open -forceapproach=east -ambient=25 -contrast=15 -recolhsl1s=6930 -recolhsl1d=7444 -recol2s=10467 -recol2d=9477 -recolhsl3s=6443 -recolhsl3d=7468 -model=model_18999 -name=Cupboard - -// 2057 -[loc_2057] -op1=Search -op2=Close -forceapproach=east -ambient=25 -contrast=15 -recolhsl1s=6930 -recolhsl1d=7444 -recol2s=10467 -recol2d=9477 -recolhsl3s=6443 -recolhsl3d=7468 -model=model_18996 -name=Cupboard - -// 2058 -[loc_2058] -op1=Open -mirror=yes -ambient=25 -contrast=15 -recol1s=4226 -recol1d=7399 -recol2s=5283 -recol2d=8456 -recol3s=6340 -recol3d=10504 -recol4s=7397 -recol4d=12618 -model=model_27252,1 -name=Gate - -// 2059 -[loc_2059] -mirror=yes -ambient=25 -contrast=15 -recol1s=4226 -recol1d=7399 -recol2s=5283 -recol2d=8456 -recol3s=6340 -recol3d=10504 -recol4s=7397 -recol4d=12618 -model=model_27252,1 - -// 2060 -[loc_2060] -op1=Open -ambient=25 -contrast=15 -recol1s=4226 -recol1d=7399 -recol2s=5283 -recol2d=8456 -recol3s=6340 -recol3d=10504 -recol4s=7397 -recol4d=12618 -model=model_27252,1 -name=Gate - -// 2061 -[loc_2061] -ambient=25 -contrast=15 -recol1s=4226 -recol1d=7399 -recol2s=5283 -recol2d=8456 -recol3s=6340 -recol3d=10504 -recol4s=7397 -recol4d=12618 -model=model_27252,1 - -// 2062 -[loc_2062] -width=2 -op1=Open -forceapproach=south -ambient=25 -contrast=15 -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -recolhsl3s=6930 -recolhsl3d=7440 -model=model_19037 -name=Box - -// 2063 -[loc_2063] -width=2 -op1=Search -op2=Close -forceapproach=south -ambient=25 -contrast=15 -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -recolhsl3s=6930 -recolhsl3d=7440 -model=model_19036 -name=Box - -// 2064 -[loc_2064] -ambient=25 -contrast=15 -op1=Search -recolhsl1s=6682 -recolhsl1d=7440 -recolhsl2s=6806 -recolhsl2d=7444 -recolhsl3s=6558 -recolhsl3d=7448 -recol4s=12581 -recol4d=9477 -recolhsl5s=6439 -recolhsl5d=7456 -recolhsl6s=6443 -recolhsl6d=7460 -model=model_7685 -name=Crate - -// 2065 -[loc_2065] -width=3 -length=2 -hillchange=ceiling_skew -model=model_35237 -name=Olaf's boat - -// 2066 -[loc_2066] -width=2 -length=2 -active=no -ambient=-10 -hillchange=ceiling_skew -model=model_35229 - -// 2067 -[loc_2067] -hillskew=yes -op1=Investigate -model=model_5738,8 -model=model_659,1 -model=model_660,5 -name=Watchtower fence - -// 2068 -[loc_2068] -sharelight=yes -op1=Squeeze-through -ambient=25 -contrast=15 -model=model_14355,1 -name=Fence - -// 2069 -[loc_2069] -ambient=25 -contrast=15 -active=yes -op1=Open -recol1s=11526 -recol1d=11590 -recol2s=8355 -recol2d=5248 -recol3s=7298 -recol3d=6305 -recol4s=10469 -recol4d=9476 -recol5s=27296 -recol5d=10568 -recol6s=25216 -recol6d=8454 -model=model_22972,1 -name=Door - -// 2070 -[loc_2070] -ambient=25 -contrast=15 -active=no -recol1s=11526 -recol1d=11590 -recol2s=8355 -recol2d=5248 -recol3s=7298 -recol3d=6305 -recol4s=10469 -recol4d=9476 -recol5s=27296 -recol5d=10568 -recol6s=25216 -recol6d=8454 -model=model_22972,1 - -// 2071 -[loc_2071] -ambient=25 -contrast=15 -raiseobject=yes -op1=Search -recol1s=14695 -recol1d=9476 -recol2s=13638 -recol2d=9476 -recol3s=12581 -recol3d=9476 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=5248 -recol6s=9410 -recol6d=5248 -model=model_7685 -name=Crate - -// 2072 -[loc_2072] -ambient=35 -op1=Search -op2=Fill -recol1s=14695 -recol1d=13605 -recol2s=13638 -recol2d=12548 -recol3s=12581 -recol3d=11491 -recol4s=11524 -recol4d=10434 -recol5s=10467 -recol5d=9377 -recol6s=9410 -recol6d=8320 -model=model_7699 -name=Crate - -// 2073 -[loc_2073] -width=2 -length=2 -op1=Pick -msi=msi_5 -ambient=25 -model=model_7935 -model2=model_7940 -name=Banana Tree - -// 2074 -[loc_2074] -width=2 -length=2 -op1=Pick -msi=msi_5 -ambient=25 -model=model_7935 -model2=model_7939 -name=Banana Tree - -// 2075 -[loc_2075] -width=2 -length=2 -op1=Pick -msi=msi_5 -ambient=25 -model=model_7935 -model2=model_7938 -name=Banana Tree - -// 2076 -[loc_2076] -width=2 -length=2 -op1=Pick -msi=msi_5 -ambient=25 -model=model_7935 -model2=model_7937 -name=Banana Tree - -// 2077 -[loc_2077] -width=2 -length=2 -op1=Pick -msi=msi_5 -ambient=25 -model=model_7935 -model2=model_7936 -name=Banana Tree - -// 2078 -[loc_2078] -width=2 -length=2 -op1=Search -msi=msi_5 -ambient=25 -hillchange=tree_skew,64 -model=model_7935 -name=Banana Tree - -// 2079 -[loc_2079] -active=yes -op1=Open -forceapproach=south -model=model_14984 -name=Chest - -// 2080 -[loc_2080] -active=no -forceapproach=south -model=model_14985 - -// 2081 -[loc_2081] -hillskew=yes -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 2082 -[loc_2082] -hillskew=yes -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 2083 -[loc_2083] -op1=Cross -active=yes -sharelight=yes -model=model_1882,0 -name=Gangplank - -// 2084 -[loc_2084] -op1=Cross -active=yes -sharelight=yes -model=model_1882,0 -name=Gangplank - -// 2085 -[loc_2085] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 2086 -[loc_2086] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 2087 -[loc_2087] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 2088 -[loc_2088] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 2089 -[loc_2089] -model=model_1711 -name=Rockery - -// 2090 -[loc_2090] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=14596 -model=model_1390 -name=Rocks - -// 2091 -[loc_2091] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=14596 -model=model_1391 -name=Rocks - -// 2092 -[loc_2092] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=6242 -model=model_1390 -name=Rocks - -// 2093 -[loc_2093] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=6242 -model=model_1391 -name=Rocks - -// 2094 -[loc_2094] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=14732 -model=model_1390 -name=Rocks - -// 2095 -[loc_2095] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=14732 -model=model_1391 -name=Rocks - -// 2096 -[loc_2096] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=4226 -model=model_1390 -name=Rocks - -// 2097 -[loc_2097] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=4226 -model=model_1391 -name=Rocks - -// 2098 -[loc_2098] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=23140 -model=model_1390 -name=Rocks - -// 2099 -[loc_2099] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=23140 -model=model_1391 -name=Rocks - -// 2100 -[loc_2100] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=20017 -model=model_1390 -name=Rocks - -// 2101 -[loc_2101] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=20017 -model=model_1391 -name=Rocks - -// 2102 -[loc_2102] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=6346 -model=model_1390 -name=Rocks - -// 2103 -[loc_2103] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=6346 -model=model_1391 -name=Rocks - -// 2104 -[loc_2104] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=6438 -model=model_1390 -name=Rocks - -// 2105 -[loc_2105] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=6438 -model=model_1391 -name=Rocks - -// 2106 -[loc_2106] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=9712 -model=model_1390 -name=Rocks - -// 2107 -[loc_2107] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=9712 -model=model_1391 -name=Rocks - -// 2108 -[loc_2108] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=19909 -model=model_1390 -name=Rocks - -// 2109 -[loc_2109] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=19909 -model=model_1391 -name=Rocks - -// 2110 -[loc_2110] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -ambient=20 -blockrange=no -recol1s=10504 -recol1d=26525 -recol2s=6342 -recol2d=1469 -model=model_3195 -name=Rocks - -// 2111 -[loc_2111] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=16400 -model=model_1391 -name=Rocks - -// 2112 -[loc_2112] -active=yes -op1=Open -model=model_27408,1 -name=Door - -// 2113 -[loc_2113] -active=yes -op1=Climb-down -msi=msi_7 -model=model_33858 -name=Ladder - -// 2114 -[loc_2114] -active=yes -op1=Remove-coal -op2=Investigate -model=model_1398 -name=Coal Truck - -// 2115 -[loc_2115] -op1=Open -active=yes -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2116 -[loc_2116] -op1=Open -mirror=yes -active=yes -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2117 -[loc_2117] -sharelight=yes -occlude=yes -hillskew=yes -op1=Search -active=yes -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_42328,1 -name=Old wall - -// 2118 -[loc_2118] -anim=seq_456 -resizex=32 -resizey=32 -resizez=32 -bgsound=synth_2147,5 -blockrange=no -model=model_2320 -name=Whirlpool - -// 2119 -[loc_2119] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=14596 -model=model_2236 -name=Rocks - -// 2120 -[loc_2120] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=14596 -model=model_2237 -name=Rocks - -// 2121 -[loc_2121] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=6242 -recol2s=32758 -recol2d=21070 -model=model_2236 -name=Rocks - -// 2122 -[loc_2122] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=6242 -recol2s=32758 -recol2d=21070 -model=model_2237 -name=Rocks - -// 2123 -[loc_2123] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=14732 -model=model_2236 -name=Rocks - -// 2124 -[loc_2124] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=14732 -model=model_2237 -name=Rocks - -// 2125 -[loc_2125] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=4226 -recol2s=32758 -recol2d=21070 -model=model_2236 -name=Rocks - -// 2126 -[loc_2126] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=4226 -recol2s=32758 -recol2d=21070 -model=model_2237 -name=Rocks - -// 2127 -[loc_2127] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=23140 -recol2s=32758 -recol2d=21070 -model=model_2236 -name=Rocks - -// 2128 -[loc_2128] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=23140 -recol2s=32758 -recol2d=21070 -model=model_2237 -name=Rocks - -// 2129 -[loc_2129] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=20017 -recol2s=32758 -recol2d=21070 -model=model_2236 -name=Rocks - -// 2130 -[loc_2130] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=20017 -recol2s=32758 -recol2d=21070 -model=model_2237 -name=Rocks - -// 2131 -[loc_2131] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=6346 -recol2s=32758 -recol2d=21070 -model=model_2236 -name=Rocks - -// 2132 -[loc_2132] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=6346 -recol2s=32758 -recol2d=21070 -model=model_2237 -name=Rocks - -// 2133 -[loc_2133] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=6438 -recol2s=32758 -recol2d=21070 -model=model_2236 -name=Rocks - -// 2134 -[loc_2134] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=6438 -recol2s=32758 -recol2d=21070 -model=model_2237 -name=Rocks - -// 2135 -[loc_2135] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=9712 -recol2s=32758 -recol2d=21070 -model=model_2236 -name=Rocks - -// 2136 -[loc_2136] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=9712 -recol2s=32758 -recol2d=21070 -model=model_2237 -name=Rocks - -// 2137 -[loc_2137] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=19909 -recol2s=32758 -recol2d=21070 -model=model_2236 -name=Rocks - -// 2138 -[loc_2138] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=19909 -recol2s=32758 -recol2d=21070 -model=model_2237 -name=Rocks - -// 2139 -[loc_2139] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=26525 -recol2s=6342 -recol2d=1469 -model=model_11027 -model2=model_11024 -name=Rocks - -// 2140 -[loc_2140] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=6342 -recol1d=16400 -recol2s=32758 -recol2d=21070 -model=model_2237 -name=Rocks - -// 2141 -[loc_2141] -anim=seq_2709 -forceapproach=north -blockrange=no -recol1s=16846 -recol1d=18085 -model=model_9597 -model2=model_9599 -name=Chest - -// 2142 -[loc_2142] -anim=seq_479 -bgsound=synth_3115,3 -recol1s=10504 -recol1d=26400 -recol2s=1537 -recol2d=22204 -model=model_37390 -name=Cauldron of Thunder - -// 2143 -[loc_2143] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -active=no -model=model_41150,0 - -// 2144 -[loc_2144] -blockwalk=yes -active=yes -multivar=varplayer_139 -multiloc=default,loc_2936 -multiloc=0,loc_2937 -multiloc=1,loc_2937 -multiloc=2,loc_2937 -multiloc=3,loc_2937 -multiloc=4,loc_2937 -multiloc=5,loc_2937 -multiloc=6,loc_2937 -multiloc=7,loc_2937 -multiloc=8,loc_2937 -multiloc=9,loc_2937 -multiloc=10,loc_2937 -multiloc=11,loc_2937 -multiloc=12,loc_2937 -multiloc=13,loc_2937 -multiloc=14,loc_2937 -multiloc=15,loc_2937 -multiloc=16,loc_2937 -multiloc=17,loc_2937 -multiloc=18,loc_2937 -multiloc=19,loc_2937 -multiloc=20,loc_2937 -multiloc=21,loc_2937 -multiloc=22,loc_2937 -multiloc=23,loc_2937 -multiloc=24,loc_2937 -multiloc=25,loc_2937 -multiloc=26,loc_2937 -multiloc=27,loc_2937 -multiloc=28,loc_2937 -multiloc=29,loc_2937 -multiloc=30,loc_2937 -multiloc=31,loc_2937 -multiloc=32,loc_2937 -multiloc=33,loc_2937 -multiloc=34,loc_2937 -multiloc=35,loc_2937 -multiloc=36,loc_2937 -multiloc=37,loc_2937 -multiloc=38,loc_2937 -multiloc=39,loc_2937 - -// 2145 -[loc_2145] -width=2 -length=2 -op1=Open -op2=Search -recol1s=11592 -recol1d=7365 -recol2s=10535 -recol2d=6308 -recol3s=9478 -recol3d=5251 -recol4s=8420 -recol4d=4194 -recol5s=6306 -recol5d=3137 -recol6s=4192 -recol6d=2080 -model=model_11206 -name=Coffin - -// 2146 -[loc_2146] -width=2 -op1=Search -multivar=varplayerbit_2130 -multiloc=0,loc_15050 -multiloc=1,loc_15051 - -// 2147 -[loc_2147] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1231 -name=Ladder - -// 2148 -[loc_2148] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 2149 -[loc_2149] -model=model_1810 -name=Obelisk - -// 2150 -[loc_2150] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32111,1 - -// 2151 -[loc_2151] -width=2 -length=2 -model=model_1806 -name=Obelisk of Water - -// 2152 -[loc_2152] -model=model_1742 -name=Obelisk of Air - -// 2153 -[loc_2153] -width=2 -length=2 -anim=seq_9590 -ambient=30 -hillskew=yes -model=model_37513 -name=Obelisk of Fire - -// 2154 -[loc_2154] -op1=Open -active=yes -mirror=yes -ambient=25 -contrast=15 -blockrange=no -model=model_27252,1 -name=Gate - -// 2155 -[loc_2155] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -model=model_27252,1 -name=Gate - -// 2156 -[loc_2156] -length=2 -active=yes -op1=Enter -bgsound=synth_3139,3 -model=model_1783 -name=Magic Portal - -// 2157 -[loc_2157] -length=2 -active=yes -op1=Enter -bgsound=synth_3139,3 -model=model_1783 -name=Magic Portal - -// 2158 -[loc_2158] -length=2 -active=yes -op1=Enter -bgsound=synth_3139,3 -model=model_1783 -name=Magic Portal - -// 2159 -[loc_2159] -op1=Climb-on -model=model_1884 -name=Barrel - -// 2160 -[loc_2160] -op1=Climb-on -model=model_1885 -name=Barrel - -// 2161 -[loc_2161] -op1=Climb-on -model=model_1886 -name=Barrel - -// 2162 -[loc_2162] -length=2 -model=model_1905 -name=Trawler net - -// 2163 -[loc_2163] -length=2 -mirror=yes -model=model_1905 -name=Trawler net - -// 2164 -[loc_2164] -width=2 -length=6 -op1=Inspect -model=model_1862 -name=Trawler net - -// 2165 -[loc_2165] -width=2 -length=6 -mirror=yes -op1=Inspect -model=model_1862 -name=Trawler net - -// 2166 -[loc_2166] -width=2 -length=2 -op1=Inspect -model=model_1866 -name=Trawler net - -// 2167 -[loc_2167] -width=2 -anim=seq_464 -op1=Fill -blockwalk=no -forceapproach=south -bgsound=synth_2150,5 -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=5313 -recol6d=13571 -model=model_2216 -name=Leak - -// 2168 -[loc_2168] -width=2 -blockwalk=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=5313 -recol6d=13571 -model=model_1865 -name=Repaired leak - -// 2169 -[loc_2169] -model=model_1460 -name=Spray - -// 2170 -[loc_2170] -model=model_1460 -name=Spray - -// 2171 -[loc_2171] -active=no -model=model_1381 - -// 2172 -[loc_2172] -width=2 -length=6 -op1=Inspect -model=model_1901 -name=Trawler net - -// 2173 -[loc_2173] -width=2 -length=6 -mirror=yes -op1=Inspect -model=model_1901 -name=Trawler net - -// 2174 -[loc_2174] -forceapproach=south -op1=Climb-up -sharelight=yes -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5190 -name=Ship's ladder - -// 2175 -[loc_2175] -op1=Climb-down -sharelight=yes -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5294 -name=Ship's ladder - -// 2176 -[loc_2176] -width=2 -active=yes -model=model_1860 -name=Hole - -// 2177 -[loc_2177] -width=2 -active=yes -blockwalk=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_9594 -name=Hull - -// 2178 -[loc_2178] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 2179 -[loc_2179] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 2180 -[loc_2180] -width=3 -length=3 -active=yes -model=model_2217 -name=Catapult - -// 2181 -[loc_2181] -width=3 -length=3 -op2=Fire -model=model_2225 -name=Ballista - -// 2182 -[loc_2182] -op1=Search -op2=Close -forceapproach=north -recol1s=9444 -recol1d=13638 -recolhsl2s=5400 -recolhsl2d=6434 -recolhsl3s=8596 -recolhsl3d=6429 -recolhsl4s=5648 -recolhsl4d=6424 -recol5s=9511 -recol5d=7399 -recolhsl6s=10508 -recolhsl6d=23 -model=model_32139 -name=Open chest - -// 2183 -[loc_2183] -op1=Open -forceapproach=north -recol1s=9444 -recol1d=13638 -recolhsl2s=5400 -recolhsl2d=6434 -recolhsl3s=8596 -recolhsl3d=6429 -recolhsl4s=5648 -recolhsl4d=6424 -recol5s=9511 -recol5d=7399 -recolhsl6s=10508 -recolhsl6d=23 -model=model_32110 -name=Closed chest - -// 2184 -[loc_2184] -active=yes -op1=Open -ambient=25 -contrast=25 -recolhsl1s=6444 -recolhsl1d=6554 -recolhsl2s=6559 -recolhsl2d=6552 -recolhsl3s=6434 -recolhsl3d=6798 -recolhsl4s=6435 -recolhsl4d=6556 -model=model_37698,1 -name=Door - -// 2185 -[loc_2185] -active=yes -multivar=varplayerbit_1982 -multiloc=0,loc_37087 -multiloc=1,loc_37088 - -// 2186 -[loc_2186] -sharelight=yes -hillskew=yes -op1=Squeeze-through -model=model_14355,1 -name=Loose Railing - -// 2187 -[loc_2187] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1203 -name=Stairs - -// 2188 -[loc_2188] -active=yes -op1=Open -raiseobject=no -ambient=25 -resizey=158 -model=model_27078,1 -name=Door - -// 2189 -[loc_2189] -active=yes -op1=Open -raiseobject=no -ambient=25 -resizey=158 -model=model_27082,1 -name=Door - -// 2190 -[loc_2190] -active=yes -op1=Climb-down -model=model_1203 -name=Stairs - -// 2191 -[loc_2191] -ambient=10 -op1=Open -forceapproach=north -recol1s=9543 -recol1d=12581 -recol2s=8484 -recol2d=11524 -recol3s=6373 -recol3d=10467 -recol4s=6370 -recol4d=9410 -model=model_5272 -name=Chest - -// 2192 -[loc_2192] -active=yes -op1=Open -raiseobject=no -ambient=25 -resizey=158 -model=model_27083,1 -name=Door - -// 2193 -[loc_2193] -active=yes -op1=Open -raiseobject=no -ambient=25 -resizey=158 -model=model_27076,1 -name=Door - -// 2194 -[loc_2194] -ambient=10 -op1=Search -op2=Close -forceapproach=north -recol1s=9543 -recol1d=12581 -recol2s=8484 -recol2d=11524 -recol3s=6373 -recol3d=10467 -recol4s=6370 -recol4d=9410 -recol5s=4256 -recol5d=8353 -model=model_5273 -name=Chest - -// 2195 -[loc_2195] -active=no -sharelight=yes -model=model_27087,0 - -// 2196 -[loc_2196] -active=no -sharelight=yes -model=model_27085,0 - -// 2197 -[loc_2197] -active=no -sharelight=yes -model=model_27089,0 - -// 2198 -[loc_2198] -active=no -sharelight=yes -model=model_27088,0 - -// 2199 -[loc_2199] -active=yes -op1=Open -mirror=yes -model=model_1509,1 -model=model_1511,5 -name=Kitchen gate - -// 2200 -[loc_2200] -active=yes -op1=Open -model=model_1509,1 -model=model_1511,5 -name=Kitchen gate - -// 2201 -[loc_2201] -hillskew=yes -model=model_1051,0 - -// 2202 -[loc_2202] -hillskew=yes -model=model_1075,0 - -// 2203 -[loc_2203] -hillskew=yes -model=model_1099,0 - -// 2204 -[loc_2204] -hillskew=yes -model=model_1118,0 - -// 2205 -[loc_2205] -hillskew=yes -unknown90=yes -model=model_1131,0 - -// 2206 -[loc_2206] -hillskew=yes -model=model_1027,0 - -// 2207 -[loc_2207] -hillskew=yes -model=model_1036,0 - -// 2208 -[loc_2208] -hillskew=yes -model=model_1054,0 - -// 2209 -[loc_2209] -hillskew=yes -model=model_1082,0 - -// 2210 -[loc_2210] -length=3 -op1=Use -model=model_1174 -name=Telescope - -// 2211 -[loc_2211] -width=2 -length=2 -op1=Read -model=model_1370 -name=Grave of Scorpius - -// 2212 -[loc_2212] -width=2 -length=2 -active=yes -model=model_27086 -name=Toy corner - -// 2213 -[loc_2213] -op1=Use -op2=Use-quickly -op3=Collect -ambient=25 -contrast=25 -blockrange=no -model=model_1270 -name=Bank booth - -// 2214 -[loc_2214] -ambient=25 -contrast=25 -blockrange=no -model=model_1153 -name=Bank booth - -// 2215 -[loc_2215] -ambient=25 -contrast=25 -blockrange=no -model=model_1146 -name=Closed bank booth - -// 2216 -[loc_2216] -width=3 -length=3 -op1=Look-at -op2=Search -model=model_1500 -name=Broken cart - -// 2217 -[loc_2217] -width=3 -length=3 -resizex=256 -resizez=256 -msi=msi_11 -op1=Look-at -op2=Search -blockwalk=yes -hillskew=yes -model=model_1465,8 -model=model_20043,0 -name=Mound of earth - -// 2218 -[loc_2218] -width=3 -length=3 -resizex=192 -resizez=192 -hillskew=yes -occlude=yes -op1=Look-at -op2=Search -hardshadow=no -hillskew=yes -model=model_40900 -name=Fissure - -// 2219 -[loc_2219] -hillskew=yes -width=3 -length=3 -resizex=192 -resizez=192 -occlude=yes -op1=Look-at -op2=Search -hardshadow=no -sharelight=yes -hillskew=yes -model=model_40901 -name=Fissure - -// 2220 -[loc_2220] -op2=Search -hillskew=yes -blockwalk=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=3 -length=2 -blockrange=no -model=model_37213 -name=Cave in - -// 2221 -[loc_2221] -active=yes -op1=Look-at -op2=Investigate -blockwalk=yes -ambient=25 -contrast=15 -model=model_37112,0 -name=Strange looking stone - -// 2222 -[loc_2222] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -length=2 -op2=Search -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -model=model_37321 -name=Loose rocks - -// 2223 -[loc_2223] -op2=Search -model=model_37358 -name=Old sacks - -// 2224 -[loc_2224] -width=2 -length=2 -op1=Look-at -op2=Search -model=model_37237 -model2=model_18551 -name=Ancient gallows - -// 2225 -[loc_2225] -hillskew=yes -op1=Look-at -op2=Search -ambient=25 -contrast=15 -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11799 -name=Waterfall rocks - -// 2226 -[loc_2226] -op1=Look-at -op2=Craft -model=model_37376 -name=Smashed table - -// 2227 -[loc_2227] -op2=Disembark -model=model_37461 -name=Crude raft - -// 2228 -[loc_2228] -anim=seq_9665 -width=2 -length=3 -hardshadow=no -model=model_36868 -name=Waterfall - -// 2229 -[loc_2229] -width=2 -length=2 -op1=Investigate -model=model_1469 -name=Tribal Statue - -// 2230 -[loc_2230] -width=2 -length=3 -op2=Board -op3=Pay-fare -model=model_1480 -name=Travel cart - -// 2231 -[loc_2231] -hillskew=yes -op1=Climb -ambient=25 -contrast=25 -blockwalk=yes -model=model_1743,0 -name=Rocks - -// 2232 -[loc_2232] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_1784,0 - -// 2233 -[loc_2233] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_1794,0 - -// 2234 -[loc_2234] -op1=Investigate -op2=Search -hillskew=yes -model=model_1390 -name=Well stacked rocks - -// 2235 -[loc_2235] -ambient=25 -contrast=15 -width=2 -length=2 -op1=Inspect -op2=Search -recolhsl1s=21547 -recolhsl1d=6459 -recolhsl2s=21543 -recolhsl2d=6450 -recolhsl3s=21539 -recolhsl3d=6444 -recol4s=7431 -recol4d=11558 -recol5s=6374 -recol5d=10501 -model=model_37163 -name=Tomb dolmen - -// 2236 -[loc_2236] -forcedecor=yes -active=yes -hillskew=yes -op1=Climb -blockwalk=yes -ambient=25 -contrast=15 -hardshadow=no -recol1s=7398 -recol1d=10501 -recolhsl2s=10270 -recolhsl2d=6440 -recol3s=9512 -recol3d=11558 -model=model_37206,0 -name=Climbing rocks - -// 2237 -[loc_2237] -width=3 -length=2 -op2=Search -msi=msi_5 -model=model_1593 -name=Palm tree - -// 2238 -[loc_2238] -width=2 -op1=Enter -model=model_627 -name=Hillside entrance - -// 2239 -[loc_2239] -width=2 -mirror=yes -op1=Enter -model=model_627 -name=Hillside entrance - -// 2240 -[loc_2240] -width=2 -op1=Open -op2=Search -model=model_611,8 -model=model_607,2 -name=Carved doors - -// 2241 -[loc_2241] -width=2 -mirror=yes -op1=Open -op2=Search -model=model_611,8 -model=model_607,2 -name=Carved doors - -// 2242 -[loc_2242] -width=2 -op1=Open -op2=Search -model=model_607 -name=Tomb exit - -// 2243 -[loc_2243] -length=2 -op1=Open -op2=Search -ambient=25 -contrast=15 -recolhsl1s=6926 -recolhsl1d=7054 -recol2s=8353 -recol2d=8353 -recolhsl3s=6933 -recolhsl3d=6806 -recol4s=11489 -recol4d=10467 -recolhsl5s=6939 -recolhsl5d=6558 -model=model_37533 -name=Tomb exit - -// 2244 -[loc_2244] -width=2 -blockwalk=no -model=model_1618 -name=Jungle plant - -// 2245 -[loc_2245] -width=2 -recol1s=6528 -recol1d=1730 -model=model_1618 -name=Jungle plant - -// 2246 -[loc_2246] -ambient=25 -contrast=15 -op1=Open -op2=Search -model=model_37556,1 -name=Tomb doors - -// 2247 -[loc_2247] -ambient=25 -contrast=15 -mirror=yes -op1=Open -op2=Search -model=model_37565,1 -name=Tomb doors - -// 2248 -[loc_2248] -ambient=25 -contrast=15 -op1=Open -op2=Search -model=model_37600,1 -name=Tomb doors - -// 2249 -[loc_2249] -ambient=25 -contrast=15 -op1=Open -op2=Search -model=model_37646,1 -name=Tomb doors - -// 2250 -[loc_2250] -ambient=25 -contrast=15 -mirror=yes -op1=Open -op2=Search -model=model_37646,1 -name=Tomb doors - -// 2251 -[loc_2251] -ambient=25 -contrast=15 -model=model_37646,1 - -// 2252 -[loc_2252] -ambient=25 -contrast=15 -mirror=yes -model=model_37646,1 - -// 2253 -[loc_2253] -length=2 -op1=Open -op2=Search -model=model_611,8 -model=model_607,2 -name=Tomb exit - -// 2254 -[loc_2254] -length=2 -mirror=yes -op1=Open -op2=Search -model=model_611,8 -model=model_607,2 -name=Tomb exit - -// 2255 -[loc_2255] -ambient=25 -contrast=15 -mirror=yes -op1=Open -op2=Search -model=model_27252,1 -name=Ancient metal gate - -// 2256 -[loc_2256] -ambient=25 -contrast=15 -op1=Open -op2=Search -model=model_27252,1 -name=Ancient metal gate - -// 2257 -[loc_2257] -hillskew=yes -op1=Climb -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_37206,0 -name=Rocks - -// 2258 -[loc_2258] -ambient=15 -contrast=15 -width=2 -length=2 -op1=Look-at -op2=Search -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37163 -name=Tomb dolmen - -// 2259 -[loc_2259] -op1=Open -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Metal gate - -// 2260 -[loc_2260] -op1=Open -mirror=yes -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Metal gate - -// 2261 -[loc_2261] -active=yes -op1=Open -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Wooden gate - -// 2262 -[loc_2262] -mirror=yes -active=yes -op1=Open -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Wooden gate - -// 2263 -[loc_2263] -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 - -// 2264 -[loc_2264] -mirror=yes -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 - -// 2265 -[loc_2265] -width=2 -length=3 -op2=Board -op3=Pay-fare -blockrange=no -model=model_1480 -name=Travel cart - -// 2266 -[loc_2266] -active=yes -op1=Open -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Blacksmith's door - -// 2267 -[loc_2267] -active=yes -op1=Open -active=yes -model=model_9476,1 -model=model_9477,5 -name=Blacksmith's door - -// 2268 -[loc_2268] -op1=Climb-up -model=model_1208 -name=Ladder - -// 2269 -[loc_2269] -op1=Climb-down -forceapproach=south -model=model_1215 -name=Ladder - -// 2270 -[loc_2270] -msi=msi_5 -model=model_1617 -name=Plant - -// 2271 -[loc_2271] -length=2 -op1=Open -forceapproach=east -model=model_2245 -name=Cupboard - -// 2272 -[loc_2272] -length=2 -op1=Search -op2=Shut -forceapproach=east -model=model_2243 -name=Cupboard - -// 2273 -[loc_2273] -anim=seq_9653 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -recol1s=9822 -recol1d=32745 -recolhsl2s=39898 -recolhsl2d=11241 -recolhsl3s=39905 -recolhsl3d=11198 -recolhsl4s=39918 -recolhsl4d=10560 -recolhsl5s=39889 -recolhsl5d=11241 -model=model_38323 -name=Portal - -// 2274 -[loc_2274] -anim=seq_9653 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -recol1s=9822 -recol1d=32745 -recolhsl2s=39898 -recolhsl2d=11241 -recolhsl3s=39905 -recolhsl3d=11198 -recolhsl4s=39918 -recolhsl4d=10560 -recolhsl5s=39889 -recolhsl5d=11241 -model=model_38323 -name=Portal - -// 2275 -[loc_2275] -ambient=25 -contrast=15 -sharelight=yes -length=2 -blockwalk=no -model=model_37172 -model=model_37456 -name=Rock - -// 2276 -[loc_2276] -ambient=25 -contrast=15 -sharelight=yes -length=6 -blockwalk=no -mirror=yes -model=model_37472 -name=Rock - -// 2277 -[loc_2277] -ambient=25 -contrast=15 -sharelight=yes -width=2 -length=2 -model=model_37272 -name=Rock - -// 2278 -[loc_2278] -ambient=25 -contrast=15 -sharelight=yes -width=2 -length=2 -model=model_37272 -name=Rock - -// 2279 -[loc_2279] -length=2 -model=model_2275 -name=Ropeswing - -// 2280 -[loc_2280] -length=2 -model=model_2274 -name=Ropeswing - -// 2281 -[loc_2281] -length=2 -model=model_2278 -name=Ropeswing - -// 2282 -[loc_2282] -op1=Swing-on -length=6 -blockwalk=no -model=model_2269 -name=Ropeswing - -// 2283 -[loc_2283] -op1=Swing-on -length=6 -blockwalk=no -model=model_2269 -name=Ropeswing - -// 2284 -[loc_2284] -width=2 -op1=Climb-over -model=model_1439 -name=Obstacle net - -// 2285 -[loc_2285] -width=2 -op1=Climb-over -model=model_1439 -name=Obstacle net - -// 2286 -[loc_2286] -width=2 -op1=Climb-over -model=model_1439 -name=Obstacle net - -// 2287 -[loc_2287] -op1=Squeeze-through -width=2 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_1475 -name=Obstacle pipe - -// 2288 -[loc_2288] -op1=Squeeze-through -width=2 -sharelight=yes -recol1s=12580 -recol1d=12618 -retex1s=material_69 -retex1d=material_72 -model=model_774 -name=Obstacle pipe - -// 2289 -[loc_2289] -msi=msi_0 -ambient=25 -op1=Chop down -op3=hidden -recol1s=8352 -recol1d=7428 -recol2s=7330 -recol2d=5283 -model=model_4146 -name=Hollow tree - -// 2290 -[loc_2290] -op1=Squeeze-through -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -retex1s=material_68 -retex1d=material_83 -retex2s=material_69 -retex2d=material_72 -model=model_37273 -name=Obstacle pipe - -// 2291 -[loc_2291] -active=no -blockwalk=no -sharelight=yes -forcedecor=yes -model=model_1115,0 - -// 2292 -[loc_2292] -active=no -blockwalk=no -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_1128,0 - -// 2293 -[loc_2293] -active=no -blockwalk=no -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_1024,0 - -// 2294 -[loc_2294] -op1=Walk-across -active=yes -sharelight=yes -blockwalk=yes -model=model_1115,0 -name=Log balance - -// 2295 -[loc_2295] -op1=Walk-across -active=yes -sharelight=yes -blockwalk=yes -hardshadow=no -model=model_1115,0 -name=Log balance - -// 2296 -[loc_2296] -op1=Walk-across -active=yes -sharelight=yes -blockwalk=yes -model=model_1115,0 -name=Log balance - -// 2297 -[loc_2297] -op1=Walk-across -active=yes -sharelight=yes -blockwalk=yes -model=model_1115,0 -name=Log balance - -// 2298 -[loc_2298] -op1=Climb-up -model=model_2103,Q -name=Climbing rocks - -// 2299 -[loc_2299] -op1=Climb-up -model=model_2103,Q -name=Climbing rocks - -// 2300 -[loc_2300] -op1=Climb-up -model=model_2103,Q -name=Climbing rocks - -// 2301 -[loc_2301] -active=yes -op1=Walk-across -model=model_1786,Q -name=Balancing ledge - -// 2302 -[loc_2302] -active=yes -op1=Walk-across -blockwalk=yes -model=model_1072,0 -name=Balancing ledge - -// 2303 -[loc_2303] -active=yes -op1=Walk-across -blockwalk=yes -ambient=15 -contrast=10 -model=model_37083,0 -name=Balancing ledge - -// 2304 -[loc_2304] -recol1s=6306 -recol1d=10504 -recol2s=9440 -recol2d=12618 -recolhsl3s=9114 -recolhsl3d=56 -model=model_37500 -name=Spikes - -// 2305 -[loc_2305] -recol1s=6306 -recol1d=10504 -recol2s=9440 -recol2d=12618 -recolhsl3s=9114 -recolhsl3d=56 -model=model_37485 -name=Spikes - -// 2306 -[loc_2306] -blockwalk=no -forcedecor=yes -hardshadow=no -model=model_1734,0 - -// 2307 -[loc_2307] -op1=Open -active=yes -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2308 -[loc_2308] -op1=Open -mirror=yes -active=yes -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2309 -[loc_2309] -op1=Open -active=yes -blockrange=no -model=model_609,1 -name=Door - -// 2310 -[loc_2310] -ambient=25 -msi=msi_6 -hillskew=yes -recol1s=8352 -recol1d=7428 -recol2s=7330 -recol2d=5283 -model=model_4147 -name=Tree stump - -// 2311 -[loc_2311] -active=yes -multivar=varplayerbit_5069 -multiloc=0,loc_37670 -multiloc=1,loc_37669 - -// 2312 -[loc_2312] -hillskew=yes -sharelight=yes -active=yes -op1=Walk-on -blockwalk=yes -model=model_1878,0 -name=Balancing rope - -// 2313 -[loc_2313] -active=yes -op1=Climb -model=model_2001 -name=Tree branch - -// 2314 -[loc_2314] -active=yes -op1=Climb-down -model=model_2023 -name=Tree branch - -// 2315 -[loc_2315] -active=yes -op1=Climb-down -model=model_2000 -name=Tree branch - -// 2316 -[loc_2316] -width=2 -length=2 -op1=Climb-up -ambient=15 -contrast=15 -recolhsl1s=5545 -recolhsl1d=6542 -recolhsl2s=6466 -recolhsl2d=6548 -recolhsl3s=6457 -recolhsl3d=6548 -recolhsl4s=65054 -recolhsl4d=6545 -recolhsl5s=65061 -recolhsl5d=6548 -retex1s=material_106 -retex1d=material_75 -model=model_37175 -name=Staircase - -// 2317 -[loc_2317] -op1=Climb-up -active=yes -width=3 -length=2 -hillskew=yes -ambient=25 -contrast=15 -model=model_37213 -name=Pile of rubble - -// 2318 -[loc_2318] -width=2 -length=2 -op1=Climb-down -ambient=25 -contrast=15 -model=model_37448 -name=Pile of rubble - -// 2319 -[loc_2319] -blockwalk=no -ambient=25 -contrast=15 -model=model_37304 -name=Monkeybars - -// 2320 -[loc_2320] -width=3 -op1=Swing across -blockwalk=no -model=model_1474 -name=Monkeybars - -// 2321 -[loc_2321] -op1=Swing across -blockwalk=no -ambient=25 -contrast=15 -model=model_37304 -name=Monkeybars - -// 2322 -[loc_2322] -op1=Swing-on -length=6 -blockwalk=no -model=model_2277 -name=Ropeswing - -// 2323 -[loc_2323] -op1=Swing-on -length=6 -blockwalk=no -model=model_2277 -name=Ropeswing - -// 2324 -[loc_2324] -op1=Swing-on -length=6 -blockwalk=no -model=model_2277 -name=Ropeswing - -// 2325 -[loc_2325] -op1=Swing-on -length=6 -blockwalk=no -model=model_2277 -name=Ropeswing - -// 2326 -[loc_2326] -length=6 -blockwalk=no -model=model_2273 -name=Branch - -// 2327 -[loc_2327] -width=2 -length=2 -blockwalk=yes -active=yes -hillchange=tree_skew,64 -model=model_2276 -name=Long branched tree - -// 2328 -[loc_2328] -hillskew=yes -op1=Climb -ambient=25 -contrast=25 -blockwalk=yes -recol1s=12580 -recol1d=5285 -model=model_1743,0 -name=Rocks - -// 2329 -[loc_2329] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=12580 -recol1d=5285 -model=model_1784,0 - -// 2330 -[loc_2330] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=12580 -recol1d=5285 -model=model_1743,0 - -// 2331 -[loc_2331] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=12580 -recol1d=5285 -model=model_1794,0 - -// 2332 -[loc_2332] -op1=Cross -sharelight=yes -msi=msi_13 -blockwalk=yes -model=model_1115,0 -name=A wooden log - -// 2333 -[loc_2333] -op1=Cross -active=yes -blockwalk=yes -model=model_1046,0 -name=Stepping stones - -// 2334 -[loc_2334] -op1=Cross -active=yes -blockwalk=yes -model=model_1046,0 -name=Stepping stones - -// 2335 -[loc_2335] -op1=Cross -active=yes -blockwalk=yes -model=model_1046,0 -name=Stepping stones - -// 2336 -[loc_2336] -active=yes -model=model_1464 -name=Hole - -// 2337 -[loc_2337] -active=yes -op1=Open -recol1s=14626 -recol1d=10499 -recol2s=13569 -recol2d=9442 -recol3s=12512 -recol3d=8385 -recol4s=7365 -recol4d=7328 -recol5s=11456 -recol5d=6240 -recol6s=5250 -recol6d=5184 -model=model_9476,1 -model=model_9477,5 -name=Sturdy door - -// 2338 -[loc_2338] -active=yes -op1=Open -recol1s=14626 -recol1d=10499 -recol2s=13569 -recol2d=9442 -recol3s=12512 -recol3d=8385 -recol4s=7365 -recol4d=7328 -recol5s=11456 -recol5d=6240 -recol6s=5250 -recol6d=5184 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2339 -[loc_2339] -active=yes -op1=Open -recol1s=14626 -recol1d=10499 -recol2s=13569 -recol2d=9442 -recol3s=12512 -recol3d=8385 -recol4s=7365 -recol4d=7328 -recol5s=11456 -recol5d=6240 -recol6s=5250 -recol6d=5184 -model=model_9476,1 -model=model_9477,5 -name=Sturdy door - -// 2340 -[loc_2340] -active=no -recol1s=14626 -recol1d=10499 -recol2s=13569 -recol2d=9442 -recol3s=12512 -recol3d=8385 -recol4s=7365 -recol4d=7328 -recol5s=11456 -recol5d=6240 -recol6s=5250 -recol6d=5184 -model=model_9476,1 -model=model_9477,5 - -// 2341 -[loc_2341] -active=yes -op1=Push -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=8456 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 -name=Wall - -// 2342 -[loc_2342] -active=yes -op1=Listen-at -model=model_2097,Q -name=Grill - -// 2343 -[loc_2343] -model=model_1399 -name=Brick - -// 2344 -[loc_2344] -width=3 -model=model_1478 -name=Brick - -// 2345 -[loc_2345] -model=model_1418 -name=Brick - -// 2346 -[loc_2346] -width=2 -length=2 -model=model_1450 -name=Brick - -// 2347 -[loc_2347] -model=model_1440 -name=Brick - -// 2348 -[loc_2348] -width=3 -model=model_1466 -name=Brick - -// 2349 -[loc_2349] -width=2 -length=2 -model=model_1492 -name=Brick - -// 2350 -[loc_2350] -op1=Operate -length=2 -model=model_1778 -name=Winch - -// 2351 -[loc_2351] -op1=Operate -length=2 -model=model_1778 -name=Winch - -// 2352 -[loc_2352] -op1=Climb-up -msi=msi_69 -model=model_1487 -name=Rope - -// 2353 -[loc_2353] -op1=Climb-up -msi=msi_69 -model=model_1487 -name=Rope - -// 2354 -[loc_2354] -op1=Search -model=model_1482 -name=Sacks - -// 2355 -[loc_2355] -op1=Search -ambient=25 -contrast=15 -model=model_37358 -name=Sacks - -// 2356 -[loc_2356] -op1=Search -model=model_1482 -name=Sacks - -// 2357 -[loc_2357] -op1=Search -blockwalk=yes -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 2358 -[loc_2358] -op1=Search -blockwalk=yes -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 2359 -[loc_2359] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2547 -multiloc=0,loc_17296 -multiloc=1,loc_17297 - -// 2360 -[loc_2360] -op1=Search -op2=Close -forceapproach=north -model=model_1226 -name=Chest - -// 2361 -[loc_2361] -op1=Open -forceapproach=north -model=model_1249 -name=Chest - -// 2362 -[loc_2362] -op1=Search -ambient=25 -contrast=15 -recol1s=11521 -recol1d=7296 -recol2s=12578 -recol2d=8353 -recol3s=13635 -recol3d=9410 -recol4s=14692 -recol4d=10467 -recol5s=16772 -recol5d=11524 -model=model_17319 -name=Brick - -// 2363 -[loc_2363] -anim=seq_9645 -op1=Pan -bgsound=synth_2168,3 -model=model_36844 -name=Panning point - -// 2364 -[loc_2364] -model=model_2143 -name=Crate - -// 2365 -[loc_2365] -model=model_2143 -name=Crate - -// 2366 -[loc_2366] -op1=Read -model=model_1402 -name=Signpost - -// 2367 -[loc_2367] -op1=Read -model=model_1402 -name=Signpost - -// 2368 -[loc_2368] -op1=Read -model=model_1402 -name=Signpost - -// 2369 -[loc_2369] -op1=Read -model=model_1402 -name=Signpost - -// 2370 -[loc_2370] -op1=Read -model=model_1402 -name=Signpost - -// 2371 -[loc_2371] -op1=Read -model=model_1449 -name=Signpost - -// 2372 -[loc_2372] -length=2 -op1=Search -model=model_1263 -name=Bookcase - -// 2373 -[loc_2373] -op1=Open -forceapproach=east -model=model_2247 -name=Cupboard - -// 2374 -[loc_2374] -op1=Close -op2=Search -forceapproach=east -model=model_2244 -name=Cupboard - -// 2375 -[loc_2375] -length=2 -width=2 -op2=Search -model=model_17316 -name=Specimen tray - -// 2376 -[loc_2376] -hillskew=yes -active=yes -blockwalk=no -recol1s=9480 -recol1d=6272 -recol2s=10537 -recol2d=7329 -recol3s=11594 -recol3d=8386 -recol4s=8423 -recol4d=5216 -model=model_12125,0 -name=Soil - -// 2377 -[loc_2377] -hillskew=yes -active=yes -blockwalk=no -recol1s=9480 -recol1d=6272 -recol2s=10537 -recol2d=7329 -recol3s=11594 -recol3d=8386 -recol4s=8423 -recol4d=5216 -model=model_12126,0 -name=Soil - -// 2378 -[loc_2378] -hillskew=yes -active=yes -blockwalk=no -recol1s=9480 -recol1d=6272 -recol2s=10537 -recol2d=7329 -recol3s=11594 -recol3d=8386 -recol4s=8423 -recol4d=5216 -model=model_12129,0 -name=Soil - -// 2379 -[loc_2379] -length=2 -model=model_1277 -name=Campsite bed - -// 2380 -[loc_2380] -op1=Search -op2=Open -forceapproach=north -model=model_1249 -name=Chest - -// 2381 -[loc_2381] -hillskew=yes -active=yes -blockwalk=no -unknown90=yes -recol1s=15618 -recol1d=2210 -recol2s=13505 -recol2d=4324 -recol3s=15618 -recol3d=4324 -recol4s=14594 -recol4d=2210 -model=model_1124,0 -name=Soil - -// 2382 -[loc_2382] -hillskew=yes -active=yes -blockwalk=no -unknown90=yes -recol1s=15618 -recol1d=2210 -recol2s=13505 -recol2d=4324 -recol3s=15618 -recol3d=4324 -model=model_1139,0 -name=Soil - -// 2383 -[loc_2383] -hillskew=yes -active=yes -blockwalk=no -unknown90=yes -recol1s=15618 -recol1d=2210 -recol2s=13505 -recol2d=4324 -recol3s=15618 -recol3d=4325 -model=model_1032,0 -name=Soil - -// 2384 -[loc_2384] -sharelight=yes -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=13537 -recol2s=12614 -recol2d=11425 -model=model_1091,0 - -// 2385 -[loc_2385] -sharelight=yes -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=13537 -recol2s=12614 -recol2d=11425 -model=model_1073,0 - -// 2386 -[loc_2386] -sharelight=yes -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=13537 -recol2s=12614 -recol2d=11425 -model=model_1093,0 - -// 2387 -[loc_2387] -sharelight=yes -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=13537 -recol2s=12614 -recol2d=11425 -model=model_1133,0 - -// 2388 -[loc_2388] -sharelight=yes -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=13537 -recol2s=12614 -recol2d=11425 -model=model_1031,0 - -// 2389 -[loc_2389] -sharelight=yes -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=13537 -recol2s=12614 -recol2d=11425 -model=model_1041,0 - -// 2390 -[loc_2390] -sharelight=yes -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=13537 -recol2s=12614 -recol2d=11425 -model=model_1059,0 - -// 2391 -[loc_2391] -active=yes -op1=Open -op2=Search -model=model_43900,1 -name=Gate - -// 2392 -[loc_2392] -active=yes -op1=Open -op2=Search -model=model_43927,1 -name=Gate - -// 2393 -[loc_2393] -active=yes -op1=Shoot -model=model_1317 -name=Gnome goal - -// 2394 -[loc_2394] -op1=Open -active=yes -blockrange=no -model=model_1298,1 -name=Gate - -// 2395 -[loc_2395] -blockrange=no -model=model_1298,1 - -// 2396 -[loc_2396] -width=2 -length=2 -recol1s=32767 -recol1d=29205 -recol2s=32765 -recol2d=29205 -recol3s=32480 -recol3d=32569 -recol4s=11492 -recol4d=11556 -recol5s=8355 -recol5d=12613 -model=model_12393 -name=Bed - -// 2397 -[loc_2397] -ambient=20 -op1=Open -recol1s=10468 -recol1d=11556 -recol2s=8354 -recol2d=10499 -model=model_20643,1 -name=Door - -// 2398 -[loc_2398] -active=yes -op1=Open -recol1s=10468 -recol1d=11556 -recol2s=8354 -recol2d=10499 -model=model_20643,1 -name=Door - -// 2399 -[loc_2399] -ambient=25 -active=yes -op1=Open -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2400 -[loc_2400] -length=2 -offsetx=-20 -offsetz=50 -active=yes -op1=Open -forceapproach=east -model=model_25046 -name=Cupboard - -// 2401 -[loc_2401] -length=2 -offsetx=-20 -offsetz=50 -active=yes -op1=Shut -op2=Search -forceapproach=east -model=model_25048 -name=Cupboard - -// 2402 -[loc_2402] -active=yes -op2=Search -ambient=25 -contrast=25 -model=model_23961 -name=Bookcase - -// 2403 -[loc_2403] -active=yes -op1=Open -forceapproach=north -recol1s=9543 -recol1d=26312 -recol2s=8484 -recol2d=11556 -recol3s=6370 -recol3d=10499 -recol4s=12548 -recol4d=9442 -recol5s=4256 -recol5d=8385 -model=model_5272 -name=Chest - -// 2404 -[loc_2404] -active=yes -op1=Search -op2=Close -forceapproach=north -recol1s=9543 -recol1d=26312 -recol2s=8484 -recol2d=11556 -recol3s=6370 -recol3d=10499 -recol4s=12548 -recol4d=9442 -recol5s=4256 -recol5d=8385 -model=model_5273 -name=Chest - -// 2405 -[loc_2405] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=12514 -recol1d=11556 -recol2s=11457 -recol2d=12613 -recol3s=16708 -recol3d=13637 -model=model_5187 -name=Ladder - -// 2406 -[loc_2406] -active=yes -op1=Open -recol1s=20935 -recol1d=12581 -recol2s=17764 -recol2d=10467 -recol3s=8387 -recol3d=12581 -recol4s=7330 -recol4d=10403 -model=model_5189,1 -name=Door - -// 2407 -[loc_2407] -active=yes -op1=Open -mirror=yes -model=model_37698,1 -name=Magic door - -// 2408 -[loc_2408] -active=yes -op1=Climb-down -msi=msi_7 -hardshadow=no -model=model_1203 -name=Ladder - -// 2409 -[loc_2409] -width=2 -length=2 -msi=msi_1 -op1=Chop -recol1s=5218 -recol1d=12548 -model=model_1637 -name=Tree - -// 2410 -[loc_2410] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 2411 -[loc_2411] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Sturdy door - -// 2412 -[loc_2412] -sharelight=yes -active=yes -op1=Cross -unknown90=yes -model=model_1882,0 -name=Gangplank - -// 2413 -[loc_2413] -sharelight=yes -active=yes -op1=Cross -unknown90=yes -model=model_1882,0 -name=Gangplank - -// 2414 -[loc_2414] -sharelight=yes -active=yes -op1=Cross -model=model_1844 -name=Gangplank - -// 2415 -[loc_2415] -sharelight=yes -active=yes -op1=Cross -model=model_1844 -name=Gangplank - -// 2416 -[loc_2416] -active=yes -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 2417 -[loc_2417] -mirror=yes -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 2418 -[loc_2418] -active=yes -ambient=20 -contrast=15 -op2=Deposit -op3=Shut -model=model_27575 -name=Chest - -// 2419 -[loc_2419] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -bgsound=synth_4472,1 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_33855,1 - -// 2420 -[loc_2420] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_16273,1 - -// 2421 -[loc_2421] -active=yes -op1=Pull -ambient=15 -contrast=10 -model=model_2077,Q -name=Lever - -// 2422 -[loc_2422] -active=yes -op1=Pull -model=model_2108,Q -name=Lever - -// 2423 -[loc_2423] -active=yes -op1=Pull -model=model_2077,Q -name=Lever - -// 2424 -[loc_2424] -active=yes -op1=Pull -model=model_2108,Q -name=Lever - -// 2425 -[loc_2425] -active=yes -op1=Pull -model=model_2077,Q -name=Lever - -// 2426 -[loc_2426] -active=yes -op1=Pull -model=model_2108,Q -name=Lever - -// 2427 -[loc_2427] -active=yes -op1=Open -ambient=25 -contrast=15 -model=model_37698,1 -name=Door - -// 2428 -[loc_2428] -active=yes -op1=Open -ambient=25 -contrast=15 -model=model_37698,1 -name=Door - -// 2429 -[loc_2429] -active=yes -op1=Open -ambient=25 -contrast=15 -model=model_37698,1 -name=Door - -// 2430 -[loc_2430] -active=yes -op1=Open -ambient=25 -contrast=15 -model=model_37698,1 -name=Door - -// 2431 -[loc_2431] -active=yes -op1=Open -ambient=25 -contrast=15 -model=model_37698,1 -name=Door - -// 2432 -[loc_2432] -active=yes -op1=Open -recol1s=6342 -recol1d=11458 -retex1s=material_2 -retex1d=material_45 -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2433 -[loc_2433] -active=yes -op1=Open -mirror=yes -recol1s=6342 -recol1d=11458 -retex1s=material_2 -retex1d=material_45 -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2434 -[loc_2434] -length=2 -forceapproach=east -op1=Open -model=model_2247 -name=Cupboard - -// 2435 -[loc_2435] -length=2 -forceapproach=east -op2=Search -op3=Close -model=model_2244 -name=Cupboard - -// 2436 -[loc_2436] -op1=Open -forceapproach=north -model=model_1249 -name=Closed chest - -// 2437 -[loc_2437] -active=no -model=model_1226 - -// 2438 -[loc_2438] -op1=Open -active=yes -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 2439 -[loc_2439] -mirror=yes -op1=Open -active=yes -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 2440 -[loc_2440] -active=yes -blockrange=no -model=model_1310 -name=Pillar - -// 2441 -[loc_2441] -active=yes -blockrange=no -model=model_1310 -name=Pillar - -// 2442 -[loc_2442] -active=yes -blockrange=no -model=model_1310 -name=Pillar - -// 2443 -[loc_2443] -active=yes -blockrange=no -model=model_1310 -name=Pillar - -// 2444 -[loc_2444] -active=yes -op1=Open -msi=msi_43 -blockwalk=yes -model=model_1175,0 -name=Trapdoor - -// 2445 -[loc_2445] -active=no -msi=msi_43 -model=model_1259,0 - -// 2446 -[loc_2446] -active=yes -op1=Open -msi=msi_43 -blockwalk=yes -model=model_1175,0 -name=Trap door - -// 2447 -[loc_2447] -active=yes -op1=Climb-up -model=model_2013 -name=Tree - -// 2448 -[loc_2448] -active=yes -op1=Climb-down -model=model_2024 -name=Tree - -// 2449 -[loc_2449] -recol1s=6342 -recol1d=4264 -model=model_1390 -name=Daconia rocks - -// 2450 -[loc_2450] -recol1s=6342 -recol1d=4264 -model=model_1391 -name=Daconia rocks - -// 2451 -[loc_2451] -width=4 -hillskew=yes -op1=Push -active=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37516 -name=Roots - -// 2452 -[loc_2452] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_607 -multiloc=0,loc_7103 -multiloc=1,loc_7104 - -// 2453 -[loc_2453] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_608 -multiloc=0,loc_7105 -multiloc=1,loc_7106 - -// 2454 -[loc_2454] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_609 -multiloc=0,loc_7107 -multiloc=1,loc_7108 - -// 2455 -[loc_2455] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_610 -multiloc=0,loc_7109 -multiloc=1,loc_7110 - -// 2456 -[loc_2456] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_611 -multiloc=0,loc_7111 -multiloc=1,loc_7112 - -// 2457 -[loc_2457] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_612 -multiloc=0,loc_7113 -multiloc=1,loc_7114 - -// 2458 -[loc_2458] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_613 -multiloc=0,loc_7115 -multiloc=1,loc_7116 - -// 2459 -[loc_2459] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_614 -multiloc=0,loc_7117 -multiloc=1,loc_7118 - -// 2460 -[loc_2460] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_615 -multiloc=0,loc_7119 -multiloc=1,loc_7120 - -// 2461 -[loc_2461] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_616 -multiloc=0,loc_7121 -multiloc=1,loc_7122 - -// 2462 -[loc_2462] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_617 -multiloc=0,loc_7123 -multiloc=1,loc_7124 - -// 2463 -[loc_2463] -active=yes -width=3 -length=3 -anim=seq_9911 -bgsound=synth_3141,5 -multivar=varplayerbit_618 -multiloc=0,loc_7125 -multiloc=1,loc_7126 - -// 2464 -[loc_2464] -active=yes -width=3 -length=3 -anim=seq_2714 -bgsound=synth_3141,5 -blockwalk=no -anim=seq_9101 -multivar=varplayerbit_619 -multiloc=0,loc_30529 -multiloc=1,loc_30530 - -// 2465 -[loc_2465] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -model=model_2318 -name=Portal - -// 2466 -[loc_2466] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -model=model_2318 -name=Portal - -// 2467 -[loc_2467] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -recol1s=32745 -recol1d=17981 -model=model_2318 -name=Portal - -// 2468 -[loc_2468] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -model=model_2318 -name=Portal - -// 2469 -[loc_2469] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -recol1s=32745 -recol1d=19488 -model=model_2318 -name=Portal - -// 2470 -[loc_2470] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -recol1s=32745 -recol1d=29896 -model=model_2318 -name=Portal - -// 2471 -[loc_2471] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -model=model_2318 -name=Portal - -// 2472 -[loc_2472] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -model=model_2318 -name=Portal - -// 2473 -[loc_2473] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -model=model_2318 -name=Portal - -// 2474 -[loc_2474] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -model=model_2318 -name=Portal - -// 2475 -[loc_2475] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -model=model_2318 -name=Portal - -// 2476 -[loc_2476] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -model=model_2318 -name=Portal - -// 2477 -[loc_2477] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -hardshadow=no -model=model_2318 -name=Portal - -// 2478 -[loc_2478] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40652 -model2=model_40655 -name=Altar - -// 2479 -[loc_2479] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40649 -model2=model_40655 -name=Altar - -// 2480 -[loc_2480] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40645 -model2=model_40655 -name=Altar - -// 2481 -[loc_2481] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40651 -model2=model_40655 -name=Altar - -// 2482 -[loc_2482] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40654 -model2=model_40655 -name=Altar - -// 2483 -[loc_2483] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40647 -model2=model_40655 -name=Altar - -// 2484 -[loc_2484] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40644 -name=Altar - -// 2485 -[loc_2485] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40640 -model2=model_40655 -name=Altar - -// 2486 -[loc_2486] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40643 -model2=model_40655 -name=Altar - -// 2487 -[loc_2487] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40648 -model2=model_40655 -name=Altar - -// 2488 -[loc_2488] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40642 -name=Altar - -// 2489 -[loc_2489] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -blockwalk=yes -blockrange=no -model=model_40653 -name=Altar - -// 2490 -[loc_2490] -active=yes -length=2 -multivar=varplayerbit_4572 -multiloc=0,loc_30492 -multiloc=1,loc_30491 - -// 2491 -[loc_2491] -active=yes -width=5 -length=5 -op1=Mine -op2=Prospect -op3=hidden -sharelight=yes -model=model_863 -name=Rune Essence - -// 2492 -[loc_2492] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,5 -model=model_2318 -name=Portal - -// 2493 -[loc_2493] -hillchange=tree_skew,35 -ambient=20 -contrast=10 -model=model_40102 -name=Pillar - -// 2494 -[loc_2494] -hillchange=tree_skew,35 -ambient=20 -contrast=10 -model=model_40101 -name=Pillar - -// 2495 -[loc_2495] -width=3 -ambient=20 -contrast=10 -model=model_38638 -name=Pillar - -// 2496 -[loc_2496] -forcedecor=yes -ambient=25 -contrast=25 -model=model_2316,0 - -// 2497 -[loc_2497] -model=model_2315 -name=Mysterious stone - -// 2498 -[loc_2498] -ambient=100 -anim=seq_502 -bgsound=synth_3141,5 -model=model_2317 -name=Mysterious glow - -// 2499 -[loc_2499] -ambient=100 -anim=seq_502 -bgsound=synth_3141,5 -model=model_2317 -name=Mysterious glow - -// 2500 -[loc_2500] -anim=seq_502 -ambient=60 -bgsound=synth_3141,5 -recol1s=32758 -recol1d=17981 -model=model_2317 -name=Mysterious glow - -// 2501 -[loc_2501] -anim=seq_502 -ambient=60 -bgsound=synth_3141,5 -recol1s=32758 -recol1d=19488 -model=model_2317 -name=Mysterious glow - -// 2502 -[loc_2502] -anim=seq_502 -ambient=60 -bgsound=synth_3141,5 -recol1s=32758 -recol1d=12488 -model=model_2317 -name=Mysterious glow - -// 2503 -[loc_2503] -anim=seq_9653 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -recol1s=9822 -recol1d=32745 -recolhsl2s=39898 -recolhsl2d=11241 -recolhsl3s=39905 -recolhsl3d=11198 -recolhsl4s=39918 -recolhsl4d=10560 -recolhsl5s=39889 -recolhsl5d=11241 -model=model_38323 -name=Portal - -// 2504 -[loc_2504] -anim=seq_9653 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -recol1s=9822 -recol1d=32745 -recolhsl2s=39898 -recolhsl2d=11241 -recolhsl3s=39905 -recolhsl3d=11198 -recolhsl4s=39918 -recolhsl4d=10560 -recolhsl5s=39889 -recolhsl5d=11241 -model=model_38323 -name=Portal - -// 2505 -[loc_2505] -anim=seq_9653 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -recol1s=9822 -recol1d=32745 -recolhsl2s=39898 -recolhsl2d=11241 -recolhsl3s=39905 -recolhsl3d=11198 -recolhsl4s=39918 -recolhsl4d=10560 -recolhsl5s=39889 -recolhsl5d=11241 -model=model_38323 -name=Portal - -// 2506 -[loc_2506] -anim=seq_9653 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -recol1s=9822 -recol1d=32745 -recolhsl2s=39898 -recolhsl2d=11241 -recolhsl3s=39905 -recolhsl3d=11198 -recolhsl4s=39918 -recolhsl4d=10560 -recolhsl5s=39889 -recolhsl5d=11241 -model=model_38323 -name=Portal - -// 2507 -[loc_2507] -anim=seq_9653 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -recol1s=9822 -recol1d=32745 -recolhsl2s=39898 -recolhsl2d=11241 -recolhsl3s=39905 -recolhsl3d=11198 -recolhsl4s=39918 -recolhsl4d=10560 -recolhsl5s=39889 -recolhsl5d=11241 -model=model_38323 -name=Portal - -// 2508 -[loc_2508] -model=model_866 -name=Rubble - -// 2509 -[loc_2509] -model=model_867 -name=Rubble - -// 2510 -[loc_2510] -model=model_868 -name=Rubble - -// 2511 -[loc_2511] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Tower ladder - -// 2512 -[loc_2512] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1215 -name=Tower ladder - -// 2513 -[loc_2513] -ambient=20 -op1=Fire-at -model=model_1451 -name=Target - -// 2514 -[loc_2514] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Guild door - -// 2515 -[loc_2515] -width=3 -length=3 -model=model_1737 -name=Row boat - -// 2516 -[loc_2516] -width=3 -length=2 -model=model_1769 -name=Row boat - -// 2517 -[loc_2517] -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 2518 -[loc_2518] -width=8 -active=no -offsety=130 -model=model_1899,8 -model=model_5659,A - -// 2519 -[loc_2519] -blockrange=no -model=model_2142 -name=Crates - -// 2520 -[loc_2520] -ambient=25 -contrast=25 -active=yes -op1=Close -raiseobject=no -shadow=no -model=model_28098,1 -name=Big door - -// 2521 -[loc_2521] -ambient=25 -contrast=25 -active=yes -op1=Close -raiseobject=no -shadow=no -model=model_28098,1 -name=Big door - -// 2522 -[loc_2522] -width=2 -length=3 -op1=Walk-down -forceapproach=north -ambient=25 -contrast=20 -recolhsl1s=6666 -recolhsl1d=7440 -recolhsl2s=6669 -recolhsl2d=7444 -recolhsl3s=6672 -recolhsl3d=7448 -recol4s=7330 -recol4d=9477 -recolhsl5s=6676 -recolhsl5d=7456 -model=model_37274 -name=Spooky stairs - -// 2523 -[loc_2523] -width=2 -length=2 -op1=Walk-up -forceapproach=south -ambient=25 -contrast=20 -recolhsl1s=5545 -recolhsl1d=7448 -recol2s=19945 -recol2d=9477 -recolhsl3s=6466 -recolhsl3d=7456 -recolhsl4s=65054 -recolhsl4d=7440 -recolhsl5s=65061 -recolhsl5d=7444 -model=model_37175 -name=Spooky stairs - -// 2524 -[loc_2524] -blockwalk=yes -op1=Open -forceapproach=east -offsetx=8 -ambient=25 -contrast=15 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -model=model_18994 -name=Wardrobe - -// 2525 -[loc_2525] -blockwalk=yes -op1=Search -op2=Close -forceapproach=east -offsetx=8 -ambient=25 -contrast=15 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -recol4s=6342 -recol4d=4228 -model=model_18992 -name=Wardrobe - -// 2526 -[loc_2526] -active=yes -op1=Open -recol1s=4226 -recol1d=7399 -recol2s=5283 -recol2d=8456 -recol3s=6340 -recol3d=10504 -recol4s=7397 -recol4d=12618 -model=model_27252,1 -name=Door - -// 2527 -[loc_2527] -active=yes -recol1s=4226 -recol1d=5285 -recol2s=5283 -recol2d=7399 -recol3s=6340 -recol3d=10504 -recol4s=7397 -recol4d=12618 -model=model_27252,1 -name=Door - -// 2528 -[loc_2528] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2529 -[loc_2529] -active=yes -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2530 -[loc_2530] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=5784 -recolhsl1d=7444 -recolhsl2s=5660 -recolhsl2d=7448 -recol3s=12548 -recol3d=9477 -recolhsl4s=5541 -recolhsl4d=7456 -recolhsl5s=5281 -recolhsl5d=7179 -recolhsl6s=5161 -recolhsl6d=35881 -model=model_8232 -name=Barrel - -// 2531 -[loc_2531] -active=yes -blockwalk=no -hardshadow=no -model=model_11448 -name=Mud patch - -// 2532 -[loc_2532] -active=yes -blockwalk=no -multivar=varplayerbit_1785 -multiloc=0,loc_11418 -multiloc=1,loc_11417 - -// 2533 -[loc_2533] -length=2 -ambient=25 -contrast=15 -op1=Climb -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=9444 -recol4s=11594 -recol4d=10501 -model=model_37321 -name=Mud pile - -// 2534 -[loc_2534] -active=yes -op1=Open -recol1s=6342 -recol1d=11458 -retex1s=material_2 -retex1d=material_0 -model=model_3197,1 -name=Door - -// 2535 -[loc_2535] -length=2 -op1=Climb-down -sharelight=yes -forceapproach=west -msi=msi_7 -model=model_36838 -name=Staircase - -// 2536 -[loc_2536] -length=3 -op1=Climb-up -sharelight=yes -forceapproach=north -msi=msi_7 -model=model_36835 -name=Staircase - -// 2537 -[loc_2537] -active=yes -op1=Open -recolhsl1s=6038 -recolhsl1d=9484 -recolhsl2s=7064 -recolhsl2d=9488 -recolhsl3s=6940 -recolhsl3d=9492 -recolhsl4s=6945 -recolhsl4d=9496 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2538 -[loc_2538] -active=yes -recolhsl1s=6038 -recolhsl1d=9484 -recolhsl2s=7064 -recolhsl2d=9488 -recolhsl3s=6940 -recolhsl3d=9492 -recolhsl4s=6945 -recolhsl4d=9496 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2539 -[loc_2539] -width=2 -length=2 -op1=Walk-up -model=model_1237 -name=Stairs - -// 2540 -[loc_2540] -op1=Walk-down -model=model_1287 -name=Stairs - -// 2541 -[loc_2541] -op1=Open -mirror=yes -model=model_11450 -name=Sewer pipe - -// 2542 -[loc_2542] -width=2 -op1=Climb-up -sharelight=yes -ambient=10 -contrast=15 -model=model_37356 -name=Pipe - -// 2543 -[loc_2543] -op1=Open -hillskew=yes -shadow=no -model=model_1507 -name=Manhole - -// 2544 -[loc_2544] -op1=Climb-down -shadow=no -hardshadow=no -recol1s=13675 -recol1d=10504 -model=model_1543 -name=Manhole - -// 2545 -[loc_2545] -op1=Close -shadow=no -model=model_36833 -name=Manhole cover - -// 2546 -[loc_2546] -ambient=25 -contrast=15 -mirror=yes -op1=Open -recolhsl1s=8844 -recolhsl1d=7440 -recolhsl2s=6682 -recolhsl2d=7448 -recolhsl3s=7089 -recolhsl3d=7179 -recolhsl4s=6969 -recolhsl4d=7184 -model=model_25086,1 -name=Door - -// 2547 -[loc_2547] -ambient=25 -contrast=15 -mirror=yes -op1=Close -recolhsl1s=8844 -recolhsl1d=7440 -recolhsl2s=6682 -recolhsl2d=7448 -recolhsl3s=7089 -recolhsl3d=7179 -recolhsl4s=6969 -recolhsl4d=7184 -model=model_25086,1 -name=Door - -// 2548 -[loc_2548] -ambient=25 -contrast=15 -op1=Open -recolhsl1s=8844 -recolhsl1d=7440 -recolhsl2s=6682 -recolhsl2d=7448 -recolhsl3s=7089 -recolhsl3d=7179 -recolhsl4s=6969 -recolhsl4d=7184 -model=model_25086,1 -name=Door - -// 2549 -[loc_2549] -ambient=25 -contrast=15 -op1=Close -recolhsl1s=8844 -recolhsl1d=7440 -recolhsl2s=6682 -recolhsl2d=7448 -recolhsl3s=7089 -recolhsl3d=7179 -recolhsl4s=6969 -recolhsl4d=7184 -model=model_25086,1 -name=Door - -// 2550 -[loc_2550] -active=yes -op1=Open -op2=Pick-lock -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2551 -[loc_2551] -active=yes -op1=Open -op2=Pick-lock -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2552 -[loc_2552] -active=yes -op1=Open -op2=Pick-lock -ambient=25 -contrast=15 -mirror=yes -model=model_27252,1 -name=Gate - -// 2553 -[loc_2553] -active=yes -op1=Open -op2=Pick-lock -ambient=25 -contrast=15 -model=model_27252,1 -name=Gate - -// 2554 -[loc_2554] -active=yes -op1=Open -op2=Pick-lock -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2555 -[loc_2555] -active=yes -op1=Open -op2=Pick-lock -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Door - -// 2556 -[loc_2556] -active=yes -op1=Open -op2=Pick-lock -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2557 -[loc_2557] -active=yes -op1=Open -op2=Pick-lock -recol1s=6342 -recol1d=11458 -retex1s=material_2 -retex1d=material_45 -model=model_609,1 -name=Door - -// 2558 -[loc_2558] -active=yes -op1=Open -op2=Pick-lock -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2559 -[loc_2559] -active=yes -op1=Open -op2=Pick-lock -ambient=25 -contrast=15 -mirror=yes -model=model_37698,1 -name=Door - -// 2560 -[loc_2560] -width=2 -length=2 -op2=Steal-from -model=model_1421 -model2=model_1485 -name=Silk stall - -// 2561 -[loc_2561] -width=2 -length=2 -op2=Steal-from -model=model_1421 -model2=model_1445 -name=Baker's stall - -// 2562 -[loc_2562] -width=2 -length=2 -op2=Steal-from -model=model_1421 -model2=model_1524 -name=Gem stall - -// 2563 -[loc_2563] -width=2 -length=2 -op2=Steal-from -model=model_1421 -model2=model_1456 -name=Fur stall - -// 2564 -[loc_2564] -width=2 -length=2 -op2=Steal-from -model=model_1421 -model2=model_1484 -name=Spice stall - -// 2565 -[loc_2565] -width=2 -length=2 -op2=Steal-from -model=model_1421 -model2=model_1493 -name=Silver stall - -// 2566 -[loc_2566] -active=yes -op1=Open -op2=Search for traps -forceapproach=north -model=model_32110 -name=Chest - -// 2567 -[loc_2567] -active=yes -op1=Open -op2=Search for traps -forceapproach=north -model=model_32110 -name=Chest - -// 2568 -[loc_2568] -active=yes -op1=Open -op2=Search for traps -forceapproach=north -retex1s=material_22 -retex1d=material_63 -model=model_32110 -name=Chest - -// 2569 -[loc_2569] -active=yes -op1=Open -op2=Search for traps -forceapproach=north -model=model_32110 -name=Chest - -// 2570 -[loc_2570] -active=yes -op1=Open -op2=Search for traps -forceapproach=north -ambient=25 -contrast=15 -model=model_32110 -name=Chest - -// 2571 -[loc_2571] -active=yes -op1=Open -op2=Search for traps -forceapproach=north -ambient=25 -contrast=15 -model=model_32110 -name=Chest - -// 2572 -[loc_2572] -active=yes -op1=Open -op2=Search for traps -forceapproach=north -model=model_32110 -name=Chest - -// 2573 -[loc_2573] -active=yes -op1=Open -op2=Search for traps -forceapproach=north -model=model_32110 -name=Chest - -// 2574 -[loc_2574] -active=no -forceapproach=north -ambient=25 -contrast=15 -model=model_32139 - -// 2575 -[loc_2575] -hillskew=yes -op2=Search -op3=hidden -recol1s=1634 -recol1d=1537 -recol2s=26528 -recol2d=31616 -model=model_1654 -name=Marshy jungle vine - -// 2576 -[loc_2576] -hillskew=yes -recol1s=26528 -recol1d=1634 -model=model_1654 -name=Marshy jungle vine - -// 2577 -[loc_2577] -width=2 -length=2 -msi=msi_5 -op2=Search -model=model_41171 -name=Palm tree - -// 2578 -[loc_2578] -width=2 -length=2 -msi=msi_5 -model=model_41170 -name=Palm tree - -// 2579 -[loc_2579] -msi=msi_5 -hillskew=yes -op2=Search -recol1s=13505 -recol1d=6241 -recol2s=15618 -recol2d=8352 -model=model_1065 -name=Scorched earth - -// 2580 -[loc_2580] -msi=msi_5 -hillskew=yes -recol1s=13505 -recol1d=6241 -recol2s=15618 -recol2d=8352 -model=model_1065 -name=Scorched earth - -// 2581 -[loc_2581] -msi=msi_12 -op2=Search -model=model_1388 -name=Rock - -// 2582 -[loc_2582] -msi=msi_12 -model=model_1388 -name=Rock - -// 2583 -[loc_2583] -contrast=20 -ambient=15 -active=yes -op2=Search -op3=hidden -model=model_37986,Q -name=Fungus covered Cavern wall - -// 2584 -[loc_2584] -width=2 -length=2 -hillskew=yes -occlude=yes -op2=Search -hardshadow=no -ambient=5 -contrast=5 -recol1s=16776 -recol1d=27406 -model=model_830 -name=Rocks - -// 2585 -[loc_2585] -active=yes -op1=Climb -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=yes -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_37348 -name=Hand holds - -// 2586 -[loc_2586] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=32480 -model=model_11025 -model2=model_11024 -name=Rocks - -// 2587 -[loc_2587] -op1=Open -forceapproach=north -model=model_32110 -name=Chest - -// 2588 -[loc_2588] -op1=Search -op2=Close -forceapproach=north -model=model_32139 -name=Chest - -// 2589 -[loc_2589] -active=yes -op1=Repair -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=5313 -recol6d=13571 -model=model_9466 -name=Hole - -// 2590 -[loc_2590] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=west -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5294 -name=Ladder - -// 2591 -[loc_2591] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1215 -name=Ladder - -// 2592 -[loc_2592] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1895 -name=Ladder - -// 2593 -[loc_2593] -sharelight=yes -active=yes -op1=Cross -model=model_1844 -name=Gangplank - -// 2594 -[loc_2594] -sharelight=yes -active=yes -op1=Cross -model=model_1844 -name=Gangplank - -// 2595 -[loc_2595] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2596 -[loc_2596] -active=yes -op1=Open -recol1s=14626 -recol1d=13443 -recol2s=13569 -recol2d=12386 -recol3s=12512 -recol3d=11329 -recol4s=11456 -recol4d=10272 -model=model_9476,1 -model=model_9477,5 -name=Red door - -// 2597 -[loc_2597] -active=yes -op1=Open -recol1s=14626 -recol1d=28128 -recol2s=13569 -recol2d=26048 -recol3s=12512 -recol3d=24992 -recol4s=11456 -recol4d=23936 -model=model_9476,1 -model=model_9477,5 -name=Orange door - -// 2598 -[loc_2598] -active=yes -op1=Open -recol1s=14626 -recol1d=24298 -recol2s=13569 -recol2d=24296 -recol3s=12512 -recol3d=22184 -recol4s=11456 -recol4d=21127 -model=model_9476,1 -model=model_9477,5 -name=Yellow door - -// 2599 -[loc_2599] -ambient=25 -contrast=15 -active=yes -op1=Open -recolhsl1s=8848 -recolhsl1d=41374 -recolhsl2s=8600 -recolhsl2d=41381 -model=model_37555,1 -name=Blue door - -// 2600 -[loc_2600] -ambient=25 -contrast=15 -active=yes -op1=Open -recolhsl1s=8848 -recolhsl1d=48409 -recolhsl2s=8600 -recolhsl2d=48417 -model=model_37555,1 -name=Magenta door - -// 2601 -[loc_2601] -ambient=25 -contrast=15 -active=yes -op1=Open -recolhsl1s=8848 -recolhsl1d=22927 -recolhsl2s=8600 -recolhsl2d=22936 -model=model_37555,1 -name=Green door - -// 2602 -[loc_2602] -active=yes -op1=Open -ambient=25 -contrast=15 -model=model_37555,1 -name=Exit door - -// 2603 -[loc_2603] -ambient=25 -contrast=15 -op1=Open -forceapproach=north -model=model_32110 -name=Chest - -// 2604 -[loc_2604] -ambient=25 -contrast=15 -op1=Search -op2=Close -forceapproach=north -model=model_32139 -name=Chest - -// 2605 -[loc_2605] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1231 -name=Ladder - -// 2606 -[loc_2606] -active=yes -op1=Open -ambient=25 -contrast=15 -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -retex1s=material_2 -retex1d=material_23 -model=model_26468,1 -name=Wall - -// 2607 -[loc_2607] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=32480 -model=model_11026 -model2=model_11024 -name=Rocks - -// 2608 -[loc_2608] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=32480 -model=model_11027 -model2=model_11024 -name=Rocks - -// 2609 -[loc_2609] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=32480 -model=model_3184 -name=Rocks - -// 2610 -[loc_2610] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=32480 -model=model_3183 -name=Rocks - -// 2611 -[loc_2611] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=32480 -model=model_3195 -name=Rocks - -// 2612 -[loc_2612] -length=2 -op1=Open -forceapproach=east -blockwalk=no -model=model_2245 -name=Cupboard - -// 2613 -[loc_2613] -length=2 -op1=Search -op2=Close -forceapproach=east -blockwalk=yes -raiseobject=no -model=model_2243 -name=Cupboard - -// 2614 -[loc_2614] -width=2 -length=2 -op1=Open -model=model_35897 -name=Coffin - -// 2615 -[loc_2615] -width=2 -length=2 -op1=Search -op2=Close -model=model_11207 -name=Coffin - -// 2616 -[loc_2616] -width=2 -length=3 -op1=Walk-down -model=model_1952 -name=Stairs - -// 2617 -[loc_2617] -width=2 -length=3 -op1=Walk-up -model=model_1940 -name=Stairs - -// 2618 -[loc_2618] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_34116,A -model=model_34120,S -model=model_34119,F -model=model_34117,G -model=model_34118,H - -// 2619 -[loc_2619] -ambient=25 -op1=Search -blockrange=no -recol1s=4194 -recol1d=10273 -recol2s=13605 -recol2d=12613 -recol3s=12548 -recol3d=11556 -recol4s=11491 -recol4d=10499 -recol5s=10434 -recol5d=9442 -recol6s=7297 -recol6d=8385 -model=model_8232 -name=Barrel - -// 2620 -[loc_2620] -op1=Search -ambient=20 -blockrange=no -recol1s=14695 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -model=model_7685 -name=Crate - -// 2621 -[loc_2621] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2622 -[loc_2622] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2623 -[loc_2623] -hillskew=yes -active=yes -active=yes -op1=Open -ambient=25 -contrast=15 -model=model_27252,1 -name=Gate - -// 2624 -[loc_2624] -active=yes -op1=Open -recol1s=6342 -recol1d=11458 -retex1s=material_2 -retex1d=material_45 -model=model_639,1 -name=Door - -// 2625 -[loc_2625] -active=yes -op1=Open -mirror=yes -recol1s=6342 -recol1d=11458 -retex1s=material_2 -retex1d=material_45 -model=model_639,1 -name=Door - -// 2626 -[loc_2626] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2627 -[loc_2627] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2628 -[loc_2628] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2629 -[loc_2629] -op1=Push -model=model_678,1 -model=model_679,2 -model=model_636,3 -model=model_637,4 -model=model_638,5 -name=Wall - -// 2630 -[loc_2630] -anim=seq_525 -ambient=100 -contrast=100 -shadow=no -op1=Bait -op3=hidden -hardshadow=no -model=model_2331 -name=Fishing spot - -// 2631 -[loc_2631] -active=yes -active=yes -op1=Open -model=model_609,1 -name=Door - -// 2632 -[loc_2632] -op1=Open -forceapproach=north -model=model_1249 -name=Chest - -// 2633 -[loc_2633] -op1=Search -op2=Close -forceapproach=north -model=model_1226 -name=Chest - -// 2634 -[loc_2634] -width=2 -length=2 -op1=Investigate -op2=Mine -msi=msi_12 -hillskew=yes -model=model_818 -name=Rock slide - -// 2635 -[loc_2635] -length=2 -op1=Open -forceapproach=east -model=model_2245 -name=Cupboard - -// 2636 -[loc_2636] -length=2 -op1=Search -op2=Shut -forceapproach=east -model=model_2243 -name=Cupboard - -// 2637 -[loc_2637] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -blockrange=no -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 2638 -[loc_2638] -active=yes -op1=Climb-down -msi=msi_7 -model=model_35852 -name=Ladder - -// 2639 -[loc_2639] -width=2 -length=2 -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 2640 -[loc_2640] -width=2 -op1=Pray-at -ambient=25 -contrast=15 -recol1s=8355 -recol1d=9377 -recol2s=11492 -recol2d=12548 -recol3s=21142 -recol3d=32562 -model=model_12372 -model2=model_12379 -name=Altar - -// 2641 -[loc_2641] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -ambient=25 -contrast=15 -recol1s=16708 -recol1d=14662 -recol2s=12514 -recol2d=12548 -recol3s=11457 -recol3d=9377 -model=model_5187 -name=Ladder - -// 2642 -[loc_2642] -forceapproach=east -model=model_1179 -name=Potter's Wheel - -// 2643 -[loc_2643] -length=2 -forceapproach=east -op1=Fire -bgsound=synth_2065,3 -model=model_1184 -name=Pottery Oven - -// 2644 -[loc_2644] -forceapproach=south -op2=Spin -model=model_2248 -name=Spinning wheel - -// 2645 -[loc_2645] -width=2 -length=2 -model=model_10722 -name=Sand pit - -// 2646 -[loc_2646] -op2=Pick -msi=msi_32 -blockwalk=no -model=model_1668 -name=Flax - -// 2647 -[loc_2647] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Guild Door - -// 2648 -[loc_2648] -sharelight=yes -model=model_1240,0 - -// 2649 -[loc_2649] -sharelight=yes -model=model_1282,0 - -// 2650 -[loc_2650] -width=4 -contrast=25 -ambient=30 -op1=Search -model=model_27483 -model2=model_27492 -model3=model_27480 -name=Table - -// 2651 -[loc_2651] -active=no -contrast=25 -ambient=30 -blockwalk=yes -model=model_27433 - -// 2652 -[loc_2652] -width=7 -length=7 -model=model_29620 -name=Tropical tree - -// 2653 -[loc_2653] -contrast=25 -ambient=30 -model=model_27437,0 - -// 2654 -[loc_2654] -anim=seq_6023 -width=2 -length=2 -ambient=20 -bgsound=synth_2151,5 -msi=msi_8 -op2=Investigate -model=model_24520 -model2=model_24521 -name=Sinclair family fountain - -// 2655 -[loc_2655] -op2=Investigate -offsetz=-16 -model=model_2036 -name=Sinclair family crest - -// 2656 -[loc_2656] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=12582 -recol3s=12548 -recol3d=15719 -recol4s=11491 -recol4d=10468 -recol5s=10434 -recol5d=12582 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Anna's barrel - -// 2657 -[loc_2657] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=12582 -recol5s=10434 -recol5d=10468 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Bob's barrel - -// 2658 -[loc_2658] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=12582 -recol3s=12548 -recol3d=15719 -recol4s=11491 -recol4d=10468 -recol5s=10434 -recol5d=12582 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Carol's barrel - -// 2659 -[loc_2659] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=10468 -recol5s=10434 -recol5d=12582 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=David's barrel - -// 2660 -[loc_2660] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=12582 -recol5s=10434 -recol5d=10468 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Elizabeth's barrel - -// 2661 -[loc_2661] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=10468 -recol5s=10434 -recol5d=12582 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Frank's barrel - -// 2662 -[loc_2662] -contrast=25 -ambient=30 -model=model_27426,0 - -// 2663 -[loc_2663] -op2=Investigate -model=model_1482 -name=Sacks - -// 2664 -[loc_2664] -op1=Investigate -contrast=15 -ambient=20 -recol1s=12480 -recol1d=11525 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Sturdy wooden gate - -// 2665 -[loc_2665] -mirror=yes -op1=Investigate -contrast=15 -ambient=20 -recol1s=12480 -recol1d=11525 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Sturdy wooden gate - -// 2666 -[loc_2666] -contrast=25 -ambient=30 -model=model_27421,0 - -// 2667 -[loc_2667] -length=2 -op1=Look at -op2=Use -model=model_1778 -name=Winch - -// 2668 -[loc_2668] -op1=Look at -op2=Use -model=model_1779 -name=Winch bucket - -// 2669 -[loc_2669] -hillskew=yes -forcedecor=yes -model=model_4074,0 - -// 2670 -[loc_2670] -msi=msi_4 -op1=Cut -ambient=45 -hillchange=tree_skew,35 -model=model_1580 -name=Kharidian cactus (Healthy) - -// 2671 -[loc_2671] -msi=msi_4 -ambient=45 -recol1s=320 -recol1d=384 -model=model_1604 -name=Kharidian cactus (Dry) - -// 2672 -[loc_2672] -op1=Use -model=model_1251 -name=An experimental anvil - -// 2673 -[loc_2673] -active=yes -op1=Open -op2=Search -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2674 -[loc_2674] -mirror=yes -active=yes -op1=Open -op2=Search -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2675 -[loc_2675] -op1=Open -op2=Watch -model=model_639,1 -name=Mine door entrance - -// 2676 -[loc_2676] -mirror=yes -op1=Open -op2=Watch -model=model_639,1 -name=Mine door entrance - -// 2677 -[loc_2677] -op1=Open -forceapproach=south -ambient=15 -recol1s=22131 -recol1d=17931 -recol2s=17903 -recol2d=16874 -recol3s=13675 -recol3d=15783 -recol4s=8456 -recol4d=12646 -recol5s=6342 -recol5d=10532 -model=model_12146 -name=Chest - -// 2678 -[loc_2678] -ambient=15 -length=2 -op2=Search -recol1s=12548 -recol1d=17865 -recol2s=11522 -recol2d=16808 -recol3s=10434 -recol3d=15751 -recol4s=11491 -recol4d=14694 -recol5s=32763 -recol5d=27308 -model=model_9501 -name=Bookcase - -// 2679 -[loc_2679] -active=yes -multivar=varplayerbit_2801 -multiloc=0,loc_18869 -multiloc=1,loc_18870 - -// 2680 -[loc_2680] -op1=Look-in -op2=Search -ambient=20 -blockrange=no -recol1s=13605 -recol1d=23080 -recol2s=12548 -recol2d=22023 -recol3s=11491 -recol3d=19911 -recol4s=10434 -recol4d=19909 -recol5s=7297 -recol5d=17797 -model=model_8232 -model2=model_19285 -name=Barrel - -// 2681 -[loc_2681] -op1=Look in -op2=Search -ambient=20 -blockrange=no -recol1s=13605 -recol1d=23080 -recol2s=12548 -recol2d=22023 -recol3s=11491 -recol3d=19911 -recol4s=10434 -recol4d=19909 -recol5s=7297 -recol5d=17797 -model=model_14087 -name=Barrel - -// 2682 -[loc_2682] -forceapproach=north -active=yes -width=2 -length=3 -multivar=varplayerbit_2809 -multiloc=0,loc_18958 -multiloc=1,loc_18959 - -// 2683 -[loc_2683] -ambient=10 -active=yes -op2=Search -model=model_2045,Q -name=Window - -// 2684 -[loc_2684] -op1=Look at -op2=Search -model=model_1398 -name=Mine Cart - -// 2685 -[loc_2685] -active=yes -op1=Open -op2=Search -model=model_19288,1 -name=Gate - -// 2686 -[loc_2686] -mirror=yes -active=yes -op1=Open -op2=Search -model=model_19288,1 -name=Gate - -// 2687 -[loc_2687] -active=yes -op1=Open -op2=Search -model=model_19288,1 -name=Gate - -// 2688 -[loc_2688] -mirror=yes -active=yes -op1=Open -op2=Search -model=model_19288,1 -name=Gate - -// 2689 -[loc_2689] -op1=Open -active=yes -model=model_609,1 -name=Prison door - -// 2690 -[loc_2690] -op1=Open -recol1s=12515 -recol1d=9444 -recol2s=11458 -recol2d=7330 -recol3s=7330 -recol3d=11558 -recol4s=16740 -recol4d=11558 -recol5s=32454 -recol5d=11558 -recol6s=23010 -recol6d=7296 -model=model_639,1 -name=Mine door entrance - -// 2691 -[loc_2691] -mirror=yes -op1=Open -recol1s=12515 -recol1d=9444 -recol2s=11458 -recol2d=7330 -recol3s=7330 -recol3d=11558 -recol4s=16740 -recol4d=11558 -recol5s=32454 -recol5d=11558 -recol6s=23010 -recol6d=7296 -model=model_639,1 -name=Mine door entrance - -// 2692 -[loc_2692] -op1=Open -model=model_609,1 -name=Prison door - -// 2693 -[loc_2693] -op1=Open -forceapproach=north -model=model_29641 -name=Shantay chest - -// 2694 -[loc_2694] -op2=Climb-to -blockrange=no -recol1s=6342 -recol1d=16772 -model=model_1391 -name=Rock - -// 2695 -[loc_2695] -op2=Climb-to -blockrange=no -recol1s=6342 -recol1d=16772 -model=model_1388 -name=Rock - -// 2696 -[loc_2696] -op2=Climb-to -blockrange=no -recol1s=6342 -recol1d=16772 -model=model_1391 -name=Rock - -// 2697 -[loc_2697] -op2=Climb down -blockrange=no -recol1s=6342 -recol1d=16772 -model=model_1388 -name=Rock - -// 2698 -[loc_2698] -sharelight=yes -hillskew=yes -op1=Walk through -model=model_19291,1 -name=Mine cave - -// 2699 -[loc_2699] -sharelight=yes -hillskew=yes -mirror=yes -op1=Walk through -model=model_19291,1 -name=Mine cave - -// 2700 -[loc_2700] -active=yes -op1=Walk-through -recol1s=14400 -recol1d=14732 -recol2s=17504 -recol2d=16878 -model=model_884,1 -model=model_885,5 -name=Tent door - -// 2701 -[loc_2701] -recol1s=14400 -recol1d=14732 -recol2s=17504 -recol2d=16878 -model=model_879,1 -model=model_880,5 - -// 2702 -[loc_2702] -width=3 -active=yes -op1=Look at -op2=Search -shadow=no -model=model_1744 -name=Tracks - -// 2703 -[loc_2703] -width=3 -active=yes -op1=Look at -op2=Search -shadow=no -model=model_1744 -name=Tracks - -// 2704 -[loc_2704] -op1=Mine -op2=Prospect -op3=hidden -recol1s=16909 -recol1d=10504 -recol2s=6342 -recol2d=7400 -model=model_3184 -name=Rocks - -// 2705 -[loc_2705] -active=yes -op1=Open -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Door - -// 2706 -[loc_2706] -active=yes -op1=Open -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Door - -// 2707 -[loc_2707] -op2=Investigate -ambient=25 -contrast=15 -recolhsl1s=6682 -recolhsl1d=7440 -recolhsl2s=6806 -recolhsl2d=7444 -recolhsl3s=6558 -recolhsl3d=7448 -recol4s=12581 -recol4d=9477 -recolhsl5s=6439 -recolhsl5d=7456 -recolhsl6s=6443 -recolhsl6d=7460 -model=model_7685 -name=Crate - -// 2708 -[loc_2708] -op2=Investigate -ambient=25 -contrast=15 -recolhsl1s=6682 -recolhsl1d=7440 -recolhsl2s=6806 -recolhsl2d=7444 -recolhsl3s=6558 -recolhsl3d=7448 -recol4s=12581 -recol4d=9477 -recolhsl5s=6439 -recolhsl5d=7456 -recolhsl6s=6443 -recolhsl6d=7460 -model=model_7700 -name=Crate - -// 2709 -[loc_2709] -op1=Open -forceapproach=south -ambient=25 -contrast=15 -recolhsl1s=6682 -recolhsl1d=7448 -recolhsl2s=6443 -recolhsl2d=7456 -model=model_12150 -name=Chest - -// 2710 -[loc_2710] -op1=Search -op2=Close -forceapproach=south -ambient=25 -contrast=15 -recolhsl1s=6682 -recolhsl1d=7448 -recolhsl2s=6443 -recolhsl2d=7456 -model=model_12151 -name=Chest - -// 2711 -[loc_2711] -width=2 -length=2 -op1=Climb-up -op2=Investigate -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -model=model_12553 -name=Stairs - -// 2712 -[loc_2712] -ambient=25 -active=yes -op1=Open -raiseobject=no -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2713 -[loc_2713] -width=2 -model=model_1379 -name=Hopper - -// 2714 -[loc_2714] -width=2 -forceapproach=north -model=model_1379 -name=Hopper - -// 2715 -[loc_2715] -anim=seq_6561 -op5=Remove -blockwalk=no -width=2 -length=2 -model=model_26258 -name=Hellhound - -// 2716 -[loc_2716] -width=2 -forceapproach=north -model=model_1379 -name=Hopper - -// 2717 -[loc_2717] -width=2 -forceapproach=north -model=model_1379 -name=Hopper - -// 2718 -[loc_2718] -op1=Operate -forceapproach=north -model=model_1381 -name=Hopper controls - -// 2719 -[loc_2719] -sharelight=yes -ambient=25 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9412 -recol2d=11556 -recol3s=6241 -recol3d=9442 -model=model_25882,1 - -// 2720 -[loc_2720] -op1=Operate -forceapproach=north -model=model_1381 -name=Hopper controls - -// 2721 -[loc_2721] -op1=Operate -forceapproach=north -model=model_1381 -name=Hopper controls - -// 2722 -[loc_2722] -model=model_1382 -name=Hopper controls - -// 2723 -[loc_2723] -model=model_1260 -name=Kebab - -// 2724 -[loc_2724] -anim=seq_477 -bgsound=synth_2198,5 -model=model_2249 -name=Fireplace - -// 2725 -[loc_2725] -length=3 -anim=seq_478 -bgsound=synth_2066,5 -retex1s=material_335 -retex1d=material_70 -retex2s=material_361 -retex2d=material_108 -model=model_35866 -name=Fireplace - -// 2726 -[loc_2726] -length=3 -anim=seq_478 -bgsound=synth_2066,5 -retex1s=material_335 -retex1d=material_69 -model=model_35866 -name=Fireplace - -// 2727 -[loc_2727] -anim=seq_477 -bgsound=synth_2200,5 -model=model_2250 -name=Cooking pot - -// 2728 -[loc_2728] -length=2 -forceapproach=east -bgsound=synth_2065,5 -retex1s=material_214 -retex1d=material_91 -model=model_1219 -name=Range - -// 2729 -[loc_2729] -bgsound=synth_2065,5 -model=model_1219 -name=Range - -// 2730 -[loc_2730] -bgsound=synth_2065,5 -model=model_1219 -name=Range - -// 2731 -[loc_2731] -bgsound=synth_2065,5 -model=model_1219 -name=Range - -// 2732 -[loc_2732] -anim=seq_475 -blockwalk=no -ambient=75 -contrast=75 -bgsound=synth_2065,5 -hardshadow=no -model=model_2260 -name=Fire - -// 2733 -[loc_2733] -forcedecor=yes -mapfunction=0 -model=model_1105,0 - -// 2734 -[loc_2734] -forcedecor=yes -mapfunction=1 -model=model_1105,0 - -// 2735 -[loc_2735] -forcedecor=yes -mapfunction=2 -model=model_1105,0 - -// 2736 -[loc_2736] -forcedecor=yes -mapfunction=3 -model=model_1105,0 - -// 2737 -[loc_2737] -forcedecor=yes -mapfunction=4 -model=model_1105,0 - -// 2738 -[loc_2738] -forcedecor=yes -mapfunction=5 -model=model_1105,0 - -// 2739 -[loc_2739] -forcedecor=yes -mapfunction=6 -model=model_1105,0 - -// 2740 -[loc_2740] -forcedecor=yes -mapfunction=7 -model=model_1105,0 - -// 2741 -[loc_2741] -forcedecor=yes -mapfunction=8 -model=model_1105,0 - -// 2742 -[loc_2742] -forcedecor=yes -mapfunction=9 -model=model_1105,0 - -// 2743 -[loc_2743] -forcedecor=yes -mapfunction=10 -blockwalk=no -model=model_1105,0 - -// 2744 -[loc_2744] -forcedecor=yes -mapfunction=11 -model=model_1105,0 - -// 2745 -[loc_2745] -forcedecor=yes -mapfunction=12 -model=model_1105,0 - -// 2746 -[loc_2746] -forcedecor=yes -mapfunction=13 -model=model_1105,0 - -// 2747 -[loc_2747] -forcedecor=yes -mapfunction=14 -model=model_1105,0 - -// 2748 -[loc_2748] -forcedecor=yes -mapfunction=15 -model=model_1105,0 - -// 2749 -[loc_2749] -forcedecor=yes -mapfunction=16 -model=model_1105,0 - -// 2750 -[loc_2750] -forcedecor=yes -mapfunction=17 -model=model_1105,0 - -// 2751 -[loc_2751] -forcedecor=yes -mapfunction=18 -model=model_1105,0 - -// 2752 -[loc_2752] -forcedecor=yes -mapfunction=19 -model=model_1105,0 - -// 2753 -[loc_2753] -forcedecor=yes -mapfunction=20 -model=model_1105,0 - -// 2754 -[loc_2754] -forcedecor=yes -mapfunction=21 -model=model_1105,0 - -// 2755 -[loc_2755] -forcedecor=yes -mapfunction=22 -model=model_1105,0 - -// 2756 -[loc_2756] -forcedecor=yes -mapfunction=23 -model=model_1105,0 - -// 2757 -[loc_2757] -forcedecor=yes -mapfunction=24 -model=model_1105,0 - -// 2758 -[loc_2758] -forcedecor=yes -mapfunction=25 -model=model_1105,0 - -// 2759 -[loc_2759] -forcedecor=yes -mapfunction=26 -blockwalk=no -model=model_1105,0 - -// 2760 -[loc_2760] -forcedecor=yes -mapfunction=27 -model=model_1105,0 - -// 2761 -[loc_2761] -forcedecor=yes -mapfunction=28 -model=model_1105,0 - -// 2762 -[loc_2762] -forcedecor=yes -mapfunction=29 -model=model_1105,0 - -// 2763 -[loc_2763] -forcedecor=yes -mapfunction=30 -model=model_1105,0 - -// 2764 -[loc_2764] -forcedecor=yes -mapfunction=31 -model=model_1105,0 - -// 2765 -[loc_2765] -forcedecor=yes -mapfunction=32 -model=model_1105,0 - -// 2766 -[loc_2766] -forcedecor=yes -mapfunction=33 -model=model_1105,0 - -// 2767 -[loc_2767] -forcedecor=yes -mapfunction=34 -model=model_1105,0 - -// 2768 -[loc_2768] -forcedecor=yes -mapfunction=35 -model=model_1105,0 - -// 2769 -[loc_2769] -forcedecor=yes -mapfunction=36 -model=model_1105,0 - -// 2770 -[loc_2770] -forcedecor=yes -mapfunction=37 -model=model_1105,0 - -// 2771 -[loc_2771] -forcedecor=yes -mapfunction=39 -model=model_1105,0 - -// 2772 -[loc_2772] -forcedecor=yes -mapfunction=40 -model=model_1105,0 - -// 2773 -[loc_2773] -forcedecor=yes -mapfunction=41 -model=model_1105,0 - -// 2774 -[loc_2774] -forcedecor=yes -mapfunction=42 -model=model_1105,0 - -// 2775 -[loc_2775] -forcedecor=yes -mapfunction=43 -model=model_1105,0 - -// 2776 -[loc_2776] -forcedecor=yes -mapfunction=44 -model=model_1105,0 - -// 2777 -[loc_2777] -forcedecor=yes -mapfunction=45 -model=model_1105,0 - -// 2778 -[loc_2778] -forcedecor=yes -mapfunction=46 -model=model_1105,0 - -// 2779 -[loc_2779] -forcedecor=yes -mapfunction=47 -model=model_1105,0 - -// 2780 -[loc_2780] -forcedecor=yes -mapfunction=48 -model=model_1105,0 - -// 2781 -[loc_2781] -anim=seq_1223 -sharelight=yes -forcedecor=yes -length=4 -ambient=15 -contrast=15 -model=model_32221 -name=Catapult - -// 2782 -[loc_2782] -forceapproach=north -model=model_1251 -name=Anvil - -// 2783 -[loc_2783] -model=model_1251 -name=Anvil - -// 2784 -[loc_2784] -active=yes -model=model_2125,Q -name=Blacksmith's tools - -// 2785 -[loc_2785] -sharelight=yes -active=no -model=model_1281 - -// 2786 -[loc_2786] -op1=Open -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 -name=City gate - -// 2787 -[loc_2787] -op1=Open -mirror=yes -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 -name=City gate - -// 2788 -[loc_2788] -op1=Open -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 -name=City gate - -// 2789 -[loc_2789] -op1=Open -mirror=yes -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 -name=City gate - -// 2790 -[loc_2790] -active=yes -op1=Open -forceapproach=north -model=model_1249 -name=Chest - -// 2791 -[loc_2791] -width=2 -active=yes -model=model_17324 -name=Counter - -// 2792 -[loc_2792] -width=2 -active=yes -op1=Steal-from -model=model_17324 -name=Counter - -// 2793 -[loc_2793] -width=2 -active=yes -op1=Steal-from -model=model_17324 -model2=model_20323 -name=Counter - -// 2794 -[loc_2794] -op1=Pull -active=yes -model=model_20334 -name=Lever - -// 2795 -[loc_2795] -op1=Pull -active=yes -model=model_20335 -name=Lever - -// 2796 -[loc_2796] -ambient=25 -op1=Climb-up -msi=msi_7 -recol1s=20935 -recol1d=13638 -recol2s=18821 -recol2d=11558 -model=model_4312 -name=Ladder - -// 2797 -[loc_2797] -ambient=25 -op1=Climb-down -msi=msi_7 -recol1s=20935 -recol1d=13638 -recol2s=18821 -recol2d=11558 -model=model_4315 -name=Ladder - -// 2798 -[loc_2798] -op1=Search -msi=msi_9 -blockwalk=yes -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 2799 -[loc_2799] -op1=Search -msi=msi_9 -blockwalk=yes -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 2800 -[loc_2800] -op1=Search -msi=msi_9 -blockwalk=yes -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 2801 -[loc_2801] -op1=Search -msi=msi_9 -blockwalk=yes -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 2802 -[loc_2802] -op1=Search -msi=msi_9 -blockwalk=yes -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 2803 -[loc_2803] -op1=Search -msi=msi_9 -blockwalk=yes -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 2804 -[loc_2804] -width=4 -length=2 -op1=Enter -active=yes -model=model_20333 -name=Cave entrance - -// 2805 -[loc_2805] -width=4 -length=2 -op1=Enter -offsety=30 -model=model_20333 -name=Cave entrance - -// 2806 -[loc_2806] -width=4 -length=2 -op1=Enter -retex1s=material_66 -retex1d=material_65 -model=model_20333 -name=Cave entrance - -// 2807 -[loc_2807] -width=4 -length=2 -op1=Enter -model=model_20333 -name=Cave entrance - -// 2808 -[loc_2808] -width=4 -length=2 -op1=Enter -model=model_20333 -name=Cave entrance - -// 2809 -[loc_2809] -width=4 -length=2 -op1=Enter -model=model_20333 -name=Cave entrance - -// 2810 -[loc_2810] -width=4 -length=2 -op1=Enter -model=model_20333 -name=Cave entrance - -// 2811 -[loc_2811] -width=2 -length=2 -op1=Enter -model=model_20321 -name=Cave entrance - -// 2812 -[loc_2812] -op1=Climb-down -msi=msi_7 -model=model_1203 -name=Ladder - -// 2813 -[loc_2813] -width=4 -length=2 -op1=Enter -model=model_20333 -name=Cave entrance - -// 2814 -[loc_2814] -sharelight=yes -op1=Open -ambient=25 -contrast=15 -model=model_37678,1 -name=Gate - -// 2815 -[loc_2815] -sharelight=yes -op1=Open -ambient=25 -contrast=15 -mirror=yes -model=model_37678,1 -name=Gate - -// 2816 -[loc_2816] -width=2 -length=2 -msi=msi_11 -op1=Prospect -op2=Mine -hillchange=tree_skew,32 -ambient=25 -contrast=15 -model=model_37335 -name=Rock of Dalgroth - -// 2817 -[loc_2817] -sharelight=yes -op1=Leave -hillskew=yes -ambient=25 -contrast=15 -model=model_37684 -name=Cave exit - -// 2818 -[loc_2818] -sharelight=yes -op1=Leave -hillskew=yes -ambient=25 -contrast=15 -model=model_37684 -name=Cave exit - -// 2819 -[loc_2819] -sharelight=yes -op1=Leave -hillskew=yes -ambient=25 -contrast=15 -model=model_37684 -name=Cave exit - -// 2820 -[loc_2820] -sharelight=yes -op1=Leave -hillskew=yes -ambient=25 -contrast=15 -model=model_37684 -name=Cave exit - -// 2821 -[loc_2821] -sharelight=yes -op1=Leave -hillskew=yes -ambient=25 -contrast=15 -model=model_37684 -name=Cave exit - -// 2822 -[loc_2822] -sharelight=yes -op1=Leave -hillskew=yes -ambient=25 -contrast=15 -model=model_37684 -name=Cave exit - -// 2823 -[loc_2823] -op1=Climb-down -model=model_1464 -name=Hole - -// 2824 -[loc_2824] -model=model_1464 -name=Hole - -// 2825 -[loc_2825] -model=model_1487 -name=Climbing rope - -// 2826 -[loc_2826] -active=yes -op1=Open -forceapproach=north -model=model_1249 -name=Chest - -// 2827 -[loc_2827] -active=yes -op1=Open -forceapproach=north -model=model_1249 -name=Chest - -// 2828 -[loc_2828] -op1=Close -forceapproach=north -active=no -model=model_1226 - -// 2829 -[loc_2829] -active=no -op1=Close -forceapproach=north -model=model_1226 - -// 2830 -[loc_2830] -op1=Jump-over -blockwalk=no -model=model_20330 -name=Gap - -// 2831 -[loc_2831] -op1=Jump-over -blockwalk=no -model=model_20330 -name=Gap - -// 2832 -[loc_2832] -active=yes -op1=Climb-over -blockrange=no -model=model_3345 -name=Battlement - -// 2833 -[loc_2833] -ambient=25 -op1=Climb-up -msi=msi_7 -recol1s=20935 -recol1d=13638 -recol2s=18821 -recol2d=11558 -model=model_4312 -name=Ladder - -// 2834 -[loc_2834] -op1=Cross -active=yes -ambient=10 -blockwalk=yes -model=model_20329,0 -name=Broken Bridge - -// 2835 -[loc_2835] -op1=Search -ambient=25 -contrast=15 -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11799 -name=Rock - -// 2836 -[loc_2836] -op1=Search -model=model_1391 -name=Rock - -// 2837 -[loc_2837] -op1=Search -ambient=25 -contrast=15 -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11798 -name=Rock - -// 2838 -[loc_2838] -active=no -recol1s=22292 -recol1d=4755 -model=model_1811 - -// 2839 -[loc_2839] -active=no -recol1s=22292 -recol1d=28448 -model=model_1811 - -// 2840 -[loc_2840] -active=no -recol1s=22292 -recol1d=32063 -model=model_1811 - -// 2841 -[loc_2841] -width=2 -length=2 -contrast=15 -ambient=20 -recol1s=7329 -recol1d=9509 -recol2s=20933 -recol2d=12647 -recol3s=15857 -recol3d=8453 -recol4s=17931 -recol4d=14793 -model=model_27404 -name=Bed - -// 2842 -[loc_2842] -anim=seq_446 -length=2 -model=model_11877 -name=Magical shield - -// 2843 -[loc_2843] -op2=Investigate -bgsound=synth_3079,3 -ambient=35 -contrast=25 -recol1s=12718 -recol1d=8455 -recol2s=9547 -recol2d=10569 -recol3s=8490 -recol3d=7398 -model=model_35612,Q -name=Sinclair mansion drain - -// 2844 -[loc_2844] -active=yes -op1=Turn-left -op2=Turn-right -model=model_1746 -name=Sewer valve - -// 2845 -[loc_2845] -active=yes -op1=Turn-left -op2=Turn-right -model=model_1746 -name=Sewer valve - -// 2846 -[loc_2846] -active=yes -op1=Turn-left -op2=Turn-right -model=model_1746 -name=Sewer valve - -// 2847 -[loc_2847] -active=yes -op1=Turn-left -op2=Turn-right -model=model_1746 -name=Sewer valve - -// 2848 -[loc_2848] -active=yes -op1=Turn-left -op2=Turn-right -model=model_1746 -name=Sewer valve - -// 2849 -[loc_2849] -length=2 -active=yes -op1=Board -ambient=25 -contrast=15 -model=model_37307 -name=Raft - -// 2850 -[loc_2850] -op1=Open -blockwalk=yes -ambient=25 -contrast=15 -length=3 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -model=model_19021 -name=Wardrobe - -// 2851 -[loc_2851] -op1=Search -op2=Shut -blockwalk=yes -ambient=25 -contrast=15 -length=3 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -recol4s=6342 -recol4d=4228 -model=model_19026 -name=Wardrobe - -// 2852 -[loc_2852] -width=4 -length=4 -active=yes -op1=Enter -model=model_732 -name=Cave entrance - -// 2853 -[loc_2853] -width=3 -length=4 -op1=Climb-up -ambient=25 -contrast=15 -model=model_37487 -name=Stairs - -// 2854 -[loc_2854] -sharelight=yes -hillskew=yes -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 2855 -[loc_2855] -sharelight=yes -hillskew=yes -active=no -active=no -retex1s=material_69 -retex1d=material_72 -model=model_827,1 -model=model_828,2 -model=model_829,5 - -// 2856 -[loc_2856] -op1=Open -forceapproach=south -ambient=25 -contrast=15 -recolhsl1s=6682 -recolhsl1d=7448 -recolhsl2s=6443 -recolhsl2d=7456 -model=model_12150 -name=Chest - -// 2857 -[loc_2857] -op1=Search -op2=Close -forceapproach=south -ambient=25 -contrast=15 -recolhsl1s=6682 -recolhsl1d=7448 -recolhsl2s=6443 -recolhsl2d=7456 -model=model_12151 -name=Chest - -// 2858 -[loc_2858] -op1=Search -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6682 -recolhsl1d=7440 -recolhsl2s=6806 -recolhsl2d=7444 -recolhsl3s=6558 -recolhsl3d=7448 -recol4s=12581 -recol4d=9477 -recolhsl5s=6439 -recolhsl5d=7456 -recolhsl6s=6443 -recolhsl6d=7460 -model=model_7685 -name=Crate - -// 2859 -[loc_2859] -ambient=25 -contrast=15 -width=2 -forceapproach=south -bgsound=synth_2199,5 -resizex=100 -resizez=100 -resizey=100 -recol1s=16909 -recol1d=6342 -recol2s=15852 -recol2d=4228 -model=model_22943 -name=Cooking range - -// 2860 -[loc_2860] -width=3 -active=yes -ambient=25 -contrast=15 -model=model_37344 -name=Hazeel's coffin - -// 2861 -[loc_2861] -active=yes -op1=Open -contrast=15 -ambient=25 -recol1s=10499 -recol1d=10501 -recol2s=11556 -recol2d=11558 -recol3s=9442 -recol3d=9444 -recol4s=8385 -recol4d=8387 -model=model_15236,1 -name=Door - -// 2862 -[loc_2862] -active=yes -op1=Open -contrast=15 -ambient=25 -recol1s=10499 -recol1d=10501 -recol2s=11556 -recol2d=11558 -recol3s=9442 -recol3d=9444 -recol4s=8385 -recol4d=8387 -model=model_26063,1 -name=Door - -// 2863 -[loc_2863] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 2864 -[loc_2864] -width=2 -length=2 -msi=msi_8 -op2=Check -bgsound=synth_2150,3 -model=model_1497 -name=Fountain - -// 2865 -[loc_2865] -active=yes -op1=Open -mirror=yes -model=model_27252,1 -name=Gate - -// 2866 -[loc_2866] -active=yes -op1=Open -model=model_27252,1 -name=Gate - -// 2867 -[loc_2867] -active=yes -op1=Look-under -model=model_1590 -name=Potted plant - -// 2868 -[loc_2868] -length=2 -op1=Open -forceapproach=east -ambient=25 -contrast=15 -model=model_2245 -name=Cupboard - -// 2869 -[loc_2869] -length=2 -op1=Search -op2=Shut -forceapproach=east -ambient=25 -contrast=15 -model=model_2243 -name=Cupboard - -// 2870 -[loc_2870] -active=yes -blockwalk=no -multivar=varplayerbit_3712 -multiloc=0,loc_15518 -multiloc=1,loc_15519 - -// 2871 -[loc_2871] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=11491 -recol1d=8456 -recol2s=10434 -recol2d=7399 -recol3s=9377 -recol3d=6342 -recol4s=8320 -recol4d=5285 -recol5s=7264 -recol5d=4228 -recol6s=6208 -recol6d=3171 -model=model_1203 -name=Ladder - -// 2872 -[loc_2872] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 2873 -[loc_2873] -op1=Pray at -forceapproach=south -model=model_1488 -name=Statue of Saradomin - -// 2874 -[loc_2874] -op1=Pray at -forceapproach=south -model=model_1400 -name=Statue of Zamorak - -// 2875 -[loc_2875] -op1=Pray at -forceapproach=south -model=model_3662 -name=Statue of Guthix - -// 2876 -[loc_2876] -width=2 -recol1s=10400 -recol1d=10504 -model=model_723 -name=Counter - -// 2877 -[loc_2877] -model=model_1235 -name=Barrel - -// 2878 -[loc_2878] -length=3 -width=3 -op1=Step-into -resizex=196 -resizez=196 -bgsound=synth_2149,3 -model=model_691 -name=Sparkling pool - -// 2879 -[loc_2879] -length=3 -width=3 -op1=Step-into -resizex=196 -resizez=196 -bgsound=synth_2149,3 -model=model_691 -name=Sparkling pool - -// 2880 -[loc_2880] -ambient=100 -contrast=100 -active=yes -op1=Walk-through -model=model_2161,1 -name=Mystic portal - -// 2881 -[loc_2881] -op1=Open -model=model_609,1 -name=Prison Door - -// 2882 -[loc_2882] -op1=Open -op4=Pay-toll(10gp) -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2883 -[loc_2883] -op1=Open -op4=Pay-toll(10gp) -mirror=yes -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 2884 -[loc_2884] -active=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -model=model_1208 -name=Ladder - -// 2885 -[loc_2885] -forceapproach=east -op1=Open -recol1s=11491 -recol1d=12513 -recol2s=6241 -recol2d=7297 -recol3s=9377 -recol3d=11457 -model=model_43955 -name=Cupboard - -// 2886 -[loc_2886] -op2=Search -op3=Shut -forceapproach=east -recol1s=11491 -recol1d=12513 -recol2s=6241 -recol2d=7297 -recol3s=9377 -recol3d=11457 -model=model_43963 -name=Open Cupboard - -// 2887 -[loc_2887] -ambient=40 -resizex=164 -resizey=164 -resizez=164 -width=2 -length=2 -op1=Chop-down -op3=hidden -msi=msi_5 -blockwalk=yes -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7298 -model=model_1701 -name=Jungle Tree - -// 2888 -[loc_2888] -width=3 -length=2 -msi=msi_5 -model=model_1593 -name=Jungle Palm - -// 2889 -[loc_2889] -ambient=40 -op1=Chop-down -op3=hidden -msi=msi_5 -blockwalk=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7298 -model=model_1701 -name=Jungle Tree - -// 2890 -[loc_2890] -width=2 -length=2 -op1=Chop-down -op3=hidden -msi=msi_5 -blockwalk=no -model=model_1702 -name=Jungle Tree - -// 2891 -[loc_2891] -msi=msi_5 -blockwalk=no -recol1s=4194 -recol1d=5218 -model=model_1573 -name=Tree stump - -// 2892 -[loc_2892] -op1=Chop-down -op3=hidden -msi=msi_5 -blockwalk=no -model=model_1618 -name=Jungle Bush - -// 2893 -[loc_2893] -op1=Chop-down -op3=hidden -msi=msi_5 -blockwalk=no -recol1s=6528 -recol1d=1730 -model=model_1618 -name=Jungle Bush - -// 2894 -[loc_2894] -msi=msi_5 -blockwalk=no -recol1s=6528 -recol1d=1730 -model=model_1613 -name=Slashed bush - -// 2895 -[loc_2895] -msi=msi_5 -blockwalk=no -recol1s=6528 -recol1d=1730 -model=model_1613 -name=Slashed bush - -// 2896 -[loc_2896] -active=yes -op1=Open -mirror=yes -recol1s=5249 -recol1d=8352 -recol2s=10467 -recol2d=12513 -model=model_25086,1 -name=Legends Guild door - -// 2897 -[loc_2897] -active=yes -op1=Open -recol1s=5249 -recol1d=8352 -recol2s=10467 -recol2d=12513 -model=model_25086,1 -name=Legends Guild door - -// 2898 -[loc_2898] -mirror=yes -recol1s=5249 -recol1d=8352 -recol2s=10467 -recol2d=12513 -model=model_25086,1 - -// 2899 -[loc_2899] -recol1s=5249 -recol1d=8352 -recol2s=10467 -recol2d=12513 -model=model_25086,1 - -// 2900 -[loc_2900] -width=2 -length=2 -contrast=15 -ambient=20 -mirror=yes -recol1s=7329 -recol1d=9509 -recol2s=20933 -recol2d=12647 -recol3s=15857 -recol3d=8453 -recol4s=17931 -recol4d=14793 -model=model_27404 -name=Bed - -// 2901 -[loc_2901] -anim=seq_6913 -blockwalk=no -ambient=10 -contrast=10 -op1=Talk-to -recol1s=29419 -recol1d=17698 -recol2s=11525 -recol2d=8354 -model=model_27126 -name=Sir Palomedes - -// 2902 -[loc_2902] -op1=Search -msi=msi_12 -model=model_1388 -name=Rocks - -// 2903 -[loc_2903] -sharelight=yes -hillskew=yes -op1=Walk through -model=model_832,1 -name=Cave entrance - -// 2904 -[loc_2904] -sharelight=yes -hillskew=yes -mirror=yes -op1=Walk through -model=model_832,1 -name=Cave entrance - -// 2905 -[loc_2905] -ambient=25 -contrast=15 -op1=Look -op2=Search -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33997 -name=Crate - -// 2906 -[loc_2906] -op1=Look-at -op2=Search -model=model_1224 -name=Table - -// 2907 -[loc_2907] -width=2 -length=3 -op2=Search -ambient=25 -contrast=15 -recolhsl1s=21778 -recolhsl1d=656 -recolhsl2s=21782 -recolhsl2d=785 -recolhsl3s=21658 -recolhsl3d=660 -model=model_36454 -name=Bed - -// 2908 -[loc_2908] -anim=seq_9593 -ambient=64 -contrast=12 -op1=Touch -op2=Investigate -msi=msi_15 -hardshadow=no -blockrange=no -model=model_38087,1 -model=model_38089,2 -model=model_38090,4 -model=model_38083,5 -name=Fire Wall - -// 2909 -[loc_2909] -anim=seq_9593 -ambient=64 -contrast=12 -op1=Touch -op2=Investigate -msi=msi_15 -hardshadow=no -blockrange=no -model=model_38087,1 -model=model_38089,2 -model=model_38090,4 -model=model_38083,5 -name=Fire Wall - -// 2910 -[loc_2910] -op1=Look -op2=Search -model=model_1224 -name=Desk - -// 2911 -[loc_2911] -length=2 -op1=Look -op2=Search -forceapproach=east -model=model_1275 -name=Bookcase - -// 2912 -[loc_2912] -active=yes -op1=Open -op2=Search -ambient=25 -contrast=15 -model=model_40751,1 -name=Ancient Gate - -// 2913 -[loc_2913] -active=yes -op1=Open -op2=Search -ambient=25 -contrast=15 -model=model_40750,1 -name=Ancient Gate - -// 2914 -[loc_2914] -ambient=25 -contrast=15 -model=model_40751,1 - -// 2915 -[loc_2915] -ambient=25 -contrast=15 -model=model_40750,1 - -// 2916 -[loc_2916] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=6438 -model=model_11025 -model2=model_11024 -name=Rocks - -// 2917 -[loc_2917] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_37618,1 -model=model_37711,5 - -// 2918 -[loc_2918] -sharelight=yes -hillskew=yes -op1=Look-at -op2=Search -ambient=25 -contrast=15 -model=model_37618,1 -model=model_37711,5 -name=Crevice - -// 2919 -[loc_2919] -width=2 -length=2 -msi=msi_11 -op1=Smash-to-bits -recol1s=7329 -recol1d=7296 -model=model_685 -name=Boulder - -// 2920 -[loc_2920] -width=2 -length=2 -msi=msi_11 -op1=Smash-to-bits -recol1s=7329 -recol1d=7296 -model=model_685 -name=Boulder - -// 2921 -[loc_2921] -width=2 -length=2 -msi=msi_11 -op1=Smash-to-bits -recol1s=7329 -recol1d=7296 -model=model_685 -name=Boulder - -// 2922 -[loc_2922] -active=yes -op1=Open -ambient=25 -contrast=15 -model=model_37609,1 -name=Ancient Gate - -// 2923 -[loc_2923] -active=yes -op1=Open -ambient=25 -contrast=15 -mirror=yes -model=model_37609,1 -name=Ancient Gate - -// 2924 -[loc_2924] -active=yes -ambient=25 -contrast=15 -model=model_37609,1 -name=Ancient Gate - -// 2925 -[loc_2925] -active=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37609,1 -name=Ancient Gate - -// 2926 -[loc_2926] -sharelight=yes -hillskew=yes -op1=Look -op2=Jump-over -ambient=25 -contrast=15 -model=model_37913,1 -name=Jagged wall - -// 2927 -[loc_2927] -sharelight=yes -occlude=yes -ambient=25 -contrast=15 -hillskew=yes -op1=Use -op2=Search -model=model_37693,5 -name=Marked wall - -// 2928 -[loc_2928] -op1=Look -op2=Search -ambient=25 -contrast=15 -hillskew=yes -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37433 -name=Carved rock - -// 2929 -[loc_2929] -op1=Search -model=model_1045 -name=Buried skeleton - -// 2930 -[loc_2930] -active=yes -length=2 -width=2 -op1=Open -op2=Search -model=model_1823 -name=Ancient Gate - -// 2931 -[loc_2931] -active=yes -length=2 -width=2 -model=model_1780 -name=Ancient Gate - -// 2932 -[loc_2932] -ambient=25 -contrast=15 -op1=Smash -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_37454 -name=Barrel - -// 2933 -[loc_2933] -anim=seq_449 -blockwalk=no -active=no -model=model_11875 - -// 2934 -[loc_2934] -width=4 -length=5 -op1=Search -ambient=25 -contrast=15 -hillskew=yes -model=model_37260 -name=Winch - -// 2935 -[loc_2935] -width=4 -length=5 -op1=Climb-down -ambient=25 -contrast=15 -hillskew=yes -model=model_37484 -name=Winch - -// 2936 -[loc_2936] -op1=Look -recolhsl1s=64409 -recolhsl1d=9306 -recolhsl2s=6681 -recolhsl2d=6686 -recolhsl3s=6685 -recolhsl3d=6690 -model=model_41151 -name=Totem Pole - -// 2937 -[loc_2937] -op1=Look -recolhsl1s=64409 -recolhsl1d=3980 -recolhsl2s=10162 -recolhsl2d=64405 -recolhsl3s=6681 -recolhsl3d=6677 -recolhsl4s=6685 -recolhsl4d=6681 -model=model_41151 -name=Totem Pole - -// 2938 -[loc_2938] -op1=Look -resizey=116 -resizex=116 -resizez=116 -model=model_41151 -name=Totem Pole - -// 2939 -[loc_2939] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_41162 -name=Rift - -// 2940 -[loc_2940] -width=2 -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_1210 -name=Table - -// 2941 -[loc_2941] -shadow=no -hillskew=yes -op1=Look -model=model_1491 -name=Sacred water - -// 2942 -[loc_2942] -width=2 -length=2 -op1=Look -op2=Investigate -msi=msi_8 -bgsound=synth_2171,3 -model=model_1435 -name=Water Pool - -// 2943 -[loc_2943] -width=2 -length=2 -op1=Look -bgsound=synth_2171,3 -retex1s=material_1 -retex1d=material_32 -model=model_1435 -name=Polluted water - -// 2944 -[loc_2944] -blockwalk=no -op1=Look -op2=Search -model=model_1674 -name=Tall Reeds - -// 2945 -[loc_2945] -width=3 -length=3 -blockwalk=no -model=model_1707 -name=Yommi tree baby - -// 2946 -[loc_2946] -resizex=64 -resizey=64 -resizez=64 -width=3 -length=3 -blockwalk=no -model=model_1818 -name=Yommi tree sapling - -// 2947 -[loc_2947] -resizex=64 -resizey=64 -resizez=64 -width=3 -length=3 -blockwalk=no -recol1s=13672 -recol1d=16898 -recol2s=16840 -recol2d=16898 -model=model_1818 -name=Dead Yommi sapling - -// 2948 -[loc_2948] -width=3 -length=3 -blockwalk=no -model=model_1818 -name=Adult Yommi tree - -// 2949 -[loc_2949] -width=3 -length=3 -blockwalk=no -recol1s=13672 -recol1d=16898 -recol2s=16840 -recol2d=16898 -model=model_1818 -name=Dead Yommi - -// 2950 -[loc_2950] -width=3 -length=3 -blockwalk=no -model=model_1770 -name=Felled Yommi tree - -// 2951 -[loc_2951] -width=3 -length=3 -blockwalk=no -recol1s=13672 -recol1d=16898 -recol2s=16840 -recol2d=16898 -model=model_1770 -name=Rotten Yommi - -// 2952 -[loc_2952] -width=3 -length=3 -blockwalk=no -model=model_1741 -name=Trimmed Yommi - -// 2953 -[loc_2953] -width=3 -length=3 -blockwalk=no -recol1s=13672 -recol1d=16898 -recol2s=16840 -recol2d=16898 -model=model_1741 -name=Rotten Yommi tree - -// 2954 -[loc_2954] -op1=Lift -width=3 -length=3 -blockwalk=no -model=model_1789 -name=Totem pole - -// 2955 -[loc_2955] -width=3 -length=3 -blockwalk=no -recol1s=13672 -recol1d=16898 -recol2s=11591 -recol2d=20067 -model=model_1789 -name=Rotten Totem pole - -// 2956 -[loc_2956] -width=3 -length=3 -hillskew=yes -active=yes -blockwalk=no -model=model_1076 -name=Fertile Soil - -// 2957 -[loc_2957] -width=3 -length=3 -hillskew=yes -blockwalk=no -model=model_1076 -name=Damaged Earth - -// 2958 -[loc_2958] -op1=Climb -model=model_1487 -name=Climbing rope - -// 2959 -[loc_2959] -hillskew=yes -hillskew=yes -op1=Climb-over -model=model_1391 -name=Rocky Ledge - -// 2960 -[loc_2960] -hillskew=yes -op1=Climb-over -model=model_1391 -name=Rocky Ledge - -// 2961 -[loc_2961] -hillskew=yes -op1=Climb-over -model=model_1391 -name=Rocky Ledge - -// 2962 -[loc_2962] -hillskew=yes -op1=Climb-over -model=model_1391 -name=Rocks - -// 2963 -[loc_2963] -hillskew=yes -op1=Climb-over -model=model_1391 -name=Rocks - -// 2964 -[loc_2964] -hillskew=yes -op1=Climb-over -model=model_1391 -name=Rocks - -// 2965 -[loc_2965] -width=2 -length=2 -msi=msi_11 -op1=Search -recol1s=7488 -recol1d=32105 -model=model_2165 -name=Mossy rock - -// 2966 -[loc_2966] -width=3 -length=3 -forceapproach=east -op1=Look -op2=Search -bgsound=synth_2209,3 -recol1s=7329 -recol1d=6208 -model=model_748 -name=Furnace - -// 2967 -[loc_2967] -sharelight=yes -hillskew=yes -model=model_788,5 - -// 2968 -[loc_2968] -sharelight=yes -hillskew=yes -model=model_801,5 - -// 2969 -[loc_2969] -hillskew=yes -op1=Search -model=model_788,5 -name=Recess - -// 2970 -[loc_2970] -hillskew=yes -op1=Search -model=model_801,5 -name=Filled Recess - -// 2971 -[loc_2971] -active=yes -op1=Walk-through -op2=Look -model=model_584,1 -name=Shimmering field - -// 2972 -[loc_2972] -width=2 -length=2 -msi=msi_11 -op1=Smash-to-bits -model=model_685 -name=Boulder - -// 2973 -[loc_2973] -width=2 -length=2 -msi=msi_11 -op1=Smash-to-bits -model=model_685 -name=Boulder - -// 2974 -[loc_2974] -width=2 -length=2 -msi=msi_11 -op1=Smash-to-bits -model=model_685 -name=Boulder - -// 2975 -[loc_2975] -msi=msi_0 -op1=Shake -model=model_1676 -name=Leafy Palm Tree - -// 2976 -[loc_2976] -msi=msi_0 -model=model_1676 -name=Leafy Palm Tree - -// 2977 -[loc_2977] -resizex=96 -resizey=96 -resizez=96 -msi=msi_12 -hillskew=yes -op1=Look -raiseobject=yes -blockwalk=yes -recol1s=6273 -recol1d=24200 -model=model_1465,8 -model=model_20043,0 -name=Sand - -// 2978 -[loc_2978] -resizex=64 -resizey=64 -resizez=64 -blockwalk=no -hillskew=yes -op1=Look -raiseobject=yes -recol1s=6273 -recol1d=24200 -model=model_1465,8 -model=model_20043,0 -name=Sand - -// 2979 -[loc_2979] -resizex=32 -resizey=32 -resizez=32 -blockwalk=no -hillskew=yes -op1=Look -raiseobject=yes -recol1s=6273 -recol1d=24200 -model=model_1465,8 -model=model_20043,0 -name=Sand - -// 2980 -[loc_2980] -blockwalk=no -anim=seq_912 -model=model_237 -name=Flowers - -// 2981 -[loc_2981] -blockwalk=no -anim=seq_912 -recol1s=21017 -recol1d=25664 -recol2s=15990 -recol2d=25664 -recol3s=20503 -recol3d=25664 -model=model_237 -name=Flowers - -// 2982 -[loc_2982] -blockwalk=no -anim=seq_912 -recol1s=21017 -recol1d=1112 -recol2s=15990 -recol2d=1112 -recol3s=20503 -recol3d=1112 -model=model_237 -name=Flowers - -// 2983 -[loc_2983] -blockwalk=no -anim=seq_912 -recol1s=21017 -recol1d=32736 -recol2s=15990 -recol2d=32736 -recol3s=20503 -recol3d=32736 -model=model_237 -name=Flowers - -// 2984 -[loc_2984] -blockwalk=no -anim=seq_912 -recol1s=21017 -recol1d=21535 -recol2s=15990 -recol2d=21535 -recol3s=20503 -recol3d=21535 -model=model_237 -name=Flowers - -// 2985 -[loc_2985] -blockwalk=no -anim=seq_912 -recol1s=21017 -recol1d=29248 -recol2s=15990 -recol2d=29248 -recol3s=20503 -recol3d=29248 -model=model_237 -name=Flowers - -// 2986 -[loc_2986] -blockwalk=no -anim=seq_912 -recol1s=21017 -recol1d=25664 -recol2s=15990 -recol2d=1112 -recol3s=20503 -recol3d=32736 -model=model_237 -name=Flowers - -// 2987 -[loc_2987] -blockwalk=no -anim=seq_912 -recol1s=21017 -recol1d=32767 -recol2s=15990 -recol2d=32767 -recol3s=20503 -recol3d=32767 -model=model_237 -name=Flowers - -// 2988 -[loc_2988] -blockwalk=no -anim=seq_912 -recol1s=21017 -recol1d=0 -recol2s=15990 -recol2d=0 -recol3s=20503 -recol3d=0 -model=model_237 -name=Flowers - -// 2989 -[loc_2989] -op1=Check -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=16416 -recol1d=10338 -recol2s=17440 -recol2d=9281 -model=model_1638,0 -name=Vine - -// 2990 -[loc_2990] -op1=Check -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=16416 -recol1d=10338 -recol2s=17440 -recol2d=9281 -model=model_1631,0 -name=Vine - -// 2991 -[loc_2991] -op1=Check -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=16416 -recol1d=10338 -recol2s=17440 -recol2d=9281 -model=model_1664,0 -name=Vine - -// 2992 -[loc_2992] -op1=Check -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=16416 -recol1d=10338 -recol2s=17440 -recol2d=9281 -model=model_1587,0 -name=Vine - -// 2993 -[loc_2993] -op1=Check -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=16416 -recol1d=10338 -recol2s=17440 -recol2d=9281 -model=model_1585,0 -name=Vine - -// 2994 -[loc_2994] -op1=Check -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=16416 -recol1d=10338 -recol2s=17440 -recol2d=9281 -model=model_1708,0 -name=Vine - -// 2995 -[loc_2995] -op1=Open -model=model_1249 -name=Closed chest - -// 2996 -[loc_2996] -op1=Open -recol1s=11561 -recol1d=19008 -model=model_1249 -name=Closed chest - -// 2997 -[loc_2997] -active=yes -op1=Open -raiseobject=no -model=model_3197,1 -name=Door - -// 2998 -[loc_2998] -active=yes -op1=Close -raiseobject=no -model=model_3197,1 -name=Door - -// 2999 -[loc_2999] -sharelight=yes -active=no -model=model_3201 - -// 3000 -[loc_3000] -sharelight=yes -hillskew=yes -blockrange=no -model=model_1551 -name=Timber defence - -// 3001 -[loc_3001] -sharelight=yes -active=no -model=model_3202 - -// 3002 -[loc_3002] -sharelight=yes -active=no -model=model_3207 - -// 3003 -[loc_3003] -sharelight=yes -active=no -model=model_3203 - -// 3004 -[loc_3004] -sharelight=yes -active=no -model=model_3199 - -// 3005 -[loc_3005] -sharelight=yes -active=no -model=model_3204 - -// 3006 -[loc_3006] -sharelight=yes -active=no -model=model_3200 - -// 3007 -[loc_3007] -hillskew=yes -sharelight=yes -blockrange=no -model=model_3205,1 - -// 3008 -[loc_3008] -sharelight=yes -active=no -model=model_3210 - -// 3009 -[loc_3009] -sharelight=yes -active=no -model=model_658 - -// 3010 -[loc_3010] -sharelight=yes -active=no -model=model_3213 - -// 3011 -[loc_3011] -sharelight=yes -active=no -model=model_3211 - -// 3012 -[loc_3012] -sharelight=yes -active=no -model=model_3214 - -// 3013 -[loc_3013] -sharelight=yes -active=no -model=model_3209 - -// 3014 -[loc_3014] -active=yes -op1=Open -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3015 -[loc_3015] -active=yes -op1=Open -recol1s=12480 -recol1d=9445 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 3016 -[loc_3016] -active=yes -mirror=yes -op1=Open -recol1s=12480 -recol1d=9445 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 3017 -[loc_3017] -active=yes -op1=Open -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3018 -[loc_3018] -active=yes -op1=Open -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3019 -[loc_3019] -active=yes -op1=Open -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3020 -[loc_3020] -op1=Open -active=yes -mirror=yes -blockrange=no -model=model_27252,1 -name=Gate - -// 3021 -[loc_3021] -op1=Open -active=yes -blockrange=no -model=model_27252,1 -name=Gate - -// 3022 -[loc_3022] -op1=Open -active=yes -mirror=yes -blockrange=no -model=model_27252,1 -name=Gate - -// 3023 -[loc_3023] -op1=Open -active=yes -blockrange=no -model=model_27252,1 -name=Gate - -// 3024 -[loc_3024] -active=yes -op1=Open -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3025 -[loc_3025] -active=yes -op1=Open -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3026 -[loc_3026] -active=yes -op1=Open -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3027 -[loc_3027] -active=yes -op1=Open -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3028 -[loc_3028] -active=yes -op1=Climb-up -msi=msi_7 -model=model_37482 -name=Ladder - -// 3029 -[loc_3029] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=east -model=model_37176 -name=Ladder - -// 3030 -[loc_3030] -active=yes -op1=Climb-up -msi=msi_7 -model=model_37482 -name=Ladder - -// 3031 -[loc_3031] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=east -model=model_37176 -name=Ladder - -// 3032 -[loc_3032] -op1=Net -op3=hidden -anim=seq_9645 -model=model_36844 -name=Fishing spot - -// 3033 -[loc_3033] -width=2 -length=2 -msi=msi_0 -op1=Chop down -op3=hidden -hillchange=tree_skew,64 -model=model_1570 -name=Tree - -// 3034 -[loc_3034] -width=2 -length=2 -msi=msi_0 -op1=Chop down -op3=hidden -hillchange=tree_skew,64 -model=model_1637 -name=Tree - -// 3035 -[loc_3035] -width=2 -length=2 -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,64 -model=model_1715 -name=Tree - -// 3036 -[loc_3036] -width=2 -length=2 -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,64 -model=model_1716 -name=Tree - -// 3037 -[loc_3037] -width=3 -length=3 -op1=Chop down -op3=hidden -msi=msi_1 -hillchange=tree_skew,64 -model=model_1571 -name=Oak - -// 3038 -[loc_3038] -anim=seq_475 -blockwalk=no -ambient=75 -contrast=75 -bgsound=synth_2065,3 -hardshadow=no -model=model_2260 -name=Fire - -// 3039 -[loc_3039] -forceapproach=east -ambient=25 -contrast=15 -length=2 -op1=Use -bgsound=synth_2198,3 -recol1s=12618 -recol1d=16846 -recol2s=10504 -recol2d=12618 -recol3s=7399 -recol3d=8456 -model=model_12616 -name=Range - -// 3040 -[loc_3040] -length=2 -op1=Open -forceapproach=east -model=model_2245 -name=Cupboard - -// 3041 -[loc_3041] -length=2 -op1=Search -op2=Shut -forceapproach=east -model=model_2243 -name=Cupboard - -// 3042 -[loc_3042] -op1=Mine -op2=Prospect -recol1s=16909 -recol1d=7296 -recolhsl2s=24 -recolhsl2d=4037 -model=model_37432 -name=Rocks - -// 3043 -[loc_3043] -op1=Mine -op2=Prospect -recol1s=10504 -recol1d=7296 -recol2s=6342 -recol2d=21107 -model=model_37387 -name=Rocks - -// 3044 -[loc_3044] -width=2 -length=3 -active=yes -forceapproach=east -op1=Use -bgsound=synth_2208,3 -model=model_11546 -name=Furnace - -// 3045 -[loc_3045] -op1=Use -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5545 -recolhsl1d=5408 -recol2s=12548 -recol2d=9445 -recol3s=11523 -recol3d=8388 -recolhsl4s=5549 -recolhsl4d=5396 -recol5s=15718 -recol5d=5251 -model=model_11208 -name=Bank booth - -// 3046 -[loc_3046] -sharelight=yes -hillskew=yes -blockrange=no -model=model_1528 -name=Timber defence - -// 3047 -[loc_3047] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3245 - -// 3048 -[loc_3048] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3302 - -// 3049 -[loc_3049] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3265 - -// 3050 -[loc_3050] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3219 - -// 3051 -[loc_3051] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3267 - -// 3052 -[loc_3052] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3269 - -// 3053 -[loc_3053] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3249 - -// 3054 -[loc_3054] -sharelight=yes -active=no -ambient=30 -contrast=30 -mirror=yes -retex1s=material_532 -retex1d=material_70 -model=model_3295 - -// 3055 -[loc_3055] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3295 - -// 3056 -[loc_3056] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3299 - -// 3057 -[loc_3057] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3300 - -// 3058 -[loc_3058] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3266 - -// 3059 -[loc_3059] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3291 - -// 3060 -[loc_3060] -sharelight=yes -active=no -ambient=30 -contrast=30 -mirror=yes -retex1s=material_532 -retex1d=material_70 -model=model_3291 - -// 3061 -[loc_3061] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3226 - -// 3062 -[loc_3062] -sharelight=yes -active=no -ambient=30 -contrast=30 -mirror=yes -retex1s=material_532 -retex1d=material_70 -model=model_3226 - -// 3063 -[loc_3063] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3240 - -// 3064 -[loc_3064] -sharelight=yes -active=no -ambient=30 -contrast=30 -mirror=yes -retex1s=material_532 -retex1d=material_70 -model=model_3240 - -// 3065 -[loc_3065] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3304 - -// 3066 -[loc_3066] -sharelight=yes -active=no -ambient=30 -contrast=30 -mirror=yes -retex1s=material_532 -retex1d=material_70 -model=model_3304 - -// 3067 -[loc_3067] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3294 - -// 3068 -[loc_3068] -sharelight=yes -active=no -ambient=30 -contrast=30 -mirror=yes -retex1s=material_532 -retex1d=material_70 -model=model_3294 - -// 3069 -[loc_3069] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3296 - -// 3070 -[loc_3070] -sharelight=yes -active=no -ambient=30 -contrast=30 -mirror=yes -retex1s=material_532 -retex1d=material_70 -model=model_3296 - -// 3071 -[loc_3071] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3239 - -// 3072 -[loc_3072] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3241 - -// 3073 -[loc_3073] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3242 - -// 3074 -[loc_3074] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3243 - -// 3075 -[loc_3075] -sharelight=yes -active=no -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3277 - -// 3076 -[loc_3076] -sharelight=yes -active=no -mirror=yes -ambient=30 -contrast=30 -retex1s=material_532 -retex1d=material_70 -model=model_3245 - -// 3077 -[loc_3077] -forcedecor=yes -ambient=30 -contrast=30 -op5=Lean against -msi=msi_22 -blockrange=no -model=model_3286,1 -model=model_3287,2 -model=model_3288,5 -name=Wall - -// 3078 -[loc_3078] -forcedecor=yes -ambient=30 -contrast=30 -op5=Lean against -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3227,1 -name=Wall - -// 3079 -[loc_3079] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_3309,1 -name=Wall - -// 3080 -[loc_3080] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -active=no -msi=msi_22 -model=model_3236,1 - -// 3081 -[loc_3081] -forcedecor=yes -ambient=30 -contrast=30 -mirror=yes -active=no -msi=msi_22 -blockrange=no -model=model_3236,1 - -// 3082 -[loc_3082] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_3257,1 -name=Wall - -// 3083 -[loc_3083] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_3274,1 -name=Wall - -// 3084 -[loc_3084] -forcedecor=yes -ambient=30 -contrast=30 -msi=msi_22 -blockrange=no -model=model_3286,1 -model=model_3287,2 -model=model_3288,5 - -// 3085 -[loc_3085] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -msi=msi_22 -blockrange=no -model=model_3309,1 - -// 3086 -[loc_3086] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -msi=msi_22 -blockrange=no -model=model_3257,1 - -// 3087 -[loc_3087] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -msi=msi_22 -blockrange=no -model=model_3274,1 - -// 3088 -[loc_3088] -forcedecor=yes -ambient=30 -contrast=30 -msi=msi_22 -blockrange=no -model=model_3318,3 -model=model_3218,4 - -// 3089 -[loc_3089] -ambient=60 -contrast=60 -active=no -recol1s=9409 -recol1d=12580 -model=model_3276 - -// 3090 -[loc_3090] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=19783 -model=model_3278 - -// 3091 -[loc_3091] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=19783 -model=model_3229 - -// 3092 -[loc_3092] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=19783 -model=model_3250 - -// 3093 -[loc_3093] -ambient=60 -contrast=60 -mirror=yes -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=19783 -model=model_3250 - -// 3094 -[loc_3094] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=19783 -model=model_3251 - -// 3095 -[loc_3095] -ambient=60 -contrast=60 -mirror=yes -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=19783 -model=model_3251 - -// 3096 -[loc_3096] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=13742 -model=model_3278 - -// 3097 -[loc_3097] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=13742 -model=model_3229 - -// 3098 -[loc_3098] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=13742 -model=model_3250 - -// 3099 -[loc_3099] -ambient=60 -contrast=60 -mirror=yes -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=13742 -model=model_3250 - -// 3100 -[loc_3100] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=13742 -model=model_3251 - -// 3101 -[loc_3101] -ambient=60 -contrast=60 -mirror=yes -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=13742 -model=model_3251 - -// 3102 -[loc_3102] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=16078 -model=model_3278 - -// 3103 -[loc_3103] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=16078 -model=model_3229 - -// 3104 -[loc_3104] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=16078 -model=model_3250 - -// 3105 -[loc_3105] -ambient=60 -contrast=60 -mirror=yes -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=16078 -model=model_3250 - -// 3106 -[loc_3106] -ambient=60 -contrast=60 -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=16078 -model=model_3251 - -// 3107 -[loc_3107] -ambient=60 -contrast=60 -mirror=yes -length=2 -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=25260 -recol2d=16078 -model=model_3251 - -// 3108 -[loc_3108] -width=2 -ambient=60 -contrast=60 -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3321 -name=Entrance - -// 3109 -[loc_3109] -width=2 -ambient=60 -contrast=60 -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3320 -name=Entrance - -// 3110 -[loc_3110] -ambient=60 -contrast=60 -recol1s=9409 -recol1d=12580 -model=model_3233,Q - -// 3111 -[loc_3111] -width=2 -ambient=60 -contrast=60 -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3324 -name=Entrance - -// 3112 -[loc_3112] -width=2 -ambient=60 -contrast=60 -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3319 -name=Entrance - -// 3113 -[loc_3113] -width=2 -ambient=60 -contrast=60 -mirror=yes -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3324 -name=Entrance - -// 3114 -[loc_3114] -width=2 -ambient=60 -contrast=60 -mirror=yes -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3319 -name=Entrance - -// 3115 -[loc_3115] -active=no -model=model_3290,4 - -// 3116 -[loc_3116] -active=no -model=model_3303,4 - -// 3117 -[loc_3117] -active=no -model=model_3224,4 - -// 3118 -[loc_3118] -active=no -model=model_3234,4 - -// 3119 -[loc_3119] -active=no -model=model_3246,4 - -// 3120 -[loc_3120] -active=no -model=model_3268,4 - -// 3121 -[loc_3121] -active=no -model=model_3279,4 - -// 3122 -[loc_3122] -active=no -model=model_3238,4 - -// 3123 -[loc_3123] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -model=model_1089,0 - -// 3124 -[loc_3124] -sharelight=yes -hillskew=yes -msi=msi_46 -forcedecor=yes -active=no -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -model=model_1137,0 - -// 3125 -[loc_3125] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -recol3s=8353 -recol3d=13637 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 3126 -[loc_3126] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -recol3s=8353 -recol3d=13637 -model=model_3198,1 - -// 3127 -[loc_3127] -sharelight=yes -hillskew=yes -active=no -mirror=yes -blockrange=no -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -recol3s=8353 -recol3d=13637 -model=model_3198,1 - -// 3128 -[loc_3128] -active=no -blockwalk=no -sharelight=yes -model=model_3235 - -// 3129 -[loc_3129] -active=no -blockwalk=no -sharelight=yes -model=model_3283 - -// 3130 -[loc_3130] -active=no -blockwalk=no -sharelight=yes -model=model_3314 - -// 3131 -[loc_3131] -active=no -blockwalk=no -sharelight=yes -model=model_3307 - -// 3132 -[loc_3132] -active=no -blockwalk=no -sharelight=yes -model=model_3285 - -// 3133 -[loc_3133] -active=no -blockwalk=no -sharelight=yes -model=model_3231 - -// 3134 -[loc_3134] -active=no -blockwalk=no -sharelight=yes -model=model_3260 - -// 3135 -[loc_3135] -active=no -blockwalk=no -sharelight=yes -model=model_3258 - -// 3136 -[loc_3136] -active=no -blockwalk=no -sharelight=yes -model=model_3232 - -// 3137 -[loc_3137] -active=no -blockwalk=no -sharelight=yes -model=model_3282 - -// 3138 -[loc_3138] -active=no -blockwalk=no -sharelight=yes -model=model_3305 - -// 3139 -[loc_3139] -active=no -blockwalk=no -sharelight=yes -model=model_3306 - -// 3140 -[loc_3140] -active=no -blockwalk=no -sharelight=yes -model=model_3280 - -// 3141 -[loc_3141] -active=no -blockwalk=no -sharelight=yes -model=model_3230 - -// 3142 -[loc_3142] -active=no -blockwalk=no -sharelight=yes -model=model_3270 - -// 3143 -[loc_3143] -active=no -blockwalk=no -sharelight=yes -model=model_3259 - -// 3144 -[loc_3144] -mirror=yes -active=no -msi=msi_22 -model=model_3256,1 - -// 3145 -[loc_3145] -mirror=yes -active=no -msi=msi_22 -model=model_3275,1 - -// 3146 -[loc_3146] -ambient=15 -contrast=15 -active=no -wallwidth=32 -model=model_3297,1 -model=model_3298,5 - -// 3147 -[loc_3147] -ambient=15 -contrast=15 -active=no -model=model_3273 - -// 3148 -[loc_3148] -ambient=15 -contrast=15 -active=no -model=model_3263 - -// 3149 -[loc_3149] -ambient=15 -contrast=15 -mirror=yes -active=no -model=model_3263 - -// 3150 -[loc_3150] -ambient=15 -contrast=15 -active=no -model=model_3264 - -// 3151 -[loc_3151] -ambient=15 -contrast=15 -mirror=yes -active=no -model=model_3264 - -// 3152 -[loc_3152] -ambient=15 -contrast=15 -active=no -wallwidth=32 -model=model_3220,1 -model=model_3221,2 -model=model_3222,3 -model=model_3223,4 - -// 3153 -[loc_3153] -ambient=15 -contrast=15 -active=no -wallwidth=32 -model=model_3255,1 - -// 3154 -[loc_3154] -ambient=15 -contrast=15 -active=no -model=model_3254,1 - -// 3155 -[loc_3155] -ambient=15 -contrast=15 -mirror=yes -active=no -model=model_3254,1 - -// 3156 -[loc_3156] -ambient=15 -contrast=15 -active=no -blockrange=no -model=model_3228,1 - -// 3157 -[loc_3157] -ambient=15 -contrast=15 -mirror=yes -active=no -blockrange=no -model=model_3228,1 - -// 3158 -[loc_3158] -ambient=15 -contrast=15 -active=no -model=model_3284 - -// 3159 -[loc_3159] -length=2 -ambient=15 -contrast=15 -recol1s=8456 -recol1d=20117 -recol2s=26311 -recol2d=14799 -model=model_1256 -name=Bed - -// 3160 -[loc_3160] -ambient=15 -contrast=15 -active=no -blockrange=no -model=model_3315,1 - -// 3161 -[loc_3161] -mirror=yes -ambient=15 -contrast=15 -active=no -blockrange=no -model=model_3315,1 - -// 3162 -[loc_3162] -ambient=15 -contrast=15 -active=no -blockrange=no -model=model_3252,1 - -// 3163 -[loc_3163] -blockwalk=no -active=no -model=model_3308 - -// 3164 -[loc_3164] -mirror=yes -blockwalk=no -active=no -model=model_3308 - -// 3165 -[loc_3165] -width=2 -length=3 -hillskew=yes -sharelight=yes -active=no -model=model_3262 - -// 3166 -[loc_3166] -width=2 -length=3 -hillskew=yes -sharelight=yes -mirror=yes -active=no -model=model_3262 - -// 3167 -[loc_3167] -ambient=15 -contrast=15 -active=no -model=model_3312,1 -model=model_3313,3 -model=model_3310,0 - -// 3168 -[loc_3168] -ambient=15 -contrast=15 -active=no -model=model_3316,1 -model=model_3317,2 - -// 3169 -[loc_3169] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=22059 -recol2s=15618 -recol2d=25196 -recol3s=14594 -recol3d=23116 -model=model_1124,0 - -// 3170 -[loc_3170] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=22059 -recol2s=15618 -recol2d=25196 -recol3s=14594 -recol3d=23116 -model=model_1139,0 - -// 3171 -[loc_3171] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=22059 -recol2s=15618 -recol2d=25196 -recol3s=14594 -recol3d=23116 -model=model_1032,0 - -// 3172 -[loc_3172] -hillskew=yes -active=no -recol1s=13505 -recol1d=22059 -recol2s=15618 -recol2d=25196 -recol3s=14594 -recol3d=23116 -model=model_1124,0 - -// 3173 -[loc_3173] -hillskew=yes -active=no -recol1s=13505 -recol1d=22059 -recol2s=15618 -recol2d=25196 -recol3s=14594 -recol3d=23116 -model=model_1139,0 - -// 3174 -[loc_3174] -hillskew=yes -active=no -recol1s=13505 -recol1d=22059 -recol2s=15618 -recol2d=25196 -recol3s=14594 -recol3d=23116 -model=model_1032,0 - -// 3175 -[loc_3175] -ambient=15 -contrast=15 -active=no -model=model_3301,0 - -// 3176 -[loc_3176] -ambient=15 -contrast=15 -active=no -model=model_3272,0 - -// 3177 -[loc_3177] -ambient=15 -contrast=15 -active=no -model=model_3244,1 - -// 3178 -[loc_3178] -ambient=15 -contrast=15 -mirror=yes -active=no -model=model_3244,1 - -// 3179 -[loc_3179] -ambient=15 -contrast=15 -active=no -model=model_3292,1 - -// 3180 -[loc_3180] -ambient=15 -contrast=15 -mirror=yes -active=no -model=model_3292,1 - -// 3181 -[loc_3181] -active=no -model=model_3281,1 - -// 3182 -[loc_3182] -ambient=15 -contrast=15 -active=yes -blockrange=no -recol1s=10401 -recol1d=28341 -recol2s=9377 -recol2d=28407 -model=model_1170 -name=Chair - -// 3183 -[loc_3183] -active=yes -ambient=15 -contrast=15 -recol1s=8386 -recol1d=28407 -recol2s=7329 -recol2d=28341 -recol3s=6272 -recol3d=26293 -model=model_2133 -name=Hospital shelves - -// 3184 -[loc_3184] -active=yes -ambient=15 -contrast=15 -recol1s=8386 -recol1d=28407 -recol2s=7329 -recol2d=28341 -recol3s=6272 -recol3d=26293 -model=model_2134 -name=Hospital shelves - -// 3185 -[loc_3185] -active=yes -ambient=15 -contrast=15 -active=yes -recol1s=8386 -recol1d=28407 -recol2s=7329 -recol2d=28341 -recol3s=6272 -recol3d=26293 -model=model_2135 -name=Hospital shelves - -// 3186 -[loc_3186] -length=2 -active=yes -model=model_3289 -name=Operating Table - -// 3187 -[loc_3187] -length=2 -active=yes -model=model_3248 -name=Operating Table - -// 3188 -[loc_3188] -active=no -model=model_3237,1 - -// 3189 -[loc_3189] -active=no -model=model_3311,1 - -// 3190 -[loc_3190] -op1=Open -forceapproach=east -ambient=15 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -active=yes -recol1s=11490 -recol1d=28341 -recol2s=8385 -recol2d=23188 -recol3s=7299 -recol3d=18960 -model=model_1155 -name=Drawers - -// 3191 -[loc_3191] -op3=Shut -forceapproach=east -ambient=15 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -active=yes -recol1s=11490 -recol1d=28341 -recol2s=8385 -recol2d=23188 -recol3s=7299 -recol3d=18960 -model=model_1236 -name=Drawers - -// 3192 -[loc_3192] -width=2 -length=3 -ambient=50 -contrast=50 -op1=View -active=yes -model=model_3293 -name=Scoreboard - -// 3193 -[loc_3193] -op1=Open -forceapproach=north -model=model_1249 -name=Closed bank chest - -// 3194 -[loc_3194] -op2=Bank -op3=Shut -forceapproach=north -model=model_1226 -name=Bank chest - -// 3195 -[loc_3195] -op1=Buy -model=model_3247 -name=Crate - -// 3196 -[loc_3196] -recol1s=12618 -recol1d=19913 -model=model_3271 -name=Damaged armour - -// 3197 -[loc_3197] -op1=Open -active=yes -blockrange=no -recol1s=12480 -recol1d=12580 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 3198 -[loc_3198] -mirror=yes -op1=Open -active=yes -blockrange=no -recol1s=12480 -recol1d=12580 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 3199 -[loc_3199] -width=3 -length=3 -model=model_4409 -name=Bed - -// 3200 -[loc_3200] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_63 -retex1d=material_384 -retex2s=material_75 -retex2d=material_384 -model=model_4408,0 - -// 3201 -[loc_3201] -msi=msi_48 -forcedecor=yes -model=model_596,0 - -// 3202 -[loc_3202] -msi=msi_49 -model=model_596,0 - -// 3203 -[loc_3203] -op1=Forfeit -forcedecor=yes -sharelight=yes -blockrange=no -model=model_3253 -name=Trapdoor - -// 3204 -[loc_3204] -sharelight=yes -hillskew=yes -model=model_3225,0 - -// 3205 -[loc_3205] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -model=model_3336 -name=Ladder - -// 3206 -[loc_3206] -model=model_3337 -name=Barrel - -// 3207 -[loc_3207] -active=no -model=model_3344 - -// 3208 -[loc_3208] -sharelight=yes -active=no -recol1s=23149 -recol1d=21071 -model=model_3738,A -model=model_3745,S -model=model_3739,D -model=model_3740,G -model=model_3741,H - -// 3209 -[loc_3209] -active=yes -op1=Push -raiseobject=no -recol1s=6342 -recol1d=5248 -recol2s=5285 -recol2d=5216 -retex1s=material_2 -retex1d=material_23 -model=model_3367,1 -name=Odd looking wall - -// 3210 -[loc_3210] -active=yes -raiseobject=no -recol1s=6342 -recol1d=5248 -recol2s=5285 -recol2d=5216 -retex1s=material_2 -retex1d=material_23 -model=model_3366,1 -name=Odd looking wall - -// 3211 -[loc_3211] -active=yes -op1=Push -raiseobject=no -recol1s=6342 -recol1d=5248 -recol2s=5285 -recol2d=5216 -retex1s=material_2 -retex1d=material_23 -model=model_3369,1 -name=Odd looking wall - -// 3212 -[loc_3212] -active=yes -raiseobject=no -recol1s=6342 -recol1d=5248 -recol2s=5285 -recol2d=5216 -retex1s=material_2 -retex1d=material_23 -model=model_3368,1 -name=Odd looking wall - -// 3213 -[loc_3213] -sharelight=yes -hillskew=yes -active=no -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 3214 -[loc_3214] -width=3 -length=2 -ambient=25 -contrast=15 -op1=Leave -hillskew=yes -recolhsl1s=0 -recolhsl1d=6244 -recolhsl2s=902 -recolhsl2d=6357 -recolhsl3s=2952 -recolhsl3d=6337 -recolhsl4s=5002 -recolhsl4d=6440 -recolhsl5s=6028 -recolhsl5d=6804 -model=model_37404 -name=Underground pass exit - -// 3215 -[loc_3215] -active=no -model=model_1749,0 - -// 3216 -[loc_3216] -forcedecor=yes -active=yes -model=model_1757 -name=Mud - -// 3217 -[loc_3217] -op1=Enter -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -recol2s=10466 -recol2d=5249 -recol3s=8352 -recol3d=4193 -recol4s=6240 -recol4d=3136 -model=model_37653,1 -name=Cave - -// 3218 -[loc_3218] -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -op1=Pass-through -model=model_37392,1 -name=Tunnel - -// 3219 -[loc_3219] -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -mirror=yes -op1=Pass-through -model=model_37392,1 -name=Tunnel - -// 3220 -[loc_3220] -width=2 -op1=Open -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -blockwalk=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37419 -name=Door - -// 3221 -[loc_3221] -mirror=yes -width=2 -op1=Open -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -blockwalk=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37419 -name=Door - -// 3222 -[loc_3222] -sharelight=yes -hillskew=yes -op1=Descend -recol1s=12580 -recol1d=7329 -recol2s=10466 -recol2d=5249 -recol3s=8352 -recol3d=4193 -recol4s=6240 -recol4d=3136 -model=model_833 -name=Cave Stairs - -// 3223 -[loc_3223] -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -op1=Ascend -recol1s=12580 -recol1d=7329 -recol2s=10466 -recol2d=5249 -recol3s=8352 -recol3d=4193 -recol4s=6240 -recol4d=3136 -model=model_37634 -name=Cave Stairs - -// 3224 -[loc_3224] -ambient=25 -contrast=15 -op1=Enter -sharelight=yes -hillskew=yes -model=model_37653 -name=Cave - -// 3225 -[loc_3225] -blockwalk=no -mirror=yes -forcedecor=yes -ambient=20 -model=model_37517,0 - -// 3226 -[loc_3226] -blockwalk=no -forcedecor=yes -ambient=20 -sharelight=yes -model=model_37517,0 - -// 3227 -[loc_3227] -length=2 -width=2 -blockwalk=no -sharelight=yes -recol1s=13537 -recol1d=6272 -model=model_722 -name=Trap - -// 3228 -[loc_3228] -length=3 -model=model_2325 -name=Trap - -// 3229 -[loc_3229] -length=2 -model=model_2324 -name=Trap - -// 3230 -[loc_3230] -hillskew=yes -blockwalk=no -op1=Search -recol1s=14732 -recol1d=6273 -model=model_37416 -name=Flat rock - -// 3231 -[loc_3231] -sharelight=yes -hillskew=yes -blockwalk=no -active=yes -model=model_1135,0 -name=Plank - -// 3232 -[loc_3232] -width=3 -hillskew=yes -blockwalk=no -model=model_37429 -name=Stalagmites - -// 3233 -[loc_3233] -model=model_2327 -name=Trap - -// 3234 -[loc_3234] -ambient=25 -contrast=15 -width=2 -hillskew=yes -blockwalk=no -op1=Search -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37607 -name=Odd markings - -// 3235 -[loc_3235] -op1=Squeeze-through -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37216 -name=Obstacle pipe - -// 3236 -[loc_3236] -op1=Squeeze-through -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37273 -name=Obstacle pipe - -// 3237 -[loc_3237] -op1=Squeeze-through -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37273 -name=Obstacle pipe - -// 3238 -[loc_3238] -op1=Cross -forcedecor=yes -msi=msi_43 -sharelight=yes -hillskew=yes -blockwalk=yes -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_36963,0 -name=Ledge - -// 3239 -[loc_3239] -length=2 -width=2 -active=yes -blockrange=no -model=model_2293 -name=Bridge - -// 3240 -[loc_3240] -length=4 -width=2 -anim=seq_474 -active=yes -model=model_2292 -name=Bridge - -// 3241 -[loc_3241] -op1=Pull -model=model_1774 -name=Lever - -// 3242 -[loc_3242] -model=model_1796 -name=Lever - -// 3243 -[loc_3243] -width=4 -length=4 -sharelight=yes -model=model_715 -name=Platform - -// 3244 -[loc_3244] -width=3 -length=3 -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -model=model_742 -name=Platform - -// 3245 -[loc_3245] -width=3 -length=3 -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -model=model_757 -name=Platform - -// 3246 -[loc_3246] -width=2 -length=2 -sharelight=yes -recol1s=13537 -recol1d=7329 -model=model_721 -name=Platform - -// 3247 -[loc_3247] -hillskew=yes -sharelight=yes -recol1s=12580 -recol1d=7329 -model=model_697 -name=Bridge - -// 3248 -[loc_3248] -hillskew=yes -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -model=model_699 -name=Bridge - -// 3249 -[loc_3249] -hillskew=yes -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -model=model_700 -name=Bridge - -// 3250 -[loc_3250] -hillskew=yes -sharelight=yes -model=model_756 -name=Bridge - -// 3251 -[loc_3251] -width=2 -length=2 -sharelight=yes -active=no -recol1s=12580 -recol1d=7329 -model=model_718 - -// 3252 -[loc_3252] -width=2 -length=2 -sharelight=yes -mirror=yes -active=no -recol1s=12580 -recol1d=7329 -model=model_718 - -// 3253 -[loc_3253] -sharelight=yes -active=no -recol1s=12580 -recol1d=7329 -model=model_754 - -// 3254 -[loc_3254] -length=3 -hillskew=yes -active=yes -op1=Cross -recol1s=12580 -recol1d=7329 -model=model_751 -name=Bridge - -// 3255 -[loc_3255] -length=3 -hillskew=yes -active=yes -op1=Cross -recol1s=12580 -recol1d=7329 -model=model_752 -name=Bridge - -// 3256 -[loc_3256] -width=2 -length=2 -active=no -model=model_719 - -// 3257 -[loc_3257] -width=2 -length=2 -recol1s=7329 -recol1d=3136 -recol2s=6273 -recol2d=2080 -recol3s=5217 -recol3d=1024 -recol4s=4161 -recol4d=0 -recol5s=3104 -recol5d=0 -recol6s=2048 -recol6d=0 -model=model_686 -name=Platform - -// 3258 -[loc_3258] -width=2 -length=2 -sharelight=yes -recol1s=13537 -recol1d=7329 -model=model_762 -name=Bridge - -// 3259 -[loc_3259] -width=2 -length=3 -sharelight=yes -recol1s=13537 -recol1d=7329 -model=model_735 -name=Bridge - -// 3260 -[loc_3260] -width=2 -length=3 -sharelight=yes -mirror=yes -recol1s=13537 -recol1d=7329 -model=model_735 -name=Bridge - -// 3261 -[loc_3261] -sharelight=yes -hillskew=yes -active=no -model=model_756 - -// 3262 -[loc_3262] -msi=msi_43 -forcedecor=yes -model=model_596,0 - -// 3263 -[loc_3263] -anim=seq_480 -op1=Cross -hardshadow=no -model=model_2259 -name=Swamp - -// 3264 -[loc_3264] -sharelight=yes -hillskew=yes -active=no -retex1s=material_560 -retex1d=material_72 -model=model_823 - -// 3265 -[loc_3265] -sharelight=yes -width=2 -length=2 -msi=msi_11 -ambient=25 -contrast=15 -op1=Climb -model=model_37252 -name=Pile of rocks - -// 3266 -[loc_3266] -op1=Pick-lock -op2=Search -model=model_27252,1 -name=Cage - -// 3267 -[loc_3267] -ambient=25 -contrast=15 -op2=Search -model=model_37534,1 -model=model_37724,4 -name=Cage - -// 3268 -[loc_3268] -op1=Pick-lock -op2=Search -model=model_27252,1 -name=Cage - -// 3269 -[loc_3269] -active=no -model=model_27252,1 - -// 3270 -[loc_3270] -active=yes -op1=Open -op2=Knock -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3271 -[loc_3271] -active=yes -op1=Close -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3272 -[loc_3272] -op1=Open -model=model_1249 -name=Chest - -// 3273 -[loc_3273] -op1=Search -model=model_1226 -name=Chest - -// 3274 -[loc_3274] -op1=Open -model=model_1249 -name=Chest - -// 3275 -[loc_3275] -sharelight=yes -active=no -msi=msi_43 -ambient=25 -contrast=10 -blockrange=no -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37499 - -// 3276 -[loc_3276] -sharelight=yes -active=yes -op1=Cross -msi=msi_43 -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_3156,0 -name=Stone bridge - -// 3277 -[loc_3277] -sharelight=yes -active=no -msi=msi_43 -ambient=25 -contrast=10 -blockrange=no -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37421 - -// 3278 -[loc_3278] -active=no -sharelight=yes -hillskew=yes -msi=msi_43 -ambient=25 -contrast=10 -blockrange=no -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37285 - -// 3279 -[loc_3279] -active=no -sharelight=yes -msi=msi_43 -ambient=25 -contrast=10 -blockrange=no -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37196 - -// 3280 -[loc_3280] -active=no -sharelight=yes -msi=msi_43 -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_683 - -// 3281 -[loc_3281] -sharelight=yes -active=no -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_736,8 -model=model_716,2 - -// 3282 -[loc_3282] -sharelight=yes -active=no -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_737 - -// 3283 -[loc_3283] -sharelight=yes -active=no -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_739,8 -model=model_745,2 -model=model_746,3 -model=model_747,4 - -// 3284 -[loc_3284] -sharelight=yes -active=no -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_740 - -// 3285 -[loc_3285] -sharelight=yes -active=no -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_716 - -// 3286 -[loc_3286] -sharelight=yes -active=no -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_745 - -// 3287 -[loc_3287] -sharelight=yes -active=no -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_746 - -// 3288 -[loc_3288] -sharelight=yes -active=no -ambient=25 -contrast=10 -blockrange=no -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37468 - -// 3289 -[loc_3289] -forcedecor=yes -sharelight=yes -hillskew=yes -msi=msi_43 -recol1s=12580 -recol1d=7329 -model=model_706,0 - -// 3290 -[loc_3290] -blockwalk=yes -active=no -recol1s=6306 -recol1d=10504 -recol2s=9440 -recol2d=12618 -recolhsl3s=9114 -recolhsl3d=56 -model=model_37485 - -// 3291 -[loc_3291] -blockwalk=yes -active=no -model=model_37396 - -// 3292 -[loc_3292] -blockwalk=yes -active=no -recol1s=6306 -recol1d=10504 -recol2s=9440 -recol2d=12618 -recolhsl3s=9114 -recolhsl3d=56 -model=model_37297 - -// 3293 -[loc_3293] -forcedecor=yes -model=model_703,1 -model=model_704,2 -model=model_705,3 - -// 3294 -[loc_3294] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -bgsound=synth_2210,3 -anim=seq_477 -model=model_35875 -name=Furnace - -// 3295 -[loc_3295] -op1=Read -model=model_37373 -name=Stone tablet - -// 3296 -[loc_3296] -op1=Read -model=model_37373 -name=Stone tablet - -// 3297 -[loc_3297] -op1=Read -model=model_37373 -name=Stone tablet - -// 3298 -[loc_3298] -op1=Read -model=model_37373 -name=Stone tablet - -// 3299 -[loc_3299] -op1=Read -model=model_37373 -name=Stone tablet - -// 3300 -[loc_3300] -model=model_37373 -name=Stone tablet - -// 3301 -[loc_3301] -op1=Read -model=model_37373 -name=Stone tablet - -// 3302 -[loc_3302] -op1=Read -model=model_37373 -name=Stone tablet - -// 3303 -[loc_3303] -width=2 -ambient=25 -contrast=15 -model=model_36328 -name=Portcullis - -// 3304 -[loc_3304] -sharelight=yes -model=model_758 -name=Portcullis - -// 3305 -[loc_3305] -width=2 -length=2 -op1=Search -recol1s=13674 -recol1d=8386 -recol2s=12617 -recol2d=7329 -recol3s=11560 -recol3d=6273 -recol4s=9446 -recol4d=5217 -recol5s=7332 -recol5d=4161 -model=model_695 -name=Well - -// 3306 -[loc_3306] -sharelight=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=10466 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_36327,1 - -// 3307 -[loc_3307] -length=2 -ambient=15 -contrast=10 -op1=Climb -model=model_37488 -name=Rockpile - -// 3308 -[loc_3308] -width=4 -length=3 -op1=Search -model=model_37729 -name=Smashed cage - -// 3309 -[loc_3309] -ambient=25 -contrast=15 -hillskew=yes -op1=Climb-over -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11799 -name=Rockslide - -// 3310 -[loc_3310] -active=no -active=no -sharelight=yes -hillskew=yes -model=model_802 - -// 3311 -[loc_3311] -active=no -active=no -sharelight=yes -hillskew=yes -model=model_803 - -// 3312 -[loc_3312] -active=no -active=no -sharelight=yes -hillskew=yes -mirror=yes -model=model_803 - -// 3313 -[loc_3313] -active=no -active=no -sharelight=yes -hillskew=yes -model=model_804 - -// 3314 -[loc_3314] -active=no -active=no -sharelight=yes -hillskew=yes -model=model_806 - -// 3315 -[loc_3315] -active=no -active=no -sharelight=yes -hillskew=yes -model=model_807 - -// 3316 -[loc_3316] -active=no -active=no -sharelight=yes -hillskew=yes -model=model_808 - -// 3317 -[loc_3317] -active=no -active=no -sharelight=yes -hillskew=yes -model=model_809 - -// 3318 -[loc_3318] -active=no -active=no -sharelight=yes -hillskew=yes -mirror=yes -model=model_809 - -// 3319 -[loc_3319] -active=no -active=no -sharelight=yes -hillskew=yes -model=model_810 - -// 3320 -[loc_3320] -active=no -active=no -sharelight=yes -hillskew=yes -model=model_811 - -// 3321 -[loc_3321] -active=no -active=no -sharelight=yes -hillskew=yes -model=model_777 - -// 3322 -[loc_3322] -active=no -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -model=model_37129 - -// 3323 -[loc_3323] -active=no -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -model=model_36988 - -// 3324 -[loc_3324] -active=no -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -model=model_37011 - -// 3325 -[loc_3325] -active=no -width=2 -length=2 -hillskew=yes -sharelight=yes -recol1s=12580 -recol1d=7329 -model=model_688 - -// 3326 -[loc_3326] -length=3 -sharelight=yes -active=no -model=model_26396 - -// 3327 -[loc_3327] -length=3 -sharelight=yes -mirror=yes -model=model_26396 -name=Eerie statue - -// 3328 -[loc_3328] -recol1s=16846 -recol1d=7329 -model=model_1503 -name=Dwarf statue - -// 3329 -[loc_3329] -width=4 -length=2 -active=no -model=model_713 - -// 3330 -[loc_3330] -sharelight=yes -model=model_761,1 - -// 3331 -[loc_3331] -sharelight=yes -mirror=yes -model=model_761,1 - -// 3332 -[loc_3332] -length=4 -model=model_765 -name=Temple door - -// 3333 -[loc_3333] -length=2 -op1=Open -model=model_681 -name=Door - -// 3334 -[loc_3334] -length=2 -mirror=yes -op1=Open -model=model_681 -name=Door - -// 3335 -[loc_3335] -length=2 -model=model_763 -name=Door - -// 3336 -[loc_3336] -length=2 -mirror=yes -model=model_763 -name=Door - -// 3337 -[loc_3337] -op1=Pull -model=model_1774 -name=Lever - -// 3338 -[loc_3338] -sharelight=yes -hillskew=yes -active=no -istexture=yes -blockwalk=no -model=model_35776 - -// 3339 -[loc_3339] -hillskew=yes -blockwalk=yes -op1=Search -blockrange=no -recol1s=14732 -recol1d=6273 -model=model_3177,0 -name=Flat rock - -// 3340 -[loc_3340] -op1=Fire-at -active=yes -model=model_755 -name=Guide rope - -// 3341 -[loc_3341] -mirror=yes -model=model_755 -name=Guide rope - -// 3342 -[loc_3342] -active=no -model=model_720 - -// 3343 -[loc_3343] -msi=msi_12 -resizex=50 -resizey=50 -resizez=50 -hillskew=yes -op1=Climb-over -recol1s=12580 -recol1d=7329 -model=model_819 -name=Rock pile - -// 3344 -[loc_3344] -forceapproach=south -model=model_37316 -name=Barrel - -// 3345 -[loc_3345] -width=2 -length=7 -active=no -recol1s=11425 -recol1d=7329 -recol2s=13537 -recol2d=6272 -model=model_712 - -// 3346 -[loc_3346] -width=2 -length=7 -mirror=yes -active=no -recol1s=11425 -recol1d=7329 -recol2s=13537 -recol2d=6272 -model=model_712 - -// 3347 -[loc_3347] -width=4 -active=no -recol1s=11425 -recol1d=7329 -recol2s=13537 -recol2d=6272 -model=model_744 - -// 3348 -[loc_3348] -width=2 -length=2 -blockwalk=no -sharelight=yes -recol1s=11425 -recol1d=7329 -recol2s=13537 -recol2d=6272 -model=model_717 -name=Iban's Throne - -// 3349 -[loc_3349] -active=no -width=2 -length=2 -sharelight=yes -recol1s=11425 -recol1d=7329 -recol2s=13537 -recol2d=6272 -model=model_702 - -// 3350 -[loc_3350] -msi=msi_22 -active=no -blockwalk=no -model=model_1738,3 - -// 3351 -[loc_3351] -width=2 -length=2 -active=yes -blockwalk=yes -op1=Search -model=model_1822 -name=Cage - -// 3352 -[loc_3352] -width=2 -length=2 -active=yes -blockwalk=yes -op1=Search -model=model_1822 -name=Cage - -// 3353 -[loc_3353] -width=4 -length=4 -op1=Search -contrast=10 -model=model_37365 -name=Tomb - -// 3354 -[loc_3354] -width=4 -length=2 -sharelight=yes -mirror=yes -op1=Search -recol1s=14628 -recol1d=7328 -recol2s=12548 -recol2d=8385 -model=model_708 -name=Tomb - -// 3355 -[loc_3355] -active=no -width=4 -length=4 -contrast=10 -model=model_37292 - -// 3356 -[loc_3356] -active=no -width=4 -length=2 -sharelight=yes -mirror=yes -recol1s=14628 -recol1d=5285 -recol2s=12548 -recol2d=8385 -recol3s=7328 -recol3d=1088 -recol4s=25357 -recol4d=15789 -recol5s=29586 -recol5d=15789 -recol6s=22186 -recol6d=15789 -model=model_708 - -// 3357 -[loc_3357] -anim=seq_476 -ambient=100 -contrast=100 -resizey=512 -msi=msi_22 -model=model_2263,1 -model=model_2264,2 -model=model_2265,3 - -// 3358 -[loc_3358] -anim=seq_476 -ambient=100 -contrast=100 -resizey=512 -msi=msi_22 -model=model_2266,5 - -// 3359 -[loc_3359] -width=2 -length=2 -bgsound=synth_2197,5 -recol1s=13674 -recol1d=8386 -recol2s=12617 -recol2d=7329 -recol3s=11560 -recol3d=6273 -recol4s=9446 -recol4d=5217 -recol5s=7332 -recol5d=4161 -model=model_695 -name=Well - -// 3360 -[loc_3360] -op1=Search -model=model_2142 -name=Crate - -// 3361 -[loc_3361] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=10534 -recol2s=15618 -recol2d=10534 -recol3s=14594 -recol3d=10534 -model=model_1124,0 - -// 3362 -[loc_3362] -ambient=50 -op1=Search -model=model_2032,Q -name=Window - -// 3363 -[loc_3363] -model=model_3160,0 - -// 3364 -[loc_3364] -length=6 -blockwalk=no -model=model_2272 -name=Rock - -// 3365 -[loc_3365] -op1=Climb -model=model_37985,Q -name=Protruding rocks - -// 3366 -[loc_3366] -op2=Pick -blockwalk=no -msi=msi_33 -model=model_8206 -name=Onion - -// 3367 -[loc_3367] -active=yes -op1=Open -blockrange=no -model=model_609,1 -name=Prison Door - -// 3368 -[loc_3368] -active=no -model=model_1226 - -// 3369 -[loc_3369] -active=no -model=model_25881 - -// 3370 -[loc_3370] -active=no -model=model_1236 - -// 3371 -[loc_3371] -width=2 -length=2 -msi=msi_0 -model=model_3451 -name=Achey Tree stump - -// 3372 -[loc_3372] -width=2 -blockrange=no -recol1s=27211 -recol1d=20069 -model=model_3453 -name=Ogre spit-roast - -// 3373 -[loc_3373] -width=2 -blockrange=no -recol1s=27211 -recol1d=14722 -model=model_3453 -name=Ogre spit-roast - -// 3374 -[loc_3374] -width=2 -blockrange=no -recol1s=27211 -recol1d=6273 -model=model_3453 -name=Ogre spit-roast - -// 3375 -[loc_3375] -width=2 -blockrange=no -model=model_3452 -name=Ogre spit-roast - -// 3376 -[loc_3376] -width=2 -resizex=110 -resizey=74 -resizez=128 -blockrange=no -recol1s=10400 -recol1d=12580 -model=model_723 -name=Ogre bench - -// 3377 -[loc_3377] -width=2 -op1=Unlock -ambient=25 -contrast=15 -model=model_37047 -name=Locked Ogre chest - -// 3378 -[loc_3378] -width=2 -op1=Search -ambient=25 -contrast=15 -model=model_36968 -name=Unlocked Ogre chest - -// 3379 -[loc_3379] -width=3 -length=2 -op1=Enter -model=model_731 -name=Cave entrance - -// 3380 -[loc_3380] -sharelight=yes -hillskew=yes -op1=Walk through -model=model_832,1 -name=Cave exit - -// 3381 -[loc_3381] -sharelight=yes -hillskew=yes -mirror=yes -op1=Walk through -model=model_832,1 -name=Cave exit - -// 3382 -[loc_3382] -width=2 -blockrange=no -recol1s=27211 -recol1d=23089 -model=model_3453 -name=Ogre spit-roast - -// 3383 -[loc_3383] -width=2 -blockrange=no -recol1s=27211 -recol1d=13504 -model=model_3453 -name=Ogre spit-roast - -// 3384 -[loc_3384] -sharelight=yes -hillskew=yes -active=no -recol1s=2114 -recol1d=12618 -recol2s=7331 -recol2d=11591 -model=model_816 - -// 3385 -[loc_3385] -sharelight=yes -hillskew=yes -active=no -recol1s=2114 -recol1d=12618 -recol2s=7331 -recol2d=11591 -model=model_814 - -// 3386 -[loc_3386] -sharelight=yes -hillskew=yes -active=no -mirror=yes -recol1s=2114 -recol1d=12618 -recol2s=7331 -recol2d=11591 -model=model_814 - -// 3387 -[loc_3387] -forcedecor=yes -active=no -model=model_153,0 - -// 3388 -[loc_3388] -forcedecor=yes -sharelight=yes -active=no -model=model_154,0 - -// 3389 -[loc_3389] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27432,1 -model=model_27431,2 -model=model_27430,3 -model=model_27423,5 - -// 3390 -[loc_3390] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27435,2 - -// 3391 -[loc_3391] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27434,1 -model=model_27427,2 -model=model_27439,3 -model=model_27436,5 - -// 3392 -[loc_3392] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27425,5 - -// 3393 -[loc_3393] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27424,5 - -// 3394 -[loc_3394] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7685 -name=Crate - -// 3395 -[loc_3395] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7700 -name=Crate - -// 3396 -[loc_3396] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7704 -name=Boxes - -// 3397 -[loc_3397] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7704 -name=Boxes - -// 3398 -[loc_3398] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7700 -name=Crate - -// 3399 -[loc_3399] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7704 -name=Crate - -// 3400 -[loc_3400] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7700 -name=Crate - -// 3401 -[loc_3401] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7685 -name=Crate - -// 3402 -[loc_3402] -width=3 -recol1s=16846 -recol1d=5250 -model=model_18586 -name=Workbench - -// 3403 -[loc_3403] -active=yes -multivar=varplayerbit_2059 -multiloc=0,loc_18509 -multiloc=1,loc_18510 - -// 3404 -[loc_3404] -active=yes -multivar=varplayerbit_2058 -multiloc=0,loc_18509 -multiloc=1,loc_18510 - -// 3405 -[loc_3405] -length=3 -active=yes -anim=seq_1051 -multivar=varplayerbit_2060 -multiloc=0,loc_18512 -multiloc=1,loc_18511 - -// 3406 -[loc_3406] -op1=Pull -model=model_18691 -name=Lever - -// 3407 -[loc_3407] -width=3 -length=5 -anim=seq_1049 -active=yes -multivar=varplayerbit_2063 -multiloc=0,loc_18516 -multiloc=1,loc_18515 - -// 3408 -[loc_3408] -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3463 -name=Water wheel - -// 3409 -[loc_3409] -op1=Pull -model=model_18691 -name=Lever - -// 3410 -[loc_3410] -anim=seq_4860 -width=2 -length=3 -active=yes -multivar=varplayerbit_2062 -multiloc=0,loc_18525 -multiloc=1,loc_18526 - -// 3411 -[loc_3411] -length=2 -active=yes -anim=seq_1052 -multivar=varplayerbit_2060 -multiloc=0,loc_18587 -multiloc=1,loc_18530 - -// 3412 -[loc_3412] -width=2 -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3460 - -// 3413 -[loc_3413] -width=2 -length=2 -active=yes -multivar=varplayerbit_2641 -multiloc=0,loc_18595 -multiloc=1,loc_18596 - -// 3414 -[loc_3414] -active=yes -multivar=varplayerbit_2650 -multiloc=0,loc_18650 -multiloc=1,loc_18726 - -// 3415 -[loc_3415] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -width=2 -length=2 -model=model_18579 -name=Staircase - -// 3416 -[loc_3416] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -model=model_18711 -name=Staircase - -// 3417 -[loc_3417] -mirror=yes -model=model_18691 -name=Lever - -// 3418 -[loc_3418] -ambient=20 -active=no -model=model_18608,Q - -// 3419 -[loc_3419] -ambient=20 -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3460 - -// 3420 -[loc_3420] -ambient=20 -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_350 - -// 3421 -[loc_3421] -ambient=20 -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_338 - -// 3422 -[loc_3422] -active=yes -length=2 -bgsound=synth_3157,5 -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3464 -name=Machinery - -// 3423 -[loc_3423] -active=no -length=2 -mirror=yes -bgsound=synth_3157,5 -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3464 - -// 3424 -[loc_3424] -active=no -ambient=20 -recol1s=16846 -recol1d=5250 -model=model_3458,Q - -// 3425 -[loc_3425] -active=no -ambient=20 -recol1s=16846 -recol1d=5250 -model=model_3459,Q - -// 3426 -[loc_3426] -active=no -ambient=20 -recol1s=16846 -recol1d=5250 -model=model_3461,Q - -// 3427 -[loc_3427] -active=no -mirror=yes -ambient=20 -recol1s=16846 -recol1d=5250 -model=model_3458,Q - -// 3428 -[loc_3428] -sharelight=yes -recol1s=16846 -recol1d=5250 -model=model_3455,1 -model=model_3456,2 -model=model_3457,3 - -// 3429 -[loc_3429] -active=yes -multivar=varplayerbit_2656 -multiloc=0,loc_18664 -multiloc=1,loc_18667 -multiloc=2,loc_18668 -multiloc=3,loc_18669 - -// 3430 -[loc_3430] -ambient=15 -contrast=15 -active=no -wallwidth=32 -model=model_3471,3 - -// 3431 -[loc_3431] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recolhsl1s=50 -recolhsl1d=6928 -model=model_37387 -name=Rocks - -// 3432 -[loc_3432] -active=yes -op1=Open -blockwalk=yes -model=model_1205,0 -name=Trapdoor - -// 3433 -[loc_3433] -active=yes -op1=Climb-down -op2=Close -blockwalk=yes -model=model_1173,0 -name=Trapdoor - -// 3434 -[loc_3434] -anim=seq_1073 -active=no -model=model_3489,4 - -// 3435 -[loc_3435] -sharelight=yes -occlude=yes -ambient=40 -active=no -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3526,1 -model=model_3527,2 -model=model_3528,3 -model=model_3529,4 -model=model_3530,5 - -// 3436 -[loc_3436] -sharelight=yes -occlude=yes -active=no -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3524,1 - -// 3437 -[loc_3437] -sharelight=yes -occlude=yes -active=no -recol1s=28533 -recol1d=16874 -recol2s=8353 -recol2d=5250 -retex1s=material_2 -retex1d=material_23 -retex2s=material_16 -retex2d=material_5 -model=model_3524,1 - -// 3438 -[loc_3438] -sharelight=yes -occlude=yes -active=no -recol1s=28533 -recol1d=16874 -recol2s=8353 -recol2d=5250 -retex1s=material_2 -retex1d=material_23 -model=model_3526,1 -model=model_3527,2 -model=model_3528,3 -model=model_3529,4 -model=model_3530,5 - -// 3439 -[loc_3439] -sharelight=yes -active=no -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3539,1 -model=model_3540,3 -model=model_3541,4 -model=model_3542,5 - -// 3440 -[loc_3440] -op1=Use -retex1s=material_16 -retex1d=material_5 -model=model_3486 -name=Stairs - -// 3441 -[loc_3441] -op1=Use -model=model_3488 -name=Stairs - -// 3442 -[loc_3442] -sharelight=yes -active=no -hillskew=yes -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3497 - -// 3443 -[loc_3443] -sharelight=yes -hillskew=yes -op1=Pass-through -bgsound=synth_3139,3 -contrast=5 -ambient=10 -anim=seq_9123 -model=model_33480 -name=Holy barrier - -// 3444 -[loc_3444] -op1=Open -raiseobject=no -ambient=10 -contrast=5 -recolhsl1s=10392 -recolhsl1d=15384 -recolhsl2s=10388 -recolhsl2d=15382 -recolhsl3s=10512 -recolhsl3d=15380 -recolhsl4s=10508 -recolhsl4d=15374 -model=model_27408,1 -name=Gate - -// 3445 -[loc_3445] -op1=Open -raiseobject=no -ambient=10 -contrast=5 -recolhsl1s=10392 -recolhsl1d=15384 -recolhsl2s=10388 -recolhsl2d=15382 -recolhsl3s=10512 -recolhsl3d=15380 -recolhsl4s=10508 -recolhsl4d=15374 -model=model_27408,1 -name=Gate - -// 3446 -[loc_3446] -active=no -raiseobject=no -ambient=10 -contrast=5 -recolhsl1s=10392 -recolhsl1d=15384 -recolhsl2s=10388 -recolhsl2d=15382 -recolhsl3s=10512 -recolhsl3d=15380 -recolhsl4s=10508 -recolhsl4d=15374 -model=model_27408,1 - -// 3447 -[loc_3447] -sharelight=yes -active=no -hillskew=yes -model=model_3503 - -// 3448 -[loc_3448] -sharelight=yes -active=no -hillskew=yes -model=model_3502 - -// 3449 -[loc_3449] -sharelight=yes -active=no -hillskew=yes -model=model_3500 - -// 3450 -[loc_3450] -sharelight=yes -active=no -hillskew=yes -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3499 - -// 3451 -[loc_3451] -sharelight=yes -active=no -hillskew=yes -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3498 - -// 3452 -[loc_3452] -sharelight=yes -active=no -resizey=200 -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3512,A -model=model_3517,S -model=model_3513,D -model=model_3514,F -model=model_3515,G -model=model_3516,H - -// 3453 -[loc_3453] -sharelight=yes -active=no -resizey=200 -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3518,A - -// 3454 -[loc_3454] -sharelight=yes -active=no -resizey=200 -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3521,Z -model=model_3520,X -model=model_3519,C - -// 3455 -[loc_3455] -sharelight=yes -active=no -model=model_3523,1 - -// 3456 -[loc_3456] -sharelight=yes -occlude=yes -active=no -model=model_3522,1 - -// 3457 -[loc_3457] -sharelight=yes -hillskew=yes -active=no -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 - -// 3458 -[loc_3458] -sharelight=yes -hillskew=yes -active=no -model=model_3537,1 - -// 3459 -[loc_3459] -sharelight=yes -hillskew=yes -mirror=yes -active=no -model=model_3537,1 - -// 3460 -[loc_3460] -sharelight=yes -active=no -model=model_3543,1 - -// 3461 -[loc_3461] -sharelight=yes -active=no -model=model_3536,1 - -// 3462 -[loc_3462] -sharelight=yes -mirror=yes -active=no -model=model_3536,1 - -// 3463 -[loc_3463] -contrast=15 -ambient=20 -blockwalk=yes -op1=Open -op2=Talk-through -blockrange=no -model=model_27408,1 -name=Cell door - -// 3464 -[loc_3464] -active=no -model=model_27408,1 - -// 3465 -[loc_3465] -active=no -model=model_3535 - -// 3466 -[loc_3466] -active=yes -ambient=10 -model=model_3505,Q -name=Hanging meat - -// 3467 -[loc_3467] -active=yes -ambient=10 -model=model_3507,Q -name=Hanging meat - -// 3468 -[loc_3468] -ambient=100 -active=no -model=model_3508,Q - -// 3469 -[loc_3469] -ambient=50 -active=no -model=model_3504,Q - -// 3470 -[loc_3470] -ambient=100 -active=no -model=model_3506,Q - -// 3471 -[loc_3471] -active=no -model=model_3546,0 - -// 3472 -[loc_3472] -active=no -model=model_3545,0 - -// 3473 -[loc_3473] -ambient=50 -active=no -model=model_3509,Q - -// 3474 -[loc_3474] -anim=seq_1073 -active=no -model=model_3511,Q - -// 3475 -[loc_3475] -ambient=50 -active=no -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3510,Q - -// 3476 -[loc_3476] -active=no -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3525 - -// 3477 -[loc_3477] -active=no -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3538 - -// 3478 -[loc_3478] -active=no -anim=seq_3107 -ambient=25 -contrast=15 -model=model_3496 - -// 3479 -[loc_3479] -width=4 -length=4 -model=model_3495 -model2=model_5803 -name=Statue - -// 3480 -[loc_3480] -active=yes -forceapproach=east -multivar=varplayerbit_4573 -multiloc=0,loc_30493 -multiloc=1,loc_30494 - -// 3481 -[loc_3481] -recol1s=0 -recol1d=6342 -model=model_3700,0 - -// 3482 -[loc_3482] -sharelight=yes -active=no -model=model_3493 - -// 3483 -[loc_3483] -length=2 -sharelight=yes -active=no -model=model_3494 - -// 3484 -[loc_3484] -length=2 -mirror=yes -sharelight=yes -active=no -model=model_3494 - -// 3485 -[loc_3485] -active=yes -op1=Search -ambient=10 -contrast=5 -msi=msi_83 -model=model_33483 -name=Well - -// 3486 -[loc_3486] -active=no -model=model_3491 - -// 3487 -[loc_3487] -active=no -width=2 -blockrange=no -model=model_3487 - -// 3488 -[loc_3488] -active=no -model=model_3492 - -// 3489 -[loc_3489] -blockwalk=no -active=yes -multivar=varplayerbit_4574 -multiloc=0,loc_30498 -multiloc=1,loc_30499 -multiloc=2,loc_30500 - -// 3490 -[loc_3490] -active=yes -length=2 -width=2 -forceapproach=south -anim=seq_3106 -resizex=128 -resizey=160 -resizez=128 -multivar=varplayerbit_4575 -multiloc=0,loc_30504 -multiloc=1,loc_30505 -multiloc=2,loc_30506 -multiloc=3,loc_30507 -multiloc=4,loc_30508 -multiloc=5,loc_30509 -multiloc=6,loc_30510 - -// 3491 -[loc_3491] -active=no -ambient=30 -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3544,1 - -// 3492 -[loc_3492] -mirror=yes -active=no -ambient=30 -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -model=model_3544,1 - -// 3493 -[loc_3493] -anim=seq_1072 -width=2 -length=2 -active=yes -op1=Study -op2=Take-from -msi=msi_82 -model=model_33380 -name=Monument - -// 3494 -[loc_3494] -anim=seq_1072 -width=2 -length=2 -active=yes -op1=Study -op2=Take-from -msi=msi_82 -model=model_33380 -name=Monument - -// 3495 -[loc_3495] -anim=seq_1072 -width=2 -length=2 -active=yes -op1=Study -op2=Take-from -msi=msi_82 -model=model_33380 -name=Monument - -// 3496 -[loc_3496] -anim=seq_1072 -width=2 -length=2 -active=yes -op1=Study -op2=Take-from -msi=msi_82 -model=model_33380 -name=Monument - -// 3497 -[loc_3497] -anim=seq_1072 -width=2 -length=2 -active=yes -op1=Study -op2=Take-from -msi=msi_82 -model=model_33381 -name=Monument - -// 3498 -[loc_3498] -anim=seq_1072 -width=2 -length=2 -active=yes -op1=Study -op2=Take-from -msi=msi_82 -model=model_33381 -name=Monument - -// 3499 -[loc_3499] -anim=seq_1072 -width=2 -length=2 -active=yes -op1=Study -op2=Take-from -msi=msi_82 -model=model_33381 -name=Monument - -// 3500 -[loc_3500] -width=2 -resizex=64 -resizez=64 -resizey=76 -op1=Play -model=model_1732 -name=Church organ - -// 3501 -[loc_3501] -active=no -hillskew=yes -msi=msi_26 -model=model_3549 - -// 3502 -[loc_3502] -active=no -hillskew=yes -msi=msi_26 -model=model_3550 - -// 3503 -[loc_3503] -active=no -hillskew=yes -msi=msi_26 -model=model_3551 - -// 3504 -[loc_3504] -active=no -hillskew=yes -blockwalk=no -model=model_3552 - -// 3505 -[loc_3505] -active=no -hillskew=yes -msi=msi_26 -model=model_3553 - -// 3506 -[loc_3506] -op1=Open -active=yes -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 3507 -[loc_3507] -op1=Open -mirror=yes -active=yes -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 3508 -[loc_3508] -blockwalk=no -hillskew=yes -recol1s=13604 -recol1d=4322 -recol2s=11490 -recol2d=3233 -model=model_3595 -name=Rotting log - -// 3509 -[loc_3509] -op2=Pick -blockwalk=no -anim=seq_1096 -hillskew=yes -recol1s=13604 -recol1d=6305 -recol2s=11490 -recol2d=3233 -model=model_3594 -name=Fungi on log - -// 3510 -[loc_3510] -blockwalk=no -model=model_3592 -name=Rotting branch - -// 3511 -[loc_3511] -op2=Take-cutting -blockwalk=no -anim=seq_1098 -model=model_3590 -name=Budding branch - -// 3512 -[loc_3512] -blockwalk=no -model=model_3601 -name=A small bush - -// 3513 -[loc_3513] -op2=Pick -blockwalk=no -anim=seq_1097 -model=model_3603 -name=A golden pear bush - -// 3514 -[loc_3514] -model=model_3597 -name=Rotting tree - -// 3515 -[loc_3515] -active=no -length=3 -width=3 -model=model_3602 - -// 3516 -[loc_3516] -op1=Enter -model=model_3574,1 -name=Grotto - -// 3517 -[loc_3517] -length=3 -width=3 -sharelight=yes -op1=Look-at -op2=Search -model=model_3570 -name=Grotto tree - -// 3518 -[loc_3518] -active=no -length=3 -width=3 -sharelight=yes -model=model_3575 - -// 3519 -[loc_3519] -active=no -length=3 -width=3 -sharelight=yes -model=model_3576 - -// 3520 -[loc_3520] -width=2 -length=4 -op1=Search -ambient=25 -contrast=15 -model=model_37732 -name=Grotto - -// 3521 -[loc_3521] -width=2 -length=4 -op1=Look -msi=msi_8 -op1=Pray-at -ambient=25 -contrast=15 -model=model_37635 -name=Altar of nature - -// 3522 -[loc_3522] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=yes -blockwalk=no -op1=Jump -unknown90=yes -model=model_1089,0 -name=Bridge - -// 3523 -[loc_3523] -blockrange=no -model=model_3572 -name=Bench - -// 3524 -[loc_3524] -sharelight=yes -hillskew=yes -active=no -model=model_3586,1 -model=model_5408,2 -model=model_3587,3 -model=model_3588,4 -model=model_3589,5 - -// 3525 -[loc_3525] -sharelight=yes -active=yes -hillskew=yes -ambient=25 -contrast=15 -op1=Exit -recolhsl1s=19731 -recolhsl1d=4372 -recolhsl2s=19736 -recolhsl2d=5528 -recolhsl3s=19745 -recolhsl3d=6555 -recol4s=9704 -recol4d=12579 -recol5s=11881 -recol5d=13636 -model=model_37629,1 -name=Grotto - -// 3526 -[loc_3526] -sharelight=yes -hillskew=yes -active=yes -ambient=25 -contrast=15 -op1=Exit -model=model_37629,1 -name=Grotto - -// 3527 -[loc_3527] -forcedecor=yes -blockwalk=no -active=yes -op5=Search -recol1s=14732 -recol1d=17796 -model=model_1799,0 -name=Stone - -// 3528 -[loc_3528] -forcedecor=yes -blockwalk=no -active=yes -op5=Search -recol1s=14732 -recol1d=23872 -model=model_1799,0 -name=Stone - -// 3529 -[loc_3529] -forcedecor=yes -blockwalk=no -active=yes -op5=Search -recol1s=14732 -recol1d=11561 -model=model_1799,0 -name=Stone - -// 3530 -[loc_3530] -sharelight=yes -active=no -hillskew=yes -retex1s=material_376 -retex1d=material_418 -model=model_3581 - -// 3531 -[loc_3531] -sharelight=yes -active=no -hillskew=yes -retex1s=material_376 -retex1d=material_418 -model=model_3580 - -// 3532 -[loc_3532] -sharelight=yes -active=no -hillskew=yes -retex1s=material_376 -retex1d=material_418 -model=model_3584 - -// 3533 -[loc_3533] -sharelight=yes -active=no -hillskew=yes -retex1s=material_376 -retex1d=material_418 -model=model_3585 - -// 3534 -[loc_3534] -sharelight=yes -active=no -hillskew=yes -retex1s=material_376 -retex1d=material_418 -model=model_3583 - -// 3535 -[loc_3535] -sharelight=yes -active=no -hillskew=yes -model=model_3582 - -// 3536 -[loc_3536] -sharelight=yes -active=no -hillskew=yes -retex1s=material_376 -retex1d=material_418 -model=model_3577 - -// 3537 -[loc_3537] -sharelight=yes -active=no -hillskew=yes -retex1s=material_376 -retex1d=material_418 -model=model_3579 - -// 3538 -[loc_3538] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=12740 -recol2s=15784 -recol2d=14979 -retex1s=material_376 -retex1d=material_418 -model=model_3581 - -// 3539 -[loc_3539] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=12740 -recol2s=15784 -recol2d=14979 -retex1s=material_376 -retex1d=material_418 -model=model_3580 - -// 3540 -[loc_3540] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=12740 -recol2s=15784 -recol2d=14979 -retex1s=material_376 -retex1d=material_418 -model=model_3584 - -// 3541 -[loc_3541] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=12740 -recol2s=15784 -recol2d=14979 -retex1s=material_376 -retex1d=material_418 -model=model_3585 - -// 3542 -[loc_3542] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=12740 -recol2s=15784 -recol2d=14979 -retex1s=material_376 -retex1d=material_418 -model=model_3583 - -// 3543 -[loc_3543] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=12740 -recol2s=15784 -recol2d=14979 -retex1s=material_376 -retex1d=material_418 -model=model_3582 - -// 3544 -[loc_3544] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=12740 -recol2s=15784 -recol2d=14979 -retex1s=material_376 -retex1d=material_418 -model=model_3577 - -// 3545 -[loc_3545] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=12740 -recol2s=15784 -recol2d=14979 -retex1s=material_376 -retex1d=material_418 -model=model_3579 - -// 3546 -[loc_3546] -active=yes -op1=Climb-down -recol1s=2 -recol1d=0 -recol2s=6342 -recol2d=11458 -model=model_1363 -name=Old well - -// 3547 -[loc_3547] -hillskew=yes -active=no -hardshadow=no -model=model_3605,0 - -// 3548 -[loc_3548] -hillskew=yes -active=no -hardshadow=no -model=model_3606,0 - -// 3549 -[loc_3549] -hillskew=yes -active=no -hardshadow=no -model=model_3607,0 - -// 3550 -[loc_3550] -breakroutefinding=yes -active=no -msi=msi_22 -blockrange=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 3551 -[loc_3551] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -op1=Walk-on -model=model_3625,0 -name=Balancing rope - -// 3552 -[loc_3552] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -model=model_1878,0 -name=Balancing rope - -// 3553 -[loc_3553] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -op1=Walk-on -recol1s=11424 -recol1d=16808 -model=model_1115,0 -name=Log balance - -// 3554 -[loc_3554] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -recol1s=11424 -recol1d=16808 -model=model_1115,0 -name=Log balance - -// 3555 -[loc_3555] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -op1=Walk-on -recol1s=11424 -recol1d=16808 -model=model_1128,0 -name=Log balance - -// 3556 -[loc_3556] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -recol1s=11424 -recol1d=16808 -model=model_1128,0 -name=Log balance - -// 3557 -[loc_3557] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -op1=Walk-on -recol1s=11424 -recol1d=16808 -model=model_1024,0 -name=Log balance - -// 3558 -[loc_3558] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -recol1s=11424 -recol1d=16808 -model=model_1024,0 -name=Log balance - -// 3559 -[loc_3559] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -op1=Walk-across -recol1s=16774 -recol1d=16808 -model=model_3631,0 -name=Balancing ledge - -// 3560 -[loc_3560] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -recol1s=16774 -recol1d=16808 -model=model_3631,0 -name=Balancing ledge - -// 3561 -[loc_3561] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -op1=Walk-across -recol1s=16774 -recol1d=16808 -model=model_3631,0 -name=Balancing ledge - -// 3562 -[loc_3562] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -recol1s=16774 -recol1d=16808 -model=model_3631,0 -name=Balancing ledge - -// 3563 -[loc_3563] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -recol1s=16846 -recol1d=18924 -model=model_1522 -name=Monkey bars - -// 3564 -[loc_3564] -width=3 -blockwalk=yes -sharelight=yes -forcedecor=yes -active=yes -op1=Swing-across -recol1s=16846 -recol1d=18924 -model=model_1474 -name=Monkey bars - -// 3565 -[loc_3565] -length=2 -op1=Climb-over -blockrange=no -retex1s=material_2 -retex1d=material_35 -model=model_3654 -name=Low wall - -// 3566 -[loc_3566] -blockwalk=no -forcedecor=yes -active=yes -op1=Swing-on -model=model_2269 -name=Rope swing - -// 3567 -[loc_3567] -anim=seq_1103 -blockwalk=yes -sharelight=yes -forcedecor=yes -length=2 -active=yes -model=model_3650 -name=Blade - -// 3568 -[loc_3568] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -model=model_3652,0 -name=Blade - -// 3569 -[loc_3569] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -model=model_3651,0 -name=Blade - -// 3570 -[loc_3570] -blockwalk=no -forcedecor=yes -active=yes -op1=Walk-on -recol1s=16846 -recol1d=16808 -model=model_3637,0 -name=Plank - -// 3571 -[loc_3571] -blockwalk=no -forcedecor=yes -active=yes -op1=Walk-on -recol1s=16846 -recol1d=16808 -model=model_3635,0 -name=Plank - -// 3572 -[loc_3572] -blockwalk=no -forcedecor=yes -active=yes -op1=Walk-on -recol1s=16846 -recol1d=16808 -model=model_3636,0 -name=Plank - -// 3573 -[loc_3573] -blockwalk=no -forcedecor=yes -active=yes -recol1s=16846 -recol1d=16808 -model=model_3637,0 -name=Plank - -// 3574 -[loc_3574] -blockwalk=no -forcedecor=yes -active=yes -recol1s=16846 -recol1d=16808 -model=model_3635,0 -name=Plank - -// 3575 -[loc_3575] -blockwalk=no -forcedecor=yes -active=yes -recol1s=16846 -recol1d=16808 -model=model_3636,0 -name=Plank - -// 3576 -[loc_3576] -blockwalk=no -forcedecor=yes -active=yes -recol1s=16846 -recol1d=16808 -model=model_3638,0 -name=Plank - -// 3577 -[loc_3577] -anim=seq_1104 -blockwalk=no -forcedecor=yes -active=yes -recol1s=16846 -recol1d=16808 -model=model_3646 -name=Plank - -// 3578 -[loc_3578] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -op1=Jump-on -recol1s=16774 -recol1d=16808 -model=model_3634 -name=Pillar - -// 3579 -[loc_3579] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -recol1s=16774 -recol1d=16808 -model=model_3634 -name=Pillar - -// 3580 -[loc_3580] -blockwalk=yes -length=3 -forcedecor=yes -active=yes -blockrange=no -recol1s=16774 -recol1d=16808 -model=model_3648 -name=Spinning blades - -// 3581 -[loc_3581] -anim=seq_1108 -active=yes -forcedecor=yes -op1=Tag -blockrange=no -recol1s=16774 -recol1d=16808 -model=model_3647 -name=Ticket Dispenser - -// 3582 -[loc_3582] -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -model=model_3645 -name=Floor spikes - -// 3583 -[loc_3583] -blockwalk=no -forcedecor=yes -active=yes -op1=Climb-across -recol1s=16774 -recol1d=16808 -model=model_3630,Q -name=Hand holds - -// 3584 -[loc_3584] -blockwalk=no -forcedecor=yes -active=yes -recol1s=16774 -recol1d=16808 -model=model_3630,Q -name=Hand holds - -// 3585 -[loc_3585] -blockwalk=no -forcedecor=yes -active=yes -model=model_3639,0 -name=Pressure pad - -// 3586 -[loc_3586] -sharelight=yes -occlude=yes -active=no -recol1s=6342 -recol1d=32591 -retex1s=material_2 -retex1d=material_35 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 3587 -[loc_3587] -sharelight=yes -active=no -recol1s=6342 -recol1d=32591 -retex1s=material_2 -retex1d=material_35 -model=model_3653,1 - -// 3588 -[loc_3588] -sharelight=yes -active=no -mirror=yes -recol1s=6342 -recol1d=32591 -retex1s=material_2 -retex1d=material_35 -model=model_3653,1 - -// 3589 -[loc_3589] -hillskew=yes -sharelight=yes -ambient=50 -contrast=50 -active=no -model=model_3626,0 - -// 3590 -[loc_3590] -hillskew=yes -sharelight=yes -ambient=50 -contrast=50 -active=no -recol1s=16846 -recol1d=16808 -model=model_3629,0 - -// 3591 -[loc_3591] -hillskew=yes -sharelight=yes -ambient=50 -contrast=50 -active=no -mirror=yes -recol1s=16846 -recol1d=16808 -model=model_3629,0 - -// 3592 -[loc_3592] -hillskew=yes -sharelight=yes -ambient=50 -contrast=50 -active=no -recol1s=16846 -recol1d=16808 -model=model_3628,0 - -// 3593 -[loc_3593] -hillskew=yes -sharelight=yes -ambient=50 -contrast=50 -active=no -mirror=yes -recol1s=16846 -recol1d=16808 -model=model_3628,0 - -// 3594 -[loc_3594] -hillskew=yes -sharelight=yes -ambient=50 -contrast=50 -active=no -model=model_3627,0 - -// 3595 -[loc_3595] -sharelight=yes -active=no -retex1s=material_23 -retex1d=material_35 -model=model_849,1 -model=model_850,2 -model=model_851,3 -model=model_852,4 -model=model_853,5 - -// 3596 -[loc_3596] -sharelight=yes -mirror=yes -hillskew=yes -active=no -retex1s=material_23 -retex1d=material_35 -model=model_849,1 -model=model_850,2 -model=model_851,3 -model=model_852,4 -model=model_853,5 - -// 3597 -[loc_3597] -sharelight=yes -active=no -blockrange=no -retex1s=material_23 -retex1d=material_35 -model=model_862,8 -model=model_844,1 -model=model_845,2 -model=model_846,3 -model=model_847,4 -model=model_848,5 - -// 3598 -[loc_3598] -sharelight=yes -active=no -forcedecor=yes -model=model_3659,0 - -// 3599 -[loc_3599] -sharelight=yes -active=no -model=model_3655,0 - -// 3600 -[loc_3600] -sharelight=yes -active=no -model=model_3657,0 - -// 3601 -[loc_3601] -sharelight=yes -mirror=yes -active=no -model=model_3657,0 - -// 3602 -[loc_3602] -sharelight=yes -active=no -model=model_3658,0 - -// 3603 -[loc_3603] -sharelight=yes -mirror=yes -active=no -model=model_3658,0 - -// 3604 -[loc_3604] -sharelight=yes -active=no -model=model_3656,0 - -// 3605 -[loc_3605] -sharelight=yes -mirror=yes -active=no -model=model_3656,0 - -// 3606 -[loc_3606] -active=no -model=model_3643 - -// 3607 -[loc_3607] -active=no -sharelight=yes -recol1s=16774 -recol1d=16808 -model=model_3632 - -// 3608 -[loc_3608] -active=yes -forcedecor=yes -op1=Tag -blockrange=no -recol1s=16774 -recol1d=16808 -model=model_3642 -name=Ticket Dispenser - -// 3609 -[loc_3609] -anim=seq_493 -shadow=no -active=no -ambient=50 -contrast=25 -blockwalk=no -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -hardshadow=no -model=model_2297 - -// 3610 -[loc_3610] -active=yes -op1=Climb -model=model_3640 -name=Climbing rope - -// 3611 -[loc_3611] -active=no -recol1s=16774 -recol1d=16808 -model=model_3633 - -// 3612 -[loc_3612] -active=no -model=model_3641,0 - -// 3613 -[loc_3613] -hillskew=yes -active=no -recol1s=13505 -recol1d=16808 -recol2s=14594 -recol2d=16808 -recol3s=15618 -recol3d=16808 -model=model_1124,0 - -// 3614 -[loc_3614] -hillskew=yes -active=no -recol1s=13505 -recol1d=16808 -recol2s=14594 -recol2d=16808 -recol3s=15618 -recol3d=16808 -model=model_1139,0 - -// 3615 -[loc_3615] -hillskew=yes -active=no -recol1s=13505 -recol1d=16808 -recol2s=14594 -recol2d=16808 -recol3s=15618 -recol3d=16808 -model=model_1032,0 - -// 3616 -[loc_3616] -hillskew=yes -active=no -recol1s=13505 -recol1d=16808 -recol2s=14594 -recol2d=16808 -recol3s=15618 -recol3d=16808 -model=model_1044,0 - -// 3617 -[loc_3617] -active=yes -op1=Climb-Down -forceapproach=east -active=yes -model=model_1203 -name=Ladder - -// 3618 -[loc_3618] -active=yes -op1=Climb-up -msi=msi_7 -active=yes -forceapproach=south -model=model_1208 -name=Ladder - -// 3619 -[loc_3619] -active=no -forcedecor=yes -recol1s=8320 -recol1d=16808 -model=model_1205,0 - -// 3620 -[loc_3620] -sharelight=yes -occlude=yes -ambient=100 -active=no -recol1s=28533 -recol1d=16874 -recol2s=8353 -recol2d=5250 -retex1s=material_2 -retex1d=material_23 -retex2s=material_16 -retex2d=material_5 -model=model_3669,1 -model=model_3670,2 -model=model_3671,3 -model=model_3672,4 -model=model_3673,5 - -// 3621 -[loc_3621] -sharelight=yes -active=no -resizey=200 -recol1s=8353 -recol1d=5250 -retex1s=material_2 -retex1d=material_23 -retex2s=material_44 -retex2d=material_18 -retex3s=material_16 -retex3d=material_5 -model=model_3512,A -model=model_3517,S -model=model_3513,D -model=model_3514,F -model=model_3515,G -model=model_3516,H - -// 3622 -[loc_3622] -sharelight=yes -active=no -resizey=200 -recol1s=8353 -recol1d=5250 -retex1s=material_16 -retex1d=material_5 -retex2s=material_2 -retex2d=material_23 -retex3s=material_44 -retex3d=material_18 -model=model_3521,Z -model=model_3520,X -model=model_3519,C - -// 3623 -[loc_3623] -recol1s=0 -recol1d=6342 -model=model_3701,0 - -// 3624 -[loc_3624] -recol1s=0 -recol1d=6342 -model=model_3702,0 - -// 3625 -[loc_3625] -recol1s=0 -recol1d=6342 -model=model_3703,0 - -// 3626 -[loc_3626] -sharelight=yes -op1=Open -model=model_3693,1 -model=model_3694,2 -model=model_3695,3 -model=model_3696,4 -model=model_3697,5 -name=Wall - -// 3627 -[loc_3627] -sharelight=yes -model=model_3692,0 - -// 3628 -[loc_3628] -op1=Open -recol1s=10504 -recol1d=16846 -model=model_3334,1 -name=Wall - -// 3629 -[loc_3629] -op1=Open -recol1s=10504 -recol1d=16846 -model=model_3334,1 -name=Wall - -// 3630 -[loc_3630] -op1=Open -recol1s=10504 -recol1d=16846 -model=model_3334,1 -name=Wall - -// 3631 -[loc_3631] -op1=Open -recol1s=10504 -recol1d=16846 -model=model_3334,1 -name=Wall - -// 3632 -[loc_3632] -op1=Open -recol1s=10504 -recol1d=16846 -model=model_3334,1 -name=Wall - -// 3633 -[loc_3633] -recol1s=10504 -recol1d=16846 -model=model_3334,1 - -// 3634 -[loc_3634] -anim=seq_1127 -length=3 -width=3 -op1=Touch -bgsound=synth_3144,10 -model=model_3690 -name=Strange shrine - -// 3635 -[loc_3635] -op1=Open -model=model_1249 -name=Chest - -// 3636 -[loc_3636] -op1=Search -model=model_1226 -name=Chest - -// 3637 -[loc_3637] -active=no -anim=seq_1138 -model=model_3691 - -// 3638 -[loc_3638] -sharelight=yes -hillskew=yes -recol1s=28533 -recol1d=2114 -model=model_599,1 -model=model_600,2 -model=model_601,3 -model=model_602,4 -model=model_603,5 - -// 3639 -[loc_3639] -active=no -sharelight=yes -model=model_3687 - -// 3640 -[loc_3640] -active=no -mirror=yes -sharelight=yes -model=model_3687 - -// 3641 -[loc_3641] -active=no -sharelight=yes -model=model_3689 - -// 3642 -[loc_3642] -active=no -sharelight=yes -model=model_3688 - -// 3643 -[loc_3643] -active=no -sharelight=yes -mirror=yes -model=model_3688 - -// 3644 -[loc_3644] -width=3 -length=3 -ambient=40 -contrast=40 -blockwalk=no -model=model_3698 -name=Spotlight - -// 3645 -[loc_3645] -active=no -ambient=80 -contrast=80 -model=model_3685,Q - -// 3646 -[loc_3646] -sharelight=yes -forcedecor=yes -active=no -resizez=128 -resizex=128 -resizey=48 -recol1s=9409 -recol1d=7328 -recol2s=11523 -recol2d=10499 -model=model_1089,0 - -// 3647 -[loc_3647] -active=no -blockrange=no -recol1s=10401 -recol1d=7298 -model=model_1170 - -// 3648 -[loc_3648] -hillskew=yes -forcedecor=yes -recol1s=13505 -recol1d=16846 -recol2s=14594 -recol2d=16846 -recol3s=15618 -recol3d=16846 -model=model_1124,0 - -// 3649 -[loc_3649] -hillskew=yes -forcedecor=yes -recol1s=13505 -recol1d=16846 -recol2s=14594 -recol2d=16846 -recol3s=15618 -recol3d=16846 -model=model_1139,0 - -// 3650 -[loc_3650] -hillskew=yes -forcedecor=yes -recol1s=13505 -recol1d=16846 -recol2s=14594 -recol2d=16846 -recol3s=15618 -recol3d=16846 -model=model_1032,0 - -// 3651 -[loc_3651] -sharelight=yes -model=model_3686,1 - -// 3652 -[loc_3652] -model=model_3684,0 - -// 3653 -[loc_3653] -sharelight=yes -active=no -recol1s=23149 -recol1d=21071 -model=model_3742,A -model=model_3743,H - -// 3654 -[loc_3654] -sharelight=yes -active=no -recol1s=23149 -recol1d=21071 -model=model_3746,A - -// 3655 -[loc_3655] -sharelight=yes -active=no -recol1s=23149 -recol1d=21071 -model=model_3744,A - -// 3656 -[loc_3656] -sharelight=yes -active=no -mirror=yes -recol1s=23149 -recol1d=21071 -model=model_3744,A - -// 3657 -[loc_3657] -active=no -blockrange=no -recol1s=13675 -recol1d=8422 -model=model_3747 - -// 3658 -[loc_3658] -active=no -blockrange=no -recol1s=13675 -recol1d=8422 -model=model_3750 - -// 3659 -[loc_3659] -active=no -blockrange=no -recol1s=13675 -recol1d=8422 -model=model_3751 - -// 3660 -[loc_3660] -active=no -blockrange=no -recol1s=13675 -recol1d=8422 -model=model_3749 - -// 3661 -[loc_3661] -active=no -blockrange=no -recol1s=13675 -recol1d=8422 -model=model_3748 - -// 3662 -[loc_3662] -anim=seq_479 -width=2 -length=2 -resizex=192 -resizey=192 -resizez=192 -op1=Search -bgsound=synth_2197,3 -recol1s=1537 -recol1d=23181 -recol2s=320 -recol2d=15716 -model=model_19167 -name=Cooking pot - -// 3663 -[loc_3663] -width=2 -active=no -blockrange=no -recol1s=16704 -recol1d=14729 -recol2s=12513 -recol2d=11558 -recol3s=9377 -recol3d=8387 -recol4s=6241 -recol4d=5216 -recol5s=16846 -recol5d=16840 -model=model_1812 - -// 3664 -[loc_3664] -active=no -blockrange=no -recol1s=16704 -recol1d=14729 -recol2s=12513 -recol2d=11558 -recol3s=9377 -recol3d=8387 -recol4s=6241 -recol4d=5216 -recol5s=16846 -recol5d=16840 -model=model_5738,8 -model=model_659,1 -model=model_660,5 - -// 3665 -[loc_3665] -blockwalk=no -recol1s=22131 -recol1d=23217 -recol2s=20017 -recol2d=21103 -recol3s=17903 -recol3d=18989 -recol4s=15789 -recol4d=16875 -recol5s=13742 -recol5d=14761 -recol6s=11561 -recol6d=12647 -model=model_2149 -name=Bones - -// 3666 -[loc_3666] -recol1s=10240 -recol1d=8290 -model=model_1048,0 - -// 3667 -[loc_3667] -recol1s=10240 -recol1d=8290 -model=model_1070,0 - -// 3668 -[loc_3668] -recol1s=10240 -recol1d=8290 -model=model_1097,0 - -// 3669 -[loc_3669] -active=no -blockrange=no -model=model_3726 - -// 3670 -[loc_3670] -sharelight=yes -recol1s=28407 -recol1d=3171 -model=model_1978,A -model=model_1982,S -model=model_1979,D -model=model_1980,F -model=model_1981,G - -// 3671 -[loc_3671] -sharelight=yes -recol1s=28407 -recol1d=3171 -model=model_3777,G - -// 3672 -[loc_3672] -sharelight=yes -occlude=yes -recol1s=28407 -recol1d=3171 -recol2s=9216 -recol2d=8290 -model=model_1984,1 -model=model_1986,5 - -// 3673 -[loc_3673] -sharelight=yes -blockwalk=no -recol1s=28407 -recol1d=3171 -model=model_1996,1 -model=model_1997,5 - -// 3674 -[loc_3674] -sharelight=yes -recol1s=28407 -recol1d=3171 -model=model_1956,H - -// 3675 -[loc_3675] -active=no -recol1s=16846 -recol1d=2114 -model=model_1998 - -// 3676 -[loc_3676] -active=yes -blockrange=no -model=model_3723 -name=Stone Mechanism - -// 3677 -[loc_3677] -active=yes -blockrange=no -model=model_3724 -name=Stone Mechanism - -// 3678 -[loc_3678] -ambient=70 -contrast=70 -model=model_3725,Q - -// 3679 -[loc_3679] -recol1s=1113 -recol1d=11635 -recol2s=32569 -recol2d=23188 -model=model_1499 -name=Standard - -// 3680 -[loc_3680] -anim=seq_471 -bgsound=synth_3124,3 -recol1s=1112 -recol1d=11635 -recol2s=32569 -recol2d=23188 -recol3s=28407 -recol3d=18960 -model=model_2281 -name=Flagpole - -// 3681 -[loc_3681] -ambient=40 -contrast=40 -blockrange=no -model=model_1402 -name=Signpost - -// 3682 -[loc_3682] -active=no -model=model_3715 - -// 3683 -[loc_3683] -active=no -model=model_3716 - -// 3684 -[loc_3684] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=15 -unknown90=yes -recol1s=16846 -recol1d=8456 -model=model_1181,0 - -// 3685 -[loc_3685] -op1=Search -blockrange=no -retex1s=material_16 -retex1d=material_22 -model=model_2138 -name=Boxes - -// 3686 -[loc_3686] -op1=Search -blockrange=no -retex1s=material_16 -retex1d=material_22 -model=model_2139 -name=Boxes - -// 3687 -[loc_3687] -op1=Search -blockrange=no -retex1s=material_16 -retex1d=material_22 -model=model_2140 -name=Boxes - -// 3688 -[loc_3688] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_37900,1 -model=model_37931,2 -model=model_37930,3 -model=model_37932,4 -model=model_37919,5 - -// 3689 -[loc_3689] -sharelight=yes -model=model_3730,1 -model=model_3731,2 - -// 3690 -[loc_3690] -sharelight=yes -model=model_3732,A -model=model_3733,D -model=model_3734,G -model=model_3735,H -model=model_3736,Z - -// 3691 -[loc_3691] -occlude=yes -sharelight=yes -model=model_3737,H - -// 3692 -[loc_3692] -blockwalk=no -ambient=30 -contrast=30 -model=model_1842 -name=Climbing Rope - -// 3693 -[loc_3693] -active=no -recol1s=13600 -recol1d=0 -model=model_3718,Q - -// 3694 -[loc_3694] -blockrange=no -model=model_3719 -name=Crate - -// 3695 -[loc_3695] -active=no -recol1s=16846 -recol1d=0 -model=model_3721,Q - -// 3696 -[loc_3696] -recol1s=15392 -recol1d=8456 -recol2s=16846 -recol2d=0 -recol3s=11561 -recol3d=2114 -recol4s=21056 -recol4d=11330 -recol5s=18960 -recol5d=0 -recol6s=13675 -recol6d=0 -model=model_1214 -name=Suit of armour - -// 3697 -[loc_3697] -recol1s=32736 -recol1d=6342 -recol2s=16846 -recol2d=15789 -recol3s=32576 -recol3d=6342 -model=model_3338 -name=Barrel - -// 3698 -[loc_3698] -hillskew=yes -hardshadow=no -recol1s=352 -recol1d=7493 -model=model_1088,0 - -// 3699 -[loc_3699] -hillskew=yes -hardshadow=no -recol1s=352 -recol1d=7493 -model=model_1107,0 - -// 3700 -[loc_3700] -hillskew=yes -hardshadow=no -recol1s=352 -recol1d=7493 -model=model_1121,0 - -// 3701 -[loc_3701] -hillskew=yes -hardshadow=no -recol1s=352 -recol1d=7493 -model=model_1136,0 - -// 3702 -[loc_3702] -hillskew=yes -active=no -istexture=yes -blockwalk=no -unknown90=yes -recol1s=13505 -recol1d=11592 -recol2s=15618 -recol2d=8454 -recol3s=14594 -recol3d=10535 -model=model_1124,0 - -// 3703 -[loc_3703] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=11592 -recol2s=15618 -recol2d=8454 -recol3s=14594 -recol3d=10535 -model=model_1139,0 - -// 3704 -[loc_3704] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=11592 -recol2s=15618 -recol2d=8454 -recol3s=14594 -recol3d=10535 -model=model_1032,0 - -// 3705 -[loc_3705] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=8454 -recol2s=15618 -recol2d=8454 -recol3s=14594 -recol3d=8454 -model=model_1124,0 - -// 3706 -[loc_3706] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=8454 -recol2s=15618 -recol2d=8454 -recol3s=14594 -recol3d=8454 -model=model_1139,0 - -// 3707 -[loc_3707] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=8454 -recol2s=15618 -recol2d=8454 -recol3s=14594 -recol3d=8454 -model=model_1032,0 - -// 3708 -[loc_3708] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=11592 -recol2s=15618 -recol2d=11592 -recol3s=14594 -recol3d=11592 -model=model_1124,0 - -// 3709 -[loc_3709] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=11592 -recol2s=15618 -recol2d=11592 -recol3s=14594 -recol3d=11592 -model=model_1139,0 - -// 3710 -[loc_3710] -hillskew=yes -active=no -istexture=yes -blockwalk=no -unknown90=yes -recol1s=13505 -recol1d=11592 -recol2s=15618 -recol2d=11592 -recol3s=14594 -recol3d=11592 -model=model_1032,0 - -// 3711 -[loc_3711] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=11592 -recol2s=15618 -recol2d=8454 -recol3s=14594 -recol3d=10535 -model=model_1127,0 - -// 3712 -[loc_3712] -hillskew=yes -recol1s=13505 -recol1d=11592 -recol2s=15618 -recol2d=8454 -recol3s=14594 -recol3d=10535 -model=model_1104,0 - -// 3713 -[loc_3713] -hillskew=yes -recol1s=13505 -recol1d=11592 -recol2s=15618 -recol2d=8454 -recol3s=14594 -recol3d=10535 -model=model_1060,0 - -// 3714 -[loc_3714] -active=no -hillskew=yes -blockrange=no -model=model_3722 - -// 3715 -[loc_3715] -active=no -width=2 -length=2 -hillskew=yes -resizex=256 -resizey=256 -resizez=256 -msi=msi_12 -blockrange=no -model=model_3722 - -// 3716 -[loc_3716] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_818 - -// 3717 -[loc_3717] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_819 - -// 3718 -[loc_3718] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_820 - -// 3719 -[loc_3719] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_821 - -// 3720 -[loc_3720] -hillskew=yes -istexture=yes -blockwalk=no -unknown90=yes -recol1s=12580 -recol1d=8454 -model=model_773,0 - -// 3721 -[loc_3721] -hillskew=yes -istexture=yes -blockwalk=no -unknown90=yes -recol1s=12580 -recol1d=8454 -model=model_785,0 - -// 3722 -[loc_3722] -hillskew=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=8454 -model=model_1743,0 -name=Rocks - -// 3723 -[loc_3723] -hillskew=yes -forcedecor=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=8454 -model=model_1784,0 -name=Rocks - -// 3724 -[loc_3724] -hillskew=yes -forcedecor=yes -hardshadow=no -recol1s=12580 -recol1d=8454 -model=model_1794,0 - -// 3725 -[loc_3725] -op1=Open -active=yes -blockrange=no -recol1s=12480 -recol1d=10502 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 3726 -[loc_3726] -mirror=yes -op1=Open -active=yes -blockrange=no -recol1s=12480 -recol1d=10502 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 3727 -[loc_3727] -op1=Close -active=yes -blockrange=no -recol1s=12480 -recol1d=10502 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 3728 -[loc_3728] -mirror=yes -op1=Close -active=yes -blockrange=no -recol1s=12480 -recol1d=10502 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 3729 -[loc_3729] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=10400 -recol1d=10502 -recol2s=10401 -recol2d=10502 -recol3s=11456 -recol3d=10502 -model=model_1009,1 -model=model_1010,2 -model=model_1011,3 -model=model_1012,4 -model=model_1013,5 - -// 3730 -[loc_3730] -length=2 -hillskew=yes -op1=Climb-over -raiseobject=no -blockrange=no -recol1s=10400 -recol1d=10502 -recol2s=10401 -recol2d=10502 -model=model_982 -name=Stile - -// 3731 -[loc_3731] -active=no -recol1s=12580 -recol1d=10502 -model=model_3281,1 - -// 3732 -[loc_3732] -sharelight=yes -hillskew=yes -recol1s=15718 -recol1d=10502 -recol2s=14661 -recol2d=11523 -recol3s=16774 -recol3d=12580 -recol4s=16774 -recol4d=11489 -model=model_2195,1 -model=model_2197,5 - -// 3733 -[loc_3733] -blockrange=no -recol1s=16846 -recol1d=11592 -model=model_1120,0 - -// 3734 -[loc_3734] -blockrange=no -recol1s=15789 -recol1d=11592 -model=model_1545,4 - -// 3735 -[loc_3735] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=9478 -recol3s=6176 -recol3d=7364 -recol4s=4096 -recol4d=5250 -recol5s=2048 -recol5d=3136 -model=model_731 -name=Cave Entrance - -// 3736 -[loc_3736] -width=3 -length=2 -ambient=60 -contrast=60 -sharelight=yes -op1=Exit -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=14763 -recol3s=6176 -recol3d=17934 -recol4s=4096 -recol4d=21105 -recol5s=2048 -recol5d=24276 -recol6s=0 -recol6d=27447 -model=model_3717 -name=Cave Exit - -// 3737 -[loc_3737] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=12580 -recol1d=11592 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 3738 -[loc_3738] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11592 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 3739 -[loc_3739] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=12580 -recol1d=11592 -model=model_823 - -// 3740 -[loc_3740] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=12580 -recol1d=11592 -model=model_787 - -// 3741 -[loc_3741] -blockrange=no -recol1s=10400 -recol1d=8421 -recol2s=32767 -recol2d=21034 -model=model_1552 -name=Danger sign - -// 3742 -[loc_3742] -op1=Read -ambient=10 -blockrange=no -model=model_3720 -name=Danger sign - -// 3743 -[loc_3743] -op1=Open -model=model_14930,1 -model=model_14931,5 -name=Large door - -// 3744 -[loc_3744] -active=no -model=model_14930,1 -model=model_14931,5 - -// 3745 -[loc_3745] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3746 -[loc_3746] -active=yes -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 3747 -[loc_3747] -active=yes -op1=Open -model=model_14928,1 -model=model_14929,5 -name=Door - -// 3748 -[loc_3748] -hillskew=yes -op1=Climb -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_818 -name=Rocks - -// 3749 -[loc_3749] -hillskew=yes -recol1s=13505 -recol1d=8458 -recol2s=14594 -recol2d=8458 -recol3s=15618 -recol3d=8458 -model=model_1124,0 - -// 3750 -[loc_3750] -hillskew=yes -recol1s=13505 -recol1d=8458 -recol2s=14594 -recol2d=8458 -recol3s=15618 -recol3d=8458 -model=model_1139,0 - -// 3751 -[loc_3751] -hillskew=yes -recol1s=13505 -recol1d=8458 -recol2s=14594 -recol2d=8458 -recol3s=15618 -recol3d=8458 -model=model_1032,0 - -// 3752 -[loc_3752] -anim=seq_502 -ambient=60 -contrast=60 -bgsound=synth_3141,5 -recol1s=32758 -recol1d=21178 -model=model_2317 -name=Mysterious glow - -// 3753 -[loc_3753] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=6345 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 3754 -[loc_3754] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=6345 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 3755 -[loc_3755] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=6345 -retex1s=material_560 -retex1d=material_418 -model=model_823 - -// 3756 -[loc_3756] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=6345 -model=model_787 - -// 3757 -[loc_3757] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=9478 -recol3s=6176 -recol3d=7364 -recol4s=4096 -recol4d=5250 -recol5s=2048 -recol5d=3136 -model=model_731 -name=Cave Entrance - -// 3758 -[loc_3758] -width=3 -length=2 -ambient=25 -contrast=25 -sharelight=yes -op1=Exit -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=14763 -recol3s=6176 -recol3d=17934 -recol4s=4096 -recol4d=21105 -recol5s=2048 -recol5d=24276 -recol6s=0 -recol6d=27447 -retex1s=material_407 -retex1d=material_72 -retex2s=material_453 -retex2d=material_83 -model=model_3717 -name=Cave Exit - -// 3759 -[loc_3759] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=9478 -recol3s=6176 -recol3d=7364 -recol4s=4096 -recol4d=5250 -recol5s=2048 -recol5d=3136 -model=model_731 -name=Cave Entrance - -// 3760 -[loc_3760] -width=3 -length=2 -ambient=25 -contrast=25 -sharelight=yes -op1=Exit -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=14763 -recol3s=6176 -recol3d=17934 -recol4s=4096 -recol4d=21105 -recol5s=2048 -recol5d=24276 -recol6s=0 -recol6d=27447 -retex1s=material_407 -retex1d=material_72 -model=model_3717 -name=Cave Exit - -// 3761 -[loc_3761] -width=3 -length=2 -ambient=25 -contrast=25 -sharelight=yes -op1=Open -model=model_37440 -name=Exit - -// 3762 -[loc_3762] -op1=Open -length=2 -hillskew=yes -shadow=no -ambient=40 -contrast=40 -model=model_3806 -name=Secret Door - -// 3763 -[loc_3763] -op1=Open -model=model_3802,1 -name=Cell Door - -// 3764 -[loc_3764] -op1=Close -model=model_3802,1 -name=Cell Door - -// 3765 -[loc_3765] -op1=Unlock -model=model_3802,1 -name=Cell Door - -// 3766 -[loc_3766] -model=model_3802,1 - -// 3767 -[loc_3767] -op1=Unlock -model=model_3802,1 -name=Cell Door - -// 3768 -[loc_3768] -model=model_3802,1 - -// 3769 -[loc_3769] -width=2 -length=2 -anim=seq_8647 -blockwalk=yes -ambient=75 -contrast=75 -bgsound=synth_2065,3 -hardshadow=no -blockrange=no -model=model_35614 -model2=model_35616 -name=Fire - -// 3770 -[loc_3770] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -active=yes -blockwalk=yes -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=14763 -recol3s=6176 -recol3d=17934 -recol4s=4096 -recol4d=21105 -recol5s=2048 -recol5d=24276 -recol6s=1024 -recol6d=27447 -retex1s=material_133 -retex1d=material_72 -model=model_35643,8 -model=model_3808,1 -model=model_3807,0 -name=Window - -// 3771 -[loc_3771] -width=3 -length=2 -ambient=10 -contrast=10 -shadow=no -op1=Enter -model=model_35642 -name=Stronghold - -// 3772 -[loc_3772] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=7329 -retex1s=material_560 -retex1d=material_418 -model=model_823 - -// 3773 -[loc_3773] -sharelight=yes -hillskew=yes -active=no -retex1s=material_378 -retex1d=material_83 -retex2s=material_76 -retex2d=material_72 -model=model_833 - -// 3774 -[loc_3774] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -op1=Leave -width=3 -length=2 -recolhsl1s=7301 -recolhsl1d=7236 -recolhsl2s=7304 -recolhsl2d=7225 -recolhsl3s=7308 -recolhsl3d=7213 -recolhsl4s=7314 -recolhsl4d=7202 -recolhsl5s=0 -recolhsl5d=7256 -model=model_37479 -name=Exit - -// 3775 -[loc_3775] -anim=seq_475 -ambient=25 -contrast=25 -model=model_3810 -name=Fire - -// 3776 -[loc_3776] -hillskew=yes -ambient=25 -contrast=25 -op1=Open -model=model_37698,1 -name=Door - -// 3777 -[loc_3777] -hillskew=yes -ambient=25 -contrast=25 -op1=Close -model=model_37698,1 -name=Door - -// 3778 -[loc_3778] -hillskew=yes -blockrange=no -model=model_3803,1 -model=model_35645,2 -model=model_3804,4 -model=model_3805,5 - -// 3779 -[loc_3779] -blockrange=no -model=model_3803,1 -model=model_35645,2 -model=model_3804,4 -model=model_3805,5 - -// 3780 -[loc_3780] -hillskew=yes -op1=Unlock -ambient=25 -contrast=25 -model=model_37715,1 -name=Prison Door - -// 3781 -[loc_3781] -hillskew=yes -ambient=25 -contrast=25 -model=model_37715,1 - -// 3782 -[loc_3782] -hillskew=yes -op1=Open -model=model_3803,1 -model=model_35645,2 -model=model_3804,4 -model=model_3805,5 -name=Arena Entrance - -// 3783 -[loc_3783] -hillskew=yes -mirror=yes -op1=Open -model=model_3803,1 -model=model_35645,2 -model=model_3804,4 -model=model_3805,5 -name=Arena Entrance - -// 3784 -[loc_3784] -hillskew=yes -model=model_3803,1 -model=model_35645,2 -model=model_3804,4 -model=model_3805,5 - -// 3785 -[loc_3785] -hillskew=yes -op1=Open -model=model_3803,1 -model=model_35645,2 -model=model_3804,4 -model=model_3805,5 -name=Arena Exit - -// 3786 -[loc_3786] -hillskew=yes -mirror=yes -op1=Open -model=model_3803,1 -model=model_35645,2 -model=model_3804,4 -model=model_3805,5 -name=Arena Exit - -// 3787 -[loc_3787] -hillskew=yes -model=model_3803,1 -model=model_35645,2 -model=model_3804,4 -model=model_3805,5 - -// 3788 -[loc_3788] -width=2 -length=3 -ambient=25 -contrast=15 -op1=Climb-up -forceapproach=south -msi=msi_7 -recolhsl1s=21522 -recolhsl1d=7310 -recolhsl2s=21530 -recolhsl2d=7315 -recolhsl3s=21534 -recolhsl3d=7320 -recolhsl4s=21539 -recolhsl4d=7325 -recolhsl5s=21543 -recolhsl5d=7330 -recol6s=10602 -recol6d=11592 -model=model_37486 -name=Stone Staircase - -// 3789 -[loc_3789] -width=2 -length=3 -ambient=25 -contrast=15 -op1=Climb-down -forceapproach=north -msi=msi_7 -recolhsl1s=21522 -recolhsl1d=7310 -recolhsl2s=21530 -recolhsl2d=7315 -recolhsl3s=21534 -recolhsl3d=7320 -recolhsl4s=21539 -recolhsl4d=7325 -recolhsl5s=21543 -recolhsl5d=7330 -recol6s=10602 -recol6d=11592 -model=model_37256 -name=Stone Staircase - -// 3790 -[loc_3790] -hillskew=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=8454 -model=model_1743,0 -name=Rocks - -// 3791 -[loc_3791] -hillskew=yes -forcedecor=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=8454 -model=model_1784,0 -name=Rocks - -// 3792 -[loc_3792] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=11592 -model=model_3793,1 - -// 3793 -[loc_3793] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=12580 -recol1d=11592 -model=model_3793,1 - -// 3794 -[loc_3794] -hillskew=yes -active=yes -blockrange=no -recol1s=12736 -recol1d=8512 -model=model_3794 -name=Grass - -// 3795 -[loc_3795] -hillskew=yes -blockwalk=no -active=yes -model=model_3795 -name=Grass - -// 3796 -[loc_3796] -hillskew=yes -sharelight=yes -resizex=128 -resizey=384 -resizez=128 -recol1s=7329 -recol1d=11592 -model=model_1050,0 - -// 3797 -[loc_3797] -blockrange=no -recol1s=28436 -recol1d=24206 -model=model_1078 -name=Corpse - -// 3798 -[loc_3798] -blockrange=no -recol1s=28436 -recol1d=24206 -model=model_1079 -name=Corpse - -// 3799 -[loc_3799] -width=2 -blockrange=no -recol1s=28436 -recol1d=24206 -model=model_1080 -name=Corpse - -// 3800 -[loc_3800] -ambient=25 -contrast=15 -width=2 -hillskew=yes -blockrange=no -recolhsl1s=7960 -recolhsl1d=7315 -recolhsl2s=7836 -recolhsl2d=7320 -recolhsl3s=7841 -recolhsl3d=7325 -recolhsl4s=14692 -recolhsl4d=7330 -recol5s=16772 -recol5d=11592 -recolhsl6s=7717 -recolhsl6d=7340 -model=model_17324 -name=Counter - -// 3801 -[loc_3801] -blockrange=no -recol1s=10401 -recol1d=9411 -model=model_1170 -name=Chair - -// 3802 -[loc_3802] -blockrange=no -recol1s=10401 -recol1d=9411 -model=model_1242 -name=Smashed chair - -// 3803 -[loc_3803] -hillskew=yes -op1=Climb -ambient=20 -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_1743,0 -name=Rocks - -// 3804 -[loc_3804] -hillskew=yes -op1=Climb -ambient=20 -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_1784,0 -name=Rocks - -// 3805 -[loc_3805] -active=yes -hillskew=yes -blockrange=no -model=model_3722 -name=Rocks - -// 3806 -[loc_3806] -active=yes -width=2 -length=2 -hillskew=yes -resizex=256 -resizey=256 -resizez=256 -blockrange=no -model=model_3722 -name=Rocks - -// 3807 -[loc_3807] -active=yes -hillskew=yes -blockrange=no -model=model_3722 -name=Rocks - -// 3808 -[loc_3808] -active=yes -width=2 -length=2 -hillskew=yes -resizex=256 -resizey=256 -resizez=256 -blockrange=no -model=model_3722 -name=Rocks - -// 3809 -[loc_3809] -hillskew=yes -resizex=64 -resizey=64 -resizez=64 -active=no -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_818 - -// 3810 -[loc_3810] -op1=Open -model=model_3802,1 -name=Storeroom Door - -// 3811 -[loc_3811] -model=model_3802,1 - -// 3812 -[loc_3812] -blockwalk=no -active=no -model=model_3814 - -// 3813 -[loc_3813] -ambient=25 -contrast=15 -active=yes -msi=msi_42 -blockrange=no -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33997 -name=Crate - -// 3814 -[loc_3814] -ambient=25 -contrast=15 -active=yes -msi=msi_42 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33996 -name=Crates - -// 3815 -[loc_3815] -ambient=25 -contrast=15 -active=yes -msi=msi_42 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33996 -name=Crates - -// 3816 -[loc_3816] -width=2 -length=2 -ambient=10 -contrast=10 -op1=Open -blockrange=no -recolhsl1s=7960 -recolhsl1d=7315 -recolhsl2s=7836 -recolhsl2d=7320 -recolhsl3s=7841 -recolhsl3d=7325 -recolhsl4s=14692 -recolhsl4d=7330 -recol5s=16772 -recol5d=11592 -recolhsl6s=7717 -recolhsl6d=7340 -model=model_37443 -name=Kitchen Drawers - -// 3817 -[loc_3817] -width=2 -length=2 -ambient=10 -contrast=10 -op1=Close -op2=Search -blockrange=no -recolhsl1s=7960 -recolhsl1d=7315 -recolhsl2s=7836 -recolhsl2d=7320 -recolhsl3s=7841 -recolhsl3d=7325 -recolhsl4s=14692 -recolhsl4d=7330 -recol5s=16772 -recol5d=11592 -recolhsl6s=7717 -recolhsl6d=7340 -model=model_37318 -name=Kitchen Drawers - -// 3818 -[loc_3818] -active=no -forcedecor=yes -blockrange=no -recol1s=7329 -recol1d=7328 -model=model_1757 - -// 3819 -[loc_3819] -active=no -forcedecor=yes -resizex=64 -resizey=112 -resizez=64 -blockrange=no -recol1s=7329 -recol1d=7328 -model=model_1757 - -// 3820 -[loc_3820] -width=2 -blockrange=no -recol1s=15520 -recol1d=10468 -recol2s=16846 -recol2d=14764 -model=model_14206 -name=Food Trough - -// 3821 -[loc_3821] -width=2 -length=3 -op1=Search -active=yes -blockrange=no -recolhsl1s=7463 -recolhsl1d=6424 -recolhsl2s=7587 -recolhsl2d=6434 -recolhsl3s=7582 -recolhsl3d=6429 -recolhsl4s=6550 -recolhsl4d=6414 -model=model_25041 -name=Rack - -// 3822 -[loc_3822] -op1=Search -ambient=25 -contrast=15 -blockrange=no -model=model_3819 -name=Goutweed Crate - -// 3823 -[loc_3823] -active=yes -blockrange=no -recol1s=10400 -recol1d=7364 -recol2s=32767 -recol2d=7364 -model=model_1552 -name=Sign - -// 3824 -[loc_3824] -anim=seq_479 -width=2 -length=2 -resizex=192 -resizey=192 -resizez=192 -bgsound=synth_3115,3 -recol1s=1537 -recol1d=23181 -recol2s=320 -recol2d=15716 -model=model_2241 -name=Troll Stew - -// 3825 -[loc_3825] -hillskew=yes -active=yes -recol1s=13537 -recol1d=18953 -model=model_694 -name=Stalagmite - -// 3826 -[loc_3826] -blockwalk=no -recol1s=13537 -recol1d=18953 -model=model_693 -name=Stalagmites - -// 3827 -[loc_3827] -width=2 -length=2 -model=model_3824 -name=Tunnel entrance - -// 3828 -[loc_3828] -width=2 -length=2 -op1=Climb-down -model=model_3825 -name=Tunnel entrance - -// 3829 -[loc_3829] -blockwalk=no -op1=Climb-up -model=model_1487 -name=Rope - -// 3830 -[loc_3830] -width=2 -length=2 -recol1s=26381 -recol1d=18953 -recol2s=25259 -recol2d=17894 -recol3s=21031 -recol3d=14725 -recol4s=15780 -recol4d=12611 -recol5s=11552 -recol5d=10497 -model=model_3824 -name=Tunnel entrance - -// 3831 -[loc_3831] -width=2 -length=2 -op1=Climb-down -recol1s=26381 -recol1d=18953 -recol2s=25259 -recol2d=17894 -recol3s=21031 -recol3d=14725 -recol4s=15780 -recol4d=12611 -recol5s=11552 -recol5d=10497 -model=model_3825 -name=Tunnel entrance - -// 3832 -[loc_3832] -blockwalk=no -op1=Climb-up -model=model_1487 -name=Rope - -// 3833 -[loc_3833] -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_3845 -name=Cocoon - -// 3834 -[loc_3834] -hillskew=yes -model=model_3846,1 -model=model_3847,3 -model=model_3848,4 - -// 3835 -[loc_3835] -active=no -hillskew=yes -sharelight=yes -model=model_3843 - -// 3836 -[loc_3836] -active=no -hillskew=yes -sharelight=yes -model=model_3844 - -// 3837 -[loc_3837] -active=no -hillskew=yes -model=model_3842 - -// 3838 -[loc_3838] -active=no -hillskew=yes -model=model_3841 - -// 3839 -[loc_3839] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3837,0 - -// 3840 -[loc_3840] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3826,0 - -// 3841 -[loc_3841] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3832,0 - -// 3842 -[loc_3842] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3834,0 - -// 3843 -[loc_3843] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3833,0 - -// 3844 -[loc_3844] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3835,0 - -// 3845 -[loc_3845] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3836,0 - -// 3846 -[loc_3846] -hillskew=yes -mirror=yes -msi=msi_49 -forcedecor=yes -model=model_3836,0 - -// 3847 -[loc_3847] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3827,0 - -// 3848 -[loc_3848] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3828,0 - -// 3849 -[loc_3849] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3829,0 - -// 3850 -[loc_3850] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3830,0 - -// 3851 -[loc_3851] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_3831,0 - -// 3852 -[loc_3852] -active=no -hillskew=yes -sharelight=yes -model=model_3840 - -// 3853 -[loc_3853] -active=no -hillskew=yes -sharelight=yes -model=model_3838 - -// 3854 -[loc_3854] -active=no -hillskew=yes -sharelight=yes -model=model_3839 - -// 3855 -[loc_3855] -ambient=30 -model=model_3865,Q - -// 3856 -[loc_3856] -model=model_3867 -name=Crate - -// 3857 -[loc_3857] -model=model_3868 -name=Crate - -// 3858 -[loc_3858] -length=2 -model=model_3870 -name=Fishing rod - -// 3859 -[loc_3859] -length=2 -width=2 -model=model_3871 -name=Fishing rod - -// 3860 -[loc_3860] -model=model_3866 -name=Barrel - -// 3861 -[loc_3861] -model=model_3869 -name=Crate - -// 3862 -[loc_3862] -anim=seq_475 -blockwalk=no -bgsound=synth_2065,3 -hardshadow=no -model=model_3880 -name=Burning bones - -// 3863 -[loc_3863] -width=2 -length=2 -op1=Pray-at -model=model_1469 -name=Tribal Statue - -// 3864 -[loc_3864] -hillskew=yes -sharelight=yes -model=model_3882,0 - -// 3865 -[loc_3865] -active=no -model=model_3985,1 -model=model_3986,2 -model=model_3987,3 -model=model_3988,5 - -// 3866 -[loc_3866] -active=no -model=model_3995 - -// 3867 -[loc_3867] -mirror=yes -active=no -model=model_3995 - -// 3868 -[loc_3868] -active=no -model=model_3989,1 - -// 3869 -[loc_3869] -active=no -model=model_3993,1 - -// 3870 -[loc_3870] -active=no -model=model_3994,1 - -// 3871 -[loc_3871] -active=no -model=model_3990,1 -model=model_3991,2 -model=model_35684,3 -model=model_3992,5 - -// 3872 -[loc_3872] -width=3 -length=3 -anim=seq_1211 -active=no -model=model_3958 - -// 3873 -[loc_3873] -width=3 -length=3 -active=no -model=model_3959 - -// 3874 -[loc_3874] -width=2 -active=no -model=model_3996 - -// 3875 -[loc_3875] -width=2 -mirror=yes -active=no -model=model_3996 - -// 3876 -[loc_3876] -active=no -model=model_3999 - -// 3877 -[loc_3877] -active=no -model=model_4000 - -// 3878 -[loc_3878] -anim=seq_1212 -ambient=20 -model=model_3953,Q - -// 3879 -[loc_3879] -width=3 -length=3 -msi=msi_10 -op1=Chop down -op3=hidden -ambient=25 -contrast=25 -hillchange=tree_skew,42 -model=model_3944 -name=Tree - -// 3880 -[loc_3880] -width=3 -length=3 -msi=msi_10 -model=model_3945 -name=Tree stump - -// 3881 -[loc_3881] -width=3 -length=3 -resizex=128 -resizey=150 -resizez=128 -msi=msi_10 -op1=Chop down -op3=hidden -ambient=25 -contrast=25 -hillchange=tree_skew,42 -model=model_3944 -name=Tree - -// 3882 -[loc_3882] -width=3 -length=3 -resizex=128 -resizey=170 -resizez=128 -msi=msi_10 -op1=Chop down -op3=hidden -ambient=25 -contrast=25 -hillchange=tree_skew,42 -model=model_3944 -name=Tree - -// 3883 -[loc_3883] -width=2 -length=2 -resizex=64 -resizey=84 -resizez=64 -msi=msi_9 -op1=Chop down -op3=hidden -ambient=25 -contrast=25 -hillchange=tree_skew,42 -model=model_3944 -name=Tree - -// 3884 -[loc_3884] -width=2 -length=2 -msi=msi_10 -model=model_3945 -name=Tree stump - -// 3885 -[loc_3885] -width=3 -length=3 -hillskew=yes -msi=msi_11 -model=model_3924 -name=Tree - -// 3886 -[loc_3886] -msi=msi_6 -ambient=25 -contrast=25 -hillchange=tree_skew,42 -model=model_3941 -name=Tree - -// 3887 -[loc_3887] -width=3 -length=3 -msi=msi_6 -ambient=25 -contrast=25 -model=model_3942 -name=Tree - -// 3888 -[loc_3888] -msi=msi_6 -recol1s=15784 -recol1d=13734 -model=model_3941 -name=Tree - -// 3889 -[loc_3889] -width=3 -length=3 -msi=msi_6 -ambient=25 -contrast=25 -recol1s=15784 -recol1d=13734 -model=model_3942 -name=Tree - -// 3890 -[loc_3890] -msi=msi_6 -ambient=25 -contrast=25 -hillchange=tree_skew,150 -recol1s=15784 -recol1d=10534 -model=model_3941 -name=Tree - -// 3891 -[loc_3891] -width=3 -length=3 -msi=msi_6 -recol1s=15784 -recol1d=10534 -model=model_3942 -name=Tree - -// 3892 -[loc_3892] -width=6 -length=3 -msi=msi_11 -model=model_3943 -name=Fallen tree - -// 3893 -[loc_3893] -hillskew=yes -model=model_3940 -name=Tree - -// 3894 -[loc_3894] -width=2 -length=2 -hillskew=yes -msi=msi_11 -active=no -model=model_3919 - -// 3895 -[loc_3895] -width=2 -length=2 -hillskew=yes -msi=msi_11 -active=no -model=model_3921 - -// 3896 -[loc_3896] -hillskew=yes -msi=msi_11 -active=no -model=model_3922 - -// 3897 -[loc_3897] -hillskew=yes -msi=msi_11 -active=no -model=model_3923 - -// 3898 -[loc_3898] -hillskew=yes -active=no -recol1s=12736 -recol1d=15840 -model=model_3913,0 - -// 3899 -[loc_3899] -hillskew=yes -active=no -recol1s=12736 -recol1d=15840 -model=model_3914,0 - -// 3900 -[loc_3900] -hillskew=yes -active=no -mirror=yes -recol1s=12736 -recol1d=15840 -model=model_3914,0 - -// 3901 -[loc_3901] -blockwalk=no -resizex=100 -resizey=100 -resizez=100 -recol1s=7168 -recol1d=32542 -recol2s=27944 -recol2d=21308 -recol3s=19488 -recol3d=15926 -recol4s=23716 -recol4d=7639 -recol5s=29958 -recol5d=11833 -recol6s=29991 -recol6d=11933 -model=model_1658 -name=Flowers - -// 3902 -[loc_3902] -blockwalk=no -resizex=200 -resizey=200 -resizez=200 -recol1s=7168 -recol1d=32542 -recol2s=27944 -recol2d=21308 -recol3s=19488 -recol3d=15926 -recol4s=23716 -recol4d=7639 -recol5s=29958 -recol5d=11833 -recol6s=29991 -recol6d=11933 -model=model_1623 -name=Flowers - -// 3903 -[loc_3903] -blockwalk=no -resizex=170 -resizey=170 -resizez=170 -recol1s=7168 -recol1d=32542 -recol2s=27944 -recol2d=21308 -recol3s=19488 -recol3d=15926 -recol4s=23716 -recol4d=7639 -recol5s=29958 -recol5d=11833 -recol6s=29991 -recol6d=11933 -model=model_1658 -name=Flowers - -// 3904 -[loc_3904] -blockwalk=no -resizex=170 -resizey=170 -resizez=170 -recol1s=7168 -recol1d=32542 -recol2s=27944 -recol2d=21308 -recol3s=19488 -recol3d=15926 -recol4s=23716 -recol4d=7639 -recol5s=29958 -recol5d=11833 -recol6s=29991 -recol6d=11933 -model=model_1623 -name=Flowers - -// 3905 -[loc_3905] -blockwalk=no -resizex=150 -resizey=150 -resizez=150 -recol1s=7168 -recol1d=32542 -recol2s=27944 -recol2d=21308 -recol3s=19488 -recol3d=15926 -recol4s=23716 -recol4d=7639 -recol5s=29958 -recol5d=11833 -recol6s=29991 -recol6d=11933 -model=model_1658 -name=Flowers - -// 3906 -[loc_3906] -blockwalk=no -resizex=150 -resizey=150 -resizez=150 -recol1s=7168 -recol1d=32542 -recol2s=27944 -recol2d=21308 -recol3s=19488 -recol3d=15926 -recol4s=23716 -recol4d=7639 -recol5s=29958 -recol5d=11833 -recol6s=29991 -recol6d=11933 -model=model_1623 -name=Flowers - -// 3907 -[loc_3907] -hillskew=yes -active=no -model=model_3946,0 - -// 3908 -[loc_3908] -hillskew=yes -active=no -model=model_3947,0 - -// 3909 -[loc_3909] -hillskew=yes -active=no -model=model_3948,0 - -// 3910 -[loc_3910] -hillskew=yes -active=no -model=model_3950,0 - -// 3911 -[loc_3911] -hillskew=yes -active=no -model=model_3949,0 - -// 3912 -[loc_3912] -blockrange=no -recol1s=18626 -recol1d=9909 -recol2s=3170 -recol2d=30655 -model=model_1579 -name=Mushroom - -// 3913 -[loc_3913] -blockrange=no -recol1s=18626 -recol1d=9909 -recol2s=3170 -recol2d=30655 -recol3s=29098 -recol3d=9909 -recol4s=32593 -recol4d=9909 -recol5s=23878 -recol5d=9909 -recol6s=21764 -recol6d=9909 -model=model_1722 -name=Mushrooms - -// 3914 -[loc_3914] -blockrange=no -recol1s=18626 -recol1d=9909 -recol2s=3170 -recol2d=30655 -model=model_1646 -name=Mushroom - -// 3915 -[loc_3915] -blockrange=no -recol1s=32697 -recol1d=26320 -recol2s=3170 -recol2d=32697 -recol3s=29098 -recol3d=27412 -model=model_3916 -name=Mushroom - -// 3916 -[loc_3916] -blockrange=no -recol1s=32697 -recol1d=26320 -recol2s=3170 -recol2d=32697 -recol3s=29098 -recol3d=27412 -model=model_3917 -name=Mushrooms - -// 3917 -[loc_3917] -blockrange=no -recol1s=32697 -recol1d=26320 -recol2s=3170 -recol2d=32697 -recol3s=29098 -recol3d=27412 -model=model_3918 -name=Mushroom - -// 3918 -[loc_3918] -anim=seq_1212 -active=yes -model=model_3952 -name=Elven lamp - -// 3919 -[loc_3919] -blockwalk=no -model=model_3976 -name=Twigs - -// 3920 -[loc_3920] -hillskew=yes -active=no -length=2 -model=model_3920 - -// 3921 -[loc_3921] -blockwalk=no -op1=Step-over -length=2 -model=model_3983 -name=Tripwire - -// 3922 -[loc_3922] -width=3 -blockwalk=no -op1=Pass -model=model_3984 -name=Sticks - -// 3923 -[loc_3923] -blockwalk=no -op1=Jump -model=model_3980,0 -name=Leaves - -// 3924 -[loc_3924] -blockwalk=no -op1=Jump -model=model_3981,0 -name=Leaves - -// 3925 -[loc_3925] -blockwalk=no -op1=Jump -model=model_3982,0 -name=Leaves - -// 3926 -[loc_3926] -active=no -anim=seq_1216 -blockwalk=no -width=4 -length=2 -model=model_3978 - -// 3927 -[loc_3927] -op1=Climb -model=model_37985,Q -name=Protruding rocks - -// 3928 -[loc_3928] -width=3 -length=3 -model=model_3977 -name=Tree - -// 3929 -[loc_3929] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -recol1s=11424 -recol1d=16808 -model=model_1115,0 -name=Log balance - -// 3930 -[loc_3930] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -recol1s=11424 -recol1d=16808 -model=model_1128,0 -name=Log balance - -// 3931 -[loc_3931] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -op1=Cross -recol1s=11424 -recol1d=16808 -model=model_1115,0 -name=Log balance - -// 3932 -[loc_3932] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -op1=Cross -recol1s=11424 -recol1d=16808 -model=model_1115,0 -name=Log balance - -// 3933 -[loc_3933] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -op1=Cross -recol1s=11424 -recol1d=16808 -model=model_1115,0 -name=Log balance - -// 3934 -[loc_3934] -hillskew=yes -active=no -resizex=128 -resizey=64 -resizez=128 -hardshadow=no -recol1s=12736 -recol1d=14036 -model=model_3605,0 - -// 3935 -[loc_3935] -hillskew=yes -active=no -resizex=128 -resizey=64 -resizez=128 -recol1s=12736 -recol1d=14036 -model=model_3606,0 - -// 3936 -[loc_3936] -hillskew=yes -active=no -resizex=128 -resizey=64 -resizez=128 -recol1s=12736 -recol1d=14036 -model=model_3607,0 - -// 3937 -[loc_3937] -width=3 -length=2 -op1=Enter -model=model_3969 -name=Dense forest - -// 3938 -[loc_3938] -width=3 -length=2 -op1=Enter -model=model_3968 -name=Dense forest - -// 3939 -[loc_3939] -width=3 -length=2 -op1=Enter -model=model_3970 -name=Dense forest - -// 3940 -[loc_3940] -resizex=64 -resizey=34 -resizez=64 -active=no -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 - -// 3941 -[loc_3941] -hillskew=yes -shadow=no -op1=Follow -blockwalk=no -model=model_3910,0 -name=Tracks - -// 3942 -[loc_3942] -width=3 -active=no -recol1s=18823 -recol1d=16808 -recol2s=21927 -recol2d=16808 -model=model_1634 - -// 3943 -[loc_3943] -width=2 -active=no -recol1s=18823 -recol1d=16808 -recol2s=21927 -recol2d=16808 -model=model_1594 - -// 3944 -[loc_3944] -width=2 -op1=Enter -ambient=25 -model=model_3996 -name=Huge Gate - -// 3945 -[loc_3945] -width=2 -mirror=yes -op1=Enter -ambient=25 -model=model_3996 -name=Huge Gate - -// 3946 -[loc_3946] -length=2 -ambient=25 -model=model_3997 -name=Huge Gate - -// 3947 -[loc_3947] -length=2 -ambient=25 -model=model_3998 -name=Huge Gate - -// 3948 -[loc_3948] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=10500 -recol2s=14594 -recol2d=10500 -recol3s=15618 -recol3d=10500 -model=model_1124,0 - -// 3949 -[loc_3949] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=10500 -recol2s=14594 -recol2d=10500 -recol3s=15618 -recol3d=10500 -model=model_1139,0 - -// 3950 -[loc_3950] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=10500 -recol2s=14594 -recol2d=10500 -recol3s=15618 -recol3d=10500 -model=model_1032,0 - -// 3951 -[loc_3951] -hillskew=yes -active=no -recol1s=16846 -recol1d=16774 -model=model_3931,0 - -// 3952 -[loc_3952] -hillskew=yes -mirror=yes -active=no -recol1s=16846 -recol1d=16774 -model=model_3931,0 - -// 3953 -[loc_3953] -hillskew=yes -active=no -recol1s=16846 -recol1d=16774 -model=model_3929,0 - -// 3954 -[loc_3954] -hillskew=yes -mirror=yes -active=no -recol1s=16846 -recol1d=16774 -model=model_3929,0 - -// 3955 -[loc_3955] -hillskew=yes -active=no -recol1s=16846 -recol1d=16774 -model=model_3932,0 - -// 3956 -[loc_3956] -hillskew=yes -active=no -recol1s=16846 -recol1d=16774 -model=model_3933,0 - -// 3957 -[loc_3957] -hillskew=yes -active=no -recol1s=16846 -recol1d=16774 -model=model_3934,0 - -// 3958 -[loc_3958] -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -active=no -recol1s=6240 -recol1d=3203 -model=model_2172 - -// 3959 -[loc_3959] -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -active=no -recol1s=6240 -recol1d=3203 -model=model_2173 - -// 3960 -[loc_3960] -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -active=no -recol1s=6240 -recol1d=3203 -model=model_2174 - -// 3961 -[loc_3961] -anim=seq_480 -active=no -hardshadow=no -recol1s=3301 -recol1d=3203 -model=model_2259 - -// 3962 -[loc_3962] -hillskew=yes -op1=Take -model=model_3927 -name=Sulphur - -// 3963 -[loc_3963] -hillskew=yes -op1=Take -model=model_3926 -name=Sulphur - -// 3964 -[loc_3964] -hillskew=yes -op1=Take -model=model_3925 -name=Sulphur - -// 3965 -[loc_3965] -active=no -model=model_3928,0 - -// 3966 -[loc_3966] -anim=seq_523 -active=no -hardshadow=no -recol1s=32758 -recol1d=20071 -model=model_2235 - -// 3967 -[loc_3967] -resizex=60 -resizey=80 -resizez=60 -recol1s=15784 -recol1d=3203 -recol2s=12736 -recol2d=3203 -model=model_3941 -name=Tree - -// 3968 -[loc_3968] -resizex=80 -resizey=100 -resizez=80 -recol1s=15784 -recol1d=3203 -recol2s=12736 -recol2d=3203 -model=model_3941 -name=Tree - -// 3969 -[loc_3969] -blockrange=no -recol1s=32764 -recol1d=3203 -model=model_2171 -name=Pile of skulls - -// 3970 -[loc_3970] -blockwalk=no -recol1s=22131 -recol1d=3203 -recol2s=20017 -recol2d=3203 -recol3s=17903 -recol3d=3203 -recol4s=15789 -recol4d=3203 -recol5s=11561 -recol5d=3203 -model=model_2149 -name=Charred bones - -// 3971 -[loc_3971] -blockrange=no -recol1s=28436 -recol1d=3203 -model=model_3907 -name=Corpse - -// 3972 -[loc_3972] -blockrange=no -recol1s=28436 -recol1d=3203 -model=model_1079 -name=Corpse - -// 3973 -[loc_3973] -blockrange=no -recol1s=28436 -recol1d=3203 -model=model_3906 -name=Corpse - -// 3974 -[loc_3974] -blockrange=no -recol1s=28436 -recol1d=3203 -model=model_3905 -name=Corpse - -// 3975 -[loc_3975] -active=yes -forcedecor=yes -shadow=no -hillskew=yes -blockwalk=no -sharelight=yes -op1=Take -model=model_3951 -name=Tar - -// 3976 -[loc_3976] -length=5 -anim=seq_1223 -active=yes -multivar=varplayerbit_4443 -multiloc=0,loc_29437 -multiloc=1,loc_29436 -multiloc=2,loc_29438 - -// 3977 -[loc_3977] -length=5 -active=yes -multivar=varplayerbit_4443 -multiloc=0,loc_29440 -multiloc=1,loc_29439 -multiloc=2,loc_29441 - -// 3978 -[loc_3978] -length=5 -active=yes -multivar=varplayerbit_4443 -multiloc=0,loc_29443 -multiloc=1,loc_29442 -multiloc=2,loc_29444 - -// 3979 -[loc_3979] -ambient=50 -contrast=10 -sharelight=yes -active=no -model=model_3971,1 -model=model_3972,2 -model=model_3973,5 - -// 3980 -[loc_3980] -op1=Enter -ambient=50 -contrast=10 -sharelight=yes -model=model_3974,1 -name=Tent flap - -// 3981 -[loc_3981] -sharelight=yes -active=no -recol1s=28407 -recol1d=10678 -recol2s=5348 -recol2d=21069 -model=model_1966,A -model=model_1971,S -model=model_1967,D -model=model_1968,F -model=model_1969,G - -// 3982 -[loc_3982] -sharelight=yes -active=no -recol1s=28407 -recol1d=21069 -recol2s=5348 -recol2d=10678 -model=model_1956,H - -// 3983 -[loc_3983] -sharelight=yes -active=yes -recol1s=28407 -recol1d=21069 -model=model_1970 -name=Tent - -// 3984 -[loc_3984] -sharelight=yes -active=yes -recol1s=28407 -recol1d=10678 -recol2s=5348 -recol2d=21069 -model=model_3936 -name=Tent - -// 3985 -[loc_3985] -sharelight=yes -active=yes -recol1s=28407 -recol1d=21069 -model=model_3937 -name=Tent - -// 3986 -[loc_3986] -active=yes -recol1s=28407 -recol1d=10678 -recol2s=5348 -recol2d=21069 -model=model_3938,Q -name=Tent - -// 3987 -[loc_3987] -anim=seq_1233 -recol1s=9344 -recol1d=16808 -model=model_3966 -name=Barrel - -// 3988 -[loc_3988] -active=no -recol1s=9344 -recol1d=16808 -model=model_1998 - -// 3989 -[loc_3989] -active=no -recol1s=9344 -recol1d=16808 -model=model_1999 - -// 3990 -[loc_3990] -width=2 -active=no -blockrange=no -recol1s=16704 -recol1d=14729 -recol2s=12513 -recol2d=11558 -recol3s=9377 -recol3d=8387 -recol4s=6241 -recol4d=5216 -recol5s=16846 -recol5d=16840 -model=model_1812 - -// 3991 -[loc_3991] -active=no -blockrange=no -recol1s=16704 -recol1d=14729 -recol2s=12513 -recol2d=11558 -recol3s=9377 -recol3d=8387 -recol4s=6241 -recol4d=5216 -recol5s=16846 -recol5d=16840 -model=model_5738,8 -model=model_659,1 -model=model_660,5 - -// 3992 -[loc_3992] -contrast=100 -ambient=10 -recol1s=12547 -recol1d=16808 -recol2s=25730 -recol2d=21069 -recol3s=32569 -recol3d=10678 -recol4s=1113 -recol4d=32569 -model=model_1471 -name=Standard - -// 3993 -[loc_3993] -contrast=100 -ambient=10 -recol1s=12547 -recol1d=16808 -recol2s=25730 -recol2d=21069 -recol3s=32569 -recol3d=10678 -recol4s=1113 -recol4d=32569 -model=model_1430 -name=Standard - -// 3994 -[loc_3994] -model=model_3912 -name=Small furnace - -// 3995 -[loc_3995] -ambient=50 -contrast=10 -active=yes -model=model_3971,1 -model=model_3972,2 -model=model_3973,5 -name=Tent wall - -// 3996 -[loc_3996] -op1=Enter -ambient=50 -contrast=10 -model=model_3974,1 -name=Tent flap - -// 3997 -[loc_3997] -ambient=50 -contrast=10 -active=yes -anim=seq_1234 -recol1s=28407 -recol1d=10678 -recol2s=5348 -recol2d=21069 -model=model_3954,1 -model=model_3955,2 -model=model_3956,5 -name=Tent wall - -// 3998 -[loc_3998] -width=3 -length=2 -op1=Enter -model=model_3968 -name=Dense forest - -// 3999 -[loc_3999] -width=3 -length=2 -op1=Enter -msi=msi_70 -model=model_3969 -name=Dense forest - -// 4000 -[loc_4000] -recol1s=28407 -recol1d=10678 -recol2s=5348 -recol2d=21069 -model=model_3957 -name=Tent roof - -// 4001 -[loc_4001] -active=yes -ambient=50 -contrast=10 -recol1s=28407 -recol1d=10678 -recol2s=5348 -recol2d=21069 -model=model_3935 -name=Tent wall - -// 4002 -[loc_4002] -model=model_3939 -name=Tent pole - -// 4003 -[loc_4003] -model=model_3908,0 - -// 4004 -[loc_4004] -anim=seq_1235 -ambient=25 -contrast=15 -width=2 -length=2 -op1=Climb-down -model=model_35679 -name=Well - -// 4005 -[loc_4005] -anim=seq_1235 -ambient=25 -contrast=15 -width=2 -length=2 -op1=Climb-down -model=model_35679 -name=Well - -// 4006 -[loc_4006] -width=4 -length=2 -op1=Enter -recol1s=10400 -recol1d=17792 -recol2s=8288 -recol2d=17792 -recol3s=6176 -recol3d=15716 -recol4s=4096 -recol4d=13604 -recol5s=2048 -recol5d=7299 -model=model_731 -name=Cave entrance - -// 4007 -[loc_4007] -width=3 -length=2 -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -op1=Exit -model=model_37276 -name=Cave Exit - -// 4008 -[loc_4008] -ambient=25 -contrast=15 -width=2 -op1=Pray-at -recol1s=11492 -recol1d=5251 -recol2s=8355 -recol2d=9445 -model=model_12372 -model2=model_12379 -name=Altar - -// 4009 -[loc_4009] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3201 - -// 4010 -[loc_4010] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3202 - -// 4011 -[loc_4011] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3207 - -// 4012 -[loc_4012] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3203 - -// 4013 -[loc_4013] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3199 - -// 4014 -[loc_4014] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3204 - -// 4015 -[loc_4015] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3200 - -// 4016 -[loc_4016] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3212 - -// 4017 -[loc_4017] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3210 - -// 4018 -[loc_4018] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_658 - -// 4019 -[loc_4019] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3213 - -// 4020 -[loc_4020] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3211 - -// 4021 -[loc_4021] -sharelight=yes -active=no -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3214 - -// 4022 -[loc_4022] -sharelight=yes -active=no -hillchange=tree_skew,90 -hardshadow=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3209 - -// 4023 -[loc_4023] -hillskew=yes -sharelight=yes -hardshadow=no -blockrange=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_3205,1 - -// 4024 -[loc_4024] -anim=seq_1231 -model=model_3965 -name=Barrel - -// 4025 -[loc_4025] -anim=seq_1233 -model=model_3966 -name=Barrel - -// 4026 -[loc_4026] -op1=Operate -ambient=30 -model=model_3911 -name=Fractionalizing still - -// 4027 -[loc_4027] -op1=Mine -op2=Prospect -op3=hidden -recol1s=16909 -recol1d=16874 -recol2s=6342 -recol2d=15852 -model=model_3184 -name=Pile of Rock - -// 4028 -[loc_4028] -op1=Mine -op2=Prospect -op3=hidden -recol1s=10504 -recol1d=16874 -recol2s=6342 -recol2d=15852 -model=model_3183 -name=Pile of Rock - -// 4029 -[loc_4029] -op1=Mine -op2=Prospect -op3=hidden -resizex=96 -resizey=96 -resizez=96 -recol1s=10504 -recol1d=16874 -recol2s=6342 -recol2d=15852 -model=model_3195 -name=Pile of Rock - -// 4030 -[loc_4030] -op1=Mine -op2=Prospect -resizex=64 -resizey=64 -resizez=64 -recol1s=10504 -recol1d=16874 -recol2s=6342 -recol2d=16874 -model=model_3195 -name=Pile of Rock - -// 4031 -[loc_4031] -width=4 -msi=msi_14 -op1=Go-through -op2=Look-at -op3=Quick-pass -model=model_4051 -name=Shantay pass - -// 4032 -[loc_4032] -hillskew=yes -msi=msi_49 -forcedecor=yes -model=model_4049,0 - -// 4033 -[loc_4033] -hillskew=yes -forcedecor=yes -model=model_4073,0 - -// 4034 -[loc_4034] -hillskew=yes -shadow=no -ambient=35 -contrast=35 -model=model_4068,2 -model=model_4069,4 - -// 4035 -[loc_4035] -hillskew=yes -shadow=no -active=yes -ambient=35 -contrast=35 -recol1s=32767 -recol1d=20017 -model=model_4070,5 -name=Druid's robes - -// 4036 -[loc_4036] -hillskew=yes -shadow=no -active=yes -ambient=35 -contrast=35 -recol1s=32767 -recol1d=20017 -model=model_4071,5 -name=Druid's robes - -// 4037 -[loc_4037] -hillskew=yes -resizex=64 -resizey=64 -resizez=64 -model=model_1026,0 - -// 4038 -[loc_4038] -hillskew=yes -resizex=112 -resizey=112 -resizez=112 -model=model_1047,0 - -// 4039 -[loc_4039] -op1=hidden -op2=hidden -active=yes -multivar=varplayerbit_4303 -multiloc=0,loc_28675 -multiloc=1,loc_28675 -multiloc=2,loc_28676 - -// 4040 -[loc_4040] -hillskew=yes -active=no -model=model_4061,1 -model=model_4062,5 - -// 4041 -[loc_4041] -active=no -model=model_26866 - -// 4042 -[loc_4042] -active=no -model=model_26867 - -// 4043 -[loc_4043] -hillskew=yes -active=yes -model=model_4063,1 -name=Aviary Hatch - -// 4044 -[loc_4044] -model=model_4087 -name=Standard - -// 4045 -[loc_4045] -active=no -forcedecor=yes -model=model_1336,0 - -// 4046 -[loc_4046] -length=2 -width=2 -anim=seq_1260 -active=no -bgsound=synth_2184,3 -model=model_4085 - -// 4047 -[loc_4047] -length=2 -width=2 -anim=seq_1261 -contrast=30 -ambient=30 -active=no -bgsound=synth_2184,3 -model=model_4086 - -// 4048 -[loc_4048] -sharelight=yes -msi=msi_6 -hillchange=tree_skew,63 -model=model_4080 -name=Tree - -// 4049 -[loc_4049] -forcedecor=yes -sharelight=yes -model=model_4081 -name=Tree - -// 4050 -[loc_4050] -length=3 -width=3 -forcedecor=yes -sharelight=yes -model=model_4082 -name=Tree - -// 4051 -[loc_4051] -msi=msi_6 -hillchange=tree_skew,63 -recol1s=4193 -recol1d=7428 -model=model_1719 -name=Tree - -// 4052 -[loc_4052] -width=2 -length=2 -msi=msi_6 -hillchange=tree_skew,63 -model=model_4079 -name=Tree - -// 4053 -[loc_4053] -msi=msi_6 -hillchange=tree_skew,63 -recol1s=15784 -recol1d=7428 -model=model_3941 -name=Tree - -// 4054 -[loc_4054] -width=3 -length=3 -msi=msi_6 -hillchange=tree_skew,63 -recol1s=15784 -recol1d=7428 -model=model_3942 -name=Tree - -// 4055 -[loc_4055] -hillchange=tree_skew,90 -model=model_4092 -name=Huge Mushroom - -// 4056 -[loc_4056] -model=model_4093 -name=Huge Mushroom - -// 4057 -[loc_4057] -model=model_4094 -name=Huge Mushroom - -// 4058 -[loc_4058] -op1=Squeeze-through -width=2 -retex1s=material_2 -retex1d=material_3 -model=model_1475 -name=Obstacle pipe - -// 4059 -[loc_4059] -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -op1=Walk-on -model=model_1878,0 -name=Balancing rope - -// 4060 -[loc_4060] -width=2 -length=2 -msi=msi_0 -ambient=25 -op1=Chop down -op3=hidden -hillchange=tree_skew,35 -recol1s=8352 -recol1d=7428 -recol2s=7330 -recol2d=5283 -model=model_4144 -name=Hollow tree - -// 4061 -[loc_4061] -width=2 -length=2 -ambient=25 -msi=msi_6 -hillskew=yes -recol1s=8352 -recol1d=7428 -recol2s=7330 -recol2d=5283 -model=model_4145 -name=Tree stump - -// 4062 -[loc_4062] -ambient=50 -op1=Search -recol1s=13504 -recol1d=6272 -recol2s=32758 -recol2d=13634 -recol3s=18960 -recol3d=6342 -recol4s=13675 -recol4d=8456 -recol5s=10240 -recol5d=6208 -model=model_2034,Q -name=Shelf - -// 4063 -[loc_4063] -length=2 -blockrange=no -recol1s=28407 -recol1d=13638 -recol2s=25236 -recol2d=11525 -recol3s=31808 -recol3d=15627 -recol4s=1118 -recol4d=8526 -retex1s=material_22 -retex1d=material_16 -retex2s=material_1 -retex2d=material_23 -model=model_1182 -name=Sink - -// 4064 -[loc_4064] -op5=Search -model=model_1207 -name=Smashed table - -// 4065 -[loc_4065] -blockwalk=yes -raiseobject=yes -occlude=yes -hillchange=tree_skew,120 -blockrange=no -recol1s=16846 -recol1d=6342 -model=model_1537 -name=Stone stand - -// 4066 -[loc_4066] -op1=Search -recol1s=28400 -recol1d=13634 -recol2s=9905 -recol2d=10240 -model=model_1402 -name=Signpost - -// 4067 -[loc_4067] -recol1s=10400 -recol1d=4160 -recol2s=32767 -recol2d=10240 -model=model_1552 -name=Warning sign - -// 4068 -[loc_4068] -op1=Repair -op3=hidden -model=model_4135 -name=Broken Wall - -// 4069 -[loc_4069] -anim=seq_1293 -op1=Repair -op3=hidden -model=model_4134 -name=Temple wall - -// 4070 -[loc_4070] -anim=seq_1294 -op1=Repair -op3=hidden -model=model_4134 -name=Temple wall - -// 4071 -[loc_4071] -anim=seq_1295 -op1=Repair -op3=hidden -model=model_4134 -name=Temple wall - -// 4072 -[loc_4072] -anim=seq_1296 -op1=Repair -op3=hidden -model=model_4134 -name=Temple wall - -// 4073 -[loc_4073] -anim=seq_1297 -op1=Repair -op3=hidden -model=model_4134 -name=Temple wall - -// 4074 -[loc_4074] -anim=seq_1298 -op1=Repair -op3=hidden -model=model_4134 -name=Temple wall - -// 4075 -[loc_4075] -anim=seq_1299 -op1=Repair -op3=hidden -model=model_4134 -name=Temple wall - -// 4076 -[loc_4076] -anim=seq_1300 -op1=Repair -op3=hidden -model=model_4134 -name=Temple wall - -// 4077 -[loc_4077] -anim=seq_1301 -op1=Repair -op3=hidden -model=model_4134 -name=Temple wall - -// 4078 -[loc_4078] -anim=seq_1302 -op1=Reinforce -op3=hidden -model=model_4134 -name=Temple wall - -// 4079 -[loc_4079] -op1=Repair -op3=hidden -model=model_4137 -name=Broken Wall - -// 4080 -[loc_4080] -anim=seq_1293 -op1=Repair -op3=hidden -model=model_4136 -name=Temple wall - -// 4081 -[loc_4081] -anim=seq_1294 -op1=Repair -op3=hidden -model=model_4136 -name=Temple wall - -// 4082 -[loc_4082] -anim=seq_1295 -op1=Repair -op3=hidden -model=model_4136 -name=Temple wall - -// 4083 -[loc_4083] -anim=seq_1296 -op1=Repair -op3=hidden -model=model_4136 -name=Temple wall - -// 4084 -[loc_4084] -anim=seq_1297 -op1=Repair -op3=hidden -model=model_4136 -name=Temple wall - -// 4085 -[loc_4085] -anim=seq_1298 -op1=Repair -op3=hidden -model=model_4136 -name=Temple wall - -// 4086 -[loc_4086] -anim=seq_1299 -op1=Repair -op3=hidden -model=model_4136 -name=Temple wall - -// 4087 -[loc_4087] -anim=seq_1300 -op1=Repair -op3=hidden -model=model_4136 -name=Temple wall - -// 4088 -[loc_4088] -anim=seq_1301 -op1=Repair -op3=hidden -model=model_4136 -name=Temple wall - -// 4089 -[loc_4089] -anim=seq_1302 -op1=Reinforce -op3=hidden -model=model_4136 -name=Temple wall - -// 4090 -[loc_4090] -anim=seq_475 -bgsound=synth_2064,3 -recol1s=10504 -recol1d=16846 -model=model_4148 -name=Flaming Fire altar - -// 4091 -[loc_4091] -op1=Light -op3=hidden -model=model_4150 -name=Fire altar - -// 4092 -[loc_4092] -model=model_4149 -name=Broken Fire altar - -// 4093 -[loc_4093] -anim=seq_1303 -length=3 -op4=Hidden -msi=msi_37 -model=model_4138 -name=Funeral Pyre - -// 4094 -[loc_4094] -anim=seq_1304 -length=3 -model=model_4138 -name=Funeral pyre - -// 4095 -[loc_4095] -anim=seq_1304 -length=3 -recol1s=5216 -recol1d=10433 -recol2s=11556 -recol2d=12549 -model=model_4138 -name=Funeral pyre - -// 4096 -[loc_4096] -anim=seq_1304 -length=3 -model=model_4138 -name=Funeral pyre - -// 4097 -[loc_4097] -anim=seq_1304 -length=3 -recol1s=5216 -recol1d=9376 -recol2s=11556 -recol2d=11490 -model=model_4138 -name=Funeral pyre - -// 4098 -[loc_4098] -anim=seq_1304 -length=3 -model=model_4138 -name=Funeral pyre - -// 4099 -[loc_4099] -length=2 -active=yes -multivar=varplayerbit_4322 -multiloc=0,loc_29087 -multiloc=1,loc_29086 - -// 4100 -[loc_4100] -length=3 -op1=Light -op4=Hidden -model=model_4138 -name=Funeral pyre - -// 4101 -[loc_4101] -length=3 -op1=Light -op4=Hidden -recol1s=5216 -recol1d=10433 -recol2s=11556 -recol2d=12549 -model=model_4138 -name=Funeral pyre - -// 4102 -[loc_4102] -length=3 -op1=Light -op4=Hidden -model=model_4138 -name=Funeral pyre - -// 4103 -[loc_4103] -length=3 -op1=Light -op4=Hidden -recol1s=5216 -recol1d=9376 -recol2s=11556 -recol2d=11490 -model=model_4138 -name=Funeral pyre - -// 4104 -[loc_4104] -length=3 -op1=Light -op4=Hidden -model=model_4138 -name=Funeral pyre - -// 4105 -[loc_4105] -anim=seq_8618 -width=2 -length=6 -ambient=25 -contrast=25 -active=yes -multivar=varplayerbit_4322 -multiloc=0,loc_29104 -multiloc=1,loc_29103 - -// 4106 -[loc_4106] -ambient=15 -contrast=20 -op1=Open -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -model=model_37465,1 -name=Solid bronze door - -// 4107 -[loc_4107] -ambient=15 -contrast=20 -op1=Open -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -model=model_37465,1 -name=Solid steel door - -// 4108 -[loc_4108] -ambient=15 -contrast=20 -op1=Open -recolhsl1s=36907 -recolhsl1d=36901 -recolhsl2s=30757 -recolhsl2d=36893 -recolhsl3s=32804 -recolhsl3d=36881 -model=model_37465,1 -name=Solid black door - -// 4109 -[loc_4109] -ambient=15 -contrast=20 -op1=Open -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -model=model_37465,1 -name=Solid silver door - -// 4110 -[loc_4110] -ambient=15 -contrast=20 -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -model=model_37465,1 - -// 4111 -[loc_4111] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -recolhsl4s=37761 -recolhsl4d=911 -recolhsl5s=36877 -recolhsl5d=920 -model=model_37192 -name=Bronze Chest - -// 4112 -[loc_4112] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -recolhsl4s=37761 -recolhsl4d=4368 -recolhsl5s=36877 -recolhsl5d=4379 -model=model_37192 -name=Bronze Chest - -// 4113 -[loc_4113] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -recolhsl4s=37761 -recolhsl4d=931 -recolhsl5s=36877 -recolhsl5d=940 -model=model_37192 -name=Bronze Chest - -// 4114 -[loc_4114] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -model=model_37192 -name=Bronze Chest - -// 4115 -[loc_4115] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -recolhsl4s=37761 -recolhsl4d=50072 -recolhsl5s=36877 -recolhsl5d=52120 -model=model_37192 -name=Bronze Chest - -// 4116 -[loc_4116] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -recolhsl4s=37761 -recolhsl4d=911 -recolhsl5s=36877 -recolhsl5d=920 -model=model_37192 -name=Steel Chest - -// 4117 -[loc_4117] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -recolhsl4s=37761 -recolhsl4d=4368 -recolhsl5s=36877 -recolhsl5d=4379 -model=model_37192 -name=Steel Chest - -// 4118 -[loc_4118] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -recolhsl4s=37761 -recolhsl4d=931 -recolhsl5s=36877 -recolhsl5d=940 -model=model_37192 -name=Steel Chest - -// 4119 -[loc_4119] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -model=model_37192 -name=Steel Chest - -// 4120 -[loc_4120] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -recolhsl4s=37761 -recolhsl4d=50072 -recolhsl5s=36877 -recolhsl5d=52120 -model=model_37192 -name=Steel Chest - -// 4121 -[loc_4121] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36886 -recolhsl2s=30757 -recolhsl2d=36888 -recolhsl3s=32804 -recolhsl3d=36876 -recolhsl4s=37761 -recolhsl4d=911 -recolhsl5s=36877 -recolhsl5d=920 -model=model_37192 -name=Black Chest - -// 4122 -[loc_4122] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36886 -recolhsl2s=30757 -recolhsl2d=36888 -recolhsl3s=32804 -recolhsl3d=36876 -recolhsl4s=37761 -recolhsl4d=4368 -recolhsl5s=36877 -recolhsl5d=4379 -model=model_37192 -name=Black Chest - -// 4123 -[loc_4123] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36886 -recolhsl2s=30757 -recolhsl2d=36888 -recolhsl3s=32804 -recolhsl3d=36876 -recolhsl4s=37761 -recolhsl4d=931 -recolhsl5s=36877 -recolhsl5d=940 -model=model_37192 -name=Black Chest - -// 4124 -[loc_4124] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36886 -recolhsl2s=30757 -recolhsl2d=36888 -recolhsl3s=32804 -recolhsl3d=36876 -model=model_37192 -name=Black Chest - -// 4125 -[loc_4125] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36886 -recolhsl2s=30757 -recolhsl2d=36888 -recolhsl3s=32804 -recolhsl3d=36876 -recolhsl4s=37761 -recolhsl4d=50072 -recolhsl5s=36877 -recolhsl5d=52120 -model=model_37192 -name=Black Chest - -// 4126 -[loc_4126] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -recolhsl4s=37761 -recolhsl4d=911 -recolhsl5s=36877 -recolhsl5d=920 -model=model_37192 -name=Silver Chest - -// 4127 -[loc_4127] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -recolhsl4s=37761 -recolhsl4d=4368 -recolhsl5s=36877 -recolhsl5d=4379 -model=model_37192 -name=Silver Chest - -// 4128 -[loc_4128] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -recolhsl4s=37761 -recolhsl4d=931 -recolhsl5s=36877 -recolhsl5d=940 -model=model_37192 -name=Silver Chest - -// 4129 -[loc_4129] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -model=model_37192 -name=Silver Chest - -// 4130 -[loc_4130] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -recolhsl4s=37761 -recolhsl4d=50072 -recolhsl5s=36877 -recolhsl5d=52120 -model=model_37192 -name=Silver Chest - -// 4131 -[loc_4131] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -recolhsl4s=37761 -recolhsl4d=911 -recolhsl5s=36877 -recolhsl5d=920 -model=model_37375 -name=Bronze Chest - -// 4132 -[loc_4132] -width=2 -length=2 -op1=Read -recol1s=10400 -recol1d=11457 -recol2s=8321 -recol2d=10400 -recol3s=11555 -recol3d=12612 -model=model_18518 -name=Signpost - -// 4133 -[loc_4133] -width=2 -length=2 -op1=Read -recol1s=10400 -recol1d=8384 -recol2s=8321 -recol2d=6272 -recol3s=11555 -recol3d=13698 -model=model_18518 -name=Signpost - -// 4134 -[loc_4134] -width=2 -length=2 -op1=Read -ambient=20 -model=model_34359 -name=Signpost - -// 4135 -[loc_4135] -width=2 -length=2 -op1=Read -ambient=20 -model=model_34360 -name=Signpost - -// 4136 -[loc_4136] -hillskew=yes -sharelight=yes -model=model_4152,0 - -// 4137 -[loc_4137] -hillskew=yes -sharelight=yes -model=model_4151,0 - -// 4138 -[loc_4138] -width=2 -resizex=128 -resizey=100 -resizez=84 -offsetx=0 -offsety=0 -offsetz=20 -blockrange=no -model=model_1148 -name=Counter - -// 4139 -[loc_4139] -active=yes -op1=Close -blockrange=no -recol1s=12480 -recol1d=12580 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 4140 -[loc_4140] -active=yes -op1=Close -mirror=yes -blockrange=no -recol1s=12480 -recol1d=12580 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 4141 -[loc_4141] -active=yes -model=model_4288 -name=Strange altar - -// 4142 -[loc_4142] -width=3 -length=3 -resizez=192 -resizex=192 -resizey=192 -op1=Cut-branch -bgsound=synth_3137,3 -recol1s=9440 -recol1d=9445 -model=model_4293 -name=Swaying tree - -// 4143 -[loc_4143] -op1=Read -ambient=10 -blockrange=no -model=model_3720 -name=Danger sign - -// 4144 -[loc_4144] -length=2 -width=2 -resizez=192 -resizex=192 -resizey=192 -ambient=40 -contrast=40 -recol1s=7428 -recol1d=7329 -model=model_41169 -name=Golden tree - -// 4145 -[loc_4145] -active=no -length=4 -width=4 -resizez=192 -resizex=192 -resizey=192 -ambient=40 -contrast=40 -recol1s=7428 -recol1d=7329 -recol2s=25585 -recol2d=32617 -model=model_41167 -model2=model_41168 - -// 4146 -[loc_4146] -length=4 -width=4 -resizez=192 -resizex=192 -resizey=192 -ambient=40 -contrast=40 -active=no -model=model_4287 - -// 4147 -[loc_4147] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=9478 -recol3s=6176 -recol3d=7364 -recol4s=4096 -recol4d=5250 -recol5s=2048 -recol5d=3136 -model=model_731 -name=Cave Entrance - -// 4148 -[loc_4148] -active=yes -ambient=30 -contrast=30 -op1=Open -model=model_4336,1 -name=Door - -// 4149 -[loc_4149] -anim=seq_479 -width=2 -length=2 -resizex=192 -resizey=192 -resizez=192 -bgsound=synth_2197,3 -recol1s=1537 -recol1d=23181 -recol2s=320 -recol2d=15716 -model=model_2241 -name=Lalli's Stew - -// 4150 -[loc_4150] -sharelight=yes -occlude=yes -recol1s=26421 -recol1d=1058 -retex1s=material_92 -retex1d=material_96 -model=model_893,1 -model=model_894,2 -model=model_876,3 -model=model_877,4 -model=model_878,5 - -// 4151 -[loc_4151] -sharelight=yes -occlude=yes -active=no -ambient=20 -contrast=25 -model=model_36819,1 -model=model_36823,2 -model=model_36813,3 -model=model_36822,5 - -// 4152 -[loc_4152] -mirror=yes -sharelight=yes -active=no -ambient=20 -contrast=25 -retex1s=material_92 -retex1d=material_147 -model=model_36821,1 -model=model_36811,5 - -// 4153 -[loc_4153] -sharelight=yes -active=no -ambient=20 -contrast=25 -retex1s=material_92 -retex1d=material_147 -model=model_36821,1 -model=model_36811,5 - -// 4154 -[loc_4154] -mirror=yes -sharelight=yes -blockwalk=no -active=no -ambient=20 -contrast=25 -retex1s=material_92 -retex1d=material_147 -model=model_6115,8 -model=model_6116,1 -model=model_8971,4 - -// 4155 -[loc_4155] -mirror=yes -sharelight=yes -blockwalk=no -active=no -ambient=20 -contrast=25 -model=model_36816 - -// 4156 -[loc_4156] -mirror=yes -sharelight=yes -blockwalk=no -active=no -ambient=20 -contrast=25 -model=model_36820,1 - -// 4157 -[loc_4157] -sharelight=yes -blockwalk=no -active=no -ambient=20 -contrast=25 -retex1s=material_92 -retex1d=material_147 -model=model_6115,8 -model=model_6116,1 -model=model_8971,4 - -// 4158 -[loc_4158] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=north -model=model_1215 -name=Ladder - -// 4159 -[loc_4159] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -model=model_37482 -name=Ladder - -// 4160 -[loc_4160] -active=yes -op1=Climb-up -msi=msi_7 -model=model_37482 -name=Ladder - -// 4161 -[loc_4161] -active=yes -op1=Climb-up -model=model_1487 -name=Escape rope - -// 4162 -[loc_4162] -ambient=20 -active=yes -op1=Put-inside -recol1s=16846 -recol1d=9478 -recol2s=12618 -recol2d=7364 -recol3s=10504 -recol3d=5250 -recol4s=7399 -recol4d=4193 -recol5s=5285 -recol5d=3136 -recol6s=3171 -recol6d=2080 -model=model_4298,Q -name=Pipe - -// 4163 -[loc_4163] -active=yes -op1=Climb-up -msi=msi_7 -model=model_4313 -name=Ladder - -// 4164 -[loc_4164] -active=yes -op1=Climb-up -msi=msi_7 -model=model_4313 -name=Ladder - -// 4165 -[loc_4165] -active=yes -ambient=30 -contrast=30 -op1=Open -model=model_4336,1 -name=Door - -// 4166 -[loc_4166] -active=yes -ambient=30 -contrast=30 -op1=Open -model=model_4336,1 -name=Door - -// 4167 -[loc_4167] -op1=Open -forceapproach=north -recol1s=11561 -recol1d=7332 -recol2s=17952 -recol2d=9478 -model=model_1249 -name=Chest - -// 4168 -[loc_4168] -op1=Close -op2=Search -forceapproach=north -recol1s=11561 -recol1d=7332 -recol2s=17952 -recol2d=9478 -model=model_1226 -name=Chest - -// 4169 -[loc_4169] -active=yes -recol1s=18821 -recol1d=24110 -recol2s=16707 -recol2d=23016 -recol3s=17764 -recol3d=19879 -model=model_4302 -name=Frozen table - -// 4170 -[loc_4170] -op1=Open -forceapproach=north -recol1s=11561 -recol1d=7332 -recol2s=17952 -recol2d=9478 -model=model_4286 -name=Chest - -// 4171 -[loc_4171] -op1=Search -forceapproach=east -model=model_4285 -name=Bookcase - -// 4172 -[loc_4172] -length=2 -forceapproach=east -recol1s=4228 -recol1d=15788 -recol2s=5285 -recol2d=16845 -recol3s=6342 -recol3d=17902 -recolhsl4s=10299 -recolhsl4d=5405 -recolhsl5s=10295 -recolhsl5d=5396 -retex1s=material_70 -retex1d=material_63 -model=model_1219 -name=Cooking range - -// 4173 -[loc_4173] -active=yes -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=yes -recol1s=16640 -recol1d=17764 -recol2s=8320 -recol2d=7331 -recol3s=11491 -recol3d=4193 -recol4s=8456 -recol4d=11593 -model=model_1173,0 -name=Trapdoor - -// 4174 -[loc_4174] -active=yes -op1=Open -raiseobject=no -blockwalk=yes -recol1s=16640 -recol1d=17764 -recol2s=8320 -recol2d=7331 -recol3s=11491 -recol3d=4193 -recol4s=8456 -recol4d=11593 -model=model_1205,0 -name=Trapdoor - -// 4175 -[loc_4175] -active=yes -blockwalk=yes -model=model_4306,0 -name=Drain - -// 4176 -[loc_4176] -active=yes -model=model_4327,Q -name=Tap - -// 4177 -[loc_4177] -length=2 -forceapproach=east -op1=Open -model=model_2245 -name=Cupboard - -// 4178 -[loc_4178] -length=2 -op1=Shut -op2=Search -forceapproach=east -model=model_2243 -name=Cupboard - -// 4179 -[loc_4179] -ambient=40 -contrast=40 -op1=Study -active=yes -model=model_4301,Q -name=Abstract mural - -// 4180 -[loc_4180] -ambient=40 -contrast=40 -op1=Study -recol1s=2114 -recol1d=11331 -recol2s=4228 -recol2d=13445 -model=model_4301,Q -name=Abstract mural - -// 4181 -[loc_4181] -active=yes -op1=Study -model=model_2073,Q -name=Unicorn's head - -// 4182 -[loc_4182] -active=yes -op1=Study -model=model_2052,Q -name=Bull's head - -// 4183 -[loc_4183] -op1=Search -retex1s=material_16 -retex1d=material_22 -model=model_2138 -name=Boxes - -// 4184 -[loc_4184] -op1=Search -retex1s=material_16 -retex1d=material_22 -model=model_2140 -name=Boxes - -// 4185 -[loc_4185] -op1=Search -model=model_2143 -name=Crate - -// 4186 -[loc_4186] -op1=Search -model=model_2142 -name=Crate - -// 4187 -[loc_4187] -op2=Climb-down -op3=Climb-up -forceapproach=south -model=model_4312 -name=Ladder - -// 4188 -[loc_4188] -op1=Climb-up -forceapproach=south -model=model_37482 -name=Ladder - -// 4189 -[loc_4189] -op1=Climb-down -forceapproach=south -model=model_4315 -name=Ladder - -// 4190 -[loc_4190] -ambient=25 -contrast=15 -active=no -model=model_37312 - -// 4191 -[loc_4191] -active=no -recol1s=9545 -recol1d=6342 -recol2s=9377 -recol2d=7365 -recol3s=7264 -recol3d=8422 -recol4s=8320 -recol4d=8422 -model=model_4388 - -// 4192 -[loc_4192] -anim=seq_475 -ambient=40 -contrast=40 -active=no -forcedecor=yes -hardshadow=no -model=model_2261 - -// 4193 -[loc_4193] -sharelight=yes -occlude=yes -active=no -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 4194 -[loc_4194] -sharelight=yes -active=no -resizez=128 -resizex=128 -resizey=82 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 4195 -[loc_4195] -sharelight=yes -occlude=yes -hillskew=yes -active=no -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 4196 -[loc_4196] -sharelight=yes -occlude=yes -mirror=yes -active=no -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 4197 -[loc_4197] -sharelight=yes -occlude=yes -active=no -recol1s=9445 -recol1d=20935 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 4198 -[loc_4198] -sharelight=yes -occlude=yes -active=no -recol1s=20935 -recol1d=9445 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 4199 -[loc_4199] -sharelight=yes -occlude=yes -active=no -model=model_4374,1 - -// 4200 -[loc_4200] -sharelight=yes -occlude=yes -active=no -mirror=yes -model=model_4374,1 - -// 4201 -[loc_4201] -sharelight=yes -active=no -model=model_4373,1 - -// 4202 -[loc_4202] -sharelight=yes -mirror=yes -active=no -model=model_4373,1 - -// 4203 -[loc_4203] -sharelight=yes -occlude=yes -active=no -model=model_4372,1 - -// 4204 -[loc_4204] -sharelight=yes -msi=msi_22 -active=no -model=model_4383,1 -model=model_4384,3 - -// 4205 -[loc_4205] -sharelight=yes -msi=msi_22 -active=no -model=model_4385,1 - -// 4206 -[loc_4206] -sharelight=yes -active=no -recol1s=10500 -recol1d=10468 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 4207 -[loc_4207] -sharelight=yes -active=no -recol1s=10500 -recol1d=10468 -model=model_4345,A -model=model_4346,S - -// 4208 -[loc_4208] -sharelight=yes -active=no -recol1s=10500 -recol1d=10468 -model=model_4347,A -model=model_4348,S - -// 4209 -[loc_4209] -sharelight=yes -active=no -recol1s=10500 -recol1d=10468 -model=model_4349,A - -// 4210 -[loc_4210] -sharelight=yes -active=no -model=model_4352,A -model=model_4353,Z - -// 4211 -[loc_4211] -sharelight=yes -active=no -model=model_4355,A - -// 4212 -[loc_4212] -sharelight=yes -active=no -model=model_4357,A - -// 4213 -[loc_4213] -sharelight=yes -active=no -model=model_4359,A - -// 4214 -[loc_4214] -mirror=yes -sharelight=yes -active=no -model=model_4352,A -model=model_4353,Z - -// 4215 -[loc_4215] -mirror=yes -sharelight=yes -active=no -model=model_4355,A - -// 4216 -[loc_4216] -mirror=yes -sharelight=yes -active=no -model=model_4357,A - -// 4217 -[loc_4217] -sharelight=yes -active=no -model=model_4367,A - -// 4218 -[loc_4218] -sharelight=yes -active=no -model=model_4350,S -model=model_4351,Z - -// 4219 -[loc_4219] -sharelight=yes -mirror=yes -active=no -model=model_4350,S -model=model_4351,Z - -// 4220 -[loc_4220] -sharelight=yes -active=no -model=model_4354,Z - -// 4221 -[loc_4221] -sharelight=yes -mirror=yes -active=no -model=model_4354,Z - -// 4222 -[loc_4222] -sharelight=yes -active=no -model=model_35695,8 -model=model_35698,1 -model=model_4356,Z - -// 4223 -[loc_4223] -sharelight=yes -mirror=yes -active=no -model=model_35695,8 -model=model_35698,1 -model=model_4356,Z - -// 4224 -[loc_4224] -sharelight=yes -active=no -model=model_4358,Z - -// 4225 -[loc_4225] -sharelight=yes -mirror=yes -active=no -model=model_4358,Z - -// 4226 -[loc_4226] -sharelight=yes -hillskew=yes -active=no -recol1s=10500 -recol1d=10468 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 4227 -[loc_4227] -sharelight=yes -hillskew=yes -active=no -recol1s=10500 -recol1d=10468 -model=model_4345,A -model=model_4346,S - -// 4228 -[loc_4228] -width=2 -active=no -recol1s=10500 -recol1d=10468 -model=model_4339 - -// 4229 -[loc_4229] -sharelight=yes -active=no -model=model_4361,A -model=model_4362,Z - -// 4230 -[loc_4230] -sharelight=yes -active=no -model=model_4364,A - -// 4231 -[loc_4231] -sharelight=yes -active=no -model=model_4366,A - -// 4232 -[loc_4232] -mirror=yes -sharelight=yes -active=no -model=model_4361,A -model=model_4362,Z - -// 4233 -[loc_4233] -mirror=yes -sharelight=yes -active=no -model=model_4364,A - -// 4234 -[loc_4234] -mirror=yes -sharelight=yes -active=no -model=model_4366,A - -// 4235 -[loc_4235] -sharelight=yes -active=no -model=model_4360,Z - -// 4236 -[loc_4236] -sharelight=yes -active=no -model=model_4363,Z - -// 4237 -[loc_4237] -sharelight=yes -active=no -model=model_4365,Z - -// 4238 -[loc_4238] -mirror=yes -sharelight=yes -active=no -model=model_4360,Z - -// 4239 -[loc_4239] -mirror=yes -sharelight=yes -active=no -model=model_4363,Z - -// 4240 -[loc_4240] -mirror=yes -sharelight=yes -active=no -model=model_4365,Z - -// 4241 -[loc_4241] -sharelight=yes -active=no -model=model_4381,Z - -// 4242 -[loc_4242] -active=no -sharelight=yes -model=model_4375,8 -model=model_4377,A -model=model_4379,H -model=model_4380,Z - -// 4243 -[loc_4243] -active=no -sharelight=yes -model=model_4376,H - -// 4244 -[loc_4244] -width=2 -length=2 -active=no -sharelight=yes -model=model_4375,8 -model=model_4377,A -model=model_4379,H -model=model_4380,Z - -// 4245 -[loc_4245] -width=2 -length=2 -active=no -sharelight=yes -model=model_4378 - -// 4246 -[loc_4246] -sharelight=yes -hillskew=yes -active=no -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 4247 -[loc_4247] -active=yes -ambient=30 -contrast=30 -op1=Open -model=model_4336,1 -name=Door - -// 4248 -[loc_4248] -active=yes -ambient=30 -contrast=30 -op1=Close -model=model_4336,1 -name=Door - -// 4249 -[loc_4249] -active=no -ambient=30 -contrast=30 -model=model_4336,1 - -// 4250 -[loc_4250] -op1=Open -active=yes -model=model_4337,1 -name=Door - -// 4251 -[loc_4251] -op1=Close -blockwalk=no -active=yes -model=model_4338,1 -name=Door - -// 4252 -[loc_4252] -op1=Open -forceapproach=north -recol1s=11561 -recol1d=7332 -recol2s=17952 -recol2d=9478 -model=model_1249 -name=Chest - -// 4253 -[loc_4253] -op1=Close -op2=Search -forceapproach=north -recol1s=11561 -recol1d=7332 -recol2s=17952 -recol2d=9478 -model=model_1226 -name=Chest - -// 4254 -[loc_4254] -resizez=128 -resizex=128 -resizey=54 -active=no -recol1s=20935 -recol1d=14628 -recol2s=7331 -recol2d=4160 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 4255 -[loc_4255] -sharelight=yes -forcedecor=yes -active=no -resizez=128 -resizex=128 -resizey=48 -active=no -unknown90=yes -recol1s=9409 -recol1d=14628 -recol2s=11523 -recol2d=7331 -retex1s=material_132 -retex1d=material_102 -model=model_1089,0 - -// 4256 -[loc_4256] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_1089,0 - -// 4257 -[loc_4257] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_1096,0 - -// 4258 -[loc_4258] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_1114,0 - -// 4259 -[loc_4259] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_1089,0 - -// 4260 -[loc_4260] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_1096,0 - -// 4261 -[loc_4261] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_1114,0 - -// 4262 -[loc_4262] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -recol3s=8353 -recol3d=8387 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 4263 -[loc_4263] -sharelight=yes -hillskew=yes -active=no -resizex=98 -resizey=98 -resizez=98 -shadow=no -blockrange=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -recol3s=8353 -recol3d=8387 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 4264 -[loc_4264] -hillskew=yes -active=no -shadow=no -hardshadow=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_1137,0 - -// 4265 -[loc_4265] -width=2 -length=2 -anim=seq_475 -blockwalk=yes -ambient=75 -contrast=75 -active=yes -bgsound=synth_2066,3 -hardshadow=no -blockrange=no -model=model_3818 -model2=model_3811 -name=Fire - -// 4266 -[loc_4266] -anim=seq_475 -blockwalk=yes -ambient=75 -contrast=75 -active=yes -bgsound=synth_2065,3 -hardshadow=no -blockrange=no -model=model_3818 -model2=model_3811 -name=Fire - -// 4267 -[loc_4267] -width=2 -anim=seq_1334 -ambient=50 -contrast=50 -active=yes -bgsound=synth_2220,3 -blockrange=no -model=model_4328 -name=Spit roast - -// 4268 -[loc_4268] -forcedecor=yes -ambient=40 -contrast=40 -model=model_4300,0 - -// 4269 -[loc_4269] -length=4 -blockrange=no -model=model_4290 -name=Wooden Table - -// 4270 -[loc_4270] -length=4 -blockrange=no -model=model_4290 -model2=model_4291 -name=Wooden Table - -// 4271 -[loc_4271] -blockrange=no -model=model_4289 -name=Chair - -// 4272 -[loc_4272] -length=2 -blockrange=no -model=model_4325 -name=Table - -// 4273 -[loc_4273] -model=model_1540 -name=Bar pumps - -// 4274 -[loc_4274] -blockrange=no -model=model_4304 -name=Bar - -// 4275 -[loc_4275] -blockrange=no -recol1s=8456 -recol1d=5251 -recol2s=16846 -recol2d=15820 -recol3s=28407 -recol3d=26357 -retex1s=material_16 -retex1d=material_22 -model=model_1457 -name=Barrel - -// 4276 -[loc_4276] -width=2 -length=2 -recol1s=32767 -recol1d=18956 -recol2s=15890 -recol2d=15785 -recol3s=5285 -recol3d=5251 -recol4s=5184 -recol4d=5251 -model=model_1421 -name=Market stall - -// 4277 -[loc_4277] -width=2 -length=2 -op2=Steal-from -active=yes -recol1s=32767 -recol1d=18956 -recol2s=15890 -recol2d=15785 -recol3s=5285 -recol3d=5251 -recol4s=5184 -recol4d=5251 -recol5s=16846 -recol5d=15820 -recol6s=28407 -recol6d=26357 -model=model_4292 -model2=model_1421 -name=Fish stall - -// 4278 -[loc_4278] -width=2 -length=2 -op2=Steal-from -active=yes -recol1s=32767 -recol1d=18956 -recol2s=15890 -recol2d=15785 -recol3s=5285 -recol3d=5251 -recol4s=17760 -recol4d=12514 -recol5s=19904 -recol5d=12517 -recol6s=20896 -recol6d=14628 -model=model_1421 -model2=model_1456 -name=Fur stall - -// 4279 -[loc_4279] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -unknown90=yes -recol1s=16846 -recol1d=8421 -model=model_1181,0 - -// 4280 -[loc_4280] -model=model_4324,Q - -// 4281 -[loc_4281] -sharelight=yes -occlude=yes -active=no -model=model_4333,1 - -// 4282 -[loc_4282] -sharelight=yes -occlude=yes -active=no -model=model_4332,1 - -// 4283 -[loc_4283] -active=yes -resizex=108 -resizey=108 -resizez=108 -blockwalk=yes -model=model_4306,0 -name=Drain - -// 4284 -[loc_4284] -resizex=60 -resizey=60 -resizez=60 -model=model_4306,0 - -// 4285 -[loc_4285] -active=yes -model=model_4327,Q -name=Tap - -// 4286 -[loc_4286] -active=yes -blockrange=no -model=model_4311 -name=Keg - -// 4287 -[loc_4287] -length=2 -blockrange=no -model=model_4305 -name=Bed - -// 4288 -[loc_4288] -width=2 -length=3 -blockrange=no -recol1s=26389 -recol1d=25265 -recol2s=32569 -recol2d=27379 -recol3s=8321 -recol3d=7364 -model=model_1239 -name=Bed - -// 4289 -[loc_4289] -width=2 -hillskew=yes -sharelight=yes -active=no -msi=msi_51 -model=model_4294 - -// 4290 -[loc_4290] -width=2 -hillskew=yes -sharelight=yes -active=no -msi=msi_51 -model=model_4297 - -// 4291 -[loc_4291] -width=2 -hillskew=yes -sharelight=yes -active=no -msi=msi_51 -mirror=yes -model=model_4297 - -// 4292 -[loc_4292] -width=3 -length=2 -hillskew=yes -sharelight=yes -active=no -msi=msi_51 -model=model_4295 - -// 4293 -[loc_4293] -width=3 -length=2 -hillskew=yes -sharelight=yes -mirror=yes -active=no -msi=msi_51 -model=model_4295 - -// 4294 -[loc_4294] -width=2 -length=2 -hillskew=yes -sharelight=yes -active=no -msi=msi_51 -model=model_4296 - -// 4295 -[loc_4295] -forcedecor=yes -model=model_4314,0 - -// 4296 -[loc_4296] -width=3 -length=3 -recol1s=16640 -recol1d=8388 -retex1s=material_3 -retex1d=material_22 -model=model_1500 -name=Abandoned Cart - -// 4297 -[loc_4297] -ambient=25 -blockrange=no -retex1s=material_16 -retex1d=material_22 -model=model_2138 -name=Boxes - -// 4298 -[loc_4298] -ambient=25 -blockrange=no -retex1s=material_16 -retex1d=material_22 -model=model_2139 -name=Boxes - -// 4299 -[loc_4299] -ambient=25 -retex1s=material_16 -retex1d=material_22 -model=model_2140 -name=Boxes - -// 4300 -[loc_4300] -op1=Search -ambient=25 -contrast=25 -blockrange=no -model=model_2143 -name=Crate - -// 4301 -[loc_4301] -op1=Search -ambient=25 -contrast=25 -model=model_2142 -name=Crate - -// 4302 -[loc_4302] -active=no -model=model_4323 - -// 4303 -[loc_4303] -forcedecor=yes -hillskew=yes -active=no -unknown90=yes -model=model_4322,0 - -// 4304 -[loc_4304] -width=2 -length=3 -ambient=10 -op2=Smelt -bgsound=synth_2208,5 -forceapproach=east -recol1s=7399 -recol1d=7365 -recol2s=5285 -recol2d=5251 -recol3s=16846 -recol3d=10536 -recol4s=10504 -recol4d=7365 -recol5s=5252 -recol5d=7365 -model=model_11546 -name=Furnace - -// 4305 -[loc_4305] -sharelight=yes -bgsound=synth_2209,3 -active=no -recol1s=7399 -recol1d=7365 -recol2s=5285 -recol2d=5251 -recol3s=16846 -recol3d=9479 -model=model_1281 - -// 4306 -[loc_4306] -blockrange=no -recol1s=7399 -recol1d=7365 -model=model_1251 -name=Anvil - -// 4307 -[loc_4307] -active=yes -recol1s=7399 -recol1d=7365 -recol2s=12618 -recol2d=12650 -recol3s=10504 -recol3d=9479 -recol4s=13675 -recol4d=13707 -recol5s=11561 -recol5d=11593 -retex1s=material_16 -retex1d=material_22 -model=model_2125,Q -name=Blacksmith's tools - -// 4308 -[loc_4308] -length=2 -forceapproach=east -op1=Fire -bgsound=synth_2065,3 -recol1s=7399 -recol1d=4161 -retex1s=material_2 -retex1d=material_46 -model=model_1184 -name=Pottery Oven - -// 4309 -[loc_4309] -op2=Spin -forceapproach=south -recol1s=17696 -recol1d=20901 -recol2s=32767 -recol2d=32630 -recol3s=11561 -recol3d=10502 -recol4s=16640 -recol4d=17764 -model=model_2248 -name=Spinning wheel - -// 4310 -[loc_4310] -forceapproach=east -model=model_1179 -name=Potter's Wheel - -// 4311 -[loc_4311] -op1=Open -active=yes -blockrange=no -recol1s=12480 -recol1d=9445 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 4312 -[loc_4312] -mirror=yes -op1=Open -active=yes -blockrange=no -recol1s=12480 -recol1d=9445 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 4313 -[loc_4313] -active=yes -blockrange=no -recol1s=12480 -recol1d=9445 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 4314 -[loc_4314] -mirror=yes -blockrange=no -recol1s=12480 -recol1d=9445 -model=model_966,1 -model=model_967,2 -model=model_968,5 - -// 4315 -[loc_4315] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10535 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 4316 -[loc_4316] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10535 -retex1s=material_70 -retex1d=material_72 -model=model_834 - -// 4317 -[loc_4317] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=10535 -model=model_823 - -// 4318 -[loc_4318] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=10535 -model=model_787 - -// 4319 -[loc_4319] -sharelight=yes -hillskew=yes -shadow=no -active=no -recol1s=13637 -recol1d=13704 -recol2s=12580 -recol2d=10535 -model=model_4329,1 -model=model_4330,2 -model=model_4331,5 - -// 4320 -[loc_4320] -sharelight=yes -hillskew=yes -shadow=no -active=no -active=no -recol1s=12580 -recol1d=13704 -model=model_834 - -// 4321 -[loc_4321] -sharelight=yes -hillskew=yes -shadow=no -active=no -active=no -recol1s=12580 -recol1d=13704 -model=model_823 - -// 4322 -[loc_4322] -sharelight=yes -hillskew=yes -shadow=no -active=no -active=no -recol1s=12580 -recol1d=13704 -model=model_787 - -// 4323 -[loc_4323] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -active=no -recol1s=12580 -recol1d=10535 -model=model_4405,1 -model=model_4406,2 -model=model_4407,5 - -// 4324 -[loc_4324] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -active=no -recol1s=12580 -recol1d=10535 -retex1s=material_70 -retex1d=material_72 -model=model_834 - -// 4325 -[loc_4325] -wallwidth=32 -sharelight=yes -hillskew=yes -active=no -blockrange=no -retex1s=material_47 -retex1d=material_46 -model=model_1003,1 -model=model_1004,2 -model=model_1005,3 -model=model_1006,4 -model=model_1007,5 - -// 4326 -[loc_4326] -active=no -blockrange=no -recol1s=15789 -recol1d=11493 -model=model_1545,4 - -// 4327 -[loc_4327] -ambient=20 -active=no -recol1s=16846 -recol1d=9478 -recol2s=12618 -recol2d=7364 -recol3s=10504 -recol3d=5250 -recol4s=7399 -recol4d=4193 -recol5s=5285 -recol5d=3136 -recol6s=3171 -recol6d=2080 -model=model_4299,Q - -// 4328 -[loc_4328] -msi=msi_6 -hillchange=tree_skew,127 -blockrange=no -recol1s=4194 -recol1d=9445 -model=model_1573 -name=Tree stump - -// 4329 -[loc_4329] -width=2 -length=2 -msi=msi_6 -hillchange=tree_skew,127 -blockrange=no -recol1s=4194 -recol1d=9445 -model=model_1695 -name=Tree stump - -// 4330 -[loc_4330] -hillskew=yes -active=no -model=model_1625,0 - -// 4331 -[loc_4331] -hillskew=yes -active=no -model=model_1644,0 - -// 4332 -[loc_4332] -hillskew=yes -active=no -model=model_1665,0 - -// 4333 -[loc_4333] -active=no -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=17926 -recol2s=16846 -recol2d=14757 -recol3s=11561 -recol3d=12643 -model=model_4401,0 - -// 4334 -[loc_4334] -active=no -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=17926 -recol2s=16846 -recol2d=14757 -recol3s=11561 -recol3d=12643 -model=model_4402,0 - -// 4335 -[loc_4335] -active=no -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=17926 -recol2s=16846 -recol2d=14757 -recol3s=11561 -recol3d=12643 -model=model_4403,0 - -// 4336 -[loc_4336] -active=no -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=17926 -recol2s=16846 -recol2d=14757 -recol3s=11561 -recol3d=12643 -model=model_4404,0 - -// 4337 -[loc_4337] -hillskew=yes -active=no -model=model_1723,0 - -// 4338 -[loc_4338] -hillskew=yes -active=no -model=model_1713,0 - -// 4339 -[loc_4339] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=10534 -recol2s=15618 -recol2d=10534 -recol3s=14594 -recol3d=10534 -model=model_1124,0 - -// 4340 -[loc_4340] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=10534 -recol2s=15618 -recol2d=10534 -recol3s=14594 -recol3d=10534 -model=model_1139,0 - -// 4341 -[loc_4341] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=10534 -recol2s=15618 -recol2d=10534 -recol3s=14594 -recol3d=10534 -model=model_1032,0 - -// 4342 -[loc_4342] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=11523 -recol2s=15618 -recol2d=11523 -recol3s=14594 -recol3d=11523 -model=model_1124,0 - -// 4343 -[loc_4343] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=11523 -recol2s=15618 -recol2d=11523 -recol3s=14594 -recol3d=11523 -model=model_1139,0 - -// 4344 -[loc_4344] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=11523 -recol2s=15618 -recol2d=11523 -recol3s=14594 -recol3d=11523 -model=model_1032,0 - -// 4345 -[loc_4345] -blockwalk=no -hillskew=yes -active=no -hardshadow=no -recol1s=24018 -recol1d=11670 -recol2s=197 -recol2d=3232 -model=model_1690 - -// 4346 -[loc_4346] -blockwalk=no -hillskew=yes -active=no -hardshadow=no -recol1s=24018 -recol1d=11670 -recol2s=197 -recol2d=3232 -model=model_1615 - -// 4347 -[loc_4347] -blockwalk=no -hillskew=yes -active=no -hardshadow=no -recol1s=24018 -recol1d=11670 -recol2s=197 -recol2d=3232 -model=model_1616 - -// 4348 -[loc_4348] -active=yes -blockwalk=yes -recol1s=24202 -recol1d=17870 -recol2s=29420 -recol2d=23252 -model=model_1420,0 -name=Shell - -// 4349 -[loc_4349] -active=yes -blockwalk=yes -model=model_1437,0 -name=Shell - -// 4350 -[loc_4350] -active=yes -blockwalk=yes -recol1s=24176 -recol1d=14730 -recol2s=28404 -recol2d=9545 -model=model_1426,0 -name=Shell - -// 4351 -[loc_4351] -active=yes -blockwalk=yes -recol1s=16812 -recol1d=14730 -recol2s=21040 -recol2d=9545 -model=model_1462,0 -name=Shell - -// 4352 -[loc_4352] -active=yes -hillskew=yes -blockwalk=yes -recol1s=18960 -recol1d=10534 -recol2s=11561 -recol2d=10534 -recol3s=20896 -recol3d=12514 -recol4s=17760 -recol4d=10469 -model=model_1055,0 -name=Bowl - -// 4353 -[loc_4353] -hillskew=yes -active=no -recol1s=13537 -recol1d=10535 -model=model_694 - -// 4354 -[loc_4354] -blockwalk=no -hillskew=yes -active=no -recol1s=13537 -recol1d=10535 -model=model_753 - -// 4355 -[loc_4355] -hillskew=yes -active=no -recol1s=13537 -recol1d=10535 -model=model_693 - -// 4356 -[loc_4356] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -active=no -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_818 - -// 4357 -[loc_4357] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -active=no -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_819 - -// 4358 -[loc_4358] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_820 - -// 4359 -[loc_4359] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_821 - -// 4360 -[loc_4360] -hillskew=yes -active=no -recol1s=12580 -recol1d=10535 -model=model_773,0 - -// 4361 -[loc_4361] -hillskew=yes -active=no -recol1s=12580 -recol1d=10535 -model=model_785,0 - -// 4362 -[loc_4362] -mirror=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10535 -model=model_2056,Q - -// 4363 -[loc_4363] -width=2 -length=7 -active=no -shadow=no -model=model_4284 - -// 4364 -[loc_4364] -width=2 -length=7 -mirror=yes -active=no -shadow=no -model=model_4284 - -// 4365 -[loc_4365] -active=no -model=model_4307,0 - -// 4366 -[loc_4366] -active=yes -model=model_4320,Q -name=Shelf - -// 4367 -[loc_4367] -active=yes -model=model_4319,Q -name=Shelf - -// 4368 -[loc_4368] -active=yes -model=model_4318,Q -name=Shelf - -// 4369 -[loc_4369] -active=yes -model=model_4321,Q -name=Shelf - -// 4370 -[loc_4370] -active=yes -model=model_22193,Q -name=Shelf - -// 4371 -[loc_4371] -active=yes -model=model_4316,Q -name=Shelf - -// 4372 -[loc_4372] -model=model_4326 -name=Table - -// 4373 -[loc_4373] -width=2 -length=2 -recol1s=9344 -recol1d=9445 -recol2s=7264 -recol2d=7331 -recol3s=11458 -recol3d=11559 -recol4s=32525 -recol4d=27274 -model=model_10722 -name=Sand pit - -// 4374 -[loc_4374] -sharelight=yes -hillskew=yes -msi=msi_22 -active=no -recol1s=12580 -recol1d=11592 -model=model_35784,1 -model=model_35793,5 - -// 4375 -[loc_4375] -forcedecor=yes -retex1s=material_16 -retex1d=material_5 -model=model_4590,0 - -// 4376 -[loc_4376] -active=no -model=model_4589 - -// 4377 -[loc_4377] -op1=Capture -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38184 -name=Standard Stand - -// 4378 -[loc_4378] -op1=Capture -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38184 -name=Standard Stand - -// 4379 -[loc_4379] -active=no -model=model_4524 - -// 4380 -[loc_4380] -sharelight=yes -msi=msi_7 -model=model_4567 -name=Iron ladder - -// 4381 -[loc_4381] -anim=seq_9664 -width=3 -length=3 -active=yes -ambient=25 -contrast=15 -resizex=75 -resizey=75 -resizez=75 -op1=Operate -msi=msi_30 -blockrange=no -recol1s=20903 -recol1d=8388 -recol2s=17766 -recol2d=5251 -recol3s=15652 -recol3d=4194 -recolhsl4s=4766 -recolhsl4d=5384 -recol5s=16877 -recol5d=12512 -recol6s=18991 -recol6d=10432 -model=model_35591 -name=Catapult - -// 4382 -[loc_4382] -anim=seq_9664 -width=3 -length=3 -active=yes -op1=Operate -msi=msi_30 -ambient=25 -contrast=15 -resizex=75 -resizey=75 -resizez=75 -blockrange=no -recolhsl1s=4535 -recolhsl1d=6444 -recolhsl2s=4527 -recolhsl2d=6432 -recolhsl3s=4647 -recolhsl3d=6428 -recolhsl4s=4766 -recolhsl4d=6424 -recol5s=16877 -recol5d=12512 -recol6s=18991 -recol6d=10432 -model=model_35591 -name=Catapult - -// 4383 -[loc_4383] -forceapproach=north -sharelight=yes -active=yes -op1=Climb -model=model_4569 -name=Iron ladder - -// 4384 -[loc_4384] -sharelight=yes -active=no -model=model_4568 - -// 4385 -[loc_4385] -anim=seq_9664 -width=3 -length=3 -active=yes -op1=Repair -msi=msi_30 -ambient=25 -contrast=15 -resizex=75 -resizey=75 -resizez=75 -blockrange=no -recolhsl1s=6164 -recolhsl1d=5140 -recolhsl2s=6460 -recolhsl2d=5136 -recolhsl3s=6156 -recolhsl3d=5132 -recolhsl4s=6152 -recolhsl4d=5128 -model=model_38202 -name=Catapult - -// 4386 -[loc_4386] -anim=seq_9664 -width=3 -length=3 -active=yes -op1=Repair -msi=msi_30 -ambient=25 -contrast=15 -resizex=75 -resizey=75 -resizez=75 -blockrange=no -model=model_38202 -name=Catapult - -// 4387 -[loc_4387] -anim=seq_9653 -ambient=32 -contrast=0 -resizex=256 -resizey=256 -resizez=256 -length=2 -width=2 -op1=Enter -bgsound=synth_3139,3 -blockrange=no -recolhsl1s=39918 -recolhsl1d=39039 -model=model_38323 -name=Saradomin Portal - -// 4388 -[loc_4388] -anim=seq_9653 -ambient=32 -contrast=0 -resizex=256 -resizey=256 -resizez=256 -length=2 -width=2 -op1=Enter -bgsound=synth_3139,3 -blockrange=no -model=model_38324 -name=Zamorak Portal - -// 4389 -[loc_4389] -anim=seq_9653 -ambient=32 -contrast=0 -resizex=256 -resizey=256 -resizez=256 -length=2 -width=2 -op1=Exit -bgsound=synth_3139,3 -blockrange=no -recolhsl1s=39918 -recolhsl1d=39039 -model=model_38323 -name=Portal - -// 4390 -[loc_4390] -anim=seq_9653 -ambient=32 -contrast=0 -resizex=256 -resizey=256 -resizez=256 -length=2 -width=2 -op1=Exit -bgsound=synth_3139,3 -blockrange=no -model=model_38324 -name=Portal - -// 4391 -[loc_4391] -width=3 -length=3 -active=no -sharelight=yes -recol1s=21959 -recol1d=7331 -model=model_4255 - -// 4392 -[loc_4392] -width=3 -length=3 -active=no -sharelight=yes -recol1s=21959 -recol1d=7331 -model=model_4256 - -// 4393 -[loc_4393] -active=no -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_4257,0 - -// 4394 -[loc_4394] -active=no -sharelight=yes -shadow=no -forcedecor=yes -unknown90=yes -model=model_4252,1 -model=model_4251,0 - -// 4395 -[loc_4395] -active=no -sharelight=yes -shadow=no -msi=msi_22 -model=model_4254,1 - -// 4396 -[loc_4396] -active=no -sharelight=yes -model=model_4258 - -// 4397 -[loc_4397] -active=no -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_4253,0 - -// 4398 -[loc_4398] -active=no -sharelight=yes -model=model_4247 - -// 4399 -[loc_4399] -active=no -sharelight=yes -model=model_4248 - -// 4400 -[loc_4400] -active=no -sharelight=yes -model=model_4249 - -// 4401 -[loc_4401] -active=no -sharelight=yes -width=2 -model=model_4250 - -// 4402 -[loc_4402] -active=no -sharelight=yes -mirror=yes -width=2 -model=model_4250 - -// 4403 -[loc_4403] -resizez=128 -resizex=128 -resizey=36 -active=no -shadow=no -recol1s=20935 -recol1d=9445 -model=model_4246,4 - -// 4404 -[loc_4404] -resizez=128 -resizex=128 -resizey=72 -active=no -shadow=no -recol1s=20935 -recol1d=9445 -model=model_4246,4 - -// 4405 -[loc_4405] -resizez=128 -resizex=128 -resizey=88 -active=no -forcedecor=yes -hillskew=yes -recol1s=16708 -recol1d=10501 -recol2s=20935 -recol2d=8388 -model=model_1882,0 - -// 4406 -[loc_4406] -anim=seq_9653 -ambient=32 -contrast=0 -resizex=230 -resizey=230 -resizez=230 -length=2 -width=2 -op1=Leave -bgsound=synth_3139,3 -blockrange=no -recolhsl1s=39918 -recolhsl1d=39039 -model=model_38323 -name=Portal - -// 4407 -[loc_4407] -anim=seq_9653 -ambient=32 -contrast=0 -resizex=230 -resizey=230 -resizez=230 -length=2 -width=2 -op1=Leave -bgsound=synth_3139,3 -blockrange=no -model=model_38324 -name=Portal - -// 4408 -[loc_4408] -anim=seq_9653 -ambient=32 -contrast=0 -resizex=230 -resizey=230 -resizez=230 -length=2 -width=2 -op1=Enter -bgsound=synth_3139,3 -blockrange=no -recol1s=9822 -recol1d=10190 -recolhsl2s=39905 -recolhsl2d=25569 -recolhsl3s=39889 -recolhsl3d=25553 -recolhsl4s=39918 -recolhsl4d=39039 -recolhsl5s=39898 -recolhsl5d=25562 -model=model_38323 -name=Guthix Portal - -// 4409 -[loc_4409] -wallwidth=32 -sharelight=yes -occlude=yes -ambient=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_35 -model=model_678,1 -model=model_679,2 -model=model_636,3 -model=model_637,4 -model=model_638,5 - -// 4410 -[loc_4410] -sharelight=yes -ambient=25 -blockrange=no -retex1s=material_2 -retex1d=material_35 -model=model_669,1 -model=model_670,2 -model=model_671,3 -model=model_672,4 -model=model_673,5 - -// 4411 -[loc_4411] -op1=Jump-to -active=yes -blockwalk=yes -forcedecor=yes -ambient=25 -contrast=15 -blockrange=no -model=model_38185,0 -name=Stepping stone - -// 4412 -[loc_4412] -sharelight=yes -active=yes -op1=Climb -msi=msi_7 -model=model_4566 -name=Iron ladder - -// 4413 -[loc_4413] -sharelight=yes -active=yes -op1=Climb -msi=msi_7 -model=model_4566 -name=Iron ladder - -// 4414 -[loc_4414] -length=3 -msi=msi_7 -sharelight=yes -forceapproach=north -recol1s=26421 -recol1d=13675 -model=model_4428 -name=Staircase - -// 4415 -[loc_4415] -op1=Climb-down -sharelight=yes -model=model_4432 -name=Staircase - -// 4416 -[loc_4416] -op1=Climb-down -sharelight=yes -model=model_4432 -name=Staircase - -// 4417 -[loc_4417] -length=3 -msi=msi_7 -op1=Climb -sharelight=yes -forceapproach=north -ambient=25 -recol1s=6272 -recol1d=14692 -retex1s=material_23 -retex1d=material_35 -model=model_4428 -name=Staircase - -// 4418 -[loc_4418] -length=3 -msi=msi_7 -op1=Climb -sharelight=yes -forceapproach=north -ambient=25 -model=model_4428 -name=Staircase - -// 4419 -[loc_4419] -length=3 -msi=msi_7 -op1=Climb -sharelight=yes -ambient=25 -recol1s=6272 -recol1d=14692 -retex1s=material_23 -retex1d=material_35 -model=model_4428 -name=Staircase - -// 4420 -[loc_4420] -length=3 -msi=msi_7 -op1=Climb -sharelight=yes -model=model_4428 -name=Staircase - -// 4421 -[loc_4421] -ambient=25 -contrast=15 -blockrange=no -model=model_38205 -name=Barricade - -// 4422 -[loc_4422] -anim=seq_9654 -ambient=40 -contrast=40 -blockrange=no -recol1s=14628 -recol1d=11458 -recol2s=29329 -recol2d=23021 -model=model_38207 -model2=model_38205 -name=Barricade - -// 4423 -[loc_4423] -ambient=25 -contrast=15 -op1=Open -op2=Attack -raiseobject=no -recolhsl1s=8844 -recolhsl1d=6444 -recolhsl2s=6682 -recolhsl2d=6432 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38190,1 -name=Large door - -// 4424 -[loc_4424] -ambient=25 -contrast=15 -mirror=yes -op1=Open -op2=Attack -raiseobject=no -recolhsl1s=8844 -recolhsl1d=6444 -recolhsl2s=6682 -recolhsl2d=6432 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38190,1 -name=Large door - -// 4425 -[loc_4425] -ambient=25 -contrast=15 -op1=Close -raiseobject=no -recolhsl1s=8844 -recolhsl1d=6444 -recolhsl2s=6682 -recolhsl2d=6432 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38190,1 -name=Large door - -// 4426 -[loc_4426] -ambient=25 -contrast=15 -mirror=yes -op1=Close -raiseobject=no -recolhsl1s=8844 -recolhsl1d=6444 -recolhsl2s=6682 -recolhsl2d=6432 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38190,1 -name=Large door - -// 4427 -[loc_4427] -ambient=25 -contrast=15 -op1=Open -op2=Attack -raiseobject=no -recol1s=5249 -recol1d=9445 -recolhsl2s=6682 -recolhsl2d=5396 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38190,1 -name=Large door - -// 4428 -[loc_4428] -ambient=25 -contrast=15 -mirror=yes -op1=Open -op2=Attack -raiseobject=no -recol1s=5249 -recol1d=9445 -recolhsl2s=6682 -recolhsl2d=5396 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38190,1 -name=Large door - -// 4429 -[loc_4429] -ambient=25 -contrast=15 -op1=Close -raiseobject=no -recol1s=5249 -recol1d=9445 -recolhsl2s=6682 -recolhsl2d=5396 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38190,1 -name=Large door - -// 4430 -[loc_4430] -ambient=25 -contrast=15 -mirror=yes -op1=Close -raiseobject=no -recol1s=5249 -recol1d=9445 -recolhsl2s=6682 -recolhsl2d=5396 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38190,1 -name=Large door - -// 4431 -[loc_4431] -ambient=25 -contrast=15 -mirror=yes -blockwalk=yes -active=yes -op1=Repair -blockrange=no -recolhsl1s=8844 -recolhsl1d=6444 -recolhsl2s=6682 -recolhsl2d=6432 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38189,1 -name=Broken door - -// 4432 -[loc_4432] -ambient=25 -contrast=15 -blockwalk=yes -active=yes -op1=Repair -blockrange=no -recolhsl1s=8844 -recolhsl1d=6444 -recolhsl2s=6682 -recolhsl2d=6432 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38189,1 -name=Broken door - -// 4433 -[loc_4433] -ambient=25 -contrast=15 -mirror=yes -blockwalk=yes -active=yes -op1=Repair -blockrange=no -recol1s=5249 -recol1d=9445 -recolhsl2s=6682 -recolhsl2d=5396 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38189,1 -name=Broken door - -// 4434 -[loc_4434] -ambient=25 -contrast=15 -blockwalk=yes -active=yes -op1=Repair -blockrange=no -recol1s=5249 -recol1d=9445 -recolhsl2s=6682 -recolhsl2d=5396 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_38189,1 -name=Broken door - -// 4435 -[loc_4435] -active=no -model=model_4435,Q - -// 4436 -[loc_4436] -active=no -model=model_4425,Q - -// 4437 -[loc_4437] -anim=seq_9657 -length=2 -width=2 -op1=Mine -op3=hidden -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_38201 -name=Rocks - -// 4438 -[loc_4438] -length=2 -width=2 -op1=Mine -op3=hidden -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_37212 -name=Rocks - -// 4439 -[loc_4439] -blockwalk=no -length=2 -width=2 -active=no -model=model_4420 - -// 4440 -[loc_4440] -forcedecor=yes -model=model_4424,0 - -// 4441 -[loc_4441] -forcedecor=yes -model=model_4423,0 - -// 4442 -[loc_4442] -forcedecor=yes -model=model_4422,0 - -// 4443 -[loc_4443] -forcedecor=yes -model=model_4421,0 - -// 4444 -[loc_4444] -active=no -ambient=25 -contrast=15 -sharelight=yes -recolhsl1s=8078 -recolhsl1d=8590 -recol2s=10499 -recol2d=8419 -recolhsl3s=7587 -recolhsl3d=8606 -recolhsl4s=6067 -recolhsl4d=6322 -recolhsl5s=5943 -recolhsl5d=6318 -model=model_25061 - -// 4445 -[loc_4445] -sharelight=yes -ambient=25 -retex1s=material_2 -retex1d=material_35 -model=model_669,1 -model=model_670,2 -model=model_671,3 -model=model_672,4 -model=model_673,5 - -// 4446 -[loc_4446] -active=yes -contrast=15 -ambient=25 -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38214,1 -name=Battlements - -// 4447 -[loc_4447] -active=yes -contrast=15 -ambient=25 -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38214,1 -name=Battlements - -// 4448 -[loc_4448] -occlude=yes -hillskew=yes -active=yes -op1=Collapse -op3=hidden -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37746,1 -model=model_37713,2 -name=Cave wall - -// 4449 -[loc_4449] -length=3 -msi=msi_7 -sharelight=yes -ambient=25 -recol1s=6272 -recol1d=14692 -retex1s=material_23 -retex1d=material_35 -model=model_4428 -name=Staircase - -// 4450 -[loc_4450] -length=3 -msi=msi_7 -sharelight=yes -mirror=yes -ambient=25 -recol1s=6272 -recol1d=14692 -retex1s=material_23 -retex1d=material_35 -model=model_4428 -name=Staircase - -// 4451 -[loc_4451] -shadow=no -msi=msi_22 -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 4452 -[loc_4452] -active=no -ambient=25 -recol1s=16846 -recol1d=16872 -retex1s=material_23 -retex1d=material_35 -model=model_4440 - -// 4453 -[loc_4453] -active=no -ambient=25 -recol1s=16846 -recol1d=16872 -retex1s=material_23 -retex1d=material_35 -model=model_4441 - -// 4454 -[loc_4454] -active=no -ambient=25 -recol1s=16846 -recol1d=16872 -retex1s=material_23 -retex1d=material_35 -model=model_4442 - -// 4455 -[loc_4455] -mirror=yes -active=no -ambient=25 -recol1s=16846 -recol1d=16872 -retex1s=material_23 -retex1d=material_35 -model=model_4440 - -// 4456 -[loc_4456] -mirror=yes -active=no -ambient=25 -recol1s=16846 -recol1d=16872 -retex1s=material_23 -retex1d=material_35 -model=model_4441 - -// 4457 -[loc_4457] -mirror=yes -active=no -ambient=25 -recol1s=16846 -recol1d=16872 -retex1s=material_23 -retex1d=material_35 -model=model_4442 - -// 4458 -[loc_4458] -width=2 -op1=Take-from -blockrange=no -model=model_1213 -model2=model_4415 -name=Table - -// 4459 -[loc_4459] -width=2 -op1=Take-from -blockrange=no -model=model_1213 -model2=model_4444 -name=Table - -// 4460 -[loc_4460] -width=2 -op1=Take-from -blockrange=no -model=model_1213 -model2=model_4436 -name=Table - -// 4461 -[loc_4461] -width=2 -op1=Take-from -model=model_1213 -model2=model_4417 -name=Table - -// 4462 -[loc_4462] -width=2 -op1=Take-from -blockrange=no -recol1s=11524 -recol1d=7296 -model=model_1213 -model2=model_4438 -name=Table - -// 4463 -[loc_4463] -width=2 -op1=Take-from -blockrange=no -recol1s=16846 -recol1d=30304 -model=model_1213 -model2=model_4434 -name=Table - -// 4464 -[loc_4464] -width=2 -op1=Take-from -blockrange=no -recol1s=16846 -recol1d=8354 -model=model_1213 -model2=model_4433 -name=Table - -// 4465 -[loc_4465] -active=yes -op1=Unlock -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=7064 -recolhsl1d=6440 -recolhsl2s=6945 -recolhsl2d=6436 -recolhsl3s=6940 -recolhsl3d=6432 -recolhsl4s=6038 -recolhsl4d=6428 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 4466 -[loc_4466] -active=yes -op1=Lock -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=7064 -recolhsl1d=6440 -recolhsl2s=6945 -recolhsl2d=6436 -recolhsl3s=6940 -recolhsl3d=6432 -recolhsl4s=6038 -recolhsl4d=6428 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 4467 -[loc_4467] -active=yes -op1=Unlock -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=8388 -recolhsl2s=6945 -recolhsl2d=5396 -recol3s=13569 -recol3d=5251 -recol4s=11456 -recol4d=4194 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 4468 -[loc_4468] -active=yes -op1=Lock -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=8388 -recolhsl2s=6945 -recolhsl2d=5396 -recol3s=13569 -recol3d=5251 -recol4s=11456 -recol4d=4194 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 4469 -[loc_4469] -active=yes -op1=Pass -anim=seq_9652 -raiseobject=no -ambient=100 -contrast=100 -recolhsl1s=127 -recolhsl1d=39905 -recol2s=16846 -recol2d=9822 -model=model_38325,1 -name=Energy Barrier - -// 4470 -[loc_4470] -active=yes -op1=Pass -raiseobject=no -anim=seq_9651 -ambient=100 -contrast=100 -recolhsl1s=127 -recolhsl1d=979 -recol2s=16846 -recol2d=31808 -model=model_38325,1 -name=Energy Barrier - -// 4471 -[loc_4471] -active=yes -op1=Go-down -raiseobject=no -blockwalk=yes -forcedecor=yes -ambient=25 -contrast=15 -recolhsl1s=5545 -recolhsl1d=6432 -recolhsl2s=6466 -recolhsl2d=6440 -recolhsl3s=6490 -recolhsl3d=6444 -recol4s=25236 -recol4d=10432 -recol5s=16846 -recol5d=12512 -model=model_15521,0 -name=Trapdoor - -// 4472 -[loc_4472] -active=yes -op1=Go-down -raiseobject=no -blockwalk=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=5251 -recol2s=22059 -recol2d=8388 -recol3s=29424 -recol3d=9445 -recol4s=25236 -recol4d=10432 -recol5s=16846 -recol5d=12512 -model=model_15521,0 -name=Trapdoor - -// 4473 -[loc_4473] -active=no -recol1s=16846 -recol1d=6272 -model=model_4440 - -// 4474 -[loc_4474] -active=no -recol1s=16846 -recol1d=6272 -model=model_4441 - -// 4475 -[loc_4475] -active=no -recol1s=16846 -recol1d=6272 -model=model_4442 - -// 4476 -[loc_4476] -mirror=yes -active=no -recol1s=16846 -recol1d=6272 -model=model_4440 - -// 4477 -[loc_4477] -mirror=yes -active=no -recol1s=16846 -recol1d=6272 -model=model_4441 - -// 4478 -[loc_4478] -mirror=yes -active=no -recol1s=16846 -recol1d=6272 -model=model_4442 - -// 4479 -[loc_4479] -active=no -recol1s=16846 -recol1d=6272 -model=model_4429 - -// 4480 -[loc_4480] -active=no -recol1s=16846 -recol1d=6272 -model=model_4430 - -// 4481 -[loc_4481] -active=no -recol1s=16846 -recol1d=6272 -model=model_4431 - -// 4482 -[loc_4482] -active=yes -ambient=25 -contrast=15 -model=model_38187,Q -name=Tap - -// 4483 -[loc_4483] -ambient=25 -contrast=15 -op1=Use -recolhsl1s=6682 -recolhsl1d=5396 -recolhsl2s=6443 -recolhsl2d=5408 -model=model_12151 -name=Bank chest - -// 4484 -[loc_4484] -active=yes -ambient=25 -contrast=15 -op1=View -recolhsl1s=6554 -recolhsl1d=5408 -recolhsl2s=6550 -recolhsl2d=5396 -model=model_4439,Q -name=Scoreboard - -// 4485 -[loc_4485] -sharelight=yes -active=yes -op1=Climb -msi=msi_7 -model=model_4569 -name=Iron ladder - -// 4486 -[loc_4486] -sharelight=yes -active=no -recol1s=16846 -recol1d=10535 -model=model_4578 - -// 4487 -[loc_4487] -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -op1=Open -model=model_4474,1 -name=Door - -// 4488 -[loc_4488] -hillskew=yes -resizez=128 -resizex=128 -resizey=192 -op1=Open -blockwalk=no -active=no -retex1s=material_67 -retex1d=material_92 -model=model_4475,8 -model=model_5061,0 - -// 4489 -[loc_4489] -hillskew=yes -resizez=128 -resizex=128 -resizey=192 -op1=Open -blockwalk=no -mirror=yes -active=no -retex1s=material_67 -retex1d=material_92 -model=model_4475,8 -model=model_5061,0 - -// 4490 -[loc_4490] -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -mirror=yes -op1=Open -model=model_4474,1 -name=Door - -// 4491 -[loc_4491] -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -op1=Close -model=model_4474,1 -name=Door - -// 4492 -[loc_4492] -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -mirror=yes -op1=Close -model=model_4474,1 -name=Door - -// 4493 -[loc_4493] -width=2 -length=4 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -model=model_4453 -name=Staircase - -// 4494 -[loc_4494] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -model=model_4455 -name=Staircase - -// 4495 -[loc_4495] -width=2 -length=4 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -model=model_4453 -name=Staircase - -// 4496 -[loc_4496] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -model=model_4455 -name=Staircase - -// 4497 -[loc_4497] -width=2 -length=4 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -model=model_4453 -name=Staircase - -// 4498 -[loc_4498] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -model=model_4455 -name=Staircase - -// 4499 -[loc_4499] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=9478 -recol3s=6176 -recol3d=7364 -recol4s=4096 -recol4d=5250 -recol5s=2048 -recol5d=3136 -model=model_731 -name=Cave Entrance - -// 4500 -[loc_4500] -width=3 -length=2 -sharelight=yes -op1=Enter -model=model_4459 -name=Tunnel - -// 4501 -[loc_4501] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=16846 -recol1d=6340 -model=model_1181,0 - -// 4502 -[loc_4502] -wallwidth=32 -sharelight=yes -ambient=20 -occlude=yes -resizez=128 -resizex=128 -resizey=192 -recol1s=6342 -recol1d=5248 -retex1s=material_67 -retex1d=material_92 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 4503 -[loc_4503] -wallwidth=32 -sharelight=yes -ambient=20 -occlude=yes -resizez=128 -resizex=128 -resizey=192 -recol1s=6342 -recol1d=5248 -retex1s=material_67 -retex1d=material_92 -model=model_4480,1 -model=model_4481,2 -model=model_4482,3 -model=model_4483,4 -model=model_4484,5 - -// 4504 -[loc_4504] -sharelight=yes -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -retex1s=material_67 -retex1d=material_92 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 4505 -[loc_4505] -sharelight=yes -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -retex1s=material_67 -retex1d=material_92 -model=model_4477,1 - -// 4506 -[loc_4506] -sharelight=yes -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -retex1s=material_67 -retex1d=material_92 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 4507 -[loc_4507] -sharelight=yes -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -hillskew=yes -mirror=yes -retex1s=material_67 -retex1d=material_92 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 4508 -[loc_4508] -sharelight=yes -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -retex1s=material_67 -retex1d=material_92 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 4509 -[loc_4509] -sharelight=yes -hillskew=yes -ambient=20 -resizez=135 -resizex=130 -resizey=140 -retex1s=material_67 -retex1d=material_92 -model=model_4472,0 - -// 4510 -[loc_4510] -sharelight=yes -hillskew=yes -ambient=20 -resizez=135 -resizex=130 -resizey=140 -model=model_4473,0 - -// 4511 -[loc_4511] -sharelight=yes -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -retex1s=material_67 -retex1d=material_92 -model=model_4478,1 -model=model_4479,5 - -// 4512 -[loc_4512] -sharelight=yes -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -retex1s=material_67 -retex1d=material_92 -model=model_4485,1 -model=model_4486,5 - -// 4513 -[loc_4513] -sharelight=yes -hillskew=yes -ambient=20 -resizez=125 -resizex=120 -resizey=130 -blockwalk=no -model=model_4476 -name=Heap of bricks - -// 4514 -[loc_4514] -hillskew=yes -active=no -istexture=yes -blockwalk=no -unknown90=yes -recol1s=13505 -recol1d=4260 -recol2s=15618 -recol2d=4260 -recol3s=14594 -recol3d=4260 -model=model_1124,0 - -// 4515 -[loc_4515] -hillskew=yes -active=no -istexture=yes -blockwalk=no -unknown90=yes -recol1s=13505 -recol1d=4260 -recol2s=15618 -recol2d=4260 -recol3s=14594 -recol3d=4260 -model=model_1139,0 - -// 4516 -[loc_4516] -hillskew=yes -active=no -istexture=yes -blockwalk=no -unknown90=yes -recol1s=13505 -recol1d=4260 -recol2s=15618 -recol2d=4260 -recol3s=14594 -recol3d=4260 -model=model_1032,0 - -// 4517 -[loc_4517] -anim=seq_481 -resizez=128 -resizex=128 -resizey=140 -offsetx=0 -offsety=20 -offsetz=0 -bgsound=synth_4472,1 -recol1s=7399 -recol1d=7431 -recol2s=8456 -recol2d=7431 -recol3s=10401 -recol3d=5283 -model=model_2255,Q - -// 4518 -[loc_4518] -blockwalk=no -recol1s=28436 -recol1d=12747 -model=model_1078 -name=Corpse - -// 4519 -[loc_4519] -blockwalk=no -recol1s=28436 -recol1d=12747 -model=model_1079 -name=Corpse - -// 4520 -[loc_4520] -width=2 -blockwalk=no -recol1s=28436 -recol1d=12747 -model=model_1080 -name=Corpse - -// 4521 -[loc_4521] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4401,0 - -// 4522 -[loc_4522] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4402,0 - -// 4523 -[loc_4523] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4403,0 - -// 4524 -[loc_4524] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4404,0 - -// 4525 -[loc_4525] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4488,0 - -// 4526 -[loc_4526] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4492,0 - -// 4527 -[loc_4527] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4491,0 - -// 4528 -[loc_4528] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4490,0 - -// 4529 -[loc_4529] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4489,0 - -// 4530 -[loc_4530] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4494,0 - -// 4531 -[loc_4531] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4493,0 - -// 4532 -[loc_4532] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=4554 -recol2s=16846 -recol2d=2440 -recol3s=11561 -recol3d=326 -model=model_4487,0 - -// 4533 -[loc_4533] -sharelight=yes -hillskew=yes -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 4534 -[loc_4534] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11592 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 4535 -[loc_4535] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11592 -model=model_823 - -// 4536 -[loc_4536] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11592 -retex1s=material_72 -retex1d=material_418 -model=model_787 - -// 4537 -[loc_4537] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=10535 -recol1d=11592 -recol2s=9478 -recol2d=11592 -recol3s=8421 -recol3d=11592 -recol4s=7364 -recol4d=11592 -recol5s=6307 -recol5d=11592 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 4538 -[loc_4538] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=11592 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 4539 -[loc_4539] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=11592 -model=model_823 - -// 4540 -[loc_4540] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=11592 -model=model_787 - -// 4541 -[loc_4541] -width=2 -length=2 -msi=msi_11 -model=model_34570 -name=Statue - -// 4542 -[loc_4542] -sharelight=yes -active=no -recol1s=16846 -recol1d=10535 -model=model_4579 - -// 4543 -[loc_4543] -sharelight=yes -active=yes -op1=Study -ambient=10 -recol1s=10571 -recol1d=7397 -model=model_37541,1 -name=Strange wall - -// 4544 -[loc_4544] -sharelight=yes -active=yes -op1=Study -mirror=yes -ambient=10 -recol1s=10571 -recol1d=7397 -model=model_37541,1 -name=Strange wall - -// 4545 -[loc_4545] -active=yes -op1=Open -ambient=10 -model=model_37593,1 -name=Strange wall - -// 4546 -[loc_4546] -active=yes -op1=Open -mirror=yes -ambient=10 -model=model_37593,1 -name=Strange wall - -// 4547 -[loc_4547] -active=no -width=6 -length=6 -shadow=no -model=model_4523 - -// 4548 -[loc_4548] -active=no -mirror=yes -ambient=10 -model=model_37593,1 - -// 4549 -[loc_4549] -active=no -ambient=10 -model=model_37593,1 - -// 4550 -[loc_4550] -active=yes -msi=msi_21 -blockwalk=no -op1=Jump-to -model=model_4556 -name=Beach - -// 4551 -[loc_4551] -active=yes -msi=msi_21 -blockwalk=no -op1=Jump-across -model=model_4556 -name=Basalt rock - -// 4552 -[loc_4552] -active=yes -msi=msi_21 -blockwalk=no -op1=Jump-across -model=model_4556 -name=Basalt rock - -// 4553 -[loc_4553] -active=yes -msi=msi_21 -blockwalk=no -op1=Jump-across -model=model_4556 -name=Basalt rock - -// 4554 -[loc_4554] -active=yes -msi=msi_21 -blockwalk=no -op1=Jump-across -model=model_4556 -name=Basalt rock - -// 4555 -[loc_4555] -active=yes -msi=msi_21 -blockwalk=no -op1=Jump-across -model=model_4556 -name=Basalt rock - -// 4556 -[loc_4556] -active=yes -msi=msi_21 -blockwalk=no -op1=Jump-across -model=model_4556 -name=Basalt rock - -// 4557 -[loc_4557] -active=yes -msi=msi_21 -blockwalk=no -op1=Jump-across -model=model_4556 -name=Basalt rock - -// 4558 -[loc_4558] -active=yes -msi=msi_21 -blockwalk=no -op1=Jump-across -model=model_4556 -name=Basalt rock - -// 4559 -[loc_4559] -active=yes -msi=msi_21 -blockwalk=no -op1=Jump-to -model=model_4556 -name=Rocky shore - -// 4560 -[loc_4560] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=8454 -model=model_4548 - -// 4561 -[loc_4561] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=8454 -model=model_4549 - -// 4562 -[loc_4562] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=8454 -model=model_4550 - -// 4563 -[loc_4563] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=8454 -model=model_4551 - -// 4564 -[loc_4564] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=8454 -model=model_4552 - -// 4565 -[loc_4565] -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=8454 -model=model_4553 - -// 4566 -[loc_4566] -width=3 -length=3 -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=8454 -model=model_4554 - -// 4567 -[loc_4567] -width=3 -length=3 -active=no -msi=msi_21 -blockrange=no -recol1s=13702 -recol1d=8454 -model=model_4555 - -// 4568 -[loc_4568] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -model=model_4545 -name=Staircase - -// 4569 -[loc_4569] -sharelight=yes -occlude=yes -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -model=model_4546 -name=Staircase - -// 4570 -[loc_4570] -sharelight=yes -occlude=yes -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -model=model_4547 -name=Staircase - -// 4571 -[loc_4571] -sharelight=yes -resizex=128 -resizey=192 -resizez=128 -active=no -recol1s=8387 -recol1d=10571 -model=model_4530,1 -model=model_4531,5 - -// 4572 -[loc_4572] -resizex=128 -resizey=192 -resizez=128 -active=no -recol1s=8387 -recol1d=10571 -model=model_4532,2 - -// 4573 -[loc_4573] -sharelight=yes -occlude=yes -resizex=128 -resizey=256 -resizez=128 -ambient=20 -contrast=0 -active=no -model=model_4533,1 -model=model_4534,2 -model=model_4535,3 -model=model_4536,4 -model=model_4537,5 - -// 4574 -[loc_4574] -sharelight=yes -occlude=yes -resizex=128 -resizey=256 -resizez=128 -ambient=20 -contrast=0 -active=no -model=model_4542,1 -model=model_4543,2 -model=model_4544,5 - -// 4575 -[loc_4575] -sharelight=yes -occlude=yes -resizex=128 -resizey=256 -resizez=128 -ambient=20 -contrast=0 -active=no -model=model_4538,8 -model=model_4539,1 - -// 4576 -[loc_4576] -sharelight=yes -occlude=yes -resizex=128 -resizey=256 -resizez=128 -ambient=20 -contrast=0 -active=no -model=model_4540,8 -model=model_4541,1 - -// 4577 -[loc_4577] -occlude=yes -blockwalk=yes -resizex=128 -resizey=256 -resizez=128 -ambient=20 -contrast=0 -active=yes -op1=Walk-through -model=model_4528,1 -name=Doorway - -// 4578 -[loc_4578] -occlude=yes -blockwalk=yes -resizex=128 -resizey=256 -resizez=128 -ambient=20 -contrast=0 -model=model_4529,1 - -// 4579 -[loc_4579] -sharelight=yes -occlude=yes -active=no -ambient=20 -recol1s=16846 -recol1d=10571 -model=model_4582,1 - -// 4580 -[loc_4580] -sharelight=yes -active=no -ambient=20 -recol1s=16846 -recol1d=10571 -model=model_4583 - -// 4581 -[loc_4581] -sharelight=yes -active=no -ambient=20 -mirror=yes -recol1s=16846 -recol1d=10571 -model=model_4583 - -// 4582 -[loc_4582] -sharelight=yes -active=no -ambient=20 -recol1s=16846 -recol1d=10571 -model=model_4584 - -// 4583 -[loc_4583] -sharelight=yes -active=no -ambient=20 -mirror=yes -recol1s=16846 -recol1d=10571 -model=model_4584 - -// 4584 -[loc_4584] -sharelight=yes -active=no -ambient=20 -recol1s=16846 -recol1d=10571 -model=model_4586 - -// 4585 -[loc_4585] -sharelight=yes -active=no -ambient=20 -recol1s=16846 -recol1d=10571 -model=model_4585 - -// 4586 -[loc_4586] -sharelight=yes -active=no -ambient=20 -mirror=yes -recol1s=16846 -recol1d=10571 -model=model_4585 - -// 4587 -[loc_4587] -width=4 -length=4 -ambient=20 -active=yes -anim=seq_1347 -bgsound=synth_3132,5 -model=model_4570 -model2=model_4573 -model3=model_4572 -name=Lighting mechanism - -// 4588 -[loc_4588] -active=yes -width=4 -length=4 -ambient=20 -model=model_4570 -model2=model_4574 -name=Lighting mechanism - -// 4589 -[loc_4589] -width=2 -length=2 -blockwalk=yes -anim=seq_1349 -model=model_4571 -name=Lighting mechanism - -// 4590 -[loc_4590] -width=4 -length=3 -blockwalk=yes -anim=seq_1348 -bgsound=synth_3145,5 -model=model_4575 -name=Lighting mechanism - -// 4591 -[loc_4591] -sharelight=yes -active=no -model=model_4563,0 - -// 4592 -[loc_4592] -sharelight=yes -active=no -model=model_4560,0 - -// 4593 -[loc_4593] -sharelight=yes -active=no -model=model_4558,0 - -// 4594 -[loc_4594] -sharelight=yes -active=no -model=model_4561,0 - -// 4595 -[loc_4595] -sharelight=yes -active=no -model=model_4559,0 - -// 4596 -[loc_4596] -sharelight=yes -active=no -model=model_4564 - -// 4597 -[loc_4597] -sharelight=yes -active=no -model=model_4562 - -// 4598 -[loc_4598] -sharelight=yes -active=no -model=model_4565,0 - -// 4599 -[loc_4599] -width=10 -length=10 -occlude=yes -resizex=128 -resizey=128 -resizez=128 -ambient=20 -blockwalk=yes -active=no -model=model_4525 - -// 4600 -[loc_4600] -hillskew=yes -active=no -recol1s=13537 -recol1d=10535 -model=model_694 - -// 4601 -[loc_4601] -blockwalk=no -hillskew=yes -active=no -recol1s=13537 -recol1d=10535 -model=model_753 - -// 4602 -[loc_4602] -hillskew=yes -active=no -recol1s=13537 -recol1d=10535 -model=model_693 - -// 4603 -[loc_4603] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -active=no -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_818 - -// 4604 -[loc_4604] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -active=no -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_819 - -// 4605 -[loc_4605] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_820 - -// 4606 -[loc_4606] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_821 - -// 4607 -[loc_4607] -hillskew=yes -active=no -blockwalk=yes -recol1s=12580 -recol1d=10535 -model=model_773,0 - -// 4608 -[loc_4608] -hillskew=yes -active=no -blockwalk=yes -recol1s=12580 -recol1d=10535 -model=model_785,0 - -// 4609 -[loc_4609] -mirror=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=10535 -model=model_2056,Q - -// 4610 -[loc_4610] -active=yes -blockwalk=yes -recol1s=24202 -recol1d=17870 -recol2s=29420 -recol2d=23252 -model=model_1420,0 -name=Shell - -// 4611 -[loc_4611] -active=yes -blockwalk=yes -model=model_1437,0 -name=Shell - -// 4612 -[loc_4612] -active=yes -blockwalk=yes -recol1s=24176 -recol1d=14730 -recol2s=28404 -recol2d=9545 -model=model_1426,0 -name=Shell - -// 4613 -[loc_4613] -active=yes -blockwalk=yes -recol1s=16812 -recol1d=14730 -recol2s=21040 -recol2d=9545 -model=model_1462,0 -name=Shell - -// 4614 -[loc_4614] -active=yes -hillskew=yes -blockwalk=yes -recol1s=18960 -recol1d=10534 -recol2s=11561 -recol2d=10534 -recol3s=20896 -recol3d=12514 -recol4s=17760 -recol4d=10469 -model=model_1055,0 -name=Bowl - -// 4615 -[loc_4615] -active=yes -msi=msi_21 -blockwalk=no -op1=Cross -model=model_4556 -name=Broken bridge - -// 4616 -[loc_4616] -active=yes -msi=msi_21 -blockwalk=no -op1=Cross -model=model_4556 -name=Broken bridge - -// 4617 -[loc_4617] -length=2 -op1=Search -model=model_1263 -name=Bookcase - -// 4618 -[loc_4618] -anim=seq_475 -length=2 -width=2 -active=yes -resizex=95 -resizey=95 -resizez=95 -bgsound=synth_2065,3 -retex1s=material_23 -retex1d=material_2 -model=model_4609 -name=Fireplace - -// 4619 -[loc_4619] -anim=seq_1362 -ambient=30 -contrast=10 -model=model_14213,Q - -// 4620 -[loc_4620] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -recol1s=16846 -recol1d=10572 -model=model_4596 -name=Stairs - -// 4621 -[loc_4621] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -recol1s=16846 -recol1d=10572 -model=model_4596 -name=Stairs - -// 4622 -[loc_4622] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=16846 -recol1d=10572 -model=model_4593 -name=Stairs - -// 4623 -[loc_4623] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=16846 -recol1d=10572 -model=model_4593 -name=Stairs - -// 4624 -[loc_4624] -width=2 -length=3 -op1=Climb-down -sharelight=yes -msi=msi_7 -recol1s=16846 -recol1d=10572 -model=model_4595 -name=Stairs - -// 4625 -[loc_4625] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -recol1s=16846 -recol1d=10572 -model=model_4597 -name=Stairs - -// 4626 -[loc_4626] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=16846 -recol1d=10572 -model=model_4594 -name=Stairs - -// 4627 -[loc_4627] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=16846 -recol1d=10572 -model=model_4594 -name=Stairs - -// 4628 -[loc_4628] -blockwalk=yes -sharelight=yes -blockrange=no -recol1s=16846 -recol1d=10572 -model=model_987,1 -model=model_988,2 -model=model_989,3 -model=model_990,4 -model=model_991,5 - -// 4629 -[loc_4629] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15339,1 -name=Large door - -// 4630 -[loc_4630] -op1=Close -raiseobject=no -mirror=yes -ambient=25 -contrast=25 -model=model_15338,1 -name=Large door - -// 4631 -[loc_4631] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15338,1 -name=Large door - -// 4632 -[loc_4632] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15339,1 -name=Large door - -// 4633 -[loc_4633] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15339,1 -name=Large door - -// 4634 -[loc_4634] -op1=Close -raiseobject=no -mirror=yes -ambient=25 -contrast=25 -model=model_15339,1 -name=Large door - -// 4635 -[loc_4635] -sharelight=yes -occlude=yes -active=no -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_586,1 -model=model_587,2 -model=model_588,3 -model=model_589,4 -model=model_591,5 - -// 4636 -[loc_4636] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15339,1 -name=Door - -// 4637 -[loc_4637] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15339,1 -name=Door - -// 4638 -[loc_4638] -active=yes -op1=Open -raiseobject=no -mirror=yes -ambient=25 -contrast=25 -model=model_15339,1 -name=Door - -// 4639 -[loc_4639] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -model=model_15339,1 -name=Door - -// 4640 -[loc_4640] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15339,1 -name=Door - -// 4641 -[loc_4641] -model=model_4615 -name=Stacked barrels - -// 4642 -[loc_4642] -ambient=50 -active=yes -op1=Read -model=model_2040,Q -name=Noticeboard - -// 4643 -[loc_4643] -forceapproach=north -active=yes -op1=Climb-up -model=model_1208 -name=Ladder - -// 4644 -[loc_4644] -forceapproach=north -active=yes -op1=Climb-down -model=model_1215 -name=Ladder - -// 4645 -[loc_4645] -forceapproach=north -active=yes -op1=Climb-up -model=model_1208 -name=Ladder - -// 4646 -[loc_4646] -forceapproach=north -active=yes -op1=Climb-down -model=model_1215 -name=Ladder - -// 4647 -[loc_4647] -active=yes -op1=Climb-up -model=model_1208 -name=Ladder - -// 4648 -[loc_4648] -active=yes -op1=Climb-down -model=model_1215 -name=Ladder - -// 4649 -[loc_4649] -sharelight=yes -active=no -ambient=20 -contrast=25 -model=model_4601,1 - -// 4650 -[loc_4650] -anim=seq_475 -length=3 -width=3 -active=yes -bgsound=synth_2066,5 -model=model_4609 -name=Fireplace - -// 4651 -[loc_4651] -active=yes -blockrange=no -model=model_4598 -name=Table - -// 4652 -[loc_4652] -active=yes -blockrange=no -model=model_4599 -name=Table - -// 4653 -[loc_4653] -active=yes -blockrange=no -model=model_4600 -name=Table - -// 4654 -[loc_4654] -length=4 -width=4 -active=no -model=model_4592 - -// 4655 -[loc_4655] -blockwalk=yes -active=no -blockrange=no -recol1s=11561 -recol1d=11491 -recol2s=17440 -recol2d=10304 -model=model_984,1 -model=model_985,2 -model=model_986,3 - -// 4656 -[loc_4656] -blockrange=no -recol1s=18464 -recol1d=24312 -recol2s=9312 -recol2d=4192 -model=model_1161 -name=Stool - -// 4657 -[loc_4657] -blockrange=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 4658 -[loc_4658] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Plaque - -// 4659 -[loc_4659] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Plaque - -// 4660 -[loc_4660] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Plaque - -// 4661 -[loc_4661] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Plaque - -// 4662 -[loc_4662] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=9484 -recol2s=29408 -recol2d=4198 -recol3s=0 -recol3d=5255 -model=model_4613,0 - -// 4663 -[loc_4663] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=5252 -recol2s=29408 -recol2d=14434 -model=model_4613,0 - -// 4664 -[loc_4664] -sharelight=yes -unknown90=yes -ambient=25 -contrast=25 -model=model_4613,0 - -// 4665 -[loc_4665] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=9484 -recol2s=29408 -recol2d=4198 -recol3s=0 -recol3d=5255 -model=model_4614,0 - -// 4666 -[loc_4666] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=5252 -recol2s=29408 -recol2d=14434 -model=model_4614,0 - -// 4667 -[loc_4667] -sharelight=yes -unknown90=yes -model=model_4614,0 - -// 4668 -[loc_4668] -active=no -anim=seq_1355 -model=model_4611 - -// 4669 -[loc_4669] -model=model_1467 -name=Arrav - -// 4670 -[loc_4670] -model=model_1429 -name=Camorra - -// 4671 -[loc_4671] -op1=Search -ambient=25 -contrast=25 -forceapproach=east -model=model_4285 -name=Bookcase - -// 4672 -[loc_4672] -raiseobject=no -op1=Open -model=model_14930,1 -model=model_14931,5 -name=Throne Room Door - -// 4673 -[loc_4673] -raiseobject=no -model=model_14930,1 -model=model_14931,5 - -// 4674 -[loc_4674] -width=2 -msi=msi_2 -length=2 -op1=Chop down -op3=hidden -ambient=25 -model=model_8023 -name=Maple tree - -// 4675 -[loc_4675] -hillskew=yes -blockwalk=no -op1=Weed -op3=hidden -model=model_1690 -model2=model_4634 -name=Herbs - -// 4676 -[loc_4676] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=4226 -model=model_1390 -name=Rocks - -// 4677 -[loc_4677] -hillskew=yes -blockwalk=no -op1=Weed -op3=hidden -recol1s=24018 -recol1d=32310 -model=model_1690 -model2=model_4634 -name=Herbs - -// 4678 -[loc_4678] -hillskew=yes -blockwalk=no -op1=Weed -op3=hidden -model=model_1690 -model2=model_4634 -name=Herbs - -// 4679 -[loc_4679] -hillskew=yes -blockwalk=no -op1=Weed -op3=hidden -recol1s=24018 -recol1d=18733 -model=model_1690 -model2=model_4634 -name=Herbs - -// 4680 -[loc_4680] -hillskew=yes -blockwalk=no -active=no -recol1s=24018 -recol1d=32310 -model=model_1690 - -// 4681 -[loc_4681] -hillskew=yes -blockwalk=no -active=no -model=model_1690 - -// 4682 -[loc_4682] -hillskew=yes -blockwalk=no -active=no -recol1s=24018 -recol1d=18733 -model=model_1690 - -// 4683 -[loc_4683] -active=yes -model=model_2589 -name=Harp - -// 4684 -[loc_4684] -model=model_4632 -name=Barrel - -// 4685 -[loc_4685] -width=3 -recol1s=18823 -recol1d=8353 -recol2s=21927 -recol2d=32767 -model=model_1634 -name=Hollow log - -// 4686 -[loc_4686] -width=2 -recol1s=18823 -recol1d=8353 -recol2s=21927 -recol2d=32767 -model=model_1594 -name=Hollow log - -// 4687 -[loc_4687] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=23116 -recol2s=29408 -recol2d=26322 -model=model_1110,0 - -// 4688 -[loc_4688] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=23116 -recol2s=29408 -recol2d=26322 -recol3s=0 -recol3d=17865 -model=model_1134,0 - -// 4689 -[loc_4689] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=23116 -recol2s=0 -recol2d=17865 -model=model_1067,0 - -// 4690 -[loc_4690] -recol1s=10401 -recol1d=8353 -recol2s=13344 -recol2d=23116 -model=model_1273 -name=Chair - -// 4691 -[loc_4691] -ambient=25 -contrast=25 -recol1s=8456 -recol1d=8353 -model=model_14213,Q - -// 4692 -[loc_4692] -anim=seq_471 -bgsound=synth_3124,3 -recol1s=28407 -recol1d=8353 -recol2s=15 -recol2d=23116 -recol3s=16846 -recol3d=0 -model=model_2280 -name=Flagpole - -// 4693 -[loc_4693] -anim=seq_471 -bgsound=synth_3124,3 -recol1s=28407 -recol1d=8353 -recol2s=15 -recol2d=0 -recol3s=16846 -recol3d=23116 -model=model_2280 -name=Flagpole - -// 4694 -[loc_4694] -anim=seq_481 -bgsound=synth_4472,1 -recol1s=8456 -recol1d=8353 -model=model_2255,Q - -// 4695 -[loc_4695] -resizey=105 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 4696 -[loc_4696] -resizey=105 -op1=Open -model=model_4336,1 -name=Door - -// 4697 -[loc_4697] -resizey=105 -op1=Close -model=model_4336,1 -name=Door - -// 4698 -[loc_4698] -resizey=105 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 4699 -[loc_4699] -active=no -shadow=no -forcedecor=yes -unknown90=yes -model=model_4635,0 - -// 4700 -[loc_4700] -active=no -shadow=no -forcedecor=yes -mirror=yes -unknown90=yes -model=model_4635,0 - -// 4701 -[loc_4701] -active=yes -mirror=yes -model=model_4336,1 -name=Door - -// 4702 -[loc_4702] -blockrange=no -model=model_4633 -name=Chair - -// 4703 -[loc_4703] -width=2 -length=3 -resizez=107 -recol1s=6372 -recol1d=18960 -recol2s=5315 -recol2d=24313 -model=model_4409 -name=Bed - -// 4704 -[loc_4704] -width=2 -length=3 -resizez=107 -recol1s=6372 -recol1d=6626 -recol2s=5315 -recol2d=10829 -model=model_4409 -name=Bed - -// 4705 -[loc_4705] -width=2 -length=2 -op2=Steal-from -active=yes -recol1s=32767 -recol1d=18956 -recol2s=15890 -recol2d=15785 -recol3s=5285 -recol3d=5251 -recol4s=5184 -recol4d=5251 -recol5s=16846 -recol5d=15820 -recol6s=28407 -recol6d=26357 -model=model_4292 -model2=model_1421 -name=Fish stall - -// 4706 -[loc_4706] -width=2 -length=2 -op2=Steal-from -active=yes -recol1s=32767 -recol1d=18956 -recol2s=15890 -recol2d=15785 -recol3s=5285 -recol3d=5251 -recol4s=5184 -recol4d=5251 -recol5s=19904 -recol5d=12517 -recol6s=20896 -recol6d=14628 -model=model_4631 -model2=model_1421 -name=Veg stall - -// 4707 -[loc_4707] -width=2 -length=2 -op2=Steal-from -active=yes -recol1s=32767 -recol1d=18956 -recol2s=15890 -recol2d=15785 -recol3s=5285 -recol3d=5251 -recol4s=5184 -recol4d=5251 -recol5s=16846 -recol5d=15820 -recol6s=28407 -recol6d=26357 -model=model_4292 -model2=model_1421 -name=Fish stall - -// 4708 -[loc_4708] -width=2 -length=2 -op2=Steal-from -active=yes -recol1s=32767 -recol1d=18956 -recol2s=15890 -recol2d=15785 -recol3s=5285 -recol3d=5251 -recol4s=17760 -recol4d=12514 -recol5s=19904 -recol5d=12517 -recol6s=20896 -recol6d=14628 -model=model_4631 -model2=model_1421 -name=Veg stall - -// 4709 -[loc_4709] -forcedecor=yes -mapfunction=50 -model=model_1105,0 - -// 4710 -[loc_4710] -op1=Open -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4007,1 -name=Doorway - -// 4711 -[loc_4711] -active=no -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4007,1 - -// 4712 -[loc_4712] -active=yes -forceapproach=west -op1=Open -raiseobject=no -blockwalk=no -model=model_1205,0 -name=Trapdoor - -// 4713 -[loc_4713] -active=yes -forceapproach=west -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=yes -blockrange=no -model=model_4750,0 -name=Trapdoor - -// 4714 -[loc_4714] -op1=Search -model=model_2143 -name=Crate - -// 4715 -[loc_4715] -op1=Search -model=model_2142 -name=Crate - -// 4716 -[loc_4716] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33996 -name=Crate - -// 4717 -[loc_4717] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -recolhsl4s=6559 -recolhsl4d=6550 -model=model_33997 -name=Crate - -// 4718 -[loc_4718] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33994 -name=Crate - -// 4719 -[loc_4719] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33997 -name=Crate - -// 4720 -[loc_4720] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33997 -name=Crate - -// 4721 -[loc_4721] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33997 -name=Crate - -// 4722 -[loc_4722] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -recolhsl4s=6559 -recolhsl4d=6550 -model=model_33997 -name=Crate - -// 4723 -[loc_4723] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33994 -name=Crate - -// 4724 -[loc_4724] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33997 -name=Crate - -// 4725 -[loc_4725] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -recolhsl4s=6559 -recolhsl4d=6550 -model=model_33997 -name=Crate - -// 4726 -[loc_4726] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33996 -name=Crate - -// 4727 -[loc_4727] -op1=Search -model=model_2143 -name=Crate - -// 4728 -[loc_4728] -active=yes -op1=Climb -model=model_3640 -name=Climbing rope - -// 4729 -[loc_4729] -width=2 -length=2 -msi=msi_6 -blockrange=no -model=model_5524 -name=Bush - -// 4730 -[loc_4730] -hillskew=yes -recol1s=13505 -recol1d=13669 -recol2s=14594 -recol2d=13669 -recol3s=15618 -recol3d=13669 -model=model_1124,0 - -// 4731 -[loc_4731] -hillskew=yes -recol1s=13505 -recol1d=13669 -recol2s=14594 -recol2d=13669 -recol3s=15618 -recol3d=13669 -model=model_1139,0 - -// 4732 -[loc_4732] -hillskew=yes -recol1s=13505 -recol1d=13669 -recol2s=14594 -recol2d=13669 -recol3s=15618 -recol3d=13669 -model=model_1032,0 - -// 4733 -[loc_4733] -hillskew=yes -recol1s=13505 -recol1d=13669 -recol2s=14594 -recol2d=13669 -recol3s=15618 -recol3d=13669 -model=model_1044,0 - -// 4734 -[loc_4734] -hillskew=yes -recol1s=13505 -recol1d=13669 -recol2s=14594 -recol2d=13669 -recol3s=15618 -recol3d=13669 -model=model_1064,0 - -// 4735 -[loc_4735] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4401,0 - -// 4736 -[loc_4736] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4402,0 - -// 4737 -[loc_4737] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4403,0 - -// 4738 -[loc_4738] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4404,0 - -// 4739 -[loc_4739] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4488,0 - -// 4740 -[loc_4740] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4492,0 - -// 4741 -[loc_4741] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4491,0 - -// 4742 -[loc_4742] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4490,0 - -// 4743 -[loc_4743] -blockwalk=yes -raiseobject=no -forceapproach=east -op1=Climb-up -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4726 -name=Bamboo Ladder - -// 4744 -[loc_4744] -blockwalk=yes -raiseobject=no -forceapproach=west -op1=Climb-down -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4727 -name=Bamboo Ladder - -// 4745 -[loc_4745] -active=yes -blockwalk=no -op1=Jump off -model=model_4730 -name=End of bridge - -// 4746 -[loc_4746] -op1=Search -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33997 -name=Crate - -// 4747 -[loc_4747] -sharelight=yes -hillskew=yes -active=no -msi=msi_46 -forcedecor=yes -hardshadow=no -model=model_4719,0 - -// 4748 -[loc_4748] -sharelight=yes -hillskew=yes -active=no -msi=msi_46 -forcedecor=yes -hardshadow=no -model=model_4720,0 - -// 4749 -[loc_4749] -width=2 -length=2 -op1=Search -msi=msi_5 -ambient=20 -contrast=20 -model=model_37332 -name=Banana Tree - -// 4750 -[loc_4750] -width=2 -length=2 -op1=Search -msi=msi_5 -ambient=20 -contrast=20 -model=model_37442 -name=Banana Tree - -// 4751 -[loc_4751] -width=2 -length=2 -op1=Search -msi=msi_5 -ambient=20 -contrast=20 -model=model_37455 -name=Banana Tree - -// 4752 -[loc_4752] -width=2 -length=2 -op1=Search -msi=msi_5 -ambient=20 -contrast=20 -model=model_37330 -name=Banana Tree - -// 4753 -[loc_4753] -width=2 -length=2 -op1=Search -msi=msi_5 -ambient=20 -contrast=20 -model=model_37286 -name=Banana Tree - -// 4754 -[loc_4754] -width=2 -length=2 -op1=Search -msi=msi_5 -ambient=20 -contrast=20 -model=model_37198 -name=Banana Tree - -// 4755 -[loc_4755] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -model=model_4790 -name=Stairs - -// 4756 -[loc_4756] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -model=model_4789 -name=Stairs - -// 4757 -[loc_4757] -ambient=20 -length=2 -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3467 - -// 4758 -[loc_4758] -blockwalk=yes -sharelight=yes -recol1s=11907 -recol1d=5250 -model=model_4787,1 - -// 4759 -[loc_4759] -blockwalk=yes -sharelight=yes -recol1s=11907 -recol1d=5250 -model=model_4786,1 - -// 4760 -[loc_4760] -blockwalk=yes -sharelight=yes -recol1s=11907 -recol1d=5250 -model=model_4785,1 - -// 4761 -[loc_4761] -blockwalk=yes -sharelight=yes -recol1s=11907 -recol1d=5250 -model=model_4788,1 - -// 4762 -[loc_4762] -blockwalk=no -sharelight=yes -model=model_4717,1 -model=model_4716,0 - -// 4763 -[loc_4763] -blockwalk=no -sharelight=yes -model=model_4718,0 - -// 4764 -[loc_4764] -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_1261 -name=Bamboo Stool - -// 4765 -[loc_4765] -mirror=yes -op1=Open -model=model_40910,1 -name=Stone door - -// 4766 -[loc_4766] -anim=seq_475 -blockwalk=no -ambient=75 -contrast=75 -bgsound=synth_2066,5 -hardshadow=no -recolhsl1s=5043 -recolhsl1d=91 -recolhsl2s=7105 -recolhsl2d=98 -recolhsl3s=8137 -recolhsl3d=111 -recolhsl4s=7130 -recolhsl4d=127 -model=model_2260 -name=Fire - -// 4767 -[loc_4767] -width=4 -length=4 -blockwalk=yes -raiseobject=no -anim=seq_8624 -bgsound=synth_2064,3 -model=model_38136 -name=Sacrificial Pyre - -// 4768 -[loc_4768] -blockwalk=yes -raiseobject=no -model=model_4774 -name=Wall of bricks - -// 4769 -[loc_4769] -blockwalk=yes -raiseobject=no -model=model_4775 -name=Pile of bricks - -// 4770 -[loc_4770] -blockwalk=yes -raiseobject=no -model=model_4776 -name=Pile of bricks - -// 4771 -[loc_4771] -width=2 -blockwalk=yes -anim=seq_1398 -op1=Talk-to -model=model_4773 -name=Awowogei - -// 4772 -[loc_4772] -blockwalk=yes -raiseobject=no -forceapproach=east -op1=Climb-up -msi=msi_7 -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4726 -name=Bamboo Ladder - -// 4773 -[loc_4773] -blockwalk=yes -raiseobject=no -forceapproach=east -op1=Climb-up -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4726 -name=Bamboo Ladder - -// 4774 -[loc_4774] -blockwalk=yes -raiseobject=no -forceapproach=east -op1=Climb-up -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4726 -name=Bamboo Ladder - -// 4775 -[loc_4775] -blockwalk=yes -raiseobject=no -forceapproach=east -op1=Climb-up -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4726 -name=Bamboo Ladder - -// 4776 -[loc_4776] -blockwalk=yes -forceapproach=east -op1=Climb-down -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -retex1s=material_384 -retex1d=material_102 -retex2s=material_101 -retex2d=material_102 -model=model_35619 -name=Bamboo Ladder - -// 4777 -[loc_4777] -blockwalk=yes -forceapproach=east -op1=Climb-down -blockwalk=yes -raiseobject=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -retex1s=material_384 -retex1d=material_102 -retex2s=material_101 -retex2d=material_102 -model=model_35619 -name=Bamboo Ladder - -// 4778 -[loc_4778] -blockwalk=yes -forceapproach=east -op1=Climb-down -msi=msi_7 -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4727 -name=Bamboo Ladder - -// 4779 -[loc_4779] -blockwalk=yes -forceapproach=west -op1=Climb-down -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4727 -name=Bamboo Ladder - -// 4780 -[loc_4780] -blockwalk=yes -forceapproach=east -op1=Climb-down -ambient=25 -contrast=15 -model=model_40148 -name=Bamboo Ladder - -// 4781 -[loc_4781] -blockwalk=yes -raiseobject=no -forceapproach=east -op1=Climb-up -ambient=25 -contrast=15 -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_37295 -name=Bamboo Ladder - -// 4782 -[loc_4782] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_4752,0 - -// 4783 -[loc_4783] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_4751,0 - -// 4784 -[loc_4784] -hillskew=yes -blockwalk=yes -sharelight=yes -blockrange=no -model=model_4754,1 -model=model_4755,2 -model=model_4756,3 -model=model_4757,5 - -// 4785 -[loc_4785] -hillskew=yes -blockwalk=no -sharelight=yes -model=model_4748,1 -model=model_4749,2 -model=model_4747,0 - -// 4786 -[loc_4786] -width=2 -length=2 -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_1632 -name=Potted plant - -// 4787 -[loc_4787] -width=2 -op1=Open -recol1s=6342 -recol1d=16708 -recol2s=11561 -recol2d=22023 -model=model_4728 -name=Bamboo Gate - -// 4788 -[loc_4788] -width=2 -op1=Open -mirror=yes -recol1s=6342 -recol1d=16708 -recol2s=11561 -recol2d=22023 -model=model_4728 -name=Bamboo Gate - -// 4789 -[loc_4789] -length=2 -active=no -recol1s=6342 -recol1d=16708 -recol2s=11561 -recol2d=22023 -model=model_4729 - -// 4790 -[loc_4790] -length=2 -active=no -mirror=yes -recol1s=6342 -recol1d=16708 -recol2s=11561 -recol2d=22023 -model=model_4729 - -// 4791 -[loc_4791] -width=2 -length=3 -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_1147 -name=Bamboo Bed - -// 4792 -[loc_4792] -length=2 -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_1220 -name=Bamboo Bed - -// 4793 -[loc_4793] -length=2 -mirror=yes -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_1220 -name=Bamboo Bed - -// 4794 -[loc_4794] -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_2199 -name=Pot - -// 4795 -[loc_4795] -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_2182 -name=Pots - -// 4796 -[loc_4796] -sharelight=yes -occlude=yes -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_2047,Q - -// 4797 -[loc_4797] -model=model_1224 -name=Bamboo Desk - -// 4798 -[loc_4798] -length=2 -op2=Search -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_1275 -name=Bamboo Bookcase - -// 4799 -[loc_4799] -contrast=20 -ambient=10 -op1=Pick-lock -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4723,1 -name=Jail Door - -// 4800 -[loc_4800] -contrast=20 -ambient=10 -op1=Pick-lock -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4723,1 -name=Jail Door - -// 4801 -[loc_4801] -contrast=20 -ambient=10 -active=no -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4723,1 - -// 4802 -[loc_4802] -sharelight=yes -contrast=80 -ambient=10 -active=no -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4724,1 -model=model_4725,3 - -// 4803 -[loc_4803] -sharelight=yes -contrast=80 -ambient=10 -hillchange=tree_skew,50 -active=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4722 - -// 4804 -[loc_4804] -sharelight=yes -occlude=yes -active=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4779,8 -model=model_4780,1 -model=model_4781,3 -model=model_4782,4 -model=model_4783,5 - -// 4805 -[loc_4805] -model=model_4721,0 - -// 4806 -[loc_4806] -sharelight=yes -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4784,1 - -// 4807 -[loc_4807] -op1=Open -blockwalk=yes -raiseobject=no -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4007,1 -name=Bamboo Door - -// 4808 -[loc_4808] -blockwalk=no -raiseobject=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_4778,1 - -// 4809 -[loc_4809] -hillskew=yes -active=no -resizex=128 -resizey=220 -resizez=128 -hardshadow=no -model=model_3605,0 - -// 4810 -[loc_4810] -hillskew=yes -active=no -resizex=128 -resizey=220 -resizez=128 -hardshadow=no -model=model_3606,0 - -// 4811 -[loc_4811] -hillskew=yes -active=no -resizex=128 -resizey=220 -resizez=128 -hardshadow=no -model=model_3607,0 - -// 4812 -[loc_4812] -hillskew=yes -active=yes -resizex=128 -resizey=270 -resizez=128 -forcedecor=yes -blockwalk=no -model=model_4741,8 -model=model_4742,0 -name=Jungle Grass - -// 4813 -[loc_4813] -hillskew=yes -active=yes -resizex=128 -resizey=270 -resizez=128 -forcedecor=yes -blockwalk=no -model=model_4743,8 -model=model_4744,0 -name=Jungle Grass - -// 4814 -[loc_4814] -hillskew=yes -active=yes -resizex=128 -resizey=270 -resizez=128 -forcedecor=yes -blockwalk=no -model=model_4745,8 -model=model_4746,0 -name=Jungle Grass - -// 4815 -[loc_4815] -active=yes -blockwalk=no -model=model_4730 -name=Long grass - -// 4816 -[loc_4816] -resizex=164 -resizey=164 -resizez=164 -ambient=40 -width=2 -length=2 -msi=msi_5 -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7298 -model=model_1701 -name=Jungle Tree - -// 4817 -[loc_4817] -width=3 -length=2 -msi=msi_5 -hillchange=tree_skew,64 -model=model_1593 -name=Jungle Palm - -// 4818 -[loc_4818] -ambient=40 -op1=Chop-down -op3=hidden -msi=msi_5 -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7298 -model=model_1701 -name=Jungle Tree - -// 4819 -[loc_4819] -msi=msi_5 -ambient=40 -recol1s=11561 -recol1d=7298 -model=model_4837 -name=Jungle Tree Stump - -// 4820 -[loc_4820] -op1=Chop-down -op3=hidden -width=2 -length=2 -msi=msi_5 -model=model_1702 -name=Jungle Tree - -// 4821 -[loc_4821] -width=2 -length=2 -msi=msi_5 -recol1s=7298 -recol1d=14660 -model=model_43526 -name=Jungle Tree Stump - -// 4822 -[loc_4822] -msi=msi_5 -recol1s=4194 -recol1d=5218 -model=model_1573 -name=Tree stump - -// 4823 -[loc_4823] -blockwalk=no -model=model_1675 -name=Jungle Flower - -// 4824 -[loc_4824] -blockrange=no -model=model_1581 -name=Orchid - -// 4825 -[loc_4825] -blockrange=no -model=model_1679 -name=Jungle Plant - -// 4826 -[loc_4826] -width=2 -length=2 -blockwalk=no -model=model_2296 -name=Whipping Plant - -// 4827 -[loc_4827] -width=2 -length=2 -op1=Pick -blockrange=no -model=model_1627 -name=Pineapple Plant - -// 4828 -[loc_4828] -width=2 -length=2 -blockrange=no -model=model_1677 -name=Jungle Plant - -// 4829 -[loc_4829] -width=2 -length=2 -blockrange=no -recol1s=16846 -recol1d=7778 -recol2s=13675 -recol2d=6690 -recol3s=11561 -recol3d=7778 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Jungle Plant - -// 4830 -[loc_4830] -width=2 -length=2 -blockrange=no -recol1s=1602 -recol1d=15078 -model=model_1677 -name=Jungle Plant - -// 4831 -[loc_4831] -width=2 -blockwalk=no -model=model_1618 -name=Jungle Plant - -// 4832 -[loc_4832] -blockwalk=no -model=model_1617 -name=Creeping Plant - -// 4833 -[loc_4833] -msi=msi_5 -blockwalk=no -model=model_1618 -name=Jungle Bush - -// 4834 -[loc_4834] -msi=msi_5 -blockwalk=no -recol1s=6528 -recol1d=1730 -model=model_1618 -name=Jungle Bush - -// 4835 -[loc_4835] -msi=msi_5 -blockwalk=no -recol1s=6528 -recol1d=1730 -model=model_1613 -name=Slashed Bush - -// 4836 -[loc_4836] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4801,0 - -// 4837 -[loc_4837] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4802,0 - -// 4838 -[loc_4838] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4808,0 - -// 4839 -[loc_4839] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4804,0 - -// 4840 -[loc_4840] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4805,0 - -// 4841 -[loc_4841] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4806,0 - -// 4842 -[loc_4842] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4807,0 - -// 4843 -[loc_4843] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4800,0 - -// 4844 -[loc_4844] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4803,0 - -// 4845 -[loc_4845] -msi=msi_0 -hillchange=tree_skew,70 -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_1676 -name=Tropical tree - -// 4846 -[loc_4846] -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_1687 -name=Tropical tree - -// 4847 -[loc_4847] -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_1605 -name=Tropical tree - -// 4848 -[loc_4848] -width=3 -length=3 -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_1706 -name=Tropical Leaves - -// 4849 -[loc_4849] -msi=msi_23 -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_1562 -name=Tropical tree - -// 4850 -[loc_4850] -width=7 -length=7 -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_1563 -name=Tropical tree - -// 4851 -[loc_4851] -width=4 -length=3 -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_1564 -name=Tropical tree - -// 4852 -[loc_4852] -width=3 -msi=msi_6 -model=model_1634 -name=Hollow Log - -// 4853 -[loc_4853] -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=6304 -model=model_2172 -name=Roots - -// 4854 -[loc_4854] -msi=msi_6 -recol1s=6240 -recol1d=6304 -model=model_2173 -name=Roots - -// 4855 -[loc_4855] -msi=msi_6 -recol1s=6240 -recol1d=6304 -model=model_2174 -name=Roots - -// 4856 -[loc_4856] -blockwalk=no -ambient=15 -contrast=15 -model=model_4738 -name=Glowing Fungus - -// 4857 -[loc_4857] -blockwalk=no -ambient=15 -contrast=15 -model=model_4737 -name=Glowing Fungus - -// 4858 -[loc_4858] -width=4 -length=4 -ambient=25 -contrast=15 -model=model_4740 -name=Gorilla Statue - -// 4859 -[loc_4859] -width=2 -length=2 -op1=Pray-at -recol1s=22123 -recol1d=32591 -model=model_4739 -name=Gorilla Statue - -// 4860 -[loc_4860] -width=2 -length=2 -recol1s=22123 -recol1d=32591 -model=model_4739 -name=Gorilla Statue - -// 4861 -[loc_4861] -recol1s=22123 -recol1d=32591 -model=model_4753 -name=Monkey Statue - -// 4862 -[loc_4862] -blockwalk=no -ambient=15 -contrast=15 -model=model_4736 -name=Glowing Fungus - -// 4863 -[loc_4863] -model=model_4765 -name=Watchtower Legs - -// 4864 -[loc_4864] -model=model_4766 -name=Watchtower Legs - -// 4865 -[loc_4865] -model=model_4767 -name=Watchtower Middle - -// 4866 -[loc_4866] -width=4 -length=4 -anim=seq_1411 -model=model_4797 -name=Gnome Glider - -// 4867 -[loc_4867] -width=4 -length=4 -model=model_4797 -name=Gnome Glider - -// 4868 -[loc_4868] -width=3 -length=3 -op1=Operate -blockwalk=no -recol1s=16846 -recol1d=5250 -model=model_4733 -name=Teleportation Device - -// 4869 -[loc_4869] -active=yes -op1=Operate -blockwalk=yes -ambient=25 -contrast=15 -model=model_37053,0 -name=Teleportation Device - -// 4870 -[loc_4870] -active=yes -op1=Operate -blockwalk=yes -ambient=25 -contrast=15 -model=model_37057,0 -name=Teleportation Device - -// 4871 -[loc_4871] -op1=Operate -recol1s=16846 -recol1d=5250 -model=model_4731 -name=Reinitialisation Panel - -// 4872 -[loc_4872] -recol1s=16846 -recol1d=5250 -model=model_4732 -name=Exit Sign - -// 4873 -[loc_4873] -model=model_1774 -name=Lever - -// 4874 -[loc_4874] -op2=Steal from -model=model_4758 -name=Crafting Stall - -// 4875 -[loc_4875] -op2=Steal from -model=model_4759 -name=Food Stall - -// 4876 -[loc_4876] -op2=Steal from -model=model_4760 -name=General Stall - -// 4877 -[loc_4877] -op2=Steal from -model=model_4761 -name=Magic Stall - -// 4878 -[loc_4878] -op2=Steal from -model=model_4762 -name=Scimitar Stall - -// 4879 -[loc_4879] -active=yes -forceapproach=east -op1=Open -raiseobject=no -blockwalk=no -model=model_1205,0 -name=Trapdoor - -// 4880 -[loc_4880] -active=yes -forceapproach=east -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=yes -blockrange=no -model=model_4750,0 -name=Trapdoor - -// 4881 -[loc_4881] -active=yes -op1=Climb -model=model_3640 -name=Climbing rope - -// 4882 -[loc_4882] -width=2 -hillskew=yes -blockwalk=no -recol1s=7329 -recol1d=12580 -model=model_2323 -name=Slight indentations - -// 4883 -[loc_4883] -hillskew=yes -blockwalk=no -op1=Search -model=model_37416 -name=A rock - -// 4884 -[loc_4884] -sharelight=yes -hillskew=yes -blockwalk=no -active=yes -model=model_1135,0 -name=Plank - -// 4885 -[loc_4885] -width=3 -hillskew=yes -blockwalk=no -model=model_37429 -name=Stalagmites - -// 4886 -[loc_4886] -sharelight=yes -blockwalk=no -active=no -ambient=20 -contrast=25 -model=model_36816 - -// 4887 -[loc_4887] -hillskew=yes -blockwalk=no -op1=Search -recol1s=14732 -recol1d=6273 -model=model_3177 -name=A rock - -// 4888 -[loc_4888] -active=yes -forceapproach=west -op1=Open -raiseobject=no -blockwalk=no -model=model_1205,0 -name=Trapdoor - -// 4889 -[loc_4889] -active=yes -op1=Climb -model=model_3640 -name=Climbing rope - -// 4890 -[loc_4890] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=18883 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 4891 -[loc_4891] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=18883 -model=model_789,1 -model=model_790,5 - -// 4892 -[loc_4892] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=18883 -model=model_834 - -// 4893 -[loc_4893] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=18883 -model=model_823 - -// 4894 -[loc_4894] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=18883 -model=model_832,1 - -// 4895 -[loc_4895] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=12580 -recol1d=18883 -model=model_832,1 - -// 4896 -[loc_4896] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=18883 -model=model_4842,1 - -// 4897 -[loc_4897] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=18883 -model=model_787 - -// 4898 -[loc_4898] -sharelight=yes -hillskew=yes -active=no -model=model_4838,8 -model=model_4839,1 -model=model_4840,2 -model=model_4841,5 - -// 4899 -[loc_4899] -sharelight=yes -hillskew=yes -active=no -model=model_827,1 -model=model_828,2 -model=model_829,5 - -// 4900 -[loc_4900] -op1=Take -anim=seq_1430 -msi=msi_28 -ambient=25 -contrast=15 -recolhsl1s=5404 -recolhsl1d=6440 -model=model_4445 -name=Saradomin Standard - -// 4901 -[loc_4901] -op1=Take -anim=seq_1430 -msi=msi_29 -ambient=25 -contrast=15 -recol1s=9445 -recol1d=8388 -model=model_4446 -name=Zamorak Standard - -// 4902 -[loc_4902] -op1=Capture -anim=seq_1430 -msi=msi_28 -ambient=25 -contrast=15 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38184 -model2=model_38182 -name=Saradomin Standard - -// 4903 -[loc_4903] -op1=Capture -anim=seq_1430 -msi=msi_29 -ambient=25 -contrast=15 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38184 -model2=model_38183 -name=Zamorak Standard - -// 4904 -[loc_4904] -anim=seq_9655 -width=3 -length=3 -active=yes -ambient=25 -contrast=15 -msi=msi_30 -recol1s=20903 -recol1d=8388 -recol2s=17766 -recol2d=5251 -recol3s=15652 -recol3d=4194 -recolhsl4s=4766 -recolhsl4d=5384 -recol5s=16877 -recol5d=12512 -recol6s=18991 -recol6d=10432 -model=model_38203 -name=Catapult - -// 4905 -[loc_4905] -anim=seq_9655 -width=3 -length=3 -active=yes -ambient=25 -contrast=15 -msi=msi_30 -recolhsl1s=4535 -recolhsl1d=6444 -recolhsl2s=4527 -recolhsl2d=6432 -recolhsl3s=4647 -recolhsl3d=6428 -recolhsl4s=4766 -recolhsl4d=6424 -recol5s=16877 -recol5d=12512 -recol6s=18991 -recol6d=10432 -model=model_38203 -name=Catapult - -// 4906 -[loc_4906] -active=no -anim=seq_1430 -ambient=25 -contrast=15 -model=model_38184 -model2=model_38182 - -// 4907 -[loc_4907] -active=no -anim=seq_1430 -ambient=25 -contrast=15 -model=model_38184 -model2=model_38183 - -// 4908 -[loc_4908] -sharelight=yes -blockrange=no -retex1s=material_2 -retex1d=material_23 -model=model_669,1 -model=model_670,2 -model=model_671,3 -model=model_672,4 -model=model_673,5 - -// 4909 -[loc_4909] -shadow=no -msi=msi_22 -blockrange=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 4910 -[loc_4910] -blockrange=no -model=model_1460 -name=Barrel - -// 4911 -[loc_4911] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1215 -name=Ladder - -// 4912 -[loc_4912] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1231 -name=Ladder - -// 4913 -[loc_4913] -sharelight=yes -op1=Crawl-down -model=model_21233 -name=Cart tunnel - -// 4914 -[loc_4914] -sharelight=yes -op1=Crawl-down -model=model_21233 -name=Cart tunnel - -// 4915 -[loc_4915] -sharelight=yes -op1=Crawl-down -model=model_21233 -name=Cart tunnel - -// 4916 -[loc_4916] -hillskew=yes -sharelight=yes -recol1s=12580 -recol1d=12618 -model=model_4880,1 - -// 4917 -[loc_4917] -hillskew=yes -sharelight=yes -mirror=yes -recol1s=12580 -recol1d=12618 -model=model_4880,1 - -// 4918 -[loc_4918] -op1=Climb-over -model=model_1398 -name=Mine cart - -// 4919 -[loc_4919] -sharelight=yes -width=3 -length=4 -op1=Walk-down -forceapproach=north -recol1s=12580 -recol1d=5317 -recol2s=10467 -recol2d=4260 -recol3s=9409 -recol3d=3203 -recol4s=8353 -recol4d=2146 -recol5s=6240 -recol5d=1089 -recol6s=4128 -recol6d=32 -model=model_4879 -name=Stairs - -// 4920 -[loc_4920] -sharelight=yes -op1=Crawl-through -resizey=153 -model=model_21248 -name=Cart tunnel - -// 4921 -[loc_4921] -sharelight=yes -op1=Crawl-through -resizey=153 -model=model_21248 -name=Cart tunnel - -// 4922 -[loc_4922] -sharelight=yes -op1=Crawl-through -recol1s=12580 -recol1d=18883 -model=model_4887 -name=Cart tunnel - -// 4923 -[loc_4923] -sharelight=yes -width=4 -length=3 -op1=Walk-up -ambient=20 -contrast=20 -resizey=153 -model=model_21230 -name=Stairs - -// 4924 -[loc_4924] -op1=Turn -recol1s=9545 -recol1d=5250 -model=model_1746 -name=Water Valve - -// 4925 -[loc_4925] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_4905,0 - -// 4926 -[loc_4926] -hillskew=yes -op1=Cut -model=model_4889 -name=Crystal outcrop - -// 4927 -[loc_4927] -hillskew=yes -op1=Cut -model=model_4890 -name=Crystal outcrop - -// 4928 -[loc_4928] -hillskew=yes -op1=Cut -model=model_4895 -name=Crystal outcrop - -// 4929 -[loc_4929] -sharelight=yes -recol1s=12580 -recol1d=18883 -model=model_4887 -name=Dark tunnel - -// 4930 -[loc_4930] -sharelight=yes -recol1s=12580 -recol1d=18883 -model=model_4886 -name=Mine cart - -// 4931 -[loc_4931] -active=no -sharelight=yes -width=4 -recol1s=12580 -recol1d=18883 -model=model_4904 - -// 4932 -[loc_4932] -op1=Pick -model=model_4892 -name=Glowing fungus - -// 4933 -[loc_4933] -op1=Pick -model=model_4893 -name=Glowing fungus - -// 4934 -[loc_4934] -hillskew=yes -sharelight=yes -recol1s=12580 -recol1d=18883 -model=model_4881,1 - -// 4935 -[loc_4935] -hillskew=yes -sharelight=yes -model=model_4901 -name=Ceiling support - -// 4936 -[loc_4936] -hillskew=yes -sharelight=yes -model=model_4902 -name=Wall support - -// 4937 -[loc_4937] -sharelight=yes -op1=Go-down -resizey=153 -ambient=20 -contrast=20 -model=model_21236 -name=Lift - -// 4938 -[loc_4938] -sharelight=yes -mirror=yes -op1=Go-down -resizey=153 -ambient=20 -contrast=20 -model=model_21236 -name=Lift - -// 4939 -[loc_4939] -length=2 -sharelight=yes -mirror=yes -active=no -resizey=153 -ambient=20 -contrast=20 -recol1s=12580 -recol1d=18883 -model=model_21235 - -// 4940 -[loc_4940] -length=2 -sharelight=yes -op1=Go-down -resizey=153 -ambient=20 -contrast=20 -recol1s=12580 -recol1d=18883 -model=model_21234 -name=Lift - -// 4941 -[loc_4941] -length=2 -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -recol1s=12580 -recol1d=18883 -model=model_21235 - -// 4942 -[loc_4942] -op1=Wade-to -op1=Go-up -model=model_4897 -name=Lift - -// 4943 -[loc_4943] -forcedecor=yes -hillskew=yes -model=model_4903,0 - -// 4944 -[loc_4944] -blockrange=no -model=model_4888 -name=Crate - -// 4945 -[loc_4945] -model=model_35741 -name=Mine cart - -// 4946 -[loc_4946] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=12580 -recol1d=6342 -model=model_4882,0 - -// 4947 -[loc_4947] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=12580 -recol1d=6342 -model=model_21231,0 - -// 4948 -[loc_4948] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=12580 -recol1d=6342 -model=model_4884,0 - -// 4949 -[loc_4949] -sharelight=yes -length=2 -op1=Check -resizey=153 -ambient=20 -contrast=20 -recol1s=12580 -recol1d=18883 -model=model_21246 -name=Points settings - -// 4950 -[loc_4950] -op1=Pull -model=model_1774 -name=Lever - -// 4951 -[loc_4951] -op1=Pull -model=model_1774 -name=Lever - -// 4952 -[loc_4952] -op1=Pull -model=model_1774 -name=Lever - -// 4953 -[loc_4953] -op1=Pull -model=model_1774 -name=Lever - -// 4954 -[loc_4954] -op1=Pull -model=model_1774 -name=Lever - -// 4955 -[loc_4955] -op1=Pull -model=model_1774 -name=Lever - -// 4956 -[loc_4956] -op1=Pull -model=model_1774 -name=Lever - -// 4957 -[loc_4957] -op1=Pull -model=model_1774 -name=Lever - -// 4958 -[loc_4958] -model=model_1796 -name=Lever - -// 4959 -[loc_4959] -model=model_1774 -name=Lever - -// 4960 -[loc_4960] -model=model_1774 -name=Lever - -// 4961 -[loc_4961] -model=model_1774 -name=Lever - -// 4962 -[loc_4962] -active=yes -op1=Open -resizey=153 -retex1s=material_63 -retex1d=material_132 -retex2s=material_73 -retex2d=material_160 -retex3s=material_64 -retex3d=material_161 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 4963 -[loc_4963] -op1=Open -raiseobject=no -resizey=153 -retex1s=material_63 -retex1d=material_132 -retex2s=material_81 -retex2d=material_132 -model=model_639,1 -name=Large door - -// 4964 -[loc_4964] -op1=Open -mirror=yes -raiseobject=no -resizey=153 -retex1s=material_63 -retex1d=material_132 -retex2s=material_81 -retex2d=material_132 -model=model_639,1 -name=Large door - -// 4965 -[loc_4965] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=13605 -recol1d=8421 -recol2s=12548 -recol2d=6307 -retex1s=material_133 -retex1d=material_177 -retex2s=material_73 -retex2d=material_160 -retex3s=material_64 -retex3d=material_161 -model=model_21232 -name=Ladder - -// 4966 -[loc_4966] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=16740 -recol1d=8421 -recol2s=13603 -recol2d=6307 -recol3s=16774 -recol3d=9478 -recol4s=11489 -recol4d=5250 -recol5s=18821 -recol5d=5250 -retex1s=material_73 -retex1d=material_160 -retex2s=material_64 -retex2d=material_161 -model=model_21483 -name=Ladder - -// 4967 -[loc_4967] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=13605 -recol1d=8421 -recol2s=12548 -recol2d=6307 -retex1s=material_133 -retex1d=material_177 -retex2s=material_73 -retex2d=material_160 -retex3s=material_64 -retex3d=material_161 -model=model_21232 -name=Ladder - -// 4968 -[loc_4968] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=16740 -recol1d=8421 -recol2s=13603 -recol2d=6307 -recol3s=16774 -recol3d=9478 -recol4s=11489 -recol4d=5250 -recol5s=18821 -recol5d=5250 -retex1s=material_73 -retex1d=material_160 -retex2s=material_64 -retex2d=material_161 -model=model_21483 -name=Ladder - -// 4969 -[loc_4969] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=13605 -recol1d=8421 -recol2s=12548 -recol2d=6307 -retex1s=material_133 -retex1d=material_177 -retex2s=material_73 -retex2d=material_160 -retex3s=material_64 -retex3d=material_161 -model=model_21232 -name=Ladder - -// 4970 -[loc_4970] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=16740 -recol1d=8421 -recol2s=13603 -recol2d=6307 -recol3s=16774 -recol3d=9478 -recol4s=11489 -recol4d=5250 -recol5s=18821 -recol5d=5250 -retex1s=material_73 -retex1d=material_160 -retex2s=material_64 -retex2d=material_161 -model=model_21483 -name=Ladder - -// 4971 -[loc_4971] -sharelight=yes -width=3 -length=4 -op1=Walk-down -forceapproach=north -recol1s=10467 -recol1d=5285 -recol2s=12580 -recol2d=6342 -recol3s=9409 -recol3d=4228 -recol4s=8353 -recol4d=3171 -recol5s=6240 -recol5d=2114 -recol6s=4128 -recol6d=1057 -model=model_4879 -name=Stairs - -// 4972 -[loc_4972] -sharelight=yes -width=4 -length=3 -op1=Walk-up -recol1s=12580 -recol1d=2114 -recol2s=9409 -recol2d=0 -model=model_4878 -name=Stairs - -// 4973 -[loc_4973] -sharelight=yes -width=4 -length=3 -op1=Walk-up -resizey=153 -ambient=20 -contrast=20 -model=model_21230 -name=Stairs - -// 4974 -[loc_4974] -op1=Search -model=model_1398 -name=Mine cart - -// 4975 -[loc_4975] -op1=Search -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_2141 -name=Crate - -// 4976 -[loc_4976] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=14596 -model=model_4906,Q -name=Mineral vein - -// 4977 -[loc_4977] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=14596 -model=model_4907,Q -name=Mineral vein - -// 4978 -[loc_4978] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=14596 -model=model_4908,Q -name=Mineral vein - -// 4979 -[loc_4979] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=14732 -model=model_4906,Q -name=Mineral vein - -// 4980 -[loc_4980] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=14732 -model=model_4907,Q -name=Mineral vein - -// 4981 -[loc_4981] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=14732 -model=model_4908,Q -name=Mineral vein - -// 4982 -[loc_4982] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=6242 -model=model_4906,Q -name=Mineral vein - -// 4983 -[loc_4983] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=6242 -model=model_4907,Q -name=Mineral vein - -// 4984 -[loc_4984] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=6242 -model=model_4908,Q -name=Mineral vein - -// 4985 -[loc_4985] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=0 -model=model_4906,Q -name=Mineral vein - -// 4986 -[loc_4986] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=0 -model=model_4907,Q -name=Mineral vein - -// 4987 -[loc_4987] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=0 -model=model_4908,Q -name=Mineral vein - -// 4988 -[loc_4988] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=6346 -model=model_4906,Q -name=Mineral vein - -// 4989 -[loc_4989] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=6346 -model=model_4907,Q -name=Mineral vein - -// 4990 -[loc_4990] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=6346 -model=model_4908,Q -name=Mineral vein - -// 4991 -[loc_4991] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=6438 -model=model_4906,Q -name=Mineral vein - -// 4992 -[loc_4992] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=6438 -model=model_4907,Q -name=Mineral vein - -// 4993 -[loc_4993] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=6438 -model=model_4908,Q -name=Mineral vein - -// 4994 -[loc_4994] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=18883 -model=model_4906,Q -name=Mineral vein - -// 4995 -[loc_4995] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=18883 -model=model_4907,Q -name=Mineral vein - -// 4996 -[loc_4996] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=18883 -model=model_4908,Q -name=Mineral vein - -// 4997 -[loc_4997] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_1392,0 - -// 4998 -[loc_4998] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_1393,0 - -// 4999 -[loc_4999] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_1396,0 - -// 5000 -[loc_5000] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_1385,0 - -// 5001 -[loc_5001] -active=yes -raiseobject=no -model=model_2033,Q -name=Wooden boards - -// 5002 -[loc_5002] -hillskew=yes -active=no -forcedecor=yes -op1=Walk-here -op5=Repair -active=yes -blockwalk=yes -hardshadow=no -recol1s=16708 -recol1d=7428 -recol2s=22023 -recol2d=12710 -model=model_2188,0 -name=Rope bridge - -// 5003 -[loc_5003] -hillskew=yes -active=no -forcedecor=yes -op1=Repair -active=yes -blockwalk=yes -recol1s=16708 -recol1d=7428 -recol2s=22023 -recol2d=12710 -model=model_4967,0 -name=Broken rope bridge - -// 5004 -[loc_5004] -forcedecor=yes -sharelight=yes -hardshadow=no -model=model_4972 -name=Tree - -// 5005 -[loc_5005] -forcedecor=yes -sharelight=yes -op1=Climb up -op2=Climb down -hardshadow=no -model=model_4971 -name=Tree - -// 5006 -[loc_5006] -op2=Pick -blockwalk=no -recol1s=9702 -recol1d=14925 -recol2s=21017 -recol2d=18136 -recol3s=20503 -recol3d=16022 -recol4s=15990 -recol4d=20250 -recol5s=28450 -recol5d=22364 -model=model_237 -name=Trollweiss flowers - -// 5007 -[loc_5007] -width=3 -length=2 -shadow=no -op1=Enter -ambient=30 -contrast=10 -recol1s=10400 -recol1d=32767 -recol2s=8288 -recol2d=26293 -recol3s=6176 -recol3d=18960 -recol4s=4096 -recol4d=12618 -recol5s=2048 -recol5d=5285 -retex1s=material_83 -retex1d=material_494 -retex2s=material_72 -retex2d=material_494 -model=model_731 -name=Cave entrance - -// 5008 -[loc_5008] -width=3 -length=2 -op1=Enter -hardshadow=no -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=9478 -recol3s=6176 -recol3d=7364 -recol4s=4096 -recol4d=5250 -recol5s=2048 -recol5d=3136 -model=model_731 -name=Tunnel - -// 5009 -[loc_5009] -width=3 -length=3 -resizex=384 -resizey=384 -resizez=384 -hillskew=yes -sharelight=yes -op1=Enter -recol1s=32767 -recol1d=27519 -model=model_4936 -name=Tunnel - -// 5010 -[loc_5010] -width=3 -length=2 -ambient=60 -contrast=60 -sharelight=yes -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -model=model_3717 -name=Tunnel - -// 5011 -[loc_5011] -width=3 -length=2 -sharelight=yes -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -model=model_3717 -name=Tunnel - -// 5012 -[loc_5012] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -retex1s=material_83 -retex1d=material_79 -retex2s=material_72 -retex2d=material_79 -model=model_731 -name=Tunnel - -// 5013 -[loc_5013] -width=3 -length=2 -ambient=25 -contrast=25 -sharelight=yes -hillskew=yes -op1=Enter -model=model_37440 -name=Tunnel - -// 5014 -[loc_5014] -width=3 -length=2 -ambient=25 -contrast=25 -sharelight=yes -hillskew=yes -op1=Enter -model=model_37440 -name=Tunnel - -// 5015 -[loc_5015] -active=yes -forcedecor=yes -shadow=no -hillskew=yes -blockwalk=yes -op1=Slide -blockrange=no -model=model_3951 -name=slope - -// 5016 -[loc_5016] -active=yes -forcedecor=yes -shadow=no -hillskew=yes -blockwalk=yes -op1=Slide -blockrange=no -model=model_3951 -name=slope - -// 5017 -[loc_5017] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=30655 -retex1s=material_72 -retex1d=material_407 -retex2s=material_83 -retex2d=material_453 -retex3s=material_418 -retex3d=material_407 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 5018 -[loc_5018] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=30655 -retex1s=material_70 -retex1d=material_407 -model=model_834 - -// 5019 -[loc_5019] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=30655 -model=model_823 - -// 5020 -[loc_5020] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=30655 -retex1s=material_72 -retex1d=material_407 -model=model_787 - -// 5021 -[loc_5021] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=30655 -retex1s=material_72 -retex1d=material_407 -retex2s=material_83 -retex2d=material_453 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 5022 -[loc_5022] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=30655 -retex1s=material_70 -retex1d=material_407 -model=model_834 - -// 5023 -[loc_5023] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=30655 -model=model_823 - -// 5024 -[loc_5024] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=30655 -model=model_787 - -// 5025 -[loc_5025] -sharelight=yes -hillskew=yes -op1=Enter -recol1s=12580 -recol1d=30655 -recol2s=10466 -recol2d=28541 -retex1s=material_72 -retex1d=material_407 -model=model_789,1 -model=model_790,5 -name=Crevasse - -// 5026 -[loc_5026] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=30655 -recol2s=15618 -recol2d=30655 -recol3s=14594 -recol3d=30655 -model=model_1124,0 - -// 5027 -[loc_5027] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=30655 -recol2s=15618 -recol2d=30655 -recol3s=14594 -recol3d=30655 -model=model_1139,0 - -// 5028 -[loc_5028] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=30655 -recol2s=15618 -recol2d=30655 -recol3s=14594 -recol3d=30655 -model=model_1032,0 - -// 5029 -[loc_5029] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=30655 -model=model_818 - -// 5030 -[loc_5030] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=30655 -model=model_819 - -// 5031 -[loc_5031] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=30655 -model=model_820 - -// 5032 -[loc_5032] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=30655 -model=model_821 - -// 5033 -[loc_5033] -hillskew=yes -recol1s=12580 -recol1d=30655 -model=model_773,0 - -// 5034 -[loc_5034] -hillskew=yes -recol1s=12580 -recol1d=30655 -model=model_785,0 - -// 5035 -[loc_5035] -blockwalk=no -active=no -model=model_4956 - -// 5036 -[loc_5036] -msi=msi_6 -op3=hidden -blockwalk=no -active=no -recol1s=7296 -recol1d=32665 -model=model_1716 - -// 5037 -[loc_5037] -width=3 -length=3 -resizex=384 -resizey=384 -resizez=384 -shadow=no -model=model_4956 -name=Ice covered boulder - -// 5038 -[loc_5038] -width=2 -length=2 -resizex=256 -resizey=256 -resizez=256 -shadow=no -model=model_4956 -name=Ice covered boulder - -// 5039 -[loc_5039] -shadow=no -model=model_4956 -name=Ice covered boulder - -// 5040 -[loc_5040] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_4957,0 - -// 5041 -[loc_5041] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_4958,0 - -// 5042 -[loc_5042] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_4959,0 - -// 5043 -[loc_5043] -length=3 -sharelight=yes -active=yes -op1=Go-through -model=model_4960 -name=Ice gate - -// 5044 -[loc_5044] -mirror=yes -length=3 -sharelight=yes -active=yes -op1=Go-through -model=model_4960 -name=Ice gate - -// 5045 -[loc_5045] -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -model=model_4969 -name=Tree - -// 5046 -[loc_5046] -op1=Enter -resizey=160 -ambient=15 -contrast=15 -sharelight=yes -hillskew=yes -retex1s=material_335 -retex1d=material_418 -model=model_33696 -name=Cave entrance - -// 5047 -[loc_5047] -hillskew=yes -recol1s=13537 -recol1d=12580 -model=model_694 -name=Stalagmites - -// 5048 -[loc_5048] -blockwalk=no -hillskew=yes -recol1s=13537 -recol1d=12580 -model=model_753 -name=Stalactite - -// 5049 -[loc_5049] -hillskew=yes -recol1s=13537 -recol1d=12580 -model=model_693 -name=Stalagmite - -// 5050 -[loc_5050] -active=yes -blockwalk=yes -op1=Look -op2=Squeeze-past -ambient=20 -hillskew=yes -model=model_12041 -name=Stalagmite - -// 5051 -[loc_5051] -width=3 -length=3 -model=model_4970 -name=Swamp Boaty - -// 5052 -[loc_5052] -active=yes -op1=Search -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_33699,1 -name=Wall - -// 5053 -[loc_5053] -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_33699,1 - -// 5054 -[loc_5054] -active=yes -op1=Climb-up -msi=msi_7 -recolhsl1s=5788 -recolhsl1d=11422 -recolhsl2s=5912 -recolhsl2d=13340 -recolhsl3s=5673 -recolhsl3d=13472 -model=model_5187 -name=Ladder - -// 5055 -[loc_5055] -blockwalk=no -op1=Open -model=model_1244 -name=Trapdoor - -// 5056 -[loc_5056] -op1=Open -resizey=160 -sharelight=yes -model=model_33687 -name=Wooden doors - -// 5057 -[loc_5057] -mirror=yes -op1=Open -resizey=160 -sharelight=yes -model=model_33687 -name=Wooden doors - -// 5058 -[loc_5058] -op1=Walk-through -resizey=160 -sharelight=yes -model=model_33693 -name=Wooden doors - -// 5059 -[loc_5059] -mirror=yes -op1=Walk-through -resizey=160 -sharelight=yes -model=model_33693 -name=Wooden doors - -// 5060 -[loc_5060] -active=no -length=2 -width=2 -anim=seq_3106 -multivar=varplayerbit_4575 -multiloc=6,loc_30519 - -// 5061 -[loc_5061] -active=yes -multivar=varplayerbit_4577 -multiloc=0,loc_30512 -multiloc=1,loc_30511 - -// 5062 -[loc_5062] -active=yes -multivar=varplayerbit_4577 -multiloc=0,loc_30514 -multiloc=1,loc_30513 - -// 5063 -[loc_5063] -active=yes -multivar=varplayerbit_4577 -multiloc=0,loc_30516 -multiloc=1,loc_30515 - -// 5064 -[loc_5064] -blockwalk=no -sharelight=yes -forcedecor=yes -active=no -model=model_5018 - -// 5065 -[loc_5065] -active=no -length=6 -recol1s=16846 -recol1d=16808 -model=model_5016 - -// 5066 -[loc_5066] -active=no -sharelight=yes -blockrange=no -recol1s=12580 -recol1d=7329 -model=model_5014 - -// 5067 -[loc_5067] -hillskew=yes -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_5015,0 - -// 5068 -[loc_5068] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -unknown90=yes -model=model_5015,0 - -// 5069 -[loc_5069] -hillskew=yes -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=16846 -recol1d=16740 -model=model_5015,0 - -// 5070 -[loc_5070] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -unknown90=yes -recol1s=16846 -recol1d=16740 -model=model_5015,0 - -// 5071 -[loc_5071] -active=no -model=model_5017 - -// 5072 -[loc_5072] -anim=seq_481 -ambient=25 -contrast=15 -model=model_38091 -name=Pillar - -// 5073 -[loc_5073] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=11557 -recol2s=17440 -recol2d=13671 -model=model_1697,0 - -// 5074 -[loc_5074] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=11557 -recol2s=17440 -recol2d=13671 -model=model_1561,0 - -// 5075 -[loc_5075] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=11557 -recol2s=17440 -recol2d=13671 -model=model_1631,0 - -// 5076 -[loc_5076] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=11557 -recol2s=17440 -recol2d=13671 -model=model_1664,0 - -// 5077 -[loc_5077] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=11557 -recol2s=17440 -recol2d=13671 -model=model_1712,0 - -// 5078 -[loc_5078] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=11557 -recol2s=17440 -recol2d=13671 -model=model_1587,0 - -// 5079 -[loc_5079] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=11557 -recol2s=17440 -recol2d=13671 -model=model_1585,0 - -// 5080 -[loc_5080] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=11557 -recol2s=17440 -recol2d=13671 -model=model_1638,0 - -// 5081 -[loc_5081] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=11557 -recol2s=17440 -recol2d=13671 -model=model_1708,0 - -// 5082 -[loc_5082] -forceapproach=south -hillskew=yes -resizex=95 -resizey=110 -resizez=95 -length=4 -width=4 -op1=Enter -model=model_4998 -name=Dungeon entrance - -// 5083 -[loc_5083] -forceapproach=south -hillskew=yes -resizex=95 -resizey=110 -resizez=95 -length=4 -width=4 -op1=Enter -model=model_4998 -model2=model_4999 -name=Dungeon entrance - -// 5084 -[loc_5084] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -op1=Leave -model=model_37618,1 -model=model_37711,5 -name=Exit - -// 5085 -[loc_5085] -model=model_5012,Q - -// 5086 -[loc_5086] -model=model_5010,Q - -// 5087 -[loc_5087] -model=model_5011,Q - -// 5088 -[loc_5088] -active=yes -sharelight=yes -op1=Walk-across -blockwalk=yes -ambient=30 -model=model_36961,0 -name=Log balance - -// 5089 -[loc_5089] -active=no -blockwalk=no -sharelight=yes -forcedecor=yes -ambient=30 -model=model_36954,0 - -// 5090 -[loc_5090] -active=yes -sharelight=yes -op1=Walk-across -blockwalk=yes -ambient=30 -model=model_36961,0 -name=Log balance - -// 5091 -[loc_5091] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=7296 -recol2s=7364 -recol2d=8352 -recol3s=8421 -recol3d=9409 -recol4s=9478 -recol4d=10466 -recol5s=10535 -recol5d=11523 -recol6s=11592 -recol6d=12580 -retex1s=material_126 -retex1d=material_68 -retex2s=material_105 -retex2d=material_69 -retex3s=material_560 -retex3d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 5092 -[loc_5092] -sharelight=yes -hillskew=yes -model=model_5005,1 - -// 5093 -[loc_5093] -sharelight=yes -hillskew=yes -model=model_5006,1 - -// 5094 -[loc_5094] -sharelight=yes -width=4 -length=3 -op1=Walk-up -ambient=25 -contrast=15 -recol1s=4260 -recol1d=8353 -recol2s=6374 -recol2d=7296 -recol3s=7431 -recol3d=8353 -recol4s=8488 -recol4d=9410 -recol5s=9545 -recol5d=10467 -recol6s=10602 -recol6d=11524 -model=model_35734 -name=Stairs - -// 5095 -[loc_5095] -sharelight=yes -width=4 -length=3 -ambient=25 -contrast=15 -forcedecor=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=10466 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -recol6s=4260 -recol6d=8353 -model=model_37463 -name=Stairs - -// 5096 -[loc_5096] -sharelight=yes -width=4 -length=3 -op1=Walk-down -model=model_37337 -name=Stairs - -// 5097 -[loc_5097] -sharelight=yes -width=4 -length=3 -op1=Walk-up -ambient=25 -contrast=15 -recol1s=4260 -recol1d=8353 -recol2s=6374 -recol2d=7296 -recol3s=7431 -recol3d=8353 -recol4s=8488 -recol4d=9410 -recol5s=9545 -recol5d=10467 -recol6s=10602 -recol6d=11524 -model=model_35734 -name=Stairs - -// 5098 -[loc_5098] -sharelight=yes -width=4 -length=3 -op1=Walk-down -model=model_37337 -name=Stairs - -// 5099 -[loc_5099] -op1=Squeeze-through -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37273 -name=Pipe - -// 5100 -[loc_5100] -op1=Squeeze-through -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37273 -name=Pipe - -// 5101 -[loc_5101] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=7296 -recol2s=7364 -recol2d=8352 -recol3s=8421 -recol3d=9409 -recol4s=9478 -recol4d=10466 -recol5s=10535 -recol5d=11523 -recol6s=11592 -recol6d=12580 -model=model_5002,1 - -// 5102 -[loc_5102] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=7296 -recol2s=7364 -recol2d=8352 -recol3s=8421 -recol3d=9409 -recol4s=9478 -recol4d=10466 -recol5s=10535 -recol5d=11523 -recol6s=11592 -recol6d=12580 -model=model_5003,1 - -// 5103 -[loc_5103] -hillskew=yes -op1=Chop-down -op3=hidden -ambient=25 -contrast=15 -model=model_37511 -name=Vines - -// 5104 -[loc_5104] -hillskew=yes -op1=Chop-down -op3=hidden -ambient=25 -contrast=15 -model=model_37511 -name=Vines - -// 5105 -[loc_5105] -hillskew=yes -op1=Chop-down -op3=hidden -ambient=25 -contrast=15 -model=model_37511 -name=Vines - -// 5106 -[loc_5106] -hillskew=yes -op1=Chop-down -op3=hidden -ambient=25 -contrast=15 -model=model_37511 -name=Vines - -// 5107 -[loc_5107] -hillskew=yes -op1=Chop-down -op3=hidden -ambient=25 -contrast=15 -model=model_37511 -name=Vines - -// 5108 -[loc_5108] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=7296 -recol2s=7364 -recol2d=8352 -recol3s=8421 -recol3d=9409 -recol4s=9478 -recol4d=10466 -recol5s=10535 -recol5d=11523 -recol6s=11592 -recol6d=12580 -retex1s=material_72 -retex1d=material_418 -model=model_5020,1 - -// 5109 -[loc_5109] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=12580 -recol2s=7364 -recol2d=8352 -retex1s=material_105 -retex1d=material_418 -model=model_5019,1 - -// 5110 -[loc_5110] -op1=Jump-from -active=yes -forcedecor=yes -blockwalk=yes -ambient=30 -model=model_37003,0 -name=Stepping stone - -// 5111 -[loc_5111] -op1=Jump-from -active=yes -forcedecor=yes -blockwalk=yes -ambient=30 -model=model_37003,0 -name=Stepping stone - -// 5112 -[loc_5112] -blockrange=no -recol1s=32554 -recol1d=11555 -recol2s=32697 -recol2d=15847 -model=model_1686 -name=Mushroom - -// 5113 -[loc_5113] -width=2 -length=2 -resizex=256 -resizey=256 -resizez=256 -recol1s=32357 -recol1d=11555 -recol2s=32493 -recol2d=15847 -recol3s=30379 -recol3d=15847 -model=model_1609 -name=Fungus - -// 5114 -[loc_5114] -blockwalk=no -recol1s=32357 -recol1d=11555 -recol2s=32493 -recol2d=9442 -recol3s=30379 -recol3d=8385 -model=model_1609 -name=Fungus - -// 5115 -[loc_5115] -blockwalk=no -recol1s=32357 -recol1d=11555 -recol2s=32493 -recol2d=9442 -recol3s=30379 -recol3d=8385 -model=model_5023 -name=Fungus - -// 5116 -[loc_5116] -anim=seq_1532 -width=2 -length=2 -msi=msi_11 -model=model_34559 -model2=model_34609 -name=Statue - -// 5117 -[loc_5117] -anim=seq_1533 -width=2 -length=2 -msi=msi_11 -model=model_34559 -model2=model_34609 -name=Statue - -// 5118 -[loc_5118] -forcedecor=yes -mapfunction=51 -model=model_1105,0 - -// 5119 -[loc_5119] -forcedecor=yes -mapfunction=52 -model=model_1105,0 - -// 5120 -[loc_5120] -forcedecor=yes -mapfunction=54 -model=model_1105,0 - -// 5121 -[loc_5121] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11592 -retex1s=material_105 -retex1d=material_418 -model=model_825 - -// 5122 -[loc_5122] -blockwalk=no -model=model_1078 -name=Corpse - -// 5123 -[loc_5123] -blockwalk=no -model=model_1079 -name=Corpse - -// 5124 -[loc_5124] -width=2 -blockwalk=no -model=model_1080 -name=Corpse - -// 5125 -[loc_5125] -width=2 -blockwalk=no -model=model_1081 -name=Corpse - -// 5126 -[loc_5126] -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -op1=Open -model=model_5117,1 -name=Door - -// 5127 -[loc_5127] -op1=Read -recol1s=10400 -recol1d=8421 -recol2s=32767 -recol2d=21034 -recol3s=13571 -recol3d=11592 -model=model_1552 -name=Danger sign - -// 5128 -[loc_5128] -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -op1=Close -model=model_5117,1 -name=Door - -// 5129 -[loc_5129] -resizez=128 -resizex=128 -resizey=192 -blockwalk=no -active=no -retex1s=material_67 -retex1d=material_92 -model=model_5118 - -// 5130 -[loc_5130] -sharelight=yes -op1=Climb-up -forceapproach=north -model=model_37482 -name=Ladder - -// 5131 -[loc_5131] -active=yes -op1=Open -raiseobject=no -forceapproach=east -blockwalk=yes -recol1s=16640 -recol1d=8418 -recol2s=8320 -recol2d=4226 -recol3s=11491 -recol3d=6304 -recol4s=8456 -recol4d=8453 -model=model_1205,0 -name=Trapdoor - -// 5132 -[loc_5132] -active=yes -op1=Climb-down -op2=Close -raiseobject=no -forceapproach=east -blockwalk=yes -recol1s=16640 -recol1d=8418 -recol2s=8320 -recol2d=4226 -recol3s=11491 -recol3d=6304 -recol4s=8456 -recol4d=8453 -model=model_37013,0 -name=Trapdoor - -// 5133 -[loc_5133] -width=3 -op1=Jump -ambient=10 -contrast=10 -model=model_5127 -name=Hurdle - -// 5134 -[loc_5134] -width=2 -op1=Jump -ambient=10 -contrast=10 -model=model_5128 -name=Hurdle - -// 5135 -[loc_5135] -width=2 -mirror=yes -op1=Jump -ambient=10 -contrast=10 -model=model_5128 -name=Hurdle - -// 5136 -[loc_5136] -forcedecor=yes -op1=Climb-up -blockwalk=yes -ambient=10 -contrast=10 -model=model_5129,0 -name=Skull slope - -// 5137 -[loc_5137] -forcedecor=yes -ambient=10 -contrast=10 -model=model_5130,0 - -// 5138 -[loc_5138] -anim=seq_9653 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -recol1s=9822 -recol1d=32745 -recolhsl2s=39898 -recolhsl2d=11241 -recolhsl3s=39905 -recolhsl3d=11198 -recolhsl4s=39918 -recolhsl4d=10560 -recolhsl5s=39889 -recolhsl5d=11241 -model=model_38323 -name=Portal - -// 5139 -[loc_5139] -hillskew=yes -op1=Teeth-grip -ambient=10 -contrast=10 -model=model_37476 -name=Zip line - -// 5140 -[loc_5140] -length=3 -hillskew=yes -op1=Teeth-grip -ambient=10 -contrast=10 -model=model_37397 -name=Zip line - -// 5141 -[loc_5141] -length=3 -hillskew=yes -mirror=yes -op1=Teeth-grip -ambient=10 -contrast=10 -model=model_37397 -name=Zip line - -// 5142 -[loc_5142] -hillskew=yes -ambient=10 -contrast=10 -model=model_37219 -name=Zip line - -// 5143 -[loc_5143] -length=3 -hillskew=yes -ambient=10 -contrast=10 -model=model_37397 -name=Zip line - -// 5144 -[loc_5144] -length=3 -hillskew=yes -mirror=yes -ambient=10 -contrast=10 -model=model_37397 -name=Zip line - -// 5145 -[loc_5145] -hillskew=yes -forcedecor=yes -blockwalk=yes -active=yes -ambient=10 -contrast=10 -model=model_5135,8 -model=model_5136,0 -name=Zip line - -// 5146 -[loc_5146] -hillskew=yes -anim=seq_1600 -msi=msi_35 -ambient=10 -contrast=10 -recol1s=32631 -recol1d=21037 -model=model_5141 -name=Goal - -// 5147 -[loc_5147] -hillskew=yes -ambient=10 -contrast=10 -recol1s=32631 -recol1d=21037 -model=model_5140 -name=Goal - -// 5148 -[loc_5148] -hillskew=yes -ambient=10 -contrast=10 -recol1s=32631 -recol1d=21037 -model=model_5142 -name=Goal - -// 5149 -[loc_5149] -hillskew=yes -forcedecor=yes -hardshadow=no -model=model_5125,0 - -// 5150 -[loc_5150] -hillskew=yes -forcedecor=yes -hardshadow=no -model=model_5139,0 - -// 5151 -[loc_5151] -ambient=25 -contrast=15 -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -model=model_37745,1 - -// 5152 -[loc_5152] -ambient=25 -contrast=15 -op1=Squeeze-through -active=yes -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37273 -name=Pipe - -// 5153 -[loc_5153] -blockwalk=yes -active=no -ambient=10 -contrast=10 -recol1s=10504 -recol1d=9479 -model=model_703 - -// 5154 -[loc_5154] -blockwalk=yes -active=no -ambient=10 -contrast=10 -recol1s=10504 -recol1d=9479 -model=model_704 - -// 5155 -[loc_5155] -blockwalk=yes -active=no -ambient=10 -contrast=10 -recol1s=10504 -recol1d=9479 -model=model_705 - -// 5156 -[loc_5156] -length=2 -resizey=120 -forceapproach=east -op1=Open -model=model_1951 -name=Cupboard - -// 5157 -[loc_5157] -length=2 -op2=Search -op3=Shut -forceapproach=east -model=model_1953 -name=Open Cupboard - -// 5158 -[loc_5158] -forcedecor=yes -op1=Take-from -blockwalk=yes -model=model_5153 -name=Pile of canes - -// 5159 -[loc_5159] -op1=Cross -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -blockwalk=no -active=yes -hardshadow=no -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1089,0 -name=Bridge - -// 5160 -[loc_5160] -op1=Cross -hillskew=yes -sharelight=yes -forcedecor=yes -msi=msi_46 -blockwalk=no -active=yes -hardshadow=no -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1068,0 -name=Bridge - -// 5161 -[loc_5161] -op1=Wind -blockwalk=yes -bgsound=synth_3120,3 -model=model_1947 -name=Clock - -// 5162 -[loc_5162] -op1=Open -blockwalk=yes -model=model_1249 -name=Chest - -// 5163 -[loc_5163] -op1=Search -op2=Close -blockwalk=yes -model=model_32139 -name=Chest - -// 5164 -[loc_5164] -blockwalk=yes -op1=Read -anim=seq_1631 -bgsound=synth_2970,3 -model=model_5174 -name=Signpost - -// 5165 -[loc_5165] -blockwalk=yes -anim=seq_1629 -bgsound=synth_2066,3 -model=model_5170 -name=Fireplace - -// 5166 -[loc_5166] -blockwalk=yes -op1=Search -model=model_5168 -name=Bookcase - -// 5167 -[loc_5167] -width=2 -blockwalk=yes -op1=Push -op2=Search -forceapproach=west -msi=msi_34 -model=model_5169 -name=Memorial - -// 5168 -[loc_5168] -blockwalk=yes -op1=Read -op2=Dig -forceapproach=west -msi=msi_34 -model=model_5165 -name=Grave - -// 5169 -[loc_5169] -blockwalk=yes -op1=Read -op2=Dig -forceapproach=south -msi=msi_34 -model=model_1366 -name=Grave - -// 5170 -[loc_5170] -blockwalk=yes -op1=Open -recolhsl1s=10392 -recolhsl1d=34878 -recolhsl2s=10388 -recolhsl2d=34856 -recolhsl3s=10512 -recolhsl3d=34850 -recolhsl4s=10508 -recolhsl4d=34842 -model=model_27252,1 -name=Entrance - -// 5171 -[loc_5171] -blockwalk=yes -recolhsl1s=10392 -recolhsl1d=34878 -recolhsl2s=10388 -recolhsl2d=34856 -recolhsl3s=10512 -recolhsl3d=34850 -recolhsl4s=10508 -recolhsl4d=34842 -model=model_27252,1 - -// 5172 -[loc_5172] -blockwalk=yes -op1=Open -model=model_609,1 -name=Door - -// 5173 -[loc_5173] -blockwalk=yes -model=model_609,1 - -// 5174 -[loc_5174] -blockwalk=yes -op1=Open -model=model_616,1 -name=Door - -// 5175 -[loc_5175] -blockwalk=yes -model=model_616,1 - -// 5176 -[loc_5176] -width=2 -length=2 -blockwalk=yes -op1=Repair -model=model_5173 -name=Lightning conductor - -// 5177 -[loc_5177] -width=2 -length=2 -anim=seq_1632 -blockwalk=yes -model=model_5172 -name=Lightning conductor - -// 5178 -[loc_5178] -anim=seq_1630 -model=model_5171 -name=Fireplace surround - -// 5179 -[loc_5179] -mirror=yes -anim=seq_1630 -model=model_5171 -name=Fireplace surround - -// 5180 -[loc_5180] -active=no -model=model_5166 - -// 5181 -[loc_5181] -active=no -model=model_5166 -model2=model_5167 - -// 5182 -[loc_5182] -width=4 -length=2 -active=no -multivar=varplayer_399 -multiloc=0,loc_5180 -multiloc=1,loc_5180 -multiloc=2,loc_5180 -multiloc=3,loc_5181 -multiloc=4,loc_5180 -multiloc=5,loc_5180 -multiloc=6,loc_5180 -multiloc=7,loc_5180 -multiloc=8,loc_5180 - -// 5183 -[loc_5183] -hillskew=yes -ambient=20 -op1=Open -model=model_4474,1 -name=Door - -// 5184 -[loc_5184] -hillskew=yes -op1=Open -blockwalk=no -active=no -model=model_4475,8 -model=model_5061,0 - -// 5185 -[loc_5185] -hillskew=yes -op1=Open -blockwalk=no -mirror=yes -active=no -model=model_4475,8 -model=model_5061,0 - -// 5186 -[loc_5186] -hillskew=yes -ambient=20 -mirror=yes -op1=Open -model=model_4474,1 -name=Door - -// 5187 -[loc_5187] -hillskew=yes -ambient=20 -op1=Close -model=model_4474,1 -name=Door - -// 5188 -[loc_5188] -hillskew=yes -ambient=20 -mirror=yes -op1=Close -model=model_4474,1 -name=Door - -// 5189 -[loc_5189] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=16846 -recol1d=6340 -model=model_1181,0 - -// 5190 -[loc_5190] -wallwidth=32 -sharelight=yes -occlude=yes -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 5191 -[loc_5191] -wallwidth=32 -sharelight=yes -occlude=yes -recol1s=3203 -recol1d=7431 -recol2s=4260 -recol2d=7431 -recol3s=5317 -recol3d=7431 -retex1s=material_2 -retex1d=material_23 -retex2s=material_309 -retex2d=material_96 -retex3s=material_92 -retex3d=material_96 -model=model_4480,1 -model=model_4481,2 -model=model_4482,3 -model=model_4483,4 -model=model_4484,5 - -// 5192 -[loc_5192] -sharelight=yes -hillskew=yes -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 5193 -[loc_5193] -sharelight=yes -hillskew=yes -ambient=20 -model=model_4477,1 - -// 5194 -[loc_5194] -sharelight=yes -hillskew=yes -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 5195 -[loc_5195] -sharelight=yes -hillskew=yes -hillskew=yes -mirror=yes -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 5196 -[loc_5196] -sharelight=yes -hillskew=yes -ambient=20 -retex1s=material_96 -retex1d=material_92 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 5197 -[loc_5197] -sharelight=yes -hillskew=yes -recol1s=3203 -recol1d=7431 -recol2s=4260 -recol2d=7431 -recol3s=5317 -recol3d=7431 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 5198 -[loc_5198] -sharelight=yes -hillskew=yes -ambient=20 -istexture=yes -blockwalk=no -model=model_4472,0 - -// 5199 -[loc_5199] -sharelight=yes -hillskew=yes -ambient=20 -istexture=yes -blockwalk=no -model=model_4473,0 - -// 5200 -[loc_5200] -sharelight=yes -hillskew=yes -model=model_4478,1 -model=model_4479,5 - -// 5201 -[loc_5201] -sharelight=yes -hillskew=yes -retex1s=material_309 -retex1d=material_96 -model=model_4485,1 -model=model_4486,5 - -// 5202 -[loc_5202] -sharelight=yes -hillskew=yes -ambient=20 -model=model_4476 -name=Pile of bricks - -// 5203 -[loc_5203] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=4260 -recol2s=15618 -recol2d=4260 -recol3s=14594 -recol3d=4260 -model=model_1124,0 - -// 5204 -[loc_5204] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=4260 -recol2s=15618 -recol2d=4260 -recol3s=14594 -recol3d=4260 -model=model_1139,0 - -// 5205 -[loc_5205] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=4260 -recol2s=15618 -recol2d=4260 -recol3s=14594 -recol3d=4260 -model=model_1032,0 - -// 5206 -[loc_5206] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=5249 -recol1d=3203 -recol2s=8321 -recol2d=5317 -recol3s=11492 -recol3d=7431 -model=model_1940 -name=Staircase - -// 5207 -[loc_5207] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -recol1s=5249 -recol1d=3203 -recol2s=8321 -recol2d=5317 -recol3s=11492 -recol3d=7431 -model=model_1944 -name=Staircase - -// 5208 -[loc_5208] -anim=seq_481 -bgsound=synth_4472,1 -hardshadow=no -recol1s=7399 -recol1d=7431 -recol2s=8456 -recol2d=7431 -recol3s=10401 -recol3d=5283 -model=model_2255,Q - -// 5209 -[loc_5209] -recol1s=16846 -recol1d=8488 -model=model_2113,Q - -// 5210 -[loc_5210] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2344 -recol2s=16846 -recol2d=2311 -recol3s=11561 -recol3d=2311 -model=model_4401,0 - -// 5211 -[loc_5211] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2344 -recol2s=16846 -recol2d=2311 -recol3s=11561 -recol3d=2311 -model=model_4402,0 - -// 5212 -[loc_5212] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2344 -recol2s=16846 -recol2d=2311 -recol3s=11561 -recol3d=2311 -model=model_4403,0 - -// 5213 -[loc_5213] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2344 -recol2s=16846 -recol2d=2311 -recol3s=11561 -recol3d=2311 -model=model_4404,0 - -// 5214 -[loc_5214] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4401,0 - -// 5215 -[loc_5215] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4402,0 - -// 5216 -[loc_5216] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4403,0 - -// 5217 -[loc_5217] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4404,0 - -// 5218 -[loc_5218] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4488,0 - -// 5219 -[loc_5219] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4492,0 - -// 5220 -[loc_5220] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4491,0 - -// 5221 -[loc_5221] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4490,0 - -// 5222 -[loc_5222] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4489,0 - -// 5223 -[loc_5223] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4494,0 - -// 5224 -[loc_5224] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4493,0 - -// 5225 -[loc_5225] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=2213 -recol2s=16846 -recol2d=2180 -recol3s=11561 -recol3d=2180 -model=model_4487,0 - -// 5226 -[loc_5226] -hillskew=yes -recol1s=7330 -recol1d=7428 -model=model_1625,0 - -// 5227 -[loc_5227] -hillskew=yes -recol1s=7330 -recol1d=7428 -model=model_1644,0 - -// 5228 -[loc_5228] -width=2 -length=2 -recol1s=13537 -recol1d=10535 -model=model_727 -name=Column - -// 5229 -[loc_5229] -width=2 -length=2 -recol1s=13537 -recol1d=10535 -model=model_728 -name=Column - -// 5230 -[loc_5230] -width=2 -length=2 -recol1s=13537 -recol1d=10535 -model=model_729 -name=Column - -// 5231 -[loc_5231] -hillskew=yes -recol1s=13537 -recol1d=10535 -retex1s=material_68 -retex1d=material_551 -retex2s=material_69 -retex2d=material_551 -model=model_694 -name=Stalagmite - -// 5232 -[loc_5232] -hillskew=yes -recol1s=13537 -recol1d=10535 -retex1s=material_68 -retex1d=material_126 -retex2s=material_69 -retex2d=material_126 -model=model_693 -name=Stalagmite - -// 5233 -[loc_5233] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=10535 -recol2s=14594 -recol2d=10535 -recol3s=15618 -recol3d=10535 -model=model_1124,0 - -// 5234 -[loc_5234] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=10535 -recol2s=14594 -recol2d=10535 -recol3s=15618 -recol3d=10535 -model=model_1139,0 - -// 5235 -[loc_5235] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=10535 -recol2s=14594 -recol2d=10535 -recol3s=15618 -recol3d=10535 -model=model_1032,0 - -// 5236 -[loc_5236] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=6370 -recol2s=11523 -recol2d=8484 -recol3s=8353 -recol3d=4256 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 5237 -[loc_5237] -sharelight=yes -hillskew=yes -resizex=142 -resizey=340 -resizez=142 -blockrange=no -recol1s=9409 -recol1d=6370 -recol2s=11523 -recol2d=8484 -recol3s=8353 -recol3d=4256 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 5238 -[loc_5238] -hillskew=yes -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1068,0 - -// 5239 -[loc_5239] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1089,0 - -// 5240 -[loc_5240] -sharelight=yes -active=no -resizey=120 -recol1s=8387 -recol1d=6338 -recol2s=8388 -recol2d=6337 -recol3s=9445 -recol3d=6370 -recol4s=17764 -recol4d=8484 -recol5s=24137 -recol5d=4224 -recol6s=7331 -recol6d=4224 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 5241 -[loc_5241] -sharelight=yes -active=no -resizey=120 -recol1s=20935 -recol1d=8484 -recol2s=8388 -recol2d=6337 -recol3s=9445 -recol3d=6370 -recol4s=17764 -recol4d=8484 -recol5s=24137 -recol5d=4224 -recol6s=7331 -recol6d=4224 -model=model_4373,1 - -// 5242 -[loc_5242] -active=no -active=no -recol1s=8484 -recol1d=9409 -recol2s=10598 -recol2d=11523 -model=model_5190 - -// 5243 -[loc_5243] -sharelight=yes -unknown90=yes -model=model_5191,0 - -// 5244 -[loc_5244] -active=yes -op1=Open -recol1s=8387 -recol1d=6370 -recol2s=20935 -recol2d=6370 -recol3s=17764 -recol3d=8484 -recol4s=7330 -recol4d=4256 -model=model_5189,1 -name=Door - -// 5245 -[loc_5245] -active=yes -op1=Close -recol1s=8387 -recol1d=6370 -recol2s=20935 -recol2d=6370 -recol3s=17764 -recol3d=8484 -recol4s=7330 -recol4d=4256 -model=model_5189,1 -name=Door - -// 5246 -[loc_5246] -length=2 -model=model_5192 -name=Bed - -// 5247 -[loc_5247] -anim=seq_481 -ambient=10 -bgsound=synth_4472,1 -hardshadow=no -model=model_5193,Q - -// 5248 -[loc_5248] -anim=seq_1636 -active=yes -model=model_5195 -name=Crystal growth - -// 5249 -[loc_5249] -anim=seq_475 -blockwalk=no -ambient=75 -contrast=75 -mapfunction=6 -bgsound=synth_2065,3 -hardshadow=no -model=model_2260 -name=Fire - -// 5250 -[loc_5250] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1231 -name=Ladder - -// 5251 -[loc_5251] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -model=model_37482 -name=Ladder - -// 5252 -[loc_5252] -anim=seq_475 -op1=Search -hardshadow=no -model=model_5200 -name=Fire remains - -// 5253 -[loc_5253] -blockwalk=no -op1=Pick -model=model_5406 -name=Nettles - -// 5254 -[loc_5254] -blockwalk=no -op1=Pick -model=model_5405 -name=Nettles - -// 5255 -[loc_5255] -blockwalk=no -op1=Pick -model=model_5406 -model2=model_5407 -name=Nettles - -// 5256 -[loc_5256] -blockwalk=no -op1=Pick -model=model_5405 -model2=model_5407 -name=Nettles - -// 5257 -[loc_5257] -blockwalk=no -op1=Pick -model=model_5405 -model2=model_5406 -name=Nettles - -// 5258 -[loc_5258] -blockwalk=no -op1=Pick -model=model_5405 -model2=model_5406 -model3=model_5407 -name=Nettles - -// 5259 -[loc_5259] -length=2 -active=yes -raiseobject=no -anim=seq_1433 -ambient=100 -contrast=100 -op1=Pass -op4=Pay-toll(2-Ecto) -bgsound=synth_3139,3 -recol1s=16846 -recol1d=12907 -model=model_5397 -name=Energy Barrier - -// 5260 -[loc_5260] -ambient=70 -contrast=30 -model=model_5363,1 - -// 5261 -[loc_5261] -mirror=yes -ambient=70 -contrast=30 -model=model_5363,1 - -// 5262 -[loc_5262] -hillskew=yes -width=3 -length=3 -op1=Climb-up -recol1s=16840 -recol1d=2145 -recol2s=25296 -recol2d=4259 -model=model_5400 -name=Stairs - -// 5263 -[loc_5263] -hillskew=yes -sharelight=yes -width=3 -length=3 -op1=Climb-down -recol1s=16840 -recol1d=2145 -recol2s=25296 -recol2d=4259 -model=model_5401 -name=Stairs - -// 5264 -[loc_5264] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -recol1s=12514 -recol1d=8418 -recol2s=11457 -recol2d=8418 -recol3s=16708 -recol3d=8418 -model=model_5187 -name=Ladder - -// 5265 -[loc_5265] -op1=Climb-up -forceapproach=south -model=model_5190 -name=Ship's ladder - -// 5266 -[loc_5266] -op1=Climb-down -forceapproach=north -model=model_5294 -name=Ship's ladder - -// 5267 -[loc_5267] -active=yes -op1=Open -raiseobject=no -blockwalk=yes -recol1s=8320 -recol1d=3235 -recol2s=8456 -recol2d=5349 -model=model_1205,0 -name=Trapdoor - -// 5268 -[loc_5268] -active=yes -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=yes -recol1s=8320 -recol1d=3235 -recol2s=8456 -recol2d=5349 -recol3s=11491 -recol3d=6370 -recol4s=16640 -recol4d=5313 -model=model_1173,0 -name=Trapdoor - -// 5269 -[loc_5269] -hillskew=yes -op1=Jump-to -blockwalk=no -model=model_3951 -name=Rock - -// 5270 -[loc_5270] -op1=Open -model=model_5272 -name=Closed chest - -// 5271 -[loc_5271] -model=model_5273 -name=Open chest - -// 5272 -[loc_5272] -op1=Open -forceapproach=north -model=model_5272 -name=Closed chest - -// 5273 -[loc_5273] -op1=Search -op2=Close -forceapproach=north -recol1s=11561 -recol1d=19008 -model=model_5273 -name=Open chest - -// 5274 -[loc_5274] -op1=Search -recol1s=20935 -recol1d=8484 -recol2s=16708 -recol2d=6370 -recol3s=14732 -recol3d=11721 -model=model_1868 -name=Mast - -// 5275 -[loc_5275] -length=2 -forceapproach=east -bgsound=synth_2065,3 -recol1s=3171 -recol1d=3235 -recol2s=8456 -recol2d=7430 -recol3s=18688 -recol3d=10496 -model=model_5274 -name=Cooking range - -// 5276 -[loc_5276] -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -model=model_5270 -name=Bank booth - -// 5277 -[loc_5277] -blockrange=no -model=model_5271 -name=Closed bank booth - -// 5278 -[loc_5278] -width=2 -length=2 -op1=Open -blockrange=no -model=model_5254 -name=Coffin - -// 5279 -[loc_5279] -width=2 -length=2 -op1=Search -op2=Close -blockrange=no -model=model_5255 -name=Coffin - -// 5280 -[loc_5280] -width=2 -length=4 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=3203 -recol1d=2145 -recol2s=5317 -recol2d=4259 -model=model_4453 -name=Staircase - -// 5281 -[loc_5281] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -recol1s=3203 -recol1d=2145 -recol2s=5317 -recol2d=4259 -model=model_4455 -name=Staircase - -// 5282 -[loc_5282] -anim=seq_1657 -length=4 -width=4 -ambient=70 -contrast=30 -op1=Worship -hardshadow=no -recol1s=1986 -recol1d=12907 -recol2s=19945 -recol2d=10631 -recol3s=17828 -recol3d=9574 -recol4s=15714 -recol4d=8517 -recol5s=14660 -recol5d=7460 -recol6s=13600 -recol6d=6403 -model=model_14304 -model2=model_14305 -name=Ectofuntus - -// 5283 -[loc_5283] -anim=seq_1657 -resizex=38 -resizey=38 -resizez=38 -ambient=70 -contrast=30 -recol1s=1986 -recol1d=12907 -recol2s=19945 -recol2d=10631 -recol3s=17828 -recol3d=9574 -recol4s=15714 -recol4d=8517 -recol5s=14660 -recol5d=7460 -recol6s=13600 -recol6d=6403 -model=model_14304 -model2=model_14305 -name=Ectofuntus - -// 5284 -[loc_5284] -length=3 -width=2 -op1=Wind -op2=Empty -op3=Status -forceapproach=east -model=model_5275 -name=Bone grinder - -// 5285 -[loc_5285] -resizez=128 -resizex=128 -resizey=88 -active=yes -forcedecor=yes -hillskew=yes -sharelight=yes -op1=Cross -blockwalk=yes -recol1s=16708 -recol1d=6370 -recol2s=20935 -recol2d=8484 -model=model_1882,0 -name=Gangplank - -// 5286 -[loc_5286] -resizez=128 -resizex=128 -resizey=88 -active=yes -forcedecor=yes -hillskew=yes -sharelight=yes -op1=Cross -blockwalk=yes -recol1s=16708 -recol1d=6370 -recol2s=20935 -recol2d=8484 -model=model_1882,0 -name=Gangplank - -// 5287 -[loc_5287] -op1=Talk-to -recol1s=14724 -recol1d=15590 -recol2s=7328 -recol2d=12356 -recol3s=25098 -recol3d=2114 -recol4s=14724 -recol4d=19623 -recol5s=2340 -recol5d=22160 -recol6s=32631 -recol6d=23149 -model=model_5278 -model2=model_5279 -model3=model_5253 -name=Pirate Captain - -// 5288 -[loc_5288] -active=no -model=model_5356 - -// 5289 -[loc_5289] -active=no -model=model_5357 - -// 5290 -[loc_5290] -active=no -model=model_5358 - -// 5291 -[loc_5291] -active=no -model=model_5360 - -// 5292 -[loc_5292] -active=no -model=model_5359 - -// 5293 -[loc_5293] -active=no -model=model_5361 - -// 5294 -[loc_5294] -active=no -model=model_5356 -model2=model_5349 - -// 5295 -[loc_5295] -active=no -model=model_5356 -model2=model_5350 - -// 5296 -[loc_5296] -active=no -model=model_5356 -model2=model_5351 - -// 5297 -[loc_5297] -active=no -model=model_5356 -model2=model_5352 - -// 5298 -[loc_5298] -active=no -model=model_5358 -model2=model_5354 - -// 5299 -[loc_5299] -active=no -model=model_5357 -model2=model_5353 - -// 5300 -[loc_5300] -active=no -model=model_5360 -model2=model_5355 - -// 5301 -[loc_5301] -active=no -blockwalk=no -model=model_5346 - -// 5302 -[loc_5302] -active=no -blockwalk=no -model=model_5347 - -// 5303 -[loc_5303] -active=no -blockwalk=no -model=model_5348 - -// 5304 -[loc_5304] -resizez=128 -resizex=128 -resizey=88 -active=no -forcedecor=yes -hillskew=yes -sharelight=yes -recol1s=16708 -recol1d=6370 -recol2s=20935 -recol2d=8484 -model=model_1882,0 - -// 5305 -[loc_5305] -resizez=128 -resizex=128 -resizey=88 -active=no -forcedecor=yes -hillskew=yes -sharelight=yes -recol1s=16708 -recol1d=6370 -recol2s=20935 -recol2d=8484 -model=model_1882,0 - -// 5306 -[loc_5306] -width=3 -length=3 -model=model_5280 -name=Boat - -// 5307 -[loc_5307] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=16846 -recol1d=4292 -model=model_1181,0 - -// 5308 -[loc_5308] -active=no -hillskew=yes -blockrange=no -recol1s=8422 -recol1d=10599 -recol2s=8454 -recol2d=9542 -recol3s=9479 -recol3d=8485 -recol4s=11592 -recol4d=7428 -model=model_3722 - -// 5309 -[loc_5309] -active=no -width=2 -length=2 -hillskew=yes -resizex=256 -resizey=256 -resizez=256 -blockrange=no -recol1s=8422 -recol1d=7428 -recol2s=8454 -recol2d=8485 -recol3s=9479 -recol3d=9542 -recol4s=11592 -recol4d=10599 -model=model_3722 - -// 5310 -[loc_5310] -resizez=128 -resizex=128 -resizey=110 -active=no -shadow=no -recol1s=24137 -recol1d=8484 -recol2s=20935 -recol2d=6370 -model=model_4246,4 - -// 5311 -[loc_5311] -resizez=128 -resizex=128 -resizey=100 -active=no -shadow=no -recol1s=24137 -recol1d=8484 -recol2s=20935 -recol2d=6370 -model=model_4246,4 - -// 5312 -[loc_5312] -resizez=128 -resizex=128 -resizey=90 -active=no -shadow=no -recol1s=24137 -recol1d=8484 -recol2s=20935 -recol2d=6370 -model=model_4246,4 - -// 5313 -[loc_5313] -resizez=128 -resizex=128 -resizey=120 -active=no -shadow=no -recol1s=24137 -recol1d=8484 -recol2s=20935 -recol2d=6370 -model=model_4246,4 - -// 5314 -[loc_5314] -sharelight=yes -active=no -msi=msi_22 -hillskew=yes -recol1s=11592 -recol1d=10599 -recol2s=10535 -recol2d=9542 -recol3s=9478 -recol3d=8485 -recol4s=8421 -recol4d=7428 -recol5s=7364 -recol5d=6371 -recol6s=6307 -recol6d=5314 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 5315 -[loc_5315] -sharelight=yes -active=no -resizez=128 -resizex=128 -resizey=148 -msi=msi_22 -hillskew=yes -recol1s=11592 -recol1d=10599 -recol2s=10535 -recol2d=9542 -recol3s=9478 -recol3d=8485 -recol4s=8421 -recol4d=7428 -recol5s=7364 -recol5d=6371 -recol6s=6307 -recol6d=5314 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 5316 -[loc_5316] -sharelight=yes -active=no -resizez=128 -resizex=128 -resizey=182 -msi=msi_22 -hillskew=yes -recol1s=11592 -recol1d=10599 -recol2s=10535 -recol2d=9542 -recol3s=9478 -recol3d=8485 -recol4s=8421 -recol4d=7428 -recol5s=7364 -recol5d=6371 -recol6s=6307 -recol6d=5314 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 5317 -[loc_5317] -sharelight=yes -active=no -resizez=128 -resizex=128 -resizey=64 -msi=msi_22 -hillskew=yes -recol1s=11592 -recol1d=10599 -recol2s=10535 -recol2d=9542 -recol3s=9478 -recol3d=8485 -recol4s=8421 -recol4d=7428 -recol5s=7364 -recol5d=6371 -recol6s=6307 -recol6d=5314 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 5318 -[loc_5318] -sharelight=yes -active=no -resizez=128 -resizex=128 -resizey=96 -msi=msi_22 -hillskew=yes -recol1s=11592 -recol1d=10599 -recol2s=10535 -recol2d=9542 -recol3s=9478 -recol3d=8485 -recol4s=8421 -recol4d=7428 -recol5s=7364 -recol5d=6371 -recol6s=6307 -recol6d=5314 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 5319 -[loc_5319] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10599 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 5320 -[loc_5320] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=148 -recol1s=12580 -recol1d=10599 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 5321 -[loc_5321] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=182 -recol1s=12580 -recol1d=10599 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 5322 -[loc_5322] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=96 -recol1s=12580 -recol1d=10599 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 5323 -[loc_5323] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=10599 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 5324 -[loc_5324] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=7462 -recol2s=15618 -recol2d=7462 -recol3s=14594 -recol3d=7462 -model=model_1124,0 - -// 5325 -[loc_5325] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=7462 -recol2s=15618 -recol2d=7462 -recol3s=14594 -recol3d=7462 -model=model_1139,0 - -// 5326 -[loc_5326] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=7462 -recol2s=15618 -recol2d=7462 -recol3s=14594 -recol3d=7462 -model=model_1032,0 - -// 5327 -[loc_5327] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=6340 -recol2s=15618 -recol2d=6340 -recol3s=14594 -recol3d=6340 -model=model_1124,0 - -// 5328 -[loc_5328] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=6340 -recol2s=15618 -recol2d=6340 -recol3s=14594 -recol3d=6340 -model=model_1139,0 - -// 5329 -[loc_5329] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=6340 -recol2s=15618 -recol2d=6340 -recol3s=14594 -recol3d=6340 -model=model_1032,0 - -// 5330 -[loc_5330] -op1=Search -blockrange=no -recol1s=13639 -recol1d=5313 -recol2s=10468 -recol2d=8484 -recol3s=9411 -recol3d=7427 -recol4s=8354 -recol4d=6370 -recol5s=12582 -recol5d=4256 -recol6s=11525 -recol6d=4256 -model=model_5283 -name=Boxes - -// 5331 -[loc_5331] -width=2 -length=2 -ambient=40 -raiseobject=no -blockrange=no -recol1s=16846 -recol1d=6403 -recol2s=13675 -recol2d=5346 -recol3s=11561 -recol3d=6338 -recol4s=10504 -recol4d=4224 -recol5s=8456 -recol5d=2112 -model=model_1642 -name=Plant - -// 5332 -[loc_5332] -ambient=40 -raiseobject=no -blockrange=no -recol1s=16846 -recol1d=6403 -recol2s=13675 -recol2d=5346 -recol3s=6342 -recol3d=5346 -recol4s=11561 -recol4d=6338 -recol5s=10504 -recol5d=4224 -recol6s=8456 -recol6d=2112 -model=model_1643 -name=Plant - -// 5333 -[loc_5333] -width=2 -length=2 -ambient=40 -raiseobject=no -blockrange=no -recol1s=16846 -recol1d=6403 -recol2s=13675 -recol2d=5346 -recol3s=11561 -recol3d=4224 -model=model_1645 -name=Plant - -// 5334 -[loc_5334] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -raiseobject=no -blockrange=no -recol1s=16846 -recol1d=6403 -recol2s=13675 -recol2d=5346 -recol3s=11561 -recol3d=4224 -model=model_1645 -name=Plant - -// 5335 -[loc_5335] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -model=model_4401,0 - -// 5336 -[loc_5336] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -model=model_4402,0 - -// 5337 -[loc_5337] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -model=model_4403,0 - -// 5338 -[loc_5338] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -model=model_4404,0 - -// 5339 -[loc_5339] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -model=model_4489,0 - -// 5340 -[loc_5340] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -model=model_4494,0 - -// 5341 -[loc_5341] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -model=model_4493,0 - -// 5342 -[loc_5342] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -model=model_4487,0 - -// 5343 -[loc_5343] -ambient=50 -recol1s=8456 -recol1d=14826 -recol2s=8387 -recol2d=6370 -recol3s=6272 -recol3d=4256 -recol4s=0 -recol4d=2144 -model=model_2116,Q - -// 5344 -[loc_5344] -ambient=50 -recol1s=8456 -recol1d=14826 -recol2s=8387 -recol2d=6370 -recol3s=6272 -recol3d=4256 -recol4s=0 -recol4d=2144 -model=model_2084,Q - -// 5345 -[loc_5345] -blockrange=no -recol1s=10401 -recol1d=7427 -recol2s=9377 -recol2d=6370 -model=model_1170 -name=Chair - -// 5346 -[loc_5346] -blockrange=no -recol1s=6336 -recol1d=7427 -recol2s=5248 -recol2d=6370 -model=model_1558 -name=Chair - -// 5347 -[loc_5347] -blockrange=no -recol1s=6336 -recol1d=7427 -recol2s=5248 -recol2d=6370 -model=model_1555 -name=Chair - -// 5348 -[loc_5348] -blockrange=no -recol1s=10401 -recol1d=7427 -model=model_1242 -name=Smashed chair - -// 5349 -[loc_5349] -length=2 -blockrange=no -model=model_5284 -name=Table - -// 5350 -[loc_5350] -recol1s=20935 -recol1d=9507 -recol2s=19909 -recol2d=8450 -recol3s=18821 -recol3d=7393 -recol4s=17764 -recol4d=6336 -recol5s=15684 -recol5d=5280 -recol6s=11490 -recol6d=4224 -model=model_5281 -model2=model_5282 -name=Bar pumps - -// 5351 -[loc_5351] -blockrange=no -recol1s=20935 -recol1d=9507 -recol2s=19909 -recol2d=8450 -recol3s=18821 -recol3d=7393 -recol4s=17764 -recol4d=6336 -recol5s=15684 -recol5d=5280 -recol6s=11490 -recol6d=4224 -model=model_5281 -name=Bar - -// 5352 -[loc_5352] -width=2 -length=3 -recol1s=11556 -recol1d=9507 -recol2s=9442 -recol2d=7393 -recol3s=8456 -recol3d=5317 -model=model_1480 -name=Cart - -// 5353 -[loc_5353] -length=2 -width=2 -recol1s=9442 -recol1d=7393 -recol2s=8385 -recol2d=6336 -recol3s=11561 -recol3d=5317 -model=model_5402 -name=Wheelbarrow - -// 5354 -[loc_5354] -width=2 -recol1s=12613 -recol1d=9507 -recol2s=9442 -recol2d=7393 -recol3s=8385 -recol3d=6336 -model=model_14206 -name=Trough - -// 5355 -[loc_5355] -active=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=13639 -recol1d=5313 -recol2s=10468 -recol2d=8484 -recol3s=9411 -recol3d=7427 -recol4s=8354 -recol4d=6370 -recol5s=12582 -recol5d=4256 -recol6s=11525 -recol6d=4256 -model=model_3815 -name=Crate - -// 5356 -[loc_5356] -active=yes -ambient=15 -contrast=15 -recol1s=13639 -recol1d=5313 -recol2s=10468 -recol2d=8484 -recol3s=9411 -recol3d=7427 -recol4s=8354 -recol4d=6370 -recol5s=12582 -recol5d=4256 -recol6s=11525 -recol6d=4256 -model=model_3816 -name=Crates - -// 5357 -[loc_5357] -active=yes -ambient=15 -contrast=15 -recol1s=13639 -recol1d=5313 -recol2s=10468 -recol2d=8484 -recol3s=9411 -recol3d=7427 -recol4s=8354 -recol4d=6370 -recol5s=12582 -recol5d=4256 -recol6s=11525 -recol6d=4256 -model=model_3817 -name=Crates - -// 5358 -[loc_5358] -blockrange=no -recol1s=28436 -recol1d=12778 -model=model_1078 -name=Skeleton - -// 5359 -[loc_5359] -blockrange=no -recol1s=28436 -recol1d=12778 -model=model_1079 -name=Skeleton - -// 5360 -[loc_5360] -width=2 -blockrange=no -recol1s=28436 -recol1d=12778 -model=model_1080 -name=Skeleton - -// 5361 -[loc_5361] -wallwidth=32 -sharelight=yes -occlude=yes -resizez=128 -resizex=128 -resizey=192 -recol1s=7431 -recol1d=6373 -recol2s=6374 -recol2d=5316 -recol3s=5317 -recol3d=4259 -recol4s=4260 -recol4d=3202 -recol5s=3203 -recol5d=2145 -recol6s=2146 -recol6d=1088 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 5362 -[loc_5362] -wallwidth=32 -sharelight=yes -occlude=yes -recol1s=7431 -recol1d=6373 -recol2s=6374 -recol2d=6373 -recol3s=5317 -recol3d=6373 -recol4s=4260 -recol4d=6373 -recol5s=3203 -recol5d=6373 -recol6s=2146 -recol6d=1088 -model=model_4480,1 -model=model_4481,2 -model=model_4482,3 -model=model_4483,4 -model=model_4484,5 - -// 5363 -[loc_5363] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 5364 -[loc_5364] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_4345,A -model=model_4346,S - -// 5365 -[loc_5365] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 5366 -[loc_5366] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=6370 -recol2s=12582 -recol2d=8484 -recol3s=9445 -recol3d=6370 -recol4s=7331 -recol4d=4224 -recol5s=8387 -recol5d=6338 -recol6s=8388 -recol6d=6337 -model=model_5393,Z - -// 5367 -[loc_5367] -sharelight=yes -active=no -mirror=yes -hillskew=yes -recol1s=10500 -recol1d=6370 -recol2s=12582 -recol2d=8484 -recol3s=9445 -recol3d=6370 -recol4s=7331 -recol4d=4224 -recol5s=8387 -recol5d=6338 -recol6s=8388 -recol6d=6337 -model=model_5393,Z - -// 5368 -[loc_5368] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=12582 -recol2d=8484 -recol3s=9445 -recol3d=6370 -recol4s=7331 -recol4d=4224 -recol5s=8387 -recol5d=6338 -recol6s=8388 -recol6d=6337 -model=model_5395,Z - -// 5369 -[loc_5369] -sharelight=yes -active=no -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6370 -recol5s=22023 -recol5d=6370 -recol6s=19909 -recol6d=8484 -model=model_4361,A -model=model_4362,Z - -// 5370 -[loc_5370] -sharelight=yes -active=no -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6370 -recol5s=22023 -recol5d=6370 -recol6s=19909 -recol6d=8484 -model=model_4364,A - -// 5371 -[loc_5371] -mirror=yes -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6370 -recol5s=22023 -recol5d=6370 -recol6s=19909 -recol6d=8484 -model=model_4361,A -model=model_4362,Z - -// 5372 -[loc_5372] -mirror=yes -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6370 -recol5s=22023 -recol5d=6370 -recol6s=19909 -recol6d=8484 -model=model_4364,A - -// 5373 -[loc_5373] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6370 -recol5s=22023 -recol5d=6370 -recol6s=19909 -recol6d=8484 -model=model_4360,Z - -// 5374 -[loc_5374] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6370 -recol5s=22023 -recol5d=6370 -recol6s=19909 -recol6d=8484 -model=model_4363,Z - -// 5375 -[loc_5375] -mirror=yes -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6370 -recol5s=22023 -recol5d=6370 -recol6s=19909 -recol6d=8484 -model=model_4360,Z - -// 5376 -[loc_5376] -mirror=yes -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6370 -recol5s=22023 -recol5d=6370 -recol6s=19909 -recol6d=8484 -model=model_4363,Z - -// 5377 -[loc_5377] -ambient=90 -contrast=50 -unknown90=yes -hardshadow=no -model=model_5262,Q -model=model_5261,0 - -// 5378 -[loc_5378] -ambient=90 -contrast=50 -unknown90=yes -hardshadow=no -model=model_5264,Q -model=model_5263,0 - -// 5379 -[loc_5379] -ambient=90 -contrast=50 -unknown90=yes -hardshadow=no -model=model_5266,Q -model=model_5265,0 - -// 5380 -[loc_5380] -ambient=90 -contrast=50 -model=model_5267,Q - -// 5381 -[loc_5381] -ambient=90 -contrast=50 -model=model_5268,Q - -// 5382 -[loc_5382] -ambient=90 -contrast=50 -model=model_5269,Q - -// 5383 -[loc_5383] -ambient=90 -contrast=50 -mirror=yes -model=model_5268,Q - -// 5384 -[loc_5384] -ambient=90 -contrast=50 -mirror=yes -model=model_5269,Q - -// 5385 -[loc_5385] -sharelight=yes -active=no -model=model_5306 - -// 5386 -[loc_5386] -width=2 -sharelight=yes -active=no -model=model_5305 - -// 5387 -[loc_5387] -sharelight=yes -active=no -sharelight=yes -model=model_5307,8 -model=model_41152,5 - -// 5388 -[loc_5388] -active=no -sharelight=yes -model=model_5308 - -// 5389 -[loc_5389] -forcedecor=yes -sharelight=yes -model=model_5295,0 - -// 5390 -[loc_5390] -forcedecor=yes -sharelight=yes -mirror=yes -model=model_5295,0 - -// 5391 -[loc_5391] -forcedecor=yes -sharelight=yes -model=model_5298,0 - -// 5392 -[loc_5392] -forcedecor=yes -sharelight=yes -mirror=yes -model=model_5298,0 - -// 5393 -[loc_5393] -forcedecor=yes -sharelight=yes -model=model_5299,0 - -// 5394 -[loc_5394] -recol1s=15651 -recol1d=6370 -model=model_1834,Q - -// 5395 -[loc_5395] -width=2 -active=no -sharelight=yes -model=model_5289 - -// 5396 -[loc_5396] -width=2 -mirror=yes -active=no -sharelight=yes -model=model_5289 - -// 5397 -[loc_5397] -width=2 -sharelight=yes -model=model_5290 -name=Figurehead - -// 5398 -[loc_5398] -sharelight=yes -recol1s=14594 -recol1d=6370 -recol2s=16708 -recol2d=8484 -model=model_5314,1 -model=model_5315,2 -model=model_5316,5 - -// 5399 -[loc_5399] -sharelight=yes -model=model_5303,1 -model=model_5304,3 - -// 5400 -[loc_5400] -width=2 -sharelight=yes -model=model_5301,1 - -// 5401 -[loc_5401] -width=2 -sharelight=yes -model=model_5302,1 - -// 5402 -[loc_5402] -width=2 -sharelight=yes -mirror=yes -model=model_5302,1 - -// 5403 -[loc_5403] -recol1s=16708 -recol1d=8484 -recol2s=14627 -recol2d=6370 -recol3s=13675 -recol3d=10598 -recol4s=11561 -recol4d=9541 -model=model_1890 -name=Ship's wheel - -// 5404 -[loc_5404] -recol1s=20935 -recol1d=8484 -recol2s=16708 -recol2d=6370 -recol3s=14732 -recol3d=11721 -model=model_1868 -name=Mast - -// 5405 -[loc_5405] -active=no -recol1s=20935 -recol1d=8484 -recol2s=16708 -recol2d=6370 -recol3s=14732 -recol3d=11721 -model=model_1869 - -// 5406 -[loc_5406] -active=no -recol1s=20935 -recol1d=8484 -recol2s=16708 -recol2d=6370 -recol3s=14732 -recol3d=11721 -model=model_1870 - -// 5407 -[loc_5407] -active=no -recol1s=20935 -recol1d=8484 -recol2s=16708 -recol2d=6370 -recol3s=14732 -recol3d=11721 -model=model_1871 - -// 5408 -[loc_5408] -width=8 -active=no -recol1s=29489 -recol1d=6370 -recol2s=20935 -recol2d=8484 -recol3s=5217 -recol3d=3233 -recol4s=16708 -recol4d=8484 -model=model_1899,8 -model=model_5659,A - -// 5409 -[loc_5409] -length=3 -active=no -model=model_5292 - -// 5410 -[loc_5410] -length=3 -mirror=yes -active=no -model=model_5292 - -// 5411 -[loc_5411] -length=3 -active=no -model=model_5293 - -// 5412 -[loc_5412] -length=3 -mirror=yes -active=no -model=model_5293 - -// 5413 -[loc_5413] -width=5 -active=no -model=model_5286 - -// 5414 -[loc_5414] -width=8 -active=no -model=model_5291 - -// 5415 -[loc_5415] -sharelight=yes -op1=Climb-up -forceapproach=south -model=model_14188 -name=Ship's ladder - -// 5416 -[loc_5416] -sharelight=yes -op1=Climb-down -forceapproach=south -offsety=-60 -model=model_14189 -name=Ship's ladder - -// 5417 -[loc_5417] -active=no -sharelight=yes -model=model_5287,1 -model=model_5288,2 - -// 5418 -[loc_5418] -sharelight=yes -active=no -model=model_5310,8 -model=model_5311,0 - -// 5419 -[loc_5419] -sharelight=yes -active=no -model=model_5309 - -// 5420 -[loc_5420] -sharelight=yes -active=no -mirror=yes -model=model_5309 - -// 5421 -[loc_5421] -forcedecor=yes -sharelight=yes -model=model_5300,0 - -// 5422 -[loc_5422] -forcedecor=yes -sharelight=yes -mirror=yes -model=model_5300,0 - -// 5423 -[loc_5423] -forcedecor=yes -sharelight=yes -model=model_5296,0 - -// 5424 -[loc_5424] -forcedecor=yes -sharelight=yes -mirror=yes -model=model_5296,0 - -// 5425 -[loc_5425] -forcedecor=yes -sharelight=yes -model=model_5297,0 - -// 5426 -[loc_5426] -forcedecor=yes -sharelight=yes -mirror=yes -model=model_5297,0 - -// 5427 -[loc_5427] -sharelight=yes -active=no -model=model_5317,1 - -// 5428 -[loc_5428] -sharelight=yes -active=no -model=model_5318,1 -model=model_5319,3 -model=model_5320,5 - -// 5429 -[loc_5429] -length=4 -blockrange=no -recol1s=20935 -recol1d=8484 -recol2s=18821 -recol2d=7427 -recol3s=17764 -recol3d=6370 -recol4s=16707 -recol4d=5313 -model=model_4290 -model2=model_4291 -name=Captain's Table - -// 5430 -[loc_5430] -width=2 -length=2 -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -recol3s=32593 -recol3d=18096 -recol4s=21074 -recol4d=9576 -recol5s=15890 -recol5d=9576 -model=model_5403 -model2=model_5277 -name=Market stall - -// 5431 -[loc_5431] -width=2 -length=2 -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -recol3s=32593 -recol3d=18096 -recol4s=21074 -recol4d=9576 -recol5s=15890 -recol5d=9576 -model=model_1421 -name=Market stall - -// 5432 -[loc_5432] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9445 -recol1d=6370 -model=model_3586,1 -model=model_5408,2 -model=model_3587,3 -model=model_3588,4 -model=model_3589,5 - -// 5433 -[loc_5433] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9445 -recol1d=6370 -model=model_5387,1 - -// 5434 -[loc_5434] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9445 -recol1d=6370 -model=model_5388,1 - -// 5435 -[loc_5435] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9445 -recol1d=6370 -model=model_5389,1 - -// 5436 -[loc_5436] -sharelight=yes -hillskew=yes -active=no -mirror=yes -blockrange=no -recol1s=9445 -recol1d=6370 -model=model_5389,1 - -// 5437 -[loc_5437] -sharelight=yes -hillskew=yes -active=no -blockwalk=no -recol1s=9445 -recol1d=6370 -model=model_5390,1 - -// 5438 -[loc_5438] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9445 -recol1d=6370 -model=model_5391,1 - -// 5439 -[loc_5439] -active=yes -length=2 -recol1s=8387 -recol1d=6370 -recol2s=20935 -recol2d=6370 -recol3s=17764 -recol3d=8484 -recol4s=7330 -recol4d=4256 -model=model_5276 -name=Broken Door - -// 5440 -[loc_5440] -sharelight=yes -ambient=20 -contrast=20 -recol1s=16941 -recol1d=13769 -recol2s=15884 -recol2d=11656 -recol3s=14827 -recol3d=9543 -recol4s=12713 -recol4d=7430 -model=model_15293,1 -model=model_15294,2 -model=model_15295,3 -model=model_15296,4 -model=model_15297,5 - -// 5441 -[loc_5441] -sharelight=yes -ambient=20 -contrast=20 -recol1s=16941 -recol1d=13769 -recol2s=15884 -recol2d=11656 -recol3s=14827 -recol3d=9543 -recol4s=12713 -recol4d=7430 -model=model_15299,1 -model=model_15300,3 - -// 5442 -[loc_5442] -sharelight=yes -ambient=20 -contrast=20 -recol1s=16941 -recol1d=13769 -recol2s=15884 -recol2d=11656 -recol3s=14827 -recol3d=9543 -recol4s=12713 -recol4d=7430 -model=model_15298,1 - -// 5443 -[loc_5443] -sharelight=yes -mirror=yes -ambient=20 -contrast=20 -recol1s=16941 -recol1d=13769 -recol2s=15884 -recol2d=11656 -recol3s=14827 -recol3d=9543 -recol4s=12713 -recol4d=7430 -model=model_15299,1 -model=model_15300,3 - -// 5444 -[loc_5444] -sharelight=yes -mirror=yes -ambient=20 -contrast=20 -recol1s=16941 -recol1d=13769 -recol2s=15884 -recol2d=11656 -recol3s=14827 -recol3d=9543 -recol4s=12713 -recol4d=7430 -model=model_15298,1 - -// 5445 -[loc_5445] -sharelight=yes -active=no -ambient=20 -contrast=20 -recol1s=16941 -recol1d=13769 -recol2s=15884 -recol2d=11656 -recol3s=14827 -recol3d=9543 -recol4s=12713 -recol4d=7430 -model=model_5345,0 - -// 5446 -[loc_5446] -sharelight=yes -active=no -ambient=20 -contrast=20 -recol1s=16941 -recol1d=13769 -recol2s=15884 -recol2d=11656 -recol3s=14827 -recol3d=9543 -recol4s=12713 -recol4d=7430 -model=model_5344,0 - -// 5447 -[loc_5447] -active=no -recol1s=16941 -recol1d=13769 -recol2s=15884 -recol2d=11656 -recol3s=14827 -recol3d=9543 -recol4s=12713 -recol4d=7430 -model=model_5342 - -// 5448 -[loc_5448] -active=no -recol1s=16941 -recol1d=13769 -recol2s=15884 -recol2d=11656 -recol3s=14827 -recol3d=9543 -recol4s=12713 -recol4d=7430 -model=model_5343 - -// 5449 -[loc_5449] -active=no -sharelight=yes -occlude=yes -msi=msi_21 -hillskew=yes -recol1s=2146 -recol1d=3201 -recol2s=3203 -recol2d=4258 -recol3s=4260 -recol3d=5315 -recol4s=5317 -recol4d=6372 -recol5s=6374 -recol5d=7429 -recol6s=7431 -recol6d=8486 -model=model_5362 - -// 5450 -[loc_5450] -active=no -sharelight=yes -occlude=yes -msi=msi_21 -hillskew=yes -recol1s=2146 -recol1d=3201 -recol2s=3203 -recol2d=4258 -recol3s=4260 -recol3d=5315 -recol4s=5317 -recol4d=6372 -recol5s=6374 -recol5d=7429 -recol6s=7431 -recol6d=8486 -model=model_5365 - -// 5451 -[loc_5451] -active=no -sharelight=yes -occlude=yes -hillskew=yes -recol1s=2146 -recol1d=3201 -recol2s=3203 -recol2d=4258 -recol3s=4260 -recol3d=5315 -recol4s=5317 -recol4d=6372 -recol5s=6374 -recol5d=7429 -recol6s=7431 -recol6d=8486 -model=model_5364 - -// 5452 -[loc_5452] -active=no -sharelight=yes -occlude=yes -msi=msi_21 -hillskew=yes -resizez=128 -resizex=128 -resizey=192 -recol1s=7431 -recol1d=8486 -recol2s=6374 -recol2d=7429 -recol3s=5317 -recol3d=6372 -recol4s=4260 -recol4d=5315 -recol5s=3203 -recol5d=4258 -recol6s=2146 -recol6d=3201 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 5453 -[loc_5453] -op1=Open -ambient=50 -model=model_5363,1 -name=Door - -// 5454 -[loc_5454] -op1=Open -mirror=yes -ambient=50 -model=model_5363,1 -name=Door - -// 5455 -[loc_5455] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1096,0 - -// 5456 -[loc_5456] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1114,0 - -// 5457 -[loc_5457] -forcedecor=yes -sharelight=yes -hillskew=yes -active=no -unknown90=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1137,0 - -// 5458 -[loc_5458] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1053,0 - -// 5459 -[loc_5459] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1071,0 - -// 5460 -[loc_5460] -forcedecor=yes -hillskew=yes -active=no -unknown90=yes -recol1s=19909 -recol1d=6370 -recol2s=14628 -recol2d=8484 -recol3s=12514 -recol3d=4256 -recol4s=7331 -recol4d=4256 -model=model_4322,0 - -// 5461 -[loc_5461] -anim=seq_1641 -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5321 - -// 5462 -[loc_5462] -anim=seq_1642 -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5321 - -// 5463 -[loc_5463] -anim=seq_1643 -hillskew=yes -ambient=90 -contrast=50 -blockwalk=no -length=2 -width=2 -active=no -model=model_5333 - -// 5464 -[loc_5464] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5324 - -// 5465 -[loc_5465] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5331 - -// 5466 -[loc_5466] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5329 - -// 5467 -[loc_5467] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5325 - -// 5468 -[loc_5468] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5323 - -// 5469 -[loc_5469] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5328 - -// 5470 -[loc_5470] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5326 - -// 5471 -[loc_5471] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5332 - -// 5472 -[loc_5472] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5322 - -// 5473 -[loc_5473] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5327 - -// 5474 -[loc_5474] -hillskew=yes -forcedecor=yes -ambient=90 -contrast=50 -blockwalk=no -active=no -model=model_5330 - -// 5475 -[loc_5475] -sharelight=yes -hillskew=yes -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_40726,1 -model=model_40725,2 -model=model_40727,5 - -// 5476 -[loc_5476] -sharelight=yes -hillskew=yes -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_40723,1 - -// 5477 -[loc_5477] -sharelight=yes -hillskew=yes -active=no -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_5375,1 -model=model_5376,2 -model=model_5377,5 - -// 5478 -[loc_5478] -sharelight=yes -active=no -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_5379,1 - -// 5479 -[loc_5479] -sharelight=yes -hillskew=yes -active=no -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_40724,1 - -// 5480 -[loc_5480] -sharelight=yes -hillskew=yes -active=no -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_5370 - -// 5481 -[loc_5481] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_5380,8 -model=model_5384,0 - -// 5482 -[loc_5482] -active=no -hillskew=yes -forcedecor=yes -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_5385,0 - -// 5483 -[loc_5483] -active=no -hillskew=yes -forcedecor=yes -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_5381,0 - -// 5484 -[loc_5484] -active=no -hillskew=yes -forcedecor=yes -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_5382,0 - -// 5485 -[loc_5485] -active=no -hillskew=yes -forcedecor=yes -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_5383,0 - -// 5486 -[loc_5486] -resizey=120 -recol1s=8387 -recol1d=7363 -recol2s=9445 -recol2d=8421 -recol3s=8388 -recol3d=7364 -recol4s=24137 -recol4d=17894 -recol5s=7331 -recol5d=6306 -recol6s=17764 -recol6d=15714 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 5487 -[loc_5487] -hillskew=yes -model=model_5285,0 - -// 5488 -[loc_5488] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 5489 -[loc_5489] -width=2 -length=2 -recol1s=32593 -recol1d=22231 -recol2s=15789 -recol2d=14732 -recol3s=4228 -recol3d=4356 -recol4s=25376 -recol4d=24644 -model=model_1421 -model2=model_1524 -name=Jewellery stall - -// 5490 -[loc_5490] -active=yes -op1=Open -op4=hidden -op5=Pick-lock -raiseobject=no -blockwalk=yes -model=model_5420,0 -name=Trapdoor - -// 5491 -[loc_5491] -active=yes -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=yes -model=model_5421,0 -name=Trapdoor - -// 5492 -[loc_5492] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_235 -multiloc=0,loc_5490 -multiloc=1,loc_5491 -multiloc=2,loc_5490 -multiloc=3,loc_5490 - -// 5493 -[loc_5493] -active=yes -op1=Climb-up -msi=msi_7 -model=model_37482 -name=Ladder - -// 5494 -[loc_5494] -model=model_5439 -name=Standing torch - -// 5495 -[loc_5495] -width=2 -length=3 -blockrange=no -recol1s=26389 -recol1d=25265 -recol2s=32569 -recol2d=27379 -recol3s=8321 -recol3d=7330 -recol4s=23216 -recol4d=16840 -model=model_1239 -name=Bed - -// 5496 -[loc_5496] -ambient=20 -contrast=100 -model=model_5422,1 - -// 5497 -[loc_5497] -length=2 -recol1s=12448 -recol1d=7330 -model=model_5192 -name=Bed - -// 5498 -[loc_5498] -length=2 -recol1s=15857 -recol1d=7330 -model=model_5440 -name=Bed - -// 5499 -[loc_5499] -anim=seq_475 -blockwalk=yes -ambient=75 -contrast=75 -hardshadow=no -blockrange=no -model=model_3818 -name=Fire - -// 5500 -[loc_5500] -active=no -ambient=10 -forcedecor=yes -bgsound=synth_2065,3 -model=model_5438,0 - -// 5501 -[loc_5501] -hillskew=yes -ambient=25 -contrast=15 -op1=Open -op4=Hidden -op5=Pick-lock -model=model_27252,1 -name=Door - -// 5502 -[loc_5502] -active=no -raiseobject=no -blockrange=no -recol1s=10504 -recol1d=5251 -model=model_609,1 - -// 5503 -[loc_5503] -sharelight=yes -active=no -recol1s=10504 -recol1d=5251 -model=model_3543,1 - -// 5504 -[loc_5504] -active=no -model=model_37270 - -// 5505 -[loc_5505] -active=no -model=model_37225 - -// 5506 -[loc_5506] -active=no -model=model_37308 - -// 5507 -[loc_5507] -ambient=20 -blockwalk=no -active=no -recol1s=13571 -recol1d=9444 -recol2s=10400 -recol2d=8387 -recol3s=14628 -recol3d=10501 -recol4s=19909 -recol4d=13638 -recolhsl5s=5008 -recolhsl5d=6545 -model=model_5423,8 -model=model_5424,1 - -// 5508 -[loc_5508] -ambient=20 -recol1s=13571 -recol1d=9444 -recol2s=10400 -recol2d=8387 -recol3s=14628 -recol3d=10501 -recol4s=19909 -recol4d=13638 -model=model_5423,8 -model=model_5424,1 -name=Lectern - -// 5509 -[loc_5509] -forcedecor=yes -hillskew=yes -active=no -offsetx=0 -offsety=10 -offsetz=0 -ambient=20 -unknown90=yes -recol1s=7331 -recol1d=9444 -recol2s=14628 -recol2d=10501 -recol3s=12514 -recol3d=11558 -recol4s=19909 -recol4d=13638 -model=model_4322,0 - -// 5510 -[loc_5510] -sharelight=yes -hillskew=yes -ambient=20 -recol1s=2146 -recol1d=6274 -recol2s=3203 -recol2d=7331 -recol3s=4260 -recol3d=8388 -recol4s=5317 -recol4d=9445 -recol5s=6374 -recol5d=10502 -recol6s=7431 -recol6d=11559 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 5511 -[loc_5511] -active=no -hillskew=yes -msi=msi_25 -blockrange=no -recol1s=8422 -recol1d=8353 -recol2s=8454 -recol2d=9410 -recol3s=9479 -recol3d=10467 -recol4s=11592 -recol4d=11524 -model=model_3722 - -// 5512 -[loc_5512] -active=no -width=2 -length=2 -hillskew=yes -resizex=256 -resizey=256 -resizez=256 -msi=msi_24 -blockrange=no -recol1s=8422 -recol1d=8353 -recol2s=8454 -recol2d=9410 -recol3s=9479 -recol3d=10467 -recol4s=11592 -recol4d=11524 -model=model_3722 - -// 5513 -[loc_5513] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=8353 -model=model_818 - -// 5514 -[loc_5514] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=8353 -model=model_819 - -// 5515 -[loc_5515] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=8353 -model=model_820 - -// 5516 -[loc_5516] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=8353 -model=model_821 - -// 5517 -[loc_5517] -hillskew=yes -recol1s=12580 -recol1d=8353 -model=model_773,0 - -// 5518 -[loc_5518] -hillskew=yes -recol1s=12580 -recol1d=8353 -model=model_785,0 - -// 5519 -[loc_5519] -hillskew=yes -active=no -recol1s=13505 -recol1d=11524 -recol2s=15618 -recol2d=11524 -recol3s=14594 -recol3d=11524 -model=model_1124,0 - -// 5520 -[loc_5520] -hillskew=yes -active=no -recol1s=13505 -recol1d=11524 -recol2s=15618 -recol2d=11524 -recol3s=14594 -recol3d=11524 -model=model_1139,0 - -// 5521 -[loc_5521] -hillskew=yes -active=no -recol1s=13505 -recol1d=11524 -recol2s=15618 -recol2d=11524 -recol3s=14594 -recol3d=11524 -model=model_1032,0 - -// 5522 -[loc_5522] -hillskew=yes -active=no -recol1s=13505 -recol1d=8353 -recol2s=15618 -recol2d=8353 -recol3s=14594 -recol3d=8353 -model=model_1124,0 - -// 5523 -[loc_5523] -hillskew=yes -active=no -recol1s=13505 -recol1d=8353 -recol2s=15618 -recol2d=8353 -recol3s=14594 -recol3d=8353 -model=model_1139,0 - -// 5524 -[loc_5524] -hillskew=yes -active=no -recol1s=13505 -recol1d=8353 -recol2s=15618 -recol2d=8353 -recol3s=14594 -recol3d=8353 -model=model_1032,0 - -// 5525 -[loc_5525] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=6240 -recol2s=7364 -recol2d=7296 -recol3s=8421 -recol3d=8353 -recol4s=9478 -recol4d=9410 -recol5s=10535 -recol5d=10467 -recol6s=11592 -recol6d=11524 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 5526 -[loc_5526] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11524 -retex1s=material_70 -retex1d=material_105 -model=model_834 - -// 5527 -[loc_5527] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11524 -model=model_823 - -// 5528 -[loc_5528] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11524 -retex1s=material_72 -retex1d=material_560 -model=model_787 - -// 5529 -[loc_5529] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=11524 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 5530 -[loc_5530] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=11524 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 5531 -[loc_5531] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=11524 -model=model_823 - -// 5532 -[loc_5532] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=11524 -model=model_787 - -// 5533 -[loc_5533] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4489,0 - -// 5534 -[loc_5534] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4494,0 - -// 5535 -[loc_5535] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4493,0 - -// 5536 -[loc_5536] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4487,0 - -// 5537 -[loc_5537] -hillskew=yes -active=no -hardshadow=no -model=model_5490,0 - -// 5538 -[loc_5538] -op2=Pick -resizex=120 -resizey=120 -resizez=120 -offsetx=30 -offsety=0 -offsetz=20 -blockwalk=no -msi=msi_9 -recol1s=32697 -recol1d=25131 -model=model_2750 -name=Onion - -// 5539 -[loc_5539] -resizex=100 -resizez=100 -blockwalk=no -hillchange=tree_skew,35 -model=model_5564 -model2=model_5565 -name=Bullrushes - -// 5540 -[loc_5540] -resizex=90 -resizez=90 -blockwalk=no -model=model_5564 -model2=model_5566 -name=Bullrushes - -// 5541 -[loc_5541] -resizex=125 -resizez=125 -blockwalk=no -model=model_5564 -model2=model_5565 -model3=model_5566 -name=Bullrushes - -// 5542 -[loc_5542] -resizex=110 -resizez=110 -blockwalk=no -model=model_5565 -model2=model_5566 -name=Bullrushes - -// 5543 -[loc_5543] -blockwalk=no -hardshadow=no -model=model_5527 -name=Heather - -// 5544 -[loc_5544] -blockwalk=no -hardshadow=no -model=model_5526 -name=Heather - -// 5545 -[loc_5545] -blockwalk=no -hardshadow=no -model=model_5525 -name=Heather - -// 5546 -[loc_5546] -blockwalk=no -hardshadow=no -model=model_5526 -model2=model_5527 -name=Heather - -// 5547 -[loc_5547] -blockwalk=no -hardshadow=no -model=model_5525 -model2=model_5527 -name=Heather - -// 5548 -[loc_5548] -blockwalk=no -hardshadow=no -model=model_5525 -model2=model_5526 -name=Heather - -// 5549 -[loc_5549] -blockwalk=no -hardshadow=no -model=model_5525 -model2=model_5526 -model3=model_5527 -name=Heather - -// 5550 -[loc_5550] -ambient=40 -blockwalk=no -model=model_5567 -name=Dock leaf plant - -// 5551 -[loc_5551] -width=2 -length=2 -msi=msi_3 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=11490 -recol1d=8419 -model=model_5528 -name=Willow - -// 5552 -[loc_5552] -width=2 -length=2 -mirror=yes -msi=msi_3 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=11490 -recol1d=8419 -model=model_5528 -name=Willow - -// 5553 -[loc_5553] -width=2 -length=2 -msi=msi_3 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=11490 -recol1d=8419 -model=model_5530 -name=Willow - -// 5554 -[loc_5554] -width=2 -length=2 -msi=msi_3 -op3=hidden -hillchange=tree_skew,42 -recol1s=11490 -recol1d=8419 -model=model_5529 -name=Tree Stump - -// 5555 -[loc_5555] -contrast=100 -ambient=30 -active=yes -model=model_5568,Q -name=Hanging tapestry - -// 5556 -[loc_5556] -contrast=100 -ambient=30 -active=yes -recol1s=26247 -recol1d=22131 -recol2s=12416 -recol2d=4405 -model=model_5569,Q -name=Hanging tapestry - -// 5557 -[loc_5557] -sharelight=yes -unknown90=yes -model=model_5558,0 - -// 5558 -[loc_5558] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -unknown90=yes -hardshadow=no -model=model_40859,0 - -// 5559 -[loc_5559] -ambient=20 -anim=seq_468 -active=yes -recol1s=8320 -recol1d=8387 -model=model_2258,Q -name=Charms - -// 5560 -[loc_5560] -recol1s=8384 -recol1d=8387 -model=model_1294 -name=Mirror - -// 5561 -[loc_5561] -ambient=50 -model=model_1218 -name=Broom - -// 5562 -[loc_5562] -model=model_5561 -name=Cloth - -// 5563 -[loc_5563] -recol1s=10240 -recol1d=2251 -model=model_1048,0 - -// 5564 -[loc_5564] -length=2 -model=model_5440 -name=Bed - -// 5565 -[loc_5565] -width=2 -length=2 -resizex=90 -resizey=90 -resizez=90 -offsetx=5 -offsety=0 -offsetz=0 -recol1s=14368 -recol1d=8558 -recol2s=26311 -recol2d=20084 -recol3s=23104 -recol3d=10467 -recol4s=8320 -recol4d=10467 -model=model_1288 -name=Bed - -// 5566 -[loc_5566] -hillskew=yes -sharelight=yes -blockrange=no -model=model_5483,1 - -// 5567 -[loc_5567] -hillskew=yes -sharelight=yes -blockrange=no -model=model_5489,1 - -// 5568 -[loc_5568] -hillskew=yes -sharelight=yes -mirror=yes -blockrange=no -model=model_5489,1 - -// 5569 -[loc_5569] -hillskew=yes -sharelight=yes -blockrange=no -model=model_5488 -name=Dry stone wall - -// 5570 -[loc_5570] -hillskew=yes -sharelight=yes -blockrange=no -model=model_5484,1 -model=model_5485,2 -model=model_5486,5 - -// 5571 -[loc_5571] -width=2 -model=model_5503 -name=Coop - -// 5572 -[loc_5572] -width=2 -model=model_5503 -model2=model_5500 -model3=model_5501 -name=Coop - -// 5573 -[loc_5573] -width=2 -model=model_5503 -model2=model_5502 -name=Coop - -// 5574 -[loc_5574] -ambient=40 -model=model_5494 -name=Sack - -// 5575 -[loc_5575] -width=2 -model=model_14206 -model2=model_5506 -name=Trough - -// 5576 -[loc_5576] -width=2 -model=model_14206 -model2=model_5508 -name=Trough - -// 5577 -[loc_5577] -width=2 -model=model_14206 -model2=model_5507 -name=Trough - -// 5578 -[loc_5578] -width=2 -length=3 -model=model_1480 -model2=model_5493 -name=Cart - -// 5579 -[loc_5579] -width=2 -length=3 -model=model_5563 -name=Cart - -// 5580 -[loc_5580] -length=2 -width=2 -model=model_5402 -name=Wheelbarrow - -// 5581 -[loc_5581] -op1=Take-axe -recol1s=16846 -recol1d=8354 -model=model_5495 -name=Logs - -// 5582 -[loc_5582] -model=model_5496 -name=Logs - -// 5583 -[loc_5583] -resizex=120 -resizey=140 -resizez=120 -contrast=100 -ambient=10 -op2=Pick -blockwalk=no -model=model_1586 -name=Wheat - -// 5584 -[loc_5584] -contrast=100 -ambient=10 -op2=Pick -resizex=100 -resizey=100 -resizez=100 -offsetx=20 -blockwalk=no -model=model_1586 -name=Wheat - -// 5585 -[loc_5585] -contrast=100 -ambient=10 -op2=Pick -resizex=100 -resizey=70 -resizez=100 -offsetx=30 -blockwalk=no -model=model_1586 -name=Wheat - -// 5586 -[loc_5586] -hillskew=yes -ambient=-30 -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1124,0 - -// 5587 -[loc_5587] -hillskew=yes -ambient=-30 -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1139,0 - -// 5588 -[loc_5588] -hillskew=yes -ambient=-30 -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1032,0 - -// 5589 -[loc_5589] -width=3 -anim=seq_1729 -bgsound=synth_2422,20 -model=model_5516 -name=Water wheel - -// 5590 -[loc_5590] -width=3 -anim=seq_1729 -model=model_5518 -name=Water wheel - -// 5591 -[loc_5591] -width=3 -anim=seq_1729 -model=model_5520 -name=Water wheel - -// 5592 -[loc_5592] -active=no -model=model_5517,1 - -// 5593 -[loc_5593] -anim=seq_1729 -active=no -model=model_5519 - -// 5594 -[loc_5594] -anim=seq_1729 -model=model_5521 -name=Water wheel - -// 5595 -[loc_5595] -width=2 -length=2 -ambient=20 -contrast=15 -model=model_1421 -model2=model_5497 -model3=model_6140 -model4=model_33307 -name=Toy Stall - -// 5596 -[loc_5596] -width=2 -length=2 -model=model_5403 -name=Market stall - -// 5597 -[loc_5597] -anim=seq_1733 -model=model_5523 -name=Weather vane - -// 5598 -[loc_5598] -model=model_5499 -name=Water Barrel - -// 5599 -[loc_5599] -resizex=95 -resizey=95 -resizez=95 -model=model_5499 -name=Water Barrel - -// 5600 -[loc_5600] -hillskew=yes -sharelight=yes -model=model_5557,0 - -// 5601 -[loc_5601] -hillskew=yes -sharelight=yes -hillskew=yes -recol1s=7329 -recol1d=5285 -model=model_1050,0 - -// 5602 -[loc_5602] -hillskew=yes -sharelight=yes -hillskew=yes -recol1s=7329 -recol1d=5285 -model=model_3882,0 - -// 5603 -[loc_5603] -hillskew=yes -sharelight=yes -hillskew=yes -recol1s=7329 -recol1d=5285 -model=model_4052,0 - -// 5604 -[loc_5604] -anim=seq_1727 -length=2 -width=2 -bgsound=synth_3087,10 -hardshadow=no -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 5605 -[loc_5605] -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -hardshadow=no -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 5606 -[loc_5606] -anim=seq_1727 -length=2 -width=2 -hardshadow=no -model=model_5515 -name=Rock - -// 5607 -[loc_5607] -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -active=no -model=model_5512,8 -model=model_5513,0 - -// 5608 -[loc_5608] -width=2 -anim=seq_1017 -bgsound=synth_2220,3 -blockrange=no -model=model_3453 -name=Spit roast - -// 5609 -[loc_5609] -model=model_4645 -name=Cooking Pots - -// 5610 -[loc_5610] -model=model_4646 -name=Cooking Pots - -// 5611 -[loc_5611] -sharelight=yes -hillskew=yes -resizex=142 -resizey=420 -resizez=142 -blockrange=no -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 5612 -[loc_5612] -sharelight=yes -hillskew=yes -resizex=142 -resizey=340 -resizez=142 -blockrange=no -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 5613 -[loc_5613] -hillskew=yes -model=model_4647 -name=Rat-hole - -// 5614 -[loc_5614] -blockrange=no -recol1s=9377 -recol1d=15392 -model=model_1170 -name=Chair - -// 5615 -[loc_5615] -width=2 -blockrange=no -model=model_5492 -name=Bench - -// 5616 -[loc_5616] -width=2 -length=2 -ambient=30 -model=model_5498 -name=Signpost - -// 5617 -[loc_5617] -model=model_1933,Q - -// 5618 -[loc_5618] -op1=Open -forceapproach=east -model=model_5559 -name=Drawers - -// 5619 -[loc_5619] -op2=Search -op3=Shut -forceapproach=east -model=model_5560 -name=Drawers - -// 5620 -[loc_5620] -ambient=50 -model=model_5533,Q - -// 5621 -[loc_5621] -model=model_5562 -name=Big vase - -// 5622 -[loc_5622] -forceapproach=east -op1=Open -ambient=15 -recol1s=8384 -recol1d=10468 -recol2s=5216 -recol2d=7297 -recol3s=0 -recol3d=3073 -recol4s=6342 -recol4d=7364 -model=model_1951 -name=Wardrobe - -// 5623 -[loc_5623] -op2=Search -op3=Close -forceapproach=east -ambient=15 -recol1s=8384 -recol1d=10468 -recol2s=5216 -recol2d=7297 -recol3s=0 -recol3d=3073 -recol4s=6342 -recol4d=7364 -model=model_1953 -name=Wardrobe - -// 5624 -[loc_5624] -op2=Search -op3=Close -ambient=15 -recol1s=8384 -recol1d=10468 -recol2s=5216 -recol2d=7297 -recol3s=0 -recol3d=3073 -recol4s=6342 -recol4d=7364 -model=model_1949 -model2=model_5531 -name=Wardrobe - -// 5625 -[loc_5625] -width=2 -blockrange=no -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_1213 -model2=model_5491 -name=Ned's Table - -// 5626 -[loc_5626] -anim=seq_472 -length=2 -active=no -model=model_5574 - -// 5627 -[loc_5627] -anim=seq_1734 -ambient=40 -recol1s=15 -recol1d=4405 -model=model_5576 -name=Standard - -// 5628 -[loc_5628] -anim=seq_1730 -ambient=20 -model=model_5509 -name=Standard - -// 5629 -[loc_5629] -anim=seq_1730 -ambient=20 -blockwalk=no -model=model_5510 -name=Standard - -// 5630 -[loc_5630] -ambient=20 -blockwalk=no -active=no -model=model_5511 - -// 5631 -[loc_5631] -anim=seq_1732 -width=2 -length=2 -bgsound=synth_2199,5 -model=model_5504 -model2=model_5505 -name=Fire - -// 5632 -[loc_5632] -anim=seq_1732 -width=2 -length=2 -model=model_5504 -name=Fire - -// 5633 -[loc_5633] -sharelight=yes -ambient=25 -contrast=25 -model=model_5580,1 -model=model_5581,3 - -// 5634 -[loc_5634] -wallwidth=8 -sharelight=yes -recol1s=7264 -recol1d=12548 -recol2s=8320 -recol2d=12548 -model=model_2212,1 -model=model_2213,2 -model=model_2176,3 -model=model_2177,4 -model=model_2178,5 - -// 5635 -[loc_5635] -sharelight=yes -active=no -recol1s=7264 -recol1d=12548 -retex1s=material_6 -retex1d=material_18 -model=model_610 - -// 5636 -[loc_5636] -wallwidth=8 -sharelight=yes -occlude=yes -recol1s=32766 -recol1d=12613 -model=model_2212,1 -model=model_2213,2 -model=model_2176,3 -model=model_2177,4 -model=model_2178,5 - -// 5637 -[loc_5637] -sharelight=yes -recol1s=32766 -recol1d=12613 -retex1s=material_6 -retex1d=material_18 -model=model_2185,A -model=model_2189,S -model=model_5583,G -model=model_2187,H - -// 5638 -[loc_5638] -sharelight=yes -recol1s=32766 -recol1d=12613 -retex1s=material_6 -retex1d=material_18 -model=model_2185,A -model=model_2189,S -model=model_5583,G -model=model_2187,H - -// 5639 -[loc_5639] -ambient=50 -recol1s=6242 -recol1d=12548 -model=model_2060,Q - -// 5640 -[loc_5640] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5469 - -// 5641 -[loc_5641] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5470 - -// 5642 -[loc_5642] -active=no -sharelight=yes -model=model_5471 - -// 5643 -[loc_5643] -active=no -width=2 -sharelight=yes -ambient=25 -contrast=25 -model=model_5468 - -// 5644 -[loc_5644] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5480,1 - -// 5645 -[loc_5645] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5476,1 - -// 5646 -[loc_5646] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5477,1 - -// 5647 -[loc_5647] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5478,V - -// 5648 -[loc_5648] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5479,V - -// 5649 -[loc_5649] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_5476,1 - -// 5650 -[loc_5650] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_5477,1 - -// 5651 -[loc_5651] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5472,1 - -// 5652 -[loc_5652] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5473,1 - -// 5653 -[loc_5653] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_5472,1 - -// 5654 -[loc_5654] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_5473,1 - -// 5655 -[loc_5655] -sharelight=yes -model=model_590,A -model=model_592,H - -// 5656 -[loc_5656] -sharelight=yes -model=model_628,A -model=model_630,S - -// 5657 -[loc_5657] -sharelight=yes -mirror=yes -model=model_628,A -model=model_630,S - -// 5658 -[loc_5658] -sharelight=yes -model=model_595,Z - -// 5659 -[loc_5659] -sharelight=yes -mirror=yes -model=model_595,Z - -// 5660 -[loc_5660] -sharelight=yes -model=model_5481,1 - -// 5661 -[loc_5661] -sharelight=yes -mirror=yes -model=model_5481,1 - -// 5662 -[loc_5662] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5475,Z - -// 5663 -[loc_5663] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5475,Z - -// 5664 -[loc_5664] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5469 - -// 5665 -[loc_5665] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5470 - -// 5666 -[loc_5666] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5471 - -// 5667 -[loc_5667] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 5668 -[loc_5668] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5480,1 - -// 5669 -[loc_5669] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5476,1 - -// 5670 -[loc_5670] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5477,1 - -// 5671 -[loc_5671] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5478,V - -// 5672 -[loc_5672] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5479,V - -// 5673 -[loc_5673] -active=no -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_44 -model=model_5476,1 - -// 5674 -[loc_5674] -active=no -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_44 -model=model_5477,1 - -// 5675 -[loc_5675] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -model=model_5472,1 - -// 5676 -[loc_5676] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5473,1 - -// 5677 -[loc_5677] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -model=model_5472,1 - -// 5678 -[loc_5678] -active=no -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_44 -model=model_5473,1 - -// 5679 -[loc_5679] -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_590,A -model=model_592,H - -// 5680 -[loc_5680] -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_628,A -model=model_630,S - -// 5681 -[loc_5681] -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_44 -model=model_628,A -model=model_630,S - -// 5682 -[loc_5682] -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_595,Z - -// 5683 -[loc_5683] -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_44 -model=model_595,Z - -// 5684 -[loc_5684] -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5481,1 - -// 5685 -[loc_5685] -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_44 -model=model_5481,1 - -// 5686 -[loc_5686] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5475,Z - -// 5687 -[loc_5687] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_5475,Z - -// 5688 -[loc_5688] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5469 - -// 5689 -[loc_5689] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5470 - -// 5690 -[loc_5690] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5471 - -// 5691 -[loc_5691] -active=no -width=2 -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5468 - -// 5692 -[loc_5692] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5480,1 - -// 5693 -[loc_5693] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5476,1 - -// 5694 -[loc_5694] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5477,1 - -// 5695 -[loc_5695] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5478,V - -// 5696 -[loc_5696] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5479,V - -// 5697 -[loc_5697] -active=no -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_18 -model=model_5476,1 - -// 5698 -[loc_5698] -active=no -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_18 -model=model_5477,1 - -// 5699 -[loc_5699] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5472,1 - -// 5700 -[loc_5700] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5473,1 - -// 5701 -[loc_5701] -active=no -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_18 -model=model_5472,1 - -// 5702 -[loc_5702] -active=no -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_18 -model=model_5473,1 - -// 5703 -[loc_5703] -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_590,A -model=model_592,H - -// 5704 -[loc_5704] -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_628,A -model=model_630,S - -// 5705 -[loc_5705] -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_18 -model=model_628,A -model=model_630,S - -// 5706 -[loc_5706] -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5481,1 - -// 5707 -[loc_5707] -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_18 -model=model_5481,1 - -// 5708 -[loc_5708] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5475,Z - -// 5709 -[loc_5709] -active=no -sharelight=yes -retex1s=material_6 -retex1d=material_18 -model=model_5475,Z - -// 5710 -[loc_5710] -active=no -sharelight=yes -ambient=25 -retex1s=material_2 -retex1d=material_23 -model=model_5469 - -// 5711 -[loc_5711] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5470 - -// 5712 -[loc_5712] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5471 - -// 5713 -[loc_5713] -active=no -width=2 -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5468 - -// 5714 -[loc_5714] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5480,1 - -// 5715 -[loc_5715] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5476,1 - -// 5716 -[loc_5716] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5477,1 - -// 5717 -[loc_5717] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5478,V - -// 5718 -[loc_5718] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5479,V - -// 5719 -[loc_5719] -active=no -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -model=model_5476,1 - -// 5720 -[loc_5720] -active=no -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -model=model_5477,1 - -// 5721 -[loc_5721] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5472,1 - -// 5722 -[loc_5722] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5473,1 - -// 5723 -[loc_5723] -active=no -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -model=model_5472,1 - -// 5724 -[loc_5724] -active=no -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -model=model_5473,1 - -// 5725 -[loc_5725] -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_590,A -model=model_592,H - -// 5726 -[loc_5726] -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_628,A -model=model_630,S - -// 5727 -[loc_5727] -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -model=model_628,A -model=model_630,S - -// 5728 -[loc_5728] -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_595,Z - -// 5729 -[loc_5729] -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -model=model_595,Z - -// 5730 -[loc_5730] -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5481,1 - -// 5731 -[loc_5731] -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -model=model_5481,1 - -// 5732 -[loc_5732] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5475,Z - -// 5733 -[loc_5733] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -model=model_5475,Z - -// 5734 -[loc_5734] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5469 - -// 5735 -[loc_5735] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5470 - -// 5736 -[loc_5736] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5471 - -// 5737 -[loc_5737] -active=no -width=2 -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5468 - -// 5738 -[loc_5738] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5480,1 - -// 5739 -[loc_5739] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5476,1 - -// 5740 -[loc_5740] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5477,1 - -// 5741 -[loc_5741] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5478,V - -// 5742 -[loc_5742] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5479,V - -// 5743 -[loc_5743] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5476,1 - -// 5744 -[loc_5744] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5477,1 - -// 5745 -[loc_5745] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5472,1 - -// 5746 -[loc_5746] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5473,1 - -// 5747 -[loc_5747] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5472,1 - -// 5748 -[loc_5748] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5473,1 - -// 5749 -[loc_5749] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_590,A -model=model_592,H - -// 5750 -[loc_5750] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_628,A -model=model_630,S - -// 5751 -[loc_5751] -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_628,A -model=model_630,S - -// 5752 -[loc_5752] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_595,Z - -// 5753 -[loc_5753] -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_595,Z - -// 5754 -[loc_5754] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5481,1 - -// 5755 -[loc_5755] -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5481,1 - -// 5756 -[loc_5756] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5475,Z - -// 5757 -[loc_5757] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_5475,Z - -// 5758 -[loc_5758] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5469 - -// 5759 -[loc_5759] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5470 - -// 5760 -[loc_5760] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5471 - -// 5761 -[loc_5761] -active=no -width=2 -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5468 - -// 5762 -[loc_5762] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5480,1 - -// 5763 -[loc_5763] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5476,1 - -// 5764 -[loc_5764] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5477,1 - -// 5765 -[loc_5765] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5478,V - -// 5766 -[loc_5766] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5479,V - -// 5767 -[loc_5767] -active=no -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5476,1 - -// 5768 -[loc_5768] -active=no -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5477,1 - -// 5769 -[loc_5769] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5472,1 - -// 5770 -[loc_5770] -active=no -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5473,1 - -// 5771 -[loc_5771] -active=no -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5472,1 - -// 5772 -[loc_5772] -active=no -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5473,1 - -// 5773 -[loc_5773] -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_590,A -model=model_592,H - -// 5774 -[loc_5774] -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_628,A -model=model_630,S - -// 5775 -[loc_5775] -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_628,A -model=model_630,S - -// 5776 -[loc_5776] -sharelight=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5481,1 - -// 5777 -[loc_5777] -sharelight=yes -mirror=yes -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5481,1 - -// 5778 -[loc_5778] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5475,Z - -// 5779 -[loc_5779] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_18 -model=model_5475,Z - -// 5780 -[loc_5780] -active=no -width=2 -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -ambient=25 -contrast=25 -model=model_5468 - -// 5781 -[loc_5781] -active=no -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -ambient=25 -contrast=25 -model=model_5480,1 - -// 5782 -[loc_5782] -active=no -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -ambient=25 -contrast=25 -model=model_5469 - -// 5783 -[loc_5783] -active=no -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -ambient=25 -contrast=25 -model=model_5579,1 - -// 5784 -[loc_5784] -active=no -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -ambient=25 -contrast=25 -model=model_5577,1 - -// 5785 -[loc_5785] -active=no -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -ambient=25 -contrast=25 -model=model_5578,1 - -// 5786 -[loc_5786] -active=no -sharelight=yes -mirror=yes -offsetx=0 -offsety=-96 -offsetz=0 -ambient=25 -contrast=25 -model=model_5577,1 - -// 5787 -[loc_5787] -active=no -sharelight=yes -mirror=yes -offsetx=0 -offsety=-96 -offsetz=0 -ambient=25 -contrast=25 -model=model_5578,1 - -// 5788 -[loc_5788] -width=2 -ambient=10 -contrast=5 -model=model_5582 -name=Church pew - -// 5789 -[loc_5789] -ambient=20 -model=model_5575 -model2=model_1452 -name=Statue - -// 5790 -[loc_5790] -mirror=yes -ambient=20 -contrast=30 -model=model_5575 -model2=model_1452 -name=Statue - -// 5791 -[loc_5791] -ambient=0 -contrast=30 -model=model_1166 -name=Statue - -// 5792 -[loc_5792] -width=2 -length=2 -active=yes -model=model_1383 -name=Flour bin - -// 5793 -[loc_5793] -active=yes -sharelight=yes -hillskew=yes -op1=Enter -ambient=25 -contrast=15 -model=model_37618,1 -model=model_37711,5 -name=Crack - -// 5794 -[loc_5794] -active=yes -hillskew=yes -sharelight=yes -op1=Enter -ambient=25 -contrast=15 -model=model_37618,1 -model=model_37711,5 -name=Crack - -// 5795 -[loc_5795] -active=yes -hillskew=yes -sharelight=yes -op1=Enter -ambient=25 -contrast=15 -model=model_37618,1 -model=model_37711,5 -name=Crack - -// 5796 -[loc_5796] -active=yes -hillskew=yes -sharelight=yes -op1=Enter -ambient=25 -contrast=15 -model=model_37618,1 -model=model_37711,5 -name=Crack - -// 5797 -[loc_5797] -active=yes -hillskew=yes -sharelight=yes -op1=Enter -ambient=25 -contrast=15 -model=model_37618,1 -model=model_37711,5 -name=Crack - -// 5798 -[loc_5798] -hillskew=yes -sharelight=yes -op1=Enter -ambient=25 -contrast=15 -model=model_37618,1 -model=model_37711,5 -name=Crack - -// 5799 -[loc_5799] -active=yes -forceapproach=west -op1=Open -raiseobject=no -blockwalk=no -ambient=15 -contrast=10 -forcedecor=yes -hillskew=yes -model=model_37008,0 -name=Trapdoor - -// 5800 -[loc_5800] -active=yes -forceapproach=west -op1=Open -raiseobject=no -blockwalk=no -ambient=15 -contrast=10 -forcedecor=yes -hillskew=yes -model=model_37008,0 -name=Trapdoor - -// 5801 -[loc_5801] -active=yes -forceapproach=west -op1=Open -raiseobject=no -blockwalk=no -ambient=15 -contrast=10 -forcedecor=yes -hillskew=yes -model=model_37008,0 -name=Trapdoor - -// 5802 -[loc_5802] -active=yes -forceapproach=west -op1=Open -raiseobject=no -blockwalk=no -ambient=15 -contrast=10 -forcedecor=yes -hillskew=yes -model=model_37008,0 -name=Trapdoor - -// 5803 -[loc_5803] -active=yes -forceapproach=west -op1=Open -raiseobject=no -blockwalk=no -ambient=15 -contrast=10 -forcedecor=yes -model=model_37033,0 -name=Trapdoor - -// 5804 -[loc_5804] -active=yes -forceapproach=west -op1=Open -raiseobject=no -blockwalk=no -ambient=15 -contrast=10 -forcedecor=yes -model=model_37033,0 -name=Trapdoor - -// 5805 -[loc_5805] -active=yes -forceapproach=west -op1=Open -raiseobject=no -blockwalk=no -ambient=15 -contrast=10 -forcedecor=yes -model=model_37033,0 -name=Trapdoor - -// 5806 -[loc_5806] -active=yes -forceapproach=west -op1=Open -raiseobject=no -blockwalk=no -ambient=15 -contrast=10 -forcedecor=yes -model=model_37033,0 -name=Trapdoor - -// 5807 -[loc_5807] -active=no -forcedecor=yes -hillskew=yes -ambient=30 -contrast=25 -model=model_37363,0 - -// 5808 -[loc_5808] -hillskew=yes -active=yes -ambient=20 -contrast=80 -op1=Look -op5=Search -model=model_5650,Q -name=Sculpture - -// 5809 -[loc_5809] -op1=Look -op5=Search -recol1s=20903 -recol1d=17668 -recol2s=22984 -recol2d=17668 -recol3s=15718 -recol3d=14563 -model=model_5655 -name=Weathervane - -// 5810 -[loc_5810] -model=model_5522 -name=Seers weathervane - -// 5811 -[loc_5811] -active=yes -anim=seq_1733 -multivar=varplayerbit_258 -multiloc=0,loc_5809 -multiloc=1,loc_5810 - -// 5812 -[loc_5812] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27438,1 - -// 5813 -[loc_5813] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1215 -name=Ladder - -// 5814 -[loc_5814] -resizex=90 -resizey=90 -resizez=90 -forcedecor=yes -active=yes -blockwalk=yes -model=model_5646,0 -name=Landing light - -// 5815 -[loc_5815] -anim=seq_1747 -resizex=90 -resizey=90 -resizez=90 -forcedecor=yes -active=yes -blockwalk=yes -op1=Look -op5=Search -model=model_5647 -name=Gnome landing light - -// 5816 -[loc_5816] -anim=seq_1747 -resizex=90 -resizey=90 -resizez=90 -ambient=50 -contrast=120 -op1=Look -model=model_5645 -name=Flashing landing light - -// 5817 -[loc_5817] -anim=seq_1747 -resizex=90 -resizey=90 -resizez=90 -ambient=50 -contrast=120 -op1=Look -recol1s=12894 -recol1d=32106 -model=model_5645 -name=Flashing landing light - -// 5818 -[loc_5818] -anim=seq_1747 -resizex=90 -resizey=90 -resizez=90 -ambient=50 -contrast=120 -op1=Look -recol1s=12894 -recol1d=19402 -model=model_5645 -name=Flashing landing light - -// 5819 -[loc_5819] -anim=seq_1747 -resizex=90 -resizey=90 -resizez=90 -ambient=50 -contrast=120 -op1=Look -recol1s=12894 -recol1d=28535 -model=model_5645 -name=Flashing landing light - -// 5820 -[loc_5820] -active=yes -anim=seq_1747 -multivar=varplayerbit_256 -multiloc=0,loc_5815 -multiloc=1,loc_5818 - -// 5821 -[loc_5821] -active=yes -anim=seq_1747 -multivar=varplayerbit_256 -multiloc=0,loc_5815 -multiloc=1,loc_5819 - -// 5822 -[loc_5822] -active=yes -anim=seq_1747 -multivar=varplayerbit_256 -multiloc=0,loc_5815 -multiloc=1,loc_5817 - -// 5823 -[loc_5823] -active=yes -anim=seq_1747 -multivar=varplayerbit_256 -multiloc=0,loc_5815 -multiloc=1,loc_5816 - -// 5824 -[loc_5824] -hillskew=yes -model=model_1743,0 - -// 5825 -[loc_5825] -width=4 -length=4 -blockrange=no -model=model_1323 -name=Gnome glider - -// 5826 -[loc_5826] -anim=seq_1430 -recol1s=9445 -recol1d=9409 -model=model_5653 -name=Swordshop Sign - -// 5827 -[loc_5827] -sharelight=yes -forcedecor=yes -hillskew=yes -resizex=128 -resizey=64 -resizez=128 -recol1s=9409 -recol1d=9411 -recol2s=14694 -recol2d=12582 -model=model_1089,0 - -// 5828 -[loc_5828] -resizex=128 -resizey=380 -resizez=128 -recol1s=8353 -recol1d=10466 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 5829 -[loc_5829] -width=2 -length=3 -active=no -offsetx=-58 -offsety=0 -offsetz=0 -recol1s=12580 -recol1d=9411 -recol2s=14694 -recol2d=7297 -model=model_3262 - -// 5830 -[loc_5830] -active=no -recol1s=16846 -recol1d=8353 -recol2s=32736 -recol2d=15686 -recol3s=32576 -recol3d=6240 -recol4s=8456 -recol4d=8389 -recol5s=10504 -recol5d=6275 -retex1s=material_16 -retex1d=material_22 -model=model_5648 -model2=model_3338 - -// 5831 -[loc_5831] -active=yes -op1=Ring-bell -model=model_5649,1 -name=Antiques Shop Stall - -// 5832 -[loc_5832] -active=no -mirror=yes -recol1s=16846 -recol1d=8353 -recol2s=32736 -recol2d=15686 -recol3s=32576 -recol3d=6240 -recol4s=8456 -recol4d=8389 -recol5s=10504 -recol5d=6275 -retex1s=material_16 -retex1d=material_22 -model=model_5648 -model2=model_3338 - -// 5833 -[loc_5833] -mirror=yes -blockwalk=no -active=no -offsetx=-48 -offsety=-10 -offsetz=0 -recol1s=10466 -recol1d=7297 -recol2s=12580 -recol2d=9411 -model=model_3308 - -// 5834 -[loc_5834] -forcedecor=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_5651,0 - -// 5835 -[loc_5835] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27422,1 - -// 5836 -[loc_5836] -sharelight=yes -offsetx=0 -offsety=-10 -offsetz=0 -active=no -recol1s=14594 -recol1d=17799 -recol2s=16708 -recol2d=17799 -model=model_5314,1 -model=model_5315,2 -model=model_5316,5 - -// 5837 -[loc_5837] -width=2 -active=no -sharelight=yes -model=model_5659 - -// 5838 -[loc_5838] -width=2 -active=no -sharelight=yes -model=model_5660 - -// 5839 -[loc_5839] -width=2 -active=no -sharelight=yes -model=model_5656 - -// 5840 -[loc_5840] -active=no -sharelight=yes -model=model_5657 - -// 5841 -[loc_5841] -active=no -sharelight=yes -model=model_5658 - -// 5842 -[loc_5842] -width=2 -length=2 -hillskew=yes -msi=msi_11 -op3=Push -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_818 -name=Boulder - -// 5843 -[loc_5843] -width=2 -length=2 -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_5698 -name=Boulder - -// 5844 -[loc_5844] -active=yes -blockwalk=no -hillskew=yes -recol1s=12580 -recol1d=10535 -model=model_5697 -name=Rock - -// 5845 -[loc_5845] -active=yes -blockwalk=no -recol1s=12580 -recol1d=10535 -model=model_5699 -name=Rock - -// 5846 -[loc_5846] -hillskew=yes -blockwalk=no -model=model_5692 -name=Rope - -// 5847 -[loc_5847] -op1=Climb-over -width=2 -length=2 -active=yes -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=10535 -model=model_819 -name=Rockslide - -// 5848 -[loc_5848] -width=4 -blockwalk=yes -op3=Climb -model=model_5695 -name=Tall tree - -// 5849 -[loc_5849] -shadow=no -op1=Jump-across -model=model_3722 -name=Clump of rocks - -// 5850 -[loc_5850] -active=yes -blockwalk=yes -op1=Jump-across -model=model_5686,0 -name=Flat stone - -// 5851 -[loc_5851] -active=yes -blockwalk=yes -op1=Jump-across -model=model_5686,0 -name=Flat stone - -// 5852 -[loc_5852] -active=yes -blockwalk=yes -model=model_5700,0 -name=Flat stone - -// 5853 -[loc_5853] -active=yes -blockwalk=yes -model=model_5701,0 -name=Flat stone - -// 5854 -[loc_5854] -active=yes -blockwalk=yes -model=model_5702,0 -name=Flat stone - -// 5855 -[loc_5855] -width=2 -length=2 -op3=Listen-to -model=model_3884 -name=Shining pool - -// 5856 -[loc_5856] -hillchange=tree_skew,64 -op3=Pick-from -model=model_5704 -name=Thorny bushes - -// 5857 -[loc_5857] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=32635 -recol2s=8288 -recol2d=26293 -recol3s=6176 -recol3d=18960 -recol4s=4096 -recol4d=12618 -recol5s=2048 -recol5d=5285 -model=model_731 -name=Cave entrance - -// 5858 -[loc_5858] -width=3 -length=2 -shadow=no -ambient=25 -contrast=15 -op1=Exit -retex1s=material_407 -retex1d=material_560 -model=model_37440 -name=Cave exit - -// 5859 -[loc_5859] -width=3 -length=2 -shadow=no -op1=Exit -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=9478 -recol3s=6176 -recol3d=7364 -recol4s=4096 -recol4d=5250 -recol5s=2048 -recol5d=3136 -retex1s=material_407 -retex1d=material_72 -model=model_3717 -name=Cave exit - -// 5860 -[loc_5860] -blockwalk=yes -active=yes -blockrange=no -recol1s=16704 -recol1d=14729 -recol2s=12513 -recol2d=11558 -recol3s=9377 -recol3d=8387 -recol4s=6241 -recol4d=5216 -recol5s=16846 -recol5d=16840 -model=model_5738,8 -model=model_659,1 -model=model_660,5 -name=Standing spears - -// 5861 -[loc_5861] -active=yes -blockwalk=yes -length=2 -hillskew=yes -multivar=varplayerbit_273 -multiloc=1,loc_5862 -multiloc=2,loc_5863 - -// 5862 -[loc_5862] -length=2 -hillskew=yes -model=model_5694 -name=Burial mound - -// 5863 -[loc_5863] -length=2 -hillskew=yes -model=model_5693 -name=Burial cairn - -// 5864 -[loc_5864] -sharelight=yes -ambient=30 -contrast=100 -active=no -model=model_5707,1 - -// 5865 -[loc_5865] -sharelight=yes -ambient=30 -hillskew=yes -active=no -model=model_5712 - -// 5866 -[loc_5866] -sharelight=yes -ambient=30 -hillskew=yes -blockwalk=no -active=no -model=model_5713 - -// 5867 -[loc_5867] -sharelight=yes -ambient=30 -contrast=100 -active=no -model=model_5709 - -// 5868 -[loc_5868] -sharelight=yes -ambient=30 -contrast=100 -mirror=yes -active=no -model=model_5709 - -// 5869 -[loc_5869] -sharelight=yes -ambient=30 -active=no -model=model_5714,1 - -// 5870 -[loc_5870] -sharelight=yes -ambient=30 -active=no -model=model_5715,1 - -// 5871 -[loc_5871] -sharelight=yes -ambient=30 -mirror=yes -active=no -model=model_5715,1 - -// 5872 -[loc_5872] -sharelight=yes -ambient=30 -active=no -model=model_5716 - -// 5873 -[loc_5873] -sharelight=yes -ambient=30 -mirror=yes -active=no -model=model_5716 - -// 5874 -[loc_5874] -sharelight=yes -ambient=30 -active=no -model=model_5718 - -// 5875 -[loc_5875] -sharelight=yes -ambient=30 -mirror=yes -active=no -model=model_5718 - -// 5876 -[loc_5876] -sharelight=yes -ambient=30 -active=no -model=model_5719 - -// 5877 -[loc_5877] -sharelight=yes -ambient=30 -mirror=yes -active=no -model=model_5719 - -// 5878 -[loc_5878] -length=4 -blockrange=no -recol1s=16707 -recol1d=7331 -recol2s=17764 -recol2d=8388 -recol3s=18821 -recol3d=11525 -recol4s=20935 -recol4d=11558 -model=model_4290 -name=Wooden Table - -// 5879 -[loc_5879] -length=2 -blockrange=no -recol1s=16707 -recol1d=7331 -recol2s=17764 -recol2d=8388 -recol3s=18821 -recol3d=11525 -recol4s=20935 -recol4d=11558 -model=model_4325 -name=Table - -// 5880 -[loc_5880] -blockrange=no -recol1s=7297 -recol1d=7331 -model=model_1258 -name=Stool - -// 5881 -[loc_5881] -recol1s=14628 -recol1d=7331 -model=model_5439 -name=Standing torch - -// 5882 -[loc_5882] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=11523 -recol1d=9445 -recol2s=8353 -recol2d=7331 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 5883 -[loc_5883] -anim=seq_480 -op1=Dig-up -recol1s=3301 -recol1d=7331 -model=model_2259 -name=Mud - -// 5884 -[loc_5884] -anim=seq_480 -shadow=no -recol1s=3301 -recol1d=32767 -model=model_2259 -name=Swamp - -// 5885 -[loc_5885] -msi=msi_6 -op1=Dig-below -blockrange=no -model=model_2172 -name=Roots - -// 5886 -[loc_5886] -msi=msi_6 -op1=Dig-below -blockrange=no -model=model_2173 -name=Roots - -// 5887 -[loc_5887] -ambient=0 -blockwalk=yes -active=yes -op1=Open -model=model_5710,1 -name=Tent door - -// 5888 -[loc_5888] -ambient=0 -blockwalk=no -active=yes -op1=Close -model=model_5711,1 -name=Tent door - -// 5889 -[loc_5889] -ambient=0 -mirror=yes -blockwalk=yes -active=yes -op1=Open -model=model_5710,1 -name=Tent door - -// 5890 -[loc_5890] -ambient=0 -mirror=yes -blockwalk=no -active=yes -op1=Close -model=model_5711,1 -name=Tent door - -// 5891 -[loc_5891] -ambient=0 -blockwalk=yes -active=yes -op1=Go-through -model=model_5710,1 -name=Tent door - -// 5892 -[loc_5892] -ambient=0 -blockwalk=yes -active=no -model=model_5711,1 - -// 5893 -[loc_5893] -ambient=0 -mirror=yes -blockwalk=yes -active=yes -op1=Go-through -model=model_5710,1 -name=Tent door - -// 5894 -[loc_5894] -ambient=0 -mirror=yes -blockwalk=yes -active=no -model=model_5711,1 - -// 5895 -[loc_5895] -width=2 -length=2 -model=model_5705 -name=Ancient Rock - -// 5896 -[loc_5896] -width=2 -length=2 -model=model_5706 -name=Ancient Rock - -// 5897 -[loc_5897] -width=2 -length=2 -anim=seq_523 -active=yes -shadow=no -ambient=40 -op1=Listen-to -hardshadow=no -model=model_5724 -name=Shining pool - -// 5898 -[loc_5898] -ambient=40 -active=no -model=model_5721,Q - -// 5899 -[loc_5899] -mirror=yes -ambient=40 -active=no -model=model_5721,Q - -// 5900 -[loc_5900] -ambient=40 -active=no -model=model_5720,Q - -// 5901 -[loc_5901] -mirror=yes -ambient=40 -active=no -model=model_5720,Q - -// 5902 -[loc_5902] -width=2 -length=2 -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,32 -model=model_1715 -name=Dead tree - -// 5903 -[loc_5903] -msi=msi_27 -op1=Chop down -op3=hidden -hillchange=tree_skew,32 -recol1s=7296 -recol1d=4194 -recol2s=6240 -recol2d=4194 -model=model_1716 -name=Dead tree - -// 5904 -[loc_5904] -msi=msi_27 -op1=Chop down -op3=hidden -hillchange=tree_skew,32 -recol1s=7296 -recol1d=4194 -recol2s=6240 -recol2d=4194 -model=model_1716 -name=Dead tree - -// 5905 -[loc_5905] -msi=msi_6 -op1=Step-over -hillchange=tree_skew,32 -model=model_1685 -name=Tree stump - -// 5906 -[loc_5906] -sharelight=yes -hillskew=yes -resizex=142 -resizey=200 -resizez=142 -blockrange=no -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 5907 -[loc_5907] -sharelight=yes -hillskew=yes -model=model_5414,5 - -// 5908 -[loc_5908] -active=yes -width=2 -forceapproach=south -multivar=varplayerbit_281 -multiloc=0,loc_5909 -multiloc=1,loc_5910 - -// 5909 -[loc_5909] -width=2 -recol1s=16809 -recol1d=16740 -recol2s=14695 -recol2d=14660 -recol3s=13638 -recol3d=13603 -recol4s=12581 -recol4d=12546 -model=model_5755 -model2=model_9547 -name=Lamp oil still - -// 5910 -[loc_5910] -width=2 -recol1s=16809 -recol1d=16740 -recol2s=14695 -recol2d=14660 -recol3s=13638 -recol3d=13603 -recol4s=12581 -recol4d=12546 -model=model_5755 -model2=model_9547 -name=Lamp oil still - -// 5911 -[loc_5911] -width=2 -shadow=no -anim=seq_522 -active=no -bgsound=synth_2171,3 -recol1s=32758 -recol1d=1418 -model=model_2329 - -// 5912 -[loc_5912] -hillskew=yes -sharelight=yes -active=no -model=model_5774 - -// 5913 -[loc_5913] -hillskew=yes -sharelight=yes -active=no -model=model_5773 - -// 5914 -[loc_5914] -hillskew=yes -sharelight=yes -active=no -model=model_5777 - -// 5915 -[loc_5915] -hillskew=yes -sharelight=yes -active=no -model=model_5776 - -// 5916 -[loc_5916] -hillskew=yes -sharelight=yes -active=no -model=model_5771 - -// 5917 -[loc_5917] -anim=seq_523 -bgsound=synth_3073,3 -ambient=10 -contrast=10 -hillskew=yes -model=model_35770 -name=Gas hole - -// 5918 -[loc_5918] -anim=seq_523 -bgsound=synth_3073,3 -ambient=10 -contrast=10 -hillskew=yes -model=model_35771 -name=Gas hole - -// 5919 -[loc_5919] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5757 -model3=model_5763 - -// 5920 -[loc_5920] -hillskew=yes -sharelight=yes -active=no -model=model_5770 - -// 5921 -[loc_5921] -active=no -anim=seq_1812 -recol1s=32758 -recol1d=1418 -model=model_5779 - -// 5922 -[loc_5922] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5758 -model3=model_5764 - -// 5923 -[loc_5923] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5759 -model3=model_5765 - -// 5924 -[loc_5924] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5760 -model3=model_5766 - -// 5925 -[loc_5925] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5761 -model3=model_5767 - -// 5926 -[loc_5926] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5762 -model3=model_5768 - -// 5927 -[loc_5927] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5757 -model3=model_5764 - -// 5928 -[loc_5928] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5758 -model3=model_5763 - -// 5929 -[loc_5929] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5759 -model3=model_5766 - -// 5930 -[loc_5930] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5760 -model3=model_5765 - -// 5931 -[loc_5931] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5761 -model3=model_5768 - -// 5932 -[loc_5932] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5762 -model3=model_5767 - -// 5933 -[loc_5933] -hillskew=yes -sharelight=yes -active=no -model=model_5772 - -// 5934 -[loc_5934] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5757 -model3=model_5763 - -// 5935 -[loc_5935] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5758 -model3=model_5764 - -// 5936 -[loc_5936] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5759 -model3=model_5765 - -// 5937 -[loc_5937] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5760 -model3=model_5766 - -// 5938 -[loc_5938] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5761 -model3=model_5767 - -// 5939 -[loc_5939] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5762 -model3=model_5768 - -// 5940 -[loc_5940] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5757 -model3=model_5764 - -// 5941 -[loc_5941] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5758 -model3=model_5763 - -// 5942 -[loc_5942] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5759 -model3=model_5766 - -// 5943 -[loc_5943] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5760 -model3=model_5765 - -// 5944 -[loc_5944] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5761 -model3=model_5768 - -// 5945 -[loc_5945] -hillskew=yes -sharelight=yes -active=no -model=model_5769 -model2=model_5762 -model3=model_5767 - -// 5946 -[loc_5946] -op1=Climb -msi=msi_7 -model=model_1487 -name=Climbing rope - -// 5947 -[loc_5947] -op1=Climb-down -model=model_5756 -name=Dark hole - -// 5948 -[loc_5948] -op1=Jump-across -active=yes -forcedecor=yes -blockwalk=yes -recol1s=11561 -recol1d=5284 -model=model_1046,0 -name=Stepping stone - -// 5949 -[loc_5949] -op1=Jump-across -active=yes -forcedecor=yes -blockwalk=yes -recol1s=11561 -recol1d=5284 -model=model_1046,0 -name=Stepping stone - -// 5950 -[loc_5950] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -active=no -blockrange=no -recol1s=12580 -recol1d=7398 -model=model_818 - -// 5951 -[loc_5951] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -active=no -blockrange=no -recol1s=12580 -recol1d=7398 -model=model_819 - -// 5952 -[loc_5952] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=7398 -model=model_820 - -// 5953 -[loc_5953] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=7398 -model=model_821 - -// 5954 -[loc_5954] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=5284 -recol2s=14594 -recol2d=6341 -recol3s=15618 -recol3d=7398 -model=model_1124,0 - -// 5955 -[loc_5955] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=5284 -recol2s=14594 -recol2d=6341 -recol3s=15618 -recol3d=7398 -model=model_1139,0 - -// 5956 -[loc_5956] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=5284 -recol2s=14594 -recol2d=6341 -recol3s=15618 -recol3d=7398 -model=model_1032,0 - -// 5957 -[loc_5957] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=5284 -recol2s=14594 -recol2d=6341 -recol3s=15618 -recol3d=7398 -model=model_1044,0 - -// 5958 -[loc_5958] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=5284 -recol2s=14594 -recol2d=6341 -recol3s=15618 -recol3d=7398 -model=model_1064,0 - -// 5959 -[loc_5959] -active=yes -op1=Pull -model=model_2108,Q -name=Lever - -// 5960 -[loc_5960] -active=yes -op1=Pull -model=model_2108,Q -name=Lever - -// 5961 -[loc_5961] -active=no -model=model_2077,Q - -// 5962 -[loc_5962] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=12618 -model=model_5804,1 - -// 5963 -[loc_5963] -anim=seq_1845 -length=7 -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_313 -multiloc=0,loc_5964 - -// 5964 -[loc_5964] -anim=seq_1845 -length=7 -active=yes -blockwalk=yes -blockrange=no -model=model_5869 -name=Cannonball - -// 5965 -[loc_5965] -length=7 -anim=seq_1846 -blockwalk=yes -blockrange=no -recol1s=3171 -recol1d=23140 -model=model_5869 -name=Gold cannonball - -// 5966 -[loc_5966] -length=3 -sharelight=yes -hillskew=yes -active=yes -model=model_5850 -name=Passage - -// 5967 -[loc_5967] -model=model_1550 -name=Cannonballs - -// 5968 -[loc_5968] -recol1s=4228 -recol1d=6346 -model=model_1550 -name=Cannonballs - -// 5969 -[loc_5969] -recol1s=4228 -recol1d=14596 -model=model_1550 -name=Cannonballs - -// 5970 -[loc_5970] -recol1s=4228 -recol1d=23140 -model=model_1550 -name=Cannonballs - -// 5971 -[loc_5971] -recol1s=4228 -recol1d=20017 -model=model_1550 -name=Cannonballs - -// 5972 -[loc_5972] -recol1s=4228 -recol1d=9712 -model=model_1550 -name=Cannonballs - -// 5973 -[loc_5973] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -op1=Go-through -model=model_37631 -name=Cave entrance - -// 5974 -[loc_5974] -active=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 5975 -[loc_5975] -length=3 -width=3 -op1=Fire -blockwalk=yes -blockrange=no -recolhsl1s=43051 -recolhsl1d=6316 -recolhsl2s=43043 -recolhsl2d=6305 -recolhsl3s=43038 -recolhsl3d=6297 -recolhsl4s=43031 -recolhsl4d=6289 -model=model_35590 -name=Dwarf MultiCannon - -// 5976 -[loc_5976] -length=3 -width=3 -blockwalk=yes -blockrange=no -recolhsl1s=43051 -recolhsl1d=6316 -recolhsl2s=43043 -recolhsl2d=6305 -recolhsl3s=43038 -recolhsl3d=6297 -recolhsl4s=43031 -recolhsl4d=6289 -model=model_35590 -model2=model_5852 -name=Dwarf MultiCannon - -// 5977 -[loc_5977] -anim=seq_476 -ambient=100 -contrast=100 -resizey=512 -msi=msi_22 -active=yes -op1=Jump-through -recol1s=32384 -recol1d=11710 -recol2s=32480 -recol2d=7454 -recol3s=32192 -recol3d=3125 -recol4s=25888 -recol4d=1117 -recol5s=21664 -recol5d=15 -model=model_4794,1 -model=model_4795,2 -model=model_4796,3 -model=model_6014,1 -model=model_6015,2 -model=model_6016,3 -name=Wall of flame - -// 5978 -[loc_5978] -anim=seq_476 -ambient=100 -contrast=100 -resizey=512 -msi=msi_22 -active=yes -op1=Jump-through -recol1s=32384 -recol1d=11710 -recol2s=32480 -recol2d=7454 -recol3s=32192 -recol3d=3125 -recol4s=25888 -recol4d=1117 -recol5s=21664 -recol5d=15 -model=model_4793,5 -model=model_6013,5 -name=Wall of flame - -// 5979 -[loc_5979] -anim=seq_476 -ambient=100 -contrast=100 -resizey=512 -msi=msi_22 -active=yes -op1=Jump-through -op2=Talk-to -recol1s=32384 -recol1d=11710 -recol2s=32480 -recol2d=7454 -recol3s=32192 -recol3d=3125 -recol4s=25888 -recol4d=1117 -recol5s=21664 -recol5d=15 -model=model_4794,1 -model=model_4795,2 -model=model_4796,3 -model=model_6014,1 -model=model_6015,2 -model=model_6016,3 -name=Wall of flame - -// 5980 -[loc_5980] -anim=seq_476 -ambient=100 -contrast=100 -resizey=512 -msi=msi_22 -active=yes -op1=Jump-through -op2=Talk-to -recol1s=32384 -recol1d=11710 -recol2s=32480 -recol2d=7454 -recol3s=32192 -recol3d=3125 -recol4s=25888 -recol4d=1117 -recol5s=21664 -recol5d=15 -model=model_4793,5 -model=model_6013,5 -name=Wall of flame - -// 5981 -[loc_5981] -active=yes -forcedecor=yes -blockwalk=yes -anim=seq_1847 -bgsound=synth_2065,3 -hillskew=yes -model=model_38121 -name=Fire - -// 5982 -[loc_5982] -hillskew=yes -forcedecor=yes -active=no -model=model_38120,0 - -// 5983 -[loc_5983] -hillskew=yes -forcedecor=yes -active=no -model=model_38119,0 - -// 5984 -[loc_5984] -mirror=yes -hillskew=yes -forcedecor=yes -active=no -model=model_38119,0 - -// 5985 -[loc_5985] -anim=seq_1727 -length=2 -width=2 -bgsound=synth_3087,3 -recol1s=16846 -recol1d=2280 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 5986 -[loc_5986] -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -recol1s=16846 -recol1d=2280 -model=model_5514,8 -model=model_5515,2 -name=Small rock - -// 5987 -[loc_5987] -anim=seq_1727 -length=2 -width=2 -recol1s=16846 -recol1d=2280 -model=model_5515 -name=Rock - -// 5988 -[loc_5988] -anim=seq_1727 -length=3 -width=3 -resizex=130 -resizey=130 -resizez=130 -active=no -model=model_5512,8 -model=model_5513,0 - -// 5989 -[loc_5989] -hillskew=yes -active=yes -op1=Mine -op2=Prospect -op3=Hidden -model=model_5859,1 -name=Mineral vein - -// 5990 -[loc_5990] -hillskew=yes -active=yes -op1=Mine -op2=Prospect -op3=Hidden -sharelight=yes -model=model_5860,1 -name=Mineral vein - -// 5991 -[loc_5991] -hillskew=yes -mirror=yes -active=yes -op1=Mine -op2=Prospect -op3=Hidden -sharelight=yes -recol1s=8455 -recol1d=7398 -model=model_5860,1 -name=Mineral vein - -// 5992 -[loc_5992] -hillskew=yes -active=no -recol1s=8455 -recol1d=7398 -model=model_5855,1 -model=model_5856,2 -model=model_5857,5 - -// 5993 -[loc_5993] -hillskew=yes -ambient=0 -sharelight=yes -contrast=0 -active=no -model=model_5865 - -// 5994 -[loc_5994] -hillskew=yes -ambient=0 -contrast=0 -sharelight=yes -active=no -model=model_5866 - -// 5995 -[loc_5995] -hillskew=yes -ambient=0 -contrast=0 -sharelight=yes -active=no -model=model_5867 - -// 5996 -[loc_5996] -hillskew=yes -mirror=yes -ambient=0 -contrast=0 -sharelight=yes -active=no -model=model_5868 - -// 5997 -[loc_5997] -hillskew=yes -ambient=0 -contrast=0 -sharelight=yes -active=no -model=model_5868 - -// 5998 -[loc_5998] -hillskew=yes -sharelight=yes -active=yes -op1=Go-through -recol1s=8455 -recol1d=7398 -model=model_5854,1 -name=Entrance - -// 5999 -[loc_5999] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=7398 -model=model_5853,1 - -// 6000 -[loc_6000] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=7398 -model=model_5855,1 -model=model_5856,2 -model=model_5857,5 - -// 6001 -[loc_6001] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=7398 -model=model_5861,5 - -// 6002 -[loc_6002] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=7398 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 6003 -[loc_6003] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=7398 -retex1s=material_72 -retex1d=material_418 -model=model_5862 - -// 6004 -[loc_6004] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=7398 -model=model_787 - -// 6005 -[loc_6005] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=7398 -model=model_5858,1 - -// 6006 -[loc_6006] -hillskew=yes -sharelight=yes -active=no -mirror=yes -recol1s=8455 -recol1d=7398 -model=model_5858,1 - -// 6007 -[loc_6007] -sharelight=yes -hillskew=yes -active=no -model=model_5863 - -// 6008 -[loc_6008] -sharelight=yes -hillskew=yes -active=no -model=model_5864 - -// 6009 -[loc_6009] -anim=seq_476 -ambient=100 -contrast=100 -resizey=85 -resizex=56 -resizez=56 -active=yes -blockwalk=yes -bgsound=synth_2065,3 -blockrange=no -recol1s=32384 -recol1d=11710 -recol2s=32480 -recol2d=7454 -recol3s=32192 -recol3d=3125 -recol4s=25888 -recol4d=1117 -recol5s=21664 -recol5d=15 -model=model_6022 -name=Blue Fire - -// 6010 -[loc_6010] -hillskew=yes -sharelight=yes -active=no -model=model_5874,1 -model=model_5875,2 -model=model_5876,5 - -// 6011 -[loc_6011] -hillskew=yes -sharelight=yes -active=no -model=model_5877,1 - -// 6012 -[loc_6012] -sharelight=yes -active=no -model=model_5984,1 - -// 6013 -[loc_6013] -sharelight=yes -active=no -model=model_5985,1 - -// 6014 -[loc_6014] -sharelight=yes -active=no -model=model_5988,1 -model=model_5989,3 - -// 6015 -[loc_6015] -sharelight=yes -active=no -model=model_5990,1 - -// 6016 -[loc_6016] -sharelight=yes -active=no -model=model_5994,1 - -// 6017 -[loc_6017] -length=2 -sharelight=yes -active=no -model=model_5991 - -// 6018 -[loc_6018] -length=2 -sharelight=yes -active=no -mirror=yes -model=model_5991 - -// 6019 -[loc_6019] -length=2 -sharelight=yes -active=no -model=model_5992 - -// 6020 -[loc_6020] -length=2 -sharelight=yes -active=no -mirror=yes -model=model_5992 - -// 6021 -[loc_6021] -length=2 -sharelight=yes -active=no -model=model_5993 - -// 6022 -[loc_6022] -length=2 -sharelight=yes -active=no -mirror=yes -model=model_5993 - -// 6023 -[loc_6023] -sharelight=yes -active=no -model=model_5986 - -// 6024 -[loc_6024] -sharelight=yes -active=no -mirror=yes -model=model_5986 - -// 6025 -[loc_6025] -sharelight=yes -active=no -model=model_5987,1 - -// 6026 -[loc_6026] -sharelight=yes -active=no -model=model_5998,1 -model=model_5999,3 - -// 6027 -[loc_6027] -sharelight=yes -active=no -model=model_6000,1 - -// 6028 -[loc_6028] -length=2 -active=no -model=model_6005 - -// 6029 -[loc_6029] -width=2 -length=2 -active=no -model=model_6002 - -// 6030 -[loc_6030] -width=2 -length=2 -active=no -model=model_6003 - -// 6031 -[loc_6031] -width=2 -length=2 -active=no -model=model_6004 - -// 6032 -[loc_6032] -length=2 -bgsound=synth_3142,3 -model=model_6001 -name=Boiler - -// 6033 -[loc_6033] -length=2 -mirror=yes -model=model_6001 -name=Boiler - -// 6034 -[loc_6034] -active=no -model=model_6007,Q - -// 6035 -[loc_6035] -active=no -model=model_6006,Q - -// 6036 -[loc_6036] -recol1s=10401 -recol1d=11523 -model=model_14210 -name=Ship's ladder - -// 6037 -[loc_6037] -recol1s=10401 -recol1d=11523 -model=model_14211 -name=Ship's ladder - -// 6038 -[loc_6038] -resizex=99 -resizey=99 -resizez=99 -recol1s=16708 -recol1d=11523 -recol2s=14627 -recol2d=12650 -model=model_1890 -name=Ship's wheel - -// 6039 -[loc_6039] -active=no -model=model_5983,0 - -// 6040 -[loc_6040] -active=no -model=model_5982,0 - -// 6041 -[loc_6041] -active=no -length=6 -model=model_5995 - -// 6042 -[loc_6042] -active=no -model=model_5996 - -// 6043 -[loc_6043] -length=2 -bgsound=synth_3142,3 -model=model_5997 -name=Boiler - -// 6044 -[loc_6044] -mirror=yes -length=2 -model=model_5997 -name=Boiler - -// 6045 -[loc_6045] -op1=Search -model=model_1398 -name=Mine cart - -// 6046 -[loc_6046] -ambient=30 -contrast=30 -model=model_5975,Q - -// 6047 -[loc_6047] -ambient=30 -contrast=30 -model=model_5977,Q - -// 6048 -[loc_6048] -ambient=30 -contrast=30 -model=model_5980,Q - -// 6049 -[loc_6049] -ambient=30 -contrast=30 -model=model_5981,Q - -// 6050 -[loc_6050] -ambient=30 -contrast=30 -model=model_5965,Q - -// 6051 -[loc_6051] -ambient=30 -contrast=30 -model=model_5967,Q - -// 6052 -[loc_6052] -ambient=30 -contrast=30 -model=model_5971,Q - -// 6053 -[loc_6053] -ambient=30 -contrast=30 -model=model_5974,Q - -// 6054 -[loc_6054] -ambient=15 -contrast=15 -model=model_5976,Q - -// 6055 -[loc_6055] -ambient=15 -contrast=15 -model=model_5979,Q - -// 6056 -[loc_6056] -ambient=15 -contrast=15 -model=model_5966,Q - -// 6057 -[loc_6057] -ambient=15 -contrast=15 -model=model_5978,Q - -// 6058 -[loc_6058] -ambient=15 -contrast=15 -model=model_5970,Q - -// 6059 -[loc_6059] -ambient=15 -contrast=15 -model=model_5969,Q - -// 6060 -[loc_6060] -ambient=15 -contrast=15 -recol1s=10571 -recol1d=9445 -model=model_5976,Q - -// 6061 -[loc_6061] -ambient=15 -contrast=15 -recol1s=10571 -recol1d=9445 -model=model_5970,Q - -// 6062 -[loc_6062] -ambient=15 -contrast=15 -model=model_5968,Q - -// 6063 -[loc_6063] -ambient=15 -contrast=15 -recol1s=10405 -recol1d=12788 -recol2s=5284 -recol2d=25355 -model=model_5968,Q - -// 6064 -[loc_6064] -model=model_5935 -name=Hat stand - -// 6065 -[loc_6065] -length=2 -model=model_5951 -model2=model_5950 -name=Clothes - -// 6066 -[loc_6066] -model=model_5946 -name=Weapon Rack - -// 6067 -[loc_6067] -model=model_5946 -model2=model_5944 -name=Weapon Rack - -// 6068 -[loc_6068] -model=model_5946 -model2=model_5944 -model3=model_5945 -name=Weapon Rack - -// 6069 -[loc_6069] -model=model_5946 -model2=model_5921 -name=Weapon Rack - -// 6070 -[loc_6070] -model=model_5926 -name=Cabinet - -// 6071 -[loc_6071] -model=model_5926 -model2=model_5928 -name=Cabinet - -// 6072 -[loc_6072] -length=2 -model=model_5927 -model2=model_5928 -name=Cabinet - -// 6073 -[loc_6073] -length=2 -model=model_5927 -model2=model_5929 -name=Cabinet - -// 6074 -[loc_6074] -length=2 -model=model_5927 -model2=model_5929 -name=Cabinet - -// 6075 -[loc_6075] -length=2 -sharelight=yes -model=model_5951 -model2=model_5939 -name=Table - -// 6076 -[loc_6076] -length=3 -model=model_5938 -model2=model_5939 -name=Desk - -// 6077 -[loc_6077] -length=3 -model=model_5938 -model2=model_5940 -model3=model_5941 -name=Desk - -// 6078 -[loc_6078] -length=3 -recol1s=5445 -recol1d=18592 -recol2s=6468 -recol2d=15491 -recol3s=7462 -recol3d=12416 -recol4s=4388 -recol4d=13477 -model=model_5938 -model2=model_5939 -model3=model_5941 -name=Desk - -// 6079 -[loc_6079] -length=3 -recol1s=5445 -recol1d=18592 -recol2s=6468 -recol2d=15491 -recol3s=7462 -recol3d=12416 -recol4s=4388 -recol4d=13477 -model=model_5938 -model2=model_5939 -model3=model_5940 -model4=model_5941 -name=Desk - -// 6080 -[loc_6080] -length=2 -forceapproach=west -model=model_5963 -name=Spinning Machine - -// 6081 -[loc_6081] -width=2 -resizex=128 -resizey=100 -resizez=128 -blockrange=no -recol1s=8352 -recol1d=9445 -recol2s=15789 -recol2d=28288 -recol3s=9563 -recol3d=31424 -model=model_1262 -name=Bank table - -// 6082 -[loc_6082] -width=2 -resizex=128 -resizey=100 -resizez=128 -blockrange=no -recol1s=8352 -recol1d=9445 -recol2s=13602 -recol2d=16740 -model=model_1229 -name=Bank table - -// 6083 -[loc_6083] -resizex=128 -resizey=100 -resizez=128 -blockrange=no -recol1s=8352 -recol1d=9445 -recol2s=13602 -recol2d=16740 -recol3s=5285 -recol3d=10571 -model=model_1146 -name=Closed bank booth - -// 6084 -[loc_6084] -op1=Use -op2=Use-quickly -op3=Collect -resizex=128 -resizey=100 -resizez=128 -blockrange=no -recol1s=8352 -recol1d=9445 -recol2s=13602 -recol2d=16740 -recol3s=5285 -recol3d=10571 -model=model_1270 -name=Bank booth - -// 6085 -[loc_6085] -active=yes -length=2 -msi=msi_7 -sharelight=yes -forceapproach=south -op1=Climb-up -model=model_5882 -name=Stairs - -// 6086 -[loc_6086] -sharelight=yes -active=yes -msi=msi_7 -forceapproach=north -op1=Climb-down -model=model_5883 -name=Stairs - -// 6087 -[loc_6087] -active=yes -length=2 -width=2 -msi=msi_7 -sharelight=yes -forceapproach=south -op1=Climb-up -model=model_5910 -name=Stairs - -// 6088 -[loc_6088] -sharelight=yes -active=yes -width=2 -msi=msi_7 -forceapproach=north -op1=Climb-down -model=model_5911 -name=Stairs - -// 6089 -[loc_6089] -active=yes -length=2 -width=3 -sharelight=yes -msi=msi_7 -forceapproach=south -op1=Climb-up -model=model_5910 -name=Stairs - -// 6090 -[loc_6090] -sharelight=yes -active=yes -width=3 -msi=msi_7 -forceapproach=north -op1=Climb-down -model=model_5911 -name=Stairs - -// 6091 -[loc_6091] -active=yes -op1=Search -recol1s=6336 -recol1d=9445 -recol2s=8449 -recol2d=9445 -recol3s=6337 -recol3d=9445 -model=model_7107 -name=Bookcase - -// 6092 -[loc_6092] -active=yes -blockwalk=yes -forceapproach=south -op1=Climb -recol1s=6336 -recol1d=9445 -recol2s=8449 -recol2d=9445 -recol3s=6337 -recol3d=9445 -model=model_7107 -model2=model_14193 -name=Bookcase - -// 6093 -[loc_6093] -active=yes -anim=seq_1869 -bgsound=synth_2198,3 -model=model_5947 -model2=model_5948 -name=Fireplace - -// 6094 -[loc_6094] -active=yes -anim=seq_1869 -bgsound=synth_2198,3 -model=model_5947 -model2=model_5949 -name=Fireplace - -// 6095 -[loc_6095] -active=yes -anim=seq_1869 -bgsound=synth_2198,3 -model=model_5947 -name=Fireplace - -// 6096 -[loc_6096] -resizex=200 -resizey=128 -resizez=200 -width=2 -length=2 -active=yes -anim=seq_1869 -bgsound=synth_2200,3 -model=model_5947 -name=Fireplace - -// 6097 -[loc_6097] -resizex=128 -resizey=100 -resizez=128 -width=2 -length=2 -hillskew=yes -active=yes -recol1s=11488 -recol1d=9445 -recol2s=8352 -recol2d=7331 -recol3s=10524 -recol3d=5284 -recol4s=10569 -recol4d=7398 -recol5s=9512 -recol5d=6341 -recol6s=8455 -recol6d=5284 -model=model_1410 -name=Well - -// 6098 -[loc_6098] -hillskew=yes -sharelight=yes -active=no -model=model_5884,1 -model=model_5885,2 -model=model_5886,5 - -// 6099 -[loc_6099] -sharelight=yes -active=no -model=model_5887,1 - -// 6100 -[loc_6100] -active=yes -op1=Open -recol1s=9445 -recol1d=8457 -recol2s=17764 -recol2d=7400 -model=model_5913,1 -name=Door - -// 6101 -[loc_6101] -active=yes -op1=Close -recol1s=9445 -recol1d=8457 -recol2s=17764 -recol2d=7400 -model=model_5913,1 -name=Door - -// 6102 -[loc_6102] -active=yes -op1=Open -recol1s=8457 -recol1d=9445 -model=model_5913,1 -name=Door - -// 6103 -[loc_6103] -active=yes -op1=Close -recol1s=8457 -recol1d=9445 -model=model_5913,1 -name=Door - -// 6104 -[loc_6104] -active=yes -op1=Open -model=model_5913,1 -name=Door - -// 6105 -[loc_6105] -active=yes -op1=Close -model=model_5913,1 -name=Door - -// 6106 -[loc_6106] -active=yes -op1=Open -model=model_5912,1 -name=Door - -// 6107 -[loc_6107] -active=yes -op1=Close -model=model_5912,1 -name=Door - -// 6108 -[loc_6108] -active=yes -op1=Open -ambient=25 -contrast=25 -recol1s=8457 -recol1d=9445 -model=model_5912,1 -name=Door - -// 6109 -[loc_6109] -active=yes -op1=Close -ambient=25 -contrast=25 -recol1s=8457 -recol1d=9445 -model=model_5912,1 -name=Door - -// 6110 -[loc_6110] -active=yes -op1=Open -model=model_5914,1 -name=Door - -// 6111 -[loc_6111] -active=yes -op1=Close -model=model_5914,1 -name=Door - -// 6112 -[loc_6112] -mirror=yes -active=yes -op1=Open -model=model_5914,1 -name=Door - -// 6113 -[loc_6113] -active=yes -op1=Close -model=model_5914,1 -name=Door - -// 6114 -[loc_6114] -active=yes -op1=Open -recol1s=9445 -recol1d=8457 -recol2s=17764 -recol2d=7400 -model=model_5914,1 -name=Door - -// 6115 -[loc_6115] -active=yes -op1=Close -recol1s=9445 -recol1d=8457 -recol2s=17764 -recol2d=7400 -model=model_5914,1 -name=Door - -// 6116 -[loc_6116] -sharelight=yes -active=no -recol1s=10571 -recol1d=9445 -model=model_5880,A -model=model_5881,H - -// 6117 -[loc_6117] -sharelight=yes -active=no -model=model_5880,A -model=model_5881,H - -// 6118 -[loc_6118] -sharelight=yes -shadow=no -active=no -recol1s=10571 -recol1d=9445 -model=model_5873,H - -// 6119 -[loc_6119] -sharelight=yes -shadow=no -active=no -model=model_5873,H - -// 6120 -[loc_6120] -sharelight=yes -shadow=no -active=no -recol1s=10571 -recol1d=9445 -model=model_5898,A -model=model_5902,G -model=model_5903,H -model=model_5908,Z -model=model_5907,X - -// 6121 -[loc_6121] -sharelight=yes -shadow=no -active=no -recol1s=10571 -recol1d=9445 -model=model_5904,H - -// 6122 -[loc_6122] -sharelight=yes -shadow=no -active=no -recol1s=10571 -recol1d=9445 -model=model_5899,Z - -// 6123 -[loc_6123] -sharelight=yes -shadow=no -active=no -recol1s=10571 -recol1d=9445 -model=model_5900,G -model=model_5901,Z - -// 6124 -[loc_6124] -sharelight=yes -mirror=yes -shadow=no -active=no -recol1s=10571 -recol1d=9445 -model=model_5900,G -model=model_5901,Z - -// 6125 -[loc_6125] -sharelight=yes -shadow=no -active=no -recol1s=10571 -recol1d=9445 -model=model_5905,A -model=model_5906,G - -// 6126 -[loc_6126] -sharelight=yes -shadow=no -active=no -model=model_5898,A -model=model_5902,G -model=model_5903,H -model=model_5908,Z -model=model_5907,X - -// 6127 -[loc_6127] -sharelight=yes -shadow=no -active=no -model=model_5904,H - -// 6128 -[loc_6128] -sharelight=yes -shadow=no -active=no -model=model_5899,Z - -// 6129 -[loc_6129] -sharelight=yes -shadow=no -active=no -model=model_5900,G -model=model_5901,Z - -// 6130 -[loc_6130] -sharelight=yes -mirror=yes -shadow=no -active=no -model=model_5900,G -model=model_5901,Z - -// 6131 -[loc_6131] -sharelight=yes -shadow=no -active=no -model=model_5905,A -model=model_5906,G - -// 6132 -[loc_6132] -sharelight=yes -active=no -model=model_5889,1 -model=model_5890,2 -model=model_5891,5 - -// 6133 -[loc_6133] -sharelight=yes -active=no -model=model_14190,1 - -// 6134 -[loc_6134] -sharelight=yes -active=no -model=model_5892,1 -model=model_5893,2 -model=model_5894,5 - -// 6135 -[loc_6135] -sharelight=yes -active=no -model=model_5897,1 - -// 6136 -[loc_6136] -sharelight=yes -active=no -recol1s=5284 -recol1d=7398 -recol2s=6341 -recol2d=7398 -model=model_5889,1 -model=model_5890,2 -model=model_5891,5 - -// 6137 -[loc_6137] -sharelight=yes -active=no -recol1s=5284 -recol1d=7398 -recol2s=6341 -recol2d=7398 -model=model_14190,1 - -// 6138 -[loc_6138] -sharelight=yes -hillskew=yes -active=no -model=model_5957,1 -model=model_5958,2 -model=model_5959,3 -model=model_5960,5 - -// 6139 -[loc_6139] -sharelight=yes -hillskew=yes -active=no -model=model_5962,1 - -// 6140 -[loc_6140] -mirror=yes -sharelight=yes -hillskew=yes -active=no -model=model_5962,1 - -// 6141 -[loc_6141] -sharelight=yes -hillskew=yes -active=no -model=model_5961,1 - -// 6142 -[loc_6142] -mirror=yes -sharelight=yes -hillskew=yes -active=no -model=model_5961,1 - -// 6143 -[loc_6143] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_5895,1 -model=model_5896,4 - -// 6144 -[loc_6144] -sharelight=yes -mirror=yes -hillskew=yes -active=no -blockrange=no -model=model_5895,1 -model=model_5896,4 - -// 6145 -[loc_6145] -sharelight=yes -active=no -recol1s=26421 -recol1d=7398 -model=model_893,1 -model=model_894,2 -model=model_876,3 -model=model_877,4 -model=model_878,5 - -// 6146 -[loc_6146] -resizex=100 -resizey=100 -resizez=100 -model=model_6023 -name=Bird cage stand - -// 6147 -[loc_6147] -width=2 -length=2 -recol1s=13537 -recol1d=7398 -model=model_727 -name=Column - -// 6148 -[loc_6148] -width=2 -length=2 -recol1s=13537 -recol1d=7398 -model=model_728 -name=Column - -// 6149 -[loc_6149] -width=2 -length=2 -recol1s=13537 -recol1d=7398 -model=model_729 -name=Column - -// 6150 -[loc_6150] -model=model_5918 -name=Anvil - -// 6151 -[loc_6151] -length=2 -model=model_5936 -name=Sink - -// 6152 -[loc_6152] -length=2 -model=model_5922 -name=Bar - -// 6153 -[loc_6153] -length=2 -recol1s=11561 -recol1d=30438 -model=model_5922 -name=Bar - -// 6154 -[loc_6154] -resizex=128 -resizey=100 -resizez=128 -recol1s=6272 -recol1d=9445 -model=model_2132 -name=Shelves - -// 6155 -[loc_6155] -resizex=128 -resizey=100 -resizez=128 -recol1s=6272 -recol1d=9445 -model=model_2133 -name=Shelves - -// 6156 -[loc_6156] -resizex=128 -resizey=100 -resizez=128 -recol1s=6272 -recol1d=9445 -model=model_2134 -name=Shelves - -// 6157 -[loc_6157] -resizex=128 -resizey=100 -resizez=128 -recol1s=6272 -recol1d=9445 -model=model_2135 -name=Shelves - -// 6158 -[loc_6158] -blockwalk=no -resizex=100 -resizey=100 -resizez=100 -recol1s=3296 -recol1d=11360 -recol2s=4352 -recol2d=9280 -recol3s=6464 -recol3d=7200 -model=model_5916 -name=Red fungi - -// 6159 -[loc_6159] -blockwalk=no -resizex=100 -resizey=100 -resizez=100 -recol1s=3296 -recol1d=11360 -recol2s=4352 -recol2d=9280 -recol3s=6464 -recol3d=7200 -recol4s=5408 -recol4d=9280 -model=model_5917 -model2=model_5916 -name=Red fungi - -// 6160 -[loc_6160] -blockwalk=no -resizex=100 -resizey=100 -resizez=100 -recol1s=3296 -recol1d=11360 -recol2s=4352 -recol2d=9280 -recol3s=6464 -recol3d=7200 -recol4s=5408 -recol4d=9280 -model=model_5915 -model2=model_5916 -model3=model_5917 -name=Red fungi - -// 6161 -[loc_6161] -blockwalk=no -resizex=100 -resizey=100 -resizez=100 -recol1s=3296 -recol1d=11360 -recol2s=4352 -recol2d=9280 -recol3s=6464 -recol3d=7200 -recol4s=5408 -recol4d=9280 -model=model_5917 -name=Red fungi - -// 6162 -[loc_6162] -width=2 -length=2 -resizex=88 -resizey=88 -resizez=88 -op2=Steal-from -recol1s=4228 -recol1d=6340 -recol2s=12581 -recol2d=9478 -recol3s=7399 -recol3d=7398 -recol4s=10504 -recol4d=9512 -recol5s=15789 -recol5d=15852 -model=model_5879 -model2=model_1524 -name=Gem Stall - -// 6163 -[loc_6163] -width=2 -length=2 -resizex=88 -resizey=88 -resizez=88 -op2=Steal-from -recol1s=21984 -recol1d=18885 -recol2s=24098 -recol2d=22023 -recol3s=28326 -recol3d=24137 -recol4s=16846 -recol4d=15853 -recol5s=32655 -recol5d=25422 -recol6s=32655 -recol6d=13605 -model=model_5879 -model2=model_1445 -name=Bakery stall - -// 6164 -[loc_6164] -width=2 -length=2 -resizex=88 -resizey=88 -resizez=88 -op2=Steal-from -recol1s=7399 -recol1d=7398 -recol2s=10504 -recol2d=9512 -recol3s=15789 -recol3d=15852 -model=model_5879 -model2=model_1493 -name=Silver stall - -// 6165 -[loc_6165] -width=2 -length=2 -resizex=88 -resizey=88 -resizez=88 -op2=Steal-from -model=model_5879 -model2=model_1485 -name=Clothes stall - -// 6166 -[loc_6166] -width=2 -length=2 -resizex=88 -resizey=88 -resizez=88 -op2=Steal-from -model=model_5879 -model2=model_6025 -name=Crafting stall - -// 6167 -[loc_6167] -sharelight=yes -active=no -recol1s=7329 -recol1d=5284 -model=model_1035,0 - -// 6168 -[loc_6168] -sharelight=yes -active=no -recol1s=7329 -recol1d=5284 -model=model_1050,0 - -// 6169 -[loc_6169] -sharelight=yes -active=no -recol1s=7329 -recol1d=5284 -model=model_1074,0 - -// 6170 -[loc_6170] -sharelight=yes -active=no -recol1s=7329 -recol1d=5284 -model=model_3882,0 - -// 6171 -[loc_6171] -sharelight=yes -active=no -recol1s=7329 -recol1d=5284 -model=model_4052,0 - -// 6172 -[loc_6172] -sharelight=yes -active=no -recol1s=7329 -recol1d=5284 -model=model_6024,0 - -// 6173 -[loc_6173] -length=4 -width=4 -active=yes -model=model_5848 -name=Giant Dwarf - -// 6174 -[loc_6174] -length=4 -width=4 -active=yes -model=model_5849 -name=Giant Dwarf - -// 6175 -[loc_6175] -length=4 -width=4 -active=yes -model=model_5847 -name=Giant Dwarf - -// 6176 -[loc_6176] -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5283 -name=Boxes - -// 6177 -[loc_6177] -resizex=100 -resizey=100 -resizez=100 -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5256 -name=Crate - -// 6178 -[loc_6178] -resizex=100 -resizey=100 -resizez=100 -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5257 -name=Crates - -// 6179 -[loc_6179] -resizex=100 -resizey=100 -resizez=100 -recol1s=16846 -recol1d=10571 -model=model_4645 -name=Cooking Pots - -// 6180 -[loc_6180] -resizex=100 -resizey=100 -resizez=100 -recol1s=16846 -recol1d=10571 -model=model_4646 -name=Cooking Pots - -// 6181 -[loc_6181] -resizey=110 -active=yes -recol1s=32562 -recol1d=24142 -recol2s=32767 -recol2d=22192 -recol3s=32761 -recol3d=22191 -recol4s=11561 -recol4d=10571 -model=model_5972,Q -name=Hanging meat - -// 6182 -[loc_6182] -resizey=110 -active=yes -recol1s=32562 -recol1d=24142 -recol2s=32767 -recol2d=22192 -recol3s=32761 -recol3d=22191 -recol4s=11561 -recol4d=10571 -model=model_5973,Q -name=Hanging meat - -// 6183 -[loc_6183] -length=2 -model=model_14191 -name=Bed - -// 6184 -[loc_6184] -length=2 -hillskew=yes -model=model_5937 -name=Bed - -// 6185 -[loc_6185] -active=yes -model=model_5919 -name=Armour - -// 6186 -[loc_6186] -active=yes -model=model_5920 -name=Armour - -// 6187 -[loc_6187] -resizey=120 -active=yes -recol1s=10571 -recol1d=7399 -recol2s=7201 -recol2d=7399 -model=model_5920 -name=Armour - -// 6188 -[loc_6188] -resizey=118 -active=yes -model=model_5964,Q -name=Blacksmith's tools - -// 6189 -[loc_6189] -width=2 -length=2 -resizez=80 -resizey=80 -resizex=80 -width=2 -length=2 -sharelight=yes -forceapproach=east -op2=Smelt -bgsound=synth_2208,5 -model=model_1192 -name=Furnace - -// 6190 -[loc_6190] -sharelight=yes -forcedecor=yes -length=4 -ambient=15 -contrast=15 -model=model_32218 -model2=model_32219 -name=Catapult - -// 6191 -[loc_6191] -model=model_5918 -model2=model_5931 -name=Warhammer - -// 6192 -[loc_6192] -model=model_5918 -model2=model_5930 -name=Pickaxe - -// 6193 -[loc_6193] -resizey=80 -resizex=100 -resizez=100 -recol1s=8384 -recol1d=9445 -model=model_1294 -name=Dwarf mirror - -// 6194 -[loc_6194] -model=model_5933 -name=Chair - -// 6195 -[loc_6195] -model=model_5934 -name=Chair - -// 6196 -[loc_6196] -raiseobject=yes -model=model_37349 -name=Table - -// 6197 -[loc_6197] -anim=seq_1868 -model=model_5952 -model2=model_5956 -name=Table - -// 6198 -[loc_6198] -length=2 -raiseobject=yes -model=model_5951 -name=Table - -// 6199 -[loc_6199] -anim=seq_1868 -length=2 -model=model_5951 -model2=model_5956 -name=Table - -// 6200 -[loc_6200] -length=2 -width=2 -raiseobject=yes -model=model_5953 -name=Table - -// 6201 -[loc_6201] -anim=seq_1868 -length=2 -width=2 -model=model_5953 -model2=model_5956 -name=Table - -// 6202 -[loc_6202] -anim=seq_1868 -model=model_5954 -name=Lamp - -// 6203 -[loc_6203] -anim=seq_1868 -offsety=-50 -model=model_5955 -model2=model_5956 -name=Lamp - -// 6204 -[loc_6204] -length=2 -active=yes -model=model_5932 -name=Poor Bed - -// 6205 -[loc_6205] -length=2 -active=yes -recol1s=10571 -recol1d=32418 -recol2s=9445 -recol2d=7398 -recol3s=13538 -recol3d=8518 -model=model_5932 -name=Bed - -// 6206 -[loc_6206] -width=2 -length=2 -blockwalk=no -model=model_5878 -name=Dwarven Consortium Table - -// 6207 -[loc_6207] -width=2 -length=2 -model=model_5942 -model2=model_5943 -name=Throne - -// 6208 -[loc_6208] -width=2 -length=2 -model=model_5942 -name=Throne - -// 6209 -[loc_6209] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 6210 -[loc_6210] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=12448 -recol1d=5216 -recol2s=14732 -recol2d=6341 -recol3s=11561 -recol3d=6341 -model=model_1394,0 - -// 6211 -[loc_6211] -length=2 -model=model_5951 -model2=model_6027 -name=Table - -// 6212 -[loc_6212] -width=2 -length=2 -resizex=100 -resizey=100 -resizez=100 -msi=msi_6 -hillskew=yes -model=model_1629 -name=Tree stump - -// 6213 -[loc_6213] -model=model_6034 -name=Barrel - -// 6214 -[loc_6214] -mirror=yes -sharelight=yes -active=no -ambient=20 -contrast=25 -model=model_6119,1 -model=model_6120,5 - -// 6215 -[loc_6215] -sharelight=yes -active=no -ambient=20 -contrast=25 -model=model_6119,1 -model=model_6120,5 - -// 6216 -[loc_6216] -mirror=yes -sharelight=yes -blockwalk=no -active=no -ambient=20 -contrast=25 -model=model_6115,8 -model=model_6116,1 -model=model_8971,4 - -// 6217 -[loc_6217] -sharelight=yes -blockwalk=no -active=no -ambient=20 -contrast=25 -model=model_6115,8 -model=model_6116,1 -model=model_8971,4 - -// 6218 -[loc_6218] -sharelight=yes -blockwalk=no -mirror=yes -active=no -ambient=20 -contrast=25 -retex1s=material_92 -retex1d=material_147 -model=model_6117,8 -model=model_6118,1 - -// 6219 -[loc_6219] -sharelight=yes -blockwalk=no -active=no -ambient=20 -contrast=25 -retex1s=material_92 -retex1d=material_147 -model=model_6117,8 -model=model_6118,1 - -// 6220 -[loc_6220] -sharelight=yes -active=no -ambient=20 -contrast=25 -blockrange=no -model=model_6105,1 - -// 6221 -[loc_6221] -mirror=yes -sharelight=yes -active=no -ambient=20 -contrast=25 -blockrange=no -model=model_6105,1 - -// 6222 -[loc_6222] -sharelight=yes -active=no -ambient=20 -contrast=25 -blockrange=no -model=model_6108,1 - -// 6223 -[loc_6223] -mirror=yes -sharelight=yes -active=no -ambient=20 -contrast=25 -blockrange=no -model=model_6108,1 - -// 6224 -[loc_6224] -sharelight=yes -active=no -ambient=20 -contrast=25 -blockrange=no -model=model_6109,1 - -// 6225 -[loc_6225] -mirror=yes -sharelight=yes -active=no -ambient=20 -contrast=25 -blockrange=no -model=model_6109,1 - -// 6226 -[loc_6226] -sharelight=yes -active=no -ambient=20 -contrast=25 -blockrange=no -model=model_6110,1 -model=model_6111,2 -model=model_6112,3 -model=model_6113,4 -model=model_6114,5 - -// 6227 -[loc_6227] -mirror=yes -sharelight=yes -active=no -ambient=20 -contrast=25 -blockrange=no -model=model_6110,1 -model=model_6111,2 -model=model_6112,3 -model=model_6113,4 -model=model_6114,5 - -// 6228 -[loc_6228] -sharelight=yes -active=no -ambient=20 -contrast=25 -blockrange=no -model=model_6106,1 -model=model_6107,3 - -// 6229 -[loc_6229] -mirror=yes -sharelight=yes -active=no -ambient=20 -contrast=25 -blockrange=no -model=model_6106,1 -model=model_6107,3 - -// 6230 -[loc_6230] -model=model_6072 -name=Money Pot - -// 6231 -[loc_6231] -width=2 -model=model_4648 -name=Table - -// 6232 -[loc_6232] -width=2 -length=2 -msi=msi_8 -bgsound=synth_2151,3 -blockrange=no -recol1s=10535 -recol1d=22193 -recol2s=16846 -recol2d=25364 -recol3s=13706 -recol3d=23250 -recol4s=11592 -recol4d=23250 -recol5s=12649 -recol5d=24307 -recol6s=14763 -recol6d=26421 -retex1s=material_225 -retex1d=material_111 -model=model_1497 -name=Fountain - -// 6233 -[loc_6233] -active=no -model=model_6060,0 - -// 6234 -[loc_6234] -active=no -model=model_6063,0 - -// 6235 -[loc_6235] -active=no -model=model_6062,0 - -// 6236 -[loc_6236] -width=2 -ambient=40 -model=model_6078 -name=Stop! - -// 6237 -[loc_6237] -model=model_6077 -name=Plant - -// 6238 -[loc_6238] -mirror=yes -active=yes -op1=Open -ambient=20 -contrast=25 -sharelight=yes -retex1s=material_92 -retex1d=material_149 -retex2s=material_376 -retex2d=material_147 -model=model_6068,1 -name=Door - -// 6239 -[loc_6239] -mirror=yes -active=yes -ambient=20 -contrast=25 -sharelight=yes -retex1s=material_92 -retex1d=material_149 -retex2s=material_376 -retex2d=material_147 -model=model_6069,1 -name=Door - -// 6240 -[loc_6240] -active=yes -op1=Open -ambient=20 -contrast=25 -sharelight=yes -retex1s=material_92 -retex1d=material_149 -retex2s=material_376 -retex2d=material_147 -model=model_6068,1 -name=Door - -// 6241 -[loc_6241] -active=yes -ambient=20 -contrast=25 -sharelight=yes -retex1s=material_92 -retex1d=material_149 -retex2s=material_376 -retex2d=material_147 -model=model_6069,1 -name=Door - -// 6242 -[loc_6242] -length=3 -msi=msi_7 -op1=Climb-up -forceapproach=north -model=model_6073 -name=Staircase - -// 6243 -[loc_6243] -length=3 -msi=msi_7 -op1=Climb-down -forceapproach=east -model=model_6074 -name=Staircase - -// 6244 -[loc_6244] -length=2 -msi=msi_7 -op1=Climb-up -forceapproach=north -model=model_6070 -name=Staircase - -// 6245 -[loc_6245] -length=2 -msi=msi_7 -op1=Climb-down -forceapproach=west -model=model_6071 -name=Staircase - -// 6246 -[loc_6246] -anim=seq_1875 -op1=Take-beer -model=model_6046 -name=Table - -// 6247 -[loc_6247] -ambient=10 -model=model_6067,Q - -// 6248 -[loc_6248] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=10466 -recol2s=11523 -recol2d=8321 -recol3s=8353 -recol3d=6209 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 6249 -[loc_6249] -hillskew=yes -active=no -sharelight=yes -shadow=no -ambient=25 -contrast=25 -forcedecor=yes -model=model_31091 - -// 6250 -[loc_6250] -width=2 -length=3 -blockrange=no -recol1s=26389 -recol1d=26386 -recol2s=32569 -recol2d=27379 -recol3s=8321 -recol3d=11296 -model=model_1239 -name=Bed - -// 6251 -[loc_6251] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=10240 -recol2s=29408 -recol2d=6273 -model=model_1110,0 - -// 6252 -[loc_6252] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=10240 -recol2s=29408 -recol2d=6273 -model=model_1134,0 - -// 6253 -[loc_6253] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=10240 -recol2s=29408 -recol2d=6273 -model=model_1067,0 - -// 6254 -[loc_6254] -width=2 -ambient=60 -contrast=60 -active=no -anim=seq_917 -resizex=110 -resizey=110 -resizez=110 -offsetx=30 -offsety=0 -offsetz=0 -blockrange=no -recol1s=26353 -recol1d=28533 -recol2s=25260 -recol2d=28533 -recol3s=9409 -recol3d=6241 -model=model_3321 - -// 6255 -[loc_6255] -width=2 -model=model_14206 -name=Trough - -// 6256 -[loc_6256] -width=2 -model=model_14206 -model2=model_5506 -name=Trough - -// 6257 -[loc_6257] -anim=seq_1881 -blockwalk=no -op1=Pick-up -recol1s=16846 -recol1d=9411 -model=model_6048 -name=Dung - -// 6258 -[loc_6258] -blockwalk=no -op1=Pick-up -recol1s=16846 -recol1d=11523 -model=model_14202 -name=Dung - -// 6259 -[loc_6259] -anim=seq_1881 -blockwalk=no -op1=Pick-up -recol1s=16846 -recol1d=9571 -model=model_6048 -name=Dung - -// 6260 -[loc_6260] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=south -model=model_3336 -name=Ladder - -// 6261 -[loc_6261] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -model=model_1208 -name=Ladder - -// 6262 -[loc_6262] -active=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -model=model_1208 -name=Ladder - -// 6263 -[loc_6263] -width=2 -model=model_6079 -name=Hutch - -// 6264 -[loc_6264] -model=model_6023 -name=Bird cage stand - -// 6265 -[loc_6265] -width=2 -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_1213 -model2=model_6066 -name=Cage - -// 6266 -[loc_6266] -model=model_6065 -name=Cage - -// 6267 -[loc_6267] -recol1s=12682 -recol1d=30404 -recol2s=12618 -recol2d=28290 -model=model_6023 -name=Golden cage - -// 6268 -[loc_6268] -width=2 -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_1213 -model2=model_6076 -name=Hutch - -// 6269 -[loc_6269] -width=2 -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_1213 -model2=model_6075 -name=Cages - -// 6270 -[loc_6270] -sharelight=yes -blockwalk=no -recol1s=5348 -recol1d=7183 -model=model_1983,1 -model=model_1985,5 - -// 6271 -[loc_6271] -sharelight=yes -occlude=yes -recol1s=9216 -recol1d=28386 -recol2s=28407 -recol2d=7183 -model=model_1984,1 -model=model_1986,5 - -// 6272 -[loc_6272] -sharelight=yes -recol1s=9216 -recol1d=28386 -recol2s=28407 -recol2d=7183 -model=model_1978,A -model=model_1982,S -model=model_1979,D -model=model_1980,F -model=model_1981,G - -// 6273 -[loc_6273] -sharelight=yes -recol1s=9216 -recol1d=28386 -recol2s=28407 -recol2d=7183 -model=model_1956,H - -// 6274 -[loc_6274] -width=2 -length=3 -op1=Search -model=model_1288 -name=Bed - -// 6275 -[loc_6275] -width=2 -op1=Search -blockrange=no -model=model_1291 -name=Study desk - -// 6276 -[loc_6276] -ambient=20 -active=yes -op1=Search -model=model_36415,Q -name=Landscape - -// 6277 -[loc_6277] -width=2 -length=2 -msi=msi_4 -op1=Hide-behind -model=model_1598 -name=Cactus - -// 6278 -[loc_6278] -op1=Open -blockwalk=no -model=model_1205,0 -name=Trapdoor - -// 6279 -[loc_6279] -wallwidth=32 -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_678,1 -model=model_679,2 -model=model_636,3 -model=model_637,4 -model=model_638,5 - -// 6280 -[loc_6280] -active=yes -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=6444 -recolhsl2s=5788 -recolhsl2d=6440 -recolhsl3s=5673 -recolhsl3d=6436 -model=model_5187 -name=Ladder - -// 6281 -[loc_6281] -active=yes -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5396 -model=model_5187 -name=Ladder - -// 6282 -[loc_6282] -width=3 -anim=seq_1908 -op1=Enter -bgsound=synth_3139,3 -recol1s=13675 -recol1d=5285 -recol2s=11561 -recol2d=4228 -model=model_6194 -model2=model_6195 -name=Portal - -// 6283 -[loc_6283] -width=3 -length=3 -recol1s=13675 -recol1d=5285 -recol2s=11561 -recol2d=4228 -model=model_6187,8 -model=model_35657,2 -model=model_35658,3 -model=model_35656,4 -name=Pillar - -// 6284 -[loc_6284] -width=3 -length=3 -recol1s=13675 -recol1d=5285 -recol2s=11561 -recol2d=4228 -model=model_35657 -name=Pillar - -// 6285 -[loc_6285] -width=3 -length=3 -recol1s=13675 -recol1d=5285 -recol2s=11561 -recol2d=4228 -model=model_35658 -name=Pillar - -// 6286 -[loc_6286] -width=3 -length=3 -recol1s=13675 -recol1d=5285 -recol2s=11561 -recol2d=4228 -model=model_35656 -name=Pillar - -// 6287 -[loc_6287] -hillskew=yes -sharelight=yes -active=no -recol1s=13675 -recol1d=5285 -recol2s=11561 -recol2d=3171 -recol3s=12618 -recol3d=4228 -retex1s=material_69 -retex1d=material_418 -model=model_6190,1 -model=model_6191,2 -model=model_6192,5 - -// 6288 -[loc_6288] -ambient=20 -contrast=20 -active=no -model=model_6193,Q - -// 6289 -[loc_6289] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=5285 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 6290 -[loc_6290] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=5285 -retex1s=material_72 -retex1d=material_418 -model=model_5862 - -// 6291 -[loc_6291] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=5285 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 6292 -[loc_6292] -length=2 -op1=Search -ambient=20 -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -model=model_17301 -name=Bookcase - -// 6293 -[loc_6293] -length=2 -active=yes -multivar=varplayerbit_355 -multiloc=0,loc_6294 -multiloc=1,loc_6295 - -// 6294 -[loc_6294] -length=2 -op1=Open -recol1s=12610 -recol1d=32288 -recol2s=18960 -recol2d=27483 -model=model_6196 -name=Display case - -// 6295 -[loc_6295] -length=2 -recol1s=12610 -recol1d=32288 -recol2s=18960 -recol2d=27483 -model=model_6197 -name=Display case - -// 6296 -[loc_6296] -width=2 -length=2 -active=yes -model=model_6186 -name=Skeleton - -// 6297 -[loc_6297] -blockrange=no -recol1s=28436 -recol1d=20077 -model=model_1078 -name=Skeleton - -// 6298 -[loc_6298] -blockrange=no -recol1s=28436 -recol1d=20077 -model=model_1079 -name=Skeleton - -// 6299 -[loc_6299] -width=2 -blockrange=no -recol1s=28436 -recol1d=20077 -model=model_1080 -name=Skeleton - -// 6300 -[loc_6300] -width=3 -length=3 -active=yes -multivar=varplayerbit_354 -multiloc=0,loc_6301 -multiloc=1,loc_6302 - -// 6301 -[loc_6301] -width=3 -length=3 -recol1s=15789 -recol1d=2114 -recol2s=13675 -recol2d=1090 -recol3s=11561 -recol3d=1057 -recol4s=10306 -recol4d=2 -model=model_6189 -name=Throne - -// 6302 -[loc_6302] -width=3 -length=3 -recol1s=15789 -recol1d=2114 -recol2s=13675 -recol2d=1090 -recol3s=11561 -recol3d=1057 -recol4s=10306 -recol4d=2 -model=model_6188 -name=Throne - -// 6303 -[loc_6303] -active=yes -multivar=varplayerbit_349 -multiloc=0,loc_6307 -multiloc=1,loc_6308 - -// 6304 -[loc_6304] -active=yes -multivar=varplayerbit_350 -multiloc=0,loc_6307 -multiloc=1,loc_6308 - -// 6305 -[loc_6305] -active=yes -multivar=varplayerbit_351 -multiloc=0,loc_6307 -multiloc=1,loc_6308 - -// 6306 -[loc_6306] -active=yes -multivar=varplayerbit_352 -multiloc=0,loc_6309 -multiloc=1,loc_6308 -multiloc=2,loc_6307 -multiloc=3,loc_6309 - -// 6307 -[loc_6307] -op1=Turn -active=yes -ambient=30 -contrast=30 -model=model_6158,Q -name=Statuette in alcove - -// 6308 -[loc_6308] -op1=Turn -active=yes -ambient=30 -contrast=30 -model=model_6157,Q -name=Statuette in alcove - -// 6309 -[loc_6309] -active=yes -ambient=30 -contrast=30 -model=model_6159,Q -name=Alcove - -// 6310 -[loc_6310] -active=yes -width=4 -length=2 -multivar=varplayerbit_346 -multiloc=0,loc_6363 -multiloc=1,loc_6363 -multiloc=2,loc_6363 -multiloc=3,loc_6363 -multiloc=4,loc_6363 -multiloc=5,loc_6364 -multiloc=6,loc_6364 -multiloc=7,loc_6364 -multiloc=8,loc_6364 -multiloc=9,loc_6364 -multiloc=10,loc_6364 - -// 6311 -[loc_6311] -op1=Pick -blockrange=no -recol1s=32698 -recol1d=22191 -recol2s=32563 -recol2d=20073 -model=model_6160 -name=Black mushrooms - -// 6312 -[loc_6312] -active=yes -op1=Climb-up -msi=msi_7 -length=2 -width=2 -msi=msi_7 -recol1s=26421 -recol1d=21133 -model=model_6070 -name=Staircase - -// 6313 -[loc_6313] -active=yes -op1=Climb-down -msi=msi_7 -length=2 -offsetx=0 -offsety=55 -offsetz=0 -msi=msi_7 -recol1s=26421 -recol1d=21133 -model=model_6071 -name=Staircase - -// 6314 -[loc_6314] -sharelight=yes -active=no -recol1s=7329 -recol1d=21133 -model=model_1035,0 - -// 6315 -[loc_6315] -sharelight=yes -active=no -recol1s=7329 -recol1d=21133 -model=model_1050,0 - -// 6316 -[loc_6316] -sharelight=yes -active=no -recol1s=7329 -recol1d=21133 -model=model_1074,0 - -// 6317 -[loc_6317] -sharelight=yes -active=no -recol1s=7329 -recol1d=21133 -model=model_3882,0 - -// 6318 -[loc_6318] -sharelight=yes -active=no -recol1s=7329 -recol1d=21133 -model=model_4052,0 - -// 6319 -[loc_6319] -sharelight=yes -active=no -recol1s=7329 -recol1d=21133 -model=model_6024,0 - -// 6320 -[loc_6320] -active=no -active=no -model=model_3281,1 - -// 6321 -[loc_6321] -active=no -active=no -recol1s=26421 -recol1d=21133 -model=model_6165 - -// 6322 -[loc_6322] -mirror=yes -active=no -active=no -recol1s=26421 -recol1d=21133 -model=model_6165 - -// 6323 -[loc_6323] -blockwalk=no -model=model_6161 -name=Golem arm - -// 6324 -[loc_6324] -blockwalk=no -model=model_6164 -name=Golem foot - -// 6325 -[loc_6325] -blockwalk=no -model=model_6162 -name=Golem body - -// 6326 -[loc_6326] -blockwalk=no -model=model_6163 -name=Golem head - -// 6327 -[loc_6327] -width=2 -length=2 -model=model_6170 -name=Broken kiln - -// 6328 -[loc_6328] -width=2 -length=2 -model=model_6171 -name=Broken kiln - -// 6329 -[loc_6329] -width=2 -length=2 -model=model_6172 -name=Broken kiln - -// 6330 -[loc_6330] -width=2 -length=2 -model=model_6173 -name=Broken kiln - -// 6331 -[loc_6331] -model=model_6181 -name=Statue - -// 6332 -[loc_6332] -model=model_6182 -name=Statue - -// 6333 -[loc_6333] -length=2 -model=model_6167 -name=Statue - -// 6334 -[loc_6334] -length=2 -model=model_6168 -name=Statue - -// 6335 -[loc_6335] -width=2 -length=2 -model=model_6175 -model2=model_6177 -name=Plinth - -// 6336 -[loc_6336] -mirror=yes -width=2 -length=2 -model=model_6175 -model2=model_6177 -name=Plinth - -// 6337 -[loc_6337] -width=2 -length=2 -model=model_6174 -model2=model_6176 -name=Plinth - -// 6338 -[loc_6338] -width=2 -length=2 -model=model_6174 -name=Plinth - -// 6339 -[loc_6339] -hillskew=yes -sharelight=yes -active=no -recol1s=26421 -recol1d=21133 -model=model_6183,5 - -// 6340 -[loc_6340] -hillskew=yes -sharelight=yes -active=no -recol1s=26421 -recol1d=21133 -model=model_6184,5 - -// 6341 -[loc_6341] -sharelight=yes -occlude=yes -hillskew=yes -active=no -model=model_6169,5 - -// 6342 -[loc_6342] -sharelight=yes -occlude=yes -hillskew=yes -active=no -recol1s=26421 -recol1d=21133 -retex1s=material_533 -retex1d=material_92 -retex2s=material_225 -retex2d=material_96 -model=model_893,1 -model=model_894,2 -model=model_876,3 -model=model_877,4 -model=model_878,5 - -// 6343 -[loc_6343] -sharelight=yes -hillskew=yes -active=no -recol1s=26421 -recol1d=21133 -model=model_6121,1 -model=model_6122,2 -model=model_6123,3 -model=model_6124,4 -model=model_6125,5 - -// 6344 -[loc_6344] -sharelight=yes -hillskew=yes -active=no -recol1s=26421 -recol1d=21133 -model=model_6126,1 - -// 6345 -[loc_6345] -sharelight=yes -mirror=yes -hillskew=yes -active=no -recol1s=26421 -recol1d=21133 -model=model_6126,1 - -// 6346 -[loc_6346] -sharelight=yes -hillskew=yes -active=no -recol1s=26421 -recol1d=21133 -model=model_6115,8 -model=model_6116,1 -model=model_8971,4 - -// 6347 -[loc_6347] -sharelight=yes -mirror=yes -hillskew=yes -active=no -recol1s=26421 -recol1d=21133 -model=model_6115,8 -model=model_6116,1 -model=model_8971,4 - -// 6348 -[loc_6348] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=26421 -recol1d=21133 -model=model_6105,1 - -// 6349 -[loc_6349] -mirror=yes -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=26421 -recol1d=21133 -model=model_6105,1 - -// 6350 -[loc_6350] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=26421 -recol1d=21133 -model=model_6108,1 - -// 6351 -[loc_6351] -mirror=yes -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=26421 -recol1d=21133 -model=model_6108,1 - -// 6352 -[loc_6352] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=26421 -recol1d=21133 -model=model_6109,1 - -// 6353 -[loc_6353] -mirror=yes -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=26421 -recol1d=21133 -model=model_6109,1 - -// 6354 -[loc_6354] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=26421 -recol1d=21133 -model=model_6110,1 -model=model_6111,2 -model=model_6112,3 -model=model_6113,4 -model=model_6114,5 - -// 6355 -[loc_6355] -mirror=yes -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=26421 -recol1d=21133 -model=model_6110,1 -model=model_6111,2 -model=model_6112,3 -model=model_6113,4 -model=model_6114,5 - -// 6356 -[loc_6356] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=26421 -recol1d=21133 -model=model_6106,1 -model=model_6107,3 - -// 6357 -[loc_6357] -mirror=yes -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=26421 -recol1d=21133 -model=model_6106,1 -model=model_6107,3 - -// 6358 -[loc_6358] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=12680 -recol2s=14594 -recol2d=11623 -recol3s=15618 -recol3d=10566 -model=model_1124,0 - -// 6359 -[loc_6359] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=12680 -recol2s=14594 -recol2d=11623 -recol3s=15618 -recol3d=10566 -model=model_1139,0 - -// 6360 -[loc_6360] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=12680 -recol2s=14594 -recol2d=11623 -recol3s=15618 -recol3d=10566 -model=model_1032,0 - -// 6361 -[loc_6361] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=12680 -recol2s=14594 -recol2d=11623 -recol3s=15618 -recol3d=10566 -model=model_1044,0 - -// 6362 -[loc_6362] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=12680 -recol2s=14594 -recol2d=11623 -recol3s=15618 -recol3d=10566 -model=model_1064,0 - -// 6363 -[loc_6363] -width=4 -length=2 -anim=seq_1909 -op1=Open -model=model_6198 -name=Door - -// 6364 -[loc_6364] -width=4 -length=2 -op1=Enter -model=model_6199 -name=Door - -// 6365 -[loc_6365] -anim=seq_481 -ambient=20 -contrast=30 -bgsound=synth_4472,1 -recol1s=8456 -recol1d=21133 -recol2s=7399 -recol2d=19019 -model=model_2255,Q - -// 6366 -[loc_6366] -ambient=20 -contrast=20 -active=no -model=model_6185,Q - -// 6367 -[loc_6367] -ambient=20 -contrast=20 -active=no -model=model_6166,Q - -// 6368 -[loc_6368] -ambient=30 -contrast=30 -recol1s=16846 -recol1d=14793 -model=model_6200,Q - -// 6369 -[loc_6369] -ambient=30 -contrast=30 -recol1s=16846 -recol1d=14793 -model=model_6201,Q - -// 6370 -[loc_6370] -ambient=30 -contrast=30 -recol1s=16846 -recol1d=14793 -model=model_6202,Q - -// 6371 -[loc_6371] -ambient=30 -contrast=30 -recol1s=16846 -recol1d=14793 -model=model_6203,Q - -// 6372 -[loc_6372] -length=2 -width=2 -msi=msi_7 -op1=Climb-up -recol1s=26421 -recol1d=21133 -model=model_6070 -name=Staircase - -// 6373 -[loc_6373] -length=2 -offsetx=0 -offsety=55 -offsetz=0 -msi=msi_7 -op1=Climb-down -recol1s=26421 -recol1d=21133 -model=model_6071 -name=Staircase - -// 6374 -[loc_6374] -sharelight=yes -occlude=yes -ambient=10 -contrast=10 -active=no -recol1s=13671 -recol1d=10566 -recol2s=10500 -recol2d=9509 -recol3s=7329 -recol3d=7395 -recol4s=4160 -recol4d=5281 -recol5s=1024 -recol5d=3168 -model=model_6206,0 - -// 6375 -[loc_6375] -sharelight=yes -occlude=yes -ambient=10 -contrast=10 -active=no -recol1s=13671 -recol1d=10566 -recol2s=10500 -recol2d=9509 -recol3s=7329 -recol3d=7395 -recol4s=4160 -recol4d=5281 -recol5s=1024 -recol5d=3168 -model=model_6207,0 - -// 6376 -[loc_6376] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=14794 -recol2s=7398 -recol2d=14794 -recol3s=6341 -recol3d=13737 -recol4s=5284 -recol4d=11623 -model=model_5855,1 -model=model_5856,2 -model=model_5857,5 - -// 6377 -[loc_6377] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=14794 -recol2s=7398 -recol2d=14794 -recol3s=6341 -recol3d=13737 -recol4s=5284 -recol4d=11623 -model=model_5861,5 - -// 6378 -[loc_6378] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=14794 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 6379 -[loc_6379] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=14794 -model=model_5862 - -// 6380 -[loc_6380] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=14794 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 6381 -[loc_6381] -length=2 -width=4 -sharelight=yes -hardshadow=no -model=model_36815 -model2=model_6209 -name=Cave - -// 6382 -[loc_6382] -sharelight=yes -width=3 -hillskew=yes -hardshadow=no -model=model_6210 -name=Root - -// 6383 -[loc_6383] -sharelight=yes -recol1s=7329 -recol1d=16840 -model=model_1035,0 - -// 6384 -[loc_6384] -sharelight=yes -recol1s=7329 -recol1d=16840 -model=model_1050,0 - -// 6385 -[loc_6385] -sharelight=yes -recol1s=7329 -recol1d=16840 -model=model_1074,0 - -// 6386 -[loc_6386] -sharelight=yes -recol1s=7329 -recol1d=16840 -model=model_3882,0 - -// 6387 -[loc_6387] -sharelight=yes -recol1s=7329 -recol1d=16840 -model=model_4052,0 - -// 6388 -[loc_6388] -sharelight=yes -recol1s=7329 -recol1d=16840 -model=model_6024,0 - -// 6389 -[loc_6389] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=3168 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 6390 -[loc_6390] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=3168 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 6391 -[loc_6391] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=3168 -retex1s=material_560 -retex1d=material_418 -model=model_823 - -// 6392 -[loc_6392] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=4225 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 6393 -[loc_6393] -contrast=100 -ambient=50 -hillskew=yes -active=no -recol1s=12580 -recol1d=4225 -model=model_2056,Q - -// 6394 -[loc_6394] -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=4225 -model=model_2056,Q - -// 6395 -[loc_6395] -contrast=100 -ambient=50 -hillskew=yes -active=no -recol1s=12580 -recol1d=4225 -model=model_2071,Q - -// 6396 -[loc_6396] -contrast=100 -ambient=50 -mirror=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=3168 -model=model_2071,Q - -// 6397 -[loc_6397] -hillskew=yes -active=no -recol1s=13505 -recol1d=3168 -recol2s=14594 -recol2d=4192 -recol3s=15618 -recol3d=4225 -model=model_1124,0 - -// 6398 -[loc_6398] -hillskew=yes -active=no -recol1s=13505 -recol1d=3168 -recol2s=14594 -recol2d=4192 -recol3s=15618 -recol3d=4225 -model=model_1139,0 - -// 6399 -[loc_6399] -hillskew=yes -active=no -recol1s=13505 -recol1d=3168 -recol2s=14594 -recol2d=4192 -recol3s=15618 -recol3d=4225 -model=model_1032,0 - -// 6400 -[loc_6400] -hillskew=yes -active=no -recol1s=13505 -recol1d=3168 -recol2s=14594 -recol2d=4192 -recol3s=15618 -recol3d=4225 -model=model_1044,0 - -// 6401 -[loc_6401] -hillskew=yes -active=no -recol1s=13505 -recol1d=3168 -recol2s=14594 -recol2d=4192 -recol3s=15618 -recol3d=4225 -model=model_1064,0 - -// 6402 -[loc_6402] -hillskew=yes -recol1s=13537 -recol1d=3168 -model=model_694 -name=Stalagmites - -// 6403 -[loc_6403] -blockwalk=no -recol1s=13537 -recol1d=3168 -model=model_693 -name=Stalagmite - -// 6404 -[loc_6404] -ambient=30 -contrast=15 -recol1s=16846 -recol1d=8420 -recol2s=13675 -recol2d=6306 -model=model_6372 -name=Standing Torch - -// 6405 -[loc_6405] -active=yes -anim=seq_475 -multivar=varplayerbit_360 -multiloc=0,loc_6406 -multiloc=1,loc_6413 - -// 6406 -[loc_6406] -active=yes -ambient=30 -contrast=15 -recol1s=16846 -recol1d=8420 -recol2s=13675 -recol2d=6306 -model=model_6372 -name=Standing Torch - -// 6407 -[loc_6407] -active=yes -anim=seq_475 -multivar=varplayerbit_361 -multiloc=0,loc_6408 -multiloc=1,loc_6414 - -// 6408 -[loc_6408] -active=yes -ambient=30 -contrast=15 -recol1s=16846 -recol1d=8420 -recol2s=13675 -recol2d=6306 -model=model_6372 -name=Standing Torch - -// 6409 -[loc_6409] -active=yes -anim=seq_475 -multivar=varplayerbit_362 -multiloc=0,loc_6410 -multiloc=1,loc_6415 - -// 6410 -[loc_6410] -active=yes -ambient=30 -contrast=15 -recol1s=16846 -recol1d=8420 -recol2s=13675 -recol2d=6306 -model=model_6372 -name=Standing Torch - -// 6411 -[loc_6411] -active=yes -anim=seq_475 -multivar=varplayerbit_363 -multiloc=0,loc_6412 -multiloc=1,loc_6416 - -// 6412 -[loc_6412] -active=yes -ambient=30 -contrast=15 -recol1s=16846 -recol1d=8420 -recol2s=13675 -recol2d=6306 -model=model_6372 -name=Standing Torch - -// 6413 -[loc_6413] -anim=seq_475 -ambient=30 -contrast=15 -recol1s=16846 -recol1d=13603 -recol2s=13675 -recol2d=13603 -model=model_6372 -model2=model_6361 -name=Standing Torch - -// 6414 -[loc_6414] -anim=seq_475 -ambient=30 -contrast=15 -recol1s=16846 -recol1d=13603 -recol2s=13675 -recol2d=13603 -model=model_6372 -model2=model_6361 -name=Standing Torch - -// 6415 -[loc_6415] -anim=seq_475 -ambient=30 -contrast=15 -recol1s=16846 -recol1d=13603 -recol2s=13675 -recol2d=13603 -model=model_6372 -model2=model_6361 -name=Standing Torch - -// 6416 -[loc_6416] -anim=seq_475 -ambient=30 -contrast=15 -recol1s=16846 -recol1d=13603 -recol2s=13675 -recol2d=13603 -model=model_6372 -model2=model_6361 -name=Standing Torch - -// 6417 -[loc_6417] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=12618 -model=model_6292,1 - -// 6418 -[loc_6418] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 6419 -[loc_6419] -active=yes -op1=Climb-up -msi=msi_7 -model=model_37482 -name=Ladder - -// 6420 -[loc_6420] -op1=Open -forceapproach=north -ambient=10 -contrast=5 -recol1s=11561 -recol1d=5285 -model=model_37192 -name=Burnt chest - -// 6421 -[loc_6421] -active=no -forceapproach=north -ambient=10 -contrast=5 -recol1s=11561 -recol1d=5285 -model=model_37375 - -// 6422 -[loc_6422] -active=yes -anim=seq_1923 -multivar=varplayerbit_392 -multiloc=0,loc_1396 -multiloc=1,loc_6423 - -// 6423 -[loc_6423] -active=yes -op1=Look-into -recol1s=25220 -recol1d=26350 -model=model_6307 -name=Mystical mirror - -// 6424 -[loc_6424] -active=yes -anim=seq_1923 -multivar=varplayerbit_392 -multiloc=0,loc_1396 -multiloc=1,loc_6425 - -// 6425 -[loc_6425] -active=yes -anim=seq_1923 -op1=Look-into -recol1s=25220 -recol1d=26350 -model=model_6307 -name=Mystical mirror - -// 6426 -[loc_6426] -active=yes -anim=seq_1923 -multivar=varplayerbit_392 -multiloc=0,loc_1396 -multiloc=1,loc_6427 - -// 6427 -[loc_6427] -active=yes -anim=seq_1923 -op1=Look-into -recol1s=25220 -recol1d=26350 -model=model_6307 -name=Mystical mirror - -// 6428 -[loc_6428] -active=yes -anim=seq_1923 -multivar=varplayerbit_392 -multiloc=0,loc_1396 -multiloc=1,loc_6429 - -// 6429 -[loc_6429] -active=yes -anim=seq_1923 -op1=Look-into -recol1s=25220 -recol1d=26350 -model=model_6307 -name=Mystical mirror - -// 6430 -[loc_6430] -active=yes -anim=seq_1923 -multivar=varplayerbit_392 -multiloc=0,loc_1396 -multiloc=1,loc_6431 - -// 6431 -[loc_6431] -active=yes -anim=seq_1923 -op1=Look-into -recol1s=25220 -recol1d=26350 -model=model_6307 -name=Mystical mirror - -// 6432 -[loc_6432] -active=yes -anim=seq_1923 -multivar=varplayerbit_392 -multiloc=0,loc_1396 -multiloc=1,loc_6433 - -// 6433 -[loc_6433] -active=yes -anim=seq_1923 -op1=Look-into -recol1s=25220 -recol1d=26350 -model=model_6307 -name=Mystical mirror - -// 6434 -[loc_6434] -blockwalk=yes -op1=Open -blockrange=no -model=model_1244 -name=Trapdoor - -// 6435 -[loc_6435] -blockwalk=yes -op1=Climb-down -blockrange=no -model=model_1223 -name=Trapdoor - -// 6436 -[loc_6436] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 6437 -[loc_6437] -width=5 -length=3 -model=model_6350 -name=Vampire tomb - -// 6438 -[loc_6438] -anim=seq_1915 -width=5 -length=3 -model=model_6357 -name=Vampire tomb - -// 6439 -[loc_6439] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1487 -name=Rope - -// 6440 -[loc_6440] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -multivar=varplayerbit_378 -multiloc=0,loc_6446 -multiloc=1,loc_6445 -multiloc=2,loc_6444 -multiloc=3,loc_6443 -multiloc=4,loc_6442 -multiloc=5,loc_6441 -multiloc=6,loc_6441 -multiloc=7,loc_6441 -multiloc=8,loc_6441 -multiloc=9,loc_6441 - -// 6441 -[loc_6441] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -retex1s=material_380 -retex1d=material_494 -retex2s=material_335 -retex2d=material_494 -model=model_731 -name=Cave entrance - -// 6442 -[loc_6442] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -retex1s=material_380 -retex1d=material_494 -retex2s=material_335 -retex2d=material_494 -model=model_731 -model2=model_6367 -name=Cave entrance - -// 6443 -[loc_6443] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -retex1s=material_380 -retex1d=material_494 -retex2s=material_335 -retex2d=material_494 -model=model_731 -model2=model_6368 -name=Cave entrance - -// 6444 -[loc_6444] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -retex1s=material_380 -retex1d=material_494 -retex2s=material_335 -retex2d=material_494 -model=model_731 -model2=model_6369 -name=Cave entrance - -// 6445 -[loc_6445] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -retex1s=material_380 -retex1d=material_494 -retex2s=material_335 -retex2d=material_494 -model=model_731 -model2=model_6370 -name=Cave entrance - -// 6446 -[loc_6446] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -retex1s=material_380 -retex1d=material_494 -retex2s=material_335 -retex2d=material_494 -model=model_731 -model2=model_6371 -name=Cave entrance - -// 6447 -[loc_6447] -width=3 -length=2 -shadow=no -op1=Enter -recol1s=10400 -recol1d=30655 -recol2s=8288 -recol2d=26427 -recol3s=6176 -recol3d=22199 -recol4s=4096 -recol4d=17971 -recol5s=2048 -recol5d=14802 -retex1s=material_380 -retex1d=material_494 -retex2s=material_335 -retex2d=material_494 -model=model_731 -name=Cave exit - -// 6448 -[loc_6448] -op1=Open -forceapproach=north -recol1s=11561 -recol1d=14752 -model=model_1249 -name=Secure chest - -// 6449 -[loc_6449] -active=no -forceapproach=north -recol1s=11561 -recol1d=14752 -model=model_1226 - -// 6450 -[loc_6450] -active=yes -op1=Climb-up -msi=msi_7 -model=model_1208 -name=Ladder - -// 6451 -[loc_6451] -op1=Open -active=yes -hillskew=yes -mirror=yes -ambient=10 -contrast=5 -model=model_27252,1 -name=Gate - -// 6452 -[loc_6452] -op1=Open -active=yes -hillskew=yes -ambient=10 -contrast=5 -model=model_27252,1 -name=Gate - -// 6453 -[loc_6453] -active=no -hillskew=yes -model=model_969,1 -model=model_970,5 - -// 6454 -[loc_6454] -resizex=150 -resizey=300 -resizez=150 -hillchange=tree_skew,35 -recol1s=32767 -recol1d=27519 -model=model_4956 -name=Icy rock - -// 6455 -[loc_6455] -op1=Use -model=model_6318 -name=Ice ledge - -// 6456 -[loc_6456] -op1=Step-off -model=model_6318 -name=Ice ledge - -// 6457 -[loc_6457] -width=2 -length=3 -active=no -model=model_6338 - -// 6458 -[loc_6458] -hillskew=yes -sharelight=yes -forcedecor=yes -offsety=-35 -hardshadow=no -model=model_4958,0 - -// 6459 -[loc_6459] -hillskew=yes -sharelight=yes -forcedecor=yes -offsety=-35 -hardshadow=no -model=model_6341,0 - -// 6460 -[loc_6460] -hillskew=yes -sharelight=yes -forcedecor=yes -resizex=110 -resizey=110 -resizez=110 -active=no -model=model_6324 - -// 6461 -[loc_6461] -width=2 -length=2 -resizex=86 -resizey=86 -resizez=86 -sharelight=yes -op1=Go-through -hardshadow=no -model=model_4960 -name=Ice gate - -// 6462 -[loc_6462] -mirror=yes -width=2 -length=2 -resizex=86 -resizey=86 -resizez=86 -sharelight=yes -op1=Go-through -hardshadow=no -model=model_4960 -name=Ice gate - -// 6463 -[loc_6463] -hillskew=yes -forcedecor=yes -hardshadow=no -model=model_6342,0 - -// 6464 -[loc_6464] -hillskew=yes -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_6322,0 - -// 6465 -[loc_6465] -hillskew=yes -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_6321,0 - -// 6466 -[loc_6466] -hillskew=yes -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_6341,0 - -// 6467 -[loc_6467] -hillskew=yes -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_6339,0 - -// 6468 -[loc_6468] -hillskew=yes -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_6344,0 - -// 6469 -[loc_6469] -hillskew=yes -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_6320,0 - -// 6470 -[loc_6470] -hillskew=yes -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_6340,0 - -// 6471 -[loc_6471] -hillskew=yes -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_6343,0 - -// 6472 -[loc_6472] -length=2 -width=2 -hillskew=yes -hardshadow=no -model=model_6328 -name=Ice chunks - -// 6473 -[loc_6473] -length=2 -width=2 -hillskew=yes -hardshadow=no -model=model_6329 -name=Ice chunks - -// 6474 -[loc_6474] -length=2 -width=2 -hillskew=yes -hardshadow=no -model=model_6330 -name=Ice chunks - -// 6475 -[loc_6475] -length=2 -width=2 -hillskew=yes -shadow=no -hardshadow=no -model=model_6331 -name=Ice chunks - -// 6476 -[loc_6476] -hillskew=yes -hardshadow=no -blockwalk=no -model=model_6332 -name=Ice chunks - -// 6477 -[loc_6477] -hillskew=yes -hardshadow=no -blockwalk=no -model=model_6333 -name=Ice chunks - -// 6478 -[loc_6478] -hillskew=yes -sharelight=yes -model=model_6298,1 -model=model_6299,3 - -// 6479 -[loc_6479] -hillskew=yes -sharelight=yes -model=model_6300,1 -model=model_6301,3 - -// 6480 -[loc_6480] -ambient=20 -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_6303 - -// 6481 -[loc_6481] -length=2 -hillskew=yes -op1=Enter -offsety=42 -model=model_6240 -name=Tunnel - -// 6482 -[loc_6482] -active=yes -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -multivar=varplayerbit_390 -multiloc=0,loc_6483 -multiloc=1,loc_6484 - -// 6483 -[loc_6483] -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -recol1s=16846 -recol1d=20576 -recol2s=21034 -recol2d=27082 -model=model_6266 -name=Obelisk - -// 6484 -[loc_6484] -length=2 -width=2 -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -recol1s=16846 -recol1d=20576 -recol2s=21034 -recol2d=27082 -model=model_6267 -name=Obelisk - -// 6485 -[loc_6485] -active=yes -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -multivar=varplayerbit_387 -multiloc=0,loc_6486 -multiloc=1,loc_6487 - -// 6486 -[loc_6486] -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -recol1s=16846 -recol1d=22264 -recol2s=21034 -recol2d=21137 -model=model_6266 -name=Obelisk - -// 6487 -[loc_6487] -length=2 -width=2 -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -recol1s=16846 -recol1d=22264 -recol2s=21034 -recol2d=21137 -model=model_6267 -name=Obelisk - -// 6488 -[loc_6488] -active=yes -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -multivar=varplayerbit_389 -multiloc=0,loc_6489 -multiloc=1,loc_6490 - -// 6489 -[loc_6489] -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -recol1s=16846 -recol1d=21276 -recol2s=21034 -recol2d=19060 -model=model_6266 -name=Obelisk - -// 6490 -[loc_6490] -length=2 -width=2 -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -recol1s=16846 -recol1d=21276 -recol2s=21034 -recol2d=19060 -model=model_6267 -name=Obelisk - -// 6491 -[loc_6491] -active=yes -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -multivar=varplayerbit_388 -multiloc=0,loc_6492 -multiloc=1,loc_6493 - -// 6492 -[loc_6492] -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -recol1s=16846 -recol1d=6341 -recol2s=21034 -recol2d=10568 -model=model_6266 -name=Obelisk - -// 6493 -[loc_6493] -length=2 -width=2 -length=2 -width=2 -resizex=256 -resizey=256 -resizez=256 -anim=seq_1943 -recol1s=16846 -recol1d=6341 -recol2s=21034 -recol2d=10568 -model=model_6267 -name=Obelisk - -// 6494 -[loc_6494] -sharelight=yes -hillskew=yes -length=2 -width=3 -op1=Open -recol1s=20077 -recol1d=23216 -model=model_6246 -name=Mystical door - -// 6495 -[loc_6495] -hillskew=yes -length=2 -width=3 -anim=seq_1940 -blockwalk=no -active=no -recol1s=20077 -recol1d=23216 -model=model_6265 - -// 6496 -[loc_6496] -hillskew=yes -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=16846 -recol1d=23216 -model=model_1181,0 - -// 6497 -[loc_6497] -active=yes -op1=Climb-down -msi=msi_7 -model=model_6244 -name=Ladder - -// 6498 -[loc_6498] -active=yes -op1=Climb-down -msi=msi_7 -model=model_6244 -name=Ladder - -// 6499 -[loc_6499] -active=yes -op1=Climb-down -msi=msi_7 -model=model_6244 -name=Ladder - -// 6500 -[loc_6500] -active=yes -op1=Climb-down -msi=msi_7 -model=model_6244 -name=Ladder - -// 6501 -[loc_6501] -active=yes -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -model=model_37412 -name=Ladder - -// 6502 -[loc_6502] -active=yes -op1=Climb-up -msi=msi_7 -model=model_6243 -name=Ladder - -// 6503 -[loc_6503] -active=yes -op1=Climb-up -msi=msi_7 -model=model_6243 -name=Ladder - -// 6504 -[loc_6504] -active=yes -op1=Climb-up -msi=msi_7 -model=model_6243 -name=Ladder - -// 6505 -[loc_6505] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -model=model_6262 - -// 6506 -[loc_6506] -hillskew=yes -model=model_6261,1 - -// 6507 -[loc_6507] -hillskew=yes -model=model_6259,1 - -// 6508 -[loc_6508] -hillskew=yes -model=model_6260,1 - -// 6509 -[loc_6509] -hillskew=yes -recol1s=24168 -recol1d=12620 -model=model_6261,1 - -// 6510 -[loc_6510] -hillskew=yes -recol1s=24168 -recol1d=12620 -model=model_6259,1 - -// 6511 -[loc_6511] -hillskew=yes -recol1s=24168 -recol1d=12620 -model=model_6260,1 - -// 6512 -[loc_6512] -ambient=25 -contrast=15 -active=yes -hillskew=yes -op1=Search -model=model_6261,1 -name=Sarcophagus - -// 6513 -[loc_6513] -ambient=25 -contrast=15 -active=yes -hillskew=yes -op1=Search -model=model_6259,1 -name=Sarcophagus - -// 6514 -[loc_6514] -ambient=25 -contrast=15 -active=yes -hillskew=yes -op1=Search -model=model_6260,1 -name=Sarcophagus - -// 6515 -[loc_6515] -ambient=25 -contrast=15 -active=yes -hillskew=yes -op1=Search -recol1s=24168 -recol1d=12620 -model=model_6261,1 -name=Sarcophagus - -// 6516 -[loc_6516] -ambient=25 -contrast=15 -active=yes -hillskew=yes -op1=Search -recol1s=24168 -recol1d=12620 -model=model_6259,1 -name=Sarcophagus - -// 6517 -[loc_6517] -ambient=25 -contrast=15 -active=yes -hillskew=yes -op1=Search -recol1s=24168 -recol1d=12620 -model=model_6260,1 -name=Sarcophagus - -// 6518 -[loc_6518] -hillskew=yes -active=no -anim=seq_1936 -model=model_6287 - -// 6519 -[loc_6519] -active=no -anim=seq_1937 -model=model_6285,8 -model=model_6286,0 - -// 6520 -[loc_6520] -anim=seq_1938 -active=no -ambient=80 -model=model_6269 - -// 6521 -[loc_6521] -active=yes -anim=seq_1939 -blockwalk=yes -model=model_6268,0 -name=Pitfall - -// 6522 -[loc_6522] -anim=seq_1939 -model=model_6268,0 - -// 6523 -[loc_6523] -op3=Climb-down -model=model_6263 -name=Ladder - -// 6524 -[loc_6524] -model=model_6318 -name=Crack - -// 6525 -[loc_6525] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_5371,1 -model=model_5372,2 -model=model_5373,5 - -// 6526 -[loc_6526] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -model=model_5378,1 - -// 6527 -[loc_6527] -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -active=no -model=model_5375,1 -model=model_5376,2 -model=model_5377,5 - -// 6528 -[loc_6528] -sharelight=yes -hillskew=yes -active=no -model=model_5379,1 - -// 6529 -[loc_6529] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -model=model_5374,1 - -// 6530 -[loc_6530] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_5370 - -// 6531 -[loc_6531] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -model=model_5380,8 -model=model_5384,0 - -// 6532 -[loc_6532] -hillskew=yes -active=no -ambient=30 -contrast=30 -model=model_6271,Q - -// 6533 -[loc_6533] -hillskew=yes -ambient=30 -contrast=30 -active=no -model=model_6273,Q - -// 6534 -[loc_6534] -hillskew=yes -ambient=30 -contrast=30 -active=no -model=model_6272,Q - -// 6535 -[loc_6535] -hillskew=yes -ambient=30 -contrast=30 -active=no -model=model_6274,Q - -// 6536 -[loc_6536] -hillskew=yes -ambient=30 -contrast=30 -active=no -model=model_6270,Q - -// 6537 -[loc_6537] -hillskew=yes -ambient=30 -contrast=30 -anim=seq_481 -active=no -model=model_6362,Q - -// 6538 -[loc_6538] -length=2 -model=model_6304 -name=Sphinx - -// 6539 -[loc_6539] -sharelight=yes -blockwalk=yes -active=no -contrast=40 -recol1s=20077 -recol1d=23216 -model=model_6254 - -// 6540 -[loc_6540] -sharelight=yes -blockwalk=yes -active=no -contrast=40 -recol1s=20077 -recol1d=23216 -model=model_6247 - -// 6541 -[loc_6541] -sharelight=yes -blockwalk=no -active=no -forcedecor=yes -model=model_6248,8 -model=model_6249,0 - -// 6542 -[loc_6542] -sharelight=yes -mirror=yes -blockwalk=no -active=no -forcedecor=yes -model=model_6248,8 -model=model_6249,0 - -// 6543 -[loc_6543] -sharelight=yes -blockwalk=no -active=no -forcedecor=yes -model=model_6250,8 -model=model_6251,0 - -// 6544 -[loc_6544] -sharelight=yes -mirror=yes -blockwalk=no -active=no -forcedecor=yes -model=model_6250,8 -model=model_6251,0 - -// 6545 -[loc_6545] -active=yes -op1=Open -model=model_6252 -name=Pyramid entrance - -// 6546 -[loc_6546] -blockwalk=yes -active=no -model=model_6253 - -// 6547 -[loc_6547] -mirror=yes -active=yes -op1=Open -model=model_6252 -name=Pyramid entrance - -// 6548 -[loc_6548] -mirror=yes -blockwalk=yes -active=no -model=model_6253 - -// 6549 -[loc_6549] -resizex=256 -resizey=190 -resizez=256 -width=2 -length=2 -blockrange=no -model=model_1525 -name=Well - -// 6550 -[loc_6550] -active=yes -anim=seq_504 -bgsound=synth_3139,3 -multivar=varplayerbit_358 -multiloc=15,loc_6551 - -// 6551 -[loc_6551] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 6552 -[loc_6552] -width=3 -op1=Pray-at -model=model_6264 -name=Altar - -// 6553 -[loc_6553] -active=yes -ambient=25 -contrast=15 -op1=Open -blockwalk=yes -model=model_6242 -name=Doorway - -// 6554 -[loc_6554] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_6241 - -// 6555 -[loc_6555] -active=yes -ambient=25 -contrast=15 -op1=Open -blockwalk=yes -mirror=yes -model=model_6242 -name=Doorway - -// 6556 -[loc_6556] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_6241 - -// 6557 -[loc_6557] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 - -// 6558 -[loc_6558] -sharelight=yes -hillskew=yes -active=no -model=model_3537,1 - -// 6559 -[loc_6559] -sharelight=yes -hillskew=yes -mirror=yes -active=no -model=model_3537,1 - -// 6560 -[loc_6560] -active=yes -multivar=varplayerbit_393 -multiloc=1,loc_6561 - -// 6561 -[loc_6561] -active=yes -op1=Climb-down -hillchange=tree_skew,10 -model=model_35567 -name=Ladder - -// 6562 -[loc_6562] -sharelight=yes -hillskew=yes -active=no -model=model_6405,1 -model=model_6406,2 -model=model_6407,5 - -// 6563 -[loc_6563] -sharelight=yes -hillskew=yes -active=no -model=model_6411,1 - -// 6564 -[loc_6564] -sharelight=yes -hillskew=yes -model=model_6408,1 -model=model_6409,2 -model=model_6410,5 - -// 6565 -[loc_6565] -sharelight=yes -hillskew=yes -active=no -model=model_6412,1 - -// 6566 -[loc_6566] -hillskew=yes -active=yes -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 -name=City gate - -// 6567 -[loc_6567] -hillskew=yes -active=no -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 - -// 6568 -[loc_6568] -width=2 -length=2 -recol1s=32593 -recol1d=22123 -model=model_1421 -model2=model_1485 -name=Silk stall - -// 6569 -[loc_6569] -width=2 -length=2 -recol1s=32593 -recol1d=22123 -model=model_1421 -model2=model_1445 -name=Bakery stall - -// 6570 -[loc_6570] -width=2 -length=2 -recol1s=32593 -recol1d=22123 -model=model_1421 -model2=model_1524 -name=Gem stall - -// 6571 -[loc_6571] -width=2 -length=2 -recol1s=32593 -recol1d=22123 -model=model_1421 -model2=model_1456 -name=Fur stall - -// 6572 -[loc_6572] -width=2 -length=2 -op1=Search -recol1s=32593 -recol1d=22123 -model=model_1421 -model2=model_1484 -name=Spice stall - -// 6573 -[loc_6573] -width=2 -length=2 -recol1s=32593 -recol1d=22123 -model=model_1421 -name=Market stall - -// 6574 -[loc_6574] -width=2 -length=2 -op2=Steal-from -recol1s=32593 -recol1d=22123 -model=model_1421 -model2=model_1417 -name=Tea stall - -// 6575 -[loc_6575] -width=2 -length=3 -recol1s=23186 -recol1d=22123 -recol2s=22129 -recol2d=22123 -model=model_1480 -model2=model_5493 -name=Cart - -// 6576 -[loc_6576] -active=no -recol1s=5184 -recol1d=11488 -recol2s=16846 -recol2d=23218 -model=model_1998 - -// 6577 -[loc_6577] -active=no -recol1s=5184 -recol1d=11488 -recol2s=16846 -recol2d=23218 -model=model_1999 - -// 6578 -[loc_6578] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_10266,8 -model=model_10262,0 - -// 6579 -[loc_6579] -width=2 -length=2 -op1=Search -msi=msi_5 -recol1s=20967 -recol1d=13637 -recol2s=14983 -recol2d=10755 -recol3s=29672 -recol3d=32736 -model=model_1689 -name=Banana Tree - -// 6580 -[loc_6580] -ambient=50 -contrast=10 -sharelight=yes -active=no -model=model_3971,1 -model=model_3972,2 -model=model_3973,5 - -// 6581 -[loc_6581] -op1=Enter -ambient=50 -contrast=10 -sharelight=yes -model=model_3974,1 -name=Tent flap - -// 6582 -[loc_6582] -sharelight=yes -active=no -recol1s=28407 -recol1d=10678 -recol2s=5348 -recol2d=21069 -model=model_6428,A - -// 6583 -[loc_6583] -sharelight=yes -active=no -recol1s=28407 -recol1d=21069 -recol2s=5348 -recol2d=10678 -model=model_6429,H - -// 6584 -[loc_6584] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -active=no -blockrange=no -recol1s=12580 -recol1d=19977 -retex1s=material_69 -retex1d=material_376 -retex2s=material_68 -retex2d=material_429 -model=model_818 - -// 6585 -[loc_6585] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -active=no -blockrange=no -recol1s=12580 -recol1d=19977 -retex1s=material_69 -retex1d=material_376 -retex2s=material_68 -retex2d=material_429 -model=model_819 - -// 6586 -[loc_6586] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=19977 -retex1s=material_329 -retex1d=material_376 -retex2s=material_329 -retex2d=material_429 -model=model_820 - -// 6587 -[loc_6587] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=19977 -retex1s=material_69 -retex1d=material_376 -retex2s=material_68 -retex2d=material_429 -model=model_821 - -// 6588 -[loc_6588] -hillskew=yes -op1=Open -blockwalk=no -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4475,8 -model=model_5061,0 - -// 6589 -[loc_6589] -hillskew=yes -op1=Open -blockwalk=no -mirror=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4475,8 -model=model_5061,0 - -// 6590 -[loc_6590] -sharelight=yes -occlude=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 6591 -[loc_6591] -wallwidth=32 -sharelight=yes -occlude=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4480,1 -model=model_4481,2 -model=model_4482,3 -model=model_4483,4 -model=model_4484,5 - -// 6592 -[loc_6592] -sharelight=yes -hillskew=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 6593 -[loc_6593] -sharelight=yes -hillskew=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4477,1 - -// 6594 -[loc_6594] -sharelight=yes -hillskew=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 6595 -[loc_6595] -sharelight=yes -hillskew=yes -hillskew=yes -mirror=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 6596 -[loc_6596] -sharelight=yes -hillskew=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 6597 -[loc_6597] -sharelight=yes -hillskew=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4472,0 - -// 6598 -[loc_6598] -sharelight=yes -hillskew=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_4473,0 - -// 6599 -[loc_6599] -sharelight=yes -hillskew=yes -active=no -model=model_6426 - -// 6600 -[loc_6600] -sharelight=yes -hillskew=yes -active=no -model=model_6421,1 -model=model_6422,2 -model=model_6423,3 -model=model_6424,4 -model=model_6425,5 - -// 6601 -[loc_6601] -sharelight=yes -hillskew=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -model=model_6427,1 - -// 6602 -[loc_6602] -sharelight=yes -hillskew=yes -active=no -model=model_6418,0 - -// 6603 -[loc_6603] -sharelight=yes -ambient=25 -contrast=15 -active=no -model=model_6420,0 - -// 6604 -[loc_6604] -sharelight=yes -ambient=25 -contrast=15 -active=no -model=model_6419,0 - -// 6605 -[loc_6605] -sharelight=yes -active=yes -shadow=no -model=model_3951 -name=Water - -// 6606 -[loc_6606] -active=yes -op1=Search -model=model_905 -name=Centre piece - -// 6607 -[loc_6607] -sharelight=yes -hillskew=yes -model=model_6414 -name=Mirror - -// 6608 -[loc_6608] -sharelight=yes -hillskew=yes -model=model_6415 -name=Mirror - -// 6609 -[loc_6609] -sharelight=yes -hillskew=yes -model=model_6416 -name=Mirror - -// 6610 -[loc_6610] -sharelight=yes -hillskew=yes -model=model_6417 -name=Mirror - -// 6611 -[loc_6611] -sharelight=yes -hillskew=yes -mirror=yes -model=model_6415 -name=Mirror - -// 6612 -[loc_6612] -sharelight=yes -hillskew=yes -mirror=yes -model=model_6416 -name=Mirror - -// 6613 -[loc_6613] -sharelight=yes -hillskew=yes -mirror=yes -model=model_6417 -name=Mirror - -// 6614 -[loc_6614] -length=3 -width=2 -offsety=178 -ambient=20 -contrast=10 -op1=Touch -op3=Open -model=model_14199 -name=Door - -// 6615 -[loc_6615] -hillskew=yes -active=yes -op1=Open -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 -name=City gate - -// 6616 -[loc_6616] -hillskew=yes -active=no -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 - -// 6617 -[loc_6617] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -contrast=20 -model=model_6255,8 -model=model_6256,0 - -// 6618 -[loc_6618] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -contrast=20 -model=model_6257,8 -model=model_6258,0 - -// 6619 -[loc_6619] -length=2 -hillskew=yes -active=no -offsety=42 -model=model_6240 - -// 6620 -[loc_6620] -hillskew=yes -active=yes -op1=Climb-through -model=model_6430,1 -name=Hole - -// 6621 -[loc_6621] -sharelight=yes -active=yes -length=3 -width=3 -retex1s=material_177 -retex1d=material_376 -retex2s=material_180 -retex2d=material_429 -multivar=varplayerbit_395 -multiloc=0,loc_6622 -multiloc=1,loc_6623 - -// 6622 -[loc_6622] -length=3 -width=3 -model=model_6431 -name=Rock - -// 6623 -[loc_6623] -op1=Enter -length=3 -width=3 -model=model_6432 -name=Rock - -// 6624 -[loc_6624] -hillskew=yes -op1=Open -model=model_4474,1 -name=Door - -// 6625 -[loc_6625] -hillskew=yes -mirror=yes -op1=Open -model=model_4474,1 -name=Door - -// 6626 -[loc_6626] -hillskew=yes -op1=Close -model=model_4474,1 -name=Door - -// 6627 -[loc_6627] -hillskew=yes -mirror=yes -op1=Close -model=model_4474,1 -name=Door - -// 6628 -[loc_6628] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=7329 -model=model_5804,1 - -// 6629 -[loc_6629] -hillskew=yes -anim=seq_1944 -blockwalk=no -active=yes -bgsound=synth_3123,5 -model=model_6275 -name=Wall Crusher - -// 6630 -[loc_6630] -active=yes -hillskew=yes -op1=Search -ambient=20 -contrast=15 -model=model_6259,1 -name=Sarcophagus - -// 6631 -[loc_6631] -hillskew=yes -model=model_6259,1 - -// 6632 -[loc_6632] -active=yes -forcedecor=yes -shadow=no -hillskew=yes -blockwalk=no -sharelight=yes -op2=Jump-across -model=model_3951 -name=Pit - -// 6633 -[loc_6633] -active=yes -forcedecor=yes -shadow=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_3951 -name=Pit - -// 6634 -[loc_6634] -active=yes -blockwalk=no -multivar=varplayerbit_404 -multiloc=0,loc_6635 - -// 6635 -[loc_6635] -op1=Take -blockwalk=no -model=model_6445 -name=Canopic Jar - -// 6636 -[loc_6636] -active=yes -blockwalk=no -multivar=varplayerbit_405 -multiloc=0,loc_6637 - -// 6637 -[loc_6637] -op1=Take -blockwalk=no -model=model_6444 -name=Canopic Jar - -// 6638 -[loc_6638] -active=yes -blockwalk=no -multivar=varplayerbit_406 -multiloc=0,loc_6639 - -// 6639 -[loc_6639] -op1=Take -blockwalk=no -model=model_6446 -name=Canopic Jar - -// 6640 -[loc_6640] -active=yes -blockwalk=no -multivar=varplayerbit_407 -multiloc=0,loc_6641 - -// 6641 -[loc_6641] -op1=Take -blockwalk=no -model=model_6443 -name=Canopic Jar - -// 6642 -[loc_6642] -ambient=25 -contrast=15 -anim=seq_1998 -hillskew=yes -active=yes -model=model_6452,1 -name= - -// 6643 -[loc_6643] -active=yes -anim=seq_1999 -op1=Open -model=model_11873,1 -name=Doorway - -// 6644 -[loc_6644] -length=2 -blockrange=no -model=model_37394 -name=Ceremonial table - -// 6645 -[loc_6645] -ambient=25 -contrast=15 -active=yes -op1=Climb-up -msi=msi_7 -model=model_37412 -name=Ladder - -// 6646 -[loc_6646] -op1=Open -forceapproach=north -recol1s=9444 -recol1d=13638 -recolhsl2s=5400 -recolhsl2d=6434 -recolhsl3s=8596 -recolhsl3d=6429 -recolhsl4s=5648 -recolhsl4d=6424 -recol5s=9511 -recol5d=7399 -recolhsl6s=10508 -recolhsl6d=23 -model=model_32110 -name=Closed chest - -// 6647 -[loc_6647] -op2=Search -op3=Shut -forceapproach=north -recol1s=9444 -recol1d=13638 -recolhsl2s=5400 -recolhsl2d=6434 -recolhsl3s=8596 -recolhsl3d=6429 -recolhsl4s=5648 -recolhsl4d=6424 -recol5s=9511 -recol5d=7399 -recolhsl6s=10508 -recolhsl6d=23 -model=model_32139 -name=Open chest - -// 6648 -[loc_6648] -width=2 -length=4 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=19977 -recol3s=5317 -recol3d=19977 -recol4s=4260 -recol4d=19977 -recol5s=3203 -recol5d=19977 -recol6s=2146 -recol6d=11555 -model=model_4453 -name=Staircase - -// 6649 -[loc_6649] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=19977 -recol3s=5317 -recol3d=19977 -recol4s=4260 -recol4d=19977 -recol5s=3203 -recol5d=19977 -recol6s=2146 -recol6d=11555 -model=model_4455 -name=Staircase - -// 6650 -[loc_6650] -length=2 -width=5 -sharelight=yes -model=model_6451 -name=Bridge - -// 6651 -[loc_6651] -length=2 -width=7 -sharelight=yes -msi=msi_46 -offsety=120 -model=model_6450 -name=Bridge - -// 6652 -[loc_6652] -length=2 -width=7 -sharelight=yes -mirror=yes -msi=msi_46 -offsety=120 -model=model_6450 -name=Bridge - -// 6653 -[loc_6653] -sharelight=yes -msi=msi_46 -model=model_6449 -name=Bridge - -// 6654 -[loc_6654] -msi=msi_46 -active=no -blockwalk=no -model=model_3951 - -// 6655 -[loc_6655] -width=2 -length=2 -model=model_1554 -name=Broken logs - -// 6656 -[loc_6656] -model=model_5561 -name=Cloth - -// 6657 -[loc_6657] -width=2 -anim=seq_2056 -active=yes -multivar=varplayerbit_451 -multiloc=0,loc_31302 -multiloc=1,loc_31302 -multiloc=2,loc_31303 -multiloc=3,loc_31303 - -// 6658 -[loc_6658] -length=3 -width=3 -hillskew=yes -sharelight=yes -op1=Enter -model=model_6513 -name=Tunnel - -// 6659 -[loc_6659] -length=3 -width=3 -hillskew=yes -sharelight=yes -op1=Enter -model=model_6512 -name=Tunnel - -// 6660 -[loc_6660] -active=yes -op1=Collect-from -forceapproach=west -blockwalk=yes -msi=msi_51 -model=model_6510,1 -name=Weeping wall - -// 6661 -[loc_6661] -anim=seq_2054 -active=yes -bgsound=synth_2151,3 -ambient=80 -contrast=50 -model=model_6540,Q -name=Blue tears - -// 6662 -[loc_6662] -anim=seq_2054 -active=yes -bgsound=synth_2151,3 -ambient=80 -contrast=50 -recol1s=7702 -recol1d=3395 -model=model_6538,Q -name=Green tears - -// 6663 -[loc_6663] -active=yes -model=model_6511,Q -name=Absence of tears - -// 6664 -[loc_6664] -sharelight=yes -active=no -model=model_6539 - -// 6665 -[loc_6665] -anim=seq_2054 -mirror=yes -active=yes -bgsound=synth_2151,3 -ambient=80 -contrast=50 -model=model_6540,Q -name=Blue tears - -// 6666 -[loc_6666] -mirror=yes -anim=seq_2054 -active=yes -bgsound=synth_2151,3 -ambient=80 -contrast=50 -recol1s=7702 -recol1d=3395 -model=model_6538,Q -name=Green tears - -// 6667 -[loc_6667] -active=yes -model=model_6511,Q -name=Absence of tears - -// 6668 -[loc_6668] -sharelight=yes -mirror=yes -active=no -model=model_6539 - -// 6669 -[loc_6669] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=16909 -recol1d=5284 -recol2s=6342 -recol2d=15923 -model=model_3184 -name=Rocks - -// 6670 -[loc_6670] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=10504 -recol1d=5284 -recol2s=6342 -recol2d=15923 -model=model_3183 -name=Rocks - -// 6671 -[loc_6671] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=10504 -recol1d=5284 -recol2s=6342 -recol2d=15923 -model=model_3195 -name=Rocks - -// 6672 -[loc_6672] -hillskew=yes -op1=Climb -occlude=yes -model=model_6509 -name=Rocks - -// 6673 -[loc_6673] -hillskew=yes -op1=Climb -occlude=yes -model=model_6509 -name=Rocks - -// 6674 -[loc_6674] -active=no -sharelight=yes -hillskew=yes -model=model_6515 - -// 6675 -[loc_6675] -active=no -sharelight=yes -hillskew=yes -model=model_6514 - -// 6676 -[loc_6676] -active=no -sharelight=yes -hillskew=yes -model=model_6517 - -// 6677 -[loc_6677] -active=no -sharelight=yes -hillskew=yes -mirror=yes -model=model_6517 - -// 6678 -[loc_6678] -active=no -sharelight=yes -hillskew=yes -model=model_6518 - -// 6679 -[loc_6679] -active=no -sharelight=yes -hillskew=yes -model=model_6519 - -// 6680 -[loc_6680] -active=no -sharelight=yes -hillskew=yes -model=model_6520 - -// 6681 -[loc_6681] -active=no -sharelight=yes -hillskew=yes -model=model_6521 - -// 6682 -[loc_6682] -active=no -sharelight=yes -hillskew=yes -model=model_6522 - -// 6683 -[loc_6683] -active=no -sharelight=yes -hillskew=yes -mirror=yes -model=model_6522 - -// 6684 -[loc_6684] -active=no -sharelight=yes -hillskew=yes -model=model_6523 - -// 6685 -[loc_6685] -active=no -sharelight=yes -hillskew=yes -model=model_6524 - -// 6686 -[loc_6686] -active=no -sharelight=yes -hillskew=yes -model=model_6516 - -// 6687 -[loc_6687] -active=no -sharelight=yes -hillskew=yes -model=model_6525 - -// 6688 -[loc_6688] -active=no -sharelight=yes -hillskew=yes -model=model_6527 - -// 6689 -[loc_6689] -active=no -sharelight=yes -hillskew=yes -mirror=yes -model=model_6527 - -// 6690 -[loc_6690] -active=no -sharelight=yes -hillskew=yes -model=model_6528 - -// 6691 -[loc_6691] -active=no -sharelight=yes -hillskew=yes -model=model_6529 - -// 6692 -[loc_6692] -active=no -sharelight=yes -hillskew=yes -model=model_6530 - -// 6693 -[loc_6693] -active=no -sharelight=yes -hillskew=yes -model=model_6531 - -// 6694 -[loc_6694] -active=no -sharelight=yes -hillskew=yes -model=model_6532 - -// 6695 -[loc_6695] -active=no -sharelight=yes -hillskew=yes -mirror=yes -model=model_6532 - -// 6696 -[loc_6696] -active=no -sharelight=yes -hillskew=yes -model=model_6533 - -// 6697 -[loc_6697] -active=no -sharelight=yes -hillskew=yes -model=model_6534 - -// 6698 -[loc_6698] -active=no -sharelight=yes -hillskew=yes -model=model_6526 - -// 6699 -[loc_6699] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_5769 -model2=model_5768 - -// 6700 -[loc_6700] -hillskew=yes -sharelight=yes -active=no -model=model_6507 - -// 6701 -[loc_6701] -hillskew=yes -sharelight=yes -active=no -model=model_6508 - -// 6702 -[loc_6702] -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=4225 -recol1d=7235 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=9349 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=11463 -model=model_6614 -name=Staircase - -// 6703 -[loc_6703] -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=4225 -recol1d=7235 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=9349 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=11463 -model=model_6614 -name=Staircase - -// 6704 -[loc_6704] -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=4225 -recol1d=7235 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=9349 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=11463 -model=model_6614 -name=Staircase - -// 6705 -[loc_6705] -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=4225 -recol1d=7235 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=9349 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=11463 -model=model_6614 -name=Staircase - -// 6706 -[loc_6706] -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=4225 -recol1d=7235 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=9349 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=11463 -model=model_6614 -name=Staircase - -// 6707 -[loc_6707] -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=4225 -recol1d=7235 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=9349 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=11463 -model=model_6614 -name=Staircase - -// 6708 -[loc_6708] -active=yes -blockwalk=no -op1=Climb-up -msi=msi_7 -recol1s=12514 -recol1d=6306 -recol2s=11457 -recol2d=6306 -recol3s=16708 -recol3d=6306 -model=model_5187 -name=Ladder - -// 6709 -[loc_6709] -active=yes -blockwalk=no -multivar=varplayerbit_465 -multiloc=1,loc_6708 - -// 6710 -[loc_6710] -active=yes -blockwalk=no -multivar=varplayerbit_466 -multiloc=1,loc_6708 - -// 6711 -[loc_6711] -active=yes -blockwalk=no -multivar=varplayerbit_467 -multiloc=1,loc_6708 - -// 6712 -[loc_6712] -active=yes -blockwalk=no -multivar=varplayerbit_468 -multiloc=1,loc_6708 - -// 6713 -[loc_6713] -mirror=yes -active=yes -model=model_6623,1 -name=Door - -// 6714 -[loc_6714] -mirror=yes -active=yes -op1=Open -model=model_6623,1 -name=Door - -// 6715 -[loc_6715] -mirror=yes -active=yes -recol1s=3169 -recol1d=1056 -recol2s=6340 -recol2d=4226 -recol3s=5316 -recol3d=3202 -recol4s=7430 -recol4d=5316 -recol5s=5283 -recol5d=3169 -recol6s=4226 -recol6d=2112 -model=model_6623,1 -name=Door - -// 6716 -[loc_6716] -mirror=yes -active=yes -multivar=varplayerbit_469 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6717 -[loc_6717] -mirror=yes -active=yes -multivar=varplayerbit_470 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6718 -[loc_6718] -mirror=yes -active=yes -multivar=varplayerbit_471 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6719 -[loc_6719] -mirror=yes -active=yes -multivar=varplayerbit_472 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6720 -[loc_6720] -mirror=yes -active=yes -multivar=varplayerbit_473 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6721 -[loc_6721] -mirror=yes -active=yes -multivar=varplayerbit_474 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6722 -[loc_6722] -mirror=yes -active=yes -multivar=varplayerbit_475 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6723 -[loc_6723] -mirror=yes -active=yes -multivar=varplayerbit_476 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6724 -[loc_6724] -mirror=yes -active=yes -multivar=varplayerbit_477 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6725 -[loc_6725] -mirror=yes -active=yes -multivar=varplayerbit_478 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6726 -[loc_6726] -mirror=yes -active=yes -multivar=varplayerbit_479 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6727 -[loc_6727] -mirror=yes -active=yes -multivar=varplayerbit_480 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6728 -[loc_6728] -mirror=yes -active=yes -multivar=varplayerbit_481 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6729 -[loc_6729] -mirror=yes -active=yes -multivar=varplayerbit_482 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6730 -[loc_6730] -mirror=yes -active=yes -multivar=varplayerbit_483 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6731 -[loc_6731] -mirror=yes -active=yes -multivar=varplayerbit_484 -multiloc=0,loc_6714 -multiloc=1,loc_6715 - -// 6732 -[loc_6732] -active=yes -model=model_6623,1 -name=Door - -// 6733 -[loc_6733] -active=yes -op1=Open -model=model_6623,1 -name=Door - -// 6734 -[loc_6734] -active=yes -recol1s=3169 -recol1d=1056 -recol2s=6340 -recol2d=4226 -recol3s=5316 -recol3d=3202 -recol4s=7430 -recol4d=5316 -recol5s=5283 -recol5d=3169 -recol6s=4226 -recol6d=2112 -model=model_6623,1 -name=Door - -// 6735 -[loc_6735] -active=yes -multivar=varplayerbit_469 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6736 -[loc_6736] -active=yes -multivar=varplayerbit_470 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6737 -[loc_6737] -active=yes -multivar=varplayerbit_471 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6738 -[loc_6738] -active=yes -multivar=varplayerbit_472 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6739 -[loc_6739] -active=yes -multivar=varplayerbit_473 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6740 -[loc_6740] -active=yes -multivar=varplayerbit_474 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6741 -[loc_6741] -active=yes -multivar=varplayerbit_475 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6742 -[loc_6742] -active=yes -multivar=varplayerbit_476 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6743 -[loc_6743] -active=yes -multivar=varplayerbit_477 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6744 -[loc_6744] -active=yes -multivar=varplayerbit_478 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6745 -[loc_6745] -active=yes -multivar=varplayerbit_479 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6746 -[loc_6746] -active=yes -multivar=varplayerbit_480 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6747 -[loc_6747] -active=yes -multivar=varplayerbit_481 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6748 -[loc_6748] -active=yes -multivar=varplayerbit_482 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6749 -[loc_6749] -active=yes -multivar=varplayerbit_483 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6750 -[loc_6750] -active=yes -multivar=varplayerbit_484 -multiloc=0,loc_6733 -multiloc=1,loc_6734 - -// 6751 -[loc_6751] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_469 -multiloc=1,loc_6807 - -// 6752 -[loc_6752] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_470 -multiloc=1,loc_6807 - -// 6753 -[loc_6753] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_471 -multiloc=1,loc_6807 - -// 6754 -[loc_6754] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_472 -multiloc=1,loc_6807 - -// 6755 -[loc_6755] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_473 -multiloc=1,loc_6807 - -// 6756 -[loc_6756] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_474 -multiloc=1,loc_6807 - -// 6757 -[loc_6757] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_475 -multiloc=1,loc_6807 - -// 6758 -[loc_6758] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_476 -multiloc=1,loc_6807 - -// 6759 -[loc_6759] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_477 -multiloc=1,loc_6807 - -// 6760 -[loc_6760] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_478 -multiloc=1,loc_6807 - -// 6761 -[loc_6761] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_479 -multiloc=1,loc_6807 - -// 6762 -[loc_6762] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_480 -multiloc=1,loc_6807 - -// 6763 -[loc_6763] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_481 -multiloc=1,loc_6807 - -// 6764 -[loc_6764] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_482 -multiloc=1,loc_6807 - -// 6765 -[loc_6765] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_483 -multiloc=1,loc_6807 - -// 6766 -[loc_6766] -width=2 -length=2 -active=no -hillskew=yes -blockwalk=no -recol1s=12580 -recol1d=5282 -multivar=varplayerbit_484 -multiloc=1,loc_6807 - -// 6767 -[loc_6767] -recol1s=14628 -recol1d=6306 -recol2s=20933 -recol2d=8420 -recol3s=12514 -recol3d=4192 -model=model_5439 -name=Standing torch - -// 6768 -[loc_6768] -sharelight=yes -occlude=yes -model=model_6624,1 - -// 6769 -[loc_6769] -sharelight=yes -occlude=yes -mirror=yes -model=model_6624,1 - -// 6770 -[loc_6770] -sharelight=yes -width=3 -active=no -model=model_6625 - -// 6771 -[loc_6771] -length=3 -width=2 -op1=Search -recol1s=10567 -recol1d=9349 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=7235 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=7235 -model=model_6609 -model2=model_6606 -name=Sarcophagus - -// 6772 -[loc_6772] -length=3 -width=2 -op1=Search -recol1s=10567 -recol1d=9349 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=7235 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=7235 -model=model_6609 -model2=model_6612 -name=Sarcophagus - -// 6773 -[loc_6773] -length=3 -width=2 -op1=Search -recol1s=10567 -recol1d=9349 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=7235 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=7235 -model=model_6609 -model2=model_6607 -name=Sarcophagus - -// 6774 -[loc_6774] -active=yes -op1=Open -forceapproach=south -width=2 -length=2 -model=model_6615 -name=Chest - -// 6775 -[loc_6775] -active=yes -op1=Search -op2=Close -forceapproach=south -width=2 -length=2 -recol1s=11561 -recol1d=19008 -model=model_6616 -name=Chest - -// 6776 -[loc_6776] -blockrange=no -recol1s=28436 -recol1d=9542 -model=model_1078 -name=Skeleton - -// 6777 -[loc_6777] -blockrange=no -recol1s=28436 -recol1d=9542 -model=model_1079 -name=Skeleton - -// 6778 -[loc_6778] -width=2 -blockrange=no -recol1s=28436 -recol1d=9542 -model=model_1080 -name=Skeleton - -// 6779 -[loc_6779] -active=no -hillskew=yes -sharelight=yes -model=model_6618,1 -model=model_6619,2 -model=model_6620,5 - -// 6780 -[loc_6780] -active=no -hillskew=yes -sharelight=yes -model=model_6621,5 - -// 6781 -[loc_6781] -active=no -hillskew=yes -sharelight=yes -model=model_6622,1 - -// 6782 -[loc_6782] -active=no -hillskew=yes -sharelight=yes -recol1s=4225 -recol1d=7235 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=9349 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=11463 -model=model_6618,1 -model=model_6619,2 -model=model_6620,5 - -// 6783 -[loc_6783] -active=no -hillskew=yes -sharelight=yes -recol1s=4225 -recol1d=7235 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=9349 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=11463 -model=model_6621,5 - -// 6784 -[loc_6784] -active=no -recol1s=16941 -recol1d=7396 -recol2s=14827 -recol2d=6339 -recol3s=12713 -recol3d=5282 -model=model_5342 - -// 6785 -[loc_6785] -active=no -recol1s=16941 -recol1d=7396 -recol2s=14827 -recol2d=6339 -recol3s=12713 -recol3d=5282 -model=model_5343 - -// 6786 -[loc_6786] -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -model=model_6610,0 - -// 6787 -[loc_6787] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -model=model_6611,0 - -// 6788 -[loc_6788] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=0 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 6789 -[loc_6789] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11592 -model=model_823 - -// 6790 -[loc_6790] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11592 -model=model_787 - -// 6791 -[loc_6791] -length=2 -recol1s=7329 -recol1d=6369 -recol2s=20933 -recol2d=10597 -recol3s=14729 -recol3d=17995 -recol4s=12448 -recol4d=5347 -model=model_5192 -name=Bed - -// 6792 -[loc_6792] -hillskew=yes -sharelight=yes -blockrange=no -model=model_6626,1 -model=model_6627,2 -model=model_6628,5 - -// 6793 -[loc_6793] -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=9670 -recol2s=16846 -recol2d=7556 -recol3s=11561 -recol3d=5442 -model=model_4401,0 - -// 6794 -[loc_6794] -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=9670 -recol2s=16846 -recol2d=7556 -recol3s=11561 -recol3d=5442 -model=model_4402,0 - -// 6795 -[loc_6795] -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=9670 -recol2s=16846 -recol2d=7556 -recol3s=11561 -recol3d=5442 -model=model_4403,0 - -// 6796 -[loc_6796] -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=9670 -recol2s=16846 -recol2d=7556 -recol3s=11561 -recol3d=5442 -model=model_4404,0 - -// 6797 -[loc_6797] -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=9670 -recol2s=16846 -recol2d=7556 -recol3s=11561 -recol3d=5442 -model=model_4489,0 - -// 6798 -[loc_6798] -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=9670 -recol2s=16846 -recol2d=7556 -recol3s=11561 -recol3d=5442 -model=model_4494,0 - -// 6799 -[loc_6799] -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=9670 -recol2s=16846 -recol2d=7556 -recol3s=11561 -recol3d=5442 -model=model_4493,0 - -// 6800 -[loc_6800] -hillskew=yes -active=no -hardshadow=no -recol1s=22131 -recol1d=9670 -recol2s=16846 -recol2d=7556 -recol3s=11561 -recol3d=5442 -model=model_4487,0 - -// 6801 -[loc_6801] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=6339 -recol2s=15618 -recol2d=6339 -recol3s=14594 -recol3d=6339 -model=model_1124,0 - -// 6802 -[loc_6802] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=6339 -recol2s=15618 -recol2d=6339 -recol3s=14594 -recol3d=6339 -model=model_1139,0 - -// 6803 -[loc_6803] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=6339 -recol2s=15618 -recol2d=6339 -recol3s=14594 -recol3d=6339 -model=model_1032,0 - -// 6804 -[loc_6804] -active=no -hillskew=yes -blockrange=no -recol1s=8454 -recol1d=6339 -recol2s=9479 -recol2d=7396 -recol3s=11592 -recol3d=8453 -recol4s=8422 -recol4d=5282 -model=model_3722 - -// 6805 -[loc_6805] -active=no -width=2 -length=2 -hillskew=yes -resizex=256 -resizey=256 -resizez=256 -blockrange=no -recol1s=8454 -recol1d=6339 -recol2s=9479 -recol2d=7396 -recol3s=11592 -recol3d=8453 -recol4s=8422 -recol4d=5282 -model=model_3722 - -// 6806 -[loc_6806] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=5282 -model=model_818 - -// 6807 -[loc_6807] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=5282 -model=model_819 - -// 6808 -[loc_6808] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=5282 -model=model_820 - -// 6809 -[loc_6809] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=5282 -model=model_821 - -// 6810 -[loc_6810] -hillskew=yes -recol1s=12580 -recol1d=5282 -model=model_773,0 - -// 6811 -[loc_6811] -hillskew=yes -recol1s=12580 -recol1d=5282 -model=model_785,0 - -// 6812 -[loc_6812] -hillskew=yes -active=no -recol1s=13505 -recol1d=7235 -recol2s=15618 -recol2d=7235 -recol3s=14594 -recol3d=7235 -model=model_1124,0 - -// 6813 -[loc_6813] -hillskew=yes -active=no -recol1s=13505 -recol1d=7235 -recol2s=15618 -recol2d=7235 -recol3s=14594 -recol3d=7235 -model=model_1139,0 - -// 6814 -[loc_6814] -hillskew=yes -active=no -recol1s=13505 -recol1d=7235 -recol2s=15618 -recol2d=7235 -recol3s=14594 -recol3d=7235 -model=model_1032,0 - -// 6815 -[loc_6815] -active=no -hillskew=yes -sharelight=yes -recol1s=4225 -recol1d=7235 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=9349 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=11463 -model=model_6622,1 - -// 6816 -[loc_6816] -active=no -recol1s=16941 -recol1d=9349 -recol2s=14827 -recol2d=8292 -recol3s=12713 -recol3d=7235 -model=model_5342 - -// 6817 -[loc_6817] -active=no -recol1s=16941 -recol1d=9349 -recol2s=14827 -recol2d=8292 -recol3s=12713 -recol3d=7235 -model=model_5343 - -// 6818 -[loc_6818] -anim=seq_475 -ambient=40 -contrast=40 -active=no -hardshadow=no -model=model_2261 - -// 6819 -[loc_6819] -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=8453 -recol1d=11463 -recol2s=7396 -recol2d=10406 -recol3s=6339 -recol3d=9349 -recol4s=5282 -recol4d=8292 -recol5s=4225 -recol5d=7235 -model=model_6610,0 - -// 6820 -[loc_6820] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=8453 -recol1d=11463 -recol2s=7396 -recol2d=10406 -recol3s=6339 -recol3d=9349 -recol4s=5282 -recol4d=8292 -recol5s=4225 -recol5d=7235 -model=model_6611,0 - -// 6821 -[loc_6821] -length=3 -width=2 -op1=Search -recol1s=10567 -recol1d=9349 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=7235 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=7235 -model=model_6609 -model2=model_6605 -name=Sarcophagus - -// 6822 -[loc_6822] -length=3 -width=2 -op1=Search -recol1s=10567 -recol1d=9349 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=7235 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=7235 -model=model_6609 -model2=model_6608 -name=Sarcophagus - -// 6823 -[loc_6823] -length=3 -width=2 -op1=Search -recol1s=10567 -recol1d=9349 -recol2s=5282 -recol2d=8292 -recol3s=6339 -recol3d=7235 -recol4s=7396 -recol4d=10406 -recol5s=8453 -recol5d=7235 -model=model_6609 -model2=model_6613 -name=Sarcophagus - -// 6824 -[loc_6824] -active=yes -recol1s=8387 -recol1d=6370 -recol2s=20935 -recol2d=6370 -recol3s=17764 -recol3d=8484 -recol4s=7330 -recol4d=4256 -model=model_5189,1 -name=Door - -// 6825 -[loc_6825] -occlude=yes -active=no -resizey=120 -recol1s=8387 -recol1d=6338 -recol2s=8388 -recol2d=6337 -recol3s=9445 -recol3d=6370 -recol4s=17764 -recol4d=0 -recol5s=24137 -recol5d=4224 -recol6s=7331 -recol6d=4224 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 6826 -[loc_6826] -occlude=yes -active=no -resizey=120 -recol1s=20935 -recol1d=8484 -recol2s=8388 -recol2d=6337 -recol3s=9445 -recol3d=6370 -recol4s=17764 -recol4d=0 -recol5s=24137 -recol5d=4224 -recol6s=7331 -recol6d=4224 -model=model_4373,1 - -// 6827 -[loc_6827] -model=model_6617 -name=Waterpump - -// 6828 -[loc_6828] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=7396 -recol2s=15618 -recol2d=7396 -recol3s=14594 -recol3d=7396 -model=model_1124,0 - -// 6829 -[loc_6829] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=7396 -recol2s=15618 -recol2d=7396 -recol3s=14594 -recol3d=7396 -model=model_1139,0 - -// 6830 -[loc_6830] -hillskew=yes -active=no -istexture=yes -blockwalk=no -unknown90=yes -recol1s=13505 -recol1d=7396 -recol2s=15618 -recol2d=7396 -recol3s=14594 -recol3d=7396 -model=model_1032,0 - -// 6831 -[loc_6831] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_6629,H - -// 6832 -[loc_6832] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=6370 -recol2s=12582 -recol2d=8484 -recol3s=9445 -recol3d=6370 -recol4s=7331 -recol4d=4224 -recol5s=8387 -recol5d=6338 -recol6s=8388 -recol6d=6337 -model=model_6630,Z - -// 6833 -[loc_6833] -sharelight=yes -mirror=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=6370 -recol2s=12582 -recol2d=8484 -recol3s=9445 -recol3d=6370 -recol4s=7331 -recol4d=4224 -recol5s=8387 -recol5d=6338 -recol6s=8388 -recol6d=6337 -model=model_6630,Z - -// 6834 -[loc_6834] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=12582 -recol2d=8484 -recol3s=9445 -recol3d=6370 -recol4s=7331 -recol4d=4224 -recol5s=8387 -recol5d=6338 -recol6s=8388 -recol6d=6337 -model=model_6631,Z - -// 6835 -[loc_6835] -recol1s=13636 -recol1d=7424 -recol2s=10466 -recol2d=9538 -recol3s=7329 -recol3d=6401 -model=model_1402 -name=Warning sign - -// 6836 -[loc_6836] -sharelight=yes -hillskew=yes -op1=Unlock -shadow=no -ambient=25 -blockrange=no -model=model_6756,1 -name=Cage - -// 6837 -[loc_6837] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=25 -blockrange=no -model=model_6757,1 - -// 6838 -[loc_6838] -sharelight=yes -hillskew=yes -blockwalk=yes -active=no -shadow=no -ambient=25 -blockrange=no -model=model_6758 -model2=model_15273 - -// 6839 -[loc_6839] -op1=Buy -model=model_25038 -name=Crate - -// 6840 -[loc_6840] -contrast=20 -ambient=15 -active=yes -op3=hidden -model=model_37978,Q -name=Fungus pattern - -// 6841 -[loc_6841] -ambient=25 -contrast=15 -hillskew=yes -width=2 -length=3 -op1=Climb-down -forceapproach=north -retex1s=material_560 -retex1d=material_181 -model=model_37224 -name=Stairs - -// 6842 -[loc_6842] -ambient=25 -contrast=15 -hillskew=yes -width=2 -length=3 -op1=Climb-up -msi=msi_7 -forceapproach=south -recol1s=4260 -recol1d=7296 -recol2s=6374 -recol2d=8353 -recol3s=7431 -recol3d=9410 -recol4s=8488 -recol4d=10467 -recol5s=9545 -recol5d=11524 -recolhsl6s=21547 -recolhsl6d=6562 -model=model_37486 -name=Stairs - -// 6843 -[loc_6843] -width=2 -length=3 -hillskew=yes -msi=msi_34 -active=yes -blockrange=no -multivar=varplayerbit_488 -multiloc=0,loc_6844 -multiloc=1,loc_6844 -multiloc=2,loc_6844 -multiloc=3,loc_6845 -multiloc=4,loc_6845 -multiloc=5,loc_6845 - -// 6844 -[loc_6844] -width=2 -length=3 -ambient=25 -contrast=15 -msi=msi_34 -op1=Search -blockrange=no -model=model_37507 -name=Ogre Coffin - -// 6845 -[loc_6845] -width=2 -length=3 -ambient=25 -contrast=15 -op1=Search -model=model_37269 -name=Ogre Coffin - -// 6846 -[loc_6846] -hillskew=yes -mirror=yes -sharelight=yes -op1=Search -recol1s=12580 -recol1d=8353 -recol2s=17864 -recol2d=11524 -model=model_6795 -name=Broken Lecturn - -// 6847 -[loc_6847] -op1=Ring -model=model_6811 -name=Bell - -// 6848 -[loc_6848] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -op1=Open -op2=Pick-lock -op4=hidden -msi=msi_34 -blockrange=no -model=model_37180 -name=Ogre Coffin - -// 6849 -[loc_6849] -op1=Search -recol1s=28400 -recol1d=13634 -recol2s=9905 -recol2d=10240 -model=model_1402 -name=Signpost - -// 6850 -[loc_6850] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -op1=Open -op2=Pick-lock -op4=hidden -msi=msi_34 -blockrange=no -model=model_37407 -name=Ogre Coffin - -// 6851 -[loc_6851] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -msi=msi_34 -blockrange=no -model=model_37174 -name=Ogre Coffin - -// 6852 -[loc_6852] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -msi=msi_34 -blockrange=no -model=model_37250 -name=Ogre Coffin - -// 6853 -[loc_6853] -width=2 -length=3 -hillskew=yes -mirror=yes -op1=Open -op2=Pick-lock -op4=hidden -msi=msi_34 -blockrange=no -recol1s=6307 -recol1d=6240 -recol2s=7364 -recol2d=7296 -recol3s=8421 -recol3d=8353 -recol4s=9478 -recol4d=9410 -recol5s=10535 -recol5d=10467 -recol6s=11592 -recol6d=11524 -model=model_6805 -name=Ogre Coffin - -// 6854 -[loc_6854] -width=2 -length=3 -hillskew=yes -mirror=yes -msi=msi_34 -blockrange=no -recol1s=6307 -recol1d=6240 -recol2s=7364 -recol2d=7296 -recol3s=8421 -recol3d=8353 -recol4s=9478 -recol4d=9410 -recol5s=10535 -recol5d=10467 -recol6s=11592 -recol6d=11524 -model=model_6808 -name=Ogre Coffin - -// 6855 -[loc_6855] -width=2 -length=3 -hillskew=yes -mirror=yes -msi=msi_34 -blockrange=no -recol1s=6307 -recol1d=6240 -recol2s=7364 -recol2d=7296 -recol3s=8421 -recol3d=8353 -recol4s=9478 -recol4d=9410 -recol5s=10535 -recol5d=10467 -recol6s=11592 -recol6d=11524 -model=model_6806 -name=Ogre Coffin - -// 6856 -[loc_6856] -hillskew=yes -msi=msi_51 -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6788 -name=Barricade - -// 6857 -[loc_6857] -hillskew=yes -msi=msi_51 -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6790 -name=Barricade - -// 6858 -[loc_6858] -mirror=yes -hillskew=yes -msi=msi_51 -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6790 -name=Barricade - -// 6859 -[loc_6859] -hillskew=yes -active=no -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6801 - -// 6860 -[loc_6860] -hillskew=yes -mirror=yes -active=no -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6801 - -// 6861 -[loc_6861] -hillskew=yes -active=no -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6802 - -// 6862 -[loc_6862] -hillskew=yes -mirror=yes -active=no -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6802 - -// 6863 -[loc_6863] -hillskew=yes -mirror=yes -active=no -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6803 - -// 6864 -[loc_6864] -hillskew=yes -mirror=yes -active=no -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6804 - -// 6865 -[loc_6865] -ambient=25 -contrast=15 -length=2 -blockrange=no -model=model_6800 -name=An ogre standard - -// 6866 -[loc_6866] -width=2 -length=2 -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6794 -name=Ogre fire - -// 6867 -[loc_6867] -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6792 -name=Ogre Drums - -// 6868 -[loc_6868] -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6793 -name=Ogre Drums - -// 6869 -[loc_6869] -hillskew=yes -sharelight=yes -unknown90=yes -blockrange=no -model=model_6796,0 - -// 6870 -[loc_6870] -hillskew=yes -mirror=yes -sharelight=yes -unknown90=yes -blockrange=no -model=model_6796,0 - -// 6871 -[loc_6871] -hillskew=yes -active=yes -ambient=25 -contrast=15 -mirror=yes -op1=Open -model=model_37681,1 -name=Ogre stone door - -// 6872 -[loc_6872] -hillskew=yes -active=yes -ambient=25 -contrast=15 -op1=Open -model=model_37681,1 -name=Ogre stone door - -// 6873 -[loc_6873] -mirror=yes -model=model_37681,1 - -// 6874 -[loc_6874] -model=model_37681,1 - -// 6875 -[loc_6875] -forceapproach=east -op1=Search -model=model_1155 -name=Drawers - -// 6876 -[loc_6876] -length=2 -forceapproach=east -op1=Search -recol1s=32384 -recol1d=12618 -recol2s=15616 -recol2d=8385 -recol3s=5184 -recol3d=11490 -retex1s=material_103 -retex1d=material_77 -model=model_2247 -name=Cupboard - -// 6877 -[loc_6877] -forceapproach=east -op1=Search -ambient=20 -recol1s=6342 -recol1d=12618 -recol2s=5216 -recol2d=8385 -recol3s=8384 -recol3d=11490 -model=model_1951 -name=Wardrobe - -// 6878 -[loc_6878] -active=yes -blockrange=no -multivar=varplayerbit_496 -multiloc=0,loc_6880 -multiloc=1,loc_6882 - -// 6879 -[loc_6879] -active=yes -blockrange=no -multivar=varplayerbit_496 -multiloc=0,loc_6880 -multiloc=1,loc_6881 - -// 6880 -[loc_6880] -hillskew=yes -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6788 -name=Ogre barricade - -// 6881 -[loc_6881] -hillskew=yes -op1=Climb-over -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6789 -name=Crushed barricade - -// 6882 -[loc_6882] -hillskew=yes -mirror=yes -op1=Climb-over -blockrange=no -recol1s=25329 -recol1d=22123 -model=model_6789 -name=Crushed barricade - -// 6883 -[loc_6883] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -op1=Open -op2=Pick-lock -op4=hidden -msi=msi_34 -model=model_37180 -name=Ogre Coffin - -// 6884 -[loc_6884] -hillskew=yes -recol1s=13505 -recol1d=6308 -recol2s=14594 -recol2d=6308 -recol3s=15618 -recol3d=6308 -model=model_1124,0 - -// 6885 -[loc_6885] -hillskew=yes -recol1s=13505 -recol1d=6308 -recol2s=14594 -recol2d=6308 -recol3s=15618 -recol3d=6308 -model=model_1139,0 - -// 6886 -[loc_6886] -hillskew=yes -recol1s=13505 -recol1d=6308 -recol2s=14594 -recol2d=6308 -recol3s=15618 -recol3d=6308 -model=model_1032,0 - -// 6887 -[loc_6887] -length=2 -anim=seq_2091 -active=yes -multivar=varplayerbit_495 -multiloc=0,loc_6888 -multiloc=1,loc_6889 -multiloc=2,loc_6888 - -// 6888 -[loc_6888] -op1=Talk-to -recol1s=2340 -recol1d=7298 -recol2s=25098 -recol2d=29328 -recol3s=32736 -recol3d=2081 -recol4s=239 -recol4d=7434 -recol5s=8456 -recol5d=15720 -retex1s=material_142 -retex1d=material_56 -model=model_6809 -name=Sithik Ints - -// 6889 -[loc_6889] -op1=Talk-to -recol1s=2340 -recol1d=7298 -recol2s=25098 -recol2d=29328 -recol3s=32736 -recol3d=2081 -recol4s=239 -recol4d=7434 -recol5s=8456 -recol5d=15720 -retex1s=material_142 -retex1d=material_56 -model=model_6810 -name=Sithik Ints - -// 6890 -[loc_6890] -width=2 -length=3 -hillskew=yes -op4=hidden -recol1s=12580 -recol1d=8353 -recol2s=17864 -recol2d=11524 -model=model_38599 -name=Ogre Coffin - -// 6891 -[loc_6891] -width=2 -length=3 -hillskew=yes -op4=hidden -recol1s=12580 -recol1d=6308 -recol2s=17864 -recol2d=11524 -model=model_6785 -name=Ogre Coffin - -// 6892 -[loc_6892] -width=2 -length=3 -hillskew=yes -op4=hidden -recol1s=6307 -recol1d=6240 -recol2s=7364 -recol2d=7296 -recol3s=8421 -recol3d=8353 -recol4s=9478 -recol4d=9410 -recol5s=10535 -recol5d=10467 -recol6s=11592 -recol6d=11524 -model=model_6807 -name=Ogre Coffin - -// 6893 -[loc_6893] -ambient=25 -contrast=15 -op1=Search -blockwalk=no -recolhsl1s=6241 -recolhsl1d=11468 -model=model_1079 -name=Skeleton - -// 6894 -[loc_6894] -op1=Search -forceapproach=east -model=model_1245 -name=Bookcase - -// 6895 -[loc_6895] -anim=seq_1017 -width=2 -active=yes -multivar=varplayerbit_1770 -multiloc=0,loc_3375 -multiloc=1,loc_3372 -multiloc=2,loc_3373 -multiloc=3,loc_3374 -multiloc=4,loc_3382 -multiloc=5,loc_3383 -multiloc=6,loc_12561 -multiloc=7,loc_12562 -multiloc=8,loc_12563 - -// 6896 -[loc_6896] -anim=seq_481 -blockrange=no -recol1s=8419 -recol1d=10499 -model=model_2288 -name=Standing torch - -// 6897 -[loc_6897] -op1=Search -blockrange=no -model=model_37193 -name=Stand - -// 6898 -[loc_6898] -active=yes -blockwalk=yes -occlude=yes -multivar=varplayerbit_532 -multiloc=0,loc_6904 -multiloc=1,loc_6903 -multiloc=2,loc_6903 -multiloc=3,loc_6903 -multiloc=4,loc_6905 -multiloc=5,loc_6905 -multiloc=6,loc_6905 -multiloc=7,loc_6905 -multiloc=8,loc_6905 -multiloc=9,loc_6905 -multiloc=10,loc_6905 -multiloc=11,loc_6905 - -// 6899 -[loc_6899] -active=yes -blockwalk=yes -msi=msi_36 -multivar=varplayerbit_532 -multiloc=0,loc_6909 -multiloc=1,loc_6909 -multiloc=2,loc_6909 -multiloc=3,loc_6909 -multiloc=4,loc_6905 -multiloc=5,loc_6905 -multiloc=6,loc_6905 -multiloc=7,loc_6905 -multiloc=8,loc_6905 -multiloc=9,loc_6905 -multiloc=10,loc_6905 -multiloc=11,loc_6905 - -// 6900 -[loc_6900] -multivar=varplayerbit_532 -multiloc=1,loc_6902 -multiloc=2,loc_6902 -multiloc=3,loc_6902 -multiloc=4,loc_6902 -multiloc=5,loc_6902 -multiloc=6,loc_6902 -multiloc=7,loc_6902 -multiloc=8,loc_6902 -multiloc=9,loc_6902 -multiloc=10,loc_6902 - -// 6901 -[loc_6901] -blockwalk=yes -active=no -ambient=10 -contrast=10 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_37884,1 - -// 6902 -[loc_6902] -ambient=10 -contrast=10 -active=no -model=model_36979,0 - -// 6903 -[loc_6903] -active=yes -model=model_37993,Q -name=Rubble - -// 6904 -[loc_6904] -active=yes -ambient=25 -contrast=15 -model=model_37999,Q -name=Shelves - -// 6905 -[loc_6905] -active=yes -op1=Squeeze-through -model=model_6914,Q -name=Hole - -// 6906 -[loc_6906] -active=no -blockwalk=yes -ambient=10 -contrast=10 -model=model_37851,1 - -// 6907 -[loc_6907] -active=no -model=model_36979,0 - -// 6908 -[loc_6908] -active=no -blockwalk=no -ambient=10 -contrast=10 -model=model_37854 - -// 6909 -[loc_6909] -active=yes -blockrange=no -model=model_37991,Q -name=Wall - -// 6910 -[loc_6910] -active=yes -op1=Open -forceapproach=south -ambient=25 -contrast=15 -recol1s=10467 -recol1d=5251 -recol2s=14695 -recol2d=9445 -recol3s=22131 -recol3d=6342 -recol4s=17903 -recol4d=12618 -recol5s=13675 -recol5d=6342 -model=model_12150 -name=Chest - -// 6911 -[loc_6911] -ambient=25 -contrast=15 -op1=Search -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33997 -name=Crate - -// 6912 -[loc_6912] -sharelight=yes -ambient=10 -contrast=10 -op1=Squeeze-through -active=yes -blockwalk=yes -model=model_37867,1 -name=Hole - -// 6913 -[loc_6913] -active=no -blockwalk=yes -multivar=varplayerbit_538 -multiloc=0,loc_6918 - -// 6914 -[loc_6914] -width=3 -op1=Squeeze-through -model=model_6894 -name=Hole - -// 6915 -[loc_6915] -width=3 -model=model_6895 -name=Rubble - -// 6916 -[loc_6916] -op1=Search -forceapproach=south -offsetx=28 -offsety=0 -offsetz=0 -ambient=25 -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=9442 -recol3s=5184 -recol3d=10430 -model=model_15207 -name=Bookcase - -// 6917 -[loc_6917] -model=model_6914,Q - -// 6918 -[loc_6918] -ambient=10 -contrast=10 -hillskew=yes -recolhsl1s=10268 -recolhsl1d=10254 -recolhsl2s=10265 -recolhsl2d=10251 -model=model_42556,Q - -// 6919 -[loc_6919] -active=yes -op1=Open -model=model_6931 -name=Door - -// 6920 -[loc_6920] -hillskew=yes -sharelight=yes -mirror=yes -active=yes -op1=Open -model=model_6931 -name=Door - -// 6921 -[loc_6921] -hillskew=yes -active=yes -msi=msi_36 -op1=Look-at -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_37877,Q -name=Symbol - -// 6922 -[loc_6922] -hillskew=yes -active=yes -msi=msi_36 -op1=Look-at -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_37873,Q -name=Symbol - -// 6923 -[loc_6923] -hillskew=yes -active=yes -msi=msi_36 -op1=Look-at -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_37848,Q -name=Symbol - -// 6924 -[loc_6924] -hillskew=yes -active=yes -msi=msi_36 -op1=Look-at -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_37864,Q -name=Symbol - -// 6925 -[loc_6925] -hillskew=yes -active=no -msi=msi_36 -ambient=10 -contrast=10 -model=model_37869,1 - -// 6926 -[loc_6926] -active=no -blockwalk=no -model=model_6932,1 -model=model_15553,2 -model=model_15554,3 -model=model_15555,4 -model=model_15556,5 - -// 6927 -[loc_6927] -model=model_6880 -name=Big, big boulder... - -// 6928 -[loc_6928] -width=2 -length=2 -model=model_37280 -name=Bone Crane - -// 6929 -[loc_6929] -hillskew=yes -sharelight=yes -model=model_6897 -name=Bone support - -// 6930 -[loc_6930] -hillskew=yes -sharelight=yes -model=model_6898 -name=Bone support - -// 6931 -[loc_6931] -hillskew=yes -sharelight=yes -model=model_6899 -name=Bone arch - -// 6932 -[loc_6932] -hillskew=yes -sharelight=yes -model=model_6899 -model2=model_6884 -name=Bone arch - -// 6933 -[loc_6933] -hillskew=yes -sharelight=yes -model=model_6899 -model2=model_6885 -name=Bone arch - -// 6934 -[loc_6934] -hillskew=yes -sharelight=yes -model=model_6902 -name=Bone arch - -// 6935 -[loc_6935] -hillskew=yes -sharelight=yes -model=model_6904 -name=Bone arch - -// 6936 -[loc_6936] -hillskew=yes -sharelight=yes -model=model_6902 -model2=model_6883 -name=Bone arch - -// 6937 -[loc_6937] -hillskew=yes -sharelight=yes -model=model_6903 -name=Bone arch - -// 6938 -[loc_6938] -hillskew=yes -sharelight=yes -model=model_6903 -model2=model_6882 -name=Bone arch - -// 6939 -[loc_6939] -hillskew=yes -sharelight=yes -model=model_6900 -name=Bone arch - -// 6940 -[loc_6940] -hillskew=yes -sharelight=yes -model=model_6901 -name=Bone arch - -// 6941 -[loc_6941] -hillskew=yes -sharelight=yes -model=model_6881,0 - -// 6942 -[loc_6942] -width=2 -active=no -model=model_6905 - -// 6943 -[loc_6943] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=16909 -recol1d=5284 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 6944 -[loc_6944] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=10504 -recol1d=5284 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 6945 -[loc_6945] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=16909 -recol1d=5284 -recol2s=6342 -recol2d=20017 -model=model_3184 -name=Rocks - -// 6946 -[loc_6946] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=10504 -recol1d=5284 -recol2s=6342 -recol2d=20017 -model=model_3183 -name=Rocks - -// 6947 -[loc_6947] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=16909 -recol1d=5284 -recol2s=6342 -recol2d=5284 -model=model_3184 -name=Rocks - -// 6948 -[loc_6948] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=10504 -recol1d=5284 -recol2s=6342 -recol2d=5284 -model=model_3183 -name=Rocks - -// 6949 -[loc_6949] -active=no -anim=seq_2131 -blockwalk=no -hillskew=yes -forcedecor=yes -sharelight=yes -model=model_6878,0 - -// 6950 -[loc_6950] -breakroutefinding=yes -model=model_6880 -name=Boulder - -// 6951 -[loc_6951] -breakroutefinding=yes -active=yes -model=model_6511,Q -name=Nothing - -// 6952 -[loc_6952] -breakroutefinding=yes -active=yes -model=model_6511,Q -name=Nothing - -// 6953 -[loc_6953] -breakroutefinding=yes -active=yes -model=model_6511,Q -name=Nothing - -// 6954 -[loc_6954] -active=no -model=model_6910,0 - -// 6955 -[loc_6955] -sharelight=yes -ambient=25 -contrast=25 -model=model_6968,1 - -// 6956 -[loc_6956] -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_6968,1 - -// 6957 -[loc_6957] -sharelight=yes -ambient=25 -contrast=25 -model=model_6969,1 - -// 6958 -[loc_6958] -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_6969,1 - -// 6959 -[loc_6959] -contrast=20 -ambient=50 -model=model_6966,Q - -// 6960 -[loc_6960] -mirror=yes -contrast=20 -ambient=50 -model=model_6966,Q - -// 6961 -[loc_6961] -contrast=20 -ambient=50 -model=model_6967,Q - -// 6962 -[loc_6962] -mirror=yes -contrast=20 -ambient=50 -model=model_6967,Q - -// 6963 -[loc_6963] -ambient=20 -contrast=50 -model=model_6971,Q - -// 6964 -[loc_6964] -ambient=20 -contrast=50 -model=model_6972,Q - -// 6965 -[loc_6965] -sharelight=yes -ambient=20 -contrast=50 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 6966 -[loc_6966] -sharelight=yes -ambient=20 -contrast=50 -model=model_6970,1 - -// 6967 -[loc_6967] -active=no -width=3 -ambient=40 -anim=seq_2133 -model=model_6973 - -// 6968 -[loc_6968] -active=no -width=3 -mirror=yes -ambient=40 -anim=seq_2133 -model=model_6973 - -// 6969 -[loc_6969] -width=3 -length=3 -op1=Board -op2=Board ( Pay 10 ) -model=model_4970 -name=Swamp Boaty - -// 6970 -[loc_6970] -width=3 -length=3 -op1=Board -model=model_4970 -name=Swamp Boaty - -// 6971 -[loc_6971] -sharelight=yes -model=model_7086 -name=Cart Track - -// 6972 -[loc_6972] -anim=seq_2136 -active=yes -recol1s=6336 -recol1d=9445 -recol2s=8449 -recol2d=9445 -recol3s=6337 -recol3d=9445 -model=model_7107 -model2=model_14193 -name=Bookcase - -// 6973 -[loc_6973] -sharelight=yes -active=no -model=model_7095,1 - -// 6974 -[loc_6974] -sharelight=yes -mirror=yes -active=no -model=model_7095,1 - -// 6975 -[loc_6975] -active=yes -op1=Open -recol1s=8457 -recol1d=9445 -model=model_5913,1 -name=Door - -// 6976 -[loc_6976] -active=yes -op1=Close -recol1s=8457 -recol1d=9445 -model=model_5913,1 -name=Door - -// 6977 -[loc_6977] -active=yes -op1=Open -model=model_5912,1 -name=Door - -// 6978 -[loc_6978] -active=yes -model=model_5912,1 -name=Door - -// 6979 -[loc_6979] -active=no -model=model_5914,1 - -// 6980 -[loc_6980] -mirror=yes -active=no -model=model_5914,1 - -// 6981 -[loc_6981] -sharelight=yes -active=no -model=model_7092,8 -model=model_7093,1 -model=model_7094,5 - -// 6982 -[loc_6982] -sharelight=yes -mirror=yes -active=no -model=model_7092,8 -model=model_7093,1 -model=model_7094,5 - -// 6983 -[loc_6983] -sharelight=yes -active=no -blockwalk=yes -blockrange=no -model=model_14190,1 - -// 6984 -[loc_6984] -width=2 -length=2 -resizex=88 -resizey=88 -resizez=88 -model=model_5879 -name=Market Stall - -// 6985 -[loc_6985] -anim=seq_2135 -width=2 -model=model_7102 -name=Crusher - -// 6986 -[loc_6986] -active=no -recol1s=21074 -recol1d=12788 -model=model_7099,0 - -// 6987 -[loc_6987] -active=no -recol1s=21074 -recol1d=11881 -model=model_7099,0 - -// 6988 -[loc_6988] -active=no -recol1s=21074 -recol1d=16846 -model=model_7099,0 - -// 6989 -[loc_6989] -active=no -recol1s=21074 -recol1d=15523 -model=model_7099,0 - -// 6990 -[loc_6990] -active=no -recol1s=21074 -recol1d=12788 -model=model_7098,0 - -// 6991 -[loc_6991] -active=no -recol1s=21074 -recol1d=11881 -model=model_7098,0 - -// 6992 -[loc_6992] -active=no -recol1s=21074 -recol1d=16846 -model=model_7098,0 - -// 6993 -[loc_6993] -active=no -recol1s=21074 -recol1d=15523 -model=model_7098,0 - -// 6994 -[loc_6994] -active=no -recol1s=21074 -recol1d=15523 -recol2s=17903 -recol2d=12546 -model=model_7101,0 - -// 6995 -[loc_6995] -active=no -recol1s=17903 -recol1d=12546 -recol2s=21074 -recol2d=16846 -model=model_7100,0 - -// 6996 -[loc_6996] -active=no -recol1s=21074 -recol1d=16846 -recol2s=17903 -recol2d=32634 -model=model_7101,0 - -// 6997 -[loc_6997] -active=no -recol1s=17903 -recol1d=32634 -recol2s=21074 -recol2d=11881 -model=model_7100,0 - -// 6998 -[loc_6998] -active=no -recol1s=21074 -recol1d=11881 -recol2s=17903 -recol2d=27402 -model=model_7101,0 - -// 6999 -[loc_6999] -active=no -recol1s=17903 -recol1d=27402 -recol2s=21074 -recol2d=12788 -model=model_7100,0 - -// 7000 -[loc_7000] -active=no -recol1s=21074 -recol1d=12788 -recol2s=17903 -recol2d=15633 -model=model_7101,0 - -// 7001 -[loc_7001] -active=no -recol1s=17903 -recol1d=15633 -recol2s=21074 -recol2d=15523 -model=model_7100,0 - -// 7002 -[loc_7002] -length=2 -width=2 -recol1s=16846 -recol1d=8455 -model=model_7115 -name=Statue - -// 7003 -[loc_7003] -length=2 -width=2 -mirror=yes -recol1s=16846 -recol1d=8455 -model=model_7116 -name=Statue - -// 7004 -[loc_7004] -length=2 -width=2 -model=model_7111 -name=Statue - -// 7005 -[loc_7005] -mirror=yes -length=2 -width=2 -model=model_7111 -name=Statue - -// 7006 -[loc_7006] -length=2 -width=2 -model=model_7110 -name=Statue - -// 7007 -[loc_7007] -mirror=yes -length=2 -width=2 -model=model_7110 -name=Statue - -// 7008 -[loc_7008] -model=model_7112 -name=Statue - -// 7009 -[loc_7009] -model=model_7113 -name=Statue - -// 7010 -[loc_7010] -model=model_7114 -name=Almost a Statue - -// 7011 -[loc_7011] -length=2 -width=2 -recol1s=11652 -recol1d=17636 -model=model_7119 -name=Plant - -// 7012 -[loc_7012] -resizex=70 -resizey=74 -resizez=70 -recol1s=11652 -recol1d=20773 -model=model_7119 -name=Plant - -// 7013 -[loc_7013] -anim=seq_2137 -model=model_7109 -name=Plant - -// 7014 -[loc_7014] -length=2 -width=2 -resizex=180 -resizey=174 -resizez=180 -anim=seq_2137 -model=model_7109 -name=Plant - -// 7015 -[loc_7015] -length=3 -width=3 -resizex=250 -resizey=234 -resizez=250 -anim=seq_2137 -model=model_7109 -name=Plant - -// 7016 -[loc_7016] -model=model_7097 -name=Pillar - -// 7017 -[loc_7017] -model=model_7096 -name=Pillar - -// 7018 -[loc_7018] -model=model_7106 -name=Cupboard - -// 7019 -[loc_7019] -model=model_7105 -name=Cabinet - -// 7020 -[loc_7020] -model=model_7105 -model2=model_7104 -name=Cabinet - -// 7021 -[loc_7021] -model=model_7105 -model2=model_7103 -name=Cabinet - -// 7022 -[loc_7022] -hillskew=yes -sharelight=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=12448 -recol1d=5216 -recol2s=14732 -recol2d=6341 -recol3s=11561 -recol3d=6341 -model=model_1394,0 -name=Track - -// 7023 -[loc_7023] -hillskew=yes -sharelight=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1395,0 -name=Track - -// 7024 -[loc_7024] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1397,0 - -// 7025 -[loc_7025] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1386,0 - -// 7026 -[loc_7026] -hillskew=yes -sharelight=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1387,0 -name=Track - -// 7027 -[loc_7027] -active=yes -model=model_1398 -name=Train cart - -// 7028 -[loc_7028] -active=yes -op1=Ride -model=model_1398 -name=Train cart - -// 7029 -[loc_7029] -active=yes -op1=Ride -model=model_1398 -name=Train cart - -// 7030 -[loc_7030] -active=yes -op1=Ride -model=model_1398 -name=Train cart - -// 7031 -[loc_7031] -length=4 -width=4 -active=yes -multivar=varplayerbit_577 -multiloc=0,loc_7032 -multiloc=1,loc_7033 -multiloc=2,loc_7034 -multiloc=3,loc_7035 -multiloc=4,loc_7036 -multiloc=5,loc_7037 -multiloc=6,loc_7038 -multiloc=7,loc_7039 - -// 7032 -[loc_7032] -length=4 -width=4 -active=yes -model=model_5848 -name=Giant Dwarf - -// 7033 -[loc_7033] -length=4 -width=4 -active=yes -model=model_7087 -name=Giant Dwarf - -// 7034 -[loc_7034] -length=4 -width=4 -active=yes -model=model_7091 -name=Giant Dwarf - -// 7035 -[loc_7035] -length=4 -width=4 -active=yes -model=model_7088 -name=Giant Dwarf - -// 7036 -[loc_7036] -length=4 -width=4 -active=yes -model=model_7090 -name=Giant Dwarf - -// 7037 -[loc_7037] -length=4 -width=4 -active=yes -model=model_7089 -name=Giant Dwarf - -// 7038 -[loc_7038] -length=4 -width=4 -active=yes -model=model_7090 -name=Giant Dwarf - -// 7039 -[loc_7039] -length=4 -width=4 -active=yes -model=model_7089 -name=Giant Dwarf - -// 7040 -[loc_7040] -length=4 -width=4 -active=yes -multivar=varplayerbit_575 -multiloc=0,loc_7041 - -// 7041 -[loc_7041] -length=4 -width=4 -active=yes -model=model_5849 -name=Giant Dwarf - -// 7042 -[loc_7042] -length=4 -width=4 -active=yes -multivar=varplayerbit_575 -multiloc=0,loc_7043 - -// 7043 -[loc_7043] -length=4 -width=4 -active=yes -model=model_5847 -name=Giant Dwarf - -// 7044 -[loc_7044] -recol1s=13504 -recol1d=5216 -recol2s=16846 -recol2d=6341 -model=model_1389 -name=Buffers - -// 7045 -[loc_7045] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1395,0 - -// 7046 -[loc_7046] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1397,0 - -// 7047 -[loc_7047] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1386,0 - -// 7048 -[loc_7048] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1387,0 - -// 7049 -[loc_7049] -op1=Open -active=yes -blockrange=no -model=model_7371,1 -name=Gate - -// 7050 -[loc_7050] -mirror=yes -op1=Open -active=yes -blockrange=no -model=model_7371,1 -name=Gate - -// 7051 -[loc_7051] -op1=Close -active=yes -blockrange=no -model=model_7371,1 -name=Gate - -// 7052 -[loc_7052] -mirror=yes -op1=Close -blockrange=no -model=model_7371,1 -name=Gate - -// 7053 -[loc_7053] -width=2 -length=2 -op2=Steal from -model=model_1421 -model2=model_7370 -name=Seed Stall - -// 7054 -[loc_7054] -forcedecor=yes -mapfunction=55 -model=model_1105,0 - -// 7055 -[loc_7055] -active=no -sharelight=yes -hillskew=yes -blockrange=no -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 7056 -[loc_7056] -length=2 -op1=Climb-down -sharelight=yes -forceapproach=south -msi=msi_7 -model=model_7403 -name=Staircase - -// 7057 -[loc_7057] -length=3 -op1=Climb-up -sharelight=yes -forceapproach=north -msi=msi_7 -model=model_7402 -name=Staircase - -// 7058 -[loc_7058] -op1=Search -model=model_7396 -model2=model_7397 -name=Old Bookshelf - -// 7059 -[loc_7059] -op1=Search -model=model_7392 -model2=model_7393 -name=Old Bookshelf - -// 7060 -[loc_7060] -op1=Search -model=model_7392 -model2=model_7394 -name=Old Bookshelf - -// 7061 -[loc_7061] -op1=Search -model=model_7392 -model2=model_7395 -name=Old Bookshelf - -// 7062 -[loc_7062] -op1=Search -model=model_7387 -model2=model_7388 -name=Old Bookshelf - -// 7063 -[loc_7063] -op1=Search -model=model_7387 -model2=model_7389 -name=Old Bookshelf - -// 7064 -[loc_7064] -op1=Search -model=model_7387 -model2=model_7390 -name=Old Bookshelf - -// 7065 -[loc_7065] -offsetx=16 -op1=Search -model=model_7392 -model2=model_7393 -name=Old Bookshelf - -// 7066 -[loc_7066] -offsetx=16 -op1=Search -model=model_7392 -model2=model_7394 -name=Old Bookshelf - -// 7067 -[loc_7067] -offsetx=16 -op1=Search -model=model_7392 -model2=model_7395 -name=Old Bookshelf - -// 7068 -[loc_7068] -offsetx=16 -op1=Search -model=model_7387 -model2=model_7388 -name=Old Bookshelf - -// 7069 -[loc_7069] -offsetx=16 -op1=Search -model=model_7387 -model2=model_7389 -name=Old Bookshelf - -// 7070 -[loc_7070] -offsetx=16 -op1=Search -model=model_7387 -model2=model_7390 -name=Old Bookshelf - -// 7071 -[loc_7071] -offsetx=-16 -op1=Search -model=model_7392 -model2=model_7393 -name=Old Bookshelf - -// 7072 -[loc_7072] -offsetx=-16 -op1=Search -model=model_7392 -model2=model_7394 -name=Old Bookshelf - -// 7073 -[loc_7073] -offsetx=-16 -op1=Search -model=model_7392 -model2=model_7395 -name=Old Bookshelf - -// 7074 -[loc_7074] -offsetx=-16 -op1=Search -model=model_7387 -model2=model_7388 -name=Old Bookshelf - -// 7075 -[loc_7075] -offsetx=-16 -op1=Search -model=model_7387 -model2=model_7389 -name=Old Bookshelf - -// 7076 -[loc_7076] -offsetx=-16 -op1=Search -model=model_7387 -model2=model_7390 -name=Old Bookshelf - -// 7077 -[loc_7077] -offsetz=-16 -op1=Search -model=model_7392 -model2=model_7393 -name=Old Bookshelf - -// 7078 -[loc_7078] -offsetz=-16 -op1=Search -model=model_7392 -model2=model_7394 -name=Old Bookshelf - -// 7079 -[loc_7079] -offsetz=-16 -op1=Search -model=model_7392 -model2=model_7395 -name=Old Bookshelf - -// 7080 -[loc_7080] -offsetz=-16 -op1=Search -model=model_7387 -model2=model_7388 -name=Old Bookshelf - -// 7081 -[loc_7081] -offsetz=-16 -op1=Search -model=model_7387 -model2=model_7389 -name=Old Bookshelf - -// 7082 -[loc_7082] -offsetz=-16 -op1=Search -model=model_7387 -model2=model_7390 -name=Old Bookshelf - -// 7083 -[loc_7083] -offsetz=16 -op1=Search -model=model_7392 -model2=model_7393 -name=Old Bookshelf - -// 7084 -[loc_7084] -offsetz=16 -op1=Search -model=model_7392 -model2=model_7394 -name=Old Bookshelf - -// 7085 -[loc_7085] -offsetz=16 -op1=Search -model=model_7392 -model2=model_7395 -name=Old Bookshelf - -// 7086 -[loc_7086] -offsetz=16 -op1=Search -model=model_7387 -model2=model_7388 -name=Old Bookshelf - -// 7087 -[loc_7087] -offsetz=16 -op1=Search -model=model_7387 -model2=model_7389 -name=Old Bookshelf - -// 7088 -[loc_7088] -offsetz=16 -op1=Search -model=model_7387 -model2=model_7390 -name=Old Bookshelf - -// 7089 -[loc_7089] -offsetz=-16 -op1=Search -model=model_7387 -model2=model_7391 -name=Old Bookshelf - -// 7090 -[loc_7090] -model=model_7398 -name=Globe of Gielinor - -// 7091 -[loc_7091] -width=2 -recol1s=9411 -recol1d=8388 -recol2s=9477 -recol2d=10501 -model=model_7399 -name=Study Desk - -// 7092 -[loc_7092] -active=yes -op1=Observe -model=model_7401 -name=Telescope - -// 7093 -[loc_7093] -ambient=60 -model=model_7406,Q - -// 7094 -[loc_7094] -ambient=60 -model=model_7407,Q - -// 7095 -[loc_7095] -ambient=60 -model=model_7408,Q - -// 7096 -[loc_7096] -active=yes -blockwalk=no -model=model_7382,0 -name=Chart - -// 7097 -[loc_7097] -active=yes -blockwalk=no -model=model_7383,0 -name=Chart - -// 7098 -[loc_7098] -ambient=20 -blockwalk=no -active=yes -model=model_7384,0 -name=Chart - -// 7099 -[loc_7099] -active=yes -blockwalk=no -model=model_7385,0 -name=Scrolls - -// 7100 -[loc_7100] -active=yes -ambient=25 -contrast=25 -model=model_7400 -name=Suit of armour - -// 7101 -[loc_7101] -active=yes -model=model_7404,Q -name=Hanging cape - -// 7102 -[loc_7102] -active=yes -model=model_7405,Q -name=Saradomin staff - -// 7103 -[loc_7103] -anim=seq_9911 -active=yes -width=3 -length=3 -model=model_40641 -name=Mysterious ruins - -// 7104 -[loc_7104] -anim=seq_9911 -active=yes -width=3 -length=3 -op1=Enter -model=model_40641 -name=Mysterious ruins - -// 7105 -[loc_7105] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=1502 -model=model_40641 -name=Mysterious ruins - -// 7106 -[loc_7106] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=1502 -model=model_40641 -name=Mysterious ruins - -// 7107 -[loc_7107] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=35751 -model=model_40641 -name=Mysterious ruins - -// 7108 -[loc_7108] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=35751 -model=model_40641 -name=Mysterious ruins - -// 7109 -[loc_7109] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=7477 -model=model_40641 -name=Mysterious ruins - -// 7110 -[loc_7110] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=7477 -model=model_40641 -name=Mysterious ruins - -// 7111 -[loc_7111] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=2764 -model=model_40641 -name=Mysterious ruins - -// 7112 -[loc_7112] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=2764 -model=model_40641 -name=Mysterious ruins - -// 7113 -[loc_7113] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=31066 -model=model_40641 -name=Mysterious ruins - -// 7114 -[loc_7114] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=31066 -model=model_40641 -name=Mysterious ruins - -// 7115 -[loc_7115] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=50485 -model=model_40641 -name=Mysterious ruins - -// 7116 -[loc_7116] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=50485 -model=model_40641 -name=Mysterious ruins - -// 7117 -[loc_7117] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=50281 -model=model_40641 -name=Mysterious ruins - -// 7118 -[loc_7118] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=50281 -model=model_40641 -name=Mysterious ruins - -// 7119 -[loc_7119] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=17119 -model=model_40641 -name=Mysterious ruins - -// 7120 -[loc_7120] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=17119 -model=model_40641 -name=Mysterious ruins - -// 7121 -[loc_7121] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=11193 -model=model_40641 -name=Mysterious ruins - -// 7122 -[loc_7122] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=11193 -model=model_40641 -name=Mysterious ruins - -// 7123 -[loc_7123] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=16385 -model=model_40641 -name=Mysterious ruins - -// 7124 -[loc_7124] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=16385 -model=model_40641 -name=Mysterious ruins - -// 7125 -[loc_7125] -anim=seq_9911 -width=3 -length=3 -recolhsl1s=38374 -recolhsl1d=27102 -model=model_40641 -name=Mysterious ruins - -// 7126 -[loc_7126] -anim=seq_9911 -width=3 -length=3 -op1=Enter -recolhsl1s=38374 -recolhsl1d=27102 -model=model_40641 -name=Mysterious ruins - -// 7127 -[loc_7127] -active=yes -multivar=varplayerbit_4580 -multiloc=0,loc_30522 -multiloc=1,loc_30524 - -// 7128 -[loc_7128] -active=yes -multivar=varplayerbit_4581 -multiloc=1,loc_30531 - -// 7129 -[loc_7129] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7452,Q -name=Fire rift - -// 7130 -[loc_7130] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7451,Q -name=Earth rift - -// 7131 -[loc_7131] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7447,Q -name=Body rift - -// 7132 -[loc_7132] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7449,Q -name=Cosmic rift - -// 7133 -[loc_7133] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7455,Q -name=Nature rift - -// 7134 -[loc_7134] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7448,Q -name=Chaos rift - -// 7135 -[loc_7135] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7453,Q -name=Law rift - -// 7136 -[loc_7136] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7450,Q -name=Death rift - -// 7137 -[loc_7137] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -recol1s=1566 -recol1d=5431 -model=model_7457,Q -name=Water rift - -// 7138 -[loc_7138] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7456,Q -name=Soul rift - -// 7139 -[loc_7139] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7446,Q -name=Air rift - -// 7140 -[loc_7140] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -model=model_7454,Q -name=Mind rift - -// 7141 -[loc_7141] -width=2 -ambient=50 -contrast=50 -anim=seq_2178 -active=yes -op1=Exit-through -recol1s=1566 -recol1d=31780 -model=model_7457,Q -name=Blood rift - -// 7142 -[loc_7142] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7156 -multiloc=1,loc_7158 -multiloc=2,loc_7161 -multiloc=3,loc_7165 -multiloc=4,loc_7168 -multiloc=5,loc_7164 -multiloc=6,loc_7154 -multiloc=7,loc_7164 -multiloc=8,loc_7168 -multiloc=9,loc_7165 -multiloc=10,loc_7161 -multiloc=11,loc_7158 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7143 -[loc_7143] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7158 -multiloc=1,loc_7156 -multiloc=2,loc_7158 -multiloc=3,loc_7161 -multiloc=4,loc_7165 -multiloc=5,loc_7168 -multiloc=6,loc_7158 -multiloc=7,loc_7154 -multiloc=8,loc_7158 -multiloc=9,loc_7168 -multiloc=10,loc_7165 -multiloc=11,loc_7161 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7144 -[loc_7144] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7161 -multiloc=1,loc_7158 -multiloc=2,loc_7156 -multiloc=3,loc_7158 -multiloc=4,loc_7161 -multiloc=5,loc_7165 -multiloc=6,loc_7161 -multiloc=7,loc_7158 -multiloc=8,loc_7154 -multiloc=9,loc_7158 -multiloc=10,loc_7161 -multiloc=11,loc_7165 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7145 -[loc_7145] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7165 -multiloc=1,loc_7161 -multiloc=2,loc_7158 -multiloc=3,loc_7156 -multiloc=4,loc_7158 -multiloc=5,loc_7161 -multiloc=6,loc_7165 -multiloc=7,loc_7161 -multiloc=8,loc_7158 -multiloc=9,loc_7154 -multiloc=10,loc_7158 -multiloc=11,loc_7161 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7146 -[loc_7146] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7168 -multiloc=1,loc_7165 -multiloc=2,loc_7161 -multiloc=3,loc_7158 -multiloc=4,loc_7156 -multiloc=5,loc_7158 -multiloc=6,loc_7168 -multiloc=7,loc_7165 -multiloc=8,loc_7161 -multiloc=9,loc_7158 -multiloc=10,loc_7154 -multiloc=11,loc_7158 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7147 -[loc_7147] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7164 -multiloc=1,loc_7168 -multiloc=2,loc_7165 -multiloc=3,loc_7161 -multiloc=4,loc_7158 -multiloc=5,loc_7156 -multiloc=6,loc_7164 -multiloc=7,loc_7168 -multiloc=8,loc_7165 -multiloc=9,loc_7161 -multiloc=10,loc_7158 -multiloc=11,loc_7154 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7148 -[loc_7148] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7154 -multiloc=1,loc_7164 -multiloc=2,loc_7168 -multiloc=3,loc_7165 -multiloc=4,loc_7161 -multiloc=5,loc_7158 -multiloc=6,loc_7156 -multiloc=7,loc_7164 -multiloc=8,loc_7168 -multiloc=9,loc_7165 -multiloc=10,loc_7161 -multiloc=11,loc_7158 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7149 -[loc_7149] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7164 -multiloc=1,loc_7154 -multiloc=2,loc_7164 -multiloc=3,loc_7168 -multiloc=4,loc_7165 -multiloc=5,loc_7161 -multiloc=6,loc_7164 -multiloc=7,loc_7156 -multiloc=8,loc_7164 -multiloc=9,loc_7168 -multiloc=10,loc_7165 -multiloc=11,loc_7161 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7150 -[loc_7150] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7168 -multiloc=1,loc_7164 -multiloc=2,loc_7154 -multiloc=3,loc_7164 -multiloc=4,loc_7168 -multiloc=5,loc_7165 -multiloc=6,loc_7168 -multiloc=7,loc_7164 -multiloc=8,loc_7156 -multiloc=9,loc_7164 -multiloc=10,loc_7168 -multiloc=11,loc_7165 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7151 -[loc_7151] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7165 -multiloc=1,loc_7168 -multiloc=2,loc_7164 -multiloc=3,loc_7154 -multiloc=4,loc_7164 -multiloc=5,loc_7168 -multiloc=6,loc_7165 -multiloc=7,loc_7168 -multiloc=8,loc_7164 -multiloc=9,loc_7156 -multiloc=10,loc_7164 -multiloc=11,loc_7168 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7152 -[loc_7152] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7161 -multiloc=1,loc_7165 -multiloc=2,loc_7168 -multiloc=3,loc_7164 -multiloc=4,loc_7154 -multiloc=5,loc_7164 -multiloc=6,loc_7161 -multiloc=7,loc_7165 -multiloc=8,loc_7168 -multiloc=9,loc_7164 -multiloc=10,loc_7156 -multiloc=11,loc_7164 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7153 -[loc_7153] -active=yes -sharelight=yes -width=3 -length=2 -forceapproach=south -multivar=varplayerbit_625 -multiloc=0,loc_7158 -multiloc=1,loc_7161 -multiloc=2,loc_7165 -multiloc=3,loc_7168 -multiloc=4,loc_7164 -multiloc=5,loc_7154 -multiloc=6,loc_7158 -multiloc=7,loc_7161 -multiloc=8,loc_7165 -multiloc=9,loc_7168 -multiloc=10,loc_7164 -multiloc=11,loc_7156 -multiloc=12,loc_7159 -multiloc=13,loc_7160 -multiloc=14,loc_7162 -multiloc=15,loc_7163 -multiloc=16,loc_7166 -multiloc=17,loc_7167 -multiloc=18,loc_7169 -multiloc=19,loc_7170 - -// 7154 -[loc_7154] -width=3 -length=2 -op1=Go-through -model=model_7434 -name=Passage - -// 7155 -[loc_7155] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37548,1 - -// 7156 -[loc_7156] -width=3 -length=2 -blockwalk=yes -active=yes -model=model_7430 -name=Blockage - -// 7157 -[loc_7157] -active=no -hillskew=yes -op1=Go-through -sharelight=yes -ambient=25 -contrast=15 -model=model_37548,1 - -// 7158 -[loc_7158] -ambient=15 -width=3 -length=2 -blockwalk=yes -op1=Mine -forceapproach=south -model=model_7438 -name=Rock - -// 7159 -[loc_7159] -ambient=15 -width=3 -length=2 -active=yes -blockwalk=yes -forceapproach=south -model=model_7439 -name=Rock - -// 7160 -[loc_7160] -active=yes -ambient=15 -width=3 -length=2 -blockwalk=no -forceapproach=south -model=model_7440 -name=Broken rock - -// 7161 -[loc_7161] -active=yes -ambient=15 -width=3 -length=2 -blockwalk=yes -op1=Chop -forceapproach=south -model=model_7442 -model2=model_7441 -name=Tendrils - -// 7162 -[loc_7162] -active=yes -ambient=15 -width=3 -length=2 -forceapproach=south -model=model_7443 -model2=model_7441 -name=Tendrils - -// 7163 -[loc_7163] -active=yes -ambient=15 -width=3 -length=2 -forceapproach=south -model=model_7443 -model2=model_7444 -name=Chopped tendrils - -// 7164 -[loc_7164] -width=3 -length=2 -forceapproach=south -op1=Squeeze-through -model=model_7429 -name=Gap - -// 7165 -[loc_7165] -width=3 -length=2 -forceapproach=south -op1=Burn-down -model=model_7431 -name=Boil - -// 7166 -[loc_7166] -width=3 -length=2 -forceapproach=south -model=model_7432 -name=Boil - -// 7167 -[loc_7167] -width=3 -length=2 -forceapproach=south -model=model_7433 -name=Boil - -// 7168 -[loc_7168] -width=3 -length=2 -forceapproach=south -op1=Distract -model=model_7435 -name=Eyes - -// 7169 -[loc_7169] -width=3 -length=2 -forceapproach=south -model=model_7436 -name=Eyes - -// 7170 -[loc_7170] -width=3 -length=2 -forceapproach=south -model=model_7437 -name=Eyes - -// 7171 -[loc_7171] -width=3 -length=3 -shadow=no -anim=seq_2260 -ambient=30 -contrast=20 -resizex=180 -resizey=180 -resizez=180 -bgsound=synth_3139,5 -model=model_7427 -model2=model_7428 -model3=model_7426 -name=Abyssal rift - -// 7172 -[loc_7172] -sharelight=yes -hillskew=yes -model=model_7413,1 -model=model_7414,2 -model=model_7415,5 - -// 7173 -[loc_7173] -sharelight=yes -hillskew=yes -resizex=128 -resizey=256 -resizez=128 -model=model_7413,1 -model=model_7414,2 -model=model_7415,5 - -// 7174 -[loc_7174] -sharelight=yes -hillskew=yes -shadow=no -model=model_7413,1 -model=model_7414,2 -model=model_7415,5 - -// 7175 -[loc_7175] -sharelight=yes -hillskew=yes -shadow=no -model=model_7416,1 - -// 7176 -[loc_7176] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=12485 -retex1s=material_70 -retex1d=material_168 -model=model_834 - -// 7177 -[loc_7177] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=12485 -model=model_823 - -// 7178 -[loc_7178] -sharelight=yes -hillskew=yes -active=no -model=model_7419 - -// 7179 -[loc_7179] -sharelight=yes -hillskew=yes -active=no -model=model_7417 - -// 7180 -[loc_7180] -sharelight=yes -hillskew=yes -active=no -model=model_7418 - -// 7181 -[loc_7181] -ambient=15 -active=no -anim=seq_2174 -model=model_11870 - -// 7182 -[loc_7182] -ambient=15 -active=no -anim=seq_2174 -model=model_11870,0 - -// 7183 -[loc_7183] -hillskew=yes -active=no -ambient=25 -recol1s=10371 -recol1d=8257 -recol2s=11428 -recol2d=9314 -recol3s=12485 -recol3d=11427 -recol4s=13542 -recol4d=11427 -model=model_7420,0 - -// 7184 -[loc_7184] -hillskew=yes -active=no -ambient=25 -recol1s=10371 -recol1d=8257 -recol2s=11428 -recol2d=9314 -recol3s=12485 -recol3d=11427 -recol4s=13542 -recol4d=11427 -model=model_7421,0 - -// 7185 -[loc_7185] -hillskew=yes -active=no -ambient=25 -recol1s=10371 -recol1d=8257 -recol2s=11428 -recol2d=9314 -recol3s=12485 -recol3d=11427 -recol4s=13542 -recol4d=11427 -model=model_7422,0 - -// 7186 -[loc_7186] -hillskew=yes -active=no -ambient=25 -recol1s=10371 -recol1d=8257 -recol2s=11428 -recol2d=8257 -recol3s=12485 -recol3d=8257 -recol4s=13542 -recol4d=9314 -model=model_7420,0 - -// 7187 -[loc_7187] -hillskew=yes -active=no -ambient=25 -recol1s=10371 -recol1d=8257 -recol2s=11428 -recol2d=8257 -recol3s=12485 -recol3d=8257 -recol4s=13542 -recol4d=9314 -model=model_7421,0 - -// 7188 -[loc_7188] -hillskew=yes -active=no -ambient=25 -recol1s=10371 -recol1d=8257 -recol2s=11428 -recol2d=8257 -recol3s=12485 -recol3d=8257 -recol4s=13542 -recol4d=9314 -model=model_7422,0 - -// 7189 -[loc_7189] -anim=seq_2173 -ambient=25 -contrast=15 -model=model_7458 -name=Tendrils - -// 7190 -[loc_7190] -anim=seq_2173 -ambient=25 -contrast=15 -model=model_7460 -name=Tendrils - -// 7191 -[loc_7191] -anim=seq_2173 -ambient=25 -contrast=15 -model=model_7459 -name=Tendrils - -// 7192 -[loc_7192] -ambient=50 -width=2 -hillskew=yes -model=model_7425,Q - -// 7193 -[loc_7193] -ambient=50 -width=2 -hillskew=yes -mirror=yes -model=model_7424,Q - -// 7194 -[loc_7194] -ambient=50 -width=2 -hillskew=yes -model=model_7424,Q - -// 7195 -[loc_7195] -ambient=50 -width=2 -hillskew=yes -mirror=yes -model=model_7425,Q - -// 7196 -[loc_7196] -ambient=15 -hillskew=yes -recol1s=12907 -recol1d=13575 -recol2s=9736 -recol2d=11461 -model=model_5262,Q -model=model_5261,0 - -// 7197 -[loc_7197] -ambient=15 -hillskew=yes -recol1s=12907 -recol1d=12485 -recol2s=9736 -recol2d=10371 -model=model_5264,Q -model=model_5263,0 - -// 7198 -[loc_7198] -ambient=15 -hillskew=yes -recol1s=12907 -recol1d=12485 -recol2s=9736 -recol2d=10371 -model=model_5266,Q -model=model_5265,0 - -// 7199 -[loc_7199] -sharelight=yes -hillskew=yes -blockwalk=yes -active=no -resizex=128 -resizey=150 -resizez=128 -wallwidth=16 -model=model_7556,1 -model=model_7557,2 -model=model_7558,3 -model=model_7559,4 -model=model_7560,5 - -// 7200 -[loc_7200] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11456 -model=model_7589 - -// 7201 -[loc_7201] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11456 -model=model_823 - -// 7202 -[loc_7202] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11456 -model=model_787 - -// 7203 -[loc_7203] -hillskew=yes -mirror=yes -blockwalk=no -active=no -ambient=-40 -recol1s=25329 -recol1d=24206 -model=model_6803 - -// 7204 -[loc_7204] -hillskew=yes -mirror=yes -blockwalk=no -active=no -ambient=-40 -recol1s=25329 -recol1d=24206 -model=model_6802 - -// 7205 -[loc_7205] -hillskew=yes -blockwalk=no -active=no -ambient=-40 -recol1s=25329 -recol1d=24206 -model=model_6801 - -// 7206 -[loc_7206] -ambient=-40 -blockrange=no -recol1s=28436 -recol1d=24206 -model=model_1078 -name=Corpse - -// 7207 -[loc_7207] -ambient=-40 -blockrange=no -recol1s=28436 -recol1d=24206 -model=model_1079 -name=Corpse - -// 7208 -[loc_7208] -width=2 -ambient=-40 -blockrange=no -recol1s=28436 -recol1d=24206 -model=model_1080 -name=Corpse - -// 7209 -[loc_7209] -hillskew=yes -active=no -recol1s=13505 -recol1d=11457 -recol2s=14594 -recol2d=11457 -recol3s=15618 -recol3d=11457 -model=model_1124,0 - -// 7210 -[loc_7210] -hillskew=yes -active=no -recol1s=13505 -recol1d=11457 -recol2s=14594 -recol2d=11457 -recol3s=15618 -recol3d=11457 -model=model_1139,0 - -// 7211 -[loc_7211] -hillskew=yes -active=no -recol1s=13505 -recol1d=11457 -recol2s=14594 -recol2d=11457 -recol3s=15618 -recol3d=11457 -model=model_1032,0 - -// 7212 -[loc_7212] -hillskew=yes -active=no -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_6610,0 - -// 7213 -[loc_7213] -hillskew=yes -active=no -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_6611,0 - -// 7214 -[loc_7214] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -model=model_7591,1 -model=model_7592,2 -model=model_7593,5 - -// 7215 -[loc_7215] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_7595,1 - -// 7216 -[loc_7216] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -model=model_7594,5 - -// 7217 -[loc_7217] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_7587,0 - -// 7218 -[loc_7218] -hillskew=yes -mirror=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_7587,0 - -// 7219 -[loc_7219] -hillskew=yes -sharelight=yes -op1=Enter -model=model_7590,1 -name=Passageway - -// 7220 -[loc_7220] -hillskew=yes -sharelight=yes -op1=Enter -model=model_7590,1 -name=Passageway - -// 7221 -[loc_7221] -active=yes -op1=Climb-down -forcedecor=yes -model=model_1203 -name=Ladder - -// 7222 -[loc_7222] -active=yes -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 7223 -[loc_7223] -active=yes -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 7224 -[loc_7224] -blockwalk=no -width=3 -length=3 -forcedecor=yes -active=yes -anim=seq_2199 -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7604 -name=Spinning blades - -// 7225 -[loc_7225] -blockwalk=no -anim=seq_2198 -width=2 -length=3 -forcedecor=yes -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7579,8 -model=model_7580,0 -name=Wall - -// 7226 -[loc_7226] -active=no -forcedecor=yes -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7579,8 -model=model_7580,0 - -// 7227 -[loc_7227] -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -op5=Search -model=model_7603 -name=Floor - -// 7228 -[loc_7228] -anim=seq_2196 -blockwalk=yes -forcedecor=yes -active=yes -hillskew=yes -op5=Search -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7581 -name=Wall - -// 7229 -[loc_7229] -blockwalk=no -anim=seq_2201 -width=2 -op5=Search -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7574 -name=Wall - -// 7230 -[loc_7230] -anim=seq_2203 -blockwalk=no -op5=Search -model=model_7569 -name=Floor - -// 7231 -[loc_7231] -op1=Open -ambient=20 -contrast=20 -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7570,1 -name=Door - -// 7232 -[loc_7232] -op1=Open -ambient=20 -contrast=20 -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7570,1 -name=Door - -// 7233 -[loc_7233] -op1=Open -ambient=20 -contrast=20 -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7570,1 -name=Door - -// 7234 -[loc_7234] -op1=Open -ambient=20 -contrast=20 -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7570,1 -name=Door - -// 7235 -[loc_7235] -blockwalk=yes -sharelight=yes -active=no -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7598 - -// 7236 -[loc_7236] -blockwalk=no -active=yes -op1=Crack -op2=hidden -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7597,Q -name=Wall safe - -// 7237 -[loc_7237] -blockwalk=no -active=yes -op1=Crack -op2=hidden -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7597,Q -name=Wall safe - -// 7238 -[loc_7238] -blockwalk=no -active=no -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7596,Q - -// 7239 -[loc_7239] -op1=Climb -hillskew=yes -forcedecor=yes -blockwalk=yes -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7561,0 -name=Ledge - -// 7240 -[loc_7240] -hillskew=yes -op1=Climb -recol1s=7396 -recol1d=13604 -model=model_7562 -name=Ledge - -// 7241 -[loc_7241] -anim=seq_2204 -blockwalk=no -width=3 -length=3 -bgsound=synth_3138,5 -model=model_7573 -model2=model_7571 -model3=model_7572 -name=Pendulum - -// 7242 -[loc_7242] -model=model_7582 -name=Wooden Obstruction - -// 7243 -[loc_7243] -model=model_7583 -name=Wooden Obstruction - -// 7244 -[loc_7244] -model=model_7584 -name=Wooden Obstruction - -// 7245 -[loc_7245] -blockwalk=no -op5=Search -model=model_7576 -name=Floor - -// 7246 -[loc_7246] -op1=Pick-lock -model=model_7563,1 -name=Door - -// 7247 -[loc_7247] -model=model_7563,1 - -// 7248 -[loc_7248] -anim=seq_2209 -width=2 -length=2 -blockwalk=no -hillskew=yes -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7578 -name=Wall - -// 7249 -[loc_7249] -width=2 -blockwalk=no -op5=Search -recol1s=8453 -recol1d=12547 -recol2s=7396 -recol2d=11490 -recol3s=6339 -recol3d=10433 -recol4s=5282 -recol4d=9376 -recol5s=4225 -recol5d=8322 -model=model_7577 -name=Wall - -// 7250 -[loc_7250] -active=yes -blockwalk=no -recol1s=14726 -recol1d=12547 -recol2s=12612 -recol2d=11490 -recol3s=10498 -recol3d=10433 -recol4s=8384 -recol4d=9376 -recol5s=6272 -recol5d=8322 -recol6s=4160 -recol6d=8321 -model=model_6268,0 -name=Floor - -// 7251 -[loc_7251] -active=yes -forcedecor=yes -forceapproach=north -op1=Enter -model=model_7568 -name=Contortion Bars - -// 7252 -[loc_7252] -anim=seq_2210 -blockwalk=no -forcedecor=yes -length=2 -active=yes -recol1s=11561 -recol1d=16846 -retex1s=material_133 -retex1d=material_513 -model=model_7666 -name=Blade - -// 7253 -[loc_7253] -anim=seq_2212 -blockwalk=yes -forcedecor=yes -active=yes -model=model_7575 -name=Spin Blades - -// 7254 -[loc_7254] -blockwalk=yes -forcedecor=yes -active=yes -model=model_7566,1 -name=Grill - -// 7255 -[loc_7255] -blockwalk=yes -forcedecor=yes -active=yes -op1=Open -model=model_7567,1 -name=Grill - -// 7256 -[loc_7256] -blockwalk=yes -forcedecor=yes -active=yes -op1=Open -model=model_7567,1 -name=Doorway - -// 7257 -[loc_7257] -op1=Enter -blockwalk=yes -model=model_1205,0 -name=Trapdoor - -// 7258 -[loc_7258] -hillskew=yes -sharelight=yes -op1=Enter -forcedecor=yes -model=model_7590,1 -name=Passageway - -// 7259 -[loc_7259] -active=yes -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 7260 -[loc_7260] -active=yes -op1=Close -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 7261 -[loc_7261] -shadow=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 7262 -[loc_7262] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8550 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=6436 -model=model_4401,0 - -// 7263 -[loc_7263] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8550 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=6436 -model=model_4402,0 - -// 7264 -[loc_7264] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8550 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=6436 -model=model_4403,0 - -// 7265 -[loc_7265] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8550 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=6436 -model=model_4404,0 - -// 7266 -[loc_7266] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8550 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=6436 -model=model_4489,0 - -// 7267 -[loc_7267] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8550 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=6436 -model=model_4494,0 - -// 7268 -[loc_7268] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8550 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=6436 -model=model_4493,0 - -// 7269 -[loc_7269] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8550 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=6436 -model=model_4487,0 - -// 7270 -[loc_7270] -active=no -sharelight=yes -ambient=25 -contrast=25 -recol1s=10400 -recol1d=10502 -recol2s=10401 -recol2d=10502 -recol3s=11456 -recol3d=10502 -model=model_7670,1 - -// 7271 -[loc_7271] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -recol1s=10400 -recol1d=10502 -recol2s=10401 -recol2d=10502 -recol3s=11456 -recol3d=10502 -model=model_7670,1 - -// 7272 -[loc_7272] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7273 -[loc_7273] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7274 -[loc_7274] -active=yes -ambient=30 -contrast=30 -op1=Open -recol1s=20935 -recol1d=16776 -recol2s=17764 -recol2d=13640 -recol3s=8387 -recol3d=13640 -model=model_5189,1 -name=Door - -// 7275 -[loc_7275] -active=yes -sharelight=yes -forceapproach=south -op1=Pick-up -hardshadow=no -multivar=varplayerbit_680 -multiloc=0,loc_7277 -multiloc=2,loc_7278 - -// 7276 -[loc_7276] -active=yes -sharelight=yes -forceapproach=south -op1=Pick-up -hardshadow=no -multivar=varplayerbit_681 -multiloc=1,loc_7277 -multiloc=3,loc_7278 - -// 7277 -[loc_7277] -ambient=40 -op1=Pick-up -hardshadow=no -model=model_7697 -name=Fox - -// 7278 -[loc_7278] -ambient=40 -op1=Pick-up -hardshadow=no -model=model_7696 -name=Fox - -// 7279 -[loc_7279] -active=yes -sharelight=yes -op1=Pick-up -hardshadow=no -multivar=varplayerbit_682 -multiloc=0,loc_7281 -multiloc=2,loc_7281 - -// 7280 -[loc_7280] -active=yes -sharelight=yes -op1=Pick-up -hardshadow=no -multivar=varplayerbit_683 -multiloc=1,loc_7281 -multiloc=3,loc_7281 - -// 7281 -[loc_7281] -resizex=25 -resizey=25 -resizez=25 -ambient=20 -op1=Pick-up -hardshadow=no -model=model_7728 -name=Chicken - -// 7282 -[loc_7282] -active=yes -sharelight=yes -forceapproach=south -op1=Pick-up -hardshadow=no -multivar=varplayerbit_684 -multiloc=0,loc_7284 -multiloc=2,loc_7285 - -// 7283 -[loc_7283] -active=yes -sharelight=yes -forceapproach=south -op1=Pick-up -hardshadow=no -multivar=varplayerbit_685 -multiloc=1,loc_7284 -multiloc=3,loc_7285 - -// 7284 -[loc_7284] -resizex=99 -resizey=99 -resizez=99 -ambient=20 -op1=Pick-up -hardshadow=no -model=model_7702 -name=Grain - -// 7285 -[loc_7285] -resizex=99 -resizey=99 -resizez=99 -ambient=20 -op1=Pick-up -hardshadow=no -model=model_7701 -name=Empty Sack - -// 7286 -[loc_7286] -blockwalk=yes -op1=Cross -model=model_6318 -name=Precarious bridge - -// 7287 -[loc_7287] -blockwalk=yes -op1=Cross -model=model_6318 -name=Precarious bridge - -// 7288 -[loc_7288] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7289 -[loc_7289] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7290 -[loc_7290] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7303 -multiloc=1,loc_7311 -multiloc=2,loc_7304 -multiloc=3,loc_7312 -multiloc=4,loc_7306 -multiloc=5,loc_7306 -multiloc=7,loc_7306 -multiloc=8,loc_7305 -multiloc=9,loc_7304 -multiloc=10,loc_7306 -multiloc=11,loc_7307 -multiloc=12,loc_7303 - -// 7291 -[loc_7291] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7304 -multiloc=1,loc_7306 -multiloc=2,loc_7305 -multiloc=3,loc_7311 -multiloc=4,loc_7307 -multiloc=6,loc_7304 -multiloc=7,loc_7307 -multiloc=8,loc_7308 -multiloc=9,loc_7310 -multiloc=10,loc_7307 -multiloc=11,loc_7303 -multiloc=12,loc_7306 - -// 7292 -[loc_7292] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7305 -multiloc=1,loc_7303 -multiloc=2,loc_7310 -multiloc=3,loc_7309 -multiloc=5,loc_7310 -multiloc=6,loc_7309 -multiloc=7,loc_7308 -multiloc=8,loc_7311 -multiloc=9,loc_7307 -multiloc=10,loc_7308 -multiloc=11,loc_7312 -multiloc=12,loc_7304 - -// 7293 -[loc_7293] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7306 -multiloc=1,loc_7314 -multiloc=2,loc_7306 -multiloc=4,loc_7312 -multiloc=5,loc_7313 -multiloc=6,loc_7312 -multiloc=7,loc_7309 -multiloc=8,loc_7303 -multiloc=9,loc_7312 -multiloc=10,loc_7314 -multiloc=11,loc_7314 -multiloc=12,loc_7307 - -// 7294 -[loc_7294] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7307 -multiloc=1,loc_7310 -multiloc=3,loc_7303 -multiloc=4,loc_7311 -multiloc=5,loc_7312 -multiloc=6,loc_7314 -multiloc=7,loc_7310 -multiloc=8,loc_7309 -multiloc=9,loc_7313 -multiloc=10,loc_7313 -multiloc=11,loc_7313 -multiloc=12,loc_7305 - -// 7295 -[loc_7295] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7308 -multiloc=2,loc_7311 -multiloc=3,loc_7307 -multiloc=4,loc_7313 -multiloc=5,loc_7303 -multiloc=6,loc_7313 -multiloc=7,loc_7311 -multiloc=8,loc_7307 -multiloc=9,loc_7306 -multiloc=10,loc_7312 -multiloc=11,loc_7304 -multiloc=12,loc_7308 - -// 7296 -[loc_7296] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7309 -multiloc=1,loc_7312 -multiloc=2,loc_7314 -multiloc=3,loc_7305 -multiloc=4,loc_7303 -multiloc=5,loc_7307 -multiloc=6,loc_7311 -multiloc=7,loc_7303 -multiloc=8,loc_7304 -multiloc=9,loc_7303 -multiloc=10,loc_7309 -multiloc=11,loc_7308 - -// 7297 -[loc_7297] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7310 -multiloc=1,loc_7313 -multiloc=2,loc_7312 -multiloc=3,loc_7308 -multiloc=4,loc_7309 -multiloc=5,loc_7309 -multiloc=6,loc_7310 -multiloc=7,loc_7304 -multiloc=8,loc_7312 -multiloc=9,loc_7309 -multiloc=10,loc_7310 -multiloc=12,loc_7312 - -// 7298 -[loc_7298] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7311 -multiloc=1,loc_7304 -multiloc=2,loc_7309 -multiloc=3,loc_7304 -multiloc=4,loc_7314 -multiloc=5,loc_7314 -multiloc=6,loc_7307 -multiloc=7,loc_7305 -multiloc=8,loc_7314 -multiloc=9,loc_7311 -multiloc=11,loc_7305 -multiloc=12,loc_7314 - -// 7299 -[loc_7299] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7312 -multiloc=1,loc_7307 -multiloc=2,loc_7313 -multiloc=3,loc_7314 -multiloc=4,loc_7310 -multiloc=5,loc_7311 -multiloc=6,loc_7308 -multiloc=8,loc_7310 -multiloc=9,loc_7308 -multiloc=10,loc_7305 -multiloc=11,loc_7311 -multiloc=12,loc_7311 - -// 7300 -[loc_7300] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7313 -multiloc=1,loc_7309 -multiloc=2,loc_7303 -multiloc=3,loc_7313 -multiloc=4,loc_7308 -multiloc=5,loc_7308 -multiloc=6,loc_7306 -multiloc=7,loc_7313 -multiloc=9,loc_7305 -multiloc=10,loc_7304 -multiloc=11,loc_7309 -multiloc=12,loc_7313 - -// 7301 -[loc_7301] -active=yes -sharelight=yes -forceapproach=south -multivar=varplayerbit_658 -multiloc=0,loc_7314 -multiloc=1,loc_7305 -multiloc=2,loc_7308 -multiloc=3,loc_7310 -multiloc=4,loc_7304 -multiloc=5,loc_7305 -multiloc=6,loc_7305 -multiloc=7,loc_7314 -multiloc=8,loc_7306 -multiloc=10,loc_7303 -multiloc=11,loc_7306 -multiloc=12,loc_7310 - -// 7302 -[loc_7302] -active=yes -ambient=30 -contrast=30 -op1=Open -recol1s=20935 -recol1d=16776 -recol2s=17764 -recol2d=13640 -recol3s=8387 -recol3d=13640 -model=model_5189,1 -name=Door - -// 7303 -[loc_7303] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=32524 -recol2s=16846 -recol2d=30410 -recol3s=13675 -recol3d=28296 -recol4s=12618 -recol4d=26182 -retex1s=material_67 -retex1d=material_265 -model=model_7708 -name=Statue - -// 7304 -[loc_7304] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=32503 -recol2s=16846 -recol2d=28407 -recol3s=13675 -recol3d=25236 -recol4s=12618 -recol4d=22131 -retex1s=material_67 -retex1d=material_265 -model=model_7708 -name=Statue - -// 7305 -[loc_7305] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=21893 -recol2s=16846 -recol2d=19779 -recol3s=13675 -recol3d=18688 -recol4s=12618 -recol4d=15584 -retex1s=material_67 -retex1d=material_265 -model=model_7708 -name=Statue - -// 7306 -[loc_7306] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=32524 -recol2s=16846 -recol2d=30410 -recol3s=13675 -recol3d=28296 -recol4s=12618 -recol4d=26182 -retex1s=material_68 -retex1d=material_265 -retex2s=material_69 -retex2d=material_265 -model=model_7709 -name=Statue - -// 7307 -[loc_7307] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=32503 -recol2s=16846 -recol2d=28407 -recol3s=13675 -recol3d=25236 -recol4s=12618 -recol4d=22131 -retex1s=material_68 -retex1d=material_265 -retex2s=material_69 -retex2d=material_265 -model=model_7709 -name=Statue - -// 7308 -[loc_7308] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=21893 -recol2s=16846 -recol2d=19779 -recol3s=13675 -recol3d=18688 -recol4s=12618 -recol4d=15584 -retex1s=material_68 -retex1d=material_265 -retex2s=material_69 -retex2d=material_265 -model=model_7709 -name=Statue - -// 7309 -[loc_7309] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=32524 -recol2s=16846 -recol2d=30410 -recol3s=13675 -recol3d=28296 -recol4s=12618 -recol4d=26182 -retex1s=material_67 -retex1d=material_265 -model=model_7710 -name=Statue - -// 7310 -[loc_7310] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=32503 -recol2s=16846 -recol2d=28407 -recol3s=13675 -recol3d=25236 -recol4s=12618 -recol4d=22131 -retex1s=material_67 -retex1d=material_265 -model=model_7710 -name=Statue - -// 7311 -[loc_7311] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=21893 -recol2s=16846 -recol2d=19779 -recol3s=13675 -recol3d=18688 -recol4s=12618 -recol4d=15584 -retex1s=material_67 -retex1d=material_265 -model=model_7710 -name=Statue - -// 7312 -[loc_7312] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=32524 -recol2s=16846 -recol2d=30410 -recol3s=13675 -recol3d=28296 -recol4s=12618 -recol4d=26182 -retex1s=material_68 -retex1d=material_265 -retex2s=material_69 -retex2d=material_265 -model=model_7711 -name=Statue - -// 7313 -[loc_7313] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=32503 -recol2s=16846 -recol2d=28407 -recol3s=13675 -recol3d=25236 -recol4s=12618 -recol4d=22131 -retex1s=material_68 -retex1d=material_265 -retex2s=material_69 -retex2d=material_265 -model=model_7711 -name=Statue - -// 7314 -[loc_7314] -ambient=30 -shadow=no -op1=Touch -recol1s=18960 -recol1d=21893 -recol2s=16846 -recol2d=19779 -recol3s=13675 -recol3d=18688 -recol4s=12618 -recol4d=15584 -retex1s=material_68 -retex1d=material_265 -retex2s=material_69 -retex2d=material_265 -model=model_7711 -name=Statue - -// 7315 -[loc_7315] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7316 -[loc_7316] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7317 -[loc_7317] -active=yes -ambient=30 -contrast=30 -op1=Open -recol1s=20935 -recol1d=15720 -recol2s=17764 -recol2d=10469 -recol3s=8387 -recol3d=15720 -recol4s=7330 -recol4d=10469 -model=model_5189,1 -name=Door - -// 7318 -[loc_7318] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7319 -[loc_7319] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7320 -[loc_7320] -active=yes -ambient=30 -contrast=30 -op1=Open -recol1s=20935 -recol1d=15720 -recol2s=17764 -recol2d=10469 -recol3s=8387 -recol3d=15720 -recol4s=7330 -recol4d=10469 -model=model_5189,1 -name=Door - -// 7321 -[loc_7321] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7322 -[loc_7322] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7323 -[loc_7323] -active=yes -ambient=30 -contrast=30 -op1=Open -recol1s=20935 -recol1d=15720 -recol2s=17764 -recol2d=10469 -recol3s=8387 -recol3d=15720 -recol4s=7330 -recol4d=10469 -model=model_5189,1 -name=Door - -// 7324 -[loc_7324] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7325 -[loc_7325] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7326 -[loc_7326] -active=yes -ambient=30 -contrast=30 -op1=Open -recol1s=20935 -recol1d=15720 -recol2s=17764 -recol2d=10469 -recol3s=8387 -recol3d=15720 -recol4s=7330 -recol4d=10469 -model=model_5189,1 -name=Door - -// 7327 -[loc_7327] -ambient=10 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7393 -name=Old Bookshelf - -// 7328 -[loc_7328] -ambient=10 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7394 -name=Old Bookshelf - -// 7329 -[loc_7329] -ambient=30 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7395 -name=Old Bookshelf - -// 7330 -[loc_7330] -ambient=30 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=8388 -recol5d=13640 -recol6s=10501 -recol6d=16776 -model=model_7392 -model2=model_7393 -name=Old Bookshelf - -// 7331 -[loc_7331] -ambient=10 -length=2 -blockrange=no -recol1s=16809 -recol1d=17865 -recol2s=14695 -recol2d=15751 -recol3s=13638 -recol3d=13639 -recol4s=12581 -recol4d=12582 -model=model_7712 -name=Table - -// 7332 -[loc_7332] -ambient=10 -length=2 -recol1s=16809 -recol1d=17865 -recol2s=14695 -recol2d=15751 -recol3s=13638 -recol3d=13639 -recol4s=12581 -recol4d=12582 -model=model_7713 -model2=model_7675 -name=Bunsen burner - -// 7333 -[loc_7333] -ambient=10 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7676 -name=Shelves - -// 7334 -[loc_7334] -ambient=10 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7677 -name=Shelves - -// 7335 -[loc_7335] -ambient=10 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7678 -name=Shelves - -// 7336 -[loc_7336] -ambient=10 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7679 -name=Shelves - -// 7337 -[loc_7337] -ambient=30 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7680 -name=Shelves - -// 7338 -[loc_7338] -ambient=30 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7681 -name=Shelves - -// 7339 -[loc_7339] -ambient=30 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7682 -name=Shelves - -// 7340 -[loc_7340] -ambient=30 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7683 -name=Shelves - -// 7341 -[loc_7341] -active=no -ambient=80 -recol1s=11557 -recol1d=13639 -model=model_7703,Q - -// 7342 -[loc_7342] -active=yes -blockwalk=yes -length=2 -multivar=varplayerbit_686 -multiloc=0,loc_7343 -multiloc=1,loc_7344 -multiloc=2,loc_7344 -multiloc=3,loc_7345 - -// 7343 -[loc_7343] -length=2 -blockwalk=yes -active=yes -op1=Study -model=model_7705 -name=Stone Door - -// 7344 -[loc_7344] -length=2 -blockwalk=yes -active=yes -op1=Pull-spade -model=model_7707 -name=Stone Door - -// 7345 -[loc_7345] -length=2 -blockwalk=yes -active=yes -op1=Walk-through -model=model_7706 -name=Open Door - -// 7346 -[loc_7346] -ambient=30 -active=yes -blockwalk=no -model=model_7698 -name=Key - -// 7347 -[loc_7347] -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=16809 -recol2s=13638 -recol2d=15719 -recol3s=12581 -recol3d=15751 -recol4s=11524 -recol4d=13639 -recol5s=10467 -recol5d=12582 -recol6s=9410 -recol6d=10466 -model=model_7699 -name=Crate - -// 7348 -[loc_7348] -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=16809 -recol2s=13638 -recol2d=15719 -recol3s=12581 -recol3d=15751 -recol4s=11524 -recol4d=13639 -recol5s=10467 -recol5d=12582 -recol6s=9410 -recol6d=10466 -model=model_7700 -name=Crate - -// 7349 -[loc_7349] -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=16809 -recol2s=13638 -recol2d=15719 -recol3s=12581 -recol3d=15751 -recol4s=11524 -recol4d=13639 -recol5s=10467 -recol5d=12582 -recol6s=9410 -recol6d=10466 -model=model_7704 -name=Crate - -// 7350 -[loc_7350] -op1=Open -forceapproach=north -ambient=10 -recol1s=9543 -recol1d=15719 -recol2s=8484 -recol2d=16809 -recol3s=6373 -recol3d=13639 -recol4s=6370 -recol4d=15751 -model=model_5272 -name=Closed chest - -// 7351 -[loc_7351] -op1=Search -op2=Close -forceapproach=north -ambient=10 -recol1s=9543 -recol1d=15719 -recol2s=8484 -recol2d=16809 -recol3s=6373 -recol3d=13639 -recol4s=6370 -recol4d=15751 -recol5s=4256 -recol5d=9445 -model=model_5273 -name=Open chest - -// 7352 -[loc_7352] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7353 -[loc_7353] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 7354 -[loc_7354] -active=yes -ambient=30 -contrast=30 -op1=Open -recol1s=20935 -recol1d=15720 -recol2s=17764 -recol2d=10469 -recol3s=8387 -recol3d=15720 -recol4s=7330 -recol4d=10469 -model=model_5189,1 -name=Door - -// 7355 -[loc_7355] -ambient=15 -recol1s=14662 -recol1d=16776 -recol2s=11491 -recol2d=13640 -recol3s=12548 -recol3d=13640 -recol4s=13605 -recol4d=16776 -recol5s=16776 -recol5d=17867 -model=model_7686 -name=Warning Sign - -// 7356 -[loc_7356] -ambient=50 -recol1s=15 -recol1d=31729 -recol2s=16846 -recol2d=32762 -recol3s=32384 -recol3d=23970 -model=model_2051,Q - -// 7357 -[loc_7357] -active=no -ambient=20 -model=model_7685 - -// 7358 -[loc_7358] -active=no -sharelight=yes -hillskew=yes -recol1s=13707 -recol1d=24275 -recol2s=13739 -recol2d=24275 -model=model_7714,1 -model=model_7715,2 -model=model_7716,3 -model=model_7717,4 -model=model_7718,5 - -// 7359 -[loc_7359] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_7687 - -// 7360 -[loc_7360] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_7688 - -// 7361 -[loc_7361] -active=no -hillskew=yes -sharelight=yes -mirror=yes -blockwalk=no -model=model_7688 - -// 7362 -[loc_7362] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_7689 - -// 7363 -[loc_7363] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_7690 - -// 7364 -[loc_7364] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_7691 - -// 7365 -[loc_7365] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -model=model_7691 - -// 7366 -[loc_7366] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_7692 - -// 7367 -[loc_7367] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_7693 - -// 7368 -[loc_7368] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_7694 - -// 7369 -[loc_7369] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_7695 - -// 7370 -[loc_7370] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1124,0 - -// 7371 -[loc_7371] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1139,0 - -// 7372 -[loc_7372] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1032,0 - -// 7373 -[loc_7373] -active=yes -ambient=30 -contrast=30 -op1=Open -model=model_4336,1 -name=Door - -// 7374 -[loc_7374] -active=yes -ambient=30 -contrast=30 -op1=Close -model=model_4336,1 -name=Door - -// 7375 -[loc_7375] -active=no -ambient=30 -contrast=30 -model=model_4336,1 - -// 7376 -[loc_7376] -anim=seq_481 -ambient=20 -contrast=30 -bgsound=synth_4472,1 -hardshadow=no -recol1s=8456 -recol1d=24275 -recol2s=7399 -recol2d=19019 -recol3s=10401 -recol3d=13640 -model=model_2255,Q - -// 7377 -[loc_7377] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -recol1s=9409 -recol1d=13640 -recol2s=11523 -recol2d=16776 -model=model_7724,0 - -// 7378 -[loc_7378] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -recol1s=8353 -recol1d=13640 -model=model_7731,1 - -// 7379 -[loc_7379] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -recol1s=8353 -recol1d=13640 -model=model_7729,1 - -// 7380 -[loc_7380] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -model=model_7730,1 - -// 7381 -[loc_7381] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -recol1s=8353 -recol1d=13640 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 7382 -[loc_7382] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -recol1s=9409 -recol1d=13640 -recol2s=11523 -recol2d=16776 -model=model_7725,0 - -// 7383 -[loc_7383] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -recol1s=9409 -recol1d=13640 -recol2s=11523 -recol2d=16776 -model=model_7726,0 - -// 7384 -[loc_7384] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -recol1s=9409 -recol1d=13640 -recol2s=11523 -recol2d=16776 -model=model_7727,0 - -// 7385 -[loc_7385] -blockrange=no -recol1s=10401 -recol1d=15751 -recol2s=9377 -recol2d=13639 -model=model_1170 -name=Chair - -// 7386 -[loc_7386] -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=8453 -recol1d=24275 -recol2s=7396 -recol2d=24242 -recol3s=6339 -recol3d=23185 -recol4s=5282 -recol4d=22161 -recol5s=4225 -recol5d=22095 -model=model_6610,0 - -// 7387 -[loc_7387] -hillskew=yes -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=8453 -recol1d=24275 -recol2s=7396 -recol2d=24242 -recol3s=6339 -recol3d=23185 -recol4s=5282 -recol4d=22161 -recol5s=4225 -recol5d=22095 -model=model_6611,0 - -// 7388 -[loc_7388] -mirror=yes -ambient=25 -blockrange=no -model=model_7719 -name=Bench - -// 7389 -[loc_7389] -forcedecor=yes -mapfunction=56 -model=model_1105,0 - -// 7390 -[loc_7390] -model=model_7740 -name=Hookah - -// 7391 -[loc_7391] -model=model_7737 -name=Rolled up rug - -// 7392 -[loc_7392] -length=2 -model=model_7739 -name=Rolled up rugs - -// 7393 -[loc_7393] -model=model_7738 -name=Little tent - -// 7394 -[loc_7394] -hillskew=yes -blockwalk=no -length=2 -model=model_7736 -name=Rug - -// 7395 -[loc_7395] -sharelight=yes -active=yes -length=2 -blockwalk=yes -multivar=varplayer_499 -multiloc=0,loc_7394 - -// 7396 -[loc_7396] -width=2 -length=2 -model=model_944 -model2=model_7746 -name=Carpet Exhibit - -// 7397 -[loc_7397] -width=2 -length=2 -resizex=130 -resizey=115 -resizex=130 -msi=msi_5 -model=model_1702 -name=Leafy tree - -// 7398 -[loc_7398] -width=2 -length=2 -resizex=150 -resizey=150 -resizex=150 -msi=msi_5 -model=model_1702 -name=Leafy tree - -// 7399 -[loc_7399] -width=2 -length=2 -msi=msi_3 -op3=hidden -hillchange=tree_skew,42 -model=model_8140 -name=Tree Stump - -// 7400 -[loc_7400] -width=2 -length=2 -msi=msi_3 -op3=hidden -model=model_8025 -name=Tree Stump - -// 7401 -[loc_7401] -width=2 -length=2 -msi=msi_3 -op3=hidden -model=model_8012 -name=Tree Stump - -// 7402 -[loc_7402] -width=3 -length=3 -msi=msi_3 -op3=hidden -model=model_8162 -name=Tree Stump - -// 7403 -[loc_7403] -model=model_7761 -name=Apple Barrel - -// 7404 -[loc_7404] -model=model_7763 -name=Apple Barrel - -// 7405 -[loc_7405] -active=no -model=model_7764 - -// 7406 -[loc_7406] -length=2 -model=model_7765 -name=Barrel Tap - -// 7407 -[loc_7407] -ambient=25 -contrast=25 -blockrange=no -model=model_7775 -name=Barrel - -// 7408 -[loc_7408] -ambient=15 -op1=Drain -blockrange=no -model=model_7775 -name=Barrel - -// 7409 -[loc_7409] -ambient=15 -op1=Drain -blockrange=no -model=model_7775 -name=Barrel - -// 7410 -[loc_7410] -ambient=15 -op1=Drain -blockrange=no -model=model_7775 -name=Barrel - -// 7411 -[loc_7411] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Dwarven Stout - -// 7412 -[loc_7412] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Mature Dwarven Stout - -// 7413 -[loc_7413] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Asgarnian Ale - -// 7414 -[loc_7414] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Mature Asgarnian Ale - -// 7415 -[loc_7415] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Greenmans Ale - -// 7416 -[loc_7416] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Mature Greenmans Ale - -// 7417 -[loc_7417] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Wizards Mind Bomb - -// 7418 -[loc_7418] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Mature Wizards Mind Bomb - -// 7419 -[loc_7419] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Dragon Bitter - -// 7420 -[loc_7420] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Mature Dragon Bitter - -// 7421 -[loc_7421] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Moonlight Mead - -// 7422 -[loc_7422] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Mature Moonlight Mead - -// 7423 -[loc_7423] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Axeman's Folly - -// 7424 -[loc_7424] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Mature Axeman's Folly - -// 7425 -[loc_7425] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Chef's Delight - -// 7426 -[loc_7426] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Mature Chef's Delight - -// 7427 -[loc_7427] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Slayer's Respite - -// 7428 -[loc_7428] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Mature Slayer's Respite - -// 7429 -[loc_7429] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Cider - -// 7430 -[loc_7430] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Mature Cider - -// 7431 -[loc_7431] -blockwalk=yes -active=yes -multivar=varplayerbit_738 -multiloc=0,loc_7407 -multiloc=1,loc_7408 -multiloc=2,loc_7410 -multiloc=3,loc_8870 -multiloc=4,loc_7409 -multiloc=8,loc_7411 -multiloc=9,loc_7411 -multiloc=10,loc_7411 -multiloc=11,loc_7411 -multiloc=12,loc_7411 -multiloc=13,loc_7411 -multiloc=14,loc_7411 -multiloc=15,loc_7411 -multiloc=16,loc_7413 -multiloc=17,loc_7413 -multiloc=18,loc_7413 -multiloc=19,loc_7413 -multiloc=20,loc_7413 -multiloc=21,loc_7413 -multiloc=22,loc_7413 -multiloc=23,loc_7413 -multiloc=24,loc_7415 -multiloc=25,loc_7415 -multiloc=26,loc_7415 -multiloc=27,loc_7415 -multiloc=28,loc_7415 -multiloc=29,loc_7415 -multiloc=30,loc_7415 -multiloc=31,loc_7415 -multiloc=32,loc_7417 -multiloc=33,loc_7417 -multiloc=34,loc_7417 -multiloc=35,loc_7417 -multiloc=36,loc_7417 -multiloc=37,loc_7417 -multiloc=38,loc_7417 -multiloc=39,loc_7417 -multiloc=40,loc_7419 -multiloc=41,loc_7419 -multiloc=42,loc_7419 -multiloc=43,loc_7419 -multiloc=44,loc_7419 -multiloc=45,loc_7419 -multiloc=46,loc_7419 -multiloc=47,loc_7419 -multiloc=48,loc_7421 -multiloc=49,loc_7421 -multiloc=50,loc_7421 -multiloc=51,loc_7421 -multiloc=52,loc_7421 -multiloc=53,loc_7421 -multiloc=54,loc_7421 -multiloc=55,loc_7421 -multiloc=56,loc_7423 -multiloc=57,loc_7423 -multiloc=58,loc_7423 -multiloc=59,loc_7423 -multiloc=60,loc_7423 -multiloc=61,loc_7423 -multiloc=62,loc_7423 -multiloc=63,loc_7423 -multiloc=64,loc_7425 -multiloc=65,loc_7425 -multiloc=66,loc_7425 -multiloc=67,loc_7425 -multiloc=68,loc_7425 -multiloc=69,loc_7425 -multiloc=70,loc_7425 -multiloc=71,loc_7425 -multiloc=72,loc_7427 -multiloc=73,loc_7427 -multiloc=74,loc_7427 -multiloc=75,loc_7427 -multiloc=76,loc_7427 -multiloc=77,loc_7427 -multiloc=78,loc_7427 -multiloc=79,loc_7427 -multiloc=80,loc_7429 -multiloc=81,loc_7429 -multiloc=82,loc_7429 -multiloc=83,loc_7429 -multiloc=84,loc_7429 -multiloc=85,loc_7429 -multiloc=86,loc_7429 -multiloc=87,loc_7429 -multiloc=136,loc_7412 -multiloc=137,loc_7412 -multiloc=138,loc_7412 -multiloc=139,loc_7412 -multiloc=140,loc_7412 -multiloc=141,loc_7412 -multiloc=142,loc_7412 -multiloc=143,loc_7412 -multiloc=144,loc_7414 -multiloc=145,loc_7414 -multiloc=146,loc_7414 -multiloc=147,loc_7414 -multiloc=148,loc_7414 -multiloc=149,loc_7414 -multiloc=150,loc_7414 -multiloc=151,loc_7414 -multiloc=152,loc_7416 -multiloc=153,loc_7416 -multiloc=154,loc_7416 -multiloc=155,loc_7416 -multiloc=156,loc_7416 -multiloc=157,loc_7416 -multiloc=158,loc_7416 -multiloc=159,loc_7416 -multiloc=160,loc_7418 -multiloc=161,loc_7418 -multiloc=162,loc_7418 -multiloc=163,loc_7418 -multiloc=164,loc_7418 -multiloc=165,loc_7418 -multiloc=166,loc_7418 -multiloc=167,loc_7418 -multiloc=168,loc_7420 -multiloc=169,loc_7420 -multiloc=170,loc_7420 -multiloc=171,loc_7420 -multiloc=172,loc_7420 -multiloc=173,loc_7420 -multiloc=174,loc_7420 -multiloc=175,loc_7420 -multiloc=176,loc_7422 -multiloc=177,loc_7422 -multiloc=178,loc_7422 -multiloc=179,loc_7422 -multiloc=180,loc_7422 -multiloc=181,loc_7422 -multiloc=182,loc_7422 -multiloc=183,loc_7422 -multiloc=184,loc_7424 -multiloc=185,loc_7424 -multiloc=186,loc_7424 -multiloc=187,loc_7424 -multiloc=188,loc_7424 -multiloc=189,loc_7424 -multiloc=190,loc_7424 -multiloc=191,loc_7424 -multiloc=192,loc_7426 -multiloc=193,loc_7426 -multiloc=194,loc_7426 -multiloc=195,loc_7426 -multiloc=196,loc_7426 -multiloc=197,loc_7426 -multiloc=198,loc_7426 -multiloc=199,loc_7426 -multiloc=200,loc_7428 -multiloc=201,loc_7428 -multiloc=202,loc_7428 -multiloc=203,loc_7428 -multiloc=204,loc_7428 -multiloc=205,loc_7428 -multiloc=206,loc_7428 -multiloc=207,loc_7428 -multiloc=208,loc_7430 -multiloc=209,loc_7430 -multiloc=210,loc_7430 -multiloc=211,loc_7430 -multiloc=212,loc_7430 -multiloc=213,loc_7430 -multiloc=214,loc_7430 -multiloc=215,loc_7430 - -// 7432 -[loc_7432] -blockwalk=yes -active=yes -multivar=varplayerbit_739 -multiloc=0,loc_7407 -multiloc=1,loc_7408 -multiloc=2,loc_7410 -multiloc=4,loc_7409 -multiloc=8,loc_7411 -multiloc=9,loc_7411 -multiloc=10,loc_7411 -multiloc=11,loc_7411 -multiloc=12,loc_7411 -multiloc=13,loc_7411 -multiloc=14,loc_7411 -multiloc=15,loc_7411 -multiloc=16,loc_7413 -multiloc=17,loc_7413 -multiloc=18,loc_7413 -multiloc=19,loc_7413 -multiloc=20,loc_7413 -multiloc=21,loc_7413 -multiloc=22,loc_7413 -multiloc=23,loc_7413 -multiloc=24,loc_7415 -multiloc=25,loc_7415 -multiloc=26,loc_7415 -multiloc=27,loc_7415 -multiloc=28,loc_7415 -multiloc=29,loc_7415 -multiloc=30,loc_7415 -multiloc=31,loc_7415 -multiloc=32,loc_7417 -multiloc=33,loc_7417 -multiloc=34,loc_7417 -multiloc=35,loc_7417 -multiloc=36,loc_7417 -multiloc=37,loc_7417 -multiloc=38,loc_7417 -multiloc=39,loc_7417 -multiloc=40,loc_7419 -multiloc=41,loc_7419 -multiloc=42,loc_7419 -multiloc=43,loc_7419 -multiloc=44,loc_7419 -multiloc=45,loc_7419 -multiloc=46,loc_7419 -multiloc=47,loc_7419 -multiloc=48,loc_7421 -multiloc=49,loc_7421 -multiloc=50,loc_7421 -multiloc=51,loc_7421 -multiloc=52,loc_7421 -multiloc=53,loc_7421 -multiloc=54,loc_7421 -multiloc=55,loc_7421 -multiloc=56,loc_7423 -multiloc=57,loc_7423 -multiloc=58,loc_7423 -multiloc=59,loc_7423 -multiloc=60,loc_7423 -multiloc=61,loc_7423 -multiloc=62,loc_7423 -multiloc=63,loc_7423 -multiloc=64,loc_7425 -multiloc=65,loc_7425 -multiloc=66,loc_7425 -multiloc=67,loc_7425 -multiloc=68,loc_7425 -multiloc=69,loc_7425 -multiloc=70,loc_7425 -multiloc=71,loc_7425 -multiloc=72,loc_7427 -multiloc=73,loc_7427 -multiloc=74,loc_7427 -multiloc=75,loc_7427 -multiloc=76,loc_7427 -multiloc=77,loc_7427 -multiloc=78,loc_7427 -multiloc=79,loc_7427 -multiloc=80,loc_7429 -multiloc=81,loc_7429 -multiloc=82,loc_7429 -multiloc=83,loc_7429 -multiloc=84,loc_7429 -multiloc=85,loc_7429 -multiloc=86,loc_7429 -multiloc=87,loc_7429 -multiloc=136,loc_7412 -multiloc=137,loc_7412 -multiloc=138,loc_7412 -multiloc=139,loc_7412 -multiloc=140,loc_7412 -multiloc=141,loc_7412 -multiloc=142,loc_7412 -multiloc=143,loc_7412 -multiloc=144,loc_7414 -multiloc=145,loc_7414 -multiloc=146,loc_7414 -multiloc=147,loc_7414 -multiloc=148,loc_7414 -multiloc=149,loc_7414 -multiloc=150,loc_7414 -multiloc=151,loc_7414 -multiloc=152,loc_7416 -multiloc=153,loc_7416 -multiloc=154,loc_7416 -multiloc=155,loc_7416 -multiloc=156,loc_7416 -multiloc=157,loc_7416 -multiloc=158,loc_7416 -multiloc=159,loc_7416 -multiloc=160,loc_7418 -multiloc=161,loc_7418 -multiloc=162,loc_7418 -multiloc=163,loc_7418 -multiloc=164,loc_7418 -multiloc=165,loc_7418 -multiloc=166,loc_7418 -multiloc=167,loc_7418 -multiloc=168,loc_7420 -multiloc=169,loc_7420 -multiloc=170,loc_7420 -multiloc=171,loc_7420 -multiloc=172,loc_7420 -multiloc=173,loc_7420 -multiloc=174,loc_7420 -multiloc=175,loc_7420 -multiloc=176,loc_7422 -multiloc=177,loc_7422 -multiloc=178,loc_7422 -multiloc=179,loc_7422 -multiloc=180,loc_7422 -multiloc=181,loc_7422 -multiloc=182,loc_7422 -multiloc=183,loc_7422 -multiloc=184,loc_7424 -multiloc=185,loc_7424 -multiloc=186,loc_7424 -multiloc=187,loc_7424 -multiloc=188,loc_7424 -multiloc=189,loc_7424 -multiloc=190,loc_7424 -multiloc=191,loc_7424 -multiloc=192,loc_7426 -multiloc=193,loc_7426 -multiloc=194,loc_7426 -multiloc=195,loc_7426 -multiloc=196,loc_7426 -multiloc=197,loc_7426 -multiloc=198,loc_7426 -multiloc=199,loc_7426 -multiloc=200,loc_7428 -multiloc=201,loc_7428 -multiloc=202,loc_7428 -multiloc=203,loc_7428 -multiloc=204,loc_7428 -multiloc=205,loc_7428 -multiloc=206,loc_7428 -multiloc=207,loc_7428 -multiloc=208,loc_7430 -multiloc=209,loc_7430 -multiloc=210,loc_7430 -multiloc=211,loc_7430 -multiloc=212,loc_7430 -multiloc=213,loc_7430 -multiloc=214,loc_7430 -multiloc=215,loc_7430 - -// 7433 -[loc_7433] -sharelight=yes -op1=Climb-up -forceapproach=north -recol1s=12514 -recol1d=8418 -recol2s=11457 -recol2d=8418 -recol3s=16708 -recol3d=8418 -model=model_5187 -name=ladder - -// 7434 -[loc_7434] -active=yes -op1=Open -raiseobject=no -forceapproach=east -blockwalk=yes -recol1s=16640 -recol1d=8418 -recol2s=8320 -recol2d=4226 -recol3s=11491 -recol3d=6304 -recol4s=8456 -recol4d=8453 -model=model_1205,0 -name=Trapdoor - -// 7435 -[loc_7435] -active=yes -op1=Climb-down -op2=Close -raiseobject=no -forceapproach=east -blockwalk=yes -recol1s=16640 -recol1d=8418 -recol2s=8320 -recol2d=4226 -recol3s=11491 -recol3d=6304 -recol4s=8456 -recol4d=8453 -model=model_1173,0 -name=Trapdoor - -// 7436 -[loc_7436] -ambient=25 -blockrange=no -recol1s=13605 -recol1d=9475 -recol2s=12548 -recol2d=8418 -recol3s=11491 -recol3d=7361 -recol4s=10434 -recol4d=6304 -recol5s=7297 -recol5d=3168 -model=model_8232 -name=Barrel - -// 7437 -[loc_7437] -ambient=15 -blockrange=no -model=model_7778 -model2=model_7782 -name=Fermenting Vat - -// 7438 -[loc_7438] -ambient=15 -blockrange=no -recol1s=21169 -recol1d=18069 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7439 -[loc_7439] -ambient=15 -blockrange=no -recol1s=21169 -recol1d=21295 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7440 -[loc_7440] -ambient=15 -blockrange=no -recol1s=21169 -recol1d=21295 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7441 -[loc_7441] -ambient=15 -blockrange=no -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7442 -[loc_7442] -ambient=15 -op1=Turn -blockrange=no -model=model_7777 -name=Valve - -// 7443 -[loc_7443] -ambient=15 -op1=Turn -blockrange=no -model=model_7777 -name=Valve - -// 7444 -[loc_7444] -ambient=15 -blockrange=no -recol1s=21169 -recol1d=12686 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7445 -[loc_7445] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=13675 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7446 -[loc_7446] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=7399 -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 7447 -[loc_7447] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=11561 -recol2s=21168 -recol2d=7399 -recol3s=20109 -recol3d=4228 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7448 -[loc_7448] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=8456 -recol2s=21168 -recol2d=5285 -recol3s=20109 -recol3d=2114 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7449 -[loc_7449] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=21005 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7450 -[loc_7450] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=22026 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7451 -[loc_7451] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=22026 -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 7452 -[loc_7452] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=23117 -recol2s=21168 -recol2d=22026 -recol3s=20109 -recol3d=18889 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7453 -[loc_7453] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=22026 -recol2s=21168 -recol2d=18889 -recol3s=20109 -recol3d=17798 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7454 -[loc_7454] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=21005 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7455 -[loc_7455] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=22026 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7456 -[loc_7456] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=22026 -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 7457 -[loc_7457] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=23117 -recol2s=21168 -recol2d=22026 -recol3s=20109 -recol3d=18889 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7458 -[loc_7458] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=22026 -recol2s=21168 -recol2d=18889 -recol3s=20109 -recol3d=17798 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7459 -[loc_7459] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=15790 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7460 -[loc_7460] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=16845 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7461 -[loc_7461] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=16845 -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 7462 -[loc_7462] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=14731 -recol2s=21168 -recol2d=16845 -recol3s=20109 -recol3d=14731 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7463 -[loc_7463] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=18961 -recol2s=21168 -recol2d=16847 -recol3s=20109 -recol3d=14733 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7464 -[loc_7464] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=25200 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7465 -[loc_7465] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=26221 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7466 -[loc_7466] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=21994 -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 7467 -[loc_7467] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=25131 -recol2s=21168 -recol2d=21994 -recol3s=20109 -recol3d=20903 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7468 -[loc_7468] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=21994 -recol2s=21168 -recol2d=20903 -recol3s=20109 -recol3d=17766 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7469 -[loc_7469] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=17903 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7470 -[loc_7470] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=16846 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7471 -[loc_7471] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=20080 -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 7472 -[loc_7472] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=19023 -recol2s=21168 -recol2d=20080 -recol3s=20109 -recol3d=21137 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7473 -[loc_7473] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=21137 -recol2s=21168 -recol2d=21139 -recol3s=20109 -recol3d=22196 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7474 -[loc_7474] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=17903 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7475 -[loc_7475] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=16909 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7476 -[loc_7476] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=17769 -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 7477 -[loc_7477] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=16779 -recol2s=21168 -recol2d=17769 -recol3s=20109 -recol3d=17734 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7478 -[loc_7478] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=17734 -recol2s=21168 -recol2d=17699 -recol3s=20109 -recol3d=17696 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7479 -[loc_7479] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=17903 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7480 -[loc_7480] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=17966 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7481 -[loc_7481] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=20042 -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 7482 -[loc_7482] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=18988 -recol2s=21168 -recol2d=20042 -recol3s=20109 -recol3d=22151 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7483 -[loc_7483] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=22151 -recol2s=21168 -recol2d=24196 -recol3s=20109 -recol3d=26274 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7484 -[loc_7484] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=14830 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7485 -[loc_7485] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=12781 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7486 -[loc_7486] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=21169 -recol1d=11820 -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 7487 -[loc_7487] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=6698 -recol2s=21168 -recol2d=9771 -recol3s=20109 -recol3d=11788 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7488 -[loc_7488] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -recol1s=23282 -recol1d=10795 -recol2s=21168 -recol2d=10827 -recol3s=20109 -recol3d=8840 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7489 -[loc_7489] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7490 -[loc_7490] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7491 -[loc_7491] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 7492 -[loc_7492] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7493 -[loc_7493] -ambient=15 -bgsound=synth_3117,5 -blockrange=no -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7494 -[loc_7494] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_736 -multiloc=0,loc_7437 -multiloc=1,loc_7438 -multiloc=2,loc_7441 -multiloc=4,loc_7444 -multiloc=5,loc_7445 -multiloc=6,loc_7446 -multiloc=7,loc_7447 -multiloc=8,loc_7448 -multiloc=10,loc_7449 -multiloc=11,loc_7450 -multiloc=12,loc_7451 -multiloc=13,loc_7452 -multiloc=14,loc_7453 -multiloc=16,loc_7454 -multiloc=17,loc_7455 -multiloc=18,loc_7456 -multiloc=19,loc_7457 -multiloc=20,loc_7458 -multiloc=22,loc_7459 -multiloc=23,loc_7460 -multiloc=24,loc_7461 -multiloc=25,loc_7462 -multiloc=26,loc_7463 -multiloc=28,loc_7464 -multiloc=29,loc_7465 -multiloc=30,loc_7466 -multiloc=31,loc_7467 -multiloc=32,loc_7468 -multiloc=34,loc_7469 -multiloc=35,loc_7470 -multiloc=36,loc_7471 -multiloc=37,loc_7472 -multiloc=38,loc_7473 -multiloc=40,loc_7474 -multiloc=41,loc_7475 -multiloc=42,loc_7476 -multiloc=43,loc_7477 -multiloc=44,loc_7478 -multiloc=46,loc_7479 -multiloc=47,loc_7480 -multiloc=48,loc_7481 -multiloc=49,loc_7482 -multiloc=50,loc_7483 -multiloc=52,loc_7484 -multiloc=53,loc_7485 -multiloc=54,loc_7486 -multiloc=55,loc_7487 -multiloc=56,loc_7488 -multiloc=58,loc_7489 -multiloc=59,loc_7490 -multiloc=60,loc_7491 -multiloc=61,loc_7492 -multiloc=62,loc_7493 -multiloc=64,loc_7439 -multiloc=65,loc_7440 -multiloc=68,loc_8871 -multiloc=69,loc_8872 -multiloc=70,loc_8873 -multiloc=71,loc_8874 - -// 7495 -[loc_7495] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_737 -multiloc=0,loc_7437 -multiloc=1,loc_7438 -multiloc=2,loc_7441 -multiloc=4,loc_7444 -multiloc=5,loc_7445 -multiloc=6,loc_7446 -multiloc=7,loc_7447 -multiloc=8,loc_7448 -multiloc=10,loc_7449 -multiloc=11,loc_7450 -multiloc=12,loc_7451 -multiloc=13,loc_7452 -multiloc=14,loc_7453 -multiloc=16,loc_7454 -multiloc=17,loc_7455 -multiloc=18,loc_7456 -multiloc=19,loc_7457 -multiloc=20,loc_7458 -multiloc=22,loc_7459 -multiloc=23,loc_7460 -multiloc=24,loc_7461 -multiloc=25,loc_7462 -multiloc=26,loc_7463 -multiloc=28,loc_7464 -multiloc=29,loc_7465 -multiloc=30,loc_7466 -multiloc=31,loc_7467 -multiloc=32,loc_7468 -multiloc=34,loc_7469 -multiloc=35,loc_7470 -multiloc=36,loc_7471 -multiloc=37,loc_7472 -multiloc=38,loc_7473 -multiloc=40,loc_7474 -multiloc=41,loc_7475 -multiloc=42,loc_7476 -multiloc=43,loc_7477 -multiloc=44,loc_7478 -multiloc=46,loc_7479 -multiloc=47,loc_7480 -multiloc=48,loc_7481 -multiloc=49,loc_7482 -multiloc=50,loc_7483 -multiloc=52,loc_7484 -multiloc=53,loc_7485 -multiloc=54,loc_7486 -multiloc=55,loc_7487 -multiloc=56,loc_7488 -multiloc=58,loc_7489 -multiloc=59,loc_7490 -multiloc=60,loc_7491 -multiloc=61,loc_7492 -multiloc=62,loc_7493 -multiloc=64,loc_7439 -multiloc=65,loc_7440 - -// 7496 -[loc_7496] -width=2 -ambient=15 -blockrange=no -model=model_7906 -name=Counter - -// 7497 -[loc_7497] -width=2 -ambient=15 -blockrange=no -recol1s=16809 -recol1d=8484 -recol2s=14695 -recol2d=7427 -recol3s=13638 -recol3d=6370 -recol4s=12581 -recol4d=5313 -recol5s=11524 -recol5d=4256 -recol6s=10467 -recol6d=4256 -model=model_7906 -name=Counter - -// 7498 -[loc_7498] -recol1s=14695 -recol1d=8484 -recol2s=12581 -recol2d=7427 -recol3s=10467 -recol3d=6370 -recol4s=9410 -recol4d=5313 -model=model_7908 -name=Shelves - -// 7499 -[loc_7499] -recol1s=14695 -recol1d=8484 -recol2s=12581 -recol2d=7427 -recol3s=10467 -recol3d=6370 -recol4s=9410 -recol4d=5313 -model=model_7908 -model2=model_7909 -name=Shelves - -// 7500 -[loc_7500] -recol1s=14695 -recol1d=8484 -recol2s=12581 -recol2d=7427 -recol3s=10467 -recol3d=6370 -recol4s=9410 -recol4d=5313 -model=model_7908 -model2=model_7910 -name=Shelves - -// 7501 -[loc_7501] -recol1s=14695 -recol1d=8484 -recol2s=12581 -recol2d=7427 -recol3s=10467 -recol3d=6370 -recol4s=9410 -recol4d=5313 -model=model_7908 -model2=model_7911 -name=Shelves - -// 7502 -[loc_7502] -recol1s=14695 -recol1d=8484 -recol2s=12581 -recol2d=7427 -recol3s=10467 -recol3d=6370 -recol4s=9410 -recol4d=5313 -recol5s=14695 -recol5d=4256 -model=model_7908 -model2=model_7912 -name=Shelves - -// 7503 -[loc_7503] -active=no -recol1s=8387 -recol1d=6370 -recol2s=20935 -recol2d=6370 -recol3s=17764 -recol3d=8484 -recol4s=7330 -recol4d=4256 -model=model_5189,1 - -// 7504 -[loc_7504] -ambient=15 -blockrange=no -recol1s=10401 -recol1d=14695 -recol2s=9377 -recol2d=12581 -model=model_1170 -name=Chair - -// 7505 -[loc_7505] -blockrange=no -recol1s=10401 -recol1d=8484 -recol2s=9377 -recol2d=7427 -model=model_1170 -name=Chair - -// 7506 -[loc_7506] -model=model_7908 -name=Shelves - -// 7507 -[loc_7507] -model=model_7908 -model2=model_7909 -name=Shelves - -// 7508 -[loc_7508] -model=model_7908 -model2=model_7910 -name=Shelves - -// 7509 -[loc_7509] -model=model_7908 -model2=model_7911 -name=Shelves - -// 7510 -[loc_7510] -model=model_7908 -model2=model_7912 -name=Shelves - -// 7511 -[loc_7511] -model=model_7908 -model2=model_7913 -name=Shelves - -// 7512 -[loc_7512] -model=model_7907 -name=Sacks - -// 7513 -[loc_7513] -offsetx=-30 -offsety=0 -offsetz=0 -blockrange=no -model=model_7704 -name=Crate - -// 7514 -[loc_7514] -blockrange=no -model=model_7699 -name=Crate - -// 7515 -[loc_7515] -active=no -blockrange=no -model=model_7699 - -// 7516 -[loc_7516] -recol1s=16846 -recol1d=16878 -recol2s=15789 -recol2d=15821 -recol3s=18960 -recol3d=18992 -model=model_7914 -name=Tools - -// 7517 -[loc_7517] -forcedecor=yes -ambient=25 -model=model_7773,0 - -// 7518 -[loc_7518] -active=no -ambient=20 -hillskew=yes -blockwalk=no -forcedecor=yes -hardshadow=no -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=22131 -recol3d=12736 -recol4s=16846 -recol4d=11715 -recol5s=11561 -recol5d=10659 -retex1s=material_87 -retex1d=material_63 -retex2s=material_86 -retex2d=material_245 -model=model_7771,0 - -// 7519 -[loc_7519] -active=no -ambient=20 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=22131 -recol3d=12736 -recol4s=16846 -recol4d=11715 -recol5s=11561 -recol5d=10659 -retex1s=material_87 -retex1d=material_63 -retex2s=material_86 -retex2d=material_245 -model=model_7769,0 - -// 7520 -[loc_7520] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -recol4s=13671 -recol4d=5313 -recol5s=11557 -recol5d=4256 -retex1s=material_87 -retex1d=material_63 -retex2s=material_86 -retex2d=material_245 -model=model_7771,0 - -// 7521 -[loc_7521] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -recol4s=13671 -recol4d=5313 -recol5s=11557 -recol5d=4256 -retex1s=material_87 -retex1d=material_63 -retex2s=material_86 -retex2d=material_245 -model=model_7769,0 - -// 7522 -[loc_7522] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=13671 -recol1d=17862 -recol2s=11557 -recol2d=18919 -retex1s=material_87 -retex1d=material_63 -retex2s=material_86 -retex2d=material_245 -model=model_7772,0 - -// 7523 -[loc_7523] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=13671 -recol1d=17862 -recol2s=11557 -recol2d=18919 -retex1s=material_87 -retex1d=material_63 -retex2s=material_86 -retex2d=material_245 -model=model_7770,0 - -// 7524 -[loc_7524] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=13671 -recol1d=10501 -recol2s=11557 -recol2d=8387 -retex1s=material_87 -retex1d=material_63 -retex2s=material_86 -retex2d=material_245 -model=model_7772,0 - -// 7525 -[loc_7525] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=13671 -recol1d=10501 -recol2s=11557 -recol2d=8387 -retex1s=material_74 -retex1d=material_245 -model=model_7770,0 - -// 7526 -[loc_7526] -blockwalk=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 7527 -[loc_7527] -length=2 -hillskew=yes -op1=Climb-over -msi=msi_70 -raiseobject=no -blockrange=no -model=model_7378 -name=Stile - -// 7528 -[loc_7528] -width=2 -length=2 -ambient=15 -bgsound=synth_3117,3 -blockrange=no -model=model_7778 -model2=model_7782 -name=Fermenting Vat - -// 7529 -[loc_7529] -width=2 -length=2 -ambient=15 -bgsound=synth_3117,3 -blockrange=no -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 7530 -[loc_7530] -width=2 -length=2 -ambient=15 -bgsound=synth_3117,3 -blockrange=no -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 7531 -[loc_7531] -ambient=15 -blockrange=no -model=model_7775 -name=Barrel - -// 7532 -[loc_7532] -ambient=15 -blockrange=no -model=model_7777 -name=Valve - -// 7533 -[loc_7533] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=7296 -recol3d=8386 -model=model_7807,0 - -// 7534 -[loc_7534] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=7296 -recol3d=8386 -model=model_7802,0 - -// 7535 -[loc_7535] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=8418 -recol3d=8353 -model=model_7788,0 - -// 7536 -[loc_7536] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=8418 -recol3d=7360 -model=model_7788,0 - -// 7537 -[loc_7537] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=7296 -recol3d=8386 -model=model_7808,0 - -// 7538 -[loc_7538] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=7296 -recol3d=8386 -model=model_7803,0 - -// 7539 -[loc_7539] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=8418 -recol3d=8353 -model=model_7789,0 - -// 7540 -[loc_7540] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=8418 -recol3d=7360 -model=model_7789,0 - -// 7541 -[loc_7541] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=7296 -recol3d=8386 -model=model_7809,0 - -// 7542 -[loc_7542] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=7296 -recol3d=8386 -model=model_7804,0 - -// 7543 -[loc_7543] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=8418 -recol3d=8353 -model=model_7790,0 - -// 7544 -[loc_7544] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=8418 -recol3d=7360 -model=model_7790,0 - -// 7545 -[loc_7545] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=7296 -recol3d=8386 -model=model_7810,0 - -// 7546 -[loc_7546] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=7296 -recol3d=8386 -model=model_7805,0 - -// 7547 -[loc_7547] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=8418 -recol3d=8353 -model=model_7791,0 - -// 7548 -[loc_7548] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=8418 -recol3d=7360 -model=model_7791,0 - -// 7549 -[loc_7549] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=7296 -recol3d=8386 -model=model_7811,0 - -// 7550 -[loc_7550] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=7296 -recol3d=8386 -model=model_7806,0 - -// 7551 -[loc_7551] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=8418 -recol3d=8353 -model=model_7792,0 - -// 7552 -[loc_7552] -ambient=25 -hillskew=yes -forcedecor=yes -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -recol3s=8418 -recol3d=7360 -model=model_7792,0 - -// 7553 -[loc_7553] -active=no -ambient=25 -hillskew=yes -blockwalk=no -recol1s=13671 -recol1d=12614 -recol2s=11557 -recol2d=10500 -model=model_7784,1 -model=model_7785,3 -model=model_31635,5 - -// 7554 -[loc_7554] -active=no -ambient=25 -hillskew=yes -blockwalk=no -recol1s=13671 -recol1d=10501 -recol2s=11557 -recol2d=8387 -model=model_7784,1 -model=model_7785,3 -model=model_31635,5 - -// 7555 -[loc_7555] -active=no -ambient=25 -hillskew=yes -blockwalk=no -recol1s=13671 -recol1d=5313 -recol2s=11557 -recol2d=4256 -model=model_7784,1 -model=model_7785,3 -model=model_31635,5 - -// 7556 -[loc_7556] -active=no -ambient=25 -hillskew=yes -blockwalk=no -recol1s=13671 -recol1d=17862 -recol2s=11557 -recol2d=18919 -model=model_7784,1 -model=model_7785,3 -model=model_31635,5 - -// 7557 -[loc_7557] -ambient=25 -op2=Inspect -op4=Guide -model=model_7794 -model2=model_7767 -name=Belladonna patch - -// 7558 -[loc_7558] -ambient=25 -op2=Inspect -op4=Guide -model=model_7798 -model2=model_7767 -name=Belladonna patch - -// 7559 -[loc_7559] -ambient=25 -op2=Inspect -op4=Guide -model=model_7800 -model2=model_7767 -name=Belladonna patch - -// 7560 -[loc_7560] -ambient=25 -op2=Inspect -op4=Guide -model=model_7801 -model2=model_7767 -name=Belladonna patch - -// 7561 -[loc_7561] -ambient=25 -op2=Inspect -op4=Guide -model=model_7901 -model2=model_7767 -name=Belladonna - -// 7562 -[loc_7562] -ambient=25 -op2=Inspect -op4=Guide -model=model_7902 -model2=model_7767 -name=Belladonna - -// 7563 -[loc_7563] -ambient=25 -op2=Inspect -op4=Guide -model=model_7903 -model2=model_7767 -name=Belladonna - -// 7564 -[loc_7564] -ambient=25 -op2=Inspect -op4=Guide -model=model_7904 -model2=model_7767 -name=Belladonna - -// 7565 -[loc_7565] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -model=model_7905 -model2=model_7767 -name=Belladonna - -// 7566 -[loc_7566] -ambient=25 -op2=Inspect -op4=Guide -recol1s=20981 -recol1d=22159 -recol2s=16753 -recol2d=20013 -recol3s=8645 -recol3d=13765 -recol4s=6533 -recol4d=11653 -recol5s=4417 -recol5d=9537 -model=model_7902 -model2=model_7767 -name=Diseased Belladonna - -// 7567 -[loc_7567] -ambient=25 -op2=Inspect -op4=Guide -recol1s=20981 -recol1d=22159 -recol2s=16753 -recol2d=20013 -recol3s=8645 -recol3d=13765 -recol4s=6533 -recol4d=11653 -recol5s=4417 -recol5d=9537 -model=model_7903 -model2=model_7767 -name=Diseased Belladonna - -// 7568 -[loc_7568] -ambient=25 -op2=Inspect -op4=Guide -recol1s=20981 -recol1d=22159 -recol2s=16753 -recol2d=20013 -recol3s=8645 -recol3d=13765 -recol4s=6533 -recol4d=11653 -recol5s=4417 -recol5d=9537 -model=model_7904 -model2=model_7767 -name=Diseased Belladonna - -// 7569 -[loc_7569] -ambient=25 -op2=Inspect -op4=Guide -recol1s=20981 -recol1d=17905 -recol2s=16753 -recol2d=15791 -recol3s=8645 -recol3d=11624 -recol4s=6533 -recol4d=10567 -recol5s=4417 -recol5d=9510 -model=model_7902 -model2=model_7767 -name=Dead Belladonna - -// 7570 -[loc_7570] -ambient=25 -op2=Inspect -op4=Guide -recol1s=20981 -recol1d=17905 -recol2s=16753 -recol2d=15791 -recol3s=8645 -recol3d=11624 -recol4s=6533 -recol4d=10567 -recol5s=4417 -recol5d=9510 -model=model_7903 -model2=model_7767 -name=Dead Belladonna - -// 7571 -[loc_7571] -ambient=25 -op2=Inspect -op4=Guide -recol1s=20981 -recol1d=17905 -recol2s=16753 -recol2d=15791 -recol3s=8645 -recol3d=11624 -recol4s=6533 -recol4d=10567 -recol5s=4417 -recol5d=9510 -model=model_7904 -model2=model_7767 -name=Dead Belladonna - -// 7572 -[loc_7572] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_748 -multiloc=0,loc_7560 -multiloc=1,loc_7559 -multiloc=2,loc_7558 -multiloc=3,loc_7557 -multiloc=4,loc_7561 -multiloc=5,loc_7562 -multiloc=6,loc_7563 -multiloc=7,loc_7564 -multiloc=8,loc_7565 -multiloc=9,loc_7566 -multiloc=10,loc_7567 -multiloc=11,loc_7568 -multiloc=12,loc_7569 -multiloc=13,loc_7570 -multiloc=14,loc_7571 -multiloc=15,loc_7560 -multiloc=16,loc_7560 -multiloc=17,loc_7560 -multiloc=18,loc_7560 -multiloc=19,loc_7560 -multiloc=20,loc_7560 -multiloc=21,loc_7560 -multiloc=22,loc_7560 -multiloc=23,loc_7560 -multiloc=24,loc_7560 -multiloc=25,loc_7560 -multiloc=26,loc_7560 -multiloc=27,loc_7560 -multiloc=28,loc_7560 -multiloc=29,loc_7560 -multiloc=30,loc_7560 -multiloc=31,loc_7560 -multiloc=32,loc_7560 -multiloc=33,loc_7560 -multiloc=34,loc_7560 -multiloc=35,loc_7560 -multiloc=36,loc_7560 -multiloc=37,loc_7560 -multiloc=38,loc_7560 -multiloc=39,loc_7560 -multiloc=40,loc_7560 -multiloc=41,loc_7560 -multiloc=42,loc_7560 -multiloc=43,loc_7560 -multiloc=44,loc_7560 -multiloc=45,loc_7560 -multiloc=46,loc_7560 -multiloc=47,loc_7560 -multiloc=48,loc_7560 -multiloc=49,loc_7560 -multiloc=50,loc_7560 -multiloc=51,loc_7560 -multiloc=52,loc_7560 -multiloc=53,loc_7560 -multiloc=54,loc_7560 -multiloc=55,loc_7560 -multiloc=56,loc_7560 -multiloc=57,loc_7560 -multiloc=58,loc_7560 -multiloc=59,loc_7560 -multiloc=60,loc_7560 -multiloc=61,loc_7560 -multiloc=62,loc_7560 -multiloc=63,loc_7560 -multiloc=64,loc_7560 -multiloc=65,loc_7560 -multiloc=66,loc_7560 -multiloc=67,loc_7560 -multiloc=68,loc_7560 -multiloc=69,loc_7560 -multiloc=70,loc_7560 -multiloc=71,loc_7560 -multiloc=72,loc_7560 -multiloc=73,loc_7560 -multiloc=74,loc_7560 -multiloc=75,loc_7560 -multiloc=76,loc_7560 -multiloc=77,loc_7560 -multiloc=78,loc_7560 -multiloc=79,loc_7560 -multiloc=80,loc_7560 -multiloc=81,loc_7560 -multiloc=82,loc_7560 -multiloc=83,loc_7560 -multiloc=84,loc_7560 -multiloc=85,loc_7560 -multiloc=86,loc_7560 -multiloc=87,loc_7560 -multiloc=88,loc_7560 -multiloc=89,loc_7560 -multiloc=90,loc_7560 -multiloc=91,loc_7560 -multiloc=92,loc_7560 -multiloc=93,loc_7560 -multiloc=94,loc_7560 -multiloc=95,loc_7560 -multiloc=96,loc_7560 -multiloc=97,loc_7560 -multiloc=98,loc_7560 -multiloc=99,loc_7560 -multiloc=100,loc_7560 -multiloc=101,loc_7560 -multiloc=102,loc_7560 -multiloc=103,loc_7560 -multiloc=104,loc_7560 -multiloc=105,loc_7560 -multiloc=106,loc_7560 -multiloc=107,loc_7560 -multiloc=108,loc_7560 -multiloc=109,loc_7560 -multiloc=110,loc_7560 -multiloc=111,loc_7560 -multiloc=112,loc_7560 -multiloc=113,loc_7560 -multiloc=114,loc_7560 -multiloc=115,loc_7560 -multiloc=116,loc_7560 -multiloc=117,loc_7560 -multiloc=118,loc_7560 -multiloc=119,loc_7560 -multiloc=120,loc_7560 -multiloc=121,loc_7560 -multiloc=122,loc_7560 -multiloc=123,loc_7560 -multiloc=124,loc_7560 -multiloc=125,loc_7560 -multiloc=126,loc_7560 -multiloc=127,loc_7560 -multiloc=128,loc_7560 -multiloc=129,loc_7560 -multiloc=130,loc_7560 -multiloc=131,loc_7560 -multiloc=132,loc_7560 -multiloc=133,loc_7560 -multiloc=134,loc_7560 -multiloc=135,loc_7560 -multiloc=136,loc_7560 -multiloc=137,loc_7560 -multiloc=138,loc_7560 -multiloc=139,loc_7560 -multiloc=140,loc_7560 -multiloc=141,loc_7560 -multiloc=142,loc_7560 -multiloc=143,loc_7560 -multiloc=144,loc_7560 -multiloc=145,loc_7560 -multiloc=146,loc_7560 -multiloc=147,loc_7560 -multiloc=148,loc_7560 -multiloc=149,loc_7560 -multiloc=150,loc_7560 -multiloc=151,loc_7560 -multiloc=152,loc_7560 -multiloc=153,loc_7560 -multiloc=154,loc_7560 -multiloc=155,loc_7560 -multiloc=156,loc_7560 -multiloc=157,loc_7560 -multiloc=158,loc_7560 -multiloc=159,loc_7560 -multiloc=160,loc_7560 -multiloc=161,loc_7560 -multiloc=162,loc_7560 -multiloc=163,loc_7560 -multiloc=164,loc_7560 -multiloc=165,loc_7560 -multiloc=166,loc_7560 -multiloc=167,loc_7560 -multiloc=168,loc_7560 -multiloc=169,loc_7560 -multiloc=170,loc_7560 -multiloc=171,loc_7560 -multiloc=172,loc_7560 -multiloc=173,loc_7560 -multiloc=174,loc_7560 -multiloc=175,loc_7560 -multiloc=176,loc_7560 -multiloc=177,loc_7560 -multiloc=178,loc_7560 -multiloc=179,loc_7560 -multiloc=180,loc_7560 -multiloc=181,loc_7560 -multiloc=182,loc_7560 -multiloc=183,loc_7560 -multiloc=184,loc_7560 -multiloc=185,loc_7560 -multiloc=186,loc_7560 -multiloc=187,loc_7560 -multiloc=188,loc_7560 -multiloc=189,loc_7560 -multiloc=190,loc_7560 -multiloc=191,loc_7560 -multiloc=192,loc_7560 -multiloc=193,loc_7560 -multiloc=194,loc_7560 -multiloc=195,loc_7560 -multiloc=196,loc_7560 -multiloc=197,loc_7560 -multiloc=198,loc_7560 -multiloc=199,loc_7560 -multiloc=200,loc_7560 -multiloc=201,loc_7560 -multiloc=202,loc_7560 -multiloc=203,loc_7560 -multiloc=204,loc_7560 -multiloc=205,loc_7560 -multiloc=206,loc_7560 -multiloc=207,loc_7560 -multiloc=208,loc_7560 -multiloc=209,loc_7560 -multiloc=210,loc_7560 -multiloc=211,loc_7560 -multiloc=212,loc_7560 -multiloc=213,loc_7560 -multiloc=214,loc_7560 -multiloc=215,loc_7560 -multiloc=216,loc_7560 -multiloc=217,loc_7560 -multiloc=218,loc_7560 -multiloc=219,loc_7560 -multiloc=220,loc_7560 -multiloc=221,loc_7560 -multiloc=222,loc_7560 -multiloc=223,loc_7560 -multiloc=224,loc_7560 -multiloc=225,loc_7560 -multiloc=226,loc_7560 -multiloc=227,loc_7560 -multiloc=228,loc_7560 -multiloc=229,loc_7560 -multiloc=230,loc_7560 -multiloc=231,loc_7560 -multiloc=232,loc_7560 -multiloc=233,loc_7560 -multiloc=234,loc_7560 -multiloc=235,loc_7560 -multiloc=236,loc_7560 -multiloc=237,loc_7560 -multiloc=238,loc_7560 -multiloc=239,loc_7560 -multiloc=240,loc_7560 -multiloc=241,loc_7560 -multiloc=242,loc_7560 -multiloc=243,loc_7560 -multiloc=244,loc_7560 -multiloc=245,loc_7560 -multiloc=246,loc_7560 -multiloc=247,loc_7560 -multiloc=248,loc_7560 -multiloc=249,loc_7560 -multiloc=250,loc_7560 -multiloc=251,loc_7560 -multiloc=252,loc_7560 -multiloc=253,loc_7560 -multiloc=254,loc_7560 -multiloc=255,loc_7560 - -// 7573 -[loc_7573] -ambient=25 -op2=Inspect -op4=Guide -model=model_7794 -model2=model_7767 -name=Bush Patch - -// 7574 -[loc_7574] -ambient=25 -op2=Inspect -op4=Guide -model=model_7798 -model2=model_7767 -name=Bush Patch - -// 7575 -[loc_7575] -ambient=25 -op2=Inspect -op4=Guide -model=model_7800 -model2=model_7767 -name=Bush Patch - -// 7576 -[loc_7576] -ambient=25 -op2=Inspect -op4=Guide -model=model_7801 -model2=model_7767 -name=Bush Patch - -// 7577 -[loc_7577] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_732 -multiloc=0,loc_7576 -multiloc=1,loc_7575 -multiloc=2,loc_7574 -multiloc=3,loc_7573 -multiloc=4,loc_7576 -multiloc=5,loc_7692 -multiloc=6,loc_7693 -multiloc=7,loc_7694 -multiloc=8,loc_7695 -multiloc=9,loc_7696 -multiloc=10,loc_7697 -multiloc=11,loc_7698 -multiloc=12,loc_7699 -multiloc=13,loc_7700 -multiloc=14,loc_7701 -multiloc=15,loc_7581 -multiloc=16,loc_7582 -multiloc=17,loc_7583 -multiloc=18,loc_7584 -multiloc=19,loc_7585 -multiloc=20,loc_7586 -multiloc=21,loc_7587 -multiloc=22,loc_7588 -multiloc=23,loc_7589 -multiloc=24,loc_7590 -multiloc=25,loc_7591 -multiloc=26,loc_7605 -multiloc=27,loc_7606 -multiloc=28,loc_7607 -multiloc=29,loc_7608 -multiloc=30,loc_7609 -multiloc=31,loc_7610 -multiloc=32,loc_7611 -multiloc=33,loc_7612 -multiloc=34,loc_7613 -multiloc=35,loc_7614 -multiloc=36,loc_7615 -multiloc=37,loc_7616 -multiloc=38,loc_7632 -multiloc=39,loc_7633 -multiloc=40,loc_7634 -multiloc=41,loc_7635 -multiloc=42,loc_7636 -multiloc=43,loc_7637 -multiloc=44,loc_7638 -multiloc=45,loc_7639 -multiloc=46,loc_7640 -multiloc=47,loc_7641 -multiloc=48,loc_7642 -multiloc=49,loc_7643 -multiloc=50,loc_7644 -multiloc=51,loc_7713 -multiloc=52,loc_7714 -multiloc=53,loc_7715 -multiloc=54,loc_7716 -multiloc=55,loc_7717 -multiloc=56,loc_7718 -multiloc=57,loc_7719 -multiloc=58,loc_7720 -multiloc=59,loc_7721 -multiloc=60,loc_7722 -multiloc=61,loc_7723 -multiloc=62,loc_7724 -multiloc=63,loc_7725 -multiloc=64,loc_7576 -multiloc=65,loc_7576 -multiloc=66,loc_7576 -multiloc=67,loc_7576 -multiloc=68,loc_7576 -multiloc=69,loc_7576 -multiloc=70,loc_7703 -multiloc=71,loc_7704 -multiloc=72,loc_7705 -multiloc=73,loc_7706 -multiloc=74,loc_7707 -multiloc=75,loc_7576 -multiloc=76,loc_7576 -multiloc=77,loc_7576 -multiloc=78,loc_7576 -multiloc=79,loc_7576 -multiloc=80,loc_7593 -multiloc=81,loc_7594 -multiloc=82,loc_7595 -multiloc=83,loc_7596 -multiloc=84,loc_7597 -multiloc=85,loc_7598 -multiloc=86,loc_7576 -multiloc=87,loc_7576 -multiloc=88,loc_7576 -multiloc=89,loc_7576 -multiloc=90,loc_7576 -multiloc=91,loc_7618 -multiloc=92,loc_7619 -multiloc=93,loc_7620 -multiloc=94,loc_7621 -multiloc=95,loc_7622 -multiloc=96,loc_7623 -multiloc=97,loc_7624 -multiloc=98,loc_7576 -multiloc=99,loc_7576 -multiloc=100,loc_7576 -multiloc=101,loc_7576 -multiloc=102,loc_7576 -multiloc=103,loc_7646 -multiloc=104,loc_7647 -multiloc=105,loc_7648 -multiloc=106,loc_7649 -multiloc=107,loc_7650 -multiloc=108,loc_7651 -multiloc=109,loc_7652 -multiloc=110,loc_7653 -multiloc=111,loc_7576 -multiloc=112,loc_7576 -multiloc=113,loc_7576 -multiloc=114,loc_7576 -multiloc=115,loc_7576 -multiloc=116,loc_7727 -multiloc=117,loc_7728 -multiloc=118,loc_7729 -multiloc=119,loc_7730 -multiloc=120,loc_7731 -multiloc=121,loc_7732 -multiloc=122,loc_7733 -multiloc=123,loc_7734 -multiloc=124,loc_7576 -multiloc=125,loc_7576 -multiloc=126,loc_7576 -multiloc=127,loc_7576 -multiloc=128,loc_7576 -multiloc=129,loc_7576 -multiloc=130,loc_7576 -multiloc=131,loc_7576 -multiloc=132,loc_7576 -multiloc=133,loc_7576 -multiloc=134,loc_7708 -multiloc=135,loc_7709 -multiloc=136,loc_7710 -multiloc=137,loc_7711 -multiloc=138,loc_7712 -multiloc=139,loc_7576 -multiloc=140,loc_7576 -multiloc=141,loc_7576 -multiloc=142,loc_7576 -multiloc=143,loc_7576 -multiloc=144,loc_7599 -multiloc=145,loc_7600 -multiloc=146,loc_7601 -multiloc=147,loc_7602 -multiloc=148,loc_7603 -multiloc=149,loc_7604 -multiloc=150,loc_7576 -multiloc=151,loc_7576 -multiloc=152,loc_7576 -multiloc=153,loc_7576 -multiloc=154,loc_7576 -multiloc=155,loc_7625 -multiloc=156,loc_7626 -multiloc=157,loc_7627 -multiloc=158,loc_7628 -multiloc=159,loc_7629 -multiloc=160,loc_7630 -multiloc=161,loc_7631 -multiloc=162,loc_7576 -multiloc=163,loc_7576 -multiloc=164,loc_7576 -multiloc=165,loc_7576 -multiloc=166,loc_7576 -multiloc=167,loc_7654 -multiloc=168,loc_7655 -multiloc=169,loc_7656 -multiloc=170,loc_7657 -multiloc=171,loc_7658 -multiloc=172,loc_7659 -multiloc=173,loc_7660 -multiloc=174,loc_7661 -multiloc=175,loc_7576 -multiloc=176,loc_7576 -multiloc=177,loc_7576 -multiloc=178,loc_7576 -multiloc=179,loc_7576 -multiloc=180,loc_7735 -multiloc=181,loc_7736 -multiloc=182,loc_7737 -multiloc=183,loc_7738 -multiloc=184,loc_7739 -multiloc=185,loc_7740 -multiloc=186,loc_7741 -multiloc=187,loc_7742 -multiloc=188,loc_7576 -multiloc=189,loc_7576 -multiloc=190,loc_7576 -multiloc=191,loc_7576 -multiloc=192,loc_7576 -multiloc=193,loc_7576 -multiloc=194,loc_7576 -multiloc=195,loc_7576 -multiloc=196,loc_7576 -multiloc=197,loc_7662 -multiloc=198,loc_7663 -multiloc=199,loc_7664 -multiloc=200,loc_7665 -multiloc=201,loc_7666 -multiloc=202,loc_7667 -multiloc=203,loc_7668 -multiloc=204,loc_7669 -multiloc=205,loc_7670 -multiloc=206,loc_7671 -multiloc=207,loc_7672 -multiloc=208,loc_7673 -multiloc=209,loc_7674 -multiloc=210,loc_7676 -multiloc=211,loc_7677 -multiloc=212,loc_7678 -multiloc=213,loc_7679 -multiloc=214,loc_7680 -multiloc=215,loc_7681 -multiloc=216,loc_7682 -multiloc=217,loc_7684 -multiloc=218,loc_7685 -multiloc=219,loc_7686 -multiloc=220,loc_7687 -multiloc=221,loc_7688 -multiloc=222,loc_7689 -multiloc=223,loc_7690 -multiloc=224,loc_7691 -multiloc=225,loc_7683 -multiloc=226,loc_7576 -multiloc=227,loc_7576 -multiloc=228,loc_7576 -multiloc=229,loc_7576 -multiloc=230,loc_7576 -multiloc=231,loc_7576 -multiloc=232,loc_7576 -multiloc=233,loc_7576 -multiloc=234,loc_7576 -multiloc=235,loc_7576 -multiloc=236,loc_7576 -multiloc=237,loc_7576 -multiloc=238,loc_7576 -multiloc=239,loc_7576 -multiloc=240,loc_7576 -multiloc=241,loc_7576 -multiloc=242,loc_7576 -multiloc=243,loc_7576 -multiloc=244,loc_7576 -multiloc=245,loc_7576 -multiloc=246,loc_7576 -multiloc=247,loc_7576 -multiloc=248,loc_7576 -multiloc=249,loc_7576 -multiloc=250,loc_7702 -multiloc=251,loc_7592 -multiloc=252,loc_7617 -multiloc=253,loc_7645 -multiloc=254,loc_7726 -multiloc=255,loc_7675 - -// 7578 -[loc_7578] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_733 -multiloc=0,loc_7576 -multiloc=1,loc_7575 -multiloc=2,loc_7574 -multiloc=3,loc_7573 -multiloc=4,loc_7576 -multiloc=5,loc_7692 -multiloc=6,loc_7693 -multiloc=7,loc_7694 -multiloc=8,loc_7695 -multiloc=9,loc_7696 -multiloc=10,loc_7697 -multiloc=11,loc_7698 -multiloc=12,loc_7699 -multiloc=13,loc_7700 -multiloc=14,loc_7701 -multiloc=15,loc_7581 -multiloc=16,loc_7582 -multiloc=17,loc_7583 -multiloc=18,loc_7584 -multiloc=19,loc_7585 -multiloc=20,loc_7586 -multiloc=21,loc_7587 -multiloc=22,loc_7588 -multiloc=23,loc_7589 -multiloc=24,loc_7590 -multiloc=25,loc_7591 -multiloc=26,loc_7605 -multiloc=27,loc_7606 -multiloc=28,loc_7607 -multiloc=29,loc_7608 -multiloc=30,loc_7609 -multiloc=31,loc_7610 -multiloc=32,loc_7611 -multiloc=33,loc_7612 -multiloc=34,loc_7613 -multiloc=35,loc_7614 -multiloc=36,loc_7615 -multiloc=37,loc_7616 -multiloc=38,loc_7632 -multiloc=39,loc_7633 -multiloc=40,loc_7634 -multiloc=41,loc_7635 -multiloc=42,loc_7636 -multiloc=43,loc_7637 -multiloc=44,loc_7638 -multiloc=45,loc_7639 -multiloc=46,loc_7640 -multiloc=47,loc_7641 -multiloc=48,loc_7642 -multiloc=49,loc_7643 -multiloc=50,loc_7644 -multiloc=51,loc_7713 -multiloc=52,loc_7714 -multiloc=53,loc_7715 -multiloc=54,loc_7716 -multiloc=55,loc_7717 -multiloc=56,loc_7718 -multiloc=57,loc_7719 -multiloc=58,loc_7720 -multiloc=59,loc_7721 -multiloc=60,loc_7722 -multiloc=61,loc_7723 -multiloc=62,loc_7724 -multiloc=63,loc_7725 -multiloc=64,loc_7576 -multiloc=65,loc_7576 -multiloc=66,loc_7576 -multiloc=67,loc_7576 -multiloc=68,loc_7576 -multiloc=69,loc_7576 -multiloc=70,loc_7703 -multiloc=71,loc_7704 -multiloc=72,loc_7705 -multiloc=73,loc_7706 -multiloc=74,loc_7707 -multiloc=75,loc_7576 -multiloc=76,loc_7576 -multiloc=77,loc_7576 -multiloc=78,loc_7576 -multiloc=79,loc_7576 -multiloc=80,loc_7593 -multiloc=81,loc_7594 -multiloc=82,loc_7595 -multiloc=83,loc_7596 -multiloc=84,loc_7597 -multiloc=85,loc_7598 -multiloc=86,loc_7576 -multiloc=87,loc_7576 -multiloc=88,loc_7576 -multiloc=89,loc_7576 -multiloc=90,loc_7576 -multiloc=91,loc_7618 -multiloc=92,loc_7619 -multiloc=93,loc_7620 -multiloc=94,loc_7621 -multiloc=95,loc_7622 -multiloc=96,loc_7623 -multiloc=97,loc_7624 -multiloc=98,loc_7576 -multiloc=99,loc_7576 -multiloc=100,loc_7576 -multiloc=101,loc_7576 -multiloc=102,loc_7576 -multiloc=103,loc_7646 -multiloc=104,loc_7647 -multiloc=105,loc_7648 -multiloc=106,loc_7649 -multiloc=107,loc_7650 -multiloc=108,loc_7651 -multiloc=109,loc_7652 -multiloc=110,loc_7653 -multiloc=111,loc_7576 -multiloc=112,loc_7576 -multiloc=113,loc_7576 -multiloc=114,loc_7576 -multiloc=115,loc_7576 -multiloc=116,loc_7727 -multiloc=117,loc_7728 -multiloc=118,loc_7729 -multiloc=119,loc_7730 -multiloc=120,loc_7731 -multiloc=121,loc_7732 -multiloc=122,loc_7733 -multiloc=123,loc_7734 -multiloc=124,loc_7576 -multiloc=125,loc_7576 -multiloc=126,loc_7576 -multiloc=127,loc_7576 -multiloc=128,loc_7576 -multiloc=129,loc_7576 -multiloc=130,loc_7576 -multiloc=131,loc_7576 -multiloc=132,loc_7576 -multiloc=133,loc_7576 -multiloc=134,loc_7708 -multiloc=135,loc_7709 -multiloc=136,loc_7710 -multiloc=137,loc_7711 -multiloc=138,loc_7712 -multiloc=139,loc_7576 -multiloc=140,loc_7576 -multiloc=141,loc_7576 -multiloc=142,loc_7576 -multiloc=143,loc_7576 -multiloc=144,loc_7599 -multiloc=145,loc_7600 -multiloc=146,loc_7601 -multiloc=147,loc_7602 -multiloc=148,loc_7603 -multiloc=149,loc_7604 -multiloc=150,loc_7576 -multiloc=151,loc_7576 -multiloc=152,loc_7576 -multiloc=153,loc_7576 -multiloc=154,loc_7576 -multiloc=155,loc_7625 -multiloc=156,loc_7626 -multiloc=157,loc_7627 -multiloc=158,loc_7628 -multiloc=159,loc_7629 -multiloc=160,loc_7630 -multiloc=161,loc_7631 -multiloc=162,loc_7576 -multiloc=163,loc_7576 -multiloc=164,loc_7576 -multiloc=165,loc_7576 -multiloc=166,loc_7576 -multiloc=167,loc_7654 -multiloc=168,loc_7655 -multiloc=169,loc_7656 -multiloc=170,loc_7657 -multiloc=171,loc_7658 -multiloc=172,loc_7659 -multiloc=173,loc_7660 -multiloc=174,loc_7661 -multiloc=175,loc_7576 -multiloc=176,loc_7576 -multiloc=177,loc_7576 -multiloc=178,loc_7576 -multiloc=179,loc_7576 -multiloc=180,loc_7735 -multiloc=181,loc_7736 -multiloc=182,loc_7737 -multiloc=183,loc_7738 -multiloc=184,loc_7739 -multiloc=185,loc_7740 -multiloc=186,loc_7741 -multiloc=187,loc_7742 -multiloc=188,loc_7576 -multiloc=189,loc_7576 -multiloc=190,loc_7576 -multiloc=191,loc_7576 -multiloc=192,loc_7576 -multiloc=193,loc_7576 -multiloc=194,loc_7576 -multiloc=195,loc_7576 -multiloc=196,loc_7576 -multiloc=197,loc_7662 -multiloc=198,loc_7663 -multiloc=199,loc_7664 -multiloc=200,loc_7665 -multiloc=201,loc_7666 -multiloc=202,loc_7667 -multiloc=203,loc_7668 -multiloc=204,loc_7669 -multiloc=205,loc_7670 -multiloc=206,loc_7671 -multiloc=207,loc_7672 -multiloc=208,loc_7673 -multiloc=209,loc_7674 -multiloc=210,loc_7676 -multiloc=211,loc_7677 -multiloc=212,loc_7678 -multiloc=213,loc_7679 -multiloc=214,loc_7680 -multiloc=215,loc_7681 -multiloc=216,loc_7682 -multiloc=217,loc_7684 -multiloc=218,loc_7685 -multiloc=219,loc_7686 -multiloc=220,loc_7687 -multiloc=221,loc_7688 -multiloc=222,loc_7689 -multiloc=223,loc_7690 -multiloc=224,loc_7691 -multiloc=225,loc_7683 -multiloc=226,loc_7576 -multiloc=227,loc_7576 -multiloc=228,loc_7576 -multiloc=229,loc_7576 -multiloc=230,loc_7576 -multiloc=231,loc_7576 -multiloc=232,loc_7576 -multiloc=233,loc_7576 -multiloc=234,loc_7576 -multiloc=235,loc_7576 -multiloc=236,loc_7576 -multiloc=237,loc_7576 -multiloc=238,loc_7576 -multiloc=239,loc_7576 -multiloc=240,loc_7576 -multiloc=241,loc_7576 -multiloc=242,loc_7576 -multiloc=243,loc_7576 -multiloc=244,loc_7576 -multiloc=245,loc_7576 -multiloc=246,loc_7576 -multiloc=247,loc_7576 -multiloc=248,loc_7576 -multiloc=249,loc_7576 -multiloc=250,loc_7702 -multiloc=251,loc_7592 -multiloc=252,loc_7617 -multiloc=253,loc_7645 -multiloc=254,loc_7726 -multiloc=255,loc_7675 - -// 7579 -[loc_7579] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_734 -multiloc=0,loc_7576 -multiloc=1,loc_7575 -multiloc=2,loc_7574 -multiloc=3,loc_7573 -multiloc=4,loc_7576 -multiloc=5,loc_7692 -multiloc=6,loc_7693 -multiloc=7,loc_7694 -multiloc=8,loc_7695 -multiloc=9,loc_7696 -multiloc=10,loc_7697 -multiloc=11,loc_7698 -multiloc=12,loc_7699 -multiloc=13,loc_7700 -multiloc=14,loc_7701 -multiloc=15,loc_7581 -multiloc=16,loc_7582 -multiloc=17,loc_7583 -multiloc=18,loc_7584 -multiloc=19,loc_7585 -multiloc=20,loc_7586 -multiloc=21,loc_7587 -multiloc=22,loc_7588 -multiloc=23,loc_7589 -multiloc=24,loc_7590 -multiloc=25,loc_7591 -multiloc=26,loc_7605 -multiloc=27,loc_7606 -multiloc=28,loc_7607 -multiloc=29,loc_7608 -multiloc=30,loc_7609 -multiloc=31,loc_7610 -multiloc=32,loc_7611 -multiloc=33,loc_7612 -multiloc=34,loc_7613 -multiloc=35,loc_7614 -multiloc=36,loc_7615 -multiloc=37,loc_7616 -multiloc=38,loc_7632 -multiloc=39,loc_7633 -multiloc=40,loc_7634 -multiloc=41,loc_7635 -multiloc=42,loc_7636 -multiloc=43,loc_7637 -multiloc=44,loc_7638 -multiloc=45,loc_7639 -multiloc=46,loc_7640 -multiloc=47,loc_7641 -multiloc=48,loc_7642 -multiloc=49,loc_7643 -multiloc=50,loc_7644 -multiloc=51,loc_7713 -multiloc=52,loc_7714 -multiloc=53,loc_7715 -multiloc=54,loc_7716 -multiloc=55,loc_7717 -multiloc=56,loc_7718 -multiloc=57,loc_7719 -multiloc=58,loc_7720 -multiloc=59,loc_7721 -multiloc=60,loc_7722 -multiloc=61,loc_7723 -multiloc=62,loc_7724 -multiloc=63,loc_7725 -multiloc=64,loc_7576 -multiloc=65,loc_7576 -multiloc=66,loc_7576 -multiloc=67,loc_7576 -multiloc=68,loc_7576 -multiloc=69,loc_7576 -multiloc=70,loc_7703 -multiloc=71,loc_7704 -multiloc=72,loc_7705 -multiloc=73,loc_7706 -multiloc=74,loc_7707 -multiloc=75,loc_7576 -multiloc=76,loc_7576 -multiloc=77,loc_7576 -multiloc=78,loc_7576 -multiloc=79,loc_7576 -multiloc=80,loc_7593 -multiloc=81,loc_7594 -multiloc=82,loc_7595 -multiloc=83,loc_7596 -multiloc=84,loc_7597 -multiloc=85,loc_7598 -multiloc=86,loc_7576 -multiloc=87,loc_7576 -multiloc=88,loc_7576 -multiloc=89,loc_7576 -multiloc=90,loc_7576 -multiloc=91,loc_7618 -multiloc=92,loc_7619 -multiloc=93,loc_7620 -multiloc=94,loc_7621 -multiloc=95,loc_7622 -multiloc=96,loc_7623 -multiloc=97,loc_7624 -multiloc=98,loc_7576 -multiloc=99,loc_7576 -multiloc=100,loc_7576 -multiloc=101,loc_7576 -multiloc=102,loc_7576 -multiloc=103,loc_7646 -multiloc=104,loc_7647 -multiloc=105,loc_7648 -multiloc=106,loc_7649 -multiloc=107,loc_7650 -multiloc=108,loc_7651 -multiloc=109,loc_7652 -multiloc=110,loc_7653 -multiloc=111,loc_7576 -multiloc=112,loc_7576 -multiloc=113,loc_7576 -multiloc=114,loc_7576 -multiloc=115,loc_7576 -multiloc=116,loc_7727 -multiloc=117,loc_7728 -multiloc=118,loc_7729 -multiloc=119,loc_7730 -multiloc=120,loc_7731 -multiloc=121,loc_7732 -multiloc=122,loc_7733 -multiloc=123,loc_7734 -multiloc=124,loc_7576 -multiloc=125,loc_7576 -multiloc=126,loc_7576 -multiloc=127,loc_7576 -multiloc=128,loc_7576 -multiloc=129,loc_7576 -multiloc=130,loc_7576 -multiloc=131,loc_7576 -multiloc=132,loc_7576 -multiloc=133,loc_7576 -multiloc=134,loc_7708 -multiloc=135,loc_7709 -multiloc=136,loc_7710 -multiloc=137,loc_7711 -multiloc=138,loc_7712 -multiloc=139,loc_7576 -multiloc=140,loc_7576 -multiloc=141,loc_7576 -multiloc=142,loc_7576 -multiloc=143,loc_7576 -multiloc=144,loc_7599 -multiloc=145,loc_7600 -multiloc=146,loc_7601 -multiloc=147,loc_7602 -multiloc=148,loc_7603 -multiloc=149,loc_7604 -multiloc=150,loc_7576 -multiloc=151,loc_7576 -multiloc=152,loc_7576 -multiloc=153,loc_7576 -multiloc=154,loc_7576 -multiloc=155,loc_7625 -multiloc=156,loc_7626 -multiloc=157,loc_7627 -multiloc=158,loc_7628 -multiloc=159,loc_7629 -multiloc=160,loc_7630 -multiloc=161,loc_7631 -multiloc=162,loc_7576 -multiloc=163,loc_7576 -multiloc=164,loc_7576 -multiloc=165,loc_7576 -multiloc=166,loc_7576 -multiloc=167,loc_7654 -multiloc=168,loc_7655 -multiloc=169,loc_7656 -multiloc=170,loc_7657 -multiloc=171,loc_7658 -multiloc=172,loc_7659 -multiloc=173,loc_7660 -multiloc=174,loc_7661 -multiloc=175,loc_7576 -multiloc=176,loc_7576 -multiloc=177,loc_7576 -multiloc=178,loc_7576 -multiloc=179,loc_7576 -multiloc=180,loc_7735 -multiloc=181,loc_7736 -multiloc=182,loc_7737 -multiloc=183,loc_7738 -multiloc=184,loc_7739 -multiloc=185,loc_7740 -multiloc=186,loc_7741 -multiloc=187,loc_7742 -multiloc=188,loc_7576 -multiloc=189,loc_7576 -multiloc=190,loc_7576 -multiloc=191,loc_7576 -multiloc=192,loc_7576 -multiloc=193,loc_7576 -multiloc=194,loc_7576 -multiloc=195,loc_7576 -multiloc=196,loc_7576 -multiloc=197,loc_7662 -multiloc=198,loc_7663 -multiloc=199,loc_7664 -multiloc=200,loc_7665 -multiloc=201,loc_7666 -multiloc=202,loc_7667 -multiloc=203,loc_7668 -multiloc=204,loc_7669 -multiloc=205,loc_7670 -multiloc=206,loc_7671 -multiloc=207,loc_7672 -multiloc=208,loc_7673 -multiloc=209,loc_7674 -multiloc=210,loc_7676 -multiloc=211,loc_7677 -multiloc=212,loc_7678 -multiloc=213,loc_7679 -multiloc=214,loc_7680 -multiloc=215,loc_7681 -multiloc=216,loc_7682 -multiloc=217,loc_7684 -multiloc=218,loc_7685 -multiloc=219,loc_7686 -multiloc=220,loc_7687 -multiloc=221,loc_7688 -multiloc=222,loc_7689 -multiloc=223,loc_7690 -multiloc=224,loc_7691 -multiloc=225,loc_7683 -multiloc=226,loc_7576 -multiloc=227,loc_7576 -multiloc=228,loc_7576 -multiloc=229,loc_7576 -multiloc=230,loc_7576 -multiloc=231,loc_7576 -multiloc=232,loc_7576 -multiloc=233,loc_7576 -multiloc=234,loc_7576 -multiloc=235,loc_7576 -multiloc=236,loc_7576 -multiloc=237,loc_7576 -multiloc=238,loc_7576 -multiloc=239,loc_7576 -multiloc=240,loc_7576 -multiloc=241,loc_7576 -multiloc=242,loc_7576 -multiloc=243,loc_7576 -multiloc=244,loc_7576 -multiloc=245,loc_7576 -multiloc=246,loc_7576 -multiloc=247,loc_7576 -multiloc=248,loc_7576 -multiloc=249,loc_7576 -multiloc=250,loc_7702 -multiloc=251,loc_7592 -multiloc=252,loc_7617 -multiloc=253,loc_7645 -multiloc=254,loc_7726 -multiloc=255,loc_7675 - -// 7580 -[loc_7580] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_735 -multiloc=0,loc_7576 -multiloc=1,loc_7575 -multiloc=2,loc_7574 -multiloc=3,loc_7573 -multiloc=4,loc_7576 -multiloc=5,loc_7692 -multiloc=6,loc_7693 -multiloc=7,loc_7694 -multiloc=8,loc_7695 -multiloc=9,loc_7696 -multiloc=10,loc_7697 -multiloc=11,loc_7698 -multiloc=12,loc_7699 -multiloc=13,loc_7700 -multiloc=14,loc_7701 -multiloc=15,loc_7581 -multiloc=16,loc_7582 -multiloc=17,loc_7583 -multiloc=18,loc_7584 -multiloc=19,loc_7585 -multiloc=20,loc_7586 -multiloc=21,loc_7587 -multiloc=22,loc_7588 -multiloc=23,loc_7589 -multiloc=24,loc_7590 -multiloc=25,loc_7591 -multiloc=26,loc_7605 -multiloc=27,loc_7606 -multiloc=28,loc_7607 -multiloc=29,loc_7608 -multiloc=30,loc_7609 -multiloc=31,loc_7610 -multiloc=32,loc_7611 -multiloc=33,loc_7612 -multiloc=34,loc_7613 -multiloc=35,loc_7614 -multiloc=36,loc_7615 -multiloc=37,loc_7616 -multiloc=38,loc_7632 -multiloc=39,loc_7633 -multiloc=40,loc_7634 -multiloc=41,loc_7635 -multiloc=42,loc_7636 -multiloc=43,loc_7637 -multiloc=44,loc_7638 -multiloc=45,loc_7639 -multiloc=46,loc_7640 -multiloc=47,loc_7641 -multiloc=48,loc_7642 -multiloc=49,loc_7643 -multiloc=50,loc_7644 -multiloc=51,loc_7713 -multiloc=52,loc_7714 -multiloc=53,loc_7715 -multiloc=54,loc_7716 -multiloc=55,loc_7717 -multiloc=56,loc_7718 -multiloc=57,loc_7719 -multiloc=58,loc_7720 -multiloc=59,loc_7721 -multiloc=60,loc_7722 -multiloc=61,loc_7723 -multiloc=62,loc_7724 -multiloc=63,loc_7725 -multiloc=64,loc_7576 -multiloc=65,loc_7576 -multiloc=66,loc_7576 -multiloc=67,loc_7576 -multiloc=68,loc_7576 -multiloc=69,loc_7576 -multiloc=70,loc_7703 -multiloc=71,loc_7704 -multiloc=72,loc_7705 -multiloc=73,loc_7706 -multiloc=74,loc_7707 -multiloc=75,loc_7576 -multiloc=76,loc_7576 -multiloc=77,loc_7576 -multiloc=78,loc_7576 -multiloc=79,loc_7576 -multiloc=80,loc_7593 -multiloc=81,loc_7594 -multiloc=82,loc_7595 -multiloc=83,loc_7596 -multiloc=84,loc_7597 -multiloc=85,loc_7598 -multiloc=86,loc_7576 -multiloc=87,loc_7576 -multiloc=88,loc_7576 -multiloc=89,loc_7576 -multiloc=90,loc_7576 -multiloc=91,loc_7618 -multiloc=92,loc_7619 -multiloc=93,loc_7620 -multiloc=94,loc_7621 -multiloc=95,loc_7622 -multiloc=96,loc_7623 -multiloc=97,loc_7624 -multiloc=98,loc_7576 -multiloc=99,loc_7576 -multiloc=100,loc_7576 -multiloc=101,loc_7576 -multiloc=102,loc_7576 -multiloc=103,loc_7646 -multiloc=104,loc_7647 -multiloc=105,loc_7648 -multiloc=106,loc_7649 -multiloc=107,loc_7650 -multiloc=108,loc_7651 -multiloc=109,loc_7652 -multiloc=110,loc_7653 -multiloc=111,loc_7576 -multiloc=112,loc_7576 -multiloc=113,loc_7576 -multiloc=114,loc_7576 -multiloc=115,loc_7576 -multiloc=116,loc_7727 -multiloc=117,loc_7728 -multiloc=118,loc_7729 -multiloc=119,loc_7730 -multiloc=120,loc_7731 -multiloc=121,loc_7732 -multiloc=122,loc_7733 -multiloc=123,loc_7734 -multiloc=124,loc_7576 -multiloc=125,loc_7576 -multiloc=126,loc_7576 -multiloc=127,loc_7576 -multiloc=128,loc_7576 -multiloc=129,loc_7576 -multiloc=130,loc_7576 -multiloc=131,loc_7576 -multiloc=132,loc_7576 -multiloc=133,loc_7576 -multiloc=134,loc_7708 -multiloc=135,loc_7709 -multiloc=136,loc_7710 -multiloc=137,loc_7711 -multiloc=138,loc_7712 -multiloc=139,loc_7576 -multiloc=140,loc_7576 -multiloc=141,loc_7576 -multiloc=142,loc_7576 -multiloc=143,loc_7576 -multiloc=144,loc_7599 -multiloc=145,loc_7600 -multiloc=146,loc_7601 -multiloc=147,loc_7602 -multiloc=148,loc_7603 -multiloc=149,loc_7604 -multiloc=150,loc_7576 -multiloc=151,loc_7576 -multiloc=152,loc_7576 -multiloc=153,loc_7576 -multiloc=154,loc_7576 -multiloc=155,loc_7625 -multiloc=156,loc_7626 -multiloc=157,loc_7627 -multiloc=158,loc_7628 -multiloc=159,loc_7629 -multiloc=160,loc_7630 -multiloc=161,loc_7631 -multiloc=162,loc_7576 -multiloc=163,loc_7576 -multiloc=164,loc_7576 -multiloc=165,loc_7576 -multiloc=166,loc_7576 -multiloc=167,loc_7654 -multiloc=168,loc_7655 -multiloc=169,loc_7656 -multiloc=170,loc_7657 -multiloc=171,loc_7658 -multiloc=172,loc_7659 -multiloc=173,loc_7660 -multiloc=174,loc_7661 -multiloc=175,loc_7576 -multiloc=176,loc_7576 -multiloc=177,loc_7576 -multiloc=178,loc_7576 -multiloc=179,loc_7576 -multiloc=180,loc_7735 -multiloc=181,loc_7736 -multiloc=182,loc_7737 -multiloc=183,loc_7738 -multiloc=184,loc_7739 -multiloc=185,loc_7740 -multiloc=186,loc_7741 -multiloc=187,loc_7742 -multiloc=188,loc_7576 -multiloc=189,loc_7576 -multiloc=190,loc_7576 -multiloc=191,loc_7576 -multiloc=192,loc_7576 -multiloc=193,loc_7576 -multiloc=194,loc_7576 -multiloc=195,loc_7576 -multiloc=196,loc_7576 -multiloc=197,loc_7662 -multiloc=198,loc_7663 -multiloc=199,loc_7664 -multiloc=200,loc_7665 -multiloc=201,loc_7666 -multiloc=202,loc_7667 -multiloc=203,loc_7668 -multiloc=204,loc_7669 -multiloc=205,loc_7670 -multiloc=206,loc_7671 -multiloc=207,loc_7672 -multiloc=208,loc_7673 -multiloc=209,loc_7674 -multiloc=210,loc_7676 -multiloc=211,loc_7677 -multiloc=212,loc_7678 -multiloc=213,loc_7679 -multiloc=214,loc_7680 -multiloc=215,loc_7681 -multiloc=216,loc_7682 -multiloc=217,loc_7684 -multiloc=218,loc_7685 -multiloc=219,loc_7686 -multiloc=220,loc_7687 -multiloc=221,loc_7688 -multiloc=222,loc_7689 -multiloc=223,loc_7690 -multiloc=224,loc_7691 -multiloc=225,loc_7683 -multiloc=226,loc_7576 -multiloc=227,loc_7576 -multiloc=228,loc_7576 -multiloc=229,loc_7576 -multiloc=230,loc_7576 -multiloc=231,loc_7576 -multiloc=232,loc_7576 -multiloc=233,loc_7576 -multiloc=234,loc_7576 -multiloc=235,loc_7576 -multiloc=236,loc_7576 -multiloc=237,loc_7576 -multiloc=238,loc_7576 -multiloc=239,loc_7576 -multiloc=240,loc_7576 -multiloc=241,loc_7576 -multiloc=242,loc_7576 -multiloc=243,loc_7576 -multiloc=244,loc_7576 -multiloc=245,loc_7576 -multiloc=246,loc_7576 -multiloc=247,loc_7576 -multiloc=248,loc_7576 -multiloc=249,loc_7576 -multiloc=250,loc_7702 -multiloc=251,loc_7592 -multiloc=252,loc_7617 -multiloc=253,loc_7645 -multiloc=254,loc_7726 -multiloc=255,loc_7675 - -// 7581 -[loc_7581] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -model=model_7817 -model2=model_7767 -name=Cadavaberry bush - -// 7582 -[loc_7582] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -model=model_7819 -model2=model_7767 -name=Cadavaberry bush - -// 7583 -[loc_7583] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -model=model_7820 -model2=model_7767 -name=Cadavaberry bush - -// 7584 -[loc_7584] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -model=model_7821 -model2=model_7767 -name=Cadavaberry bush - -// 7585 -[loc_7585] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -model=model_7823 -model2=model_7767 -name=Cadavaberry bush - -// 7586 -[loc_7586] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -recol3s=16939 -recol3d=29244 -model=model_7825 -model2=model_7767 -name=Cadavaberry bush - -// 7587 -[loc_7587] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -recol3s=27379 -recol3d=22839 -model=model_7826 -model2=model_7767 -name=Cadavaberry bush - -// 7588 -[loc_7588] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -recol3s=27379 -recol3d=22839 -model=model_7826 -model2=model_7767 -model3=model_7816 -name=Cadavaberry bush - -// 7589 -[loc_7589] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -recol3s=27379 -recol3d=22839 -model=model_7826 -model2=model_7767 -model3=model_7813 -name=Cadavaberry bush - -// 7590 -[loc_7590] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -recol3s=27379 -recol3d=22839 -model=model_7826 -model2=model_7767 -model3=model_7814 -name=Cadavaberry bush - -// 7591 -[loc_7591] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -recol3s=27379 -recol3d=22839 -model=model_7826 -model2=model_7767 -model3=model_7815 -name=Cadavaberry bush - -// 7592 -[loc_7592] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -recol3s=27379 -recol3d=22839 -model=model_7826 -model2=model_7767 -model3=model_7815 -name=Cadavaberry bush - -// 7593 -[loc_7593] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7818 -model2=model_7767 -name=Diseased cadavaberry bush - -// 7594 -[loc_7594] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7819 -model2=model_7767 -name=Diseased cadavaberry bush - -// 7595 -[loc_7595] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7820 -model2=model_7767 -name=Diseased cadavaberry bush - -// 7596 -[loc_7596] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7821 -model2=model_7767 -name=Diseased cadavaberry bush - -// 7597 -[loc_7597] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7823 -model2=model_7767 -name=Diseased cadavaberry bush - -// 7598 -[loc_7598] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7826 -model2=model_7767 -name=Diseased cadavaberry bush - -// 7599 -[loc_7599] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7818 -model2=model_7767 -name=Dead cadavaberry bush - -// 7600 -[loc_7600] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7819 -model2=model_7767 -name=Dead cadavaberry bush - -// 7601 -[loc_7601] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7820 -model2=model_7767 -name=Dead cadavaberry bush - -// 7602 -[loc_7602] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7821 -model2=model_7767 -name=Dead cadavaberry bush - -// 7603 -[loc_7603] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7823 -model2=model_7767 -name=Dead cadavaberry bush - -// 7604 -[loc_7604] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7825 -model2=model_7767 -name=Dead cadavaberry bush - -// 7605 -[loc_7605] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -model=model_7817 -model2=model_7767 -name=Dwellberry bush - -// 7606 -[loc_7606] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -model=model_7818 -model2=model_7767 -name=Dwellberry bush - -// 7607 -[loc_7607] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -model=model_7819 -model2=model_7767 -name=Dwellberry bush - -// 7608 -[loc_7608] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -model=model_7820 -model2=model_7767 -name=Dwellberry bush - -// 7609 -[loc_7609] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -model=model_7822 -model2=model_7767 -name=Dwellberry bush - -// 7610 -[loc_7610] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -model=model_7823 -model2=model_7767 -name=Dwellberry bush - -// 7611 -[loc_7611] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -recol3s=16939 -recol3d=14870 -model=model_7825 -model2=model_7767 -name=Dwellberry bush - -// 7612 -[loc_7612] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -recol3s=27379 -recol3d=8564 -model=model_7826 -model2=model_7767 -name=Dwellberry bush - -// 7613 -[loc_7613] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -recol3s=27379 -recol3d=8564 -model=model_7826 -model2=model_7767 -model3=model_7816 -name=Dwellberry bush - -// 7614 -[loc_7614] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -recol3s=27379 -recol3d=8564 -model=model_7826 -model2=model_7767 -model3=model_7813 -name=Dwellberry bush - -// 7615 -[loc_7615] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -recol3s=27379 -recol3d=8564 -model=model_7826 -model2=model_7767 -model3=model_7814 -name=Dwellberry bush - -// 7616 -[loc_7616] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -recol3s=27379 -recol3d=8564 -model=model_7826 -model2=model_7767 -model3=model_7815 -name=Dwellberry bush - -// 7617 -[loc_7617] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2274 -recol2s=7362 -recol2d=5249 -recol3s=27379 -recol3d=8564 -model=model_7826 -model2=model_7767 -model3=model_7815 -name=Dwellberry bush - -// 7618 -[loc_7618] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7818 -model2=model_7767 -name=Diseased dwellberry bush - -// 7619 -[loc_7619] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7819 -model2=model_7767 -name=Diseased dwellberry bush - -// 7620 -[loc_7620] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7820 -model2=model_7767 -name=Diseased dwellberry bush - -// 7621 -[loc_7621] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7822 -model2=model_7767 -name=Diseased dwellberry bush - -// 7622 -[loc_7622] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7823 -model2=model_7767 -name=Diseased dwellberry bush - -// 7623 -[loc_7623] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7824 -model2=model_7767 -name=Diseased dwellberry bush - -// 7624 -[loc_7624] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7826 -model2=model_7767 -name=Diseased dwellberry bush - -// 7625 -[loc_7625] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7818 -model2=model_7767 -name=Dead dwellberry bush - -// 7626 -[loc_7626] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7819 -model2=model_7767 -name=Dead dwellberry bush - -// 7627 -[loc_7627] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7820 -model2=model_7767 -name=Dead dwellberry bush - -// 7628 -[loc_7628] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7822 -model2=model_7767 -name=Dead dwellberry bush - -// 7629 -[loc_7629] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7823 -model2=model_7767 -name=Dead dwellberry bush - -// 7630 -[loc_7630] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7824 -model2=model_7767 -name=Dead dwellberry bush - -// 7631 -[loc_7631] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7825 -model2=model_7767 -name=Dead dwellberry bush - -// 7632 -[loc_7632] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -model=model_7817 -model2=model_7767 -name=Jangerberry bush - -// 7633 -[loc_7633] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -model=model_7818 -model2=model_7767 -name=Jangerberry bush - -// 7634 -[loc_7634] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -model=model_7819 -model2=model_7767 -name=Jangerberry bush - -// 7635 -[loc_7635] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -model=model_7820 -model2=model_7767 -name=Jangerberry bush - -// 7636 -[loc_7636] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -model=model_7822 -model2=model_7767 -name=Jangerberry bush - -// 7637 -[loc_7637] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -model=model_7823 -model2=model_7767 -name=Jangerberry bush - -// 7638 -[loc_7638] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -model=model_7824 -model2=model_7767 -name=Jangerberry bush - -// 7639 -[loc_7639] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -model=model_7825 -model2=model_7767 -name=Jangerberry bush - -// 7640 -[loc_7640] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -model=model_7826 -model2=model_7767 -name=Jangerberry bush - -// 7641 -[loc_7641] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -recol3s=27379 -recol3d=13856 -model=model_7826 -model2=model_7767 -model3=model_7816 -name=Jangerberry bush - -// 7642 -[loc_7642] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -recol3s=27379 -recol3d=13856 -model=model_7826 -model2=model_7767 -model3=model_7813 -name=Jangerberry bush - -// 7643 -[loc_7643] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -recol3s=27379 -recol3d=13856 -model=model_7826 -model2=model_7767 -model3=model_7814 -name=Jangerberry bush - -// 7644 -[loc_7644] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -recol3s=27379 -recol3d=13856 -model=model_7826 -model2=model_7767 -model3=model_7815 -name=Jangerberry bush - -// 7645 -[loc_7645] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=8546 -recol2s=7362 -recol2d=9474 -recol3s=27379 -recol3d=13856 -model=model_7826 -model2=model_7767 -model3=model_7815 -name=Jangerberry bush - -// 7646 -[loc_7646] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7818 -model2=model_7767 -name=Diseased jangerberry bush - -// 7647 -[loc_7647] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7819 -model2=model_7767 -name=Diseased jangerberry bush - -// 7648 -[loc_7648] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7820 -model2=model_7767 -name=Diseased jangerberry bush - -// 7649 -[loc_7649] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7821 -model2=model_7767 -name=Diseased jangerberry bush - -// 7650 -[loc_7650] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7822 -model2=model_7767 -name=Diseased jangerberry bush - -// 7651 -[loc_7651] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7823 -model2=model_7767 -name=Diseased jangerberry bush - -// 7652 -[loc_7652] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -recol3s=10629 -recol3d=12648 -model=model_7824 -model2=model_7767 -name=Diseased jangerberry bush - -// 7653 -[loc_7653] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -recol3s=10629 -recol3d=12648 -model=model_7826 -model2=model_7767 -name=Diseased jangerberry bush - -// 7654 -[loc_7654] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7818 -model2=model_7767 -name=Dead jangerberry bush - -// 7655 -[loc_7655] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7819 -model2=model_7767 -name=Dead jangerberry bush - -// 7656 -[loc_7656] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7820 -model2=model_7767 -name=Dead jangerberry bush - -// 7657 -[loc_7657] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7821 -model2=model_7767 -name=Dead jangerberry bush - -// 7658 -[loc_7658] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7822 -model2=model_7767 -name=Dead jangerberry bush - -// 7659 -[loc_7659] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7823 -model2=model_7767 -name=Dead jangerberry bush - -// 7660 -[loc_7660] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -recol3s=10629 -recol3d=8457 -model=model_7824 -model2=model_7767 -name=Dead jangerberry bush - -// 7661 -[loc_7661] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -recol3s=16939 -recol3d=8457 -model=model_7825 -model2=model_7767 -name=Dead jangerberry bush - -// 7662 -[loc_7662] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -model=model_7817 -model2=model_7767 -name=Poison Ivy bush - -// 7663 -[loc_7663] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -model=model_7818 -model2=model_7767 -name=Poison Ivy bush - -// 7664 -[loc_7664] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -model=model_7819 -model2=model_7767 -name=Poison Ivy bush - -// 7665 -[loc_7665] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -model=model_7820 -model2=model_7767 -name=Poison Ivy bush - -// 7666 -[loc_7666] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -model=model_7822 -model2=model_7767 -name=Poison Ivy bush - -// 7667 -[loc_7667] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -model=model_7823 -model2=model_7767 -name=Poison Ivy bush - -// 7668 -[loc_7668] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -model=model_7824 -model2=model_7767 -name=Poison Ivy bush - -// 7669 -[loc_7669] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -model=model_7825 -model2=model_7767 -name=Poison Ivy bush - -// 7670 -[loc_7670] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -model=model_7826 -model2=model_7767 -name=Poison Ivy bush - -// 7671 -[loc_7671] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -width=2 -length=2 -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -recol3s=27379 -recol3d=32525 -model=model_7826 -model2=model_7767 -model3=model_7816 -name=Poison Ivy bush - -// 7672 -[loc_7672] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -width=2 -length=2 -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -recol3s=27379 -recol3d=32525 -model=model_7826 -model2=model_7767 -model3=model_7813 -name=Poison Ivy bush - -// 7673 -[loc_7673] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -width=2 -length=2 -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -recol3s=27379 -recol3d=32525 -model=model_7826 -model2=model_7767 -model3=model_7814 -name=Poison Ivy bush - -// 7674 -[loc_7674] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -width=2 -length=2 -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -recol3s=27379 -recol3d=32525 -model=model_7826 -model2=model_7767 -model3=model_7815 -name=Poison Ivy bush - -// 7675 -[loc_7675] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -width=2 -length=2 -recol1s=7459 -recol1d=6629 -recol2s=7362 -recol2d=2401 -recol3s=27379 -recol3d=32525 -model=model_7826 -model2=model_7767 -model3=model_7815 -name=Poison Ivy bush - -// 7676 -[loc_7676] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7818 -model2=model_7767 -name=Diseased Poison Ivy bush - -// 7677 -[loc_7677] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7819 -model2=model_7767 -name=Diseased Poison Ivy bush - -// 7678 -[loc_7678] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7820 -model2=model_7767 -name=Diseased Poison Ivy bush - -// 7679 -[loc_7679] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7822 -model2=model_7767 -name=Diseased Poison Ivy bush - -// 7680 -[loc_7680] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7823 -model2=model_7767 -name=Diseased Poison Ivy bush - -// 7681 -[loc_7681] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7824 -model2=model_7767 -name=Diseased Poison Ivy bush - -// 7682 -[loc_7682] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7825 -model2=model_7767 -name=Diseased Poison Ivy bush - -// 7683 -[loc_7683] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7826 -model2=model_7767 -name=Diseased Poison Ivy bush - -// 7684 -[loc_7684] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7817 -model2=model_7767 -name=Dead Poison Ivy bush - -// 7685 -[loc_7685] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7818 -model2=model_7767 -name=Dead Poison Ivy bush - -// 7686 -[loc_7686] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7819 -model2=model_7767 -name=Dead Poison Ivy bush - -// 7687 -[loc_7687] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7820 -model2=model_7767 -name=Dead Poison Ivy bush - -// 7688 -[loc_7688] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7822 -model2=model_7767 -name=Dead Poison Ivy bush - -// 7689 -[loc_7689] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7823 -model2=model_7767 -name=Dead Poison Ivy bush - -// 7690 -[loc_7690] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7824 -model2=model_7767 -name=Dead Poison Ivy bush - -// 7691 -[loc_7691] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7825 -model2=model_7767 -name=Dead Poison Ivy bush - -// 7692 -[loc_7692] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -model=model_7817 -model2=model_7767 -name=Redberry bush - -// 7693 -[loc_7693] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -model=model_7819 -model2=model_7767 -name=Redberry bush - -// 7694 -[loc_7694] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -model=model_7821 -model2=model_7767 -name=Redberry bush - -// 7695 -[loc_7695] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -model=model_7823 -model2=model_7767 -name=Redberry bush - -// 7696 -[loc_7696] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -recol3s=16939 -recol3d=29135 -model=model_7825 -model2=model_7767 -name=Redberry bush - -// 7697 -[loc_7697] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -model=model_7826 -model2=model_7767 -name=Redberry bush - -// 7698 -[loc_7698] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -width=2 -length=2 -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -recol3s=27379 -recol3d=24706 -model=model_7826 -model2=model_7767 -model3=model_7816 -name=Redberry bush - -// 7699 -[loc_7699] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -width=2 -length=2 -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -recol3s=27379 -recol3d=24706 -model=model_7826 -model2=model_7767 -model3=model_7813 -name=Redberry bush - -// 7700 -[loc_7700] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -width=2 -length=2 -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -recol3s=27379 -recol3d=24706 -model=model_7826 -model2=model_7767 -model3=model_7814 -name=Redberry bush - -// 7701 -[loc_7701] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -width=2 -length=2 -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -recol3s=27379 -recol3d=24706 -model=model_7826 -model2=model_7767 -model3=model_7815 -name=Redberry bush - -// 7702 -[loc_7702] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -width=2 -length=2 -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -recol3s=27379 -recol3d=24706 -model=model_7826 -model2=model_7767 -model3=model_7815 -name=Redberry bush - -// 7703 -[loc_7703] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7817 -model2=model_7767 -name=Diseased redberry bush - -// 7704 -[loc_7704] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7819 -model2=model_7767 -name=Diseased redberry bush - -// 7705 -[loc_7705] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7821 -model2=model_7767 -name=Diseased redberry bush - -// 7706 -[loc_7706] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7823 -model2=model_7767 -name=Diseased redberry bush - -// 7707 -[loc_7707] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7826 -model2=model_7767 -name=Diseased redberry bush - -// 7708 -[loc_7708] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7817 -model2=model_7767 -name=Dead redberry bush - -// 7709 -[loc_7709] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7819 -model2=model_7767 -name=Dead redberry bush - -// 7710 -[loc_7710] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7821 -model2=model_7767 -name=Dead redberry bush - -// 7711 -[loc_7711] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7823 -model2=model_7767 -name=Dead redberry bush - -// 7712 -[loc_7712] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7825 -model2=model_7767 -name=Dead redberry bush - -// 7713 -[loc_7713] -ambient=25 -op2=Inspect -op4=Guide -model=model_7817 -model2=model_7767 -name=Whiteberry bush - -// 7714 -[loc_7714] -ambient=25 -op2=Inspect -op4=Guide -model=model_7818 -model2=model_7767 -name=Whiteberry bush - -// 7715 -[loc_7715] -ambient=25 -op2=Inspect -op4=Guide -model=model_7819 -model2=model_7767 -name=Whiteberry bush - -// 7716 -[loc_7716] -ambient=25 -op2=Inspect -op4=Guide -model=model_7820 -model2=model_7767 -name=Whiteberry bush - -// 7717 -[loc_7717] -ambient=25 -op2=Inspect -op4=Guide -model=model_7822 -model2=model_7767 -name=Whiteberry bush - -// 7718 -[loc_7718] -ambient=25 -op2=Inspect -op4=Guide -model=model_7823 -model2=model_7767 -name=Whiteberry bush - -// 7719 -[loc_7719] -ambient=25 -op2=Inspect -op4=Guide -model=model_7824 -model2=model_7767 -name=Whiteberry bush - -// 7720 -[loc_7720] -ambient=25 -op2=Inspect -op4=Guide -model=model_7825 -model2=model_7767 -name=Whiteberry bush - -// 7721 -[loc_7721] -ambient=25 -op2=Inspect -op4=Guide -model=model_7826 -model2=model_7767 -name=Whiteberry bush - -// 7722 -[loc_7722] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -model=model_7826 -model2=model_7816 -model3=model_7767 -name=Whiteberry bush - -// 7723 -[loc_7723] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -model=model_7826 -model2=model_7813 -model3=model_7767 -name=Whiteberry bush - -// 7724 -[loc_7724] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -model=model_7826 -model2=model_7814 -model3=model_7767 -name=Whiteberry bush - -// 7725 -[loc_7725] -ambient=25 -op1=Pick-from -op2=Inspect -op4=Guide -model=model_7826 -model2=model_7815 -model3=model_7767 -name=Whiteberry bush - -// 7726 -[loc_7726] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -model=model_7826 -model2=model_7815 -model3=model_7767 -name=Whiteberry bush - -// 7727 -[loc_7727] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7818 -model2=model_7767 -name=Diseased whiteberry bush - -// 7728 -[loc_7728] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7819 -model2=model_7767 -name=Diseased whiteberry bush - -// 7729 -[loc_7729] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7820 -model2=model_7767 -name=Diseased whiteberry bush - -// 7730 -[loc_7730] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7822 -model2=model_7767 -name=Diseased whiteberry bush - -// 7731 -[loc_7731] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7823 -model2=model_7767 -name=Diseased whiteberry bush - -// 7732 -[loc_7732] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -model=model_7824 -model2=model_7767 -name=Diseased whiteberry bush - -// 7733 -[loc_7733] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -recol3s=10629 -recol3d=12648 -model=model_7825 -model2=model_7767 -name=Diseased whiteberry bush - -// 7734 -[loc_7734] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=12612 -recol2s=7362 -recol2d=9507 -recol3s=10629 -recol3d=12648 -model=model_7826 -model2=model_7767 -name=Diseased whiteberry bush - -// 7735 -[loc_7735] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7817 -model2=model_7767 -name=Dead whiteberry bush - -// 7736 -[loc_7736] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7818 -model2=model_7767 -name=Dead whiteberry bush - -// 7737 -[loc_7737] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7819 -model2=model_7767 -name=Dead whiteberry bush - -// 7738 -[loc_7738] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7820 -model2=model_7767 -name=Dead whiteberry bush - -// 7739 -[loc_7739] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7822 -model2=model_7767 -name=Dead whiteberry bush - -// 7740 -[loc_7740] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -model=model_7823 -model2=model_7767 -name=Dead whiteberry bush - -// 7741 -[loc_7741] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -recol3s=10629 -recol3d=8457 -model=model_7824 -model2=model_7767 -name=Dead whiteberry bush - -// 7742 -[loc_7742] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7459 -recol1d=7430 -recol2s=7362 -recol2d=5316 -recol3s=16939 -recol3d=8457 -model=model_7825 -model2=model_7767 -name=Dead whiteberry bush - -// 7743 -[loc_7743] -ambient=25 -op2=Inspect -op4=Guide -model=model_7794 -model2=model_7767 -name=Cactus patch - -// 7744 -[loc_7744] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=15810 -recol2s=8544 -recol2d=13697 -model=model_7798 -model2=model_7767 -name=Cactus patch - -// 7745 -[loc_7745] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=15810 -recol2s=8544 -recol2d=13697 -model=model_7800 -model2=model_7767 -name=Cactus patch - -// 7746 -[loc_7746] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=15810 -recol2s=8544 -recol2d=13697 -model=model_7801 -model2=model_7767 -name=Cactus patch - -// 7747 -[loc_7747] -ambient=25 -op2=Inspect -op4=Guide -model=model_7827 -model2=model_7767 -name=Cactus - -// 7748 -[loc_7748] -ambient=25 -op2=Inspect -op4=Guide -model=model_7828 -model2=model_7767 -name=Cactus - -// 7749 -[loc_7749] -ambient=25 -op2=Inspect -op4=Guide -model=model_7829 -model2=model_7767 -name=Cactus - -// 7750 -[loc_7750] -ambient=25 -op2=Inspect -op4=Guide -model=model_7830 -model2=model_7767 -name=Cactus - -// 7751 -[loc_7751] -ambient=25 -op2=Inspect -op4=Guide -model=model_7831 -model2=model_7767 -name=Cactus - -// 7752 -[loc_7752] -ambient=25 -op2=Inspect -op4=Guide -model=model_7832 -model2=model_7767 -name=Cactus - -// 7753 -[loc_7753] -ambient=25 -op2=Inspect -op4=Guide -model=model_7833 -model2=model_7767 -name=Cactus - -// 7754 -[loc_7754] -ambient=25 -op2=Inspect -op4=Guide -model=model_7834 -model2=model_7767 -name=Cactus - -// 7755 -[loc_7755] -ambient=25 -op1=Pick-spine -op2=Inspect -op4=Guide -model=model_7834 -model2=model_7835 -model3=model_7767 -name=Cactus - -// 7756 -[loc_7756] -ambient=25 -op1=Pick-spine -op2=Inspect -op4=Guide -model=model_7834 -model2=model_7836 -model3=model_7767 -name=Cactus - -// 7757 -[loc_7757] -ambient=25 -op1=Pick-spine -op2=Inspect -op4=Guide -model=model_7834 -model2=model_7837 -model3=model_7767 -name=Cactus - -// 7758 -[loc_7758] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -model=model_7834 -model2=model_7837 -model3=model_7767 -name=Cactus - -// 7759 -[loc_7759] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=13700 -recol2s=4352 -recol2d=11586 -model=model_7828 -model2=model_7767 -name=Diseased cactus - -// 7760 -[loc_7760] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=13700 -recol2s=4352 -recol2d=11586 -model=model_7829 -model2=model_7767 -name=Diseased cactus - -// 7761 -[loc_7761] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=13700 -recol2s=4352 -recol2d=11586 -model=model_7830 -model2=model_7767 -name=Diseased cactus - -// 7762 -[loc_7762] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=13700 -recol2s=4352 -recol2d=11586 -model=model_7831 -model2=model_7767 -name=Diseased cactus - -// 7763 -[loc_7763] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=13700 -recol2s=4352 -recol2d=11586 -model=model_7832 -model2=model_7767 -name=Diseased cactus - -// 7764 -[loc_7764] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=13700 -recol2s=4352 -recol2d=11586 -model=model_7833 -model2=model_7767 -name=Diseased cactus - -// 7765 -[loc_7765] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=8453 -recol2s=4352 -recol2d=6339 -model=model_7828 -model2=model_7767 -name=Dead cactus - -// 7766 -[loc_7766] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=8453 -recol2s=4352 -recol2d=6339 -model=model_7829 -model2=model_7767 -name=Dead cactus - -// 7767 -[loc_7767] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=8453 -recol2s=4352 -recol2d=6339 -model=model_7830 -model2=model_7767 -name=Dead cactus - -// 7768 -[loc_7768] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=8453 -recol2s=4352 -recol2d=6339 -model=model_7831 -model2=model_7767 -name=Dead cactus - -// 7769 -[loc_7769] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=8453 -recol2s=4352 -recol2d=6339 -model=model_7832 -model2=model_7767 -name=Dead cactus - -// 7770 -[loc_7770] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6464 -recol1d=8453 -recol2s=4352 -recol2d=6339 -model=model_7833 -model2=model_7767 -name=Dead cactus - -// 7771 -[loc_7771] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_744 -multiloc=0,loc_7746 -multiloc=1,loc_7745 -multiloc=2,loc_7744 -multiloc=3,loc_7743 -multiloc=4,loc_7746 -multiloc=5,loc_7746 -multiloc=6,loc_7746 -multiloc=7,loc_7746 -multiloc=8,loc_7747 -multiloc=9,loc_7748 -multiloc=10,loc_7749 -multiloc=11,loc_7750 -multiloc=12,loc_7751 -multiloc=13,loc_7752 -multiloc=14,loc_7753 -multiloc=15,loc_7754 -multiloc=16,loc_7755 -multiloc=17,loc_7756 -multiloc=18,loc_7757 -multiloc=19,loc_7759 -multiloc=20,loc_7760 -multiloc=21,loc_7761 -multiloc=22,loc_7762 -multiloc=23,loc_7763 -multiloc=24,loc_7764 -multiloc=25,loc_7765 -multiloc=26,loc_7766 -multiloc=27,loc_7767 -multiloc=28,loc_7768 -multiloc=29,loc_7769 -multiloc=30,loc_7770 -multiloc=31,loc_7758 -multiloc=32,loc_7746 -multiloc=33,loc_7746 -multiloc=34,loc_7746 -multiloc=35,loc_7746 -multiloc=36,loc_7746 -multiloc=37,loc_7746 -multiloc=38,loc_7746 -multiloc=39,loc_7746 -multiloc=40,loc_7746 -multiloc=41,loc_7746 -multiloc=42,loc_7746 -multiloc=43,loc_7746 -multiloc=44,loc_7746 -multiloc=45,loc_7746 -multiloc=46,loc_7746 -multiloc=47,loc_7746 -multiloc=48,loc_7746 -multiloc=49,loc_7746 -multiloc=50,loc_7746 -multiloc=51,loc_7746 -multiloc=52,loc_7746 -multiloc=53,loc_7746 -multiloc=54,loc_7746 -multiloc=55,loc_7746 -multiloc=56,loc_7746 -multiloc=57,loc_7746 -multiloc=58,loc_7746 -multiloc=59,loc_7746 -multiloc=60,loc_7746 -multiloc=61,loc_7746 -multiloc=62,loc_7746 -multiloc=63,loc_7746 -multiloc=64,loc_7746 -multiloc=65,loc_7746 -multiloc=66,loc_7746 -multiloc=67,loc_7746 -multiloc=68,loc_7746 -multiloc=69,loc_7746 -multiloc=70,loc_7746 -multiloc=71,loc_7746 -multiloc=72,loc_7746 -multiloc=73,loc_7746 -multiloc=74,loc_7746 -multiloc=75,loc_7746 -multiloc=76,loc_7746 -multiloc=77,loc_7746 -multiloc=78,loc_7746 -multiloc=79,loc_7746 -multiloc=80,loc_7746 -multiloc=81,loc_7746 -multiloc=82,loc_7746 -multiloc=83,loc_7746 -multiloc=84,loc_7746 -multiloc=85,loc_7746 -multiloc=86,loc_7746 -multiloc=87,loc_7746 -multiloc=88,loc_7746 -multiloc=89,loc_7746 -multiloc=90,loc_7746 -multiloc=91,loc_7746 -multiloc=92,loc_7746 -multiloc=93,loc_7746 -multiloc=94,loc_7746 -multiloc=95,loc_7746 -multiloc=96,loc_7746 -multiloc=97,loc_7746 -multiloc=98,loc_7746 -multiloc=99,loc_7746 -multiloc=100,loc_7746 -multiloc=101,loc_7746 -multiloc=102,loc_7746 -multiloc=103,loc_7746 -multiloc=104,loc_7746 -multiloc=105,loc_7746 -multiloc=106,loc_7746 -multiloc=107,loc_7746 -multiloc=108,loc_7746 -multiloc=109,loc_7746 -multiloc=110,loc_7746 -multiloc=111,loc_7746 -multiloc=112,loc_7746 -multiloc=113,loc_7746 -multiloc=114,loc_7746 -multiloc=115,loc_7746 -multiloc=116,loc_7746 -multiloc=117,loc_7746 -multiloc=118,loc_7746 -multiloc=119,loc_7746 -multiloc=120,loc_7746 -multiloc=121,loc_7746 -multiloc=122,loc_7746 -multiloc=123,loc_7746 -multiloc=124,loc_7746 -multiloc=125,loc_7746 -multiloc=126,loc_7746 -multiloc=127,loc_7746 -multiloc=128,loc_7746 -multiloc=129,loc_7746 -multiloc=130,loc_7746 -multiloc=131,loc_7746 -multiloc=132,loc_7746 -multiloc=133,loc_7746 -multiloc=134,loc_7746 -multiloc=135,loc_7746 -multiloc=136,loc_7746 -multiloc=137,loc_7746 -multiloc=138,loc_7746 -multiloc=139,loc_7746 -multiloc=140,loc_7746 -multiloc=141,loc_7746 -multiloc=142,loc_7746 -multiloc=143,loc_7746 -multiloc=144,loc_7746 -multiloc=145,loc_7746 -multiloc=146,loc_7746 -multiloc=147,loc_7746 -multiloc=148,loc_7746 -multiloc=149,loc_7746 -multiloc=150,loc_7746 -multiloc=151,loc_7746 -multiloc=152,loc_7746 -multiloc=153,loc_7746 -multiloc=154,loc_7746 -multiloc=155,loc_7746 -multiloc=156,loc_7746 -multiloc=157,loc_7746 -multiloc=158,loc_7746 -multiloc=159,loc_7746 -multiloc=160,loc_7746 -multiloc=161,loc_7746 -multiloc=162,loc_7746 -multiloc=163,loc_7746 -multiloc=164,loc_7746 -multiloc=165,loc_7746 -multiloc=166,loc_7746 -multiloc=167,loc_7746 -multiloc=168,loc_7746 -multiloc=169,loc_7746 -multiloc=170,loc_7746 -multiloc=171,loc_7746 -multiloc=172,loc_7746 -multiloc=173,loc_7746 -multiloc=174,loc_7746 -multiloc=175,loc_7746 -multiloc=176,loc_7746 -multiloc=177,loc_7746 -multiloc=178,loc_7746 -multiloc=179,loc_7746 -multiloc=180,loc_7746 -multiloc=181,loc_7746 -multiloc=182,loc_7746 -multiloc=183,loc_7746 -multiloc=184,loc_7746 -multiloc=185,loc_7746 -multiloc=186,loc_7746 -multiloc=187,loc_7746 -multiloc=188,loc_7746 -multiloc=189,loc_7746 -multiloc=190,loc_7746 -multiloc=191,loc_7746 -multiloc=192,loc_7746 -multiloc=193,loc_7746 -multiloc=194,loc_7746 -multiloc=195,loc_7746 -multiloc=196,loc_7746 -multiloc=197,loc_7746 -multiloc=198,loc_7746 -multiloc=199,loc_7746 -multiloc=200,loc_7746 -multiloc=201,loc_7746 -multiloc=202,loc_7746 -multiloc=203,loc_7746 -multiloc=204,loc_7746 -multiloc=205,loc_7746 -multiloc=206,loc_7746 -multiloc=207,loc_7746 -multiloc=208,loc_7746 -multiloc=209,loc_7746 -multiloc=210,loc_7746 -multiloc=211,loc_7746 -multiloc=212,loc_7746 -multiloc=213,loc_7746 -multiloc=214,loc_7746 -multiloc=215,loc_7746 -multiloc=216,loc_7746 -multiloc=217,loc_7746 -multiloc=218,loc_7746 -multiloc=219,loc_7746 -multiloc=220,loc_7746 -multiloc=221,loc_7746 -multiloc=222,loc_7746 -multiloc=223,loc_7746 -multiloc=224,loc_7746 -multiloc=225,loc_7746 -multiloc=226,loc_7746 -multiloc=227,loc_7746 -multiloc=228,loc_7746 -multiloc=229,loc_7746 -multiloc=230,loc_7746 -multiloc=231,loc_7746 -multiloc=232,loc_7746 -multiloc=233,loc_7746 -multiloc=234,loc_7746 -multiloc=235,loc_7746 -multiloc=236,loc_7746 -multiloc=237,loc_7746 -multiloc=238,loc_7746 -multiloc=239,loc_7746 -multiloc=240,loc_7746 -multiloc=241,loc_7746 -multiloc=242,loc_7746 -multiloc=243,loc_7746 -multiloc=244,loc_7746 -multiloc=245,loc_7746 -multiloc=246,loc_7746 -multiloc=247,loc_7746 -multiloc=248,loc_7746 -multiloc=249,loc_7746 -multiloc=250,loc_7746 -multiloc=251,loc_7746 -multiloc=252,loc_7746 -multiloc=253,loc_7746 -multiloc=254,loc_7746 -multiloc=255,loc_7746 - -// 7772 -[loc_7772] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7793 -model2=model_7767 -name=Calquat patch - -// 7773 -[loc_7773] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7797 -model2=model_7767 -name=Calquat patch - -// 7774 -[loc_7774] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7799 -model2=model_7767 -name=Calquat patch - -// 7775 -[loc_7775] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7796 -model2=model_7767 -name=Calquat patch - -// 7776 -[loc_7776] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7949 -model2=model_7768 -name=Calquat Tree - -// 7777 -[loc_7777] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7950 -model2=model_7768 -name=Calquat Tree - -// 7778 -[loc_7778] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7951 -model2=model_7768 -name=Calquat Tree - -// 7779 -[loc_7779] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7952 -model2=model_7768 -name=Calquat Tree - -// 7780 -[loc_7780] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7953 -model2=model_7768 -name=Calquat Tree - -// 7781 -[loc_7781] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7954 -model2=model_7955 -model3=model_7768 -name=Calquat Tree - -// 7782 -[loc_7782] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7956 -model2=model_7957 -model3=model_7768 -name=Calquat Tree - -// 7783 -[loc_7783] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7958 -model2=model_7959 -model3=model_7768 -name=Calquat Tree - -// 7784 -[loc_7784] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7960 -model2=model_7961 -model3=model_7768 -name=Calquat Tree - -// 7785 -[loc_7785] -ambient=25 -op1=Pick-fruit -op2=Inspect -op4=Guide -hardshadow=no -model=model_7960 -model2=model_7943 -model3=model_7961 -model4=model_7768 -name=Calquat Tree - -// 7786 -[loc_7786] -ambient=25 -op1=Pick-fruit -op2=Inspect -op4=Guide -hardshadow=no -model=model_7960 -model2=model_7944 -model3=model_7961 -model4=model_7768 -name=Calquat Tree - -// 7787 -[loc_7787] -ambient=25 -op1=Pick-fruit -op2=Inspect -op4=Guide -hardshadow=no -model=model_7960 -model2=model_7945 -model3=model_7961 -model4=model_7768 -name=Calquat Tree - -// 7788 -[loc_7788] -ambient=25 -op1=Pick-fruit -op2=Inspect -op4=Guide -hardshadow=no -model=model_7960 -model2=model_7946 -model3=model_7961 -model4=model_7768 -name=Calquat Tree - -// 7789 -[loc_7789] -ambient=25 -op1=Pick-fruit -op2=Inspect -op4=Guide -hardshadow=no -model=model_7960 -model2=model_7947 -model3=model_7961 -model4=model_7768 -name=Calquat Tree - -// 7790 -[loc_7790] -ambient=25 -op1=Pick-fruit -op2=Inspect -op4=Guide -hardshadow=no -model=model_7960 -model2=model_7948 -model3=model_7961 -model4=model_7768 -name=Calquat Tree - -// 7791 -[loc_7791] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -hardshadow=no -model=model_7960 -model2=model_7948 -model3=model_7961 -model4=model_7768 -name=Calquat Tree - -// 7792 -[loc_7792] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=14791 -recol2s=21989 -recol2d=13734 -recol3s=12836 -recol3d=20039 -recol4s=4352 -recol4d=9506 -model=model_7950 -model2=model_7768 -name=Diseased Calquat - -// 7793 -[loc_7793] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=14791 -recol2s=21989 -recol2d=13734 -recol3s=12836 -recol3d=20039 -recol4s=4352 -recol4d=9506 -model=model_7951 -model2=model_7768 -name=Diseased Calquat - -// 7794 -[loc_7794] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=14791 -recol2s=21989 -recol2d=13734 -recol3s=12836 -recol3d=20039 -recol4s=4352 -recol4d=9506 -model=model_7952 -model2=model_7768 -name=Diseased Calquat - -// 7795 -[loc_7795] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=14791 -recol2s=21989 -recol2d=13734 -recol3s=12836 -recol3d=20039 -recol4s=4352 -recol4d=9506 -model=model_7953 -model2=model_7768 -name=Diseased Calquat - -// 7796 -[loc_7796] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=14791 -recol2s=21989 -recol2d=13734 -recol3s=12836 -recol3d=20039 -recol4s=4352 -recol4d=9506 -model=model_7954 -model2=model_7955 -model3=model_7768 -name=Diseased Calquat - -// 7797 -[loc_7797] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=14791 -recol2s=21989 -recol2d=13734 -recol3s=12836 -recol3d=20039 -recol4s=4352 -recol4d=9506 -model=model_7956 -model2=model_7957 -model3=model_7768 -name=Diseased Calquat - -// 7798 -[loc_7798] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=14791 -recol2s=21989 -recol2d=13734 -recol3s=12836 -recol3d=20039 -recol4s=4352 -recol4d=9506 -model=model_7958 -model2=model_7959 -model3=model_7768 -name=Diseased Calquat - -// 7799 -[loc_7799] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=10568 -recol2s=21989 -recol2d=9511 -model=model_7950 -model2=model_7768 -name=Dead Calquat - -// 7800 -[loc_7800] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=10568 -recol2s=21989 -recol2d=9511 -model=model_7951 -model2=model_7768 -name=Dead Calquat - -// 7801 -[loc_7801] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=10568 -recol2s=21989 -recol2d=9511 -model=model_7952 -model2=model_7768 -name=Dead Calquat - -// 7802 -[loc_7802] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=10568 -recol2s=21989 -recol2d=9511 -model=model_7953 -model2=model_7768 -name=Dead Calquat - -// 7803 -[loc_7803] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=10568 -recol2s=21989 -recol2d=9511 -model=model_7954 -model2=model_7768 -name=Dead Calquat - -// 7804 -[loc_7804] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=10568 -recol2s=21989 -recol2d=9511 -model=model_7956 -model2=model_7768 -name=Dead Calquat - -// 7805 -[loc_7805] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=22023 -recol1d=10568 -recol2s=21989 -recol2d=9511 -model=model_7958 -model2=model_7768 -name=Dead Calquat - -// 7806 -[loc_7806] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7962 -model2=model_7768 -name=Dead Calquat - -// 7807 -[loc_7807] -blockwalk=yes -width=3 -length=3 -active=yes -hillskew=yes -multivar=varplayerbit_726 -multiloc=0,loc_7775 -multiloc=1,loc_7774 -multiloc=2,loc_7773 -multiloc=3,loc_7772 -multiloc=4,loc_7776 -multiloc=5,loc_7777 -multiloc=6,loc_7778 -multiloc=7,loc_7779 -multiloc=8,loc_7780 -multiloc=9,loc_7781 -multiloc=10,loc_7782 -multiloc=11,loc_7783 -multiloc=12,loc_7784 -multiloc=13,loc_7785 -multiloc=14,loc_7786 -multiloc=15,loc_7787 -multiloc=16,loc_7788 -multiloc=17,loc_7789 -multiloc=18,loc_7790 -multiloc=19,loc_7792 -multiloc=20,loc_7793 -multiloc=21,loc_7794 -multiloc=22,loc_7795 -multiloc=23,loc_7796 -multiloc=24,loc_7797 -multiloc=25,loc_7798 -multiloc=26,loc_7799 -multiloc=27,loc_7800 -multiloc=28,loc_7801 -multiloc=29,loc_7802 -multiloc=30,loc_7803 -multiloc=31,loc_7804 -multiloc=32,loc_7805 -multiloc=33,loc_7806 -multiloc=34,loc_7791 -multiloc=35,loc_7775 -multiloc=36,loc_7775 -multiloc=37,loc_7775 -multiloc=38,loc_7775 -multiloc=39,loc_7775 -multiloc=40,loc_7775 -multiloc=41,loc_7775 -multiloc=42,loc_7775 -multiloc=43,loc_7775 -multiloc=44,loc_7775 -multiloc=45,loc_7775 -multiloc=46,loc_7775 -multiloc=47,loc_7775 -multiloc=48,loc_7775 -multiloc=49,loc_7775 -multiloc=50,loc_7775 -multiloc=51,loc_7775 -multiloc=52,loc_7775 -multiloc=53,loc_7775 -multiloc=54,loc_7775 -multiloc=55,loc_7775 -multiloc=56,loc_7775 -multiloc=57,loc_7775 -multiloc=58,loc_7775 -multiloc=59,loc_7775 -multiloc=60,loc_7775 -multiloc=61,loc_7775 -multiloc=62,loc_7775 -multiloc=63,loc_7775 -multiloc=64,loc_7775 -multiloc=65,loc_7775 -multiloc=66,loc_7775 -multiloc=67,loc_7775 -multiloc=68,loc_7775 -multiloc=69,loc_7775 -multiloc=70,loc_7775 -multiloc=71,loc_7775 -multiloc=72,loc_7775 -multiloc=73,loc_7775 -multiloc=74,loc_7775 -multiloc=75,loc_7775 -multiloc=76,loc_7775 -multiloc=77,loc_7775 -multiloc=78,loc_7775 -multiloc=79,loc_7775 -multiloc=80,loc_7775 -multiloc=81,loc_7775 -multiloc=82,loc_7775 -multiloc=83,loc_7775 -multiloc=84,loc_7775 -multiloc=85,loc_7775 -multiloc=86,loc_7775 -multiloc=87,loc_7775 -multiloc=88,loc_7775 -multiloc=89,loc_7775 -multiloc=90,loc_7775 -multiloc=91,loc_7775 -multiloc=92,loc_7775 -multiloc=93,loc_7775 -multiloc=94,loc_7775 -multiloc=95,loc_7775 -multiloc=96,loc_7775 -multiloc=97,loc_7775 -multiloc=98,loc_7775 -multiloc=99,loc_7775 -multiloc=100,loc_7775 -multiloc=101,loc_7775 -multiloc=102,loc_7775 -multiloc=103,loc_7775 -multiloc=104,loc_7775 -multiloc=105,loc_7775 -multiloc=106,loc_7775 -multiloc=107,loc_7775 -multiloc=108,loc_7775 -multiloc=109,loc_7775 -multiloc=110,loc_7775 -multiloc=111,loc_7775 -multiloc=112,loc_7775 -multiloc=113,loc_7775 -multiloc=114,loc_7775 -multiloc=115,loc_7775 -multiloc=116,loc_7775 -multiloc=117,loc_7775 -multiloc=118,loc_7775 -multiloc=119,loc_7775 -multiloc=120,loc_7775 -multiloc=121,loc_7775 -multiloc=122,loc_7775 -multiloc=123,loc_7775 -multiloc=124,loc_7775 -multiloc=125,loc_7775 -multiloc=126,loc_7775 -multiloc=127,loc_7775 -multiloc=128,loc_7775 -multiloc=129,loc_7775 -multiloc=130,loc_7775 -multiloc=131,loc_7775 -multiloc=132,loc_7775 -multiloc=133,loc_7775 -multiloc=134,loc_7775 -multiloc=135,loc_7775 -multiloc=136,loc_7775 -multiloc=137,loc_7775 -multiloc=138,loc_7775 -multiloc=139,loc_7775 -multiloc=140,loc_7775 -multiloc=141,loc_7775 -multiloc=142,loc_7775 -multiloc=143,loc_7775 -multiloc=144,loc_7775 -multiloc=145,loc_7775 -multiloc=146,loc_7775 -multiloc=147,loc_7775 -multiloc=148,loc_7775 -multiloc=149,loc_7775 -multiloc=150,loc_7775 -multiloc=151,loc_7775 -multiloc=152,loc_7775 -multiloc=153,loc_7775 -multiloc=154,loc_7775 -multiloc=155,loc_7775 -multiloc=156,loc_7775 -multiloc=157,loc_7775 -multiloc=158,loc_7775 -multiloc=159,loc_7775 -multiloc=160,loc_7775 -multiloc=161,loc_7775 -multiloc=162,loc_7775 -multiloc=163,loc_7775 -multiloc=164,loc_7775 -multiloc=165,loc_7775 -multiloc=166,loc_7775 -multiloc=167,loc_7775 -multiloc=168,loc_7775 -multiloc=169,loc_7775 -multiloc=170,loc_7775 -multiloc=171,loc_7775 -multiloc=172,loc_7775 -multiloc=173,loc_7775 -multiloc=174,loc_7775 -multiloc=175,loc_7775 -multiloc=176,loc_7775 -multiloc=177,loc_7775 -multiloc=178,loc_7775 -multiloc=179,loc_7775 -multiloc=180,loc_7775 -multiloc=181,loc_7775 -multiloc=182,loc_7775 -multiloc=183,loc_7775 -multiloc=184,loc_7775 -multiloc=185,loc_7775 -multiloc=186,loc_7775 -multiloc=187,loc_7775 -multiloc=188,loc_7775 -multiloc=189,loc_7775 -multiloc=190,loc_7775 -multiloc=191,loc_7775 -multiloc=192,loc_7775 -multiloc=193,loc_7775 -multiloc=194,loc_7775 -multiloc=195,loc_7775 -multiloc=196,loc_7775 -multiloc=197,loc_7775 -multiloc=198,loc_7775 -multiloc=199,loc_7775 -multiloc=200,loc_7775 -multiloc=201,loc_7775 -multiloc=202,loc_7775 -multiloc=203,loc_7775 -multiloc=204,loc_7775 -multiloc=205,loc_7775 -multiloc=206,loc_7775 -multiloc=207,loc_7775 -multiloc=208,loc_7775 -multiloc=209,loc_7775 -multiloc=210,loc_7775 -multiloc=211,loc_7775 -multiloc=212,loc_7775 -multiloc=213,loc_7775 -multiloc=214,loc_7775 -multiloc=215,loc_7775 -multiloc=216,loc_7775 -multiloc=217,loc_7775 -multiloc=218,loc_7775 -multiloc=219,loc_7775 -multiloc=220,loc_7775 -multiloc=221,loc_7775 -multiloc=222,loc_7775 -multiloc=223,loc_7775 -multiloc=224,loc_7775 -multiloc=225,loc_7775 -multiloc=226,loc_7775 -multiloc=227,loc_7775 -multiloc=228,loc_7775 -multiloc=229,loc_7775 -multiloc=230,loc_7775 -multiloc=231,loc_7775 -multiloc=232,loc_7775 -multiloc=233,loc_7775 -multiloc=234,loc_7775 -multiloc=235,loc_7775 -multiloc=236,loc_7775 -multiloc=237,loc_7775 -multiloc=238,loc_7775 -multiloc=239,loc_7775 -multiloc=240,loc_7775 -multiloc=241,loc_7775 -multiloc=242,loc_7775 -multiloc=243,loc_7775 -multiloc=244,loc_7775 -multiloc=245,loc_7775 -multiloc=246,loc_7775 -multiloc=247,loc_7775 -multiloc=248,loc_7775 -multiloc=249,loc_7775 -multiloc=250,loc_7775 -multiloc=251,loc_7775 -multiloc=252,loc_7775 -multiloc=253,loc_7775 -multiloc=254,loc_7775 -multiloc=255,loc_7775 - -// 7808 -[loc_7808] -ambient=25 -model=model_7838 -model2=model_7845 -model3=model_7839 -name=Compost Bin - -// 7809 -[loc_7809] -ambient=25 -recol1s=8418 -recol1d=7425 -model=model_7838 -model2=model_7845 -model3=model_7842 -name=Compost Bin - -// 7810 -[loc_7810] -ambient=25 -op1=Close -recol1s=8418 -recol1d=7425 -model=model_7838 -model2=model_7845 -model3=model_7840 -name=Compost Bin - -// 7811 -[loc_7811] -ambient=25 -recol1s=8418 -recol1d=9571 -model=model_7838 -model2=model_7845 -model3=model_7842 -name=Compost Bin - -// 7812 -[loc_7812] -ambient=25 -op1=Close -recol1s=8418 -recol1d=9571 -model=model_7838 -model2=model_7845 -model3=model_7840 -name=Compost Bin - -// 7813 -[loc_7813] -ambient=25 -op1=Open -model=model_7838 -model2=model_7844 -name=Compost Bin - -// 7814 -[loc_7814] -ambient=25 -recol1s=8418 -recol1d=10532 -model=model_7838 -model2=model_7845 -model3=model_7842 -name=Compost Bin - -// 7815 -[loc_7815] -ambient=25 -recol1s=8418 -recol1d=10532 -model=model_7838 -model2=model_7845 -model3=model_7840 -name=Compost Bin - -// 7816 -[loc_7816] -ambient=25 -model=model_7838 -model2=model_7845 -model3=model_7842 -name=Compost Bin - -// 7817 -[loc_7817] -ambient=25 -model=model_7838 -model2=model_7845 -model3=model_7840 -name=Compost Bin - -// 7818 -[loc_7818] -ambient=25 -recol1s=10500 -recol1d=5313 -recol2s=8386 -recol2d=4256 -recol3s=12614 -recol3d=6370 -model=model_7838 -model2=model_7845 -model3=model_7839 -name=Compost Bin - -// 7819 -[loc_7819] -ambient=25 -recol1s=8418 -recol1d=8482 -recol2s=10500 -recol2d=5313 -recol3s=8386 -recol3d=4256 -recol4s=12614 -recol4d=6370 -model=model_7838 -model2=model_7845 -model3=model_7842 -name=Compost Bin - -// 7820 -[loc_7820] -ambient=25 -op1=Close -recol1s=8418 -recol1d=8482 -recol2s=10500 -recol2d=5313 -recol3s=8386 -recol3d=4256 -recol4s=12614 -recol4d=6370 -model=model_7838 -model2=model_7845 -model3=model_7840 -name=Compost Bin - -// 7821 -[loc_7821] -ambient=25 -recol1s=8418 -recol1d=9571 -recol2s=10500 -recol2d=5313 -recol3s=8386 -recol3d=4256 -recol4s=12614 -recol4d=6370 -model=model_7838 -model2=model_7845 -model3=model_7842 -name=Compost Bin - -// 7822 -[loc_7822] -ambient=25 -op1=Close -recol1s=8418 -recol1d=9571 -recol2s=10500 -recol2d=5313 -recol3s=8386 -recol3d=4256 -recol4s=12614 -recol4d=6370 -model=model_7838 -model2=model_7845 -model3=model_7840 -name=Compost Bin - -// 7823 -[loc_7823] -ambient=25 -op1=Open -recol1s=10500 -recol1d=5313 -recol2s=8386 -recol2d=4256 -recol3s=12614 -recol3d=6370 -model=model_7838 -model2=model_7844 -name=Compost Bin - -// 7824 -[loc_7824] -ambient=25 -recol1s=8418 -recol1d=10532 -recol2s=10500 -recol2d=5313 -recol3s=8386 -recol3d=4256 -recol4s=12614 -recol4d=6370 -model=model_7838 -model2=model_7845 -model3=model_7842 -name=Compost Bin - -// 7825 -[loc_7825] -ambient=25 -recol1s=8418 -recol1d=10532 -recol2s=10500 -recol2d=5313 -recol3s=8386 -recol3d=4256 -recol4s=12614 -recol4d=6370 -model=model_7838 -model2=model_7845 -model3=model_7840 -name=Compost Bin - -// 7826 -[loc_7826] -ambient=25 -recol1s=10500 -recol1d=5313 -recol2s=8386 -recol2d=4256 -recol3s=12614 -recol3d=6370 -model=model_7838 -model2=model_7845 -model3=model_7842 -name=Compost Bin - -// 7827 -[loc_7827] -ambient=25 -recol1s=10500 -recol1d=5313 -recol2s=8386 -recol2d=4256 -recol3s=12614 -recol3d=6370 -model=model_7838 -model2=model_7845 -model3=model_7840 -name=Compost Bin - -// 7828 -[loc_7828] -ambient=25 -recol1s=8418 -recol1d=7425 -model=model_7838 -model2=model_7845 -model3=model_7843 -name=Compost Bin - -// 7829 -[loc_7829] -ambient=25 -op1=Close -recol1s=8418 -recol1d=7425 -model=model_7838 -model2=model_7845 -model3=model_7841 -name=Compost Bin - -// 7830 -[loc_7830] -ambient=25 -op1=Take-tomato -recol1s=8418 -recol1d=7425 -recol2s=17536 -recol2d=13506 -recol3s=480 -recol3d=17926 -model=model_7838 -model2=model_7845 -model3=model_7843 -name=Compost Bin - -// 7831 -[loc_7831] -ambient=25 -op1=Take-tomato -recol1s=8418 -recol1d=7425 -recol2s=17536 -recol2d=13506 -recol3s=480 -recol3d=17926 -model=model_7838 -model2=model_7845 -model3=model_7841 -name=Compost Bin - -// 7832 -[loc_7832] -ambient=25 -recol1s=8418 -recol1d=7425 -recol2s=10500 -recol2d=5313 -recol3s=8386 -recol3d=4256 -recol4s=12614 -recol4d=6370 -model=model_7838 -model2=model_7845 -model3=model_7843 -name=Compost Bin - -// 7833 -[loc_7833] -ambient=25 -op1=Close -recol1s=8418 -recol1d=7425 -recol2s=10500 -recol2d=5313 -recol3s=8386 -recol3d=4256 -recol4s=12614 -recol4d=6370 -model=model_7838 -model2=model_7845 -model3=model_7841 -name=Compost Bin - -// 7834 -[loc_7834] -ambient=25 -op1=Take-tomato -recol1s=8418 -recol1d=7425 -recol2s=17536 -recol2d=13506 -recol3s=480 -recol3d=17926 -recol4s=10500 -recol4d=5313 -recol5s=8386 -recol5d=4256 -recol6s=12614 -recol6d=6370 -model=model_7838 -model2=model_7845 -model3=model_7843 -name=Compost Bin - -// 7835 -[loc_7835] -ambient=25 -op1=Take-tomato -recol1s=8418 -recol1d=7425 -recol2s=17536 -recol2d=13506 -recol3s=480 -recol3d=17926 -recol4s=10500 -recol4d=5313 -recol5s=8386 -recol5d=4256 -recol6s=12614 -recol6d=6370 -model=model_7838 -model2=model_7845 -model3=model_7841 -name=Compost Bin - -// 7836 -[loc_7836] -blockwalk=yes -active=yes -forceapproach=south -multivar=varplayerbit_740 -multiloc=0,loc_7808 -multiloc=1,loc_7809 -multiloc=2,loc_7809 -multiloc=3,loc_7809 -multiloc=4,loc_7809 -multiloc=5,loc_7809 -multiloc=6,loc_7809 -multiloc=7,loc_7809 -multiloc=8,loc_7809 -multiloc=9,loc_7809 -multiloc=10,loc_7809 -multiloc=11,loc_7809 -multiloc=12,loc_7809 -multiloc=13,loc_7809 -multiloc=14,loc_7809 -multiloc=15,loc_7810 -multiloc=16,loc_7814 -multiloc=17,loc_7814 -multiloc=18,loc_7814 -multiloc=19,loc_7814 -multiloc=20,loc_7814 -multiloc=21,loc_7814 -multiloc=22,loc_7814 -multiloc=23,loc_7814 -multiloc=24,loc_7814 -multiloc=25,loc_7814 -multiloc=26,loc_7814 -multiloc=27,loc_7814 -multiloc=28,loc_7814 -multiloc=29,loc_7814 -multiloc=30,loc_7815 -multiloc=31,loc_7813 -multiloc=32,loc_7813 -multiloc=33,loc_7811 -multiloc=34,loc_7811 -multiloc=35,loc_7811 -multiloc=36,loc_7811 -multiloc=37,loc_7811 -multiloc=38,loc_7811 -multiloc=39,loc_7811 -multiloc=40,loc_7811 -multiloc=41,loc_7811 -multiloc=42,loc_7811 -multiloc=43,loc_7811 -multiloc=44,loc_7811 -multiloc=45,loc_7811 -multiloc=46,loc_7811 -multiloc=47,loc_7812 -multiloc=48,loc_7816 -multiloc=49,loc_7816 -multiloc=50,loc_7816 -multiloc=51,loc_7816 -multiloc=52,loc_7816 -multiloc=53,loc_7816 -multiloc=54,loc_7816 -multiloc=55,loc_7816 -multiloc=56,loc_7816 -multiloc=57,loc_7816 -multiloc=58,loc_7816 -multiloc=59,loc_7816 -multiloc=60,loc_7816 -multiloc=61,loc_7816 -multiloc=62,loc_7817 -multiloc=64,loc_7813 -multiloc=65,loc_7813 -multiloc=66,loc_7813 -multiloc=67,loc_7813 -multiloc=68,loc_7813 -multiloc=69,loc_7813 -multiloc=70,loc_7813 -multiloc=71,loc_7813 -multiloc=72,loc_7813 -multiloc=73,loc_7813 -multiloc=74,loc_7813 -multiloc=75,loc_7813 -multiloc=76,loc_7813 -multiloc=77,loc_7813 -multiloc=78,loc_7813 -multiloc=79,loc_7813 -multiloc=80,loc_7813 -multiloc=81,loc_7813 -multiloc=82,loc_7813 -multiloc=83,loc_7813 -multiloc=84,loc_7813 -multiloc=85,loc_7813 -multiloc=86,loc_7813 -multiloc=87,loc_7813 -multiloc=88,loc_7813 -multiloc=89,loc_7813 -multiloc=90,loc_7813 -multiloc=91,loc_7813 -multiloc=92,loc_7813 -multiloc=93,loc_7813 -multiloc=94,loc_7813 -multiloc=95,loc_7813 -multiloc=96,loc_7813 -multiloc=97,loc_7813 -multiloc=98,loc_7813 -multiloc=99,loc_7813 -multiloc=100,loc_7813 -multiloc=101,loc_7813 -multiloc=102,loc_7813 -multiloc=103,loc_7813 -multiloc=104,loc_7813 -multiloc=105,loc_7813 -multiloc=106,loc_7813 -multiloc=107,loc_7813 -multiloc=108,loc_7813 -multiloc=109,loc_7813 -multiloc=110,loc_7813 -multiloc=111,loc_7813 -multiloc=112,loc_7813 -multiloc=113,loc_7813 -multiloc=114,loc_7813 -multiloc=115,loc_7813 -multiloc=116,loc_7813 -multiloc=117,loc_7813 -multiloc=118,loc_7813 -multiloc=119,loc_7813 -multiloc=120,loc_7813 -multiloc=121,loc_7813 -multiloc=122,loc_7813 -multiloc=123,loc_7813 -multiloc=124,loc_7813 -multiloc=125,loc_7813 -multiloc=126,loc_7813 -multiloc=129,loc_7828 -multiloc=130,loc_7828 -multiloc=131,loc_7828 -multiloc=132,loc_7828 -multiloc=133,loc_7828 -multiloc=134,loc_7828 -multiloc=135,loc_7828 -multiloc=136,loc_7828 -multiloc=137,loc_7828 -multiloc=138,loc_7828 -multiloc=139,loc_7828 -multiloc=140,loc_7828 -multiloc=141,loc_7828 -multiloc=142,loc_7828 -multiloc=143,loc_7829 -multiloc=144,loc_7830 -multiloc=145,loc_7830 -multiloc=146,loc_7830 -multiloc=147,loc_7830 -multiloc=148,loc_7830 -multiloc=149,loc_7830 -multiloc=150,loc_7830 -multiloc=151,loc_7830 -multiloc=152,loc_7830 -multiloc=153,loc_7830 -multiloc=154,loc_7830 -multiloc=155,loc_7830 -multiloc=156,loc_7830 -multiloc=157,loc_7830 -multiloc=158,loc_7831 -multiloc=159,loc_7813 -multiloc=160,loc_7813 -multiloc=193,loc_7813 -multiloc=194,loc_7813 -multiloc=195,loc_7813 -multiloc=196,loc_7813 -multiloc=197,loc_7813 -multiloc=198,loc_7813 -multiloc=199,loc_7813 -multiloc=200,loc_7813 -multiloc=201,loc_7813 -multiloc=202,loc_7813 -multiloc=203,loc_7813 -multiloc=204,loc_7813 -multiloc=205,loc_7813 -multiloc=206,loc_7813 -multiloc=207,loc_7813 -multiloc=208,loc_7813 -multiloc=209,loc_7813 -multiloc=210,loc_7813 -multiloc=211,loc_7813 -multiloc=212,loc_7813 -multiloc=213,loc_7813 -multiloc=214,loc_7813 -multiloc=215,loc_7813 -multiloc=216,loc_7813 -multiloc=217,loc_7813 -multiloc=218,loc_7813 -multiloc=219,loc_7813 -multiloc=220,loc_7813 -multiloc=221,loc_7813 -multiloc=222,loc_7813 - -// 7837 -[loc_7837] -blockwalk=yes -active=yes -multivar=varplayerbit_741 -multiloc=0,loc_7808 -multiloc=1,loc_7809 -multiloc=2,loc_7809 -multiloc=3,loc_7809 -multiloc=4,loc_7809 -multiloc=5,loc_7809 -multiloc=6,loc_7809 -multiloc=7,loc_7809 -multiloc=8,loc_7809 -multiloc=9,loc_7809 -multiloc=10,loc_7809 -multiloc=11,loc_7809 -multiloc=12,loc_7809 -multiloc=13,loc_7809 -multiloc=14,loc_7809 -multiloc=15,loc_7810 -multiloc=16,loc_7814 -multiloc=17,loc_7814 -multiloc=18,loc_7814 -multiloc=19,loc_7814 -multiloc=20,loc_7814 -multiloc=21,loc_7814 -multiloc=22,loc_7814 -multiloc=23,loc_7814 -multiloc=24,loc_7814 -multiloc=25,loc_7814 -multiloc=26,loc_7814 -multiloc=27,loc_7814 -multiloc=28,loc_7814 -multiloc=29,loc_7814 -multiloc=30,loc_7815 -multiloc=31,loc_7813 -multiloc=32,loc_7813 -multiloc=33,loc_7811 -multiloc=34,loc_7811 -multiloc=35,loc_7811 -multiloc=36,loc_7811 -multiloc=37,loc_7811 -multiloc=38,loc_7811 -multiloc=39,loc_7811 -multiloc=40,loc_7811 -multiloc=41,loc_7811 -multiloc=42,loc_7811 -multiloc=43,loc_7811 -multiloc=44,loc_7811 -multiloc=45,loc_7811 -multiloc=46,loc_7811 -multiloc=47,loc_7812 -multiloc=48,loc_7816 -multiloc=49,loc_7816 -multiloc=50,loc_7816 -multiloc=51,loc_7816 -multiloc=52,loc_7816 -multiloc=53,loc_7816 -multiloc=54,loc_7816 -multiloc=55,loc_7816 -multiloc=56,loc_7816 -multiloc=57,loc_7816 -multiloc=58,loc_7816 -multiloc=59,loc_7816 -multiloc=60,loc_7816 -multiloc=61,loc_7816 -multiloc=62,loc_7817 -multiloc=64,loc_7813 -multiloc=65,loc_7813 -multiloc=66,loc_7813 -multiloc=67,loc_7813 -multiloc=68,loc_7813 -multiloc=69,loc_7813 -multiloc=70,loc_7813 -multiloc=71,loc_7813 -multiloc=72,loc_7813 -multiloc=73,loc_7813 -multiloc=74,loc_7813 -multiloc=75,loc_7813 -multiloc=76,loc_7813 -multiloc=77,loc_7813 -multiloc=78,loc_7813 -multiloc=79,loc_7813 -multiloc=80,loc_7813 -multiloc=81,loc_7813 -multiloc=82,loc_7813 -multiloc=83,loc_7813 -multiloc=84,loc_7813 -multiloc=85,loc_7813 -multiloc=86,loc_7813 -multiloc=87,loc_7813 -multiloc=88,loc_7813 -multiloc=89,loc_7813 -multiloc=90,loc_7813 -multiloc=91,loc_7813 -multiloc=92,loc_7813 -multiloc=93,loc_7813 -multiloc=94,loc_7813 -multiloc=95,loc_7813 -multiloc=96,loc_7813 -multiloc=97,loc_7813 -multiloc=98,loc_7813 -multiloc=99,loc_7813 -multiloc=100,loc_7813 -multiloc=101,loc_7813 -multiloc=102,loc_7813 -multiloc=103,loc_7813 -multiloc=104,loc_7813 -multiloc=105,loc_7813 -multiloc=106,loc_7813 -multiloc=107,loc_7813 -multiloc=108,loc_7813 -multiloc=109,loc_7813 -multiloc=110,loc_7813 -multiloc=111,loc_7813 -multiloc=112,loc_7813 -multiloc=113,loc_7813 -multiloc=114,loc_7813 -multiloc=115,loc_7813 -multiloc=116,loc_7813 -multiloc=117,loc_7813 -multiloc=118,loc_7813 -multiloc=119,loc_7813 -multiloc=120,loc_7813 -multiloc=121,loc_7813 -multiloc=122,loc_7813 -multiloc=123,loc_7813 -multiloc=124,loc_7813 -multiloc=125,loc_7813 -multiloc=126,loc_7813 -multiloc=129,loc_7828 -multiloc=130,loc_7828 -multiloc=131,loc_7828 -multiloc=132,loc_7828 -multiloc=133,loc_7828 -multiloc=134,loc_7828 -multiloc=135,loc_7828 -multiloc=136,loc_7828 -multiloc=137,loc_7828 -multiloc=138,loc_7828 -multiloc=139,loc_7828 -multiloc=140,loc_7828 -multiloc=141,loc_7828 -multiloc=142,loc_7828 -multiloc=143,loc_7829 -multiloc=144,loc_7830 -multiloc=145,loc_7830 -multiloc=146,loc_7830 -multiloc=147,loc_7830 -multiloc=148,loc_7830 -multiloc=149,loc_7830 -multiloc=150,loc_7830 -multiloc=151,loc_7830 -multiloc=152,loc_7830 -multiloc=153,loc_7830 -multiloc=154,loc_7830 -multiloc=155,loc_7830 -multiloc=156,loc_7830 -multiloc=157,loc_7830 -multiloc=158,loc_7831 -multiloc=159,loc_7813 -multiloc=160,loc_7813 -multiloc=193,loc_7813 -multiloc=194,loc_7813 -multiloc=195,loc_7813 -multiloc=196,loc_7813 -multiloc=197,loc_7813 -multiloc=198,loc_7813 -multiloc=199,loc_7813 -multiloc=200,loc_7813 -multiloc=201,loc_7813 -multiloc=202,loc_7813 -multiloc=203,loc_7813 -multiloc=204,loc_7813 -multiloc=205,loc_7813 -multiloc=206,loc_7813 -multiloc=207,loc_7813 -multiloc=208,loc_7813 -multiloc=209,loc_7813 -multiloc=210,loc_7813 -multiloc=211,loc_7813 -multiloc=212,loc_7813 -multiloc=213,loc_7813 -multiloc=214,loc_7813 -multiloc=215,loc_7813 -multiloc=216,loc_7813 -multiloc=217,loc_7813 -multiloc=218,loc_7813 -multiloc=219,loc_7813 -multiloc=220,loc_7813 -multiloc=221,loc_7813 -multiloc=222,loc_7813 - -// 7838 -[loc_7838] -blockwalk=yes -active=yes -multivar=varplayerbit_742 -multiloc=0,loc_7818 -multiloc=1,loc_7819 -multiloc=2,loc_7819 -multiloc=3,loc_7819 -multiloc=4,loc_7819 -multiloc=5,loc_7819 -multiloc=6,loc_7819 -multiloc=7,loc_7819 -multiloc=8,loc_7819 -multiloc=9,loc_7819 -multiloc=10,loc_7819 -multiloc=11,loc_7819 -multiloc=12,loc_7819 -multiloc=13,loc_7819 -multiloc=14,loc_7819 -multiloc=15,loc_7820 -multiloc=16,loc_7824 -multiloc=17,loc_7824 -multiloc=18,loc_7824 -multiloc=19,loc_7824 -multiloc=20,loc_7824 -multiloc=21,loc_7824 -multiloc=22,loc_7824 -multiloc=23,loc_7824 -multiloc=24,loc_7824 -multiloc=25,loc_7824 -multiloc=26,loc_7824 -multiloc=27,loc_7824 -multiloc=28,loc_7824 -multiloc=29,loc_7824 -multiloc=30,loc_7825 -multiloc=31,loc_7823 -multiloc=32,loc_7823 -multiloc=33,loc_7821 -multiloc=34,loc_7821 -multiloc=35,loc_7821 -multiloc=36,loc_7821 -multiloc=37,loc_7821 -multiloc=38,loc_7821 -multiloc=39,loc_7821 -multiloc=40,loc_7821 -multiloc=41,loc_7821 -multiloc=42,loc_7821 -multiloc=43,loc_7821 -multiloc=44,loc_7821 -multiloc=45,loc_7821 -multiloc=46,loc_7821 -multiloc=47,loc_7822 -multiloc=48,loc_7826 -multiloc=49,loc_7826 -multiloc=50,loc_7826 -multiloc=51,loc_7826 -multiloc=52,loc_7826 -multiloc=53,loc_7826 -multiloc=54,loc_7826 -multiloc=55,loc_7826 -multiloc=56,loc_7826 -multiloc=57,loc_7826 -multiloc=58,loc_7826 -multiloc=59,loc_7826 -multiloc=60,loc_7826 -multiloc=61,loc_7826 -multiloc=62,loc_7827 -multiloc=64,loc_7823 -multiloc=65,loc_7823 -multiloc=66,loc_7823 -multiloc=67,loc_7823 -multiloc=68,loc_7823 -multiloc=69,loc_7823 -multiloc=70,loc_7823 -multiloc=71,loc_7823 -multiloc=72,loc_7823 -multiloc=73,loc_7823 -multiloc=74,loc_7823 -multiloc=75,loc_7823 -multiloc=76,loc_7823 -multiloc=77,loc_7823 -multiloc=78,loc_7823 -multiloc=79,loc_7823 -multiloc=80,loc_7823 -multiloc=81,loc_7823 -multiloc=82,loc_7823 -multiloc=83,loc_7823 -multiloc=84,loc_7823 -multiloc=85,loc_7823 -multiloc=86,loc_7823 -multiloc=87,loc_7823 -multiloc=88,loc_7823 -multiloc=89,loc_7823 -multiloc=90,loc_7823 -multiloc=91,loc_7823 -multiloc=92,loc_7823 -multiloc=93,loc_7823 -multiloc=94,loc_7823 -multiloc=95,loc_7823 -multiloc=96,loc_7823 -multiloc=97,loc_7823 -multiloc=98,loc_7823 -multiloc=99,loc_7823 -multiloc=100,loc_7823 -multiloc=101,loc_7823 -multiloc=102,loc_7823 -multiloc=103,loc_7823 -multiloc=104,loc_7823 -multiloc=105,loc_7823 -multiloc=106,loc_7823 -multiloc=107,loc_7823 -multiloc=108,loc_7823 -multiloc=109,loc_7823 -multiloc=110,loc_7823 -multiloc=111,loc_7823 -multiloc=112,loc_7823 -multiloc=113,loc_7823 -multiloc=114,loc_7823 -multiloc=115,loc_7823 -multiloc=116,loc_7823 -multiloc=117,loc_7823 -multiloc=118,loc_7823 -multiloc=119,loc_7823 -multiloc=120,loc_7823 -multiloc=121,loc_7823 -multiloc=122,loc_7823 -multiloc=123,loc_7823 -multiloc=124,loc_7823 -multiloc=125,loc_7823 -multiloc=126,loc_7823 -multiloc=129,loc_7832 -multiloc=130,loc_7832 -multiloc=131,loc_7832 -multiloc=132,loc_7832 -multiloc=133,loc_7832 -multiloc=134,loc_7832 -multiloc=135,loc_7832 -multiloc=136,loc_7832 -multiloc=137,loc_7832 -multiloc=138,loc_7832 -multiloc=139,loc_7832 -multiloc=140,loc_7832 -multiloc=141,loc_7832 -multiloc=142,loc_7832 -multiloc=143,loc_7833 -multiloc=144,loc_7834 -multiloc=145,loc_7834 -multiloc=146,loc_7834 -multiloc=147,loc_7834 -multiloc=148,loc_7834 -multiloc=149,loc_7834 -multiloc=150,loc_7834 -multiloc=151,loc_7834 -multiloc=152,loc_7834 -multiloc=153,loc_7834 -multiloc=154,loc_7834 -multiloc=155,loc_7834 -multiloc=156,loc_7834 -multiloc=157,loc_7834 -multiloc=158,loc_7835 -multiloc=159,loc_7823 -multiloc=160,loc_7823 -multiloc=193,loc_7823 -multiloc=194,loc_7823 -multiloc=195,loc_7823 -multiloc=196,loc_7823 -multiloc=197,loc_7823 -multiloc=198,loc_7823 -multiloc=199,loc_7823 -multiloc=200,loc_7823 -multiloc=201,loc_7823 -multiloc=202,loc_7823 -multiloc=203,loc_7823 -multiloc=204,loc_7823 -multiloc=205,loc_7823 -multiloc=206,loc_7823 -multiloc=207,loc_7823 -multiloc=208,loc_7823 -multiloc=209,loc_7823 -multiloc=210,loc_7823 -multiloc=211,loc_7823 -multiloc=212,loc_7823 -multiloc=213,loc_7823 -multiloc=214,loc_7823 -multiloc=215,loc_7823 -multiloc=216,loc_7823 -multiloc=217,loc_7823 -multiloc=218,loc_7823 -multiloc=219,loc_7823 -multiloc=220,loc_7823 -multiloc=221,loc_7823 -multiloc=222,loc_7823 - -// 7839 -[loc_7839] -blockwalk=yes -active=yes -multivar=varplayerbit_743 -multiloc=0,loc_7808 -multiloc=1,loc_7809 -multiloc=2,loc_7809 -multiloc=3,loc_7809 -multiloc=4,loc_7809 -multiloc=5,loc_7809 -multiloc=6,loc_7809 -multiloc=7,loc_7809 -multiloc=8,loc_7809 -multiloc=9,loc_7809 -multiloc=10,loc_7809 -multiloc=11,loc_7809 -multiloc=12,loc_7809 -multiloc=13,loc_7809 -multiloc=14,loc_7809 -multiloc=15,loc_7810 -multiloc=16,loc_7814 -multiloc=17,loc_7814 -multiloc=18,loc_7814 -multiloc=19,loc_7814 -multiloc=20,loc_7814 -multiloc=21,loc_7814 -multiloc=22,loc_7814 -multiloc=23,loc_7814 -multiloc=24,loc_7814 -multiloc=25,loc_7814 -multiloc=26,loc_7814 -multiloc=27,loc_7814 -multiloc=28,loc_7814 -multiloc=29,loc_7814 -multiloc=30,loc_7815 -multiloc=31,loc_7813 -multiloc=32,loc_7813 -multiloc=33,loc_7811 -multiloc=34,loc_7811 -multiloc=35,loc_7811 -multiloc=36,loc_7811 -multiloc=37,loc_7811 -multiloc=38,loc_7811 -multiloc=39,loc_7811 -multiloc=40,loc_7811 -multiloc=41,loc_7811 -multiloc=42,loc_7811 -multiloc=43,loc_7811 -multiloc=44,loc_7811 -multiloc=45,loc_7811 -multiloc=46,loc_7811 -multiloc=47,loc_7812 -multiloc=48,loc_7816 -multiloc=49,loc_7816 -multiloc=50,loc_7816 -multiloc=51,loc_7816 -multiloc=52,loc_7816 -multiloc=53,loc_7816 -multiloc=54,loc_7816 -multiloc=55,loc_7816 -multiloc=56,loc_7816 -multiloc=57,loc_7816 -multiloc=58,loc_7816 -multiloc=59,loc_7816 -multiloc=60,loc_7816 -multiloc=61,loc_7816 -multiloc=62,loc_7817 -multiloc=64,loc_7813 -multiloc=65,loc_7813 -multiloc=66,loc_7813 -multiloc=67,loc_7813 -multiloc=68,loc_7813 -multiloc=69,loc_7813 -multiloc=70,loc_7813 -multiloc=71,loc_7813 -multiloc=72,loc_7813 -multiloc=73,loc_7813 -multiloc=74,loc_7813 -multiloc=75,loc_7813 -multiloc=76,loc_7813 -multiloc=77,loc_7813 -multiloc=78,loc_7813 -multiloc=79,loc_7813 -multiloc=80,loc_7813 -multiloc=81,loc_7813 -multiloc=82,loc_7813 -multiloc=83,loc_7813 -multiloc=84,loc_7813 -multiloc=85,loc_7813 -multiloc=86,loc_7813 -multiloc=87,loc_7813 -multiloc=88,loc_7813 -multiloc=89,loc_7813 -multiloc=90,loc_7813 -multiloc=91,loc_7813 -multiloc=92,loc_7813 -multiloc=93,loc_7813 -multiloc=94,loc_7813 -multiloc=95,loc_7813 -multiloc=96,loc_7813 -multiloc=97,loc_7813 -multiloc=98,loc_7813 -multiloc=99,loc_7813 -multiloc=100,loc_7813 -multiloc=101,loc_7813 -multiloc=102,loc_7813 -multiloc=103,loc_7813 -multiloc=104,loc_7813 -multiloc=105,loc_7813 -multiloc=106,loc_7813 -multiloc=107,loc_7813 -multiloc=108,loc_7813 -multiloc=109,loc_7813 -multiloc=110,loc_7813 -multiloc=111,loc_7813 -multiloc=112,loc_7813 -multiloc=113,loc_7813 -multiloc=114,loc_7813 -multiloc=115,loc_7813 -multiloc=116,loc_7813 -multiloc=117,loc_7813 -multiloc=118,loc_7813 -multiloc=119,loc_7813 -multiloc=120,loc_7813 -multiloc=121,loc_7813 -multiloc=122,loc_7813 -multiloc=123,loc_7813 -multiloc=124,loc_7813 -multiloc=125,loc_7813 -multiloc=126,loc_7813 -multiloc=129,loc_7828 -multiloc=130,loc_7828 -multiloc=131,loc_7828 -multiloc=132,loc_7828 -multiloc=133,loc_7828 -multiloc=134,loc_7828 -multiloc=135,loc_7828 -multiloc=136,loc_7828 -multiloc=137,loc_7828 -multiloc=138,loc_7828 -multiloc=139,loc_7828 -multiloc=140,loc_7828 -multiloc=141,loc_7828 -multiloc=142,loc_7828 -multiloc=143,loc_7829 -multiloc=144,loc_7830 -multiloc=145,loc_7830 -multiloc=146,loc_7830 -multiloc=147,loc_7830 -multiloc=148,loc_7830 -multiloc=149,loc_7830 -multiloc=150,loc_7830 -multiloc=151,loc_7830 -multiloc=152,loc_7830 -multiloc=153,loc_7830 -multiloc=154,loc_7830 -multiloc=155,loc_7830 -multiloc=156,loc_7830 -multiloc=157,loc_7830 -multiloc=158,loc_7831 -multiloc=159,loc_7813 -multiloc=160,loc_7813 -multiloc=193,loc_7813 -multiloc=194,loc_7813 -multiloc=195,loc_7813 -multiloc=196,loc_7813 -multiloc=197,loc_7813 -multiloc=198,loc_7813 -multiloc=199,loc_7813 -multiloc=200,loc_7813 -multiloc=201,loc_7813 -multiloc=202,loc_7813 -multiloc=203,loc_7813 -multiloc=204,loc_7813 -multiloc=205,loc_7813 -multiloc=206,loc_7813 -multiloc=207,loc_7813 -multiloc=208,loc_7813 -multiloc=209,loc_7813 -multiloc=210,loc_7813 -multiloc=211,loc_7813 -multiloc=212,loc_7813 -multiloc=213,loc_7813 -multiloc=214,loc_7813 -multiloc=215,loc_7813 -multiloc=216,loc_7813 -multiloc=217,loc_7813 -multiloc=218,loc_7813 -multiloc=219,loc_7813 -multiloc=220,loc_7813 -multiloc=221,loc_7813 -multiloc=222,loc_7813 - -// 7840 -[loc_7840] -ambient=25 -op2=Inspect -op4=Guide -model=model_7794 -name=Flower Patch - -// 7841 -[loc_7841] -ambient=25 -op2=Inspect -op4=Guide -model=model_7798 -model2=model_7766 -name=Flower Patch - -// 7842 -[loc_7842] -ambient=25 -op2=Inspect -op4=Guide -model=model_7800 -model2=model_7766 -name=Flower Patch - -// 7843 -[loc_7843] -ambient=25 -op2=Inspect -op4=Guide -model=model_7801 -model2=model_7766 -name=Flower Patch - -// 7844 -[loc_7844] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7798 -model2=model_7766 -name=Flower Patch - -// 7845 -[loc_7845] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7800 -model2=model_7766 -name=Flower Patch - -// 7846 -[loc_7846] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7801 -model2=model_7766 -name=Flower Patch - -// 7847 -[loc_7847] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_728 -multiloc=0,loc_7843 -multiloc=1,loc_7842 -multiloc=2,loc_7841 -multiloc=3,loc_7840 -multiloc=4,loc_7843 -multiloc=5,loc_7843 -multiloc=6,loc_7843 -multiloc=7,loc_7843 -multiloc=8,loc_7867 -multiloc=9,loc_7868 -multiloc=10,loc_7869 -multiloc=11,loc_7870 -multiloc=12,loc_7871 -multiloc=13,loc_7899 -multiloc=14,loc_7900 -multiloc=15,loc_7901 -multiloc=16,loc_7902 -multiloc=17,loc_7903 -multiloc=18,loc_7883 -multiloc=19,loc_7884 -multiloc=20,loc_7885 -multiloc=21,loc_7886 -multiloc=22,loc_7887 -multiloc=23,loc_7919 -multiloc=24,loc_7920 -multiloc=25,loc_7921 -multiloc=26,loc_7922 -multiloc=27,loc_7923 -multiloc=28,loc_7851 -multiloc=29,loc_7852 -multiloc=30,loc_7853 -multiloc=31,loc_7854 -multiloc=32,loc_7855 -multiloc=33,loc_7918 -multiloc=34,loc_7917 -multiloc=35,loc_7916 -multiloc=36,loc_7915 -multiloc=37,loc_41538 -multiloc=38,loc_41539 -multiloc=39,loc_41540 -multiloc=40,loc_41541 -multiloc=41,loc_41542 -multiloc=42,loc_7843 -multiloc=43,loc_7843 -multiloc=44,loc_7843 -multiloc=45,loc_7843 -multiloc=46,loc_7843 -multiloc=47,loc_7843 -multiloc=48,loc_7843 -multiloc=49,loc_7843 -multiloc=50,loc_7843 -multiloc=51,loc_7843 -multiloc=52,loc_7843 -multiloc=53,loc_7843 -multiloc=54,loc_7843 -multiloc=55,loc_7843 -multiloc=56,loc_7843 -multiloc=57,loc_7843 -multiloc=58,loc_7843 -multiloc=59,loc_7843 -multiloc=60,loc_7843 -multiloc=61,loc_7843 -multiloc=62,loc_7843 -multiloc=63,loc_7843 -multiloc=64,loc_7843 -multiloc=65,loc_7843 -multiloc=66,loc_7843 -multiloc=67,loc_7843 -multiloc=68,loc_7843 -multiloc=69,loc_7843 -multiloc=70,loc_7843 -multiloc=71,loc_7843 -multiloc=72,loc_7872 -multiloc=73,loc_7873 -multiloc=74,loc_7874 -multiloc=75,loc_7875 -multiloc=76,loc_7843 -multiloc=77,loc_7904 -multiloc=78,loc_7905 -multiloc=79,loc_7906 -multiloc=80,loc_7907 -multiloc=81,loc_7843 -multiloc=82,loc_7888 -multiloc=83,loc_7889 -multiloc=84,loc_7890 -multiloc=85,loc_7891 -multiloc=86,loc_7843 -multiloc=87,loc_7924 -multiloc=88,loc_7925 -multiloc=89,loc_7926 -multiloc=90,loc_7927 -multiloc=91,loc_7843 -multiloc=92,loc_7856 -multiloc=93,loc_7857 -multiloc=94,loc_7858 -multiloc=95,loc_7859 -multiloc=96,loc_7843 -multiloc=97,loc_7843 -multiloc=98,loc_7843 -multiloc=99,loc_7843 -multiloc=100,loc_7843 -multiloc=101,loc_7843 -multiloc=102,loc_7843 -multiloc=103,loc_7843 -multiloc=104,loc_7843 -multiloc=105,loc_7843 -multiloc=106,loc_7843 -multiloc=107,loc_7843 -multiloc=108,loc_7843 -multiloc=109,loc_7843 -multiloc=110,loc_7843 -multiloc=111,loc_7843 -multiloc=112,loc_7843 -multiloc=113,loc_7843 -multiloc=114,loc_7843 -multiloc=115,loc_7843 -multiloc=116,loc_7843 -multiloc=117,loc_7843 -multiloc=118,loc_7843 -multiloc=119,loc_7843 -multiloc=120,loc_7843 -multiloc=121,loc_7843 -multiloc=122,loc_7843 -multiloc=123,loc_7843 -multiloc=124,loc_7843 -multiloc=125,loc_7843 -multiloc=126,loc_7843 -multiloc=127,loc_7843 -multiloc=128,loc_7843 -multiloc=129,loc_7843 -multiloc=130,loc_7843 -multiloc=131,loc_7843 -multiloc=132,loc_7843 -multiloc=133,loc_7843 -multiloc=134,loc_7843 -multiloc=135,loc_7843 -multiloc=136,loc_7843 -multiloc=137,loc_7876 -multiloc=138,loc_7877 -multiloc=139,loc_7878 -multiloc=140,loc_7843 -multiloc=141,loc_7843 -multiloc=142,loc_7908 -multiloc=143,loc_7909 -multiloc=144,loc_7910 -multiloc=145,loc_7843 -multiloc=146,loc_7843 -multiloc=147,loc_7892 -multiloc=148,loc_7893 -multiloc=149,loc_7894 -multiloc=150,loc_7843 -multiloc=151,loc_7843 -multiloc=152,loc_7928 -multiloc=153,loc_7929 -multiloc=154,loc_7930 -multiloc=155,loc_7843 -multiloc=156,loc_7843 -multiloc=157,loc_7860 -multiloc=158,loc_7861 -multiloc=159,loc_7862 -multiloc=160,loc_7843 -multiloc=161,loc_7843 -multiloc=162,loc_7843 -multiloc=163,loc_7843 -multiloc=164,loc_7843 -multiloc=165,loc_7843 -multiloc=166,loc_7843 -multiloc=167,loc_7843 -multiloc=168,loc_7843 -multiloc=169,loc_7843 -multiloc=170,loc_7843 -multiloc=171,loc_7843 -multiloc=172,loc_7843 -multiloc=173,loc_7843 -multiloc=174,loc_7843 -multiloc=175,loc_7843 -multiloc=176,loc_7843 -multiloc=177,loc_7843 -multiloc=178,loc_7843 -multiloc=179,loc_7843 -multiloc=180,loc_7843 -multiloc=181,loc_7843 -multiloc=182,loc_7843 -multiloc=183,loc_7843 -multiloc=184,loc_7843 -multiloc=185,loc_7843 -multiloc=186,loc_7843 -multiloc=187,loc_7843 -multiloc=188,loc_7843 -multiloc=189,loc_7843 -multiloc=190,loc_7843 -multiloc=191,loc_7843 -multiloc=192,loc_7843 -multiloc=193,loc_7843 -multiloc=194,loc_7843 -multiloc=195,loc_7843 -multiloc=196,loc_7843 -multiloc=197,loc_7843 -multiloc=198,loc_7843 -multiloc=199,loc_7843 -multiloc=200,loc_7843 -multiloc=201,loc_7879 -multiloc=202,loc_7880 -multiloc=203,loc_7881 -multiloc=204,loc_7882 -multiloc=205,loc_7843 -multiloc=206,loc_7911 -multiloc=207,loc_7912 -multiloc=208,loc_7913 -multiloc=209,loc_7914 -multiloc=210,loc_7843 -multiloc=211,loc_7895 -multiloc=212,loc_7896 -multiloc=213,loc_7897 -multiloc=214,loc_7898 -multiloc=215,loc_7843 -multiloc=216,loc_7931 -multiloc=217,loc_7932 -multiloc=218,loc_7933 -multiloc=219,loc_7934 -multiloc=220,loc_7843 -multiloc=221,loc_7863 -multiloc=222,loc_7864 -multiloc=223,loc_7865 -multiloc=224,loc_7866 -multiloc=225,loc_7843 -multiloc=226,loc_7843 -multiloc=227,loc_7843 -multiloc=228,loc_7843 -multiloc=229,loc_7843 -multiloc=230,loc_7843 -multiloc=231,loc_7843 -multiloc=232,loc_7843 -multiloc=233,loc_7843 -multiloc=234,loc_7843 -multiloc=235,loc_7843 -multiloc=236,loc_7843 -multiloc=237,loc_7843 -multiloc=238,loc_7843 -multiloc=239,loc_7843 -multiloc=240,loc_7843 -multiloc=241,loc_7843 -multiloc=242,loc_7843 -multiloc=243,loc_7843 -multiloc=244,loc_7843 -multiloc=245,loc_7843 -multiloc=246,loc_7843 -multiloc=247,loc_7843 -multiloc=248,loc_7843 -multiloc=249,loc_7843 -multiloc=250,loc_7843 -multiloc=251,loc_7843 -multiloc=252,loc_7843 -multiloc=253,loc_7843 -multiloc=254,loc_7843 -multiloc=255,loc_7843 - -// 7848 -[loc_7848] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_729 -multiloc=0,loc_7843 -multiloc=1,loc_7842 -multiloc=2,loc_7841 -multiloc=3,loc_7840 -multiloc=4,loc_7843 -multiloc=5,loc_7843 -multiloc=6,loc_7843 -multiloc=7,loc_7843 -multiloc=8,loc_7867 -multiloc=9,loc_7868 -multiloc=10,loc_7869 -multiloc=11,loc_7870 -multiloc=12,loc_7871 -multiloc=13,loc_7899 -multiloc=14,loc_7900 -multiloc=15,loc_7901 -multiloc=16,loc_7902 -multiloc=17,loc_7903 -multiloc=18,loc_7883 -multiloc=19,loc_7884 -multiloc=20,loc_7885 -multiloc=21,loc_7886 -multiloc=22,loc_7887 -multiloc=23,loc_7919 -multiloc=24,loc_7920 -multiloc=25,loc_7921 -multiloc=26,loc_7922 -multiloc=27,loc_7923 -multiloc=28,loc_7851 -multiloc=29,loc_7852 -multiloc=30,loc_7853 -multiloc=31,loc_7854 -multiloc=32,loc_7855 -multiloc=33,loc_7918 -multiloc=34,loc_7917 -multiloc=35,loc_7916 -multiloc=36,loc_7915 -multiloc=37,loc_41538 -multiloc=38,loc_41539 -multiloc=39,loc_41540 -multiloc=40,loc_41541 -multiloc=41,loc_41542 -multiloc=42,loc_7843 -multiloc=43,loc_7843 -multiloc=44,loc_7843 -multiloc=45,loc_7843 -multiloc=46,loc_7843 -multiloc=47,loc_7843 -multiloc=48,loc_7843 -multiloc=49,loc_7843 -multiloc=50,loc_7843 -multiloc=51,loc_7843 -multiloc=52,loc_7843 -multiloc=53,loc_7843 -multiloc=54,loc_7843 -multiloc=55,loc_7843 -multiloc=56,loc_7843 -multiloc=57,loc_7843 -multiloc=58,loc_7843 -multiloc=59,loc_7843 -multiloc=60,loc_7843 -multiloc=61,loc_7843 -multiloc=62,loc_7843 -multiloc=63,loc_7843 -multiloc=64,loc_7843 -multiloc=65,loc_7843 -multiloc=66,loc_7843 -multiloc=67,loc_7843 -multiloc=68,loc_7843 -multiloc=69,loc_7843 -multiloc=70,loc_7843 -multiloc=71,loc_7843 -multiloc=72,loc_7872 -multiloc=73,loc_7873 -multiloc=74,loc_7874 -multiloc=75,loc_7875 -multiloc=76,loc_7843 -multiloc=77,loc_7904 -multiloc=78,loc_7905 -multiloc=79,loc_7906 -multiloc=80,loc_7907 -multiloc=81,loc_7843 -multiloc=82,loc_7888 -multiloc=83,loc_7889 -multiloc=84,loc_7890 -multiloc=85,loc_7891 -multiloc=86,loc_7843 -multiloc=87,loc_7924 -multiloc=88,loc_7925 -multiloc=89,loc_7926 -multiloc=90,loc_7927 -multiloc=91,loc_7843 -multiloc=92,loc_7856 -multiloc=93,loc_7857 -multiloc=94,loc_7858 -multiloc=95,loc_7859 -multiloc=96,loc_7843 -multiloc=97,loc_7843 -multiloc=98,loc_7843 -multiloc=99,loc_7843 -multiloc=100,loc_7843 -multiloc=101,loc_7843 -multiloc=102,loc_7843 -multiloc=103,loc_7843 -multiloc=104,loc_7843 -multiloc=105,loc_7843 -multiloc=106,loc_7843 -multiloc=107,loc_7843 -multiloc=108,loc_7843 -multiloc=109,loc_7843 -multiloc=110,loc_7843 -multiloc=111,loc_7843 -multiloc=112,loc_7843 -multiloc=113,loc_7843 -multiloc=114,loc_7843 -multiloc=115,loc_7843 -multiloc=116,loc_7843 -multiloc=117,loc_7843 -multiloc=118,loc_7843 -multiloc=119,loc_7843 -multiloc=120,loc_7843 -multiloc=121,loc_7843 -multiloc=122,loc_7843 -multiloc=123,loc_7843 -multiloc=124,loc_7843 -multiloc=125,loc_7843 -multiloc=126,loc_7843 -multiloc=127,loc_7843 -multiloc=128,loc_7843 -multiloc=129,loc_7843 -multiloc=130,loc_7843 -multiloc=131,loc_7843 -multiloc=132,loc_7843 -multiloc=133,loc_7843 -multiloc=134,loc_7843 -multiloc=135,loc_7843 -multiloc=136,loc_7843 -multiloc=137,loc_7876 -multiloc=138,loc_7877 -multiloc=139,loc_7878 -multiloc=140,loc_7843 -multiloc=141,loc_7843 -multiloc=142,loc_7908 -multiloc=143,loc_7909 -multiloc=144,loc_7910 -multiloc=145,loc_7843 -multiloc=146,loc_7843 -multiloc=147,loc_7892 -multiloc=148,loc_7893 -multiloc=149,loc_7894 -multiloc=150,loc_7843 -multiloc=151,loc_7843 -multiloc=152,loc_7928 -multiloc=153,loc_7929 -multiloc=154,loc_7930 -multiloc=155,loc_7843 -multiloc=156,loc_7843 -multiloc=157,loc_7860 -multiloc=158,loc_7861 -multiloc=159,loc_7862 -multiloc=160,loc_7843 -multiloc=161,loc_7843 -multiloc=162,loc_7843 -multiloc=163,loc_7843 -multiloc=164,loc_7843 -multiloc=165,loc_7843 -multiloc=166,loc_7843 -multiloc=167,loc_7843 -multiloc=168,loc_7843 -multiloc=169,loc_7843 -multiloc=170,loc_7843 -multiloc=171,loc_7843 -multiloc=172,loc_7843 -multiloc=173,loc_7843 -multiloc=174,loc_7843 -multiloc=175,loc_7843 -multiloc=176,loc_7843 -multiloc=177,loc_7843 -multiloc=178,loc_7843 -multiloc=179,loc_7843 -multiloc=180,loc_7843 -multiloc=181,loc_7843 -multiloc=182,loc_7843 -multiloc=183,loc_7843 -multiloc=184,loc_7843 -multiloc=185,loc_7843 -multiloc=186,loc_7843 -multiloc=187,loc_7843 -multiloc=188,loc_7843 -multiloc=189,loc_7843 -multiloc=190,loc_7843 -multiloc=191,loc_7843 -multiloc=192,loc_7843 -multiloc=193,loc_7843 -multiloc=194,loc_7843 -multiloc=195,loc_7843 -multiloc=196,loc_7843 -multiloc=197,loc_7843 -multiloc=198,loc_7843 -multiloc=199,loc_7843 -multiloc=200,loc_7843 -multiloc=201,loc_7879 -multiloc=202,loc_7880 -multiloc=203,loc_7881 -multiloc=204,loc_7882 -multiloc=205,loc_7843 -multiloc=206,loc_7911 -multiloc=207,loc_7912 -multiloc=208,loc_7913 -multiloc=209,loc_7914 -multiloc=210,loc_7843 -multiloc=211,loc_7895 -multiloc=212,loc_7896 -multiloc=213,loc_7897 -multiloc=214,loc_7898 -multiloc=215,loc_7843 -multiloc=216,loc_7931 -multiloc=217,loc_7932 -multiloc=218,loc_7933 -multiloc=219,loc_7934 -multiloc=220,loc_7843 -multiloc=221,loc_7863 -multiloc=222,loc_7864 -multiloc=223,loc_7865 -multiloc=224,loc_7866 -multiloc=225,loc_7843 -multiloc=226,loc_7843 -multiloc=227,loc_7843 -multiloc=228,loc_7843 -multiloc=229,loc_7843 -multiloc=230,loc_7843 -multiloc=231,loc_7843 -multiloc=232,loc_7843 -multiloc=233,loc_7843 -multiloc=234,loc_7843 -multiloc=235,loc_7843 -multiloc=236,loc_7843 -multiloc=237,loc_7843 -multiloc=238,loc_7843 -multiloc=239,loc_7843 -multiloc=240,loc_7843 -multiloc=241,loc_7843 -multiloc=242,loc_7843 -multiloc=243,loc_7843 -multiloc=244,loc_7843 -multiloc=245,loc_7843 -multiloc=246,loc_7843 -multiloc=247,loc_7843 -multiloc=248,loc_7843 -multiloc=249,loc_7843 -multiloc=250,loc_7843 -multiloc=251,loc_7843 -multiloc=252,loc_7843 -multiloc=253,loc_7843 -multiloc=254,loc_7843 -multiloc=255,loc_7843 - -// 7849 -[loc_7849] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_730 -multiloc=0,loc_7843 -multiloc=1,loc_7842 -multiloc=2,loc_7841 -multiloc=3,loc_7840 -multiloc=4,loc_7843 -multiloc=5,loc_7843 -multiloc=6,loc_7843 -multiloc=7,loc_7843 -multiloc=8,loc_7867 -multiloc=9,loc_7868 -multiloc=10,loc_7869 -multiloc=11,loc_7870 -multiloc=12,loc_7871 -multiloc=13,loc_7899 -multiloc=14,loc_7900 -multiloc=15,loc_7901 -multiloc=16,loc_7902 -multiloc=17,loc_7903 -multiloc=18,loc_7883 -multiloc=19,loc_7884 -multiloc=20,loc_7885 -multiloc=21,loc_7886 -multiloc=22,loc_7887 -multiloc=23,loc_7919 -multiloc=24,loc_7920 -multiloc=25,loc_7921 -multiloc=26,loc_7922 -multiloc=27,loc_7923 -multiloc=28,loc_7851 -multiloc=29,loc_7852 -multiloc=30,loc_7853 -multiloc=31,loc_7854 -multiloc=32,loc_7855 -multiloc=33,loc_7918 -multiloc=34,loc_7917 -multiloc=35,loc_7916 -multiloc=36,loc_7915 -multiloc=37,loc_41538 -multiloc=38,loc_41539 -multiloc=39,loc_41540 -multiloc=40,loc_41541 -multiloc=41,loc_41542 -multiloc=42,loc_7843 -multiloc=43,loc_7843 -multiloc=44,loc_7843 -multiloc=45,loc_7843 -multiloc=46,loc_7843 -multiloc=47,loc_7843 -multiloc=48,loc_7843 -multiloc=49,loc_7843 -multiloc=50,loc_7843 -multiloc=51,loc_7843 -multiloc=52,loc_7843 -multiloc=53,loc_7843 -multiloc=54,loc_7843 -multiloc=55,loc_7843 -multiloc=56,loc_7843 -multiloc=57,loc_7843 -multiloc=58,loc_7843 -multiloc=59,loc_7843 -multiloc=60,loc_7843 -multiloc=61,loc_7843 -multiloc=62,loc_7843 -multiloc=63,loc_7843 -multiloc=64,loc_7843 -multiloc=65,loc_7843 -multiloc=66,loc_7843 -multiloc=67,loc_7843 -multiloc=68,loc_7843 -multiloc=69,loc_7843 -multiloc=70,loc_7843 -multiloc=71,loc_7843 -multiloc=72,loc_7872 -multiloc=73,loc_7873 -multiloc=74,loc_7874 -multiloc=75,loc_7875 -multiloc=76,loc_7843 -multiloc=77,loc_7904 -multiloc=78,loc_7905 -multiloc=79,loc_7906 -multiloc=80,loc_7907 -multiloc=81,loc_7843 -multiloc=82,loc_7888 -multiloc=83,loc_7889 -multiloc=84,loc_7890 -multiloc=85,loc_7891 -multiloc=86,loc_7843 -multiloc=87,loc_7924 -multiloc=88,loc_7925 -multiloc=89,loc_7926 -multiloc=90,loc_7927 -multiloc=91,loc_7843 -multiloc=92,loc_7856 -multiloc=93,loc_7857 -multiloc=94,loc_7858 -multiloc=95,loc_7859 -multiloc=96,loc_7843 -multiloc=97,loc_7843 -multiloc=98,loc_7843 -multiloc=99,loc_7843 -multiloc=100,loc_7843 -multiloc=101,loc_7843 -multiloc=102,loc_7843 -multiloc=103,loc_7843 -multiloc=104,loc_7843 -multiloc=105,loc_7843 -multiloc=106,loc_7843 -multiloc=107,loc_7843 -multiloc=108,loc_7843 -multiloc=109,loc_7843 -multiloc=110,loc_7843 -multiloc=111,loc_7843 -multiloc=112,loc_7843 -multiloc=113,loc_7843 -multiloc=114,loc_7843 -multiloc=115,loc_7843 -multiloc=116,loc_7843 -multiloc=117,loc_7843 -multiloc=118,loc_7843 -multiloc=119,loc_7843 -multiloc=120,loc_7843 -multiloc=121,loc_7843 -multiloc=122,loc_7843 -multiloc=123,loc_7843 -multiloc=124,loc_7843 -multiloc=125,loc_7843 -multiloc=126,loc_7843 -multiloc=127,loc_7843 -multiloc=128,loc_7843 -multiloc=129,loc_7843 -multiloc=130,loc_7843 -multiloc=131,loc_7843 -multiloc=132,loc_7843 -multiloc=133,loc_7843 -multiloc=134,loc_7843 -multiloc=135,loc_7843 -multiloc=136,loc_7843 -multiloc=137,loc_7876 -multiloc=138,loc_7877 -multiloc=139,loc_7878 -multiloc=140,loc_7843 -multiloc=141,loc_7843 -multiloc=142,loc_7908 -multiloc=143,loc_7909 -multiloc=144,loc_7910 -multiloc=145,loc_7843 -multiloc=146,loc_7843 -multiloc=147,loc_7892 -multiloc=148,loc_7893 -multiloc=149,loc_7894 -multiloc=150,loc_7843 -multiloc=151,loc_7843 -multiloc=152,loc_7928 -multiloc=153,loc_7929 -multiloc=154,loc_7930 -multiloc=155,loc_7843 -multiloc=156,loc_7843 -multiloc=157,loc_7860 -multiloc=158,loc_7861 -multiloc=159,loc_7862 -multiloc=160,loc_7843 -multiloc=161,loc_7843 -multiloc=162,loc_7843 -multiloc=163,loc_7843 -multiloc=164,loc_7843 -multiloc=165,loc_7843 -multiloc=166,loc_7843 -multiloc=167,loc_7843 -multiloc=168,loc_7843 -multiloc=169,loc_7843 -multiloc=170,loc_7843 -multiloc=171,loc_7843 -multiloc=172,loc_7843 -multiloc=173,loc_7843 -multiloc=174,loc_7843 -multiloc=175,loc_7843 -multiloc=176,loc_7843 -multiloc=177,loc_7843 -multiloc=178,loc_7843 -multiloc=179,loc_7843 -multiloc=180,loc_7843 -multiloc=181,loc_7843 -multiloc=182,loc_7843 -multiloc=183,loc_7843 -multiloc=184,loc_7843 -multiloc=185,loc_7843 -multiloc=186,loc_7843 -multiloc=187,loc_7843 -multiloc=188,loc_7843 -multiloc=189,loc_7843 -multiloc=190,loc_7843 -multiloc=191,loc_7843 -multiloc=192,loc_7843 -multiloc=193,loc_7843 -multiloc=194,loc_7843 -multiloc=195,loc_7843 -multiloc=196,loc_7843 -multiloc=197,loc_7843 -multiloc=198,loc_7843 -multiloc=199,loc_7843 -multiloc=200,loc_7843 -multiloc=201,loc_7879 -multiloc=202,loc_7880 -multiloc=203,loc_7881 -multiloc=204,loc_7882 -multiloc=205,loc_7843 -multiloc=206,loc_7911 -multiloc=207,loc_7912 -multiloc=208,loc_7913 -multiloc=209,loc_7914 -multiloc=210,loc_7843 -multiloc=211,loc_7895 -multiloc=212,loc_7896 -multiloc=213,loc_7897 -multiloc=214,loc_7898 -multiloc=215,loc_7843 -multiloc=216,loc_7931 -multiloc=217,loc_7932 -multiloc=218,loc_7933 -multiloc=219,loc_7934 -multiloc=220,loc_7843 -multiloc=221,loc_7863 -multiloc=222,loc_7864 -multiloc=223,loc_7865 -multiloc=224,loc_7866 -multiloc=225,loc_7843 -multiloc=226,loc_7843 -multiloc=227,loc_7843 -multiloc=228,loc_7843 -multiloc=229,loc_7843 -multiloc=230,loc_7843 -multiloc=231,loc_7843 -multiloc=232,loc_7843 -multiloc=233,loc_7843 -multiloc=234,loc_7843 -multiloc=235,loc_7843 -multiloc=236,loc_7843 -multiloc=237,loc_7843 -multiloc=238,loc_7843 -multiloc=239,loc_7843 -multiloc=240,loc_7843 -multiloc=241,loc_7843 -multiloc=242,loc_7843 -multiloc=243,loc_7843 -multiloc=244,loc_7843 -multiloc=245,loc_7843 -multiloc=246,loc_7843 -multiloc=247,loc_7843 -multiloc=248,loc_7843 -multiloc=249,loc_7843 -multiloc=250,loc_7843 -multiloc=251,loc_7843 -multiloc=252,loc_7843 -multiloc=253,loc_7843 -multiloc=254,loc_7843 -multiloc=255,loc_7843 - -// 7850 -[loc_7850] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_731 -multiloc=0,loc_7846 -multiloc=1,loc_7845 -multiloc=2,loc_7844 -multiloc=3,loc_7840 -multiloc=4,loc_7846 -multiloc=5,loc_7846 -multiloc=6,loc_7846 -multiloc=7,loc_7846 -multiloc=8,loc_7867 -multiloc=9,loc_7868 -multiloc=10,loc_7869 -multiloc=11,loc_7870 -multiloc=12,loc_7871 -multiloc=13,loc_7899 -multiloc=14,loc_7900 -multiloc=15,loc_7901 -multiloc=16,loc_7902 -multiloc=17,loc_7903 -multiloc=18,loc_7883 -multiloc=19,loc_7884 -multiloc=20,loc_7885 -multiloc=21,loc_7886 -multiloc=22,loc_7887 -multiloc=23,loc_7919 -multiloc=24,loc_7920 -multiloc=25,loc_7921 -multiloc=26,loc_7922 -multiloc=27,loc_7923 -multiloc=28,loc_7851 -multiloc=29,loc_7852 -multiloc=30,loc_7853 -multiloc=31,loc_7854 -multiloc=32,loc_7855 -multiloc=33,loc_9340 -multiloc=34,loc_9339 -multiloc=35,loc_9338 -multiloc=36,loc_7915 -multiloc=37,loc_41538 -multiloc=38,loc_41539 -multiloc=39,loc_41540 -multiloc=40,loc_41541 -multiloc=41,loc_41542 -multiloc=42,loc_7846 -multiloc=43,loc_7846 -multiloc=44,loc_7846 -multiloc=45,loc_7846 -multiloc=46,loc_7846 -multiloc=47,loc_7846 -multiloc=48,loc_7846 -multiloc=49,loc_7846 -multiloc=50,loc_7846 -multiloc=51,loc_7846 -multiloc=52,loc_7846 -multiloc=53,loc_7846 -multiloc=54,loc_7846 -multiloc=55,loc_7846 -multiloc=56,loc_7846 -multiloc=57,loc_7846 -multiloc=58,loc_7846 -multiloc=59,loc_7846 -multiloc=60,loc_7846 -multiloc=61,loc_7846 -multiloc=62,loc_7846 -multiloc=63,loc_7846 -multiloc=64,loc_7846 -multiloc=65,loc_7846 -multiloc=66,loc_7846 -multiloc=67,loc_7846 -multiloc=68,loc_7846 -multiloc=69,loc_7846 -multiloc=70,loc_7846 -multiloc=71,loc_7846 -multiloc=72,loc_7872 -multiloc=73,loc_7873 -multiloc=74,loc_7874 -multiloc=75,loc_7875 -multiloc=76,loc_7846 -multiloc=77,loc_7904 -multiloc=78,loc_7905 -multiloc=79,loc_7906 -multiloc=80,loc_7907 -multiloc=81,loc_7846 -multiloc=82,loc_7888 -multiloc=83,loc_7889 -multiloc=84,loc_7890 -multiloc=85,loc_7891 -multiloc=86,loc_7846 -multiloc=87,loc_7924 -multiloc=88,loc_7925 -multiloc=89,loc_7926 -multiloc=90,loc_7927 -multiloc=91,loc_7846 -multiloc=92,loc_7856 -multiloc=93,loc_7857 -multiloc=94,loc_7858 -multiloc=95,loc_7859 -multiloc=96,loc_7846 -multiloc=97,loc_7846 -multiloc=98,loc_7846 -multiloc=99,loc_7846 -multiloc=100,loc_7846 -multiloc=101,loc_7846 -multiloc=102,loc_7846 -multiloc=103,loc_7846 -multiloc=104,loc_7846 -multiloc=105,loc_7846 -multiloc=106,loc_7846 -multiloc=107,loc_7846 -multiloc=108,loc_7846 -multiloc=109,loc_7846 -multiloc=110,loc_7846 -multiloc=111,loc_7846 -multiloc=112,loc_7846 -multiloc=113,loc_7846 -multiloc=114,loc_7846 -multiloc=115,loc_7846 -multiloc=116,loc_7846 -multiloc=117,loc_7846 -multiloc=118,loc_7846 -multiloc=119,loc_7846 -multiloc=120,loc_7846 -multiloc=121,loc_7846 -multiloc=122,loc_7846 -multiloc=123,loc_7846 -multiloc=124,loc_7846 -multiloc=125,loc_7846 -multiloc=126,loc_7846 -multiloc=127,loc_7846 -multiloc=128,loc_7846 -multiloc=129,loc_7846 -multiloc=130,loc_7846 -multiloc=131,loc_7846 -multiloc=132,loc_7846 -multiloc=133,loc_7846 -multiloc=134,loc_7846 -multiloc=135,loc_7846 -multiloc=136,loc_7846 -multiloc=137,loc_7876 -multiloc=138,loc_7877 -multiloc=139,loc_7878 -multiloc=140,loc_7846 -multiloc=141,loc_7846 -multiloc=142,loc_7908 -multiloc=143,loc_7909 -multiloc=144,loc_7910 -multiloc=145,loc_7846 -multiloc=146,loc_7846 -multiloc=147,loc_7892 -multiloc=148,loc_7893 -multiloc=149,loc_7894 -multiloc=150,loc_7843 -multiloc=151,loc_7843 -multiloc=152,loc_7928 -multiloc=153,loc_7929 -multiloc=154,loc_7930 -multiloc=155,loc_7843 -multiloc=156,loc_7843 -multiloc=157,loc_7860 -multiloc=158,loc_7861 -multiloc=159,loc_7862 -multiloc=160,loc_7843 -multiloc=161,loc_7843 -multiloc=162,loc_7843 -multiloc=163,loc_7843 -multiloc=164,loc_7843 -multiloc=165,loc_7843 -multiloc=166,loc_7843 -multiloc=167,loc_7843 -multiloc=168,loc_7843 -multiloc=169,loc_7843 -multiloc=170,loc_7843 -multiloc=171,loc_7843 -multiloc=172,loc_7843 -multiloc=173,loc_7843 -multiloc=174,loc_7843 -multiloc=175,loc_7843 -multiloc=176,loc_7843 -multiloc=177,loc_7843 -multiloc=178,loc_7843 -multiloc=179,loc_7843 -multiloc=180,loc_7843 -multiloc=181,loc_7843 -multiloc=182,loc_7843 -multiloc=183,loc_7843 -multiloc=184,loc_7843 -multiloc=185,loc_7843 -multiloc=186,loc_7843 -multiloc=187,loc_7843 -multiloc=188,loc_7843 -multiloc=189,loc_7843 -multiloc=190,loc_7843 -multiloc=191,loc_7843 -multiloc=192,loc_7843 -multiloc=193,loc_7843 -multiloc=194,loc_7843 -multiloc=195,loc_7843 -multiloc=196,loc_7843 -multiloc=197,loc_7843 -multiloc=198,loc_7843 -multiloc=199,loc_7843 -multiloc=200,loc_7843 -multiloc=201,loc_7879 -multiloc=202,loc_7880 -multiloc=203,loc_7881 -multiloc=204,loc_7882 -multiloc=205,loc_7843 -multiloc=206,loc_7911 -multiloc=207,loc_7912 -multiloc=208,loc_7913 -multiloc=209,loc_7914 -multiloc=210,loc_7843 -multiloc=211,loc_7895 -multiloc=212,loc_7896 -multiloc=213,loc_7897 -multiloc=214,loc_7898 -multiloc=215,loc_7843 -multiloc=216,loc_7931 -multiloc=217,loc_7932 -multiloc=218,loc_7933 -multiloc=219,loc_7934 -multiloc=220,loc_7843 -multiloc=221,loc_7863 -multiloc=222,loc_7864 -multiloc=223,loc_7865 -multiloc=224,loc_7866 -multiloc=225,loc_7843 -multiloc=226,loc_7843 -multiloc=227,loc_7843 -multiloc=228,loc_7843 -multiloc=229,loc_7843 -multiloc=230,loc_7843 -multiloc=231,loc_7843 -multiloc=232,loc_7843 -multiloc=233,loc_7843 -multiloc=234,loc_7843 -multiloc=235,loc_7843 -multiloc=236,loc_7843 -multiloc=237,loc_7843 -multiloc=238,loc_7843 -multiloc=239,loc_7843 -multiloc=240,loc_7843 -multiloc=241,loc_7843 -multiloc=242,loc_7843 -multiloc=243,loc_7843 -multiloc=244,loc_7843 -multiloc=245,loc_7843 -multiloc=246,loc_7843 -multiloc=247,loc_7843 -multiloc=248,loc_7843 -multiloc=249,loc_7843 -multiloc=250,loc_7843 -multiloc=251,loc_7843 -multiloc=252,loc_7843 -multiloc=253,loc_7843 -multiloc=254,loc_7843 -multiloc=255,loc_7843 - -// 7851 -[loc_7851] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=13666 -recol2s=22530 -recol2d=30284 -recol3s=32367 -recol3d=28136 -recol4s=27716 -recol4d=23942 -recol5s=22530 -recol5d=20771 -model=model_7847 -model2=model_7767 -name=Limpwurt plant - -// 7852 -[loc_7852] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=13666 -recol2s=22530 -recol2d=30284 -recol3s=32367 -recol3d=28136 -recol4s=27716 -recol4d=23942 -recol5s=22530 -recol5d=20771 -model=model_7848 -model2=model_7767 -name=Limpwurt plant - -// 7853 -[loc_7853] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=13666 -recol2s=22530 -recol2d=30284 -recol3s=32367 -recol3d=28136 -recol4s=27716 -recol4d=23942 -recol5s=22530 -recol5d=20771 -model=model_7849 -model2=model_7767 -name=Limpwurt plant - -// 7854 -[loc_7854] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=13666 -recol2s=22530 -recol2d=30284 -recol3s=32367 -recol3d=28136 -recol4s=27716 -recol4d=23942 -recol5s=22530 -recol5d=20771 -model=model_7850 -model2=model_7767 -name=Limpwurt plant - -// 7855 -[loc_7855] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=13666 -recol2s=22530 -recol2d=30284 -recol3s=32367 -recol3d=28136 -recol4s=27716 -recol4d=23942 -recol5s=22530 -recol5d=20771 -model=model_7119 -model2=model_7767 -name=Limpwurt plant - -// 7856 -[loc_7856] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=13666 -recol2s=22530 -recol2d=30284 -recol3s=32367 -recol3d=28136 -recol4s=27716 -recol4d=23942 -recol5s=22530 -recol5d=20771 -model=model_7847 -model2=model_7767 -model3=model_7783 -name=Limpwurt plant - -// 7857 -[loc_7857] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=13666 -recol2s=22530 -recol2d=30284 -recol3s=32367 -recol3d=28136 -recol4s=27716 -recol4d=23942 -recol5s=22530 -recol5d=20771 -model=model_7848 -model2=model_7767 -model3=model_7783 -name=Limpwurt plant - -// 7858 -[loc_7858] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=13666 -recol2s=22530 -recol2d=30284 -recol3s=32367 -recol3d=28136 -recol4s=27716 -recol4d=23942 -recol5s=22530 -recol5d=20771 -model=model_7849 -model2=model_7767 -model3=model_7783 -name=Limpwurt plant - -// 7859 -[loc_7859] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=13666 -recol2s=22530 -recol2d=30284 -recol3s=32367 -recol3d=28136 -recol4s=27716 -recol4d=23942 -recol5s=22530 -recol5d=20771 -model=model_7850 -model2=model_7767 -model3=model_7783 -name=Limpwurt plant - -// 7860 -[loc_7860] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32367 -recol1d=17940 -recol2s=11652 -recol2d=5449 -model=model_7848 -model2=model_7767 -name=Diseased limpwurt plant - -// 7861 -[loc_7861] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32367 -recol1d=17940 -recol2s=11652 -recol2d=5449 -model=model_7849 -model2=model_7767 -name=Diseased limpwurt plant - -// 7862 -[loc_7862] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32367 -recol1d=17940 -recol2s=11652 -recol2d=5449 -model=model_7850 -model2=model_7767 -name=Diseased limpwurt plant - -// 7863 -[loc_7863] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=230 -recol2s=32105 -recol2d=12518 -recol3s=22530 -recol3d=30120 -recol4s=32367 -recol4d=28006 -recol5s=27716 -recol5d=25892 -recol6s=22530 -recol6d=23778 -model=model_7848 -model2=model_7767 -name=Dead limpwurt plant - -// 7864 -[loc_7864] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=230 -recol2s=32105 -recol2d=12518 -recol3s=22530 -recol3d=15524 -recol4s=32367 -recol4d=10504 -recol5s=27716 -recol5d=13576 -model=model_7849 -model2=model_7767 -name=Dead limpwurt plant - -// 7865 -[loc_7865] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=230 -recol2s=32105 -recol2d=12518 -recol3s=22530 -recol3d=15524 -recol4s=32367 -recol4d=10504 -recol5s=27716 -recol5d=13576 -model=model_7850 -model2=model_7767 -name=Dead limpwurt plant - -// 7866 -[loc_7866] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11652 -recol1d=230 -recol2s=32105 -recol2d=12518 -recol3s=22530 -recol3d=15524 -recol4s=32367 -recol4d=10504 -recol5s=27716 -recol5d=13576 -model=model_7119 -model2=model_7767 -name=Dead limpwurt plant - -// 7867 -[loc_7867] -ambient=25 -op2=Inspect -op4=Guide -model=model_7851 -model2=model_7767 -name=Marigold - -// 7868 -[loc_7868] -ambient=25 -op2=Inspect -op4=Guide -model=model_7852 -model2=model_7767 -name=Marigold - -// 7869 -[loc_7869] -ambient=25 -op2=Inspect -op4=Guide -model=model_7853 -model2=model_7767 -name=Marigold - -// 7870 -[loc_7870] -ambient=25 -op2=Inspect -op4=Guide -model=model_7854 -model2=model_7767 -name=Marigold - -// 7871 -[loc_7871] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -model=model_7855 -model2=model_7767 -name=Marigold - -// 7872 -[loc_7872] -ambient=25 -op2=Inspect -op4=Guide -model=model_7851 -model2=model_7767 -model3=model_7783 -name=Marigold - -// 7873 -[loc_7873] -ambient=25 -op2=Inspect -op4=Guide -model=model_7852 -model2=model_7767 -model3=model_7783 -name=Marigold - -// 7874 -[loc_7874] -ambient=25 -op2=Inspect -op4=Guide -model=model_7853 -model2=model_7767 -model3=model_7783 -name=Marigold - -// 7875 -[loc_7875] -ambient=25 -op2=Inspect -op4=Guide -model=model_7854 -model2=model_7767 -model3=model_7783 -name=Marigold - -// 7876 -[loc_7876] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32455 -recol1d=24264 -recol2s=32263 -recol2d=22023 -recol3s=26882 -recol3d=18691 -recol4s=10666 -recol4d=8553 -recol5s=9609 -recol5d=8520 -model=model_7852 -model2=model_7767 -name=Diseased marigold - -// 7877 -[loc_7877] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32455 -recol1d=24264 -recol2s=32263 -recol2d=22023 -recol3s=26882 -recol3d=18691 -recol4s=10666 -recol4d=8553 -recol5s=9609 -recol5d=8520 -model=model_7853 -model2=model_7767 -name=Diseased marigold - -// 7878 -[loc_7878] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32455 -recol1d=24264 -recol2s=32263 -recol2d=22023 -recol3s=26882 -recol3d=18691 -recol4s=10666 -recol4d=8553 -recol5s=9609 -recol5d=8520 -model=model_7854 -model2=model_7767 -name=Diseased marigold - -// 7879 -[loc_7879] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8613 -recol1d=13739 -recol2s=10666 -recol2d=13739 -recol3s=32455 -recol3d=17961 -recol4s=32263 -recol4d=15785 -recol5s=26882 -recol5d=18739 -recol6s=26882 -recol6d=13739 -model=model_7852 -model2=model_7767 -name=Dead marigold - -// 7880 -[loc_7880] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8613 -recol1d=13739 -recol2s=10666 -recol2d=13739 -recol3s=32455 -recol3d=17961 -recol4s=32263 -recol4d=15785 -recol5s=26882 -recol5d=18739 -recol6s=26882 -recol6d=13739 -model=model_7853 -model2=model_7767 -name=Dead marigold - -// 7881 -[loc_7881] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8613 -recol1d=13739 -recol2s=10666 -recol2d=13739 -recol3s=32455 -recol3d=17961 -recol4s=32263 -recol4d=15785 -recol5s=26882 -recol5d=18739 -recol6s=26882 -recol6d=13739 -model=model_7854 -model2=model_7767 -name=Dead marigold - -// 7882 -[loc_7882] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8613 -recol1d=13739 -recol2s=10666 -recol2d=13739 -recol3s=32455 -recol3d=17961 -recol4s=32263 -recol4d=15785 -recol5s=26882 -recol5d=18739 -recol6s=26882 -recol6d=13739 -model=model_7855 -model2=model_7767 -name=Dead marigold - -// 7883 -[loc_7883] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=6596 -model=model_7856 -model2=model_7767 -name=Nasturtium - -// 7884 -[loc_7884] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=6596 -model=model_7857 -model2=model_7767 -name=Nasturtium - -// 7885 -[loc_7885] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=6596 -model=model_7858 -model2=model_7767 -name=Nasturtium - -// 7886 -[loc_7886] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=6596 -model=model_7859 -model2=model_7767 -name=Nasturtium - -// 7887 -[loc_7887] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=6596 -model=model_7860 -model2=model_7767 -name=Nasturtium - -// 7888 -[loc_7888] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=6596 -model=model_7856 -model2=model_7767 -model3=model_7783 -name=Nasturtium - -// 7889 -[loc_7889] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=6596 -model=model_7857 -model2=model_7767 -model3=model_7783 -name=Nasturtium - -// 7890 -[loc_7890] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=6596 -model=model_7858 -model2=model_7767 -model3=model_7783 -name=Nasturtium - -// 7891 -[loc_7891] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=6596 -model=model_7859 -model2=model_7767 -model3=model_7783 -name=Nasturtium - -// 7892 -[loc_7892] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=10560 -recol2s=31808 -recol2d=14726 -recol3s=32576 -recol3d=68 -model=model_7857 -model2=model_7767 -name=Diseased nasturtium - -// 7893 -[loc_7893] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=10560 -recol2s=31808 -recol2d=14726 -recol3s=32576 -recol3d=68 -model=model_7858 -model2=model_7767 -name=Diseased nasturtium - -// 7894 -[loc_7894] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=10560 -recol2s=31808 -recol2d=14726 -recol3s=32576 -recol3d=68 -model=model_7859 -model2=model_7767 -name=Diseased nasturtium - -// 7895 -[loc_7895] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=10400 -recol2s=31808 -recol2d=14662 -recol3s=32576 -recol3d=68 -model=model_7857 -model2=model_7767 -name=Dead nasturtium - -// 7896 -[loc_7896] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=10400 -recol2s=31808 -recol2d=14662 -recol3s=32576 -recol3d=68 -model=model_7858 -model2=model_7767 -name=Dead nasturtium - -// 7897 -[loc_7897] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=10400 -recol2s=31808 -recol2d=14662 -recol3s=32576 -recol3d=68 -model=model_7859 -model2=model_7767 -name=Dead nasturtium - -// 7898 -[loc_7898] -ambient=25 -op2=Inspect -op4=Guide -recol1s=5632 -recol1d=10400 -recol2s=31808 -recol2d=14662 -recol3s=32576 -recol3d=68 -model=model_7860 -model2=model_7767 -name=Dead nasturtium - -// 7899 -[loc_7899] -ambient=25 -op2=Inspect -op4=Guide -model=model_7861 -model2=model_7767 -name=Rosemary - -// 7900 -[loc_7900] -ambient=25 -op2=Inspect -op4=Guide -model=model_7862 -model2=model_7767 -name=Rosemary - -// 7901 -[loc_7901] -ambient=25 -op2=Inspect -op4=Guide -model=model_7863 -model2=model_7767 -name=Rosemary - -// 7902 -[loc_7902] -ambient=25 -op2=Inspect -op4=Guide -model=model_7864 -model2=model_7767 -name=Rosemary - -// 7903 -[loc_7903] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -model=model_7865 -model2=model_7767 -name=Rosemary - -// 7904 -[loc_7904] -ambient=25 -op2=Inspect -op4=Guide -model=model_7861 -model2=model_7767 -model3=model_7783 -name=Rosemary - -// 7905 -[loc_7905] -ambient=25 -op2=Inspect -op4=Guide -model=model_7862 -model2=model_7767 -model3=model_7783 -name=Rosemary - -// 7906 -[loc_7906] -ambient=25 -op2=Inspect -op4=Guide -model=model_7863 -model2=model_7767 -model3=model_7783 -name=Rosemary - -// 7907 -[loc_7907] -ambient=25 -op2=Inspect -op4=Guide -model=model_7864 -model2=model_7767 -model3=model_7783 -name=Rosemary - -// 7908 -[loc_7908] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32328 -recol1d=28070 -recol2s=21800 -recol2d=14466 -recol3s=7592 -recol3d=10600 -model=model_7862 -model2=model_7767 -name=Diseased rosemary - -// 7909 -[loc_7909] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32328 -recol1d=28070 -recol2s=21800 -recol2d=14466 -recol3s=7592 -recol3d=10600 -model=model_7863 -model2=model_7767 -name=Diseased rosemary - -// 7910 -[loc_7910] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32328 -recol1d=28070 -recol2s=21800 -recol2d=14466 -recol3s=7592 -recol3d=10600 -model=model_7864 -model2=model_7767 -name=Diseased rosemary - -// 7911 -[loc_7911] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7592 -recol1d=12608 -recol2s=32328 -recol2d=14560 -recol3s=21800 -recol3d=5248 -model=model_7862 -model2=model_7767 -name=Dead rosemary - -// 7912 -[loc_7912] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7592 -recol1d=12608 -recol2s=32328 -recol2d=14560 -recol3s=21800 -recol3d=5248 -model=model_7863 -model2=model_7767 -name=Dead rosemary - -// 7913 -[loc_7913] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7592 -recol1d=12608 -recol2s=32328 -recol2d=14560 -recol3s=21800 -recol3d=5248 -model=model_7864 -model2=model_7767 -name=Dead rosemary - -// 7914 -[loc_7914] -ambient=25 -op2=Inspect -op4=Guide -recol1s=7592 -recol1d=12608 -recol2s=32328 -recol2d=14560 -recol3s=21800 -recol3d=5248 -model=model_7865 -model2=model_7767 -name=Dead rosemary - -// 7915 -[loc_7915] -ambient=25 -op2=Inspect -op4=Guide -model=model_7812 -model2=model_7767 -name=Scarecrow - -// 7916 -[loc_7916] -ambient=25 -op2=Inspect -op4=Guide -model=model_7798 -model2=model_7812 -model3=model_7767 -name=Scarecrow - -// 7917 -[loc_7917] -ambient=25 -op2=Inspect -op4=Guide -model=model_7800 -model2=model_7812 -model3=model_7767 -name=Scarecrow - -// 7918 -[loc_7918] -ambient=25 -op2=Inspect -op4=Guide -model=model_7801 -model2=model_7812 -model3=model_7767 -name=Scarecrow - -// 7919 -[loc_7919] -ambient=25 -op2=Inspect -op4=Guide -recol1s=448 -recol1d=5520 -recol2s=1505 -recol2d=2415 -model=model_7866 -model2=model_7767 -name=Woad plant - -// 7920 -[loc_7920] -ambient=25 -op2=Inspect -op4=Guide -recol1s=448 -recol1d=5520 -recol2s=1505 -recol2d=2415 -model=model_7867 -model2=model_7767 -name=Woad plant - -// 7921 -[loc_7921] -ambient=25 -op2=Inspect -op4=Guide -recol1s=448 -recol1d=5520 -recol2s=1505 -recol2d=2415 -model=model_7868 -model2=model_7767 -name=Woad plant - -// 7922 -[loc_7922] -ambient=25 -op2=Inspect -op4=Guide -recol1s=448 -recol1d=5520 -recol2s=1505 -recol2d=2415 -model=model_7869 -model2=model_7767 -name=Woad plant - -// 7923 -[loc_7923] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -recol1s=448 -recol1d=5520 -recol2s=1505 -recol2d=2415 -model=model_7870 -model2=model_7767 -name=Woad plant - -// 7924 -[loc_7924] -ambient=25 -op2=Inspect -op4=Guide -recol1s=448 -recol1d=5520 -recol2s=1505 -recol2d=2415 -model=model_7866 -model2=model_7767 -model3=model_7783 -name=Woad plant - -// 7925 -[loc_7925] -ambient=25 -op2=Inspect -op4=Guide -recol1s=448 -recol1d=5520 -recol2s=1505 -recol2d=2415 -model=model_7867 -model2=model_7767 -model3=model_7783 -name=Woad plant - -// 7926 -[loc_7926] -ambient=25 -op2=Inspect -op4=Guide -recol1s=448 -recol1d=5520 -recol2s=1505 -recol2d=2415 -model=model_7868 -model2=model_7767 -model3=model_7783 -name=Woad plant - -// 7927 -[loc_7927] -ambient=25 -op2=Inspect -op4=Guide -recol1s=448 -recol1d=5520 -recol2s=1505 -recol2d=2415 -model=model_7869 -model2=model_7767 -model3=model_7783 -name=Woad plant - -// 7928 -[loc_7928] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32751 -recol1d=12718 -recol2s=1505 -recol2d=10528 -recol3s=448 -recol3d=10528 -model=model_7867 -model2=model_7767 -name=Diseased woad plant - -// 7929 -[loc_7929] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32751 -recol1d=12718 -recol2s=1505 -recol2d=10528 -recol3s=448 -recol3d=10528 -model=model_7868 -model2=model_7767 -name=Diseased woad plant - -// 7930 -[loc_7930] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32751 -recol1d=12718 -recol2s=1505 -recol2d=10528 -recol3s=448 -recol3d=10528 -model=model_7869 -model2=model_7767 -name=Diseased woad plant - -// 7931 -[loc_7931] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32751 -recol1d=8384 -recol2s=448 -recol2d=128 -recol3s=1505 -recol3d=64 -model=model_7867 -model2=model_7767 -name=Dead woad plant - -// 7932 -[loc_7932] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32751 -recol1d=8384 -recol2s=448 -recol2d=128 -recol3s=1505 -recol3d=64 -model=model_7868 -model2=model_7767 -name=Dead woad plant - -// 7933 -[loc_7933] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32751 -recol1d=8384 -recol2s=448 -recol2d=128 -recol3s=1505 -recol3d=64 -model=model_7869 -model2=model_7767 -name=Dead woad plant - -// 7934 -[loc_7934] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32751 -recol1d=8384 -recol2s=448 -recol2d=128 -recol3s=1505 -recol3d=64 -model=model_7870 -model2=model_7767 -name=Dead woad plant - -// 7935 -[loc_7935] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7915 -model2=model_7767 -name=Apple tree - -// 7936 -[loc_7936] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7916 -model2=model_7767 -name=Apple tree - -// 7937 -[loc_7937] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7917 -model2=model_7767 -name=Apple tree - -// 7938 -[loc_7938] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7918 -model2=model_7767 -name=Apple tree - -// 7939 -[loc_7939] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7919 -model2=model_7767 -name=Apple tree - -// 7940 -[loc_7940] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7920 -model2=model_7767 -name=Apple tree - -// 7941 -[loc_7941] -op1=Chop-down -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7921 -model2=model_7767 -name=Apple tree - -// 7942 -[loc_7942] -op1=Pick-apple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7923 -model2=model_7767 -model3=model_7921 -name=Apple tree - -// 7943 -[loc_7943] -op1=Pick-apple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7924 -model2=model_7767 -model3=model_7921 -name=Apple tree - -// 7944 -[loc_7944] -op1=Pick-apple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7925 -model2=model_7767 -model3=model_7921 -name=Apple tree - -// 7945 -[loc_7945] -op1=Pick-apple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7926 -model2=model_7767 -model3=model_7921 -name=Apple tree - -// 7946 -[loc_7946] -op1=Pick-apple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7927 -model2=model_7767 -model3=model_7921 -name=Apple tree - -// 7947 -[loc_7947] -op1=Pick-apple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7928 -model2=model_7767 -model3=model_7921 -name=Apple tree - -// 7948 -[loc_7948] -op1=Check-health -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7928 -model2=model_7767 -model3=model_7921 -name=Apple tree - -// 7949 -[loc_7949] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_7916 -model2=model_7767 -name=Diseased apple tree - -// 7950 -[loc_7950] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_7917 -model2=model_7767 -name=Diseased apple tree - -// 7951 -[loc_7951] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_7918 -model2=model_7767 -name=Diseased apple tree - -// 7952 -[loc_7952] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_7919 -model2=model_7767 -name=Diseased apple tree - -// 7953 -[loc_7953] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_7920 -model2=model_7767 -name=Diseased apple tree - -// 7954 -[loc_7954] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_7921 -model2=model_7767 -name=Diseased apple tree - -// 7955 -[loc_7955] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=4226 -model=model_7915 -model2=model_7767 -name=Dead apple tree - -// 7956 -[loc_7956] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=4226 -model=model_7916 -model2=model_7767 -name=Dead apple tree - -// 7957 -[loc_7957] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=4226 -model=model_7917 -model2=model_7767 -name=Dead apple tree - -// 7958 -[loc_7958] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=4226 -model=model_7918 -model2=model_7767 -name=Dead apple tree - -// 7959 -[loc_7959] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=4226 -model=model_7920 -model2=model_7767 -name=Dead apple tree - -// 7960 -[loc_7960] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=14624 -recol1d=4226 -model=model_7921 -model2=model_7767 -name=Dead apple tree - -// 7961 -[loc_7961] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7922 -model2=model_7767 -name=Apple tree stump - -// 7962 -[loc_7962] -blockwalk=yes -width=2 -length=2 -active=yes -hillskew=yes -multivar=varplayerbit_704 -multiloc=0,loc_8050 -multiloc=1,loc_8049 -multiloc=2,loc_8048 -multiloc=3,loc_8047 -multiloc=4,loc_8050 -multiloc=5,loc_8050 -multiloc=6,loc_8050 -multiloc=7,loc_8050 -multiloc=8,loc_7935 -multiloc=9,loc_7936 -multiloc=10,loc_7937 -multiloc=11,loc_7938 -multiloc=12,loc_7939 -multiloc=13,loc_7940 -multiloc=14,loc_7941 -multiloc=15,loc_7942 -multiloc=16,loc_7943 -multiloc=17,loc_7944 -multiloc=18,loc_7945 -multiloc=19,loc_7946 -multiloc=20,loc_7947 -multiloc=21,loc_7949 -multiloc=22,loc_7950 -multiloc=23,loc_7951 -multiloc=24,loc_7952 -multiloc=25,loc_7953 -multiloc=26,loc_7954 -multiloc=27,loc_7955 -multiloc=28,loc_7956 -multiloc=29,loc_7957 -multiloc=30,loc_7958 -multiloc=31,loc_7959 -multiloc=32,loc_7960 -multiloc=33,loc_7961 -multiloc=34,loc_7948 -multiloc=35,loc_7993 -multiloc=36,loc_7994 -multiloc=37,loc_7995 -multiloc=38,loc_7996 -multiloc=39,loc_7997 -multiloc=40,loc_7998 -multiloc=41,loc_8000 -multiloc=42,loc_8001 -multiloc=43,loc_8002 -multiloc=44,loc_8003 -multiloc=45,loc_8004 -multiloc=46,loc_8005 -multiloc=47,loc_8006 -multiloc=48,loc_8007 -multiloc=49,loc_8008 -multiloc=50,loc_8009 -multiloc=51,loc_8010 -multiloc=52,loc_8011 -multiloc=53,loc_8012 -multiloc=54,loc_8013 -multiloc=55,loc_8014 -multiloc=56,loc_8015 -multiloc=57,loc_8016 -multiloc=58,loc_8017 -multiloc=59,loc_8018 -multiloc=60,loc_8019 -multiloc=61,loc_7999 -multiloc=62,loc_8050 -multiloc=63,loc_8050 -multiloc=64,loc_8050 -multiloc=65,loc_8050 -multiloc=66,loc_8050 -multiloc=67,loc_8050 -multiloc=68,loc_8050 -multiloc=69,loc_8050 -multiloc=70,loc_8050 -multiloc=71,loc_8050 -multiloc=72,loc_8051 -multiloc=73,loc_8052 -multiloc=74,loc_8053 -multiloc=75,loc_8054 -multiloc=76,loc_8055 -multiloc=77,loc_8056 -multiloc=78,loc_8057 -multiloc=79,loc_8058 -multiloc=80,loc_8059 -multiloc=81,loc_8060 -multiloc=82,loc_8061 -multiloc=83,loc_8062 -multiloc=84,loc_8063 -multiloc=85,loc_8065 -multiloc=86,loc_8066 -multiloc=87,loc_8067 -multiloc=88,loc_8068 -multiloc=89,loc_8069 -multiloc=90,loc_8070 -multiloc=91,loc_8071 -multiloc=92,loc_8072 -multiloc=93,loc_8073 -multiloc=94,loc_8074 -multiloc=95,loc_8075 -multiloc=96,loc_8076 -multiloc=97,loc_8077 -multiloc=98,loc_8064 -multiloc=99,loc_8020 -multiloc=100,loc_8021 -multiloc=101,loc_8022 -multiloc=102,loc_8023 -multiloc=103,loc_8024 -multiloc=104,loc_8025 -multiloc=105,loc_8026 -multiloc=106,loc_8027 -multiloc=107,loc_8028 -multiloc=108,loc_8029 -multiloc=109,loc_8030 -multiloc=110,loc_8031 -multiloc=111,loc_8032 -multiloc=112,loc_8034 -multiloc=113,loc_8035 -multiloc=114,loc_8036 -multiloc=115,loc_8037 -multiloc=116,loc_8038 -multiloc=117,loc_8039 -multiloc=118,loc_8040 -multiloc=119,loc_8041 -multiloc=120,loc_8042 -multiloc=121,loc_8043 -multiloc=122,loc_8044 -multiloc=123,loc_8045 -multiloc=124,loc_8046 -multiloc=125,loc_8033 -multiloc=126,loc_8050 -multiloc=127,loc_8050 -multiloc=128,loc_8050 -multiloc=129,loc_8050 -multiloc=130,loc_8050 -multiloc=131,loc_8050 -multiloc=132,loc_8050 -multiloc=133,loc_8050 -multiloc=134,loc_8050 -multiloc=135,loc_8050 -multiloc=136,loc_7966 -multiloc=137,loc_7967 -multiloc=138,loc_7968 -multiloc=139,loc_7969 -multiloc=140,loc_7970 -multiloc=141,loc_7971 -multiloc=142,loc_7972 -multiloc=143,loc_7973 -multiloc=144,loc_7974 -multiloc=145,loc_7975 -multiloc=146,loc_7976 -multiloc=147,loc_7977 -multiloc=148,loc_7978 -multiloc=149,loc_7980 -multiloc=150,loc_7981 -multiloc=151,loc_7982 -multiloc=152,loc_7983 -multiloc=153,loc_7984 -multiloc=154,loc_7985 -multiloc=155,loc_7986 -multiloc=156,loc_7987 -multiloc=157,loc_7988 -multiloc=158,loc_7989 -multiloc=159,loc_7990 -multiloc=160,loc_7991 -multiloc=161,loc_7992 -multiloc=162,loc_7979 -multiloc=163,loc_8105 -multiloc=164,loc_8106 -multiloc=165,loc_8107 -multiloc=166,loc_8108 -multiloc=167,loc_8109 -multiloc=168,loc_8110 -multiloc=169,loc_8111 -multiloc=170,loc_8112 -multiloc=171,loc_8113 -multiloc=172,loc_8114 -multiloc=173,loc_8115 -multiloc=174,loc_8116 -multiloc=175,loc_8117 -multiloc=176,loc_8119 -multiloc=177,loc_8120 -multiloc=178,loc_8121 -multiloc=179,loc_8122 -multiloc=180,loc_8123 -multiloc=181,loc_8124 -multiloc=182,loc_8125 -multiloc=183,loc_8126 -multiloc=184,loc_8127 -multiloc=185,loc_8128 -multiloc=186,loc_8129 -multiloc=187,loc_8130 -multiloc=188,loc_8131 -multiloc=189,loc_8118 -multiloc=190,loc_8050 -multiloc=191,loc_8050 -multiloc=192,loc_8050 -multiloc=193,loc_8050 -multiloc=194,loc_8050 -multiloc=195,loc_8050 -multiloc=196,loc_8050 -multiloc=197,loc_8050 -multiloc=198,loc_8050 -multiloc=199,loc_8050 -multiloc=200,loc_8078 -multiloc=201,loc_8079 -multiloc=202,loc_8080 -multiloc=203,loc_8081 -multiloc=204,loc_8082 -multiloc=205,loc_8083 -multiloc=206,loc_8084 -multiloc=207,loc_8085 -multiloc=208,loc_8086 -multiloc=209,loc_8087 -multiloc=210,loc_8088 -multiloc=211,loc_8089 -multiloc=212,loc_8090 -multiloc=213,loc_8092 -multiloc=214,loc_8093 -multiloc=215,loc_8094 -multiloc=216,loc_8095 -multiloc=217,loc_8096 -multiloc=218,loc_8097 -multiloc=219,loc_8098 -multiloc=220,loc_8099 -multiloc=221,loc_8100 -multiloc=222,loc_8101 -multiloc=223,loc_8102 -multiloc=224,loc_8103 -multiloc=225,loc_8104 -multiloc=226,loc_8091 -multiloc=227,loc_8050 -multiloc=228,loc_8050 -multiloc=229,loc_8050 -multiloc=230,loc_8050 -multiloc=231,loc_8050 -multiloc=232,loc_8050 -multiloc=233,loc_8050 -multiloc=234,loc_8050 -multiloc=235,loc_8050 -multiloc=236,loc_8050 -multiloc=237,loc_8050 -multiloc=238,loc_8050 -multiloc=239,loc_8050 -multiloc=240,loc_8050 -multiloc=241,loc_8050 -multiloc=242,loc_8050 -multiloc=243,loc_8050 -multiloc=244,loc_8050 -multiloc=245,loc_8050 -multiloc=246,loc_8050 -multiloc=247,loc_8050 -multiloc=248,loc_8050 -multiloc=249,loc_8050 -multiloc=250,loc_8050 -multiloc=251,loc_8050 -multiloc=252,loc_8050 -multiloc=253,loc_8050 -multiloc=254,loc_8050 -multiloc=255,loc_8050 - -// 7963 -[loc_7963] -blockwalk=yes -width=2 -length=2 -active=yes -hillskew=yes -multivar=varplayerbit_705 -multiloc=0,loc_8050 -multiloc=1,loc_8049 -multiloc=2,loc_8048 -multiloc=3,loc_8047 -multiloc=4,loc_8050 -multiloc=5,loc_8050 -multiloc=6,loc_8050 -multiloc=7,loc_8050 -multiloc=8,loc_7935 -multiloc=9,loc_7936 -multiloc=10,loc_7937 -multiloc=11,loc_7938 -multiloc=12,loc_7939 -multiloc=13,loc_7940 -multiloc=14,loc_7941 -multiloc=15,loc_7942 -multiloc=16,loc_7943 -multiloc=17,loc_7944 -multiloc=18,loc_7945 -multiloc=19,loc_7946 -multiloc=20,loc_7947 -multiloc=21,loc_7949 -multiloc=22,loc_7950 -multiloc=23,loc_7951 -multiloc=24,loc_7952 -multiloc=25,loc_7953 -multiloc=26,loc_7954 -multiloc=27,loc_7955 -multiloc=28,loc_7956 -multiloc=29,loc_7957 -multiloc=30,loc_7958 -multiloc=31,loc_7959 -multiloc=32,loc_7960 -multiloc=33,loc_7961 -multiloc=34,loc_7948 -multiloc=35,loc_7993 -multiloc=36,loc_7994 -multiloc=37,loc_7995 -multiloc=38,loc_7996 -multiloc=39,loc_7997 -multiloc=40,loc_7998 -multiloc=41,loc_8000 -multiloc=42,loc_8001 -multiloc=43,loc_8002 -multiloc=44,loc_8003 -multiloc=45,loc_8004 -multiloc=46,loc_8005 -multiloc=47,loc_8006 -multiloc=48,loc_8007 -multiloc=49,loc_8008 -multiloc=50,loc_8009 -multiloc=51,loc_8010 -multiloc=52,loc_8011 -multiloc=53,loc_8012 -multiloc=54,loc_8013 -multiloc=55,loc_8014 -multiloc=56,loc_8015 -multiloc=57,loc_8016 -multiloc=58,loc_8017 -multiloc=59,loc_8018 -multiloc=60,loc_8019 -multiloc=61,loc_7999 -multiloc=62,loc_8050 -multiloc=63,loc_8050 -multiloc=64,loc_8050 -multiloc=65,loc_8050 -multiloc=66,loc_8050 -multiloc=67,loc_8050 -multiloc=68,loc_8050 -multiloc=69,loc_8050 -multiloc=70,loc_8050 -multiloc=71,loc_8050 -multiloc=72,loc_8051 -multiloc=73,loc_8052 -multiloc=74,loc_8053 -multiloc=75,loc_8054 -multiloc=76,loc_8055 -multiloc=77,loc_8056 -multiloc=78,loc_8057 -multiloc=79,loc_8058 -multiloc=80,loc_8059 -multiloc=81,loc_8060 -multiloc=82,loc_8061 -multiloc=83,loc_8062 -multiloc=84,loc_8063 -multiloc=85,loc_8065 -multiloc=86,loc_8066 -multiloc=87,loc_8067 -multiloc=88,loc_8068 -multiloc=89,loc_8069 -multiloc=90,loc_8070 -multiloc=91,loc_8071 -multiloc=92,loc_8072 -multiloc=93,loc_8073 -multiloc=94,loc_8074 -multiloc=95,loc_8075 -multiloc=96,loc_8076 -multiloc=97,loc_8077 -multiloc=98,loc_8064 -multiloc=99,loc_8020 -multiloc=100,loc_8021 -multiloc=101,loc_8022 -multiloc=102,loc_8023 -multiloc=103,loc_8024 -multiloc=104,loc_8025 -multiloc=105,loc_8026 -multiloc=106,loc_8027 -multiloc=107,loc_8028 -multiloc=108,loc_8029 -multiloc=109,loc_8030 -multiloc=110,loc_8031 -multiloc=111,loc_8032 -multiloc=112,loc_8034 -multiloc=113,loc_8035 -multiloc=114,loc_8036 -multiloc=115,loc_8037 -multiloc=116,loc_8038 -multiloc=117,loc_8039 -multiloc=118,loc_8040 -multiloc=119,loc_8041 -multiloc=120,loc_8042 -multiloc=121,loc_8043 -multiloc=122,loc_8044 -multiloc=123,loc_8045 -multiloc=124,loc_8046 -multiloc=125,loc_8033 -multiloc=126,loc_8050 -multiloc=127,loc_8050 -multiloc=128,loc_8050 -multiloc=129,loc_8050 -multiloc=130,loc_8050 -multiloc=131,loc_8050 -multiloc=132,loc_8050 -multiloc=133,loc_8050 -multiloc=134,loc_8050 -multiloc=135,loc_8050 -multiloc=136,loc_7966 -multiloc=137,loc_7967 -multiloc=138,loc_7968 -multiloc=139,loc_7969 -multiloc=140,loc_7970 -multiloc=141,loc_7971 -multiloc=142,loc_7972 -multiloc=143,loc_7973 -multiloc=144,loc_7974 -multiloc=145,loc_7975 -multiloc=146,loc_7976 -multiloc=147,loc_7977 -multiloc=148,loc_7978 -multiloc=149,loc_7980 -multiloc=150,loc_7981 -multiloc=151,loc_7982 -multiloc=152,loc_7983 -multiloc=153,loc_7984 -multiloc=154,loc_7985 -multiloc=155,loc_7986 -multiloc=156,loc_7987 -multiloc=157,loc_7988 -multiloc=158,loc_7989 -multiloc=159,loc_7990 -multiloc=160,loc_7991 -multiloc=161,loc_7992 -multiloc=162,loc_7979 -multiloc=163,loc_8105 -multiloc=164,loc_8106 -multiloc=165,loc_8107 -multiloc=166,loc_8108 -multiloc=167,loc_8109 -multiloc=168,loc_8110 -multiloc=169,loc_8111 -multiloc=170,loc_8112 -multiloc=171,loc_8113 -multiloc=172,loc_8114 -multiloc=173,loc_8115 -multiloc=174,loc_8116 -multiloc=175,loc_8117 -multiloc=176,loc_8119 -multiloc=177,loc_8120 -multiloc=178,loc_8121 -multiloc=179,loc_8122 -multiloc=180,loc_8123 -multiloc=181,loc_8124 -multiloc=182,loc_8125 -multiloc=183,loc_8126 -multiloc=184,loc_8127 -multiloc=185,loc_8128 -multiloc=186,loc_8129 -multiloc=187,loc_8130 -multiloc=188,loc_8131 -multiloc=189,loc_8118 -multiloc=190,loc_8050 -multiloc=191,loc_8050 -multiloc=192,loc_8050 -multiloc=193,loc_8050 -multiloc=194,loc_8050 -multiloc=195,loc_8050 -multiloc=196,loc_8050 -multiloc=197,loc_8050 -multiloc=198,loc_8050 -multiloc=199,loc_8050 -multiloc=200,loc_8078 -multiloc=201,loc_8079 -multiloc=202,loc_8080 -multiloc=203,loc_8081 -multiloc=204,loc_8082 -multiloc=205,loc_8083 -multiloc=206,loc_8084 -multiloc=207,loc_8085 -multiloc=208,loc_8086 -multiloc=209,loc_8087 -multiloc=210,loc_8088 -multiloc=211,loc_8089 -multiloc=212,loc_8090 -multiloc=213,loc_8092 -multiloc=214,loc_8093 -multiloc=215,loc_8094 -multiloc=216,loc_8095 -multiloc=217,loc_8096 -multiloc=218,loc_8097 -multiloc=219,loc_8098 -multiloc=220,loc_8099 -multiloc=221,loc_8100 -multiloc=222,loc_8101 -multiloc=223,loc_8102 -multiloc=224,loc_8103 -multiloc=225,loc_8104 -multiloc=226,loc_8091 -multiloc=227,loc_8050 -multiloc=228,loc_8050 -multiloc=229,loc_8050 -multiloc=230,loc_8050 -multiloc=231,loc_8050 -multiloc=232,loc_8050 -multiloc=233,loc_8050 -multiloc=234,loc_8050 -multiloc=235,loc_8050 -multiloc=236,loc_8050 -multiloc=237,loc_8050 -multiloc=238,loc_8050 -multiloc=239,loc_8050 -multiloc=240,loc_8050 -multiloc=241,loc_8050 -multiloc=242,loc_8050 -multiloc=243,loc_8050 -multiloc=244,loc_8050 -multiloc=245,loc_8050 -multiloc=246,loc_8050 -multiloc=247,loc_8050 -multiloc=248,loc_8050 -multiloc=249,loc_8050 -multiloc=250,loc_8050 -multiloc=251,loc_8050 -multiloc=252,loc_8050 -multiloc=253,loc_8050 -multiloc=254,loc_8050 -multiloc=255,loc_8050 - -// 7964 -[loc_7964] -blockwalk=yes -width=2 -length=2 -active=yes -hillskew=yes -multivar=varplayerbit_706 -multiloc=0,loc_8050 -multiloc=1,loc_8049 -multiloc=2,loc_8048 -multiloc=3,loc_8047 -multiloc=4,loc_8050 -multiloc=5,loc_8050 -multiloc=6,loc_8050 -multiloc=7,loc_8050 -multiloc=8,loc_7935 -multiloc=9,loc_7936 -multiloc=10,loc_7937 -multiloc=11,loc_7938 -multiloc=12,loc_7939 -multiloc=13,loc_7940 -multiloc=14,loc_7941 -multiloc=15,loc_7942 -multiloc=16,loc_7943 -multiloc=17,loc_7944 -multiloc=18,loc_7945 -multiloc=19,loc_7946 -multiloc=20,loc_7947 -multiloc=21,loc_7949 -multiloc=22,loc_7950 -multiloc=23,loc_7951 -multiloc=24,loc_7952 -multiloc=25,loc_7953 -multiloc=26,loc_7954 -multiloc=27,loc_7955 -multiloc=28,loc_7956 -multiloc=29,loc_7957 -multiloc=30,loc_7958 -multiloc=31,loc_7959 -multiloc=32,loc_7960 -multiloc=33,loc_7961 -multiloc=34,loc_7948 -multiloc=35,loc_7993 -multiloc=36,loc_7994 -multiloc=37,loc_7995 -multiloc=38,loc_7996 -multiloc=39,loc_7997 -multiloc=40,loc_7998 -multiloc=41,loc_8000 -multiloc=42,loc_8001 -multiloc=43,loc_8002 -multiloc=44,loc_8003 -multiloc=45,loc_8004 -multiloc=46,loc_8005 -multiloc=47,loc_8006 -multiloc=48,loc_8007 -multiloc=49,loc_8008 -multiloc=50,loc_8009 -multiloc=51,loc_8010 -multiloc=52,loc_8011 -multiloc=53,loc_8012 -multiloc=54,loc_8013 -multiloc=55,loc_8014 -multiloc=56,loc_8015 -multiloc=57,loc_8016 -multiloc=58,loc_8017 -multiloc=59,loc_8018 -multiloc=60,loc_8019 -multiloc=61,loc_7999 -multiloc=62,loc_8050 -multiloc=63,loc_8050 -multiloc=64,loc_8050 -multiloc=65,loc_8050 -multiloc=66,loc_8050 -multiloc=67,loc_8050 -multiloc=68,loc_8050 -multiloc=69,loc_8050 -multiloc=70,loc_8050 -multiloc=71,loc_8050 -multiloc=72,loc_8051 -multiloc=73,loc_8052 -multiloc=74,loc_8053 -multiloc=75,loc_8054 -multiloc=76,loc_8055 -multiloc=77,loc_8056 -multiloc=78,loc_8057 -multiloc=79,loc_8058 -multiloc=80,loc_8059 -multiloc=81,loc_8060 -multiloc=82,loc_8061 -multiloc=83,loc_8062 -multiloc=84,loc_8063 -multiloc=85,loc_8065 -multiloc=86,loc_8066 -multiloc=87,loc_8067 -multiloc=88,loc_8068 -multiloc=89,loc_8069 -multiloc=90,loc_8070 -multiloc=91,loc_8071 -multiloc=92,loc_8072 -multiloc=93,loc_8073 -multiloc=94,loc_8074 -multiloc=95,loc_8075 -multiloc=96,loc_8076 -multiloc=97,loc_8077 -multiloc=98,loc_8064 -multiloc=99,loc_8020 -multiloc=100,loc_8021 -multiloc=101,loc_8022 -multiloc=102,loc_8023 -multiloc=103,loc_8024 -multiloc=104,loc_8025 -multiloc=105,loc_8026 -multiloc=106,loc_8027 -multiloc=107,loc_8028 -multiloc=108,loc_8029 -multiloc=109,loc_8030 -multiloc=110,loc_8031 -multiloc=111,loc_8032 -multiloc=112,loc_8034 -multiloc=113,loc_8035 -multiloc=114,loc_8036 -multiloc=115,loc_8037 -multiloc=116,loc_8038 -multiloc=117,loc_8039 -multiloc=118,loc_8040 -multiloc=119,loc_8041 -multiloc=120,loc_8042 -multiloc=121,loc_8043 -multiloc=122,loc_8044 -multiloc=123,loc_8045 -multiloc=124,loc_8046 -multiloc=125,loc_8033 -multiloc=126,loc_8050 -multiloc=127,loc_8050 -multiloc=128,loc_8050 -multiloc=129,loc_8050 -multiloc=130,loc_8050 -multiloc=131,loc_8050 -multiloc=132,loc_8050 -multiloc=133,loc_8050 -multiloc=134,loc_8050 -multiloc=135,loc_8050 -multiloc=136,loc_7966 -multiloc=137,loc_7967 -multiloc=138,loc_7968 -multiloc=139,loc_7969 -multiloc=140,loc_7970 -multiloc=141,loc_7971 -multiloc=142,loc_7972 -multiloc=143,loc_7973 -multiloc=144,loc_7974 -multiloc=145,loc_7975 -multiloc=146,loc_7976 -multiloc=147,loc_7977 -multiloc=148,loc_7978 -multiloc=149,loc_7980 -multiloc=150,loc_7981 -multiloc=151,loc_7982 -multiloc=152,loc_7983 -multiloc=153,loc_7984 -multiloc=154,loc_7985 -multiloc=155,loc_7986 -multiloc=156,loc_7987 -multiloc=157,loc_7988 -multiloc=158,loc_7989 -multiloc=159,loc_7990 -multiloc=160,loc_7991 -multiloc=161,loc_7992 -multiloc=162,loc_7979 -multiloc=163,loc_8105 -multiloc=164,loc_8106 -multiloc=165,loc_8107 -multiloc=166,loc_8108 -multiloc=167,loc_8109 -multiloc=168,loc_8110 -multiloc=169,loc_8111 -multiloc=170,loc_8112 -multiloc=171,loc_8113 -multiloc=172,loc_8114 -multiloc=173,loc_8115 -multiloc=174,loc_8116 -multiloc=175,loc_8117 -multiloc=176,loc_8119 -multiloc=177,loc_8120 -multiloc=178,loc_8121 -multiloc=179,loc_8122 -multiloc=180,loc_8123 -multiloc=181,loc_8124 -multiloc=182,loc_8125 -multiloc=183,loc_8126 -multiloc=184,loc_8127 -multiloc=185,loc_8128 -multiloc=186,loc_8129 -multiloc=187,loc_8130 -multiloc=188,loc_8131 -multiloc=189,loc_8118 -multiloc=190,loc_8050 -multiloc=191,loc_8050 -multiloc=192,loc_8050 -multiloc=193,loc_8050 -multiloc=194,loc_8050 -multiloc=195,loc_8050 -multiloc=196,loc_8050 -multiloc=197,loc_8050 -multiloc=198,loc_8050 -multiloc=199,loc_8050 -multiloc=200,loc_8078 -multiloc=201,loc_8079 -multiloc=202,loc_8080 -multiloc=203,loc_8081 -multiloc=204,loc_8082 -multiloc=205,loc_8083 -multiloc=206,loc_8084 -multiloc=207,loc_8085 -multiloc=208,loc_8086 -multiloc=209,loc_8087 -multiloc=210,loc_8088 -multiloc=211,loc_8089 -multiloc=212,loc_8090 -multiloc=213,loc_8092 -multiloc=214,loc_8093 -multiloc=215,loc_8094 -multiloc=216,loc_8095 -multiloc=217,loc_8096 -multiloc=218,loc_8097 -multiloc=219,loc_8098 -multiloc=220,loc_8099 -multiloc=221,loc_8100 -multiloc=222,loc_8101 -multiloc=223,loc_8102 -multiloc=224,loc_8103 -multiloc=225,loc_8104 -multiloc=226,loc_8091 -multiloc=227,loc_8050 -multiloc=228,loc_8050 -multiloc=229,loc_8050 -multiloc=230,loc_8050 -multiloc=231,loc_8050 -multiloc=232,loc_8050 -multiloc=233,loc_8050 -multiloc=234,loc_8050 -multiloc=235,loc_8050 -multiloc=236,loc_8050 -multiloc=237,loc_8050 -multiloc=238,loc_8050 -multiloc=239,loc_8050 -multiloc=240,loc_8050 -multiloc=241,loc_8050 -multiloc=242,loc_8050 -multiloc=243,loc_8050 -multiloc=244,loc_8050 -multiloc=245,loc_8050 -multiloc=246,loc_8050 -multiloc=247,loc_8050 -multiloc=248,loc_8050 -multiloc=249,loc_8050 -multiloc=250,loc_8050 -multiloc=251,loc_8050 -multiloc=252,loc_8050 -multiloc=253,loc_8050 -multiloc=254,loc_8050 -multiloc=255,loc_8050 - -// 7965 -[loc_7965] -blockwalk=yes -width=2 -length=2 -active=yes -hillskew=yes -multivar=varplayerbit_707 -multiloc=0,loc_8050 -multiloc=1,loc_8049 -multiloc=2,loc_8048 -multiloc=3,loc_8047 -multiloc=4,loc_8050 -multiloc=5,loc_8050 -multiloc=6,loc_8050 -multiloc=7,loc_8050 -multiloc=8,loc_7935 -multiloc=9,loc_7936 -multiloc=10,loc_7937 -multiloc=11,loc_7938 -multiloc=12,loc_7939 -multiloc=13,loc_7940 -multiloc=14,loc_7941 -multiloc=15,loc_7942 -multiloc=16,loc_7943 -multiloc=17,loc_7944 -multiloc=18,loc_7945 -multiloc=19,loc_7946 -multiloc=20,loc_7947 -multiloc=21,loc_7949 -multiloc=22,loc_7950 -multiloc=23,loc_7951 -multiloc=24,loc_7952 -multiloc=25,loc_7953 -multiloc=26,loc_7954 -multiloc=27,loc_7955 -multiloc=28,loc_7956 -multiloc=29,loc_7957 -multiloc=30,loc_7958 -multiloc=31,loc_7959 -multiloc=32,loc_7960 -multiloc=33,loc_7961 -multiloc=34,loc_7948 -multiloc=35,loc_7993 -multiloc=36,loc_7994 -multiloc=37,loc_7995 -multiloc=38,loc_7996 -multiloc=39,loc_7997 -multiloc=40,loc_7998 -multiloc=41,loc_8000 -multiloc=42,loc_8001 -multiloc=43,loc_8002 -multiloc=44,loc_8003 -multiloc=45,loc_8004 -multiloc=46,loc_8005 -multiloc=47,loc_8006 -multiloc=48,loc_8007 -multiloc=49,loc_8008 -multiloc=50,loc_8009 -multiloc=51,loc_8010 -multiloc=52,loc_8011 -multiloc=53,loc_8012 -multiloc=54,loc_8013 -multiloc=55,loc_8014 -multiloc=56,loc_8015 -multiloc=57,loc_8016 -multiloc=58,loc_8017 -multiloc=59,loc_8018 -multiloc=60,loc_8019 -multiloc=61,loc_7999 -multiloc=62,loc_8050 -multiloc=63,loc_8050 -multiloc=64,loc_8050 -multiloc=65,loc_8050 -multiloc=66,loc_8050 -multiloc=67,loc_8050 -multiloc=68,loc_8050 -multiloc=69,loc_8050 -multiloc=70,loc_8050 -multiloc=71,loc_8050 -multiloc=72,loc_8051 -multiloc=73,loc_8052 -multiloc=74,loc_8053 -multiloc=75,loc_8054 -multiloc=76,loc_8055 -multiloc=77,loc_8056 -multiloc=78,loc_8057 -multiloc=79,loc_8058 -multiloc=80,loc_8059 -multiloc=81,loc_8060 -multiloc=82,loc_8061 -multiloc=83,loc_8062 -multiloc=84,loc_8063 -multiloc=85,loc_8065 -multiloc=86,loc_8066 -multiloc=87,loc_8067 -multiloc=88,loc_8068 -multiloc=89,loc_8069 -multiloc=90,loc_8070 -multiloc=91,loc_8071 -multiloc=92,loc_8072 -multiloc=93,loc_8073 -multiloc=94,loc_8074 -multiloc=95,loc_8075 -multiloc=96,loc_8076 -multiloc=97,loc_8077 -multiloc=98,loc_8064 -multiloc=99,loc_8020 -multiloc=100,loc_8021 -multiloc=101,loc_8022 -multiloc=102,loc_8023 -multiloc=103,loc_8024 -multiloc=104,loc_8025 -multiloc=105,loc_8026 -multiloc=106,loc_8027 -multiloc=107,loc_8028 -multiloc=108,loc_8029 -multiloc=109,loc_8030 -multiloc=110,loc_8031 -multiloc=111,loc_8032 -multiloc=112,loc_8034 -multiloc=113,loc_8035 -multiloc=114,loc_8036 -multiloc=115,loc_8037 -multiloc=116,loc_8038 -multiloc=117,loc_8039 -multiloc=118,loc_8040 -multiloc=119,loc_8041 -multiloc=120,loc_8042 -multiloc=121,loc_8043 -multiloc=122,loc_8044 -multiloc=123,loc_8045 -multiloc=124,loc_8046 -multiloc=125,loc_8033 -multiloc=126,loc_8050 -multiloc=127,loc_8050 -multiloc=128,loc_8050 -multiloc=129,loc_8050 -multiloc=130,loc_8050 -multiloc=131,loc_8050 -multiloc=132,loc_8050 -multiloc=133,loc_8050 -multiloc=134,loc_8050 -multiloc=135,loc_8050 -multiloc=136,loc_7966 -multiloc=137,loc_7967 -multiloc=138,loc_7968 -multiloc=139,loc_7969 -multiloc=140,loc_7970 -multiloc=141,loc_7971 -multiloc=142,loc_7972 -multiloc=143,loc_7973 -multiloc=144,loc_7974 -multiloc=145,loc_7975 -multiloc=146,loc_7976 -multiloc=147,loc_7977 -multiloc=148,loc_7978 -multiloc=149,loc_7980 -multiloc=150,loc_7981 -multiloc=151,loc_7982 -multiloc=152,loc_7983 -multiloc=153,loc_7984 -multiloc=154,loc_7985 -multiloc=155,loc_7986 -multiloc=156,loc_7987 -multiloc=157,loc_7988 -multiloc=158,loc_7989 -multiloc=159,loc_7990 -multiloc=160,loc_7991 -multiloc=161,loc_7992 -multiloc=162,loc_7979 -multiloc=163,loc_8105 -multiloc=164,loc_8106 -multiloc=165,loc_8107 -multiloc=166,loc_8108 -multiloc=167,loc_8109 -multiloc=168,loc_8110 -multiloc=169,loc_8111 -multiloc=170,loc_8112 -multiloc=171,loc_8113 -multiloc=172,loc_8114 -multiloc=173,loc_8115 -multiloc=174,loc_8116 -multiloc=175,loc_8117 -multiloc=176,loc_8119 -multiloc=177,loc_8120 -multiloc=178,loc_8121 -multiloc=179,loc_8122 -multiloc=180,loc_8123 -multiloc=181,loc_8124 -multiloc=182,loc_8125 -multiloc=183,loc_8126 -multiloc=184,loc_8127 -multiloc=185,loc_8128 -multiloc=186,loc_8129 -multiloc=187,loc_8130 -multiloc=188,loc_8131 -multiloc=189,loc_8118 -multiloc=190,loc_8050 -multiloc=191,loc_8050 -multiloc=192,loc_8050 -multiloc=193,loc_8050 -multiloc=194,loc_8050 -multiloc=195,loc_8050 -multiloc=196,loc_8050 -multiloc=197,loc_8050 -multiloc=198,loc_8050 -multiloc=199,loc_8050 -multiloc=200,loc_8078 -multiloc=201,loc_8079 -multiloc=202,loc_8080 -multiloc=203,loc_8081 -multiloc=204,loc_8082 -multiloc=205,loc_8083 -multiloc=206,loc_8084 -multiloc=207,loc_8085 -multiloc=208,loc_8086 -multiloc=209,loc_8087 -multiloc=210,loc_8088 -multiloc=211,loc_8089 -multiloc=212,loc_8090 -multiloc=213,loc_8092 -multiloc=214,loc_8093 -multiloc=215,loc_8094 -multiloc=216,loc_8095 -multiloc=217,loc_8096 -multiloc=218,loc_8097 -multiloc=219,loc_8098 -multiloc=220,loc_8099 -multiloc=221,loc_8100 -multiloc=222,loc_8101 -multiloc=223,loc_8102 -multiloc=224,loc_8103 -multiloc=225,loc_8104 -multiloc=226,loc_8091 -multiloc=227,loc_8050 -multiloc=228,loc_8050 -multiloc=229,loc_8050 -multiloc=230,loc_8050 -multiloc=231,loc_8050 -multiloc=232,loc_8050 -multiloc=233,loc_8050 -multiloc=234,loc_8050 -multiloc=235,loc_8050 -multiloc=236,loc_8050 -multiloc=237,loc_8050 -multiloc=238,loc_8050 -multiloc=239,loc_8050 -multiloc=240,loc_8050 -multiloc=241,loc_8050 -multiloc=242,loc_8050 -multiloc=243,loc_8050 -multiloc=244,loc_8050 -multiloc=245,loc_8050 -multiloc=246,loc_8050 -multiloc=247,loc_8050 -multiloc=248,loc_8050 -multiloc=249,loc_8050 -multiloc=250,loc_8050 -multiloc=251,loc_8050 -multiloc=252,loc_8050 -multiloc=253,loc_8050 -multiloc=254,loc_8050 -multiloc=255,loc_8050 - -// 7966 -[loc_7966] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8091 -model2=model_7767 -name=Pineapple plant - -// 7967 -[loc_7967] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8092 -model2=model_7767 -name=Pineapple plant - -// 7968 -[loc_7968] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8093 -model2=model_7767 -name=Pineapple plant - -// 7969 -[loc_7969] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8094 -model2=model_7767 -name=Pineapple plant - -// 7970 -[loc_7970] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8095 -model2=model_7767 -name=Pineapple plant - -// 7971 -[loc_7971] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8096 -model2=model_7767 -name=Pineapple plant - -// 7972 -[loc_7972] -op1=Chop down -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8097 -model2=model_7767 -name=Pineapple plant - -// 7973 -[loc_7973] -op1=Pick-pineapple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8098 -model2=model_7767 -model3=model_8097 -name=Pineapple plant - -// 7974 -[loc_7974] -op1=Pick-pineapple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8099 -model2=model_7767 -model3=model_8097 -name=Pineapple plant - -// 7975 -[loc_7975] -op1=Pick-pineapple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8100 -model2=model_7767 -model3=model_8097 -name=Pineapple plant - -// 7976 -[loc_7976] -op1=Pick-pineapple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8101 -model2=model_7767 -model3=model_8097 -name=Pineapple plant - -// 7977 -[loc_7977] -op1=Pick-pineapple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8102 -model2=model_7767 -model3=model_8097 -name=Pineapple plant - -// 7978 -[loc_7978] -op1=Pick-pineapple -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8103 -model2=model_7767 -model3=model_8097 -name=Pineapple plant - -// 7979 -[loc_7979] -op1=Check-health -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8103 -model2=model_7767 -model3=model_8097 -name=Pineapple plant - -// 7980 -[loc_7980] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=14752 -recol2s=20134 -recol2d=12716 -model=model_8092 -model2=model_7767 -name=Diseased pineapple plant - -// 7981 -[loc_7981] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=14752 -recol2s=20134 -recol2d=12716 -model=model_8093 -model2=model_7767 -name=Diseased pineapple plant - -// 7982 -[loc_7982] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=14752 -recol2s=20134 -recol2d=12716 -model=model_8094 -model2=model_7767 -name=Diseased pineapple plant - -// 7983 -[loc_7983] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=14752 -recol2s=20134 -recol2d=12716 -model=model_8095 -model2=model_7767 -name=Diseased pineapple plant - -// 7984 -[loc_7984] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=14752 -recol2s=20134 -recol2d=12716 -model=model_8096 -model2=model_7767 -name=Diseased pineapple plant - -// 7985 -[loc_7985] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=14752 -recol2s=20134 -recol2d=12716 -model=model_8097 -model2=model_7767 -name=Diseased pineapple plant - -// 7986 -[loc_7986] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=9512 -recol2s=20134 -recol2d=7433 -model=model_8092 -model2=model_7767 -name=Dead pineapple plant - -// 7987 -[loc_7987] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=9512 -recol2s=20134 -recol2d=7433 -model=model_8093 -model2=model_7767 -name=Dead pineapple plant - -// 7988 -[loc_7988] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=9512 -recol2s=20134 -recol2d=7433 -model=model_8094 -model2=model_7767 -name=Dead pineapple plant - -// 7989 -[loc_7989] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=9512 -recol2s=20134 -recol2d=7433 -model=model_8095 -model2=model_7767 -name=Dead pineapple plant - -// 7990 -[loc_7990] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=9512 -recol2s=20134 -recol2d=7433 -model=model_8096 -model2=model_7767 -name=Dead pineapple plant - -// 7991 -[loc_7991] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=19941 -recol1d=9512 -recol2s=20134 -recol2d=7433 -model=model_8097 -model2=model_7767 -name=Dead pineapple plant - -// 7992 -[loc_7992] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8091 -model2=model_7767 -name=Pineapple plant stump - -// 7993 -[loc_7993] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7929 -model2=model_7767 -name=Banana tree - -// 7994 -[loc_7994] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7930 -model2=model_7767 -name=Banana tree - -// 7995 -[loc_7995] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7931 -model2=model_7767 -name=Banana tree - -// 7996 -[loc_7996] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7932 -model2=model_7767 -name=Banana tree - -// 7997 -[loc_7997] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7933 -model2=model_7767 -name=Banana tree - -// 7998 -[loc_7998] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7934 -model2=model_7767 -name=Banana tree - -// 7999 -[loc_7999] -op1=Check-health -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7941 -model2=model_7767 -model3=model_7935 -name=Banana tree - -// 8000 -[loc_8000] -op1=Chop-down -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7935 -model2=model_7767 -name=Banana tree - -// 8001 -[loc_8001] -op1=Pick-banana -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7936 -model2=model_7767 -model3=model_7935 -name=Banana tree - -// 8002 -[loc_8002] -op1=Pick-banana -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7937 -model2=model_7767 -model3=model_7935 -name=Banana tree - -// 8003 -[loc_8003] -op1=Pick-banana -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7938 -model2=model_7767 -model3=model_7935 -name=Banana tree - -// 8004 -[loc_8004] -op1=Pick-banana -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7939 -model2=model_7767 -model3=model_7935 -name=Banana tree - -// 8005 -[loc_8005] -op1=Pick-banana -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7940 -model2=model_7767 -model3=model_7935 -name=Banana tree - -// 8006 -[loc_8006] -op1=Pick-banana -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7941 -model2=model_7767 -model3=model_7935 -name=Banana tree - -// 8007 -[loc_8007] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=14752 -recol2s=14624 -recol2d=10496 -recol3s=16207 -recol3d=12716 -model=model_7930 -model2=model_7767 -name=Diseased banana tree - -// 8008 -[loc_8008] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=14752 -recol2s=14624 -recol2d=10496 -recol3s=16207 -recol3d=12716 -model=model_7931 -model2=model_7767 -name=Diseased banana tree - -// 8009 -[loc_8009] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=14752 -recol2s=14624 -recol2d=10496 -recol3s=16207 -recol3d=12716 -model=model_7932 -model2=model_7767 -name=Diseased banana tree - -// 8010 -[loc_8010] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=14752 -recol2s=14624 -recol2d=10496 -recol3s=16207 -recol3d=12716 -model=model_7933 -model2=model_7767 -name=Diseased banana tree - -// 8011 -[loc_8011] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=14752 -recol2s=14624 -recol2d=10496 -recol3s=16207 -recol3d=12716 -model=model_7934 -model2=model_7767 -name=Diseased banana tree - -// 8012 -[loc_8012] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=14752 -recol2s=14624 -recol2d=10496 -recol3s=16207 -recol3d=12716 -model=model_7935 -model2=model_7767 -name=Diseased banana tree - -// 8013 -[loc_8013] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=9512 -recol2s=14624 -recol2d=7398 -recol3s=16207 -recol3d=7433 -model=model_7930 -model2=model_7767 -name=Dead banana tree - -// 8014 -[loc_8014] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=9512 -recol2s=14624 -recol2d=7398 -recol3s=16207 -recol3d=7433 -model=model_7931 -model2=model_7767 -name=Dead banana tree - -// 8015 -[loc_8015] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=9512 -recol2s=14624 -recol2d=7398 -recol3s=16207 -recol3d=7433 -model=model_7932 -model2=model_7767 -name=Dead banana tree - -// 8016 -[loc_8016] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=9512 -recol2s=14624 -recol2d=7398 -recol3s=16207 -recol3d=7433 -model=model_7933 -model2=model_7767 -name=Dead banana tree - -// 8017 -[loc_8017] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=9512 -recol2s=14624 -recol2d=7398 -recol3s=16207 -recol3d=7433 -model=model_7934 -model2=model_7767 -name=Dead banana tree - -// 8018 -[loc_8018] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17856 -recol1d=9512 -recol2s=14624 -recol2d=7398 -recol3s=16207 -recol3d=7433 -model=model_7935 -model2=model_7767 -name=Dead banana tree - -// 8019 -[loc_8019] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7942 -model2=model_7767 -name=Banana tree stump - -// 8020 -[loc_8020] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7963 -model2=model_7767 -name=Curry tree - -// 8021 -[loc_8021] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7964 -model2=model_7767 -name=Curry tree - -// 8022 -[loc_8022] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7965 -model2=model_7767 -name=Curry tree - -// 8023 -[loc_8023] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7966 -model2=model_7767 -name=Curry tree - -// 8024 -[loc_8024] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7967 -model2=model_7767 -name=Curry tree - -// 8025 -[loc_8025] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7968 -model2=model_7767 -name=Curry tree - -// 8026 -[loc_8026] -ambient=25 -op1=Chop-down -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7969 -model2=model_7767 -name=Curry tree - -// 8027 -[loc_8027] -op1=Pick-leaf -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7970 -model2=model_7767 -model3=model_7969 -name=Curry tree - -// 8028 -[loc_8028] -op1=Pick-leaf -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7971 -model2=model_7767 -model3=model_7969 -name=Curry tree - -// 8029 -[loc_8029] -op1=Pick-leaf -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7972 -model2=model_7767 -model3=model_7969 -name=Curry tree - -// 8030 -[loc_8030] -op1=Pick-leaf -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7973 -model2=model_7767 -model3=model_7969 -name=Curry tree - -// 8031 -[loc_8031] -op1=Pick-leaf -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7974 -model2=model_7767 -model3=model_7969 -name=Curry tree - -// 8032 -[loc_8032] -op1=Pick-leaf -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7975 -model2=model_7767 -model3=model_7969 -name=Curry tree - -// 8033 -[loc_8033] -op1=Check-health -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7975 -model2=model_7767 -model3=model_7969 -name=Curry tree - -// 8034 -[loc_8034] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=12838 -model=model_7964 -model2=model_7767 -name=Diseased curry tree - -// 8035 -[loc_8035] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=12838 -model=model_7965 -model2=model_7767 -name=Diseased curry tree - -// 8036 -[loc_8036] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=12838 -model=model_7966 -model2=model_7767 -name=Diseased curry tree - -// 8037 -[loc_8037] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=12838 -model=model_7967 -model2=model_7767 -name=Diseased curry tree - -// 8038 -[loc_8038] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=12838 -model=model_7968 -model2=model_7767 -name=Diseased curry tree - -// 8039 -[loc_8039] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=12838 -model=model_7969 -model2=model_7767 -name=Diseased curry tree - -// 8040 -[loc_8040] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=6309 -model=model_7964 -model2=model_7767 -name=Dead curry tree - -// 8041 -[loc_8041] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=6309 -model=model_7965 -model2=model_7767 -name=Dead curry tree - -// 8042 -[loc_8042] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=6309 -model=model_7966 -model2=model_7767 -name=Dead curry tree - -// 8043 -[loc_8043] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=6309 -model=model_7967 -model2=model_7767 -name=Dead curry tree - -// 8044 -[loc_8044] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=6309 -model=model_7968 -model2=model_7767 -name=Dead curry tree - -// 8045 -[loc_8045] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=6309 -model=model_7969 -model2=model_7767 -name=Dead curry tree - -// 8046 -[loc_8046] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=17922 -recol1d=17826 -model=model_7976 -model2=model_7767 -name=Curry tree stump - -// 8047 -[loc_8047] -ambient=25 -op2=Inspect -op4=Guide -model=model_7794 -model2=model_7767 -name=Fruit Tree Patch - -// 8048 -[loc_8048] -ambient=25 -op2=Inspect -op4=Guide -model=model_7798 -model2=model_7767 -name=Fruit Tree Patch - -// 8049 -[loc_8049] -ambient=25 -op2=Inspect -op4=Guide -model=model_7800 -model2=model_7767 -name=Fruit Tree Patch - -// 8050 -[loc_8050] -ambient=25 -op2=Inspect -op4=Guide -model=model_7801 -model2=model_7767 -name=Fruit Tree Patch - -// 8051 -[loc_8051] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8045 -model2=model_7767 -name=Orange tree - -// 8052 -[loc_8052] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8046 -model2=model_7767 -name=Orange tree - -// 8053 -[loc_8053] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8047 -model2=model_7767 -name=Orange tree - -// 8054 -[loc_8054] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8048 -model2=model_7767 -name=Orange tree - -// 8055 -[loc_8055] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8049 -model2=model_7767 -name=Orange tree - -// 8056 -[loc_8056] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8050 -model2=model_7767 -name=Orange tree - -// 8057 -[loc_8057] -ambient=25 -op1=Chop-down -op2=Inspect -op4=Guide -hardshadow=no -model=model_8051 -model2=model_7767 -name=Orange tree - -// 8058 -[loc_8058] -op1=Pick-orange -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8056 -model2=model_7767 -model3=model_8051 -name=Orange tree - -// 8059 -[loc_8059] -op1=Pick-orange -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8057 -model2=model_7767 -model3=model_8051 -name=Orange tree - -// 8060 -[loc_8060] -op1=Pick-orange -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8058 -model2=model_7767 -model3=model_8051 -name=Orange tree - -// 8061 -[loc_8061] -op1=Pick-orange -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8059 -model2=model_7767 -model3=model_8051 -name=Orange tree - -// 8062 -[loc_8062] -op1=Pick-orange -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8060 -model2=model_7767 -model3=model_8051 -name=Orange tree - -// 8063 -[loc_8063] -op1=Pick-orange -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8061 -model2=model_7767 -model3=model_8051 -name=Orange tree - -// 8064 -[loc_8064] -op1=Check-health -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8061 -model2=model_7767 -model3=model_8051 -name=Orange tree - -// 8065 -[loc_8065] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=7426 -model=model_8045 -model2=model_7767 -name=Diseased orange tree - -// 8066 -[loc_8066] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_8046 -model2=model_7767 -name=Diseased orange tree - -// 8067 -[loc_8067] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_8047 -model2=model_7767 -name=Diseased orange tree - -// 8068 -[loc_8068] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_8048 -model2=model_7767 -name=Diseased orange tree - -// 8069 -[loc_8069] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_8049 -model2=model_7767 -name=Diseased orange tree - -// 8070 -[loc_8070] -ambient=25 -op1=Chop-down -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=7426 -retex1s=material_8 -retex1d=material_41 -model=model_8051 -model2=model_7767 -name=Diseased orange tree - -// 8071 -[loc_8071] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=4226 -model=model_8045 -model2=model_7767 -name=Dead orange tree - -// 8072 -[loc_8072] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=4226 -model=model_8046 -model2=model_7767 -name=Dead orange tree - -// 8073 -[loc_8073] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=4226 -model=model_8047 -model2=model_7767 -name=Dead orange tree - -// 8074 -[loc_8074] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=4226 -model=model_8052 -model2=model_7767 -name=Dead orange tree - -// 8075 -[loc_8075] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=4226 -model=model_8053 -model2=model_7767 -name=Dead orange tree - -// 8076 -[loc_8076] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=4226 -model=model_8055 -model2=model_7767 -name=Dead orange tree - -// 8077 -[loc_8077] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8062 -model2=model_7767 -name=Orange tree stump - -// 8078 -[loc_8078] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8063 -model2=model_7767 -name=Palm tree - -// 8079 -[loc_8079] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8064 -model2=model_7767 -name=Palm tree - -// 8080 -[loc_8080] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8065 -model2=model_7767 -name=Palm tree - -// 8081 -[loc_8081] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8066 -model2=model_7767 -name=Palm tree - -// 8082 -[loc_8082] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8067 -model2=model_7767 -name=Palm tree - -// 8083 -[loc_8083] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8068 -model2=model_7767 -name=Palm tree - -// 8084 -[loc_8084] -op1=Chop-down -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8069 -model2=model_7767 -name=Palm tree - -// 8085 -[loc_8085] -op1=Pick-coconut -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8069 -model2=model_7767 -model3=model_8070 -name=Palm tree - -// 8086 -[loc_8086] -op1=Pick-coconut -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8069 -model2=model_7767 -model3=model_8071 -name=Palm tree - -// 8087 -[loc_8087] -op1=Pick-coconut -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8069 -model2=model_7767 -model3=model_8072 -name=Palm tree - -// 8088 -[loc_8088] -op1=Pick-coconut -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8069 -model2=model_7767 -model3=model_8073 -name=Palm tree - -// 8089 -[loc_8089] -op1=Pick-coconut -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8069 -model2=model_7767 -model3=model_8074 -name=Palm tree - -// 8090 -[loc_8090] -op1=Pick-coconut -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8069 -model2=model_7767 -model3=model_8075 -name=Palm tree - -// 8091 -[loc_8091] -op1=Check-health -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=13901 -recol1d=8678 -recol2s=10794 -recol2d=3393 -model=model_8069 -model2=model_7767 -model3=model_8075 -name=Palm tree - -// 8092 -[loc_8092] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=12775 -recol2s=13901 -recol2d=14859 -recol3s=11552 -recol3d=8549 -model=model_8064 -model2=model_7767 -name=Diseased palm tree - -// 8093 -[loc_8093] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=12775 -recol2s=13901 -recol2d=14859 -recol3s=11552 -recol3d=8549 -model=model_8065 -model2=model_7767 -name=Diseased palm tree - -// 8094 -[loc_8094] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=12775 -recol2s=13901 -recol2d=14859 -recol3s=11552 -recol3d=8549 -model=model_8066 -model2=model_7767 -name=Diseased palm tree - -// 8095 -[loc_8095] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=12775 -recol2s=13901 -recol2d=14859 -recol3s=11552 -recol3d=8549 -model=model_8067 -model2=model_7767 -name=Diseased palm tree - -// 8096 -[loc_8096] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=12775 -recol2s=13901 -recol2d=14859 -recol3s=11552 -recol3d=8549 -model=model_8068 -model2=model_7767 -name=Diseased palm tree - -// 8097 -[loc_8097] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=12775 -recol2s=13901 -recol2d=14859 -recol3s=11552 -recol3d=8549 -model=model_8069 -model2=model_7767 -name=Diseased palm tree - -// 8098 -[loc_8098] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=5317 -recol2s=13901 -recol2d=7429 -recol3s=11552 -recol3d=7365 -model=model_8064 -model2=model_7767 -name=Dead palm tree - -// 8099 -[loc_8099] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=5317 -recol2s=13901 -recol2d=7429 -recol3s=11552 -recol3d=7365 -model=model_8065 -model2=model_7767 -name=Dead palm tree - -// 8100 -[loc_8100] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=5317 -recol2s=13901 -recol2d=7429 -recol3s=11552 -recol3d=7365 -model=model_8066 -model2=model_7767 -name=Dead palm tree - -// 8101 -[loc_8101] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=5317 -recol2s=13901 -recol2d=7429 -recol3s=11552 -recol3d=7365 -model=model_8067 -model2=model_7767 -name=Dead palm tree - -// 8102 -[loc_8102] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=5317 -recol2s=13901 -recol2d=7429 -recol3s=11552 -recol3d=7365 -model=model_8068 -model2=model_7767 -name=Dead palm tree - -// 8103 -[loc_8103] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15747 -recol1d=5317 -recol2s=13901 -recol2d=7429 -recol3s=11552 -recol3d=7365 -model=model_8069 -model2=model_7767 -name=Dead palm tree - -// 8104 -[loc_8104] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8076 -model2=model_7767 -name=Palm tree stump - -// 8105 -[loc_8105] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8077 -model2=model_7767 -name=Papaya tree - -// 8106 -[loc_8106] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8078 -model2=model_7767 -name=Papaya tree - -// 8107 -[loc_8107] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8079 -model2=model_7767 -name=Papaya tree - -// 8108 -[loc_8108] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8080 -model2=model_7767 -name=Papaya tree - -// 8109 -[loc_8109] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8081 -model2=model_7767 -name=Papaya tree - -// 8110 -[loc_8110] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8082 -model2=model_7767 -name=Papaya tree - -// 8111 -[loc_8111] -op1=Chop-down -ambient=30 -op2=Inspect -op4=Guide -width=2 -length=2 -hardshadow=no -model=model_8083 -model2=model_7767 -name=Papaya tree - -// 8112 -[loc_8112] -op1=Pick-fruit -ambient=30 -op2=Inspect -op4=Guide -width=2 -length=2 -hardshadow=no -model=model_8083 -model2=model_7767 -model3=model_8084 -name=Papaya tree - -// 8113 -[loc_8113] -op1=Pick-fruit -ambient=30 -op2=Inspect -op4=Guide -width=2 -length=2 -hardshadow=no -model=model_8083 -model2=model_7767 -model3=model_8085 -name=Papaya tree - -// 8114 -[loc_8114] -op1=Pick-fruit -ambient=30 -op2=Inspect -op4=Guide -width=2 -length=2 -hardshadow=no -model=model_8083 -model2=model_7767 -model3=model_8086 -name=Papaya tree - -// 8115 -[loc_8115] -op1=Pick-fruit -ambient=30 -op2=Inspect -op4=Guide -width=2 -length=2 -hardshadow=no -model=model_8083 -model2=model_7767 -model3=model_8087 -name=Papaya tree - -// 8116 -[loc_8116] -op1=Pick-fruit -ambient=30 -op2=Inspect -op4=Guide -width=2 -length=2 -hardshadow=no -model=model_8083 -model2=model_7767 -model3=model_8088 -name=Papaya tree - -// 8117 -[loc_8117] -op1=Pick-fruit -ambient=30 -op2=Inspect -op4=Guide -width=2 -length=2 -hardshadow=no -model=model_8083 -model2=model_7767 -model3=model_8089 -name=Papaya tree - -// 8118 -[loc_8118] -op1=Check-health -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8083 -model2=model_7767 -model3=model_8089 -name=Papaya tree - -// 8119 -[loc_8119] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=16999 -recol2s=16809 -recol2d=16969 -recol3s=12967 -recol3d=17864 -recol4s=10854 -recol4d=14758 -recol5s=9701 -recol5d=13636 -recol6s=5505 -recol6d=10433 -model=model_8078 -model2=model_7767 -name=Diseased papaya tree - -// 8120 -[loc_8120] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=16999 -recol2s=16809 -recol2d=16969 -recol3s=12967 -recol3d=17864 -recol4s=10854 -recol4d=14758 -recol5s=9701 -recol5d=13636 -recol6s=5505 -recol6d=10433 -model=model_8079 -model2=model_7767 -name=Diseased papaya tree - -// 8121 -[loc_8121] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=16999 -recol2s=16809 -recol2d=16969 -recol3s=12967 -recol3d=17864 -recol4s=10854 -recol4d=14758 -recol5s=9701 -recol5d=13636 -recol6s=5505 -recol6d=10433 -model=model_8080 -model2=model_7767 -name=Diseased papaya tree - -// 8122 -[loc_8122] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=16999 -recol2s=16809 -recol2d=16969 -recol3s=12967 -recol3d=17864 -recol4s=10854 -recol4d=14758 -recol5s=9701 -recol5d=13636 -recol6s=5505 -recol6d=10433 -model=model_8081 -model2=model_7767 -name=Diseased papaya tree - -// 8123 -[loc_8123] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=16999 -recol2s=16809 -recol2d=16969 -recol3s=12967 -recol3d=17864 -recol4s=10854 -recol4d=14758 -recol5s=9701 -recol5d=13636 -recol6s=5505 -recol6d=10433 -model=model_8082 -model2=model_7767 -name=Diseased papaya tree - -// 8124 -[loc_8124] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=16999 -recol2s=16809 -recol2d=16969 -recol3s=12967 -recol3d=17864 -recol4s=10854 -recol4d=14758 -recol5s=9701 -recol5d=13636 -recol6s=5505 -recol6d=10433 -model=model_8083 -model2=model_7767 -name=Diseased papaya tree - -// 8125 -[loc_8125] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=12683 -recol2s=16809 -recol2d=14795 -recol3s=12967 -recol3d=12716 -recol4s=10854 -recol4d=9610 -recol5s=9701 -recol5d=8520 -recol6s=5505 -recol6d=5317 -model=model_8078 -model2=model_7767 -name=Dead papaya tree - -// 8126 -[loc_8126] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=12683 -recol2s=16809 -recol2d=14795 -recol3s=12967 -recol3d=12716 -recol4s=10854 -recol4d=9610 -recol5s=9701 -recol5d=8520 -recol6s=5505 -recol6d=5317 -model=model_8079 -model2=model_7767 -name=Dead papaya tree - -// 8127 -[loc_8127] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=12683 -recol2s=16809 -recol2d=14795 -recol3s=12967 -recol3d=12716 -recol4s=10854 -recol4d=9610 -recol5s=9701 -recol5d=8520 -recol6s=5505 -recol6d=5317 -model=model_8080 -model2=model_7767 -name=Dead papaya tree - -// 8128 -[loc_8128] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=12683 -recol2s=16809 -recol2d=14795 -recol3s=12967 -recol3d=12716 -recol4s=10854 -recol4d=9610 -recol5s=9701 -recol5d=8520 -recol6s=5505 -recol6d=5317 -model=model_8081 -model2=model_7767 -name=Dead papaya tree - -// 8129 -[loc_8129] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=12683 -recol2s=16809 -recol2d=14795 -recol3s=12967 -recol3d=12716 -recol4s=10854 -recol4d=9610 -recol5s=9701 -recol5d=8520 -recol6s=5505 -recol6d=5317 -model=model_8082 -model2=model_7767 -name=Dead papaya tree - -// 8130 -[loc_8130] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=15752 -recol1d=12683 -recol2s=16809 -recol2d=14795 -recol3s=12967 -recol3d=12716 -recol4s=10854 -recol4d=9610 -recol5s=9701 -recol5d=8520 -recol6s=5505 -recol6d=5317 -model=model_8083 -model2=model_7767 -name=Dead papaya tree - -// 8131 -[loc_8131] -ambient=30 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8090 -model2=model_7767 -name=Papaya tree stump - -// 8132 -[loc_8132] -ambient=25 -op2=Inspect -op4=Guide -model=model_7794 -name=Herb patch - -// 8133 -[loc_8133] -ambient=25 -op2=Inspect -op4=Guide -model=model_7798 -model2=model_7766 -name=Herb patch - -// 8134 -[loc_8134] -ambient=25 -op2=Inspect -op4=Guide -model=model_7800 -model2=model_7766 -name=Herb patch - -// 8135 -[loc_8135] -ambient=25 -op2=Inspect -op4=Guide -model=model_7801 -model2=model_7766 -name=Herb patch - -// 8136 -[loc_8136] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7798 -model2=model_7766 -name=Herb patch - -// 8137 -[loc_8137] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7800 -model2=model_7766 -name=Herb patch - -// 8138 -[loc_8138] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7801 -model2=model_7766 -name=Herb patch - -// 8139 -[loc_8139] -ambient=25 -op2=Inspect -op4=Guide -model=model_7871 -model2=model_7766 -name=Herbs - -// 8140 -[loc_8140] -ambient=25 -op2=Inspect -op4=Guide -model=model_7872 -model2=model_7766 -name=Herbs - -// 8141 -[loc_8141] -ambient=25 -op2=Inspect -op4=Guide -model=model_7873 -model2=model_7766 -name=Herbs - -// 8142 -[loc_8142] -ambient=25 -op2=Inspect -op4=Guide -model=model_7874 -model2=model_7766 -name=Herbs - -// 8143 -[loc_8143] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -model=model_7875 -model2=model_7766 -name=Herbs - -// 8144 -[loc_8144] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=6336 -recol2s=3330 -recol2d=8449 -recol3s=4387 -recol3d=9506 -model=model_7872 -model2=model_7766 -name=Diseased herbs - -// 8145 -[loc_8145] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=6336 -recol2s=3330 -recol2d=8449 -recol3s=4387 -recol3d=9506 -model=model_7873 -model2=model_7766 -name=Diseased herbs - -// 8146 -[loc_8146] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=6336 -recol2s=3330 -recol2d=8449 -recol3s=4387 -recol3d=9506 -model=model_7874 -model2=model_7766 -name=Diseased herbs - -// 8147 -[loc_8147] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=5251 -recol2s=3330 -recol2d=6308 -recol3s=4387 -recol3d=7368 -model=model_7872 -model2=model_7766 -name=Dead herbs - -// 8148 -[loc_8148] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=5251 -recol2s=3330 -recol2d=6308 -recol3s=4387 -recol3d=7368 -model=model_7873 -model2=model_7766 -name=Dead herbs - -// 8149 -[loc_8149] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=5251 -recol2s=3330 -recol2d=6308 -recol3s=4387 -recol3d=7368 -model=model_7874 -model2=model_7766 -name=Dead herbs - -// 8150 -[loc_8150] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_780 -multiloc=0,loc_8135 -multiloc=1,loc_8134 -multiloc=2,loc_8133 -multiloc=3,loc_8132 -multiloc=4,loc_8139 -multiloc=5,loc_8140 -multiloc=6,loc_8141 -multiloc=7,loc_8142 -multiloc=8,loc_8143 -multiloc=9,loc_8143 -multiloc=10,loc_8143 -multiloc=11,loc_8139 -multiloc=12,loc_8140 -multiloc=13,loc_8141 -multiloc=14,loc_8142 -multiloc=15,loc_8143 -multiloc=16,loc_8143 -multiloc=17,loc_8143 -multiloc=18,loc_8139 -multiloc=19,loc_8140 -multiloc=20,loc_8141 -multiloc=21,loc_8142 -multiloc=22,loc_8143 -multiloc=23,loc_8143 -multiloc=24,loc_8143 -multiloc=25,loc_8139 -multiloc=26,loc_8140 -multiloc=27,loc_8141 -multiloc=28,loc_8142 -multiloc=29,loc_8143 -multiloc=30,loc_8143 -multiloc=31,loc_8143 -multiloc=32,loc_8139 -multiloc=33,loc_8140 -multiloc=34,loc_8141 -multiloc=35,loc_8142 -multiloc=36,loc_8143 -multiloc=37,loc_8143 -multiloc=38,loc_8143 -multiloc=39,loc_8139 -multiloc=40,loc_8140 -multiloc=41,loc_8141 -multiloc=42,loc_8142 -multiloc=43,loc_8143 -multiloc=44,loc_8143 -multiloc=45,loc_8143 -multiloc=46,loc_8139 -multiloc=47,loc_8140 -multiloc=48,loc_8141 -multiloc=49,loc_8142 -multiloc=50,loc_8143 -multiloc=51,loc_8143 -multiloc=52,loc_8143 -multiloc=53,loc_8139 -multiloc=54,loc_8140 -multiloc=55,loc_8141 -multiloc=56,loc_8142 -multiloc=57,loc_8143 -multiloc=58,loc_8143 -multiloc=59,loc_8143 -multiloc=60,loc_8135 -multiloc=61,loc_8135 -multiloc=62,loc_8135 -multiloc=63,loc_8135 -multiloc=64,loc_8135 -multiloc=65,loc_8135 -multiloc=66,loc_8135 -multiloc=67,loc_8135 -multiloc=68,loc_8139 -multiloc=69,loc_8140 -multiloc=70,loc_8141 -multiloc=71,loc_8142 -multiloc=72,loc_8143 -multiloc=73,loc_8143 -multiloc=74,loc_8143 -multiloc=75,loc_8139 -multiloc=76,loc_8140 -multiloc=77,loc_8141 -multiloc=78,loc_8142 -multiloc=79,loc_8143 -multiloc=80,loc_8143 -multiloc=81,loc_8143 -multiloc=82,loc_8139 -multiloc=83,loc_8140 -multiloc=84,loc_8141 -multiloc=85,loc_8142 -multiloc=86,loc_8143 -multiloc=87,loc_8143 -multiloc=88,loc_8143 -multiloc=89,loc_8139 -multiloc=90,loc_8140 -multiloc=91,loc_8141 -multiloc=92,loc_8142 -multiloc=93,loc_8143 -multiloc=94,loc_8143 -multiloc=95,loc_8143 -multiloc=96,loc_8139 -multiloc=97,loc_8140 -multiloc=98,loc_8141 -multiloc=99,loc_8142 -multiloc=100,loc_8143 -multiloc=101,loc_8143 -multiloc=102,loc_8143 -multiloc=103,loc_8139 -multiloc=104,loc_8140 -multiloc=105,loc_8141 -multiloc=106,loc_8142 -multiloc=107,loc_8143 -multiloc=108,loc_8143 -multiloc=109,loc_8143 -multiloc=128,loc_8144 -multiloc=129,loc_8145 -multiloc=130,loc_8146 -multiloc=131,loc_8144 -multiloc=132,loc_8145 -multiloc=133,loc_8146 -multiloc=134,loc_8144 -multiloc=135,loc_8145 -multiloc=136,loc_8146 -multiloc=137,loc_8144 -multiloc=138,loc_8145 -multiloc=139,loc_8146 -multiloc=140,loc_8144 -multiloc=141,loc_8145 -multiloc=142,loc_8146 -multiloc=143,loc_8144 -multiloc=144,loc_8145 -multiloc=145,loc_8146 -multiloc=146,loc_8144 -multiloc=147,loc_8145 -multiloc=148,loc_8146 -multiloc=149,loc_8144 -multiloc=150,loc_8145 -multiloc=151,loc_8146 -multiloc=152,loc_8144 -multiloc=153,loc_8145 -multiloc=154,loc_8146 -multiloc=155,loc_8144 -multiloc=156,loc_8145 -multiloc=157,loc_8146 -multiloc=158,loc_8144 -multiloc=159,loc_8145 -multiloc=160,loc_8146 -multiloc=161,loc_8144 -multiloc=162,loc_8145 -multiloc=163,loc_8146 -multiloc=164,loc_8144 -multiloc=165,loc_8145 -multiloc=166,loc_8146 -multiloc=167,loc_8144 -multiloc=168,loc_8145 -multiloc=169,loc_8146 -multiloc=170,loc_8147 -multiloc=171,loc_8148 -multiloc=172,loc_8149 -multiloc=173,loc_8135 -multiloc=174,loc_8135 -multiloc=175,loc_8135 -multiloc=176,loc_8135 -multiloc=177,loc_8135 -multiloc=178,loc_8135 -multiloc=179,loc_8135 -multiloc=180,loc_8135 -multiloc=181,loc_8135 -multiloc=182,loc_8135 -multiloc=183,loc_8135 -multiloc=184,loc_8135 -multiloc=185,loc_8135 -multiloc=186,loc_8135 -multiloc=187,loc_8135 -multiloc=188,loc_8135 -multiloc=189,loc_8135 -multiloc=190,loc_8135 -multiloc=191,loc_8135 -multiloc=192,loc_9044 -multiloc=193,loc_9045 -multiloc=194,loc_9046 -multiloc=195,loc_9047 -multiloc=196,loc_9048 -multiloc=197,loc_9048 -multiloc=198,loc_9049 -multiloc=199,loc_9050 -multiloc=200,loc_9051 -multiloc=201,loc_9052 -multiloc=202,loc_9053 -multiloc=203,loc_9054 -multiloc=204,loc_8139 -multiloc=205,loc_8140 -multiloc=206,loc_8141 -multiloc=207,loc_8142 -multiloc=208,loc_8143 -multiloc=209,loc_8143 -multiloc=210,loc_8143 -multiloc=211,loc_8144 -multiloc=212,loc_8145 -multiloc=213,loc_8146 -multiloc=214,loc_8135 -multiloc=215,loc_8135 -multiloc=216,loc_8135 -multiloc=217,loc_8135 -multiloc=218,loc_8135 -multiloc=219,loc_8135 -multiloc=221,loc_8135 -multiloc=222,loc_8135 -multiloc=223,loc_8135 -multiloc=224,loc_8135 -multiloc=225,loc_8135 -multiloc=226,loc_8135 -multiloc=227,loc_8135 -multiloc=228,loc_8135 -multiloc=229,loc_8135 -multiloc=230,loc_8135 -multiloc=231,loc_8135 -multiloc=232,loc_8135 -multiloc=233,loc_8135 -multiloc=234,loc_8135 -multiloc=235,loc_8135 -multiloc=236,loc_8135 -multiloc=237,loc_8135 -multiloc=238,loc_8135 -multiloc=239,loc_8135 -multiloc=240,loc_8135 -multiloc=241,loc_8135 -multiloc=242,loc_8135 -multiloc=243,loc_8135 -multiloc=244,loc_8135 -multiloc=245,loc_8135 -multiloc=246,loc_8135 -multiloc=247,loc_8135 -multiloc=248,loc_8135 -multiloc=249,loc_8135 -multiloc=250,loc_8135 -multiloc=251,loc_8135 -multiloc=252,loc_8135 -multiloc=253,loc_8135 -multiloc=254,loc_8135 -multiloc=255,loc_8135 - -// 8151 -[loc_8151] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_781 -multiloc=0,loc_8135 -multiloc=1,loc_8134 -multiloc=2,loc_8133 -multiloc=3,loc_8132 -multiloc=4,loc_8139 -multiloc=5,loc_8140 -multiloc=6,loc_8141 -multiloc=7,loc_8142 -multiloc=8,loc_8143 -multiloc=9,loc_8143 -multiloc=10,loc_8143 -multiloc=11,loc_8139 -multiloc=12,loc_8140 -multiloc=13,loc_8141 -multiloc=14,loc_8142 -multiloc=15,loc_8143 -multiloc=16,loc_8143 -multiloc=17,loc_8143 -multiloc=18,loc_8139 -multiloc=19,loc_8140 -multiloc=20,loc_8141 -multiloc=21,loc_8142 -multiloc=22,loc_8143 -multiloc=23,loc_8143 -multiloc=24,loc_8143 -multiloc=25,loc_8139 -multiloc=26,loc_8140 -multiloc=27,loc_8141 -multiloc=28,loc_8142 -multiloc=29,loc_8143 -multiloc=30,loc_8143 -multiloc=31,loc_8143 -multiloc=32,loc_8139 -multiloc=33,loc_8140 -multiloc=34,loc_8141 -multiloc=35,loc_8142 -multiloc=36,loc_8143 -multiloc=37,loc_8143 -multiloc=38,loc_8143 -multiloc=39,loc_8139 -multiloc=40,loc_8140 -multiloc=41,loc_8141 -multiloc=42,loc_8142 -multiloc=43,loc_8143 -multiloc=44,loc_8143 -multiloc=45,loc_8143 -multiloc=46,loc_8139 -multiloc=47,loc_8140 -multiloc=48,loc_8141 -multiloc=49,loc_8142 -multiloc=50,loc_8143 -multiloc=51,loc_8143 -multiloc=52,loc_8143 -multiloc=53,loc_8139 -multiloc=54,loc_8140 -multiloc=55,loc_8141 -multiloc=56,loc_8142 -multiloc=57,loc_8143 -multiloc=58,loc_8143 -multiloc=59,loc_8143 -multiloc=60,loc_8135 -multiloc=61,loc_8135 -multiloc=62,loc_8135 -multiloc=63,loc_8135 -multiloc=64,loc_8135 -multiloc=65,loc_8135 -multiloc=66,loc_8135 -multiloc=67,loc_8135 -multiloc=68,loc_8139 -multiloc=69,loc_8140 -multiloc=70,loc_8141 -multiloc=71,loc_8142 -multiloc=72,loc_8143 -multiloc=73,loc_8143 -multiloc=74,loc_8143 -multiloc=75,loc_8139 -multiloc=76,loc_8140 -multiloc=77,loc_8141 -multiloc=78,loc_8142 -multiloc=79,loc_8143 -multiloc=80,loc_8143 -multiloc=81,loc_8143 -multiloc=82,loc_8139 -multiloc=83,loc_8140 -multiloc=84,loc_8141 -multiloc=85,loc_8142 -multiloc=86,loc_8143 -multiloc=87,loc_8143 -multiloc=88,loc_8143 -multiloc=89,loc_8139 -multiloc=90,loc_8140 -multiloc=91,loc_8141 -multiloc=92,loc_8142 -multiloc=93,loc_8143 -multiloc=94,loc_8143 -multiloc=95,loc_8143 -multiloc=96,loc_8139 -multiloc=97,loc_8140 -multiloc=98,loc_8141 -multiloc=99,loc_8142 -multiloc=100,loc_8143 -multiloc=101,loc_8143 -multiloc=102,loc_8143 -multiloc=103,loc_8139 -multiloc=104,loc_8140 -multiloc=105,loc_8141 -multiloc=106,loc_8142 -multiloc=107,loc_8143 -multiloc=108,loc_8143 -multiloc=109,loc_8143 -multiloc=128,loc_8144 -multiloc=129,loc_8145 -multiloc=130,loc_8146 -multiloc=131,loc_8144 -multiloc=132,loc_8145 -multiloc=133,loc_8146 -multiloc=134,loc_8144 -multiloc=135,loc_8145 -multiloc=136,loc_8146 -multiloc=137,loc_8144 -multiloc=138,loc_8145 -multiloc=139,loc_8146 -multiloc=140,loc_8144 -multiloc=141,loc_8145 -multiloc=142,loc_8146 -multiloc=143,loc_8144 -multiloc=144,loc_8145 -multiloc=145,loc_8146 -multiloc=146,loc_8144 -multiloc=147,loc_8145 -multiloc=148,loc_8146 -multiloc=149,loc_8144 -multiloc=150,loc_8145 -multiloc=151,loc_8146 -multiloc=152,loc_8144 -multiloc=153,loc_8145 -multiloc=154,loc_8146 -multiloc=155,loc_8144 -multiloc=156,loc_8145 -multiloc=157,loc_8146 -multiloc=158,loc_8144 -multiloc=159,loc_8145 -multiloc=160,loc_8146 -multiloc=161,loc_8144 -multiloc=162,loc_8145 -multiloc=163,loc_8146 -multiloc=164,loc_8144 -multiloc=165,loc_8145 -multiloc=166,loc_8146 -multiloc=167,loc_8144 -multiloc=168,loc_8145 -multiloc=169,loc_8146 -multiloc=170,loc_8147 -multiloc=171,loc_8148 -multiloc=172,loc_8149 -multiloc=173,loc_8135 -multiloc=174,loc_8135 -multiloc=175,loc_8135 -multiloc=176,loc_8135 -multiloc=177,loc_8135 -multiloc=178,loc_8135 -multiloc=179,loc_8135 -multiloc=180,loc_8135 -multiloc=181,loc_8135 -multiloc=182,loc_8135 -multiloc=183,loc_8135 -multiloc=184,loc_8135 -multiloc=185,loc_8135 -multiloc=186,loc_8135 -multiloc=187,loc_8135 -multiloc=188,loc_8135 -multiloc=189,loc_8135 -multiloc=190,loc_8135 -multiloc=191,loc_8135 -multiloc=192,loc_9044 -multiloc=193,loc_9045 -multiloc=194,loc_9046 -multiloc=195,loc_9047 -multiloc=196,loc_9048 -multiloc=197,loc_9048 -multiloc=198,loc_9049 -multiloc=199,loc_9050 -multiloc=200,loc_9051 -multiloc=201,loc_9052 -multiloc=202,loc_9053 -multiloc=203,loc_9054 -multiloc=204,loc_8139 -multiloc=205,loc_8140 -multiloc=206,loc_8141 -multiloc=207,loc_8142 -multiloc=208,loc_8143 -multiloc=209,loc_8143 -multiloc=210,loc_8143 -multiloc=211,loc_8144 -multiloc=212,loc_8145 -multiloc=213,loc_8146 -multiloc=214,loc_8135 -multiloc=215,loc_8135 -multiloc=216,loc_8135 -multiloc=217,loc_8135 -multiloc=218,loc_8135 -multiloc=219,loc_8135 -multiloc=221,loc_8135 -multiloc=222,loc_8135 -multiloc=223,loc_8135 -multiloc=224,loc_8135 -multiloc=225,loc_8135 -multiloc=226,loc_8135 -multiloc=227,loc_8135 -multiloc=228,loc_8135 -multiloc=229,loc_8135 -multiloc=230,loc_8135 -multiloc=231,loc_8135 -multiloc=232,loc_8135 -multiloc=233,loc_8135 -multiloc=234,loc_8135 -multiloc=235,loc_8135 -multiloc=236,loc_8135 -multiloc=237,loc_8135 -multiloc=238,loc_8135 -multiloc=239,loc_8135 -multiloc=240,loc_8135 -multiloc=241,loc_8135 -multiloc=242,loc_8135 -multiloc=243,loc_8135 -multiloc=244,loc_8135 -multiloc=245,loc_8135 -multiloc=246,loc_8135 -multiloc=247,loc_8135 -multiloc=248,loc_8135 -multiloc=249,loc_8135 -multiloc=250,loc_8135 -multiloc=251,loc_8135 -multiloc=252,loc_8135 -multiloc=253,loc_8135 -multiloc=254,loc_8135 -multiloc=255,loc_8135 - -// 8152 -[loc_8152] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_782 -multiloc=0,loc_8135 -multiloc=1,loc_8134 -multiloc=2,loc_8133 -multiloc=3,loc_8132 -multiloc=4,loc_8139 -multiloc=5,loc_8140 -multiloc=6,loc_8141 -multiloc=7,loc_8142 -multiloc=8,loc_8143 -multiloc=9,loc_8143 -multiloc=10,loc_8143 -multiloc=11,loc_8139 -multiloc=12,loc_8140 -multiloc=13,loc_8141 -multiloc=14,loc_8142 -multiloc=15,loc_8143 -multiloc=16,loc_8143 -multiloc=17,loc_8143 -multiloc=18,loc_8139 -multiloc=19,loc_8140 -multiloc=20,loc_8141 -multiloc=21,loc_8142 -multiloc=22,loc_8143 -multiloc=23,loc_8143 -multiloc=24,loc_8143 -multiloc=25,loc_8139 -multiloc=26,loc_8140 -multiloc=27,loc_8141 -multiloc=28,loc_8142 -multiloc=29,loc_8143 -multiloc=30,loc_8143 -multiloc=31,loc_8143 -multiloc=32,loc_8139 -multiloc=33,loc_8140 -multiloc=34,loc_8141 -multiloc=35,loc_8142 -multiloc=36,loc_8143 -multiloc=37,loc_8143 -multiloc=38,loc_8143 -multiloc=39,loc_8139 -multiloc=40,loc_8140 -multiloc=41,loc_8141 -multiloc=42,loc_8142 -multiloc=43,loc_8143 -multiloc=44,loc_8143 -multiloc=45,loc_8143 -multiloc=46,loc_8139 -multiloc=47,loc_8140 -multiloc=48,loc_8141 -multiloc=49,loc_8142 -multiloc=50,loc_8143 -multiloc=51,loc_8143 -multiloc=52,loc_8143 -multiloc=53,loc_8139 -multiloc=54,loc_8140 -multiloc=55,loc_8141 -multiloc=56,loc_8142 -multiloc=57,loc_8143 -multiloc=58,loc_8143 -multiloc=59,loc_8143 -multiloc=60,loc_8135 -multiloc=61,loc_8135 -multiloc=62,loc_8135 -multiloc=63,loc_8135 -multiloc=64,loc_8135 -multiloc=65,loc_8135 -multiloc=66,loc_8135 -multiloc=67,loc_8135 -multiloc=68,loc_8139 -multiloc=69,loc_8140 -multiloc=70,loc_8141 -multiloc=71,loc_8142 -multiloc=72,loc_8143 -multiloc=73,loc_8143 -multiloc=74,loc_8143 -multiloc=75,loc_8139 -multiloc=76,loc_8140 -multiloc=77,loc_8141 -multiloc=78,loc_8142 -multiloc=79,loc_8143 -multiloc=80,loc_8143 -multiloc=81,loc_8143 -multiloc=82,loc_8139 -multiloc=83,loc_8140 -multiloc=84,loc_8141 -multiloc=85,loc_8142 -multiloc=86,loc_8143 -multiloc=87,loc_8143 -multiloc=88,loc_8143 -multiloc=89,loc_8139 -multiloc=90,loc_8140 -multiloc=91,loc_8141 -multiloc=92,loc_8142 -multiloc=93,loc_8143 -multiloc=94,loc_8143 -multiloc=95,loc_8143 -multiloc=96,loc_8139 -multiloc=97,loc_8140 -multiloc=98,loc_8141 -multiloc=99,loc_8142 -multiloc=100,loc_8143 -multiloc=101,loc_8143 -multiloc=102,loc_8143 -multiloc=103,loc_8139 -multiloc=104,loc_8140 -multiloc=105,loc_8141 -multiloc=106,loc_8142 -multiloc=107,loc_8143 -multiloc=108,loc_8143 -multiloc=109,loc_8143 -multiloc=128,loc_8144 -multiloc=129,loc_8145 -multiloc=130,loc_8146 -multiloc=131,loc_8144 -multiloc=132,loc_8145 -multiloc=133,loc_8146 -multiloc=134,loc_8144 -multiloc=135,loc_8145 -multiloc=136,loc_8146 -multiloc=137,loc_8144 -multiloc=138,loc_8145 -multiloc=139,loc_8146 -multiloc=140,loc_8144 -multiloc=141,loc_8145 -multiloc=142,loc_8146 -multiloc=143,loc_8144 -multiloc=144,loc_8145 -multiloc=145,loc_8146 -multiloc=146,loc_8144 -multiloc=147,loc_8145 -multiloc=148,loc_8146 -multiloc=149,loc_8144 -multiloc=150,loc_8145 -multiloc=151,loc_8146 -multiloc=152,loc_8144 -multiloc=153,loc_8145 -multiloc=154,loc_8146 -multiloc=155,loc_8144 -multiloc=156,loc_8145 -multiloc=157,loc_8146 -multiloc=158,loc_8144 -multiloc=159,loc_8145 -multiloc=160,loc_8146 -multiloc=161,loc_8144 -multiloc=162,loc_8145 -multiloc=163,loc_8146 -multiloc=164,loc_8144 -multiloc=165,loc_8145 -multiloc=166,loc_8146 -multiloc=167,loc_8144 -multiloc=168,loc_8145 -multiloc=169,loc_8146 -multiloc=170,loc_8147 -multiloc=171,loc_8148 -multiloc=172,loc_8149 -multiloc=173,loc_8135 -multiloc=174,loc_8135 -multiloc=175,loc_8135 -multiloc=176,loc_8135 -multiloc=177,loc_8135 -multiloc=178,loc_8135 -multiloc=179,loc_8135 -multiloc=180,loc_8135 -multiloc=181,loc_8135 -multiloc=182,loc_8135 -multiloc=183,loc_8135 -multiloc=184,loc_8135 -multiloc=185,loc_8135 -multiloc=186,loc_8135 -multiloc=187,loc_8135 -multiloc=188,loc_8135 -multiloc=189,loc_8135 -multiloc=190,loc_8135 -multiloc=191,loc_8135 -multiloc=192,loc_9044 -multiloc=193,loc_9045 -multiloc=194,loc_9046 -multiloc=195,loc_9047 -multiloc=196,loc_9048 -multiloc=197,loc_9048 -multiloc=198,loc_9049 -multiloc=199,loc_9050 -multiloc=200,loc_9051 -multiloc=201,loc_9052 -multiloc=202,loc_9053 -multiloc=203,loc_9054 -multiloc=204,loc_8139 -multiloc=205,loc_8140 -multiloc=206,loc_8141 -multiloc=207,loc_8142 -multiloc=208,loc_8143 -multiloc=209,loc_8143 -multiloc=210,loc_8143 -multiloc=211,loc_8144 -multiloc=212,loc_8145 -multiloc=213,loc_8146 -multiloc=214,loc_8135 -multiloc=215,loc_8135 -multiloc=216,loc_8135 -multiloc=217,loc_8135 -multiloc=218,loc_8135 -multiloc=219,loc_8135 -multiloc=221,loc_8135 -multiloc=222,loc_8135 -multiloc=223,loc_8135 -multiloc=224,loc_8135 -multiloc=225,loc_8135 -multiloc=226,loc_8135 -multiloc=227,loc_8135 -multiloc=228,loc_8135 -multiloc=229,loc_8135 -multiloc=230,loc_8135 -multiloc=231,loc_8135 -multiloc=232,loc_8135 -multiloc=233,loc_8135 -multiloc=234,loc_8135 -multiloc=235,loc_8135 -multiloc=236,loc_8135 -multiloc=237,loc_8135 -multiloc=238,loc_8135 -multiloc=239,loc_8135 -multiloc=240,loc_8135 -multiloc=241,loc_8135 -multiloc=242,loc_8135 -multiloc=243,loc_8135 -multiloc=244,loc_8135 -multiloc=245,loc_8135 -multiloc=246,loc_8135 -multiloc=247,loc_8135 -multiloc=248,loc_8135 -multiloc=249,loc_8135 -multiloc=250,loc_8135 -multiloc=251,loc_8135 -multiloc=252,loc_8135 -multiloc=253,loc_8135 -multiloc=254,loc_8135 -multiloc=255,loc_8135 - -// 8153 -[loc_8153] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_783 -multiloc=0,loc_8138 -multiloc=1,loc_8137 -multiloc=2,loc_8136 -multiloc=3,loc_8132 -multiloc=4,loc_8139 -multiloc=5,loc_8140 -multiloc=6,loc_8141 -multiloc=7,loc_8142 -multiloc=8,loc_8143 -multiloc=9,loc_8143 -multiloc=10,loc_8143 -multiloc=11,loc_8139 -multiloc=12,loc_8140 -multiloc=13,loc_8141 -multiloc=14,loc_8142 -multiloc=15,loc_8143 -multiloc=16,loc_8143 -multiloc=17,loc_8143 -multiloc=18,loc_8139 -multiloc=19,loc_8140 -multiloc=20,loc_8141 -multiloc=21,loc_8142 -multiloc=22,loc_8143 -multiloc=23,loc_8143 -multiloc=24,loc_8143 -multiloc=25,loc_8139 -multiloc=26,loc_8140 -multiloc=27,loc_8141 -multiloc=28,loc_8142 -multiloc=29,loc_8143 -multiloc=30,loc_8143 -multiloc=31,loc_8143 -multiloc=32,loc_8139 -multiloc=33,loc_8140 -multiloc=34,loc_8141 -multiloc=35,loc_8142 -multiloc=36,loc_8143 -multiloc=37,loc_8143 -multiloc=38,loc_8143 -multiloc=39,loc_8139 -multiloc=40,loc_8140 -multiloc=41,loc_8141 -multiloc=42,loc_8142 -multiloc=43,loc_8143 -multiloc=44,loc_8143 -multiloc=45,loc_8143 -multiloc=46,loc_8139 -multiloc=47,loc_8140 -multiloc=48,loc_8141 -multiloc=49,loc_8142 -multiloc=50,loc_8143 -multiloc=51,loc_8143 -multiloc=52,loc_8143 -multiloc=53,loc_8139 -multiloc=54,loc_8140 -multiloc=55,loc_8141 -multiloc=56,loc_8142 -multiloc=57,loc_8143 -multiloc=58,loc_8143 -multiloc=59,loc_8143 -multiloc=60,loc_8138 -multiloc=61,loc_8138 -multiloc=62,loc_8138 -multiloc=63,loc_8138 -multiloc=64,loc_8138 -multiloc=65,loc_8138 -multiloc=66,loc_8138 -multiloc=67,loc_8138 -multiloc=68,loc_8139 -multiloc=69,loc_8140 -multiloc=70,loc_8141 -multiloc=71,loc_8142 -multiloc=72,loc_8143 -multiloc=73,loc_8143 -multiloc=74,loc_8143 -multiloc=75,loc_8139 -multiloc=76,loc_8140 -multiloc=77,loc_8141 -multiloc=78,loc_8142 -multiloc=79,loc_8143 -multiloc=80,loc_8143 -multiloc=81,loc_8143 -multiloc=82,loc_8139 -multiloc=83,loc_8140 -multiloc=84,loc_8141 -multiloc=85,loc_8142 -multiloc=86,loc_8143 -multiloc=87,loc_8143 -multiloc=88,loc_8143 -multiloc=89,loc_8139 -multiloc=90,loc_8140 -multiloc=91,loc_8141 -multiloc=92,loc_8142 -multiloc=93,loc_8143 -multiloc=94,loc_8143 -multiloc=95,loc_8143 -multiloc=96,loc_8139 -multiloc=97,loc_8140 -multiloc=98,loc_8141 -multiloc=99,loc_8142 -multiloc=100,loc_8143 -multiloc=101,loc_8143 -multiloc=102,loc_8143 -multiloc=103,loc_8139 -multiloc=104,loc_8140 -multiloc=105,loc_8141 -multiloc=106,loc_8142 -multiloc=107,loc_8143 -multiloc=108,loc_8143 -multiloc=109,loc_8143 -multiloc=128,loc_8144 -multiloc=129,loc_8145 -multiloc=130,loc_8146 -multiloc=131,loc_8144 -multiloc=132,loc_8145 -multiloc=133,loc_8146 -multiloc=134,loc_8144 -multiloc=135,loc_8145 -multiloc=136,loc_8146 -multiloc=137,loc_8144 -multiloc=138,loc_8145 -multiloc=139,loc_8146 -multiloc=140,loc_8144 -multiloc=141,loc_8145 -multiloc=142,loc_8146 -multiloc=143,loc_8144 -multiloc=144,loc_8145 -multiloc=145,loc_8146 -multiloc=146,loc_8144 -multiloc=147,loc_8145 -multiloc=148,loc_8146 -multiloc=149,loc_8144 -multiloc=150,loc_8145 -multiloc=151,loc_8146 -multiloc=152,loc_8144 -multiloc=153,loc_8145 -multiloc=154,loc_8146 -multiloc=155,loc_8144 -multiloc=156,loc_8145 -multiloc=157,loc_8146 -multiloc=158,loc_8144 -multiloc=159,loc_8145 -multiloc=160,loc_8146 -multiloc=161,loc_8144 -multiloc=162,loc_8145 -multiloc=163,loc_8146 -multiloc=164,loc_8144 -multiloc=165,loc_8145 -multiloc=166,loc_8146 -multiloc=167,loc_8144 -multiloc=168,loc_8145 -multiloc=169,loc_8146 -multiloc=170,loc_8147 -multiloc=171,loc_8148 -multiloc=172,loc_8149 -multiloc=173,loc_8138 -multiloc=174,loc_8138 -multiloc=175,loc_8138 -multiloc=176,loc_8138 -multiloc=177,loc_8138 -multiloc=178,loc_8138 -multiloc=179,loc_8138 -multiloc=180,loc_8138 -multiloc=181,loc_8138 -multiloc=182,loc_8138 -multiloc=183,loc_8138 -multiloc=184,loc_8138 -multiloc=185,loc_8138 -multiloc=186,loc_8138 -multiloc=187,loc_8138 -multiloc=188,loc_8138 -multiloc=189,loc_8138 -multiloc=190,loc_8138 -multiloc=191,loc_8138 -multiloc=192,loc_9044 -multiloc=193,loc_9045 -multiloc=194,loc_9046 -multiloc=195,loc_9047 -multiloc=196,loc_9048 -multiloc=197,loc_9048 -multiloc=198,loc_9049 -multiloc=199,loc_9050 -multiloc=200,loc_9051 -multiloc=201,loc_9052 -multiloc=202,loc_9053 -multiloc=203,loc_9054 -multiloc=204,loc_8139 -multiloc=205,loc_8140 -multiloc=206,loc_8141 -multiloc=207,loc_8142 -multiloc=208,loc_8143 -multiloc=209,loc_8143 -multiloc=210,loc_8143 -multiloc=211,loc_8144 -multiloc=212,loc_8145 -multiloc=213,loc_8146 -multiloc=214,loc_8138 -multiloc=215,loc_8138 -multiloc=216,loc_8138 -multiloc=217,loc_8138 -multiloc=218,loc_8138 -multiloc=219,loc_8138 -multiloc=221,loc_8138 -multiloc=222,loc_8138 -multiloc=223,loc_8138 -multiloc=224,loc_8138 -multiloc=225,loc_8138 -multiloc=226,loc_8138 -multiloc=227,loc_8138 -multiloc=228,loc_8138 -multiloc=229,loc_8138 -multiloc=230,loc_8138 -multiloc=231,loc_8138 -multiloc=232,loc_8138 -multiloc=233,loc_8138 -multiloc=234,loc_8138 -multiloc=235,loc_8138 -multiloc=236,loc_8138 -multiloc=237,loc_8138 -multiloc=238,loc_8138 -multiloc=239,loc_8138 -multiloc=240,loc_8138 -multiloc=241,loc_8138 -multiloc=242,loc_8138 -multiloc=243,loc_8138 -multiloc=244,loc_8138 -multiloc=245,loc_8138 -multiloc=246,loc_8138 -multiloc=247,loc_8138 -multiloc=248,loc_8138 -multiloc=249,loc_8138 -multiloc=250,loc_8138 -multiloc=251,loc_8138 -multiloc=252,loc_8138 -multiloc=253,loc_8138 -multiloc=254,loc_8138 -multiloc=255,loc_8138 - -// 8154 -[loc_8154] -ambient=25 -op2=Inspect -op4=Guide -model=model_8197 -model2=model_7766 -name=Asgarnian Hops - -// 8155 -[loc_8155] -ambient=25 -op2=Inspect -op4=Guide -model=model_8199 -model2=model_7766 -name=Asgarnian Hops - -// 8156 -[loc_8156] -ambient=25 -op2=Inspect -op4=Guide -model=model_8201 -model2=model_7766 -name=Asgarnian Hops - -// 8157 -[loc_8157] -ambient=25 -op2=Inspect -op4=Guide -model=model_8203 -model2=model_7766 -name=Asgarnian Hops - -// 8158 -[loc_8158] -ambient=25 -op2=Inspect -op4=Guide -model=model_8204 -model2=model_7766 -name=Asgarnian Hops - -// 8159 -[loc_8159] -ambient=25 -op1=Harvest -op2=Inspect -op4=Guide -model=model_8205 -model2=model_7766 -name=Asgarnian Hops - -// 8160 -[loc_8160] -ambient=25 -op2=Inspect -op4=Guide -model=model_8197 -model2=model_8222 -model3=model_7766 -name=Asgarnian Hops - -// 8161 -[loc_8161] -ambient=25 -op2=Inspect -op4=Guide -model=model_8199 -model2=model_8222 -model3=model_7766 -name=Asgarnian Hops - -// 8162 -[loc_8162] -ambient=25 -op2=Inspect -op4=Guide -model=model_8201 -model2=model_8222 -model3=model_7766 -name=Asgarnian Hops - -// 8163 -[loc_8163] -ambient=25 -op2=Inspect -op4=Guide -model=model_8203 -model2=model_8222 -model3=model_7766 -name=Asgarnian Hops - -// 8164 -[loc_8164] -ambient=25 -op2=Inspect -op4=Guide -model=model_8204 -model2=model_8222 -model3=model_7766 -name=Asgarnian Hops - -// 8165 -[loc_8165] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8199 -model2=model_7766 -name=Diseased Asgarnian Hops - -// 8166 -[loc_8166] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8201 -model2=model_7766 -name=Diseased Asgarnian Hops - -// 8167 -[loc_8167] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8203 -model2=model_7766 -name=Diseased Asgarnian Hops - -// 8168 -[loc_8168] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8204 -model2=model_7766 -name=Diseased Asgarnian Hops - -// 8169 -[loc_8169] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8199 -model2=model_7766 -name=Dead Asgarnian Hops - -// 8170 -[loc_8170] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8201 -model2=model_7766 -name=Dead Asgarnian Hops - -// 8171 -[loc_8171] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8203 -model2=model_7766 -name=Dead Asgarnian Hops - -// 8172 -[loc_8172] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8204 -model2=model_7766 -name=Dead Asgarnian Hops - -// 8173 -[loc_8173] -blockwalk=yes -active=yes -multivar=varplayerbit_716 -multiloc=0,loc_8210 -multiloc=1,loc_8209 -multiloc=2,loc_8208 -multiloc=3,loc_8207 -multiloc=4,loc_8177 -multiloc=5,loc_8178 -multiloc=6,loc_8179 -multiloc=7,loc_8180 -multiloc=8,loc_8181 -multiloc=9,loc_8181 -multiloc=10,loc_8181 -multiloc=11,loc_8154 -multiloc=12,loc_8155 -multiloc=13,loc_8156 -multiloc=14,loc_8157 -multiloc=15,loc_8158 -multiloc=16,loc_8159 -multiloc=17,loc_8159 -multiloc=18,loc_8159 -multiloc=19,loc_8288 -multiloc=20,loc_8289 -multiloc=21,loc_8290 -multiloc=22,loc_8291 -multiloc=23,loc_8292 -multiloc=24,loc_8293 -multiloc=25,loc_8294 -multiloc=26,loc_8294 -multiloc=27,loc_8294 -multiloc=28,loc_8211 -multiloc=29,loc_8212 -multiloc=30,loc_8213 -multiloc=31,loc_8214 -multiloc=32,loc_8215 -multiloc=33,loc_8216 -multiloc=34,loc_8217 -multiloc=35,loc_8218 -multiloc=36,loc_8218 -multiloc=37,loc_8218 -multiloc=38,loc_8257 -multiloc=39,loc_8258 -multiloc=40,loc_8259 -multiloc=41,loc_8260 -multiloc=42,loc_8261 -multiloc=43,loc_8262 -multiloc=44,loc_8263 -multiloc=45,loc_8264 -multiloc=46,loc_8265 -multiloc=47,loc_8265 -multiloc=48,loc_8265 -multiloc=49,loc_8192 -multiloc=50,loc_8193 -multiloc=51,loc_8194 -multiloc=52,loc_8195 -multiloc=53,loc_8196 -multiloc=54,loc_8196 -multiloc=55,loc_8196 -multiloc=56,loc_8238 -multiloc=57,loc_8239 -multiloc=58,loc_8240 -multiloc=59,loc_8241 -multiloc=60,loc_8242 -multiloc=61,loc_8243 -multiloc=62,loc_8243 -multiloc=63,loc_8243 -multiloc=64,loc_8210 -multiloc=65,loc_8210 -multiloc=66,loc_8210 -multiloc=67,loc_8210 -multiloc=68,loc_8182 -multiloc=69,loc_8183 -multiloc=70,loc_8184 -multiloc=71,loc_8185 -multiloc=72,loc_8210 -multiloc=73,loc_8210 -multiloc=74,loc_8210 -multiloc=75,loc_8160 -multiloc=76,loc_8161 -multiloc=77,loc_8162 -multiloc=78,loc_8163 -multiloc=79,loc_8164 -multiloc=80,loc_8210 -multiloc=81,loc_8210 -multiloc=82,loc_8210 -multiloc=83,loc_8295 -multiloc=84,loc_8296 -multiloc=85,loc_8297 -multiloc=86,loc_8298 -multiloc=87,loc_8299 -multiloc=88,loc_8300 -multiloc=89,loc_8210 -multiloc=90,loc_8210 -multiloc=91,loc_8210 -multiloc=92,loc_8219 -multiloc=93,loc_8220 -multiloc=94,loc_8221 -multiloc=95,loc_8222 -multiloc=96,loc_8223 -multiloc=97,loc_8224 -multiloc=98,loc_8225 -multiloc=99,loc_8210 -multiloc=100,loc_8210 -multiloc=101,loc_8210 -multiloc=102,loc_8266 -multiloc=103,loc_8267 -multiloc=104,loc_8268 -multiloc=105,loc_8269 -multiloc=106,loc_8270 -multiloc=107,loc_8271 -multiloc=108,loc_8272 -multiloc=109,loc_8273 -multiloc=110,loc_8210 -multiloc=111,loc_8210 -multiloc=112,loc_8210 -multiloc=113,loc_8197 -multiloc=114,loc_8198 -multiloc=115,loc_8199 -multiloc=116,loc_8200 -multiloc=117,loc_8210 -multiloc=118,loc_8210 -multiloc=119,loc_8210 -multiloc=120,loc_8244 -multiloc=121,loc_8245 -multiloc=122,loc_8246 -multiloc=123,loc_8247 -multiloc=124,loc_8248 -multiloc=125,loc_8210 -multiloc=126,loc_8210 -multiloc=127,loc_8210 -multiloc=128,loc_8210 -multiloc=129,loc_8210 -multiloc=130,loc_8210 -multiloc=131,loc_8210 -multiloc=132,loc_8210 -multiloc=133,loc_8186 -multiloc=134,loc_8187 -multiloc=135,loc_8188 -multiloc=136,loc_8210 -multiloc=137,loc_8210 -multiloc=138,loc_8210 -multiloc=139,loc_8210 -multiloc=140,loc_8165 -multiloc=141,loc_8166 -multiloc=142,loc_8167 -multiloc=143,loc_8168 -multiloc=144,loc_8210 -multiloc=145,loc_8210 -multiloc=146,loc_8210 -multiloc=147,loc_8210 -multiloc=148,loc_8301 -multiloc=149,loc_8302 -multiloc=150,loc_8303 -multiloc=151,loc_8304 -multiloc=152,loc_8305 -multiloc=153,loc_8210 -multiloc=154,loc_8210 -multiloc=155,loc_8210 -multiloc=156,loc_8210 -multiloc=157,loc_8226 -multiloc=158,loc_8227 -multiloc=159,loc_8228 -multiloc=160,loc_8229 -multiloc=161,loc_8230 -multiloc=162,loc_8231 -multiloc=163,loc_8210 -multiloc=164,loc_8210 -multiloc=165,loc_8210 -multiloc=166,loc_8210 -multiloc=167,loc_8274 -multiloc=168,loc_8275 -multiloc=169,loc_8276 -multiloc=170,loc_8277 -multiloc=171,loc_8278 -multiloc=172,loc_8279 -multiloc=173,loc_8280 -multiloc=174,loc_8210 -multiloc=175,loc_8210 -multiloc=176,loc_8210 -multiloc=177,loc_8210 -multiloc=178,loc_8201 -multiloc=179,loc_8202 -multiloc=180,loc_8203 -multiloc=181,loc_8210 -multiloc=183,loc_8210 -multiloc=184,loc_8210 -multiloc=185,loc_8249 -multiloc=186,loc_8250 -multiloc=187,loc_8251 -multiloc=188,loc_8252 -multiloc=189,loc_8210 -multiloc=190,loc_8210 -multiloc=191,loc_8210 -multiloc=192,loc_8210 -multiloc=193,loc_8210 -multiloc=194,loc_8210 -multiloc=195,loc_8210 -multiloc=196,loc_8210 -multiloc=197,loc_8189 -multiloc=198,loc_8190 -multiloc=199,loc_8191 -multiloc=200,loc_8210 -multiloc=201,loc_8210 -multiloc=202,loc_8210 -multiloc=203,loc_8210 -multiloc=204,loc_8169 -multiloc=205,loc_8170 -multiloc=206,loc_8171 -multiloc=207,loc_8172 -multiloc=208,loc_8210 -multiloc=209,loc_8210 -multiloc=210,loc_8210 -multiloc=211,loc_8210 -multiloc=212,loc_8306 -multiloc=213,loc_8307 -multiloc=214,loc_8308 -multiloc=215,loc_8309 -multiloc=216,loc_8310 -multiloc=217,loc_8210 -multiloc=218,loc_8210 -multiloc=219,loc_8210 -multiloc=220,loc_8210 -multiloc=221,loc_8232 -multiloc=222,loc_8233 -multiloc=223,loc_8234 -multiloc=224,loc_8235 -multiloc=225,loc_8236 -multiloc=226,loc_8237 -multiloc=227,loc_8210 -multiloc=228,loc_8210 -multiloc=229,loc_8210 -multiloc=230,loc_8210 -multiloc=231,loc_8281 -multiloc=232,loc_8282 -multiloc=233,loc_8283 -multiloc=234,loc_8284 -multiloc=235,loc_8285 -multiloc=236,loc_8286 -multiloc=237,loc_8287 -multiloc=238,loc_8210 -multiloc=239,loc_8210 -multiloc=240,loc_8210 -multiloc=241,loc_8210 -multiloc=242,loc_8204 -multiloc=243,loc_8205 -multiloc=244,loc_8206 -multiloc=245,loc_8210 -multiloc=246,loc_8210 -multiloc=247,loc_8210 -multiloc=248,loc_8210 -multiloc=249,loc_8253 -multiloc=250,loc_8254 -multiloc=251,loc_8255 -multiloc=252,loc_8256 -multiloc=253,loc_8210 -multiloc=254,loc_8210 -multiloc=255,loc_8210 - -// 8174 -[loc_8174] -blockwalk=yes -active=yes -multivar=varplayerbit_717 -multiloc=0,loc_8210 -multiloc=1,loc_8209 -multiloc=2,loc_8208 -multiloc=3,loc_8207 -multiloc=4,loc_8177 -multiloc=5,loc_8178 -multiloc=6,loc_8179 -multiloc=7,loc_8180 -multiloc=8,loc_8181 -multiloc=9,loc_8181 -multiloc=10,loc_8181 -multiloc=11,loc_8154 -multiloc=12,loc_8155 -multiloc=13,loc_8156 -multiloc=14,loc_8157 -multiloc=15,loc_8158 -multiloc=16,loc_8159 -multiloc=17,loc_8159 -multiloc=18,loc_8159 -multiloc=19,loc_8288 -multiloc=20,loc_8289 -multiloc=21,loc_8290 -multiloc=22,loc_8291 -multiloc=23,loc_8292 -multiloc=24,loc_8293 -multiloc=25,loc_8294 -multiloc=26,loc_8294 -multiloc=27,loc_8294 -multiloc=28,loc_8211 -multiloc=29,loc_8212 -multiloc=30,loc_8213 -multiloc=31,loc_8214 -multiloc=32,loc_8215 -multiloc=33,loc_8216 -multiloc=34,loc_8217 -multiloc=35,loc_8218 -multiloc=36,loc_8218 -multiloc=37,loc_8218 -multiloc=38,loc_8257 -multiloc=39,loc_8258 -multiloc=40,loc_8259 -multiloc=41,loc_8260 -multiloc=42,loc_8261 -multiloc=43,loc_8262 -multiloc=44,loc_8263 -multiloc=45,loc_8264 -multiloc=46,loc_8265 -multiloc=47,loc_8265 -multiloc=48,loc_8265 -multiloc=49,loc_8192 -multiloc=50,loc_8193 -multiloc=51,loc_8194 -multiloc=52,loc_8195 -multiloc=53,loc_8196 -multiloc=54,loc_8196 -multiloc=55,loc_8196 -multiloc=56,loc_8238 -multiloc=57,loc_8239 -multiloc=58,loc_8240 -multiloc=59,loc_8241 -multiloc=60,loc_8242 -multiloc=61,loc_8243 -multiloc=62,loc_8243 -multiloc=63,loc_8243 -multiloc=64,loc_8210 -multiloc=65,loc_8210 -multiloc=66,loc_8210 -multiloc=67,loc_8210 -multiloc=68,loc_8182 -multiloc=69,loc_8183 -multiloc=70,loc_8184 -multiloc=71,loc_8185 -multiloc=72,loc_8210 -multiloc=73,loc_8210 -multiloc=74,loc_8210 -multiloc=75,loc_8160 -multiloc=76,loc_8161 -multiloc=77,loc_8162 -multiloc=78,loc_8163 -multiloc=79,loc_8164 -multiloc=80,loc_8210 -multiloc=81,loc_8210 -multiloc=82,loc_8210 -multiloc=83,loc_8295 -multiloc=84,loc_8296 -multiloc=85,loc_8297 -multiloc=86,loc_8298 -multiloc=87,loc_8299 -multiloc=88,loc_8300 -multiloc=89,loc_8210 -multiloc=90,loc_8210 -multiloc=91,loc_8210 -multiloc=92,loc_8219 -multiloc=93,loc_8220 -multiloc=94,loc_8221 -multiloc=95,loc_8222 -multiloc=96,loc_8223 -multiloc=97,loc_8224 -multiloc=98,loc_8225 -multiloc=99,loc_8210 -multiloc=100,loc_8210 -multiloc=101,loc_8210 -multiloc=102,loc_8266 -multiloc=103,loc_8267 -multiloc=104,loc_8268 -multiloc=105,loc_8269 -multiloc=106,loc_8270 -multiloc=107,loc_8271 -multiloc=108,loc_8272 -multiloc=109,loc_8273 -multiloc=110,loc_8210 -multiloc=111,loc_8210 -multiloc=112,loc_8210 -multiloc=113,loc_8197 -multiloc=114,loc_8198 -multiloc=115,loc_8199 -multiloc=116,loc_8200 -multiloc=117,loc_8210 -multiloc=118,loc_8210 -multiloc=119,loc_8210 -multiloc=120,loc_8244 -multiloc=121,loc_8245 -multiloc=122,loc_8246 -multiloc=123,loc_8247 -multiloc=124,loc_8248 -multiloc=125,loc_8210 -multiloc=126,loc_8210 -multiloc=127,loc_8210 -multiloc=128,loc_8210 -multiloc=129,loc_8210 -multiloc=130,loc_8210 -multiloc=131,loc_8210 -multiloc=132,loc_8210 -multiloc=133,loc_8186 -multiloc=134,loc_8187 -multiloc=135,loc_8188 -multiloc=136,loc_8210 -multiloc=137,loc_8210 -multiloc=138,loc_8210 -multiloc=139,loc_8210 -multiloc=140,loc_8165 -multiloc=141,loc_8166 -multiloc=142,loc_8167 -multiloc=143,loc_8168 -multiloc=144,loc_8210 -multiloc=145,loc_8210 -multiloc=146,loc_8210 -multiloc=147,loc_8210 -multiloc=148,loc_8301 -multiloc=149,loc_8302 -multiloc=150,loc_8303 -multiloc=151,loc_8304 -multiloc=152,loc_8305 -multiloc=153,loc_8210 -multiloc=154,loc_8210 -multiloc=155,loc_8210 -multiloc=156,loc_8210 -multiloc=157,loc_8226 -multiloc=158,loc_8227 -multiloc=159,loc_8228 -multiloc=160,loc_8229 -multiloc=161,loc_8230 -multiloc=162,loc_8231 -multiloc=163,loc_8210 -multiloc=164,loc_8210 -multiloc=165,loc_8210 -multiloc=166,loc_8210 -multiloc=167,loc_8274 -multiloc=168,loc_8275 -multiloc=169,loc_8276 -multiloc=170,loc_8277 -multiloc=171,loc_8278 -multiloc=172,loc_8279 -multiloc=173,loc_8280 -multiloc=174,loc_8210 -multiloc=175,loc_8210 -multiloc=176,loc_8210 -multiloc=177,loc_8210 -multiloc=178,loc_8201 -multiloc=179,loc_8202 -multiloc=180,loc_8203 -multiloc=181,loc_8210 -multiloc=183,loc_8210 -multiloc=184,loc_8210 -multiloc=185,loc_8249 -multiloc=186,loc_8250 -multiloc=187,loc_8251 -multiloc=188,loc_8252 -multiloc=189,loc_8210 -multiloc=190,loc_8210 -multiloc=191,loc_8210 -multiloc=192,loc_8210 -multiloc=193,loc_8210 -multiloc=194,loc_8210 -multiloc=195,loc_8210 -multiloc=196,loc_8210 -multiloc=197,loc_8189 -multiloc=198,loc_8190 -multiloc=199,loc_8191 -multiloc=200,loc_8210 -multiloc=201,loc_8210 -multiloc=202,loc_8210 -multiloc=203,loc_8210 -multiloc=204,loc_8169 -multiloc=205,loc_8170 -multiloc=206,loc_8171 -multiloc=207,loc_8172 -multiloc=208,loc_8210 -multiloc=209,loc_8210 -multiloc=210,loc_8210 -multiloc=211,loc_8210 -multiloc=212,loc_8306 -multiloc=213,loc_8307 -multiloc=214,loc_8308 -multiloc=215,loc_8309 -multiloc=216,loc_8310 -multiloc=217,loc_8210 -multiloc=218,loc_8210 -multiloc=219,loc_8210 -multiloc=220,loc_8210 -multiloc=221,loc_8232 -multiloc=222,loc_8233 -multiloc=223,loc_8234 -multiloc=224,loc_8235 -multiloc=225,loc_8236 -multiloc=226,loc_8237 -multiloc=227,loc_8210 -multiloc=228,loc_8210 -multiloc=229,loc_8210 -multiloc=230,loc_8210 -multiloc=231,loc_8281 -multiloc=232,loc_8282 -multiloc=233,loc_8283 -multiloc=234,loc_8284 -multiloc=235,loc_8285 -multiloc=236,loc_8286 -multiloc=237,loc_8287 -multiloc=238,loc_8210 -multiloc=239,loc_8210 -multiloc=240,loc_8210 -multiloc=241,loc_8210 -multiloc=242,loc_8204 -multiloc=243,loc_8205 -multiloc=244,loc_8206 -multiloc=245,loc_8210 -multiloc=246,loc_8210 -multiloc=247,loc_8210 -multiloc=248,loc_8210 -multiloc=249,loc_8253 -multiloc=250,loc_8254 -multiloc=251,loc_8255 -multiloc=252,loc_8256 -multiloc=253,loc_8210 -multiloc=254,loc_8210 -multiloc=255,loc_8210 - -// 8175 -[loc_8175] -blockwalk=yes -active=yes -multivar=varplayerbit_718 -multiloc=0,loc_8210 -multiloc=1,loc_8209 -multiloc=2,loc_8208 -multiloc=3,loc_8207 -multiloc=4,loc_8177 -multiloc=5,loc_8178 -multiloc=6,loc_8179 -multiloc=7,loc_8180 -multiloc=8,loc_8181 -multiloc=9,loc_8181 -multiloc=10,loc_8181 -multiloc=11,loc_8154 -multiloc=12,loc_8155 -multiloc=13,loc_8156 -multiloc=14,loc_8157 -multiloc=15,loc_8158 -multiloc=16,loc_8159 -multiloc=17,loc_8159 -multiloc=18,loc_8159 -multiloc=19,loc_8288 -multiloc=20,loc_8289 -multiloc=21,loc_8290 -multiloc=22,loc_8291 -multiloc=23,loc_8292 -multiloc=24,loc_8293 -multiloc=25,loc_8294 -multiloc=26,loc_8294 -multiloc=27,loc_8294 -multiloc=28,loc_8211 -multiloc=29,loc_8212 -multiloc=30,loc_8213 -multiloc=31,loc_8214 -multiloc=32,loc_8215 -multiloc=33,loc_8216 -multiloc=34,loc_8217 -multiloc=35,loc_8218 -multiloc=36,loc_8218 -multiloc=37,loc_8218 -multiloc=38,loc_8257 -multiloc=39,loc_8258 -multiloc=40,loc_8259 -multiloc=41,loc_8260 -multiloc=42,loc_8261 -multiloc=43,loc_8262 -multiloc=44,loc_8263 -multiloc=45,loc_8264 -multiloc=46,loc_8265 -multiloc=47,loc_8265 -multiloc=48,loc_8265 -multiloc=49,loc_8192 -multiloc=50,loc_8193 -multiloc=51,loc_8194 -multiloc=52,loc_8195 -multiloc=53,loc_8196 -multiloc=54,loc_8196 -multiloc=55,loc_8196 -multiloc=56,loc_8238 -multiloc=57,loc_8239 -multiloc=58,loc_8240 -multiloc=59,loc_8241 -multiloc=60,loc_8242 -multiloc=61,loc_8243 -multiloc=62,loc_8243 -multiloc=63,loc_8243 -multiloc=64,loc_8210 -multiloc=65,loc_8210 -multiloc=66,loc_8210 -multiloc=67,loc_8210 -multiloc=68,loc_8182 -multiloc=69,loc_8183 -multiloc=70,loc_8184 -multiloc=71,loc_8185 -multiloc=72,loc_8210 -multiloc=73,loc_8210 -multiloc=74,loc_8210 -multiloc=75,loc_8160 -multiloc=76,loc_8161 -multiloc=77,loc_8162 -multiloc=78,loc_8163 -multiloc=79,loc_8164 -multiloc=80,loc_8210 -multiloc=81,loc_8210 -multiloc=82,loc_8210 -multiloc=83,loc_8295 -multiloc=84,loc_8296 -multiloc=85,loc_8297 -multiloc=86,loc_8298 -multiloc=87,loc_8299 -multiloc=88,loc_8300 -multiloc=89,loc_8210 -multiloc=90,loc_8210 -multiloc=91,loc_8210 -multiloc=92,loc_8219 -multiloc=93,loc_8220 -multiloc=94,loc_8221 -multiloc=95,loc_8222 -multiloc=96,loc_8223 -multiloc=97,loc_8224 -multiloc=98,loc_8225 -multiloc=99,loc_8210 -multiloc=100,loc_8210 -multiloc=101,loc_8210 -multiloc=102,loc_8266 -multiloc=103,loc_8267 -multiloc=104,loc_8268 -multiloc=105,loc_8269 -multiloc=106,loc_8270 -multiloc=107,loc_8271 -multiloc=108,loc_8272 -multiloc=109,loc_8273 -multiloc=110,loc_8210 -multiloc=111,loc_8210 -multiloc=112,loc_8210 -multiloc=113,loc_8197 -multiloc=114,loc_8198 -multiloc=115,loc_8199 -multiloc=116,loc_8200 -multiloc=117,loc_8210 -multiloc=118,loc_8210 -multiloc=119,loc_8210 -multiloc=120,loc_8244 -multiloc=121,loc_8245 -multiloc=122,loc_8246 -multiloc=123,loc_8247 -multiloc=124,loc_8248 -multiloc=125,loc_8210 -multiloc=126,loc_8210 -multiloc=127,loc_8210 -multiloc=128,loc_8210 -multiloc=129,loc_8210 -multiloc=130,loc_8210 -multiloc=131,loc_8210 -multiloc=132,loc_8210 -multiloc=133,loc_8186 -multiloc=134,loc_8187 -multiloc=135,loc_8188 -multiloc=136,loc_8210 -multiloc=137,loc_8210 -multiloc=138,loc_8210 -multiloc=139,loc_8210 -multiloc=140,loc_8165 -multiloc=141,loc_8166 -multiloc=142,loc_8167 -multiloc=143,loc_8168 -multiloc=144,loc_8210 -multiloc=145,loc_8210 -multiloc=146,loc_8210 -multiloc=147,loc_8210 -multiloc=148,loc_8301 -multiloc=149,loc_8302 -multiloc=150,loc_8303 -multiloc=151,loc_8304 -multiloc=152,loc_8305 -multiloc=153,loc_8210 -multiloc=154,loc_8210 -multiloc=155,loc_8210 -multiloc=156,loc_8210 -multiloc=157,loc_8226 -multiloc=158,loc_8227 -multiloc=159,loc_8228 -multiloc=160,loc_8229 -multiloc=161,loc_8230 -multiloc=162,loc_8231 -multiloc=163,loc_8210 -multiloc=164,loc_8210 -multiloc=165,loc_8210 -multiloc=166,loc_8210 -multiloc=167,loc_8274 -multiloc=168,loc_8275 -multiloc=169,loc_8276 -multiloc=170,loc_8277 -multiloc=171,loc_8278 -multiloc=172,loc_8279 -multiloc=173,loc_8280 -multiloc=174,loc_8210 -multiloc=175,loc_8210 -multiloc=176,loc_8210 -multiloc=177,loc_8210 -multiloc=178,loc_8201 -multiloc=179,loc_8202 -multiloc=180,loc_8203 -multiloc=181,loc_8210 -multiloc=183,loc_8210 -multiloc=184,loc_8210 -multiloc=185,loc_8249 -multiloc=186,loc_8250 -multiloc=187,loc_8251 -multiloc=188,loc_8252 -multiloc=189,loc_8210 -multiloc=190,loc_8210 -multiloc=191,loc_8210 -multiloc=192,loc_8210 -multiloc=193,loc_8210 -multiloc=194,loc_8210 -multiloc=195,loc_8210 -multiloc=196,loc_8210 -multiloc=197,loc_8189 -multiloc=198,loc_8190 -multiloc=199,loc_8191 -multiloc=200,loc_8210 -multiloc=201,loc_8210 -multiloc=202,loc_8210 -multiloc=203,loc_8210 -multiloc=204,loc_8169 -multiloc=205,loc_8170 -multiloc=206,loc_8171 -multiloc=207,loc_8172 -multiloc=208,loc_8210 -multiloc=209,loc_8210 -multiloc=210,loc_8210 -multiloc=211,loc_8210 -multiloc=212,loc_8306 -multiloc=213,loc_8307 -multiloc=214,loc_8308 -multiloc=215,loc_8309 -multiloc=216,loc_8310 -multiloc=217,loc_8210 -multiloc=218,loc_8210 -multiloc=219,loc_8210 -multiloc=220,loc_8210 -multiloc=221,loc_8232 -multiloc=222,loc_8233 -multiloc=223,loc_8234 -multiloc=224,loc_8235 -multiloc=225,loc_8236 -multiloc=226,loc_8237 -multiloc=227,loc_8210 -multiloc=228,loc_8210 -multiloc=229,loc_8210 -multiloc=230,loc_8210 -multiloc=231,loc_8281 -multiloc=232,loc_8282 -multiloc=233,loc_8283 -multiloc=234,loc_8284 -multiloc=235,loc_8285 -multiloc=236,loc_8286 -multiloc=237,loc_8287 -multiloc=238,loc_8210 -multiloc=239,loc_8210 -multiloc=240,loc_8210 -multiloc=241,loc_8210 -multiloc=242,loc_8204 -multiloc=243,loc_8205 -multiloc=244,loc_8206 -multiloc=245,loc_8210 -multiloc=246,loc_8210 -multiloc=247,loc_8210 -multiloc=248,loc_8210 -multiloc=249,loc_8253 -multiloc=250,loc_8254 -multiloc=251,loc_8255 -multiloc=252,loc_8256 -multiloc=253,loc_8210 -multiloc=254,loc_8210 -multiloc=255,loc_8210 - -// 8176 -[loc_8176] -blockwalk=yes -active=yes -multivar=varplayerbit_719 -multiloc=0,loc_8210 -multiloc=1,loc_8209 -multiloc=2,loc_8208 -multiloc=3,loc_8207 -multiloc=4,loc_8177 -multiloc=5,loc_8178 -multiloc=6,loc_8179 -multiloc=7,loc_8180 -multiloc=8,loc_8181 -multiloc=9,loc_8181 -multiloc=10,loc_8181 -multiloc=11,loc_8154 -multiloc=12,loc_8155 -multiloc=13,loc_8156 -multiloc=14,loc_8157 -multiloc=15,loc_8158 -multiloc=16,loc_8159 -multiloc=17,loc_8159 -multiloc=18,loc_8159 -multiloc=19,loc_8288 -multiloc=20,loc_8289 -multiloc=21,loc_8290 -multiloc=22,loc_8291 -multiloc=23,loc_8292 -multiloc=24,loc_8293 -multiloc=25,loc_8294 -multiloc=26,loc_8294 -multiloc=27,loc_8294 -multiloc=28,loc_8211 -multiloc=29,loc_8212 -multiloc=30,loc_8213 -multiloc=31,loc_8214 -multiloc=32,loc_8215 -multiloc=33,loc_8216 -multiloc=34,loc_8217 -multiloc=35,loc_8218 -multiloc=36,loc_8218 -multiloc=37,loc_8218 -multiloc=38,loc_8257 -multiloc=39,loc_8258 -multiloc=40,loc_8259 -multiloc=41,loc_8260 -multiloc=42,loc_8261 -multiloc=43,loc_8262 -multiloc=44,loc_8263 -multiloc=45,loc_8264 -multiloc=46,loc_8265 -multiloc=47,loc_8265 -multiloc=48,loc_8265 -multiloc=49,loc_8192 -multiloc=50,loc_8193 -multiloc=51,loc_8194 -multiloc=52,loc_8195 -multiloc=53,loc_8196 -multiloc=54,loc_8196 -multiloc=55,loc_8196 -multiloc=56,loc_8238 -multiloc=57,loc_8239 -multiloc=58,loc_8240 -multiloc=59,loc_8241 -multiloc=60,loc_8242 -multiloc=61,loc_8243 -multiloc=62,loc_8243 -multiloc=63,loc_8243 -multiloc=64,loc_8210 -multiloc=65,loc_8210 -multiloc=66,loc_8210 -multiloc=67,loc_8210 -multiloc=68,loc_8182 -multiloc=69,loc_8183 -multiloc=70,loc_8184 -multiloc=71,loc_8185 -multiloc=72,loc_8210 -multiloc=73,loc_8210 -multiloc=74,loc_8210 -multiloc=75,loc_8160 -multiloc=76,loc_8161 -multiloc=77,loc_8162 -multiloc=78,loc_8163 -multiloc=79,loc_8164 -multiloc=80,loc_8210 -multiloc=81,loc_8210 -multiloc=82,loc_8210 -multiloc=83,loc_8295 -multiloc=84,loc_8296 -multiloc=85,loc_8297 -multiloc=86,loc_8298 -multiloc=87,loc_8299 -multiloc=88,loc_8300 -multiloc=89,loc_8210 -multiloc=90,loc_8210 -multiloc=91,loc_8210 -multiloc=92,loc_8219 -multiloc=93,loc_8220 -multiloc=94,loc_8221 -multiloc=95,loc_8222 -multiloc=96,loc_8223 -multiloc=97,loc_8224 -multiloc=98,loc_8225 -multiloc=99,loc_8210 -multiloc=100,loc_8210 -multiloc=101,loc_8210 -multiloc=102,loc_8266 -multiloc=103,loc_8267 -multiloc=104,loc_8268 -multiloc=105,loc_8269 -multiloc=106,loc_8270 -multiloc=107,loc_8271 -multiloc=108,loc_8272 -multiloc=109,loc_8273 -multiloc=110,loc_8210 -multiloc=111,loc_8210 -multiloc=112,loc_8210 -multiloc=113,loc_8197 -multiloc=114,loc_8198 -multiloc=115,loc_8199 -multiloc=116,loc_8200 -multiloc=117,loc_8210 -multiloc=118,loc_8210 -multiloc=119,loc_8210 -multiloc=120,loc_8244 -multiloc=121,loc_8245 -multiloc=122,loc_8246 -multiloc=123,loc_8247 -multiloc=124,loc_8248 -multiloc=125,loc_8210 -multiloc=126,loc_8210 -multiloc=127,loc_8210 -multiloc=128,loc_8210 -multiloc=129,loc_8210 -multiloc=130,loc_8210 -multiloc=131,loc_8210 -multiloc=132,loc_8210 -multiloc=133,loc_8186 -multiloc=134,loc_8187 -multiloc=135,loc_8188 -multiloc=136,loc_8210 -multiloc=137,loc_8210 -multiloc=138,loc_8210 -multiloc=139,loc_8210 -multiloc=140,loc_8165 -multiloc=141,loc_8166 -multiloc=142,loc_8167 -multiloc=143,loc_8168 -multiloc=144,loc_8210 -multiloc=145,loc_8210 -multiloc=146,loc_8210 -multiloc=147,loc_8210 -multiloc=148,loc_8301 -multiloc=149,loc_8302 -multiloc=150,loc_8303 -multiloc=151,loc_8304 -multiloc=152,loc_8305 -multiloc=153,loc_8210 -multiloc=154,loc_8210 -multiloc=155,loc_8210 -multiloc=156,loc_8210 -multiloc=157,loc_8226 -multiloc=158,loc_8227 -multiloc=159,loc_8228 -multiloc=160,loc_8229 -multiloc=161,loc_8230 -multiloc=162,loc_8231 -multiloc=163,loc_8210 -multiloc=164,loc_8210 -multiloc=165,loc_8210 -multiloc=166,loc_8210 -multiloc=167,loc_8274 -multiloc=168,loc_8275 -multiloc=169,loc_8276 -multiloc=170,loc_8277 -multiloc=171,loc_8278 -multiloc=172,loc_8279 -multiloc=173,loc_8280 -multiloc=174,loc_8210 -multiloc=175,loc_8210 -multiloc=176,loc_8210 -multiloc=177,loc_8210 -multiloc=178,loc_8201 -multiloc=179,loc_8202 -multiloc=180,loc_8203 -multiloc=181,loc_8210 -multiloc=183,loc_8210 -multiloc=184,loc_8210 -multiloc=185,loc_8249 -multiloc=186,loc_8250 -multiloc=187,loc_8251 -multiloc=188,loc_8252 -multiloc=189,loc_8210 -multiloc=190,loc_8210 -multiloc=191,loc_8210 -multiloc=192,loc_8210 -multiloc=193,loc_8210 -multiloc=194,loc_8210 -multiloc=195,loc_8210 -multiloc=196,loc_8210 -multiloc=197,loc_8189 -multiloc=198,loc_8190 -multiloc=199,loc_8191 -multiloc=200,loc_8210 -multiloc=201,loc_8210 -multiloc=202,loc_8210 -multiloc=203,loc_8210 -multiloc=204,loc_8169 -multiloc=205,loc_8170 -multiloc=206,loc_8171 -multiloc=207,loc_8172 -multiloc=208,loc_8210 -multiloc=209,loc_8210 -multiloc=210,loc_8210 -multiloc=211,loc_8210 -multiloc=212,loc_8306 -multiloc=213,loc_8307 -multiloc=214,loc_8308 -multiloc=215,loc_8309 -multiloc=216,loc_8310 -multiloc=217,loc_8210 -multiloc=218,loc_8210 -multiloc=219,loc_8210 -multiloc=220,loc_8210 -multiloc=221,loc_8232 -multiloc=222,loc_8233 -multiloc=223,loc_8234 -multiloc=224,loc_8235 -multiloc=225,loc_8236 -multiloc=226,loc_8237 -multiloc=227,loc_8210 -multiloc=228,loc_8210 -multiloc=229,loc_8210 -multiloc=230,loc_8210 -multiloc=231,loc_8281 -multiloc=232,loc_8282 -multiloc=233,loc_8283 -multiloc=234,loc_8284 -multiloc=235,loc_8285 -multiloc=236,loc_8286 -multiloc=237,loc_8287 -multiloc=238,loc_8210 -multiloc=239,loc_8210 -multiloc=240,loc_8210 -multiloc=241,loc_8210 -multiloc=242,loc_8204 -multiloc=243,loc_8205 -multiloc=244,loc_8206 -multiloc=245,loc_8210 -multiloc=246,loc_8210 -multiloc=247,loc_8210 -multiloc=248,loc_8210 -multiloc=249,loc_8253 -multiloc=250,loc_8254 -multiloc=251,loc_8255 -multiloc=252,loc_8256 -multiloc=253,loc_8210 -multiloc=254,loc_8210 -multiloc=255,loc_8210 - -// 8177 -[loc_8177] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=10628 -recol2s=13792 -recol2d=12742 -recol3s=15906 -recol3d=10628 -model=model_8197 -model2=model_7766 -name=Hammerstone Hops - -// 8178 -[loc_8178] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=10628 -recol2s=13792 -recol2d=12742 -recol3s=15906 -recol3d=10628 -model=model_8199 -model2=model_7766 -name=Hammerstone Hops - -// 8179 -[loc_8179] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=10628 -recol2s=13792 -recol2d=12742 -recol3s=15906 -recol3d=10628 -model=model_8201 -model2=model_7766 -name=Hammerstone Hops - -// 8180 -[loc_8180] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=10628 -recol2s=13792 -recol2d=12742 -recol3s=15906 -recol3d=10628 -model=model_8203 -model2=model_7766 -name=Hammerstone Hops - -// 8181 -[loc_8181] -ambient=25 -op1=Harvest -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=10628 -recol2s=13792 -recol2d=12742 -recol3s=15906 -recol3d=10628 -model=model_8205 -model2=model_7766 -name=Hammerstone Hops - -// 8182 -[loc_8182] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=10628 -recol2s=13792 -recol2d=12742 -recol3s=15906 -recol3d=10628 -model=model_8197 -model2=model_8222 -model3=model_7766 -name=Hammerstone Hops - -// 8183 -[loc_8183] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=10628 -recol2s=13792 -recol2d=12742 -recol3s=15906 -recol3d=10628 -model=model_8199 -model2=model_8222 -model3=model_7766 -name=Hammerstone Hops - -// 8184 -[loc_8184] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=10628 -recol2s=13792 -recol2d=12742 -recol3s=15906 -recol3d=10628 -model=model_8201 -model2=model_8222 -model3=model_7766 -name=Hammerstone Hops - -// 8185 -[loc_8185] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=10628 -recol2s=13792 -recol2d=12742 -recol3s=15906 -recol3d=10628 -model=model_8203 -model2=model_8222 -model3=model_7766 -name=Hammerstone Hops - -// 8186 -[loc_8186] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8199 -model2=model_7766 -name=Diseased Hammerstone Hops - -// 8187 -[loc_8187] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8201 -model2=model_7766 -name=Diseased Hammerstone Hops - -// 8188 -[loc_8188] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8203 -model2=model_7766 -name=Diseased Hammerstone Hops - -// 8189 -[loc_8189] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8199 -model2=model_7766 -name=Dead Hammerstone Hops - -// 8190 -[loc_8190] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8201 -model2=model_7766 -name=Dead Hammerstone Hops - -// 8191 -[loc_8191] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8203 -model2=model_7766 -name=Dead Hammerstone Hops - -// 8192 -[loc_8192] -ambient=25 -op2=Inspect -op4=Guide -model=model_8186 -model2=model_7766 -name=Barley - -// 8193 -[loc_8193] -ambient=25 -op2=Inspect -op4=Guide -model=model_8187 -model2=model_7766 -name=Barley - -// 8194 -[loc_8194] -ambient=25 -op2=Inspect -op4=Guide -model=model_8188 -model2=model_7766 -name=Barley - -// 8195 -[loc_8195] -ambient=25 -op2=Inspect -op4=Guide -model=model_8189 -model2=model_7766 -name=Barley - -// 8196 -[loc_8196] -ambient=25 -op1=Harvest -op2=Inspect -op4=Guide -model=model_8190 -model2=model_7766 -name=Barley - -// 8197 -[loc_8197] -ambient=25 -op2=Inspect -op4=Guide -model=model_8186 -model2=model_8222 -model3=model_7766 -name=Barley - -// 8198 -[loc_8198] -ambient=25 -op2=Inspect -op4=Guide -model=model_8187 -model2=model_8222 -model3=model_7766 -name=Barley - -// 8199 -[loc_8199] -ambient=25 -op2=Inspect -op4=Guide -model=model_8188 -model2=model_8222 -model3=model_7766 -name=Barley - -// 8200 -[loc_8200] -ambient=25 -op2=Inspect -op4=Guide -model=model_8189 -model2=model_8222 -model3=model_7766 -name=Barley - -// 8201 -[loc_8201] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19975 -recol1d=16868 -recol2s=25260 -recol2d=21098 -recol3s=22091 -recol3d=20039 -recol4s=19977 -recol4d=16870 -recol5s=17863 -recol5d=14756 -model=model_8187 -model2=model_7766 -name=Diseased Barley - -// 8202 -[loc_8202] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19975 -recol1d=16868 -recol2s=25260 -recol2d=21098 -recol3s=22091 -recol3d=20039 -recol4s=19977 -recol4d=16870 -recol5s=17863 -recol5d=14756 -model=model_8188 -model2=model_7766 -name=Diseased Barley - -// 8203 -[loc_8203] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19975 -recol1d=16868 -recol2s=25260 -recol2d=21098 -recol3s=22091 -recol3d=20039 -recol4s=19977 -recol4d=16870 -recol5s=17863 -recol5d=14756 -model=model_8189 -model2=model_7766 -name=Diseased Barley - -// 8204 -[loc_8204] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19975 -recol1d=12617 -recol2s=25260 -recol2d=17902 -recol3s=22091 -recol3d=15788 -recol4s=19977 -recol4d=13674 -recol5s=17863 -recol5d=11560 -model=model_8187 -model2=model_7766 -name=Dead Barley - -// 8205 -[loc_8205] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19975 -recol1d=12617 -recol2s=25260 -recol2d=17902 -recol3s=22091 -recol3d=15788 -recol4s=19977 -recol4d=13674 -recol5s=17863 -recol5d=11560 -model=model_8188 -model2=model_7766 -name=Dead Barley - -// 8206 -[loc_8206] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19975 -recol1d=12617 -recol2s=25260 -recol2d=17902 -recol3s=22091 -recol3d=15788 -recol4s=19977 -recol4d=13674 -recol5s=17863 -recol5d=11560 -model=model_8189 -model2=model_7766 -name=Dead Barley - -// 8207 -[loc_8207] -ambient=25 -op2=Inspect -op4=Guide -model=model_8223 -model2=model_7766 -name=Hops Patch - -// 8208 -[loc_8208] -ambient=25 -op2=Inspect -op4=Guide -model=model_8224 -model2=model_7766 -name=Hops Patch - -// 8209 -[loc_8209] -ambient=25 -op2=Inspect -op4=Guide -model=model_8225 -model2=model_7766 -name=Hops Patch - -// 8210 -[loc_8210] -ambient=25 -op2=Inspect -op4=Guide -model=model_8226 -model2=model_7766 -name=Hops Patch - -// 8211 -[loc_8211] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8197 -model2=model_7766 -name=Krandorian Hops - -// 8212 -[loc_8212] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8198 -model2=model_7766 -name=Krandorian Hops - -// 8213 -[loc_8213] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8199 -model2=model_7766 -name=Krandorian Hops - -// 8214 -[loc_8214] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8201 -model2=model_7766 -name=Krandorian Hops - -// 8215 -[loc_8215] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8202 -model2=model_7766 -name=Krandorian Hops - -// 8216 -[loc_8216] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8203 -model2=model_7766 -name=Krandorian Hops - -// 8217 -[loc_8217] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8204 -model2=model_7766 -name=Krandorian Hops - -// 8218 -[loc_8218] -ambient=25 -op1=Harvest -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8205 -model2=model_7766 -name=Krandorian Hops - -// 8219 -[loc_8219] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8197 -model2=model_8222 -model3=model_7766 -name=Krandorian Hops - -// 8220 -[loc_8220] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8198 -model2=model_8222 -model3=model_7766 -name=Krandorian Hops - -// 8221 -[loc_8221] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8199 -model2=model_8222 -model3=model_7766 -name=Krandorian Hops - -// 8222 -[loc_8222] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8201 -model2=model_8222 -model3=model_7766 -name=Krandorian Hops - -// 8223 -[loc_8223] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8202 -model2=model_8222 -model3=model_7766 -name=Krandorian Hops - -// 8224 -[loc_8224] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8203 -model2=model_8222 -model3=model_7766 -name=Krandorian Hops - -// 8225 -[loc_8225] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -model=model_8204 -model2=model_8222 -model3=model_7766 -name=Krandorian Hops - -// 8226 -[loc_8226] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8198 -model2=model_7766 -name=Diseased Krandorian Hops - -// 8227 -[loc_8227] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8199 -model2=model_7766 -name=Diseased Krandorian Hops - -// 8228 -[loc_8228] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8201 -model2=model_7766 -name=Diseased Krandorian Hops - -// 8229 -[loc_8229] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8202 -model2=model_7766 -name=Diseased Krandorian Hops - -// 8230 -[loc_8230] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8203 -model2=model_7766 -name=Diseased Krandorian Hops - -// 8231 -[loc_8231] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8204 -model2=model_7766 -name=Diseased Krandorian Hops - -// 8232 -[loc_8232] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8198 -model2=model_7766 -name=Dead Krandorian Hops - -// 8233 -[loc_8233] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8199 -model2=model_7766 -name=Dead Krandorian Hops - -// 8234 -[loc_8234] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8201 -model2=model_7766 -name=Dead Krandorian Hops - -// 8235 -[loc_8235] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8202 -model2=model_7766 -name=Dead Krandorian Hops - -// 8236 -[loc_8236] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8203 -model2=model_7766 -name=Dead Krandorian Hops - -// 8237 -[loc_8237] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8204 -model2=model_7766 -name=Dead Krandorian Hops - -// 8238 -[loc_8238] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_7876 -model2=model_7766 -name=Jute - -// 8239 -[loc_8239] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_7877 -model2=model_7766 -name=Jute - -// 8240 -[loc_8240] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_7878 -model2=model_7766 -name=Jute - -// 8241 -[loc_8241] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_7879 -model2=model_7766 -name=Jute - -// 8242 -[loc_8242] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_7880 -model2=model_7766 -name=Jute - -// 8243 -[loc_8243] -op1=Harvest -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_7881 -model2=model_7766 -name=Jute - -// 8244 -[loc_8244] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_8222 -model2=model_7876 -model3=model_7766 -name=Jute - -// 8245 -[loc_8245] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_8222 -model2=model_7877 -model3=model_7766 -name=Jute - -// 8246 -[loc_8246] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_8222 -model2=model_7878 -model3=model_7766 -name=Jute - -// 8247 -[loc_8247] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_8222 -model2=model_7879 -model3=model_7766 -name=Jute - -// 8248 -[loc_8248] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=12580 -recol3s=21293 -recol3d=18153 -model=model_8222 -model2=model_7880 -model3=model_7766 -name=Jute - -// 8249 -[loc_8249] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=15751 -recol2s=11883 -recol2d=17865 -recol3s=21293 -recol3d=21002 -model=model_7877 -model2=model_7766 -name=Diseased Jute - -// 8250 -[loc_8250] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=15751 -recol2s=11883 -recol2d=17865 -recol3s=21293 -recol3d=21002 -model=model_7878 -model2=model_7766 -name=Diseased Jute - -// 8251 -[loc_8251] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=15751 -recol2s=11883 -recol2d=17865 -recol3s=21293 -recol3d=21002 -model=model_7879 -model2=model_7766 -name=Diseased Jute - -// 8252 -[loc_8252] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=13637 -recol2s=11883 -recol2d=15751 -recol3s=21293 -recol3d=17865 -model=model_7880 -model2=model_7766 -name=Diseased Jute - -// 8253 -[loc_8253] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=5284 -recol2s=11883 -recol2d=7398 -recol3s=21293 -recol3d=11624 -model=model_7877 -model2=model_7766 -name=Dead Jute - -// 8254 -[loc_8254] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=5284 -recol2s=11883 -recol2d=7398 -recol3s=21293 -recol3d=11624 -model=model_7878 -model2=model_7766 -name=Dead Jute - -// 8255 -[loc_8255] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=5284 -recol2s=11883 -recol2d=7398 -recol3s=21293 -recol3d=11624 -model=model_7879 -model2=model_7766 -name=Dead Jute - -// 8256 -[loc_8256] -ambient=25 -op2=Inspect -op4=Guide -recol1s=9769 -recol1d=5284 -recol2s=11883 -recol2d=7398 -recol3s=21293 -recol3d=11624 -model=model_7880 -model2=model_7766 -name=Dead Jute - -// 8257 -[loc_8257] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8197 -model2=model_7766 -name=Wildblood Hops - -// 8258 -[loc_8258] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8198 -model2=model_7766 -name=Wildblood Hops - -// 8259 -[loc_8259] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8199 -model2=model_7766 -name=Wildblood Hops - -// 8260 -[loc_8260] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8200 -model2=model_7766 -name=Wildblood Hops - -// 8261 -[loc_8261] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8201 -model2=model_7766 -name=Wildblood Hops - -// 8262 -[loc_8262] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8202 -model2=model_7766 -name=Wildblood Hops - -// 8263 -[loc_8263] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8203 -model2=model_7766 -name=Wildblood Hops - -// 8264 -[loc_8264] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8204 -model2=model_7766 -name=Wildblood Hops - -// 8265 -[loc_8265] -ambient=25 -op1=Harvest -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8205 -model2=model_7766 -name=Wildblood Hops - -// 8266 -[loc_8266] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8197 -model2=model_8222 -model3=model_7766 -name=Wildblood Hops - -// 8267 -[loc_8267] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8198 -model2=model_8222 -model3=model_7766 -name=Wildblood Hops - -// 8268 -[loc_8268] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8199 -model2=model_8222 -model3=model_7766 -name=Wildblood Hops - -// 8269 -[loc_8269] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8200 -model2=model_8222 -model3=model_7766 -name=Wildblood Hops - -// 8270 -[loc_8270] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8201 -model2=model_8222 -model3=model_7766 -name=Wildblood Hops - -// 8271 -[loc_8271] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8202 -model2=model_8222 -model3=model_7766 -name=Wildblood Hops - -// 8272 -[loc_8272] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8203 -model2=model_8222 -model3=model_7766 -name=Wildblood Hops - -// 8273 -[loc_8273] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -model=model_8204 -model2=model_8222 -model3=model_7766 -name=Wildblood Hops - -// 8274 -[loc_8274] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8198 -model2=model_7766 -name=Diseased Wildblood Hops - -// 8275 -[loc_8275] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8199 -model2=model_7766 -name=Diseased Wildblood Hops - -// 8276 -[loc_8276] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8200 -model2=model_7766 -name=Diseased Wildblood Hops - -// 8277 -[loc_8277] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8201 -model2=model_7766 -name=Diseased Wildblood Hops - -// 8278 -[loc_8278] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8202 -model2=model_7766 -name=Diseased Wildblood Hops - -// 8279 -[loc_8279] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8203 -model2=model_7766 -name=Diseased Wildblood Hops - -// 8280 -[loc_8280] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8204 -model2=model_7766 -name=Diseased Wildblood Hops - -// 8281 -[loc_8281] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8198 -model2=model_7766 -name=Dead Wildblood Hops - -// 8282 -[loc_8282] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8199 -model2=model_7766 -name=Dead Wildblood Hops - -// 8283 -[loc_8283] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8200 -model2=model_7766 -name=Dead Wildblood Hops - -// 8284 -[loc_8284] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8201 -model2=model_7766 -name=Dead Wildblood Hops - -// 8285 -[loc_8285] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8202 -model2=model_7766 -name=Dead Wildblood Hops - -// 8286 -[loc_8286] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8203 -model2=model_7766 -name=Dead Wildblood Hops - -// 8287 -[loc_8287] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8204 -model2=model_7766 -name=Dead Wildblood Hops - -// 8288 -[loc_8288] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8197 -model2=model_7766 -name=Yanillian Hops - -// 8289 -[loc_8289] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8199 -model2=model_7766 -name=Yanillian Hops - -// 8290 -[loc_8290] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8200 -model2=model_7766 -name=Yanillian Hops - -// 8291 -[loc_8291] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8201 -model2=model_7766 -name=Yanillian Hops - -// 8292 -[loc_8292] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8202 -model2=model_7766 -name=Yanillian Hops - -// 8293 -[loc_8293] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8204 -model2=model_7766 -name=Yanillian Hops - -// 8294 -[loc_8294] -ambient=25 -op1=Harvest -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8205 -model2=model_7766 -name=Yanillian Hops - -// 8295 -[loc_8295] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8197 -model2=model_8222 -model3=model_7766 -name=Yanillian Hops - -// 8296 -[loc_8296] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8199 -model2=model_8222 -model3=model_7766 -name=Yanillian Hops - -// 8297 -[loc_8297] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8200 -model2=model_8222 -model3=model_7766 -name=Yanillian Hops - -// 8298 -[loc_8298] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8201 -model2=model_8222 -model3=model_7766 -name=Yanillian Hops - -// 8299 -[loc_8299] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8202 -model2=model_8222 -model3=model_7766 -name=Yanillian Hops - -// 8300 -[loc_8300] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15906 -recol1d=21026 -recol2s=13792 -recol2d=20992 -recol3s=11680 -recol3d=18912 -model=model_8204 -model2=model_8222 -model3=model_7766 -name=Yanillian Hops - -// 8301 -[loc_8301] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8199 -model2=model_7766 -name=Diseased Yanillian Hops - -// 8302 -[loc_8302] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8200 -model2=model_7766 -name=Diseased Yanillian Hops - -// 8303 -[loc_8303] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8201 -model2=model_7766 -name=Diseased Yanillian Hops - -// 8304 -[loc_8304] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8202 -model2=model_7766 -name=Diseased Yanillian Hops - -// 8305 -[loc_8305] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=13632 -recol2s=13792 -recol2d=15746 -recol3s=15906 -recol3d=17860 -recol4s=6401 -recol4d=8417 -recol5s=8515 -recol5d=10531 -model=model_8204 -model2=model_7766 -name=Diseased Yanillian Hops - -// 8306 -[loc_8306] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8199 -model2=model_7766 -name=Dead Yanillian Hops - -// 8307 -[loc_8307] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8200 -model2=model_7766 -name=Dead Yanillian Hops - -// 8308 -[loc_8308] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8201 -model2=model_7766 -name=Dead Yanillian Hops - -// 8309 -[loc_8309] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8202 -model2=model_7766 -name=Dead Yanillian Hops - -// 8310 -[loc_8310] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11680 -recol1d=7396 -recol2s=13792 -recol2d=9510 -recol3s=15906 -recol3d=11624 -recol4s=6401 -recol4d=11558 -recol5s=8515 -recol5d=9444 -model=model_8204 -model2=model_7766 -name=Dead Yanillian Hops - -// 8311 -[loc_8311] -ambient=25 -op2=Inspect -op4=Guide -model=model_7794 -name=Mushroom patch - -// 8312 -[loc_8312] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7798 -model2=model_7767 -name=Mushroom patch - -// 8313 -[loc_8313] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7800 -model2=model_7767 -name=Mushroom patch - -// 8314 -[loc_8314] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7801 -model2=model_7767 -name=Mushroom patch - -// 8315 -[loc_8315] -ambient=25 -op2=Inspect -op4=Guide -model=model_7882 -model2=model_7767 -name=Bittercap Mushrooms - -// 8316 -[loc_8316] -ambient=25 -op2=Inspect -op4=Guide -model=model_7884 -model2=model_7767 -name=Bittercap Mushrooms - -// 8317 -[loc_8317] -ambient=25 -op2=Inspect -op4=Guide -model=model_7886 -model2=model_7767 -name=Bittercap Mushrooms - -// 8318 -[loc_8318] -ambient=25 -op2=Inspect -op4=Guide -model=model_7888 -model2=model_7767 -name=Bittercap Mushrooms - -// 8319 -[loc_8319] -ambient=25 -op2=Inspect -op4=Guide -model=model_7890 -model2=model_7767 -name=Bittercap Mushrooms - -// 8320 -[loc_8320] -ambient=25 -op2=Inspect -op4=Guide -model=model_7892 -model2=model_7767 -name=Bittercap Mushrooms - -// 8321 -[loc_8321] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -model=model_7894 -model2=model_7767 -name=Bittercap Mushrooms - -// 8322 -[loc_8322] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -model=model_7896 -model2=model_7767 -name=Bittercap Mushrooms - -// 8323 -[loc_8323] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -model=model_7897 -model2=model_7767 -name=Bittercap Mushrooms - -// 8324 -[loc_8324] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -model=model_7899 -model2=model_7767 -name=Bittercap Mushrooms - -// 8325 -[loc_8325] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -blockrange=no -model=model_7900 -model2=model_7767 -name=Bittercap Mushrooms - -// 8326 -[loc_8326] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -model=model_7898 -model2=model_7767 -name=Bittercap Mushrooms - -// 8327 -[loc_8327] -ambient=25 -op2=Inspect -op4=Guide -model=model_7885 -model2=model_7767 -name=Diseased Bittercap Mushrooms - -// 8328 -[loc_8328] -ambient=25 -op2=Inspect -op4=Guide -model=model_7887 -model2=model_7767 -name=Diseased Bittercap Mushrooms - -// 8329 -[loc_8329] -ambient=25 -op2=Inspect -op4=Guide -model=model_7889 -model2=model_7767 -name=Diseased Bittercap Mushrooms - -// 8330 -[loc_8330] -ambient=25 -op2=Inspect -op4=Guide -model=model_7891 -model2=model_7767 -name=Diseased Bittercap Mushrooms - -// 8331 -[loc_8331] -ambient=25 -op2=Inspect -op4=Guide -model=model_7893 -model2=model_7767 -name=Diseased Bittercap Mushrooms - -// 8332 -[loc_8332] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15941 -recol1d=15883 -recol2s=14884 -recol2d=14826 -recol3s=13827 -recol3d=13769 -recol4s=14786 -recol4d=15847 -recol5s=15843 -recol5d=16904 -recol6s=16900 -recol6d=16906 -model=model_7885 -model2=model_7767 -name=Dead Bittercap Mushrooms - -// 8333 -[loc_8333] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15941 -recol1d=15883 -recol2s=14884 -recol2d=14826 -recol3s=13827 -recol3d=13769 -recol4s=14786 -recol4d=15847 -recol5s=15843 -recol5d=16904 -recol6s=16900 -recol6d=16906 -model=model_7887 -model2=model_7767 -name=Dead Bittercap Mushrooms - -// 8334 -[loc_8334] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15941 -recol1d=15883 -recol2s=14884 -recol2d=14826 -recol3s=13827 -recol3d=13769 -recol4s=14786 -recol4d=15847 -recol5s=15843 -recol5d=16904 -recol6s=16900 -recol6d=16906 -model=model_7889 -model2=model_7767 -name=Dead Bittercap Mushrooms - -// 8335 -[loc_8335] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15941 -recol1d=15883 -recol2s=14884 -recol2d=14826 -recol3s=13827 -recol3d=13769 -recol4s=14786 -recol4d=15847 -recol5s=15843 -recol5d=16904 -recol6s=16900 -recol6d=16906 -model=model_7891 -model2=model_7767 -name=Dead Bittercap Mushrooms - -// 8336 -[loc_8336] -ambient=25 -op2=Inspect -op4=Guide -recol1s=15941 -recol1d=15883 -recol2s=14884 -recol2d=14826 -recol3s=13827 -recol3d=13769 -recol4s=14786 -recol4d=15847 -recol5s=15843 -recol5d=16904 -recol6s=16900 -recol6d=16906 -model=model_7893 -model2=model_7767 -name=Dead Bittercap Mushrooms - -// 8337 -[loc_8337] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_746 -multiloc=0,loc_8314 -multiloc=1,loc_8313 -multiloc=2,loc_8312 -multiloc=3,loc_8311 -multiloc=4,loc_8315 -multiloc=5,loc_8316 -multiloc=6,loc_8317 -multiloc=7,loc_8318 -multiloc=8,loc_8319 -multiloc=9,loc_8320 -multiloc=10,loc_8321 -multiloc=11,loc_8322 -multiloc=12,loc_8323 -multiloc=13,loc_8324 -multiloc=14,loc_8325 -multiloc=15,loc_8326 -multiloc=16,loc_8327 -multiloc=17,loc_8328 -multiloc=18,loc_8329 -multiloc=19,loc_8330 -multiloc=20,loc_8331 -multiloc=21,loc_8332 -multiloc=22,loc_8333 -multiloc=23,loc_8334 -multiloc=24,loc_8335 -multiloc=25,loc_8336 -multiloc=26,loc_8314 -multiloc=27,loc_8314 -multiloc=28,loc_8314 -multiloc=29,loc_8314 -multiloc=30,loc_8314 -multiloc=31,loc_8314 -multiloc=32,loc_8314 -multiloc=33,loc_8314 -multiloc=34,loc_8314 -multiloc=35,loc_8314 -multiloc=36,loc_8314 -multiloc=37,loc_8314 -multiloc=38,loc_8314 -multiloc=39,loc_8314 -multiloc=40,loc_8314 -multiloc=41,loc_8314 -multiloc=42,loc_8314 -multiloc=43,loc_8314 -multiloc=44,loc_8314 -multiloc=45,loc_8314 -multiloc=46,loc_8314 -multiloc=47,loc_8314 -multiloc=48,loc_8314 -multiloc=49,loc_8314 -multiloc=50,loc_8314 -multiloc=51,loc_8314 -multiloc=52,loc_8314 -multiloc=53,loc_8314 -multiloc=54,loc_8314 -multiloc=55,loc_8314 -multiloc=56,loc_8314 -multiloc=57,loc_8314 -multiloc=58,loc_8314 -multiloc=59,loc_8314 -multiloc=60,loc_8314 -multiloc=61,loc_8314 -multiloc=62,loc_8314 -multiloc=63,loc_8314 -multiloc=64,loc_8314 -multiloc=65,loc_8314 -multiloc=66,loc_8314 -multiloc=67,loc_8314 -multiloc=68,loc_8314 -multiloc=69,loc_8314 -multiloc=70,loc_8314 -multiloc=71,loc_8314 -multiloc=72,loc_8314 -multiloc=73,loc_8314 -multiloc=74,loc_8314 -multiloc=75,loc_8314 -multiloc=76,loc_8314 -multiloc=77,loc_8314 -multiloc=78,loc_8314 -multiloc=79,loc_8314 -multiloc=80,loc_8314 -multiloc=81,loc_8314 -multiloc=82,loc_8314 -multiloc=83,loc_8314 -multiloc=84,loc_8314 -multiloc=85,loc_8314 -multiloc=86,loc_8314 -multiloc=87,loc_8314 -multiloc=88,loc_8314 -multiloc=89,loc_8314 -multiloc=90,loc_8314 -multiloc=91,loc_8314 -multiloc=92,loc_8314 -multiloc=93,loc_8314 -multiloc=94,loc_8314 -multiloc=95,loc_8314 -multiloc=96,loc_8314 -multiloc=97,loc_8314 -multiloc=98,loc_8314 -multiloc=99,loc_8314 -multiloc=100,loc_8314 -multiloc=101,loc_8314 -multiloc=102,loc_8314 -multiloc=103,loc_8314 -multiloc=104,loc_8314 -multiloc=105,loc_8314 -multiloc=106,loc_8314 -multiloc=107,loc_8314 -multiloc=108,loc_8314 -multiloc=109,loc_8314 -multiloc=110,loc_8314 -multiloc=111,loc_8314 -multiloc=112,loc_8314 -multiloc=113,loc_8314 -multiloc=114,loc_8314 -multiloc=115,loc_8314 -multiloc=116,loc_8314 -multiloc=117,loc_8314 -multiloc=118,loc_8314 -multiloc=119,loc_8314 -multiloc=120,loc_8314 -multiloc=121,loc_8314 -multiloc=122,loc_8314 -multiloc=123,loc_8314 -multiloc=124,loc_8314 -multiloc=125,loc_8314 -multiloc=126,loc_8314 -multiloc=127,loc_8314 -multiloc=128,loc_8314 -multiloc=129,loc_8314 -multiloc=130,loc_8314 -multiloc=131,loc_8314 -multiloc=132,loc_8314 -multiloc=133,loc_8314 -multiloc=134,loc_8314 -multiloc=135,loc_8314 -multiloc=136,loc_8314 -multiloc=137,loc_8314 -multiloc=138,loc_8314 -multiloc=139,loc_8314 -multiloc=140,loc_8314 -multiloc=141,loc_8314 -multiloc=142,loc_8314 -multiloc=143,loc_8314 -multiloc=144,loc_8314 -multiloc=145,loc_8314 -multiloc=146,loc_8314 -multiloc=147,loc_8314 -multiloc=148,loc_8314 -multiloc=149,loc_8314 -multiloc=150,loc_8314 -multiloc=151,loc_8314 -multiloc=152,loc_8314 -multiloc=153,loc_8314 -multiloc=154,loc_8314 -multiloc=155,loc_8314 -multiloc=156,loc_8314 -multiloc=157,loc_8314 -multiloc=158,loc_8314 -multiloc=159,loc_8314 -multiloc=160,loc_8314 -multiloc=161,loc_8314 -multiloc=162,loc_8314 -multiloc=163,loc_8314 -multiloc=164,loc_8314 -multiloc=165,loc_8314 -multiloc=166,loc_8314 -multiloc=167,loc_8314 -multiloc=168,loc_8314 -multiloc=169,loc_8314 -multiloc=170,loc_8314 -multiloc=171,loc_8314 -multiloc=172,loc_8314 -multiloc=173,loc_8314 -multiloc=174,loc_8314 -multiloc=175,loc_8314 -multiloc=176,loc_8314 -multiloc=177,loc_8314 -multiloc=178,loc_8314 -multiloc=179,loc_8314 -multiloc=180,loc_8314 -multiloc=181,loc_8314 -multiloc=182,loc_8314 -multiloc=183,loc_8314 -multiloc=184,loc_8314 -multiloc=185,loc_8314 -multiloc=186,loc_8314 -multiloc=187,loc_8314 -multiloc=188,loc_8314 -multiloc=189,loc_8314 -multiloc=190,loc_8314 -multiloc=191,loc_8314 -multiloc=192,loc_8314 -multiloc=193,loc_8314 -multiloc=194,loc_8314 -multiloc=195,loc_8314 -multiloc=196,loc_8314 -multiloc=197,loc_8314 -multiloc=198,loc_8314 -multiloc=199,loc_8314 -multiloc=200,loc_8314 -multiloc=201,loc_8314 -multiloc=202,loc_8314 -multiloc=203,loc_8314 -multiloc=204,loc_8314 -multiloc=205,loc_8314 -multiloc=206,loc_8314 -multiloc=207,loc_8314 -multiloc=208,loc_8314 -multiloc=209,loc_8314 -multiloc=210,loc_8314 -multiloc=211,loc_8314 -multiloc=212,loc_8314 -multiloc=213,loc_8314 -multiloc=214,loc_8314 -multiloc=215,loc_8314 -multiloc=216,loc_8314 -multiloc=217,loc_8314 -multiloc=218,loc_8314 -multiloc=219,loc_8314 -multiloc=220,loc_8314 -multiloc=221,loc_8314 -multiloc=222,loc_8314 -multiloc=223,loc_8314 -multiloc=224,loc_8314 -multiloc=225,loc_8314 -multiloc=226,loc_8314 -multiloc=227,loc_8314 -multiloc=228,loc_8314 -multiloc=229,loc_8314 -multiloc=230,loc_8314 -multiloc=231,loc_8314 -multiloc=232,loc_8314 -multiloc=233,loc_8314 -multiloc=234,loc_8314 -multiloc=235,loc_8314 -multiloc=236,loc_8314 -multiloc=237,loc_8314 -multiloc=238,loc_8314 -multiloc=239,loc_8314 -multiloc=240,loc_8314 -multiloc=241,loc_8314 -multiloc=242,loc_8314 -multiloc=243,loc_8314 -multiloc=244,loc_8314 -multiloc=245,loc_8314 -multiloc=246,loc_8314 -multiloc=247,loc_8314 -multiloc=248,loc_8314 -multiloc=249,loc_8314 -multiloc=250,loc_8314 -multiloc=251,loc_8314 -multiloc=252,loc_8314 -multiloc=253,loc_8314 -multiloc=254,loc_8314 -multiloc=255,loc_8314 - -// 8338 -[loc_8338] -blockwalk=yes -width=3 -length=3 -active=yes -multivar=varplayerbit_720 -multiloc=0,loc_8342 -multiloc=1,loc_8341 -multiloc=2,loc_8340 -multiloc=3,loc_8339 -multiloc=4,loc_8342 -multiloc=5,loc_8342 -multiloc=6,loc_8342 -multiloc=7,loc_8342 -multiloc=8,loc_8343 -multiloc=9,loc_8344 -multiloc=10,loc_8345 -multiloc=11,loc_8346 -multiloc=12,loc_8347 -multiloc=13,loc_8348 -multiloc=14,loc_8349 -multiloc=15,loc_8350 -multiloc=16,loc_8351 -multiloc=17,loc_8352 -multiloc=18,loc_8353 -multiloc=19,loc_8354 -multiloc=20,loc_8355 -multiloc=21,loc_8358 -multiloc=22,loc_8359 -multiloc=23,loc_8360 -multiloc=24,loc_8361 -multiloc=25,loc_8362 -multiloc=26,loc_8363 -multiloc=27,loc_8364 -multiloc=28,loc_8365 -multiloc=29,loc_8366 -multiloc=30,loc_8367 -multiloc=31,loc_8368 -multiloc=32,loc_8370 -multiloc=33,loc_8371 -multiloc=34,loc_8372 -multiloc=35,loc_8373 -multiloc=36,loc_8374 -multiloc=37,loc_8375 -multiloc=38,loc_8376 -multiloc=39,loc_8377 -multiloc=40,loc_8378 -multiloc=41,loc_8379 -multiloc=42,loc_8380 -multiloc=43,loc_8381 -multiloc=44,loc_8356 -multiloc=45,loc_8342 -multiloc=46,loc_8342 -multiloc=47,loc_8342 -multiloc=48,loc_8342 -multiloc=49,loc_8342 -multiloc=50,loc_8342 -multiloc=51,loc_8342 -multiloc=52,loc_8342 -multiloc=53,loc_8342 -multiloc=54,loc_8342 -multiloc=55,loc_8342 -multiloc=56,loc_8342 -multiloc=57,loc_8342 -multiloc=58,loc_8342 -multiloc=59,loc_8342 -multiloc=60,loc_8342 -multiloc=61,loc_8342 -multiloc=62,loc_8342 -multiloc=63,loc_8342 -multiloc=64,loc_8342 -multiloc=65,loc_8342 -multiloc=66,loc_8342 -multiloc=67,loc_8342 -multiloc=68,loc_8342 -multiloc=69,loc_8342 -multiloc=70,loc_8342 -multiloc=71,loc_8342 -multiloc=72,loc_8342 -multiloc=73,loc_8342 -multiloc=74,loc_8342 -multiloc=75,loc_8342 -multiloc=76,loc_8342 -multiloc=77,loc_8342 -multiloc=78,loc_8342 -multiloc=79,loc_8342 -multiloc=80,loc_8342 -multiloc=81,loc_8342 -multiloc=82,loc_8342 -multiloc=83,loc_8342 -multiloc=84,loc_8342 -multiloc=85,loc_8342 -multiloc=86,loc_8342 -multiloc=87,loc_8342 -multiloc=88,loc_8342 -multiloc=89,loc_8342 -multiloc=90,loc_8342 -multiloc=91,loc_8342 -multiloc=92,loc_8342 -multiloc=93,loc_8342 -multiloc=94,loc_8342 -multiloc=95,loc_8342 -multiloc=96,loc_8342 -multiloc=97,loc_8342 -multiloc=98,loc_8342 -multiloc=99,loc_8342 -multiloc=100,loc_8342 -multiloc=101,loc_8342 -multiloc=102,loc_8342 -multiloc=103,loc_8342 -multiloc=104,loc_8342 -multiloc=105,loc_8342 -multiloc=106,loc_8342 -multiloc=107,loc_8342 -multiloc=108,loc_8342 -multiloc=109,loc_8342 -multiloc=110,loc_8342 -multiloc=111,loc_8342 -multiloc=112,loc_8342 -multiloc=113,loc_8342 -multiloc=114,loc_8342 -multiloc=115,loc_8342 -multiloc=116,loc_8342 -multiloc=117,loc_8342 -multiloc=118,loc_8342 -multiloc=119,loc_8342 -multiloc=120,loc_8342 -multiloc=121,loc_8342 -multiloc=122,loc_8342 -multiloc=123,loc_8342 -multiloc=124,loc_8342 -multiloc=125,loc_8342 -multiloc=126,loc_8342 -multiloc=127,loc_8342 -multiloc=128,loc_8342 -multiloc=129,loc_8342 -multiloc=130,loc_8342 -multiloc=131,loc_8342 -multiloc=132,loc_8342 -multiloc=133,loc_8342 -multiloc=134,loc_8342 -multiloc=135,loc_8342 -multiloc=136,loc_8342 -multiloc=137,loc_8342 -multiloc=138,loc_8342 -multiloc=139,loc_8342 -multiloc=140,loc_8342 -multiloc=141,loc_8342 -multiloc=142,loc_8342 -multiloc=143,loc_8342 -multiloc=144,loc_8342 -multiloc=145,loc_8342 -multiloc=146,loc_8342 -multiloc=147,loc_8342 -multiloc=148,loc_8342 -multiloc=149,loc_8342 -multiloc=150,loc_8342 -multiloc=151,loc_8342 -multiloc=152,loc_8342 -multiloc=153,loc_8342 -multiloc=154,loc_8342 -multiloc=155,loc_8342 -multiloc=156,loc_8342 -multiloc=157,loc_8342 -multiloc=158,loc_8342 -multiloc=159,loc_8342 -multiloc=160,loc_8342 -multiloc=161,loc_8342 -multiloc=162,loc_8342 -multiloc=163,loc_8342 -multiloc=164,loc_8342 -multiloc=165,loc_8342 -multiloc=166,loc_8342 -multiloc=167,loc_8342 -multiloc=168,loc_8342 -multiloc=169,loc_8342 -multiloc=170,loc_8342 -multiloc=171,loc_8342 -multiloc=172,loc_8342 -multiloc=173,loc_8342 -multiloc=174,loc_8342 -multiloc=175,loc_8342 -multiloc=176,loc_8342 -multiloc=177,loc_8342 -multiloc=178,loc_8342 -multiloc=179,loc_8342 -multiloc=180,loc_8342 -multiloc=181,loc_8342 -multiloc=182,loc_8342 -multiloc=183,loc_8342 -multiloc=184,loc_8342 -multiloc=185,loc_8342 -multiloc=186,loc_8342 -multiloc=187,loc_8342 -multiloc=188,loc_8342 -multiloc=189,loc_8342 -multiloc=190,loc_8342 -multiloc=191,loc_8342 -multiloc=192,loc_8342 -multiloc=193,loc_8342 -multiloc=194,loc_8342 -multiloc=195,loc_8342 -multiloc=196,loc_8342 -multiloc=197,loc_8342 -multiloc=198,loc_8342 -multiloc=199,loc_8342 -multiloc=200,loc_8342 -multiloc=201,loc_8342 -multiloc=202,loc_8342 -multiloc=203,loc_8342 -multiloc=204,loc_8342 -multiloc=205,loc_8342 -multiloc=206,loc_8342 -multiloc=207,loc_8342 -multiloc=208,loc_8342 -multiloc=209,loc_8342 -multiloc=210,loc_8342 -multiloc=211,loc_8342 -multiloc=212,loc_8342 -multiloc=213,loc_8342 -multiloc=214,loc_8342 -multiloc=215,loc_8342 -multiloc=216,loc_8342 -multiloc=217,loc_8342 -multiloc=218,loc_8342 -multiloc=219,loc_8342 -multiloc=220,loc_8342 -multiloc=221,loc_8342 -multiloc=222,loc_8342 -multiloc=223,loc_8342 -multiloc=224,loc_8342 -multiloc=225,loc_8342 -multiloc=226,loc_8342 -multiloc=227,loc_8342 -multiloc=228,loc_8342 -multiloc=229,loc_8342 -multiloc=230,loc_8342 -multiloc=231,loc_8342 -multiloc=232,loc_8342 -multiloc=233,loc_8342 -multiloc=234,loc_8342 -multiloc=235,loc_8342 -multiloc=236,loc_8342 -multiloc=237,loc_8342 -multiloc=238,loc_8342 -multiloc=239,loc_8342 -multiloc=240,loc_8342 -multiloc=241,loc_8342 -multiloc=242,loc_8342 -multiloc=243,loc_8342 -multiloc=244,loc_8342 -multiloc=245,loc_8342 -multiloc=246,loc_8342 -multiloc=247,loc_8342 -multiloc=248,loc_8342 -multiloc=249,loc_8342 -multiloc=250,loc_8342 -multiloc=251,loc_8342 -multiloc=252,loc_8342 -multiloc=253,loc_8342 -multiloc=254,loc_8342 -multiloc=255,loc_8342 - -// 8339 -[loc_8339] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7793 -model2=model_7768 -name=Spirit Tree Patch - -// 8340 -[loc_8340] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7797 -model2=model_7768 -name=Spirit Tree Patch - -// 8341 -[loc_8341] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7799 -model2=model_7768 -name=Spirit Tree Patch - -// 8342 -[loc_8342] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7796 -model2=model_7768 -name=Spirit Tree Patch - -// 8343 -[loc_8343] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9411 -model=model_7977 -model2=model_7768 -name=Spirit Tree - -// 8344 -[loc_8344] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9411 -model=model_7991 -model2=model_7768 -name=Spirit Tree - -// 8345 -[loc_8345] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8112 -model2=model_7768 -name=Spirit Tree - -// 8346 -[loc_8346] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8114 -model2=model_7768 -name=Spirit Tree - -// 8347 -[loc_8347] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8116 -model2=model_7768 -name=Spirit Tree - -// 8348 -[loc_8348] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8118 -model2=model_7768 -name=Spirit Tree - -// 8349 -[loc_8349] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8120 -model2=model_7768 -name=Spirit Tree - -// 8350 -[loc_8350] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8122 -model2=model_7768 -name=Spirit Tree - -// 8351 -[loc_8351] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8124 -model2=model_7768 -name=Spirit Tree - -// 8352 -[loc_8352] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8104 -model2=model_7768 -name=Spirit Tree - -// 8353 -[loc_8353] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8106 -model2=model_7768 -name=Spirit Tree - -// 8354 -[loc_8354] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8108 -model2=model_7768 -name=Spirit Tree - -// 8355 -[loc_8355] -ambient=25 -op1=Talk-to -op2=Inspect -op4=Guide -hardshadow=no -model=model_8110 -model2=model_7768 -name=Spirit Tree - -// 8356 -[loc_8356] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -hardshadow=no -model=model_8110 -model2=model_7768 -name=Spirit Tree - -// 8357 -[loc_8357] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8126 -model2=model_7768 -name=Spirit Tree Stump - -// 8358 -[loc_8358] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_7991 -model2=model_7768 -name=Diseased Spirit Tree - -// 8359 -[loc_8359] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8112 -model2=model_7768 -name=Diseased Spirit Tree - -// 8360 -[loc_8360] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8114 -model2=model_7768 -name=Diseased Spirit Tree - -// 8361 -[loc_8361] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8116 -model2=model_7768 -name=Diseased Spirit Tree - -// 8362 -[loc_8362] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8118 -model2=model_7768 -name=Diseased Spirit Tree - -// 8363 -[loc_8363] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8120 -model2=model_7768 -name=Diseased Spirit Tree - -// 8364 -[loc_8364] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8122 -model2=model_7768 -name=Diseased Spirit Tree - -// 8365 -[loc_8365] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8124 -model2=model_7768 -name=Diseased Spirit Tree - -// 8366 -[loc_8366] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8104 -model2=model_7768 -name=Diseased Spirit Tree - -// 8367 -[loc_8367] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8106 -model2=model_7768 -name=Diseased Spirit Tree - -// 8368 -[loc_8368] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8108 -model2=model_7768 -name=Diseased Spirit Tree - -// 8369 -[loc_8369] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9411 -recol1d=9507 -recol2s=7297 -recol2d=9507 -recol3s=8354 -recol3d=9507 -recol4s=6240 -recol4d=9507 -retex1s=material_8 -retex1d=material_41 -model=model_8110 -model2=model_7768 -name=Diseased Spirit Tree - -// 8370 -[loc_8370] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=7365 -recol1d=6276 -model=model_7992 -model2=model_7768 -name=Dead Spirit Tree - -// 8371 -[loc_8371] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8113 -model2=model_7768 -name=Dead Spirit Tree - -// 8372 -[loc_8372] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8115 -model2=model_7768 -name=Dead Spirit Tree - -// 8373 -[loc_8373] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8117 -model2=model_7768 -name=Dead Spirit Tree - -// 8374 -[loc_8374] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8119 -model2=model_7768 -name=Dead Spirit Tree - -// 8375 -[loc_8375] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8121 -model2=model_7768 -name=Dead Spirit Tree - -// 8376 -[loc_8376] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8123 -model2=model_7768 -name=Dead Spirit Tree - -// 8377 -[loc_8377] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8125 -model2=model_7768 -name=Dead Spirit Tree - -// 8378 -[loc_8378] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8105 -model2=model_7768 -name=Dead Spirit Tree - -// 8379 -[loc_8379] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8107 -model2=model_7768 -name=Dead Spirit Tree - -// 8380 -[loc_8380] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8109 -model2=model_7768 -name=Dead Spirit Tree - -// 8381 -[loc_8381] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8111 -model2=model_7768 -name=Dead Spirit Tree - -// 8382 -[loc_8382] -blockwalk=yes -width=3 -length=3 -active=yes -multivar=varplayerbit_722 -multiloc=0,loc_8342 -multiloc=1,loc_8341 -multiloc=2,loc_8340 -multiloc=3,loc_8339 -multiloc=4,loc_8342 -multiloc=5,loc_8342 -multiloc=6,loc_8342 -multiloc=7,loc_8342 -multiloc=8,loc_8343 -multiloc=9,loc_8344 -multiloc=10,loc_8345 -multiloc=11,loc_8346 -multiloc=12,loc_8347 -multiloc=13,loc_8348 -multiloc=14,loc_8349 -multiloc=15,loc_8350 -multiloc=16,loc_8351 -multiloc=17,loc_8352 -multiloc=18,loc_8353 -multiloc=19,loc_8354 -multiloc=20,loc_8355 -multiloc=21,loc_8358 -multiloc=22,loc_8359 -multiloc=23,loc_8360 -multiloc=24,loc_8361 -multiloc=25,loc_8362 -multiloc=26,loc_8363 -multiloc=27,loc_8364 -multiloc=28,loc_8365 -multiloc=29,loc_8366 -multiloc=30,loc_8367 -multiloc=31,loc_8368 -multiloc=32,loc_8370 -multiloc=33,loc_8371 -multiloc=34,loc_8372 -multiloc=35,loc_8373 -multiloc=36,loc_8374 -multiloc=37,loc_8375 -multiloc=38,loc_8376 -multiloc=39,loc_8377 -multiloc=40,loc_8378 -multiloc=41,loc_8379 -multiloc=42,loc_8380 -multiloc=43,loc_8381 -multiloc=44,loc_8356 -multiloc=45,loc_8342 -multiloc=46,loc_8342 -multiloc=47,loc_8342 -multiloc=48,loc_8342 -multiloc=49,loc_8342 -multiloc=50,loc_8342 -multiloc=51,loc_8342 -multiloc=52,loc_8342 -multiloc=53,loc_8342 -multiloc=54,loc_8342 -multiloc=55,loc_8342 -multiloc=56,loc_8342 -multiloc=57,loc_8342 -multiloc=58,loc_8342 -multiloc=59,loc_8342 -multiloc=60,loc_8342 -multiloc=61,loc_8342 -multiloc=62,loc_8342 -multiloc=63,loc_8342 -multiloc=64,loc_8342 -multiloc=65,loc_8342 -multiloc=66,loc_8342 -multiloc=67,loc_8342 -multiloc=68,loc_8342 -multiloc=69,loc_8342 -multiloc=70,loc_8342 -multiloc=71,loc_8342 -multiloc=72,loc_8342 -multiloc=73,loc_8342 -multiloc=74,loc_8342 -multiloc=75,loc_8342 -multiloc=76,loc_8342 -multiloc=77,loc_8342 -multiloc=78,loc_8342 -multiloc=79,loc_8342 -multiloc=80,loc_8342 -multiloc=81,loc_8342 -multiloc=82,loc_8342 -multiloc=83,loc_8342 -multiloc=84,loc_8342 -multiloc=85,loc_8342 -multiloc=86,loc_8342 -multiloc=87,loc_8342 -multiloc=88,loc_8342 -multiloc=89,loc_8342 -multiloc=90,loc_8342 -multiloc=91,loc_8342 -multiloc=92,loc_8342 -multiloc=93,loc_8342 -multiloc=94,loc_8342 -multiloc=95,loc_8342 -multiloc=96,loc_8342 -multiloc=97,loc_8342 -multiloc=98,loc_8342 -multiloc=99,loc_8342 -multiloc=100,loc_8342 -multiloc=101,loc_8342 -multiloc=102,loc_8342 -multiloc=103,loc_8342 -multiloc=104,loc_8342 -multiloc=105,loc_8342 -multiloc=106,loc_8342 -multiloc=107,loc_8342 -multiloc=108,loc_8342 -multiloc=109,loc_8342 -multiloc=110,loc_8342 -multiloc=111,loc_8342 -multiloc=112,loc_8342 -multiloc=113,loc_8342 -multiloc=114,loc_8342 -multiloc=115,loc_8342 -multiloc=116,loc_8342 -multiloc=117,loc_8342 -multiloc=118,loc_8342 -multiloc=119,loc_8342 -multiloc=120,loc_8342 -multiloc=121,loc_8342 -multiloc=122,loc_8342 -multiloc=123,loc_8342 -multiloc=124,loc_8342 -multiloc=125,loc_8342 -multiloc=126,loc_8342 -multiloc=127,loc_8342 -multiloc=128,loc_8342 -multiloc=129,loc_8342 -multiloc=130,loc_8342 -multiloc=131,loc_8342 -multiloc=132,loc_8342 -multiloc=133,loc_8342 -multiloc=134,loc_8342 -multiloc=135,loc_8342 -multiloc=136,loc_8342 -multiloc=137,loc_8342 -multiloc=138,loc_8342 -multiloc=139,loc_8342 -multiloc=140,loc_8342 -multiloc=141,loc_8342 -multiloc=142,loc_8342 -multiloc=143,loc_8342 -multiloc=144,loc_8342 -multiloc=145,loc_8342 -multiloc=146,loc_8342 -multiloc=147,loc_8342 -multiloc=148,loc_8342 -multiloc=149,loc_8342 -multiloc=150,loc_8342 -multiloc=151,loc_8342 -multiloc=152,loc_8342 -multiloc=153,loc_8342 -multiloc=154,loc_8342 -multiloc=155,loc_8342 -multiloc=156,loc_8342 -multiloc=157,loc_8342 -multiloc=158,loc_8342 -multiloc=159,loc_8342 -multiloc=160,loc_8342 -multiloc=161,loc_8342 -multiloc=162,loc_8342 -multiloc=163,loc_8342 -multiloc=164,loc_8342 -multiloc=165,loc_8342 -multiloc=166,loc_8342 -multiloc=167,loc_8342 -multiloc=168,loc_8342 -multiloc=169,loc_8342 -multiloc=170,loc_8342 -multiloc=171,loc_8342 -multiloc=172,loc_8342 -multiloc=173,loc_8342 -multiloc=174,loc_8342 -multiloc=175,loc_8342 -multiloc=176,loc_8342 -multiloc=177,loc_8342 -multiloc=178,loc_8342 -multiloc=179,loc_8342 -multiloc=180,loc_8342 -multiloc=181,loc_8342 -multiloc=182,loc_8342 -multiloc=183,loc_8342 -multiloc=184,loc_8342 -multiloc=185,loc_8342 -multiloc=186,loc_8342 -multiloc=187,loc_8342 -multiloc=188,loc_8342 -multiloc=189,loc_8342 -multiloc=190,loc_8342 -multiloc=191,loc_8342 -multiloc=192,loc_8342 -multiloc=193,loc_8342 -multiloc=194,loc_8342 -multiloc=195,loc_8342 -multiloc=196,loc_8342 -multiloc=197,loc_8342 -multiloc=198,loc_8342 -multiloc=199,loc_8342 -multiloc=200,loc_8342 -multiloc=201,loc_8342 -multiloc=202,loc_8342 -multiloc=203,loc_8342 -multiloc=204,loc_8342 -multiloc=205,loc_8342 -multiloc=206,loc_8342 -multiloc=207,loc_8342 -multiloc=208,loc_8342 -multiloc=209,loc_8342 -multiloc=210,loc_8342 -multiloc=211,loc_8342 -multiloc=212,loc_8342 -multiloc=213,loc_8342 -multiloc=214,loc_8342 -multiloc=215,loc_8342 -multiloc=216,loc_8342 -multiloc=217,loc_8342 -multiloc=218,loc_8342 -multiloc=219,loc_8342 -multiloc=220,loc_8342 -multiloc=221,loc_8342 -multiloc=222,loc_8342 -multiloc=223,loc_8342 -multiloc=224,loc_8342 -multiloc=225,loc_8342 -multiloc=226,loc_8342 -multiloc=227,loc_8342 -multiloc=228,loc_8342 -multiloc=229,loc_8342 -multiloc=230,loc_8342 -multiloc=231,loc_8342 -multiloc=232,loc_8342 -multiloc=233,loc_8342 -multiloc=234,loc_8342 -multiloc=235,loc_8342 -multiloc=236,loc_8342 -multiloc=237,loc_8342 -multiloc=238,loc_8342 -multiloc=239,loc_8342 -multiloc=240,loc_8342 -multiloc=241,loc_8342 -multiloc=242,loc_8342 -multiloc=243,loc_8342 -multiloc=244,loc_8342 -multiloc=245,loc_8342 -multiloc=246,loc_8342 -multiloc=247,loc_8342 -multiloc=248,loc_8342 -multiloc=249,loc_8342 -multiloc=250,loc_8342 -multiloc=251,loc_8342 -multiloc=252,loc_8342 -multiloc=253,loc_8342 -multiloc=254,loc_8342 -multiloc=255,loc_8342 - -// 8383 -[loc_8383] -blockwalk=yes -width=3 -length=3 -active=yes -multivar=varplayerbit_724 -multiloc=0,loc_8342 -multiloc=1,loc_8341 -multiloc=2,loc_8340 -multiloc=3,loc_8339 -multiloc=4,loc_8342 -multiloc=5,loc_8342 -multiloc=6,loc_8342 -multiloc=7,loc_8342 -multiloc=8,loc_8343 -multiloc=9,loc_8344 -multiloc=10,loc_8345 -multiloc=11,loc_8346 -multiloc=12,loc_8347 -multiloc=13,loc_8348 -multiloc=14,loc_8349 -multiloc=15,loc_8350 -multiloc=16,loc_8351 -multiloc=17,loc_8352 -multiloc=18,loc_8353 -multiloc=19,loc_8354 -multiloc=20,loc_8355 -multiloc=21,loc_8358 -multiloc=22,loc_8359 -multiloc=23,loc_8360 -multiloc=24,loc_8361 -multiloc=25,loc_8362 -multiloc=26,loc_8363 -multiloc=27,loc_8364 -multiloc=28,loc_8365 -multiloc=29,loc_8366 -multiloc=30,loc_8367 -multiloc=31,loc_8368 -multiloc=32,loc_8370 -multiloc=33,loc_8371 -multiloc=34,loc_8372 -multiloc=35,loc_8373 -multiloc=36,loc_8374 -multiloc=37,loc_8375 -multiloc=38,loc_8376 -multiloc=39,loc_8377 -multiloc=40,loc_8378 -multiloc=41,loc_8379 -multiloc=42,loc_8380 -multiloc=43,loc_8381 -multiloc=44,loc_8356 -multiloc=45,loc_8342 -multiloc=46,loc_8342 -multiloc=47,loc_8342 -multiloc=48,loc_8342 -multiloc=49,loc_8342 -multiloc=50,loc_8342 -multiloc=51,loc_8342 -multiloc=52,loc_8342 -multiloc=53,loc_8342 -multiloc=54,loc_8342 -multiloc=55,loc_8342 -multiloc=56,loc_8342 -multiloc=57,loc_8342 -multiloc=58,loc_8342 -multiloc=59,loc_8342 -multiloc=60,loc_8342 -multiloc=61,loc_8342 -multiloc=62,loc_8342 -multiloc=63,loc_8342 -multiloc=64,loc_8342 -multiloc=65,loc_8342 -multiloc=66,loc_8342 -multiloc=67,loc_8342 -multiloc=68,loc_8342 -multiloc=69,loc_8342 -multiloc=70,loc_8342 -multiloc=71,loc_8342 -multiloc=72,loc_8342 -multiloc=73,loc_8342 -multiloc=74,loc_8342 -multiloc=75,loc_8342 -multiloc=76,loc_8342 -multiloc=77,loc_8342 -multiloc=78,loc_8342 -multiloc=79,loc_8342 -multiloc=80,loc_8342 -multiloc=81,loc_8342 -multiloc=82,loc_8342 -multiloc=83,loc_8342 -multiloc=84,loc_8342 -multiloc=85,loc_8342 -multiloc=86,loc_8342 -multiloc=87,loc_8342 -multiloc=88,loc_8342 -multiloc=89,loc_8342 -multiloc=90,loc_8342 -multiloc=91,loc_8342 -multiloc=92,loc_8342 -multiloc=93,loc_8342 -multiloc=94,loc_8342 -multiloc=95,loc_8342 -multiloc=96,loc_8342 -multiloc=97,loc_8342 -multiloc=98,loc_8342 -multiloc=99,loc_8342 -multiloc=100,loc_8342 -multiloc=101,loc_8342 -multiloc=102,loc_8342 -multiloc=103,loc_8342 -multiloc=104,loc_8342 -multiloc=105,loc_8342 -multiloc=106,loc_8342 -multiloc=107,loc_8342 -multiloc=108,loc_8342 -multiloc=109,loc_8342 -multiloc=110,loc_8342 -multiloc=111,loc_8342 -multiloc=112,loc_8342 -multiloc=113,loc_8342 -multiloc=114,loc_8342 -multiloc=115,loc_8342 -multiloc=116,loc_8342 -multiloc=117,loc_8342 -multiloc=118,loc_8342 -multiloc=119,loc_8342 -multiloc=120,loc_8342 -multiloc=121,loc_8342 -multiloc=122,loc_8342 -multiloc=123,loc_8342 -multiloc=124,loc_8342 -multiloc=125,loc_8342 -multiloc=126,loc_8342 -multiloc=127,loc_8342 -multiloc=128,loc_8342 -multiloc=129,loc_8342 -multiloc=130,loc_8342 -multiloc=131,loc_8342 -multiloc=132,loc_8342 -multiloc=133,loc_8342 -multiloc=134,loc_8342 -multiloc=135,loc_8342 -multiloc=136,loc_8342 -multiloc=137,loc_8342 -multiloc=138,loc_8342 -multiloc=139,loc_8342 -multiloc=140,loc_8342 -multiloc=141,loc_8342 -multiloc=142,loc_8342 -multiloc=143,loc_8342 -multiloc=144,loc_8342 -multiloc=145,loc_8342 -multiloc=146,loc_8342 -multiloc=147,loc_8342 -multiloc=148,loc_8342 -multiloc=149,loc_8342 -multiloc=150,loc_8342 -multiloc=151,loc_8342 -multiloc=152,loc_8342 -multiloc=153,loc_8342 -multiloc=154,loc_8342 -multiloc=155,loc_8342 -multiloc=156,loc_8342 -multiloc=157,loc_8342 -multiloc=158,loc_8342 -multiloc=159,loc_8342 -multiloc=160,loc_8342 -multiloc=161,loc_8342 -multiloc=162,loc_8342 -multiloc=163,loc_8342 -multiloc=164,loc_8342 -multiloc=165,loc_8342 -multiloc=166,loc_8342 -multiloc=167,loc_8342 -multiloc=168,loc_8342 -multiloc=169,loc_8342 -multiloc=170,loc_8342 -multiloc=171,loc_8342 -multiloc=172,loc_8342 -multiloc=173,loc_8342 -multiloc=174,loc_8342 -multiloc=175,loc_8342 -multiloc=176,loc_8342 -multiloc=177,loc_8342 -multiloc=178,loc_8342 -multiloc=179,loc_8342 -multiloc=180,loc_8342 -multiloc=181,loc_8342 -multiloc=182,loc_8342 -multiloc=183,loc_8342 -multiloc=184,loc_8342 -multiloc=185,loc_8342 -multiloc=186,loc_8342 -multiloc=187,loc_8342 -multiloc=188,loc_8342 -multiloc=189,loc_8342 -multiloc=190,loc_8342 -multiloc=191,loc_8342 -multiloc=192,loc_8342 -multiloc=193,loc_8342 -multiloc=194,loc_8342 -multiloc=195,loc_8342 -multiloc=196,loc_8342 -multiloc=197,loc_8342 -multiloc=198,loc_8342 -multiloc=199,loc_8342 -multiloc=200,loc_8342 -multiloc=201,loc_8342 -multiloc=202,loc_8342 -multiloc=203,loc_8342 -multiloc=204,loc_8342 -multiloc=205,loc_8342 -multiloc=206,loc_8342 -multiloc=207,loc_8342 -multiloc=208,loc_8342 -multiloc=209,loc_8342 -multiloc=210,loc_8342 -multiloc=211,loc_8342 -multiloc=212,loc_8342 -multiloc=213,loc_8342 -multiloc=214,loc_8342 -multiloc=215,loc_8342 -multiloc=216,loc_8342 -multiloc=217,loc_8342 -multiloc=218,loc_8342 -multiloc=219,loc_8342 -multiloc=220,loc_8342 -multiloc=221,loc_8342 -multiloc=222,loc_8342 -multiloc=223,loc_8342 -multiloc=224,loc_8342 -multiloc=225,loc_8342 -multiloc=226,loc_8342 -multiloc=227,loc_8342 -multiloc=228,loc_8342 -multiloc=229,loc_8342 -multiloc=230,loc_8342 -multiloc=231,loc_8342 -multiloc=232,loc_8342 -multiloc=233,loc_8342 -multiloc=234,loc_8342 -multiloc=235,loc_8342 -multiloc=236,loc_8342 -multiloc=237,loc_8342 -multiloc=238,loc_8342 -multiloc=239,loc_8342 -multiloc=240,loc_8342 -multiloc=241,loc_8342 -multiloc=242,loc_8342 -multiloc=243,loc_8342 -multiloc=244,loc_8342 -multiloc=245,loc_8342 -multiloc=246,loc_8342 -multiloc=247,loc_8342 -multiloc=248,loc_8342 -multiloc=249,loc_8342 -multiloc=250,loc_8342 -multiloc=251,loc_8342 -multiloc=252,loc_8342 -multiloc=253,loc_8342 -multiloc=254,loc_8342 -multiloc=255,loc_8342 - -// 8384 -[loc_8384] -blockwalk=yes -width=7 -length=7 -multivar=varplayerbit_700 -multiloc=11,loc_8469 -multiloc=12,loc_8470 -multiloc=13,loc_8470 -multiloc=75,loc_8471 -multiloc=77,loc_8472 - -// 8385 -[loc_8385] -blockwalk=yes -width=7 -length=7 -multivar=varplayerbit_701 -multiloc=11,loc_8469 -multiloc=12,loc_8470 -multiloc=13,loc_8470 -multiloc=75,loc_8471 -multiloc=77,loc_8472 - -// 8386 -[loc_8386] -blockwalk=yes -width=7 -length=7 -multivar=varplayerbit_702 -multiloc=11,loc_8469 -multiloc=12,loc_8470 -multiloc=13,loc_8470 -multiloc=75,loc_8471 -multiloc=77,loc_8472 - -// 8387 -[loc_8387] -blockwalk=yes -width=7 -length=7 -multivar=varplayerbit_703 -multiloc=11,loc_8469 -multiloc=12,loc_8470 -multiloc=13,loc_8470 -multiloc=75,loc_8471 -multiloc=77,loc_8472 - -// 8388 -[loc_8388] -blockwalk=yes -width=3 -length=3 -active=yes -hillskew=yes -multivar=varplayerbit_700 -multiloc=0,loc_8395 -multiloc=1,loc_8394 -multiloc=2,loc_8393 -multiloc=3,loc_8392 -multiloc=4,loc_8395 -multiloc=5,loc_8395 -multiloc=6,loc_8395 -multiloc=7,loc_8395 -multiloc=8,loc_8462 -multiloc=9,loc_8463 -multiloc=10,loc_8464 -multiloc=11,loc_8465 -multiloc=12,loc_8466 -multiloc=13,loc_8467 -multiloc=14,loc_8468 -multiloc=15,loc_8481 -multiloc=16,loc_8482 -multiloc=17,loc_8483 -multiloc=18,loc_8484 -multiloc=19,loc_8485 -multiloc=20,loc_8486 -multiloc=21,loc_8487 -multiloc=22,loc_8488 -multiloc=23,loc_8489 -multiloc=24,loc_8435 -multiloc=25,loc_8436 -multiloc=26,loc_8437 -multiloc=27,loc_8438 -multiloc=28,loc_8439 -multiloc=29,loc_8440 -multiloc=30,loc_8441 -multiloc=31,loc_8442 -multiloc=32,loc_8443 -multiloc=33,loc_8444 -multiloc=34,loc_8445 -multiloc=35,loc_8502 -multiloc=36,loc_8503 -multiloc=37,loc_8504 -multiloc=38,loc_8505 -multiloc=39,loc_8506 -multiloc=40,loc_8507 -multiloc=41,loc_8508 -multiloc=42,loc_8509 -multiloc=43,loc_8510 -multiloc=44,loc_8511 -multiloc=45,loc_8512 -multiloc=46,loc_8513 -multiloc=47,loc_8514 -multiloc=48,loc_8396 -multiloc=49,loc_8397 -multiloc=50,loc_8398 -multiloc=51,loc_8399 -multiloc=52,loc_8400 -multiloc=53,loc_8401 -multiloc=54,loc_8402 -multiloc=55,loc_8403 -multiloc=56,loc_8404 -multiloc=57,loc_8405 -multiloc=58,loc_8406 -multiloc=59,loc_8407 -multiloc=60,loc_8408 -multiloc=61,loc_8409 -multiloc=62,loc_8410 -multiloc=63,loc_8395 -multiloc=64,loc_8395 -multiloc=65,loc_8395 -multiloc=66,loc_8395 -multiloc=67,loc_8395 -multiloc=68,loc_8395 -multiloc=69,loc_8395 -multiloc=70,loc_8395 -multiloc=71,loc_8395 -multiloc=72,loc_8395 -multiloc=73,loc_8473 -multiloc=74,loc_8474 -multiloc=75,loc_8475 -multiloc=77,loc_8476 -multiloc=78,loc_8395 -multiloc=79,loc_8395 -multiloc=80,loc_8490 -multiloc=81,loc_8491 -multiloc=82,loc_8492 -multiloc=83,loc_8493 -multiloc=84,loc_8494 -multiloc=86,loc_8495 -multiloc=87,loc_8395 -multiloc=88,loc_8395 -multiloc=89,loc_8446 -multiloc=90,loc_8447 -multiloc=91,loc_8448 -multiloc=92,loc_8449 -multiloc=93,loc_8450 -multiloc=94,loc_8451 -multiloc=95,loc_8452 -multiloc=97,loc_8453 -multiloc=98,loc_8395 -multiloc=99,loc_8395 -multiloc=100,loc_8515 -multiloc=101,loc_8516 -multiloc=102,loc_8517 -multiloc=103,loc_8518 -multiloc=104,loc_8519 -multiloc=105,loc_8520 -multiloc=106,loc_8521 -multiloc=107,loc_8522 -multiloc=108,loc_8523 -multiloc=110,loc_8524 -multiloc=111,loc_8395 -multiloc=112,loc_8395 -multiloc=113,loc_8411 -multiloc=114,loc_8412 -multiloc=115,loc_8413 -multiloc=116,loc_8414 -multiloc=117,loc_8415 -multiloc=118,loc_8416 -multiloc=119,loc_8417 -multiloc=120,loc_8418 -multiloc=121,loc_8419 -multiloc=122,loc_8420 -multiloc=123,loc_8421 -multiloc=125,loc_8422 -multiloc=126,loc_8395 -multiloc=127,loc_8395 -multiloc=128,loc_8395 -multiloc=129,loc_8395 -multiloc=130,loc_8395 -multiloc=131,loc_8395 -multiloc=132,loc_8395 -multiloc=133,loc_8395 -multiloc=134,loc_8395 -multiloc=135,loc_8395 -multiloc=136,loc_8395 -multiloc=137,loc_8477 -multiloc=138,loc_8478 -multiloc=139,loc_8479 -multiloc=141,loc_8480 -multiloc=142,loc_8395 -multiloc=143,loc_8395 -multiloc=144,loc_8496 -multiloc=145,loc_8497 -multiloc=146,loc_8498 -multiloc=147,loc_8499 -multiloc=148,loc_8500 -multiloc=150,loc_8501 -multiloc=151,loc_8395 -multiloc=152,loc_8395 -multiloc=153,loc_8454 -multiloc=154,loc_8455 -multiloc=155,loc_8456 -multiloc=156,loc_8457 -multiloc=157,loc_8458 -multiloc=158,loc_8459 -multiloc=159,loc_8460 -multiloc=161,loc_8461 -multiloc=162,loc_8395 -multiloc=163,loc_8395 -multiloc=164,loc_8525 -multiloc=165,loc_8526 -multiloc=166,loc_8527 -multiloc=167,loc_8528 -multiloc=168,loc_8529 -multiloc=169,loc_8530 -multiloc=170,loc_8531 -multiloc=171,loc_8532 -multiloc=172,loc_8533 -multiloc=174,loc_8534 -multiloc=175,loc_8395 -multiloc=176,loc_8395 -multiloc=177,loc_8423 -multiloc=178,loc_8424 -multiloc=179,loc_8425 -multiloc=180,loc_8426 -multiloc=181,loc_8427 -multiloc=182,loc_8428 -multiloc=183,loc_8429 -multiloc=184,loc_8430 -multiloc=185,loc_8431 -multiloc=186,loc_8432 -multiloc=187,loc_8433 -multiloc=189,loc_8434 -multiloc=190,loc_8395 -multiloc=191,loc_8395 -multiloc=192,loc_8488 -multiloc=193,loc_8488 -multiloc=194,loc_8488 -multiloc=195,loc_8488 -multiloc=196,loc_8488 -multiloc=197,loc_8488 -multiloc=198,loc_8395 -multiloc=199,loc_8395 -multiloc=200,loc_8395 -multiloc=201,loc_8395 -multiloc=202,loc_8395 -multiloc=203,loc_8395 -multiloc=204,loc_8395 -multiloc=205,loc_8395 -multiloc=206,loc_8395 -multiloc=207,loc_8395 -multiloc=208,loc_8395 -multiloc=209,loc_8395 -multiloc=210,loc_8395 -multiloc=211,loc_8395 -multiloc=212,loc_8395 -multiloc=213,loc_8395 -multiloc=214,loc_8395 -multiloc=215,loc_8395 -multiloc=216,loc_8395 -multiloc=217,loc_8395 -multiloc=218,loc_8395 -multiloc=219,loc_8395 -multiloc=220,loc_8395 -multiloc=221,loc_8395 -multiloc=222,loc_8395 -multiloc=223,loc_8395 -multiloc=224,loc_8395 -multiloc=225,loc_8395 -multiloc=226,loc_8395 -multiloc=227,loc_8395 -multiloc=228,loc_8395 -multiloc=229,loc_8395 -multiloc=230,loc_8395 -multiloc=231,loc_8395 -multiloc=232,loc_8395 -multiloc=233,loc_8395 -multiloc=234,loc_8395 -multiloc=235,loc_8395 -multiloc=236,loc_8395 -multiloc=237,loc_8395 -multiloc=238,loc_8395 -multiloc=239,loc_8395 -multiloc=240,loc_8395 -multiloc=241,loc_8395 -multiloc=242,loc_8395 -multiloc=243,loc_8395 -multiloc=244,loc_8395 -multiloc=245,loc_8395 -multiloc=246,loc_8395 -multiloc=247,loc_8395 -multiloc=248,loc_8395 -multiloc=249,loc_8395 -multiloc=250,loc_8395 -multiloc=251,loc_8395 -multiloc=252,loc_8395 -multiloc=253,loc_8395 -multiloc=254,loc_8395 -multiloc=255,loc_8395 - -// 8389 -[loc_8389] -blockwalk=yes -width=3 -length=3 -active=yes -hillskew=yes -multivar=varplayerbit_701 -multiloc=0,loc_8395 -multiloc=1,loc_8394 -multiloc=2,loc_8393 -multiloc=3,loc_8392 -multiloc=4,loc_8395 -multiloc=5,loc_8395 -multiloc=6,loc_8395 -multiloc=7,loc_8395 -multiloc=8,loc_8462 -multiloc=9,loc_8463 -multiloc=10,loc_8464 -multiloc=11,loc_8465 -multiloc=12,loc_8466 -multiloc=13,loc_8467 -multiloc=14,loc_8468 -multiloc=15,loc_8481 -multiloc=16,loc_8482 -multiloc=17,loc_8483 -multiloc=18,loc_8484 -multiloc=19,loc_8485 -multiloc=20,loc_8486 -multiloc=21,loc_8487 -multiloc=22,loc_8488 -multiloc=23,loc_8489 -multiloc=24,loc_8435 -multiloc=25,loc_8436 -multiloc=26,loc_8437 -multiloc=27,loc_8438 -multiloc=28,loc_8439 -multiloc=29,loc_8440 -multiloc=30,loc_8441 -multiloc=31,loc_8442 -multiloc=32,loc_8443 -multiloc=33,loc_8444 -multiloc=34,loc_8445 -multiloc=35,loc_8502 -multiloc=36,loc_8503 -multiloc=37,loc_8504 -multiloc=38,loc_8505 -multiloc=39,loc_8506 -multiloc=40,loc_8507 -multiloc=41,loc_8508 -multiloc=42,loc_8509 -multiloc=43,loc_8510 -multiloc=44,loc_8511 -multiloc=45,loc_8512 -multiloc=46,loc_8513 -multiloc=47,loc_8514 -multiloc=48,loc_8396 -multiloc=49,loc_8397 -multiloc=50,loc_8398 -multiloc=51,loc_8399 -multiloc=52,loc_8400 -multiloc=53,loc_8401 -multiloc=54,loc_8402 -multiloc=55,loc_8403 -multiloc=56,loc_8404 -multiloc=57,loc_8405 -multiloc=58,loc_8406 -multiloc=59,loc_8407 -multiloc=60,loc_8408 -multiloc=61,loc_8409 -multiloc=62,loc_8410 -multiloc=63,loc_8395 -multiloc=64,loc_8395 -multiloc=65,loc_8395 -multiloc=66,loc_8395 -multiloc=67,loc_8395 -multiloc=68,loc_8395 -multiloc=69,loc_8395 -multiloc=70,loc_8395 -multiloc=71,loc_8395 -multiloc=72,loc_8395 -multiloc=73,loc_8473 -multiloc=74,loc_8474 -multiloc=75,loc_8475 -multiloc=77,loc_8476 -multiloc=78,loc_8395 -multiloc=79,loc_8395 -multiloc=80,loc_8490 -multiloc=81,loc_8491 -multiloc=82,loc_8492 -multiloc=83,loc_8493 -multiloc=84,loc_8494 -multiloc=86,loc_8495 -multiloc=87,loc_8395 -multiloc=88,loc_8395 -multiloc=89,loc_8446 -multiloc=90,loc_8447 -multiloc=91,loc_8448 -multiloc=92,loc_8449 -multiloc=93,loc_8450 -multiloc=94,loc_8451 -multiloc=95,loc_8452 -multiloc=97,loc_8453 -multiloc=98,loc_8395 -multiloc=99,loc_8395 -multiloc=100,loc_8515 -multiloc=101,loc_8516 -multiloc=102,loc_8517 -multiloc=103,loc_8518 -multiloc=104,loc_8519 -multiloc=105,loc_8520 -multiloc=106,loc_8521 -multiloc=107,loc_8522 -multiloc=108,loc_8523 -multiloc=110,loc_8524 -multiloc=111,loc_8395 -multiloc=112,loc_8395 -multiloc=113,loc_8411 -multiloc=114,loc_8412 -multiloc=115,loc_8413 -multiloc=116,loc_8414 -multiloc=117,loc_8415 -multiloc=118,loc_8416 -multiloc=119,loc_8417 -multiloc=120,loc_8418 -multiloc=121,loc_8419 -multiloc=122,loc_8420 -multiloc=123,loc_8421 -multiloc=125,loc_8422 -multiloc=126,loc_8395 -multiloc=127,loc_8395 -multiloc=128,loc_8395 -multiloc=129,loc_8395 -multiloc=130,loc_8395 -multiloc=131,loc_8395 -multiloc=132,loc_8395 -multiloc=133,loc_8395 -multiloc=134,loc_8395 -multiloc=135,loc_8395 -multiloc=136,loc_8395 -multiloc=137,loc_8477 -multiloc=138,loc_8478 -multiloc=139,loc_8479 -multiloc=141,loc_8480 -multiloc=142,loc_8395 -multiloc=143,loc_8395 -multiloc=144,loc_8496 -multiloc=145,loc_8497 -multiloc=146,loc_8498 -multiloc=147,loc_8499 -multiloc=148,loc_8500 -multiloc=150,loc_8501 -multiloc=151,loc_8395 -multiloc=152,loc_8395 -multiloc=153,loc_8454 -multiloc=154,loc_8455 -multiloc=155,loc_8456 -multiloc=156,loc_8457 -multiloc=157,loc_8458 -multiloc=158,loc_8459 -multiloc=159,loc_8460 -multiloc=161,loc_8461 -multiloc=162,loc_8395 -multiloc=163,loc_8395 -multiloc=164,loc_8525 -multiloc=165,loc_8526 -multiloc=166,loc_8527 -multiloc=167,loc_8528 -multiloc=168,loc_8529 -multiloc=169,loc_8530 -multiloc=170,loc_8531 -multiloc=171,loc_8532 -multiloc=172,loc_8533 -multiloc=174,loc_8534 -multiloc=175,loc_8395 -multiloc=176,loc_8395 -multiloc=177,loc_8423 -multiloc=178,loc_8424 -multiloc=179,loc_8425 -multiloc=180,loc_8426 -multiloc=181,loc_8427 -multiloc=182,loc_8428 -multiloc=183,loc_8429 -multiloc=184,loc_8430 -multiloc=185,loc_8431 -multiloc=186,loc_8432 -multiloc=187,loc_8433 -multiloc=189,loc_8434 -multiloc=190,loc_8395 -multiloc=191,loc_8395 -multiloc=192,loc_8488 -multiloc=193,loc_8488 -multiloc=194,loc_8488 -multiloc=195,loc_8488 -multiloc=196,loc_8488 -multiloc=197,loc_8488 -multiloc=198,loc_8395 -multiloc=199,loc_8395 -multiloc=200,loc_8395 -multiloc=201,loc_8395 -multiloc=202,loc_8395 -multiloc=203,loc_8395 -multiloc=204,loc_8395 -multiloc=205,loc_8395 -multiloc=206,loc_8395 -multiloc=207,loc_8395 -multiloc=208,loc_8395 -multiloc=209,loc_8395 -multiloc=210,loc_8395 -multiloc=211,loc_8395 -multiloc=212,loc_8395 -multiloc=213,loc_8395 -multiloc=214,loc_8395 -multiloc=215,loc_8395 -multiloc=216,loc_8395 -multiloc=217,loc_8395 -multiloc=218,loc_8395 -multiloc=219,loc_8395 -multiloc=220,loc_8395 -multiloc=221,loc_8395 -multiloc=222,loc_8395 -multiloc=223,loc_8395 -multiloc=224,loc_8395 -multiloc=225,loc_8395 -multiloc=226,loc_8395 -multiloc=227,loc_8395 -multiloc=228,loc_8395 -multiloc=229,loc_8395 -multiloc=230,loc_8395 -multiloc=231,loc_8395 -multiloc=232,loc_8395 -multiloc=233,loc_8395 -multiloc=234,loc_8395 -multiloc=235,loc_8395 -multiloc=236,loc_8395 -multiloc=237,loc_8395 -multiloc=238,loc_8395 -multiloc=239,loc_8395 -multiloc=240,loc_8395 -multiloc=241,loc_8395 -multiloc=242,loc_8395 -multiloc=243,loc_8395 -multiloc=244,loc_8395 -multiloc=245,loc_8395 -multiloc=246,loc_8395 -multiloc=247,loc_8395 -multiloc=248,loc_8395 -multiloc=249,loc_8395 -multiloc=250,loc_8395 -multiloc=251,loc_8395 -multiloc=252,loc_8395 -multiloc=253,loc_8395 -multiloc=254,loc_8395 -multiloc=255,loc_8395 - -// 8390 -[loc_8390] -blockwalk=yes -width=3 -length=3 -active=yes -hillskew=yes -multivar=varplayerbit_702 -multiloc=0,loc_8395 -multiloc=1,loc_8394 -multiloc=2,loc_8393 -multiloc=3,loc_8392 -multiloc=4,loc_8395 -multiloc=5,loc_8395 -multiloc=6,loc_8395 -multiloc=7,loc_8395 -multiloc=8,loc_8462 -multiloc=9,loc_8463 -multiloc=10,loc_8464 -multiloc=11,loc_8465 -multiloc=12,loc_8466 -multiloc=13,loc_8467 -multiloc=14,loc_8468 -multiloc=15,loc_8481 -multiloc=16,loc_8482 -multiloc=17,loc_8483 -multiloc=18,loc_8484 -multiloc=19,loc_8485 -multiloc=20,loc_8486 -multiloc=21,loc_8487 -multiloc=22,loc_8488 -multiloc=23,loc_8489 -multiloc=24,loc_8435 -multiloc=25,loc_8436 -multiloc=26,loc_8437 -multiloc=27,loc_8438 -multiloc=28,loc_8439 -multiloc=29,loc_8440 -multiloc=30,loc_8441 -multiloc=31,loc_8442 -multiloc=32,loc_8443 -multiloc=33,loc_8444 -multiloc=34,loc_8445 -multiloc=35,loc_8502 -multiloc=36,loc_8503 -multiloc=37,loc_8504 -multiloc=38,loc_8505 -multiloc=39,loc_8506 -multiloc=40,loc_8507 -multiloc=41,loc_8508 -multiloc=42,loc_8509 -multiloc=43,loc_8510 -multiloc=44,loc_8511 -multiloc=45,loc_8512 -multiloc=46,loc_8513 -multiloc=47,loc_8514 -multiloc=48,loc_8396 -multiloc=49,loc_8397 -multiloc=50,loc_8398 -multiloc=51,loc_8399 -multiloc=52,loc_8400 -multiloc=53,loc_8401 -multiloc=54,loc_8402 -multiloc=55,loc_8403 -multiloc=56,loc_8404 -multiloc=57,loc_8405 -multiloc=58,loc_8406 -multiloc=59,loc_8407 -multiloc=60,loc_8408 -multiloc=61,loc_8409 -multiloc=62,loc_8410 -multiloc=63,loc_8395 -multiloc=64,loc_8395 -multiloc=65,loc_8395 -multiloc=66,loc_8395 -multiloc=67,loc_8395 -multiloc=68,loc_8395 -multiloc=69,loc_8395 -multiloc=70,loc_8395 -multiloc=71,loc_8395 -multiloc=72,loc_8395 -multiloc=73,loc_8473 -multiloc=74,loc_8474 -multiloc=75,loc_8475 -multiloc=77,loc_8476 -multiloc=78,loc_8395 -multiloc=79,loc_8395 -multiloc=80,loc_8490 -multiloc=81,loc_8491 -multiloc=82,loc_8492 -multiloc=83,loc_8493 -multiloc=84,loc_8494 -multiloc=86,loc_8495 -multiloc=87,loc_8395 -multiloc=88,loc_8395 -multiloc=89,loc_8446 -multiloc=90,loc_8447 -multiloc=91,loc_8448 -multiloc=92,loc_8449 -multiloc=93,loc_8450 -multiloc=94,loc_8451 -multiloc=95,loc_8452 -multiloc=97,loc_8453 -multiloc=98,loc_8395 -multiloc=99,loc_8395 -multiloc=100,loc_8515 -multiloc=101,loc_8516 -multiloc=102,loc_8517 -multiloc=103,loc_8518 -multiloc=104,loc_8519 -multiloc=105,loc_8520 -multiloc=106,loc_8521 -multiloc=107,loc_8522 -multiloc=108,loc_8523 -multiloc=110,loc_8524 -multiloc=111,loc_8395 -multiloc=112,loc_8395 -multiloc=113,loc_8411 -multiloc=114,loc_8412 -multiloc=115,loc_8413 -multiloc=116,loc_8414 -multiloc=117,loc_8415 -multiloc=118,loc_8416 -multiloc=119,loc_8417 -multiloc=120,loc_8418 -multiloc=121,loc_8419 -multiloc=122,loc_8420 -multiloc=123,loc_8421 -multiloc=125,loc_8422 -multiloc=126,loc_8395 -multiloc=127,loc_8395 -multiloc=128,loc_8395 -multiloc=129,loc_8395 -multiloc=130,loc_8395 -multiloc=131,loc_8395 -multiloc=132,loc_8395 -multiloc=133,loc_8395 -multiloc=134,loc_8395 -multiloc=135,loc_8395 -multiloc=136,loc_8395 -multiloc=137,loc_8477 -multiloc=138,loc_8478 -multiloc=139,loc_8479 -multiloc=141,loc_8480 -multiloc=142,loc_8395 -multiloc=143,loc_8395 -multiloc=144,loc_8496 -multiloc=145,loc_8497 -multiloc=146,loc_8498 -multiloc=147,loc_8499 -multiloc=148,loc_8500 -multiloc=150,loc_8501 -multiloc=151,loc_8395 -multiloc=152,loc_8395 -multiloc=153,loc_8454 -multiloc=154,loc_8455 -multiloc=155,loc_8456 -multiloc=156,loc_8457 -multiloc=157,loc_8458 -multiloc=158,loc_8459 -multiloc=159,loc_8460 -multiloc=161,loc_8461 -multiloc=162,loc_8395 -multiloc=163,loc_8395 -multiloc=164,loc_8525 -multiloc=165,loc_8526 -multiloc=166,loc_8527 -multiloc=167,loc_8528 -multiloc=168,loc_8529 -multiloc=169,loc_8530 -multiloc=170,loc_8531 -multiloc=171,loc_8532 -multiloc=172,loc_8533 -multiloc=174,loc_8534 -multiloc=175,loc_8395 -multiloc=176,loc_8395 -multiloc=177,loc_8423 -multiloc=178,loc_8424 -multiloc=179,loc_8425 -multiloc=180,loc_8426 -multiloc=181,loc_8427 -multiloc=182,loc_8428 -multiloc=183,loc_8429 -multiloc=184,loc_8430 -multiloc=185,loc_8431 -multiloc=186,loc_8432 -multiloc=187,loc_8433 -multiloc=189,loc_8434 -multiloc=190,loc_8314 -multiloc=191,loc_8395 -multiloc=192,loc_8488 -multiloc=193,loc_8488 -multiloc=194,loc_8488 -multiloc=195,loc_8488 -multiloc=196,loc_8488 -multiloc=197,loc_8488 -multiloc=198,loc_8395 -multiloc=199,loc_8395 -multiloc=200,loc_8395 -multiloc=201,loc_8395 -multiloc=202,loc_8395 -multiloc=203,loc_8395 -multiloc=204,loc_8395 -multiloc=205,loc_8395 -multiloc=206,loc_8395 -multiloc=207,loc_8395 -multiloc=208,loc_8395 -multiloc=209,loc_8395 -multiloc=210,loc_8395 -multiloc=211,loc_8395 -multiloc=212,loc_8395 -multiloc=213,loc_8395 -multiloc=214,loc_8395 -multiloc=215,loc_8395 -multiloc=216,loc_8395 -multiloc=217,loc_8395 -multiloc=218,loc_8395 -multiloc=219,loc_8395 -multiloc=220,loc_8395 -multiloc=221,loc_8395 -multiloc=222,loc_8395 -multiloc=223,loc_8395 -multiloc=224,loc_8395 -multiloc=225,loc_8395 -multiloc=226,loc_8395 -multiloc=227,loc_8395 -multiloc=228,loc_8395 -multiloc=229,loc_8395 -multiloc=230,loc_8395 -multiloc=231,loc_8395 -multiloc=232,loc_8395 -multiloc=233,loc_8395 -multiloc=234,loc_8395 -multiloc=235,loc_8395 -multiloc=236,loc_8395 -multiloc=237,loc_8395 -multiloc=238,loc_8395 -multiloc=239,loc_8395 -multiloc=240,loc_8395 -multiloc=241,loc_8395 -multiloc=242,loc_8395 -multiloc=243,loc_8395 -multiloc=244,loc_8395 -multiloc=245,loc_8395 -multiloc=246,loc_8395 -multiloc=247,loc_8395 -multiloc=248,loc_8395 -multiloc=249,loc_8395 -multiloc=250,loc_8395 -multiloc=251,loc_8395 -multiloc=252,loc_8395 -multiloc=253,loc_8395 -multiloc=254,loc_8395 -multiloc=255,loc_8395 - -// 8391 -[loc_8391] -blockwalk=yes -width=3 -length=3 -active=yes -hillskew=yes -multivar=varplayerbit_703 -multiloc=0,loc_8395 -multiloc=1,loc_8394 -multiloc=2,loc_8393 -multiloc=3,loc_8392 -multiloc=4,loc_8395 -multiloc=5,loc_8395 -multiloc=6,loc_8395 -multiloc=7,loc_8395 -multiloc=8,loc_8462 -multiloc=9,loc_8463 -multiloc=10,loc_8464 -multiloc=11,loc_8465 -multiloc=12,loc_8466 -multiloc=13,loc_8467 -multiloc=14,loc_8468 -multiloc=15,loc_8481 -multiloc=16,loc_8482 -multiloc=17,loc_8483 -multiloc=18,loc_8484 -multiloc=19,loc_8485 -multiloc=20,loc_8486 -multiloc=21,loc_8487 -multiloc=22,loc_8488 -multiloc=23,loc_8489 -multiloc=24,loc_8435 -multiloc=25,loc_8436 -multiloc=26,loc_8437 -multiloc=27,loc_8438 -multiloc=28,loc_8439 -multiloc=29,loc_8440 -multiloc=30,loc_8441 -multiloc=31,loc_8442 -multiloc=32,loc_8443 -multiloc=33,loc_8444 -multiloc=34,loc_8445 -multiloc=35,loc_8502 -multiloc=36,loc_8503 -multiloc=37,loc_8504 -multiloc=38,loc_8505 -multiloc=39,loc_8506 -multiloc=40,loc_8507 -multiloc=41,loc_8508 -multiloc=42,loc_8509 -multiloc=43,loc_8510 -multiloc=44,loc_8511 -multiloc=45,loc_8512 -multiloc=46,loc_8513 -multiloc=47,loc_8514 -multiloc=48,loc_8396 -multiloc=49,loc_8397 -multiloc=50,loc_8398 -multiloc=51,loc_8399 -multiloc=52,loc_8400 -multiloc=53,loc_8401 -multiloc=54,loc_8402 -multiloc=55,loc_8403 -multiloc=56,loc_8404 -multiloc=57,loc_8405 -multiloc=58,loc_8406 -multiloc=59,loc_8407 -multiloc=60,loc_8408 -multiloc=61,loc_8409 -multiloc=62,loc_8410 -multiloc=63,loc_8395 -multiloc=64,loc_8395 -multiloc=65,loc_8395 -multiloc=66,loc_8395 -multiloc=67,loc_8395 -multiloc=68,loc_8395 -multiloc=69,loc_8395 -multiloc=70,loc_8395 -multiloc=71,loc_8395 -multiloc=72,loc_8395 -multiloc=73,loc_8473 -multiloc=74,loc_8474 -multiloc=75,loc_8475 -multiloc=77,loc_8476 -multiloc=78,loc_8395 -multiloc=79,loc_8395 -multiloc=80,loc_8490 -multiloc=81,loc_8491 -multiloc=82,loc_8492 -multiloc=83,loc_8493 -multiloc=84,loc_8494 -multiloc=86,loc_8495 -multiloc=87,loc_8395 -multiloc=88,loc_8395 -multiloc=89,loc_8446 -multiloc=90,loc_8447 -multiloc=91,loc_8448 -multiloc=92,loc_8449 -multiloc=93,loc_8450 -multiloc=94,loc_8451 -multiloc=95,loc_8452 -multiloc=97,loc_8453 -multiloc=98,loc_8395 -multiloc=99,loc_8395 -multiloc=100,loc_8515 -multiloc=101,loc_8516 -multiloc=102,loc_8517 -multiloc=103,loc_8518 -multiloc=104,loc_8519 -multiloc=105,loc_8520 -multiloc=106,loc_8521 -multiloc=107,loc_8522 -multiloc=108,loc_8523 -multiloc=110,loc_8524 -multiloc=111,loc_8395 -multiloc=112,loc_8395 -multiloc=113,loc_8411 -multiloc=114,loc_8412 -multiloc=115,loc_8413 -multiloc=116,loc_8414 -multiloc=117,loc_8415 -multiloc=118,loc_8416 -multiloc=119,loc_8417 -multiloc=120,loc_8418 -multiloc=121,loc_8419 -multiloc=122,loc_8420 -multiloc=123,loc_8421 -multiloc=125,loc_8422 -multiloc=126,loc_8395 -multiloc=127,loc_8395 -multiloc=128,loc_8395 -multiloc=129,loc_8395 -multiloc=130,loc_8395 -multiloc=131,loc_8395 -multiloc=132,loc_8395 -multiloc=133,loc_8395 -multiloc=134,loc_8395 -multiloc=135,loc_8395 -multiloc=136,loc_8395 -multiloc=137,loc_8477 -multiloc=138,loc_8478 -multiloc=139,loc_8479 -multiloc=141,loc_8480 -multiloc=142,loc_8395 -multiloc=143,loc_8395 -multiloc=144,loc_8496 -multiloc=145,loc_8497 -multiloc=146,loc_8498 -multiloc=147,loc_8499 -multiloc=148,loc_8500 -multiloc=150,loc_8501 -multiloc=151,loc_8395 -multiloc=152,loc_8395 -multiloc=153,loc_8454 -multiloc=154,loc_8455 -multiloc=155,loc_8456 -multiloc=156,loc_8457 -multiloc=157,loc_8458 -multiloc=158,loc_8459 -multiloc=159,loc_8460 -multiloc=161,loc_8461 -multiloc=162,loc_8395 -multiloc=163,loc_8395 -multiloc=164,loc_8525 -multiloc=165,loc_8526 -multiloc=166,loc_8527 -multiloc=167,loc_8528 -multiloc=168,loc_8529 -multiloc=169,loc_8530 -multiloc=170,loc_8531 -multiloc=171,loc_8532 -multiloc=172,loc_8533 -multiloc=174,loc_8534 -multiloc=175,loc_8395 -multiloc=176,loc_8395 -multiloc=177,loc_8423 -multiloc=178,loc_8424 -multiloc=179,loc_8425 -multiloc=180,loc_8426 -multiloc=181,loc_8427 -multiloc=182,loc_8428 -multiloc=183,loc_8429 -multiloc=184,loc_8430 -multiloc=185,loc_8431 -multiloc=186,loc_8432 -multiloc=187,loc_8433 -multiloc=189,loc_8434 -multiloc=190,loc_8314 -multiloc=191,loc_8395 -multiloc=192,loc_8488 -multiloc=193,loc_8488 -multiloc=194,loc_8488 -multiloc=195,loc_8488 -multiloc=196,loc_8488 -multiloc=197,loc_8488 -multiloc=198,loc_8395 -multiloc=199,loc_8395 -multiloc=200,loc_8395 -multiloc=201,loc_8395 -multiloc=202,loc_8395 -multiloc=203,loc_8395 -multiloc=204,loc_8395 -multiloc=205,loc_8395 -multiloc=206,loc_8395 -multiloc=207,loc_8395 -multiloc=208,loc_8395 -multiloc=209,loc_8395 -multiloc=210,loc_8395 -multiloc=211,loc_8395 -multiloc=212,loc_8395 -multiloc=213,loc_8395 -multiloc=214,loc_8395 -multiloc=215,loc_8395 -multiloc=216,loc_8395 -multiloc=217,loc_8395 -multiloc=218,loc_8395 -multiloc=219,loc_8395 -multiloc=220,loc_8395 -multiloc=221,loc_8395 -multiloc=222,loc_8395 -multiloc=223,loc_8395 -multiloc=224,loc_8395 -multiloc=225,loc_8395 -multiloc=226,loc_8395 -multiloc=227,loc_8395 -multiloc=228,loc_8395 -multiloc=229,loc_8395 -multiloc=230,loc_8395 -multiloc=231,loc_8395 -multiloc=232,loc_8395 -multiloc=233,loc_8395 -multiloc=234,loc_8395 -multiloc=235,loc_8395 -multiloc=236,loc_8395 -multiloc=237,loc_8395 -multiloc=238,loc_8395 -multiloc=239,loc_8395 -multiloc=240,loc_8395 -multiloc=241,loc_8395 -multiloc=242,loc_8395 -multiloc=243,loc_8395 -multiloc=244,loc_8395 -multiloc=245,loc_8395 -multiloc=246,loc_8395 -multiloc=247,loc_8395 -multiloc=248,loc_8395 -multiloc=249,loc_8395 -multiloc=250,loc_8395 -multiloc=251,loc_8395 -multiloc=252,loc_8395 -multiloc=253,loc_8395 -multiloc=254,loc_8395 -multiloc=255,loc_8395 - -// 8392 -[loc_8392] -ambient=25 -op2=Inspect -op4=Guide -model=model_7793 -name=Tree patch - -// 8393 -[loc_8393] -ambient=25 -op2=Inspect -op4=Guide -model=model_7797 -model2=model_7768 -name=Tree patch - -// 8394 -[loc_8394] -ambient=25 -op2=Inspect -op4=Guide -model=model_7799 -model2=model_7768 -name=Tree patch - -// 8395 -[loc_8395] -ambient=25 -op2=Inspect -op4=Guide -model=model_7796 -model2=model_7768 -name=Tree patch - -// 8396 -[loc_8396] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=9476 -model=model_7977 -model2=model_7768 -name=Magic Tree - -// 8397 -[loc_8397] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=11490 -recol1d=9476 -retex1s=material_33 -retex1d=material_8 -model=model_7991 -model2=model_7768 -name=Magic Tree - -// 8398 -[loc_8398] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7993 -model2=model_7768 -name=Magic Tree - -// 8399 -[loc_8399] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7995 -model2=model_7768 -name=Magic Tree - -// 8400 -[loc_8400] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7997 -model2=model_7768 -name=Magic Tree - -// 8401 -[loc_8401] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7999 -model2=model_7768 -name=Magic Tree - -// 8402 -[loc_8402] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8002 -model2=model_7768 -name=Magic Tree - -// 8403 -[loc_8403] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8005 -model2=model_7768 -name=Magic Tree - -// 8404 -[loc_8404] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8008 -model2=model_7768 -name=Magic Tree - -// 8405 -[loc_8405] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7978 -model2=model_7768 -name=Magic Tree - -// 8406 -[loc_8406] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7981 -model2=model_7768 -name=Magic Tree - -// 8407 -[loc_8407] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7984 -model2=model_7768 -name=Magic Tree - -// 8408 -[loc_8408] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -randomsound=750,1000,5,synth_3987 -hardshadow=no -model=model_7987 -model2=model_7768 -name=Magic Tree - -// 8409 -[loc_8409] -ambient=25 -op1=Chop down -op3=hidden -op2=Inspect -op4=Guide -randomsound=750,1000,5,synth_3987 -hardshadow=no -model=model_7987 -model2=model_7768 -name=Magic Tree - -// 8410 -[loc_8410] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8011 -model2=model_7768 -name=Magic Tree Stump - -// 8411 -[loc_8411] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_7991 -model2=model_7768 -name=Diseased Magic Tree - -// 8412 -[loc_8412] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_7993 -model2=model_7768 -name=Diseased Magic Tree - -// 8413 -[loc_8413] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_7995 -model2=model_7768 -name=Diseased Magic Tree - -// 8414 -[loc_8414] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_7997 -model2=model_7768 -name=Diseased Magic Tree - -// 8415 -[loc_8415] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_8001 -model2=model_7768 -name=Diseased Magic Tree - -// 8416 -[loc_8416] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_8004 -model2=model_7768 -name=Diseased Magic Tree - -// 8417 -[loc_8417] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_8007 -model2=model_7768 -name=Diseased Magic Tree - -// 8418 -[loc_8418] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_8010 -model2=model_7768 -name=Diseased Magic Tree - -// 8419 -[loc_8419] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_7980 -model2=model_7768 -name=Diseased Magic Tree - -// 8420 -[loc_8420] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_7983 -model2=model_7768 -name=Diseased Magic Tree - -// 8421 -[loc_8421] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_7986 -model2=model_7768 -name=Diseased Magic Tree - -// 8422 -[loc_8422] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=9476 -recol1d=9508 -retex1s=material_8 -retex1d=material_41 -model=model_7989 -model2=model_7768 -name=Diseased Magic Tree - -// 8423 -[loc_8423] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7992 -model2=model_7768 -name=Dead Magic Tree - -// 8424 -[loc_8424] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7994 -model2=model_7768 -name=Dead Magic Tree - -// 8425 -[loc_8425] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7996 -model2=model_7768 -name=Dead Magic Tree - -// 8426 -[loc_8426] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7998 -model2=model_7768 -name=Dead Magic Tree - -// 8427 -[loc_8427] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8000 -model2=model_7768 -name=Dead Magic Tree - -// 8428 -[loc_8428] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8003 -model2=model_7768 -name=Dead Magic Tree - -// 8429 -[loc_8429] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8006 -model2=model_7768 -name=Dead Magic Tree - -// 8430 -[loc_8430] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8009 -model2=model_7768 -name=Dead Magic Tree - -// 8431 -[loc_8431] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7979 -model2=model_7768 -name=Dead Magic Tree - -// 8432 -[loc_8432] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7982 -model2=model_7768 -name=Dead Magic Tree - -// 8433 -[loc_8433] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7985 -model2=model_7768 -name=Dead Magic Tree - -// 8434 -[loc_8434] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_7988 -model2=model_7768 -name=Dead Magic Tree - -// 8435 -[loc_8435] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=11490 -retex1s=material_8 -retex1d=material_33 -model=model_8031 -model2=model_7768 -name=Maple Tree - -// 8436 -[loc_8436] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8013 -model2=model_7768 -name=Maple Tree - -// 8437 -[loc_8437] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8015 -model2=model_7768 -name=Maple Tree - -// 8438 -[loc_8438] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8017 -model2=model_7768 -name=Maple Tree - -// 8439 -[loc_8439] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8019 -model2=model_7768 -name=Maple Tree - -// 8440 -[loc_8440] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8021 -model2=model_7768 -name=Maple Tree - -// 8441 -[loc_8441] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8023 -model2=model_7768 -name=Maple Tree - -// 8442 -[loc_8442] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8026 -model2=model_7768 -name=Maple Tree - -// 8443 -[loc_8443] -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -hardshadow=no -model=model_8028 -model2=model_7768 -name=Maple Tree - -// 8444 -[loc_8444] -ambient=25 -op1=Chop down -op3=hidden -op2=Inspect -op4=Guide -hardshadow=no -model=model_8028 -model2=model_7768 -name=Maple Tree - -// 8445 -[loc_8445] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8030 -model2=model_7768 -name=Maple tree stump - -// 8446 -[loc_8446] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=11490 -recol1d=11586 -retex1s=material_33 -retex1d=material_41 -model=model_8013 -model2=model_7768 -name=Diseased Maple - -// 8447 -[loc_8447] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=11490 -recol1d=11586 -retex1s=material_33 -retex1d=material_41 -model=model_8015 -model2=model_7768 -name=Diseased Maple - -// 8448 -[loc_8448] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=11490 -recol1d=11586 -retex1s=material_33 -retex1d=material_41 -model=model_8017 -model2=model_7768 -name=Diseased Maple - -// 8449 -[loc_8449] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=11490 -recol1d=11586 -retex1s=material_33 -retex1d=material_41 -model=model_8019 -model2=model_7768 -name=Diseased Maple - -// 8450 -[loc_8450] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=11490 -recol1d=11586 -retex1s=material_33 -retex1d=material_41 -model=model_8021 -model2=model_7768 -name=Diseased Maple - -// 8451 -[loc_8451] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=11490 -recol1d=11586 -retex1s=material_33 -retex1d=material_41 -model=model_8023 -model2=model_7768 -name=Diseased Maple - -// 8452 -[loc_8452] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=11490 -recol1d=11586 -retex1s=material_33 -retex1d=material_41 -model=model_8026 -model2=model_7768 -name=Diseased Maple - -// 8453 -[loc_8453] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=11490 -recol1d=11586 -retex1s=material_33 -retex1d=material_41 -model=model_8028 -model2=model_7768 -name=Diseased Maple - -// 8454 -[loc_8454] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8014 -model2=model_7768 -name=Dead Maple - -// 8455 -[loc_8455] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8016 -model2=model_7768 -name=Dead Maple - -// 8456 -[loc_8456] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8018 -model2=model_7768 -name=Dead Maple - -// 8457 -[loc_8457] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8020 -model2=model_7768 -name=Dead Maple - -// 8458 -[loc_8458] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8022 -model2=model_7768 -name=Dead Maple - -// 8459 -[loc_8459] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8024 -model2=model_7768 -name=Dead Maple - -// 8460 -[loc_8460] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8027 -model2=model_7768 -name=Dead Maple - -// 8461 -[loc_8461] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8029 -model2=model_7768 -name=Dead Maple - -// 8462 -[loc_8462] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8031 -model2=model_7768 -name=Oak - -// 8463 -[loc_8463] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8033 -model2=model_7768 -name=Oak - -// 8464 -[loc_8464] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8035 -model2=model_7768 -name=Oak - -// 8465 -[loc_8465] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8037 -model2=model_7768 -model3=model_8040 -name=Oak - -// 8466 -[loc_8466] -op1=Check-health -ambient=25 -msi=msi_0 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8041 -model2=model_7768 -model3=model_8043 -name=Oak - -// 8467 -[loc_8467] -op1=Chop down -op3=hidden -ambient=25 -msi=msi_0 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8041 -model2=model_7768 -model3=model_8043 -name=Oak - -// 8468 -[loc_8468] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8044 -model2=model_7768 -name=Oak tree stump - -// 8469 -[loc_8469] -ambient=25 -active=no -hardshadow=no -model=model_29225 - -// 8470 -[loc_8470] -ambient=25 -active=no -hardshadow=no -model=model_29619 - -// 8471 -[loc_8471] -ambient=25 -active=no -hardshadow=no -retex1s=material_8 -retex1d=material_41 -model=model_29225 - -// 8472 -[loc_8472] -ambient=25 -active=no -hardshadow=no -retex1s=material_8 -retex1d=material_41 -model=model_29619 - -// 8473 -[loc_8473] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=12644 -retex1s=material_8 -retex1d=material_41 -model=model_8033 -model2=model_7768 -name=Diseased Oak - -// 8474 -[loc_8474] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=12644 -retex1s=material_8 -retex1d=material_41 -model=model_8035 -model2=model_7768 -name=Diseased Oak - -// 8475 -[loc_8475] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=12644 -retex1s=material_8 -retex1d=material_41 -model=model_8037 -model2=model_7768 -model3=model_8040 -name=Diseased Oak - -// 8476 -[loc_8476] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=12644 -retex1s=material_8 -retex1d=material_41 -model=model_8041 -model2=model_7768 -model3=model_8043 -name=Diseased Oak - -// 8477 -[loc_8477] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=8422 -model=model_8034 -model2=model_7768 -name=Dead Oak - -// 8478 -[loc_8478] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=8422 -model=model_8036 -model2=model_7768 -name=Dead Oak - -// 8479 -[loc_8479] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=8422 -model=model_8038 -model2=model_7768 -name=Dead Oak - -// 8480 -[loc_8480] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=8422 -model=model_8042 -model2=model_7768 -name=Dead Oak - -// 8481 -[loc_8481] -ambient=25 -op2=Inspect -op4=Guide -recol1s=12548 -recol1d=8419 -retex1s=material_8 -retex1d=material_30 -model=model_8031 -model2=model_7768 -name=Willow Tree - -// 8482 -[loc_8482] -ambient=25 -op2=Inspect -op4=Guide -model=model_8127 -model2=model_7768 -name=Willow Tree - -// 8483 -[loc_8483] -ambient=25 -op2=Inspect -op4=Guide -model=model_8129 -model2=model_7768 -name=Willow Tree - -// 8484 -[loc_8484] -ambient=25 -op2=Inspect -op4=Guide -model=model_8131 -model2=model_7768 -name=Willow Tree - -// 8485 -[loc_8485] -ambient=25 -op2=Inspect -op4=Guide -model=model_8133 -model2=model_7768 -name=Willow Tree - -// 8486 -[loc_8486] -ambient=25 -op2=Inspect -op4=Guide -model=model_8135 -model2=model_7768 -name=Willow Tree - -// 8487 -[loc_8487] -msi=msi_3 -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -model=model_8137 -model2=model_7768 -name=Willow Tree - -// 8488 -[loc_8488] -msi=msi_3 -ambient=25 -op1=Chop down -op3=hidden -op2=Inspect -op4=Guide -model=model_8137 -model2=model_7768 -name=Willow Tree - -// 8489 -[loc_8489] -ambient=25 -op2=Inspect -op4=Guide -model=model_8139 -model2=model_7768 -name=Willow tree stump - -// 8490 -[loc_8490] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8419 -recol1d=8514 -model=model_8127 -model2=model_7768 -name=Diseased Willow - -// 8491 -[loc_8491] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8419 -recol1d=8514 -model=model_8129 -model2=model_7768 -name=Diseased Willow - -// 8492 -[loc_8492] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8419 -recol1d=8514 -model=model_8131 -model2=model_7768 -name=Diseased Willow - -// 8493 -[loc_8493] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8419 -recol1d=8514 -model=model_8133 -model2=model_7768 -name=Diseased Willow - -// 8494 -[loc_8494] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8419 -recol1d=8514 -model=model_8135 -model2=model_7768 -name=Diseased Willow - -// 8495 -[loc_8495] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8419 -recol1d=8514 -model=model_8137 -model2=model_7768 -name=Diseased Willow - -// 8496 -[loc_8496] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8419 -recol1d=5285 -model=model_8128 -model2=model_7768 -name=Dead Willow - -// 8497 -[loc_8497] -ambient=25 -op2=Inspect -op4=Guide -model=model_8130 -model2=model_7768 -name=Dead Willow - -// 8498 -[loc_8498] -ambient=25 -op2=Inspect -op4=Guide -model=model_8132 -model2=model_7768 -name=Dead Willow - -// 8499 -[loc_8499] -ambient=25 -op2=Inspect -op4=Guide -model=model_8134 -model2=model_7768 -name=Dead Willow - -// 8500 -[loc_8500] -ambient=25 -op2=Inspect -op4=Guide -model=model_8136 -model2=model_7768 -name=Dead Willow - -// 8501 -[loc_8501] -msi=msi_3 -ambient=25 -op2=Inspect -op4=Guide -model=model_8138 -model2=model_7768 -name=Dead Willow - -// 8502 -[loc_8502] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=12548 -recol1d=10467 -model=model_8031 -model2=model_7768 -name=Yew sapling - -// 8503 -[loc_8503] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8145 -model2=model_7768 -name=Yew tree - -// 8504 -[loc_8504] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8147 -model2=model_7768 -name=Yew tree - -// 8505 -[loc_8505] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8149 -model2=model_7768 -name=Yew tree - -// 8506 -[loc_8506] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8151 -model2=model_7768 -name=Yew tree - -// 8507 -[loc_8507] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8153 -model2=model_7768 -name=Yew tree - -// 8508 -[loc_8508] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8155 -model2=model_7768 -name=Yew tree - -// 8509 -[loc_8509] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8157 -model2=model_7768 -name=Yew tree - -// 8510 -[loc_8510] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8159 -model2=model_7768 -name=Yew tree - -// 8511 -[loc_8511] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8141 -model2=model_7768 -name=Yew tree - -// 8512 -[loc_8512] -msi=msi_0 -ambient=25 -op1=Check-health -op2=Inspect -op4=Guide -hardshadow=no -model=model_8143 -model2=model_7768 -name=Yew tree - -// 8513 -[loc_8513] -msi=msi_0 -ambient=25 -op1=Chop down -op3=hidden -op2=Inspect -op4=Guide -hardshadow=no -model=model_8143 -model2=model_7768 -name=Yew tree - -// 8514 -[loc_8514] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8161 -model2=model_7768 -name=Yew tree stump - -// 8515 -[loc_8515] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=10467 -recol1d=10563 -retex1s=material_8 -retex1d=material_41 -model=model_8145 -model2=model_7768 -name=Diseased Yew - -// 8516 -[loc_8516] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=10467 -recol1d=10563 -retex1s=material_8 -retex1d=material_41 -model=model_8147 -model2=model_7768 -name=Diseased Yew - -// 8517 -[loc_8517] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=10467 -recol1d=10563 -retex1s=material_8 -retex1d=material_41 -model=model_8149 -model2=model_7768 -name=Diseased Yew - -// 8518 -[loc_8518] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=10467 -recol1d=10563 -retex1s=material_8 -retex1d=material_41 -model=model_8151 -model2=model_7768 -name=Diseased Yew - -// 8519 -[loc_8519] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=10467 -recol1d=10563 -retex1s=material_8 -retex1d=material_41 -model=model_8153 -model2=model_7768 -name=Diseased Yew - -// 8520 -[loc_8520] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=10467 -recol1d=10563 -retex1s=material_8 -retex1d=material_41 -model=model_8155 -model2=model_7768 -name=Diseased Yew - -// 8521 -[loc_8521] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=10467 -recol1d=10563 -retex1s=material_8 -retex1d=material_41 -model=model_8157 -model2=model_7768 -name=Diseased Yew - -// 8522 -[loc_8522] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=10467 -recol1d=10563 -retex1s=material_8 -retex1d=material_41 -model=model_8159 -model2=model_7768 -name=Diseased Yew - -// 8523 -[loc_8523] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=10467 -recol1d=10563 -retex1s=material_8 -retex1d=material_41 -model=model_8141 -model2=model_7768 -name=Diseased Yew - -// 8524 -[loc_8524] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -recol1s=10467 -recol1d=10563 -retex1s=material_8 -retex1d=material_41 -model=model_8143 -model2=model_7768 -name=Diseased Yew - -// 8525 -[loc_8525] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8146 -model2=model_7768 -name=Dead Yew - -// 8526 -[loc_8526] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8148 -model2=model_7768 -name=Dead Yew - -// 8527 -[loc_8527] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8150 -model2=model_7768 -name=Dead Yew - -// 8528 -[loc_8528] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8152 -model2=model_7768 -name=Dead Yew - -// 8529 -[loc_8529] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8154 -model2=model_7768 -name=Dead Yew - -// 8530 -[loc_8530] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8156 -model2=model_7768 -name=Dead Yew - -// 8531 -[loc_8531] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8158 -model2=model_7768 -name=Dead Yew - -// 8532 -[loc_8532] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8160 -model2=model_7768 -name=Dead Yew - -// 8533 -[loc_8533] -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8142 -model2=model_7768 -name=Dead Yew - -// 8534 -[loc_8534] -msi=msi_0 -ambient=25 -op2=Inspect -op4=Guide -hardshadow=no -model=model_8144 -model2=model_7768 -name=Dead Yew - -// 8535 -[loc_8535] -ambient=25 -op2=Inspect -op4=Guide -model=model_8191 -model2=model_7766 -name=Cabbages - -// 8536 -[loc_8536] -ambient=25 -op2=Inspect -op4=Guide -model=model_8192 -model2=model_7766 -name=Cabbages - -// 8537 -[loc_8537] -ambient=25 -op2=Inspect -op4=Guide -model=model_8193 -model2=model_7766 -name=Cabbages - -// 8538 -[loc_8538] -ambient=25 -op2=Inspect -op4=Guide -model=model_8194 -model2=model_7766 -name=Cabbages - -// 8539 -[loc_8539] -op1=Harvest -ambient=25 -op2=Inspect -op4=Guide -model=model_8195 -model2=model_7766 -name=Cabbages - -// 8540 -[loc_8540] -ambient=25 -op2=Inspect -op4=Guide -model=model_8191 -model2=model_8222 -model3=model_7766 -name=Cabbages - -// 8541 -[loc_8541] -ambient=25 -op2=Inspect -op4=Guide -model=model_8192 -model2=model_8222 -model3=model_7766 -name=Cabbages - -// 8542 -[loc_8542] -ambient=25 -op2=Inspect -op4=Guide -model=model_8193 -model2=model_8222 -model3=model_7766 -name=Cabbages - -// 8543 -[loc_8543] -ambient=25 -op2=Inspect -op4=Guide -model=model_8194 -model2=model_8222 -model3=model_7766 -name=Cabbages - -// 8544 -[loc_8544] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11780 -recol1d=13732 -recol2s=9666 -recol2d=11618 -recol3s=7552 -recol3d=9504 -recol4s=5440 -recol4d=7392 -model=model_8192 -model2=model_7766 -name=Diseased cabbages - -// 8545 -[loc_8545] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11780 -recol1d=13732 -recol2s=9666 -recol2d=11618 -recol3s=7552 -recol3d=9504 -recol4s=5440 -recol4d=7392 -recol5s=3264 -recol5d=5280 -recol6s=5408 -recol6d=5280 -model=model_8193 -model2=model_7766 -name=Diseased cabbages - -// 8546 -[loc_8546] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11780 -recol1d=13732 -recol2s=9666 -recol2d=11618 -recol3s=7552 -recol3d=9504 -recol4s=5440 -recol4d=7392 -model=model_8194 -model2=model_7766 -name=Diseased cabbages - -// 8547 -[loc_8547] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11780 -recol1d=8519 -recol2s=9666 -recol2d=6405 -recol3s=7552 -recol3d=4291 -recol4s=5440 -recol4d=2177 -model=model_8192 -model2=model_7766 -name=Dead cabbages - -// 8548 -[loc_8548] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11780 -recol1d=8519 -recol2s=9666 -recol2d=6405 -recol3s=7552 -recol3d=4291 -recol4s=5440 -recol4d=2177 -recol5s=3264 -recol5d=64 -recol6s=5408 -recol6d=64 -model=model_8193 -model2=model_7766 -name=Dead cabbages - -// 8549 -[loc_8549] -ambient=25 -op2=Inspect -op4=Guide -recol1s=11780 -recol1d=8519 -recol2s=9666 -recol2d=6405 -recol3s=7552 -recol3d=4291 -recol4s=5440 -recol4d=2177 -model=model_8194 -model2=model_7766 -name=Dead cabbages - -// 8550 -[loc_8550] -blockwalk=yes -active=yes -multivar=varplayerbit_708 -multiloc=0,loc_8576 -multiloc=1,loc_8575 -multiloc=2,loc_8574 -multiloc=3,loc_8573 -multiloc=4,loc_8576 -multiloc=5,loc_8576 -multiloc=6,loc_8558 -multiloc=7,loc_8559 -multiloc=8,loc_8560 -multiloc=9,loc_8561 -multiloc=10,loc_8562 -multiloc=11,loc_8562 -multiloc=12,loc_8562 -multiloc=13,loc_8580 -multiloc=14,loc_8581 -multiloc=15,loc_8582 -multiloc=16,loc_8583 -multiloc=17,loc_8584 -multiloc=18,loc_8584 -multiloc=19,loc_8584 -multiloc=20,loc_8535 -multiloc=21,loc_8536 -multiloc=22,loc_8537 -multiloc=23,loc_8538 -multiloc=24,loc_8539 -multiloc=25,loc_8539 -multiloc=26,loc_8539 -multiloc=27,loc_8641 -multiloc=28,loc_8642 -multiloc=29,loc_8643 -multiloc=30,loc_8644 -multiloc=31,loc_8645 -multiloc=32,loc_8645 -multiloc=33,loc_8645 -multiloc=34,loc_8618 -multiloc=35,loc_8619 -multiloc=36,loc_8620 -multiloc=37,loc_8621 -multiloc=38,loc_8622 -multiloc=39,loc_8623 -multiloc=40,loc_8624 -multiloc=41,loc_8624 -multiloc=42,loc_8624 -multiloc=43,loc_8595 -multiloc=44,loc_8596 -multiloc=45,loc_8597 -multiloc=46,loc_8598 -multiloc=47,loc_8599 -multiloc=48,loc_8600 -multiloc=49,loc_8601 -multiloc=50,loc_8601 -multiloc=51,loc_8601 -multiloc=52,loc_8656 -multiloc=53,loc_8657 -multiloc=54,loc_8658 -multiloc=55,loc_8659 -multiloc=56,loc_8660 -multiloc=57,loc_8661 -multiloc=58,loc_8662 -multiloc=59,loc_8663 -multiloc=60,loc_8664 -multiloc=61,loc_8664 -multiloc=62,loc_8664 -multiloc=63,loc_8576 -multiloc=64,loc_8576 -multiloc=65,loc_8576 -multiloc=66,loc_8576 -multiloc=67,loc_8576 -multiloc=68,loc_8576 -multiloc=69,loc_8576 -multiloc=70,loc_8563 -multiloc=71,loc_8564 -multiloc=72,loc_8565 -multiloc=73,loc_8566 -multiloc=74,loc_8576 -multiloc=75,loc_8576 -multiloc=76,loc_8576 -multiloc=77,loc_8585 -multiloc=78,loc_8586 -multiloc=79,loc_8587 -multiloc=80,loc_8588 -multiloc=81,loc_8576 -multiloc=82,loc_8576 -multiloc=83,loc_8576 -multiloc=84,loc_8540 -multiloc=85,loc_8541 -multiloc=86,loc_8542 -multiloc=87,loc_8543 -multiloc=88,loc_8576 -multiloc=89,loc_8576 -multiloc=90,loc_8576 -multiloc=91,loc_8646 -multiloc=92,loc_8647 -multiloc=93,loc_8648 -multiloc=94,loc_8649 -multiloc=95,loc_8576 -multiloc=96,loc_8576 -multiloc=97,loc_8576 -multiloc=98,loc_8625 -multiloc=99,loc_8626 -multiloc=100,loc_8627 -multiloc=101,loc_8628 -multiloc=102,loc_8629 -multiloc=103,loc_8630 -multiloc=104,loc_8576 -multiloc=105,loc_8576 -multiloc=106,loc_8576 -multiloc=107,loc_8602 -multiloc=108,loc_8603 -multiloc=109,loc_8604 -multiloc=110,loc_8605 -multiloc=111,loc_8606 -multiloc=112,loc_8607 -multiloc=113,loc_8576 -multiloc=114,loc_8576 -multiloc=115,loc_8576 -multiloc=116,loc_8665 -multiloc=117,loc_8666 -multiloc=118,loc_8667 -multiloc=119,loc_8668 -multiloc=120,loc_8669 -multiloc=121,loc_8670 -multiloc=122,loc_8671 -multiloc=123,loc_8672 -multiloc=124,loc_8576 -multiloc=125,loc_8576 -multiloc=126,loc_8576 -multiloc=127,loc_8576 -multiloc=128,loc_8576 -multiloc=129,loc_8576 -multiloc=130,loc_8576 -multiloc=131,loc_8576 -multiloc=132,loc_8576 -multiloc=133,loc_8576 -multiloc=134,loc_8576 -multiloc=135,loc_8567 -multiloc=136,loc_8568 -multiloc=137,loc_8569 -multiloc=138,loc_8576 -multiloc=139,loc_8576 -multiloc=140,loc_8576 -multiloc=141,loc_8576 -multiloc=142,loc_8589 -multiloc=143,loc_8590 -multiloc=144,loc_8591 -multiloc=145,loc_8576 -multiloc=146,loc_8576 -multiloc=147,loc_8576 -multiloc=148,loc_8576 -multiloc=149,loc_8544 -multiloc=150,loc_8545 -multiloc=151,loc_8546 -multiloc=152,loc_8576 -multiloc=153,loc_8576 -multiloc=154,loc_8576 -multiloc=155,loc_8576 -multiloc=156,loc_8650 -multiloc=157,loc_8651 -multiloc=158,loc_8652 -multiloc=159,loc_8576 -multiloc=160,loc_8576 -multiloc=161,loc_8576 -multiloc=162,loc_8576 -multiloc=163,loc_8631 -multiloc=164,loc_8632 -multiloc=165,loc_8633 -multiloc=166,loc_8634 -multiloc=167,loc_8635 -multiloc=168,loc_8576 -multiloc=169,loc_8576 -multiloc=170,loc_8576 -multiloc=171,loc_8576 -multiloc=172,loc_8608 -multiloc=173,loc_8609 -multiloc=174,loc_8610 -multiloc=175,loc_8611 -multiloc=176,loc_8612 -multiloc=177,loc_8576 -multiloc=178,loc_8576 -multiloc=179,loc_8576 -multiloc=180,loc_8576 -multiloc=181,loc_8673 -multiloc=182,loc_8674 -multiloc=183,loc_8675 -multiloc=184,loc_8676 -multiloc=185,loc_8677 -multiloc=186,loc_8678 -multiloc=187,loc_8679 -multiloc=188,loc_8576 -multiloc=189,loc_8576 -multiloc=190,loc_8576 -multiloc=191,loc_8576 -multiloc=192,loc_8576 -multiloc=193,loc_8576 -multiloc=194,loc_8576 -multiloc=195,loc_8576 -multiloc=196,loc_8576 -multiloc=197,loc_8576 -multiloc=198,loc_8576 -multiloc=199,loc_8570 -multiloc=200,loc_8571 -multiloc=201,loc_8572 -multiloc=202,loc_8576 -multiloc=203,loc_8576 -multiloc=204,loc_8576 -multiloc=205,loc_8576 -multiloc=206,loc_8592 -multiloc=207,loc_8593 -multiloc=208,loc_8594 -multiloc=209,loc_8576 -multiloc=210,loc_8576 -multiloc=211,loc_8576 -multiloc=212,loc_8576 -multiloc=213,loc_8547 -multiloc=214,loc_8548 -multiloc=215,loc_8549 -multiloc=216,loc_8576 -multiloc=217,loc_8576 -multiloc=218,loc_8576 -multiloc=219,loc_8576 -multiloc=220,loc_8653 -multiloc=221,loc_8654 -multiloc=222,loc_8655 -multiloc=223,loc_8576 -multiloc=224,loc_8576 -multiloc=225,loc_8576 -multiloc=226,loc_8576 -multiloc=227,loc_8636 -multiloc=228,loc_8637 -multiloc=229,loc_8638 -multiloc=230,loc_8639 -multiloc=231,loc_8640 -multiloc=232,loc_8576 -multiloc=233,loc_8576 -multiloc=234,loc_8576 -multiloc=235,loc_8576 -multiloc=236,loc_8613 -multiloc=237,loc_8614 -multiloc=238,loc_8615 -multiloc=239,loc_8616 -multiloc=240,loc_8617 -multiloc=241,loc_8576 -multiloc=242,loc_8576 -multiloc=243,loc_8576 -multiloc=244,loc_8576 -multiloc=245,loc_8680 -multiloc=246,loc_8681 -multiloc=247,loc_8682 -multiloc=248,loc_8683 -multiloc=249,loc_8684 -multiloc=250,loc_8685 -multiloc=251,loc_8686 -multiloc=252,loc_8576 -multiloc=253,loc_8576 -multiloc=254,loc_8576 -multiloc=255,loc_8576 - -// 8551 -[loc_8551] -blockwalk=yes -active=yes -multivar=varplayerbit_709 -multiloc=0,loc_8576 -multiloc=1,loc_8575 -multiloc=2,loc_8574 -multiloc=3,loc_8573 -multiloc=4,loc_8576 -multiloc=5,loc_8576 -multiloc=6,loc_8558 -multiloc=7,loc_8559 -multiloc=8,loc_8560 -multiloc=9,loc_8561 -multiloc=10,loc_8562 -multiloc=11,loc_8562 -multiloc=12,loc_8562 -multiloc=13,loc_8580 -multiloc=14,loc_8581 -multiloc=15,loc_8582 -multiloc=16,loc_8583 -multiloc=17,loc_8584 -multiloc=18,loc_8584 -multiloc=19,loc_8584 -multiloc=20,loc_8535 -multiloc=21,loc_8536 -multiloc=22,loc_8537 -multiloc=23,loc_8538 -multiloc=24,loc_8539 -multiloc=25,loc_8539 -multiloc=26,loc_8539 -multiloc=27,loc_8641 -multiloc=28,loc_8642 -multiloc=29,loc_8643 -multiloc=30,loc_8644 -multiloc=31,loc_8645 -multiloc=32,loc_8645 -multiloc=33,loc_8645 -multiloc=34,loc_8618 -multiloc=35,loc_8619 -multiloc=36,loc_8620 -multiloc=37,loc_8621 -multiloc=38,loc_8622 -multiloc=39,loc_8623 -multiloc=40,loc_8624 -multiloc=41,loc_8624 -multiloc=42,loc_8624 -multiloc=43,loc_8595 -multiloc=44,loc_8596 -multiloc=45,loc_8597 -multiloc=46,loc_8598 -multiloc=47,loc_8599 -multiloc=48,loc_8600 -multiloc=49,loc_8601 -multiloc=50,loc_8601 -multiloc=51,loc_8601 -multiloc=52,loc_8656 -multiloc=53,loc_8657 -multiloc=54,loc_8658 -multiloc=55,loc_8659 -multiloc=56,loc_8660 -multiloc=57,loc_8661 -multiloc=58,loc_8662 -multiloc=59,loc_8663 -multiloc=60,loc_8664 -multiloc=61,loc_8664 -multiloc=62,loc_8664 -multiloc=63,loc_8576 -multiloc=64,loc_8576 -multiloc=65,loc_8576 -multiloc=66,loc_8576 -multiloc=67,loc_8576 -multiloc=68,loc_8576 -multiloc=69,loc_8576 -multiloc=70,loc_8563 -multiloc=71,loc_8564 -multiloc=72,loc_8565 -multiloc=73,loc_8566 -multiloc=74,loc_8576 -multiloc=75,loc_8576 -multiloc=76,loc_8576 -multiloc=77,loc_8585 -multiloc=78,loc_8586 -multiloc=79,loc_8587 -multiloc=80,loc_8588 -multiloc=81,loc_8576 -multiloc=82,loc_8576 -multiloc=83,loc_8576 -multiloc=84,loc_8540 -multiloc=85,loc_8541 -multiloc=86,loc_8542 -multiloc=87,loc_8543 -multiloc=88,loc_8576 -multiloc=89,loc_8576 -multiloc=90,loc_8576 -multiloc=91,loc_8646 -multiloc=92,loc_8647 -multiloc=93,loc_8648 -multiloc=94,loc_8649 -multiloc=95,loc_8576 -multiloc=96,loc_8576 -multiloc=97,loc_8576 -multiloc=98,loc_8625 -multiloc=99,loc_8626 -multiloc=100,loc_8627 -multiloc=101,loc_8628 -multiloc=102,loc_8629 -multiloc=103,loc_8630 -multiloc=104,loc_8576 -multiloc=105,loc_8576 -multiloc=106,loc_8576 -multiloc=107,loc_8602 -multiloc=108,loc_8603 -multiloc=109,loc_8604 -multiloc=110,loc_8605 -multiloc=111,loc_8606 -multiloc=112,loc_8607 -multiloc=113,loc_8576 -multiloc=114,loc_8576 -multiloc=115,loc_8576 -multiloc=116,loc_8665 -multiloc=117,loc_8666 -multiloc=118,loc_8667 -multiloc=119,loc_8668 -multiloc=120,loc_8669 -multiloc=121,loc_8670 -multiloc=122,loc_8671 -multiloc=123,loc_8672 -multiloc=124,loc_8576 -multiloc=125,loc_8576 -multiloc=126,loc_8576 -multiloc=127,loc_8576 -multiloc=128,loc_8576 -multiloc=129,loc_8576 -multiloc=130,loc_8576 -multiloc=131,loc_8576 -multiloc=132,loc_8576 -multiloc=133,loc_8576 -multiloc=134,loc_8576 -multiloc=135,loc_8567 -multiloc=136,loc_8568 -multiloc=137,loc_8569 -multiloc=138,loc_8576 -multiloc=139,loc_8576 -multiloc=140,loc_8576 -multiloc=141,loc_8576 -multiloc=142,loc_8589 -multiloc=143,loc_8590 -multiloc=144,loc_8591 -multiloc=145,loc_8576 -multiloc=146,loc_8576 -multiloc=147,loc_8576 -multiloc=148,loc_8576 -multiloc=149,loc_8544 -multiloc=150,loc_8545 -multiloc=151,loc_8546 -multiloc=152,loc_8576 -multiloc=153,loc_8576 -multiloc=154,loc_8576 -multiloc=155,loc_8576 -multiloc=156,loc_8650 -multiloc=157,loc_8651 -multiloc=158,loc_8652 -multiloc=159,loc_8576 -multiloc=160,loc_8576 -multiloc=161,loc_8576 -multiloc=162,loc_8576 -multiloc=163,loc_8631 -multiloc=164,loc_8632 -multiloc=165,loc_8633 -multiloc=166,loc_8634 -multiloc=167,loc_8635 -multiloc=168,loc_8576 -multiloc=169,loc_8576 -multiloc=170,loc_8576 -multiloc=171,loc_8576 -multiloc=172,loc_8608 -multiloc=173,loc_8609 -multiloc=174,loc_8610 -multiloc=175,loc_8611 -multiloc=176,loc_8612 -multiloc=177,loc_8576 -multiloc=178,loc_8576 -multiloc=179,loc_8576 -multiloc=180,loc_8576 -multiloc=181,loc_8673 -multiloc=182,loc_8674 -multiloc=183,loc_8675 -multiloc=184,loc_8676 -multiloc=185,loc_8677 -multiloc=186,loc_8678 -multiloc=187,loc_8679 -multiloc=188,loc_8576 -multiloc=189,loc_8576 -multiloc=190,loc_8576 -multiloc=191,loc_8576 -multiloc=192,loc_8576 -multiloc=193,loc_8576 -multiloc=194,loc_8576 -multiloc=195,loc_8576 -multiloc=196,loc_8576 -multiloc=197,loc_8576 -multiloc=198,loc_8576 -multiloc=199,loc_8570 -multiloc=200,loc_8571 -multiloc=201,loc_8572 -multiloc=202,loc_8576 -multiloc=203,loc_8576 -multiloc=204,loc_8576 -multiloc=205,loc_8576 -multiloc=206,loc_8592 -multiloc=207,loc_8593 -multiloc=208,loc_8594 -multiloc=209,loc_8576 -multiloc=210,loc_8576 -multiloc=211,loc_8576 -multiloc=212,loc_8576 -multiloc=213,loc_8547 -multiloc=214,loc_8548 -multiloc=215,loc_8549 -multiloc=216,loc_8576 -multiloc=217,loc_8576 -multiloc=218,loc_8576 -multiloc=219,loc_8576 -multiloc=220,loc_8653 -multiloc=221,loc_8654 -multiloc=222,loc_8655 -multiloc=223,loc_8576 -multiloc=224,loc_8576 -multiloc=225,loc_8576 -multiloc=226,loc_8576 -multiloc=227,loc_8636 -multiloc=228,loc_8637 -multiloc=229,loc_8638 -multiloc=230,loc_8639 -multiloc=231,loc_8640 -multiloc=232,loc_8576 -multiloc=233,loc_8576 -multiloc=234,loc_8576 -multiloc=235,loc_8576 -multiloc=236,loc_8613 -multiloc=237,loc_8614 -multiloc=238,loc_8615 -multiloc=239,loc_8616 -multiloc=240,loc_8617 -multiloc=241,loc_8576 -multiloc=242,loc_8576 -multiloc=243,loc_8576 -multiloc=244,loc_8576 -multiloc=245,loc_8680 -multiloc=246,loc_8681 -multiloc=247,loc_8682 -multiloc=248,loc_8683 -multiloc=249,loc_8684 -multiloc=250,loc_8685 -multiloc=251,loc_8686 -multiloc=252,loc_8576 -multiloc=253,loc_8576 -multiloc=254,loc_8576 -multiloc=255,loc_8576 - -// 8552 -[loc_8552] -blockwalk=yes -active=yes -multivar=varplayerbit_710 -multiloc=0,loc_8576 -multiloc=1,loc_8575 -multiloc=2,loc_8574 -multiloc=3,loc_8573 -multiloc=4,loc_8576 -multiloc=5,loc_8576 -multiloc=6,loc_8558 -multiloc=7,loc_8559 -multiloc=8,loc_8560 -multiloc=9,loc_8561 -multiloc=10,loc_8562 -multiloc=11,loc_8562 -multiloc=12,loc_8562 -multiloc=13,loc_8580 -multiloc=14,loc_8581 -multiloc=15,loc_8582 -multiloc=16,loc_8583 -multiloc=17,loc_8584 -multiloc=18,loc_8584 -multiloc=19,loc_8584 -multiloc=20,loc_8535 -multiloc=21,loc_8536 -multiloc=22,loc_8537 -multiloc=23,loc_8538 -multiloc=24,loc_8539 -multiloc=25,loc_8539 -multiloc=26,loc_8539 -multiloc=27,loc_8641 -multiloc=28,loc_8642 -multiloc=29,loc_8643 -multiloc=30,loc_8644 -multiloc=31,loc_8645 -multiloc=32,loc_8645 -multiloc=33,loc_8645 -multiloc=34,loc_8618 -multiloc=35,loc_8619 -multiloc=36,loc_8620 -multiloc=37,loc_8621 -multiloc=38,loc_8622 -multiloc=39,loc_8623 -multiloc=40,loc_8624 -multiloc=41,loc_8624 -multiloc=42,loc_8624 -multiloc=43,loc_8595 -multiloc=44,loc_8596 -multiloc=45,loc_8597 -multiloc=46,loc_8598 -multiloc=47,loc_8599 -multiloc=48,loc_8600 -multiloc=49,loc_8601 -multiloc=50,loc_8601 -multiloc=51,loc_8601 -multiloc=52,loc_8656 -multiloc=53,loc_8657 -multiloc=54,loc_8658 -multiloc=55,loc_8659 -multiloc=56,loc_8660 -multiloc=57,loc_8661 -multiloc=58,loc_8662 -multiloc=59,loc_8663 -multiloc=60,loc_8664 -multiloc=61,loc_8664 -multiloc=62,loc_8664 -multiloc=63,loc_8576 -multiloc=64,loc_8576 -multiloc=65,loc_8576 -multiloc=66,loc_8576 -multiloc=67,loc_8576 -multiloc=68,loc_8576 -multiloc=69,loc_8576 -multiloc=70,loc_8563 -multiloc=71,loc_8564 -multiloc=72,loc_8565 -multiloc=73,loc_8566 -multiloc=74,loc_8576 -multiloc=75,loc_8576 -multiloc=76,loc_8576 -multiloc=77,loc_8585 -multiloc=78,loc_8586 -multiloc=79,loc_8587 -multiloc=80,loc_8588 -multiloc=81,loc_8576 -multiloc=82,loc_8576 -multiloc=83,loc_8576 -multiloc=84,loc_8540 -multiloc=85,loc_8541 -multiloc=86,loc_8542 -multiloc=87,loc_8543 -multiloc=88,loc_8576 -multiloc=89,loc_8576 -multiloc=90,loc_8576 -multiloc=91,loc_8646 -multiloc=92,loc_8647 -multiloc=93,loc_8648 -multiloc=94,loc_8649 -multiloc=95,loc_8576 -multiloc=96,loc_8576 -multiloc=97,loc_8576 -multiloc=98,loc_8625 -multiloc=99,loc_8626 -multiloc=100,loc_8627 -multiloc=101,loc_8628 -multiloc=102,loc_8629 -multiloc=103,loc_8630 -multiloc=104,loc_8576 -multiloc=105,loc_8576 -multiloc=106,loc_8576 -multiloc=107,loc_8602 -multiloc=108,loc_8603 -multiloc=109,loc_8604 -multiloc=110,loc_8605 -multiloc=111,loc_8606 -multiloc=112,loc_8607 -multiloc=113,loc_8576 -multiloc=114,loc_8576 -multiloc=115,loc_8576 -multiloc=116,loc_8665 -multiloc=117,loc_8666 -multiloc=118,loc_8667 -multiloc=119,loc_8668 -multiloc=120,loc_8669 -multiloc=121,loc_8670 -multiloc=122,loc_8671 -multiloc=123,loc_8672 -multiloc=124,loc_8576 -multiloc=125,loc_8576 -multiloc=126,loc_8576 -multiloc=127,loc_8576 -multiloc=128,loc_8576 -multiloc=129,loc_8576 -multiloc=130,loc_8576 -multiloc=131,loc_8576 -multiloc=132,loc_8576 -multiloc=133,loc_8576 -multiloc=134,loc_8576 -multiloc=135,loc_8567 -multiloc=136,loc_8568 -multiloc=137,loc_8569 -multiloc=138,loc_8576 -multiloc=139,loc_8576 -multiloc=140,loc_8576 -multiloc=141,loc_8576 -multiloc=142,loc_8589 -multiloc=143,loc_8590 -multiloc=144,loc_8591 -multiloc=145,loc_8576 -multiloc=146,loc_8576 -multiloc=147,loc_8576 -multiloc=148,loc_8576 -multiloc=149,loc_8544 -multiloc=150,loc_8545 -multiloc=151,loc_8546 -multiloc=152,loc_8576 -multiloc=153,loc_8576 -multiloc=154,loc_8576 -multiloc=155,loc_8576 -multiloc=156,loc_8650 -multiloc=157,loc_8651 -multiloc=158,loc_8652 -multiloc=159,loc_8576 -multiloc=160,loc_8576 -multiloc=161,loc_8576 -multiloc=162,loc_8576 -multiloc=163,loc_8631 -multiloc=164,loc_8632 -multiloc=165,loc_8633 -multiloc=166,loc_8634 -multiloc=167,loc_8635 -multiloc=168,loc_8576 -multiloc=169,loc_8576 -multiloc=170,loc_8576 -multiloc=171,loc_8576 -multiloc=172,loc_8608 -multiloc=173,loc_8609 -multiloc=174,loc_8610 -multiloc=175,loc_8611 -multiloc=176,loc_8612 -multiloc=177,loc_8576 -multiloc=178,loc_8576 -multiloc=179,loc_8576 -multiloc=180,loc_8576 -multiloc=181,loc_8673 -multiloc=182,loc_8674 -multiloc=183,loc_8675 -multiloc=184,loc_8676 -multiloc=185,loc_8677 -multiloc=186,loc_8678 -multiloc=187,loc_8679 -multiloc=188,loc_8576 -multiloc=189,loc_8576 -multiloc=190,loc_8576 -multiloc=191,loc_8576 -multiloc=192,loc_8576 -multiloc=193,loc_8576 -multiloc=194,loc_8576 -multiloc=195,loc_8576 -multiloc=196,loc_8576 -multiloc=197,loc_8576 -multiloc=198,loc_8576 -multiloc=199,loc_8570 -multiloc=200,loc_8571 -multiloc=201,loc_8572 -multiloc=202,loc_8576 -multiloc=203,loc_8576 -multiloc=204,loc_8576 -multiloc=205,loc_8576 -multiloc=206,loc_8592 -multiloc=207,loc_8593 -multiloc=208,loc_8594 -multiloc=209,loc_8576 -multiloc=210,loc_8576 -multiloc=211,loc_8576 -multiloc=212,loc_8576 -multiloc=213,loc_8547 -multiloc=214,loc_8548 -multiloc=215,loc_8549 -multiloc=216,loc_8576 -multiloc=217,loc_8576 -multiloc=218,loc_8576 -multiloc=219,loc_8576 -multiloc=220,loc_8653 -multiloc=221,loc_8654 -multiloc=222,loc_8655 -multiloc=223,loc_8576 -multiloc=224,loc_8576 -multiloc=225,loc_8576 -multiloc=226,loc_8576 -multiloc=227,loc_8636 -multiloc=228,loc_8637 -multiloc=229,loc_8638 -multiloc=230,loc_8639 -multiloc=231,loc_8640 -multiloc=232,loc_8576 -multiloc=233,loc_8576 -multiloc=234,loc_8576 -multiloc=235,loc_8576 -multiloc=236,loc_8613 -multiloc=237,loc_8614 -multiloc=238,loc_8615 -multiloc=239,loc_8616 -multiloc=240,loc_8617 -multiloc=241,loc_8576 -multiloc=242,loc_8576 -multiloc=243,loc_8576 -multiloc=244,loc_8576 -multiloc=245,loc_8680 -multiloc=246,loc_8681 -multiloc=247,loc_8682 -multiloc=248,loc_8683 -multiloc=249,loc_8684 -multiloc=250,loc_8685 -multiloc=251,loc_8686 -multiloc=252,loc_8576 -multiloc=253,loc_8576 -multiloc=254,loc_8576 -multiloc=255,loc_8576 - -// 8553 -[loc_8553] -blockwalk=yes -active=yes -multivar=varplayerbit_711 -multiloc=0,loc_8576 -multiloc=1,loc_8575 -multiloc=2,loc_8574 -multiloc=3,loc_8573 -multiloc=4,loc_8576 -multiloc=5,loc_8576 -multiloc=6,loc_8558 -multiloc=7,loc_8559 -multiloc=8,loc_8560 -multiloc=9,loc_8561 -multiloc=10,loc_8562 -multiloc=11,loc_8562 -multiloc=12,loc_8562 -multiloc=13,loc_8580 -multiloc=14,loc_8581 -multiloc=15,loc_8582 -multiloc=16,loc_8583 -multiloc=17,loc_8584 -multiloc=18,loc_8584 -multiloc=19,loc_8584 -multiloc=20,loc_8535 -multiloc=21,loc_8536 -multiloc=22,loc_8537 -multiloc=23,loc_8538 -multiloc=24,loc_8539 -multiloc=25,loc_8539 -multiloc=26,loc_8539 -multiloc=27,loc_8641 -multiloc=28,loc_8642 -multiloc=29,loc_8643 -multiloc=30,loc_8644 -multiloc=31,loc_8645 -multiloc=32,loc_8645 -multiloc=33,loc_8645 -multiloc=34,loc_8618 -multiloc=35,loc_8619 -multiloc=36,loc_8620 -multiloc=37,loc_8621 -multiloc=38,loc_8622 -multiloc=39,loc_8623 -multiloc=40,loc_8624 -multiloc=41,loc_8624 -multiloc=42,loc_8624 -multiloc=43,loc_8595 -multiloc=44,loc_8596 -multiloc=45,loc_8597 -multiloc=46,loc_8598 -multiloc=47,loc_8599 -multiloc=48,loc_8600 -multiloc=49,loc_8601 -multiloc=50,loc_8601 -multiloc=51,loc_8601 -multiloc=52,loc_8656 -multiloc=53,loc_8657 -multiloc=54,loc_8658 -multiloc=55,loc_8659 -multiloc=56,loc_8660 -multiloc=57,loc_8661 -multiloc=58,loc_8662 -multiloc=59,loc_8663 -multiloc=60,loc_8664 -multiloc=61,loc_8664 -multiloc=62,loc_8664 -multiloc=63,loc_8576 -multiloc=64,loc_8576 -multiloc=65,loc_8576 -multiloc=66,loc_8576 -multiloc=67,loc_8576 -multiloc=68,loc_8576 -multiloc=69,loc_8576 -multiloc=70,loc_8563 -multiloc=71,loc_8564 -multiloc=72,loc_8565 -multiloc=73,loc_8566 -multiloc=74,loc_8576 -multiloc=75,loc_8576 -multiloc=76,loc_8576 -multiloc=77,loc_8585 -multiloc=78,loc_8586 -multiloc=79,loc_8587 -multiloc=80,loc_8588 -multiloc=81,loc_8576 -multiloc=82,loc_8576 -multiloc=83,loc_8576 -multiloc=84,loc_8540 -multiloc=85,loc_8541 -multiloc=86,loc_8542 -multiloc=87,loc_8543 -multiloc=88,loc_8576 -multiloc=89,loc_8576 -multiloc=90,loc_8576 -multiloc=91,loc_8646 -multiloc=92,loc_8647 -multiloc=93,loc_8648 -multiloc=94,loc_8649 -multiloc=95,loc_8576 -multiloc=96,loc_8576 -multiloc=97,loc_8576 -multiloc=98,loc_8625 -multiloc=99,loc_8626 -multiloc=100,loc_8627 -multiloc=101,loc_8628 -multiloc=102,loc_8629 -multiloc=103,loc_8630 -multiloc=104,loc_8576 -multiloc=105,loc_8576 -multiloc=106,loc_8576 -multiloc=107,loc_8602 -multiloc=108,loc_8603 -multiloc=109,loc_8604 -multiloc=110,loc_8605 -multiloc=111,loc_8606 -multiloc=112,loc_8607 -multiloc=113,loc_8576 -multiloc=114,loc_8576 -multiloc=115,loc_8576 -multiloc=116,loc_8665 -multiloc=117,loc_8666 -multiloc=118,loc_8667 -multiloc=119,loc_8668 -multiloc=120,loc_8669 -multiloc=121,loc_8670 -multiloc=122,loc_8671 -multiloc=123,loc_8672 -multiloc=124,loc_8576 -multiloc=125,loc_8576 -multiloc=126,loc_8576 -multiloc=127,loc_8576 -multiloc=128,loc_8576 -multiloc=129,loc_8576 -multiloc=130,loc_8576 -multiloc=131,loc_8576 -multiloc=132,loc_8576 -multiloc=133,loc_8576 -multiloc=134,loc_8576 -multiloc=135,loc_8567 -multiloc=136,loc_8568 -multiloc=137,loc_8569 -multiloc=138,loc_8576 -multiloc=139,loc_8576 -multiloc=140,loc_8576 -multiloc=141,loc_8576 -multiloc=142,loc_8589 -multiloc=143,loc_8590 -multiloc=144,loc_8591 -multiloc=145,loc_8576 -multiloc=146,loc_8576 -multiloc=147,loc_8576 -multiloc=148,loc_8576 -multiloc=149,loc_8544 -multiloc=150,loc_8545 -multiloc=151,loc_8546 -multiloc=152,loc_8576 -multiloc=153,loc_8576 -multiloc=154,loc_8576 -multiloc=155,loc_8576 -multiloc=156,loc_8650 -multiloc=157,loc_8651 -multiloc=158,loc_8652 -multiloc=159,loc_8576 -multiloc=160,loc_8576 -multiloc=161,loc_8576 -multiloc=162,loc_8576 -multiloc=163,loc_8631 -multiloc=164,loc_8632 -multiloc=165,loc_8633 -multiloc=166,loc_8634 -multiloc=167,loc_8635 -multiloc=168,loc_8576 -multiloc=169,loc_8576 -multiloc=170,loc_8576 -multiloc=171,loc_8576 -multiloc=172,loc_8608 -multiloc=173,loc_8609 -multiloc=174,loc_8610 -multiloc=175,loc_8611 -multiloc=176,loc_8612 -multiloc=177,loc_8576 -multiloc=178,loc_8576 -multiloc=179,loc_8576 -multiloc=180,loc_8576 -multiloc=181,loc_8673 -multiloc=182,loc_8674 -multiloc=183,loc_8675 -multiloc=184,loc_8676 -multiloc=185,loc_8677 -multiloc=186,loc_8678 -multiloc=187,loc_8679 -multiloc=188,loc_8576 -multiloc=189,loc_8576 -multiloc=190,loc_8576 -multiloc=191,loc_8576 -multiloc=192,loc_8576 -multiloc=193,loc_8576 -multiloc=194,loc_8576 -multiloc=195,loc_8576 -multiloc=196,loc_8576 -multiloc=197,loc_8576 -multiloc=198,loc_8576 -multiloc=199,loc_8570 -multiloc=200,loc_8571 -multiloc=201,loc_8572 -multiloc=202,loc_8576 -multiloc=203,loc_8576 -multiloc=204,loc_8576 -multiloc=205,loc_8576 -multiloc=206,loc_8592 -multiloc=207,loc_8593 -multiloc=208,loc_8594 -multiloc=209,loc_8576 -multiloc=210,loc_8576 -multiloc=211,loc_8576 -multiloc=212,loc_8576 -multiloc=213,loc_8547 -multiloc=214,loc_8548 -multiloc=215,loc_8549 -multiloc=216,loc_8576 -multiloc=217,loc_8576 -multiloc=218,loc_8576 -multiloc=219,loc_8576 -multiloc=220,loc_8653 -multiloc=221,loc_8654 -multiloc=222,loc_8655 -multiloc=223,loc_8576 -multiloc=224,loc_8576 -multiloc=225,loc_8576 -multiloc=226,loc_8576 -multiloc=227,loc_8636 -multiloc=228,loc_8637 -multiloc=229,loc_8638 -multiloc=230,loc_8639 -multiloc=231,loc_8640 -multiloc=232,loc_8576 -multiloc=233,loc_8576 -multiloc=234,loc_8576 -multiloc=235,loc_8576 -multiloc=236,loc_8613 -multiloc=237,loc_8614 -multiloc=238,loc_8615 -multiloc=239,loc_8616 -multiloc=240,loc_8617 -multiloc=241,loc_8576 -multiloc=242,loc_8576 -multiloc=243,loc_8576 -multiloc=244,loc_8576 -multiloc=245,loc_8680 -multiloc=246,loc_8681 -multiloc=247,loc_8682 -multiloc=248,loc_8683 -multiloc=249,loc_8684 -multiloc=250,loc_8685 -multiloc=251,loc_8686 -multiloc=252,loc_8576 -multiloc=253,loc_8576 -multiloc=254,loc_8576 -multiloc=255,loc_8576 - -// 8554 -[loc_8554] -blockwalk=yes -active=yes -multivar=varplayerbit_712 -multiloc=0,loc_8576 -multiloc=1,loc_8575 -multiloc=2,loc_8574 -multiloc=3,loc_8573 -multiloc=4,loc_8576 -multiloc=5,loc_8576 -multiloc=6,loc_8558 -multiloc=7,loc_8559 -multiloc=8,loc_8560 -multiloc=9,loc_8561 -multiloc=10,loc_8562 -multiloc=11,loc_8562 -multiloc=12,loc_8562 -multiloc=13,loc_8580 -multiloc=14,loc_8581 -multiloc=15,loc_8582 -multiloc=16,loc_8583 -multiloc=17,loc_8584 -multiloc=18,loc_8584 -multiloc=19,loc_8584 -multiloc=20,loc_8535 -multiloc=21,loc_8536 -multiloc=22,loc_8537 -multiloc=23,loc_8538 -multiloc=24,loc_8539 -multiloc=25,loc_8539 -multiloc=26,loc_8539 -multiloc=27,loc_8641 -multiloc=28,loc_8642 -multiloc=29,loc_8643 -multiloc=30,loc_8644 -multiloc=31,loc_8645 -multiloc=32,loc_8645 -multiloc=33,loc_8645 -multiloc=34,loc_8618 -multiloc=35,loc_8619 -multiloc=36,loc_8620 -multiloc=37,loc_8621 -multiloc=38,loc_8622 -multiloc=39,loc_8623 -multiloc=40,loc_8624 -multiloc=41,loc_8624 -multiloc=42,loc_8624 -multiloc=43,loc_8595 -multiloc=44,loc_8596 -multiloc=45,loc_8597 -multiloc=46,loc_8598 -multiloc=47,loc_8599 -multiloc=48,loc_8600 -multiloc=49,loc_8601 -multiloc=50,loc_8601 -multiloc=51,loc_8601 -multiloc=52,loc_8656 -multiloc=53,loc_8657 -multiloc=54,loc_8658 -multiloc=55,loc_8659 -multiloc=56,loc_8660 -multiloc=57,loc_8661 -multiloc=58,loc_8662 -multiloc=59,loc_8663 -multiloc=60,loc_8664 -multiloc=61,loc_8664 -multiloc=62,loc_8664 -multiloc=63,loc_8576 -multiloc=64,loc_8576 -multiloc=65,loc_8576 -multiloc=66,loc_8576 -multiloc=67,loc_8576 -multiloc=68,loc_8576 -multiloc=69,loc_8576 -multiloc=70,loc_8563 -multiloc=71,loc_8564 -multiloc=72,loc_8565 -multiloc=73,loc_8566 -multiloc=74,loc_8576 -multiloc=75,loc_8576 -multiloc=76,loc_8576 -multiloc=77,loc_8585 -multiloc=78,loc_8586 -multiloc=79,loc_8587 -multiloc=80,loc_8588 -multiloc=81,loc_8576 -multiloc=82,loc_8576 -multiloc=83,loc_8576 -multiloc=84,loc_8540 -multiloc=85,loc_8541 -multiloc=86,loc_8542 -multiloc=87,loc_8543 -multiloc=88,loc_8576 -multiloc=89,loc_8576 -multiloc=90,loc_8576 -multiloc=91,loc_8646 -multiloc=92,loc_8647 -multiloc=93,loc_8648 -multiloc=94,loc_8649 -multiloc=95,loc_8576 -multiloc=96,loc_8576 -multiloc=97,loc_8576 -multiloc=98,loc_8625 -multiloc=99,loc_8626 -multiloc=100,loc_8627 -multiloc=101,loc_8628 -multiloc=102,loc_8629 -multiloc=103,loc_8630 -multiloc=104,loc_8576 -multiloc=105,loc_8576 -multiloc=106,loc_8576 -multiloc=107,loc_8602 -multiloc=108,loc_8603 -multiloc=109,loc_8604 -multiloc=110,loc_8605 -multiloc=111,loc_8606 -multiloc=112,loc_8607 -multiloc=113,loc_8576 -multiloc=114,loc_8576 -multiloc=115,loc_8576 -multiloc=116,loc_8665 -multiloc=117,loc_8666 -multiloc=118,loc_8667 -multiloc=119,loc_8668 -multiloc=120,loc_8669 -multiloc=121,loc_8670 -multiloc=122,loc_8671 -multiloc=123,loc_8672 -multiloc=124,loc_8576 -multiloc=125,loc_8576 -multiloc=126,loc_8576 -multiloc=127,loc_8576 -multiloc=128,loc_8576 -multiloc=129,loc_8576 -multiloc=130,loc_8576 -multiloc=131,loc_8576 -multiloc=132,loc_8576 -multiloc=133,loc_8576 -multiloc=134,loc_8576 -multiloc=135,loc_8567 -multiloc=136,loc_8568 -multiloc=137,loc_8569 -multiloc=138,loc_8576 -multiloc=139,loc_8576 -multiloc=140,loc_8576 -multiloc=141,loc_8576 -multiloc=142,loc_8589 -multiloc=143,loc_8590 -multiloc=144,loc_8591 -multiloc=145,loc_8576 -multiloc=146,loc_8576 -multiloc=147,loc_8576 -multiloc=148,loc_8576 -multiloc=149,loc_8544 -multiloc=150,loc_8545 -multiloc=151,loc_8546 -multiloc=152,loc_8576 -multiloc=153,loc_8576 -multiloc=154,loc_8576 -multiloc=155,loc_8576 -multiloc=156,loc_8650 -multiloc=157,loc_8651 -multiloc=158,loc_8652 -multiloc=159,loc_8576 -multiloc=160,loc_8576 -multiloc=161,loc_8576 -multiloc=162,loc_8576 -multiloc=163,loc_8631 -multiloc=164,loc_8632 -multiloc=165,loc_8633 -multiloc=166,loc_8634 -multiloc=167,loc_8635 -multiloc=168,loc_8576 -multiloc=169,loc_8576 -multiloc=170,loc_8576 -multiloc=171,loc_8576 -multiloc=172,loc_8608 -multiloc=173,loc_8609 -multiloc=174,loc_8610 -multiloc=175,loc_8611 -multiloc=176,loc_8612 -multiloc=177,loc_8576 -multiloc=178,loc_8576 -multiloc=179,loc_8576 -multiloc=180,loc_8576 -multiloc=181,loc_8673 -multiloc=182,loc_8674 -multiloc=183,loc_8675 -multiloc=184,loc_8676 -multiloc=185,loc_8677 -multiloc=186,loc_8678 -multiloc=187,loc_8679 -multiloc=188,loc_8576 -multiloc=189,loc_8576 -multiloc=190,loc_8576 -multiloc=191,loc_8576 -multiloc=192,loc_8576 -multiloc=193,loc_8576 -multiloc=194,loc_8576 -multiloc=195,loc_8576 -multiloc=196,loc_8576 -multiloc=197,loc_8576 -multiloc=198,loc_8576 -multiloc=199,loc_8570 -multiloc=200,loc_8571 -multiloc=201,loc_8572 -multiloc=202,loc_8576 -multiloc=203,loc_8576 -multiloc=204,loc_8576 -multiloc=205,loc_8576 -multiloc=206,loc_8592 -multiloc=207,loc_8593 -multiloc=208,loc_8594 -multiloc=209,loc_8576 -multiloc=210,loc_8576 -multiloc=211,loc_8576 -multiloc=212,loc_8576 -multiloc=213,loc_8547 -multiloc=214,loc_8548 -multiloc=215,loc_8549 -multiloc=216,loc_8576 -multiloc=217,loc_8576 -multiloc=218,loc_8576 -multiloc=219,loc_8576 -multiloc=220,loc_8653 -multiloc=221,loc_8654 -multiloc=222,loc_8655 -multiloc=223,loc_8576 -multiloc=224,loc_8576 -multiloc=225,loc_8576 -multiloc=226,loc_8576 -multiloc=227,loc_8636 -multiloc=228,loc_8637 -multiloc=229,loc_8638 -multiloc=230,loc_8639 -multiloc=231,loc_8640 -multiloc=232,loc_8576 -multiloc=233,loc_8576 -multiloc=234,loc_8576 -multiloc=235,loc_8576 -multiloc=236,loc_8613 -multiloc=237,loc_8614 -multiloc=238,loc_8615 -multiloc=239,loc_8616 -multiloc=240,loc_8617 -multiloc=241,loc_8576 -multiloc=242,loc_8576 -multiloc=243,loc_8576 -multiloc=244,loc_8576 -multiloc=245,loc_8680 -multiloc=246,loc_8681 -multiloc=247,loc_8682 -multiloc=248,loc_8683 -multiloc=249,loc_8684 -multiloc=250,loc_8685 -multiloc=251,loc_8686 -multiloc=252,loc_8576 -multiloc=253,loc_8576 -multiloc=254,loc_8576 -multiloc=255,loc_8576 - -// 8555 -[loc_8555] -blockwalk=yes -active=yes -multivar=varplayerbit_713 -multiloc=0,loc_8576 -multiloc=1,loc_8575 -multiloc=2,loc_8574 -multiloc=3,loc_8573 -multiloc=4,loc_8576 -multiloc=5,loc_8576 -multiloc=6,loc_8558 -multiloc=7,loc_8559 -multiloc=8,loc_8560 -multiloc=9,loc_8561 -multiloc=10,loc_8562 -multiloc=11,loc_8562 -multiloc=12,loc_8562 -multiloc=13,loc_8580 -multiloc=14,loc_8581 -multiloc=15,loc_8582 -multiloc=16,loc_8583 -multiloc=17,loc_8584 -multiloc=18,loc_8584 -multiloc=19,loc_8584 -multiloc=20,loc_8535 -multiloc=21,loc_8536 -multiloc=22,loc_8537 -multiloc=23,loc_8538 -multiloc=24,loc_8539 -multiloc=25,loc_8539 -multiloc=26,loc_8539 -multiloc=27,loc_8641 -multiloc=28,loc_8642 -multiloc=29,loc_8643 -multiloc=30,loc_8644 -multiloc=31,loc_8645 -multiloc=32,loc_8645 -multiloc=33,loc_8645 -multiloc=34,loc_8618 -multiloc=35,loc_8619 -multiloc=36,loc_8620 -multiloc=37,loc_8621 -multiloc=38,loc_8622 -multiloc=39,loc_8623 -multiloc=40,loc_8624 -multiloc=41,loc_8624 -multiloc=42,loc_8624 -multiloc=43,loc_8595 -multiloc=44,loc_8596 -multiloc=45,loc_8597 -multiloc=46,loc_8598 -multiloc=47,loc_8599 -multiloc=48,loc_8600 -multiloc=49,loc_8601 -multiloc=50,loc_8601 -multiloc=51,loc_8601 -multiloc=52,loc_8656 -multiloc=53,loc_8657 -multiloc=54,loc_8658 -multiloc=55,loc_8659 -multiloc=56,loc_8660 -multiloc=57,loc_8661 -multiloc=58,loc_8662 -multiloc=59,loc_8663 -multiloc=60,loc_8664 -multiloc=61,loc_8664 -multiloc=62,loc_8664 -multiloc=63,loc_8576 -multiloc=64,loc_8576 -multiloc=65,loc_8576 -multiloc=66,loc_8576 -multiloc=67,loc_8576 -multiloc=68,loc_8576 -multiloc=69,loc_8576 -multiloc=70,loc_8563 -multiloc=71,loc_8564 -multiloc=72,loc_8565 -multiloc=73,loc_8566 -multiloc=74,loc_8576 -multiloc=75,loc_8576 -multiloc=76,loc_8576 -multiloc=77,loc_8585 -multiloc=78,loc_8586 -multiloc=79,loc_8587 -multiloc=80,loc_8588 -multiloc=81,loc_8576 -multiloc=82,loc_8576 -multiloc=83,loc_8576 -multiloc=84,loc_8540 -multiloc=85,loc_8541 -multiloc=86,loc_8542 -multiloc=87,loc_8543 -multiloc=88,loc_8576 -multiloc=89,loc_8576 -multiloc=90,loc_8576 -multiloc=91,loc_8646 -multiloc=92,loc_8647 -multiloc=93,loc_8648 -multiloc=94,loc_8649 -multiloc=95,loc_8576 -multiloc=96,loc_8576 -multiloc=97,loc_8576 -multiloc=98,loc_8625 -multiloc=99,loc_8626 -multiloc=100,loc_8627 -multiloc=101,loc_8628 -multiloc=102,loc_8629 -multiloc=103,loc_8630 -multiloc=104,loc_8576 -multiloc=105,loc_8576 -multiloc=106,loc_8576 -multiloc=107,loc_8602 -multiloc=108,loc_8603 -multiloc=109,loc_8604 -multiloc=110,loc_8605 -multiloc=111,loc_8606 -multiloc=112,loc_8607 -multiloc=113,loc_8576 -multiloc=114,loc_8576 -multiloc=115,loc_8576 -multiloc=116,loc_8665 -multiloc=117,loc_8666 -multiloc=118,loc_8667 -multiloc=119,loc_8668 -multiloc=120,loc_8669 -multiloc=121,loc_8670 -multiloc=122,loc_8671 -multiloc=123,loc_8672 -multiloc=124,loc_8576 -multiloc=125,loc_8576 -multiloc=126,loc_8576 -multiloc=127,loc_8576 -multiloc=128,loc_8576 -multiloc=129,loc_8576 -multiloc=130,loc_8576 -multiloc=131,loc_8576 -multiloc=132,loc_8576 -multiloc=133,loc_8576 -multiloc=134,loc_8576 -multiloc=135,loc_8567 -multiloc=136,loc_8568 -multiloc=137,loc_8569 -multiloc=138,loc_8576 -multiloc=139,loc_8576 -multiloc=140,loc_8576 -multiloc=141,loc_8576 -multiloc=142,loc_8589 -multiloc=143,loc_8590 -multiloc=144,loc_8591 -multiloc=145,loc_8576 -multiloc=146,loc_8576 -multiloc=147,loc_8576 -multiloc=148,loc_8576 -multiloc=149,loc_8544 -multiloc=150,loc_8545 -multiloc=151,loc_8546 -multiloc=152,loc_8576 -multiloc=153,loc_8576 -multiloc=154,loc_8576 -multiloc=155,loc_8576 -multiloc=156,loc_8650 -multiloc=157,loc_8651 -multiloc=158,loc_8652 -multiloc=159,loc_8576 -multiloc=160,loc_8576 -multiloc=161,loc_8576 -multiloc=162,loc_8576 -multiloc=163,loc_8631 -multiloc=164,loc_8632 -multiloc=165,loc_8633 -multiloc=166,loc_8634 -multiloc=167,loc_8635 -multiloc=168,loc_8576 -multiloc=169,loc_8576 -multiloc=170,loc_8576 -multiloc=171,loc_8576 -multiloc=172,loc_8608 -multiloc=173,loc_8609 -multiloc=174,loc_8610 -multiloc=175,loc_8611 -multiloc=176,loc_8612 -multiloc=177,loc_8576 -multiloc=178,loc_8576 -multiloc=179,loc_8576 -multiloc=180,loc_8576 -multiloc=181,loc_8673 -multiloc=182,loc_8674 -multiloc=183,loc_8675 -multiloc=184,loc_8676 -multiloc=185,loc_8677 -multiloc=186,loc_8678 -multiloc=187,loc_8679 -multiloc=188,loc_8576 -multiloc=189,loc_8576 -multiloc=190,loc_8576 -multiloc=191,loc_8576 -multiloc=192,loc_8576 -multiloc=193,loc_8576 -multiloc=194,loc_8576 -multiloc=195,loc_8576 -multiloc=196,loc_8576 -multiloc=197,loc_8576 -multiloc=198,loc_8576 -multiloc=199,loc_8570 -multiloc=200,loc_8571 -multiloc=201,loc_8572 -multiloc=202,loc_8576 -multiloc=203,loc_8576 -multiloc=204,loc_8576 -multiloc=205,loc_8576 -multiloc=206,loc_8592 -multiloc=207,loc_8593 -multiloc=208,loc_8594 -multiloc=209,loc_8576 -multiloc=210,loc_8576 -multiloc=211,loc_8576 -multiloc=212,loc_8576 -multiloc=213,loc_8547 -multiloc=214,loc_8548 -multiloc=215,loc_8549 -multiloc=216,loc_8576 -multiloc=217,loc_8576 -multiloc=218,loc_8576 -multiloc=219,loc_8576 -multiloc=220,loc_8653 -multiloc=221,loc_8654 -multiloc=222,loc_8655 -multiloc=223,loc_8576 -multiloc=224,loc_8576 -multiloc=225,loc_8576 -multiloc=226,loc_8576 -multiloc=227,loc_8636 -multiloc=228,loc_8637 -multiloc=229,loc_8638 -multiloc=230,loc_8639 -multiloc=231,loc_8640 -multiloc=232,loc_8576 -multiloc=233,loc_8576 -multiloc=234,loc_8576 -multiloc=235,loc_8576 -multiloc=236,loc_8613 -multiloc=237,loc_8614 -multiloc=238,loc_8615 -multiloc=239,loc_8616 -multiloc=240,loc_8617 -multiloc=241,loc_8576 -multiloc=242,loc_8576 -multiloc=243,loc_8576 -multiloc=244,loc_8576 -multiloc=245,loc_8680 -multiloc=246,loc_8681 -multiloc=247,loc_8682 -multiloc=248,loc_8683 -multiloc=249,loc_8684 -multiloc=250,loc_8685 -multiloc=251,loc_8686 -multiloc=252,loc_8576 -multiloc=253,loc_8576 -multiloc=254,loc_8576 -multiloc=255,loc_8576 - -// 8556 -[loc_8556] -blockwalk=yes -active=yes -multivar=varplayerbit_714 -multiloc=0,loc_8579 -multiloc=1,loc_8578 -multiloc=2,loc_8577 -multiloc=3,loc_8573 -multiloc=4,loc_8579 -multiloc=5,loc_8579 -multiloc=6,loc_8558 -multiloc=7,loc_8559 -multiloc=8,loc_8560 -multiloc=9,loc_8561 -multiloc=10,loc_8562 -multiloc=11,loc_8562 -multiloc=12,loc_8562 -multiloc=13,loc_8580 -multiloc=14,loc_8581 -multiloc=15,loc_8582 -multiloc=16,loc_8583 -multiloc=17,loc_8584 -multiloc=18,loc_8584 -multiloc=19,loc_8584 -multiloc=20,loc_8535 -multiloc=21,loc_8536 -multiloc=22,loc_8537 -multiloc=23,loc_8538 -multiloc=24,loc_8539 -multiloc=25,loc_8539 -multiloc=26,loc_8539 -multiloc=27,loc_8641 -multiloc=28,loc_8642 -multiloc=29,loc_8643 -multiloc=30,loc_8644 -multiloc=31,loc_8645 -multiloc=32,loc_8645 -multiloc=33,loc_8645 -multiloc=34,loc_8618 -multiloc=35,loc_8619 -multiloc=36,loc_8620 -multiloc=37,loc_8621 -multiloc=38,loc_8622 -multiloc=39,loc_8623 -multiloc=40,loc_8624 -multiloc=41,loc_8624 -multiloc=42,loc_8624 -multiloc=43,loc_8595 -multiloc=44,loc_8596 -multiloc=45,loc_8597 -multiloc=46,loc_8598 -multiloc=47,loc_8599 -multiloc=48,loc_8600 -multiloc=49,loc_8601 -multiloc=50,loc_8601 -multiloc=51,loc_8601 -multiloc=52,loc_8656 -multiloc=53,loc_8657 -multiloc=54,loc_8658 -multiloc=55,loc_8659 -multiloc=56,loc_8660 -multiloc=57,loc_8661 -multiloc=58,loc_8662 -multiloc=59,loc_8663 -multiloc=60,loc_8664 -multiloc=61,loc_8664 -multiloc=62,loc_8664 -multiloc=63,loc_8579 -multiloc=64,loc_8579 -multiloc=65,loc_8579 -multiloc=66,loc_8579 -multiloc=67,loc_8579 -multiloc=68,loc_8579 -multiloc=69,loc_8579 -multiloc=70,loc_8563 -multiloc=71,loc_8564 -multiloc=72,loc_8565 -multiloc=73,loc_8566 -multiloc=74,loc_8579 -multiloc=75,loc_8579 -multiloc=76,loc_8579 -multiloc=77,loc_8585 -multiloc=78,loc_8586 -multiloc=79,loc_8587 -multiloc=80,loc_8588 -multiloc=81,loc_8579 -multiloc=82,loc_8579 -multiloc=83,loc_8579 -multiloc=84,loc_8540 -multiloc=85,loc_8541 -multiloc=86,loc_8542 -multiloc=87,loc_8543 -multiloc=88,loc_8579 -multiloc=89,loc_8579 -multiloc=90,loc_8579 -multiloc=91,loc_8646 -multiloc=92,loc_8647 -multiloc=93,loc_8648 -multiloc=94,loc_8649 -multiloc=95,loc_8579 -multiloc=96,loc_8579 -multiloc=97,loc_8579 -multiloc=98,loc_8625 -multiloc=99,loc_8626 -multiloc=100,loc_8627 -multiloc=101,loc_8628 -multiloc=102,loc_8629 -multiloc=103,loc_8630 -multiloc=104,loc_8579 -multiloc=105,loc_8579 -multiloc=106,loc_8579 -multiloc=107,loc_8602 -multiloc=108,loc_8603 -multiloc=109,loc_8604 -multiloc=110,loc_8605 -multiloc=111,loc_8606 -multiloc=112,loc_8607 -multiloc=113,loc_8579 -multiloc=114,loc_8579 -multiloc=115,loc_8579 -multiloc=116,loc_8665 -multiloc=117,loc_8666 -multiloc=118,loc_8667 -multiloc=119,loc_8668 -multiloc=120,loc_8669 -multiloc=121,loc_8670 -multiloc=122,loc_8671 -multiloc=123,loc_8672 -multiloc=124,loc_8579 -multiloc=125,loc_8579 -multiloc=126,loc_8579 -multiloc=127,loc_8579 -multiloc=128,loc_8579 -multiloc=129,loc_8579 -multiloc=130,loc_8579 -multiloc=131,loc_8579 -multiloc=132,loc_8579 -multiloc=133,loc_8579 -multiloc=134,loc_8579 -multiloc=135,loc_8567 -multiloc=136,loc_8568 -multiloc=137,loc_8569 -multiloc=138,loc_8579 -multiloc=139,loc_8579 -multiloc=140,loc_8579 -multiloc=141,loc_8579 -multiloc=142,loc_8589 -multiloc=143,loc_8590 -multiloc=144,loc_8591 -multiloc=145,loc_8579 -multiloc=146,loc_8579 -multiloc=147,loc_8579 -multiloc=148,loc_8579 -multiloc=149,loc_8544 -multiloc=150,loc_8545 -multiloc=151,loc_8546 -multiloc=152,loc_8579 -multiloc=153,loc_8579 -multiloc=154,loc_8579 -multiloc=155,loc_8579 -multiloc=156,loc_8650 -multiloc=157,loc_8651 -multiloc=158,loc_8652 -multiloc=159,loc_8579 -multiloc=160,loc_8579 -multiloc=161,loc_8579 -multiloc=162,loc_8579 -multiloc=163,loc_8631 -multiloc=164,loc_8632 -multiloc=165,loc_8633 -multiloc=166,loc_8634 -multiloc=167,loc_8635 -multiloc=168,loc_8579 -multiloc=169,loc_8579 -multiloc=170,loc_8579 -multiloc=171,loc_8579 -multiloc=172,loc_8608 -multiloc=173,loc_8609 -multiloc=174,loc_8610 -multiloc=175,loc_8611 -multiloc=176,loc_8612 -multiloc=177,loc_8579 -multiloc=178,loc_8579 -multiloc=179,loc_8579 -multiloc=180,loc_8579 -multiloc=181,loc_8673 -multiloc=182,loc_8674 -multiloc=183,loc_8675 -multiloc=184,loc_8676 -multiloc=185,loc_8677 -multiloc=186,loc_8678 -multiloc=187,loc_8679 -multiloc=188,loc_8579 -multiloc=189,loc_8579 -multiloc=190,loc_8579 -multiloc=191,loc_8579 -multiloc=192,loc_8579 -multiloc=193,loc_8579 -multiloc=194,loc_8579 -multiloc=195,loc_8579 -multiloc=196,loc_8579 -multiloc=197,loc_8579 -multiloc=198,loc_8579 -multiloc=199,loc_8570 -multiloc=200,loc_8571 -multiloc=201,loc_8572 -multiloc=202,loc_8579 -multiloc=203,loc_8579 -multiloc=204,loc_8579 -multiloc=205,loc_8579 -multiloc=206,loc_8592 -multiloc=207,loc_8593 -multiloc=208,loc_8594 -multiloc=209,loc_8579 -multiloc=210,loc_8579 -multiloc=211,loc_8579 -multiloc=212,loc_8579 -multiloc=213,loc_8547 -multiloc=214,loc_8548 -multiloc=215,loc_8549 -multiloc=216,loc_8579 -multiloc=217,loc_8579 -multiloc=218,loc_8579 -multiloc=219,loc_8579 -multiloc=220,loc_8653 -multiloc=221,loc_8654 -multiloc=222,loc_8655 -multiloc=223,loc_8579 -multiloc=224,loc_8579 -multiloc=225,loc_8579 -multiloc=226,loc_8579 -multiloc=227,loc_8636 -multiloc=228,loc_8637 -multiloc=229,loc_8638 -multiloc=230,loc_8639 -multiloc=231,loc_8640 -multiloc=232,loc_8579 -multiloc=233,loc_8579 -multiloc=234,loc_8579 -multiloc=235,loc_8579 -multiloc=236,loc_8613 -multiloc=237,loc_8614 -multiloc=238,loc_8615 -multiloc=239,loc_8616 -multiloc=240,loc_8617 -multiloc=241,loc_8579 -multiloc=242,loc_8579 -multiloc=243,loc_8579 -multiloc=244,loc_8579 -multiloc=245,loc_8680 -multiloc=246,loc_8681 -multiloc=247,loc_8682 -multiloc=248,loc_8683 -multiloc=249,loc_8684 -multiloc=250,loc_8685 -multiloc=251,loc_8686 -multiloc=252,loc_8579 -multiloc=253,loc_8579 -multiloc=254,loc_8579 -multiloc=255,loc_8579 - -// 8557 -[loc_8557] -blockwalk=yes -active=yes -multivar=varplayerbit_715 -multiloc=0,loc_8579 -multiloc=1,loc_8578 -multiloc=2,loc_8577 -multiloc=3,loc_8573 -multiloc=4,loc_8579 -multiloc=5,loc_8579 -multiloc=6,loc_8558 -multiloc=7,loc_8559 -multiloc=8,loc_8560 -multiloc=9,loc_8561 -multiloc=10,loc_8562 -multiloc=11,loc_8562 -multiloc=12,loc_8562 -multiloc=13,loc_8580 -multiloc=14,loc_8581 -multiloc=15,loc_8582 -multiloc=16,loc_8583 -multiloc=17,loc_8584 -multiloc=18,loc_8584 -multiloc=19,loc_8584 -multiloc=20,loc_8535 -multiloc=21,loc_8536 -multiloc=22,loc_8537 -multiloc=23,loc_8538 -multiloc=24,loc_8539 -multiloc=25,loc_8539 -multiloc=26,loc_8539 -multiloc=27,loc_8641 -multiloc=28,loc_8642 -multiloc=29,loc_8643 -multiloc=30,loc_8644 -multiloc=31,loc_8645 -multiloc=32,loc_8645 -multiloc=33,loc_8645 -multiloc=34,loc_8618 -multiloc=35,loc_8619 -multiloc=36,loc_8620 -multiloc=37,loc_8621 -multiloc=38,loc_8622 -multiloc=39,loc_8623 -multiloc=40,loc_8624 -multiloc=41,loc_8624 -multiloc=42,loc_8624 -multiloc=43,loc_8595 -multiloc=44,loc_8596 -multiloc=45,loc_8597 -multiloc=46,loc_8598 -multiloc=47,loc_8599 -multiloc=48,loc_8600 -multiloc=49,loc_8601 -multiloc=50,loc_8601 -multiloc=51,loc_8601 -multiloc=52,loc_8656 -multiloc=53,loc_8657 -multiloc=54,loc_8658 -multiloc=55,loc_8659 -multiloc=56,loc_8660 -multiloc=57,loc_8661 -multiloc=58,loc_8662 -multiloc=59,loc_8663 -multiloc=60,loc_8664 -multiloc=61,loc_8664 -multiloc=62,loc_8664 -multiloc=63,loc_8579 -multiloc=64,loc_8579 -multiloc=65,loc_8579 -multiloc=66,loc_8579 -multiloc=67,loc_8579 -multiloc=68,loc_8579 -multiloc=69,loc_8579 -multiloc=70,loc_8563 -multiloc=71,loc_8564 -multiloc=72,loc_8565 -multiloc=73,loc_8566 -multiloc=74,loc_8579 -multiloc=75,loc_8579 -multiloc=76,loc_8579 -multiloc=77,loc_8585 -multiloc=78,loc_8586 -multiloc=79,loc_8587 -multiloc=80,loc_8588 -multiloc=81,loc_8579 -multiloc=82,loc_8579 -multiloc=83,loc_8579 -multiloc=84,loc_8540 -multiloc=85,loc_8541 -multiloc=86,loc_8542 -multiloc=87,loc_8543 -multiloc=88,loc_8579 -multiloc=89,loc_8579 -multiloc=90,loc_8579 -multiloc=91,loc_8646 -multiloc=92,loc_8647 -multiloc=93,loc_8648 -multiloc=94,loc_8649 -multiloc=95,loc_8579 -multiloc=96,loc_8579 -multiloc=97,loc_8579 -multiloc=98,loc_8625 -multiloc=99,loc_8626 -multiloc=100,loc_8627 -multiloc=101,loc_8628 -multiloc=102,loc_8629 -multiloc=103,loc_8630 -multiloc=104,loc_8579 -multiloc=105,loc_8579 -multiloc=106,loc_8579 -multiloc=107,loc_8602 -multiloc=108,loc_8603 -multiloc=109,loc_8604 -multiloc=110,loc_8605 -multiloc=111,loc_8606 -multiloc=112,loc_8607 -multiloc=113,loc_8579 -multiloc=114,loc_8579 -multiloc=115,loc_8579 -multiloc=116,loc_8665 -multiloc=117,loc_8666 -multiloc=118,loc_8667 -multiloc=119,loc_8668 -multiloc=120,loc_8669 -multiloc=121,loc_8670 -multiloc=122,loc_8671 -multiloc=123,loc_8672 -multiloc=124,loc_8579 -multiloc=125,loc_8579 -multiloc=126,loc_8579 -multiloc=127,loc_8579 -multiloc=128,loc_8579 -multiloc=129,loc_8579 -multiloc=130,loc_8579 -multiloc=131,loc_8579 -multiloc=132,loc_8579 -multiloc=133,loc_8579 -multiloc=134,loc_8579 -multiloc=135,loc_8567 -multiloc=136,loc_8568 -multiloc=137,loc_8569 -multiloc=138,loc_8579 -multiloc=139,loc_8579 -multiloc=140,loc_8579 -multiloc=141,loc_8579 -multiloc=142,loc_8589 -multiloc=143,loc_8590 -multiloc=144,loc_8591 -multiloc=145,loc_8579 -multiloc=146,loc_8579 -multiloc=147,loc_8579 -multiloc=148,loc_8579 -multiloc=149,loc_8544 -multiloc=150,loc_8545 -multiloc=151,loc_8546 -multiloc=152,loc_8579 -multiloc=153,loc_8579 -multiloc=154,loc_8579 -multiloc=155,loc_8579 -multiloc=156,loc_8650 -multiloc=157,loc_8651 -multiloc=158,loc_8652 -multiloc=159,loc_8579 -multiloc=160,loc_8579 -multiloc=161,loc_8579 -multiloc=162,loc_8579 -multiloc=163,loc_8631 -multiloc=164,loc_8632 -multiloc=165,loc_8633 -multiloc=166,loc_8634 -multiloc=167,loc_8635 -multiloc=168,loc_8579 -multiloc=169,loc_8579 -multiloc=170,loc_8579 -multiloc=171,loc_8579 -multiloc=172,loc_8608 -multiloc=173,loc_8609 -multiloc=174,loc_8610 -multiloc=175,loc_8611 -multiloc=176,loc_8612 -multiloc=177,loc_8579 -multiloc=178,loc_8579 -multiloc=179,loc_8579 -multiloc=180,loc_8579 -multiloc=181,loc_8673 -multiloc=182,loc_8674 -multiloc=183,loc_8675 -multiloc=184,loc_8676 -multiloc=185,loc_8677 -multiloc=186,loc_8678 -multiloc=187,loc_8679 -multiloc=188,loc_8579 -multiloc=189,loc_8579 -multiloc=190,loc_8579 -multiloc=191,loc_8579 -multiloc=192,loc_8579 -multiloc=193,loc_8579 -multiloc=194,loc_8579 -multiloc=195,loc_8579 -multiloc=196,loc_8579 -multiloc=197,loc_8579 -multiloc=198,loc_8579 -multiloc=199,loc_8570 -multiloc=200,loc_8571 -multiloc=201,loc_8572 -multiloc=202,loc_8579 -multiloc=203,loc_8579 -multiloc=204,loc_8579 -multiloc=205,loc_8579 -multiloc=206,loc_8592 -multiloc=207,loc_8593 -multiloc=208,loc_8594 -multiloc=209,loc_8579 -multiloc=210,loc_8579 -multiloc=211,loc_8579 -multiloc=212,loc_8579 -multiloc=213,loc_8547 -multiloc=214,loc_8548 -multiloc=215,loc_8549 -multiloc=216,loc_8579 -multiloc=217,loc_8579 -multiloc=218,loc_8579 -multiloc=219,loc_8579 -multiloc=220,loc_8653 -multiloc=221,loc_8654 -multiloc=222,loc_8655 -multiloc=223,loc_8579 -multiloc=224,loc_8579 -multiloc=225,loc_8579 -multiloc=226,loc_8579 -multiloc=227,loc_8636 -multiloc=228,loc_8637 -multiloc=229,loc_8638 -multiloc=230,loc_8639 -multiloc=231,loc_8640 -multiloc=232,loc_8579 -multiloc=233,loc_8579 -multiloc=234,loc_8579 -multiloc=235,loc_8579 -multiloc=236,loc_8613 -multiloc=237,loc_8614 -multiloc=238,loc_8615 -multiloc=239,loc_8616 -multiloc=240,loc_8617 -multiloc=241,loc_8579 -multiloc=242,loc_8579 -multiloc=243,loc_8579 -multiloc=244,loc_8579 -multiloc=245,loc_8680 -multiloc=246,loc_8681 -multiloc=247,loc_8682 -multiloc=248,loc_8683 -multiloc=249,loc_8684 -multiloc=250,loc_8685 -multiloc=251,loc_8686 -multiloc=252,loc_8579 -multiloc=253,loc_8579 -multiloc=254,loc_8579 -multiloc=255,loc_8579 - -// 8558 -[loc_8558] -ambient=25 -op2=Inspect -op4=Guide -model=model_8212 -model2=model_7766 -name=Potato seed - -// 8559 -[loc_8559] -ambient=25 -op2=Inspect -op4=Guide -model=model_8213 -model2=model_7766 -name=Potato plant - -// 8560 -[loc_8560] -ambient=25 -op2=Inspect -op4=Guide -model=model_8214 -model2=model_7766 -name=Potato plant - -// 8561 -[loc_8561] -ambient=25 -op2=Inspect -op4=Guide -model=model_8215 -model2=model_7766 -name=Potato plant - -// 8562 -[loc_8562] -ambient=25 -op1=Harvest -op2=Inspect -op4=Guide -model=model_8216 -model2=model_7766 -name=Potato - -// 8563 -[loc_8563] -ambient=25 -op2=Inspect -op4=Guide -model=model_8212 -model2=model_7766 -model3=model_8222 -name=Potato seed - -// 8564 -[loc_8564] -ambient=25 -op2=Inspect -op4=Guide -model=model_8213 -model2=model_8222 -model3=model_7766 -name=Potato plant - -// 8565 -[loc_8565] -ambient=25 -op2=Inspect -op4=Guide -model=model_8214 -model2=model_8222 -model3=model_7766 -name=Potato plant - -// 8566 -[loc_8566] -ambient=25 -op2=Inspect -op4=Guide -model=model_8215 -model2=model_8222 -model3=model_7766 -name=Potato plant - -// 8567 -[loc_8567] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6338 -recol1d=6373 -recol2s=8548 -recol2d=11588 -model=model_8213 -model2=model_7766 -name=Diseased potatoes - -// 8568 -[loc_8568] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6338 -recol1d=6373 -recol2s=8548 -recol2d=11588 -model=model_8214 -model2=model_7766 -name=Diseased potatoes - -// 8569 -[loc_8569] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6338 -recol1d=6373 -recol2s=8548 -recol2d=11588 -model=model_8215 -model2=model_7766 -name=Diseased potatoes - -// 8570 -[loc_8570] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6338 -recol1d=6341 -recol2s=8548 -recol2d=8422 -model=model_8213 -model2=model_7766 -name=Dead potatoes - -// 8571 -[loc_8571] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6338 -recol1d=6341 -recol2s=8548 -recol2d=8422 -model=model_8214 -model2=model_7766 -name=Dead potatoes - -// 8572 -[loc_8572] -ambient=25 -op2=Inspect -op4=Guide -recol1s=6338 -recol1d=6341 -recol2s=8548 -recol2d=8422 -model=model_8215 -model2=model_7766 -name=Dead potatoes - -// 8573 -[loc_8573] -ambient=25 -op2=Inspect -op4=Guide -model=model_8223 -model2=model_7766 -name=Allotment - -// 8574 -[loc_8574] -ambient=25 -op2=Inspect -op4=Guide -model=model_8224 -model2=model_7766 -name=Allotment - -// 8575 -[loc_8575] -ambient=25 -op2=Inspect -op4=Guide -model=model_8225 -model2=model_7766 -name=Allotment - -// 8576 -[loc_8576] -ambient=25 -op2=Inspect -op4=Guide -model=model_8226 -model2=model_7766 -name=Allotment - -// 8577 -[loc_8577] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -model=model_8224 -model2=model_7766 -name=Allotment - -// 8578 -[loc_8578] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -model=model_8225 -model2=model_7766 -name=Allotment - -// 8579 -[loc_8579] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -model=model_8226 -model2=model_7766 -name=Allotment - -// 8580 -[loc_8580] -ambient=25 -op2=Inspect -op4=Guide -model=model_8207 -model2=model_7766 -name=Onion seeds - -// 8581 -[loc_8581] -ambient=25 -op2=Inspect -op4=Guide -model=model_8208 -model2=model_7766 -name=Onion plant - -// 8582 -[loc_8582] -ambient=25 -op2=Inspect -op4=Guide -model=model_8209 -model2=model_7766 -name=Onion plant - -// 8583 -[loc_8583] -ambient=25 -op2=Inspect -op4=Guide -model=model_8210 -model2=model_7766 -name=Onion plant - -// 8584 -[loc_8584] -ambient=25 -op1=Harvest -op2=Inspect -op4=Guide -recol1s=19085 -recol1d=24202 -recol2s=24272 -recol2d=23112 -recol3s=21166 -recol3d=20903 -model=model_8211 -model2=model_7766 -name=Onion - -// 8585 -[loc_8585] -ambient=25 -op2=Inspect -op4=Guide -model=model_8207 -model2=model_8222 -model3=model_7766 -name=Onion seeds - -// 8586 -[loc_8586] -ambient=25 -op2=Inspect -op4=Guide -model=model_8208 -model2=model_8222 -model3=model_7766 -name=Onion plant - -// 8587 -[loc_8587] -ambient=25 -op2=Inspect -op4=Guide -model=model_8209 -model2=model_8222 -model3=model_7766 -name=Onion plant - -// 8588 -[loc_8588] -ambient=25 -op2=Inspect -op4=Guide -model=model_8210 -model2=model_8222 -model3=model_7766 -name=Onion plant - -// 8589 -[loc_8589] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8582 -recol1d=10564 -recol2s=10727 -recol2d=12678 -recol3s=19085 -recol3d=15948 -recol4s=24272 -recol4d=13834 -recol5s=21166 -recol5d=11751 -model=model_8208 -model2=model_7766 -name=Diseased onions - -// 8590 -[loc_8590] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8582 -recol1d=10564 -recol2s=10727 -recol2d=12678 -recol3s=19085 -recol3d=15948 -recol4s=24272 -recol4d=13834 -recol5s=21166 -recol5d=11751 -model=model_8209 -model2=model_7766 -name=Diseased onions - -// 8591 -[loc_8591] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8582 -recol1d=10564 -recol2s=10727 -recol2d=12678 -recol3s=19085 -recol3d=15948 -recol4s=24272 -recol4d=13834 -recol5s=21166 -recol5d=11751 -model=model_8210 -model2=model_7766 -name=Diseased onions - -// 8592 -[loc_8592] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8582 -recol1d=6308 -recol2s=10727 -recol2d=8422 -recol3s=19085 -recol3d=15852 -recol4s=24272 -recol4d=17966 -recol5s=21166 -recol5d=15852 -model=model_8208 -model2=model_7766 -name=Dead onions - -// 8593 -[loc_8593] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8582 -recol1d=6308 -recol2s=10727 -recol2d=8422 -recol3s=19085 -recol3d=15852 -recol4s=24272 -recol4d=17966 -recol5s=21166 -recol5d=15852 -model=model_8209 -model2=model_7766 -name=Dead onions - -// 8594 -[loc_8594] -ambient=25 -op2=Inspect -op4=Guide -recol1s=8582 -recol1d=6308 -recol2s=10727 -recol2d=8422 -recol3s=19085 -recol3d=15852 -recol4s=24272 -recol4d=17966 -recol5s=21166 -recol5d=15852 -model=model_8210 -model2=model_7766 -name=Dead onions - -// 8595 -[loc_8595] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8163 -model2=model_7766 -name=Strawberry seed - -// 8596 -[loc_8596] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8164 -model2=model_7766 -name=Strawberry plant - -// 8597 -[loc_8597] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8165 -model2=model_7766 -name=Strawberry plant - -// 8598 -[loc_8598] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8166 -model2=model_7766 -name=Strawberry plant - -// 8599 -[loc_8599] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8167 -model2=model_7766 -name=Strawberry plant - -// 8600 -[loc_8600] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8168 -model2=model_7766 -name=Strawberry plant - -// 8601 -[loc_8601] -ambient=25 -op1=Harvest -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8169 -model2=model_7766 -name=Strawberry - -// 8602 -[loc_8602] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8222 -model2=model_8163 -model3=model_7766 -name=Strawberry seed - -// 8603 -[loc_8603] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8222 -model2=model_8164 -model3=model_7766 -name=Strawberry plant - -// 8604 -[loc_8604] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8222 -model2=model_8165 -model3=model_7766 -name=Strawberry plant - -// 8605 -[loc_8605] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8222 -model2=model_8166 -model3=model_7766 -name=Strawberry plant - -// 8606 -[loc_8606] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8222 -model2=model_8167 -model3=model_7766 -name=Strawberry plant - -// 8607 -[loc_8607] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=21602 -model=model_8222 -model2=model_8168 -model3=model_7766 -name=Strawberry plant - -// 8608 -[loc_8608] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32748 -recol1d=22087 -recol2s=23255 -recol2d=19973 -recol3s=6596 -recol3d=12608 -recol4s=31904 -recol4d=14722 -recol5s=17956 -recol5d=16836 -model=model_8164 -model2=model_7766 -name=Diseased strawberry plant - -// 8609 -[loc_8609] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32748 -recol1d=22087 -recol2s=23255 -recol2d=19973 -recol3s=6596 -recol3d=12608 -recol4s=31904 -recol4d=14722 -recol5s=17956 -recol5d=16836 -model=model_8165 -model2=model_7766 -name=Diseased strawberry plant - -// 8610 -[loc_8610] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32748 -recol1d=22087 -recol2s=23255 -recol2d=19973 -recol3s=6596 -recol3d=12608 -recol4s=31904 -recol4d=14722 -recol5s=17956 -recol5d=16836 -model=model_8166 -model2=model_7766 -name=Diseased strawberry plant - -// 8611 -[loc_8611] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32748 -recol1d=22087 -recol2s=23255 -recol2d=19973 -recol3s=6596 -recol3d=12608 -recol4s=31904 -recol4d=14722 -recol5s=17956 -recol5d=16836 -model=model_8167 -model2=model_7766 -name=Diseased strawberry plant - -// 8612 -[loc_8612] -ambient=25 -op2=Inspect -op4=Guide -recol1s=32748 -recol1d=22087 -recol2s=23255 -recol2d=19973 -recol3s=6596 -recol3d=12608 -recol4s=31904 -recol4d=14722 -recol5s=17956 -recol5d=16836 -model=model_8168 -model2=model_7766 -name=Diseased strawberry plant - -// 8613 -[loc_8613] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=7333 -recol2s=6596 -recol2d=6309 -recol3s=23255 -recol3d=11561 -recol4s=32748 -recol4d=16877 -model=model_8164 -model2=model_7766 -name=Dead strawberry plant - -// 8614 -[loc_8614] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=7333 -recol2s=6596 -recol2d=6309 -recol3s=23255 -recol3d=11561 -recol4s=32748 -recol4d=16877 -model=model_8165 -model2=model_7766 -name=Dead strawberry plant - -// 8615 -[loc_8615] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=7333 -recol2s=6596 -recol2d=6309 -recol3s=23255 -recol3d=11561 -recol4s=32748 -recol4d=16877 -model=model_8166 -model2=model_7766 -name=Dead strawberry plant - -// 8616 -[loc_8616] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=7333 -recol2s=6596 -recol2d=6309 -recol3s=23255 -recol3d=11561 -recol4s=32748 -recol4d=16877 -model=model_8167 -model2=model_7766 -name=Dead strawberry plant - -// 8617 -[loc_8617] -ambient=25 -op2=Inspect -op4=Guide -recol1s=31904 -recol1d=7333 -recol2s=6596 -recol2d=6309 -recol3s=23255 -recol3d=11561 -recol4s=32748 -recol4d=16877 -model=model_8168 -model2=model_7766 -name=Dead strawberry plant - -// 8618 -[loc_8618] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8170 -model2=model_7766 -name=Sweetcorn seed - -// 8619 -[loc_8619] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8171 -model2=model_7766 -name=Sweetcorn plant - -// 8620 -[loc_8620] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8172 -model2=model_7766 -name=Sweetcorn plant - -// 8621 -[loc_8621] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8173 -model2=model_7766 -name=Sweetcorn plant - -// 8622 -[loc_8622] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8174 -model2=model_7766 -name=Sweetcorn plant - -// 8623 -[loc_8623] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8175 -model2=model_7766 -name=Sweetcorn plant - -// 8624 -[loc_8624] -op1=Harvest -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8176 -model2=model_7766 -name=Sweetcorn - -// 8625 -[loc_8625] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8222 -model2=model_8170 -model3=model_7766 -name=Sweetcorn seed - -// 8626 -[loc_8626] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8222 -model2=model_8171 -model3=model_7766 -name=Sweetcorn plant - -// 8627 -[loc_8627] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8222 -model2=model_8172 -model3=model_7766 -name=Sweetcorn plant - -// 8628 -[loc_8628] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8222 -model2=model_8173 -model3=model_7766 -name=Sweetcorn plant - -// 8629 -[loc_8629] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8222 -model2=model_8174 -model3=model_7766 -name=Sweetcorn plant - -// 8630 -[loc_8630] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12804 -recol2s=16303 -recol2d=14949 -recol3s=14949 -recol3d=7651 -recol4s=32554 -recol4d=27268 -model=model_8222 -model2=model_8175 -model3=model_7766 -name=Sweetcorn plant - -// 8631 -[loc_8631] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12642 -recol2s=16303 -recol2d=14756 -recol3s=14949 -recol3d=16870 -recol4s=32554 -recol4d=19142 -model=model_8171 -model2=model_7766 -name=Diseased sweetcorn plant - -// 8632 -[loc_8632] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12642 -recol2s=16303 -recol2d=14756 -recol3s=14949 -recol3d=16870 -recol4s=32554 -recol4d=19142 -model=model_8172 -model2=model_7766 -name=Diseased sweetcorn plant - -// 8633 -[loc_8633] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12642 -recol2s=16303 -recol2d=14756 -recol3s=14949 -recol3d=16870 -recol4s=32554 -recol4d=19142 -model=model_8173 -model2=model_7766 -name=Diseased sweetcorn plant - -// 8634 -[loc_8634] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12642 -recol2s=16303 -recol2d=14756 -recol3s=14949 -recol3d=16870 -recol4s=32554 -recol4d=19142 -model=model_8174 -model2=model_7766 -name=Diseased sweetcorn plant - -// 8635 -[loc_8635] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=12642 -recol2s=16303 -recol2d=14756 -recol3s=14949 -recol3d=16870 -recol4s=32554 -recol4d=19142 -model=model_8175 -model2=model_7766 -name=Diseased sweetcorn plant - -// 8636 -[loc_8636] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=6339 -recol2s=16303 -recol2d=8453 -recol3s=14949 -recol3d=10567 -recol4s=32554 -recol4d=16904 -model=model_8171 -model2=model_7766 -name=Dead sweetcorn plant - -// 8637 -[loc_8637] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=6339 -recol2s=16303 -recol2d=8453 -recol3s=14949 -recol3d=10567 -recol4s=32554 -recol4d=16904 -model=model_8172 -model2=model_7766 -name=Dead sweetcorn plant - -// 8638 -[loc_8638] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=6339 -recol2s=16303 -recol2d=8453 -recol3s=14949 -recol3d=10567 -recol4s=32554 -recol4d=16904 -model=model_8173 -model2=model_7766 -name=Dead sweetcorn plant - -// 8639 -[loc_8639] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=6339 -recol2s=16303 -recol2d=8453 -recol3s=14949 -recol3d=10567 -recol4s=32554 -recol4d=16904 -model=model_8174 -model2=model_7766 -name=Dead sweetcorn plant - -// 8640 -[loc_8640] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19177 -recol1d=6339 -recol2s=16303 -recol2d=8453 -recol3s=14949 -recol3d=10567 -recol4s=32554 -recol4d=16904 -model=model_8175 -model2=model_7766 -name=Dead sweetcorn plant - -// 8641 -[loc_8641] -ambient=25 -op2=Inspect -op4=Guide -model=model_8217 -model2=model_7766 -name=Tomato plant - -// 8642 -[loc_8642] -ambient=25 -op2=Inspect -op4=Guide -model=model_8218 -model2=model_7766 -name=Tomato plant - -// 8643 -[loc_8643] -ambient=25 -op2=Inspect -op4=Guide -model=model_8219 -model2=model_7766 -name=Tomato plant - -// 8644 -[loc_8644] -ambient=25 -op2=Inspect -op4=Guide -model=model_8220 -model2=model_7766 -name=Tomato plant - -// 8645 -[loc_8645] -op1=Harvest -ambient=25 -op2=Inspect -op4=Guide -model=model_8221 -model2=model_7766 -name=Tomato - -// 8646 -[loc_8646] -ambient=25 -op2=Inspect -op4=Guide -model=model_8217 -model2=model_8222 -model3=model_7766 -name=Tomato plant - -// 8647 -[loc_8647] -ambient=25 -op2=Inspect -op4=Guide -model=model_8218 -model2=model_8222 -model3=model_7766 -name=Tomato plant - -// 8648 -[loc_8648] -ambient=25 -op2=Inspect -op4=Guide -model=model_8219 -model2=model_8222 -model3=model_7766 -name=Tomato plant - -// 8649 -[loc_8649] -ambient=25 -op2=Inspect -op4=Guide -model=model_8220 -model2=model_8222 -model3=model_7766 -name=Tomato plant - -// 8650 -[loc_8650] -ambient=25 -op2=Inspect -op4=Guide -recol1s=4418 -recol1d=10562 -recol2s=8612 -recol2d=13732 -recol3s=5635 -recol3d=15846 -model=model_8218 -model2=model_7766 -name=Diseased tomato plant - -// 8651 -[loc_8651] -ambient=25 -op2=Inspect -op4=Guide -recol1s=4418 -recol1d=10562 -recol2s=8612 -recol2d=13732 -recol3s=5635 -recol3d=15846 -recol4s=13761 -recol4d=15910 -model=model_8219 -model2=model_7766 -name=Diseased tomato plant - -// 8652 -[loc_8652] -ambient=25 -op2=Inspect -op4=Guide -recol1s=4418 -recol1d=10562 -recol2s=8612 -recol2d=13732 -recol3s=5635 -recol3d=15846 -recol4s=13633 -recol4d=15910 -model=model_8220 -model2=model_7766 -name=Diseased tomato plant - -// 8653 -[loc_8653] -ambient=25 -op2=Inspect -op4=Guide -recol1s=4418 -recol1d=6370 -recol2s=8612 -recol2d=9542 -recol3s=5635 -recol3d=11654 -model=model_8218 -model2=model_7766 -name=Dead tomato plant - -// 8654 -[loc_8654] -ambient=25 -op2=Inspect -op4=Guide -recol1s=4418 -recol1d=6370 -recol2s=8612 -recol2d=9542 -recol3s=5635 -recol3d=11654 -recol4s=13761 -recol4d=13800 -model=model_8219 -model2=model_7766 -name=Dead tomato plant - -// 8655 -[loc_8655] -ambient=25 -op2=Inspect -op4=Guide -recol1s=4418 -recol1d=6370 -recol2s=8612 -recol2d=9542 -recol3s=5635 -recol3d=11654 -recol4s=13633 -recol4d=13800 -model=model_8220 -model2=model_7766 -name=Dead tomato plant - -// 8656 -[loc_8656] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8177 -model2=model_7766 -name=Watermelon seed - -// 8657 -[loc_8657] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8178 -model2=model_7766 -name=Watermelons - -// 8658 -[loc_8658] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8179 -model2=model_7766 -name=Watermelons - -// 8659 -[loc_8659] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8180 -model2=model_7766 -name=Watermelons - -// 8660 -[loc_8660] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8181 -model2=model_7766 -name=Watermelons - -// 8661 -[loc_8661] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8182 -model2=model_7766 -name=Watermelons - -// 8662 -[loc_8662] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8183 -model2=model_7766 -name=Watermelons - -// 8663 -[loc_8663] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8184 -model2=model_7766 -name=Watermelons - -// 8664 -[loc_8664] -op1=Harvest -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8185 -model2=model_7766 -name=Watermelon - -// 8665 -[loc_8665] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8222 -model2=model_8177 -model3=model_7766 -name=Watermelon seed - -// 8666 -[loc_8666] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8222 -model2=model_8178 -model3=model_7766 -name=Watermelons - -// 8667 -[loc_8667] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8222 -model2=model_8179 -model3=model_7766 -name=Watermelons - -// 8668 -[loc_8668] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8222 -model2=model_8180 -model3=model_7766 -name=Watermelons - -// 8669 -[loc_8669] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8222 -model2=model_8181 -model3=model_7766 -name=Watermelons - -// 8670 -[loc_8670] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8222 -model2=model_8182 -model3=model_7766 -name=Watermelons - -// 8671 -[loc_8671] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8222 -model2=model_8183 -model3=model_7766 -name=Watermelons - -// 8672 -[loc_8672] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=3363 -recol2s=22112 -recol2d=8576 -model=model_8222 -model2=model_8184 -model3=model_7766 -name=Watermelons - -// 8673 -[loc_8673] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=17888 -recol2s=17163 -recol2d=20002 -recol3s=22112 -recol3d=15936 -recol4s=19907 -recol4d=14848 -model=model_8178 -model2=model_7766 -name=Diseased watermelons - -// 8674 -[loc_8674] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=17888 -recol2s=17163 -recol2d=20002 -recol3s=22112 -recol3d=15936 -recol4s=19907 -recol4d=14848 -model=model_8179 -model2=model_7766 -name=Diseased watermelons - -// 8675 -[loc_8675] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=17888 -recol2s=17163 -recol2d=20002 -recol3s=22112 -recol3d=15936 -recol4s=19907 -recol4d=14848 -model=model_8180 -model2=model_7766 -name=Diseased watermelons - -// 8676 -[loc_8676] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=17888 -recol2s=17163 -recol2d=20002 -recol3s=22112 -recol3d=15936 -recol4s=19907 -recol4d=14848 -model=model_8181 -model2=model_7766 -name=Diseased watermelons - -// 8677 -[loc_8677] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=17888 -recol2s=17163 -recol2d=20002 -recol3s=22112 -recol3d=15936 -recol4s=19907 -recol4d=14848 -model=model_8182 -model2=model_7766 -name=Diseased watermelons - -// 8678 -[loc_8678] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=17888 -recol2s=17163 -recol2d=20002 -recol3s=22112 -recol3d=15936 -recol4s=19907 -recol4d=14848 -model=model_8183 -model2=model_7766 -name=Diseased watermelons - -// 8679 -[loc_8679] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10784 -recol1d=17888 -recol2s=17163 -recol2d=20002 -recol3s=22112 -recol3d=15936 -recol4s=19907 -recol4d=14848 -model=model_8184 -model2=model_7766 -name=Diseased watermelons - -// 8680 -[loc_8680] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19907 -recol1d=9577 -recol2s=17163 -recol2d=8486 -recol3s=18944 -recol3d=6439 -recol4s=10784 -recol4d=6439 -recol5s=22112 -recol5d=13607 -model=model_8178 -model2=model_7766 -name=Dead watermelons - -// 8681 -[loc_8681] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19907 -recol1d=9577 -recol2s=17163 -recol2d=8486 -recol3s=18944 -recol3d=6439 -recol4s=10784 -recol4d=6439 -recol5s=22112 -recol5d=13607 -model=model_8179 -model2=model_7766 -name=Dead watermelons - -// 8682 -[loc_8682] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19907 -recol1d=9577 -recol2s=17163 -recol2d=8486 -recol3s=18944 -recol3d=6439 -recol4s=10784 -recol4d=6439 -recol5s=22112 -recol5d=13607 -model=model_8180 -model2=model_7766 -name=Dead watermelons - -// 8683 -[loc_8683] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19907 -recol1d=9577 -recol2s=17163 -recol2d=8486 -recol3s=18944 -recol3d=6439 -recol4s=10784 -recol4d=6439 -recol5s=22112 -recol5d=13607 -model=model_8181 -model2=model_7766 -name=Dead watermelons - -// 8684 -[loc_8684] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19907 -recol1d=9577 -recol2s=17163 -recol2d=8486 -recol3s=18944 -recol3d=6439 -recol4s=10784 -recol4d=6439 -recol5s=22112 -recol5d=13607 -model=model_8182 -model2=model_7766 -name=Dead watermelons - -// 8685 -[loc_8685] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19907 -recol1d=9577 -recol2s=17163 -recol2d=8486 -recol3s=18944 -recol3d=6439 -recol4s=10784 -recol4d=6439 -recol5s=22112 -recol5d=13607 -model=model_8183 -model2=model_7766 -name=Dead watermelons - -// 8686 -[loc_8686] -ambient=25 -op2=Inspect -op4=Guide -recol1s=19907 -recol1d=9577 -recol2s=17163 -recol2d=8486 -recol3s=18944 -recol3d=6439 -recol4s=10784 -recol4d=6439 -recol5s=22112 -recol5d=13607 -model=model_8184 -model2=model_7766 -name=Dead watermelons - -// 8687 -[loc_8687] -ambient=50 -contrast=40 -model=model_8251,Q - -// 8688 -[loc_8688] -width=2 -model=model_8240 -name=Dresser - -// 8689 -[loc_8689] -anim=seq_5855 -length=2 -forceapproach=east -op1=Milk -op2=Steal-cowbell -ambient=20 -contrast=20 -model=model_23891 -name=Dairy cow - -// 8690 -[loc_8690] -model=model_8249 -name=Milk Urns - -// 8691 -[loc_8691] -model=model_8250 -name=Milk Urns - -// 8692 -[loc_8692] -active=no -model=model_8243,Q - -// 8693 -[loc_8693] -active=no -model=model_8244,Q - -// 8694 -[loc_8694] -active=no -model=model_8242 - -// 8695 -[loc_8695] -active=yes -op1=Open -raiseobject=no -model=model_8241,1 -name=Door - -// 8696 -[loc_8696] -active=yes -op1=Close -raiseobject=no -model=model_8241,1 -name=Door - -// 8697 -[loc_8697] -ambient=50 -recol1s=6240 -recol1d=14695 -recol2s=5184 -recol2d=13638 -model=model_2058,Q - -// 8698 -[loc_8698] -ambient=50 -recol1s=6241 -recol1d=14695 -model=model_2089,Q - -// 8699 -[loc_8699] -length=2 -blockrange=no -model=model_8245 -name=Sink - -// 8700 -[loc_8700] -width=2 -blockrange=no -model=model_8246 -name=Table - -// 8701 -[loc_8701] -width=2 -blockrange=no -model=model_8246 -model2=model_8252 -name=Table - -// 8702 -[loc_8702] -recol1s=9409 -recol1d=14695 -recol2s=11523 -recol2d=9444 -model=model_5499 -name=Water barrel - -// 8703 -[loc_8703] -resizex=95 -resizey=95 -resizez=95 -recol1s=9409 -recol1d=14695 -recol2s=11523 -recol2d=9444 -model=model_5499 -name=Water barrel - -// 8704 -[loc_8704] -active=no -recol1s=24137 -recol1d=16809 -recol2s=17764 -recol2d=14695 -recol3s=9445 -recol3d=14695 -recol4s=8388 -recol4d=14695 -recol5s=8387 -recol5d=14695 -recol6s=7331 -recol6d=12581 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 8705 -[loc_8705] -sharelight=yes -active=no -recol1s=10500 -recol1d=14695 -recol2s=4128 -recol2d=12581 -recol3s=12582 -recol3d=14695 -recol4s=20935 -recol4d=16806 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 8706 -[loc_8706] -sharelight=yes -active=no -recol1s=10500 -recol1d=14695 -recol2s=4128 -recol2d=12581 -recol3s=12582 -recol3d=14695 -recol4s=20935 -recol4d=16806 -model=model_4345,A -model=model_4346,S - -// 8707 -[loc_8707] -sharelight=yes -active=no -recol1s=10500 -recol1d=14695 -recol2s=4128 -recol2d=12581 -recol3s=12582 -recol3d=14695 -recol4s=20935 -recol4d=16806 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 8708 -[loc_8708] -sharelight=yes -active=no -recol1s=20935 -recol1d=16809 -recol2s=12582 -recol2d=14695 -recol3s=10500 -recol3d=14695 -recol4s=9445 -recol4d=14695 -recol5s=7331 -recol5d=14695 -recol6s=4128 -recol6d=12581 -model=model_5393,Z - -// 8709 -[loc_8709] -sharelight=yes -active=no -recol1s=20935 -recol1d=16809 -recol2s=12582 -recol2d=14695 -recol3s=10500 -recol3d=14695 -recol4s=9445 -recol4d=14695 -recol5s=7331 -recol5d=14695 -recol6s=4128 -recol6d=12581 -model=model_6630,Z - -// 8710 -[loc_8710] -sharelight=yes -mirror=yes -active=no -recol1s=20935 -recol1d=16809 -recol2s=12582 -recol2d=14695 -recol3s=10500 -recol3d=14695 -recol4s=9445 -recol4d=14695 -recol5s=7331 -recol5d=14695 -recol6s=4128 -recol6d=12581 -model=model_6630,Z - -// 8711 -[loc_8711] -sharelight=yes -active=no -mirror=yes -recol1s=20935 -recol1d=16809 -recol2s=12582 -recol2d=14695 -recol3s=10500 -recol3d=14695 -recol4s=9445 -recol4d=14695 -recol5s=7331 -recol5d=14695 -recol6s=4128 -recol6d=12581 -model=model_5393,Z - -// 8712 -[loc_8712] -length=3 -anim=seq_478 -bgsound=synth_2066,10 -recol1s=32576 -recol1d=16676 -recol2s=28288 -recol2d=14596 -recol3s=27296 -recol3d=13539 -model=model_2251 -name=Fireplace - -// 8713 -[loc_8713] -ambient=30 -model=model_8247 -name=Hay bale - -// 8714 -[loc_8714] -length=2 -ambient=30 -model=model_8248 -name=Haystack - -// 8715 -[loc_8715] -resizex=100 -resizey=100 -resizez=100 -ambient=30 -model=model_8247 -name=Hay bale - -// 8716 -[loc_8716] -resizex=100 -length=2 -ambient=30 -model=model_8248 -name=Haystack - -// 8717 -[loc_8717] -active=yes -op2=Weave -model=model_3915 -name=Loom - -// 8718 -[loc_8718] -forcedecor=yes -active=no -mapfunction=6 -sharelight=yes -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -model=model_1089,0 - -// 8719 -[loc_8719] -forcedecor=yes -mapfunction=53 -model=model_1105,0 - -// 8720 -[loc_8720] -forcedecor=yes -active=no -mapfunction=6 -sharelight=yes -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -model=model_1089,0 - -// 8721 -[loc_8721] -forcedecor=yes -mapfunction=58 -model=model_1105,0 - -// 8722 -[loc_8722] -forcedecor=yes -mapfunction=59 -model=model_1105,0 - -// 8723 -[loc_8723] -forcedecor=yes -mapfunction=60 -model=model_1105,0 - -// 8724 -[loc_8724] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7460 -recol2s=16846 -recol2d=6403 -recol3s=11561 -recol3d=5346 -model=model_8255,0 - -// 8725 -[loc_8725] -anim=seq_1727 -length=2 -width=2 -ambient=30 -hardshadow=no -recol1s=16846 -recol1d=21098 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 8726 -[loc_8726] -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -ambient=30 -hardshadow=no -recol1s=16846 -recol1d=21098 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 8727 -[loc_8727] -anim=seq_1727 -length=2 -width=2 -ambient=30 -hardshadow=no -recol1s=16846 -recol1d=21098 -model=model_5515 -name=Rocks - -// 8728 -[loc_8728] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=11561 -model=model_818 -name=Rockslide - -// 8729 -[loc_8729] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=11561 -model=model_819 -name=Rockslide - -// 8730 -[loc_8730] -width=2 -length=2 -shadow=no -hillskew=yes -blockrange=no -recol1s=12580 -recol1d=11561 -model=model_820 -name=Rockslide - -// 8731 -[loc_8731] -width=2 -length=2 -shadow=no -hillskew=yes -recol1s=12580 -recol1d=11561 -model=model_821 -name=Rockslide - -// 8732 -[loc_8732] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=13505 -recol1d=14732 -recol2s=15618 -recol2d=14732 -recol3s=14594 -recol3d=14732 -retex1s=material_65 -retex1d=material_154 -model=model_1124,0 - -// 8733 -[loc_8733] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=13505 -recol1d=14732 -recol2s=15618 -recol2d=14732 -recol3s=14594 -recol3d=14732 -model=model_1139,0 - -// 8734 -[loc_8734] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=13505 -recol1d=14732 -recol2s=15618 -recol2d=14732 -recol3s=14594 -recol3d=14732 -model=model_1032,0 - -// 8735 -[loc_8735] -active=no -model=model_8295 - -// 8736 -[loc_8736] -active=no -model=model_8293 - -// 8737 -[loc_8737] -length=2 -model=model_8294 -name=Barrel Tap - -// 8738 -[loc_8738] -blockwalk=no -ambient=25 -contrast=25 -model=model_36810,0 - -// 8739 -[loc_8739] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_36083,A -model=model_36080,F -model=model_36076,G - -// 8740 -[loc_8740] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_36075,D - -// 8741 -[loc_8741] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_36081,D - -// 8742 -[loc_8742] -length=4 -op1=Pass -anim=seq_2313 -model=model_8324 -name=Tree - -// 8743 -[loc_8743] -length=4 -model=model_8324 -name=Tree - -// 8744 -[loc_8744] -active=yes -op1=Climb-up -msi=msi_7 -model=model_8298 -name=ladder - -// 8745 -[loc_8745] -active=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -model=model_8298 -name=ladder - -// 8746 -[loc_8746] -active=yes -op1=Climb-down -msi=msi_7 -model=model_8299 -name=ladder - -// 8747 -[loc_8747] -width=2 -length=2 -model=model_8321 -name=Well - -// 8748 -[loc_8748] -forceapproach=south -op2=Spin -recol1s=16640 -recol1d=14694 -recol2s=17696 -recol2d=14694 -model=model_2248 -name=Spinning wheel - -// 8749 -[loc_8749] -width=2 -op1=Pray-at -blockrange=no -model=model_14201 -name=Altar - -// 8750 -[loc_8750] -length=2 -forceapproach=east -bgsound=synth_2199,3 -model=model_8310 -name=Cooking range - -// 8751 -[loc_8751] -width=2 -blockrange=no -model=model_8297 -name=Table - -// 8752 -[loc_8752] -op1=Search -recol1s=14561 -recol1d=14694 -model=model_7386 -name=Bookcase - -// 8753 -[loc_8753] -ambient=30 -contrast=25 -op1=Search -recol1s=14561 -recol1d=14694 -model=model_7386 -name=Bookcase - -// 8754 -[loc_8754] -op1=Search -recol1s=14561 -recol1d=14694 -model=model_7386 -name=Bookcase - -// 8755 -[loc_8755] -sharelight=yes -model=model_8313,1 -model=model_8314,2 -model=model_8315,3 -model=model_8316,5 - -// 8756 -[loc_8756] -hillskew=yes -sharelight=yes -model=model_8304,1 -model=model_8305,2 -model=model_8306,5 - -// 8757 -[loc_8757] -hillskew=yes -resizex=128 -resizey=100 -sharelight=yes -model=model_8304,1 -model=model_8305,2 -model=model_8306,5 - -// 8758 -[loc_8758] -hillskew=yes -sharelight=yes -model=model_8309,1 - -// 8759 -[loc_8759] -sharelight=yes -model=model_8319,1 -model=model_8320,5 - -// 8760 -[loc_8760] -ambient=25 -contrast=40 -model=model_8318,Q - -// 8761 -[loc_8761] -mirror=yes -ambient=25 -contrast=40 -model=model_8318,Q - -// 8762 -[loc_8762] -ambient=40 -contrast=40 -model=model_8317,Q - -// 8763 -[loc_8763] -hillskew=yes -sharelight=yes -model=model_8303,1 - -// 8764 -[loc_8764] -mirror=yes -hillskew=yes -sharelight=yes -model=model_8303,1 - -// 8765 -[loc_8765] -hillskew=yes -sharelight=yes -model=model_8300,1 -model=model_8301,2 -model=model_8302,5 - -// 8766 -[loc_8766] -width=2 -length=2 -active=no -model=model_8322 - -// 8767 -[loc_8767] -anim=seq_1212 -active=yes -ambient=30 -model=model_8331,1 -model=model_8332,Q -name=Elven lamp - -// 8768 -[loc_8768] -blockrange=no -model=model_8311 -name=Table - -// 8769 -[loc_8769] -length=2 -model=model_8312 -name=Table - -// 8770 -[loc_8770] -blockrange=no -model=model_8296 -name=Chair - -// 8771 -[loc_8771] -ambient=25 -contrast=25 -active=yes -recol1s=11490 -recol1d=14694 -model=model_36426,Q -name=Painting - -// 8772 -[loc_8772] -width=2 -blockrange=no -recol1s=9409 -recol1d=14694 -model=model_5492 -name=Bench - -// 8773 -[loc_8773] -active=yes -recol1s=10368 -recol1d=14694 -recol2s=6342 -recol2d=14694 -recol3s=6273 -recol3d=14694 -model=model_2030,Q -name=Bow and Arrow - -// 8774 -[loc_8774] -anim=seq_1212 -ambient=20 -resizex=110 -resizey=110 -resizez=110 -offsetx=0 -offsety=-30 -model=model_3953,Q - -// 8775 -[loc_8775] -active=yes -recol1s=10368 -recol1d=14694 -recol2s=6342 -recol2d=14694 -recol3s=6273 -recol3d=14694 -model=model_2029,Q -name=Arrows - -// 8776 -[loc_8776] -blockwalk=no -recol1s=11491 -recol1d=17865 -model=model_2100,8 -model=model_7745,Q -name=Clothing shelves - -// 8777 -[loc_8777] -blockwalk=no -recol1s=10432 -recol1d=17865 -model=model_2066,Q - -// 8778 -[loc_8778] -recol1s=11457 -recol1d=14694 -model=model_1141 -name=Clothes model - -// 8779 -[loc_8779] -recol1s=11457 -recol1d=14694 -model=model_1142 -name=Clothes model - -// 8780 -[loc_8780] -blockwalk=yes -blockrange=no -recol1s=11561 -recol1d=14694 -recol2s=17440 -recol2d=24240 -model=model_984,1 -model=model_985,2 -model=model_986,3 - -// 8781 -[loc_8781] -hillskew=yes -sharelight=yes -model=model_8308,2 - -// 8782 -[loc_8782] -hillskew=yes -sharelight=yes -model=model_8307,2 - -// 8783 -[loc_8783] -active=yes -op1=Open -blockwalk=yes -model=model_1205,0 -name=Trapdoor - -// 8784 -[loc_8784] -raiseobject=no -model=model_1173,0 - -// 8785 -[loc_8785] -active=yes -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -model=model_37482 -name=Ladder - -// 8786 -[loc_8786] -active=yes -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 8787 -[loc_8787] -active=yes -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 8788 -[loc_8788] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_27252,1 -name=Door - -// 8789 -[loc_8789] -active=yes -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 8790 -[loc_8790] -active=yes -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 8791 -[loc_8791] -active=yes -op1=Close -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 8792 -[loc_8792] -active=yes -raiseobject=no -ambient=25 -contrast=15 -model=model_27252,1 -name=Door - -// 8793 -[loc_8793] -active=yes -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 8794 -[loc_8794] -active=no -randomsound=350,500,7,synth_2053,synth_2062 -model=model_1105,0 - -// 8795 -[loc_8795] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_36082,S - -// 8796 -[loc_8796] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_36079,S - -// 8797 -[loc_8797] -op1=Open -forceapproach=north -model=model_32110 -name=Closed chest - -// 8798 -[loc_8798] -op1=Search -op2=Shut -forceapproach=north -model=model_32139 -name=Open chest - -// 8799 -[loc_8799] -width=2 -op1=Search -ambient=25 -contrast=15 -blockrange=no -model=model_27384 -name=Desk - -// 8800 -[loc_8800] -op1=Open -forceapproach=north -model=model_1249 -name=Closed chest - -// 8801 -[loc_8801] -ambient=25 -contrast=15 -recol1s=7330 -recol1d=7362 -recol2s=8387 -recol2d=8419 -recol3s=9444 -recol3d=9476 -recol4s=10501 -recol4d=10533 -model=model_5494 -name=Grain Sack - -// 8802 -[loc_8802] -ambient=25 -contrast=15 -recol1s=7330 -recol1d=7362 -recol2s=8387 -recol2d=8419 -recol3s=9444 -recol3d=9476 -recol4s=10501 -recol4d=10533 -model=model_5494 -name=Grain Sack - -// 8803 -[loc_8803] -ambient=25 -contrast=15 -recol1s=7330 -recol1d=7362 -recol2s=8387 -recol2d=8419 -recol3s=9444 -recol3d=9476 -recol4s=10501 -recol4d=10533 -model=model_5494 -name=Grain Sack - -// 8804 -[loc_8804] -ambient=25 -contrast=15 -recol1s=15712 -recol1d=9476 -model=model_1482 -name=Grain sacks - -// 8805 -[loc_8805] -ambient=25 -contrast=15 -recol1s=15712 -recol1d=9476 -model=model_1482 -name=Grain sacks - -// 8806 -[loc_8806] -ambient=25 -contrast=15 -recol1s=15712 -recol1d=9476 -model=model_1482 -name=Grain sacks - -// 8807 -[loc_8807] -blockrange=no -model=model_8290 -name=Apple Barrel - -// 8808 -[loc_8808] -blockrange=no -recol1s=13088 -recol1d=13506 -recol2s=352 -recol2d=17926 -recol3s=6528 -recol3d=13506 -recol4s=8864 -recol4d=6528 -model=model_8292 -name=Apple Barrel - -// 8809 -[loc_8809] -op1=Take-from -recol1s=13088 -recol1d=13506 -recol2s=352 -recol2d=17926 -recol3s=13506 -recol3d=13506 -recol4s=8864 -recol4d=13506 -model=model_8287 -name=Rotten Apple Pile - -// 8810 -[loc_8810] -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 8811 -[loc_8811] -mirror=yes -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 8812 -[loc_8812] -op1=Close -active=yes -raiseobject=no -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 8813 -[loc_8813] -mirror=yes -op1=Close -active=yes -raiseobject=no -blockrange=no -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 8814 -[loc_8814] -length=2 -recol1s=12448 -recol1d=7399 -model=model_5192 -name=Bed - -// 8815 -[loc_8815] -length=2 -recol1s=12448 -recol1d=9315 -model=model_5192 -name=Bed - -// 8816 -[loc_8816] -length=2 -recol1s=15857 -recol1d=3204 -model=model_5440 -name=Bed - -// 8817 -[loc_8817] -length=2 -recol1s=15857 -recol1d=5285 -model=model_5440 -name=Bed - -// 8818 -[loc_8818] -active=yes -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 8819 -[loc_8819] -active=yes -op1=Close -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 8820 -[loc_8820] -op1=Open -mirror=yes -active=yes -raiseobject=no -blockrange=no -model=model_609,1 -name=Door - -// 8821 -[loc_8821] -op1=Close -mirror=yes -active=yes -raiseobject=no -model=model_609,1 -name=Door - -// 8822 -[loc_8822] -sharelight=yes -hillskew=yes -resizex=128 -resizey=256 -resizez=128 -ambient=30 -recol1s=6307 -recol1d=8386 -recol2s=7364 -recol2d=9443 -recol3s=8421 -recol3d=10500 -recol4s=9478 -recol4d=11557 -recol5s=10535 -recol5d=12614 -recol6s=11592 -recol6d=13671 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 8823 -[loc_8823] -sharelight=yes -hillskew=yes -ambient=30 -recol1s=6307 -recol1d=8386 -recol2s=7364 -recol2d=9443 -recol3s=8421 -recol3d=10500 -recol4s=9478 -recol4d=11557 -recol5s=10535 -recol5d=12614 -recol6s=11592 -recol6d=13671 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 8824 -[loc_8824] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=13671 -model=model_834 - -// 8825 -[loc_8825] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=256 -resizez=128 -recol1s=12580 -recol1d=13671 -model=model_834 - -// 8826 -[loc_8826] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=256 -resizez=128 -recol1s=12580 -recol1d=13671 -model=model_823 - -// 8827 -[loc_8827] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=256 -resizez=128 -recol1s=12580 -recol1d=13671 -model=model_787 - -// 8828 -[loc_8828] -model=model_37372 -name=Rocks - -// 8829 -[loc_8829] -model=model_37497 -name=Rocks - -// 8830 -[loc_8830] -model=model_37360 -name=Rocks - -// 8831 -[loc_8831] -model=model_1398 -name=Mine cart - -// 8832 -[loc_8832] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1392,0 - -// 8833 -[loc_8833] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1393,0 - -// 8834 -[loc_8834] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1396,0 - -// 8835 -[loc_8835] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_1385,0 - -// 8836 -[loc_8836] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -recol1s=13473 -recol1d=5216 -recol2s=14732 -recol2d=6341 -recol3s=22131 -recol3d=6341 -recol4s=11561 -recol4d=6341 -recol5s=8456 -recol5d=6341 -model=model_1392,0 - -// 8837 -[loc_8837] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -recol1s=13473 -recol1d=5216 -recol2s=14732 -recol2d=6341 -recol3s=22131 -recol3d=6341 -recol4s=11561 -recol4d=6341 -recol5s=8456 -recol5d=6341 -model=model_1393,0 - -// 8838 -[loc_8838] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -recol1s=12448 -recol1d=5216 -recol2s=7399 -recol2d=6341 -recol3s=14732 -recol3d=6341 -recol4s=11561 -recol4d=6341 -model=model_1396,0 - -// 8839 -[loc_8839] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -recol1s=12448 -recol1d=5216 -recol2s=7399 -recol2d=6341 -recol3s=14732 -recol3d=6341 -recol4s=11561 -recol4d=6341 -model=model_1385,0 - -// 8840 -[loc_8840] -model=model_1238 -name=Stocks - -// 8841 -[loc_8841] -model=model_2126,Q - -// 8842 -[loc_8842] -width=2 -length=2 -msi=msi_0 -model=model_7921 -name=Apple Tree - -// 8843 -[loc_8843] -width=2 -length=2 -msi=msi_0 -recol1s=13088 -recol1d=13506 -recol2s=352 -recol2d=17926 -recol3s=6528 -recol3d=13506 -recol4s=8864 -recol4d=6528 -model=model_7921 -model2=model_7928 -name=Apple Tree - -// 8844 -[loc_8844] -width=2 -length=3 -active=no -op1=Enter -model=model_8341 -model=model_8353 - -// 8845 -[loc_8845] -width=2 -length=3 -mirror=yes -active=no -op1=Enter -model=model_8341 -model=model_8353 - -// 8846 -[loc_8846] -width=2 -hillskew=yes -active=no -model=model_8335 -model=model_8347 - -// 8847 -[loc_8847] -width=2 -hillskew=yes -mirror=yes -active=no -model=model_8335 -model=model_8347 - -// 8848 -[loc_8848] -hillskew=yes -active=no -model=model_8336,8 -model=model_8337,2 -model=model_8348,8 -model=model_8349,2 - -// 8849 -[loc_8849] -hillskew=yes -active=no -model=model_8338 -model=model_8350 - -// 8850 -[loc_8850] -hillskew=yes -width=2 -hillskew=yes -active=no -model=model_8339 -model=model_8351 - -// 8851 -[loc_8851] -hillskew=yes -width=2 -hillskew=yes -active=no -model=model_8340 -model=model_8352 - -// 8852 -[loc_8852] -hillskew=yes -width=2 -mirror=yes -active=no -model=model_8339 -model=model_8351 - -// 8853 -[loc_8853] -hillskew=yes -active=no -model=model_8333 -model=model_8345 - -// 8854 -[loc_8854] -hillskew=yes -mirror=yes -active=no -model=model_8333 -model=model_8345 - -// 8855 -[loc_8855] -hillskew=yes -active=no -model=model_8334 -model=model_8346 - -// 8856 -[loc_8856] -hillskew=yes -mirror=yes -active=no -model=model_8334 -model=model_8346 - -// 8857 -[loc_8857] -hillskew=yes -active=no -model=model_8342 -model=model_8354 - -// 8858 -[loc_8858] -hillskew=yes -active=no -model=model_8343 -model=model_8355 - -// 8859 -[loc_8859] -hillskew=yes -active=no -model=model_8344 -model=model_8356 - -// 8860 -[loc_8860] -ambient=30 -contrast=30 -multivar=varplayerbit_582 -multiloc=0,loc_6046 -multiloc=1,loc_34033 - -// 8861 -[loc_8861] -ambient=25 -model=model_8223 -model2=model_7766 -name=Kelda Hops Patch - -// 8862 -[loc_8862] -ambient=25 -recol1s=10658 -recol1d=14663 -model=model_8224 -model2=model_7766 -name=Kelda Hops Patch - -// 8863 -[loc_8863] -ambient=25 -recol1s=10658 -recol1d=14663 -model=model_8225 -model2=model_7766 -name=Kelda Hops Patch - -// 8864 -[loc_8864] -ambient=25 -recol1s=10658 -recol1d=14663 -model=model_8226 -model2=model_7766 -name=Kelda Hops Patch - -// 8865 -[loc_8865] -ambient=25 -op2=Inspect -recol1s=11680 -recol1d=11694 -recol2s=13792 -recol2d=13808 -recol3s=8515 -recol3d=8521 -recol4s=6401 -recol4d=6407 -recol5s=15906 -recol5d=15922 -model=model_8197 -model2=model_7766 -name=Kelda Hops - -// 8866 -[loc_8866] -ambient=25 -op2=Inspect -recol1s=11680 -recol1d=11694 -recol2s=13792 -recol2d=13808 -recol3s=8515 -recol3d=8521 -recol4s=6401 -recol4d=6407 -recol5s=15906 -recol5d=15922 -model=model_8199 -model2=model_7766 -name=Kelda Hops - -// 8867 -[loc_8867] -ambient=25 -op2=Inspect -recol1s=11680 -recol1d=11694 -recol2s=13792 -recol2d=13808 -recol3s=8515 -recol3d=8521 -recol4s=6401 -recol4d=6407 -recol5s=15906 -recol5d=15922 -model=model_8201 -model2=model_7766 -name=Kelda Hops - -// 8868 -[loc_8868] -ambient=25 -op2=Inspect -recol1s=11680 -recol1d=11694 -recol2s=13792 -recol2d=13808 -recol3s=8515 -recol3d=8521 -recol4s=6401 -recol4d=6407 -recol5s=15906 -recol5d=15922 -model=model_8203 -model2=model_7766 -name=Kelda Hops - -// 8869 -[loc_8869] -ambient=25 -op1=Harvest -op2=Inspect -recol1s=11680 -recol1d=11694 -recol2s=13792 -recol2d=13808 -recol3s=8515 -recol3d=8521 -recol4s=6401 -recol4d=6407 -recol5s=15906 -recol5d=15922 -model=model_8205 -model2=model_7766 -name=Kelda Hops - -// 8870 -[loc_8870] -ambient=15 -op1=Level -blockrange=no -model=model_7775 -name=Kelda Stout - -// 8871 -[loc_8871] -ambient=15 -blockrange=no -recol1s=21169 -recol1d=19059 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 8872 -[loc_8872] -ambient=15 -blockrange=no -recol1s=21169 -recol1d=16947 -model=model_7778 -model2=model_7779 -model3=model_7782 -name=Fermenting Vat - -// 8873 -[loc_8873] -ambient=15 -blockrange=no -recol1s=21169 -recol1d=14835 -model=model_7778 -model2=model_7781 -model3=model_7782 -name=Fermenting Vat - -// 8874 -[loc_8874] -ambient=15 -blockrange=no -recol1s=23282 -recol1d=14835 -recol2s=21168 -recol2d=14833 -recol3s=20109 -recol3d=12719 -model=model_7778 -model2=model_7780 -model3=model_7782 -name=Fermenting Vat - -// 8875 -[loc_8875] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=13671 -recol1d=5284 -recol2s=11557 -recol2d=6341 -model=model_7772,0 - -// 8876 -[loc_8876] -forcedecor=yes -ambient=25 -recol1s=8418 -recol1d=8354 -model=model_7773,0 - -// 8877 -[loc_8877] -blockwalk=yes -active=yes -multivar=varplayerbit_823 -multiloc=0,loc_8864 -multiloc=1,loc_8863 -multiloc=2,loc_8862 -multiloc=3,loc_8861 -multiloc=4,loc_8865 -multiloc=5,loc_8866 -multiloc=6,loc_8867 -multiloc=7,loc_8868 -multiloc=8,loc_8869 - -// 8878 -[loc_8878] -forceapproach=south -op1=Control -model=model_8662 -name=Dwarven machinery - -// 8879 -[loc_8879] -forceapproach=south -op1=Search -model=model_8660 -name=Box - -// 8880 -[loc_8880] -forceapproach=south -model=model_8661 -name=Box - -// 8881 -[loc_8881] -hillskew=yes -sharelight=yes -active=yes -op1=Go-through -recol1s=8455 -recol1d=7398 -model=model_5854,1 -name=Cave entrance - -// 8882 -[loc_8882] -hillskew=yes -sharelight=yes -active=yes -recol1s=8455 -recol1d=7398 -model=model_5854,1 -name=Cave entrance - -// 8883 -[loc_8883] -hillskew=yes -sharelight=yes -active=yes -op1=Enter -recol1s=8455 -recol1d=7398 -model=model_5854,1 -name=Cave entrance - -// 8884 -[loc_8884] -hillskew=yes -sharelight=yes -active=yes -op1=Enter -recol1s=8455 -recol1d=7398 -model=model_5854,1 -name=Cave entrance - -// 8885 -[loc_8885] -raiseobject=no -active=yes -multivar=varplayerbit_825 -multiloc=0,loc_5001 - -// 8886 -[loc_8886] -recol1s=13504 -recol1d=5216 -recol2s=16846 -recol2d=6341 -model=model_8674 -name=Buffers - -// 8887 -[loc_8887] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=12448 -recol1d=5216 -recol2s=14732 -recol2d=6341 -recol3s=11561 -recol3d=6341 -model=model_8679,0 -name=Track - -// 8888 -[loc_8888] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8675,0 -name=Track - -// 8889 -[loc_8889] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8676,0 -name=Track - -// 8890 -[loc_8890] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8677,0 -name=Track - -// 8891 -[loc_8891] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8678,0 -name=Track - -// 8892 -[loc_8892] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8669,0 -name=Track - -// 8893 -[loc_8893] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8669,0 -name=Track - -// 8894 -[loc_8894] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8669,0 -name=Track - -// 8895 -[loc_8895] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8670,0 -name=Track - -// 8896 -[loc_8896] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8671,0 -name=Track - -// 8897 -[loc_8897] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8673,0 -name=Track - -// 8898 -[loc_8898] -hillskew=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=13473 -recol1d=5216 -recol2s=12448 -recol2d=5216 -recol3s=13504 -recol3d=5216 -recol4s=14732 -recol4d=6341 -recol5s=11561 -recol5d=6341 -model=model_8672,0 -name=Track - -// 8899 -[loc_8899] -hillskew=yes -forcedecor=yes -model=model_8663 -name=Track support - -// 8900 -[loc_8900] -hillskew=yes -forcedecor=yes -model=model_8664 -name=Track support - -// 8901 -[loc_8901] -hillskew=yes -forcedecor=yes -model=model_8665 -name=Track support - -// 8902 -[loc_8902] -hillskew=yes -forcedecor=yes -model=model_8666 -name=Track support - -// 8903 -[loc_8903] -hillskew=yes -forcedecor=yes -model=model_8667 -name=Track support - -// 8904 -[loc_8904] -hillskew=yes -forcedecor=yes -model=model_8668 -name=Track support - -// 8905 -[loc_8905] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=7398 -model=model_8651,1 -model=model_8652,2 -model=model_8653,5 - -// 8906 -[loc_8906] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=7398 -model=model_8654,5 - -// 8907 -[loc_8907] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=7398 -model=model_8647,1 -model=model_8648,2 -model=model_8649,5 - -// 8908 -[loc_8908] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=7398 -model=model_8650,5 - -// 8909 -[loc_8909] -hillskew=yes -sharelight=yes -active=no -recol1s=8455 -recol1d=7398 -model=model_8644,1 -model=model_8645,2 -model=model_8646,5 - -// 8910 -[loc_8910] -active=yes -op1=Search -recol1s=6336 -recol1d=6342 -recol2s=8449 -recol2d=10571 -recol3s=6337 -recol3d=10571 -retex1s=material_132 -retex1d=material_82 -retex2s=material_72 -retex2d=material_214 -model=model_7107 -name=Bookcase - -// 8911 -[loc_8911] -resizex=100 -resizey=100 -resizez=100 -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_8656 -name=Crate - -// 8912 -[loc_8912] -resizex=100 -resizey=100 -resizez=100 -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_8658 -name=Crates - -// 8913 -[loc_8913] -resizex=100 -resizey=100 -resizez=100 -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_8657 -name=Crate - -// 8914 -[loc_8914] -resizex=100 -resizey=100 -resizez=100 -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_8657 -name=Crate - -// 8915 -[loc_8915] -resizex=100 -resizey=100 -resizez=100 -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_8657 -name=Crate - -// 8916 -[loc_8916] -resizex=100 -resizey=100 -resizez=100 -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_8657 -name=Crate - -// 8917 -[loc_8917] -hillskew=yes -ambient=0 -sharelight=yes -contrast=0 -active=no -model=model_8659 - -// 8918 -[loc_8918] -length=2 -width=2 -sharelight=yes -model=model_8655 -name=Banner - -// 8919 -[loc_8919] -hillskew=yes -active=no -forcedecor=yes -recol1s=13505 -recol1d=3168 -recol2s=14594 -recol2d=4192 -recol3s=15618 -recol3d=4225 -model=model_1124,0 - -// 8920 -[loc_8920] -hillskew=yes -active=no -forcedecor=yes -recol1s=13505 -recol1d=3168 -recol2s=14594 -recol2d=4192 -recol3s=15618 -recol3d=4225 -model=model_1139,0 - -// 8921 -[loc_8921] -hillskew=yes -active=no -forcedecor=yes -recol1s=13505 -recol1d=3168 -recol2s=14594 -recol2d=4192 -recol3s=15618 -recol3d=4225 -model=model_1032,0 - -// 8922 -[loc_8922] -hillskew=yes -active=no -forcedecor=yes -recol1s=13505 -recol1d=3168 -recol2s=14594 -recol2d=4192 -recol3s=15618 -recol3d=4225 -model=model_1044,0 - -// 8923 -[loc_8923] -hillskew=yes -active=no -forcedecor=yes -recol1s=13505 -recol1d=3168 -recol2s=14594 -recol2d=4192 -recol3s=15618 -recol3d=4225 -model=model_1064,0 - -// 8924 -[loc_8924] -active=yes -op1=Ride -op2=Return -model=model_1398 -name=Train cart - -// 8925 -[loc_8925] -active=yes -op1=Ride -model=model_1398 -name=Train cart - -// 8926 -[loc_8926] -anim=seq_2346 -width=6 -length=2 -ambient=20 -model=model_8694 -model2=model_8695 -name=Viking Boat - -// 8927 -[loc_8927] -width=2 -length=2 -blockrange=no -recol1s=11488 -recol1d=9445 -recol2s=8352 -recol2d=9445 -recol3s=7399 -recol3d=8455 -recol4s=8455 -recol4d=7398 -recol5s=9512 -recol5d=8455 -recol6s=10569 -recol6d=9512 -model=model_1410 -name=Well - -// 8928 -[loc_8928] -active=no -hillskew=yes -unknown90=yes -model=model_8693,0 - -// 8929 -[loc_8929] -width=4 -length=4 -occlude=yes -op1=Enter -model=model_8686 -name=Cave entrance - -// 8930 -[loc_8930] -width=4 -length=2 -offsetx=0 -offsety=80 -offsetz=0 -op1=Enter -forceapproach=south -hardshadow=no -recol1s=10400 -recol1d=27519 -recolhsl2s=5008 -recolhsl2d=41052 -recolhsl3s=1932 -recolhsl3d=41015 -recolhsl4s=904 -recolhsl4d=40988 -recolhsl5s=900 -recolhsl5d=40968 -retex1s=material_83 -retex1d=material_494 -retex2s=material_72 -retex2d=material_494 -model=model_731 -name=Cave entrance - -// 8931 -[loc_8931] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1122 -recol2s=7364 -recol2d=2179 -recol3s=8421 -recol3d=3236 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 8932 -[loc_8932] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 8933 -[loc_8933] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1057 -recol2s=7364 -recol2d=1122 -recol3s=8421 -recol3d=2211 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 8934 -[loc_8934] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1122 -recol2s=7364 -recol2d=2179 -recol3s=8421 -recol3d=3236 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -model=model_5414,5 - -// 8935 -[loc_8935] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=40 -recol1s=12580 -recol1d=6373 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 8936 -[loc_8936] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=40 -recol1s=12580 -recol1d=6373 -model=model_823 - -// 8937 -[loc_8937] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=6373 -model=model_787 - -// 8938 -[loc_8938] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=6373 -model=model_825 - -// 8939 -[loc_8939] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=6307 -recol1d=1122 -recol2s=7364 -recol2d=2179 -recol3s=8421 -recol3d=3236 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 8940 -[loc_8940] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 8941 -[loc_8941] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=6373 -retex1s=material_70 -retex1d=material_560 -model=model_834 - -// 8942 -[loc_8942] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=6373 -model=model_823 - -// 8943 -[loc_8943] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=6373 -model=model_787 - -// 8944 -[loc_8944] -hillskew=yes -active=no -recol1s=13505 -recol1d=6373 -recol2s=15618 -recol2d=6373 -recol3s=14594 -recol3d=6373 -model=model_1124,0 - -// 8945 -[loc_8945] -hillskew=yes -active=no -recol1s=13505 -recol1d=6373 -recol2s=15618 -recol2d=6373 -recol3s=14594 -recol3d=6373 -model=model_1139,0 - -// 8946 -[loc_8946] -hillskew=yes -active=no -recol1s=13505 -recol1d=6373 -recol2s=15618 -recol2d=6373 -recol3s=14594 -recol3d=6373 -model=model_1032,0 - -// 8947 -[loc_8947] -hillskew=yes -active=no -recol1s=13537 -recol1d=6373 -model=model_694 - -// 8948 -[loc_8948] -hillskew=yes -active=no -recol1s=13537 -recol1d=6373 -model=model_693 - -// 8949 -[loc_8949] -anim=seq_481 -ambient=30 -contrast=30 -bgsound=synth_4472,1 -recol1s=14628 -recol1d=6373 -model=model_5193,Q - -// 8950 -[loc_8950] -width=2 -length=2 -msi=msi_11 -blockrange=no -model=model_8691 -name=Rock - -// 8951 -[loc_8951] -msi=msi_11 -blockrange=no -model=model_8689 -name=Rock - -// 8952 -[loc_8952] -width=2 -length=2 -msi=msi_12 -blockrange=no -model=model_8690 -name=Rock - -// 8953 -[loc_8953] -hillskew=yes -model=model_8688,0 - -// 8954 -[loc_8954] -anim=seq_2359 -bgsound=synth_3124,3 -model=model_8696 -name=Flag - -// 8955 -[loc_8955] -anim=seq_2360 -resizex=128 -resizey=128 -resizez=150 -bgsound=synth_3124,3 -recol1s=18924 -recol1d=28471 -recol2s=21038 -recol2d=32631 -recol3s=22095 -recol3d=32665 -recol4s=22129 -recol4d=32699 -recol5s=23186 -recol5d=32732 -model=model_8696 -name=Flag - -// 8956 -[loc_8956] -sharelight=yes -active=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -model=model_4566 -name=Iron ladder - -// 8957 -[loc_8957] -forcedecor=yes -model=model_14182,0 - -// 8958 -[loc_8958] -anim=seq_2349 -width=3 -op1=Open -blockwalk=yes -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -model=model_11871 -name=Door - -// 8959 -[loc_8959] -anim=seq_2349 -width=3 -op1=Open -blockwalk=yes -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -model=model_11871 -name=Door - -// 8960 -[loc_8960] -anim=seq_2349 -width=3 -op1=Open -blockwalk=yes -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -model=model_11871 -name=Door - -// 8961 -[loc_8961] -anim=seq_2350 -width=3 -blockwalk=yes -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -model=model_11871 -name=Door - -// 8962 -[loc_8962] -anim=seq_2348 -width=3 -blockwalk=no -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -model=model_11871 -name=Door - -// 8963 -[loc_8963] -anim=seq_2350 -width=3 -blockwalk=no -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -model=model_11871 -name=Door - -// 8964 -[loc_8964] -forcedecor=yes -model=model_8717,0 - -// 8965 -[loc_8965] -forcedecor=yes -model=model_8717,0 - -// 8966 -[loc_8966] -length=2 -width=2 -op1=Climb -msi=msi_7 -recol1s=9478 -recol1d=1122 -recol2s=10535 -recol2d=2179 -recol3s=11592 -recol3d=3236 -recol4s=12649 -recol4d=7398 -retex1s=material_453 -retex1d=material_551 -retex2s=material_79 -retex2d=material_560 -model=model_8687 -name=Steps - -// 8967 -[loc_8967] -active=yes -blockwalk=yes -blockrange=no -model=model_6318 -name=Door - -// 8968 -[loc_8968] -active=no -blockwalk=no -model=model_6318 - -// 8969 -[loc_8969] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -recol3s=8353 -recol3d=8387 -model=model_8762,1 -model=model_8763,4 -model=model_8761,0 - -// 8970 -[loc_8970] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -recol3s=8353 -recol3d=8387 -model=model_8766,1 -model=model_8767,5 - -// 8971 -[loc_8971] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -recol3s=8353 -recol3d=8387 -model=model_8764,1 -model=model_8765,5 - -// 8972 -[loc_8972] -anim=seq_504 -active=yes -op1=Enter -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 8973 -[loc_8973] -width=2 -length=2 -msi=msi_0 -model=model_1570 -name=Tree - -// 8974 -[loc_8974] -width=2 -length=2 -msi=msi_1 -model=model_1637 -name=Tree - -// 8975 -[loc_8975] -blockwalk=no -active=no -model=model_8816 - -// 8976 -[loc_8976] -blockwalk=no -active=no -model=model_8815 - -// 8977 -[loc_8977] -blockwalk=no -active=no -model=model_8818 - -// 8978 -[loc_8978] -blockwalk=no -active=no -model=model_8819 - -// 8979 -[loc_8979] -active=no -sharelight=yes -model=model_8823,8 -model=model_8824,0 - -// 8980 -[loc_8980] -active=no -sharelight=yes -model=model_8825,8 -model=model_8826,0 - -// 8981 -[loc_8981] -active=no -sharelight=yes -model=model_8821,8 -model=model_8822,0 - -// 8982 -[loc_8982] -length=3 -width=3 -active=no -sharelight=yes -model=model_8820 - -// 8983 -[loc_8983] -anim=seq_2379 -active=no -length=3 -width=3 -bgsound=synth_3131,3 -model=model_8814 - -// 8984 -[loc_8984] -blockwalk=no -active=no -model=model_8827,1 - -// 8985 -[loc_8985] -anim=seq_1732 -width=2 -length=2 -contrast=25 -bgsound=synth_2199,3 -recol1s=31168 -recol1d=11803 -recol2s=14732 -recol2d=12686 -recol3s=19847 -recol3d=10643 -model=model_5504 -model2=model_5505 -name=Uncooking pot - -// 8986 -[loc_8986] -op1=Net -op2=hidden -model=model_1491 -name=Fishing spot - -// 8987 -[loc_8987] -anim=seq_504 -op1=Enter -ambient=100 -contrast=100 -active=yes -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 8988 -[loc_8988] -forceapproach=north -op1=Open -model=model_1249 -name=Chest - -// 8989 -[loc_8989] -forceapproach=north -model=model_1226 -name=Open Chest - -// 8990 -[loc_8990] -active=no -model=model_8799 - -// 8991 -[loc_8991] -active=no -model=model_8800 - -// 8992 -[loc_8992] -active=no -model=model_8801 - -// 8993 -[loc_8993] -active=no -model=model_8802 - -// 8994 -[loc_8994] -width=2 -active=yes -multivar=varplayerbit_874 -multiloc=0,loc_8998 -multiloc=1,loc_8999 -multiloc=2,loc_9000 -multiloc=3,loc_9001 -multiloc=4,loc_9002 -multiloc=5,loc_9003 -multiloc=6,loc_9004 -multiloc=7,loc_9005 - -// 8995 -[loc_8995] -width=2 -active=yes -multivar=varplayerbit_875 -multiloc=0,loc_8998 -multiloc=1,loc_8999 -multiloc=2,loc_9000 -multiloc=3,loc_9001 -multiloc=4,loc_9002 -multiloc=5,loc_9003 -multiloc=6,loc_9004 -multiloc=7,loc_9005 - -// 8996 -[loc_8996] -width=2 -active=yes -multivar=varplayerbit_876 -multiloc=0,loc_8998 -multiloc=1,loc_8999 -multiloc=2,loc_9000 -multiloc=3,loc_9001 -multiloc=4,loc_9002 -multiloc=5,loc_9003 -multiloc=6,loc_9004 -multiloc=7,loc_9005 - -// 8997 -[loc_8997] -width=2 -active=yes -multivar=varplayerbit_877 -multiloc=0,loc_8998 -multiloc=1,loc_8999 -multiloc=2,loc_9000 -multiloc=3,loc_9001 -multiloc=4,loc_9002 -multiloc=5,loc_9003 -multiloc=6,loc_9004 -multiloc=7,loc_9005 - -// 8998 -[loc_8998] -op1=Operate -active=yes -width=2 -model=model_8792 -name=Appendage - -// 8999 -[loc_8999] -op1=Operate -active=yes -width=2 -model=model_8791 -name=Appendage - -// 9000 -[loc_9000] -op1=Operate -active=yes -width=2 -model=model_8796 -name=Appendage - -// 9001 -[loc_9001] -op1=Operate -active=yes -width=2 -model=model_8795 -name=Appendage - -// 9002 -[loc_9002] -op1=Operate -active=yes -width=2 -model=model_8794 -name=Appendage - -// 9003 -[loc_9003] -op1=Operate -active=yes -width=2 -model=model_8793 -name=Appendage - -// 9004 -[loc_9004] -op1=Operate -active=yes -width=2 -model=model_8798 -name=Appendage - -// 9005 -[loc_9005] -op1=Operate -active=yes -width=2 -model=model_8797 -name=Appendage - -// 9006 -[loc_9006] -anim=seq_1304 -length=3 -recol1s=5216 -recol1d=22023 -recol2s=11556 -recol2d=12548 -model=model_4138 -name=Funeral pyre - -// 9007 -[loc_9007] -anim=seq_1304 -length=3 -recol1s=5216 -recol1d=12548 -recol2s=11556 -recol2d=22023 -model=model_4138 -name=Funeral pyre - -// 9008 -[loc_9008] -length=3 -op1=Light -op4=Hidden -recol1s=5216 -recol1d=22023 -recol2s=11556 -recol2d=12548 -model=model_4138 -name=Funeral pyre - -// 9009 -[loc_9009] -length=3 -op1=Light -op4=Hidden -recol1s=5216 -recol1d=12548 -recol2s=11556 -recol2d=22023 -model=model_4138 -name=Funeral pyre - -// 9010 -[loc_9010] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -model=model_8895 -name=Light Jungle - -// 9011 -[loc_9011] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -model=model_8896 -name=Light Jungle - -// 9012 -[loc_9012] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -model=model_8897 -name=Light Jungle - -// 9013 -[loc_9013] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -model=model_8898 -name=Light Jungle - -// 9014 -[loc_9014] -op3=Hidden -msi=msi_5 -anim=seq_2380 -blockrange=no -model=model_8899 -name=Light Jungle - -// 9015 -[loc_9015] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -recol1s=17795 -recol1d=13635 -recol2s=22023 -recol2d=18883 -recol3s=12835 -recol3d=10723 -model=model_8895 -name=Medium Jungle - -// 9016 -[loc_9016] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -recol1s=17795 -recol1d=13635 -recol2s=22023 -recol2d=18883 -recol3s=12835 -recol3d=10723 -model=model_8896 -name=Medium Jungle - -// 9017 -[loc_9017] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -recol1s=17795 -recol1d=13635 -recol2s=22023 -recol2d=18883 -recol3s=12835 -recol3d=10723 -model=model_8897 -name=Medium Jungle - -// 9018 -[loc_9018] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -recol1s=17795 -recol1d=13635 -recol2s=22023 -recol2d=18883 -recol3s=12835 -recol3d=10723 -model=model_8898 -name=Medium Jungle - -// 9019 -[loc_9019] -op3=Hidden -msi=msi_5 -anim=seq_2380 -blockrange=no -recol1s=17795 -recol1d=13635 -recol2s=22023 -recol2d=18883 -recol3s=12835 -recol3d=10723 -model=model_8899 -name=Medium Jungle - -// 9020 -[loc_9020] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -recol1s=17795 -recol1d=10432 -recol2s=22023 -recol2d=13603 -recol3s=12835 -recol3d=8610 -model=model_8895 -name=Dense Jungle - -// 9021 -[loc_9021] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -recol1s=17795 -recol1d=10432 -recol2s=22023 -recol2d=13603 -recol3s=12835 -recol3d=8610 -model=model_8896 -name=Dense Jungle - -// 9022 -[loc_9022] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -recol1s=17795 -recol1d=10432 -recol2s=22023 -recol2d=13603 -recol3s=12835 -recol3d=8610 -model=model_8897 -name=Dense Jungle - -// 9023 -[loc_9023] -op3=Hidden -op4=Hack -msi=msi_5 -anim=seq_2380 -blockrange=no -recol1s=17795 -recol1d=10432 -recol2s=22023 -recol2d=13603 -recol3s=12835 -recol3d=8610 -model=model_8898 -name=Dense Jungle - -// 9024 -[loc_9024] -op3=Hidden -msi=msi_5 -anim=seq_2380 -blockrange=no -recol1s=17795 -recol1d=10432 -recol2s=22023 -recol2d=13603 -recol3s=12835 -recol3d=8610 -model=model_8899 -name=Dense Jungle - -// 9025 -[loc_9025] -hillskew=yes -op1=Repair -op3=Hidden -op4=Hidden -active=yes -blockrange=no -model=model_8884,1 -model=model_8885,5 -name=Rotten village fence - -// 9026 -[loc_9026] -op1=Repair -op3=Hidden -op4=Hidden -active=yes -hillskew=yes -blockrange=no -model=model_8886,1 -model=model_8887,5 -name=Partial fence - -// 9027 -[loc_9027] -op1=Repair -op3=Hidden -op4=Hidden -active=yes -hillskew=yes -blockrange=no -model=model_8888,1 -model=model_8889,5 -name=Short fence - -// 9028 -[loc_9028] -op1=Repair -op3=Hidden -op4=Hidden -active=yes -hillskew=yes -blockrange=no -model=model_8890,1 -model=model_8891,5 -name=Medium fence - -// 9029 -[loc_9029] -op1=Reinforce -op3=Hidden -op4=Hidden -active=yes -hillskew=yes -blockrange=no -model=model_8892,1 -model=model_8893,5 -name=Village fence - -// 9030 -[loc_9030] -hillskew=yes -blockwalk=yes -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=12616 -recol1d=12674 -recol2s=20578 -recol2d=32752 -recol3s=15853 -recol3d=23536 -recol4s=3437 -recol4d=31759 -model=model_8882 -name=Gem Rock - -// 9031 -[loc_9031] -hillskew=yes -blockwalk=yes -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=12616 -recol1d=12674 -recol2s=20578 -recol2d=12674 -recol3s=15853 -recol3d=23536 -recol4s=3437 -recol4d=31759 -model=model_8882 -name=Gem Rock - -// 9032 -[loc_9032] -hillskew=yes -blockwalk=yes -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=12616 -recol1d=12674 -recol2s=20578 -recol2d=12674 -recol3s=15853 -recol3d=12674 -recol4s=3437 -recol4d=31759 -model=model_8882 -name=Gem Rock - -// 9033 -[loc_9033] -hillskew=yes -blockwalk=yes -blockrange=no -model=model_8883 -name=Gout Tuber Plant - -// 9034 -[loc_9034] -width=3 -length=3 -op1=Chop down -op3=hidden -msi=msi_1 -hillchange=tree_skew,64 -recol1s=5218 -recol1d=3136 -model=model_8900 -name=Mahogany - -// 9035 -[loc_9035] -width=3 -length=3 -hillskew=yes -recol1s=5218 -recol1d=3136 -model=model_8901 -name=Tree stump - -// 9036 -[loc_9036] -msi=msi_1 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=5218 -recol1d=12608 -model=model_8902 -name=Teak - -// 9037 -[loc_9037] -recol1s=5218 -recol1d=12608 -model=model_8903 -name=Tree stump - -// 9038 -[loc_9038] -occlude=yes -contrast=100 -ambient=10 -op1=Open -op2=Quick-pay(100) -model=model_2192,8 -model=model_2202,1 -model=model_2203,3 -model=model_2204,4 -model=model_2205,5 -name=Hardwood Grove Doors - -// 9039 -[loc_9039] -occlude=yes -contrast=100 -ambient=10 -mirror=yes -op1=Open -op2=Quick-pay(100) -model=model_2192,8 -model=model_2202,1 -model=model_2203,3 -model=model_2204,4 -model=model_2205,5 -name=Hardwood Grove Doors - -// 9040 -[loc_9040] -occlude=yes -contrast=100 -ambient=10 -active=no -model=model_2192,8 -model=model_2202,1 -model=model_2203,3 -model=model_2204,4 -model=model_2205,5 - -// 9041 -[loc_9041] -occlude=yes -contrast=100 -ambient=10 -mirror=yes -active=no -model=model_2192,8 -model=model_2202,1 -model=model_2203,3 -model=model_2204,4 -model=model_2205,5 - -// 9042 -[loc_9042] -hillskew=yes -blockwalk=no -active=no -model=model_8894 - -// 9043 -[loc_9043] -active=no -blockrange=no -model=model_8892,1 -model=model_8893,5 - -// 9044 -[loc_9044] -ambient=10 -op2=Inspect -op4=Guide -recol1s=4387 -recol1d=15783 -recol2s=3330 -recol2d=12647 -recol3s=1216 -recol3d=15783 -model=model_7871 -model2=model_7766 -name=Goutweed - -// 9045 -[loc_9045] -ambient=10 -op2=Inspect -op4=Guide -recol1s=4387 -recol1d=15783 -recol2s=3330 -recol2d=12647 -recol3s=1216 -recol3d=15783 -model=model_7872 -model2=model_7766 -name=Goutweed - -// 9046 -[loc_9046] -ambient=10 -op2=Inspect -op4=Guide -recol1s=4387 -recol1d=15783 -recol2s=3330 -recol2d=12647 -recol3s=1216 -recol3d=15783 -model=model_7873 -model2=model_7766 -name=Goutweed - -// 9047 -[loc_9047] -ambient=10 -op2=Inspect -op4=Guide -recol1s=4387 -recol1d=15783 -recol2s=3330 -recol2d=12647 -recol3s=1216 -recol3d=15783 -model=model_7874 -model2=model_7766 -name=Goutweed - -// 9048 -[loc_9048] -ambient=10 -op1=Pick -op2=Inspect -op4=Guide -recol1s=4387 -recol1d=15783 -recol2s=3330 -recol2d=12647 -recol3s=1216 -recol3d=15783 -model=model_7875 -model2=model_7766 -name=Goutweed - -// 9049 -[loc_9049] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=6336 -recol2s=3330 -recol2d=8449 -recol3s=4387 -recol3d=9506 -model=model_7872 -model2=model_7766 -name=Diseased goutweed - -// 9050 -[loc_9050] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=6336 -recol2s=3330 -recol2d=8449 -recol3s=4387 -recol3d=9506 -model=model_7873 -model2=model_7766 -name=Diseased goutweed - -// 9051 -[loc_9051] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=6336 -recol2s=3330 -recol2d=8449 -recol3s=4387 -recol3d=9506 -model=model_7874 -model2=model_7766 -name=Diseased goutweed - -// 9052 -[loc_9052] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=5251 -recol2s=3330 -recol2d=6308 -recol3s=4387 -recol3d=7368 -model=model_7872 -model2=model_7766 -name=Dead goutweed - -// 9053 -[loc_9053] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=5251 -recol2s=3330 -recol2d=6308 -recol3s=4387 -recol3d=7368 -model=model_7873 -model2=model_7766 -name=Dead goutweed - -// 9054 -[loc_9054] -ambient=25 -op2=Inspect -op4=Guide -recol1s=1216 -recol1d=5251 -recol2s=3330 -recol2d=6308 -recol3s=4387 -recol3d=7368 -model=model_7874 -model2=model_7766 -name=Dead goutweed - -// 9055 -[loc_9055] -sharelight=yes -active=no -ambient=20 -contrast=25 -model=model_8972,1 - -// 9056 -[loc_9056] -sharelight=yes -active=no -mirror=yes -ambient=20 -contrast=25 -model=model_8972,1 - -// 9057 -[loc_9057] -sharelight=yes -active=yes -length=2 -width=2 -multivar=varplayerbit_922 -multiloc=0,loc_9058 -multiloc=1,loc_9059 -multiloc=2,loc_9060 -multiloc=3,loc_9061 -multiloc=4,loc_9062 -multiloc=5,loc_9063 - -// 9058 -[loc_9058] -width=2 -length=2 -model=model_1421 -name=Ali M's Market - -// 9059 -[loc_9059] -width=2 -length=2 -model=model_1421 -model2=model_9004 -name=Ali M's Market - -// 9060 -[loc_9060] -width=2 -length=2 -model=model_1421 -model2=model_9002 -name=Ali M's Market - -// 9061 -[loc_9061] -width=2 -length=2 -model=model_1421 -model2=model_9001 -name=Ali M's Market - -// 9062 -[loc_9062] -width=2 -length=2 -model=model_1421 -model2=model_9005 -name=Ali M's Market - -// 9063 -[loc_9063] -width=2 -length=2 -model=model_1421 -model2=model_9007 -name=Ali M's Market - -// 9064 -[loc_9064] -ambient=35 -blockrange=no -model=model_7699 -name=Crate - -// 9065 -[loc_9065] -sharelight=yes -active=yes -multivar=varplayerbit_913 -multiloc=0,loc_9064 -multiloc=1,loc_9064 -multiloc=2,loc_9064 -multiloc=3,loc_9066 -multiloc=4,loc_9066 -multiloc=5,loc_9066 - -// 9066 -[loc_9066] -ambient=35 -model=model_9008 -model2=model_9010 -name=Crate of rune caskets - -// 9067 -[loc_9067] -sharelight=yes -active=yes -multivar=varplayerbit_911 -multiloc=0,loc_9064 -multiloc=1,loc_9064 -multiloc=2,loc_9064 -multiloc=3,loc_9068 -multiloc=4,loc_9068 - -// 9068 -[loc_9068] -ambient=35 -blockrange=no -model=model_9008 -model2=model_9009 -name=Crate - -// 9069 -[loc_9069] -sharelight=yes -active=yes -multivar=varplayerbit_912 -multiloc=0,loc_9064 -multiloc=1,loc_9064 -multiloc=2,loc_9064 -multiloc=3,loc_9071 -multiloc=4,loc_9070 - -// 9070 -[loc_9070] -ambient=35 -recol1s=11524 -recol1d=17440 -model=model_9008 -model2=model_9012 -name=Crate - -// 9071 -[loc_9071] -ambient=35 -recol1s=11524 -recol1d=9225 -model=model_9008 -model2=model_9011 -name=Crate - -// 9072 -[loc_9072] -resizex=100 -resizez=100 -resizey=100 -resizex=100 -resizez=100 -resizey=100 -recol1s=26400 -recol1d=20000 -recol2s=19840 -recol2d=15616 -model=model_8984 -name=rune casket - -// 9073 -[loc_9073] -resizex=100 -resizez=100 -resizey=100 -recol1s=26400 -recol1d=20000 -recol2s=19840 -recol2d=15616 -model=model_9006 -name=rune casket - -// 9074 -[loc_9074] -model=model_8983 -name=rune casket - -// 9075 -[loc_9075] -model=model_9003 -name=rune casket - -// 9076 -[loc_9076] -recol1s=2251 -recol1d=9583 -recol2s=352 -recol2d=7525 -recol3s=12320 -recol3d=25218 -recol4s=4230 -recol4d=14536 -model=model_5561 -name=Cloth - -// 9077 -[loc_9077] -ambient=60 -active=yes -model=model_9000,Q -name=Hanging dye - -// 9078 -[loc_9078] -mirror=yes -ambient=60 -active=yes -model=model_9000,Q -name=Hanging dye - -// 9079 -[loc_9079] -hillskew=yes -shadow=no -active=yes -ambient=35 -msi=msi_22 -model=model_8999,1 -name=Dyed fabric - -// 9080 -[loc_9080] -mirror=yes -hillskew=yes -shadow=no -active=yes -ambient=35 -msi=msi_22 -recol1s=18835 -recol1d=24040 -recol2s=9737 -recol2d=7473 -model=model_8999,1 -name=Dyed fabric - -// 9081 -[loc_9081] -hillskew=yes -shadow=no -active=yes -ambient=35 -msi=msi_22 -model=model_8998,1 -name=Dyed fabric - -// 9082 -[loc_9082] -length=2 -blockrange=no -recol1s=20076 -recol1d=20611 -recol2s=32767 -recol2d=20121 -retex1s=material_22 -retex1d=material_16 -model=model_1221 -name=Table - -// 9083 -[loc_9083] -model=model_8997 -name=Dye Pots - -// 9084 -[loc_9084] -sharelight=yes -active=yes -width=2 -msi=msi_7 -forceapproach=north -op1=Climb-down -model=model_5911 -name=Stairs - -// 9085 -[loc_9085] -active=yes -width=2 -op1=Refuel -forceapproach=east -bgsound=synth_2210,5 -recol1s=30277 -recol1d=17826 -model=model_9049 -name=Stove - -// 9086 -[loc_9086] -active=yes -width=2 -op1=Refuel -forceapproach=east -bgsound=synth_2210,5 -model=model_9049 -name=Stove - -// 9087 -[loc_9087] -active=yes -width=2 -op1=Refuel -forceapproach=east -bgsound=synth_2210,5 -recol1s=30277 -recol1d=30976 -model=model_9049 -name=Stove - -// 9088 -[loc_9088] -op1=Collect -forceapproach=south -model=model_9038 -name=Coke - -// 9089 -[loc_9089] -sharelight=yes -op1=Read -forceapproach=south -bgsound=synth_3142,3 -model=model_9043 -name=Temperature gauge - -// 9090 -[loc_9090] -op1=Operate -forceapproach=north -blockwalk=no -model=model_9036 -name=Pump - -// 9091 -[loc_9091] -active=yes -op1=Retrieve -model=model_1249 -name=Bars - -// 9092 -[loc_9092] -active=yes -width=2 -multivar=varplayerbit_936 -multiloc=0,loc_9093 -multiloc=1,loc_9094 -multiloc=2,loc_9095 -multiloc=3,loc_9096 - -// 9093 -[loc_9093] -width=2 -active=yes -op1=Search -model=model_9073 -name=Bar dispenser - -// 9094 -[loc_9094] -width=2 -active=yes -anim=seq_2440 -model=model_9074 -name=Bar dispenser - -// 9095 -[loc_9095] -width=2 -active=yes -model=model_9075 -name=Bar dispenser - -// 9096 -[loc_9096] -width=2 -active=yes -op1=Take -model=model_9072 -name=Bar dispenser - -// 9097 -[loc_9097] -op1=Pedal -active=yes -raiseobject=no -model=model_9039 -name=Pedals - -// 9098 -[loc_9098] -width=3 -length=2 -active=yes -blockwalk=yes -model=model_9037 -name=Melting Pot - -// 9099 -[loc_9099] -width=3 -length=2 -anim=seq_2439 -active=yes -bgsound=synth_3128,5 -model=model_9056 -name=Smoke - -// 9100 -[loc_9100] -anim=seq_2437 -active=yes -op1=Put-ore-on -blockwalk=yes -model=model_9063 -name=Conveyor belt - -// 9101 -[loc_9101] -anim=seq_2437 -active=yes -blockwalk=yes -model=model_9063 -name=Conveyor belt - -// 9102 -[loc_9102] -active=yes -model=model_9064 -name=Drive belt - -// 9103 -[loc_9103] -active=yes -op1=Repair -anim=seq_2451 -model=model_9070 -name=Drive belt - -// 9104 -[loc_9104] -active=yes -model=model_9065 -name=Cogs - -// 9105 -[loc_9105] -active=yes -op1=Repair -anim=seq_2451 -model=model_9069 -name=Cogs - -// 9106 -[loc_9106] -width=2 -active=yes -model=model_9066 -name=Gear box - -// 9107 -[loc_9107] -active=yes -model=model_9067 -name=Drive belt - -// 9108 -[loc_9108] -active=yes -model=model_9068 -name=Cogs - -// 9109 -[loc_9109] -sharelight=yes -active=no -model=model_9051 - -// 9110 -[loc_9110] -sharelight=yes -active=no -model=model_9052 - -// 9111 -[loc_9111] -sharelight=yes -active=no -model=model_9053 - -// 9112 -[loc_9112] -sharelight=yes -active=no -model=model_9054 - -// 9113 -[loc_9113] -sharelight=yes -active=no -model=model_9055 - -// 9114 -[loc_9114] -width=2 -active=no -model=model_9040 - -// 9115 -[loc_9115] -width=2 -anim=seq_2439 -active=yes -bgsound=synth_3128,5 -model=model_9060 -name=Smoke - -// 9116 -[loc_9116] -active=yes -bgsound=synth_3073,3 -model=model_9041 -name=Pipes - -// 9117 -[loc_9117] -anim=seq_2439 -active=yes -op1=Repair -model=model_9057 -name=Pipes - -// 9118 -[loc_9118] -sharelight=yes -active=no -model=model_9042 - -// 9119 -[loc_9119] -active=no -model=model_9044 - -// 9120 -[loc_9120] -active=yes -bgsound=synth_3073,3 -model=model_9045 -name=Pipes - -// 9121 -[loc_9121] -anim=seq_2439 -active=yes -op1=Repair -model=model_9058 -name=Pipes - -// 9122 -[loc_9122] -sharelight=yes -active=no -model=model_9046 - -// 9123 -[loc_9123] -anim=seq_2439 -active=yes -bgsound=synth_3128,5 -model=model_9059 -name=Smoke - -// 9124 -[loc_9124] -sharelight=yes -active=no -model=model_9047 - -// 9125 -[loc_9125] -sharelight=yes -active=no -model=model_9048 - -// 9126 -[loc_9126] -msi=msi_52 -model=model_9050,0 - -// 9127 -[loc_9127] -msi=msi_53 -model=model_9050,0 - -// 9128 -[loc_9128] -msi=msi_54 -model=model_9050,0 - -// 9129 -[loc_9129] -msi=msi_55 -model=model_9050,0 - -// 9130 -[loc_9130] -msi=msi_56 -model=model_9050,0 - -// 9131 -[loc_9131] -msi=msi_57 -model=model_9050,0 - -// 9132 -[loc_9132] -msi=msi_58 -model=model_9050,0 - -// 9133 -[loc_9133] -msi=msi_59 -model=model_9050,0 - -// 9134 -[loc_9134] -msi=msi_60 -model=model_9050,0 - -// 9135 -[loc_9135] -msi=msi_61 -model=model_9050,0 - -// 9136 -[loc_9136] -msi=msi_62 -model=model_9050,0 - -// 9137 -[loc_9137] -msi=msi_63 -model=model_9050,0 - -// 9138 -[loc_9138] -active=yes -length=2 -width=2 -msi=msi_7 -sharelight=yes -forceapproach=south -op1=Climb-up -model=model_5910 -name=Stairs - -// 9139 -[loc_9139] -active=no -sharelight=yes -model=model_9076,1 -model=model_9077,2 -model=model_9078,3 -model=model_9079,4 -model=model_9080,5 - -// 9140 -[loc_9140] -active=yes -op1=Open -raiseobject=no -model=model_9081,1 -name=Gate - -// 9141 -[loc_9141] -active=yes -op1=Open -raiseobject=no -model=model_9081,1 -name=Gate - -// 9142 -[loc_9142] -active=yes -raiseobject=no -model=model_9081,1 -name=Gate - -// 9143 -[loc_9143] -length=2 -op1=Fill-bucket -ambient=10 -contrast=5 -model=model_5936 -name=Sink - -// 9144 -[loc_9144] -active=yes -model=model_3496 -model2=model_9107 -name=Candelabrum - -// 9145 -[loc_9145] -anim=seq_1073 -active=no -ambient=25 -contrast=25 -active=yes -recol1s=11561 -recol1d=30467 -recol2s=13675 -recol2d=30467 -model=model_3511,Q -name=Golden lantern - -// 9146 -[loc_9146] -op1=Search -recol1s=13637 -recol1d=5317 -recol2s=10465 -recol2d=15687 -model=model_7396 -model2=model_7397 -name=Old Bookshelf - -// 9147 -[loc_9147] -op1=Search -recol1s=11522 -recol1d=7426 -recol2s=10465 -recol2d=5317 -model=model_7396 -model2=model_7397 -name=Old Bookshelf - -// 9148 -[loc_9148] -blockrange=no -recol1s=20935 -recol1d=11557 -recol2s=19845 -recol2d=10502 -recol3s=17765 -recol3d=10469 -recol4s=16708 -recol4d=9412 -model=model_4633 -name=Chair - -// 9149 -[loc_9149] -length=2 -recol1s=8320 -recol1d=30467 -model=model_1149 -name=Gold Screen - -// 9150 -[loc_9150] -sharelight=yes -occlude=yes -active=yes -blockwalk=yes -raiseobject=no -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 -name=Wall - -// 9151 -[loc_9151] -sharelight=yes -occlude=yes -active=yes -blockwalk=yes -raiseobject=no -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_9105 -name=Hole in the wall - -// 9152 -[loc_9152] -sharelight=yes -occlude=yes -active=yes -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_9106 -name=Patched Wall - -// 9153 -[loc_9153] -sharelight=yes -occlude=yes -active=no -recol1s=6342 -recol1d=5248 -recol2s=28533 -recol2d=13638 -retex1s=material_2 -retex1d=material_23 -model=model_599,1 -model=model_600,2 -model=model_601,3 -model=model_602,4 -model=model_603,5 - -// 9154 -[loc_9154] -sharelight=yes -occlude=yes -active=no -recol1s=6342 -recol1d=5248 -recol2s=28533 -recol2d=13638 -retex1s=material_2 -retex1d=material_23 -model=model_586,1 -model=model_587,2 -model=model_588,3 -model=model_589,4 -model=model_591,5 - -// 9155 -[loc_9155] -ambient=20 -contrast=20 -recol1s=10501 -recol1d=26340 -recol2s=8388 -recol2d=26340 -retex1s=material_75 -retex1d=material_91 -model=model_7398 -name=Globe of Gielinor - -// 9156 -[loc_9156] -width=2 -ambient=15 -contrast=15 -recol1s=9411 -recol1d=12581 -recol2s=9477 -recol2d=10467 -recol3s=0 -recol3d=26404 -model=model_7399 -model2=model_9108 -name=Study Desk - -// 9157 -[loc_9157] -active=yes -ambient=25 -contrast=25 -recol1s=32753 -recol1d=30500 -model=model_7400 -name=Suit of armour - -// 9158 -[loc_9158] -active=no -blockwalk=yes -model=model_9111 - -// 9159 -[loc_9159] -anim=seq_2564 -resizex=200 -resizey=200 -resizez=200 -model=model_11874 -model2=model_9230 -name=Candles - -// 9160 -[loc_9160] -anim=seq_2564 -resizex=200 -resizey=200 -resizez=200 -model=model_9229 -model2=model_9230 -name=Candles - -// 9161 -[loc_9161] -mirror=yes -anim=seq_2564 -resizex=200 -resizey=200 -resizez=200 -model=model_9229 -model2=model_9230 -name=Candles - -// 9162 -[loc_9162] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=16548 -recol2s=29408 -recol2d=22059 -recol3s=0 -recol3d=22059 -model=model_1110,0 - -// 9163 -[loc_9163] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=16548 -recol2s=29408 -recol2d=22059 -recol3s=0 -recol3d=22059 -model=model_1134,0 - -// 9164 -[loc_9164] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=24312 -recol2s=29408 -recol2d=22059 -recol3s=0 -recol3d=22059 -model=model_1067,0 - -// 9165 -[loc_9165] -blockwalk=yes -active=yes -multivar=varplayerbit_982 -multiloc=0,loc_9169 -multiloc=1,loc_9168 -multiloc=2,loc_9167 -multiloc=3,loc_9166 -multiloc=4,loc_9170 -multiloc=5,loc_9171 -multiloc=6,loc_9172 -multiloc=7,loc_9173 - -// 9166 -[loc_9166] -ambient=25 -op2=Inspect -model=model_8223 -model2=model_7766 -name=Delphinium patch - -// 9167 -[loc_9167] -ambient=25 -op2=Inspect -model=model_9199 -model2=model_7766 -name=Delphinium patch - -// 9168 -[loc_9168] -ambient=25 -op2=Inspect -model=model_9200 -model2=model_7766 -name=Delphinium patch - -// 9169 -[loc_9169] -ambient=25 -op2=Inspect -model=model_9201 -model2=model_7766 -name=Delphinium patch - -// 9170 -[loc_9170] -ambient=25 -model=model_9150 -model2=model_7766 -name=Delphiniums - -// 9171 -[loc_9171] -ambient=25 -model=model_9151 -model2=model_7766 -name=Delphiniums - -// 9172 -[loc_9172] -ambient=25 -model=model_9152 -model2=model_7766 -name=Delphiniums - -// 9173 -[loc_9173] -ambient=25 -model=model_9153 -model2=model_7766 -name=Delphiniums - -// 9174 -[loc_9174] -blockwalk=yes -active=yes -multivar=varplayerbit_980 -multiloc=0,loc_9184 -multiloc=1,loc_9183 -multiloc=2,loc_9182 -multiloc=3,loc_9181 -multiloc=4,loc_9189 -multiloc=5,loc_9190 -multiloc=6,loc_9191 -multiloc=7,loc_9192 - -// 9175 -[loc_9175] -blockwalk=yes -active=yes -multivar=varplayerbit_979 -multiloc=0,loc_9188 -multiloc=1,loc_9187 -multiloc=2,loc_9186 -multiloc=3,loc_9185 -multiloc=4,loc_9189 -multiloc=5,loc_9190 -multiloc=6,loc_9193 -multiloc=7,loc_9194 - -// 9176 -[loc_9176] -blockwalk=yes -active=yes -multivar=varplayerbit_981 -multiloc=0,loc_9180 -multiloc=1,loc_9179 -multiloc=2,loc_9178 -multiloc=3,loc_9177 -multiloc=4,loc_9189 -multiloc=5,loc_9190 -multiloc=6,loc_9195 -multiloc=7,loc_9196 - -// 9177 -[loc_9177] -ambient=25 -op2=Inspect -model=model_8223 -model2=model_7766 -name=Pink rose bush patch - -// 9178 -[loc_9178] -ambient=25 -op2=Inspect -model=model_9199 -model2=model_7766 -name=Pink rose bush patch - -// 9179 -[loc_9179] -ambient=25 -op2=Inspect -model=model_9200 -model2=model_7766 -name=Pink rose bush patch - -// 9180 -[loc_9180] -ambient=25 -op2=Inspect -model=model_9201 -model2=model_7766 -name=Pink rose bush patch - -// 9181 -[loc_9181] -ambient=25 -op2=Inspect -model=model_8223 -model2=model_7766 -name=White rose bush patch - -// 9182 -[loc_9182] -ambient=25 -op2=Inspect -model=model_9199 -model2=model_7766 -name=White rose bush patch - -// 9183 -[loc_9183] -ambient=25 -op2=Inspect -model=model_9200 -model2=model_7766 -name=White rose bush patch - -// 9184 -[loc_9184] -ambient=25 -op2=Inspect -model=model_9201 -model2=model_7766 -name=White rose bush patch - -// 9185 -[loc_9185] -ambient=25 -op2=Inspect -model=model_8223 -model2=model_7766 -name=Red rose bush patch - -// 9186 -[loc_9186] -ambient=25 -op2=Inspect -model=model_9199 -model2=model_7766 -name=Red rose bush patch - -// 9187 -[loc_9187] -ambient=25 -op2=Inspect -model=model_9200 -model2=model_7766 -name=Red rose bush patch - -// 9188 -[loc_9188] -ambient=25 -op2=Inspect -model=model_9201 -model2=model_7766 -name=Red rose bush patch - -// 9189 -[loc_9189] -ambient=25 -model=model_9164 -model2=model_7767 -name=Rose bush - -// 9190 -[loc_9190] -ambient=25 -model=model_9165 -model2=model_7767 -name=Rose bush - -// 9191 -[loc_9191] -ambient=25 -recol1s=29770 -recol1d=32722 -model=model_9166 -model2=model_7767 -name=Rose bush - -// 9192 -[loc_9192] -ambient=25 -recol1s=29770 -recol1d=32722 -model=model_9167 -model2=model_7767 -name=Rose bush - -// 9193 -[loc_9193] -ambient=25 -model=model_9166 -model2=model_7767 -name=Rose bush - -// 9194 -[loc_9194] -ambient=25 -model=model_9167 -model2=model_7767 -name=Rose bush - -// 9195 -[loc_9195] -ambient=25 -recol1s=29770 -recol1d=28116 -model=model_9166 -model2=model_7767 -name=Rose bush - -// 9196 -[loc_9196] -ambient=25 -recol1s=29770 -recol1d=28116 -model=model_9167 -model2=model_7767 -name=Rose bush - -// 9197 -[loc_9197] -blockwalk=yes -active=yes -multivar=varplayerbit_984 -multiloc=0,loc_9203 -multiloc=1,loc_9204 -multiloc=4,loc_9199 -multiloc=5,loc_9200 -multiloc=6,loc_9201 -multiloc=7,loc_9202 - -// 9198 -[loc_9198] -blockwalk=yes -active=yes -multivar=varplayerbit_986 -multiloc=0,loc_9203 -multiloc=1,loc_9204 -multiloc=4,loc_9205 -multiloc=5,loc_9206 -multiloc=6,loc_9207 -multiloc=7,loc_9208 - -// 9199 -[loc_9199] -ambient=25 -model=model_9159 -model2=model_9160 -model3=model_9154 -name=Orchids - -// 9200 -[loc_9200] -ambient=25 -model=model_9159 -model2=model_9160 -model3=model_9155 -name=Orchids - -// 9201 -[loc_9201] -ambient=25 -model=model_9159 -model2=model_9160 -model3=model_9156 -name=Orchids - -// 9202 -[loc_9202] -ambient=25 -model=model_9159 -model2=model_9160 -model3=model_9157 -name=Orchids - -// 9203 -[loc_9203] -ambient=25 -op2=Inspect -model=model_9159 -model2=model_9161 -name=Plantpot - -// 9204 -[loc_9204] -ambient=25 -op2=Inspect -model=model_9159 -model2=model_9160 -name=Plantpot - -// 9205 -[loc_9205] -ambient=25 -recol1s=28125 -recol1d=32659 -recol2s=26011 -recol2d=32625 -recol3s=24954 -recol3d=32655 -recol4s=23896 -recol4d=29488 -recol5s=21781 -recol5d=28431 -model=model_9159 -model2=model_9160 -model3=model_9154 -name=Yellow orchids - -// 9206 -[loc_9206] -ambient=25 -recol1s=28125 -recol1d=32659 -recol2s=26011 -recol2d=32625 -recol3s=24954 -recol3d=32655 -recol4s=23896 -recol4d=29488 -recol5s=21781 -recol5d=28431 -model=model_9159 -model2=model_9160 -model3=model_9155 -name=Yellow orchids - -// 9207 -[loc_9207] -ambient=25 -recol1s=28125 -recol1d=32659 -recol2s=26011 -recol2d=32625 -recol3s=24954 -recol3d=32655 -recol4s=23896 -recol4d=29488 -recol5s=21781 -recol5d=28431 -model=model_9159 -model2=model_9160 -model3=model_9156 -name=Yellow orchids - -// 9208 -[loc_9208] -ambient=25 -recol1s=28125 -recol1d=32659 -recol2s=26011 -recol2d=32625 -recol3s=24954 -recol3d=32655 -recol4s=23896 -recol4d=29488 -recol5s=21781 -recol5d=28431 -model=model_9159 -model2=model_9160 -model3=model_9157 -name=Yellow orchids - -// 9209 -[loc_9209] -width=3 -length=3 -blockwalk=yes -active=yes -multivar=varplayerbit_985 -multiloc=0,loc_9213 -multiloc=1,loc_9212 -multiloc=2,loc_9211 -multiloc=3,loc_9210 -multiloc=4,loc_9214 -multiloc=5,loc_9215 -multiloc=6,loc_9216 -multiloc=7,loc_9217 -multiloc=8,loc_9218 -multiloc=9,loc_9219 -multiloc=10,loc_9220 -multiloc=11,loc_9221 -multiloc=12,loc_9222 - -// 9210 -[loc_9210] -ambient=25 -op2=Inspect -model=model_7793 -model2=model_7768 -name=White Tree patch - -// 9211 -[loc_9211] -ambient=25 -op2=Inspect -model=model_9204 -model2=model_7768 -name=White Tree patch - -// 9212 -[loc_9212] -ambient=25 -op2=Inspect -model=model_9205 -model2=model_7768 -name=White Tree patch - -// 9213 -[loc_9213] -ambient=25 -op2=Inspect -model=model_9206 -model2=model_7768 -name=White Tree patch - -// 9214 -[loc_9214] -ambient=25 -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -model=model_9217 -model2=model_7768 -name=White Tree patch - -// 9215 -[loc_9215] -ambient=25 -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -model=model_9218 -model2=model_7768 -name=White Tree patch - -// 9216 -[loc_9216] -ambient=25 -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -model=model_9219 -model2=model_7768 -name=White Tree patch - -// 9217 -[loc_9217] -ambient=25 -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -model=model_9220 -model2=model_9215 -model3=model_7768 -name=White Tree patch - -// 9218 -[loc_9218] -ambient=25 -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -model=model_9221 -model2=model_9216 -name=White Tree patch - -// 9219 -[loc_9219] -ambient=25 -op1=Pick-fruit -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -model=model_9221 -model2=model_9216 -model3=model_9211 -name=White Tree patch - -// 9220 -[loc_9220] -ambient=25 -op1=Pick-fruit -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -model=model_9221 -model2=model_9216 -model3=model_9212 -name=White Tree patch - -// 9221 -[loc_9221] -ambient=25 -op1=Pick-fruit -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -model=model_9221 -model2=model_9216 -model3=model_9213 -name=White Tree patch - -// 9222 -[loc_9222] -ambient=25 -op1=Pick-fruit -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -model=model_9221 -model2=model_9216 -model3=model_9214 -name=White Tree patch - -// 9223 -[loc_9223] -blockwalk=yes -active=yes -multivar=varplayerbit_983 -multiloc=0,loc_9227 -multiloc=1,loc_9226 -multiloc=2,loc_9225 -multiloc=3,loc_9224 -multiloc=4,loc_9228 -multiloc=5,loc_9229 -multiloc=6,loc_9230 -multiloc=7,loc_9231 - -// 9224 -[loc_9224] -ambient=25 -op2=Inspect -model=model_8223 -model2=model_7766 -name=Snowdrop patch - -// 9225 -[loc_9225] -ambient=25 -op2=Inspect -model=model_9199 -model2=model_7766 -name=Snowdrop patch - -// 9226 -[loc_9226] -ambient=25 -op2=Inspect -model=model_9200 -model2=model_7766 -name=Snowdrop patch - -// 9227 -[loc_9227] -ambient=25 -op2=Inspect -model=model_9201 -model2=model_7766 -name=Snowdrop patch - -// 9228 -[loc_9228] -ambient=25 -model=model_9168 -model2=model_7766 -name=Snowdrops - -// 9229 -[loc_9229] -ambient=25 -model=model_9169 -model2=model_7766 -name=Snowdrops - -// 9230 -[loc_9230] -ambient=25 -model=model_9170 -model2=model_7766 -name=Snowdrops - -// 9231 -[loc_9231] -ambient=25 -model=model_9171 -model2=model_7766 -name=Snowdrops - -// 9232 -[loc_9232] -blockwalk=yes -active=yes -multivar=varplayerbit_987 -multiloc=0,loc_9236 -multiloc=1,loc_9235 -multiloc=2,loc_9234 -multiloc=3,loc_9233 -multiloc=4,loc_9237 -multiloc=5,loc_9238 -multiloc=6,loc_9239 -multiloc=7,loc_9240 - -// 9233 -[loc_9233] -ambient=25 -op2=Inspect -model=model_8223 -model2=model_7766 -name=Vine patch - -// 9234 -[loc_9234] -ambient=25 -op2=Inspect -model=model_9207 -name=Vine patch - -// 9235 -[loc_9235] -ambient=25 -op2=Inspect -model=model_9208 -name=Vine patch - -// 9236 -[loc_9236] -ambient=25 -op2=Inspect -model=model_9209 -name=Vine patch - -// 9237 -[loc_9237] -ambient=25 -model=model_9192 -model2=model_7766 -name=Vines - -// 9238 -[loc_9238] -ambient=25 -model=model_9193 -model2=model_7766 -name=Vines - -// 9239 -[loc_9239] -ambient=25 -model=model_9194 -model2=model_7766 -name=Vines - -// 9240 -[loc_9240] -ambient=25 -model=model_9195 -model2=model_7766 -name=Vines - -// 9241 -[loc_9241] -ambient=10 -model=model_9148 -name=Plinth - -// 9242 -[loc_9242] -ambient=10 -model=model_9148 -name=Plinth - -// 9243 -[loc_9243] -ambient=10 -model=model_9146 -model2=model_9148 -name=Statue of Saradomin - -// 9244 -[loc_9244] -ambient=10 -model=model_36448 -name=Plinth - -// 9245 -[loc_9245] -ambient=10 -model=model_9134 -model2=model_9132 -name=Statue - -// 9246 -[loc_9246] -ambient=15 -width=2 -shadow=no -op2=Inspect -model=model_9131 -name=Statue plinth - -// 9247 -[loc_9247] -ambient=15 -width=2 -shadow=no -model=model_9147 -model2=model_9131 -name=Statue of Saradomin - -// 9248 -[loc_9248] -ambient=10 -shadow=no -op2=Inspect -model=model_36448 -name=Statue plinth - -// 9249 -[loc_9249] -ambient=10 -shadow=no -model=model_36456 -name=Statue - -// 9250 -[loc_9250] -active=yes -multivar=varplayerbit_963 -multiloc=0,loc_9243 -multiloc=1,loc_9241 -multiloc=2,loc_9241 - -// 9251 -[loc_9251] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5270 -recolhsl1d=12688 -recolhsl2s=5265 -recolhsl2d=12683 -recolhsl3s=5266 -recolhsl3d=12683 -recolhsl4s=5275 -recolhsl4d=12693 -recolhsl5s=5280 -recolhsl5d=12698 -recolhsl6s=5261 -recolhsl6d=12691 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_33987,A -model=model_33982,S -model=model_33984,D -model=model_33981,F -model=model_33983,G -model=model_33988,H -model=model_33980,Z -model=model_33985,X -model=model_33986,C -model=model_33979,V - -// 9252 -[loc_9252] -active=yes -multivar=varplayerbit_964 -multiloc=0,loc_9248 -multiloc=1,loc_9248 -multiloc=2,loc_9249 -multiloc=3,loc_9249 - -// 9253 -[loc_9253] -active=yes -width=2 -multivar=varplayerbit_963 -multiloc=0,loc_9246 -multiloc=1,loc_9246 -multiloc=2,loc_9247 -multiloc=3,loc_9247 - -// 9254 -[loc_9254] -active=yes -multivar=varplayerbit_988 -multiloc=0,loc_9256 -multiloc=1,loc_9256 -multiloc=2,loc_9256 -multiloc=3,loc_9256 -multiloc=4,loc_9255 -multiloc=5,loc_9255 - -// 9255 -[loc_9255] -ambient=25 -active=yes -model=model_9182 -name=Grapevines - -// 9256 -[loc_9256] -ambient=25 -active=yes -model=model_9183 -name=Diseased Grapevines - -// 9257 -[loc_9257] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -forcedecor=yes -recol1s=5248 -recol1d=4228 -recol2s=6305 -recol2d=5285 -recol3s=7362 -recol3d=7399 -recol4s=8419 -recol4d=8456 -recol5s=9476 -recol5d=10504 -recol6s=10533 -recol6d=11561 -model=model_12042,0 - -// 9258 -[loc_9258] -active=yes -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -op1=Use -model=model_24019,1 -name=Hole - -// 9259 -[loc_9259] -active=yes -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -op1=Use -model=model_24019,1 -name=Hole - -// 9260 -[loc_9260] -anim=seq_4291 -blockwalk=yes -active=yes -multivar=varplayerbit_4684 -multiloc=0,loc_30806 -multiloc=10,loc_30806 -multiloc=20,loc_30806 -multiloc=30,loc_30807 -multiloc=40,loc_30804 -multiloc=45,loc_30804 -multiloc=49,loc_30804 -multiloc=50,loc_30806 -multiloc=60,loc_30806 -multiloc=70,loc_30806 -multiloc=80,loc_30806 -multiloc=90,loc_30806 -multiloc=100,loc_30806 -multiloc=110,loc_30806 -multiloc=120,loc_30806 -multiloc=130,loc_30806 -multiloc=140,loc_30806 -multiloc=150,loc_30806 - -// 9261 -[loc_9261] -ambient=25 -op1=Take-seed -recol1s=29770 -recol1d=28116 -model=model_9162 -name=Roses - -// 9262 -[loc_9262] -ambient=25 -op1=Take-seed -recol1s=29770 -recol1d=32722 -model=model_9162 -name=Roses - -// 9263 -[loc_9263] -ambient=25 -width=2 -length=2 -resizex=85 -resizey=85 -resizez=85 -hillchange=tree_skew,64 -model=model_9210 -name=White Tree - -// 9264 -[loc_9264] -sharelight=yes -active=no -ambient=25 -model=model_9180,1 -model=model_9181,Q -model=model_25758,5 - -// 9265 -[loc_9265] -sharelight=yes -active=no -ambient=25 -model=model_9177,1 - -// 9266 -[loc_9266] -width=3 -sharelight=yes -active=no -ambient=25 -model=model_9174 - -// 9267 -[loc_9267] -sharelight=yes -shadow=no -active=no -ambient=25 -model=model_9173,1 - -// 9268 -[loc_9268] -sharelight=yes -active=no -msi=msi_74 -ambient=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_9176,1 - -// 9269 -[loc_9269] -sharelight=yes -mirror=yes -active=no -resizey=130 -ambient=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_9176,1 - -// 9270 -[loc_9270] -sharelight=yes -offsetx=0 -offsety=240 -offsetz=0 -active=no -ambient=25 -model=model_9179 - -// 9271 -[loc_9271] -sharelight=yes -offsetx=0 -offsety=240 -offsetz=0 -mirror=yes -active=no -ambient=25 -model=model_9178 - -// 9272 -[loc_9272] -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_9175,1 - -// 9273 -[loc_9273] -ambient=30 -active=no -model=model_9180,1 -model=model_9181,Q -model=model_25758,5 - -// 9274 -[loc_9274] -active=no -model=model_9136,0 - -// 9275 -[loc_9275] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9142,0 - -// 9276 -[loc_9276] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9139,0 - -// 9277 -[loc_9277] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9137,0 - -// 9278 -[loc_9278] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9138,0 - -// 9279 -[loc_9279] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9144,0 - -// 9280 -[loc_9280] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9145,0 - -// 9281 -[loc_9281] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -mirror=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9145,0 - -// 9282 -[loc_9282] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9140,0 - -// 9283 -[loc_9283] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -mirror=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9140,0 - -// 9284 -[loc_9284] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9143,0 - -// 9285 -[loc_9285] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9141,0 - -// 9286 -[loc_9286] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -mirror=yes -recol1s=25360 -recol1d=10569 -recol2s=22191 -recol2d=9512 -recol3s=21134 -recol3d=8455 -model=model_9141,0 - -// 9287 -[loc_9287] -active=no -ambient=25 -model=model_9129,0 - -// 9288 -[loc_9288] -active=no -ambient=25 -forcedecor=yes -model=model_9130,0 - -// 9289 -[loc_9289] -blockwalk=no -active=no -msi=msi_22 -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 9290 -[loc_9290] -forcedecor=yes -model=model_9131,0 - -// 9291 -[loc_9291] -width=2 -length=2 -ambient=15 -blockrange=no -recol1s=9377 -recol1d=3301 -recol2s=10434 -recol2d=4358 -recol3s=11491 -recol3d=5415 -model=model_1453 -name=Picnic bench - -// 9293 -[loc_9293] -op1=Squeeze-through -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_40895 -name=Obstacle pipe - -// 9294 -[loc_9294] -anim=seq_1112 -blockwalk=yes -forcedecor=yes -active=yes -op1=Jump-over -blockrange=no -model=model_7603 -name=Strange floor - -// 9295 -[loc_9295] -op1=Squeeze-through -width=2 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_1475 -name=Obstacle pipe - -// 9296 -[loc_9296] -hillskew=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=7329 -model=model_9237,0 -name=Rocks - -// 9297 -[loc_9297] -hillskew=yes -forcedecor=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=7329 -model=model_9235,0 -name=Rocks - -// 9298 -[loc_9298] -hillskew=yes -forcedecor=yes -recol1s=12580 -recol1d=7329 -model=model_9236,0 - -// 9299 -[loc_9299] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -model=model_9238,1 -model=model_35402,5 -name=Fence - -// 9300 -[loc_9300] -sharelight=yes -hillskew=yes -op1=Jump-over -active=yes -blockrange=no -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_25043,1 -name=Fence - -// 9301 -[loc_9301] -sharelight=yes -wallwidth=32 -occlude=yes -op1=Climb-under -ambient=25 -contrast=25 -model=model_16918,1 -name=Castle wall - -// 9302 -[loc_9302] -sharelight=yes -wallwidth=32 -occlude=yes -op1=Climb-into -forceapproach=west -model=model_9233 -name=Hole - -// 9303 -[loc_9303] -hillskew=yes -op1=Climb -ambient=20 -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_9235,0 -name=Rocks - -// 9304 -[loc_9304] -hillskew=yes -op1=Climb -ambient=20 -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_9235,0 -name=Rocks - -// 9305 -[loc_9305] -hillskew=yes -op1=Climb -ambient=20 -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_9235,0 -name=Rocks - -// 9306 -[loc_9306] -hillskew=yes -op1=Climb -ambient=20 -blockwalk=yes -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_9235,0 -name=Rocks - -// 9307 -[loc_9307] -sharelight=yes -hillskew=yes -op1=Jump-up -active=yes -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_9240,1 -name=Weathered wall - -// 9308 -[loc_9308] -sharelight=yes -hillskew=yes -op1=Jump-down -active=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -recol3s=8353 -recol3d=8484 -model=model_9239,1 -name=Weathered wall - -// 9309 -[loc_9309] -forceapproach=east -sharelight=yes -wallwidth=32 -occlude=yes -op1=Climb-into -active=yes -ambient=20 -model=model_11692 -name=Underwall tunnel - -// 9310 -[loc_9310] -forceapproach=east -sharelight=yes -wallwidth=32 -occlude=yes -op1=Climb-into -active=yes -ambient=20 -model=model_11692 -name=Underwall tunnel - -// 9311 -[loc_9311] -op1=Climb-into -active=yes -model=model_7766 -name=Underwall tunnel - -// 9312 -[loc_9312] -op1=Climb-into -active=yes -model=model_7766 -name=Underwall tunnel - -// 9313 -[loc_9313] -width=2 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7329 -recol1d=12580 -model=model_2323 -name=Damaged wall - -// 9314 -[loc_9314] -blockwalk=yes -sharelight=yes -forcedecor=yes -width=2 -offsetx=64 -offsety=0 -offsety=0 -op1=Squeeze-past -blockrange=no -model=model_9234 -name=Jutting wall - -// 9315 -[loc_9315] -op1=Jump-from -active=yes -forcedecor=yes -offsetx=10 -offsety=0 -offsetz=10 -op1=Jump-onto -blockwalk=yes -model=model_25640,0 -name=Stepping stone - -// 9316 -[loc_9316] -hillskew=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=7329 -model=model_9237,0 -name=Rocks - -// 9317 -[loc_9317] -hillskew=yes -forcedecor=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=7329 -model=model_9235,0 -name=Rocks - -// 9318 -[loc_9318] -hillskew=yes -forcedecor=yes -recol1s=12580 -recol1d=7329 -model=model_9236,0 - -// 9319 -[loc_9319] -hillskew=yes -resizex=128 -resizey=145 -resizez=128 -op1=Climb-up -model=model_9246 -name=Spikey chain - -// 9320 -[loc_9320] -hillskew=yes -resizex=128 -resizey=145 -resizez=128 -op1=Climb-down -model=model_9246 -name=Spikey chain - -// 9321 -[loc_9321] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -retex1s=material_83 -retex1d=material_126 -retex2s=material_72 -retex2d=material_418 -model=model_9247,1 -name=Crevice - -// 9322 -[loc_9322] -active=yes -blockwalk=yes -sharelight=yes -forcedecor=yes -op1=Walk-across -model=model_1115,0 -name=Log balance - -// 9323 -[loc_9323] -active=yes -blockwalk=yes -sharelight=yes -forcedecor=yes -op1=Walk-across -model=model_1128,0 -name=Log balance - -// 9324 -[loc_9324] -active=yes -blockwalk=yes -sharelight=yes -forcedecor=yes -op1=Walk-across -model=model_1024,0 -name=Log balance - -// 9325 -[loc_9325] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -model=model_789,1 -model=model_790,5 -name=Crevice - -// 9326 -[loc_9326] -anim=seq_1112 -blockwalk=yes -forcedecor=yes -active=yes -op1=Jump-over -blockrange=no -model=model_7603 -name=Strange floor - -// 9327 -[loc_9327] -hillskew=yes -active=yes -op1=Climb -blockwalk=yes -recol1s=13505 -recol1d=11592 -recol2s=14594 -recol2d=11592 -recol3s=15618 -recol3d=11592 -model=model_1127,0 -name=Rocks - -// 9328 -[loc_9328] -width=3 -op1=Talk-to -op2=Release -model=model_38338 -model2=model_38339 -name=Gnome on a rack - -// 9329 -[loc_9329] -width=3 -anim=seq_2331 -model=model_38339 -name=An empty rack - -// 9330 -[loc_9330] -op1=Open -hillskew=yes -ambient=25 -contrast=25 -model=model_38441 -name=Ardougne wall door - -// 9331 -[loc_9331] -hillskew=yes -active=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=12579 -model=model_9237,0 -name=Rocks - -// 9332 -[loc_9332] -hillskew=yes -forcedecor=yes -active=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=12579 -model=model_9236,0 -name=Rocks - -// 9333 -[loc_9333] -hillskew=yes -forcedecor=yes -active=no -recol1s=12580 -recol1d=12579 -model=model_9236,0 - -// 9334 -[loc_9334] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -model=model_33790,1 -name=Ornate railing - -// 9335 -[loc_9335] -hillskew=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=6275 -model=model_9236,0 -name=Rocks - -// 9336 -[loc_9336] -hillskew=yes -forcedecor=yes -op1=Climb -blockwalk=yes -recol1s=12580 -recol1d=6275 -model=model_9236,0 -name=Rocks - -// 9337 -[loc_9337] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -model=model_33800,1 -name=Ornate railing - -// 9338 -[loc_9338] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7798 -model2=model_7812 -model3=model_7767 -name=Scarecrow - -// 9339 -[loc_9339] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7800 -model2=model_7812 -model3=model_7767 -name=Scarecrow - -// 9340 -[loc_9340] -ambient=25 -op2=Inspect -op4=Guide -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_7801 -model2=model_7812 -model3=model_7767 -name=Scarecrow - -// 9341 -[loc_9341] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9269,1 -model=model_9270,2 -model=model_9271,5 - -// 9342 -[loc_9342] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9275,1 -model=model_9276,5 - -// 9343 -[loc_9343] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9279,1 -model=model_9280,5 - -// 9344 -[loc_9344] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9283,1 - -// 9345 -[loc_9345] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9284,1 - -// 9346 -[loc_9346] -sharelight=yes -hillskew=yes -mirror=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9269,1 -model=model_9270,2 -model=model_9271,5 - -// 9347 -[loc_9347] -sharelight=yes -hillskew=yes -mirror=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9275,1 -model=model_9276,5 - -// 9348 -[loc_9348] -sharelight=yes -hillskew=yes -mirror=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9279,1 -model=model_9280,5 - -// 9349 -[loc_9349] -sharelight=yes -hillskew=yes -mirror=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9283,1 - -// 9350 -[loc_9350] -sharelight=yes -hillskew=yes -mirror=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9284,1 - -// 9351 -[loc_9351] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9285,1 - -// 9352 -[loc_9352] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9286,1 -model=model_9287,Q - -// 9353 -[loc_9353] -anim=seq_2598 -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9292 - -// 9354 -[loc_9354] -length=2 -width=3 -ambient=15 -contrast=10 -shadow=no -model=model_9289 -name=Cave exit - -// 9355 -[loc_9355] -hillskew=yes -length=2 -width=3 -ambient=15 -contrast=10 -model=model_9288 -name=Cave entrance - -// 9356 -[loc_9356] -length=2 -width=3 -ambient=15 -contrast=10 -op1=Enter -shadow=no -model=model_9289 -name=Cave entrance - -// 9357 -[loc_9357] -length=2 -width=3 -ambient=15 -contrast=10 -op1=Enter -shadow=no -model=model_9289 -name=Cave entrance - -// 9358 -[loc_9358] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Go-through -model=model_34308,1 -name=Crack in wall - -// 9359 -[loc_9359] -length=2 -width=3 -ambient=15 -contrast=10 -op1=Enter -model=model_9289 -name=Cave exit - -// 9360 -[loc_9360] -hillskew=yes -ambient=35 -contrast=15 -active=no -shadow=no -recol1s=32000 -recol1d=32230 -model=model_9258,1 -model=model_9259,5 - -// 9361 -[loc_9361] -hillskew=yes -ambient=35 -contrast=15 -active=no -shadow=no -recol1s=32000 -recol1d=32230 -model=model_9260,1 -model=model_9261,5 - -// 9362 -[loc_9362] -hillskew=yes -ambient=35 -contrast=15 -active=no -shadow=no -recol1s=32000 -recol1d=32230 -model=model_9262,1 -model=model_9263,5 - -// 9363 -[loc_9363] -hillskew=yes -mirror=yes -ambient=35 -contrast=15 -active=no -shadow=no -recol1s=32000 -recol1d=32230 -model=model_9258,1 -model=model_9259,5 - -// 9364 -[loc_9364] -hillskew=yes -mirror=yes -ambient=35 -contrast=15 -active=no -shadow=no -recol1s=32000 -recol1d=32230 -model=model_9260,1 -model=model_9261,5 - -// 9365 -[loc_9365] -hillskew=yes -mirror=yes -ambient=35 -contrast=15 -active=no -shadow=no -recol1s=32000 -recol1d=32230 -model=model_9262,1 -model=model_9263,5 - -// 9366 -[loc_9366] -hillskew=yes -anim=seq_2598 -blockwalk=yes -shadow=no -ambient=64 -contrast=12 -model=model_9291 -name=Open hot vent door - -// 9367 -[loc_9367] -hillskew=yes -anim=seq_2598 -blockwalk=yes -op1=Pass -shadow=no -bgsound=synth_2066,3 -ambient=64 -contrast=12 -model=model_9290 -name=Hot vent door - -// 9368 -[loc_9368] -hillskew=yes -anim=seq_2598 -blockwalk=yes -op1=Pass -shadow=no -bgsound=synth_2066,3 -ambient=64 -contrast=12 -model=model_9290 -name=Hot vent door - -// 9369 -[loc_9369] -hillskew=yes -anim=seq_2598 -blockwalk=yes -op1=Pass -shadow=no -bgsound=synth_2066,3 -ambient=64 -contrast=12 -model=model_9290 -name=Hot vent door - -// 9370 -[loc_9370] -hillskew=yes -forcedecor=yes -active=no -shadow=no -ambient=32 -contrast=12 -model=model_9264,0 - -// 9371 -[loc_9371] -hillskew=yes -forcedecor=yes -active=no -shadow=no -ambient=32 -contrast=12 -model=model_9265,0 - -// 9372 -[loc_9372] -hillskew=yes -forcedecor=yes -active=no -shadow=no -ambient=32 -contrast=12 -model=model_9266,0 - -// 9373 -[loc_9373] -hillskew=yes -forcedecor=yes -active=no -shadow=no -ambient=32 -contrast=12 -model=model_9267,0 - -// 9374 -[loc_9374] -ambient=15 -contrast=10 -forcedecor=yes -shadow=no -active=yes -blockwalk=yes -bgsound=synth_2066,3 -recol1s=198 -recol1d=0 -model=model_9294,8 -model=model_9295,0 -name=Sulphur vent - -// 9375 -[loc_9375] -anim=seq_4123 -shadow=no -active=no -blockwalk=no -ambient=15 -contrast=10 -model=model_9294,8 -model=model_9295,0 - -// 9376 -[loc_9376] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Mine -op2=Prospect -op3=hidden -model=model_34317,1 -name=Obsidian wall - -// 9377 -[loc_9377] -anim=seq_2600 -ambient=35 -contrast=15 -shadow=no -model=model_9296 -name=Egg - -// 9378 -[loc_9378] -anim=seq_2600 -ambient=35 -contrast=15 -resizex=130 -resizey=130 -resizez=130 -shadow=no -model=model_9296 -name=Egg - -// 9379 -[loc_9379] -anim=seq_2600 -ambient=35 -contrast=15 -resizex=160 -resizey=160 -resizez=160 -shadow=no -model=model_9296 -name=Egg - -// 9380 -[loc_9380] -ambient=35 -contrast=15 -length=2 -width=2 -shadow=no -model=model_9268 -name=TzHaar statue - -// 9381 -[loc_9381] -shadow=no -ambient=15 -contrast=10 -blockrange=no -recol1s=9410 -recol1d=2114 -recol2s=10467 -recol2d=6210 -recol3s=11524 -recol3d=8258 -recol4s=12581 -recol4d=10306 -recol5s=13638 -recol5d=10339 -recol6s=14695 -recol6d=12354 -model=model_7699 -name=Crate - -// 9382 -[loc_9382] -shadow=no -ambient=15 -contrast=10 -recol1s=9410 -recol1d=2114 -recol2s=10467 -recol2d=6210 -recol3s=11524 -recol3d=8258 -recol4s=12581 -recol4d=10306 -recol5s=13638 -recol5d=10339 -recol6s=14695 -recol6d=12354 -model=model_7700 -name=Crates - -// 9383 -[loc_9383] -sharelight=yes -hillskew=yes -active=no -active=no -shadow=no -ambient=15 -contrast=10 -recolhsl1s=6689 -recolhsl1d=2570 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 9384 -[loc_9384] -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9269,1 -model=model_9270,2 -model=model_9271,5 - -// 9385 -[loc_9385] -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9275,1 -model=model_9276,5 - -// 9386 -[loc_9386] -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9279,1 -model=model_9280,5 - -// 9387 -[loc_9387] -hillskew=yes -mirror=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9269,1 -model=model_9270,2 -model=model_9271,5 - -// 9388 -[loc_9388] -hillskew=yes -mirror=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9275,1 -model=model_9276,5 - -// 9389 -[loc_9389] -hillskew=yes -mirror=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_9279,1 -model=model_9280,5 - -// 9390 -[loc_9390] -anim=seq_2641 -ambient=15 -contrast=10 -hillskew=yes -length=3 -width=3 -forceapproach=west -op2=Smelt -shadow=no -bgsound=synth_2208,5 -model=model_9293 -name=Lava forge - -// 9391 -[loc_9391] -op1=Look-into -anim=seq_2657 -ambient=60 -model=model_9298 -name=Viewing orb - -// 9392 -[loc_9392] -active=no -anim=seq_2657 -ambient=60 -model=model_9298 - -// 9393 -[loc_9393] -forcedecor=yes -mapfunction=1 -hillskew=yes -shadow=no -ambient=64 -contrast=12 -model=model_9264,0 - -// 9394 -[loc_9394] -forcedecor=yes -mapfunction=2 -hillskew=yes -shadow=no -ambient=64 -contrast=12 -model=model_9264,0 - -// 9395 -[loc_9395] -forcedecor=yes -mapfunction=5 -hillskew=yes -shadow=no -ambient=64 -contrast=12 -model=model_9264,0 - -// 9396 -[loc_9396] -forcedecor=yes -mapfunction=22 -hillskew=yes -shadow=no -ambient=64 -contrast=12 -model=model_9264,0 - -// 9397 -[loc_9397] -forcedecor=yes -mapfunction=38 -hillskew=yes -shadow=no -ambient=64 -contrast=12 -model=model_9264,0 - -// 9398 -[loc_9398] -forceapproach=south -op1=Deposit -ambient=25 -contrast=25 -model=model_9357 -name=Bank Deposit Box - -// 9399 -[loc_9399] -active=yes -multivar=varplayerbit_1033 -multiloc=0,loc_9402 -multiloc=1,loc_9401 -multiloc=2,loc_9400 -multiloc=3,loc_9403 -multiloc=4,loc_9404 -multiloc=5,loc_9405 -multiloc=6,loc_9406 -multiloc=7,loc_9407 -multiloc=8,loc_9408 - -// 9400 -[loc_9400] -ambient=25 -model=model_8224 -name=Unferth's patch - -// 9401 -[loc_9401] -ambient=25 -model=model_8225 -name=Unferth's patch - -// 9402 -[loc_9402] -ambient=25 -model=model_8226 -name=Unferth's patch - -// 9403 -[loc_9403] -ambient=25 -model=model_7794 -name=Unferth's patch - -// 9404 -[loc_9404] -ambient=25 -model=model_8212 -name=Potato plants - -// 9405 -[loc_9405] -ambient=25 -model=model_8213 -name=Potato plants - -// 9406 -[loc_9406] -ambient=25 -model=model_8214 -name=Potato plants - -// 9407 -[loc_9407] -ambient=25 -model=model_8215 -name=Potato plants - -// 9408 -[loc_9408] -ambient=25 -model=model_8216 -name=Potatoes - -// 9409 -[loc_9409] -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -active=no -sharelight=yes -blockwalk=no -model=model_9406,8 -model=model_9407,1 - -// 9410 -[loc_9410] -sharelight=yes -length=3 -resizex=128 -resizey=256 -resizez=128 -active=no -sharelight=yes -blockwalk=no -model=model_9406,8 -model=model_9407,1 - -// 9411 -[loc_9411] -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -active=no -sharelight=yes -blockwalk=no -model=model_9408 - -// 9412 -[loc_9412] -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -active=no -sharelight=yes -blockwalk=no -model=model_9408 - -// 9413 -[loc_9413] -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -active=no -sharelight=yes -blockwalk=no -model=model_9408 - -// 9414 -[loc_9414] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_9405,1 - -// 9415 -[loc_9415] -active=no -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -model=model_9405,1 - -// 9416 -[loc_9416] -active=no -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -model=model_9405,1 - -// 9417 -[loc_9417] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_9396,1 -model=model_9397,2 -model=model_9398,5 - -// 9418 -[loc_9418] -active=no -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -model=model_9396,1 -model=model_9397,2 -model=model_9398,5 - -// 9419 -[loc_9419] -active=no -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -model=model_9396,1 -model=model_9397,2 -model=model_9398,5 - -// 9420 -[loc_9420] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_9399,1 -model=model_9400,2 -model=model_9401,5 - -// 9421 -[loc_9421] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_9402,1 -model=model_9403,2 -model=model_9404,5 - -// 9422 -[loc_9422] -active=no -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -model=model_9402,1 -model=model_9403,2 -model=model_9404,5 - -// 9423 -[loc_9423] -active=no -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -model=model_9402,1 -model=model_9403,2 -model=model_9404,5 - -// 9424 -[loc_9424] -active=no -sharelight=yes -width=6 -resizex=128 -resizey=186 -resizez=128 -model=model_9392 - -// 9425 -[loc_9425] -active=no -sharelight=yes -mirror=yes -width=6 -resizex=128 -resizey=186 -resizez=128 -model=model_9392 - -// 9426 -[loc_9426] -active=no -sharelight=yes -width=6 -resizex=128 -resizey=186 -resizez=128 -model=model_9393 - -// 9427 -[loc_9427] -active=no -sharelight=yes -width=3 -model=model_9394 - -// 9428 -[loc_9428] -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -active=no -sharelight=yes -blockwalk=no -model=model_9395 - -// 9429 -[loc_9429] -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -active=no -sharelight=yes -blockwalk=no -mirror=yes -model=model_9395 - -// 9430 -[loc_9430] -width=2 -ambient=25 -contrast=20 -op1=Inspect -blockrange=no -model=model_1213 -name=Table - -// 9431 -[loc_9431] -width=2 -ambient=25 -contrast=20 -op1=Inspect -blockrange=no -model=model_1213 -model2=model_9412 -model3=model_9409 -name=Table - -// 9432 -[loc_9432] -width=2 -ambient=25 -contrast=20 -op1=Inspect -blockrange=no -model=model_1213 -model2=model_9412 -model3=model_9410 -name=Table - -// 9433 -[loc_9433] -width=2 -ambient=25 -contrast=20 -op1=Inspect -blockrange=no -recol1s=32767 -recol1d=10432 -recol2s=15712 -recol2d=8288 -recol3s=20512 -recol3d=10432 -model=model_1213 -model2=model_9411 -model3=model_9409 -name=Table - -// 9434 -[loc_9434] -width=2 -ambient=25 -contrast=20 -op1=Inspect -blockrange=no -recol1s=32767 -recol1d=10432 -recol2s=15712 -recol2d=8288 -recol3s=20512 -recol3d=10432 -model=model_1213 -model2=model_9411 -model3=model_9410 -name=Table - -// 9435 -[loc_9435] -width=2 -active=yes -multivar=varplayerbit_1031 -multiloc=0,loc_9430 -multiloc=1,loc_9431 -multiloc=2,loc_9432 -multiloc=3,loc_9433 -multiloc=4,loc_9434 -multiloc=5,loc_9431 - -// 9436 -[loc_9436] -length=2 -model=model_1256 -name=Bed - -// 9437 -[loc_9437] -length=2 -op1=Make -model=model_9419 -name=Bed - -// 9438 -[loc_9438] -length=2 -active=yes -multivar=varplayerbit_1029 -multiloc=0,loc_9437 -multiloc=1,loc_9436 - -// 9439 -[loc_9439] -anim=seq_477 -ambient=25 -contrast=25 -bgsound=synth_2065,3 -model=model_2249 -name=Fireplace - -// 9440 -[loc_9440] -ambient=25 -contrast=25 -model=model_9421 -name=Fireplace - -// 9441 -[loc_9441] -ambient=25 -contrast=25 -model=model_9421 -model2=model_9420 -name=Fireplace - -// 9442 -[loc_9442] -anim=seq_477 -active=yes -forceapproach=east -ambient=25 -contrast=25 -multivar=varplayerbit_1030 -multiloc=0,loc_9440 -multiloc=1,loc_9441 -multiloc=2,loc_9439 - -// 9443 -[loc_9443] -length=2 -op1=Search -forceapproach=east -ambient=25 -contrast=25 -model=model_1263 -name=Bookcase - -// 9444 -[loc_9444] -sharelight=yes -active=no -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5306 - -// 9445 -[loc_9445] -width=2 -sharelight=yes -active=no -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5305 - -// 9446 -[loc_9446] -width=2 -sharelight=yes -active=no -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_9441 - -// 9447 -[loc_9447] -active=no -sharelight=yes -recol1s=6370 -recol1d=17799 -model=model_5287,1 -model=model_5288,2 - -// 9448 -[loc_9448] -sharelight=yes -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5314,1 -model=model_5315,2 -model=model_5316,5 - -// 9449 -[loc_9449] -sharelight=yes -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5303,1 -model=model_5304,3 - -// 9450 -[loc_9450] -width=2 -sharelight=yes -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5301,1 - -// 9451 -[loc_9451] -width=2 -sharelight=yes -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5302,1 - -// 9452 -[loc_9452] -width=2 -sharelight=yes -mirror=yes -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5302,1 - -// 9453 -[loc_9453] -forcedecor=yes -sharelight=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_9437,0 - -// 9454 -[loc_9454] -forcedecor=yes -sharelight=yes -mirror=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_9437,0 - -// 9455 -[loc_9455] -forcedecor=yes -sharelight=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_9436,0 - -// 9456 -[loc_9456] -forcedecor=yes -sharelight=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_9440,0 - -// 9457 -[loc_9457] -forcedecor=yes -sharelight=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_9435,0 - -// 9458 -[loc_9458] -forcedecor=yes -sharelight=yes -mirror=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_9435,0 - -// 9459 -[loc_9459] -forcedecor=yes -sharelight=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_5299,0 - -// 9460 -[loc_9460] -sharelight=yes -hillskew=yes -blockwalk=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_9439,0 - -// 9461 -[loc_9461] -sharelight=yes -hillskew=yes -mirror=yes -blockwalk=no -forcedecor=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_9439,0 - -// 9462 -[loc_9462] -sharelight=yes -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_9438,0 - -// 9463 -[loc_9463] -sharelight=yes -hillskew=yes -mirror=yes -blockwalk=no -forcedecor=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -model=model_9438,0 - -// 9464 -[loc_9464] -active=no -recol1s=14626 -recol1d=13443 -recol2s=13569 -recol2d=12386 -recol3s=12512 -recol3d=11329 -recol4s=11456 -recol4d=10272 -model=model_9476,1 -model=model_9477,5 - -// 9465 -[loc_9465] -active=no -recol1s=14626 -recol1d=28128 -recol2s=13569 -recol2d=26048 -recol3s=12512 -recol3d=24992 -recol4s=11456 -recol4d=23936 -model=model_9476,1 -model=model_9477,5 - -// 9466 -[loc_9466] -active=no -recol1s=14626 -recol1d=24298 -recol2s=13569 -recol2d=24296 -recol3s=12512 -recol3d=22184 -recol4s=11456 -recol4d=21127 -model=model_9476,1 -model=model_9477,5 - -// 9467 -[loc_9467] -ambient=25 -contrast=15 -active=no -recolhsl1s=8848 -recolhsl1d=41374 -recolhsl2s=8600 -recolhsl2d=41381 -model=model_37555,1 - -// 9468 -[loc_9468] -ambient=25 -contrast=15 -active=no -recolhsl1s=8848 -recolhsl1d=48409 -recolhsl2s=8600 -recolhsl2d=48417 -model=model_37555,1 - -// 9469 -[loc_9469] -ambient=25 -contrast=15 -active=no -recolhsl1s=8848 -recolhsl1d=22927 -recolhsl2s=8600 -recolhsl2d=22936 -model=model_37555,1 - -// 9470 -[loc_9470] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -model=model_9506 -name=Staircase - -// 9471 -[loc_9471] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -model=model_9507 -name=Staircase - -// 9472 -[loc_9472] -active=yes -op1=Climb-down -forceapproach=north -model=model_9503 -name=Trapdoor - -// 9473 -[loc_9473] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -model=model_9483,1 -model=model_9484,2 -model=model_9485,3 -model=model_9486,4 -model=model_9487,5 - -// 9474 -[loc_9474] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -model=model_9488,1 - -// 9475 -[loc_9475] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_16 -model=model_629,A -model=model_631,S - -// 9476 -[loc_9476] -active=no -width=2 -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -retex1s=material_6 -retex1d=material_44 -model=model_5468 - -// 9477 -[loc_9477] -active=no -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -retex1s=material_6 -retex1d=material_44 -model=model_5480,1 - -// 9478 -[loc_9478] -active=no -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -retex1s=material_6 -retex1d=material_44 -model=model_5469 - -// 9479 -[loc_9479] -active=no -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -retex1s=material_6 -retex1d=material_44 -model=model_5579,1 - -// 9480 -[loc_9480] -active=no -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -retex1s=material_6 -retex1d=material_44 -model=model_5577,1 - -// 9481 -[loc_9481] -active=no -sharelight=yes -offsetx=0 -offsety=-96 -offsetz=0 -retex1s=material_6 -retex1d=material_44 -model=model_5578,1 - -// 9482 -[loc_9482] -active=no -sharelight=yes -mirror=yes -offsetx=0 -offsety=-96 -offsetz=0 -retex1s=material_6 -retex1d=material_44 -model=model_5577,1 - -// 9483 -[loc_9483] -active=no -sharelight=yes -mirror=yes -offsetx=0 -offsety=-96 -offsetz=0 -retex1s=material_6 -retex1d=material_44 -model=model_5578,1 - -// 9484 -[loc_9484] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_8255,0 - -// 9485 -[loc_9485] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4401,0 - -// 9486 -[loc_9486] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4402,0 - -// 9487 -[loc_9487] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4403,0 - -// 9488 -[loc_9488] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4404,0 - -// 9489 -[loc_9489] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4488,0 - -// 9490 -[loc_9490] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4492,0 - -// 9491 -[loc_9491] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4491,0 - -// 9492 -[loc_9492] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4490,0 - -// 9493 -[loc_9493] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4489,0 - -// 9494 -[loc_9494] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4494,0 - -// 9495 -[loc_9495] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4493,0 - -// 9496 -[loc_9496] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4487,0 - -// 9497 -[loc_9497] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_8255,0 - -// 9498 -[loc_9498] -ambient=20 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -model=model_9541 -name=Plant - -// 9499 -[loc_9499] -ambient=20 -contrast=15 -resizex=70 -resizey=70 -resizez=70 -model=model_9539 -name=Plant - -// 9500 -[loc_9500] -ambient=20 -contrast=15 -resizex=70 -resizey=70 -resizez=70 -model=model_9542 -name=Plant - -// 9501 -[loc_9501] -ambient=0 -contrast=0 -model=model_9540 -name=Plant - -// 9502 -[loc_9502] -hillskew=yes -active=no -resizex=128 -resizey=100 -resizez=128 -recol1s=12736 -recol1d=18051 -model=model_3605,0 - -// 9503 -[loc_9503] -hillskew=yes -active=no -resizex=128 -resizey=100 -resizez=128 -recol1s=12736 -recol1d=18051 -model=model_3606,0 - -// 9504 -[loc_9504] -hillskew=yes -active=no -resizex=128 -resizey=100 -resizez=128 -recol1s=12736 -recol1d=18051 -model=model_3607,0 - -// 9505 -[loc_9505] -hillskew=yes -active=no -resizex=128 -resizey=80 -resizez=128 -recol1s=12736 -recol1d=22179 -model=model_3605,0 - -// 9506 -[loc_9506] -hillskew=yes -active=no -resizex=128 -resizey=80 -resizez=128 -recol1s=12736 -recol1d=22179 -model=model_3606,0 - -// 9507 -[loc_9507] -hillskew=yes -active=no -resizex=128 -resizey=80 -resizez=128 -recol1s=12736 -recol1d=22179 -model=model_3607,0 - -// 9508 -[loc_9508] -width=2 -anim=seq_2699 -model=model_9538 -name=Hammock - -// 9509 -[loc_9509] -width=2 -length=3 -recol1s=8320 -recol1d=12512 -recol2s=14368 -recol2d=3239 -recol3s=23104 -recol3d=12512 -recol4s=32765 -recol4d=28468 -recol5s=32767 -recol5d=28374 -recol6s=26311 -recol6d=17832 -model=model_1288 -name=Bed - -// 9510 -[loc_9510] -width=2 -length=2 -ambient=30 -model=model_5498 -name=Signpost - -// 9511 -[loc_9511] -sharelight=yes -hillskew=yes -blockrange=no -model=model_8762,1 -model=model_8763,4 -model=model_8761,0 - -// 9512 -[loc_9512] -sharelight=yes -active=no -msi=msi_22 -recol1s=14594 -recol1d=17799 -recol2s=16708 -recol2d=17799 -model=model_9472,1 - -// 9513 -[loc_9513] -active=no -forcedecor=yes -msi=msi_46 -sharelight=yes -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -model=model_9533,0 - -// 9514 -[loc_9514] -width=2 -blockrange=no -recol1s=14560 -recol1d=12548 -recol2s=15392 -recol2d=11491 -recol3s=32480 -recol3d=10434 -model=model_1234 -name=Chair - -// 9515 -[loc_9515] -anim=seq_479 -bgsound=synth_2143,10 -blockrange=no -recol1s=11561 -recol1d=11593 -recol2s=10504 -recol2d=10536 -recol3s=7399 -recol3d=15623 -recol4s=1537 -recol4d=19653 -recol5s=320 -recol5d=17539 -model=model_2241 -name=Betty's cauldron - -// 9516 -[loc_9516] -width=2 -blockrange=no -model=model_44848 -name=Counter - -// 9517 -[loc_9517] -active=no -recol1s=16846 -recol1d=8353 -recol2s=32736 -recol2d=15686 -recol3s=32576 -recol3d=6240 -recol4s=8456 -recol4d=8389 -recol5s=10504 -recol5d=6275 -retex1s=material_16 -retex1d=material_22 -model=model_5648 -model2=model_8232 - -// 9518 -[loc_9518] -active=no -mirror=yes -recol1s=16846 -recol1d=15686 -recol2s=32736 -recol2d=8353 -recol3s=32576 -recol3d=6240 -recol4s=8456 -recol4d=8389 -recol5s=10504 -recol5d=6275 -retex1s=material_16 -retex1d=material_22 -model=model_5648 -model2=model_8232 - -// 9519 -[loc_9519] -ambient=25 -blockrange=no -model=model_8232 -name=Barrel - -// 9520 -[loc_9520] -ambient=25 -blockrange=no -recol1s=28407 -recol1d=28471 -recol2s=16846 -recol2d=16878 -recol3s=11561 -recol3d=11593 -model=model_8232 -model2=model_9530 -name=Barrel - -// 9521 -[loc_9521] -ambient=25 -blockrange=no -model=model_8232 -model2=model_9531 -name=Barrel - -// 9522 -[loc_9522] -ambient=25 -blockrange=no -model=model_9529 -name=Anchor - -// 9523 -[loc_9523] -op1=Search -forceapproach=east -model=model_9500 -name=Bookcase - -// 9524 -[loc_9524] -ambient=25 -blockrange=no -model=model_9532 -name=Chain - -// 9525 -[loc_9525] -width=2 -length=3 -ambient=25 -recol1s=11556 -recol1d=12548 -recol2s=9442 -recol2d=10434 -recol3s=8456 -recol3d=10502 -model=model_1480 -name=Cart - -// 9526 -[loc_9526] -model=model_7908 -model2=model_9508 -model3=model_9509 -name=Shelves - -// 9527 -[loc_9527] -model=model_7908 -model2=model_9508 -model3=model_9510 -name=Shelves - -// 9528 -[loc_9528] -model=model_7908 -model2=model_9512 -name=Shelves - -// 9529 -[loc_9529] -model=model_7908 -model2=model_9511 -name=Shelves - -// 9530 -[loc_9530] -blockrange=no -model=model_1609 -name=Fungus - -// 9531 -[loc_9531] -width=2 -ambient=35 -blockrange=no -model=model_5492 -name=Bench - -// 9532 -[loc_9532] -width=2 -length=2 -ambient=35 -blockrange=no -model=model_1453 -name=Picnic bench - -// 9533 -[loc_9533] -ambient=35 -op1=Search -blockrange=no -recol1s=13639 -recol1d=8320 -recol2s=12582 -recol2d=9377 -recol3s=11525 -recol3d=10434 -recol4s=10468 -recol4d=12548 -recol5s=9411 -recol5d=13605 -recol6s=8354 -recol6d=11491 -model=model_5256 -name=Crate - -// 9534 -[loc_9534] -ambient=35 -op1=Search -blockrange=no -recol1s=14695 -recol1d=13605 -recol2s=13638 -recol2d=12548 -recol3s=12581 -recol3d=11491 -recol4s=11524 -recol4d=10434 -recol5s=10467 -recol5d=9377 -recol6s=9410 -recol6d=8320 -model=model_7699 -name=Crate - -// 9535 -[loc_9535] -ambient=35 -op1=Search -recol1s=14695 -recol1d=13605 -recol2s=13638 -recol2d=12548 -recol3s=12581 -recol3d=11491 -recol4s=11524 -recol4d=10434 -recol5s=10467 -recol5d=9377 -recol6s=9410 -recol6d=8320 -model=model_7700 -name=Crates - -// 9536 -[loc_9536] -ambient=35 -op1=Search -recol1s=13639 -recol1d=8320 -recol2s=12582 -recol2d=9377 -recol3s=11525 -recol3d=10434 -recol4s=10468 -recol4d=12548 -recol5s=9411 -recol5d=13605 -recol6s=8354 -recol6d=11491 -model=model_5283 -name=Boxes - -// 9537 -[loc_9537] -width=2 -length=4 -ambient=20 -model=model_9534 -name=Crane - -// 9538 -[loc_9538] -width=3 -length=3 -model=model_9535 -name=Row boat - -// 9539 -[loc_9539] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -recol3s=8353 -recol3d=11491 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 9540 -[loc_9540] -hillskew=yes -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -model=model_1068,0 - -// 9541 -[loc_9541] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -model=model_1089,0 - -// 9542 -[loc_9542] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -model=model_8768,0 - -// 9543 -[loc_9543] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -mirror=yes -active=no -unknown90=yes -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -model=model_8768,0 - -// 9544 -[loc_9544] -sharelight=yes -active=no -blockrange=no -model=model_9478,1 -model=model_25872,2 -model=model_35882,3 -model=model_9479,4 -model=model_25873,5 - -// 9545 -[loc_9545] -sharelight=yes -active=no -blockrange=no -model=model_9481,1 - -// 9546 -[loc_9546] -sharelight=yes -active=no -mirror=yes -blockrange=no -model=model_9481,1 - -// 9547 -[loc_9547] -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_9475,1 - -// 9548 -[loc_9548] -model=model_9522 -name=Hot Coals - -// 9549 -[loc_9549] -width=2 -ambient=20 -anim=seq_2708 -model=model_9523 -name=Hot Coals - -// 9550 -[loc_9550] -model=model_9524,0 - -// 9551 -[loc_9551] -model=model_9525,0 - -// 9552 -[loc_9552] -ambient=20 -active=no -model=model_9493,Q - -// 9553 -[loc_9553] -ambient=20 -active=no -model=model_9494,Q - -// 9554 -[loc_9554] -ambient=20 -active=no -model=model_9495,Q - -// 9555 -[loc_9555] -ambient=20 -active=no -model=model_9497,Q -model=model_9496,0 - -// 9556 -[loc_9556] -ambient=20 -active=no -model=model_9498 - -// 9557 -[loc_9557] -ambient=20 -active=no -model=model_9499 - -// 9558 -[loc_9558] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -model=model_5187 -name=Ladder - -// 9559 -[loc_9559] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -msi=msi_7 -model=model_9504 -name=Ladder - -// 9560 -[loc_9560] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=south -model=model_9482 -name=Trapdoor - -// 9561 -[loc_9561] -width=2 -length=3 -blockwalk=no -recol1s=26389 -recol1d=25265 -recol2s=32569 -recol2d=27379 -recol3s=8321 -recol3d=7330 -recol4s=23216 -recol4d=16840 -model=model_1239 -name=Bed - -// 9562 -[loc_9562] -op1=Open -blockrange=no -model=model_9480,1 -name=Cell door - -// 9563 -[loc_9563] -op1=Open -blockrange=no -model=model_9480,1 -name=Cell door - -// 9564 -[loc_9564] -op1=Close -blockrange=no -model=model_9480,1 -name=Cell door - -// 9565 -[loc_9565] -op1=Open -op4=Hidden -op5=Pick-lock -model=model_9480,1 -name=Door - -// 9566 -[loc_9566] -active=no -raiseobject=no -blockrange=no -model=model_9480,1 - -// 9567 -[loc_9567] -blockrange=no -model=model_9502 -name=Bucket - -// 9568 -[loc_9568] -blockrange=no -model=model_2397 -name=Bucket - -// 9569 -[loc_9569] -sharelight=yes -blockrange=no -model=model_9489,1 -model=model_9490,2 - -// 9570 -[loc_9570] -sharelight=yes -blockrange=no -retex1s=material_6 -retex1d=material_44 -model=model_9491,1 - -// 9571 -[loc_9571] -sharelight=yes -mirror=yes -blockrange=no -retex1s=material_6 -retex1d=material_44 -model=model_9491,1 - -// 9572 -[loc_9572] -active=no -blockwalk=no -model=model_1579 - -// 9573 -[loc_9573] -hillskew=yes -active=no -ambient=50 -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1124,0 - -// 9574 -[loc_9574] -hillskew=yes -active=no -ambient=50 -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1139,0 - -// 9575 -[loc_9575] -hillskew=yes -active=no -ambient=50 -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1032,0 - -// 9576 -[loc_9576] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1124,0 - -// 9577 -[loc_9577] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1139,0 - -// 9578 -[loc_9578] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1032,0 - -// 9579 -[loc_9579] -hillskew=yes -active=no -ambient=-30 -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1124,0 - -// 9580 -[loc_9580] -hillskew=yes -active=no -ambient=-30 -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1139,0 - -// 9581 -[loc_9581] -hillskew=yes -active=no -ambient=-30 -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1032,0 - -// 9582 -[loc_9582] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -model=model_9517 -name=Staircase - -// 9583 -[loc_9583] -msi=msi_7 -ambient=20 -active=no -model=model_9518 - -// 9584 -[loc_9584] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=20 -model=model_9519 -name=Staircase - -// 9585 -[loc_9585] -sharelight=yes -ambient=20 -active=no -model=model_9513,1 -model=model_9514,4 - -// 9586 -[loc_9586] -sharelight=yes -ambient=20 -active=no -blockwalk=no -model=model_9515 - -// 9587 -[loc_9587] -sharelight=yes -active=no -resizey=120 -recol1s=8387 -recol1d=9442 -recol2s=8388 -recol2d=11523 -recol3s=9445 -recol3d=12580 -recol4s=17764 -recol4d=13604 -recol5s=24137 -recol5d=16772 -recol6s=7331 -recol6d=14660 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 9588 -[loc_9588] -sharelight=yes -active=no -resizey=120 -recol1s=20935 -recol1d=14660 -recol2s=8388 -recol2d=9442 -recol3s=9445 -recol3d=11523 -recol4s=17764 -recol4d=13604 -recol5s=24137 -recol5d=16772 -recol6s=7331 -recol6d=9442 -model=model_9614,1 - -// 9589 -[loc_9589] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=16772 -recol2s=11523 -recol2d=13604 -recol3s=8353 -recol3d=9442 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 9590 -[loc_9590] -sharelight=yes -active=no -resizey=120 -recol1s=20935 -recol1d=14660 -recol2s=10500 -recol2d=9442 -recol3s=12582 -recol3d=16772 -recol4s=9445 -recol4d=11523 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 9591 -[loc_9591] -sharelight=yes -active=no -resizey=120 -recol1s=20935 -recol1d=14660 -recol2s=10500 -recol2d=9442 -recol3s=12582 -recol3d=16772 -recol4s=9445 -recol4d=11523 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 9592 -[loc_9592] -sharelight=yes -active=no -resizey=120 -recol1s=20935 -recol1d=14660 -recol2s=10500 -recol2d=9442 -recol3s=12582 -recol3d=16772 -recol4s=9445 -recol4d=11523 -model=model_6629,H - -// 9593 -[loc_9593] -sharelight=yes -active=no -resizey=120 -recol1s=8387 -recol1d=9442 -recol2s=8388 -recol2d=11523 -recol3s=9445 -recol3d=12580 -recol4s=17764 -recol4d=13604 -recol5s=12582 -recol5d=16772 -recol6s=7331 -recol6d=14660 -model=model_5393,Z - -// 9594 -[loc_9594] -sharelight=yes -active=no -mirror=yes -resizey=120 -recol1s=8387 -recol1d=12580 -recol2s=8388 -recol2d=11523 -recol3s=9445 -recol3d=9442 -recol4s=17764 -recol4d=13604 -recol5s=12582 -recol5d=16772 -recol6s=7331 -recol6d=14660 -model=model_5393,Z - -// 9595 -[loc_9595] -sharelight=yes -active=no -resizey=120 -recol1s=20935 -recol1d=14660 -recol2s=10500 -recol2d=9442 -recol3s=12582 -recol3d=16772 -recol4s=9445 -recol4d=11523 -model=model_5395,Z - -// 9596 -[loc_9596] -sharelight=yes -recol1s=7431 -recol1d=13705 -recol2s=6374 -recol2d=12648 -recol3s=5317 -recol3d=11591 -recol4s=4260 -recol4d=10534 -recol5s=3203 -recol5d=9477 -recol6s=2146 -recol6d=8420 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 9597 -[loc_9597] -sharelight=yes -recol1s=7431 -recol1d=13705 -recol2s=6374 -recol2d=12648 -recol3s=5317 -recol3d=11591 -recol4s=4260 -recol4d=10534 -recol5s=3203 -recol5d=9477 -recol6s=2146 -recol6d=8420 -model=model_4477,1 - -// 9598 -[loc_9598] -sharelight=yes -occlude=yes -recol1s=7431 -recol1d=13705 -recol2s=6374 -recol2d=13705 -recol3s=5317 -recol3d=12648 -recol4s=4260 -recol4d=13705 -recol5s=3203 -recol5d=13705 -recol6s=2146 -recol6d=8420 -model=model_4480,1 -model=model_4481,2 -model=model_4482,3 -model=model_4483,4 -model=model_4484,5 - -// 9599 -[loc_9599] -recol1s=7431 -recol1d=13705 -recol2s=6374 -recol2d=12648 -recol3s=5317 -recol3d=11591 -recol4s=4260 -recol4d=10534 -recol5s=3203 -recol5d=9477 -recol6s=2146 -recol6d=8420 -model=model_9248,4 - -// 9600 -[loc_9600] -sharelight=yes -recol1s=7431 -recol1d=13705 -recol2s=6374 -recol2d=13705 -recol3s=5317 -recol3d=12648 -recol4s=4260 -recol4d=13705 -recol5s=3203 -recol5d=13705 -recol6s=2146 -recol6d=8420 -model=model_9248,4 - -// 9601 -[loc_9601] -active=no -hillskew=yes -sharelight=yes -recol1s=4225 -recol1d=8420 -recol2s=5282 -recol2d=9477 -recol3s=6339 -recol3d=10534 -recol4s=7396 -recol4d=11591 -recol5s=8453 -recol5d=13705 -model=model_6618,1 -model=model_6619,2 -model=model_6620,5 - -// 9602 -[loc_9602] -active=no -hillskew=yes -sharelight=yes -model=model_6621,5 - -// 9603 -[loc_9603] -active=no -hillskew=yes -sharelight=yes -model=model_6622,1 - -// 9604 -[loc_9604] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 9605 -[loc_9605] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 9606 -[loc_9606] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 9607 -[loc_9607] -op1=Search -forceapproach=east -offsetx=0 -offsety=0 -offsetz=-16 -model=model_9500 -name=Bookcase - -// 9608 -[loc_9608] -op1=Search -forceapproach=east -offsetx=0 -offsety=0 -offsetz=16 -model=model_9500 -name=Bookcase - -// 9609 -[loc_9609] -op1=Search -forceapproach=east -offsetx=-16 -offsety=0 -offsetz=0 -model=model_9500 -name=Bookcase - -// 9610 -[loc_9610] -ambient=20 -model=model_9546 -name=Easel - -// 9611 -[loc_9611] -length=2 -op1=Search -forceapproach=east -model=model_9501 -name=Bookcase - -// 9612 -[loc_9612] -length=2 -ambient=10 -recol1s=12448 -recol1d=8524 -recol2s=20933 -recol2d=12581 -recol3s=7329 -recol3d=10467 -model=model_5192 -name=Bed - -// 9613 -[loc_9613] -width=2 -blockrange=no -recol1s=16809 -recol1d=16740 -recol2s=14695 -recol2d=14660 -recol3s=13638 -recol3d=13603 -recol4s=12581 -recol4d=12546 -model=model_9547 -name=Large Table - -// 9614 -[loc_9614] -length=2 -blockrange=no -recol1s=16809 -recol1d=16740 -recol2s=14695 -recol2d=14660 -recol3s=13638 -recol3d=13603 -recol4s=12581 -recol4d=12546 -model=model_7712 -name=Table - -// 9615 -[loc_9615] -blockrange=no -recol1s=16809 -recol1d=16740 -recol2s=14695 -recol2d=14660 -recol3s=13638 -recol3d=13603 -recol4s=12581 -recol4d=12546 -model=model_9590 -name=Small Table - -// 9616 -[loc_9616] -width=2 -blockrange=no -recol1s=16809 -recol1d=16740 -recol2s=14695 -recol2d=14660 -recol3s=13638 -recol3d=13603 -recol4s=12581 -recol4d=12546 -recol5s=11524 -recol5d=12546 -recol6s=10467 -recol6d=12546 -model=model_7906 -name=Counter - -// 9617 -[loc_9617] -recol1s=6272 -recol1d=10432 -recol2s=7329 -recol2d=11489 -recol3s=8386 -recol3d=12546 -model=model_2132 -name=Warehouse shelves - -// 9618 -[loc_9618] -recol1s=6272 -recol1d=10432 -recol2s=7329 -recol2d=11489 -recol3s=8386 -recol3d=12546 -model=model_2133 -name=Warehouse shelves - -// 9619 -[loc_9619] -recol1s=6272 -recol1d=10432 -recol2s=7329 -recol2d=11489 -recol3s=8386 -recol3d=12546 -model=model_2134 -name=Warehouse shelves - -// 9620 -[loc_9620] -recol1s=6272 -recol1d=10432 -recol2s=7329 -recol2d=11489 -recol3s=8386 -recol3d=12546 -model=model_2135 -name=Warehouse shelves - -// 9621 -[loc_9621] -ambient=15 -blockrange=no -recol1s=10401 -recol1d=12546 -recol2s=9377 -recol2d=10432 -model=model_1170 -name=Chair - -// 9622 -[loc_9622] -ambient=15 -recol1s=10401 -recol1d=10432 -recol2s=13344 -recol2d=11363 -model=model_1273 -name=Chair - -// 9623 -[loc_9623] -active=no -sharelight=yes -hillskew=yes -blockrange=no -recol1s=13638 -recol1d=12516 -recol2s=10501 -recol2d=10402 -recol3s=8387 -recol3d=8288 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 9624 -[loc_9624] -width=3 -length=2 -recol1s=10464 -recol1d=10402 -recol2s=10504 -recol2d=10536 -model=model_1520 -name=Plough - -// 9625 -[loc_9625] -ambient=10 -length=2 -model=model_9592 -name=Wheelbarrow - -// 9626 -[loc_9626] -active=no -sharelight=yes -blockwalk=yes -occlude=yes -recol1s=13671 -recol1d=16740 -recol2s=12614 -recol2d=14660 -recol3s=11557 -recol3d=13603 -recol4s=10500 -recol4d=12546 -recol5s=9443 -recol5d=11489 -model=model_9563,1 -model=model_36049,2 -model=model_9564,3 -model=model_9565,4 -model=model_9566,5 - -// 9627 -[loc_9627] -active=no -sharelight=yes -blockwalk=yes -recol1s=13671 -recol1d=16740 -recol2s=12614 -recol2d=14660 -recol3s=11557 -recol3d=13603 -recol4s=10500 -recol4d=12546 -recol5s=9443 -recol5d=11489 -retex1s=material_102 -retex1d=material_132 -model=model_9567,1 - -// 9628 -[loc_9628] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 9629 -[loc_9629] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -model=model_9569,Z - -// 9630 -[loc_9630] -sharelight=yes -mirror=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -model=model_9569,Z - -// 9631 -[loc_9631] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -model=model_4345,A -model=model_4346,S - -// 9632 -[loc_9632] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 9633 -[loc_9633] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=4128 -recol5d=11489 -model=model_5393,Z - -// 9634 -[loc_9634] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=4128 -recol5d=11489 -model=model_6630,Z - -// 9635 -[loc_9635] -sharelight=yes -mirror=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=4128 -recol5d=11489 -model=model_6630,Z - -// 9636 -[loc_9636] -sharelight=yes -active=no -mirror=yes -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=4128 -recol5d=11489 -model=model_5393,Z - -// 9637 -[loc_9637] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=4128 -recol5d=11489 -model=model_6629,H - -// 9638 -[loc_9638] -active=no -length=4 -recol1s=13671 -recol1d=16740 -recol2s=12614 -recol2d=14660 -recol3s=11557 -recol3d=13603 -recol4s=10500 -recol4d=12546 -recol5s=9443 -recol5d=11489 -model=model_9568 - -// 9639 -[loc_9639] -active=no -length=4 -mirror=yes -recol1s=13671 -recol1d=16740 -recol2s=12614 -recol2d=14660 -recol3s=11557 -recol3d=13603 -recol4s=10500 -recol4d=12546 -recol5s=9443 -recol5d=11489 -model=model_9568 - -// 9640 -[loc_9640] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9570,A -model=model_9571,Z - -// 9641 -[loc_9641] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9572,A -model=model_9574,H -model=model_9575,Z - -// 9642 -[loc_9642] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9573,Z - -// 9643 -[loc_9643] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9577,A -model=model_9579,H -model=model_9580,Z - -// 9644 -[loc_9644] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9578,Z - -// 9645 -[loc_9645] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9581,A -model=model_9582,H -model=model_9583,Z - -// 9646 -[loc_9646] -sharelight=yes -mirror=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9570,A -model=model_9571,Z - -// 9647 -[loc_9647] -sharelight=yes -mirror=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9572,A -model=model_9574,H -model=model_9575,Z - -// 9648 -[loc_9648] -sharelight=yes -mirror=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9577,A -model=model_9579,H -model=model_9580,Z - -// 9649 -[loc_9649] -sharelight=yes -mirror=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9581,A -model=model_9582,H -model=model_9583,Z - -// 9650 -[loc_9650] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9585,A - -// 9651 -[loc_9651] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9586,A - -// 9652 -[loc_9652] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9587,A - -// 9653 -[loc_9653] -sharelight=yes -mirror=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9585,A - -// 9654 -[loc_9654] -sharelight=yes -mirror=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9586,A - -// 9655 -[loc_9655] -sharelight=yes -mirror=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9587,A - -// 9656 -[loc_9656] -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -model=model_9588,V - -// 9657 -[loc_9657] -sharelight=yes -mirror=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -model=model_9588,V - -// 9658 -[loc_9658] -width=2 -length=2 -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9576 - -// 9659 -[loc_9659] -mirror=yes -width=2 -length=2 -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9576 - -// 9660 -[loc_9660] -width=3 -length=4 -sharelight=yes -active=no -recol1s=10500 -recol1d=13603 -recol2s=4128 -recol2d=12546 -recol3s=12582 -recol3d=14660 -recol4s=20935 -recol4d=16740 -recol5s=10468 -recol5d=13603 -recol6s=12614 -recol6d=12546 -model=model_9584 - -// 9661 -[loc_9661] -msi=msi_6 -recol1s=4194 -recol1d=12548 -model=model_9591 -name=Tree stump - -// 9662 -[loc_9662] -blockwalk=no -op1=Take -active=yes -recol1s=16846 -recol1d=16878 -recol2s=15789 -recol2d=15821 -recol3s=18960 -recol3d=18992 -model=model_9556 -name=Spade - -// 9663 -[loc_9663] -width=3 -length=2 -msi=msi_6 -ambient=10 -shadow=no -recol1s=18688 -recol1d=12548 -recol2s=29258 -recol2d=24106 -model=model_1633 -name=Fallen tree - -// 9664 -[loc_9664] -msi=msi_6 -blockrange=no -recol1s=6240 -recol1d=12548 -model=model_2172 -name=Roots - -// 9665 -[loc_9665] -msi=msi_6 -blockrange=no -recol1s=6240 -recol1d=12548 -model=model_2173 -name=Roots - -// 9666 -[loc_9666] -msi=msi_6 -blockrange=no -recol1s=6240 -recol1d=12548 -model=model_2174 -name=Roots - -// 9667 -[loc_9667] -ambient=25 -recol1s=10466 -recol1d=12580 -recol2s=11684 -recol2d=11556 -recol3s=22151 -recol3d=15784 -recol4s=26210 -recol4d=26247 -recol5s=0 -recol5d=14624 -model=model_1443 -name=Scarecrow - -// 9668 -[loc_9668] -width=2 -length=2 -ambient=20 -model=model_9543 -model2=model_9544 -model3=model_9545 -name=Mysterious statue - -// 9669 -[loc_9669] -active=no -hillskew=yes -msi=msi_24 -active=no -ambient=15 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=12480 -model=model_818 - -// 9670 -[loc_9670] -active=no -hillskew=yes -msi=msi_24 -active=no -ambient=15 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=12480 -model=model_819 - -// 9671 -[loc_9671] -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -ambient=15 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=12480 -model=model_820 - -// 9672 -[loc_9672] -active=no -shadow=no -hillskew=yes -msi=msi_25 -ambient=15 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=12480 -model=model_821 - -// 9673 -[loc_9673] -hillskew=yes -active=no -ambient=15 -recol1s=12580 -recol1d=12480 -model=model_773,0 - -// 9674 -[loc_9674] -hillskew=yes -active=no -ambient=15 -recol1s=12580 -recol1d=12480 -model=model_785,0 - -// 9675 -[loc_9675] -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=8453 -recol1d=10569 -recol2s=7396 -recol2d=9512 -recol3s=6339 -recol3d=8455 -recol4s=5282 -recol4d=7398 -recol5s=4225 -recol5d=10569 -model=model_6610,0 - -// 9676 -[loc_9676] -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=8453 -recol1d=10569 -recol2s=7396 -recol2d=9512 -recol3s=6339 -recol3d=8455 -recol4s=5282 -recol4d=7398 -recol5s=4225 -recol5d=10569 -model=model_6611,0 - -// 9677 -[loc_9677] -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -model=model_9560,0 - -// 9678 -[loc_9678] -hillskew=yes -forcedecor=yes -ambient=10 -mapfunction=39 -unknown90=yes -model=model_9560,0 - -// 9679 -[loc_9679] -blockwalk=no -recol1s=32767 -recol1d=12549 -model=model_11819,0 - -// 9680 -[loc_9680] -blockwalk=no -recol1s=32767 -recol1d=12549 -model=model_11820,0 - -// 9681 -[loc_9681] -blockwalk=no -recol1s=32767 -recol1d=12549 -model=model_11818,0 - -// 9682 -[loc_9682] -length=2 -forceapproach=east -model=model_9561 -name=Range - -// 9683 -[loc_9683] -active=yes -model=model_9562,Q -name=Range chimney - -// 9684 -[loc_9684] -length=2 -blockrange=no -model=model_9589 -name=Sink - -// 9685 -[loc_9685] -length=2 -blockrange=no -model=model_9559 -name=Table - -// 9686 -[loc_9686] -recol1s=2251 -recol1d=7467 -recol2s=4230 -recol2d=6438 -recol3s=12320 -recol3d=12484 -recol4s=352 -recol4d=16740 -recol5s=16872 -recol5d=13703 -model=model_5561 -name=Cloth - -// 9687 -[loc_9687] -model=model_9554 -name=Clothes model - -// 9688 -[loc_9688] -recol1s=8529 -recol1d=14572 -model=model_9554 -name=Clothes model - -// 9689 -[loc_9689] -model=model_9553 -name=Clothes model - -// 9690 -[loc_9690] -recol1s=14728 -recol1d=14496 -model=model_9553 -name=Clothes model - -// 9691 -[loc_9691] -active=no -ambient=15 -recol1s=9736 -recol1d=18889 -recol2s=12907 -recol2d=22026 -model=model_5262,Q -model=model_5261,0 - -// 9692 -[loc_9692] -active=no -ambient=15 -resizex=69 -resizey=69 -resizez=69 -recol1s=9736 -recol1d=18889 -recol2s=12907 -recol2d=22026 -model=model_5264,Q -model=model_5263,0 - -// 9693 -[loc_9693] -active=no -ambient=15 -recol1s=9736 -recol1d=18889 -recol2s=12907 -recol2d=22026 -model=model_5266,Q -model=model_5265,0 - -// 9694 -[loc_9694] -ambient=50 -active=yes -recol1s=32576 -recol1d=16878 -model=model_9558,Q -name=Noticeboard - -// 9695 -[loc_9695] -ambient=50 -active=yes -recol1s=32576 -recol1d=16878 -model=model_9557,Q -name=Noticeboard - -// 9696 -[loc_9696] -ambient=30 -active=yes -model=model_9555,Q -name=Sign - -// 9697 -[loc_9697] -width=2 -blockrange=no -recol1s=16809 -recol1d=16740 -recol2s=14695 -recol2d=14660 -recol3s=13638 -recol3d=13603 -recol4s=12581 -recol4d=12546 -model=model_9547 -model2=model_9549 -name=Large Table - -// 9698 -[loc_9698] -width=2 -blockrange=no -recol1s=16809 -recol1d=16740 -recol2s=14695 -recol2d=14660 -recol3s=13638 -recol3d=13603 -recol4s=12581 -recol4d=12546 -model=model_9547 -model2=model_9550 -name=Large Table - -// 9699 -[loc_9699] -width=2 -blockrange=no -recol1s=16809 -recol1d=16740 -recol2s=14695 -recol2d=14660 -recol3s=13638 -recol3d=13603 -recol4s=12581 -recol4d=12546 -model=model_9547 -name=Large Table - -// 9700 -[loc_9700] -width=2 -blockrange=no -recol1s=16809 -recol1d=16740 -recol2s=14695 -recol2d=14660 -recol3s=13638 -recol3d=13603 -recol4s=12581 -recol4d=12546 -model=model_9547 -name=Large Table - -// 9701 -[loc_9701] -active=no -ambient=15 -recol1s=9736 -recol1d=9538 -recol2s=12907 -recol2d=12939 -model=model_5262,Q -model=model_5261,0 - -// 9702 -[loc_9702] -width=4 -blockrange=no -recol1s=19085 -recol1d=17902 -recol2s=3104 -recol2d=8422 -model=model_1557 -name=Table - -// 9703 -[loc_9703] -recol1s=6338 -recol1d=8422 -model=model_1560 -name=Candlestick holder - -// 9704 -[loc_9704] -blockrange=no -recol1s=6336 -recol1d=8422 -recol2s=5248 -recol2d=8422 -model=model_1558 -name=Chair - -// 9705 -[loc_9705] -blockrange=no -recol1s=6336 -recol1d=8422 -recol2s=5248 -recol2d=8422 -model=model_1555 -name=Chair - -// 9706 -[loc_9706] -op1=Pull -model=model_9615 -name=Lever - -// 9707 -[loc_9707] -op1=Pull -model=model_9615 -name=Lever - -// 9708 -[loc_9708] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=28036 -model=model_3184 -name=Rocks - -// 9709 -[loc_9709] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=28036 -model=model_3183 -name=Rocks - -// 9710 -[loc_9710] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=28036 -model=model_3195 -name=Rocks - -// 9711 -[loc_9711] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=23080 -model=model_3184 -name=Rocks - -// 9712 -[loc_9712] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=23080 -model=model_3183 -name=Rocks - -// 9713 -[loc_9713] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=23080 -model=model_3195 -name=Rocks - -// 9714 -[loc_9714] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=15789 -model=model_3184 -name=Rocks - -// 9715 -[loc_9715] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=15789 -model=model_3183 -name=Rocks - -// 9716 -[loc_9716] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=15789 -model=model_3195 -name=Rocks - -// 9717 -[loc_9717] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 9718 -[loc_9718] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 9719 -[loc_9719] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=6242 -model=model_3195 -name=Rocks - -// 9720 -[loc_9720] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=32480 -model=model_3184 -name=Rocks - -// 9721 -[loc_9721] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=32480 -model=model_3183 -name=Rocks - -// 9722 -[loc_9722] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=32480 -model=model_3195 -name=Rocks - -// 9723 -[loc_9723] -msi=msi_24 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=12480 -model=model_9528 -name=Rocks - -// 9724 -[loc_9724] -msi=msi_25 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=12480 -model=model_9526 -name=Rocks - -// 9725 -[loc_9725] -msi=msi_12 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=12480 -model=model_9527 -name=Rocks - -// 9726 -[loc_9726] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=26525 -recol2s=6342 -recol2d=1469 -model=model_11025 -model2=model_11024 -name=Rocks - -// 9727 -[loc_9727] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=32480 -model=model_11025 -model2=model_11024 -name=Rocks - -// 9728 -[loc_9728] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=32480 -model=model_11026 -model2=model_11024 -name=Rocks - -// 9729 -[loc_9729] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=32480 -model=model_11027 -model2=model_11024 -name=Rocks - -// 9730 -[loc_9730] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=20017 -model=model_11025 -model2=model_11024 -name=Rocks - -// 9731 -[loc_9731] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=20017 -model=model_11026 -model2=model_11024 -name=Rocks - -// 9732 -[loc_9732] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=20017 -model=model_11027 -model2=model_11024 -name=Rocks - -// 9733 -[loc_9733] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=23080 -model=model_11025 -model2=model_11024 -name=Rocks - -// 9734 -[loc_9734] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=23080 -model=model_11026 -model2=model_11024 -name=Rocks - -// 9735 -[loc_9735] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=23080 -model=model_11027 -model2=model_11024 -name=Rocks - -// 9736 -[loc_9736] -anim=seq_479 -ambient=30 -bgsound=synth_2143,10 -recol1s=1537 -recol1d=1456 -model=model_40862 -name=Aggie's Cauldron - -// 9737 -[loc_9737] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 9738 -[loc_9738] -mirror=yes -op1=Open -hillskew=yes -ambient=25 -contrast=25 -model=model_38441 -name=Ardougne wall door - -// 9739 -[loc_9739] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_38441 - -// 9740 -[loc_9740] -mirror=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -model=model_38441 - -// 9741 -[loc_9741] -length=2 -model=model_9595 -name=Trawler net - -// 9742 -[loc_9742] -length=2 -mirror=yes -model=model_9595 -name=Trawler net - -// 9743 -[loc_9743] -active=no -model=model_5649,1 - -// 9744 -[loc_9744] -op1=Climb-up -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5190 -name=Ship's ladder - -// 9745 -[loc_9745] -op1=Climb-down -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -model=model_5294 -name=Ship's ladder - -// 9746 -[loc_9746] -sharelight=yes -hillskew=yes -resizex=128 -resizey=256 -resizez=128 -ambient=30 -recol1s=6307 -recol1d=8386 -recol2s=7364 -recol2d=9443 -recol3s=8421 -recol3d=10500 -recol4s=9478 -recol4d=11557 -recol5s=10535 -recol5d=12614 -recol6s=11592 -recol6d=13671 -retex1s=material_560 -retex1d=material_418 -model=model_9741,1 - -// 9747 -[loc_9747] -sharelight=yes -hillskew=yes -ambient=30 -recol1s=6307 -recol1d=8386 -recol2s=7364 -recol2d=9443 -recol3s=8421 -recol3d=10500 -recol4s=9478 -recol4d=11557 -recol5s=10535 -recol5d=12614 -recol6s=11592 -recol6d=13671 -model=model_9741,1 - -// 9748 -[loc_9748] -active=yes -op1=Collect -model=model_9735,1 -model=model_9734,Q -name=Crystal collector - -// 9749 -[loc_9749] -ambient=30 -contrast=25 -active=yes -anim=seq_2734 -op1=Pull -model=model_9735,1 -model=model_9734,Q -name=Crystal collector - -// 9750 -[loc_9750] -blockwalk=yes -width=3 -length=3 -active=yes -blockrange=no -multivar=varplayerbit_1331 -multiloc=0,loc_9751 -multiloc=1,loc_9752 - -// 9751 -[loc_9751] -width=3 -length=3 -ambient=20 -contrast=20 -op1=Search -model=model_9721 -name=Crystal - -// 9752 -[loc_9752] -width=3 -length=3 -ambient=20 -contrast=20 -recol1s=1059 -recol1d=29436 -model=model_9721 -name=Crystal - -// 9753 -[loc_9753] -op1=Search -op2=Shut -forceapproach=north -model=model_1226 -name=Open chest - -// 9754 -[loc_9754] -op1=Open -forceapproach=north -model=model_1249 -name=Closed chest - -// 9755 -[loc_9755] -op1=Search -op2=Shut -forceapproach=north -model=model_1226 -name=Open chest - -// 9756 -[loc_9756] -op1=Open -forceapproach=north -model=model_1249 -name=Closed chest - -// 9757 -[loc_9757] -op1=Search -op2=Shut -forceapproach=north -model=model_1226 -name=Open chest - -// 9758 -[loc_9758] -op1=Open -forceapproach=north -model=model_1249 -name=Closed chest - -// 9759 -[loc_9759] -op1=Search -op2=Shut -forceapproach=north -model=model_1226 -name=Open chest - -// 9760 -[loc_9760] -op1=Open -forceapproach=north -model=model_1249 -name=Closed chest - -// 9761 -[loc_9761] -op1=Search -op2=Shut -forceapproach=north -model=model_1226 -name=Open chest - -// 9762 -[loc_9762] -op1=Open -forceapproach=north -model=model_1249 -name=Closed chest - -// 9763 -[loc_9763] -op1=Search -model=model_9671 -name=Guard - -// 9764 -[loc_9764] -length=2 -mirror=yes -op1=Search -model=model_9672 -name=Guard - -// 9765 -[loc_9765] -length=2 -op1=Search -model=model_9672 -model2=model_9673 -name=Guard - -// 9766 -[loc_9766] -length=2 -op1=Search -model=model_9674 -name=Slave - -// 9767 -[loc_9767] -length=2 -op1=Search -model=model_9675 -name=Slave - -// 9768 -[loc_9768] -anim=seq_2746 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=26688 -model=model_9723 -name=Light door - -// 9769 -[loc_9769] -anim=seq_2746 -ambient=100 -contrast=100 -recol1s=32767 -recol1d=32736 -model=model_9723 -name=Light door - -// 9770 -[loc_9770] -anim=seq_2746 -ambient=100 -contrast=100 -recol1s=32767 -recol1d=1986 -model=model_9723 -name=Light door - -// 9771 -[loc_9771] -anim=seq_2746 -ambient=100 -contrast=100 -recol1s=32767 -recol1d=2014 -model=model_9723 -name=Light door - -// 9772 -[loc_9772] -anim=seq_2746 -ambient=100 -contrast=100 -recol1s=32767 -recol1d=1118 -model=model_9723 -name=Light door - -// 9773 -[loc_9773] -anim=seq_2746 -ambient=100 -contrast=100 -recol1s=32767 -recol1d=31775 -model=model_9723 -name=Light door - -// 9774 -[loc_9774] -anim=seq_2746 -ambient=100 -contrast=100 -recol1s=32767 -recol1d=0 -model=model_9723 -name=Light door - -// 9775 -[loc_9775] -anim=seq_2746 -ambient=100 -contrast=100 -op1=Pass-through -model=model_9723 -name=Light door - -// 9776 -[loc_9776] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -active=yes -shadow=no -multivar=varplayerbit_1149 -multiloc=0,loc_9769 -multiloc=1,loc_9775 - -// 9777 -[loc_9777] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -active=yes -shadow=no -multivar=varplayerbit_1150 -multiloc=0,loc_9769 -multiloc=1,loc_9775 - -// 9778 -[loc_9778] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -active=yes -shadow=no -multivar=varplayerbit_1152 -multiloc=0,loc_9771 -multiloc=1,loc_9775 - -// 9779 -[loc_9779] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -shadow=no -multivar=varplayerbit_1153 -multiloc=0,loc_9771 -multiloc=1,loc_9775 - -// 9780 -[loc_9780] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -shadow=no -multivar=varplayerbit_1154 -multiloc=0,loc_9769 -multiloc=1,loc_9775 - -// 9781 -[loc_9781] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -shadow=no -multivar=varplayerbit_1155 -multiloc=0,loc_9773 -multiloc=1,loc_9775 - -// 9782 -[loc_9782] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -active=yes -shadow=no -multivar=varplayerbit_1159 -multiloc=0,loc_9773 -multiloc=1,loc_9775 - -// 9783 -[loc_9783] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -active=yes -shadow=no -multivar=varplayerbit_1160 -multiloc=0,loc_9773 -multiloc=1,loc_9775 - -// 9784 -[loc_9784] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -active=yes -shadow=no -multivar=varplayerbit_1161 -multiloc=0,loc_9772 -multiloc=1,loc_9775 - -// 9785 -[loc_9785] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -active=yes -shadow=no -multivar=varplayerbit_1162 -multiloc=0,loc_9772 -multiloc=1,loc_9775 - -// 9786 -[loc_9786] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -shadow=no -multivar=varplayerbit_1156 -multiloc=1,loc_9774 - -// 9787 -[loc_9787] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -shadow=no -multivar=varplayerbit_1157 -multiloc=0,loc_9771 -multiloc=1,loc_9775 - -// 9788 -[loc_9788] -blockwalk=yes -active=yes -op1=Pass -raiseobject=no -shadow=no -multivar=varplayerbit_1158 -multiloc=0,loc_9774 -multiloc=1,loc_9775 - -// 9789 -[loc_9789] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -model=model_9727 - -// 9790 -[loc_9790] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=26688 -model=model_9727 - -// 9791 -[loc_9791] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=32736 -model=model_9727 - -// 9792 -[loc_9792] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=1986 -model=model_9727 - -// 9793 -[loc_9793] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=2014 -model=model_9727 - -// 9794 -[loc_9794] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=1118 -model=model_9727 - -// 9795 -[loc_9795] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=31775 -model=model_9727 - -// 9796 -[loc_9796] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1235 -multiloc=1,loc_9790 -multiloc=2,loc_9791 -multiloc=3,loc_9792 -multiloc=4,loc_9793 -multiloc=5,loc_9794 -multiloc=6,loc_9795 -multiloc=7,loc_9789 - -// 9797 -[loc_9797] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1239 -multiloc=1,loc_9790 -multiloc=2,loc_9791 -multiloc=3,loc_9792 -multiloc=4,loc_9793 -multiloc=5,loc_9794 -multiloc=6,loc_9795 -multiloc=7,loc_9789 - -// 9798 -[loc_9798] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1243 -multiloc=1,loc_9790 -multiloc=2,loc_9791 -multiloc=3,loc_9792 -multiloc=4,loc_9793 -multiloc=5,loc_9794 -multiloc=6,loc_9795 -multiloc=7,loc_9789 - -// 9799 -[loc_9799] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -model=model_9725 - -// 9800 -[loc_9800] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=26688 -model=model_9725 - -// 9801 -[loc_9801] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=32736 -model=model_9725 - -// 9802 -[loc_9802] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=1986 -model=model_9725 - -// 9803 -[loc_9803] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=2014 -model=model_9725 - -// 9804 -[loc_9804] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=1118 -model=model_9725 - -// 9805 -[loc_9805] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=31775 -model=model_9725 - -// 9806 -[loc_9806] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -model=model_9726 - -// 9807 -[loc_9807] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=26688 -model=model_9726 - -// 9808 -[loc_9808] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=32736 -model=model_9726 - -// 9809 -[loc_9809] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=1986 -model=model_9726 - -// 9810 -[loc_9810] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=2014 -model=model_9726 - -// 9811 -[loc_9811] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=1118 -model=model_9726 - -// 9812 -[loc_9812] -active=no -blockwalk=no -anim=seq_2747 -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=31775 -model=model_9726 - -// 9813 -[loc_9813] -active=no -blockwalk=no -ambient=100 -contrast=100 -anim=seq_2742 -shadow=no -model=model_9736 - -// 9814 -[loc_9814] -active=no -blockwalk=no -ambient=100 -contrast=100 -anim=seq_2742 -shadow=no -recol1s=32767 -recol1d=26688 -model=model_9736 - -// 9815 -[loc_9815] -active=no -blockwalk=no -ambient=100 -contrast=100 -anim=seq_2742 -shadow=no -recol1s=32767 -recol1d=32736 -model=model_9736 - -// 9816 -[loc_9816] -active=no -blockwalk=no -ambient=100 -contrast=100 -anim=seq_2742 -shadow=no -recol1s=32767 -recol1d=1986 -model=model_9736 - -// 9817 -[loc_9817] -active=no -blockwalk=no -ambient=100 -contrast=100 -anim=seq_2742 -shadow=no -recol1s=32767 -recol1d=2014 -model=model_9736 - -// 9818 -[loc_9818] -active=no -blockwalk=no -ambient=100 -contrast=100 -anim=seq_2742 -shadow=no -recol1s=32767 -recol1d=1118 -model=model_9736 - -// 9819 -[loc_9819] -active=no -blockwalk=no -ambient=100 -contrast=100 -anim=seq_2742 -shadow=no -recol1s=32767 -recol1d=31775 -model=model_9736 - -// 9820 -[loc_9820] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -model=model_9728 - -// 9821 -[loc_9821] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=26688 -model=model_9728 - -// 9822 -[loc_9822] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=32736 -model=model_9728 - -// 9823 -[loc_9823] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=1986 -model=model_9728 - -// 9824 -[loc_9824] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=2014 -model=model_9728 - -// 9825 -[loc_9825] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=1118 -model=model_9728 - -// 9826 -[loc_9826] -active=no -blockwalk=no -ambient=100 -contrast=100 -shadow=no -recol1s=32767 -recol1d=31775 -model=model_9728 - -// 9827 -[loc_9827] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1267 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 -multiloc=8,loc_9807 -multiloc=9,loc_9808 -multiloc=10,loc_9809 -multiloc=11,loc_9810 -multiloc=12,loc_9811 -multiloc=13,loc_9812 -multiloc=14,loc_9806 -multiloc=15,loc_9821 -multiloc=16,loc_9822 -multiloc=17,loc_9823 -multiloc=18,loc_9824 -multiloc=19,loc_9825 -multiloc=20,loc_9826 -multiloc=21,loc_9820 -multiloc=22,loc_9814 -multiloc=23,loc_9815 -multiloc=24,loc_9816 -multiloc=25,loc_9817 -multiloc=26,loc_9818 -multiloc=27,loc_9819 -multiloc=28,loc_9813 - -// 9828 -[loc_9828] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1268 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 -multiloc=8,loc_9807 -multiloc=9,loc_9808 -multiloc=10,loc_9809 -multiloc=11,loc_9810 -multiloc=12,loc_9811 -multiloc=13,loc_9812 -multiloc=14,loc_9806 -multiloc=15,loc_9821 -multiloc=16,loc_9822 -multiloc=17,loc_9823 -multiloc=18,loc_9824 -multiloc=19,loc_9825 -multiloc=20,loc_9826 -multiloc=21,loc_9820 -multiloc=22,loc_9814 -multiloc=23,loc_9815 -multiloc=24,loc_9816 -multiloc=25,loc_9817 -multiloc=26,loc_9818 -multiloc=27,loc_9819 -multiloc=28,loc_9813 - -// 9829 -[loc_9829] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1269 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 -multiloc=8,loc_9807 -multiloc=9,loc_9808 -multiloc=10,loc_9809 -multiloc=11,loc_9810 -multiloc=12,loc_9811 -multiloc=13,loc_9812 -multiloc=14,loc_9806 -multiloc=15,loc_9821 -multiloc=16,loc_9822 -multiloc=17,loc_9823 -multiloc=18,loc_9824 -multiloc=19,loc_9825 -multiloc=20,loc_9826 -multiloc=21,loc_9820 -multiloc=22,loc_9814 -multiloc=23,loc_9815 -multiloc=24,loc_9816 -multiloc=25,loc_9817 -multiloc=26,loc_9818 -multiloc=27,loc_9819 -multiloc=28,loc_9813 - -// 9830 -[loc_9830] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1274 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 -multiloc=8,loc_9807 -multiloc=9,loc_9808 -multiloc=10,loc_9809 -multiloc=11,loc_9810 -multiloc=12,loc_9811 -multiloc=13,loc_9812 -multiloc=14,loc_9806 -multiloc=15,loc_9821 -multiloc=16,loc_9822 -multiloc=17,loc_9823 -multiloc=18,loc_9824 -multiloc=19,loc_9825 -multiloc=20,loc_9826 -multiloc=21,loc_9820 -multiloc=22,loc_9814 -multiloc=23,loc_9815 -multiloc=24,loc_9816 -multiloc=25,loc_9817 -multiloc=26,loc_9818 -multiloc=27,loc_9819 -multiloc=28,loc_9813 - -// 9831 -[loc_9831] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1275 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 -multiloc=8,loc_9807 -multiloc=9,loc_9808 -multiloc=10,loc_9809 -multiloc=11,loc_9810 -multiloc=12,loc_9811 -multiloc=13,loc_9812 -multiloc=14,loc_9806 -multiloc=15,loc_9821 -multiloc=16,loc_9822 -multiloc=17,loc_9823 -multiloc=18,loc_9824 -multiloc=19,loc_9825 -multiloc=20,loc_9826 -multiloc=21,loc_9820 -multiloc=22,loc_9814 -multiloc=23,loc_9815 -multiloc=24,loc_9816 -multiloc=25,loc_9817 -multiloc=26,loc_9818 -multiloc=27,loc_9819 -multiloc=28,loc_9813 - -// 9832 -[loc_9832] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1276 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 -multiloc=8,loc_9807 -multiloc=9,loc_9808 -multiloc=10,loc_9809 -multiloc=11,loc_9810 -multiloc=12,loc_9811 -multiloc=13,loc_9812 -multiloc=14,loc_9806 -multiloc=15,loc_9821 -multiloc=16,loc_9822 -multiloc=17,loc_9823 -multiloc=18,loc_9824 -multiloc=19,loc_9825 -multiloc=20,loc_9826 -multiloc=21,loc_9820 -multiloc=22,loc_9814 -multiloc=23,loc_9815 -multiloc=24,loc_9816 -multiloc=25,loc_9817 -multiloc=26,loc_9818 -multiloc=27,loc_9819 -multiloc=28,loc_9813 - -// 9833 -[loc_9833] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1270 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 -multiloc=8,loc_9807 -multiloc=9,loc_9808 -multiloc=10,loc_9809 -multiloc=11,loc_9810 -multiloc=12,loc_9811 -multiloc=13,loc_9812 -multiloc=14,loc_9806 -multiloc=15,loc_9821 -multiloc=16,loc_9822 -multiloc=17,loc_9823 -multiloc=18,loc_9824 -multiloc=19,loc_9825 -multiloc=20,loc_9826 -multiloc=21,loc_9820 -multiloc=22,loc_9814 -multiloc=23,loc_9815 -multiloc=24,loc_9816 -multiloc=25,loc_9817 -multiloc=26,loc_9818 -multiloc=27,loc_9819 -multiloc=28,loc_9813 - -// 9834 -[loc_9834] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1219 -multiloc=1,loc_9821 -multiloc=2,loc_9822 -multiloc=3,loc_9823 -multiloc=4,loc_9824 -multiloc=5,loc_9825 -multiloc=6,loc_9826 -multiloc=7,loc_9820 - -// 9835 -[loc_9835] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1271 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 -multiloc=8,loc_9807 -multiloc=9,loc_9808 -multiloc=10,loc_9809 -multiloc=11,loc_9810 -multiloc=12,loc_9811 -multiloc=13,loc_9812 -multiloc=14,loc_9806 -multiloc=15,loc_9821 -multiloc=16,loc_9822 -multiloc=17,loc_9823 -multiloc=18,loc_9824 -multiloc=19,loc_9825 -multiloc=20,loc_9826 -multiloc=21,loc_9820 -multiloc=22,loc_9814 -multiloc=23,loc_9815 -multiloc=24,loc_9816 -multiloc=25,loc_9817 -multiloc=26,loc_9818 -multiloc=27,loc_9819 -multiloc=28,loc_9813 - -// 9836 -[loc_9836] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1272 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 -multiloc=8,loc_9807 -multiloc=9,loc_9808 -multiloc=10,loc_9809 -multiloc=11,loc_9810 -multiloc=12,loc_9811 -multiloc=13,loc_9812 -multiloc=14,loc_9806 -multiloc=15,loc_9821 -multiloc=16,loc_9822 -multiloc=17,loc_9823 -multiloc=18,loc_9824 -multiloc=19,loc_9825 -multiloc=20,loc_9826 -multiloc=21,loc_9820 -multiloc=22,loc_9814 -multiloc=23,loc_9815 -multiloc=24,loc_9816 -multiloc=25,loc_9817 -multiloc=26,loc_9818 -multiloc=27,loc_9819 -multiloc=28,loc_9813 - -// 9837 -[loc_9837] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1273 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 -multiloc=8,loc_9807 -multiloc=9,loc_9808 -multiloc=10,loc_9809 -multiloc=11,loc_9810 -multiloc=12,loc_9811 -multiloc=13,loc_9812 -multiloc=14,loc_9806 -multiloc=15,loc_9821 -multiloc=16,loc_9822 -multiloc=17,loc_9823 -multiloc=18,loc_9824 -multiloc=19,loc_9825 -multiloc=20,loc_9826 -multiloc=21,loc_9820 -multiloc=22,loc_9814 -multiloc=23,loc_9815 -multiloc=24,loc_9816 -multiloc=25,loc_9817 -multiloc=26,loc_9818 -multiloc=27,loc_9819 -multiloc=28,loc_9813 - -// 9838 -[loc_9838] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1249 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9839 -[loc_9839] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1250 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9840 -[loc_9840] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1251 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9841 -[loc_9841] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1163 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9842 -[loc_9842] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1164 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9843 -[loc_9843] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1165 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9844 -[loc_9844] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1166 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9845 -[loc_9845] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1167 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9846 -[loc_9846] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1168 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9847 -[loc_9847] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1169 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9848 -[loc_9848] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1170 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9849 -[loc_9849] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1171 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9850 -[loc_9850] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1172 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9851 -[loc_9851] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1173 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9852 -[loc_9852] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1174 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9853 -[loc_9853] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1175 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9854 -[loc_9854] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1176 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9855 -[loc_9855] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1177 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9856 -[loc_9856] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1178 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9857 -[loc_9857] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1179 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9858 -[loc_9858] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1180 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9859 -[loc_9859] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1194 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9860 -[loc_9860] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1195 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9861 -[loc_9861] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1196 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9862 -[loc_9862] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1197 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9863 -[loc_9863] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1198 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9864 -[loc_9864] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1199 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9865 -[loc_9865] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1201 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9866 -[loc_9866] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1202 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9867 -[loc_9867] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1200 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9868 -[loc_9868] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1203 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9869 -[loc_9869] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1204 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9870 -[loc_9870] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1206 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9871 -[loc_9871] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1205 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9872 -[loc_9872] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1207 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9873 -[loc_9873] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1209 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9874 -[loc_9874] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1210 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9875 -[loc_9875] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1211 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9876 -[loc_9876] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1212 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9877 -[loc_9877] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1228 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9878 -[loc_9878] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1229 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9879 -[loc_9879] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1230 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9880 -[loc_9880] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1231 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9881 -[loc_9881] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1232 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9882 -[loc_9882] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1233 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9883 -[loc_9883] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1234 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9884 -[loc_9884] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1235 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9885 -[loc_9885] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1236 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9886 -[loc_9886] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1237 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9887 -[loc_9887] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1238 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9888 -[loc_9888] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1239 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9889 -[loc_9889] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1240 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9890 -[loc_9890] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1241 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9891 -[loc_9891] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1242 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9892 -[loc_9892] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1243 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9893 -[loc_9893] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1244 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9894 -[loc_9894] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1245 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9895 -[loc_9895] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1246 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9896 -[loc_9896] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1247 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9897 -[loc_9897] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1248 -multiloc=1,loc_9800 -multiloc=2,loc_9801 -multiloc=3,loc_9802 -multiloc=4,loc_9803 -multiloc=5,loc_9804 -multiloc=6,loc_9805 -multiloc=7,loc_9799 - -// 9898 -[loc_9898] -ambient=25 -contrast=25 -op1=Search -model=model_9733 -name=Pillar of Light - -// 9899 -[loc_9899] -ambient=25 -contrast=25 -op1=Search -model=model_9732 -name=Pillar of Light - -// 9900 -[loc_9900] -ambient=25 -contrast=25 -op1=Search -model=model_9731 -name=Pillar of Light - -// 9901 -[loc_9901] -ambient=25 -contrast=25 -op1=Search -model=model_9730 -name=Pillar of Light - -// 9902 -[loc_9902] -ambient=25 -contrast=25 -op1=Search -model=model_9729 -name=Pillar of Light - -// 9903 -[loc_9903] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=26688 -model=model_9733 -name=Pillar of Light - -// 9904 -[loc_9904] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=26688 -model=model_9732 -name=Pillar of Light - -// 9905 -[loc_9905] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=26688 -model=model_9731 -name=Pillar of Light - -// 9906 -[loc_9906] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=26688 -model=model_9730 -name=Pillar of Light - -// 9907 -[loc_9907] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=26688 -model=model_9729 -name=Pillar of Light - -// 9908 -[loc_9908] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=32736 -model=model_9733 -name=Pillar of Light - -// 9909 -[loc_9909] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=32736 -model=model_9732 -name=Pillar of Light - -// 9910 -[loc_9910] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=32736 -model=model_9731 -name=Pillar of Light - -// 9911 -[loc_9911] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=32736 -model=model_9730 -name=Pillar of Light - -// 9912 -[loc_9912] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=32736 -model=model_9729 -name=Pillar of Light - -// 9913 -[loc_9913] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=1986 -model=model_9733 -name=Pillar of Light - -// 9914 -[loc_9914] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=1986 -model=model_9732 -name=Pillar of Light - -// 9915 -[loc_9915] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=1986 -model=model_9731 -name=Pillar of Light - -// 9916 -[loc_9916] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=1986 -model=model_9730 -name=Pillar of Light - -// 9917 -[loc_9917] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=1986 -model=model_9729 -name=Pillar of Light - -// 9918 -[loc_9918] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=2014 -model=model_9733 -name=Pillar of Light - -// 9919 -[loc_9919] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=2014 -model=model_9732 -name=Pillar of Light - -// 9920 -[loc_9920] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=2014 -model=model_9731 -name=Pillar of Light - -// 9921 -[loc_9921] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=2014 -model=model_9730 -name=Pillar of Light - -// 9922 -[loc_9922] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=2014 -model=model_9729 -name=Pillar of Light - -// 9923 -[loc_9923] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=1118 -model=model_9733 -name=Pillar of Light - -// 9924 -[loc_9924] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=1118 -model=model_9732 -name=Pillar of Light - -// 9925 -[loc_9925] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=1118 -model=model_9731 -name=Pillar of Light - -// 9926 -[loc_9926] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=1118 -model=model_9730 -name=Pillar of Light - -// 9927 -[loc_9927] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=1118 -model=model_9729 -name=Pillar of Light - -// 9928 -[loc_9928] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=31775 -model=model_9733 -name=Pillar of Light - -// 9929 -[loc_9929] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=31775 -model=model_9732 -name=Pillar of Light - -// 9930 -[loc_9930] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=31775 -model=model_9731 -name=Pillar of Light - -// 9931 -[loc_9931] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=31775 -model=model_9730 -name=Pillar of Light - -// 9932 -[loc_9932] -ambient=25 -contrast=25 -op1=Search -recol1s=32767 -recol1d=31775 -model=model_9729 -name=Pillar of Light - -// 9933 -[loc_9933] -ambient=25 -contrast=25 -op1=Search -model=model_9706 -name=Pillar of Light - -// 9934 -[loc_9934] -ambient=25 -contrast=25 -op1=Search -model=model_9705 -name=Pillar of Light - -// 9935 -[loc_9935] -ambient=25 -contrast=25 -op1=Search -model=model_9704 -name=Pillar of Light - -// 9936 -[loc_9936] -ambient=25 -contrast=25 -op1=Search -model=model_9703 -name=Pillar of Light - -// 9937 -[loc_9937] -ambient=25 -contrast=25 -op1=Search -model=model_9702 -name=Pillar of Light - -// 9938 -[loc_9938] -active=yes -multivar=varplayerbit_1235 -multiloc=0,loc_9937 -multiloc=1,loc_9907 -multiloc=2,loc_9912 -multiloc=3,loc_9917 -multiloc=4,loc_9922 -multiloc=5,loc_9927 -multiloc=6,loc_9932 -multiloc=7,loc_9902 - -// 9939 -[loc_9939] -active=yes -multivar=varplayerbit_1239 -multiloc=0,loc_9937 -multiloc=1,loc_9907 -multiloc=2,loc_9912 -multiloc=3,loc_9917 -multiloc=4,loc_9922 -multiloc=5,loc_9927 -multiloc=6,loc_9932 -multiloc=7,loc_9902 - -// 9940 -[loc_9940] -active=yes -multivar=varplayerbit_1243 -multiloc=0,loc_9937 -multiloc=1,loc_9907 -multiloc=2,loc_9912 -multiloc=3,loc_9917 -multiloc=4,loc_9922 -multiloc=5,loc_9927 -multiloc=6,loc_9932 -multiloc=7,loc_9902 - -// 9941 -[loc_9941] -active=yes -multivar=varplayerbit_1181 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9942 -[loc_9942] -active=yes -multivar=varplayerbit_1183 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9943 -[loc_9943] -active=yes -multivar=varplayerbit_1185 -multiloc=0,loc_9937 -multiloc=1,loc_9907 -multiloc=2,loc_9912 -multiloc=3,loc_9917 -multiloc=4,loc_9922 -multiloc=5,loc_9927 -multiloc=6,loc_9932 -multiloc=7,loc_9902 - -// 9944 -[loc_9944] -active=yes -multivar=varplayerbit_1186 -multiloc=0,loc_9936 -multiloc=1,loc_9906 -multiloc=2,loc_9911 -multiloc=3,loc_9916 -multiloc=4,loc_9921 -multiloc=5,loc_9926 -multiloc=6,loc_9931 -multiloc=7,loc_9901 - -// 9945 -[loc_9945] -active=yes -multivar=varplayerbit_1187 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9946 -[loc_9946] -active=yes -multivar=varplayerbit_1188 -multiloc=0,loc_9937 -multiloc=1,loc_9907 -multiloc=2,loc_9912 -multiloc=3,loc_9917 -multiloc=4,loc_9922 -multiloc=5,loc_9927 -multiloc=6,loc_9932 -multiloc=7,loc_9902 - -// 9947 -[loc_9947] -active=yes -multivar=varplayerbit_1189 -multiloc=0,loc_9936 -multiloc=1,loc_9906 -multiloc=2,loc_9911 -multiloc=3,loc_9916 -multiloc=4,loc_9921 -multiloc=5,loc_9926 -multiloc=6,loc_9931 -multiloc=7,loc_9901 - -// 9948 -[loc_9948] -active=yes -multivar=varplayerbit_1190 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9949 -[loc_9949] -active=yes -multivar=varplayerbit_1191 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9950 -[loc_9950] -active=yes -multivar=varplayerbit_1193 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9951 -[loc_9951] -active=yes -multivar=varplayerbit_1214 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9952 -[loc_9952] -active=yes -multivar=varplayerbit_1215 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9953 -[loc_9953] -active=yes -multivar=varplayerbit_1216 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9954 -[loc_9954] -active=yes -multivar=varplayerbit_1217 -multiloc=0,loc_9937 -multiloc=1,loc_9907 -multiloc=2,loc_9912 -multiloc=3,loc_9917 -multiloc=4,loc_9922 -multiloc=5,loc_9927 -multiloc=6,loc_9932 -multiloc=7,loc_9902 - -// 9955 -[loc_9955] -active=yes -multivar=varplayerbit_1218 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9956 -[loc_9956] -active=yes -multivar=varplayerbit_1220 -multiloc=0,loc_9933 -multiloc=1,loc_9903 -multiloc=2,loc_9908 -multiloc=3,loc_9913 -multiloc=4,loc_9918 -multiloc=5,loc_9923 -multiloc=6,loc_9928 -multiloc=7,loc_9898 - -// 9957 -[loc_9957] -active=yes -multivar=varplayerbit_1221 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9958 -[loc_9958] -active=yes -multivar=varplayerbit_1222 -multiloc=0,loc_9937 -multiloc=1,loc_9907 -multiloc=2,loc_9912 -multiloc=3,loc_9917 -multiloc=4,loc_9922 -multiloc=5,loc_9927 -multiloc=6,loc_9932 -multiloc=7,loc_9902 - -// 9959 -[loc_9959] -active=yes -multivar=varplayerbit_1226 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9960 -[loc_9960] -active=yes -multivar=varplayerbit_1227 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9961 -[loc_9961] -active=yes -multivar=varplayerbit_1252 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9962 -[loc_9962] -active=yes -multivar=varplayerbit_1253 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9963 -[loc_9963] -active=yes -multivar=varplayerbit_1254 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9964 -[loc_9964] -active=yes -multivar=varplayerbit_1255 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9965 -[loc_9965] -active=yes -multivar=varplayerbit_1256 -multiloc=0,loc_9937 -multiloc=1,loc_9907 -multiloc=2,loc_9912 -multiloc=3,loc_9917 -multiloc=4,loc_9922 -multiloc=5,loc_9927 -multiloc=6,loc_9932 -multiloc=7,loc_9902 - -// 9966 -[loc_9966] -active=yes -multivar=varplayerbit_1258 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9967 -[loc_9967] -active=yes -multivar=varplayerbit_1260 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9968 -[loc_9968] -active=yes -multivar=varplayerbit_1261 -multiloc=0,loc_9937 -multiloc=1,loc_9907 -multiloc=2,loc_9912 -multiloc=3,loc_9917 -multiloc=4,loc_9922 -multiloc=5,loc_9927 -multiloc=6,loc_9932 -multiloc=7,loc_9902 - -// 9969 -[loc_9969] -active=yes -multivar=varplayerbit_1262 -multiloc=0,loc_9936 -multiloc=1,loc_9906 -multiloc=2,loc_9911 -multiloc=3,loc_9916 -multiloc=4,loc_9921 -multiloc=5,loc_9926 -multiloc=6,loc_9931 -multiloc=7,loc_9901 - -// 9970 -[loc_9970] -active=yes -multivar=varplayerbit_1263 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9971 -[loc_9971] -active=yes -multivar=varplayerbit_1265 -multiloc=0,loc_9934 -multiloc=1,loc_9904 -multiloc=2,loc_9909 -multiloc=3,loc_9914 -multiloc=4,loc_9919 -multiloc=5,loc_9924 -multiloc=6,loc_9929 -multiloc=7,loc_9899 - -// 9972 -[loc_9972] -active=yes -multivar=varplayerbit_1266 -multiloc=0,loc_9935 -multiloc=1,loc_9905 -multiloc=2,loc_9910 -multiloc=3,loc_9915 -multiloc=4,loc_9920 -multiloc=5,loc_9925 -multiloc=6,loc_9930 -multiloc=7,loc_9900 - -// 9973 -[loc_9973] -ambient=25 -contrast=25 -op1=Search -model=model_9703 -name=Pillar of Light - -// 9974 -[loc_9974] -active=yes -multivar=varplayerbit_1330 -multiloc=0,loc_36747 -multiloc=1,loc_9975 - -// 9975 -[loc_9975] -hillskew=yes -ambient=25 -contrast=15 -op1=Descend -model=model_37623 -name=Cave Stairs - -// 9976 -[loc_9976] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5270 -recolhsl2d=5522 -recolhsl3s=5275 -recolhsl3d=5527 -recolhsl4s=5280 -recolhsl4d=5532 -recolhsl5s=5261 -recolhsl5d=5513 -recolhsl6s=5266 -recolhsl6d=5518 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_36075,D - -// 9977 -[loc_9977] -length=3 -op1=Enter -model=model_9697 -name=Tunnel - -// 9978 -[loc_9978] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_9685,1 -name=Ladder - -// 9979 -[loc_9979] -width=2 -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_9686 -name=Ladder - -// 9980 -[loc_9980] -ambient=25 -contrast=25 -recol1s=1986 -recol1d=2014 -recol2s=32096 -recol2d=32736 -model=model_9679 -name=Final Pillar - -// 9981 -[loc_9981] -ambient=25 -contrast=25 -model=model_9702 -name=Pillar of Light - -// 9982 -[loc_9982] -ambient=25 -contrast=25 -model=model_9706 -name=Pillar of Light - -// 9983 -[loc_9983] -ambient=25 -contrast=25 -model=model_9705 -name=Pillar of Light - -// 9984 -[loc_9984] -ambient=25 -contrast=25 -model=model_9704 -name=Pillar of Light - -// 9985 -[loc_9985] -ambient=25 -contrast=25 -model=model_9703 -name=Pillar of Light - -// 9986 -[loc_9986] -ambient=25 -contrast=25 -model=model_9729 -name=Pillar of Light - -// 9987 -[loc_9987] -ambient=25 -contrast=25 -forcedecor=yes -model=model_9677,0 - -// 9988 -[loc_9988] -ambient=25 -contrast=25 -model=model_9724 -name=Pillar of Light - -// 9989 -[loc_9989] -active=no -model=model_9684,0 - -// 9990 -[loc_9990] -width=3 -length=3 -active=no -model=model_9681 - -// 9991 -[loc_9991] -width=3 -length=3 -active=no -model=model_9682 - -// 9992 -[loc_9992] -anim=seq_2743 -ambient=60 -contrast=60 -model=model_8327,Q - -// 9993 -[loc_9993] -ambient=30 -contrast=30 -model=model_9712,Q - -// 9994 -[loc_9994] -ambient=30 -contrast=30 -model=model_9713,Q - -// 9995 -[loc_9995] -ambient=30 -contrast=30 -model=model_9714,Q - -// 9996 -[loc_9996] -ambient=30 -contrast=30 -model=model_9715,Q - -// 9997 -[loc_9997] -ambient=30 -contrast=30 -model=model_9717,Q - -// 9998 -[loc_9998] -ambient=30 -contrast=30 -model=model_9718,Q - -// 9999 -[loc_9999] -ambient=30 -contrast=30 -model=model_9719,Q - -// 10000 -[loc_10000] -ambient=30 -contrast=30 -model=model_9716,Q - -// 10001 -[loc_10001] -ambient=30 -contrast=30 -model=model_9720,Q - -// 10002 -[loc_10002] -mirror=yes -width=2 -model=model_9683 -name=Light door - -// 10003 -[loc_10003] -width=2 -model=model_9683 -name=Light door - -// 10004 -[loc_10004] -mirror=yes -width=2 -recol1s=32767 -recol1d=26688 -model=model_9683 -name=Light door - -// 10005 -[loc_10005] -width=2 -recol1s=32767 -recol1d=26688 -model=model_9683 -name=Light door - -// 10006 -[loc_10006] -mirror=yes -width=2 -recol1s=32767 -recol1d=32736 -model=model_9683 -name=Light door - -// 10007 -[loc_10007] -width=2 -recol1s=32767 -recol1d=32736 -model=model_9683 -name=Light door - -// 10008 -[loc_10008] -mirror=yes -width=2 -recol1s=32767 -recol1d=2014 -model=model_9683 -name=Light door - -// 10009 -[loc_10009] -width=2 -recol1s=32767 -recol1d=2014 -model=model_9683 -name=Light door - -// 10010 -[loc_10010] -mirror=yes -width=2 -recol1s=32767 -recol1d=1118 -model=model_9683 -name=Light door - -// 10011 -[loc_10011] -width=2 -recol1s=32767 -recol1d=1118 -model=model_9683 -name=Light door - -// 10012 -[loc_10012] -mirror=yes -width=2 -recol1s=32767 -recol1d=31775 -model=model_9683 -name=Light door - -// 10013 -[loc_10013] -width=2 -recol1s=32767 -recol1d=31775 -model=model_9683 -name=Light door - -// 10014 -[loc_10014] -anim=seq_2744 -width=3 -length=3 -ambient=40 -contrast=30 -model=model_9722 -name=Crystal - -// 10015 -[loc_10015] -width=3 -length=3 -op1=Climb-up -forceapproach=south -ambient=20 -contrast=20 -msi=msi_7 -model=model_5400 -name=Staircase - -// 10016 -[loc_10016] -width=3 -length=3 -op1=Climb-down -forceapproach=north -ambient=20 -contrast=20 -msi=msi_7 -model=model_5401 -name=Staircase - -// 10017 -[loc_10017] -length=3 -op1=Climb-up -forceapproach=south -ambient=20 -contrast=20 -msi=msi_7 -model=model_9710 -name=Staircase - -// 10018 -[loc_10018] -length=3 -op1=Climb-down -forceapproach=north -ambient=20 -contrast=20 -msi=msi_7 -model=model_9711 -name=Staircase - -// 10019 -[loc_10019] -ambient=20 -contrast=20 -model=model_9698 -name=Pillar - -// 10020 -[loc_10020] -ambient=20 -contrast=20 -model=model_9699 -name=Pillar - -// 10021 -[loc_10021] -ambient=20 -contrast=20 -model=model_9700 -name=Pillar - -// 10022 -[loc_10022] -ambient=20 -contrast=20 -model=model_9701 -name=Pillar - -// 10023 -[loc_10023] -model=model_9691,1 - -// 10024 -[loc_10024] -active=no -sharelight=yes -model=model_9687,1 -model=model_9688,2 -model=model_9689,5 - -// 10025 -[loc_10025] -sharelight=yes -model=model_9694,1 - -// 10026 -[loc_10026] -active=no -sharelight=yes -model=model_9696 - -// 10027 -[loc_10027] -active=no -sharelight=yes -model=model_9690,1 - -// 10028 -[loc_10028] -active=no -sharelight=yes -model=model_9676 - -// 10029 -[loc_10029] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=16840 -recol2s=15618 -recol2d=17897 -recol3s=14594 -recol3d=19977 -model=model_1124,0 - -// 10030 -[loc_10030] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=16840 -recol2s=15618 -recol2d=17897 -recol3s=14594 -recol3d=19977 -model=model_1139,0 - -// 10031 -[loc_10031] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=16840 -recol2s=15618 -recol2d=17897 -recol3s=14594 -recol3d=19977 -model=model_1032,0 - -// 10032 -[loc_10032] -active=no -model=model_9693,1 - -// 10033 -[loc_10033] -op1=Climb -model=model_9680 -name=Wall support - -// 10034 -[loc_10034] -length=2 -width=2 -anim=seq_2209 -blockwalk=no -model=model_9737 -name=Trap - -// 10035 -[loc_10035] -op1=Climb-over -model=model_9738 -name=Low wall - -// 10036 -[loc_10036] -msi=msi_7 -op1=Climb-down -model=model_9707 -name=Rock - -// 10037 -[loc_10037] -model=model_9708 -name=Rope - -// 10038 -[loc_10038] -op1=Climb-up -model=model_9709 -name=Rope - -// 10039 -[loc_10039] -blockwalk=no -active=no -raiseobject=no -shadow=no -multivar=varplayerbit_1328 -multiloc=1,loc_10037 - -// 10040 -[loc_10040] -blockwalk=no -active=yes -raiseobject=no -shadow=no -multivar=varplayerbit_1328 -multiloc=1,loc_10038 - -// 10041 -[loc_10041] -width=2 -length=2 -msi=msi_1 -anim=seq_2749 -op1=Chop down -op2=Talk to -recol1s=5218 -recol1d=12548 -model=model_9746 -name=Tree - -// 10042 -[loc_10042] -sharelight=yes -blockwalk=yes -active=no -model=model_9769,1 - -// 10043 -[loc_10043] -sharelight=yes -width=2 -active=no -model=model_9776 - -// 10044 -[loc_10044] -sharelight=yes -active=no -model=model_9774,1 - -// 10045 -[loc_10045] -sharelight=yes -active=no -model=model_9772,1 - -// 10046 -[loc_10046] -sharelight=yes -width=2 -active=no -model=model_9773 - -// 10047 -[loc_10047] -sharelight=yes -mirror=yes -active=no -model=model_9774,1 - -// 10048 -[loc_10048] -sharelight=yes -mirror=yes -active=no -model=model_9772,1 - -// 10049 -[loc_10049] -sharelight=yes -mirror=yes -width=2 -active=no -model=model_9773 - -// 10050 -[loc_10050] -sharelight=yes -active=no -model=model_9770,1 - -// 10051 -[loc_10051] -sharelight=yes -active=no -model=model_9771 - -// 10052 -[loc_10052] -sharelight=yes -active=no -model=model_9775 - -// 10053 -[loc_10053] -sharelight=yes -hillskew=yes -active=no -recol1s=12618 -recol1d=9577 -model=model_9779,1 -model=model_9780,5 - -// 10054 -[loc_10054] -width=2 -sharelight=yes -hillskew=yes -model=model_9793 -name=Container - -// 10055 -[loc_10055] -length=3 -sharelight=yes -hillskew=yes -model=model_9782 -name=Gate - -// 10056 -[loc_10056] -sharelight=yes -hillskew=yes -model=model_9781 -name=Gate - -// 10057 -[loc_10057] -anim=seq_471 -bgsound=synth_3124,3 -model=model_9537 -name=Flagpole - -// 10058 -[loc_10058] -length=3 -width=3 -sharelight=yes -hillskew=yes -active=no -model=model_9795 - -// 10059 -[loc_10059] -sharelight=yes -hillskew=yes -active=no -model=model_9794 - -// 10060 -[loc_10060] -active=no -anim=seq_2768 -hillskew=yes -bgsound=synth_3124,3 -recol1s=14799 -recol1d=7328 -recol2s=26293 -recol2d=11619 -recol3s=32614 -recol3d=25986 -recol4s=23716 -recol4d=13667 -model=model_9796 - -// 10061 -[loc_10061] -active=no -hillskew=yes -recol1s=14799 -recol1d=7328 -recol2s=26293 -recol2d=11619 -recol3s=32614 -recol3d=25986 -recol4s=23716 -recol4d=13667 -model=model_9797,8 -model=model_9798,1 - -// 10062 -[loc_10062] -width=2 -forceapproach=north -model=model_1439 -name=Obstacle net - -// 10063 -[loc_10063] -width=2 -forceapproach=west -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_1475 -name=Obstacle pipe - -// 10064 -[loc_10064] -active=no -forcedecor=yes -length=4 -width=2 -ambient=10 -contrast=10 -model=model_9783 - -// 10065 -[loc_10065] -active=no -forcedecor=yes -length=4 -width=2 -mirror=yes -ambient=10 -contrast=10 -model=model_9783 - -// 10066 -[loc_10066] -active=no -sharelight=yes -forcedecor=yes -width=2 -model=model_9785 - -// 10067 -[loc_10067] -active=no -sharelight=yes -forcedecor=yes -width=2 -model=model_9786 - -// 10068 -[loc_10068] -multivar=varplayerbit_1335 -multiloc=0,loc_10075 -multiloc=1,loc_10072 -multiloc=2,loc_10073 -multiloc=3,loc_10074 - -// 10069 -[loc_10069] -multivar=varplayerbit_1336 -multiloc=0,loc_10075 -multiloc=1,loc_10072 -multiloc=2,loc_10073 -multiloc=3,loc_10074 - -// 10070 -[loc_10070] -multivar=varplayerbit_1337 -multiloc=0,loc_10075 -multiloc=1,loc_10072 -multiloc=2,loc_10073 -multiloc=3,loc_10074 - -// 10071 -[loc_10071] -multivar=varplayerbit_1338 -multiloc=0,loc_10075 -multiloc=1,loc_10072 -multiloc=2,loc_10073 -multiloc=3,loc_10074 - -// 10072 -[loc_10072] -forcedecor=yes -hillskew=yes -forceapproach=south -active=no -model=model_9787 -model2=model_9791 - -// 10073 -[loc_10073] -forcedecor=yes -hillskew=yes -forceapproach=south -active=no -model=model_9787 -model2=model_9789 - -// 10074 -[loc_10074] -forcedecor=yes -hillskew=yes -forceapproach=south -active=no -model=model_9787 -model2=model_9792 - -// 10075 -[loc_10075] -forcedecor=yes -hillskew=yes -forceapproach=south -active=no -model=model_9787 -model2=model_9790 - -// 10076 -[loc_10076] -sharelight=yes -forcedecor=yes -hillskew=yes -blockwalk=no -op1=Use -recol1s=16846 -recol1d=7552 -model=model_9788,0 -name=Exercise mat - -// 10077 -[loc_10077] -sharelight=yes -forcedecor=yes -hillskew=yes -blockwalk=no -op1=Use -recol1s=16846 -recol1d=4577 -model=model_9788,0 -name=Exercise mat - -// 10078 -[loc_10078] -sharelight=yes -forcedecor=yes -hillskew=yes -blockwalk=no -op1=Use -recol1s=16846 -recol1d=7424 -model=model_9788,0 -name=Exercise mat - -// 10079 -[loc_10079] -sharelight=yes -forcedecor=yes -hillskew=yes -blockwalk=no -op1=Use -recol1s=16846 -recol1d=5444 -model=model_9788,0 -name=Exercise mat - -// 10080 -[loc_10080] -model=model_9778 -name=Target - -// 10081 -[loc_10081] -width=2 -length=2 -msi=msi_0 -op3=hidden -recol1s=5218 -recol1d=12548 -model=model_1570 -name=Tree - -// 10082 -[loc_10082] -width=2 -length=2 -msi=msi_1 -resizex=100 -resizey=100 -resizez=100 -op3=hidden -model=model_1637 -name=Tree - -// 10083 -[loc_10083] -ambient=25 -width=3 -length=3 -op3=hidden -msi=msi_1 -model=model_8037 -model2=model_8040 -name=Oak - -// 10084 -[loc_10084] -width=2 -blockrange=no -model=model_1459 -name=Hay Bales - -// 10085 -[loc_10085] -width=2 -blockrange=no -model=model_1454 -name=Hay Bales - -// 10086 -[loc_10086] -width=2 -length=2 -blockrange=no -model=model_1455 -name=Haystack - -// 10087 -[loc_10087] -anim=seq_9645 -op1=Lure -op2=Bait -model=model_36844 -name=Ominous Fishing Spot - -// 10088 -[loc_10088] -anim=seq_9645 -op1=Lure -op2=Bait -model=model_36844 -name=Ominous Fishing Spot - -// 10089 -[loc_10089] -anim=seq_9645 -op1=Lure -op2=Bait -model=model_36844 -name=Ominous Fishing Spot - -// 10090 -[loc_10090] -op1=Read -resizey=90 -recol1s=7329 -recol1d=14727 -recol2s=13636 -recol2d=17864 -model=model_1402 -name=Signpost - -// 10091 -[loc_10091] -anim=seq_9646 -op1=Fish-in -bgsound=synth_3074,3 -model=model_36844 -name=Aquarium - -// 10092 -[loc_10092] -active=no -forcedecor=yes -ambient=20 -contrast=10 -model=model_9821,0 - -// 10093 -[loc_10093] -blockwalk=yes -op1=Churn -forceapproach=south -active=yes -ambient=15 -contrast=10 -blockrange=no -model=model_9837 -name=Dairy churn - -// 10094 -[loc_10094] -blockwalk=yes -op1=Churn -forceapproach=south -active=yes -ambient=15 -contrast=10 -blockrange=no -model=model_9838 -name=Dairy churn - -// 10095 -[loc_10095] -forcedecor=yes -mapfunction=61 -model=model_1105,0 - -// 10096 -[loc_10096] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_1366 -multiloc=0,loc_10097 -multiloc=1,loc_10098 -multiloc=2,loc_10099 -multiloc=3,loc_10100 -multiloc=4,loc_10101 -multiloc=5,loc_10102 - -// 10097 -[loc_10097] -op2=Inspect -model=model_7801 -model2=model_7766 -name=Blindweed Patch - -// 10098 -[loc_10098] -op2=Inspect -model=model_7800 -model2=model_7766 -name=Blindweed Patch - -// 10099 -[loc_10099] -op2=Inspect -model=model_7798 -model2=model_7766 -name=Blindweed Patch - -// 10100 -[loc_10100] -op2=Inspect -model=model_7794 -name=Blindweed Patch - -// 10101 -[loc_10101] -ambient=25 -op2=Inspect -model=model_9869 -model2=model_7766 -name=Blindweed Patch - -// 10102 -[loc_10102] -op1=Pick -op2=Inspect -model=model_9870 -model2=model_7766 -name=Blindweed Patch - -// 10103 -[loc_10103] -op2=Inspect -blockwalk=yes -width=2 -length=2 -active=yes -model=model_7801 -model2=model_7766 -name=Trashed Patch - -// 10104 -[loc_10104] -active=yes -hillskew=yes -length=2 -width=2 -anim=seq_2807 -forceapproach=south -multivar=varplayerbit_1355 -multiloc=0,loc_10142 -multiloc=1,loc_10143 -multiloc=2,loc_10144 - -// 10105 -[loc_10105] -active=yes -blockwalk=no -model=model_3951 -name=Stagnant Lake - -// 10106 -[loc_10106] -active=no -sharelight=yes -hillskew=yes -ambient=-25 -model=model_9884,1 -model=model_9885,3 -model=model_9886,4 - -// 10107 -[loc_10107] -active=no -sharelight=yes -hillskew=yes -ambient=-25 -model=model_9887,1 - -// 10108 -[loc_10108] -active=no -sharelight=yes -hillskew=yes -ambient=-40 -model=model_9888,1 - -// 10109 -[loc_10109] -active=no -sharelight=yes -hillskew=yes -ambient=-40 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 10110 -[loc_10110] -active=no -sharelight=yes -hillskew=yes -ambient=-10 -model=model_9876,1 - -// 10111 -[loc_10111] -sharelight=yes -hillskew=yes -ambient=-40 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 10112 -[loc_10112] -sharelight=yes -hillskew=yes -ambient=-40 -model=model_4345,A -model=model_4346,S - -// 10113 -[loc_10113] -sharelight=yes -hillskew=yes -ambient=-40 -model=model_4347,A -model=model_4348,S - -// 10114 -[loc_10114] -sharelight=yes -hillskew=yes -ambient=-40 -model=model_4349,A - -// 10115 -[loc_10115] -sharelight=yes -hillskew=yes -mirror=yes -ambient=-40 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 10116 -[loc_10116] -sharelight=yes -hillskew=yes -mirror=yes -ambient=-40 -model=model_4345,A -model=model_4346,S - -// 10117 -[loc_10117] -sharelight=yes -hillskew=yes -mirror=yes -ambient=-40 -model=model_4347,A -model=model_4348,S - -// 10118 -[loc_10118] -sharelight=yes -hillskew=yes -mirror=yes -ambient=-40 -model=model_4349,A - -// 10119 -[loc_10119] -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_9877,0 - -// 10120 -[loc_10120] -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_9878,0 - -// 10121 -[loc_10121] -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_9879,0 - -// 10122 -[loc_10122] -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_9880,0 - -// 10123 -[loc_10123] -sharelight=yes -hillskew=yes -mirror=yes -forcedecor=yes -model=model_9877,0 - -// 10124 -[loc_10124] -sharelight=yes -hillskew=yes -mirror=yes -forcedecor=yes -model=model_9878,0 - -// 10125 -[loc_10125] -sharelight=yes -hillskew=yes -mirror=yes -forcedecor=yes -model=model_9879,0 - -// 10126 -[loc_10126] -sharelight=yes -hillskew=yes -mirror=yes -forcedecor=yes -model=model_9880,0 - -// 10127 -[loc_10127] -active=no -sharelight=yes -hillskew=yes -resizex=128 -resizey=151 -resizez=128 -forcedecor=yes -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 10128 -[loc_10128] -sharelight=yes -hillskew=yes -model=model_9881,A - -// 10129 -[loc_10129] -sharelight=yes -hillskew=yes -model=model_9875 -name=Chimney Pipe - -// 10130 -[loc_10130] -hillskew=yes -ambient=15 -model=model_9889,Q - -// 10131 -[loc_10131] -hillskew=yes -ambient=15 -model=model_9890,Q - -// 10132 -[loc_10132] -hillskew=yes -ambient=15 -model=model_9891,Q - -// 10133 -[loc_10133] -hillskew=yes -mirror=yes -ambient=15 -model=model_9889,Q - -// 10134 -[loc_10134] -hillskew=yes -mirror=yes -ambient=15 -model=model_9890,Q - -// 10135 -[loc_10135] -hillskew=yes -mirror=yes -ambient=15 -model=model_9891,Q - -// 10136 -[loc_10136] -length=3 -op1=Climb-up -forceapproach=north -msi=msi_7 -model=model_9882 -name=Wooden Stair - -// 10137 -[loc_10137] -length=2 -op1=Climb-down -msi=msi_7 -model=model_9883 -name=Wooden Stair - -// 10138 -[loc_10138] -width=3 -length=3 -model=model_9535 -name=Row boat - -// 10139 -[loc_10139] -width=2 -length=2 -msi=msi_5 -hillchange=tree_skew,64 -recol1s=11552 -recol1d=7360 -recol2s=15747 -recol2d=10466 -recol3s=10794 -recol3d=227 -recol4s=13901 -recol4d=162 -model=model_8069 -model2=model_8075 -name=Palm tree - -// 10140 -[loc_10140] -width=2 -length=2 -msi=msi_5 -hillchange=tree_skew,64 -recol1s=11552 -recol1d=7360 -recol2s=15747 -recol2d=10466 -recol3s=10794 -recol3d=227 -recol4s=13901 -recol4d=162 -model=model_8069 -name=Palm tree - -// 10141 -[loc_10141] -width=2 -length=2 -msi=msi_5 -hillchange=tree_skew,64 -recol1s=11552 -recol1d=7360 -recol2s=15747 -recol2d=10466 -recol3s=10794 -recol3d=227 -recol4s=13901 -recol4d=162 -model=model_8068 -name=Palm tree - -// 10142 -[loc_10142] -hillskew=yes -length=2 -width=2 -anim=seq_2807 -model=model_14316 -name=Brewing control - -// 10143 -[loc_10143] -hillskew=yes -length=2 -width=2 -anim=seq_2807 -bgsound=synth_3119,15 -model=model_14317 -name=Brewing control - -// 10144 -[loc_10144] -hillskew=yes -length=2 -width=2 -anim=seq_2807 -bgsound=synth_5489,15 -model=model_14318 -name=Brewing control - -// 10145 -[loc_10145] -sharelight=yes -hillskew=yes -resizey=115 -bgsound=synth_3117,3 -model=model_9861 -name=Brewing vat - -// 10146 -[loc_10146] -sharelight=yes -hillskew=yes -resizey=115 -model=model_9865 -name=Brewing vat - -// 10147 -[loc_10147] -sharelight=yes -hillskew=yes -resizey=115 -model=model_9866 -name=Brewing vat - -// 10148 -[loc_10148] -sharelight=yes -hillskew=yes -resizey=115 -op1=Turn -model=model_9868 -name=Output Tap - -// 10149 -[loc_10149] -width=2 -active=no -recol1s=8456 -recol1d=19840 -recol2s=13675 -recol2d=28192 -recol3s=6342 -recol3d=14528 -model=model_9040 - -// 10150 -[loc_10150] -active=no -recol1s=8456 -recol1d=19840 -recol2s=13675 -recol2d=28192 -recol3s=6342 -recol3d=14528 -model=model_9041 - -// 10151 -[loc_10151] -sharelight=yes -active=no -recol1s=8456 -recol1d=19840 -recol2s=13675 -recol2d=28192 -recol3s=6342 -recol3d=14528 -model=model_9042 - -// 10152 -[loc_10152] -active=no -recol1s=8456 -recol1d=19840 -recol2s=13675 -recol2d=28192 -recol3s=6342 -recol3d=14528 -model=model_9044 - -// 10153 -[loc_10153] -active=no -recol1s=8456 -recol1d=19840 -recol2s=13675 -recol2d=28192 -recol3s=6342 -recol3d=14528 -model=model_9045 - -// 10154 -[loc_10154] -active=no -recol1s=8456 -recol1d=19840 -recol2s=13675 -recol2d=28192 -recol3s=6342 -recol3d=14528 -model=model_9046 - -// 10155 -[loc_10155] -sharelight=yes -active=no -recol1s=8456 -recol1d=19840 -recol2s=13675 -recol2d=28192 -recol3s=6342 -recol3d=14528 -model=model_9047 - -// 10156 -[loc_10156] -sharelight=yes -active=no -recol1s=8456 -recol1d=19840 -recol2s=13675 -recol2d=28192 -recol3s=6342 -recol3d=14528 -model=model_9048 - -// 10157 -[loc_10157] -model=model_9860 -name=Barrels - -// 10158 -[loc_10158] -model=model_7775 -name=Brewer's Barrel - -// 10159 -[loc_10159] -op1=Search -blockrange=no -model=model_7699 -name=Crate - -// 10160 -[loc_10160] -op1=Search -model=model_7700 -name=Crates - -// 10161 -[loc_10161] -model=model_5283 -name=Boxes - -// 10162 -[loc_10162] -length=2 -forceapproach=east -op1=Open -model=model_1951 -name=Cupboard - -// 10163 -[loc_10163] -length=2 -op2=Search -op3=Shut -forceapproach=east -model=model_1953 -name=Open Cupboard - -// 10164 -[loc_10164] -active=yes -op1=Pull -multivar=varplayerbit_1354 -multiloc=0,loc_10166 -multiloc=1,loc_10166 -multiloc=2,loc_10166 -multiloc=3,loc_10166 -multiloc=4,loc_10166 -multiloc=5,loc_10165 - -// 10165 -[loc_10165] -op1=Pull -active=yes -model=model_1774 -name=Pressure Lever - -// 10166 -[loc_10166] -op1=Pull -active=yes -model=model_1796 -name=Pressure Lever - -// 10167 -[loc_10167] -sharelight=yes -op1=Climb-up -forceapproach=north -resizex=128 -resizey=151 -resizez=128 -msi=msi_7 -model=model_5187 -name=Ladder - -// 10168 -[loc_10168] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -resizex=128 -resizey=151 -resizez=128 -model=model_9504 -name=Ladder - -// 10169 -[loc_10169] -anim=seq_480 -active=no -model=model_2259 - -// 10170 -[loc_10170] -model=model_3951 -name=Hopper - -// 10171 -[loc_10171] -length=2 -op2=Count -forceapproach=north -bgsound=synth_3073,3 -model=model_9874 -name=Pressure Barrel - -// 10172 -[loc_10172] -op1=Open -hillskew=yes -model=model_9872,1 -name=Gate - -// 10173 -[loc_10173] -hillskew=yes -model=model_9872,1 - -// 10174 -[loc_10174] -ambient=20 -contrast=10 -model=model_9871 -name=Pirate Sign - -// 10175 -[loc_10175] -length=2 -blockrange=no -model=model_8245 -name=Sink - -// 10176 -[loc_10176] -forcedecor=yes -mapfunction=62 -model=model_1105,0 - -// 10177 -[loc_10177] -sharelight=yes -active=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -model=model_4566 -model2=model_4567 -name=Iron ladder - -// 10178 -[loc_10178] -anim=seq_9592 -model=model_9953 -name=Standing Torch - -// 10179 -[loc_10179] -anim=seq_9592 -ambient=35 -contrast=30 -model=model_9953 -model2=model_9954 -name=Standing Torch - -// 10180 -[loc_10180] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1122 -recol2s=7364 -recol2d=2179 -recol3s=8421 -recol3d=3236 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_9968,1 - -// 10181 -[loc_10181] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_9968,1 - -// 10182 -[loc_10182] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_9972,1 -model=model_9973,5 - -// 10183 -[loc_10183] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1122 -recol2s=7364 -recol2d=2179 -recol3s=8421 -recol3d=3236 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_9970,1 - -// 10184 -[loc_10184] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_9970,1 - -// 10185 -[loc_10185] -anim=seq_481 -ambient=60 -contrast=60 -bgsound=synth_4472,1 -hardshadow=no -model=model_9962,Q - -// 10186 -[loc_10186] -anim=seq_2871 -ambient=60 -contrast=60 -model=model_9927,Q - -// 10187 -[loc_10187] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_5414,5 - -// 10188 -[loc_10188] -hillskew=yes -active=no -sharelight=yes -model=model_9935,0 - -// 10189 -[loc_10189] -hillskew=yes -active=no -sharelight=yes -model=model_9938,0 - -// 10190 -[loc_10190] -hillskew=yes -active=no -sharelight=yes -model=model_9936,0 - -// 10191 -[loc_10191] -hillskew=yes -active=no -sharelight=yes -model=model_9939,0 - -// 10192 -[loc_10192] -hillskew=yes -active=no -sharelight=yes -model=model_9937,0 - -// 10193 -[loc_10193] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10194 -[loc_10194] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10195 -[loc_10195] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10196 -[loc_10196] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10197 -[loc_10197] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10198 -[loc_10198] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10199 -[loc_10199] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10200 -[loc_10200] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10201 -[loc_10201] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10202 -[loc_10202] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10203 -[loc_10203] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10204 -[loc_10204] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10205 -[loc_10205] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10206 -[loc_10206] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10207 -[loc_10207] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10208 -[loc_10208] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10209 -[loc_10209] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10210 -[loc_10210] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10211 -[loc_10211] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10212 -[loc_10212] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10213 -[loc_10213] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10214 -[loc_10214] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10215 -[loc_10215] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10216 -[loc_10216] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10217 -[loc_10217] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10218 -[loc_10218] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10219 -[loc_10219] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10220 -[loc_10220] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10221 -[loc_10221] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10222 -[loc_10222] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10223 -[loc_10223] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10224 -[loc_10224] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10225 -[loc_10225] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10226 -[loc_10226] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10227 -[loc_10227] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-down -model=model_4569 -name=Ladder - -// 10228 -[loc_10228] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10229 -[loc_10229] -sharelight=yes -active=yes -msi=msi_7 -op1=Climb-up -model=model_4566 -name=Ladder - -// 10230 -[loc_10230] -sharelight=yes -active=yes -op1=Climb-down -msi=msi_7 -model=model_4567 -name=Ladder - -// 10231 -[loc_10231] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1122 -recol2s=7364 -recol2d=2179 -recol3s=8421 -recol3d=3236 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 10232 -[loc_10232] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1122 -recol2s=7364 -recol2d=2179 -recol3s=8421 -recol3d=3236 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_9969,1 - -// 10233 -[loc_10233] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -model=model_9969,1 - -// 10234 -[loc_10234] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -model=model_9972,1 -model=model_9973,5 - -// 10235 -[loc_10235] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1122 -recol2s=7364 -recol2d=2179 -recol3s=8421 -recol3d=3236 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_9971,1 - -// 10236 -[loc_10236] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_9971,1 - -// 10237 -[loc_10237] -anim=seq_2871 -ambient=60 -contrast=60 -model=model_9927,Q - -// 10238 -[loc_10238] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 10239 -[loc_10239] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1057 -recol2s=7364 -recol2d=1122 -recol3s=8421 -recol3d=2211 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 10240 -[loc_10240] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1122 -recol2s=7364 -recol2d=2179 -recol3s=8421 -recol3d=3236 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -model=model_9966,5 - -// 10241 -[loc_10241] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -model=model_9966,5 - -// 10242 -[loc_10242] -width=2 -length=2 -active=yes -multivar=varplayerbit_1372 -multiloc=0,loc_6328 -multiloc=10,loc_6328 -multiloc=20,loc_6328 -multiloc=30,loc_6328 -multiloc=40,loc_6328 -multiloc=50,loc_6328 -multiloc=60,loc_10246 -multiloc=70,loc_6328 -multiloc=80,loc_6328 -multiloc=90,loc_6328 -multiloc=100,loc_6328 -multiloc=110,loc_6328 -multiloc=120,loc_6328 -multiloc=124,loc_6328 -multiloc=125,loc_6328 - -// 10243 -[loc_10243] -width=2 -length=2 -active=yes -multivar=varplayerbit_1372 -multiloc=0,loc_6329 -multiloc=10,loc_6329 -multiloc=20,loc_6329 -multiloc=30,loc_6329 -multiloc=40,loc_6329 -multiloc=50,loc_6329 -multiloc=60,loc_10247 -multiloc=70,loc_6329 -multiloc=80,loc_6329 -multiloc=90,loc_6329 -multiloc=100,loc_6329 -multiloc=110,loc_6329 -multiloc=120,loc_6329 -multiloc=124,loc_6329 -multiloc=125,loc_6329 - -// 10244 -[loc_10244] -width=2 -length=2 -active=yes -multivar=varplayerbit_1372 -multiloc=0,loc_6330 -multiloc=10,loc_6330 -multiloc=20,loc_6330 -multiloc=30,loc_6330 -multiloc=40,loc_6330 -multiloc=50,loc_6330 -multiloc=60,loc_10248 -multiloc=70,loc_6330 -multiloc=80,loc_6330 -multiloc=90,loc_6330 -multiloc=100,loc_6330 -multiloc=110,loc_6330 -multiloc=120,loc_6330 -multiloc=124,loc_6330 -multiloc=125,loc_6330 - -// 10245 -[loc_10245] -width=2 -length=2 -active=yes -multivar=varplayerbit_1372 -multiloc=0,loc_6330 -multiloc=10,loc_6330 -multiloc=20,loc_6330 -multiloc=30,loc_6330 -multiloc=40,loc_6330 -multiloc=50,loc_6330 -multiloc=60,loc_10248 -multiloc=70,loc_6330 -multiloc=80,loc_6330 -multiloc=90,loc_6330 -multiloc=100,loc_6330 -multiloc=110,loc_6330 -multiloc=120,loc_6330 -multiloc=124,loc_6330 -multiloc=125,loc_6330 - -// 10246 -[loc_10246] -width=2 -length=2 -op1=Look-in -model=model_6171 -name=Broken kiln - -// 10247 -[loc_10247] -width=2 -length=2 -op1=Look-in -model=model_6172 -name=Broken kiln - -// 10248 -[loc_10248] -width=2 -length=2 -op1=Look-in -model=model_6173 -name=Broken kiln - -// 10249 -[loc_10249] -blockwalk=no -width=2 -length=2 -active=yes -multivar=varplayerbit_1372 -multiloc=90,loc_10250 -multiloc=100,loc_10250 -multiloc=110,loc_10250 - -// 10250 -[loc_10250] -width=2 -length=2 -active=yes -recol1s=26421 -recol1d=21133 -model=model_9993 -name=Eric - -// 10251 -[loc_10251] -width=3 -anim=seq_2878 -op1=Enter -recol1s=13675 -recol1d=5285 -recol2s=11561 -recol2d=4228 -model=model_6194 -model2=model_6195 -name=Portal - -// 10252 -[loc_10252] -anim=seq_2883 -length=3 -width=3 -blockwalk=no -bgsound=synth_3139,3 -model=model_9996 -name=Magic circle - -// 10253 -[loc_10253] -ambient=20 -model=model_9992 -name=Standard - -// 10254 -[loc_10254] -active=no -ambient=25 -contrast=15 -model=model_37555,1 - -// 10255 -[loc_10255] -length=2 -recol1s=8321 -recol1d=7364 -recol2s=26389 -recol2d=24275 -recol3s=32569 -recol3d=32563 -model=model_1277 -name=Bed - -// 10256 -[loc_10256] -active=yes -recol1s=17764 -recol1d=9409 -recol2s=24137 -recol2d=10466 -model=model_4316,Q -name=Shelf - -// 10257 -[loc_10257] -active=yes -recol1s=24137 -recol1d=10466 -recol2s=17764 -recol2d=9409 -model=model_4318,Q -name=Shelf - -// 10258 -[loc_10258] -recol1s=16707 -recol1d=6240 -recol2s=17764 -recol2d=7296 -recol3s=18821 -recol3d=9409 -recol4s=20935 -recol4d=10466 -model=model_4326 -name=Table - -// 10259 -[loc_10259] -blockrange=no -recol1s=18821 -recol1d=6240 -recol2s=20901 -recol2d=7296 -recol3s=20935 -recol3d=9409 -recol4s=21992 -recol4d=10466 -model=model_4289 -name=Chair - -// 10260 -[loc_10260] -active=yes -op1=Open -raiseobject=no -recol1s=14626 -recol1d=10466 -recol2s=13569 -recol2d=9409 -recol3s=12512 -recol3d=6240 -recol4s=11456 -recol4d=7296 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 10261 -[loc_10261] -active=yes -op1=Close -raiseobject=no -recol1s=14626 -recol1d=10466 -recol2s=13569 -recol2d=9409 -recol3s=12512 -recol3d=6240 -recol4s=11456 -recol4d=7296 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 10262 -[loc_10262] -active=yes -op1=Open -raiseobject=no -recol1s=11458 -recol1d=6240 -recol2s=12515 -recol2d=7296 -recol3s=13569 -recol3d=9409 -recol4s=14626 -recol4d=10466 -recol5s=16740 -recol5d=11523 -model=model_639,1 -name=Door - -// 10263 -[loc_10263] -active=yes -op1=Close -raiseobject=no -recol1s=11458 -recol1d=6240 -recol2s=12515 -recol2d=7296 -recol3s=13569 -recol3d=9409 -recol4s=14626 -recol4d=10466 -recol5s=16740 -recol5d=11523 -model=model_639,1 -name=Door - -// 10264 -[loc_10264] -mirror=yes -active=yes -op1=Open -raiseobject=no -recol1s=11458 -recol1d=6240 -recol2s=12515 -recol2d=7296 -recol3s=13569 -recol3d=9409 -recol4s=14626 -recol4d=10466 -recol5s=16740 -recol5d=11523 -model=model_639,1 -name=Door - -// 10265 -[loc_10265] -mirror=yes -active=yes -op1=Close -raiseobject=no -recol1s=11458 -recol1d=6240 -recol2s=12515 -recol2d=7296 -recol3s=13569 -recol3d=9409 -recol4s=14626 -recol4d=10466 -recol5s=16740 -recol5d=11523 -model=model_639,1 -name=Door - -// 10266 -[loc_10266] -active=yes -multivar=varplayerbit_1390 -multiloc=0,loc_10281 -multiloc=1,loc_10267 - -// 10267 -[loc_10267] -op1=Study -recol1s=12512 -recol1d=6240 -recol2s=14626 -recol2d=7296 -recol3s=15683 -recol3d=9409 -recol4s=16740 -recol4d=10466 -model=model_10023 -name=Shield Display - -// 10268 -[loc_10268] -length=2 -active=yes -multivar=varplayerbit_1390 -multiloc=0,loc_10282 -multiloc=1,loc_10269 - -// 10269 -[loc_10269] -ambient=20 -op1=Study -recol1s=12512 -recol1d=6240 -recol2s=14626 -recol2d=7296 -recol3s=15683 -recol3d=9409 -recol4s=16740 -recol4d=10466 -model=model_10022 -model2=model_10019 -name=Large Display - -// 10270 -[loc_10270] -length=2 -active=yes -multivar=varplayerbit_1390 -multiloc=0,loc_10255 -multiloc=1,loc_10271 - -// 10271 -[loc_10271] -ambient=20 -op1=Study -recol1s=12512 -recol1d=6240 -recol2s=14626 -recol2d=7296 -recol3s=15683 -recol3d=9409 -recol4s=16740 -recol4d=10466 -model=model_10022 -model2=model_10020 -name=Large Display - -// 10272 -[loc_10272] -active=yes -multivar=varplayerbit_1390 -multiloc=0,loc_10280 -multiloc=1,loc_10273 - -// 10273 -[loc_10273] -ambient=20 -op1=Study -recol1s=12548 -recol1d=9409 -recol2s=11491 -recol2d=7296 -recol3s=10434 -recol3d=6240 -model=model_10016 -name=Bookcase - -// 10274 -[loc_10274] -model=model_7907 -name=Sacks - -// 10275 -[loc_10275] -blockwalk=no -recol1s=32767 -recol1d=7364 -model=model_11820,0 - -// 10276 -[loc_10276] -blockwalk=no -recol1s=32767 -recol1d=7364 -model=model_11818,0 - -// 10277 -[loc_10277] -active=yes -width=2 -length=3 -multivar=varplayerbit_1390 -multiloc=0,loc_10279 -multiloc=1,loc_10278 - -// 10278 -[loc_10278] -model=model_10017 -name=Catapult - -// 10279 -[loc_10279] -recol1s=13639 -recol1d=12580 -recol2s=12582 -recol2d=11523 -recol3s=11525 -recol3d=10466 -recol4s=10468 -recol4d=9409 -recol5s=9411 -recol5d=7296 -recol6s=8354 -recol6d=6240 -model=model_10021 -name=Crates - -// 10280 -[loc_10280] -recol1s=13639 -recol1d=12580 -recol2s=12582 -recol2d=11523 -recol3s=11525 -recol3d=10466 -recol4s=10468 -recol4d=9409 -recol5s=9411 -recol5d=7296 -recol6s=8354 -recol6d=6240 -model=model_5257 -name=Crates - -// 10281 -[loc_10281] -recol1s=13639 -recol1d=12580 -recol2s=12582 -recol2d=11523 -recol3s=11525 -recol3d=10466 -recol4s=10468 -recol4d=9409 -recol5s=9411 -recol5d=7296 -recol6s=8354 -recol6d=6240 -model=model_5256 -name=Crate - -// 10282 -[loc_10282] -recol1s=13639 -recol1d=12580 -recol2s=12582 -recol2d=11523 -recol3s=11525 -recol3d=10466 -recol4s=10468 -recol4d=9409 -recol5s=9411 -recol5d=7296 -recol6s=8354 -recol6d=6240 -model=model_10018 -name=Crates - -// 10283 -[loc_10283] -active=yes -forcedecor=yes -shadow=no -hillskew=yes -blockwalk=no -sharelight=yes -op1=Swim -model=model_3951 -name=River - -// 10284 -[loc_10284] -active=yes -forceapproach=south -width=2 -length=2 -multivar=varplayerbit_1394 -multiloc=0,loc_6774 -multiloc=1,loc_6775 - -// 10285 -[loc_10285] -sharelight=yes -active=no -raiseobject=no -model=model_15339,1 - -// 10286 -[loc_10286] -ambient=10 -recol1s=10501 -recol1d=11589 -recol2s=9444 -recol2d=10534 -recol3s=8387 -recol3d=9475 -recol4s=7330 -recol4d=7363 -model=model_5494 -name=Sack - -// 10287 -[loc_10287] -active=yes -length=2 -msi=msi_7 -sharelight=yes -forceapproach=south -op1=Climb-up -model=model_5882 -name=Stairs - -// 10288 -[loc_10288] -sharelight=yes -active=yes -msi=msi_7 -forceapproach=north -op1=Climb-down -model=model_5883 -name=Stairs - -// 10289 -[loc_10289] -sharelight=yes -occlude=yes -active=no -blockwalk=no -ambient=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_10049 - -// 10290 -[loc_10290] -active=yes -op1=Take -model=model_10052 -name=Rat trap - -// 10291 -[loc_10291] -active=yes -op1=Take -model=model_10052 -model2=model_10053 -name=Rat trap - -// 10292 -[loc_10292] -anim=seq_2897 -model=model_10052 -model2=model_10053 -name=Rat trap - -// 10293 -[loc_10293] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5904 -recolhsl1d=7444 -recolhsl2s=5660 -recolhsl2d=7448 -recolhsl3s=5665 -recolhsl3d=7450 -recolhsl4s=5541 -recolhsl4d=7454 -recolhsl5s=5784 -recolhsl5d=7450 -model=model_8232 -name=Barrel - -// 10294 -[loc_10294] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5904 -recolhsl1d=7444 -recolhsl2s=5660 -recolhsl2d=7448 -recolhsl3s=5665 -recolhsl3d=7450 -recolhsl4s=5541 -recolhsl4d=7454 -recolhsl5s=5784 -recolhsl5d=7450 -model=model_8232 -model2=model_9531 -name=Barrel - -// 10295 -[loc_10295] -ambient=25 -contrast=15 -recolhsl1s=5786 -recolhsl1d=7444 -recolhsl2s=5671 -recolhsl2d=7448 -recolhsl3s=5559 -recolhsl3d=7450 -recolhsl4s=5679 -recolhsl4d=7454 -recolhsl5s=5675 -recolhsl5d=7456 -recolhsl6s=6705 -recolhsl6d=7456 -model=model_5281 -model2=model_5282 -name=Bar pumps - -// 10296 -[loc_10296] -ambient=25 -contrast=15 -recolhsl1s=7952 -recolhsl1d=7448 -recolhsl2s=6707 -recolhsl2d=7456 -model=model_10089 -name=Stool - -// 10297 -[loc_10297] -ambient=35 -contrast=20 -model=model_10055,Q - -// 10298 -[loc_10298] -ambient=25 -contrast=15 -recolhsl1s=6682 -recolhsl1d=7444 -recolhsl2s=6558 -recolhsl2d=7448 -recolhsl3s=6563 -recolhsl3d=7450 -recolhsl4s=6439 -recolhsl4d=7454 -recolhsl5s=6443 -recolhsl5d=7456 -recolhsl6s=6806 -recolhsl6d=7456 -model=model_7700 -name=Crates - -// 10299 -[loc_10299] -active=yes -anim=seq_2899 -forceapproach=south -ambient=25 -contrast=15 -recolhsl1s=8466 -recolhsl1d=10255 -recolhsl2s=7445 -recolhsl2d=10256 -recol3s=7364 -recol3d=5284 -recolhsl4s=7448 -recolhsl4d=10262 -recolhsl5s=7450 -recolhsl5d=10266 -recol6s=8419 -recol6d=7398 -model=model_35727 -name=Rat lever - -// 10300 -[loc_10300] -active=yes -anim=seq_2901 -sharelight=yes -width=3 -length=2 -ambient=25 -contrast=15 -recolhsl1s=7454 -recolhsl1d=10266 -recolhsl2s=7445 -recolhsl2d=10256 -recolhsl3s=7450 -recolhsl3d=10262 -recolhsl4s=7448 -recolhsl4d=10258 -recolhsl5s=8466 -recolhsl5d=10260 -recolhsl6s=8470 -recolhsl6d=10255 -model=model_35728 -name=Rat barn - -// 10301 -[loc_10301] -active=yes -anim=seq_2898 -ambient=25 -contrast=15 -recol1s=9511 -recol1d=12717 -recol2s=8419 -recol2d=5318 -recol3s=8418 -recol3d=6341 -recol4s=8386 -recol4d=5284 -recol5s=7330 -recol5d=4227 -recol6s=7297 -recol6d=3170 -model=model_10054 -name=Rat barrel - -// 10302 -[loc_10302] -active=yes -resizex=110 -resizey=140 -resizez=110 -ambient=25 -contrast=15 -recol1s=9511 -recol1d=12717 -recol2s=8419 -recol2d=5318 -recol3s=8418 -recol3d=6341 -recol4s=8386 -recol4d=5284 -recol5s=7330 -recol5d=4227 -recol6s=7297 -recol6d=3170 -model=model_10054 -name=Rat barrel - -// 10303 -[loc_10303] -active=yes -ambient=25 -contrast=15 -recol1s=9511 -recol1d=12717 -recol2s=8419 -recol2d=5318 -recol3s=8418 -recol3d=6341 -recol4s=8386 -recol4d=5284 -recol5s=7330 -recol5d=4227 -recol6s=7297 -recol6d=3170 -model=model_10054 -name=Rat barrel - -// 10304 -[loc_10304] -recol1s=14694 -recol1d=8456 -recol2s=13637 -recol2d=7399 -recol3s=12580 -recol3d=7399 -recol4s=10466 -recol4d=8456 -recol5s=8352 -recol5d=5252 -model=model_7907 -name=Sacks - -// 10305 -[loc_10305] -ambient=10 -recol1s=15712 -recol1d=7399 -model=model_1482 -name=Sack - -// 10306 -[loc_10306] -ambient=10 -recol1s=10501 -recol1d=8456 -recol2s=9444 -recol2d=8423 -recol3s=8387 -recol3d=5252 -recol4s=7330 -recol4d=7399 -model=model_5494 -name=Sack - -// 10307 -[loc_10307] -active=yes -anim=seq_2900 -ambient=43 -contrast=22 -model=model_10048,Q -name=Lantern - -// 10308 -[loc_10308] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=south -model=model_1215 -name=Ladder - -// 10309 -[loc_10309] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -model=model_1208 -name=Ladder - -// 10310 -[loc_10310] -active=yes -anim=seq_2898 -ambient=25 -contrast=15 -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5904 -recolhsl2d=7448 -recolhsl3s=7700 -recolhsl3d=7450 -recolhsl4s=8724 -recolhsl4d=7454 -recolhsl5s=8598 -recolhsl5d=7456 -model=model_10054 -name=Rat barrel - -// 10311 -[loc_10311] -active=yes -anim=seq_2899 -forceapproach=west -sharelight=yes -model=model_35727 -name=Rat lever - -// 10312 -[loc_10312] -active=yes -anim=seq_2901 -width=3 -length=2 -ambient=25 -contrast=15 -model=model_35728 -name=Rat barn - -// 10313 -[loc_10313] -recol1s=14694 -recol1d=11589 -recol2s=13637 -recol2d=10534 -recol3s=12580 -recol3d=9475 -recol4s=10466 -recol4d=8353 -recol5s=8352 -recol5d=13702 -model=model_7907 -name=Sacks - -// 10314 -[loc_10314] -ambient=10 -recol1s=15712 -recol1d=10534 -model=model_1482 -name=Sack - -// 10315 -[loc_10315] -ambient=10 -recol1s=10501 -recol1d=11589 -recol2s=9444 -recol2d=10534 -recol3s=8387 -recol3d=9475 -recol4s=7330 -recol4d=7363 -model=model_5494 -name=Sack - -// 10316 -[loc_10316] -active=yes -ambient=25 -contrast=15 -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5904 -recolhsl2d=7448 -recolhsl3s=7700 -recolhsl3d=7450 -recolhsl4s=8724 -recolhsl4d=7454 -recolhsl5s=8598 -recolhsl5d=7456 -model=model_10054 -name=Rat barrel - -// 10317 -[loc_10317] -active=yes -anim=seq_2898 -ambient=25 -contrast=15 -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5904 -recolhsl2d=7448 -recolhsl3s=7700 -recolhsl3d=7450 -recolhsl4s=8724 -recolhsl4d=7454 -recolhsl5s=8598 -recolhsl5d=7456 -model=model_10054 -name=Rat barrel - -// 10318 -[loc_10318] -sharelight=yes -hillskew=yes -active=yes -op1=Open -blockrange=no -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 -name=Gates - -// 10319 -[loc_10319] -op1=Climb-down -active=yes -model=model_10050,Q -name=Trellis top - -// 10320 -[loc_10320] -active=yes -model=model_10050,Q -name=Hole in wall - -// 10321 -[loc_10321] -op1=Climb-down -forceapproach=south -model=model_37296 -name=Manhole - -// 10322 -[loc_10322] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=east -model=model_1203 -name=Ladder - -// 10323 -[loc_10323] -active=yes -op1=Climb-up -op2=Look-up -ambient=5 -contrast=5 -model=model_10071,Q -name=Trellis - -// 10324 -[loc_10324] -active=yes -ambient=5 -contrast=5 -model=model_10072,Q -name=Trellis - -// 10325 -[loc_10325] -active=yes -op1=Open -raiseobject=no -model=model_15339,1 -name=Door - -// 10326 -[loc_10326] -sharelight=yes -active=yes -raiseobject=no -model=model_15339,1 -name=Door - -// 10327 -[loc_10327] -active=yes -op1=Close -raiseobject=no -model=model_15339,1 -name=Door - -// 10328 -[loc_10328] -sharelight=yes -active=no -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_10070,5 - -// 10329 -[loc_10329] -sharelight=yes -occlude=yes -hillskew=yes -active=no -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_16340,8 -model=model_612,1 -model=model_613,2 -model=model_614,3 -model=model_615,5 - -// 10330 -[loc_10330] -sharelight=yes -occlude=yes -hillskew=yes -active=no -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_623,1 -model=model_624,3 -model=model_625,5 - -// 10331 -[loc_10331] -sharelight=yes -active=no -model=model_10060,1 - -// 10332 -[loc_10332] -sharelight=yes -mirror=yes -active=no -model=model_10060,1 - -// 10333 -[loc_10333] -sharelight=yes -hillskew=yes -active=no -model=model_849,1 -model=model_850,2 -model=model_851,3 -model=model_852,4 -model=model_853,5 - -// 10334 -[loc_10334] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_862,8 -model=model_844,1 -model=model_845,2 -model=model_846,3 -model=model_847,4 -model=model_848,5 - -// 10335 -[loc_10335] -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -op1=Spectate -recolhsl1s=8846 -recolhsl1d=8470 -recolhsl2s=8722 -recolhsl2d=7448 -recolhsl3s=8598 -recolhsl3d=7454 -recol4s=9476 -recol4d=9477 -recolhsl5s=8478 -recolhsl5d=7458 -model=model_10067,1 -model=model_10068,2 -model=model_10069,5 -name=Rat wall - -// 10336 -[loc_10336] -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -op1=Spectate -recolhsl1s=8846 -recolhsl1d=8470 -recolhsl2s=8722 -recolhsl2d=7448 -recolhsl3s=8598 -recolhsl3d=7454 -recolhsl4s=8602 -recolhsl4d=7441 -recolhsl5s=8478 -recolhsl5d=7458 -model=model_10066,1 -name=Rat wall - -// 10337 -[loc_10337] -active=yes -sharelight=yes -hillskew=yes -ambient=7 -contrast=7 -op1=Spectate -recolhsl1s=8846 -recolhsl1d=8470 -recolhsl2s=8722 -recolhsl2d=7448 -recolhsl3s=8598 -recolhsl3d=7454 -recolhsl4s=8602 -recolhsl4d=7441 -recolhsl5s=8478 -recolhsl5d=7458 -model=model_10067,1 -model=model_10068,2 -model=model_10069,5 -name=Rat wall - -// 10338 -[loc_10338] -active=yes -sharelight=yes -hillskew=yes -ambient=7 -contrast=7 -op1=Spectate -recolhsl1s=8846 -recolhsl1d=8470 -recolhsl2s=8722 -recolhsl2d=7448 -recolhsl3s=8598 -recolhsl3d=7454 -recolhsl4s=8602 -recolhsl4d=7441 -recolhsl5s=8478 -recolhsl5d=7458 -model=model_10066,1 -name=Rat wall - -// 10339 -[loc_10339] -sharelight=yes -occlude=yes -active=no -recol1s=6342 -recol1d=13638 -recol2s=28533 -recol2d=24206 -model=model_599,1 -model=model_600,2 -model=model_601,3 -model=model_602,4 -model=model_603,5 - -// 10340 -[loc_10340] -sharelight=yes -occlude=yes -active=no -recol1s=6342 -recol1d=13638 -recol2s=28533 -recol2d=24206 -model=model_586,1 -model=model_587,2 -model=model_588,3 -model=model_589,4 -model=model_591,5 - -// 10341 -[loc_10341] -sharelight=yes -occlude=yes -active=no -recol1s=6342 -recol1d=13638 -recol2s=28533 -recol2d=24206 -model=model_10061,1 -model=model_10062,2 -model=model_10063,3 -model=model_10064,4 -model=model_10065,5 - -// 10342 -[loc_10342] -active=yes -sharelight=yes -hillskew=yes -ambient=7 -contrast=7 -resizey=90 -op1=Spectate -ambient=25 -contrast=15 -recol1s=10533 -recol1d=7398 -recol2s=9476 -recol2d=6341 -recol3s=8419 -recol3d=6341 -recol4s=7362 -recol4d=5284 -recol5s=6305 -recol5d=4227 -model=model_10067,1 -model=model_10068,2 -model=model_10069,5 -name=Rat Wall - -// 10343 -[loc_10343] -active=yes -sharelight=yes -hillskew=yes -ambient=7 -resizey=90 -contrast=7 -op1=Spectate -ambient=25 -contrast=15 -recol1s=10533 -recol1d=7398 -recol2s=9476 -recol2d=6341 -recol3s=8419 -recol3d=6341 -recol4s=7362 -recol4d=5284 -recol5s=6305 -recol5d=4227 -model=model_10066,1 -name=Rat Wall - -// 10344 -[loc_10344] -active=yes -sharelight=yes -hillskew=yes -ambient=7 -contrast=7 -resizey=90 -op1=Spectate -ambient=25 -contrast=15 -recol1s=10533 -recol1d=7398 -recol2s=9476 -recol2d=6341 -recol3s=8419 -recol3d=6341 -recol4s=7362 -recol4d=5284 -recol5s=6305 -recol5d=4227 -model=model_10067,1 -model=model_10068,2 -model=model_10069,5 -name=Rat Wall - -// 10345 -[loc_10345] -active=yes -sharelight=yes -hillskew=yes -ambient=7 -resizey=90 -contrast=7 -op1=Spectate -ambient=25 -contrast=15 -recol1s=10533 -recol1d=7398 -recol2s=9476 -recol2d=6341 -recol3s=8419 -recol3d=6341 -recol4s=7362 -recol4d=5284 -recol5s=6305 -recol5d=4227 -model=model_10066,1 -name=Rat Wall - -// 10346 -[loc_10346] -ambient=30 -contrast=25 -active=yes -model=model_10051,Q -name=Rat hole - -// 10347 -[loc_10347] -ambient=30 -contrast=25 -active=yes -model=model_10051,Q -name=Rat hole - -// 10348 -[loc_10348] -ambient=30 -contrast=25 -active=yes -model=model_10051,Q -name=Rat hole - -// 10349 -[loc_10349] -ambient=30 -contrast=25 -active=yes -model=model_10051,Q -name=Rat hole - -// 10350 -[loc_10350] -ambient=30 -contrast=25 -active=yes -model=model_10051,Q -name=Rat hole - -// 10351 -[loc_10351] -ambient=30 -contrast=25 -active=no -model=model_10051,Q - -// 10352 -[loc_10352] -ambient=35 -hillskew=yes -active=no -recol1s=13505 -recol1d=17895 -recol2s=15618 -recol2d=17895 -recol3s=14594 -recol3d=17895 -model=model_1124,0 - -// 10353 -[loc_10353] -ambient=35 -hillskew=yes -active=no -recol1s=13505 -recol1d=17895 -recol2s=15618 -recol2d=17895 -recol3s=14594 -recol3d=17895 -model=model_1139,0 - -// 10354 -[loc_10354] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=23214 -recol2s=16846 -recol2d=23212 -recol3s=11561 -recol3d=22155 -model=model_4401,0 - -// 10355 -[loc_10355] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=23214 -recol2s=16846 -recol2d=23212 -recol3s=11561 -recol3d=22155 -model=model_4402,0 - -// 10356 -[loc_10356] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=23214 -recol2s=16846 -recol2d=23212 -recol3s=11561 -recol3d=22155 -model=model_4403,0 - -// 10357 -[loc_10357] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=23214 -recol2s=16846 -recol2d=23212 -recol3s=11561 -recol3d=22155 -model=model_4404,0 - -// 10358 -[loc_10358] -width=2 -length=3 -blockrange=no -model=model_1288 -name=Bed - -// 10359 -[loc_10359] -length=2 -blockrange=no -recol1s=8456 -recol1d=14594 -recol2s=26311 -recol2d=19917 -model=model_1256 -name=Bed - -// 10360 -[loc_10360] -length=2 -blockrange=no -model=model_7739 -name=Rolled up rugs - -// 10361 -[loc_10361] -active=yes -raiseobject=no -model=model_15339,1 -name=Door - -// 10362 -[loc_10362] -length=2 -ambient=15 -blockrange=no -model=model_8248 -name=Hay Bales - -// 10363 -[loc_10363] -active=no -recol1s=20935 -recol1d=12581 -recol2s=17764 -recol2d=10467 -recol3s=8387 -recol3d=12581 -recol4s=7330 -recol4d=10403 -model=model_5189,1 - -// 10364 -[loc_10364] -sharelight=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=9410 -recol5s=7331 -recol5d=8353 -recol6s=4128 -recol6d=7296 -retex1s=material_102 -retex1d=material_132 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 10365 -[loc_10365] -sharelight=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=9410 -recol5s=7331 -recol5d=8353 -recol6s=4128 -recol6d=7296 -retex1s=material_102 -retex1d=material_132 -model=model_4345,A -model=model_4346,S - -// 10366 -[loc_10366] -sharelight=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=9410 -recol5s=7331 -recol5d=8353 -recol6s=4128 -recol6d=7296 -retex1s=material_102 -retex1d=material_132 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 10367 -[loc_10367] -sharelight=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=12581 -recol5s=7331 -recol5d=10467 -recol6s=4128 -recol6d=7296 -retex1s=material_102 -retex1d=material_132 -model=model_5393,Z - -// 10368 -[loc_10368] -sharelight=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=12581 -recol5s=7331 -recol5d=10467 -recol6s=4128 -recol6d=7296 -retex1s=material_102 -retex1d=material_132 -model=model_6630,Z - -// 10369 -[loc_10369] -sharelight=yes -mirror=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=12581 -recol5s=7331 -recol5d=10467 -recol6s=4128 -recol6d=7296 -retex1s=material_102 -retex1d=material_132 -model=model_6630,Z - -// 10370 -[loc_10370] -sharelight=yes -active=no -mirror=yes -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=12581 -recol5s=7331 -recol5d=10467 -recol6s=4128 -recol6d=7296 -retex1s=material_102 -retex1d=material_132 -model=model_5393,Z - -// 10371 -[loc_10371] -ambient=10 -blockrange=no -model=model_8232 -name=Barrel - -// 10372 -[loc_10372] -resizez=128 -resizex=128 -resizey=82 -sharelight=yes -active=no -resizey=120 -recol1s=24137 -recol1d=14695 -recol2s=20935 -recol2d=12581 -recol3s=9445 -recol3d=12581 -recol4s=7331 -recol4d=10467 -retex1s=material_101 -retex1d=material_160 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 10373 -[loc_10373] -sharelight=yes -active=no -resizey=120 -recol1s=24137 -recol1d=14695 -recol2s=20935 -recol2d=12581 -recol3s=9445 -recol3d=12581 -recol4s=7331 -recol4d=10467 -model=model_4373,1 - -// 10374 -[loc_10374] -ambient=15 -model=model_7700 -name=Crates - -// 10375 -[loc_10375] -op1=Take -recol1s=16846 -recol1d=16878 -recol2s=15789 -recol2d=15821 -recol3s=18960 -recol3d=18992 -model=model_7914 -name=Tools - -// 10376 -[loc_10376] -width=2 -length=2 -active=yes -ambient=30 -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=13605 -recol3s=32593 -recol3d=22059 -model=model_1421 -model2=model_10151 -name=Choc-Ice Stall - -// 10377 -[loc_10377] -width=2 -length=2 -ambient=15 -forceapproach=west -bgsound=synth_2065,3 -model=model_10152 -name=Clay Oven - -// 10378 -[loc_10378] -ambient=25 -contrast=15 -op1=Search -blockrange=no -model=model_33997 -name=Crate - -// 10379 -[loc_10379] -ambient=25 -contrast=15 -op1=Search -model=model_33994 -name=Crates - -// 10380 -[loc_10380] -ambient=25 -contrast=15 -op1=Search -recol1s=8354 -recol1d=8387 -recolhsl2s=5656 -recolhsl2d=6555 -recolhsl3s=5532 -recolhsl3d=6559 -recolhsl4s=5537 -recolhsl4d=6434 -recol5s=12582 -recol5d=11558 -recolhsl6s=5417 -recolhsl6d=6444 -model=model_5283 -name=Boxes - -// 10381 -[loc_10381] -ambient=25 -contrast=15 -offsetx=-30 -offsety=0 -offsetz=0 -op1=Search -blockrange=no -model=model_7704 -name=Crates - -// 10382 -[loc_10382] -ambient=10 -forceapproach=south -op1=Open -model=model_10159 -model2=model_10160 -name=Cupboard - -// 10383 -[loc_10383] -ambient=10 -op2=Search -op3=Shut -forceapproach=south -model=model_10159 -model2=model_10162 -model3=model_10161 -name=Cupboard - -// 10384 -[loc_10384] -ambient=10 -forceapproach=south -op1=Open -model=model_10159 -model2=model_10160 -name=Cupboard - -// 10385 -[loc_10385] -ambient=10 -op2=Search -op3=Shut -forceapproach=south -model=model_10159 -model2=model_10162 -model3=model_10161 -name=Cupboard - -// 10386 -[loc_10386] -ambient=10 -op2=Search -op3=Shut -forceapproach=south -model=model_10159 -model2=model_10161 -name=Cupboard - -// 10387 -[loc_10387] -ambient=10 -op2=Search -op3=Shut -forceapproach=south -model=model_10159 -model2=model_10161 -name=Cupboard - -// 10388 -[loc_10388] -blockwalk=yes -active=yes -width=3 -length=3 -multivar=varplayerbit_1444 -multiloc=0,loc_10437 -multiloc=10,loc_10437 -multiloc=20,loc_10437 -multiloc=25,loc_10437 -multiloc=27,loc_10437 -multiloc=30,loc_10437 -multiloc=35,loc_10437 -multiloc=40,loc_10437 -multiloc=50,loc_10437 -multiloc=55,loc_10437 -multiloc=60,loc_10436 - -// 10389 -[loc_10389] -blockwalk=yes -active=yes -width=2 -multivar=varplayerbit_1444 -multiloc=0,loc_10438 -multiloc=10,loc_10438 -multiloc=20,loc_10438 -multiloc=25,loc_10438 -multiloc=27,loc_10438 -multiloc=30,loc_10438 -multiloc=35,loc_10438 -multiloc=40,loc_10438 -multiloc=50,loc_10438 -multiloc=55,loc_10438 -multiloc=60,loc_10439 - -// 10390 -[loc_10390] -active=no -hillskew=yes -blockwalk=no -model=model_10154 - -// 10391 -[loc_10391] -active=no -hillskew=yes -blockwalk=no -model=model_10153 - -// 10392 -[loc_10392] -active=no -blockwalk=no -length=3 -model=model_10208 - -// 10393 -[loc_10393] -blockwalk=yes -active=yes -blockrange=no -multivar=varplayerbit_1451 -multiloc=0,loc_10409 -multiloc=1,loc_10410 - -// 10394 -[loc_10394] -blockwalk=yes -active=yes -blockrange=no -multivar=varplayerbit_1451 -multiloc=0,loc_10402 -multiloc=1,loc_10404 - -// 10395 -[loc_10395] -blockwalk=yes -active=no -anim=seq_2905 -blockrange=no -multivar=varplayerbit_1451 -multiloc=1,loc_10403 - -// 10396 -[loc_10396] -blockwalk=yes -active=yes -multivar=varplayerbit_1449 -multiloc=0,loc_10405 -multiloc=1,loc_10406 - -// 10397 -[loc_10397] -blockwalk=yes -active=yes -multivar=varplayerbit_1449 -multiloc=0,loc_10402 -multiloc=1,loc_10404 - -// 10398 -[loc_10398] -blockwalk=yes -active=no -anim=seq_2905 -multivar=varplayerbit_1449 -multiloc=1,loc_10403 - -// 10399 -[loc_10399] -blockwalk=yes -active=yes -multivar=varplayerbit_1450 -multiloc=0,loc_10407 -multiloc=1,loc_10408 - -// 10400 -[loc_10400] -blockwalk=yes -active=yes -multivar=varplayerbit_1450 -multiloc=0,loc_10402 -multiloc=1,loc_10404 - -// 10401 -[loc_10401] -blockwalk=yes -active=no -anim=seq_2905 -multivar=varplayerbit_1450 -multiloc=1,loc_10403 - -// 10402 -[loc_10402] -hillskew=yes -ambient=20 -model=model_10194 -name=Water Channel - -// 10403 -[loc_10403] -anim=seq_2905 -active=no -ambient=20 -bgsound=synth_2170,3 -recol1s=5254 -recol1d=18166 -model=model_10132 - -// 10404 -[loc_10404] -hillskew=yes -ambient=20 -model=model_10194 -model2=model_10203 -name=Water Channel - -// 10405 -[loc_10405] -hillskew=yes -ambient=20 -op1=Clear -op3=hidden -model=model_10194 -model2=model_10204 -model3=model_10197 -name=Water Channel - -// 10406 -[loc_10406] -hillskew=yes -ambient=20 -model=model_10194 -model2=model_10203 -model3=model_10198 -name=Water Channel - -// 10407 -[loc_10407] -hillskew=yes -ambient=20 -op1=Clear -model=model_10199 -model2=model_10202 -model3=model_10200 -name=Water Channel - -// 10408 -[loc_10408] -hillskew=yes -ambient=20 -model=model_10199 -model2=model_10203 -model3=model_10201 -name=Water Channel - -// 10409 -[loc_10409] -hillskew=yes -ambient=20 -blockrange=no -model=model_10195 -model2=model_10202 -model3=model_10194 -name=Water Channel - -// 10410 -[loc_10410] -hillskew=yes -ambient=20 -blockrange=no -model=model_10196 -model2=model_10203 -model3=model_10194 -name=Water Channel - -// 10411 -[loc_10411] -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -recolhsl6s=21525 -recolhsl6d=4767 -model=model_37574,1 - -// 10412 -[loc_10412] -ambient=25 -contrast=15 -active=yes -blockwalk=yes -model=model_37017,0 -name=Hole - -// 10413 -[loc_10413] -length=2 -ambient=15 -recol1s=20933 -recol1d=13605 -recol2s=7329 -recol2d=12548 -recol3s=12448 -recol3d=16710 -model=model_5192 -name=Bed - -// 10414 -[loc_10414] -ambient=30 -length=2 -ambient=15 -blockrange=no -recol1s=16809 -recol1d=13605 -recol2s=14695 -recol2d=12548 -recol3s=13638 -recol3d=11491 -recol4s=12581 -recol4d=10434 -model=model_7712 -model2=model_10186 -name=Table - -// 10415 -[loc_10415] -length=2 -ambient=25 -contrast=15 -recol1s=4146 -recol1d=21039 -recol2s=17428 -recol2d=19948 -recol3s=32033 -recol3d=23936 -recol4s=16416 -recol4d=21794 -recol5s=17638 -recol5d=23104 -recol6s=23010 -recol6d=18912 -model=model_37361 -name=Rolled up rugs - -// 10416 -[loc_10416] -active=yes -op1=Climb-down -blockwalk=yes -hardshadow=no -model=model_10155,0 -name=Crevice - -// 10417 -[loc_10417] -width=3 -length=2 -sharelight=yes -op1=Leave -ambient=25 -contrast=15 -model=model_37205 -name=Cave exit - -// 10418 -[loc_10418] -ambient=25 -contrast=15 -op1=Open -mirror=yes -model=model_10174,1 -name=Door - -// 10419 -[loc_10419] -ambient=25 -contrast=15 -op1=Open -mirror=yes -model=model_10174,1 -name=Door - -// 10420 -[loc_10420] -ambient=25 -contrast=15 -op1=Open -mirror=yes -model=model_10174,1 -name=Door - -// 10421 -[loc_10421] -ambient=25 -contrast=15 -op1=Open -mirror=yes -model=model_10174,1 -name=Door - -// 10422 -[loc_10422] -ambient=25 -contrast=15 -mirror=yes -model=model_10174,1 - -// 10423 -[loc_10423] -op1=Open -ambient=25 -contrast=15 -recol1s=13605 -recol1d=23974 -model=model_10174,1 -name=Door - -// 10424 -[loc_10424] -ambient=25 -contrast=15 -recol1s=13605 -recol1d=23974 -model=model_10174,1 - -// 10425 -[loc_10425] -op1=Open -ambient=25 -contrast=15 -mirror=yes -recol1s=13605 -recol1d=23974 -model=model_10174,1 -name=Door - -// 10426 -[loc_10426] -ambient=25 -contrast=15 -mirror=yes -recol1s=13605 -recol1d=23974 -model=model_10174,1 - -// 10427 -[loc_10427] -op1=Open -ambient=25 -contrast=15 -recol1s=13605 -recol1d=23974 -model=model_10174,1 -name=Door - -// 10428 -[loc_10428] -ambient=25 -contrast=15 -recol1s=13605 -recol1d=23974 -model=model_10174,1 - -// 10429 -[loc_10429] -op1=Open -ambient=25 -contrast=15 -mirror=yes -recol1s=13605 -recol1d=23974 -model=model_10174,1 -name=Door - -// 10430 -[loc_10430] -ambient=25 -contrast=15 -mirror=yes -recol1s=13605 -recol1d=23974 -model=model_10174,1 - -// 10431 -[loc_10431] -active=yes -op1=Open -ambient=25 -contrast=15 -recol1s=7330 -recol1d=10434 -recol2s=8387 -recol2d=11491 -recol3s=17764 -recol3d=12548 -recol4s=20935 -recol4d=13605 -model=model_10174,1 -name=Door - -// 10432 -[loc_10432] -ambient=25 -contrast=15 -recol1s=7330 -recol1d=10434 -recol2s=8387 -recol2d=11491 -recol3s=17764 -recol3d=12548 -recol4s=20935 -recol4d=13605 -model=model_10174,1 - -// 10433 -[loc_10433] -anim=seq_475 -blockwalk=yes -ambient=75 -contrast=75 -bgsound=synth_2065,3 -hardshadow=no -blockrange=no -recol1s=32480 -recol1d=20280 -recol2s=32384 -recol2d=18232 -recol3s=32192 -recol3d=18166 -recol4s=25888 -recol4d=17109 -recol5s=21664 -recol5d=15061 -model=model_3818 -model2=model_9536 -name=Fire - -// 10434 -[loc_10434] -op1=Climb -model=model_1487 -name=Rope - -// 10435 -[loc_10435] -active=no -blockrange=no -recol1s=13537 -recol1d=12548 -recol2s=25195 -recol2d=18921 -model=model_1325,1 -model=model_1326,3 -model=model_1327,5 - -// 10436 -[loc_10436] -width=3 -length=3 -ambient=20 -shadow=no -model=model_10163 -model2=model_10164 -name=Fountain - -// 10437 -[loc_10437] -width=3 -length=3 -ambient=20 -shadow=no -model=model_10163 -name=Fountain - -// 10438 -[loc_10438] -ambient=15 -model=model_10190 -name=Statuette Plinth - -// 10439 -[loc_10439] -ambient=15 -op1=Pray-at -model=model_10190 -model2=model_10191 -name=Elidinis Statuette - -// 10440 -[loc_10440] -ambient=20 -model=model_10189 -name=Rock Chair - -// 10441 -[loc_10441] -hillskew=yes -active=no -ambient=20 -forcedecor=yes -unknown90=yes -recol1s=8453 -recol1d=26088 -recol2s=7396 -recol2d=24040 -recol3s=6339 -recol3d=23974 -recol4s=5282 -recol4d=21926 -recol5s=4225 -recol5d=20869 -model=model_6610,0 - -// 10442 -[loc_10442] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_10166 - -// 10443 -[loc_10443] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_10169 - -// 10444 -[loc_10444] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_10168 - -// 10445 -[loc_10445] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_10170 - -// 10446 -[loc_10446] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockwalk=no -model=model_10167 - -// 10447 -[loc_10447] -active=no -ambient=25 -contrast=15 -hillskew=yes -resizex=128 -resizey=256 -resizez=128 -model=model_10166 - -// 10448 -[loc_10448] -active=no -ambient=25 -contrast=15 -hillskew=yes -resizex=128 -resizey=256 -resizez=128 -model=model_10169 - -// 10449 -[loc_10449] -active=no -ambient=25 -contrast=15 -hillskew=yes -resizex=128 -resizey=256 -resizez=128 -model=model_10168 - -// 10450 -[loc_10450] -active=no -ambient=25 -contrast=15 -hillskew=yes -resizex=128 -resizey=256 -resizez=128 -model=model_10170 - -// 10451 -[loc_10451] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockwalk=no -resizex=128 -resizey=256 -resizez=128 -model=model_10167 - -// 10452 -[loc_10452] -active=no -ambient=25 -contrast=15 -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -model=model_10169 - -// 10453 -[loc_10453] -active=no -ambient=25 -contrast=15 -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -model=model_10168 - -// 10454 -[loc_10454] -active=no -ambient=25 -contrast=15 -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -model=model_10170 - -// 10455 -[loc_10455] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=26088 -recol2s=10535 -recol2d=24040 -recol3s=9478 -recol3d=23974 -recol4s=8421 -recol4d=21926 -recol5s=7364 -recol5d=20869 -recol6s=6307 -recol6d=20803 -model=model_10149,1 - -// 10456 -[loc_10456] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=11592 -recol1d=26088 -recol2s=10535 -recol2d=24040 -recol3s=9478 -recol3d=23974 -recol4s=8421 -recol4d=21926 -recol5s=7364 -recol5d=20869 -recol6s=6307 -recol6d=20803 -model=model_10149,1 - -// 10457 -[loc_10457] -width=2 -length=3 -ambient=30 -model=model_10146 -model2=model_10147 -model3=model_10148 -name=Cart - -// 10458 -[loc_10458] -ambient=30 -blockrange=no -model=model_10145 -name=Barrel - -// 10459 -[loc_10459] -hillskew=yes -active=no -ambient=30 -forcedecor=yes -model=model_10217,0 - -// 10460 -[loc_10460] -sharelight=yes -active=no -forcedecor=yes -model=model_10206,0 - -// 10461 -[loc_10461] -sharelight=yes -active=no -forcedecor=yes -model=model_10207,0 - -// 10462 -[loc_10462] -sharelight=yes -active=no -forcedecor=yes -mapfunction=39 -model=model_10205,0 - -// 10463 -[loc_10463] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=26088 -recol2s=10535 -recol2d=24040 -recol3s=9478 -recol3d=23974 -recol4s=8421 -recol4d=21926 -recol5s=7364 -recol5d=20869 -recol6s=6307 -recol6d=20803 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 10464 -[loc_10464] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=11592 -recol1d=26088 -recol2s=10535 -recol2d=24040 -recol3s=9478 -recol3d=23974 -recol4s=8421 -recol4d=21926 -recol5s=7364 -recol5d=24040 -recol6s=6307 -recol6d=26088 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 10465 -[loc_10465] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=26088 -retex1s=material_70 -retex1d=material_560 -model=model_834 - -// 10466 -[loc_10466] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=26088 -retex1s=material_72 -retex1d=material_560 -model=model_823 - -// 10467 -[loc_10467] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=26088 -retex1s=material_72 -retex1d=material_560 -model=model_787 - -// 10468 -[loc_10468] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=26088 -retex1s=material_70 -retex1d=material_560 -model=model_834 - -// 10469 -[loc_10469] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=26088 -retex1s=material_72 -retex1d=material_560 -model=model_823 - -// 10470 -[loc_10470] -active=no -ambient=10 -forcedecor=yes -recol1s=11524 -recol1d=18755 -recol2s=11521 -recol2d=20803 -recol3s=9410 -recol3d=20869 -recol4s=8353 -recol4d=21926 -recol5s=6274 -recol5d=12547 -model=model_5438,0 - -// 10471 -[loc_10471] -hillskew=yes -active=no -recol1s=13505 -recol1d=26088 -recol2s=15618 -recol2d=26088 -recol3s=14594 -recol3d=26088 -model=model_1124,0 - -// 10472 -[loc_10472] -hillskew=yes -active=no -recol1s=13505 -recol1d=26088 -recol2s=15618 -recol2d=26088 -recol3s=14594 -recol3d=26088 -model=model_1139,0 - -// 10473 -[loc_10473] -hillskew=yes -active=no -recol1s=13505 -recol1d=26088 -recol2s=15618 -recol2d=26088 -recol3s=14594 -recol3d=26088 -model=model_1032,0 - -// 10474 -[loc_10474] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_10177 - -// 10475 -[loc_10475] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_10178 - -// 10476 -[loc_10476] -active=no -hillskew=yes -sharelight=yes -mirror=yes -blockwalk=no -hardshadow=no -model=model_10178 - -// 10477 -[loc_10477] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_10179 - -// 10478 -[loc_10478] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_10180 - -// 10479 -[loc_10479] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_10181 - -// 10480 -[loc_10480] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -hardshadow=no -model=model_10181 - -// 10481 -[loc_10481] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_10182 - -// 10482 -[loc_10482] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_10183 - -// 10483 -[loc_10483] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_10184 - -// 10484 -[loc_10484] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_10185 - -// 10485 -[loc_10485] -width=2 -ambient=30 -blockrange=no -recol1s=10467 -recol1d=8320 -recol2s=11524 -recol2d=9377 -recol3s=12581 -recol3d=10434 -recol4s=13638 -recol4d=12548 -recol5s=14695 -recol5d=11491 -recol6s=16809 -recol6d=13605 -model=model_7906 -name=Counter - -// 10486 -[loc_10486] -width=2 -ambient=60 -blockrange=no -recol1s=10467 -recol1d=8320 -recol2s=11524 -recol2d=9377 -recol3s=12581 -recol3d=10434 -recol4s=13638 -recol4d=12548 -recol5s=14695 -recol5d=11491 -recol6s=16809 -recol6d=13605 -model=model_7906 -name=Counter - -// 10487 -[loc_10487] -resizey=118 -active=yes -ambient=30 -recol1s=9445 -recol1d=13605 -recol2s=13675 -recol2d=17931 -recol3s=12618 -recol3d=16842 -recol4s=11561 -recol4d=13706 -recol5s=10504 -recol5d=12649 -recol6s=7399 -recol6d=10535 -model=model_5964,Q -name=Blacksmith's tools - -// 10488 -[loc_10488] -ambient=30 -recol1s=15789 -recol1d=17934 -recol2s=10571 -recol2d=13707 -recol3s=9445 -recol3d=12548 -recol4s=10502 -recol4d=13605 -model=model_5979,Q - -// 10489 -[loc_10489] -active=yes -ambient=30 -recol1s=12685 -recol1d=16842 -recol2s=10571 -recol2d=13706 -recol3s=9445 -recol3d=12548 -model=model_10144 -name=Armour - -// 10490 -[loc_10490] -ambient=25 -contrast=15 -length=2 -blockrange=no -recol1s=16809 -recol1d=13605 -recol2s=14695 -recol2d=12548 -recol3s=13638 -recol3d=11491 -recol4s=12581 -recol4d=10434 -model=model_7712 -name=Table - -// 10491 -[loc_10491] -ambient=25 -contrast=15 -blockrange=no -recol1s=9377 -recol1d=12581 -recol2s=10401 -recol2d=13638 -model=model_1170 -name=Chair - -// 10492 -[loc_10492] -ambient=30 -blockrange=no -recol1s=18787 -recol1d=12548 -model=model_1163 -name=Chair - -// 10493 -[loc_10493] -active=yes -op1=Climb-up -msi=msi_7 -sharelight=yes -ambient=30 -forceapproach=south -recol1s=16708 -recol1d=13605 -recol2s=12514 -recol2d=12548 -recol3s=11457 -recol3d=11491 -model=model_5187 -name=Ladder - -// 10494 -[loc_10494] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -ambient=30 -forceapproach=south -recol1s=16708 -recol1d=13605 -recol2s=12514 -recol2d=12548 -recol3s=11457 -recol3d=11491 -model=model_9504 -name=Ladder - -// 10495 -[loc_10495] -ambient=30 -recol1s=6272 -recol1d=12548 -model=model_2132 -name=Warehouse shelves - -// 10496 -[loc_10496] -ambient=30 -recol1s=6272 -recol1d=12548 -model=model_2133 -name=Warehouse shelves - -// 10497 -[loc_10497] -ambient=30 -recol1s=6272 -recol1d=12548 -model=model_2134 -name=Warehouse shelves - -// 10498 -[loc_10498] -ambient=30 -recol1s=6272 -recol1d=12548 -model=model_2135 -name=Warehouse shelves - -// 10499 -[loc_10499] -ambient=30 -blockrange=no -recol1s=15584 -recol1d=17832 -recol2s=5184 -recol2d=8387 -model=model_1628 -name=Potted fern - -// 10500 -[loc_10500] -ambient=30 -blockrange=no -recol1s=15584 -recol1d=17832 -recol2s=5184 -recol2d=8387 -model=model_1619 -name=Potted fern - -// 10501 -[loc_10501] -ambient=30 -blockrange=no -recol1s=15584 -recol1d=17832 -recol2s=5184 -recol2d=8387 -model=model_1620 -name=Potted fern - -// 10502 -[loc_10502] -ambient=30 -blockrange=no -recol1s=15584 -recol1d=17832 -recol2s=5184 -recol2d=8387 -model=model_1590 -name=Potted fern - -// 10503 -[loc_10503] -sharelight=yes -hillskew=yes -ambient=20 -recol1s=5317 -recol1d=19977 -model=model_4476 -name=Pile of bricks - -// 10504 -[loc_10504] -recol1s=16846 -recol1d=21102 -model=model_4645 -name=Cooking Pots - -// 10505 -[loc_10505] -recol1s=16846 -recol1d=21102 -model=model_4646 -name=Cooking Pots - -// 10506 -[loc_10506] -active=yes -recol1s=10504 -recol1d=21102 -recol2s=6342 -recol2d=11590 -model=model_4318,Q -name=Shelf - -// 10507 -[loc_10507] -hillskew=yes -active=no -forcedecor=yes -unknown90=yes -recol1s=8453 -recol1d=19977 -recol2s=7396 -recol2d=17897 -recol3s=6339 -recol3d=16840 -recol4s=5282 -recol4d=15783 -recol5s=4225 -recol5d=14726 -model=model_6610,0 - -// 10508 -[loc_10508] -width=2 -model=model_10192 -name=Stone Pew - -// 10509 -[loc_10509] -model=model_4326 -model2=model_10165 -name=Table - -// 10510 -[loc_10510] -ambient=25 -contrast=15 -recol1s=10434 -recol1d=8387 -recolhsl2s=5660 -recolhsl2d=6555 -recolhsl3s=5665 -recolhsl3d=6559 -model=model_9500 -name=Bookcase - -// 10511 -[loc_10511] -length=2 -recol1s=8456 -recol1d=15719 -recol2s=32569 -recol2d=29392 -recol3s=32765 -recol3d=27347 -recol4s=26311 -recol4d=12581 -model=model_1256 -name=Bed - -// 10512 -[loc_10512] -width=2 -length=3 -recol1s=32765 -recol1d=27410 -recol2s=32767 -recol2d=25332 -recol3s=8320 -recol3d=13605 -recol4s=23104 -recol4d=11491 -recol5s=14368 -recol5d=14502 -model=model_1288 -name=Bed - -// 10513 -[loc_10513] -ambient=30 -model=model_7908 -model2=model_10187 -name=Shelves - -// 10514 -[loc_10514] -ambient=30 -model=model_7908 -model2=model_7912 -name=Shelves - -// 10515 -[loc_10515] -ambient=30 -model=model_10193,Q - -// 10516 -[loc_10516] -ambient=30 -length=2 -recol1s=9442 -recol1d=13671 -recol2s=8385 -recol2d=11556 -model=model_5402 -name=Wheelbarrow - -// 10517 -[loc_10517] -op1=Use -op2=Use-quickly -op3=Collect -ambient=30 -blockrange=no -recol1s=10598 -recol1d=13605 -recol2s=8484 -recol2d=12548 -recol3s=6370 -recol3d=10434 -recol4s=3235 -recol4d=8320 -model=model_5270 -name=Bank booth - -// 10518 -[loc_10518] -ambient=30 -blockrange=no -recol1s=10598 -recol1d=13605 -recol2s=8484 -recol2d=12548 -recol3s=6370 -recol3d=10434 -recol4s=3235 -recol4d=8320 -recol5s=2244 -recol5d=11491 -model=model_5271 -name=Closed bank booth - -// 10519 -[loc_10519] -hillskew=yes -active=no -ambient=15 -contrast=15 -recol1s=6272 -recol1d=12548 -model=model_4474,1 - -// 10520 -[loc_10520] -hillskew=yes -mirror=yes -active=no -ambient=15 -contrast=15 -recol1s=6272 -recol1d=12548 -model=model_4474,1 - -// 10521 -[loc_10521] -active=yes -model=model_10158,Q -name=Chalice - -// 10522 -[loc_10522] -msi=msi_22 -active=yes -model=model_10171,1 -model=model_10172,Q -name=Tapestry - -// 10523 -[loc_10523] -hillskew=yes -ambient=15 -contrast=15 -model=model_10173,1 - -// 10524 -[loc_10524] -hillskew=yes -ambient=15 -contrast=15 -mirror=yes -model=model_10173,1 - -// 10525 -[loc_10525] -width=2 -length=3 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=60 -recol1s=14626 -recol1d=13605 -recol2s=13569 -recol2d=12548 -recol3s=12512 -recol3d=11491 -recol4s=11457 -recol4d=10434 -recol5s=10400 -recol5d=9377 -model=model_9506 -name=Staircase - -// 10526 -[loc_10526] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=60 -recol1s=14626 -recol1d=13605 -recol2s=13569 -recol2d=12548 -recol3s=12512 -recol3d=11491 -recol4s=11457 -recol4d=10434 -recol5s=10400 -recol5d=9377 -model=model_9507 -name=Staircase - -// 10527 -[loc_10527] -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -op1=Open -model=model_5117,1 -name=Door - -// 10528 -[loc_10528] -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -op1=Close -model=model_5117,1 -name=Door - -// 10529 -[loc_10529] -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -op1=Open -mirror=yes -model=model_5117,1 -name=Door - -// 10530 -[loc_10530] -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -op1=Close -mirror=yes -model=model_5117,1 -name=Door - -// 10531 -[loc_10531] -active=no -sharelight=yes -hillskew=yes -recol1s=13707 -recol1d=24275 -recol2s=13739 -recol2d=24275 -model=model_17542,1 -model=model_17543,2 -model=model_17544,3 -model=model_17545,5 - -// 10532 -[loc_10532] -active=no -sharelight=yes -hillskew=yes -resizey=200 -recol1s=13707 -recol1d=24275 -recol2s=13739 -recol2d=24275 -model=model_10263,1 -model=model_10264,2 -model=model_10265,3 -model=model_10266,5 - -// 10533 -[loc_10533] -active=no -sharelight=yes -hillskew=yes -model=model_10267,1 -model=model_10268,2 -model=model_10269,5 - -// 10534 -[loc_10534] -active=no -sharelight=yes -hillskew=yes -model=model_10270,5 - -// 10535 -[loc_10535] -active=no -sharelight=yes -hillskew=yes -mirror=yes -model=model_10271,5 - -// 10536 -[loc_10536] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_10273,0 - -// 10537 -[loc_10537] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_10272,0 - -// 10538 -[loc_10538] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_10263,8 -model=model_10260,0 - -// 10539 -[loc_10539] -hillskew=yes -active=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_10264,8 -model=model_10261,0 - -// 10540 -[loc_10540] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11592 -recol2s=10537 -recol2d=8421 -recol3s=9480 -recol3d=10535 -recol4s=8423 -recol4d=9478 -model=model_12126,0 - -// 10541 -[loc_10541] -width=2 -ambient=25 -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=1034 -recol3s=25260 -recol3d=6 -model=model_10348 -name=Human Flag - -// 10542 -[loc_10542] -width=2 -ambient=25 -mirror=yes -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=1034 -recol3s=25260 -recol3d=6 -model=model_10348 -name=Human Flag - -// 10543 -[loc_10543] -width=2 -ambient=25 -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=10306 -recol3s=25260 -recol3d=6144 -model=model_10348 -name=Dwarf Flag - -// 10544 -[loc_10544] -width=2 -ambient=25 -mirror=yes -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=10306 -recol3s=25260 -recol3d=6144 -model=model_10348 -name=Dwarf Flag - -// 10545 -[loc_10545] -width=2 -ambient=25 -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=16010 -recol3s=25260 -recol3d=16010 -model=model_10348 -name=Elf Flag - -// 10546 -[loc_10546] -width=2 -ambient=25 -mirror=yes -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=16010 -recol3s=25260 -recol3d=16010 -model=model_10348 -name=Elf Flag - -// 10547 -[loc_10547] -width=2 -ambient=25 -active=yes -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=4356 -recol3s=25260 -recol3d=2243 -model=model_10348 -name=Gnome Flag - -// 10548 -[loc_10548] -width=2 -ambient=25 -mirror=yes -active=yes -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=4356 -recol3s=25260 -recol3d=2243 -model=model_10348 -name=Gnome Flag - -// 10549 -[loc_10549] -width=2 -ambient=25 -active=yes -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=12683 -recol3s=25260 -recol3d=7398 -model=model_10348 -name=Werewolf Flag - -// 10550 -[loc_10550] -width=2 -ambient=25 -mirror=yes -active=yes -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=12683 -recol3s=25260 -recol3d=7398 -model=model_10348 -name=Werewolf Flag - -// 10551 -[loc_10551] -width=2 -ambient=25 -active=yes -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=30976 -recol3s=25260 -recol3d=25728 -model=model_10348 -name=TzHaar Flag - -// 10552 -[loc_10552] -width=2 -ambient=25 -mirror=yes -active=yes -anim=seq_917 -blockwalk=no -recol1s=9409 -recol1d=12580 -recol2s=26353 -recol2d=30976 -recol3s=25260 -recol3d=25728 -model=model_10348 -name=TzHaar Flag - -// 10553 -[loc_10553] -op1=Open -blockwalk=yes -forcedecor=yes -active=yes -op1=Open -recol1s=16813 -recol1d=21071 -recol2s=12651 -recol2d=21037 -model=model_10259,1 -name=Portcullis - -// 10554 -[loc_10554] -ambient=10 -msi=msi_7 -op1=Climb-up -forceapproach=south -recol1s=16708 -recol1d=13670 -recol2s=12514 -recol2d=7362 -recol3s=11457 -recol3d=12613 -model=model_5187 -name=Ladder - -// 10555 -[loc_10555] -length=2 -ambient=15 -active=no -model=model_10256 - -// 10556 -[loc_10556] -ambient=15 -op1=Open -model=model_10257 -name=Champion Statue - -// 10557 -[loc_10557] -ambient=15 -op1=Climb-down -model=model_10258 -name=Champion Statue - -// 10558 -[loc_10558] -active=yes -op1=Open -blockwalk=yes -recol1s=16640 -recol1d=13670 -recol2s=11491 -recol2d=12613 -recol3s=8320 -recol3d=7362 -model=model_1205,0 -name=Trapdoor - -// 10559 -[loc_10559] -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=yes -recol1s=16640 -recol1d=13670 -recol2s=11491 -recol2d=12613 -recol3s=8320 -recol3d=7362 -model=model_1173,0 -name=Trapdoor - -// 10560 -[loc_10560] -ambient=10 -msi=msi_7 -op1=Climb-up -forceapproach=south -recol1s=16708 -recol1d=13670 -recol2s=12514 -recol2d=7362 -recol3s=11457 -recol3d=12613 -model=model_5187 -name=Ladder - -// 10561 -[loc_10561] -width=2 -length=2 -ambient=15 -active=no -model=model_10254 - -// 10562 -[loc_10562] -op1=Use -forceapproach=north -recol1s=4256 -recol1d=13670 -recol2s=6370 -recol2d=11556 -recol3s=6373 -recol3d=7362 -recol4s=8484 -recol4d=14727 -recol5s=9543 -recol5d=18000 -model=model_5273 -name=Bank chest - -// 10563 -[loc_10563] -active=yes -multivar=varplayerbit_1452 -multiloc=1,loc_10564 - -// 10564 -[loc_10564] -model=model_10245 -model2=model_10243 -name=Banner - -// 10565 -[loc_10565] -active=yes -multivar=varplayerbit_1453 -multiloc=1,loc_10566 - -// 10566 -[loc_10566] -recol1s=12547 -recol1d=26452 -recol2s=21074 -recol2d=19091 -recol3s=28468 -recol3d=28468 -model=model_10246 -model2=model_10243 -name=Banner - -// 10567 -[loc_10567] -active=yes -multivar=varplayerbit_1454 -multiloc=1,loc_10568 - -// 10568 -[loc_10568] -recol1s=12547 -recol1d=24106 -recol2s=21074 -recol2d=24242 -recol3s=28468 -recol3d=28468 -model=model_10247 -model2=model_10243 -name=Banner - -// 10569 -[loc_10569] -active=yes -multivar=varplayerbit_1455 -multiloc=1,loc_10570 - -// 10570 -[loc_10570] -recol1s=12547 -recol1d=12736 -recol2s=21074 -recol2d=19090 -recol3s=28468 -recol3d=28468 -model=model_10248 -model2=model_10243 -name=Banner - -// 10571 -[loc_10571] -active=yes -multivar=varplayerbit_1456 -multiloc=1,loc_10572 - -// 10572 -[loc_10572] -recol1s=12547 -recol1d=17696 -recol2s=21074 -recol2d=23219 -recol3s=28468 -recol3d=28468 -model=model_10249 -model2=model_10243 -name=Banner - -// 10573 -[loc_10573] -active=yes -multivar=varplayerbit_1457 -multiloc=1,loc_10574 - -// 10574 -[loc_10574] -recol1s=12547 -recol1d=22592 -recol2s=21074 -recol2d=23122 -recol3s=28468 -recol3d=28468 -model=model_10250 -model2=model_10243 -name=Banner - -// 10575 -[loc_10575] -active=yes -multivar=varplayerbit_1458 -multiloc=1,loc_10576 - -// 10576 -[loc_10576] -recol1s=12547 -recol1d=11808 -recol2s=21074 -recol2d=22228 -recol3s=28468 -recol3d=28468 -model=model_10251 -model2=model_10243 -name=Banner - -// 10577 -[loc_10577] -active=yes -multivar=varplayerbit_1459 -multiloc=1,loc_10578 - -// 10578 -[loc_10578] -recol1s=12547 -recol1d=17506 -recol2s=21074 -recol2d=21999 -recol3s=28468 -recol3d=28468 -model=model_10244 -model2=model_10243 -name=Banner - -// 10579 -[loc_10579] -active=yes -multivar=varplayerbit_1460 -multiloc=1,loc_10580 - -// 10580 -[loc_10580] -recol1s=12547 -recol1d=7399 -recol2s=21074 -recol2d=19984 -recol3s=28468 -recol3d=28468 -model=model_10252 -model2=model_10243 -name=Banner - -// 10581 -[loc_10581] -active=yes -multivar=varplayerbit_1461 -multiloc=1,loc_10582 - -// 10582 -[loc_10582] -recol1s=12547 -recol1d=3481 -recol2s=21074 -recol2d=17010 -recol3s=28468 -recol3d=28468 -model=model_10253 -model2=model_10243 -name=Banner - -// 10583 -[loc_10583] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -ambient=20 -blockrange=no -recol1s=16909 -recol1d=26525 -recol2s=6342 -recol2d=1469 -model=model_3184 -name=Rocks - -// 10584 -[loc_10584] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -ambient=20 -blockrange=no -recol1s=10504 -recol1d=26525 -recol2s=6342 -recol2d=1469 -model=model_3183 -name=Rocks - -// 10585 -[loc_10585] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -ambient=20 -blockrange=no -recol1s=16909 -recol1d=26525 -recol2s=6342 -recol2d=26525 -model=model_3184 -name=Rocks - -// 10586 -[loc_10586] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -ambient=20 -blockrange=no -recol1s=10504 -recol1d=26525 -recol2s=6342 -recol2d=26525 -model=model_3183 -name=Rocks - -// 10587 -[loc_10587] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -ambient=20 -blockrange=no -recol1s=10504 -recol1d=26525 -recol2s=6342 -recol2d=26525 -model=model_3195 -name=Rocks - -// 10588 -[loc_10588] -hillskew=yes -sharelight=yes -recol1s=10535 -recol1d=26525 -recol2s=9478 -recol2d=23422 -recol3s=8421 -recol3d=23356 -recol4s=7364 -recol4d=19165 -recol5s=6307 -recol5d=15997 -recol6s=11592 -recol6d=28605 -retex1s=material_560 -retex1d=material_407 -retex2s=material_126 -retex2d=material_453 -retex3s=material_407 -retex3d=material_494 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 10589 -[loc_10589] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=10535 -recol1d=26525 -recol2s=9478 -recol2d=23422 -recol3s=8421 -recol3d=23356 -recol4s=7364 -recol4d=23356 -recol5s=6307 -recol5d=23356 -recol6s=11592 -recol6d=28605 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 10590 -[loc_10590] -active=no -hillskew=yes -ambient=20 -blockrange=no -recol1s=11592 -recol1d=19165 -recol2s=9479 -recol2d=28605 -recol3s=8454 -recol3d=26525 -recol4s=8422 -recol4d=23356 -model=model_3722 - -// 10591 -[loc_10591] -active=no -width=2 -length=2 -hillskew=yes -resizex=256 -resizey=256 -resizez=256 -ambient=20 -blockrange=no -recol1s=11592 -recol1d=19165 -recol2s=9479 -recol2d=28605 -recol3s=8454 -recol3d=26525 -recol4s=8422 -recol4d=23356 -model=model_3722 - -// 10592 -[loc_10592] -hillskew=yes -active=no -recol1s=15618 -recol1d=19165 -recol2s=14594 -recol2d=23356 -recol3s=13505 -recol3d=28605 -model=model_1124,0 - -// 10593 -[loc_10593] -hillskew=yes -active=no -recol1s=15618 -recol1d=19165 -recol2s=14594 -recol2d=23356 -recol3s=13505 -recol3d=28605 -model=model_1139,0 - -// 10594 -[loc_10594] -hillskew=yes -active=no -recol1s=15618 -recol1d=19165 -recol2s=14594 -recol2d=23356 -recol3s=13505 -recol3d=28605 -model=model_1032,0 - -// 10595 -[loc_10595] -width=3 -length=2 -sharelight=yes -op1=Enter -retex1s=material_126 -retex1d=material_407 -retex2s=material_105 -retex2d=material_407 -model=model_10368 -name=Icy Cavern - -// 10596 -[loc_10596] -width=3 -length=2 -sharelight=yes -op1=Enter -retex1s=material_126 -retex1d=material_407 -retex2s=material_105 -retex2d=material_407 -model=model_10368 -name=Icy Cavern - -// 10597 -[loc_10597] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=28605 -retex1s=material_70 -retex1d=material_494 -model=model_834 - -// 10598 -[loc_10598] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=28605 -model=model_823 - -// 10599 -[loc_10599] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=28605 -model=model_787 - -// 10600 -[loc_10600] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=28605 -retex1s=material_70 -retex1d=material_494 -model=model_834 - -// 10601 -[loc_10601] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=28605 -model=model_823 - -// 10602 -[loc_10602] -hillskew=yes -active=no -ambient=20 -model=model_10367 - -// 10603 -[loc_10603] -hillskew=yes -active=no -ambient=20 -model=model_10366 - -// 10604 -[loc_10604] -hillskew=yes -active=no -ambient=20 -model=model_10365 - -// 10605 -[loc_10605] -ambient=15 -recol1s=16776 -recol1d=21107 -recol2s=14662 -recol2d=21041 -recol3s=13605 -recol3d=19984 -recol4s=12548 -recol4d=17935 -recol5s=11491 -recol5d=16878 -model=model_7686 -name=Danger Sign - -// 10606 -[loc_10606] -blockwalk=no -shadow=no -active=yes -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 -name= - -// 10607 -[loc_10607] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -recolhsl4s=37761 -recolhsl4d=4368 -recolhsl5s=36877 -recolhsl5d=4379 -model=model_37375 -name=Bronze Chest - -// 10608 -[loc_10608] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -recolhsl4s=37761 -recolhsl4d=931 -recolhsl5s=36877 -recolhsl5d=940 -model=model_37375 -name=Bronze Chest - -// 10609 -[loc_10609] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -model=model_37375 -name=Bronze Chest - -// 10610 -[loc_10610] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -recolhsl4s=37761 -recolhsl4d=50072 -recolhsl5s=36877 -recolhsl5d=52120 -model=model_37375 -name=Bronze Chest - -// 10611 -[loc_10611] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -recolhsl4s=37761 -recolhsl4d=911 -recolhsl5s=36877 -recolhsl5d=920 -model=model_37375 -name=Steel Chest - -// 10612 -[loc_10612] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -recolhsl4s=37761 -recolhsl4d=4368 -recolhsl5s=36877 -recolhsl5d=4379 -model=model_37375 -name=Steel Chest - -// 10613 -[loc_10613] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -recolhsl4s=37761 -recolhsl4d=931 -recolhsl5s=36877 -recolhsl5d=940 -model=model_37375 -name=Steel Chest - -// 10614 -[loc_10614] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -model=model_37375 -name=Steel Chest - -// 10615 -[loc_10615] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -recolhsl4s=37761 -recolhsl4d=50072 -recolhsl5s=36877 -recolhsl5d=52120 -model=model_37375 -name=Steel Chest - -// 10616 -[loc_10616] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36901 -recolhsl2s=30757 -recolhsl2d=36893 -recolhsl3s=32804 -recolhsl3d=36881 -recolhsl4s=37761 -recolhsl4d=911 -recolhsl5s=36877 -recolhsl5d=920 -model=model_37375 -name=Black Chest - -// 10617 -[loc_10617] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36901 -recolhsl2s=30757 -recolhsl2d=36893 -recolhsl3s=32804 -recolhsl3d=36881 -recolhsl4s=37761 -recolhsl4d=4368 -recolhsl5s=36877 -recolhsl5d=4379 -model=model_37375 -name=Black Chest - -// 10618 -[loc_10618] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36901 -recolhsl2s=30757 -recolhsl2d=36893 -recolhsl3s=32804 -recolhsl3d=36881 -recolhsl4s=37761 -recolhsl4d=931 -recolhsl5s=36877 -recolhsl5d=940 -model=model_37375 -name=Black Chest - -// 10619 -[loc_10619] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36901 -recolhsl2s=30757 -recolhsl2d=36893 -recolhsl3s=32804 -recolhsl3d=36881 -model=model_37375 -name=Black Chest - -// 10620 -[loc_10620] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36901 -recolhsl2s=30757 -recolhsl2d=36893 -recolhsl3s=32804 -recolhsl3d=36881 -recolhsl4s=37761 -recolhsl4d=50072 -recolhsl5s=36877 -recolhsl5d=52120 -model=model_37375 -name=Black Chest - -// 10621 -[loc_10621] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -recolhsl4s=37761 -recolhsl4d=911 -recolhsl5s=36877 -recolhsl5d=920 -model=model_37375 -name=Silver Chest - -// 10622 -[loc_10622] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -recolhsl4s=37761 -recolhsl4d=4368 -recolhsl5s=36877 -recolhsl5d=4379 -model=model_37375 -name=Silver Chest - -// 10623 -[loc_10623] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -recolhsl4s=37761 -recolhsl4d=931 -recolhsl5s=36877 -recolhsl5d=940 -model=model_37375 -name=Silver Chest - -// 10624 -[loc_10624] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -model=model_37375 -name=Silver Chest - -// 10625 -[loc_10625] -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -recolhsl4s=37761 -recolhsl4d=50072 -recolhsl5s=36877 -recolhsl5d=52120 -model=model_37375 -name=Silver Chest - -// 10626 -[loc_10626] -blockwalk=no -active=no -recol1s=16846 -recol1d=16878 -recol2s=15789 -recol2d=15821 -recol3s=18960 -recol3d=18992 -model=model_10371 - -// 10627 -[loc_10627] -active=no -model=model_1105,0 - -// 10628 -[loc_10628] -active=no -model=model_1105,0 - -// 10629 -[loc_10629] -active=no -model=model_1105,0 - -// 10630 -[loc_10630] -active=no -model=model_1105,0 - -// 10631 -[loc_10631] -active=no -model=model_1105,0 - -// 10632 -[loc_10632] -active=no -model=model_1105,0 - -// 10633 -[loc_10633] -active=no -model=model_1105,0 - -// 10634 -[loc_10634] -active=no -model=model_1105,0 - -// 10635 -[loc_10635] -active=no -model=model_1105,0 - -// 10636 -[loc_10636] -active=no -model=model_1105,0 - -// 10637 -[loc_10637] -active=no -model=model_1105,0 - -// 10638 -[loc_10638] -width=2 -active=yes -forceapproach=south -blockrange=no -multivar=varplayerbit_1466 -multiloc=0,loc_409 -multiloc=1,loc_10639 -multiloc=2,loc_10640 - -// 10639 -[loc_10639] -width=2 -op1=Pray-at -blockrange=no -recol1s=15820 -recol1d=18892 -recol2s=14727 -recol2d=17799 -recol3s=10501 -recol3d=13573 -recol4s=6273 -recol4d=8321 -model=model_1152 -model2=model_10386 -name=Altar - -// 10640 -[loc_10640] -width=2 -op1=Pray-at -blockrange=no -recol1s=15820 -recol1d=18892 -recol2s=14727 -recol2d=17799 -recol3s=10501 -recol3d=13573 -recol4s=6273 -recol4d=8321 -model=model_1152 -model2=model_10387 -name=Altar - -// 10641 -[loc_10641] -width=2 -ambient=10 -anim=seq_2997 -forceapproach=south -bgsound=synth_3146,3 -recol1s=14662 -recol1d=12580 -recol2s=22059 -recol2d=10466 -recol3s=12683 -recol3d=12650 -model=model_10388 -model2=model_10389 -name=Doric's Whetstone - -// 10642 -[loc_10642] -active=no -blockwalk=yes -model=model_6932,1 -model=model_15553,2 -model=model_15554,3 -model=model_15555,4 -model=model_15556,5 - -// 10643 -[loc_10643] -active=no -sharelight=yes -hillskew=yes -model=model_10501,1 -model=model_10502,2 -model=model_10503,3 -model=model_10504,4 -model=model_10505,5 - -// 10644 -[loc_10644] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=15818 -recol2s=6374 -recol2d=15751 -recol3s=5317 -recol3d=15558 -recol4s=4260 -recol4d=9604 -recol5s=2146 -recol5d=17798 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 10645 -[loc_10645] -active=no -ambient=30 -contrast=30 -model=model_10500,Q - -// 10646 -[loc_10646] -active=no -ambient=30 -contrast=30 -recol1s=19635 -recol1d=6716 -recol2s=17521 -recol2d=5625 -recol3s=16400 -recol3d=3511 -recol4s=13325 -recol4d=1461 -model=model_10500,Q - -// 10647 -[loc_10647] -active=no -ambient=30 -contrast=30 -recol1s=19635 -recol1d=30565 -recol2s=17521 -recol2d=27396 -recol3s=16400 -recol3d=25282 -recol4s=13325 -recol4d=23168 -model=model_10500,Q - -// 10648 -[loc_10648] -active=no -ambient=30 -contrast=30 -recol1s=19635 -recol1d=27878 -recol2s=17521 -recol2d=25764 -recol3s=16400 -recol3d=23650 -recol4s=13325 -recol4d=21536 -model=model_10500,Q - -// 10649 -[loc_10649] -active=no -ambient=30 -contrast=30 -recol1s=19635 -recol1d=14086 -recol2s=17521 -recol2d=11972 -recol3s=16400 -recol3d=9858 -recol4s=13325 -recol4d=7744 -model=model_10500,Q - -// 10650 -[loc_10650] -active=no -ambient=30 -contrast=30 -model=model_10499,Q - -// 10651 -[loc_10651] -active=no -ambient=30 -contrast=30 -recol1s=19635 -recol1d=30565 -recol2s=6716 -recol2d=27878 -model=model_10499,Q - -// 10652 -[loc_10652] -width=5 -length=5 -model=model_10489 -name=Evergreen. - -// 10653 -[loc_10653] -width=5 -length=5 -model=model_10490 -name=Evergreen. - -// 10654 -[loc_10654] -width=5 -length=5 -model=model_10491 -name=Evergreen. - -// 10655 -[loc_10655] -width=6 -length=6 -model=model_10486 -name=Evergreen. - -// 10656 -[loc_10656] -width=6 -length=6 -model=model_10487 -name=Evergreen. - -// 10657 -[loc_10657] -width=6 -length=6 -model=model_10488 -name=Evergreen. - -// 10658 -[loc_10658] -width=5 -length=5 -model=model_10491 -model2=model_10495 -name=Evergreen. - -// 10659 -[loc_10659] -width=5 -length=5 -model=model_10491 -model2=model_10495 -model3=model_10496 -name=Evergreen. - -// 10660 -[loc_10660] -width=5 -length=5 -model=model_10491 -model2=model_10495 -model3=model_10496 -model4=model_10497 -name=Evergreen. - -// 10661 -[loc_10661] -width=6 -length=6 -model=model_10488 -model2=model_10492 -name=Evergreen. - -// 10662 -[loc_10662] -width=6 -length=6 -model=model_10488 -model2=model_10492 -model3=model_10493 -name=Evergreen. - -// 10663 -[loc_10663] -width=6 -length=6 -model=model_10488 -model2=model_10492 -model3=model_10493 -model4=model_10494 -name=Evergreen. - -// 10664 -[loc_10664] -width=3 -length=3 -model=model_10498 -name=Tree - -// 10665 -[loc_10665] -width=3 -length=3 -model=model_10463 -name=Gifts - -// 10666 -[loc_10666] -width=3 -length=3 -op1=Unwrap presents -model=model_10498 -model2=model_10463 -name=Gifts - -// 10667 -[loc_10667] -active=yes -length=5 -width=5 -multivar=varplayerbit_1471 -multiloc=0,loc_10652 -multiloc=1,loc_10653 -multiloc=2,loc_10654 -multiloc=3,loc_10658 -multiloc=4,loc_10659 -multiloc=5,loc_10660 - -// 10668 -[loc_10668] -active=yes -length=7 -width=7 -multivar=varplayerbit_1471 -multiloc=0,loc_10652 -multiloc=1,loc_10653 -multiloc=2,loc_10654 -multiloc=3,loc_10658 -multiloc=4,loc_10659 -multiloc=5,loc_10660 - -// 10669 -[loc_10669] -active=yes -length=3 -width=3 -multivar=varplayerbit_1472 -multiloc=0,loc_10664 -multiloc=1,loc_10666 -multiloc=2,loc_10664 - -// 10670 -[loc_10670] -active=yes -width=2 -length=2 -multivar=varplayerbit_1471 -multiloc=0,loc_10671 -multiloc=1,loc_10671 -multiloc=2,loc_10671 -multiloc=3,loc_10671 -multiloc=4,loc_10671 -multiloc=5,loc_10672 - -// 10671 -[loc_10671] -width=2 -length=2 -model=model_10483 -name=Crate - -// 10672 -[loc_10672] -width=2 -length=2 -op1=Take-marionette -model=model_10483 -model2=model_10484 -name=Crate - -// 10673 -[loc_10673] -width=2 -op1=Paint-bauble -model=model_10465 -model2=model_10557 -name=Paintcans - -// 10674 -[loc_10674] -width=2 -op1=Paint-bauble -model=model_10466 -model2=model_10557 -name=Paintcans - -// 10675 -[loc_10675] -width=2 -op1=Paint-bauble -model=model_10467 -model2=model_10557 -name=Paintcans - -// 10676 -[loc_10676] -width=2 -recol1s=14662 -recol1d=7329 -recol2s=22059 -recol2d=20933 -model=model_10556 -model2=model_10559 -model3=model_10470 -name=Workbench - -// 10677 -[loc_10677] -width=2 -recol1s=14662 -recol1d=7329 -recol2s=22059 -recol2d=20933 -recol3s=19945 -recol3d=7414 -recol4s=16774 -recol4d=2195 -recol5s=14661 -recol5d=79 -model=model_10556 -model2=model_10559 -model3=model_10471 -name=Workbench - -// 10678 -[loc_10678] -width=2 -recol1s=14662 -recol1d=7329 -recol2s=22059 -recol2d=20933 -recol3s=19945 -recol3d=16548 -recol4s=16774 -recol4d=12320 -recol5s=14661 -recol5d=8192 -model=model_10556 -model2=model_10559 -model3=model_10472 -name=Workbench - -// 10679 -[loc_10679] -op1=Take-decoration -recol1s=12300 -recol1d=12492 -model=model_10457 -model2=model_10460 -name=Decorations Box - -// 10680 -[loc_10680] -op1=Take-decoration -recol1s=12300 -recol1d=6348 -model=model_10457 -model2=model_10460 -name=Decorations Box - -// 10681 -[loc_10681] -op1=Take-decoration -recol1s=12300 -recol1d=12420 -model=model_10457 -model2=model_10460 -name=Decorations Box - -// 10682 -[loc_10682] -width=2 -op1=Take-decoration -recol1s=7776 -recol1d=9701 -recol2s=32384 -recol2d=26087 -model=model_10458 -model2=model_10461 -name=Decorations Box - -// 10683 -[loc_10683] -width=2 -op1=Take-decoration -recol1s=7776 -recol1d=16644 -recol2s=32384 -recol2d=19985 -model=model_10458 -model2=model_10461 -name=Decorations Box - -// 10684 -[loc_10684] -width=2 -op1=Take-decoration -recol1s=7776 -recol1d=9701 -recol2s=32384 -recol2d=26087 -model=model_10458 -model2=model_10461 -name=Decorations Box - -// 10685 -[loc_10685] -width=2 -length=2 -op1=Take-decoration -model=model_10459 -model2=model_10462 -name=Decorations Box - -// 10686 -[loc_10686] -resizex=110 -resizey=90 -resizez=110 -active=yes -op1=Add -recol1s=1106 -recol1d=4269 -recol2s=19945 -recol2d=7414 -recol3s=16774 -recol3d=2195 -recol4s=14661 -recol4d=79 -model=model_10479 -model2=model_10474 -name=Puppet heads - -// 10687 -[loc_10687] -resizex=110 -resizey=90 -resizez=110 -width=2 -active=yes -op1=Take -recol1s=1106 -recol1d=4269 -recol2s=19945 -recol2d=7414 -recol3s=16774 -recol3d=2195 -recol4s=14661 -recol4d=79 -model=model_10478 -model2=model_10481 -name=Puppet torsos - -// 10688 -[loc_10688] -resizex=110 -resizey=90 -resizez=110 -active=yes -op1=Add -recol1s=1106 -recol1d=4269 -recol2s=19945 -recol2d=7414 -recol3s=16774 -recol3d=2195 -recol4s=14661 -recol4d=79 -model=model_10477 -model2=model_10468 -name=Puppet arms - -// 10689 -[loc_10689] -resizex=110 -resizey=90 -resizez=110 -active=yes -op1=Add -recol1s=1106 -recol1d=4269 -recol2s=19945 -recol2d=7414 -recol3s=16774 -recol3d=2195 -recol4s=14661 -recol4d=79 -model=model_10477 -model2=model_10475 -name=Puppet legs - -// 10690 -[loc_10690] -resizex=110 -resizey=90 -resizez=110 -active=yes -op1=Add -recol1s=1106 -recol1d=9314 -recol2s=19945 -recol2d=16548 -recol3s=16774 -recol3d=12320 -recol4s=14661 -recol4d=8192 -model=model_10477 -model2=model_10473 -name=Puppet heads - -// 10691 -[loc_10691] -resizex=110 -resizey=90 -resizez=110 -width=2 -active=yes -op1=Take -recol1s=1106 -recol1d=9314 -recol2s=19945 -recol2d=16548 -recol3s=16774 -recol3d=12320 -recol4s=14661 -recol4d=8192 -model=model_10478 -model2=model_10481 -name=Puppet torsos - -// 10692 -[loc_10692] -resizex=110 -resizey=90 -resizez=110 -active=yes -op1=Add -recol1s=1106 -recol1d=9314 -recol2s=19945 -recol2d=16548 -recol3s=16774 -recol3d=12320 -recol4s=14661 -recol4d=8192 -model=model_10477 -model2=model_10468 -name=Puppet arms - -// 10693 -[loc_10693] -resizex=110 -resizey=90 -resizez=110 -active=yes -op1=Add -recol1s=1106 -recol1d=9314 -recol2s=19945 -recol2d=16548 -recol3s=16774 -recol3d=12320 -recol4s=14661 -recol4d=8192 -model=model_10479 -model2=model_10476 -name=Puppet legs - -// 10694 -[loc_10694] -resizex=110 -resizey=90 -resizez=110 -active=yes -op1=Add -recol1s=1106 -recol1d=4387 -recol2s=19945 -recol2d=2498 -recol3s=16774 -recol3d=384 -recol4s=14661 -recol4d=256 -model=model_10477 -model2=model_10473 -name=Puppet heads - -// 10695 -[loc_10695] -resizex=110 -resizey=90 -resizez=110 -width=2 -active=yes -op1=Take -recol1s=1106 -recol1d=4387 -recol2s=19945 -recol2d=2498 -recol3s=16774 -recol3d=384 -recol4s=14661 -recol4d=256 -model=model_10480 -model2=model_10482 -name=Puppet torsos - -// 10696 -[loc_10696] -resizex=110 -resizey=90 -resizez=110 -active=yes -op1=Add -recol1s=1106 -recol1d=4387 -recol2s=19945 -recol2d=2498 -recol3s=16774 -recol3d=384 -recol4s=14661 -recol4d=256 -model=model_10479 -model2=model_10469 -name=Puppet arms - -// 10697 -[loc_10697] -resizex=110 -resizey=90 -resizez=110 -active=yes -op1=Add -recol1s=1106 -recol1d=4387 -recol2s=19945 -recol2d=2498 -recol3s=16774 -recol3d=384 -recol4s=14661 -recol4d=256 -model=model_10477 -model2=model_10475 -name=Puppet legs - -// 10698 -[loc_10698] -active=yes -op1=Climb-down -forceapproach=north -model=model_9503 -name=Trapdoor - -// 10699 -[loc_10699] -active=yes -op1=Climb-up -forceapproach=north -model=model_10485,Q -name=Trapdoor Steps - -// 10700 -[loc_10700] -forcedecor=yes -msi=msi_7 -model=model_1105,0 - -// 10701 -[loc_10701] -recol1s=14695 -recol1d=6383 -recol2s=13638 -recol2d=5326 -recol3s=12581 -recol3d=4269 -recol4s=11524 -recol4d=3212 -recol5s=10467 -recol5d=2155 -recol6s=9410 -recol6d=1098 -model=model_7685 -name=Crate - -// 10702 -[loc_10702] -recol1s=14695 -recol1d=7557 -recol2s=13638 -recol2d=6500 -recol3s=12581 -recol3d=5444 -recol4s=11524 -recol4d=4387 -recol5s=10467 -recol5d=3330 -recol6s=9410 -recol6d=2273 -model=model_7685 -name=Crate - -// 10703 -[loc_10703] -recol1s=14695 -recol1d=12452 -recol2s=13638 -recol2d=11396 -recol3s=12581 -recol3d=10371 -recol4s=11524 -recol4d=9314 -recol5s=10467 -recol5d=8257 -recol6s=9410 -recol6d=7200 -model=model_7685 -name=Crate - -// 10704 -[loc_10704] -recol1s=14695 -recol1d=6383 -recol2s=13638 -recol2d=5326 -recol3s=12581 -recol3d=4269 -recol4s=11524 -recol4d=3212 -recol5s=10467 -recol5d=2155 -recol6s=9410 -recol6d=1098 -model=model_7699 -name=Crate - -// 10705 -[loc_10705] -recol1s=14695 -recol1d=12452 -recol2s=13638 -recol2d=11396 -recol3s=12581 -recol3d=10371 -recol4s=11524 -recol4d=9314 -recol5s=10467 -recol5d=8257 -recol6s=9410 -recol6d=7200 -model=model_7700 -name=Crates - -// 10706 -[loc_10706] -resizex=220 -resizey=128 -resizez=220 -width=2 -length=2 -recol1s=1106 -recol1d=9474 -model=model_10477 -model2=model_10456 -name=Large Box - -// 10707 -[loc_10707] -op1=Climb-up -sharelight=yes -forceapproach=east -msi=msi_7 -recol1s=7428 -recol1d=10500 -recol2s=9542 -recol2d=13638 -model=model_10558 -name=Ladder - -// 10708 -[loc_10708] -op1=Climb-down -sharelight=yes -forceapproach=west -msi=msi_7 -recol1s=7428 -recol1d=10500 -recol2s=9542 -recol2d=13638 -recol3s=11656 -recol3d=14728 -retex1s=material_73 -retex1d=material_63 -model=model_10464 -name=Ladder - -// 10709 -[loc_10709] -hillskew=yes -active=no -recol1s=13538 -recol1d=14661 -recol2s=23010 -recol2d=19945 -model=model_5490,0 - -// 10710 -[loc_10710] -recol1s=21074 -recol1d=32503 -recol2s=20017 -recol2d=28341 -recol3s=16846 -recol3d=26293 -recol4s=11561 -recol4d=18960 -model=model_8997 -name=Paint Pots - -// 10711 -[loc_10711] -recol1s=10240 -recol1d=25625 -model=model_1048,0 - -// 10712 -[loc_10712] -recol1s=10240 -recol1d=1273 -model=model_1070,0 - -// 10713 -[loc_10713] -recol1s=10240 -recol1d=26400 -model=model_1097,0 - -// 10714 -[loc_10714] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=11523 -recol1d=13670 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=7362 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 10715 -[loc_10715] -active=no -ambient=50 -contrast=50 -anim=seq_3022 -recol1s=11687 -recol1d=7570 -recol2s=23212 -recol2d=11827 -model=model_10617,Q - -// 10716 -[loc_10716] -active=no -ambient=50 -contrast=50 -anim=seq_3022 -recol1s=11687 -recol1d=9476 -recol2s=23212 -recol2d=15752 -model=model_10617,Q - -// 10717 -[loc_10717] -active=no -ambient=50 -contrast=50 -anim=seq_3022 -model=model_10617,Q - -// 10718 -[loc_10718] -active=no -ambient=50 -contrast=50 -anim=seq_3022 -recol1s=11687 -recol1d=6342 -recol2s=23212 -recol2d=28407 -model=model_10617,Q - -// 10719 -[loc_10719] -active=no -model=model_10614 - -// 10720 -[loc_10720] -active=no -resizex=128 -resizey=165 -resizez=128 -model=model_3496 - -// 10721 -[loc_10721] -ambient=15 -contrast=15 -active=yes -op1=Enter -resizex=128 -resizey=192 -resizez=128 -model=model_10678 -name=Doorway - -// 10722 -[loc_10722] -op1=Search -recol1s=13637 -recol1d=5317 -recol2s=10465 -recol2d=15687 -model=model_7396 -model2=model_7397 -name=Old Bookshelf - -// 10723 -[loc_10723] -op1=Search -recol1s=11522 -recol1d=7426 -recol2s=10465 -recol2d=5317 -model=model_7396 -model2=model_7397 -name=Old Bookshelf - -// 10724 -[loc_10724] -blockrange=no -recol1s=20935 -recol1d=11557 -recol2s=19845 -recol2d=10502 -recol3s=17765 -recol3d=10469 -recol4s=16708 -recol4d=9412 -model=model_4633 -name=Chair - -// 10725 -[loc_10725] -active=yes -op1=Grab -ambient=15 -contrast=15 -model=model_10592 -name=Bones - -// 10726 -[loc_10726] -active=yes -op1=Grab -ambient=15 -contrast=15 -model=model_10593 -name=Bones - -// 10727 -[loc_10727] -active=yes -op1=Grab -ambient=15 -contrast=15 -model=model_10594 -name=Bones - -// 10728 -[loc_10728] -active=yes -op1=Grab -ambient=15 -contrast=15 -model=model_10595 -name=Bones - -// 10729 -[loc_10729] -hillskew=yes -forcedecor=yes -ambient=20 -contrast=10 -unknown90=yes -model=model_10606,0 - -// 10730 -[loc_10730] -hillskew=yes -forcedecor=yes -ambient=20 -contrast=10 -unknown90=yes -model=model_10607,0 - -// 10731 -[loc_10731] -hillskew=yes -forcedecor=yes -mirror=yes -ambient=20 -contrast=10 -unknown90=yes -model=model_10607,0 - -// 10732 -[loc_10732] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -ambient=20 -contrast=10 -active=no -unknown90=yes -model=model_10608,8 -model=model_10609,0 - -// 10733 -[loc_10733] -ambient=20 -contrast=15 -model=model_10619 -model2=model_10618 -name=Portal - -// 10734 -[loc_10734] -contrast=30 -ambient=30 -sharelight=yes -length=2 -resizex=128 -resizey=192 -resizez=128 -op1=Deposit -model=model_10648 -name=Coin Collector - -// 10735 -[loc_10735] -contrast=30 -ambient=30 -sharelight=yes -width=2 -resizex=128 -resizey=192 -resizez=128 -op1=Deposit -recol1s=12683 -recol1d=4227 -recol2s=15852 -recol2d=6341 -recol3s=19023 -recol3d=8455 -recol4s=20113 -recol4d=11626 -model=model_10646 -name=Food chute - -// 10736 -[loc_10736] -active=yes -length=3 -width=3 -contrast=15 -ambient=15 -blockwalk=yes -resizex=128 -resizey=128 -resizez=128 -model=model_10615 -name=Statue - -// 10737 -[loc_10737] -active=yes -length=3 -width=3 -contrast=15 -ambient=15 -blockwalk=yes -resizex=128 -resizey=128 -resizez=128 -mirror=yes -model=model_10615 -name=Statue - -// 10738 -[loc_10738] -active=yes -length=3 -width=3 -contrast=15 -ambient=15 -blockwalk=yes -anim=seq_3029 -resizex=128 -resizey=128 -resizez=128 -bgsound=synth_3144,3 -model=model_10623 -model2=model_10624 -name=Statue - -// 10739 -[loc_10739] -active=yes -length=3 -width=3 -contrast=15 -ambient=15 -blockwalk=yes -anim=seq_3029 -resizex=128 -resizey=128 -resizez=128 -bgsound=synth_3144,3 -model=model_10622 -model2=model_10620 -name=Statue - -// 10740 -[loc_10740] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=165 -resizez=128 -recol1s=10571 -recol1d=2116 -model=model_5957,1 -model=model_5958,2 -model=model_5959,3 -model=model_5960,5 - -// 10741 -[loc_10741] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=165 -resizez=128 -recol1s=10571 -recol1d=2116 -model=model_5962,1 - -// 10742 -[loc_10742] -mirror=yes -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=165 -resizez=128 -recol1s=10571 -recol1d=2116 -model=model_5962,1 - -// 10743 -[loc_10743] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_10650,1 - -// 10744 -[loc_10744] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -mirror=yes -model=model_10650,1 - -// 10745 -[loc_10745] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -model=model_10656,A -model=model_10659,F -model=model_10660,G -model=model_10661,H -model=model_10662,Z -model=model_10657,C - -// 10746 -[loc_10746] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -model=model_10658,Z - -// 10747 -[loc_10747] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -mirror=yes -model=model_10658,Z - -// 10748 -[loc_10748] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=128 -resizez=128 -model=model_10676,1 -model=model_10677,5 - -// 10749 -[loc_10749] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=128 -resizez=128 -model=model_10675,1 - -// 10750 -[loc_10750] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=128 -resizez=128 -mirror=yes -model=model_10675,1 - -// 10751 -[loc_10751] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=128 -resizez=128 -model=model_10676,1 -model=model_10677,5 - -// 10752 -[loc_10752] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=128 -resizez=128 -model=model_10676,1 -model=model_10677,5 - -// 10753 -[loc_10753] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_10663,1 -model=model_10664,3 - -// 10754 -[loc_10754] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_10665,1 - -// 10755 -[loc_10755] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=128 -resizez=128 -blockrange=no -model=model_10672,1 -model=model_10673,2 -model=model_10674,3 - -// 10756 -[loc_10756] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=128 -resizez=128 -recol1s=11687 -recol1d=7570 -recol2s=23212 -recol2d=11827 -model=model_10603,0 - -// 10757 -[loc_10757] -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -resizex=128 -resizey=128 -resizez=128 -recol1s=11687 -recol1d=9476 -recol2s=23212 -recol2d=15752 -model=model_10603,0 - -// 10758 -[loc_10758] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=128 -resizez=128 -model=model_10603,0 - -// 10759 -[loc_10759] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=128 -resizez=128 -recol1s=11687 -recol1d=6342 -recol2s=23212 -recol2d=28407 -model=model_10603,0 - -// 10760 -[loc_10760] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_10654,1 - -// 10761 -[loc_10761] -active=no -contrast=30 -ambient=30 -anim=seq_3028 -resizex=128 -resizey=192 -resizez=128 -model=model_10616,Q - -// 10762 -[loc_10762] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_10651,1 -model=model_10652,2 -model=model_10653,5 - -// 10763 -[loc_10763] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_10655 - -// 10764 -[loc_10764] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -recol1s=19056 -recol1d=8455 -recol2s=16942 -recol2d=11626 -model=model_10655 - -// 10765 -[loc_10765] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -recol1s=12683 -recol1d=4227 -recol2s=15852 -recol2d=6341 -recol3s=19023 -recol3d=8455 -recol4s=20113 -recol4d=11626 -model=model_10651,1 -model=model_10652,2 -model=model_10653,5 - -// 10766 -[loc_10766] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -recol1s=12683 -recol1d=4227 -recol2s=15852 -recol2d=6341 -recol3s=19023 -recol3d=8455 -recol4s=20113 -recol4d=11626 -model=model_10654,1 - -// 10767 -[loc_10767] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_10666,1 -model=model_10667,2 -model=model_10668,5 - -// 10768 -[loc_10768] -active=yes -sharelight=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_10647 -name=Bank - -// 10769 -[loc_10769] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_10669,1 - -// 10770 -[loc_10770] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_10670,1 -model=model_10671,5 - -// 10771 -[loc_10771] -active=yes -length=3 -width=2 -sharelight=yes -contrast=30 -ambient=30 -blockwalk=yes -forceapproach=south -resizex=128 -resizey=192 -resizez=128 -op1=Climb-up -model=model_10610 -name=Stairs - -// 10772 -[loc_10772] -active=yes -length=3 -width=2 -sharelight=yes -contrast=30 -ambient=30 -blockwalk=yes -forceapproach=north -resizex=128 -resizey=192 -resizez=128 -op1=Climb -model=model_10613 -name=Stairs - -// 10773 -[loc_10773] -active=yes -length=3 -sharelight=yes -contrast=30 -ambient=30 -blockwalk=yes -forceapproach=west -resizex=128 -resizey=192 -resizez=128 -op1=Climb-down -model=model_10611 -name=Stairs - -// 10774 -[loc_10774] -active=yes -length=3 -width=2 -sharelight=yes -contrast=30 -ambient=30 -blockwalk=no -resizex=128 -resizey=192 -resizez=128 -op1=Climb-down -forceapproach=south -model=model_10612 -name=Stairs - -// 10775 -[loc_10775] -active=yes -length=3 -width=2 -sharelight=yes -contrast=30 -ambient=30 -blockwalk=yes -resizex=128 -resizey=192 -resizez=128 -mirror=yes -op1=Climb-up -forceapproach=north -model=model_10610 -name=Stairs - -// 10776 -[loc_10776] -active=yes -length=3 -sharelight=yes -contrast=30 -ambient=30 -blockwalk=yes -resizex=128 -resizey=192 -resizez=128 -mirror=yes -op1=Climb-down -forceapproach=west -model=model_10611 -name=Stairs - -// 10777 -[loc_10777] -active=no -forcedecor=yes -model=model_10604,0 - -// 10778 -[loc_10778] -anim=seq_3030 -active=yes -op1=Enter -raiseobject=no -model=model_10619 -model2=model_10618 -name=Telekinetic Teleport - -// 10779 -[loc_10779] -anim=seq_3030 -active=yes -op1=Enter -raiseobject=no -model=model_10619 -model2=model_10618 -name=Enchanters Teleport - -// 10780 -[loc_10780] -anim=seq_3030 -active=yes -op1=Enter -raiseobject=no -model=model_10619 -model2=model_10618 -name=Alchemists Teleport - -// 10781 -[loc_10781] -anim=seq_3030 -active=yes -op1=Enter -raiseobject=no -model=model_10619 -model2=model_10618 -name=Graveyard Teleport - -// 10782 -[loc_10782] -anim=seq_3030 -active=yes -op1=Enter -raiseobject=no -model=model_10619 -model2=model_10618 -name=Exit Teleport - -// 10783 -[loc_10783] -forceapproach=north -op1=Search -model=model_10599 -name=Cupboard - -// 10784 -[loc_10784] -forceapproach=north -op1=Search -model=model_10600 -name=Cupboard - -// 10785 -[loc_10785] -forceapproach=north -op1=Search -model=model_10599 -name=Cupboard - -// 10786 -[loc_10786] -forceapproach=north -op1=Search -model=model_10600 -name=Cupboard - -// 10787 -[loc_10787] -forceapproach=north -op1=Search -model=model_10599 -name=Cupboard - -// 10788 -[loc_10788] -forceapproach=north -op1=Search -model=model_10600 -name=Cupboard - -// 10789 -[loc_10789] -forceapproach=north -op1=Search -model=model_10599 -name=Cupboard - -// 10790 -[loc_10790] -forceapproach=north -op1=Search -model=model_10600 -name=Cupboard - -// 10791 -[loc_10791] -forceapproach=north -op1=Search -model=model_10599 -name=Cupboard - -// 10792 -[loc_10792] -forceapproach=north -op1=Search -model=model_10600 -name=Cupboard - -// 10793 -[loc_10793] -forceapproach=north -op1=Search -model=model_10599 -name=Cupboard - -// 10794 -[loc_10794] -forceapproach=north -op1=Search -model=model_10600 -name=Cupboard - -// 10795 -[loc_10795] -forceapproach=north -op1=Search -model=model_10599 -name=Cupboard - -// 10796 -[loc_10796] -forceapproach=north -op1=Search -model=model_10600 -name=Cupboard - -// 10797 -[loc_10797] -forceapproach=north -op1=Search -model=model_10599 -name=Cupboard - -// 10798 -[loc_10798] -forceapproach=north -op1=Search -model=model_10600 -name=Cupboard - -// 10799 -[loc_10799] -active=yes -op1=Take-from -ambient=18 -contrast=15 -model=model_10596 -name=Cube Pile - -// 10800 -[loc_10800] -active=yes -op1=Take-from -ambient=18 -contrast=15 -model=model_10597 -name=Cylinder Pile - -// 10801 -[loc_10801] -active=yes -op1=Take-from -ambient=18 -contrast=15 -model=model_10602 -name=Icosahedron Pile - -// 10802 -[loc_10802] -active=yes -op1=Take-from -ambient=18 -contrast=15 -model=model_10605 -name=Pentamid Pile - -// 10803 -[loc_10803] -sharelight=yes -shadow=no -op1=Deposit -model=model_10601 -name=Hole - -// 10804 -[loc_10804] -active=yes -op1=Climb-down -forceapproach=north -model=model_10704 -name=Trapdoor - -// 10805 -[loc_10805] -width=2 -op1=Search -model=model_10715 -name=Sandy's Desk - -// 10806 -[loc_10806] -active=yes -multivar=varplayerbit_1536 -multiloc=0,loc_10807 -multiloc=1,loc_10808 - -// 10807 -[loc_10807] -model=model_10718 -name=Sandy's Coffee Mug - -// 10808 -[loc_10808] -model=model_10717 -name=Table - -// 10809 -[loc_10809] -resizex=80 -resizey=80 -resizez=80 -ambient=20 -recol1s=12515 -recol1d=8320 -recol2s=15686 -recol2d=8320 -recol3s=19914 -recol3d=12548 -recol4s=22028 -recol4d=14662 -recol5s=27577 -recol5d=23185 -model=model_10719 -name=Waste Paper Bin - -// 10810 -[loc_10810] -ambient=30 -recol1s=23116 -recol1d=23185 -recol2s=26351 -recol2d=23185 -recol3s=9346 -recol3d=12548 -recol4s=5185 -recol4d=8320 -recol5s=32576 -recol5d=13605 -recol6s=32384 -recol6d=27275 -model=model_9558,Q - -// 10811 -[loc_10811] -ambient=30 -recol1s=23116 -recol1d=23185 -recol2s=26351 -recol2d=23185 -recol3s=9346 -recol3d=12548 -recol4s=5185 -recol4d=8320 -recol5s=32576 -recol5d=13605 -recol6s=32384 -recol6d=27275 -model=model_9557,Q - -// 10812 -[loc_10812] -width=2 -active=yes -anim=seq_10936 -multivar=varplayerbit_1537 -multiloc=0,loc_9516 -multiloc=1,loc_10813 -multiloc=2,loc_41354 -multiloc=3,loc_41355 - -// 10813 -[loc_10813] -width=2 -blockrange=no -model=model_10714 -name=Counter - -// 10814 -[loc_10814] -anim=seq_3038 -width=2 -length=2 -ambient=20 -model=model_10722 -model2=model_10720 -name=Sandpit - -// 10815 -[loc_10815] -model=model_10716,Q - -// 10816 -[loc_10816] -wallwidth=16 -ambient=20 -contrast=50 -recol1s=7264 -recol1d=12548 -recol2s=8320 -recol2d=12548 -model=model_10724,1 - -// 10817 -[loc_10817] -active=yes -op1=Pull -forceapproach=south -model=model_2221 -name=Lever - -// 10818 -[loc_10818] -active=yes -raiseobject=no -op1=Open -blockrange=no -model=model_609,1 -name=Locked door - -// 10819 -[loc_10819] -mirror=yes -active=yes -raiseobject=no -op1=Open -blockrange=no -model=model_609,1 -name=Locked door - -// 10820 -[loc_10820] -length=2 -active=yes -raiseobject=no -anim=seq_1433 -ambient=100 -contrast=100 -bgsound=synth_2065,3 -recol1s=16846 -recol1d=13675 -model=model_5397 -name=Energy Barrier - -// 10821 -[loc_10821] -blockwalk=yes -active=yes -length=2 -multivar=varplayerbit_1547 -multiloc=0,loc_10820 -multiloc=1,loc_10820 -multiloc=2,loc_10820 - -// 10822 -[loc_10822] -blockwalk=yes -active=yes -length=2 -multivar=varplayerbit_1547 -multiloc=0,loc_10820 -multiloc=1,loc_10820 - -// 10823 -[loc_10823] -blockwalk=yes -active=yes -length=2 -multivar=varplayerbit_1547 -multiloc=0,loc_10820 - -// 10824 -[loc_10824] -blockwalk=yes -anim=seq_1629 -bgsound=synth_2065,3 -recol1s=6336 -recol1d=6274 -recol2s=6338 -recol2d=5217 -recol3s=5317 -recol3d=6308 -model=model_5170 -name=Fireplace - -// 10825 -[loc_10825] -anim=seq_1630 -active=no -recol1s=6336 -recol1d=6274 -recol2s=7431 -recol2d=6308 -recol3s=6338 -recol3d=5217 -model=model_5171 - -// 10826 -[loc_10826] -mirror=yes -anim=seq_1630 -active=no -recol1s=6336 -recol1d=6274 -recol2s=7431 -recol2d=6308 -recol3s=6338 -recol3d=5217 -model=model_5171 - -// 10827 -[loc_10827] -width=2 -length=2 -bgsound=synth_2151,3 -model=model_10754 -name=Fountain - -// 10828 -[loc_10828] -sharelight=yes -model=model_10755 -name=Trawler net - -// 10829 -[loc_10829] -sharelight=yes -model=model_10756 -name=Trawler net - -// 10830 -[loc_10830] -sharelight=yes -model=model_10757 -name=Trawler net - -// 10831 -[loc_10831] -sharelight=yes -model=model_10758 -name=Trawler net - -// 10832 -[loc_10832] -sharelight=yes -model=model_10759 -name=Trawler net - -// 10833 -[loc_10833] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -model=model_35635 - -// 10834 -[loc_10834] -sharelight=yes -model=model_10761 -name=Trawler net - -// 10835 -[loc_10835] -sharelight=yes -model=model_10762 -name=Trawler net - -// 10836 -[loc_10836] -active=no -hillchange=skew_to_fit -model=model_35219 - -// 10837 -[loc_10837] -sharelight=yes -hillskew=yes -mirror=yes -model=model_1137,0 - -// 10838 -[loc_10838] -sharelight=yes -active=no -recol1s=5348 -recol1d=25164 -model=model_10819 - -// 10839 -[loc_10839] -sharelight=yes -active=no -recol1s=5348 -recol1d=25164 -recol2s=6405 -recol2d=26221 -model=model_10820 - -// 10840 -[loc_10840] -sharelight=yes -active=no -recol1s=5348 -recol1d=25164 -recol2s=6405 -recol2d=26221 -model=model_10821 - -// 10841 -[loc_10841] -sharelight=yes -active=no -recol1s=5348 -recol1d=25164 -model=model_10823 - -// 10842 -[loc_10842] -sharelight=yes -active=no -recol1s=5348 -recol1d=25164 -recol2s=6405 -recol2d=26221 -model=model_10824 - -// 10843 -[loc_10843] -sharelight=yes -active=no -recol1s=6405 -recol1d=26221 -model=model_10822 - -// 10844 -[loc_10844] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=25227 -recol2s=14594 -recol2d=24072 -recol3s=15618 -recol3d=19977 -model=model_1124,0 - -// 10845 -[loc_10845] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=25227 -recol2s=14594 -recol2d=24072 -recol3s=15618 -recol3d=19977 -model=model_1139,0 - -// 10846 -[loc_10846] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=25227 -recol2s=14594 -recol2d=24072 -recol3s=15618 -recol3d=19977 -model=model_1032,0 - -// 10847 -[loc_10847] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=25227 -recol2s=14594 -recol2d=24072 -recol3s=15618 -recol3d=19977 -model=model_1044,0 - -// 10848 -[loc_10848] -blockwalk=no -active=yes -model=model_10771,Q -name=Doorway - -// 10849 -[loc_10849] -blockwalk=no -active=yes -model=model_10770,Q -name=Doorway - -// 10850 -[loc_10850] -forcedecor=yes -msi=msi_7 -model=model_1105,0 - -// 10851 -[loc_10851] -width=2 -contrast=100 -ambient=50 -hillskew=yes -active=yes -op1=Climb -model=model_10765,Q -name=Climbing rocks - -// 10852 -[loc_10852] -hillskew=yes -op1=Climb -ambient=25 -contrast=25 -msi=msi_25 -forcedecor=yes -blockwalk=yes -recol1s=12580 -recol1d=19977 -model=model_1743,0 -name=Climbing rocks - -// 10853 -[loc_10853] -hillskew=yes -ambient=25 -contrast=25 -msi=msi_25 -forcedecor=yes -recol1s=12580 -recol1d=19977 -model=model_1784,0 - -// 10854 -[loc_10854] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -unknown90=yes -recol1s=12580 -recol1d=19977 -model=model_1794,0 - -// 10855 -[loc_10855] -blockwalk=no -active=yes -op1=Enter -model=model_10771,Q -name=Doorway - -// 10856 -[loc_10856] -blockwalk=no -active=yes -op1=Enter -model=model_10770,Q -name=Doorway - -// 10857 -[loc_10857] -width=2 -length=2 -op1=Climb-up -forceapproach=south -model=model_10784 -name=Stairs - -// 10858 -[loc_10858] -width=2 -length=2 -blockwalk=yes -forceapproach=north -op1=Climb-down -model=model_10772 -name=Stairs - -// 10859 -[loc_10859] -width=2 -length=2 -blockwalk=no -op1=Jump -model=model_10772 -name=Gap - -// 10860 -[loc_10860] -width=2 -length=2 -blockwalk=no -op1=Cross -model=model_10772 -name=Ledge - -// 10861 -[loc_10861] -width=2 -length=2 -op1=Cross -blockwalk=no -model=model_10772 -name=Gap - -// 10862 -[loc_10862] -width=2 -length=2 -op1=Cross -blockwalk=no -model=model_10772 -name=Gap - -// 10863 -[loc_10863] -op1=Cross -model=model_10818,Q -name=Gap - -// 10864 -[loc_10864] -op1=Cross -model=model_10818,Q -name=Gap - -// 10865 -[loc_10865] -length=2 -op1=Climb-over -blockrange=no -model=model_10776 -name=Low wall - -// 10866 -[loc_10866] -sharelight=yes -forcedecor=yes -blockwalk=no -model=model_10778,0 - -// 10867 -[loc_10867] -op1=Cross -sharelight=yes -blockwalk=no -model=model_10779,0 -name=Plank - -// 10868 -[loc_10868] -op1=Cross -sharelight=yes -blockwalk=no -model=model_10779,0 -name=Plank - -// 10869 -[loc_10869] -width=2 -length=2 -active=no -multivar=varplayerbit_1556 -multiloc=0,loc_10871 -multiloc=1,loc_10870 - -// 10870 -[loc_10870] -width=2 -length=2 -active=no -model=model_10787 - -// 10871 -[loc_10871] -width=2 -length=2 -active=no -model=model_10792 - -// 10872 -[loc_10872] -width=2 -length=2 -active=no -multivar=varplayerbit_1550 -multiloc=0,loc_10874 -multiloc=2,loc_10874 -multiloc=3,loc_10874 -multiloc=4,loc_10874 -multiloc=5,loc_10874 - -// 10873 -[loc_10873] -width=2 -length=2 -active=no -multivar=varplayerbit_1550 -multiloc=0,loc_10874 -multiloc=1,loc_10874 -multiloc=2,loc_10874 -multiloc=4,loc_10874 -multiloc=5,loc_10874 - -// 10874 -[loc_10874] -width=2 -length=2 -active=no -model=model_10789 - -// 10875 -[loc_10875] -width=2 -length=2 -blockwalk=no -anim=seq_3070 -model=model_10815 -name=Stone block - -// 10876 -[loc_10876] -width=2 -length=2 -blockwalk=no -model=model_10816 -name=Stone block - -// 10877 -[loc_10877] -width=2 -length=2 -anim=seq_3070 -active=yes -multivar=varplayerbit_1551 -multiloc=0,loc_10876 -multiloc=1,loc_10875 - -// 10878 -[loc_10878] -width=2 -length=2 -anim=seq_3070 -active=yes -multivar=varplayerbit_1552 -multiloc=0,loc_10876 -multiloc=1,loc_10875 - -// 10879 -[loc_10879] -width=2 -length=2 -anim=seq_3070 -active=yes -multivar=varplayerbit_1553 -multiloc=0,loc_10876 -multiloc=1,loc_10875 - -// 10880 -[loc_10880] -width=2 -length=2 -anim=seq_3070 -active=yes -multivar=varplayerbit_1554 -multiloc=0,loc_10876 -multiloc=1,loc_10875 - -// 10881 -[loc_10881] -width=2 -length=2 -anim=seq_3070 -active=yes -multivar=varplayerbit_1555 -multiloc=0,loc_10876 -multiloc=1,loc_10875 - -// 10882 -[loc_10882] -width=2 -length=2 -op1=Cross -blockwalk=no -offsety=-128 -model=model_10772 -name=Gap - -// 10883 -[loc_10883] -width=2 -length=2 -op1=Cross -blockwalk=no -offsety=-64 -model=model_10772 -name=Gap - -// 10884 -[loc_10884] -width=2 -length=2 -op1=Cross -blockwalk=no -offsety=-64 -model=model_10772 -name=Gap - -// 10885 -[loc_10885] -width=2 -length=2 -op1=Cross -blockwalk=no -offsety=-128 -model=model_10772 -name=Gap - -// 10886 -[loc_10886] -width=2 -length=2 -op1=Cross -blockwalk=no -offsety=-128 -model=model_10772 -name=Ledge - -// 10887 -[loc_10887] -width=2 -length=2 -op1=Cross -blockwalk=no -offsety=-64 -model=model_10772 -name=Ledge - -// 10888 -[loc_10888] -width=2 -length=2 -op1=Cross -blockwalk=no -offsety=-64 -model=model_10772 -name=Ledge - -// 10889 -[loc_10889] -width=2 -length=2 -op1=Cross -blockwalk=no -offsety=-128 -model=model_10772 -name=Ledge - -// 10890 -[loc_10890] -width=2 -contrast=100 -ambient=50 -hillskew=yes -active=no -offsety=-512 -model=model_10765,Q - -// 10891 -[loc_10891] -active=no -blockwalk=yes -sharelight=yes -model=model_10786,1 - -// 10892 -[loc_10892] -active=no -blockwalk=yes -sharelight=yes -model=model_10785,1 - -// 10893 -[loc_10893] -width=2 -length=2 -active=no -model=model_10788 -model=model_10775 - -// 10894 -[loc_10894] -width=2 -length=2 -active=no -recol1s=24138 -recol1d=25227 -model=model_10789 -model=model_10775 - -// 10895 -[loc_10895] -width=2 -length=2 -active=no -model=model_10790 -model=model_10775 - -// 10896 -[loc_10896] -width=2 -length=2 -active=no -model=model_10791 -model=model_10775 - -// 10897 -[loc_10897] -width=2 -length=2 -active=no -model=model_10766 -model=model_10775 - -// 10898 -[loc_10898] -width=2 -length=2 -active=no -model=model_10780 -model=model_10775 - -// 10899 -[loc_10899] -width=2 -length=2 -active=no -recol1s=24138 -recol1d=25227 -model=model_10781 -model=model_10775 - -// 10900 -[loc_10900] -width=2 -length=2 -active=no -recol1s=24138 -recol1d=24072 -model=model_10782 -model=model_10775 - -// 10901 -[loc_10901] -width=2 -length=2 -active=no -recol1s=24138 -recol1d=22092 -model=model_10783 -model=model_10775 - -// 10902 -[loc_10902] -width=2 -length=2 -active=no -model=model_10773 - -// 10903 -[loc_10903] -width=2 -length=2 -active=no -recol1s=24138 -recol1d=22092 -model=model_10774 - -// 10904 -[loc_10904] -width=2 -length=2 -active=no -recol1s=24138 -recol1d=25227 -model=model_10767 - -// 10905 -[loc_10905] -width=2 -length=2 -active=no -recol1s=24138 -recol1d=24072 -model=model_10768 - -// 10906 -[loc_10906] -width=2 -length=2 -active=no -recol1s=24138 -recol1d=22092 -model=model_10769 - -// 10907 -[loc_10907] -width=2 -length=2 -active=no -recol1s=24138 -recol1d=25227 -model=model_10793 - -// 10908 -[loc_10908] -width=2 -length=2 -active=no -model=model_10794 - -// 10909 -[loc_10909] -width=2 -length=2 -active=no -model=model_10795 -model=model_10775 - -// 10910 -[loc_10910] -width=2 -length=2 -active=no -model=model_10804 -model=model_10775 - -// 10911 -[loc_10911] -width=2 -length=2 -active=no -model=model_10809 -model=model_10775 - -// 10912 -[loc_10912] -width=2 -length=2 -active=no -model=model_10805 - -// 10913 -[loc_10913] -width=2 -length=2 -active=no -model=model_10806 -model=model_10775 - -// 10914 -[loc_10914] -width=2 -length=2 -active=no -model=model_10799 -model=model_10775 - -// 10915 -[loc_10915] -width=2 -length=2 -active=no -model=model_10814 -model=model_10775 - -// 10916 -[loc_10916] -width=2 -length=2 -active=no -model=model_10812 -model=model_10775 - -// 10917 -[loc_10917] -width=2 -length=2 -active=no -model=model_10807 -model=model_10775 - -// 10918 -[loc_10918] -width=2 -length=2 -active=no -model=model_10810 -model=model_10775 - -// 10919 -[loc_10919] -width=2 -length=2 -active=no -model=model_10802 -model=model_10775 - -// 10920 -[loc_10920] -width=2 -length=2 -active=no -model=model_10808 -model=model_10775 - -// 10921 -[loc_10921] -width=2 -length=2 -active=no -model=model_10801 - -// 10922 -[loc_10922] -width=2 -length=2 -active=no -model=model_10797 - -// 10923 -[loc_10923] -width=2 -length=2 -active=no -model=model_10813 - -// 10924 -[loc_10924] -width=2 -length=2 -active=no -model=model_10798 - -// 10925 -[loc_10925] -width=2 -length=2 -active=no -offsety=-256 -model=model_10794 - -// 10926 -[loc_10926] -width=2 -length=2 -active=no -offsety=-256 -model=model_10799 - -// 10927 -[loc_10927] -width=2 -length=2 -active=no -offsety=-256 -model=model_10808 - -// 10928 -[loc_10928] -width=2 -length=2 -active=no -offsety=-256 -model=model_10812 - -// 10929 -[loc_10929] -width=2 -length=2 -active=no -offsety=-256 -model=model_10802 - -// 10930 -[loc_10930] -width=2 -length=2 -active=no -offsety=-256 -model=model_10804 - -// 10931 -[loc_10931] -width=2 -length=2 -active=no -offsety=-256 -model=model_10801 - -// 10932 -[loc_10932] -width=2 -length=2 -active=no -offsety=-256 -model=model_10797 - -// 10933 -[loc_10933] -width=2 -length=2 -active=no -offsety=-256 -model=model_10813 - -// 10934 -[loc_10934] -width=2 -length=2 -active=no -offsety=-256 -model=model_10807 - -// 10935 -[loc_10935] -width=2 -length=2 -active=no -offsety=-256 -model=model_10800 - -// 10936 -[loc_10936] -width=2 -length=2 -active=no -offsety=-256 -model=model_10811 - -// 10937 -[loc_10937] -width=2 -length=2 -active=no -offsety=-256 -model=model_10796 - -// 10938 -[loc_10938] -width=2 -length=2 -active=no -offsety=-256 -model=model_10803 - -// 10939 -[loc_10939] -width=2 -length=2 -active=no -offsety=-512 -model=model_10788 - -// 10940 -[loc_10940] -width=2 -length=2 -active=no -offsety=-512 -recol1s=24138 -recol1d=25227 -model=model_10789 - -// 10941 -[loc_10941] -width=2 -length=2 -active=no -offsety=-512 -model=model_10790 - -// 10942 -[loc_10942] -width=2 -length=2 -active=no -offsety=-512 -model=model_10791 - -// 10943 -[loc_10943] -model=model_10826,Q - -// 10944 -[loc_10944] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=18848 -recol2s=6342 -recol2d=18848 -model=model_3184 -name=Rocks - -// 10945 -[loc_10945] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=18848 -recol2s=6342 -recol2d=18848 -model=model_3183 -name=Rocks - -// 10946 -[loc_10946] -op1=Mine -op2=Prospect -op3=hidden -hillskew=yes -recol1s=16909 -recol1d=19875 -recol2s=6342 -recol2d=16738 -model=model_3184 -name=Rocks - -// 10947 -[loc_10947] -op1=Mine -op2=Prospect -op3=hidden -hillskew=yes -recol1s=10504 -recol1d=20935 -recol2s=6342 -recol2d=18821 -model=model_3183 -name=Rocks - -// 10948 -[loc_10948] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=18848 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 10949 -[loc_10949] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=18848 -recol2s=6342 -recol2d=23080 -model=model_3183 -name=Rocks - -// 10950 -[loc_10950] -active=yes -width=2 -length=2 -hillskew=yes -ambient=15 -op1=Climb -recol1s=20007 -recol1d=26350 -recol2s=17895 -recol2d=25293 -recol3s=16838 -recol3d=25259 -recol4s=16836 -recol4d=24202 -model=model_10953 -name=Sand pile - -// 10951 -[loc_10951] -active=no -forcedecor=yes -ambient=50 -model=model_11005,0 - -// 10952 -[loc_10952] -active=yes -width=2 -length=2 -multivar=varplayerbit_1593 -multiloc=0,loc_10954 -multiloc=1,loc_10955 -multiloc=2,loc_10956 -multiloc=3,loc_10957 -multiloc=4,loc_10958 -multiloc=5,loc_10959 -multiloc=6,loc_10960 -multiloc=7,loc_10961 -multiloc=12,loc_10962 -multiloc=13,loc_10963 -multiloc=14,loc_10964 -multiloc=15,loc_10965 -multiloc=20,loc_10966 -multiloc=21,loc_10967 -multiloc=22,loc_10968 -multiloc=23,loc_10969 -multiloc=28,loc_10953 -multiloc=29,loc_10953 -multiloc=30,loc_10953 -multiloc=31,loc_10953 - -// 10953 -[loc_10953] -active=yes -width=2 -length=2 -shadow=no -hillskew=yes -hardshadow=no -model=model_10883 -name=Hole - -// 10954 -[loc_10954] -width=2 -length=2 -shadow=no -hillskew=yes -hardshadow=no -model=model_10900 -name=Flat ground - -// 10955 -[loc_10955] -width=2 -length=2 -active=yes -hillskew=yes -hardshadow=no -model=model_10903 -name=Headless statue - -// 10956 -[loc_10956] -width=2 -length=2 -active=yes -hillskew=yes -hardshadow=no -model=model_10904 -name=Headless statue - -// 10957 -[loc_10957] -width=2 -length=2 -active=yes -hillskew=yes -hardshadow=no -model=model_10905 -name=Headless statue - -// 10958 -[loc_10958] -width=2 -length=2 -active=yes -hillskew=yes -hardshadow=no -model=model_10905 -model2=model_10902 -name=Lazim's statue - -// 10959 -[loc_10959] -width=2 -length=2 -active=yes -hillskew=yes -hardshadow=no -model=model_10905 -model2=model_10906 -name=Zamorak's statue - -// 10960 -[loc_10960] -width=2 -length=2 -active=yes -hillskew=yes -hardshadow=no -model=model_10905 -model2=model_10901 -name=Icthlarin's statue - -// 10961 -[loc_10961] -width=2 -length=2 -active=yes -hillskew=yes -hardshadow=no -model=model_10905 -model2=model_10899 -name=Camel's statue - -// 10962 -[loc_10962] -width=2 -length=2 -anim=seq_3099 -shadow=no -hillskew=yes -hardshadow=no -model=model_10933 -model2=model_10932 -model3=model_10929 -name=Statue - -// 10963 -[loc_10963] -width=2 -length=2 -anim=seq_3099 -shadow=no -hillskew=yes -hardshadow=no -model=model_10933 -model2=model_10934 -model3=model_10929 -name=Statue - -// 10964 -[loc_10964] -width=2 -length=2 -anim=seq_3099 -shadow=no -hillskew=yes -hardshadow=no -model=model_10933 -model2=model_10931 -model3=model_10929 -name=Statue - -// 10965 -[loc_10965] -width=2 -length=2 -anim=seq_3099 -hillskew=yes -hardshadow=no -model=model_10933 -model2=model_10930 -model3=model_10929 -name=Statue - -// 10966 -[loc_10966] -width=2 -length=2 -anim=seq_3100 -shadow=no -hillskew=yes -hardshadow=no -recol1s=26289 -recol1d=26350 -model=model_10927 -model2=model_10926 -model3=model_10923 -name=Statue - -// 10967 -[loc_10967] -width=2 -length=2 -anim=seq_3100 -shadow=no -hillskew=yes -hardshadow=no -recol1s=26289 -recol1d=26350 -model=model_10927 -model2=model_10928 -model3=model_10923 -name=Statue - -// 10968 -[loc_10968] -width=2 -length=2 -anim=seq_3100 -shadow=no -hillskew=yes -hardshadow=no -recol1s=26289 -recol1d=26350 -model=model_10927 -model2=model_10925 -model3=model_10923 -name=Statue - -// 10969 -[loc_10969] -width=2 -length=2 -anim=seq_3100 -hillskew=yes -hardshadow=no -recol1s=26289 -recol1d=26350 -model=model_10927 -model2=model_10924 -model3=model_10923 -name=Statue - -// 10970 -[loc_10970] -active=yes -width=2 -length=3 -hillskew=yes -ambient=25 -multivar=varplayerbit_1587 -multiloc=3,loc_10986 -multiloc=7,loc_10985 -multiloc=11,loc_10984 -multiloc=15,loc_10981 -multiloc=19,loc_10983 -multiloc=23,loc_10980 -multiloc=27,loc_10978 -multiloc=31,loc_10975 -multiloc=35,loc_10982 -multiloc=39,loc_10979 -multiloc=43,loc_10977 -multiloc=47,loc_10974 -multiloc=51,loc_10976 -multiloc=55,loc_10973 -multiloc=59,loc_10972 -multiloc=63,loc_10971 - -// 10971 -[loc_10971] -model=model_10916 -name=Fallen statue - -// 10972 -[loc_10972] -model=model_10916 -model2=model_10913 -name=Fallen statue - -// 10973 -[loc_10973] -model=model_10916 -model2=model_10914 -name=Fallen statue - -// 10974 -[loc_10974] -model=model_10916 -model2=model_10920 -name=Fallen statue - -// 10975 -[loc_10975] -model=model_10916 -model2=model_10921 -name=Fallen statue - -// 10976 -[loc_10976] -model=model_10916 -model2=model_10913 -model3=model_10914 -name=Fallen statue - -// 10977 -[loc_10977] -model=model_10916 -model2=model_10913 -model3=model_10920 -name=Fallen statue - -// 10978 -[loc_10978] -model=model_10916 -model2=model_10913 -model3=model_10921 -name=Fallen statue - -// 10979 -[loc_10979] -model=model_10916 -model2=model_10914 -model3=model_10920 -name=Fallen statue - -// 10980 -[loc_10980] -model=model_10916 -model2=model_10914 -model3=model_10921 -name=Fallen statue - -// 10981 -[loc_10981] -model=model_10916 -model2=model_10920 -model3=model_10921 -name=Fallen statue - -// 10982 -[loc_10982] -model=model_10916 -model2=model_10913 -model3=model_10914 -model4=model_10920 -name=Fallen statue - -// 10983 -[loc_10983] -model=model_10916 -model2=model_10913 -model3=model_10914 -model4=model_10921 -name=Fallen statue - -// 10984 -[loc_10984] -model=model_10916 -model2=model_10913 -model3=model_10920 -model4=model_10921 -name=Fallen statue - -// 10985 -[loc_10985] -model=model_10916 -model2=model_10914 -model3=model_10920 -model4=model_10921 -name=Fallen statue - -// 10986 -[loc_10986] -model=model_10915 -model2=model_10913 -model3=model_10914 -name=Fallen statue - -// 10987 -[loc_10987] -active=yes -multivar=varplayerbit_1575 -multiloc=0,loc_10988 -multiloc=1,loc_10988 -multiloc=2,loc_10988 -multiloc=3,loc_10988 -multiloc=4,loc_10988 -multiloc=5,loc_10988 -multiloc=6,loc_10988 -multiloc=7,loc_10988 -multiloc=8,loc_10988 -multiloc=9,loc_10988 -multiloc=10,loc_10988 -multiloc=11,loc_10988 -multiloc=12,loc_10988 -multiloc=13,loc_10988 -multiloc=14,loc_10988 -multiloc=15,loc_10988 -multiloc=16,loc_10989 -multiloc=17,loc_10990 -multiloc=18,loc_10991 -multiloc=19,loc_10994 -multiloc=20,loc_10993 -multiloc=21,loc_10996 -multiloc=22,loc_10998 -multiloc=23,loc_11002 -multiloc=24,loc_10992 -multiloc=25,loc_10995 -multiloc=26,loc_10997 -multiloc=27,loc_11003 -multiloc=28,loc_10999 -multiloc=29,loc_11001 -multiloc=30,loc_11000 -multiloc=31,loc_11004 - -// 10988 -[loc_10988] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -model=model_10892 -name=Pedestal - -// 10989 -[loc_10989] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -model=model_10893 -name=Pedestal - -// 10990 -[loc_10990] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recol3s=19978 -recol3d=14434 -model=model_10893 -name=Pedestal - -// 10991 -[loc_10991] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recolhsl3s=7479 -recolhsl3d=38371 -model=model_10893 -name=Pedestal - -// 10992 -[loc_10992] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recolhsl3s=8503 -recolhsl3d=6164 -model=model_10893 -name=Pedestal - -// 10993 -[loc_10993] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recolhsl3s=6457 -recolhsl3d=6208 -model=model_10893 -name=Pedestal - -// 10994 -[loc_10994] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recol3s=19978 -recol3d=14434 -recolhsl4s=7479 -recolhsl4d=38371 -model=model_10893 -name=Pedestal - -// 10995 -[loc_10995] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recol3s=19978 -recol3d=14434 -recolhsl4s=8503 -recolhsl4d=6164 -model=model_10893 -name=Pedestal - -// 10996 -[loc_10996] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recol3s=19978 -recol3d=14434 -recolhsl4s=6457 -recolhsl4d=6208 -model=model_10893 -name=Pedestal - -// 10997 -[loc_10997] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recolhsl3s=7479 -recolhsl3d=38371 -recolhsl4s=8503 -recolhsl4d=6164 -model=model_10893 -name=Pedestal - -// 10998 -[loc_10998] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recolhsl3s=7479 -recolhsl3d=38371 -recolhsl4s=6457 -recolhsl4d=6208 -model=model_10893 -name=Pedestal - -// 10999 -[loc_10999] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recolhsl3s=8503 -recolhsl3d=6164 -recolhsl4s=6457 -recolhsl4d=6208 -model=model_10893 -name=Pedestal - -// 11000 -[loc_11000] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recolhsl3s=7479 -recolhsl3d=38371 -recolhsl4s=6457 -recolhsl4d=6208 -recolhsl5s=8503 -recolhsl5d=6164 -model=model_10893 -name=Pedestal - -// 11001 -[loc_11001] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recol3s=19978 -recol3d=14434 -recolhsl4s=8503 -recolhsl4d=6164 -recolhsl5s=6457 -recolhsl5d=6208 -model=model_10893 -name=Pedestal - -// 11002 -[loc_11002] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recol3s=19978 -recol3d=14434 -recolhsl4s=7479 -recolhsl4d=38371 -recolhsl5s=6457 -recolhsl5d=6208 -model=model_10893 -name=Pedestal - -// 11003 -[loc_11003] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recol3s=19978 -recol3d=14434 -recolhsl4s=7479 -recolhsl4d=38371 -recolhsl5s=8503 -recolhsl5d=6164 -model=model_10893 -name=Pedestal - -// 11004 -[loc_11004] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -recol3s=19978 -recol3d=14434 -recolhsl4s=7479 -recolhsl4d=38371 -recolhsl5s=8503 -recolhsl5d=6164 -recolhsl6s=6457 -recolhsl6d=6208 -model=model_10893 -name=Pedestal - -// 11005 -[loc_11005] -ambient=60 -contrast=60 -anim=seq_3095 -active=yes -op1=Pass-through -bgsound=synth_3131,3 -model=model_10936 -name=Magic barrier - -// 11006 -[loc_11006] -width=2 -length=2 -active=yes -multivar=varplayerbit_1577 -multiloc=0,loc_11007 -multiloc=1,loc_879 - -// 11007 -[loc_11007] -width=2 -length=2 -active=yes -model=model_10884 -name=Fountain - -// 11008 -[loc_11008] -width=2 -length=2 -active=yes -anim=seq_3106 -multivar=varplayerbit_1578 -multiloc=0,loc_11009 -multiloc=1,loc_11010 - -// 11009 -[loc_11009] -width=2 -length=2 -ambient=25 -active=yes -recol1s=6371 -recol1d=24169 -recol2s=5314 -recol2d=22055 -recol3s=4257 -recol3d=20933 -recol4s=3200 -recol4d=18853 -recol5s=2144 -recol5d=15750 -recol6s=0 -recol6d=13636 -model=model_10996 -model2=model_11001 -model3=model_10997 -name=Furnace - -// 11010 -[loc_11010] -width=2 -length=2 -ambient=25 -anim=seq_3106 -forceapproach=south -op2=Smelt -active=yes -bgsound=synth_2209,3 -recol1s=6371 -recol1d=24169 -recol2s=5314 -recol2d=22055 -recol3s=4257 -recol3d=20933 -recol4s=3200 -recol4d=18853 -recol5s=2144 -recol5d=15750 -recol6s=0 -recol6d=13636 -model=model_10996 -model2=model_11000 -model3=model_10997 -model4=model_10999 -name=Furnace - -// 11011 -[loc_11011] -anim=seq_3105 -active=yes -multivar=varplayerbit_1581 -multiloc=0,loc_11017 -multiloc=1,loc_11020 - -// 11012 -[loc_11012] -anim=seq_3105 -active=yes -multivar=varplayerbit_1582 -multiloc=0,loc_11017 -multiloc=1,loc_11021 - -// 11013 -[loc_11013] -anim=seq_3105 -active=yes -multivar=varplayerbit_1583 -multiloc=0,loc_11017 -multiloc=1,loc_11022 - -// 11014 -[loc_11014] -anim=seq_3105 -active=yes -multivar=varplayerbit_1584 -multiloc=0,loc_11017 -multiloc=1,loc_11023 - -// 11015 -[loc_11015] -anim=seq_3107 -active=yes -multivar=varplayerbit_1585 -multiloc=0,loc_11019 -multiloc=1,loc_11024 - -// 11016 -[loc_11016] -anim=seq_3105 -active=yes -multivar=varplayerbit_1586 -multiloc=0,loc_11018 -multiloc=1,loc_11025 - -// 11017 -[loc_11017] -op1=Investigate -active=yes -model=model_10991 -model2=model_10878 -name=Brazier - -// 11018 -[loc_11018] -op1=Investigate -active=yes -model=model_10991 -model2=model_10993 -name=Brazier - -// 11019 -[loc_11019] -op1=Investigate -active=yes -recol1s=1024 -recol1d=21271 -model=model_10991 -model2=model_10993 -name=Brazier - -// 11020 -[loc_11020] -op1=Investigate -active=yes -recol1s=4162 -recol1d=10402 -recol2s=22059 -recol2d=20933 -model=model_10991 -model2=model_10994 -model3=model_10995 -name=Brazier - -// 11021 -[loc_11021] -op1=Investigate -active=yes -recol1s=4162 -recol1d=10402 -model=model_10991 -model2=model_10994 -model3=model_10995 -name=Brazier - -// 11022 -[loc_11022] -op1=Investigate -active=yes -recol1s=4162 -recol1d=10402 -recol2s=22059 -recol2d=8419 -model=model_10991 -model2=model_10994 -model3=model_10995 -name=Brazier - -// 11023 -[loc_11023] -op1=Investigate -active=yes -recol1s=4162 -recol1d=10402 -recol2s=22059 -recol2d=11490 -model=model_10991 -model2=model_10994 -model3=model_10995 -name=Brazier - -// 11024 -[loc_11024] -op1=Investigate -active=yes -recol1s=23356 -recol1d=21271 -model=model_10991 -model2=model_10992 -name=Brazier - -// 11025 -[loc_11025] -op1=Investigate -active=yes -recol1s=4162 -recol1d=10402 -model=model_10991 -model2=model_10993 -model3=model_10994 -name=Brazier - -// 11026 -[loc_11026] -width=5 -active=yes -multivar=varplayerbit_1602 -multiloc=0,loc_11036 -multiloc=1,loc_11034 -multiloc=2,loc_11032 -multiloc=3,loc_11030 -multiloc=4,loc_11028 -multiloc=5,loc_11038 - -// 11027 -[loc_11027] -width=5 -active=yes -multivar=varplayerbit_1602 -multiloc=0,loc_11037 -multiloc=1,loc_11035 -multiloc=2,loc_11033 -multiloc=3,loc_11031 -multiloc=4,loc_11029 -multiloc=5,loc_11039 - -// 11028 -[loc_11028] -width=5 -length=3 -active=yes -resizey=256 -model=model_10911 -model2=model_10912 -name=Wall - -// 11029 -[loc_11029] -width=5 -length=3 -active=yes -mirror=yes -resizey=256 -model=model_10911 -model2=model_10912 -name=Wall - -// 11030 -[loc_11030] -width=5 -active=yes -resizey=256 -model=model_10911 -name=Wall - -// 11031 -[loc_11031] -width=5 -active=yes -mirror=yes -resizey=256 -model=model_10911 -name=Wall - -// 11032 -[loc_11032] -width=5 -active=yes -resizey=256 -model=model_10910 -name=Wall - -// 11033 -[loc_11033] -width=5 -active=yes -mirror=yes -resizey=256 -model=model_10910 -name=Wall - -// 11034 -[loc_11034] -width=5 -active=yes -resizey=256 -model=model_10909 -name=Wall - -// 11035 -[loc_11035] -width=5 -active=yes -mirror=yes -resizey=256 -model=model_10909 -name=Wall - -// 11036 -[loc_11036] -width=5 -active=yes -resizey=256 -model=model_10908 -name=Wall - -// 11037 -[loc_11037] -width=5 -active=yes -mirror=yes -resizey=256 -model=model_10908 -name=Wall - -// 11038 -[loc_11038] -width=5 -active=yes -resizey=256 -model=model_10907 -name=Wall - -// 11039 -[loc_11039] -width=5 -active=yes -mirror=yes -resizey=256 -model=model_10907 -name=Wall - -// 11040 -[loc_11040] -op1=Take-rock -active=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_5370 -name=Rubble - -// 11041 -[loc_11041] -ambient=10 -msi=msi_7 -op1=Climb-up -forceapproach=south -sharelight=yes -recol1s=16708 -recol1d=24169 -recol2s=12514 -recol2d=22055 -recol3s=11457 -recol3d=20933 -model=model_5187 -name=Ladder - -// 11042 -[loc_11042] -op1=Climb-down -msi=msi_7 -sharelight=yes -ambient=10 -recol1s=16708 -recol1d=24169 -recol2s=16640 -recol2d=22055 -recol3s=12514 -recol3d=20933 -recol4s=11457 -recol4d=18853 -recol5s=4228 -recol5d=15750 -model=model_9504 -name=Ladder - -// 11043 -[loc_11043] -hillskew=yes -active=yes -ambient=50 -ambient=30 -op1=Climb-up -forceapproach=south -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10950 -name=Stone Ladder - -// 11044 -[loc_11044] -hillskew=yes -active=yes -ambient=50 -ambient=30 -op1=Climb-down -forceapproach=north -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10952 -model=model_10951 -name=Stone Ladder - -// 11045 -[loc_11045] -active=yes -multivar=varplayerbit_1598 -multiloc=0,loc_11049 -multiloc=1,loc_11050 - -// 11046 -[loc_11046] -active=yes -multivar=varplayerbit_1599 -multiloc=0,loc_11049 -multiloc=1,loc_11050 - -// 11047 -[loc_11047] -active=yes -multivar=varplayerbit_1600 -multiloc=0,loc_11049 -multiloc=1,loc_11050 - -// 11048 -[loc_11048] -active=yes -multivar=varplayerbit_1601 -multiloc=0,loc_11049 -multiloc=1,loc_11050 - -// 11049 -[loc_11049] -active=yes -raiseobject=no -model=model_10889 -name=Boulder - -// 11050 -[loc_11050] -active=yes -raiseobject=no -op1=Climb-down -hardshadow=no -model=model_10888 -name=Secret entrance - -// 11051 -[loc_11051] -active=yes -op1=Open -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10970,1 -name=Door - -// 11052 -[loc_11052] -active=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10970,1 -name=Door - -// 11053 -[loc_11053] -active=yes -op1=Open -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10968,1 -name=Door - -// 11054 -[loc_11054] -active=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10968,1 -name=Door - -// 11055 -[loc_11055] -active=yes -op1=Open -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10969,1 -name=Door - -// 11056 -[loc_11056] -active=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10969,1 -name=Door - -// 11057 -[loc_11057] -active=yes -op1=Open -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10966,1 -name=Door - -// 11058 -[loc_11058] -active=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10966,1 -name=Door - -// 11059 -[loc_11059] -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -model=model_10897 -name=Pedestal - -// 11060 -[loc_11060] -op1=Take-sigil -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -model=model_10897 -model2=model_10898 -name=Pedestal - -// 11061 -[loc_11061] -op1=Take-sigil -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -model=model_10897 -model2=model_10895 -name=Pedestal - -// 11062 -[loc_11062] -op1=Take-sigil -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -model=model_10897 -model2=model_10896 -name=Pedestal - -// 11063 -[loc_11063] -op1=Take-sigil -recol1s=19977 -recol1d=24169 -recol2s=14726 -recol2d=15750 -model=model_10897 -model2=model_10894 -name=Pedestal - -// 11064 -[loc_11064] -active=yes -op1=Open -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10965,1 -name=Door - -// 11065 -[loc_11065] -active=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10965,1 -name=Door - -// 11066 -[loc_11066] -mirror=yes -active=yes -op1=Open -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10965,1 -name=Door - -// 11067 -[loc_11067] -mirror=yes -active=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10965,1 -name=Door - -// 11068 -[loc_11068] -active=yes -op1=Open -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10967,1 -name=Door - -// 11069 -[loc_11069] -active=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10967,1 -name=Door - -// 11070 -[loc_11070] -mirror=yes -active=yes -op1=Open -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10967,1 -name=Door - -// 11071 -[loc_11071] -mirror=yes -active=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10967,1 -name=Door - -// 11072 -[loc_11072] -hillskew=yes -model=model_10879 -name=Ruins - -// 11073 -[loc_11073] -hillskew=yes -model=model_10880 -name=Ruins - -// 11074 -[loc_11074] -hillskew=yes -model=model_10881 -name=Ruins - -// 11075 -[loc_11075] -hillskew=yes -model=model_10882 -name=Ruins - -// 11076 -[loc_11076] -active=no -hillskew=yes -recol1s=26289 -recol1d=26350 -model=model_10885 - -// 11077 -[loc_11077] -active=no -hillskew=yes -recol1s=26289 -recol1d=26350 -model=model_10886 - -// 11078 -[loc_11078] -active=no -hillskew=yes -recol1s=26289 -recol1d=26350 -model=model_10887 - -// 11079 -[loc_11079] -width=2 -length=2 -anim=seq_3101 -ambient=60 -contrast=60 -blockwalk=no -shadow=no -model=model_10941 -name=Light - -// 11080 -[loc_11080] -width=2 -recol1s=13671 -recol1d=22055 -recol2s=13638 -recol2d=18919 -recol3s=12614 -recol3d=17828 -recol4s=9478 -recol4d=12715 -model=model_1510 -name=Scaffold - -// 11081 -[loc_11081] -width=2 -recol1s=13671 -recol1d=22055 -recol2s=11557 -recol2d=17828 -recol3s=9478 -recol3d=14755 -model=model_1477 -name=Ladder - -// 11082 -[loc_11082] -length=2 -width=2 -recol1s=9442 -recol1d=17828 -recol2s=8385 -recol2d=22055 -model=model_5402 -name=Wheelbarrow - -// 11083 -[loc_11083] -active=no -blockrange=no -recol1s=11592 -recol1d=20928 -recol2s=9478 -recol2d=18848 -model=model_11004 - -// 11084 -[loc_11084] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=18848 -model=model_818 - -// 11085 -[loc_11085] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=18848 -model=model_819 - -// 11086 -[loc_11086] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=18848 -model=model_820 - -// 11087 -[loc_11087] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=18848 -model=model_821 - -// 11088 -[loc_11088] -hillskew=yes -active=no -recol1s=12580 -recol1d=18848 -model=model_773,0 - -// 11089 -[loc_11089] -hillskew=yes -active=no -recol1s=12580 -recol1d=18848 -model=model_785,0 - -// 11090 -[loc_11090] -hillskew=yes -active=no -recol1s=15618 -recol1d=18848 -recol2s=14594 -recol2d=18848 -recol3s=13505 -recol3d=18848 -model=model_1124,0 - -// 11091 -[loc_11091] -hillskew=yes -active=no -recol1s=15618 -recol1d=18848 -recol2s=14594 -recol2d=18848 -recol3s=13505 -recol3d=18848 -model=model_1139,0 - -// 11092 -[loc_11092] -hillskew=yes -active=no -recol1s=15618 -recol1d=18848 -recol2s=14594 -recol2d=18848 -recol3s=13505 -recol3d=18848 -model=model_1032,0 - -// 11093 -[loc_11093] -active=no -hillskew=yes -msi=msi_24 -ambient=15 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=18848 -model=model_818 - -// 11094 -[loc_11094] -active=no -hillskew=yes -msi=msi_24 -ambient=15 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=18848 -model=model_819 - -// 11095 -[loc_11095] -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -ambient=15 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=18848 -model=model_820 - -// 11096 -[loc_11096] -active=no -shadow=no -hillskew=yes -msi=msi_25 -ambient=15 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=18848 -model=model_821 - -// 11097 -[loc_11097] -width=2 -op1=Take-axe -blockrange=no -recol1s=9510 -recol1d=20928 -recol2s=7396 -recol2d=18848 -recol3s=16846 -recol3d=8354 -model=model_10974 -model2=model_11003 -name=Rock - -// 11098 -[loc_11098] -width=2 -blockrange=no -recol1s=9510 -recol1d=20928 -recol2s=7396 -recol2d=18848 -retex1s=material_177 -retex1d=material_69 -model=model_10974 -name=Rock - -// 11099 -[loc_11099] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=26350 -model=model_818 - -// 11100 -[loc_11100] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -blockrange=no -recol1s=12580 -recol1d=26350 -model=model_819 - -// 11101 -[loc_11101] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=26350 -model=model_820 - -// 11102 -[loc_11102] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=26350 -model=model_821 - -// 11103 -[loc_11103] -hillskew=yes -active=no -unknown90=yes -recol1s=12580 -recol1d=26350 -model=model_773,0 - -// 11104 -[loc_11104] -hillskew=yes -active=no -unknown90=yes -recol1s=12580 -recol1d=26350 -model=model_785,0 - -// 11105 -[loc_11105] -active=no -hillskew=yes -msi=msi_24 -ambient=5 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=26350 -model=model_818 - -// 11106 -[loc_11106] -active=no -hillskew=yes -msi=msi_24 -ambient=5 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=26350 -model=model_819 - -// 11107 -[loc_11107] -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -ambient=5 -resizex=64 -resizey=64 -resizez=64 -hardshadow=no -blockrange=no -recol1s=12580 -recol1d=26350 -model=model_820 - -// 11108 -[loc_11108] -active=no -shadow=no -hillskew=yes -msi=msi_25 -ambient=5 -resizex=64 -resizey=64 -resizez=64 -hardshadow=no -blockrange=no -recol1s=12580 -recol1d=26350 -model=model_821 - -// 11109 -[loc_11109] -sharelight=yes -hillskew=yes -active=no -recol1s=9445 -recol1d=22055 -model=model_3586,1 -model=model_5408,2 -model=model_3587,3 -model=model_3588,4 -model=model_3589,5 - -// 11110 -[loc_11110] -sharelight=yes -hillskew=yes -active=no -recol1s=9445 -recol1d=22055 -model=model_5387,1 - -// 11111 -[loc_11111] -sharelight=yes -hillskew=yes -active=no -recol1s=9445 -recol1d=22055 -model=model_5388,1 - -// 11112 -[loc_11112] -width=3 -length=3 -recol1s=10501 -recol1d=24169 -recol2s=9477 -recol2d=19975 -recol3s=7363 -recol3d=16772 -recol4s=6306 -recol4d=15747 -recol5s=5249 -recol5d=14658 -recol6s=4192 -recol6d=12544 -model=model_11006 -name=Dead tree - -// 11113 -[loc_11113] -width=2 -length=2 -msi=msi_6 -blockrange=no -recol1s=5251 -recol1d=25195 -recol2s=4194 -recol2d=22055 -recol3s=3137 -recol3d=17828 -model=model_5524 -name=Bush - -// 11114 -[loc_11114] -hillskew=yes -sharelight=yes -active=no -ambient=20 -recol1s=13675 -recol1d=26350 -recol2s=11561 -recol2d=25293 -recol3s=9512 -recol3d=22155 -recol4s=8456 -recol4d=20041 -recol5s=4228 -recol5d=18985 -model=model_11007 - -// 11115 -[loc_11115] -hillskew=yes -sharelight=yes -active=no -ambient=20 -recol1s=13675 -recol1d=26350 -recol2s=11561 -recol2d=25293 -recol3s=9512 -recol3d=22155 -recol4s=8456 -recol4d=20041 -recol5s=4228 -recol5d=18985 -model=model_11008 - -// 11116 -[loc_11116] -hillskew=yes -sharelight=yes -active=no -ambient=20 -recol1s=13675 -recol1d=26350 -recol2s=11561 -recol2d=25293 -recol3s=9512 -recol3d=22155 -recol4s=8456 -recol4d=20041 -recol5s=4228 -recol5d=18985 -model=model_11009 - -// 11117 -[loc_11117] -hillskew=yes -sharelight=yes -active=no -ambient=20 -recol1s=13675 -recol1d=26350 -recol2s=11561 -recol2d=25293 -recol3s=9512 -recol3d=22155 -recol4s=8456 -recol4d=20041 -recol5s=4228 -recol5d=18985 -model=model_11010 - -// 11118 -[loc_11118] -hillskew=yes -sharelight=yes -active=no -ambient=20 -recol1s=13675 -recol1d=26350 -recol2s=11561 -recol2d=25293 -recol3s=9512 -recol3d=22155 -recol4s=8456 -recol4d=20041 -recol5s=4228 -recol5d=18985 -model=model_11011 - -// 11119 -[loc_11119] -hillskew=yes -sharelight=yes -active=no -ambient=20 -recol1s=13675 -recol1d=26350 -recol2s=11561 -recol2d=25293 -recol3s=9512 -recol3d=22155 -recol4s=8456 -recol4d=20041 -recol5s=4228 -recol5d=18985 -model=model_11012 - -// 11120 -[loc_11120] -hillskew=yes -sharelight=yes -active=no -ambient=20 -recol1s=13675 -recol1d=26350 -recol2s=11561 -recol2d=25293 -recol3s=9512 -recol3d=22155 -recol4s=8456 -recol4d=20041 -recol5s=4228 -recol5d=18985 -model=model_11013 - -// 11121 -[loc_11121] -hillskew=yes -sharelight=yes -active=no -ambient=20 -recol1s=13675 -recol1d=26350 -recol2s=11561 -recol2d=25293 -recol3s=9512 -recol3d=22155 -recol4s=8456 -recol4d=20041 -recol5s=4228 -recol5d=18985 -model=model_11014 - -// 11122 -[loc_11122] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -hardshadow=no -model=model_10890 - -// 11123 -[loc_11123] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -hardshadow=no -model=model_10891 - -// 11124 -[loc_11124] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_5371,1 -model=model_5372,2 -model=model_5373,5 - -// 11125 -[loc_11125] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10958,1 -model=model_10959,2 -model=model_10960,5 - -// 11126 -[loc_11126] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_5374,1 - -// 11127 -[loc_11127] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10957,1 - -// 11128 -[loc_11128] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_5370 - -// 11129 -[loc_11129] -anim=seq_481 -ambient=60 -contrast=60 -hardshadow=no -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10975,Q - -// 11130 -[loc_11130] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10964,1 - -// 11131 -[loc_11131] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_5380,8 -model=model_5384,0 - -// 11132 -[loc_11132] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10963 - -// 11133 -[loc_11133] -sharelight=yes -occlude=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=0 -model=model_40729 - -// 11134 -[loc_11134] -sharelight=yes -hillskew=yes -active=no -forcedecor=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10947,0 - -// 11135 -[loc_11135] -sharelight=yes -hillskew=yes -active=no -mirror=yes -forcedecor=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10948,0 - -// 11136 -[loc_11136] -hillskew=yes -active=no -ambient=50 -model=model_10946,Q - -// 11137 -[loc_11137] -hillskew=yes -active=no -ambient=50 -model=model_10944,Q - -// 11138 -[loc_11138] -hillskew=yes -active=no -ambient=50 -model=model_10945,Q - -// 11139 -[loc_11139] -hillskew=yes -active=no -ambient=15 -recol1s=20007 -recol1d=26350 -recol2s=17895 -recol2d=25293 -recol3s=16838 -recol3d=25259 -model=model_10954,0 - -// 11140 -[loc_11140] -hillskew=yes -active=no -ambient=15 -recol1s=20007 -recol1d=26350 -recol2s=17895 -recol2d=25293 -recol3s=16838 -recol3d=25259 -model=model_10955,0 - -// 11141 -[loc_11141] -ambient=60 -contrast=60 -anim=seq_3097 -bgsound=synth_3131,3 -model=model_10935 -name=Magic spell - -// 11142 -[loc_11142] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=16878 -recol2s=17897 -recol2d=15821 -recol3s=16840 -recol3d=14764 -recol4s=15783 -recol4d=13707 -recol5s=14726 -recol5d=12650 -model=model_10958,1 -model=model_10959,2 -model=model_10960,5 - -// 11143 -[loc_11143] -anim=seq_481 -ambient=60 -contrast=60 -hardshadow=no -recol1s=32384 -recol1d=22163 -recol2s=27072 -recol2d=18992 -recol3s=21792 -recol3d=16878 -recol4s=12514 -recol4d=13707 -recol5s=16512 -recol5d=12650 -model=model_10975,Q - -// 11144 -[loc_11144] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=16878 -recol2s=17897 -recol2d=15821 -recol3s=16840 -recol3d=14764 -recol4s=15783 -recol4d=13707 -recol5s=14726 -recol5d=12650 -model=model_10964,1 - -// 11145 -[loc_11145] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=16878 -recol2s=17897 -recol2d=15821 -recol3s=16840 -recol3d=14764 -recol4s=15783 -recol4d=13707 -recol5s=14726 -recol5d=12650 -model=model_5380,8 -model=model_5384,0 - -// 11146 -[loc_11146] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=16878 -recol2s=17897 -recol2d=15821 -recol3s=16840 -recol3d=14764 -recol4s=15783 -recol4d=13707 -recol5s=14726 -recol5d=12650 -model=model_10963 - -// 11147 -[loc_11147] -sharelight=yes -occlude=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=0 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 11148 -[loc_11148] -hillskew=yes -active=no -ambient=50 -recol1s=28296 -recol1d=14764 -recol2s=13670 -recol2d=10536 -model=model_10946,Q - -// 11149 -[loc_11149] -hillskew=yes -active=no -ambient=50 -recol1s=28296 -recol1d=14764 -recol2s=13670 -recol2d=10536 -model=model_10944,Q - -// 11150 -[loc_11150] -hillskew=yes -active=no -ambient=50 -recol1s=28296 -recol1d=14764 -recol2s=13670 -recol2d=10536 -model=model_10945,Q - -// 11151 -[loc_11151] -active=yes -op1=Open -recol1s=19977 -recol1d=16878 -recol2s=17897 -recol2d=15821 -recol3s=16840 -recol3d=14764 -recol4s=15783 -recol4d=13707 -recol5s=14726 -recol5d=12650 -model=model_10965,1 -name=Door - -// 11152 -[loc_11152] -active=yes -op1=Open -recol1s=19977 -recol1d=16878 -recol2s=17897 -recol2d=15821 -recol3s=16840 -recol3d=14764 -recol4s=15783 -recol4d=13707 -recol5s=14726 -recol5d=12650 -model=model_10967,1 -name=Door - -// 11153 -[loc_11153] -recol1s=19978 -recol1d=16878 -recol2s=19977 -recol2d=15821 -recol3s=18953 -recol3d=14764 -recol4s=19945 -recol4d=13707 -recol5s=14726 -recol5d=12650 -recol6s=18921 -recol6d=11593 -model=model_10892 -name=Pedestal - -// 11154 -[loc_11154] -hillskew=yes -active=no -unknown90=yes -recol1s=15618 -recol1d=22163 -recol2s=14594 -recol2d=22163 -recol3s=13505 -recol3d=22163 -model=model_1124,0 - -// 11155 -[loc_11155] -hillskew=yes -active=no -unknown90=yes -recol1s=15618 -recol1d=22163 -recol2s=14594 -recol2d=22163 -recol3s=13505 -recol3d=22163 -model=model_1139,0 - -// 11156 -[loc_11156] -hillskew=yes -active=no -unknown90=yes -recol1s=15618 -recol1d=22163 -recol2s=14594 -recol2d=22163 -recol3s=13505 -recol3d=22163 -model=model_1032,0 - -// 11157 -[loc_11157] -active=no -model=model_2768 - -// 11158 -[loc_11158] -active=no -width=4 -length=4 -ambient=60 -contrast=-12 -anim=seq_3104 -bgsound=synth_2209,3 -recol1s=9542 -recol1d=13706 -model=model_11002 - -// 11159 -[loc_11159] -sharelight=yes -hillskew=yes -active=no -forcedecor=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10961,0 - -// 11160 -[loc_11160] -sharelight=yes -hillskew=yes -active=no -forcedecor=yes -recol1s=19977 -recol1d=24169 -recol2s=17897 -recol2d=22055 -recol3s=16840 -recol3d=20933 -recol4s=15783 -recol4d=18853 -recol5s=14726 -recol5d=15750 -model=model_10962,0 - -// 11161 -[loc_11161] -ambient=35 -hillskew=yes -active=no -recol1s=13505 -recol1d=17895 -recol2s=15618 -recol2d=17895 -recol3s=14594 -recol3d=17895 -model=model_1032,0 - -// 11162 -[loc_11162] -width=2 -forceapproach=east -sharelight=yes -op1=Fill -op2=hidden -model=model_11023 -name=Loader - -// 11163 -[loc_11163] -width=2 -op1=Wind -op2=Status -forceapproach=east -sharelight=yes -model=model_11022 -name=Bone grinder - -// 11164 -[loc_11164] -width=2 -op1=Empty -forceapproach=east -sharelight=yes -model=model_11021 -name=Bin - -// 11165 -[loc_11165] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=14732 -model=model_3183 -name=Rocks - -// 11166 -[loc_11166] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=26525 -recol2s=6342 -recol2d=1469 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11167 -[loc_11167] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=26525 -recol2s=6342 -recol2d=1469 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11168 -[loc_11168] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=28036 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11169 -[loc_11169] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=28036 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11170 -[loc_11170] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=28036 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11171 -[loc_11171] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=23080 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11172 -[loc_11172] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=23080 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11173 -[loc_11173] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=23080 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11174 -[loc_11174] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=15789 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11175 -[loc_11175] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=15789 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11176 -[loc_11176] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=15789 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11177 -[loc_11177] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=6242 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11178 -[loc_11178] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=6242 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11179 -[loc_11179] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=6242 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11180 -[loc_11180] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=32480 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11181 -[loc_11181] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=32480 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11182 -[loc_11182] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=32480 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11183 -[loc_11183] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=32480 -model=model_3184 -name=Rocks - -// 11184 -[loc_11184] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=32480 -model=model_3183 -name=Rocks - -// 11185 -[loc_11185] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=32480 -model=model_3195 -name=Rocks - -// 11186 -[loc_11186] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=20017 -model=model_3184 -name=Rocks - -// 11187 -[loc_11187] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=20017 -model=model_3183 -name=Rocks - -// 11188 -[loc_11188] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=20017 -model=model_3195 -name=Rocks - -// 11189 -[loc_11189] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=23080 -model=model_3184 -name=Rocks - -// 11190 -[loc_11190] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=23080 -model=model_3183 -name=Rocks - -// 11191 -[loc_11191] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=23080 -model=model_3195 -name=Rocks - -// 11192 -[loc_11192] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=19875 -recol2s=6342 -recol2d=16738 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11193 -[loc_11193] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=20935 -recol2s=6342 -recol2d=18821 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11194 -[loc_11194] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=18848 -recol2s=6342 -recol2d=4226 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11195 -[loc_11195] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=18848 -recol2s=6342 -recol2d=23080 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11196 -[loc_11196] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15339,1 -name=Door - -// 11197 -[loc_11197] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15339,1 -name=Door - -// 11198 -[loc_11198] -forceapproach=north -active=yes -op1=Climb-up -model=model_1208 -name=Ladder - -// 11199 -[loc_11199] -forceapproach=north -active=yes -op1=Climb-down -model=model_1215 -name=Ladder - -// 11200 -[loc_11200] -forceapproach=north -active=yes -op1=Climb-up -model=model_1208 -name=Ladder - -// 11201 -[loc_11201] -forceapproach=north -active=yes -op1=Climb-down -model=model_1215 -name=Ladder - -// 11202 -[loc_11202] -active=yes -blockrange=no -model=model_11104 -name=Table - -// 11203 -[loc_11203] -active=yes -blockrange=no -model=model_11105 -name=Table - -// 11204 -[loc_11204] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Plaque - -// 11205 -[loc_11205] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Plaque - -// 11206 -[loc_11206] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Plaque - -// 11207 -[loc_11207] -active=yes -recol1s=6240 -recol1d=32736 -model=model_2111,Q -name=Plaque - -// 11208 -[loc_11208] -anim=seq_3113 -width=2 -length=2 -active=yes -model=model_35898 -name=Coffin - -// 11209 -[loc_11209] -op1=Cross -blockwalk=yes -model=model_3951 -name=Gangplank - -// 11210 -[loc_11210] -op1=Cross -blockwalk=yes -model=model_3951 -name=Gangplank - -// 11211 -[loc_11211] -op1=Cross -blockwalk=yes -model=model_1844 -name=Gangplank - -// 11212 -[loc_11212] -op1=Cross -blockwalk=yes -model=model_1844 -name=Gangplank - -// 11213 -[loc_11213] -op1=Load -blockwalk=yes -length=2 -forceapproach=east -multivar=varplayerbit_1741 -multiloc=0,loc_11214 -multiloc=1,loc_11215 -multiloc=2,loc_11216 -multiloc=3,loc_11217 - -// 11214 -[loc_11214] -length=2 -op1=Inspect -op2=Empty-out -blockwalk=yes -model=model_1508 -name=Cannon - -// 11215 -[loc_11215] -length=2 -op1=Repair -blockwalk=yes -model=model_11152 -name=Broken Cannon - -// 11216 -[loc_11216] -length=2 -op1=Repair -blockwalk=yes -model=model_11153 -name=Broken Cannon - -// 11217 -[loc_11217] -length=2 -op1=Fire! -blockwalk=yes -model=model_1508 -name=Cannon - -// 11218 -[loc_11218] -blockwalk=yes -length=2 -active=yes -multivar=varplayerbit_1749 -multiloc=0,loc_11219 -multiloc=1,loc_11220 - -// 11219 -[loc_11219] -length=2 -blockwalk=yes -active=yes -model=model_1508 -name=Cannon - -// 11220 -[loc_11220] -length=2 -blockwalk=yes -active=yes -model=model_11152 -name=Broken Cannon - -// 11221 -[loc_11221] -op1=Repair -forceapproach=south -blockwalk=no -anim=seq_464 -width=2 -multivar=varplayerbit_1751 -multiloc=0,loc_11317 -multiloc=1,loc_11318 -multiloc=2,loc_11319 - -// 11222 -[loc_11222] -op1=Repair -forceapproach=south -blockwalk=no -anim=seq_464 -width=2 -multivar=varplayerbit_1757 -multiloc=0,loc_11317 -multiloc=1,loc_11318 -multiloc=2,loc_11319 - -// 11223 -[loc_11223] -op1=Repair -forceapproach=south -blockwalk=no -anim=seq_464 -width=2 -multivar=varplayerbit_1758 -multiloc=0,loc_11317 -multiloc=1,loc_11318 -multiloc=2,loc_11319 - -// 11224 -[loc_11224] -blockwalk=no -anim=seq_464 -width=2 -multivar=varplayerbit_1750 -multiloc=0,loc_11250 -multiloc=1,loc_23553 -multiloc=2,loc_23553 -multiloc=3,loc_23553 - -// 11225 -[loc_11225] -blockwalk=no -anim=seq_464 -width=2 -multivar=varplayerbit_1750 -multiloc=0,loc_11250 -multiloc=1,loc_11250 -multiloc=2,loc_23553 -multiloc=3,loc_23553 - -// 11226 -[loc_11226] -blockwalk=no -anim=seq_464 -width=2 -multivar=varplayerbit_1750 -multiloc=0,loc_11250 -multiloc=1,loc_11250 -multiloc=2,loc_11250 -multiloc=3,loc_23553 - -// 11227 -[loc_11227] -op1=Loot -multivar=varplayerbit_1753 -multiloc=0,loc_11228 -multiloc=1,loc_11229 - -// 11228 -[loc_11228] -op1=Loot -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_7685 -name=Crate - -// 11229 -[loc_11229] -op1=Loot -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_7685 -name=Crate - -// 11230 -[loc_11230] -op1=Plunder -multivar=varplayerbit_1754 -multiloc=0,loc_11231 -multiloc=1,loc_11232 - -// 11231 -[loc_11231] -op1=Plunder -forceapproach=north -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_11204 -name=Closed chest - -// 11232 -[loc_11232] -op1=Plunder -forceapproach=north -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_11205 -name=Open chest - -// 11233 -[loc_11233] -op1=Loot -multivar=varplayerbit_1755 -multiloc=0,loc_11234 -multiloc=1,loc_11235 - -// 11234 -[loc_11234] -op1=Ransack -recol1s=13605 -recol1d=7297 -recol2s=12548 -recol2d=9410 -recol3s=11491 -recol3d=8353 -recol4s=10434 -recol4d=9410 -model=model_8232 -name=Barrel - -// 11235 -[loc_11235] -op1=Ransack -recol1s=13605 -recol1d=7297 -recol2s=12548 -recol2d=9410 -recol3s=11491 -recol3d=8353 -recol4s=10434 -recol4d=9410 -model=model_8232 -name=Barrel - -// 11236 -[loc_11236] -op1=Count-plunder -op2=Store-plunder -forceapproach=south -model=model_11205 -name=Plunder Storage - -// 11237 -[loc_11237] -op1=Take-powder -multivar=varplayerbit_1756 -multiloc=0,loc_11238 -multiloc=1,loc_11239 -multiloc=2,loc_11315 - -// 11238 -[loc_11238] -op1=Take-powder -recol1s=13605 -recol1d=7297 -recol2s=12548 -recol2d=9410 -recol3s=11491 -recol3d=8353 -recol4s=10434 -recol4d=9410 -model=model_11169 -name=Powder Barrel - -// 11239 -[loc_11239] -op1=Take-powder -recol1s=13605 -recol1d=7297 -recol2s=12548 -recol2d=9410 -recol3s=11491 -recol3d=8353 -recol4s=10434 -recol4d=9410 -model=model_11166 -name=Barrel - -// 11240 -[loc_11240] -op1=Take-powder -recol1s=13605 -recol1d=7297 -recol2s=12548 -recol2d=9410 -recol3s=11491 -recol3d=8353 -recol4s=10434 -recol4d=9410 -model=model_14194 -name=Barrel - -// 11241 -[loc_11241] -active=yes -blockwalk=no -multivar=varplayerbit_1761 -multiloc=1,loc_11316 - -// 11242 -[loc_11242] -active=yes -blockwalk=no -multivar=varplayerbit_1762 -multiloc=1,loc_11316 - -// 11243 -[loc_11243] -op1=Climb -blockwalk=yes -active=no -model=model_3951 - -// 11244 -[loc_11244] -op1=Climb-down -blockwalk=yes -model=model_3951 -name=Climbing Net - -// 11245 -[loc_11245] -op1=Take-powder -recol1s=13605 -recol1d=7297 -recol2s=12548 -recol2d=9410 -recol3s=11491 -recol3d=8353 -recol4s=10434 -recol4d=9410 -model=model_11169 -name=Powder Barrel - -// 11246 -[loc_11246] -op1=Open -forceapproach=south -recol1s=20933 -recol1d=7297 -recol2s=7329 -recol2d=9410 -model=model_11129 -name=Repair Locker - -// 11247 -[loc_11247] -op1=Search -op2=Close -forceapproach=south -recol1s=20933 -recol1d=7297 -recol2s=7329 -recol2d=9410 -model=model_11162 -name=Repair Locker - -// 11248 -[loc_11248] -op1=Open -forceapproach=south -recol1s=20933 -recol1d=7297 -recol2s=7329 -recol2d=9410 -model=model_11129 -name=Gun Locker - -// 11249 -[loc_11249] -op1=Search -op2=Close -forceapproach=south -recol1s=20933 -recol1d=7297 -recol2s=7329 -recol2d=9410 -model=model_11162 -name=Gun Locker - -// 11250 -[loc_11250] -active=no -width=2 -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_11172 - -// 11251 -[loc_11251] -sharelight=yes -active=no -msi=msi_22 -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_11174,1 - -// 11252 -[loc_11252] -sharelight=yes -active=no -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_5306 - -// 11253 -[loc_11253] -width=2 -sharelight=yes -active=no -mirror=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -recol6s=7429 -recol6d=8353 -model=model_5305 - -// 11254 -[loc_11254] -width=2 -sharelight=yes -active=no -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_9441 - -// 11255 -[loc_11255] -sharelight=yes -active=no -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_5307,8 -model=model_41152,5 - -// 11256 -[loc_11256] -sharelight=yes -active=no -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_1910 - -// 11257 -[loc_11257] -active=no -sharelight=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_5308 - -// 11258 -[loc_11258] -active=no -sharelight=yes -recol1s=14594 -recol1d=8353 -recol2s=16708 -recol2d=12582 -model=model_5314,1 -model=model_5315,2 -model=model_5316,5 - -// 11259 -[loc_11259] -active=no -sharelight=yes -recol1s=10598 -recol1d=13606 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=11492 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_11179,1 - -// 11260 -[loc_11260] -active=no -sharelight=yes -recol1s=10598 -recol1d=13606 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=11492 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_11178,1 - -// 11261 -[loc_11261] -active=no -width=2 -sharelight=yes -recol1s=8848 -recol1d=13606 -recol2s=8484 -recol2d=12549 -recol3s=7427 -recol3d=11489 -recol4s=6370 -recol4d=8353 -model=model_5301,1 - -// 11262 -[loc_11262] -active=no -width=2 -sharelight=yes -recol1s=8848 -recol1d=13606 -recol2s=8484 -recol2d=12549 -recol3s=7427 -recol3d=11489 -recol4s=6370 -recol4d=8353 -recol5s=9541 -recol5d=8353 -recol6s=10598 -recol6d=11489 -model=model_5302,1 - -// 11263 -[loc_11263] -active=no -width=2 -sharelight=yes -mirror=yes -recol1s=8848 -recol1d=13606 -recol2s=8484 -recol2d=12549 -recol3s=7427 -recol3d=11489 -recol4s=6370 -recol4d=8353 -recol5s=9541 -recol5d=8353 -recol6s=10598 -recol6d=11489 -model=model_5302,1 - -// 11264 -[loc_11264] -active=no -forcedecor=yes -sharelight=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_9437,0 - -// 11265 -[loc_11265] -active=no -forcedecor=yes -sharelight=yes -mirror=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_9437,0 - -// 11266 -[loc_11266] -active=no -forcedecor=yes -sharelight=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_9436,0 - -// 11267 -[loc_11267] -active=no -forcedecor=yes -sharelight=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_9440,0 - -// 11268 -[loc_11268] -active=no -forcedecor=yes -sharelight=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_9435,0 - -// 11269 -[loc_11269] -active=no -forcedecor=yes -sharelight=yes -mirror=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_9435,0 - -// 11270 -[loc_11270] -active=no -forcedecor=yes -sharelight=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_5299,0 - -// 11271 -[loc_11271] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_9439,0 - -// 11272 -[loc_11272] -active=no -sharelight=yes -hillskew=yes -mirror=yes -blockwalk=no -forcedecor=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_9439,0 - -// 11273 -[loc_11273] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_9438,0 - -// 11274 -[loc_11274] -active=no -sharelight=yes -hillskew=yes -mirror=yes -blockwalk=no -forcedecor=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -model=model_9438,0 - -// 11275 -[loc_11275] -width=8 -active=no -recol1s=20935 -recol1d=11492 -recol2s=16708 -recol2d=7297 -model=model_1899,8 -model=model_5659,A - -// 11276 -[loc_11276] -recol1s=20935 -recol1d=11492 -recol2s=16708 -recol2d=7297 -model=model_1868 -name=Mast - -// 11277 -[loc_11277] -recol1s=20935 -recol1d=11492 -recol2s=16708 -recol2d=7297 -model=model_1869 -name=Mast - -// 11278 -[loc_11278] -recol1s=20935 -recol1d=11492 -recol2s=16708 -recol2d=7297 -model=model_1870 -name=Mast - -// 11279 -[loc_11279] -recol1s=20935 -recol1d=11492 -recol2s=16708 -recol2d=7297 -model=model_1871 -name=Mast - -// 11280 -[loc_11280] -length=3 -recol1s=20935 -recol1d=11492 -recol2s=16708 -recol2d=7297 -model=model_1858 -name=Sail - -// 11281 -[loc_11281] -mirror=yes -length=3 -recol1s=20935 -recol1d=11492 -recol2s=16708 -recol2d=7297 -model=model_1858 -name=Sail - -// 11282 -[loc_11282] -length=3 -recol1s=20935 -recol1d=11492 -recol2s=16708 -recol2d=7297 -model=model_1859 -name=Sail - -// 11283 -[loc_11283] -mirror=yes -length=3 -recol1s=20935 -recol1d=11492 -recol2s=16708 -recol2d=7297 -model=model_1859 -name=Sail - -// 11284 -[loc_11284] -width=2 -active=no -sharelight=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_5289 - -// 11285 -[loc_11285] -width=2 -mirror=yes -active=no -sharelight=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_5289 - -// 11286 -[loc_11286] -width=2 -active=no -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_1833 - -// 11287 -[loc_11287] -width=2 -sharelight=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_5290 -model2=model_9593 -name=Figurehead - -// 11288 -[loc_11288] -active=no -sharelight=yes -recol1s=6370 -recol1d=7297 -model=model_5287,1 -model=model_5288,2 - -// 11289 -[loc_11289] -sharelight=yes -op1=Climb-up -forceapproach=south -recol1s=8484 -recol1d=7297 -model=model_14188 -name=Ship's ladder - -// 11290 -[loc_11290] -sharelight=yes -op1=Climb-down -forceapproach=south -offsety=-60 -recol1s=8484 -recol1d=7297 -recol2s=6370 -recol2d=7297 -model=model_14189 -name=Ship's ladder - -// 11291 -[loc_11291] -width=8 -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_1851 -name=Sail - -// 11292 -[loc_11292] -width=8 -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_1839 -name=Hoisted sail - -// 11293 -[loc_11293] -length=3 -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_11176 -name=Hoisted sail - -// 11294 -[loc_11294] -length=3 -mirror=yes -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_11176 -name=Hoisted sail - -// 11295 -[loc_11295] -forcedecor=yes -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_11175,0 - -// 11296 -[loc_11296] -forcedecor=yes -mirror=yes -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_11175,0 - -// 11297 -[loc_11297] -length=3 -mirror=yes -blockwalk=no -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_11176 -name=Hoisted sail - -// 11298 -[loc_11298] -length=3 -blockwalk=no -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_11176 -name=Hoisted sail - -// 11299 -[loc_11299] -length=3 -mirror=yes -blockwalk=no -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_11177 -name=Hoisted sail - -// 11300 -[loc_11300] -length=3 -blockwalk=no -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_11177 -name=Hoisted sail - -// 11301 -[loc_11301] -width=5 -recol1s=20935 -recol1d=11492 -recol2s=16708 -recol2d=7297 -model=model_1841 -name=Hoisted sail - -// 11302 -[loc_11302] -width=5 -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_1831 -name=Sail - -// 11303 -[loc_11303] -length=3 -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_1832 -name=Hoisted sail - -// 11304 -[loc_11304] -length=3 -mirror=yes -recol1s=20935 -recol1d=7297 -recol2s=16708 -recol2d=7297 -model=model_1832 -name=Hoisted sail - -// 11305 -[loc_11305] -blockrange=no -recol1s=13605 -recol1d=7297 -recol2s=12548 -recol2d=9410 -recol3s=11491 -recol3d=8353 -recol4s=10434 -recol4d=9410 -model=model_8232 -name=Barrel - -// 11306 -[loc_11306] -recol1s=16708 -recol1d=7297 -recol2s=14627 -recol2d=13606 -model=model_1890 -name=Ship's wheel - -// 11307 -[loc_11307] -recol1s=16708 -recol1d=7297 -model=model_1840 -name=Anchor - -// 11308 -[loc_11308] -op1=Climb-up -forceapproach=north -recol1s=10598 -recol1d=7297 -recol2s=8484 -recol2d=13606 -model=model_5190 -name=Ship's ladder - -// 11309 -[loc_11309] -op1=Climb-down -forceapproach=north -recol1s=10598 -recol1d=7297 -recol2s=8484 -recol2d=13606 -model=model_5294 -name=Ship's ladder - -// 11310 -[loc_11310] -hillskew=yes -op1=Climb -forceapproach=south -model=model_11154 -name=Climbing net - -// 11311 -[loc_11311] -width=4 -forceapproach=west -model=model_11181 -name=Rope - -// 11312 -[loc_11312] -length=2 -blockwalk=yes -model=model_1508 -name=Cannon - -// 11313 -[loc_11313] -length=2 -blockwalk=yes -model=model_11152 -name=Cannon - -// 11314 -[loc_11314] -length=2 -blockwalk=yes -model=model_11153 -name=Cannon - -// 11315 -[loc_11315] -recol1s=13605 -recol1d=7297 -recol2s=12548 -recol2d=9410 -recol3s=11491 -recol3d=8353 -recol4s=10434 -recol4d=9410 -model=model_14194 -name=Barrel - -// 11316 -[loc_11316] -blockwalk=no -model=model_11171 -name=Fuse - -// 11317 -[loc_11317] -anim=seq_464 -active=yes -width=2 -op1=Fill -bgsound=synth_2169,3 -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_2216 -name=Ship hull - -// 11318 -[loc_11318] -anim=seq_464 -active=yes -width=2 -op1=Waterproof -bgsound=synth_3082,3 -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_11185 -name=Ship hull - -// 11319 -[loc_11319] -active=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_11173 -name=Ship hull - -// 11320 -[loc_11320] -recol1s=10502 -recol1d=7297 -recol2s=9445 -recol2d=9410 -recol3s=8388 -recol3d=8353 -recol4s=7331 -recol4d=9410 -recol5s=7329 -recol5d=9410 -recol6s=6275 -recol6d=9410 -model=model_9860 -name=Barrel - -// 11321 -[loc_11321] -ambient=20 -active=no -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_7685 - -// 11322 -[loc_11322] -recol1s=10502 -recol1d=7297 -recol2s=9445 -recol2d=9410 -recol3s=8388 -recol3d=8353 -recol4s=7331 -recol4d=9410 -recol5s=7329 -recol5d=9410 -recol6s=6275 -recol6d=9410 -model=model_9860 -name=Barrel - -// 11323 -[loc_11323] -model=model_11204 -name=Chest - -// 11324 -[loc_11324] -model=model_11160 -name=Ancient Pillar - -// 11325 -[loc_11325] -sharelight=yes -active=no -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_2192,8 -model=model_2202,1 -model=model_2203,3 -model=model_2204,4 -model=model_2205,5 - -// 11326 -[loc_11326] -sharelight=yes -active=no -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_2184,1 -model=model_36035,5 - -// 11327 -[loc_11327] -blockwalk=no -raiseobject=no -sharelight=yes -active=no -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_2183,1 - -// 11328 -[loc_11328] -sharelight=yes -ambient=10 -active=no -blockrange=no -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_11155 - -// 11329 -[loc_11329] -ambient=10 -active=no -recol1s=10502 -recol1d=12580 -recol2s=9445 -recol2d=12581 -recol3s=8388 -recol3d=8385 -recol4s=7331 -recol4d=7362 -recol5s=7329 -recol5d=5250 -recol6s=6275 -recol6d=7329 -model=model_9860 - -// 11330 -[loc_11330] -blockrange=no -recol1s=14695 -recol1d=11523 -recol2s=13638 -recol2d=10467 -recol3s=12581 -recol3d=11523 -recol4s=11524 -recol4d=9410 -model=model_7699 -name=Crate - -// 11331 -[loc_11331] -recol1s=14695 -recol1d=11523 -recol2s=13638 -recol2d=10467 -recol3s=12581 -recol3d=11523 -recol4s=11524 -recol4d=9410 -model=model_7700 -name=Crate - -// 11332 -[loc_11332] -width=2 -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_11161 -name=Gate - -// 11333 -[loc_11333] -mirror=yes -width=2 -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_11161 -name=Gate - -// 11334 -[loc_11334] -sharelight=yes -ambient=10 -active=no -blockrange=no -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_11156 - -// 11335 -[loc_11335] -blockrange=no -model=model_11158 -name=Bamboo Desk - -// 11336 -[loc_11336] -blockrange=no -model=model_1224 -name=Bamboo Desk - -// 11337 -[loc_11337] -blockrange=no -model=model_11159 -name=Bamboo Desk - -// 11338 -[loc_11338] -op1=Use -op2=Use-quickly -op3=Collect -ambient=15 -blockrange=no -recol1s=16742 -recol1d=22023 -recol2s=15718 -recol2d=22023 -recol3s=14662 -recol3d=22023 -recol4s=12548 -recol4d=12580 -recol5s=11523 -recol5d=16708 -model=model_11208 -name=Bank booth - -// 11339 -[loc_11339] -recol1s=9543 -recol1d=22023 -recol2s=8484 -recol2d=22023 -recol3s=6373 -recol3d=22023 -recol4s=6370 -recol4d=9410 -recol5s=4256 -recol5d=6241 -model=model_5273 -model2=model_11209 -name=Open chest - -// 11340 -[loc_11340] -length=2 -active=no -model=model_1508 - -// 11341 -[loc_11341] -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_11204 -name=Closed chest - -// 11342 -[loc_11342] -recol1s=20933 -recol1d=7297 -recol2s=7329 -recol2d=9410 -model=model_11129 -name=Repair Locker - -// 11343 -[loc_11343] -recol1s=20933 -recol1d=7297 -recol2s=7329 -recol2d=9410 -model=model_11129 -name=Gun Locker - -// 11344 -[loc_11344] -ambient=50 -model=model_11213,Q - -// 11345 -[loc_11345] -active=no -sharelight=yes -hillskew=yes -model=model_11254 - -// 11346 -[loc_11346] -active=no -sharelight=yes -hillskew=yes -model=model_11258 - -// 11347 -[loc_11347] -active=no -sharelight=yes -hillskew=yes -model=model_11259 - -// 11348 -[loc_11348] -active=no -sharelight=yes -hillskew=yes -model=model_11261 - -// 11349 -[loc_11349] -active=no -sharelight=yes -hillskew=yes -model=model_11260 - -// 11350 -[loc_11350] -active=no -sharelight=yes -hillskew=yes -model=model_11262 - -// 11351 -[loc_11351] -active=no -sharelight=yes -hillskew=yes -model=model_11255 - -// 11352 -[loc_11352] -active=no -sharelight=yes -hillskew=yes -model=model_11256 - -// 11353 -[loc_11353] -active=no -sharelight=yes -hillskew=yes -model=model_11257 - -// 11354 -[loc_11354] -width=2 -anim=seq_3174 -op1=Enter -ambient=10 -contrast=10 -active=yes -recol1s=7180 -recol1d=28407 -recol2s=8237 -recol2d=29464 -recol3s=9294 -recol3d=32503 -recol4s=10351 -recol4d=32569 -recol5s=11408 -recol5d=32635 -model=model_11231 -name=Interdimensional rift - -// 11355 -[loc_11355] -width=2 -anim=seq_3174 -ambient=10 -contrast=10 -active=yes -recol1s=7180 -recol1d=28407 -recol2s=8237 -recol2d=29464 -recol3s=9294 -recol3d=32503 -recol4s=10351 -recol4d=32569 -recol5s=11408 -recol5d=32635 -multivar=varplayerbit_1766 -multiloc=1,loc_11354 - -// 11356 -[loc_11356] -width=2 -anim=seq_3174 -op1=Enter -ambient=10 -contrast=10 -msi=msi_64 -active=yes -recol1s=7180 -recol1d=28407 -recol2s=8237 -recol2d=29464 -recol3s=9294 -recol3d=32503 -recol4s=10351 -recol4d=32569 -recol5s=11408 -recol5d=32635 -model=model_11231 -name=Portal Home - -// 11357 -[loc_11357] -anim=seq_3173 -model=model_11248 -name=Portal machine - -// 11358 -[loc_11358] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -model=model_1237 -name=Staircase - -// 11359 -[loc_11359] -width=2 -anim=seq_3174 -ambient=10 -contrast=10 -active=yes -recol1s=7180 -recol1d=28407 -recol2s=8237 -recol2d=29464 -recol3s=9294 -recol3d=32503 -recol4s=10351 -recol4d=32569 -recol5s=11408 -recol5d=32635 -multivar=varplayerbit_1766 -multiloc=1,loc_11354 - -// 11360 -[loc_11360] -width=2 -length=2 -active=yes -contrast=10 -ambient=10 -model=model_1421 -model2=model_1445 -name=Pie stall - -// 11361 -[loc_11361] -anim=seq_3180 -bgsound=synth_2220,5 -model=model_11291 -model2=model_11292 -name=Raw chompy bird - -// 11362 -[loc_11362] -anim=seq_3180 -bgsound=synth_2220,5 -model=model_11293 -model2=model_11292 -name=Raw Rabbit - -// 11363 -[loc_11363] -anim=seq_3180 -bgsound=synth_2220,5 -model=model_11294 -model2=model_11292 -name=Iron spit - -// 11364 -[loc_11364] -anim=seq_3107 -op1=Light -model=model_11314 -model2=model_11317 -model3=model_11019 -name=Decorative Pillar - -// 11365 -[loc_11365] -anim=seq_3107 -op1=Light -model=model_11324 -model2=model_11317 -model3=model_11019 -name=Decorative Pillar - -// 11366 -[loc_11366] -anim=seq_3107 -op1=Light -model=model_11315 -model2=model_11317 -model3=model_11019 -name=Decorative Pillar - -// 11367 -[loc_11367] -anim=seq_3107 -op1=Light -model=model_11316 -model2=model_11317 -model3=model_11019 -name=Decorative Pillar - -// 11368 -[loc_11368] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1771 -multiloc=0,loc_11393 -multiloc=1,loc_11364 -multiloc=2,loc_11394 - -// 11369 -[loc_11369] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1772 -multiloc=0,loc_11390 -multiloc=1,loc_11365 -multiloc=2,loc_11391 - -// 11370 -[loc_11370] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1773 -multiloc=0,loc_11393 -multiloc=1,loc_11364 -multiloc=2,loc_11394 - -// 11371 -[loc_11371] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1774 -multiloc=0,loc_11387 -multiloc=1,loc_11366 -multiloc=2,loc_11388 - -// 11372 -[loc_11372] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1775 -multiloc=0,loc_11393 -multiloc=1,loc_11364 -multiloc=2,loc_11394 - -// 11373 -[loc_11373] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1776 -multiloc=0,loc_11384 -multiloc=1,loc_11367 -multiloc=2,loc_11385 - -// 11374 -[loc_11374] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1777 -multiloc=0,loc_11393 -multiloc=1,loc_11364 -multiloc=2,loc_11394 - -// 11375 -[loc_11375] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1778 -multiloc=0,loc_11387 -multiloc=1,loc_11366 -multiloc=2,loc_11388 - -// 11376 -[loc_11376] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1779 -multiloc=0,loc_11393 -multiloc=1,loc_11364 -multiloc=2,loc_11394 - -// 11377 -[loc_11377] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1780 -multiloc=0,loc_11390 -multiloc=1,loc_11365 -multiloc=2,loc_11391 - -// 11378 -[loc_11378] -anim=seq_3107 -op1=Light -multivar=varplayerbit_1781 -multiloc=0,loc_11393 -multiloc=1,loc_11364 -multiloc=2,loc_11394 - -// 11379 -[loc_11379] -op1=Open -raiseobject=no -model=model_639,1 -name=Large door - -// 11380 -[loc_11380] -op1=Close -raiseobject=no -blockwalk=yes -model=model_639,1 -name=Large door - -// 11381 -[loc_11381] -op1=Open -mirror=yes -raiseobject=no -model=model_639,1 -name=Large door - -// 11382 -[loc_11382] -op1=Close -mirror=yes -raiseobject=no -blockwalk=yes -model=model_639,1 -name=Large door - -// 11383 -[loc_11383] -op1=Light -model=model_11316 -name=Decorative Pillar - -// 11384 -[loc_11384] -op1=Light -model=model_11316 -model2=model_11317 -name=Decorative Pillar - -// 11385 -[loc_11385] -op1=Light -model=model_11316 -model2=model_11322 -name=Decorative Pillar - -// 11386 -[loc_11386] -op1=Light -model=model_11315 -name=Decorative Pillar - -// 11387 -[loc_11387] -op1=Light -model=model_11315 -model2=model_11317 -name=Decorative Pillar - -// 11388 -[loc_11388] -op1=Light -model=model_11315 -model2=model_11322 -name=Decorative Pillar - -// 11389 -[loc_11389] -op1=Light -model=model_11324 -name=Decorative Pillar - -// 11390 -[loc_11390] -op1=Light -model=model_11324 -model2=model_11317 -name=Decorative Pillar - -// 11391 -[loc_11391] -op1=Light -model=model_11324 -model2=model_11322 -name=Decorative Pillar - -// 11392 -[loc_11392] -op1=Light -model=model_11314 -name=Decorative Pillar - -// 11393 -[loc_11393] -op1=Light -model=model_11314 -model2=model_11317 -name=Decorative Pillar - -// 11394 -[loc_11394] -op1=Light -model=model_11314 -model2=model_11322 -name=Decorative Pillar - -// 11395 -[loc_11395] -model=model_11317 -name=Pillar candle. - -// 11396 -[loc_11396] -model=model_11322 -name=Melted candle. - -// 11397 -[loc_11397] -anim=seq_3107 -model=model_11019 -name=Pillar candle flame. - -// 11398 -[loc_11398] -active=yes -width=2 -length=2 -shadow=no -contrast=40 -ambient=50 -anim=seq_4354 -blockwalk=yes -msi=msi_66 -op1=Read -op2=Leave -model=model_16788 -name=Our lives - -// 11399 -[loc_11399] -hillskew=yes -ambient=25 -contrast=15 -op1=Crawl-through -model=model_37751,1 -name=Cave entrance - -// 11400 -[loc_11400] -op1=Slash -blockwalk=yes -sharelight=yes -raiseobject=no -model=model_2131,8 -model=model_25625,1 -name=Web - -// 11401 -[loc_11401] -blockwalk=no -sharelight=yes -raiseobject=no -model=model_2112,8 -model=model_25626,1 -name=Slashed web - -// 11402 -[loc_11402] -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -recol1s=16742 -recol1d=12613 -recol2s=15718 -recol2d=11556 -recol3s=14662 -recol3d=10499 -recol4s=12548 -recol4d=9442 -recol5s=11523 -recol5d=8385 -model=model_11208 -name=Bank booth - -// 11403 -[loc_11403] -ambient=25 -raiseobject=no -active=no -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 - -// 11404 -[loc_11404] -anim=seq_475 -blockwalk=no -ambient=75 -contrast=75 -bgsound=synth_2066,5 -hardshadow=no -recolhsl1s=5043 -recolhsl1d=65181 -recolhsl2s=7105 -recolhsl2d=65209 -recolhsl3s=8137 -recolhsl3d=65485 -recolhsl4s=7130 -recolhsl4d=65234 -model=model_2260 -name=Fire - -// 11405 -[loc_11405] -anim=seq_475 -blockwalk=no -ambient=75 -contrast=75 -bgsound=synth_2066,5 -hardshadow=no -recolhsl1s=5043 -recolhsl1d=26269 -recolhsl2s=7105 -recolhsl2d=26297 -recolhsl3s=8137 -recolhsl3d=26573 -recolhsl4s=7130 -recolhsl4d=26322 -model=model_2260 -name=Fire - -// 11406 -[loc_11406] -anim=seq_475 -blockwalk=no -ambient=75 -contrast=75 -bgsound=synth_2066,5 -hardshadow=no -recolhsl1s=5043 -recolhsl1d=41629 -recolhsl2s=7105 -recolhsl2d=41657 -recolhsl3s=8137 -recolhsl3d=41933 -recolhsl4s=7130 -recolhsl4d=41682 -model=model_2260 -name=Fire - -// 11407 -[loc_11407] -sharelight=yes -active=no -resizey=120 -model=model_11443,1 -model=model_11444,2 -model=model_11445,3 - -// 11408 -[loc_11408] -sharelight=yes -active=no -resizey=120 -model=model_11446,1 - -// 11409 -[loc_11409] -active=yes -model=model_11438 -name=pipe with rope - -// 11410 -[loc_11410] -active=yes -model=model_11438 -name=Pipe - -// 11411 -[loc_11411] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_11441,0 -name=Rope - -// 11412 -[loc_11412] -active=yes -ambient=25 -contrast=15 -model=model_11441 -name=straight rope - -// 11413 -[loc_11413] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_11442,0 -name=Rope - -// 11414 -[loc_11414] -active=yes -ambient=25 -contrast=15 -model=model_11442 -name=Rope - -// 11415 -[loc_11415] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_11440,0 -name=Rope - -// 11416 -[loc_11416] -active=yes -ambient=25 -contrast=15 -model=model_11439 -name=Rope - -// 11417 -[loc_11417] -hillskew=yes -op1=Climb-down -active=yes -blockwalk=yes -ambient=25 -contrast=10 -hardshadow=no -model=model_11449,0 -name=Dug hole - -// 11418 -[loc_11418] -active=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=10 -hardshadow=no -model=model_11451,0 -name=Mud patch - -// 11419 -[loc_11419] -blockwalk=no -active=yes -multivar=varplayerbit_1787 -multiloc=1,loc_11415 - -// 11420 -[loc_11420] -blockwalk=no -active=yes -multivar=varplayerbit_1787 -multiloc=1,loc_11411 - -// 11421 -[loc_11421] -blockwalk=no -active=yes -multivar=varplayerbit_1787 -multiloc=0,loc_34899 -multiloc=1,loc_11413 -multiloc=2,loc_34899 - -// 11422 -[loc_11422] -active=yes -multivar=varplayerbit_1787 -multiloc=0,loc_11423 -multiloc=1,loc_11423 - -// 11423 -[loc_11423] -active=yes -op1=Open -model=model_37988,Q -name=Grill - -// 11424 -[loc_11424] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=4226 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11425 -[loc_11425] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=4226 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11426 -[loc_11426] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=4226 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11427 -[loc_11427] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=14732 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11428 -[loc_11428] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=14732 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11429 -[loc_11429] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=14732 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11430 -[loc_11430] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=14596 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11431 -[loc_11431] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=14596 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11432 -[loc_11432] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=14596 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11433 -[loc_11433] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=6242 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11434 -[loc_11434] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=6242 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11435 -[loc_11435] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=6242 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11436 -[loc_11436] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=14732 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11437 -[loc_11437] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=14732 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11438 -[loc_11438] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=14732 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11439 -[loc_11439] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=14596 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11440 -[loc_11440] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=14596 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11441 -[loc_11441] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=14596 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11442 -[loc_11442] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=4226 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11443 -[loc_11443] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=4226 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11444 -[loc_11444] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=4226 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11445 -[loc_11445] -active=no -model=model_11474,1 - -// 11446 -[loc_11446] -resizey=170 -active=no -model=model_11472,1 - -// 11447 -[loc_11447] -resizey=170 -mirror=yes -active=no -model=model_11472,1 - -// 11448 -[loc_11448] -resizey=170 -ambient=-40 -contrast=30 -active=no -recol1s=23356 -recol1d=10634 -recol2s=25404 -recol2d=15888 -recol3s=15719 -recol3d=7363 -recol4s=12582 -recol4d=5249 -recol5s=10468 -recol5d=3136 -retex1s=material_2 -retex1d=material_23 -model=model_11471,1 - -// 11449 -[loc_11449] -active=yes -recol1s=10508 -recol1d=1115 -recol2s=10388 -recol2d=35 -recol3s=10512 -recol3d=32 -recol4s=10423 -recol4d=40 -model=model_27252 -name=Door - -// 11450 -[loc_11450] -active=yes -op1=Open -recol1s=10508 -recol1d=1115 -recol2s=10388 -recol2d=35 -recol3s=10512 -recol3d=32 -recol4s=10423 -recol4d=40 -model=model_37227 -name=Door - -// 11451 -[loc_11451] -active=yes -op1=Pull -op2=Inspect -model=model_2108,Q -name=Lever A - -// 11452 -[loc_11452] -active=yes -op1=Pull -op2=Inspect -model=model_2077,Q -name=Lever A - -// 11453 -[loc_11453] -active=yes -op1=Pull -op2=Inspect -model=model_2108,Q -name=Lever B - -// 11454 -[loc_11454] -active=yes -op1=Pull -op2=Inspect -model=model_2077,Q -name=Lever B - -// 11455 -[loc_11455] -active=yes -op1=Pull -op2=Inspect -model=model_2108,Q -name=Lever C - -// 11456 -[loc_11456] -active=yes -op1=Pull -op2=Inspect -model=model_2077,Q -name=Lever C - -// 11457 -[loc_11457] -active=yes -op1=Pull -op2=Inspect -model=model_2108,Q -name=Lever D - -// 11458 -[loc_11458] -active=yes -op1=Pull -op2=Inspect -model=model_2077,Q -name=Lever D - -// 11459 -[loc_11459] -active=yes -op1=Pull -op2=Inspect -model=model_2108,Q -name=Lever E - -// 11460 -[loc_11460] -active=yes -op1=Pull -op2=Inspect -model=model_2077,Q -name=Lever E - -// 11461 -[loc_11461] -active=yes -op1=Pull -op2=Inspect -model=model_2108,Q -name=Lever F - -// 11462 -[loc_11462] -active=yes -op1=Pull -op2=Inspect -model=model_2077,Q -name=Lever F - -// 11463 -[loc_11463] -active=no -sharelight=yes -hillskew=yes -retex1s=material_2 -retex1d=material_23 -model=model_11513,1 -model=model_11514,2 -model=model_11515,5 - -// 11464 -[loc_11464] -sharelight=yes -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_11516,A -model=model_11520,S -model=model_11517,F -model=model_11518,G -model=model_11519,H - -// 11465 -[loc_11465] -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_11516,A -model=model_11520,S -model=model_11517,F -model=model_11518,G -model=model_11519,H - -// 11466 -[loc_11466] -sharelight=yes -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_11521,A - -// 11467 -[loc_11467] -sharelight=yes -mirror=yes -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_11521,A - -// 11468 -[loc_11468] -anim=seq_1868 -model=model_11822 -name=Lantern - -// 11469 -[loc_11469] -ambient=50 -anim=seq_470 -active=yes -offsetx=0 -offsety=-60 -offsetz=0 -model=model_2291,Q -name=Spooky picture - -// 11470 -[loc_11470] -active=yes -op1=Open -raiseobject=no -recol1s=7363 -recol1d=9379 -recol2s=6306 -recol2d=8322 -recol3s=5249 -recol3d=7265 -model=model_11474,1 -name=Door - -// 11471 -[loc_11471] -active=yes -op1=Close -raiseobject=no -recol1s=7363 -recol1d=9379 -recol2s=6306 -recol2d=8322 -recol3s=5249 -recol3d=7265 -model=model_11475,1 -name=Door - -// 11472 -[loc_11472] -active=yes -anim=seq_2564 -ambient=40 -contrast=20 -blockwalk=no -model=model_11827 -name=Candles - -// 11473 -[loc_11473] -active=yes -anim=seq_2564 -ambient=40 -contrast=20 -blockwalk=no -model=model_11828 -name=Candles - -// 11474 -[loc_11474] -ambient=50 -active=no -recol1s=32767 -recol1d=29458 -recol2s=27296 -recol2d=9476 -model=model_3509,Q - -// 11475 -[loc_11475] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=10467 -recol2s=29408 -recol2d=12581 -model=model_1110,0 - -// 11476 -[loc_11476] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=10467 -recol2s=29408 -recol2d=12581 -recol3s=0 -recol3d=8353 -model=model_1134,0 - -// 11477 -[loc_11477] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=10467 -recol2s=29408 -recol2d=12581 -recol3s=0 -recol3d=8353 -model=model_1067,0 - -// 11478 -[loc_11478] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=10467 -recol2s=29408 -recol2d=12581 -recol3s=0 -recol3d=8353 -model=model_1063,0 - -// 11479 -[loc_11479] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=10467 -recol2s=29408 -recol2d=12581 -recol3s=0 -recol3d=8353 -model=model_1043,0 - -// 11480 -[loc_11480] -sharelight=yes -unknown90=yes -recol1s=15392 -recol1d=10467 -recol2s=29408 -recol2d=12581 -recol3s=0 -recol3d=8353 -model=model_1106,0 - -// 11481 -[loc_11481] -sharelight=yes -unknown90=yes -recol1s=7329 -recol1d=13672 -recol2s=13632 -recol2d=11558 -model=model_1061,0 - -// 11482 -[loc_11482] -sharelight=yes -unknown90=yes -recol1s=7329 -recol1d=13672 -recol2s=13632 -recol2d=11558 -model=model_1117,0 - -// 11483 -[loc_11483] -active=yes -op1=Open -recol1s=14626 -recol1d=8420 -recol2s=13569 -recol2d=7363 -recol3s=12512 -recol3d=6306 -recol4s=11456 -recol4d=5249 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 11484 -[loc_11484] -blockrange=no -recol1s=13605 -recol1d=8420 -recol2s=12548 -recol2d=7363 -recol3s=11491 -recol3d=6306 -recol4s=10434 -recol4d=5249 -recol5s=7297 -recol5d=4192 -model=model_8232 -name=Barrel - -// 11485 -[loc_11485] -op1=Search -blockrange=no -recol1s=14695 -recol1d=9477 -recol2s=13638 -recol2d=8420 -recol3s=12581 -recol3d=7363 -recol4s=11524 -recol4d=6306 -recol5s=10467 -recol5d=5249 -recol6s=9410 -recol6d=4192 -model=model_7699 -name=Crate - -// 11486 -[loc_11486] -op1=Search -recol1s=14695 -recol1d=9477 -recol2s=13638 -recol2d=8420 -recol3s=12581 -recol3d=7363 -recol4s=11524 -recol4d=6306 -recol5s=10467 -recol5d=5249 -recol6s=9410 -recol6d=4192 -model=model_7700 -name=Crates - -// 11487 -[loc_11487] -recol1s=13639 -recol1d=9477 -recol2s=12582 -recol2d=8420 -recol3s=11525 -recol3d=7363 -recol4s=10468 -recol4d=6306 -recol5s=9411 -recol5d=5249 -recol6s=8354 -recol6d=4192 -model=model_5283 -name=Boxes - -// 11488 -[loc_11488] -offsetx=-30 -offsety=0 -offsetz=0 -blockrange=no -recol1s=14695 -recol1d=9477 -recol2s=13638 -recol2d=8420 -recol3s=12581 -recol3d=7363 -recol4s=11524 -recol4d=6306 -recol5s=10467 -recol5d=5249 -recol6s=9410 -recol6d=4192 -model=model_7704 -name=Crates - -// 11489 -[loc_11489] -blockrange=no -recol1s=10401 -recol1d=3136 -recol2s=9377 -recol2d=5249 -model=model_1170 -name=Chair - -// 11490 -[loc_11490] -blockrange=no -recol1s=4161 -recol1d=5249 -model=model_1950 -name=Chair - -// 11491 -[loc_11491] -width=2 -blockrange=no -recol1s=16809 -recol1d=8420 -recol2s=14695 -recol2d=7363 -recol3s=13638 -recol3d=6306 -recol4s=12581 -recol4d=5249 -model=model_9547 -name=Large Table - -// 11492 -[loc_11492] -blockrange=no -recol1s=10401 -recol1d=3136 -model=model_1242 -name=Smashed chair - -// 11493 -[loc_11493] -anim=seq_1726 -resizex=192 -resizey=192 -resizez=192 -model=model_11833 -name=Grandfather clock - -// 11494 -[loc_11494] -blockwalk=no -active=yes -op1=Pick -model=model_8195 -name=Cabbage - -// 11495 -[loc_11495] -width=2 -length=2 -anim=seq_3217 -retex1s=material_218 -retex1d=material_144 -model=model_11465 -model2=model_11467 -name=Gallows - -// 11496 -[loc_11496] -anim=seq_3218 -recol1s=10401 -recol1d=3136 -recol2s=9377 -recol2d=5249 -model=model_11468 -name=Chair - -// 11497 -[loc_11497] -ambient=50 -anim=seq_3219 -active=yes -offsetx=0 -offsety=-60 -offsetz=0 -model=model_11469,Q -name=Spooky picture - -// 11498 -[loc_11498] -width=2 -length=4 -op1=Climb-up -forceapproach=south -msi=msi_7 -model=model_11463 -name=Staircase - -// 11499 -[loc_11499] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -model=model_11464 -name=Staircase - -// 11500 -[loc_11500] -width=2 -length=2 -blockrange=no -model=model_11459 -name=Table - -// 11501 -[loc_11501] -width=2 -blockrange=no -model=model_11453 -name=Table - -// 11502 -[loc_11502] -width=2 -blockrange=no -model=model_11454 -name=Table - -// 11503 -[loc_11503] -blockrange=no -model=model_11460 -name=Table - -// 11504 -[loc_11504] -blockrange=no -model=model_11461 -name=Table - -// 11505 -[loc_11505] -active=no -model=model_11466 - -// 11506 -[loc_11506] -ambient=20 -model=model_11456,Q - -// 11507 -[loc_11507] -ambient=50 -model=model_11456,Q - -// 11508 -[loc_11508] -model=model_11455,1 - -// 11509 -[loc_11509] -mirror=yes -model=model_11455,1 - -// 11510 -[loc_11510] -width=3 -length=3 -recol1s=10501 -recol1d=8422 -recol2s=9477 -recol2d=7365 -recol3s=7363 -recol3d=6308 -recol4s=6306 -recol4d=5251 -recol5s=5249 -recol5d=4194 -recol6s=4192 -recol6d=3137 -model=model_11006 -name=Dead tree - -// 11511 -[loc_11511] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -retex1s=material_531 -retex1d=material_67 -model=model_11462 -name=Staircase - -// 11512 -[loc_11512] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11476,1 -model=model_11477,2 -model=model_11478,3 -model=model_11479,4 -model=model_11480,5 - -// 11513 -[loc_11513] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11499,1 -model=model_11500,3 - -// 11514 -[loc_11514] -active=no -sharelight=yes -mirror=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11499,1 -model=model_11500,3 - -// 11515 -[loc_11515] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11511,1 -model=model_11512,5 - -// 11516 -[loc_11516] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11503,1 - -// 11517 -[loc_11517] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11504,1 - -// 11518 -[loc_11518] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11505,1 - -// 11519 -[loc_11519] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11506,1 - -// 11520 -[loc_11520] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11507,1 - -// 11521 -[loc_11521] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11508,1 - -// 11522 -[loc_11522] -active=no -resizey=170 -ambient=30 -contrast=30 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11488,Q - -// 11523 -[loc_11523] -active=no -resizey=170 -ambient=30 -contrast=30 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11489,Q - -// 11524 -[loc_11524] -active=no -ambient=30 -contrast=30 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11490,Q - -// 11525 -[loc_11525] -active=no -resizey=170 -ambient=30 -contrast=30 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11491,Q - -// 11526 -[loc_11526] -active=no -resizey=170 -ambient=30 -contrast=30 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11492,Q - -// 11527 -[loc_11527] -active=no -resizey=170 -ambient=30 -contrast=30 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11493,Q - -// 11528 -[loc_11528] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11487,1 - -// 11529 -[loc_11529] -active=no -sharelight=yes -mirror=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11487,1 - -// 11530 -[loc_11530] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11485,1 - -// 11531 -[loc_11531] -active=no -sharelight=yes -hillskew=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11485,1 - -// 11532 -[loc_11532] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11486,1 - -// 11533 -[loc_11533] -active=no -sharelight=yes -mirror=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11486,1 - -// 11534 -[loc_11534] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11484 - -// 11535 -[loc_11535] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11482 - -// 11536 -[loc_11536] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11494,1 -model=model_11495,2 -model=model_11496,3 -model=model_11497,4 -model=model_11498,5 - -// 11537 -[loc_11537] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11501,1 -model=model_11502,3 - -// 11538 -[loc_11538] -active=no -sharelight=yes -mirror=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11501,1 -model=model_11502,3 - -// 11539 -[loc_11539] -active=no -sharelight=yes -resizey=170 -blockwalk=no -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11481 - -// 11540 -[loc_11540] -active=no -sharelight=yes -blockwalk=no -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11510 - -// 11541 -[loc_11541] -active=no -sharelight=yes -resizey=170 -blockwalk=no -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11473 - -// 11542 -[loc_11542] -active=no -sharelight=yes -resizey=170 -mirror=yes -blockwalk=no -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11473 - -// 11543 -[loc_11543] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11483 - -// 11544 -[loc_11544] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11509 - -// 11545 -[loc_11545] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_11471,1 - -// 11546 -[loc_11546] -ambient=12 -contrast=10 -model=model_11243 -model2=model_11250 -name=Strange machine - -// 11547 -[loc_11547] -ambient=12 -contrast=10 -model=model_11244 -name=Strange machine - -// 11548 -[loc_11548] -ambient=12 -contrast=10 -anim=seq_3172 -model=model_11245 -model2=model_11246 -name=Strange machine - -// 11549 -[loc_11549] -ambient=12 -contrast=10 -anim=seq_3172 -model=model_11245 -model2=model_11249 -name=Strange machine - -// 11550 -[loc_11550] -length=2 -ambient=12 -contrast=10 -model=model_11247 -name=Strange machine - -// 11551 -[loc_11551] -width=2 -ambient=12 -contrast=10 -model=model_11251 -name=Table - -// 11552 -[loc_11552] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=10500 -model=model_3184 -name=Rocks - -// 11553 -[loc_11553] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=10500 -model=model_3183 -name=Rocks - -// 11554 -[loc_11554] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=10500 -model=model_3195 -name=Rocks - -// 11555 -[loc_11555] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=7329 -model=model_3184 -name=Rocks - -// 11556 -[loc_11556] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=7329 -model=model_3183 -name=Rocks - -// 11557 -[loc_11557] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=7329 -model=model_3195 -name=Rocks - -// 11558 -[loc_11558] -recol1s=24137 -recol1d=15718 -recol2s=17764 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=8388 -recol4d=10468 -recol5s=8387 -recol5d=10468 -recol6s=7331 -recol6d=10468 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 11559 -[loc_11559] -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_4373,1 - -// 11560 -[loc_11560] -resizez=128 -resizex=128 -resizey=117 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_4373,1 - -// 11561 -[loc_11561] -resizez=128 -resizex=128 -resizey=117 -recol1s=24137 -recol1d=15718 -recol2s=17764 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=8388 -recol4d=10468 -recol5s=8387 -recol5d=10468 -recol6s=7331 -recol6d=10468 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 11562 -[loc_11562] -sharelight=yes -occlude=yes -active=no -resizez=128 -resizex=128 -resizey=117 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 11563 -[loc_11563] -sharelight=yes -occlude=yes -active=no -resizez=128 -resizex=128 -resizey=117 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_4374,1 - -// 11564 -[loc_11564] -sharelight=yes -active=no -resizez=128 -resizex=128 -resizey=117 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_4373,1 - -// 11565 -[loc_11565] -sharelight=yes -active=no -recol1s=12582 -recol1d=15718 -recol2s=10500 -recol2d=11525 -recol3s=4128 -recol3d=10468 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 11566 -[loc_11566] -sharelight=yes -active=no -recol1s=12582 -recol1d=15718 -recol2s=10500 -recol2d=11525 -recol3s=4128 -recol3d=10468 -model=model_4345,A -model=model_4346,S - -// 11567 -[loc_11567] -sharelight=yes -active=no -recol1s=12582 -recol1d=15718 -recol2s=10500 -recol2d=11525 -recol3s=4128 -recol3d=10468 -model=model_4347,A -model=model_4348,S - -// 11568 -[loc_11568] -sharelight=yes -active=no -recol1s=12582 -recol1d=15718 -recol2s=10500 -recol2d=11525 -recol3s=4128 -recol3d=10468 -model=model_4349,A - -// 11569 -[loc_11569] -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4352,A -model=model_4353,Z - -// 11570 -[loc_11570] -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4355,A - -// 11571 -[loc_11571] -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4357,A - -// 11572 -[loc_11572] -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4359,A - -// 11573 -[loc_11573] -mirror=yes -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4352,A -model=model_4353,Z - -// 11574 -[loc_11574] -mirror=yes -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4355,A - -// 11575 -[loc_11575] -mirror=yes -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4357,A - -// 11576 -[loc_11576] -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4367,A - -// 11577 -[loc_11577] -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4350,S -model=model_4351,Z - -// 11578 -[loc_11578] -sharelight=yes -mirror=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4350,S -model=model_4351,Z - -// 11579 -[loc_11579] -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4354,Z - -// 11580 -[loc_11580] -sharelight=yes -mirror=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4354,Z - -// 11581 -[loc_11581] -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_35695,8 -model=model_35698,1 -model=model_4356,Z - -// 11582 -[loc_11582] -sharelight=yes -mirror=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_35695,8 -model=model_35698,1 -model=model_4356,Z - -// 11583 -[loc_11583] -sharelight=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4358,Z - -// 11584 -[loc_11584] -sharelight=yes -mirror=yes -active=no -recol1s=22023 -recol1d=15718 -recol2s=21959 -recol2d=11525 -recol3s=19909 -recol3d=10468 -recol4s=12582 -recol4d=15718 -recol5s=10468 -recol5d=10468 -recol6s=9445 -recol6d=10468 -model=model_4358,Z - -// 11585 -[loc_11585] -active=no -sharelight=yes -model=model_11563,D - -// 11586 -[loc_11586] -active=no -sharelight=yes -offsetx=0 -offsety=24 -offsetz=0 -model=model_4376,H - -// 11587 -[loc_11587] -active=no -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_11533 - -// 11588 -[loc_11588] -active=no -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_11534 - -// 11589 -[loc_11589] -ambient=15 -blockrange=no -recol1s=13605 -recol1d=12582 -recol2s=12548 -recol2d=11525 -recol3s=11491 -recol3d=10468 -recol4s=10434 -recol4d=9411 -recol5s=7297 -recol5d=8354 -recol6s=7331 -recol6d=7297 -model=model_8232 -name=Barrel - -// 11590 -[loc_11590] -ambient=15 -blockrange=no -recol1s=13605 -recol1d=12582 -recol2s=12548 -recol2d=11525 -recol3s=11491 -recol3d=10468 -recol4s=10434 -recol4d=9411 -recol5s=7297 -recol5d=8354 -recol6s=7331 -recol6d=7297 -model=model_8232 -model2=model_9531 -name=Barrel - -// 11591 -[loc_11591] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_1089,0 - -// 11592 -[loc_11592] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_1096,0 - -// 11593 -[loc_11593] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_1114,0 - -// 11594 -[loc_11594] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_1053,0 - -// 11595 -[loc_11595] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_1071,0 - -// 11596 -[loc_11596] -sharelight=yes -forcedecor=yes -msi=msi_46 -mirror=yes -unknown90=yes -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_1053,0 - -// 11597 -[loc_11597] -sharelight=yes -forcedecor=yes -msi=msi_46 -mirror=yes -unknown90=yes -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_1071,0 - -// 11598 -[loc_11598] -sharelight=yes -hillskew=yes -blockrange=no -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=8353 -recol3d=10468 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 11599 -[loc_11599] -blockrange=no -recol1s=14695 -recol1d=12582 -recol2s=13638 -recol2d=11525 -recol3s=12581 -recol3d=10468 -recol4s=11524 -recol4d=9411 -recol5s=10467 -recol5d=8354 -recol6s=9410 -recol6d=7297 -model=model_7685 -name=Crate - -// 11600 -[loc_11600] -offsetx=-30 -offsety=0 -offsetz=0 -op1=Search -blockrange=no -recol1s=14695 -recol1d=12582 -recol2s=13638 -recol2d=11525 -recol3s=12581 -recol3d=10468 -recol4s=11524 -recol4d=9411 -recol5s=10467 -recol5d=8354 -recol6s=9410 -recol6d=7297 -model=model_7704 -name=Crates - -// 11601 -[loc_11601] -length=2 -forceapproach=east -op1=Fire -ambient=30 -bgsound=synth_2208,10 -recol1s=10504 -recol1d=11559 -recol2s=8456 -recol2d=10502 -recol3s=7399 -recol3d=9445 -recol4s=6342 -recol4d=8388 -recol5s=5285 -recol5d=7331 -recol6s=6339 -recol6d=7331 -model=model_11582 -name=Pottery Oven - -// 11602 -[loc_11602] -length=2 -blockwalk=no -active=no -ambient=60 -model=model_11583 - -// 11603 -[loc_11603] -blockwalk=yes -blockrange=no -recol1s=20933 -recol1d=15718 -recol2s=7329 -recol2d=13604 -model=model_10089 -name=Stool - -// 11604 -[loc_11604] -active=no -hillskew=yes -blockrange=no -recol1s=11592 -recol1d=10500 -recol2s=9479 -recol2d=10500 -recol3s=8454 -recol3d=10500 -recol4s=8422 -recol4d=10500 -model=model_3722 - -// 11605 -[loc_11605] -active=no -width=2 -length=2 -hillskew=yes -resizex=256 -resizey=256 -resizez=256 -blockrange=no -recol1s=11592 -recol1d=10500 -recol2s=9479 -recol2d=10500 -recol3s=8454 -recol3d=10500 -recol4s=8422 -recol4d=10500 -model=model_3722 - -// 11606 -[loc_11606] -recol1s=20933 -recol1d=15718 -recol2s=14628 -recol2d=13604 -model=model_5439 -name=Standing torch - -// 11607 -[loc_11607] -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_11522,1 -model=model_11523,4 -model=model_11524,5 - -// 11608 -[loc_11608] -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_11525,1 -model=model_11526,2 -model=model_11527,5 - -// 11609 -[loc_11609] -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_11528,1 -model=model_11529,5 - -// 11610 -[loc_11610] -hillskew=yes -sharelight=yes -mirror=yes -ambient=15 -contrast=15 -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_11528,1 -model=model_11529,5 - -// 11611 -[loc_11611] -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_11530,5 - -// 11612 -[loc_11612] -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_11531,5 - -// 11613 -[loc_11613] -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_11532,5 - -// 11614 -[loc_11614] -anim=seq_9867 -ambient=20 -blockwalk=yes -model=model_11830 -name=Standard - -// 11615 -[loc_11615] -anim=seq_1730 -ambient=20 -blockwalk=yes -model=model_11831 -name=Standard - -// 11616 -[loc_11616] -active=yes -ambient=10 -op1=Open -raiseobject=no -recol1s=8387 -recol1d=15718 -recol2s=20935 -recol2d=14661 -recol3s=17764 -recol3d=13604 -recol4s=7330 -recol4d=12547 -model=model_5189,1 -name=Door - -// 11617 -[loc_11617] -active=yes -ambient=10 -op1=Close -raiseobject=no -recol1s=8387 -recol1d=15718 -recol2s=20935 -recol2d=14661 -recol3s=17764 -recol3d=13604 -recol4s=7330 -recol4d=12547 -model=model_5189,1 -name=Door - -// 11618 -[loc_11618] -active=no -ambient=10 -raiseobject=no -recol1s=8387 -recol1d=15718 -recol2s=20935 -recol2d=14661 -recol3s=17764 -recol3d=13604 -recol4s=7330 -recol4d=12547 -model=model_5189,1 - -// 11619 -[loc_11619] -length=2 -blockrange=no -recol1s=20935 -recol1d=15718 -recol2s=18821 -recol2d=14661 -recol3s=17764 -recol3d=13604 -recol4s=16707 -recol4d=12547 -model=model_4325 -name=Table - -// 11620 -[loc_11620] -op1=Open -mirror=yes -raiseobject=no -recol1s=16740 -recol1d=15718 -recol2s=14626 -recol2d=14661 -recol3s=13602 -recol3d=13604 -recol4s=13569 -recol4d=12547 -recol5s=12515 -recol5d=11490 -recol6s=11458 -recol6d=10433 -model=model_639,1 -name=Longhall door - -// 11621 -[loc_11621] -op1=Open -raiseobject=no -recol1s=16740 -recol1d=15718 -recol2s=14626 -recol2d=14661 -recol3s=13602 -recol3d=13604 -recol4s=13569 -recol4d=12547 -recol5s=12515 -recol5d=11490 -recol6s=11458 -recol6d=10433 -model=model_639,1 -name=Longhall door - -// 11622 -[loc_11622] -mirror=yes -raiseobject=no -active=no -recol1s=16740 -recol1d=15718 -recol2s=14626 -recol2d=14661 -recol3s=13602 -recol3d=13604 -recol4s=13569 -recol4d=12547 -recol5s=12515 -recol5d=11490 -recol6s=11458 -recol6d=10433 -model=model_639,1 - -// 11623 -[loc_11623] -raiseobject=no -active=no -recol1s=16740 -recol1d=15718 -recol2s=14626 -recol2d=14661 -recol3s=13602 -recol3d=13604 -recol4s=13569 -recol4d=12547 -recol5s=12515 -recol5d=11490 -recol6s=11458 -recol6d=10433 -model=model_639,1 - -// 11624 -[loc_11624] -op1=Close -raiseobject=no -recol1s=16740 -recol1d=15718 -recol2s=14626 -recol2d=14661 -recol3s=13602 -recol3d=13604 -recol4s=13569 -recol4d=12547 -recol5s=12515 -recol5d=11490 -recol6s=11458 -recol6d=10433 -model=model_18550,1 -name=Longhall door - -// 11625 -[loc_11625] -op1=Close -raiseobject=no -mirror=yes -recol1s=16740 -recol1d=15718 -recol2s=14626 -recol2d=14661 -recol3s=13602 -recol3d=13604 -recol4s=13569 -recol4d=12547 -recol5s=12515 -recol5d=11490 -recol6s=11458 -recol6d=10433 -model=model_18550,1 -name=Longhall door - -// 11626 -[loc_11626] -width=2 -blockrange=no -recol1s=16809 -recol1d=15718 -recol2s=14695 -recol2d=14661 -recol3s=13638 -recol3d=13604 -recol4s=12581 -recol4d=12547 -recol5s=11524 -recol5d=11490 -recol6s=10467 -recol6d=10433 -model=model_7906 -name=Counter - -// 11627 -[loc_11627] -blockrange=no -recol1s=16809 -recol1d=15718 -recol2s=14695 -recol2d=14661 -recol3s=13638 -recol3d=13604 -recol4s=12581 -recol4d=12547 -model=model_9590 -name=Small Table - -// 11628 -[loc_11628] -active=no -model=model_11586 - -// 11629 -[loc_11629] -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=10500 -model=model_3184 -name=Rock - -// 11630 -[loc_11630] -width=2 -length=2 -ambient=15 -hillskew=yes -op1=Read -model=model_11560 -name=Stone signpost - -// 11631 -[loc_11631] -width=4 -length=4 -ambient=15 -hillskew=yes -op1=Read -model=model_11561 -name=Stone signpost - -// 11632 -[loc_11632] -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -model=model_11559,0 - -// 11633 -[loc_11633] -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -unknown90=yes -model=model_11559,0 - -// 11634 -[loc_11634] -hillskew=yes -ambient=10 -blockrange=no -model=model_11587 -name=Rock - -// 11635 -[loc_11635] -hillskew=yes -ambient=10 -blockrange=no -model=model_11588 -name=Rock - -// 11636 -[loc_11636] -hillskew=yes -ambient=10 -blockrange=no -model=model_11589 -name=Rock - -// 11637 -[loc_11637] -hillskew=yes -ambient=10 -blockrange=no -model=model_11590 -name=Rock - -// 11638 -[loc_11638] -hillskew=yes -ambient=10 -blockrange=no -model=model_11591 -name=Rock - -// 11639 -[loc_11639] -hillskew=yes -ambient=10 -blockrange=no -model=model_11592 -name=Rock - -// 11640 -[loc_11640] -hillskew=yes -sharelight=yes -ambient=10 -model=model_11696 -name=City gate - -// 11641 -[loc_11641] -hillskew=yes -sharelight=yes -ambient=10 -model=model_11695 -name=City gate - -// 11642 -[loc_11642] -hillskew=yes -sharelight=yes -ambient=10 -model=model_11694 -name=City gate - -// 11643 -[loc_11643] -hillskew=yes -sharelight=yes -ambient=10 -model=model_11699 -name=City gate - -// 11644 -[loc_11644] -hillskew=yes -sharelight=yes -ambient=10 -model=model_11698 -name=City gate - -// 11645 -[loc_11645] -hillskew=yes -sharelight=yes -ambient=10 -model=model_11697 -name=City gate - -// 11646 -[loc_11646] -hillskew=yes -sharelight=yes -ambient=10 -mirror=yes -model=model_11696 -name=City gate - -// 11647 -[loc_11647] -hillskew=yes -sharelight=yes -ambient=10 -mirror=yes -model=model_11695 -name=City gate - -// 11648 -[loc_11648] -hillskew=yes -sharelight=yes -ambient=10 -mirror=yes -model=model_11694 -name=City gate - -// 11649 -[loc_11649] -hillskew=yes -sharelight=yes -ambient=10 -mirror=yes -model=model_11699 -name=City gate - -// 11650 -[loc_11650] -hillskew=yes -sharelight=yes -ambient=10 -mirror=yes -model=model_11698 -name=City gate - -// 11651 -[loc_11651] -hillskew=yes -sharelight=yes -ambient=10 -mirror=yes -model=model_11697 -name=City gate - -// 11652 -[loc_11652] -sharelight=yes -active=no -ambient=20 -contrast=15 -model=model_11663,1 -model=model_11664,2 -model=model_11665,3 -model=model_14615,4 -model=model_11666,5 - -// 11653 -[loc_11653] -sharelight=yes -active=no -ambient=20 -contrast=15 -model=model_11669,1 - -// 11654 -[loc_11654] -sharelight=yes -active=no -hillskew=yes -ambient=20 -contrast=15 -model=model_11670,1 -model=model_11671,2 -model=model_11672,5 - -// 11655 -[loc_11655] -sharelight=yes -active=no -hillskew=yes -ambient=20 -contrast=15 -unknown90=yes -forcedecor=yes -hardshadow=no -model=model_11674,1 -model=model_11673,0 - -// 11656 -[loc_11656] -sharelight=yes -active=no -hillskew=yes -ambient=20 -contrast=15 -model=model_11675,5 - -// 11657 -[loc_11657] -width=2 -model=model_11579 -name=Rack - -// 11658 -[loc_11658] -model=model_11580 -name=Shelves - -// 11659 -[loc_11659] -model=model_11578 -name=Barrel - -// 11660 -[loc_11660] -width=2 -blockrange=no -recol1s=16809 -recol1d=17865 -recol2s=14695 -recol2d=16808 -recol3s=13638 -recol3d=15751 -recol4s=12581 -recol4d=14694 -recol5s=11524 -recol5d=13637 -recol6s=10467 -recol6d=12580 -model=model_11581 -model2=model_7906 -name=Table - -// 11661 -[loc_11661] -width=2 -length=2 -recol1s=9511 -recol1d=21102 -recol2s=7430 -recol2d=22161 -recol3s=5316 -recol3d=24275 -model=model_6617 -name=Waterpump - -// 11662 -[loc_11662] -width=2 -blockrange=no -recol1s=16809 -recol1d=15718 -recol2s=14695 -recol2d=14661 -recol3s=13638 -recol3d=13604 -recol4s=12581 -recol4d=12547 -recol5s=11524 -recol5d=11490 -recol6s=10467 -recol6d=10433 -model=model_11552 -model2=model_7906 -name=Shop counter - -// 11663 -[loc_11663] -active=yes -model=model_11553 -name=Cabinet - -// 11664 -[loc_11664] -active=no -blockrange=no -recol1s=16809 -recol1d=15718 -recol2s=14695 -recol2d=14661 -recol3s=13638 -recol3d=13604 -recol4s=12581 -recol4d=12547 -model=model_11554 -model2=model_9590 - -// 11665 -[loc_11665] -active=no -model=model_11555,Q - -// 11666 -[loc_11666] -width=2 -length=3 -ambient=10 -op2=Smelt -bgsound=synth_2209,10 -forceapproach=east -model=model_11546 -name=Furnace - -// 11667 -[loc_11667] -active=no -ambient=10 -model=model_11547,1 - -// 11668 -[loc_11668] -active=no -mirror=yes -ambient=10 -model=model_11548,1 - -// 11669 -[loc_11669] -anim=seq_4860 -active=no -ambient=50 -blockwalk=no -istexture=yes -model=model_11549 - -// 11670 -[loc_11670] -hillskew=yes -ambient=20 -active=no -blockrange=no -recol1s=10504 -recol1d=22127 -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 - -// 11671 -[loc_11671] -hillskew=yes -ambient=20 -active=no -blockrange=no -recol1s=10504 -recol1d=22127 -model=model_11540,1 -model=model_11541,2 -model=model_11543,4 -model=model_11544,5 - -// 11672 -[loc_11672] -hillskew=yes -ambient=20 -active=no -blockrange=no -recol1s=10504 -recol1d=22127 -model=model_11541,8 -model=model_11542,4 - -// 11673 -[loc_11673] -active=no -sharelight=yes -hillskew=yes -blockrange=no -recol1s=13638 -recol1d=32595 -recol2s=10501 -recol2d=29458 -recol3s=8387 -recol3d=26321 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 11674 -[loc_11674] -active=yes -ambient=15 -width=2 -model=model_11556 -name=Sign - -// 11675 -[loc_11675] -active=yes -ambient=10 -ambient=80 -model=model_11557,Q -name=Banner - -// 11676 -[loc_11676] -active=no -ambient=10 -model=model_11558 - -// 11677 -[loc_11677] -anim=seq_3230 -ambient=20 -bgsound=synth_3121,10 -model=model_44869 -name=Treadmill - -// 11678 -[loc_11678] -anim=seq_3231 -ambient=25 -contrast=25 -recol1s=31743 -recol1d=32629 -recol2s=30784 -recol2d=23782 -recol3s=28736 -recol3d=21668 -recol4s=26688 -recol4d=20611 -recol5s=24640 -recol5d=17572 -model=model_11834,8 -model=model_3185,Q -name=Spinning pole - -// 11679 -[loc_11679] -hillskew=yes -active=no -ambient=10 -recol1s=13505 -recol1d=14761 -recol2s=15618 -recol2d=14761 -recol3s=14594 -recol3d=14761 -model=model_1124,0 - -// 11680 -[loc_11680] -hillskew=yes -active=no -ambient=10 -recol1s=13505 -recol1d=14761 -recol2s=15618 -recol2d=14761 -recol3s=14594 -recol3d=14761 -model=model_1139,0 - -// 11681 -[loc_11681] -hillskew=yes -active=no -ambient=10 -recol1s=13505 -recol1d=14761 -recol2s=15618 -recol2d=14761 -recol3s=14594 -recol3d=14761 -model=model_1032,0 - -// 11682 -[loc_11682] -blockrange=no -model=model_9590 -name=Table - -// 11683 -[loc_11683] -sharelight=yes -active=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -model=model_11625,1 -model=model_11626,2 -model=model_11632,3 -model=model_11633,4 -model=model_11634,5 - -// 11684 -[loc_11684] -sharelight=yes -active=no -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11636,1 - -// 11685 -[loc_11685] -sharelight=yes -active=no -ambient=20 -contrast=15 -mirror=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11636,1 - -// 11686 -[loc_11686] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 11687 -[loc_11687] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -model=model_11649,1 - -// 11688 -[loc_11688] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -model=model_11654,1 - -// 11689 -[loc_11689] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -mirror=yes -occlude=yes -model=model_11654,1 - -// 11690 -[loc_11690] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -model=model_11654,1 - -// 11691 -[loc_11691] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -mirror=yes -occlude=yes -model=model_11654,1 - -// 11692 -[loc_11692] -sharelight=yes -active=no -hillskew=yes -ambient=20 -contrast=15 -model=model_11657,1 -model=model_11658,2 -model=model_11659,3 -model=model_11660,5 - -// 11693 -[loc_11693] -ambient=30 -recol1s=18960 -recol1d=24275 -recol2s=16846 -recol2d=23218 -recol3s=13675 -recol3d=22161 -recol4s=12618 -recol4d=22159 -model=model_7708 -model2=model_11584 -name=Statue - -// 11694 -[loc_11694] -ambient=30 -offsetx=0 -offsety=0 -offsetz=24 -recol1s=18960 -recol1d=24275 -recol2s=16846 -recol2d=23218 -recol3s=13675 -recol3d=22161 -recol4s=12618 -recol4d=22159 -model=model_7708 -name=Statue - -// 11695 -[loc_11695] -ambient=30 -recol1s=18960 -recol1d=24275 -recol2s=16846 -recol2d=23218 -recol3s=13675 -recol3d=22161 -recol4s=12618 -recol4d=22159 -model=model_7709 -name=Statue - -// 11696 -[loc_11696] -ambient=30 -recol1s=18960 -recol1d=24275 -recol2s=16846 -recol2d=23218 -recol3s=13675 -recol3d=22161 -recol4s=12618 -recol4d=22159 -model=model_7710 -name=Statue - -// 11697 -[loc_11697] -ambient=30 -recol1s=18960 -recol1d=24275 -recol2s=16846 -recol2d=23218 -recol3s=13675 -recol3d=22161 -recol4s=12618 -recol4d=22159 -model=model_7711 -name=Statue - -// 11698 -[loc_11698] -ambient=10 -op1=Search -recol1s=32763 -recol1d=23280 -recol2s=13637 -recol2d=17864 -recol3s=11522 -recol3d=19978 -recol4s=10465 -recol4d=19978 -recol5s=10501 -recol5d=15751 -recol6s=8388 -recol6d=13639 -model=model_7392 -model2=model_7393 -name=Old bookshelf - -// 11699 -[loc_11699] -anim=seq_471 -width=2 -length=2 -offsetx=12 -offsety=0 -offsetz=0 -bgsound=synth_3124,3 -model=model_2281 -name=Flagpole - -// 11700 -[loc_11700] -ambient=10 -model=model_9146 -model2=model_9148 -name=Statue of Saradomin - -// 11701 -[loc_11701] -ambient=10 -recol1s=25332 -recol1d=19023 -recol2s=24275 -recol2d=17966 -recol3s=22161 -recol3d=16909 -recol4s=22159 -recol4d=15852 -recol5s=21102 -recol5d=14795 -recol6s=23218 -recol6d=12683 -model=model_9146 -model2=model_9148 -name=Statue of Saradomin - -// 11702 -[loc_11702] -sharelight=yes -active=no -wallwidth=32 -resizex=128 -resizey=42 -resizez=128 -ambient=20 -contrast=15 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 11703 -[loc_11703] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -ambient=15 -unknown90=yes -recol1s=25360 -recol1d=24275 -recol2s=22191 -recol2d=23185 -recol3s=21134 -recol3d=22128 -model=model_9142,0 - -// 11704 -[loc_11704] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -unknown90=yes -recol1s=25360 -recol1d=24275 -recol2s=22191 -recol2d=23185 -recol3s=21134 -recol3d=22128 -model=model_9139,0 - -// 11705 -[loc_11705] -forcedecor=yes -hillskew=yes -ambient=25 -active=no -retex1s=material_424 -retex1d=material_66 -model=model_7773,0 - -// 11706 -[loc_11706] -blockwalk=no -recol1s=11561 -recol1d=23185 -model=model_1711 -name=Rockery - -// 11707 -[loc_11707] -active=yes -op1=Open -raiseobject=no -ambient=20 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 11708 -[loc_11708] -active=yes -op1=Close -raiseobject=no -ambient=20 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 11709 -[loc_11709] -active=yes -op1=Open -raiseobject=no -ambient=20 -mirror=yes -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 11710 -[loc_11710] -active=yes -op1=Close -raiseobject=no -ambient=20 -mirror=yes -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 11711 -[loc_11711] -active=yes -op1=Open -raiseobject=no -ambient=20 -resizey=152 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 11712 -[loc_11712] -active=yes -op1=Close -raiseobject=no -ambient=20 -resizey=156 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 11713 -[loc_11713] -active=yes -op1=Open -raiseobject=no -ambient=20 -resizey=156 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 11714 -[loc_11714] -active=yes -op1=Open -raiseobject=no -resizey=152 -ambient=20 -resizey=152 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 11715 -[loc_11715] -active=yes -op1=Close -raiseobject=no -resizey=152 -ambient=20 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 11716 -[loc_11716] -op1=Open -raiseobject=no -resizey=152 -ambient=20 -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_639,1 -name=Castle door - -// 11717 -[loc_11717] -op1=Open -raiseobject=no -resizey=152 -ambient=20 -mirror=yes -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_11661,1 -name=Castle door - -// 11718 -[loc_11718] -op1=Close -raiseobject=no -resizey=152 -ambient=20 -mirror=yes -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_11662,1 -name=Castle door - -// 11719 -[loc_11719] -op1=Open -raiseobject=no -resizey=152 -ambient=20 -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_11661,1 -name=Castle door - -// 11720 -[loc_11720] -op1=Close -raiseobject=no -resizey=152 -ambient=20 -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_11662,1 -name=Castle door - -// 11721 -[loc_11721] -op1=Open -mirror=yes -raiseobject=no -resizey=152 -ambient=20 -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_639,1 -name=Castle door - -// 11722 -[loc_11722] -op1=Close -raiseobject=no -resizey=152 -ambient=20 -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_639,1 -name=Castle door - -// 11723 -[loc_11723] -op1=Close -mirror=yes -raiseobject=no -resizey=152 -ambient=20 -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_639,1 -name=Castle door - -// 11724 -[loc_11724] -length=3 -op1=Climb-up -forceapproach=north -msi=msi_7 -model=model_11569 -name=Staircase - -// 11725 -[loc_11725] -length=2 -op1=Climb-down -sharelight=yes -forceapproach=west -msi=msi_7 -model=model_11570 -name=Staircase - -// 11726 -[loc_11726] -blockwalk=no -model=model_11693,1 - -// 11727 -[loc_11727] -active=yes -op1=Climb-up -msi=msi_7 -sharelight=yes -ambient=30 -forceapproach=south -resizey=159 -recol1s=16708 -recol1d=15718 -recol2s=12514 -recol2d=14661 -recol3s=11457 -recol3d=13604 -model=model_5187 -name=Ladder - -// 11728 -[loc_11728] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -ambient=30 -forceapproach=south -resizey=159 -recol1s=16708 -recol1d=15718 -recol2s=12514 -recol2d=14661 -recol3s=11457 -recol3d=13604 -model=model_9504 -name=Ladder - -// 11729 -[loc_11729] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -contrast=15 -resizey=157 -model=model_11567 -name=Staircase - -// 11730 -[loc_11730] -msi=msi_7 -ambient=20 -contrast=15 -active=no -model=model_9518 - -// 11731 -[loc_11731] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=20 -contrast=15 -resizey=152 -model=model_9519 -name=Staircase - -// 11732 -[loc_11732] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -contrast=15 -resizey=152 -model=model_11567 -name=Staircase - -// 11733 -[loc_11733] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=20 -contrast=15 -model=model_9519 -name=Staircase - -// 11734 -[loc_11734] -width=2 -length=3 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=10 -resizey=162 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11457 -recol4d=14694 -recol5s=10400 -recol5d=13637 -model=model_9506 -name=Staircase - -// 11735 -[loc_11735] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=10 -resizey=162 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11457 -recol4d=14694 -recol5s=10400 -recol5d=13637 -model=model_9507 -name=Staircase - -// 11736 -[loc_11736] -width=2 -length=3 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=10 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11457 -recol4d=14694 -recol5s=10400 -recol5d=13637 -model=model_9506 -name=Staircase - -// 11737 -[loc_11737] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=10 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11457 -recol4d=14694 -recol5s=10400 -recol5d=13637 -model=model_9507 -name=Staircase - -// 11738 -[loc_11738] -width=2 -blockrange=no -recol1s=16809 -recol1d=17865 -recol2s=14695 -recol2d=16808 -recol3s=13638 -recol3d=15751 -recol4s=12581 -recol4d=14694 -model=model_9547 -name=Large table - -// 11739 -[loc_11739] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=17865 -recol2s=11522 -recol2d=16808 -recol3s=10465 -recol3d=15751 -recol4s=9409 -recol4d=14694 -recol5s=8353 -recol5d=13637 -model=model_11538 -name=Ladder - -// 11740 -[loc_11740] -sharelight=yes -op1=Climb-up -forceapproach=north -resizey=180 -msi=msi_7 -recol1s=12578 -recol1d=17865 -recol2s=11522 -recol2d=16808 -recol3s=10465 -recol3d=15751 -recol4s=9409 -recol4d=14694 -recol5s=8353 -recol5d=13637 -model=model_11538 -name=Ladder - -// 11741 -[loc_11741] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=12578 -recol1d=17865 -recol2s=11522 -recol2d=16808 -recol3s=10465 -recol3d=15751 -recol4s=9409 -recol4d=14694 -recol5s=8353 -recol5d=13637 -model=model_11539 -name=Ladder - -// 11742 -[loc_11742] -sharelight=yes -op1=Climb-down -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=17865 -recol2s=11522 -recol2d=16808 -recol3s=10465 -recol3d=15751 -recol4s=9409 -recol4d=14694 -recol5s=8353 -recol5d=13637 -model=model_11539 -name=Ladder - -// 11743 -[loc_11743] -width=2 -blockrange=no -recol1s=16809 -recol1d=17865 -recol2s=14695 -recol2d=16808 -recol3s=13638 -recol3d=15751 -recol4s=12581 -recol4d=14694 -recol5s=11524 -recol5d=13637 -recol6s=10467 -recol6d=12580 -model=model_7906 -name=Table - -// 11744 -[loc_11744] -ambient=10 -op1=Search -recol1s=13639 -recol1d=17865 -recol2s=12582 -recol2d=16808 -recol3s=11525 -recol3d=15751 -recol4s=10468 -recol4d=14694 -recol5s=9411 -recol5d=13637 -recol6s=8354 -recol6d=12580 -model=model_5283 -name=Boxes - -// 11745 -[loc_11745] -ambient=10 -offsetx=-30 -offsety=0 -offsetz=0 -op1=Search -blockrange=no -recol1s=14695 -recol1d=17865 -recol2s=13638 -recol2d=16808 -recol3s=12581 -recol3d=15751 -recol4s=11524 -recol4d=14694 -recol5s=10467 -recol5d=13637 -recol6s=9410 -recol6d=12580 -model=model_7704 -name=Crates - -// 11746 -[loc_11746] -ambient=7 -recol1s=20933 -recol1d=17865 -recol2s=7329 -recol2d=11524 -model=model_10089 -name=Stool - -// 11747 -[loc_11747] -length=2 -recol1s=20933 -recol1d=17865 -recol2s=10496 -recol2d=15751 -recol3s=7329 -recol3d=13637 -recol4s=17931 -recol4d=22127 -recol5s=14729 -recol5d=22127 -model=model_5440 -name=Bed - -// 11748 -[loc_11748] -width=3 -recol1s=22059 -recol1d=17865 -recol2s=14662 -recol2d=16808 -recol3s=14628 -recol3d=15751 -recol4s=23208 -recol4d=11596 -model=model_11562 -name=Table - -// 11749 -[loc_11749] -width=2 -length=2 -blockrange=no -recol1s=9348 -recol1d=17860 -recol2s=8291 -recol2d=14724 -recol3s=7267 -recol3d=13667 -recol4s=23208 -recol4d=8291 -recol5s=16836 -recol5d=8291 -model=model_11459 -name=Table - -// 11750 -[loc_11750] -active=no -blockwalk=no -sharelight=yes -unknown90=yes -recol1s=18850 -recol1d=27410 -recol2s=10500 -recol2d=27410 -model=model_11818,0 - -// 11751 -[loc_11751] -active=no -blockwalk=no -sharelight=yes -unknown90=yes -recol1s=18850 -recol1d=27410 -recol2s=10500 -recol2d=27410 -model=model_11820,0 - -// 11752 -[loc_11752] -active=no -blockwalk=no -sharelight=yes -unknown90=yes -recol1s=18850 -recol1d=27410 -recol2s=10500 -recol2d=27410 -model=model_11819,0 - -// 11753 -[loc_11753] -active=yes -recol1s=32753 -recol1d=32662 -recol2s=6476 -recol2d=28437 -recol3s=3272 -recol3d=22163 -recol4s=6309 -recol4d=17865 -recol5s=0 -recol5d=18992 -model=model_7400 -name=Suit of armour - -// 11754 -[loc_11754] -hillskew=yes -sharelight=yes -active=no -blockrange=no -model=model_11823,1 -model=model_11824,2 -model=model_11825,4 -model=model_11826,5 - -// 11755 -[loc_11755] -ambient=30 -op1=Read -recol1s=23116 -recol1d=12548 -recol2s=32576 -recol2d=11523 -model=model_9558,Q -name=Noticeboard - -// 11756 -[loc_11756] -ambient=30 -op1=Read -recol1s=23116 -recol1d=12548 -recol2s=32576 -recol2d=11523 -model=model_9557,Q -name=Noticeboard - -// 11757 -[loc_11757] -recol1s=9543 -recol1d=14662 -recol2s=6373 -recol2d=11523 -recol3s=8484 -recol3d=12548 -recol4s=6370 -recol4d=12548 -recol5s=4256 -recol5d=11523 -model=model_5273 -model2=model_11209 -name=Chest - -// 11758 -[loc_11758] -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -model=model_11208 -name=Bank booth - -// 11759 -[loc_11759] -width=2 -length=2 -contrast=10 -ambient=10 -shadow=no -bgsound=synth_2151,10 -model=model_11566 -name=Fountain - -// 11760 -[loc_11760] -blockrange=no -recol1s=10401 -recol1d=17865 -recol2s=13344 -recol2d=28437 -model=model_1273 -name=Chair - -// 11761 -[loc_11761] -recol1s=16846 -recol1d=24275 -recol2s=15881 -recol2d=22161 -model=model_1164 -name=Statue - -// 11762 -[loc_11762] -ambient=10 -blockrange=no -recol1s=20935 -recol1d=17865 -recol2s=17832 -recol2d=16808 -recol3s=19909 -recol3d=14727 -recol4s=18821 -recol4d=13670 -recol5s=17765 -recol5d=12613 -recol6s=17764 -recol6d=11556 -model=model_1540 -name=Bar pumps - -// 11763 -[loc_11763] -ambient=10 -blockrange=no -recol1s=20935 -recol1d=17865 -recol2s=17832 -recol2d=16808 -recol3s=19909 -recol3d=14727 -recol4s=18821 -recol4d=13670 -recol5s=17765 -recol5d=12613 -recol6s=17764 -recol6d=11556 -model=model_4304 -name=Bar - -// 11764 -[loc_11764] -width=2 -length=2 -ambient=10 -blockrange=no -recol1s=11491 -recol1d=17865 -recol2s=10434 -recol2d=15751 -recol3s=9377 -recol3d=13637 -model=model_1453 -name=Picnic table - -// 11765 -[loc_11765] -blockrange=no -recol1s=9543 -recol1d=17865 -recol2s=13605 -recol2d=16808 -recol3s=12548 -recol3d=15751 -recol4s=11491 -recol4d=14694 -recol5s=10434 -recol5d=13637 -recol6s=7297 -recol6d=12580 -model=model_8232 -name=Barrel - -// 11766 -[loc_11766] -blockrange=no -recol1s=9543 -recol1d=17865 -recol2s=13605 -recol2d=16808 -recol3s=12548 -recol3d=15751 -recol4s=11491 -recol4d=14694 -recol5s=10434 -recol5d=13637 -recol6s=7297 -recol6d=12580 -model=model_8232 -model2=model_9531 -name=Barrel - -// 11767 -[loc_11767] -length=2 -op1=Search -forceapproach=east -recol1s=12548 -recol1d=17865 -recol2s=11522 -recol2d=16808 -recol3s=10434 -recol3d=15751 -recol4s=11491 -recol4d=14694 -recol5s=32763 -recol5d=27308 -model=model_9501 -name=Bookcase - -// 11768 -[loc_11768] -ambient=10 -recol1s=8386 -recol1d=17865 -recol2s=7329 -recol2d=16808 -recol3s=6272 -recol3d=15751 -recol4s=32763 -recol4d=27308 -model=model_2132 -name=Shelves - -// 11769 -[loc_11769] -ambient=10 -recol1s=8386 -recol1d=17865 -recol2s=7329 -recol2d=16808 -recol3s=6272 -recol3d=15751 -recol4s=32763 -recol4d=27308 -model=model_2133 -name=Shelves - -// 11770 -[loc_11770] -ambient=10 -recol1s=8386 -recol1d=17865 -recol2s=7329 -recol2d=16808 -recol3s=6272 -recol3d=15751 -recol4s=32763 -recol4d=27308 -model=model_2134 -name=Shelves - -// 11771 -[loc_11771] -ambient=10 -recol1s=8386 -recol1d=17865 -recol2s=7329 -recol2d=16808 -recol3s=6272 -recol3d=15751 -recol4s=32763 -recol4d=27308 -model=model_2135 -name=Shelves - -// 11772 -[loc_11772] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -model=model_11663,1 -model=model_11664,2 -model=model_11665,3 -model=model_14615,4 -model=model_11666,5 - -// 11773 -[loc_11773] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -model=model_11669,1 - -// 11774 -[loc_11774] -sharelight=yes -active=no -ambient=15 -model=model_11667,1 -model=model_11668,2 - -// 11775 -[loc_11775] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -model=model_11667,1 -model=model_11668,2 - -// 11776 -[loc_11776] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -model=model_11663,1 -model=model_11664,2 -model=model_11665,3 -model=model_14615,4 -model=model_11666,5 - -// 11777 -[loc_11777] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -model=model_11669,1 - -// 11778 -[loc_11778] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -model=model_11686,1 - -// 11779 -[loc_11779] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -mirror=yes -model=model_11686,1 - -// 11780 -[loc_11780] -active=no -raiseobject=no -ambient=20 -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_639,1 - -// 11781 -[loc_11781] -active=no -mirror=yes -raiseobject=no -ambient=20 -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_639,1 - -// 11782 -[loc_11782] -width=2 -length=2 -hillskew=yes -ambient=15 -msi=msi_11 -model=model_11701 -model2=model_11702 -model=model_11701 -model2=model_7767 -name=Standing stone - -// 11783 -[loc_11783] -width=2 -length=2 -hillskew=yes -ambient=15 -msi=msi_11 -model=model_11703 -model2=model_11704 -model=model_11703 -model2=model_7767 -name=Standing stone - -// 11784 -[loc_11784] -width=2 -length=2 -hillskew=yes -ambient=15 -msi=msi_11 -model=model_11705 -model2=model_11706 -model=model_11705 -model2=model_7767 -name=Standing stone - -// 11785 -[loc_11785] -width=2 -length=2 -hillskew=yes -ambient=15 -msi=msi_11 -model=model_11707 -model2=model_11709 -model3=model_11708 -model=model_11707 -model2=model_7767 -model3=model_7767 -name=Standing stone - -// 11786 -[loc_11786] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -msi=msi_12 -blockrange=no -recol1s=8423 -recol1d=7398 -recol2s=9480 -recol2d=8455 -recol3s=10537 -recol3d=9512 -recol4s=11594 -recol4d=10569 -recol5s=12651 -recol5d=11626 -recol6s=14699 -recol6d=12683 -model=model_11795 -model2=model_11710 -model3=model_11711 -model=model_11795 -model2=model_7767 -model3=model_7767 - -// 11787 -[loc_11787] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -msi=msi_12 -blockrange=no -recol1s=8423 -recol1d=7398 -recol2s=9480 -recol2d=8455 -recol3s=10537 -recol3d=9512 -recol4s=11594 -recol4d=10569 -recol5s=12651 -recol5d=11626 -recol6s=14699 -recol6d=12683 -model=model_11796 - -// 11788 -[loc_11788] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -msi=msi_12 -blockrange=no -recol1s=8423 -recol1d=7398 -recol2s=9480 -recol2d=8455 -recol3s=10537 -recol3d=9512 -recol4s=11594 -recol4d=10569 -recol5s=12651 -recol5d=11626 -recol6s=14699 -recol6d=12683 -model=model_11797 - -// 11789 -[loc_11789] -hillskew=yes -ambient=15 -blockrange=no -recol1s=8423 -recol1d=7398 -recol2s=9480 -recol2d=8455 -recol3s=10537 -recol3d=9512 -recol4s=11594 -recol4d=10569 -recol5s=12651 -recol5d=11626 -recol6s=14699 -recol6d=12683 -model=model_11798 -name=Rocks - -// 11790 -[loc_11790] -hillskew=yes -ambient=15 -blockrange=no -recol1s=8423 -recol1d=7398 -recol2s=9480 -recol2d=8455 -recol3s=10537 -recol3d=9512 -recol4s=11594 -recol4d=10569 -recol5s=12651 -recol5d=11626 -recol6s=14699 -recol6d=12683 -model=model_11799 -name=Rocks - -// 11791 -[loc_11791] -hillskew=yes -ambient=15 -blockrange=no -recol1s=8423 -recol1d=7398 -recol2s=9480 -recol2d=8455 -recol3s=10537 -recol3d=9512 -recol4s=11594 -recol4d=10569 -recol5s=12651 -recol5d=11626 -recol6s=14699 -recol6d=12683 -model=model_11800 -name=Rocks - -// 11792 -[loc_11792] -hillskew=yes -active=no -ambient=20 -active=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4404,0 - -// 11793 -[loc_11793] -width=2 -length=2 -ambient=20 -blockrange=no -recol1s=10569 -recol1d=24275 -recol2s=10504 -recol2d=23217 -recol3s=9512 -recol3d=22160 -recol4s=8455 -recol4d=21103 -recol5s=7399 -recol5d=20046 -recol6s=8352 -recol6d=10500 -model=model_1410 -name=Well - -// 11794 -[loc_11794] -model=model_11594 -model2=model_11595 -name=Chair - -// 11795 -[loc_11795] -ambient=20 -model=model_11594 -model2=model_11595 -name=Chair - -// 11796 -[loc_11796] -model=model_11595 -name=Mirror - -// 11797 -[loc_11797] -ambient=20 -model=model_11596,Q - -// 11798 -[loc_11798] -active=no -model=model_11598 - -// 11799 -[loc_11799] -model=model_11597 -name=Heater - -// 11800 -[loc_11800] -active=no -model=model_11599,0 - -// 11801 -[loc_11801] -active=no -model=model_11600,0 - -// 11802 -[loc_11802] -active=no -model=model_11601 - -// 11803 -[loc_11803] -ambient=50 -active=no -model=model_11575,Q - -// 11804 -[loc_11804] -ambient=50 -active=no -model=model_11576,Q - -// 11805 -[loc_11805] -ambient=50 -active=no -model=model_11577,Q - -// 11806 -[loc_11806] -mirror=yes -ambient=50 -active=no -model=model_11576,Q - -// 11807 -[loc_11807] -mirror=yes -ambient=50 -active=no -model=model_11577,Q - -// 11808 -[loc_11808] -ambient=15 -active=no -model=model_11574 - -// 11809 -[loc_11809] -ambient=15 -active=no -model=model_11571 - -// 11810 -[loc_11810] -ambient=15 -active=no -model=model_11572 - -// 11811 -[loc_11811] -ambient=15 -active=no -model=model_11573 - -// 11812 -[loc_11812] -length=2 -model=model_11535 -name=Bathtub - -// 11813 -[loc_11813] -width=2 -model=model_11564 -name=Workbench - -// 11814 -[loc_11814] -width=2 -recol1s=22059 -recol1d=14663 -recol2s=14662 -recol2d=12549 -model=model_11564 -name=Workbench - -// 11815 -[loc_11815] -anim=seq_2900 -active=no -ambient=43 -contrast=22 -recol1s=8456 -recol1d=16842 -recol2s=6342 -recol2d=10502 -recol3s=7399 -recol3d=16842 -model=model_10048,Q - -// 11816 -[loc_11816] -anim=seq_3107 -active=no -ambient=43 -contrast=22 -bgsound=synth_4472,1 -recol1s=11561 -recol1d=16842 -recol2s=7329 -recol2d=22059 -recol3s=3104 -recol3d=14662 -recol4s=6272 -recol4d=19946 -recol5s=5216 -recol5d=19946 -recol6s=11557 -recol6d=19911 -model=model_11821,Q - -// 11817 -[loc_11817] -active=no -anim=seq_481 -ambient=43 -contrast=22 -offsety=-40 -bgsound=synth_4472,3 -recol1s=10401 -recol1d=14662 -recol2s=8456 -recol2d=16842 -recol3s=7399 -recol3d=12648 -model=model_2255,Q - -// 11818 -[loc_11818] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 11819 -[loc_11819] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 11820 -[loc_11820] -sharelight=yes -active=no -ambient=20 -contrast=15 -resizey=132 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 11821 -[loc_11821] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -model=model_11655,1 - -// 11822 -[loc_11822] -sharelight=yes -active=no -ambient=20 -contrast=15 -mirror=yes -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11655,1 - -// 11823 -[loc_11823] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -model=model_11651,5 - -// 11824 -[loc_11824] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11650,5 - -// 11825 -[loc_11825] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_11652,1 -model=model_11653,5 - -// 11826 -[loc_11826] -active=no -ambient=20 -contrast=15 -wallwidth=32 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -model=model_11652,1 -model=model_11653,5 - -// 11827 -[loc_11827] -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_11656,Q - -// 11828 -[loc_11828] -sharelight=yes -active=no -ambient=20 -contrast=15 -model=model_11663,1 -model=model_11664,2 -model=model_11665,3 -model=model_14615,4 -model=model_11666,5 - -// 11829 -[loc_11829] -sharelight=yes -active=no -ambient=20 -contrast=15 -model=model_11669,1 - -// 11830 -[loc_11830] -sharelight=yes -active=no -ambient=20 -contrast=15 -model=model_11681,1 -model=model_11682,2 -model=model_11683,3 -model=model_11684,5 - -// 11831 -[loc_11831] -sharelight=yes -active=no -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11625,1 -model=model_11626,2 -model=model_11632,3 -model=model_11633,4 -model=model_11634,5 - -// 11832 -[loc_11832] -active=no -ambient=20 -contrast=15 -model=model_11627,2 - -// 11833 -[loc_11833] -active=no -ambient=20 -contrast=15 -recol1s=22128 -recol1d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11629,2 - -// 11834 -[loc_11834] -active=no -ambient=20 -contrast=15 -recol1s=22128 -recol1d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11630,2 - -// 11835 -[loc_11835] -active=no -ambient=20 -contrast=15 -resizey=142 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11631,2 - -// 11836 -[loc_11836] -active=no -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -model=model_11635,1 - -// 11837 -[loc_11837] -sharelight=yes -active=no -ambient=20 -contrast=15 -retex1s=material_92 -retex1d=material_96 -model=model_11657,1 -model=model_11658,2 -model=model_11659,3 -model=model_11660,5 - -// 11838 -[loc_11838] -blockwalk=no -ambient=20 -contrast=15 -model=model_11637,0 - -// 11839 -[loc_11839] -blockwalk=no -ambient=20 -contrast=15 -model=model_11638,0 - -// 11840 -[loc_11840] -ambient=20 -contrast=15 -model=model_11676 -name=Bricks - -// 11841 -[loc_11841] -mirror=yes -ambient=20 -contrast=15 -model=model_11676 -name=Bricks - -// 11842 -[loc_11842] -sharelight=yes -active=no -ambient=20 -contrast=15 -model=model_11642,1 - -// 11843 -[loc_11843] -sharelight=yes -mirror=yes -active=no -ambient=20 -contrast=15 -model=model_11642,1 - -// 11844 -[loc_11844] -op1=Climb-over -blockwalk=yes -ambient=20 -contrast=15 -model=model_11643 -name=Crumbling wall - -// 11845 -[loc_11845] -sharelight=yes -mirror=yes -active=no -ambient=20 -contrast=15 -model=model_11639 - -// 11846 -[loc_11846] -sharelight=yes -mirror=yes -active=no -ambient=20 -contrast=15 -model=model_11640 - -// 11847 -[loc_11847] -active=no -raiseobject=no -ambient=20 -resizey=156 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 - -// 11848 -[loc_11848] -length=2 -offsetx=-32 -recol1s=5217 -recol1d=18960 -recol2s=12610 -recol2d=24312 -model=model_1243 -name=Bow cabinet - -// 11849 -[loc_11849] -blockrange=no -model=model_1189 -name=Table - -// 11850 -[loc_11850] -ambient=20 -offsetx=32 -model=model_2114,Q - -// 11851 -[loc_11851] -ambient=20 -retex1s=material_324 -retex1d=material_158 -model=model_11677,1 -model=model_11678,2 -model=model_11679,5 - -// 11852 -[loc_11852] -ambient=20 -model=model_11545,Q - -// 11853 -[loc_11853] -sharelight=yes -model=model_11680,1 - -// 11854 -[loc_11854] -active=no -ambient=10 -blockrange=no -model=model_11619,4 - -// 11855 -[loc_11855] -active=no -ambient=10 -blockwalk=no -model=model_11620 - -// 11856 -[loc_11856] -active=no -ambient=10 -shadow=no -msi=msi_22 -blockrange=no -model=model_11613,1 -model=model_11614,5 - -// 11857 -[loc_11857] -active=no -ambient=10 -mirror=yes -shadow=no -msi=msi_22 -blockrange=no -model=model_11613,1 -model=model_11614,5 - -// 11858 -[loc_11858] -sharelight=yes -model=model_11612,H - -// 11859 -[loc_11859] -sharelight=yes -model=model_11615,A -model=model_11616,G - -// 11860 -[loc_11860] -sharelight=yes -model=model_11617,A -model=model_11618,G - -// 11861 -[loc_11861] -anim=seq_1730 -ambient=20 -blockwalk=no -model=model_11832 -name=Standard - -// 11862 -[loc_11862] -ambient=10 -width=2 -blockrange=no -model=model_11604 -name=Dwarf bath - -// 11863 -[loc_11863] -ambient=10 -width=2 -model=model_11611 -name=Winch - -// 11864 -[loc_11864] -ambient=10 -active=no -model=model_11623,0 - -// 11865 -[loc_11865] -ambient=10 -active=no -model=model_11624,0 - -// 11866 -[loc_11866] -ambient=10 -mirror=yes -active=no -model=model_11624,0 - -// 11867 -[loc_11867] -active=yes -op1=Climb-down -raiseobject=no -blockwalk=yes -model=model_11537,0 -name=Trapdoor - -// 11868 -[loc_11868] -length=3 -width=3 -blockwalk=yes -model=model_35773 -name=Dwarf multicannon - -// 11869 -[loc_11869] -model=model_36319 -name=Multicannon parts - -// 11870 -[loc_11870] -model=model_36320 -name=Multicannon parts - -// 11871 -[loc_11871] -active=no -model=model_36321,0 - -// 11872 -[loc_11872] -active=no -model=model_11610,0 - -// 11873 -[loc_11873] -model=model_11607 -name=Multicannon parts - -// 11874 -[loc_11874] -model=model_11608 -name=Multicannon parts - -// 11875 -[loc_11875] -anim=seq_3237 -bgsound=synth_1984,5 -recol1s=16809 -recol1d=12613 -recol2s=14695 -recol2d=10467 -recol3s=13638 -recol3d=8386 -recol4s=12581 -recol4d=7330 -model=model_11602 -model2=model_11603 -name=Canary - -// 11876 -[loc_11876] -resizey=118 -active=yes -recol1s=9445 -recol1d=9442 -model=model_5964,Q -name=Blacksmiths' tools - -// 11877 -[loc_11877] -length=2 -recol1s=13538 -recol1d=13669 -recol2s=16846 -recol2d=11559 -recol3s=10571 -recol3d=8388 -model=model_5932 -name=Bed - -// 11878 -[loc_11878] -sharelight=yes -active=no -resizey=120 -recol1s=20935 -recol1d=14660 -recol2s=10500 -recol2d=9442 -recol3s=12582 -recol3d=16772 -recol4s=9445 -recol4d=11523 -model=model_11585,A - -// 11879 -[loc_11879] -sharelight=yes -active=no -resizey=117 -recol1s=8387 -recol1d=9442 -recol2s=8388 -recol2d=11523 -recol3s=9445 -recol3d=12580 -recol4s=17764 -recol4d=13604 -recol5s=12582 -recol5d=16772 -recol6s=7331 -recol6d=14660 -model=model_6630,Z - -// 11880 -[loc_11880] -sharelight=yes -active=no -resizey=117 -mirror=yes -recol1s=8387 -recol1d=12580 -recol2s=8388 -recol2d=11523 -recol3s=9445 -recol3d=9442 -recol4s=17764 -recol4d=13604 -recol5s=12582 -recol5d=16772 -recol6s=7331 -recol6d=14660 -model=model_6630,Z - -// 11881 -[loc_11881] -sharelight=yes -active=no -wallwidth=32 -ambient=10 -recol1s=24275 -recol1d=11592 -recol2s=24242 -recol2d=10535 -recol3s=23185 -recol3d=9478 -recol4s=22161 -recol4d=8421 -recol5s=22128 -recol5d=7364 -recol6s=22095 -recol6d=6307 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 11882 -[loc_11882] -sharelight=yes -active=no -wallwidth=32 -ambient=10 -recol1s=24275 -recol1d=11592 -recol2s=24242 -recol2d=10535 -recol3s=23185 -recol3d=9478 -recol4s=22161 -recol4d=8421 -recol5s=22128 -recol5d=7364 -recol6s=22095 -recol6d=6307 -model=model_11654,1 - -// 11883 -[loc_11883] -sharelight=yes -active=no -wallwidth=32 -ambient=10 -mirror=yes -recol1s=24275 -recol1d=11592 -recol2s=24242 -recol2d=10535 -recol3s=23185 -recol3d=9478 -recol4s=22161 -recol4d=8421 -recol5s=22128 -recol5d=7364 -recol6s=22095 -recol6d=6307 -model=model_11654,1 - -// 11884 -[loc_11884] -sharelight=yes -active=no -ambient=10 -recol1s=24275 -recol1d=11592 -recol2s=24242 -recol2d=10535 -recol3s=23185 -recol3d=9478 -recol4s=22161 -recol4d=9478 -recol5s=22128 -recol5d=10535 -recol6s=22095 -recol6d=11592 -retex1s=material_533 -retex1d=material_225 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 11885 -[loc_11885] -sharelight=yes -active=no -ambient=10 -recol1s=24275 -recol1d=11592 -recol2s=24242 -recol2d=10535 -recol3s=23185 -recol3d=9478 -recol4s=22161 -recol4d=9478 -recol5s=22128 -recol5d=10535 -recol6s=22095 -recol6d=11592 -model=model_11641,1 - -// 11886 -[loc_11886] -sharelight=yes -active=no -ambient=10 -mirror=yes -recol1s=24275 -recol1d=11592 -recol2s=24242 -recol2d=10535 -recol3s=23185 -recol3d=9478 -recol4s=22161 -recol4d=9478 -recol5s=22128 -recol5d=10535 -recol6s=22095 -recol6d=11592 -model=model_11641,1 - -// 11887 -[loc_11887] -sharelight=yes -active=no -ambient=10 -recol1s=24275 -recol1d=11592 -recol2s=24242 -recol2d=10535 -recol3s=23185 -recol3d=9478 -recol4s=22161 -recol4d=9478 -recol5s=22128 -recol5d=10535 -recol6s=22095 -recol6d=11592 -model=model_11625,1 -model=model_11626,2 -model=model_11632,3 -model=model_11633,4 -model=model_11634,5 - -// 11888 -[loc_11888] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -resizey=152 -model=model_11565 -name=Staircase - -// 11889 -[loc_11889] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=east -msi=msi_7 -ambient=20 -resizey=152 -model=model_11568 -name=Staircase - -// 11890 -[loc_11890] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=20 -resizey=152 -model=model_9519 -name=Staircase - -// 11891 -[loc_11891] -blockrange=no -recol1s=13605 -recol1d=9411 -recol2s=12548 -recol2d=8354 -recol3s=11491 -recol3d=7298 -recol4s=10434 -recol4d=6241 -recol5s=7297 -recol5d=5185 -model=model_8232 -name=Sinister barrel - -// 11892 -[loc_11892] -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=23208 -recol1d=7365 -recol2s=16836 -recol2d=6308 -model=model_11459 -name=Table - -// 11893 -[loc_11893] -ambient=10 -recol1s=8388 -recol1d=11491 -recol2s=10434 -recol2d=8354 -recol3s=8288 -recol3d=7298 -model=model_9500 -name=Bookcase - -// 11894 -[loc_11894] -length=2 -ambient=10 -recol1s=12548 -recol1d=9411 -recol2s=11522 -recol2d=8354 -recol3s=10434 -recol3d=7298 -recol4s=11491 -recol4d=6241 -recol5s=32763 -recol5d=5185 -model=model_9501 -name=Bookcase - -// 11895 -[loc_11895] -hillskew=yes -length=2 -model=model_11712 -name=Thorns - -// 11896 -[loc_11896] -hillskew=yes -length=2 -model=model_11713 -name=Thorns - -// 11897 -[loc_11897] -hillskew=yes -length=2 -model=model_11714 -name=Thorns - -// 11898 -[loc_11898] -active=no -hillskew=yes -length=2 -model=model_11715 - -// 11899 -[loc_11899] -active=no -hillskew=yes -blockrange=no -model=model_11717,0 - -// 11900 -[loc_11900] -active=no -hillskew=yes -blockrange=no -model=model_11718,0 - -// 11901 -[loc_11901] -active=no -model=model_11719,Q - -// 11902 -[loc_11902] -mirror=yes -active=no -model=model_11719,Q - -// 11903 -[loc_11903] -active=no -model=model_11721,Q - -// 11904 -[loc_11904] -mirror=yes -active=no -model=model_11721,Q - -// 11905 -[loc_11905] -active=no -model=model_11720,Q - -// 11906 -[loc_11906] -mirror=yes -active=no -model=model_11720,Q - -// 11907 -[loc_11907] -active=no -model=model_11716,Q - -// 11908 -[loc_11908] -mirror=yes -active=no -model=model_11716,Q - -// 11909 -[loc_11909] -anim=seq_481 -ambient=10 -hillskew=yes -active=no -hardshadow=no -model=model_11829 - -// 11910 -[loc_11910] -ambient=10 -width=2 -model=model_11536 -name=Creature - -// 11911 -[loc_11911] -ambient=10 -width=2 -length=2 -hillskew=yes -model=model_11550 -name=Bush - -// 11912 -[loc_11912] -ambient=10 -resizex=64 -resizey=64 -resizez=64 -hillskew=yes -model=model_11550 -name=Bush - -// 11913 -[loc_11913] -ambient=10 -width=2 -length=2 -hillskew=yes -model=model_11551 -name=Bush - -// 11914 -[loc_11914] -ambient=10 -resizex=64 -resizey=64 -resizez=64 -hillskew=yes -model=model_11551 -name=Bush - -// 11915 -[loc_11915] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=21070 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11916 -[loc_11916] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=21070 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11917 -[loc_11917] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=21070 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11918 -[loc_11918] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=23140 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11919 -[loc_11919] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=23140 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11920 -[loc_11920] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=23140 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11921 -[loc_11921] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=6346 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11922 -[loc_11922] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=6346 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11923 -[loc_11923] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=6346 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11924 -[loc_11924] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=6438 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11925 -[loc_11925] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=6438 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11926 -[loc_11926] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=6438 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11927 -[loc_11927] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=6346 -model=model_11025 -model2=model_11024 -name=Rocks - -// 11928 -[loc_11928] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=6346 -model=model_11026 -model2=model_11024 -name=Rocks - -// 11929 -[loc_11929] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=6346 -model=model_11027 -model2=model_11024 -name=Rocks - -// 11930 -[loc_11930] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 11931 -[loc_11931] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 11932 -[loc_11932] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=4226 -model=model_3195 -name=Rocks - -// 11933 -[loc_11933] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 11934 -[loc_11934] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=14732 -model=model_3183 -name=Rocks - -// 11935 -[loc_11935] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=14732 -model=model_3195 -name=Rocks - -// 11936 -[loc_11936] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=14596 -model=model_3184 -name=Rocks - -// 11937 -[loc_11937] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=14596 -model=model_3183 -name=Rocks - -// 11938 -[loc_11938] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=14596 -model=model_3195 -name=Rocks - -// 11939 -[loc_11939] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=6438 -model=model_3184 -name=Rocks - -// 11940 -[loc_11940] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=6438 -model=model_3183 -name=Rocks - -// 11941 -[loc_11941] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=6438 -model=model_3195 -name=Rocks - -// 11942 -[loc_11942] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 11943 -[loc_11943] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 11944 -[loc_11944] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 11945 -[loc_11945] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 11946 -[loc_11946] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 11947 -[loc_11947] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 11948 -[loc_11948] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=21070 -model=model_3184 -name=Rocks - -// 11949 -[loc_11949] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=21070 -model=model_3183 -name=Rocks - -// 11950 -[loc_11950] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=21070 -model=model_3195 -name=Rocks - -// 11951 -[loc_11951] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=23140 -model=model_3184 -name=Rocks - -// 11952 -[loc_11952] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=23140 -model=model_3183 -name=Rocks - -// 11953 -[loc_11953] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=23140 -model=model_3195 -name=Rocks - -// 11954 -[loc_11954] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 11955 -[loc_11955] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 11956 -[loc_11956] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=6242 -model=model_3195 -name=Rocks - -// 11957 -[loc_11957] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 11958 -[loc_11958] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=14732 -model=model_3183 -name=Rocks - -// 11959 -[loc_11959] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=14732 -model=model_3195 -name=Rocks - -// 11960 -[loc_11960] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=14596 -model=model_3184 -name=Rocks - -// 11961 -[loc_11961] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=14596 -model=model_3183 -name=Rocks - -// 11962 -[loc_11962] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=14596 -model=model_3195 -name=Rocks - -// 11963 -[loc_11963] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 11964 -[loc_11964] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 11965 -[loc_11965] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=4226 -model=model_3195 -name=Rocks - -// 11966 -[loc_11966] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11853,A -model=model_11860,S -model=model_11856,D -model=model_11857,F -model=model_11858,G -model=model_11859,H -model=model_11867,Z -model=model_11866,X -model=model_11854,C -model=model_11865,V - -// 11967 -[loc_11967] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_14203,Z - -// 11968 -[loc_11968] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11863,A -model=model_11864,H - -// 11969 -[loc_11969] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11861,A -model=model_11862,H - -// 11970 -[loc_11970] -ambient=20 -contrast=15 -offsety=14 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11853,A -model=model_11860,S -model=model_11856,D -model=model_11857,F -model=model_11858,G -model=model_11859,H -model=model_11867,Z -model=model_11866,X -model=model_11854,C -model=model_11865,V - -// 11971 -[loc_11971] -ambient=20 -contrast=15 -offsety=-28 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11853,A -model=model_11860,S -model=model_11856,D -model=model_11857,F -model=model_11858,G -model=model_11859,H -model=model_11867,Z -model=model_11866,X -model=model_11854,C -model=model_11865,V - -// 11972 -[loc_11972] -sharelight=yes -ambient=20 -contrast=15 -offsety=-28 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11850,Z -model=model_11849,X -model=model_11839,C -model=model_11848,V - -// 11973 -[loc_11973] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -offsety=-28 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11850,Z -model=model_11849,X -model=model_11839,C -model=model_11848,V - -// 11974 -[loc_11974] -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -retex1s=material_92 -retex1d=material_96 -model=model_11841,Z - -// 11975 -[loc_11975] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -model=model_11841,Z - -// 11976 -[loc_11976] -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -retex1s=material_92 -retex1d=material_96 -model=model_11847,Z - -// 11977 -[loc_11977] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11840,Z - -// 11978 -[loc_11978] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11840,Z - -// 11979 -[loc_11979] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -retex1s=material_92 -retex1d=material_96 -model=model_11847,Z - -// 11980 -[loc_11980] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11842,Z - -// 11981 -[loc_11981] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11842,Z - -// 11982 -[loc_11982] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11846,Z -model=model_11844,C -model=model_11845,V - -// 11983 -[loc_11983] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11846,Z -model=model_11844,C -model=model_11845,V - -// 11984 -[loc_11984] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_14633,A -model=model_11835,H - -// 11985 -[loc_11985] -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_14633,A -model=model_11835,H - -// 11986 -[loc_11986] -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -retex1s=material_92 -retex1d=material_96 -model=model_11843,Z - -// 11987 -[loc_11987] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -retex1s=material_92 -retex1d=material_96 -model=model_11843,Z - -// 11988 -[loc_11988] -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -model=model_11850,Z -model=model_11849,X -model=model_11839,C -model=model_11848,V - -// 11989 -[loc_11989] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11850,Z -model=model_11849,X -model=model_11839,C -model=model_11848,V - -// 11990 -[loc_11990] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11836,A -model=model_14635,G -model=model_11837,H -model=model_11838,Z - -// 11991 -[loc_11991] -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11836,A -model=model_14635,G -model=model_11837,H -model=model_11838,Z - -// 11992 -[loc_11992] -active=no -blockwalk=no -model=model_1077 - -// 11993 -[loc_11993] -active=yes -op1=Open -raiseobject=no -resizey=156 -ambient=20 -recol1s=14626 -recol1d=12548 -recol2s=13569 -recol2d=11491 -recol3s=12512 -recol3d=10434 -recol4s=11456 -recol4d=9377 -model=model_13941,1 -model=model_13942,5 -name=Door - -// 11994 -[loc_11994] -active=yes -op1=Close -raiseobject=no -resizey=156 -ambient=20 -recol1s=14626 -recol1d=12548 -recol2s=13569 -recol2d=11491 -recol3s=12512 -recol3d=10434 -recol4s=11456 -recol4d=9377 -model=model_13941,1 -model=model_13942,5 -name=Door - -// 11995 -[loc_11995] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -offsety=-28 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -retex1s=material_92 -retex1d=material_96 -model=model_11841,Z - -// 11996 -[loc_11996] -sharelight=yes -ambient=20 -contrast=15 -offsety=-14 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11850,Z -model=model_11849,X -model=model_11839,C -model=model_11848,V - -// 11997 -[loc_11997] -sharelight=yes -ambient=20 -contrast=15 -offsety=-28 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11851,V - -// 11998 -[loc_11998] -active=yes -multivar=varplayerbit_1808 -multiloc=0,loc_12091 -multiloc=1,loc_12092 -multiloc=2,loc_12092 - -// 11999 -[loc_11999] -active=yes -multivar=varplayerbit_1803 -multiloc=0,loc_12109 -multiloc=10,loc_12041 -multiloc=20,loc_12041 -multiloc=30,loc_12041 -multiloc=40,loc_12041 -multiloc=50,loc_12041 -multiloc=60,loc_12041 -multiloc=70,loc_12041 -multiloc=80,loc_12041 -multiloc=90,loc_12041 - -// 12000 -[loc_12000] -active=yes -multivar=varplayerbit_1803 -multiloc=0,loc_12109 -multiloc=10,loc_12042 -multiloc=20,loc_12042 -multiloc=30,loc_12042 -multiloc=40,loc_12042 -multiloc=50,loc_12042 -multiloc=60,loc_12042 -multiloc=70,loc_12042 -multiloc=80,loc_12042 -multiloc=90,loc_12042 - -// 12001 -[loc_12001] -active=yes -multivar=varplayerbit_1803 -multiloc=0,loc_12109 -multiloc=10,loc_12043 -multiloc=20,loc_12043 -multiloc=30,loc_12043 -multiloc=40,loc_12043 -multiloc=50,loc_12043 -multiloc=60,loc_12043 -multiloc=70,loc_12043 -multiloc=80,loc_12043 -multiloc=90,loc_12043 - -// 12002 -[loc_12002] -active=yes -blockwalk=no -multivar=varplayerbit_1807 -multiloc=1,loc_12090 - -// 12003 -[loc_12003] -active=yes -ambient=20 -op1=Use -blockwalk=yes -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 12004 -[loc_12004] -hillskew=yes -sharelight=yes -op1=Squeeze-through -model=model_11917 -name=A gap through the wall - -// 12005 -[loc_12005] -shadow=no -ambient=30 -model=model_11939 -name=Mushroom torch - -// 12006 -[loc_12006] -shadow=no -ambient=30 -recol1s=30784 -recol1d=1595 -recol2s=29265 -recol2d=32337 -recol3s=21241 -recol3d=21312 -recol4s=32337 -recol4d=21306 -recol5s=29431 -recol5d=23387 -recol6s=32403 -recol6d=23387 -model=model_11939 -name=Mushroom torch - -// 12007 -[loc_12007] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11888,1 -model=model_11889,2 -model=model_11890,5 - -// 12008 -[loc_12008] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11901,2 - -// 12009 -[loc_12009] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11909,1 - -// 12010 -[loc_12010] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11911,1 - -// 12011 -[loc_12011] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11910,1 - -// 12012 -[loc_12012] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11912,1 - -// 12013 -[loc_12013] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11891,1 -model=model_11892,2 -model=model_11893,5 - -// 12014 -[loc_12014] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11896,1 - -// 12015 -[loc_12015] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11898,1 - -// 12016 -[loc_12016] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11899,1 - -// 12017 -[loc_12017] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11897,1 - -// 12018 -[loc_12018] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11900,1 - -// 12019 -[loc_12019] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11920 - -// 12020 -[loc_12020] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11919 - -// 12021 -[loc_12021] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11921 - -// 12022 -[loc_12022] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11903 - -// 12023 -[loc_12023] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11904 - -// 12024 -[loc_12024] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11906 - -// 12025 -[loc_12025] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11905 - -// 12026 -[loc_12026] -hillskew=yes -ambient=20 -ambient=20 -sharelight=yes -active=no -model=model_11902,1 - -// 12027 -[loc_12027] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11907 - -// 12028 -[loc_12028] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11908 - -// 12029 -[loc_12029] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11894 - -// 12030 -[loc_12030] -hillskew=yes -ambient=20 -sharelight=yes -active=no -model=model_11895 - -// 12031 -[loc_12031] -hillskew=yes -sharelight=yes -active=no -model=model_11922,1 -model=model_11923,2 -model=model_11924,5 - -// 12032 -[loc_12032] -mirror=yes -hillskew=yes -sharelight=yes -active=no -model=model_11922,1 -model=model_11923,2 -model=model_11924,5 - -// 12033 -[loc_12033] -hillskew=yes -sharelight=yes -active=no -model=model_11930 - -// 12034 -[loc_12034] -hillskew=yes -sharelight=yes -active=no -recol1s=11852 -recol1d=18921 -recol2s=3461 -recol2d=4321 -recol3s=9738 -recol3d=15847 -model=model_11930 - -// 12035 -[loc_12035] -hillskew=yes -sharelight=yes -active=no -recol1s=8140 -recol1d=29760 -recol2s=17828 -recol2d=19911 -model=model_11922,1 -model=model_11923,2 -model=model_11924,5 - -// 12036 -[loc_12036] -hillskew=yes -sharelight=yes -active=no -model=model_11925,1 -model=model_11926,2 -model=model_11927,5 - -// 12037 -[loc_12037] -hillskew=yes -sharelight=yes -active=no -recol1s=8140 -recol1d=29925 -model=model_11925,1 -model=model_11926,2 -model=model_11927,5 - -// 12038 -[loc_12038] -hillskew=yes -sharelight=yes -active=no -model=model_11928 - -// 12039 -[loc_12039] -hillskew=yes -sharelight=yes -active=no -recol1s=8140 -recol1d=31808 -model=model_11928 - -// 12040 -[loc_12040] -hillskew=yes -sharelight=yes -active=no -model=model_11929 - -// 12041 -[loc_12041] -hillskew=yes -op1=Squeeze-through -model=model_11917 -name=A gap through the wall - -// 12042 -[loc_12042] -hillskew=yes -model=model_11916 -name=A wall - -// 12043 -[loc_12043] -hillskew=yes -model=model_11915 -name=A wall - -// 12044 -[loc_12044] -hillskew=yes -model=model_11959,1 -model=model_11960,2 -model=model_11961,5 - -// 12045 -[loc_12045] -hillskew=yes -op1=Open -active=yes -model=model_11962,1 -name=Magic door - -// 12046 -[loc_12046] -hillskew=yes -active=yes -op1=Close -model=model_11962,1 -name=Magic door - -// 12047 -[loc_12047] -hillskew=yes -op1=Open -active=yes -mirror=yes -model=model_11962,1 -name=Magic door - -// 12048 -[loc_12048] -hillskew=yes -active=yes -op1=Close -mirror=yes -model=model_11962,1 -name=Magic door - -// 12049 -[loc_12049] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=299 -recol2s=15618 -recol2d=2480 -recol3s=14594 -recol3d=4594 -model=model_1124,0 - -// 12050 -[loc_12050] -hillskew=yes -active=no -recol1s=13505 -recol1d=299 -recol2s=15618 -recol2d=2480 -model=model_1139,0 - -// 12051 -[loc_12051] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=299 -recol2s=15618 -recol2d=2480 -model=model_1032,0 - -// 12052 -[loc_12052] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=6642 -recol2s=16846 -recol2d=365 -recol3s=11561 -recol3d=299 -model=model_4401,0 - -// 12053 -[loc_12053] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=6642 -recol2s=16846 -recol2d=365 -recol3s=11561 -recol3d=299 -model=model_4402,0 - -// 12054 -[loc_12054] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=6642 -recol2s=16846 -recol2d=365 -recol3s=11561 -recol3d=299 -model=model_4403,0 - -// 12055 -[loc_12055] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=6642 -recol2s=16846 -recol2d=365 -recol3s=11561 -recol3d=299 -model=model_4404,0 - -// 12056 -[loc_12056] -active=no -ambient=20 -recol1s=6307 -recol1d=32337 -recol2s=18000 -recol2d=30784 -recol3s=28468 -recol3d=32767 -model=model_11985 - -// 12057 -[loc_12057] -active=no -ambient=20 -recol1s=6307 -recol1d=21306 -recol2s=18000 -recol2d=1595 -recol3s=28468 -recol3d=32767 -model=model_11985 - -// 12058 -[loc_12058] -active=no -ambient=20 -recol1s=6307 -recol1d=32337 -recol2s=18000 -recol2d=30784 -recol3s=28468 -recol3d=32767 -model=model_11984 - -// 12059 -[loc_12059] -active=no -ambient=20 -recol1s=6307 -recol1d=21306 -recol2s=18000 -recol2d=1595 -recol3s=28468 -recol3d=32767 -model=model_11984 - -// 12060 -[loc_12060] -active=yes -hillskew=yes -model=model_11946 -name=Potion shelves - -// 12061 -[loc_12061] -active=yes -hillskew=yes -recol1s=28162 -recol1d=7780 -recol2s=26688 -recol2d=28162 -model=model_11946 -name=Potion shelves - -// 12062 -[loc_12062] -active=yes -hillskew=yes -ambient=20 -model=model_11945,Q -name=Potion shelf - -// 12063 -[loc_12063] -active=yes -hillskew=yes -ambient=20 -recol1s=28162 -recol1d=8961 -recol2s=19539 -recol2d=26688 -model=model_11945,Q -name=Potion shelf - -// 12064 -[loc_12064] -active=yes -hillskew=yes -ambient=20 -op1=Examine -model=model_11932,Q -name=Healing certificate - -// 12065 -[loc_12065] -active=yes -hillskew=yes -ambient=20 -model=model_11933,Q -name=Certificate of healing - -// 12066 -[loc_12066] -active=yes -anim=seq_3246 -model=model_11885 -name=A fairy workbench - -// 12067 -[loc_12067] -active=yes -anim=seq_3247 -bgsound=synth_3118,3 -model=model_11887 -name=A fairy workbench - -// 12068 -[loc_12068] -forcedecor=yes -active=no -sharelight=yes -model=model_11884,0 - -// 12069 -[loc_12069] -forcedecor=yes -active=no -sharelight=yes -forcedecor=yes -model=model_11886,0 - -// 12070 -[loc_12070] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11965 - -// 12071 -[loc_12071] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11967 - -// 12072 -[loc_12072] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11968 - -// 12073 -[loc_12073] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11969 - -// 12074 -[loc_12074] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11966 - -// 12075 -[loc_12075] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11970 - -// 12076 -[loc_12076] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -recol2s=7563 -recol2d=11489 -model=model_11971 - -// 12077 -[loc_12077] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -recol2s=7563 -recol2d=11489 -model=model_11972 - -// 12078 -[loc_12078] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11973 - -// 12079 -[loc_12079] -active=no -sharelight=yes -hillskew=yes -mirror=yes -recol1s=8686 -recol1d=11489 -model=model_11973 - -// 12080 -[loc_12080] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11974 - -// 12081 -[loc_12081] -active=no -sharelight=yes -hillskew=yes -mirror=yes -recol1s=8686 -recol1d=11489 -model=model_11974 - -// 12082 -[loc_12082] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11975 - -// 12083 -[loc_12083] -active=no -sharelight=yes -hillskew=yes -mirror=yes -recol1s=8686 -recol1d=11489 -model=model_11975 - -// 12084 -[loc_12084] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11976 - -// 12085 -[loc_12085] -active=no -sharelight=yes -hillskew=yes -mirror=yes -recol1s=8686 -recol1d=11489 -model=model_11976 - -// 12086 -[loc_12086] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11977 - -// 12087 -[loc_12087] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11963 - -// 12088 -[loc_12088] -active=no -sharelight=yes -hillskew=yes -recol1s=8686 -recol1d=11489 -model=model_11964 - -// 12089 -[loc_12089] -length=2 -width=2 -active=yes -ambient=40 -bgsound=synth_2150,3 -model=model_11934 -name=Fairy fountain - -// 12090 -[loc_12090] -ambient=20 -model=model_11947 -model2=model_11948 -name=Fairy Queen - -// 12091 -[loc_12091] -active=yes -ambient=20 -model=model_11943 -name=Fairy Queen throne - -// 12092 -[loc_12092] -active=yes -ambient=20 -model=model_11938 -name=Godfather throne - -// 12093 -[loc_12093] -active=yes -ambient=20 -anim=seq_3264 -model=model_11951 -name=Chicken Shrine - -// 12094 -[loc_12094] -active=yes -ambient=20 -op1=Use -blockwalk=yes -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 12095 -[loc_12095] -active=yes -ambient=20 -op1=Use -blockwalk=yes -recol1s=22592 -recol1d=26648 -recol2s=30784 -recol2d=31775 -recol3s=6026 -recol3d=26246 -recol4s=8140 -recol4d=28360 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 12096 -[loc_12096] -ambient=20 -hillskew=yes -forcedecor=yes -model=model_11942,0 - -// 12097 -[loc_12097] -ambient=20 -hillskew=yes -forcedecor=yes -model=model_11941,0 - -// 12098 -[loc_12098] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=22592 -recol1d=26648 -recol2s=30784 -recol2d=31775 -recol3s=6026 -recol3d=26246 -recol4s=8140 -recol4d=28360 -model=model_11942,0 - -// 12099 -[loc_12099] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=22592 -recol1d=26648 -recol2s=30784 -recol2d=31775 -recol3s=6026 -recol3d=26246 -recol4s=8140 -recol4d=28360 -model=model_11941,0 - -// 12100 -[loc_12100] -width=2 -length=3 -ambient=10 -op2=Smelt -bgsound=synth_2208,3 -forceapproach=east -model=model_11935 -name=Furnace - -// 12101 -[loc_12101] -anim=seq_4860 -active=no -ambient=50 -blockwalk=no -model=model_11549 - -// 12102 -[loc_12102] -length=2 -forceapproach=east -bgsound=synth_2065,3 -model=model_11944 -name=Range - -// 12103 -[loc_12103] -op1=Search -ambient=15 -recol1s=14695 -recol1d=6272 -recol2s=13638 -recol2d=7329 -recol3s=12581 -recol3d=8386 -recol4s=11524 -recol4d=9443 -recol5s=10467 -recol5d=10500 -recol6s=9410 -recol6d=11557 -model=model_7704 -name=Crate - -// 12104 -[loc_12104] -op1=Search -ambient=15 -recol1s=14695 -recol1d=6272 -recol2s=13638 -recol2d=7329 -recol3s=12581 -recol3d=8386 -recol4s=11524 -recol4d=9443 -recol5s=10467 -recol5d=10500 -recol6s=9410 -recol6d=11557 -model=model_7700 -name=Crates - -// 12105 -[loc_12105] -op1=Search -blockrange=no -recol1s=14695 -recol1d=6272 -recol2s=13638 -recol2d=7329 -recol3s=12581 -recol3d=8386 -recol4s=11524 -recol4d=9443 -recol5s=10467 -recol5d=10500 -recol6s=9410 -recol6d=11557 -model=model_7685 -name=Crate - -// 12106 -[loc_12106] -blockrange=no -recol1s=16809 -recol1d=6272 -recol2s=14695 -recol2d=7329 -recol3s=13638 -recol3d=8386 -recol4s=12581 -recol4d=9443 -model=model_9590 -name=Table - -// 12107 -[loc_12107] -blockrange=no -recol1s=13605 -recol1d=6272 -recol2s=12548 -recol2d=7329 -recol3s=11491 -recol3d=8386 -recol4s=10434 -recol4d=9443 -recol5s=7297 -recol5d=10500 -model=model_8232 -name=Barrel - -// 12108 -[loc_12108] -length=2 -blockrange=no -recol1s=20935 -recol1d=6272 -recol2s=18821 -recol2d=7329 -recol3s=17764 -recol3d=8386 -recol4s=16707 -recol4d=9443 -model=model_4325 -name=Table - -// 12109 -[loc_12109] -active=yes -hillskew=yes -model=model_11950 -name=Wall - -// 12110 -[loc_12110] -active=yes -ambient=20 -model=model_11937 -name=G.A.G. banner - -// 12111 -[loc_12111] -anim=seq_5855 -length=2 -forceapproach=east -op2=Milk -op1=Talk-to -op4=Steal-cowbell -ambient=20 -contrast=20 -recol1s=6307 -recol1d=5252 -recol2s=5250 -recol2d=4195 -recol3s=4193 -recol3d=3138 -recol4s=3136 -recol4d=2081 -model=model_23891 -name=Dairy Cow - -// 12112 -[loc_12112] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -recol1s=16708 -recol1d=13637 -recol2s=12514 -recol2d=12580 -recol3s=11457 -recol3d=11523 -model=model_5187 -name=Ladder - -// 12113 -[loc_12113] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=south -recol1s=16708 -recol1d=13637 -recol2s=12514 -recol2d=12580 -recol3s=11457 -recol3d=11523 -recol4s=10434 -recol4d=10466 -recol5s=16640 -recol5d=9409 -model=model_9504 -name=Ladder - -// 12114 -[loc_12114] -anim=seq_6094 -width=2 -length=6 -active=yes -bgsound=synth_3114,5 -model=model_23899 -model2=model_23898 -model3=model_23900 -model4=model_23897 -name=Cow wheel - -// 12115 -[loc_12115] -active=yes -ambient=20 -recol1s=15712 -recol1d=10500 -model=model_1482 -name=Sacks - -// 12116 -[loc_12116] -ambient=20 -recol1s=6240 -recol1d=11523 -recol2s=5184 -recol2d=10466 -model=model_2122,Q - -// 12117 -[loc_12117] -hillskew=yes -active=no -blockwalk=no -istexture=yes -blockwalk=no -model=model_1124,0 - -// 12118 -[loc_12118] -hillskew=yes -active=no -blockwalk=no -model=model_1139,0 - -// 12119 -[loc_12119] -hillskew=yes -active=no -blockwalk=no -model=model_1032,0 - -// 12120 -[loc_12120] -op1=Open -forceapproach=north -recol1s=14695 -recol1d=6272 -recol2s=13638 -recol2d=7329 -recol3s=6370 -recol3d=8386 -recol4s=6373 -recol4d=9443 -recol5s=8484 -recol5d=10500 -recol6s=9543 -recol6d=11557 -model=model_5272 -name=Closed chest - -// 12121 -[loc_12121] -op2=Search -op3=Shut -forceapproach=north -recol1s=14695 -recol1d=6272 -recol2s=4256 -recol2d=7329 -recol3s=6370 -recol3d=8386 -recol4s=6373 -recol4d=9443 -recol5s=8484 -recol5d=10500 -recol6s=9543 -recol6d=11557 -model=model_5273 -name=Open chest - -// 12122 -[loc_12122] -width=2 -model=model_11949 -name=Water Trough - -// 12123 -[loc_12123] -wallwidth=8 -sharelight=yes -ambient=2 -recol1s=32766 -recol1d=19193 -recol2s=7264 -recol2d=6642 -model=model_2212,1 -model=model_2213,2 -model=model_2176,3 -model=model_2177,4 -model=model_2178,5 - -// 12124 -[loc_12124] -hillskew=yes -model=model_11956,1 -model=model_11957,2 -model=model_11958,5 - -// 12125 -[loc_12125] -active=yes -blockrange=no -model=model_2218 -name=Gravestone - -// 12126 -[loc_12126] -width=2 -hillskew=yes -blockwalk=yes -ambient=20 -blockrange=no -recol1s=7329 -recol1d=12580 -model=model_11983 -name=Damaged wall - -// 12127 -[loc_12127] -blockwalk=yes -sharelight=yes -forcedecor=yes -ambient=20 -width=2 -offsetx=64 -offsety=0 -offsety=0 -op1=Squeeze-past -blockrange=no -model=model_11982 -name=Jutting wall - -// 12128 -[loc_12128] -active=yes -op1=Use -ambient=20 -hillskew=yes -blockwalk=yes -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 12129 -[loc_12129] -ambient=20 -hillskew=yes -forcedecor=yes -model=model_11942,0 - -// 12130 -[loc_12130] -ambient=20 -hillskew=yes -forcedecor=yes -model=model_11941,0 - -// 12131 -[loc_12131] -width=2 -length=3 -recol1s=16846 -recol1d=12650 -model=model_4593 -name=Stairs - -// 12132 -[loc_12132] -length=2 -model=model_12122 -name=Tomb - -// 12133 -[loc_12133] -length=2 -model=model_37446 -model2=model_12123 -name=Juliet - -// 12134 -[loc_12134] -length=2 -ambient=10 -contrast=5 -model=model_12115 -name=Coffin - -// 12135 -[loc_12135] -ambient=10 -contrast=5 -model=model_12116 -name=Coffin - -// 12136 -[loc_12136] -active=no -recol1s=11492 -recol1d=12613 -recol2s=8355 -recol2d=8385 -model=model_12117 - -// 12137 -[loc_12137] -active=yes -op1=Study -multivar=varplayerbit_3646 -multiloc=0,loc_24550 -multiloc=1,loc_24539 - -// 12138 -[loc_12138] -active=yes -op1=Study -multivar=varplayerbit_3645 -multiloc=0,loc_24550 -multiloc=1,loc_24540 - -// 12139 -[loc_12139] -active=yes -op1=Study -multivar=varplayerbit_3649 -multiloc=0,loc_24543 -multiloc=1,loc_24542 - -// 12140 -[loc_12140] -width=2 -ambient=20 -contrast=5 -model=model_5582 -name=Church pew - -// 12141 -[loc_12141] -active=no -ambient=20 -contrast=5 -sharelight=yes -model=model_12118 - -// 12142 -[loc_12142] -active=no -ambient=20 -contrast=5 -sharelight=yes -model=model_12120 - -// 12143 -[loc_12143] -active=no -ambient=20 -contrast=5 -sharelight=yes -model=model_12119 - -// 12144 -[loc_12144] -length=2 -width=5 -op1=Chop-down -op3=Hidden -model=model_11990 -name=Canoe station - -// 12145 -[loc_12145] -anim=seq_3304 -length=2 -width=5 -model=model_11999 -model2=model_11996 -name=Canoe station - -// 12146 -[loc_12146] -length=2 -width=5 -op1=Shape-canoe -op3=hidden -model=model_11989 -name=Canoe station - -// 12147 -[loc_12147] -length=2 -width=5 -op1=Float Log -op3=hidden -model=model_12001 -model2=model_12010 -name=Canoe station - -// 12148 -[loc_12148] -length=2 -width=5 -op1=Float Canoe -model=model_12001 -model2=model_12007 -name=Canoe station - -// 12149 -[loc_12149] -length=2 -width=5 -op1=Float Canoe -model=model_12001 -model2=model_12004 -name=Canoe station - -// 12150 -[loc_12150] -length=2 -width=5 -op1=Float Canoe -model=model_12001 -model2=model_12013 -name=Canoe station - -// 12151 -[loc_12151] -anim=seq_3304 -length=2 -width=5 -op1=Paddle Log -model=model_12001 -model2=model_12008 -name=Canoe station - -// 12152 -[loc_12152] -anim=seq_3304 -length=2 -width=5 -op1=Paddle Canoe -model=model_12001 -model2=model_12005 -name=Canoe station - -// 12153 -[loc_12153] -anim=seq_3304 -length=2 -width=5 -op1=Paddle Canoe -model=model_12001 -model2=model_12002 -name=Canoe station - -// 12154 -[loc_12154] -anim=seq_3304 -length=2 -width=5 -op1=Paddle Canoe -model=model_12001 -model2=model_12011 -name=Canoe station - -// 12155 -[loc_12155] -length=2 -width=5 -op1=Paddle Canoe -model=model_12001 -model2=model_12009 -model3=model_12000 -name=Canoe station - -// 12156 -[loc_12156] -length=2 -width=5 -op1=Paddle Canoe -model=model_12001 -model2=model_12006 -model3=model_12000 -name=Canoe station - -// 12157 -[loc_12157] -length=2 -width=5 -op1=Paddle Canoe -model=model_12001 -model2=model_12003 -model3=model_12000 -name=Canoe station - -// 12158 -[loc_12158] -length=2 -width=5 -op1=Paddle Canoe -model=model_12001 -model2=model_12012 -model3=model_12000 -name=Canoe station - -// 12159 -[loc_12159] -anim=seq_3305 -width=3 -model=model_11995 -name=A sinking canoe - -// 12160 -[loc_12160] -anim=seq_3305 -width=3 -model=model_11994 -name=A sinking canoe - -// 12161 -[loc_12161] -anim=seq_3305 -width=3 -model=model_11993 -name=A sinking canoe - -// 12162 -[loc_12162] -anim=seq_3305 -width=3 -model=model_11998 -name=A sinking canoe - -// 12163 -[loc_12163] -blockwalk=yes -length=2 -width=5 -op1=Make-canoe -forceapproach=south -multivar=varplayerbit_1839 -multiloc=0,loc_12144 -multiloc=1,loc_12147 -multiloc=2,loc_12148 -multiloc=3,loc_12149 -multiloc=4,loc_12150 -multiloc=5,loc_12151 -multiloc=6,loc_12152 -multiloc=7,loc_12153 -multiloc=8,loc_12154 -multiloc=9,loc_12145 -multiloc=10,loc_12146 -multiloc=11,loc_12155 -multiloc=12,loc_12156 -multiloc=13,loc_12157 -multiloc=14,loc_12158 - -// 12164 -[loc_12164] -blockwalk=yes -length=2 -width=5 -op1=Make-canoe -forceapproach=south -multivar=varplayerbit_1840 -multiloc=0,loc_12144 -multiloc=1,loc_12147 -multiloc=2,loc_12148 -multiloc=3,loc_12149 -multiloc=4,loc_12150 -multiloc=5,loc_12151 -multiloc=6,loc_12152 -multiloc=7,loc_12153 -multiloc=8,loc_12154 -multiloc=9,loc_12145 -multiloc=10,loc_12146 -multiloc=11,loc_12155 -multiloc=12,loc_12156 -multiloc=13,loc_12157 -multiloc=14,loc_12158 - -// 12165 -[loc_12165] -blockwalk=yes -length=2 -width=5 -op1=Make-canoe -forceapproach=south -multivar=varplayerbit_1841 -multiloc=0,loc_12144 -multiloc=1,loc_12147 -multiloc=2,loc_12148 -multiloc=3,loc_12149 -multiloc=4,loc_12150 -multiloc=5,loc_12151 -multiloc=6,loc_12152 -multiloc=7,loc_12153 -multiloc=8,loc_12154 -multiloc=9,loc_12145 -multiloc=10,loc_12146 -multiloc=11,loc_12155 -multiloc=12,loc_12156 -multiloc=13,loc_12157 -multiloc=14,loc_12158 - -// 12166 -[loc_12166] -blockwalk=yes -length=2 -width=5 -op1=Make-canoe -forceapproach=south -multivar=varplayerbit_1842 -multiloc=0,loc_12144 -multiloc=1,loc_12147 -multiloc=2,loc_12148 -multiloc=3,loc_12149 -multiloc=4,loc_12150 -multiloc=5,loc_12151 -multiloc=6,loc_12152 -multiloc=7,loc_12153 -multiloc=8,loc_12154 -multiloc=9,loc_12145 -multiloc=10,loc_12146 -multiloc=11,loc_12155 -multiloc=12,loc_12156 -multiloc=13,loc_12157 -multiloc=14,loc_12158 - -// 12167 -[loc_12167] -width=3 -active=no -multivar=varplayerbit_1843 -multiloc=0,loc_12170 -multiloc=1,loc_12170 -multiloc=2,loc_12168 -multiloc=3,loc_12169 -multiloc=4,loc_12171 - -// 12168 -[loc_12168] -active=no -width=3 -anim=seq_3306 -blockwalk=no -model=model_12019 - -// 12169 -[loc_12169] -active=no -length=2 -width=3 -anim=seq_3306 -blockwalk=no -model=model_12014 - -// 12170 -[loc_12170] -active=no -width=3 -anim=seq_3306 -blockwalk=no -model=model_12020 - -// 12171 -[loc_12171] -active=no -width=3 -anim=seq_3306 -blockwalk=no -model=model_12024 - -// 12172 -[loc_12172] -width=4 -length=2 -offsety=-15 -active=no -model=model_11992 - -// 12173 -[loc_12173] -width=4 -length=2 -active=no -recol1s=6496 -recol1d=17932 -recol2s=6369 -recol2d=9478 -recol3s=6273 -recol3d=7364 -recol4s=4096 -recol4d=4193 -model=model_11992 - -// 12174 -[loc_12174] -width=4 -length=2 -active=no -contrast=25 -ambient=-20 -recol1s=6496 -recol1d=16832 -recol2s=6369 -recol2d=11584 -recol3s=6273 -recol3d=8416 -recol4s=4096 -recol4d=3168 -model=model_11992 - -// 12175 -[loc_12175] -hillskew=yes -sharelight=yes -ambient=20 -active=no -model=model_12047,1 -model=model_12048,2 -model=model_12049,5 - -// 12176 -[loc_12176] -hillskew=yes -sharelight=yes -ambient=20 -active=no -model=model_12050,1 -model=model_12051,2 -model=model_12052,5 - -// 12177 -[loc_12177] -hillskew=yes -sharelight=yes -ambient=20 -resizey=256 -active=no -retex1s=material_70 -retex1d=material_418 -model=model_12050,1 -model=model_12051,2 -model=model_12052,5 - -// 12178 -[loc_12178] -hillskew=yes -sharelight=yes -ambient=20 -active=no -model=model_12065,1 - -// 12179 -[loc_12179] -hillskew=yes -sharelight=yes -ambient=20 -active=no -model=model_12064,1 - -// 12180 -[loc_12180] -hillskew=yes -sharelight=yes -ambient=20 -active=no -model=model_12056,1 - -// 12181 -[loc_12181] -hillskew=yes -sharelight=yes -ambient=20 -active=no -model=model_12057,1 -model=model_12058,2 -model=model_12059,5 - -// 12182 -[loc_12182] -hillskew=yes -sharelight=yes -ambient=20 -active=no -model=model_12060,1 -model=model_12061,2 -model=model_12062,5 - -// 12183 -[loc_12183] -hillskew=yes -sharelight=yes -ambient=20 -active=no -model=model_12063,1 - -// 12184 -[loc_12184] -hillskew=yes -sharelight=yes -ambient=20 -active=no -model=model_12053,1 -model=model_12054,2 -model=model_12055,5 - -// 12185 -[loc_12185] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=10500 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 12186 -[loc_12186] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=10500 -model=model_787 - -// 12187 -[loc_12187] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -ambient=20 -recol1s=12580 -recol1d=12614 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 12188 -[loc_12188] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -ambient=20 -recol1s=12580 -recol1d=12614 -model=model_787 - -// 12189 -[loc_12189] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=12614 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 12190 -[loc_12190] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=12614 -model=model_787 - -// 12191 -[loc_12191] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=6272 -recol3s=10537 -recol3d=10500 -recol4s=9480 -recol4d=9443 -model=model_12125,0 - -// 12192 -[loc_12192] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=6272 -recol3s=10537 -recol3d=10500 -recol4s=9480 -recol4d=9443 -model=model_12126,0 - -// 12193 -[loc_12193] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=6272 -recol3s=10537 -recol3d=10500 -recol4s=9480 -recol4d=9443 -model=model_12127,0 - -// 12194 -[loc_12194] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=6272 -recol3s=10537 -recol3d=10500 -recol4s=9480 -recol4d=9443 -model=model_12128,0 - -// 12195 -[loc_12195] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=6272 -recol3s=10537 -recol3d=10500 -recol4s=9480 -recol4d=9443 -model=model_12129,0 - -// 12196 -[loc_12196] -active=no -hillskew=yes -ambient=20 -blockwalk=no -recol1s=11594 -recol1d=10500 -recol2s=8423 -recol2d=10500 -recol3s=10537 -recol3d=10500 -recol4s=9480 -recol4d=10500 -model=model_12125,0 - -// 12197 -[loc_12197] -active=no -hillskew=yes -ambient=20 -blockwalk=no -recol1s=11594 -recol1d=10500 -recol2s=8423 -recol2d=10500 -recol3s=10537 -recol3d=10500 -recol4s=9480 -recol4d=10500 -model=model_12126,0 - -// 12198 -[loc_12198] -active=no -hillskew=yes -ambient=20 -blockrange=no -recol1s=11594 -recol1d=10500 -recol2s=8423 -recol2d=10500 -recol3s=10537 -recol3d=10500 -recol4s=9480 -recol4d=10500 -model=model_12129,0 - -// 12199 -[loc_12199] -active=no -hillskew=yes -ambient=20 -blockwalk=no -recol1s=11594 -recol1d=10500 -recol2s=8423 -recol2d=10500 -recol3s=10537 -recol3d=10500 -recol4s=9480 -recol4d=10500 -model=model_12130,0 - -// 12200 -[loc_12200] -active=no -hillskew=yes -ambient=20 -blockwalk=no -recol1s=11594 -recol1d=10500 -recol2s=8423 -recol2d=10500 -recol3s=10537 -recol3d=10500 -recol4s=9480 -recol4d=10500 -model=model_12131,0 - -// 12201 -[loc_12201] -active=yes -ambient=10 -model=model_12046 -name=Well - -// 12202 -[loc_12202] -hillskew=yes -blockwalk=no -active=yes -model=model_12031,0 -name=Mole hill - -// 12203 -[loc_12203] -width=2 -length=2 -anim=seq_3101 -ambient=60 -contrast=60 -blockwalk=no -shadow=no -model=model_10941 -name=Light - -// 12204 -[loc_12204] -ambient=20 -blockwalk=no -active=no -sharelight=yes -model=model_12033 - -// 12205 -[loc_12205] -ambient=20 -blockwalk=no -active=no -sharelight=yes -model=model_12034 - -// 12206 -[loc_12206] -ambient=20 -blockwalk=no -active=no -sharelight=yes -model=model_12036 - -// 12207 -[loc_12207] -ambient=20 -blockwalk=no -active=no -sharelight=yes -model=model_12037 - -// 12208 -[loc_12208] -ambient=20 -blockwalk=yes -active=no -sharelight=yes -model=model_12044 - -// 12209 -[loc_12209] -ambient=20 -blockwalk=yes -active=no -sharelight=yes -model=model_12045 - -// 12210 -[loc_12210] -ambient=20 -blockwalk=no -active=no -sharelight=yes -mirror=yes -model=model_12033 - -// 12211 -[loc_12211] -ambient=20 -blockwalk=no -active=no -sharelight=yes -mirror=yes -model=model_12034 - -// 12212 -[loc_12212] -ambient=20 -blockwalk=no -active=no -sharelight=yes -mirror=yes -model=model_12036 - -// 12213 -[loc_12213] -ambient=20 -blockwalk=no -active=no -sharelight=yes -mirror=yes -model=model_12037 - -// 12214 -[loc_12214] -ambient=20 -blockwalk=yes -active=no -sharelight=yes -mirror=yes -model=model_12044 - -// 12215 -[loc_12215] -ambient=20 -blockwalk=yes -active=no -sharelight=yes -mirror=yes -model=model_12045 - -// 12216 -[loc_12216] -blockwalk=yes -active=no -recol1s=8423 -recol1d=5248 -recol2s=9480 -recol2d=6305 -recol3s=10537 -recol3d=7362 -recol4s=11594 -recol4d=8419 -recol5s=12651 -recol5d=9476 -recol6s=14699 -recol6d=10533 -model=model_11798 - -// 12217 -[loc_12217] -blockwalk=yes -active=no -recol1s=8423 -recol1d=5248 -recol2s=9480 -recol2d=6305 -recol3s=10537 -recol3d=7362 -recol4s=11594 -recol4d=8419 -recol5s=12651 -recol5d=9476 -recol6s=14699 -recol6d=10533 -model=model_11799 - -// 12218 -[loc_12218] -blockwalk=yes -active=no -recol1s=8423 -recol1d=5248 -recol2s=9480 -recol2d=6305 -recol3s=10537 -recol3d=7362 -recol4s=11594 -recol4d=8419 -recol5s=12651 -recol5d=9476 -recol6s=14699 -recol6d=10533 -model=model_11800 - -// 12219 -[loc_12219] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -model=model_12040 - -// 12220 -[loc_12220] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -model=model_12041 - -// 12221 -[loc_12221] -ambient=20 -hillskew=yes -active=no -model=model_12042,0 - -// 12222 -[loc_12222] -blockwalk=yes -ambient=20 -sharelight=yes -active=no -blockrange=no -recol1s=12614 -recol1d=10500 -model=model_12066 - -// 12223 -[loc_12223] -blockwalk=yes -ambient=20 -sharelight=yes -active=no -blockrange=no -recol1s=12614 -recol1d=10500 -model=model_12067 - -// 12224 -[loc_12224] -blockwalk=yes -ambient=20 -sharelight=yes -active=no -blockrange=no -recol1s=12614 -recol1d=10500 -model=model_12068 - -// 12225 -[loc_12225] -blockwalk=yes -ambient=20 -sharelight=yes -active=no -blockrange=no -recol1s=12614 -recol1d=10500 -model=model_12072 - -// 12226 -[loc_12226] -blockwalk=yes -ambient=20 -sharelight=yes -active=no -blockrange=no -recol1s=12614 -recol1d=10500 -model=model_12069 - -// 12227 -[loc_12227] -blockwalk=yes -ambient=20 -sharelight=yes -active=no -blockrange=no -recol1s=12614 -recol1d=10500 -model=model_12071 - -// 12228 -[loc_12228] -blockwalk=yes -ambient=20 -sharelight=yes -active=no -blockrange=no -recol1s=12614 -recol1d=10500 -model=model_12070 - -// 12229 -[loc_12229] -sharelight=yes -blockwalk=no -active=no -model=model_12038 - -// 12230 -[loc_12230] -sharelight=yes -blockwalk=no -active=yes -op1=Climb -model=model_12039 -name=Rope - -// 12231 -[loc_12231] -hillskew=yes -sharelight=yes -blockwalk=yes -active=no -shadow=no -msi=msi_22 -model=model_12030,1 -model=model_16331,5 - -// 12232 -[loc_12232] -active=yes -op1=Study -multivar=varplayerbit_3644 -multiloc=0,loc_24550 -multiloc=1,loc_24546 - -// 12233 -[loc_12233] -active=yes -op1=Study -multivar=varplayerbit_3643 -multiloc=0,loc_24550 -multiloc=1,loc_24547 - -// 12234 -[loc_12234] -active=yes -op1=Study -multivar=varplayerbit_3647 -multiloc=0,loc_24550 -multiloc=1,loc_24548 - -// 12235 -[loc_12235] -contrast=25 -ambient=25 -model=model_34573 -name=Kurask head - -// 12236 -[loc_12236] -contrast=25 -ambient=25 -model=model_12155 -name=Mounted sea bass - -// 12237 -[loc_12237] -contrast=25 -ambient=25 -model=model_12157 -name=Mounted swordfish - -// 12238 -[loc_12238] -ambient=50 -active=no -recol1s=32767 -recol1d=29458 -recol2s=27296 -recol2d=9476 -model=model_3509,Q - -// 12239 -[loc_12239] -op1=Search -msi=msi_9 -model=model_13843 -name=Vanilla plant - -// 12240 -[loc_12240] -hillskew=yes -recol1s=28436 -recol1d=13737 -model=model_13855 -name=Bones - -// 12241 -[loc_12241] -hillskew=yes -recol1s=28436 -recol1d=13737 -model=model_13856 -name=Bones - -// 12242 -[loc_12242] -hillskew=yes -recol1s=28436 -recol1d=13737 -model=model_13857 -name=Bones - -// 12243 -[loc_12243] -blockrange=no -recol1s=28436 -recol1d=13737 -model=model_1078 -name=Skeleton - -// 12244 -[loc_12244] -blockrange=no -recol1s=28436 -recol1d=13737 -model=model_1079 -name=Skeleton - -// 12245 -[loc_12245] -width=2 -blockrange=no -recol1s=28436 -recol1d=13737 -model=model_1080 -name=Skeleton - -// 12246 -[loc_12246] -blockrange=no -recol1s=28436 -recol1d=13737 -model=model_1078 -name=Skeleton - -// 12247 -[loc_12247] -blockrange=no -recol1s=28436 -recol1d=13737 -model=model_1079 -name=Skeleton - -// 12248 -[loc_12248] -width=2 -blockrange=no -recol1s=28436 -recol1d=13737 -model=model_1080 -name=Skeleton - -// 12249 -[loc_12249] -hillskew=yes -active=no -recol1s=7399 -recol1d=13737 -model=model_13851 - -// 12250 -[loc_12250] -hillskew=yes -active=no -recol1s=7399 -recol1d=13737 -model=model_13852 - -// 12251 -[loc_12251] -hillskew=yes -active=no -recol1s=7399 -recol1d=13737 -model=model_13853 - -// 12252 -[loc_12252] -hillskew=yes -active=no -recol1s=7399 -recol1d=13737 -model=model_13854 - -// 12253 -[loc_12253] -width=2 -length=2 -recol1s=26381 -recol1d=5248 -recol2s=26350 -recol2d=6272 -recol3s=25259 -recol3d=7329 -recol4s=21031 -recol4d=8386 -recol5s=15780 -recol5d=9443 -recol6s=11552 -recol6d=10500 -model=model_3824 -name=Tunnel entrance - -// 12254 -[loc_12254] -width=2 -length=2 -op1=Climb-down -recol1s=26381 -recol1d=5248 -recol2s=26350 -recol2d=6272 -recol3s=25259 -recol3d=7329 -recol4s=21031 -recol4d=8386 -recol5s=15780 -recol5d=9443 -recol6s=11552 -recol6d=10500 -model=model_3825 -name=Tunnel entrance - -// 12255 -[loc_12255] -blockwalk=no -op1=Climb-up -model=model_1487 -name=Rope - -// 12256 -[loc_12256] -width=3 -length=3 -anim=seq_3343 -op1=Search -model=model_13845 -name=Nest - -// 12257 -[loc_12257] -recol1s=29597 -recol1d=9514 -model=model_1758 -name=Dragon egg - -// 12258 -[loc_12258] -anim=seq_3347 -model=model_13844 -name=Dragonfire - -// 12259 -[loc_12259] -width=3 -length=3 -anim=seq_3343 -model=model_13846 -name=Nest - -// 12260 -[loc_12260] -length=2 -width=5 -anim=seq_3174 -op1=Use -bgsound=synth_3139,3 -model=model_12635 -model2=model_11233 -name=Portal - -// 12261 -[loc_12261] -active=yes -blockwalk=yes -multivar=varplayerbit_1888 -multiloc=0,loc_12262 -multiloc=1,loc_12263 - -// 12262 -[loc_12262] -op1=Open -blockwalk=yes -model=model_12604,0 -name=Trapdoor - -// 12263 -[loc_12263] -op1=Go-down -blockwalk=yes -model=model_12605,0 -name=Trapdoor - -// 12264 -[loc_12264] -op1=Climb -msi=msi_7 -model=model_12495 -name=Ladder - -// 12265 -[loc_12265] -op1=Climb -msi=msi_7 -forceapproach=east -model=model_13444 -name=Cellar stairs - -// 12266 -[loc_12266] -active=yes -blockwalk=yes -forceapproach=south -multivar=varplayerbit_1888 -multiloc=0,loc_12267 -multiloc=1,loc_12268 - -// 12267 -[loc_12267] -active=yes -op1=Open -blockwalk=yes -forceapproach=south -recol1s=22059 -recol1d=13671 -recol2s=14662 -recol2d=10500 -model=model_12604,0 -name=Trapdoor - -// 12268 -[loc_12268] -active=yes -op1=Go-down -op2=Close -blockwalk=yes -forceapproach=south -recol1s=22059 -recol1d=13671 -recol2s=14662 -recol2d=10500 -model=model_13446,0 -name=Open trapdoor - -// 12269 -[loc_12269] -length=2 -forceapproach=east -bgsound=synth_2199,3 -model=model_12616 -model2=model_12617 -name=Stove - -// 12270 -[loc_12270] -active=no -model=model_13454 - -// 12271 -[loc_12271] -active=no -model=model_13455 - -// 12272 -[loc_12272] -active=no -model=model_13452 - -// 12273 -[loc_12273] -active=no -model=model_13453 - -// 12274 -[loc_12274] -active=no -recol1s=8387 -recol1d=10500 -recol2s=7331 -recol2d=13671 -recol3s=8388 -recol3d=9443 -recol4s=17764 -recol4d=10500 -recol5s=24137 -recol5d=15785 -model=model_13448,1 -model=model_13449,2 -model=model_13450,3 - -// 12275 -[loc_12275] -active=no -model=model_13445,4 - -// 12276 -[loc_12276] -active=no -recol1s=8387 -recol1d=10500 -recol2s=7331 -recol2d=13671 -recol3s=8388 -recol3d=9443 -recol4s=17764 -recol4d=10500 -recol5s=24137 -recol5d=15785 -model=model_13447,1 - -// 12277 -[loc_12277] -active=no -active=no -recol1s=8387 -recol1d=10500 -recol2s=7331 -recol2d=13671 -recol3s=8388 -recol3d=9443 -recol4s=17764 -recol4d=10500 -recol5s=24137 -recol5d=15785 -model=model_13451 - -// 12278 -[loc_12278] -active=no -sharelight=yes -blockwalk=yes -model=model_9563,1 -model=model_36049,2 -model=model_9564,3 -model=model_9565,4 -model=model_9566,5 - -// 12279 -[loc_12279] -length=2 -blockrange=no -model=model_9589 -name=Sink - -// 12280 -[loc_12280] -width=2 -ambient=25 -contrast=15 -blockrange=no -model=model_9547 -name=Large Table - -// 12281 -[loc_12281] -blockrange=no -model=model_9590 -name=Small Table - -// 12282 -[loc_12282] -model=model_7392 -model2=model_7393 -name=Bookcase - -// 12283 -[loc_12283] -sharelight=yes -active=no -recol1s=12582 -recol1d=10500 -recol2s=10500 -recol2d=13671 -recol3s=4128 -recol3d=4193 -recol4s=12546 -recol4d=13671 -model=model_9570,A -model=model_9571,Z - -// 12284 -[loc_12284] -sharelight=yes -active=no -recol1s=12582 -recol1d=10500 -recol2s=10500 -recol2d=13671 -recol3s=4128 -recol3d=4193 -recol4s=12546 -recol4d=13671 -model=model_9572,A -model=model_9574,H -model=model_9575,Z - -// 12285 -[loc_12285] -sharelight=yes -active=no -mirror=yes -recol1s=12582 -recol1d=10500 -recol2s=10500 -recol2d=13671 -recol3s=4128 -recol3d=4193 -recol4s=12546 -recol4d=13671 -model=model_9570,A -model=model_9571,Z - -// 12286 -[loc_12286] -sharelight=yes -active=no -mirror=yes -recol1s=12582 -recol1d=10500 -recol2s=10500 -recol2d=13671 -recol3s=4128 -recol3d=4193 -recol4s=12546 -recol4d=13671 -model=model_9572,A -model=model_9574,H -model=model_9575,Z - -// 12287 -[loc_12287] -sharelight=yes -active=no -recol1s=12582 -recol1d=10500 -recol2s=10500 -recol2d=13671 -recol3s=4128 -recol3d=4193 -recol4s=12546 -recol4d=13671 -recol5s=12614 -recol5d=13671 -retex1s=material_144 -retex1d=material_121 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 12288 -[loc_12288] -sharelight=yes -active=no -recol1s=12582 -recol1d=10500 -recol2s=10500 -recol2d=13671 -recol3s=4128 -recol3d=4193 -recol4s=12546 -recol4d=13671 -recol5s=12614 -recol5d=13671 -model=model_9588,V - -// 12289 -[loc_12289] -sharelight=yes -active=no -mirror=yes -recol1s=12582 -recol1d=10500 -recol2s=10500 -recol2d=13671 -recol3s=4128 -recol3d=4193 -recol4s=12546 -recol4d=13671 -recol5s=12614 -recol5d=13671 -model=model_9588,V - -// 12290 -[loc_12290] -sharelight=yes -active=no -recol1s=12546 -recol1d=13671 -recol2s=12614 -recol2d=13671 -model=model_9573,Z - -// 12291 -[loc_12291] -recol1s=7329 -recol1d=11524 -recol2s=20933 -recol2d=19911 -model=model_12538,Q - -// 12292 -[loc_12292] -recol1s=7329 -recol1d=11524 -recol2s=20933 -recol2d=19911 -model=model_12536,Q - -// 12293 -[loc_12293] -anim=seq_3511 -bgsound=synth_3120,3 -recol1s=8355 -recol1d=10502 -recol2s=11492 -recol2d=13671 -model=model_12973 -name=Grandfather clock - -// 12294 -[loc_12294] -active=no -ambient=20 -recol1s=16846 -recol1d=5250 -model=model_3458,Q - -// 12295 -[loc_12295] -active=no -ambient=20 -recol1s=16846 -recol1d=5250 -model=model_3459,Q - -// 12296 -[loc_12296] -active=no -ambient=20 -recol1s=16846 -recol1d=5250 -model=model_3461,Q - -// 12297 -[loc_12297] -active=no -length=2 -bgsound=synth_3142,4 -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3464 - -// 12298 -[loc_12298] -active=no -length=2 -mirror=yes -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3464 - -// 12299 -[loc_12299] -ambient=100 -model=model_37452,Q - -// 12300 -[loc_12300] -anim=seq_3107 -bgsound=synth_4472,1 -model=model_12609,Q - -// 12301 -[loc_12301] -active=yes -anim=seq_2564 -ambient=40 -contrast=20 -blockwalk=no -model=model_11827 -name=Candles - -// 12302 -[loc_12302] -active=yes -anim=seq_2564 -ambient=40 -contrast=20 -blockwalk=no -model=model_11828 -name=Candles - -// 12303 -[loc_12303] -ambient=20 -active=no -model=model_11456,Q - -// 12304 -[loc_12304] -ambient=50 -active=no -model=model_11456,Q - -// 12305 -[loc_12305] -active=no -model=model_11455,1 - -// 12306 -[loc_12306] -mirror=yes -active=no -model=model_11455,1 - -// 12307 -[loc_12307] -ambient=30 -contrast=20 -model=model_12170,Q - -// 12308 -[loc_12308] -active=yes -multivar=varplayerbit_1850 -multiloc=3,loc_12309 -multiloc=4,loc_12309 -multiloc=5,loc_12309 - -// 12309 -[loc_12309] -op1=Bank -op2=Buy-food -op3=Buy-items -forceapproach=north -active=yes -ambient=25 -contrast=15 -recol1s=9444 -recol1d=13638 -recolhsl2s=5400 -recolhsl2d=6434 -recolhsl3s=8596 -recolhsl3d=6429 -recolhsl4s=5648 -recolhsl4d=6424 -recol5s=9511 -recol5d=7399 -recolhsl6s=10508 -recolhsl6d=23 -model=model_32139 -name=Chest - -// 12310 -[loc_12310] -model=model_36474 -name=Chair - -// 12311 -[loc_12311] -model=model_36474 -name=Chair - -// 12312 -[loc_12312] -anim=seq_7263 -active=yes -model=model_13695 -name=Chair - -// 12313 -[loc_12313] -active=yes -anim=seq_7263 -model=model_13695 -name=Chair - -// 12314 -[loc_12314] -width=2 -length=2 -sharelight=yes -recol1s=23616 -recol1d=4405 -model=model_13655 -model2=model_13660 -model3=model_13663 -name=Banquet table - -// 12315 -[loc_12315] -width=3 -length=2 -sharelight=yes -recol1s=23616 -recol1d=4405 -model=model_13661 -model2=model_13665 -model3=model_13666 -model4=model_13667 -name=Banquet table - -// 12316 -[loc_12316] -width=2 -length=2 -sharelight=yes -recol1s=23616 -recol1d=4405 -model=model_13657 -model2=model_13658 -model3=model_13664 -model4=model_13668 -name=Banquet table - -// 12317 -[loc_12317] -width=2 -length=2 -sharelight=yes -recol1s=23616 -recol1d=4405 -model=model_13656 -model2=model_13662 -model3=model_13659 -name=Banquet table - -// 12318 -[loc_12318] -model=model_13671 -name=Chair - -// 12319 -[loc_12319] -length=2 -width=2 -model=model_13427 -name=Chair - -// 12320 -[loc_12320] -model=model_28677 -name=Pirate Pete - -// 12321 -[loc_12321] -model=model_13671 -model2=model_13675 -model3=model_13674 -name=Dwarf - -// 12322 -[loc_12322] -resizex=148 -resizey=148 -resizez=148 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=11827 -recol3d=224 -recol4s=8722 -recol4d=160 -model=model_24233 -model2=model_24235 -model3=model_24236 -model4=model_24234 -name=General Wartface - -// 12323 -[loc_12323] -resizex=148 -resizey=148 -resizez=148 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=11827 -recol3d=10240 -recol4s=8722 -recol4d=8192 -model=model_24229 -model2=model_24231 -model3=model_24232 -model4=model_24230 -name=General Bentnoze - -// 12324 -[loc_12324] -recol1s=22059 -recol1d=32767 -recol2s=13605 -recol2d=12756 -recol3s=19945 -recol3d=32767 -recol4s=5249 -recol4d=24207 -recol5s=6273 -recol5d=32735 -retex1s=material_264 -retex1d=material_231 -model=model_36474 -model2=model_35628 -name=Lumbridge Guide - -// 12325 -[loc_12325] -model=model_13671 -model2=model_13673 -model3=model_13672 -name=Evil Dave - -// 12326 -[loc_12326] -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=15789 -recol6d=28341 -model=model_13671 -model2=model_13690 -model3=model_13689 -name=Sir Amik Varze - -// 12327 -[loc_12327] -model=model_13671 -model2=model_13683 -model3=model_13682 -name=Awowogei - -// 12328 -[loc_12328] -length=2 -width=2 -recol1s=25264 -recol1d=24207 -recol2s=7201 -recol2d=192 -recol3s=7362 -recol3d=192 -model=model_13685 -model2=model_13686 -model3=model_13684 -name=Skrach Uglogwee - -// 12329 -[loc_12329] -active=yes -multivar=varplayerbit_1858 -multiloc=0,loc_12318 -multiloc=1,loc_12330 - -// 12330 -[loc_12330] -op1=Inspect -model=model_35630 -model2=model_13675 -model3=model_13674 -name=Dwarf - -// 12331 -[loc_12331] -active=yes -multivar=varplayerbit_1859 -multiloc=1,loc_12332 - -// 12332 -[loc_12332] -resizex=148 -resizey=148 -resizez=148 -op1=Inspect -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=11827 -recol3d=10240 -recol4s=8722 -recol4d=8192 -model=model_24229 -model2=model_24231 -model3=model_24232 -model4=model_24230 -name=General Bentnoze - -// 12333 -[loc_12333] -active=yes -multivar=varplayerbit_1859 -multiloc=1,loc_12334 - -// 12334 -[loc_12334] -resizex=148 -resizey=148 -resizez=148 -op1=Inspect -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=11827 -recol3d=224 -recol4s=8722 -recol4d=160 -model=model_24233 -model2=model_24235 -model3=model_24236 -model4=model_24234 -name=General Wartface - -// 12335 -[loc_12335] -active=yes -multivar=varplayerbit_1859 -multiloc=0,loc_12318 -multiloc=1,loc_12312 - -// 12336 -[loc_12336] -active=yes -multivar=varplayerbit_1860 -multiloc=0,loc_12318 -multiloc=1,loc_12337 - -// 12337 -[loc_12337] -op1=Inspect -model=model_28677 -name=Pirate Pete - -// 12338 -[loc_12338] -active=yes -multivar=varplayerbit_1861 -multiloc=0,loc_12318 -multiloc=1,loc_12339 - -// 12339 -[loc_12339] -op1=Inspect -recol1s=22059 -recol1d=32767 -recol2s=13605 -recol2d=12756 -recol3s=19945 -recol3d=32767 -recol4s=5249 -recol4d=24207 -recol5s=6273 -recol5d=32735 -retex1s=material_264 -retex1d=material_231 -model=model_36474 -model2=model_35628 -name=Lumbridge Guide - -// 12340 -[loc_12340] -active=yes -multivar=varplayerbit_1862 -multiloc=0,loc_12318 -multiloc=1,loc_12341 - -// 12341 -[loc_12341] -op1=Inspect -model=model_35630 -model2=model_13673 -model3=model_13672 -name=Evil Dave - -// 12342 -[loc_12342] -active=yes -width=2 -length=2 -multivar=varplayerbit_1863 -multiloc=0,loc_12319 -multiloc=1,loc_12343 - -// 12343 -[loc_12343] -length=2 -width=2 -op1=Inspect -recol1s=25264 -recol1d=24207 -recol2s=7201 -recol2d=192 -recol3s=7362 -recol3d=192 -model=model_35629 -model2=model_13686 -model3=model_13684 -name=Skrach Uglogwee - -// 12344 -[loc_12344] -active=yes -multivar=varplayerbit_1864 -multiloc=0,loc_12318 -multiloc=1,loc_12345 - -// 12345 -[loc_12345] -op1=Inspect -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=15789 -recol6d=28341 -model=model_36474 -model2=model_13690 -model3=model_13689 -name=Sir Amik Varze - -// 12346 -[loc_12346] -active=yes -multivar=varplayerbit_1865 -multiloc=0,loc_12318 -multiloc=1,loc_12347 - -// 12347 -[loc_12347] -op1=Inspect -model=model_35630 -model2=model_13683 -model3=model_13682 -name=Awowogei - -// 12348 -[loc_12348] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_36451,1 -name=Door - -// 12349 -[loc_12349] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -model=model_36451,1 -name=Large door - -// 12350 -[loc_12350] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_36451,1 -name=Large door - -// 12351 -[loc_12351] -op1=Pass-through -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -bgsound=synth_3139,3 -model=model_13669 -name=Barrier - -// 12352 -[loc_12352] -op1=Pass-through -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -bgsound=synth_3139,3 -model=model_13669 -name=Barrier - -// 12353 -[loc_12353] -op1=Pass-through -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -bgsound=synth_3139,3 -model=model_13669 -name=Barrier - -// 12354 -[loc_12354] -active=yes -blockwalk=no -anim=seq_3351 -multivar=varplayerbit_1850 -multiloc=4,loc_12355 - -// 12355 -[loc_12355] -ambient=40 -anim=seq_3351 -shadow=no -active=yes -blockwalk=no -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -model=model_13691 -model2=model_13692 -name=Portal - -// 12356 -[loc_12356] -ambient=40 -anim=seq_3351 -shadow=no -active=yes -blockwalk=no -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -model=model_13691 -model2=model_13692 -name=Portal - -// 12357 -[loc_12357] -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -active=no -model=model_13669 - -// 12358 -[loc_12358] -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -active=no -model=model_13669 - -// 12359 -[loc_12359] -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -active=no -model=model_13669 - -// 12360 -[loc_12360] -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -active=no -model=model_13669 - -// 12361 -[loc_12361] -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -active=no -model=model_13670 - -// 12362 -[loc_12362] -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -active=no -model=model_13669 - -// 12363 -[loc_12363] -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -active=no -model=model_13670 - -// 12364 -[loc_12364] -ambient=40 -anim=seq_3349 -resizey=300 -shadow=no -active=no -model=model_13670 - -// 12365 -[loc_12365] -ambient=40 -anim=seq_3352 -shadow=no -active=no -model=model_13691 -model2=model_13692 - -// 12366 -[loc_12366] -ambient=30 -forcedecor=yes -model=model_13652,0 - -// 12367 -[loc_12367] -ambient=20 -active=no -forcedecor=yes -model=model_13653 - -// 12368 -[loc_12368] -ambient=0 -active=no -forcedecor=yes -model=model_13654 - -// 12369 -[loc_12369] -sharelight=yes -active=no -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 12370 -[loc_12370] -sharelight=yes -active=no -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_4345,A -model=model_4346,S - -// 12371 -[loc_12371] -sharelight=yes -active=no -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_6629,H - -// 12372 -[loc_12372] -sharelight=yes -active=no -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 12373 -[loc_12373] -sharelight=yes -active=no -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_13462,G -model=model_13465,V - -// 12374 -[loc_12374] -sharelight=yes -active=no -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_13463,A -model=model_13464,H - -// 12375 -[loc_12375] -sharelight=yes -active=no -mirror=yes -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_13462,G -model=model_13465,V - -// 12376 -[loc_12376] -sharelight=yes -active=no -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_13461,G - -// 12377 -[loc_12377] -sharelight=yes -active=no -mirror=yes -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_13461,G - -// 12378 -[loc_12378] -active=no -width=2 -length=2 -mirror=yes -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_13489 - -// 12379 -[loc_12379] -active=no -width=2 -length=2 -mirror=yes -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_13488 - -// 12380 -[loc_12380] -active=no -width=2 -length=2 -anim=seq_3408 -mirror=yes -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_13490 -model2=model_13488 - -// 12381 -[loc_12381] -active=no -hillskew=yes -sharelight=yes -contrast=10 -ambient=10 -model=model_13467,1 -model=model_13468,2 -model=model_13469,5 - -// 12382 -[loc_12382] -active=no -hillskew=yes -sharelight=yes -contrast=10 -ambient=10 -model=model_13466,1 - -// 12383 -[loc_12383] -active=no -hillskew=yes -sharelight=yes -contrast=10 -ambient=10 -recol1s=8385 -recol1d=5285 -recol2s=6273 -recol2d=3171 -recol3s=6304 -recol3d=4228 -recol4s=4192 -recol4d=2114 -recol5s=1056 -recol5d=1057 -model=model_13467,1 -model=model_13468,2 -model=model_13469,5 - -// 12384 -[loc_12384] -active=no -hillskew=yes -sharelight=yes -contrast=10 -ambient=10 -recol1s=8385 -recol1d=5285 -recol2s=6273 -recol2d=3171 -recol3s=6304 -recol3d=4228 -recol4s=4192 -recol4d=2114 -recol5s=1056 -recol5d=1057 -model=model_13466,1 - -// 12385 -[loc_12385] -active=no -hillskew=yes -sharelight=yes -contrast=10 -ambient=10 -model=model_24228,1 - -// 12386 -[loc_12386] -width=2 -length=2 -retex1s=material_173 -retex1d=material_132 -retex2s=material_73 -retex2d=material_160 -model=model_13484 -name=Table - -// 12387 -[loc_12387] -width=2 -length=2 -model=model_13485 -name=Table - -// 12388 -[loc_12388] -width=2 -length=2 -recol1s=12578 -recol1d=8455 -recol2s=10466 -recol2d=7398 -recol3s=8353 -recol3d=5284 -retex1s=material_173 -retex1d=material_132 -retex2s=material_73 -retex2d=material_160 -model=model_13484 -name=Table - -// 12389 -[loc_12389] -active=yes -op1=Climb-Down -forceapproach=east -msi=msi_7 -model=model_13458 -name=Ladder - -// 12390 -[loc_12390] -active=yes -op1=Climb-up -msi=msi_7 -model=model_13459 -name=Ladder - -// 12391 -[loc_12391] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=9409 -recol1d=9512 -recol2s=8353 -recol2d=7398 -recol3s=5216 -recol3d=6341 -model=model_13459 -name=Ladder - -// 12392 -[loc_12392] -recol1s=9412 -recol1d=9409 -recol2s=9411 -recol2d=9409 -model=model_13877 -model2=model_13903 -name=Sacks - -// 12393 -[loc_12393] -recol1s=9412 -recol1d=6341 -recol2s=9411 -recol2d=6341 -recol3s=8355 -recol3d=7332 -model=model_13877 -model2=model_13903 -name=Sacks - -// 12394 -[loc_12394] -width=2 -recol1s=9412 -recol1d=9409 -recol2s=9411 -recol2d=9409 -model=model_13904 -name=Sack Pile - -// 12395 -[loc_12395] -width=2 -recol1s=9412 -recol1d=6341 -recol2s=9411 -recol2d=6341 -recol3s=8355 -recol3d=7332 -model=model_13904 -name=Sack Pile - -// 12396 -[loc_12396] -model=model_7701 -name=Sack - -// 12397 -[loc_12397] -contrast=10 -ambient=10 -model=model_13457,Q - -// 12398 -[loc_12398] -contrast=10 -ambient=10 -recol1s=8388 -recol1d=9573 -recol2s=3235 -recol2d=3331 -model=model_13457,Q - -// 12399 -[loc_12399] -recol1s=10501 -recol1d=8423 -recol2s=9444 -recol2d=7366 -recol3s=7330 -recol3d=6309 -recol4s=6273 -recol4d=5252 -recol5s=5216 -recol5d=7366 -recol6s=4160 -recol6d=2048 -model=model_7701 -name=Sack - -// 12400 -[loc_12400] -width=3 -length=3 -anim=seq_3405 -blockwalk=yes -bgsound=synth_3115,3 -model=model_13492 -model2=model_13493 -model3=model_13494 -name=Cauldron - -// 12401 -[loc_12401] -width=3 -length=3 -blockwalk=yes -anim=seq_3406 -bgsound=synth_2197,3 -model=model_13492 -model2=model_13493 -model3=model_13494 -name=Cauldron - -// 12402 -[loc_12402] -width=3 -length=3 -blockwalk=yes -anim=seq_3407 -model=model_13492 -model2=model_13493 -model3=model_13494 -name=Explosion - -// 12403 -[loc_12403] -width=2 -model=model_13479 -name=Shelves - -// 12404 -[loc_12404] -width=2 -model=model_13480 -name=Shelves - -// 12405 -[loc_12405] -width=2 -model=model_13486 -name=Cupboard - -// 12406 -[loc_12406] -width=2 -model=model_13487 -name=Cupboard - -// 12407 -[loc_12407] -model=model_13481 -name=Stool - -// 12408 -[loc_12408] -model=model_13482 -name=Stool - -// 12409 -[loc_12409] -model=model_13483 -name=Stool - -// 12410 -[loc_12410] -model=model_13477 -name=Saucepan - -// 12411 -[loc_12411] -model=model_13478 -name=Saucepan - -// 12412 -[loc_12412] -model=model_13475 -name=Rolling pin - -// 12413 -[loc_12413] -model=model_13476 -name=Rolling pin - -// 12414 -[loc_12414] -model=model_13470 -name=Spork - -// 12415 -[loc_12415] -model=model_13471 -name=Spork - -// 12416 -[loc_12416] -width=2 -length=2 -active=yes -multivar=varplayerbit_1868 -multiloc=0,loc_12386 -multiloc=1,loc_12387 -multiloc=2,loc_12387 - -// 12417 -[loc_12417] -width=2 -length=2 -active=no -multivar=varplayerbit_1868 -multiloc=0,loc_12378 -multiloc=1,loc_12380 -multiloc=2,loc_12379 - -// 12418 -[loc_12418] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13495,1 -model=model_13496,2 -model=model_13497,3 -model=model_13498,4 - -// 12419 -[loc_12419] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13507,1 -model=model_13508,2 -model=model_13509,3 -model=model_13510,4 - -// 12420 -[loc_12420] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13501,1 - -// 12421 -[loc_12421] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13499,1 - -// 12422 -[loc_12422] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13500,1 - -// 12423 -[loc_12423] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13502,1 - -// 12424 -[loc_12424] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13499,1 - -// 12425 -[loc_12425] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13503,1 - -// 12426 -[loc_12426] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13505,1 - -// 12427 -[loc_12427] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13506,1 - -// 12428 -[loc_12428] -sharelight=yes -hillskew=yes -ambient=15 -model=model_13504,1 - -// 12429 -[loc_12429] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=24137 -recol1d=8386 -recol2s=20935 -recol2d=7361 -model=model_4246,4 - -// 12430 -[loc_12430] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=7361 -recol2s=11523 -recol2d=8386 -recol3s=8353 -recol3d=6305 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 12431 -[loc_12431] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=7361 -recol2s=1152 -recol2d=8386 -recol3s=8353 -recol3d=6305 -model=model_8762,1 -model=model_8763,4 -model=model_8761,0 - -// 12432 -[loc_12432] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=7361 -recol2s=11523 -recol2d=8386 -recol3s=8353 -recol3d=6305 -model=model_13512,0 - -// 12433 -[loc_12433] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_13513,0 - -// 12434 -[loc_12434] -ambient=25 -blockrange=no -recol1s=13605 -recol1d=8386 -recol2s=12548 -recol2d=7361 -recol3s=11491 -recol3d=6305 -recol4s=10434 -recol4d=6305 -recol5s=7297 -recol5d=6305 -model=model_8232 -model2=model_9531 -name=Barrel - -// 12435 -[loc_12435] -ambient=25 -blockrange=no -recol1s=13605 -recol1d=8386 -recol2s=12548 -recol2d=7361 -recol3s=11491 -recol3d=6305 -recol4s=10434 -recol4d=6305 -recol5s=7297 -recol5d=6305 -model=model_8232 -name=Barrel - -// 12436 -[loc_12436] -hillskew=yes -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=7361 -recol2s=11523 -recol2d=8386 -model=model_1068,0 - -// 12437 -[loc_12437] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=7361 -recol2s=11523 -recol2d=8386 -model=model_1089,0 - -// 12438 -[loc_12438] -sharelight=yes -active=no -recol1s=13603 -recol1d=7361 -model=model_2211 - -// 12439 -[loc_12439] -sharelight=yes -active=no -recol1s=13603 -recol1d=7361 -model=model_2180 - -// 12440 -[loc_12440] -blockrange=no -recol1s=7297 -recol1d=8386 -model=model_1258 -name=Stool - -// 12441 -[loc_12441] -sharelight=yes -active=no -recol1s=13603 -recol1d=7361 -model=model_2196 - -// 12442 -[loc_12442] -ambient=20 -blockrange=no -recol1s=14695 -recol1d=8386 -recol2s=13638 -recol2d=8386 -recol3s=12581 -recol3d=7361 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=6305 -recol6s=9410 -recol6d=6305 -model=model_7699 -name=Crate - -// 12443 -[loc_12443] -ambient=20 -recol1s=14695 -recol1d=8386 -recol2s=13638 -recol2d=8386 -recol3s=12581 -recol3d=7361 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=6305 -recol6s=9410 -recol6d=6305 -model=model_7700 -name=Crate - -// 12444 -[loc_12444] -active=yes -op1=Open -raiseobject=no -recol1s=14626 -recol1d=8386 -recol2s=13569 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 12445 -[loc_12445] -active=yes -op1=Close -raiseobject=no -recol1s=14626 -recol1d=8386 -recol2s=13569 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 12446 -[loc_12446] -op1=Open -raiseobject=no -mirror=yes -recol1s=13569 -recol1d=8386 -recol2s=12547 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_12367,1 -name=Large door - -// 12447 -[loc_12447] -op1=Close -raiseobject=no -mirror=yes -recol1s=13569 -recol1d=8386 -recol2s=12547 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_12367,1 -name=Large door - -// 12448 -[loc_12448] -op1=Open -raiseobject=no -recol1s=13569 -recol1d=8386 -recol2s=12547 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_12367,1 -name=Large door - -// 12449 -[loc_12449] -op1=Close -raiseobject=no -recol1s=13569 -recol1d=8386 -recol2s=12547 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_12367,1 -name=Large door - -// 12450 -[loc_12450] -width=2 -model=model_13881 -name=Table - -// 12451 -[loc_12451] -op1=Open -forceapproach=north -model=model_13472 -name=Chest - -// 12452 -[loc_12452] -op1=Close -op2=Search -forceapproach=north -model=model_13473 -name=Chest - -// 12453 -[loc_12453] -model=model_13474 -name=Skulls - -// 12454 -[loc_12454] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=11590 -recol2s=7364 -recol2d=12647 -recol3s=8421 -recol3d=13702 -recol4s=9478 -recol4d=14759 -recol5s=10535 -recol5d=15815 -recol6s=11592 -recol6d=16872 -model=model_13740,1 -model=model_13741,2 -model=model_13742,5 - -// 12455 -[loc_12455] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=16872 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 12456 -[loc_12456] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=16872 -recol2s=7364 -recol2d=17929 -recol3s=8421 -recol3d=20041 -recol4s=9478 -recol4d=21098 -recol5s=10535 -recol5d=22155 -recol6s=11592 -recol6d=23212 -model=model_13740,1 -model=model_13741,2 -model=model_13742,5 - -// 12457 -[loc_12457] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=23212 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 12458 -[loc_12458] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=23212 -recol2s=7364 -recol2d=23214 -recol3s=8421 -recol3d=24271 -recol4s=9478 -recol4d=25328 -recol5s=10535 -recol5d=26386 -recol6s=11592 -recol6d=26418 -model=model_13740,1 -model=model_13741,2 -model=model_13742,5 - -// 12459 -[loc_12459] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=26418 -model=model_834 - -// 12460 -[loc_12460] -sharelight=yes -hillskew=yes -op1=Enter -active=yes -recol1s=6307 -recol1d=16872 -recol2s=7364 -recol2d=17929 -recol3s=8421 -recol3d=20041 -recol4s=9478 -recol4d=21098 -recol5s=10535 -recol5d=22155 -recol6s=11592 -recol6d=23212 -model=model_13744,1 -name=Underwater Cavern Entrance - -// 12461 -[loc_12461] -sharelight=yes -hillskew=yes -mirror=yes -op1=Enter -active=yes -recol1s=6307 -recol1d=16872 -recol2s=7364 -recol2d=17929 -recol3s=8421 -recol3d=20041 -recol4s=9478 -recol4d=21098 -recol5s=10535 -recol5d=22155 -recol6s=11592 -recol6d=23212 -model=model_13744,1 -name=Underwater Cavern Entrance - -// 12462 -[loc_12462] -sharelight=yes -hillskew=yes -op1=Exit -active=yes -recol1s=6307 -recol1d=16872 -recol2s=7364 -recol2d=17929 -recol3s=8421 -recol3d=20041 -recol4s=9478 -recol4d=21098 -recol5s=10535 -recol5d=22155 -recol6s=11592 -recol6d=23212 -model=model_13744,1 -name=Underwater Cavern Entrance - -// 12463 -[loc_12463] -sharelight=yes -hillskew=yes -mirror=yes -op1=Exit -active=yes -recol1s=6307 -recol1d=16872 -recol2s=7364 -recol2d=17929 -recol3s=8421 -recol3d=20041 -recol4s=9478 -recol4d=21098 -recol5s=10535 -recol5d=22155 -recol6s=11592 -recol6d=23212 -model=model_13744,1 -name=Underwater Cavern Entrance - -// 12464 -[loc_12464] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=23212 -recol2s=7364 -recol2d=23214 -recol3s=8421 -recol3d=24271 -recol4s=9478 -recol4d=25328 -recol5s=10535 -recol5d=26386 -recol6s=11592 -recol6d=26418 -model=model_13743,1 - -// 12465 -[loc_12465] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=6307 -recol1d=23212 -recol2s=7364 -recol2d=23214 -recol3s=8421 -recol3d=24271 -recol4s=9478 -recol4d=25328 -recol5s=10535 -recol5d=26386 -recol6s=11592 -recol6d=26418 -model=model_13743,1 - -// 12466 -[loc_12466] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_13736,1 -model=model_13737,5 - -// 12467 -[loc_12467] -hillskew=yes -active=yes -op1=Open -blockrange=no -model=model_13739,1 -name=Pen Door - -// 12468 -[loc_12468] -hillskew=yes -active=yes -mirror=yes -op1=Open -blockrange=no -model=model_13739,1 -name=Pen Door - -// 12469 -[loc_12469] -hillskew=yes -active=no -blockrange=no -model=model_13739,1 - -// 12470 -[loc_12470] -hillskew=yes -active=no -mirror=yes -blockrange=no -model=model_13739,1 - -// 12471 -[loc_12471] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_13735,1 - -// 12472 -[loc_12472] -sharelight=yes -hillskew=yes -active=no -mirror=yes -blockrange=no -model=model_13735,1 - -// 12473 -[loc_12473] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_13738,1 - -// 12474 -[loc_12474] -sharelight=yes -msi=msi_41 -model=model_13732 -name=Anchor - -// 12475 -[loc_12475] -sharelight=yes -mirror=yes -op1=Climb -msi=msi_41 -model=model_13733 -name=Anchor - -// 12476 -[loc_12476] -sharelight=yes -mirror=yes -msi=msi_41 -model=model_13734 -name=Anchor - -// 12477 -[loc_12477] -anim=seq_3438 -model=model_13831 -name=Kelp - -// 12478 -[loc_12478] -blockwalk=no -op1=Pick -model=model_9062 -name=Kelp - -// 12479 -[loc_12479] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13783 -name=Coral Reef - -// 12480 -[loc_12480] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13784 -name=Coral - -// 12481 -[loc_12481] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13778 -name=Coral - -// 12482 -[loc_12482] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13779 -name=Coral - -// 12483 -[loc_12483] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13780 -name=Coral - -// 12484 -[loc_12484] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13785 -name=Coral - -// 12485 -[loc_12485] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13786 -name=Coral - -// 12486 -[loc_12486] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13787 -name=Coral - -// 12487 -[loc_12487] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13781 -name=Coral - -// 12488 -[loc_12488] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13782 -name=Coral - -// 12489 -[loc_12489] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13763 -name=Coral - -// 12490 -[loc_12490] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13764 -name=Coral - -// 12491 -[loc_12491] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13758 -name=Coral - -// 12492 -[loc_12492] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13759 -name=Coral - -// 12493 -[loc_12493] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13760 -name=Coral - -// 12494 -[loc_12494] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13765 -name=Coral - -// 12495 -[loc_12495] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13766 -name=Coral - -// 12496 -[loc_12496] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13767 -name=Coral - -// 12497 -[loc_12497] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13761 -name=Coral - -// 12498 -[loc_12498] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13762 -name=Coral - -// 12499 -[loc_12499] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13773 -name=Coral Reef - -// 12500 -[loc_12500] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13774 -name=Coral - -// 12501 -[loc_12501] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13768 -name=Coral - -// 12502 -[loc_12502] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13769 -name=Coral - -// 12503 -[loc_12503] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13770 -name=Coral - -// 12504 -[loc_12504] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13775 -name=Coral - -// 12505 -[loc_12505] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13776 -name=Coral - -// 12506 -[loc_12506] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13777 -name=Coral - -// 12507 -[loc_12507] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13771 -name=Coral - -// 12508 -[loc_12508] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13772 -name=Coral - -// 12509 -[loc_12509] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13753 -name=Coral Reef - -// 12510 -[loc_12510] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13754 -name=Coral - -// 12511 -[loc_12511] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13748 -name=Coral - -// 12512 -[loc_12512] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13749 -name=Coral - -// 12513 -[loc_12513] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13750 -name=Coral - -// 12514 -[loc_12514] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13755 -name=Coral - -// 12515 -[loc_12515] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13756 -name=Coral - -// 12516 -[loc_12516] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13757 -name=Coral - -// 12517 -[loc_12517] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13751 -name=Coral - -// 12518 -[loc_12518] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13752 -name=Coral - -// 12519 -[loc_12519] -active=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13798 -name=Coral - -// 12520 -[loc_12520] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13793 -name=Coral Reef - -// 12521 -[loc_12521] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13794 -name=Coral - -// 12522 -[loc_12522] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13788 -name=Coral - -// 12523 -[loc_12523] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13789 -name=Coral - -// 12524 -[loc_12524] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13790 -name=Coral - -// 12525 -[loc_12525] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13795 -name=Coral - -// 12526 -[loc_12526] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13796 -name=Coral - -// 12527 -[loc_12527] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13797 -name=Coral - -// 12528 -[loc_12528] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13791 -name=Coral - -// 12529 -[loc_12529] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13792 -name=Coral - -// 12530 -[loc_12530] -active=yes -sharelight=yes -hillskew=yes -ambient=30 -recol1s=16872 -recol1d=16875 -recol2s=15815 -recol2d=15818 -recol3s=14759 -recol3d=14761 -recol4s=11590 -recol4d=11592 -model=model_13747 -name=Anchor - -// 12531 -[loc_12531] -anim=seq_3440 -ambient=25 -shadow=no -bgsound=synth_3076,5 -blockwalk=yes -model=model_13745,8 -model=model_13746,0 -name=Bubbles - -// 12532 -[loc_12532] -active=no -width=3 -length=3 -anim=seq_3445 -model=model_13552 - -// 12533 -[loc_12533] -ambient=60 -contrast=60 -hillskew=yes -model=model_13515,0 - -// 12534 -[loc_12534] -ambient=60 -contrast=60 -hillskew=yes -model=model_13517,0 - -// 12535 -[loc_12535] -ambient=60 -contrast=60 -hillskew=yes -model=model_13516,0 - -// 12536 -[loc_12536] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -resizey=156 -model=model_11565 -name=Staircase - -// 12537 -[loc_12537] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=east -msi=msi_7 -ambient=20 -resizey=156 -model=model_11568 -name=Staircase - -// 12538 -[loc_12538] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=20 -resizey=152 -model=model_9519 -name=Staircase - -// 12539 -[loc_12539] -length=2 -op1=Search -forceapproach=east -model=model_9501 -name=Bookcase - -// 12540 -[loc_12540] -length=2 -op1=Search -forceapproach=east -offsetz=-32 -model=model_9501 -name=Bookcase - -// 12541 -[loc_12541] -width=2 -blockrange=no -recol1s=14695 -recol1d=10434 -recol2s=12581 -recol2d=9377 -recol3s=16809 -recol3d=11491 -model=model_8246 -name=Table - -// 12542 -[loc_12542] -anim=seq_2900 -active=no -ambient=43 -contrast=22 -recol1s=8456 -recol1d=12719 -recol2s=6342 -recol2d=10604 -recol3s=7399 -recol3d=11662 -model=model_10048,Q - -// 12543 -[loc_12543] -width=2 -blockrange=no -recol1s=16809 -recol1d=12548 -recol2s=14695 -recol2d=11491 -recol3s=13638 -recol3d=10434 -recol4s=12581 -recol4d=9377 -model=model_9547 -name=Large table - -// 12544 -[loc_12544] -blockrange=no -recol1s=16809 -recol1d=12548 -recol2s=14695 -recol2d=11491 -recol3s=13638 -recol3d=10434 -recol4s=12581 -recol4d=9377 -model=model_9590 -name=Table - -// 12545 -[loc_12545] -ambient=10 -op1=Search -recol1s=13639 -recol1d=14662 -recol2s=12582 -recol2d=13605 -recol3s=11525 -recol3d=12548 -recol4s=10468 -recol4d=11491 -recol5s=9411 -recol5d=10434 -recol6s=8354 -recol6d=9377 -model=model_5283 -name=Boxes - -// 12546 -[loc_12546] -ambient=35 -op1=Search -resizex=100 -resizey=100 -resizez=100 -blockrange=no -recol1s=13639 -recol1d=8320 -recol2s=12582 -recol2d=9377 -recol3s=11525 -recol3d=10434 -recol4s=10468 -recol4d=12548 -recol5s=9411 -recol5d=13605 -recol6s=8354 -recol6d=11491 -model=model_5256 -name=Crate - -// 12547 -[loc_12547] -ambient=35 -op1=Search -resizex=100 -resizey=100 -resizez=100 -blockrange=no -recol1s=14695 -recol1d=13605 -recol2s=13638 -recol2d=12548 -recol3s=12581 -recol3d=11491 -recol4s=11524 -recol4d=10434 -recol5s=10467 -recol5d=9377 -recol6s=9410 -recol6d=8320 -model=model_7699 -name=Crate - -// 12548 -[loc_12548] -ambient=35 -op1=Search -resizex=100 -resizey=100 -resizez=100 -recol1s=14695 -recol1d=13605 -recol2s=13638 -recol2d=12548 -recol3s=12581 -recol3d=11491 -recol4s=11524 -recol4d=10434 -recol5s=10467 -recol5d=9377 -recol6s=9410 -recol6d=8320 -model=model_7700 -name=Crates - -// 12549 -[loc_12549] -active=yes -width=4 -multivar=varplayerbit_1906 -multiloc=0,loc_12550 -multiloc=1,loc_12551 -multiloc=2,loc_12552 -multiloc=3,loc_12553 -multiloc=4,loc_12554 -multiloc=5,loc_12555 - -// 12550 -[loc_12550] -hillskew=yes -width=4 -shadow=no -msi=msi_0 -model=model_13717 -name=Old tree - -// 12551 -[loc_12551] -hillskew=yes -width=4 -shadow=no -msi=msi_0 -anim=seq_3459 -model=model_13718 -name=Old tree - -// 12552 -[loc_12552] -hillskew=yes -width=4 -shadow=no -msi=msi_0 -model=model_13719 -name=Old tree - -// 12553 -[loc_12553] -hillskew=yes -width=4 -shadow=no -msi=msi_0 -model=model_13720 -name=Old tree - -// 12554 -[loc_12554] -hillskew=yes -width=4 -shadow=no -msi=msi_0 -model=model_13721 -name=Crude boat - -// 12555 -[loc_12555] -hillskew=yes -width=4 -shadow=no -msi=msi_0 -model=model_13722 -name=Roots - -// 12556 -[loc_12556] -anim=seq_3472 -blockwalk=no -shadow=no -model=model_13725 -name=Rock and string - -// 12557 -[loc_12557] -anim=seq_3472 -blockwalk=no -shadow=no -recol1s=13570 -recol1d=13675 -model=model_13725 -name=Rock and string - -// 12558 -[loc_12558] -active=yes -width=2 -length=2 -msi=msi_5 -multivar=varplayerbit_1907 -multiloc=0,loc_12559 -multiloc=1,loc_12560 - -// 12559 -[loc_12559] -length=2 -width=2 -hillskew=yes -msi=msi_5 -model=model_13714 -model2=model_13713 -name=Tree - -// 12560 -[loc_12560] -length=2 -width=2 -hillskew=yes -msi=msi_5 -model=model_13716 -model2=model_13715 -name=Tree - -// 12561 -[loc_12561] -width=2 -blockrange=no -recol1s=27211 -recol1d=20069 -model=model_13434 -name=Ogre spit-roast - -// 12562 -[loc_12562] -width=2 -blockrange=no -recol1s=27211 -recol1d=14722 -model=model_13434 -name=Ogre spit-roast - -// 12563 -[loc_12563] -width=2 -blockrange=no -recol1s=27211 -recol1d=6273 -model=model_13434 -name=Ogre spit-roast - -// 12564 -[loc_12564] -op1=Mine -op2=Prospect -op3=hidden -recol1s=16909 -recol1d=13570 -recol2s=6342 -recol2d=8288 -model=model_3184 -name=Pile of Rock - -// 12565 -[loc_12565] -op1=Mine -op2=Prospect -op3=hidden -recol1s=10504 -recol1d=13570 -recol2s=6342 -recol2d=8288 -model=model_3183 -name=Pile of Rock - -// 12566 -[loc_12566] -op1=Mine -op2=Prospect -op3=hidden -resizex=96 -resizey=96 -resizez=96 -recol1s=10504 -recol1d=13570 -recol2s=6342 -recol2d=8288 -model=model_3195 -name=Pile of Rock - -// 12567 -[loc_12567] -op1=Mine -op2=Prospect -resizex=64 -resizey=64 -resizez=64 -recol1s=10504 -recol1d=13570 -recol2s=6342 -recol2d=8288 -model=model_3195 -name=Pile of Rock - -// 12568 -[loc_12568] -op1=Jump-to -active=yes -blockwalk=yes -blockrange=no -model=model_13604,0 -name=Stepping stone - -// 12569 -[loc_12569] -op1=Climb-down -active=yes -forceapproach=south -blockwalk=yes -blockrange=no -model=model_13604,0 -name=Temp Stone 4 Zip - -// 12570 -[loc_12570] -ambient=25 -op1=Climb -forceapproach=east -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_13576 -name=Tropical tree - -// 12571 -[loc_12571] -width=3 -length=3 -ambient=25 -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_13578 -name=Tropical tree - -// 12572 -[loc_12572] -width=3 -offsety=200 -ambient=25 -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_13577 -name=Tropical tree - -// 12573 -[loc_12573] -op1=Swing across -blockwalk=no -hillskew=yes -op1=Swing Across -hardshadow=no -model=model_13583 -name=Monkeybars - -// 12574 -[loc_12574] -blockwalk=no -active=no -hillskew=yes -hardshadow=no -model=model_13582 - -// 12575 -[loc_12575] -op1=Swing across -blockwalk=no -hillskew=yes -op1=Swing Across -hardshadow=no -model=model_13583 -name=Monkeybars - -// 12576 -[loc_12576] -hillskew=yes -forcedecor=yes -op1=Climb-up -blockwalk=yes -model=model_13575,0 -name=Skull slope - -// 12577 -[loc_12577] -hillskew=yes -forcedecor=yes -model=model_13575,0 - -// 12578 -[loc_12578] -width=4 -forceapproach=west -shadow=no -op1=Swing -offsety=-160 -model=model_11180 -name=Rope - -// 12579 -[loc_12579] -width=2 -ambient=25 -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_13579 -name=Tropical tree - -// 12580 -[loc_12580] -width=3 -length=3 -ambient=25 -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_13580 -name=Tropical tree - -// 12581 -[loc_12581] -active=yes -sharelight=yes -op1=Enter -blockwalk=yes -model=model_13605,0 -name=Hole - -// 12582 -[loc_12582] -sharelight=yes -hillskew=yes -contrast=10 -ambient=10 -model=model_13602,2 -model=model_13603,5 - -// 12583 -[loc_12583] -sharelight=yes -hillskew=yes -contrast=10 -ambient=10 -model=model_13600,1 - -// 12584 -[loc_12584] -sharelight=yes -hillskew=yes -contrast=10 -ambient=10 -model=model_13599,1 - -// 12585 -[loc_12585] -sharelight=yes -hillskew=yes -contrast=10 -ambient=10 -model=model_13601,1 - -// 12586 -[loc_12586] -sharelight=yes -hillskew=yes -contrast=10 -ambient=10 -model=model_13598,1 - -// 12587 -[loc_12587] -sharelight=yes -hillskew=yes -contrast=10 -ambient=10 -model=model_13592,0 - -// 12588 -[loc_12588] -sharelight=yes -hillskew=yes -mirror=yes -contrast=10 -ambient=10 -model=model_13592,0 - -// 12589 -[loc_12589] -sharelight=yes -hillskew=yes -mirror=yes -contrast=10 -ambient=10 -recol1s=16909 -recol1d=6240 -model=model_9527 -name=Rock - -// 12590 -[loc_12590] -sharelight=yes -hillskew=yes -mirror=yes -contrast=10 -ambient=10 -recol1s=16909 -recol1d=6273 -model=model_9526 -name=Rock - -// 12591 -[loc_12591] -sharelight=yes -hillskew=yes -mirror=yes -contrast=10 -ambient=10 -model=model_13590,0 - -// 12592 -[loc_12592] -sharelight=yes -hillskew=yes -contrast=5 -ambient=5 -model=model_13594,1 -model=model_13595,2 -model=model_13596,5 - -// 12593 -[loc_12593] -sharelight=yes -hillskew=yes -contrast=5 -ambient=5 -model=model_13597,1 - -// 12594 -[loc_12594] -anim=seq_3528 -ambient=10 -active=yes -model=model_13618,Q -name=Snake - -// 12595 -[loc_12595] -anim=seq_3534 -ambient=10 -active=yes -model=model_13618,Q -name=Snake - -// 12596 -[loc_12596] -anim=seq_3529 -ambient=10 -active=yes -model=model_13618,Q -name=Snake - -// 12597 -[loc_12597] -anim=seq_3530 -ambient=10 -active=yes -model=model_13618,Q -name=Hole - -// 12598 -[loc_12598] -anim=seq_3531 -ambient=10 -active=yes -blockwalk=no -model=model_13617 -model2=model_13590 -name=Snake - -// 12599 -[loc_12599] -anim=seq_3532 -ambient=10 -active=yes -model=model_13618,Q -name=Snake - -// 12600 -[loc_12600] -anim=seq_3532 -ambient=10 -active=yes -model=model_13618 -name=Snake - -// 12601 -[loc_12601] -width=2 -length=2 -anim=seq_3101 -ambient=60 -contrast=60 -blockwalk=no -shadow=no -op1=Climb -recol1s=7328 -recol1d=11557 -recol2s=9408 -recol2d=11557 -model=model_10941 -model2=model_13593 -name=Rope - -// 12602 -[loc_12602] -hillskew=yes -width=2 -length=2 -active=yes -op1=Enter -sharelight=yes -model=model_13591 -name=Pit - -// 12603 -[loc_12603] -op1=Pick Nuts -active=yes -blockwalk=yes -model=model_1565,8 -model=model_20041,0 -name=Tchiki Monkey Nut Bush - -// 12604 -[loc_12604] -op1=Pick Banana -active=yes -recol1s=20967 -recol1d=32006 -recol2s=14983 -recol2d=32006 -recol3s=29672 -recol3d=32006 -model=model_1689 -name=Strange Banana Tree - -// 12605 -[loc_12605] -width=2 -length=2 -anim=seq_3101 -ambient=60 -contrast=60 -blockwalk=no -shadow=no -op1=Climb -model=model_10941 -model2=model_13593 -name=Light - -// 12606 -[loc_12606] -active=yes -width=2 -length=3 -ambient=20 -blockwalk=yes -op1=Pick -forceapproach=north -blockrange=no -model=model_13614 -model2=model_13612 -name=Banana tree - -// 12607 -[loc_12607] -active=yes -width=2 -length=3 -ambient=20 -blockwalk=yes -op1=Pick -forceapproach=north -blockrange=no -model=model_13614 -model2=model_13612 -model3=model_13611 -name=Banana tree - -// 12608 -[loc_12608] -anim=seq_3478 -active=yes -width=2 -length=3 -ambient=20 -blockwalk=yes -forceapproach=north -blockrange=no -model=model_13614 -model2=model_13612 -model3=model_13611 -model4=model_13613 -name=Red Banana Tree - -// 12609 -[loc_12609] -active=yes -width=2 -length=3 -ambient=20 -blockwalk=yes -op1=Pick -forceapproach=north -blockrange=no -model=model_13614 -model2=model_13612 -model3=model_13610 -name=Red Banana Tree - -// 12610 -[loc_12610] -active=yes -width=2 -length=3 -ambient=20 -blockwalk=yes -forceapproach=north -blockrange=no -multivar=varplayerbit_1918 -multiloc=0,loc_12606 -multiloc=1,loc_12607 -multiloc=2,loc_12608 -multiloc=3,loc_12609 - -// 12611 -[loc_12611] -active=no -hillskew=yes -ambient=30 -forcedecor=yes -blockrange=no -recol1s=11594 -recol1d=8257 -recol2s=8423 -recol2d=7168 -recol3s=10537 -recol3d=5120 -recol4s=9480 -recol4d=5120 -model=model_13564,0 - -// 12612 -[loc_12612] -active=no -hillskew=yes -ambient=30 -forcedecor=yes -blockrange=no -recol1s=11594 -recol1d=8257 -recol2s=8423 -recol2d=7168 -recol3s=10537 -recol3d=5120 -recol4s=9480 -recol4d=5120 -model=model_13565,0 - -// 12613 -[loc_12613] -active=no -hillskew=yes -ambient=30 -forcedecor=yes -blockrange=no -recol1s=11594 -recol1d=8257 -recol2s=8423 -recol2d=7168 -recol3s=10537 -recol3d=5120 -recol4s=9480 -recol4d=5120 -model=model_13566,0 - -// 12614 -[loc_12614] -active=no -hillskew=yes -ambient=30 -forcedecor=yes -blockrange=no -recol1s=11594 -recol1d=8257 -recol2s=8423 -recol2d=7168 -recol3s=10537 -recol3d=5120 -recol4s=9480 -recol4d=5120 -model=model_13567,0 - -// 12615 -[loc_12615] -active=yes -blockwalk=yes -width=2 -length=2 -op1=Pick -blockrange=no -recol1s=27379 -recol1d=25098 -model=model_7826 -model2=model_7815 -model3=model_13581 -name=Bush - -// 12616 -[loc_12616] -ambient=50 -length=3 -op1=Climb-up -recol1s=7328 -recol1d=11557 -recol2s=9408 -recol2d=11557 -model=model_1487 -model2=model_13908 -model3=model_13909 -name=Exit - -// 12617 -[loc_12617] -sharelight=yes -hillskew=yes -op1=Enter -ambient=25 -contrast=15 -model=model_37618,1 -model=model_37711,5 -name=Exit - -// 12618 -[loc_12618] -msi=msi_0 -op1=Climb-down -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_1676 -name=Tropical tree - -// 12619 -[loc_12619] -sharelight=yes -hillskew=yes -ambient=20 -model=model_13569,1 -model=model_13570,5 - -// 12620 -[loc_12620] -sharelight=yes -hillskew=yes -ambient=20 -model=model_13571,1 -model=model_13572,5 - -// 12621 -[loc_12621] -sharelight=yes -hillskew=yes -mirror=yes -ambient=20 -model=model_13571,1 -model=model_13572,5 - -// 12622 -[loc_12622] -hillskew=yes -forcedecor=yes -op1=Climb-down -blockwalk=yes -hardshadow=no -model=model_13584,0 -name=Vine - -// 12623 -[loc_12623] -hillskew=yes -forcedecor=yes -hardshadow=no -model=model_13589,1 -model=model_13588,0 - -// 12624 -[loc_12624] -hillskew=yes -forcedecor=yes -hardshadow=no -model=model_13585,0 - -// 12625 -[loc_12625] -forcedecor=yes -hillskew=yes -hardshadow=no -model=model_13568,0 - -// 12626 -[loc_12626] -hillskew=yes -forcedecor=yes -model=model_13587,4 -model=model_13586,0 - -// 12627 -[loc_12627] -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_13563 -name=Tropical tree - -// 12628 -[loc_12628] -forcedecor=yes -sharelight=yes -model=model_13609,0 - -// 12629 -[loc_12629] -forcedecor=yes -sharelight=yes -model=model_13606,0 - -// 12630 -[loc_12630] -forcedecor=yes -sharelight=yes -model=model_13607,0 - -// 12631 -[loc_12631] -forcedecor=yes -sharelight=yes -model=model_13608,0 - -// 12632 -[loc_12632] -blockwalk=no -active=no -hillskew=yes -hardshadow=no -model=model_13583 - -// 12633 -[loc_12633] -length=3 -active=yes -multivar=varplayerbit_1857 -multiloc=0,loc_12634 -multiloc=1,loc_12635 -multiloc=2,loc_12636 -multiloc=3,loc_12637 - -// 12634 -[loc_12634] -length=3 -ambient=50 -resizex=118 -resizez=120 -resizey=128 -active=yes -model=model_14197 -name=Rock - -// 12635 -[loc_12635] -length=3 -ambient=50 -resizex=118 -resizez=120 -resizey=128 -active=yes -recol1s=21867 -recol1d=22990 -recol2s=9446 -recol2d=9479 -recol3s=8389 -recol3d=8422 -recol4s=5251 -recol4d=7332 -recol5s=6374 -recol5d=7431 -recol6s=5317 -recol6d=7431 -model=model_14197 -model2=model_14198 -name=Rock - -// 12636 -[loc_12636] -length=3 -ambient=50 -resizex=118 -resizez=120 -resizey=128 -active=yes -recol1s=9446 -recol1d=3138 -recol2s=8389 -recol2d=3138 -recol3s=6374 -recol3d=3138 -recol4s=6341 -recol4d=3138 -recol5s=21867 -recol5d=3138 -model=model_14197 -model2=model_14198 -name=Rock - -// 12637 -[loc_12637] -length=3 -ambient=50 -resizex=118 -resizez=120 -resizey=128 -active=yes -recol1s=9446 -recol1d=12514 -recol2s=8389 -recol2d=11457 -recol3s=5317 -recol3d=9409 -recol4s=21867 -recol4d=9377 -recol5s=6341 -recol5d=10433 -recol6s=6374 -recol6d=12513 -model=model_14197 -model2=model_14198 -name=Rock - -// 12638 -[loc_12638] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=no -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13860 - -// 12639 -[loc_12639] -hillskew=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13863 - -// 12640 -[loc_12640] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13863 - -// 12641 -[loc_12641] -hillskew=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13864 - -// 12642 -[loc_12642] -hillskew=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13865 - -// 12643 -[loc_12643] -hillskew=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13866 - -// 12644 -[loc_12644] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13866 - -// 12645 -[loc_12645] -hillskew=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13867 - -// 12646 -[loc_12646] -hillskew=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13868 - -// 12647 -[loc_12647] -hillskew=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13869 - -// 12648 -[loc_12648] -hillskew=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13870 - -// 12649 -[loc_12649] -hillskew=yes -ambient=35 -sharelight=yes -active=no -resizey=32 -recol1s=0 -recol1d=6273 -model=model_13861 - -// 12650 -[loc_12650] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=27483 -recol1d=26048 -recol2s=16846 -recol2d=12320 -recol3s=0 -recol3d=6273 -model=model_13861 -model2=model_13913 - -// 12651 -[loc_12651] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=27483 -recol1d=26048 -recol2s=16846 -recol2d=12320 -recol3s=0 -recol3d=6273 -model=model_13861 -model2=model_13914 - -// 12652 -[loc_12652] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=0 -recol1d=6273 -model=model_13861 -model2=model_13912 - -// 12653 -[loc_12653] -hillskew=yes -ambient=35 -blockwalk=no -active=no -recol1s=0 -recol1d=6273 -model=model_13862 - -// 12654 -[loc_12654] -anim=seq_523 -active=no -bgsound=synth_3073,3 -recol1s=0 -recol1d=6273 -model=model_2235 - -// 12655 -[loc_12655] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=6307 -recol1d=12580 -recol2s=7364 -recol2d=11523 -recol3s=8421 -recol3d=10466 -recol4s=9478 -recol4d=9409 -recol5s=10535 -recol5d=8352 -recol6s=11592 -recol6d=7296 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 12656 -[loc_12656] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -offsety=-120 -recol1s=12580 -recol1d=7296 -retex1s=material_560 -retex1d=material_418 -model=model_823 - -// 12657 -[loc_12657] -sharelight=yes -hillskew=yes -active=yes -op1=Enter -ambient=20 -recol1s=11592 -recol1d=12580 -recol2s=10535 -recol2d=11523 -recol3s=9478 -recol3d=10466 -recol4s=8421 -recol4d=9409 -recol5s=7364 -recol5d=8352 -recol6s=6307 -recol6d=7296 -model=model_13573,1 -name=Exit - -// 12658 -[loc_12658] -sharelight=yes -hillskew=yes -ambient=20 -recol1s=6307 -recol1d=7296 -recol2s=7364 -recol2d=8352 -recol3s=8421 -recol3d=9409 -recol4s=9478 -recol4d=10466 -recol5s=10535 -recol5d=11523 -recol6s=11592 -recol6d=12580 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 12659 -[loc_12659] -sharelight=yes -hillskew=yes -active=no -ambient=20 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 12660 -[loc_12660] -sharelight=yes -hillskew=yes -active=no -active=no -ambient=20 -model=model_787 - -// 12661 -[loc_12661] -model=model_1402 -name=Signpost - -// 12662 -[loc_12662] -sharelight=yes -active=no -wallwidth=32 -ambient=40 -contrast=30 -model=model_13519,1 -model=model_13520,2 -model=model_13521,3 -model=model_13522,4 -model=model_13523,5 - -// 12663 -[loc_12663] -sharelight=yes -active=no -wallwidth=32 -contrast=30 -ambient=40 -model=model_13526,1 - -// 12664 -[loc_12664] -sharelight=yes -active=no -wallwidth=32 -ambient=40 -contrast=30 -mirror=yes -model=model_13526,1 - -// 12665 -[loc_12665] -sharelight=yes -active=no -ambient=40 -contrast=30 -wallwidth=32 -model=model_13525,5 - -// 12666 -[loc_12666] -sharelight=yes -active=no -ambient=40 -contrast=30 -wallwidth=32 -model=model_13524,5 - -// 12667 -[loc_12667] -sharelight=yes -active=no -wallwidth=32 -ambient=40 -contrast=30 -model=model_13549,3 - -// 12668 -[loc_12668] -sharelight=yes -active=no -ambient=40 -contrast=30 -wallwidth=32 -model=model_13519,1 -model=model_13520,2 -model=model_13521,3 -model=model_13522,4 -model=model_13523,5 - -// 12669 -[loc_12669] -sharelight=yes -active=no -wallwidth=32 -ambient=40 -contrast=30 -model=model_13550,1 -model=model_13551,5 - -// 12670 -[loc_12670] -sharelight=yes -active=no -ambient=40 -contrast=30 -wallwidth=32 -model=model_13550,1 -model=model_13551,5 - -// 12671 -[loc_12671] -sharelight=yes -active=no -ambient=40 -contrast=30 -model=model_13527,1 -model=model_13528,2 -model=model_13529,3 -model=model_13530,4 -model=model_13531,5 - -// 12672 -[loc_12672] -sharelight=yes -active=no -ambient=40 -contrast=30 -model=model_13548,1 - -// 12673 -[loc_12673] -sharelight=yes -active=no -ambient=40 -contrast=30 -model=model_13547,1 - -// 12674 -[loc_12674] -sharelight=yes -active=no -wallwidth=32 -ambient=40 -contrast=30 -recol1s=7431 -recol1d=12718 -recol2s=6374 -recol2d=10604 -recol3s=9546 -recol3d=12718 -recol4s=9546 -recol4d=12718 -model=model_13519,1 -model=model_13520,2 -model=model_13521,3 -model=model_13522,4 -model=model_13523,5 - -// 12675 -[loc_12675] -sharelight=yes -active=no -wallwidth=32 -ambient=40 -contrast=30 -recol1s=7431 -recol1d=12718 -recol2s=6374 -recol2d=10604 -recol3s=9546 -recol3d=12718 -recol4s=9546 -recol4d=12718 -model=model_13526,1 - -// 12676 -[loc_12676] -sharelight=yes -active=no -wallwidth=32 -ambient=40 -contrast=30 -mirror=yes -recol1s=7431 -recol1d=12718 -recol2s=6374 -recol2d=10604 -recol3s=9546 -recol3d=12718 -recol4s=9546 -recol4d=12718 -model=model_13526,1 - -// 12677 -[loc_12677] -sharelight=yes -active=no -ambient=40 -contrast=30 -wallwidth=32 -recol1s=7431 -recol1d=12718 -recol2s=6374 -recol2d=10604 -recol3s=9546 -recol3d=12718 -recol4s=9546 -recol4d=12718 -model=model_13525,5 - -// 12678 -[loc_12678] -sharelight=yes -active=no -ambient=40 -contrast=30 -wallwidth=32 -recol1s=7431 -recol1d=12718 -recol2s=6374 -recol2d=10604 -recol3s=9546 -recol3d=12718 -recol4s=9546 -recol4d=12718 -model=model_13524,5 - -// 12679 -[loc_12679] -sharelight=yes -active=no -wallwidth=32 -ambient=40 -contrast=30 -recol1s=7431 -recol1d=12718 -recol2s=6374 -recol2d=10604 -recol3s=9546 -recol3d=12718 -recol4s=9546 -recol4d=12718 -model=model_13549,3 - -// 12680 -[loc_12680] -sharelight=yes -active=no -wallwidth=32 -ambient=40 -contrast=30 -recol1s=7431 -recol1d=12718 -recol2s=6374 -recol2d=10604 -recol3s=9546 -recol3d=12718 -recol4s=9546 -recol4d=12718 -model=model_13550,1 -model=model_13551,5 - -// 12681 -[loc_12681] -sharelight=yes -active=no -ambient=40 -contrast=30 -wallwidth=32 -recol1s=7431 -recol1d=12718 -recol2s=6374 -recol2d=10604 -recol3s=9546 -recol3d=12718 -recol4s=9546 -recol4d=12718 -model=model_13550,1 -model=model_13551,5 - -// 12682 -[loc_12682] -active=no -ambient=20 -contrast=30 -recol1s=22095 -recol1d=7432 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13518 - -// 12683 -[loc_12683] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13534 -model2=model_13535 -name=Bridge - -// 12684 -[loc_12684] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -mirror=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13534 -model2=model_13535 -name=Bridge - -// 12685 -[loc_12685] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13536,0 - -// 12686 -[loc_12686] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -mirror=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13536,0 - -// 12687 -[loc_12687] -ambient=20 -contrast=30 -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13538,0 - -// 12688 -[loc_12688] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13539,0 - -// 12689 -[loc_12689] -ambient=20 -contrast=30 -forcedecor=yes -mirror=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13539,0 - -// 12690 -[loc_12690] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13537,0 - -// 12691 -[loc_12691] -ambient=20 -contrast=30 -hillskew=yes -mirror=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13537,0 - -// 12692 -[loc_12692] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13533,0 - -// 12693 -[loc_12693] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13532,0 - -// 12694 -[loc_12694] -ambient=20 -contrast=30 -hillskew=yes -mirror=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13532,0 - -// 12695 -[loc_12695] -sharelight=yes -active=no -wallwidth=32 -ambient=40 -contrast=30 -recol1s=22095 -recol1d=7432 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13543,1 -model=model_13544,2 -model=model_13545,3 -model=model_13546,5 - -// 12696 -[loc_12696] -sharelight=yes -active=no -ambient=40 -contrast=30 -recol1s=22095 -recol1d=7432 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13527,1 -model=model_13528,2 -model=model_13529,3 -model=model_13530,4 -model=model_13531,5 - -// 12697 -[loc_12697] -hillskew=yes -ambient=30 -model=model_13540,0 - -// 12698 -[loc_12698] -hillskew=yes -ambient=30 -model=model_13541,0 - -// 12699 -[loc_12699] -hillskew=yes -ambient=30 -model=model_13542,0 - -// 12700 -[loc_12700] -active=no -recol1s=6342 -recol1d=11458 -retex1s=material_2 -retex1d=material_0 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 12701 -[loc_12701] -active=no -shadow=no -contrast=60 -ambient=60 -anim=seq_3542 -model=model_13916,8 -model=model_13921,0 - -// 12702 -[loc_12702] -active=no -shadow=no -contrast=60 -ambient=60 -anim=seq_3542 -model=model_13917,8 -model=model_13918,0 - -// 12703 -[loc_12703] -active=no -shadow=no -contrast=60 -ambient=60 -anim=seq_3542 -model=model_13920 - -// 12704 -[loc_12704] -active=no -width=2 -length=2 -shadow=no -contrast=60 -ambient=60 -anim=seq_3542 -model=model_13919 - -// 12705 -[loc_12705] -hillskew=yes -forcedecor=yes -recol1s=13505 -recol1d=3138 -recol2s=14594 -recol2d=3138 -recol3s=15618 -recol3d=3138 -model=model_1139,0 - -// 12706 -[loc_12706] -hillskew=yes -forcedecor=yes -recol1s=13505 -recol1d=3138 -recol2s=14594 -recol2d=3138 -recol3s=15618 -recol3d=3138 -model=model_1032,0 - -// 12707 -[loc_12707] -hillskew=yes -forcedecor=yes -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1124,0 - -// 12708 -[loc_12708] -hillskew=yes -forcedecor=yes -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1032,0 - -// 12709 -[loc_12709] -hillskew=yes -forcedecor=yes -recol1s=13505 -recol1d=7329 -recol2s=14594 -recol2d=7329 -recol3s=15618 -recol3d=7329 -model=model_1139,0 - -// 12710 -[loc_12710] -hillskew=yes -forcedecor=yes -recol1s=13505 -recol1d=7329 -recol2s=14594 -recol2d=7329 -recol3s=15618 -recol3d=7329 -model=model_1032,0 - -// 12711 -[loc_12711] -blockwalk=yes -op1=Dig -length=2 -hillskew=yes -forceapproach=south -model=model_13377 -name=Grave - -// 12712 -[loc_12712] -blockwalk=yes -op1=Dig -length=2 -hillskew=yes -forceapproach=south -model=model_13377 -name=Grave - -// 12713 -[loc_12713] -blockwalk=yes -op1=Dig -length=2 -hillskew=yes -forceapproach=south -model=model_13377 -name=Grave - -// 12714 -[loc_12714] -blockwalk=yes -op1=Dig -length=2 -hillskew=yes -forceapproach=south -model=model_13377 -name=Grave - -// 12715 -[loc_12715] -blockwalk=yes -op1=Dig -length=2 -hillskew=yes -forceapproach=south -model=model_13377 -name=Grave - -// 12716 -[loc_12716] -op1=Read -blockwalk=yes -model=model_13378 -name=Gravestone - -// 12717 -[loc_12717] -op1=Read -blockwalk=yes -model=model_13379 -name=Gravestone - -// 12718 -[loc_12718] -blockwalk=yes -op1=Read -model=model_13380 -name=Gravestone - -// 12719 -[loc_12719] -blockwalk=yes -op1=Read -model=model_13379 -name=Gravestone - -// 12720 -[loc_12720] -blockwalk=yes -op1=Read -model=model_13378 -name=Gravestone - -// 12721 -[loc_12721] -blockwalk=yes -op1=Take-Coffin -length=2 -hillskew=yes -forceapproach=south -model=model_13375 -model2=model_13372 -name=Grave - -// 12722 -[loc_12722] -blockwalk=yes -op1=Take-Coffin -length=2 -hillskew=yes -forceapproach=south -model=model_13375 -model2=model_13372 -name=Grave - -// 12723 -[loc_12723] -blockwalk=yes -op1=Take-Coffin -length=2 -hillskew=yes -forceapproach=south -model=model_13375 -model2=model_13372 -name=Grave - -// 12724 -[loc_12724] -blockwalk=yes -op1=Take-Coffin -length=2 -hillskew=yes -forceapproach=south -model=model_13375 -model2=model_13372 -name=Grave - -// 12725 -[loc_12725] -blockwalk=yes -op1=Take-Coffin -length=2 -hillskew=yes -forceapproach=south -model=model_13375 -model2=model_13372 -name=Grave - -// 12726 -[loc_12726] -blockwalk=yes -length=2 -hillskew=yes -forceapproach=south -model=model_13376 -name=Grave - -// 12727 -[loc_12727] -blockwalk=yes -length=2 -hillskew=yes -forceapproach=south -model=model_13376 -name=Grave - -// 12728 -[loc_12728] -blockwalk=yes -length=2 -hillskew=yes -forceapproach=south -model=model_13376 -name=Grave - -// 12729 -[loc_12729] -blockwalk=yes -op1=hidden -length=2 -hillskew=yes -forceapproach=south -model=model_13376 -name=Grave - -// 12730 -[loc_12730] -blockwalk=yes -op1=hidden -length=2 -hillskew=yes -forceapproach=south -model=model_13376 -name=Grave - -// 12731 -[loc_12731] -length=3 -width=3 -forceapproach=south -op1=Deposit -model=model_13381 -name=Mausoleum - -// 12732 -[loc_12732] -width=2 -length=2 -msi=msi_6 -resizex=100 -resizey=100 -resizez=100 -model=model_1715 -name=Dead tree - -// 12733 -[loc_12733] -width=2 -length=2 -resizex=100 -resizey=100 -resizez=100 -msi=msi_6 -model=model_1629 -name=Tree stump - -// 12734 -[loc_12734] -op1=Search -blockrange=no -recol1s=16809 -recol1d=10599 -recol2s=14695 -recol2d=8485 -recol3s=13638 -recol3d=6371 -recol4s=12581 -recol4d=6338 -model=model_9590 -name=Table - -// 12735 -[loc_12735] -forceapproach=north -op1=Open -recol1s=9543 -recol1d=5282 -recol2s=8484 -recol2d=6370 -recol3s=6373 -recol3d=4259 -recol4s=6370 -recol4d=5313 -model=model_5272 -name=Closed chest - -// 12736 -[loc_12736] -forceapproach=north -op2=Search -recol1s=9543 -recol1d=5282 -recol2s=8484 -recol2d=6370 -recol3s=6373 -recol3d=4259 -recol4s=6370 -recol4d=5313 -model=model_5273 -name=Open chest - -// 12737 -[loc_12737] -mirror=yes -ambient=20 -op1=Climb-over -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 -name=Broken down wall - -// 12738 -[loc_12738] -active=yes -length=2 -width=2 -multivar=varplayerbit_1970 -multiloc=0,loc_12739 -multiloc=1,loc_12740 - -// 12739 -[loc_12739] -width=2 -length=2 -blockwalk=no -model=model_14002 -name=Rubble - -// 12740 -[loc_12740] -width=2 -length=2 -blockwalk=no -model=model_14003 -name=Rubble - -// 12741 -[loc_12741] -active=yes -hillskew=yes -forcedecor=yes -length=2 -width=2 -resizex=200 -resizey=200 -resizez=200 -op1=Search -blockwalk=no -recol1s=14726 -recol1d=2145 -recol2s=19977 -recol2d=6373 -recol3s=17897 -recol3d=5316 -recol4s=16840 -recol4d=4259 -recol5s=15783 -recol5d=3202 -model=model_14063 -name=Fallen Wall - -// 12742 -[loc_12742] -length=2 -width=2 -resizex=100 -resizey=100 -resizez=100 -blockwalk=no -model=model_868 -name=Rubble - -// 12743 -[loc_12743] -active=yes -raiseobject=no -multivar=varplayerbit_1971 -multiloc=0,loc_12744 -multiloc=1,loc_12745 - -// 12744 -[loc_12744] -active=yes -raiseobject=no -op1=Open -blockwalk=yes -model=model_13989,0 -name=Trapdoor - -// 12745 -[loc_12745] -active=yes -raiseobject=no -op1=Climb-down -op2=Close -blockwalk=yes -model=model_13992,0 -name=Trapdoor - -// 12746 -[loc_12746] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=14596 -model=model_1390 -name=Rubble - -// 12747 -[loc_12747] -hillskew=yes -active=yes -model=model_14064 -name=Pile of rubble. - -// 12748 -[loc_12748] -active=yes -msi=msi_7 -op1=Climb-up -model=model_1208 -name=Ladder - -// 12749 -[loc_12749] -resizex=242 -resizey=242 -resizez=242 -width=2 -length=2 -op2=Search -model=model_14031 -name=Rubble Pile - -// 12750 -[loc_12750] -active=yes -ambient=20 -op1=Search -model=model_13995,Q -name=Plaque - -// 12751 -[loc_12751] -active=yes -multivar=varplayerbit_1974 -multiloc=0,loc_12782 -multiloc=1,loc_12783 - -// 12752 -[loc_12752] -active=yes -multivar=varplayerbit_1975 -multiloc=0,loc_12787 -multiloc=1,loc_12786 - -// 12753 -[loc_12753] -active=no -multivar=varplayerbit_1984 -multiloc=0,loc_12788 -multiloc=1,loc_12789 - -// 12754 -[loc_12754] -active=no -multivar=varplayerbit_1984 -multiloc=0,loc_12788 -multiloc=1,loc_12790 - -// 12755 -[loc_12755] -active=no -multivar=varplayerbit_1984 -multiloc=0,loc_12788 -multiloc=1,loc_12791 - -// 12756 -[loc_12756] -active=no -multivar=varplayerbit_1984 -multiloc=0,loc_12893 -multiloc=1,loc_12792 - -// 12757 -[loc_12757] -active=no -multivar=varplayerbit_1984 -multiloc=0,loc_12893 -multiloc=1,loc_12793 - -// 12758 -[loc_12758] -active=no -multivar=varplayerbit_1984 -multiloc=0,loc_12893 -multiloc=1,loc_12794 - -// 12759 -[loc_12759] -active=yes -blockrange=no -multivar=varplayerbit_1977 -multiloc=0,loc_12799 -multiloc=1,loc_12798 - -// 12760 -[loc_12760] -active=yes -multivar=varplayerbit_1978 -multiloc=0,loc_12787 -multiloc=1,loc_12786 - -// 12761 -[loc_12761] -active=yes -op1=Open -recol1s=8387 -recol1d=6370 -recol2s=20935 -recol2d=6370 -recol3s=17764 -recol3d=8484 -recol4s=7330 -recol4d=4256 -model=model_5189,1 -name=Door - -// 12762 -[loc_12762] -contrast=15 -ambient=25 -op1=Climb-over -active=yes -blockwalk=yes -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37914 -name=Crumbled wall - -// 12763 -[loc_12763] -active=yes -raiseobject=no -op1=Climb-down -blockwalk=yes -recol1s=11561 -recol1d=9480 -model=model_13992,0 -name=Trapdoor - -// 12764 -[loc_12764] -active=yes -msi=msi_7 -op1=Climb-up -model=model_1208 -name=Ladder - -// 12765 -[loc_12765] -sharelight=yes -active=yes -hillskew=yes -op1=Search -contrast=5 -ambient=10 -model=model_33473 -name=Keyhole - -// 12766 -[loc_12766] -op1=Search -active=yes -recolhsl1s=5660 -recolhsl1d=7324 -recolhsl2s=5784 -recolhsl2d=7320 -recolhsl3s=5665 -recolhsl3d=7332 -recolhsl4s=5908 -recolhsl4d=7313 -model=model_9500 -name=Bookcase - -// 12767 -[loc_12767] -op1=Search -active=yes -recolhsl1s=5660 -recolhsl1d=7324 -recolhsl2s=5784 -recolhsl2d=7320 -recolhsl3s=5665 -recolhsl3d=7332 -recolhsl4s=5908 -recolhsl4d=7313 -model=model_9500 -name=Bookcase - -// 12768 -[loc_12768] -op1=Open -forceapproach=north -recol1s=9543 -recol1d=10599 -recol2s=8484 -recol2d=8485 -recol3s=6373 -recol3d=6371 -recol4s=6370 -recol4d=6338 -recol5s=4256 -recol5d=5281 -model=model_5272 -name=Closed chest - -// 12769 -[loc_12769] -op1=Search -op2=Close -forceapproach=north -recol1s=9543 -recol1d=10599 -recol2s=8484 -recol2d=8485 -recol3s=6373 -recol3d=6371 -recol4s=6370 -recol4d=6338 -recol5s=4256 -recol5d=5281 -model=model_5273 -name=Open chest - -// 12770 -[loc_12770] -op1=Enter -sharelight=yes -hillskew=yes -resizey=160 -ambient=15 -contrast=15 -model=model_33696 -name=Cave entrance - -// 12771 -[loc_12771] -op1=Enter -sharelight=yes -hillskew=yes -resizey=160 -ambient=15 -contrast=15 -model=model_33696 -name=Cave entrance - -// 12772 -[loc_12772] -active=yes -multivar=varplayerbit_1983 -multiloc=0,loc_12773 -multiloc=1,loc_12770 - -// 12773 -[loc_12773] -active=yes -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -raiseobject=no -model=model_33695 -name=Wooden boards - -// 12774 -[loc_12774] -blockwalk=no -active=yes -shadow=no -model=model_3951 -name=Rock - -// 12775 -[loc_12775] -length=2 -op1=Talk-to -recol1s=18464 -recol1d=17764 -model=model_14035 -name=Marius - -// 12776 -[loc_12776] -sharelight=yes -hillskew=yes -op1=Jump-over -active=yes -recol1s=9445 -recol1d=6370 -model=model_5391,1 -name=Low fence - -// 12777 -[loc_12777] -active=yes -blockwalk=yes -model=model_13989,0 -name=Trapdoor - -// 12778 -[loc_12778] -active=yes -blockwalk=yes -model=model_13988,0 -name=Trapdoor - -// 12779 -[loc_12779] -ambient=10 -msi=msi_7 -op1=Climb-up -forceapproach=south -recol1s=16708 -recol1d=9542 -recol2s=12514 -recol2d=7428 -recol3s=11457 -recol3d=5314 -model=model_5187 -name=Ladder - -// 12780 -[loc_12780] -op1=Climb-up -sharelight=yes -model=model_10558 -name=Ladder - -// 12781 -[loc_12781] -op1=Climb-down -sharelight=yes -model=model_14004 -name=Ladder - -// 12782 -[loc_12782] -op1=Search -model=model_13986 -name=Broken Roof - -// 12783 -[loc_12783] -op1=Search -model=model_13987 -name=Repaired roof - -// 12784 -[loc_12784] -resizex=192 -resizey=192 -resizez=192 -blockrange=no -model=model_14028 -model2=model_14029 -name=Bucket - -// 12785 -[loc_12785] -anim=seq_3558 -resizex=192 -resizey=192 -resizez=192 -bgsound=synth_3080,2 -blockrange=no -model=model_14028 -model2=model_14030 -name=Bucket - -// 12786 -[loc_12786] -active=yes -ambient=20 -model=model_13967,Q -name=Repaired wall - -// 12787 -[loc_12787] -active=yes -ambient=20 -op1=Search -model=model_10818,Q -name=Damaged wall - -// 12788 -[loc_12788] -ambient=10 -active=no -model=model_13975 - -// 12789 -[loc_12789] -ambient=10 -active=no -model=model_13975 -model2=model_13974 - -// 12790 -[loc_12790] -ambient=10 -active=no -model=model_13975 -model2=model_13972 - -// 12791 -[loc_12791] -ambient=10 -active=no -model=model_13975 -model2=model_13973 - -// 12792 -[loc_12792] -active=no -recol1s=15752 -recol1d=9541 -recol2s=12581 -recol2d=7427 -recol3s=14695 -recol3d=8484 -recol4s=10467 -recol4d=6370 -recol5s=9410 -recol5d=5313 -model=model_7908 -model2=model_13998 - -// 12793 -[loc_12793] -active=no -recol1s=15752 -recol1d=9541 -recol2s=12581 -recol2d=7427 -recol3s=14695 -recol3d=8484 -recol4s=10467 -recol4d=6370 -recol5s=9410 -recol5d=5313 -model=model_7908 -model2=model_13996 - -// 12794 -[loc_12794] -active=no -recol1s=15752 -recol1d=9541 -recol2s=12581 -recol2d=7427 -recol3s=14695 -recol3d=8484 -recol4s=10467 -recol4d=6370 -recol5s=9410 -recol5d=5313 -model=model_7908 -model2=model_13997 - -// 12795 -[loc_12795] -active=yes -anim=seq_475 -multivar=varplayerbit_1984 -multiloc=1,loc_12796 - -// 12796 -[loc_12796] -blockwalk=yes -ambient=75 -contrast=75 -anim=seq_475 -bgsound=synth_2065,3 -hardshadow=no -blockrange=no -recol1s=32480 -recol1d=24485 -recol2s=32384 -recol2d=25382 -recol3s=32192 -recol3d=24198 -recol4s=25888 -recol4d=17894 -recol5s=21664 -recol5d=13670 -model=model_3818 -name=Fire - -// 12797 -[loc_12797] -active=no -ambient=10 -forcedecor=yes -recol1s=6274 -recol1d=8454 -recol2s=8353 -recol2d=6371 -recol3s=9410 -recol3d=5314 -recol4s=11521 -recol4d=4257 -recol5s=11524 -recol5d=3200 -model=model_5438,0 - -// 12798 -[loc_12798] -op1=Use -op2=Use-quickly -op3=Collect -ambient=7 -active=yes -blockrange=no -model=model_13962 -name=Bank Booth - -// 12799 -[loc_12799] -op1=Search -active=yes -blockrange=no -model=model_13961 -name=Bank Booth - -// 12800 -[loc_12800] -blockrange=no -model=model_13963 -name=Bank Booth - -// 12801 -[loc_12801] -blockrange=no -model=model_13964 -name=Bank Booth - -// 12802 -[loc_12802] -active=yes -width=2 -ambient=15 -op1=Search -blockrange=no -recol1s=11523 -recol1d=7397 -recolhsl2s=6689 -recolhsl2d=8337 -recol3s=10465 -recol3d=7397 -recol4s=13636 -recol4d=7397 -model=model_13960 -name=Tomb - -// 12803 -[loc_12803] -active=yes -multivar=varplayerbit_1981 -multiloc=0,loc_12891 -multiloc=1,loc_12804 -multiloc=2,loc_12804 -multiloc=3,loc_12891 - -// 12804 -[loc_12804] -ambient=15 -blockrange=no -model=model_13966 -name=Barrel - -// 12805 -[loc_12805] -width=2 -length=2 -anim=seq_3106 -active=yes -forceapproach=south -multivar=varplayerbit_1980 -multiloc=0,loc_12806 -multiloc=1,loc_12807 -multiloc=2,loc_12808 -multiloc=3,loc_12809 - -// 12806 -[loc_12806] -width=2 -length=2 -ambient=25 -op1=Search -model=model_10998 -model2=model_11001 -name=Broken furnace - -// 12807 -[loc_12807] -width=2 -length=2 -ambient=25 -op1=Search -model=model_10996 -model2=model_11001 -name=Repaired furnace - -// 12808 -[loc_12808] -width=2 -length=2 -ambient=25 -op1=Search -model=model_10996 -model2=model_11001 -model3=model_10997 -name=Repaired furnace - -// 12809 -[loc_12809] -width=2 -length=2 -ambient=25 -anim=seq_3106 -op2=Smelt -bgsound=synth_2208,3 -model=model_10996 -model2=model_11000 -model3=model_10997 -model4=model_10999 -name=Furnace - -// 12810 -[loc_12810] -width=4 -length=4 -anim=seq_3104 -multivar=varplayerbit_1980 -multiloc=3,loc_12811 - -// 12811 -[loc_12811] -active=no -width=4 -length=4 -ambient=60 -contrast=-12 -anim=seq_3104 -model=model_11002 - -// 12812 -[loc_12812] -msi=msi_12 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -model=model_14031 -name=Rubble - -// 12813 -[loc_12813] -msi=msi_12 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -model=model_14032 -name=Rubble - -// 12814 -[loc_12814] -msi=msi_12 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -model=model_14033 -name=Rubble - -// 12815 -[loc_12815] -msi=msi_12 -blockrange=no -model=model_14034 -name=Rubble - -// 12816 -[loc_12816] -active=yes -op1=Open -blockrange=no -recol1s=13638 -recol1d=7428 -recol2s=10501 -recol2d=5314 -recol3s=9444 -recol3d=4257 -model=model_7371,1 -name=Gate - -// 12817 -[loc_12817] -mirror=yes -active=yes -op1=Open -blockrange=no -recol1s=13638 -recol1d=7428 -recol2s=10501 -recol2d=5314 -recol3s=9444 -recol3d=4257 -model=model_7371,1 -name=Gate - -// 12818 -[loc_12818] -active=yes -blockrange=no -recol1s=13638 -recol1d=7428 -recol2s=10501 -recol2d=5314 -recol3s=9444 -recol3d=4257 -model=model_7371,1 -name=Gate - -// 12819 -[loc_12819] -mirror=yes -blockrange=no -recol1s=13638 -recol1d=7428 -recol2s=10501 -recol2d=5314 -recol3s=9444 -recol3d=4257 -model=model_7371,1 - -// 12820 -[loc_12820] -hillskew=yes -active=yes -blockwalk=no -ambient=7 -op1=Search -op2=Escape -recol1s=15618 -recol1d=2342 -recol2s=14594 -recol2d=2342 -recol3s=13505 -recol3d=2342 -model=model_1124,0 -name=Exit path - -// 12821 -[loc_12821] -active=no -ambient=15 -model=model_14005,1 -model=model_14006,2 -model=model_14007,3 -model=model_14008,4 -model=model_14009,5 - -// 12822 -[loc_12822] -active=no -ambient=15 -model=model_14020,1 - -// 12823 -[loc_12823] -active=no -ambient=15 -model=model_14013,1 -model=model_14014,5 - -// 12824 -[loc_12824] -active=no -mirror=yes -ambient=15 -model=model_14013,1 -model=model_14014,5 - -// 12825 -[loc_12825] -active=no -ambient=15 -model=model_14010,1 -model=model_14011,5 - -// 12826 -[loc_12826] -active=no -mirror=yes -ambient=15 -model=model_14010,1 -model=model_14011,5 - -// 12827 -[loc_12827] -active=no -ambient=15 -model=model_14012,5 - -// 12828 -[loc_12828] -active=no -ambient=15 -model=model_14016,5 - -// 12829 -[loc_12829] -active=no -ambient=15 -model=model_14019,1 - -// 12830 -[loc_12830] -active=no -ambient=15 -model=model_14017,1 - -// 12831 -[loc_12831] -active=no -ambient=15 -model=model_14018,1 - -// 12832 -[loc_12832] -active=no -ambient=15 -model=model_14015,1 - -// 12833 -[loc_12833] -active=no -mirror=yes -ambient=15 -model=model_14015,1 - -// 12834 -[loc_12834] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 12835 -[loc_12835] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4477,1 - -// 12836 -[loc_12836] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 12837 -[loc_12837] -mirror=yes -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 12838 -[loc_12838] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 12839 -[loc_12839] -mirror=yes -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 12840 -[loc_12840] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4472,0 - -// 12841 -[loc_12841] -mirror=yes -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4472,0 - -// 12842 -[loc_12842] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4473,0 - -// 12843 -[loc_12843] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=3200 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4478,1 -model=model_4479,5 - -// 12844 -[loc_12844] -ambient=20 -blockwalk=no -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4476 -name=Pile of bricks - -// 12845 -[loc_12845] -active=no -hillskew=yes -sharelight=yes -recol1s=4225 -recol1d=3200 -recol2s=5282 -recol2d=4257 -recol3s=6339 -recol3d=5314 -recol4s=7396 -recol4d=6371 -recol5s=8453 -recol5d=7428 -model=model_6618,1 -model=model_6619,2 -model=model_6620,5 - -// 12846 -[loc_12846] -active=no -hillskew=yes -sharelight=yes -recol1s=4225 -recol1d=3200 -recol2s=5282 -recol2d=4257 -recol3s=6339 -recol3d=5314 -recol4s=7396 -recol4d=6371 -recol5s=8453 -recol5d=7428 -model=model_13984,1 - -// 12847 -[loc_12847] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=7428 -recol3s=5317 -recol3d=7428 -recol4s=4260 -recol4d=7428 -recol5s=3203 -recol5d=7428 -recol6s=2146 -recol6d=7428 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 12848 -[loc_12848] -mirror=yes -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=7428 -recol3s=5317 -recol3d=7428 -recol4s=4260 -recol4d=7428 -recol5s=3203 -recol5d=7428 -recol6s=2146 -recol6d=7428 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 12849 -[loc_12849] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=7428 -recol3s=5317 -recol3d=7428 -recol4s=4260 -recol4d=7428 -recol5s=3203 -recol5d=7428 -recol6s=2146 -recol6d=7428 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 12850 -[loc_12850] -mirror=yes -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=7428 -recol3s=5317 -recol3d=7428 -recol4s=4260 -recol4d=7428 -recol5s=3203 -recol5d=7428 -recol6s=2146 -recol6d=7428 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 12851 -[loc_12851] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=7428 -recol3s=5317 -recol3d=7428 -recol4s=4260 -recol4d=7428 -recol5s=3203 -recol5d=7428 -recol6s=2146 -recol6d=7428 -retex1s=material_309 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_4480,1 -model=model_4481,2 -model=model_4482,3 -model=model_4483,4 -model=model_4484,5 - -// 12852 -[loc_12852] -active=no -ambient=20 -model=model_13968,Q - -// 12853 -[loc_12853] -active=no -mirror=yes -ambient=20 -model=model_13968,Q - -// 12854 -[loc_12854] -active=no -sharelight=yes -model=model_13985 - -// 12855 -[loc_12855] -length=2 -blockrange=no -recol1s=16809 -recol1d=10599 -recol2s=14695 -recol2d=8485 -recol3s=13638 -recol3d=6371 -recol4s=12581 -recol4d=6338 -recol5s=11524 -recol5d=5281 -model=model_14027 -name=Table - -// 12856 -[loc_12856] -active=no -active=yes -recol1s=8387 -recol1d=6370 -recol2s=20935 -recol2d=6370 -recol3s=17764 -recol3d=8484 -recol4s=7330 -recol4d=4256 -model=model_5189,1 -name=Store door - -// 12857 -[loc_12857] -recol1s=20935 -recol1d=9507 -recol2s=19909 -recol2d=8450 -recol3s=18821 -recol3d=7393 -recol4s=17764 -recol4d=6336 -recol5s=15684 -recol5d=5280 -recol6s=11490 -recol6d=4224 -model=model_14022 -model2=model_14026 -name=Bar pumps - -// 12858 -[loc_12858] -active=no -mirror=yes -recol1s=20935 -recol1d=9507 -recol2s=19909 -recol2d=8450 -recol3s=18821 -recol3d=7393 -recol4s=17764 -recol4d=6336 -recol5s=15684 -recol5d=5280 -recol6s=11490 -recol6d=4224 -model=model_14022 - -// 12859 -[loc_12859] -ambient=20 -sharelight=yes -active=no -model=model_13999,1 - -// 12860 -[loc_12860] -active=no -hardshadow=no -recol1s=9736 -recol1d=5283 -recol2s=12907 -recol2d=6340 -retex1s=material_354 -retex1d=material_349 -model=model_5262,Q -model=model_5261,0 - -// 12861 -[loc_12861] -active=no -hardshadow=no -recol1s=9736 -recol1d=5283 -recol2s=12907 -recol2d=6340 -retex1s=material_354 -retex1d=material_349 -model=model_5264,Q -model=model_5263,0 - -// 12862 -[loc_12862] -active=no -hardshadow=no -recol1s=9736 -recol1d=5283 -recol2s=12907 -recol2d=6340 -retex1s=material_354 -retex1d=material_349 -model=model_5266,Q -model=model_5265,0 - -// 12863 -[loc_12863] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6337 -recol5s=7331 -recol5d=4224 -recol6s=20935 -recol6d=6337 -model=model_14024,Z - -// 12864 -[loc_12864] -sharelight=yes -active=no -mirror=yes -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6337 -recol5s=7331 -recol5d=4224 -recol6s=20935 -recol6d=6337 -model=model_14024,Z - -// 12865 -[loc_12865] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6337 -recol5s=7331 -recol5d=4224 -recol6s=20935 -recol6d=6337 -model=model_14023,Z - -// 12866 -[loc_12866] -sharelight=yes -active=no -mirror=yes -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6337 -recol5s=7331 -recol5d=4224 -recol6s=20935 -recol6d=6337 -model=model_14023,Z - -// 12867 -[loc_12867] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6337 -recol5s=7331 -recol5d=4224 -recol6s=20935 -recol6d=6337 -model=model_14025,Z - -// 12868 -[loc_12868] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 12869 -[loc_12869] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_4345,A -model=model_4346,S - -// 12870 -[loc_12870] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_6629,H - -// 12871 -[loc_12871] -sharelight=yes -active=no -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 12872 -[loc_12872] -active=yes -model=model_1203 -name=Trapdoor - -// 12873 -[loc_12873] -ambient=30 -recol1s=12548 -recol1d=7328 -recol2s=11491 -recol2d=6272 -recol3s=10434 -recol3d=5216 -model=model_9500 -name=Bookcase - -// 12874 -[loc_12874] -ambient=60 -blockrange=no -recol1s=13639 -recol1d=10500 -recol2s=12582 -recol2d=9443 -recol3s=11525 -recol3d=8386 -recol4s=10468 -recol4d=7329 -recol5s=9411 -recol5d=6272 -recol6s=8354 -recol6d=5216 -model=model_5257 -name=Crate - -// 12875 -[loc_12875] -length=2 -recol1s=9442 -recol1d=7428 -recol2s=8385 -recol2d=4257 -model=model_5402 -name=Wheelbarrow - -// 12876 -[loc_12876] -ambient=15 -recol1s=9410 -recol1d=8485 -recol2s=10467 -recol2d=7428 -recol3s=11524 -recol3d=6371 -recol4s=12581 -recol4d=5314 -recol5s=13638 -recol5d=4257 -recol6s=14695 -recol6d=3200 -model=model_7704 -name=Crate - -// 12877 -[loc_12877] -ambient=15 -recol1s=9410 -recol1d=8485 -recol2s=10467 -recol2d=7428 -recol3s=11524 -recol3d=6371 -recol4s=12581 -recol4d=5314 -recol5s=13638 -recol5d=4257 -recol6s=14695 -recol6d=5315 -model=model_7700 -name=Crates - -// 12878 -[loc_12878] -blockrange=no -recol1s=13639 -recol1d=8485 -recol2s=12582 -recol2d=7428 -recol3s=11525 -recol3d=6371 -recol4s=10468 -recol4d=5314 -recol5s=9411 -recol5d=4257 -recol6s=8354 -recol6d=3200 -model=model_5283 -name=Boxes - -// 12879 -[loc_12879] -blockrange=no -recol1s=14695 -recol1d=8485 -recol2s=13638 -recol2d=7428 -recol3s=12581 -recol3d=6371 -recol4s=11524 -recol4d=5314 -recol5s=10467 -recol5d=4257 -recol6s=9410 -recol6d=3200 -model=model_7685 -name=Crate - -// 12880 -[loc_12880] -length=2 -recol1s=7329 -recol1d=10599 -recol2s=14729 -recol2d=8485 -recol3s=20933 -recol3d=6371 -recol4s=11524 -recol4d=6338 -recol5s=12448 -recol5d=5281 -recol6s=9410 -recol6d=320 -model=model_5192 -name=Bed - -// 12881 -[loc_12881] -model=model_13969 -name=Bookcase - -// 12882 -[loc_12882] -model=model_13970 -name=Bookcase - -// 12883 -[loc_12883] -model=model_13971 -name=Bookcase - -// 12884 -[loc_12884] -length=2 -blockrange=no -recol1s=16809 -recol1d=10599 -recol2s=14695 -recol2d=8485 -recol3s=13638 -recol3d=6371 -recol4s=12581 -recol4d=6338 -model=model_7712 -name=Table - -// 12885 -[loc_12885] -ambient=5 -blockrange=no -recol1s=10401 -recol1d=7395 -recol2s=9377 -recol2d=5312 -model=model_1170 -name=Chair - -// 12886 -[loc_12886] -blockrange=no -recol1s=10401 -recol1d=6338 -recol2s=9377 -recol2d=3200 -model=model_1170 -name=Chair - -// 12887 -[loc_12887] -blockrange=no -recol1s=16809 -recol1d=10599 -recol2s=12581 -recol2d=6338 -model=model_1558 -name=Chair - -// 12888 -[loc_12888] -blockrange=no -recol1s=16809 -recol1d=10599 -recol2s=12581 -recol2d=6338 -model=model_1555 -name=Chair - -// 12889 -[loc_12889] -blockrange=no -recol1s=10401 -recol1d=6371 -model=model_1242 -name=Smashed chair - -// 12890 -[loc_12890] -blockrange=no -recol1s=9543 -recol1d=10599 -recol2s=13605 -recol2d=8485 -recol3s=12548 -recol3d=6371 -recol4s=11491 -recol4d=6338 -recol5s=10434 -recol5d=5281 -recol6s=7297 -recol6d=3200 -model=model_8232 -model2=model_14000 -name=Barrel - -// 12891 -[loc_12891] -blockrange=no -recol1s=9543 -recol1d=10599 -recol2s=13605 -recol2d=8485 -recol3s=12548 -recol3d=6371 -recol4s=11491 -recol4d=6338 -recol5s=10434 -recol5d=5281 -recol6s=7297 -recol6d=3200 -model=model_8232 -name=Barrel - -// 12892 -[loc_12892] -blockrange=no -recol1s=16809 -recol1d=10599 -recol2s=14695 -recol2d=8485 -recol3s=13638 -recol3d=6371 -recol4s=12581 -recol4d=6338 -model=model_9590 -name=Small Table - -// 12893 -[loc_12893] -active=no -recol1s=15752 -recol1d=9541 -recol2s=12581 -recol2d=7427 -recol3s=14695 -recol3d=8484 -recol4s=10467 -recol4d=6370 -recol5s=9410 -recol5d=5313 -model=model_7908 - -// 12894 -[loc_12894] -resizex=64 -resizez=64 -resizey=64 -recol1s=10533 -recol1d=8485 -recol2s=9476 -recol2d=7428 -recol3s=8419 -recol3d=6371 -recol4s=6305 -recol4d=5314 -model=model_8012 -name=Tree Stump - -// 12895 -[loc_12895] -width=2 -length=2 -msi=msi_6 -resizex=90 -resizez=90 -resizey=140 -recol1s=15784 -recol1d=7428 -model=model_3942 -name=Tree - -// 12896 -[loc_12896] -msi=msi_6 -resizey=100 -recol1s=15784 -recol1d=7428 -model=model_3941 -name=Tree - -// 12897 -[loc_12897] -width=2 -length=2 -model=model_14021 -name=Well - -// 12898 -[loc_12898] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_13976,0 - -// 12899 -[loc_12899] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_13978,0 - -// 12900 -[loc_12900] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_13977,0 - -// 12901 -[loc_12901] -sharelight=yes -forcedecor=yes -mirror=yes -unknown90=yes -model=model_13977,0 - -// 12902 -[loc_12902] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_13983,0 - -// 12903 -[loc_12903] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_13981,0 - -// 12904 -[loc_12904] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_13982,0 - -// 12905 -[loc_12905] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_13980,0 - -// 12906 -[loc_12906] -sharelight=yes -forcedecor=yes -op1=Climb-down -active=yes -forceapproach=east -blockwalk=yes -unknown90=yes -model=model_13979,0 -name=Ladder - -// 12907 -[loc_12907] -op1=Climb-up -sharelight=yes -forceapproach=east -model=model_13990 -name=Ladder - -// 12908 -[loc_12908] -raiseobject=no -active=no -model=model_13993,0 - -// 12909 -[loc_12909] -raiseobject=no -active=no -model=model_13994,0 - -// 12910 -[loc_12910] -hillskew=yes -active=no -ambient=25 -unknown90=yes -recol1s=15618 -recol1d=4226 -recol2s=14594 -recol2d=4226 -recol3s=13505 -recol3d=4226 -model=model_1124,0 - -// 12911 -[loc_12911] -hillskew=yes -active=no -ambient=25 -unknown90=yes -recol1s=15618 -recol1d=4226 -recol2s=14594 -recol2d=4226 -recol3s=13505 -recol3d=4226 -model=model_1139,0 - -// 12912 -[loc_12912] -hillskew=yes -active=no -ambient=25 -unknown90=yes -recol1s=15618 -recol1d=4226 -recol2s=14594 -recol2d=4226 -recol3s=13505 -recol3d=4226 -model=model_1032,0 - -// 12913 -[loc_12913] -active=no -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_14005,1 -model=model_14006,2 -model=model_14007,3 -model=model_14008,4 -model=model_14009,5 - -// 12914 -[loc_12914] -active=no -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_14020,1 - -// 12915 -[loc_12915] -active=no -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_35599,1 - -// 12916 -[loc_12916] -active=no -mirror=yes -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_35599,1 - -// 12917 -[loc_12917] -active=no -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_35598,1 - -// 12918 -[loc_12918] -active=no -mirror=yes -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_35598,1 - -// 12919 -[loc_12919] -active=no -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_14019,1 - -// 12920 -[loc_12920] -active=no -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_14017,1 - -// 12921 -[loc_12921] -active=no -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_14018,1 - -// 12922 -[loc_12922] -active=no -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_14015,1 - -// 12923 -[loc_12923] -active=no -mirror=yes -ambient=15 -recol1s=6371 -recol1d=7428 -recol2s=5314 -recol2d=7428 -recol3s=4257 -recol3d=7428 -recol4s=3200 -recol4d=6371 -recol5s=2144 -recol5d=5314 -model=model_14015,1 - -// 12924 -[loc_12924] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -active=no -blockrange=no -recol1s=12580 -recol1d=5285 -model=model_818 - -// 12925 -[loc_12925] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -active=no -blockrange=no -recol1s=12580 -recol1d=5285 -model=model_819 - -// 12926 -[loc_12926] -width=2 -length=2 -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=5285 -model=model_820 - -// 12927 -[loc_12927] -width=2 -length=2 -active=no -shadow=no -hillskew=yes -msi=msi_12 -blockrange=no -recol1s=12580 -recol1d=5285 -model=model_821 - -// 12928 -[loc_12928] -hillskew=yes -active=no -unknown90=yes -recol1s=12580 -recol1d=5285 -model=model_773,0 - -// 12929 -[loc_12929] -hillskew=yes -active=no -unknown90=yes -recol1s=12580 -recol1d=5285 -model=model_785,0 - -// 12930 -[loc_12930] -hillskew=yes -active=no -ambient=25 -unknown90=yes -recol1s=15618 -recol1d=5285 -recol2s=14594 -recol2d=5285 -recol3s=13505 -recol3d=5285 -model=model_1124,0 - -// 12931 -[loc_12931] -hillskew=yes -active=no -ambient=25 -unknown90=yes -recol1s=15618 -recol1d=5285 -recol2s=14594 -recol2d=5285 -recol3s=13505 -recol3d=5285 -model=model_1139,0 - -// 12932 -[loc_12932] -hillskew=yes -active=no -ambient=25 -unknown90=yes -recol1s=15618 -recol1d=5285 -recol2s=14594 -recol2d=5285 -recol3s=13505 -recol3d=5285 -model=model_1032,0 - -// 12933 -[loc_12933] -width=2 -ambient=15 -blockrange=no -recol1s=16809 -recol1d=8484 -recol2s=14695 -recol2d=7427 -recol3s=13638 -recol3d=6370 -recol4s=12581 -recol4d=5313 -recol5s=11524 -recol5d=4256 -recol6s=10467 -recol6d=4256 -model=model_7906 -name=Counter - -// 12934 -[loc_12934] -anim=seq_3107 -active=no -ambient=43 -contrast=22 -bgsound=synth_4472,1 -recol1s=11561 -recol1d=7428 -recol2s=7329 -recol2d=6337 -recol3s=6272 -recol3d=5280 -recol4s=5216 -recol4d=4224 -recol5s=4160 -recol5d=3168 -recol6s=3104 -recol6d=2112 -model=model_11821,Q - -// 12935 -[loc_12935] -active=no -ambient=21 -contrast=11 -recol1s=11561 -recol1d=7428 -recol2s=7329 -recol2d=6337 -recol3s=6272 -recol3d=5280 -recol4s=5216 -recol4d=4224 -recol5s=4160 -recol5d=3168 -recol6s=3104 -recol6d=2112 -model=model_14001,Q - -// 12936 -[loc_12936] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1053,0 - -// 12937 -[loc_12937] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1071,0 - -// 12938 -[loc_12938] -sharelight=yes -forcedecor=yes -hillskew=yes -mirror=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1053,0 - -// 12939 -[loc_12939] -sharelight=yes -forcedecor=yes -hillskew=yes -mirror=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1071,0 - -// 12940 -[loc_12940] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1068,0 - -// 12941 -[loc_12941] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=23080 -model=model_4906,Q -name=Mineral vein - -// 12942 -[loc_12942] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=23080 -model=model_4907,Q -name=Mineral vein - -// 12943 -[loc_12943] -active=yes -contrast=100 -ambient=25 -hillskew=yes -op1=Mine -op2=Prospect -op3=Hidden -recol1s=1986 -recol1d=23080 -model=model_4908,Q -name=Mineral vein - -// 12944 -[loc_12944] -active=yes -length=3 -width=2 -forceapproach=north -multivar=varplayerbit_2585 -multiloc=0,loc_17953 -multiloc=1,loc_17954 - -// 12945 -[loc_12945] -active=yes -length=3 -width=3 -multivar=varplayerbit_2587 -multiloc=1,loc_17955 - -// 12946 -[loc_12946] -active=no -sharelight=yes -forcedecor=yes -hillskew=yes -model=model_14066,0 - -// 12947 -[loc_12947] -active=yes -multivar=varplayerbit_2586 -multiloc=0,loc_17956 -multiloc=1,loc_17957 - -// 12948 -[loc_12948] -active=no -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_14069,0 - -// 12949 -[loc_12949] -active=no -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_14068,0 - -// 12950 -[loc_12950] -active=no -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_14070,0 - -// 12951 -[loc_12951] -active=no -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_14071,0 - -// 12952 -[loc_12952] -active=no -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_14072,0 - -// 12953 -[loc_12953] -active=no -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_14073,0 - -// 12954 -[loc_12954] -active=no -hillskew=yes -model=model_5356 - -// 12955 -[loc_12955] -active=no -hillskew=yes -model=model_5359 - -// 12956 -[loc_12956] -active=no -hillskew=yes -model=model_5361 - -// 12957 -[loc_12957] -active=no -forcedecor=yes -sharelight=yes -model=model_14074,0 - -// 12958 -[loc_12958] -active=no -forcedecor=yes -sharelight=yes -model=model_14075,0 - -// 12959 -[loc_12959] -active=no -forcedecor=yes -sharelight=yes -model=model_14076,0 - -// 12960 -[loc_12960] -active=no -forcedecor=yes -sharelight=yes -model=model_14077,0 - -// 12961 -[loc_12961] -ambient=10 -blockrange=no -recol1s=13639 -recol1d=13605 -recol2s=12582 -recol2d=10434 -recol3s=11525 -recol3d=7297 -recol4s=10468 -recol4d=12548 -recol5s=9411 -recol5d=11491 -recol6s=8354 -recol6d=13605 -model=model_5256 -name=Crate - -// 12962 -[loc_12962] -width=2 -blockrange=no -recol1s=16809 -recol1d=12548 -recol2s=14695 -recol2d=13605 -recol3s=13638 -recol3d=11491 -recol4s=12581 -recol4d=10434 -model=model_14827 -name=Table - -// 12963 -[loc_12963] -op1=Search -recol1s=13639 -recol1d=13605 -recol2s=12582 -recol2d=10434 -recol3s=11525 -recol3d=7297 -recol4s=10468 -recol4d=12548 -recol5s=9411 -recol5d=11491 -recol6s=8354 -recol6d=13605 -model=model_5257 -name=Crate - -// 12964 -[loc_12964] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=20935 -recol1d=13605 -recol2s=18821 -recol2d=12548 -model=model_4312 -name=Ladder - -// 12965 -[loc_12965] -active=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -recol1s=20935 -recol1d=13605 -recol2s=18821 -recol2d=12548 -model=model_4312 -name=Ladder - -// 12966 -[loc_12966] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=20935 -recol1d=13605 -recol2s=18821 -recol2d=12548 -model=model_4312 -name=Ladder - -// 12967 -[loc_12967] -ambient=15 -blockrange=no -recol1s=7331 -recol1d=7297 -model=model_8232 -name=Barrel - -// 12968 -[loc_12968] -ambient=15 -blockrange=no -recol1s=7331 -recol1d=7297 -model=model_14087 -model2=model_14088 -name=Barrel - -// 12969 -[loc_12969] -anim=seq_477 -bgsound=synth_2199,3 -recol1s=13671 -recol1d=7297 -recol2s=12614 -recol2d=12548 -recol3s=11557 -recol3d=10434 -recol4s=10500 -recol4d=13605 -recol5s=9443 -recol5d=7297 -model=model_14078 -name=Cooking pot - -// 12970 -[loc_12970] -length=2 -recol1s=7329 -recol1d=12548 -recol2s=20933 -recol2d=13605 -model=model_5192 -name=Bed - -// 12971 -[loc_12971] -width=2 -recol1s=16809 -recol1d=12548 -recol2s=14695 -recol2d=13605 -recol3s=13638 -recol3d=11491 -recol4s=12581 -recol4d=10434 -model=model_14827 -name=Table - -// 12972 -[loc_12972] -recol1s=20935 -recol1d=13605 -recol2s=16707 -recol2d=12548 -recol3s=18821 -recol3d=11491 -recol4s=17764 -recol4d=10434 -model=model_4326 -name=Table - -// 12973 -[loc_12973] -blockrange=no -recol1s=18787 -recol1d=13605 -model=model_1163 -name=Chair - -// 12974 -[loc_12974] -length=2 -blockrange=no -recol1s=14695 -recol1d=13605 -recol2s=12581 -recol2d=12548 -model=model_8245 -name=Sink - -// 12975 -[loc_12975] -recol1s=6240 -recol1d=13605 -recol2s=5184 -recol2d=12548 -model=model_2058,Q - -// 12976 -[loc_12976] -recol1s=6240 -recol1d=13605 -model=model_2122,Q - -// 12977 -[loc_12977] -blockrange=no -recol1s=13639 -recol1d=13605 -recol2s=12582 -recol2d=10434 -recol3s=11525 -recol3d=7297 -recol4s=10468 -recol4d=12548 -recol5s=9411 -recol5d=11491 -recol6s=8354 -recol6d=13605 -model=model_5256 -name=Crate - -// 12978 -[loc_12978] -blockrange=no -recol1s=13639 -recol1d=13605 -recol2s=12582 -recol2d=10434 -recol3s=11525 -recol3d=7297 -recol4s=10468 -recol4d=12548 -recol5s=9411 -recol5d=11491 -recol6s=8354 -recol6d=13605 -model=model_5257 -name=Crate - -// 12979 -[loc_12979] -recol1s=20933 -recol1d=13605 -recol2s=6272 -recol2d=11491 -recol3s=7329 -recol3d=12548 -model=model_12448 -name=Rocking chair - -// 12980 -[loc_12980] -recol1s=7329 -recol1d=13605 -recol2s=14964 -recol2d=7297 -model=model_1150 -name=Shelves - -// 12981 -[loc_12981] -recol1s=7360 -recol1d=12548 -model=model_1185 -name=Hat stand - -// 12982 -[loc_12982] -length=2 -hillskew=yes -op1=Climb-over -msi=msi_70 -raiseobject=no -blockrange=no -recol1s=10501 -recol1d=10434 -recol2s=8387 -recol2d=7297 -recol3s=13638 -recol3d=13605 -model=model_7378 -name=Stile - -// 12983 -[loc_12983] -active=no -sharelight=yes -hillskew=yes -blockrange=no -recol1s=10501 -recol1d=10434 -recol2s=8387 -recol2d=7297 -recol3s=13638 -recol3d=13605 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 12984 -[loc_12984] -sharelight=yes -hillskew=yes -blockrange=no -recol1s=10400 -recol1d=10434 -model=model_977,1 -model=model_978,5 - -// 12985 -[loc_12985] -sharelight=yes -hillskew=yes -blockrange=no -recol1s=10400 -recol1d=10434 -model=model_5555,1 -model=model_5556,5 - -// 12986 -[loc_12986] -op1=Open -active=yes -blockrange=no -recol1s=10501 -recol1d=10434 -recol2s=8387 -recol2d=7297 -model=model_7371,1 -name=Gate - -// 12987 -[loc_12987] -mirror=yes -op1=Open -active=yes -blockrange=no -recol1s=10501 -recol1d=10434 -recol2s=8387 -recol2d=7297 -model=model_7371,1 -name=Gate - -// 12988 -[loc_12988] -op1=Close -active=yes -blockrange=no -recol1s=10501 -recol1d=10434 -recol2s=8387 -recol2d=7297 -model=model_7371,1 -name=Gate - -// 12989 -[loc_12989] -mirror=yes -op1=Close -blockrange=no -recol1s=10501 -recol1d=10434 -recol2s=8387 -recol2d=7297 -model=model_7371,1 -name=Gate - -// 12990 -[loc_12990] -active=no -sharelight=yes -blockwalk=yes -occlude=yes -recol1s=13671 -recol1d=7297 -recol2s=12614 -recol2d=12548 -recol3s=11557 -recol3d=10434 -recol4s=10500 -recol4d=13605 -recol5s=9443 -recol5d=7297 -model=model_14079,1 -model=model_14080,3 -model=model_14081,4 -model=model_14082,5 - -// 12991 -[loc_12991] -active=no -sharelight=yes -blockwalk=yes -recol1s=13671 -recol1d=7297 -recol2s=12614 -recol2d=12548 -recol3s=11557 -recol3d=10434 -recol4s=10500 -recol4d=13605 -recol5s=9443 -recol5d=7297 -model=model_14083,1 - -// 12992 -[loc_12992] -sharelight=yes -active=no -recol1s=12582 -recol1d=13605 -recol2s=10500 -recol2d=12548 -recol3s=9445 -recol3d=10434 -recol4s=16774 -recol4d=13605 -recol5s=16740 -recol5d=12548 -recol6s=12614 -recol6d=13605 -model=model_9588,V - -// 12993 -[loc_12993] -sharelight=yes -mirror=yes -active=no -recol1s=12582 -recol1d=13605 -recol2s=10500 -recol2d=12548 -recol3s=9445 -recol3d=10434 -recol4s=16774 -recol4d=13605 -recol5s=16740 -recol5d=12548 -recol6s=12614 -recol6d=13605 -model=model_9588,V - -// 12994 -[loc_12994] -sharelight=yes -active=no -recol1s=12582 -recol1d=13605 -recol2s=10500 -recol2d=12548 -recol3s=9445 -recol3d=10434 -recol4s=16774 -recol4d=13605 -recol5s=16740 -recol5d=12548 -recol6s=12614 -recol6d=13605 -model=model_9570,A -model=model_9571,Z - -// 12995 -[loc_12995] -sharelight=yes -active=no -recol1s=12582 -recol1d=13605 -recol2s=10500 -recol2d=12548 -recol3s=9445 -recol3d=10434 -recol4s=16774 -recol4d=13605 -recol5s=16740 -recol5d=12548 -recol6s=12614 -recol6d=13605 -model=model_9572,A -model=model_9574,H -model=model_9575,Z - -// 12996 -[loc_12996] -sharelight=yes -active=no -recol1s=12582 -recol1d=13605 -recol2s=10500 -recol2d=12548 -recol3s=9445 -recol3d=10434 -recol4s=16774 -recol4d=13605 -recol5s=16740 -recol5d=12548 -recol6s=12614 -recol6d=13605 -model=model_9577,A -model=model_9579,H -model=model_9580,Z - -// 12997 -[loc_12997] -sharelight=yes -active=no -mirror=yes -recol1s=12582 -recol1d=13605 -recol2s=10500 -recol2d=12548 -recol3s=9445 -recol3d=10434 -recol4s=16774 -recol4d=13605 -recol5s=16740 -recol5d=12548 -recol6s=12614 -recol6d=13605 -model=model_9570,A -model=model_9571,Z - -// 12998 -[loc_12998] -sharelight=yes -active=no -mirror=yes -recol1s=12582 -recol1d=13605 -recol2s=10500 -recol2d=12548 -recol3s=9445 -recol3d=10434 -recol4s=16774 -recol4d=13605 -recol5s=16740 -recol5d=12548 -recol6s=12614 -recol6d=13605 -model=model_9572,A -model=model_9574,H -model=model_9575,Z - -// 12999 -[loc_12999] -sharelight=yes -active=no -mirror=yes -recol1s=12582 -recol1d=13605 -recol2s=10500 -recol2d=12548 -recol3s=9445 -recol3d=10434 -recol4s=16774 -recol4d=13605 -recol5s=16740 -recol5d=12548 -recol6s=12614 -recol6d=13605 -model=model_9577,A -model=model_9579,H -model=model_9580,Z - -// 13000 -[loc_13000] -sharelight=yes -active=no -recol1s=12582 -recol1d=13605 -recol2s=10500 -recol2d=12548 -recol3s=9445 -recol3d=10434 -recol4s=16774 -recol4d=13605 -recol5s=16740 -recol5d=12548 -recol6s=12614 -recol6d=13605 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 13001 -[loc_13001] -active=yes -op1=Open -raiseobject=no -raiseobject=no -recol1s=12512 -recol1d=10434 -recol2s=13569 -recol2d=7297 -recol3s=14626 -recol3d=13605 -recol4s=11456 -recol4d=11491 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 13002 -[loc_13002] -active=yes -op1=Close -raiseobject=no -recol1s=12512 -recol1d=10434 -recol2s=13569 -recol2d=7297 -recol3s=14626 -recol3d=13605 -recol4s=11456 -recol4d=11491 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 13003 -[loc_13003] -forceapproach=north -recol1s=22059 -recol1d=13605 -recol2s=14662 -recol2d=11491 -model=model_12146 -name=Closed chest - -// 13004 -[loc_13004] -forceapproach=north -recol1s=22059 -recol1d=13605 -recol2s=14662 -recol2d=11491 -model=model_12147 -name=Open chest - -// 13005 -[loc_13005] -active=no -blockwalk=yes -ambient=20 -contrast=25 -model=model_13229,1 - -// 13006 -[loc_13006] -active=yes -blockwalk=yes -op1=Open -mirror=yes -model=model_13228,1 -name=Door - -// 13007 -[loc_13007] -active=yes -blockwalk=yes -op1=Open -model=model_13228,1 -name=Door - -// 13008 -[loc_13008] -active=yes -blockwalk=no -op1=Close -mirror=yes -model=model_13228,1 -name=Door - -// 13009 -[loc_13009] -active=yes -blockwalk=no -op1=Close -model=model_13228,1 -name=Door - -// 13010 -[loc_13010] -occlude=yes -active=no -ambient=20 -contrast=25 -model=model_13948,1 - -// 13011 -[loc_13011] -wallwidth=16 -occlude=yes -ambient=20 -contrast=50 -recol1s=7264 -recol1d=12548 -recol2s=8320 -recol2d=12548 -model=model_12194,1 -model=model_12195,3 - -// 13012 -[loc_13012] -sharelight=yes -width=4 -length=4 -active=no -recol1s=7264 -recol1d=12548 -recol2s=8320 -recol2d=12548 -retex1s=material_6 -retex1d=material_18 -model=model_12190 - -// 13013 -[loc_13013] -sharelight=yes -width=4 -length=4 -active=no -recol1s=7264 -recol1d=12548 -recol2s=8320 -recol2d=12548 -retex1s=material_6 -retex1d=material_18 -model=model_12191 - -// 13014 -[loc_13014] -width=4 -length=4 -active=no -recol1s=7264 -recol1d=12548 -recol2s=8320 -recol2d=12548 -retex1s=material_6 -retex1d=material_18 -model=model_12192 - -// 13015 -[loc_13015] -wallwidth=16 -occlude=yes -contrast=30 -ambient=30 -active=yes -op1=Open -mirror=yes -model=model_12193,1 -name=Door - -// 13016 -[loc_13016] -wallwidth=16 -occlude=yes -contrast=30 -ambient=30 -op1=Open -model=model_12193,1 -name=Door - -// 13017 -[loc_13017] -wallwidth=16 -occlude=yes -contrast=30 -ambient=30 -op1=Close -mirror=yes -model=model_12193,1 -name=Door - -// 13018 -[loc_13018] -wallwidth=16 -occlude=yes -contrast=30 -ambient=30 -op1=Close -model=model_12193,1 -name=Door - -// 13019 -[loc_13019] -sharelight=yes -active=no -model=model_12217 - -// 13020 -[loc_13020] -sharelight=yes -active=no -model=model_12211 - -// 13021 -[loc_13021] -sharelight=yes -active=no -model=model_12212 - -// 13022 -[loc_13022] -sharelight=yes -active=no -mirror=yes -model=model_12212 - -// 13023 -[loc_13023] -sharelight=yes -active=no -recol1s=5282 -recol1d=9479 -retex1s=material_72 -retex1d=material_133 -retex2s=material_380 -retex2d=material_270 -model=model_12211 - -// 13024 -[loc_13024] -sharelight=yes -active=no -recol1s=5282 -recol1d=9479 -model=model_12269 - -// 13025 -[loc_13025] -sharelight=yes -active=no -mirror=yes -recol1s=5282 -recol1d=9479 -model=model_12269 - -// 13026 -[loc_13026] -sharelight=yes -active=no -recol1s=5282 -recol1d=9479 -retex1s=material_72 -retex1d=material_133 -retex2s=material_380 -retex2d=material_270 -model=model_12211 - -// 13027 -[loc_13027] -sharelight=yes -active=no -recol1s=5282 -recol1d=9479 -model=model_12270 - -// 13028 -[loc_13028] -sharelight=yes -active=no -mirror=yes -recol1s=5282 -recol1d=9479 -model=model_12270 - -// 13029 -[loc_13029] -sharelight=yes -active=no -recol1s=5282 -recol1d=8455 -model=model_12215 - -// 13030 -[loc_13030] -sharelight=yes -active=no -recol1s=5282 -recol1d=8455 -model=model_12216 - -// 13031 -[loc_13031] -sharelight=yes -active=no -mirror=yes -recol1s=5282 -recol1d=8455 -model=model_12216 - -// 13032 -[loc_13032] -sharelight=yes -active=no -recol1s=5282 -recol1d=15789 -model=model_12213 - -// 13033 -[loc_13033] -sharelight=yes -active=no -recol1s=5282 -recol1d=15789 -model=model_12214 - -// 13034 -[loc_13034] -sharelight=yes -active=no -mirror=yes -recol1s=5282 -recol1d=15789 -model=model_12214 - -// 13035 -[loc_13035] -sharelight=yes -active=no -recol1s=5282 -recol1d=11626 -model=model_12243 - -// 13036 -[loc_13036] -sharelight=yes -active=no -recol1s=5282 -recol1d=11626 -model=model_12244 - -// 13037 -[loc_13037] -sharelight=yes -active=no -mirror=yes -recol1s=5282 -recol1d=11626 -model=model_12244 - -// 13038 -[loc_13038] -sharelight=yes -active=no -model=model_12242 - -// 13039 -[loc_13039] -sharelight=yes -active=no -model=model_12236 - -// 13040 -[loc_13040] -sharelight=yes -active=no -model=model_12225 - -// 13041 -[loc_13041] -sharelight=yes -active=no -model=model_12229 - -// 13042 -[loc_13042] -sharelight=yes -active=no -model=model_12239 - -// 13043 -[loc_13043] -sharelight=yes -active=no -model=model_12233 - -// 13044 -[loc_13044] -sharelight=yes -active=no -model=model_12241 - -// 13045 -[loc_13045] -sharelight=yes -active=no -model=model_12235 - -// 13046 -[loc_13046] -sharelight=yes -active=no -model=model_12218 - -// 13047 -[loc_13047] -sharelight=yes -active=no -model=model_12227 - -// 13048 -[loc_13048] -sharelight=yes -wallwidth=32 -active=no -model=model_12245,1 -model=model_12246,3 - -// 13049 -[loc_13049] -sharelight=yes -wallwidth=32 -active=no -model=model_12247,1 - -// 13050 -[loc_13050] -sharelight=yes -wallwidth=32 -active=no -model=model_12253,1 - -// 13051 -[loc_13051] -sharelight=yes -active=no -retex1s=material_335 -retex1d=material_72 -model=model_12271 - -// 13052 -[loc_13052] -anim=seq_3107 -bgsound=synth_4472,1 -model=model_11821,Q - -// 13053 -[loc_13053] -anim=seq_3107 -model=model_12608,Q - -// 13054 -[loc_13054] -anim=seq_3107 -bgsound=synth_4472,1 -model=model_12609,Q - -// 13055 -[loc_13055] -sharelight=yes -active=no -model=model_12238 - -// 13056 -[loc_13056] -sharelight=yes -active=no -model=model_12222 - -// 13057 -[loc_13057] -sharelight=yes -active=no -model=model_12232 - -// 13058 -[loc_13058] -sharelight=yes -wallwidth=32 -active=no -model=model_12265,1 -model=model_12266,3 - -// 13059 -[loc_13059] -sharelight=yes -wallwidth=32 -active=no -model=model_12251,1 - -// 13060 -[loc_13060] -sharelight=yes -wallwidth=32 -active=no -model=model_12257,1 - -// 13061 -[loc_13061] -sharelight=yes -active=no -recol1s=5282 -recol1d=9479 -retex1s=material_335 -retex1d=material_133 -model=model_12271 - -// 13062 -[loc_13062] -sharelight=yes -active=no -model=model_12240 - -// 13063 -[loc_13063] -sharelight=yes -active=no -model=model_12223 - -// 13064 -[loc_13064] -sharelight=yes -active=no -model=model_12227 - -// 13065 -[loc_13065] -sharelight=yes -wallwidth=32 -active=no -model=model_12267,1 -model=model_12268,3 - -// 13066 -[loc_13066] -sharelight=yes -wallwidth=32 -active=no -model=model_12252,1 - -// 13067 -[loc_13067] -sharelight=yes -wallwidth=32 -active=no -model=model_12258,1 - -// 13068 -[loc_13068] -sharelight=yes -active=no -recol1s=5282 -recol1d=9479 -retex1s=material_335 -retex1d=material_133 -model=model_12271 - -// 13069 -[loc_13069] -sharelight=yes -active=no -model=model_12226 - -// 13070 -[loc_13070] -sharelight=yes -active=no -model=model_12220 - -// 13071 -[loc_13071] -sharelight=yes -active=no -model=model_12230 - -// 13072 -[loc_13072] -sharelight=yes -wallwidth=32 -active=no -model=model_12261,1 -model=model_12262,3 - -// 13073 -[loc_13073] -sharelight=yes -wallwidth=32 -active=no -model=model_12249,1 - -// 13074 -[loc_13074] -sharelight=yes -wallwidth=32 -active=no -model=model_12255,1 - -// 13075 -[loc_13075] -sharelight=yes -active=no -recol1s=5282 -recol1d=8455 -retex1s=material_335 -retex1d=material_376 -model=model_12271 - -// 13076 -[loc_13076] -sharelight=yes -active=no -model=model_12224 - -// 13077 -[loc_13077] -sharelight=yes -active=no -model=model_12219 - -// 13078 -[loc_13078] -sharelight=yes -active=no -model=model_12228 - -// 13079 -[loc_13079] -sharelight=yes -wallwidth=32 -active=no -model=model_12259,1 -model=model_12260,3 - -// 13080 -[loc_13080] -sharelight=yes -wallwidth=32 -active=no -model=model_12248,1 - -// 13081 -[loc_13081] -sharelight=yes -wallwidth=32 -active=no -model=model_12254,1 - -// 13082 -[loc_13082] -sharelight=yes -active=no -recol1s=5282 -recol1d=15789 -retex1s=material_335 -retex1d=material_72 -model=model_12271 - -// 13083 -[loc_13083] -sharelight=yes -active=no -model=model_12237 - -// 13084 -[loc_13084] -sharelight=yes -active=no -model=model_12221 - -// 13085 -[loc_13085] -sharelight=yes -active=no -model=model_12231 - -// 13086 -[loc_13086] -sharelight=yes -wallwidth=32 -active=no -model=model_12263,1 -model=model_12264,3 - -// 13087 -[loc_13087] -sharelight=yes -wallwidth=32 -active=no -model=model_12250,1 - -// 13088 -[loc_13088] -sharelight=yes -wallwidth=32 -active=no -model=model_12256,1 - -// 13089 -[loc_13089] -sharelight=yes -active=no -recol1s=5282 -recol1d=11626 -retex1s=material_335 -retex1d=material_70 -model=model_12271 - -// 13090 -[loc_13090] -occlude=yes -ambient=25 -contrast=25 -model=model_14092,1 - -// 13091 -[loc_13091] -occlude=yes -active=no -ambient=25 -contrast=25 -model=model_12357,1 - -// 13092 -[loc_13092] -sharelight=yes -width=4 -length=4 -active=no -model=model_12368 - -// 13093 -[loc_13093] -sharelight=yes -width=4 -length=4 -active=no -model=model_12369 - -// 13094 -[loc_13094] -op1=Open -raiseobject=no -model=model_12367,1 -name=Large door - -// 13095 -[loc_13095] -op1=Close -raiseobject=no -model=model_12367,1 -name=Large door - -// 13096 -[loc_13096] -op1=Open -mirror=yes -raiseobject=no -model=model_12367,1 -name=Large door - -// 13097 -[loc_13097] -op1=Close -mirror=yes -raiseobject=no -model=model_12367,1 -name=Large door - -// 13098 -[loc_13098] -active=no -blockwalk=yes -model=model_13262,1 -model=model_13263,3 - -// 13099 -[loc_13099] -active=no -blockwalk=yes -model=model_13264,1 - -// 13100 -[loc_13100] -active=yes -op1=Open -blockwalk=yes -model=model_13261,1 -name=Door - -// 13101 -[loc_13101] -active=yes -op1=Open -blockwalk=yes -mirror=yes -model=model_13261,1 -name=Door - -// 13102 -[loc_13102] -active=yes -op1=Close -blockwalk=yes -model=model_13261,1 -name=Door - -// 13103 -[loc_13103] -active=yes -op1=Close -blockwalk=yes -mirror=yes -model=model_13261,1 -name=Door - -// 13104 -[loc_13104] -model=model_17101 -name=Hazelmere statue - -// 13105 -[loc_13105] -ambient=25 -contrast=25 -model=model_17099 -name=Glouphrie statue - -// 13106 -[loc_13106] -ambient=25 -contrast=25 -model=model_17100 -name=Glouphrie statue - -// 13107 -[loc_13107] -op1=Open -active=yes -mirror=yes -model=model_13239,1 -name=Door - -// 13108 -[loc_13108] -op1=Close -blockwalk=no -active=yes -mirror=yes -model=model_13239,1 -name=Door - -// 13109 -[loc_13109] -op1=Open -active=yes -model=model_13239,1 -name=Door - -// 13110 -[loc_13110] -op1=Close -blockwalk=no -active=yes -model=model_13239,1 -name=Door - -// 13111 -[loc_13111] -occlude=yes -active=no -retex1s=material_73 -retex1d=material_101 -model=model_13240,1 -model=model_13241,3 - -// 13112 -[loc_13112] -occlude=yes -active=no -model=model_13242,1 - -// 13113 -[loc_13113] -active=no -anim=seq_4477 -model=model_16958 -model2=model_16959 - -// 13114 -[loc_13114] -blockwalk=yes -active=yes -op1=Examine -blockrange=no -model=model_1301 -model2=model_17237 -name=Ornament - -// 13115 -[loc_13115] -width=3 -anim=seq_4564 -shadow=no -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 13116 -[loc_13116] -wallwidth=16 -occlude=yes -ambient=10 -contrast=20 -model=model_13292,1 -model=model_13293,3 - -// 13117 -[loc_13117] -wallwidth=16 -ambient=10 -contrast=20 -model=model_13295,1 - -// 13118 -[loc_13118] -wallwidth=16 -occlude=yes -active=yes -op1=Open -mirror=yes -model=model_13286,1 -name=Door - -// 13119 -[loc_13119] -wallwidth=16 -occlude=yes -op1=Open -model=model_13286,1 -name=Door - -// 13120 -[loc_13120] -wallwidth=16 -occlude=yes -active=yes -mirror=yes -op1=Close -model=model_13286,1 -name=Door - -// 13121 -[loc_13121] -wallwidth=16 -occlude=yes -op1=Close -model=model_13286,1 -name=Door - -// 13122 -[loc_13122] -width=4 -length=4 -ambient=10 -contrast=20 -active=no -model=model_13287 - -// 13123 -[loc_13123] -width=4 -length=4 -mirror=yes -ambient=10 -contrast=20 -active=no -model=model_13287 - -// 13124 -[loc_13124] -ambient=10 -contrast=20 -width=4 -length=4 -active=no -model=model_13289 - -// 13125 -[loc_13125] -ambient=10 -contrast=20 -active=no -model=model_13290,1 -model=model_13291,3 - -// 13126 -[loc_13126] -op5=Remove -blockwalk=no -model=model_12906,0 -name=Boxing mat - -// 13127 -[loc_13127] -op5=Remove -blockwalk=no -model=model_12907,0 -name=Boxing mat - -// 13128 -[loc_13128] -op5=Remove -blockwalk=no -model=model_12908,0 -name=Boxing mat - -// 13129 -[loc_13129] -op5=Remove -op1=Climb-over -model=model_12909,1 -model=model_12910,4 -name=Boxing ring - -// 13130 -[loc_13130] -op5=Remove -op1=Climb-over -model=model_12909,1 -model=model_12910,4 -name=Boxing ring - -// 13131 -[loc_13131] -op5=Remove -op1=Climb-over -recol1s=32701 -recol1d=31808 -model=model_12909,1 -model=model_12910,4 -name=Boxing ring - -// 13132 -[loc_13132] -op5=Remove -op1=Climb-over -recol1s=32701 -recol1d=1112 -model=model_12909,1 -model=model_12910,4 -name=Boxing ring - -// 13133 -[loc_13133] -op5=Remove -op1=Climb-over -model=model_12966,1 -model=model_12967,4 -name=Fencing ring - -// 13134 -[loc_13134] -op5=Remove -blockwalk=no -model=model_12965,0 -name=Fencing ring - -// 13135 -[loc_13135] -op5=Remove -blockwalk=no -model=model_12963,0 -name=Fencing ring - -// 13136 -[loc_13136] -op5=Remove -blockwalk=no -model=model_12964,0 -name=Fencing ring - -// 13137 -[loc_13137] -op5=Remove -op1=Climb-over -model=model_12915,1 -model=model_12916,4 -name=Combat ring - -// 13138 -[loc_13138] -op5=Remove -blockwalk=no -model=model_12912,0 -name=Combat ring - -// 13139 -[loc_13139] -op5=Remove -blockwalk=no -model=model_12914,0 -name=Combat ring - -// 13140 -[loc_13140] -op5=Remove -blockwalk=no -model=model_12913,0 -name=Combat ring - -// 13141 -[loc_13141] -shadow=no -msi=msi_22 -op1=hidden -blockrange=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 -name=Nothing - -// 13142 -[loc_13142] -op1=Stand-on -op2=hidden -op4=Get-down -op5=Remove -blockwalk=yes -blockrange=no -model=model_12901,0 -name=Balance beam - -// 13143 -[loc_13143] -op1=Stand-on -op2=hidden -op4=Get-down -op5=Remove -blockwalk=yes -forceapproach=south -blockrange=no -model=model_12899,0 -name=Balance beam - -// 13144 -[loc_13144] -op1=Stand-on -op2=hidden -op4=Get-down -op5=Remove -blockwalk=yes -forceapproach=west -blockrange=no -model=model_12900,0 -name=Balance beam - -// 13145 -[loc_13145] -op1=Walk-through -op5=Remove -anim=seq_3586 -blockwalk=yes -blockrange=no -model=model_13129,1 -name=Magic barrier - -// 13146 -[loc_13146] -op1=Walk-through -blockwalk=yes -blockrange=no -model=model_13128,1 -name=Magic barrier - -// 13147 -[loc_13147] -op5=Remove -blockwalk=no -model=model_13127,0 -name=Ranging spot - -// 13148 -[loc_13148] -width=2 -length=2 -op5=Remove -model=model_12550 -name=Bed - -// 13149 -[loc_13149] -width=2 -length=2 -op5=Remove -model=model_12397 -name=Bed - -// 13150 -[loc_13150] -width=2 -length=2 -op5=Remove -model=model_12395 -name=Bed - -// 13151 -[loc_13151] -width=2 -length=2 -op5=Remove -model=model_12398 -name=Bed - -// 13152 -[loc_13152] -width=2 -length=2 -op5=Remove -model=model_12396 -name=Bed - -// 13153 -[loc_13153] -width=2 -length=2 -op5=Remove -model=model_12394 -name=Bed - -// 13154 -[loc_13154] -width=2 -length=2 -op5=Remove -model=model_12393 -name=Bed - -// 13155 -[loc_13155] -op1=Change-clothes -op5=Remove -forceapproach=south -model=model_11129 -name=Shoe box - -// 13156 -[loc_13156] -op1=Change-clothes -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_12958 -name=Oak drawers - -// 13157 -[loc_13157] -op1=Change-clothes -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_11127 -name=Oak wardrobe - -// 13158 -[loc_13158] -op1=Change-clothes -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_12959 -name=Teak drawers - -// 13159 -[loc_13159] -op1=Change-clothes -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_11128 -name=Teak wardrobe - -// 13160 -[loc_13160] -op1=Change-clothes -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_11126 -name=Mahogany Wardrobe - -// 13161 -[loc_13161] -op1=Change-clothes -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_11125 -name=Gilded wardrobe - -// 13162 -[loc_13162] -width=2 -active=yes -op1=Preen -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_12534 -name=Shaving stand - -// 13163 -[loc_13163] -width=2 -active=yes -op1=Preen -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_12533 -name=Shaving stand - -// 13164 -[loc_13164] -width=2 -active=yes -op1=Preen -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_12468 -name=Dresser - -// 13165 -[loc_13165] -width=2 -active=yes -op1=Preen -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_12469 -name=Dresser - -// 13166 -[loc_13166] -width=2 -active=yes -op1=Preen -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_12470 -name=Dresser - -// 13167 -[loc_13167] -width=2 -active=yes -op1=Preen -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_12467 -name=Dresser - -// 13168 -[loc_13168] -width=2 -active=yes -op1=Preen -op5=Remove -forceapproach=south -ambient=25 -contrast=25 -model=model_12466 -name=Dresser - -// 13169 -[loc_13169] -anim=seq_3511 -active=yes -op1=Read -op5=Remove -ambient=25 -contrast=25 -bgsound=synth_3120,3 -model=model_12974 -name=Clock - -// 13170 -[loc_13170] -anim=seq_3511 -active=yes -op1=Read -op5=Remove -ambient=25 -contrast=25 -bgsound=synth_3120,3 -model=model_12973 -name=Clock - -// 13171 -[loc_13171] -anim=seq_3511 -active=yes -op1=Read -op5=Remove -ambient=25 -contrast=25 -bgsound=synth_3120,3 -model=model_12972 -name=Clock - -// 13172 -[loc_13172] -width=2 -op5=Remove -ambient=15 -contrast=15 -model=model_12579 -name=Symbol of Saradomin - -// 13173 -[loc_13173] -width=2 -op5=Remove -ambient=15 -contrast=15 -model=model_12580 -name=Symbol of Zamorak - -// 13174 -[loc_13174] -width=2 -op5=Remove -ambient=15 -contrast=15 -model=model_12578 -name=Symbol of Guthix - -// 13175 -[loc_13175] -width=2 -op5=Remove -ambient=15 -contrast=15 -model=model_12489 -name=Icon of Saradomin - -// 13176 -[loc_13176] -width=2 -op5=Remove -ambient=15 -contrast=15 -model=model_12490 -name=Icon of Zamorak - -// 13177 -[loc_13177] -width=2 -op5=Remove -ambient=15 -contrast=15 -model=model_12488 -name=Icon of Guthix - -// 13178 -[loc_13178] -width=2 -op5=Remove -ambient=15 -contrast=15 -model=model_12487 -name=Icon of Bob - -// 13179 -[loc_13179] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12377 -model2=model_12379 -name=Altar - -// 13180 -[loc_13180] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12377 -model2=model_12380 -name=Altar - -// 13181 -[loc_13181] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12377 -model2=model_12378 -name=Altar - -// 13182 -[loc_13182] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12381 -model2=model_12379 -name=Altar - -// 13183 -[loc_13183] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12381 -model2=model_12380 -name=Altar - -// 13184 -[loc_13184] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12381 -model2=model_12378 -name=Altar - -// 13185 -[loc_13185] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12370 -model2=model_12379 -name=Altar - -// 13186 -[loc_13186] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12370 -model2=model_12380 -name=Altar - -// 13187 -[loc_13187] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12370 -model2=model_12378 -name=Altar - -// 13188 -[loc_13188] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12372 -model2=model_12379 -name=Altar - -// 13189 -[loc_13189] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12372 -model2=model_12380 -name=Altar - -// 13190 -[loc_13190] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12372 -model2=model_12378 -name=Altar - -// 13191 -[loc_13191] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12371 -model2=model_12379 -name=Altar - -// 13192 -[loc_13192] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12371 -model2=model_12380 -name=Altar - -// 13193 -[loc_13193] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12371 -model2=model_12378 -name=Altar - -// 13194 -[loc_13194] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12375 -model2=model_12379 -name=Altar - -// 13195 -[loc_13195] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12375 -model2=model_12380 -name=Altar - -// 13196 -[loc_13196] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12375 -model2=model_12378 -name=Altar - -// 13197 -[loc_13197] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12373 -model2=model_12379 -name=Altar - -// 13198 -[loc_13198] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12373 -model2=model_12380 -name=Altar - -// 13199 -[loc_13199] -width=2 -op1=Pray -forceapproach=south -op5=Remove -model=model_12373 -model2=model_12378 -name=Altar - -// 13200 -[loc_13200] -op1=Light -op5=Remove -ambient=20 -contrast=20 -model=model_11323 -name=Torch - -// 13201 -[loc_13201] -op5=Remove -anim=seq_481 -ambient=20 -contrast=20 -bgsound=synth_2065,3 -model=model_11323 -model2=model_11320 -name=Torch - -// 13202 -[loc_13202] -op1=Light -op5=Remove -ambient=20 -contrast=20 -model=model_11321 -name=Torch - -// 13203 -[loc_13203] -op5=Remove -anim=seq_481 -ambient=20 -contrast=20 -bgsound=synth_2065,3 -model=model_11321 -model2=model_11320 -name=Torch - -// 13204 -[loc_13204] -op1=Light -op5=Remove -ambient=20 -contrast=20 -model=model_11319 -name=Torch - -// 13205 -[loc_13205] -op5=Remove -anim=seq_3107 -ambient=20 -contrast=20 -bgsound=synth_2065,3 -model=model_11319 -model2=model_11020 -name=Torch - -// 13206 -[loc_13206] -op1=Light -op5=Remove -ambient=20 -contrast=20 -model=model_11318 -name=Torch - -// 13207 -[loc_13207] -op5=Remove -anim=seq_3107 -ambient=20 -contrast=20 -bgsound=synth_2065,3 -model=model_11318 -model2=model_11020 -name=Torch - -// 13208 -[loc_13208] -op1=Light -op5=Remove -ambient=20 -contrast=20 -model=model_13118 -name=Incense burner - -// 13209 -[loc_13209] -op5=Remove -anim=seq_3573 -ambient=20 -contrast=20 -bgsound=synth_2065,3 -model=model_13118 -model2=model_13114 -name=Incense burner - -// 13210 -[loc_13210] -op1=Light -op5=Remove -ambient=20 -contrast=20 -model=model_13115 -name=Incense burner - -// 13211 -[loc_13211] -op5=Remove -anim=seq_3573 -ambient=20 -contrast=20 -bgsound=synth_2065,3 -model=model_13115 -model2=model_13114 -name=Incense burner - -// 13212 -[loc_13212] -op1=Light -op5=Remove -ambient=20 -contrast=20 -model=model_13116 -name=Incense burner - -// 13213 -[loc_13213] -op5=Remove -anim=seq_3573 -ambient=20 -contrast=20 -bgsound=synth_2065,3 -model=model_13116 -model2=model_13114 -name=Incense burner - -// 13214 -[loc_13214] -op5=Remove -width=2 -op1=Play -forceapproach=south -model=model_13222 -name=Windchimes - -// 13215 -[loc_13215] -op5=Remove -anim=seq_3577 -width=2 -op1=Play -forceapproach=south -model=model_13132 -name=Bells - -// 13216 -[loc_13216] -op5=Remove -width=2 -op1=Play -forceapproach=south -model=model_12513 -name=Organ - -// 13217 -[loc_13217] -op5=Remove -ambient=25 -contrast=25 -model=model_12202,1 -name=Shuttered window - -// 13218 -[loc_13218] -op5=Remove -ambient=25 -contrast=25 -model=model_12197,1 -name=Decorative window - -// 13219 -[loc_13219] -op5=Remove -ambient=25 -contrast=25 -model=model_12196,1 -name=Stained-glass window - -// 13220 -[loc_13220] -op5=Remove -ambient=25 -contrast=25 -model=model_12199,1 -name=Decorative window - -// 13221 -[loc_13221] -op5=Remove -ambient=25 -contrast=25 -model=model_12198,1 -name=Stained-glass window - -// 13222 -[loc_13222] -op5=Remove -ambient=25 -contrast=25 -model=model_12201,1 -name=Decorative window - -// 13223 -[loc_13223] -op5=Remove -ambient=25 -contrast=25 -model=model_12200,1 -name=Stained-glass window - -// 13224 -[loc_13224] -op5=Remove -ambient=25 -contrast=25 -model=model_12204,1 -name=Decorative window - -// 13225 -[loc_13225] -op5=Remove -ambient=25 -contrast=25 -model=model_12203,1 -name=Stained-glass window - -// 13226 -[loc_13226] -op5=Remove -ambient=25 -contrast=25 -model=model_12364,1 -name=Shuttered window - -// 13227 -[loc_13227] -op5=Remove -ambient=25 -contrast=25 -model=model_12359,1 -name=Decorative window - -// 13228 -[loc_13228] -op5=Remove -ambient=25 -contrast=25 -model=model_12358,1 -name=Stained-glass window - -// 13229 -[loc_13229] -op5=Remove -ambient=25 -contrast=25 -model=model_12361,1 -name=Decorative window - -// 13230 -[loc_13230] -op5=Remove -ambient=25 -contrast=25 -model=model_12360,1 -name=Stained-glass window - -// 13231 -[loc_13231] -op5=Remove -ambient=25 -contrast=25 -model=model_12363,1 -name=Decorative window - -// 13232 -[loc_13232] -op5=Remove -ambient=25 -contrast=25 -model=model_12362,1 -name=Stained-glass window - -// 13233 -[loc_13233] -op5=Remove -ambient=25 -contrast=25 -model=model_12366,1 -name=Decorative window - -// 13234 -[loc_13234] -op5=Remove -ambient=25 -contrast=25 -model=model_12365,1 -name=Stained-glass window - -// 13235 -[loc_13235] -op5=Remove -ambient=25 -contrast=25 -model=model_13236,1 -name=Shuttered window - -// 13236 -[loc_13236] -op5=Remove -ambient=25 -contrast=25 -model=model_13231,1 -name=Decorative window - -// 13237 -[loc_13237] -op5=Remove -ambient=25 -contrast=25 -model=model_13230,1 -name=Stained-glass window - -// 13238 -[loc_13238] -op5=Remove -ambient=25 -contrast=25 -model=model_13233,1 -name=Decorative window - -// 13239 -[loc_13239] -op5=Remove -ambient=25 -contrast=25 -model=model_13232,1 -name=Stained-glass window - -// 13240 -[loc_13240] -op5=Remove -ambient=25 -contrast=25 -model=model_13235,1 -name=Decorative window - -// 13241 -[loc_13241] -op5=Remove -ambient=25 -contrast=25 -model=model_13234,1 -name=Stained-glass window - -// 13242 -[loc_13242] -op5=Remove -ambient=25 -contrast=25 -model=model_13238,1 -name=Decorative window - -// 13243 -[loc_13243] -op5=Remove -ambient=25 -contrast=25 -model=model_13237,1 -name=Stained-glass window - -// 13244 -[loc_13244] -op5=Remove -ambient=25 -contrast=25 -model=model_13249,1 -name=Shuttered window - -// 13245 -[loc_13245] -op5=Remove -ambient=25 -contrast=25 -model=model_13244,1 -name=Decorative window - -// 13246 -[loc_13246] -op5=Remove -ambient=25 -contrast=25 -model=model_13243,1 -name=Stained-glass window - -// 13247 -[loc_13247] -op5=Remove -ambient=25 -contrast=25 -model=model_13246,1 -name=Decorative window - -// 13248 -[loc_13248] -op5=Remove -ambient=25 -contrast=25 -model=model_13245,1 -name=Stained-glass window - -// 13249 -[loc_13249] -op5=Remove -ambient=25 -contrast=25 -model=model_13248,1 -name=Decorative window - -// 13250 -[loc_13250] -op5=Remove -ambient=25 -contrast=25 -model=model_13247,1 -name=Stained-glass window - -// 13251 -[loc_13251] -op5=Remove -ambient=25 -contrast=25 -model=model_13251,1 -name=Decorative window - -// 13252 -[loc_13252] -op5=Remove -ambient=25 -contrast=25 -model=model_13250,1 -name=Stained-glass window - -// 13253 -[loc_13253] -op5=Remove -ambient=25 -contrast=25 -model=model_13271,1 -name=Shuttered window - -// 13254 -[loc_13254] -op5=Remove -ambient=25 -contrast=25 -model=model_13266,1 -name=Decorative window - -// 13255 -[loc_13255] -op5=Remove -ambient=25 -contrast=25 -model=model_13265,1 -name=Stained-glass window - -// 13256 -[loc_13256] -op5=Remove -ambient=25 -contrast=25 -model=model_13268,1 -name=Decorative window - -// 13257 -[loc_13257] -op5=Remove -ambient=25 -contrast=25 -model=model_13267,1 -name=Stained-glass window - -// 13258 -[loc_13258] -op5=Remove -ambient=25 -contrast=25 -model=model_13270,1 -name=Decorative window - -// 13259 -[loc_13259] -op5=Remove -ambient=25 -contrast=25 -model=model_13269,1 -name=Stained-glass window - -// 13260 -[loc_13260] -op5=Remove -ambient=25 -contrast=25 -model=model_13273,1 -name=Decorative window - -// 13261 -[loc_13261] -op5=Remove -ambient=25 -contrast=25 -model=model_13272,1 -name=Stained-glass window - -// 13262 -[loc_13262] -op5=Remove -ambient=25 -contrast=25 -model=model_13302,1 -name=Shuttered window - -// 13263 -[loc_13263] -op5=Remove -ambient=25 -contrast=25 -model=model_13297,1 -name=Decorative window - -// 13264 -[loc_13264] -op5=Remove -ambient=25 -contrast=25 -model=model_13296,1 -name=Stained-glass window - -// 13265 -[loc_13265] -op5=Remove -ambient=25 -contrast=25 -model=model_13299,1 -name=Decorative window - -// 13266 -[loc_13266] -op5=Remove -ambient=25 -contrast=25 -model=model_13298,1 -name=Stained-glass window - -// 13267 -[loc_13267] -op5=Remove -ambient=25 -contrast=25 -model=model_13301,1 -name=Decorative window - -// 13268 -[loc_13268] -op5=Remove -ambient=25 -contrast=25 -model=model_13300,1 -name=Stained-glass window - -// 13269 -[loc_13269] -op5=Remove -ambient=25 -contrast=25 -model=model_13304,1 -name=Decorative window - -// 13270 -[loc_13270] -op5=Remove -ambient=25 -contrast=25 -model=model_13303,1 -name=Stained-glass window - -// 13271 -[loc_13271] -op5=Remove -model=model_12574 -name=Statue - -// 13272 -[loc_13272] -op5=Remove -model=model_12565 -name=Statue - -// 13273 -[loc_13273] -op5=Remove -model=model_12575 -name=Statue - -// 13274 -[loc_13274] -op5=Remove -model=model_12570 -name=Statue - -// 13275 -[loc_13275] -op5=Remove -model=model_12572 -name=Statue - -// 13276 -[loc_13276] -op5=Remove -model=model_12571 -name=Statue - -// 13277 -[loc_13277] -op5=Remove -model=model_12573 -name=Statue - -// 13278 -[loc_13278] -op5=Remove -model=model_12569 -name=Statue - -// 13279 -[loc_13279] -op5=Remove -model=model_12576 -name=Statue - -// 13280 -[loc_13280] -op5=Remove -model=model_12566 -name=Statue - -// 13281 -[loc_13281] -op5=Remove -model=model_12567 -name=Statue - -// 13282 -[loc_13282] -op5=Remove -model=model_12568 -name=Statue - -// 13283 -[loc_13283] -op5=Remove -op1=Open -model=model_12152 -name=Wooden crate - -// 13284 -[loc_13284] -op1=Search -model=model_12148 -name=Wooden crate - -// 13285 -[loc_13285] -op5=Remove -op1=Open -model=model_12146 -name=Oak chest - -// 13286 -[loc_13286] -op1=Search -model=model_12147 -name=Oak chest - -// 13287 -[loc_13287] -op5=Remove -op1=Open -model=model_12150 -name=Teak chest - -// 13288 -[loc_13288] -op1=Search -model=model_12151 -name=Teak chest - -// 13289 -[loc_13289] -op5=Remove -op1=Open -model=model_11204 -name=Mahogany chest - -// 13290 -[loc_13290] -op1=Search -model=model_11205 -name=Mahogany chest - -// 13291 -[loc_13291] -op5=Remove -anim=seq_3117 -op1=Open -model=model_11123 -name=Magic chest - -// 13292 -[loc_13292] -anim=seq_3118 -op1=Search -model=model_11124 -name=Magic chest - -// 13293 -[loc_13293] -active=yes -width=4 -length=2 -op5=Remove -model=model_12461 -name=Wooden table - -// 13294 -[loc_13294] -active=yes -width=4 -length=2 -op5=Remove -model=model_12459 -name=Oak table - -// 13295 -[loc_13295] -active=yes -width=4 -length=2 -op5=Remove -model=model_12454 -name=Oak table - -// 13296 -[loc_13296] -active=yes -width=4 -length=2 -op5=Remove -model=model_12460 -name=Teak table - -// 13297 -[loc_13297] -active=yes -width=4 -length=2 -op5=Remove -model=model_12455 -name=Teak table - -// 13298 -[loc_13298] -active=yes -width=4 -length=2 -op5=Remove -model=model_12456 -name=Mahogany table - -// 13299 -[loc_13299] -active=yes -width=4 -length=2 -op5=Remove -model=model_12457 -name=Opulent table - -// 13300 -[loc_13300] -active=yes -op5=Remove -op1=Sit-on -forceapproach=north -model=model_12408 -name=Wooden bench - -// 13301 -[loc_13301] -active=yes -op5=Remove -op1=Sit-on -forceapproach=north -model=model_12406 -name=Oak bench - -// 13302 -[loc_13302] -active=yes -op5=Remove -op1=Sit-on -forceapproach=north -model=model_12402 -name=Carved oak bench - -// 13303 -[loc_13303] -active=yes -op5=Remove -op1=Sit-on -forceapproach=north -model=model_12407 -name=Teak bench - -// 13304 -[loc_13304] -active=yes -op1=Sit-on -op5=Remove -forceapproach=north -model=model_12403 -name=Carved teak bench - -// 13305 -[loc_13305] -active=yes -op5=Remove -op1=Sit-on -forceapproach=north -model=model_12405 -name=Mahogany bench - -// 13306 -[loc_13306] -active=yes -op5=Remove -op1=Sit-on -forceapproach=north -model=model_12404 -name=Gilded bench - -// 13307 -[loc_13307] -active=yes -op1=Ring -op5=Remove -model=model_12902 -name=Rope bell-pull - -// 13308 -[loc_13308] -active=yes -op1=Ring -op5=Remove -model=model_12903 -name=Bell-pull - -// 13309 -[loc_13309] -active=yes -op1=Ring -op5=Remove -model=model_12904 -name=Posh bell-pull - -// 13310 -[loc_13310] -op5=Remove -ambient=20 -model=model_12473,Q -name=Skeleton - -// 13311 -[loc_13311] -op5=Remove -ambient=20 -model=model_12472,Q -name=Pipe - -// 13312 -[loc_13312] -op5=Remove -ambient=100 -model=model_12471,Q -name=Blood - -// 13313 -[loc_13313] -op5=Remove -op4=Build-in -blockrange=no -model=model_12428,1 -model=model_12429,3 -name=Cage - -// 13314 -[loc_13314] -op5=Remove -op1=Open -op2=Pick-lock -op3=Force -blockrange=no -model=model_12430,1 -name=Door - -// 13315 -[loc_13315] -op1=Close -blockrange=no -model=model_12430,1 -name=Door - -// 13316 -[loc_13316] -op5=Remove -op4=Build-in -resizey=118 -blockrange=no -model=model_12423,1 -model=model_12424,3 -name=Cage - -// 13317 -[loc_13317] -op5=Remove -op1=Open -op2=Pick-lock -op3=Force -resizey=118 -blockrange=no -model=model_12425,1 -name=Door - -// 13318 -[loc_13318] -op1=Close -resizey=118 -blockrange=no -model=model_12425,1 -name=Door - -// 13319 -[loc_13319] -op5=Remove -op4=Build-in -resizey=118 -blockrange=no -model=model_12438,1 -model=model_12439,3 -name=Cage - -// 13320 -[loc_13320] -op5=Remove -op1=Open -op2=Pick-lock -op3=Force -resizey=118 -blockrange=no -model=model_12440,1 -name=Door - -// 13321 -[loc_13321] -op1=Close -resizey=118 -blockrange=no -model=model_12440,1 -name=Door - -// 13322 -[loc_13322] -op5=Remove -op4=Build-in -resizey=118 -blockrange=no -model=model_12433,1 -model=model_12434,3 -name=Cage - -// 13323 -[loc_13323] -op5=Remove -op1=Open -op2=Pick-lock -op3=Force -resizey=118 -blockrange=no -model=model_12435,1 -name=Door - -// 13324 -[loc_13324] -op1=Close -resizey=118 -blockrange=no -model=model_12435,1 -name=Door - -// 13325 -[loc_13325] -op5=Remove -op4=Build-in -blockrange=no -model=model_12418,1 -model=model_12419,3 -name=Cage - -// 13326 -[loc_13326] -op5=Remove -op1=Open -op2=Pick-lock -op3=Force -blockrange=no -model=model_12420,1 -name=Door - -// 13327 -[loc_13327] -op1=Close -blockrange=no -model=model_12420,1 -name=Door - -// 13328 -[loc_13328] -op5=Remove -op1=Climb -op4=Remove-room -model=model_12495 -name=Ladder - -// 13329 -[loc_13329] -op5=Remove -op1=Climb -op4=Remove-room -model=model_12496 -name=Ladder - -// 13330 -[loc_13330] -op5=Remove -op1=Climb -op4=Remove-room -model=model_12494 -name=Ladder - -// 13331 -[loc_13331] -blockwalk=no -op5=Remove -model=model_12515,0 -name=Slimy water - -// 13332 -[loc_13332] -blockwalk=no -op5=Remove -model=model_12516,0 -name=Slimy water - -// 13333 -[loc_13333] -blockwalk=no -op5=Remove -model=model_12514,0 -name=Slimy water - -// 13334 -[loc_13334] -blockwalk=no -op5=Remove -model=model_12518,0 -name=Spikes - -// 13335 -[loc_13335] -blockwalk=no -op5=Remove -model=model_12519,0 -name=Spikes - -// 13336 -[loc_13336] -blockwalk=no -op5=Remove -model=model_12517,0 -name=Spikes - -// 13337 -[loc_13337] -blockwalk=no -op5=Remove -anim=seq_3105 -hardshadow=no -model=model_12615 -name=Fire - -// 13338 -[loc_13338] -active=yes -blockwalk=no -model=model_596,0 -name=Floor - -// 13339 -[loc_13339] -active=yes -blockwalk=no -model=model_596,0 -name=Floor - -// 13340 -[loc_13340] -active=yes -blockwalk=no -model=model_596,0 -name=Floor - -// 13341 -[loc_13341] -anim=seq_9586 -op5=Remove -bgsound=synth_4472,1 -model=model_11821,Q -name=Torch - -// 13342 -[loc_13342] -anim=seq_3107 -op5=Remove -model=model_12608,Q -name=Candle - -// 13343 -[loc_13343] -anim=seq_9586 -op5=Remove -bgsound=synth_4472,1 -model=model_12609,Q -name=Skull - -// 13344 -[loc_13344] -op1=Open -op2=Pick-lock -op3=Force -op5=Remove -model=model_12206,1 -name=Door - -// 13345 -[loc_13345] -op1=Open -op2=Pick-lock -op3=Force -op5=Remove -model=model_12209,1 -name=Door - -// 13346 -[loc_13346] -op1=Open -op2=Pick-lock -op3=Force -op5=Remove -model=model_12207,1 -name=Door - -// 13347 -[loc_13347] -op1=Open -op2=Pick-lock -op3=Force -op5=Remove -model=model_12210,1 -name=Door - -// 13348 -[loc_13348] -op1=Open -op2=Pick-lock -op3=Force -op5=Remove -model=model_12205,1 -name=Door - -// 13349 -[loc_13349] -op1=Open -op2=Pick-lock -op3=Force -op5=Remove -model=model_12208,1 -name=Door - -// 13350 -[loc_13350] -op1=Close -model=model_12206,1 -name=Door - -// 13351 -[loc_13351] -op1=Close -model=model_12209,1 -name=Door - -// 13352 -[loc_13352] -op1=Close -model=model_12207,1 -name=Door - -// 13353 -[loc_13353] -op1=Close -model=model_12210,1 -name=Door - -// 13354 -[loc_13354] -op1=Close -model=model_12205,1 -name=Door - -// 13355 -[loc_13355] -op1=Close -model=model_12208,1 -name=Door - -// 13356 -[loc_13356] -active=yes -op5=Remove -blockwalk=no -model=model_12868,0 -name=Spike trap - -// 13357 -[loc_13357] -active=yes -op5=Remove -blockwalk=no -model=model_12717,0 -name=Man trap - -// 13358 -[loc_13358] -active=yes -op5=Remove -blockwalk=no -model=model_12727,0 -name=Tangle vine - -// 13359 -[loc_13359] -active=yes -op5=Remove -blockwalk=no -model=model_12718,0 -name=Marble trap - -// 13360 -[loc_13360] -active=yes -op5=Remove -blockwalk=no -model=model_12877,0 -name=Teleport trap - -// 13361 -[loc_13361] -active=yes -op5=Remove -blockwalk=no -resizex=64 -resizey=64 -resizez=64 -model=model_596,0 -name=Spike hidden - -// 13362 -[loc_13362] -active=yes -op5=Remove -blockwalk=no -resizex=64 -resizey=64 -resizez=64 -model=model_596,0 -name=Man hidden - -// 13363 -[loc_13363] -active=yes -op5=Remove -blockwalk=no -resizex=64 -resizey=64 -resizez=64 -model=model_596,0 -name=Tangle hidden - -// 13364 -[loc_13364] -active=yes -op5=Remove -blockwalk=no -resizex=64 -resizey=64 -resizez=64 -model=model_596,0 -name=Marble hidden - -// 13365 -[loc_13365] -active=yes -op5=Remove -blockwalk=no -resizex=64 -resizey=64 -resizez=64 -model=model_596,0 -name=Teleport hidden - -// 13366 -[loc_13366] -anim=seq_5483 -op5=Remove -blockwalk=no -width=2 -length=2 -model=model_21197 -name=Bones - -// 13367 -[loc_13367] -anim=seq_6561 -op5=Remove -blockwalk=no -width=2 -length=2 -model=model_26255 -name=Guard dog - -// 13368 -[loc_13368] -anim=seq_166 -op5=Remove -blockwalk=no -width=2 -length=2 -recol1s=7399 -recol1d=5251 -recol2s=9444 -recol2d=13540 -recol3s=10466 -recol3d=11492 -recol4s=7328 -recol4d=11492 -recol5s=18924 -recol5d=5251 -model=model_14109 -name=Hobgoblin - -// 13369 -[loc_13369] -anim=seq_286 -op5=Remove -blockwalk=no -width=2 -length=2 -model=model_3753 -model2=model_3756 -model3=model_3758 -model4=model_14113 -name=Troll - -// 13370 -[loc_13370] -resizex=78 -resizey=78 -resizez=78 -anim=seq_5318 -op5=Remove -blockwalk=no -width=2 -length=2 -recol1s=31808 -recol1d=12416 -recol2s=2014 -recol2d=5184 -recol3s=1666 -recol3d=6144 -recol4s=32736 -recol4d=23808 -recol5s=31773 -recol5d=8258 -recol6s=14392 -recol6d=6241 -model=model_20307 -model2=model_20308 -name=Huge Spider - -// 13371 -[loc_13371] -hillskew=yes -sharelight=yes -model=model_25883,0 - -// 13372 -[loc_13372] -resizex=100 -resizey=100 -resizez=100 -anim=seq_6496 -op5=Remove -blockwalk=no -width=2 -length=2 -model=model_17411 -model2=model_17427 -model3=model_17421 -model4=model_17417 -name=Baby red dragon - -// 13373 -[loc_13373] -anim=seq_3707 -op5=Remove -blockwalk=no -width=2 -length=2 -model=model_13224 -name=Rocnar - -// 13374 -[loc_13374] -anim=seq_6218 -op5=Remove -blockwalk=no -width=3 -length=3 -model=model_24593 -name=Kalphite Soldier - -// 13375 -[loc_13375] -anim=seq_6496 -op5=Remove -blockwalk=no -width=3 -length=3 -resizex=96 -resizey=96 -resizez=96 -shadow=no -recol1s=3173 -recol1d=11593 -recol2s=5353 -recol2d=14731 -recol3s=6410 -recol3d=16845 -recol4s=8524 -recol4d=18959 -recol5s=10638 -recol5d=21073 -recol6s=16980 -recol6d=22163 -model=model_24578 -model2=model_24587 -model3=model_24583 -model4=model_24579 -name=Steel dragon - -// 13376 -[loc_13376] -anim=seq_1338 -op5=Remove -blockwalk=no -width=3 -length=3 -recol1s=14795 -recol1d=12650 -recol2s=12683 -recol2d=11593 -recol3s=11626 -recol3d=10536 -recol4s=10569 -recol4d=9479 -model=model_4587 -model2=model_14117 -name=Dagannoth - -// 13377 -[loc_13377] -anim=seq_9241 -op5=Remove -blockwalk=no -width=3 -length=3 -ambient=60 -contrast=60 -resizex=75 -resizey=75 -resizez=75 -model=model_34134 -name=Tok-Xil - -// 13378 -[loc_13378] -op5=Remove -blockwalk=no -width=2 -length=2 -resizex=65 -resizey=65 -resizez=65 -model=model_17373 -model2=model_17372 -name=Demon - -// 13379 -[loc_13379] -op1=Activate -op5=Remove -length=2 -width=2 -model=model_12474 -name=Treasure Hunt Fairy House - -// 13380 -[loc_13380] -op1=Activate -op5=Remove -length=2 -width=2 -model=model_12475 -name=Treasure Hunt Fairy House - -// 13381 -[loc_13381] -op1=Search -op5=Remove -width=2 -model=model_12178 -model2=model_12179 -name=Glove Rack - -// 13382 -[loc_13382] -op1=Search -op5=Remove -width=2 -model=model_12178 -model2=model_12179 -model3=model_12181 -name=Weapons Rack - -// 13383 -[loc_13383] -op1=Search -op5=Remove -width=2 -model=model_12178 -model2=model_12179 -model3=model_12181 -model4=model_12180 -name=Weapons Rack - -// 13384 -[loc_13384] -op5=Remove -model=model_12147 -name=Oak prize chest - -// 13385 -[loc_13385] -op1=Open -op5=Remove -model=model_12146 -name=Oak prize chest - -// 13386 -[loc_13386] -op5=Remove -model=model_12151 -name=Teak prize chest - -// 13387 -[loc_13387] -op1=Open -op5=Remove -model=model_12150 -name=Teak prize chest - -// 13388 -[loc_13388] -op5=Remove -model=model_11205 -name=Mahogany prize chest - -// 13389 -[loc_13389] -op1=Open -op5=Remove -model=model_11204 -name=Mahogany prize chest - -// 13390 -[loc_13390] -active=yes -width=2 -length=2 -contrast=20 -ambient=20 -anim=seq_3587 -blockwalk=yes -op1=Activate -op5=Remove -model=model_13120 -model2=model_13119 -name=Jacky Jester - -// 13391 -[loc_13391] -active=yes -width=2 -length=2 -contrast=20 -ambient=20 -blockwalk=yes -op1=Activate -model=model_13120 -name=Jacky Jester - -// 13392 -[loc_13392] -op1=Set-up -op5=Remove -model=model_13203 -name=Attack stone - -// 13393 -[loc_13393] -op1=Set-up -op5=Remove -recol1s=15852 -recol1d=20933 -model=model_13203 -name=Attack stone - -// 13394 -[loc_13394] -op1=Set-up -op5=Remove -recol1s=15852 -recol1d=32727 -model=model_13203 -name=Attack stone - -// 13395 -[loc_13395] -op1=Activate -op5=Remove -anim=seq_3582 -resizex=70 -resizey=70 -resizez=70 -model=model_12960 -name=Elemental balance - -// 13396 -[loc_13396] -op1=Activate -op5=Remove -anim=seq_3582 -resizex=100 -resizey=100 -resizez=100 -model=model_12960 -name=Elemental balance - -// 13397 -[loc_13397] -op1=Activate -op5=Remove -anim=seq_3582 -model=model_12960 -name=Elemental balance - -// 13398 -[loc_13398] -op1=Hoop -op5=Remove -model=model_13196 -name=Stick - -// 13399 -[loc_13399] -op1=Hoop -op5=Remove -model=model_13196 -model2=model_13197 -name=Stick and hoop - -// 13400 -[loc_13400] -op1=Throw-at -op5=Remove -ambient=15 -contrast=15 -model=model_12955 -name=Dartboard - -// 13401 -[loc_13401] -op1=Throw-at -op5=Remove -ambient=15 -contrast=15 -model=model_12955 -model2=model_12956 -name=Dartboard - -// 13402 -[loc_13402] -op1=Shoot-at -op5=Remove -ambient=30 -model=model_12896 -name=Archery target - -// 13403 -[loc_13403] -op1=Shoot-at -op5=Remove -ambient=20 -model=model_12896 -model2=model_12897 -name=Archery target - -// 13404 -[loc_13404] -width=2 -length=2 -op1=Activate -op5=Remove -model=model_12975 -name=Hangman game - -// 13405 -[loc_13405] -op5=Remove -length=2 -width=2 -anim=seq_3174 -op1=Enter -op2=Lock -bgsound=synth_5018,4 -ambient=40 -model=model_11242 -model2=model_11234 -name=Portal - -// 13406 -[loc_13406] -width=2 -length=2 -op5=Remove -blockrange=no -model=model_12917 -name=Rock - -// 13407 -[loc_13407] -width=2 -length=2 -op5=Remove -blockrange=no -model=model_12918 -model2=model_12920 -name=Pond - -// 13408 -[loc_13408] -width=2 -length=2 -op5=Remove -anim=seq_3647 -blockrange=no -model=model_20420 -model2=model_13188 -model3=model_13189 -name=Statue - -// 13409 -[loc_13409] -width=2 -length=2 -op5=Remove -op1=Enter -op4=Remove-room -blockrange=no -model=model_12923 -name=Dungeon entrance - -// 13410 -[loc_13410] -active=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_12924,0 - -// 13411 -[loc_13411] -width=2 -length=2 -msi=msi_0 -op5=Remove -resizex=85 -resizey=85 -resizez=85 -model=model_12944 -name=Dead tree - -// 13412 -[loc_13412] -width=2 -length=2 -msi=msi_0 -op5=Remove -resizex=85 -resizey=85 -resizez=85 -model=model_12945 -name=Tree - -// 13413 -[loc_13413] -width=2 -length=2 -msi=msi_0 -op5=Remove -resizex=85 -resizey=85 -resizez=85 -model=model_12930 -name=Oak tree - -// 13414 -[loc_13414] -width=2 -length=2 -msi=msi_0 -op5=Remove -resizex=85 -resizey=85 -resizez=85 -model=model_12947 -name=Willow tree - -// 13415 -[loc_13415] -width=2 -length=2 -msi=msi_0 -op5=Remove -resizex=85 -resizey=85 -resizez=85 -model=model_12928 -name=Maple tree - -// 13416 -[loc_13416] -width=2 -length=2 -msi=msi_0 -op5=Remove -resizex=85 -resizey=85 -resizez=85 -model=model_12949 -name=Yew tree - -// 13417 -[loc_13417] -width=2 -length=2 -op5=Remove -model=model_12926 -name=Magic tree - -// 13418 -[loc_13418] -width=2 -length=2 -msi=msi_0 -resizex=75 -resizey=75 -resizez=75 -op5=Remove -model=model_12944 -name=Dead Tree - -// 13419 -[loc_13419] -width=2 -length=2 -msi=msi_0 -resizex=75 -resizey=75 -resizez=75 -op5=Remove -model=model_12945 -name=Tree - -// 13420 -[loc_13420] -width=2 -length=2 -msi=msi_0 -resizex=75 -resizey=75 -resizez=75 -op5=Remove -model=model_12930 -name=Oak Tree - -// 13421 -[loc_13421] -width=2 -length=2 -msi=msi_0 -resizex=75 -resizey=75 -resizez=75 -op5=Remove -model=model_12947 -name=Willow Tree - -// 13422 -[loc_13422] -width=2 -length=2 -msi=msi_0 -resizex=75 -resizey=75 -resizez=75 -op5=Remove -model=model_12949 -name=Yew tree - -// 13423 -[loc_13423] -width=2 -length=2 -msi=msi_0 -resizex=75 -resizey=75 -resizez=75 -op5=Remove -model=model_12928 -name=Maple tree - -// 13424 -[loc_13424] -width=2 -length=2 -op5=Remove -resizex=118 -resizey=118 -resizez=118 -model=model_12926 -name=Magic tree - -// 13425 -[loc_13425] -width=2 -length=2 -op5=Remove -model=model_12932 -name=Fern - -// 13426 -[loc_13426] -width=2 -length=2 -op5=Remove -model=model_12933 -name=Bush - -// 13427 -[loc_13427] -width=2 -length=2 -op5=Remove -model=model_12934 -name=Tall Plant - -// 13428 -[loc_13428] -width=2 -length=2 -op5=Remove -model=model_12935 -name=Short Plant - -// 13429 -[loc_13429] -width=2 -length=2 -op5=Remove -model=model_12936 -name=Large-leaf Plant - -// 13430 -[loc_13430] -width=2 -length=2 -op5=Remove -model=model_12937 -name=Huge plant - -// 13431 -[loc_13431] -op5=Remove -model=model_12938 -name=Plant - -// 13432 -[loc_13432] -op5=Remove -model=model_12939 -name=Small fern - -// 13433 -[loc_13433] -op5=Remove -model=model_12940 -name=Fern - -// 13434 -[loc_13434] -op5=Remove -model=model_12941 -name=Dock Leaf - -// 13435 -[loc_13435] -op5=Remove -model=model_12942 -name=Thistle - -// 13436 -[loc_13436] -op5=Remove -model=model_12943 -name=Reeds - -// 13437 -[loc_13437] -op5=Remove -blockwalk=no -model=model_13143 -name=Rosemary - -// 13438 -[loc_13438] -op5=Remove -blockwalk=no -model=model_13145 -name=Daffodils - -// 13439 -[loc_13439] -op5=Remove -blockwalk=no -model=model_13147 -name=Bluebells - -// 13440 -[loc_13440] -op5=Remove -blockwalk=no -model=model_13144 -name=Rosemary - -// 13441 -[loc_13441] -op5=Remove -blockwalk=no -model=model_13146 -name=Daffodils - -// 13442 -[loc_13442] -op5=Remove -blockwalk=no -model=model_13148 -name=Bluebells - -// 13443 -[loc_13443] -op5=Remove -blockwalk=no -model=model_13137 -name=Sunflower - -// 13444 -[loc_13444] -op5=Remove -blockwalk=no -model=model_13139 -name=Marigolds - -// 13445 -[loc_13445] -op5=Remove -blockwalk=no -model=model_13141 -name=Roses - -// 13446 -[loc_13446] -op5=Remove -blockwalk=no -model=model_13138 -name=Sunflowers - -// 13447 -[loc_13447] -op5=Remove -blockwalk=no -model=model_13140 -name=Marigolds - -// 13448 -[loc_13448] -op5=Remove -blockwalk=no -model=model_13142 -name=Roses - -// 13449 -[loc_13449] -op5=Remove -blockrange=no -model=model_13150,1 -model=model_13151,3 -name=Boundary stones - -// 13450 -[loc_13450] -op5=Remove -blockrange=no -model=model_13152,1 -model=model_15139,2 -model=model_13153,3 -model=model_15140,5 -name=Wooden fence - -// 13451 -[loc_13451] -op5=Remove -blockrange=no -model=model_13156,1 -model=model_13157,3 -name=Stone wall - -// 13452 -[loc_13452] -op5=Remove -blockrange=no -model=model_13158,1 -model=model_13160,3 -name=Iron railings - -// 13453 -[loc_13453] -op5=Remove -blockrange=no -model=model_13154,1 -model=model_13155,3 -name=Picket fence - -// 13454 -[loc_13454] -op5=Remove -blockrange=no -model=model_13161,1 -model=model_13162,3 -name=Garden fence - -// 13455 -[loc_13455] -op5=Remove -blockrange=no -model=model_13163,1 -model=model_13164,3 -name=Marble wall - -// 13456 -[loc_13456] -op5=Remove -blockrange=no -model=model_13172 -name=Hedge - -// 13457 -[loc_13457] -op5=Remove -blockrange=no -model=model_13165 -name=Hedge - -// 13458 -[loc_13458] -op5=Remove -blockrange=no -model=model_13178 -name=Hedge - -// 13459 -[loc_13459] -op5=Remove -blockrange=no -model=model_13173 -name=Hedge - -// 13460 -[loc_13460] -op5=Remove -blockrange=no -model=model_13166 -name=Hedge - -// 13461 -[loc_13461] -op5=Remove -blockrange=no -model=model_13179 -name=Hedge - -// 13462 -[loc_13462] -ambient=20 -op5=Remove -blockrange=no -model=model_13174 -name=Hedge - -// 13463 -[loc_13463] -ambient=20 -op5=Remove -blockrange=no -model=model_13167 -name=Hedge - -// 13464 -[loc_13464] -ambient=20 -op5=Remove -blockrange=no -model=model_13180 -name=Hedge - -// 13465 -[loc_13465] -op5=Remove -blockrange=no -model=model_13168 -name=Hedge - -// 13466 -[loc_13466] -op5=Remove -blockrange=no -model=model_13168 -name=Hedge - -// 13467 -[loc_13467] -op5=Remove -blockrange=no -model=model_13168 -name=Hedge - -// 13468 -[loc_13468] -ambient=20 -op5=Remove -blockrange=no -model=model_13175 -name=Hedge - -// 13469 -[loc_13469] -ambient=20 -op5=Remove -blockrange=no -model=model_13169 -name=Hedge - -// 13470 -[loc_13470] -ambient=20 -op5=Remove -blockrange=no -model=model_13181 -name=Hedge - -// 13471 -[loc_13471] -ambient=20 -op5=Remove -blockrange=no -model=model_13170 -name=Hedge - -// 13472 -[loc_13472] -ambient=20 -op5=Remove -blockrange=no -model=model_13170 -name=Hedge - -// 13473 -[loc_13473] -ambient=20 -op5=Remove -blockrange=no -model=model_13170 -name=Hedge - -// 13474 -[loc_13474] -contrast=20 -op5=Remove -blockrange=no -model=model_13176 -name=Hedge - -// 13475 -[loc_13475] -contrast=20 -op5=Remove -blockrange=no -model=model_13171 -name=Hedge - -// 13476 -[loc_13476] -contrast=20 -op5=Remove -blockrange=no -model=model_13182 -name=Hedge - -// 13477 -[loc_13477] -width=2 -length=2 -op5=Remove -model=model_13186 -model2=model_13187 -name=Gazebo - -// 13478 -[loc_13478] -width=2 -length=2 -op5=Remove -bgsound=synth_2149,3 -model=model_13184 -name=Small fountain - -// 13479 -[loc_13479] -width=2 -length=2 -op5=Remove -bgsound=synth_2150,3 -model=model_13149 -name=Large fountain - -// 13480 -[loc_13480] -anim=seq_3647 -width=2 -length=2 -op5=Remove -bgsound=synth_2151,3 -model=model_13191 -name=Ornamental fountain - -// 13481 -[loc_13481] -op5=Remove -contrast=25 -ambient=25 -op1=Talk-to -forceapproach=south -model=model_34575 -name=Crawling hand - -// 13482 -[loc_13482] -op5=Remove -contrast=25 -ambient=25 -op1=Talk-to -forceapproach=south -model=model_34572 -name=Cockatrice head - -// 13483 -[loc_13483] -op5=Remove -contrast=25 -ambient=25 -op1=Talk-to -forceapproach=south -model=model_34576 -name=Basilisk head - -// 13484 -[loc_13484] -op5=Remove -contrast=25 -ambient=25 -op1=Talk-to -forceapproach=south -model=model_34573 -name=Kurask head - -// 13485 -[loc_13485] -op5=Remove -contrast=25 -ambient=25 -op1=Talk-to -forceapproach=south -model=model_12159 -name=Abyssal demon head - -// 13486 -[loc_13486] -op5=Remove -contrast=25 -ambient=25 -op1=Talk-to -forceapproach=south -recol1s=16846 -recol1d=2114 -model=model_12164 -name=KBD heads - -// 13487 -[loc_13487] -op5=Remove -contrast=25 -ambient=25 -op1=Talk-to -forceapproach=south -model=model_24627 -name=KQ head - -// 13488 -[loc_13488] -op5=Remove -contrast=25 -ambient=25 -blockwalk=no -model=model_12155 -name=Mounted sea bass - -// 13489 -[loc_13489] -op5=Remove -contrast=25 -ambient=25 -blockwalk=no -model=model_12157 -name=Mounted swordfish - -// 13490 -[loc_13490] -op5=Remove -contrast=25 -ambient=25 -blockwalk=no -model=model_12156 -name=Mounted shark - -// 13491 -[loc_13491] -op5=Remove -recol1s=6438 -recol1d=6346 -recol2s=3235 -recol2d=3174 -model=model_12382 -name=Mithril armour - -// 13492 -[loc_13492] -op5=Remove -model=model_12382 -name=Adamant armour - -// 13493 -[loc_13493] -op5=Remove -recol1s=6438 -recol1d=6476 -recol2s=3235 -recol2d=3272 -model=model_12382 -name=Rune armour - -// 13494 -[loc_13494] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11592 -recol2s=10537 -recol2d=8421 -recol3s=9480 -recol3d=10535 -recol4s=8423 -recol4d=9478 -model=model_12127,0 - -// 13495 -[loc_13495] -op5=Remove -recol1s=20512 -recol1d=26293 -recol2s=1107 -recol2d=8468 -model=model_12383 -name=White Castlewars armour - -// 13496 -[loc_13496] -op5=Remove -recol1s=20512 -recol1d=22179 -recol2s=1107 -recol2d=3173 -model=model_12383 -name=Gold Castlewars armour - -// 13497 -[loc_13497] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -op5=Remove -op4=Remove-room -model=model_12552 -name=Staircase - -// 13498 -[loc_13498] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -op5=Remove -op4=Remove-room -model=model_12559 -name=Staircase - -// 13499 -[loc_13499] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -op5=Remove -op4=Remove-room -model=model_12553 -name=Staircase - -// 13500 -[loc_13500] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -op5=Remove -op4=Remove-room -model=model_12560 -name=Staircase - -// 13501 -[loc_13501] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -op5=Remove -op4=Remove-room -model=model_12551 -name=Staircase - -// 13502 -[loc_13502] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -op5=Remove -op4=Remove-room -model=model_12558 -name=Staircase - -// 13503 -[loc_13503] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -op5=Remove -op4=Remove-room -model=model_12554 -name=Staircase - -// 13504 -[loc_13504] -width=2 -length=2 -op1=Climb -op3=Climb-down -msi=msi_7 -op5=Remove -op4=Remove-room -model=model_12556 -name=Staircase - -// 13505 -[loc_13505] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -op5=Remove -op4=Remove-room -model=model_12555 -name=Staircase - -// 13506 -[loc_13506] -width=2 -length=2 -op1=Climb -op3=Climb-down -msi=msi_7 -op5=Remove -op4=Remove-room -model=model_12557 -name=Staircase - -// 13507 -[loc_13507] -op5=Remove -offsetx=10 -offsetz=10 -model=model_12462 -model2=model_12463 -name=Rune display case - -// 13508 -[loc_13508] -op5=Remove -offsetx=10 -offsetz=10 -model=model_12462 -model2=model_12464 -name=Rune display case - -// 13509 -[loc_13509] -op5=Remove -model=model_12462 -model2=model_12465 -name=Rune display case - -// 13510 -[loc_13510] -op5=Remove -ambient=25 -contrast=25 -model=model_12525,Q -name=Portrait - -// 13511 -[loc_13511] -op5=Remove -ambient=25 -contrast=25 -model=model_12523,Q -name=Portrait - -// 13512 -[loc_13512] -op5=Remove -ambient=25 -contrast=25 -model=model_12524,Q -name=Painting - -// 13513 -[loc_13513] -op5=Remove -ambient=25 -contrast=25 -model=model_12526,Q -name=Portrait - -// 13514 -[loc_13514] -op5=Remove -ambient=25 -contrast=25 -model=model_12497,Q -name=Desert painting - -// 13515 -[loc_13515] -op5=Remove -ambient=25 -contrast=25 -model=model_12498,Q -name=Isafdar painting - -// 13516 -[loc_13516] -op5=Remove -ambient=25 -contrast=25 -model=model_12499,Q -name=Karamja painting - -// 13517 -[loc_13517] -op5=Remove -ambient=25 -contrast=25 -model=model_12500,Q -name=Lumbridge painting - -// 13518 -[loc_13518] -op5=Remove -ambient=25 -contrast=25 -model=model_12501,Q -name=Morytania painting - -// 13519 -[loc_13519] -op5=Remove -ambient=25 -contrast=25 -model=model_12167,Q -name=Silverlight - -// 13520 -[loc_13520] -op5=Remove -ambient=25 -contrast=25 -recol1s=15825 -recol1d=4162 -recol2s=32736 -recol2d=6342 -model=model_12167,Q -name=Darklight - -// 13521 -[loc_13521] -op5=Remove -ambient=25 -contrast=25 -model=model_12166,Q -name=Excalibur - -// 13522 -[loc_13522] -op5=Remove -ambient=25 -contrast=25 -model=model_12154,Q -name=Anti-Dragon Breath Shield - -// 13523 -[loc_13523] -op5=Remove -ambient=25 -contrast=25 -op1=Rub -model=model_12153,Q -name=Amulet of Glory - -// 13524 -[loc_13524] -op5=Remove -ambient=25 -contrast=25 -model=model_12158,Q -name=Cape of Legends - -// 13525 -[loc_13525] -op5=Remove -ambient=25 -contrast=25 -model=model_12175,Q -name=Map - -// 13526 -[loc_13526] -op5=Remove -ambient=25 -contrast=25 -model=model_12177,Q -name=Map - -// 13527 -[loc_13527] -op5=Remove -ambient=25 -contrast=25 -model=model_12176,Q -name=Map - -// 13528 -[loc_13528] -length=2 -anim=seq_3105 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2065,3 -model=model_12625 -model2=model_12624 -name=Firepit - -// 13529 -[loc_13529] -length=2 -anim=seq_3105 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2065,3 -model=model_14101 -model2=model_12624 -name=Firepit with hook - -// 13530 -[loc_13530] -length=2 -anim=seq_3105 -op1=Take-kettle -contrast=25 -ambient=25 -bgsound=synth_2199,3 -model=model_14101 -model2=model_12624 -model3=model_12627 -name=Firepit with hook - -// 13531 -[loc_13531] -length=2 -anim=seq_3105 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2200,3 -model=model_14101 -model2=model_12624 -model3=model_12628 -name=Firepit with pot - -// 13532 -[loc_13532] -length=2 -anim=seq_3105 -op1=Take-kettle -contrast=25 -ambient=25 -bgsound=synth_2199,3 -model=model_14101 -model2=model_12624 -model3=model_12626 -name=Firepit with pot - -// 13533 -[loc_13533] -length=2 -anim=seq_3105 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2198,3 -model=model_14100 -model2=model_12620 -name=Small oven - -// 13534 -[loc_13534] -length=2 -anim=seq_3105 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2198,3 -model=model_14100 -model2=model_12620 -model3=model_12622 -name=Small Oven - -// 13535 -[loc_13535] -length=2 -anim=seq_3105 -op1=Take-kettle -contrast=25 -ambient=25 -bgsound=synth_2199,3 -model=model_14100 -model2=model_12620 -model3=model_12621 -name=Small oven - -// 13536 -[loc_13536] -length=2 -anim=seq_3105 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2209,3 -model=model_12629 -model2=model_12620 -name=Large oven - -// 13537 -[loc_13537] -length=2 -anim=seq_3105 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2209,3 -model=model_12629 -model2=model_12620 -model3=model_12631 -name=Large oven - -// 13538 -[loc_13538] -length=2 -anim=seq_3105 -op1=Take-kettle -contrast=25 -ambient=25 -bgsound=synth_2199,3 -model=model_12629 -model2=model_12620 -model3=model_12630 -name=Large oven - -// 13539 -[loc_13539] -length=2 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2065,3 -model=model_12616 -name=Steel range - -// 13540 -[loc_13540] -length=2 -op1=Take-kettle -contrast=25 -ambient=25 -bgsound=synth_2199,3 -model=model_12616 -model2=model_12617 -name=Steel range - -// 13541 -[loc_13541] -length=2 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2210,3 -model=model_12616 -model2=model_12618 -name=Steel range - -// 13542 -[loc_13542] -length=2 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2065,3 -model=model_12632 -name=Fancy range - -// 13543 -[loc_13543] -length=2 -op1=Take-kettle -contrast=25 -ambient=25 -bgsound=synth_2209,3 -model=model_12632 -model2=model_12633 -name=Fancy range - -// 13544 -[loc_13544] -length=2 -op5=Remove -contrast=25 -ambient=25 -bgsound=synth_2199,3 -model=model_12632 -model2=model_12634 -name=Fancy range - -// 13545 -[loc_13545] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12548,Q -name=Shelves - -// 13546 -[loc_13546] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12538,Q -name=Shelves - -// 13547 -[loc_13547] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12546,Q -name=Shelves - -// 13548 -[loc_13548] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12537,Q -name=Shelves - -// 13549 -[loc_13549] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12544,Q -name=Shelves - -// 13550 -[loc_13550] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12545,Q -name=Shelves - -// 13551 -[loc_13551] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12540,Q -name=Shelves - -// 13552 -[loc_13552] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12547,Q -name=Shelves - -// 13553 -[loc_13553] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12536,Q -name=Shelves - -// 13554 -[loc_13554] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12543,Q -name=Shelves - -// 13555 -[loc_13555] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12535,Q -name=Shelves - -// 13556 -[loc_13556] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12541,Q -name=Shelves - -// 13557 -[loc_13557] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12542,Q -name=Shelves - -// 13558 -[loc_13558] -active=yes -op1=Search -op5=Remove -contrast=25 -ambient=25 -model=model_12539,Q -name=Shelves - -// 13559 -[loc_13559] -length=2 -op5=Remove -forceapproach=east -blockrange=no -model=model_13219 -model2=model_13216 -name=Pump and drain - -// 13560 -[loc_13560] -length=2 -op5=Remove -anim=seq_3720 -forceapproach=east -bgsound=synth_2150,3 -blockrange=no -model=model_13219 -model2=model_13218 -name=Pump and drain - -// 13561 -[loc_13561] -length=2 -op5=Remove -forceapproach=east -blockrange=no -model=model_13221 -model2=model_13215 -name=Pump and tub - -// 13562 -[loc_13562] -length=2 -op5=Remove -anim=seq_3720 -forceapproach=east -bgsound=synth_2150,3 -blockrange=no -model=model_13221 -model2=model_13217 -name=Pump and tub - -// 13563 -[loc_13563] -length=2 -op5=Remove -forceapproach=east -blockrange=no -model=model_13220 -model2=model_13215 -name=Sink - -// 13564 -[loc_13564] -length=2 -op5=Remove -anim=seq_3720 -forceapproach=east -bgsound=synth_2150,3 -blockrange=no -model=model_13220 -model2=model_13217 -name=Sink - -// 13565 -[loc_13565] -width=2 -length=2 -op1=Search -op5=Remove -model=model_12504 -name=Larder - -// 13566 -[loc_13566] -width=2 -length=2 -op1=Search -op5=Remove -model=model_12502 -name=Larder - -// 13567 -[loc_13567] -width=2 -length=2 -op1=Search -op5=Remove -model=model_12503 -name=Larder - -// 13568 -[loc_13568] -forceapproach=south -op5=Remove -model=model_12388 -name=Beer barrel - -// 13569 -[loc_13569] -forceapproach=south -op5=Remove -model=model_12389 -name=Cider barrel - -// 13570 -[loc_13570] -forceapproach=south -op5=Remove -model=model_12386 -name=Asgarnian ale - -// 13571 -[loc_13571] -forceapproach=south -op5=Remove -model=model_12387 -name=Greenman's ale - -// 13572 -[loc_13572] -forceapproach=south -op5=Remove -model=model_12384 -name=Dragon bitter - -// 13573 -[loc_13573] -forceapproach=south -op5=Remove -model=model_14093 -name=Chef's Delight - -// 13574 -[loc_13574] -blockwalk=no -op5=Remove -active=yes -unknown90=yes -raiseobject=no -model=model_12521,0 -name=Pet blanket - -// 13575 -[loc_13575] -blockwalk=no -op5=Remove -unknown90=yes -raiseobject=no -model=model_12520,0 -name=Pet basket - -// 13576 -[loc_13576] -blockwalk=no -op5=Remove -unknown90=yes -raiseobject=no -model=model_12522,0 -name=Pet basket - -// 13577 -[loc_13577] -active=yes -width=2 -length=2 -op5=Remove -model=model_12493 -name=Wooden table - -// 13578 -[loc_13578] -active=yes -width=2 -length=2 -op5=Remove -model=model_12491 -name=Oak table - -// 13579 -[loc_13579] -active=yes -width=2 -length=2 -op5=Remove -model=model_12492 -name=Teak table - -// 13580 -[loc_13580] -blockwalk=no -op5=Remove -op1=Sleep-in -active=yes -model=model_12521,0 -name=Pet blanket - -// 13581 -[loc_13581] -op1=Sit-on -op5=Remove -forceapproach=south -blockrange=no -model=model_12443 -name=Chair - -// 13582 -[loc_13582] -op1=Sit-on -op5=Remove -forceapproach=south -blockrange=no -model=model_12450 -name=Chair - -// 13583 -[loc_13583] -op1=Sit-on -op5=Remove -forceapproach=south -blockrange=no -model=model_12448 -name=Chair - -// 13584 -[loc_13584] -op1=Sit-on -op5=Remove -forceapproach=south -blockrange=no -model=model_12446 -name=Chair - -// 13585 -[loc_13585] -op1=Sit-on -op5=Remove -forceapproach=south -blockrange=no -model=model_12447 -name=Chair - -// 13586 -[loc_13586] -op1=Sit-on -op5=Remove -forceapproach=south -blockrange=no -model=model_12449 -name=Chair - -// 13587 -[loc_13587] -op1=Sit-on -op5=Remove -forceapproach=south -blockrange=no -model=model_12444 -name=Chair - -// 13588 -[loc_13588] -active=yes -blockwalk=no -op5=Remove -model=model_11818,0 -name=Rug - -// 13589 -[loc_13589] -active=yes -blockwalk=no -op5=Remove -model=model_11820,0 -name=Rug - -// 13590 -[loc_13590] -active=yes -op5=Remove -blockwalk=no -model=model_11819,0 -name=Rug - -// 13591 -[loc_13591] -active=yes -blockwalk=no -op5=Remove -model=model_12390,0 -name=Rug - -// 13592 -[loc_13592] -active=yes -blockwalk=no -op5=Remove -model=model_12392,0 -name=Rug - -// 13593 -[loc_13593] -active=yes -op5=Remove -blockwalk=no -model=model_12391,0 -name=Rug - -// 13594 -[loc_13594] -active=yes -blockwalk=no -op5=Remove -model=model_12527,0 -name=Rug - -// 13595 -[loc_13595] -active=yes -blockwalk=no -op5=Remove -model=model_12529,0 -name=Rug - -// 13596 -[loc_13596] -active=yes -op5=Remove -blockwalk=no -model=model_12528,0 -name=Rug - -// 13597 -[loc_13597] -op1=Search -forceapproach=east -op5=Remove -model=model_12415 -name=Bookcase - -// 13598 -[loc_13598] -op1=Search -forceapproach=east -op5=Remove -model=model_12410 -name=Bookcase - -// 13599 -[loc_13599] -op1=Search -forceapproach=east -op5=Remove -model=model_12409 -name=Bookcase - -// 13600 -[loc_13600] -op1=Search -forceapproach=east -op5=Remove -model=model_12414 -model2=model_12411 -name=Scroll rack - -// 13601 -[loc_13601] -op1=Search -forceapproach=east -op5=Remove -model=model_12413 -model2=model_12411 -name=Scroll rack - -// 13602 -[loc_13602] -op1=Search -forceapproach=east -op5=Remove -model=model_12412 -model2=model_12411 -name=Scroll rack - -// 13603 -[loc_13603] -active=yes -blockwalk=no -raiseobject=no -op5=Remove -model=model_12453,Q -name=Curtains - -// 13604 -[loc_13604] -active=yes -blockwalk=no -raiseobject=no -op5=Remove -model=model_12451,Q -name=Curtains - -// 13605 -[loc_13605] -active=yes -blockwalk=no -raiseobject=no -op5=Remove -model=model_12452,Q -name=Curtains - -// 13606 -[loc_13606] -active=yes -op5=Remove -model=model_12174,Q -name=Wall decoration - -// 13607 -[loc_13607] -active=yes -op5=Remove -model=model_12172,Q -name=Wall decoration - -// 13608 -[loc_13608] -active=yes -op5=Remove -model=model_12173,Q -name=Wall decoration - -// 13609 -[loc_13609] -length=2 -op1=Light -op5=Remove -forceapproach=east -model=model_12610 -name=Clay fireplace - -// 13610 -[loc_13610] -length=2 -anim=seq_477 -anim=seq_3105 -forceapproach=east -bgsound=synth_2065,3 -model=model_12610 -model2=model_12611 -name=Clay fireplace - -// 13611 -[loc_13611] -length=2 -op1=Light -op5=Remove -forceapproach=east -model=model_40833 -name=Limestone fireplace - -// 13612 -[loc_13612] -length=2 -anim=seq_477 -forceapproach=east -bgsound=synth_2065,3 -model=model_12612 -name=Limestone fireplace - -// 13613 -[loc_13613] -length=2 -op1=Light -op5=Remove -forceapproach=east -model=model_40832 -name=Marble fireplace - -// 13614 -[loc_13614] -length=2 -anim=seq_477 -forceapproach=east -bgsound=synth_2065,3 -model=model_12613 -name=Marble fireplace - -// 13615 -[loc_13615] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=26048 -recol2s=8237 -recol2d=26050 -recol3s=9294 -recol3d=26084 -recol4s=10351 -recol4d=26118 -recol5s=11408 -recol5d=26152 -model=model_11231 -model2=model_11240 -name=Varrock Portal - -// 13616 -[loc_13616] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=1234 -recol2s=8237 -recol2d=1268 -recol3s=9294 -recol3d=2325 -recol4s=10351 -recol4d=3382 -recol5s=11408 -recol5d=5462 -model=model_11231 -model2=model_11240 -name=Lumbridge Portal - -// 13617 -[loc_13617] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -model=model_11231 -model2=model_11240 -name=Falador Portal - -// 13618 -[loc_13618] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=28407 -recol2s=8237 -recol2d=29464 -recol3s=9294 -recol3d=32503 -recol4s=10351 -recol4d=32569 -recol5s=11408 -recol5d=32635 -model=model_11231 -model2=model_11240 -name=Camelot Portal - -// 13619 -[loc_13619] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=19488 -recol2s=8237 -recol2d=21536 -recol3s=9294 -recol3d=21602 -recol4s=10351 -recol4d=23650 -recol5s=11408 -recol5d=23716 -model=model_11231 -model2=model_11240 -name=Ardougne Portal - -// 13620 -[loc_13620] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=7776 -recol2s=8237 -recol2d=8864 -recol3s=9294 -recol3d=9890 -recol4s=10351 -recol4d=10978 -recol5s=11408 -recol5d=12004 -model=model_11231 -model2=model_11240 -name=Yanille Portal - -// 13621 -[loc_13621] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=13675 -recol2s=8237 -recol2d=14732 -recol3s=9294 -recol3d=15789 -recol4s=10351 -recol4d=16846 -recol5s=11408 -recol5d=17903 -model=model_11231 -model2=model_11240 -name=Kharyrll Portal - -// 13622 -[loc_13622] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=26048 -recol2s=8237 -recol2d=26050 -recol3s=9294 -recol3d=26084 -recol4s=10351 -recol4d=26118 -recol5s=11408 -recol5d=26152 -model=model_11231 -model2=model_11235 -name=Varrock Portal - -// 13623 -[loc_13623] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=1234 -recol2s=8237 -recol2d=1268 -recol3s=9294 -recol3d=2325 -recol4s=10351 -recol4d=3382 -recol5s=11408 -recol5d=5462 -model=model_11231 -model2=model_11235 -name=Lumbridge Portal - -// 13624 -[loc_13624] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -model=model_11231 -model2=model_11235 -name=Falador Portal - -// 13625 -[loc_13625] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=28407 -recol2s=8237 -recol2d=29464 -recol3s=9294 -recol3d=32503 -recol4s=10351 -recol4d=32569 -recol5s=11408 -recol5d=32635 -model=model_11231 -model2=model_11235 -name=Camelot Portal - -// 13626 -[loc_13626] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=19488 -recol2s=8237 -recol2d=21536 -recol3s=9294 -recol3d=21602 -recol4s=10351 -recol4d=23650 -recol5s=11408 -recol5d=23716 -model=model_11231 -model2=model_11235 -name=Ardougne Portal - -// 13627 -[loc_13627] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=7776 -recol2s=8237 -recol2d=8864 -recol3s=9294 -recol3d=9890 -recol4s=10351 -recol4d=10978 -recol5s=11408 -recol5d=12004 -model=model_11231 -model2=model_11235 -name=Yanille Portal - -// 13628 -[loc_13628] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=13675 -recol2s=8237 -recol2d=14732 -recol3s=9294 -recol3d=15789 -recol4s=10351 -recol4d=16846 -recol5s=11408 -recol5d=17903 -model=model_11231 -model2=model_11235 -name=Kharyrll Portal - -// 13629 -[loc_13629] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=26048 -recol2s=8237 -recol2d=26050 -recol3s=9294 -recol3d=26084 -recol4s=10351 -recol4d=26118 -recol5s=11408 -recol5d=26152 -model=model_11231 -model2=model_11237 -name=Varrock Portal - -// 13630 -[loc_13630] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=1234 -recol2s=8237 -recol2d=1268 -recol3s=9294 -recol3d=2325 -recol4s=10351 -recol4d=3382 -recol5s=11408 -recol5d=5462 -model=model_11231 -model2=model_11237 -name=Lumbridge Portal - -// 13631 -[loc_13631] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -model=model_11231 -model2=model_11237 -name=Falador Portal - -// 13632 -[loc_13632] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=28407 -recol2s=8237 -recol2d=29464 -recol3s=9294 -recol3d=32503 -recol4s=10351 -recol4d=32569 -recol5s=11408 -recol5d=32635 -model=model_11231 -model2=model_11237 -name=Camelot Portal - -// 13633 -[loc_13633] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=19488 -recol2s=8237 -recol2d=21536 -recol3s=9294 -recol3d=21602 -recol4s=10351 -recol4d=23650 -recol5s=11408 -recol5d=23716 -model=model_11231 -model2=model_11237 -name=Ardougne Portal - -// 13634 -[loc_13634] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=7776 -recol2s=8237 -recol2d=8864 -recol3s=9294 -recol3d=9890 -recol4s=10351 -recol4d=10978 -recol5s=11408 -recol5d=12004 -model=model_11231 -model2=model_11237 -name=Yanille Portal - -// 13635 -[loc_13635] -op5=Remove -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_5018,4 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -recol1s=7180 -recol1d=13675 -recol2s=8237 -recol2d=14732 -recol3s=9294 -recol3d=15789 -recol4s=10351 -recol4d=16846 -recol5s=11408 -recol5d=17903 -model=model_11231 -model2=model_11237 -name=Kharyrll Portal - -// 13636 -[loc_13636] -op5=Remove -width=2 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -model=model_11241 -name=Portal frame - -// 13637 -[loc_13637] -op5=Remove -width=2 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -model=model_11236 -name=Portal frame - -// 13638 -[loc_13638] -op5=Remove -width=2 -ambient=40 -resizex=115 -resizez=115 -resizey=115 -model=model_11238 -name=Portal frame - -// 13639 -[loc_13639] -op5=Remove -length=2 -width=2 -anim=seq_3644 -op1=Direct-portal -op2=Scry -bgsound=synth_2149,3 -ambient=40 -model=model_13192 -name=Scrying pool - -// 13640 -[loc_13640] -op5=Remove -length=2 -width=2 -anim=seq_3646 -op1=Direct-portal -bgsound=synth_3139,5 -ambient=40 -model=model_13199 -name=Teleportation focus - -// 13641 -[loc_13641] -op5=Remove -length=2 -width=2 -anim=seq_3648 -op1=Direct-portal -bgsound=synth_3139,5 -ambient=40 -model=model_13200 -name=Greater teleport focus - -// 13642 -[loc_13642] -op1=Study -op5=Remove -forceapproach=north -model=model_12511 -name=Lectern - -// 13643 -[loc_13643] -op1=Study -op5=Remove -forceapproach=north -model=model_12509 -name=Lectern - -// 13644 -[loc_13644] -op1=Study -op5=Remove -forceapproach=north -model=model_12506 -name=Lectern - -// 13645 -[loc_13645] -op1=Study -op5=Remove -forceapproach=north -model=model_12510 -name=Lectern - -// 13646 -[loc_13646] -op1=Study -op5=Remove -forceapproach=north -model=model_12507 -name=Lectern - -// 13647 -[loc_13647] -op1=Study -op5=Remove -forceapproach=north -model=model_12508 -name=Lectern - -// 13648 -[loc_13648] -op1=Study -op5=Remove -forceapproach=north -model=model_12505 -name=Lectern - -// 13649 -[loc_13649] -width=3 -length=3 -op5=Remove -width=3 -length=3 -model=model_12485 -name=Globe - -// 13650 -[loc_13650] -width=3 -length=3 -op5=Remove -model=model_12486 -name=Ornamental globe - -// 13651 -[loc_13651] -width=3 -length=3 -op5=Remove -model=model_12484 -name=Lunar globe - -// 13652 -[loc_13652] -width=3 -length=3 -op5=Remove -model=model_12483 -name=Celestial globe - -// 13653 -[loc_13653] -width=3 -length=3 -op5=Remove -model=model_12482 -name=Armillary sphere - -// 13654 -[loc_13654] -width=3 -length=3 -op5=Remove -anim=seq_3578 -resizey=95 -resizex=95 -resizez=95 -model=model_12971 -name=Small orrery - -// 13655 -[loc_13655] -width=3 -length=3 -op5=Remove -anim=seq_3579 -resizey=80 -resizex=80 -resizez=80 -model=model_12970 -name=Large orrery - -// 13656 -[loc_13656] -op5=Remove -op1=Observe -forceapproach=north -model=model_13135 -name=Telescope - -// 13657 -[loc_13657] -op5=Remove -op1=Observe -forceapproach=north -model=model_13136 -name=Telescope - -// 13658 -[loc_13658] -op5=Remove -op1=Observe -forceapproach=north -model=model_13134 -name=Telescope - -// 13659 -[loc_13659] -op5=Remove -model=model_12952 -name=Crystal ball - -// 13660 -[loc_13660] -op5=Remove -anim=seq_3580 -model=model_12951 -name=Elemental sphere - -// 13661 -[loc_13661] -op5=Remove -anim=seq_3581 -model=model_12953 -name=Crystal of power - -// 13662 -[loc_13662] -op5=Remove -ambient=30 -contrast=20 -op1=Study -model=model_12168,Q -name=Alchemical chart - -// 13663 -[loc_13663] -op5=Remove -ambient=30 -contrast=20 -op1=Study -model=model_12169,Q -name=Astronomical chart - -// 13664 -[loc_13664] -op5=Remove -ambient=30 -contrast=20 -op1=Study -model=model_12170,Q -name=Infernal chart - -// 13665 -[loc_13665] -op5=Remove -op1=Sit-on -model=model_12595 -name=Throne - -// 13666 -[loc_13666] -op5=Remove -op1=Sit-on -model=model_12596 -name=Throne - -// 13667 -[loc_13667] -op5=Remove -op1=Sit-on -model=model_12593 -name=Throne - -// 13668 -[loc_13668] -op5=Remove -op1=Sit-on -model=model_12594 -name=Throne - -// 13669 -[loc_13669] -op5=Remove -op1=Sit-on -model=model_12589 -name=Throne - -// 13670 -[loc_13670] -op5=Remove -op1=Sit-on -model=model_12590 -name=Throne - -// 13671 -[loc_13671] -op5=Remove -op1=Sit-on -model=model_12592 -name=Throne - -// 13672 -[loc_13672] -op5=Remove -op1=Pull -op2=Challenge-mode -model=model_13124 -name=Lever - -// 13673 -[loc_13673] -op5=Remove -op1=Pull -op2=Challenge-mode -model=model_13122 -name=Lever - -// 13674 -[loc_13674] -op5=Remove -op1=Pull -op2=Challenge-mode -model=model_13123 -name=Lever - -// 13675 -[loc_13675] -op5=Remove -op1=Open -op4=Remove-room -blockwalk=yes -model=model_42884,0 -name=Trapdoor - -// 13676 -[loc_13676] -op1=Open -op5=Remove -op4=Remove-room -blockwalk=yes -model=model_42881,0 -name=Trapdoor - -// 13677 -[loc_13677] -op1=Open -op5=Remove -op4=Remove-room -blockwalk=yes -model=model_42883,0 -name=Trapdoor - -// 13678 -[loc_13678] -op1=Go-down -op2=Close -op5=Remove -op4=Remove-room -blockwalk=yes -model=model_42886,0 -name=Trapdoor - -// 13679 -[loc_13679] -op1=Go-down -op2=Close -op5=Remove -op4=Remove-room -blockwalk=yes -model=model_42882,0 -name=Trapdoor - -// 13680 -[loc_13680] -op1=Go-down -op2=Close -op5=Remove -op4=Remove-room -blockwalk=yes -model=model_42885,0 -name=Trapdoor - -// 13681 -[loc_13681] -op5=Remove -blockwalk=no -model=model_14927 -name=Steel cage - -// 13682 -[loc_13682] -op5=Remove -width=2 -length=2 -anim=seq_3615 -blockwalk=no -model=model_13126 -name=Magic circle - -// 13683 -[loc_13683] -op5=Remove -width=2 -length=2 -anim=seq_3616 -blockwalk=no -model=model_13125 -name=Greater magic circle - -// 13684 -[loc_13684] -op5=Remove -blockwalk=no -model=model_12476,0 -name=Floor decoration - -// 13685 -[loc_13685] -op5=Remove -blockwalk=no -model=model_12481,0 -name=Floor decoration - -// 13686 -[loc_13686] -op5=Remove -blockwalk=no -model=model_12477,0 -name=Floor decoration - -// 13687 -[loc_13687] -op5=Remove -blockwalk=no -model=model_12478,0 -name=Floor decoration - -// 13688 -[loc_13688] -op5=Remove -blockwalk=no -model=model_12479,0 -name=Floor decoration - -// 13689 -[loc_13689] -op5=Remove -blockwalk=no -model=model_12480,0 -name=Floor decoration - -// 13690 -[loc_13690] -op5=Remove -width=2 -model=model_12582 -name=Hanging - -// 13691 -[loc_13691] -op5=Remove -width=2 -model=model_12583 -model2=model_12584 -name=Decoration - -// 13692 -[loc_13692] -op5=Remove -width=2 -model=model_12585 -model2=model_12586 -name=Decoration - -// 13693 -[loc_13693] -op5=Remove -width=2 -model=model_12587 -model2=model_12588 -name=Decoration - -// 13694 -[loc_13694] -active=yes -op1=Sit-on -op5=Remove -forceapproach=south -offsetx=10 -offsetz=17 -model=model_12403 -name=Teak bench - -// 13695 -[loc_13695] -active=yes -op5=Remove -op1=Sit-on -forceapproach=south -offsetx=10 -offsetz=17 -model=model_12405 -name=Mahogany bench - -// 13696 -[loc_13696] -active=yes -op5=Remove -op1=Sit-on -forceapproach=south -offsetx=10 -offsetz=17 -model=model_12404 -name=Gilded bench - -// 13697 -[loc_13697] -shadow=no -msi=msi_22 -active=yes -blockwalk=yes -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 -name=Nothing - -// 13698 -[loc_13698] -recol1s=15392 -recol1d=30655 -model=model_12593 -name=Throne - -// 13699 -[loc_13699] -op1=Search -op4=Upgrade -op5=Remove -ambient=25 -contrast=25 -model=model_12597,Q -name=Tools - -// 13700 -[loc_13700] -op1=Search -op4=Upgrade -op5=Remove -ambient=25 -contrast=25 -model=model_12598,Q -name=Tools - -// 13701 -[loc_13701] -op1=Search -op4=Upgrade -op5=Remove -ambient=25 -contrast=25 -model=model_12599,Q -name=Tools - -// 13702 -[loc_13702] -op1=Search -op4=Upgrade -op5=Remove -ambient=25 -contrast=25 -model=model_12600,Q -name=Tools - -// 13703 -[loc_13703] -op1=Search -op5=Remove -ambient=25 -contrast=25 -model=model_12601,Q -name=Tools - -// 13704 -[loc_13704] -width=2 -op1=Work-at -op5=Remove -forceapproach=south -model=model_10557 -name=Workbench - -// 13705 -[loc_13705] -width=2 -op1=Work-at -op5=Remove -forceapproach=south -model=model_10556 -name=Workbench - -// 13706 -[loc_13706] -width=2 -op1=Work-at -op5=Remove -op4=Upgrade -forceapproach=south -model=model_12188 -name=Workbench - -// 13707 -[loc_13707] -width=2 -op1=Work-at -op5=Remove -op4=Upgrade -forceapproach=south -model=model_12188 -model2=model_10559 -name=Workbench - -// 13708 -[loc_13708] -width=2 -op1=Work-at -op5=Remove -forceapproach=south -model=model_12188 -model2=model_10559 -model3=model_12186 -name=Workbench - -// 13709 -[loc_13709] -width=2 -op1=Craft -op5=Remove -op4=Upgrade -forceapproach=south -model=model_12184 -name=Clockmaker's bench - -// 13710 -[loc_13710] -width=2 -op1=Craft -op5=Remove -op4=Upgrade -forceapproach=south -model=model_12184 -model2=model_12182 -name=Clockmaker's bench - -// 13711 -[loc_13711] -width=2 -op1=Craft -op5=Remove -op4=Upgrade -forceapproach=south -model=model_12184 -model2=model_12182 -model3=model_12183 -name=Clockmaker's bench - -// 13712 -[loc_13712] -width=2 -op1=Craft -op5=Remove -forceapproach=south -model=model_12185 -model2=model_12182 -model3=model_12183 -model4=model_12189 -name=Clockmaker's bench - -// 13713 -[loc_13713] -width=2 -op5=Remove -forceapproach=south -offsetx=20 -offsetz=20 -model=model_12187 -name=Repair bench - -// 13714 -[loc_13714] -width=2 -op5=Remove -forceapproach=south -offsetx=20 -offsetz=20 -recol1s=12683 -recol1d=15852 -model=model_10388 -name=Whetstone - -// 13715 -[loc_13715] -width=2 -op5=Remove -forceapproach=south -offsetx=20 -offsetz=20 -model=model_12561 -name=Armour repair stand - -// 13716 -[loc_13716] -width=2 -op5=Remove -forceapproach=south -op1=Make-helmet -model=model_12564 -name=Helmet pluming stand - -// 13717 -[loc_13717] -width=2 -op5=Remove -forceapproach=south -op1=Use -model=model_12563 -name=Painting stand - -// 13718 -[loc_13718] -width=2 -op5=Remove -forceapproach=south -op1=Use -model=model_12562 -name=Banner making stand - -// 13719 -[loc_13719] -model=model_10089 -name=Stool - -// 13720 -[loc_13720] -model=model_12577 -name=Stool - -// 13721 -[loc_13721] -active=yes -blockwalk=no -model=model_596 -name=Nothing - -// 13722 -[loc_13722] -active=yes -blockwalk=no -width=2 -length=2 -model=model_596 -name=Nothing - -// 13723 -[loc_13723] -active=yes -blockwalk=no -model=model_596,0 -name=Nothing - -// 13724 -[loc_13724] -active=yes -blockwalk=no -model=model_6511,Q -name=Nothing - -// 13725 -[loc_13725] -blockwalk=no -shadow=no -msi=msi_22 -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 13726 -[loc_13726] -active=yes -width=2 -length=2 -contrast=20 -ambient=20 -anim=seq_3587 -blockwalk=yes -model=model_13120 -model2=model_13119 -name=Jacky Jester - -// 13727 -[loc_13727] -active=yes -width=2 -length=2 -contrast=20 -ambient=20 -blockwalk=yes -model=model_13120 -name=Jacky Jester - -// 13728 -[loc_13728] -op5=Build -active=yes -blockwalk=yes -model=model_12665,1 -name=Window space - -// 13729 -[loc_13729] -op5=Build -model=model_12667,1 -name=Window space - -// 13730 -[loc_13730] -op5=Build -model=model_12668,1 -name=Window space - -// 13731 -[loc_13731] -op5=Build -ambient=10 -contrast=20 -model=model_12669,1 -name=Window space - -// 13732 -[loc_13732] -op5=Build -model=model_12666,1 -name=Window space - -// 13733 -[loc_13733] -op5=Build -model=model_12664,1 -name=Window space - -// 13734 -[loc_13734] -ambient=30 -op5=Remove -model=model_13018,Q -name=Round shield - -// 13735 -[loc_13735] -ambient=30 -op5=Remove -model=model_13019,Q -name=Round shield - -// 13736 -[loc_13736] -ambient=30 -op5=Remove -model=model_13020,Q -name=Round shield - -// 13737 -[loc_13737] -ambient=30 -op5=Remove -model=model_13021,Q -name=Round shield - -// 13738 -[loc_13738] -ambient=30 -op5=Remove -model=model_13022,Q -name=Round shield - -// 13739 -[loc_13739] -ambient=30 -op5=Remove -model=model_13023,Q -name=Round shield - -// 13740 -[loc_13740] -ambient=30 -op5=Remove -model=model_13024,Q -name=Round shield - -// 13741 -[loc_13741] -ambient=30 -op5=Remove -model=model_13025,Q -name=Round shield - -// 13742 -[loc_13742] -ambient=30 -op5=Remove -model=model_13026,Q -name=Round shield - -// 13743 -[loc_13743] -ambient=30 -op5=Remove -model=model_13027,Q -name=Round shield - -// 13744 -[loc_13744] -ambient=30 -op5=Remove -model=model_13028,Q -name=Round shield - -// 13745 -[loc_13745] -ambient=30 -op5=Remove -model=model_13029,Q -name=Round shield - -// 13746 -[loc_13746] -ambient=30 -op5=Remove -model=model_13030,Q -name=Round shield - -// 13747 -[loc_13747] -ambient=30 -op5=Remove -model=model_13031,Q -name=Round shield - -// 13748 -[loc_13748] -ambient=30 -op5=Remove -model=model_13032,Q -name=Round shield - -// 13749 -[loc_13749] -ambient=30 -op5=Remove -model=model_13033,Q -name=Round shield - -// 13750 -[loc_13750] -ambient=30 -op5=Remove -model=model_13002,Q -name=Kite shield - -// 13751 -[loc_13751] -ambient=30 -op5=Remove -model=model_13003,Q -name=Kite shield - -// 13752 -[loc_13752] -ambient=30 -op5=Remove -model=model_13004,Q -name=Kite shield - -// 13753 -[loc_13753] -ambient=30 -op5=Remove -model=model_13005,Q -name=Kite shield - -// 13754 -[loc_13754] -ambient=30 -op5=Remove -model=model_13006,Q -name=Kite shield - -// 13755 -[loc_13755] -ambient=30 -op5=Remove -model=model_13007,Q -name=Kite shield - -// 13756 -[loc_13756] -ambient=30 -op5=Remove -model=model_13008,Q -name=Kite shield - -// 13757 -[loc_13757] -ambient=30 -op5=Remove -model=model_13009,Q -name=Kite shield - -// 13758 -[loc_13758] -ambient=30 -op5=Remove -model=model_13010,Q -name=Kite shield - -// 13759 -[loc_13759] -ambient=30 -op5=Remove -model=model_13011,Q -name=Kite shield - -// 13760 -[loc_13760] -ambient=30 -op5=Remove -model=model_13012,Q -name=Kite shield - -// 13761 -[loc_13761] -ambient=30 -op5=Remove -model=model_13013,Q -name=Kite shield - -// 13762 -[loc_13762] -ambient=30 -op5=Remove -model=model_13014,Q -name=Kite shield - -// 13763 -[loc_13763] -ambient=30 -op5=Remove -model=model_13015,Q -name=Kite shield - -// 13764 -[loc_13764] -ambient=30 -op5=Remove -model=model_13016,Q -name=Kite shield - -// 13765 -[loc_13765] -ambient=30 -op5=Remove -model=model_13017,Q -name=Kite shield - -// 13766 -[loc_13766] -ambient=30 -op5=Remove -model=model_13050,Q -name=Square shield - -// 13767 -[loc_13767] -ambient=30 -op5=Remove -model=model_13051,Q -name=Square shield - -// 13768 -[loc_13768] -ambient=30 -op5=Remove -model=model_13052,Q -name=Square shield - -// 13769 -[loc_13769] -ambient=30 -op5=Remove -model=model_13053,Q -name=Square shield - -// 13770 -[loc_13770] -ambient=30 -op5=Remove -model=model_13054,Q -name=Square shield - -// 13771 -[loc_13771] -ambient=30 -op5=Remove -model=model_13055,Q -name=Square shield - -// 13772 -[loc_13772] -ambient=30 -op5=Remove -model=model_13056,Q -name=Square shield - -// 13773 -[loc_13773] -ambient=30 -op5=Remove -model=model_13057,Q -name=Square shield - -// 13774 -[loc_13774] -ambient=30 -op5=Remove -model=model_13058,Q -name=Square shield - -// 13775 -[loc_13775] -ambient=30 -op5=Remove -model=model_13059,Q -name=Square shield - -// 13776 -[loc_13776] -ambient=30 -op5=Remove -model=model_13060,Q -name=Square shield - -// 13777 -[loc_13777] -ambient=30 -op5=Remove -model=model_13061,Q -name=Square shield - -// 13778 -[loc_13778] -ambient=30 -op5=Remove -model=model_13062,Q -name=Square shield - -// 13779 -[loc_13779] -ambient=30 -op5=Remove -model=model_13063,Q -name=Square shield - -// 13780 -[loc_13780] -ambient=30 -op5=Remove -model=model_13064,Q -name=Square shield - -// 13781 -[loc_13781] -ambient=30 -op5=Remove -model=model_13065,Q -name=Square shield - -// 13782 -[loc_13782] -ambient=30 -op5=Remove -model=model_13066,Q -name=Mahogany wall decoration - -// 13783 -[loc_13783] -ambient=30 -op5=Remove -model=model_13067,Q -name=Mahogany wall decoration - -// 13784 -[loc_13784] -ambient=30 -op5=Remove -model=model_13068,Q -name=Mahogany wall decoration - -// 13785 -[loc_13785] -ambient=30 -op5=Remove -model=model_13069,Q -name=Mahogany wall decoration - -// 13786 -[loc_13786] -ambient=30 -op5=Remove -model=model_13070,Q -name=Mahogany wall decoration - -// 13787 -[loc_13787] -ambient=30 -op5=Remove -model=model_13071,Q -name=Mahogany wall decoration - -// 13788 -[loc_13788] -ambient=30 -op5=Remove -model=model_13072,Q -name=Mahogany wall decoration - -// 13789 -[loc_13789] -ambient=30 -op5=Remove -model=model_13073,Q -name=Mahogany wall decoration - -// 13790 -[loc_13790] -ambient=30 -op5=Remove -model=model_13074,Q -name=Mahogany wall decoration - -// 13791 -[loc_13791] -ambient=30 -op5=Remove -model=model_13075,Q -name=Mahogany wall decoration - -// 13792 -[loc_13792] -ambient=30 -op5=Remove -model=model_13076,Q -name=Mahogany wall decoration - -// 13793 -[loc_13793] -ambient=30 -op5=Remove -model=model_13077,Q -name=Mahogany wall decoration - -// 13794 -[loc_13794] -ambient=30 -op5=Remove -model=model_13078,Q -name=Mahogany wall decoration - -// 13795 -[loc_13795] -ambient=30 -op5=Remove -model=model_13079,Q -name=Mahogany wall decoration - -// 13796 -[loc_13796] -ambient=30 -op5=Remove -model=model_13080,Q -name=Mahogany wall decoration - -// 13797 -[loc_13797] -ambient=30 -op5=Remove -model=model_13081,Q -name=Mahogany wall decoration - -// 13798 -[loc_13798] -ambient=30 -op5=Remove -model=model_13082,Q -name=Oak wall decoration - -// 13799 -[loc_13799] -ambient=30 -op5=Remove -model=model_13083,Q -name=Oak wall decoration - -// 13800 -[loc_13800] -ambient=30 -op5=Remove -model=model_13084,Q -name=Oak wall decoration - -// 13801 -[loc_13801] -ambient=30 -op5=Remove -model=model_13085,Q -name=Oak wall decoration - -// 13802 -[loc_13802] -ambient=30 -op5=Remove -model=model_13086,Q -name=Oak wall decoration - -// 13803 -[loc_13803] -ambient=30 -op5=Remove -model=model_13087,Q -name=Oak wall decoration - -// 13804 -[loc_13804] -ambient=30 -op5=Remove -model=model_13088,Q -name=Oak wall decoration - -// 13805 -[loc_13805] -ambient=30 -op5=Remove -model=model_13089,Q -name=Oak wall decoration - -// 13806 -[loc_13806] -ambient=30 -op5=Remove -model=model_13090,Q -name=Oak wall decoration - -// 13807 -[loc_13807] -ambient=30 -op5=Remove -model=model_13091,Q -name=Oak wall decoration - -// 13808 -[loc_13808] -ambient=30 -op5=Remove -model=model_13092,Q -name=Oak wall decoration - -// 13809 -[loc_13809] -ambient=30 -op5=Remove -model=model_13093,Q -name=Oak wall decoration - -// 13810 -[loc_13810] -ambient=30 -op5=Remove -model=model_13094,Q -name=Oak wall decoration - -// 13811 -[loc_13811] -ambient=30 -op5=Remove -model=model_13095,Q -name=Oak wall decoration - -// 13812 -[loc_13812] -ambient=30 -op5=Remove -model=model_13096,Q -name=Oak wall decoration - -// 13813 -[loc_13813] -ambient=30 -op5=Remove -model=model_13097,Q -name=Oak wall decoration - -// 13814 -[loc_13814] -ambient=30 -op5=Remove -model=model_13098,Q -name=Teak wall decoration - -// 13815 -[loc_13815] -ambient=30 -op5=Remove -model=model_13099,Q -name=Teak wall decoration - -// 13816 -[loc_13816] -ambient=30 -op5=Remove -model=model_13100,Q -name=Teak wall decoration - -// 13817 -[loc_13817] -ambient=30 -op5=Remove -model=model_13101,Q -name=Teak wall decoration - -// 13818 -[loc_13818] -ambient=30 -op5=Remove -model=model_13102,Q -name=Teak wall decoration - -// 13819 -[loc_13819] -ambient=30 -op5=Remove -model=model_13103,Q -name=Teak wall decoration - -// 13820 -[loc_13820] -ambient=30 -op5=Remove -model=model_13104,Q -name=Teak wall decoration - -// 13821 -[loc_13821] -ambient=30 -op5=Remove -model=model_13105,Q -name=Teak wall decoration - -// 13822 -[loc_13822] -ambient=30 -op5=Remove -model=model_13106,Q -name=Teak wall decoration - -// 13823 -[loc_13823] -ambient=30 -op5=Remove -model=model_13107,Q -name=Teak wall decoration - -// 13824 -[loc_13824] -ambient=30 -op5=Remove -model=model_13108,Q -name=Teak wall decoration - -// 13825 -[loc_13825] -ambient=30 -op5=Remove -model=model_13109,Q -name=Teak wall decoration - -// 13826 -[loc_13826] -ambient=30 -op5=Remove -model=model_13110,Q -name=Teak wall decoration - -// 13827 -[loc_13827] -ambient=30 -op5=Remove -model=model_13111,Q -name=Teak wall decoration - -// 13828 -[loc_13828] -ambient=30 -op5=Remove -model=model_13112,Q -name=Teak wall decoration - -// 13829 -[loc_13829] -ambient=30 -op5=Remove -model=model_13113,Q -name=Teak wall decoration - -// 13830 -[loc_13830] -active=yes -blockwalk=yes -model=model_12895,1 -name=Window - -// 13831 -[loc_13831] -hillskew=yes -active=yes -blockwalk=no -op2=Evade-event -ambient=7 -unknown90=yes -recol1s=15618 -recol1d=2342 -recol2s=14594 -recol2d=2342 -recol3s=13505 -recol3d=2342 -model=model_1124,0 -name=Path - -// 13832 -[loc_13832] -hillskew=yes -active=yes -blockwalk=no -op1=Look-at -op2=Continue-trek -ambient=7 -unknown90=yes -recol1s=15618 -recol1d=2342 -recol2s=14594 -recol2d=2342 -recol3s=13505 -recol3d=2342 -model=model_1124,0 -name=Path - -// 13833 -[loc_13833] -hillskew=yes -active=yes -blockwalk=no -op1=Look-at -op2=Escape -ambient=7 -unknown90=yes -recol1s=15618 -recol1d=2342 -recol2s=14594 -recol2d=2342 -recol3s=13505 -recol3d=2342 -model=model_1124,0 -name=Path - -// 13834 -[loc_13834] -active=yes -forcedecor=yes -hillskew=yes -blockwalk=no -op1=Search -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_14154,0 -name=Broken bridge - -// 13835 -[loc_13835] -hillskew=yes -forcedecor=yes -msi=msi_46 -op1=Search -active=yes -blockwalk=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_14151,0 -name=Partially broken bridge - -// 13836 -[loc_13836] -forcedecor=yes -msi=msi_46 -op1=Search -active=yes -blockwalk=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_14152,0 -name=Slightly broken bridge - -// 13837 -[loc_13837] -forcedecor=yes -hillskew=yes -msi=msi_46 -active=yes -op1=Search -op2=Walk-across -blockwalk=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_14153,0 -name=Fixed bridge - -// 13838 -[loc_13838] -op1=Stand-on -blockwalk=yes -model=model_14143,0 -name=Bog - -// 13839 -[loc_13839] -op1=Stand-on -blockwalk=yes -model=model_14143,0 -name=Bog - -// 13840 -[loc_13840] -width=2 -length=2 -ambient=10 -active=yes -blockrange=no -recol1s=5217 -recol1d=6403 -model=model_14146 -name=Spiny bush - -// 13841 -[loc_13841] -width=2 -length=3 -anim=seq_3742 -ambient=10 -shadow=no -recol1s=14662 -recol1d=12678 -recol2s=13605 -recol2d=11621 -recol3s=12548 -recol3d=10564 -recol4s=11491 -recol4d=9507 -recol5s=10434 -recol5d=8450 -recol6s=7297 -recol6d=7393 -model=model_14159 -model2=model_14160 -name=Row boat - -// 13842 -[loc_13842] -width=4 -length=5 -anim=seq_3743 -ambient=10 -shadow=no -model=model_14158 -name=Ripples - -// 13843 -[loc_13843] -width=3 -length=3 -ambient=10 -shadow=no -model=model_14147 -name=Swamp tree - -// 13844 -[loc_13844] -width=3 -length=3 -ambient=10 -shadow=no -model=model_14150 -name=Swamp tree - -// 13845 -[loc_13845] -ambient=10 -shadow=no -length=2 -active=yes -model=model_14148 -name=Swamp tree - -// 13846 -[loc_13846] -ambient=10 -shadow=no -op1=Look-at -op2=Swing-on -length=2 -model=model_14148 -model2=model_14172 -name=Vine hanging from branch - -// 13847 -[loc_13847] -width=3 -length=3 -ambient=10 -shadow=no -active=yes -model=model_14149 -model2=model_14155 -model3=model_14156 -model4=model_14157 -name=Swamp tree - -// 13848 -[loc_13848] -width=3 -length=3 -ambient=10 -shadow=no -active=yes -model=model_14149 -model2=model_14155 -model3=model_14156 -name=Swamp tree - -// 13849 -[loc_13849] -width=3 -length=3 -ambient=10 -shadow=no -active=yes -model=model_14149 -model2=model_14155 -name=Swamp tree - -// 13850 -[loc_13850] -width=3 -length=3 -ambient=10 -shadow=no -active=yes -model=model_14149 -name=Swamp tree - -// 13851 -[loc_13851] -active=no -hillskew=yes -msi=msi_26 -ambient=10 -raiseobject=no -blockrange=no -recol1s=256 -recol1d=5313 -recol2s=1313 -recol2d=6370 -recol3s=2370 -recol3d=7427 -recol4s=3427 -recol4d=8484 -recol5s=4484 -recol5d=8548 -recol6s=5541 -recol6d=9637 -model=model_3549 - -// 13852 -[loc_13852] -active=no -hillskew=yes -msi=msi_26 -ambient=10 -raiseobject=no -blockrange=no -recol1s=256 -recol1d=5313 -recol2s=1313 -recol2d=6370 -recol3s=2370 -recol3d=7427 -recol4s=3427 -recol4d=8484 -recol5s=4484 -recol5d=8548 -recol6s=5541 -recol6d=9637 -model=model_3550 - -// 13853 -[loc_13853] -active=no -hillskew=yes -msi=msi_26 -ambient=10 -raiseobject=no -blockrange=no -recol1s=256 -recol1d=5313 -recol2s=1313 -recol2d=6370 -recol3s=2370 -recol3d=7427 -recol4s=3427 -recol4d=8484 -recol5s=4484 -recol5d=8548 -recol6s=5541 -recol6d=9637 -model=model_3551 - -// 13854 -[loc_13854] -active=no -hillskew=yes -blockwalk=no -ambient=10 -raiseobject=no -recol1s=256 -recol1d=5313 -recol2s=1313 -recol2d=6370 -recol3s=2370 -recol3d=7427 -recol4s=3427 -recol4d=8484 -recol5s=4484 -recol5d=8548 -recol6s=5541 -recol6d=9637 -model=model_3552 - -// 13855 -[loc_13855] -active=no -hillskew=yes -msi=msi_26 -ambient=10 -raiseobject=no -blockrange=no -recol1s=256 -recol1d=5313 -recol2s=1313 -recol2d=6370 -recol3s=2370 -recol3d=7427 -recol4s=3427 -recol4d=8484 -recol5s=4484 -recol5d=8548 -recol6s=5541 -recol6d=9637 -model=model_3553 - -// 13856 -[loc_13856] -sharelight=yes -hillskew=yes -active=no -shadow=no -resizey=184 -blockrange=no -recol1s=9409 -recol1d=6370 -recol2s=11523 -recol2d=8484 -recol3s=8353 -recol3d=4256 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 13857 -[loc_13857] -sharelight=yes -hillskew=yes -active=no -resizey=204 -blockrange=no -recol1s=9409 -recol1d=6370 -recol2s=11523 -recol2d=8484 -recol3s=8353 -recol3d=4256 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 13858 -[loc_13858] -anim=seq_493 -shadow=no -active=no -ambient=40 -blockwalk=no -bgsound=synth_2177,3 -recol1s=32225 -recol1d=9741 -model=model_2297 - -// 13859 -[loc_13859] -anim=seq_493 -shadow=no -active=no -ambient=40 -blockwalk=no -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -bgsound=synth_2175,3 -recol1s=32225 -recol1d=9741 -model=model_2297 - -// 13860 -[loc_13860] -anim=seq_493 -shadow=no -active=no -ambient=40 -blockwalk=no -resizex=64 -resizey=64 -resizez=64 -bgsound=synth_2178,3 -recol1s=32225 -recol1d=9741 -model=model_2297 - -// 13861 -[loc_13861] -hillskew=yes -active=no -resizex=128 -resizey=100 -resizez=128 -hardshadow=no -recol1s=12736 -recol1d=7494 -model=model_3605,0 - -// 13862 -[loc_13862] -hillskew=yes -active=no -resizex=128 -resizey=100 -resizez=128 -hardshadow=no -recol1s=12736 -recol1d=7494 -model=model_3606,0 - -// 13863 -[loc_13863] -hillskew=yes -active=no -resizex=128 -resizey=100 -resizez=128 -hardshadow=no -recol1s=12736 -recol1d=7494 -model=model_3607,0 - -// 13864 -[loc_13864] -op4=Continue-trek -op5=Escape-event -blockwalk=no -width=2 -length=3 -model=model_14144 -name=Boat - -// 13865 -[loc_13865] -hillskew=yes -sharelight=yes -forcedecor=yes -msi=msi_46 -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_1068,0 - -// 13866 -[loc_13866] -hillskew=yes -active=yes -blockwalk=no -op1=Look-at -op2=Continue-trek -recol1s=13505 -recol1d=7396 -recol2s=15618 -recol2d=7396 -recol3s=14594 -recol3d=7396 -model=model_1124,0 -name=Path - -// 13867 -[loc_13867] -hillskew=yes -active=yes -blockwalk=no -op1=Look-at -op2=Continue-trek -recol1s=13505 -recol1d=7396 -recol2s=15618 -recol2d=7396 -recol3s=14594 -recol3d=7396 -model=model_1139,0 -name=Path - -// 13868 -[loc_13868] -hillskew=yes -active=yes -blockwalk=no -op1=Look-at -op2=Return-to-Burgh -recol1s=13505 -recol1d=7396 -recol2s=15618 -recol2d=7396 -recol3s=14594 -recol3d=7396 -model=model_1124,0 -name=Path - -// 13869 -[loc_13869] -hillskew=yes -active=yes -blockwalk=no -op2=Evade-event -ambient=7 -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1124,0 -name=Path - -// 13870 -[loc_13870] -hillskew=yes -active=yes -blockwalk=no -op1=Look-at -op2=Continue-trek -ambient=7 -hardshadow=no -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1124,0 -name=Path - -// 13871 -[loc_13871] -hillskew=yes -active=yes -blockwalk=no -op1=Look-at -op2=Escape -ambient=7 -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1124,0 -name=Path - -// 13872 -[loc_13872] -hillskew=yes -active=yes -blockwalk=no -op1=Search -model=model_14145 -name=Backpack - -// 13873 -[loc_13873] -op1=Read -recol1s=16776 -recol1d=10632 -recol2s=14662 -recol2d=9575 -recol3s=13605 -recol3d=8518 -recol4s=12548 -recol4d=7461 -recol5s=11491 -recol5d=6404 -model=model_7686 -name=Signpost - -// 13874 -[loc_13874] -sharelight=yes -hillskew=yes -active=no -model=model_6879,1 -model=model_6940,2 -model=model_7108,5 - -// 13875 -[loc_13875] -sharelight=yes -hillskew=yes -mirror=yes -active=no -model=model_6879,1 -model=model_6940,2 -model=model_7108,5 - -// 13876 -[loc_13876] -sharelight=yes -hillskew=yes -active=no -model=model_6386,1 - -// 13877 -[loc_13877] -sharelight=yes -hillskew=yes -active=no -model=model_6413,1 - -// 13878 -[loc_13878] -sharelight=yes -hillskew=yes -ambient=20 -op1=Use -msi=msi_7 -recol1s=66 -recol1d=12320 -recol2s=4261 -recol2d=10240 -recol3s=3204 -recol3d=8192 -recol4s=2147 -recol4d=6144 -recol5s=1090 -recol5d=4096 -recol6s=33 -recol6d=2048 -model=model_14238 -name=Exit - -// 13879 -[loc_13879] -sharelight=yes -hillskew=yes -ambient=20 -op1=Use -msi=msi_7 -recol1s=66 -recol1d=12320 -recol2s=4261 -recol2d=10240 -recol3s=3204 -recol3d=8192 -recol4s=2147 -recol4d=6144 -recol5s=1090 -recol5d=4096 -recol6s=33 -recol6d=2048 -model=model_14238 -name=Exit - -// 13880 -[loc_13880] -active=yes -anim=seq_9593 -blockwalk=no -multivar=varplayerbit_2028 -multiloc=0,loc_13881 - -// 13881 -[loc_13881] -active=yes -anim=seq_9593 -ambient=100 -contrast=100 -msi=msi_22 -blockwalk=no -model=model_38086 -name=Fire - -// 13882 -[loc_13882] -sharelight=yes -hillskew=yes -length=2 -ambient=40 -op1=Enter -recol1s=66 -recol1d=12320 -recol2s=4261 -recol2d=10240 -recol3s=3204 -recol3d=8192 -recol4s=2147 -recol4d=6144 -recol5s=1090 -recol5d=4096 -recol6s=33 -recol6d=2048 -model=model_14237 -name=Exit - -// 13883 -[loc_13883] -sharelight=yes -hillskew=yes -active=no -retex1s=material_70 -retex1d=material_418 -model=model_8329 - -// 13884 -[loc_13884] -sharelight=yes -hillskew=yes -active=no -model=model_8325 - -// 13885 -[loc_13885] -sharelight=yes -hillskew=yes -active=no -model=model_14231,1 -model=model_14232,2 -model=model_14233,5 - -// 13886 -[loc_13886] -sharelight=yes -hillskew=yes -mirror=yes -active=no -model=model_14231,1 -model=model_14232,2 -model=model_14233,5 - -// 13887 -[loc_13887] -sharelight=yes -hillskew=yes -active=no -model=model_14228,1 - -// 13888 -[loc_13888] -sharelight=yes -hillskew=yes -active=no -model=model_14229,1 - -// 13889 -[loc_13889] -sharelight=yes -hillskew=yes -active=no -model=model_14230,1 - -// 13890 -[loc_13890] -sharelight=yes -hillskew=yes -active=no -model=model_14235 - -// 13891 -[loc_13891] -sharelight=yes -hillskew=yes -length=2 -ambient=20 -op1=Look-inside -model=model_14236 -name=Dark hole - -// 13892 -[loc_13892] -sharelight=yes -hillskew=yes -length=2 -ambient=20 -op1=Look-inside -model=model_14236 -name=Dark hole - -// 13893 -[loc_13893] -sharelight=yes -hillskew=yes -length=2 -ambient=20 -op1=Look-inside -model=model_14236 -name=Dark hole - -// 13894 -[loc_13894] -sharelight=yes -hillskew=yes -length=2 -ambient=20 -op1=Look-inside -model=model_14236 -name=Dark hole - -// 13895 -[loc_13895] -sharelight=yes -hillskew=yes -length=2 -ambient=20 -op1=Look-inside -model=model_14236 -name=Dark hole - -// 13896 -[loc_13896] -sharelight=yes -hillskew=yes -length=2 -ambient=20 -op1=Look-inside -model=model_14236 -name=Dark hole - -// 13897 -[loc_13897] -sharelight=yes -hillskew=yes -active=no -model=model_14234 - -// 13898 -[loc_13898] -length=2 -ambient=50 -active=yes -op1=Enter -multivar=varplayerbit_2030 -multiloc=0,loc_13899 -multiloc=1,loc_13900 - -// 13899 -[loc_13899] -hillskew=yes -length=2 -ambient=20 -op1=Enter -model=model_14236 -name=Black hole - -// 13900 -[loc_13900] -hillskew=yes -length=2 -ambient=50 -hillskew=yes -op1=Enter -model=model_14237 -name=Black hole - -// 13901 -[loc_13901] -sharelight=yes -hillskew=yes -op1=Use -msi=msi_7 -model=model_14238 -name=Exit - -// 13902 -[loc_13902] -sharelight=yes -hillskew=yes -active=no -model=model_14223,1 -model=model_14224,2 -model=model_14225,5 - -// 13903 -[loc_13903] -sharelight=yes -hillskew=yes -mirror=yes -active=no -model=model_14223,1 -model=model_14224,2 -model=model_14225,5 - -// 13904 -[loc_13904] -sharelight=yes -hillskew=yes -ambient=20 -op1=Use -recol1s=66 -recol1d=10438 -retex1s=material_67 -retex1d=material_432 -retex2s=material_70 -retex2d=material_168 -model=model_14238 -name=Exit - -// 13905 -[loc_13905] -sharelight=yes -hillskew=yes -active=no -model=model_14227 - -// 13906 -[loc_13906] -sharelight=yes -hillskew=yes -active=no -model=model_14226 - -// 13907 -[loc_13907] -active=yes -op1=Enter -forceapproach=west -multivar=varplayerbit_2014 -multiloc=0,loc_13913 - -// 13908 -[loc_13908] -active=yes -op1=Enter -forceapproach=west -multivar=varplayerbit_2015 -multiloc=0,loc_13915 - -// 13909 -[loc_13909] -active=yes -op1=Enter -forceapproach=west -multivar=varplayerbit_2016 -multiloc=0,loc_13917 - -// 13910 -[loc_13910] -active=yes -op1=Enter -forceapproach=west -multivar=varplayerbit_2017 -multiloc=0,loc_13919 - -// 13911 -[loc_13911] -active=yes -op1=Enter -forceapproach=west -multivar=varplayerbit_2018 -multiloc=0,loc_13921 - -// 13912 -[loc_13912] -active=yes -op1=Enter -forceapproach=west -multivar=varplayerbit_2031 -multiloc=0,loc_13923 -multiloc=1,loc_13924 - -// 13913 -[loc_13913] -hillskew=yes -op1=Enter -model=model_12623 -name=Confusing door - -// 13914 -[loc_13914] -hillskew=yes -op1=Enter -model=model_13223 -name=Confusing door - -// 13915 -[loc_13915] -hillskew=yes -op1=Enter -model=model_13615 -name=Confusing door - -// 13916 -[loc_13916] -hillskew=yes -op1=Enter -model=model_13616 -name=Confusing door - -// 13917 -[loc_13917] -hillskew=yes -op1=Enter -model=model_14217 -name=Confusing door - -// 13918 -[loc_13918] -hillskew=yes -op1=Enter -model=model_14218 -name=Confusing door - -// 13919 -[loc_13919] -hillskew=yes -op1=Enter -model=model_14220 -name=Confusing door - -// 13920 -[loc_13920] -hillskew=yes -op1=Enter -model=model_14221 -name=Confusing door - -// 13921 -[loc_13921] -hillskew=yes -op1=Enter -model=model_14217 -name=Confusing door - -// 13922 -[loc_13922] -hillskew=yes -op1=Enter -model=model_14218 -name=Confusing door - -// 13923 -[loc_13923] -hillskew=yes -op1=Enter -model=model_13615 -name=Confusing door - -// 13924 -[loc_13924] -hillskew=yes -op1=Enter -model=model_13616 -name=Confusing door - -// 13925 -[loc_13925] -length=2 -width=2 -hillskew=yes -anim=seq_3835 -blockwalk=no -model=model_14271 -name=Hole - -// 13926 -[loc_13926] -length=2 -hillskew=yes -blockwalk=no -active=no -model=model_14272 - -// 13927 -[loc_13927] -length=2 -hillskew=yes -blockwalk=no -active=no -model=model_14273 - -// 13928 -[loc_13928] -length=2 -hillskew=yes -blockwalk=no -active=no -model=model_14274 - -// 13929 -[loc_13929] -length=2 -hillskew=yes -blockwalk=no -active=no -model=model_14275 - -// 13930 -[loc_13930] -hillskew=yes -sharelight=yes -active=no -model=model_14239,1 -model=model_14251,2 -model=model_14252,5 - -// 13931 -[loc_13931] -hillskew=yes -mirror=yes -active=no -model=model_14239,1 -model=model_14251,2 -model=model_14252,5 - -// 13932 -[loc_13932] -sharelight=yes -hillskew=yes -ambient=20 -op1=Use -msi=msi_7 -retex1s=material_70 -retex1d=material_69 -retex2s=material_67 -retex2d=material_69 -model=model_14238 -name=Exit - -// 13933 -[loc_13933] -sharelight=yes -hillskew=yes -length=2 -ambient=50 -op1=Use -retex1s=material_70 -retex1d=material_69 -retex2s=material_67 -retex2d=material_69 -model=model_14237 -name=Exit - -// 13934 -[loc_13934] -hillskew=yes -sharelight=yes -active=no -retex1s=material_69 -retex1d=material_418 -model=model_14254 - -// 13935 -[loc_13935] -hillskew=yes -sharelight=yes -active=no -model=model_14253 - -// 13936 -[loc_13936] -hillskew=yes -sharelight=yes -active=no -model=model_14250,1 - -// 13937 -[loc_13937] -hillskew=yes -sharelight=yes -active=no -model=model_14249,1 - -// 13938 -[loc_13938] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14261 -name=Hope bridge - -// 13939 -[loc_13939] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14261 -name=Hope bridge - -// 13940 -[loc_13940] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14260 -name=Hope bridge - -// 13941 -[loc_13941] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14260 -name=Hope bridge - -// 13942 -[loc_13942] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14258 -name=Hope bridge - -// 13943 -[loc_13943] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14258 -name=Hope bridge - -// 13944 -[loc_13944] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14259 -name=Hope bridge - -// 13945 -[loc_13945] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14259 -name=Hope bridge - -// 13946 -[loc_13946] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14265 -name=Hope bridge - -// 13947 -[loc_13947] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14265 -name=Hope bridge - -// 13948 -[loc_13948] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14263 -name=Hope bridge - -// 13949 -[loc_13949] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14263 -name=Hope bridge - -// 13950 -[loc_13950] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14264 -name=Hope bridge - -// 13951 -[loc_13951] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14264 -name=Hope bridge - -// 13952 -[loc_13952] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14266 -name=Hope bridge - -// 13953 -[loc_13953] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14266 -name=Hope bridge - -// 13954 -[loc_13954] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14257 -name=Hope bridge - -// 13955 -[loc_13955] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14257 -name=Hope bridge - -// 13956 -[loc_13956] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14262 -name=Hope bridge - -// 13957 -[loc_13957] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14262 -name=Hope bridge - -// 13958 -[loc_13958] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14267 -name=Hope bridge - -// 13959 -[loc_13959] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14267 -name=Hope bridge - -// 13960 -[loc_13960] -hillskew=yes -sharelight=yes -ambient=50 -model=model_14268 -name=Hope bridge - -// 13961 -[loc_13961] -hillskew=yes -sharelight=yes -mirror=yes -ambient=50 -model=model_14268 -name=Hope bridge - -// 13962 -[loc_13962] -hillskew=yes -ambient=50 -blockwalk=no -active=no -forcedecor=yes -model=model_14255,8 -model=model_14256,0 - -// 13963 -[loc_13963] -hillskew=yes -mirror=yes -ambient=50 -blockwalk=no -active=no -forcedecor=yes -model=model_14255,8 -model=model_14256,0 - -// 13964 -[loc_13964] -hillskew=yes -mirror=yes -ambient=50 -blockwalk=no -active=no -forcedecor=yes -model=model_14269,8 -model=model_14270,0 - -// 13965 -[loc_13965] -hillskew=yes -ambient=50 -blockwalk=no -active=no -forcedecor=yes -model=model_14269,8 -model=model_14270,0 - -// 13966 -[loc_13966] -blockwalk=yes -active=no -model=model_3951 - -// 13967 -[loc_13967] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_35749 -name=Rift - -// 13968 -[loc_13968] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -active=yes -hardshadow=no -multivar=varplayerbit_2032 -multiloc=0,loc_13969 -multiloc=1,loc_13970 - -// 13969 -[loc_13969] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -active=yes -hardshadow=no -model=model_35746 -name=Rift - -// 13970 -[loc_13970] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -active=yes -hardshadow=no -model=model_35745 -name=Rift - -// 13971 -[loc_13971] -hillskew=yes -sharelight=yes -mirror=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_35746 -name=Rift - -// 13972 -[loc_13972] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_11168 -name=Rift - -// 13973 -[loc_13973] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_35747 -name=Rift - -// 13974 -[loc_13974] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_35748 -name=Rift - -// 13975 -[loc_13975] -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -ambient=-5 -op1=Enter -hardshadow=no -model=model_35748 -name=Rift - -// 13976 -[loc_13976] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_35750 -name=Rift - -// 13977 -[loc_13977] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_11876 -name=Rift - -// 13978 -[loc_13978] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_35742 -name=Rift - -// 13979 -[loc_13979] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_12400 -name=Rift - -// 13980 -[loc_13980] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_8969 -name=Rift - -// 13981 -[loc_13981] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_8692 - -// 13982 -[loc_13982] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=0 -model=model_9810 - -// 13983 -[loc_13983] -active=no -hillskew=yes -sharelight=yes -mirror=yes -blockwalk=no -ambient=25 -model=model_9810 - -// 13984 -[loc_13984] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_11168 - -// 13985 -[loc_13985] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_11170 - -// 13986 -[loc_13986] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_11287 - -// 13987 -[loc_13987] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -ambient=25 -model=model_11287 - -// 13988 -[loc_13988] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_11855 - -// 13989 -[loc_13989] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_11876 - -// 13990 -[loc_13990] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_12399 - -// 13991 -[loc_13991] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_12400 - -// 13992 -[loc_13992] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_8969 - -// 13993 -[loc_13993] -length=2 -active=yes -op1=Take-from -multivar=varplayerbit_2029 -multiloc=0,loc_13994 -multiloc=1,loc_13995 -multiloc=2,loc_13996 -multiloc=3,loc_13997 -multiloc=4,loc_13998 - -// 13994 -[loc_13994] -length=2 -offsetx=-40 -op1=Take-from -model=model_5924 -model2=model_6047 -model3=model_6382 -model4=model_5923 -name=Weapon rack - -// 13995 -[loc_13995] -length=2 -offsetx=-40 -op1=Take-from -model=model_5924 -model2=model_6047 -model3=model_5923 -name=Weapon rack - -// 13996 -[loc_13996] -length=2 -offsetx=-40 -op1=Take-from -model=model_5924 -model2=model_6382 -model3=model_5923 -name=Weapon rack - -// 13997 -[loc_13997] -length=2 -offsetx=-40 -op1=Take-from -model=model_6382 -model2=model_6047 -model3=model_5923 -name=Weapon rack - -// 13998 -[loc_13998] -length=2 -offsetx=-40 -op1=Take-from -model=model_5924 -model2=model_6382 -model3=model_6047 -model4=model_5909 -name=Weapon rack - -// 13999 -[loc_13999] -op1=Climb-up -msi=msi_7 -model=model_1487 -name=Rope - -// 14000 -[loc_14000] -op1=Climb-down -msi=msi_7 -active=no -model=model_1433 - -// 14001 -[loc_14001] -active=yes -op1=Read -multivar=varplayerbit_2034 -multiloc=0,loc_14003 -multiloc=1,loc_14002 - -// 14002 -[loc_14002] -op1=Read -model=model_14276 -name=Warning sign - -// 14003 -[loc_14003] -model=model_3951 -name=Grass - -// 14004 -[loc_14004] -anim=seq_9983 -op1=hidden -active=yes -multivar=varplayerbit_2046 -multiloc=0,loc_14006 -multiloc=1,loc_14005 -multiloc=2,loc_14007 -multiloc=3,loc_14008 -multiloc=4,loc_14009 - -// 14005 -[loc_14005] -active=yes -model=model_14095 -model2=model_14097 -name=Pot-boiler - -// 14006 -[loc_14006] -anim=seq_9983 -active=yes -model=model_14095 -name=Pot-boiler - -// 14007 -[loc_14007] -anim=seq_9983 -op1=Remove-pot -active=yes -model=model_14095 -model2=model_14097 -model3=model_14099 -name=Pot-boiler - -// 14008 -[loc_14008] -anim=seq_9983 -active=yes -bgsound=synth_2065,3 -model=model_14096 -model2=model_14097 -model3=model_14095 -model4=model_14099 -name=Pot-boiler - -// 14009 -[loc_14009] -anim=seq_9983 -op1=Remove-bone -active=yes -model=model_14095 -model2=model_14098 -name=Pot-boiler - -// 14010 -[loc_14010] -op1=Read -active=yes -ambient=40 -contrast=40 -model=model_13696,Q -name=Wish-list - -// 14011 -[loc_14011] -width=2 -length=2 -op2=Steal-from -recol1s=32767 -recol1d=7333 -model=model_1421 -model2=model_13697 -name=Market stall - -// 14012 -[loc_14012] -width=2 -length=2 -op2=Steal-from -model=model_1421 -name=Market stall - -// 14013 -[loc_14013] -length=2 -model=model_13327 -name=Massive ribs - -// 14014 -[loc_14014] -model=model_13321,Q - -// 14015 -[loc_14015] -model=model_13322,Q - -// 14016 -[loc_14016] -model=model_13323 -name=Box of bones - -// 14017 -[loc_14017] -model=model_13324 -name=Box of bones - -// 14018 -[loc_14018] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=20081 -model=model_13855 -name=Bones - -// 14019 -[loc_14019] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=19024 -model=model_13856 -name=Bones - -// 14020 -[loc_14020] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=17967 -model=model_13857 -name=Bones - -// 14021 -[loc_14021] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=16910 -model=model_13858 -name=Bones - -// 14022 -[loc_14022] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=15853 -model=model_13859 -name=Bones - -// 14023 -[loc_14023] -width=2 -length=2 -hillskew=yes -recol1s=28436 -recol1d=20081 -model=model_14330 -name=Bones - -// 14024 -[loc_14024] -width=2 -length=2 -hillskew=yes -recol1s=28436 -recol1d=19024 -model=model_14331 -name=Bones - -// 14025 -[loc_14025] -width=2 -length=2 -hillskew=yes -recol1s=28436 -recol1d=17967 -model=model_14332 -name=Bones - -// 14026 -[loc_14026] -width=2 -length=2 -hillskew=yes -recol1s=28436 -recol1d=16910 -model=model_14333 -name=Bones - -// 14027 -[loc_14027] -width=2 -length=2 -hillskew=yes -recol1s=28436 -recol1d=15853 -model=model_14334 -name=Bones - -// 14028 -[loc_14028] -width=3 -length=3 -hillskew=yes -recol1s=28436 -recol1d=20081 -model=model_14326 -name=Bones - -// 14029 -[loc_14029] -width=3 -length=3 -hillskew=yes -recol1s=28436 -recol1d=19024 -model=model_14327 -name=Bones - -// 14030 -[loc_14030] -length=3 -hillskew=yes -recol1s=28436 -recol1d=17967 -model=model_14328 -name=Bones - -// 14031 -[loc_14031] -length=3 -hillskew=yes -mirror=yes -recol1s=28436 -recol1d=16910 -model=model_14328 -name=Bones - -// 14032 -[loc_14032] -width=3 -length=3 -hillskew=yes -recol1s=28436 -recol1d=15853 -model=model_14329 -name=Bones - -// 14033 -[loc_14033] -hillskew=yes -active=no -sharelight=yes -model=model_14357,4 - -// 14034 -[loc_14034] -hillskew=yes -active=no -sharelight=yes -model=model_14358,4 - -// 14035 -[loc_14035] -anim=seq_3843 -active=yes -length=2 -ambient=50 -contrast=50 -model=model_14370 -name=Fishing Contest Banner - -// 14036 -[loc_14036] -active=no -hillskew=yes -sharelight=yes -model=model_14345,1 -model=model_14346,2 -model=model_14347,3 -model=model_14348,4 -model=model_14349,5 - -// 14037 -[loc_14037] -hillskew=yes -active=no -sharelight=yes -model=model_14350,4 - -// 14038 -[loc_14038] -active=no -hillskew=yes -sharelight=yes -model=model_14352,1 - -// 14039 -[loc_14039] -active=no -hillskew=yes -sharelight=yes -model=model_14351,1 - -// 14040 -[loc_14040] -width=3 -model=model_14364 -model2=model_14359 -model3=model_14366 -name=Bonzo's Table - -// 14041 -[loc_14041] -width=3 -model=model_14364 -model2=model_14365 -name=Bonzo's Table - -// 14042 -[loc_14042] -active=no -recol1s=16846 -recol1d=8353 -recol2s=32736 -recol2d=15686 -recol3s=32576 -recol3d=6240 -recol4s=8456 -recol4d=8389 -recol5s=10504 -recol5d=6275 -retex1s=material_16 -retex1d=material_22 -model=model_14087 -model2=model_14344 - -// 14043 -[loc_14043] -ambient=25 -blockrange=no -recol1s=28407 -recol1d=28471 -recol2s=16846 -recol2d=16878 -recol3s=11561 -recol3d=11593 -model=model_8232 -model2=model_9530 -name=Barrel - -// 14044 -[loc_14044] -length=2 -blockrange=no -recol1s=16809 -recol1d=18857 -recol2s=14695 -recol2d=15686 -recol3s=13638 -recol3d=14629 -recol4s=12581 -recol4d=13572 -model=model_7712 -name=Table - -// 14045 -[loc_14045] -length=2 -blockrange=no -recol1s=32765 -recol1d=32631 -recol2s=26311 -recol2d=11695 -recol3s=8456 -recol3d=6344 -recol4s=9477 -recol4d=15686 -model=model_9419 -name=Bed - -// 14046 -[loc_14046] -blockwalk=no -unknown90=yes -recol1s=18850 -recol1d=13776 -recol2s=10500 -recol2d=7434 -model=model_11819,0 - -// 14047 -[loc_14047] -blockwalk=no -unknown90=yes -recol1s=18850 -recol1d=13776 -recol2s=10500 -recol2d=7434 -model=model_11820,0 - -// 14048 -[loc_14048] -blockwalk=no -unknown90=yes -recol1s=18850 -recol1d=13776 -recol2s=10500 -recol2d=7434 -model=model_11818,0 - -// 14049 -[loc_14049] -length=2 -blockrange=no -recol1s=16809 -recol1d=18857 -recol2s=14695 -recol2d=15686 -recol3s=13638 -recol3d=14629 -recol4s=12581 -recol4d=13572 -model=model_7712 -model2=model_14367 -name=Table - -// 14050 -[loc_14050] -ambient=15 -blockrange=no -recol1s=10401 -recol1d=14629 -recol2s=9377 -recol2d=15686 -model=model_1170 -name=Chair - -// 14051 -[loc_14051] -blockrange=no -recol1s=16809 -recol1d=18857 -recol2s=14695 -recol2d=15686 -recol3s=13638 -recol3d=14629 -recol4s=12581 -recol4d=13572 -model=model_9590 -name=Small Table - -// 14052 -[loc_14052] -model=model_14354,Q - -// 14053 -[loc_14053] -model=model_14362,Q - -// 14054 -[loc_14054] -model=model_14363,Q - -// 14055 -[loc_14055] -sharelight=yes -active=no -resizey=117 -recol1s=20935 -recol1d=14660 -recol2s=10500 -recol2d=9442 -recol3s=12582 -recol3d=16772 -recol4s=9445 -recol4d=11523 -model=model_14368,A - -// 14056 -[loc_14056] -sharelight=yes -active=no -resizey=117 -recol1s=8387 -recol1d=9442 -recol2s=8388 -recol2d=11523 -recol3s=9445 -recol3d=12580 -recol4s=17764 -recol4d=13604 -recol5s=12582 -recol5d=16772 -recol6s=7331 -recol6d=14660 -model=model_14369,Z - -// 14057 -[loc_14057] -sharelight=yes -active=no -resizey=117 -mirror=yes -recol1s=8387 -recol1d=9442 -recol2s=8388 -recol2d=11523 -recol3s=9445 -recol3d=12580 -recol4s=17764 -recol4d=13604 -recol5s=12582 -recol5d=16772 -recol6s=7331 -recol6d=14660 -model=model_14369,Z - -// 14058 -[loc_14058] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14059 -[loc_14059] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14060 -[loc_14060] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14061 -[loc_14061] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=17796 -recol3s=1595 -recol3d=29488 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14062 -[loc_14062] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=17796 -recol3s=1595 -recol3d=29488 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11942,0 - -// 14063 -[loc_14063] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=17796 -recol3s=1595 -recol3d=29488 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11941,0 - -// 14064 -[loc_14064] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14065 -[loc_14065] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11942,0 - -// 14066 -[loc_14066] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11941,0 - -// 14067 -[loc_14067] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14068 -[loc_14068] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14069 -[loc_14069] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14070 -[loc_14070] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=10371 -recol2s=6026 -recol2d=8257 -recol3s=1595 -recol3d=9314 -recol4s=1464 -recol4d=7200 -recol5s=30784 -recol5d=7200 -recol6s=22592 -recol6d=5120 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14071 -[loc_14071] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=10371 -recol2s=6026 -recol2d=8257 -recol3s=1595 -recol3d=9314 -recol4s=1464 -recol4d=7200 -recol5s=30784 -recol5d=7200 -recol6s=22592 -recol6d=5120 -model=model_11942,0 - -// 14072 -[loc_14072] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=10371 -recol2s=6026 -recol2d=8257 -recol3s=1595 -recol3d=9314 -recol4s=1464 -recol4d=7200 -recol5s=30784 -recol5d=7200 -recol6s=22592 -recol6d=5120 -model=model_11941,0 - -// 14073 -[loc_14073] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=14755 -recol2s=6026 -recol2d=12641 -recol3s=1595 -recol3d=17704 -recol4s=1464 -recol4d=14599 -recol5s=30784 -recol5d=20832 -recol6s=22592 -recol6d=18752 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14074 -[loc_14074] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=14755 -recol2s=6026 -recol2d=12641 -recol3s=1595 -recol3d=17704 -recol4s=1464 -recol4d=14599 -recol5s=30784 -recol5d=20832 -recol6s=22592 -recol6d=18752 -model=model_11942,0 - -// 14075 -[loc_14075] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=14755 -recol2s=6026 -recol2d=12641 -recol3s=1595 -recol3d=17704 -recol4s=1464 -recol4d=14599 -recol5s=30784 -recol5d=20832 -recol6s=22592 -recol6d=18752 -model=model_11941,0 - -// 14076 -[loc_14076] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=20343 -recol2s=6026 -recol2d=18229 -recol3s=1595 -recol3d=18235 -recol4s=1464 -recol4d=16056 -recol5s=30784 -recol5d=28541 -recol6s=22592 -recol6d=23260 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14077 -[loc_14077] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=20343 -recol2s=6026 -recol2d=18229 -recol3s=1595 -recol3d=18235 -recol4s=1464 -recol4d=16056 -recol5s=30784 -recol5d=28541 -recol6s=22592 -recol6d=23260 -model=model_11942,0 - -// 14078 -[loc_14078] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=20343 -recol2s=6026 -recol2d=18229 -recol3s=1595 -recol3d=18235 -recol4s=1464 -recol4d=16056 -recol5s=30784 -recol5d=28541 -recol6s=22592 -recol6d=23260 -model=model_11941,0 - -// 14079 -[loc_14079] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=13733 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=10564 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14080 -[loc_14080] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=13733 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=10564 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14081 -[loc_14081] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=13733 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=10564 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14082 -[loc_14082] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14083 -[loc_14083] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14084 -[loc_14084] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14085 -[loc_14085] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=4195 -recol2s=6026 -recol2d=4162 -recol3s=1595 -recol3d=5252 -recol4s=1464 -recol4d=5219 -recol5s=30784 -recol5d=6309 -recol6s=22592 -recol6d=6276 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14086 -[loc_14086] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=4195 -recol2s=6026 -recol2d=4162 -recol3s=1595 -recol3d=5252 -recol4s=1464 -recol4d=5219 -recol5s=30784 -recol5d=6309 -recol6s=22592 -recol6d=6276 -model=model_11942,0 - -// 14087 -[loc_14087] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=4195 -recol2s=6026 -recol2d=4162 -recol3s=1595 -recol3d=5252 -recol4s=1464 -recol4d=5219 -recol5s=30784 -recol5d=6309 -recol6s=22592 -recol6d=6276 -model=model_11941,0 - -// 14088 -[loc_14088] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14089 -[loc_14089] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14090 -[loc_14090] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14091 -[loc_14091] -active=yes -ambient=20 -hillskew=yes -op1=Use -contrast=10 -blockwalk=yes -recol1s=8140 -recol1d=24198 -recol2s=6026 -recol2d=21027 -recol3s=1595 -recol3d=27406 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=22154 -recol6s=22592 -recol6d=18983 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14092 -[loc_14092] -ambient=20 -hillskew=yes -contrast=10 -forcedecor=yes -recol1s=8140 -recol1d=24198 -recol2s=6026 -recol2d=21027 -recol3s=1595 -recol3d=27406 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=22154 -recol6s=22592 -recol6d=18983 -model=model_11942,0 - -// 14093 -[loc_14093] -ambient=20 -hillskew=yes -contrast=10 -forcedecor=yes -recol1s=8140 -recol1d=24198 -recol2s=6026 -recol2d=21027 -recol3s=1595 -recol3d=27406 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=22154 -recol6s=22592 -recol6d=18983 -model=model_11941,0 - -// 14094 -[loc_14094] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14095 -[loc_14095] -ambient=20 -hillskew=yes -forcedecor=yes -model=model_11942,0 - -// 14096 -[loc_14096] -ambient=20 -hillskew=yes -forcedecor=yes -model=model_11941,0 - -// 14097 -[loc_14097] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14098 -[loc_14098] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14099 -[loc_14099] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14100 -[loc_14100] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14101 -[loc_14101] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14102 -[loc_14102] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14103 -[loc_14103] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=20343 -recol2s=6026 -recol2d=18229 -recol3s=1595 -recol3d=18235 -recol4s=1464 -recol4d=16056 -recol5s=30784 -recol5d=32400 -recol6s=22592 -recol6d=28272 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14104 -[loc_14104] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=20343 -recol2s=6026 -recol2d=18229 -recol3s=1595 -recol3d=18235 -recol4s=1464 -recol4d=16056 -recol5s=30784 -recol5d=32400 -recol6s=22592 -recol6d=28272 -model=model_11942,0 - -// 14105 -[loc_14105] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=20343 -recol2s=6026 -recol2d=18229 -recol3s=1595 -recol3d=18235 -recol4s=1464 -recol4d=16056 -recol5s=30784 -recol5d=32400 -recol6s=22592 -recol6d=28272 -model=model_11941,0 - -// 14106 -[loc_14106] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14107 -[loc_14107] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14108 -[loc_14108] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14109 -[loc_14109] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14110 -[loc_14110] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11942,0 - -// 14111 -[loc_14111] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11941,0 - -// 14112 -[loc_14112] -active=yes -ambient=20 -hillskew=yes -op1=Use -forcedecor=yes -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14113 -[loc_14113] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14114 -[loc_14114] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14115 -[loc_14115] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14116 -[loc_14116] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11942,0 - -// 14117 -[loc_14117] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11941,0 - -// 14118 -[loc_14118] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=17796 -recol3s=1595 -recol3d=29488 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14119 -[loc_14119] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=17796 -recol3s=1595 -recol3d=29488 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11942,0 - -// 14120 -[loc_14120] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=17796 -recol3s=1595 -recol3d=29488 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11941,0 - -// 14121 -[loc_14121] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14122 -[loc_14122] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11942,0 - -// 14123 -[loc_14123] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11941,0 - -// 14124 -[loc_14124] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=17796 -recol3s=1595 -recol3d=29488 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14125 -[loc_14125] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=17796 -recol3s=1595 -recol3d=29488 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11942,0 - -// 14126 -[loc_14126] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=17796 -recol3s=1595 -recol3d=29488 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11941,0 - -// 14127 -[loc_14127] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=12239 -recol2s=6026 -recol2d=10190 -recol3s=1595 -recol3d=2014 -recol4s=1464 -recol4d=1882 -recol5s=30784 -recol5d=31949 -recol6s=22592 -recol6d=27721 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14128 -[loc_14128] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=12239 -recol2s=6026 -recol2d=10190 -recol3s=1595 -recol3d=2014 -recol4s=1464 -recol4d=1882 -recol5s=30784 -recol5d=31949 -recol6s=22592 -recol6d=27721 -model=model_11942,0 - -// 14129 -[loc_14129] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=12239 -recol2s=6026 -recol2d=10190 -recol3s=1595 -recol3d=2014 -recol4s=1464 -recol4d=1882 -recol5s=30784 -recol5d=31949 -recol6s=22592 -recol6d=27721 -model=model_11941,0 - -// 14130 -[loc_14130] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14131 -[loc_14131] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14132 -[loc_14132] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14133 -[loc_14133] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14134 -[loc_14134] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11942,0 - -// 14135 -[loc_14135] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11941,0 - -// 14136 -[loc_14136] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14137 -[loc_14137] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11942,0 - -// 14138 -[loc_14138] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11941,0 - -// 14139 -[loc_14139] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=8711 -recol2s=6026 -recol2d=6533 -recol3s=1595 -recol3d=4468 -recol4s=1464 -recol4d=2289 -recol5s=30784 -recol5d=18592 -recol6s=22592 -recol6d=13409 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14140 -[loc_14140] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=8711 -recol2s=6026 -recol2d=6533 -recol3s=1595 -recol3d=4468 -recol4s=1464 -recol4d=2289 -recol5s=30784 -recol5d=18592 -recol6s=22592 -recol6d=13409 -model=model_11942,0 - -// 14141 -[loc_14141] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=8711 -recol2s=6026 -recol2d=6533 -recol3s=1595 -recol3d=4468 -recol4s=1464 -recol4d=2289 -recol5s=30784 -recol5d=18592 -recol6s=22592 -recol6d=13409 -model=model_11941,0 - -// 14142 -[loc_14142] -active=yes -ambient=20 -hillskew=yes -op1=Use -contrast=10 -blockwalk=yes -recol1s=8140 -recol1d=24198 -recol2s=6026 -recol2d=21027 -recol3s=1595 -recol3d=27406 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=22154 -recol6s=22592 -recol6d=18983 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14143 -[loc_14143] -ambient=20 -hillskew=yes -contrast=10 -forcedecor=yes -recol1s=8140 -recol1d=24198 -recol2s=6026 -recol2d=21027 -recol3s=1595 -recol3d=27406 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=22154 -recol6s=22592 -recol6d=18983 -model=model_11942,0 - -// 14144 -[loc_14144] -ambient=20 -hillskew=yes -contrast=10 -forcedecor=yes -recol1s=8140 -recol1d=24198 -recol2s=6026 -recol2d=21027 -recol3s=1595 -recol3d=27406 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=22154 -recol6s=22592 -recol6d=18983 -model=model_11941,0 - -// 14145 -[loc_14145] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14146 -[loc_14146] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14147 -[loc_14147] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14148 -[loc_14148] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14149 -[loc_14149] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11942,0 - -// 14150 -[loc_14150] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=18951 -recol2s=6026 -recol2d=9669 -recol3s=1595 -recol3d=9669 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=17899 -recol6s=22592 -recol6d=13739 -model=model_11941,0 - -// 14151 -[loc_14151] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14152 -[loc_14152] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11942,0 - -// 14153 -[loc_14153] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11941,0 - -// 14154 -[loc_14154] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14155 -[loc_14155] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11942,0 - -// 14156 -[loc_14156] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5447 -recol2s=6026 -recol2d=3333 -recol3s=1595 -recol3d=5354 -recol4s=1464 -recol4d=3240 -recol5s=30784 -recol5d=10469 -recol6s=22592 -recol6d=8355 -model=model_11941,0 - -// 14157 -[loc_14157] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=8711 -recol2s=6026 -recol2d=6533 -recol3s=1595 -recol3d=4468 -recol4s=1464 -recol4d=2289 -recol5s=30784 -recol5d=18592 -recol6s=22592 -recol6d=13409 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14158 -[loc_14158] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=8711 -recol2s=6026 -recol2d=6533 -recol3s=1595 -recol3d=4468 -recol4s=1464 -recol4d=2289 -recol5s=30784 -recol5d=18592 -recol6s=22592 -recol6d=13409 -model=model_11942,0 - -// 14159 -[loc_14159] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=8711 -recol2s=6026 -recol2d=6533 -recol3s=1595 -recol3d=4468 -recol4s=1464 -recol4d=2289 -recol5s=30784 -recol5d=18592 -recol6s=22592 -recol6d=13409 -model=model_11941,0 - -// 14160 -[loc_14160] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 14161 -[loc_14161] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11942,0 - -// 14162 -[loc_14162] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=13638 -recol2s=1595 -recol2d=9669 -recol3s=6026 -recol3d=10501 -recol4s=1464 -recol4d=6468 -recol5s=30784 -recol5d=12517 -recol6s=22592 -recol6d=7299 -model=model_11941,0 - -// 14163 -[loc_14163] -recol1s=20935 -recol1d=13670 -recol2s=18821 -recol2d=12613 -recol3s=17764 -recol3d=11556 -recol4s=16707 -recol4d=7362 -recol5s=0 -recol5d=5281 -recol6s=11490 -recol6d=3201 -model=model_4326 -name=Table - -// 14164 -[loc_14164] -ambient=15 -contrast=15 -recol1s=10502 -recol1d=13670 -recol2s=9445 -recol2d=11556 -model=model_5979,Q - -// 14165 -[loc_14165] -ambient=15 -contrast=15 -recol1s=11628 -recol1d=11556 -recol2s=10571 -recol2d=12613 -recol3s=8457 -recol3d=11556 -recol4s=7398 -recol4d=7362 -model=model_5978,Q - -// 14166 -[loc_14166] -ambient=15 -contrast=15 -recol1s=7398 -recol1d=13670 -recol2s=10571 -recol2d=11556 -model=model_5970,Q - -// 14167 -[loc_14167] -ambient=15 -contrast=15 -recol1s=7398 -recol1d=13670 -recol2s=10571 -recol2d=11556 -model=model_5969,Q - -// 14168 -[loc_14168] -active=yes -ambient=20 -contrast=10 -blockwalk=no -model=model_14407 -name=Easter bird perch. - -// 14169 -[loc_14169] -blockwalk=yes -ambient=75 -contrast=75 -bgsound=synth_2065,3 -anim=seq_475 -hardshadow=no -blockrange=no -model=model_3818 -name=Fire - -// 14170 -[loc_14170] -active=no -ambient=10 -forcedecor=yes -op1=Use-logs -recol1s=11524 -recol1d=11625 -recol2s=11521 -recol2d=11592 -recol3s=9410 -recol3d=9512 -recol4s=8353 -recol4d=8422 -recol5s=6274 -recol5d=9445 -model=model_5438,0 - -// 14171 -[loc_14171] -blockwalk=yes -op1=Use-driftwood -model=model_3951 -name=Embers - -// 14172 -[loc_14172] -active=yes -anim=seq_475 -op1=Hidden -multivar=varplayerbit_3537 -multiloc=0,loc_14169 -multiloc=1,loc_14171 - -// 14173 -[loc_14173] -width=3 -length=2 -model=model_24056 -name=Olaf's boat - -// 14174 -[loc_14174] -width=2 -length=2 -model=model_24175 -model2=model_18328 -name=Driftwood - -// 14175 -[loc_14175] -active=yes -width=3 -length=3 -ambient=10 -contrast=10 -op1=Enter -model=model_14394 -name=Chute - -// 14176 -[loc_14176] -active=no -hillskew=yes -ambient=20 -contrast=10 -model=model_14390,0 - -// 14177 -[loc_14177] -active=no -hillskew=yes -ambient=20 -contrast=10 -model=model_14392,0 - -// 14178 -[loc_14178] -active=yes -hillskew=yes -forcedecor=yes -op1=Climb Down -ambient=10 -contrast=10 -blockwalk=yes -model=model_14391,0 -name=Chute - -// 14179 -[loc_14179] -width=2 -length=2 -anim=seq_3101 -ambient=60 -contrast=60 -blockwalk=no -shadow=no -resizex=128 -resizey=50 -resizez=128 -op1=Jump-out -model=model_10941 -name=Light - -// 14180 -[loc_14180] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_12047,1 -model=model_12048,2 -model=model_12049,5 - -// 14181 -[loc_14181] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_12050,1 -model=model_12051,2 -model=model_12052,5 - -// 14182 -[loc_14182] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -resizey=256 -active=no -resizex=128 -resizey=80 -resizez=128 -model=model_12050,1 -model=model_12051,2 -model=model_12052,5 - -// 14183 -[loc_14183] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_12065,1 - -// 14184 -[loc_14184] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_12064,1 - -// 14185 -[loc_14185] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_12056,1 - -// 14186 -[loc_14186] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_12057,1 -model=model_12058,2 -model=model_12059,5 - -// 14187 -[loc_14187] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_12060,1 -model=model_12061,2 -model=model_12062,5 - -// 14188 -[loc_14188] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_12063,1 - -// 14189 -[loc_14189] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=no -model=model_12053,1 -model=model_12054,2 -model=model_12055,5 - -// 14190 -[loc_14190] -sharelight=yes -hillskew=yes -active=no -contrast=20 -ambient=20 -recol1s=12580 -recol1d=10500 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 14191 -[loc_14191] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=10500 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 14192 -[loc_14192] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=12614 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 14193 -[loc_14193] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=12614 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 14194 -[loc_14194] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=12614 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 14195 -[loc_14195] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=12614 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 14196 -[loc_14196] -model=model_24089 -name=Chest - -// 14197 -[loc_14197] -op1=Open -model=model_24083 -name=Chest - -// 14198 -[loc_14198] -hillskew=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_24173,1 - -// 14199 -[loc_14199] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 14200 -[loc_14200] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 14201 -[loc_14201] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 14202 -[loc_14202] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_15957,5 - -// 14203 -[loc_14203] -active=yes -blockwalk=no -model=model_14409 -name=Hole - -// 14204 -[loc_14204] -active=yes -blockwalk=no -model=model_14408 -name=Mound - -// 14205 -[loc_14205] -active=yes -blockwalk=no -model=model_14408 -name=Mound - -// 14206 -[loc_14206] -active=yes -blockwalk=no -model=model_14408 -name=Mound - -// 14207 -[loc_14207] -active=yes -blockwalk=no -model=model_14408 -name=Mound - -// 14208 -[loc_14208] -active=yes -blockwalk=no -model=model_14408 -name=Mound - -// 14209 -[loc_14209] -active=yes -blockwalk=no -model=model_14408 -name=Mound - -// 14210 -[loc_14210] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -blockrange=no -model=model_14484,1 -model=model_14485,5 - -// 14211 -[loc_14211] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -model=model_14473,1 -model=model_14474,2 -model=model_14475,3 -model=model_14476,5 - -// 14212 -[loc_14212] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -model=model_14477,1 -name=Wall - -// 14213 -[loc_14213] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -mirror=yes -model=model_14477,1 -name=Wall - -// 14214 -[loc_14214] -active=no -hillskew=yes -sharelight=yes -msi=msi_22 -ambient=5 -shadow=no -blockrange=no -model=model_14464,4 - -// 14215 -[loc_14215] -active=no -hillskew=yes -sharelight=yes -msi=msi_22 -mirror=yes -ambient=5 -shadow=no -blockrange=no -model=model_14464,4 - -// 14216 -[loc_14216] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -op2=hidden -op3=Repair -blockrange=no -model=model_14482,1 -model=model_14483,5 -name=Wall - -// 14217 -[loc_14217] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -op2=hidden -op3=Repair -model=model_14469,1 -model=model_14470,2 -model=model_14471,3 -model=model_14472,5 -name=Wall - -// 14218 -[loc_14218] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -op2=hidden -op3=Repair -blockrange=no -model=model_14486,1 -model=model_14487,5 -name=Wall - -// 14219 -[loc_14219] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -op2=hidden -op3=Repair -blockrange=no -model=model_14478,1 -model=model_14479,2 -model=model_14480,3 -model=model_14481,5 -name=Wall - -// 14220 -[loc_14220] -hillskew=yes -ambient=5 -shadow=no -blockwalk=no -active=yes -op3=Repair -model=model_27175,0 -name=Wall - -// 14221 -[loc_14221] -hillskew=yes -ambient=5 -shadow=no -blockwalk=no -active=yes -op3=Repair -model=model_27172,0 -name=Wall - -// 14222 -[loc_14222] -hillskew=yes -ambient=5 -shadow=no -model=model_27176,0 - -// 14223 -[loc_14223] -hillskew=yes -ambient=5 -shadow=no -model=model_27170,0 - -// 14224 -[loc_14224] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -op2=hidden -blockrange=no -model=model_14448,1 -name=Barricade - -// 14225 -[loc_14225] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -op2=hidden -blockrange=no -model=model_14449,5 -name=Barricade - -// 14226 -[loc_14226] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -op2=hidden -blockrange=no -model=model_14450,5 -name=Barricade - -// 14227 -[loc_14227] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -op2=hidden -op3=Repair -blockrange=no -model=model_14451,1 -name=Barricade - -// 14228 -[loc_14228] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -op2=hidden -op3=Repair -blockrange=no -model=model_14452,5 -name=Barricade - -// 14229 -[loc_14229] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -active=yes -op2=hidden -op3=Repair -blockrange=no -model=model_14453,5 -name=Barricade - -// 14230 -[loc_14230] -hillskew=yes -ambient=5 -shadow=no -blockwalk=no -active=yes -op3=Repair -model=model_27171,0 -name=Barricade - -// 14231 -[loc_14231] -hillskew=yes -ambient=5 -shadow=no -blockwalk=no -active=yes -op3=Repair -model=model_27169,0 -name=Barricade - -// 14232 -[loc_14232] -hillskew=yes -ambient=5 -shadow=no -blockwalk=no -active=yes -op3=Repair -model=model_27174,0 -name=Barricade - -// 14233 -[loc_14233] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Open -op2=hidden -model=model_14467,1 -name=Gate - -// 14234 -[loc_14234] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Close -op2=hidden -model=model_14467,1 -name=Gate - -// 14235 -[loc_14235] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Open -op2=hidden -model=model_14467,1 -name=Gate - -// 14236 -[loc_14236] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Close -op2=hidden -model=model_14467,1 -name=Gate - -// 14237 -[loc_14237] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Open -op2=hidden -op3=Repair -model=model_14465,1 -name=Gate - -// 14238 -[loc_14238] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Close -op2=hidden -op3=Repair -model=model_14465,1 -name=Gate - -// 14239 -[loc_14239] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Open -op2=hidden -op3=Repair -model=model_14465,1 -name=Gate - -// 14240 -[loc_14240] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Close -op2=hidden -op3=Repair -model=model_14465,1 -name=Gate - -// 14241 -[loc_14241] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Open -op2=hidden -op3=Repair -blockrange=no -model=model_14468,1 -name=Gate - -// 14242 -[loc_14242] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Close -op2=hidden -op3=Repair -blockrange=no -model=model_14468,1 -name=Gate - -// 14243 -[loc_14243] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Open -op2=hidden -op3=Repair -blockrange=no -model=model_14468,1 -name=Gate - -// 14244 -[loc_14244] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Close -op2=hidden -op3=Repair -blockrange=no -model=model_14468,1 -name=Gate - -// 14245 -[loc_14245] -ambient=5 -shadow=no -blockwalk=no -active=yes -op1=Open -op3=Repair -model=model_27173,0 -name=Gate - -// 14246 -[loc_14246] -ambient=5 -shadow=no -blockwalk=no -active=yes -op1=Close -op3=Repair -model=model_27173,0 -name=Gate - -// 14247 -[loc_14247] -ambient=5 -mirror=yes -shadow=no -blockwalk=no -active=yes -op1=Open -op3=Repair -model=model_27173,0 -name=Gate - -// 14248 -[loc_14248] -ambient=5 -mirror=yes -shadow=no -blockwalk=no -active=yes -op1=Close -op3=Repair -model=model_27173,0 -name=Gate - -// 14249 -[loc_14249] -sharelight=yes -ambient=20 -msi=msi_22 -blockrange=no -model=model_14509,1 - -// 14250 -[loc_14250] -sharelight=yes -ambient=20 -msi=msi_22 -blockrange=no -model=model_14510,1 - -// 14251 -[loc_14251] -sharelight=yes -ambient=20 -msi=msi_22 -blockrange=no -model=model_14511,1 - -// 14252 -[loc_14252] -sharelight=yes -ambient=20 -msi=msi_22 -shadow=no -blockrange=no -model=model_14495,1 - -// 14253 -[loc_14253] -sharelight=yes -ambient=20 -mirror=yes -msi=msi_22 -shadow=no -blockrange=no -model=model_14495,1 - -// 14254 -[loc_14254] -sharelight=yes -ambient=20 -msi=msi_22 -shadow=no -blockrange=no -model=model_14496,1 - -// 14255 -[loc_14255] -sharelight=yes -ambient=20 -mirror=yes -msi=msi_22 -shadow=no -blockrange=no -model=model_14496,1 - -// 14256 -[loc_14256] -sharelight=yes -ambient=20 -msi=msi_46 -forcedecor=yes -model=model_14497,0 - -// 14257 -[loc_14257] -sharelight=yes -ambient=20 -msi=msi_46 -forcedecor=yes -model=model_14498,0 - -// 14258 -[loc_14258] -sharelight=yes -ambient=20 -width=4 -model=model_14504 -name=Lander boat - -// 14259 -[loc_14259] -sharelight=yes -ambient=20 -width=3 -resizex=224 -resizey=192 -model=model_14508 -name=Lander boat - -// 14260 -[loc_14260] -sharelight=yes -ambient=20 -width=3 -resizex=224 -resizey=192 -model=model_14507 -name=Lander boat - -// 14261 -[loc_14261] -sharelight=yes -ambient=20 -width=4 -model=model_14505 -name=Lander boat - -// 14262 -[loc_14262] -sharelight=yes -ambient=20 -width=4 -model=model_14506 -name=Lander boat - -// 14263 -[loc_14263] -sharelight=yes -ambient=20 -width=6 -resizex=224 -resizey=192 -model=model_14504 -name=Lander boat - -// 14264 -[loc_14264] -sharelight=yes -ambient=20 -width=6 -resizex=224 -resizey=192 -model=model_14505 -name=Lander boat - -// 14265 -[loc_14265] -sharelight=yes -ambient=20 -width=6 -resizex=224 -resizey=192 -model=model_14506 -name=Lander boat - -// 14266 -[loc_14266] -sharelight=yes -ambient=20 -width=2 -length=2 -shadow=no -model=model_14492 -name=Lander boat - -// 14267 -[loc_14267] -sharelight=yes -ambient=20 -width=2 -length=2 -shadow=no -model=model_14493 -name=Lander boat - -// 14268 -[loc_14268] -sharelight=yes -ambient=20 -width=2 -length=2 -shadow=no -model=model_14494 -name=Lander boat - -// 14269 -[loc_14269] -width=2 -length=2 -ambient=20 -model=model_14499 -name=Lander hatch - -// 14270 -[loc_14270] -ambient=20 -forcedecor=yes -model=model_14500,0 - -// 14271 -[loc_14271] -ambient=20 -forcedecor=yes -model=model_14501,0 - -// 14272 -[loc_14272] -ambient=20 -forcedecor=yes -model=model_14502,0 - -// 14273 -[loc_14273] -ambient=20 -forcedecor=yes -model=model_14503,0 - -// 14274 -[loc_14274] -hillskew=yes -forcedecor=yes -ambient=10 -sharelight=yes -unknown90=yes -model=model_14516,0 - -// 14275 -[loc_14275] -hillskew=yes -forcedecor=yes -ambient=10 -mirror=yes -sharelight=yes -unknown90=yes -model=model_14516,0 - -// 14276 -[loc_14276] -ambient=10 -forcedecor=yes -hillskew=yes -sharelight=yes -unknown90=yes -model=model_14513,0 - -// 14277 -[loc_14277] -ambient=10 -forcedecor=yes -hillskew=yes -sharelight=yes -unknown90=yes -model=model_14514,0 - -// 14278 -[loc_14278] -ambient=10 -forcedecor=yes -hillskew=yes -sharelight=yes -unknown90=yes -hardshadow=no -model=model_14515,0 - -// 14279 -[loc_14279] -ambient=10 -forcedecor=yes -hillskew=yes -sharelight=yes -unknown90=yes -model=model_14517,0 - -// 14280 -[loc_14280] -ambient=10 -forcedecor=yes -hillskew=yes -sharelight=yes -unknown90=yes -model=model_14518,0 - -// 14281 -[loc_14281] -ambient=10 -forcedecor=yes -hillskew=yes -sharelight=yes -unknown90=yes -model=model_14520,0 - -// 14282 -[loc_14282] -ambient=10 -forcedecor=yes -hillskew=yes -sharelight=yes -unknown90=yes -model=model_14519,0 - -// 14283 -[loc_14283] -anim=seq_3927 -ambient=15 -model=model_14489 -name=Banner - -// 14284 -[loc_14284] -sharelight=yes -forcedecor=yes -hillskew=yes -blockwalk=no -model=model_1882,0 - -// 14285 -[loc_14285] -sharelight=yes -forcedecor=yes -hillskew=yes -blockwalk=no -model=model_1882,0 - -// 14286 -[loc_14286] -sharelight=yes -offsety=-4 -recol1s=14594 -recol1d=17799 -recol2s=16708 -recol2d=17799 -model=model_5314,1 -model=model_5315,2 -model=model_5316,5 - -// 14287 -[loc_14287] -hillskew=yes -active=no -recol1s=13505 -recol1d=13669 -recol2s=15618 -recol2d=13669 -recol3s=14594 -recol3d=13669 -model=model_1124,0 - -// 14288 -[loc_14288] -hillskew=yes -active=no -recol1s=13505 -recol1d=13669 -recol2s=15618 -recol2d=13669 -recol3s=14594 -recol3d=13669 -model=model_1139,0 - -// 14289 -[loc_14289] -hillskew=yes -active=no -recol1s=13505 -recol1d=13669 -recol2s=15618 -recol2d=13669 -recol3s=14594 -recol3d=13669 -model=model_1032,0 - -// 14290 -[loc_14290] -active=no -sharelight=yes -model=model_14538 - -// 14291 -[loc_14291] -active=no -sharelight=yes -model=model_14540 - -// 14292 -[loc_14292] -active=no -sharelight=yes -model=model_14544 -model2=model_14539 - -// 14293 -[loc_14293] -active=no -sharelight=yes -model=model_14541 - -// 14294 -[loc_14294] -active=no -sharelight=yes -model=model_14538 -model2=model_14542 - -// 14295 -[loc_14295] -active=no -sharelight=yes -model=model_14538 -model2=model_14543 - -// 14296 -[loc_14296] -sharelight=yes -op1=Climb -recol1s=12578 -recol1d=23080 -recol2s=11522 -recol2d=22023 -recol3s=10465 -recol3d=19911 -recol4s=9409 -recol4d=17831 -recol5s=8353 -recol5d=16774 -model=model_14536 -name=Ladder - -// 14297 -[loc_14297] -active=no -sharelight=yes -recol1s=12578 -recol1d=23080 -recol2s=11522 -recol2d=22023 -recol3s=10465 -recol3d=19911 -recol4s=9409 -recol4d=17831 -recol5s=8353 -recol5d=16774 -model=model_14537 - -// 14298 -[loc_14298] -sharelight=yes -active=no -recol1s=12582 -recol1d=22023 -recol2s=10500 -recol2d=19909 -model=model_5395,Z - -// 14299 -[loc_14299] -sharelight=yes -active=no -recol1s=12582 -recol1d=22023 -recol2s=10500 -recol2d=19909 -model=model_6631,Z - -// 14300 -[loc_14300] -sharelight=yes -active=no -recol1s=12582 -recol1d=22023 -recol2s=10500 -recol2d=19909 -model=model_6629,H - -// 14301 -[loc_14301] -hillskew=yes -ambient=5 -blockwalk=yes -model=model_14473,1 -model=model_14474,2 -model=model_14475,3 -model=model_14476,5 - -// 14302 -[loc_14302] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -blockrange=no -model=model_14484,1 -model=model_14485,5 - -// 14303 -[loc_14303] -hillskew=yes -ambient=5 -shadow=no -blockwalk=yes -model=model_14473,1 -model=model_14474,2 -model=model_14475,3 -model=model_14476,5 - -// 14304 -[loc_14304] -sharelight=yes -active=yes -op1=Cross -hillskew=yes -msi=msi_46 -forcedecor=yes -blockwalk=yes -model=model_1882,0 -name=Gangplank - -// 14305 -[loc_14305] -sharelight=yes -active=yes -op1=Cross -hillskew=yes -msi=msi_46 -forcedecor=yes -blockwalk=yes -model=model_1882,0 -name=Gangplank - -// 14306 -[loc_14306] -sharelight=yes -active=yes -op1=Cross -hillskew=yes -forcedecor=yes -msi=msi_46 -blockwalk=yes -model=model_1882,0 -name=Gangplank - -// 14307 -[loc_14307] -sharelight=yes -active=yes -op1=Cross -hillskew=yes -forcedecor=yes -msi=msi_46 -blockwalk=yes -hardshadow=no -model=model_1882,0 -name=Gangplank - -// 14308 -[loc_14308] -width=2 -length=2 -msi=msi_0 -op1=Chop down -op3=hidden -recol1s=5218 -recol1d=12548 -model=model_1570 -name=Tree - -// 14309 -[loc_14309] -width=2 -length=2 -msi=msi_1 -op1=Chop down -op3=hidden -recol1s=5218 -recol1d=12548 -model=model_1637 -name=Tree - -// 14310 -[loc_14310] -ambient=10 -forcedecor=yes -anim=seq_3932 -unknown90=yes -recol1s=32745 -recol1d=31808 -model=model_14535,0 - -// 14311 -[loc_14311] -ambient=10 -forcedecor=yes -anim=seq_3932 -recol1s=32745 -recol1d=32192 -model=model_14535,0 - -// 14312 -[loc_14312] -ambient=10 -forcedecor=yes -anim=seq_3932 -model=model_14535,0 - -// 14313 -[loc_14313] -ambient=10 -forcedecor=yes -anim=seq_3932 -recol1s=32745 -recol1d=32730 -model=model_14535,0 - -// 14314 -[loc_14314] -sharelight=yes -active=yes -op1=Climb -model=model_14512 -name=Ladder - -// 14315 -[loc_14315] -sharelight=yes -active=yes -op1=Cross -hillskew=yes -msi=msi_46 -hardshadow=no -model=model_1844 -name=Gangplank - -// 14316 -[loc_14316] -sharelight=yes -active=no -hillskew=yes -msi=msi_46 -hardshadow=no -model=model_1844 - -// 14317 -[loc_14317] -resizez=128 -resizex=128 -resizey=100 -active=no -shadow=no -recol1s=24137 -recol1d=12548 -recol2s=20935 -recol2d=14662 -model=model_4246,4 - -// 14318 -[loc_14318] -active=no -recol1s=24137 -recol1d=12548 -recol2s=20935 -recol2d=14662 -model=model_14459 - -// 14319 -[loc_14319] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=15565 -recol1d=28347 -recol2s=10758 -recol2d=15856 -recol3s=21031 -recol3d=18961 -recol4s=21105 -recol4d=15565 -model=model_14529,0 - -// 14320 -[loc_14320] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=15565 -recol1d=28347 -recol2s=10758 -recol2d=15856 -recol3s=21031 -recol3d=18961 -recol4s=21105 -recol4d=15565 -model=model_14530,0 - -// 14321 -[loc_14321] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=15565 -recol1d=28347 -recol2s=10758 -recol2d=15856 -recol3s=21031 -recol3d=18961 -recol4s=21105 -recol4d=15565 -model=model_14532,0 - -// 14322 -[loc_14322] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=15565 -recol1d=28347 -recol2s=10758 -recol2d=15856 -recol3s=21031 -recol3d=18961 -recol4s=21105 -recol4d=15565 -model=model_14531,0 - -// 14323 -[loc_14323] -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=32761 -recol2s=15565 -recol2d=32403 -recol3s=8421 -recol3d=12611 -recol4s=10758 -recol4d=24266 -recol5s=21031 -recol5d=22154 -recol6s=24034 -recol6d=5637 -model=model_14529,0 - -// 14324 -[loc_14324] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=32761 -recol2s=15565 -recol2d=32403 -recol3s=8421 -recol3d=12611 -recol4s=10758 -recol4d=24266 -recol5s=21031 -recol5d=22154 -recol6s=24034 -recol6d=5637 -model=model_14530,0 - -// 14325 -[loc_14325] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=32761 -recol2s=15565 -recol2d=32403 -recol3s=8421 -recol3d=12611 -recol4s=10758 -recol4d=24266 -recol5s=21031 -recol5d=22154 -recol6s=24034 -recol6d=5637 -model=model_14532,0 - -// 14326 -[loc_14326] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=32761 -recol2s=15565 -recol2d=32403 -recol3s=8421 -recol3d=12611 -recol4s=10758 -recol4d=24266 -recol5s=21031 -recol5d=22154 -recol6s=24034 -recol6d=5637 -model=model_14531,0 - -// 14327 -[loc_14327] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=32761 -recol2s=15565 -recol2d=20088 -recol3s=8421 -recol3d=8423 -recol4s=10758 -recol4d=16914 -recol5s=21031 -recol5d=13743 -recol6s=24034 -recol6d=22168 -model=model_14529,0 - -// 14328 -[loc_14328] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=32761 -recol2s=15565 -recol2d=20088 -recol3s=8421 -recol3d=8423 -recol4s=10758 -recol4d=16914 -recol5s=21031 -recol5d=13743 -recol6s=24034 -recol6d=22168 -model=model_14530,0 - -// 14329 -[loc_14329] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=32761 -recol2s=15565 -recol2d=20088 -recol3s=8421 -recol3d=8423 -recol4s=10758 -recol4d=16914 -recol5s=21031 -recol5d=13743 -recol6s=24034 -recol6d=22168 -model=model_14532,0 - -// 14330 -[loc_14330] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=32761 -recol2s=15565 -recol2d=20088 -recol3s=8421 -recol3d=8423 -recol4s=10758 -recol4d=16914 -recol5s=21031 -recol5d=13743 -recol6s=24034 -recol6d=22168 -model=model_14531,0 - -// 14331 -[loc_14331] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=4228 -recol2s=15565 -recol2d=22193 -recol3s=8421 -recol3d=8421 -recol4s=10758 -recol4d=18991 -recol5s=21031 -recol5d=20046 -recol6s=24034 -recol6d=18991 -model=model_14529,0 - -// 14332 -[loc_14332] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=4228 -recol2s=15565 -recol2d=22193 -recol3s=8421 -recol3d=8421 -recol4s=10758 -recol4d=18991 -recol5s=21031 -recol5d=20046 -recol6s=24034 -recol6d=18991 -model=model_14530,0 - -// 14333 -[loc_14333] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=4228 -recol2s=15565 -recol2d=22193 -recol3s=8421 -recol3d=8421 -recol4s=10758 -recol4d=18991 -recol5s=21031 -recol5d=20046 -recol6s=24034 -recol6d=18991 -model=model_14532,0 - -// 14334 -[loc_14334] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=21105 -recol1d=4228 -recol2s=15565 -recol2d=22193 -recol3s=8421 -recol3d=8421 -recol4s=10758 -recol4d=18991 -recol5s=21031 -recol5d=20046 -recol6s=24034 -recol6d=18991 -model=model_14531,0 - -// 14335 -[loc_14335] -hillskew=yes -sharelight=yes -model=model_10570 -name=Bones - -// 14336 -[loc_14336] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 14337 -[loc_14337] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4478,1 -model=model_4479,5 - -// 14338 -[loc_14338] -ambient=20 -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4474,1 - -// 14339 -[loc_14339] -ambient=20 -mirror=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4474,1 - -// 14340 -[loc_14340] -ambient=20 -active=no -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4475,8 -model=model_5061,0 - -// 14341 -[loc_14341] -ambient=20 -active=no -mirror=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4475,8 -model=model_5061,0 - -// 14342 -[loc_14342] -ambient=20 -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_5117,1 - -// 14343 -[loc_14343] -ambient=20 -mirror=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_5117,1 - -// 14344 -[loc_14344] -ambient=20 -active=no -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_5118 - -// 14345 -[loc_14345] -ambient=20 -active=no -mirror=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_5118 - -// 14346 -[loc_14346] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -retex1s=material_92 -retex1d=material_96 -model=model_4477,1 - -// 14347 -[loc_14347] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 14348 -[loc_14348] -ambient=20 -mirror=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 14349 -[loc_14349] -ambient=20 -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 14350 -[loc_14350] -ambient=20 -mirror=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 14351 -[loc_14351] -ambient=20 -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4472,0 - -// 14352 -[loc_14352] -ambient=20 -mirror=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4472,0 - -// 14353 -[loc_14353] -ambient=20 -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4473,0 - -// 14354 -[loc_14354] -ambient=20 -mirror=yes -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4473,0 - -// 14355 -[loc_14355] -ambient=20 -blockwalk=no -recol1s=7431 -recol1d=22095 -recol2s=6374 -recol2d=18924 -recol3s=5317 -recol3d=14730 -recol4s=4260 -recol4d=13606 -recol5s=3203 -recol5d=10470 -recol6s=2146 -recol6d=12617 -model=model_4476 -name=Pile of bricks - -// 14356 -[loc_14356] -recol1s=14695 -recol1d=19948 -recol2s=9410 -recol2d=12614 -recol3s=12581 -recol3d=14730 -recol4s=10467 -recol4d=8387 -model=model_7908 -model2=model_9508 -model3=model_9509 -name=Shelves - -// 14357 -[loc_14357] -recol1s=14695 -recol1d=19948 -recol2s=9410 -recol2d=12614 -recol3s=12581 -recol3d=14730 -recol4s=10467 -recol4d=8387 -model=model_7908 -model2=model_9508 -model3=model_9510 -name=Shelves - -// 14358 -[loc_14358] -recol1s=14695 -recol1d=19948 -recol2s=9410 -recol2d=12614 -recol3s=12581 -recol3d=14730 -recol4s=10467 -recol4d=8387 -model=model_7908 -model2=model_9512 -name=Shelves - -// 14359 -[loc_14359] -recol1s=14695 -recol1d=19948 -recol2s=9410 -recol2d=12614 -recol3s=12581 -recol3d=14730 -recol4s=10467 -recol4d=8387 -model=model_7908 -model2=model_9511 -name=Shelves - -// 14360 -[loc_14360] -anim=seq_3939 -bgsound=synth_3115,3 -blockrange=no -recol1s=13675 -recol1d=24175 -recol2s=12618 -recol2d=23084 -recol3s=11561 -recol3d=22027 -recol4s=8456 -recol4d=20970 -recol5s=1537 -recol5d=19470 -model=model_14490 -model2=model_14491 -name=Cauldron - -// 14361 -[loc_14361] -anim=seq_481 -ambient=20 -bgsound=synth_4472,1 -recol1s=8456 -recol1d=12614 -recol2s=7399 -recol2d=14729 -recol3s=10401 -recol3d=9412 -model=model_2255,Q - -// 14362 -[loc_14362] -ambient=50 -anim=seq_468 -active=yes -recol1s=8320 -recol1d=9412 -recol2s=11625 -recol2d=22019 -recol3s=7399 -recol3d=8322 -model=model_2258,Q -name=Charms - -// 14363 -[loc_14363] -width=2 -length=2 -recol1s=22059 -recol1d=12614 -recol2s=14662 -recol2d=17801 -model=model_12491 -name=Table - -// 14364 -[loc_14364] -recol1s=20933 -recol1d=16811 -recol2s=6272 -recol2d=19948 -recol3s=7329 -recol3d=9412 -model=model_12448 -name=Rocking chair - -// 14365 -[loc_14365] -contrast=25 -ambient=25 -model=model_14456,Q - -// 14366 -[loc_14366] -width=2 -ambient=25 -blockrange=no -model=model_7906 -name=Counter - -// 14367 -[loc_14367] -op1=Use -op2=Use-quickly -op3=Collect -ambient=30 -blockrange=no -recol1s=10598 -recol1d=16811 -recol2s=8484 -recol2d=19981 -recol3s=6370 -recol3d=12614 -recol4s=3235 -recol4d=12614 -model=model_5270 -name=Bank booth - -// 14368 -[loc_14368] -ambient=30 -blockrange=no -recol1s=10598 -recol1d=16811 -recol2s=8484 -recol2d=19981 -recol3s=6370 -recol3d=12614 -recol4s=3235 -recol4d=12614 -recol5s=2244 -recol5d=11491 -model=model_5271 -name=Bank booth - -// 14369 -[loc_14369] -ambient=50 -blockrange=no -recol1s=14695 -recol1d=16811 -recol2s=13638 -recol2d=17801 -recol3s=12581 -recol3d=18924 -recol4s=11524 -recol4d=14697 -recol5s=10467 -recol5d=10500 -recol6s=9410 -recol6d=13636 -model=model_7699 -name=Crate - -// 14370 -[loc_14370] -ambient=50 -blockrange=no -model=model_7700 -name=Crates - -// 14371 -[loc_14371] -ambient=50 -blockrange=no -recol1s=14695 -recol1d=16811 -recol2s=13638 -recol2d=17801 -recol3s=12581 -recol3d=18924 -recol4s=11524 -recol4d=14697 -recol5s=10467 -recol5d=10500 -recol6s=9410 -recol6d=13636 -model=model_14454 -name=Boxes - -// 14372 -[loc_14372] -ambient=50 -offsetx=-30 -offsety=0 -offsetz=0 -blockrange=no -model=model_7704 -name=Crates - -// 14373 -[loc_14373] -resizey=118 -active=yes -ambient=30 -recol1s=9445 -recol1d=17801 -recol2s=13675 -recol2d=15687 -recol3s=12618 -recol3d=12614 -recol4s=11561 -recol4d=12549 -recol5s=10504 -recol5d=17897 -recol6s=7399 -recol6d=12614 -model=model_5964,Q -name=Blacksmith's tools - -// 14374 -[loc_14374] -ambient=30 -model=model_6034 -name=Barrel - -// 14375 -[loc_14375] -ambient=10 -recol1s=14695 -recol1d=19948 -recol2s=9410 -recol2d=12614 -recol3s=12581 -recol3d=14730 -recol4s=10467 -recol4d=8387 -model=model_2132 -name=Shelves - -// 14376 -[loc_14376] -ambient=10 -recol1s=14695 -recol1d=19948 -recol2s=9410 -recol2d=12614 -recol3s=12581 -recol3d=14730 -recol4s=10467 -recol4d=8387 -model=model_2132 -model2=model_14457 -name=Shelves - -// 14377 -[loc_14377] -ambient=10 -recol1s=14695 -recol1d=19948 -recol2s=9410 -recol2d=12614 -recol3s=12581 -recol3d=14730 -recol4s=10467 -recol4d=8387 -model=model_2133 -name=Shelves - -// 14378 -[loc_14378] -ambient=10 -recol1s=14695 -recol1d=19948 -recol2s=9410 -recol2d=12614 -recol3s=12581 -recol3d=14730 -recol4s=10467 -recol4d=8387 -model=model_2134 -name=Shelves - -// 14379 -[loc_14379] -ambient=10 -recol1s=14695 -recol1d=19948 -recol2s=9410 -recol2d=12614 -recol3s=12581 -recol3d=14730 -recol4s=10467 -recol4d=8387 -model=model_2135 -name=Shelves - -// 14380 -[loc_14380] -ambient=40 -contrast=20 -model=model_14458,Q - -// 14381 -[loc_14381] -ambient=7 -recol1s=22059 -recol1d=12614 -recol2s=14662 -recol2d=23084 -model=model_12577 -name=Stool - -// 14382 -[loc_14382] -resizey=130 -recol1s=9543 -recol1d=12614 -recol2s=8484 -recol2d=23084 -recol3s=6373 -recol3d=12581 -recol4s=6370 -recol4d=16811 -model=model_5273 -model2=model_11209 -name=Bank chest - -// 14383 -[loc_14383] -ambient=30 -model=model_14455,Q - -// 14384 -[loc_14384] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14591 - -// 14385 -[loc_14385] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14592 - -// 14386 -[loc_14386] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14593 - -// 14387 -[loc_14387] -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14607 - -// 14388 -[loc_14388] -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14608 - -// 14389 -[loc_14389] -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14609 - -// 14390 -[loc_14390] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14597,0 - -// 14391 -[loc_14391] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14598,0 - -// 14392 -[loc_14392] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14599,0 - -// 14393 -[loc_14393] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14600,0 - -// 14394 -[loc_14394] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_12130,0 - -// 14395 -[loc_14395] -sharelight=yes -active=no -ambient=20 -contrast=15 -model=model_14616,1 -model=model_14778,3 - -// 14396 -[loc_14396] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_14634,A - -// 14397 -[loc_14397] -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_14634,A - -// 14398 -[loc_14398] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_14633,A -model=model_11835,H - -// 14399 -[loc_14399] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11836,A -model=model_14635,G -model=model_11837,H -model=model_11838,Z - -// 14400 -[loc_14400] -ambient=20 -contrast=15 -offsety=-96 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11853,A -model=model_11860,S -model=model_11856,D -model=model_11857,F -model=model_11858,G -model=model_11859,H -model=model_11867,Z -model=model_11866,X -model=model_11854,C -model=model_11865,V - -// 14401 -[loc_14401] -ambient=20 -contrast=15 -offsety=-8 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_11853,A -model=model_11860,S -model=model_11856,D -model=model_11857,F -model=model_11858,G -model=model_11859,H -model=model_11867,Z -model=model_11866,X -model=model_11854,C -model=model_11865,V - -// 14402 -[loc_14402] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_14626,1 -model=model_14627,2 -model=model_14628,3 -model=model_14629,5 - -// 14403 -[loc_14403] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_14630,1 - -// 14404 -[loc_14404] -active=no -ambient=20 -contrast=15 -mirror=yes -wallwidth=32 -occlude=yes -model=model_14630,1 - -// 14405 -[loc_14405] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_14630,1 - -// 14406 -[loc_14406] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_14630,1 - -// 14407 -[loc_14407] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_14631,1 -model=model_14632,5 - -// 14408 -[loc_14408] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -model=model_11652,1 -model=model_11653,5 - -// 14409 -[loc_14409] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_14617,1 -model=model_14618,2 -model=model_14619,3 -model=model_14620,5 - -// 14410 -[loc_14410] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_14622,1 - -// 14411 -[loc_14411] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_14621,1 - -// 14412 -[loc_14412] -active=no -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_14623,1 -model=model_14624,2 -model=model_14625,5 - -// 14413 -[loc_14413] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_14613 - -// 14414 -[loc_14414] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_14614 - -// 14415 -[loc_14415] -width=2 -blockrange=no -recol1s=9411 -recol1d=8355 -model=model_1291 -name=Study desk - -// 14416 -[loc_14416] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=no -forcedecor=yes -resizey=32 -active=no -model=model_13860 - -// 14417 -[loc_14417] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13863 - -// 14418 -[loc_14418] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13863 - -// 14419 -[loc_14419] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13864 - -// 14420 -[loc_14420] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13865 - -// 14421 -[loc_14421] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13866 - -// 14422 -[loc_14422] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13866 - -// 14423 -[loc_14423] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13867 - -// 14424 -[loc_14424] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13868 - -// 14425 -[loc_14425] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13869 - -// 14426 -[loc_14426] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13870 - -// 14427 -[loc_14427] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_13861 - -// 14428 -[loc_14428] -anim=seq_525 -ambient=100 -contrast=100 -shadow=no -op1=Bait -op3=hidden -ambient=35 -forcedecor=yes -resizey=32 -hillskew=yes -offsety=100 -blockrange=no -model=model_2331 -name=Fishing spot - -// 14429 -[loc_14429] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -recol1s=27483 -recol1d=26048 -recol2s=16846 -recol2d=12320 -model=model_13861 -model2=model_13913 - -// 14430 -[loc_14430] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -recol1s=27483 -recol1d=26048 -recol2s=16846 -recol2d=12320 -model=model_13861 -model2=model_13914 - -// 14431 -[loc_14431] -hillskew=yes -blockwalk=no -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -model=model_13861 -name=Rift - -// 14432 -[loc_14432] -hillskew=yes -ambient=35 -blockwalk=no -forcedecor=yes -resizey=32 -active=no -model=model_13861 - -// 14433 -[loc_14433] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=no -forcedecor=yes -resizey=32 -active=no -model=model_13860 - -// 14434 -[loc_14434] -anim=seq_523 -forcedecor=yes -resizey=32 -bgsound=synth_3073,3 -model=model_2235 -name=Gas bubble - -// 14435 -[loc_14435] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=no -forcedecor=yes -resizey=32 -active=no -model=model_14718,0 - -// 14436 -[loc_14436] -width=3 -length=2 -ambient=35 -sharelight=yes -blockwalk=no -forcedecor=yes -resizey=32 -model=model_14717 -name=Cave entrance - -// 14437 -[loc_14437] -width=2 -length=2 -active=no -hillskew=yes -shadow=no -ambient=25 -contrast=25 -anim=seq_524 -msi=msi_65 -blockrange=no -model=model_14773 -model2=model_14774 - -// 14438 -[loc_14438] -active=no -hillskew=yes -shadow=no -ambient=25 -contrast=25 -anim=seq_524 -resizex=64 -resizey=64 -resizez=64 -msi=msi_65 -blockrange=no -model=model_14773 -model2=model_14774 - -// 14439 -[loc_14439] -sharelight=yes -blockrange=no -recol1s=9412 -recol1d=3105 -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 14440 -[loc_14440] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=1057 -recol2s=11523 -recol2d=9280 -recol3s=5217 -recol3d=7232 -model=model_1089,0 - -// 14441 -[loc_14441] -hillskew=yes -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=1057 -recol2s=11523 -recol2d=9280 -recol3s=5217 -recol3d=7232 -model=model_1068,0 - -// 14442 -[loc_14442] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=1057 -recol2s=11523 -recol2d=9280 -recol3s=5217 -recol3d=7232 -model=model_1068,0 - -// 14443 -[loc_14443] -width=2 -length=2 -blockrange=no -model=model_14686 -name=Mushroom - -// 14444 -[loc_14444] -blockrange=no -model=model_14639 -name=Mushroom - -// 14445 -[loc_14445] -width=2 -length=2 -blockrange=no -model=model_14640 -name=Mushroom - -// 14446 -[loc_14446] -blockrange=no -model=model_11984 -name=Mushroom - -// 14447 -[loc_14447] -width=2 -length=2 -blockrange=no -model=model_14637 -name=Mushroom - -// 14448 -[loc_14448] -blockrange=no -model=model_11985 -name=Mushroom - -// 14449 -[loc_14449] -width=2 -length=2 -blockrange=no -model=model_14638 -name=Mushroom - -// 14450 -[loc_14450] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -model=model_11795 - -// 14451 -[loc_14451] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -model=model_11796 - -// 14452 -[loc_14452] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -model=model_11797 - -// 14453 -[loc_14453] -active=no -hillskew=yes -blockrange=no -model=model_11798 - -// 14454 -[loc_14454] -active=no -hillskew=yes -blockrange=no -model=model_11799 - -// 14455 -[loc_14455] -active=no -hillskew=yes -blockrange=no -model=model_11800 - -// 14456 -[loc_14456] -active=no -hillskew=yes -unknown90=yes -blockrange=no -model=model_12125,0 - -// 14457 -[loc_14457] -active=no -hillskew=yes -unknown90=yes -blockrange=no -model=model_12126,0 - -// 14458 -[loc_14458] -active=no -hillskew=yes -unknown90=yes -blockrange=no -model=model_12127,0 - -// 14459 -[loc_14459] -active=no -hillskew=yes -unknown90=yes -blockrange=no -model=model_12128,0 - -// 14460 -[loc_14460] -active=no -blockwalk=no -hillskew=yes -unknown90=yes -model=model_12130,0 - -// 14461 -[loc_14461] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14594 - -// 14462 -[loc_14462] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14595 - -// 14463 -[loc_14463] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14596 - -// 14464 -[loc_14464] -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14610 - -// 14465 -[loc_14465] -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14611 - -// 14466 -[loc_14466] -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14612 - -// 14467 -[loc_14467] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14602,0 - -// 14468 -[loc_14468] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14603,0 - -// 14469 -[loc_14469] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14604,0 - -// 14470 -[loc_14470] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14605,0 - -// 14471 -[loc_14471] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_12130,0 - -// 14472 -[loc_14472] -width=2 -length=3 -model=model_14658 -name=Skeleton - -// 14473 -[loc_14473] -model=model_14656 -name=Cage - -// 14474 -[loc_14474] -model=model_14659 -name=Cage - -// 14475 -[loc_14475] -model=model_14657 -name=Skeleton - -// 14476 -[loc_14476] -recol1s=6177 -recol1d=16704 -recol2s=5120 -recol2d=12513 -recol3s=8422 -recol3d=16846 -model=model_14657 -name=Skeleton - -// 14477 -[loc_14477] -model=model_14660 -name=Skeleton - -// 14478 -[loc_14478] -model=model_14661 -name=Skeleton - -// 14479 -[loc_14479] -model=model_14663 -name=Stocks - -// 14480 -[loc_14480] -length=3 -model=model_14779 -name=Skeleton - -// 14481 -[loc_14481] -length=2 -model=model_14662 -name=Skeleton - -// 14482 -[loc_14482] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=7399 -recol2s=15618 -recol2d=7399 -recol3s=14594 -recol3d=7399 -model=model_1124,0 - -// 14483 -[loc_14483] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=7399 -recol2s=15618 -recol2d=7399 -recol3s=14594 -recol3d=7399 -model=model_1139,0 - -// 14484 -[loc_14484] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=7399 -recol2s=15618 -recol2d=7399 -recol3s=14594 -recol3d=7399 -model=model_1032,0 - -// 14485 -[loc_14485] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=6342 -recol2s=15618 -recol2d=6342 -recol3s=14594 -recol3d=6342 -model=model_1124,0 - -// 14486 -[loc_14486] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=6342 -recol2s=15618 -recol2d=6342 -recol3s=14594 -recol3d=6342 -model=model_1139,0 - -// 14487 -[loc_14487] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=6342 -recol2s=15618 -recol2d=6342 -recol3s=14594 -recol3d=6342 -model=model_1032,0 - -// 14488 -[loc_14488] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=6342 -recol2s=15618 -recol2d=6342 -model=model_1060,0 - -// 14489 -[loc_14489] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=6342 -recol2s=15618 -recol2d=6342 -model=model_1104,0 - -// 14490 -[loc_14490] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=6342 -recol2s=15618 -recol2d=6342 -model=model_1060,0 - -// 14491 -[loc_14491] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=5285 -recol2s=15618 -recol2d=5285 -recol3s=14594 -recol3d=5285 -model=model_1124,0 - -// 14492 -[loc_14492] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=5285 -recol2s=15618 -recol2d=5285 -recol3s=14594 -recol3d=5285 -model=model_1139,0 - -// 14493 -[loc_14493] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=5285 -recol2s=15618 -recol2d=5285 -recol3s=14594 -recol3d=5285 -model=model_1032,0 - -// 14494 -[loc_14494] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=4228 -recol2s=15618 -recol2d=4228 -recol3s=14594 -recol3d=4228 -model=model_1124,0 - -// 14495 -[loc_14495] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=4228 -recol2s=15618 -recol2d=4228 -recol3s=14594 -recol3d=4228 -model=model_1139,0 - -// 14496 -[loc_14496] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=4228 -recol2s=15618 -recol2d=4228 -recol3s=14594 -recol3d=4228 -model=model_1032,0 - -// 14497 -[loc_14497] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=3171 -recol2s=15618 -recol2d=3171 -recol3s=14594 -recol3d=3171 -model=model_1124,0 - -// 14498 -[loc_14498] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=3171 -recol2s=15618 -recol2d=3171 -recol3s=14594 -recol3d=3171 -model=model_1139,0 - -// 14499 -[loc_14499] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=3171 -recol2s=15618 -recol2d=3171 -recol3s=14594 -recol3d=3171 -model=model_1032,0 - -// 14500 -[loc_14500] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=2114 -recol2s=15618 -recol2d=2114 -recol3s=14594 -recol3d=2114 -model=model_1124,0 - -// 14501 -[loc_14501] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=2114 -recol2s=15618 -recol2d=2114 -recol3s=14594 -recol3d=2114 -model=model_1139,0 - -// 14502 -[loc_14502] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=2114 -recol2s=15618 -recol2d=2114 -recol3s=14594 -recol3d=2114 -model=model_1032,0 - -// 14503 -[loc_14503] -ambient=17 -contrast=17 -model=model_14650 -name=Wilderness Sign - -// 14504 -[loc_14504] -ambient=17 -contrast=17 -retex1s=material_373 -retex1d=material_111 -model=model_14651 -model2=model_14652 -name=Wilderness Sign - -// 14505 -[loc_14505] -ambient=17 -contrast=17 -retex1s=material_373 -retex1d=material_111 -model=model_14651 -model2=model_14653 -name=Wilderness Sign - -// 14506 -[loc_14506] -ambient=17 -contrast=17 -retex1s=material_373 -retex1d=material_111 -model=model_14651 -model2=model_14654 -name=Wilderness Sign - -// 14507 -[loc_14507] -ambient=17 -contrast=17 -retex1s=material_373 -retex1d=material_111 -model=model_14651 -model2=model_14655 -name=Wilderness Sign - -// 14508 -[loc_14508] -hillskew=yes -model=model_14646,1 -model=model_14647,4 -model=model_14648,5 - -// 14509 -[loc_14509] -hillskew=yes -model=model_14641,1 -model=model_14642,4 -model=model_14643,5 - -// 14510 -[loc_14510] -hillskew=yes -model=model_14644,1 - -// 14511 -[loc_14511] -hillskew=yes -model=model_14645,1 - -// 14512 -[loc_14512] -sharelight=yes -active=no -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=7429 -recol6d=16708 -model=model_14780,0 - -// 14513 -[loc_14513] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14740 -name=Tree - -// 14514 -[loc_14514] -hillchange=tree_skew,40 -msi=msi_6 -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14746 -name=Tree - -// 14515 -[loc_14515] -hillchange=tree_skew,40 -msi=msi_6 -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=5280 -recol3d=8420 -model=model_14753 -name=Tree - -// 14516 -[loc_14516] -hillchange=tree_skew,200 -msi=msi_6 -blockrange=no -recol1s=12548 -recol1d=5218 -recol2s=14661 -recol2d=11491 -model=model_9591 -name=Tree stump - -// 14517 -[loc_14517] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,200 -blockrange=no -recol1s=10533 -recol1d=9477 -recol2s=9476 -recol2d=10534 -recol3s=8419 -recol3d=8420 -model=model_8012 -name=Tree Stump - -// 14518 -[loc_14518] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=11592 -model=model_2152 -name=Roots - -// 14519 -[loc_14519] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=11592 -model=model_2153 -name=Roots - -// 14520 -[loc_14520] -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=11592 -model=model_2174 -name=Roots - -// 14521 -[loc_14521] -width=3 -length=2 -msi=msi_6 -hillskew=yes -recol1s=8450 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=5282 -recol3d=8420 -model=model_14739 -name=Tree - -// 14522 -[loc_14522] -hillskew=yes -hardshadow=no -recol1s=7330 -recol1d=9477 -model=model_1644,0 - -// 14523 -[loc_14523] -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_1078 -name=Skeleton - -// 14524 -[loc_14524] -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_1079 -name=Skeleton - -// 14525 -[loc_14525] -width=2 -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_1080 -name=Skeleton - -// 14526 -[loc_14526] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13855 -name=Bones - -// 14527 -[loc_14527] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13856 -name=Bones - -// 14528 -[loc_14528] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13857 -name=Bones - -// 14529 -[loc_14529] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13858 -name=Bones - -// 14530 -[loc_14530] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13859 -name=Bones - -// 14531 -[loc_14531] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14330 -name=Bones - -// 14532 -[loc_14532] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14331 -name=Bones - -// 14533 -[loc_14533] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14332 -name=Bones - -// 14534 -[loc_14534] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14333 -name=Bones - -// 14535 -[loc_14535] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14334 -name=Bones - -// 14536 -[loc_14536] -length=3 -hillskew=yes -recol1s=28436 -recol1d=10504 -model=model_14328 -name=Bones - -// 14537 -[loc_14537] -length=3 -hillskew=yes -mirror=yes -recol1s=28436 -recol1d=10504 -model=model_14328 -name=Bones - -// 14538 -[loc_14538] -resizex=110 -resizez=110 -resizey=110 -blockrange=no -recol1s=27443 -recol1d=27447 -recol2s=14891 -recol2d=14829 -recol3s=6307 -recol3d=6310 -model=model_14705 -name=Mushroom - -// 14539 -[loc_14539] -blockrange=no -recol1s=21105 -recol1d=21106 -recol2s=19119 -recol2d=15921 -recol3s=6307 -recol3d=6309 -model=model_14699 -name=Mushroom - -// 14540 -[loc_14540] -resizey=90 -resizex=90 -resizez=90 -blockrange=no -recol1s=19119 -recol1d=22164 -recol2s=8421 -recol2d=8423 -model=model_14687 -name=Mushroom - -// 14541 -[loc_14541] -resizey=75 -resizex=75 -resizez=75 -blockrange=no -recol1s=21138 -recol1d=14795 -recol2s=21106 -recol2d=9479 -recol3s=21073 -recol3d=8455 -recol4s=21038 -recol4d=13707 -recol5s=17734 -recol5d=8455 -recol6s=6306 -recol6d=7397 -model=model_14711 -name=Mushroom - -// 14542 -[loc_14542] -resizey=75 -resizex=75 -resizez=75 -blockrange=no -recol1s=25297 -recol1d=12682 -recol2s=21171 -recol2d=10569 -recol3s=11557 -recol3d=9444 -recol4s=16942 -recol4d=9512 -model=model_14693 -name=Mushroom - -// 14543 -[loc_14543] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 14544 -[loc_14544] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36928,1 -model=model_36933,2 -model=model_36916,3 -model=model_36917,4 -model=model_36925,5 - -// 14545 -[loc_14545] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 14546 -[loc_14546] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 14547 -[loc_14547] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 14548 -[loc_14548] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 14549 -[loc_14549] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 14550 -[loc_14550] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 14551 -[loc_14551] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 14552 -[loc_14552] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 14553 -[loc_14553] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4478,1 -model=model_4479,5 - -// 14554 -[loc_14554] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4472,0 - -// 14555 -[loc_14555] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4473,0 - -// 14556 -[loc_14556] -sharelight=yes -hillskew=yes -active=yes -blockrange=no -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4476 -name=Stone Pile - -// 14557 -[loc_14557] -sharelight=yes -hillskew=yes -resizez=125 -resizex=120 -resizey=130 -active=yes -blockrange=no -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4476 -name=Stone Pile - -// 14558 -[loc_14558] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=7399 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -model=model_14783,1 -model=model_14784,2 -model=model_14785,3 -model=model_14786,5 - -// 14559 -[loc_14559] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=7399 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -model=model_14787,1 - -// 14560 -[loc_14560] -sharelight=yes -hillskew=yes -ambient=15 -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=7399 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -model=model_14787,1 - -// 14561 -[loc_14561] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4478,1 -model=model_4479,5 - -// 14562 -[loc_14562] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36929,1 -model=model_36923,5 - -// 14563 -[loc_14563] -active=no -ambient=15 -resizey=168 -recol1s=13775 -recol1d=11561 -recol2s=12718 -recol2d=10504 -recol3s=11661 -recol3d=8456 -recol4s=10604 -recol4d=7399 -recol5s=9547 -recol5d=6342 -recol6s=8490 -recol6d=5285 -model=model_14782 - -// 14564 -[loc_14564] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14741 -name=Tree - -// 14565 -[loc_14565] -hillchange=tree_skew,40 -msi=msi_6 -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14747 -name=Tree - -// 14566 -[loc_14566] -hillchange=tree_skew,40 -msi=msi_6 -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14754 -name=Tree - -// 14567 -[loc_14567] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,230 -blockrange=no -recol1s=10533 -recol1d=9478 -recol2s=9476 -recol2d=8421 -recol3s=8419 -recol3d=7364 -recol4s=6305 -recol4d=6307 -model=model_8012 -name=Tree Stump - -// 14568 -[loc_14568] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=9478 -model=model_2152 -name=Roots - -// 14569 -[loc_14569] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=9478 -model=model_2153 -name=Roots - -// 14570 -[loc_14570] -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=9478 -model=model_2174 -name=Roots - -// 14571 -[loc_14571] -width=3 -length=2 -msi=msi_6 -hillskew=yes -recol1s=8450 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5282 -recol3d=8421 -model=model_14739 -name=Tree - -// 14572 -[loc_14572] -hillskew=yes -hardshadow=no -recol1s=7330 -recol1d=9478 -model=model_1644,0 - -// 14573 -[loc_14573] -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_1078 -name=Skeleton - -// 14574 -[loc_14574] -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_1079 -name=Skeleton - -// 14575 -[loc_14575] -width=2 -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_1080 -name=Skeleton - -// 14576 -[loc_14576] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13855 -name=Bones - -// 14577 -[loc_14577] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13856 -name=Bones - -// 14578 -[loc_14578] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13857 -name=Bones - -// 14579 -[loc_14579] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13858 -name=Bones - -// 14580 -[loc_14580] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13859 -name=Bones - -// 14581 -[loc_14581] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14330 -name=Bones - -// 14582 -[loc_14582] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14331 -name=Bones - -// 14583 -[loc_14583] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14332 -name=Bones - -// 14584 -[loc_14584] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14333 -name=Bones - -// 14585 -[loc_14585] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14334 -name=Bones - -// 14586 -[loc_14586] -length=3 -hillskew=yes -recol1s=28436 -recol1d=10504 -model=model_14328 -name=Bones - -// 14587 -[loc_14587] -length=3 -hillskew=yes -mirror=yes -recol1s=28436 -recol1d=10504 -model=model_14328 -name=Bones - -// 14588 -[loc_14588] -resizex=91 -resizez=91 -resizey=91 -blockrange=no -recol1s=28463 -recol1d=25333 -recol2s=14891 -recol2d=13772 -recol3s=6307 -recol3d=4196 -recol4s=11689 -recol4d=10601 -model=model_14706 -name=Mushroom - -// 14589 -[loc_14589] -blockrange=no -recol1s=15821 -recol1d=18992 -recol2s=19182 -recol2d=13807 -recol3s=7397 -recol3d=6309 -recol4s=6307 -recol4d=4195 -model=model_14700 -name=Mushroom - -// 14590 -[loc_14590] -resizey=80 -resizex=80 -resizez=80 -blockrange=no -recol1s=15789 -recol1d=13675 -recol2s=22259 -recol2d=21041 -recol3s=10535 -recol3d=7366 -model=model_14688 -name=Mushroom - -// 14591 -[loc_14591] -resizey=65 -resizex=65 -resizez=65 -blockrange=no -recol1s=21038 -recol1d=12683 -recol2s=12683 -recol2d=8422 -recol3s=10535 -recol3d=7398 -recol4s=10533 -recol4d=12650 -recol5s=12517 -recol5d=7398 -recol6s=7429 -recol6d=6341 -model=model_14712 -name=Mushroom - -// 14592 -[loc_14592] -resizey=70 -resizex=70 -resizez=70 -blockrange=no -recol1s=25297 -recol1d=11625 -recol2s=21171 -recol2d=9512 -recol3s=11557 -recol3d=8387 -recol4s=16942 -recol4d=8455 -model=model_14694 -name=Mushroom - -// 14593 -[loc_14593] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -recol1s=7393 -recol1d=9478 -recol2s=6336 -recol2d=8421 -recol3s=5280 -recol3d=7364 -model=model_14742 -name=Tree - -// 14594 -[loc_14594] -hillchange=tree_skew,40 -msi=msi_6 -recol1s=7393 -recol1d=9478 -recol2s=6336 -recol2d=8421 -recol3s=0 -recol3d=7364 -model=model_14748 -name=Tree - -// 14595 -[loc_14595] -hillchange=tree_skew,40 -msi=msi_6 -recol1s=7393 -recol1d=9478 -recol2s=6336 -recol2d=8421 -recol3s=5280 -recol3d=7364 -model=model_14755 -name=Tree - -// 14596 -[loc_14596] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,200 -blockrange=no -recol1s=9476 -recol1d=8421 -recol2s=10533 -recol2d=7364 -recol3s=8419 -recol3d=6307 -recol4s=6305 -recol4d=5250 -model=model_8012 -name=Tree Stump - -// 14597 -[loc_14597] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=8421 -model=model_2152 -name=Roots - -// 14598 -[loc_14598] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=8421 -model=model_2153 -name=Roots - -// 14599 -[loc_14599] -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=8421 -model=model_2174 -name=Roots - -// 14600 -[loc_14600] -width=3 -length=2 -msi=msi_6 -hillskew=yes -recol1s=8450 -recol1d=9478 -recol2s=6336 -recol2d=8421 -recol3s=5282 -recol3d=7364 -model=model_14739 -name=Tree - -// 14601 -[loc_14601] -hillskew=yes -hardshadow=no -recol1s=7330 -recol1d=8421 -model=model_1644,0 - -// 14602 -[loc_14602] -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1078 -name=Skeleton - -// 14603 -[loc_14603] -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1079 -name=Skeleton - -// 14604 -[loc_14604] -width=2 -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1080 -name=Skeleton - -// 14605 -[loc_14605] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_13855 -name=Bones - -// 14606 -[loc_14606] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_13856 -name=Bones - -// 14607 -[loc_14607] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_13857 -name=Bones - -// 14608 -[loc_14608] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_13858 -name=Bones - -// 14609 -[loc_14609] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_13859 -name=Bones - -// 14610 -[loc_14610] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_14330 -name=Bones - -// 14611 -[loc_14611] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_14331 -name=Bones - -// 14612 -[loc_14612] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_14332 -name=Bones - -// 14613 -[loc_14613] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_14333 -name=Bones - -// 14614 -[loc_14614] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_14334 -name=Bones - -// 14615 -[loc_14615] -length=3 -hillskew=yes -recol1s=28436 -recol1d=7399 -model=model_14328 -name=Bones - -// 14616 -[loc_14616] -length=3 -hillskew=yes -mirror=yes -recol1s=28436 -recol1d=7399 -model=model_14328 -name=Bones - -// 14617 -[loc_14617] -resizex=110 -resizez=110 -resizey=110 -blockrange=no -recol1s=27371 -recol1d=22162 -recol2s=8519 -recol2d=11658 -recol3s=6307 -recol3d=2082 -recol4s=11689 -recol4d=10601 -model=model_14707 -name=Mushroom - -// 14618 -[loc_14618] -blockrange=no -recol1s=11593 -recol1d=16878 -recol2s=19213 -recol2d=11692 -recol3s=7397 -recol3d=5252 -recol4s=6307 -recol4d=4195 -model=model_14701 -name=Mushroom - -// 14619 -[loc_14619] -resizey=90 -resizex=90 -resizez=90 -blockrange=no -recol1s=20017 -recol1d=10572 -recol2s=17005 -recol2d=18927 -recol3s=10501 -recol3d=6309 -model=model_14689 -name=Mushroom - -// 14620 -[loc_14620] -resizey=65 -resizex=65 -resizez=65 -blockrange=no -recol1s=14763 -recol1d=11626 -recol2s=12517 -recol2d=7365 -recol3s=8455 -recol3d=6341 -recol4s=8419 -recol4d=11593 -recol5s=4227 -recol5d=6341 -recol6s=4195 -recol6d=5284 -model=model_14713 -name=Mushroom - -// 14621 -[loc_14621] -resizey=75 -resizex=50 -resizez=50 -blockrange=no -recol1s=27411 -recol1d=10568 -recol2s=13739 -recol2d=8455 -recol3s=11489 -recol3d=7330 -model=model_14695 -name=Mushroom - -// 14622 -[loc_14622] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 14623 -[loc_14623] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 14624 -[loc_14624] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 14625 -[loc_14625] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 14626 -[loc_14626] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 14627 -[loc_14627] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4478,1 -model=model_4479,5 - -// 14628 -[loc_14628] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4472,0 - -// 14629 -[loc_14629] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4473,0 - -// 14630 -[loc_14630] -sharelight=yes -hillskew=yes -active=yes -blockrange=no -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4476 -name=Stone Pile - -// 14631 -[loc_14631] -sharelight=yes -hillskew=yes -resizez=125 -resizex=120 -resizey=130 -active=yes -blockrange=no -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4476 -name=Stone Pile - -// 14632 -[loc_14632] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=7399 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -model=model_14783,1 -model=model_14784,2 -model=model_14785,3 -model=model_14786,5 - -// 14633 -[loc_14633] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4478,1 -model=model_4479,5 - -// 14634 -[loc_14634] -active=no -ambient=15 -resizey=160 -recol1s=13775 -recol1d=8456 -recol2s=12718 -recol2d=7399 -recol3s=11661 -recol3d=6342 -recol4s=10604 -recol4d=5285 -recol5s=9547 -recol5d=4228 -recol6s=8490 -recol6d=3171 -model=model_14782 - -// 14635 -[loc_14635] -width=2 -length=2 -hillskew=yes -msi=msi_6 -recol1s=7393 -recol1d=8421 -recol2s=6336 -recol2d=7364 -recol3s=5280 -recol3d=6307 -model=model_14743 -name=Tree - -// 14636 -[loc_14636] -hillskew=yes -msi=msi_6 -recol1s=7393 -recol1d=8421 -recol2s=6336 -recol2d=7364 -model=model_14749 -name=Tree - -// 14637 -[loc_14637] -hillskew=yes -msi=msi_6 -recol1s=7393 -recol1d=8421 -recol2s=6336 -recol2d=7364 -recol3s=5281 -recol3d=6307 -model=model_14756 -name=Tree - -// 14638 -[loc_14638] -resizex=64 -resizez=64 -resizey=64 -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=8421 -recol2s=9476 -recol2d=7364 -recol3s=8419 -recol3d=6307 -recol4s=6305 -recol4d=5250 -model=model_8012 -name=Tree Stump - -// 14639 -[loc_14639] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=7364 -model=model_2152 -name=Roots - -// 14640 -[loc_14640] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=7364 -model=model_2153 -name=Roots - -// 14641 -[loc_14641] -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=7364 -model=model_2174 -name=Roots - -// 14642 -[loc_14642] -width=3 -length=2 -msi=msi_6 -hillskew=yes -recol1s=8450 -recol1d=8421 -recol2s=6336 -recol2d=7364 -recol3s=5282 -recol3d=6307 -model=model_14739 -name=Tree - -// 14643 -[loc_14643] -hillskew=yes -hardshadow=no -recol1s=7330 -recol1d=7364 -model=model_1644,0 - -// 14644 -[loc_14644] -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_1078 -name=Skeleton - -// 14645 -[loc_14645] -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_1079 -name=Skeleton - -// 14646 -[loc_14646] -width=2 -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_1080 -name=Skeleton - -// 14647 -[loc_14647] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_13855 -name=Bones - -// 14648 -[loc_14648] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_13856 -name=Bones - -// 14649 -[loc_14649] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_13857 -name=Bones - -// 14650 -[loc_14650] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_13858 -name=Bones - -// 14651 -[loc_14651] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_13859 -name=Bones - -// 14652 -[loc_14652] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_14330 -name=Bones - -// 14653 -[loc_14653] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_14331 -name=Bones - -// 14654 -[loc_14654] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_14332 -name=Bones - -// 14655 -[loc_14655] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_14333 -name=Bones - -// 14656 -[loc_14656] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=6342 -model=model_14334 -name=Bones - -// 14657 -[loc_14657] -length=3 -hillskew=yes -recol1s=28436 -recol1d=6342 -model=model_14328 -name=Bones - -// 14658 -[loc_14658] -length=3 -hillskew=yes -mirror=yes -recol1s=28436 -recol1d=6342 -model=model_14328 -name=Bones - -// 14659 -[loc_14659] -resizex=110 -resizez=110 -resizey=110 -blockrange=no -recol1s=26311 -recol1d=20048 -recol2s=6405 -recol2d=8520 -recol3s=6307 -recol3d=0 -recol4s=11689 -recol4d=10601 -model=model_14708 -name=Mushroom - -// 14660 -[loc_14660] -blockrange=no -recol1s=7398 -recol1d=14764 -recol2s=17192 -recol2d=9578 -recol3s=7397 -recol3d=4195 -recol4s=6307 -recol4d=4195 -model=model_14702 -name=Mushroom - -// 14661 -[loc_14661] -resizey=80 -resizex=80 -resizez=80 -blockrange=no -recol1s=21264 -recol1d=8458 -recol2s=14732 -recol2d=16813 -recol3s=10467 -recol3d=4195 -model=model_14690 -name=Mushroom - -// 14662 -[loc_14662] -resizey=70 -resizex=70 -resizez=70 -blockrange=no -recol1s=9479 -recol1d=11593 -recol2s=7299 -recol2d=6308 -recol3s=5284 -recol3d=6341 -recol4s=5250 -recol4d=11593 -recol5s=4227 -recol5d=6308 -recol6s=4195 -recol6d=5284 -model=model_14714 -name=Mushroom - -// 14663 -[loc_14663] -resizey=75 -resizex=60 -resizez=60 -blockrange=no -recol1s=13739 -recol1d=9511 -recol2s=9512 -recol2d=7398 -recol3s=8352 -recol3d=6273 -model=model_14696 -name=Mushroom - -// 14664 -[loc_14664] -width=2 -length=2 -hillskew=yes -msi=msi_6 -recol1s=7393 -recol1d=7364 -recol2s=6336 -recol2d=6307 -recol3s=5280 -recol3d=5250 -model=model_14744 -name=Tree - -// 14665 -[loc_14665] -hillskew=yes -msi=msi_6 -recol1s=6336 -recol1d=6307 -recol2s=4384 -recol2d=6406 -recol3s=3328 -recol3d=5349 -recol4s=2272 -recol4d=4292 -recol5s=7393 -recol5d=7364 -recol6s=5280 -recol6d=5250 -model=model_14750 -name=Tree - -// 14666 -[loc_14666] -hillskew=yes -msi=msi_6 -recol1s=7393 -recol1d=7364 -recol2s=6336 -recol2d=6307 -recol3s=5280 -recol3d=5250 -model=model_14757 -name=Tree - -// 14667 -[loc_14667] -resizex=64 -resizez=64 -resizey=64 -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=7364 -recol2s=9476 -recol2d=6307 -recol3s=8419 -recol3d=5250 -recol4s=6305 -recol4d=4193 -model=model_8012 -name=Tree Stump - -// 14668 -[loc_14668] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=6307 -model=model_2152 -name=Roots - -// 14669 -[loc_14669] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=6307 -model=model_2153 -name=Roots - -// 14670 -[loc_14670] -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=6307 -model=model_2174 -name=Roots - -// 14671 -[loc_14671] -width=3 -length=2 -msi=msi_6 -hillskew=yes -recol1s=8450 -recol1d=7364 -recol2s=6336 -recol2d=6307 -recol3s=5282 -recol3d=5250 -model=model_14739 -name=Tree - -// 14672 -[loc_14672] -hillskew=yes -hardshadow=no -recol1s=7330 -recol1d=6307 -model=model_1644,0 - -// 14673 -[loc_14673] -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_1078 -name=Skeleton - -// 14674 -[loc_14674] -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_1079 -name=Skeleton - -// 14675 -[loc_14675] -width=2 -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_1080 -name=Skeleton - -// 14676 -[loc_14676] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_13855 -name=Bones - -// 14677 -[loc_14677] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_13856 -name=Bones - -// 14678 -[loc_14678] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_13857 -name=Bones - -// 14679 -[loc_14679] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_13858 -name=Bones - -// 14680 -[loc_14680] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_13859 -name=Bones - -// 14681 -[loc_14681] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_14330 -name=Bones - -// 14682 -[loc_14682] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_14331 -name=Bones - -// 14683 -[loc_14683] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_14332 -name=Bones - -// 14684 -[loc_14684] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_14333 -name=Bones - -// 14685 -[loc_14685] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=5285 -model=model_14334 -name=Bones - -// 14686 -[loc_14686] -length=3 -hillskew=yes -recol1s=28436 -recol1d=5285 -model=model_14328 -name=Bones - -// 14687 -[loc_14687] -length=3 -hillskew=yes -mirror=yes -recol1s=28436 -recol1d=5285 -model=model_14328 -name=Bones - -// 14688 -[loc_14688] -resizex=85 -resizez=85 -resizey=85 -blockrange=no -recol1s=27330 -recol1d=17934 -recol2s=4291 -recol2d=6374 -recol3s=6307 -recol3d=0 -recol4s=11689 -recol4d=10601 -model=model_14709 -name=Mushroom - -// 14689 -[loc_14689] -blockrange=no -recol1s=3171 -recol1d=12650 -recol2s=15140 -recol2d=7464 -recol3s=7397 -recol3d=3138 -recol4s=6307 -recol4d=4195 -model=model_14703 -name=Mushroom - -// 14690 -[loc_14690] -resizey=70 -resizex=70 -resizez=70 -blockrange=no -recol1s=22260 -recol1d=6344 -recol2s=6342 -recol2d=14699 -recol3s=10433 -recol3d=3138 -model=model_14691 -name=Mushroom - -// 14691 -[loc_14691] -resizey=75 -resizex=75 -resizez=75 -blockrange=no -recol1s=9479 -recol1d=10536 -recol2s=7299 -recol2d=5251 -recol3s=5250 -recol3d=10536 -recol4s=4227 -recol4d=5251 -recol5s=4195 -recol5d=5284 -model=model_14715 -name=Mushroom - -// 14692 -[loc_14692] -resizey=75 -resizex=60 -resizez=60 -blockrange=no -model=model_14697 -name=Mushroom - -// 14693 -[loc_14693] -width=2 -length=2 -hillskew=yes -msi=msi_6 -recol1s=7393 -recol1d=6307 -recol2s=6336 -recol2d=5250 -recol3s=5280 -recol3d=4193 -model=model_14745 -name=Tree - -// 14694 -[loc_14694] -hillskew=yes -msi=msi_6 -recol1s=6336 -recol1d=5250 -recol2s=4384 -recol2d=5349 -recol3s=3328 -recol3d=4292 -recol4s=2272 -recol4d=3235 -recol5s=7393 -recol5d=6307 -recol6s=5280 -recol6d=4193 -model=model_14751 -name=Tree - -// 14695 -[loc_14695] -hillskew=yes -msi=msi_6 -recol1s=6336 -recol1d=5250 -recol2s=4384 -recol2d=5349 -recol3s=3328 -recol3d=4292 -recol4s=2272 -recol4d=3235 -recol5s=7393 -recol5d=6307 -recol6s=5280 -recol6d=4193 -model=model_14752 -name=Tree - -// 14696 -[loc_14696] -hillskew=yes -msi=msi_6 -recol1s=7393 -recol1d=6307 -recol2s=6336 -recol2d=5250 -recol3s=5280 -recol3d=4193 -model=model_14758 -name=Tree - -// 14697 -[loc_14697] -resizex=64 -resizez=64 -resizey=64 -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=6307 -recol2s=9476 -recol2d=5250 -recol3s=8419 -recol3d=4193 -recol4s=6305 -recol4d=3136 -model=model_8012 -name=Tree Stump - -// 14698 -[loc_14698] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=5250 -model=model_2152 -name=Roots - -// 14699 -[loc_14699] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=5250 -model=model_2153 -name=Roots - -// 14700 -[loc_14700] -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=5250 -model=model_2174 -name=Roots - -// 14701 -[loc_14701] -width=3 -length=2 -msi=msi_6 -hillskew=yes -recol1s=8450 -recol1d=6307 -recol2s=6336 -recol2d=5250 -recol3s=5282 -recol3d=4193 -model=model_14739 -name=Tree - -// 14702 -[loc_14702] -hillskew=yes -hardshadow=no -recol1s=7330 -recol1d=5250 -model=model_1644,0 - -// 14703 -[loc_14703] -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_1078 -name=Skeleton - -// 14704 -[loc_14704] -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_1079 -name=Skeleton - -// 14705 -[loc_14705] -width=2 -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_1080 -name=Skeleton - -// 14706 -[loc_14706] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_13855 -name=Bones - -// 14707 -[loc_14707] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_13856 -name=Bones - -// 14708 -[loc_14708] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_13857 -name=Bones - -// 14709 -[loc_14709] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_13858 -name=Bones - -// 14710 -[loc_14710] -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_13859 -name=Bones - -// 14711 -[loc_14711] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_14330 -name=Bones - -// 14712 -[loc_14712] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_14331 -name=Bones - -// 14713 -[loc_14713] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_14332 -name=Bones - -// 14714 -[loc_14714] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_14333 -name=Bones - -// 14715 -[loc_14715] -width=2 -length=2 -hillskew=yes -blockrange=no -recol1s=28436 -recol1d=4228 -model=model_14334 -name=Bones - -// 14716 -[loc_14716] -length=3 -hillskew=yes -recol1s=28436 -recol1d=4228 -model=model_14328 -name=Bones - -// 14717 -[loc_14717] -length=3 -hillskew=yes -mirror=yes -recol1s=28436 -recol1d=4228 -model=model_14328 -name=Bones - -// 14718 -[loc_14718] -resizex=85 -resizez=85 -resizey=85 -blockrange=no -recol1s=26272 -recol1d=15884 -recol2s=3234 -recol2d=4260 -recol3s=6307 -recol3d=0 -recol4s=11689 -recol4d=10601 -model=model_14710 -name=Mushroom - -// 14719 -[loc_14719] -blockrange=no -recol1s=0 -recol1d=10536 -recol2s=11040 -recol2d=5350 -recol3s=7397 -recol3d=2081 -recol4s=6307 -recol4d=4195 -model=model_14704 -name=Mushroom - -// 14720 -[loc_14720] -resizey=70 -resizex=70 -resizez=70 -blockrange=no -recol1s=26519 -recol1d=4230 -recol2s=0 -recol2d=11594 -recol3s=9376 -recol3d=2081 -model=model_14692 -name=Mushroom - -// 14721 -[loc_14721] -resizey=75 -resizex=75 -resizez=75 -blockrange=no -model=model_14716 -name=Mushroom - -// 14722 -[loc_14722] -resizey=75 -resizex=60 -resizez=60 -blockrange=no -model=model_14698 -name=Mushroom - -// 14723 -[loc_14723] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 14724 -[loc_14724] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 14725 -[loc_14725] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 14726 -[loc_14726] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_376 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 14727 -[loc_14727] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 14728 -[loc_14728] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4478,1 -model=model_4479,5 - -// 14729 -[loc_14729] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4472,0 - -// 14730 -[loc_14730] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4473,0 - -// 14731 -[loc_14731] -sharelight=yes -hillskew=yes -active=yes -blockrange=no -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4476 -name=Stone Pile - -// 14732 -[loc_14732] -sharelight=yes -hillskew=yes -resizez=125 -resizex=120 -resizey=130 -active=yes -blockrange=no -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4476 -name=Stone Pile - -// 14733 -[loc_14733] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=7399 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -model=model_14783,1 -model=model_14784,2 -model=model_14785,3 -model=model_14786,5 - -// 14734 -[loc_14734] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4478,1 -model=model_4479,5 - -// 14735 -[loc_14735] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -recol1s=11592 -recol1d=6342 -recol2s=10535 -recol2d=5285 -recol3s=9478 -recol3d=4228 -recol4s=8388 -recol4d=9442 -model=model_11565 -name=Staircase - -// 14736 -[loc_14736] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=south -msi=msi_7 -ambient=20 -recol1s=11592 -recol1d=6342 -recol2s=10535 -recol2d=5285 -recol3s=9478 -recol3d=4228 -recol4s=8388 -recol4d=9442 -model=model_11568 -name=Staircase - -// 14737 -[loc_14737] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=20 -recol1s=11592 -recol1d=6342 -recol2s=10535 -recol2d=5285 -recol3s=9478 -recol3d=4228 -recol4s=8388 -recol4d=9442 -model=model_9519 -name=Staircase - -// 14738 -[loc_14738] -msi=msi_6 -hillskew=yes -msi=msi_6 -model=model_14738 -name=Tree - -// 14739 -[loc_14739] -active=yes -recol1s=14695 -recol1d=10499 -recol2s=13638 -recol2d=9442 -recol3s=12581 -recol3d=8385 -recol4s=11524 -recol4d=7328 -recol5s=10467 -recol5d=6240 -recol6s=9410 -recol6d=5184 -model=model_7685 -name=Crate - -// 14740 -[loc_14740] -active=yes -recol1s=13605 -recol1d=10499 -recol2s=12548 -recol2d=9442 -recol3s=11491 -recol3d=8385 -recol4s=10434 -recol4d=7328 -recol5s=7297 -recol5d=6240 -model=model_8232 -name=Barrel - -// 14741 -[loc_14741] -active=yes -recol1s=14695 -recol1d=10499 -recol2s=13638 -recol2d=9442 -recol3s=12581 -recol3d=8385 -recol4s=11524 -recol4d=7328 -recol5s=10467 -recol5d=6240 -recol6s=9410 -recol6d=5184 -model=model_7704 -name=Crates - -// 14742 -[loc_14742] -active=yes -op1=Search -recol1s=14695 -recol1d=10499 -recol2s=13638 -recol2d=9442 -recol3s=12581 -recol3d=8385 -recol4s=11524 -recol4d=7328 -recol5s=10467 -recol5d=6240 -recol6s=9410 -recol6d=5184 -model=model_7700 -name=Pile of Crates - -// 14743 -[loc_14743] -active=yes -op1=Search -blockrange=no -recol1s=15712 -recol1d=8385 -model=model_1482 -name=Sack - -// 14744 -[loc_14744] -active=no -model=model_14649,Q - -// 14745 -[loc_14745] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=16708 -recol1d=8385 -recol2s=12514 -recol2d=7328 -recol3s=11457 -recol3d=6272 -model=model_5187 -name=Ladder - -// 14746 -[loc_14746] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -msi=msi_7 -recol1s=16708 -recol1d=8385 -recol2s=16640 -recol2d=7328 -recol3s=12514 -recol3d=6272 -recol4s=11457 -recol4d=5216 -model=model_9504 -name=Ladder - -// 14747 -[loc_14747] -active=yes -sharelight=yes -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=north -msi=msi_7 -recol1s=16708 -recol1d=8385 -recol2s=12514 -recol2d=7328 -recol3s=11457 -recol3d=6272 -retex1s=material_73 -retex1d=material_63 -model=model_5187 -name=Ladder - -// 14748 -[loc_14748] -active=yes -msi=msi_7 -recol1s=16708 -recol1d=8385 -recol2s=12514 -recol2d=7328 -recol3s=11457 -recol3d=6272 -model=model_14636 -name=Ladder - -// 14749 -[loc_14749] -active=yes -op1=Open -raiseobject=no -recol1s=14626 -recol1d=10499 -recol2s=13569 -recol2d=9442 -recol3s=12512 -recol3d=8385 -recol4s=7365 -recol4d=7328 -recol5s=11456 -recol5d=6240 -recol6s=5250 -recol6d=5184 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 14750 -[loc_14750] -active=yes -op1=Close -raiseobject=no -recol1s=14626 -recol1d=10499 -recol2s=13569 -recol2d=9442 -recol3s=12512 -recol3d=8385 -recol4s=7365 -recol4d=7328 -recol5s=11456 -recol5d=6240 -recol6s=5250 -recol6d=5184 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 14751 -[loc_14751] -op1=Open -raiseobject=no -recol1s=16740 -recol1d=10499 -recol2s=14626 -recol2d=9442 -recol3s=13602 -recol3d=8385 -recol4s=13569 -recol4d=7328 -recol5s=12515 -recol5d=6240 -recol6s=11458 -recol6d=5184 -model=model_639,1 -name=Door - -// 14752 -[loc_14752] -op1=Open -mirror=yes -raiseobject=no -recol1s=16740 -recol1d=10499 -recol2s=14626 -recol2d=9442 -recol3s=13602 -recol3d=8385 -recol4s=13569 -recol4d=7328 -recol5s=12515 -recol5d=6240 -recol6s=11458 -recol6d=5184 -model=model_639,1 -name=Door - -// 14753 -[loc_14753] -op1=Close -raiseobject=no -recol1s=16740 -recol1d=10499 -recol2s=14626 -recol2d=9442 -recol3s=13602 -recol3d=8385 -recol4s=13569 -recol4d=7328 -recol5s=12515 -recol5d=6240 -recol6s=11458 -recol6d=5184 -model=model_639,1 -name=Door - -// 14754 -[loc_14754] -op1=Close -mirror=yes -raiseobject=no -recol1s=16740 -recol1d=10499 -recol2s=14626 -recol2d=9442 -recol3s=13602 -recol3d=8385 -recol4s=13569 -recol4d=7328 -recol5s=12515 -recol5d=6240 -recol6s=11458 -recol6d=5184 -model=model_639,1 -name=Door - -// 14755 -[loc_14755] -anim=seq_3940 -active=yes -model=model_14664 -name=Banner - -// 14756 -[loc_14756] -anim=seq_3940 -active=yes -recol1s=1064 -recol1d=14565 -recol2s=6 -recol2d=13508 -recol3s=5 -recol3d=12450 -recol4s=3 -recol4d=11393 -model=model_14664 -name=Banner - -// 14757 -[loc_14757] -anim=seq_3940 -active=yes -recol1s=1064 -recol1d=26212 -recol2s=6 -recol2d=26210 -recol3s=5 -recol3d=24098 -recol4s=3 -recol4d=24096 -model=model_14664 -name=Banner - -// 14758 -[loc_14758] -active=yes -op1=Climb-down -forceapproach=east -model=model_37176 -name=Ladder - -// 14759 -[loc_14759] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=8385 -model=model_2152 -name=Roots - -// 14760 -[loc_14760] -width=3 -length=3 -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=8385 -model=model_2153 -name=Roots - -// 14761 -[loc_14761] -msi=msi_6 -hillskew=yes -recol1s=6240 -recol1d=8385 -model=model_2174 -name=Roots - -// 14762 -[loc_14762] -length=2 -active=yes -blockrange=no -recol1s=20935 -recol1d=10499 -recol2s=18821 -recol2d=9442 -recol3s=17764 -recol3d=8385 -recol4s=16707 -recol4d=7328 -recol5s=10467 -recol5d=6240 -recol6s=9410 -recol6d=5184 -model=model_4325 -name=Table - -// 14763 -[loc_14763] -blockrange=no -recol1s=16809 -recol1d=10499 -recol2s=14695 -recol2d=9442 -recol3s=13638 -recol3d=8385 -recol4s=12581 -recol4d=7328 -model=model_9590 -name=Table - -// 14764 -[loc_14764] -active=yes -blockrange=no -recol1s=20933 -recol1d=10499 -recol2s=7329 -recol2d=7328 -model=model_10089 -name=Stool - -// 14765 -[loc_14765] -active=yes -blockrange=no -model=model_14665 -name=Gravestone - -// 14766 -[loc_14766] -active=yes -blockrange=no -model=model_14666 -name=Gravestone - -// 14767 -[loc_14767] -active=yes -blockrange=no -model=model_14667 -name=Gravestone - -// 14768 -[loc_14768] -active=yes -blockrange=no -model=model_2218 -name=Gravestone - -// 14769 -[loc_14769] -width=2 -active=yes -model=model_14668 -name=Gravestone - -// 14770 -[loc_14770] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 14771 -[loc_14771] -length=3 -width=3 -active=yes -recol1s=7332 -recol1d=10499 -recol2s=8324 -recol2d=9442 -recol3s=6275 -recol3d=8385 -recol4s=5218 -recol4d=7328 -recol5s=5153 -recol5d=6240 -recol6s=9410 -recol6d=5184 -model=model_36085 -name=Bed - -// 14772 -[loc_14772] -length=2 -recol1s=7329 -recol1d=10499 -recol2s=20933 -recol2d=9442 -recol3s=15857 -recol3d=13638 -model=model_5440 -name=Bed - -// 14773 -[loc_14773] -op1=Open -forceapproach=north -recol1s=14695 -recol1d=10499 -recol2s=13638 -recol2d=9442 -recol3s=6370 -recol3d=8385 -recol4s=6373 -recol4d=7328 -recol5s=8484 -recol5d=9442 -recol6s=9543 -recol6d=7328 -model=model_5272 -name=Chest - -// 14774 -[loc_14774] -op1=Search -op2=Close -forceapproach=north -recol1s=9543 -recol1d=9442 -recol2s=8484 -recol2d=8385 -recol3s=6373 -recol3d=7328 -recol4s=6370 -recol4d=9442 -recol5s=4256 -recol5d=7328 -model=model_5273 -name=Chest - -// 14775 -[loc_14775] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=16866 -recol2s=16846 -recol2d=16832 -recol3s=11561 -recol3d=14752 -model=model_4401,0 - -// 14776 -[loc_14776] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=16866 -recol2s=16846 -recol2d=16832 -recol3s=11561 -recol3d=14752 -model=model_4402,0 - -// 14777 -[loc_14777] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=16866 -recol2s=16846 -recol2d=16832 -recol3s=11561 -recol3d=14752 -model=model_4403,0 - -// 14778 -[loc_14778] -hillskew=yes -active=no -ambient=20 -recol1s=22131 -recol1d=16866 -recol2s=16846 -recol2d=16832 -recol3s=11561 -recol3d=14752 -model=model_4404,0 - -// 14779 -[loc_14779] -length=2 -width=2 -sharelight=yes -active=no -model=model_14734 - -// 14780 -[loc_14780] -length=2 -width=2 -sharelight=yes -active=no -model=model_14733 - -// 14781 -[loc_14781] -length=2 -width=2 -sharelight=yes -mirror=yes -active=no -model=model_14733 - -// 14782 -[loc_14782] -length=2 -width=2 -sharelight=yes -active=no -model=model_14735 - -// 14783 -[loc_14783] -active=no -length=2 -width=2 -sharelight=yes -model=model_14737 - -// 14784 -[loc_14784] -active=no -length=2 -width=2 -sharelight=yes -model=model_14736 -model2=model_14722 - -// 14785 -[loc_14785] -active=no -length=2 -width=2 -sharelight=yes -mirror=yes -model=model_14736 - -// 14786 -[loc_14786] -active=no -length=2 -width=2 -sharelight=yes -model=model_14726 - -// 14787 -[loc_14787] -active=no -length=2 -width=2 -sharelight=yes -model=model_14727 - -// 14788 -[loc_14788] -active=no -length=4 -width=2 -sharelight=yes -model=model_14728 -model2=model_14720 - -// 14789 -[loc_14789] -active=no -width=3 -length=4 -sharelight=yes -model=model_14723 -model2=model_14724 - -// 14790 -[loc_14790] -active=no -width=3 -length=4 -sharelight=yes -mirror=yes -model=model_14723 -model2=model_14724 - -// 14791 -[loc_14791] -active=no -width=6 -length=4 -sharelight=yes -model=model_14730 -model2=model_14731 - -// 14792 -[loc_14792] -active=no -width=2 -length=2 -sharelight=yes -model=model_14725 - -// 14793 -[loc_14793] -active=no -length=2 -width=2 -sharelight=yes -model=model_14735 -model2=model_14721 - -// 14794 -[loc_14794] -active=no -length=2 -width=2 -sharelight=yes -model=model_14737 -model2=model_14719 - -// 14795 -[loc_14795] -active=no -length=2 -width=2 -sharelight=yes -model=model_14726 -model2=model_14732 - -// 14796 -[loc_14796] -width=2 -length=2 -recol1s=6336 -recol1d=8384 -model=model_14746 -name=Tree - -// 14797 -[loc_14797] -width=2 -length=2 -model=model_14747 -name=Tree - -// 14798 -[loc_14798] -width=2 -length=2 -recol1s=6336 -recol1d=5283 -model=model_14748 -name=Tree - -// 14799 -[loc_14799] -width=2 -length=2 -recol1s=6336 -recol1d=5283 -model=model_14749 -name=Tree - -// 14800 -[loc_14800] -width=2 -length=2 -recol1s=4224 -recol1d=3171 -recol2s=4384 -recol2d=4256 -model=model_14750 -name=Tree - -// 14801 -[loc_14801] -width=2 -length=2 -recol1s=4224 -recol1d=2146 -recol2s=4384 -recol2d=4256 -model=model_14751 -name=Tree - -// 14802 -[loc_14802] -width=3 -length=3 -recol1s=6336 -recol1d=8384 -model=model_14740 -name=Tree - -// 14803 -[loc_14803] -width=3 -length=3 -model=model_14741 -name=Tree - -// 14804 -[loc_14804] -width=3 -length=3 -recol1s=6336 -recol1d=5283 -model=model_14742 -name=Tree - -// 14805 -[loc_14805] -width=3 -length=3 -recol1s=6336 -recol1d=5283 -model=model_14743 -name=Tree - -// 14806 -[loc_14806] -width=3 -length=3 -recol1s=6336 -recol1d=4227 -model=model_14744 -name=Tree - -// 14807 -[loc_14807] -width=3 -length=3 -recol1s=6336 -recol1d=3170 -model=model_14745 -name=Tree - -// 14808 -[loc_14808] -model=model_14753 -name=Creeper - -// 14809 -[loc_14809] -model=model_14754 -name=Creeper - -// 14810 -[loc_14810] -model=model_14755 -name=Creeper - -// 14811 -[loc_14811] -model=model_14756 -name=Creeper - -// 14812 -[loc_14812] -recol1s=6336 -recol1d=5280 -recol2s=5312 -recol2d=4257 -recol3s=6304 -recol3d=4225 -model=model_14757 -name=Creeper - -// 14813 -[loc_14813] -recol1s=6336 -recol1d=4225 -recol2s=6304 -recol2d=3136 -recol3s=5312 -recol3d=4225 -recol4s=4224 -recol4d=2112 -model=model_14758 -name=Creeper - -// 14814 -[loc_14814] -anim=seq_3943 -length=4 -width=4 -shadow=no -ambient=35 -contrast=15 -bgsound=synth_2178,5 -model=model_14672 -name=Rock - -// 14815 -[loc_14815] -anim=seq_3943 -length=3 -width=3 -shadow=no -ambient=35 -contrast=15 -model=model_14671 -name=Rock - -// 14816 -[loc_14816] -anim=seq_3943 -length=2 -width=2 -shadow=no -ambient=35 -contrast=15 -model=model_14669 -name=Rock - -// 14817 -[loc_14817] -anim=seq_3943 -length=2 -width=2 -shadow=no -ambient=35 -contrast=15 -model=model_14670 -name=Rock - -// 14818 -[loc_14818] -active=no -ambient=40 -contrast=15 -sharelight=yes -hillskew=yes -model=model_14673,8 -model=model_14674,1 -model=model_14675,2 -model=model_14676,5 - -// 14819 -[loc_14819] -active=no -ambient=40 -contrast=15 -sharelight=yes -hillskew=yes -model=model_14677,1 -model=model_14678,5 - -// 14820 -[loc_14820] -active=no -ambient=40 -contrast=15 -sharelight=yes -hillskew=yes -model=model_14679,1 -model=model_14680,5 - -// 14821 -[loc_14821] -active=no -ambient=40 -contrast=15 -sharelight=yes -hillskew=yes -model=model_14681,1 - -// 14822 -[loc_14822] -active=no -ambient=40 -contrast=15 -sharelight=yes -model=model_14682,1 - -// 14823 -[loc_14823] -active=no -ambient=40 -contrast=15 -sharelight=yes -model=model_14684,1 - -// 14824 -[loc_14824] -active=no -ambient=40 -contrast=15 -sharelight=yes -model=model_14683,1 - -// 14825 -[loc_14825] -anim=seq_3944 -model=model_14776 -model2=model_14777 -name=Obelisk - -// 14826 -[loc_14826] -op1=Activate -model=model_14776 -name=Obelisk - -// 14827 -[loc_14827] -op1=Activate -model=model_14776 -name=Obelisk - -// 14828 -[loc_14828] -op1=Activate -model=model_14776 -name=Obelisk - -// 14829 -[loc_14829] -op1=Activate -model=model_14776 -name=Obelisk - -// 14830 -[loc_14830] -op1=Activate -model=model_14776 -name=Obelisk - -// 14831 -[loc_14831] -op1=Activate -model=model_14776 -name=Obelisk - -// 14832 -[loc_14832] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=4228 -model=model_3184 -name=Rocks - -// 14833 -[loc_14833] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=4228 -model=model_3183 -name=Rocks - -// 14834 -[loc_14834] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=4228 -model=model_3195 -name=Rocks - -// 14835 -[loc_14835] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=0 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14836 -[loc_14836] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=0 -model=model_11026 -model2=model_11024 -name=Rocks - -// 14837 -[loc_14837] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=0 -model=model_11027 -model2=model_11024 -name=Rocks - -// 14838 -[loc_14838] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=6346 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14839 -[loc_14839] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6346 -model=model_11026 -model2=model_11024 -name=Rocks - -// 14840 -[loc_14840] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6346 -model=model_11027 -model2=model_11024 -name=Rocks - -// 14841 -[loc_14841] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=6242 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14842 -[loc_14842] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6242 -model=model_11026 -model2=model_11024 -name=Rocks - -// 14843 -[loc_14843] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6242 -model=model_11027 -model2=model_11024 -name=Rocks - -// 14844 -[loc_14844] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=9712 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14845 -[loc_14845] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=9712 -model=model_11026 -model2=model_11024 -name=Rocks - -// 14846 -[loc_14846] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=9712 -model=model_11027 -model2=model_11024 -name=Rocks - -// 14847 -[loc_14847] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=6438 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14848 -[loc_14848] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6438 -model=model_11026 -model2=model_11024 -name=Rocks - -// 14849 -[loc_14849] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6438 -model=model_11027 -model2=model_11024 -name=Rocks - -// 14850 -[loc_14850] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=0 -model=model_3184 -name=Rocks - -// 14851 -[loc_14851] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=0 -model=model_3183 -name=Rocks - -// 14852 -[loc_14852] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=0 -model=model_3195 -name=Rocks - -// 14853 -[loc_14853] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 14854 -[loc_14854] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 14855 -[loc_14855] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 14856 -[loc_14856] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 14857 -[loc_14857] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 14858 -[loc_14858] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6242 -model=model_3195 -name=Rocks - -// 14859 -[loc_14859] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=9712 -model=model_3184 -name=Rocks - -// 14860 -[loc_14860] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=9712 -model=model_3183 -name=Rocks - -// 14861 -[loc_14861] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=9712 -model=model_3195 -name=Rocks - -// 14862 -[loc_14862] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=6438 -model=model_3184 -name=Rocks - -// 14863 -[loc_14863] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6438 -model=model_3183 -name=Rocks - -// 14864 -[loc_14864] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=6438 -model=model_3195 -name=Rocks - -// 14865 -[loc_14865] -ambient=15 -blockrange=no -recol1s=7331 -recol1d=7297 -model=model_8232 -name=Barrel - -// 14866 -[loc_14866] -ambient=15 -blockrange=no -recol1s=7331 -recol1d=7297 -model=model_9531 -model2=model_8232 -name=Barrel - -// 14867 -[loc_14867] -ambient=15 -recol1s=7331 -recol1d=7297 -model=model_14828 -model2=model_14829 -name=Barrel - -// 14868 -[loc_14868] -length=2 -blockrange=no -recol1s=14695 -recol1d=13605 -recol2s=12581 -recol2d=12548 -model=model_8245 -name=Sink - -// 14869 -[loc_14869] -ambient=20 -recol1s=7329 -recol1d=13605 -recol2s=14964 -recol2d=7297 -recol3s=6272 -recol3d=12548 -model=model_1271 -name=Shelves - -// 14870 -[loc_14870] -ambient=50 -recol1s=6240 -recol1d=13605 -recol2s=5184 -recol2d=12548 -model=model_2058,Q - -// 14871 -[loc_14871] -ambient=50 -recol1s=6241 -recol1d=13605 -model=model_2089,Q - -// 14872 -[loc_14872] -blockrange=no -recol1s=20933 -recol1d=13605 -recol2s=7329 -recol2d=13605 -model=model_10089 -name=Stool - -// 14873 -[loc_14873] -active=yes -ambient=50 -recol1s=9445 -recol1d=13605 -recol2s=16740 -recol2d=13605 -model=model_5972,Q -name=Hanging meat - -// 14874 -[loc_14874] -active=yes -ambient=50 -recol1s=9445 -recol1d=13605 -recol2s=16740 -recol2d=13605 -model=model_5973,Q -name=Hanging meat - -// 14875 -[loc_14875] -active=no -unknown90=yes -model=model_14815,0 - -// 14876 -[loc_14876] -active=no -unknown90=yes -model=model_14816,0 - -// 14877 -[loc_14877] -active=no -unknown90=yes -model=model_14817,0 - -// 14878 -[loc_14878] -active=no -unknown90=yes -model=model_14818,0 - -// 14879 -[loc_14879] -active=no -hillchange=skew_to_fit -model=model_34967 - -// 14880 -[loc_14880] -active=no -hillchange=skew_to_fit -model=model_34942 - -// 14881 -[loc_14881] -ambient=20 -model=model_14821,Q - -// 14882 -[loc_14882] -blockwalk=yes -model=model_1105,0 - -// 14883 -[loc_14883] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=6242 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14884 -[loc_14884] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=6242 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14885 -[loc_14885] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=14732 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14886 -[loc_14886] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=14732 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14887 -[loc_14887] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=19909 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14888 -[loc_14888] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=19909 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14889 -[loc_14889] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=28036 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14890 -[loc_14890] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=28036 -model=model_11025 -model2=model_11024 -name=Rocks - -// 14891 -[loc_14891] -length=2 -blockrange=no -model=model_5192 -name=Bed - -// 14892 -[loc_14892] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=11561 -model=model_3184 -name=Rocks - -// 14893 -[loc_14893] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=11561 -recol2s=6342 -recol2d=11561 -model=model_3183 -name=Rocks - -// 14894 -[loc_14894] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=11561 -model=model_3184 -name=Rocks - -// 14895 -[loc_14895] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=11561 -recol2s=6342 -recol2d=11561 -model=model_3183 -name=Rocks - -// 14896 -[loc_14896] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=11561 -model=model_3184 -name=Rocks - -// 14897 -[loc_14897] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=11561 -recol2s=6342 -recol2d=11561 -model=model_3183 -name=Rocks - -// 14898 -[loc_14898] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=11561 -model=model_3184 -name=Rocks - -// 14899 -[loc_14899] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=11561 -recol2s=6342 -recol2d=11561 -model=model_3183 -name=Rocks - -// 14900 -[loc_14900] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 14901 -[loc_14901] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=11561 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 14902 -[loc_14902] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 14903 -[loc_14903] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=11561 -recol2s=6342 -recol2d=14732 -model=model_3183 -name=Rocks - -// 14904 -[loc_14904] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=19909 -model=model_3184 -name=Rocks - -// 14905 -[loc_14905] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=11561 -recol2s=6342 -recol2d=19909 -model=model_3183 -name=Rocks - -// 14906 -[loc_14906] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=28036 -model=model_3184 -name=Rocks - -// 14907 -[loc_14907] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=11561 -recol2s=6342 -recol2d=28036 -model=model_3183 -name=Rocks - -// 14908 -[loc_14908] -active=yes -multivar=varplayerbit_2098 -multiloc=0,loc_7102 -multiloc=5,loc_7102 -multiloc=10,loc_7102 -multiloc=15,loc_7102 -multiloc=20,loc_7102 -multiloc=190,loc_7102 -multiloc=200,loc_7102 - -// 14909 -[loc_14909] -blockwalk=no -active=yes -multivar=varplayerbit_2109 -multiloc=0,loc_14910 - -// 14910 -[loc_14910] -blockwalk=no -active=yes -op1=Take -recol1s=16846 -recol1d=8354 -model=model_2529 -name=Bronze pickaxe - -// 14911 -[loc_14911] -blockwalk=no -active=yes -multivar=varplayerbit_2110 -multiloc=0,loc_14912 - -// 14912 -[loc_14912] -blockwalk=no -active=yes -op1=Take -recol1s=16846 -recol1d=8354 -model=model_2544 -name=Bronze axe - -// 14913 -[loc_14913] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 14914 -[loc_14914] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=11561 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 14915 -[loc_14915] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=11561 -recol2s=6342 -recol2d=11561 -model=model_3184 -name=Rocks - -// 14916 -[loc_14916] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=11561 -recol2s=6342 -recol2d=11561 -model=model_3183 -name=Rocks - -// 14917 -[loc_14917] -forceapproach=west -length=2 -blockrange=no -model=model_13220 -model2=model_13215 -name=Sink - -// 14918 -[loc_14918] -length=2 -model=model_5936 -name=Washbasin - -// 14919 -[loc_14919] -length=2 -forceapproach=east -bgsound=synth_2198,3 -model=model_12616 -name=Range - -// 14920 -[loc_14920] -active=yes -width=2 -length=2 -model=model_12491 -name=Table - -// 14921 -[loc_14921] -op2=Smelt -forceapproach=north -bgsound=synth_2209,3 -model=model_3912 -name=Small furnace - -// 14922 -[loc_14922] -sharelight=yes -wallwidth=32 -occlude=yes -op1=Enter -active=yes -forceapproach=west -model=model_14888 -name=Hole - -// 14923 -[loc_14923] -active=yes -op1=Open -ambient=-30 -recol1s=8387 -recol1d=9445 -model=model_5189,1 -name=Door - -// 14924 -[loc_14924] -active=yes -op1=Close -ambient=-30 -recol1s=8387 -recol1d=9445 -model=model_5189,1 -name=Door - -// 14925 -[loc_14925] -sharelight=yes -hillskew=yes -model=model_14881,1 - -// 14926 -[loc_14926] -sharelight=yes -hillskew=yes -model=model_14882,1 - -// 14927 -[loc_14927] -sharelight=yes -hillskew=yes -model=model_14883,1 - -// 14928 -[loc_14928] -sharelight=yes -mirror=yes -hillskew=yes -model=model_14883,1 - -// 14929 -[loc_14929] -op1=Open -raiseobject=no -hillskew=yes -recol1s=11493 -recol1d=9479 -model=model_14889,1 -name=Colony gate - -// 14930 -[loc_14930] -raiseobject=no -active=no -recol1s=11493 -recol1d=9479 -model=model_14889,1 - -// 14931 -[loc_14931] -op1=Open -mirror=yes -raiseobject=no -hillskew=yes -recol1s=11493 -recol1d=9479 -model=model_14889,1 -name=Colony gate - -// 14932 -[loc_14932] -mirror=yes -raiseobject=no -active=no -recol1s=11493 -recol1d=9479 -model=model_14889,1 - -// 14933 -[loc_14933] -active=yes -multivar=varplayerbit_2100 -multiloc=0,loc_14945 -multiloc=1,loc_14948 - -// 14934 -[loc_14934] -active=yes -multivar=varplayerbit_2101 -multiloc=0,loc_14946 -multiloc=1,loc_14949 - -// 14935 -[loc_14935] -active=yes -multivar=varplayerbit_2102 -multiloc=0,loc_14947 -multiloc=1,loc_14950 - -// 14936 -[loc_14936] -active=yes -multivar=varplayerbit_2103 -multiloc=0,loc_14945 -multiloc=1,loc_14948 - -// 14937 -[loc_14937] -active=yes -multivar=varplayerbit_2104 -multiloc=0,loc_14946 -multiloc=1,loc_14949 - -// 14938 -[loc_14938] -anim=seq_9645 -op1=Net -op3=hidden -model=model_36844 -name=Fishing spot - -// 14939 -[loc_14939] -active=yes -anim=seq_9645 -multivar=varplayerbit_2105 -multiloc=0,loc_14938 -multiloc=1,loc_14938 -multiloc=2,loc_14938 -multiloc=3,loc_14938 -multiloc=4,loc_14938 -multiloc=5,loc_14938 - -// 14940 -[loc_14940] -hillskew=yes -sharelight=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14890,1 -model=model_14891,4 -model=model_14892,5 - -// 14941 -[loc_14941] -hillskew=yes -sharelight=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14893,1 -model=model_14894,5 - -// 14942 -[loc_14942] -hillskew=yes -sharelight=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14895,1 - -// 14943 -[loc_14943] -hillskew=yes -sharelight=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14896,1 - -// 14944 -[loc_14944] -hillskew=yes -sharelight=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14897,1 - -// 14945 -[loc_14945] -hillskew=yes -active=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14876,1 -name=Broken wall - -// 14946 -[loc_14946] -hillskew=yes -active=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14877,1 -name=Broken wall - -// 14947 -[loc_14947] -hillskew=yes -active=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14878,1 -name=Broken wall - -// 14948 -[loc_14948] -hillskew=yes -active=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14885,1 -name=Patched wall - -// 14949 -[loc_14949] -hillskew=yes -active=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14886,1 -name=Patched wall - -// 14950 -[loc_14950] -hillskew=yes -active=yes -recol1s=13703 -recol1d=10535 -recol2s=11493 -recol2d=9479 -recol3s=11525 -recol3d=10503 -model=model_14887,1 -name=Patched wall - -// 14951 -[loc_14951] -model=model_14879 -name=Cogs - -// 14952 -[loc_14952] -model=model_14880 -name=Junk - -// 14953 -[loc_14953] -model=model_14884 -name=Fishing weights - -// 14954 -[loc_14954] -width=2 -length=2 -active=yes -forceapproach=west -multivar=varplayerbit_2099 -multiloc=0,loc_14957 -multiloc=1,loc_14957 -multiloc=2,loc_14957 -multiloc=3,loc_14956 -multiloc=4,loc_14956 - -// 14955 -[loc_14955] -width=2 -length=2 -active=yes -anim=seq_3976 -forceapproach=east -multivar=varplayerbit_2099 -multiloc=0,loc_14958 -multiloc=1,loc_14958 -multiloc=2,loc_14959 -multiloc=3,loc_14960 -multiloc=4,loc_14960 - -// 14956 -[loc_14956] -width=2 -length=2 -model=model_14900 -name=Metal Press - -// 14957 -[loc_14957] -width=2 -length=2 -model=model_14901 -name=Metal Press - -// 14958 -[loc_14958] -width=2 -length=2 -model=model_14902 -name=Firebox - -// 14959 -[loc_14959] -width=2 -length=2 -model=model_14902 -model2=model_14904 -name=Firebox - -// 14960 -[loc_14960] -anim=seq_3976 -width=2 -length=2 -bgsound=synth_2066,3 -model=model_14903 -name=Firebox - -// 14961 -[loc_14961] -model=model_7106 -name=Shelves - -// 14962 -[loc_14962] -ambient=20 -recol1s=14695 -recol1d=13670 -recol2s=13638 -recol2d=12613 -recol3s=12581 -recol3d=11556 -recol4s=11524 -recol4d=7362 -recol5s=10467 -recol5d=5281 -recol6s=9410 -recol6d=3201 -model=model_7700 -name=Crates - -// 14963 -[loc_14963] -recol1s=14695 -recol1d=13670 -recol2s=13638 -recol2d=12613 -recol3s=12581 -recol3d=11556 -recol4s=11524 -recol4d=7362 -recol5s=10467 -recol5d=5281 -recol6s=9410 -recol6d=3201 -model=model_7704 -name=Crates - -// 14964 -[loc_14964] -ambient=15 -op1=Take-from -blockrange=no -recol1s=13605 -recol1d=8420 -recol2s=12548 -recol2d=7363 -recol3s=11491 -recol3d=6306 -recol4s=10434 -recol4d=5249 -recol5s=7297 -recol5d=4192 -model=model_8232 -model2=model_9530 -name=Barrel - -// 14965 -[loc_14965] -recol1s=10502 -recol1d=8420 -recol2s=9445 -recol2d=7363 -recol3s=8388 -recol3d=6306 -recol4s=7332 -recol4d=5249 -recol5s=7331 -recol5d=9479 -recol6s=6275 -recol6d=11593 -model=model_7761 -name=Large barrel - -// 14966 -[loc_14966] -recol1s=10502 -recol1d=8420 -recol2s=9445 -recol2d=7363 -recol3s=8388 -recol3d=6306 -recol4s=7331 -recol4d=5249 -recol5s=7329 -recol5d=9479 -recol6s=6275 -recol6d=11593 -model=model_9860 -name=Rack of barrels - -// 14967 -[loc_14967] -recol1s=10502 -recol1d=8420 -recol2s=9445 -recol2d=7363 -recol3s=8388 -recol3d=6306 -recol4s=7332 -recol4d=5249 -recol5s=7331 -recol5d=9479 -recol6s=6275 -recol6d=11593 -model=model_7775 -name=Large Barrel - -// 14968 -[loc_14968] -width=2 -model=model_14873 -name=Barrow - -// 14969 -[loc_14969] -width=2 -model=model_14873 -model2=model_14874 -name=Barrow - -// 14970 -[loc_14970] -model=model_14875 -name=Barrow - -// 14971 -[loc_14971] -width=2 -blockwalk=yes -op1=Search -blockrange=no -model=model_10715 -name=Herman's desk - -// 14972 -[loc_14972] -width=2 -length=2 -hillskew=yes -model=model_14898 -name=Net - -// 14973 -[loc_14973] -width=2 -length=2 -hillskew=yes -op1=Take-from -model=model_14898 -model2=model_14899 -name=Net - -// 14974 -[loc_14974] -contrast=20 -ambient=10 -blockrange=no -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -model=model_37615,1 - -// 14975 -[loc_14975] -active=no -model=model_9476,1 -model=model_9477,5 - -// 14976 -[loc_14976] -anim=seq_3998 -ambient=20 -contrast=20 -model=model_14948 -name=Evil claw - -// 14977 -[loc_14977] -ambient=30 -contrast=30 -model=model_14947,0 - -// 14978 -[loc_14978] -ambient=20 -contrast=20 -op1=Use -forceapproach=north -model=model_14946 -name=Control panel - -// 14979 -[loc_14979] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -blockwalk=no -recol1s=15716 -recol1d=13731 -model=model_15022,1 -model=model_15023,3 -model=model_15024,4 -model=model_15025,5 - -// 14980 -[loc_14980] -sharelight=yes -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -recol1s=22095 -recol1d=12647 -recol2s=22128 -recol2d=23213 -recol3s=23185 -recol3d=16747 -recol4s=24242 -recol4d=24106 -model=model_7714,1 -model=model_7715,2 -model=model_7716,3 -model=model_7717,4 -model=model_7718,5 - -// 14981 -[loc_14981] -sharelight=yes -ambient=20 -contrast=10 -recol1s=22095 -recol1d=12647 -recol2s=22128 -recol2d=23213 -recol3s=23185 -recol3d=16747 -recol4s=24242 -recol4d=24106 -model=model_11663,1 -model=model_11664,2 -model=model_11665,3 -model=model_14615,4 -model=model_11666,5 - -// 14982 -[loc_14982] -active=yes -op1=Open -raiseobject=no -ambient=20 -active=yes -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 14983 -[loc_14983] -active=yes -op1=Close -raiseobject=no -ambient=20 -active=no -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11456 -recol4d=14694 -recol5s=7365 -recol5d=13637 -recol6s=5250 -recol6d=12580 -model=model_9476,1 -model=model_9477,5 - -// 14984 -[loc_14984] -sharelight=yes -hillskew=yes -ambient=10 -contrast=10 -blockwalk=yes -blockrange=no -recol1s=10468 -recol1d=18691 -recol2s=9412 -recol2d=14563 -recol3s=6241 -recol3d=11459 -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 14985 -[loc_14985] -ambient=10 -recol1s=14695 -recol1d=13737 -recol2s=13638 -recol2d=10534 -recol3s=12581 -recol3d=14761 -recol4s=11524 -recol4d=17796 -recol5s=10467 -recol5d=13539 -recol6s=9410 -recol6d=11425 -model=model_7700 -name=Crates - -// 14986 -[loc_14986] -ambient=10 -recol1s=14695 -recol1d=13737 -recol2s=13638 -recol2d=10534 -recol3s=12581 -recol3d=14761 -recol4s=11524 -recol4d=17796 -recol5s=10467 -recol5d=13539 -recol6s=9410 -recol6d=11425 -model=model_7699 -name=Crate - -// 14987 -[loc_14987] -ambient=10 -recol1s=14695 -recol1d=13737 -recol2s=13638 -recol2d=10534 -recol3s=12581 -recol3d=14761 -recol4s=11524 -recol4d=17796 -recol5s=10467 -recol5d=13539 -recol6s=9410 -recol6d=11425 -model=model_7704 -name=Crates - -// 14988 -[loc_14988] -ambient=10 -contrast=10 -model=model_14879 -name=Cogs - -// 14989 -[loc_14989] -ambient=10 -contrast=10 -model=model_14880 -name=Junk - -// 14990 -[loc_14990] -ambient=10 -contrast=10 -recol1s=10502 -recol1d=10470 -recol2s=9445 -recol2d=10535 -recol3s=8388 -recol3d=11556 -recol4s=7331 -recol4d=10535 -recol5s=7329 -recol5d=11554 -recol6s=6275 -recol6d=16810 -model=model_9860 -name=Rack of barrels - -// 14991 -[loc_14991] -ambient=10 -contrast=10 -resizex=100 -resizey=100 -resizez=100 -recol1s=10502 -recol1d=10470 -recol2s=9445 -recol2d=10535 -recol3s=8388 -recol3d=11556 -recol4s=7331 -recol4d=10535 -recol5s=7329 -recol5d=11554 -recol6s=6275 -recol6d=16810 -model=model_7774 -name=Barrel - -// 14992 -[loc_14992] -width=2 -ambient=10 -contrast=10 -recol1s=13670 -recol1d=16842 -recol2s=11556 -recol2d=11591 -recol3s=8419 -recol3d=9443 -model=model_14873 -name=Barrow - -// 14993 -[loc_14993] -hillskew=yes -ambient=10 -contrast=10 -recol1s=13479 -recol1d=18691 -recol2s=12422 -recol2d=23172 -model=model_15020,0 - -// 14994 -[loc_14994] -hillskew=yes -ambient=10 -contrast=10 -recol1s=13479 -recol1d=18691 -recol2s=12422 -recol2d=23172 -model=model_15029,0 - -// 14995 -[loc_14995] -hillskew=yes -ambient=10 -contrast=10 -recol1s=13479 -recol1d=18691 -recol2s=12422 -recol2d=23172 -model=model_15030,0 - -// 14996 -[loc_14996] -anim=seq_3107 -ambient=20 -contrast=10 -bgsound=synth_4472,1 -recol1s=11561 -recol1d=13702 -model=model_11821,Q - -// 14997 -[loc_14997] -active=no -recol1s=9377 -recol1d=11491 -recol2s=10401 -recol2d=9345 -model=model_1170 - -// 14998 -[loc_14998] -width=2 -ambient=10 -contrast=10 -recol1s=9412 -recol1d=12616 -recol2s=9411 -recol2d=12617 -recol3s=8355 -recol3d=10502 -model=model_13904 -name=Sack Pile - -// 14999 -[loc_14999] -ambient=10 -contrast=10 -recol1s=9412 -recol1d=12616 -recol2s=9411 -recol2d=12617 -recol3s=8355 -recol3d=10502 -model=model_13877 -name=Sack Pile - -// 15000 -[loc_15000] -ambient=45 -anim=seq_4005 -op1=Tag -model=model_14969 -model2=model_14970 -name=Pinball Post - -// 15001 -[loc_15001] -ambient=45 -anim=seq_4006 -op1=Tag -model=model_14969 -model2=model_14970 -name=Pinball Post - -// 15002 -[loc_15002] -ambient=45 -anim=seq_4005 -op1=Tag -recol1s=11489 -recol1d=6242 -model=model_14969 -model2=model_14973 -name=Pinball Post - -// 15003 -[loc_15003] -ambient=45 -anim=seq_4006 -op1=Tag -recol1s=11489 -recol1d=6242 -model=model_14969 -model2=model_14973 -name=Pinball Post - -// 15004 -[loc_15004] -ambient=45 -anim=seq_4005 -op1=Tag -recol1s=11489 -recol1d=4226 -model=model_14969 -model2=model_14974 -name=Pinball Post - -// 15005 -[loc_15005] -ambient=45 -anim=seq_4006 -op1=Tag -recol1s=11489 -recol1d=4226 -model=model_14969 -model2=model_14974 -name=Pinball Post - -// 15006 -[loc_15006] -ambient=45 -anim=seq_4005 -op1=Tag -recol1s=11489 -recol1d=15004 -model=model_14969 -model2=model_14972 -name=Pinball Post - -// 15007 -[loc_15007] -ambient=45 -anim=seq_4006 -op1=Tag -recol1s=11489 -recol1d=15004 -model=model_14969 -model2=model_14972 -name=Pinball Post - -// 15008 -[loc_15008] -ambient=45 -anim=seq_4005 -op1=Tag -recol1s=11489 -recol1d=16846 -model=model_14969 -model2=model_14975 -name=Pinball Post - -// 15009 -[loc_15009] -ambient=45 -anim=seq_4006 -op1=Tag -recol1s=11489 -recol1d=16846 -model=model_14969 -model2=model_14975 -name=Pinball Post - -// 15010 -[loc_15010] -width=3 -length=2 -sharelight=yes -op1=Exit -model=model_14971 -name=Cave Exit - -// 15011 -[loc_15011] -sharelight=yes -model=model_14968,1 - -// 15012 -[loc_15012] -sharelight=yes -mirror=yes -model=model_14968,1 - -// 15013 -[loc_15013] -active=no -sharelight=yes -model=model_14956,1 - -// 15014 -[loc_15014] -active=no -sharelight=yes -model=model_14957,1 - -// 15015 -[loc_15015] -sharelight=yes -active=no -recol1s=12580 -recol1d=10378 -model=model_782,1 -model=model_783,2 -model=model_784,5 - -// 15016 -[loc_15016] -active=no -model=model_14965 - -// 15017 -[loc_15017] -active=no -anim=seq_4015 -length=5 -model=model_14964 - -// 15018 -[loc_15018] -active=no -anim=seq_4013 -length=2 -model=model_14962 - -// 15019 -[loc_15019] -sharelight=yes -active=no -width=2 -model=model_14950 - -// 15020 -[loc_15020] -sharelight=yes -active=no -width=2 -model=model_14952 - -// 15021 -[loc_15021] -active=no -length=3 -width=2 -anim=seq_4014 -model=model_14949 - -// 15022 -[loc_15022] -active=no -sharelight=yes -model=model_14963,1 - -// 15023 -[loc_15023] -active=no -sharelight=yes -mirror=yes -model=model_14963,1 - -// 15024 -[loc_15024] -active=no -sharelight=yes -model=model_14953,1 - -// 15025 -[loc_15025] -active=no -sharelight=yes -model=model_14958 - -// 15026 -[loc_15026] -active=no -sharelight=yes -model=model_14960 - -// 15027 -[loc_15027] -active=no -sharelight=yes -model=model_14961 - -// 15028 -[loc_15028] -active=no -sharelight=yes -model=model_14955 - -// 15029 -[loc_15029] -active=no -sharelight=yes -recol1s=8136 -recol1d=1276 -recol2s=25664 -recol2d=32767 -model=model_14955 - -// 15030 -[loc_15030] -ambient=25 -contrast=15 -op1=Search -blockrange=no -recol1s=14695 -recol1d=9476 -recol2s=13638 -recol2d=9476 -recol3s=12581 -recol3d=9476 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=5248 -recol6s=9410 -recol6d=5248 -model=model_7685 -name=Crate - -// 15031 -[loc_15031] -ambient=25 -contrast=15 -op1=Search -blockrange=no -recol1s=14695 -recol1d=9476 -recol2s=13638 -recol2d=9476 -recol3s=12581 -recol3d=9476 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=5248 -recol6s=9410 -recol6d=5248 -model=model_7685 -name=Crate - -// 15032 -[loc_15032] -ambient=25 -contrast=15 -op1=Search -recol1s=14695 -recol1d=9476 -recol2s=13638 -recol2d=9476 -recol3s=12581 -recol3d=9476 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=5248 -recol6s=9410 -recol6d=5248 -model=model_7700 -name=Crates - -// 15033 -[loc_15033] -active=no -ambient=30 -contrast=30 -model=model_14989,1 -model=model_14990,2 - -// 15034 -[loc_15034] -active=no -ambient=30 -contrast=30 -blockwalk=no -model=model_14988,1 - -// 15035 -[loc_15035] -active=no -ambient=10 -contrast=10 -recol1s=20935 -recol1d=22023 -recol2s=24137 -recol2d=16708 -recol3s=9445 -recol3d=22023 -recol4s=7331 -recol4d=16708 -model=model_13240,1 -model=model_13241,3 - -// 15036 -[loc_15036] -active=no -ambient=10 -contrast=10 -recol1s=20935 -recol1d=22023 -recol2s=24137 -recol2d=16708 -recol3s=9445 -recol3d=22023 -recol4s=7331 -recol4d=16708 -model=model_13242,1 - -// 15037 -[loc_15037] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_14978,1 -model=model_14979,2 -model=model_14980,3 -model=model_14981,4 -model=model_14982,5 - -// 15038 -[loc_15038] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_14983,4 - -// 15039 -[loc_15039] -ambient=7 -recol1s=20933 -recol1d=16708 -recol2s=7329 -recol2d=22023 -model=model_10089 -name=Stool - -// 15040 -[loc_15040] -width=2 -ambient=15 -blockrange=no -recol1s=16809 -recol1d=16708 -recol2s=14695 -recol2d=22023 -recol3s=13638 -recol3d=22023 -recol4s=12581 -recol4d=16708 -recol5s=11524 -recol5d=16708 -recol6s=10467 -recol6d=16708 -model=model_7906 -name=Counter - -// 15041 -[loc_15041] -width=2 -length=2 -ambient=10 -blockrange=no -recol1s=11491 -recol1d=16708 -recol2s=10434 -recol2d=22023 -recol3s=9377 -recol3d=16708 -model=model_1453 -name=Picnic table - -// 15042 -[loc_15042] -ambient=30 -contrast=30 -active=no -model=model_14986,8 -model=model_14987,Q - -// 15043 -[loc_15043] -ambient=30 -contrast=30 -model=model_14977,Q - -// 15044 -[loc_15044] -blockrange=no -recol1s=16809 -recol1d=22023 -recol2s=14695 -recol2d=22023 -recol3s=13638 -recol3d=16708 -recol4s=12581 -recol4d=16708 -model=model_9590 -name=Table - -// 15045 -[loc_15045] -ambient=10 -contrast=10 -blockrange=no -recol1s=20935 -recol1d=22023 -recol2s=17832 -recol2d=22023 -recol3s=19909 -recol3d=22023 -recol4s=18821 -recol4d=16708 -recol5s=17765 -recol5d=16708 -recol6s=17764 -recol6d=16708 -model=model_1540 -name=Bar pumps - -// 15046 -[loc_15046] -ambient=10 -contrast=10 -recol1s=6272 -recol1d=16708 -model=model_2132 -name=Warehouse shelves - -// 15047 -[loc_15047] -ambient=10 -contrast=10 -recol1s=6272 -recol1d=16708 -model=model_2133 -name=Warehouse shelves - -// 15048 -[loc_15048] -ambient=10 -contrast=10 -recol1s=6272 -recol1d=16708 -model=model_2134 -name=Warehouse shelves - -// 15049 -[loc_15049] -ambient=10 -contrast=10 -recol1s=6272 -recol1d=16708 -model=model_2135 -name=Warehouse shelves - -// 15050 -[loc_15050] -width=2 -op1=Search -model=model_14994 -model2=model_14993 -name=Altar - -// 15051 -[loc_15051] -width=2 -op1=Search -model=model_14994 -name=Altar - -// 15052 -[loc_15052] -width=2 -length=2 -op1=Close -op2=Search -recol1s=11592 -recol1d=7365 -recol2s=10535 -recol2d=6308 -recol3s=9478 -recol3d=5251 -recol4s=8420 -recol4d=4194 -recol5s=6306 -recol5d=3137 -recol6s=4192 -recol6d=2080 -model=model_11207 -model2=model_15014 -name=Coffin - -// 15053 -[loc_15053] -width=2 -length=2 -op1=Close -op2=Search -recol1s=11592 -recol1d=7365 -recol2s=10535 -recol2d=6308 -recol3s=9478 -recol3d=5251 -recol4s=8420 -recol4d=4194 -recol5s=6306 -recol5d=3137 -recol6s=4192 -recol6d=2080 -model=model_11207 -model2=model_15014 -model3=model_15028 -name=Coffin - -// 15054 -[loc_15054] -sharelight=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=9410 -recol5s=7331 -recol5d=8353 -recol6s=4128 -recol6d=7296 -retex1s=material_102 -retex1d=material_132 -model=model_6629,H - -// 15055 -[loc_15055] -sharelight=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=12581 -recol5s=7331 -recol5d=10467 -recol6s=4128 -recol6d=7296 -retex1s=material_102 -retex1d=material_132 -model=model_6631,Z - -// 15056 -[loc_15056] -active=yes -ambient=10 -op1=Open -raiseobject=no -recol1s=8387 -recol1d=12581 -recol2s=20935 -recol2d=12581 -recol3s=17764 -recol3d=12581 -model=model_5189,1 -name=Door - -// 15057 -[loc_15057] -ambient=10 -recol1s=19023 -recol1d=25298 -recol2s=17966 -recol2d=24275 -recol3s=16909 -recol3d=23218 -recol4s=15852 -recol4d=22161 -recol5s=14795 -recol5d=21102 -recol6s=12683 -recol6d=18988 -model=model_14996 -model2=model_14995 -name=Skeleton - -// 15058 -[loc_15058] -sharelight=yes -ambient=10 -recol1s=13775 -recol1d=8422 -recol2s=12718 -recol2d=7365 -recol3s=11661 -recol3d=6308 -recol4s=10604 -recol4d=5251 -recol5s=9547 -recol5d=4194 -recol6s=8490 -recol6d=3137 -model=model_15015,1 -model=model_15016,2 -model=model_15017,3 -model=model_15018,4 -model=model_15019,5 - -// 15059 -[loc_15059] -sharelight=yes -ambient=10 -recol1s=13775 -recol1d=6308 -recol2s=12718 -recol2d=5251 -recol3s=11661 -recol3d=6308 -recol4s=10604 -recol4d=5251 -recol5s=9547 -recol5d=4194 -recol6s=8490 -recol6d=3137 -model=model_15015,1 -model=model_15016,2 -model=model_15017,3 -model=model_15018,4 -model=model_15019,5 - -// 15060 -[loc_15060] -active=yes -multivar=varplayerbit_2128 -multiloc=0,loc_15057 - -// 15061 -[loc_15061] -width=2 -length=2 -op1=Close -op2=Search -multivar=varplayerbit_2129 -multiloc=0,loc_15052 -multiloc=1,loc_15053 - -// 15062 -[loc_15062] -msi=msi_1 -op1=Chop down -recol1s=5218 -recol1d=12608 -model=model_8902 -name=Teak - -// 15063 -[loc_15063] -active=yes -ambient=25 -model=model_8226 -model2=model_7766 -name=Weedy patch - -// 15064 -[loc_15064] -active=yes -ambient=25 -model=model_8225 -model2=model_7766 -name=Weedy patch - -// 15065 -[loc_15065] -active=yes -ambient=25 -model=model_8224 -model2=model_7766 -name=Weedy patch - -// 15066 -[loc_15066] -active=yes -ambient=25 -model=model_8223 -model2=model_7766 -name=Weedy patch - -// 15067 -[loc_15067] -active=yes -multivar=varplayerbit_2135 -multiloc=0,loc_15063 -multiloc=1,loc_15064 -multiloc=2,loc_15065 -multiloc=3,loc_15066 - -// 15068 -[loc_15068] -active=yes -ambient=25 -recol1s=4418 -recol1d=10562 -recol2s=8612 -recol2d=13732 -recol3s=5635 -recol3d=15846 -recol4s=13633 -recol4d=15910 -model=model_8220 -model2=model_7766 -name=Dry patch - -// 15069 -[loc_15069] -active=yes -ambient=25 -model=model_8220 -model2=model_7766 -name=Dry patch - -// 15070 -[loc_15070] -active=yes -ambient=25 -model=model_8220 -model2=model_8222 -model3=model_7766 -name=Dry patch - -// 15071 -[loc_15071] -active=yes -multivar=varplayerbit_2136 -multiloc=0,loc_15068 -multiloc=1,loc_15069 -multiloc=2,loc_15070 - -// 15072 -[loc_15072] -active=yes -model=model_7766 -name=Barren patch - -// 15073 -[loc_15073] -active=yes -model=model_1065 -model2=model_7766 -name=Barren patch - -// 15074 -[loc_15074] -active=yes -multivar=varplayerbit_2137 -multiloc=0,loc_15072 -multiloc=1,loc_15073 - -// 15075 -[loc_15075] -active=yes -model=model_15107 -model2=model_15111 -model3=model_7766 -name=Flax - -// 15076 -[loc_15076] -active=yes -model=model_15107 -model2=model_15110 -model3=model_7766 -name=Flax - -// 15077 -[loc_15077] -active=yes -model=model_15107 -model2=model_15109 -model3=model_7766 -name=Flax - -// 15078 -[loc_15078] -active=yes -model=model_15107 -model2=model_7766 -name=Flax - -// 15079 -[loc_15079] -active=yes -multivar=varplayerbit_2138 -multiloc=0,loc_15075 -multiloc=1,loc_15076 -multiloc=2,loc_15077 -multiloc=3,loc_15078 - -// 15080 -[loc_15080] -width=2 -length=2 -active=yes -model=model_7801 -model2=model_7875 -model3=model_7766 -name=Herbs - -// 15081 -[loc_15081] -width=2 -length=2 -active=yes -model=model_7800 -model2=model_7875 -model3=model_7766 -name=Herbs - -// 15082 -[loc_15082] -width=2 -length=2 -active=yes -model=model_7798 -model2=model_7875 -model3=model_7766 -name=Herbs - -// 15083 -[loc_15083] -width=2 -length=2 -active=yes -model=model_7794 -model2=model_7875 -model3=model_7766 -name=Herbs - -// 15084 -[loc_15084] -width=2 -length=2 -active=yes -multivar=varplayerbit_2139 -multiloc=0,loc_15080 -multiloc=1,loc_15081 -multiloc=2,loc_15082 -multiloc=3,loc_15083 - -// 15085 -[loc_15085] -active=no -forcedecor=yes -model=model_15061,0 - -// 15086 -[loc_15086] -sharelight=yes -model=model_3732,A -model=model_3733,D -model=model_3734,G -model=model_3735,H -model=model_3736,Z - -// 15087 -[loc_15087] -active=no -sharelight=yes -model=model_4375,8 -model=model_4377,A -model=model_4379,H -model=model_4380,Z - -// 15088 -[loc_15088] -width=2 -blockrange=no -recol1s=11523 -recol1d=16740 -recol2s=9409 -recol2d=9445 -model=model_5492 -name=Bench - -// 15089 -[loc_15089] -active=no -recol1s=9542 -recol1d=13670 -recol2s=7428 -recol2d=12613 -recol3s=6371 -recol3d=11556 -recol4s=5314 -recol4d=7362 -recol5s=4257 -recol5d=5281 -recol6s=3200 -recol6d=3201 -model=model_14005,1 -model=model_14006,2 -model=model_14007,3 -model=model_14008,4 -model=model_14009,5 - -// 15090 -[loc_15090] -active=no -recol1s=9542 -recol1d=13670 -recol2s=7428 -recol2d=12613 -recol3s=6371 -recol3d=11556 -recol4s=5314 -recol4d=7362 -recol5s=4257 -recol5d=5281 -recol6s=3200 -recol6d=3201 -model=model_15071,1 - -// 15091 -[loc_15091] -blockrange=no -recol1s=21992 -recol1d=13670 -recol2s=20935 -recol2d=11556 -recol3s=20901 -recol3d=7362 -recol4s=18821 -recol4d=5281 -model=model_4289 -name=Chair - -// 15092 -[loc_15092] -length=2 -blockrange=no -recol1s=20935 -recol1d=13670 -recol2s=18821 -recol2d=11556 -recol3s=17764 -recol3d=7362 -recol4s=16707 -recol4d=5281 -model=model_4325 -name=Table - -// 15093 -[loc_15093] -recol1s=20933 -recol1d=13670 -recol2s=7329 -recol2d=11556 -model=model_10089 -name=Stool - -// 15094 -[loc_15094] -length=2 -recol1s=20933 -recol1d=13670 -recol2s=10496 -recol2d=11556 -recol3s=7329 -recol3d=11556 -recol4s=15857 -recol4d=12482 -model=model_5440 -name=Bed - -// 15095 -[loc_15095] -length=2 -recol1s=20933 -recol1d=13670 -recol2s=10496 -recol2d=11556 -recol3s=7329 -recol3d=11556 -recol4s=15857 -recol4d=13710 -model=model_5440 -name=Bed - -// 15096 -[loc_15096] -length=2 -recol1s=20933 -recol1d=13670 -recol2s=10496 -recol2d=11556 -recol3s=7329 -recol3d=11556 -recol4s=15857 -recol4d=17999 -model=model_5440 -name=Bed - -// 15097 -[loc_15097] -length=2 -blockrange=no -recol1s=24137 -recol1d=13670 -recol2s=24072 -recol2d=11556 -recol3s=20935 -recol3d=7362 -recol4s=18821 -recol4d=5281 -model=model_4305 -name=Bed - -// 15098 -[loc_15098] -active=yes -recol1s=24137 -recol1d=13670 -recol2s=17764 -recol2d=12613 -model=model_4320,Q -name=Shelf - -// 15099 -[loc_15099] -active=yes -recol1s=24137 -recol1d=13670 -recol2s=17764 -recol2d=12613 -model=model_4319,Q -name=Shelf - -// 15100 -[loc_15100] -active=yes -recol1s=24137 -recol1d=13670 -recol2s=17764 -recol2d=12613 -model=model_4318,Q -name=Shelf - -// 15101 -[loc_15101] -active=yes -recol1s=24137 -recol1d=13670 -recol2s=17764 -recol2d=12613 -model=model_4321,Q -name=Shelf - -// 15102 -[loc_15102] -active=yes -recol1s=24137 -recol1d=13670 -recol2s=17764 -recol2d=12613 -model=model_4316,Q -name=Shelf - -// 15103 -[loc_15103] -recol1s=20935 -recol1d=13670 -recol2s=19909 -recol2d=12613 -recol3s=18821 -recol3d=11556 -recol4s=17764 -recol4d=7362 -recol5s=15684 -recol5d=5281 -recol6s=11490 -recol6d=3201 -model=model_5281 -model2=model_5282 -name=Bar pumps - -// 15104 -[loc_15104] -recol1s=20935 -recol1d=13670 -recol2s=19909 -recol2d=12613 -recol3s=18821 -recol3d=11556 -recol4s=17764 -recol4d=7362 -recol5s=15684 -recol5d=5281 -recol6s=11490 -recol6d=3201 -model=model_5281 -name=Bar - -// 15105 -[loc_15105] -ambient=25 -blockrange=no -recol1s=13605 -recol1d=13670 -recol2s=12548 -recol2d=12613 -recol3s=11491 -recol3d=11556 -recol4s=10434 -recol4d=7362 -recol5s=7297 -recol5d=5281 -model=model_8232 -model2=model_9531 -name=Barrel - -// 15106 -[loc_15106] -ambient=20 -recol1s=14695 -recol1d=13670 -recol2s=13638 -recol2d=12613 -recol3s=12581 -recol3d=11556 -recol4s=11524 -recol4d=7362 -recol5s=10467 -recol5d=5281 -recol6s=9410 -recol6d=3201 -model=model_7700 -name=Crates - -// 15107 -[loc_15107] -ambient=20 -recol1s=14695 -recol1d=13670 -recol2s=13638 -recol2d=12613 -recol3s=12581 -recol3d=11556 -recol4s=11524 -recol4d=7362 -recol5s=10467 -recol5d=5281 -recol6s=9410 -recol6d=3201 -model=model_7699 -name=Crate - -// 15108 -[loc_15108] -ambient=25 -blockrange=no -recol1s=13605 -recol1d=13670 -recol2s=12548 -recol2d=12613 -recol3s=11491 -recol3d=11556 -recol4s=10434 -recol4d=7362 -recol5s=7297 -recol5d=5281 -model=model_8232 -name=Barrel - -// 15109 -[loc_15109] -recol1s=14695 -recol1d=13670 -recol2s=13638 -recol2d=12613 -recol3s=12581 -recol3d=11556 -recol4s=11524 -recol4d=7362 -recol5s=10467 -recol5d=5281 -recol6s=9410 -recol6d=3201 -model=model_7704 -name=Crates - -// 15110 -[loc_15110] -recol1s=8386 -recol1d=13670 -recol2s=7329 -recol2d=11556 -recol3s=6272 -recol3d=7362 -model=model_2132 -name=Warehouse shelves - -// 15111 -[loc_15111] -recol1s=8386 -recol1d=13670 -recol2s=7329 -recol2d=11556 -recol3s=6272 -recol3d=7362 -model=model_2133 -name=Warehouse shelves - -// 15112 -[loc_15112] -recol1s=8386 -recol1d=13670 -recol2s=7329 -recol2d=11556 -recol3s=6272 -recol3d=7362 -model=model_2133 -name=Warehouse shelves - -// 15113 -[loc_15113] -recol1s=8386 -recol1d=13670 -recol2s=7329 -recol2d=11556 -recol3s=6272 -recol3d=7362 -model=model_2133 -name=Warehouse shelves - -// 15114 -[loc_15114] -width=2 -ambient=15 -blockrange=no -recol1s=16809 -recol1d=13670 -recol2s=14695 -recol2d=12613 -recol3s=13638 -recol3d=11556 -recol4s=12581 -recol4d=7362 -recol5s=11524 -recol5d=5281 -recol6s=10467 -recol6d=3201 -model=model_7906 -name=Counter - -// 15115 -[loc_15115] -ambient=10 -msi=msi_7 -op1=Climb-up -forceapproach=south -recol1s=16708 -recol1d=13670 -recol2s=12514 -recol2d=7362 -recol3s=11457 -recol3d=12613 -model=model_5187 -name=Ladder - -// 15116 -[loc_15116] -op1=Climb-down -msi=msi_7 -sharelight=yes -ambient=10 -forceapproach=east -recol1s=16708 -recol1d=13670 -recol2s=12514 -recol2d=7362 -recol3s=11457 -recol3d=12613 -recol4s=16640 -recol4d=5281 -model=model_14781 -name=Ladder - -// 15117 -[loc_15117] -ambient=15 -recol1s=8485 -recol1d=13670 -recol2s=5314 -recol2d=11556 -recol3s=4257 -recol3d=5281 -recol4s=15883 -recol4d=28431 -model=model_13969 -name=Bookcase - -// 15118 -[loc_15118] -ambient=15 -recol1s=8485 -recol1d=13670 -recol2s=5314 -recol2d=11556 -recol3s=4257 -recol3d=5281 -recol4s=15883 -recol4d=28431 -model=model_13970 -name=Bookcase - -// 15119 -[loc_15119] -ambient=15 -recol1s=8485 -recol1d=13670 -recol2s=5314 -recol2d=11556 -recol3s=4257 -recol3d=5281 -recol4s=15883 -recol4d=28431 -model=model_13971 -name=Bookcase - -// 15120 -[loc_15120] -recol1s=25405 -recol1d=9510 -recol2s=23292 -recol2d=6339 -recol3s=270 -recol3d=5282 -model=model_4892 -name=Fungus - -// 15121 -[loc_15121] -recol1s=25405 -recol1d=9510 -recol2s=23292 -recol2d=6339 -recol3s=270 -recol3d=5282 -model=model_4893 -name=Fungus - -// 15122 -[loc_15122] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -model=model_15059,1 - -// 15123 -[loc_15123] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -model=model_15051,1 - -// 15124 -[loc_15124] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -model=model_15051,1 - -// 15125 -[loc_15125] -active=no -hillskew=yes -blockrange=no -recol1s=11592 -recol1d=9510 -recol2s=9479 -recol2d=8453 -recol3s=8454 -recol3d=7396 -recol4s=8422 -recol4d=6339 -model=model_3722 - -// 15126 -[loc_15126] -active=no -width=2 -length=2 -hillskew=yes -resizex=256 -resizey=256 -resizez=256 -blockrange=no -recol1s=11592 -recol1d=9510 -recol2s=9479 -recol2d=8453 -recol3s=8454 -recol3d=7396 -recol4s=8422 -recol4d=6339 -model=model_3722 - -// 15127 -[loc_15127] -width=2 -op1=Take-axe -blockrange=no -recol1s=8486 -recol1d=13671 -retex1s=material_102 -retex1d=material_63 -retex2s=material_91 -retex2d=material_246 -model=model_15056 -model2=model_11003 -name=Rocks - -// 15128 -[loc_15128] -width=2 -blockrange=no -recol1s=8486 -recol1d=13671 -model=model_15056 -name=Rocks - -// 15129 -[loc_15129] -active=no -blockrange=no -recol1s=15789 -recol1d=11493 -model=model_11004 - -// 15130 -[loc_15130] -hillskew=yes -ambient=0 -sharelight=yes -contrast=0 -active=no -recol1s=16740 -recol1d=13670 -recol2s=9445 -recol2d=11556 -model=model_5865 - -// 15131 -[loc_15131] -hillskew=yes -ambient=0 -contrast=0 -sharelight=yes -active=no -recol1s=16740 -recol1d=13670 -recol2s=9445 -recol2d=11556 -model=model_5866 - -// 15132 -[loc_15132] -hillskew=yes -mirror=yes -ambient=0 -contrast=0 -sharelight=yes -active=no -recol1s=16740 -recol1d=13670 -recol2s=9445 -recol2d=11556 -model=model_5868 - -// 15133 -[loc_15133] -hillskew=yes -ambient=0 -contrast=0 -sharelight=yes -active=no -recol1s=16740 -recol1d=13670 -recol2s=9445 -recol2d=11556 -model=model_5868 - -// 15134 -[loc_15134] -hillskew=yes -shadow=no -active=yes -ambient=35 -recol1s=8386 -recol1d=13670 -recol2s=10400 -recol2d=11556 -recol3s=9737 -recol3d=12551 -recol4s=18835 -recol4d=5287 -model=model_8999,1 -name=Dyed fabric - -// 15135 -[loc_15135] -mirror=yes -hillskew=yes -shadow=no -active=yes -ambient=35 -recol1s=8386 -recol1d=13670 -recol2s=10400 -recol2d=11556 -recol3s=9737 -recol3d=25254 -recol4s=18835 -recol4d=17632 -model=model_8999,1 -name=Dyed fabric - -// 15136 -[loc_15136] -hillskew=yes -shadow=no -active=yes -ambient=35 -recol1s=6274 -recol1d=11556 -recol2s=14469 -recol2d=16512 -recol3s=24175 -recol3d=12717 -retex1s=material_97 -retex1d=material_123 -model=model_8998,1 -name=Dyed fabric - -// 15137 -[loc_15137] -length=2 -blockrange=no -recol1s=20076 -recol1d=20611 -recol2s=32767 -recol2d=20121 -retex1s=material_22 -retex1d=material_16 -model=model_15054 -name=Table - -// 15138 -[loc_15138] -recol1s=29312 -recol1d=12551 -recol2s=6420 -recol2d=25240 -recol3s=20677 -recol3d=17632 -recol4s=11408 -recol4d=25254 -recol5s=6662 -recol5d=12717 -model=model_15055 -name=Dye Pots - -// 15139 -[loc_15139] -recol1s=2251 -recol1d=12551 -recol2s=4230 -recol2d=25240 -recol3s=12320 -recol3d=17632 -recol4s=352 -recol4d=25254 -model=model_5561 -name=Cloth - -// 15140 -[loc_15140] -recol1s=11457 -recol1d=11556 -recol2s=8529 -recol2d=25240 -model=model_9554 -name=Clothes model - -// 15141 -[loc_15141] -recol1s=11457 -recol1d=11556 -recol2s=8529 -recol2d=17632 -model=model_9554 -name=Clothes model - -// 15142 -[loc_15142] -recol1s=11457 -recol1d=11556 -recol2s=14728 -recol2d=5287 -model=model_9553 -name=Clothes model - -// 15143 -[loc_15143] -recol1s=11457 -recol1d=11556 -recol2s=14728 -recol2d=12717 -model=model_9553 -name=Clothes model - -// 15144 -[loc_15144] -active=yes -ambient=25 -model=model_2066,Q -name=Clothes equipment - -// 15145 -[loc_15145] -blockwalk=no -ambient=25 -recol1s=10829 -recol1d=12551 -recol2s=21923 -recol2d=25240 -recol3s=9485 -recol3d=17632 -recol4s=15490 -recol4d=25254 -recol5s=16678 -recol5d=12717 -recol6s=11491 -recol6d=11556 -model=model_2100,8 -model=model_7745,Q -name=Clothing shelves - -// 15146 -[loc_15146] -hillskew=yes -active=no -recol1s=15618 -recol1d=5283 -recol2s=14594 -recol2d=5283 -recol3s=13505 -recol3d=5283 -model=model_1124,0 - -// 15147 -[loc_15147] -hillskew=yes -active=no -recol1s=15618 -recol1d=5283 -recol2s=14594 -recol2d=5283 -recol3s=13505 -recol3d=5283 -model=model_1139,0 - -// 15148 -[loc_15148] -hillskew=yes -active=no -recol1s=15618 -recol1d=5283 -recol2s=14594 -recol2d=5283 -recol3s=13505 -recol3d=5283 -model=model_1032,0 - -// 15149 -[loc_15149] -active=no -hillskew=yes -msi=msi_11 -active=no -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=9510 -model=model_818 - -// 15150 -[loc_15150] -active=no -hillskew=yes -msi=msi_11 -active=no -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recol1s=12580 -recol1d=9510 -model=model_819 - -// 15151 -[loc_15151] -active=no -blockwalk=no -hillskew=yes -msi=msi_12 -resizex=64 -resizey=64 -resizez=64 -recol1s=12580 -recol1d=9510 -retex1s=material_329 -retex1d=material_69 -model=model_820 - -// 15152 -[loc_15152] -active=no -blockwalk=no -hillskew=yes -msi=msi_12 -resizex=64 -resizey=64 -resizez=64 -recol1s=12580 -recol1d=9510 -model=model_821 - -// 15153 -[loc_15153] -hillskew=yes -active=no -recol1s=15618 -recol1d=9510 -recol2s=14594 -recol2d=9510 -recol3s=13505 -recol3d=9510 -model=model_1124,0 - -// 15154 -[loc_15154] -hillskew=yes -active=no -recol1s=15618 -recol1d=9510 -recol2s=14594 -recol2d=9510 -recol3s=13505 -recol3d=9510 -model=model_1139,0 - -// 15155 -[loc_15155] -hillskew=yes -active=no -recol1s=15618 -recol1d=9510 -recol2s=14594 -recol2d=9510 -recol3s=13505 -recol3d=9510 -model=model_1032,0 - -// 15156 -[loc_15156] -anim=seq_475 -blockwalk=yes -ambient=75 -contrast=75 -bgsound=synth_2065,3 -blockrange=no -model=model_3818 -name=Fire - -// 15157 -[loc_15157] -active=no -ambient=10 -forcedecor=yes -recol1s=11524 -recol1d=9510 -recol2s=11521 -recol2d=8453 -recol3s=9410 -recol3d=7396 -recol4s=8353 -recol4d=6339 -recol5s=6274 -recol5d=11556 -model=model_5438,0 - -// 15158 -[loc_15158] -recol1s=20933 -recol1d=13670 -recol2s=14628 -recol2d=11556 -recol3s=12514 -recol3d=11556 -model=model_5439 -name=Standing torch - -// 15159 -[loc_15159] -anim=seq_481 -ambient=40 -contrast=40 -active=no -hardshadow=no -model=model_38133 - -// 15160 -[loc_15160] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_560 -retex1d=material_70 -model=model_9970,1 - -// 15161 -[loc_15161] -anim=seq_481 -ambient=60 -contrast=60 -model=model_9962,Q - -// 15162 -[loc_15162] -ambient=15 -contrast=15 -recol1s=7398 -recol1d=13670 -recol2s=10571 -recol2d=11556 -model=model_5966,Q - -// 15163 -[loc_15163] -ambient=15 -contrast=15 -recol1s=7398 -recol1d=13670 -recol2s=10571 -recol2d=11556 -model=model_5968,Q - -// 15164 -[loc_15164] -ambient=15 -contrast=15 -recol1s=7398 -recol1d=13670 -recol2s=10571 -recol2d=11556 -model=model_5968,Q - -// 15165 -[loc_15165] -recol1s=9445 -recol1d=13670 -recol2s=7398 -recol2d=11556 -model=model_5935 -name=Hat stand - -// 15166 -[loc_15166] -active=yes -recol1s=9445 -recol1d=13670 -model=model_5919 -name=Armour - -// 15167 -[loc_15167] -active=yes -recol1s=9445 -recol1d=13670 -model=model_5920 -name=Armour - -// 15168 -[loc_15168] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 15169 -[loc_15169] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_560 -retex1d=material_418 -model=model_5414,5 - -// 15170 -[loc_15170] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=9576 -recol3s=8421 -recol3d=9543 -recol4s=9478 -recol4d=9511 -recol5s=10535 -recol5d=9510 -recol6s=11592 -recol6d=9510 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 15171 -[loc_15171] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_560 -retex1d=material_418 -model=model_15053,1 - -// 15172 -[loc_15172] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_560 -retex1d=material_418 -model=model_15053,1 - -// 15173 -[loc_15173] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=9510 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 15174 -[loc_15174] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=9510 -model=model_823 - -// 15175 -[loc_15175] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=9510 -retex1s=material_72 -retex1d=material_418 -model=model_787 - -// 15176 -[loc_15176] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=9510 -model=model_825 - -// 15177 -[loc_15177] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=9510 -recol3s=9478 -recol3d=9510 -recol4s=8421 -recol4d=9510 -recol5s=7364 -recol5d=9510 -recol6s=6307 -recol6d=9510 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 15178 -[loc_15178] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=9510 -recol3s=9478 -recol3d=9510 -recol4s=8421 -recol4d=9510 -recol5s=7364 -recol5d=9510 -recol6s=6307 -recol6d=9510 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 15179 -[loc_15179] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=9510 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 15180 -[loc_15180] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=9510 -model=model_823 - -// 15181 -[loc_15181] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=9510 -model=model_787 - -// 15182 -[loc_15182] -blockrange=no -model=model_15067 -model2=model_15068 -model3=model_15069 -name=Eggs - -// 15183 -[loc_15183] -blockrange=no -model=model_15062 -model2=model_15067 -model3=model_15066 -model4=model_15069 -name=Eggs - -// 15184 -[loc_15184] -blockrange=no -model=model_15062 -model2=model_15066 -model3=model_15069 -name=Eggs - -// 15185 -[loc_15185] -blockrange=no -model=model_15066 -name=Eggs - -// 15186 -[loc_15186] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_83 -retex1d=material_126 -retex2s=material_72 -retex2d=material_70 -model=model_9247,1 -name=Crevice - -// 15187 -[loc_15187] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_72 -retex1d=material_70 -retex2s=material_83 -retex2d=material_126 -model=model_9247,1 -name=Crevice - -// 15188 -[loc_15188] -sharelight=yes -resizey=64 -op1=Enter -recol1s=11592 -recol1d=9510 -recol2s=9478 -recol2d=8453 -recol3s=7364 -recol3d=7396 -recol4s=5250 -recol4d=6339 -recol5s=3136 -recol5d=5282 -recol6s=0 -recol6d=4225 -model=model_15060 -name=Tunnel - -// 15189 -[loc_15189] -sharelight=yes -op1=Enter -recol1s=11592 -recol1d=9510 -recol2s=9478 -recol2d=8453 -recol3s=7364 -recol3d=7396 -recol4s=5250 -recol4d=6339 -recol5s=3136 -recol5d=5282 -recol6s=0 -recol6d=4225 -model=model_15060 -name=Tunnel - -// 15190 -[loc_15190] -ambient=50 -length=3 -model=model_13908 -name=Light - -// 15191 -[loc_15191] -ambient=50 -length=3 -op1=Climb-up -model=model_1487 -model2=model_13908 -model3=model_13909 -name=Exit - -// 15192 -[loc_15192] -active=no -forcedecor=yes -ambient=50 -model=model_11005,0 - -// 15193 -[loc_15193] -active=yes -multivar=varplayerbit_2141 -multiloc=0,loc_15190 -multiloc=10,loc_15190 -multiloc=20,loc_15190 -multiloc=30,loc_15190 -multiloc=40,loc_15190 -multiloc=50,loc_15190 -multiloc=60,loc_15190 -multiloc=70,loc_15190 -multiloc=80,loc_15190 -multiloc=90,loc_15190 -multiloc=100,loc_15190 -multiloc=110,loc_15190 -multiloc=120,loc_15191 -multiloc=130,loc_15191 - -// 15194 -[loc_15194] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_83 -retex1d=material_126 -retex2s=material_72 -retex2d=material_70 -model=model_9247,1 -name=Crevice - -// 15195 -[loc_15195] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_83 -retex1d=material_126 -retex2s=material_72 -retex2d=material_70 -model=model_9247,1 -name=Crevice - -// 15196 -[loc_15196] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_83 -retex1d=material_126 -retex2s=material_72 -retex2d=material_70 -model=model_9247,1 -name=Crevice - -// 15197 -[loc_15197] -sharelight=yes -hillskew=yes -active=yes -op1=Squeeze-through -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=8453 -recol3s=9478 -recol3d=7396 -recol4s=8421 -recol4d=6339 -recol5s=7364 -recol5d=5282 -recol6s=6307 -recol6d=4225 -retex1s=material_83 -retex1d=material_126 -retex2s=material_72 -retex2d=material_70 -model=model_9247,1 -name=Crevice - -// 15198 -[loc_15198] -blockrange=no -model=model_15057 -name=Rock - -// 15199 -[loc_15199] -blockrange=no -model=model_15057 -model2=model_15058 -name=Rock - -// 15200 -[loc_15200] -active=yes -multivar=varplayerbit_2141 -multiloc=0,loc_15198 -multiloc=10,loc_15198 -multiloc=20,loc_15198 -multiloc=30,loc_15198 -multiloc=40,loc_15198 -multiloc=50,loc_15198 -multiloc=60,loc_15198 -multiloc=70,loc_15198 -multiloc=80,loc_15198 -multiloc=90,loc_15198 -multiloc=100,loc_15198 -multiloc=110,loc_15198 -multiloc=120,loc_15199 -multiloc=130,loc_15199 - -// 15201 -[loc_15201] -blockrange=no -model=model_15049 -name=Hole - -// 15202 -[loc_15202] -op1=Climb-down -blockrange=no -model=model_15049 -model2=model_15052 -name=Hole - -// 15203 -[loc_15203] -active=yes -multivar=varplayerbit_2141 -multiloc=0,loc_15201 -multiloc=10,loc_15201 -multiloc=20,loc_15201 -multiloc=30,loc_15201 -multiloc=40,loc_15201 -multiloc=50,loc_15201 -multiloc=60,loc_15201 -multiloc=70,loc_15201 -multiloc=80,loc_15201 -multiloc=90,loc_15201 -multiloc=100,loc_15201 -multiloc=110,loc_15201 -multiloc=120,loc_15202 -multiloc=130,loc_15202 - -// 15204 -[loc_15204] -active=yes -op1=Open -raiseobject=no -recol1s=20935 -recol1d=11556 -recol2s=8387 -recol2d=12613 -recol3s=17764 -recol3d=11556 -recol4s=7330 -recol4d=7362 -recol5s=0 -recol5d=5281 -model=model_5189,1 -name=Door - -// 15205 -[loc_15205] -active=yes -op1=Close -raiseobject=no -recol1s=20935 -recol1d=11556 -recol2s=8387 -recol2d=12613 -recol3s=17764 -recol3d=11556 -recol4s=7330 -recol4d=7362 -recol5s=0 -recol5d=5281 -model=model_5189,1 -name=Door - -// 15206 -[loc_15206] -anim=seq_475 -op1=Search -hardshadow=no -recol1s=15821 -recol1d=9510 -recol2s=12618 -recol2d=7396 -recol3s=11561 -recol3d=11624 -recol4s=11593 -recol4d=7396 -recol5s=7399 -recol5d=9510 -recol6s=6342 -recol6d=14793 -model=model_2262 -model2=model_15099 -name=Fire remains - -// 15207 -[loc_15207] -anim=seq_475 -op1=Search -hardshadow=no -recol1s=15821 -recol1d=9510 -recol2s=12618 -recol2d=7396 -recol3s=11561 -recol3d=11624 -recol4s=11593 -recol4d=7396 -recol5s=7399 -recol5d=9510 -recol6s=6342 -recol6d=14793 -model=model_2262 -model2=model_15099 -name=Fire remains - -// 15208 -[loc_15208] -anim=seq_475 -op1=Search -hardshadow=no -recol1s=15821 -recol1d=9510 -recol2s=12618 -recol2d=7396 -recol3s=11561 -recol3d=11624 -recol4s=11593 -recol4d=7396 -recol5s=7399 -recol5d=9510 -recol6s=6342 -recol6d=14793 -model=model_2262 -model2=model_15099 -name=Fire remains - -// 15209 -[loc_15209] -anim=seq_475 -op1=Search -hardshadow=no -recol1s=15821 -recol1d=9510 -recol2s=12618 -recol2d=7396 -recol3s=11561 -recol3d=11624 -recol4s=11593 -recol4d=7396 -recol5s=7399 -recol5d=9510 -recol6s=6342 -recol6d=14793 -model=model_2262 -model2=model_15099 -name=Fire remains - -// 15210 -[loc_15210] -anim=seq_475 -op1=Search -hardshadow=no -recol1s=15821 -recol1d=9510 -recol2s=12618 -recol2d=7396 -recol3s=11561 -recol3d=11624 -recol4s=11593 -recol4d=7396 -recol5s=7399 -recol5d=9510 -recol6s=6342 -recol6d=14793 -model=model_2262 -model2=model_15099 -name=Fire remains - -// 15211 -[loc_15211] -forcedecor=yes -blockwalk=no -active=no -model=model_15072 - -// 15212 -[loc_15212] -forcedecor=yes -blockwalk=no -active=no -model=model_15065 - -// 15213 -[loc_15213] -blockwalk=no -active=yes -op1=Look-at -model=model_7766 -name=Rocks - -// 15214 -[loc_15214] -anim=seq_523 -bgsound=synth_3142,3 -blockrange=no -model=model_15101 -name=Steam Vent - -// 15215 -[loc_15215] -active=yes -blockwalk=no -bgsound=synth_3142,3 -model=model_15070,0 -name=Steam Vent - -// 15216 -[loc_15216] -op1=Swing-on -length=2 -blockwalk=no -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=9510 -recol3s=9478 -recol3d=9510 -recol4s=8421 -recol4d=9510 -recol5s=7364 -recol5d=9510 -recol6s=6307 -recol6d=9510 -model=model_15100 -name=Ropeswing - -// 15217 -[loc_15217] -length=2 -blockwalk=no -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=9510 -recol3s=9478 -recol3d=9510 -recol4s=8421 -recol4d=9510 -recol5s=7364 -recol5d=9510 -recol6s=6307 -recol6d=9510 -model=model_15094 -name=Rock - -// 15218 -[loc_15218] -sharelight=yes -width=2 -length=2 -blockwalk=no -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=9510 -recol3s=9478 -recol3d=9510 -recol4s=8421 -recol4d=9510 -recol5s=7364 -recol5d=9510 -recol6s=6307 -recol6d=9510 -model=model_15095 -name=Rock - -// 15219 -[loc_15219] -sharelight=yes -width=2 -length=2 -recol1s=11592 -recol1d=9510 -recol2s=10535 -recol2d=9510 -recol3s=9478 -recol3d=9510 -recol4s=8421 -recol4d=9510 -recol5s=7364 -recol5d=9510 -recol6s=6307 -recol6d=9510 -retex1s=material_560 -retex1d=material_70 -model=model_15092 -name=Rock - -// 15220 -[loc_15220] -length=2 -active=no -model=model_15093 - -// 15221 -[loc_15221] -length=2 -active=no -mirror=yes -model=model_15093 - -// 15222 -[loc_15222] -forcedecor=yes -model=model_15082 -name=Platform - -// 15223 -[loc_15223] -forcedecor=yes -model=model_15083 -name=Platform - -// 15224 -[loc_15224] -forcedecor=yes -model=model_15080 -name=Platform - -// 15225 -[loc_15225] -forcedecor=yes -op1=Use-lift -model=model_15080 -name=Platform - -// 15226 -[loc_15226] -forcedecor=yes -model=model_15077 -name=Platform - -// 15227 -[loc_15227] -model=model_15074 -model2=model_15078 -name=Engine Platform - -// 15228 -[loc_15228] -model=model_15074 -model2=model_15075 -name=Lift Engine - -// 15229 -[loc_15229] -anim=seq_4022 -model=model_15074 -model2=model_15076 -name=Lift Engine - -// 15230 -[loc_15230] -model=model_15085 -name=Broken Scaffold - -// 15231 -[loc_15231] -model=model_15086 -name=Scaffold - -// 15232 -[loc_15232] -model=model_15084 -name=Scaffold - -// 15233 -[loc_15233] -model=model_15089 -name=Broken Scaffold - -// 15234 -[loc_15234] -model=model_15087 -name=Scaffold - -// 15235 -[loc_15235] -model=model_15088 -name=Scaffold - -// 15236 -[loc_15236] -model=model_15090 -name=Scaffold - -// 15237 -[loc_15237] -forcedecor=yes -active=yes -op1=Use-lift -blockwalk=yes -model=model_15081,0 -name=Lift Platform - -// 15238 -[loc_15238] -anim=seq_4022 -active=yes -multivar=varplayerbit_2146 -multiloc=0,loc_15226 -multiloc=1,loc_15226 -multiloc=2,loc_15226 -multiloc=3,loc_15226 -multiloc=4,loc_15227 -multiloc=5,loc_15227 -multiloc=6,loc_15228 -multiloc=7,loc_15229 -multiloc=8,loc_15229 -multiloc=9,loc_15229 - -// 15239 -[loc_15239] -active=yes -multivar=varplayerbit_2146 -multiloc=0,loc_15222 -multiloc=1,loc_15222 -multiloc=2,loc_15222 -multiloc=3,loc_15222 -multiloc=4,loc_15222 -multiloc=5,loc_15223 -multiloc=6,loc_15224 -multiloc=7,loc_15225 - -// 15240 -[loc_15240] -active=yes -multivar=varplayerbit_2146 -multiloc=0,loc_15230 -multiloc=1,loc_15231 -multiloc=2,loc_15231 -multiloc=3,loc_15231 -multiloc=4,loc_15232 -multiloc=5,loc_15232 -multiloc=6,loc_15232 -multiloc=7,loc_15232 -multiloc=8,loc_15232 -multiloc=9,loc_15232 - -// 15241 -[loc_15241] -active=yes -width=3 -multivar=varplayerbit_2146 -multiloc=0,loc_15233 -multiloc=1,loc_15233 -multiloc=2,loc_15235 -multiloc=3,loc_15236 -multiloc=4,loc_15234 -multiloc=5,loc_15234 -multiloc=6,loc_15234 -multiloc=7,loc_15234 -multiloc=8,loc_15234 -multiloc=9,loc_15234 - -// 15242 -[loc_15242] -active=yes -multivar=varplayerbit_2146 -multiloc=9,loc_15237 - -// 15243 -[loc_15243] -ambient=10 -op1=Take-beam -recol1s=14695 -recol1d=13670 -recol2s=13638 -recol2d=12613 -recol3s=12581 -recol3d=11556 -recol4s=11524 -recol4d=7362 -recol5s=10467 -recol5d=5281 -recol6s=9410 -recol6d=3201 -model=model_7699 -name=Crate - -// 15244 -[loc_15244] -ambient=10 -op1=Take-pulley-beam -recol1s=14695 -recol1d=13670 -recol2s=13638 -recol2d=12613 -recol3s=12581 -recol3d=11556 -recol4s=11524 -recol4d=7362 -recol5s=10467 -recol5d=5281 -recol6s=9410 -recol6d=3201 -model=model_7699 -name=Crate - -// 15245 -[loc_15245] -ambient=10 -op1=Take-rope -recol1s=14695 -recol1d=13670 -recol2s=13638 -recol2d=12613 -recol3s=12581 -recol3d=11556 -recol4s=11524 -recol4d=7362 -recol5s=10467 -recol5d=5281 -recol6s=9410 -recol6d=3201 -model=model_7699 -name=Crate - -// 15246 -[loc_15246] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=9510 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 15247 -[loc_15247] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=9510 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 15248 -[loc_15248] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=9510 -recol2s=6342 -recol2d=4226 -model=model_3195 -name=Rocks - -// 15249 -[loc_15249] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=9510 -recol2s=6342 -recol2d=9510 -model=model_3184 -name=Rocks - -// 15250 -[loc_15250] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=9510 -recol2s=6342 -recol2d=9510 -model=model_3183 -name=Rocks - -// 15251 -[loc_15251] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=9510 -recol2s=6342 -recol2d=9510 -model=model_3195 -name=Rocks - -// 15252 -[loc_15252] -length=2 -active=yes -blockwalk=no -multivar=varplayerbit_2147 -multiloc=0,loc_15217 -multiloc=1,loc_15216 - -// 15253 -[loc_15253] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=9510 -recol2s=6342 -recol2d=4226 -model=model_11025 -model2=model_11024 -name=Rocks - -// 15254 -[loc_15254] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=9510 -recol2s=6342 -recol2d=4226 -model=model_11026 -model2=model_11024 -name=Rocks - -// 15255 -[loc_15255] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=9510 -recol2s=6342 -recol2d=4226 -model=model_11027 -model2=model_11024 -name=Rocks - -// 15256 -[loc_15256] -active=yes -op5=Build -blockwalk=no -model=model_15129 -name=Treasure space - -// 15257 -[loc_15257] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -resizex=65 -resizey=65 -resizez=65 -model=model_17374 -model2=model_17383 -name=Monster space - -// 15258 -[loc_15258] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_21520 -name=Monster space 3 - -// 15259 -[loc_15259] -op5=Build -ambient=100 -model=model_12889,Q -name=Decoration space - -// 15260 -[loc_15260] -op5=Build -width=2 -length=2 -model=model_12687 -name=Bed space - -// 15261 -[loc_15261] -op5=Build -model=model_12893 -name=Wardrobe space - -// 15262 -[loc_15262] -op5=Build -width=2 -model=model_12688 -name=Dresser space - -// 15263 -[loc_15263] -op5=Build -ambient=100 -model=model_12678,Q -name=Curtain space - -// 15264 -[loc_15264] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Rug space - -// 15265 -[loc_15265] -active=yes -op5=Build -blockwalk=no -model=model_9613,0 -name=Rug space - -// 15266 -[loc_15266] -active=yes -op5=Build -blockwalk=no -model=model_9611,0 -name=Rug space - -// 15267 -[loc_15267] -op5=Build -length=2 -model=model_12700 -name=Fireplace space - -// 15268 -[loc_15268] -op5=Build -model=model_12670 -name=Clock space - -// 15269 -[loc_15269] -op5=Build -width=2 -model=model_12710 -name=Icon space - -// 15270 -[loc_15270] -op5=Build -width=2 -model=model_12646 -name=Altar space - -// 15271 -[loc_15271] -op5=Build -model=model_12711 -name=Lamp space - -// 15272 -[loc_15272] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Rug space - -// 15273 -[loc_15273] -active=yes -op5=Build -blockwalk=no -model=model_9613,0 -name=Rug space - -// 15274 -[loc_15274] -active=yes -op5=Build -blockwalk=no -model=model_9611,0 -name=Rug space - -// 15275 -[loc_15275] -op5=Build -model=model_12662 -name=Statue space - -// 15276 -[loc_15276] -op5=Build -width=2 -model=model_12661 -name=Musical space - -// 15277 -[loc_15277] -op5=Build -active=yes -blockwalk=no -model=model_12675,1 -model=model_12676,4 -name=Combat ring space - -// 15278 -[loc_15278] -op5=Build -active=yes -blockwalk=no -model=model_12675,1 -model=model_12676,4 -name=Combat ring space - -// 15279 -[loc_15279] -op5=Build -active=yes -blockwalk=no -model=model_12675,1 -model=model_12676,4 -name=Combat ring space - -// 15280 -[loc_15280] -active=yes -op5=Build -blockwalk=no -model=model_12675,1 -model=model_12676,4 -name=Combat ring space - -// 15281 -[loc_15281] -active=yes -op5=Build -blockwalk=no -model=model_12675,1 -model=model_12676,4 -name=Combat ring space - -// 15282 -[loc_15282] -active=yes -op5=Build -blockwalk=no -model=model_12675,1 -model=model_12676,4 -name=Combat ring space - -// 15283 -[loc_15283] -active=yes -op5=Build -blockwalk=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 -name=Combat ring space - -// 15284 -[loc_15284] -active=yes -op5=Build -blockwalk=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 -name=Combat ring space - -// 15285 -[loc_15285] -active=yes -op5=Build -blockwalk=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 -name=Combat ring space - -// 15286 -[loc_15286] -active=yes -op5=Build -blockwalk=no -model=model_12675,1 -model=model_12676,4 -name=Combat ring space - -// 15287 -[loc_15287] -active=yes -op5=Build -blockwalk=no -model=model_12675,1 -model=model_12676,4 -name=Combat ring space - -// 15288 -[loc_15288] -active=yes -op5=Build -blockwalk=no -model=model_12674,0 -name=Combat ring space - -// 15289 -[loc_15289] -active=yes -op5=Build -blockwalk=no -model=model_12672,0 -name=Combat ring space - -// 15290 -[loc_15290] -active=yes -op5=Build -blockwalk=no -model=model_12672,0 -name=Combat ring space - -// 15291 -[loc_15291] -active=yes -op5=Build -blockwalk=no -model=model_12674,0 -name=Combat ring space - -// 15292 -[loc_15292] -active=yes -op5=Build -blockwalk=no -model=model_12673,0 -name=Combat ring space - -// 15293 -[loc_15293] -active=yes -op5=Build -blockwalk=no -model=model_12674,0 -name=Combat ring space - -// 15294 -[loc_15294] -active=yes -op5=Build -blockwalk=no -model=model_12672,0 -name=Combat ring space - -// 15295 -[loc_15295] -active=yes -op5=Build -blockwalk=no -model=model_12672,0 -name=Combat ring space - -// 15296 -[loc_15296] -width=2 -op5=Build -model=model_12894 -name=Storage space - -// 15297 -[loc_15297] -op5=Build -ambient=100 -model=model_12889,Q -name=Decoration space - -// 15298 -[loc_15298] -op5=Build -width=4 -length=2 -model=model_12679 -name=Table space - -// 15299 -[loc_15299] -op5=Build -model=model_12649 -name=Seating space - -// 15300 -[loc_15300] -op5=Build -model=model_12649 -name=Seating space - -// 15301 -[loc_15301] -op5=Build -length=2 -model=model_12700 -name=Fireplace space - -// 15302 -[loc_15302] -op5=Build -ambient=100 -model=model_12678,Q -name=Curtain space - -// 15303 -[loc_15303] -op5=Build -ambient=100 -model=model_12889,Q -name=Decoration space - -// 15304 -[loc_15304] -op5=Build -model=model_12648 -name=Bell pull space - -// 15305 -[loc_15305] -blockwalk=no -active=yes -op5=Build -model=model_12680,1 -name=Door hotspot - -// 15306 -[loc_15306] -mirror=yes -blockwalk=no -active=yes -op5=Build -model=model_12680,1 -name=Door hotspot - -// 15307 -[loc_15307] -blockwalk=no -active=yes -op5=Build -model=model_12681,1 -name=Door hotspot - -// 15308 -[loc_15308] -mirror=yes -blockwalk=no -active=yes -op5=Build -model=model_12681,1 -name=Door hotspot - -// 15309 -[loc_15309] -blockwalk=no -active=yes -op5=Build -model=model_12682,1 -name=Door hotspot - -// 15310 -[loc_15310] -mirror=yes -blockwalk=no -active=yes -op5=Build -model=model_12682,1 -name=Door hotspot - -// 15311 -[loc_15311] -blockwalk=no -active=yes -op5=Build -model=model_12683,1 -name=Door hotspot - -// 15312 -[loc_15312] -mirror=yes -blockwalk=no -active=yes -op5=Build -model=model_12683,1 -name=Door hotspot - -// 15313 -[loc_15313] -blockwalk=no -active=yes -op5=Build -model=model_12684,1 -name=Door hotspot - -// 15314 -[loc_15314] -mirror=yes -blockwalk=no -active=yes -op5=Build -model=model_12684,1 -name=Door hotspot - -// 15315 -[loc_15315] -blockwalk=no -active=yes -op5=Build -model=model_12685,1 -name=Door hotspot - -// 15316 -[loc_15316] -mirror=yes -blockwalk=no -active=yes -op5=Build -model=model_12685,1 -name=Door hotspot - -// 15317 -[loc_15317] -active=yes -blockwalk=no -op5=Carpent -op5=Build -model=model_12690,1 -name=Door hotspot - -// 15318 -[loc_15318] -active=yes -blockwalk=no -op5=Build -model=model_12689,1 -name=Door hotspot - -// 15319 -[loc_15319] -active=yes -blockwalk=no -op5=Build -model=model_12691,1 -name=Door hotspot - -// 15320 -[loc_15320] -active=yes -blockwalk=no -op5=Build -model=model_12692,1 -name=Door hotspot - -// 15321 -[loc_15321] -active=yes -blockwalk=no -op5=Build -model=model_12693,1 -name=Door hotspot - -// 15322 -[loc_15322] -active=yes -blockwalk=no -op5=Build -model=model_12694,1 -name=Door hotspot - -// 15323 -[loc_15323] -op5=Build -width=2 -length=2 -blockwalk=no -model=model_21520 -name=Guard space - -// 15324 -[loc_15324] -active=yes -op5=Build -blockwalk=no -model=model_12882,0 -name=Trap space - -// 15325 -[loc_15325] -active=yes -op5=Build -blockwalk=no -model=model_12882,0 -name=Trap space - -// 15326 -[loc_15326] -op5=Build -blockwalk=no -model=model_12644,1 -name=Door space - -// 15327 -[loc_15327] -op5=Build -blockwalk=no -model=model_12645,1 -name=Door space - -// 15328 -[loc_15328] -op5=Build -blockwalk=no -model=model_12644,1 -name=Door space - -// 15329 -[loc_15329] -op5=Build -blockwalk=no -model=model_12645,1 -name=Door space - -// 15330 -[loc_15330] -op5=Build -model=model_12695,Q -name=Lighting space - -// 15331 -[loc_15331] -op5=Build -model=model_12696,Q -name=Decoration space - -// 15332 -[loc_15332] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Rug space - -// 15333 -[loc_15333] -active=yes -op5=Build -blockwalk=no -model=model_9613,0 -name=Rug space - -// 15334 -[loc_15334] -active=yes -op5=Build -blockwalk=no -model=model_9611,0 -name=Rug space - -// 15335 -[loc_15335] -active=yes -op5=Build -blockwalk=no -width=2 -length=3 -model=model_9611,0 -name=Rug space - -// 15336 -[loc_15336] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_21520 -name=Guard space - -// 15337 -[loc_15337] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_21520 -name=Guard space - -// 15338 -[loc_15338] -op5=Build -width=2 -model=model_12651 -name=Door space - -// 15339 -[loc_15339] -op5=Build -width=2 -model=model_12651 -name=Door space - -// 15340 -[loc_15340] -op5=Build -model=model_12651 -name=Lighting space - -// 15341 -[loc_15341] -op5=Build -model=model_12651 -name=Decoration space - -// 15342 -[loc_15342] -op5=Build -width=2 -length=2 -model=model_12722 -name=Game space - -// 15343 -[loc_15343] -op5=Build -model=model_12884 -name=Prize chest space - -// 15344 -[loc_15344] -op5=Build -model=model_12885 -name=Stone space - -// 15345 -[loc_15345] -op5=Build -model=model_12697 -name=Elemental balance space - -// 15346 -[loc_15346] -op5=Build -model=model_12867 -name=Ranging game space - -// 15347 -[loc_15347] -active=yes -op5=Build -blockwalk=no -model=model_12882,0 -name=Floor space mid - -// 15348 -[loc_15348] -active=yes -op5=Build -blockwalk=no -model=model_12882,0 -name=Floor space side - -// 15349 -[loc_15349] -active=yes -op5=Build -blockwalk=no -model=model_12882,0 -name=Floor space corner - -// 15350 -[loc_15350] -active=yes -op5=Build -blockwalk=no -model=model_4730 -name=Floor space - -// 15351 -[loc_15351] -active=yes -op5=Build -blockwalk=no -model=model_4730 -name=Floor space - -// 15352 -[loc_15352] -active=yes -op5=Build -blockwalk=no -model=model_12656,1 -model=model_12657,3 -name=Prison space - -// 15353 -[loc_15353] -active=yes -op5=Build -blockwalk=no -model=model_12721,1 -name=Prison space - -// 15354 -[loc_15354] -op5=Build -width=2 -length=2 -blockwalk=no -model=model_21520 -name=Guard space - -// 15355 -[loc_15355] -op5=Build -model=model_12695,Q -name=Lighting space - -// 15356 -[loc_15356] -op5=Build -blockwalk=no -model=model_12712 -name=Ladder space - -// 15357 -[loc_15357] -op5=Build -blockwalk=no -model=model_12644,1 -name=Door space - -// 15358 -[loc_15358] -op5=Build -blockwalk=no -model=model_12645,1 -name=Door space - -// 15359 -[loc_15359] -op5=Build -blockwalk=no -model=model_12644,1 -name=Door space - -// 15360 -[loc_15360] -op5=Build -blockwalk=no -model=model_12645,1 -name=Door space - -// 15361 -[loc_15361] -resizex=85 -resizey=85 -resizez=85 -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_12705 -name=Centrepiece space - -// 15362 -[loc_15362] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -resizex=85 -resizey=85 -resizez=85 -model=model_12650 -name=Big Tree space - -// 15363 -[loc_15363] -active=yes -op5=Build -blockwalk=no -resizex=75 -resizey=75 -resizez=75 -width=2 -length=2 -model=model_12650 -name=Tree space - -// 15364 -[loc_15364] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_12723 -name=Big Plant space 1 - -// 15365 -[loc_15365] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_12724 -name=Big Plant space 2 - -// 15366 -[loc_15366] -active=yes -op5=Build -blockwalk=no -model=model_12725 -name=Small Plant space 1 - -// 15367 -[loc_15367] -active=yes -op5=Build -blockwalk=no -model=model_12726 -name=Small Plant space 2 - -// 15368 -[loc_15368] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_12705 -name=Centrepiece space - -// 15369 -[loc_15369] -active=yes -op5=Build -blockwalk=no -model=model_12698,1 -model=model_12699,3 -name=Fencing - -// 15370 -[loc_15370] -active=yes -op5=Build -blockwalk=no -model=model_12708 -name=Hedging - -// 15371 -[loc_15371] -active=yes -op5=Build -blockwalk=no -model=model_12709 -name=Hedging - -// 15372 -[loc_15372] -active=yes -op5=Build -blockwalk=no -model=model_12707 -name=Hedging - -// 15373 -[loc_15373] -active=yes -op5=Build -blockwalk=no -model=model_12701 -name=Big plant - -// 15374 -[loc_15374] -active=yes -op5=Build -blockwalk=no -model=model_12703 -name=Big plant 2 - -// 15375 -[loc_15375] -active=yes -op5=Build -blockwalk=no -model=model_12702 -name=Small plant - -// 15376 -[loc_15376] -active=yes -op5=Build -blockwalk=no -model=model_12704 -name=Small plant 2 - -// 15377 -[loc_15377] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Rug space - -// 15378 -[loc_15378] -active=yes -op5=Build -blockwalk=no -model=model_9613,0 -name=Rug space - -// 15379 -[loc_15379] -active=yes -op5=Build -blockwalk=no -model=model_9611,0 -name=Rug space - -// 15380 -[loc_15380] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_12872 -name=Stair Space - -// 15381 -[loc_15381] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_12871 -name=Stair Space - -// 15382 -[loc_15382] -active=yes -op5=Build -blockwalk=no -model=model_12887 -name=Head trophy space - -// 15383 -[loc_15383] -active=yes -op5=Build -blockwalk=no -model=model_12886 -name=Fishing trophy space - -// 15384 -[loc_15384] -active=yes -op5=Build -blockwalk=no -model=model_12874 -name=Armour space - -// 15385 -[loc_15385] -active=yes -op5=Build -blockwalk=no -model=model_12873 -name=Armour space - -// 15386 -[loc_15386] -active=yes -op5=Build -blockwalk=no -model=model_12863 -name=Rune case space - -// 15387 -[loc_15387] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Rug space - -// 15388 -[loc_15388] -active=yes -op5=Build -blockwalk=no -model=model_9613,0 -name=Rug space - -// 15389 -[loc_15389] -active=yes -op5=Build -blockwalk=no -model=model_596,0 -name=Rug space - -// 15390 -[loc_15390] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_12872 -name=Stair Space - -// 15391 -[loc_15391] -active=yes -op5=Build -blockwalk=no -width=2 -length=2 -model=model_12871 -name=Stair Space - -// 15392 -[loc_15392] -active=yes -op5=Build -blockwalk=no -ambient=100 -model=model_12731,Q -name=Portrait space - -// 15393 -[loc_15393] -active=yes -op5=Build -blockwalk=no -ambient=100 -model=model_12713,Q -name=Landscape space - -// 15394 -[loc_15394] -active=yes -op5=Build -blockwalk=no -ambient=100 -model=model_12892,Q -name=Guild trophy space - -// 15395 -[loc_15395] -active=yes -op5=Build -blockwalk=no -ambient=100 -model=model_12890,Q -name=Sword space - -// 15396 -[loc_15396] -active=yes -op5=Build -blockwalk=no -ambient=100 -model=model_12891,Q -name=Map space - -// 15397 -[loc_15397] -op5=Build -model=model_12651 -name=Bookcase space - -// 15398 -[loc_15398] -op5=Build -length=2 -model=model_12732 -name=Stove space - -// 15399 -[loc_15399] -op5=Build -model=model_12864,Q -name=Shelf space - -// 15400 -[loc_15400] -op5=Build -model=model_12864,Q -name=Shelf space - -// 15401 -[loc_15401] -op5=Build -model=model_12647 -name=Barrel space - -// 15402 -[loc_15402] -op5=Build -blockwalk=no -model=model_12659,0 -name=Cat basket space - -// 15403 -[loc_15403] -op5=Build -width=2 -length=2 -model=model_12714 -name=Larder space - -// 15404 -[loc_15404] -op5=Build -length=2 -model=model_12866 -name=Sink space - -// 15405 -[loc_15405] -op5=Build -width=2 -length=2 -model=model_12875 -name=Table space - -// 15406 -[loc_15406] -op5=Build -width=2 -model=model_12729 -name=Portal space - -// 15407 -[loc_15407] -op5=Build -width=2 -model=model_12729 -name=Portal space - -// 15408 -[loc_15408] -op5=Build -width=2 -model=model_12729 -name=Portal space - -// 15409 -[loc_15409] -op5=Build -width=2 -length=2 -model=model_12876 -name=Centrepiece space - -// 15410 -[loc_15410] -op5=Build -model=model_12660 -name=Chair space - -// 15411 -[loc_15411] -op5=Build -model=model_12660 -name=Chair space - -// 15412 -[loc_15412] -op5=Build -model=model_12660 -name=Chair space - -// 15413 -[loc_15413] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Rug space - -// 15414 -[loc_15414] -active=yes -op5=Build -blockwalk=no -model=model_9613,0 -name=Rug space - -// 15415 -[loc_15415] -active=yes -op5=Build -blockwalk=no -model=model_9611,0 -name=Rug space - -// 15416 -[loc_15416] -op5=Build -model=model_12651 -name=Bookcase space - -// 15417 -[loc_15417] -op5=Build -model=model_12652 -name=Bookcase space - -// 15418 -[loc_15418] -op5=Build -length=2 -model=model_12700 -name=Fireplace space - -// 15419 -[loc_15419] -op5=Build -ambient=100 -model=model_12678,Q -name=Curtain space - -// 15420 -[loc_15420] -op5=Build -model=model_12715 -name=Lectern space - -// 15421 -[loc_15421] -op5=Build -width=3 -length=3 -model=model_12706 -name=Globe space - -// 15422 -[loc_15422] -op5=Build -model=model_12677 -name=Crystal ball space - -// 15423 -[loc_15423] -active=yes -op5=Build -blockwalk=no -ambient=100 -model=model_12888,Q -name=Wall chart space - -// 15424 -[loc_15424] -op5=Build -model=model_12878 -name=Telescope space - -// 15425 -[loc_15425] -op5=Build -model=model_12651 -name=Bookcase space - -// 15426 -[loc_15426] -op5=Build -model=model_12879 -name=Throne space - -// 15427 -[loc_15427] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Floor space - -// 15428 -[loc_15428] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Floor space - -// 15429 -[loc_15429] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Floor space - -// 15430 -[loc_15430] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Floor space - -// 15431 -[loc_15431] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Floor space - -// 15432 -[loc_15432] -active=yes -op5=Build -blockwalk=no -model=model_9612,0 -name=Floor space - -// 15433 -[loc_15433] -op5=Build -width=2 -model=model_12880 -name=Decoration space - -// 15434 -[loc_15434] -op5=Build -ambient=100 -model=model_12889,Q -name=Decoration space - -// 15435 -[loc_15435] -op5=Build -model=model_12716 -name=Lever space - -// 15436 -[loc_15436] -op5=Build -model=model_12649 -name=Seating space - -// 15437 -[loc_15437] -op5=Build -model=model_12649 -name=Seating space - -// 15438 -[loc_15438] -op5=Build -blockwalk=yes -model=model_12883,0 -name=Trapdoor space - -// 15439 -[loc_15439] -op5=Build -width=2 -model=model_12658 -name=Workbench space - -// 15440 -[loc_15440] -op5=Build -model=model_596 -name=Nothing - -// 15441 -[loc_15441] -op5=Build -width=2 -model=model_12671 -name=Clockmaking space - -// 15442 -[loc_15442] -op5=Build -model=model_596 -name=Nothing - -// 15443 -[loc_15443] -op5=Build -model=model_12881,Q -name=Tool space - -// 15444 -[loc_15444] -op5=Build -model=model_12881,Q -name=Tool space - -// 15445 -[loc_15445] -op5=Build -model=model_12881,Q -name=Tool space - -// 15446 -[loc_15446] -op5=Build -model=model_12881,Q -name=Tool space - -// 15447 -[loc_15447] -op5=Build -model=model_12881,Q -name=Tool space - -// 15448 -[loc_15448] -op5=Build -width=2 -model=model_12733 -name=Repair space - -// 15449 -[loc_15449] -op5=Build -model=model_596 -name=Nothing - -// 15450 -[loc_15450] -op5=Build -width=2 -model=model_12728 -name=Heraldry space - -// 15451 -[loc_15451] -active=yes -blockwalk=no -op5=Carpent -model=model_12686,1 -name=Doorway - -// 15452 -[loc_15452] -active=yes -blockwalk=no -model=model_12686,1 -name=Wall - -// 15453 -[loc_15453] -sharelight=yes -active=no -model=model_15130 - -// 15454 -[loc_15454] -sharelight=yes -active=no -model=model_15131 - -// 15455 -[loc_15455] -sharelight=yes -active=no -model=model_15132 - -// 15456 -[loc_15456] -sharelight=yes -active=no -model=model_15133 - -// 15457 -[loc_15457] -sharelight=yes -active=no -model=model_15134 - -// 15458 -[loc_15458] -sharelight=yes -active=no -model=model_15135 - -// 15459 -[loc_15459] -sharelight=yes -active=no -model=model_15136 - -// 15460 -[loc_15460] -sharelight=yes -active=no -model=model_15137 - -// 15461 -[loc_15461] -model=model_12409 -name=Bookcase - -// 15462 -[loc_15462] -blockrange=no -recol1s=13344 -recol1d=192 -recol2s=10401 -recol2d=8355 -model=model_1273 -name=Chair - -// 15463 -[loc_15463] -recol1s=7360 -recol1d=8355 -model=model_1185 -name=Hat stand - -// 15464 -[loc_15464] -active=yes -model=model_12273,Q -name=Picture - -// 15465 -[loc_15465] -model=model_12272 -name=Display board - -// 15466 -[loc_15466] -anim=seq_3699 -model=model_13280 -name=Stone crusher - -// 15467 -[loc_15467] -model=model_13276 -name=Cleaning supplies - -// 15468 -[loc_15468] -anim=seq_3698 -model=model_13274 -name=Power saw - -// 15469 -[loc_15469] -anim=seq_3700 -model=model_13283 -name=Embalming tube - -// 15470 -[loc_15470] -anim=seq_3700 -model=model_13282,0 - -// 15471 -[loc_15471] -model=model_13284 -name=Fish bowl - -// 15472 -[loc_15472] -model=model_13277 -model2=model_13278 -name=Gloves and duster - -// 15473 -[loc_15473] -width=4 -length=2 -recol1s=11492 -recol1d=16742 -model=model_12456 -name=Mahogany table - -// 15474 -[loc_15474] -model=model_13279,Q - -// 15475 -[loc_15475] -model=model_13281,Q - -// 15476 -[loc_15476] -model=model_13285,Q - -// 15477 -[loc_15477] -width=5 -length=2 -anim=seq_3174 -op1=Enter -msi=msi_64 -ambient=40 -bgsound=synth_5018,4 -model=model_11233 -model2=model_12636 -name=Portal - -// 15478 -[loc_15478] -width=5 -length=2 -anim=seq_3174 -op1=Enter -msi=msi_64 -ambient=40 -bgsound=synth_5018,4 -model=model_11233 -model2=model_12636 -name=Portal - -// 15479 -[loc_15479] -width=5 -length=2 -anim=seq_3174 -op1=Enter -msi=msi_64 -ambient=40 -bgsound=synth_5018,4 -model=model_11233 -model2=model_12636 -name=Portal - -// 15480 -[loc_15480] -width=5 -length=2 -anim=seq_3174 -op1=Enter -msi=msi_64 -ambient=40 -bgsound=synth_5018,4 -model=model_11233 -model2=model_12636 -name=Portal - -// 15481 -[loc_15481] -width=5 -length=2 -anim=seq_3174 -op1=Enter -msi=msi_64 -ambient=40 -bgsound=synth_5018,4 -model=model_11233 -model2=model_12636 -name=Portal - -// 15482 -[loc_15482] -width=5 -length=2 -anim=seq_3174 -op1=Enter -msi=msi_64 -ambient=40 -bgsound=synth_5018,4 -model=model_11233 -model2=model_12636 -name=Portal - -// 15483 -[loc_15483] -active=no -sharelight=yes -ambient=25 -blockwalk=yes -offsety=22 -contrast=25 -blockrange=no -model=model_23987 - -// 15484 -[loc_15484] -active=yes -op1=Study -multivar=varplayerbit_3648 -multiloc=0,loc_24550 -multiloc=1,loc_24549 - -// 15485 -[loc_15485] -active=yes -multivar=varplayerbit_3661 -multiloc=0,loc_24630 -multiloc=1,loc_24631 - -// 15486 -[loc_15486] -anim=seq_4133 -ambient=10 -contrast=10 -offsety=54 -active=yes -model=model_25858 -name=Pigeon - -// 15487 -[loc_15487] -active=yes -anim=seq_4132 -model=model_25860 -name=Chimney - -// 15488 -[loc_15488] -hillskew=yes -ambient=25 -recol1s=12545 -recol1d=12613 -recol2s=11488 -recol2d=11556 -recol3s=7296 -recol3d=10499 -recol4s=6241 -recol4d=9442 -recol5s=5184 -recol5d=8385 -recol6s=13344 -recol6d=11750 -model=model_25862 -name=Tree trunk - -// 15489 -[loc_15489] -width=3 -length=3 -hillskew=yes -ambient=25 -recol1s=12320 -recol1d=11750 -recol2s=11296 -recol2d=10693 -recol3s=10240 -recol3d=9636 -recol4s=12545 -recol4d=12613 -recol5s=11488 -recol5d=11556 -recol6s=13344 -recol6d=11750 -model=model_25861 -name=Tree - -// 15490 -[loc_15490] -active=yes -anim=seq_6477 -width=5 -length=5 -ambient=20 -model=model_25850 -model2=model_25851 -model3=model_25859 -model4=model_25870 -name=Kalphite Queen - -// 15491 -[loc_15491] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=19909 -model=model_11025 -model2=model_11024 -name=Rocks - -// 15492 -[loc_15492] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=19909 -model=model_11026 -model2=model_11024 -name=Rocks - -// 15493 -[loc_15493] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=19909 -model=model_11027 -model2=model_11024 -name=Rocks - -// 15494 -[loc_15494] -active=no -ambient=25 -contrast=25 -model=model_25280,1 -model=model_25281,2 -model=model_25282,3 -model=model_25283,5 - -// 15495 -[loc_15495] -active=no -ambient=25 -contrast=25 -model=model_25289,5 - -// 15496 -[loc_15496] -active=no -ambient=25 -contrast=25 -model=model_25290,5 - -// 15497 -[loc_15497] -active=no -ambient=25 -contrast=25 -model=model_25279,1 -model=model_25285,2 -model=model_25286,3 -model=model_25287,5 - -// 15498 -[loc_15498] -active=no -ambient=25 -contrast=25 -model=model_25284,1 - -// 15499 -[loc_15499] -active=no -ambient=25 -contrast=25 -model=model_25288,1 - -// 15500 -[loc_15500] -active=no -ambient=35 -contrast=25 -model=model_25292,Q - -// 15501 -[loc_15501] -active=no -ambient=35 -contrast=25 -model=model_25291,Q - -// 15502 -[loc_15502] -ambient=25 -active=no -raiseobject=no -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 - -// 15503 -[loc_15503] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=7329 -recol2s=6342 -recol2d=19909 -model=model_3184 -name=Rocks - -// 15504 -[loc_15504] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=19909 -model=model_3183 -name=Rocks - -// 15505 -[loc_15505] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=7329 -recol2s=6342 -recol2d=19909 -model=model_3195 -name=Rocks - -// 15506 -[loc_15506] -ambient=20 -op2=Pick -blockwalk=no -hardshadow=no -msi=msi_31 -shadow=no -anim=seq_6470 -model=model_25302 -name=Wheat - -// 15507 -[loc_15507] -ambient=20 -op2=Pick -blockwalk=no -msi=msi_31 -shadow=no -hardshadow=no -model=model_25300 -name=Wheat - -// 15508 -[loc_15508] -ambient=20 -op2=Pick -resizex=100 -resizey=100 -resizez=100 -blockwalk=no -msi=msi_31 -shadow=no -anim=seq_6470 -hardshadow=no -model=model_25302 -name=Wheat - -// 15509 -[loc_15509] -sharelight=yes -hillskew=yes -ambient=25 -blockrange=no -recol1s=8387 -recol1d=9442 -recol2s=10501 -recol2d=10499 -recol3s=13638 -recol3d=11556 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 15510 -[loc_15510] -ambient=25 -active=yes -raiseobject=no -op1=Open -msi=msi_22 -hillskew=yes -blockrange=no -model=model_25029,1 -name=Gate - -// 15511 -[loc_15511] -ambient=25 -active=yes -raiseobject=no -op1=Close -msi=msi_22 -hillskew=yes -blockrange=no -model=model_25029,1 -name=Gate - -// 15512 -[loc_15512] -ambient=25 -active=yes -raiseobject=no -op1=Open -msi=msi_22 -hillskew=yes -blockrange=no -model=model_25030,1 -name=Gate - -// 15513 -[loc_15513] -ambient=25 -active=yes -raiseobject=no -op1=Close -msi=msi_22 -hillskew=yes -blockrange=no -model=model_25030,1 -name=Gate - -// 15514 -[loc_15514] -op1=Open -active=yes -ambient=25 -blockrange=no -model=model_25029,1 -name=Gate - -// 15515 -[loc_15515] -op1=Close -active=yes -ambient=25 -blockrange=no -model=model_25029,1 -name=Gate - -// 15516 -[loc_15516] -op1=Open -active=yes -ambient=25 -blockrange=no -model=model_25030,1 -name=Gate - -// 15517 -[loc_15517] -op1=Close -active=yes -ambient=25 -blockrange=no -model=model_25030,1 -name=Gate - -// 15518 -[loc_15518] -model=model_2068 -name=Mouse hole - -// 15519 -[loc_15519] -model=model_2068 -name=Mouse hole - -// 15520 -[loc_15520] -active=no -randomsound=50,200,20,synth_3711,synth_3714,synth_3712,synth_3713 -model=model_1105,0 - -// 15521 -[loc_15521] -width=2 -op1=Sit-on -model=model_1942 -name=Piano stool - -// 15522 -[loc_15522] -op1=Read -model=model_1402 -name=Signpost - -// 15523 -[loc_15523] -active=yes -forcedecor=yes -op1=Open -blockwalk=yes -recol1s=22059 -recol1d=6306 -recol2s=14662 -recol2d=8420 -recol3s=29424 -recol3d=6306 -recol4s=16846 -recol4d=10568 -recol5s=25236 -recol5d=11625 -model=model_12604,0 -name=Trapdoor - -// 15524 -[loc_15524] -blockrange=no -recol1s=13605 -recol1d=9477 -recol2s=12548 -recol2d=8420 -recol3s=11491 -recol3d=7363 -recol4s=10434 -recol4d=6306 -recol5s=7297 -recol5d=5249 -model=model_8232 -name=Barrel - -// 15525 -[loc_15525] -sharelight=yes -hillskew=yes -active=no -contrast=15 -ambient=25 -recol1s=12580 -recol1d=8454 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 15526 -[loc_15526] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=8454 -model=model_787 - -// 15527 -[loc_15527] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11624 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10567 -recol4s=9480 -recol4d=9511 -model=model_12125,0 - -// 15528 -[loc_15528] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11624 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10567 -recol4s=9480 -recol4d=9511 -model=model_12126,0 - -// 15529 -[loc_15529] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11624 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10567 -recol4s=9480 -recol4d=9511 -model=model_12129,0 - -// 15530 -[loc_15530] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11624 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10567 -recol4s=9480 -recol4d=9511 -model=model_12130,0 - -// 15531 -[loc_15531] -forcedecor=yes -mapfunction=57 -model=model_1105,0 - -// 15532 -[loc_15532] -forcedecor=yes -mapfunction=67 -model=model_1105,0 - -// 15533 -[loc_15533] -forcedecor=yes -mapfunction=68 -model=model_1105,0 - -// 15534 -[loc_15534] -forcedecor=yes -mapfunction=69 -model=model_1105,0 - -// 15535 -[loc_15535] -active=yes -op1=Close -raiseobject=no -ambient=20 -ambient=25 -resizey=156 -model=model_15236,1 -name=Door - -// 15536 -[loc_15536] -active=yes -op1=Open -raiseobject=no -ambient=25 -resizey=156 -model=model_15236,1 -name=Door - -// 15537 -[loc_15537] -active=yes -ambient=20 -contrast=15 -blockwalk=yes -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_15256,0 -name=Drain - -// 15538 -[loc_15538] -anim=seq_4126 -ambient=15 -contrast=10 -active=no -model=model_15258,Q - -// 15539 -[loc_15539] -anim=seq_4126 -ambient=15 -contrast=10 -active=no -model=model_15259,Q - -// 15540 -[loc_15540] -active=no -ambient=25 -model=model_25070 - -// 15541 -[loc_15541] -ambient=10 -ambient=25 -op1=Search -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=10499 -recol3s=5184 -recol3d=10430 -model=model_12415 -name=Bookcase - -// 15542 -[loc_15542] -ambient=25 -op1=Search -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=9442 -recol3s=5184 -recol3d=10430 -model=model_15207 -name=Bookcase - -// 15543 -[loc_15543] -ambient=25 -op1=Search -recol1s=20933 -recol1d=9442 -recol2s=7329 -recol2d=11556 -recol3s=5184 -recol3d=10430 -model=model_15208 -name=Bookcase - -// 15544 -[loc_15544] -ambient=25 -op1=Search -recol1s=22059 -recol1d=12613 -recol2s=14662 -recol2d=7328 -recol3s=10465 -recol3d=198 -recol4s=13637 -recol4d=17862 -recol5s=7298 -recol5d=12516 -model=model_12410 -name=Bookcase - -// 15545 -[loc_15545] -ambient=60 -anim=seq_3107 -model=model_15262,Q - -// 15546 -[loc_15546] -ambient=25 -recol1s=22059 -recol1d=12613 -recol2s=14662 -recol2d=9442 -model=model_12446 -name=Oak chair - -// 15547 -[loc_15547] -anim=seq_3511 -active=yes -ambient=25 -contrast=25 -ambient=25 -bgsound=synth_3120,5 -recol1s=11492 -recol1d=11556 -recol2s=8355 -recol2d=8385 -model=model_12973 -name=Clock - -// 15548 -[loc_15548] -active=no -ambient=10 -contrast=10 -unknown90=yes -recol1s=32403 -recol1d=28290 -recol2s=20910 -recol2d=24096 -recol3s=16523 -recol3d=6342 -recol4s=12295 -recol4d=26176 -recol5s=10244 -recol5d=24096 -recol6s=8196 -recol6d=23040 -model=model_24808,0 - -// 15549 -[loc_15549] -active=no -ambient=10 -contrast=10 -unknown90=yes -recol1s=32403 -recol1d=28290 -recol2s=20910 -recol2d=24096 -recol3s=16523 -recol3d=6342 -recol4s=12295 -recol4d=26176 -recol5s=10244 -recol5d=24096 -recol6s=8196 -recol6d=23040 -model=model_24809,0 - -// 15550 -[loc_15550] -ambient=10 -contrast=10 -active=no -unknown90=yes -recol1s=32403 -recol1d=28290 -recol2s=20910 -recol2d=24096 -recol3s=16523 -recol3d=6342 -recol4s=12295 -recol4d=26176 -recol5s=10244 -recol5d=24096 -recol6s=8196 -recol6d=23040 -model=model_24807,0 - -// 15551 -[loc_15551] -width=2 -ambient=25 -model=model_15209 -model2=model_15206 -name=Desk - -// 15552 -[loc_15552] -sharelight=yes -ambient=20 -contrast=10 -ambient=25 -contrast=25 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -model=model_15211,A -model=model_15227,S -model=model_15223,D -model=model_15224,F -model=model_15225,G -model=model_15226,H -model=model_15234,Z -model=model_15233,X -model=model_15212,C -model=model_15228,V - -// 15553 -[loc_15553] -sharelight=yes -ambient=25 -contrast=25 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -model=model_15210,A -model=model_15221,S -model=model_15218,D -model=model_15219,F -model=model_25122,G -model=model_15220,H -model=model_15222,Z - -// 15554 -[loc_15554] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -model=model_15210,A -model=model_15221,S -model=model_15218,D -model=model_15219,F -model=model_25122,G -model=model_15220,H -model=model_15222,Z - -// 15555 -[loc_15555] -sharelight=yes -ambient=25 -contrast=25 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -model=model_15213,A -model=model_15217,S -model=model_15214,D -model=model_15215,G -model=model_15216,H - -// 15556 -[loc_15556] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -model=model_15213,A -model=model_15217,S -model=model_15214,D -model=model_15215,G -model=model_15216,H - -// 15557 -[loc_15557] -sharelight=yes -ambient=25 -contrast=25 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -model=model_15229,A -model=model_15231,H -model=model_15232,Z - -// 15558 -[loc_15558] -sharelight=yes -ambient=25 -contrast=25 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -model=model_15230,H - -// 15559 -[loc_15559] -ambient=35 -active=yes -model=model_15265,Q -name=Painting - -// 15560 -[loc_15560] -ambient=35 -active=yes -model=model_15266,Q -name=Painting - -// 15561 -[loc_15561] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -recol1s=8192 -recol1d=0 -recol2s=10305 -recol2d=3171 -recol3s=9248 -recol3d=2114 -model=model_17472 -name=Dragon's head - -// 15562 -[loc_15562] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -recol1s=8192 -recol1d=0 -recol2s=10305 -recol2d=3171 -recol3s=9248 -recol3d=2114 -retex1s=material_175 -retex1d=material_111 -model=model_17480 -name=Dragon's head - -// 15563 -[loc_15563] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -recol1s=8192 -recol1d=0 -recol2s=10305 -recol2d=3171 -recol3s=9248 -recol3d=2114 -model=model_17478 -name=Dragon's head - -// 15564 -[loc_15564] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -recol1s=8192 -recol1d=0 -recol2s=10305 -recol2d=3171 -recol3s=9248 -recol3d=2114 -model=model_17482 -name=Dragon's head - -// 15565 -[loc_15565] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -recol1s=8192 -recol1d=0 -recol2s=10305 -recol2d=3171 -recol3s=9248 -recol3d=2114 -model=model_17481 -name=Dragon's head - -// 15566 -[loc_15566] -ambient=10 -contrast=17 -op1=Read -model=model_14651 -model2=model_14652 -name=Warning sign - -// 15567 -[loc_15567] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_15276,3 - -// 15568 -[loc_15568] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_15277,1 - -// 15569 -[loc_15569] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -mirror=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -model=model_15277,1 - -// 15570 -[loc_15570] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11025 -model2=model_11024 -name=Rocks - -// 15571 -[loc_15571] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11026 -model2=model_11024 -name=Rocks - -// 15572 -[loc_15572] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11027 -model2=model_11024 -name=Rocks - -// 15573 -[loc_15573] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -recol2s=6342 -recol2d=20017 -model=model_11025 -model2=model_11024 -name=Rocks - -// 15574 -[loc_15574] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=20017 -model=model_11026 -model2=model_11024 -name=Rocks - -// 15575 -[loc_15575] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=20017 -model=model_11027 -model2=model_11024 -name=Rocks - -// 15576 -[loc_15576] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_3184 -name=Rocks - -// 15577 -[loc_15577] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_3183 -name=Rocks - -// 15578 -[loc_15578] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_3195 -name=Rocks - -// 15579 -[loc_15579] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -recol2s=6342 -recol2d=20017 -model=model_3184 -name=Rocks - -// 15580 -[loc_15580] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=20017 -model=model_3183 -name=Rocks - -// 15581 -[loc_15581] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=20017 -model=model_3195 -name=Rocks - -// 15582 -[loc_15582] -msi=msi_24 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -model=model_9528 -name=Rocks - -// 15583 -[loc_15583] -msi=msi_25 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -model=model_9526 -name=Rocks - -// 15584 -[loc_15584] -msi=msi_12 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -model=model_9527 -name=Rocks - -// 15585 -[loc_15585] -active=yes -multivar=varplayerbit_2425 -multiloc=0,loc_16585 -multiloc=1,loc_16586 -multiloc=2,loc_16587 -multiloc=3,loc_16588 -multiloc=4,loc_16589 -multiloc=5,loc_16590 -multiloc=6,loc_16591 -multiloc=7,loc_16592 -multiloc=8,loc_16593 -multiloc=9,loc_16594 - -// 15586 -[loc_15586] -active=yes -multivar=varplayerbit_2426 -multiloc=0,loc_16585 -multiloc=1,loc_16586 -multiloc=2,loc_16587 -multiloc=3,loc_16588 -multiloc=4,loc_16589 -multiloc=5,loc_16590 -multiloc=6,loc_16591 -multiloc=7,loc_16592 -multiloc=8,loc_16593 -multiloc=9,loc_16594 - -// 15587 -[loc_15587] -active=yes -forceapproach=south -multivar=varplayerbit_2431 -multiloc=0,loc_16951 -multiloc=1,loc_16952 -multiloc=2,loc_16951 - -// 15588 -[loc_15588] -active=no -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7456 -recol2s=11556 -recol2d=9477 -recolhsl3s=7706 -recolhsl3d=7448 -recolhsl4s=7830 -recolhsl4d=7444 -recolhsl5s=7954 -recolhsl5d=7440 -model=model_25029,1 - -// 15589 -[loc_15589] -active=no -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7456 -recol2s=11556 -recol2d=9477 -recolhsl3s=7706 -recolhsl3d=7448 -recolhsl4s=7830 -recolhsl4d=7444 -recolhsl5s=7954 -recolhsl5d=7440 -model=model_25030,1 - -// 15590 -[loc_15590] -active=yes -multivar=varplayerbit_2240 -multiloc=0,loc_15 -multiloc=1,loc_15601 - -// 15591 -[loc_15591] -active=yes -multivar=varplayerbit_2241 -multiloc=0,loc_16 -multiloc=1,loc_15601 - -// 15592 -[loc_15592] -active=yes -multivar=varplayerbit_2242 -multiloc=0,loc_17 -multiloc=1,loc_15601 - -// 15593 -[loc_15593] -active=yes -multivar=varplayerbit_2243 -multiloc=0,loc_18 -multiloc=1,loc_15601 - -// 15594 -[loc_15594] -active=yes -multivar=varplayerbit_2244 -multiloc=0,loc_19 -multiloc=1,loc_15601 - -// 15595 -[loc_15595] -active=yes -multivar=varplayerbit_2245 -multiloc=0,loc_20 -multiloc=1,loc_15601 - -// 15596 -[loc_15596] -blockwalk=no -op1=Take -model=model_2595 -name=Dwarf remains - -// 15597 -[loc_15597] -active=yes -width=3 -length=3 -multivar=varplayer_0 -multiloc=0,loc_5 -multiloc=1,loc_5 -multiloc=2,loc_5 -multiloc=3,loc_5 -multiloc=4,loc_5 -multiloc=5,loc_5 -multiloc=6,loc_5 -multiloc=7,loc_5 -multiloc=8,loc_6 -multiloc=9,loc_6 -multiloc=10,loc_6 -multiloc=11,loc_6 -multiloc=12,loc_6 - -// 15598 -[loc_15598] -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_15403 -name=Boxes - -// 15599 -[loc_15599] -resizex=100 -resizey=100 -resizez=100 -op1=Search -anim=seq_3206 -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_15402 -name=Crate - -// 15600 -[loc_15600] -resizex=100 -resizey=100 -resizez=100 -op1=Search -anim=seq_3206 -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_15404 -name=Crates - -// 15601 -[loc_15601] -active=yes -hillskew=yes -ambient=10 -contrast=5 -op1=Inspect -blockrange=no -model=model_15397,1 -model=model_15398,2 -model=model_15399,5 -name=Railing - -// 15602 -[loc_15602] -active=yes -sharelight=yes -hillskew=yes -ambient=10 -contrast=5 -blockrange=no -model=model_15400,1 -name=Railing - -// 15603 -[loc_15603] -active=yes -sharelight=yes -hillskew=yes -ambient=10 -contrast=5 -mirror=yes -blockrange=no -model=model_15400,1 -name=Railing - -// 15604 -[loc_15604] -active=yes -ambient=10 -contrast=5 -op1=Open -blockrange=no -model=model_15401,1 -name=Gate - -// 15605 -[loc_15605] -active=yes -ambient=10 -contrast=5 -mirror=yes -op1=Open -blockrange=no -model=model_15401,1 -name=Gate - -// 15606 -[loc_15606] -active=no -ambient=10 -contrast=5 -mirror=yes -blockrange=no -model=model_15401,1 - -// 15607 -[loc_15607] -active=no -ambient=10 -contrast=5 -blockrange=no -model=model_15401,1 - -// 15608 -[loc_15608] -model=model_1429 -name=Statue of a warrior - -// 15609 -[loc_15609] -model=model_1467 -name=Statue of a warrior - -// 15610 -[loc_15610] -model=model_1527 -name=Statue of a king - -// 15611 -[loc_15611] -model=model_1523 -name=Statue of a queen - -// 15612 -[loc_15612] -model=model_1302 -name=Gnome statue - -// 15613 -[loc_15613] -model=model_15424 -model2=model_15423 -name=Statue of a king - -// 15614 -[loc_15614] -sharelight=yes -wallwidth=32 -model=model_15348,1 -model=model_15349,4 -model=model_15350,5 - -// 15615 -[loc_15615] -sharelight=yes -wallwidth=32 -model=model_678,1 -model=model_679,2 -model=model_636,3 -model=model_637,4 -model=model_638,5 - -// 15616 -[loc_15616] -width=5 -length=5 -model=model_15359 -model2=model_15360 -model3=model_15361 -model4=model_15355 -name=Catapult - -// 15617 -[loc_15617] -width=5 -length=5 -anim=seq_4157 -model=model_15359 -model2=model_15360 -model3=model_15361 -model4=model_15358 -name=Catapult - -// 15618 -[loc_15618] -width=5 -length=5 -anim=seq_4157 -model=model_15359 -model2=model_15360 -model3=model_15361 -model4=model_15356 -name=Catapult - -// 15619 -[loc_15619] -width=5 -length=5 -anim=seq_4157 -model=model_15359 -model2=model_15360 -model3=model_15361 -model4=model_15354 -name=Catapult - -// 15620 -[loc_15620] -width=5 -length=5 -anim=seq_4157 -model=model_15359 -model2=model_15360 -model3=model_15361 -model4=model_15357 -name=Catapult - -// 15621 -[loc_15621] -ambient=20 -anim=seq_4161 -resizex=128 -resizez=128 -resizey=115 -blockwalk=no -forceapproach=north -active=yes -model=model_15351 -name=Magical Animator - -// 15622 -[loc_15622] -blockwalk=no -active=no -model=model_15352 - -// 15623 -[loc_15623] -blockwalk=no -active=no -unknown90=yes -model=model_15353,0 - -// 15624 -[loc_15624] -anim=seq_4163 -op1=Hit -model=model_15364 -model2=model_15368 -name=Dummy - -// 15625 -[loc_15625] -anim=seq_4163 -op1=Hit -model=model_15366 -model2=model_15368 -name=Dummy - -// 15626 -[loc_15626] -anim=seq_4163 -op1=Hit -model=model_15365 -model2=model_15368 -name=Dummy - -// 15627 -[loc_15627] -anim=seq_4163 -op1=Hit -model=model_15363 -model2=model_15368 -name=Dummy - -// 15628 -[loc_15628] -anim=seq_4163 -op1=Hit -model=model_15367 -model2=model_15368 -name=Dummy - -// 15629 -[loc_15629] -anim=seq_4163 -op1=Hit -model=model_15370 -model2=model_15368 -name=Dummy - -// 15630 -[loc_15630] -anim=seq_4163 -op1=Hit -model=model_15369 -model2=model_15368 -name=Dummy - -// 15631 -[loc_15631] -model=model_15368 -name=Hole - -// 15632 -[loc_15632] -model=model_15368 -name=Hole - -// 15633 -[loc_15633] -model=model_15368 -name=Hole - -// 15634 -[loc_15634] -model=model_15368 -name=Hole - -// 15635 -[loc_15635] -model=model_15368 -name=Hole - -// 15636 -[loc_15636] -model=model_15368 -name=Hole - -// 15637 -[loc_15637] -model=model_15368 -name=Hole - -// 15638 -[loc_15638] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -model=model_15342 -name=Staircase - -// 15639 -[loc_15639] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_15371,0 - -// 15640 -[loc_15640] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_15372,0 - -// 15641 -[loc_15641] -active=yes -ambient=10 -op1=Open -raiseobject=no -model=model_15338,1 -name=Door - -// 15642 -[loc_15642] -active=yes -ambient=10 -op1=Close -raiseobject=no -model=model_15338,1 -name=Door - -// 15643 -[loc_15643] -active=no -ambient=10 -raiseobject=no -model=model_15338,1 - -// 15644 -[loc_15644] -active=yes -ambient=10 -op1=Open -raiseobject=no -mirror=yes -model=model_15338,1 -name=Door - -// 15645 -[loc_15645] -active=yes -ambient=10 -op1=Close -raiseobject=no -mirror=yes -model=model_15338,1 -name=Door - -// 15646 -[loc_15646] -active=no -ambient=10 -raiseobject=no -mirror=yes -model=model_15338,1 - -// 15647 -[loc_15647] -active=yes -ambient=10 -op1=Open -raiseobject=no -model=model_15339,1 -name=Door - -// 15648 -[loc_15648] -active=yes -ambient=10 -op1=Close -raiseobject=no -model=model_15339,1 -name=Door - -// 15649 -[loc_15649] -active=no -ambient=10 -raiseobject=no -model=model_15339,1 - -// 15650 -[loc_15650] -active=yes -ambient=10 -op1=Open -raiseobject=no -model=model_15338,1 -name=Door - -// 15651 -[loc_15651] -active=yes -ambient=10 -op1=Close -raiseobject=no -model=model_15338,1 -name=Door - -// 15652 -[loc_15652] -active=no -ambient=10 -raiseobject=no -model=model_15338,1 - -// 15653 -[loc_15653] -active=yes -ambient=10 -op1=Open -raiseobject=no -model=model_15337,1 -name=Door - -// 15654 -[loc_15654] -active=yes -ambient=10 -op1=Close -raiseobject=no -model=model_15337,1 -name=Door - -// 15655 -[loc_15655] -active=no -ambient=10 -raiseobject=no -model=model_15337,1 - -// 15656 -[loc_15656] -active=yes -ambient=30 -op1=View -model=model_15340,Q -name=Information Scroll - -// 15657 -[loc_15657] -active=yes -ambient=30 -op1=View -model=model_15340,Q -name=Information Scroll - -// 15658 -[loc_15658] -op1=Open -model=model_15380,8 -model=model_15379,1 -name=Heavy door - -// 15659 -[loc_15659] -model=model_15380,8 -model=model_15379,1 -name=Heavy door - -// 15660 -[loc_15660] -mirror=yes -op1=Open -model=model_15380,8 -model=model_15379,1 -name=Heavy door - -// 15661 -[loc_15661] -mirror=yes -model=model_15380,8 -model=model_15379,1 -name=Heavy door - -// 15662 -[loc_15662] -model=model_15386 -name=Keg - -// 15663 -[loc_15663] -model=model_15387 -name=Keg - -// 15664 -[loc_15664] -op1=Throw -model=model_15388 -name=Shot - -// 15665 -[loc_15665] -op1=Throw -model=model_15388 -name=Shot - -// 15666 -[loc_15666] -active=no -model=model_15389,1 -model=model_15390,5 - -// 15667 -[loc_15667] -sharelight=yes -model=model_15383,0 - -// 15668 -[loc_15668] -op1=Pick-up -model=model_15385 -name=Keg - -// 15669 -[loc_15669] -active=yes -multivar=varplayerbit_2253 -multiloc=0,loc_15668 - -// 15670 -[loc_15670] -active=yes -multivar=varplayerbit_2254 -multiloc=0,loc_15668 - -// 15671 -[loc_15671] -active=yes -multivar=varplayerbit_2255 -multiloc=0,loc_15668 - -// 15672 -[loc_15672] -active=yes -multivar=varplayerbit_2256 -multiloc=0,loc_15668 - -// 15673 -[loc_15673] -active=yes -multivar=varplayerbit_2252 -multiloc=0,loc_15668 - -// 15674 -[loc_15674] -ambient=15 -resizex=100 -resizey=100 -resizez=100 -blockrange=no -model=model_7774 -name=Barrel - -// 15675 -[loc_15675] -ambient=15 -blockrange=no -model=model_8232 -model2=model_9530 -name=Barrel - -// 15676 -[loc_15676] -ambient=15 -resizex=110 -resizey=110 -resizez=110 -blockrange=no -model=model_7775 -name=Barrel - -// 15677 -[loc_15677] -width=2 -blockrange=no -model=model_15549 -name=Bank table - -// 15678 -[loc_15678] -length=2 -blockrange=no -recol1s=13569 -recol1d=11491 -model=model_9589 -name=Sink - -// 15679 -[loc_15679] -ambient=7 -recol1s=20933 -recol1d=14694 -recol2s=7329 -recol2d=9345 -model=model_10089 -name=Stool - -// 15680 -[loc_15680] -recol1s=20935 -recol1d=11491 -recol2s=18821 -recol2d=14694 -recol3s=17764 -recol3d=14694 -recol4s=16707 -recol4d=12581 -model=model_4326 -name=Table - -// 15681 -[loc_15681] -active=no -recol1s=14695 -recol1d=11491 -model=model_8242 - -// 15682 -[loc_15682] -active=no -recol1s=9377 -recol1d=11491 -recol2s=10401 -recol2d=9345 -model=model_1170 - -// 15683 -[loc_15683] -length=2 -recol1s=7329 -recol1d=12581 -recol2s=20933 -recol2d=11491 -recol3s=12448 -recol3d=9345 -model=model_5192 -name=Bed - -// 15684 -[loc_15684] -ambient=20 -length=2 -blockrange=no -recol1s=14695 -recol1d=11491 -recol2s=13638 -recol2d=16809 -recol3s=16809 -recol3d=12581 -model=model_7712 -name=Table - -// 15685 -[loc_15685] -recol1s=7329 -recol1d=11491 -recol2s=14694 -recol2d=9345 -recol3s=6272 -recol3d=10434 -model=model_1271 -name=Cooking shelves - -// 15686 -[loc_15686] -recol1s=7329 -recol1d=11491 -recol2s=14694 -recol2d=9345 -model=model_1150 -name=Cooking shelves - -// 15687 -[loc_15687] -sharelight=yes -recol1s=7329 -recol1d=9345 -model=model_1061,0 - -// 15688 -[loc_15688] -sharelight=yes -recol1s=7329 -recol1d=9345 -model=model_1117,0 - -// 15689 -[loc_15689] -anim=seq_3107 -active=no -ambient=43 -contrast=22 -bgsound=synth_4472,1 -recol1s=11561 -recol1d=12581 -recol2s=7329 -recol2d=9345 -recol3s=6272 -recol3d=9345 -recol4s=5216 -recol4d=10369 -recol5s=4160 -recol5d=11393 -recol6s=3104 -recol6d=9345 -model=model_11821,Q - -// 15690 -[loc_15690] -ambient=20 -active=yes -recol1s=2112 -recol1d=14694 -model=model_2057,Q -name=Portrait - -// 15691 -[loc_15691] -ambient=20 -active=yes -recol1s=2112 -recol1d=14694 -model=model_36410,Q -name=Painting - -// 15692 -[loc_15692] -ambient=5 -recol1s=14695 -recol1d=11523 -recol2s=13638 -recol2d=10467 -recol3s=12581 -recol3d=11523 -recol4s=11524 -recol4d=9410 -model=model_7700 -name=Crate - -// 15693 -[loc_15693] -ambient=5 -recol1s=14695 -recol1d=11523 -recol2s=13638 -recol2d=10467 -recol3s=12581 -recol3d=11523 -recol4s=11524 -recol4d=9410 -model=model_7704 -name=Crates - -// 15694 -[loc_15694] -ambient=50 -recol1s=8456 -recol1d=13638 -recol2s=6342 -recol2d=9410 -model=model_14213,Q - -// 15695 -[loc_15695] -op1=Search -active=yes -resizex=100 -resizey=100 -resizez=100 -blockrange=no -model=model_15518 -name=Crate - -// 15696 -[loc_15696] -op1=Search -active=yes -resizex=100 -resizey=100 -resizez=100 -blockrange=no -model=model_15517 -name=Crate - -// 15697 -[loc_15697] -width=2 -resizex=100 -resizey=100 -resizez=100 -blockrange=no -model=model_15520 -name=Crate - -// 15698 -[loc_15698] -width=2 -resizex=100 -resizey=100 -resizez=100 -blockrange=no -model=model_15519 -name=Crate - -// 15699 -[loc_15699] -width=3 -length=2 -model=model_15503 -model2=model_15504 -name=Box cart - -// 15700 -[loc_15700] -width=3 -length=2 -model=model_15503 -name=Box cart - -// 15701 -[loc_15701] -active=yes -multivar=varplayerbit_2258 -multiloc=0,loc_15696 -multiloc=1,loc_15696 -multiloc=2,loc_15696 -multiloc=3,loc_15696 -multiloc=4,loc_15696 -multiloc=5,loc_15696 -multiloc=6,loc_15696 -multiloc=7,loc_15695 -multiloc=8,loc_15695 -multiloc=9,loc_15695 -multiloc=10,loc_15695 -multiloc=11,loc_15695 -multiloc=12,loc_15695 -multiloc=13,loc_15695 - -// 15702 -[loc_15702] -width=2 -active=yes -multivar=varplayerbit_2258 -multiloc=0,loc_15698 -multiloc=1,loc_15698 -multiloc=2,loc_15698 -multiloc=3,loc_15698 -multiloc=4,loc_15698 -multiloc=5,loc_15698 -multiloc=6,loc_15698 -multiloc=7,loc_15697 -multiloc=8,loc_15697 -multiloc=9,loc_15697 -multiloc=10,loc_15697 -multiloc=11,loc_15697 -multiloc=12,loc_15697 -multiloc=13,loc_15697 - -// 15703 -[loc_15703] -width=3 -length=2 -active=yes -multivar=varplayerbit_2258 -multiloc=0,loc_15700 -multiloc=1,loc_15700 -multiloc=2,loc_15700 -multiloc=3,loc_15700 -multiloc=4,loc_15700 -multiloc=5,loc_15700 -multiloc=6,loc_15700 -multiloc=7,loc_15699 -multiloc=8,loc_15699 -multiloc=9,loc_15699 -multiloc=10,loc_15699 -multiloc=11,loc_15699 -multiloc=12,loc_15699 -multiloc=13,loc_15699 - -// 15704 -[loc_15704] -blockwalk=yes -op1=Search -model=model_15510 -model2=model_15516 -name=Crate - -// 15705 -[loc_15705] -blockwalk=no -model=model_15510 -model2=model_15516 -name=Crate - -// 15706 -[loc_15706] -blockwalk=yes -model=model_15510 -name=Crate - -// 15707 -[loc_15707] -blockwalk=yes -model=model_15509 -name=Crate - -// 15708 -[loc_15708] -active=no -model=model_15501,8 -model=model_15502,0 - -// 15709 -[loc_15709] -anim=seq_4220 -length=3 -ambient=20 -model=model_23885 -name=Zanik - -// 15710 -[loc_15710] -anim=seq_4220 -length=3 -active=yes -blockwalk=no -multivar=varplayerbit_2258 -multiloc=7,loc_15709 - -// 15711 -[loc_15711] -length=2 -ambient=20 -op1=Inspect -active=yes -blockwalk=no -model=model_23886 -name=Zanik - -// 15712 -[loc_15712] -length=2 -active=yes -blockwalk=no -multivar=varplayerbit_2271 -multiloc=1,loc_15711 - -// 15713 -[loc_15713] -width=3 -length=3 -op1=Smash -model=model_15512 -name=Drilling machine - -// 15714 -[loc_15714] -width=3 -length=3 -model=model_15523 -name=Drilling machine - -// 15715 -[loc_15715] -width=3 -length=3 -model=model_15511 -name=Broken drilling machine - -// 15716 -[loc_15716] -model=model_15514,0 - -// 15717 -[loc_15717] -model=model_15513,0 - -// 15718 -[loc_15718] -model=model_15515,0 - -// 15719 -[loc_15719] -width=2 -recol1s=8386 -recol1d=9411 -recol2s=6305 -recol2d=9377 -model=model_13881 -name=Table - -// 15720 -[loc_15720] -op1=Search -recol1s=14695 -recol1d=10468 -recol2s=13638 -recol2d=8388 -recol3s=12581 -recol3d=9410 -recol4s=11524 -recol4d=9411 -model=model_7685 -name=Crate - -// 15721 -[loc_15721] -op1=Search -model=model_15509 -name=Crate - -// 15722 -[loc_15722] -op1=Open -recol1s=24102 -recol1d=9411 -recol2s=29584 -recol2d=10535 -recol3s=32755 -recol3d=10569 -model=model_15567 -name=Small chest - -// 15723 -[loc_15723] -op1=Open -recol1s=24102 -recol1d=9411 -recol2s=29584 -recol2d=10535 -recol3s=32755 -recol3d=10569 -model=model_15567 -name=Small chest - -// 15724 -[loc_15724] -op1=Open -recol1s=24102 -recol1d=9411 -recol2s=29584 -recol2d=10535 -recol3s=32755 -recol3d=10569 -model=model_15567 -name=Small chest - -// 15725 -[loc_15725] -recol1s=24102 -recol1d=9411 -recol2s=29584 -recol2d=10535 -recol3s=32755 -recol3d=10569 -model=model_15566 -name=Small chest - -// 15726 -[loc_15726] -op1=Open -recol1s=24102 -recol1d=9411 -recol2s=29584 -recol2d=10535 -recol3s=32755 -recol3d=10569 -model=model_15567 -name=Small chest - -// 15727 -[loc_15727] -anim=seq_4217 -blockwalk=no -resizex=192 -resizey=192 -resizez=192 -model=model_15524 -name=Drip - -// 15728 -[loc_15728] -anim=seq_4218 -blockwalk=no -model=model_15524 -name=Drips - -// 15729 -[loc_15729] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=13670 -recol1d=11524 -recol2s=12613 -recol2d=10467 -recol3s=11556 -recol3d=9410 -recol4s=10499 -recol4d=8353 -recol5s=9442 -recol5d=7296 -recol6s=8385 -recol6d=6240 -model=model_15537,1 -model=model_15538,2 -model=model_15539,3 - -// 15730 -[loc_15730] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=13670 -recol1d=11524 -recol2s=12613 -recol2d=10467 -recol3s=11556 -recol3d=9410 -recol4s=10499 -recol4d=8353 -recol5s=9442 -recol5d=7296 -recol6s=8385 -recol6d=6240 -model=model_15541,1 -model=model_15542,2 -model=model_15543,3 - -// 15731 -[loc_15731] -sharelight=yes -hillskew=yes -ambient=15 -active=yes -op1=Squeeze-through -recol1s=13670 -recol1d=11524 -recol2s=12613 -recol2d=10467 -recol3s=11556 -recol3d=9410 -recol4s=10499 -recol4d=8353 -recol5s=9442 -recol5d=7296 -recol6s=8385 -recol6d=6240 -model=model_15536,1 -name=Crack - -// 15732 -[loc_15732] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=13670 -recol1d=11524 -recol2s=12613 -recol2d=10467 -recol3s=11556 -recol3d=9410 -recol4s=10499 -recol4d=8353 -recol5s=9442 -recol5d=7296 -recol6s=8385 -recol6d=6240 -model=model_15544 -name=Wall - -// 15733 -[loc_15733] -sharelight=yes -hillskew=yes -ambient=15 -mirror=yes -recol1s=13670 -recol1d=11524 -recol2s=12613 -recol2d=10467 -recol3s=11556 -recol3d=9410 -recol4s=10499 -recol4d=8353 -recol5s=9442 -recol5d=7296 -recol6s=8385 -recol6d=6240 -model=model_15544 -name=Wall - -// 15734 -[loc_15734] -active=no -hillskew=yes -sharelight=yes -recol1s=8453 -recol1d=9511 -recol2s=7396 -recol2d=9511 -recol3s=6339 -recol3d=8454 -recol4s=5282 -recol4d=7397 -recol5s=4225 -recol5d=6340 -recol6s=3168 -recol6d=5283 -model=model_6618,1 -model=model_6619,2 -model=model_6620,5 - -// 15735 -[loc_15735] -active=no -hillskew=yes -sharelight=yes -recol1s=8453 -recol1d=9511 -recol2s=7396 -recol2d=9511 -recol3s=6339 -recol3d=8454 -recol4s=5282 -recol4d=7397 -recol5s=4225 -recol5d=6340 -recol6s=3168 -recol6d=5283 -model=model_15545,1 - -// 15736 -[loc_15736] -active=no -hillskew=yes -sharelight=yes -mirror=yes -recol1s=8453 -recol1d=9511 -recol2s=7396 -recol2d=9511 -recol3s=6339 -recol3d=8454 -recol4s=5282 -recol4d=7397 -recol5s=4225 -recol5d=6340 -recol6s=3168 -recol6d=5283 -model=model_15545,1 - -// 15737 -[loc_15737] -sharelight=yes -hillskew=yes -active=no -model=model_15548 - -// 15738 -[loc_15738] -sharelight=yes -hillskew=yes -active=no -model=model_15546 - -// 15739 -[loc_15739] -sharelight=yes -hillskew=yes -active=no -model=model_15547 - -// 15740 -[loc_15740] -sharelight=yes -hillskew=yes -active=no -model=model_15540 - -// 15741 -[loc_15741] -sharelight=yes -hillskew=yes -active=no -mirror=yes -model=model_15540 - -// 15742 -[loc_15742] -sharelight=yes -hillskew=yes -active=no -recol1s=11524 -recol1d=5284 -recol2s=9443 -recol2d=4227 -recol3s=7330 -recol3d=3170 -recol4s=5249 -recol4d=2113 -recol5s=3136 -recol5d=1057 -recol6s=1056 -recol6d=1024 -model=model_15548 - -// 15743 -[loc_15743] -sharelight=yes -hillskew=yes -active=no -recol1s=11524 -recol1d=5284 -recol2s=9443 -recol2d=4227 -recol3s=7330 -recol3d=3170 -recol4s=5249 -recol4d=2113 -recol5s=3136 -recol5d=1057 -recol6s=1056 -recol6d=1024 -model=model_15546 - -// 15744 -[loc_15744] -sharelight=yes -hillskew=yes -active=no -recol1s=11524 -recol1d=5284 -recol2s=9443 -recol2d=4227 -recol3s=7330 -recol3d=3170 -recol4s=5249 -recol4d=2113 -recol5s=3136 -recol5d=1057 -recol6s=1056 -recol6d=1024 -model=model_15547 - -// 15745 -[loc_15745] -sharelight=yes -occlude=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11524 -retex1s=material_70 -retex1d=material_560 -model=model_834 - -// 15746 -[loc_15746] -active=yes -op1=Climb-up -msi=msi_7 -retex1s=material_101 -retex1d=material_73 -model=model_23117 -name=Ladder - -// 15747 -[loc_15747] -active=yes -op1=Climb-up -msi=msi_7 -model=model_37482 -name=Ladder - -// 15748 -[loc_15748] -sharelight=yes -hillskew=yes -op1=Squeeze-through -active=yes -ambient=10 -contrast=10 -model=model_37881 -name=Tunnel - -// 15749 -[loc_15749] -sharelight=yes -hillskew=yes -active=yes -ambient=10 -contrast=10 -model=model_37846 -name=Tunnel - -// 15750 -[loc_15750] -sharelight=yes -ambient=25 -contrast=15 -hillskew=yes -op1=Squeeze-through -active=yes -model=model_37590 -name=Tunnel - -// 15751 -[loc_15751] -sharelight=yes -ambient=25 -contrast=15 -hillskew=yes -op1=Unblock -active=yes -model=model_37542 -name=Tunnel - -// 15752 -[loc_15752] -op1=Open -active=yes -blockwalk=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5396 -recolhsl3s=6490 -recolhsl3d=5412 -recolhsl4s=90 -recolhsl4d=25 -model=model_15521,0 -name=Trapdoor - -// 15753 -[loc_15753] -op1=Go-down -active=yes -blockwalk=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5396 -recolhsl3s=6490 -recolhsl3d=5412 -recolhsl4s=90 -recolhsl4d=25 -model=model_15522,0 -name=Trapdoor - -// 15754 -[loc_15754] -active=yes -blockwalk=yes -model=model_37438 -name=Rubble - -// 15755 -[loc_15755] -op1=Open -op2=Pick-lock -active=yes -blockwalk=yes -model=model_37438 -name=Hidden trapdoor - -// 15756 -[loc_15756] -active=yes -raiseobject=no -ambient=30 -op1=Climb-down -active=yes -blockwalk=yes -model=model_37477 -name=Trapdoor - -// 15757 -[loc_15757] -op1=Listen-at -raiseobject=no -model=model_12367,1 -name=Large door - -// 15758 -[loc_15758] -op1=Listen-at -mirror=yes -raiseobject=no -model=model_12367,1 -name=Large door - -// 15759 -[loc_15759] -active=yes -op1=Open -op4=Pick-lock -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 15760 -[loc_15760] -model=model_7701 -name=Sack - -// 15761 -[loc_15761] -width=2 -recol1s=9412 -recol1d=9409 -recol2s=9411 -recol2d=9409 -model=model_13904 -name=Sack Pile - -// 15762 -[loc_15762] -recol1s=9412 -recol1d=9409 -recol2s=9411 -recol2d=9409 -model=model_13877 -model2=model_13903 -name=Sacks - -// 15763 -[loc_15763] -active=yes -multivar=varplayerbit_2258 -multiloc=0,loc_15749 -multiloc=1,loc_15749 -multiloc=2,loc_15749 -multiloc=3,loc_15749 -multiloc=4,loc_15749 -multiloc=5,loc_15749 -multiloc=6,loc_15749 -multiloc=7,loc_15749 -multiloc=8,loc_15749 -multiloc=9,loc_15749 -multiloc=10,loc_15749 -multiloc=11,loc_15749 -multiloc=12,loc_15749 -multiloc=13,loc_15748 - -// 15764 -[loc_15764] -active=yes -multivar=varplayerbit_2258 -multiloc=0,loc_15751 -multiloc=1,loc_15751 -multiloc=2,loc_15751 -multiloc=3,loc_15751 -multiloc=4,loc_15751 -multiloc=5,loc_15751 -multiloc=6,loc_15751 -multiloc=7,loc_15751 -multiloc=8,loc_15751 -multiloc=9,loc_15751 -multiloc=10,loc_15751 -multiloc=11,loc_15751 -multiloc=12,loc_15751 -multiloc=13,loc_15750 - -// 15765 -[loc_15765] -active=yes -multivar=varplayerbit_2258 -multiloc=0,loc_15752 -multiloc=1,loc_15752 -multiloc=2,loc_15752 -multiloc=3,loc_15752 -multiloc=4,loc_15752 -multiloc=5,loc_15752 -multiloc=6,loc_15752 -multiloc=7,loc_15753 -multiloc=8,loc_15753 -multiloc=9,loc_15753 -multiloc=10,loc_15753 -multiloc=11,loc_15753 -multiloc=12,loc_15753 -multiloc=13,loc_15753 -multiloc=14,loc_15753 -multiloc=15,loc_15753 - -// 15766 -[loc_15766] -active=yes -blockwalk=yes -multivar=varplayerbit_2270 -multiloc=0,loc_15754 -multiloc=1,loc_15755 -multiloc=2,loc_15756 -multiloc=3,loc_15754 - -// 15767 -[loc_15767] -sharelight=yes -ambient=70 -op1=Enter -model=model_15618 -name=Cave entrance - -// 15768 -[loc_15768] -sharelight=yes -ambient=70 -hardshadow=no -model=model_15621 -name=Cave entrance - -// 15769 -[loc_15769] -sharelight=yes -ambient=70 -hardshadow=no -model=model_15622 -name=Cave - -// 15770 -[loc_15770] -sharelight=yes -ambient=70 -model=model_15623 -name=Cave - -// 15771 -[loc_15771] -ambient=20 -model=model_15626 -name=Boulders - -// 15772 -[loc_15772] -ambient=20 -model=model_15627 -name=Boulders - -// 15773 -[loc_15773] -ambient=20 -model=model_15628 -name=Ruins - -// 15774 -[loc_15774] -model=model_15619 -name=Slab - -// 15775 -[loc_15775] -model=model_15636 -name=Stump - -// 15776 -[loc_15776] -width=2 -length=2 -model=model_15638 -name=Tree - -// 15777 -[loc_15777] -model=model_15639 -name=Tree - -// 15778 -[loc_15778] -msi=msi_0 -recol1s=20933 -recol1d=5217 -recol2s=22023 -recol2d=11523 -recol3s=12869 -recol3d=12579 -model=model_1676 -name=Tropical tree - -// 15779 -[loc_15779] -recol1s=20933 -recol1d=5217 -recol2s=22023 -recol2d=11523 -recol3s=12869 -recol3d=12579 -model=model_1687 -name=Tropical tree - -// 15780 -[loc_15780] -recol1s=20933 -recol1d=5217 -recol2s=22023 -recol2d=11523 -recol3s=12869 -recol3d=12579 -model=model_1605 -name=Tropical tree - -// 15781 -[loc_15781] -width=3 -length=3 -model=model_15637 -name=Tropical tree - -// 15782 -[loc_15782] -msi=msi_23 -recol1s=20933 -recol1d=5217 -recol2s=22023 -recol2d=11523 -recol3s=12869 -recol3d=12579 -recol4s=1505 -recol4d=14756 -model=model_1562 -name=Tropical tree - -// 15783 -[loc_15783] -width=7 -length=7 -model=model_15632 -name=Tropical tree - -// 15784 -[loc_15784] -width=4 -length=4 -model=model_15633 -name=Tropical tree - -// 15785 -[loc_15785] -hillskew=yes -hardshadow=no -recol1s=17026 -recol1d=17924 -model=model_1125,0 - -// 15786 -[loc_15786] -hillskew=yes -hardshadow=no -recol1s=17026 -recol1d=17924 -model=model_1140,0 - -// 15787 -[loc_15787] -hillskew=yes -hardshadow=no -recol1s=17026 -recol1d=17924 -model=model_1033,0 - -// 15788 -[loc_15788] -model=model_15634 -name=Leaves - -// 15789 -[loc_15789] -model=model_15635 -name=Leaves - -// 15790 -[loc_15790] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -model=model_15649 -name=Staircase - -// 15791 -[loc_15791] -blockwalk=yes -length=2 -width=2 -op1=Climb-down -model=model_15650 -name=Staircase - -// 15792 -[loc_15792] -hillskew=yes -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=21098 -model=model_1060,0 - -// 15793 -[loc_15793] -hillskew=yes -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=21098 -model=model_1104,0 - -// 15794 -[loc_15794] -hillskew=yes -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=21098 -model=model_1060,0 - -// 15795 -[loc_15795] -hillskew=yes -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=21098 -recol3s=14594 -recol3d=21098 -model=model_1124,0 - -// 15796 -[loc_15796] -hillskew=yes -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=21098 -recol3s=14594 -recol3d=21098 -model=model_1139,0 - -// 15797 -[loc_15797] -hillskew=yes -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=21098 -recol3s=14594 -recol3d=21098 -model=model_1032,0 - -// 15798 -[loc_15798] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=4228 -recol2s=7431 -recol2d=5285 -recol3s=8488 -recol3d=7399 -recol4s=9545 -recol4d=8456 -recol5s=10602 -recol5d=10504 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 15799 -[loc_15799] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=4228 -recol2s=7431 -recol2d=5285 -recol3s=8488 -recol3d=7399 -recol4s=9545 -recol4d=8456 -recol5s=10602 -recol5d=10504 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 15800 -[loc_15800] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=4228 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 15801 -[loc_15801] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=4228 -recol2s=7431 -recol2d=5285 -recol3s=8488 -recol3d=7399 -recol4s=9545 -recol4d=8456 -recol5s=10602 -recol5d=10504 -model=model_15957,5 - -// 15802 -[loc_15802] -hillskew=yes -sharelight=yes -active=no -ambient=10 -msi=msi_22 -recol1s=6374 -recol1d=4228 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 15803 -[loc_15803] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=4228 -recol2s=7431 -recol2d=5285 -recol3s=8488 -recol3d=7399 -recol4s=9545 -recol4d=8456 -recol5s=10602 -recol5d=10504 -retex1s=material_105 -retex1d=material_418 -model=model_15948,1 -model=model_15949,5 - -// 15804 -[loc_15804] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=4228 -recol2s=7431 -recol2d=5285 -recol3s=8488 -recol3d=7399 -recol4s=9545 -recol4d=8456 -recol5s=10602 -recol5d=10504 -retex1s=material_105 -retex1d=material_418 -model=model_15952,1 -model=model_15953,5 - -// 15805 -[loc_15805] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=4228 -recol2s=7431 -recol2d=5285 -recol3s=8488 -recol3d=7399 -recol4s=9545 -recol4d=8456 -recol5s=10602 -recol5d=10504 -retex1s=material_105 -retex1d=material_418 -model=model_15950,1 -model=model_15951,2 - -// 15806 -[loc_15806] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=4228 -recol2s=7431 -recol2d=5285 -recol3s=8488 -recol3d=7399 -recol4s=9545 -recol4d=8456 -recol5s=10602 -recol5d=10504 -model=model_15961,1 - -// 15807 -[loc_15807] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=4228 -recol2s=7431 -recol2d=5285 -recol3s=8488 -recol3d=7399 -recol4s=9545 -recol4d=8456 -recol5s=10602 -recol5d=10504 -model=model_15964,1 - -// 15808 -[loc_15808] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=4228 -recol2s=6305 -recol2d=5285 -recol3s=7362 -recol3d=7399 -recol4s=8419 -recol4d=8456 -recol5s=9476 -recol5d=10504 -recol6s=10533 -recol6d=11561 -model=model_12040 - -// 15809 -[loc_15809] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=4228 -recol2s=6305 -recol2d=5285 -recol3s=7362 -recol3d=7399 -recol4s=8419 -recol4d=8456 -recol5s=9476 -recol5d=10504 -recol6s=10533 -recol6d=11561 -model=model_12041 - -// 15810 -[loc_15810] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=no -op1=Enter -model=model_24018,0 -name=Hole - -// 15811 -[loc_15811] -sharelight=yes -op1=Exit -model=model_15641 -name=Cave - -// 15812 -[loc_15812] -sharelight=yes -op1=Exit -model=model_15640 -name=Cave - -// 15813 -[loc_15813] -model=model_15624 -name=Boulders - -// 15814 -[loc_15814] -model=model_15625 -name=Boulders - -// 15815 -[loc_15815] -recol1s=16942 -recol1d=7399 -recol2s=18000 -recol2d=8456 -recol3s=28468 -recol3d=11561 -model=model_11984 -name=Mushrooms - -// 15816 -[loc_15816] -recol1s=16942 -recol1d=7399 -recol2s=18000 -recol2d=8456 -recol3s=28468 -recol3d=11561 -model=model_11985 -name=Mushrooms - -// 15817 -[loc_15817] -anim=seq_1727 -length=2 -width=2 -bgsound=synth_3087,3 -hardshadow=no -recol1s=16846 -recol1d=8423 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 15818 -[loc_15818] -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -hardshadow=no -recol1s=16846 -recol1d=8423 -model=model_5514,8 -model=model_5515,2 -name=Small rock - -// 15819 -[loc_15819] -anim=seq_1727 -length=2 -width=2 -hardshadow=no -recol1s=16846 -recol1d=8423 -model=model_5515 -name=Rock - -// 15820 -[loc_15820] -hillskew=yes -recol1s=13505 -recol1d=7365 -recol2s=14594 -recol2d=8455 -recol3s=15618 -recol3d=10569 -model=model_1124,0 - -// 15821 -[loc_15821] -hillskew=yes -recol1s=13505 -recol1d=7365 -recol2s=14594 -recol2d=8455 -recol3s=15618 -recol3d=10569 -model=model_1139,0 - -// 15822 -[loc_15822] -hillskew=yes -recol1s=13505 -recol1d=7365 -recol2s=14594 -recol2d=8455 -recol3s=15618 -recol3d=10569 -model=model_1032,0 - -// 15823 -[loc_15823] -hillskew=yes -recol1s=13505 -recol1d=7365 -recol2s=14594 -recol2d=8455 -recol3s=15618 -recol3d=10569 -model=model_1044,0 - -// 15824 -[loc_15824] -hillskew=yes -recol1s=13505 -recol1d=7365 -recol2s=14594 -recol2d=8455 -recol3s=15618 -recol3d=10569 -model=model_1064,0 - -// 15825 -[loc_15825] -hillskew=yes -unknown90=yes -model=model_15642,0 - -// 15826 -[loc_15826] -hillskew=yes -unknown90=yes -model=model_15643,0 - -// 15827 -[loc_15827] -hillskew=yes -unknown90=yes -model=model_15644,0 - -// 15828 -[loc_15828] -hillskew=yes -unknown90=yes -model=model_15645,0 - -// 15829 -[loc_15829] -hillskew=yes -unknown90=yes -model=model_15646,0 - -// 15830 -[loc_15830] -hillskew=yes -unknown90=yes -model=model_15647,0 - -// 15831 -[loc_15831] -hillskew=yes -unknown90=yes -model=model_15648,0 - -// 15832 -[loc_15832] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=4228 -retex1s=material_72 -retex1d=material_65535 -model=model_834 - -// 15833 -[loc_15833] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=0 -model=model_834 - -// 15834 -[loc_15834] -sharelight=yes -hillskew=yes -active=no -retex1s=material_105 -retex1d=material_418 -model=model_15631 - -// 15835 -[loc_15835] -sharelight=yes -hillskew=yes -active=no -retex1s=material_105 -retex1d=material_418 -model=model_15629 - -// 15836 -[loc_15836] -sharelight=yes -hillskew=yes -active=no -retex1s=material_105 -retex1d=material_418 -model=model_15620 - -// 15837 -[loc_15837] -recol1s=11457 -recol1d=11361 -model=model_15819 -name=Bamboo Pipes - -// 15838 -[loc_15838] -anim=seq_4239 -bgsound=synth_2065,3 -recol1s=11457 -recol1d=11361 -model=model_15819 -model2=model_15818 -name=Bamboo Pipes - -// 15839 -[loc_15839] -anim=seq_4239 -bgsound=synth_2065,3 -recol1s=11457 -recol1d=11361 -model=model_15819 -model2=model_15818 -name=Bamboo Pipes - -// 15840 -[loc_15840] -recol1s=11457 -recol1d=11361 -model=model_15820 -name=Bamboo Pipes - -// 15841 -[loc_15841] -recol1s=11457 -recol1d=11361 -model=model_15820 -name=Bamboo Pipes - -// 15842 -[loc_15842] -recol1s=11457 -recol1d=11361 -model=model_15820 -name=Bamboo Pipes - -// 15843 -[loc_15843] -recol1s=11457 -recol1d=11361 -model=model_15820 -name=Bamboo Pipes - -// 15844 -[loc_15844] -recol1s=11457 -recol1d=11361 -model=model_15820 -name=Bamboo Pipes - -// 15845 -[loc_15845] -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_15823 -name=Rum Crate - -// 15846 -[loc_15846] -op1=Pick -recolhsl1s=20287 -recolhsl1d=951 -model=model_15806 -name=Red flowers - -// 15847 -[loc_15847] -model=model_15821 -name=Hopper - -// 15848 -[loc_15848] -anim=seq_4239 -bgsound=synth_2065,3 -model=model_15821 -model2=model_15807 -name=Hopper - -// 15849 -[loc_15849] -anim=seq_4239 -bgsound=synth_2065,3 -model=model_15821 -model2=model_15807 -name=Hopper - -// 15850 -[loc_15850] -model=model_15822 -name=Hopper - -// 15851 -[loc_15851] -model=model_15822 -name=Hopper - -// 15852 -[loc_15852] -model=model_15822 -name=Hopper - -// 15853 -[loc_15853] -model=model_15822 -name=Hopper - -// 15854 -[loc_15854] -model=model_15822 -name=Hopper - -// 15855 -[loc_15855] -hillskew=yes -blockwalk=no -width=3 -model=model_15752 -name=Bridge - -// 15856 -[loc_15856] -hillskew=yes -width=3 -anim=seq_9641 -blockwalk=yes -bgsound=synth_2066,3 -hardshadow=no -model=model_15803 -name=Bridge - -// 15857 -[loc_15857] -hillskew=yes -width=3 -anim=seq_9641 -blockwalk=yes -bgsound=synth_2066,3 -hardshadow=no -model=model_15803 -name=Bridge - -// 15858 -[loc_15858] -hillskew=yes -width=3 -blockwalk=yes -model=model_15751 -name=Bridge - -// 15859 -[loc_15859] -hillskew=yes -width=3 -blockwalk=yes -model=model_15751 -name=Bridge - -// 15860 -[loc_15860] -hillskew=yes -width=3 -blockwalk=yes -model=model_15751 -name=Bridge - -// 15861 -[loc_15861] -hillskew=yes -width=3 -blockwalk=yes -model=model_15751 -name=Bridge - -// 15862 -[loc_15862] -hillskew=yes -width=3 -blockwalk=yes -model=model_15751 -name=Bridge - -// 15863 -[loc_15863] -recol1s=11457 -recol1d=5323 -model=model_15819 -name=Bamboo Pipes - -// 15864 -[loc_15864] -anim=seq_4239 -bgsound=synth_2065,3 -recol1s=11457 -recol1d=5323 -model=model_15819 -model2=model_15818 -name=Bamboo Pipes - -// 15865 -[loc_15865] -anim=seq_4239 -bgsound=synth_2065,3 -recol1s=11457 -recol1d=5323 -model=model_15819 -model2=model_15818 -name=Bamboo Pipes - -// 15866 -[loc_15866] -recol1s=11457 -recol1d=11361 -model=model_15820 -name=Bamboo Pipes - -// 15867 -[loc_15867] -recol1s=11457 -recol1d=11361 -model=model_15820 -name=Bamboo Pipes - -// 15868 -[loc_15868] -recol1s=11457 -recol1d=11361 -model=model_15820 -name=Bamboo Pipes - -// 15869 -[loc_15869] -recol1s=11457 -recol1d=11361 -model=model_15820 -name=Bamboo Pipes - -// 15870 -[loc_15870] -recol1s=11457 -recol1d=11361 -model=model_15820 -name=Bamboo Pipes - -// 15871 -[loc_15871] -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_15823 -name=Rum Crate - -// 15872 -[loc_15872] -op1=Pick -recolhsl1s=20287 -recolhsl1d=41782 -model=model_15806 -name=Blue flowers - -// 15873 -[loc_15873] -model=model_15821 -name=Hopper - -// 15874 -[loc_15874] -anim=seq_4239 -bgsound=synth_2065,3 -model=model_15821 -model2=model_15807 -name=Hopper - -// 15875 -[loc_15875] -anim=seq_4239 -bgsound=synth_2065,3 -model=model_15821 -model2=model_15807 -name=Hopper - -// 15876 -[loc_15876] -model=model_15822 -name=Hopper - -// 15877 -[loc_15877] -model=model_15822 -name=Hopper - -// 15878 -[loc_15878] -model=model_15822 -name=Hopper - -// 15879 -[loc_15879] -model=model_15822 -name=Hopper - -// 15880 -[loc_15880] -model=model_15822 -name=Hopper - -// 15881 -[loc_15881] -hillskew=yes -blockwalk=no -width=3 -model=model_15752 -name=Bridge - -// 15882 -[loc_15882] -hillskew=yes -width=3 -anim=seq_9641 -blockwalk=yes -bgsound=synth_2065,3 -model=model_15803 -name=Bridge - -// 15883 -[loc_15883] -hillskew=yes -width=3 -anim=seq_9641 -blockwalk=yes -bgsound=synth_2065,3 -model=model_15803 -name=Bridge - -// 15884 -[loc_15884] -hillskew=yes -width=3 -blockwalk=yes -model=model_15751 -name=Bridge - -// 15885 -[loc_15885] -hillskew=yes -width=3 -blockwalk=yes -model=model_15751 -name=Bridge - -// 15886 -[loc_15886] -hillskew=yes -width=3 -blockwalk=yes -model=model_15751 -name=Bridge - -// 15887 -[loc_15887] -hillskew=yes -width=3 -blockwalk=yes -model=model_15751 -name=Bridge - -// 15888 -[loc_15888] -hillskew=yes -width=3 -blockwalk=yes -model=model_15751 -name=Bridge - -// 15889 -[loc_15889] -sharelight=yes -active=no -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_15998,1 -model=model_15999,3 - -// 15890 -[loc_15890] -mirror=yes -blockwalk=yes -forceapproach=west -op1=Climb-up -msi=msi_7 -offsetx=64 -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_4726 -name=Bamboo Ladder - -// 15891 -[loc_15891] -mirror=yes -offsetx=64 -forceapproach=east -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_15746 -name=Bamboo Ladder - -// 15892 -[loc_15892] -mirror=yes -blockwalk=yes -forceapproach=east -op1=Climb-down -msi=msi_7 -offsetx=64 -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_4727 -name=Bamboo Ladder - -// 15893 -[loc_15893] -mirror=yes -blockwalk=yes -forceapproach=east -op1=Climb-up -msi=msi_7 -offsetx=30 -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_4726 -name=Bamboo Ladder - -// 15894 -[loc_15894] -mirror=yes -offsetx=30 -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_15746 -name=Bamboo Ladder - -// 15895 -[loc_15895] -mirror=yes -blockwalk=yes -forceapproach=west -op1=Climb-down -msi=msi_7 -offsetx=30 -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_4727 -name=Bamboo Ladder - -// 15896 -[loc_15896] -mirror=yes -blockwalk=yes -forceapproach=east -op1=Climb-up -msi=msi_7 -offsetx=-20 -model=model_15754 -name=Copper Ladder - -// 15897 -[loc_15897] -mirror=yes -offsetx=-20 -forceapproach=west -model=model_15755 -name=Copper Ladder - -// 15898 -[loc_15898] -mirror=yes -blockwalk=yes -forceapproach=west -op1=Climb-down -msi=msi_7 -offsetx=-20 -model=model_15756 -name=Copper Ladder - -// 15899 -[loc_15899] -mirror=yes -blockwalk=yes -forceapproach=east -op1=Climb-up -msi=msi_7 -offsetx=30 -model=model_15754 -name=Copper Ladder - -// 15900 -[loc_15900] -mirror=yes -offsetx=30 -model=model_15755 -name=Copper Ladder - -// 15901 -[loc_15901] -mirror=yes -blockwalk=yes -forceapproach=west -op1=Climb-down -msi=msi_7 -offsetx=30 -model=model_15756 -name=Copper Ladder - -// 15902 -[loc_15902] -hillskew=yes -blockwalk=yes -sharelight=yes -blockrange=no -model=model_4754 -name=Posts - -// 15903 -[loc_15903] -length=2 -width=2 -bgsound=synth_2197,3 -model=model_15800 -model2=model_15795 -name=Boiler - -// 15904 -[loc_15904] -length=2 -width=2 -model=model_15800 -model2=model_15795 -model3=model_15816 -name=Boiler - -// 15905 -[loc_15905] -length=2 -width=2 -anim=seq_4239 -bgsound=synth_2065,3 -model=model_15800 -model2=model_15795 -model3=model_15816 -model4=model_15796 -name=Boiler - -// 15906 -[loc_15906] -mirror=yes -length=2 -width=2 -model=model_15800 -model2=model_15795 -name=Boiler - -// 15907 -[loc_15907] -mirror=yes -length=2 -width=2 -model=model_15800 -model2=model_15795 -model3=model_15816 -name=Boiler - -// 15908 -[loc_15908] -mirror=yes -length=2 -width=2 -anim=seq_4239 -model=model_15800 -model2=model_15795 -model3=model_15816 -model4=model_15796 -name=Boiler - -// 15909 -[loc_15909] -length=2 -width=2 -model=model_15801 -model2=model_15799 -name=Boiler - -// 15910 -[loc_15910] -length=2 -width=2 -model=model_15801 -model2=model_15799 -model3=model_15817 -name=Boiler - -// 15911 -[loc_15911] -length=2 -width=2 -anim=seq_4239 -model=model_15801 -model2=model_15799 -model3=model_15817 -model4=model_15797 -name=Boiler - -// 15912 -[loc_15912] -mirror=yes -length=2 -width=2 -model=model_15801 -model2=model_15799 -name=Boiler - -// 15913 -[loc_15913] -mirror=yes -length=2 -width=2 -model=model_15801 -model2=model_15799 -model3=model_15817 -name=Boiler - -// 15914 -[loc_15914] -mirror=yes -length=2 -width=2 -anim=seq_4239 -model=model_15801 -model2=model_15799 -model3=model_15817 -model4=model_15797 -name=Boiler - -// 15915 -[loc_15915] -model=model_15761,0 - -// 15916 -[loc_15916] -model=model_15824 -name=middle section - -// 15917 -[loc_15917] -mirror=yes -model=model_15824 -name=middle section - -// 15918 -[loc_15918] -model=model_15825 -name=middle section - -// 15919 -[loc_15919] -mirror=yes -model=model_15825 -name=middle section - -// 15920 -[loc_15920] -model=model_15798 -name=middle section - -// 15921 -[loc_15921] -mirror=yes -model=model_15798 -name=middle section - -// 15922 -[loc_15922] -model=model_15802 -name=Bottle Machine - -// 15923 -[loc_15923] -anim=seq_4260 -model=model_15790 -name=Bottle machine - -// 15924 -[loc_15924] -model=model_15791 -name=Conveyor Belt - -// 15925 -[loc_15925] -anim=seq_4241 -model=model_15792 -name=Conveyor Belt - -// 15926 -[loc_15926] -op1=Take-rum -model=model_15793 -name=Conveyor Belt - -// 15927 -[loc_15927] -anim=seq_4240 -model=model_15794 -name=Conveyor Belt - -// 15928 -[loc_15928] -op1=Pump -op2=Vent -op3=hidden -model=model_15832 -name=Steam Pump - -// 15929 -[loc_15929] -anim=seq_4242 -op1=hidden -op3=hidden -model=model_15832 -name=Steam Pump - -// 15930 -[loc_15930] -op1=hidden -op3=hidden -model=model_15832 -name=Steam_Pump - -// 15931 -[loc_15931] -op1=Take-log -recol1s=12549 -recol1d=13537 -recol2s=13606 -recol2d=12580 -model=model_15813 -name=Log Store - -// 15932 -[loc_15932] -width=2 -model=model_15786 -name=Workbench - -// 15933 -[loc_15933] -model=model_15771 -name=Workbench - -// 15934 -[loc_15934] -op1=Take-tool -model=model_15771 -model2=model_15770 -name=Workbench - -// 15935 -[loc_15935] -width=3 -length=3 -shadow=no -model=model_15772 -name=Watering Hole - -// 15936 -[loc_15936] -model=model_15826 -name=Water Pump - -// 15937 -[loc_15937] -anim=seq_4239 -bgsound=synth_2065,3 -hardshadow=no -model=model_15826 -model2=model_15830 -name=Water Pump - -// 15938 -[loc_15938] -model=model_15829 -name=Water Pump - -// 15939 -[loc_15939] -recolhsl1s=20287 -recolhsl1d=951 -model=model_15806 -name=Red Flowers - -// 15940 -[loc_15940] -recolhsl1s=20287 -recolhsl1d=41782 -model=model_15806 -name=Blue Flowers - -// 15941 -[loc_15941] -anim=seq_4239 -bgsound=synth_2065,3 -hardshadow=no -recolhsl1s=20287 -recolhsl1d=951 -model=model_15806 -model2=model_15805 -name=Red Flowers - -// 15942 -[loc_15942] -anim=seq_4239 -bgsound=synth_2065,3 -hardshadow=no -recolhsl1s=20287 -recolhsl1d=41782 -model=model_15806 -model2=model_15805 -name=Blue Flowers - -// 15943 -[loc_15943] -hillskew=yes -blockwalk=no -width=3 -model=model_15752 -name=Bridge - -// 15944 -[loc_15944] -hillskew=yes -width=3 -anim=seq_9641 -bgsound=synth_2066,3 -hardshadow=no -model=model_15803 -name=Bridge - -// 15945 -[loc_15945] -hillskew=yes -width=3 -model=model_15751 -name=Bridge - -// 15946 -[loc_15946] -hillskew=yes -model=model_15781 -name=Sweetgrub Mound - -// 15947 -[loc_15947] -hillskew=yes -model=model_15782 -name=Sweetgrub Mound - -// 15948 -[loc_15948] -length=2 -width=2 -msi=msi_5 -ambient=30 -op1=Cut-down -op3=hidden -model=model_15808 -name=Jungle Tree - -// 15949 -[loc_15949] -length=2 -width=2 -msi=msi_5 -ambient=30 -anim=seq_4239 -bgsound=synth_2065,3 -model=model_15808 -model2=model_15827 -name=Jungle Tree - -// 15950 -[loc_15950] -length=2 -width=2 -ambient=30 -model=model_15809 -name=Jungle Tree - -// 15951 -[loc_15951] -length=2 -width=2 -msi=msi_5 -ambient=30 -op1=Cut-down -op3=hidden -model=model_15810 -name=Jungle Tree - -// 15952 -[loc_15952] -length=2 -width=2 -msi=msi_5 -ambient=30 -anim=seq_4239 -bgsound=synth_2065,3 -model=model_15810 -model2=model_15827 -name=Jungle Tree - -// 15953 -[loc_15953] -length=2 -width=2 -ambient=30 -model=model_15809 -name=Jungle Tree - -// 15954 -[loc_15954] -length=2 -width=2 -msi=msi_5 -ambient=30 -op1=Cut-down -op3=hidden -hillchange=tree_skew,30 -model=model_15811 -name=Jungle Tree - -// 15955 -[loc_15955] -length=2 -width=2 -msi=msi_5 -ambient=30 -anim=seq_4239 -bgsound=synth_2065,3 -model=model_15811 -model2=model_15828 -name=Jungle Tree - -// 15956 -[loc_15956] -length=2 -width=2 -ambient=30 -model=model_15812 -name=Jungle Tree - -// 15957 -[loc_15957] -msi=msi_0 -ambient=30 -hillchange=tree_skew,72 -recol1s=22023 -recol1d=14660 -recol2s=20933 -recol2d=12546 -model=model_1676 -name=Tropical tree - -// 15958 -[loc_15958] -ambient=30 -recol1s=22023 -recol1d=14660 -recol2s=20933 -recol2d=12546 -model=model_1687 -name=Tropical tree - -// 15959 -[loc_15959] -ambient=30 -recol1s=22023 -recol1d=14660 -recol2s=20933 -recol2d=12546 -model=model_1605 -name=Tropical tree - -// 15960 -[loc_15960] -width=3 -length=3 -ambient=30 -recol1s=22023 -recol1d=14660 -recol2s=20933 -recol2d=12546 -model=model_15748 -name=Tropical leaves - -// 15961 -[loc_15961] -msi=msi_5 -length=2 -width=2 -ambient=30 -forceapproach=west -hillchange=tree_skew,80 -model=model_15789 -name=Bitternut Tree - -// 15962 -[loc_15962] -msi=msi_5 -length=2 -width=2 -ambient=30 -anim=seq_4247 -recol1s=9409 -recol1d=5323 -model=model_15789 -model2=model_15788 -name=Bitternut Tree - -// 15963 -[loc_15963] -msi=msi_5 -length=2 -width=2 -ambient=30 -anim=seq_4247 -recol1s=10466 -recol1d=11361 -model=model_15789 -model2=model_15788 -name=Bitternut Tree - -// 15964 -[loc_15964] -msi=msi_5 -length=2 -width=2 -ambient=30 -anim=seq_4246 -recol1s=9409 -recol1d=5323 -model=model_15789 -model2=model_15788 -name=Bitternut Tree - -// 15965 -[loc_15965] -msi=msi_5 -length=2 -width=2 -ambient=30 -anim=seq_4246 -recol1s=10466 -recol1d=11361 -model=model_15789 -model2=model_15788 -name=Bitternut Tree - -// 15966 -[loc_15966] -msi=msi_5 -length=2 -width=2 -ambient=30 -anim=seq_4245 -forceapproach=west -recol1s=9409 -recol1d=5323 -model=model_15789 -model2=model_15788 -name=Bitternut Tree - -// 15967 -[loc_15967] -msi=msi_5 -length=2 -width=2 -ambient=30 -anim=seq_4245 -forceapproach=west -recol1s=10466 -recol1d=11361 -model=model_15789 -model2=model_15788 -name=Bitternut Tree - -// 15968 -[loc_15968] -msi=msi_5 -length=2 -width=2 -ambient=30 -anim=seq_4244 -recol1s=10466 -recol1d=11361 -recol2s=9409 -recol2d=5323 -model=model_15789 -model2=model_15788 -name=Bitternut Tree - -// 15969 -[loc_15969] -msi=msi_5 -length=2 -width=2 -ambient=30 -anim=seq_4244 -recol1s=10466 -recol1d=5323 -recol2s=9409 -recol2d=11361 -model=model_15789 -model2=model_15788 -name=Bitternut Tree - -// 15970 -[loc_15970] -msi=msi_5 -length=2 -width=2 -ambient=30 -op1=Cut-down -op3=hidden -hillchange=tree_skew,40 -model=model_15774 -name=Scrapey Tree - -// 15971 -[loc_15971] -msi=msi_5 -length=2 -width=2 -ambient=30 -hillchange=tree_skew,40 -model=model_15775 -name=Scrapey Tree - -// 15972 -[loc_15972] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_15995,0 - -// 15973 -[loc_15973] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_15994,0 - -// 15974 -[loc_15974] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_15993,0 - -// 15975 -[loc_15975] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_15997,0 - -// 15976 -[loc_15976] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_15992,0 - -// 15977 -[loc_15977] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -msi=msi_46 -mirror=yes -unknown90=yes -model=model_15992,0 - -// 15978 -[loc_15978] -ambient=30 -width=2 -length=2 -recol1s=10504 -recol1d=14660 -recol2s=16846 -recol2d=14983 -recol3s=13675 -recol3d=13957 -recol4s=11561 -recol4d=12546 -model=model_1641 -name=Jungle Plant - -// 15979 -[loc_15979] -ambient=25 -contrast=25 -model=model_12497,Q - -// 15980 -[loc_15980] -ambient=25 -contrast=25 -model=model_12499,Q - -// 15981 -[loc_15981] -blockrange=no -recol1s=10401 -recol1d=12580 -recol2s=9377 -recol2d=11457 -model=model_1170 -name=Chair - -// 15982 -[loc_15982] -width=2 -blockrange=no -recol1s=10564 -recol1d=19019 -recol2s=8450 -recol2d=15850 -model=model_11453 -name=Table - -// 15983 -[loc_15983] -model=model_15760 -model2=model_15771 -name=Kettle - -// 15984 -[loc_15984] -op1=Open -active=yes -model=model_4007,1 -name=Waiting Room Door - -// 15985 -[loc_15985] -forceapproach=south -op1=Deposit -recol1s=22059 -recol1d=13604 -recol2s=14662 -recol2d=12547 -model=model_15759 -name=Deposit Box - -// 15986 -[loc_15986] -ambient=25 -contrast=25 -active=yes -model=model_15750,Q -name=Bitternut Sign - -// 15987 -[loc_15987] -ambient=25 -contrast=25 -active=yes -model=model_15769,Q -name=Sweetgrub Sign - -// 15988 -[loc_15988] -ambient=25 -contrast=25 -active=yes -model=model_15749,Q -name=Scrapey Bark Sign - -// 15989 -[loc_15989] -ambient=25 -contrast=25 -active=yes -model=model_15745,Q -name=Red Water Sign - -// 15990 -[loc_15990] -ambient=25 -contrast=25 -active=yes -recol1s=19488 -recol1d=1106 -model=model_15745,Q -name=Blue Water Sign - -// 15991 -[loc_15991] -ambient=25 -contrast=25 -active=yes -recol1s=19488 -recol1d=7806 -model=model_15784,Q -name=Water Sign - -// 15992 -[loc_15992] -ambient=25 -contrast=25 -model=model_15763 -name=Sign - -// 15993 -[loc_15993] -ambient=25 -contrast=25 -model=model_15764 -name=Sign - -// 15994 -[loc_15994] -ambient=25 -contrast=25 -model=model_15765 -name=Sign - -// 15995 -[loc_15995] -width=2 -model=model_15766 -name=Stall - -// 15996 -[loc_15996] -width=3 -anim=seq_3174 -op1=Exit -msi=msi_64 -model=model_11233 -model2=model_15138 -name=Portal - -// 15997 -[loc_15997] -ambient=20 -model=model_15758 -name=Pirate Flag - -// 15998 -[loc_15998] -ambient=20 -model=model_15757 -name=Pirate Flag - -// 15999 -[loc_15999] -ambient=25 -contrast=25 -model=model_15753,Q - -// 16000 -[loc_16000] -ambient=25 -contrast=25 -model=model_15762,Q - -// 16001 -[loc_16001] -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_7685 -name=Crate - -// 16002 -[loc_16002] -recol1s=14695 -recol1d=11523 -recol2s=13638 -recol2d=10467 -recol3s=12581 -recol3d=11523 -recol4s=11524 -recol4d=9410 -model=model_7700 -name=Crate - -// 16003 -[loc_16003] -blockrange=no -recol1s=13605 -recol1d=7297 -recol2s=12548 -recol2d=9410 -recol3s=11491 -recol3d=8353 -recol4s=10434 -recol4d=9410 -model=model_8232 -name=Barrel - -// 16004 -[loc_16004] -sharelight=yes -hillskew=yes -active=no -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -recol3s=8353 -recol3d=11491 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 16005 -[loc_16005] -op1=Jump-to -active=yes -blockwalk=yes -unknown90=yes -blockrange=no -model=model_15776,0 -name=Stepping log - -// 16006 -[loc_16006] -active=yes -blockwalk=yes -hillskew=yes -unknown90=yes -blockrange=no -model=model_15777,0 -name=Stepping log - -// 16007 -[loc_16007] -active=yes -blockwalk=yes -unknown90=yes -blockrange=no -model=model_15778,0 -name=Stepping log - -// 16008 -[loc_16008] -model=model_15780,0 - -// 16009 -[loc_16009] -model=model_15779,0 - -// 16010 -[loc_16010] -ambient=20 -op1=Peer-through -model=model_15783 -name=Telescope - -// 16011 -[loc_16011] -active=no -forcedecor=yes -unknown90=yes -blockrange=no -model=model_15767,0 - -// 16012 -[loc_16012] -active=yes -forcedecor=yes -blockwalk=yes -unknown90=yes -blockrange=no -model=model_15768,0 -name=Stepping Stone - -// 16013 -[loc_16013] -active=yes -blockwalk=yes -unknown90=yes -blockrange=no -recol1s=10498 -recol1d=11561 -recol2s=9441 -recol2d=10504 -recol3s=8384 -recol3d=8456 -model=model_13604,0 -name=Stepping stone - -// 16014 -[loc_16014] -active=no -model=model_15683 - -// 16015 -[loc_16015] -active=no -model=model_15666 - -// 16016 -[loc_16016] -active=no -model=model_15673 - -// 16017 -[loc_16017] -active=no -model=model_15699 - -// 16018 -[loc_16018] -active=no -model=model_15689 - -// 16019 -[loc_16019] -active=no -model=model_15703 - -// 16020 -[loc_16020] -active=no -model=model_15659 - -// 16021 -[loc_16021] -active=no -model=model_15692 - -// 16022 -[loc_16022] -active=no -model=model_15672 - -// 16023 -[loc_16023] -active=no -model=model_15687 - -// 16024 -[loc_16024] -active=no -model=model_15686 - -// 16025 -[loc_16025] -blockwalk=yes -active=yes -op1=Take-rum -multivar=varplayerbit_2286 -multiloc=0,loc_15924 -multiloc=1,loc_15924 -multiloc=2,loc_15926 - -// 16026 -[loc_16026] -blockwalk=yes -active=yes -op1=Take-rum -multivar=varplayerbit_2287 -multiloc=0,loc_15924 -multiloc=1,loc_15924 -multiloc=2,loc_15926 - -// 16027 -[loc_16027] -sharelight=yes -hillskew=yes -active=no -ambient=40 -contrast=20 -model=model_15854,1 -model=model_15855,2 -model=model_15856,5 - -// 16028 -[loc_16028] -sharelight=yes -hillskew=yes -active=no -ambient=40 -contrast=20 -model=model_15851,1 - -// 16029 -[loc_16029] -sharelight=yes -hillskew=yes -active=no -ambient=40 -contrast=20 -model=model_15852,1 - -// 16030 -[loc_16030] -sharelight=yes -hillskew=yes -active=no -ambient=40 -contrast=20 -model=model_15853,1 - -// 16031 -[loc_16031] -sharelight=yes -hillskew=yes -active=no -ambient=40 -contrast=20 -model=model_15857,1 - -// 16032 -[loc_16032] -hillskew=yes -active=no -ambient=40 -anim=seq_4274 -contrast=20 -model=model_15858 - -// 16033 -[loc_16033] -sharelight=yes -hillskew=yes -active=no -ambient=40 -contrast=20 -model=model_15859 - -// 16034 -[loc_16034] -sharelight=yes -hillskew=yes -active=no -ambient=40 -contrast=20 -model=model_15860 - -// 16035 -[loc_16035] -sharelight=yes -hillskew=yes -active=no -ambient=40 -contrast=20 -model=model_15861 - -// 16036 -[loc_16036] -sharelight=yes -hillskew=yes -active=no -ambient=40 -contrast=20 -model=model_15862 - -// 16037 -[loc_16037] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -shadow=no -recol1s=198 -recol1d=0 -model=model_15842,0 - -// 16038 -[loc_16038] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -shadow=no -recol1s=198 -recol1d=0 -model=model_15843,0 - -// 16039 -[loc_16039] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -shadow=no -recol1s=198 -recol1d=0 -model=model_15844,0 - -// 16040 -[loc_16040] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -shadow=no -recol1s=198 -recol1d=0 -model=model_15845,0 - -// 16041 -[loc_16041] -ambient=30 -contrast=15 -forcedecor=yes -shadow=no -active=yes -blockwalk=yes -bgsound=synth_2066,3 -recol1s=198 -recol1d=0 -model=model_9294,8 -model=model_9295,0 -name=Sulphur vent - -// 16042 -[loc_16042] -anim=seq_523 -shadow=no -active=no -blockwalk=no -bgsound=synth_3073,3 -model=model_9294,8 -model=model_9295,0 - -// 16043 -[loc_16043] -hillskew=yes -op1=Open -active=yes -anim=seq_4284 -model=model_15607,8 -model=model_15608,1 -name=Portal of Death - -// 16044 -[loc_16044] -hillskew=yes -mirror=yes -op1=Open -active=yes -anim=seq_4284 -model=model_15607,8 -model=model_15608,1 -name=Portal of Death - -// 16045 -[loc_16045] -hillskew=yes -model=model_15607,8 -model=model_15608,1 -name=Portal of Death - -// 16046 -[loc_16046] -hillskew=yes -mirror=yes -model=model_15607,8 -model=model_15608,1 -name=Portal of Death - -// 16047 -[loc_16047] -ambient=30 -op1=Search -model=model_15848 -name=Cradle of Life - -// 16048 -[loc_16048] -hillskew=yes -op1=Climb-up -msi=msi_7 -model=model_15850 -name=Bone Chain - -// 16049 -[loc_16049] -hillskew=yes -op1=Climb-up -msi=msi_7 -model=model_15846,8 -model=model_15847,D -name=Boney ladder - -// 16050 -[loc_16050] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 16051 -[loc_16051] -hillskew=yes -active=no -recol1s=7399 -recol1d=22131 -model=model_13851 - -// 16052 -[loc_16052] -hillskew=yes -active=no -recol1s=7399 -recol1d=22131 -model=model_13852 - -// 16053 -[loc_16053] -hillskew=yes -active=no -recol1s=7399 -recol1d=22131 -model=model_13853 - -// 16054 -[loc_16054] -hillskew=yes -active=no -recol1s=7399 -recol1d=22131 -model=model_13854 - -// 16055 -[loc_16055] -blockrange=no -recol1s=28436 -recol1d=22131 -model=model_1078 -name=Skeleton - -// 16056 -[loc_16056] -blockrange=no -recol1s=28436 -recol1d=22131 -model=model_1079 -name=Skeleton - -// 16057 -[loc_16057] -width=2 -blockrange=no -recol1s=28436 -recol1d=22131 -recol2s=16846 -recol2d=22131 -model=model_1080 -name=Skeleton - -// 16058 -[loc_16058] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=1024 -model=model_834 - -// 16059 -[loc_16059] -sharelight=yes -hillskew=yes -active=no -model=model_15872,1 -model=model_15873,2 -model=model_15874,5 - -// 16060 -[loc_16060] -sharelight=yes -hillskew=yes -active=no -model=model_15875,8 -model=model_15876,1 - -// 16061 -[loc_16061] -sharelight=yes -hillskew=yes -active=no -model=model_15877,8 -model=model_15878,1 - -// 16062 -[loc_16062] -sharelight=yes -hillskew=yes -active=no -model=model_15879,1 -model=model_15880,5 - -// 16063 -[loc_16063] -sharelight=yes -hillskew=yes -active=no -model=model_15881 - -// 16064 -[loc_16064] -sharelight=yes -hillskew=yes -active=no -model=model_15882 - -// 16065 -[loc_16065] -hillskew=yes -op1=Open -active=yes -anim=seq_4284 -model=model_15609,8 -model=model_15610,1 -name=Rickety door - -// 16066 -[loc_16066] -mirror=yes -hillskew=yes -op1=Open -active=yes -anim=seq_4284 -model=model_15609,8 -model=model_15610,1 -name=Rickety door - -// 16067 -[loc_16067] -hillskew=yes -model=model_15609,8 -model=model_15610,1 -name=Rickety door - -// 16068 -[loc_16068] -mirror=yes -hillskew=yes -model=model_15609,8 -model=model_15610,1 -name=Rickety door - -// 16069 -[loc_16069] -sharelight=yes -hillskew=yes -active=no -length=2 -model=model_15867 - -// 16070 -[loc_16070] -hillskew=yes -active=no -recol1s=7399 -recol1d=19911 -model=model_13851 - -// 16071 -[loc_16071] -hillskew=yes -active=no -recol1s=7399 -recol1d=19911 -model=model_13852 - -// 16072 -[loc_16072] -hillskew=yes -active=no -recol1s=7399 -recol1d=19911 -model=model_13853 - -// 16073 -[loc_16073] -hillskew=yes -active=no -recol1s=7399 -recol1d=19911 -model=model_13854 - -// 16074 -[loc_16074] -blockrange=no -recol1s=28436 -recol1d=19911 -model=model_1078 -name=Skeleton - -// 16075 -[loc_16075] -blockrange=no -recol1s=28436 -recol1d=19911 -model=model_1079 -name=Skeleton - -// 16076 -[loc_16076] -width=2 -blockrange=no -recol1s=28436 -recol1d=19911 -recol2s=16846 -recol2d=19911 -model=model_1080 -name=Skeleton - -// 16077 -[loc_16077] -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -op1=Search -model=model_5494 -name=Grain of Plenty - -// 16078 -[loc_16078] -op1=Climb-up -msi=msi_7 -retex1s=material_63 -retex1d=material_387 -model=model_15871 -name=Rope - -// 16079 -[loc_16079] -op1=Climb-down -msi=msi_7 -retex1s=material_63 -retex1d=material_387 -model=model_15870 -name=Rope - -// 16080 -[loc_16080] -op1=Climb-up -msi=msi_7 -retex1s=material_105 -retex1d=material_387 -retex2s=material_104 -retex2d=material_386 -model=model_15868,8 -model=model_15869,D -name=Ladder - -// 16081 -[loc_16081] -hillskew=yes -op1=Climb-down -msi=msi_7 -hardshadow=no -retex1s=material_105 -retex1d=material_387 -retex2s=material_104 -retex2d=material_386 -model=model_15869 -name=Ladder - -// 16082 -[loc_16082] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 16083 -[loc_16083] -recol1s=16776 -recol1d=21107 -recol2s=14662 -recol2d=21041 -recol3s=13605 -recol3d=19984 -recol4s=12548 -recol4d=17935 -recol5s=11491 -recol5d=16878 -model=model_7686 -name=Danger Sign - -// 16084 -[loc_16084] -sharelight=yes -hillskew=yes -active=no -model=model_15893,1 -model=model_15894,2 -model=model_15895,5 - -// 16085 -[loc_16085] -sharelight=yes -hillskew=yes -active=no -model=model_15891,1 - -// 16086 -[loc_16086] -sharelight=yes -hillskew=yes -active=no -model=model_15892,1 - -// 16087 -[loc_16087] -sharelight=yes -hillskew=yes -active=no -model=model_15897,8 -model=model_15896,1 - -// 16088 -[loc_16088] -sharelight=yes -hillskew=yes -active=no -model=model_15887,1 - -// 16089 -[loc_16089] -hillskew=yes -op1=Open -active=yes -anim=seq_4284 -model=model_15611,8 -model=model_15612,1 -name=Oozing barrier - -// 16090 -[loc_16090] -hillskew=yes -mirror=yes -op1=Open -active=yes -anim=seq_4284 -model=model_15611,8 -model=model_15612,1 -name=Oozing barrier - -// 16091 -[loc_16091] -hillskew=yes -active=no -model=model_15611,8 -model=model_15612,1 - -// 16092 -[loc_16092] -hillskew=yes -mirror=yes -model=model_15611,8 -model=model_15612,1 -name=Oozing barrier - -// 16093 -[loc_16093] -sharelight=yes -hillskew=yes -active=no -model=model_15899 - -// 16094 -[loc_16094] -sharelight=yes -hillskew=yes -active=no -model=model_15900 - -// 16095 -[loc_16095] -sharelight=yes -hillskew=yes -active=no -model=model_15901 - -// 16096 -[loc_16096] -sharelight=yes -hillskew=yes -active=no -model=model_15902 - -// 16097 -[loc_16097] -sharelight=yes -hillskew=yes -active=no -model=model_15898 - -// 16098 -[loc_16098] -sharelight=yes -hillskew=yes -active=no -length=2 -model=model_15888 - -// 16099 -[loc_16099] -hillskew=yes -active=no -recol1s=7399 -recol1d=22256 -model=model_13851 - -// 16100 -[loc_16100] -hillskew=yes -active=no -recol1s=7399 -recol1d=22256 -model=model_13852 - -// 16101 -[loc_16101] -hillskew=yes -active=no -recol1s=7399 -recol1d=22256 -model=model_13853 - -// 16102 -[loc_16102] -hillskew=yes -active=no -recol1s=7399 -recol1d=22256 -model=model_13854 - -// 16103 -[loc_16103] -blockrange=no -recol1s=28436 -recol1d=22256 -model=model_1078 -name=Skeleton - -// 16104 -[loc_16104] -blockrange=no -recol1s=28436 -recol1d=22256 -model=model_1079 -name=Skeleton - -// 16105 -[loc_16105] -width=2 -blockrange=no -recol1s=28436 -recol1d=22256 -recol2s=16846 -recol2d=22256 -model=model_1080 -name=Skeleton - -// 16106 -[loc_16106] -hillskew=yes -istexture=yes -blockwalk=no -unknown90=yes -recol1s=13505 -recol1d=7521 -recol2s=14594 -recol2d=18848 -recol3s=15618 -recol3d=20640 -model=model_1124,0 - -// 16107 -[loc_16107] -hillskew=yes -istexture=yes -blockwalk=no -unknown90=yes -recol1s=13505 -recol1d=7521 -recol2s=14594 -recol2d=18848 -recol3s=15618 -recol3d=20640 -model=model_1139,0 - -// 16108 -[loc_16108] -hillskew=yes -istexture=yes -blockwalk=no -unknown90=yes -recol1s=13505 -recol1d=7521 -recol2s=14594 -recol2d=18848 -recol3s=15618 -recol3d=20640 -model=model_1032,0 - -// 16109 -[loc_16109] -anim=seq_2173 -ambient=25 -recol1s=10338 -recol1d=8803 -recol2s=7168 -recol2d=7296 -recol3s=7201 -recol3d=7329 -recol4s=8257 -recol4d=7425 -recol5s=9282 -recol5d=7585 -recol6s=9313 -recol6d=7681 -model=model_7458 -name=Stinking tendrils - -// 16110 -[loc_16110] -anim=seq_2173 -ambient=25 -recol1s=10338 -recol1d=8803 -recol2s=7168 -recol2d=7296 -recol3s=7201 -recol3d=7329 -recol4s=8257 -recol4d=7425 -recol5s=9282 -recol5d=7585 -recol6s=9313 -recol6d=7681 -model=model_7460 -name=Dripping tendrils - -// 16111 -[loc_16111] -anim=seq_2173 -ambient=25 -recol1s=10338 -recol1d=8803 -recol2s=7168 -recol2d=7296 -recol3s=7201 -recol3d=7329 -recol4s=8257 -recol4d=7425 -recol5s=9282 -recol5d=7585 -recol6s=9313 -recol6d=7681 -model=model_7459 -name=Tendrils - -// 16112 -[loc_16112] -op1=Climb-up -msi=msi_7 -recol1s=23080 -recol1d=20640 -recol2s=22023 -recol2d=17504 -recol3s=19909 -recol3d=15392 -model=model_15871 -name=Goo covered vine - -// 16113 -[loc_16113] -op1=Climb-down -msi=msi_7 -recol1s=23080 -recol1d=20640 -recol2s=22023 -recol2d=17504 -recol3s=19909 -recol3d=15392 -model=model_15870 -name=Goo covered vine - -// 16114 -[loc_16114] -op1=Climb-up -msi=msi_7 -model=model_15889,8 -model=model_15890,D -name=Dripping vine - -// 16115 -[loc_16115] -hillskew=yes -op1=Climb-down -msi=msi_7 -hardshadow=no -model=model_15890 -name=Dripping vine - -// 16116 -[loc_16116] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 16117 -[loc_16117] -recol1s=16776 -recol1d=21107 -recol2s=14662 -recol2d=21041 -recol3s=13605 -recol3d=19984 -recol4s=12548 -recol4d=17935 -recol5s=11491 -recol5d=16878 -model=model_7686 -name=Danger Sign - -// 16118 -[loc_16118] -ambient=30 -op1=Open -model=model_15885 -name=Box of Health - -// 16119 -[loc_16119] -ambient=30 -anim=seq_2379 -active=no -length=3 -width=3 -hardshadow=no -model=model_15884 - -// 16120 -[loc_16120] -sharelight=yes -hillskew=yes -active=no -model=model_15593,1 -model=model_15594,2 -model=model_15595,5 - -// 16121 -[loc_16121] -sharelight=yes -hillskew=yes -active=no -model=model_15597,8 -model=model_15598,1 - -// 16122 -[loc_16122] -sharelight=yes -hillskew=yes -active=no -model=model_15596 - -// 16123 -[loc_16123] -hillskew=yes -op1=Open -active=yes -anim=seq_4284 -model=model_15613,8 -model=model_15614,1 -name=Gate of War - -// 16124 -[loc_16124] -hillskew=yes -mirror=yes -op1=Open -active=yes -anim=seq_4284 -model=model_15613,8 -model=model_15614,1 -name=Gate of War - -// 16125 -[loc_16125] -sharelight=yes -hillskew=yes -active=no -model=model_15572,1 - -// 16126 -[loc_16126] -hillskew=yes -model=model_15613,8 -model=model_15614,1 -name=Gate of War - -// 16127 -[loc_16127] -hillskew=yes -mirror=yes -model=model_15613,8 -model=model_15614,1 -name=Gate of War - -// 16128 -[loc_16128] -length=2 -active=no -model=model_15579 - -// 16129 -[loc_16129] -sharelight=yes -hillskew=yes -hillskew=yes -active=no -active=no -model=model_15602 - -// 16130 -[loc_16130] -sharelight=yes -hillskew=yes -hillskew=yes -active=no -active=no -model=model_15603 - -// 16131 -[loc_16131] -sharelight=yes -hillskew=yes -hillskew=yes -active=no -active=no -model=model_15604 - -// 16132 -[loc_16132] -sharelight=yes -hillskew=yes -hillskew=yes -active=no -active=no -model=model_15605 - -// 16133 -[loc_16133] -sharelight=yes -hillskew=yes -hillskew=yes -active=no -active=no -model=model_15606 - -// 16134 -[loc_16134] -sharelight=yes -hillskew=yes -active=no -unknown90=yes -model=model_15582,0 - -// 16135 -[loc_16135] -ambient=20 -op1=Open -model=model_15567 -name=Gift of Peace - -// 16136 -[loc_16136] -anim=seq_1727 -length=2 -width=2 -ambient=30 -recol1s=16846 -recol1d=15064 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 16137 -[loc_16137] -sharelight=yes -hillskew=yes -active=no -model=model_15600,8 -model=model_15599,1 - -// 16138 -[loc_16138] -sharelight=yes -hillskew=yes -active=no -model=model_15601 - -// 16139 -[loc_16139] -hillskew=yes -active=no -model=model_13851 - -// 16140 -[loc_16140] -hillskew=yes -active=no -model=model_13852 - -// 16141 -[loc_16141] -hillskew=yes -active=no -model=model_13853 - -// 16142 -[loc_16142] -hillskew=yes -active=no -model=model_13854 - -// 16143 -[loc_16143] -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1078 -name=Skeleton - -// 16144 -[loc_16144] -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1079 -name=Skeleton - -// 16145 -[loc_16145] -width=2 -blockrange=no -recol1s=28436 -recol1d=7399 -recol2s=16846 -recol2d=7399 -model=model_1080 -name=Skeleton - -// 16146 -[loc_16146] -hillskew=yes -op1=Climb-up -msi=msi_7 -model=model_9246 -name=Spikey chain - -// 16147 -[loc_16147] -hillskew=yes -op1=Climb-down -msi=msi_7 -model=model_9246 -name=Spikey chain - -// 16148 -[loc_16148] -op1=Climb-up -msi=msi_7 -model=model_15586,8 -model=model_15587,D -name=Ladder - -// 16149 -[loc_16149] -hillskew=yes -op1=Climb-down -msi=msi_7 -model=model_15587 -name=Ladder - -// 16150 -[loc_16150] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 16151 -[loc_16151] -recol1s=16776 -recol1d=21107 -recol2s=14662 -recol2d=21041 -recol3s=13605 -recol3d=19984 -recol4s=12548 -recol4d=17935 -recol5s=11491 -recol5d=16878 -model=model_7686 -name=Danger Sign - -// 16152 -[loc_16152] -width=2 -op1=Search -model=model_15592 -name=Dead Explorer - -// 16153 -[loc_16153] -hillskew=yes -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -model=model_15588 -name=Rock - -// 16154 -[loc_16154] -hillskew=yes -op1=Climb-down -model=model_15589 -name=Entrance - -// 16155 -[loc_16155] -model=model_16036 -name=Beehive part - -// 16156 -[loc_16156] -model=model_16019 -name=Beehive part - -// 16157 -[loc_16157] -model=model_16031 -name=Beehive part - -// 16158 -[loc_16158] -model=model_16034 -name=Beehive part - -// 16159 -[loc_16159] -model=model_16033 -name=Interface surround - -// 16160 -[loc_16160] -model=model_16030 -name=Button up - -// 16161 -[loc_16161] -model=model_16027 -name=Button down - -// 16162 -[loc_16162] -model=model_16028 -name=Button left - -// 16163 -[loc_16163] -model=model_16029 -name=Button right - -// 16164 -[loc_16164] -model=model_16026 -name=Button build - -// 16165 -[loc_16165] -bgsound=synth_3045,3 -model=model_16020 -name=Beehive - -// 16166 -[loc_16166] -hillskew=yes -blockrange=no -model=model_1009,1 -model=model_1010,2 -model=model_1011,3 -model=model_1012,4 -model=model_1013,5 - -// 16167 -[loc_16167] -active=no -model=model_3951 - -// 16168 -[loc_16168] -active=no -model=model_1505 - -// 16169 -[loc_16169] -width=2 -forceapproach=east -active=yes -model=model_14827 -model2=model_16040 -name=Table - -// 16170 -[loc_16170] -width=2 -forceapproach=east -active=yes -model=model_14827 -model2=model_16040 -model3=model_16039 -name=Table - -// 16171 -[loc_16171] -forceapproach=east -width=2 -active=yes -multivar=varplayer_160 -multiloc=0,loc_16169 -multiloc=1,loc_16169 -multiloc=2,loc_16170 - -// 16172 -[loc_16172] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -model=model_16042 -name=Staircase - -// 16173 -[loc_16173] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -model=model_16041 -name=Staircase - -// 16174 -[loc_16174] -hillskew=yes -op1=Climb-down -msi=msi_7 -model=model_15849 -name=Bone Chain - -// 16175 -[loc_16175] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_15590 - -// 16176 -[loc_16176] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_15591 - -// 16177 -[loc_16177] -hillskew=yes -shadow=no -blockwalk=no -recol1s=12736 -recol1d=8756 -recol2s=10656 -recol2d=6642 -model=model_1703 -name=Waterlily - -// 16178 -[loc_16178] -hillskew=yes -shadow=no -blockwalk=no -recol1s=12736 -recol1d=8756 -recol2s=10656 -recol2d=6642 -model=model_1704 -name=Waterlily - -// 16179 -[loc_16179] -hillskew=yes -shadow=no -blockwalk=no -recol1s=12736 -recol1d=8756 -recol2s=10656 -recol2d=6642 -model=model_1705 -name=Waterlily - -// 16180 -[loc_16180] -active=no -ambient=10 -model=model_11936,8 -model=model_16231,1 - -// 16181 -[loc_16181] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=1464 -recol1d=32006 -recol2s=6026 -recol2d=32172 -recol3s=1595 -recol3d=32105 -recol4s=8140 -recol4d=32172 -recol5s=22159 -recol5d=20611 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 16182 -[loc_16182] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=1464 -recol1d=32006 -recol2s=6026 -recol2d=32172 -recol3s=1595 -recol3d=32105 -recol4s=8140 -recol4d=32172 -recol5s=22159 -recol5d=20611 -model=model_11942,0 - -// 16183 -[loc_16183] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=1464 -recol1d=32006 -recol2s=6026 -recol2d=32172 -recol3s=1595 -recol3d=32105 -recol4s=8140 -recol4d=32172 -recol5s=22159 -recol5d=20611 -model=model_11941,0 - -// 16184 -[loc_16184] -active=yes -op1=Use -ambient=20 -hillskew=yes -blockwalk=yes -recol1s=8140 -recol1d=24198 -recol2s=6026 -recol2d=21027 -recol3s=1595 -recol3d=27406 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=22154 -recol6s=22592 -recol6d=18983 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 16185 -[loc_16185] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=24198 -recol2s=6026 -recol2d=21027 -recol3s=1595 -recol3d=27406 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=22154 -recol6s=22592 -recol6d=18983 -model=model_11942,0 - -// 16186 -[loc_16186] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=24198 -recol2s=6026 -recol2d=21027 -recol3s=1595 -recol3d=27406 -recol4s=1464 -recol4d=25258 -recol5s=30784 -recol5d=22154 -recol6s=22592 -recol6d=18983 -model=model_11941,0 - -// 16187 -[loc_16187] -active=yes -sharelight=yes -hillskew=yes -blockwalk=yes -op1=Enter-cloud -model=model_16163,1 -model=model_16164,2 -model=model_16165,5 -name=Cloud bank - -// 16188 -[loc_16188] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -model=model_16179,1 -model=model_16180,2 -model=model_16181,5 - -// 16189 -[loc_16189] -sharelight=yes -hillskew=yes -active=yes -op1=Enter-cloud -model=model_16162,1 -model=model_16167,2 -model=model_16168,5 -name=Cloud bank - -// 16190 -[loc_16190] -anim=seq_4308 -ambient=40 -contrast=40 -active=yes -recol1s=21244 -recol1d=15558 -model=model_11266 -name=Lightning - -// 16191 -[loc_16191] -anim=seq_4309 -ambient=40 -contrast=40 -active=yes -recol1s=21244 -recol1d=15558 -model=model_11266 -name=Lightning - -// 16192 -[loc_16192] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=20 -retex1s=material_560 -retex1d=material_418 -model=model_16182,1 -model=model_16183,2 -model=model_16184,5 - -// 16193 -[loc_16193] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=5252 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 16194 -[loc_16194] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=20 -recol1s=4162 -recol1d=5252 -recol2s=4195 -recol2d=6276 -recol3s=5219 -recol3d=6243 -model=model_16182,1 -model=model_16183,2 -model=model_16184,5 - -// 16195 -[loc_16195] -active=no -sharelight=yes -hillskew=yes -model=model_16174 - -// 16196 -[loc_16196] -active=no -sharelight=yes -hillskew=yes -model=model_16175 - -// 16197 -[loc_16197] -hillskew=yes -ambient=20 -contrast=20 -active=no -model=model_16185 - -// 16198 -[loc_16198] -width=2 -length=2 -model=model_16161 -name=Lifeless Matter - -// 16199 -[loc_16199] -resizex=64 -resizey=64 -resizez=64 -hillskew=yes -model=model_16161 -name=Lifeless Matter - -// 16200 -[loc_16200] -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=8453 -recol1d=5252 -recol2s=7396 -recol2d=5219 -recol3s=6339 -recol3d=4195 -recol4s=5282 -recol4d=6276 -recol5s=4225 -recol5d=4162 -model=model_6610,0 - -// 16201 -[loc_16201] -hillskew=yes -active=no -recol1s=13505 -recol1d=5252 -recol2s=15618 -recol2d=5219 -recol3s=14594 -recol3d=4195 -model=model_1124,0 - -// 16202 -[loc_16202] -hillskew=yes -active=no -recol1s=13505 -recol1d=5252 -recol2s=15618 -recol2d=5219 -recol3s=14594 -recol3d=4195 -model=model_1139,0 - -// 16203 -[loc_16203] -hillskew=yes -active=no -recol1s=13505 -recol1d=5252 -recol2s=15618 -recol2d=5219 -recol3s=14594 -recol3d=4195 -model=model_1032,0 - -// 16204 -[loc_16204] -hillskew=yes -active=no -model=model_16116 - -// 16205 -[loc_16205] -hillskew=yes -active=no -model=model_16118 - -// 16206 -[loc_16206] -hillskew=yes -active=no -model=model_16117 - -// 16207 -[loc_16207] -hillskew=yes -active=no -offsety=80 -recol1s=6642 -recol1d=299 -recol2s=5551 -recol2d=233 -recol3s=4428 -recol3d=166 -recol4s=3337 -recol4d=133 -recol5s=2181 -recol5d=67 -recol6s=1058 -recol6d=34 -retex1s=material_72 -retex1d=material_147 -model=model_16116 - -// 16208 -[loc_16208] -hillskew=yes -active=no -offsety=80 -recol1s=6642 -recol1d=299 -recol2s=5551 -recol2d=233 -recol3s=4428 -recol3d=166 -recol4s=3337 -recol4d=133 -recol5s=2181 -recol5d=67 -recol6s=1058 -recol6d=34 -retex1s=material_72 -retex1d=material_147 -model=model_16118 - -// 16209 -[loc_16209] -hillskew=yes -active=no -offsety=80 -recol1s=6642 -recol1d=299 -recol2s=5551 -recol2d=233 -recol3s=4428 -recol3d=166 -recol4s=3337 -recol4d=133 -recol5s=2181 -recol5d=67 -recol6s=1058 -recol6d=34 -model=model_16117 - -// 16210 -[loc_16210] -sharelight=yes -hillskew=yes -active=no -active=no -shadow=no -offsety=80 -recol1s=12580 -recol1d=0 -model=model_834 - -// 16211 -[loc_16211] -active=yes -multivar=varplayerbit_2326 -multiloc=0,loc_12064 -multiloc=10,loc_12064 - -// 16212 -[loc_16212] -active=yes -multivar=varplayerbit_2326 -multiloc=0,loc_12066 -multiloc=10,loc_12066 -multiloc=20,loc_16213 -multiloc=30,loc_16213 -multiloc=40,loc_16213 -multiloc=45,loc_16213 -multiloc=50,loc_16213 -multiloc=60,loc_16213 -multiloc=65,loc_16213 -multiloc=70,loc_16213 -multiloc=72,loc_16213 -multiloc=73,loc_16213 -multiloc=75,loc_16213 -multiloc=80,loc_16213 -multiloc=90,loc_16213 -multiloc=100,loc_16213 - -// 16213 -[loc_16213] -active=yes -op1=Search -anim=seq_3246 -model=model_16227 -name=Fairy workbench - -// 16214 -[loc_16214] -active=yes -multivar=varplayerbit_2326 -multiloc=0,loc_12067 -multiloc=10,loc_12067 -multiloc=20,loc_16215 -multiloc=30,loc_16215 -multiloc=40,loc_16215 -multiloc=45,loc_16215 -multiloc=50,loc_16215 -multiloc=60,loc_16215 -multiloc=65,loc_16215 -multiloc=70,loc_16215 -multiloc=72,loc_16215 -multiloc=73,loc_16215 -multiloc=75,loc_16215 -multiloc=80,loc_16215 -multiloc=90,loc_16215 -multiloc=100,loc_16215 - -// 16215 -[loc_16215] -active=yes -op1=Search -anim=seq_3247 -model=model_16230 -name=Fairy workbench - -// 16216 -[loc_16216] -active=yes -multivar=varplayerbit_2326 -multiloc=0,loc_12060 -multiloc=10,loc_12060 -multiloc=20,loc_16217 -multiloc=30,loc_16217 -multiloc=40,loc_16217 -multiloc=45,loc_16217 -multiloc=50,loc_16217 -multiloc=60,loc_16217 -multiloc=65,loc_16217 -multiloc=70,loc_16217 -multiloc=72,loc_16217 -multiloc=73,loc_16217 -multiloc=75,loc_16217 -multiloc=80,loc_16217 -multiloc=90,loc_16217 -multiloc=100,loc_16217 - -// 16217 -[loc_16217] -active=yes -hillskew=yes -op1=Search -model=model_16125 -name=Potion shelves - -// 16218 -[loc_16218] -active=yes -multivar=varplayerbit_2326 -multiloc=0,loc_12061 -multiloc=10,loc_12061 -multiloc=20,loc_16219 -multiloc=30,loc_16219 -multiloc=40,loc_16219 -multiloc=45,loc_16219 -multiloc=50,loc_16219 -multiloc=60,loc_16219 -multiloc=65,loc_16219 -multiloc=70,loc_16219 -multiloc=72,loc_16219 -multiloc=73,loc_16219 -multiloc=75,loc_16219 -multiloc=80,loc_16219 -multiloc=90,loc_16219 -multiloc=100,loc_16219 - -// 16219 -[loc_16219] -active=yes -hillskew=yes -op1=Search -recol1s=28162 -recol1d=7780 -recol2s=26688 -recol2d=28162 -model=model_16119 -name=Potion shelves - -// 16220 -[loc_16220] -active=yes -multivar=varplayerbit_2326 -multiloc=0,loc_12062 -multiloc=10,loc_12062 -multiloc=20,loc_16221 -multiloc=30,loc_16221 -multiloc=40,loc_16221 -multiloc=45,loc_16221 -multiloc=50,loc_16221 -multiloc=60,loc_16221 -multiloc=65,loc_16221 -multiloc=70,loc_16221 -multiloc=72,loc_16221 -multiloc=73,loc_16221 -multiloc=75,loc_16221 -multiloc=80,loc_16221 -multiloc=90,loc_16221 -multiloc=100,loc_16221 - -// 16221 -[loc_16221] -active=yes -hillskew=yes -ambient=20 -op1=Search -model=model_16123,Q -name=Potion shelf - -// 16222 -[loc_16222] -active=yes -multivar=varplayerbit_2326 -multiloc=0,loc_12063 -multiloc=10,loc_12063 -multiloc=20,loc_16223 -multiloc=30,loc_16223 -multiloc=40,loc_16223 -multiloc=45,loc_16223 -multiloc=50,loc_16223 -multiloc=60,loc_16223 -multiloc=65,loc_16223 -multiloc=70,loc_16223 -multiloc=72,loc_16223 -multiloc=73,loc_16223 -multiloc=75,loc_16223 -multiloc=80,loc_16223 -multiloc=90,loc_16223 -multiloc=100,loc_16223 - -// 16223 -[loc_16223] -active=yes -hillskew=yes -ambient=20 -op1=Search -recol1s=28162 -recol1d=8961 -recol2s=19539 -recol2d=26688 -model=model_16123,Q -name=Potion shelf - -// 16224 -[loc_16224] -active=yes -ambient=20 -op1=Take -model=model_16121 -name=Healing certificate - -// 16225 -[loc_16225] -active=no -sharelight=yes -hillskew=yes -model=model_16178 - -// 16226 -[loc_16226] -active=no -sharelight=yes -hillskew=yes -model=model_16176 - -// 16227 -[loc_16227] -active=no -sharelight=yes -hillskew=yes -model=model_16177 - -// 16228 -[loc_16228] -active=no -sharelight=yes -hillskew=yes -model=model_16172 - -// 16229 -[loc_16229] -active=no -sharelight=yes -hillskew=yes -model=model_16169 - -// 16230 -[loc_16230] -active=no -sharelight=yes -hillskew=yes -model=model_16166 - -// 16231 -[loc_16231] -active=no -sharelight=yes -hillskew=yes -model=model_16173 - -// 16232 -[loc_16232] -active=no -sharelight=yes -hillskew=yes -model=model_16170 - -// 16233 -[loc_16233] -active=no -sharelight=yes -hillskew=yes -model=model_16171 - -// 16234 -[loc_16234] -width=2 -ambient=20 -active=yes -blockrange=no -recol1s=10500 -recol1d=10669 -recol2s=8386 -recol2d=12717 -recol3s=7329 -recol3d=6408 -recol4s=6272 -recol4d=5351 -model=model_16110 -model2=model_16099 -name=Hurt fairy - -// 16235 -[loc_16235] -width=2 -ambient=20 -active=yes -blockrange=no -recol1s=32723 -recol1d=12579 -recol2s=20372 -recol2d=14673 -recol3s=10500 -recol3d=10669 -recol4s=8386 -recol4d=12717 -recol5s=7329 -recol5d=6408 -recol6s=6272 -recol6d=5351 -model=model_16110 -model2=model_16099 -name=Injured fairy - -// 16236 -[loc_16236] -width=2 -ambient=20 -active=yes -blockrange=no -recol1s=10500 -recol1d=10669 -recol2s=8386 -recol2d=12717 -recol3s=7329 -recol3d=6408 -recol4s=6272 -recol4d=5351 -model=model_16110 -model2=model_16100 -model3=model_16103 -name=Wounded fairy - -// 16237 -[loc_16237] -width=2 -ambient=20 -active=yes -blockrange=no -recol1s=10500 -recol1d=10669 -recol2s=8386 -recol2d=12717 -recol3s=7329 -recol3d=6408 -recol4s=6272 -recol4d=5351 -model=model_16110 -model2=model_16101 -model3=model_16103 -name=Hurt fairy - -// 16238 -[loc_16238] -width=2 -ambient=20 -active=yes -blockrange=no -recol1s=10500 -recol1d=10669 -recol2s=8386 -recol2d=12717 -recol3s=7329 -recol3d=6408 -recol4s=6272 -recol4d=5351 -model=model_16110 -name=Stretcher - -// 16239 -[loc_16239] -ambient=40 -active=yes -offsetx=-12 -model=model_16102,Q -name=First aid box - -// 16240 -[loc_16240] -ambient=40 -active=yes -model=model_16098,Q -name=Crutch - -// 16241 -[loc_16241] -ambient=40 -active=yes -model=model_16095,Q -name=Crutch - -// 16242 -[loc_16242] -ambient=40 -active=yes -model=model_16097,Q -name=Crutch - -// 16243 -[loc_16243] -ambient=25 -shadow=no -hillskew=yes -recol1s=10500 -recol1d=10669 -recol2s=8386 -recol2d=12717 -recol3s=7329 -recol3d=6408 -recol4s=9443 -recol4d=12717 -recol5s=11557 -recol5d=12717 -model=model_16105,1 -model=model_16106,5 - -// 16244 -[loc_16244] -ambient=20 -active=yes -blockrange=no -recol1s=16809 -recol1d=10669 -recol2s=14695 -recol2d=12717 -recol3s=13638 -recol3d=6408 -recol4s=12581 -recol4d=12717 -model=model_16104 -model2=model_9590 -name=Medical table - -// 16245 -[loc_16245] -width=3 -length=3 -ambient=20 -active=yes -blockrange=no -recol1s=10500 -recol1d=10669 -recol2s=8386 -recol2d=12717 -recol3s=7329 -recol3d=6408 -recol4s=9443 -recol4d=12717 -recol5s=11557 -recol5d=12717 -model=model_16109 -model2=model_16107 -name=Map table - -// 16246 -[loc_16246] -ambient=20 -active=yes -resizex=98 -resizey=98 -resizez=98 -blockrange=no -recol1s=22059 -recol1d=10669 -recol2s=14662 -recol2d=12717 -model=model_12577 -name=Stool - -// 16247 -[loc_16247] -ambient=40 -active=yes -model=model_16113,Q -name=Wall map - -// 16248 -[loc_16248] -ambient=20 -active=yes -blockrange=no -recol1s=9442 -recol1d=10669 -recol2s=10499 -recol2d=12717 -recol3s=7328 -recol3d=6408 -recol4s=4160 -recol4d=1123 -model=model_16096 -name=Crate of wands - -// 16249 -[loc_16249] -ambient=15 -recol1s=9442 -recol1d=10669 -recol2s=10499 -recol2d=12717 -recol3s=7328 -recol3d=6408 -model=model_16290 -name=Crate - -// 16250 -[loc_16250] -op1=Search -ambient=15 -recol1s=14695 -recol1d=10669 -recol2s=13638 -recol2d=12717 -recol3s=12581 -recol3d=10669 -recol4s=11524 -recol4d=7564 -recol5s=10467 -recol5d=6408 -recol6s=9410 -recol6d=9612 -model=model_7704 -name=Crate - -// 16251 -[loc_16251] -op1=Search -ambient=15 -recol1s=14695 -recol1d=10669 -recol2s=13638 -recol2d=12717 -recol3s=12581 -recol3d=10669 -recol4s=11524 -recol4d=7564 -recol5s=10467 -recol5d=6408 -recol6s=9410 -recol6d=9612 -model=model_7700 -name=Crates - -// 16252 -[loc_16252] -op1=Search -blockrange=no -recol1s=14695 -recol1d=10669 -recol2s=13638 -recol2d=12717 -recol3s=12581 -recol3d=10669 -recol4s=11524 -recol4d=7564 -recol5s=10467 -recol5d=6408 -recol6s=9410 -recol6d=9612 -model=model_7685 -name=Crate - -// 16253 -[loc_16253] -blockrange=no -recol1s=13605 -recol1d=10669 -recol2s=12548 -recol2d=12717 -recol3s=11491 -recol3d=9612 -recol4s=10434 -recol4d=7564 -recol5s=7297 -recol5d=6408 -model=model_8232 -name=Barrel - -// 16254 -[loc_16254] -width=2 -ambient=40 -active=yes -recol1s=11557 -recol1d=10669 -recol2s=7329 -recol2d=12717 -recol3s=6272 -recol3d=6408 -recol4s=9443 -recol4d=7564 -model=model_16111 -name=Tactical map frame - -// 16255 -[loc_16255] -ambient=20 -hillskew=yes -recol1s=11594 -recol1d=19909 -recol2s=10537 -recol2d=17796 -recol3s=9480 -recol3d=15716 -recol4s=8423 -recol4d=14659 -model=model_12125,0 - -// 16256 -[loc_16256] -ambient=20 -hillskew=yes -recol1s=11594 -recol1d=19909 -recol2s=10537 -recol2d=17796 -recol3s=9480 -recol3d=15716 -recol4s=8423 -recol4d=14659 -model=model_12126,0 - -// 16257 -[loc_16257] -ambient=20 -hillskew=yes -recol1s=11594 -recol1d=19909 -recol2s=10537 -recol2d=17796 -recol3s=9480 -recol3d=15716 -recol4s=8423 -recol4d=14659 -model=model_12127,0 - -// 16258 -[loc_16258] -ambient=20 -hillskew=yes -recol1s=11594 -recol1d=19909 -recol2s=10537 -recol2d=17796 -recol3s=9480 -recol3d=15716 -recol4s=8423 -recol4d=14659 -model=model_12128,0 - -// 16259 -[loc_16259] -ambient=20 -hillskew=yes -recol1s=11594 -recol1d=19909 -recol2s=10537 -recol2d=17796 -recol3s=9480 -recol3d=15716 -recol4s=8423 -recol4d=14659 -model=model_12130,0 - -// 16260 -[loc_16260] -ambient=20 -model=model_16089 -name=Stalagmite - -// 16261 -[loc_16261] -ambient=20 -model=model_16090 -name=Stalagmite - -// 16262 -[loc_16262] -ambient=20 -model=model_16091 -name=Stalagmite - -// 16263 -[loc_16263] -ambient=20 -model=model_16092 -name=Stalagmite - -// 16264 -[loc_16264] -active=yes -ambient=25 -contrast=10 -width=2 -length=2 -op1=Chop-down -msi=msi_1 -recol1s=14659 -recol1d=9444 -model=model_16293 -model2=model_16294 -name=Tree - -// 16265 -[loc_16265] -active=yes -ambient=25 -contrast=10 -resizex=170 -resizey=170 -resizez=170 -width=3 -length=3 -op1=Chop-down -msi=msi_1 -hillchange=tree_skew,42 -recol1s=14659 -recol1d=9444 -model=model_16293 -model2=model_16294 -name=Tree - -// 16266 -[loc_16266] -active=yes -ambient=25 -contrast=10 -resizex=64 -resizey=64 -resizez=64 -recol1s=14659 -recol1d=9444 -model=model_16292 -name=Tree Stump - -// 16267 -[loc_16267] -width=2 -length=2 -ambient=35 -blockrange=no -recol1s=16846 -recol1d=3297 -recol2s=13675 -recol2d=3361 -recol3s=11561 -recol3d=7360 -recol4s=10504 -recol4d=6304 -recol5s=8456 -recol5d=6304 -model=model_1642 -name=Plant - -// 16268 -[loc_16268] -ambient=35 -ambient=40 -blockrange=no -recol1s=16846 -recol1d=3297 -recol2s=13675 -recol2d=3361 -recol3s=11561 -recol3d=7360 -recol4s=10504 -recol4d=6304 -recol5s=8456 -recol5d=6304 -recol6s=6342 -recol6d=2208 -model=model_1643 -name=Plant - -// 16269 -[loc_16269] -width=2 -length=2 -ambient=35 -blockrange=no -recol1s=16846 -recol1d=3297 -recol2s=13675 -recol2d=3361 -recol3s=11561 -recol3d=7360 -model=model_1645 -name=Plant - -// 16270 -[loc_16270] -resizex=64 -resizey=64 -resizez=64 -ambient=35 -blockrange=no -recol1s=16846 -recol1d=3297 -recol2s=13675 -recol2d=3361 -recol3s=11561 -recol3d=7360 -model=model_1645 -name=Plant - -// 16271 -[loc_16271] -active=no -ambient=20 -hillskew=yes -blockwalk=no -model=model_16286,0 - -// 16272 -[loc_16272] -active=no -hillskew=yes -blockwalk=no -recol1s=2014 -recol1d=23221 -recol2s=1118 -recol2d=32748 -recol3s=320 -recol3d=5536 -model=model_16287,0 - -// 16273 -[loc_16273] -active=no -hillskew=yes -ambient=20 -blockwalk=no -model=model_16288,0 - -// 16274 -[loc_16274] -active=no -hillskew=yes -blockwalk=no -recol1s=2014 -recol1d=23221 -recol2s=1118 -recol2d=32748 -recol3s=320 -recol3d=5536 -model=model_16289,0 - -// 16275 -[loc_16275] -width=2 -length=2 -active=no -ambient=25 -model=model_16083 - -// 16276 -[loc_16276] -active=no -ambient=25 -model=model_16084 - -// 16277 -[loc_16277] -active=no -ambient=25 -model=model_16085 - -// 16278 -[loc_16278] -active=no -ambient=25 -model=model_16082 - -// 16279 -[loc_16279] -width=2 -length=2 -active=no -ambient=20 -resizex=100 -resizey=100 -resizez=100 -recol1s=3297 -recol1d=5352 -recol2s=2305 -recol2d=3238 -recol3s=1152 -recol3d=12751 -recol4s=2273 -recol4d=4295 -recol5s=2241 -recol5d=2181 -recol6s=320 -recol6d=2181 -model=model_16083 - -// 16280 -[loc_16280] -active=no -ambient=20 -resizex=100 -resizey=100 -resizez=100 -recol1s=3297 -recol1d=5352 -recol2s=2305 -recol2d=3238 -recol3s=1152 -recol3d=12751 -recol4s=2273 -recol4d=4295 -recol5s=2241 -recol5d=2181 -recol6s=320 -recol6d=2181 -model=model_16084 - -// 16281 -[loc_16281] -active=no -ambient=20 -resizex=100 -resizey=100 -resizez=100 -recol1s=3297 -recol1d=5352 -recol2s=2305 -recol2d=3238 -recol3s=1152 -recol3d=12751 -recol4s=2273 -recol4d=4295 -recol5s=2241 -recol5d=2181 -recol6s=320 -recol6d=2181 -model=model_16085 - -// 16282 -[loc_16282] -active=no -ambient=20 -resizex=100 -resizez=100 -recol1s=3297 -recol1d=5352 -recol2s=2305 -recol2d=3238 -recol3s=1152 -recol3d=12751 -recol4s=2273 -recol4d=4295 -recol5s=2241 -recol5d=2181 -recol6s=320 -recol6d=2181 -model=model_16082 - -// 16283 -[loc_16283] -width=3 -length=3 -resizex=140 -resizey=140 -resizez=140 -active=yes -ambient=25 -active=yes -msi=msi_12 -recol1s=9410 -recol1d=7296 -recol2s=14660 -recol2d=12547 -recol3s=17796 -recol3d=14660 -recol4s=19909 -recol4d=17796 -recol5s=21990 -recol5d=19909 -recol6s=25126 -recol6d=21990 -model=model_16086 -model2=model_16088 -model3=model_16087 -name=Large rock - -// 16284 -[loc_16284] -width=3 -length=3 -resizex=140 -resizey=140 -resizez=140 -active=yes -ambient=25 -active=yes -msi=msi_11 -recol1s=9410 -recol1d=7296 -recol2s=14660 -recol2d=12547 -recol3s=17796 -recol3d=14660 -recol4s=19909 -recol4d=17796 -recol5s=21990 -recol5d=19909 -recol6s=25126 -recol6d=21990 -model=model_16081 -model2=model_16088 -model3=model_16087 -name=Large rock - -// 16285 -[loc_16285] -sharelight=yes -ambient=30 -hillskew=yes -active=no -model=model_16144,1 -model=model_16145,2 -model=model_16146,5 - -// 16286 -[loc_16286] -sharelight=yes -ambient=30 -hillskew=yes -active=no -msi=msi_22 -model=model_16141,8 -model=model_16154,1 -model=model_16155,2 -model=model_16156,5 - -// 16287 -[loc_16287] -sharelight=yes -ambient=30 -hillskew=yes -active=no -model=model_16142,1 - -// 16288 -[loc_16288] -sharelight=yes -ambient=30 -hillskew=yes -active=no -msi=msi_22 -model=model_16150,8 -model=model_16151,1 - -// 16289 -[loc_16289] -sharelight=yes -ambient=30 -hillskew=yes -active=no -model=model_16143,1 - -// 16290 -[loc_16290] -sharelight=yes -ambient=30 -hillskew=yes -active=no -msi=msi_22 -model=model_16152,8 -model=model_16153,1 - -// 16291 -[loc_16291] -sharelight=yes -ambient=30 -hillskew=yes -active=no -model=model_16159 - -// 16292 -[loc_16292] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=17796 -recol2s=7431 -recol2d=19909 -recol3s=8488 -recol3d=21989 -recol4s=9545 -recol4d=21990 -recol5s=10602 -recol5d=25126 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 16293 -[loc_16293] -sharelight=yes -ambient=30 -hillskew=yes -active=no -recol1s=6374 -recol1d=17796 -recol2s=7431 -recol2d=19909 -recol3s=8488 -recol3d=21989 -recol4s=9545 -recol4d=21990 -recol5s=10602 -recol5d=25126 -model=model_16148,1 - -// 16294 -[loc_16294] -sharelight=yes -ambient=30 -hillskew=yes -mirror=yes -active=no -recol1s=6374 -recol1d=17796 -recol2s=7431 -recol2d=19909 -recol3s=8488 -recol3d=21989 -recol4s=9545 -recol4d=21990 -recol5s=10602 -recol5d=25126 -model=model_16148,1 - -// 16295 -[loc_16295] -sharelight=yes -ambient=30 -hillskew=yes -active=no -recol1s=6374 -recol1d=17796 -recol2s=7431 -recol2d=19909 -recol3s=8488 -recol3d=21989 -recol4s=9545 -recol4d=21990 -recol5s=10602 -recol5d=25126 -model=model_16160,2 - -// 16296 -[loc_16296] -sharelight=yes -ambient=30 -hillskew=yes -active=no -recol1s=6374 -recol1d=17796 -recol2s=7431 -recol2d=19909 -recol3s=8488 -recol3d=21989 -recol4s=9545 -recol4d=21990 -recol5s=10602 -recol5d=25126 -model=model_16157,2 - -// 16297 -[loc_16297] -sharelight=yes -hillskew=yes -active=no -ambient=30 -recol1s=12580 -recol1d=19909 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 16298 -[loc_16298] -sharelight=yes -hillskew=yes -active=no -ambient=30 -recol1s=6374 -recol1d=17796 -model=model_16147 - -// 16299 -[loc_16299] -sharelight=yes -hillskew=yes -active=no -ambient=30 -mirror=yes -recol1s=6374 -recol1d=17796 -model=model_16147 - -// 16300 -[loc_16300] -sharelight=yes -hillskew=yes -active=no -ambient=30 -recol1s=6374 -recol1d=17796 -model=model_16149 - -// 16301 -[loc_16301] -sharelight=yes -hillskew=yes -active=no -ambient=30 -model=model_16158 - -// 16302 -[loc_16302] -active=no -anim=seq_9665 -length=2 -width=4 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36870 - -// 16303 -[loc_16303] -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -recol1s=16846 -recol1d=7296 -model=model_5514,8 -model=model_5515,2 -name=Small rock - -// 16304 -[loc_16304] -width=3 -ambient=20 -active=yes -blockrange=no -model=model_16187 -name=Stretcher - -// 16305 -[loc_16305] -width=3 -ambient=20 -active=yes -blockrange=no -model=model_16187 -model2=model_16188 -name=Fairy Queen - -// 16306 -[loc_16306] -width=3 -ambient=20 -active=yes -blockrange=no -model=model_16187 -model2=model_16186 -name=Fairy Queen - -// 16307 -[loc_16307] -ambient=0 -active=yes -op1=Read -model=model_16075,Q -name=Rune temple sign - -// 16308 -[loc_16308] -sharelight=yes -hillskew=yes -op1=Enter -model=model_4968 -name=Cave entrance - -// 16309 -[loc_16309] -sharelight=yes -hillskew=yes -op1=Enter -model=model_4968 -name=Cave entrance - -// 16310 -[loc_16310] -sharelight=yes -hillskew=yes -active=no -recol1s=0 -recol1d=10402 -recol2s=5551 -recol2d=6638 -recol3s=4428 -recol3d=2373 -recol4s=3337 -recol4d=4418 -recol5s=2181 -recol5d=8514 -recol6s=1058 -recol6d=10466 -model=model_16116 - -// 16311 -[loc_16311] -sharelight=yes -hillskew=yes -active=no -recol1s=0 -recol1d=10402 -recol2s=5551 -recol2d=6638 -recol3s=4428 -recol3d=2373 -recol4s=3337 -recol4d=4418 -recol5s=2181 -recol5d=8514 -recol6s=1058 -recol6d=10466 -model=model_16118 - -// 16312 -[loc_16312] -sharelight=yes -hillskew=yes -active=no -recol1s=0 -recol1d=10402 -recol2s=5551 -recol2d=6638 -recol3s=4428 -recol3d=2373 -recol4s=3337 -recol4d=4418 -recol5s=2181 -recol5d=8514 -recol6s=1058 -recol6d=10466 -model=model_16117 - -// 16313 -[loc_16313] -sharelight=yes -hillskew=yes -active=no -model=model_16115 - -// 16314 -[loc_16314] -hillskew=yes -sharelight=yes -active=no -recol1s=6642 -recol1d=10402 -retex1s=material_147 -retex1d=material_418 -model=model_11907 - -// 16315 -[loc_16315] -active=yes -blockwalk=no -multivar=varplayerbit_2327 -multiloc=1,loc_16224 - -// 16316 -[loc_16316] -active=yes -blockwalk=no -width=3 -multivar=varplayerbit_2326 -multiloc=40,loc_16305 -multiloc=45,loc_16305 -multiloc=50,loc_16305 -multiloc=60,loc_16305 -multiloc=65,loc_16305 -multiloc=70,loc_16306 -multiloc=72,loc_16305 -multiloc=73,loc_16306 -multiloc=75,loc_16306 -multiloc=80,loc_16304 -multiloc=90,loc_16304 -multiloc=100,loc_16304 - -// 16317 -[loc_16317] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -ambient=30 -contrast=30 -recol1s=12580 -recol1d=25260 -model=model_16332,1 -model=model_16333,2 -model=model_16334,5 - -// 16318 -[loc_16318] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -shadow=no -msi=msi_22 -recol1s=6307 -recol1d=12428 -recol2s=7364 -recol2d=8434 -recol3s=8421 -recol3d=10639 -recol4s=9478 -recol4d=13930 -recol5s=10535 -recol5d=21130 -recol6s=11592 -recol6d=25260 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 16319 -[loc_16319] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=30 -contrast=30 -recol1s=12580 -recol1d=25260 -retex1s=material_70 -retex1d=material_494 -model=model_834 - -// 16320 -[loc_16320] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=30 -contrast=30 -recol1s=12580 -recol1d=25260 -model=model_823 - -// 16321 -[loc_16321] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=30 -contrast=30 -recol1s=12580 -recol1d=25260 -model=model_787 - -// 16322 -[loc_16322] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=30 -contrast=30 -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=25260 -model=model_834 - -// 16323 -[loc_16323] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=no -active=no -model=model_16132 - -// 16324 -[loc_16324] -hillskew=yes -ambient=35 -sharelight=yes -active=no -model=model_16133 - -// 16325 -[loc_16325] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -active=no -model=model_16133 - -// 16326 -[loc_16326] -hillskew=yes -ambient=35 -sharelight=yes -active=no -model=model_16134 - -// 16327 -[loc_16327] -hillskew=yes -ambient=35 -sharelight=yes -active=no -model=model_16135 - -// 16328 -[loc_16328] -hillskew=yes -ambient=35 -sharelight=yes -active=no -model=model_16136 - -// 16329 -[loc_16329] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -active=no -model=model_16136 - -// 16330 -[loc_16330] -hillskew=yes -ambient=35 -sharelight=yes -active=no -model=model_16137 - -// 16331 -[loc_16331] -hillskew=yes -ambient=35 -sharelight=yes -active=no -model=model_16138 - -// 16332 -[loc_16332] -hillskew=yes -ambient=35 -sharelight=yes -active=no -model=model_16139 - -// 16333 -[loc_16333] -hillskew=yes -ambient=35 -sharelight=yes -active=no -model=model_16140 - -// 16334 -[loc_16334] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=no -active=no -recol1s=28153 -recol1d=29214 -model=model_16132 - -// 16335 -[loc_16335] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=29214 -model=model_16133 - -// 16336 -[loc_16336] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=29214 -model=model_16133 - -// 16337 -[loc_16337] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=29214 -model=model_16134 - -// 16338 -[loc_16338] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=29214 -model=model_16135 - -// 16339 -[loc_16339] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=29214 -model=model_16136 - -// 16340 -[loc_16340] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=29214 -model=model_16136 - -// 16341 -[loc_16341] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=29214 -model=model_16137 - -// 16342 -[loc_16342] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=29214 -model=model_16138 - -// 16343 -[loc_16343] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=29214 -model=model_16139 - -// 16344 -[loc_16344] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=29214 -model=model_16140 - -// 16345 -[loc_16345] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=no -active=no -recol1s=28153 -recol1d=20369 -model=model_16132 - -// 16346 -[loc_16346] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=20369 -model=model_16133 - -// 16347 -[loc_16347] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=20369 -model=model_16133 - -// 16348 -[loc_16348] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=20369 -model=model_16134 - -// 16349 -[loc_16349] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=20369 -model=model_16135 - -// 16350 -[loc_16350] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=20369 -model=model_16136 - -// 16351 -[loc_16351] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=20369 -model=model_16136 - -// 16352 -[loc_16352] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=20369 -model=model_16137 - -// 16353 -[loc_16353] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=20369 -model=model_16138 - -// 16354 -[loc_16354] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=20369 -model=model_16139 - -// 16355 -[loc_16355] -hillskew=yes -ambient=35 -sharelight=yes -active=no -recol1s=28153 -recol1d=20369 -model=model_16140 - -// 16356 -[loc_16356] -ambient=40 -contrast=30 -anim=seq_4323 -active=no -bgsound=synth_2875,5 -model=model_16093 - -// 16357 -[loc_16357] -ambient=35 -contrast=20 -anim=seq_4324 -active=no -model=model_16094 - -// 16358 -[loc_16358] -hillskew=yes -ambient=35 -contrast=20 -active=no -length=2 -width=2 -model=model_16074 - -// 16359 -[loc_16359] -hillskew=yes -ambient=35 -contrast=20 -active=no -model=model_16077 - -// 16360 -[loc_16360] -hillskew=yes -ambient=35 -contrast=20 -active=no -length=2 -width=2 -model=model_16076 - -// 16361 -[loc_16361] -ambient=30 -contrast=30 -anim=seq_4325 -shadow=no -msi=msi_67 -active=no -model=model_16130 - -// 16362 -[loc_16362] -ambient=30 -contrast=30 -length=4 -width=4 -anim=seq_4325 -shadow=no -msi=msi_67 -active=no -model=model_16129 - -// 16363 -[loc_16363] -ambient=30 -contrast=30 -anim=seq_4325 -shadow=no -msi=msi_67 -active=no -model=model_16131 - -// 16364 -[loc_16364] -hillskew=yes -active=no -recol1s=13505 -recol1d=29489 -recol2s=14594 -recol2d=29489 -recol3s=15618 -recol3d=29489 -model=model_1124,0 - -// 16365 -[loc_16365] -hillskew=yes -active=no -recol1s=13505 -recol1d=29489 -recol2s=14594 -recol2d=29489 -recol3s=15618 -recol3d=29489 -model=model_1139,0 - -// 16366 -[loc_16366] -hillskew=yes -active=no -recol1s=13505 -recol1d=29489 -recol2s=14594 -recol2d=29489 -recol3s=15618 -recol3d=29489 -model=model_1032,0 - -// 16367 -[loc_16367] -hillskew=yes -active=no -recol1s=13505 -recol1d=29489 -recol2s=14594 -recol2d=29489 -recol3s=15618 -recol3d=29489 -model=model_1044,0 - -// 16368 -[loc_16368] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_15022,1 -model=model_15023,3 -model=model_15024,4 -model=model_15025,5 - -// 16369 -[loc_16369] -sharelight=yes -hillskew=yes -model=model_15026,A - -// 16370 -[loc_16370] -sharelight=yes -hillskew=yes -model=model_15021,A - -// 16371 -[loc_16371] -sharelight=yes -hillskew=yes -active=no -model=model_15027 - -// 16372 -[loc_16372] -active=no -model=model_16227 - -// 16373 -[loc_16373] -active=no -model=model_16230 - -// 16374 -[loc_16374] -active=yes -hillskew=yes -model=model_16124 -name=Potion shelves - -// 16375 -[loc_16375] -active=yes -hillskew=yes -recol1s=28162 -recol1d=7780 -recol2s=26688 -recol2d=28162 -model=model_16124 -name=Potion shelves - -// 16376 -[loc_16376] -active=yes -hillskew=yes -ambient=20 -model=model_16123,Q -name=Potion shelf - -// 16377 -[loc_16377] -active=yes -hillskew=yes -ambient=20 -recol1s=28162 -recol1d=8961 -recol2s=19539 -recol2d=26688 -model=model_16123,Q -name=Potion shelf - -// 16378 -[loc_16378] -active=yes -hillskew=yes -ambient=20 -op1=Examine -model=model_16121 -name=Healing certificate - -// 16379 -[loc_16379] -active=yes -hillskew=yes -ambient=20 -op1=Examine -model=model_16122 -name=Healing certificate - -// 16380 -[loc_16380] -active=no -sharelight=yes -hillskew=yes -model=model_16337 - -// 16381 -[loc_16381] -active=no -sharelight=yes -hillskew=yes -model=model_16335 - -// 16382 -[loc_16382] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7650 -recol2s=16846 -recol2d=6593 -recol3s=11561 -recol3d=5536 -model=model_4401,0 - -// 16383 -[loc_16383] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7650 -recol2s=16846 -recol2d=6593 -recol3s=11561 -recol3d=5536 -model=model_4402,0 - -// 16384 -[loc_16384] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7650 -recol2s=16846 -recol2d=6593 -recol3s=11561 -recol3d=5536 -model=model_4403,0 - -// 16385 -[loc_16385] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7650 -recol2s=16846 -recol2d=6593 -recol3s=11561 -recol3d=5536 -model=model_4404,0 - -// 16386 -[loc_16386] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_16338 - -// 16387 -[loc_16387] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_16339 - -// 16388 -[loc_16388] -bgsound=synth_2063,10 -active=no -model=model_1105,0 - -// 16389 -[loc_16389] -bgsound=synth_2064,10 -active=no -model=model_1105,0 - -// 16390 -[loc_16390] -bgsound=synth_2066,10 -active=no -model=model_1105,0 - -// 16391 -[loc_16391] -bgsound=synth_2065,10 -active=no -model=model_1105,0 - -// 16392 -[loc_16392] -bgsound=synth_2168,20 -active=no -model=model_1105,0 - -// 16393 -[loc_16393] -bgsound=synth_2169,20 -active=no -model=model_1105,0 - -// 16394 -[loc_16394] -bgsound=synth_2170,20 -active=no -model=model_1105,0 - -// 16395 -[loc_16395] -bgsound=synth_2147,10 -active=no -model=model_1105,0 - -// 16396 -[loc_16396] -bgsound=synth_3078,10 -active=no -model=model_1105,0 - -// 16397 -[loc_16397] -bgsound=synth_2171,10 -active=no -model=model_1105,0 - -// 16398 -[loc_16398] -bgsound=synth_2166,30 -active=no -model=model_1105,0 - -// 16399 -[loc_16399] -bgsound=synth_2141,20 -active=no -model=model_1105,0 - -// 16400 -[loc_16400] -bgsound=synth_3087,10 -active=no -model=model_1105,0 - -// 16401 -[loc_16401] -bgsound=synth_2172,20 -active=no -model=model_1105,0 - -// 16402 -[loc_16402] -bgsound=synth_3089,20 -active=no -model=model_1105,0 - -// 16403 -[loc_16403] -bgsound=synth_3083,20 -active=no -model=model_1105,0 - -// 16404 -[loc_16404] -bgsound=synth_2158,20 -active=no -model=model_1105,0 - -// 16405 -[loc_16405] -bgsound=synth_2159,20 -active=no -model=model_1105,0 - -// 16406 -[loc_16406] -bgsound=synth_2160,20 -active=no -model=model_1105,0 - -// 16407 -[loc_16407] -bgsound=synth_2184,20 -active=no -model=model_1105,0 - -// 16408 -[loc_16408] -bgsound=synth_2185,20 -active=no -model=model_1105,0 - -// 16409 -[loc_16409] -bgsound=synth_2188,20 -active=no -model=model_1105,0 - -// 16410 -[loc_16410] -bgsound=synth_2182,20 -active=no -model=model_1105,0 - -// 16411 -[loc_16411] -bgsound=synth_2183,20 -active=no -model=model_1105,0 - -// 16412 -[loc_16412] -bgsound=synth_2186,20 -active=no -model=model_1105,0 - -// 16413 -[loc_16413] -bgsound=synth_2187,20 -active=no -model=model_1105,0 - -// 16414 -[loc_16414] -bgsound=synth_2179,20 -active=no -istexture=yes -blockwalk=no -model=model_1105,0 - -// 16415 -[loc_16415] -bgsound=synth_2180,20 -active=no -model=model_1105,0 - -// 16416 -[loc_16416] -bgsound=synth_2124,20 -active=no -model=model_1105,0 - -// 16417 -[loc_16417] -bgsound=synth_1990,10 -active=no -model=model_1105,0 - -// 16418 -[loc_16418] -bgsound=synth_1991,10 -active=no -model=model_1105,0 - -// 16419 -[loc_16419] -bgsound=synth_1992,10 -active=no -model=model_1105,0 - -// 16420 -[loc_16420] -bgsound=synth_1993,10 -active=no -model=model_1105,0 - -// 16421 -[loc_16421] -bgsound=synth_1994,10 -active=no -model=model_1105,0 - -// 16422 -[loc_16422] -bgsound=synth_1995,10 -active=no -model=model_1105,0 - -// 16423 -[loc_16423] -bgsound=synth_3129,15 -active=no -model=model_1105,0 - -// 16424 -[loc_16424] -bgsound=synth_2041,20 -active=no -model=model_1105,0 - -// 16425 -[loc_16425] -bgsound=synth_2048,10 -active=no -model=model_1105,0 - -// 16426 -[loc_16426] -bgsound=synth_2049,10 -active=no -model=model_1105,0 - -// 16427 -[loc_16427] -bgsound=synth_2052,10 -active=no -model=model_1105,0 - -// 16428 -[loc_16428] -bgsound=synth_2088,20 -active=no -model=model_1105,0 - -// 16429 -[loc_16429] -bgsound=synth_2083,20 -active=no -model=model_1105,0 - -// 16430 -[loc_16430] -bgsound=synth_2077,20 -active=no -model=model_1105,0 - -// 16431 -[loc_16431] -bgsound=synth_2079,20 -active=no -model=model_1105,0 - -// 16432 -[loc_16432] -bgsound=synth_2080,20 -active=no -model=model_1105,0 - -// 16433 -[loc_16433] -active=no -randomsound=150,300,15,synth_1984,synth_1985,synth_1986,synth_1987,synth_1988 -bgsound=synth_2184,15 -model=model_1105,0 - -// 16434 -[loc_16434] -active=no -randomsound=150,300,15,synth_1997,synth_2015,synth_2018,synth_1999,synth_3047,synth_4086,synth_4089,synth_4092 -bgsound=synth_2185,15 -model=model_1105,0 - -// 16435 -[loc_16435] -active=no -randomsound=300,500,15,synth_2010,synth_2012,synth_2011,synth_2073 -bgsound=synth_2184,15 -model=model_1105,0 - -// 16436 -[loc_16436] -active=no -randomsound=200,400,15,synth_2019,synth_2020,synth_2013,synth_2014,synth_2057,synth_2076,synth_2012 -bgsound=synth_2184,15 -model=model_1105,0 - -// 16437 -[loc_16437] -active=no -randomsound=150,300,15,synth_2084,synth_4084,synth_2085,synth_2086,synth_4349,synth_2087,synth_2092,synth_2076,synth_2093,synth_2094 -bgsound=synth_2185,15 -model=model_1105,0 - -// 16438 -[loc_16438] -active=no -randomsound=250,500,20,synth_2184,synth_2185,synth_2073,synth_2074,synth_2075 -bgsound=synth_2184,20 -model=model_1105,0 - -// 16439 -[loc_16439] -active=no -randomsound=250,500,20,synth_1994,synth_1995,synth_1996,synth_2135,synth_2138,synth_2008,synth_2009,synth_2095,synth_2136,synth_2137,synth_2194,synth_2204,synth_2145,synth_2143 -bgsound=synth_3095,20 -model=model_1105,0 - -// 16440 -[loc_16440] -active=no -randomsound=150,350,10,synth_2054,synth_2055,synth_2059,synth_2060,synth_2061,synth_1989,synth_2058 -bgsound=synth_2185,10 -model=model_1105,0 - -// 16441 -[loc_16441] -active=no -randomsound=250,500,20,synth_2089,synth_2090,synth_2091,synth_2094,synth_2009,synth_2067,synth_2185,synth_1999,synth_2069,synth_4499 -bgsound=synth_2083,20 -model=model_1105,0 - -// 16442 -[loc_16442] -active=no -randomsound=250,500,20,synth_2070,synth_2071,synth_2073,synth_2074,synth_2075,synth_2072,synth_2184 -bgsound=synth_2184,20 -model=model_1105,0 - -// 16443 -[loc_16443] -active=no -randomsound=250,500,20,synth_2179,synth_2180,synth_2181,synth_2071,synth_2074,synth_2182,synth_2183,synth_2072,synth_2188,synth_2068,synth_2224 -bgsound=synth_3061,20 -model=model_1105,0 - -// 16444 -[loc_16444] -active=no -randomsound=250,500,20,synth_2124,synth_2121,synth_2122,synth_2123,synth_2125,synth_2126,synth_2182,synth_2070,synth_2008 -bgsound=synth_3061,20 -model=model_1105,0 - -// 16445 -[loc_16445] -active=no -randomsound=250,500,20,synth_2077,synth_2079,synth_2080,synth_2081,synth_2082,synth_2078,synth_1998 -bgsound=synth_2185,20 -model=model_1105,0 - -// 16446 -[loc_16446] -active=no -randomsound=250,500,25,synth_2004,synth_2005,synth_2006,synth_2007,synth_2186,synth_2187,synth_2183,synth_2003 -bgsound=synth_3094,25 -model=model_1105,0 - -// 16447 -[loc_16447] -active=no -randomsound=500,1000,10,synth_2190,synth_2191 -model=model_1105,0 - -// 16448 -[loc_16448] -active=no -randomsound=250,500,20,synth_3107,synth_3108,synth_3105,synth_3106,synth_3110,synth_3111,synth_3112,synth_3113 -bgsound=synth_3109,20 -model=model_1105,0 - -// 16449 -[loc_16449] -active=no -randomsound=250,500,20,synth_2040,synth_2043,synth_2044,synth_2048,synth_2045,synth_2050,synth_2052,synth_2046 -bgsound=synth_3093,20 -model=model_1105,0 - -// 16450 -[loc_16450] -active=yes -op1=Climb-up -msi=msi_7 -model=model_16433 -name=Ladder - -// 16451 -[loc_16451] -active=no -randomsound=150,250,15,synth_3101,synth_3102,synth_3103,synth_3104 -model=model_1105,0 - -// 16452 -[loc_16452] -active=no -randomsound=250,500,20,synth_3097,synth_3098,synth_3099,synth_3100 -model=model_1105,0 - -// 16453 -[loc_16453] -active=no -randomsound=400,400,25,synth_3083,synth_3084,synth_3085,synth_3086 -bgsound=synth_2184,25 -model=model_1105,0 - -// 16454 -[loc_16454] -active=no -randomsound=300,300,25,synth_2161,synth_2162,synth_2163,synth_2164,synth_2165 -bgsound=synth_3094,25 -model=model_1105,0 - -// 16455 -[loc_16455] -active=no -randomsound=150,250,20,synth_2153,synth_2154,synth_2148,synth_2167 -bgsound=synth_2184,20 -model=model_1105,0 - -// 16456 -[loc_16456] -active=no -randomsound=50,250,20,synth_2152,synth_3080,synth_3081 -model=model_1105,0 - -// 16457 -[loc_16457] -active=no -randomsound=500,1000,10,synth_2225 -model=model_1105,0 - -// 16458 -[loc_16458] -hillskew=yes -sharelight=yes -forcedecor=yes -active=yes -op1=Leave Tomb -ambient=25 -contrast=15 -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_16412,1 -name=Tomb Door - -// 16459 -[loc_16459] -hillskew=yes -sharelight=yes -forcedecor=yes -active=yes -op1=Leave Tomb -ambient=25 -contrast=15 -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_16412,1 -name=Tomb Door - -// 16460 -[loc_16460] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_5371,1 -model=model_5372,2 -model=model_5373,5 - -// 16461 -[loc_16461] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_5378,1 - -// 16462 -[loc_16462] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_5375,1 -model=model_5376,2 -model=model_5377,5 - -// 16463 -[loc_16463] -sharelight=yes -hillskew=yes -active=no -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_5379,1 - -// 16464 -[loc_16464] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_5374,1 - -// 16465 -[loc_16465] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_5370 - -// 16466 -[loc_16466] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_5380,8 -model=model_5384,0 - -// 16467 -[loc_16467] -hillskew=yes -ambient=30 -contrast=30 -active=no -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_6273,Q - -// 16468 -[loc_16468] -hillskew=yes -ambient=30 -contrast=30 -active=no -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_6270,Q - -// 16469 -[loc_16469] -hillskew=yes -ambient=30 -contrast=30 -anim=seq_481 -active=no -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_6362,Q - -// 16470 -[loc_16470] -hillskew=yes -ambient=25 -contrast=15 -active=no -recol1s=13670 -recol1d=14726 -recolhsl2s=6439 -recolhsl2d=8610 -model=model_16397 - -// 16471 -[loc_16471] -hillskew=yes -ambient=25 -contrast=15 -active=no -recol1s=13670 -recol1d=14726 -recolhsl2s=6439 -recolhsl2d=8610 -model=model_16398 - -// 16472 -[loc_16472] -hillskew=yes -ambient=25 -contrast=15 -active=no -recol1s=13670 -recol1d=14726 -recolhsl2s=6439 -recolhsl2d=8610 -model=model_16385 - -// 16473 -[loc_16473] -width=3 -ambient=10 -contrast=10 -offsety=-40 -op1=Search -offsety=12 -model=model_16387 -name=Grand Gold Chest - -// 16474 -[loc_16474] -width=3 -ambient=10 -contrast=10 -offsety=-40 -offsety=12 -model=model_16388 -name=Opened gold chest - -// 16475 -[loc_16475] -hillskew=yes -forcedecor=yes -active=yes -active=yes -op1=Pick-lock -ambient=25 -contrast=15 -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_16414,1 -name=Tomb Door - -// 16476 -[loc_16476] -anim=seq_4338 -hillskew=yes -forcedecor=yes -active=yes -op1=Enter -ambient=25 -contrast=15 -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_16413,1 -name=Tomb Door - -// 16477 -[loc_16477] -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_16391,0 - -// 16478 -[loc_16478] -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_16392,0 - -// 16479 -[loc_16479] -ambient=20 -model=model_16386,Q - -// 16480 -[loc_16480] -ambient=10 -model=model_16393 -model2=model_16394 -name=Bust - -// 16481 -[loc_16481] -ambient=10 -model=model_16393 -model2=model_16395 -name=Bust - -// 16482 -[loc_16482] -ambient=25 -contrast=15 -model=model_37298 -name=Obelisk - -// 16483 -[loc_16483] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -model=model_16401 -name=An anonymous looking door - -// 16484 -[loc_16484] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -op1=Search -model=model_16400 -name=An anonymous looking door - -// 16485 -[loc_16485] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -op1=Search -model=model_16402 -name=An anonymous looking door - -// 16486 -[loc_16486] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -model=model_16401 -name=An anonymous looking door - -// 16487 -[loc_16487] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -op1=Search -model=model_16400 -name=An anonymous looking door - -// 16488 -[loc_16488] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -op1=Search -model=model_16402 -name=An anonymous looking door - -// 16489 -[loc_16489] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -model=model_16401 -name=An anonymous looking door - -// 16490 -[loc_16490] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -op1=Search -model=model_16400 -name=An anonymous looking door - -// 16491 -[loc_16491] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -op1=Search -model=model_16402 -name=An anonymous looking door - -// 16492 -[loc_16492] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -model=model_16401 -name=An anonymous looking door - -// 16493 -[loc_16493] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -op1=Search -model=model_16400 -name=An anonymous looking door - -// 16494 -[loc_16494] -width=2 -length=2 -offsety=-25 -anim=seq_4339 -op1=Enter -model=model_16402 -name=An anonymous looking door - -// 16495 -[loc_16495] -length=2 -width=2 -anim=seq_4336 -ambient=10 -active=yes -op1=Open -forceapproach=south -blockwalk=yes -blockrange=no -model=model_16406 -model2=model_16409 -name=Sarcophagus - -// 16496 -[loc_16496] -length=2 -width=2 -anim=seq_4336 -ambient=10 -active=yes -forceapproach=south -blockwalk=yes -op1=Search -blockrange=no -model=model_16406 -model2=model_16410 -name=Sarcophagus - -// 16497 -[loc_16497] -length=2 -width=2 -anim=seq_4336 -active=yes -ambient=10 -forceapproach=south -blockwalk=yes -blockrange=no -model=model_16406 -model2=model_16403 -name=Sarcophagus - -// 16498 -[loc_16498] -length=2 -width=2 -anim=seq_4336 -ambient=10 -forceapproach=south -recol1s=22056 -recol1d=12581 -recol2s=17862 -recol2d=8355 -recol3s=15750 -recol3d=7298 -recol4s=14693 -recol4d=6241 -recol5s=13636 -recol5d=5184 -recol6s=12582 -recol6d=4130 -model=model_16406 -model2=model_16407 -name=Sarcophagus - -// 16499 -[loc_16499] -length=2 -width=2 -anim=seq_4336 -ambient=10 -forceapproach=south -recol1s=22056 -recol1d=12581 -recol2s=17862 -recol2d=8355 -recol3s=15750 -recol3d=7298 -recol4s=14693 -recol4d=6241 -recol5s=13636 -recol5d=5184 -recol6s=12582 -recol6d=4130 -model=model_16406 -model2=model_16408 -name=Sarcophagus - -// 16500 -[loc_16500] -length=2 -width=2 -anim=seq_4336 -ambient=10 -forceapproach=south -recol1s=22056 -recol1d=12581 -recol2s=17862 -recol2d=8355 -recol3s=15750 -recol3d=7298 -recol4s=14693 -recol4d=6241 -recol5s=13636 -recol5d=5184 -recol6s=12582 -recol6d=4130 -model=model_16406 -model2=model_16405 -name=Sarcophagus - -// 16501 -[loc_16501] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -op2=Check for Snakes -model=model_16419 -model2=model_16416 -name=Urn - -// 16502 -[loc_16502] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -op2=Check for Snakes -model=model_16420 -model2=model_16416 -name=Urn - -// 16503 -[loc_16503] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -op2=Check for Snakes -model=model_16421 -model2=model_16416 -name=Urn - -// 16504 -[loc_16504] -anim=seq_4335 -ambient=10 -active=yes -recol1s=28426 -recol1d=19945 -recol2s=26312 -recol2d=16809 -recol3s=24198 -recol3d=14695 -recol4s=21029 -recol4d=11526 -recol5s=15746 -recol5d=7298 -recol6s=9408 -recol6d=5184 -model=model_16421 -model2=model_16416 -name=Urn - -// 16505 -[loc_16505] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -model=model_16419 -model2=model_16415 -name=Urn - -// 16506 -[loc_16506] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -model=model_16420 -model2=model_16415 -name=Urn - -// 16507 -[loc_16507] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -model=model_16421 -model2=model_16415 -name=Urn - -// 16508 -[loc_16508] -anim=seq_4335 -ambient=10 -active=yes -recol1s=28426 -recol1d=19945 -recol2s=26312 -recol2d=16809 -recol3s=24198 -recol3d=14695 -recol4s=21029 -recol4d=11526 -recol5s=15746 -recol5d=7298 -recol6s=9408 -recol6d=5184 -model=model_16421 -model2=model_16415 -name=Urn - -// 16509 -[loc_16509] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -op3=Charm Snake -model=model_16419 -model2=model_16418 -name=Urn - -// 16510 -[loc_16510] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -op3=Charm Snake -model=model_16420 -model2=model_16418 -name=Urn - -// 16511 -[loc_16511] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -op3=Charm Snake -model=model_16421 -model2=model_16418 -name=Urn - -// 16512 -[loc_16512] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -op3=Charm Snake -recol1s=28426 -recol1d=19945 -recol2s=26312 -recol2d=16809 -recol3s=24198 -recol3d=14695 -recol4s=21029 -recol4d=11526 -recol5s=15746 -recol5d=7298 -recol6s=9408 -recol6d=5184 -model=model_16421 -model2=model_16418 -name=Urn - -// 16513 -[loc_16513] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -model=model_16419 -model2=model_16417 -name=Urn - -// 16514 -[loc_16514] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -model=model_16420 -model2=model_16417 -name=Urn - -// 16515 -[loc_16515] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -model=model_16421 -model2=model_16417 -name=Urn - -// 16516 -[loc_16516] -anim=seq_4335 -ambient=10 -active=yes -op1=Search -recol1s=28426 -recol1d=19945 -recol2s=26312 -recol2d=16809 -recol3s=24198 -recol3d=14695 -recol4s=21029 -recol4d=11526 -recol5s=15746 -recol5d=7298 -recol6s=9408 -recol6d=5184 -model=model_16421 -model2=model_16417 -name=Urn - -// 16517 -[loc_16517] -width=2 -anim=seq_459 -blockwalk=no -hillskew=yes -active=yes -op1=Pass -ambient=25 -contrast=15 -recol1s=19977 -recol1d=17899 -recol2s=17897 -recol2d=16842 -recol3s=16840 -recol3d=17864 -recol4s=15783 -recol4d=15785 -recol5s=14726 -recol5d=12614 -model=model_16424 -name=Speartrap - -// 16518 -[loc_16518] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2346 -multiloc=0,loc_16501 -multiloc=1,loc_16505 -multiloc=2,loc_16509 -multiloc=3,loc_16513 - -// 16519 -[loc_16519] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2347 -multiloc=0,loc_16501 -multiloc=1,loc_16505 -multiloc=2,loc_16509 -multiloc=3,loc_16513 - -// 16520 -[loc_16520] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2348 -multiloc=0,loc_16501 -multiloc=1,loc_16505 -multiloc=2,loc_16509 -multiloc=3,loc_16513 - -// 16521 -[loc_16521] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2349 -multiloc=0,loc_16501 -multiloc=1,loc_16505 -multiloc=2,loc_16509 -multiloc=3,loc_16513 - -// 16522 -[loc_16522] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2350 -multiloc=0,loc_16501 -multiloc=1,loc_16505 -multiloc=2,loc_16509 -multiloc=3,loc_16513 - -// 16523 -[loc_16523] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2351 -multiloc=0,loc_16502 -multiloc=1,loc_16506 -multiloc=2,loc_16510 -multiloc=3,loc_16514 - -// 16524 -[loc_16524] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2352 -multiloc=0,loc_16502 -multiloc=1,loc_16506 -multiloc=2,loc_16510 -multiloc=3,loc_16514 - -// 16525 -[loc_16525] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2353 -multiloc=0,loc_16502 -multiloc=1,loc_16506 -multiloc=2,loc_16510 -multiloc=3,loc_16514 - -// 16526 -[loc_16526] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2354 -multiloc=0,loc_16502 -multiloc=1,loc_16506 -multiloc=2,loc_16510 -multiloc=3,loc_16514 - -// 16527 -[loc_16527] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2355 -multiloc=0,loc_16502 -multiloc=1,loc_16506 -multiloc=2,loc_16510 -multiloc=3,loc_16514 - -// 16528 -[loc_16528] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2356 -multiloc=0,loc_16503 -multiloc=1,loc_16507 -multiloc=2,loc_16511 -multiloc=3,loc_16515 - -// 16529 -[loc_16529] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2357 -multiloc=0,loc_16503 -multiloc=1,loc_16507 -multiloc=2,loc_16511 -multiloc=3,loc_16515 - -// 16530 -[loc_16530] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2358 -multiloc=0,loc_16503 -multiloc=1,loc_16507 -multiloc=2,loc_16511 -multiloc=3,loc_16515 - -// 16531 -[loc_16531] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2359 -multiloc=0,loc_16503 -multiloc=1,loc_16507 -multiloc=2,loc_16511 -multiloc=3,loc_16515 - -// 16532 -[loc_16532] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2360 -multiloc=0,loc_16503 -multiloc=1,loc_16507 -multiloc=2,loc_16511 -multiloc=3,loc_16515 - -// 16533 -[loc_16533] -width=3 -ambient=10 -contrast=10 -offsety=-40 -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2363 -multiloc=0,loc_16473 -multiloc=1,loc_16474 - -// 16534 -[loc_16534] -width=2 -length=2 -active=yes -forceapproach=south -blockwalk=yes -blockrange=no -multivar=varplayerbit_2362 -multiloc=0,loc_16495 -multiloc=1,loc_16496 -multiloc=2,loc_16497 - -// 16535 -[loc_16535] -hillskew=yes -op1=Climb -ambient=25 -contrast=25 -msi=msi_25 -forcedecor=yes -blockwalk=yes -recol1s=12580 -recol1d=19977 -model=model_1743,0 -name=Climbing rocks - -// 16536 -[loc_16536] -hillskew=yes -op1=Climb -ambient=25 -contrast=25 -msi=msi_25 -forcedecor=yes -blockwalk=yes -recol1s=12580 -recol1d=19977 -model=model_1743,0 -name=Climbing rocks - -// 16537 -[loc_16537] -width=3 -ambient=10 -contrast=10 -offsety=-40 -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2363 -multiloc=0,loc_16473 -multiloc=1,loc_16474 - -// 16538 -[loc_16538] -anim=seq_4338 -hillskew=yes -forcedecor=yes -active=yes -multivar=varplayerbit_2366 -multiloc=0,loc_16475 -multiloc=1,loc_16476 - -// 16539 -[loc_16539] -anim=seq_4338 -hillskew=yes -forcedecor=yes -active=yes -multivar=varplayerbit_2366 -multiloc=0,loc_16475 -multiloc=1,loc_16476 - -// 16540 -[loc_16540] -anim=seq_4338 -hillskew=yes -forcedecor=yes -active=yes -multivar=varplayerbit_2367 -multiloc=0,loc_16475 -multiloc=1,loc_16476 - -// 16541 -[loc_16541] -anim=seq_4338 -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -active=yes -multivar=varplayerbit_2368 -multiloc=0,loc_16475 -multiloc=1,loc_16476 - -// 16542 -[loc_16542] -anim=seq_4338 -hillskew=yes -forcedecor=yes -active=yes -multivar=varplayerbit_2369 -multiloc=0,loc_16475 -multiloc=1,loc_16476 - -// 16543 -[loc_16543] -anim=seq_4338 -sharelight=yes -forcedecor=yes -active=yes -width=2 -length=2 -multivar=varplayerbit_2371 -multiloc=0,loc_16484 -multiloc=1,loc_16483 -multiloc=2,loc_16485 - -// 16544 -[loc_16544] -anim=seq_4338 -sharelight=yes -forcedecor=yes -active=yes -width=2 -length=2 -multivar=varplayerbit_2372 -multiloc=0,loc_16487 -multiloc=1,loc_16486 -multiloc=2,loc_16488 - -// 16545 -[loc_16545] -anim=seq_4338 -sharelight=yes -forcedecor=yes -active=yes -width=2 -length=2 -multivar=varplayerbit_2373 -multiloc=0,loc_16490 -multiloc=1,loc_16489 -multiloc=2,loc_16491 - -// 16546 -[loc_16546] -anim=seq_4338 -sharelight=yes -forcedecor=yes -active=yes -width=2 -length=2 -multivar=varplayerbit_2374 -multiloc=0,loc_16493 -multiloc=1,loc_16492 -multiloc=2,loc_16494 - -// 16547 -[loc_16547] -width=2 -length=2 -active=yes -forceapproach=south -blockwalk=yes -blockrange=no -multivar=varplayerbit_2362 -multiloc=0,loc_16495 -multiloc=1,loc_16496 -multiloc=2,loc_16497 - -// 16548 -[loc_16548] -width=2 -length=2 -active=yes -forceapproach=south -multivar=varplayerbit_1970 -multiloc=0,loc_16498 -multiloc=1,loc_16499 -multiloc=2,loc_16500 - -// 16549 -[loc_16549] -active=yes -multivar=varplayerbit_2346 -multiloc=0,loc_16501 -multiloc=1,loc_16505 -multiloc=2,loc_16509 -multiloc=3,loc_16513 - -// 16550 -[loc_16550] -active=yes -multivar=varplayerbit_1970 -multiloc=0,loc_16502 -multiloc=1,loc_16506 -multiloc=2,loc_16510 -multiloc=3,loc_16514 - -// 16551 -[loc_16551] -active=yes -multivar=varplayerbit_1970 -multiloc=0,loc_16503 -multiloc=1,loc_16507 -multiloc=2,loc_16511 -multiloc=3,loc_16515 - -// 16552 -[loc_16552] -active=yes -multivar=varplayerbit_1970 -multiloc=0,loc_16504 -multiloc=1,loc_16508 -multiloc=2,loc_16512 -multiloc=3,loc_16516 - -// 16553 -[loc_16553] -bgsound=synth_3073,10 -active=no -model=model_1105,0 - -// 16554 -[loc_16554] -bgsound=synth_2209,20 -active=no -model=model_1105,0 - -// 16555 -[loc_16555] -bgsound=synth_2227,20 -active=no -model=model_1105,0 - -// 16556 -[loc_16556] -active=yes -op1=Climb-down -msi=msi_7 -offsety=8 -model=model_16431 -name=Ladder - -// 16557 -[loc_16557] -msi=msi_7 -offsety=-20 -model=model_16432 -name=Ladder - -// 16558 -[loc_16558] -sharelight=yes -ambient=5 -active=yes -model=model_16428,1 -name=Changing Curtain - -// 16559 -[loc_16559] -active=yes -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=8386 -recol2s=13638 -recol2d=8386 -recol3s=12581 -recol3d=7361 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=6305 -recol6s=9410 -recol6d=6305 -model=model_7699 -name=Crate - -// 16560 -[loc_16560] -active=yes -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=8386 -recol2s=13638 -recol2d=8386 -recol3s=12581 -recol3d=7361 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=6305 -recol6s=9410 -recol6d=6305 -model=model_7699 -name=Crate - -// 16561 -[loc_16561] -active=yes -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=8386 -recol2s=13638 -recol2d=8386 -recol3s=12581 -recol3d=7361 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=6305 -recol6s=9410 -recol6d=6305 -model=model_7699 -name=Crate - -// 16562 -[loc_16562] -recol1s=10472 -recol1d=10501 -recol2s=9415 -recol2d=9444 -recol3s=8358 -recol3d=8387 -recol4s=6244 -recol4d=7330 -model=model_11460 -name=Table - -// 16563 -[loc_16563] -sharelight=yes -active=no -offsety=65 -recol1s=12582 -recol1d=5251 -recol2s=10500 -recol2d=5250 -recol3s=4128 -recol3d=3171 -model=model_13463,A -model=model_13464,H - -// 16564 -[loc_16564] -op1=Search -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_7685 -name=Crate - -// 16565 -[loc_16565] -op1=Search -recol1s=14695 -recol1d=11523 -recol2s=13638 -recol2d=10467 -recol3s=12581 -recol3d=11523 -recol4s=11524 -recol4d=9410 -model=model_7700 -name=Crate - -// 16566 -[loc_16566] -recol1s=13605 -recol1d=7297 -recol2s=12548 -recol2d=9410 -recol3s=11491 -recol3d=8353 -recol4s=10434 -recol4d=9410 -model=model_8232 -name=Barrel - -// 16567 -[loc_16567] -active=no -unknown90=yes -recol1s=8389 -recol1d=5251 -recol2s=6275 -recol2d=4194 -recol3s=5218 -recol3d=3137 -model=model_16430,0 - -// 16568 -[loc_16568] -anim=seq_1730 -ambient=20 -blockwalk=no -recol1s=12582 -recol1d=8386 -model=model_16461 -name=Standard - -// 16569 -[loc_16569] -anim=seq_1730 -ambient=20 -blockwalk=no -recol1s=12582 -recol1d=8386 -model=model_16462 -name=Standard - -// 16570 -[loc_16570] -ambient=20 -blockwalk=no -active=no -recol1s=7296 -recol1d=8386 -model=model_5511 - -// 16571 -[loc_16571] -ambient=40 -active=no -model=model_16435,Q - -// 16572 -[loc_16572] -ambient=40 -active=no -model=model_16434,Q - -// 16573 -[loc_16573] -sharelight=yes -hillskew=yes -blockrange=no -recol1s=13603 -recol1d=8386 -recol2s=19945 -recol2d=10500 -model=model_1419 -name=Timber defence - -// 16574 -[loc_16574] -active=no -sharelight=yes -resizey=170 -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_16830,1 - -// 16575 -[loc_16575] -active=no -sharelight=yes -resizey=170 -mirror=yes -recol1s=23356 -recol1d=12486 -recol2s=25404 -recol2d=10372 -recol3s=15719 -recol3d=9379 -recol4s=12582 -recol4d=8322 -recol5s=10468 -recol5d=6208 -retex1s=material_2 -retex1d=material_23 -model=model_16830,1 - -// 16576 -[loc_16576] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=20017 -model=model_11025 -model2=model_11024 -name=Rocks - -// 16577 -[loc_16577] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=20017 -model=model_11026 -model2=model_11024 -name=Rocks - -// 16578 -[loc_16578] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=20017 -model=model_11027 -model2=model_11024 -name=Rocks - -// 16579 -[loc_16579] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=23140 -model=model_11025 -model2=model_11024 -name=Rocks - -// 16580 -[loc_16580] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=23140 -model=model_11026 -model2=model_11024 -name=Rocks - -// 16581 -[loc_16581] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=23140 -model=model_11027 -model2=model_11024 -name=Rocks - -// 16582 -[loc_16582] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_11025 -model2=model_11024 -name=Rocks - -// 16583 -[loc_16583] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_11026 -model2=model_11024 -name=Rocks - -// 16584 -[loc_16584] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_11027 -model2=model_11024 -name=Rocks - -// 16585 -[loc_16585] -active=yes -shadow=no -contrast=40 -ambient=40 -op1=Deposit -model=model_16766 -name=Log pile - -// 16586 -[loc_16586] -active=yes -shadow=no -contrast=40 -ambient=40 -op1=Deposit -model=model_16768 -name=Log pile - -// 16587 -[loc_16587] -active=yes -shadow=no -contrast=40 -ambient=40 -op1=Deposit -model=model_16769 -name=Log pile - -// 16588 -[loc_16588] -active=yes -shadow=no -contrast=40 -ambient=40 -op1=Deposit -model=model_16770 -name=Log pile - -// 16589 -[loc_16589] -active=yes -shadow=no -contrast=40 -ambient=40 -op1=Deposit -model=model_16771 -name=Log pile - -// 16590 -[loc_16590] -active=yes -shadow=no -contrast=40 -ambient=40 -op1=Deposit -model=model_16772 -name=Log pile - -// 16591 -[loc_16591] -active=yes -shadow=no -contrast=40 -ambient=40 -op1=Deposit -model=model_16773 -name=Log pile - -// 16592 -[loc_16592] -active=yes -shadow=no -contrast=40 -ambient=40 -op1=Deposit -model=model_16774 -name=Log pile - -// 16593 -[loc_16593] -active=yes -shadow=no -contrast=40 -ambient=40 -op1=Deposit -model=model_16775 -name=Log pile - -// 16594 -[loc_16594] -active=yes -shadow=no -contrast=40 -ambient=40 -op1=Deposit -model=model_16767 -name=Log pile - -// 16595 -[loc_16595] -active=no -shadow=no -contrast=40 -ambient=50 -blockwalk=no -forcedecor=yes -model=model_16756,0 - -// 16596 -[loc_16596] -active=no -shadow=no -contrast=40 -ambient=50 -blockwalk=no -forcedecor=yes -model=model_16757,0 - -// 16597 -[loc_16597] -active=no -shadow=no -contrast=40 -ambient=40 -blockwalk=no -forcedecor=yes -model=model_16758,0 - -// 16598 -[loc_16598] -active=yes -shadow=no -contrast=40 -ambient=50 -blockwalk=no -forcedecor=yes -msi=msi_66 -model=model_16789,0 -name=Dream puff - -// 16599 -[loc_16599] -active=yes -width=2 -length=2 -shadow=no -contrast=40 -ambient=50 -anim=seq_4354 -blockwalk=yes -msi=msi_66 -op1=Read -model=model_16788 -name=My life - -// 16600 -[loc_16600] -active=yes -width=3 -shadow=no -contrast=40 -ambient=50 -anim=seq_4357 -blockwalk=yes -op1=Jump-over -model=model_16764 -name=Hurdle - -// 16601 -[loc_16601] -active=yes -shadow=no -contrast=40 -ambient=50 -anim=seq_4357 -blockwalk=yes -model=model_16743 -name=Note - -// 16602 -[loc_16602] -active=yes -width=2 -shadow=no -contrast=40 -ambient=50 -anim=seq_4357 -blockwalk=yes -model=model_16759 -name=Note - -// 16603 -[loc_16603] -active=no -shadow=no -contrast=60 -ambient=60 -blockwalk=yes -blockrange=no -model=model_16765 - -// 16604 -[loc_16604] -active=yes -width=2 -length=2 -shadow=no -contrast=40 -ambient=60 -anim=seq_4355 -blockwalk=yes -op1=Chop -msi=msi_66 -model=model_16761 -name=Dream tree - -// 16605 -[loc_16605] -active=yes -width=2 -length=2 -shadow=no -contrast=40 -ambient=60 -blockwalk=yes -model=model_16760 -name=Dream Tree stump - -// 16606 -[loc_16606] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16745 - -// 16607 -[loc_16607] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16748 - -// 16608 -[loc_16608] -active=no -sharelight=yes -hillskew=yes -mirror=yes -ambient=40 -contrast=40 -model=model_16748 - -// 16609 -[loc_16609] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16749 - -// 16610 -[loc_16610] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16750 - -// 16611 -[loc_16611] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16751 - -// 16612 -[loc_16612] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16752 - -// 16613 -[loc_16613] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16753 - -// 16614 -[loc_16614] -active=no -sharelight=yes -hillskew=yes -mirror=yes -ambient=40 -contrast=40 -model=model_16753 - -// 16615 -[loc_16615] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16754 - -// 16616 -[loc_16616] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16755 - -// 16617 -[loc_16617] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16746 - -// 16618 -[loc_16618] -active=no -sharelight=yes -hillskew=yes -ambient=40 -contrast=40 -model=model_16747 - -// 16619 -[loc_16619] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=yes -op1=Press -model=model_16787 -name=Zero - -// 16620 -[loc_16620] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=yes -op1=Press -model=model_16782 -name=One - -// 16621 -[loc_16621] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=yes -op1=Press -model=model_16786 -name=Two - -// 16622 -[loc_16622] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=yes -op1=Press -model=model_16785 -name=Three - -// 16623 -[loc_16623] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=yes -op1=Press -model=model_16779 -name=Four - -// 16624 -[loc_16624] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=yes -op1=Press -model=model_16778 -name=Five - -// 16625 -[loc_16625] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=yes -op1=Press -model=model_16784 -name=Six - -// 16626 -[loc_16626] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=yes -op1=Press -model=model_16783 -name=Seven - -// 16627 -[loc_16627] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=yes -op1=Press -model=model_16777 -name=Eight - -// 16628 -[loc_16628] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=yes -op1=Press -model=model_16781 -name=Nine - -// 16629 -[loc_16629] -active=no -shadow=no -contrast=30 -ambient=30 -resizex=140 -resizey=140 -resizez=140 -model=model_16744 - -// 16630 -[loc_16630] -active=no -shadow=no -contrast=30 -ambient=30 -resizex=140 -resizey=140 -resizez=140 -recol1s=26421 -recol1d=25330 -recol2s=19475 -recol2d=7776 -model=model_16744 - -// 16631 -[loc_16631] -active=no -shadow=no -contrast=30 -ambient=30 -resizex=140 -resizey=140 -resizez=140 -recol1s=26421 -recol1d=22290 -recol2s=19475 -recol2d=25607 -model=model_16744 - -// 16632 -[loc_16632] -anim=seq_4358 -op1=Step-on -active=yes -blockwalk=no -recol1s=32351 -recol1d=18360 -recol2s=18269 -recol2d=18077 -recol3s=26173 -recol3d=18360 -recol4s=18360 -recol4d=16311 -recol5s=23101 -recol5d=18077 -model=model_16763,0 -name=Platform - -// 16633 -[loc_16633] -anim=seq_4358 -op1=Step-on -active=yes -blockwalk=no -recol1s=32351 -recol1d=32447 -recol2s=26173 -recol2d=28655 -recol3s=23101 -recol3d=32447 -recol4s=18077 -recol4d=16024 -model=model_16763,0 -name=Platform - -// 16634 -[loc_16634] -anim=seq_4358 -op1=Step-on -active=yes -blockwalk=no -recol1s=32351 -recol1d=29685 -recol2s=26173 -recol2d=30703 -recol3s=23101 -recol3d=18269 -model=model_16763,0 -name=Platform - -// 16635 -[loc_16635] -anim=seq_4358 -op1=Step-on -active=yes -blockwalk=no -recol1s=32351 -recol1d=18077 -recol2s=26173 -recol2d=23997 -model=model_16763,0 -name=Platform - -// 16636 -[loc_16636] -anim=seq_4358 -op1=Step-on -active=yes -blockwalk=no -recol1s=32351 -recol1d=32575 -recol2s=26173 -recol2d=28655 -recol3s=23101 -recol3d=18077 -model=model_16763,0 -name=Platform - -// 16637 -[loc_16637] -anim=seq_4358 -op1=Step-on -active=yes -blockwalk=no -recol1s=32351 -recol1d=25425 -recol2s=26173 -recol2d=32575 -recol3s=23101 -recol3d=32575 -recol4s=18077 -recol4d=23321 -model=model_16763,0 -name=Platform - -// 16638 -[loc_16638] -active=yes -shadow=no -contrast=40 -ambient=50 -blockwalk=no -forcedecor=yes -msi=msi_66 -op1=Jump-to -active=yes -model=model_16789,0 -name=Dream puff - -// 16639 -[loc_16639] -width=2 -length=2 -msi=msi_6 -model=model_16842 -name=Windswept Tree - -// 16640 -[loc_16640] -op1=Climb-up -sharelight=yes -msi=msi_7 -recol1s=7428 -recol1d=10500 -recol2s=9542 -recol2d=13638 -model=model_10558 -name=Ladder - -// 16641 -[loc_16641] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5270 -recolhsl2d=5522 -recolhsl3s=5275 -recolhsl3d=5527 -recolhsl4s=5280 -recolhsl4d=5532 -recolhsl5s=5261 -recolhsl5d=5513 -recolhsl6s=5266 -recolhsl6d=5518 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_36081,D - -// 16642 -[loc_16642] -width=3 -length=3 -active=no -ambient=20 -contrast=15 -model=model_16624 - -// 16643 -[loc_16643] -width=3 -length=2 -active=yes -ambient=8 -contrast=10 -model=model_16660 -name=Water Source - -// 16644 -[loc_16644] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=5284 -recol2s=7364 -recol2d=6342 -recol3s=8421 -recol3d=8456 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 16645 -[loc_16645] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=5284 -recol2s=7364 -recol2d=6342 -recol3s=8421 -recol3d=8456 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -retex1s=material_560 -retex1d=material_70 -model=model_9969,1 - -// 16646 -[loc_16646] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -retex1s=material_560 -retex1d=material_70 -model=model_9969,1 - -// 16647 -[loc_16647] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -retex1s=material_560 -retex1d=material_70 -model=model_9972,1 -model=model_9973,5 - -// 16648 -[loc_16648] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=5284 -recol2s=7364 -recol2d=6342 -recol3s=8421 -recol3d=8456 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -retex1s=material_560 -retex1d=material_70 -model=model_9971,1 - -// 16649 -[loc_16649] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_9971,1 - -// 16650 -[loc_16650] -anim=seq_2871 -ambient=60 -contrast=60 -bgsound=synth_3082,3 -recol1s=13870 -recol1d=14968 -recol2s=23448 -recol2d=28605 -model=model_9927,Q - -// 16651 -[loc_16651] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 16652 -[loc_16652] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -msi=msi_22 -recol1s=6307 -recol1d=2114 -recol2s=7364 -recol2d=4228 -recol3s=8421 -recol3d=5285 -recol4s=9478 -recol4d=8456 -recol5s=10535 -recol5d=11561 -recol6s=11592 -recol6d=16846 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 16653 -[loc_16653] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=5284 -recol2s=7364 -recol2d=6342 -recol3s=8421 -recol3d=8456 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_9966,5 - -// 16654 -[loc_16654] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_9966,5 - -// 16655 -[loc_16655] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=5284 -recol2s=7364 -recol2d=6342 -recol3s=8421 -recol3d=8456 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 16656 -[loc_16656] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=5284 -recol2s=7364 -recol2d=6342 -recol3s=8421 -recol3d=8456 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_9968,1 - -// 16657 -[loc_16657] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_9968,1 - -// 16658 -[loc_16658] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_9972,1 -model=model_9973,5 - -// 16659 -[loc_16659] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=5284 -recol2s=7364 -recol2d=6342 -recol3s=8421 -recol3d=8456 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_9970,1 - -// 16660 -[loc_16660] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_9970,1 - -// 16661 -[loc_16661] -anim=seq_481 -ambient=60 -contrast=60 -bgsound=synth_4472,1 -model=model_9962,Q - -// 16662 -[loc_16662] -anim=seq_2871 -ambient=60 -contrast=60 -bgsound=synth_3082,3 -recol1s=13870 -recol1d=14968 -recol2s=23448 -recol2d=28605 -model=model_9927,Q - -// 16663 -[loc_16663] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 16664 -[loc_16664] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=2114 -recol2s=7364 -recol2d=4228 -recol3s=8421 -recol3d=5285 -recol4s=9478 -recol4d=8456 -recol5s=10535 -recol5d=11561 -recol6s=11592 -recol6d=16846 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 16665 -[loc_16665] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=5284 -recol2s=7364 -recol2d=6342 -recol3s=8421 -recol3d=8456 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_5414,5 - -// 16666 -[loc_16666] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_5414,5 - -// 16667 -[loc_16667] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=40 -active=no -recol1s=12580 -recol1d=16846 -model=model_834 - -// 16668 -[loc_16668] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=40 -active=no -recol1s=12580 -recol1d=16846 -model=model_823 - -// 16669 -[loc_16669] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=40 -active=no -recol1s=12580 -recol1d=16846 -model=model_787 - -// 16670 -[loc_16670] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=40 -active=no -recol1s=12580 -recol1d=16846 -model=model_825 - -// 16671 -[loc_16671] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=5284 -recol2s=7364 -recol2d=6342 -recol3s=8421 -recol3d=8456 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -retex1s=material_560 -retex1d=material_70 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 16672 -[loc_16672] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -ambient=20 -contrast=40 -active=no -recol1s=6307 -recol1d=12685 -recol2s=7364 -recol2d=8457 -recol3s=8421 -recol3d=7400 -recol4s=9478 -recol4d=12618 -recol5s=10535 -recol5d=14732 -recol6s=11592 -recol6d=16846 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 16673 -[loc_16673] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -ambient=20 -contrast=40 -active=no -recol1s=12580 -recol1d=16846 -model=model_834 - -// 16674 -[loc_16674] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -ambient=20 -contrast=40 -active=no -recol1s=12580 -recol1d=16846 -model=model_823 - -// 16675 -[loc_16675] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -ambient=20 -contrast=40 -active=no -recol1s=12580 -recol1d=16846 -model=model_787 - -// 16676 -[loc_16676] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=6373 -recol2s=15618 -recol2d=6373 -recol3s=14594 -recol3d=6373 -model=model_1124,0 - -// 16677 -[loc_16677] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=6373 -recol2s=15618 -recol2d=6373 -recol3s=14594 -recol3d=6373 -model=model_1139,0 - -// 16678 -[loc_16678] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=6373 -recol2s=15618 -recol2d=6373 -recol3s=14594 -recol3d=6373 -model=model_1032,0 - -// 16679 -[loc_16679] -hillskew=yes -active=yes -op1=Mine -recolhsl1s=9098 -recolhsl1d=25 -recolhsl2s=8846 -recolhsl2d=32 -recolhsl3s=8722 -recolhsl3d=38 -recolhsl4s=8598 -recolhsl4d=44 -recolhsl5s=8602 -recolhsl5d=50 -recolhsl6s=8478 -recolhsl6d=54 -model=model_37368 -name=Stalagmites - -// 16680 -[loc_16680] -hillskew=yes -active=yes -op1=Mine -recolhsl1s=9098 -recolhsl1d=25 -recolhsl2s=8846 -recolhsl2d=32 -recolhsl3s=8722 -recolhsl3d=38 -recolhsl4s=8598 -recolhsl4d=44 -recolhsl5s=8602 -recolhsl5d=50 -recolhsl6s=8478 -recolhsl6d=54 -model=model_37462 -name=Stalagmite - -// 16681 -[loc_16681] -anim=seq_481 -ambient=30 -contrast=30 -active=no -bgsound=synth_4472,1 -recol1s=14628 -recol1d=10535 -model=model_5193,Q - -// 16682 -[loc_16682] -width=5 -length=5 -sharelight=yes -active=no -model=model_37313 - -// 16683 -[loc_16683] -width=5 -length=5 -sharelight=yes -active=no -model=model_37220 - -// 16684 -[loc_16684] -width=3 -length=3 -sharelight=yes -active=yes -blockwalk=no -op1=Mine -op2=Prospect -op3=hidden -model=model_37471 -name=Rock - -// 16685 -[loc_16685] -sharelight=yes -active=no -blockwalk=yes -model=model_16510 - -// 16686 -[loc_16686] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -model=model_2318 -name=Portal - -// 16687 -[loc_16687] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=6342 -recol1d=6346 -model=model_1390 -name=Rune essence - -// 16688 -[loc_16688] -active=yes -model=model_16528 -name=Tar Barrel - -// 16689 -[loc_16689] -recol1s=10502 -recol1d=12581 -recol2s=9445 -recol2d=12581 -recol3s=8388 -recol3d=8386 -recol4s=7332 -recol4d=10531 -recol5s=6275 -recol5d=8354 -model=model_7761 -name=Tanning Barrel - -// 16690 -[loc_16690] -model=model_16684,0 - -// 16691 -[loc_16691] -anim=seq_4393 -model=model_16705 -model2=model_16706 -name=Hat rack - -// 16692 -[loc_16692] -anim=seq_4393 -model=model_16705 -name=Hat rack - -// 16693 -[loc_16693] -length=2 -model=model_16671 -name=Clothes rack - -// 16694 -[loc_16694] -contrast=10 -ambient=10 -model=model_16688,Q -model=model_16687,0 - -// 16695 -[loc_16695] -resizey=130 -recol1s=9543 -recol1d=7331 -recol2s=8484 -recol2d=12548 -recol3s=6373 -recol3d=8388 -recol4s=6370 -recol4d=11491 -model=model_5273 -model2=model_11209 -name=Bank chest - -// 16696 -[loc_16696] -resizey=130 -recol1s=9543 -recol1d=7331 -recol2s=8484 -recol2d=12548 -recol3s=6373 -recol3d=8388 -recol4s=6370 -recol4d=11491 -model=model_5272 -name=Bank chest - -// 16697 -[loc_16697] -resizey=130 -recol1s=9543 -recol1d=7331 -recol2s=8484 -recol2d=12548 -recol3s=6373 -recol3d=8388 -recol4s=6370 -recol4d=11491 -model=model_5272 -name=Chest - -// 16698 -[loc_16698] -width=2 -resizey=133 -active=no -recol1s=15856 -recol1d=12649 -recol2s=13743 -recol2d=13706 -recol3s=11629 -recol3d=9478 -model=model_16840 - -// 16699 -[loc_16699] -width=2 -length=2 -resizey=133 -active=no -model=model_16697 - -// 16700 -[loc_16700] -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -recol1s=11523 -recol1d=9410 -recol2s=12548 -recol2d=11524 -recol3s=14662 -recol3d=13638 -recol4s=15718 -recol4d=12581 -recol5s=16742 -recol5d=12581 -model=model_11208 -name=Bank booth - -// 16701 -[loc_16701] -anim=seq_4392 -contrast=10 -ambient=10 -model=model_16704 -name=Light - -// 16702 -[loc_16702] -model=model_16675 -name=Cooker - -// 16703 -[loc_16703] -bgsound=synth_2200,3 -model=model_16675 -model2=model_16679 -name=Cooker - -// 16704 -[loc_16704] -model=model_16686 -name=Sink - -// 16705 -[loc_16705] -length=2 -blockrange=no -recol1s=13569 -recol1d=8353 -recol2s=16810 -recol2d=15820 -recol3s=14730 -recol3d=13707 -model=model_9589 -name=Sink - -// 16706 -[loc_16706] -recol1s=14695 -recol1d=12581 -recol2s=10467 -recol2d=7296 -model=model_12407 -name=Bench - -// 16707 -[loc_16707] -recol1s=13637 -recol1d=12581 -recol2s=7298 -recol2d=8353 -recol3s=20933 -recol3d=12581 -recol4s=6241 -recol4d=12581 -recol5s=7329 -recol5d=8353 -model=model_12415 -name=Bookcase - -// 16708 -[loc_16708] -op1=Admire -recol1s=20933 -recol1d=12581 -recol2s=7329 -recol2d=8353 -model=model_12512 -name=Tall mirror - -// 16709 -[loc_16709] -recol1s=14725 -recol1d=24313 -recol2s=14724 -recol2d=24312 -recol3s=13667 -recol3d=23256 -recol4s=2340 -recol4d=23256 -recol5s=9635 -recol5d=32437 -recol6s=10273 -recol6d=32637 -model=model_16683,0 - -// 16710 -[loc_16710] -model=model_16683,0 - -// 16711 -[loc_16711] -contrast=10 -ambient=10 -model=model_16673,0 - -// 16712 -[loc_16712] -contrast=10 -ambient=10 -model=model_16674,Q - -// 16713 -[loc_16713] -contrast=10 -ambient=10 -model=model_16690,Q - -// 16714 -[loc_16714] -contrast=10 -ambient=10 -model=model_16668 -name=Bags for sale - -// 16715 -[loc_16715] -contrast=10 -ambient=10 -offsety=30 -recol1s=9635 -recol1d=16838 -recol2s=16838 -recol2d=7333 -recol3s=16838 -recol3d=7333 -recol4s=7333 -recol4d=9635 -model=model_16668 -name=Bags for sale - -// 16716 -[loc_16716] -contrast=10 -ambient=10 -model=model_16681,Q - -// 16717 -[loc_16717] -model=model_16688,Q -model=model_16687,0 - -// 16718 -[loc_16718] -mirror=yes -model=model_16683,0 - -// 16719 -[loc_16719] -length=2 -recol1s=9635 -recol1d=2312 -recol2s=13667 -recol2d=6409 -recol3s=14724 -recol3d=8523 -model=model_16669 -name=Bed - -// 16720 -[loc_16720] -length=2 -model=model_16669 -name=Bed - -// 16721 -[loc_16721] -length=2 -model=model_16664 -name=Bed - -// 16722 -[loc_16722] -model=model_16672,Q - -// 16723 -[loc_16723] -model=model_16682,Q - -// 16724 -[loc_16724] -model=model_16691,Q - -// 16725 -[loc_16725] -model=model_16693,Q - -// 16726 -[loc_16726] -model=model_16676,Q - -// 16727 -[loc_16727] -contrast=10 -ambient=10 -model=model_16670,Q - -// 16728 -[loc_16728] -model=model_16680,Q - -// 16729 -[loc_16729] -anim=seq_4126 -model=model_15267 -model=model_16602 -name=Flowers - -// 16730 -[loc_16730] -anim=seq_4126 -model=model_15268 -model=model_16602 -name=Flowers - -// 16731 -[loc_16731] -anim=seq_4126 -model=model_15269 -model=model_16602 -name=Flowers - -// 16732 -[loc_16732] -sharelight=yes -length=2 -op1=Climb-down -msi=msi_7 -forceapproach=south -model=model_16694 -name=Stairs - -// 16733 -[loc_16733] -sharelight=yes -length=2 -op1=Climb-down -msi=msi_7 -forceapproach=west -model=model_16694 -name=Stairs - -// 16734 -[loc_16734] -sharelight=yes -length=2 -op1=Climb-up -forceapproach=north -msi=msi_7 -model=model_16695 -name=Stairs - -// 16735 -[loc_16735] -sharelight=yes -op1=Climb-up -msi=msi_7 -recol1s=8353 -recol1d=8355 -recol2s=11522 -recol2d=10468 -recol3s=10465 -recol3d=9410 -recol4s=9409 -recol4d=10467 -recol5s=12578 -recol5d=11524 -model=model_16692 -name=Ladder - -// 16736 -[loc_16736] -sharelight=yes -op1=Climb-down -msi=msi_7 -recol1s=8353 -recol1d=8355 -recol2s=11522 -recol2d=10468 -recol3s=10465 -recol3d=9410 -recol4s=9409 -recol4d=10467 -recol5s=12578 -recol5d=11524 -model=model_11539 -name=Ladder - -// 16737 -[loc_16737] -length=2 -model=model_16696 -name=Table - -// 16738 -[loc_16738] -length=2 -model=model_16696 -model2=model_16685 -name=Table - -// 16739 -[loc_16739] -length=2 -model=model_16696 -model2=model_16689 -name=Table - -// 16740 -[loc_16740] -length=2 -model=model_16696 -model2=model_16667 -name=Table - -// 16741 -[loc_16741] -length=2 -model=model_16702 -name=Table - -// 16742 -[loc_16742] -model=model_16703 -name=Table - -// 16743 -[loc_16743] -model=model_16666 -name=Chair - -// 16744 -[loc_16744] -model=model_16665 -name=Chair - -// 16745 -[loc_16745] -recol1s=22059 -recol1d=11525 -recol2s=14662 -recol2d=8354 -model=model_12577 -name=Stool - -// 16746 -[loc_16746] -sharelight=yes -occlude=yes -active=no -model=model_16657,1 - -// 16747 -[loc_16747] -sharelight=yes -active=no -occlude=yes -model=model_16654,1 -model=model_16655,3 -model=model_16656,4 - -// 16748 -[loc_16748] -sharelight=yes -active=no -occlude=yes -model=model_16607,4 - -// 16749 -[loc_16749] -sharelight=yes -active=no -occlude=yes -model=model_16658,1 - -// 16750 -[loc_16750] -sharelight=yes -occlude=yes -active=no -model=model_16659,1 - -// 16751 -[loc_16751] -sharelight=yes -active=no -model=model_16662,1 - -// 16752 -[loc_16752] -sharelight=yes -active=no -model=model_16663,1 - -// 16753 -[loc_16753] -sharelight=yes -active=no -model=model_16661,1 - -// 16754 -[loc_16754] -sharelight=yes -active=no -model=model_16599,1 - -// 16755 -[loc_16755] -sharelight=yes -active=no -model=model_16600,1 - -// 16756 -[loc_16756] -sharelight=yes -active=no -model=model_16601,1 - -// 16757 -[loc_16757] -sharelight=yes -active=no -model=model_16597,1 - -// 16758 -[loc_16758] -sharelight=yes -active=no -sharelight=yes -model=model_16603,1 - -// 16759 -[loc_16759] -sharelight=yes -active=no -sharelight=yes -model=model_16622,1 - -// 16760 -[loc_16760] -sharelight=yes -active=no -sharelight=yes -model=model_16623,1 - -// 16761 -[loc_16761] -hillskew=yes -active=no -sharelight=yes -blockrange=no -model=model_16608,1 -model=model_16609,2 -model=model_16610,3 -model=model_16611,4 -model=model_16612,5 - -// 16762 -[loc_16762] -hillskew=yes -active=no -sharelight=yes -blockrange=no -model=model_16613,1 - -// 16763 -[loc_16763] -hillskew=yes -active=no -sharelight=yes -mirror=yes -blockrange=no -model=model_16613,1 - -// 16764 -[loc_16764] -active=no -width=3 -hillskew=yes -sharelight=yes -resizey=90 -model=model_16650 - -// 16765 -[loc_16765] -active=no -width=3 -sharelight=yes -resizey=90 -model=model_16643 - -// 16766 -[loc_16766] -active=no -width=3 -sharelight=yes -mirror=yes -resizey=90 -model=model_16643 - -// 16767 -[loc_16767] -hillskew=yes -active=no -sharelight=yes -occlude=yes -ambient=20 -model=model_16606,1 - -// 16768 -[loc_16768] -active=no -sharelight=yes -model=model_16631,1 - -// 16769 -[loc_16769] -active=no -sharelight=yes -model=model_16632,1 - -// 16770 -[loc_16770] -occlude=yes -active=no -sharelight=yes -model=model_16629,1 - -// 16771 -[loc_16771] -occlude=yes -active=no -sharelight=yes -model=model_16626,1 -model=model_16627,3 -model=model_16628,4 - -// 16772 -[loc_16772] -occlude=yes -active=no -sharelight=yes -model=model_16630,1 - -// 16773 -[loc_16773] -active=no -sharelight=yes -model=model_16604,1 - -// 16774 -[loc_16774] -occlude=yes -active=yes -op1=Open -ambient=40 -model=model_16605,1 -name=Door - -// 16775 -[loc_16775] -occlude=yes -active=no -ambient=40 -model=model_16625,1 - -// 16776 -[loc_16776] -occlude=yes -active=yes -op1=Open -ambient=40 -model=model_16605,1 -name=Door - -// 16777 -[loc_16777] -occlude=yes -active=yes -op1=Close -ambient=40 -model=model_16605,1 -name=Door - -// 16778 -[loc_16778] -occlude=yes -active=yes -op1=Open -ambient=40 -model=model_16625,1 -name=Door - -// 16779 -[loc_16779] -occlude=yes -active=yes -op1=Close -ambient=40 -model=model_16625,1 -name=Door - -// 16780 -[loc_16780] -active=no -sharelight=yes -model=model_16620,1 - -// 16781 -[loc_16781] -active=no -sharelight=yes -model=model_16621,1 - -// 16782 -[loc_16782] -hillskew=yes -active=no -sharelight=yes -resizey=90 -model=model_16644,1 -model=model_16645,2 -model=model_16646,3 -model=model_16647,4 -model=model_16648,5 - -// 16783 -[loc_16783] -hillskew=yes -active=no -sharelight=yes -resizey=90 -model=model_16649,1 - -// 16784 -[loc_16784] -hillskew=yes -sharelight=yes -shadow=no -active=no -model=model_16614,A -model=model_16615,G -model=model_16617,Z -model=model_16616,X - -// 16785 -[loc_16785] -hillskew=yes -sharelight=yes -shadow=no -active=no -model=model_16618,Z - -// 16786 -[loc_16786] -sharelight=yes -active=no -shadow=no -model=model_16653,Z - -// 16787 -[loc_16787] -sharelight=yes -active=no -model=model_32697,1 - -// 16788 -[loc_16788] -sharelight=yes -active=no -sharelight=yes -model=model_32698,1 - -// 16789 -[loc_16789] -sharelight=yes -shadow=no -active=no -recol1s=12582 -recol1d=8456 -recol2s=10500 -recol2d=6341 -recol3s=4128 -recol3d=4228 -model=model_9573,Z - -// 16790 -[loc_16790] -sharelight=yes -shadow=no -active=no -recol1s=12582 -recol1d=8456 -recol2s=10500 -recol2d=6341 -recol3s=4128 -recol3d=4228 -model=model_32708,A - -// 16791 -[loc_16791] -sharelight=yes -shadow=no -active=no -recol1s=12582 -recol1d=8456 -recol2s=10500 -recol2d=6341 -recol3s=4128 -recol3d=4228 -model=model_32704,A - -// 16792 -[loc_16792] -sharelight=yes -shadow=no -active=no -model=model_16636,Z - -// 16793 -[loc_16793] -sharelight=yes -shadow=no -active=no -model=model_16635,Z -model=model_16634,C - -// 16794 -[loc_16794] -sharelight=yes -shadow=no -active=no -model=model_16639,Z - -// 16795 -[loc_16795] -sharelight=yes -shadow=no -active=no -model=model_16640,Z - -// 16796 -[loc_16796] -mirror=yes -sharelight=yes -shadow=no -active=no -model=model_16640,Z - -// 16797 -[loc_16797] -sharelight=yes -shadow=no -active=no -model=model_16633,Z - -// 16798 -[loc_16798] -sharelight=yes -shadow=no -active=no -model=model_16641,Z - -// 16799 -[loc_16799] -mirror=yes -sharelight=yes -shadow=no -active=no -model=model_16636,Z - -// 16800 -[loc_16800] -mirror=yes -sharelight=yes -shadow=no -active=no -model=model_16635,Z -model=model_16634,C - -// 16801 -[loc_16801] -mirror=yes -sharelight=yes -shadow=no -active=no -model=model_16633,Z - -// 16802 -[loc_16802] -sharelight=yes -shadow=no -active=no -mirror=yes -model=model_16639,Z - -// 16803 -[loc_16803] -sharelight=yes -shadow=no -active=no -model=model_16637,A -model=model_16638,Z - -// 16804 -[loc_16804] -sharelight=yes -shadow=no -active=no -mirror=yes -model=model_16637,A -model=model_16638,Z - -// 16805 -[loc_16805] -sharelight=yes -shadow=no -active=no -mirror=yes -resizey=90 -model=model_16619,1 - -// 16806 -[loc_16806] -sharelight=yes -active=no -resizey=90 -model=model_16619,1 - -// 16807 -[loc_16807] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=7298 -model=model_1089,0 - -// 16808 -[loc_16808] -sharelight=yes -active=yes -width=3 -length=3 -model=model_16677 -name=Ceremonial Brazier - -// 16809 -[loc_16809] -sharelight=yes -active=yes -width=3 -length=3 -model=model_16678 -name=Ceremonial Brazier - -// 16810 -[loc_16810] -anim=seq_4408 -sharelight=yes -active=yes -width=2 -length=2 -model=model_16698 -model2=model_16699 -name=Ceremonial Brazier - -// 16811 -[loc_16811] -anim=seq_4408 -sharelight=yes -active=yes -width=2 -length=2 -bgsound=synth_2065,3 -model=model_16698 -model2=model_16699 -model3=model_16700 -name=Ceremonial Brazier - -// 16812 -[loc_16812] -anim=seq_4394 -bgsound=synth_2200,3 -model=model_16708 -model2=model_16709 -name=Cooker - -// 16813 -[loc_16813] -length=2 -anim=seq_4395 -model=model_16707 -name=Rack - -// 16814 -[loc_16814] -anim=seq_4396 -recol1s=22059 -recol1d=11525 -recol2s=14662 -recol2d=8354 -model=model_16711 -name=Stool - -// 16815 -[loc_16815] -anim=seq_4397 -model=model_16712 -name=Table - -// 16816 -[loc_16816] -anim=seq_4398 -model=model_16710,Q - -// 16817 -[loc_16817] -width=3 -length=3 -active=no -model=model_16651 - -// 16818 -[loc_16818] -width=3 -length=5 -active=no -model=model_16652 - -// 16819 -[loc_16819] -active=yes -hillskew=yes -active=no -blockwalk=no -forcedecor=yes -model=model_16286,0 - -// 16820 -[loc_16820] -active=yes -hillskew=yes -active=no -blockwalk=no -forcedecor=yes -model=model_16287,0 - -// 16821 -[loc_16821] -active=yes -hillskew=yes -active=no -blockwalk=no -forcedecor=yes -model=model_16288,0 - -// 16822 -[loc_16822] -active=yes -hillskew=yes -active=no -blockwalk=no -forcedecor=yes -model=model_16289,0 - -// 16823 -[loc_16823] -hillskew=yes -active=no -ambient=20 -resizey=220 -recol1s=22131 -recol1d=18955 -recol2s=16846 -recol2d=18921 -recol3s=11561 -recol3d=16842 -model=model_4401,0 - -// 16824 -[loc_16824] -hillskew=yes -active=no -ambient=20 -resizey=220 -recol1s=22131 -recol1d=18955 -recol2s=16846 -recol2d=18921 -recol3s=11561 -recol3d=16842 -model=model_4402,0 - -// 16825 -[loc_16825] -hillskew=yes -active=no -ambient=20 -resizey=220 -recol1s=22131 -recol1d=18955 -recol2s=16846 -recol2d=18921 -recol3s=11561 -recol3d=16842 -model=model_4403,0 - -// 16826 -[loc_16826] -hillskew=yes -active=no -ambient=20 -resizey=220 -recol1s=22131 -recol1d=18955 -recol2s=16846 -recol2d=18921 -recol3s=11561 -recol3d=16842 -model=model_4404,0 - -// 16827 -[loc_16827] -anim=seq_4377 -model=model_16703 -model2=model_16701 -name=Table - -// 16828 -[loc_16828] -anim=seq_4377 -length=2 -model=model_16702 -model2=model_16701 -name=Table - -// 16829 -[loc_16829] -op1=Step-on -blockwalk=yes -model=model_16762,0 -name=Transport platform - -// 16830 -[loc_16830] -anim=seq_4359 -model=model_16763,0 - -// 16831 -[loc_16831] -op1=Step-on -blockwalk=yes -recol1s=32351 -recol1d=18360 -recol2s=18269 -recol2d=18077 -recol3s=26173 -recol3d=18360 -recol4s=18360 -recol4d=16311 -recol5s=23101 -recol5d=18077 -model=model_16762,0 -name=Transport platform - -// 16832 -[loc_16832] -anim=seq_4359 -recol1s=32351 -recol1d=18360 -recol2s=18269 -recol2d=18077 -recol3s=26173 -recol3d=18360 -recol4s=18360 -recol4d=16311 -recol5s=23101 -recol5d=18077 -model=model_16763,0 - -// 16833 -[loc_16833] -op1=Step-on -blockwalk=yes -recol1s=32351 -recol1d=32447 -recol2s=26173 -recol2d=28655 -recol3s=23101 -recol3d=32447 -recol4s=18077 -recol4d=16024 -model=model_16762,0 -name=Transport platform - -// 16834 -[loc_16834] -anim=seq_4359 -recol1s=32351 -recol1d=32447 -recol2s=26173 -recol2d=28655 -recol3s=23101 -recol3d=32447 -recol4s=18077 -recol4d=16024 -model=model_16763,0 - -// 16835 -[loc_16835] -op1=Step-on -blockwalk=yes -recol1s=32351 -recol1d=29685 -recol2s=26173 -recol2d=30703 -recol3s=23101 -recol3d=18269 -model=model_16762,0 -name=Transport platform - -// 16836 -[loc_16836] -anim=seq_4359 -recol1s=32351 -recol1d=29685 -recol2s=26173 -recol2d=30703 -recol3s=23101 -recol3d=18269 -model=model_16763,0 - -// 16837 -[loc_16837] -op1=Step-on -blockwalk=yes -recol1s=32351 -recol1d=18077 -recol2s=26173 -recol2d=23997 -model=model_16762,0 -name=Transport platform - -// 16838 -[loc_16838] -anim=seq_4359 -recol1s=32351 -recol1d=18077 -recol2s=26173 -recol2d=23997 -model=model_16763,0 - -// 16839 -[loc_16839] -op1=Step-on -blockwalk=yes -recol1s=32351 -recol1d=32575 -recol2s=26173 -recol2d=28655 -recol3s=23101 -recol3d=18077 -model=model_16762,0 -name=Transport platform - -// 16840 -[loc_16840] -anim=seq_4359 -recol1s=32351 -recol1d=32575 -recol2s=26173 -recol2d=28655 -recol3s=23101 -recol3d=18077 -model=model_16763,0 - -// 16841 -[loc_16841] -op1=Step-on -blockwalk=yes -recol1s=32351 -recol1d=25425 -recol2s=26173 -recol2d=32575 -recol3s=23101 -recol3d=32575 -recol4s=18077 -recol4d=23321 -model=model_16762,0 -name=Transport platform - -// 16842 -[loc_16842] -anim=seq_4359 -recol1s=32351 -recol1d=25425 -recol2s=26173 -recol2d=32575 -recol3s=23101 -recol3d=32575 -recol4s=18077 -recol4d=23321 -model=model_16763,0 - -// 16843 -[loc_16843] -contrast=30 -ambient=30 -op1=Roll -model=model_16791 -name=Dice - -// 16844 -[loc_16844] -contrast=30 -ambient=30 -op1=Roll -model=model_16792 -name=Dice - -// 16845 -[loc_16845] -contrast=30 -ambient=30 -op1=Roll -model=model_16793 -name=Dice - -// 16846 -[loc_16846] -contrast=30 -ambient=30 -op1=Roll -model=model_16794 -name=Dice - -// 16847 -[loc_16847] -contrast=30 -ambient=30 -op1=Roll -model=model_16795 -name=Dice - -// 16848 -[loc_16848] -contrast=30 -ambient=30 -op1=Roll -model=model_16796 -name=Dice - -// 16849 -[loc_16849] -contrast=30 -anim=seq_4361 -model=model_16791 -name=Dice - -// 16850 -[loc_16850] -contrast=30 -ambient=30 -anim=seq_4361 -model=model_16792 -name=Dice - -// 16851 -[loc_16851] -contrast=30 -ambient=30 -anim=seq_4361 -model=model_16793 -name=Dice - -// 16852 -[loc_16852] -contrast=30 -ambient=30 -anim=seq_4361 -model=model_16794 -name=Dice - -// 16853 -[loc_16853] -contrast=30 -ambient=30 -anim=seq_4361 -model=model_16795 -name=Dice - -// 16854 -[loc_16854] -contrast=30 -ambient=30 -anim=seq_4361 -model=model_16796 -name=Dice - -// 16855 -[loc_16855] -contrast=30 -ambient=30 -anim=seq_4360 -model=model_16790 -name=Dice - -// 16856 -[loc_16856] -active=yes -shadow=no -contrast=40 -ambient=50 -anim=seq_4363 -blockwalk=no -model=model_16789,0 -name=Dream puff - -// 16857 -[loc_16857] -active=yes -shadow=no -contrast=40 -ambient=50 -anim=seq_4364 -blockwalk=no -model=model_16789,0 -name=Dream puff - -// 16858 -[loc_16858] -shadow=no -blockwalk=no -op1=Jump-to -active=yes -model=model_7766 -name=Platform edge - -// 16859 -[loc_16859] -offsety=160 -width=3 -anim=seq_4399 -hardshadow=no -model=model_16534 -name=Hanging pirate - -// 16860 -[loc_16860] -active=yes -op1=Take-from -model=model_16527 -name=Tar barrel - -// 16861 -[loc_16861] -width=2 -anim=seq_4431 -model=model_16841 -name=Hammock - -// 16862 -[loc_16862] -model=model_16531 -name=Crate - -// 16863 -[loc_16863] -width=2 -recol1s=11524 -recol1d=9445 -recol2s=14695 -recol2d=12581 -recol3s=9410 -recol3d=8353 -model=model_16533 -name=Crate - -// 16864 -[loc_16864] -width=2 -recol1s=11524 -recol1d=9445 -recol2s=14695 -recol2d=12581 -recol3s=9410 -recol3d=8353 -model=model_16532 -model2=model_16529 -name=Crate - -// 16865 -[loc_16865] -width=2 -recol1s=11524 -recol1d=9445 -recol2s=14695 -recol2d=12581 -recol3s=9410 -recol3d=8353 -model=model_16532 -name=Crate - -// 16866 -[loc_16866] -model=model_16526 -model2=model_13903 -name=Sack pile - -// 16867 -[loc_16867] -model=model_16526 -name=Sack pile - -// 16868 -[loc_16868] -model=model_13877 -name=Sack pile - -// 16869 -[loc_16869] -model=model_13877 -model2=model_13903 -name=Sack pile - -// 16870 -[loc_16870] -width=2 -model=model_13904 -name=Sack pile - -// 16871 -[loc_16871] -width=2 -model=model_13904 -model2=model_13903 -name=Sack pile - -// 16872 -[loc_16872] -model=model_16519 -name=Fish bits - -// 16873 -[loc_16873] -model=model_16518 -name=Fish bits - -// 16874 -[loc_16874] -recol1s=16809 -recol1d=7331 -recol2s=14695 -recol2d=9445 -recol3s=13638 -recol3d=9445 -recol4s=12581 -recol4d=7331 -model=model_9590 -model2=model_16530 -name=Table - -// 16875 -[loc_16875] -recol1s=16809 -recol1d=14697 -recol2s=14695 -recol2d=13638 -recol3s=7329 -recol3d=8386 -recol4s=20933 -recol4d=9445 -model=model_10089 -name=Stool - -// 16876 -[loc_16876] -recol1s=9479 -recol1d=4229 -recol2s=12548 -recol2d=11525 -recol3s=11491 -recol3d=11492 -recol4s=10434 -recol4d=10468 -recol5s=7297 -recol5d=11492 -model=model_8232 -model2=model_9530 -name=Barrel - -// 16877 -[loc_16877] -recol1s=9479 -recol1d=4229 -recol2s=12548 -recol2d=11525 -recol3s=11491 -recol3d=11492 -recol4s=10434 -recol4d=10468 -recol5s=7297 -recol5d=11492 -model=model_8232 -name=Barrel - -// 16878 -[loc_16878] -recol1s=10501 -recol1d=10502 -recol2s=9444 -recol2d=9445 -recol3s=8387 -recol3d=9445 -recol4s=7330 -recol4d=10467 -model=model_5494 -name=Sack - -// 16879 -[loc_16879] -recol1s=4228 -recol1d=4229 -model=model_1550 -name=Cannonballs - -// 16880 -[loc_16880] -model=model_16517 -name=Cannonballs - -// 16881 -[loc_16881] -width=2 -recol1s=8388 -recol1d=9445 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=8353 -recol4s=6275 -recol4d=4229 -model=model_9860 -name=Barrel - -// 16882 -[loc_16882] -width=2 -recol1s=8388 -recol1d=9445 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=8353 -recol4s=6275 -recol4d=4229 -model=model_16515 -name=Barrel - -// 16883 -[loc_16883] -width=2 -recol1s=8388 -recol1d=9445 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=8353 -recol4s=6275 -recol4d=4229 -model=model_16515 -model2=model_16516 -name=Barrel - -// 16884 -[loc_16884] -active=yes -op1=Take-from -recol1s=11524 -recol1d=9445 -recol2s=14695 -recol2d=12581 -recol3s=9410 -recol3d=8353 -recol4s=8550 -recol4d=12546 -recol5s=9607 -recol5d=13508 -model=model_7761 -model2=model_16514 -name=Barrel - -// 16885 -[loc_16885] -active=yes -op1=Take-from -recol1s=11524 -recol1d=9445 -recol2s=14695 -recol2d=12581 -recol3s=9410 -recol3d=8353 -model=model_7762 -name=Barrel - -// 16886 -[loc_16886] -recol1s=11524 -recol1d=9445 -recol2s=14695 -recol2d=12581 -recol3s=9410 -recol3d=8353 -model=model_7761 -name=Barrel - -// 16887 -[loc_16887] -recol1s=11524 -recol1d=9445 -recol2s=14695 -recol2d=12581 -recol3s=9410 -recol3d=8353 -model=model_12152 -name=Wooden chest - -// 16888 -[loc_16888] -recol1s=11524 -recol1d=9445 -recol2s=14695 -recol2d=12581 -recol3s=9410 -recol3d=8353 -model=model_12148 -name=Wooden chest - -// 16889 -[loc_16889] -recol1s=11524 -recol1d=9445 -recol2s=14695 -recol2d=12581 -recol3s=9410 -recol3d=8353 -model=model_12148 -name=Wooden chest - -// 16890 -[loc_16890] -recol1s=13675 -recol1d=7331 -recol2s=8456 -recol2d=9445 -recol3s=22131 -recol3d=7398 -recol4s=17903 -recol4d=4229 -model=model_12531 -name=Chest - -// 16891 -[loc_16891] -resizex=128 -resizey=128 -resizez=128 -recol1s=13675 -recol1d=7331 -recol2s=8456 -recol2d=9445 -recol3s=22131 -recol3d=7398 -recol4s=17903 -recol4d=4229 -model=model_12530 -name=Chest - -// 16892 -[loc_16892] -recol1s=11561 -recol1d=7399 -recol2s=28436 -recol2d=28372 -model=model_12473,Q - -// 16893 -[loc_16893] -length=2 -bgsound=synth_2199,3 -recol1s=3171 -recol1d=7399 -recol2s=6370 -recol2d=7331 -recol3s=8484 -recol3d=9445 -recol4s=18688 -recol4d=12513 -recol5s=15789 -recol5d=12517 -model=model_5274 -name=Cooking range - -// 16894 -[loc_16894] -recol1s=11559 -recol1d=4229 -recol2s=18924 -recol2d=10504 -recol3s=13673 -recol3d=8455 -recol4s=16810 -recol4d=10536 -model=model_9529 -name=Extra anchor - -// 16895 -[loc_16895] -recol1s=11559 -recol1d=8456 -model=model_9532 -name=Extra chain - -// 16896 -[loc_16896] -active=no -forcedecor=yes -model=model_16552,0 - -// 16897 -[loc_16897] -active=no -mirror=yes -forcedecor=yes -model=model_16552,0 - -// 16898 -[loc_16898] -forcedecor=yes -active=no -model=model_16553,0 - -// 16899 -[loc_16899] -length=4 -blockrange=no -recol1s=20935 -recol1d=11559 -recol2s=17764 -recol2d=9445 -recol3s=18821 -recol3d=11559 -recol4s=16707 -recol4d=9445 -model=model_4290 -model2=model_4291 -name=Wooden table - -// 16900 -[loc_16900] -blockrange=no -recol1s=20935 -recol1d=11559 -recol2s=17764 -recol2d=9445 -recol3s=18821 -recol3d=11559 -recol4s=20901 -recol4d=9445 -model=model_4289 -name=Chair - -// 16901 -[loc_16901] -anim=seq_1073 -ambient=25 -contrast=25 -active=yes -offsetx=16 -recol1s=11561 -recol1d=3204 -recol2s=13675 -recol2d=4261 -model=model_3511,Q -name=Lantern - -// 16902 -[loc_16902] -active=yes -contrast=20 -ambient=20 -op1=Open -resizex=128 -resizey=160 -resizez=128 -model=model_16563,1 -name=Door - -// 16903 -[loc_16903] -active=yes -contrast=20 -ambient=20 -op1=Close -resizex=128 -resizey=160 -resizez=128 -model=model_16564,1 -name=Door - -// 16904 -[loc_16904] -active=no -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -model=model_16586 - -// 16905 -[loc_16905] -active=no -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -mirror=yes -model=model_16586 - -// 16906 -[loc_16906] -active=yes -sharelight=yes -contrast=20 -ambient=20 -model=model_16583 -name=Wheel - -// 16907 -[loc_16907] -sharelight=yes -contrast=20 -ambient=20 -active=no -msi=msi_22 -model=model_16574,1 - -// 16908 -[loc_16908] -sharelight=yes -contrast=20 -ambient=20 -active=no -model=model_16574,1 - -// 16909 -[loc_16909] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16575,1 - -// 16910 -[loc_16910] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16550,1 - -// 16911 -[loc_16911] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16577,1 -model=model_16578,2 -model=model_16579,5 - -// 16912 -[loc_16912] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16581,1 - -// 16913 -[loc_16913] -sharelight=yes -contrast=20 -ambient=20 -active=no -model=model_16558,1 -model=model_16559,3 - -// 16914 -[loc_16914] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16558,1 -model=model_16559,3 - -// 16915 -[loc_16915] -sharelight=yes -contrast=20 -ambient=20 -active=no -model=model_16535,1 - -// 16916 -[loc_16916] -sharelight=yes -contrast=20 -ambient=20 -active=no -model=model_16548,1 -model=model_16549,5 - -// 16917 -[loc_16917] -sharelight=yes -contrast=20 -ambient=20 -active=no -model=model_16551,1 - -// 16918 -[loc_16918] -sharelight=yes -contrast=20 -ambient=20 -mirror=yes -active=no -model=model_16551,1 - -// 16919 -[loc_16919] -sharelight=yes -contrast=20 -ambient=20 -active=no -model=model_16544,1 -model=model_16545,2 -model=model_16546,5 - -// 16920 -[loc_16920] -sharelight=yes -contrast=20 -ambient=20 -active=no -model=model_16547,1 - -// 16921 -[loc_16921] -sharelight=yes -contrast=20 -ambient=20 -mirror=yes -active=no -model=model_16547,1 - -// 16922 -[loc_16922] -sharelight=yes -contrast=20 -ambient=20 -width=2 -length=3 -active=no -model=model_16536 - -// 16923 -[loc_16923] -sharelight=yes -contrast=20 -ambient=20 -mirror=yes -width=2 -length=3 -active=no -model=model_16536 - -// 16924 -[loc_16924] -sharelight=yes -contrast=20 -ambient=20 -width=2 -length=3 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16537 - -// 16925 -[loc_16925] -sharelight=yes -contrast=20 -ambient=20 -mirror=yes -width=2 -length=3 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16537 - -// 16926 -[loc_16926] -sharelight=yes -contrast=20 -ambient=20 -width=2 -length=4 -active=no -model=model_16555 - -// 16927 -[loc_16927] -sharelight=yes -contrast=20 -ambient=20 -mirror=yes -width=2 -length=4 -active=no -model=model_16555 - -// 16928 -[loc_16928] -sharelight=yes -contrast=20 -ambient=20 -width=2 -length=4 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16557 - -// 16929 -[loc_16929] -sharelight=yes -contrast=20 -ambient=20 -mirror=yes -width=2 -length=4 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16557 - -// 16930 -[loc_16930] -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=3 -active=no -model=model_16554 - -// 16931 -[loc_16931] -sharelight=yes -contrast=20 -ambient=20 -mirror=yes -width=3 -length=3 -active=no -model=model_16554 - -// 16932 -[loc_16932] -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=3 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16556 - -// 16933 -[loc_16933] -sharelight=yes -contrast=20 -ambient=20 -mirror=yes -width=3 -length=3 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16556 - -// 16934 -[loc_16934] -sharelight=yes -contrast=20 -ambient=20 -width=3 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16573 - -// 16935 -[loc_16935] -sharelight=yes -contrast=20 -ambient=20 -width=7 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16572 - -// 16936 -[loc_16936] -sharelight=yes -contrast=20 -ambient=20 -width=3 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16562 - -// 16937 -[loc_16937] -mirror=yes -sharelight=yes -contrast=20 -ambient=20 -width=3 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_16562 - -// 16938 -[loc_16938] -active=yes -contrast=20 -ambient=20 -width=3 -model=model_16538 -name=Cannon - -// 16939 -[loc_16939] -active=yes -sharelight=yes -contrast=20 -ambient=20 -width=3 -model=model_16539 -name=Cannon - -// 16940 -[loc_16940] -active=no -sharelight=yes -contrast=20 -ambient=20 -length=7 -blockwalk=no -model=model_16565 - -// 16941 -[loc_16941] -active=yes -sharelight=yes -contrast=20 -ambient=20 -model=model_16566 -name=Support - -// 16942 -[loc_16942] -active=no -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=3 -model=model_16542 - -// 16943 -[loc_16943] -active=no -sharelight=yes -contrast=20 -ambient=20 -length=7 -model=model_16561 - -// 16944 -[loc_16944] -active=no -sharelight=yes -contrast=20 -ambient=20 -offsety=-200 -blockwalk=no -length=7 -model=model_16561 - -// 16945 -[loc_16945] -active=yes -sharelight=yes -contrast=20 -ambient=20 -op1=Climb -resizex=128 -resizey=160 -resizez=128 -forceapproach=west -msi=msi_7 -model=model_16576 -name=Stairs - -// 16946 -[loc_16946] -active=yes -sharelight=yes -contrast=20 -ambient=20 -op1=Climb -forceapproach=west -msi=msi_7 -model=model_16576 -name=Stairs - -// 16947 -[loc_16947] -active=yes -sharelight=yes -contrast=20 -ambient=20 -width=2 -op1=Climb -forceapproach=east -msi=msi_7 -model=model_16582 -name=Stairs - -// 16948 -[loc_16948] -active=yes -sharelight=yes -contrast=20 -ambient=20 -width=2 -op1=Climb -forceapproach=east -msi=msi_7 -model=model_16582 -name=Stairs - -// 16949 -[loc_16949] -active=no -sharelight=yes -contrast=15 -ambient=15 -width=3 -length=3 -blockrange=no -model=model_16543 - -// 16950 -[loc_16950] -active=no -sharelight=yes -contrast=15 -ambient=15 -width=3 -blockrange=no -model=model_16567 - -// 16951 -[loc_16951] -active=yes -contrast=20 -ambient=20 -active=yes -model=model_16584 -name=Support - -// 16952 -[loc_16952] -active=yes -contrast=20 -ambient=20 -active=yes -model=model_16584 -model2=model_16585 -name=Support - -// 16953 -[loc_16953] -active=yes -contrast=20 -ambient=20 -width=3 -model=model_16538 -model2=model_16540 -name=Cannon - -// 16954 -[loc_16954] -model=model_16531 -model2=model_16570 -name=Crate - -// 16955 -[loc_16955] -ambient=60 -active=yes -model=model_16580,Q -name=Wall chart - -// 16956 -[loc_16956] -resizex=128 -resizey=128 -resizez=128 -recol1s=13675 -recol1d=7331 -recol2s=8456 -recol2d=9445 -recol3s=22131 -recol3d=7398 -recol4s=17903 -recol4d=4229 -model=model_12530 -model2=model_16541 -name=Chest - -// 16957 -[loc_16957] -width=2 -length=4 -ambient=20 -recol1s=10434 -recol1d=9445 -recol2s=12548 -recol2d=9445 -recol3s=14662 -recol3d=11559 -model=model_9534 -name=Crane - -// 16958 -[loc_16958] -width=3 -length=3 -recol1s=10434 -recol1d=9445 -recol2s=12548 -recol2d=9445 -recol3s=14662 -recol3d=11559 -recol4s=18784 -recol4d=14657 -recol5s=13605 -recol5d=11559 -model=model_9535 -name=Row boat - -// 16959 -[loc_16959] -active=yes -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -op1=Climb -forceapproach=west -msi=msi_7 -model=model_16520 -name=Ladder - -// 16960 -[loc_16960] -active=yes -sharelight=yes -contrast=20 -ambient=20 -op1=Climb -forceapproach=west -msi=msi_7 -model=model_16520 -name=Ladder - -// 16961 -[loc_16961] -active=yes -sharelight=yes -contrast=20 -ambient=20 -op1=Climb -forceapproach=east -msi=msi_7 -model=model_16521 -name=Ladder - -// 16962 -[loc_16962] -active=yes -sharelight=yes -contrast=20 -ambient=20 -op1=Climb -forceapproach=east -msi=msi_7 -model=model_16521 -name=Ladder - -// 16963 -[loc_16963] -sharelight=yes -contrast=20 -ambient=20 -active=no -msi=msi_22 -model=model_16522,1 -model=model_16523,3 - -// 16964 -[loc_16964] -sharelight=yes -contrast=20 -ambient=20 -active=no -model=model_16524 - -// 16965 -[loc_16965] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -active=no -retex1s=material_160 -retex1d=material_132 -model=model_16522,1 -model=model_16523,3 - -// 16966 -[loc_16966] -sharelight=yes -contrast=20 -ambient=20 -active=no -msi=msi_22 -model=model_16513,1 -model=model_16525,3 - -// 16967 -[loc_16967] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -active=no -retex1s=material_160 -retex1d=material_132 -model=model_16513,1 -model=model_16525,3 - -// 16968 -[loc_16968] -active=yes -ambient=15 -contrast=15 -recol1s=24137 -recol1d=11559 -recol2s=17764 -recol2d=9445 -model=model_4320,Q -name=Shelf - -// 16969 -[loc_16969] -active=yes -ambient=15 -contrast=15 -recol1s=24137 -recol1d=11559 -recol2s=17764 -recol2d=9445 -model=model_4319,Q -name=Shelf - -// 16970 -[loc_16970] -active=yes -ambient=15 -contrast=15 -recol1s=24137 -recol1d=11559 -recol2s=17764 -recol2d=9445 -model=model_4318,Q -name=Shelf - -// 16971 -[loc_16971] -active=yes -ambient=15 -contrast=15 -offsetx=16 -recol1s=24137 -recol1d=11559 -recol2s=17764 -recol2d=9445 -model=model_4321,Q -name=Shelf - -// 16972 -[loc_16972] -active=yes -ambient=15 -contrast=15 -recol1s=24137 -recol1d=11559 -recol2s=17764 -recol2d=9445 -model=model_22193,Q -name=Shelf - -// 16973 -[loc_16973] -active=yes -ambient=15 -contrast=15 -offsetx=16 -recol1s=24137 -recol1d=11559 -recol2s=17764 -recol2d=9445 -model=model_4316,Q -name=Shelf - -// 16974 -[loc_16974] -ambient=15 -contrast=15 -recol1s=20935 -recol1d=11559 -recol2s=17764 -recol2d=9445 -recol3s=18821 -recol3d=11559 -recol4s=16707 -recol4d=9445 -model=model_4326 -name=Table - -// 16975 -[loc_16975] -ambient=60 -active=yes -model=model_7406,Q -name=Wallchart - -// 16976 -[loc_16976] -ambient=60 -model=model_7407,Q - -// 16977 -[loc_16977] -ambient=60 -model=model_7408,Q - -// 16978 -[loc_16978] -active=yes -blockwalk=no -model=model_7382,0 -name=Chart - -// 16979 -[loc_16979] -active=yes -blockwalk=no -model=model_7383,0 -name=Chart - -// 16980 -[loc_16980] -ambient=20 -blockwalk=no -active=yes -model=model_7384,0 -name=Chart - -// 16981 -[loc_16981] -active=yes -blockwalk=no -model=model_7385,0 -name=Scrolls - -// 16982 -[loc_16982] -active=no -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=3 -model=model_16560 - -// 16983 -[loc_16983] -active=no -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=3 -model=model_16560 - -// 16984 -[loc_16984] -active=no -width=3 -sharelight=yes -contrast=20 -ambient=20 -model=model_16568 - -// 16985 -[loc_16985] -active=no -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -model=model_16569 - -// 16986 -[loc_16986] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_16584 - -// 16987 -[loc_16987] -active=no -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -model=model_16584 - -// 16988 -[loc_16988] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=11559 -model=model_1096,0 - -// 16989 -[loc_16989] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=11559 -model=model_1114,0 - -// 16990 -[loc_16990] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=11559 -model=model_1089,0 - -// 16991 -[loc_16991] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=11559 -model=model_15996,0 - -// 16992 -[loc_16992] -forcedecor=yes -sharelight=yes -hillskew=yes -active=no -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=11559 -model=model_1137,0 - -// 16993 -[loc_16993] -forcedecor=yes -sharelight=yes -hillskew=yes -active=no -mirror=yes -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=11559 -model=model_1137,0 - -// 16994 -[loc_16994] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=11559 -model=model_1053,0 - -// 16995 -[loc_16995] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=11559 -model=model_1071,0 - -// 16996 -[loc_16996] -forcedecor=yes -hillskew=yes -active=no -unknown90=yes -recol1s=19909 -recol1d=9445 -recol2s=14628 -recol2d=11559 -recol3s=12514 -recol3d=11559 -recol4s=7331 -recol4d=9445 -model=model_4322,0 - -// 16997 -[loc_16997] -forcedecor=yes -msi=msi_46 -model=model_14143,0 - -// 16998 -[loc_16998] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=20017 -model=model_3184 -name=Rocks - -// 16999 -[loc_16999] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=20017 -model=model_3183 -name=Rocks - -// 17000 -[loc_17000] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=20017 -model=model_3195 -name=Rocks - -// 17001 -[loc_17001] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=23140 -model=model_3184 -name=Rocks - -// 17002 -[loc_17002] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=23140 -model=model_3183 -name=Rocks - -// 17003 -[loc_17003] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=23140 -model=model_3195 -name=Rocks - -// 17004 -[loc_17004] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_3184 -name=Rocks - -// 17005 -[loc_17005] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_3183 -name=Rocks - -// 17006 -[loc_17006] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_3195 -name=Rocks - -// 17007 -[loc_17007] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=15789 -model=model_3184 -name=Rocks - -// 17008 -[loc_17008] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=15789 -model=model_3183 -name=Rocks - -// 17009 -[loc_17009] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=15789 -model=model_3195 -name=Rocks - -// 17010 -[loc_17010] -width=3 -length=3 -op1=Craft-rune -anim=seq_503 -ambient=40 -contrast=40 -op2=Pray -bgsound=synth_3140,5 -model=model_40650 -name=Altar - -// 17011 -[loc_17011] -ambient=40 -contrast=40 -model=model_869 -name=Pillar - -// 17012 -[loc_17012] -ambient=40 -contrast=40 -model=model_870 -name=Pillar - -// 17013 -[loc_17013] -width=3 -ambient=40 -contrast=40 -model=model_865 -name=Pillar - -// 17014 -[loc_17014] -forcedecor=yes -ambient=40 -contrast=40 -model=model_2316,0 - -// 17015 -[loc_17015] -width=3 -active=yes -multivar=varplayerbit_2432 -multiloc=0,loc_16938 -multiloc=1,loc_16953 -multiloc=2,loc_16938 - -// 17016 -[loc_17016] -active=yes -multivar=varplayerbit_2433 -multiloc=0,loc_16862 -multiloc=1,loc_16954 -multiloc=2,loc_16862 - -// 17017 -[loc_17017] -active=yes -multivar=varplayerbit_2434 -multiloc=0,loc_16975 -multiloc=1,loc_16955 -multiloc=2,loc_16975 - -// 17018 -[loc_17018] -active=yes -multivar=varplayerbit_2435 -multiloc=0,loc_16891 -multiloc=1,loc_16956 -multiloc=2,loc_16891 - -// 17019 -[loc_17019] -active=yes -multivar=varplayerbit_2399 -multiloc=0,loc_16843 -multiloc=1,loc_16844 -multiloc=2,loc_16845 -multiloc=3,loc_16846 -multiloc=4,loc_16847 -multiloc=5,loc_16848 -multiloc=6,loc_16855 - -// 17020 -[loc_17020] -active=yes -multivar=varplayerbit_2400 -multiloc=0,loc_16844 -multiloc=1,loc_16845 -multiloc=2,loc_16846 -multiloc=3,loc_16847 -multiloc=4,loc_16848 -multiloc=5,loc_16843 -multiloc=6,loc_16855 - -// 17021 -[loc_17021] -active=yes -multivar=varplayerbit_2401 -multiloc=0,loc_16845 -multiloc=1,loc_16846 -multiloc=2,loc_16847 -multiloc=3,loc_16848 -multiloc=4,loc_16843 -multiloc=5,loc_16844 -multiloc=6,loc_16855 - -// 17022 -[loc_17022] -active=yes -multivar=varplayerbit_2402 -multiloc=0,loc_16846 -multiloc=1,loc_16847 -multiloc=2,loc_16848 -multiloc=3,loc_16843 -multiloc=4,loc_16844 -multiloc=5,loc_16845 -multiloc=6,loc_16855 - -// 17023 -[loc_17023] -active=yes -multivar=varplayerbit_2403 -multiloc=0,loc_16847 -multiloc=1,loc_16848 -multiloc=2,loc_16843 -multiloc=3,loc_16844 -multiloc=4,loc_16845 -multiloc=5,loc_16846 -multiloc=6,loc_16855 - -// 17024 -[loc_17024] -active=yes -multivar=varplayerbit_2404 -multiloc=0,loc_16848 -multiloc=1,loc_16843 -multiloc=2,loc_16844 -multiloc=3,loc_16845 -multiloc=4,loc_16846 -multiloc=5,loc_16847 -multiloc=6,loc_16855 - -// 17025 -[loc_17025] -anim=seq_4408 -active=yes -width=2 -length=2 -multivar=varplayerbit_2430 -multiloc=0,loc_16810 -multiloc=1,loc_16811 - -// 17026 -[loc_17026] -msi=msi_24 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=8454 -model=model_9528 -name=Rocks - -// 17027 -[loc_17027] -msi=msi_25 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=8454 -model=model_9526 -name=Rocks - -// 17028 -[loc_17028] -msi=msi_12 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=8454 -model=model_9527 -name=Rocks - -// 17029 -[loc_17029] -active=no -mirror=yes -ambient=10 -recol1s=7399 -recol1d=7365 -recol2s=5285 -recol2d=5251 -recol3s=16846 -recol3d=10536 -recol4s=10504 -recol4d=7365 -recol5s=5252 -recol5d=7365 -model=model_11548,1 - -// 17030 -[loc_17030] -forcedecor=yes -mapfunction=70 -model=model_1105,0 - -// 17031 -[loc_17031] -width=2 -length=2 -resizex=88 -resizey=88 -resizez=88 -op2=Steal-from -model=model_5879 -model2=model_16890 -name=Crossbow stall - -// 17032 -[loc_17032] -model=model_16889,Q - -// 17033 -[loc_17033] -resizex=100 -resizey=100 -resizez=100 -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5256 -model2=model_16886 -name=Crate - -// 17034 -[loc_17034] -hillskew=yes -ambient=40 -blockwalk=no -active=no -forcedecor=yes -model=model_16905,0 - -// 17035 -[loc_17035] -hillskew=yes -ambient=40 -blockwalk=no -active=no -model=model_16905,0 - -// 17036 -[loc_17036] -width=2 -length=2 -ambient=40 -hillchange=tree_skew,35 -model=model_16896 -name=Strong Tree - -// 17037 -[loc_17037] -width=2 -length=2 -ambient=40 -model=model_16896 -model2=model_16908 -name=Strong Tree - -// 17038 -[loc_17038] -width=2 -length=2 -ambient=40 -model=model_16896 -model2=model_16903 -name=Strong Tree - -// 17039 -[loc_17039] -width=2 -length=2 -ambient=40 -model=model_16914 -name=Strong Yew - -// 17040 -[loc_17040] -width=2 -length=2 -ambient=40 -model=model_16914 -model2=model_16908 -name=Strong Yew - -// 17041 -[loc_17041] -width=2 -length=2 -ambient=40 -recol1s=11525 -recol1d=8460 -recol2s=9411 -recol2d=6346 -recol3s=7297 -recol3d=4232 -model=model_16914 -model2=model_16903 -name=Strong Yew - -// 17042 -[loc_17042] -shadow=no -blockwalk=yes -op1=Grapple -blockrange=no -model=model_16893 -name=Rocks - -// 17043 -[loc_17043] -shadow=no -blockwalk=yes -op1=Grapple -blockrange=no -recol1s=11525 -recol1d=8460 -recol2s=9411 -recol2d=6346 -recol3s=7297 -recol3d=4232 -model=model_16893 -model2=model_16892 -name=Rocks - -// 17044 -[loc_17044] -hillskew=yes -forcedecor=yes -active=no -blockwalk=no -model=model_16915,0 - -// 17045 -[loc_17045] -hillskew=yes -forcedecor=yes -active=no -blockwalk=no -model=model_16916,0 - -// 17046 -[loc_17046] -width=3 -length=3 -resizex=128 -resizey=150 -resizez=128 -msi=msi_10 -op1=Grapple -model=model_3944 -name=Strong Tree - -// 17047 -[loc_17047] -sharelight=yes -wallwidth=32 -occlude=yes -ambient=25 -contrast=25 -op1=Grapple -model=model_16911,1 -name=Wall - -// 17048 -[loc_17048] -sharelight=yes -wallwidth=32 -occlude=yes -ambient=25 -contrast=25 -op1=Jump -model=model_16884,1 -name=Wall - -// 17049 -[loc_17049] -active=yes -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -op1=Grapple -model=model_16912,1 -name=Wall - -// 17050 -[loc_17050] -active=yes -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -op1=Grapple -blockwalk=no -shadow=no -model=model_41153,8 -model=model_41154,1 -name=Wall - -// 17051 -[loc_17051] -active=yes -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -op1=Jump -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -model=model_16887,1 -name=Wall - -// 17052 -[loc_17052] -active=yes -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -op1=Jump -model=model_16888,1 -name=Wall - -// 17053 -[loc_17053] -hillskew=yes -ambient=10 -contrast=15 -sharelight=yes -model=model_16853,1 -model=model_16854,4 - -// 17054 -[loc_17054] -hillskew=yes -ambient=10 -contrast=15 -sharelight=yes -mirror=yes -model=model_16853,1 -model=model_16854,4 - -// 17055 -[loc_17055] -hillskew=yes -ambient=10 -contrast=15 -sharelight=yes -model=model_16855,1 - -// 17056 -[loc_17056] -width=2 -length=2 -ambient=40 -model=model_16896 -name=Crossbow Tree - -// 17057 -[loc_17057] -width=2 -length=2 -ambient=40 -model=model_16896 -model2=model_16908 -name=Crossbow Tree - -// 17058 -[loc_17058] -width=2 -length=2 -ambient=40 -model=model_16896 -model2=model_16903 -name=Crossbow Tree - -// 17059 -[loc_17059] -width=2 -length=2 -ambient=40 -model=model_16896 -name=Crossbow Tree - -// 17060 -[loc_17060] -width=2 -length=2 -ambient=40 -model=model_16896 -model2=model_16908 -name=Crossbow Tree - -// 17061 -[loc_17061] -width=2 -length=2 -ambient=40 -model=model_16896 -model2=model_16903 -name=Crossbow Tree - -// 17062 -[loc_17062] -width=2 -length=2 -ambient=40 -op1=Grapple -model=model_16896 -name=Crossbow Tree - -// 17063 -[loc_17063] -width=2 -length=2 -ambient=40 -model=model_16896 -model2=model_16908 -name=Crossbow Tree - -// 17064 -[loc_17064] -shadow=no -blockwalk=yes -hillskew=yes -blockrange=no -model=model_16893 -name=Rocks - -// 17065 -[loc_17065] -shadow=no -blockwalk=yes -blockrange=no -recol1s=11525 -recol1d=8460 -recol2s=9411 -recol2d=6346 -recol3s=7297 -recol3d=4232 -model=model_16893 -model2=model_16894 -name=Rocks - -// 17066 -[loc_17066] -hillskew=yes -ambient=40 -model=model_16905,0 - -// 17067 -[loc_17067] -hillskew=yes -ambient=40 -model=model_16905,0 - -// 17068 -[loc_17068] -sharelight=yes -active=yes -blockwalk=yes -op1=Grapple -blockrange=no -model=model_16897,0 -name=Broken Raft - -// 17069 -[loc_17069] -sharelight=yes -active=yes -blockwalk=no -model=model_16902,0 -name=Broken Raft - -// 17070 -[loc_17070] -sharelight=yes -active=yes -blockwalk=no -model=model_16901,0 -name=Broken Raft - -// 17071 -[loc_17071] -sharelight=yes -active=yes -blockwalk=no -model=model_16898,0 -name=Broken Raft - -// 17072 -[loc_17072] -active=no -width=2 -blockrange=no -model=model_16900 - -// 17073 -[loc_17073] -active=no -blockrange=no -model=model_16899 - -// 17074 -[loc_17074] -width=2 -length=2 -ambient=40 -op1=Grapple -hillchange=tree_skew,50 -model=model_16896 -name=Strong Tree - -// 17075 -[loc_17075] -width=2 -length=2 -ambient=40 -op1=Grapple -model=model_16896 -model2=model_16908 -name=Strong Tree - -// 17076 -[loc_17076] -width=2 -length=2 -ambient=40 -op1=Grapple -model=model_16896 -model2=model_16903 -name=Strong Tree - -// 17077 -[loc_17077] -width=2 -length=2 -ambient=40 -op1=Grapple -model=model_16896 -model2=model_16904 -name=Strong Tree - -// 17078 -[loc_17078] -hillskew=yes -sharelight=yes -model=model_16907,0 - -// 17079 -[loc_17079] -active=no -hillskew=yes -shadow=no -blockwalk=yes -blockrange=no -model=model_16895 - -// 17080 -[loc_17080] -width=3 -length=3 -resizex=128 -resizey=150 -resizez=128 -msi=msi_10 -op1=Grapple -model=model_16910 -name=Strong Tree - -// 17081 -[loc_17081] -width=3 -length=3 -resizex=128 -resizey=150 -resizez=128 -msi=msi_10 -op1=Grapple -model=model_16909 -name=Strong Tree - -// 17082 -[loc_17082] -ambient=20 -hillskew=yes -recol1s=9546 -recol1d=10500 -recol2s=8457 -recol2d=9443 -recol3s=7432 -recol3d=8386 -recol4s=6343 -recol4d=7329 -recol5s=4229 -recol5d=6272 -model=model_16925,1 -model=model_16926,2 -model=model_16927,3 -model=model_16928,4 -model=model_16929,5 - -// 17083 -[loc_17083] -ambient=20 -mirror=yes -hillskew=yes -recol1s=9546 -recol1d=10500 -recol2s=8457 -recol2d=9443 -recol3s=7432 -recol3d=8386 -recol4s=6343 -recol4d=7329 -recol5s=4229 -recol5d=6272 -model=model_16925,1 -model=model_16926,2 -model=model_16927,3 -model=model_16928,4 -model=model_16929,5 - -// 17084 -[loc_17084] -ambient=20 -hillskew=yes -recol1s=9546 -recol1d=10500 -recol2s=8457 -recol2d=9443 -recol3s=7432 -recol3d=8386 -recol4s=6343 -recol4d=7329 -recol5s=4229 -recol5d=6272 -model=model_16930,1 - -// 17085 -[loc_17085] -ambient=20 -mirror=yes -hillskew=yes -recol1s=9546 -recol1d=10500 -recol2s=8457 -recol2d=9443 -recol3s=7432 -recol3d=8386 -recol4s=6343 -recol4d=7329 -recol5s=4229 -recol5d=6272 -model=model_16930,1 - -// 17086 -[loc_17086] -sharelight=yes -hillskew=yes -model=model_16923,5 - -// 17087 -[loc_17087] -sharelight=yes -hillskew=yes -model=model_16924,5 - -// 17088 -[loc_17088] -sharelight=yes -wallwidth=32 -occlude=yes -ambient=25 -contrast=25 -model=model_16919,1 -model=model_16920,2 -model=model_16921,3 -model=model_16922,5 - -// 17089 -[loc_17089] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -resizey=152 -model=model_14930,1 -model=model_14931,5 -name=Large door - -// 17090 -[loc_17090] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -resizey=152 -model=model_14930,1 -model=model_14931,5 -name=Large door - -// 17091 -[loc_17091] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -resizey=152 -model=model_639,1 -name=Large door - -// 17092 -[loc_17092] -op1=Close -raiseobject=no -resizey=152 -model=model_639,1 -name=Large door - -// 17093 -[loc_17093] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -resizey=152 -model=model_639,1 -name=Large door - -// 17094 -[loc_17094] -op1=Close -mirror=yes -raiseobject=no -resizey=152 -model=model_639,1 -name=Large door - -// 17095 -[loc_17095] -active=yes -ambient=15 -contrast=15 -model=model_24893 -name=Shelf - -// 17096 -[loc_17096] -active=yes -ambient=15 -contrast=15 -recol1s=8386 -recol1d=11556 -recol2s=7329 -recol2d=10499 -recol3s=6272 -recol3d=9442 -model=model_24894 -name=Shelf - -// 17097 -[loc_17097] -active=yes -ambient=15 -contrast=15 -active=yes -recol1s=8386 -recol1d=11556 -recol2s=7329 -recol2d=10499 -recol3s=6272 -recol3d=9442 -retex1s=material_545 -retex1d=material_103 -model=model_24895 -name=Shelf - -// 17098 -[loc_17098] -recol1s=20933 -recol1d=12613 -recol2s=6272 -recol2d=9442 -model=model_16951 -name=Stool - -// 17099 -[loc_17099] -width=2 -ambient=25 -raiseobject=yes -blockrange=no -recol1s=16809 -recol1d=12613 -recol2s=14695 -recol2d=11556 -recol3s=13638 -recol3d=10499 -recol4s=12581 -recol4d=9442 -model=model_9547 -name=Table - -// 17100 -[loc_17100] -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -model=model_7685 -model2=model_16950 -name=Crate - -// 17101 -[loc_17101] -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -model=model_7700 -model2=model_16952 -name=Crate - -// 17102 -[loc_17102] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 17103 -[loc_17103] -hillskew=yes -sharelight=yes -forcedecor=yes -msi=msi_46 -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_1068,0 - -// 17104 -[loc_17104] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_1089,0 - -// 17105 -[loc_17105] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -model=model_8768,0 - -// 17106 -[loc_17106] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -mirror=yes -active=no -model=model_8768,0 - -// 17107 -[loc_17107] -sharelight=yes -active=no -recol1s=12582 -recol1d=22023 -recol2s=10500 -recol2d=19909 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 17108 -[loc_17108] -sharelight=yes -active=no -recol1s=12582 -recol1d=22023 -recol2s=10500 -recol2d=19909 -model=model_4345,A -model=model_4346,S - -// 17109 -[loc_17109] -sharelight=yes -active=no -recol1s=12582 -recol1d=22023 -recol2s=10500 -recol2d=19909 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 17110 -[loc_17110] -sharelight=yes -active=no -recol1s=12582 -recol1d=22023 -recol2s=10500 -recol2d=19909 -model=model_5393,Z - -// 17111 -[loc_17111] -sharelight=yes -active=no -recol1s=12582 -recol1d=22023 -recol2s=10500 -recol2d=19909 -model=model_6630,Z - -// 17112 -[loc_17112] -sharelight=yes -mirror=yes -active=no -recol1s=12582 -recol1d=22023 -recol2s=10500 -recol2d=19909 -model=model_6630,Z - -// 17113 -[loc_17113] -sharelight=yes -active=no -mirror=yes -recol1s=12582 -recol1d=22023 -recol2s=10500 -recol2d=19909 -model=model_5393,Z - -// 17114 -[loc_17114] -active=yes -ambient=25 -contrast=25 -op1=Open -raiseobject=no -model=model_5189,1 -name=Door - -// 17115 -[loc_17115] -active=yes -ambient=25 -contrast=25 -op1=Close -raiseobject=no -model=model_5189,1 -name=Door - -// 17116 -[loc_17116] -anim=seq_493 -shadow=no -active=yes -ambient=50 -contrast=25 -blockwalk=no -recol1s=32225 -recol1d=12907 -retex1s=material_61 -retex1d=material_354 -model=model_2297 -name=Pool of Slime - -// 17117 -[loc_17117] -anim=seq_493 -shadow=no -active=yes -ambient=50 -contrast=25 -blockwalk=no -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -recol1s=32225 -recol1d=12907 -retex1s=material_61 -retex1d=material_354 -model=model_2297 -name=Pool of Slime - -// 17118 -[loc_17118] -anim=seq_493 -shadow=no -ambient=50 -contrast=25 -blockwalk=no -resizex=256 -resizey=256 -resizez=256 -width=3 -length=3 -active=yes -recol1s=32225 -recol1d=12907 -retex1s=material_61 -retex1d=material_354 -model=model_2297 -name=Pool of Slime - -// 17119 -[loc_17119] -shadow=no -active=yes -ambient=90 -contrast=25 -blockwalk=yes -blockrange=no -model=model_16953,0 -name=Pool of Slime - -// 17120 -[loc_17120] -active=yes -op1=Climb-up -msi=msi_7 -ambient=25 -recol1s=20935 -recol1d=13638 -recol2s=18821 -recol2d=11558 -model=model_4312 -name=Ladder - -// 17121 -[loc_17121] -active=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -ambient=25 -recol1s=20935 -recol1d=13638 -recol2s=18821 -recol2d=11558 -model=model_4312 -name=Ladder - -// 17122 -[loc_17122] -active=yes -op1=Climb-down -msi=msi_7 -ambient=25 -recol1s=20935 -recol1d=13638 -recol2s=18821 -recol2d=11558 -model=model_20318 -name=Ladder - -// 17123 -[loc_17123] -sharelight=yes -active=no -resizey=158 -model=model_2208 - -// 17124 -[loc_17124] -sharelight=yes -hillskew=yes -ambient=10 -contrast=30 -model=model_17127,1 -model=model_17130,3 -model=model_17131,4 -model=model_17132,5 - -// 17125 -[loc_17125] -blockrange=no -model=model_17136 -name=Gnome chair - -// 17126 -[loc_17126] -blockrange=no -model=model_17144 -model2=model_17143 -model3=model_17145 -name=Gnome table - -// 17127 -[loc_17127] -blockrange=no -model=model_17144 -model2=model_17133 -model3=model_17145 -name=Gnome table - -// 17128 -[loc_17128] -blockrange=no -model=model_17144 -model2=model_17142 -model3=model_17145 -name=Gnome table - -// 17129 -[loc_17129] -blockrange=no -model=model_17144 -name=Gnome table - -// 17130 -[loc_17130] -anim=seq_4535 -blockrange=no -model=model_17144 -model2=model_17146 -model3=model_17147 -name=Office table - -// 17131 -[loc_17131] -length=2 -bgsound=synth_2065,3 -forceapproach=east -model=model_17137 -name=Gnome cooker - -// 17132 -[loc_17132] -op1=Search -model=model_17141 -model2=model_17138 -name=Kitchen cabinet - -// 17133 -[loc_17133] -model=model_17135 -name=Gnome cabinet - -// 17134 -[loc_17134] -model=model_17126 -name=Gnome barrel - -// 17135 -[loc_17135] -model=model_17128 -name=Gnome barrels - -// 17136 -[loc_17136] -model=model_17140 -name=Gnome crates - -// 17137 -[loc_17137] -model=model_17139 -name=Gnome crate - -// 17138 -[loc_17138] -sharelight=yes -forcedecor=yes -model=model_17129,0 - -// 17139 -[loc_17139] -model=model_17134,5 - -// 17140 -[loc_17140] -model=model_17103 -name=Oaknock statue - -// 17141 -[loc_17141] -model=model_17102 -name=Healthorg statue - -// 17142 -[loc_17142] -active=yes -active=no -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=8456 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 17143 -[loc_17143] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -recolhsl1s=8222 -recolhsl1d=20 -recolhsl2s=8226 -recolhsl2d=24 -recolhsl3s=8242 -recolhsl3d=28 -recolhsl4s=8247 -recolhsl4d=32 -retex1s=material_377 -retex1d=material_96 -retex2s=material_105 -retex2d=material_96 -model=model_36515 -name=Staircase - -// 17144 -[loc_17144] -ambient=35 -op1=Search -recol1s=9411 -recol1d=10499 -recol2s=10468 -recol2d=9442 -recol3s=8354 -recol3d=8385 -recol4s=13639 -recol4d=11556 -recol5s=12582 -recol5d=12613 -recol6s=11525 -recol6d=13670 -model=model_5283 -name=Boxes - -// 17145 -[loc_17145] -length=2 -active=yes -blockrange=no -recol1s=20935 -recol1d=10499 -recol2s=18821 -recol2d=8385 -recol3s=17764 -recol3d=7328 -recol4s=16707 -recol4d=9442 -model=model_4325 -name=Table - -// 17146 -[loc_17146] -blockrange=no -recol1s=9377 -recol1d=10499 -recol2s=10401 -recol2d=9442 -model=model_1170 -name=Chair - -// 17147 -[loc_17147] -active=no -recol1s=13605 -recol1d=10499 -recol2s=14662 -recol2d=9442 -recol3s=12548 -recol3d=8385 -recol4s=11491 -recol4d=7328 -recol5s=4229 -recol5d=5285 -recol6s=3172 -recol6d=2115 -model=model_17173 -model2=model_17175 - -// 17148 -[loc_17148] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=16708 -recol1d=7328 -recol2s=16640 -recol2d=10499 -recol3s=12514 -recol3d=10499 -recol4s=11457 -recol4d=9442 -model=model_5187 -name=Ladder - -// 17149 -[loc_17149] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -msi=msi_7 -recol1s=16708 -recol1d=7328 -recol2s=16640 -recol2d=10499 -recol3s=12514 -recol3d=10499 -recol4s=11457 -recol4d=9442 -model=model_9504 -name=Ladder - -// 17150 -[loc_17150] -active=yes -ambient=15 -contrast=15 -recol1s=8386 -recol1d=7328 -recol2s=7329 -recol2d=10499 -recol3s=6272 -recol3d=8385 -model=model_2133 -name=Storage shelves - -// 17151 -[loc_17151] -active=yes -ambient=15 -contrast=15 -recol1s=8386 -recol1d=7328 -recol2s=7329 -recol2d=10499 -recol3s=6272 -recol3d=8385 -model=model_2134 -name=Shelves - -// 17152 -[loc_17152] -active=yes -ambient=15 -contrast=15 -active=yes -recol1s=8386 -recol1d=7328 -recol2s=7329 -recol2d=10499 -recol3s=6272 -recol3d=8385 -model=model_2135 -name=Shelves - -// 17153 -[loc_17153] -blockrange=no -recol1s=13605 -recol1d=10499 -recol2s=12548 -recol2d=9442 -recol3s=11491 -recol3d=8385 -recol4s=10434 -recol4d=7328 -recol5s=7297 -recol5d=6272 -model=model_8232 -name=Sinister barrel - -// 17154 -[loc_17154] -msi=msi_7 -ambient=20 -active=no -recol1s=8388 -recol1d=10499 -model=model_9518 - -// 17155 -[loc_17155] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=20 -recol1s=8388 -recol1d=10499 -model=model_9519 -name=Staircase - -// 17156 -[loc_17156] -sharelight=yes -ambient=20 -active=no -recol1s=8388 -recol1d=10499 -model=model_9513,1 -model=model_9514,4 - -// 17157 -[loc_17157] -sharelight=yes -ambient=20 -active=no -blockwalk=no -recol1s=8388 -recol1d=10499 -model=model_9515 - -// 17158 -[loc_17158] -blockrange=no -recol1s=7297 -recol1d=10499 -model=model_1258 -name=Stool - -// 17159 -[loc_17159] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=16708 -recol1d=7328 -recol2s=16640 -recol2d=10499 -recol3s=12514 -recol3d=10499 -recol4s=11457 -recol4d=9442 -model=model_5187 -name=Ladder - -// 17160 -[loc_17160] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -msi=msi_7 -recol1s=16708 -recol1d=7328 -recol2s=16640 -recol2d=10499 -recol3s=12514 -recol3d=10499 -recol4s=11457 -recol4d=9442 -model=model_9504 -name=Ladder - -// 17161 -[loc_17161] -anim=seq_3939 -bgsound=synth_3115,3 -blockrange=no -recol1s=11561 -recol1d=6342 -recol2s=8456 -recol2d=4228 -recol3s=12618 -recol3d=7399 -recol4s=13675 -recol4d=8456 -model=model_27177 -model2=model_14491 -name=Cauldron - -// 17162 -[loc_17162] -anim=seq_3939 -blockrange=no -recol1s=11561 -recol1d=6342 -recol2s=8456 -recol2d=4228 -recol3s=12618 -recol3d=7399 -recol4s=13675 -recol4d=8456 -model=model_27178 -model2=model_14491 -name=Cauldron - -// 17163 -[loc_17163] -anim=seq_3939 -active=yes -multivar=varplayerbit_2494 -multiloc=0,loc_17161 -multiloc=1,loc_17162 - -// 17164 -[loc_17164] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17254 - -// 17165 -[loc_17165] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17255 - -// 17166 -[loc_17166] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17256 - -// 17167 -[loc_17167] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17257 - -// 17168 -[loc_17168] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17258 - -// 17169 -[loc_17169] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17259 - -// 17170 -[loc_17170] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17260 - -// 17171 -[loc_17171] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17261 - -// 17172 -[loc_17172] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17262 - -// 17173 -[loc_17173] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17263 - -// 17174 -[loc_17174] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17264 - -// 17175 -[loc_17175] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17265 - -// 17176 -[loc_17176] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17266 - -// 17177 -[loc_17177] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17267 - -// 17178 -[loc_17178] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17268 - -// 17179 -[loc_17179] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17269 - -// 17180 -[loc_17180] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17238 - -// 17181 -[loc_17181] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17239 - -// 17182 -[loc_17182] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17240 - -// 17183 -[loc_17183] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17241 - -// 17184 -[loc_17184] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17242 - -// 17185 -[loc_17185] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17243 - -// 17186 -[loc_17186] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17244 - -// 17187 -[loc_17187] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17245 - -// 17188 -[loc_17188] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17246 - -// 17189 -[loc_17189] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17247 - -// 17190 -[loc_17190] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17248 - -// 17191 -[loc_17191] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17249 - -// 17192 -[loc_17192] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17250 - -// 17193 -[loc_17193] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17251 - -// 17194 -[loc_17194] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17252 - -// 17195 -[loc_17195] -sharelight=yes -active=no -ambient=10 -contrast=10 -model=model_17253 - -// 17196 -[loc_17196] -width=3 -anim=seq_4564 -shadow=no -model=model_24515 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 17197 -[loc_17197] -width=3 -anim=seq_4565 -shadow=no -model=model_17042 -model2=model_17044 -model3=model_17043 -model4=model_17041 -name=Gnome crowd - -// 17198 -[loc_17198] -width=3 -anim=seq_4565 -shadow=no -model=model_17042 -model2=model_17044 -model3=model_17040 -model4=model_17041 -name=Gnome crowd - -// 17199 -[loc_17199] -width=3 -anim=seq_4566 -shadow=no -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 17200 -[loc_17200] -width=3 -anim=seq_4566 -shadow=no -model=model_24515 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 17201 -[loc_17201] -width=3 -anim=seq_4567 -shadow=no -model=model_17042 -model2=model_17044 -model3=model_17043 -model4=model_17041 -name=Gnome crowd - -// 17202 -[loc_17202] -width=3 -anim=seq_4567 -shadow=no -model=model_17042 -model2=model_17044 -model3=model_17040 -model4=model_17041 -name=Gnome crowd - -// 17203 -[loc_17203] -width=3 -anim=seq_4568 -shadow=no -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 17204 -[loc_17204] -width=3 -anim=seq_4568 -shadow=no -model=model_24515 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 17205 -[loc_17205] -width=3 -anim=seq_4569 -shadow=no -model=model_17042 -model2=model_17044 -model3=model_17043 -model4=model_17041 -name=Gnome crowd - -// 17206 -[loc_17206] -width=3 -anim=seq_4569 -shadow=no -model=model_17042 -model2=model_17044 -model3=model_17040 -model4=model_17041 -name=Gnome crowd - -// 17207 -[loc_17207] -model=model_17039 -name=A Goblin standard - -// 17208 -[loc_17208] -active=no -anim=seq_4577 -length=3 -width=3 -model=model_17035 -model2=model_17036 -model3=model_17034 - -// 17209 -[loc_17209] -length=2 -width=3 -op1=Enter -ambient=25 -contrast=25 -offsety=70 -hardshadow=no -model=model_17064 -name=Cave entrance - -// 17210 -[loc_17210] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=6374 -recol1d=11456 -recol2s=7431 -recol2d=12513 -recol3s=8488 -recol3d=13570 -recol4s=9545 -recol4d=14627 -recol5s=10602 -recol5d=15684 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 17211 -[loc_17211] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=6374 -recol1d=11456 -recol2s=7431 -recol2d=12513 -recol3s=8488 -recol3d=13570 -recol4s=9545 -recol4d=14627 -recol5s=10602 -recol5d=15684 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 17212 -[loc_17212] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=6374 -recol1d=4228 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 17213 -[loc_17213] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=6374 -recol1d=11456 -recol2s=7431 -recol2d=12513 -recol3s=8488 -recol3d=13570 -recol4s=9545 -recol4d=14627 -recol5s=10602 -recol5d=15684 -model=model_15957,5 - -// 17214 -[loc_17214] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -msi=msi_22 -recol1s=6374 -recol1d=11456 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 17215 -[loc_17215] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=6374 -recol1d=11456 -recol2s=7431 -recol2d=12513 -recol3s=8488 -recol3d=13570 -recol4s=9545 -recol4d=14627 -recol5s=10602 -recol5d=15684 -retex1s=material_105 -retex1d=material_418 -model=model_17050,1 - -// 17216 -[loc_17216] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=6374 -recol1d=11456 -recol2s=7431 -recol2d=12513 -recol3s=8488 -recol3d=13570 -recol4s=9545 -recol4d=14627 -recol5s=10602 -recol5d=15684 -retex1s=material_105 -retex1d=material_418 -model=model_17053,1 - -// 17217 -[loc_17217] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=6374 -recol1d=11456 -recol2s=7431 -recol2d=12513 -recol3s=8488 -recol3d=13570 -recol4s=9545 -recol4d=14627 -recol5s=10602 -recol5d=15684 -retex1s=material_105 -retex1d=material_418 -model=model_17054,1 - -// 17218 -[loc_17218] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -recol1s=6374 -recol1d=11456 -recol2s=7431 -recol2d=12513 -recol3s=8488 -recol3d=13570 -recol4s=9545 -recol4d=14627 -recol5s=10602 -recol5d=15684 -model=model_15961,1 - -// 17219 -[loc_17219] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=11456 -recol2s=6305 -recol2d=12513 -recol3s=7362 -recol3d=13570 -recol4s=8419 -recol4d=14627 -recol5s=9476 -recol5d=15684 -recol6s=10533 -recol6d=17764 -model=model_12040 - -// 17220 -[loc_17220] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=11456 -recol2s=6305 -recol2d=12513 -recol3s=7362 -recol3d=13570 -recol4s=8419 -recol4d=14627 -recol5s=9476 -recol5d=15684 -recol6s=10533 -recol6d=17764 -model=model_12041 - -// 17221 -[loc_17221] -ambient=20 -hillskew=yes -blockrange=no -recol1s=5248 -recol1d=11456 -recol2s=6305 -recol2d=12513 -recol3s=7362 -recol3d=13570 -recol4s=8419 -recol4d=14627 -recol5s=9476 -recol5d=15684 -recol6s=10533 -recol6d=17764 -model=model_12042,0 - -// 17222 -[loc_17222] -sharelight=yes -op1=Exit -hillskew=yes -ambient=25 -contrast=25 -model=model_17063,1 -name=Tunnel - -// 17223 -[loc_17223] -sharelight=yes -op1=Exit -hillskew=yes -ambient=25 -contrast=25 -model=model_17059,1 -name=Tunnel - -// 17224 -[loc_17224] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=12580 -recol1d=11456 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 17225 -[loc_17225] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11456 -model=model_787 - -// 17226 -[loc_17226] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=12577 -recol2s=15618 -recol2d=13634 -recol3s=14594 -recol3d=14691 -model=model_1124,0 - -// 17227 -[loc_17227] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=12577 -recol2s=15618 -recol2d=13634 -recol3s=14594 -recol3d=14691 -model=model_1139,0 - -// 17228 -[loc_17228] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=12577 -recol2s=15618 -recol2d=13634 -recol3s=14594 -recol3d=14691 -model=model_1032,0 - -// 17229 -[loc_17229] -active=no -hillskew=yes -sharelight=yes -unknown90=yes -model=model_17070,0 - -// 17230 -[loc_17230] -active=no -hillskew=yes -sharelight=yes -unknown90=yes -model=model_17072,0 - -// 17231 -[loc_17231] -active=no -hillskew=yes -sharelight=yes -unknown90=yes -model=model_17071,0 - -// 17232 -[loc_17232] -op1=Search -model=model_17062 -model2=model_17060 -name=Drawers - -// 17233 -[loc_17233] -model=model_17062 -name=Drawers - -// 17234 -[loc_17234] -model=model_17065 -name=Chair - -// 17235 -[loc_17235] -length=2 -width=2 -anim=seq_4557 -op1=Take-bowl -model=model_17068 -model2=model_17069 -name=Table - -// 17236 -[loc_17236] -width=2 -anim=seq_4431 -model=model_17275 -name=Hammock - -// 17237 -[loc_17237] -anim=seq_481 -ambient=20 -contrast=20 -recol1s=20933 -recol1d=9410 -recol2s=7329 -recol2d=3136 -model=model_11323 -model2=model_11320 -name=Torch - -// 17238 -[loc_17238] -ambient=10 -anim=seq_4559 -op1=Search -blockrange=no -model=model_17067 -name=Aspidistra plant - -// 17239 -[loc_17239] -active=yes -ambient=10 -blockwalk=yes -op1=Inspect -op3=Sing-glass -op4=Revert-crystal -blockrange=no -model=model_17058 -name=Singing bowl - -// 17240 -[loc_17240] -active=yes -length=2 -ambient=10 -blockwalk=yes -anim=seq_4560 -op1=Repair -offsety=-30 -model=model_17083 -model2=model_17085 -name=Oaknock's machine - -// 17241 -[loc_17241] -active=yes -length=2 -ambient=10 -blockwalk=yes -anim=seq_4560 -offsety=-30 -model=model_17084 -name=Oaknock's machine - -// 17242 -[loc_17242] -active=yes -length=2 -ambient=10 -blockwalk=yes -anim=seq_4563 -offsety=-10 -model=model_17081 -name=Broken cogs - -// 17243 -[loc_17243] -active=yes -length=2 -ambient=10 -blockwalk=yes -anim=seq_4563 -offsety=-10 -bgsound=synth_2326,5 -model=model_17082 -name=Cogs - -// 17244 -[loc_17244] -active=no -ambient=10 -blockwalk=yes -blockrange=no -model=model_17074 - -// 17245 -[loc_17245] -active=yes -ambient=10 -blockwalk=yes -anim=seq_4561 -op1=Operate -offsety=-30 -model=model_17088 -name=Oaknock's Machine - -// 17246 -[loc_17246] -active=yes -ambient=10 -blockwalk=yes -anim=seq_4561 -op1=Repair -offsety=-30 -model=model_17087 -name=Oaknock's Machine - -// 17247 -[loc_17247] -active=yes -ambient=10 -blockwalk=yes -anim=seq_4561 -op1=Unlock -offsety=-30 -model=model_17086 -model2=model_17089 -name=Oaknock's Machine - -// 17248 -[loc_17248] -active=yes -ambient=10 -blockwalk=yes -anim=seq_4562 -op1=Use -offsety=-30 -bgsound=synth_2325,5 -model=model_17090 -name=Oaknock's exchanger - -// 17249 -[loc_17249] -active=yes -ambient=10 -blockwalk=yes -anim=seq_4562 -op1=Repair -offsety=-30 -model=model_17091 -name=Oaknock's exchanger - -// 17250 -[loc_17250] -ambient=10 -model=model_17073,0 - -// 17251 -[loc_17251] -ambient=10 -model=model_17075,0 - -// 17252 -[loc_17252] -ambient=10 -model=model_17076,0 - -// 17253 -[loc_17253] -ambient=10 -model=model_17077,0 - -// 17254 -[loc_17254] -ambient=10 -model=model_17078,0 - -// 17255 -[loc_17255] -ambient=10 -model=model_17079,0 - -// 17256 -[loc_17256] -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_13252 -name=Rift - -// 17257 -[loc_17257] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_13253 -name=Rift - -// 17258 -[loc_17258] -hillskew=yes -mirror=yes -hardshadow=no -sharelight=yes -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_13253 -name=Rift - -// 17259 -[loc_17259] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_13254 -name=Rift - -// 17260 -[loc_17260] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_13257 -name=Rift - -// 17261 -[loc_17261] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_13258 -name=Rift - -// 17262 -[loc_17262] -hillskew=yes -mirror=yes -hardshadow=no -sharelight=yes -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_13258 -name=Rift - -// 17263 -[loc_17263] -hillskew=yes -hardshadow=no -sharelight=yes -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_13259 -name=Rift - -// 17264 -[loc_17264] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_13260 -name=Rift - -// 17265 -[loc_17265] -hillskew=yes -hardshadow=no -sharelight=yes -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_17270 -name=Rift - -// 17266 -[loc_17266] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_17271 -name=Rift - -// 17267 -[loc_17267] -active=yes -hillskew=yes -blockwalk=no -forcedecor=yes -op1=Walk-across -model=model_17052,0 -name=Crystal bridge - -// 17268 -[loc_17268] -active=yes -hillskew=yes -blockwalk=no -forcedecor=yes -model=model_17051,0 -name=A chasm - -// 17269 -[loc_17269] -active=yes -blockwalk=no -hillskew=yes -ambient=10 -multivar=varplayerbit_2503 -multiloc=0,loc_17268 -multiloc=1,loc_17267 - -// 17270 -[loc_17270] -active=yes -blockwalk=no -hillskew=yes -ambient=10 -multivar=varplayerbit_2503 -multiloc=0,loc_17268 -multiloc=1,loc_17267 - -// 17271 -[loc_17271] -recol1s=14695 -recol1d=11492 -recol2s=13638 -recol2d=12549 -recol3s=12581 -recol3d=8353 -recol4s=11524 -recol4d=13606 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=8353 -model=model_7685 -name=Crate - -// 17272 -[loc_17272] -op1=Look-at -model=model_17080 -name=Machine panel - -// 17273 -[loc_17273] -length=3 -width=3 -hillskew=yes -model=model_17098 -name=Argento - -// 17274 -[loc_17274] -length=3 -width=3 -anim=seq_4572 -hillskew=yes -model=model_17098 -name=Argento - -// 17275 -[loc_17275] -length=3 -width=3 -hillskew=yes -model=model_17095 -name=Argento - -// 17276 -[loc_17276] -length=3 -width=3 -hillskew=yes -op1=test -model=model_17095 -name=Argento - -// 17277 -[loc_17277] -length=3 -width=3 -hillskew=yes -model=model_17092 -name=Argento - -// 17278 -[loc_17278] -length=3 -width=3 -resizex=1 -resizey=1 -resizez=1 -hillskew=yes -model=model_17092 -name=Argento - -// 17279 -[loc_17279] -length=3 -width=3 -anim=seq_4571 -hillskew=yes -model=model_17094 -model2=model_17093 -name=Argento - -// 17280 -[loc_17280] -active=yes -blockwalk=yes -ambient=10 -length=2 -anim=seq_4560 -forceapproach=east -offsety=-30 -multivar=varplayerbit_2502 -multiloc=0,loc_17241 -multiloc=1,loc_17240 -multiloc=2,loc_17241 - -// 17281 -[loc_17281] -active=yes -blockwalk=yes -ambient=10 -length=2 -anim=seq_4563 -offsety=-10 -multivar=varplayerbit_2502 -multiloc=0,loc_17243 -multiloc=1,loc_17242 -multiloc=2,loc_17243 - -// 17282 -[loc_17282] -active=yes -blockwalk=yes -ambient=10 -anim=seq_4561 -forceapproach=south -offsety=-30 -multivar=varplayerbit_2502 -multiloc=0,loc_17247 -multiloc=1,loc_17246 -multiloc=2,loc_17245 - -// 17283 -[loc_17283] -active=yes -blockwalk=yes -ambient=10 -anim=seq_4562 -forceapproach=south -offsety=-30 -multivar=varplayerbit_2502 -multiloc=0,loc_17248 -multiloc=1,loc_17249 -multiloc=2,loc_17248 - -// 17284 -[loc_17284] -active=yes -ambient=25 -contrast=25 -raiseobject=no -model=model_5189,1 -name=Door - -// 17285 -[loc_17285] -active=no -model=model_2097,Q - -// 17286 -[loc_17286] -model=model_17281 -name=Hoisted sail - -// 17287 -[loc_17287] -model=model_17282 -name=Hoisted sail - -// 17288 -[loc_17288] -model=model_17283 -name=Hoisted sail - -// 17289 -[loc_17289] -mirror=yes -model=model_17281 -name=Hoisted sail - -// 17290 -[loc_17290] -mirror=yes -model=model_17282 -name=Hoisted sail - -// 17291 -[loc_17291] -mirror=yes -model=model_17283 -name=Hoisted sail - -// 17292 -[loc_17292] -width=2 -offsetz=-17 -model=model_17277 -name=Hoisted sail - -// 17293 -[loc_17293] -width=2 -offsetz=-17 -model=model_17278 -name=Hoisted sail - -// 17294 -[loc_17294] -width=2 -offsetz=-17 -model=model_17279 -name=Hoisted sail - -// 17295 -[loc_17295] -width=2 -offsetz=-17 -model=model_17280 -name=Hoisted sail - -// 17296 -[loc_17296] -ambient=20 -op1=Open -op2=Search -blockrange=no -recol1s=13605 -recol1d=10501 -recol2s=12548 -recol2d=9444 -recol3s=11491 -recol3d=8387 -recol4s=10434 -recol4d=7330 -recol5s=7297 -recol5d=6273 -recol6s=7331 -recol6d=5216 -model=model_17299 -name=Barrel - -// 17297 -[loc_17297] -ambient=20 -op2=Search -blockrange=no -recol1s=13605 -recol1d=10501 -recol2s=12548 -recol2d=9444 -recol3s=11491 -recol3d=8387 -recol4s=10434 -recol4d=7330 -recol5s=7297 -recol5d=6273 -recol6s=7331 -recol6d=5216 -model=model_17300 -name=Barrel - -// 17298 -[loc_17298] -ambient=20 -recol1s=6240 -recol1d=9444 -model=model_2122,Q - -// 17299 -[loc_17299] -width=2 -ambient=20 -recol1s=8385 -recol1d=9444 -recol2s=9442 -recol2d=8387 -model=model_15209 -name=Table - -// 17300 -[loc_17300] -length=2 -op1=Open -forceapproach=east -ambient=20 -recol1s=5184 -recol1d=7330 -recol2s=15616 -recol2d=9444 -recol3s=32384 -recol3d=10501 -model=model_2247 -name=Cupboard - -// 17301 -[loc_17301] -length=2 -op1=Close -op2=Search -forceapproach=east -ambient=20 -recol1s=5184 -recol1d=7330 -recol2s=15616 -recol2d=9444 -recol3s=32384 -recol3d=10501 -model=model_2244 -name=Cupboard - -// 17302 -[loc_17302] -length=2 -op1=Open -forceapproach=east -ambient=20 -recol1s=5184 -recol1d=7330 -recol2s=15616 -recol2d=9444 -recol3s=32384 -recol3d=10501 -model=model_35871 -name=Cupboard - -// 17303 -[loc_17303] -length=2 -op1=Close -op2=Search -forceapproach=east -ambient=20 -recol1s=5184 -recol1d=7330 -recol2s=15616 -recol2d=9444 -recol3s=32384 -recol3d=10501 -model=model_2244 -name=Cupboard - -// 17304 -[loc_17304] -ambient=20 -blockrange=no -recol1s=14695 -recol1d=10501 -recol2s=13638 -recol2d=9444 -recol3s=12581 -recol3d=8387 -recol4s=11524 -recol4d=7330 -recol5s=10467 -recol5d=6273 -recol6s=9410 -recol6d=5216 -model=model_7685 -name=Crate - -// 17305 -[loc_17305] -ambient=20 -recol1s=14695 -recol1d=10501 -recol2s=13638 -recol2d=9444 -recol3s=12581 -recol3d=8387 -recol4s=11524 -recol4d=7330 -recol5s=10467 -recol5d=6273 -recol6s=9410 -recol6d=5216 -model=model_7700 -name=Crate - -// 17306 -[loc_17306] -blockwalk=yes -ambient=20 -blockrange=no -recol1s=20933 -recol1d=9444 -recol2s=7329 -recol2d=8387 -model=model_10089 -name=Stool - -// 17307 -[loc_17307] -ambient=20 -blockrange=no -recol1s=13605 -recol1d=10501 -recol2s=12548 -recol2d=9444 -recol3s=11491 -recol3d=8387 -recol4s=10434 -recol4d=7330 -recol5s=7297 -recol5d=6273 -recol6s=7331 -recol6d=5216 -model=model_8232 -name=Barrel - -// 17308 -[loc_17308] -ambient=20 -blockrange=no -recol1s=13605 -recol1d=10501 -recol2s=12548 -recol2d=9444 -recol3s=11491 -recol3d=8387 -recol4s=10434 -recol4d=7330 -recol5s=7297 -recol5d=6273 -recol6s=7331 -recol6d=5216 -model=model_14087 -name=Barrel - -// 17309 -[loc_17309] -width=2 -ambient=20 -recol1s=9411 -recol1d=8387 -recol2s=9477 -recol2d=10501 -recol3s=0 -recol3d=5216 -model=model_1291 -name=Study desk - -// 17310 -[loc_17310] -ambient=20 -sharelight=yes -blockrange=no -recol1s=20933 -recol1d=10501 -recol2s=7329 -recol2d=8387 -recol3s=8386 -recol3d=7330 -model=model_13152,1 -model=model_15139,2 -model=model_13153,3 -model=model_15140,5 - -// 17311 -[loc_17311] -ambient=20 -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -recol3s=23076 -recol3d=10501 -model=model_12444 -name=Chair - -// 17312 -[loc_17312] -ambient=20 -width=2 -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=9444 -recol3s=32480 -recol3d=10501 -model=model_17302 -name=Bench - -// 17313 -[loc_17313] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=15 -recol1s=6307 -recol1d=8387 -model=model_13180 -name=Hedge - -// 17314 -[loc_17314] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=15 -recol1s=6307 -recol1d=8387 -model=model_13167 -name=Hedge - -// 17315 -[loc_17315] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=15 -recol1s=6307 -recol1d=8387 -model=model_13174 -name=Hedge - -// 17316 -[loc_17316] -active=yes -op1=Open -raiseobject=no -ambient=20 -recol1s=14626 -recol1d=9444 -recol2s=12512 -recol2d=7330 -recol3s=14660 -recol3d=10501 -recol4s=13569 -recol4d=8387 -recol5s=9411 -recol5d=6273 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 17317 -[loc_17317] -active=yes -ambient=20 -op1=Close -raiseobject=no -recol1s=14626 -recol1d=9444 -recol2s=12512 -recol2d=7330 -recol3s=14660 -recol3d=10501 -recol4s=13569 -recol4d=8387 -recol5s=9411 -recol5d=6273 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 17318 -[loc_17318] -active=no -ambient=20 -raiseobject=no -recol1s=14626 -recol1d=9444 -recol2s=12512 -recol2d=7330 -recol3s=14660 -recol3d=10501 -recol4s=13569 -recol4d=8387 -recol5s=9411 -recol5d=6273 -model=model_14928,1 -model=model_14929,5 - -// 17319 -[loc_17319] -length=2 -op1=Search -ambient=20 -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -model=model_17301 -name=Bookcase - -// 17320 -[loc_17320] -length=2 -op1=Search -ambient=20 -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -model=model_17301 -name=Bookcase - -// 17321 -[loc_17321] -op1=Search -ambient=20 -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -model=model_12409 -name=Bookcase - -// 17322 -[loc_17322] -ambient=20 -recol1s=13538 -recol1d=8387 -recol2s=23010 -recol2d=10501 -model=model_1468 -name=Log pile - -// 17323 -[loc_17323] -ambient=20 -recol1s=15716 -recol1d=9444 -model=model_14204 -name=Candles - -// 17324 -[loc_17324] -ambient=40 -anim=seq_4595 -recol1s=8456 -recol1d=7330 -recol2s=6342 -recol2d=8387 -recol3s=7399 -recol3d=9444 -model=model_17347,Q - -// 17325 -[loc_17325] -length=2 -anim=seq_477 -recol1s=15852 -recol1d=9510 -model=model_35876 -name=Limestone fireplace - -// 17326 -[loc_17326] -active=no -ambient=20 -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=14695 -recol2s=10535 -recol2d=13638 -recol3s=9478 -recol3d=12581 -recol4s=8421 -recol4d=11524 -recol5s=7364 -recol5d=10467 -recol6s=6307 -recol6d=9410 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 17327 -[loc_17327] -active=no -ambient=20 -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=14695 -recol2s=10535 -recol2d=13638 -recol3s=9478 -recol3d=12581 -recol4s=8421 -recol4d=11524 -recol5s=7364 -recol5d=10467 -recol6s=6307 -recol6d=9410 -retex1s=material_560 -retex1d=material_418 -model=model_17304,1 - -// 17328 -[loc_17328] -active=no -ambient=20 -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=14695 -recol2s=10535 -recol2d=13638 -recol3s=9478 -recol3d=12581 -recol4s=8421 -recol4d=11524 -recol5s=7364 -recol5d=10467 -recol6s=6307 -recol6d=9410 -retex1s=material_560 -retex1d=material_418 -model=model_17303,1 -model=model_17305,5 - -// 17329 -[loc_17329] -active=no -ambient=20 -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=8353 -recol2s=10535 -recol2d=9410 -recol3s=9478 -recol3d=10467 -recol4s=8421 -recol4d=11524 -recol5s=7364 -recol5d=12581 -recol6s=6307 -recol6d=13638 -retex1s=material_453 -retex1d=material_126 -retex2s=material_494 -retex2d=material_418 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 17330 -[loc_17330] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=14695 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 17331 -[loc_17331] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=14695 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 17332 -[loc_17332] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=8353 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 17333 -[loc_17333] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=8353 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 17334 -[loc_17334] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=no -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17306 -name=Lava - -// 17335 -[loc_17335] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17307 -name=Lava - -// 17336 -[loc_17336] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17307 -name=Lava - -// 17337 -[loc_17337] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17308 -name=Lava - -// 17338 -[loc_17338] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17309 -name=Lava - -// 17339 -[loc_17339] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17310 -name=Lava - -// 17340 -[loc_17340] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17310 -name=Lava - -// 17341 -[loc_17341] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17311 -name=Lava - -// 17342 -[loc_17342] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17312 -name=Lava - -// 17343 -[loc_17343] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17313 -name=Lava - -// 17344 -[loc_17344] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -recol1s=12480 -recol1d=7264 -model=model_17314 -name=Lava - -// 17345 -[loc_17345] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_17315 -name=Lava - -// 17346 -[loc_17346] -sharelight=yes -unknown90=yes -recol1s=15789 -recol1d=9510 -model=model_1240,0 - -// 17347 -[loc_17347] -sharelight=yes -unknown90=yes -recol1s=15789 -recol1d=9510 -model=model_1282,0 - -// 17348 -[loc_17348] -blockrange=no -recol1s=16809 -recol1d=10501 -recol2s=14695 -recol2d=9444 -recol3s=13638 -recol3d=8387 -recol4s=12581 -recol4d=7330 -model=model_9590 -name=Table - -// 17349 -[loc_17349] -wallwidth=8 -sharelight=yes -ambient=20 -recol1s=32766 -recol1d=32665 -recol2s=7264 -recol2d=9444 -model=model_2212,1 -model=model_2213,2 -model=model_2176,3 -model=model_2177,4 -model=model_2178,5 - -// 17350 -[loc_17350] -ambient=10 -blockwalk=yes -blockrange=no -model=model_17319 -name=Rock - -// 17351 -[loc_17351] -ambient=10 -blockwalk=yes -blockrange=no -model=model_17320 -name=Rock - -// 17352 -[loc_17352] -ambient=10 -blockwalk=yes -model=model_17321 -name=Rock - -// 17353 -[loc_17353] -ambient=10 -blockwalk=yes -width=3 -blockrange=no -model=model_17322 -name=Rock - -// 17354 -[loc_17354] -ambient=10 -blockwalk=yes -width=3 -blockrange=no -model=model_17323 -name=Rock - -// 17355 -[loc_17355] -ambient=10 -blockwalk=yes -width=2 -blockrange=no -model=model_17324 -name=Rock - -// 17356 -[loc_17356] -ambient=10 -blockwalk=yes -width=2 -blockrange=no -model=model_17325 -name=Rock - -// 17357 -[loc_17357] -ambient=10 -blockwalk=yes -width=2 -length=2 -model=model_17326 -name=Rock - -// 17358 -[loc_17358] -ambient=10 -blockwalk=yes -width=2 -length=2 -model=model_17327 -name=Rock - -// 17359 -[loc_17359] -sharelight=yes -occlude=yes -ambient=40 -sharelight=yes -model=model_17336,1 -model=model_17337,5 - -// 17360 -[loc_17360] -sharelight=yes -active=no -ambient=10 -sharelight=yes -model=model_17329,A -model=model_17334,S -model=model_17330,D -model=model_17331,F -model=model_17332,G -model=model_17333,H - -// 17361 -[loc_17361] -sharelight=yes -blockwalk=no -ambient=40 -sharelight=yes -model=model_17328,1 -model=model_17335,5 - -// 17362 -[loc_17362] -ambient=30 -blockwalk=yes -width=2 -length=2 -model=model_17317 -name=Urn - -// 17363 -[loc_17363] -blockwalk=no -ambient=40 -active=no -model=model_17318,Q - -// 17364 -[loc_17364] -anim=seq_1727 -length=2 -width=2 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 17365 -[loc_17365] -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -model=model_5514,8 -model=model_5515,2 -name=Small rock - -// 17366 -[loc_17366] -anim=seq_1727 -length=2 -width=2 -model=model_5515 -name=Rock - -// 17367 -[loc_17367] -blockwalk=yes -op1=Take -ambient=25 -contrast=15 -blockrange=no -model=model_37340 -name=Stone Tablet - -// 17368 -[loc_17368] -blockwalk=no -model=model_17338 -name=Floor - -// 17369 -[loc_17369] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2548 -multiloc=0,loc_17367 -multiloc=1,loc_17368 - -// 17370 -[loc_17370] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=no -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17306 -name=Rift - -// 17371 -[loc_17371] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17307 -name=Rift - -// 17372 -[loc_17372] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17307 -name=Rift - -// 17373 -[loc_17373] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17308 -name=Rift - -// 17374 -[loc_17374] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17309 -name=Rift - -// 17375 -[loc_17375] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17310 -name=Rift - -// 17376 -[loc_17376] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17310 -name=Rift - -// 17377 -[loc_17377] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17311 -name=Rift - -// 17378 -[loc_17378] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17312 -name=Rift - -// 17379 -[loc_17379] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17313 -name=Rift - -// 17380 -[loc_17380] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -recol1s=12480 -recol1d=7264 -model=model_17314 -name=Rift - -// 17381 -[loc_17381] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=64 -model=model_17315 -name=Rift - -// 17382 -[loc_17382] -length=2 -op1=Search -forceapproach=east -ambient=20 -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -model=model_17301 -name=Bookcase - -// 17383 -[loc_17383] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=20017 -model=model_11026 -model2=model_11024 -name=Rocks - -// 17384 -[loc_17384] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=20017 -model=model_11027 -model2=model_11024 -name=Rocks - -// 17385 -[loc_17385] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=20017 -model=model_3184 -name=Rocks - -// 17386 -[loc_17386] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=20017 -model=model_3183 -name=Rocks - -// 17387 -[loc_17387] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12480 -recol2s=6342 -recol2d=20017 -model=model_3195 -name=Rocks - -// 17388 -[loc_17388] -msi=msi_24 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=12480 -model=model_9528 -name=Rocks - -// 17389 -[loc_17389] -msi=msi_25 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=12480 -model=model_9526 -name=Rocks - -// 17390 -[loc_17390] -msi=msi_12 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=12480 -model=model_9527 -name=Rocks - -// 17391 -[loc_17391] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12480 -recol2s=6342 -recol2d=20017 -model=model_11025 -model2=model_11024 -name=Rocks - -// 17392 -[loc_17392] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17393 -[loc_17393] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17394 -[loc_17394] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17395 -[loc_17395] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17396 -[loc_17396] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17397 -[loc_17397] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17398 -[loc_17398] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17399 -[loc_17399] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17400 -[loc_17400] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17401 -[loc_17401] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17402 -[loc_17402] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17403 -[loc_17403] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17404 -[loc_17404] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17405 -[loc_17405] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17406 -[loc_17406] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17407 -[loc_17407] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17408 -[loc_17408] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17409 -[loc_17409] -op1=Cross -active=yes -sharelight=yes -model=model_1844 -name=Gangplank - -// 17410 -[loc_17410] -active=no -randomsound=300,500,15,synth_2016,synth_2017 -model=model_1105,0 - -// 17411 -[loc_17411] -active=no -randomsound=50,150,5,synth_3056,synth_3057,synth_3058,synth_3059,synth_3060 -model=model_1105,0 - -// 17412 -[loc_17412] -active=no -randomsound=250,500,20,synth_2114,synth_2117,synth_2118,synth_2116,synth_2113,synth_2115,synth_2119 -bgsound=synth_2185,20 -model=model_1105,0 - -// 17413 -[loc_17413] -active=no -randomsound=50,800,10,synth_2184 -model=model_1105,0 - -// 17414 -[loc_17414] -active=no -randomsound=200,400,20,synth_3068,synth_3069,synth_3070,synth_3071,synth_3072 -bgsound=synth_2185,20 -model=model_1105,0 - -// 17415 -[loc_17415] -active=no -randomsound=50,250,5,synth_2119,synth_2127,synth_2128,synth_2129,synth_2130,synth_2131,synth_2132,synth_2133,synth_2134 -model=model_1105,0 - -// 17416 -[loc_17416] -active=no -randomsound=250,500,10,synth_2099,synth_2100,synth_2101,synth_2105,synth_2106,synth_2109,synth_2110,synth_2111,synth_2096,synth_2107,synth_2108,synth_2104,synth_2097,synth_2098,synth_2102,synth_2103 -model=model_1105,0 - -// 17417 -[loc_17417] -active=no -randomsound=50,250,5,synth_2021,synth_2024,synth_2023,synth_2025,synth_2026,synth_2027,synth_2119,synth_2115,synth_2116 -model=model_1105,0 - -// 17418 -[loc_17418] -active=no -randomsound=250,500,3,synth_2015,synth_880 -bgsound=synth_3096,3 -model=model_1105,0 - -// 17419 -[loc_17419] -active=no -randomsound=50,150,20,synth_3051,synth_3052,synth_3053,synth_3054,synth_3055 -model=model_1105,0 - -// 17420 -[loc_17420] -active=no -randomsound=150,300,20,synth_3151 -model=model_1105,0 - -// 17421 -[loc_17421] -active=no -randomsound=150,450,10,synth_3148,synth_3152,synth_3156,synth_3154,synth_3155 -bgsound=synth_3149,10 -model=model_1105,0 - -// 17422 -[loc_17422] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=7398 -recol1d=4227 -recol2s=8455 -recol2d=5284 -recol3s=9512 -recol3d=4227 -model=model_17368,0 - -// 17423 -[loc_17423] -active=yes -op1=Search -model=model_35612,Q -name=Drain - -// 17424 -[loc_17424] -active=yes -op1=Search -model=model_35613,Q -name=Drain - -// 17425 -[loc_17425] -ambient=10 -active=yes -model=model_17489,Q -name=Sword case - -// 17426 -[loc_17426] -ambient=10 -active=yes -model=model_17489,Q -name=Sword case - -// 17427 -[loc_17427] -ambient=10 -active=yes -model=model_17488,Q -name=Sword case - -// 17428 -[loc_17428] -active=yes -multivar=varplayerbit_2567 -multiloc=0,loc_17425 -multiloc=1,loc_17427 - -// 17429 -[loc_17429] -resizey=85 -resizex=85 -resizez=85 -op1=Take -model=model_17468 -model2=model_17471 -name=Rusty key - -// 17430 -[loc_17430] -resizey=85 -resizex=85 -resizez=85 -model=model_17468 -name=Mud - -// 17431 -[loc_17431] -active=yes -multivar=varplayerbit_2568 -multiloc=0,loc_17430 -multiloc=1,loc_17429 -multiloc=2,loc_17430 - -// 17432 -[loc_17432] -op1=Search -model=model_2063,Q -name=Sewer pipe - -// 17433 -[loc_17433] -model=model_17508 -name=Wardrobe - -// 17434 -[loc_17434] -anim=seq_4599 -model=model_17508 -model2=model_17509 -name=Wardrobe - -// 17435 -[loc_17435] -length=2 -width=2 -model=model_17492 -name=Stone table - -// 17436 -[loc_17436] -length=2 -width=2 -anim=seq_4621 -model=model_17505 -model2=model_17506 -model3=model_17507 -name=Stone table - -// 17437 -[loc_17437] -length=2 -width=2 -anim=seq_4622 -model=model_17505 -model2=model_17507 -name=Stone table - -// 17438 -[loc_17438] -length=2 -width=2 -model=model_17505 -name=Stone table - -// 17439 -[loc_17439] -length=2 -width=2 -msi=msi_14 -model=model_17494 -name=Stone circle wall - -// 17440 -[loc_17440] -length=2 -width=2 -model=model_17490 -name=Stone circle wall - -// 17441 -[loc_17441] -length=2 -width=2 -model=model_17497 -name=Stone circle wall - -// 17442 -[loc_17442] -length=2 -width=2 -model=model_17498 -name=Stone circle wall - -// 17443 -[loc_17443] -width=2 -msi=msi_14 -model=model_17495 -name=Stone circle wall - -// 17444 -[loc_17444] -width=2 -model=model_17499 -name=Stone circle wall - -// 17445 -[loc_17445] -width=2 -model=model_17500 -name=Stone circle wall - -// 17446 -[loc_17446] -active=no -hillskew=yes -ambient=20 -model=model_17501,0 - -// 17447 -[loc_17447] -active=no -hillskew=yes -ambient=20 -model=model_17502,0 - -// 17448 -[loc_17448] -active=no -hillskew=yes -ambient=20 -model=model_17503,0 - -// 17449 -[loc_17449] -active=no -hillskew=yes -ambient=20 -model=model_17504,0 - -// 17450 -[loc_17450] -ambient=25 -contrast=25 -offsety=40 -recol1s=7168 -recol1d=1096 -recol2s=8192 -recol2d=2153 -recol3s=9248 -recol3d=3210 -recol4s=10305 -recol4d=4267 -recol5s=11427 -recol5d=7438 -recol6s=13541 -recol6d=9520 -model=model_17477,8 -model=model_17479,Q -name=Dragon head - -// 17451 -[loc_17451] -ambient=25 -contrast=25 -model=model_17475 -model2=model_17474 -model3=model_17473 -name=Chess - -// 17452 -[loc_17452] -ambient=25 -contrast=25 -offsety=35 -model=model_17487,Q - -// 17453 -[loc_17453] -ambient=25 -contrast=25 -offsety=35 -model=model_17476,Q - -// 17454 -[loc_17454] -length=2 -width=2 -active=yes -blockwalk=yes -multivar=varplayerbit_2569 -multiloc=0,loc_17435 -multiloc=1,loc_17438 - -// 17455 -[loc_17455] -anim=seq_4627 -ambient=10 -contrast=10 -length=2 -width=2 -active=yes -model=model_17535 -name=Crystal ball - -// 17456 -[loc_17456] -active=no -ambient=20 -contrast=15 -model=model_17537,0 - -// 17457 -[loc_17457] -active=no -ambient=20 -contrast=15 -model=model_17538,0 - -// 17458 -[loc_17458] -hillskew=yes -active=no -model=model_15020,0 - -// 17459 -[loc_17459] -hillskew=yes -active=no -model=model_15029,0 - -// 17460 -[loc_17460] -hillskew=yes -active=no -model=model_15030,0 - -// 17461 -[loc_17461] -ambient=15 -contrast=15 -anim=seq_4628 -active=yes -model=model_17536 -name=Ornate candle - -// 17462 -[loc_17462] -ambient=25 -blockrange=no -model=model_23959 -name=Chair - -// 17463 -[loc_17463] -ambient=25 -recol1s=13605 -recol1d=12613 -recol2s=11491 -recol2d=9442 -recol3s=26048 -recol3d=26176 -recol4s=6342 -recol4d=6342 -model=model_15157 -name=Chair - -// 17464 -[loc_17464] -width=2 -ambient=25 -model=model_15209 -model2=model_15206 -name=Desk - -// 17465 -[loc_17465] -width=2 -length=2 -ambient=25 -recol1s=15392 -recol1d=26176 -recol2s=14729 -recol2d=32767 -recol3s=14662 -recol3d=8385 -recol4s=22059 -recol4d=9442 -recol5s=17931 -recol5d=23218 -model=model_12395 -name=Bed - -// 17466 -[loc_17466] -ambient=25 -op1=Open -recol1s=14695 -recol1d=9442 -recol2s=10467 -recol2d=8385 -recol3s=9377 -recol3d=9442 -model=model_12959 -name=Drawers - -// 17467 -[loc_17467] -ambient=20 -contrast=15 -active=yes -model=model_17539,Q -name=Shelf - -// 17468 -[loc_17468] -ambient=20 -contrast=-106 -active=yes -model=model_17540,Q -name=Shelf - -// 17469 -[loc_17469] -blockwalk=no -ambient=10 -active=no -model=model_17541,Q - -// 17470 -[loc_17470] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=5457 -recol2s=0 -recol2d=1262 -recol3s=24265 -recol3d=1262 -retex1s=material_475 -retex1d=material_106 -model=model_12527,0 - -// 17471 -[loc_17471] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=5457 -recol2s=0 -recol2d=1262 -recol3s=24265 -recol3d=1262 -retex1s=material_478 -retex1d=material_106 -model=model_12529,0 - -// 17472 -[loc_17472] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=5457 -recol2s=0 -recol2d=1262 -recol3s=24265 -recol3d=1262 -model=model_12528,0 - -// 17473 -[loc_17473] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4401,0 - -// 17474 -[loc_17474] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4402,0 - -// 17475 -[loc_17475] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4403,0 - -// 17476 -[loc_17476] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4404,0 - -// 17477 -[loc_17477] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -recol1s=8192 -recol1d=0 -recol2s=10305 -recol2d=3171 -recol3s=9248 -recol3d=2114 -model=model_17484 -name=Dragon's head - -// 17478 -[loc_17478] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -recol1s=8192 -recol1d=0 -recol2s=10305 -recol2d=3171 -recol3s=9248 -recol3d=2114 -model=model_17483 -name=Dragon's head - -// 17479 -[loc_17479] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_17472 -name=Dragon's head - -// 17480 -[loc_17480] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_17480 -name=Dragon's head - -// 17481 -[loc_17481] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_17478 -name=Dragon's head - -// 17482 -[loc_17482] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_17482 -name=Dragon's head - -// 17483 -[loc_17483] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_17481 -name=Dragon's head - -// 17484 -[loc_17484] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_17484 -name=Dragon's head - -// 17485 -[loc_17485] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_17483 -name=Dragon's head - -// 17486 -[loc_17486] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -offsety=40 -model=model_17477,8 -model=model_17479,Q -name=Dragon's head - -// 17487 -[loc_17487] -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17766,1 -model=model_17767,2 -model=model_17768,5 - -// 17488 -[loc_17488] -resizex=128 -resizey=160 -resizez=128 -active=yes -model=model_17762,1 -name=Door - -// 17489 -[loc_17489] -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17766,1 -model=model_17767,2 -model=model_17768,5 - -// 17490 -[loc_17490] -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17766,1 -model=model_17767,2 -model=model_17768,5 - -// 17491 -[loc_17491] -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17766,1 -model=model_17767,2 -model=model_17768,5 - -// 17492 -[loc_17492] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17774,1 -model=model_17775,2 -model=model_17776,5 - -// 17493 -[loc_17493] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17779,1 - -// 17494 -[loc_17494] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17774,1 -model=model_17775,2 -model=model_17776,5 - -// 17495 -[loc_17495] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17774,1 -model=model_17775,2 -model=model_17776,5 - -// 17496 -[loc_17496] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17774,1 -model=model_17775,2 -model=model_17776,5 - -// 17497 -[loc_17497] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17778 -name=Wall - -// 17498 -[loc_17498] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -retex1s=material_70 -retex1d=material_418 -model=model_17778 -name=Wall - -// 17499 -[loc_17499] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17769,1 - -// 17500 -[loc_17500] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17777 -name=Wall - -// 17501 -[loc_17501] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -retex1s=material_70 -retex1d=material_418 -model=model_17769,1 - -// 17502 -[loc_17502] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17761,1 - -// 17503 -[loc_17503] -sharelight=yes -hillskew=yes -mirror=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17761,1 - -// 17504 -[loc_17504] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17763,1 -model=model_17764,2 -model=model_17765,5 - -// 17505 -[loc_17505] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17760,1 - -// 17506 -[loc_17506] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17760,1 - -// 17507 -[loc_17507] -sharelight=yes -hillskew=yes -mirror=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17760,1 - -// 17508 -[loc_17508] -ambient=20 -model=model_17780 -name=Waste pipes - -// 17509 -[loc_17509] -anim=seq_4746 -ambient=20 -recol1s=12672 -recol1d=9741 -model=model_17782 -name=Waste pipes - -// 17510 -[loc_17510] -ambient=20 -model=model_17781 -name=Waste pipes - -// 17511 -[loc_17511] -anim=seq_4747 -ambient=20 -recol1s=12672 -recol1d=9741 -model=model_17783 -name=Waste pipes - -// 17512 -[loc_17512] -sharelight=yes -hillskew=yes -active=no -ambient=10 -offsety=-6 -recol1s=12580 -recol1d=5285 -retex1s=material_70 -retex1d=material_418 -model=model_825 - -// 17513 -[loc_17513] -sharelight=yes -hillskew=yes -active=no -offsety=-126 -recol1s=12580 -recol1d=5285 -model=model_787 - -// 17514 -[loc_17514] -sharelight=yes -hillskew=yes -active=no -offsety=-127 -recol1s=12580 -recol1d=5285 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 17515 -[loc_17515] -sharelight=yes -hillskew=yes -active=no -offsety=-126 -recol1s=12580 -recol1d=5285 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 17516 -[loc_17516] -active=no -sharelight=yes -hillskew=yes -resizex=128 -resizey=80 -resizez=128 -retex1s=material_70 -retex1d=material_418 -model=model_17766,1 -model=model_17767,2 -model=model_17768,5 - -// 17517 -[loc_17517] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17763,1 -model=model_17764,2 -model=model_17765,5 - -// 17518 -[loc_17518] -resizex=128 -resizey=160 -resizez=128 -model=model_17770,1 -model=model_17771,2 -model=model_17772,5 - -// 17519 -[loc_17519] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_11795 - -// 17520 -[loc_17520] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_11796 - -// 17521 -[loc_17521] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_11797 - -// 17522 -[loc_17522] -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_11798 - -// 17523 -[loc_17523] -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_11799 - -// 17524 -[loc_17524] -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_11800 - -// 17525 -[loc_17525] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_12125,0 - -// 17526 -[loc_17526] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_12126,0 - -// 17527 -[loc_17527] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_12127,0 - -// 17528 -[loc_17528] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_12128,0 - -// 17529 -[loc_17529] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=6374 -recol4s=11594 -recol4d=7431 -recol5s=12651 -recol5d=8488 -recol6s=14699 -recol6d=9545 -model=model_12130,0 - -// 17530 -[loc_17530] -resizex=128 -resizey=160 -resizez=128 -ambient=20 -contrast=20 -model=model_17677,Q - -// 17531 -[loc_17531] -resizex=128 -resizey=160 -resizez=128 -ambient=20 -contrast=20 -model=model_17674,Q - -// 17532 -[loc_17532] -resizex=128 -resizey=160 -resizez=128 -ambient=20 -contrast=20 -model=model_17675,Q - -// 17533 -[loc_17533] -resizex=128 -resizey=160 -resizez=128 -ambient=20 -contrast=20 -model=model_17676,Q - -// 17534 -[loc_17534] -resizex=128 -resizey=160 -resizez=128 -model=model_17680,Q - -// 17535 -[loc_17535] -resizex=128 -resizey=160 -resizez=128 -model=model_17681,Q - -// 17536 -[loc_17536] -resizex=128 -resizey=160 -resizez=128 -model=model_17682,Q - -// 17537 -[loc_17537] -resizex=128 -resizey=160 -resizez=128 -model=model_17683,Q - -// 17538 -[loc_17538] -resizex=128 -resizey=160 -resizez=128 -model=model_17684,Q - -// 17539 -[loc_17539] -resizex=128 -resizey=128 -resizez=128 -model=model_17686,Q - -// 17540 -[loc_17540] -resizex=128 -resizey=128 -resizez=128 -model=model_17685,0 - -// 17541 -[loc_17541] -resizex=128 -resizey=160 -resizez=128 -model=model_17670,0 - -// 17542 -[loc_17542] -resizex=128 -resizey=160 -resizez=128 -model=model_17671,0 - -// 17543 -[loc_17543] -resizex=128 -resizey=160 -resizez=128 -model=model_17612,0 - -// 17544 -[loc_17544] -resizex=128 -resizey=160 -resizez=128 -model=model_17613,0 - -// 17545 -[loc_17545] -resizex=128 -resizey=160 -resizez=128 -model=model_17693 -name=Table - -// 17546 -[loc_17546] -resizex=128 -resizey=160 -resizez=128 -model=model_17694 -name=Table - -// 17547 -[loc_17547] -resizex=128 -resizey=160 -resizez=128 -model=model_17608 -name=Chair - -// 17548 -[loc_17548] -resizex=128 -resizey=160 -resizez=128 -model=model_17609 -name=Chair - -// 17549 -[loc_17549] -resizex=128 -resizey=160 -resizez=128 -model=model_17610 -name=Chair - -// 17550 -[loc_17550] -resizex=128 -resizey=160 -resizez=128 -model=model_17611 -name=Chair - -// 17551 -[loc_17551] -resizex=128 -resizey=160 -resizez=128 -model=model_17691 -name=Stool - -// 17552 -[loc_17552] -resizex=128 -resizey=160 -resizez=128 -model=model_17692 -name=Stool - -// 17553 -[loc_17553] -resizex=128 -resizey=160 -resizez=128 -length=2 -model=model_17601 -name=Bed - -// 17554 -[loc_17554] -resizex=128 -resizey=160 -resizez=128 -length=2 -model=model_17602 -name=Bed - -// 17555 -[loc_17555] -resizex=128 -resizey=160 -resizez=128 -length=2 -model=model_17603 -name=Bed - -// 17556 -[loc_17556] -resizex=128 -resizey=160 -resizez=128 -model=model_17604 -name=Bucket - -// 17557 -[loc_17557] -resizex=128 -resizey=160 -resizez=128 -model=model_17605 -name=Bucket - -// 17558 -[loc_17558] -resizex=128 -resizey=160 -resizez=128 -model=model_17606 -name=Bucket - -// 17559 -[loc_17559] -resizex=128 -resizey=160 -resizez=128 -model=model_17672 -name=Panning tray - -// 17560 -[loc_17560] -resizex=128 -resizey=160 -resizez=128 -model=model_17673 -name=Panning tray - -// 17561 -[loc_17561] -resizex=128 -resizey=160 -resizez=128 -model=model_17678 -name=Pots - -// 17562 -[loc_17562] -resizex=128 -resizey=160 -resizez=128 -model=model_17679 -name=Pots - -// 17563 -[loc_17563] -active=yes -blockwalk=no -model=model_17617,0 -name=Floor below - -// 17564 -[loc_17564] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17607,0 - -// 17565 -[loc_17565] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17618,0 - -// 17566 -[loc_17566] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17619,0 - -// 17567 -[loc_17567] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17620,0 - -// 17568 -[loc_17568] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17621,0 - -// 17569 -[loc_17569] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17622,0 - -// 17570 -[loc_17570] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17623,0 - -// 17571 -[loc_17571] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17624,0 - -// 17572 -[loc_17572] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17625,0 - -// 17573 -[loc_17573] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17626,0 - -// 17574 -[loc_17574] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17627,0 - -// 17575 -[loc_17575] -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_17628,0 - -// 17576 -[loc_17576] -sharelight=yes -forcedecor=yes -model=model_17629,0 - -// 17577 -[loc_17577] -sharelight=yes -forcedecor=yes -model=model_17630,0 - -// 17578 -[loc_17578] -sharelight=yes -forcedecor=yes -model=model_17631,0 - -// 17579 -[loc_17579] -sharelight=yes -forcedecor=yes -model=model_17632,0 - -// 17580 -[loc_17580] -sharelight=yes -forcedecor=yes -model=model_17633,0 - -// 17581 -[loc_17581] -sharelight=yes -forcedecor=yes -model=model_17634,0 - -// 17582 -[loc_17582] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17607,0 - -// 17583 -[loc_17583] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17618,0 - -// 17584 -[loc_17584] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17619,0 - -// 17585 -[loc_17585] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17620,0 - -// 17586 -[loc_17586] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17621,0 - -// 17587 -[loc_17587] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17622,0 - -// 17588 -[loc_17588] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17623,0 - -// 17589 -[loc_17589] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17624,0 - -// 17590 -[loc_17590] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17625,0 - -// 17591 -[loc_17591] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17626,0 - -// 17592 -[loc_17592] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17627,0 - -// 17593 -[loc_17593] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17628,0 - -// 17594 -[loc_17594] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17629,0 - -// 17595 -[loc_17595] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17630,0 - -// 17596 -[loc_17596] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17631,0 - -// 17597 -[loc_17597] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17632,0 - -// 17598 -[loc_17598] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17633,0 - -// 17599 -[loc_17599] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17634,0 - -// 17600 -[loc_17600] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -op1=Open -active=yes -model=model_17615,1 -name=Door - -// 17601 -[loc_17601] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -op1=Open -active=yes -model=model_17614,1 -name=Door - -// 17602 -[loc_17602] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17726,1 -model=model_17727,5 - -// 17603 -[loc_17603] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17724,1 - -// 17604 -[loc_17604] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17725,1 - -// 17605 -[loc_17605] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17723,1 - -// 17606 -[loc_17606] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17721,1 - -// 17607 -[loc_17607] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17722,1 - -// 17608 -[loc_17608] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17706,1 -model=model_17707,2 -model=model_17708,3 -model=model_17709,4 -model=model_17710,5 - -// 17609 -[loc_17609] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17695,1 -model=model_17696,3 -model=model_17697,5 - -// 17610 -[loc_17610] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17698,1 -model=model_17699,3 - -// 17611 -[loc_17611] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17700,1 - -// 17612 -[loc_17612] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17701,1 - -// 17613 -[loc_17613] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17702,1 - -// 17614 -[loc_17614] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17703,1 - -// 17615 -[loc_17615] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17704,1 - -// 17616 -[loc_17616] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -mirror=yes -model=model_17704,1 - -// 17617 -[loc_17617] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17705,1 - -// 17618 -[loc_17618] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -mirror=yes -model=model_17705,1 - -// 17619 -[loc_17619] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17716,1 -model=model_17717,2 -model=model_17718,3 -model=model_17719,5 - -// 17620 -[loc_17620] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17712,1 - -// 17621 -[loc_17621] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17713,1 - -// 17622 -[loc_17622] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17714,1 - -// 17623 -[loc_17623] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17715,1 - -// 17624 -[loc_17624] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -mirror=yes -model=model_17715,1 - -// 17625 -[loc_17625] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17711,1 - -// 17626 -[loc_17626] -length=2 -resizex=128 -resizey=160 -resizez=128 -hillskew=yes -recol1s=6407 -recol1d=3204 -model=model_17911 -name=Rubble - -// 17627 -[loc_17627] -anim=seq_4778 -width=5 -ambient=10 -contrast=10 -offsety=-93 -resizex=140 -recol1s=13638 -recol1d=4227 -recol2s=16809 -recol2d=4227 -recol3s=22091 -recol3d=4256 -recol4s=26459 -recol4d=4424 -recol5s=23288 -recol5d=4424 -recol6s=14695 -recol6d=4227 -model=model_18174 -name=Washing Line - -// 17628 -[loc_17628] -active=no -ambient=10 -contrast=10 -forcedecor=yes -recol1s=13638 -recol1d=4227 -recol2s=16809 -recol2d=4227 -recol3s=22091 -recol3d=4256 -recol4s=26459 -recol4d=4424 -recol5s=23288 -recol5d=4424 -recol6s=14695 -recol6d=4227 -model=model_17750,0 - -// 17629 -[loc_17629] -active=no -ambient=10 -contrast=10 -forcedecor=yes -recol1s=13638 -recol1d=4227 -recol2s=16809 -recol2d=4227 -recol3s=22091 -recol3d=4256 -recol4s=26459 -recol4d=4424 -recol5s=23288 -recol5d=4424 -recol6s=14695 -recol6d=4227 -model=model_17748,0 - -// 17630 -[loc_17630] -active=no -ambient=10 -contrast=10 -forcedecor=yes -mirror=yes -recol1s=13638 -recol1d=4227 -recol2s=16809 -recol2d=4227 -recol3s=22091 -recol3d=4256 -recol4s=26459 -recol4d=4424 -recol5s=23288 -recol5d=4424 -recol6s=14695 -recol6d=4227 -model=model_17748,0 - -// 17631 -[loc_17631] -active=no -width=2 -blockwalk=no -model=model_17751 - -// 17632 -[loc_17632] -active=no -width=2 -blockwalk=no -anim=seq_4744 -model=model_17752 - -// 17633 -[loc_17633] -active=no -blockwalk=no -model=model_17753,0 - -// 17634 -[loc_17634] -active=no -blockwalk=no -offsety=80 -model=model_17754,0 - -// 17635 -[loc_17635] -width=3 -hillskew=yes -model=model_17650 -name=Scaffolding - -// 17636 -[loc_17636] -length=2 -hillskew=yes -model=model_17651 -name=Scaffolding - -// 17637 -[loc_17637] -blockwalk=yes -blockrange=no -model=model_17644 -name=Ladder - -// 17638 -[loc_17638] -active=no -sharelight=yes -forcedecor=yes -model=model_17791,0 - -// 17639 -[loc_17639] -active=no -sharelight=yes -forcedecor=yes -blockrange=no -model=model_17792,0 - -// 17640 -[loc_17640] -active=yes -ambient=15 -blockwalk=yes -resizey=160 -model=model_17638 -name=Fireplace - -// 17641 -[loc_17641] -active=yes -ambient=15 -blockwalk=yes -resizey=160 -model=model_17639 -name=Fireplace - -// 17642 -[loc_17642] -active=yes -ambient=15 -blockwalk=yes -resizey=160 -offsety=30 -model=model_17640 -name=Fireplace - -// 17643 -[loc_17643] -active=yes -ambient=15 -blockwalk=yes -resizey=160 -offsety=90 -model=model_17640 -name=Fireplace - -// 17644 -[loc_17644] -hillskew=yes -blockwalk=yes -ambient=15 -resizey=160 -model=model_17637 -name=Barricade - -// 17645 -[loc_17645] -hillskew=yes -blockwalk=yes -ambient=15 -resizey=160 -model=model_17733 -name=Barricade - -// 17646 -[loc_17646] -hillskew=yes -blockwalk=yes -ambient=15 -resizey=160 -model=model_17734 -name=Barricade - -// 17647 -[loc_17647] -active=yes -offsety=-40 -model=model_17653,Q -name=Sickle logo - -// 17648 -[loc_17648] -active=yes -forcedecor=yes -blockwalk=no -model=model_17652,0 -name=Sickle logo - -// 17649 -[loc_17649] -active=no -hillskew=yes -sharelight=yes -resizey=160 -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_6618,1 -model=model_6619,2 -model=model_6620,5 - -// 17650 -[loc_17650] -active=no -hillskew=yes -sharelight=yes -resizey=160 -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_17849,1 - -// 17651 -[loc_17651] -active=no -hillskew=yes -sharelight=yes -resizey=160 -mirror=yes -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_17849,1 - -// 17652 -[loc_17652] -active=no -hillskew=yes -sharelight=yes -resizey=160 -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_17857,1 -model=model_17858,2 -model=model_17859,5 - -// 17653 -[loc_17653] -active=no -hillskew=yes -sharelight=yes -resizey=160 -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_13984,1 - -// 17654 -[loc_17654] -blockrange=no -recol1s=9543 -recol1d=5249 -recol2s=13605 -recol2d=10534 -recol3s=12548 -recol3d=9477 -recol4s=11491 -recol4d=8420 -recol5s=10434 -recol5d=7363 -recol6s=7297 -recol6d=6306 -model=model_8232 -name=Barrel - -// 17655 -[loc_17655] -ambient=15 -recol1s=9410 -recol1d=5249 -recol2s=10467 -recol2d=6306 -recol3s=11524 -recol3d=7363 -recol4s=12581 -recol4d=8420 -recol5s=13638 -recol5d=9477 -recol6s=14695 -recol6d=10534 -model=model_7704 -name=Crate - -// 17656 -[loc_17656] -ambient=15 -recol1s=9410 -recol1d=5249 -recol2s=10467 -recol2d=6306 -recol3s=11524 -recol3d=7363 -recol4s=12581 -recol4d=8420 -recol5s=13638 -recol5d=9477 -recol6s=14695 -recol6d=11590 -model=model_7700 -name=Crates - -// 17657 -[loc_17657] -blockrange=no -recol1s=13639 -recol1d=10534 -recol2s=12582 -recol2d=9477 -recol3s=11525 -recol3d=8420 -recol4s=10468 -recol4d=7363 -recol5s=9411 -recol5d=6306 -recol6s=8354 -recol6d=5249 -model=model_5283 -name=Boxes - -// 17658 -[loc_17658] -blockrange=no -recol1s=14695 -recol1d=10534 -recol2s=13638 -recol2d=9477 -recol3s=12581 -recol3d=8420 -recol4s=11524 -recol4d=7363 -recol5s=10467 -recol5d=6306 -recol6s=9410 -recol6d=5249 -model=model_7685 -name=Crate - -// 17659 -[loc_17659] -length=2 -forceapproach=west -sharelight=yes -msi=msi_7 -model=model_17870 -name=Staircase - -// 17660 -[loc_17660] -length=3 -forceapproach=north -msi=msi_7 -model=model_17871 -name=Staircase - -// 17661 -[loc_17661] -width=2 -recol1s=16809 -recol1d=10534 -recol2s=14695 -recol2d=9477 -recol3s=13638 -recol3d=8420 -recol4s=12581 -recol4d=7363 -model=model_14827 -name=Table - -// 17662 -[loc_17662] -recol1s=20935 -recol1d=10534 -recol2s=16707 -recol2d=9477 -recol3s=18821 -recol3d=8420 -recol4s=17764 -recol4d=7363 -model=model_4326 -name=Table - -// 17663 -[loc_17663] -blockrange=no -recol1s=18787 -recol1d=8420 -model=model_1163 -name=Chair - -// 17664 -[loc_17664] -sharelight=yes -hillskew=yes -active=no -ambient=10 -resizey=160 -recol1s=12580 -recol1d=0 -model=model_834 - -// 17665 -[loc_17665] -sharelight=yes -hillskew=yes -active=no -ambient=10 -resizey=160 -recol1s=12580 -recol1d=0 -model=model_787 - -// 17666 -[loc_17666] -blockwalk=yes -width=2 -ambient=10 -blockrange=no -recol1s=14695 -recol1d=10534 -recol2s=13638 -recol2d=9477 -recol3s=12581 -recol3d=8420 -recol4s=11524 -recol4d=7363 -recol5s=10467 -recol5d=6306 -recol6s=9410 -recol6d=5249 -model=model_17856 -name=Table - -// 17667 -[loc_17667] -blockwalk=yes -ambient=10 -blockrange=no -recol1s=20933 -recol1d=9477 -recol2s=7329 -recol2d=10534 -model=model_10089 -name=Stool - -// 17668 -[loc_17668] -blockwalk=yes -op1=Search -length=2 -ambient=10 -model=model_17850 -name=Bunk bed - -// 17669 -[loc_17669] -blockwalk=yes -op1=Search -length=2 -ambient=10 -model=model_17851 -name=Bunk bed - -// 17670 -[loc_17670] -width=2 -blockwalk=yes -ambient=10 -recol1s=11525 -recol1d=10534 -recol2s=10468 -recol2d=9477 -recol3s=9411 -recol3d=8420 -model=model_17860 -name=Blackboard - -// 17671 -[loc_17671] -blockwalk=yes -op1=Search -ambient=10 -recol1s=14695 -recol1d=10534 -recol2s=13638 -recol2d=9477 -recol3s=12581 -recol3d=8420 -recol4s=11524 -recol4d=7363 -recol5s=10467 -recol5d=6306 -recol6s=9410 -recol6d=5249 -model=model_17853 -model2=model_17854 -name=Locker - -// 17672 -[loc_17672] -blockwalk=yes -op1=Search -ambient=10 -recol1s=14695 -recol1d=10534 -recol2s=13638 -recol2d=9477 -recol3s=12581 -recol3d=8420 -recol4s=11524 -recol4d=7363 -recol5s=10467 -recol5d=6306 -recol6s=9410 -recol6d=5249 -model=model_17853 -model2=model_17855 -name=Locker - -// 17673 -[loc_17673] -active=no -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_17862,0 - -// 17674 -[loc_17674] -model=model_17931,0 - -// 17675 -[loc_17675] -model=model_17931,0 - -// 17676 -[loc_17676] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -blockwalk=yes -recol1s=6407 -recol1d=3204 -model=model_17905,8 -model=model_17906,0 -name=Wall - -// 17677 -[loc_17677] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -blockwalk=yes -recol1s=6407 -recol1d=3204 -model=model_17907,8 -model=model_17908,0 -name=Wall - -// 17678 -[loc_17678] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -blockwalk=yes -recol1s=6407 -recol1d=3204 -model=model_17909,8 -model=model_17910,0 -name=Wall - -// 17679 -[loc_17679] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -op1=Jump -active=yes -forcedecor=yes -blockwalk=yes -recol1s=6407 -recol1d=3204 -model=model_17909,8 -model=model_17910,0 -name=Rock - -// 17680 -[loc_17680] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -blockwalk=yes -recol1s=6407 -recol1d=3204 -model=model_17905,8 -model=model_17906,0 -name=Wall - -// 17681 -[loc_17681] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -blockwalk=yes -recol1s=6407 -recol1d=3204 -model=model_17907,8 -model=model_17908,0 -name=Wall - -// 17682 -[loc_17682] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -blockwalk=yes -recol1s=6407 -recol1d=3204 -model=model_17909,8 -model=model_17910,0 -name=Wall - -// 17683 -[loc_17683] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=6407 -recol1d=3204 -model=model_17941 -name=Wall - -// 17684 -[loc_17684] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=6407 -recol1d=3204 -model=model_17942 -name=Wall - -// 17685 -[loc_17685] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=6407 -recol1d=3204 -model=model_17943 -name=Wall - -// 17686 -[loc_17686] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -recol1s=6407 -recol1d=3204 -model=model_17941 -name=Wall - -// 17687 -[loc_17687] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -recol1s=6407 -recol1d=3204 -model=model_17942 -name=Wall - -// 17688 -[loc_17688] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -recol1s=6407 -recol1d=3204 -model=model_17943 -name=Wall - -// 17689 -[loc_17689] -sharelight=yes -forcedecor=yes -model=model_17924,0 - -// 17690 -[loc_17690] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 - -// 17691 -[loc_17691] -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=5283 -recol2s=7364 -recol2d=5316 -recol3s=5284 -recol3d=6308 -recol4s=4227 -recol4d=4260 -recol5s=3203 -recol5d=6340 -model=model_17924,0 - -// 17692 -[loc_17692] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17922,0 - -// 17693 -[loc_17693] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -model=model_17922,0 - -// 17694 -[loc_17694] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17922,0 - -// 17695 -[loc_17695] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17922,0 - -// 17696 -[loc_17696] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=5283 -recol2s=7364 -recol2d=5316 -recol3s=5284 -recol3d=6308 -recol4s=4227 -recol4d=4260 -recol5s=3203 -recol5d=6340 -model=model_17922,0 - -// 17697 -[loc_17697] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recol1s=7365 -recol1d=5283 -recol2s=7364 -recol2d=5316 -recol3s=5284 -recol3d=6308 -recol4s=4227 -recol4d=4260 -recol5s=3203 -recol5d=6340 -model=model_17922,0 - -// 17698 -[loc_17698] -active=yes -model=model_17919,Q -name=Wall - -// 17699 -[loc_17699] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17924,0 - -// 17700 -[loc_17700] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 - -// 17701 -[loc_17701] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=5283 -recol2s=7364 -recol2d=5316 -recol3s=5284 -recol3d=6308 -recol4s=4227 -recol4d=4260 -recol5s=3203 -recol5d=6340 -model=model_17924,0 - -// 17702 -[loc_17702] -hillskew=yes -width=2 -model=model_17928 -name=Floor - -// 17703 -[loc_17703] -active=no -forcedecor=yes -model=model_17934,0 - -// 17704 -[loc_17704] -active=no -forcedecor=yes -model=model_17935,0 - -// 17705 -[loc_17705] -active=no -mirror=yes -forcedecor=yes -model=model_17934,0 - -// 17706 -[loc_17706] -active=no -mirror=yes -forcedecor=yes -model=model_17935,0 - -// 17707 -[loc_17707] -active=no -forcedecor=yes -model=model_17932,0 - -// 17708 -[loc_17708] -active=no -forcedecor=yes -model=model_17933,0 - -// 17709 -[loc_17709] -hillskew=yes -width=2 -model=model_17929 -name=Floor - -// 17710 -[loc_17710] -hillskew=yes -width=2 -mirror=yes -model=model_17929 -name=Floor - -// 17711 -[loc_17711] -hillskew=yes -width=2 -model=model_17930 -name=Floor - -// 17712 -[loc_17712] -hillskew=yes -width=2 -mirror=yes -model=model_17930 -name=Floor - -// 17713 -[loc_17713] -hillskew=yes -model=model_17939,1 - -// 17714 -[loc_17714] -hillskew=yes -recol1s=5218 -recol1d=4260 -recol2s=5284 -recol2d=7365 -recol3s=7332 -recol3d=4196 -model=model_17939,1 - -// 17715 -[loc_17715] -hillskew=yes -model=model_17936,1 - -// 17716 -[loc_17716] -hillskew=yes -model=model_17937,1 - -// 17717 -[loc_17717] -hillskew=yes -model=model_17937,1 - -// 17718 -[loc_17718] -hillskew=yes -model=model_17938,1 - -// 17719 -[loc_17719] -hillskew=yes -model=model_17938,1 - -// 17720 -[loc_17720] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17896,1 -model=model_17897,2 -model=model_17898,5 - -// 17721 -[loc_17721] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -msi=msi_22 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17896,1 -model=model_17897,2 -model=model_17898,5 - -// 17722 -[loc_17722] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -msi=msi_22 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17904,1 - -// 17723 -[loc_17723] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -msi=msi_22 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17903,1 - -// 17724 -[loc_17724] -sharelight=yes -hillskew=yes -mirror=yes -resizex=128 -resizey=160 -resizez=128 -msi=msi_22 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17903,1 - -// 17725 -[loc_17725] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17893,1 -model=model_17894,5 - -// 17726 -[loc_17726] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -blockwalk=yes -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17895,1 - -// 17727 -[loc_17727] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17902,1 - -// 17728 -[loc_17728] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17901,1 - -// 17729 -[loc_17729] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17904,1 - -// 17730 -[loc_17730] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17900,1 - -// 17731 -[loc_17731] -sharelight=yes -hillskew=yes -mirror=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17900,1 - -// 17732 -[loc_17732] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17899,1 - -// 17733 -[loc_17733] -sharelight=yes -hillskew=yes -mirror=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17899,1 - -// 17734 -[loc_17734] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17903,1 - -// 17735 -[loc_17735] -sharelight=yes -hillskew=yes -mirror=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17903,1 - -// 17736 -[loc_17736] -active=no -ambient=20 -contrast=20 -model=model_17927,Q -model=model_17926,0 - -// 17737 -[loc_17737] -active=no -ambient=20 -contrast=20 -offsety=-80 -model=model_17927,Q -model=model_17926,0 - -// 17738 -[loc_17738] -sharelight=yes -hillskew=yes -model=model_17914,1 - -// 17739 -[loc_17739] -sharelight=yes -hillskew=yes -mirror=yes -model=model_17914,1 - -// 17740 -[loc_17740] -sharelight=yes -hillskew=yes -model=model_17913,1 - -// 17741 -[loc_17741] -sharelight=yes -hillskew=yes -mirror=yes -model=model_17913,1 - -// 17742 -[loc_17742] -sharelight=yes -hillskew=yes -model=model_17915,1 -model=model_17916,2 -model=model_17917,5 - -// 17743 -[loc_17743] -sharelight=yes -hillskew=yes -model=model_17918,1 - -// 17744 -[loc_17744] -sharelight=yes -hillskew=yes -mirror=yes -model=model_17918,1 - -// 17745 -[loc_17745] -sharelight=yes -hillskew=yes -resizey=160 -model=model_17912,1 - -// 17746 -[loc_17746] -sharelight=yes -hillskew=yes -resizey=160 -mirror=yes -model=model_17912,1 - -// 17747 -[loc_17747] -active=no -sharelight=yes -model=model_17786 - -// 17748 -[loc_17748] -active=no -sharelight=yes -blockrange=no -model=model_17793 - -// 17749 -[loc_17749] -active=no -sharelight=yes -model=model_17787 - -// 17750 -[loc_17750] -active=no -sharelight=yes -model=model_17790 - -// 17751 -[loc_17751] -active=no -sharelight=yes -mirror=yes -model=model_17790 - -// 17752 -[loc_17752] -active=no -sharelight=yes -blockrange=no -model=model_17788 - -// 17753 -[loc_17753] -active=no -sharelight=yes -model=model_17789 - -// 17754 -[loc_17754] -active=no -sharelight=yes -model=model_17784 - -// 17755 -[loc_17755] -active=no -sharelight=yes -model=model_17785 - -// 17756 -[loc_17756] -active=no -sharelight=yes -offsetx=0 -offsety=-100 -offsetz=0 -model=model_17786 - -// 17757 -[loc_17757] -recol1s=8355 -recol1d=7365 -recol2s=11492 -recol2d=5285 -recol3s=15392 -recol3d=9414 -recol4s=9216 -recol4d=7300 -model=model_12444 -name=Chair - -// 17758 -[loc_17758] -recol1s=14662 -recol1d=7365 -recol2s=22059 -recol2d=5285 -recol3s=15392 -recol3d=7300 -model=model_12447 -name=Chair - -// 17759 -[loc_17759] -recol1s=7329 -recol1d=5283 -recol2s=6272 -recol2d=4226 -recol3s=20933 -recol3d=15785 -model=model_12450 -name=Chair - -// 17760 -[loc_17760] -recol1s=7329 -recol1d=5283 -recol2s=6272 -recol2d=4226 -recol3s=20933 -recol3d=7365 -model=model_17826 -name=Chair - -// 17761 -[loc_17761] -model=model_17827 -name=Chair - -// 17762 -[loc_17762] -width=2 -length=2 -recol1s=7329 -recol1d=7365 -recol2s=20933 -recol2d=4226 -model=model_12581 -name=Table - -// 17763 -[loc_17763] -recol1s=14662 -recol1d=4226 -recol2s=22059 -recol2d=5283 -model=model_12410 -name=Bookcase - -// 17764 -[loc_17764] -recol1s=14662 -recol1d=7365 -recol2s=22059 -recol2d=5283 -model=model_12401 -name=Bench - -// 17765 -[loc_17765] -bgsound=synth_3120,3 -recol1s=8355 -recol1d=7397 -recol2s=11492 -recol2d=9479 -recol3s=28295 -recol3d=11524 -recol4s=32767 -recol4d=28407 -model=model_12973 -name=Grandfather clock - -// 17766 -[loc_17766] -model=model_17824 -name=The middle of a fireplace - -// 17767 -[loc_17767] -mirror=yes -model=model_17825 -name=Left side of a fireplace - -// 17768 -[loc_17768] -model=model_17825 -name=Right side of a fireplace - -// 17769 -[loc_17769] -recol1s=16875 -recol1d=7366 -recol2s=11590 -recol2d=7399 -model=model_5562 -name=Ornate vase - -// 17770 -[loc_17770] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17808,2 - -// 17771 -[loc_17771] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17803,1 - -// 17772 -[loc_17772] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17804,3 - -// 17773 -[loc_17773] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17805,C - -// 17774 -[loc_17774] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17806,1 - -// 17775 -[loc_17775] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17807,1 - -// 17776 -[loc_17776] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17801,2 - -// 17777 -[loc_17777] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17798,1 - -// 17778 -[loc_17778] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17799,1 - -// 17779 -[loc_17779] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17800,1 - -// 17780 -[loc_17780] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17794,1 - -// 17781 -[loc_17781] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17796,3 - -// 17782 -[loc_17782] -resizex=128 -resizey=160 -resizez=128 -model=model_17819 -name=Fence end - -// 17783 -[loc_17783] -resizex=128 -resizey=160 -resizez=128 -model=model_17820 -name=Fence mid - -// 17784 -[loc_17784] -resizex=128 -resizey=160 -resizez=128 -model=model_17818 -name=Fence corner - -// 17785 -[loc_17785] -resizex=128 -resizey=160 -resizez=128 -model=model_17823 -name=Fence t-piece - -// 17786 -[loc_17786] -resizex=128 -resizey=160 -resizez=128 -model=model_17822 -name=Single pillar - -// 17787 -[loc_17787] -resizex=128 -resizey=160 -resizez=128 -model=model_17817 -name=Fence mid - -// 17788 -[loc_17788] -resizex=128 -resizey=160 -resizez=128 -model=model_17814 -name=Fence corner - -// 17789 -[loc_17789] -resizex=128 -resizey=160 -resizez=128 -model=model_17813 -name=Fence bits - -// 17790 -[loc_17790] -resizex=128 -resizey=160 -resizez=128 -model=model_17815 -name=Fence mid - -// 17791 -[loc_17791] -resizex=128 -resizey=160 -resizez=128 -model=model_17816 -name=Fence mid - -// 17792 -[loc_17792] -resizex=128 -resizey=160 -resizez=128 -model=model_17797,Q - -// 17793 -[loc_17793] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17809,1 - -// 17794 -[loc_17794] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17810,1 - -// 17795 -[loc_17795] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17811,1 - -// 17796 -[loc_17796] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17812,1 - -// 17797 -[loc_17797] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17795,1 - -// 17798 -[loc_17798] -resizex=128 -resizey=160 -resizez=128 -mirror=yes -ambient=15 -model=model_17795,1 - -// 17799 -[loc_17799] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17847,A - -// 17800 -[loc_17800] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17838,Z - -// 17801 -[loc_17801] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17839,G - -// 17802 -[loc_17802] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17840,Z - -// 17803 -[loc_17803] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17841,V - -// 17804 -[loc_17804] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17842,A - -// 17805 -[loc_17805] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17843,H - -// 17806 -[loc_17806] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17848,A - -// 17807 -[loc_17807] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17844,G - -// 17808 -[loc_17808] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17845,F - -// 17809 -[loc_17809] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17846,F - -// 17810 -[loc_17810] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17828,V - -// 17811 -[loc_17811] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17829,3 - -// 17812 -[loc_17812] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17830,H - -// 17813 -[loc_17813] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17831,H - -// 17814 -[loc_17814] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17832,A - -// 17815 -[loc_17815] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17833,A - -// 17816 -[loc_17816] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17834,Z - -// 17817 -[loc_17817] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17835,Z - -// 17818 -[loc_17818] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17836,H - -// 17819 -[loc_17819] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_17837,A - -// 17820 -[loc_17820] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 17821 -[loc_17821] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 17822 -[loc_17822] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 17823 -[loc_17823] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_15957,5 - -// 17824 -[loc_17824] -hillskew=yes -sharelight=yes -active=no -ambient=10 -msi=msi_22 -retex1s=material_70 -retex1d=material_418 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 17825 -[loc_17825] -hillskew=yes -sharelight=yes -active=no -ambient=10 -retex1s=material_105 -retex1d=material_418 -model=model_15948,1 -model=model_15949,5 - -// 17826 -[loc_17826] -hillskew=yes -sharelight=yes -active=no -ambient=10 -retex1s=material_105 -retex1d=material_418 -model=model_15952,1 -model=model_15953,5 - -// 17827 -[loc_17827] -hillskew=yes -sharelight=yes -active=no -ambient=10 -retex1s=material_105 -retex1d=material_418 -model=model_15950,1 -model=model_15951,2 - -// 17828 -[loc_17828] -hillskew=yes -sharelight=yes -active=yes -ambient=10 -model=model_15961,1 -name=Rock wall - -// 17829 -[loc_17829] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_17582,1 - -// 17830 -[loc_17830] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17559,0 - -// 17831 -[loc_17831] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17564,0 - -// 17832 -[loc_17832] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17563,0 - -// 17833 -[loc_17833] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17565,0 - -// 17834 -[loc_17834] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17566,0 - -// 17835 -[loc_17835] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17567,0 - -// 17836 -[loc_17836] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17568,0 - -// 17837 -[loc_17837] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17569,0 - -// 17838 -[loc_17838] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17570,0 - -// 17839 -[loc_17839] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17571,0 - -// 17840 -[loc_17840] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17572,0 - -// 17841 -[loc_17841] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17574,0 - -// 17842 -[loc_17842] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_17575,0 - -// 17843 -[loc_17843] -active=no -hillskew=yes -sharelight=yes -blockwalk=yes -model=model_17573 - -// 17844 -[loc_17844] -active=no -hillskew=yes -sharelight=yes -blockwalk=yes -model=model_17576 - -// 17845 -[loc_17845] -active=no -hillskew=yes -sharelight=yes -blockwalk=yes -ambient=-40 -model=model_17576 - -// 17846 -[loc_17846] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=no -forcedecor=yes -model=model_13252 -name=Rift - -// 17847 -[loc_17847] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_13253 -name=Rift - -// 17848 -[loc_17848] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_13253 -name=Rift - -// 17849 -[loc_17849] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_13254 -name=Rift - -// 17850 -[loc_17850] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_13257 -name=Rift - -// 17851 -[loc_17851] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_13258 -name=Rift - -// 17852 -[loc_17852] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_13258 -name=Rift - -// 17853 -[loc_17853] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_13259 -name=Rift - -// 17854 -[loc_17854] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_13260 -name=Rift - -// 17855 -[loc_17855] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_17270 -name=Rift - -// 17856 -[loc_17856] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -model=model_17271 -name=Rift - -// 17857 -[loc_17857] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_17590,1 -model=model_17591,2 -model=model_17592,3 -model=model_17593,4 -model=model_17594,5 - -// 17858 -[loc_17858] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_17586,1 -model=model_17587,3 -model=model_17588,5 - -// 17859 -[loc_17859] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_17597,1 -model=model_17598,3 -model=model_17599,5 - -// 17860 -[loc_17860] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_17595,1 -model=model_17596,5 - -// 17861 -[loc_17861] -sharelight=yes -hillskew=yes -active=no -ambient=20 -resizey=40 -recol1s=12580 -recol1d=4226 -model=model_834 - -// 17862 -[loc_17862] -sharelight=yes -hillskew=yes -active=no -ambient=20 -resizey=40 -recol1s=12580 -recol1d=4226 -model=model_787 - -// 17863 -[loc_17863] -active=no -sharelight=yes -hillskew=yes -model=model_17589,0 - -// 17864 -[loc_17864] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12125,0 - -// 17865 -[loc_17865] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12126,0 - -// 17866 -[loc_17866] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12127,0 - -// 17867 -[loc_17867] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12128,0 - -// 17868 -[loc_17868] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12129,0 - -// 17869 -[loc_17869] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12130,0 - -// 17870 -[loc_17870] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12131,0 - -// 17871 -[loc_17871] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=12580 -recol1d=6374 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 17872 -[loc_17872] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=12580 -recol1d=6374 -model=model_787 - -// 17873 -[loc_17873] -blockwalk=yes -active=no -recol1s=8423 -recol1d=6374 -recol2s=9480 -recol2d=7431 -recol3s=10537 -recol3d=8488 -recol4s=11594 -recol4d=9545 -recol5s=12651 -recol5d=10602 -recol6s=14699 -recol6d=11659 -model=model_11798 - -// 17874 -[loc_17874] -blockwalk=yes -active=no -recol1s=8423 -recol1d=6374 -recol2s=9480 -recol2d=7431 -recol3s=10537 -recol3d=8488 -recol4s=11594 -recol4d=9545 -recol5s=12651 -recol5d=10602 -recol6s=14699 -recol6d=11659 -model=model_11799 - -// 17875 -[loc_17875] -blockwalk=yes -active=no -recol1s=8423 -recol1d=6374 -recol2s=9480 -recol2d=7431 -recol3s=10537 -recol3d=8488 -recol4s=11594 -recol4d=9545 -recol5s=12651 -recol5d=10602 -recol6s=14699 -recol6d=11659 -model=model_11800 - -// 17876 -[loc_17876] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=6374 -recol2s=6305 -recol2d=7431 -recol3s=7362 -recol3d=8488 -recol4s=8419 -recol4d=9545 -recol5s=9476 -recol5d=10602 -recol6s=10533 -recol6d=11659 -model=model_12040 - -// 17877 -[loc_17877] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=6374 -recol2s=6305 -recol2d=7431 -recol3s=7362 -recol3d=8488 -recol4s=8419 -recol4d=9545 -recol5s=9476 -recol5d=10602 -recol6s=10533 -recol6d=11659 -model=model_12041 - -// 17878 -[loc_17878] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -forcedecor=yes -recol1s=5248 -recol1d=6374 -recol2s=6305 -recol2d=7431 -recol3s=7362 -recol3d=8488 -recol4s=8419 -recol4d=9545 -recol5s=9476 -recol5d=10602 -recol6s=10533 -recol6d=11659 -model=model_12042,0 - -// 17879 -[loc_17879] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35421 -name=Rift - -// 17880 -[loc_17880] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35435 -name=Rift - -// 17881 -[loc_17881] -hillskew=yes -mirror=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35435 -name=Rift - -// 17882 -[loc_17882] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35428 -name=Rift - -// 17883 -[loc_17883] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35419 -name=Rift - -// 17884 -[loc_17884] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35433 -name=Rift - -// 17885 -[loc_17885] -hillskew=yes -mirror=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35433 -name=Rift - -// 17886 -[loc_17886] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35417 -name=Rift - -// 17887 -[loc_17887] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35423 -name=Rift - -// 17888 -[loc_17888] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35434 -name=Rift - -// 17889 -[loc_17889] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_35429 -name=Rift - -// 17890 -[loc_17890] -blockwalk=yes -ambient=10 -blockrange=no -model=model_17867 -name=Bookshelf - -// 17891 -[loc_17891] -blockwalk=yes -ambient=10 -blockrange=no -model=model_17868 -name=Bookshelf - -// 17892 -[loc_17892] -blockwalk=no -ambient=10 -model=model_17869,Q - -// 17893 -[loc_17893] -blockwalk=yes -ambient=10 -width=2 -blockrange=no -model=model_17873 -name=Lab table - -// 17894 -[loc_17894] -blockwalk=yes -ambient=10 -width=2 -blockrange=no -model=model_17874 -name=Lab table - -// 17895 -[loc_17895] -blockwalk=yes -ambient=10 -width=2 -blockrange=no -model=model_17875 -model2=model_17879 -model3=model_17880 -name=Lab table - -// 17896 -[loc_17896] -blockwalk=yes -ambient=10 -width=2 -blockrange=no -model=model_17875 -name=Lab table - -// 17897 -[loc_17897] -blockwalk=yes -ambient=10 -width=3 -blockrange=no -model=model_17877 -name=Lab tube - -// 17898 -[loc_17898] -blockwalk=yes -ambient=10 -blockrange=no -model=model_17878 -name=Lab tube - -// 17899 -[loc_17899] -blockwalk=yes -ambient=10 -model=model_17876 -name=Experiment booth - -// 17900 -[loc_17900] -active=no -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -model=model_6618,1 -model=model_6619,2 -model=model_6620,5 - -// 17901 -[loc_17901] -active=no -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -model=model_13984,1 - -// 17902 -[loc_17902] -sharelight=yes -hillskew=yes -active=no -ambient=10 -resizey=160 -recol1s=12580 -recol1d=0 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 17903 -[loc_17903] -sharelight=yes -hillskew=yes -active=no -ambient=10 -resizey=160 -recol1s=12580 -recol1d=0 -model=model_787 - -// 17904 -[loc_17904] -blockrange=no -recol1s=9543 -recol1d=6306 -recol2s=13605 -recol2d=11590 -recol3s=12548 -recol3d=9477 -recol4s=11491 -recol4d=8420 -recol5s=10434 -recol5d=7363 -recol6s=7297 -recol6d=5249 -model=model_8232 -name=Barrel - -// 17905 -[loc_17905] -ambient=15 -recol1s=9410 -recol1d=5249 -recol2s=10467 -recol2d=6306 -recol3s=11524 -recol3d=7363 -recol4s=12581 -recol4d=8420 -recol5s=13638 -recol5d=9477 -recol6s=14695 -recol6d=11590 -model=model_7704 -name=Crate - -// 17906 -[loc_17906] -ambient=15 -recol1s=9410 -recol1d=5249 -recol2s=10467 -recol2d=6306 -recol3s=11524 -recol3d=7363 -recol4s=12581 -recol4d=8420 -recol5s=13638 -recol5d=9477 -recol6s=14695 -recol6d=11590 -model=model_7700 -name=Crates - -// 17907 -[loc_17907] -blockrange=no -recol1s=13639 -recol1d=11590 -recol2s=12582 -recol2d=9477 -recol3s=11525 -recol3d=8420 -recol4s=10468 -recol4d=7363 -recol5s=9411 -recol5d=6306 -recol6s=8354 -recol6d=5249 -model=model_5283 -name=Boxes - -// 17908 -[loc_17908] -blockrange=no -recol1s=14695 -recol1d=11590 -recol2s=13638 -recol2d=9477 -recol3s=12581 -recol3d=8420 -recol4s=11524 -recol4d=7363 -recol5s=10467 -recol5d=6306 -recol6s=9410 -recol6d=5249 -model=model_7685 -name=Crate - -// 17909 -[loc_17909] -blockwalk=yes -blockrange=no -recol1s=20933 -recol1d=8420 -recol2s=7329 -recol2d=11590 -model=model_10089 -name=Stool - -// 17910 -[loc_17910] -blockwalk=yes -blockrange=no -recol1s=20933 -recol1d=11590 -recol2s=7329 -recol2d=8420 -model=model_17872 -name=Stool - -// 17911 -[loc_17911] -resizey=160 -ambient=10 -model=model_6623,1 - -// 17912 -[loc_17912] -mirror=yes -resizey=160 -ambient=10 -model=model_6623,1 - -// 17913 -[loc_17913] -sharelight=yes -blockwalk=yes -active=no -shadow=no -msi=msi_22 -resizey=160 -model=model_12030,1 -model=model_16331,5 - -// 17914 -[loc_17914] -active=no -unknown90=yes -model=model_17862,0 - -// 17915 -[loc_17915] -active=no -model=model_17864,0 - -// 17916 -[loc_17916] -active=no -model=model_17865,0 - -// 17917 -[loc_17917] -active=no -model=model_17866,0 - -// 17918 -[loc_17918] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 17919 -[loc_17919] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_4345,A -model=model_4346,S - -// 17920 -[loc_17920] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_4347,A -model=model_4348,S - -// 17921 -[loc_17921] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=20935 -recol4d=6337 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 17922 -[loc_17922] -sharelight=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6337 -recol5s=7331 -recol5d=4224 -recol6s=20935 -recol6d=6337 -model=model_16464,Z - -// 17923 -[loc_17923] -sharelight=yes -mirror=yes -active=no -hillskew=yes -recol1s=10500 -recol1d=6370 -recol2s=4128 -recol2d=4256 -recol3s=12582 -recol3d=8484 -recol4s=9445 -recol4d=6337 -recol5s=7331 -recol5d=4224 -recol6s=20935 -recol6d=6337 -model=model_16464,Z - -// 17924 -[loc_17924] -active=no -sharelight=yes -forcedecor=yes -hillskew=yes -mirror=yes -model=model_14066,0 - -// 17925 -[loc_17925] -active=no -model=model_17554,8 -model=model_17553,1 - -// 17926 -[loc_17926] -active=no -hillskew=yes -model=model_5357 - -// 17927 -[loc_17927] -active=no -hillskew=yes -model=model_5358 - -// 17928 -[loc_17928] -active=no -hillskew=yes -model=model_5360 - -// 17929 -[loc_17929] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=7397 -recol2s=9480 -recol2d=6340 -recol3s=10537 -recol3d=5283 -recol4s=11594 -recol4d=4226 -recol5s=12651 -recol5d=3169 -recol6s=14699 -recol6d=2112 -model=model_12125,0 - -// 17930 -[loc_17930] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=7397 -recol2s=9480 -recol2d=6340 -recol3s=10537 -recol3d=5283 -recol4s=11594 -recol4d=4226 -recol5s=12651 -recol5d=3169 -recol6s=14699 -recol6d=2112 -model=model_12126,0 - -// 17931 -[loc_17931] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=7397 -recol2s=9480 -recol2d=6340 -recol3s=10537 -recol3d=5283 -recol4s=11594 -recol4d=4226 -recol5s=12651 -recol5d=3169 -recol6s=14699 -recol6d=2112 -model=model_12127,0 - -// 17932 -[loc_17932] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=7397 -recol2s=9480 -recol2d=6340 -recol3s=10537 -recol3d=5283 -recol4s=11594 -recol4d=4226 -recol5s=12651 -recol5d=3169 -recol6s=14699 -recol6d=2112 -model=model_12128,0 - -// 17933 -[loc_17933] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=7397 -recol2s=9480 -recol2d=6340 -recol3s=10537 -recol3d=5283 -recol4s=11594 -recol4d=4226 -recol5s=12651 -recol5d=3169 -recol6s=14699 -recol6d=2112 -model=model_12130,0 - -// 17934 -[loc_17934] -sharelight=yes -hillskew=yes -model=model_17913 -name=Wall - -// 17935 -[loc_17935] -sharelight=yes -hillskew=yes -mirror=yes -model=model_17913 -name=Wall - -// 17936 -[loc_17936] -sharelight=yes -hillskew=yes -mirror=yes -length=2 -model=model_17944 -model2=model_17945 -name=Wall - -// 17937 -[loc_17937] -sharelight=yes -hillskew=yes -model=model_17917 -name=Wall - -// 17938 -[loc_17938] -sharelight=yes -hillskew=yes -model=model_17916 -name=Wall - -// 17939 -[loc_17939] -sharelight=yes -hillskew=yes -blockwalk=no -model=model_17918 -name=Wall - -// 17940 -[loc_17940] -sharelight=yes -hillskew=yes -mirror=yes -blockwalk=no -model=model_17918 -name=Wall - -// 17941 -[loc_17941] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17946 -name=Wall - -// 17942 -[loc_17942] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17947,1 - -// 17943 -[loc_17943] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17946 -name=Wall - -// 17944 -[loc_17944] -forcedecor=yes -model=model_17887,0 - -// 17945 -[loc_17945] -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17887,0 - -// 17946 -[loc_17946] -forcedecor=yes -recol1s=7365 -recol1d=5283 -recol2s=7364 -recol2d=5316 -recol3s=5284 -recol3d=6308 -recol4s=4227 -recol4d=4260 -recol5s=3203 -recol5d=6340 -model=model_17887,0 - -// 17947 -[loc_17947] -forcedecor=yes -model=model_17886,0 - -// 17948 -[loc_17948] -mirror=yes -forcedecor=yes -model=model_17886,0 - -// 17949 -[loc_17949] -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17886,0 - -// 17950 -[loc_17950] -mirror=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17886,0 - -// 17951 -[loc_17951] -forcedecor=yes -recol1s=7365 -recol1d=5283 -recol2s=7364 -recol2d=5316 -recol3s=5284 -recol3d=6308 -recol4s=4227 -recol4d=4260 -recol5s=3203 -recol5d=6340 -model=model_17886,0 - -// 17952 -[loc_17952] -mirror=yes -forcedecor=yes -recol1s=7365 -recol1d=5283 -recol2s=7364 -recol2d=5316 -recol3s=5284 -recol3d=6308 -recol4s=4227 -recol4d=4260 -recol5s=3203 -recol5d=6340 -model=model_17886,0 - -// 17953 -[loc_17953] -length=3 -width=2 -shadow=no -op1=Search -forceapproach=east -model=model_14065 -name=Boat - -// 17954 -[loc_17954] -length=3 -width=2 -shadow=no -op1=Search -op2=Push -forceapproach=north -model=model_17556 -name=Boat - -// 17955 -[loc_17955] -length=3 -width=3 -shadow=no -op1=Board -model=model_17556 -name=Boat - -// 17956 -[loc_17956] -active=yes -forcedecor=yes -hillskew=yes -op1=Look-at -blockwalk=yes -model=model_14067,0 -name=Boat Chute - -// 17957 -[loc_17957] -active=yes -forcedecor=yes -hillskew=yes -op1=Look-at -blockwalk=yes -model=model_17551,0 -name=Boat Chute - -// 17958 -[loc_17958] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -active=yes -blockwalk=no -op1=Jump-onto -recol1s=6407 -recol1d=3204 -model=model_17338 -name=Rock - -// 17959 -[loc_17959] -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -active=yes -blockwalk=no -op1=Climb-up -offsety=-20 -recol1s=6407 -recol1d=3204 -model=model_17338 -name=Rock - -// 17960 -[loc_17960] -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -mirror=yes -active=yes -blockwalk=no -op1=Climb-down -offsety=-20 -recol1s=6407 -recol1d=3204 -model=model_17338 -name=Rock - -// 17961 -[loc_17961] -active=yes -forcedecor=yes -hillskew=yes -blockwalk=no -op1=Jump-onto -model=model_17338 -name=Boat - -// 17962 -[loc_17962] -hillskew=yes -ambient=20 -op1=Mine -op2=Prospect -op3=Hidden -model=model_17578,Q -name=Daeyalt rocks - -// 17963 -[loc_17963] -hillskew=yes -ambient=20 -op1=Mine -op2=Prospect -op3=Hidden -model=model_17579,Q -name=Daeyalt rocks - -// 17964 -[loc_17964] -hillskew=yes -ambient=20 -op1=Mine -op2=Prospect -op3=Hidden -model=model_17581,Q -name=Daeyalt rocks - -// 17965 -[loc_17965] -hillskew=yes -ambient=20 -op2=Prospect -model=model_17580,Q -name=Daeyalt rocks - -// 17966 -[loc_17966] -ambient=10 -blockwalk=yes -active=yes -op1=Search -model=model_17558 -model2=model_17577 -model3=model_17557 -name=Mine cart - -// 17967 -[loc_17967] -ambient=10 -blockwalk=yes -active=yes -op1=Search -model=model_17558 -model2=model_17577 -model3=model_17560 -name=Mine cart - -// 17968 -[loc_17968] -ambient=10 -blockwalk=yes -active=yes -op1=Search -model=model_17558 -model2=model_17577 -model3=model_17561 -name=Mine cart - -// 17969 -[loc_17969] -ambient=10 -blockwalk=yes -active=yes -op1=Search -model=model_17558 -model2=model_17577 -model3=model_17562 -name=Mine cart - -// 17970 -[loc_17970] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -op1=Jump-to -model=model_17338 -name=Rock - -// 17971 -[loc_17971] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -op1=Climb-down -model=model_17338 -name=Rock - -// 17972 -[loc_17972] -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -op1=Climb-down -model=model_17338 -name=Rock - -// 17973 -[loc_17973] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -op1=Open -active=yes -model=model_17615,1 -name=Door - -// 17974 -[loc_17974] -resizex=128 -resizey=160 -resizez=128 -op1=Climb-up -forceapproach=south -msi=msi_7 -model=model_17636 -name=Ladder - -// 17975 -[loc_17975] -resizex=128 -resizey=160 -resizez=128 -op1=Climb-down -forceapproach=north -msi=msi_7 -model=model_17635 -model=model_17745 -name=Ladder - -// 17976 -[loc_17976] -resizex=128 -resizey=160 -resizez=128 -length=2 -op1=Climb-up -forceapproach=south -model=model_17689 -name=Stairs up - -// 17977 -[loc_17977] -resizex=128 -resizey=160 -resizez=128 -length=2 -op1=Climb-up -forceapproach=south -model=model_17690 -name=Broken stairs - -// 17978 -[loc_17978] -resizex=128 -resizey=160 -resizez=128 -length=2 -op1=Climb-down -forceapproach=north -model=model_17687 -name=Stairs down - -// 17979 -[loc_17979] -resizex=128 -resizey=160 -resizez=128 -length=2 -op1=Climb-down -forceapproach=north -model=model_17688 -name=Broken stairs - -// 17980 -[loc_17980] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -op4=Search -op5=Push -model=model_17702,1 -name=Wall - -// 17981 -[loc_17981] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17702,1 - -// 17982 -[loc_17982] -op2=Search -op5=Press -forceapproach=east -blockwalk=no -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17759,1 -name=Decorated wall - -// 17983 -[loc_17983] -active=yes -blockwalk=no -forceapproach=west -forcedecor=yes -model=model_17646,0 -name=Rug - -// 17984 -[loc_17984] -active=yes -op1=Open -blockwalk=no -forceapproach=west -forcedecor=yes -raiseobject=no -model=model_17648,0 -name=Lumpy rug - -// 17985 -[loc_17985] -active=yes -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=no -forceapproach=west -forcedecor=yes -model=model_17647,0 -name=Trapdoor - -// 17986 -[loc_17986] -op1=Climb-up -forceapproach=east -blockwalk=no -ambient=10 -msi=msi_7 -model=model_17852 -name=Ladder - -// 17987 -[loc_17987] -op1=Search -blockrange=no -recol1s=8485 -recol1d=10534 -recol2s=7428 -recol2d=9477 -recol3s=6371 -recol3d=8420 -recol4s=5314 -recol4d=7363 -recol5s=4257 -recol5d=6306 -recol6s=3200 -recol6d=5249 -model=model_13975 -model2=model_17861 -name=Boxes - -// 17988 -[loc_17988] -model=model_17669 -name=Bush - -// 17989 -[loc_17989] -op1=Search -model=model_17668 -name=Bush - -// 17990 -[loc_17990] -model=model_17666 -name=Bush - -// 17991 -[loc_17991] -model=model_17667 -name=Bush - -// 17992 -[loc_17992] -active=no -blockwalk=no -forcedecor=yes -unknown90=yes -model=model_17645,0 - -// 17993 -[loc_17993] -active=no -blockwalk=no -forcedecor=yes -unknown90=yes -model=model_17649,0 - -// 17994 -[loc_17994] -active=no -blockwalk=no -forcedecor=yes -unknown90=yes -model=model_17646,0 - -// 17995 -[loc_17995] -op2=Climb-down -resizex=128 -resizey=160 -resizez=128 -offsety=40 -msi=msi_7 -model=model_17635 -model=model_17745 -name=Ladder - -// 17996 -[loc_17996] -op1=Climb-up -resizex=128 -resizey=175 -resizez=128 -msi=msi_7 -model=model_17636 -name=Ladder - -// 17997 -[loc_17997] -op1=Climb-up -resizex=128 -resizey=128 -resizez=128 -msi=msi_7 -model=model_17636 -name=Ladder - -// 17998 -[loc_17998] -op2=Climb-down -resizex=128 -resizey=128 -resizez=128 -offsety=40 -msi=msi_7 -model=model_17635 -model=model_17745 -name=Ladder - -// 17999 -[loc_17999] -op2=Climb-down -resizex=128 -resizey=160 -resizez=128 -offsety=40 -msi=msi_7 -forceapproach=north -model=model_17635 -name=Ladder - -// 18000 -[loc_18000] -op2=Climb-up -resizex=128 -resizey=175 -resizez=128 -msi=msi_7 -forceapproach=south -model=model_17636 -name=Ladder - -// 18001 -[loc_18001] -op2=Climb-down -resizex=128 -resizey=128 -resizez=128 -offsety=40 -msi=msi_7 -forceapproach=north -model=model_17635 -model=model_17745 -name=Ladder - -// 18002 -[loc_18002] -op2=Climb-up -resizex=128 -resizey=128 -resizez=128 -msi=msi_7 -forceapproach=south -model=model_17636 -name=Ladder - -// 18003 -[loc_18003] -model=model_17732,Q - -// 18004 -[loc_18004] -model=model_17747,Q - -// 18005 -[loc_18005] -ambient=20 -model=model_17736,Q - -// 18006 -[loc_18006] -ambient=15 -recol1s=7365 -recol1d=7398 -recol2s=5251 -recol2d=5317 -recol3s=10535 -recol3d=5284 -recol4s=8421 -recol4d=5285 -recol5s=9479 -recol5d=6342 -model=model_17730 -name=Barrel of fishbones - -// 18007 -[loc_18007] -ambient=15 -model=model_17737 -name=Corner Table - -// 18008 -[loc_18008] -ambient=15 -width=2 -recol1s=7365 -recol1d=7398 -recol2s=5251 -recol2d=5317 -recol3s=10535 -recol3d=5284 -recol4s=8421 -recol4d=5285 -recol5s=9479 -recol5d=6342 -model=model_17739 -name=Cutting Table - -// 18009 -[loc_18009] -ambient=15 -width=2 -model=model_17740 -name=Broken fish display - -// 18010 -[loc_18010] -ambient=15 -width=2 -model=model_17742 -name=Stagnant fish display - -// 18011 -[loc_18011] -recol1s=11591 -recol1d=7398 -recol2s=11590 -recol2d=5317 -recol3s=9477 -recol3d=5284 -recol4s=8421 -recol4d=5285 -recol5s=9479 -recol5d=6342 -model=model_18181 -name=A fallen barrel - -// 18012 -[loc_18012] -recol1s=11591 -recol1d=7398 -recol2s=11590 -recol2d=5317 -recol3s=9477 -recol3d=5284 -recol4s=8421 -recol4d=5285 -recol5s=9479 -recol5d=6342 -model=model_18180 -name=Broken barrel - -// 18013 -[loc_18013] -width=2 -recol1s=13638 -recol1d=7398 -recol2s=11524 -recol2d=5317 -recol3s=12581 -recol3d=5284 -recol4s=9410 -recol4d=5285 -recol5s=10467 -recol5d=8420 -recol6s=14695 -recol6d=6342 -model=model_16532 -model2=model_16529 -name=Stacked crates - -// 18014 -[loc_18014] -ambient=12 -recol1s=20935 -recol1d=7398 -recol2s=16707 -recol2d=5317 -recol3s=5284 -recol3d=8420 -recol4s=17764 -recol4d=5285 -recol5s=18821 -recol5d=6342 -model=model_4326 -model2=model_17735 -name=Table and till - -// 18015 -[loc_18015] -ambient=15 -blockrange=no -recol1s=11593 -recol1d=7398 -recol2s=7297 -recol2d=5317 -recol3s=11491 -recol3d=5284 -recol4s=12548 -recol4d=5285 -recol5s=13605 -recol5d=6342 -recol6s=9479 -recol6d=8420 -model=model_14828 -model2=model_14829 -name=Barrel - -// 18016 -[loc_18016] -width=2 -ambient=15 -blockrange=no -recol1s=13638 -recol1d=7398 -recol2s=16809 -recol2d=5317 -recol3s=10467 -recol3d=5284 -recol4s=12581 -recol4d=5285 -recol5s=11524 -recol5d=6342 -recol6s=14695 -recol6d=8420 -model=model_17660 -name=Broken counter - -// 18017 -[loc_18017] -ambient=15 -blockrange=no -recol1s=13638 -recol1d=7398 -recol2s=16809 -recol2d=5317 -recol3s=10467 -recol3d=5284 -recol4s=12581 -recol4d=5285 -recol5s=11524 -recol5d=6342 -recol6s=14695 -recol6d=8420 -model=model_17729 -name=Counter - -// 18018 -[loc_18018] -ambient=15 -blockrange=no -recol1s=16809 -recol1d=8420 -recol2s=13638 -recol2d=7398 -recol3s=14695 -recol3d=8420 -recol4s=12581 -recol4d=5284 -recol5s=10467 -recol5d=5317 -model=model_17728 -name=Counter - -// 18019 -[loc_18019] -ambient=15 -blockrange=no -recol1s=13638 -recol1d=7398 -recol2s=16809 -recol2d=5317 -recol3s=10467 -recol3d=5284 -recol4s=12581 -recol4d=5285 -recol5s=11524 -recol5d=6342 -recol6s=14695 -recol6d=8420 -model=model_17659,Q - -// 18020 -[loc_18020] -hillskew=yes -ambient=5 -blockrange=no -recol1s=28407 -recol1d=18962 -recol2s=32767 -recol2d=18960 -recol3s=25300 -recol3d=21106 -model=model_18176,0 - -// 18021 -[loc_18021] -hillskew=yes -ambient=5 -blockrange=no -recol1s=28407 -recol1d=18962 -recol2s=32767 -recol2d=18960 -recol3s=25300 -recol3d=21106 -model=model_18177,0 - -// 18022 -[loc_18022] -hillskew=yes -ambient=5 -blockrange=no -recol1s=28407 -recol1d=18962 -recol2s=32767 -recol2d=18960 -recol3s=25300 -recol3d=21106 -model=model_18178,0 - -// 18023 -[loc_18023] -hillskew=yes -ambient=5 -blockrange=no -recol1s=28407 -recol1d=18962 -recol2s=32767 -recol2d=18960 -recol3s=25300 -recol3d=21106 -model=model_18179,0 - -// 18024 -[loc_18024] -active=no -hillskew=yes -active=no -recol1s=22131 -recol1d=6339 -recol2s=16846 -recol2d=5282 -recol3s=11561 -recol3d=4225 -model=model_4401,0 - -// 18025 -[loc_18025] -active=no -hillskew=yes -active=no -recol1s=22131 -recol1d=6339 -recol2s=16846 -recol2d=5282 -recol3s=11561 -recol3d=4225 -model=model_4402,0 - -// 18026 -[loc_18026] -active=no -hillskew=yes -active=no -recol1s=22131 -recol1d=6339 -recol2s=16846 -recol2d=5282 -recol3s=11561 -recol3d=4225 -model=model_4403,0 - -// 18027 -[loc_18027] -active=no -hillskew=yes -active=no -recol1s=22131 -recol1d=6339 -recol2s=16846 -recol2d=5282 -recol3s=11561 -recol3d=4225 -model=model_4404,0 - -// 18028 -[loc_18028] -active=yes -blockwalk=yes -model=model_17884 -model2=model_17885 -name=Skeleton - -// 18029 -[loc_18029] -active=yes -blockwalk=yes -model=model_17885 -name=Skeleton - -// 18030 -[loc_18030] -active=yes -blockwalk=yes -model=model_17881 -model2=model_17882 -name=Machine - -// 18031 -[loc_18031] -op1=Close -active=yes -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17615,1 -name=Door - -// 18032 -[loc_18032] -op1=Close -active=yes -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17614,1 -name=Door - -// 18033 -[loc_18033] -op1=Search -op5=Kick-down -active=yes -active=yes -blockwalk=yes -model=model_17921,0 -name=Floor - -// 18034 -[loc_18034] -op5=Climb-down -active=yes -resizey=160 -blockwalk=yes -model=model_17891,0 -name=Floor - -// 18035 -[loc_18035] -active=yes -active=yes -blockwalk=yes -model=model_17923,0 -name=Floor - -// 18036 -[loc_18036] -active=yes -op1=Climb-up -active=yes -resizey=160 -msi=msi_7 -blockwalk=yes -model=model_17920,0 -name=Floor - -// 18037 -[loc_18037] -op1=Climb-over -resizex=128 -resizey=160 -resizez=128 -hillskew=yes -recol1s=6407 -recol1d=3204 -model=model_17911 -name=Wall rubble - -// 18038 -[loc_18038] -op1=Climb-over -resizex=128 -resizey=160 -resizez=128 -hillskew=yes -recol1s=6407 -recol1d=3204 -model=model_17911 -name=Wall rubble - -// 18039 -[loc_18039] -op1=Look-at -resizey=160 -model=model_17638 -name=Fireplace - -// 18040 -[loc_18040] -active=yes -blockwalk=yes -resizey=160 -model=model_17664,1 -name=Tapestry - -// 18041 -[loc_18041] -active=yes -blockwalk=yes -op5=Walk-through -resizey=160 -blockrange=no -model=model_17665,1 -name=Slashed tapestry - -// 18042 -[loc_18042] -active=yes -op5=Look-at -blockwalk=no -ambient=10 -model=model_17654,Q -name=Portrait - -// 18043 -[loc_18043] -active=yes -op1=Search -op5=Look-at -blockwalk=no -ambient=10 -model=model_17641,Q -name=Portrait - -// 18044 -[loc_18044] -active=yes -op1=Search -op5=Look-at -blockwalk=no -ambient=10 -model=model_17656,Q -name=Portrait - -// 18045 -[loc_18045] -op3=Search -ambient=20 -model=model_17643 -name=Vampyre statue - -// 18046 -[loc_18046] -op3=Search -ambient=20 -model=model_17616 -model2=model_17642 -name=Statue with key - -// 18047 -[loc_18047] -op1=Open -active=yes -raiseobject=no -ambient=10 -resizey=160 -model=model_17863,1 -name=Door - -// 18048 -[loc_18048] -active=yes -ambient=10 -resizey=160 -model=model_17863,1 -name=Door - -// 18049 -[loc_18049] -forceapproach=south -msi=msi_7 -op1=Climb-down -length=2 -sharelight=yes -model=model_17870 -name=Staircase - -// 18050 -[loc_18050] -forceapproach=north -msi=msi_7 -op1=Climb-up -length=3 -model=model_17871 -name=Staircase - -// 18051 -[loc_18051] -width=2 -op1=Search -blockrange=no -model=model_1213 -name=Table - -// 18052 -[loc_18052] -op2=Search -ambient=20 -model=model_17883 -name=Broken rune case - -// 18053 -[loc_18053] -active=yes -blockwalk=yes -forcedecor=yes -model=model_17940,0 -name=Rubble - -// 18054 -[loc_18054] -op1=Open -active=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17949,1 -name=Barricade - -// 18055 -[loc_18055] -active=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17949,1 -name=Barricade - -// 18056 -[loc_18056] -op1=Look-at -op2=Search -sharelight=yes -hillskew=yes -resizex=128 -resizey=160 -resizez=128 -recol1s=11625 -recol1d=6343 -recol2s=6407 -recol2d=3204 -model=model_17948 -name=Rocky surface - -// 18057 -[loc_18057] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -op1=Open -active=yes -model=model_17743,1 -name=Door - -// 18058 -[loc_18058] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -active=yes -model=model_17743,1 -name=Door - -// 18059 -[loc_18059] -op1=Search -active=yes -blockwalk=yes -blockrange=no -model=model_17655,0 -name=Table - -// 18060 -[loc_18060] -op1=Open -active=yes -blockwalk=yes -blockrange=no -model=model_35404,8 -model=model_17657,0 -name=Trapdoor table - -// 18061 -[loc_18061] -op1=Climb-into -active=yes -blockwalk=yes -blockrange=no -model=model_35403,8 -model=model_17661,0 -name=Trapdoor tunnel - -// 18062 -[loc_18062] -op1=Search -active=yes -blockwalk=yes -blockrange=no -model=model_17658 -name=Table - -// 18063 -[loc_18063] -op1=Open -active=yes -blockwalk=yes -blockrange=no -model=model_17658 -name=Trapdoor table - -// 18064 -[loc_18064] -active=yes -blockwalk=yes -blockrange=no -model=model_17662 -name=Trapdoor table - -// 18065 -[loc_18065] -resizex=128 -resizey=160 -resizez=128 -op1=Search -model=model_17679 -name=Pots - -// 18066 -[loc_18066] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -active=yes -op1=Search -model=model_17720,1 -name=Wall - -// 18067 -[loc_18067] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -active=yes -op1=Search -model=model_17716,1 -model=model_17717,2 -model=model_17718,3 -model=model_17719,5 -name=Wall - -// 18068 -[loc_18068] -active=yes -op1=Search -model=model_17744 -name=Broken ladder - -// 18069 -[loc_18069] -op1=Climb-down -active=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17635 -name=Ladder - -// 18070 -[loc_18070] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17618,0 -name=Floorboards - -// 18071 -[loc_18071] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 -name=Floorboards - -// 18072 -[loc_18072] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17924,0 -name=Floorboards - -// 18073 -[loc_18073] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17622,0 -name=Floorboards - -// 18074 -[loc_18074] -op5=Push -active=yes -blockwalk=no -width=2 -model=model_17751 -name=Wall - -// 18075 -[loc_18075] -active=yes -width=2 -blockwalk=no -anim=seq_4744 -model=model_17752 -name=Wall - -// 18076 -[loc_18076] -blockwalk=yes -active=yes -op1=Walk-across -forcedecor=yes -model=model_17753,0 -name=Floor - -// 18077 -[loc_18077] -blockwalk=yes -offsety=80 -active=yes -op1=Walk-across -forcedecor=yes -model=model_17754,0 -name=Floor - -// 18078 -[loc_18078] -op5=Crawl-under -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17711,1 -name=Wall - -// 18079 -[loc_18079] -op5=Push -active=yes -blockwalk=no -width=2 -offsety=-40 -model=model_17751 -name=Wall - -// 18080 -[loc_18080] -active=yes -width=2 -blockwalk=no -anim=seq_4745 -model=model_17756 -name=Wall - -// 18081 -[loc_18081] -blockwalk=yes -active=yes -op1=Walk-across -forcedecor=yes -offsety=-40 -model=model_17755,0 -name=Floor - -// 18082 -[loc_18082] -blockwalk=yes -active=yes -op1=Walk-across -forcedecor=yes -offsety=-40 -model=model_17757,0 -name=Floor - -// 18083 -[loc_18083] -active=yes -multivar=varplayerbit_2597 -multiloc=0,loc_18059 -multiloc=1,loc_18060 -multiloc=2,loc_18061 - -// 18084 -[loc_18084] -active=yes -multivar=varplayerbit_2597 -multiloc=0,loc_18062 -multiloc=1,loc_18063 -multiloc=2,loc_18064 - -// 18085 -[loc_18085] -op5=Climb-into -active=yes -wallwidth=32 -occlude=yes -blockwalk=yes -model=model_17663,0 -name=Tunnel - -// 18086 -[loc_18086] -op5=Climb-up -active=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17686,Q -name=Shelf - -// 18087 -[loc_18087] -op5=Climb-down -active=yes -resizex=128 -resizey=160 -resizez=128 -forcedecor=yes -model=model_17685 -model=model_17746 -name=Shelf - -// 18088 -[loc_18088] -op5=Crawl-under -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17711,1 -name=Wall - -// 18089 -[loc_18089] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 -name=Floorboards - -// 18090 -[loc_18090] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 -name=Floorboards - -// 18091 -[loc_18091] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -op1=Open -active=yes -model=model_17614,1 -name=Door - -// 18092 -[loc_18092] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -op1=Open -active=yes -model=model_17614,1 -name=Door - -// 18093 -[loc_18093] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17622,0 -name=Floorboards - -// 18094 -[loc_18094] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 -name=Floorboards - -// 18095 -[loc_18095] -op5=Climb-up -active=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17686,Q -name=Shelf - -// 18096 -[loc_18096] -op5=Climb-down -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17685 -model=model_17746 -name=Shelf - -// 18097 -[loc_18097] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17791,0 -name=Floorboards - -// 18098 -[loc_18098] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 -name=Floorboards - -// 18099 -[loc_18099] -op5=Walk-across -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=13638 -recol1d=4227 -recol2s=16809 -recol2d=4227 -recol3s=22091 -recol3d=4256 -recol4s=26459 -recol4d=4424 -recol5s=23288 -recol5d=4424 -recol6s=14695 -recol6d=4227 -model=model_17749 -name=Washing line - -// 18100 -[loc_18100] -op5=Walk-across -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -mirror=yes -recol1s=13638 -recol1d=4227 -recol2s=16809 -recol2d=4227 -recol3s=22091 -recol3d=4256 -recol4s=26459 -recol4d=4424 -recol5s=23288 -recol5d=4424 -recol6s=14695 -recol6d=4227 -model=model_17749 -name=Washing line - -// 18101 -[loc_18101] -op5=Push -active=yes -blockwalk=no -width=2 -model=model_17751 -name=Wall - -// 18102 -[loc_18102] -active=yes -width=2 -blockwalk=no -anim=seq_4744 -model=model_17752 -name=Falling door - -// 18103 -[loc_18103] -blockwalk=yes -active=yes -op1=Walk-across -forcedecor=yes -model=model_17753,0 -name=Floor - -// 18104 -[loc_18104] -blockwalk=yes -offsety=80 -active=yes -op1=Walk-across -forcedecor=yes -model=model_17754,0 -name=Floor - -// 18105 -[loc_18105] -op5=Climb-up -active=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17686,Q -name=Shelf - -// 18106 -[loc_18106] -op5=Climb-down -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17685 -model=model_17746 -name=Shelf - -// 18107 -[loc_18107] -op5=Climb-down -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17685 -model=model_17746 -name=Shelf - -// 18108 -[loc_18108] -op5=Climb-up -active=yes -resizex=128 -resizey=160 -resizez=128 -model=model_17686,Q -name=Shelf - -// 18109 -[loc_18109] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17924,0 -name=Floorboards - -// 18110 -[loc_18110] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 -name=Floorboards - -// 18111 -[loc_18111] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17924,0 -name=Floorboards - -// 18112 -[loc_18112] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 -name=Floorboards - -// 18113 -[loc_18113] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17924,0 -name=Floorboards - -// 18114 -[loc_18114] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17924,0 -name=Floorboards - -// 18115 -[loc_18115] -active=yes -msi=msi_7 -multivar=varplayerbit_2598 -multiloc=0,loc_18066 -multiloc=1,loc_18067 -multiloc=2,loc_18067 - -// 18116 -[loc_18116] -active=yes -msi=msi_7 -multivar=varplayerbit_2598 -multiloc=0,loc_18068 -multiloc=1,loc_18068 -multiloc=2,loc_18069 - -// 18117 -[loc_18117] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17924,0 -name=Floorboards - -// 18118 -[loc_18118] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17924,0 -name=Floorboards - -// 18119 -[loc_18119] -active=yes -msi=msi_43 -multivar=varplayerbit_2588 -multiloc=0,loc_17966 -multiloc=1,loc_17967 -multiloc=2,loc_17967 -multiloc=3,loc_17967 -multiloc=4,loc_17967 -multiloc=5,loc_17967 -multiloc=6,loc_17968 -multiloc=7,loc_17968 -multiloc=8,loc_17968 -multiloc=9,loc_17968 -multiloc=10,loc_17968 -multiloc=11,loc_17969 -multiloc=12,loc_17969 -multiloc=13,loc_17969 -multiloc=14,loc_17969 -multiloc=15,loc_17969 - -// 18120 -[loc_18120] -active=yes -forceapproach=west -blockwalk=no -forcedecor=yes -multivar=varplayerbit_2590 -multiloc=0,loc_17983 -multiloc=1,loc_17984 -multiloc=2,loc_17985 - -// 18121 -[loc_18121] -active=yes -multivar=varplayerbit_2591 -multiloc=0,loc_17988 -multiloc=1,loc_17989 - -// 18122 -[loc_18122] -active=yes -multivar=varplayerbit_2589 -multiloc=0,loc_18033 -multiloc=1,loc_18034 - -// 18123 -[loc_18123] -active=yes -multivar=varplayerbit_2589 -multiloc=0,loc_18035 - -// 18124 -[loc_18124] -active=yes -multivar=varplayerbit_2589 -multiloc=1,loc_18036 - -// 18125 -[loc_18125] -active=yes -resizey=160 -blockwalk=yes -multivar=varplayerbit_2594 -multiloc=0,loc_18040 -multiloc=1,loc_18041 - -// 18126 -[loc_18126] -active=yes -multivar=varplayerbit_2595 -multiloc=0,loc_18042 -multiloc=1,loc_18043 -multiloc=2,loc_18044 - -// 18127 -[loc_18127] -active=yes -multivar=varplayerbit_2596 -multiloc=0,loc_18045 -multiloc=1,loc_18046 - -// 18128 -[loc_18128] -active=yes -blockwalk=no -width=2 -anim=seq_4744 -multivar=varplayerbit_2599 -multiloc=0,loc_18074 -multiloc=1,loc_18075 - -// 18129 -[loc_18129] -active=yes -blockwalk=no -forcedecor=yes -multivar=varplayerbit_2599 -multiloc=2,loc_18076 - -// 18130 -[loc_18130] -active=yes -blockwalk=no -forcedecor=yes -multivar=varplayerbit_2599 -multiloc=2,loc_18077 - -// 18131 -[loc_18131] -active=yes -blockwalk=no -width=2 -anim=seq_4745 -offsety=-40 -multivar=varplayerbit_2600 -multiloc=0,loc_18079 -multiloc=1,loc_18080 - -// 18132 -[loc_18132] -active=yes -blockwalk=yes -forcedecor=yes -offsety=-40 -multivar=varplayerbit_2600 -multiloc=2,loc_18081 - -// 18133 -[loc_18133] -active=yes -blockwalk=yes -forcedecor=yes -offsety=-40 -multivar=varplayerbit_2600 -multiloc=2,loc_18082 - -// 18134 -[loc_18134] -active=yes -blockwalk=no -width=2 -anim=seq_4744 -multivar=varplayerbit_2601 -multiloc=0,loc_18101 -multiloc=1,loc_18102 - -// 18135 -[loc_18135] -active=yes -blockwalk=yes -forcedecor=yes -multivar=varplayerbit_2601 -multiloc=2,loc_18103 - -// 18136 -[loc_18136] -active=yes -blockwalk=yes -forcedecor=yes -multivar=varplayerbit_2601 -multiloc=2,loc_18104 - -// 18137 -[loc_18137] -width=2 -length=2 -msi=msi_6 -op1=Chop down -model=model_16842 -name=Windswept tree - -// 18138 -[loc_18138] -bgsound=synth_3088,5 -active=no -model=model_1105,0 - -// 18139 -[loc_18139] -sharelight=yes -ambient=10 -active=no -model=model_17889 - -// 18140 -[loc_18140] -sharelight=yes -ambient=10 -active=no -model=model_17890 - -// 18141 -[loc_18141] -sharelight=yes -ambient=10 -mirror=yes -active=no -model=model_17889 - -// 18142 -[loc_18142] -sharelight=yes -ambient=10 -active=no -model=model_17888 - -// 18143 -[loc_18143] -sharelight=yes -active=no -ambient=10 -model=model_17892 - -// 18144 -[loc_18144] -op2=Search -op5=Press -forceapproach=east -blockwalk=no -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17758,1 -name=Decorated wall - -// 18145 -[loc_18145] -op2=Search -forceapproach=east -blockwalk=no -anim=seq_4743 -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17759,1 -name=Decorated wall - -// 18146 -[loc_18146] -active=yes -forceapproach=east -multivar=varplayerbit_2590 -multiloc=0,loc_18144 -multiloc=1,loc_18145 -multiloc=2,loc_18145 - -// 18147 -[loc_18147] -ambient=15 -contrast=20 -recolhsl1s=36907 -recolhsl1d=6491 -recolhsl2s=30757 -recolhsl2d=6448 -recolhsl3s=32804 -recolhsl3d=6469 -model=model_37465,1 - -// 18148 -[loc_18148] -ambient=15 -contrast=20 -recolhsl1s=36907 -recolhsl1d=36916 -recolhsl2s=30757 -recolhsl2d=36908 -recolhsl3s=32804 -recolhsl3d=36896 -model=model_37465,1 - -// 18149 -[loc_18149] -ambient=15 -contrast=20 -recolhsl1s=36907 -recolhsl1d=36901 -recolhsl2s=30757 -recolhsl2d=36893 -recolhsl3s=32804 -recolhsl3d=36881 -model=model_37465,1 - -// 18150 -[loc_18150] -ambient=15 -contrast=20 -recolhsl1s=36907 -recolhsl1d=36971 -recolhsl2s=30757 -recolhsl2d=36953 -recolhsl3s=32804 -recolhsl3d=36936 -model=model_37465,1 - -// 18151 -[loc_18151] -active=no -ambient=20 -contrast=15 -model=model_18198,0 - -// 18152 -[loc_18152] -active=no -ambient=20 -contrast=15 -model=model_18199,0 - -// 18153 -[loc_18153] -active=no -ambient=20 -contrast=15 -model=model_18200,0 - -// 18154 -[loc_18154] -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=9442 -model=model_18315 -name=Smashed table - -// 18155 -[loc_18155] -active=yes -ambient=15 -contrast=15 -op1=Search -recol1s=24137 -recol1d=12613 -recol2s=17764 -recol2d=11556 -recol3s=8387 -recol3d=9442 -model=model_4316,Q -name=Shelf - -// 18156 -[loc_18156] -blockwalk=no -ambient=10 -op1=Search -model=model_18308,Q -name=Shelf - -// 18157 -[loc_18157] -active=yes -blockwalk=no -model=model_18201,0 -name=Dolls and balls - -// 18158 -[loc_18158] -active=no -ambient=35 -contrast=25 -model=model_18318,Q - -// 18159 -[loc_18159] -active=no -ambient=35 -contrast=25 -model=model_18317,Q - -// 18160 -[loc_18160] -sharelight=yes -hillskew=yes -ambient=40 -model=model_18265,1 -model=model_18266,2 -model=model_18267,5 - -// 18161 -[loc_18161] -sharelight=yes -hillskew=yes -ambient=40 -model=model_18274,1 - -// 18162 -[loc_18162] -sharelight=yes -hillskew=yes -ambient=40 -model=model_18275,1 -model=model_18276,5 - -// 18163 -[loc_18163] -sharelight=yes -hillskew=yes -ambient=40 -mirror=yes -model=model_18268,1 - -// 18164 -[loc_18164] -sharelight=yes -hillskew=yes -ambient=40 -model=model_18268,1 - -// 18165 -[loc_18165] -sharelight=yes -hillskew=yes -ambient=40 -model=model_18269,1 -model=model_18270,2 -model=model_18271,5 - -// 18166 -[loc_18166] -sharelight=yes -hillskew=yes -ambient=40 -model=model_18272,1 -model=model_18273,5 - -// 18167 -[loc_18167] -sharelight=yes -hillskew=yes -ambient=40 -model=model_18226,1 - -// 18168 -[loc_18168] -active=yes -ambient=25 -op1=Open -raiseobject=no -recol1s=8387 -recol1d=12581 -recol2s=20935 -recol2d=12581 -recol3s=17764 -recol3d=12581 -model=model_5189,1 -name=Door - -// 18169 -[loc_18169] -ambient=25 -model=model_14001,Q - -// 18170 -[loc_18170] -ambient=10 -recol1s=27878 -recol1d=8455 -recol2s=25896 -recol2d=10569 -recol3s=23881 -recol3d=12683 -recol4s=21900 -recol4d=14795 -recol5s=19885 -recol5d=15852 -model=model_18320 -name=Clay oven - -// 18171 -[loc_18171] -width=2 -model=model_18259 -name=Washbasin - -// 18172 -[loc_18172] -width=2 -anim=seq_4431 -model=model_17275 -name=Hammock - -// 18173 -[loc_18173] -active=no -ambient=20 -contrast=15 -model=model_18305,Q - -// 18174 -[loc_18174] -active=no -ambient=20 -contrast=15 -model=model_18306,Q - -// 18175 -[loc_18175] -active=no -ambient=20 -contrast=15 -model=model_18307,Q - -// 18176 -[loc_18176] -width=2 -blockrange=no -recol1s=14695 -recol1d=12614 -recol2s=16809 -recol2d=11557 -recol3s=13638 -recol3d=8385 -recol4s=12581 -recol4d=9442 -model=model_9547 -model2=model_18258 -name=Large table - -// 18177 -[loc_18177] -width=2 -model=model_18229 -model2=model_18208 -name=Display table - -// 18178 -[loc_18178] -width=2 -model=model_18228 -model2=model_18207 -name=Display table - -// 18179 -[loc_18179] -ambient=25 -active=no -model=model_18236 - -// 18180 -[loc_18180] -ambient=25 -model=model_18231,Q - -// 18181 -[loc_18181] -ambient=35 -model=model_18235,Q - -// 18182 -[loc_18182] -ambient=15 -resizex=100 -resizey=100 -resizez=100 -blockrange=no -recol1s=10502 -recol1d=9442 -recol2s=9477 -recol2d=8385 -recol3s=9445 -recol3d=10499 -recol4s=8388 -recol4d=11556 -recol5s=6275 -recol5d=12613 -recol6s=7329 -recol6d=13670 -model=model_7774 -name=Barrel - -// 18183 -[loc_18183] -recol1s=7296 -recol1d=8385 -recol2s=12545 -recol2d=10499 -recol3s=15716 -recol3d=11556 -model=model_2397 -name=Bucket - -// 18184 -[loc_18184] -width=2 -ambient=15 -contrast=25 -recol1s=16846 -recol1d=22131 -recol2s=11561 -recol2d=17903 -recol3s=15392 -recol3d=32192 -recol4s=21056 -recol4d=32192 -model=model_1214 -name=Suit of armour - -// 18185 -[loc_18185] -width=2 -ambient=15 -contrast=25 -recol1s=16846 -recol1d=22131 -recol2s=11561 -recol2d=17903 -recol3s=15392 -recol3d=0 -recol4s=21056 -recol4d=0 -recol5s=6309 -recol5d=9442 -recol6s=8320 -recol6d=8385 -model=model_1214 -name=Suit of armour - -// 18186 -[loc_18186] -width=4 -length=5 -shadow=no -ambient=20 -contrast=20 -recol1s=14961 -recol1d=21277 -model=model_18304 -model2=model_14158 -name=Rowboat - -// 18187 -[loc_18187] -width=4 -length=5 -shadow=no -anim=seq_3743 -ambient=20 -contrast=20 -recol1s=14961 -recol1d=21277 -model=model_18303 -model2=model_14158 -name=Rowboat - -// 18188 -[loc_18188] -width=4 -length=5 -anim=seq_3743 -ambient=15 -shadow=no -active=no -ambient=20 -contrast=20 -recol1s=14961 -recol1d=21277 -model=model_14158 - -// 18189 -[loc_18189] -width=2 -length=3 -shadow=no -hillskew=yes -ambient=20 -contrast=20 -model=model_18293 -name=Broken boat - -// 18190 -[loc_18190] -width=2 -length=3 -shadow=no -ambient=20 -contrast=20 -model=model_18212 -name=Broken boat - -// 18191 -[loc_18191] -width=2 -length=3 -shadow=no -ambient=20 -contrast=20 -model=model_18213 -name=Broken boat - -// 18192 -[loc_18192] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1089,0 - -// 18193 -[loc_18193] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1096,0 - -// 18194 -[loc_18194] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1053,0 - -// 18195 -[loc_18195] -sharelight=yes -forcedecor=yes -mirror=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1053,0 - -// 18196 -[loc_18196] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1114,0 - -// 18197 -[loc_18197] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1071,0 - -// 18198 -[loc_18198] -sharelight=yes -forcedecor=yes -mirror=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1071,0 - -// 18199 -[loc_18199] -sharelight=yes -hillskew=yes -blockrange=no -recol1s=8353 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 18200 -[loc_18200] -recol1s=10434 -recol1d=8385 -recol2s=11491 -recol2d=9442 -recol3s=12548 -recol3d=11556 -recol4s=13605 -recol4d=10499 -recol5s=12855 -recol5d=11763 -model=model_10145 -name=A barrel of rainwater - -// 18201 -[loc_18201] -width=2 -blockrange=no -recol1s=9410 -recol1d=9442 -recol2s=10467 -recol2d=8385 -recol3s=11524 -recol3d=10499 -recol4s=12581 -recol4d=11556 -recol5s=13638 -recol5d=12613 -recol6s=14695 -recol6d=13670 -model=model_16532 -model2=model_16529 -name=Stacked crates - -// 18202 -[loc_18202] -ambient=25 -blockrange=no -recol1s=8354 -recol1d=9442 -recol2s=9411 -recol2d=8385 -recol3s=10468 -recol3d=10499 -recol4s=11525 -recol4d=11556 -recol5s=12582 -recol5d=12613 -recol6s=13639 -recol6d=13670 -model=model_5257 -name=Crates - -// 18203 -[loc_18203] -active=no -recol1s=7297 -recol1d=9442 -recol2s=10434 -recol2d=8385 -recol3s=11491 -recol3d=10499 -recol4s=12548 -recol4d=11556 -recol5s=13605 -recol5d=12613 -recol6s=14695 -recol6d=13670 -model=model_14087 -model2=model_14344 - -// 18204 -[loc_18204] -ambient=20 -recol1s=4260 -recol1d=9442 -model=model_17736,Q - -// 18205 -[loc_18205] -ambient=15 -blockrange=no -recol1s=7297 -recol1d=9442 -recol2s=10434 -recol2d=8385 -recol3s=11491 -recol3d=10499 -recol4s=12548 -recol4d=11556 -recol5s=13605 -recol5d=12613 -recol6s=14695 -recol6d=13670 -model=model_14828 -model2=model_14829 -name=Barrel - -// 18206 -[loc_18206] -ambient=20 -active=no -model=model_18256 - -// 18207 -[loc_18207] -ambient=20 -active=no -model=model_18257 - -// 18208 -[loc_18208] -ambient=35 -recol1s=10468 -recol1d=15584 -model=model_18234 -name=Life buoy - -// 18209 -[loc_18209] -sharelight=yes -hillskew=yes -ambient=55 -contrast=20 -model=model_18265,1 -model=model_18266,2 -model=model_18267,5 - -// 18210 -[loc_18210] -sharelight=yes -hillskew=yes -ambient=55 -contrast=20 -model=model_18275,1 -model=model_18276,5 - -// 18211 -[loc_18211] -sharelight=yes -hillskew=yes -mirror=yes -ambient=55 -contrast=20 -model=model_18268,1 - -// 18212 -[loc_18212] -sharelight=yes -hillskew=yes -ambient=55 -contrast=20 -model=model_18268,1 - -// 18213 -[loc_18213] -sharelight=yes -hillskew=yes -ambient=55 -contrast=20 -model=model_18269,1 -model=model_18270,2 -model=model_18271,5 - -// 18214 -[loc_18214] -sharelight=yes -hillskew=yes -ambient=55 -contrast=20 -model=model_18272,1 -model=model_18273,5 - -// 18215 -[loc_18215] -sharelight=yes -hillskew=yes -ambient=55 -contrast=20 -model=model_18226,1 - -// 18216 -[loc_18216] -sharelight=yes -hillskew=yes -ambient=55 -contrast=20 -mirror=yes -model=model_18226,1 - -// 18217 -[loc_18217] -sharelight=yes -hillskew=yes -ambient=40 -model=model_18204,1 -model=model_18209,2 - -// 18218 -[loc_18218] -sharelight=yes -hillskew=yes -ambient=40 -model=model_18210,5 - -// 18219 -[loc_18219] -sharelight=yes -hillskew=yes -ambient=40 -model=model_18211,5 - -// 18220 -[loc_18220] -length=2 -ambient=10 -contrast=5 -model=model_18240 -name=Pillar - -// 18221 -[loc_18221] -width=2 -op1=Search -blockrange=no -model=model_18238 -model2=model_18239 -name=Study desk - -// 18222 -[loc_18222] -active=yes -ambient=35 -recol1s=8323 -recol1d=8385 -recol2s=9380 -recol2d=13670 -model=model_18321,Q -name=Painting - -// 18223 -[loc_18223] -active=yes -ambient=35 -recol1s=14695 -recol1d=13670 -recol2s=10467 -recol2d=8385 -model=model_15266,Q -name=Painting - -// 18224 -[loc_18224] -active=yes -ambient=35 -recol1s=14695 -recol1d=13670 -recol2s=10467 -recol2d=8385 -model=model_15265,Q -name=Painting - -// 18225 -[loc_18225] -ambient=25 -width=2 -active=yes -model=model_18254 -name=Sailfish - -// 18226 -[loc_18226] -ambient=25 -active=yes -model=model_18255,Q -name=Shark head - -// 18227 -[loc_18227] -ambient=25 -model=model_18262 -name=Large vase - -// 18228 -[loc_18228] -ambient=25 -model=model_18264 -name=Small vase - -// 18229 -[loc_18229] -ambient=25 -model=model_18263 -name=Vase set - -// 18230 -[loc_18230] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=12613 -recol2s=11522 -recol2d=11556 -recol3s=10465 -recol3d=10499 -recol4s=9409 -recol4d=9442 -recol5s=8353 -recol5d=8385 -model=model_11538 -name=Ladder - -// 18231 -[loc_18231] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=12578 -recol1d=12613 -recol2s=11522 -recol2d=11556 -recol3s=10465 -recol3d=10499 -recol4s=9409 -recol4d=9442 -recol5s=8353 -recol5d=8385 -model=model_11539 -name=Ladder - -// 18232 -[loc_18232] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=12613 -recol2s=11522 -recol2d=11556 -recol3s=10465 -recol3d=10499 -recol4s=9409 -recol4d=9442 -recol5s=8353 -recol5d=8385 -model=model_11538 -name=Ladder - -// 18233 -[loc_18233] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=12578 -recol1d=12613 -recol2s=11522 -recol2d=11556 -recol3s=10465 -recol3d=10499 -recol4s=9409 -recol4d=9442 -recol5s=8353 -recol5d=8385 -model=model_11539 -name=Ladder - -// 18234 -[loc_18234] -model=model_12403 -name=Bench - -// 18235 -[loc_18235] -ambient=15 -length=2 -recol1s=12548 -recol1d=17865 -recol2s=11522 -recol2d=16808 -recol3s=10434 -recol3d=15751 -recol4s=11491 -recol4d=14694 -recol5s=32763 -recol5d=27308 -model=model_9501 -name=Bookcase - -// 18236 -[loc_18236] -ambient=25 -recol1s=10435 -recol1d=8385 -recol2s=14662 -recol2d=9442 -recol3s=17832 -recol3d=12613 -recol4s=22059 -recol4d=13670 -model=model_12958 -name=Drawers - -// 18237 -[loc_18237] -ambient=25 -recol1s=10435 -recol1d=8385 -recol2s=14662 -recol2d=9442 -recol3s=17832 -recol3d=12613 -recol4s=22059 -recol4d=13670 -model=model_11127 -name=Wardrobe - -// 18238 -[loc_18238] -recol1s=14560 -recol1d=8385 -model=model_1286 -name=Dummy - -// 18239 -[loc_18239] -ambient=20 -recol1s=6343 -recol1d=8420 -recol2s=9514 -recol2d=12649 -recol3s=7400 -recol3d=8421 -recol4s=11628 -recol4d=10569 -recol5s=12685 -recol5d=10534 -recol6s=15856 -recol6d=13707 -model=model_18205 -name=Anchor - -// 18240 -[loc_18240] -width=2 -length=2 -resizex=128 -resizey=135 -resizez=128 -ambient=25 -recol1s=22059 -recol1d=12614 -recol2s=14729 -recol2d=21171 -recol3s=14662 -recol3d=10499 -recol4s=15392 -recol4d=11696 -recol5s=17931 -recol5d=23289 -model=model_12395 -name=Bed - -// 18241 -[loc_18241] -ambient=20 -model=model_18233 -name=Lectern - -// 18242 -[loc_18242] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11592 -recol2s=10537 -recol2d=8421 -recol3s=9480 -recol3d=10535 -recol4s=8423 -recol4d=9478 -model=model_12128,0 - -// 18243 -[loc_18243] -sharelight=yes -hillskew=yes -ambient=40 -blockwalk=yes -contrast=20 -model=model_18219,1 -model=model_18220,2 -model=model_18221,5 - -// 18244 -[loc_18244] -sharelight=yes -hillskew=yes -ambient=42 -contrast=20 -model=model_18217,1 -model=model_18224,2 -model=model_18225,5 - -// 18245 -[loc_18245] -sharelight=yes -hillskew=yes -ambient=42 -contrast=20 -model=model_18223,1 - -// 18246 -[loc_18246] -sharelight=yes -hillskew=yes -ambient=42 -contrast=20 -mirror=yes -model=model_18223,1 - -// 18247 -[loc_18247] -sharelight=yes -hillskew=yes -ambient=40 -blockwalk=yes -contrast=20 -model=model_18227,1 - -// 18248 -[loc_18248] -sharelight=yes -hillskew=yes -mirror=yes -ambient=40 -blockwalk=yes -contrast=20 -model=model_18222,1 - -// 18249 -[loc_18249] -sharelight=yes -hillskew=yes -ambient=40 -blockwalk=yes -contrast=20 -model=model_18222,1 - -// 18250 -[loc_18250] -sharelight=yes -hillskew=yes -ambient=42 -contrast=20 -model=model_18206,1 - -// 18251 -[loc_18251] -active=yes -shadow=no -multivar=varplayer_159 -multiloc=0,loc_18381 -multiloc=1,loc_18381 -multiloc=2,loc_18381 -multiloc=3,loc_18381 -multiloc=4,loc_18381 -multiloc=5,loc_18381 -multiloc=6,loc_18381 -multiloc=7,loc_18381 -multiloc=8,loc_18381 -multiloc=9,loc_18380 -multiloc=10,loc_18380 -multiloc=11,loc_18380 -multiloc=12,loc_18380 - -// 18252 -[loc_18252] -ambient=50 -contrast=20 -model=model_18261,Q - -// 18253 -[loc_18253] -ambient=60 -contrast=20 -model=model_18260,Q - -// 18254 -[loc_18254] -length=3 -ambient=40 -contrast=20 -op1=Pray -model=model_18203 -model2=model_18202 -name=Altar - -// 18255 -[loc_18255] -ambient=50 -active=no -recol1s=32767 -recol1d=29458 -recol2s=27296 -recol2d=9476 -model=model_3509,Q - -// 18256 -[loc_18256] -width=3 -length=3 -ambient=40 -contrast=20 -model=model_18218 -name=Steeple - -// 18257 -[loc_18257] -ambient=25 -recol1s=25297 -recol1d=18989 -recol2s=24240 -recol2d=16875 -recol3s=24206 -recol3d=14761 -recol4s=23148 -recol4d=12647 -recol5s=22091 -recol5d=10533 -recol6s=19978 -recol6d=8419 -model=model_18247 -name=Pillar - -// 18258 -[loc_18258] -ambient=25 -recol1s=25297 -recol1d=18989 -recol2s=24240 -recol2d=16875 -recol3s=24206 -recol3d=14761 -recol4s=23148 -recol4d=12647 -recol5s=22091 -recol5d=10533 -recol6s=19978 -recol6d=8419 -model=model_18249 -name=Pillar - -// 18259 -[loc_18259] -ambient=25 -model=model_18248 -model2=model_18232 -name=Statue - -// 18260 -[loc_18260] -ambient=25 -length=3 -active=no -recol1s=24206 -recol1d=18989 -recol2s=23148 -recol2d=16875 -recol3s=22091 -recol3d=14761 -recol4s=19978 -recol4d=12647 -recol5s=17864 -recol5d=10533 -model=model_18250 - -// 18261 -[loc_18261] -ambient=25 -width=2 -active=no -recol1s=24206 -recol1d=18989 -recol2s=23148 -recol2d=16875 -recol3s=22091 -recol3d=14761 -recol4s=19978 -recol4d=12647 -recol5s=17864 -recol5d=10533 -model=model_18251 - -// 18262 -[loc_18262] -ambient=25 -active=no -recol1s=24206 -recol1d=18989 -recol2s=23148 -recol2d=16875 -recol3s=22091 -recol3d=14761 -recol4s=19978 -recol4d=12647 -recol5s=17864 -recol5d=10533 -model=model_18253 - -// 18263 -[loc_18263] -ambient=25 -contrast=5 -length=3 -mirror=yes -active=no -recol1s=24206 -recol1d=18989 -recol2s=23148 -recol2d=16875 -recol3s=22091 -recol3d=14761 -recol4s=19978 -recol4d=12647 -recol5s=17864 -recol5d=10533 -model=model_18250 - -// 18264 -[loc_18264] -ambient=25 -active=no -recol1s=25297 -recol1d=18989 -recol2s=24240 -recol2d=16875 -recol3s=24206 -recol3d=14761 -recol4s=23148 -recol4d=12647 -recol5s=22091 -recol5d=10533 -recol6s=19978 -recol6d=8419 -model=model_18252,1 - -// 18265 -[loc_18265] -ambient=25 -mirror=yes -active=no -recol1s=25297 -recol1d=18989 -recol2s=24240 -recol2d=16875 -recol3s=24206 -recol3d=14761 -recol4s=23148 -recol4d=12647 -recol5s=22091 -recol5d=10533 -recol6s=19978 -recol6d=8419 -model=model_18252,1 - -// 18266 -[loc_18266] -ambient=25 -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=north -recol1s=25297 -recol1d=18989 -recol2s=24240 -recol2d=16875 -recol3s=24206 -recol3d=14761 -recol4s=23148 -recol4d=12647 -recol5s=22091 -recol5d=10533 -recol6s=19978 -recol6d=8419 -model=model_18246 -name=Old ruin entrance - -// 18267 -[loc_18267] -active=no -hillskew=yes -recol1s=8424 -recol1d=18989 -recol2s=7367 -recol2d=16875 -recol3s=6310 -recol3d=14761 -recol4s=4228 -recol4d=12647 -recol5s=3171 -recol5d=8419 -model=model_17501,0 - -// 18268 -[loc_18268] -active=no -hillskew=yes -recol1s=8424 -recol1d=18989 -recol2s=7367 -recol2d=16875 -recol3s=6310 -recol3d=14761 -recol4s=4228 -recol4d=12647 -recol5s=3171 -recol5d=8419 -model=model_17502,0 - -// 18269 -[loc_18269] -active=no -hillskew=yes -recol1s=8424 -recol1d=18989 -recol2s=7367 -recol2d=16875 -recol3s=6310 -recol3d=14761 -recol4s=4228 -recol4d=12647 -recol5s=3171 -recol5d=8419 -model=model_17503,0 - -// 18270 -[loc_18270] -active=no -hillskew=yes -recol1s=8424 -recol1d=18989 -recol2s=7367 -recol2d=16875 -recol3s=6310 -recol3d=14761 -recol4s=4228 -recol4d=12647 -recol5s=3171 -recol5d=8419 -model=model_17504,0 - -// 18271 -[loc_18271] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=7398 -recol1d=9510 -recol2s=8455 -recol2d=11590 -recol3s=9512 -recol3d=14728 -model=model_18241,0 - -// 18272 -[loc_18272] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=7398 -recol1d=9510 -recol2s=8455 -recol2d=11590 -recol3s=9512 -recol3d=14728 -model=model_17368,0 - -// 18273 -[loc_18273] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=7398 -recol1d=9510 -recol2s=8455 -recol2d=11590 -recol3s=9512 -recol3d=14728 -model=model_18242,0 - -// 18274 -[loc_18274] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=7398 -recol1d=9510 -recol2s=8455 -recol2d=11590 -recol3s=9512 -recol3d=14728 -model=model_18243,0 - -// 18275 -[loc_18275] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=7398 -recol1d=9510 -recol2s=8455 -recol2d=11590 -recol3s=9512 -recol3d=14728 -model=model_18244,0 - -// 18276 -[loc_18276] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=11590 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_18241,0 - -// 18277 -[loc_18277] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=11590 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_17368,0 - -// 18278 -[loc_18278] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=11590 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_18242,0 - -// 18279 -[loc_18279] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=11590 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_18243,0 - -// 18280 -[loc_18280] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=11590 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_18244,0 - -// 18281 -[loc_18281] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=13673 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_18241,0 - -// 18282 -[loc_18282] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=13673 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_17368,0 - -// 18283 -[loc_18283] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=13673 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_18242,0 - -// 18284 -[loc_18284] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=13673 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_18243,0 - -// 18285 -[loc_18285] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=13673 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_18244,0 - -// 18286 -[loc_18286] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14697 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_18241,0 - -// 18287 -[loc_18287] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14697 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_17368,0 - -// 18288 -[loc_18288] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14697 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_18242,0 - -// 18289 -[loc_18289] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14697 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_18243,0 - -// 18290 -[loc_18290] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14697 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_18244,0 - -// 18291 -[loc_18291] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14728 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_18241,0 - -// 18292 -[loc_18292] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14728 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_17368,0 - -// 18293 -[loc_18293] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14728 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_18242,0 - -// 18294 -[loc_18294] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14728 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_18243,0 - -// 18295 -[loc_18295] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14728 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_18244,0 - -// 18296 -[loc_18296] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=7398 -recol1d=9510 -recol2s=8455 -recol2d=11590 -recol3s=9512 -recol3d=14728 -model=model_18245,0 - -// 18297 -[loc_18297] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=11590 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_18245,0 - -// 18298 -[loc_18298] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=13673 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=13606 -model=model_18245,0 - -// 18299 -[loc_18299] -hillskew=yes -unknown90=yes -blockrange=no -recol1s=9512 -recol1d=14728 -recol2s=8455 -recol2d=13638 -recol3s=7398 -recol3d=11590 -model=model_18245,0 - -// 18300 -[loc_18300] -hillskew=yes -blockrange=no -model=model_18176,0 - -// 18301 -[loc_18301] -hillskew=yes -blockrange=no -model=model_18177,0 - -// 18302 -[loc_18302] -hillskew=yes -blockrange=no -model=model_18178,0 - -// 18303 -[loc_18303] -hillskew=yes -blockrange=no -model=model_18179,0 - -// 18304 -[loc_18304] -ambient=20 -op1=Open -resizex=100 -resizey=100 -resizez=100 -recol1s=29584 -recol1d=17963 -recol2s=32755 -recol2d=11623 -recol3s=24102 -recol3d=17897 -model=model_15567 -name=Chest - -// 18305 -[loc_18305] -active=no -hillskew=yes -sharelight=yes -ambient=10 -model=model_18279 - -// 18306 -[loc_18306] -active=no -hillskew=yes -sharelight=yes -ambient=10 -blockwalk=no -model=model_18278 - -// 18307 -[loc_18307] -ambient=60 -anim=seq_3107 -active=no -model=model_15261,Q - -// 18308 -[loc_18308] -blockwalk=no -ambient=10 -active=no -model=model_18309,Q - -// 18309 -[loc_18309] -blockwalk=no -ambient=10 -active=no -model=model_18310,Q - -// 18310 -[loc_18310] -blockwalk=no -ambient=10 -active=no -model=model_18311,Q - -// 18311 -[loc_18311] -blockwalk=no -ambient=10 -active=no -model=model_18312,Q - -// 18312 -[loc_18312] -ambient=25 -recol1s=20933 -recol1d=11556 -recol2s=7329 -recol2d=10499 -model=model_10089 -name=Stool - -// 18313 -[loc_18313] -ambient=30 -model=model_18313,Q - -// 18314 -[loc_18314] -ambient=25 -raiseobject=yes -blockrange=no -recol1s=16809 -recol1d=12613 -recol2s=14695 -recol2d=11556 -recol3s=13638 -recol3d=10499 -recol4s=12581 -recol4d=9442 -model=model_9590 -name=Table - -// 18315 -[loc_18315] -anim=seq_4126 -ambient=15 -contrast=10 -active=no -model=model_15257,Q - -// 18316 -[loc_18316] -recol1s=9442 -recol1d=8385 -recol2s=7329 -recol2d=10499 -model=model_18314 -name=Chair - -// 18317 -[loc_18317] -contrast=10 -ambient=10 -active=yes -blockwalk=no -recol1s=9410 -recol1d=16809 -model=model_16673,0 -name=Hanger - -// 18318 -[loc_18318] -ambient=25 -active=yes -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=8385 -model=model_12512 -name=Mirror - -// 18319 -[loc_18319] -ambient=20 -model=model_18319,Q - -// 18320 -[loc_18320] -blockwalk=no -ambient=10 -active=no -model=model_18329,Q - -// 18321 -[loc_18321] -ambient=20 -op2=Search -op3=Shut -resizex=100 -resizey=100 -resizez=100 -recol1s=29584 -recol1d=17963 -recol2s=32755 -recol2d=11623 -recol3s=24102 -recol3d=17897 -model=model_15566 -name=Chest - -// 18322 -[loc_18322] -active=yes -op1=Climb-down -msi=msi_7 -model=model_18330 -name=Ladder - -// 18323 -[loc_18323] -width=2 -length=3 -active=yes -anim=seq_3743 -shadow=no -hardshadow=no -multivar=varplayer_159 -multiloc=0,loc_18187 -multiloc=1,loc_18187 -multiloc=2,loc_18187 -multiloc=3,loc_18186 -multiloc=4,loc_18186 -multiloc=5,loc_18186 -multiloc=6,loc_18186 -multiloc=7,loc_18186 -multiloc=8,loc_18186 -multiloc=9,loc_18186 -multiloc=10,loc_18186 -multiloc=11,loc_18186 -multiloc=12,loc_18186 - -// 18324 -[loc_18324] -op1=Climb-up -forceapproach=north -msi=msi_7 -model=model_18432 -name=Ladder - -// 18325 -[loc_18325] -op1=Climb-down -forceapproach=north -msi=msi_7 -model=model_18430 -name=Ladder - -// 18326 -[loc_18326] -anim=seq_4798 -width=4 -length=4 -model=model_18447 -model2=model_28587 -name=Crane - -// 18327 -[loc_18327] -width=4 -length=4 -op1=Rotate -forceapproach=south -model=model_18447 -name=Crane - -// 18328 -[loc_18328] -sharelight=yes -active=no -ambient=20 -model=model_18291 - -// 18329 -[loc_18329] -sharelight=yes -active=no -ambient=20 -model=model_18292 - -// 18330 -[loc_18330] -sharelight=yes -active=no -ambient=20 -model=model_18443 - -// 18331 -[loc_18331] -sharelight=yes -active=no -ambient=20 -model=model_18433 - -// 18332 -[loc_18332] -sharelight=yes -hillskew=yes -ambient=35 -blockrange=no -recol1s=18887 -recol1d=14659 -recol2s=17796 -recol2d=12545 -model=model_18438,1 -model=model_18444,2 -model=model_18445,5 - -// 18333 -[loc_18333] -sharelight=yes -hillskew=yes -hillskew=yes -ambient=35 -blockrange=no -recol1s=18887 -recol1d=14659 -recol2s=17796 -recol2d=12545 -model=model_18437,1 - -// 18334 -[loc_18334] -sharelight=yes -hillskew=yes -mirror=yes -hillskew=yes -ambient=35 -blockrange=no -recol1s=18887 -recol1d=14659 -recol2s=17796 -recol2d=12545 -model=model_18437,1 - -// 18335 -[loc_18335] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_18434,0 - -// 18336 -[loc_18336] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_18441,0 - -// 18337 -[loc_18337] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_18442,0 - -// 18338 -[loc_18338] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_18436,0 - -// 18339 -[loc_18339] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_18440,0 - -// 18340 -[loc_18340] -sharelight=yes -ambient=20 -contrast=10 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -retex1s=material_45 -retex1d=material_50 -model=model_15211,A -model=model_15227,S -model=model_15223,D -model=model_15224,F -model=model_15225,G -model=model_15226,H -model=model_15234,Z -model=model_15233,X -model=model_15212,C -model=model_15228,V - -// 18341 -[loc_18341] -sharelight=yes -ambient=20 -contrast=10 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -retex1s=material_45 -retex1d=material_50 -model=model_15210,A -model=model_15221,S -model=model_15218,D -model=model_15219,F -model=model_25122,G -model=model_15220,H -model=model_15222,Z - -// 18342 -[loc_18342] -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -retex1s=material_45 -retex1d=material_50 -model=model_15210,A -model=model_15221,S -model=model_15218,D -model=model_15219,F -model=model_25122,G -model=model_15220,H -model=model_15222,Z - -// 18343 -[loc_18343] -sharelight=yes -ambient=20 -contrast=10 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -retex1s=material_45 -retex1d=material_50 -model=model_15213,A -model=model_15217,S -model=model_15214,D -model=model_15215,G -model=model_15216,H - -// 18344 -[loc_18344] -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -retex1s=material_45 -retex1d=material_50 -model=model_15213,A -model=model_15217,S -model=model_15214,D -model=model_15215,G -model=model_15216,H - -// 18345 -[loc_18345] -sharelight=yes -ambient=20 -contrast=10 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -retex1s=material_45 -retex1d=material_50 -model=model_15229,A -model=model_15231,H -model=model_15232,Z - -// 18346 -[loc_18346] -sharelight=yes -ambient=20 -contrast=10 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -retex1s=material_45 -retex1d=material_50 -model=model_15230,H - -// 18347 -[loc_18347] -active=no -recol1s=11593 -recol1d=8385 -recol2s=11591 -recol2d=10499 -recol3s=11590 -recol3d=11556 -recol4s=9479 -recol4d=12613 -recol5s=8421 -recol5d=13670 -model=model_18322 - -// 18348 -[loc_18348] -active=no -length=2 -width=2 -shadow=no -hardshadow=no -recol1s=11593 -recol1d=8385 -recol2s=11591 -recol2d=10499 -recol3s=11590 -recol3d=11556 -recol4s=9479 -recol4d=12613 -recol5s=8421 -recol5d=13670 -model=model_18301 -model2=model_18328 - -// 18349 -[loc_18349] -active=no -length=2 -width=2 -shadow=no -hardshadow=no -recol1s=11593 -recol1d=8385 -recol2s=11591 -recol2d=10499 -recol3s=11590 -recol3d=11556 -recol4s=9479 -recol4d=12613 -recol5s=8421 -recol5d=13670 -model=model_18298 -model2=model_18328 - -// 18350 -[loc_18350] -active=no -length=2 -width=2 -shadow=no -hardshadow=no -recol1s=11593 -recol1d=8385 -recol2s=11591 -recol2d=10499 -recol3s=11590 -recol3d=11556 -recol4s=9479 -recol4d=12613 -recol5s=8421 -recol5d=13670 -model=model_18302 -model2=model_18328 - -// 18351 -[loc_18351] -shadow=no -recol1s=11593 -recol1d=8385 -recol2s=11591 -recol2d=10499 -recol3s=11590 -recol3d=11556 -recol4s=9479 -recol4d=12613 -recol5s=8421 -recol5d=13670 -model=model_18180 -name=Barrel - -// 18352 -[loc_18352] -hillskew=yes -shadow=no -recol1s=11591 -recol1d=11556 -recol2s=9477 -recol2d=8385 -model=model_18324 -name=Wreck - -// 18353 -[loc_18353] -length=2 -width=2 -hillskew=yes -shadow=no -recol1s=11591 -recol1d=11556 -recol2s=9477 -recol2d=8385 -model=model_18325 -name=Wreck - -// 18354 -[loc_18354] -length=2 -width=2 -hillskew=yes -shadow=no -recol1s=11591 -recol1d=11556 -recol2s=9477 -recol2d=8385 -model=model_18326 -name=Wreck - -// 18355 -[loc_18355] -length=2 -hillskew=yes -shadow=no -recol1s=11591 -recol1d=11556 -recol2s=9477 -recol2d=8385 -model=model_18327 -name=Wreck - -// 18356 -[loc_18356] -length=2 -width=2 -hillskew=yes -shadow=no -recol1s=11591 -recol1d=11556 -recol2s=9477 -recol2d=8385 -model=model_18323 -name=Wreck - -// 18357 -[loc_18357] -width=3 -length=2 -hillskew=yes -shadow=no -model=model_18296 -name=Wreck - -// 18358 -[loc_18358] -anim=seq_4783 -hillskew=yes -ambient=60 -contrast=60 -model=model_18297,Q - -// 18359 -[loc_18359] -ambient=20 -contrast=5 -recol1s=7776 -recol1d=1440 -recol2s=5632 -recol2d=3552 -recol3s=26400 -recol3d=21056 -recol4s=24288 -recol4d=23168 -recol5s=4239 -recol5d=5291 -recol6s=1106 -recol6d=74 -model=model_18316,0 - -// 18360 -[loc_18360] -active=no -ambient=35 -offsety=2 -model=model_18318,Q - -// 18361 -[loc_18361] -active=no -ambient=35 -offsety=2 -model=model_18317,Q - -// 18362 -[loc_18362] -width=2 -length=2 -recol1s=14662 -recol1d=11556 -recol2s=22059 -recol2d=8385 -recol3s=15392 -recol3d=10240 -model=model_12395 -name=Bed - -// 18363 -[loc_18363] -ambient=20 -width=2 -model=model_18215 -name=Child's bed - -// 18364 -[loc_18364] -ambient=20 -model=model_18230 -name=Floats - -// 18365 -[loc_18365] -width=2 -length=3 -ambient=20 -contrast=20 -model=model_18214 -name=Broken boat - -// 18366 -[loc_18366] -width=2 -length=5 -ambient=20 -contrast=20 -shadow=no -model=model_18294 -name=Crow nest - -// 18367 -[loc_18367] -shadow=no -ambient=20 -contrast=10 -width=2 -length=2 -hardshadow=no -model=model_18299 -model2=model_18328 -name=Crate - -// 18368 -[loc_18368] -shadow=no -ambient=20 -contrast=10 -width=2 -length=2 -hardshadow=no -model=model_18300 -model2=model_18328 -name=Crate - -// 18369 -[loc_18369] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_18439,0 - -// 18370 -[loc_18370] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_18435,0 - -// 18371 -[loc_18371] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_18448,0 - -// 18372 -[loc_18372] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_18449,0 - -// 18373 -[loc_18373] -sharelight=yes -forcedecor=yes -ambient=10 -mirror=yes -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_18449,0 - -// 18374 -[loc_18374] -sharelight=yes -hillskew=yes -ambient=35 -occlude=yes -model=model_18469,1 -model=model_18470,2 -model=model_18471,5 - -// 18375 -[loc_18375] -sharelight=yes -hillskew=yes -ambient=35 -occlude=yes -model=model_18468,1 - -// 18376 -[loc_18376] -sharelight=yes -hillskew=yes -ambient=35 -mirror=yes -occlude=yes -model=model_18468,1 - -// 18377 -[loc_18377] -sharelight=yes -hillskew=yes -ambient=35 -occlude=yes -model=model_18475,1 -model=model_18476,5 - -// 18378 -[loc_18378] -sharelight=yes -hillskew=yes -ambient=35 -occlude=yes -model=model_18472,1 - -// 18379 -[loc_18379] -sharelight=yes -hillskew=yes -mirror=yes -ambient=35 -occlude=yes -model=model_18472,1 - -// 18380 -[loc_18380] -sharelight=yes -hillskew=yes -ambient=35 -occlude=yes -model=model_18474 -name=Broken wall - -// 18381 -[loc_18381] -forceapproach=east -op1=Kick -sharelight=yes -hillskew=yes -ambient=35 -occlude=yes -model=model_18473 -name=Badly repaired wall - -// 18382 -[loc_18382] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18460 - -// 18383 -[loc_18383] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18462 - -// 18384 -[loc_18384] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18463 - -// 18385 -[loc_18385] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18464 - -// 18386 -[loc_18386] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18465 - -// 18387 -[loc_18387] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18466 - -// 18388 -[loc_18388] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18467 - -// 18389 -[loc_18389] -sharelight=yes -shadow=no -active=no -ambient=40 -contrast=10 -model=model_18451 - -// 18390 -[loc_18390] -sharelight=yes -shadow=no -active=no -ambient=40 -contrast=10 -model=model_18452 - -// 18391 -[loc_18391] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18455 - -// 18392 -[loc_18392] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18456 - -// 18393 -[loc_18393] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18457 - -// 18394 -[loc_18394] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18458 - -// 18395 -[loc_18395] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18450 - -// 18396 -[loc_18396] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -model=model_18453 - -// 18397 -[loc_18397] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -active=no -model=model_18459 - -// 18398 -[loc_18398] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=10 -active=no -model=model_18454 - -// 18399 -[loc_18399] -ambient=20 -recol1s=11593 -recol1d=9442 -recol2s=10535 -recol2d=8385 -recol3s=9479 -recol3d=10499 -recol4s=8421 -recol4d=11556 -recol5s=7365 -recol5d=12613 -recol6s=5251 -recol6d=13670 -model=model_17730 -name=Bone barrel - -// 18400 -[loc_18400] -width=2 -ambient=30 -contrast=10 -recol1s=12717 -recol1d=18173 -recol2s=6308 -recol2d=8385 -recol3s=4260 -recol3d=10499 -recol4s=4227 -recol4d=11556 -recol5s=8421 -recol5d=12613 -recol6s=18002 -recol6d=23356 -model=model_17741 -name=Ice cube - -// 18401 -[loc_18401] -ambient=20 -active=no -model=model_18431 - -// 18402 -[loc_18402] -anim=seq_3743 -width=3 -length=3 -active=no -model=model_18304 -model2=model_18384 - -// 18403 -[loc_18403] -resizex=100 -resizey=100 -resizez=100 -shadow=no -ambient=20 -contrast=10 -model=model_18482 -model2=model_18481 -name=Kennith's ball - -// 18404 -[loc_18404] -shadow=no -ambient=20 -contrast=10 -model=model_18484 -model2=model_18483 -name=Bottle - -// 18405 -[loc_18405] -bgsound=synth_2141,5 -active=no -model=model_1105,0 - -// 18406 -[loc_18406] -bgsound=synth_3124,10 -active=no -model=model_1105,0 - -// 18407 -[loc_18407] -bgsound=synth_3048,10 -active=no -model=model_1105,0 - -// 18408 -[loc_18408] -bgsound=synth_3049,10 -active=no -model=model_1105,0 - -// 18409 -[loc_18409] -bgsound=synth_3050,10 -active=no -model=model_1105,0 - -// 18410 -[loc_18410] -bgsound=synth_3150,7 -active=no -model=model_1105,0 - -// 18411 -[loc_18411] -hillskew=yes -active=yes -op1=Climb-over -blockrange=no -recol1s=9445 -recol1d=6370 -model=model_18479,1 -name=Broken fence - -// 18412 -[loc_18412] -width=2 -length=3 -shadow=no -ambient=20 -contrast=20 -model=model_18349 -name=Broken boat - -// 18413 -[loc_18413] -ambient=20 -model=model_18351,Q - -// 18414 -[loc_18414] -sharelight=yes -hillskew=yes -ambient=10 -model=model_18365,1 -model=model_18366,5 - -// 18415 -[loc_18415] -sharelight=yes -hillskew=yes -ambient=10 -model=model_18368,1 - -// 18416 -[loc_18416] -sharelight=yes -hillskew=yes -ambient=10 -mirror=yes -model=model_18368,1 - -// 18417 -[loc_18417] -sharelight=yes -hillskew=yes -ambient=10 -model=model_18369,1 - -// 18418 -[loc_18418] -sharelight=yes -hillskew=yes -length=2 -width=2 -ambient=10 -model=model_18364 -name=Wall corner - -// 18419 -[loc_18419] -hillskew=yes -forcedecor=yes -blockrange=no -model=model_18370,0 - -// 18420 -[loc_18420] -hillskew=yes -forcedecor=yes -blockrange=no -model=model_18372,0 - -// 18421 -[loc_18421] -hillskew=yes -forcedecor=yes -blockrange=no -model=model_18371,0 - -// 18422 -[loc_18422] -hillskew=yes -forcedecor=yes -blockrange=no -model=model_18373,0 - -// 18423 -[loc_18423] -hillskew=yes -forcedecor=yes -blockrange=no -model=model_18367,0 - -// 18424 -[loc_18424] -hillskew=yes -forcedecor=yes -blockrange=no -model=model_18374,0 - -// 18425 -[loc_18425] -hillskew=yes -forcedecor=yes -blockrange=no -model=model_18375,0 - -// 18426 -[loc_18426] -ambient=5 -width=2 -length=3 -model=model_18350 -name=Torture Rack - -// 18427 -[loc_18427] -ambient=10 -active=yes -op1=Climb-up -msi=msi_7 -recol1s=25297 -recol1d=18989 -recol2s=24240 -recol2d=16875 -recol3s=24206 -recol3d=14761 -recol4s=23148 -recol4d=12647 -recol5s=22091 -recol5d=10533 -recol6s=19978 -recol6d=8419 -model=model_18363 -name=Exit - -// 18428 -[loc_18428] -active=no -hillskew=yes -sharelight=yes -recol1s=22191 -recol1d=18989 -recol2s=21134 -recol2d=16875 -recol3s=20077 -recol3d=14761 -recol4s=17963 -recol4d=12647 -recol5s=14794 -recol5d=10533 -recol6s=11623 -recol6d=8419 -model=model_18357,1 -model=model_18358,2 -model=model_18359,3 -model=model_18360,5 - -// 18429 -[loc_18429] -active=no -hillskew=yes -sharelight=yes -recol1s=22191 -recol1d=18989 -recol2s=21134 -recol2d=16875 -recol3s=20077 -recol3d=14761 -recol4s=17963 -recol4d=12647 -recol5s=14794 -recol5d=10533 -recol6s=11623 -recol6d=8419 -model=model_18356,1 - -// 18430 -[loc_18430] -active=yes -hillskew=yes -sharelight=yes -op1=Push -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_35701,1 -name=Wall - -// 18431 -[loc_18431] -active=yes -hillskew=yes -sharelight=yes -op1=Enter -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_35702,1 -name=Wall opening - -// 18432 -[loc_18432] -active=no -hillskew=yes -sharelight=yes -recol1s=22191 -recol1d=18989 -recol2s=21134 -recol2d=16875 -recol3s=20077 -recol3d=14761 -recol4s=17963 -recol4d=12647 -recol5s=14794 -recol5d=10533 -recol6s=11623 -recol6d=8419 -model=model_18353 - -// 18433 -[loc_18433] -active=no -hillskew=yes -sharelight=yes -recol1s=22191 -recol1d=18989 -recol2s=21134 -recol2d=16875 -recol3s=20077 -recol3d=14761 -recol4s=17963 -recol4d=12647 -recol5s=14794 -recol5d=10533 -recol6s=11623 -recol6d=8419 -model=model_18352,5 - -// 18434 -[loc_18434] -active=no -hillskew=yes -sharelight=yes -mirror=yes -recol1s=22191 -recol1d=18989 -recol2s=21134 -recol2d=16875 -recol3s=20077 -recol3d=14761 -recol4s=17963 -recol4d=12647 -recol5s=14794 -recol5d=10533 -recol6s=11623 -recol6d=8419 -model=model_18353 - -// 18435 -[loc_18435] -active=no -hillskew=yes -sharelight=yes -recol1s=22191 -recol1d=18989 -recol2s=21134 -recol2d=16875 -recol3s=20077 -recol3d=14761 -recol4s=17963 -recol4d=12647 -recol5s=14794 -recol5d=10533 -recol6s=11623 -recol6d=8419 -model=model_18354,5 - -// 18436 -[loc_18436] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=16808 -recol2s=9545 -recol2d=15751 -recol3s=8488 -recol3d=14694 -recol4s=7431 -recol4d=13637 -recol5s=6374 -recol5d=12580 -retex1s=material_72 -retex1d=material_65535 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 18437 -[loc_18437] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=16808 -recol2s=9545 -recol2d=15751 -recol3s=8488 -recol3d=14694 -recol4s=7431 -recol4d=13637 -recol5s=6374 -recol5d=12580 -retex1s=material_70 -retex1d=material_105 -model=model_18377,1 - -// 18438 -[loc_18438] -hillskew=yes -sharelight=yes -active=no -width=2 -recol1s=10602 -recol1d=16808 -recol2s=9545 -recol2d=15751 -recol3s=8488 -recol3d=14694 -recol4s=7431 -recol4d=13637 -recol5s=6374 -recol5d=12580 -model=model_18379,1 - -// 18439 -[loc_18439] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=16808 -recol2s=9545 -recol2d=15751 -recol3s=8488 -recol3d=14694 -recol4s=7431 -recol4d=13637 -recol5s=6374 -recol5d=12580 -retex1s=material_70 -retex1d=material_418 -retex2s=material_180 -retex2d=material_177 -model=model_17583,1 -model=model_17584,2 -model=model_17585,5 - -// 18440 -[loc_18440] -hillskew=yes -sharelight=yes -active=yes -op1=Enter -model=model_18376,1 -name=Passage - -// 18441 -[loc_18441] -hillskew=yes -occlude=yes -active=yes -width=6 -ambient=30 -op1=Open -retex1s=material_70 -retex1d=material_72 -model=model_18381 -name=Imposing Doors - -// 18442 -[loc_18442] -blockwalk=no -breakroutefinding=yes -hillskew=yes -active=yes -ambient=30 -op1=Open -retex1s=material_70 -retex1d=material_72 -model=model_18383 -name=Imposing Doors - -// 18443 -[loc_18443] -blockwalk=no -breakroutefinding=yes -hillskew=yes -active=yes -ambient=30 -op1=Open -retex1s=material_70 -retex1d=material_72 -model=model_18382 -name=Imposing Doors - -// 18444 -[loc_18444] -hillskew=yes -sharelight=yes -active=yes -op1=Climb-through -width=2 -hillskew=yes -recol1s=10602 -recol1d=16808 -recol2s=9545 -recol2d=15751 -recol3s=8488 -recol3d=14694 -recol4s=7431 -recol4d=13637 -recol5s=6374 -recol5d=12580 -retex1s=material_70 -retex1d=material_72 -model=model_18378 -name=Shortcut - -// 18445 -[loc_18445] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=16808 -recol2s=9545 -recol2d=15751 -recol3s=8488 -recol3d=14694 -recol4s=7431 -recol4d=13637 -recol5s=6374 -recol5d=12580 -retex1s=material_70 -retex1d=material_72 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 18446 -[loc_18446] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=16808 -recol2s=9545 -recol2d=15751 -recol3s=8488 -recol3d=14694 -recol4s=7431 -recol4d=13637 -recol5s=6374 -recol5d=12580 -retex1s=material_70 -retex1d=material_72 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 18447 -[loc_18447] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=16808 -recol2s=9545 -recol2d=15751 -recol3s=8488 -recol3d=14694 -recol4s=7431 -recol4d=13637 -recol5s=6374 -recol5d=12580 -retex1s=material_70 -retex1d=material_72 -model=model_15957,5 - -// 18448 -[loc_18448] -hillskew=yes -sharelight=yes -active=no -msi=msi_22 -recol1s=10602 -recol1d=16808 -recol2s=9545 -recol2d=15751 -recol3s=8488 -recol3d=14694 -recol4s=7431 -recol4d=13637 -recol5s=6374 -recol5d=12580 -retex1s=material_70 -retex1d=material_72 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 18449 -[loc_18449] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18280 - -// 18450 -[loc_18450] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18281 - -// 18451 -[loc_18451] -active=no -hillskew=yes -sharelight=yes -mirror=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18281 - -// 18452 -[loc_18452] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18282 - -// 18453 -[loc_18453] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18283 - -// 18454 -[loc_18454] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18284 - -// 18455 -[loc_18455] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18284 - -// 18456 -[loc_18456] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18287 - -// 18457 -[loc_18457] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18286 - -// 18458 -[loc_18458] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18287 - -// 18459 -[loc_18459] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18288 - -// 18460 -[loc_18460] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18289 - -// 18461 -[loc_18461] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=7398 -recol1d=12580 -recol2s=6341 -recol2d=10466 -recol3s=5284 -recol3d=8352 -recol4s=4227 -recol4d=6240 -recol5s=3170 -recol5d=4128 -recol6s=2113 -recol6d=2048 -model=model_18290 - -// 18462 -[loc_18462] -length=2 -width=2 -mirror=yes -model=model_18419 -name=Slug goo - -// 18463 -[loc_18463] -active=yes -multivar=varplayerbit_2618 -multiloc=0,loc_18430 -multiloc=1,loc_18431 - -// 18464 -[loc_18464] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12125,0 - -// 18465 -[loc_18465] -active=no -hillskew=yes -istexture=yes -blockwalk=no -unknown90=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12126,0 - -// 18466 -[loc_18466] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12127,0 - -// 18467 -[loc_18467] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12128,0 - -// 18468 -[loc_18468] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12129,0 - -// 18469 -[loc_18469] -active=no -hillskew=yes -istexture=yes -blockwalk=no -unknown90=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12130,0 - -// 18470 -[loc_18470] -active=no -hillskew=yes -istexture=yes -blockwalk=no -unknown90=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12131,0 - -// 18471 -[loc_18471] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=12580 -recol1d=8353 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 18472 -[loc_18472] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=12580 -recol1d=7296 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 18473 -[loc_18473] -blockwalk=yes -active=no -recol1s=8423 -recol1d=7296 -recol2s=9480 -recol2d=8353 -recol3s=10537 -recol3d=9410 -recol4s=11594 -recol4d=10467 -recol5s=12651 -recol5d=11524 -recol6s=14699 -recol6d=12581 -model=model_11798 - -// 18474 -[loc_18474] -blockwalk=yes -active=no -recol1s=8423 -recol1d=7296 -recol2s=9480 -recol2d=8353 -recol3s=10537 -recol3d=9410 -recol4s=11594 -recol4d=10467 -recol5s=12651 -recol5d=11524 -recol6s=14699 -recol6d=12581 -model=model_11799 - -// 18475 -[loc_18475] -blockwalk=yes -active=no -recol1s=8423 -recol1d=7296 -recol2s=9480 -recol2d=8353 -recol3s=10537 -recol3d=9410 -recol4s=11594 -recol4d=10467 -recol5s=12651 -recol5d=11524 -recol6s=14699 -recol6d=12581 -model=model_11800 - -// 18476 -[loc_18476] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=7296 -recol2s=9480 -recol2d=8353 -recol3s=10537 -recol3d=9410 -recol4s=11594 -recol4d=10467 -recol5s=12651 -recol5d=11524 -recol6s=14699 -recol6d=12581 -model=model_11795 - -// 18477 -[loc_18477] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=7296 -recol2s=9480 -recol2d=8353 -recol3s=10537 -recol3d=9410 -recol4s=11594 -recol4d=10467 -recol5s=12651 -recol5d=11524 -recol6s=14699 -recol6d=12581 -model=model_11796 - -// 18478 -[loc_18478] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=7296 -recol2s=9480 -recol2d=8353 -recol3s=10537 -recol3d=9410 -recol4s=11594 -recol4d=10467 -recol5s=12651 -recol5d=11524 -recol6s=14699 -recol6d=12581 -model=model_11797 - -// 18479 -[loc_18479] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12040 - -// 18480 -[loc_18480] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12041 - -// 18481 -[loc_18481] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -forcedecor=yes -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12042,0 - -// 18482 -[loc_18482] -model=model_18502 -name=Big fish - -// 18483 -[loc_18483] -ambient=25 -recol1s=14694 -recol1d=12613 -recol2s=7329 -recol2d=9442 -recol3s=6272 -recol3d=7328 -model=model_1271 -name=Shelves - -// 18484 -[loc_18484] -blockwalk=no -ambient=10 -active=no -model=model_18499,Q - -// 18485 -[loc_18485] -recol1s=20933 -recol1d=12613 -recol2s=15392 -recol2d=9442 -model=model_18500 -name=Stool - -// 18486 -[loc_18486] -width=2 -recol1s=16809 -recol1d=12613 -recol2s=14695 -recol2d=11556 -recol3s=13638 -recol3d=10499 -recol4s=12581 -recol4d=9442 -recol5s=9479 -recol5d=8385 -recol6s=7297 -recol6d=7328 -model=model_18501 -name=Table - -// 18487 -[loc_18487] -active=yes -ambient=15 -contrast=15 -active=no -recol1s=24137 -recol1d=12613 -recol2s=17764 -recol2d=11556 -recol3s=8387 -recol3d=9442 -model=model_4320,Q - -// 18488 -[loc_18488] -width=2 -active=yes -recol1s=11523 -recol1d=12613 -recol2s=9409 -recol2d=9442 -model=model_5492 -name=Bench - -// 18489 -[loc_18489] -active=yes -op1=Open -raiseobject=no -model=model_18515,1 -name=Door - -// 18490 -[loc_18490] -active=yes -op1=Close -raiseobject=no -model=model_18515,1 -name=Door - -// 18491 -[loc_18491] -op1=Use -op2=Use-quickly -op3=Collect -ambient=20 -blockrange=no -recol1s=10598 -recol1d=11491 -recol2s=8484 -recol2d=12581 -recol3s=6370 -recol3d=8352 -recol4s=3235 -recol4d=14694 -recol5s=2244 -recol5d=8352 -model=model_5270 -name=Bank booth - -// 18492 -[loc_18492] -ambient=20 -blockrange=no -recol1s=10598 -recol1d=11491 -recol2s=8484 -recol2d=12581 -recol3s=6370 -recol3d=8352 -recol4s=3235 -recol4d=14694 -recol5s=2244 -recol5d=8352 -model=model_5271 -name=Closed booth - -// 18493 -[loc_18493] -width=2 -length=2 -hillskew=yes -op1=Read -shadow=no -model=model_18518 -name=Signpost - -// 18494 -[loc_18494] -active=no -hillskew=yes -model=model_18514,0 - -// 18495 -[loc_18495] -op1=Search -forceapproach=east -recol1s=14561 -recol1d=11491 -recol2s=12481 -recol2d=9411 -recol3s=9377 -recol3d=8354 -model=model_1245 -name=Bookcase - -// 18496 -[loc_18496] -ambient=50 -model=model_18517,Q - -// 18497 -[loc_18497] -width=2 -length=3 -ambient=10 -op2=Smelt -bgsound=synth_2210,3 -recol1s=5214 -recol1d=4291 -recol2s=5252 -recol2d=5380 -recol3s=5285 -recol3d=5445 -recol4s=3171 -recol4d=3299 -recol5s=7399 -recol5d=7495 -recol6s=10504 -recol6d=9606 -model=model_11546 -name=Furnace - -// 18498 -[loc_18498] -active=no -ambient=10 -recol1s=5252 -recol1d=5380 -recol2s=7399 -recol2d=7495 -recol3s=10504 -recol3d=9606 -model=model_11547,1 - -// 18499 -[loc_18499] -active=no -mirror=yes -ambient=10 -recol1s=5252 -recol1d=5380 -recol2s=7399 -recol2d=7495 -recol3s=10504 -recol3d=9606 -model=model_11548,1 - -// 18500 -[loc_18500] -anim=seq_4860 -active=no -ambient=50 -blockwalk=no -model=model_11549 - -// 18501 -[loc_18501] -width=2 -length=4 -model=model_18565 -name=Crane - -// 18502 -[loc_18502] -op1=Search -blockrange=no -recol1s=9410 -recol1d=9442 -recol2s=10467 -recol2d=8385 -recol3s=11524 -recol3d=10499 -recol4s=12581 -recol4d=11556 -recol5s=13638 -recol5d=12613 -recol6s=14695 -recol6d=13670 -model=model_7685 -name=Crate - -// 18503 -[loc_18503] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -model=model_18563 -name=Staircase - -// 18504 -[loc_18504] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -model=model_18564 -name=Staircase - -// 18505 -[loc_18505] -shadow=no -msi=msi_22 -active=yes -op1=Pass -blockwalk=yes -model=model_18595,1 -name=Odd looking wall - -// 18506 -[loc_18506] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7685 -name=Crate - -// 18507 -[loc_18507] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7700 -name=Crate - -// 18508 -[loc_18508] -op1=Search -resizex=250 -resizez=250 -resizey=250 -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7704 -name=Crates - -// 18509 -[loc_18509] -op1=Turn -active=yes -recol1s=9545 -recol1d=5250 -model=model_1746 -model2=model_18585 -name=Water controls - -// 18510 -[loc_18510] -op1=Turn -active=yes -recol1s=9545 -recol1d=5250 -model=model_1746 -model2=model_18582 -name=Water controls - -// 18511 -[loc_18511] -length=3 -anim=seq_1051 -bgsound=synth_2422,10 -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3468 -name=Water wheel - -// 18512 -[loc_18512] -length=3 -anim=seq_1051 -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_18866 -name=Water wheel - -// 18513 -[loc_18513] -active=no -anim=seq_522 -bgsound=synth_2141,5 -multivar=varplayerbit_2060 -multiloc=1,loc_2016 - -// 18514 -[loc_18514] -active=no -anim=seq_522 -multivar=varplayerbit_2060 -multiloc=1,loc_2018 - -// 18515 -[loc_18515] -width=3 -length=5 -bgsound=synth_3153,10 -active=yes -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3465 -model2=model_3466 -name=Bellows - -// 18516 -[loc_18516] -width=3 -length=5 -op1=Fix -active=yes -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_18865 -model2=model_18864 -name=Bellows - -// 18517 -[loc_18517] -active=no -ambient=10 -recol1s=5285 -recol1d=5250 -recol2s=4195 -recol2d=5250 -recol3s=7399 -recol3d=5250 -recol4s=4228 -recol4d=5250 -recol5s=10504 -recol5d=6307 -recol6s=5252 -recol6d=5250 -model=model_11547,1 - -// 18518 -[loc_18518] -active=no -mirror=yes -ambient=10 -recol1s=5285 -recol1d=5250 -recol2s=4195 -recol2d=5250 -recol3s=7399 -recol3d=5250 -recol4s=4228 -recol4d=5250 -recol5s=10504 -recol5d=6307 -recol6s=5252 -recol6d=5250 -model=model_11548,1 - -// 18519 -[loc_18519] -active=yes -ambient=40 -forceapproach=west -blockwalk=yes -model=model_18587,0 -name=Lava trough - -// 18520 -[loc_18520] -active=yes -ambient=40 -forceapproach=west -blockwalk=yes -model=model_18589,0 -name=Lava trough - -// 18521 -[loc_18521] -active=yes -ambient=40 -forceapproach=west -blockwalk=yes -model=model_18590,0 -name=Lava trough - -// 18522 -[loc_18522] -active=yes -ambient=40 -forceapproach=west -blockwalk=yes -model=model_18591,0 -name=Lava trough - -// 18523 -[loc_18523] -active=yes -ambient=40 -forceapproach=west -blockwalk=yes -model=model_18592,0 -name=Lava trough - -// 18524 -[loc_18524] -anim=seq_4860 -blockwalk=no -multivar=varplayerbit_2062 -multiloc=1,loc_11669 - -// 18525 -[loc_18525] -width=2 -length=3 -active=yes -model=model_18872 -name=Furnace - -// 18526 -[loc_18526] -width=2 -length=3 -active=yes -bgsound=synth_2209,5 -recol1s=5285 -recol1d=5250 -recol2s=4195 -recol2d=5250 -recol3s=7399 -recol3d=5250 -recol4s=4228 -recol4d=5250 -recol5s=10504 -recol5d=6307 -recol6s=5252 -recol6d=5250 -model=model_11546 -name=Furnace - -// 18527 -[loc_18527] -ambient=20 -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_18570 - -// 18528 -[loc_18528] -ambient=20 -active=no -recol1s=18889 -recol1d=20832 -recol2s=16846 -recol2d=5250 -recol3s=17833 -recol3d=10467 -model=model_18574 - -// 18529 -[loc_18529] -ambient=20 -active=no -recol1s=18889 -recol1d=20832 -recol2s=16846 -recol2d=5250 -recol3s=17833 -recol3d=10467 -model=model_18575 - -// 18530 -[loc_18530] -ambient=20 -length=2 -active=yes -bgsound=synth_3142,3 -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3467 -name=Machinery - -// 18531 -[loc_18531] -ambient=20 -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_18572 - -// 18532 -[loc_18532] -ambient=20 -active=no -recol1s=18889 -recol1d=20832 -recol2s=16846 -recol2d=5250 -recol3s=17833 -recol3d=10467 -model=model_18571 - -// 18533 -[loc_18533] -active=no -ambient=20 -recol1s=18889 -recol1d=20832 -recol2s=16846 -recol2d=5250 -recol3s=17833 -recol3d=10467 -model=model_18677 - -// 18534 -[loc_18534] -active=no -ambient=20 -recol1s=18889 -recol1d=20832 -recol2s=16846 -recol2d=5250 -recol3s=17833 -recol3d=10467 -model=model_18681 - -// 18535 -[loc_18535] -active=no -ambient=20 -recol1s=18889 -recol1d=20832 -recol2s=16846 -recol2d=5250 -recol3s=17833 -recol3d=10467 -model=model_18676 - -// 18536 -[loc_18536] -ambient=35 -active=no -model=model_18601,Q - -// 18537 -[loc_18537] -ambient=15 -active=no -model=model_18600,Q - -// 18538 -[loc_18538] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18614,1 - -// 18539 -[loc_18539] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18615,1 - -// 18540 -[loc_18540] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18616,1 - -// 18541 -[loc_18541] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18617,1 - -// 18542 -[loc_18542] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18618,1 - -// 18543 -[loc_18543] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18624,8 -model=model_18625,1 -model=model_18626,2 - -// 18544 -[loc_18544] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18627,2 - -// 18545 -[loc_18545] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18628,2 - -// 18546 -[loc_18546] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18629,2 - -// 18547 -[loc_18547] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18634,1 - -// 18548 -[loc_18548] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18635,1 - -// 18549 -[loc_18549] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18636,1 - -// 18550 -[loc_18550] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18637,1 - -// 18551 -[loc_18551] -active=no -mirror=yes -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18634,1 - -// 18552 -[loc_18552] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18638,1 - -// 18553 -[loc_18553] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18639,1 - -// 18554 -[loc_18554] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18640,1 - -// 18555 -[loc_18555] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18641,1 - -// 18556 -[loc_18556] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18642,1 - -// 18557 -[loc_18557] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18644,1 - -// 18558 -[loc_18558] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18613,2 - -// 18559 -[loc_18559] -active=no -sharelight=yes -recol1s=6307 -recol1d=7296 -recol2s=7364 -recol2d=8352 -recol3s=8421 -recol3d=9409 -recol4s=9478 -recol4d=10466 -recol5s=10535 -recol5d=11523 -recol6s=11592 -recol6d=12580 -retex1s=material_72 -retex1d=material_418 -model=model_18645,1 - -// 18560 -[loc_18560] -active=no -sharelight=yes -mirror=yes -recol1s=6307 -recol1d=7296 -recol2s=7364 -recol2d=8352 -recol3s=8421 -recol3d=9409 -recol4s=9478 -recol4d=10466 -recol5s=10535 -recol5d=11523 -recol6s=11592 -recol6d=12580 -model=model_18645,1 - -// 18561 -[loc_18561] -active=no -model=model_18602,8 -model=model_18605,1 -model=model_18606,2 -model=model_18607,5 - -// 18562 -[loc_18562] -active=no -model=model_18604,1 -model=model_18609,2 - -// 18563 -[loc_18563] -active=no -model=model_18610,1 -model=model_18611,2 - -// 18564 -[loc_18564] -active=no -model=model_18612,1 - -// 18565 -[loc_18565] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18646 - -// 18566 -[loc_18566] -mirror=yes -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18646 - -// 18567 -[loc_18567] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18620 - -// 18568 -[loc_18568] -mirror=yes -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18620 - -// 18569 -[loc_18569] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18621 - -// 18570 -[loc_18570] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18622 - -// 18571 -[loc_18571] -mirror=yes -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18622 - -// 18572 -[loc_18572] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18623 - -// 18573 -[loc_18573] -mirror=yes -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18623 - -// 18574 -[loc_18574] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18619 - -// 18575 -[loc_18575] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18633 - -// 18576 -[loc_18576] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18630 - -// 18577 -[loc_18577] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18631 - -// 18578 -[loc_18578] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18632 - -// 18579 -[loc_18579] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18643 - -// 18580 -[loc_18580] -active=no -model=model_18599,1 - -// 18581 -[loc_18581] -active=no -model=model_18596,1 - -// 18582 -[loc_18582] -mirror=yes -active=no -model=model_18596,1 - -// 18583 -[loc_18583] -active=no -model=model_18597,1 - -// 18584 -[loc_18584] -active=no -model=model_18598,1 - -// 18585 -[loc_18585] -active=no -ambient=20 -recol1s=5284 -recol1d=5250 -model=model_18647 - -// 18586 -[loc_18586] -active=no -ambient=20 -model=model_18603 - -// 18587 -[loc_18587] -ambient=20 -length=2 -active=yes -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_18594 -name=Machinery - -// 18588 -[loc_18588] -active=no -sharelight=yes -ambient=40 -model=model_18588,1 - -// 18589 -[loc_18589] -active=no -sharelight=yes -ambient=40 -model=model_18593,1 - -// 18590 -[loc_18590] -ambient=40 -model=model_18580,Q - -// 18591 -[loc_18591] -ambient=40 -model=model_18573,Q - -// 18592 -[loc_18592] -ambient=40 -model=model_18581,Q - -// 18593 -[loc_18593] -length=2 -active=yes -multivar=varplayerbit_2640 -multiloc=0,loc_3422 -multiloc=1,loc_18594 - -// 18594 -[loc_18594] -active=yes -length=2 -op1=Search -bgsound=synth_3157,5 -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_3464 -name=Machinery - -// 18595 -[loc_18595] -active=yes -width=2 -length=2 -op1=Open -model=model_18707 -name=Hatch - -// 18596 -[loc_18596] -active=yes -width=2 -length=2 -op1=Climb-down -model=model_18708 -model2=model_18709 -name=Hatch - -// 18597 -[loc_18597] -active=yes -width=2 -length=2 -op1=Climb-down -msi=msi_7 -model=model_18710 -model2=model_18709 -name=Stairwell - -// 18598 -[loc_18598] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -model=model_18706 -name=Stairs - -// 18599 -[loc_18599] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -model=model_18706 -name=Stairs - -// 18600 -[loc_18600] -active=no -active=no -recol1s=11561 -recol1d=5250 -model=model_9051 - -// 18601 -[loc_18601] -active=no -active=no -recol1s=11561 -recol1d=5250 -model=model_9052 - -// 18602 -[loc_18602] -active=no -active=no -recol1s=11561 -recol1d=5250 -model=model_9053 - -// 18603 -[loc_18603] -active=no -active=no -recol1s=11561 -recol1d=5250 -model=model_9054 - -// 18604 -[loc_18604] -active=no -recol1s=11561 -recol1d=5250 -model=model_9055 - -// 18605 -[loc_18605] -active=no -forcedecor=yes -model=model_18685,0 - -// 18606 -[loc_18606] -active=no -hillskew=yes -forcedecor=yes -model=model_18685,0 - -// 18607 -[loc_18607] -active=no -forcedecor=yes -model=model_18686,0 - -// 18608 -[loc_18608] -active=no -sharelight=yes -model=model_18697,1 -model=model_18698,3 -model=model_18699,5 - -// 18609 -[loc_18609] -active=no -sharelight=yes -blockrange=no -model=model_18700,1 - -// 18610 -[loc_18610] -forceapproach=east -op1=Climb-up -sharelight=yes -msi=msi_7 -model=model_18688 -name=Stairs - -// 18611 -[loc_18611] -forceapproach=west -sharelight=yes -op1=Climb-down -model=model_18689 -name=Stairs - -// 18612 -[loc_18612] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7685 -name=Crate - -// 18613 -[loc_18613] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7700 -name=Crate - -// 18614 -[loc_18614] -op1=Search -resizex=250 -resizez=250 -resizey=250 -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7704 -name=Crates - -// 18615 -[loc_18615] -op1=Search -resizex=250 -resizez=250 -resizey=250 -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7704 -name=Crates - -// 18616 -[loc_18616] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7700 -name=Crate - -// 18617 -[loc_18617] -op1=Search -resizex=250 -resizez=250 -resizey=250 -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7704 -name=Crates - -// 18618 -[loc_18618] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7700 -name=Crate - -// 18619 -[loc_18619] -op1=Search -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_7685 -name=Crate - -// 18620 -[loc_18620] -forceapproach=north -ambient=20 -active=yes -op1=Pull -model=model_18783 -name=Lever - -// 18621 -[loc_18621] -forceapproach=north -op1=Pull -blockrange=no -model=model_18783 -name=An old lever - -// 18622 -[loc_18622] -forceapproach=north -op1=Pull -blockrange=no -model=model_18783 -name=An old lever - -// 18623 -[loc_18623] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18764 -name=Old crane - -// 18624 -[loc_18624] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18763 -name=Old crane - -// 18625 -[loc_18625] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18762 -name=Old crane - -// 18626 -[loc_18626] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18761 -name=Old crane - -// 18627 -[loc_18627] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18764 -model2=model_18749 -name=Old crane - -// 18628 -[loc_18628] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18763 -model2=model_18748 -name=Old crane - -// 18629 -[loc_18629] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18762 -model2=model_18747 -name=Old crane - -// 18630 -[loc_18630] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18761 -model2=model_18745 -name=Old crane - -// 18631 -[loc_18631] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=28128 -model=model_18764 -model2=model_18753 -name=Old crane - -// 18632 -[loc_18632] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=28128 -model=model_18763 -model2=model_18752 -name=Old crane - -// 18633 -[loc_18633] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=28128 -model=model_18762 -model2=model_18751 -name=Old crane - -// 18634 -[loc_18634] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=28128 -model=model_18761 -model2=model_18750 -name=Old crane - -// 18635 -[loc_18635] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18760 -name=Old crane - -// 18636 -[loc_18636] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18759 -name=Old crane - -// 18637 -[loc_18637] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18758 -name=Old crane - -// 18638 -[loc_18638] -width=5 -length=5 -blockwalk=no -recol1s=11488 -recol1d=11314 -model=model_18757 -name=Old Crane - -// 18639 -[loc_18639] -width=3 -length=3 -active=no -model=model_18742 - -// 18640 -[loc_18640] -forceapproach=north -op1=Pull -model=model_18783 -name=An old lever - -// 18641 -[loc_18641] -ambient=20 -active=yes -length=3 -op1=Open -model=model_18818 -model2=model_18817 -name=Junction box - -// 18642 -[loc_18642] -anim=seq_4894 -model=model_18815 -name=Press support - -// 18643 -[loc_18643] -width=3 -length=3 -model=model_18816 -name=Steam press - -// 18644 -[loc_18644] -recol1s=11488 -recol1d=11314 -model=model_18784 -name=Steam press - -// 18645 -[loc_18645] -recol1s=11488 -recol1d=11314 -model=model_18785 -name=Steam press - -// 18646 -[loc_18646] -op1=Turn -recol1s=9545 -recol1d=5250 -model=model_1746 -name=Water valve - -// 18647 -[loc_18647] -op1=Turn -recol1s=9545 -recol1d=5250 -model=model_1746 -name=Water valve - -// 18648 -[loc_18648] -forceapproach=north -op1=Pull -model=model_18783 -name=An old lever - -// 18649 -[loc_18649] -ambient=20 -active=yes -forceapproach=north -op1=Turn -model=model_18741 -name=Corkscrew lever - -// 18650 -[loc_18650] -active=yes -bgsound=synth_3073,5 -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=8557 -model=model_18675 -name=Piping - -// 18651 -[loc_18651] -width=3 -length=2 -blockwalk=no -ambient=35 -model=model_18836 -name=Door - -// 18652 -[loc_18652] -width=3 -length=2 -blockwalk=no -anim=seq_4879 -ambient=35 -model=model_18836 -name=Door - -// 18653 -[loc_18653] -width=3 -length=2 -blockwalk=no -anim=seq_4880 -ambient=35 -recol1s=11488 -recol1d=11314 -model=model_18836 -name=Door - -// 18654 -[loc_18654] -width=3 -length=2 -blockwalk=no -anim=seq_4881 -ambient=35 -recol1s=11488 -recol1d=28128 -model=model_18836 -model2=model_18834 -name=Door - -// 18655 -[loc_18655] -width=3 -length=2 -blockwalk=no -anim=seq_4879 -ambient=35 -recol1s=11488 -recol1d=28128 -model=model_18836 -model2=model_18834 -name=Door - -// 18656 -[loc_18656] -width=3 -length=2 -blockwalk=no -anim=seq_4880 -ambient=35 -recol1s=11488 -recol1d=28128 -model=model_18836 -model2=model_18834 -name=Door - -// 18657 -[loc_18657] -width=3 -length=2 -blockwalk=no -anim=seq_4881 -ambient=35 -recol1s=11488 -recol1d=17981 -model=model_18836 -model2=model_18834 -name=Door - -// 18658 -[loc_18658] -width=3 -length=2 -blockwalk=no -anim=seq_4879 -ambient=35 -recol1s=11488 -recol1d=17981 -model=model_18836 -model2=model_18834 -name=Door - -// 18659 -[loc_18659] -width=3 -length=2 -blockwalk=no -anim=seq_4880 -ambient=35 -recol1s=11488 -recol1d=17981 -model=model_18836 -model2=model_18834 -name=Door - -// 18660 -[loc_18660] -width=5 -length=3 -active=yes -model=model_18831 -name=Water Tank - -// 18661 -[loc_18661] -width=5 -length=3 -anim=seq_4895 -active=yes -model=model_18831 -name=Water Tank - -// 18662 -[loc_18662] -active=no -sharelight=yes -ambient=35 -model=model_18838,1 - -// 18663 -[loc_18663] -forceapproach=north -op1=Pull -blockrange=no -model=model_18783 -name=An old lever - -// 18664 -[loc_18664] -ambient=20 -active=yes -model=model_18860,Q -name=Pin - -// 18665 -[loc_18665] -ambient=20 -active=yes -model=model_18858 -name=Pin - -// 18666 -[loc_18666] -ambient=20 -active=yes -length=2 -model=model_18859 -model2=model_18839 -name=Pin - -// 18667 -[loc_18667] -ambient=50 -contrast=50 -active=yes -op1=Take -model=model_18857,Q -name=Cog - -// 18668 -[loc_18668] -ambient=50 -contrast=50 -active=yes -anim=seq_4896 -op1=Take -model=model_18855,Q -name=Cog - -// 18669 -[loc_18669] -ambient=50 -contrast=50 -active=yes -op1=Take -model=model_18853,Q -name=Cog - -// 18670 -[loc_18670] -ambient=20 -active=yes -length=2 -op1=Take -model=model_18850 -model2=model_18839 -name=Cog - -// 18671 -[loc_18671] -ambient=20 -active=yes -length=2 -op1=Take -model=model_18848 -model2=model_18839 -name=Cog - -// 18672 -[loc_18672] -ambient=20 -active=yes -anim=seq_4896 -length=2 -op1=Take -model=model_18846 -model2=model_18839 -name=Cog - -// 18673 -[loc_18673] -ambient=20 -active=yes -op1=Take -model=model_18844 -name=Cog - -// 18674 -[loc_18674] -ambient=20 -active=yes -anim=seq_4896 -op1=Take -model=model_18840 -name=Cog - -// 18675 -[loc_18675] -ambient=20 -active=yes -op1=Take -model=model_18841 -name=Cog - -// 18676 -[loc_18676] -ambient=50 -contrast=50 -active=yes -op1=Take -model=model_18856,Q -name=Cog - -// 18677 -[loc_18677] -ambient=50 -contrast=50 -active=yes -anim=seq_4896 -op1=Take -model=model_18854,Q -name=Cog - -// 18678 -[loc_18678] -ambient=50 -contrast=50 -active=yes -op1=Take -model=model_18852,Q -name=Cog - -// 18679 -[loc_18679] -ambient=20 -active=yes -length=2 -op1=Take -model=model_18851 -model2=model_18839 -name=Cog - -// 18680 -[loc_18680] -ambient=20 -active=yes -length=2 -op1=Take -model=model_18849 -model2=model_18839 -name=Cog - -// 18681 -[loc_18681] -ambient=20 -active=yes -anim=seq_4896 -length=2 -op1=Take -model=model_18847 -model2=model_18839 -name=Cog - -// 18682 -[loc_18682] -ambient=20 -active=yes -op1=Take -model=model_18845 -name=Cog - -// 18683 -[loc_18683] -ambient=20 -active=yes -anim=seq_4896 -op1=Take -model=model_18843 -name=Cog - -// 18684 -[loc_18684] -ambient=20 -active=yes -op1=Take -model=model_18842 -name=Cog - -// 18685 -[loc_18685] -width=3 -bgsound=synth_3174,5 -active=no -model=model_18780 - -// 18686 -[loc_18686] -width=3 -active=no -model=model_18781 - -// 18687 -[loc_18687] -width=3 -bgsound=synth_3174,5 -active=no -model=model_18782 - -// 18688 -[loc_18688] -bgsound=synth_3174,5 -active=no -model=model_1105,0 - -// 18689 -[loc_18689] -width=3 -length=2 -anim=seq_4899 -bgsound=synth_2326,3 -active=no -model=model_18772 - -// 18690 -[loc_18690] -anim=seq_4883 -bgsound=synth_3166,3 -op1=Operate -model=model_18777 -name=Extractor hat - -// 18691 -[loc_18691] -bgsound=synth_3166,3 -op1=Operate -model=model_18778 -name=Extractor hat - -// 18692 -[loc_18692] -length=2 -model=model_18779 -name=Extractor hat-top - -// 18693 -[loc_18693] -active=yes -model=model_18774 -name=Extractor gun - -// 18694 -[loc_18694] -anim=seq_4897 -op1=Take-from -recol1s=11314 -recol1d=32569 -model=model_18775 -name=Extractor gun - -// 18695 -[loc_18695] -anim=seq_4897 -op1=Take-from -recol1s=11314 -recol1d=32263 -model=model_18775 -name=Extractor gun - -// 18696 -[loc_18696] -length=2 -model=model_18776 -name=Extractor gun - -// 18697 -[loc_18697] -active=no -model=model_18773 - -// 18698 -[loc_18698] -ambient=30 -op1=Open -active=yes -model=model_18672,1 -name=Mind Door - -// 18699 -[loc_18699] -ambient=30 -active=yes -op1=Close -model=model_18672,1 -name=Mind Door - -// 18700 -[loc_18700] -ambient=30 -op1=Open -active=yes -mirror=yes -model=model_18672,1 -name=Mind Door - -// 18701 -[loc_18701] -ambient=30 -active=yes -op1=Close -mirror=yes -model=model_18672,1 -name=Mind Door - -// 18702 -[loc_18702] -ambient=30 -op1=Open -model=model_18668,1 -name=Door - -// 18703 -[loc_18703] -ambient=30 -mirror=yes -op1=Open -model=model_18668,1 -name=Door - -// 18704 -[loc_18704] -active=yes -model=model_18714 -name=Connection pipe - -// 18705 -[loc_18705] -active=yes -recol1s=8557 -recol1d=13675 -model=model_18714 -name=Connection pipe - -// 18706 -[loc_18706] -active=yes -model=model_18715 -name=Connection pipe - -// 18707 -[loc_18707] -active=yes -recol1s=8557 -recol1d=13675 -model=model_18715 -name=Connection pipe - -// 18708 -[loc_18708] -ambient=20 -active=no -sharelight=yes -recol1s=10467 -recol1d=5250 -model=model_18696 - -// 18709 -[loc_18709] -active=no -mirror=yes -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=8557 -model=model_18680 - -// 18710 -[loc_18710] -width=2 -length=2 -model=model_18711 -model2=model_18712 -model3=model_18713 -name=Stairs - -// 18711 -[loc_18711] -op1=Take-from -recol1s=14695 -recol1d=12581 -recol2s=13638 -recol2d=11524 -recol3s=12581 -recol3d=10467 -recol4s=11524 -recol4d=9410 -recol5s=10467 -recol5d=8353 -recol6s=9410 -recol6d=7296 -model=model_18661 -name=Schematic crate - -// 18712 -[loc_18712] -active=no -model=model_18765,0 - -// 18713 -[loc_18713] -active=no -model=model_18766,0 - -// 18714 -[loc_18714] -active=no -model=model_18767,0 - -// 18715 -[loc_18715] -active=no -model=model_18768,0 - -// 18716 -[loc_18716] -active=no -model=model_18769,0 - -// 18717 -[loc_18717] -active=no -model=model_18770,0 - -// 18718 -[loc_18718] -active=no -model=model_18771,0 - -// 18719 -[loc_18719] -active=no -model=model_18743 - -// 18720 -[loc_18720] -active=no -model=model_18746 - -// 18721 -[loc_18721] -active=yes -length=2 -blockrange=no -multivar=varplayerbit_2657 -multiloc=0,loc_18666 -multiloc=1,loc_18670 -multiloc=2,loc_18671 -multiloc=3,loc_18672 - -// 18722 -[loc_18722] -active=yes -multivar=varplayerbit_2655 -multiloc=0,loc_18665 -multiloc=1,loc_18673 -multiloc=2,loc_18674 -multiloc=3,loc_18675 - -// 18723 -[loc_18723] -width=3 -anim=seq_4898 -active=no -multivar=varplayerbit_2660 -multiloc=0,loc_18686 -multiloc=1,loc_18685 -multiloc=2,loc_18687 - -// 18724 -[loc_18724] -active=no -multivar=varplayerbit_2660 -multiloc=1,loc_18688 -multiloc=2,loc_18688 - -// 18725 -[loc_18725] -active=yes -anim=seq_4900 -multivar=varplayerbit_2662 -multiloc=0,loc_18693 -multiloc=1,loc_18694 -multiloc=2,loc_18695 - -// 18726 -[loc_18726] -active=yes -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=8557 -model=model_18681 -name=Piping - -// 18727 -[loc_18727] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_18677 - -// 18728 -[loc_18728] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_18681 - -// 18729 -[loc_18729] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_18676 - -// 18730 -[loc_18730] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=13675 -model=model_18677 - -// 18731 -[loc_18731] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=13675 -model=model_18676 - -// 18732 -[loc_18732] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=13675 -model=model_18681 - -// 18733 -[loc_18733] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=13675 -model=model_18680 - -// 18734 -[loc_18734] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=13675 -model=model_18683 - -// 18735 -[loc_18735] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=8557 -model=model_18677 - -// 18736 -[loc_18736] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=8557 -model=model_18676 - -// 18737 -[loc_18737] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=8557 -model=model_18680 - -// 18738 -[loc_18738] -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=8557 -model=model_18683 - -// 18739 -[loc_18739] -ambient=20 -active=no -sharelight=yes -recol1s=10467 -recol1d=5250 -model=model_18819 - -// 18740 -[loc_18740] -ambient=20 -active=no -sharelight=yes -recol1s=10467 -recol1d=5250 -model=model_18820 - -// 18741 -[loc_18741] -ambient=20 -active=no -sharelight=yes -recol1s=10467 -recol1d=5250 -model=model_18821 - -// 18742 -[loc_18742] -ambient=20 -active=no -sharelight=yes -recol1s=10467 -recol1d=5250 -model=model_18822 - -// 18743 -[loc_18743] -ambient=20 -active=no -sharelight=yes -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=13675 -recol4s=10467 -recol4d=5250 -model=model_18823 - -// 18744 -[loc_18744] -ambient=20 -active=no -sharelight=yes -recol1s=10467 -recol1d=5250 -model=model_18824 - -// 18745 -[loc_18745] -ambient=20 -active=no -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -model=model_18674 - -// 18746 -[loc_18746] -ambient=20 -active=yes -model=model_18665,Q -name=Mine cart sign - -// 18747 -[loc_18747] -sharelight=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=12448 -recol1d=12582 -recol2s=11424 -recol2d=13638 -recol3s=12416 -recol3d=11558 -recol4s=14732 -recol4d=8388 -recol5s=11561 -recol5d=5250 -model=model_18827,0 -name=Track - -// 18748 -[loc_18748] -sharelight=yes -forcedecor=yes -recol1s=12448 -recol1d=12582 -recol2s=11424 -recol2d=13638 -recol3s=12416 -recol3d=11558 -recol4s=14732 -recol4d=8388 -recol5s=11561 -recol5d=5250 -model=model_18828,0 - -// 18749 -[loc_18749] -sharelight=yes -recol1s=12448 -recol1d=12582 -recol2s=11424 -recol2d=13638 -recol3s=12416 -recol3d=11558 -recol4s=14732 -recol4d=8388 -recol5s=11561 -recol5d=5250 -model=model_18829,0 - -// 18750 -[loc_18750] -sharelight=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=12448 -recol1d=12582 -recol2s=11424 -recol2d=13638 -recol3s=12416 -recol3d=11558 -recol4s=14732 -recol4d=8388 -recol5s=11561 -recol5d=5250 -model=model_18830,0 -name=Track - -// 18751 -[loc_18751] -sharelight=yes -forcedecor=yes -active=yes -blockwalk=yes -recol1s=12448 -recol1d=12582 -recol2s=11424 -recol2d=13638 -recol3s=12416 -recol3d=11558 -recol4s=14732 -recol4d=8388 -recol5s=11561 -recol5d=5250 -model=model_18826,0 -name=Track - -// 18752 -[loc_18752] -sharelight=yes -active=no -model=model_18701,1 -model=model_18702,3 - -// 18753 -[loc_18753] -active=no -ambient=20 -model=model_18726,1 - -// 18754 -[loc_18754] -mirror=yes -active=no -ambient=20 -model=model_18726,1 - -// 18755 -[loc_18755] -active=no -active=no -ambient=20 -model=model_18728,1 - -// 18756 -[loc_18756] -active=no -model=model_18729 - -// 18757 -[loc_18757] -active=no -mirror=yes -model=model_18729 - -// 18758 -[loc_18758] -width=5 -model=model_18732 -name=Tunnel roof - -// 18759 -[loc_18759] -width=5 -model=model_18734 -name=Tunnel roof - -// 18760 -[loc_18760] -anim=seq_4901 -bgsound=synth_2326,3 -model=model_18863 -name=Tunnel wall - -// 18761 -[loc_18761] -model=model_18736,1 - -// 18762 -[loc_18762] -model=model_18740,1 - -// 18763 -[loc_18763] -model=model_18737,1 - -// 18764 -[loc_18764] -ambient=20 -active=no -model=model_18673,0 - -// 18765 -[loc_18765] -active=no -model=model_18671,0 - -// 18766 -[loc_18766] -op1=Search -op5=Remove -ambient=20 -model=model_19008 -model2=model_19000 -name=Oak cape rack - -// 18767 -[loc_18767] -op1=Search -op5=Remove -ambient=20 -model=model_19009 -name=Teak cape rack - -// 18768 -[loc_18768] -op1=Search -op5=Remove -ambient=20 -model=model_19005 -model2=model_19001 -name=Mahogany cape rack - -// 18769 -[loc_18769] -op1=Search -op5=Remove -ambient=20 -model=model_19004 -model2=model_19001 -name=Gilded cape rack - -// 18770 -[loc_18770] -op1=Search -op5=Remove -ambient=20 -model=model_19007 -name=Marble cape rack - -// 18771 -[loc_18771] -op1=Search -op5=Remove -ambient=20 -model=model_19002 -name=Magic cape rack - -// 18772 -[loc_18772] -width=2 -length=2 -op1=Open -op5=Remove -ambient=20 -forceapproach=south -model=model_19012 -name=Fancy dress box - -// 18773 -[loc_18773] -width=2 -length=2 -op1=Search -op2=Close -ambient=20 -forceapproach=south -model=model_19014 -name=Fancy dress box - -// 18774 -[loc_18774] -width=2 -length=2 -op1=Open -op5=Remove -ambient=20 -forceapproach=south -model=model_19016 -name=Fancy dress box - -// 18775 -[loc_18775] -width=2 -length=2 -op1=Search -op2=Close -ambient=20 -forceapproach=south -model=model_19013 -name=Fancy dress box - -// 18776 -[loc_18776] -width=2 -length=2 -op1=Open -op5=Remove -ambient=20 -forceapproach=south -model=model_19011 -name=Fancy dress box - -// 18777 -[loc_18777] -width=2 -length=2 -op1=Search -op2=Close -ambient=20 -forceapproach=south -model=model_19010 -name=Fancy dress box - -// 18778 -[loc_18778] -op1=Open -op5=Remove -ambient=35 -forceapproach=east -model=model_18995 -name=Armour case - -// 18779 -[loc_18779] -op1=Search -op2=Close -ambient=35 -forceapproach=east -model=model_18997 -name=Armour case - -// 18780 -[loc_18780] -op1=Open -op5=Remove -ambient=35 -forceapproach=east -model=model_18999 -name=Armour case - -// 18781 -[loc_18781] -op1=Search -op2=Close -ambient=35 -forceapproach=east -model=model_18996 -name=Armour case - -// 18782 -[loc_18782] -op1=Open -op5=Remove -ambient=35 -forceapproach=east -model=model_18994 -name=Armour case - -// 18783 -[loc_18783] -op1=Search -op2=Close -ambient=35 -forceapproach=east -model=model_18992 -name=Armour case - -// 18784 -[loc_18784] -length=3 -op1=Open -op5=Remove -ambient=35 -forceapproach=east -model=model_19024 -name=Magic wardrobe - -// 18785 -[loc_18785] -length=3 -op1=Search -op2=Close -ambient=35 -forceapproach=east -model=model_19028 -name=Magic wardrobe - -// 18786 -[loc_18786] -length=3 -op1=Open -op5=Remove -ambient=35 -forceapproach=east -model=model_19015 -name=Magic wardrobe - -// 18787 -[loc_18787] -length=3 -op1=Search -op2=Close -ambient=35 -forceapproach=east -model=model_19025 -name=Magic wardrobe - -// 18788 -[loc_18788] -length=3 -op1=Open -op5=Remove -ambient=35 -forceapproach=east -model=model_19030 -name=Magic wardrobe - -// 18789 -[loc_18789] -length=3 -op1=Search -op2=Close -ambient=35 -forceapproach=east -model=model_19029 -name=Magic wardrobe - -// 18790 -[loc_18790] -length=3 -op1=Open -op5=Remove -ambient=35 -forceapproach=east -model=model_19019 -name=Magic wardrobe - -// 18791 -[loc_18791] -length=3 -op1=Search -op2=Close -ambient=35 -forceapproach=east -model=model_19018 -name=Magic wardrobe - -// 18792 -[loc_18792] -length=3 -op1=Open -op5=Remove -ambient=35 -forceapproach=east -model=model_19021 -name=Magic wardrobe - -// 18793 -[loc_18793] -length=3 -op1=Search -op2=Close -ambient=35 -forceapproach=east -model=model_19026 -name=Magic wardrobe - -// 18794 -[loc_18794] -length=3 -op1=Open -op5=Remove -ambient=35 -forceapproach=east -model=model_19022 -name=Magic wardrobe - -// 18795 -[loc_18795] -length=3 -op1=Search -op2=Close -ambient=35 -forceapproach=east -model=model_19017 -name=Magic wardrobe - -// 18796 -[loc_18796] -length=3 -op1=Open -op5=Remove -ambient=20 -forceapproach=east -model=model_19023 -name=Magic wardrobe - -// 18797 -[loc_18797] -length=3 -op1=Search -op2=Close -ambient=20 -forceapproach=east -model=model_19027 -name=Magic wardrobe - -// 18798 -[loc_18798] -width=2 -op1=Open -op5=Remove -ambient=20 -forceapproach=south -model=model_19033 -name=Toy box - -// 18799 -[loc_18799] -width=2 -op1=Search -op2=Close -ambient=20 -forceapproach=south -model=model_19035 -name=Toy box - -// 18800 -[loc_18800] -width=2 -op1=Open -op5=Remove -ambient=20 -forceapproach=south -model=model_19037 -name=Toy box - -// 18801 -[loc_18801] -width=2 -op1=Search -op2=Close -ambient=20 -forceapproach=south -model=model_19036 -name=Toy box - -// 18802 -[loc_18802] -width=2 -op1=Open -op5=Remove -ambient=20 -forceapproach=south -model=model_19032 -name=Toy box - -// 18803 -[loc_18803] -width=2 -op1=Search -op2=Close -ambient=20 -forceapproach=south -model=model_19034 -name=Toy box - -// 18804 -[loc_18804] -width=2 -op1=Open -op5=Remove -ambient=20 -forceapproach=south -model=model_19042 -name=Treasure chest - -// 18805 -[loc_18805] -width=2 -op1=Search -op2=Close -ambient=20 -forceapproach=south -model=model_19044 -name=Treasure chest - -// 18806 -[loc_18806] -width=2 -op1=Open -op5=Remove -ambient=20 -forceapproach=south -model=model_19039 -name=Treasure chest - -// 18807 -[loc_18807] -width=2 -op1=Search -op2=Close -ambient=20 -forceapproach=south -model=model_19038 -name=Treasure chest - -// 18808 -[loc_18808] -width=2 -op1=Open -op5=Remove -ambient=20 -forceapproach=south -model=model_19041 -name=Treasure chest - -// 18809 -[loc_18809] -width=2 -op1=Search -op2=Close -ambient=20 -forceapproach=south -model=model_19043 -name=Treasure chest - -// 18810 -[loc_18810] -op5=Build -model=model_19003 -model2=model_18998 -name=Cape rack space - -// 18811 -[loc_18811] -op5=Build -length=3 -model=model_19020 -name=Magic wardrobe space - -// 18812 -[loc_18812] -op5=Build -width=2 -model=model_19031 -name=Toy box space - -// 18813 -[loc_18813] -op5=Build -width=2 -model=model_19040 -name=Treasure chest space - -// 18814 -[loc_18814] -op5=Build -width=2 -length=2 -model=model_19006 -name=Fancy dress box space - -// 18815 -[loc_18815] -op5=Build -model=model_18993 -name=Armour case space - -// 18816 -[loc_18816] -blockwalk=yes -width=2 -length=2 -active=yes -blockrange=no -multivar=varplayerbit_2788 -multiloc=0,loc_18819 -multiloc=1,loc_18820 -multiloc=2,loc_18821 -multiloc=3,loc_18818 -multiloc=4,loc_18822 -multiloc=5,loc_18823 -multiloc=6,loc_18824 -multiloc=7,loc_18825 -multiloc=8,loc_18826 -multiloc=9,loc_18826 -multiloc=10,loc_18826 -multiloc=11,loc_18822 -multiloc=12,loc_18823 -multiloc=13,loc_18824 -multiloc=14,loc_18825 -multiloc=15,loc_18826 -multiloc=16,loc_18826 -multiloc=17,loc_18826 -multiloc=18,loc_18822 -multiloc=19,loc_18823 -multiloc=20,loc_18824 -multiloc=21,loc_18825 -multiloc=22,loc_18826 -multiloc=23,loc_18826 -multiloc=24,loc_18826 -multiloc=25,loc_18822 -multiloc=26,loc_18823 -multiloc=27,loc_18824 -multiloc=28,loc_18825 -multiloc=29,loc_18826 -multiloc=30,loc_18826 -multiloc=31,loc_18826 -multiloc=32,loc_18822 -multiloc=33,loc_18823 -multiloc=34,loc_18824 -multiloc=35,loc_18825 -multiloc=36,loc_18826 -multiloc=37,loc_18826 -multiloc=38,loc_18826 -multiloc=39,loc_18822 -multiloc=40,loc_18823 -multiloc=41,loc_18824 -multiloc=42,loc_18825 -multiloc=43,loc_18826 -multiloc=44,loc_18826 -multiloc=45,loc_18826 -multiloc=46,loc_18822 -multiloc=47,loc_18823 -multiloc=48,loc_18824 -multiloc=49,loc_18825 -multiloc=50,loc_18826 -multiloc=51,loc_18826 -multiloc=52,loc_18826 -multiloc=53,loc_18822 -multiloc=54,loc_18823 -multiloc=55,loc_18824 -multiloc=56,loc_18825 -multiloc=57,loc_18826 -multiloc=58,loc_18826 -multiloc=59,loc_18826 -multiloc=60,loc_18819 -multiloc=61,loc_18819 -multiloc=62,loc_18819 -multiloc=63,loc_18819 -multiloc=64,loc_18819 -multiloc=65,loc_18819 -multiloc=66,loc_18819 -multiloc=67,loc_18819 -multiloc=68,loc_18822 -multiloc=69,loc_18823 -multiloc=70,loc_18824 -multiloc=71,loc_18825 -multiloc=72,loc_18826 -multiloc=73,loc_18826 -multiloc=74,loc_18826 -multiloc=75,loc_18822 -multiloc=76,loc_18823 -multiloc=77,loc_18824 -multiloc=78,loc_18825 -multiloc=79,loc_18826 -multiloc=80,loc_18826 -multiloc=81,loc_18826 -multiloc=82,loc_18822 -multiloc=83,loc_18823 -multiloc=84,loc_18824 -multiloc=85,loc_18825 -multiloc=86,loc_18826 -multiloc=87,loc_18826 -multiloc=88,loc_18826 -multiloc=89,loc_18822 -multiloc=90,loc_18823 -multiloc=91,loc_18824 -multiloc=92,loc_18825 -multiloc=93,loc_18826 -multiloc=94,loc_18826 -multiloc=95,loc_18826 -multiloc=96,loc_18822 -multiloc=97,loc_18823 -multiloc=98,loc_18824 -multiloc=99,loc_18825 -multiloc=100,loc_18826 -multiloc=101,loc_18826 -multiloc=102,loc_18826 -multiloc=103,loc_18822 -multiloc=104,loc_18823 -multiloc=105,loc_18824 -multiloc=106,loc_18825 -multiloc=107,loc_18826 -multiloc=108,loc_18826 -multiloc=109,loc_18826 -multiloc=128,loc_18827 -multiloc=129,loc_18828 -multiloc=130,loc_18829 -multiloc=131,loc_18827 -multiloc=132,loc_18828 -multiloc=133,loc_18829 -multiloc=134,loc_18827 -multiloc=135,loc_18828 -multiloc=136,loc_18829 -multiloc=137,loc_18827 -multiloc=138,loc_18828 -multiloc=139,loc_18829 -multiloc=140,loc_18827 -multiloc=141,loc_18828 -multiloc=142,loc_18829 -multiloc=143,loc_18827 -multiloc=144,loc_18828 -multiloc=145,loc_18829 -multiloc=146,loc_18827 -multiloc=147,loc_18828 -multiloc=148,loc_18829 -multiloc=149,loc_18827 -multiloc=150,loc_18828 -multiloc=151,loc_18829 -multiloc=152,loc_18827 -multiloc=153,loc_18828 -multiloc=154,loc_18829 -multiloc=155,loc_18827 -multiloc=156,loc_18828 -multiloc=157,loc_18829 -multiloc=158,loc_18827 -multiloc=159,loc_18828 -multiloc=160,loc_18829 -multiloc=161,loc_18827 -multiloc=162,loc_18828 -multiloc=163,loc_18829 -multiloc=164,loc_18827 -multiloc=165,loc_18828 -multiloc=166,loc_18829 -multiloc=167,loc_18827 -multiloc=168,loc_18828 -multiloc=169,loc_18829 -multiloc=170,loc_18830 -multiloc=171,loc_18831 -multiloc=172,loc_18832 -multiloc=173,loc_18819 -multiloc=174,loc_18819 -multiloc=175,loc_18819 -multiloc=176,loc_18819 -multiloc=177,loc_18819 -multiloc=178,loc_18819 -multiloc=179,loc_18819 -multiloc=180,loc_18819 -multiloc=181,loc_18819 -multiloc=182,loc_18819 -multiloc=183,loc_18819 -multiloc=184,loc_18819 -multiloc=185,loc_18819 -multiloc=186,loc_18819 -multiloc=187,loc_18819 -multiloc=188,loc_18819 -multiloc=189,loc_18819 -multiloc=190,loc_18819 -multiloc=191,loc_18819 -multiloc=192,loc_9044 -multiloc=193,loc_9045 -multiloc=194,loc_9046 -multiloc=195,loc_9047 -multiloc=196,loc_9048 -multiloc=197,loc_9048 -multiloc=198,loc_9049 -multiloc=199,loc_9050 -multiloc=200,loc_9051 -multiloc=201,loc_9052 -multiloc=202,loc_9053 -multiloc=203,loc_9054 -multiloc=204,loc_18822 -multiloc=205,loc_18823 -multiloc=206,loc_18824 -multiloc=207,loc_18825 -multiloc=208,loc_18826 -multiloc=209,loc_18826 -multiloc=210,loc_18826 -multiloc=211,loc_18827 -multiloc=212,loc_18828 -multiloc=213,loc_18829 -multiloc=214,loc_18819 -multiloc=215,loc_18819 -multiloc=216,loc_18819 -multiloc=217,loc_18819 -multiloc=218,loc_18819 -multiloc=219,loc_18819 -multiloc=221,loc_18819 -multiloc=222,loc_18819 -multiloc=223,loc_18819 -multiloc=224,loc_18819 -multiloc=225,loc_18819 -multiloc=226,loc_18819 -multiloc=227,loc_18819 -multiloc=228,loc_18819 -multiloc=229,loc_18819 -multiloc=230,loc_18819 -multiloc=231,loc_18819 -multiloc=232,loc_18819 -multiloc=233,loc_18819 -multiloc=234,loc_18819 -multiloc=235,loc_18819 -multiloc=236,loc_18819 -multiloc=237,loc_18819 -multiloc=238,loc_18819 -multiloc=239,loc_18819 -multiloc=240,loc_18819 -multiloc=241,loc_18819 -multiloc=242,loc_18819 -multiloc=243,loc_18819 -multiloc=244,loc_18819 -multiloc=245,loc_18819 -multiloc=246,loc_18819 -multiloc=247,loc_18819 -multiloc=248,loc_18819 -multiloc=249,loc_18819 -multiloc=250,loc_18819 -multiloc=251,loc_18819 -multiloc=252,loc_18819 -multiloc=253,loc_18819 -multiloc=254,loc_18819 -multiloc=255,loc_18817 - -// 18817 -[loc_18817] -active=yes -blockwalk=yes -width=2 -length=2 -model=model_19151 -name=Rocks - -// 18818 -[loc_18818] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -model=model_19148 -model2=model_19152 -name=Herb patch - -// 18819 -[loc_18819] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_19148 -model2=model_19152 -model3=model_19147 -name=Herb patch - -// 18820 -[loc_18820] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_19148 -model2=model_19152 -model3=model_19146 -name=Herb patch - -// 18821 -[loc_18821] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_19148 -model2=model_19152 -model3=model_19145 -name=Herb patch - -// 18822 -[loc_18822] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -model=model_19148 -model2=model_19152 -model3=model_19144 -name=Herb patch - -// 18823 -[loc_18823] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -model=model_19148 -model2=model_19152 -model3=model_19150 -name=Herb patch - -// 18824 -[loc_18824] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -model=model_19148 -model2=model_19152 -model3=model_19143 -name=Herbs - -// 18825 -[loc_18825] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -model=model_19148 -model2=model_19152 -model3=model_19149 -name=Herbs - -// 18826 -[loc_18826] -ambient=25 -active=yes -op1=Pick -op2=Inspect -width=2 -length=2 -model=model_19148 -model2=model_19152 -model3=model_19140 -name=Herbs - -// 18827 -[loc_18827] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -recol1s=1216 -recol1d=6336 -recol2s=3330 -recol2d=8449 -recol3s=4387 -recol3d=9506 -model=model_19148 -model2=model_19152 -model3=model_19150 -name=Diseased herbs - -// 18828 -[loc_18828] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -recol1s=1216 -recol1d=6336 -recol2s=3330 -recol2d=8449 -recol3s=4387 -recol3d=9506 -model=model_19148 -model2=model_19152 -model3=model_19143 -name=Diseased herbs - -// 18829 -[loc_18829] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -recol1s=1216 -recol1d=6336 -recol2s=3330 -recol2d=8449 -recol3s=4387 -recol3d=9506 -model=model_19148 -model2=model_19152 -model3=model_19149 -name=Diseased herbs - -// 18830 -[loc_18830] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -recol1s=1216 -recol1d=5251 -recol2s=3330 -recol2d=6308 -recol3s=4387 -recol3d=4226 -model=model_19148 -model2=model_19152 -model3=model_19150 -name=Dead herbs - -// 18831 -[loc_18831] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -recol1s=1216 -recol1d=5251 -recol2s=3330 -recol2d=6308 -recol3s=4387 -recol3d=4226 -model=model_19148 -model2=model_19152 -model3=model_19143 -name=Dead herbs - -// 18832 -[loc_18832] -ambient=25 -active=yes -op2=Inspect -width=2 -length=2 -recol1s=1216 -recol1d=5251 -recol2s=3330 -recol2d=6308 -recol3s=4387 -recol3d=4226 -model=model_19148 -model2=model_19152 -model3=model_19149 -name=Dead herbs - -// 18833 -[loc_18833] -active=yes -op1=Climb-down -msi=msi_7 -blockwalk=yes -blockrange=no -model=model_19125 -name=Troll ladder - -// 18834 -[loc_18834] -active=yes -op1=Climb-up -msi=msi_7 -blockwalk=yes -raiseobject=no -blockrange=no -model=model_19117 -name=Troll ladder - -// 18835 -[loc_18835] -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_19129 -model2=model_19130 -name=Crate - -// 18836 -[loc_18836] -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_19129 -model2=model_19134 -name=Tree branch - -// 18837 -[loc_18837] -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_19129 -model2=model_19132 -name=Goat - -// 18838 -[loc_18838] -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_19129 -model2=model_19135 -name=Trolley - -// 18839 -[loc_18839] -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_19129 -model2=model_19131 -name=Fish - -// 18840 -[loc_18840] -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_19129 -model2=model_19133 -name=Rocks - -// 18841 -[loc_18841] -anim=seq_5012 -width=3 -length=4 -resizex=100 -resizey=100 -resizez=100 -model=model_19127 -model2=model_19126 -name=Dolphin - -// 18842 -[loc_18842] -anim=seq_5012 -length=2 -resizex=50 -resizey=50 -resizez=50 -model=model_19128 -model2=model_19126 -name=Fish - -// 18843 -[loc_18843] -op1=Climb-down -recol1s=10598 -recol1d=12548 -recol2s=9541 -recol2d=11491 -recol3s=8484 -recol3d=10434 -recol4s=7427 -recol4d=10434 -recol5s=6370 -recol5d=12548 -model=model_5294 -name=Ladder - -// 18844 -[loc_18844] -active=yes -blockwalk=no -anim=seq_1881 -raiseobject=no -multivar=varplayerbit_334 -multiloc=28,loc_6257 - -// 18845 -[loc_18845] -width=2 -length=2 -ambient=25 -blockwalk=yes -active=yes -blockrange=no -model=model_19141 -name=Soil patch - -// 18846 -[loc_18846] -width=2 -length=2 -ambient=25 -blockwalk=yes -active=yes -blockrange=no -model=model_19141 -model2=model_19142 -name=Soil patch - -// 18847 -[loc_18847] -width=2 -length=2 -ambient=25 -active=yes -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_19141 -model2=model_19147 -name=Weeds - -// 18848 -[loc_18848] -width=2 -length=2 -ambient=25 -active=yes -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_19141 -model2=model_19146 -name=Weeds - -// 18849 -[loc_18849] -width=2 -length=2 -ambient=25 -active=yes -recol1s=10658 -recol1d=5346 -recol2s=8544 -recol2d=4289 -model=model_19141 -model2=model_19145 -name=Weeds - -// 18850 -[loc_18850] -width=2 -length=2 -ambient=25 -active=yes -model=model_19141 -name=New farming patch - -// 18851 -[loc_18851] -width=2 -length=2 -ambient=25 -active=yes -recol1s=4387 -recol1d=15783 -recol2s=3330 -recol2d=12647 -recol3s=1216 -recol3d=15783 -model=model_19141 -model2=model_19144 -name=Hardy goutweed - -// 18852 -[loc_18852] -width=2 -length=2 -ambient=25 -active=yes -recol1s=1216 -recol1d=6336 -recol2s=3330 -recol2d=8449 -recol3s=4387 -recol3d=9506 -model=model_19141 -model2=model_19143 -name=Diseased hardy goutweed - -// 18853 -[loc_18853] -width=2 -length=2 -ambient=25 -active=yes -recol1s=1216 -recol1d=5251 -recol2s=3330 -recol2d=6308 -recol3s=4387 -recol3d=4226 -model=model_19141 -model2=model_19143 -name=Dead hardy goutweed - -// 18854 -[loc_18854] -width=2 -length=2 -ambient=25 -active=yes -recol1s=4387 -recol1d=15783 -recol2s=3330 -recol2d=12647 -recol3s=1216 -recol3d=15783 -model=model_19141 -model2=model_19143 -name=Hardy goutweed - -// 18855 -[loc_18855] -width=2 -length=2 -ambient=25 -op1=Pick -active=yes -recol1s=4387 -recol1d=15783 -recol2s=3330 -recol2d=12647 -recol3s=1216 -recol3d=15783 -model=model_19141 -model2=model_19140 -name=Hardy goutweed - -// 18856 -[loc_18856] -active=yes -ambient=10 -blockwalk=yes -model=model_19124 -name=Parasol - -// 18857 -[loc_18857] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11594 -recol2s=8423 -recol2d=9479 -recol3s=10537 -recol3d=8422 -recol4s=9480 -recol4d=8454 -model=model_12125,0 - -// 18858 -[loc_18858] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11594 -recol2s=8423 -recol2d=9479 -recol3s=10537 -recol3d=8422 -recol4s=9480 -recol4d=8454 -model=model_12126,0 - -// 18859 -[loc_18859] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11594 -recol2s=8423 -recol2d=9479 -recol3s=10537 -recol3d=8422 -recol4s=9480 -recol4d=8454 -model=model_12128,0 - -// 18860 -[loc_18860] -active=no -hillskew=yes -hardshadow=no -blockrange=no -recol1s=11594 -recol1d=11594 -recol2s=8423 -recol2d=9479 -recol3s=10537 -recol3d=8422 -recol4s=9480 -recol4d=8454 -model=model_12129,0 - -// 18861 -[loc_18861] -active=no -hillskew=yes -ambient=20 -hardshadow=no -blockrange=no -recol1s=11594 -recol1d=11594 -recol2s=8423 -recol2d=9479 -recol3s=10537 -recol3d=8422 -recol4s=9480 -recol4d=8454 -model=model_12130,0 - -// 18862 -[loc_18862] -active=no -hillskew=yes -ambient=20 -hardshadow=no -blockrange=no -recol1s=11594 -recol1d=11594 -recol2s=8423 -recol2d=9479 -recol3s=10537 -recol3d=8422 -recol4s=9480 -recol4d=8454 -model=model_12131,0 - -// 18863 -[loc_18863] -hillskew=yes -active=no -ambient=30 -forcedecor=yes -model=model_10217,0 -model=model_19123,0 - -// 18864 -[loc_18864] -ambient=10 -model=model_19120 -name=Drunken Dwarf - -// 18865 -[loc_18865] -ambient=10 -active=yes -blockwalk=no -model=model_19119 -name=Broken beer glass - -// 18866 -[loc_18866] -ambient=10 -blockwalk=yes -blockrange=no -model=model_19118 -name=Deckchair - -// 18867 -[loc_18867] -width=2 -length=2 -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_2799 -multiloc=0,loc_18845 -multiloc=1,loc_18846 -multiloc=2,loc_18847 -multiloc=3,loc_18848 -multiloc=4,loc_18849 -multiloc=5,loc_18849 -multiloc=6,loc_18850 -multiloc=7,loc_18850 -multiloc=8,loc_18851 -multiloc=9,loc_18851 -multiloc=10,loc_18852 -multiloc=11,loc_18853 -multiloc=12,loc_18854 -multiloc=13,loc_18854 -multiloc=14,loc_18855 -multiloc=15,loc_18855 - -// 18868 -[loc_18868] -active=yes -blockwalk=no -multivar=varplayerbit_2796 -multiloc=1,loc_18865 - -// 18869 -[loc_18869] -active=yes -ambient=20 -contrast=25 -op1=Bend -blockrange=no -recol1s=26421 -recol1d=21102 -recol2s=23252 -recol2d=18988 -recol3s=21138 -recol3d=16842 -retex1s=material_92 -retex1d=material_533 -model=model_19296,1 -name=Cell wall window - -// 18870 -[loc_18870] -active=yes -ambient=20 -contrast=25 -op1=Escape -blockrange=no -recol1s=26421 -recol1d=21102 -recol2s=23252 -recol2d=18988 -recol3s=21138 -recol3d=16842 -retex1s=material_92 -retex1d=material_533 -model=model_19295,1 -name=Cell wall window - -// 18871 -[loc_18871] -op2=Climb -hillskew=yes -active=yes -blockwalk=yes -blockrange=no -recol1s=6342 -recol1d=16772 -model=model_19306,0 -name=Rock - -// 18872 -[loc_18872] -op2=Climb -hillskew=yes -blockrange=no -recol1s=6342 -recol1d=16772 -model=model_1391 -name=Rock - -// 18873 -[loc_18873] -op2=Climb -hillskew=yes -blockrange=no -recol1s=6342 -recol1d=16772 -model=model_1391 -name=Rock - -// 18874 -[loc_18874] -shadow=no -ambient=20 -blockwalk=yes -model=model_19289 -name=Danger sign - -// 18875 -[loc_18875] -width=2 -length=2 -msi=msi_4 -op1=Inspect -anim=seq_5055 -ambient=30 -blockrange=no -model=model_19308 -name=Cactus - -// 18876 -[loc_18876] -shadow=no -ambient=20 -blockwalk=yes -model=model_19287 -name=Sign post - -// 18877 -[loc_18877] -op1=Look at -op2=Search -active=yes -blockwalk=no -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=27406 -recol1d=22122 -model=model_19276,0 -name=Footprints - -// 18878 -[loc_18878] -op1=Look at -op2=Search -active=yes -blockwalk=no -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=27406 -recol1d=21031 -model=model_19276,0 -name=Footprints - -// 18879 -[loc_18879] -active=yes -op1=Look at -op2=Search -blockwalk=no -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=27406 -recol1d=17894 -model=model_19276,0 -name=Footprints - -// 18880 -[loc_18880] -active=yes -op1=Look at -op2=Search -blockwalk=no -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=27406 -recol1d=17894 -model=model_19276,0 -name=Footprints - -// 18881 -[loc_18881] -active=yes -op1=Look at -op2=Search -blockwalk=no -ambient=20 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=27406 -recol1d=22122 -model=model_19281,0 -name=Footprints - -// 18882 -[loc_18882] -active=yes -op1=Look at -op2=Search -blockwalk=no -ambient=20 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=27406 -recol1d=21031 -model=model_19281,0 -name=Footprints - -// 18883 -[loc_18883] -active=yes -op1=Look at -op2=Search -blockwalk=no -ambient=20 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=27406 -recol1d=22122 -model=model_19282,0 -name=Footprints - -// 18884 -[loc_18884] -active=yes -op1=Look at -op2=Search -blockwalk=no -ambient=20 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=27406 -recol1d=21031 -model=model_19282,0 -name=Footprints - -// 18885 -[loc_18885] -active=yes -op1=Look at -op2=Search -blockwalk=no -ambient=20 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=27406 -recol1d=17894 -model=model_19279,0 -name=Footprints - -// 18886 -[loc_18886] -active=yes -op1=Look at -op2=Search -blockwalk=no -ambient=20 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=27406 -recol1d=14725 -model=model_19279,0 -name=Footprints - -// 18887 -[loc_18887] -ambient=20 -blockrange=no -recol1s=13605 -recol1d=23080 -recol2s=12548 -recol2d=22023 -recol3s=11491 -recol3d=19911 -recol4s=10434 -recol4d=19909 -recol5s=7297 -recol5d=17797 -model=model_8232 -name=Barrel - -// 18888 -[loc_18888] -length=2 -op1=Look at -op2=Operate -ambient=20 -forceapproach=east -model=model_19323 -name=Winch - -// 18889 -[loc_18889] -ambient=25 -op1=Search -active=yes -blockrange=no -recol1s=13639 -recol1d=23080 -recol2s=12582 -recol2d=22023 -recol3s=11525 -recol3d=19911 -recol4s=10468 -recol4d=19909 -recol5s=9411 -recol5d=17797 -recol6s=8354 -recol6d=16740 -model=model_5256 -name=Crate - -// 18890 -[loc_18890] -ambient=25 -blockrange=no -recol1s=13639 -recol1d=23080 -recol2s=12582 -recol2d=22023 -recol3s=11525 -recol3d=19911 -recol4s=10468 -recol4d=19909 -recol5s=9411 -recol5d=17797 -recol6s=8354 -recol6d=16740 -model=model_5257 -name=Crate - -// 18891 -[loc_18891] -hillskew=yes -sharelight=yes -active=no -ambient=10 -retex1s=material_72 -retex1d=material_418 -model=model_19294,1 - -// 18892 -[loc_18892] -width=2 -length=2 -msi=msi_24 -ambient=45 -blockrange=no -model=model_818 -name=Rockslide - -// 18893 -[loc_18893] -width=2 -length=2 -msi=msi_24 -ambient=45 -hillskew=yes -blockrange=no -model=model_819 -name=Rockslide - -// 18894 -[loc_18894] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -ambient=45 -blockrange=no -model=model_820 -name=Rockslide - -// 18895 -[loc_18895] -width=2 -length=2 -shadow=no -blockwalk=yes -ambient=45 -hillskew=yes -blockrange=no -model=model_821 -name=Rockslide - -// 18896 -[loc_18896] -hillskew=yes -ambient=45 -unknown90=yes -blockrange=no -model=model_773,0 - -// 18897 -[loc_18897] -hillskew=yes -ambient=45 -unknown90=yes -blockrange=no -model=model_785,0 - -// 18898 -[loc_18898] -active=yes -op1=Look at -op2=Search -ambient=20 -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=27406 -recol1d=22122 -model=model_19279,0 -name=Footprints - -// 18899 -[loc_18899] -active=yes -op1=Look at -op2=Search -ambient=20 -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=27406 -recol1d=21031 -model=model_19279,0 -name=Footprints - -// 18900 -[loc_18900] -active=yes -op1=Look at -op2=Search -ambient=20 -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=27406 -recol1d=17894 -model=model_19279,0 -name=Footprints - -// 18901 -[loc_18901] -sharelight=yes -active=no -ambient=20 -contrast=25 -recol1s=26421 -recol1d=21102 -model=model_19290,1 - -// 18902 -[loc_18902] -width=2 -ambient=15 -op2=Search -blockrange=no -recol1s=16809 -recol1d=21037 -recol2s=14695 -recol2d=18923 -recol3s=13638 -recol3d=16843 -recol4s=12581 -recol4d=16809 -model=model_14827 -name=Table - -// 18903 -[loc_18903] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=17865 -recol2s=11522 -recol2d=16808 -recol3s=10465 -recol3d=15751 -recol4s=9409 -recol4d=14694 -recol5s=8353 -recol5d=13637 -model=model_11538 -name=Ladder - -// 18904 -[loc_18904] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=12578 -recol1d=17865 -recol2s=11522 -recol2d=16808 -recol3s=10465 -recol3d=15751 -recol4s=9409 -recol4d=14694 -recol5s=8353 -recol5d=13637 -model=model_11539 -name=Ladder - -// 18905 -[loc_18905] -sharelight=yes -occlude=yes -active=no -ambient=20 -contrast=25 -recol1s=26421 -recol1d=21102 -model=model_893,1 -model=model_894,2 -model=model_876,3 -model=model_877,4 -model=model_878,5 - -// 18906 -[loc_18906] -sharelight=yes -active=no -ambient=20 -contrast=25 -recol1s=26421 -recol1d=21102 -model=model_886,1 -model=model_887,2 -model=model_888,3 -model=model_889,4 -model=model_890,5 - -// 18907 -[loc_18907] -op1=Open -forceapproach=south -ambient=15 -recol1s=22131 -recol1d=17931 -recol2s=17903 -recol2d=16874 -recol3s=13675 -recol3d=15783 -recol4s=8456 -recol4d=12646 -recol5s=6342 -recol5d=10532 -model=model_12147 -name=Chest - -// 18908 -[loc_18908] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 18909 -[loc_18909] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_19292,1 - -// 18910 -[loc_18910] -hillskew=yes -sharelight=yes -active=no -ambient=10 -mirror=yes -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_19292,1 - -// 18911 -[loc_18911] -hillskew=yes -sharelight=yes -active=no -ambient=10 -mirror=yes -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_19280,1 - -// 18912 -[loc_18912] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_19280,1 - -// 18913 -[loc_18913] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 18914 -[loc_18914] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15948,1 -model=model_15949,5 - -// 18915 -[loc_18915] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15952,1 -model=model_15953,5 - -// 18916 -[loc_18916] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15950,1 -model=model_15951,2 - -// 18917 -[loc_18917] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_19293,1 - -// 18918 -[loc_18918] -ambient=20 -blockrange=no -recol1s=14695 -recol1d=23080 -recol2s=13638 -recol2d=22023 -recol3s=12581 -recol3d=19911 -recol4s=11524 -recol4d=19909 -recol5s=10467 -recol5d=17797 -recol6s=9410 -recol6d=15683 -model=model_7685 -name=Crate - -// 18919 -[loc_18919] -ambient=20 -recol1s=14695 -recol1d=23080 -recol2s=13638 -recol2d=22023 -recol3s=12581 -recol3d=19911 -recol4s=11524 -recol4d=19909 -recol5s=10467 -recol5d=17797 -recol6s=9410 -recol6d=15683 -model=model_7700 -name=Crate - -// 18920 -[loc_18920] -ambient=20 -blockrange=no -recol1s=13605 -recol1d=10501 -recol2s=12548 -recol2d=9444 -recol3s=11491 -recol3d=8387 -recol4s=10434 -recol4d=7330 -recol5s=7297 -recol5d=6273 -recol6s=7331 -recol6d=5216 -model=model_8232 -name=Barrel - -// 18921 -[loc_18921] -ambient=20 -blockrange=no -recol1s=13605 -recol1d=10501 -recol2s=12548 -recol2d=9444 -recol3s=11491 -recol3d=8387 -recol4s=10434 -recol4d=7330 -recol5s=7297 -recol5d=6273 -recol6s=7331 -recol6d=5216 -model=model_14087 -name=Barrel - -// 18922 -[loc_18922] -hillskew=yes -active=yes -op1=Climb-down -blockwalk=yes -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=17929 -recol3s=14594 -recol3d=15815 -model=model_1124,0 -name=Cliff edge - -// 18923 -[loc_18923] -hillskew=yes -op1=Climb-up -active=yes -blockwalk=no -unknown90=yes -model=model_19307,0 -name=Cliff - -// 18924 -[loc_18924] -hillskew=yes -op1=Climb-down -active=yes -blockwalk=no -unknown90=yes -model=model_19307,0 -name=Cliff - -// 18925 -[loc_18925] -active=no -sharelight=yes -hillskew=yes -msi=msi_22 -model=model_19301,1 - -// 18926 -[loc_18926] -active=no -sharelight=yes -hillskew=yes -msi=msi_22 -model=model_19303,1 - -// 18927 -[loc_18927] -active=no -sharelight=yes -hillskew=yes -msi=msi_22 -model=model_19299,2 -model=model_19300,5 - -// 18928 -[loc_18928] -active=no -sharelight=yes -hillskew=yes -resizey=98 -msi=msi_22 -model=model_19301,1 - -// 18929 -[loc_18929] -active=no -sharelight=yes -hillskew=yes -resizey=98 -msi=msi_22 -model=model_19303,1 - -// 18930 -[loc_18930] -active=no -sharelight=yes -hillskew=yes -resizey=98 -msi=msi_22 -model=model_19299,2 -model=model_19300,5 - -// 18931 -[loc_18931] -active=no -sharelight=yes -hillskew=yes -msi=msi_22 -model=model_19298 - -// 18932 -[loc_18932] -active=no -sharelight=yes -hillskew=yes -resizey=98 -msi=msi_22 -model=model_19298 - -// 18933 -[loc_18933] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=17929 -recol3s=14594 -recol3d=15815 -model=model_1124,0 - -// 18934 -[loc_18934] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=17929 -recol3s=14594 -recol3d=15815 -model=model_1139,0 - -// 18935 -[loc_18935] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=17929 -recol3s=14594 -recol3d=15815 -model=model_1032,0 - -// 18936 -[loc_18936] -hillskew=yes -unknown90=yes -model=model_19304,0 - -// 18937 -[loc_18937] -hillskew=yes -unknown90=yes -model=model_19305,0 - -// 18938 -[loc_18938] -ambient=17 -contrast=17 -recol1s=12613 -recol1d=17863 -recol2s=12613 -recol2d=17863 -recol3s=11556 -recol3d=16772 -recol4s=10499 -recol4d=13635 -recol5s=24274 -recol5d=19980 -model=model_14651 -model2=model_14652 -name=Cart track sign - -// 18939 -[loc_18939] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_19320,0 - -// 18940 -[loc_18940] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_19321,0 - -// 18941 -[loc_18941] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_19316,0 - -// 18942 -[loc_18942] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_19314,0 - -// 18943 -[loc_18943] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_19317,0 - -// 18944 -[loc_18944] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_19318,0 - -// 18945 -[loc_18945] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_19319,0 - -// 18946 -[loc_18946] -model=model_19315 -name=Buffers - -// 18947 -[loc_18947] -sharelight=yes -occlude=yes -model=model_19311,4 - -// 18948 -[loc_18948] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_19309,1 - -// 18949 -[loc_18949] -ambient=25 -contrast=10 -model=model_19312,0 - -// 18950 -[loc_18950] -ambient=25 -contrast=10 -model=model_19313,0 - -// 18951 -[loc_18951] -op1=Look at -op2=Use -model=model_19310 -name=Winch bucket - -// 18952 -[loc_18952] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=16909 -recol1d=12546 -model=model_3184 -name=Rocks - -// 18953 -[loc_18953] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=10504 -recol1d=12546 -model=model_3183 -name=Rocks - -// 18954 -[loc_18954] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -blockrange=no -recol1s=10504 -recol1d=12546 -model=model_3195 -name=Rocks - -// 18955 -[loc_18955] -blockrange=no -recol1s=28436 -recol1d=16809 -model=model_1078 -name=Skeleton - -// 18956 -[loc_18956] -blockrange=no -recol1s=28436 -recol1d=16809 -model=model_1079 -name=Skeleton - -// 18957 -[loc_18957] -width=2 -blockrange=no -recol1s=28436 -recol1d=16809 -model=model_1080 -name=Skeleton - -// 18958 -[loc_18958] -forceapproach=north -width=2 -length=3 -op1=Look at -op2=Search -model=model_19275 -model2=model_19274 -model3=model_19277 -name=Wooden cart - -// 18959 -[loc_18959] -forceapproach=north -width=2 -length=3 -op1=Look at -op2=Search -model=model_19275 -model2=model_19274 -model3=model_19277 -model4=model_19278 -name=Wooden cart - -// 18960 -[loc_18960] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5270 -recolhsl2d=5522 -recolhsl3s=5275 -recolhsl3d=5527 -recolhsl4s=5280 -recolhsl4d=5532 -recolhsl5s=5261 -recolhsl5d=5513 -recolhsl6s=5266 -recolhsl6d=5518 -model=model_36082,S - -// 18961 -[loc_18961] -op1=Mine -op2=Prospect -recol1s=16909 -recol1d=10504 -model=model_3184 -name=Rocks - -// 18962 -[loc_18962] -op1=Look-in -op2=Search -ambient=20 -blockrange=no -recol1s=13605 -recol1d=23080 -recol2s=12548 -recol2d=22023 -recol3s=11491 -recol3d=19911 -recol4s=10434 -recol4d=19909 -recol5s=7297 -recol5d=17797 -model=model_8232 -name=Barrel - -// 18963 -[loc_18963] -active=yes -multivar=varplayerbit_2808 -multiloc=1,loc_18962 - -// 18964 -[loc_18964] -hillskew=yes -active=no -recol1s=13505 -recol1d=16872 -recol2s=15618 -recol2d=16872 -recol3s=14594 -recol3d=16872 -model=model_1124,0 - -// 18965 -[loc_18965] -hillskew=yes -active=no -recol1s=13505 -recol1d=16872 -recol2s=15618 -recol2d=16872 -recol3s=14594 -recol3d=16872 -model=model_1139,0 - -// 18966 -[loc_18966] -hillskew=yes -active=no -recol1s=13505 -recol1d=16872 -recol2s=15618 -recol2d=16872 -recol3s=14594 -recol3d=16872 -model=model_1032,0 - -// 18967 -[loc_18967] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=14596 -model=model_11025 -model2=model_11024 -name=Rocks - -// 18968 -[loc_18968] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=14596 -model=model_11026 -model2=model_11024 -name=Rocks - -// 18969 -[loc_18969] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=14596 -model=model_11027 -model2=model_11024 -name=Rocks - -// 18970 -[loc_18970] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=6346 -model=model_11025 -model2=model_11024 -name=Rocks - -// 18971 -[loc_18971] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=6346 -model=model_11026 -model2=model_11024 -name=Rocks - -// 18972 -[loc_18972] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=6346 -model=model_11027 -model2=model_11024 -name=Rocks - -// 18973 -[loc_18973] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=6438 -model=model_11025 -model2=model_11024 -name=Rocks - -// 18974 -[loc_18974] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=6438 -model=model_11026 -model2=model_11024 -name=Rocks - -// 18975 -[loc_18975] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=6438 -model=model_11027 -model2=model_11024 -name=Rocks - -// 18976 -[loc_18976] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=14732 -model=model_11025 -model2=model_11024 -name=Rocks - -// 18977 -[loc_18977] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=14732 -model=model_11026 -model2=model_11024 -name=Rocks - -// 18978 -[loc_18978] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=14732 -model=model_11027 -model2=model_11024 -name=Rocks - -// 18979 -[loc_18979] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=16872 -recol2s=6342 -recol2d=14732 -model=model_11025 -model2=model_11024 -name=Rocks - -// 18980 -[loc_18980] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=14732 -model=model_11026 -model2=model_11024 -name=Rocks - -// 18981 -[loc_18981] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=14732 -model=model_11027 -model2=model_11024 -name=Rocks - -// 18982 -[loc_18982] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=16872 -recol2s=6342 -recol2d=14596 -model=model_11025 -model2=model_11024 -name=Rocks - -// 18983 -[loc_18983] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=14596 -model=model_11026 -model2=model_11024 -name=Rocks - -// 18984 -[loc_18984] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=14596 -model=model_11027 -model2=model_11024 -name=Rocks - -// 18985 -[loc_18985] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=4226 -recol2s=6342 -recol2d=14596 -model=model_11025 -model2=model_11024 -name=Rocks - -// 18986 -[loc_18986] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=4226 -model=model_11026 -model2=model_11024 -name=Rocks - -// 18987 -[loc_18987] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=4226 -model=model_11027 -model2=model_11024 -name=Rocks - -// 18988 -[loc_18988] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=4226 -recol2s=6342 -recol2d=6342 -model=model_11025 -model2=model_11024 -name=Rocks - -// 18989 -[loc_18989] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=6342 -model=model_11026 -model2=model_11024 -name=Rocks - -// 18990 -[loc_18990] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=6342 -model=model_11027 -model2=model_11024 -name=Rocks - -// 18991 -[loc_18991] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=16872 -recol2s=6342 -recol2d=14596 -model=model_3184 -name=Rocks - -// 18992 -[loc_18992] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=14596 -model=model_3183 -name=Rocks - -// 18993 -[loc_18993] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=14596 -model=model_3195 -name=Rocks - -// 18994 -[loc_18994] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=16872 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 18995 -[loc_18995] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=14732 -model=model_3183 -name=Rocks - -// 18996 -[loc_18996] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=14732 -model=model_3195 -name=Rocks - -// 18997 -[loc_18997] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=16872 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 18998 -[loc_18998] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 18999 -[loc_18999] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=4226 -model=model_3195 -name=Rocks - -// 19000 -[loc_19000] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=16872 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 19001 -[loc_19001] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 19002 -[loc_19002] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=6242 -model=model_3195 -name=Rocks - -// 19003 -[loc_19003] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=16872 -recol2s=6342 -recol2d=16872 -model=model_3184 -name=Rocks - -// 19004 -[loc_19004] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=16872 -model=model_3183 -name=Rocks - -// 19005 -[loc_19005] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=16872 -recol2s=6342 -recol2d=16872 -model=model_3195 -name=Rocks - -// 19006 -[loc_19006] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=14596 -model=model_3184 -name=Rocks - -// 19007 -[loc_19007] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=14596 -model=model_3183 -name=Rocks - -// 19008 -[loc_19008] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=14596 -model=model_3195 -name=Rocks - -// 19009 -[loc_19009] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3184 -name=Rocks - -// 19010 -[loc_19010] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3183 -name=Rocks - -// 19011 -[loc_19011] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3195 -name=Rocks - -// 19012 -[loc_19012] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 19013 -[loc_19013] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 19014 -[loc_19014] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 19015 -[loc_19015] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3184 -name=Rocks - -// 19016 -[loc_19016] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3183 -name=Rocks - -// 19017 -[loc_19017] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3195 -name=Rocks - -// 19018 -[loc_19018] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=6438 -model=model_3184 -name=Rocks - -// 19019 -[loc_19019] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=6438 -model=model_3183 -name=Rocks - -// 19020 -[loc_19020] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=6438 -model=model_3195 -name=Rocks - -// 19021 -[loc_19021] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3184 -name=Rocks - -// 19022 -[loc_19022] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3183 -name=Rocks - -// 19023 -[loc_19023] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3195 -name=Rocks - -// 19024 -[loc_19024] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 19025 -[loc_19025] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=14732 -model=model_3183 -name=Rocks - -// 19026 -[loc_19026] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=14732 -model=model_3195 -name=Rocks - -// 19027 -[loc_19027] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=16909 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3184 -name=Rocks - -// 19028 -[loc_19028] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3183 -name=Rocks - -// 19029 -[loc_19029] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=15 -blockrange=no -recol1s=10504 -recol1d=12546 -recol2s=6342 -recol2d=12546 -model=model_3195 -name=Rocks - -// 19030 -[loc_19030] -op1=Make-ball-of -op3=hidden -raiseobject=yes -ambient=20 -msi=msi_12 -hillskew=yes -model=model_20483 -name=Snow - -// 19031 -[loc_19031] -op1=Make-ball-of -op3=hidden -raiseobject=yes -ambient=20 -msi=msi_12 -hillskew=yes -model=model_20484 -name=Snow - -// 19032 -[loc_19032] -ambient=15 -op1=Pull Up -bgsound=synth_3232,5 -model=model_19232 -name=Large root - -// 19033 -[loc_19033] -op1=Make-ball-of -op3=hidden -raiseobject=yes -ambient=20 -msi=msi_12 -hillskew=yes -model=model_20485 -name=Snow - -// 19034 -[loc_19034] -op1=Make-ball-of -op3=hidden -raiseobject=yes -ambient=20 -msi=msi_12 -hillskew=yes -model=model_20486 -name=Snow - -// 19035 -[loc_19035] -op1=Make-ball-of -op3=hidden -raiseobject=yes -ambient=20 -msi=msi_12 -hillskew=yes -model=model_20487 -name=Snow - -// 19036 -[loc_19036] -active=yes -forceapproach=south -ambient=20 -blockrange=no -model=model_20497 -name=Cage - -// 19037 -[loc_19037] -active=yes -forceapproach=south -ambient=20 -anim=seq_5073 -blockrange=no -model=model_20496 -model2=model_20495 -name=Cage with gublinch - -// 19038 -[loc_19038] -op1=Dig-up -op2=hidden -blockwalk=no -ambient=30 -contrast=30 -anim=seq_5058 -model=model_20491 -model2=model_20492 -model3=model_20493 -model4=model_20494 -name=Wintumber tree - -// 19039 -[loc_19039] -width=2 -length=2 -op1=Climb-down -op2=Search -model=model_20481 -name=Cave entrance - -// 19040 -[loc_19040] -active=yes -op1=Climb-up -forceapproach=north -blockwalk=yes -ambient=30 -contrast=30 -msi=msi_7 -blockrange=no -model=model_20482 -name=Ladder - -// 19041 -[loc_19041] -active=no -ambient=15 -model=model_19223 - -// 19042 -[loc_19042] -active=no -ambient=15 -model=model_19219 - -// 19043 -[loc_19043] -active=no -ambient=15 -mirror=yes -model=model_19223 - -// 19044 -[loc_19044] -active=no -ambient=15 -mirror=yes -model=model_19219 - -// 19045 -[loc_19045] -active=no -sharelight=yes -hillskew=yes -recol1s=6309 -recol1d=8422 -recol2s=6276 -recol2d=7365 -recol3s=5252 -recol3d=6308 -recol4s=5219 -recol4d=5251 -recol5s=4195 -recol5d=4194 -recol6s=4162 -recol6d=3137 -retex1s=material_560 -retex1d=material_418 -model=model_16182,1 -model=model_16183,2 -model=model_16184,5 - -// 19046 -[loc_19046] -active=no -sharelight=yes -hillskew=yes -recol1s=6309 -recol1d=8422 -recol2s=6276 -recol2d=7365 -recol3s=5252 -recol3d=6308 -recol4s=5219 -recol4d=5251 -recol5s=4195 -recol5d=4194 -recol6s=4162 -recol6d=3137 -retex1s=material_560 -retex1d=material_418 -model=model_19265,1 - -// 19047 -[loc_19047] -active=no -sharelight=yes -hillskew=yes -mirror=yes -recol1s=6309 -recol1d=8422 -recol2s=6276 -recol2d=7365 -recol3s=5252 -recol3d=6308 -recol4s=5219 -recol4d=5251 -recol5s=4195 -recol5d=4194 -recol6s=4162 -recol6d=3137 -retex1s=material_560 -retex1d=material_418 -model=model_16182,1 -model=model_16183,2 -model=model_16184,5 - -// 19048 -[loc_19048] -active=no -sharelight=yes -hillskew=yes -mirror=yes -recol1s=6309 -recol1d=8422 -recol2s=6276 -recol2d=7365 -recol3s=5252 -recol3d=6308 -recol4s=5219 -recol4d=5251 -recol5s=4195 -recol5d=4194 -recol6s=4162 -recol6d=3137 -retex1s=material_560 -retex1d=material_418 -model=model_19265,1 - -// 19049 -[loc_19049] -active=no -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=8422 -recol2s=10535 -recol2d=7365 -recol3s=9478 -recol3d=6308 -recol4s=8421 -recol4d=5251 -recol5s=7364 -recol5d=4194 -recol6s=6307 -recol6d=3137 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 19050 -[loc_19050] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=6308 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 19051 -[loc_19051] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=8422 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 19052 -[loc_19052] -active=no -sharelight=yes -sharelight=yes -hillskew=yes -blockrange=no -recol1s=11523 -recol1d=13670 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=7362 -model=model_8762,1 -model=model_8763,4 -model=model_8761,0 - -// 19053 -[loc_19053] -active=no -sharelight=yes -sharelight=yes -hillskew=yes -blockrange=no -recol1s=11523 -recol1d=13670 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=7362 -model=model_19264,1 - -// 19054 -[loc_19054] -active=no -sharelight=yes -sharelight=yes -hillskew=yes -mirror=yes -blockrange=no -recol1s=11523 -recol1d=13670 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=7362 -model=model_8762,1 -model=model_8763,4 -model=model_8761,0 - -// 19055 -[loc_19055] -active=no -sharelight=yes -sharelight=yes -hillskew=yes -mirror=yes -blockrange=no -recol1s=11523 -recol1d=13670 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=7362 -model=model_19264,1 - -// 19056 -[loc_19056] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -recol1s=11523 -recol1d=13670 -recol2s=9409 -recol2d=11556 -recol3s=5217 -recol3d=7362 -model=model_19214,0 - -// 19057 -[loc_19057] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -mirror=yes -recol1s=11523 -recol1d=13670 -recol2s=9409 -recol2d=11556 -recol3s=5217 -recol3d=7362 -model=model_19214,0 - -// 19058 -[loc_19058] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -model=model_19215,0 - -// 19059 -[loc_19059] -active=no -msi=msi_46 -hillskew=yes -model=model_19227,0 - -// 19060 -[loc_19060] -active=no -msi=msi_46 -hillskew=yes -model=model_19228,0 - -// 19061 -[loc_19061] -active=no -msi=msi_46 -hillskew=yes -model=model_19229,0 - -// 19062 -[loc_19062] -active=no -sharelight=yes -hillskew=yes -recol1s=9604 -recol1d=7429 -recol2s=15558 -recol2d=12550 -recol3s=15818 -recol3d=9512 -recol4s=18795 -recol4d=13675 -model=model_10501,1 -model=model_10502,2 -model=model_10503,3 -model=model_10504,4 -model=model_10505,5 - -// 19063 -[loc_19063] -sharelight=yes -hillskew=yes -recol1s=4260 -recol1d=7429 -recol2s=5317 -recol2d=12550 -recol3s=6374 -recol3d=9512 -recol4s=7431 -recol4d=13675 -recol5s=2146 -recol5d=17798 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 19064 -[loc_19064] -width=2 -model=model_19224 -model2=model_19213 -name=Paint cans - -// 19065 -[loc_19065] -resizex=220 -resizey=128 -resizez=220 -width=2 -length=2 -recol1s=1106 -recol1d=9474 -model=model_19212 -model2=model_19233 -name=Large box - -// 19066 -[loc_19066] -resizex=110 -resizey=90 -resizez=110 -recol1s=1106 -recol1d=6379 -recol2s=19945 -recol2d=5322 -recol3s=16774 -recol3d=4265 -recol4s=14661 -recol4d=3208 -model=model_19212 -model2=model_19225 -name=Puppet arms - -// 19067 -[loc_19067] -resizex=110 -resizey=90 -resizez=110 -recol1s=1106 -recol1d=12518 -recol2s=19945 -recol2d=11462 -recol3s=16774 -recol3d=12518 -recol4s=14661 -recol4d=9380 -model=model_19212 -model2=model_19225 -name=Puppet arms - -// 19068 -[loc_19068] -resizex=110 -resizey=90 -resizez=110 -recol1s=1106 -recol1d=10566 -recol2s=19945 -recol2d=9509 -recol3s=16774 -recol3d=8453 -recol4s=14661 -recol4d=7396 -model=model_19212 -model2=model_19226 -name=Puppet heads - -// 19069 -[loc_19069] -resizex=110 -resizey=90 -resizez=110 -recol1s=1106 -recol1d=6379 -recol2s=19945 -recol2d=5322 -recol3s=16774 -recol3d=4265 -recol4s=14661 -recol4d=3208 -model=model_19212 -model2=model_19226 -name=Puppet heads - -// 19070 -[loc_19070] -recol1s=14695 -recol1d=6379 -recol2s=13638 -recol2d=5322 -recol3s=12581 -recol3d=4265 -recol4s=11524 -recol4d=3208 -recol5s=10467 -recol5d=2151 -recol6s=9410 -recol6d=1094 -model=model_7699 -name=Crate - -// 19071 -[loc_19071] -recol1s=14695 -recol1d=12518 -recol2s=13638 -recol2d=11462 -recol3s=12581 -recol3d=10437 -recol4s=11524 -recol4d=9380 -recol5s=10467 -recol5d=8323 -recol6s=9410 -recol6d=8322 -model=model_7700 -name=Crates - -// 19072 -[loc_19072] -recol1s=14695 -recol1d=6379 -recol2s=13638 -recol2d=5322 -recol3s=12581 -recol3d=4265 -recol4s=11524 -recol4d=3208 -recol5s=10467 -recol5d=2151 -recol6s=9410 -recol6d=1094 -model=model_7685 -name=Crate - -// 19073 -[loc_19073] -recol1s=14695 -recol1d=10566 -recol2s=13638 -recol2d=9509 -recol3s=12581 -recol3d=8453 -recol4s=11524 -recol4d=7396 -recol5s=10467 -recol5d=6339 -recol6s=9410 -recol6d=5282 -model=model_7685 -name=Crate - -// 19074 -[loc_19074] -recol1s=14695 -recol1d=12518 -recol2s=13638 -recol2d=11462 -recol3s=12581 -recol3d=10437 -recol4s=11524 -recol4d=9380 -recol5s=10467 -recol5d=8323 -recol6s=9410 -recol6d=8322 -model=model_7685 -name=Crate - -// 19075 -[loc_19075] -active=no -model=model_19231,Q - -// 19076 -[loc_19076] -active=no -recol1s=19635 -recol1d=7466 -recol2s=17521 -recol2d=5352 -recol3s=16400 -recol3d=3238 -recol4s=13325 -recol4d=1124 -model=model_19231,Q - -// 19077 -[loc_19077] -active=no -recol1s=19635 -recol1d=13737 -recol2s=17521 -recol2d=11623 -recol3s=16400 -recol3d=9509 -recol4s=13325 -recol4d=7395 -model=model_19231,Q - -// 19078 -[loc_19078] -active=no -recol1s=19635 -recol1d=14664 -recol2s=17521 -recol2d=12550 -recol3s=16400 -recol3d=10436 -recol4s=13325 -recol4d=8322 -model=model_19231,Q - -// 19079 -[loc_19079] -active=no -recol1s=19635 -recol1d=13773 -recol2s=17521 -recol2d=10666 -recol3s=16400 -recol3d=8552 -recol4s=13325 -recol4d=6438 -model=model_19231,Q - -// 19080 -[loc_19080] -active=no -recol1s=19635 -recol1d=17684 -recol2s=17521 -recol2d=15570 -recol3s=16400 -recol3d=13425 -recol4s=13325 -recol4d=12304 -model=model_10500,Q - -// 19081 -[loc_19081] -active=no -recol1s=19635 -recol1d=7466 -recol2s=17521 -recol2d=5352 -recol3s=16400 -recol3d=3238 -recol4s=13325 -recol4d=1124 -model=model_10500,Q - -// 19082 -[loc_19082] -active=no -recol1s=19635 -recol1d=13737 -recol2s=17521 -recol2d=11623 -recol3s=16400 -recol3d=9509 -recol4s=13325 -recol4d=7395 -model=model_10500,Q - -// 19083 -[loc_19083] -active=no -recol1s=19635 -recol1d=14664 -recol2s=17521 -recol2d=12550 -recol3s=16400 -recol3d=10436 -recol4s=13325 -recol4d=8322 -model=model_10500,Q - -// 19084 -[loc_19084] -active=no -recol1s=19635 -recol1d=13773 -recol2s=17521 -recol2d=10666 -recol3s=16400 -recol3d=8552 -recol4s=13325 -recol4d=6438 -model=model_10500,Q - -// 19085 -[loc_19085] -recol1s=12300 -recol1d=12492 -model=model_19218 -model2=model_19217 -name=Decorations box - -// 19086 -[loc_19086] -recol1s=12300 -recol1d=6348 -model=model_19218 -model2=model_19217 -name=Decorations box - -// 19087 -[loc_19087] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -recol1s=11523 -recol1d=13670 -recol2s=9409 -recol2d=11556 -recol3s=5217 -recol3d=7362 -model=model_1089,0 - -// 19088 -[loc_19088] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -recol1s=11523 -recol1d=13670 -recol2s=9409 -recol2d=11556 -recol3s=5217 -recol3d=7362 -model=model_1068,0 - -// 19089 -[loc_19089] -active=no -sharelight=yes -model=model_19211,0 - -// 19090 -[loc_19090] -active=no -model=model_19220,0 - -// 19091 -[loc_19091] -active=no -model=model_19221,0 - -// 19092 -[loc_19092] -active=no -model=model_19222,0 - -// 19093 -[loc_19093] -op1=Climb -model=model_1487 -name=Climbing rope - -// 19094 -[loc_19094] -recol1s=12300 -recol1d=6348 -model=model_10457 -model2=model_10460 -name=Decorations box - -// 19095 -[loc_19095] -recol1s=12300 -recol1d=12420 -model=model_10457 -model2=model_10460 -name=Decorations box - -// 19096 -[loc_19096] -width=2 -recol1s=7776 -recol1d=16644 -recol2s=32384 -recol2d=19985 -model=model_10458 -model2=model_10461 -name=Decorations box - -// 19097 -[loc_19097] -width=2 -recol1s=7776 -recol1d=9701 -recol2s=32384 -recol2d=26087 -model=model_10458 -model2=model_10461 -name=Decorations box - -// 19098 -[loc_19098] -width=2 -length=2 -model=model_10459 -model2=model_10462 -name=Decorations box - -// 19099 -[loc_19099] -width=2 -model=model_10465 -model2=model_10557 -name=Paint cans - -// 19100 -[loc_19100] -width=2 -model=model_10466 -model2=model_10557 -name=Paint cans - -// 19101 -[loc_19101] -width=2 -model=model_10467 -model2=model_10557 -name=Paint cans - -// 19102 -[loc_19102] -resizex=110 -resizey=90 -resizez=110 -width=2 -active=yes -recol1s=1106 -recol1d=4269 -recol2s=19945 -recol2d=7414 -recol3s=16774 -recol3d=2195 -recol4s=14661 -recol4d=79 -model=model_10478 -model2=model_10481 -name=Puppet torsos - -// 19103 -[loc_19103] -resizex=110 -resizey=90 -resizez=110 -active=yes -recol1s=1106 -recol1d=4269 -recol2s=19945 -recol2d=7414 -recol3s=16774 -recol3d=2195 -recol4s=14661 -recol4d=79 -model=model_10477 -model2=model_10475 -name=Puppet legs - -// 19104 -[loc_19104] -resizex=110 -resizey=90 -resizez=110 -active=yes -recol1s=1106 -recol1d=9314 -recol2s=19945 -recol2d=16548 -recol3s=16774 -recol3d=12320 -recol4s=14661 -recol4d=8192 -model=model_10477 -model2=model_10473 -name=Puppet heads - -// 19105 -[loc_19105] -resizex=110 -resizey=90 -resizez=110 -width=2 -active=yes -recol1s=1106 -recol1d=9314 -recol2s=19945 -recol2d=16548 -recol3s=16774 -recol3d=12320 -recol4s=14661 -recol4d=8192 -model=model_10478 -model2=model_10481 -name=Puppet torsos - -// 19106 -[loc_19106] -resizex=110 -resizey=90 -resizez=110 -active=yes -recol1s=1106 -recol1d=9314 -recol2s=19945 -recol2d=16548 -recol3s=16774 -recol3d=12320 -recol4s=14661 -recol4d=8192 -model=model_10479 -model2=model_10476 -name=Puppet legs - -// 19107 -[loc_19107] -resizex=110 -resizey=90 -resizez=110 -width=2 -active=yes -recol1s=1106 -recol1d=4387 -recol2s=19945 -recol2d=2498 -recol3s=16774 -recol3d=384 -recol4s=14661 -recol4d=256 -model=model_10480 -model2=model_10482 -name=Puppet torsos - -// 19108 -[loc_19108] -resizex=110 -resizey=90 -resizez=110 -active=yes -recol1s=1106 -recol1d=4387 -recol2s=19945 -recol2d=2498 -recol3s=16774 -recol3d=384 -recol4s=14661 -recol4d=256 -model=model_10479 -model2=model_10469 -name=Puppet arms - -// 19109 -[loc_19109] -resizex=110 -resizey=90 -resizez=110 -active=yes -recol1s=1106 -recol1d=4387 -recol2s=19945 -recol2d=2498 -recol3s=16774 -recol3d=384 -recol4s=14661 -recol4d=256 -model=model_10477 -model2=model_10475 -name=Puppet legs - -// 19110 -[loc_19110] -op1=Climb -ambient=15 -sharelight=yes -model=model_19216 -name=Roots - -// 19111 -[loc_19111] -ambient=15 -sharelight=yes -model=model_19210 -name=Roots - -// 19112 -[loc_19112] -hillskew=yes -active=no -blockwalk=no -model=model_13851 - -// 19113 -[loc_19113] -hillskew=yes -active=no -blockwalk=no -model=model_13852 - -// 19114 -[loc_19114] -hillskew=yes -active=no -blockwalk=no -model=model_13853 - -// 19115 -[loc_19115] -hillskew=yes -active=no -blockwalk=no -model=model_13854 - -// 19116 -[loc_19116] -blockwalk=yes -active=no -recol1s=8423 -recol1d=5284 -recol2s=9480 -recol2d=6341 -recol3s=10537 -recol3d=7398 -recol4s=11594 -recol4d=8455 -recol5s=12651 -recol5d=9512 -recol6s=14699 -recol6d=10569 -model=model_11798 - -// 19117 -[loc_19117] -blockwalk=yes -active=no -recol1s=8423 -recol1d=5284 -recol2s=9480 -recol2d=6341 -recol3s=10537 -recol3d=7398 -recol4s=11594 -recol4d=8455 -recol5s=12651 -recol5d=9512 -recol6s=14699 -recol6d=10569 -model=model_11799 - -// 19118 -[loc_19118] -blockwalk=yes -active=no -recol1s=8423 -recol1d=5284 -recol2s=9480 -recol2d=6341 -recol3s=10537 -recol3d=7398 -recol4s=11594 -recol4d=8455 -recol5s=12651 -recol5d=9512 -recol6s=14699 -recol6d=10569 -model=model_11800 - -// 19119 -[loc_19119] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=5284 -recol2s=9480 -recol2d=6341 -recol3s=10537 -recol3d=7398 -recol4s=11594 -recol4d=8455 -recol5s=12651 -recol5d=9512 -recol6s=14699 -recol6d=10569 -model=model_11795 - -// 19120 -[loc_19120] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=5284 -recol2s=9480 -recol2d=6341 -recol3s=10537 -recol3d=7398 -recol4s=11594 -recol4d=8455 -recol5s=12651 -recol5d=9512 -recol6s=14699 -recol6d=10569 -model=model_11796 - -// 19121 -[loc_19121] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=5284 -recol2s=9480 -recol2d=6341 -recol3s=10537 -recol3d=7398 -recol4s=11594 -recol4d=8455 -recol5s=12651 -recol5d=9512 -recol6s=14699 -recol6d=10569 -model=model_11797 - -// 19122 -[loc_19122] -sharelight=yes -wallwidth=32 -occlude=yes -ambient=25 -contrast=25 -model=model_19340,1 - -// 19123 -[loc_19123] -sharelight=yes -wallwidth=32 -occlude=yes -ambient=25 -contrast=25 -mirror=yes -model=model_19340,1 - -// 19124 -[loc_19124] -ambient=25 -model=model_19464 -name=Shark head - -// 19125 -[loc_19125] -hillskew=yes -ambient=-30 -op1=Leave -blockwalk=yes -recol1s=13505 -recol1d=16740 -recol2s=14594 -recol2d=16774 -recol3s=15618 -recol3d=16774 -model=model_1124,0 -name=Dirt - -// 19126 -[loc_19126] -anim=seq_3743 -ambient=10 -shadow=no -op1=Use -model=model_19774 -name=Plank - -// 19127 -[loc_19127] -anim=seq_2564 -resizex=200 -resizey=200 -resizez=200 -op1=Steal -model=model_11874 -model2=model_9230 -name=Candles - -// 19128 -[loc_19128] -anim=seq_5141 -width=2 -length=2 -ambient=25 -offsety=-80 -active=yes -op1=Use -model=model_19505 -model2=model_19508 -model3=model_19509 -name=Basket - -// 19129 -[loc_19129] -anim=seq_5141 -width=2 -length=2 -ambient=25 -active=yes -op1=Use -model=model_19505 -model2=model_19508 -model3=model_19509 -name=Basket - -// 19130 -[loc_19130] -anim=seq_5141 -width=6 -length=6 -ambient=25 -model=model_19507 -model2=model_19506 -name=Air balloon - -// 19131 -[loc_19131] -width=2 -length=2 -ambient=25 -active=yes -model=model_19503 -name=Rock - -// 19132 -[loc_19132] -width=2 -length=2 -ambient=25 -model=model_19492 -name=Basket - -// 19133 -[loc_19133] -anim=seq_5141 -width=2 -length=2 -active=yes -multivar=varplayerbit_2867 -multiloc=0,loc_19132 -multiloc=1,loc_19128 -multiloc=2,loc_19128 - -// 19134 -[loc_19134] -anim=seq_5141 -width=6 -length=6 -multivar=varplayerbit_2867 -multiloc=2,loc_19130 - -// 19135 -[loc_19135] -anim=seq_5141 -width=2 -length=2 -active=yes -multivar=varplayerbit_2868 -multiloc=0,loc_19131 -multiloc=1,loc_19129 -multiloc=2,loc_19129 - -// 19136 -[loc_19136] -anim=seq_5141 -width=6 -length=6 -multivar=varplayerbit_2868 -multiloc=1,loc_19130 -multiloc=2,loc_19130 - -// 19137 -[loc_19137] -anim=seq_5141 -width=2 -length=2 -active=yes -multivar=varplayerbit_2869 -multiloc=0,loc_19131 -multiloc=1,loc_19129 - -// 19138 -[loc_19138] -anim=seq_5141 -width=6 -length=6 -multivar=varplayerbit_2869 -multiloc=1,loc_19130 - -// 19139 -[loc_19139] -anim=seq_5141 -width=2 -length=2 -active=yes -multivar=varplayerbit_2870 -multiloc=0,loc_19131 -multiloc=1,loc_19129 - -// 19140 -[loc_19140] -anim=seq_5141 -width=6 -length=6 -multivar=varplayerbit_2870 -multiloc=1,loc_19130 - -// 19141 -[loc_19141] -anim=seq_5141 -width=2 -length=2 -active=yes -multivar=varplayerbit_2871 -multiloc=0,loc_19131 -multiloc=1,loc_19129 - -// 19142 -[loc_19142] -anim=seq_5141 -width=6 -length=6 -multivar=varplayerbit_2871 -multiloc=1,loc_19130 - -// 19143 -[loc_19143] -anim=seq_5141 -width=2 -length=2 -active=yes -multivar=varplayerbit_2872 -multiloc=0,loc_19131 -multiloc=1,loc_19129 - -// 19144 -[loc_19144] -anim=seq_5141 -width=6 -length=6 -multivar=varplayerbit_2872 -multiloc=1,loc_19130 - -// 19145 -[loc_19145] -width=2 -op1=Pray-at -blockrange=no -model=model_19777 -name=Altar - -// 19146 -[loc_19146] -blockwalk=yes -width=7 -length=7 -multivar=varplayerbit_2953 -multiloc=11,loc_8469 -multiloc=12,loc_8470 -multiloc=13,loc_8470 -multiloc=75,loc_8471 -multiloc=77,loc_8472 - -// 19147 -[loc_19147] -blockwalk=yes -width=3 -length=3 -active=yes -hillskew=yes -multivar=varplayerbit_2953 -multiloc=0,loc_8395 -multiloc=1,loc_8394 -multiloc=2,loc_8393 -multiloc=3,loc_8392 -multiloc=4,loc_8395 -multiloc=5,loc_8395 -multiloc=6,loc_8395 -multiloc=7,loc_8395 -multiloc=8,loc_8462 -multiloc=9,loc_8463 -multiloc=10,loc_8464 -multiloc=11,loc_8465 -multiloc=12,loc_8466 -multiloc=13,loc_8467 -multiloc=14,loc_8468 -multiloc=15,loc_8481 -multiloc=16,loc_8482 -multiloc=17,loc_8483 -multiloc=18,loc_8484 -multiloc=19,loc_8485 -multiloc=20,loc_8486 -multiloc=21,loc_8487 -multiloc=22,loc_8488 -multiloc=23,loc_8489 -multiloc=24,loc_8435 -multiloc=25,loc_8436 -multiloc=26,loc_8437 -multiloc=27,loc_8438 -multiloc=28,loc_8439 -multiloc=29,loc_8440 -multiloc=30,loc_8441 -multiloc=31,loc_8442 -multiloc=32,loc_8443 -multiloc=33,loc_8444 -multiloc=34,loc_8445 -multiloc=35,loc_8502 -multiloc=36,loc_8503 -multiloc=37,loc_8504 -multiloc=38,loc_8505 -multiloc=39,loc_8506 -multiloc=40,loc_8507 -multiloc=41,loc_8508 -multiloc=42,loc_8509 -multiloc=43,loc_8510 -multiloc=44,loc_8511 -multiloc=45,loc_8512 -multiloc=46,loc_8513 -multiloc=47,loc_8514 -multiloc=48,loc_8396 -multiloc=49,loc_8397 -multiloc=50,loc_8398 -multiloc=51,loc_8399 -multiloc=52,loc_8400 -multiloc=53,loc_8401 -multiloc=54,loc_8402 -multiloc=55,loc_8403 -multiloc=56,loc_8404 -multiloc=57,loc_8405 -multiloc=58,loc_8406 -multiloc=59,loc_8407 -multiloc=60,loc_8408 -multiloc=61,loc_8409 -multiloc=62,loc_8410 -multiloc=63,loc_8395 -multiloc=64,loc_8395 -multiloc=65,loc_8395 -multiloc=66,loc_8395 -multiloc=67,loc_8395 -multiloc=68,loc_8395 -multiloc=69,loc_8395 -multiloc=70,loc_8395 -multiloc=71,loc_8395 -multiloc=72,loc_8395 -multiloc=73,loc_8473 -multiloc=74,loc_8474 -multiloc=75,loc_8475 -multiloc=77,loc_8476 -multiloc=78,loc_8395 -multiloc=79,loc_8395 -multiloc=80,loc_8490 -multiloc=81,loc_8491 -multiloc=82,loc_8492 -multiloc=83,loc_8493 -multiloc=84,loc_8494 -multiloc=86,loc_8495 -multiloc=87,loc_8395 -multiloc=88,loc_8395 -multiloc=89,loc_8446 -multiloc=90,loc_8447 -multiloc=91,loc_8448 -multiloc=92,loc_8449 -multiloc=93,loc_8450 -multiloc=94,loc_8451 -multiloc=95,loc_8452 -multiloc=97,loc_8453 -multiloc=98,loc_8395 -multiloc=99,loc_8395 -multiloc=100,loc_8515 -multiloc=101,loc_8516 -multiloc=102,loc_8517 -multiloc=103,loc_8518 -multiloc=104,loc_8519 -multiloc=105,loc_8520 -multiloc=106,loc_8521 -multiloc=107,loc_8522 -multiloc=108,loc_8523 -multiloc=110,loc_8524 -multiloc=111,loc_8395 -multiloc=112,loc_8395 -multiloc=113,loc_8411 -multiloc=114,loc_8412 -multiloc=115,loc_8413 -multiloc=116,loc_8414 -multiloc=117,loc_8415 -multiloc=118,loc_8416 -multiloc=119,loc_8417 -multiloc=120,loc_8418 -multiloc=121,loc_8419 -multiloc=122,loc_8420 -multiloc=123,loc_8421 -multiloc=125,loc_8422 -multiloc=126,loc_8395 -multiloc=127,loc_8395 -multiloc=128,loc_8395 -multiloc=129,loc_8395 -multiloc=130,loc_8395 -multiloc=131,loc_8395 -multiloc=132,loc_8395 -multiloc=133,loc_8395 -multiloc=134,loc_8395 -multiloc=135,loc_8395 -multiloc=136,loc_8395 -multiloc=137,loc_8477 -multiloc=138,loc_8478 -multiloc=139,loc_8479 -multiloc=141,loc_8480 -multiloc=142,loc_8395 -multiloc=143,loc_8395 -multiloc=144,loc_8496 -multiloc=145,loc_8497 -multiloc=146,loc_8498 -multiloc=147,loc_8499 -multiloc=148,loc_8500 -multiloc=150,loc_8501 -multiloc=151,loc_8395 -multiloc=152,loc_8395 -multiloc=153,loc_8454 -multiloc=154,loc_8455 -multiloc=155,loc_8456 -multiloc=156,loc_8457 -multiloc=157,loc_8458 -multiloc=158,loc_8459 -multiloc=159,loc_8460 -multiloc=161,loc_8461 -multiloc=162,loc_8395 -multiloc=163,loc_8395 -multiloc=164,loc_8525 -multiloc=165,loc_8526 -multiloc=166,loc_8527 -multiloc=167,loc_8528 -multiloc=168,loc_8529 -multiloc=169,loc_8530 -multiloc=170,loc_8531 -multiloc=171,loc_8532 -multiloc=172,loc_8533 -multiloc=174,loc_8534 -multiloc=175,loc_8395 -multiloc=176,loc_8395 -multiloc=177,loc_8423 -multiloc=178,loc_8424 -multiloc=179,loc_8425 -multiloc=180,loc_8426 -multiloc=181,loc_8427 -multiloc=182,loc_8428 -multiloc=183,loc_8429 -multiloc=184,loc_8430 -multiloc=185,loc_8431 -multiloc=186,loc_8432 -multiloc=187,loc_8433 -multiloc=189,loc_8434 -multiloc=190,loc_8395 -multiloc=191,loc_8395 -multiloc=192,loc_8488 -multiloc=193,loc_8488 -multiloc=194,loc_8488 -multiloc=195,loc_8488 -multiloc=196,loc_8488 -multiloc=197,loc_8488 -multiloc=198,loc_8395 -multiloc=199,loc_8395 -multiloc=200,loc_8395 -multiloc=201,loc_8395 -multiloc=202,loc_8395 -multiloc=203,loc_8395 -multiloc=204,loc_8395 -multiloc=205,loc_8395 -multiloc=206,loc_8395 -multiloc=207,loc_8395 -multiloc=208,loc_8395 -multiloc=209,loc_8395 -multiloc=210,loc_8395 -multiloc=211,loc_8395 -multiloc=212,loc_8395 -multiloc=213,loc_8395 -multiloc=214,loc_8395 -multiloc=215,loc_8395 -multiloc=216,loc_8395 -multiloc=217,loc_8395 -multiloc=218,loc_8395 -multiloc=219,loc_8395 -multiloc=220,loc_8395 -multiloc=221,loc_8395 -multiloc=222,loc_8395 -multiloc=223,loc_8395 -multiloc=224,loc_8395 -multiloc=225,loc_8395 -multiloc=226,loc_8395 -multiloc=227,loc_8395 -multiloc=228,loc_8395 -multiloc=229,loc_8395 -multiloc=230,loc_8395 -multiloc=231,loc_8395 -multiloc=232,loc_8395 -multiloc=233,loc_8395 -multiloc=234,loc_8395 -multiloc=235,loc_8395 -multiloc=236,loc_8395 -multiloc=237,loc_8395 -multiloc=238,loc_8395 -multiloc=239,loc_8395 -multiloc=240,loc_8395 -multiloc=241,loc_8395 -multiloc=242,loc_8395 -multiloc=243,loc_8395 -multiloc=244,loc_8395 -multiloc=245,loc_8395 -multiloc=246,loc_8395 -multiloc=247,loc_8395 -multiloc=248,loc_8395 -multiloc=249,loc_8395 -multiloc=250,loc_8395 -multiloc=251,loc_8395 -multiloc=252,loc_8395 -multiloc=253,loc_8395 -multiloc=254,loc_8395 -multiloc=255,loc_8395 - -// 19148 -[loc_19148] -active=no -ambient=15 -model=model_19493 - -// 19149 -[loc_19149] -sharelight=yes -forcedecor=yes -msi=msi_46 -ambient=15 -model=model_19497,0 - -// 19150 -[loc_19150] -sharelight=yes -forcedecor=yes -msi=msi_46 -ambient=15 -model=model_19498,0 - -// 19151 -[loc_19151] -sharelight=yes -forcedecor=yes -msi=msi_46 -ambient=15 -model=model_19499,0 - -// 19152 -[loc_19152] -sharelight=yes -forcedecor=yes -msi=msi_46 -ambient=15 -model=model_19500,0 - -// 19153 -[loc_19153] -sharelight=yes -forcedecor=yes -msi=msi_46 -ambient=15 -model=model_1089,0 - -// 19154 -[loc_19154] -forcedecor=yes -hillskew=yes -msi=msi_46 -ambient=15 -active=no -model=model_19501,8 -model=model_19502,0 - -// 19155 -[loc_19155] -forcedecor=yes -ambient=15 -model=model_19504,0 - -// 19156 -[loc_19156] -anim=seq_5109 -width=3 -length=3 -shadow=no -ambient=20 -model=model_19510 -name=Basket - -// 19157 -[loc_19157] -length=2 -ambient=10 -recol1s=7329 -recol1d=12581 -recol2s=20933 -recol2d=11491 -recol3s=12448 -recol3d=9345 -model=model_5192 -name=Bed - -// 19158 -[loc_19158] -length=2 -ambient=10 -blockrange=no -model=model_7712 -model2=model_19496 -name=Table - -// 19159 -[loc_19159] -length=2 -op1=Search -forceapproach=east -ambient=10 -model=model_9501 -name=Bookcase - -// 19160 -[loc_19160] -blockwalk=no -active=no -ambient=10 -model=model_19495,1 - -// 19161 -[loc_19161] -width=3 -length=2 -ambient=10 -model=model_19512 -model2=model_19513 -name=Basket - -// 19162 -[loc_19162] -width=2 -length=2 -ambient=10 -model=model_19515 -model2=model_19516 -name=Frame - -// 19163 -[loc_19163] -ambient=10 -model=model_19514,0 - -// 19164 -[loc_19164] -anim=seq_5109 -width=2 -length=2 -shadow=no -ambient=20 -model=model_19511 -name=Basket - -// 19165 -[loc_19165] -width=2 -length=2 -msi=msi_0 -recol1s=5218 -recol1d=12548 -model=model_1570 -name=Tree - -// 19166 -[loc_19166] -width=2 -length=2 -msi=msi_1 -recol1s=5218 -recol1d=12548 -model=model_1637 -name=Tree - -// 19167 -[loc_19167] -width=2 -length=2 -msi=msi_1 -resizex=100 -resizey=100 -resizez=100 -model=model_1637 -name=Tree - -// 19168 -[loc_19168] -active=no -contrast=40 -ambient=20 -model=model_921 - -// 19169 -[loc_19169] -active=no -ambient=20 -contrast=20 -retex1s=material_2 -retex1d=material_23 -model=model_3715 - -// 19170 -[loc_19170] -active=no -ambient=20 -contrast=20 -retex1s=material_2 -retex1d=material_23 -model=model_3716 - -// 19171 -[loc_19171] -sharelight=yes -hillskew=yes -op1=Squeeze-through -model=model_6745,1 -name=Loose Railing - -// 19172 -[loc_19172] -anim=seq_3180 -bgsound=synth_2220,5 -model=model_11290 -model2=model_11292 -name=Raw bird - -// 19173 -[loc_19173] -anim=seq_3180 -bgsound=synth_2220,5 -model=model_11288 -model2=model_11292 -name=Raw hunting beast - -// 19174 -[loc_19174] -anim=seq_5170 -op1=Dismantle -blockwalk=no -active=yes -ambient=20 -model=model_19886 -name=Bird snare - -// 19175 -[loc_19175] -op1=Dismantle -op2=Investigate -blockwalk=no -active=yes -ambient=20 -model=model_19886 -name=Bird snare - -// 19176 -[loc_19176] -anim=seq_5169 -blockwalk=no -active=yes -ambient=20 -model=model_19886 -name=Bird snare - -// 19177 -[loc_19177] -anim=seq_5173 -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26839 -name=Bird snare - -// 19178 -[loc_19178] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26839 -name=Bird snare - -// 19179 -[loc_19179] -anim=seq_5173 -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26842 -name=Bird snare - -// 19180 -[loc_19180] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26842 -name=Bird snare - -// 19181 -[loc_19181] -anim=seq_5173 -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26850 -name=Bird snare - -// 19182 -[loc_19182] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26850 -name=Bird snare - -// 19183 -[loc_19183] -anim=seq_5173 -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26845 -name=Bird snare - -// 19184 -[loc_19184] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26845 -name=Bird snare - -// 19185 -[loc_19185] -anim=seq_5173 -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26848 -name=Bird snare - -// 19186 -[loc_19186] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26848 -name=Bird snare - -// 19187 -[loc_19187] -op1=Dismantle -op2=Investigate -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Box trap - -// 19188 -[loc_19188] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Box trap - -// 19189 -[loc_19189] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 19190 -[loc_19190] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 19191 -[loc_19191] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 19192 -[loc_19192] -anim=seq_5180 -op1=Dismantle -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Box trap - -// 19193 -[loc_19193] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19906 -name=Box trap - -// 19194 -[loc_19194] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19906 -name=Box trap - -// 19195 -[loc_19195] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19906 -name=Box trap - -// 19196 -[loc_19196] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19906 -name=Box trap - -// 19197 -[loc_19197] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=13707 -recol1d=10336 -recol2s=13706 -recol2d=10336 -recol3s=11592 -recol3d=7232 -recol4s=12649 -recol4d=9312 -recol5s=13706 -recol5d=11424 -recol6s=12650 -recol6d=10336 -model=model_19904 -model2=model_19906 -name=Box trap - -// 19198 -[loc_19198] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=13707 -recol1d=10336 -recol2s=13706 -recol2d=10336 -recol3s=11592 -recol3d=7232 -recol4s=12649 -recol4d=9312 -recol5s=13706 -recol5d=11424 -recol6s=12650 -recol6d=10336 -model=model_19904 -model2=model_19906 -name=Box trap - -// 19199 -[loc_19199] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=13707 -recol1d=10336 -recol2s=13706 -recol2d=10336 -recol3s=11592 -recol3d=7232 -recol4s=12649 -recol4d=9312 -recol5s=13706 -recol5d=11424 -recol6s=12650 -recol6d=10336 -model=model_19904 -model2=model_19906 -name=Box trap - -// 19200 -[loc_19200] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=13707 -recol1d=10336 -recol2s=13706 -recol2d=10336 -recol3s=11592 -recol3d=7232 -recol4s=12649 -recol4d=9312 -recol5s=13706 -recol5d=11424 -recol6s=12650 -recol6d=10336 -model=model_19904 -model2=model_19906 -name=Box trap - -// 19201 -[loc_19201] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19907 -name=Box trap - -// 19202 -[loc_19202] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19907 -name=Box trap - -// 19203 -[loc_19203] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19907 -name=Box trap - -// 19204 -[loc_19204] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19907 -name=Box trap - -// 19205 -[loc_19205] -anim=seq_5197 -width=2 -op1=Set-trap -forceapproach=east -msi=msi_71 -blockrange=no -model=model_19910 -name=Boulder - -// 19206 -[loc_19206] -anim=seq_5193 -width=2 -op1=Dismantle -op2=Investigate -forceapproach=east -msi=msi_71 -blockrange=no -model=model_19910 -model2=model_19922 -name=Deadfall - -// 19207 -[loc_19207] -anim=seq_5195 -width=2 -msi=msi_71 -blockrange=no -recol1s=26293 -recol1d=27435 -recol2s=32503 -recol2d=28494 -recol3s=32767 -recol3d=32722 -model=model_19910 -model2=model_19922 -model3=model_19918 -model4=model_19909 -name=Deadfall - -// 19208 -[loc_19208] -anim=seq_5196 -width=2 -msi=msi_71 -blockrange=no -recol1s=26293 -recol1d=27435 -recol2s=32503 -recol2d=28494 -recol3s=32767 -recol3d=32722 -model=model_19910 -model2=model_19922 -model3=model_19918 -model4=model_19909 -name=Deadfall - -// 19209 -[loc_19209] -anim=seq_5195 -width=2 -msi=msi_71 -blockrange=no -recol1s=8288 -recol1d=25403 -recol2s=10468 -recol2d=26461 -recol3s=11525 -recol3d=27519 -recol4s=12582 -recol4d=29631 -recol5s=13639 -recol5d=31743 -recol6s=9411 -recol6d=25403 -model=model_19910 -model2=model_19922 -model3=model_19917 -model4=model_19909 -name=Deadfall - -// 19210 -[loc_19210] -anim=seq_5196 -width=2 -msi=msi_71 -blockrange=no -recol1s=8288 -recol1d=25403 -recol2s=10468 -recol2d=26461 -recol3s=11525 -recol3d=27519 -recol4s=12582 -recol4d=29631 -recol5s=13639 -recol5d=31743 -recol6s=9411 -recol6d=25403 -model=model_19910 -model2=model_19922 -model3=model_19917 -model4=model_19909 -name=Deadfall - -// 19211 -[loc_19211] -anim=seq_5195 -width=2 -msi=msi_71 -blockrange=no -recol1s=10468 -recol1d=8420 -recol2s=11525 -recol2d=9477 -recol3s=12582 -recol3d=10534 -recol4s=13639 -recol4d=11559 -recol5s=9411 -recol5d=8388 -recol6s=8288 -recol6d=8420 -model=model_19910 -model2=model_19922 -model3=model_19911 -model4=model_19909 -name=Deadfall - -// 19212 -[loc_19212] -anim=seq_5196 -width=2 -msi=msi_71 -blockrange=no -recol1s=10468 -recol1d=8420 -recol2s=11525 -recol2d=9477 -recol3s=12582 -recol3d=10534 -recol4s=13639 -recol4d=11559 -recol5s=9411 -recol5d=8388 -recol6s=8288 -recol6d=8420 -model=model_19910 -model2=model_19922 -model3=model_19911 -model4=model_19909 -name=Deadfall - -// 19213 -[loc_19213] -anim=seq_5195 -width=2 -msi=msi_71 -blockrange=no -recol1s=8288 -recol1d=10468 -model=model_19910 -model2=model_19922 -model3=model_19913 -model4=model_19909 -name=Deadfall - -// 19214 -[loc_19214] -anim=seq_5196 -width=2 -msi=msi_71 -blockrange=no -recol1s=8288 -recol1d=10468 -model=model_19910 -model2=model_19922 -model3=model_19913 -model4=model_19909 -name=Deadfall - -// 19215 -[loc_19215] -anim=seq_5197 -width=2 -op1=Check -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=26293 -recol1d=27435 -recol2s=32503 -recol2d=28494 -recol3s=32767 -recol3d=32722 -model=model_19910 -model2=model_19909 -name=Boulder - -// 19216 -[loc_19216] -anim=seq_5197 -width=2 -op1=Check -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=8288 -recol1d=25403 -recol2s=10468 -recol2d=26461 -recol3s=11525 -recol3d=27519 -recol4s=12582 -recol4d=29631 -recol5s=13639 -recol5d=31743 -recol6s=9411 -recol6d=25403 -model=model_19910 -model2=model_19909 -name=Boulder - -// 19217 -[loc_19217] -anim=seq_5197 -width=2 -op1=Check -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=10468 -recol1d=8420 -recol2s=11525 -recol2d=9477 -recol3s=12582 -recol3d=10534 -recol4s=13639 -recol4d=11559 -recol5s=9411 -recol5d=8388 -recol6s=8288 -recol6d=8420 -model=model_19910 -model2=model_19909 -name=Boulder - -// 19218 -[loc_19218] -anim=seq_5197 -width=2 -op1=Check -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=8288 -recol1d=10468 -model=model_19910 -model2=model_19909 -name=Boulder - -// 19219 -[loc_19219] -anim=seq_5194 -width=2 -msi=msi_71 -blockrange=no -model=model_19910 -model2=model_19922 -name=Deadfall - -// 19220 -[loc_19220] -msi=msi_9 -blockwalk=yes -op5=hidden -resizex=76 -resizey=76 -resizez=76 -blockrange=no -model=model_19973 -name=Perch - -// 19221 -[loc_19221] -anim=seq_5203 -msi=msi_9 -blockwalk=yes -op5=hidden -resizex=76 -resizey=76 -resizez=76 -blockrange=no -model=model_19973 -model2=model_19974 -name=Occupied perch - -// 19222 -[loc_19222] -hillskew=yes -length=2 -op1=Climb-over -msi=msi_70 -raiseobject=no -blockrange=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -recol3s=8353 -recol3d=8387 -model=model_19362 -name=Stile - -// 19223 -[loc_19223] -op1=Deactivate -op2=Investigate -resizex=128 -resizey=128 -resizez=128 -contrast=30 -ambient=30 -blockwalk=no -active=yes -anim=seq_5220 -model=model_19891 -name=Magic box - -// 19224 -[loc_19224] -resizex=128 -resizey=128 -resizez=128 -contrast=30 -ambient=30 -op1=Deactivate -blockwalk=no -active=yes -anim=seq_5219 -recol1s=7776 -recol1d=17903 -recol2s=17494 -recol2d=17903 -recol3s=26400 -recol3d=32767 -recol4s=1234 -recol4d=0 -recol5s=19587 -recol5d=0 -model=model_19891 -name=Magic box failed - -// 19225 -[loc_19225] -resizex=128 -resizey=128 -resizez=128 -contrast=30 -ambient=30 -blockwalk=no -active=yes -anim=seq_5222 -model=model_19891 -name=Magic box - -// 19226 -[loc_19226] -resizex=128 -resizey=128 -resizez=128 -contrast=30 -ambient=30 -op1=Retrieve -blockwalk=no -active=yes -anim=seq_5221 -model=model_19891 -name=Magic box - -// 19227 -[loc_19227] -shadow=no -contrast=0 -ambient=0 -op3=Trap -active=yes -model=model_10772 -name=Pit - -// 19228 -[loc_19228] -shadow=no -contrast=0 -ambient=0 -op1=Jump -op2=Dismantle -active=yes -model=model_10772 -name=Spiked pit - -// 19229 -[loc_19229] -shadow=no -contrast=0 -ambient=0 -active=yes -model=model_10772 -name=Collapsed trap - -// 19230 -[loc_19230] -active=yes -width=2 -ambient=20 -contrast=20 -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -model=model_28558 -name=Bank booth - -// 19231 -[loc_19231] -op2=Dismantle -active=yes -contrast=12 -ambient=12 -model=model_19374 -model2=model_29125 -name=Collapsed trap - -// 19232 -[loc_19232] -op2=Dismantle -active=yes -contrast=12 -ambient=12 -model=model_19376 -model2=model_29125 -name=Collapsed trap - -// 19233 -[loc_19233] -op2=Dismantle -active=yes -contrast=12 -ambient=12 -model=model_19375 -model2=model_29125 -name=Collapsed trap - -// 19234 -[loc_19234] -op2=Dismantle -active=yes -contrast=12 -ambient=12 -model=model_19378 -model2=model_29125 -name=Collapsed trap - -// 19235 -[loc_19235] -op2=Dismantle -active=yes -contrast=12 -ambient=12 -model=model_19379 -model2=model_29125 -name=Collapsed trap - -// 19236 -[loc_19236] -op2=Dismantle -active=yes -contrast=12 -ambient=12 -model=model_19377 -model2=model_29125 -name=Collapsed trap - -// 19237 -[loc_19237] -contrast=15 -ambient=15 -model=model_19880,0 - -// 19238 -[loc_19238] -contrast=15 -ambient=15 -model=model_19879,0 - -// 19239 -[loc_19239] -contrast=15 -ambient=15 -model=model_19878,0 - -// 19240 -[loc_19240] -contrast=15 -ambient=15 -model=model_19875,0 - -// 19241 -[loc_19241] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=8611 -model=model_19885,0 - -// 19242 -[loc_19242] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=8611 -model=model_19884,0 - -// 19243 -[loc_19243] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=8611 -model=model_19883,0 - -// 19244 -[loc_19244] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=8611 -model=model_19882,0 - -// 19245 -[loc_19245] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=24201 -model=model_19885,0 - -// 19246 -[loc_19246] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=24201 -model=model_19884,0 - -// 19247 -[loc_19247] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=24201 -model=model_19883,0 - -// 19248 -[loc_19248] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=24201 -model=model_19882,0 - -// 19249 -[loc_19249] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=27580 -model=model_19885,0 - -// 19250 -[loc_19250] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=27580 -model=model_19884,0 - -// 19251 -[loc_19251] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=27580 -model=model_19883,0 - -// 19252 -[loc_19252] -contrast=15 -ambient=15 -recol1s=8421 -recol1d=27580 -model=model_19882,0 - -// 19253 -[loc_19253] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2958 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19233 -multiloc=4,loc_19236 - -// 19254 -[loc_19254] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2959 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19233 -multiloc=4,loc_19236 - -// 19255 -[loc_19255] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2960 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19233 -multiloc=4,loc_19236 - -// 19256 -[loc_19256] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2961 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19233 -multiloc=4,loc_19236 - -// 19257 -[loc_19257] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2962 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19233 -multiloc=4,loc_19236 - -// 19258 -[loc_19258] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2963 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19233 -multiloc=4,loc_19236 - -// 19259 -[loc_19259] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2964 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19232 -multiloc=4,loc_19235 - -// 19260 -[loc_19260] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2965 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19232 -multiloc=4,loc_19235 - -// 19261 -[loc_19261] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2966 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19232 -multiloc=4,loc_19235 - -// 19262 -[loc_19262] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2967 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19232 -multiloc=4,loc_19235 - -// 19263 -[loc_19263] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2968 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19232 -multiloc=4,loc_19235 - -// 19264 -[loc_19264] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2969 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19231 -multiloc=4,loc_19234 - -// 19265 -[loc_19265] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2970 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19231 -multiloc=4,loc_19234 - -// 19266 -[loc_19266] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2971 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19231 -multiloc=4,loc_19234 - -// 19267 -[loc_19267] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2972 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19231 -multiloc=4,loc_19234 - -// 19268 -[loc_19268] -anim=seq_5235 -width=2 -length=2 -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_2973 -multiloc=0,loc_19227 -multiloc=1,loc_19228 -multiloc=2,loc_19229 -multiloc=3,loc_19231 -multiloc=4,loc_19234 - -// 19269 -[loc_19269] -forcedecor=yes -multivar=varplayerbit_2958 -multiloc=1,loc_19251 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19270 -[loc_19270] -forcedecor=yes -multivar=varplayerbit_2959 -multiloc=1,loc_19251 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19271 -[loc_19271] -forcedecor=yes -multivar=varplayerbit_2960 -multiloc=1,loc_19251 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19272 -[loc_19272] -forcedecor=yes -multivar=varplayerbit_2961 -multiloc=1,loc_19251 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19273 -[loc_19273] -forcedecor=yes -multivar=varplayerbit_2962 -multiloc=1,loc_19251 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19274 -[loc_19274] -forcedecor=yes -multivar=varplayerbit_2963 -multiloc=1,loc_19251 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19275 -[loc_19275] -forcedecor=yes -multivar=varplayerbit_2964 -multiloc=1,loc_19243 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19276 -[loc_19276] -forcedecor=yes -multivar=varplayerbit_2965 -multiloc=1,loc_19243 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19277 -[loc_19277] -forcedecor=yes -multivar=varplayerbit_2966 -multiloc=1,loc_19243 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19278 -[loc_19278] -forcedecor=yes -multivar=varplayerbit_2967 -multiloc=1,loc_19243 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19279 -[loc_19279] -forcedecor=yes -multivar=varplayerbit_2968 -multiloc=1,loc_19243 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19280 -[loc_19280] -forcedecor=yes -multivar=varplayerbit_2969 -multiloc=1,loc_19247 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19281 -[loc_19281] -forcedecor=yes -multivar=varplayerbit_2970 -multiloc=1,loc_19247 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19282 -[loc_19282] -forcedecor=yes -multivar=varplayerbit_2971 -multiloc=1,loc_19247 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19283 -[loc_19283] -forcedecor=yes -multivar=varplayerbit_2972 -multiloc=1,loc_19247 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19284 -[loc_19284] -forcedecor=yes -multivar=varplayerbit_2973 -multiloc=1,loc_19247 -multiloc=2,loc_19239 -multiloc=3,loc_19239 -multiloc=4,loc_19239 - -// 19285 -[loc_19285] -forcedecor=yes -multivar=varplayerbit_2958 -multiloc=1,loc_19252 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19286 -[loc_19286] -forcedecor=yes -multivar=varplayerbit_2959 -multiloc=1,loc_19252 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19287 -[loc_19287] -forcedecor=yes -multivar=varplayerbit_2960 -multiloc=1,loc_19252 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19288 -[loc_19288] -forcedecor=yes -multivar=varplayerbit_2961 -multiloc=1,loc_19252 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19289 -[loc_19289] -forcedecor=yes -multivar=varplayerbit_2962 -multiloc=1,loc_19252 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19290 -[loc_19290] -forcedecor=yes -multivar=varplayerbit_2963 -multiloc=1,loc_19252 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19291 -[loc_19291] -forcedecor=yes -multivar=varplayerbit_2964 -multiloc=1,loc_19244 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19292 -[loc_19292] -forcedecor=yes -multivar=varplayerbit_2965 -multiloc=1,loc_19244 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19293 -[loc_19293] -forcedecor=yes -multivar=varplayerbit_2966 -multiloc=1,loc_19244 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19294 -[loc_19294] -forcedecor=yes -multivar=varplayerbit_2967 -multiloc=1,loc_19244 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19295 -[loc_19295] -forcedecor=yes -multivar=varplayerbit_2968 -multiloc=1,loc_19244 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19296 -[loc_19296] -forcedecor=yes -multivar=varplayerbit_2969 -multiloc=1,loc_19248 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19297 -[loc_19297] -forcedecor=yes -multivar=varplayerbit_2970 -multiloc=1,loc_19248 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19298 -[loc_19298] -forcedecor=yes -multivar=varplayerbit_2971 -multiloc=1,loc_19248 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19299 -[loc_19299] -forcedecor=yes -multivar=varplayerbit_2972 -multiloc=1,loc_19248 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19300 -[loc_19300] -forcedecor=yes -multivar=varplayerbit_2973 -multiloc=1,loc_19248 -multiloc=2,loc_19240 -multiloc=3,loc_19240 -multiloc=4,loc_19240 - -// 19301 -[loc_19301] -forcedecor=yes -multivar=varplayerbit_2958 -multiloc=1,loc_19250 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19302 -[loc_19302] -forcedecor=yes -multivar=varplayerbit_2959 -multiloc=1,loc_19250 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19303 -[loc_19303] -forcedecor=yes -multivar=varplayerbit_2960 -multiloc=1,loc_19250 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19304 -[loc_19304] -forcedecor=yes -multivar=varplayerbit_2961 -multiloc=1,loc_19250 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19305 -[loc_19305] -forcedecor=yes -multivar=varplayerbit_2962 -multiloc=1,loc_19250 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19306 -[loc_19306] -forcedecor=yes -multivar=varplayerbit_2963 -multiloc=1,loc_19250 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19307 -[loc_19307] -forcedecor=yes -multivar=varplayerbit_2964 -multiloc=1,loc_19242 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19308 -[loc_19308] -forcedecor=yes -multivar=varplayerbit_2965 -multiloc=1,loc_19242 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19309 -[loc_19309] -forcedecor=yes -multivar=varplayerbit_2966 -multiloc=1,loc_19242 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19310 -[loc_19310] -forcedecor=yes -multivar=varplayerbit_2967 -multiloc=1,loc_19242 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19311 -[loc_19311] -forcedecor=yes -multivar=varplayerbit_2968 -multiloc=1,loc_19242 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19312 -[loc_19312] -forcedecor=yes -multivar=varplayerbit_2969 -multiloc=1,loc_19246 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19313 -[loc_19313] -forcedecor=yes -multivar=varplayerbit_2970 -multiloc=1,loc_19246 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19314 -[loc_19314] -forcedecor=yes -multivar=varplayerbit_2971 -multiloc=1,loc_19246 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19315 -[loc_19315] -forcedecor=yes -multivar=varplayerbit_2972 -multiloc=1,loc_19246 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19316 -[loc_19316] -forcedecor=yes -multivar=varplayerbit_2973 -multiloc=1,loc_19246 -multiloc=2,loc_19238 -multiloc=3,loc_19238 -multiloc=4,loc_19238 - -// 19317 -[loc_19317] -forcedecor=yes -multivar=varplayerbit_2958 -multiloc=1,loc_19249 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19318 -[loc_19318] -forcedecor=yes -multivar=varplayerbit_2959 -multiloc=1,loc_19249 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19319 -[loc_19319] -forcedecor=yes -multivar=varplayerbit_2960 -multiloc=1,loc_19249 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19320 -[loc_19320] -forcedecor=yes -multivar=varplayerbit_2961 -multiloc=1,loc_19249 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19321 -[loc_19321] -forcedecor=yes -multivar=varplayerbit_2962 -multiloc=1,loc_19249 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19322 -[loc_19322] -forcedecor=yes -multivar=varplayerbit_2963 -multiloc=1,loc_19249 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19323 -[loc_19323] -forcedecor=yes -multivar=varplayerbit_2964 -multiloc=1,loc_19241 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19324 -[loc_19324] -forcedecor=yes -multivar=varplayerbit_2965 -multiloc=1,loc_19241 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19325 -[loc_19325] -forcedecor=yes -multivar=varplayerbit_2966 -multiloc=1,loc_19241 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19326 -[loc_19326] -forcedecor=yes -multivar=varplayerbit_2967 -multiloc=1,loc_19241 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19327 -[loc_19327] -forcedecor=yes -multivar=varplayerbit_2968 -multiloc=1,loc_19241 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19328 -[loc_19328] -forcedecor=yes -multivar=varplayerbit_2969 -multiloc=1,loc_19245 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19329 -[loc_19329] -forcedecor=yes -multivar=varplayerbit_2970 -multiloc=1,loc_19245 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19330 -[loc_19330] -forcedecor=yes -multivar=varplayerbit_2971 -multiloc=1,loc_19245 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19331 -[loc_19331] -forcedecor=yes -multivar=varplayerbit_2972 -multiloc=1,loc_19245 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19332 -[loc_19332] -forcedecor=yes -multivar=varplayerbit_2973 -multiloc=1,loc_19245 -multiloc=2,loc_19237 -multiloc=3,loc_19237 -multiloc=4,loc_19237 - -// 19333 -[loc_19333] -blockwalk=no -op1=Dismantle -op2=Investigate -model=model_23903 -name=Rabbit snare - -// 19334 -[loc_19334] -blockwalk=no -anim=seq_5237 -op1=Dismantle -model=model_23903 -name=Broken snare - -// 19335 -[loc_19335] -op1=Check -blockwalk=no -active=yes -anim=seq_5239 -model=model_23902 -model2=model_23903 -name=Rabbit snare - -// 19336 -[loc_19336] -op1=Check -blockwalk=no -active=yes -mirror=yes -mirror=yes -anim=seq_5239 -model=model_23902 -model2=model_23903 -name=Rabbit snare - -// 19337 -[loc_19337] -op1=Flush -forceapproach=south -hillskew=yes -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_19356 -name=Rabbit hole - -// 19338 -[loc_19338] -forceapproach=south -hillskew=yes -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_19356 -name=Rabbitless hole - -// 19339 -[loc_19339] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19340 -[loc_19340] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19341 -[loc_19341] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19342 -[loc_19342] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19343 -[loc_19343] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19344 -[loc_19344] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19345 -[loc_19345] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19346 -[loc_19346] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19347 -[loc_19347] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19348 -[loc_19348] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19349 -[loc_19349] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19350 -[loc_19350] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19351 -[loc_19351] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19352 -[loc_19352] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19353 -[loc_19353] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19354 -[loc_19354] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19355 -[loc_19355] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19356 -[loc_19356] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19357 -[loc_19357] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19358 -[loc_19358] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19359 -[loc_19359] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19360 -[loc_19360] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19361 -[loc_19361] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19362 -[loc_19362] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19363 -[loc_19363] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19364 -[loc_19364] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19365 -[loc_19365] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19366 -[loc_19366] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19367 -[loc_19367] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19368 -[loc_19368] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19369 -[loc_19369] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19370 -[loc_19370] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19371 -[loc_19371] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19372 -[loc_19372] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19373 -[loc_19373] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19374 -[loc_19374] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19375 -[loc_19375] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19376 -[loc_19376] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19377 -[loc_19377] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19378 -[loc_19378] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19379 -[loc_19379] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19380 -[loc_19380] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19381 -[loc_19381] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19382 -[loc_19382] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19383 -[loc_19383] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19384 -[loc_19384] -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=6342 -recol3d=3200 -recol4s=11561 -recol4d=7332 -recol5s=10504 -recol5d=6275 -recol6s=8456 -recol6d=5218 -model=model_1643 -name=Plant - -// 19385 -[loc_19385] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1641 -name=Plant - -// 19386 -[loc_19386] -resizex=64 -resizey=64 -resizez=64 -ambient=40 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7332 -recol4s=10504 -recol4d=6275 -recol5s=8456 -recol5d=5218 -model=model_1642 -name=Plant - -// 19387 -[loc_19387] -ambient=40 -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1645 -name=Plant - -// 19388 -[loc_19388] -width=2 -length=2 -msi=msi_4 -op1=Inspect -blockrange=no -model=model_1600 -name=Cactus - -// 19389 -[loc_19389] -width=2 -length=2 -msi=msi_4 -op1=Inspect -blockrange=no -model=model_1599 -name=Cactus - -// 19390 -[loc_19390] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -op1=Inspect -blockrange=no -model=model_821 -name=Rockslide - -// 19391 -[loc_19391] -width=2 -length=2 -msi=msi_4 -op1=Inspect -blockrange=no -model=model_1599 -name=Cactus - -// 19392 -[loc_19392] -width=2 -length=2 -msi=msi_4 -op1=Inspect -blockrange=no -model=model_1599 -name=Cactus - -// 19393 -[loc_19393] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -op1=Inspect -blockrange=no -model=model_819 -name=Rockslide - -// 19394 -[loc_19394] -width=2 -length=2 -msi=msi_4 -op1=Inspect -blockrange=no -model=model_1599 -name=Cactus - -// 19395 -[loc_19395] -width=2 -length=2 -msi=msi_4 -op1=Inspect -blockrange=no -model=model_1600 -name=Cactus - -// 19396 -[loc_19396] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -op1=Inspect -blockrange=no -model=model_821 -name=Rockslide - -// 19397 -[loc_19397] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -op1=Inspect -blockrange=no -model=model_820 -name=Rockslide - -// 19398 -[loc_19398] -width=2 -length=2 -msi=msi_4 -op1=Inspect -blockrange=no -model=model_1600 -name=Cactus - -// 19399 -[loc_19399] -width=2 -length=2 -msi=msi_4 -op1=Inspect -blockrange=no -model=model_1599 -name=Cactus - -// 19400 -[loc_19400] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -op1=Inspect -blockrange=no -model=model_821 -name=Rockslide - -// 19401 -[loc_19401] -width=2 -length=2 -msi=msi_4 -op1=Inspect -blockrange=no -model=model_1599 -name=Cactus - -// 19402 -[loc_19402] -width=2 -length=2 -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_25 -op1=Inspect -blockrange=no -model=model_818 -name=Rockslide - -// 19403 -[loc_19403] -blockwalk=yes -resizex=100 -resizey=100 -resizez=100 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10784 -model=model_1618 -name=Jungle plant - -// 19404 -[loc_19404] -blockwalk=yes -width=2 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10816 -model=model_1613 -name=Jungle plant - -// 19405 -[loc_19405] -blockwalk=yes -resizex=100 -resizey=100 -resizez=100 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10784 -model=model_1618 -name=Jungle plant - -// 19406 -[loc_19406] -blockwalk=yes -width=2 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10816 -model=model_1613 -name=Jungle plant - -// 19407 -[loc_19407] -blockwalk=yes -resizex=100 -resizey=100 -resizez=100 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10784 -model=model_1618 -name=Jungle plant - -// 19408 -[loc_19408] -blockwalk=yes -width=2 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10816 -model=model_1613 -name=Jungle plant - -// 19409 -[loc_19409] -blockwalk=yes -width=2 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10816 -model=model_1613 -name=Jungle plant - -// 19410 -[loc_19410] -blockwalk=yes -resizex=100 -resizey=100 -resizez=100 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10784 -model=model_1618 -name=Jungle plant - -// 19411 -[loc_19411] -blockwalk=yes -width=2 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10816 -model=model_1613 -name=Jungle plant - -// 19412 -[loc_19412] -blockwalk=yes -resizex=100 -resizey=100 -resizez=100 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10784 -model=model_1618 -name=Jungle plant - -// 19413 -[loc_19413] -blockwalk=yes -width=2 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10816 -model=model_1613 -name=Jungle plant - -// 19414 -[loc_19414] -blockwalk=yes -resizex=100 -resizey=100 -resizez=100 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10784 -model=model_1618 -name=Jungle plant - -// 19415 -[loc_19415] -blockwalk=yes -width=2 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10816 -model=model_1613 -name=Jungle plant - -// 19416 -[loc_19416] -blockwalk=yes -resizex=100 -resizey=100 -resizez=100 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10784 -model=model_1618 -name=Jungle plant - -// 19417 -[loc_19417] -blockwalk=yes -width=2 -op1=Inspect -blockrange=no -recol1s=6528 -recol1d=10816 -model=model_1613 -name=Jungle plant - -// 19418 -[loc_19418] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_38328,1 -name=Wall - -// 19419 -[loc_19419] -resizey=64 -sharelight=yes -hillskew=yes -op1=Inspect -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -recol2s=10466 -recol2d=26427 -recol3s=8352 -recol3d=22199 -recol4s=6240 -recol4d=17971 -model=model_19993 -name=Tunnel - -// 19420 -[loc_19420] -resizey=64 -sharelight=yes -hillskew=yes -op1=Inspect -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -recol2s=10466 -recol2d=26427 -recol3s=8352 -recol3d=22199 -recol4s=6240 -recol4d=17971 -model=model_19993 -name=Tunnel - -// 19421 -[loc_19421] -resizey=64 -sharelight=yes -hillskew=yes -op1=Inspect -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -recol2s=10466 -recol2d=26427 -recol3s=8352 -recol3d=22199 -recol4s=6240 -recol4d=17971 -model=model_19993 -name=Tunnel - -// 19422 -[loc_19422] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -mirror=yes -blockrange=no -model=model_38328,1 -name=Wall - -// 19423 -[loc_19423] -resizey=64 -sharelight=yes -hillskew=yes -op1=Inspect -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -recol2s=10466 -recol2d=26427 -recol3s=8352 -recol3d=22199 -recol4s=6240 -recol4d=17971 -model=model_19993 -name=Tunnel - -// 19424 -[loc_19424] -resizey=64 -sharelight=yes -hillskew=yes -op1=Inspect -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -recol2s=10466 -recol2d=26427 -recol3s=8352 -recol3d=22199 -recol4s=6240 -recol4d=17971 -model=model_19993 -name=Tunnel - -// 19425 -[loc_19425] -sharelight=yes -length=2 -ambient=25 -contrast=25 -op1=Enter -blockwalk=yes -recol1s=13505 -recol1d=26350 -recol2s=15618 -recol2d=26350 -recol3s=14594 -recol3d=26350 -model=model_38178 -name=Cave - -// 19426 -[loc_19426] -resizey=64 -sharelight=yes -hillskew=yes -op1=Inspect -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -recol2s=10466 -recol2d=26427 -recol3s=8352 -recol3d=22199 -recol4s=6240 -recol4d=17971 -model=model_19993 -name=Tunnel - -// 19427 -[loc_19427] -msi=msi_9 -op1=Search -op2=Attack -blockwalk=yes -forcedecor=yes -blockrange=no -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 19428 -[loc_19428] -msi=msi_9 -op1=Search -op2=Attack -blockwalk=yes -forcedecor=yes -blockrange=no -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 19429 -[loc_19429] -msi=msi_9 -op1=Search -op2=Attack -blockwalk=yes -forcedecor=yes -blockrange=no -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 19430 -[loc_19430] -resizex=96 -resizey=16 -resizez=96 -hillskew=yes -op1=Search -op2=Attack -blockwalk=yes -forcedecor=yes -blockrange=no -recol1s=6273 -recol1d=24200 -model=model_1465,8 -model=model_20043,0 -name=Disturbed sand - -// 19431 -[loc_19431] -resizey=64 -sharelight=yes -hillskew=yes -active=no -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -model=model_19992,1 - -// 19432 -[loc_19432] -mirror=yes -resizey=64 -sharelight=yes -hillskew=yes -active=no -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -model=model_19992,1 - -// 19433 -[loc_19433] -resizey=64 -sharelight=yes -hillskew=yes -active=no -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -model=model_812 - -// 19434 -[loc_19434] -resizey=64 -sharelight=yes -hillskew=yes -op1=Inspect -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -recol2s=10466 -recol2d=26427 -recol3s=8352 -recol3d=22199 -recol4s=6240 -recol4d=17971 -model=model_833 -name=Tunnel - -// 19435 -[loc_19435] -resizex=76 -resizey=48 -resizez=76 -hillskew=yes -op1=Search -op2=Attack -blockwalk=yes -forcedecor=yes -ambient=30 -contrast=30 -blockrange=no -recol1s=6273 -recol1d=30655 -model=model_1465,8 -model=model_20043,0 -name=Snow drift - -// 19436 -[loc_19436] -active=no -hillskew=yes -resizex=64 -resizez=64 -resizey=64 -ambient=30 -contrast=30 -blockrange=no -recol1s=12580 -recol1d=30655 -model=model_818 - -// 19437 -[loc_19437] -active=no -hillskew=yes -resizex=64 -resizez=64 -resizey=64 -ambient=30 -contrast=30 -blockrange=no -recol1s=12580 -recol1d=30655 -model=model_819 - -// 19438 -[loc_19438] -resizex=64 -resizey=34 -resizez=64 -op1=Inspect -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 -name=Burrow - -// 19439 -[loc_19439] -resizex=64 -resizey=34 -resizez=64 -op1=Inspect -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 -name=Burrow - -// 19440 -[loc_19440] -resizex=64 -resizey=34 -resizez=64 -op1=Inspect -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 -name=Burrow - -// 19441 -[loc_19441] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2974 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19442 -[loc_19442] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2974 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19443 -[loc_19443] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2974 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19444 -[loc_19444] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2975 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19445 -[loc_19445] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2975 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19446 -[loc_19446] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2975 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19447 -[loc_19447] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2976 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19448 -[loc_19448] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2976 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19449 -[loc_19449] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2976 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19450 -[loc_19450] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2977 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19451 -[loc_19451] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2977 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19452 -[loc_19452] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2978 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19453 -[loc_19453] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2978 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19454 -[loc_19454] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2979 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19455 -[loc_19455] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2979 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19456 -[loc_19456] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2980 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19457 -[loc_19457] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2980 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19458 -[loc_19458] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2981 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19459 -[loc_19459] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2981 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19460 -[loc_19460] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2982 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19461 -[loc_19461] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2982 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19462 -[loc_19462] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2983 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19463 -[loc_19463] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2983 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19464 -[loc_19464] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2985 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19465 -[loc_19465] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2985 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19466 -[loc_19466] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2986 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19467 -[loc_19467] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2986 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19468 -[loc_19468] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2987 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19469 -[loc_19469] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2987 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19470 -[loc_19470] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2988 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19471 -[loc_19471] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2988 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19472 -[loc_19472] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2989 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19473 -[loc_19473] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2989 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19474 -[loc_19474] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2990 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19475 -[loc_19475] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2990 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19476 -[loc_19476] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2991 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19477 -[loc_19477] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2991 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19478 -[loc_19478] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2992 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19479 -[loc_19479] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2992 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19480 -[loc_19480] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2993 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19481 -[loc_19481] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2993 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19482 -[loc_19482] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2994 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19483 -[loc_19483] -anim=seq_5260 -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2994 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19484 -[loc_19484] -hillskew=yes -anim=seq_5260 -forcedecor=yes -ambient=20 -hardshadow=no -model=model_19343,0 - -// 19485 -[loc_19485] -hillskew=yes -anim=seq_5260 -forcedecor=yes -ambient=20 -hardshadow=no -model=model_19341,0 - -// 19486 -[loc_19486] -hillskew=yes -anim=seq_5261 -forcedecor=yes -ambient=20 -hardshadow=no -model=model_19343,0 - -// 19487 -[loc_19487] -hillskew=yes -anim=seq_5261 -forcedecor=yes -ambient=20 -hardshadow=no -model=model_19341,0 - -// 19488 -[loc_19488] -hillskew=yes -anim=seq_5260 -forcedecor=yes -ambient=20 -hardshadow=no -model=model_19342,0 - -// 19489 -[loc_19489] -hillskew=yes -anim=seq_5260 -forcedecor=yes -ambient=20 -hardshadow=no -model=model_19345,0 - -// 19490 -[loc_19490] -hillskew=yes -anim=seq_5261 -forcedecor=yes -ambient=20 -hardshadow=no -model=model_19342,0 - -// 19491 -[loc_19491] -hillskew=yes -anim=seq_5261 -forcedecor=yes -ambient=20 -hardshadow=no -model=model_19345,0 - -// 19492 -[loc_19492] -resizex=64 -resizey=34 -resizez=64 -op1=Inspect -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 -name=Burrow - -// 19493 -[loc_19493] -resizex=64 -resizey=34 -resizez=64 -op1=Inspect -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 -name=Burrow - -// 19494 -[loc_19494] -resizex=64 -resizey=34 -resizez=64 -op1=Inspect -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 -name=Burrow - -// 19495 -[loc_19495] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2995 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19496 -[loc_19496] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2995 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19497 -[loc_19497] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2995 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19498 -[loc_19498] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2996 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19499 -[loc_19499] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2996 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19500 -[loc_19500] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2996 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19501 -[loc_19501] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2997 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19502 -[loc_19502] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2997 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19503 -[loc_19503] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2997 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19504 -[loc_19504] -forcedecor=yes -multivar=varplayerbit_2998 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19505 -[loc_19505] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2998 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19506 -[loc_19506] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2998 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19507 -[loc_19507] -forcedecor=yes -multivar=varplayerbit_2999 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19508 -[loc_19508] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2999 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19509 -[loc_19509] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_2999 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19510 -[loc_19510] -forcedecor=yes -multivar=varplayerbit_3000 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19511 -[loc_19511] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3000 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19512 -[loc_19512] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3000 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19513 -[loc_19513] -forcedecor=yes -multivar=varplayerbit_3001 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19514 -[loc_19514] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3001 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19515 -[loc_19515] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3001 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19516 -[loc_19516] -forcedecor=yes -multivar=varplayerbit_3002 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19517 -[loc_19517] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3002 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19518 -[loc_19518] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3002 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19519 -[loc_19519] -forcedecor=yes -multivar=varplayerbit_3003 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19520 -[loc_19520] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3003 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19521 -[loc_19521] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3003 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19522 -[loc_19522] -forcedecor=yes -multivar=varplayerbit_3004 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19523 -[loc_19523] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3004 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19524 -[loc_19524] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3004 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19525 -[loc_19525] -forcedecor=yes -multivar=varplayerbit_3007 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19526 -[loc_19526] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3007 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19527 -[loc_19527] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3007 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19528 -[loc_19528] -forcedecor=yes -multivar=varplayerbit_3008 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19529 -[loc_19529] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3008 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19530 -[loc_19530] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3008 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19531 -[loc_19531] -forcedecor=yes -multivar=varplayerbit_3009 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19532 -[loc_19532] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3009 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19533 -[loc_19533] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3009 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19534 -[loc_19534] -forcedecor=yes -multivar=varplayerbit_3010 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19535 -[loc_19535] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3010 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19536 -[loc_19536] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3010 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19537 -[loc_19537] -forcedecor=yes -multivar=varplayerbit_3011 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19538 -[loc_19538] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3011 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19539 -[loc_19539] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3011 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19540 -[loc_19540] -forcedecor=yes -multivar=varplayerbit_3012 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19541 -[loc_19541] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3012 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19542 -[loc_19542] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3012 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19543 -[loc_19543] -forcedecor=yes -multivar=varplayerbit_3013 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19544 -[loc_19544] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3013 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19545 -[loc_19545] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3013 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19546 -[loc_19546] -forcedecor=yes -multivar=varplayerbit_3016 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19547 -[loc_19547] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3016 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19548 -[loc_19548] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3016 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19549 -[loc_19549] -forcedecor=yes -multivar=varplayerbit_3017 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19550 -[loc_19550] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3016 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19551 -[loc_19551] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3016 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19552 -[loc_19552] -resizex=64 -resizey=34 -resizez=64 -op1=Inspect -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 -name=Burrow - -// 19553 -[loc_19553] -resizex=64 -resizey=34 -resizez=64 -op1=Inspect -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 -name=Burrow - -// 19554 -[loc_19554] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3018 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19555 -[loc_19555] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3018 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19556 -[loc_19556] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3018 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19557 -[loc_19557] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3019 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19558 -[loc_19558] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3019 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19559 -[loc_19559] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3019 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19560 -[loc_19560] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3020 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19561 -[loc_19561] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3020 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19562 -[loc_19562] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3020 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19563 -[loc_19563] -forcedecor=yes -multivar=varplayerbit_3021 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19564 -[loc_19564] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3021 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19565 -[loc_19565] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3021 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19566 -[loc_19566] -forcedecor=yes -multivar=varplayerbit_3022 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19567 -[loc_19567] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3022 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19568 -[loc_19568] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3022 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19569 -[loc_19569] -forcedecor=yes -multivar=varplayerbit_3023 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19570 -[loc_19570] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3023 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19571 -[loc_19571] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3023 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19572 -[loc_19572] -forcedecor=yes -multivar=varplayerbit_3024 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19573 -[loc_19573] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3024 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19574 -[loc_19574] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3024 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19575 -[loc_19575] -forcedecor=yes -multivar=varplayerbit_3025 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19576 -[loc_19576] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3025 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19577 -[loc_19577] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3025 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19578 -[loc_19578] -forcedecor=yes -multivar=varplayerbit_3026 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19579 -[loc_19579] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3026 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19580 -[loc_19580] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3026 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19581 -[loc_19581] -forcedecor=yes -multivar=varplayerbit_3027 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19582 -[loc_19582] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3027 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19583 -[loc_19583] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3027 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19584 -[loc_19584] -forcedecor=yes -multivar=varplayerbit_3030 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19585 -[loc_19585] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3030 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19586 -[loc_19586] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3030 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19587 -[loc_19587] -forcedecor=yes -multivar=varplayerbit_3031 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19588 -[loc_19588] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3031 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19589 -[loc_19589] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3031 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19590 -[loc_19590] -forcedecor=yes -multivar=varplayerbit_3032 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19591 -[loc_19591] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3032 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19592 -[loc_19592] -anim=seq_5260 -forcedecor=yes -multivar=varplayerbit_3032 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19593 -[loc_19593] -resizex=64 -resizey=34 -resizez=64 -op1=Inspect -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 -name=Burrow - -// 19594 -[loc_19594] -resizex=64 -resizey=34 -resizez=64 -op1=Inspect -recol1s=26350 -recol1d=15750 -recol2s=24202 -recol2d=14694 -recol3s=21031 -recol3d=13638 -recol4s=17860 -recol4d=11524 -recol5s=13666 -recol5d=8385 -model=model_733 -name=Burrow - -// 19595 -[loc_19595] -forcedecor=yes -multivar=varplayerbit_3036 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19596 -[loc_19596] -forcedecor=yes -multivar=varplayerbit_3036 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19597 -[loc_19597] -forcedecor=yes -multivar=varplayerbit_3036 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19598 -[loc_19598] -forcedecor=yes -multivar=varplayerbit_3037 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19599 -[loc_19599] -forcedecor=yes -multivar=varplayerbit_3037 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19600 -[loc_19600] -forcedecor=yes -multivar=varplayerbit_3037 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19601 -[loc_19601] -forcedecor=yes -multivar=varplayerbit_3038 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19602 -[loc_19602] -forcedecor=yes -multivar=varplayerbit_3038 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19603 -[loc_19603] -forcedecor=yes -multivar=varplayerbit_3038 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19604 -[loc_19604] -forcedecor=yes -multivar=varplayerbit_3039 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19605 -[loc_19605] -forcedecor=yes -multivar=varplayerbit_3039 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19606 -[loc_19606] -forcedecor=yes -multivar=varplayerbit_3039 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19607 -[loc_19607] -forcedecor=yes -multivar=varplayerbit_3040 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19608 -[loc_19608] -forcedecor=yes -multivar=varplayerbit_3040 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19609 -[loc_19609] -forcedecor=yes -multivar=varplayerbit_3040 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19610 -[loc_19610] -forcedecor=yes -multivar=varplayerbit_3041 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19611 -[loc_19611] -forcedecor=yes -multivar=varplayerbit_3041 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19612 -[loc_19612] -forcedecor=yes -multivar=varplayerbit_3041 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19613 -[loc_19613] -forcedecor=yes -multivar=varplayerbit_3043 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19614 -[loc_19614] -forcedecor=yes -multivar=varplayerbit_3043 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19615 -[loc_19615] -forcedecor=yes -multivar=varplayerbit_3043 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19616 -[loc_19616] -forcedecor=yes -multivar=varplayerbit_3044 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19617 -[loc_19617] -forcedecor=yes -multivar=varplayerbit_3044 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19618 -[loc_19618] -forcedecor=yes -multivar=varplayerbit_3044 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19619 -[loc_19619] -forcedecor=yes -multivar=varplayerbit_3045 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19620 -[loc_19620] -forcedecor=yes -multivar=varplayerbit_3045 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19621 -[loc_19621] -forcedecor=yes -multivar=varplayerbit_3045 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19622 -[loc_19622] -forcedecor=yes -multivar=varplayerbit_3046 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19623 -[loc_19623] -forcedecor=yes -multivar=varplayerbit_3046 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19624 -[loc_19624] -forcedecor=yes -multivar=varplayerbit_3046 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19625 -[loc_19625] -forcedecor=yes -multivar=varplayerbit_3047 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19626 -[loc_19626] -forcedecor=yes -multivar=varplayerbit_3047 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19627 -[loc_19627] -forcedecor=yes -multivar=varplayerbit_3047 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19628 -[loc_19628] -forcedecor=yes -multivar=varplayerbit_3048 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19629 -[loc_19629] -forcedecor=yes -multivar=varplayerbit_3048 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19630 -[loc_19630] -forcedecor=yes -multivar=varplayerbit_3048 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19631 -[loc_19631] -forcedecor=yes -multivar=varplayerbit_3049 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19632 -[loc_19632] -forcedecor=yes -multivar=varplayerbit_3049 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19633 -[loc_19633] -forcedecor=yes -multivar=varplayerbit_3049 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19634 -[loc_19634] -forcedecor=yes -multivar=varplayerbit_3050 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19635 -[loc_19635] -forcedecor=yes -multivar=varplayerbit_3050 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19636 -[loc_19636] -forcedecor=yes -multivar=varplayerbit_3050 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19637 -[loc_19637] -forcedecor=yes -multivar=varplayerbit_3051 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19638 -[loc_19638] -forcedecor=yes -multivar=varplayerbit_3051 -multiloc=3,loc_19488 -multiloc=4,loc_19489 -multiloc=5,loc_19490 -multiloc=6,loc_19491 - -// 19639 -[loc_19639] -forcedecor=yes -multivar=varplayerbit_3051 -multiloc=3,loc_19489 -multiloc=4,loc_19488 -multiloc=5,loc_19491 -multiloc=6,loc_19490 - -// 19640 -[loc_19640] -op1=Inspect -ambient=30 -contrast=30 -recol1s=26350 -recol1d=30655 -recol2s=24202 -recol2d=26427 -recol3s=21031 -recol3d=22199 -recol4s=17860 -recol4d=17971 -recol5s=13666 -recol5d=14802 -retex1s=material_154 -retex1d=material_494 -model=model_19356 -name=Hole - -// 19641 -[loc_19641] -op1=Inspect -ambient=30 -contrast=30 -recol1s=26350 -recol1d=30655 -recol2s=24202 -recol2d=26427 -recol3s=21031 -recol3d=22199 -recol4s=17860 -recol4d=17971 -recol5s=13666 -recol5d=14802 -retex1s=material_154 -retex1d=material_494 -model=model_19356 -name=Hole - -// 19642 -[loc_19642] -hillskew=yes -anim=seq_5260 -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=23321 -model=model_19343,0 - -// 19643 -[loc_19643] -hillskew=yes -anim=seq_5260 -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=23321 -model=model_19341,0 - -// 19644 -[loc_19644] -hillskew=yes -anim=seq_5261 -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=23321 -model=model_19343,0 - -// 19645 -[loc_19645] -hillskew=yes -anim=seq_5261 -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=23321 -model=model_19341,0 - -// 19646 -[loc_19646] -hillskew=yes -anim=seq_5260 -forcedecor=yes -ambient=10 -contrast=10 -recol1s=12544 -recol1d=23321 -model=model_19342,0 - -// 19647 -[loc_19647] -hillskew=yes -anim=seq_5260 -forcedecor=yes -ambient=10 -contrast=10 -recol1s=12544 -recol1d=23321 -model=model_19345,0 - -// 19648 -[loc_19648] -hillskew=yes -anim=seq_5261 -forcedecor=yes -ambient=10 -contrast=10 -recol1s=12544 -recol1d=23321 -model=model_19342,0 - -// 19649 -[loc_19649] -hillskew=yes -anim=seq_5261 -forcedecor=yes -ambient=10 -contrast=10 -recol1s=12544 -recol1d=23321 -model=model_19345,0 - -// 19650 -[loc_19650] -anim=seq_5267 -op1=Dismantle -op2=Investigate -raiseobject=no -recol1s=10467 -recol1d=4194 -model=model_19931 -name=Young tree - -// 19651 -[loc_19651] -op1=Dismantle -op2=Investigate -blockwalk=no -raiseobject=no -model=model_19932 -name=Net trap - -// 19652 -[loc_19652] -forceapproach=north -msi=msi_68 -raiseobject=no -op1=Set-trap -recol1s=10467 -recol1d=4194 -model=model_19931 -name=Young tree - -// 19653 -[loc_19653] -forceapproach=north -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=4194 -model=model_19931 -name=Young tree - -// 19654 -[loc_19654] -anim=seq_5269 -length=2 -op1=Check -blockwalk=yes -msi=msi_68 -raiseobject=no -blockrange=no -recol1s=10467 -recol1d=4194 -model=model_19934 -name=Net trap - -// 19655 -[loc_19655] -anim=seq_5268 -length=2 -blockwalk=yes -msi=msi_68 -raiseobject=no -blockrange=no -recol1s=10467 -recol1d=4194 -model=model_19934 -name=Net trap - -// 19656 -[loc_19656] -anim=seq_5271 -length=2 -op1=Dismantle -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=4194 -recol2s=28128 -recol2d=0 -model=model_19933 -name=Net trap - -// 19657 -[loc_19657] -anim=seq_5270 -length=2 -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=4194 -recol2s=28128 -recol2d=0 -model=model_19933 -name=Net trap - -// 19658 -[loc_19658] -anim=seq_5268 -length=2 -blockwalk=yes -msi=msi_68 -raiseobject=no -blockrange=no -recol1s=10467 -recol1d=4194 -recol2s=28128 -recol2d=14432 -model=model_19934 -name=Net trap - -// 19659 -[loc_19659] -anim=seq_5269 -length=2 -op1=Check -blockwalk=yes -msi=msi_68 -raiseobject=no -blockrange=no -recol1s=10467 -recol1d=4194 -recol2s=28128 -recol2d=14432 -model=model_19934 -name=Net trap - -// 19660 -[loc_19660] -anim=seq_5270 -length=2 -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=4194 -recol2s=28128 -recol2d=0 -model=model_19934 -name=Net trap - -// 19661 -[loc_19661] -anim=seq_5271 -length=2 -op1=Dismantle -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=4194 -recol2s=28128 -recol2d=0 -model=model_19934 -name=Net trap - -// 19662 -[loc_19662] -anim=seq_5267 -op1=Dismantle -op2=Investigate -raiseobject=no -recol1s=10467 -recol1d=4194 -model=model_19930 -name=Young tree - -// 19663 -[loc_19663] -forceapproach=north -msi=msi_68 -raiseobject=no -op1=Set-trap -recol1s=10467 -recol1d=4194 -model=model_19930 -name=Young tree - -// 19664 -[loc_19664] -forceapproach=north -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=4194 -model=model_19930 -name=Young tree - -// 19665 -[loc_19665] -op1=Dismantle -op2=Investigate -blockwalk=no -raiseobject=no -model=model_19932 -name=Net trap - -// 19666 -[loc_19666] -anim=seq_5268 -length=2 -blockwalk=yes -msi=msi_68 -raiseobject=no -blockrange=no -recol1s=10467 -recol1d=4194 -recol2s=28128 -recol2d=2114 -model=model_19934 -name=Net trap - -// 19667 -[loc_19667] -anim=seq_5269 -length=2 -op1=Check -blockwalk=yes -msi=msi_68 -raiseobject=no -blockrange=no -recol1s=10467 -recol1d=4194 -recol2s=28128 -recol2d=2114 -model=model_19934 -name=Net trap - -// 19668 -[loc_19668] -anim=seq_5270 -length=2 -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=4194 -recol2s=28128 -recol2d=0 -model=model_19934 -name=Net trap - -// 19669 -[loc_19669] -anim=seq_5271 -length=2 -op1=Dismantle -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=4194 -recol2s=28128 -recol2d=0 -model=model_19934 -name=Net trap - -// 19670 -[loc_19670] -anim=seq_5267 -op1=Dismantle -op2=Investigate -raiseobject=no -recol1s=10467 -recol1d=4194 -model=model_19930 -name=Young tree - -// 19671 -[loc_19671] -forceapproach=north -msi=msi_68 -raiseobject=no -op1=Set-trap -recol1s=10467 -recol1d=4194 -model=model_19930 -name=Young tree - -// 19672 -[loc_19672] -forceapproach=north -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=4194 -model=model_19930 -name=Young tree - -// 19673 -[loc_19673] -op1=Dismantle -op2=Investigate -blockwalk=no -raiseobject=no -model=model_19932 -name=Net trap - -// 19674 -[loc_19674] -anim=seq_5268 -length=2 -blockwalk=yes -msi=msi_68 -raiseobject=no -blockrange=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=2242 -model=model_19934 -name=Net trap - -// 19675 -[loc_19675] -anim=seq_5269 -length=2 -op1=Check -blockwalk=yes -msi=msi_68 -raiseobject=no -blockrange=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=2242 -model=model_19934 -name=Net trap - -// 19676 -[loc_19676] -anim=seq_5270 -length=2 -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=0 -model=model_19934 -name=Net trap - -// 19677 -[loc_19677] -anim=seq_5271 -length=2 -op1=Dismantle -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=0 -model=model_19934 -name=Net trap - -// 19678 -[loc_19678] -anim=seq_5267 -op1=Dismantle -op2=Investigate -raiseobject=no -recol1s=10467 -recol1d=3203 -model=model_19930 -name=Young tree - -// 19679 -[loc_19679] -forceapproach=north -msi=msi_68 -raiseobject=no -op1=Set-trap -recol1s=10467 -recol1d=3203 -model=model_19930 -name=Young tree - -// 19680 -[loc_19680] -forceapproach=north -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -model=model_19930 -name=Young tree - -// 19681 -[loc_19681] -op1=Dismantle -op2=Investigate -blockwalk=no -raiseobject=no -model=model_19932 -name=Net trap - -// 19682 -[loc_19682] -ambient=30 -contrast=30 -shadow=no -active=no -hillchange=tree_skew,45 -hardshadow=no -recol1s=13975 -recol1d=25403 -recol2s=15032 -recol2d=23323 -recol3s=18135 -recol3d=23290 -recol4s=21306 -recol4d=24345 -model=model_19892 - -// 19683 -[loc_19683] -ambient=30 -contrast=30 -length=2 -width=2 -shadow=no -msi=msi_67 -active=no -recol1s=13975 -recol1d=25403 -recol2s=15032 -recol2d=23323 -recol3s=18135 -recol3d=23290 -recol4s=21306 -recol4d=24345 -model=model_19897 - -// 19684 -[loc_19684] -ambient=30 -contrast=30 -length=3 -width=3 -shadow=no -msi=msi_67 -active=no -hardshadow=no -recol1s=13975 -recol1d=25403 -recol2s=15032 -recol2d=23323 -recol3s=18135 -recol3d=23290 -recol4s=21306 -recol4d=24345 -model=model_19898 - -// 19685 -[loc_19685] -ambient=30 -contrast=30 -length=4 -width=4 -shadow=no -msi=msi_67 -active=no -recol1s=13975 -recol1d=25403 -recol2s=15032 -recol2d=23323 -recol3s=18135 -recol3d=23290 -recol4s=21306 -recol4d=24345 -model=model_19899 - -// 19686 -[loc_19686] -ambient=30 -contrast=30 -length=2 -width=2 -shadow=no -msi=msi_67 -active=no -model=model_19893 - -// 19687 -[loc_19687] -ambient=30 -contrast=30 -length=2 -width=2 -shadow=no -msi=msi_67 -active=no -model=model_19894 - -// 19688 -[loc_19688] -ambient=30 -contrast=30 -length=3 -width=3 -shadow=no -msi=msi_67 -active=no -model=model_19895 - -// 19689 -[loc_19689] -ambient=30 -contrast=30 -length=4 -width=4 -shadow=no -msi=msi_67 -active=no -model=model_19896 - -// 19690 -[loc_19690] -active=yes -width=2 -length=2 -contrast=20 -ambient=30 -blockwalk=yes -op1=Ascend -msi=msi_69 -forceapproach=north -recol1s=8421 -recol1d=18135 -recol2s=9478 -recol2d=21306 -recol3s=10535 -recol3d=27516 -recol4s=11592 -recol4d=30654 -recol5s=12649 -recol5d=30655 -model=model_8687 -name=Steps - -// 19691 -[loc_19691] -active=yes -width=2 -length=2 -contrast=20 -ambient=30 -blockwalk=yes -op1=Descend -msi=msi_69 -forceapproach=south -model=model_19361 -name=Steps - -// 19692 -[loc_19692] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -ambient=30 -contrast=30 -hardshadow=no -recol1s=12580 -recol1d=30655 -model=model_16332,1 -model=model_16333,2 -model=model_16334,5 - -// 19693 -[loc_19693] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -shadow=no -msi=msi_22 -hardshadow=no -recol1s=6307 -recol1d=13975 -recol2s=7364 -recol2d=15032 -recol3s=8421 -recol3d=18135 -recol4s=9478 -recol4d=21306 -recol5s=10535 -recol5d=27516 -recol6s=11592 -recol6d=30654 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 19694 -[loc_19694] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30654 -retex1s=material_70 -retex1d=material_494 -model=model_834 - -// 19695 -[loc_19695] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30654 -model=model_823 - -// 19696 -[loc_19696] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30654 -model=model_787 - -// 19697 -[loc_19697] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=30 -contrast=30 -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=30654 -retex1s=material_70 -retex1d=material_494 -model=model_834 - -// 19698 -[loc_19698] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30654 -model=model_19369 - -// 19699 -[loc_19699] -width=2 -blockrange=no -recol1s=16809 -recol1d=17865 -recol2s=14695 -recol2d=16808 -recol3s=13638 -recol3d=15751 -recol4s=12581 -recol4d=14694 -recol5s=11524 -recol5d=13637 -recol6s=10467 -recol6d=12580 -model=model_7906 -name=Counter - -// 19700 -[loc_19700] -ambient=10 -contrast=10 -recol1s=15719 -recol1d=12548 -recol2s=12582 -recol2d=14662 -model=model_19366,Q - -// 19701 -[loc_19701] -ambient=10 -contrast=10 -recol1s=15719 -recol1d=12548 -recol2s=12582 -recol2d=14662 -model=model_19367,Q - -// 19702 -[loc_19702] -ambient=10 -contrast=10 -recol1s=15719 -recol1d=12548 -recol2s=12582 -recol2d=14662 -model=model_19368,Q - -// 19703 -[loc_19703] -ambient=10 -contrast=10 -model=model_19366,Q - -// 19704 -[loc_19704] -ambient=10 -contrast=10 -model=model_19367,Q - -// 19705 -[loc_19705] -ambient=10 -contrast=10 -model=model_19368,Q - -// 19706 -[loc_19706] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2977 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19707 -[loc_19707] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2978 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19708 -[loc_19708] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2979 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19709 -[loc_19709] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2980 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19710 -[loc_19710] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2981 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19711 -[loc_19711] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2982 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19712 -[loc_19712] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2983 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19713 -[loc_19713] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2985 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19714 -[loc_19714] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2986 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19715 -[loc_19715] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2987 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19716 -[loc_19716] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2988 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19717 -[loc_19717] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2989 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19718 -[loc_19718] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2990 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19719 -[loc_19719] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2991 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19720 -[loc_19720] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2992 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19721 -[loc_19721] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2993 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19722 -[loc_19722] -forcedecor=yes -hardshadow=no -multivar=varplayerbit_2994 -multiloc=3,loc_19484 -multiloc=4,loc_19485 -multiloc=5,loc_19486 -multiloc=6,loc_19487 - -// 19723 -[loc_19723] -forcedecor=yes -multivar=varplayerbit_3053 -multiloc=3,loc_19642 -multiloc=4,loc_19643 -multiloc=5,loc_19644 -multiloc=6,loc_19645 - -// 19724 -[loc_19724] -forcedecor=yes -multivar=varplayerbit_3053 -multiloc=3,loc_19646 -multiloc=4,loc_19647 -multiloc=5,loc_19648 -multiloc=6,loc_19649 - -// 19725 -[loc_19725] -forcedecor=yes -multivar=varplayerbit_3053 -multiloc=3,loc_19647 -multiloc=4,loc_19646 -multiloc=5,loc_19649 -multiloc=6,loc_19648 - -// 19726 -[loc_19726] -forcedecor=yes -multivar=varplayerbit_3054 -multiloc=3,loc_19642 -multiloc=4,loc_19643 -multiloc=5,loc_19644 -multiloc=6,loc_19645 - -// 19727 -[loc_19727] -forcedecor=yes -multivar=varplayerbit_3054 -multiloc=3,loc_19646 -multiloc=4,loc_19647 -multiloc=5,loc_19648 -multiloc=6,loc_19649 - -// 19728 -[loc_19728] -forcedecor=yes -multivar=varplayerbit_3054 -multiloc=3,loc_19647 -multiloc=4,loc_19646 -multiloc=5,loc_19649 -multiloc=6,loc_19648 - -// 19729 -[loc_19729] -forcedecor=yes -multivar=varplayerbit_3055 -multiloc=3,loc_19642 -multiloc=4,loc_19643 -multiloc=5,loc_19644 -multiloc=6,loc_19645 - -// 19730 -[loc_19730] -forcedecor=yes -multivar=varplayerbit_3055 -multiloc=3,loc_19646 -multiloc=4,loc_19647 -multiloc=5,loc_19648 -multiloc=6,loc_19649 - -// 19731 -[loc_19731] -forcedecor=yes -multivar=varplayerbit_3055 -multiloc=3,loc_19647 -multiloc=4,loc_19646 -multiloc=5,loc_19649 -multiloc=6,loc_19648 - -// 19732 -[loc_19732] -forcedecor=yes -multivar=varplayerbit_3056 -multiloc=3,loc_19642 -multiloc=4,loc_19643 -multiloc=5,loc_19644 -multiloc=6,loc_19645 - -// 19733 -[loc_19733] -forcedecor=yes -multivar=varplayerbit_3056 -multiloc=3,loc_19646 -multiloc=4,loc_19647 -multiloc=5,loc_19648 -multiloc=6,loc_19649 - -// 19734 -[loc_19734] -forcedecor=yes -multivar=varplayerbit_3056 -multiloc=3,loc_19647 -multiloc=4,loc_19646 -multiloc=5,loc_19649 -multiloc=6,loc_19648 - -// 19735 -[loc_19735] -forcedecor=yes -multivar=varplayerbit_3057 -multiloc=3,loc_19642 -multiloc=4,loc_19643 -multiloc=5,loc_19644 -multiloc=6,loc_19645 - -// 19736 -[loc_19736] -forcedecor=yes -multivar=varplayerbit_3057 -multiloc=3,loc_19646 -multiloc=4,loc_19647 -multiloc=5,loc_19648 -multiloc=6,loc_19649 - -// 19737 -[loc_19737] -forcedecor=yes -multivar=varplayerbit_3057 -multiloc=3,loc_19647 -multiloc=4,loc_19646 -multiloc=5,loc_19649 -multiloc=6,loc_19648 - -// 19738 -[loc_19738] -forcedecor=yes -multivar=varplayerbit_3058 -multiloc=3,loc_19642 -multiloc=4,loc_19643 -multiloc=5,loc_19644 -multiloc=6,loc_19645 - -// 19739 -[loc_19739] -forcedecor=yes -multivar=varplayerbit_3058 -multiloc=3,loc_19646 -multiloc=4,loc_19647 -multiloc=5,loc_19648 -multiloc=6,loc_19649 - -// 19740 -[loc_19740] -forcedecor=yes -multivar=varplayerbit_3058 -multiloc=3,loc_19647 -multiloc=4,loc_19646 -multiloc=5,loc_19649 -multiloc=6,loc_19648 - -// 19741 -[loc_19741] -forcedecor=yes -multivar=varplayerbit_3059 -multiloc=3,loc_19642 -multiloc=4,loc_19643 -multiloc=5,loc_19644 -multiloc=6,loc_19645 - -// 19742 -[loc_19742] -forcedecor=yes -multivar=varplayerbit_3059 -multiloc=3,loc_19646 -multiloc=4,loc_19647 -multiloc=5,loc_19648 -multiloc=6,loc_19649 - -// 19743 -[loc_19743] -forcedecor=yes -multivar=varplayerbit_3059 -multiloc=3,loc_19647 -multiloc=4,loc_19646 -multiloc=5,loc_19649 -multiloc=6,loc_19648 - -// 19744 -[loc_19744] -forcedecor=yes -multivar=varplayerbit_3060 -multiloc=3,loc_19642 -multiloc=4,loc_19643 -multiloc=5,loc_19644 -multiloc=6,loc_19645 - -// 19745 -[loc_19745] -forcedecor=yes -multivar=varplayerbit_3060 -multiloc=3,loc_19646 -multiloc=4,loc_19647 -multiloc=5,loc_19648 -multiloc=6,loc_19649 - -// 19746 -[loc_19746] -forcedecor=yes -multivar=varplayerbit_3060 -multiloc=3,loc_19647 -multiloc=4,loc_19646 -multiloc=5,loc_19649 -multiloc=6,loc_19648 - -// 19747 -[loc_19747] -forcedecor=yes -multivar=varplayerbit_3061 -multiloc=3,loc_19642 -multiloc=4,loc_19643 -multiloc=5,loc_19644 -multiloc=6,loc_19645 - -// 19748 -[loc_19748] -forcedecor=yes -multivar=varplayerbit_3061 -multiloc=3,loc_19646 -multiloc=4,loc_19647 -multiloc=5,loc_19648 -multiloc=6,loc_19649 - -// 19749 -[loc_19749] -forcedecor=yes -multivar=varplayerbit_3061 -multiloc=3,loc_19647 -multiloc=4,loc_19646 -multiloc=5,loc_19649 -multiloc=6,loc_19648 - -// 19750 -[loc_19750] -forcedecor=yes -mapfunction=63 -model=model_1105,0 - -// 19751 -[loc_19751] -forcedecor=yes -mapfunction=65 -model=model_1105,0 - -// 19752 -[loc_19752] -width=2 -length=2 -hillskew=yes -msi=msi_11 -op1=Shout-over -blockrange=no -recol1s=12580 -recol1d=8454 -model=model_818 -name=Rockslide - -// 19753 -[loc_19753] -hillskew=yes -sharelight=yes -active=yes -op1=Enter -blockwalk=yes -recol1s=16846 -recol1d=128 -recol2s=11561 -recol2d=96 -recol3s=5285 -recol3d=64 -model=model_19357,0 -name=Cave - -// 19754 -[loc_19754] -length=2 -width=2 -hillskew=yes -sharelight=yes -recolhsl1s=6483 -recolhsl1d=20111 -recolhsl2s=6460 -recolhsl2d=20109 -recolhsl3s=6470 -recolhsl3d=20106 -recolhsl4s=6425 -recolhsl4d=20100 -recolhsl5s=6435 -recolhsl5d=20103 -recolhsl6s=6288 -recolhsl6d=20098 -retex1s=material_128 -retex1d=material_519 -model=model_19359 -name=Cave - -// 19755 -[loc_19755] -hillskew=yes -sharelight=yes -recol1s=11592 -recol1d=10496 -recol2s=10535 -recol2d=9440 -recol3s=9478 -recol3d=8384 -recol4s=8421 -recol4d=7328 -recol5s=7364 -recol5d=6272 -recol6s=6307 -recol6d=5216 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 19756 -[loc_19756] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10496 -model=model_834 - -// 19757 -[loc_19757] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10496 -model=model_823 - -// 19758 -[loc_19758] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10496 -model=model_787 - -// 19759 -[loc_19759] -width=3 -length=2 -sharelight=yes -hillskew=yes -op1=Exit -ambient=25 -contrast=15 -recolhsl1s=0 -recolhsl1d=6244 -recolhsl2s=902 -recolhsl2d=6357 -recolhsl3s=2952 -recolhsl3d=6337 -recolhsl4s=5002 -recolhsl4d=6440 -recolhsl5s=6028 -recolhsl5d=6804 -model=model_37276 -name=Cave - -// 19760 -[loc_19760] -width=3 -length=2 -hillskew=yes -op1=Exit -ambient=25 -contrast=15 -recolhsl1s=0 -recolhsl1d=6244 -recolhsl2s=902 -recolhsl2d=6357 -recolhsl3s=2952 -recolhsl3d=6337 -recolhsl4s=5002 -recolhsl4d=6440 -recolhsl5s=6028 -recolhsl5d=6804 -model=model_37404 -name=Cave - -// 19761 -[loc_19761] -width=2 -hillskew=yes -sharelight=yes -recol1s=16846 -recol1d=28605 -recol2s=13675 -recol2d=23356 -recol3s=7399 -recol3d=7408 -recol4s=3171 -recol4d=2121 -recol5s=0 -recol5d=6 -model=model_19359 -name=Cave - -// 19762 -[loc_19762] -hillskew=yes -sharelight=yes -active=yes -op1=Enter -blockwalk=yes -hardshadow=no -recol1s=16846 -recol1d=28605 -recol2s=11561 -recol2d=23356 -recol3s=5285 -recol3d=2121 -recol4s=0 -recol4d=6 -model=model_19357,0 -name=Cave - -// 19763 -[loc_19763] -width=3 -length=2 -ambient=25 -contrast=20 -op1=Exit -retex1s=material_126 -retex1d=material_407 -retex2s=material_105 -retex2d=material_407 -retex3s=material_79 -retex3d=material_315 -model=model_37300 -name=Cave - -// 19764 -[loc_19764] -width=3 -length=2 -ambient=25 -contrast=20 -op1=Exit -retex1s=material_126 -retex1d=material_407 -retex2s=material_79 -retex2d=material_315 -model=model_37498 -name=Cave - -// 19765 -[loc_19765] -hillskew=yes -sharelight=yes -model=model_20009,1 -model=model_20010,2 -model=model_20011,5 - -// 19766 -[loc_19766] -hillskew=yes -sharelight=yes -model=model_20014,1 - -// 19767 -[loc_19767] -hillskew=yes -sharelight=yes -model=model_20017,1 - -// 19768 -[loc_19768] -hillskew=yes -sharelight=yes -model=model_20006,1 -model=model_20007,2 -model=model_20008,5 - -// 19769 -[loc_19769] -hillskew=yes -sharelight=yes -model=model_20013,1 - -// 19770 -[loc_19770] -hillskew=yes -sharelight=yes -model=model_20016,1 - -// 19771 -[loc_19771] -hillskew=yes -sharelight=yes -model=model_20001,1 -model=model_20002,2 -model=model_20003,5 - -// 19772 -[loc_19772] -hillskew=yes -sharelight=yes -model=model_20012,1 - -// 19773 -[loc_19773] -hillskew=yes -sharelight=yes -model=model_20015,1 - -// 19774 -[loc_19774] -hillskew=yes -sharelight=yes -model=model_20000,1 -model=model_20005,2 - -// 19775 -[loc_19775] -mirror=yes -hillskew=yes -sharelight=yes -model=model_20000,1 -model=model_20005,2 - -// 19776 -[loc_19776] -hillskew=yes -sharelight=yes -recol1s=6308 -recol1d=1024 -recol2s=7365 -recol2d=2080 -recol3s=8422 -recol3d=3137 -recol4s=9479 -recol4d=4194 -recol5s=10536 -recol5d=6308 -model=model_20001,1 -model=model_20002,2 -model=model_20003,5 - -// 19777 -[loc_19777] -hillskew=yes -sharelight=yes -recol1s=6308 -recol1d=1024 -recol2s=7365 -recol2d=2080 -recol3s=8422 -recol3d=3137 -recol4s=9479 -recol4d=4194 -recol5s=10536 -recol5d=6308 -model=model_20012,1 - -// 19778 -[loc_19778] -hillskew=yes -sharelight=yes -recol1s=6308 -recol1d=1024 -recol2s=7365 -recol2d=2080 -recol3s=8422 -recol3d=3137 -recol4s=9479 -recol4d=4194 -recol5s=10536 -recol5d=6308 -model=model_20015,1 - -// 19779 -[loc_19779] -hillskew=yes -active=no -blockwalk=yes -model=model_20031 - -// 19780 -[loc_19780] -hillskew=yes -active=no -blockwalk=yes -model=model_20032 - -// 19781 -[loc_19781] -hillskew=yes -blockrange=no -recol1s=13505 -recol1d=12650 -recol2s=15618 -recol2d=10536 -recol3s=14594 -recol3d=12650 -model=model_1124,0 - -// 19782 -[loc_19782] -hillskew=yes -blockrange=no -recol1s=13505 -recol1d=12650 -recol2s=15618 -recol2d=10536 -recol3s=14594 -recol3d=12650 -model=model_1139,0 - -// 19783 -[loc_19783] -hillskew=yes -blockrange=no -recol1s=13505 -recol1d=12650 -recol2s=15618 -recol2d=10536 -recol3s=14594 -recol3d=12650 -model=model_1032,0 - -// 19784 -[loc_19784] -active=no -multivar=varplayerbit_2780 -multiloc=0,loc_19879 -multiloc=5,loc_19880 -multiloc=10,loc_19880 -multiloc=15,loc_19880 -multiloc=20,loc_19880 -multiloc=25,loc_19879 -multiloc=30,loc_19879 -multiloc=35,loc_19879 -multiloc=40,loc_19879 - -// 19785 -[loc_19785] -op1=Inspect -forcedecor=yes -anim=seq_475 -multivar=varplayerbit_2780 -multiloc=0,loc_19881 -multiloc=5,loc_19884 -multiloc=10,loc_19884 -multiloc=15,loc_19884 -multiloc=20,loc_19884 -multiloc=25,loc_19881 -multiloc=30,loc_19881 -multiloc=35,loc_19881 -multiloc=40,loc_19881 - -// 19786 -[loc_19786] -forcedecor=yes -anim=seq_475 -multivar=varplayerbit_2780 -multiloc=0,loc_19882 -multiloc=5,loc_19883 -multiloc=10,loc_19883 -multiloc=15,loc_19883 -multiloc=20,loc_19883 -multiloc=25,loc_19882 -multiloc=30,loc_19882 -multiloc=35,loc_19882 -multiloc=40,loc_19882 - -// 19787 -[loc_19787] -op1=Inspect -multivar=varplayerbit_2780 -multiloc=0,loc_19885 -multiloc=5,loc_19886 -multiloc=10,loc_19886 -multiloc=15,loc_19886 -multiloc=20,loc_19886 -multiloc=25,loc_19885 -multiloc=30,loc_19885 -multiloc=35,loc_19885 -multiloc=40,loc_19885 - -// 19788 -[loc_19788] -op1=Inspect -multivar=varplayerbit_2780 -multiloc=0,loc_19887 -multiloc=5,loc_19888 -multiloc=10,loc_19888 -multiloc=15,loc_19888 -multiloc=20,loc_19888 -multiloc=25,loc_19887 -multiloc=30,loc_19887 -multiloc=35,loc_19887 -multiloc=40,loc_19887 - -// 19789 -[loc_19789] -active=no -hardshadow=no -multivar=varplayerbit_2780 -multiloc=5,loc_19889 -multiloc=10,loc_19889 -multiloc=15,loc_19889 -multiloc=20,loc_19889 -multiloc=25,loc_19889 -multiloc=30,loc_19889 -multiloc=35,loc_19889 -multiloc=40,loc_19889 - -// 19790 -[loc_19790] -width=2 -length=2 -op1=Enter -op2=Inspect -multivar=varplayerbit_2780 -multiloc=0,loc_19925 -multiloc=5,loc_19925 -multiloc=10,loc_19925 -multiloc=15,loc_19926 -multiloc=20,loc_19926 -multiloc=25,loc_19926 -multiloc=30,loc_19926 -multiloc=35,loc_19926 -multiloc=40,loc_19926 - -// 19791 -[loc_19791] -width=3 -length=2 -ambient=25 -contrast=15 -op1=Exit -hillskew=yes -recolhsl1s=5398 -recolhsl1d=6445 -recolhsl2s=4368 -recolhsl2d=6455 -recolhsl3s=4362 -recolhsl3d=7489 -recolhsl4s=3333 -recolhsl4d=7373 -recolhsl5s=0 -recolhsl5d=7256 -model=model_37202 -name=Cave - -// 19792 -[loc_19792] -width=3 -length=2 -ambient=25 -contrast=15 -hillskew=yes -op1=Exit -recolhsl1s=5398 -recolhsl1d=6445 -recolhsl2s=4368 -recolhsl2d=6455 -recolhsl3s=4362 -recolhsl3d=7489 -recolhsl4s=3333 -recolhsl4d=7373 -recolhsl5s=0 -recolhsl5d=7256 -model=model_37306 -name=Cave - -// 19793 -[loc_19793] -hillskew=yes -sharelight=yes -recol1s=11592 -recol1d=14761 -recol2s=10535 -recol2d=15783 -recol3s=9478 -recol3d=14728 -recol4s=8421 -recol4d=13704 -recol5s=7364 -recol5d=13737 -recol6s=0 -recol6d=13736 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 19794 -[loc_19794] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=14761 -model=model_834 - -// 19795 -[loc_19795] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=14761 -model=model_823 - -// 19796 -[loc_19796] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=14761 -model=model_787 - -// 19797 -[loc_19797] -length=2 -width=2 -hillskew=yes -sharelight=yes -ambient=30 -hardshadow=no -model=model_19359 -name=Cave - -// 19798 -[loc_19798] -hillskew=yes -sharelight=yes -active=yes -op1=Enter -ambient=30 -blockwalk=yes -recol1s=16846 -recol1d=24274 -recol2s=11561 -recol2d=20046 -recol3s=0 -recol3d=7361 -recol4s=5285 -recol4d=14761 -model=model_19357,0 -name=Cave - -// 19799 -[loc_19799] -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_19888,0 - -// 19800 -[loc_19800] -sharelight=yes -hillskew=yes -model=model_19890,0 - -// 19801 -[loc_19801] -sharelight=yes -hillskew=yes -model=model_19889,0 - -// 19802 -[loc_19802] -sharelight=yes -active=no -model=model_10819 - -// 19803 -[loc_19803] -sharelight=yes -active=no -model=model_10820 - -// 19804 -[loc_19804] -sharelight=yes -active=no -model=model_10821 - -// 19805 -[loc_19805] -sharelight=yes -active=no -model=model_10823 - -// 19806 -[loc_19806] -sharelight=yes -active=no -model=model_10824 - -// 19807 -[loc_19807] -sharelight=yes -active=no -model=model_10822 - -// 19808 -[loc_19808] -hillskew=yes -msi=msi_12 -resizex=64 -resizez=64 -resizey=64 -blockrange=no -recol1s=12580 -recol1d=16846 -model=model_819 -name=Rockslide - -// 19809 -[loc_19809] -hillskew=yes -sharelight=yes -active=yes -op1=Enter -blockwalk=yes -model=model_19357,0 -name=Cave - -// 19810 -[loc_19810] -length=2 -width=2 -hillskew=yes -sharelight=yes -recolhsl1s=6483 -recolhsl1d=37945 -recolhsl2s=6460 -recolhsl2d=49 -recol3s=23116 -recol3d=13675 -recolhsl4s=6425 -recolhsl4d=28 -recol5s=11558 -recol5d=7399 -recolhsl6s=6288 -recolhsl6d=12 -retex1s=material_128 -retex1d=material_502 -model=model_19359 -name=Large cave - -// 19811 -[loc_19811] -width=4 -length=2 -ambient=60 -contrast=60 -sharelight=yes -op1=Exit -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=14763 -recol3s=6176 -recol3d=17934 -recol4s=4096 -recol4d=21105 -recol5s=2048 -recol5d=24276 -recol6s=0 -recol6d=27447 -model=model_19355 -name=Cave - -// 19812 -[loc_19812] -width=3 -length=2 -ambient=60 -contrast=60 -sharelight=yes -op1=Exit -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=14763 -recol3s=6176 -recol3d=17934 -recol4s=4096 -recol4d=21105 -recol5s=2048 -recol5d=24276 -recol6s=0 -recol6d=27447 -model=model_3717 -name=Cave - -// 19813 -[loc_19813] -sharelight=yes -hillskew=yes -msi=msi_20 -active=no -model=model_19347 - -// 19814 -[loc_19814] -sharelight=yes -hillskew=yes -msi=msi_20 -active=no -model=model_19348 - -// 19815 -[loc_19815] -sharelight=yes -hillskew=yes -msi=msi_20 -active=no -model=model_19349 - -// 19816 -[loc_19816] -sharelight=yes -hillskew=yes -msi=msi_20 -active=no -model=model_19350 - -// 19817 -[loc_19817] -sharelight=yes -hillskew=yes -msi=msi_20 -active=no -model=model_19352 - -// 19818 -[loc_19818] -sharelight=yes -hillskew=yes -mirror=yes -msi=msi_20 -active=no -model=model_19352 - -// 19819 -[loc_19819] -sharelight=yes -hillskew=yes -msi=msi_20 -active=no -model=model_19351 - -// 19820 -[loc_19820] -sharelight=yes -hillskew=yes -mirror=yes -msi=msi_20 -active=no -model=model_19351 - -// 19821 -[loc_19821] -sharelight=yes -hillskew=yes -mirror=yes -msi=msi_20 -active=no -model=model_19353 - -// 19822 -[loc_19822] -sharelight=yes -hillskew=yes -msi=msi_20 -active=no -model=model_19354 - -// 19823 -[loc_19823] -sharelight=yes -hillskew=yes -msi=msi_20 -active=no -model=model_19346 - -// 19824 -[loc_19824] -hillskew=yes -active=no -resizex=128 -resizey=270 -resizez=128 -blockwalk=no -model=model_4741,8 -model=model_4742,0 - -// 19825 -[loc_19825] -hillskew=yes -active=no -resizex=128 -resizey=270 -resizez=128 -blockwalk=no -model=model_4743,8 -model=model_4744,0 - -// 19826 -[loc_19826] -hillskew=yes -active=no -resizex=128 -resizey=270 -resizez=128 -blockwalk=no -model=model_4745,8 -model=model_4746,0 - -// 19827 -[loc_19827] -hillskew=yes -active=no -resizex=128 -resizey=220 -resizez=128 -model=model_3605,0 - -// 19828 -[loc_19828] -hillskew=yes -active=no -resizex=128 -resizey=220 -resizez=128 -model=model_3606,0 - -// 19829 -[loc_19829] -hillskew=yes -active=no -resizex=128 -resizey=220 -resizez=128 -model=model_3607,0 - -// 19830 -[loc_19830] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4801,0 - -// 19831 -[loc_19831] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4802,0 - -// 19832 -[loc_19832] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4808,0 - -// 19833 -[loc_19833] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4804,0 - -// 19834 -[loc_19834] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4805,0 - -// 19835 -[loc_19835] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4806,0 - -// 19836 -[loc_19836] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4807,0 - -// 19837 -[loc_19837] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4800,0 - -// 19838 -[loc_19838] -hillskew=yes -sharelight=yes -recol1s=16416 -recol1d=9606 -recol2s=11744 -recol2d=9540 -recol3s=17440 -recol3d=9606 -model=model_4803,0 - -// 19839 -[loc_19839] -blockwalk=no -resizex=100 -resizey=100 -resizez=100 -recol1s=6528 -recol1d=10784 -model=model_1618 -name=Fern - -// 19840 -[loc_19840] -width=2 -blockwalk=no -recol1s=6528 -recol1d=10816 -model=model_1613 -name=Fern - -// 19841 -[loc_19841] -sharelight=yes -ambient=30 -contrast=30 -shadow=no -msi=msi_22 -hardshadow=no -recol1s=6307 -recol1d=13975 -recol2s=7364 -recol2d=15032 -recol3s=8421 -recol3d=18135 -recol4s=9478 -recol4d=21306 -recol5s=10535 -recol5d=27516 -recol6s=11592 -recol6d=30654 -model=model_19364,1 - -// 19842 -[loc_19842] -sharelight=yes -ambient=30 -contrast=30 -shadow=no -msi=msi_22 -mirror=yes -hardshadow=no -recol1s=6307 -recol1d=13975 -recol2s=7364 -recol2d=15032 -recol3s=8421 -recol3d=18135 -recol4s=9478 -recol4d=21306 -recol5s=10535 -recol5d=27516 -recol6s=11592 -recol6d=30654 -model=model_19364,1 - -// 19843 -[loc_19843] -op1=Open -multivar=varplayerbit_3106 -multiloc=0,loc_19914 -multiloc=1,loc_19914 -multiloc=2,loc_19914 -multiloc=3,loc_19914 -multiloc=4,loc_19915 -multiloc=5,loc_19915 -multiloc=6,loc_19915 -multiloc=7,loc_19915 - -// 19844 -[loc_19844] -blockwalk=no -multivar=varplayerbit_2780 -multiloc=0,loc_19927 -multiloc=5,loc_19927 -multiloc=10,loc_19927 - -// 19845 -[loc_19845] -blockwalk=no -multivar=varplayerbit_2780 -multiloc=15,loc_19927 -multiloc=20,loc_19927 -multiloc=25,loc_19927 -multiloc=30,loc_19927 -multiloc=35,loc_19927 -multiloc=40,loc_19927 - -// 19846 -[loc_19846] -hillskew=yes -op1=Climb -ambient=30 -contrast=30 -forcedecor=yes -blockwalk=yes -hardshadow=no -recol1s=12580 -recol1d=30655 -retex1s=material_176 -retex1d=material_79 -retex2s=material_69 -retex2d=material_79 -model=model_1743,0 -name=Rocky handholds - -// 19847 -[loc_19847] -hillskew=yes -ambient=30 -contrast=30 -forcedecor=yes -op1=Climb -blockwalk=yes -hardshadow=no -recol1s=12580 -recol1d=30655 -retex1s=material_176 -retex1d=material_79 -retex2s=material_69 -retex2d=material_79 -retex3s=material_127 -retex3d=material_79 -model=model_1784,0 -name=Rocky handholds - -// 19848 -[loc_19848] -hillskew=yes -ambient=30 -contrast=30 -forcedecor=yes -hardshadow=no -recol1s=12580 -recol1d=30655 -retex1s=material_69 -retex1d=material_79 -model=model_1794,0 - -// 19849 -[loc_19849] -hillskew=yes -forcedecor=yes -active=yes -op1=Climb -msi=msi_25 -blockwalk=yes -model=model_20044,0 -name=Rocks - -// 19850 -[loc_19850] -hillskew=yes -forcedecor=yes -model=model_20044,0 - -// 19851 -[loc_19851] -anim=seq_5197 -width=2 -forceapproach=east -msi=msi_71 -blockrange=no -model=model_19910 -name=Boulder - -// 19852 -[loc_19852] -length=2 -width=2 -ambient=10 -model=model_20103 -name=Hill - -// 19853 -[loc_19853] -hillskew=yes -sharelight=yes -active=no -blockrange=no -model=model_20028 - -// 19854 -[loc_19854] -hillskew=yes -sharelight=yes -active=no -blockrange=no -model=model_20029 - -// 19855 -[loc_19855] -hillskew=yes -sharelight=yes -active=no -blockrange=no -model=model_20030 - -// 19856 -[loc_19856] -hillskew=yes -sharelight=yes -model=model_20020,1 - -// 19857 -[loc_19857] -hillskew=yes -sharelight=yes -model=model_20021,1 - -// 19858 -[loc_19858] -hillskew=yes -sharelight=yes -model=model_20022,1 - -// 19859 -[loc_19859] -hillskew=yes -sharelight=yes -model=model_20023,1 - -// 19860 -[loc_19860] -active=no -width=3 -length=6 -model=model_20063 - -// 19861 -[loc_19861] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=10536 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 19862 -[loc_19862] -hillskew=yes -sharelight=yes -active=no -recol1s=13505 -recol1d=14732 -recol2s=15618 -recol2d=14732 -recol3s=14594 -recol3d=14732 -recol4s=12580 -recol4d=10536 -retex1s=material_70 -retex1d=material_418 -model=model_20058 - -// 19863 -[loc_19863] -hillskew=yes -sharelight=yes -active=no -recol1s=13505 -recol1d=14732 -recol2s=15618 -recol2d=14732 -recol3s=14594 -recol3d=14732 -recol4s=12580 -recol4d=10536 -retex1s=material_70 -retex1d=material_418 -model=model_20059 - -// 19864 -[loc_19864] -hillskew=yes -sharelight=yes -active=no -recol1s=13505 -recol1d=14732 -recol2s=15618 -recol2d=14732 -recol3s=14594 -recol3d=14732 -recol4s=12580 -recol4d=10536 -retex1s=material_70 -retex1d=material_418 -model=model_20060 - -// 19865 -[loc_19865] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=10536 -recol2s=7331 -recol2d=5252 -recol3s=2114 -recol3d=0 -model=model_816 - -// 19866 -[loc_19866] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=10536 -recol2s=7331 -recol2d=5252 -recol3s=2114 -recol3d=0 -retex1s=material_105 -retex1d=material_418 -model=model_815 - -// 19867 -[loc_19867] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10536 -recol2s=7331 -recol2d=5252 -recol3s=2114 -recol3d=0 -model=model_817 - -// 19868 -[loc_19868] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10536 -recol2s=7331 -recol2d=5252 -recol3s=2114 -recol3d=0 -model=model_822 - -// 19869 -[loc_19869] -hillskew=yes -sharelight=yes -active=no -model=model_20024,1 - -// 19870 -[loc_19870] -hillskew=yes -active=yes -model=model_20026 -name=Stone Gate - -// 19871 -[loc_19871] -hillskew=yes -active=yes -blockwalk=no -model=model_20027 -name=Stone Gate - -// 19872 -[loc_19872] -hillskew=yes -active=no -forcedecor=yes -model=model_20066,0 - -// 19873 -[loc_19873] -hillskew=yes -active=no -forcedecor=yes -model=model_20069,0 - -// 19874 -[loc_19874] -mirror=yes -hillskew=yes -active=no -forcedecor=yes -model=model_20069,0 - -// 19875 -[loc_19875] -hillskew=yes -active=no -forcedecor=yes -model=model_20067,0 - -// 19876 -[loc_19876] -hillskew=yes -active=no -forcedecor=yes -model=model_20068,0 - -// 19877 -[loc_19877] -active=yes -op1=Pull-down -model=model_20038 -model2=model_20036 -name=Eagle lever - -// 19878 -[loc_19878] -active=yes -op2=Push-up -model=model_20038 -model2=model_20037 -name=Eagle lever - -// 19879 -[loc_19879] -width=2 -active=no -model=model_19999 - -// 19880 -[loc_19880] -width=2 -active=no -model=model_20070 - -// 19881 -[loc_19881] -anim=seq_475 -bgsound=synth_2199,3 -forcedecor=yes -active=yes -recol1s=5242 -recol1d=6306 -model=model_20040 -name=Campfire - -// 19882 -[loc_19882] -anim=seq_475 -active=no -forcedecor=yes -ambient=60 -contrast=60 -model=model_19994,0 - -// 19883 -[loc_19883] -anim=seq_475 -active=no -forcedecor=yes -ambient=60 -contrast=60 -model=model_19994,0 - -// 19884 -[loc_19884] -anim=seq_475 -op1=Inspect -forcedecor=yes -active=yes -recol1s=5242 -recol1d=6306 -model=model_20055 -name=Campfire - -// 19885 -[loc_19885] -model=model_19996 -name=Books - -// 19886 -[loc_19886] -op1=Inspect -model=model_20053 -name=Books - -// 19887 -[loc_19887] -model=model_19995 -name=Camping equipment - -// 19888 -[loc_19888] -op1=Inspect -model=model_20051 -name=Camping equipment - -// 19889 -[loc_19889] -active=no -hardshadow=no -model=model_20065,0 - -// 19890 -[loc_19890] -hillskew=yes -sharelight=yes -model=model_20033,1 - -// 19891 -[loc_19891] -hillskew=yes -sharelight=yes -op1=Exit -model=model_20034,1 -name=Cave entrance - -// 19892 -[loc_19892] -hillskew=yes -sharelight=yes -model=model_20035,1 - -// 19893 -[loc_19893] -hillskew=yes -sharelight=yes -model=model_20033,1 - -// 19894 -[loc_19894] -hillskew=yes -sharelight=yes -op1=Enter -model=model_20034,1 -name=Tunnel - -// 19895 -[loc_19895] -hillskew=yes -sharelight=yes -model=model_20035,1 - -// 19896 -[loc_19896] -hillskew=yes -sharelight=yes -model=model_20033,1 - -// 19897 -[loc_19897] -hillskew=yes -sharelight=yes -op1=Enter -model=model_20034,1 -name=Tunnel - -// 19898 -[loc_19898] -hillskew=yes -sharelight=yes -model=model_20035,1 - -// 19899 -[loc_19899] -hillskew=yes -sharelight=yes -model=model_20033,1 - -// 19900 -[loc_19900] -hillskew=yes -sharelight=yes -op1=Enter -model=model_20034,1 -name=Tunnel - -// 19901 -[loc_19901] -hillskew=yes -sharelight=yes -model=model_20035,1 - -// 19902 -[loc_19902] -hillskew=yes -sharelight=yes -model=model_20033,1 - -// 19903 -[loc_19903] -hillskew=yes -sharelight=yes -op1=Enter -model=model_20034,1 -name=Tunnel - -// 19904 -[loc_19904] -hillskew=yes -sharelight=yes -model=model_20035,1 - -// 19905 -[loc_19905] -hillskew=yes -sharelight=yes -model=model_20033,1 - -// 19906 -[loc_19906] -hillskew=yes -sharelight=yes -op1=Enter -model=model_20034,1 -name=Tunnel - -// 19907 -[loc_19907] -hillskew=yes -sharelight=yes -model=model_20035,1 - -// 19908 -[loc_19908] -hillskew=yes -sharelight=yes -model=model_20033,1 - -// 19909 -[loc_19909] -hillskew=yes -sharelight=yes -op1=Enter -model=model_20034,1 -name=Tunnel - -// 19910 -[loc_19910] -hillskew=yes -sharelight=yes -model=model_20035,1 - -// 19911 -[loc_19911] -model=model_20062 -name=Stone pedestal - -// 19912 -[loc_19912] -sharelight=yes -hillskew=yes -active=no -model=model_20025,1 - -// 19913 -[loc_19913] -sharelight=yes -hillskew=yes -mirror=yes -active=no -model=model_20025,1 - -// 19914 -[loc_19914] -op1=Open -model=model_20018,1 -name=Stone door - -// 19915 -[loc_19915] -op1=Open -model=model_20004,1 -name=Stone door - -// 19916 -[loc_19916] -mirror=yes -op1=Open -model=model_20018,1 -name=Stone door - -// 19917 -[loc_19917] -mirror=yes -op1=Open -model=model_40911,1 -name=Stone door - -// 19918 -[loc_19918] -mirror=yes -op1=Open -model=model_20019,1 -name=Stone door - -// 19919 -[loc_19919] -op1=Take-from -model=model_20052 -name=Birdseed holder - -// 19920 -[loc_19920] -model=model_20077 -name=Bird feeder - -// 19921 -[loc_19921] -model=model_20078 -name=Bird feeder - -// 19922 -[loc_19922] -op1=Take -blockwalk=no -model=model_19417 -name=Giant feathers - -// 19923 -[loc_19923] -width=2 -offsety=95 -offsetz=64 -op2=Inspect -model=model_20056 -name=Rocky outcrop - -// 19924 -[loc_19924] -width=3 -offsety=95 -offsetz=64 -op1=Enter -model=model_20057 -name=Cave entrance - -// 19925 -[loc_19925] -width=2 -length=2 -offsety=100 -ambient=15 -op2=Inspect -model=model_19997 -name=Rocky outcrop - -// 19926 -[loc_19926] -width=2 -length=2 -offsety=100 -ambient=15 -op1=Enter -model=model_19997 -name=Cave entrance - -// 19927 -[loc_19927] -offsety=30 -offsetx=60 -ambient=15 -active=no -blockwalk=no -model=model_19998,1 - -// 19928 -[loc_19928] -ambient=10 -contrast=10 -length=2 -recol1s=16809 -recol1d=14730 -recol2s=14695 -recol2d=17867 -recol3s=13638 -recol3d=10502 -recol4s=12581 -recol4d=10502 -recol5s=11524 -recol5d=10502 -model=model_20054 -name=Table - -// 19929 -[loc_19929] -ambient=10 -contrast=10 -recol1s=10401 -recol1d=14730 -model=model_1242 -name=Chair - -// 19930 -[loc_19930] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5270 -recolhsl2d=5522 -recolhsl3s=5275 -recolhsl3d=5527 -recolhsl4s=5280 -recolhsl4d=5532 -recolhsl5s=5261 -recolhsl5d=5513 -recolhsl6s=5266 -recolhsl6d=5518 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_36079,S - -// 19931 -[loc_19931] -ambient=10 -contrast=10 -model=model_18236 -name=Chest - -// 19932 -[loc_19932] -ambient=10 -contrast=10 -recol1s=8485 -recol1d=9446 -recol2s=5314 -recol2d=8421 -recol3s=4257 -recol3d=7333 -model=model_13971 -name=Bookcase - -// 19933 -[loc_19933] -ambient=10 -contrast=10 -recol1s=10401 -recol1d=14730 -recol2s=9377 -recol2d=17867 -model=model_11470 -name=Chair - -// 19934 -[loc_19934] -ambient=10 -contrast=10 -model=model_20100 -name=Armour - -// 19935 -[loc_19935] -width=2 -length=2 -forcedecor=yes -recol1s=15648 -recol1d=16846 -recol2s=17856 -recol2d=16846 -recol3s=32736 -recol3d=16846 -model=model_20089 -name=Metal bird - -// 19936 -[loc_19936] -blockwalk=yes -forceapproach=east -anim=seq_5308 -blockrange=no -model=model_20078 -name=Bird feeder - -// 19937 -[loc_19937] -blockwalk=yes -forceapproach=east -anim=seq_5308 -blockrange=no -model=model_20078 -name=Bird feeder - -// 19938 -[loc_19938] -blockwalk=yes -forceapproach=east -anim=seq_5308 -blockrange=no -model=model_20078 -name=Bird feeder - -// 19939 -[loc_19939] -blockwalk=yes -forceapproach=east -anim=seq_5308 -blockrange=no -model=model_20078 -name=Bird feeder - -// 19940 -[loc_19940] -blockwalk=yes -forceapproach=east -anim=seq_5308 -blockrange=no -model=model_20078 -name=Bird feeder - -// 19941 -[loc_19941] -blockwalk=yes -forceapproach=east -anim=seq_5308 -blockrange=no -model=model_20078 -name=Bird feeder - -// 19942 -[loc_19942] -blockwalk=yes -forceapproach=east -anim=seq_5308 -blockrange=no -model=model_20078 -name=Bird feeder - -// 19943 -[loc_19943] -blockwalk=yes -forceapproach=east -anim=seq_5308 -blockrange=no -model=model_20078 -name=Bird feeder - -// 19944 -[loc_19944] -blockwalk=yes -forceapproach=east -anim=seq_5308 -blockrange=no -model=model_20078 -name=Bird feeder - -// 19945 -[loc_19945] -active=yes -op1=Pull -forceapproach=south -model=model_20038 -model2=model_20036 -name=Reset Lever - -// 19946 -[loc_19946] -op1=Pull-down -op2=Push-up -forceapproach=south -multivar=varplayerbit_3090 -multiloc=0,loc_19877 -multiloc=1,loc_19878 - -// 19947 -[loc_19947] -op1=Pull-down -op2=Push-up -forceapproach=south -multivar=varplayerbit_3091 -multiloc=0,loc_19877 -multiloc=1,loc_19878 - -// 19948 -[loc_19948] -op1=Pull-down -op2=Push-up -forceapproach=south -multivar=varplayerbit_3092 -multiloc=0,loc_19877 -multiloc=1,loc_19878 - -// 19949 -[loc_19949] -op1=Pull-down -op2=Push-up -forceapproach=south -multivar=varplayerbit_3093 -multiloc=0,loc_19877 -multiloc=1,loc_19878 - -// 19950 -[loc_19950] -op1=Take-from -recol1s=32767 -recol1d=28430 -recol2s=23452 -recol2d=30504 -model=model_20062 -model2=model_20061 -name=Stone pedestal - -// 19951 -[loc_19951] -hillskew=yes -forcedecor=yes -anim=seq_5260 -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=8422 -model=model_19343,0 - -// 19952 -[loc_19952] -hillskew=yes -forcedecor=yes -anim=seq_5260 -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=8422 -model=model_19342,0 - -// 19953 -[loc_19953] -hillskew=yes -forcedecor=yes -anim=seq_5260 -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=8422 -model=model_19345,0 - -// 19954 -[loc_19954] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=1,loc_19951 -multiloc=2,loc_19951 -multiloc=3,loc_19951 -multiloc=4,loc_19951 -multiloc=5,loc_19951 -multiloc=6,loc_19951 - -// 19955 -[loc_19955] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=1,loc_19952 -multiloc=2,loc_19952 -multiloc=3,loc_19952 -multiloc=4,loc_19952 -multiloc=5,loc_19952 -multiloc=6,loc_19952 - -// 19956 -[loc_19956] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=1,loc_19953 -multiloc=2,loc_19953 -multiloc=3,loc_19953 -multiloc=4,loc_19953 -multiloc=5,loc_19953 -multiloc=6,loc_19953 - -// 19957 -[loc_19957] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=2,loc_19951 -multiloc=3,loc_19951 -multiloc=4,loc_19951 -multiloc=5,loc_19951 -multiloc=6,loc_19951 - -// 19958 -[loc_19958] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=2,loc_19952 -multiloc=3,loc_19952 -multiloc=4,loc_19952 -multiloc=5,loc_19952 -multiloc=6,loc_19952 - -// 19959 -[loc_19959] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=2,loc_19953 -multiloc=3,loc_19953 -multiloc=4,loc_19953 -multiloc=5,loc_19953 -multiloc=6,loc_19953 - -// 19960 -[loc_19960] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=3,loc_19951 -multiloc=4,loc_19951 -multiloc=5,loc_19951 -multiloc=6,loc_19951 - -// 19961 -[loc_19961] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=3,loc_19952 -multiloc=4,loc_19952 -multiloc=5,loc_19952 -multiloc=6,loc_19952 - -// 19962 -[loc_19962] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=3,loc_19953 -multiloc=4,loc_19953 -multiloc=5,loc_19953 -multiloc=6,loc_19953 - -// 19963 -[loc_19963] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=4,loc_19951 -multiloc=5,loc_19951 -multiloc=6,loc_19951 - -// 19964 -[loc_19964] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=4,loc_19952 -multiloc=5,loc_19952 -multiloc=6,loc_19952 - -// 19965 -[loc_19965] -forcedecor=yes -multivar=varplayerbit_3099 -multiloc=4,loc_19953 -multiloc=5,loc_19953 -multiloc=6,loc_19953 - -// 19966 -[loc_19966] -op1=Climb -forceapproach=east -width=2 -multivar=varplayerbit_3109 -multiloc=0,loc_36707 -multiloc=1,loc_36708 -multiloc=2,loc_36709 -multiloc=3,loc_36710 - -// 19967 -[loc_19967] -hillskew=yes -sharelight=yes -model=model_20033,1 - -// 19968 -[loc_19968] -hillskew=yes -sharelight=yes -model=model_20035,1 - -// 19969 -[loc_19969] -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=12580 -recol1d=10536 -model=model_818 -name=Rocks - -// 19970 -[loc_19970] -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=12580 -recol1d=10536 -model=model_818 -name=Rocks - -// 19971 -[loc_19971] -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=12580 -recol1d=10536 -model=model_818 -name=Rocks - -// 19972 -[loc_19972] -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=12580 -recol1d=10536 -model=model_818 -name=Rocks - -// 19973 -[loc_19973] -resizex=64 -resizey=64 -resizez=64 -op1=Inspect -blockrange=no -recol1s=12580 -recol1d=10536 -model=model_818 -name=Rocks - -// 19974 -[loc_19974] -op1=Inspect -model=model_20062 -name=Stone pedestal - -// 19975 -[loc_19975] -op1=Take-from -recol1s=32767 -recol1d=26426 -recol2s=23452 -recol2d=28540 -model=model_20062 -model2=model_20061 -name=Stone pedestal - -// 19976 -[loc_19976] -active=yes -op1=Operate -model=model_20071 -name=Winch - -// 19977 -[loc_19977] -active=yes -op1=Operate -model=model_20071 -name=Winch - -// 19978 -[loc_19978] -active=yes -op1=Operate -model=model_20071 -name=Winch - -// 19979 -[loc_19979] -active=yes -op1=Operate -model=model_20071 -name=Winch - -// 19980 -[loc_19980] -width=3 -length=3 -blockwalk=yes -op1=Take-from -recol1s=32767 -recol1d=21960 -recol2s=23452 -recol2d=26221 -model=model_20080 -model2=model_20062 -model3=model_20081 -name=Pedestal - -// 19981 -[loc_19981] -blockwalk=no -anim=seq_5295 -recol1s=32767 -recol1d=21960 -recol2s=23452 -recol2d=26221 -model=model_20082 -model2=model_20079 -model3=model_20081 -name=Pedestal - -// 19982 -[loc_19982] -width=3 -length=3 -blockwalk=yes -anim=seq_5296 -recol1s=32767 -recol1d=21960 -recol2s=23452 -recol2d=26221 -model=model_20082 -model2=model_20079 -model3=model_20081 -name=Pedestal - -// 19983 -[loc_19983] -width=3 -length=3 -blockwalk=yes -anim=seq_5297 -recol1s=32767 -recol1d=21960 -recol2s=23452 -recol2d=26221 -model=model_20082 -model2=model_20079 -name=Pedestal - -// 19984 -[loc_19984] -op1=Take-from -recol1s=32767 -recol1d=21960 -recol2s=23452 -recol2d=26221 -model=model_20062 -model2=model_20061 -name=Stone pedestal - -// 19985 -[loc_19985] -width=2 -ambient=20 -op1=Climb -model=model_20042 -name=Young vine - -// 19986 -[loc_19986] -width=2 -ambient=20 -op1=Climb -model=model_20074 -name=Young vine - -// 19987 -[loc_19987] -width=2 -ambient=20 -op1=Climb -model=model_20073 -name=Growing vine - -// 19988 -[loc_19988] -width=2 -ambient=20 -op1=Climb -model=model_20075 -name=Tall vine - -// 19989 -[loc_19989] -width=2 -ambient=20 -op1=Climb -model=model_20076 -name=Tall vine - -// 19990 -[loc_19990] -active=yes -multivar=varplayerbit_3106 -multiloc=0,loc_19914 -multiloc=1,loc_19914 -multiloc=2,loc_19914 -multiloc=3,loc_19914 -multiloc=4,loc_19915 -multiloc=5,loc_19915 -multiloc=6,loc_19915 -multiloc=7,loc_19915 - -// 19991 -[loc_19991] -op1=Open -multivar=varplayerbit_3106 -multiloc=0,loc_19916 -multiloc=1,loc_4765 -multiloc=2,loc_19917 -multiloc=3,loc_19918 -multiloc=4,loc_19916 -multiloc=5,loc_4765 -multiloc=6,loc_19917 -multiloc=7,loc_19918 - -// 19992 -[loc_19992] -active=yes -multivar=varplayerbit_3106 -multiloc=0,loc_19916 -multiloc=1,loc_4765 -multiloc=2,loc_19917 -multiloc=3,loc_19918 -multiloc=4,loc_19916 -multiloc=5,loc_4765 -multiloc=6,loc_19917 -multiloc=7,loc_19918 - -// 19993 -[loc_19993] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -retex2s=material_2 -retex2d=material_23 -model=model_34116,A -model=model_34120,S -model=model_34119,F -model=model_34117,G -model=model_34118,H - -// 19994 -[loc_19994] -width=3 -op1=Enter -op2=Inspect -multivar=varplayerbit_2780 -multiloc=0,loc_19923 -multiloc=5,loc_19923 -multiloc=10,loc_19923 -multiloc=15,loc_19924 -multiloc=20,loc_19924 -multiloc=25,loc_19924 -multiloc=30,loc_19924 -multiloc=35,loc_19924 -multiloc=40,loc_19924 - -// 19995 -[loc_19995] -ambient=10 -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_20101,1 -model=model_20102,4 - -// 19996 -[loc_19996] -length=2 -width=3 -op1=Search -blockrange=no -recol1s=28532 -recol1d=21138 -model=model_1101 -name=Buried skeleton - -// 19997 -[loc_19997] -recol1s=32762 -recol1d=21138 -model=model_1733 -name=Animal skull - -// 19998 -[loc_19998] -recol1s=32767 -recol1d=21138 -model=model_1776 -name=Curved bone - -// 19999 -[loc_19999] -recol1s=32764 -recol1d=21138 -model=model_1821 -name=Large bone - -// 20000 -[loc_20000] -anim=seq_475 -blockwalk=no -ambient=75 -contrast=75 -bgsound=synth_2066,5 -recolhsl1s=5043 -recolhsl1d=7167 -recolhsl2s=7105 -recolhsl2d=7167 -recolhsl3s=8137 -recolhsl3d=7167 -recolhsl4s=7130 -recolhsl4d=7167 -model=model_2260 -name=Fire - -// 20001 -[loc_20001] -anim=seq_475 -blockwalk=no -ambient=15 -contrast=15 -bgsound=synth_2066,5 -hardshadow=no -recol1s=25952 -recol1d=10296 -recolhsl2s=7105 -recolhsl2d=47816 -recolhsl3s=8137 -recolhsl3d=47573 -recolhsl4s=7130 -recolhsl4d=47587 -model=model_2260 -name=Fire - -// 20002 -[loc_20002] -active=no -sharelight=yes -blockwalk=yes -recol1s=13671 -recol1d=16740 -recol2s=12614 -recol2d=14660 -recol3s=11557 -recol3d=13603 -recol4s=10500 -recol4d=12546 -recol5s=9443 -recol5d=11489 -model=model_20364,1 - -// 20003 -[loc_20003] -active=no -sharelight=yes -blockwalk=yes -recol1s=13671 -recol1d=16740 -recol2s=12614 -recol2d=14660 -recol3s=11557 -recol3d=13603 -recol4s=10500 -recol4d=12546 -recol5s=9443 -recol5d=11489 -model=model_20363,1 - -// 20004 -[loc_20004] -active=yes -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -ambient=10 -blockrange=no -model=model_20332,1 -name=Rope bridge support - -// 20005 -[loc_20005] -active=yes -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -mirror=yes -ambient=10 -blockrange=no -model=model_20332,1 -name=Rope bridge support - -// 20006 -[loc_20006] -active=yes -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -ambient=10 -blockrange=no -model=model_20324,1 -name=Rope bridge support - -// 20007 -[loc_20007] -active=yes -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -mirror=yes -ambient=10 -blockrange=no -model=model_20324,1 -name=Rope bridge support - -// 20008 -[loc_20008] -active=no -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -ambient=10 -blockrange=no -model=model_20331,1 - -// 20009 -[loc_20009] -active=no -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -mirror=yes -ambient=10 -blockrange=no -model=model_20331,1 - -// 20010 -[loc_20010] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -model=model_20317,0 - -// 20011 -[loc_20011] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -unknown90=yes -model=model_20317,0 - -// 20012 -[loc_20012] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -model=model_20325,0 - -// 20013 -[loc_20013] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -unknown90=yes -model=model_20325,0 - -// 20014 -[loc_20014] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -model=model_20326,0 - -// 20015 -[loc_20015] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -unknown90=yes -model=model_20326,0 - -// 20016 -[loc_20016] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -model=model_20327,0 - -// 20017 -[loc_20017] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -unknown90=yes -model=model_20327,0 - -// 20018 -[loc_20018] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -model=model_20328,0 - -// 20019 -[loc_20019] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -unknown90=yes -model=model_20328,0 - -// 20020 -[loc_20020] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -model=model_20329,0 - -// 20021 -[loc_20021] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -unknown90=yes -model=model_20329,0 - -// 20022 -[loc_20022] -active=yes -anim=seq_5350 -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=4755 -model=model_20339 -name=Pillar - -// 20023 -[loc_20023] -active=yes -anim=seq_5350 -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=4755 -model=model_20338 -model2=model_20339 -name=Pillar - -// 20024 -[loc_20024] -active=yes -anim=seq_5350 -blockwalk=yes -bgsound=synth_3131,3 -blockrange=no -recol1s=22292 -recol1d=4755 -model=model_20340 -model2=model_20339 -name=Pillar - -// 20025 -[loc_20025] -active=yes -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=4755 -multivar=varplayerbit_3127 -multiloc=0,loc_20022 -multiloc=1,loc_20023 -multiloc=2,loc_20024 - -// 20026 -[loc_20026] -active=yes -anim=seq_5350 -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=28448 -model=model_20339 -name=Pillar - -// 20027 -[loc_20027] -active=yes -anim=seq_5350 -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=28448 -model=model_20338 -model2=model_20339 -name=Pillar - -// 20028 -[loc_20028] -active=yes -anim=seq_5350 -blockwalk=yes -bgsound=synth_3131,3 -blockrange=no -recol1s=22292 -recol1d=28448 -model=model_20340 -model2=model_20339 -name=Pillar - -// 20029 -[loc_20029] -active=yes -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=28448 -multivar=varplayerbit_3128 -multiloc=0,loc_20026 -multiloc=1,loc_20027 -multiloc=2,loc_20028 - -// 20030 -[loc_20030] -active=yes -anim=seq_5350 -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=32063 -model=model_20339 -name=Pillar - -// 20031 -[loc_20031] -active=yes -anim=seq_5350 -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=32063 -model=model_20338 -model2=model_20339 -name=Pillar - -// 20032 -[loc_20032] -active=yes -anim=seq_5350 -blockwalk=yes -bgsound=synth_3131,3 -blockrange=no -recol1s=22292 -recol1d=32063 -model=model_20340 -model2=model_20339 -name=Pillar - -// 20033 -[loc_20033] -active=yes -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=32063 -multivar=varplayerbit_3129 -multiloc=0,loc_20030 -multiloc=1,loc_20031 -multiloc=2,loc_20032 - -// 20034 -[loc_20034] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11592 -recol2s=10537 -recol2d=8421 -recol3s=9480 -recol3d=10535 -recol4s=8423 -recol4d=9478 -model=model_12129,0 - -// 20035 -[loc_20035] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11592 -recol2s=10537 -recol2d=8421 -recol3s=9480 -recol3d=10535 -recol4s=8423 -recol4d=9478 -model=model_12130,0 - -// 20036 -[loc_20036] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11592 -recol2s=10537 -recol2d=8421 -recol3s=9480 -recol3d=10535 -recol4s=8423 -recol4d=9478 -model=model_12131,0 - -// 20037 -[loc_20037] -width=2 -length=2 -ambient=25 -recol1s=8355 -recol1d=8385 -recol2s=11492 -recol2d=11556 -model=model_12393 -name=Bed - -// 20038 -[loc_20038] -active=yes -blockwalk=yes -forceapproach=north -blockrange=no -model=model_20334 -name=Switch - -// 20039 -[loc_20039] -active=yes -blockwalk=yes -forceapproach=north -blockrange=no -model=model_20335 -name=Switch - -// 20040 -[loc_20040] -anim=seq_5351 -blockwalk=yes -width=2 -length=2 -model=model_20341 -model2=model_20342 -model3=model_20344 -model4=model_20345 -name=Machine - -// 20041 -[loc_20041] -hillskew=yes -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_14646,1 -model=model_14647,4 -model=model_14648,5 - -// 20042 -[loc_20042] -hillskew=yes -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_14641,1 -model=model_14642,4 -model=model_14643,5 - -// 20043 -[loc_20043] -hillskew=yes -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_14644,1 - -// 20044 -[loc_20044] -hillskew=yes -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_14645,1 - -// 20045 -[loc_20045] -op1=Open -raiseobject=no -resizey=160 -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 -name=Gate - -// 20046 -[loc_20046] -op1=Open -raiseobject=no -mirror=yes -resizey=160 -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 -name=Gate - -// 20047 -[loc_20047] -raiseobject=no -active=no -resizey=160 -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 - -// 20048 -[loc_20048] -raiseobject=no -active=no -mirror=yes -resizey=160 -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 - -// 20049 -[loc_20049] -op1=Close -mirror=yes -raiseobject=no -resizey=160 -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20320,1 -name=Gate - -// 20050 -[loc_20050] -op1=Close -mirror=yes -raiseobject=no -resizey=160 -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20320,1 -name=Gate - -// 20051 -[loc_20051] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=5317 -recol1d=10533 -recol2s=4260 -recol2d=9476 -recol3s=3203 -recol3d=8419 -recol4s=2146 -recol4d=6305 -model=model_14783,1 -model=model_14784,2 -model=model_14785,3 -model=model_14786,5 - -// 20052 -[loc_20052] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=5317 -recol1d=10533 -recol2s=4260 -recol2d=9476 -recol3s=3203 -recol3d=8419 -recol4s=2146 -recol4d=6305 -model=model_14787,1 - -// 20053 -[loc_20053] -sharelight=yes -hillskew=yes -ambient=15 -mirror=yes -recol1s=5317 -recol1d=10533 -recol2s=4260 -recol2d=9476 -recol3s=3203 -recol3d=8419 -recol4s=2146 -recol4d=6305 -model=model_14787,1 - -// 20054 -[loc_20054] -sharelight=yes -ambient=25 -contrast=25 -model=model_20336,1 - -// 20055 -[loc_20055] -active=no -ambient=25 -contrast=25 -model=model_20337,Q - -// 20056 -[loc_20056] -active=yes -ambient=5 -contrast=5 -op1=Climb-up -recol1s=5415 -recol1d=9444 -recol2s=7529 -recol2d=10501 -model=model_10071,Q -name=Trellis - -// 20057 -[loc_20057] -active=yes -ambient=5 -contrast=5 -offsety=58 -recol1s=5415 -recol1d=9444 -recol2s=7529 -recol2d=10501 -model=model_10072,Q -name=Trellis - -// 20058 -[loc_20058] -width=2 -ambient=25 -blockrange=no -recol1s=16809 -recol1d=13638 -recol2s=14695 -recol2d=11558 -recol3s=13638 -recol3d=10501 -recol4s=12581 -recol4d=9444 -model=model_14827 -name=Table - -// 20059 -[loc_20059] -ambient=25 -blockrange=no -recol1s=20933 -recol1d=13638 -recol2s=7329 -recol2d=11558 -model=model_10089 -name=Stool - -// 20060 -[loc_20060] -ambient=25 -blockrange=no -recol1s=16809 -recol1d=13638 -recol2s=14695 -recol2d=11558 -recol3s=13638 -recol3d=10501 -recol4s=12581 -recol4d=9444 -model=model_9590 -name=Table - -// 20061 -[loc_20061] -ambient=50 -active=yes -recol1s=6272 -recol1d=8387 -model=model_2127,Q -name=Shelf - -// 20062 -[loc_20062] -ambient=50 -active=yes -recol1s=6272 -recol1d=8387 -model=model_2034,Q -name=Shelf - -// 20063 -[loc_20063] -length=2 -ambient=25 -model=model_20389 -name=A bunk bed - -// 20064 -[loc_20064] -ambient=25 -recol1s=13538 -recol1d=8387 -recol2s=11458 -recol2d=7330 -model=model_2114,Q - -// 20065 -[loc_20065] -ambient=35 -recol1s=10401 -recol1d=9444 -recol2s=9377 -recol2d=8387 -model=model_1170 -name=Chair - -// 20066 -[loc_20066] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20322 - -// 20067 -[loc_20067] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20346 - -// 20068 -[loc_20068] -active=no -blockwalk=yes -length=2 -width=2 -shadow=no -anim=seq_5360 -blockrange=no -multivar=varplayerbit_3131 -multiloc=1,loc_20066 -multiloc=2,loc_20067 - -// 20069 -[loc_20069] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20322 - -// 20070 -[loc_20070] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20347 - -// 20071 -[loc_20071] -active=no -blockwalk=yes -length=2 -width=2 -shadow=no -anim=seq_5360 -blockrange=no -multivar=varplayerbit_2547 -multiloc=0,loc_20069 -multiloc=1,loc_20070 - -// 20072 -[loc_20072] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20322 - -// 20073 -[loc_20073] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20348 - -// 20074 -[loc_20074] -active=no -blockwalk=yes -length=2 -width=2 -shadow=no -anim=seq_5360 -blockrange=no -multivar=varplayerbit_2547 -multiloc=0,loc_20072 -multiloc=1,loc_20073 - -// 20075 -[loc_20075] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20322 - -// 20076 -[loc_20076] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20349 - -// 20077 -[loc_20077] -active=no -blockwalk=yes -length=2 -width=2 -shadow=no -anim=seq_5360 -blockrange=no -multivar=varplayerbit_2547 -multiloc=0,loc_20075 -multiloc=1,loc_20076 - -// 20078 -[loc_20078] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20322 - -// 20079 -[loc_20079] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20350 - -// 20080 -[loc_20080] -active=no -blockwalk=yes -length=2 -width=2 -shadow=no -anim=seq_5360 -blockrange=no -multivar=varplayerbit_2547 -multiloc=0,loc_20078 -multiloc=1,loc_20079 - -// 20081 -[loc_20081] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20322 - -// 20082 -[loc_20082] -active=no -width=2 -length=2 -anim=seq_5360 -shadow=no -model=model_20351 - -// 20083 -[loc_20083] -active=no -blockwalk=yes -length=2 -width=2 -shadow=no -anim=seq_5360 -blockrange=no -multivar=varplayerbit_2547 -multiloc=0,loc_20081 -multiloc=1,loc_20082 - -// 20084 -[loc_20084] -sharelight=yes -wallwidth=32 -occlude=yes -op1=Climb-under -ambient=25 -contrast=25 -model=model_9233 -name=Castle wall - -// 20085 -[loc_20085] -sharelight=yes -wallwidth=32 -occlude=yes -op1=Climb-into -model=model_9233 -name=Hole - -// 20086 -[loc_20086] -bgsound=synth_3265,5 -active=no -model=model_1105,0 - -// 20087 -[loc_20087] -op1=Close -mirror=yes -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 -name=City gate - -// 20088 -[loc_20088] -op1=Close -mirror=yes -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 -name=City gate - -// 20089 -[loc_20089] -op1=Close -mirror=yes -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 -name=City gate - -// 20090 -[loc_20090] -op1=Close -mirror=yes -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 -name=City gate - -// 20091 -[loc_20091] -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 - -// 20092 -[loc_20092] -mirror=yes -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 - -// 20093 -[loc_20093] -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 - -// 20094 -[loc_20094] -mirror=yes -raiseobject=no -recol1s=9455 -recol1d=7364 -recol2s=8388 -recol2d=6307 -recol3s=6275 -recol3d=5250 -model=model_20319,1 - -// 20095 -[loc_20095] -op2=Search -op3=Shut -forceapproach=north -model=model_1226 -name=Open chest - -// 20096 -[loc_20096] -width=3 -length=3 -ambient=30 -model=model_20455 -name=Bed - -// 20097 -[loc_20097] -width=3 -length=3 -ambient=30 -model=model_20456 -name=Bed - -// 20098 -[loc_20098] -width=3 -length=3 -active=yes -multivar=varplayerbit_3185 -multiloc=0,loc_20096 -multiloc=10,loc_20096 -multiloc=20,loc_20096 -multiloc=30,loc_20096 -multiloc=40,loc_20096 -multiloc=50,loc_20096 -multiloc=60,loc_20096 -multiloc=70,loc_20096 -multiloc=73,loc_20096 -multiloc=76,loc_20096 -multiloc=80,loc_20096 -multiloc=90,loc_20096 -multiloc=100,loc_20096 -multiloc=110,loc_20096 -multiloc=120,loc_20096 -multiloc=130,loc_20096 -multiloc=140,loc_20096 -multiloc=150,loc_20096 -multiloc=160,loc_20096 -multiloc=170,loc_20096 -multiloc=180,loc_20097 -multiloc=190,loc_20097 -multiloc=200,loc_20097 -multiloc=210,loc_20097 -multiloc=220,loc_20097 -multiloc=230,loc_20097 -multiloc=240,loc_20097 - -// 20099 -[loc_20099] -bgsound=synth_3288,10 -active=no -model=model_1105,0 - -// 20100 -[loc_20100] -active=yes -blockwalk=no -width=7 -ambient=30 -contrast=30 -anim=seq_5068 -model=model_20478 -model2=model_20477 -model3=model_20479 -model4=model_20480 -name=Childerkin slaves - -// 20101 -[loc_20101] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -model=model_20488,1 -model=model_20489,2 -model=model_20490,5 - -// 20102 -[loc_20102] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -recol1s=6307 -recol1d=11591 -recol2s=7364 -recol2d=10534 -recol3s=8421 -recol3d=9477 -recol4s=9478 -recol4d=8420 -recol5s=10535 -recol5d=7363 -recol6s=11592 -recol6d=6306 -model=model_20488,1 -model=model_20489,2 -model=model_20490,5 - -// 20103 -[loc_20103] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=11592 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 20104 -[loc_20104] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=11592 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 20105 -[loc_20105] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=6306 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 20106 -[loc_20106] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=6306 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 20107 -[loc_20107] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9478 -recol2s=8423 -recol2d=6307 -recol3s=10537 -recol3d=8421 -recol4s=9480 -recol4d=7364 -model=model_12125,0 - -// 20108 -[loc_20108] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9478 -recol2s=8423 -recol2d=6307 -recol3s=10537 -recol3d=8421 -recol4s=9480 -recol4d=7364 -model=model_12126,0 - -// 20109 -[loc_20109] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9478 -recol2s=8423 -recol2d=6307 -recol3s=10537 -recol3d=8421 -recol4s=9480 -recol4d=7364 -model=model_12127,0 - -// 20110 -[loc_20110] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9478 -recol2s=8423 -recol2d=6307 -recol3s=10537 -recol3d=8421 -recol4s=9480 -recol4d=7364 -model=model_12128,0 - -// 20111 -[loc_20111] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9478 -recol2s=8423 -recol2d=6307 -recol3s=10537 -recol3d=8421 -recol4s=9480 -recol4d=7364 -model=model_12129,0 - -// 20112 -[loc_20112] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9478 -recol2s=8423 -recol2d=6307 -recol3s=10537 -recol3d=8421 -recol4s=9480 -recol4d=7364 -model=model_12130,0 - -// 20113 -[loc_20113] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=9478 -recol2s=8423 -recol2d=6307 -recol3s=10537 -recol3d=8421 -recol4s=9480 -recol4d=7364 -model=model_12131,0 - -// 20114 -[loc_20114] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=6307 -recol2s=6305 -recol2d=7364 -recol3s=7362 -recol3d=8421 -recol4s=8419 -recol4d=9478 -recol5s=9476 -recol5d=10535 -recol6s=10533 -recol6d=11592 -model=model_12040 - -// 20115 -[loc_20115] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=6307 -recol2s=6305 -recol2d=7364 -recol3s=7362 -recol3d=8421 -recol4s=8419 -recol4d=9478 -recol5s=9476 -recol5d=10535 -recol6s=10533 -recol6d=11592 -model=model_12041 - -// 20116 -[loc_20116] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=6307 -recol2s=6305 -recol2d=7364 -recol3s=7362 -recol3d=8421 -recol4s=8419 -recol4d=9478 -recol5s=9476 -recol5d=10535 -recol6s=10533 -recol6d=11592 -model=model_12042,0 - -// 20117 -[loc_20117] -anim=seq_5068 -width=7 -active=yes -model=model_20479 -model2=model_20480 -model3=model_20477 -model4=model_20478 -name=Childerkin slaves - -// 20118 -[loc_20118] -active=yes -multivar=varplayerbit_3203 -multiloc=0,loc_19030 -multiloc=1,loc_19031 -multiloc=2,loc_19033 -multiloc=3,loc_19034 -multiloc=4,loc_19035 - -// 20119 -[loc_20119] -active=yes -anim=seq_5073 -forceapproach=south -multivar=varplayerbit_3208 -multiloc=0,loc_19036 -multiloc=1,loc_19037 - -// 20120 -[loc_20120] -active=yes -anim=seq_5073 -forceapproach=south -multivar=varplayerbit_3209 -multiloc=0,loc_19036 -multiloc=1,loc_19037 - -// 20121 -[loc_20121] -active=yes -anim=seq_5073 -forceapproach=south -multivar=varplayerbit_3210 -multiloc=0,loc_19036 -multiloc=1,loc_19037 - -// 20122 -[loc_20122] -active=yes -anim=seq_5073 -forceapproach=south -multivar=varplayerbit_3211 -multiloc=0,loc_19036 -multiloc=1,loc_19037 - -// 20123 -[loc_20123] -active=yes -anim=seq_5073 -forceapproach=south -multivar=varplayerbit_3212 -multiloc=0,loc_19036 -multiloc=1,loc_19037 - -// 20124 -[loc_20124] -active=yes -anim=seq_5073 -forceapproach=south -multivar=varplayerbit_3213 -multiloc=0,loc_19036 -multiloc=1,loc_19037 - -// 20125 -[loc_20125] -active=yes -anim=seq_5073 -forceapproach=south -multivar=varplayerbit_3214 -multiloc=0,loc_19036 -multiloc=1,loc_19037 - -// 20126 -[loc_20126] -active=yes -anim=seq_5073 -forceapproach=south -multivar=varplayerbit_3215 -multiloc=0,loc_19036 -multiloc=1,loc_19037 - -// 20127 -[loc_20127] -active=yes -anim=seq_5073 -forceapproach=south -multivar=varplayerbit_3216 -multiloc=0,loc_19036 -multiloc=1,loc_19037 - -// 20128 -[loc_20128] -active=yes -anim=seq_5073 -forceapproach=south -multivar=varplayerbit_3217 -multiloc=0,loc_19036 -multiloc=1,loc_19037 - -// 20129 -[loc_20129] -hillskew=yes -active=no -ambient=30 -recol1s=13505 -recol1d=32767 -recol2s=15618 -recol2d=32767 -recol3s=14594 -recol3d=32767 -model=model_1124,0 - -// 20130 -[loc_20130] -hillskew=yes -active=no -ambient=30 -recol1s=13505 -recol1d=32767 -recol2s=15618 -recol2d=32767 -model=model_1139,0 - -// 20131 -[loc_20131] -hillskew=yes -active=no -ambient=30 -recol1s=13505 -recol1d=32767 -recol2s=15618 -recol2d=32767 -model=model_1032,0 - -// 20132 -[loc_20132] -forcedecor=yes -mapfunction=72 -model=model_1105,0 - -// 20133 -[loc_20133] -blockwalk=yes -ambient=10 -forceapproach=north -op1=Shoot -active=yes -anim=seq_5430 -forcedecor=yes -blockrange=no -model=model_20656,0 -name=Egg launcher - -// 20134 -[loc_20134] -blockwalk=yes -ambient=10 -width=2 -op1=Read -model=model_20638 -name=Blackboard - -// 20135 -[loc_20135] -active=yes -blockwalk=no -ambient=10 -forcedecor=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20681,0 -name=Runner trap(2) - -// 20136 -[loc_20136] -blockwalk=no -ambient=15 -active=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20684,0 -name=Trapdoor - -// 20137 -[loc_20137] -blockwalk=no -ambient=15 -active=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20683,0 -name=Trapdoor - -// 20138 -[loc_20138] -blockwalk=no -ambient=15 -active=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20685,0 -name=Trapdoor - -// 20139 -[loc_20139] -blockwalk=no -ambient=15 -active=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20686,0 -name=Trapdoor - -// 20140 -[loc_20140] -blockwalk=no -ambient=15 -active=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20687,0 -name=Trapdoor - -// 20141 -[loc_20141] -blockwalk=no -ambient=15 -active=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20688,0 -name=Trapdoor - -// 20142 -[loc_20142] -blockwalk=no -ambient=15 -active=yes -mirror=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20684,0 -name=Trapdoor - -// 20143 -[loc_20143] -blockwalk=no -ambient=15 -active=yes -mirror=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20683,0 -name=Trapdoor - -// 20144 -[loc_20144] -blockwalk=no -ambient=15 -active=yes -mirror=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20685,0 -name=Trapdoor - -// 20145 -[loc_20145] -blockwalk=no -ambient=15 -active=yes -mirror=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20686,0 -name=Trapdoor - -// 20146 -[loc_20146] -blockwalk=no -ambient=15 -active=yes -mirror=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20687,0 -name=Trapdoor - -// 20147 -[loc_20147] -blockwalk=no -ambient=15 -active=yes -mirror=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20688,0 -name=Trapdoor - -// 20148 -[loc_20148] -blockwalk=yes -ambient=10 -blockrange=no -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20689 -name=Winch - -// 20149 -[loc_20149] -length=2 -op1=Take-from -blockrange=no -recol1s=20935 -recol1d=15718 -recol2s=18821 -recol2d=14661 -recol3s=17764 -recol3d=13604 -recol4s=16707 -recol4d=12547 -model=model_4325 -model2=model_20650 -name=Scroll table - -// 20150 -[loc_20150] -blockwalk=yes -active=yes -sharelight=yes -shadow=no -op3=Take-from -op1=Drink-from -bgsound=synth_2151,3 -blockrange=no -model=model_20647 -name=Healer spring - -// 20151 -[loc_20151] -active=yes -hillskew=yes -blockwalk=yes -sharelight=yes -width=4 -length=2 -resizex=171 -ambient=20 -op1=Enter -raiseobject=no -model=model_20639 -name=Lure cave - -// 20152 -[loc_20152] -active=no -hillskew=yes -sharelight=yes -ambient=20 -raiseobject=no -blockrange=no -recol1s=11592 -recol1d=18919 -recol2s=10535 -recol2d=17862 -recol3s=9478 -recol3d=17828 -recol4s=8421 -recol4d=15748 -recol5s=7364 -recol5d=14691 -recol6s=6307 -recol6d=13634 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 20153 -[loc_20153] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=18919 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 20154 -[loc_20154] -sharelight=yes -hillskew=yes -active=no -ambient=20 -recol1s=12580 -recol1d=18919 -model=model_787 - -// 20155 -[loc_20155] -active=no -hillskew=yes -sharelight=yes -resizez=128 -resizex=128 -resizey=64 -ambient=20 -recol1s=11592 -recol1d=22090 -recol2s=10535 -recol2d=22056 -recol3s=9478 -recol3d=20999 -recol4s=8421 -recol4d=18919 -recol5s=7364 -recol5d=17862 -recol6s=6307 -recol6d=17828 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 20156 -[loc_20156] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -ambient=20 -recol1s=12580 -recol1d=22090 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 20157 -[loc_20157] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -ambient=20 -recol1s=12580 -recol1d=22090 -retex1s=material_72 -retex1d=material_560 -model=model_787 - -// 20158 -[loc_20158] -active=no -hillskew=yes -sharelight=yes -ambient=20 -recol1s=11592 -recol1d=18919 -recol2s=10535 -recol2d=17862 -recol3s=9478 -recol3d=17828 -recol4s=8421 -recol4d=15748 -recol5s=7364 -recol5d=14691 -recol6s=6307 -recol6d=13634 -model=model_20651 - -// 20159 -[loc_20159] -active=no -hillskew=yes -sharelight=yes -ambient=20 -recol1s=11592 -recol1d=18919 -recol2s=10535 -recol2d=17862 -recol3s=9478 -recol3d=17828 -recol4s=8421 -recol4d=15748 -recol5s=7364 -recol5d=14691 -recol6s=6307 -recol6d=13634 -model=model_20652 - -// 20160 -[loc_20160] -active=no -hillskew=yes -sharelight=yes -ambient=20 -recol1s=11592 -recol1d=18919 -recol2s=10535 -recol2d=17862 -recol3s=9478 -recol3d=17828 -recol4s=8421 -recol4d=15748 -recol5s=7364 -recol5d=14691 -recol6s=6307 -recol6d=13634 -model=model_20653 - -// 20161 -[loc_20161] -active=no -hillskew=yes -sharelight=yes -ambient=20 -recol1s=11592 -recol1d=18919 -recol2s=10535 -recol2d=17862 -recol3s=9478 -recol3d=17828 -recol4s=8421 -recol4d=15748 -recol5s=7364 -recol5d=14691 -recol6s=6307 -recol6d=13634 -model=model_20654 - -// 20162 -[loc_20162] -active=no -hillskew=yes -sharelight=yes -ambient=20 -mirror=yes -recol1s=11592 -recol1d=18919 -recol2s=10535 -recol2d=17862 -recol3s=9478 -recol3d=17828 -recol4s=8421 -recol4d=15748 -recol5s=7364 -recol5d=14691 -recol6s=6307 -recol6d=13634 -model=model_20651 - -// 20163 -[loc_20163] -active=no -hillskew=yes -sharelight=yes -ambient=20 -mirror=yes -recol1s=11592 -recol1d=18919 -recol2s=10535 -recol2d=17862 -recol3s=9478 -recol3d=17828 -recol4s=8421 -recol4d=15748 -recol5s=7364 -recol5d=14691 -recol6s=6307 -recol6d=13634 -model=model_20652 - -// 20164 -[loc_20164] -width=2 -length=2 -op1=Inspect -active=yes -model=model_20673 -model2=model_20672 -name=Penance Fighter statue - -// 20165 -[loc_20165] -op1=Inspect -active=yes -model=model_20674 -model2=model_20675 -name=Penance Healer statue - -// 20166 -[loc_20166] -op1=Inspect -active=yes -model=model_20678 -model2=model_20675 -name=Penance Runner statue - -// 20167 -[loc_20167] -op1=Inspect -active=yes -model=model_20677 -model2=model_20675 -model3=model_20676 -name=Penance Ranger statue - -// 20168 -[loc_20168] -op1=Inspect -active=yes -model=model_20679 -model2=model_20675 -name=Penance Queen spawn statue - -// 20169 -[loc_20169] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=18919 -recol2s=8423 -recol2d=17862 -recol3s=10537 -recol3d=17828 -recol4s=9480 -recol4d=15748 -model=model_12125,0 - -// 20170 -[loc_20170] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=18919 -recol2s=8423 -recol2d=17862 -recol3s=10537 -recol3d=17828 -recol4s=9480 -recol4d=15748 -model=model_12126,0 - -// 20171 -[loc_20171] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=18919 -recol2s=8423 -recol2d=17862 -recol3s=10537 -recol3d=17828 -recol4s=9480 -recol4d=15748 -model=model_12127,0 - -// 20172 -[loc_20172] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=18919 -recol2s=8423 -recol2d=17862 -recol3s=10537 -recol3d=17828 -recol4s=9480 -recol4d=15748 -model=model_12128,0 - -// 20173 -[loc_20173] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=18919 -recol2s=8423 -recol2d=17862 -recol3s=10537 -recol3d=17828 -recol4s=9480 -recol4d=15748 -model=model_12129,0 - -// 20174 -[loc_20174] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=18919 -recol2s=8423 -recol2d=17862 -recol3s=10537 -recol3d=17828 -recol4s=9480 -recol4d=15748 -model=model_12130,0 - -// 20175 -[loc_20175] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=18919 -recol2s=8423 -recol2d=17862 -recol3s=10537 -recol3d=17828 -recol4s=9480 -recol4d=15748 -model=model_12131,0 - -// 20176 -[loc_20176] -active=no -hillskew=yes -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12125,0 - -// 20177 -[loc_20177] -active=no -hillskew=yes -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12126,0 - -// 20178 -[loc_20178] -active=no -hillskew=yes -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12127,0 - -// 20179 -[loc_20179] -active=no -hillskew=yes -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12128,0 - -// 20180 -[loc_20180] -active=no -hillskew=yes -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12129,0 - -// 20181 -[loc_20181] -active=no -hillskew=yes -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12130,0 - -// 20182 -[loc_20182] -active=no -hillskew=yes -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12131,0 - -// 20183 -[loc_20183] -active=yes -ambient=30 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_20662,Q -name=One - -// 20184 -[loc_20184] -active=yes -ambient=30 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_20663,Q -name=Two - -// 20185 -[loc_20185] -active=yes -ambient=30 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_20664,Q -name=Three - -// 20186 -[loc_20186] -active=yes -ambient=30 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_20665,Q -name=Four - -// 20187 -[loc_20187] -active=yes -ambient=30 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_20666,Q -name=Five - -// 20188 -[loc_20188] -active=yes -ambient=30 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_20667,Q -name=Six - -// 20189 -[loc_20189] -active=yes -ambient=30 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_20668,Q -name=Seven - -// 20190 -[loc_20190] -active=yes -ambient=30 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_20669,Q -name=Eight - -// 20191 -[loc_20191] -active=yes -ambient=30 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_20670,Q -name=Nine - -// 20192 -[loc_20192] -active=yes -ambient=30 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_20671,Q -name=Ten - -// 20193 -[loc_20193] -active=yes -sharelight=yes -blockwalk=yes -op1=Climb-down -blockrange=no -model=model_20644 -name=Ladder - -// 20194 -[loc_20194] -active=yes -sharelight=yes -blockwalk=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -blockrange=no -model=model_20645 -name=Ladder - -// 20195 -[loc_20195] -op1=Open -raiseobject=no -recol1s=16740 -recol1d=15718 -recol2s=14626 -recol2d=14661 -recol3s=13602 -recol3d=13604 -recol4s=13569 -recol4d=12547 -recol5s=12515 -recol5d=11490 -recol6s=11458 -recol6d=10433 -model=model_639,1 -name=Barbarian door - -// 20196 -[loc_20196] -op1=Open -mirror=yes -raiseobject=no -recol1s=16740 -recol1d=15718 -recol2s=14626 -recol2d=14661 -recol3s=13602 -recol3d=13604 -recol4s=13569 -recol4d=12547 -recol5s=12515 -recol5d=11490 -recol6s=11458 -recol6d=10433 -model=model_639,1 -name=Barbarian door - -// 20197 -[loc_20197] -op1=Close -raiseobject=no -recol1s=16740 -recol1d=15718 -recol2s=14626 -recol2d=14661 -recol3s=13602 -recol3d=13604 -recol4s=13569 -recol4d=12547 -recol5s=12515 -recol5d=11490 -recol6s=11458 -recol6d=10433 -model=model_18550,1 -name=Barbarian door - -// 20198 -[loc_20198] -op1=Close -mirror=yes -raiseobject=no -recol1s=16740 -recol1d=15718 -recol2s=14626 -recol2d=14661 -recol3s=13602 -recol3d=13604 -recol4s=13569 -recol4d=12547 -recol5s=12515 -recol5d=11490 -recol6s=11458 -recol6d=10433 -model=model_18550,1 -name=Barbarian door - -// 20199 -[loc_20199] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20200 -[loc_20200] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20201 -[loc_20201] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20202 -[loc_20202] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20203 -[loc_20203] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20204 -[loc_20204] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20205 -[loc_20205] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20206 -[loc_20206] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20207 -[loc_20207] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20208 -[loc_20208] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20209 -[loc_20209] -op1=Pass -anim=seq_1433 -raiseobject=no -ambient=100 -contrast=100 -active=yes -recol1s=16846 -recol1d=19488 -model=model_4874,1 -name=Door - -// 20210 -[loc_20210] -op1=Squeeze-through -width=2 -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_20637 -name=Obstacle pipe - -// 20211 -[loc_20211] -width=2 -op1=Climb-over -ambient=20 -recol1s=22152 -recol1d=11525 -recol2s=17929 -recol2d=15718 -recol3s=8384 -recol3d=10468 -recol4s=7360 -recol4d=9411 -recol5s=6304 -recol5d=8354 -recol6s=5248 -recol6d=7297 -model=model_20636 -name=Obstacle net - -// 20212 -[loc_20212] -active=no -hardshadow=no -recol1s=19488 -recol1d=1602 -model=model_20646,0 - -// 20213 -[loc_20213] -active=no -hardshadow=no -recol1s=19488 -recol1d=1118 -model=model_20646,0 - -// 20214 -[loc_20214] -active=no -hardshadow=no -recol1s=19488 -recol1d=32736 -model=model_20646,0 - -// 20215 -[loc_20215] -active=no -hardshadow=no -model=model_20646,0 - -// 20216 -[loc_20216] -recol1s=14695 -recol1d=12582 -recol2s=13638 -recol2d=11525 -recol3s=12581 -recol3d=10468 -recol4s=11524 -recol4d=9411 -recol5s=10467 -recol5d=8354 -recol6s=9410 -recol6d=7297 -model=model_7700 -name=Crate - -// 20217 -[loc_20217] -ambient=15 -recol1s=13605 -recol1d=12582 -recol2s=12548 -recol2d=11525 -recol3s=11491 -recol3d=10468 -recol4s=10434 -recol4d=9411 -recol5s=7297 -recol5d=8354 -recol6s=7331 -recol6d=7297 -model=model_14828 -model2=model_14829 -name=Barrel - -// 20218 -[loc_20218] -active=no -length=2 -ambient=20 -contrast=20 -blockrange=no -model=model_20631 - -// 20219 -[loc_20219] -resizez=128 -resizex=128 -resizey=117 -ambient=20 -contrast=20 -recol1s=24137 -recol1d=15718 -recol2s=17764 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=8388 -recol4d=10468 -recol5s=8387 -recol5d=10468 -recol6s=7331 -recol6d=10468 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 20220 -[loc_20220] -active=no -ambient=20 -contrast=20 -recol1s=8387 -recol1d=10468 -recol2s=7331 -recol2d=10468 -recol3s=8388 -recol3d=10468 -recol4s=17764 -recol4d=11525 -recol5s=24137 -recol5d=15718 -recol6s=12580 -recol6d=9409 -model=model_13448,1 -model=model_13449,2 -model=model_13450,3 - -// 20221 -[loc_20221] -active=no -ambient=20 -contrast=20 -recol1s=8387 -recol1d=10468 -recol2s=7331 -recol2d=10468 -recol3s=8388 -recol3d=10468 -recol4s=17764 -recol4d=11525 -recol5s=24137 -recol5d=15718 -recol6s=12580 -recol6d=9409 -model=model_13451 - -// 20222 -[loc_20222] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=9409 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 20223 -[loc_20223] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=9409 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 20224 -[loc_20224] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=9409 -model=model_20628 - -// 20225 -[loc_20225] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=9409 -model=model_20627 - -// 20226 -[loc_20226] -active=yes -sharelight=yes -blockwalk=yes -op1=Climb-down -blockrange=no -model=model_20644 -name=Ladder - -// 20227 -[loc_20227] -active=yes -sharelight=yes -blockwalk=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -blockrange=no -model=model_20645 -name=Ladder - -// 20228 -[loc_20228] -forceapproach=south -op1=Deposit -ambient=20 -contrast=20 -model=model_20630 -name=Bank deposit box - -// 20229 -[loc_20229] -ambient=40 -op1=Read -recol1s=12613 -recol1d=12582 -model=model_15340,Q -name=Information scroll - -// 20230 -[loc_20230] -active=yes -blockwalk=no -ambient=10 -op1=Fix -forcedecor=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20682,0 -name=Runner trap(1) - -// 20231 -[loc_20231] -active=yes -blockwalk=no -ambient=10 -op1=Fix -forcedecor=yes -recol1s=10499 -recol1d=11525 -recol2s=9442 -recol2d=10468 -recol3s=8385 -recol3d=9411 -recol4s=6272 -recol4d=8354 -recol5s=5216 -recol5d=7297 -model=model_20680,0 -name=Broken trap(0) - -// 20232 -[loc_20232] -blockwalk=yes -hillskew=yes -anim=seq_5415 -op1=Dunk -bgsound=synth_3077,3 -model=model_20655 -name=Lava crater - -// 20233 -[loc_20233] -blockwalk=yes -hillskew=yes -anim=seq_5415 -op1=Dunk -bgsound=synth_3077,3 -recol1s=30312 -recol1d=1606 -recol2s=26084 -recol2d=482 -recol3s=11328 -recol3d=2400 -recol4s=12416 -recol4d=4480 -recol5s=13504 -recol5d=5536 -recol6s=14624 -recol6d=8640 -model=model_20655 -name=Poison crater - -// 20234 -[loc_20234] -blockwalk=yes -hillskew=yes -anim=seq_5415 -width=2 -length=2 -resizex=256 -resizey=256 -resizez=256 -op1=Dunk -bgsound=synth_2144,3 -model=model_20655 -name=Lava crater - -// 20235 -[loc_20235] -blockwalk=yes -hillskew=yes -anim=seq_5415 -width=2 -length=2 -resizex=256 -resizey=256 -resizez=256 -op1=Dunk -bgsound=synth_2144,3 -recol1s=30312 -recol1d=1606 -recol2s=26084 -recol2d=482 -recol3s=11328 -recol3d=2400 -recol4s=12416 -recol4d=4480 -recol5s=13504 -recol5d=5536 -recol6s=14624 -recol6d=8640 -model=model_20655 -name=Poison crater - -// 20236 -[loc_20236] -hillskew=yes -active=no -recol1s=11594 -recol1d=18919 -recol2s=8423 -recol2d=17862 -recol3s=10537 -recol3d=17828 -recol4s=9480 -recol4d=15748 -model=model_20629,0 - -// 20237 -[loc_20237] -active=yes -hillskew=yes -blockwalk=yes -width=3 -length=2 -ambient=20 -op1=Block -raiseobject=no -recol1s=16740 -recol1d=8354 -recol2s=17797 -recol2d=9411 -recol3s=19909 -recol3d=10468 -recol4s=19911 -recol4d=11525 -recol5s=23080 -recol5d=12582 -model=model_20639 -name=Penance cave - -// 20238 -[loc_20238] -active=yes -hillskew=yes -blockwalk=yes -width=3 -length=2 -ambient=20 -op1=Demolish -raiseobject=no -recol1s=16740 -recol1d=8354 -recol2s=17797 -recol2d=9411 -recol3s=19909 -recol3d=10468 -recol4s=19911 -recol4d=11525 -recol5s=23080 -recol5d=12582 -model=model_20639 -model2=model_20624 -name=Penance cave - -// 20239 -[loc_20239] -active=yes -hillskew=yes -blockwalk=yes -width=3 -length=2 -ambient=20 -op1=Fix -raiseobject=no -recol1s=16740 -recol1d=8354 -recol2s=17797 -recol2d=9411 -recol3s=19909 -recol3d=10468 -recol4s=19911 -recol4d=11525 -recol5s=23080 -recol5d=12582 -model=model_20639 -model2=model_20622 -model3=model_20623 -name=Penance cave - -// 20240 -[loc_20240] -hillskew=yes -blockwalk=no -forcedecor=yes -model=model_20619,0 - -// 20241 -[loc_20241] -op2=Take-runes -op3=Take-arrows -ambient=45 -forceapproach=north -model=model_20692 -name=Attacker item machine - -// 20242 -[loc_20242] -op1=Stock-up -op2=Take-crackers -op3=Take-tofu -op4=Take-worms -ambient=45 -model=model_20694 -name=Defender item machine - -// 20243 -[loc_20243] -op1=Stock-up -op2=Take-vial -op3=Take-tofu -op4=Take-worms -op5=Take-meat -ambient=45 -model=model_20695 -name=Healer item machine - -// 20244 -[loc_20244] -active=no -sharelight=yes -blockwalk=no -hillskew=yes -msi=msi_22 -model=model_20635,4 - -// 20245 -[loc_20245] -active=no -hillskew=yes -model=model_20634,0 - -// 20246 -[loc_20246] -active=no -width=3 -length=3 -anim=seq_5422 -blockwalk=no -shadow=no -model=model_20727 - -// 20247 -[loc_20247] -length=2 -anim=seq_5423 -forceapproach=north -op1=Call -bgsound=synth_3124,10 -model=model_20661 -name=Horn of glory - -// 20248 -[loc_20248] -length=2 -anim=seq_5423 -forceapproach=north -op1=Call -bgsound=synth_3124,10 -blockrange=no -model=model_20661 -name=Horn of glory - -// 20249 -[loc_20249] -active=yes -length=2 -multivar=varplayerbit_3270 -multiloc=0,loc_20247 -multiloc=1,loc_20248 - -// 20250 -[loc_20250] -hillskew=yes -op1=Get-spikes -model=model_20632 -name=Petrified mushroom - -// 20251 -[loc_20251] -hillskew=yes -model=model_20633 -name=Petrified mushroom - -// 20252 -[loc_20252] -hillskew=yes -model=model_20621,0 - -// 20253 -[loc_20253] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=13634 -recol2s=6305 -recol2d=14691 -recol3s=7362 -recol3d=15748 -recol4s=8419 -recol4d=17828 -recol5s=9476 -recol5d=17862 -recol6s=10533 -recol6d=18919 -model=model_12040 - -// 20254 -[loc_20254] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=13634 -recol2s=6305 -recol2d=14691 -recol3s=7362 -recol3d=15748 -recol4s=8419 -recol4d=17828 -recol5s=9476 -recol5d=17862 -recol6s=10533 -recol6d=18919 -model=model_12041 - -// 20255 -[loc_20255] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -blockrange=no -recol1s=5248 -recol1d=13634 -recol2s=6305 -recol2d=14691 -recol3s=7362 -recol3d=15748 -recol4s=8419 -recol4d=17828 -recol5s=9476 -recol5d=17862 -recol6s=10533 -recol6d=18919 -model=model_12040 - -// 20256 -[loc_20256] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -blockrange=no -recol1s=5248 -recol1d=13634 -recol2s=6305 -recol2d=14691 -recol3s=7362 -recol3d=15748 -recol4s=8419 -recol4d=17828 -recol5s=9476 -recol5d=17862 -recol6s=10533 -recol6d=18919 -model=model_12041 - -// 20257 -[loc_20257] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11624 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10567 -recol4s=9480 -recol4d=9511 -model=model_12131,0 - -// 20258 -[loc_20258] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=12580 -recol1d=4128 -model=model_834 - -// 20259 -[loc_20259] -active=yes -anim=seq_5429 -blockwalk=yes -model=model_20656,0 -name=Egg launcher - -// 20260 -[loc_20260] -anim=seq_5431 -model=model_20657 -name=Hopper - -// 20261 -[loc_20261] -anim=seq_5431 -model=model_20659 -name=Hopper - -// 20262 -[loc_20262] -anim=seq_5431 -model=model_20658 -name=Hopper - -// 20263 -[loc_20263] -active=yes -anim=seq_5430 -blockwalk=yes -mirror=yes -model=model_20656,0 -name=Egg launcher - -// 20264 -[loc_20264] -anim=seq_5432 -active=yes -op1=Load -op2=Look-in -model=model_20657 -name=Egg hopper - -// 20265 -[loc_20265] -anim=seq_5432 -active=yes -op1=Load -op2=Look-in -model=model_20659 -name=Egg hopper - -// 20266 -[loc_20266] -anim=seq_5432 -active=yes -op1=Load -op2=Look-in -model=model_20658 -name=Egg hopper - -// 20267 -[loc_20267] -active=yes -op1=Load -op2=Look-in -anim=seq_5431 -multivar=varplayerbit_3268 -multiloc=0,loc_20264 -multiloc=1,loc_20265 -multiloc=2,loc_20266 - -// 20268 -[loc_20268] -bgsound=synth_3300,10 -active=no -model=model_1105,0 - -// 20269 -[loc_20269] -shadow=no -msi=msi_22 -blockwalk=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 20270 -[loc_20270] -active=no -hillskew=yes -blockwalk=yes -width=2 -length=2 -recol1s=11594 -recol1d=18919 -recol2s=8423 -recol2d=17862 -recol3s=10537 -recol3d=17828 -recol4s=9480 -recol4d=15748 -model=model_11795 - -// 20271 -[loc_20271] -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -op1=Search -forceapproach=north -model=model_7603 -name=Floor - -// 20272 -[loc_20272] -width=2 -hillskew=yes -blockwalk=no -op1=Search -model=model_16424 -name=Odd markings - -// 20273 -[loc_20273] -width=2 -anim=seq_459 -blockwalk=no -hillskew=yes -active=yes -model=model_16424 -name=Speartrap - -// 20274 -[loc_20274] -sharelight=yes -forceapproach=south -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_20791 -name=Trapdoor - -// 20275 -[loc_20275] -sharelight=yes -op1=Climb-down -forceapproach=south -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_20792 -name=Ladder - -// 20276 -[loc_20276] -active=yes -multivar=varplayerbit_3275 -multiloc=0,loc_20274 -multiloc=1,loc_20275 - -// 20277 -[loc_20277] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_20793 -name=Ladder - -// 20278 -[loc_20278] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_20792 -name=Ladder - -// 20279 -[loc_20279] -sharelight=yes -forceapproach=south -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_20791 -name=Trapdoor - -// 20280 -[loc_20280] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_20793 -name=Ladder - -// 20281 -[loc_20281] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_20793 -name=Ladder - -// 20282 -[loc_20282] -sharelight=yes -op1=Climb-up -forceapproach=south -active=no -recol1s=8353 -recol1d=10465 -recol2s=9409 -recol2d=10465 -recol3s=11522 -recol3d=9409 -recol4s=12578 -recol4d=10465 -model=model_11538 - -// 20283 -[loc_20283] -sharelight=yes -op1=Climb-up -forceapproach=south -active=no -recol1s=8353 -recol1d=10465 -recol2s=9409 -recol2d=10465 -recol3s=11522 -recol3d=9409 -recol4s=12578 -recol4d=10465 -model=model_20767 - -// 20284 -[loc_20284] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_20793 -name=Ladder - -// 20285 -[loc_20285] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_11539 -name=Ladder - -// 20286 -[loc_20286] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_20793 -name=Ladder - -// 20287 -[loc_20287] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_11539 -name=Ladder - -// 20288 -[loc_20288] -length=2 -ambient=10 -op1=Search -blockwalk=no -model=model_20788 -name=Kaleef's body - -// 20289 -[loc_20289] -width=3 -length=2 -active=no -sharelight=yes -recol1s=11592 -recol1d=4161 -recol2s=10535 -recol2d=5218 -recol3s=9478 -recol3d=6275 -recol4s=8421 -recol4d=5218 -recol5s=7364 -recol5d=4161 -recol6s=6307 -recol6d=3104 -retex1s=material_72 -retex1d=material_560 -model=model_4459 - -// 20290 -[loc_20290] -sharelight=yes -hillskew=yes -recol1s=11592 -recol1d=4161 -recol2s=10535 -recol2d=5218 -recol3s=9478 -recol3d=6275 -recol4s=8421 -recol4d=5218 -recol5s=7364 -recol5d=4161 -recol6s=6307 -recol6d=3104 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 20291 -[loc_20291] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=4161 -retex1s=material_70 -retex1d=material_560 -model=model_834 - -// 20292 -[loc_20292] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=16676 -model=model_823 - -// 20293 -[loc_20293] -hillskew=yes -active=no -forcedecor=yes -unknown90=yes -recol1s=8453 -recol1d=7332 -recol2s=7396 -recol2d=3104 -recol3s=6339 -recol3d=8389 -recol4s=5282 -recol4d=5218 -recol5s=4225 -recol5d=7332 -model=model_6610,0 - -// 20294 -[loc_20294] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=5218 -recol2s=15618 -recol2d=4161 -recol3s=14594 -recol3d=6275 -model=model_1124,0 - -// 20295 -[loc_20295] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=5218 -recol2s=15618 -recol2d=4161 -recol3s=14594 -recol3d=6275 -model=model_1139,0 - -// 20296 -[loc_20296] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=5218 -recol2s=15618 -recol2d=4161 -recol3s=14594 -recol3d=6275 -model=model_1032,0 - -// 20297 -[loc_20297] -blockwalk=no -recol1s=28436 -recol1d=6275 -model=model_1078 -name=Corpse - -// 20298 -[loc_20298] -blockwalk=no -recol1s=28436 -recol1d=6275 -model=model_1079 -name=Corpse - -// 20299 -[loc_20299] -width=2 -blockwalk=no -recol1s=28436 -recol1d=6275 -recol2s=16846 -recol2d=5218 -model=model_1080 -name=Corpse - -// 20300 -[loc_20300] -width=2 -blockwalk=no -recol1s=28436 -recol1d=6275 -model=model_1081 -name=Corpse - -// 20301 -[loc_20301] -active=no -hillskew=yes -model=model_20801 - -// 20302 -[loc_20302] -active=no -hillskew=yes -model=model_20803 - -// 20303 -[loc_20303] -active=no -hillskew=yes -model=model_20804 - -// 20304 -[loc_20304] -active=no -hillskew=yes -blockwalk=no -model=model_20802 - -// 20305 -[loc_20305] -active=no -hillskew=yes -model=model_35594 - -// 20306 -[loc_20306] -active=no -hillskew=yes -model=model_35593 - -// 20307 -[loc_20307] -active=no -hillskew=yes -model=model_35596 - -// 20308 -[loc_20308] -active=no -hillskew=yes -blockwalk=no -resizex=128 -resizey=256 -resizez=128 -model=model_20802 - -// 20309 -[loc_20309] -active=no -hillskew=yes -width=2 -length=2 -model=model_35592 - -// 20310 -[loc_20310] -active=no -width=2 -length=2 -model=model_35595 - -// 20311 -[loc_20311] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_20777 - -// 20312 -[loc_20312] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_20778 - -// 20313 -[loc_20313] -active=no -hillskew=yes -sharelight=yes -mirror=yes -blockwalk=no -model=model_20778 - -// 20314 -[loc_20314] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_20779 - -// 20315 -[loc_20315] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_20780 - -// 20316 -[loc_20316] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_20781 - -// 20317 -[loc_20317] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -model=model_20781 - -// 20318 -[loc_20318] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_20782 - -// 20319 -[loc_20319] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_20783 - -// 20320 -[loc_20320] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_20784 - -// 20321 -[loc_20321] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_20785 - -// 20322 -[loc_20322] -op5=Remove -recol1s=16846 -recol1d=20512 -model=model_12383 -name=Red Castlewars armour - -// 20323 -[loc_20323] -ambient=15 -model=model_20798 -name=Private bank booth - -// 20324 -[loc_20324] -ambient=15 -model=model_20799 -name=Private bank booth - -// 20325 -[loc_20325] -op1=Use -op2=Use-quickly -op3=Collect -ambient=15 -blockrange=no -recol1s=16742 -recol1d=23080 -recol2s=15718 -recol2d=24137 -recol3s=14662 -recol3d=24137 -recol4s=12548 -recol4d=19909 -recol5s=11523 -recol5d=23080 -model=model_11208 -name=Bank booth - -// 20326 -[loc_20326] -ambient=15 -blockrange=no -recol1s=16742 -recol1d=23080 -recol2s=15718 -recol2d=24137 -recol3s=14662 -recol3d=24137 -recol4s=12548 -recol4d=19909 -recol5s=11523 -recol5d=23080 -model=model_20769 -name=Bank booth - -// 20327 -[loc_20327] -ambient=15 -blockrange=no -recol1s=16742 -recol1d=23080 -recol2s=15718 -recol2d=24137 -recol3s=14662 -recol3d=24137 -recol4s=12548 -recol4d=19909 -recol5s=11523 -recol5d=23080 -model=model_20773 -name=Bank booth - -// 20328 -[loc_20328] -ambient=15 -blockrange=no -recol1s=16742 -recol1d=23080 -recol2s=15718 -recol2d=24137 -recol3s=14662 -recol3d=24137 -recol4s=12548 -recol4d=19909 -recol5s=11523 -recol5d=23080 -model=model_20774 -name=Bank booth - -// 20329 -[loc_20329] -width=2 -ambient=10 -blockrange=no -recol1s=16809 -recol1d=23080 -recol2s=14695 -recol2d=24137 -recol3s=13638 -recol3d=19909 -recol4s=12581 -recol4d=17797 -model=model_14827 -model2=model_20775 -name=Bank table - -// 20330 -[loc_20330] -width=2 -ambient=10 -blockrange=no -recol1s=16809 -recol1d=23080 -recol2s=14695 -recol2d=24137 -recol3s=13638 -recol3d=19909 -recol4s=12581 -recol4d=17797 -model=model_14827 -model2=model_20776 -name=Bank table - -// 20331 -[loc_20331] -width=2 -length=2 -ambient=15 -recol1s=32593 -recol1d=22123 -recol2s=11523 -recol2d=23080 -recol3s=9409 -recol3d=19909 -model=model_1421 -model2=model_20787 -name=Dagger stall - -// 20332 -[loc_20332] -width=2 -length=2 -ambient=15 -recol1s=32593 -recol1d=22123 -recol2s=11523 -recol2d=23080 -recol3s=9409 -recol3d=19909 -model=model_1421 -model2=model_20786 -name=Craft stall - -// 20333 -[loc_20333] -active=yes -length=2 -width=2 -multivar=varplayerbit_3275 -multiloc=0,loc_20349 -multiloc=1,loc_20331 - -// 20334 -[loc_20334] -active=yes -length=2 -width=2 -multivar=varplayerbit_3275 -multiloc=0,loc_20349 -multiloc=1,loc_20332 - -// 20335 -[loc_20335] -blockwalk=no -forcedecor=yes -active=yes -hillskew=yes -shadow=no -model=model_20810 -name=Floor - -// 20336 -[loc_20336] -active=no -hillskew=yes -shadow=no -ambient=40 -contrast=10 -model=model_20800,Q - -// 20337 -[loc_20337] -sharelight=yes -hillskew=yes -active=no -model=model_20771 - -// 20338 -[loc_20338] -hillskew=yes -model=model_4474,1 - -// 20339 -[loc_20339] -hillskew=yes -mirror=yes -model=model_4474,1 - -// 20340 -[loc_20340] -hillskew=yes -op1=Climb-down -model=model_20770 -name=Trapdoor - -// 20341 -[loc_20341] -width=2 -op1=Open -model=model_20768 -name=Gate - -// 20342 -[loc_20342] -width=2 -length=3 -recol1s=9442 -recol1d=23080 -recol2s=11556 -recol2d=19909 -model=model_1480 -name=Cart - -// 20343 -[loc_20343] -width=2 -length=3 -recol1s=23186 -recol1d=22123 -recol2s=9442 -recol2d=23080 -recol3s=11556 -recol3d=19909 -model=model_1480 -model2=model_5493 -name=Cart - -// 20344 -[loc_20344] -width=2 -length=2 -ambient=15 -recol1s=32593 -recol1d=22123 -recol2s=11523 -recol2d=23080 -recol3s=9409 -recol3d=19909 -model=model_1421 -model2=model_1485 -name=Silk stall - -// 20345 -[loc_20345] -width=2 -length=2 -ambient=15 -recol1s=32593 -recol1d=22123 -recol2s=11523 -recol2d=23080 -recol3s=9409 -recol3d=19909 -model=model_1421 -model2=model_1445 -name=Bakery stall - -// 20346 -[loc_20346] -width=2 -length=2 -ambient=15 -recol1s=32593 -recol1d=22123 -recol2s=11523 -recol2d=23080 -recol3s=9409 -recol3d=19909 -model=model_1421 -model2=model_1524 -name=Gem stall - -// 20347 -[loc_20347] -width=2 -length=2 -ambient=15 -recol1s=32593 -recol1d=22123 -recol2s=11523 -recol2d=23080 -recol3s=9409 -recol3d=19909 -model=model_1421 -model2=model_1456 -name=Fur stall - -// 20348 -[loc_20348] -width=2 -length=2 -op1=Search -ambient=15 -recol1s=32593 -recol1d=22123 -recol2s=11523 -recol2d=23080 -recol3s=9409 -recol3d=19909 -model=model_1421 -model2=model_1484 -name=Spice stall - -// 20349 -[loc_20349] -width=2 -length=2 -ambient=15 -recol1s=32593 -recol1d=22123 -recol2s=11523 -recol2d=23080 -recol3s=9409 -recol3d=19909 -model=model_1421 -name=Market stall - -// 20350 -[loc_20350] -width=2 -length=2 -op2=Steal-from -ambient=15 -recol1s=32593 -recol1d=22123 -recol2s=11523 -recol2d=23080 -recol3s=9409 -recol3d=19909 -model=model_1421 -model2=model_1417 -name=Tea stall - -// 20351 -[loc_20351] -recol1s=20935 -recol1d=23080 -recol2s=16707 -recol2d=19909 -model=model_4326 -name=Table - -// 20352 -[loc_20352] -blockrange=no -recol1s=18787 -recol1d=23080 -model=model_1163 -name=Chair - -// 20353 -[loc_20353] -sharelight=yes -op1=Climb-up -forceapproach=north -recol1s=12578 -recol1d=23080 -recol2s=11522 -recol2d=22023 -recol3s=10465 -recol3d=19911 -recol4s=9409 -recol4d=17831 -recol5s=8353 -recol5d=16774 -model=model_11538 -name=Ladder - -// 20354 -[loc_20354] -sharelight=yes -op1=Climb-down -forceapproach=south -recol1s=12578 -recol1d=23080 -recol2s=11522 -recol2d=22023 -recol3s=10465 -recol3d=19911 -recol4s=9409 -recol4d=17831 -recol5s=8353 -recol5d=16774 -model=model_11539 -name=Ladder - -// 20355 -[loc_20355] -sharelight=yes -active=no -recol1s=12578 -recol1d=23080 -recol2s=11522 -recol2d=22023 -recol3s=10465 -recol3d=19911 -recol4s=9409 -recol4d=17831 -recol5s=8353 -recol5d=16774 -model=model_11538 - -// 20356 -[loc_20356] -sharelight=yes -op1=Climb-up -forceapproach=north -recol1s=12578 -recol1d=23080 -recol2s=11522 -recol2d=22023 -recol3s=10465 -recol3d=19911 -recol4s=9409 -recol4d=17831 -recol5s=8353 -recol5d=16774 -model=model_20793 -name=Ladder - -// 20357 -[loc_20357] -sharelight=yes -op1=Climb-down -forceapproach=south -recol1s=12578 -recol1d=23080 -recol2s=11522 -recol2d=22023 -recol3s=10465 -recol3d=19911 -recol4s=9409 -recol4d=17831 -recol5s=8353 -recol5d=16774 -model=model_11539 -name=Ladder - -// 20358 -[loc_20358] -length=2 -blockrange=no -recol1s=14695 -recol1d=23080 -recol2s=12581 -recol2d=19909 -recol3s=7297 -recol3d=19909 -model=model_8245 -name=Sink - -// 20359 -[loc_20359] -length=2 -width=2 -recol1s=9442 -recol1d=23080 -recol2s=8385 -recol2d=19909 -model=model_5402 -name=Wheelbarrow - -// 20360 -[loc_20360] -width=2 -recol1s=14662 -recol1d=23080 -recol2s=22059 -recol2d=19945 -recol3s=14662 -recol3d=19909 -model=model_11564 -name=Work bench - -// 20361 -[loc_20361] -ambient=50 -recol1s=6240 -recol1d=23080 -recol2s=5184 -recol2d=22023 -model=model_2058,Q - -// 20362 -[loc_20362] -active=yes -ambient=50 -recol1s=24137 -recol1d=23080 -recol2s=17764 -recol2d=19909 -recol3s=8387 -recol3d=19909 -model=model_4316,Q -name=Shelf - -// 20363 -[loc_20363] -ambient=50 -recol1s=6240 -recol1d=19909 -model=model_2122,Q - -// 20364 -[loc_20364] -blockwalk=no -ambient=50 -recol1s=11491 -recol1d=19909 -model=model_2100,8 -model=model_7745,Q -name=Clothing shelves - -// 20365 -[loc_20365] -forceapproach=south -op2=Spin -recol1s=17696 -recol1d=23080 -recol2s=16640 -recol2d=19909 -model=model_2248 -name=Spinning wheel - -// 20366 -[loc_20366] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=19911 -recol2s=11523 -recol2d=23080 -recol3s=8353 -recol3d=19909 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 20367 -[loc_20367] -ambient=35 -blockrange=no -recol1s=13639 -recol1d=23080 -recol2s=12582 -recol2d=22023 -recol3s=11525 -recol3d=19911 -recol4s=10468 -recol4d=19909 -recol5s=9411 -recol5d=17797 -recol6s=8354 -recol6d=16740 -model=model_5256 -name=Crate - -// 20368 -[loc_20368] -ambient=35 -blockrange=no -recol1s=13639 -recol1d=23080 -recol2s=12582 -recol2d=22023 -recol3s=11525 -recol3d=19911 -recol4s=10468 -recol4d=19909 -recol5s=9411 -recol5d=17797 -recol6s=8354 -recol6d=16740 -model=model_5257 -name=Crate - -// 20369 -[loc_20369] -ambient=35 -op1=Search -recol1s=13639 -recol1d=23080 -recol2s=12582 -recol2d=22023 -recol3s=11525 -recol3d=19911 -recol4s=10468 -recol4d=19909 -recol5s=9411 -recol5d=17797 -recol6s=8354 -recol6d=16740 -model=model_5283 -name=Boxes - -// 20370 -[loc_20370] -ambient=30 -blockrange=no -recol1s=13538 -recol1d=19909 -recol2s=23010 -recol2d=23080 -model=model_1468 -name=Log pile - -// 20371 -[loc_20371] -width=2 -length=2 -ambient=20 -blockrange=no -recol1s=5216 -recol1d=19909 -model=model_1554 -name=Broken logs - -// 20372 -[loc_20372] -width=2 -ambient=15 -msi=msi_6 -blockrange=no -recol1s=21927 -recol1d=23080 -recol2s=18823 -recol2d=19909 -model=model_1594 -name=Hollow log - -// 20373 -[loc_20373] -ambient=20 -recol1s=13538 -recol1d=19909 -recol2s=23010 -recol2d=23080 -model=model_5495 -name=Logs - -// 20374 -[loc_20374] -ambient=20 -recol1s=13538 -recol1d=19909 -recol2s=23010 -recol2d=23080 -model=model_5496 -name=Logs - -// 20375 -[loc_20375] -forceapproach=east -ambient=20 -recol1s=10434 -recol1d=17797 -recol2s=11491 -recol2d=23080 -recol3s=13605 -recol3d=25194 -model=model_1179 -name=Potter's wheel - -// 20376 -[loc_20376] -ambient=30 -recol1s=11457 -recol1d=23080 -model=model_1141 -name=Clothes - -// 20377 -[loc_20377] -width=3 -ambient=15 -op1=Pray-at -model=model_20772 -name=Altar - -// 20378 -[loc_20378] -width=2 -ambient=15 -op1=Pray-at -model=model_20794 -name=Altar - -// 20379 -[loc_20379] -width=2 -ambient=15 -model=model_20789 -name=Altar - -// 20380 -[loc_20380] -ambient=18 -model=model_20790,Q - -// 20381 -[loc_20381] -ambient=18 -model=model_20808,Q - -// 20382 -[loc_20382] -ambient=18 -model=model_20806,Q - -// 20383 -[loc_20383] -ambient=18 -model=model_20807,Q - -// 20384 -[loc_20384] -ambient=18 -model=model_20809,Q - -// 20385 -[loc_20385] -ambient=18 -model=model_20805,Q - -// 20386 -[loc_20386] -length=2 -recol1s=32765 -recol1d=25364 -recol2s=32569 -recol2d=22193 -recol3s=8456 -recol3d=9313 -recol4s=26311 -recol4d=15808 -model=model_1256 -name=Bed - -// 20387 -[loc_20387] -length=2 -recol1s=32765 -recol1d=25364 -recol2s=32569 -recol2d=22193 -recol3s=8456 -recol3d=9313 -recol4s=26311 -recol4d=15808 -model=model_1256 -name=Bed - -// 20388 -[loc_20388] -width=2 -ambient=10 -blockrange=no -recol1s=16809 -recol1d=23080 -recol2s=14695 -recol2d=24137 -recol3s=13638 -recol3d=19909 -recol4s=12581 -recol4d=17797 -model=model_14827 -model2=model_20831 -name=Table - -// 20389 -[loc_20389] -hillskew=yes -ambient=10 -model=model_20796,1 - -// 20390 -[loc_20390] -hillskew=yes -ambient=10 -model=model_20795,1 - -// 20391 -[loc_20391] -hillskew=yes -ambient=10 -active=yes -op1=Open -op2=Use-quickly -model=model_20797,1 -name=Gate - -// 20392 -[loc_20392] -hillskew=yes -ambient=10 -model=model_20797,1 - -// 20393 -[loc_20393] -sharelight=yes -hillskew=yes -active=no -model=model_20833,1 - -// 20394 -[loc_20394] -mirror=yes -sharelight=yes -hillskew=yes -active=no -model=model_20833,1 - -// 20395 -[loc_20395] -sharelight=yes -hillskew=yes -active=no -model=model_20834 - -// 20396 -[loc_20396] -hillskew=yes -sharelight=yes -msi=msi_22 -recol1s=12580 -recol1d=4228 -model=model_4880,1 - -// 20397 -[loc_20397] -hillskew=yes -sharelight=yes -mirror=yes -msi=msi_22 -recol1s=12580 -recol1d=4228 -model=model_4880,1 - -// 20398 -[loc_20398] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_19314,0 - -// 20399 -[loc_20399] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_19317,0 - -// 20400 -[loc_20400] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_19318,0 - -// 20401 -[loc_20401] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_19319,0 - -// 20402 -[loc_20402] -mirror=yes -model=model_19315 -name=Buffers - -// 20403 -[loc_20403] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_21253,0 - -// 20404 -[loc_20404] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_21254,0 - -// 20405 -[loc_20405] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_21255,0 - -// 20406 -[loc_20406] -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_21256,0 - -// 20407 -[loc_20407] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -model=model_21258,1 -name=Ore vein - -// 20408 -[loc_20408] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=14596 -recol2s=10504 -recol2d=12482 -model=model_21258,1 -name=Ore vein - -// 20409 -[loc_20409] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=23080 -recol2s=10504 -recol2d=25194 -model=model_21258,1 -name=Ore vein - -// 20410 -[loc_20410] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=2114 -recol2s=10504 -recol2d=0 -model=model_21257,1 -name=Ore vein - -// 20411 -[loc_20411] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=2114 -recol2s=10504 -recol2d=0 -model=model_21259,1 -name=Ore vein - -// 20412 -[loc_20412] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=2114 -recol2s=10504 -recol2d=0 -recol3s=13675 -recol3d=3171 -recol4s=12618 -recol4d=4228 -model=model_21249,1 -name=Ore vein - -// 20413 -[loc_20413] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=2114 -recol2s=10504 -recol2d=0 -model=model_21258,1 -name=Ore vein - -// 20414 -[loc_20414] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6438 -recol2s=10504 -recol2d=4324 -model=model_21257,1 -name=Ore vein - -// 20415 -[loc_20415] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6438 -recol2s=10504 -recol2d=4324 -model=model_21259,1 -name=Ore vein - -// 20416 -[loc_20416] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6438 -recol2s=10504 -recol2d=4324 -recol3s=13675 -recol3d=5381 -recol4s=12618 -recol4d=6438 -model=model_21249,1 -name=Ore vein - -// 20417 -[loc_20417] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6438 -recol2s=10504 -recol2d=4324 -model=model_21258,1 -name=Ore vein - -// 20418 -[loc_20418] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6346 -recol2s=10504 -recol2d=4232 -model=model_21257,1 -name=Ore vein - -// 20419 -[loc_20419] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6346 -recol2s=10504 -recol2d=4232 -model=model_21259,1 -name=Ore vein - -// 20420 -[loc_20420] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6346 -recol2s=10504 -recol2d=4232 -recol3s=13675 -recol3d=7403 -recol4s=12618 -recol4d=8460 -model=model_21249,1 -name=Ore vein - -// 20421 -[loc_20421] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6346 -recol2s=10504 -recol2d=4232 -model=model_21258,1 -name=Ore vein - -// 20422 -[loc_20422] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6242 -recol2s=10504 -recol2d=4128 -model=model_21257,1 -name=Ore vein - -// 20423 -[loc_20423] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6242 -recol2s=10504 -recol2d=4128 -model=model_21259,1 -name=Ore vein - -// 20424 -[loc_20424] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6242 -recol2s=10504 -recol2d=4128 -recol3s=13675 -recol3d=7299 -recol4s=12618 -recol4d=8356 -model=model_21249,1 -name=Ore vein - -// 20425 -[loc_20425] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=6242 -recol2s=10504 -recol2d=4128 -model=model_21258,1 -name=Ore vein - -// 20426 -[loc_20426] -sharelight=yes -width=4 -length=3 -op1=Walk-up -resizey=153 -model=model_21230 -name=Stairs - -// 20427 -[loc_20427] -hillskew=yes -sharelight=yes -active=no -ambient=20 -contrast=20 -mirror=yes -resizey=153 -model=model_19280,1 - -// 20428 -[loc_20428] -hillskew=yes -sharelight=yes -active=no -ambient=20 -contrast=20 -resizey=153 -model=model_19280,1 - -// 20429 -[loc_20429] -ambient=20 -blockrange=no -recol1s=14695 -recol1d=8421 -recol2s=13638 -recol2d=6307 -recol3s=12581 -recol3d=4193 -recol4s=11524 -recol4d=3136 -recol5s=10467 -recol5d=2080 -recol6s=9410 -recol6d=1024 -model=model_7685 -name=Crate - -// 20430 -[loc_20430] -ambient=20 -recol1s=14695 -recol1d=8421 -recol2s=13638 -recol2d=6307 -recol3s=12581 -recol3d=4193 -recol4s=11524 -recol4d=3136 -recol5s=10467 -recol5d=2080 -recol6s=9410 -recol6d=1024 -model=model_7700 -name=Crate - -// 20431 -[loc_20431] -contrast=20 -ambient=20 -blockrange=no -recol1s=12548 -recol1d=8421 -recol2s=13605 -recol2d=10535 -recol3s=11491 -recol3d=6307 -recol4s=10434 -recol4d=4193 -recol5s=7297 -recol5d=2080 -model=model_8232 -name=Barrel - -// 20432 -[loc_20432] -hillskew=yes -sharelight=yes -active=no -ambient=20 -contrast=20 -resizey=153 -model=model_21228 - -// 20433 -[loc_20433] -sharelight=yes -resizey=153 -ambient=20 -contrast=20 -recol1s=12580 -recol1d=18883 -model=model_21248 -name=Cart tunnel - -// 20434 -[loc_20434] -active=no -sharelight=yes -width=4 -resizey=153 -ambient=20 -contrast=20 -model=model_21251 - -// 20435 -[loc_20435] -sharelight=yes -width=3 -length=4 -op1=Walk-down -forceapproach=north -recol1s=10467 -recol1d=5285 -recol2s=12580 -recol2d=6342 -recol3s=9409 -recol3d=4228 -recol4s=8353 -recol4d=3171 -recol5s=6240 -recol5d=2114 -recol6s=4128 -recol6d=1057 -model=model_4879 -name=Stairs - -// 20436 -[loc_20436] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=16846 -recol1d=6342 -model=model_1181,0 - -// 20437 -[loc_20437] -forcedecor=yes -hillskew=yes -resizey=153 -model=model_21250,0 - -// 20438 -[loc_20438] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_21252,0 - -// 20439 -[loc_20439] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=10602 -recol2s=10504 -recol2d=9545 -model=model_21259,1 -name=Depleted vein - -// 20440 -[loc_20440] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=10602 -recol2s=10504 -recol2d=9545 -model=model_21258,1 -name=Depleted vein - -// 20441 -[loc_20441] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=10602 -recol2s=10504 -recol2d=9545 -model=model_21257,1 -name=Depleted vein - -// 20442 -[loc_20442] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=10602 -recol2s=10504 -recol2d=9545 -recol3s=13675 -recol3d=10602 -recol4s=12618 -recol4d=9545 -model=model_21249,1 -name=Depleted vein - -// 20443 -[loc_20443] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -model=model_21257,1 -name=Ore vein - -// 20444 -[loc_20444] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -model=model_21259,1 -name=Ore vein - -// 20445 -[loc_20445] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -model=model_21249,1 -name=Ore vein - -// 20446 -[loc_20446] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=14596 -recol2s=10504 -recol2d=12482 -model=model_21257,1 -name=Ore vein - -// 20447 -[loc_20447] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=14596 -recol2s=10504 -recol2d=12482 -model=model_21259,1 -name=Ore vein - -// 20448 -[loc_20448] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=14596 -recol2s=10504 -recol2d=12482 -recol3s=13675 -recol3d=13539 -recol4s=12618 -recol4d=12482 -model=model_21249,1 -name=Ore vein - -// 20449 -[loc_20449] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=23080 -recol2s=10504 -recol2d=25194 -model=model_21257,1 -name=Ore vein - -// 20450 -[loc_20450] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=23080 -recol2s=10504 -recol2d=25194 -model=model_21259,1 -name=Ore vein - -// 20451 -[loc_20451] -hillskew=yes -active=yes -ambient=20 -contrast=20 -resizey=153 -op1=Mine -op2=Prospect -op3=Hidden -recol1s=14732 -recol1d=14596 -recol2s=10504 -recol2d=12482 -recol3s=13675 -recol3d=13539 -recol4s=12618 -recol4d=12482 -model=model_21249,1 -name=Ore vein - -// 20452 -[loc_20452] -active=yes -shadow=no -blockwalk=no -model=model_21261 -name=Armour - -// 20453 -[loc_20453] -active=yes -shadow=no -blockwalk=no -anim=seq_5603 -model=model_21262 -name=Armour - -// 20454 -[loc_20454] -active=yes -shadow=no -blockwalk=no -model=model_21266 -name=Skeleton - -// 20455 -[loc_20455] -active=yes -shadow=no -blockwalk=no -anim=seq_5603 -model=model_21265 -name=Skeleton - -// 20456 -[loc_20456] -active=yes -shadow=no -blockwalk=no -model=model_21268 -name=Skeleton - -// 20457 -[loc_20457] -active=yes -shadow=no -blockwalk=no -anim=seq_5603 -model=model_21267 -name=Skeleton - -// 20458 -[loc_20458] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=20933 -recol1d=13638 -recol2s=7329 -recol2d=10501 -model=model_11129 -name=Locker - -// 20459 -[loc_20459] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=20933 -recol1d=9444 -recol2s=7329 -recol2d=11558 -model=model_10089 -name=Stool - -// 20460 -[loc_20460] -ambient=15 -contrast=15 -raiseobject=yes -blockrange=no -recol1s=16809 -recol1d=11558 -recol2s=14695 -recol2d=10501 -recol3s=13638 -recol3d=9444 -recol4s=12581 -recol4d=8387 -model=model_9590 -name=Small table - -// 20461 -[loc_20461] -blockwalk=yes -ambient=15 -contrast=15 -recol1s=7329 -recol1d=9444 -recol2s=20933 -recol2d=11558 -model=model_12415 -name=Bookcase - -// 20462 -[loc_20462] -blockwalk=yes -ambient=15 -contrast=15 -length=2 -blockrange=no -recol1s=22059 -recol1d=11558 -recol2s=14662 -recol2d=9444 -recol3s=15392 -recol3d=14762 -model=model_12397 -name=Bed - -// 20463 -[loc_20463] -op1=Search -recol1s=14695 -recol1d=12616 -recol2s=13638 -recol2d=11558 -recol3s=12581 -recol3d=10501 -recol4s=11524 -recol4d=9444 -recol5s=10467 -recol5d=8387 -recol6s=9410 -recol6d=7330 -model=model_7685 -name=Crate - -// 20464 -[loc_20464] -op1=Search -recol1s=14695 -recol1d=12616 -recol2s=13638 -recol2d=11558 -recol3s=12581 -recol3d=10501 -recol4s=11524 -recol4d=9444 -recol5s=10467 -recol5d=8387 -recol6s=9410 -recol6d=7330 -model=model_7700 -name=Crate - -// 20465 -[loc_20465] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20466 -[loc_20466] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20467 -[loc_20467] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21365 -name=Passageway - -// 20468 -[loc_20468] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -anim=seq_5599 -model=model_21365 -name=Passageway - -// 20469 -[loc_20469] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -anim=seq_5601 -model=model_21365 -name=Passageway - -// 20470 -[loc_20470] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21237 - -// 20471 -[loc_20471] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21238 - -// 20472 -[loc_20472] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21239 - -// 20473 -[loc_20473] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21240 - -// 20474 -[loc_20474] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21241 - -// 20475 -[loc_20475] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21242 - -// 20476 -[loc_20476] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21243 - -// 20477 -[loc_20477] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21244 - -// 20478 -[loc_20478] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21245 - -// 20479 -[loc_20479] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21212,1 -model=model_21213,2 -model=model_21214,5 - -// 20480 -[loc_20480] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21215,1 -model=model_21216,5 - -// 20481 -[loc_20481] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21217,1 - -// 20482 -[loc_20482] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21218,1 - -// 20483 -[loc_20483] -hillskew=yes -sharelight=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21219,1 - -// 20484 -[loc_20484] -hillskew=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 20485 -[loc_20485] -hillskew=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 20486 -[loc_20486] -hillskew=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_21260,1 - -// 20487 -[loc_20487] -hillskew=yes -active=no -resizey=153 -ambient=20 -contrast=20 -model=model_15948,1 -model=model_15949,5 - -// 20488 -[loc_20488] -hillskew=yes -active=no -ambient=20 -contrast=20 -resizey=153 -model=model_15952,1 -model=model_15953,5 - -// 20489 -[loc_20489] -hillskew=yes -active=no -ambient=20 -contrast=20 -resizey=153 -model=model_15950,1 -model=model_15951,2 - -// 20490 -[loc_20490] -hillskew=yes -active=no -ambient=20 -contrast=20 -resizey=153 -model=model_15961,1 - -// 20491 -[loc_20491] -hillskew=yes -active=no -ambient=20 -contrast=20 -resizey=153 -model=model_17582,1 - -// 20492 -[loc_20492] -active=no -hillskew=yes -ambient=20 -contrast=20 -blockwalk=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12125,0 - -// 20493 -[loc_20493] -active=no -hillskew=yes -ambient=20 -contrast=20 -blockwalk=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12126,0 - -// 20494 -[loc_20494] -active=no -hillskew=yes -ambient=20 -contrast=20 -blockwalk=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12127,0 - -// 20495 -[loc_20495] -active=no -hillskew=yes -ambient=20 -contrast=20 -blockwalk=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12128,0 - -// 20496 -[loc_20496] -active=no -hillskew=yes -ambient=20 -contrast=20 -blockwalk=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12129,0 - -// 20497 -[loc_20497] -active=no -hillskew=yes -ambient=20 -contrast=20 -blockwalk=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12130,0 - -// 20498 -[loc_20498] -active=no -hillskew=yes -ambient=20 -contrast=20 -blockwalk=no -recol1s=11594 -recol1d=9545 -recol2s=8423 -recol2d=6374 -recol3s=10537 -recol3d=8488 -recol4s=9480 -recol4d=7431 -model=model_12131,0 - -// 20499 -[loc_20499] -hillskew=yes -active=no -ambient=10 -resizey=153 -ambient=20 -contrast=20 -recol1s=12580 -recol1d=6374 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 20500 -[loc_20500] -hillskew=yes -active=no -ambient=10 -resizey=153 -ambient=20 -contrast=20 -recol1s=12580 -recol1d=6374 -model=model_787 - -// 20501 -[loc_20501] -blockwalk=yes -active=no -width=2 -length=2 -ambient=20 -contrast=20 -recol1s=8423 -recol1d=6374 -recol2s=9480 -recol2d=7431 -recol3s=10537 -recol3d=8488 -recol4s=11594 -recol4d=9545 -recol5s=12651 -recol5d=10602 -recol6s=14699 -recol6d=11659 -model=model_11795 - -// 20502 -[loc_20502] -blockwalk=yes -active=no -width=2 -length=2 -ambient=20 -contrast=20 -hillskew=yes -recol1s=8423 -recol1d=6374 -recol2s=9480 -recol2d=7431 -recol3s=10537 -recol3d=8488 -recol4s=11594 -recol4d=9545 -recol5s=12651 -recol5d=10602 -recol6s=14699 -recol6d=11659 -model=model_11796 - -// 20503 -[loc_20503] -blockwalk=yes -active=no -width=2 -length=2 -ambient=20 -contrast=20 -recol1s=8423 -recol1d=6374 -recol2s=9480 -recol2d=7431 -recol3s=10537 -recol3d=8488 -recol4s=11594 -recol4d=9545 -recol5s=12651 -recol5d=10602 -recol6s=14699 -recol6d=11659 -model=model_11797 - -// 20504 -[loc_20504] -blockwalk=yes -active=no -ambient=20 -contrast=20 -recol1s=8423 -recol1d=6374 -recol2s=9480 -recol2d=7431 -recol3s=10537 -recol3d=8488 -recol4s=11594 -recol4d=9545 -recol5s=12651 -recol5d=10602 -recol6s=14699 -recol6d=11659 -model=model_11798 - -// 20505 -[loc_20505] -blockwalk=yes -active=no -ambient=20 -contrast=20 -recol1s=8423 -recol1d=6374 -recol2s=9480 -recol2d=7431 -recol3s=10537 -recol3d=8488 -recol4s=11594 -recol4d=9545 -recol5s=12651 -recol5d=10602 -recol6s=14699 -recol6d=11659 -model=model_11799 - -// 20506 -[loc_20506] -blockwalk=yes -active=no -ambient=20 -contrast=20 -recol1s=8423 -recol1d=6374 -recol2s=9480 -recol2d=7431 -recol3s=10537 -recol3d=8488 -recol4s=11594 -recol4d=9545 -recol5s=12651 -recol5d=10602 -recol6s=14699 -recol6d=11659 -model=model_11800 - -// 20507 -[loc_20507] -blockwalk=yes -hillskew=yes -active=no -resizey=153 -ambient=20 -contrast=20 -recol1s=5248 -recol1d=6374 -recol2s=6305 -recol2d=7431 -recol3s=7362 -recol3d=8488 -recol4s=8419 -recol4d=9545 -recol5s=9476 -recol5d=10602 -recol6s=10533 -recol6d=11659 -model=model_12040 - -// 20508 -[loc_20508] -blockwalk=yes -ambient=20 -contrast=20 -hillskew=yes -active=no -resizey=153 -recol1s=5248 -recol1d=6374 -recol2s=6305 -recol2d=7431 -recol3s=7362 -recol3d=8488 -recol4s=8419 -recol4d=9545 -recol5s=9476 -recol5d=10602 -recol6s=10533 -recol6d=11659 -model=model_12041 - -// 20509 -[loc_20509] -blockwalk=no -ambient=20 -contrast=20 -hillskew=yes -active=no -resizey=153 -recol1s=5248 -recol1d=6374 -recol2s=6305 -recol2d=7431 -recol3s=7362 -recol3d=8488 -recol4s=8419 -recol4d=9545 -recol5s=9476 -recol5d=10602 -recol6s=10533 -recol6d=11659 -model=model_12042,0 - -// 20510 -[loc_20510] -anim=seq_3743 -shadow=no -ambient=20 -contrast=20 -width=2 -length=2 -recol1s=14695 -recol1d=8421 -recol2s=13638 -recol2d=6307 -recol3s=12581 -recol3d=4193 -recol4s=11524 -recol4d=3136 -recol5s=10467 -recol5d=2080 -recol6s=9410 -recol6d=1024 -model=model_21488 -model2=model_18328 -name=Crate - -// 20511 -[loc_20511] -anim=seq_3743 -shadow=no -ambient=20 -contrast=20 -width=2 -length=2 -recol1s=12548 -recol1d=8421 -recol2s=13605 -recol2d=10535 -recol3s=11491 -recol3d=6307 -recol4s=10434 -recol4d=4193 -recol5s=7297 -recol5d=2080 -model=model_21487 -model2=model_18328 -name=Barrel - -// 20512 -[loc_20512] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_19320,0 - -// 20513 -[loc_20513] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_19321,0 - -// 20514 -[loc_20514] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_19316,0 - -// 20515 -[loc_20515] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_19314,0 - -// 20516 -[loc_20516] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_19317,0 - -// 20517 -[loc_20517] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_19318,0 - -// 20518 -[loc_20518] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_19319,0 - -// 20519 -[loc_20519] -ambient=20 -contrast=20 -model=model_19315 -name=Buffers - -// 20520 -[loc_20520] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_21253,0 - -// 20521 -[loc_20521] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_21254,0 - -// 20522 -[loc_20522] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_21255,0 - -// 20523 -[loc_20523] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_21256,0 - -// 20524 -[loc_20524] -sharelight=yes -op1=Crawl-through -resizey=153 -ambient=20 -contrast=20 -model=model_21248 -name=Cart tunnel - -// 20525 -[loc_20525] -sharelight=yes -op1=Crawl-through -resizey=153 -ambient=20 -contrast=20 -recol1s=12580 -recol1d=18883 -model=model_21248 -name=Cart tunnel - -// 20526 -[loc_20526] -hillskew=yes -resizey=153 -ambient=20 -contrast=20 -model=model_21247 -name=Wall support - -// 20527 -[loc_20527] -ambient=25 -contrast=25 -op1=Enter -resizey=135 -ambient=20 -contrast=20 -model=model_21298 -name=Entrance - -// 20528 -[loc_20528] -ambient=25 -contrast=25 -resizey=135 -ambient=20 -contrast=20 -model=model_21291 -name=Entrance - -// 20529 -[loc_20529] -hillskew=yes -ambient=25 -contrast=25 -ambient=20 -contrast=20 -model=model_21224,1 - -// 20530 -[loc_20530] -hillskew=yes -ambient=25 -contrast=25 -ambient=20 -contrast=20 -model=model_21226,1 - -// 20531 -[loc_20531] -active=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21364 -name=Bars - -// 20532 -[loc_20532] -active=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -anim=seq_5599 -model=model_21364 -name=Bars - -// 20533 -[loc_20533] -active=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -anim=seq_5600 -model=model_21364 -name=Bars - -// 20534 -[loc_20534] -active=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -anim=seq_5601 -model=model_21364 -name=Bars - -// 20535 -[loc_20535] -active=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -op1=Climb -forceapproach=north -blockrange=no -model=model_21323 -name=Stairs - -// 20536 -[loc_20536] -active=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -blockrange=no -model=model_21331 -name=Stairs - -// 20537 -[loc_20537] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -anim=seq_5598 -model=model_21497 - -// 20538 -[loc_20538] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -anim=seq_5598 -model=model_21498 - -// 20539 -[loc_20539] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21339,1 - -// 20540 -[loc_20540] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21340,1 - -// 20541 -[loc_20541] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21339,1 - -// 20542 -[loc_20542] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21340,1 - -// 20543 -[loc_20543] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21333,1 - -// 20544 -[loc_20544] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21328,1 - -// 20545 -[loc_20545] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21270 - -// 20546 -[loc_20546] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21332,1 - -// 20547 -[loc_20547] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21335,1 - -// 20548 -[loc_20548] -active=no -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -forcedecor=yes -model=model_21334,0 - -// 20549 -[loc_20549] -active=no -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -forcedecor=yes -model=model_21334,0 - -// 20550 -[loc_20550] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21350,1 - -// 20551 -[loc_20551] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21351,1 - -// 20552 -[loc_20552] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21352,1 - -// 20553 -[loc_20553] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21353,1 - -// 20554 -[loc_20554] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21343,1 - -// 20555 -[loc_20555] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21337 - -// 20556 -[loc_20556] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21338 - -// 20557 -[loc_20557] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21342 - -// 20558 -[loc_20558] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21336 - -// 20559 -[loc_20559] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21355,1 - -// 20560 -[loc_20560] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21360,1 - -// 20561 -[loc_20561] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21359 - -// 20562 -[loc_20562] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21358 - -// 20563 -[loc_20563] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21344,1 - -// 20564 -[loc_20564] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21345,1 - -// 20565 -[loc_20565] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21346,1 - -// 20566 -[loc_20566] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21347,1 - -// 20567 -[loc_20567] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21348,1 - -// 20568 -[loc_20568] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21349,1 - -// 20569 -[loc_20569] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21361,1 - -// 20570 -[loc_20570] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21362,1 - -// 20571 -[loc_20571] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21363,1 - -// 20572 -[loc_20572] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20573 -[loc_20573] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20574 -[loc_20574] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20575 -[loc_20575] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20576 -[loc_20576] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20577 -[loc_20577] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21301 -name=Passageway - -// 20578 -[loc_20578] -hillskew=yes -active=no -contrast=25 -ambient=25 -resizey=135 -recol1s=12580 -recol1d=6374 -model=model_21356 - -// 20579 -[loc_20579] -hillskew=yes -active=no -contrast=25 -ambient=25 -resizey=135 -recol1s=12580 -recol1d=6374 -model=model_21357 - -// 20580 -[loc_20580] -active=no -contrast=25 -ambient=25 -blockwalk=yes -anim=seq_5605 -resizey=135 -model=model_21366 - -// 20581 -[loc_20581] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -hardshadow=no -model=model_21211,0 - -// 20582 -[loc_20582] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -hardshadow=no -model=model_21221,0 - -// 20583 -[loc_20583] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -hardshadow=no -model=model_21222,0 - -// 20584 -[loc_20584] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -hardshadow=no -model=model_21223,0 - -// 20585 -[loc_20585] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -hardshadow=no -unknown90=yes -model=model_21312,0 - -// 20586 -[loc_20586] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -hardshadow=no -unknown90=yes -model=model_21313,0 - -// 20587 -[loc_20587] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -model=model_21314,0 - -// 20588 -[loc_20588] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -model=model_21315,0 - -// 20589 -[loc_20589] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -model=model_21316,0 - -// 20590 -[loc_20590] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -hardshadow=no -unknown90=yes -model=model_21220,0 - -// 20591 -[loc_20591] -active=no -hillskew=yes -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -hardshadow=no -unknown90=yes -model=model_21318,0 - -// 20592 -[loc_20592] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21304,0 - -// 20593 -[loc_20593] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21305,0 - -// 20594 -[loc_20594] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21306,0 - -// 20595 -[loc_20595] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21307,0 - -// 20596 -[loc_20596] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21312,0 - -// 20597 -[loc_20597] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21313,0 - -// 20598 -[loc_20598] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21314,0 - -// 20599 -[loc_20599] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21315,0 - -// 20600 -[loc_20600] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21316,0 - -// 20601 -[loc_20601] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21317,0 - -// 20602 -[loc_20602] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21318,0 - -// 20603 -[loc_20603] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21308,0 - -// 20604 -[loc_20604] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21311,0 - -// 20605 -[loc_20605] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21311,0 - -// 20606 -[loc_20606] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21311,0 - -// 20607 -[loc_20607] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21311,0 - -// 20608 -[loc_20608] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21309,0 - -// 20609 -[loc_20609] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21319,0 - -// 20610 -[loc_20610] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21320,0 - -// 20611 -[loc_20611] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21310,0 - -// 20612 -[loc_20612] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21300,0 - -// 20613 -[loc_20613] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21321,0 - -// 20614 -[loc_20614] -active=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -unknown90=yes -model=model_21322,0 - -// 20615 -[loc_20615] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21324 - -// 20616 -[loc_20616] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21325 - -// 20617 -[loc_20617] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21326 - -// 20618 -[loc_20618] -active=no -contrast=25 -ambient=25 -blockwalk=yes -resizey=135 -model=model_21327 - -// 20619 -[loc_20619] -active=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -op1=Climb -forceapproach=west -blockrange=no -model=model_21323 -name=Stairs - -// 20620 -[loc_20620] -active=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -blockrange=no -model=model_21331 -name=Stairs - -// 20621 -[loc_20621] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -anim=seq_5598 -model=model_21496 - -// 20622 -[loc_20622] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -anim=seq_5598 -model=model_21495 - -// 20623 -[loc_20623] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21272,1 - -// 20624 -[loc_20624] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21274,1 - -// 20625 -[loc_20625] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21270 - -// 20626 -[loc_20626] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21269,1 - -// 20627 -[loc_20627] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21273,1 - -// 20628 -[loc_20628] -active=no -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -forcedecor=yes -model=model_21334,0 - -// 20629 -[loc_20629] -active=no -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -forcedecor=yes -model=model_21334,0 - -// 20630 -[loc_20630] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21286,1 - -// 20631 -[loc_20631] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21285,1 - -// 20632 -[loc_20632] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21288,1 - -// 20633 -[loc_20633] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21290,1 - -// 20634 -[loc_20634] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21279,1 - -// 20635 -[loc_20635] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21275 - -// 20636 -[loc_20636] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21277 - -// 20637 -[loc_20637] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21276 - -// 20638 -[loc_20638] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21271 - -// 20639 -[loc_20639] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21289,1 - -// 20640 -[loc_20640] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21294,1 - -// 20641 -[loc_20641] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21287 - -// 20642 -[loc_20642] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21293 - -// 20643 -[loc_20643] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21280,1 - -// 20644 -[loc_20644] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21278,1 - -// 20645 -[loc_20645] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21282,1 - -// 20646 -[loc_20646] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21281,1 - -// 20647 -[loc_20647] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21284,1 - -// 20648 -[loc_20648] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21283,1 - -// 20649 -[loc_20649] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21295,1 - -// 20650 -[loc_20650] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21296,1 - -// 20651 -[loc_20651] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21297,1 - -// 20652 -[loc_20652] -active=yes -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20653 -[loc_20653] -active=yes -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20654 -[loc_20654] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20655 -[loc_20655] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20656 -[loc_20656] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20657 -[loc_20657] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21301 -name=Passageway - -// 20658 -[loc_20658] -hillskew=yes -active=no -contrast=20 -ambient=20 -resizey=135 -recol1s=12580 -recol1d=6374 -model=model_21356 - -// 20659 -[loc_20659] -hillskew=yes -active=no -contrast=20 -ambient=20 -resizey=135 -recol1s=12580 -recol1d=6374 -model=model_21357 - -// 20660 -[loc_20660] -active=no -contrast=20 -ambient=20 -blockwalk=yes -anim=seq_5605 -resizey=135 -model=model_21366 - -// 20661 -[loc_20661] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21304,0 - -// 20662 -[loc_20662] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21305,0 - -// 20663 -[loc_20663] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21306,0 - -// 20664 -[loc_20664] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21307,0 - -// 20665 -[loc_20665] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21312,0 - -// 20666 -[loc_20666] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21313,0 - -// 20667 -[loc_20667] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21314,0 - -// 20668 -[loc_20668] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21315,0 - -// 20669 -[loc_20669] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21316,0 - -// 20670 -[loc_20670] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21317,0 - -// 20671 -[loc_20671] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21318,0 - -// 20672 -[loc_20672] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21308,0 - -// 20673 -[loc_20673] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21309,0 - -// 20674 -[loc_20674] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21319,0 - -// 20675 -[loc_20675] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21320,0 - -// 20676 -[loc_20676] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21310,0 - -// 20677 -[loc_20677] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21300,0 - -// 20678 -[loc_20678] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21321,0 - -// 20679 -[loc_20679] -active=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21322,0 - -// 20680 -[loc_20680] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21324 - -// 20681 -[loc_20681] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21325 - -// 20682 -[loc_20682] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21326 - -// 20683 -[loc_20683] -active=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -model=model_21327 - -// 20684 -[loc_20684] -active=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -op1=Climb -forceapproach=west -blockrange=no -model=model_21323 -name=Stairs - -// 20685 -[loc_20685] -active=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=yes -resizey=135 -blockrange=no -model=model_21331 -name=Stairs - -// 20686 -[loc_20686] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -anim=seq_5598 -model=model_21496 - -// 20687 -[loc_20687] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -anim=seq_5598 -model=model_21495 - -// 20688 -[loc_20688] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21272,1 - -// 20689 -[loc_20689] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21274,1 - -// 20690 -[loc_20690] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21270 - -// 20691 -[loc_20691] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21269,1 - -// 20692 -[loc_20692] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21273,1 - -// 20693 -[loc_20693] -active=yes -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -forcedecor=yes -op1=Walk-across -forceapproach=south -model=model_21334,0 -name=Ledge - -// 20694 -[loc_20694] -active=no -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -forcedecor=yes -model=model_21334,0 - -// 20695 -[loc_20695] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21286,1 - -// 20696 -[loc_20696] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21285,1 - -// 20697 -[loc_20697] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21288,1 - -// 20698 -[loc_20698] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21290,1 - -// 20699 -[loc_20699] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21279,1 - -// 20700 -[loc_20700] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21275 - -// 20701 -[loc_20701] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21277 - -// 20702 -[loc_20702] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21276 - -// 20703 -[loc_20703] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21271 - -// 20704 -[loc_20704] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21289,1 - -// 20705 -[loc_20705] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21294,1 - -// 20706 -[loc_20706] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21287 - -// 20707 -[loc_20707] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21293 - -// 20708 -[loc_20708] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21280,1 - -// 20709 -[loc_20709] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21278,1 - -// 20710 -[loc_20710] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21282,1 - -// 20711 -[loc_20711] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21281,1 - -// 20712 -[loc_20712] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21284,1 - -// 20713 -[loc_20713] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21283,1 - -// 20714 -[loc_20714] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21295,1 - -// 20715 -[loc_20715] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21296,1 - -// 20716 -[loc_20716] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21297,1 - -// 20717 -[loc_20717] -active=yes -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20718 -[loc_20718] -active=yes -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20719 -[loc_20719] -active=yes -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20720 -[loc_20720] -active=yes -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20721 -[loc_20721] -active=yes -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20722 -[loc_20722] -active=yes -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21301 -name=Passageway - -// 20723 -[loc_20723] -hillskew=yes -active=no -contrast=15 -ambient=15 -resizey=135 -recol1s=12580 -recol1d=6374 -model=model_21356 - -// 20724 -[loc_20724] -hillskew=yes -active=no -contrast=15 -ambient=15 -resizey=135 -recol1s=12580 -recol1d=6374 -model=model_21357 - -// 20725 -[loc_20725] -active=no -contrast=15 -ambient=15 -blockwalk=yes -anim=seq_5605 -resizey=135 -model=model_21366 - -// 20726 -[loc_20726] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21304,0 - -// 20727 -[loc_20727] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21305,0 - -// 20728 -[loc_20728] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21306,0 - -// 20729 -[loc_20729] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21307,0 - -// 20730 -[loc_20730] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21312,0 - -// 20731 -[loc_20731] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21313,0 - -// 20732 -[loc_20732] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21314,0 - -// 20733 -[loc_20733] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21315,0 - -// 20734 -[loc_20734] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21316,0 - -// 20735 -[loc_20735] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21317,0 - -// 20736 -[loc_20736] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21318,0 - -// 20737 -[loc_20737] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21308,0 - -// 20738 -[loc_20738] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21309,0 - -// 20739 -[loc_20739] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21319,0 - -// 20740 -[loc_20740] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21320,0 - -// 20741 -[loc_20741] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21310,0 - -// 20742 -[loc_20742] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21300,0 - -// 20743 -[loc_20743] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21321,0 - -// 20744 -[loc_20744] -active=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21322,0 - -// 20745 -[loc_20745] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21324 - -// 20746 -[loc_20746] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21325 - -// 20747 -[loc_20747] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21326 - -// 20748 -[loc_20748] -active=no -contrast=15 -ambient=15 -blockwalk=yes -resizey=135 -model=model_21327 - -// 20749 -[loc_20749] -active=yes -shadow=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -op1=Climb -forceapproach=north -blockrange=no -model=model_21323 -name=Stairs - -// 20750 -[loc_20750] -active=yes -shadow=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -blockrange=no -model=model_21331 -name=Stairs - -// 20751 -[loc_20751] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -anim=seq_5598 -model=model_21496 - -// 20752 -[loc_20752] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -anim=seq_5598 -model=model_21495 - -// 20753 -[loc_20753] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21272,1 - -// 20754 -[loc_20754] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21274,1 - -// 20755 -[loc_20755] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21270 - -// 20756 -[loc_20756] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21269,1 - -// 20757 -[loc_20757] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21273,1 - -// 20758 -[loc_20758] -active=no -contrast=10 -ambient=10 -blockwalk=no -resizey=135 -forcedecor=yes -model=model_21334,0 - -// 20759 -[loc_20759] -active=no -contrast=10 -ambient=10 -blockwalk=no -resizey=135 -forcedecor=yes -model=model_21334,0 - -// 20760 -[loc_20760] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21286,1 - -// 20761 -[loc_20761] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21285,1 - -// 20762 -[loc_20762] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21288,1 - -// 20763 -[loc_20763] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21290,1 - -// 20764 -[loc_20764] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21279,1 - -// 20765 -[loc_20765] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21275 - -// 20766 -[loc_20766] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21277 - -// 20767 -[loc_20767] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21276 - -// 20768 -[loc_20768] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21271 - -// 20769 -[loc_20769] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21289,1 - -// 20770 -[loc_20770] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21294,1 - -// 20771 -[loc_20771] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21287 - -// 20772 -[loc_20772] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21293 - -// 20773 -[loc_20773] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21280,1 - -// 20774 -[loc_20774] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21278,1 - -// 20775 -[loc_20775] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21282,1 - -// 20776 -[loc_20776] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21281,1 - -// 20777 -[loc_20777] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21284,1 - -// 20778 -[loc_20778] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21283,1 - -// 20779 -[loc_20779] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21295,1 - -// 20780 -[loc_20780] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21296,1 - -// 20781 -[loc_20781] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21297,1 - -// 20782 -[loc_20782] -active=yes -contrast=10 -ambient=10 -blockwalk=yes -op1=Enter -resizey=135 -model=model_21292 -name=Passageway - -// 20783 -[loc_20783] -active=yes -contrast=10 -ambient=10 -blockwalk=yes -op1=Enter -resizey=135 -model=model_21298 -name=Passageway - -// 20784 -[loc_20784] -active=yes -contrast=10 -ambient=10 -blockwalk=no -op1=Enter -resizey=135 -model=model_21302 -name=Passageway - -// 20785 -[loc_20785] -active=yes -contrast=10 -ambient=10 -blockwalk=no -op1=Enter -resizey=135 -model=model_21303 -name=Passageway - -// 20786 -[loc_20786] -active=yes -contrast=10 -ambient=10 -blockwalk=no -op1=Enter -resizey=135 -model=model_21299 -name=Passageway - -// 20787 -[loc_20787] -active=yes -contrast=10 -ambient=10 -blockwalk=no -op1=Enter -resizey=135 -model=model_21301 -name=Passageway - -// 20788 -[loc_20788] -hillskew=yes -active=no -contrast=10 -ambient=10 -resizey=135 -recol1s=12580 -recol1d=6374 -model=model_21356 - -// 20789 -[loc_20789] -hillskew=yes -active=no -contrast=10 -ambient=10 -resizey=135 -recol1s=12580 -recol1d=6374 -model=model_21357 - -// 20790 -[loc_20790] -active=no -contrast=10 -ambient=10 -blockwalk=yes -anim=seq_5605 -resizey=135 -model=model_21366 - -// 20791 -[loc_20791] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21304,0 - -// 20792 -[loc_20792] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21305,0 - -// 20793 -[loc_20793] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21306,0 - -// 20794 -[loc_20794] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21307,0 - -// 20795 -[loc_20795] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21312,0 - -// 20796 -[loc_20796] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21313,0 - -// 20797 -[loc_20797] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21314,0 - -// 20798 -[loc_20798] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21315,0 - -// 20799 -[loc_20799] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21316,0 - -// 20800 -[loc_20800] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21317,0 - -// 20801 -[loc_20801] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21318,0 - -// 20802 -[loc_20802] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21308,0 - -// 20803 -[loc_20803] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21309,0 - -// 20804 -[loc_20804] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21319,0 - -// 20805 -[loc_20805] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21320,0 - -// 20806 -[loc_20806] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21310,0 - -// 20807 -[loc_20807] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21300,0 - -// 20808 -[loc_20808] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21321,0 - -// 20809 -[loc_20809] -active=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21322,0 - -// 20810 -[loc_20810] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21324 - -// 20811 -[loc_20811] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21325 - -// 20812 -[loc_20812] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21326 - -// 20813 -[loc_20813] -active=no -contrast=10 -ambient=10 -blockwalk=yes -resizey=135 -model=model_21327 - -// 20814 -[loc_20814] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20815 -[loc_20815] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20816 -[loc_20816] -active=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21323 -name=Stairs - -// 20817 -[loc_20817] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20818 -[loc_20818] -active=yes -shadow=no -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21323 -name=Stairs - -// 20819 -[loc_20819] -active=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21323 -name=Stairs - -// 20820 -[loc_20820] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20821 -[loc_20821] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20822 -[loc_20822] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20823 -[loc_20823] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20824 -[loc_20824] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20825 -[loc_20825] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20826 -[loc_20826] -active=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21323 -name=Stairs - -// 20827 -[loc_20827] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20828 -[loc_20828] -active=yes -shadow=no -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21323 -name=Stairs - -// 20829 -[loc_20829] -active=yes -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20830 -[loc_20830] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20831 -[loc_20831] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20832 -[loc_20832] -active=yes -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20833 -[loc_20833] -active=yes -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20834 -[loc_20834] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20835 -[loc_20835] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20836 -[loc_20836] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20837 -[loc_20837] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20838 -[loc_20838] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20839 -[loc_20839] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20840 -[loc_20840] -active=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21323 -name=Stairs - -// 20841 -[loc_20841] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20842 -[loc_20842] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20843 -[loc_20843] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20844 -[loc_20844] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20845 -[loc_20845] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20846 -[loc_20846] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20847 -[loc_20847] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20848 -[loc_20848] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20849 -[loc_20849] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20850 -[loc_20850] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21301 -name=Passageway - -// 20851 -[loc_20851] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20852 -[loc_20852] -active=yes -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20853 -[loc_20853] -active=yes -contrast=15 -ambient=15 -blockwalk=no -resizey=135 -op1=Enter -model=model_21299 -name=Passageway - -// 20854 -[loc_20854] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21302 -name=Passageway - -// 20855 -[loc_20855] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20856 -[loc_20856] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20857 -[loc_20857] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20858 -[loc_20858] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21301 -name=Passageway - -// 20859 -[loc_20859] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21301 -name=Passageway - -// 20860 -[loc_20860] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20861 -[loc_20861] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20862 -[loc_20862] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20863 -[loc_20863] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20864 -[loc_20864] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20865 -[loc_20865] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20866 -[loc_20866] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20867 -[loc_20867] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20868 -[loc_20868] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21292 -name=Passageway - -// 20869 -[loc_20869] -active=yes -contrast=20 -ambient=20 -blockwalk=no -resizey=135 -op1=Enter -model=model_21323 -name=Passageway - -// 20870 -[loc_20870] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21303 -name=Passageway - -// 20871 -[loc_20871] -active=yes -contrast=25 -ambient=25 -blockwalk=no -resizey=135 -op1=Enter -model=model_21298 -name=Passageway - -// 20872 -[loc_20872] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20873 -[loc_20873] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20874 -[loc_20874] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20875 -[loc_20875] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20876 -[loc_20876] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20877 -[loc_20877] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20878 -[loc_20878] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20879 -[loc_20879] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20880 -[loc_20880] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20881 -[loc_20881] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20882 -[loc_20882] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20883 -[loc_20883] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20884 -[loc_20884] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20885 -[loc_20885] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20886 -[loc_20886] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20887 -[loc_20887] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20888 -[loc_20888] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20889 -[loc_20889] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -forcedecor=yes -op5=Jump-to -blockwalk=no -model=model_21329,0 -model=model_21330,0 -name=Pillar - -// 20890 -[loc_20890] -active=yes -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20891 -[loc_20891] -active=yes -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20892 -[loc_20892] -active=yes -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20893 -[loc_20893] -active=yes -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20894 -[loc_20894] -active=yes -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20895 -[loc_20895] -active=yes -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20896 -[loc_20896] -active=yes -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20897 -[loc_20897] -active=yes -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20898 -[loc_20898] -active=yes -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20899 -[loc_20899] -active=yes -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20900 -[loc_20900] -active=yes -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20901 -[loc_20901] -active=yes -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -op5=Jump-to -blockwalk=no -model=model_21308,0 -name=Ledge - -// 20902 -[loc_20902] -active=yes -shadow=no -contrast=25 -ambient=25 -resizey=135 -blockwalk=no -model=model_21368 -name=Trap bypass - -// 20903 -[loc_20903] -width=3 -length=7 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -model=model_21374 -name=Hanging log - -// 20904 -[loc_20904] -width=3 -length=7 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -model=model_21374 -name=Hanging log - -// 20905 -[loc_20905] -width=3 -length=7 -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -model=model_21374 -name=Hanging log - -// 20906 -[loc_20906] -width=3 -length=7 -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -model=model_21374 -name=Hanging log - -// 20907 -[loc_20907] -active=no -blockwalk=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -model=model_21371,0 - -// 20908 -[loc_20908] -active=no -blockwalk=no -contrast=25 -ambient=25 -forcedecor=yes -resizey=135 -model=model_21372,0 - -// 20909 -[loc_20909] -active=no -blockwalk=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21371,0 - -// 20910 -[loc_20910] -active=no -blockwalk=no -contrast=20 -ambient=20 -forcedecor=yes -resizey=135 -model=model_21372,0 - -// 20911 -[loc_20911] -active=no -blockwalk=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21371,0 - -// 20912 -[loc_20912] -active=no -blockwalk=no -contrast=15 -ambient=15 -forcedecor=yes -resizey=135 -model=model_21372,0 - -// 20913 -[loc_20913] -active=no -blockwalk=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21371,0 - -// 20914 -[loc_20914] -active=no -blockwalk=no -contrast=10 -ambient=10 -forcedecor=yes -resizey=135 -model=model_21372,0 - -// 20915 -[loc_20915] -active=yes -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -contrast=25 -ambient=25 -resizey=135 -op5=Search -model=model_21486,0 -name=Floor - -// 20916 -[loc_20916] -active=yes -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -contrast=20 -ambient=20 -resizey=135 -op5=Search -model=model_21486,0 -name=Floor - -// 20917 -[loc_20917] -active=yes -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -contrast=15 -ambient=15 -resizey=135 -op5=Search -model=model_21486,0 -name=Floor - -// 20918 -[loc_20918] -active=yes -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -contrast=10 -ambient=10 -resizey=135 -op5=Search -model=model_21486,0 -name=Floor - -// 20919 -[loc_20919] -active=yes -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -contrast=25 -ambient=25 -resizey=135 -model=model_21486,0 -name=Floor - -// 20920 -[loc_20920] -width=2 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -op5=Search -model=model_21493 -model2=model_21492 -name=Wall - -// 20921 -[loc_20921] -width=2 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -model=model_21493 -model2=model_21492 -name=Wall - -// 20922 -[loc_20922] -width=2 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -op5=Search -model=model_21491 -model2=model_21492 -name=Wall - -// 20923 -[loc_20923] -width=2 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -model=model_21491 -model2=model_21492 -name=Wall - -// 20924 -[loc_20924] -width=2 -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -op5=Search -model=model_21491 -model2=model_21492 -name=Wall - -// 20925 -[loc_20925] -width=2 -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -op5=Search -model=model_21493 -model2=model_21492 -name=Wall - -// 20926 -[loc_20926] -width=2 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -op5=Search -model=model_21494 -model2=model_21492 -name=Wall - -// 20927 -[loc_20927] -width=2 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -model=model_21494 -model2=model_21492 -name=Wall - -// 20928 -[loc_20928] -width=2 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -op5=Search -model=model_21490 -model2=model_21492 -name=Wall - -// 20929 -[loc_20929] -width=2 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -model=model_21490 -model2=model_21492 -name=Wall - -// 20930 -[loc_20930] -width=2 -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -op5=Search -model=model_21490 -model2=model_21492 -name=Wall - -// 20931 -[loc_20931] -width=2 -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -op5=Search -model=model_21494 -model2=model_21492 -name=Wall - -// 20932 -[loc_20932] -width=2 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -model=model_21354 -name=Wall - -// 20933 -[loc_20933] -width=2 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -model=model_21341 -name=Wall - -// 20934 -[loc_20934] -width=2 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -model=model_21354 -name=Wall - -// 20935 -[loc_20935] -width=2 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -model=model_21341 -name=Wall - -// 20936 -[loc_20936] -width=2 -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -model=model_21354 -name=Wall - -// 20937 -[loc_20937] -width=2 -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -model=model_21341 -name=Wall - -// 20938 -[loc_20938] -width=2 -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -model=model_21354 -name=Wall - -// 20939 -[loc_20939] -width=2 -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -model=model_21341 -name=Wall - -// 20940 -[loc_20940] -width=2 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -model=model_21378 -name=Wall - -// 20941 -[loc_20941] -width=2 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -model=model_21375 -name=Wall - -// 20942 -[loc_20942] -width=2 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -anim=seq_5631 -model=model_21378 -name=Wall - -// 20943 -[loc_20943] -width=2 -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -anim=seq_5631 -model=model_21375 -name=Wall - -// 20944 -[loc_20944] -width=2 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -model=model_21376 -name=Wall - -// 20945 -[loc_20945] -width=2 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -model=model_21377 -name=Wall - -// 20946 -[loc_20946] -width=2 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -anim=seq_5631 -model=model_21376 -name=Wall - -// 20947 -[loc_20947] -width=2 -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -anim=seq_5631 -model=model_21377 -name=Wall - -// 20948 -[loc_20948] -width=2 -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -model=model_21376 -name=Wall - -// 20949 -[loc_20949] -width=2 -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -model=model_21377 -name=Wall - -// 20950 -[loc_20950] -width=2 -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -anim=seq_5631 -model=model_21376 -name=Wall - -// 20951 -[loc_20951] -width=2 -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -anim=seq_5631 -model=model_21377 -name=Wall - -// 20952 -[loc_20952] -width=2 -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -model=model_21378 -name=Wall - -// 20953 -[loc_20953] -width=2 -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -model=model_21375 -name=Wall - -// 20954 -[loc_20954] -width=2 -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -anim=seq_5631 -model=model_21378 -name=Wall - -// 20955 -[loc_20955] -width=2 -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -anim=seq_5631 -model=model_21375 -name=Wall - -// 20956 -[loc_20956] -blockwalk=no -resizey=135 -active=yes -forcedecor=yes -ambient=25 -contrast=25 -model=model_21370,0 -name=Floor - -// 20957 -[loc_20957] -blockwalk=no -resizey=135 -active=yes -forcedecor=yes -ambient=25 -contrast=25 -model=model_21373,0 -name=Floor - -// 20958 -[loc_20958] -blockwalk=no -resizey=135 -active=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_21370,0 -name=Floor - -// 20959 -[loc_20959] -blockwalk=no -resizey=135 -active=yes -forcedecor=yes -ambient=20 -contrast=20 -model=model_21373,0 -name=Floor - -// 20960 -[loc_20960] -blockwalk=no -resizey=135 -active=yes -forcedecor=yes -ambient=15 -contrast=15 -model=model_21370,0 -name=Floor - -// 20961 -[loc_20961] -blockwalk=no -resizey=135 -active=yes -forcedecor=yes -ambient=15 -contrast=15 -model=model_21373,0 -name=Floor - -// 20962 -[loc_20962] -blockwalk=no -resizey=135 -active=yes -forcedecor=yes -ambient=10 -contrast=10 -model=model_21370,0 -name=Floor - -// 20963 -[loc_20963] -blockwalk=no -resizey=135 -active=yes -forcedecor=yes -ambient=10 -contrast=10 -model=model_21373,0 -name=Floor - -// 20964 -[loc_20964] -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -active=yes -forcedecor=yes -op1=Search -model=model_21369,0 -name=Floor - -// 20965 -[loc_20965] -blockwalk=no -contrast=25 -ambient=25 -resizey=135 -active=yes -forcedecor=yes -op1=Search -model=model_21367,0 -name=Floor - -// 20966 -[loc_20966] -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -active=yes -forcedecor=yes -op1=Search -model=model_21369,0 -name=Floor - -// 20967 -[loc_20967] -blockwalk=no -contrast=20 -ambient=20 -resizey=135 -active=yes -forcedecor=yes -op1=Search -model=model_21367,0 -name=Floor - -// 20968 -[loc_20968] -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -active=yes -forcedecor=yes -op1=Search -model=model_21369,0 -name=Floor - -// 20969 -[loc_20969] -blockwalk=no -contrast=15 -ambient=15 -resizey=135 -active=yes -forcedecor=yes -op1=Search -model=model_21367,0 -name=Floor - -// 20970 -[loc_20970] -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -active=yes -forcedecor=yes -op1=Search -model=model_21369,0 -name=Floor - -// 20971 -[loc_20971] -blockwalk=no -contrast=10 -ambient=10 -resizey=135 -active=yes -forcedecor=yes -op1=Search -model=model_21367,0 -name=Floor - -// 20972 -[loc_20972] -active=no -ambient=20 -anim=seq_5603 -model=model_21262 - -// 20973 -[loc_20973] -active=no -ambient=20 -anim=seq_5603 -model=model_21263 - -// 20974 -[loc_20974] -active=no -ambient=20 -anim=seq_5604 -model=model_21264 - -// 20975 -[loc_20975] -active=no -ambient=20 -anim=seq_5604 -model=model_21265 - -// 20976 -[loc_20976] -active=no -ambient=20 -anim=seq_5604 -model=model_21267 - -// 20977 -[loc_20977] -active=no -model=model_21227 - -// 20978 -[loc_20978] -active=yes -contrast=20 -ambient=20 -blockwalk=yes -blockrange=no -model=model_21210 -name=Gnome skeleton - -// 20979 -[loc_20979] -active=yes -ambient=25 -contrast=25 -resizey=135 -ambient=20 -contrast=20 -multivar=varplayer_382 -multiloc=0,loc_20528 -multiloc=1,loc_20528 -multiloc=2,loc_20528 -multiloc=3,loc_20528 -multiloc=4,loc_20528 -multiloc=5,loc_20528 -multiloc=6,loc_20528 -multiloc=7,loc_20528 -multiloc=8,loc_20528 -multiloc=9,loc_20528 -multiloc=10,loc_20528 -multiloc=11,loc_20527 - -// 20980 -[loc_20980] -blockwalk=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 20981 -[loc_20981] -active=no -ambient=50 -blockwalk=no -active=no -ambient=10 -model=model_21512 - -// 20982 -[loc_20982] -active=no -mirror=yes -ambient=10 -active=no -model=model_21510 - -// 20983 -[loc_20983] -active=no -mirror=yes -ambient=10 -active=no -model=model_21513 - -// 20984 -[loc_20984] -active=no -randomsound=250,500,20,synth_3317,synth_3320,synth_3321,synth_3319,synth_3323,synth_3324 -model=model_1105,0 - -// 20985 -[loc_20985] -active=yes -anim=seq_5564 -model=model_20947 -name=Mummy - -// 20986 -[loc_20986] -active=yes -anim=seq_5564 -model=model_20946 -name=Mummy - -// 20987 -[loc_20987] -active=yes -op1=Climb-down -msi=msi_7 -hardshadow=no -forceapproach=west -model=model_37176 -name=Ladder - -// 20988 -[loc_20988] -active=no -ambient=25 -contrast=15 -model=model_37698,1 - -// 20989 -[loc_20989] -forcedecor=yes -mapfunction=73 -model=model_1105,0 - -// 20990 -[loc_20990] -active=no -contrast=50 -ambient=50 -model=model_21580,Q - -// 20991 -[loc_20991] -active=no -contrast=50 -ambient=50 -model=model_21581,Q - -// 20992 -[loc_20992] -active=no -contrast=50 -ambient=50 -model=model_21582,Q - -// 20993 -[loc_20993] -active=no -contrast=50 -ambient=50 -model=model_21583,Q - -// 20994 -[loc_20994] -hillskew=yes -recol1s=32767 -recol1d=26525 -model=model_1126,0 - -// 20995 -[loc_20995] -active=yes -anim=seq_5740 -resizex=135 -resizey=135 -resizez=135 -contrast=25 -ambient=25 -model=model_21734 -name=Golf-cart - -// 20996 -[loc_20996] -length=4 -width=4 -active=yes -blockwalk=no -anim=seq_5742 -contrast=25 -ambient=35 -model=model_21785 -model2=model_21787 -model3=model_21786 -name=Table - -// 20997 -[loc_20997] -length=2 -width=3 -active=no -blockwalk=no -contrast=25 -ambient=25 -model=model_21796 - -// 20998 -[loc_20998] -length=2 -width=3 -active=no -blockwalk=no -contrast=25 -ambient=75 -model=model_21797 - -// 20999 -[loc_20999] -active=yes -contrast=25 -ambient=25 -model=model_21791 -name=Chair - -// 21000 -[loc_21000] -active=yes -contrast=25 -ambient=25 -model=model_21795 -name=Map - -// 21001 -[loc_21001] -active=yes -anim=seq_5740 -length=3 -width=3 -contrast=25 -ambient=25 -model=model_21735 -name=Interrogation chair - -// 21002 -[loc_21002] -active=yes -anim=seq_5737 -length=2 -width=2 -contrast=25 -ambient=25 -bgsound=synth_3355,5 -model=model_21736 -name=Steam generator - -// 21003 -[loc_21003] -anim=seq_5745 -length=2 -width=2 -blockwalk=no -active=no -contrast=25 -ambient=25 -model=model_21819 - -// 21004 -[loc_21004] -active=no -contrast=25 -ambient=25 -blockwalk=no -recol1s=17935 -recol1d=12721 -recol2s=18992 -recol2d=13778 -recol3s=20049 -recol3d=14835 -recol4s=21106 -recol4d=15892 -recol5s=22163 -recol5d=16949 -recol6s=23220 -recol6d=18006 -model=model_21788 - -// 21005 -[loc_21005] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=no -recol1s=17935 -recol1d=12721 -recol2s=18992 -recol2d=13778 -recol3s=20049 -recol3d=14835 -recol4s=21106 -recol4d=15892 -recol5s=22163 -recol5d=16949 -recol6s=23220 -recol6d=18006 -model=model_21792 - -// 21006 -[loc_21006] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=no -recol1s=17935 -recol1d=12721 -recol2s=18992 -recol2d=13778 -recol3s=20049 -recol3d=14835 -recol4s=21106 -recol4d=15892 -recol5s=22163 -recol5d=16949 -recol6s=23220 -recol6d=18006 -model=model_21793 - -// 21007 -[loc_21007] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -bgsound=synth_3142,5 -recol1s=17935 -recol1d=12721 -recol2s=18992 -recol2d=13778 -recol3s=20049 -recol3d=14835 -recol4s=21106 -recol4d=15892 -recol5s=22163 -recol5d=16949 -recol6s=23220 -recol6d=18006 -model=model_21794 - -// 21008 -[loc_21008] -anim=seq_5743 -ambient=25 -contrast=25 -width=2 -resizey=60 -resizex=60 -resizez=60 -recol1s=4228 -recol1d=12721 -recol2s=7332 -recol2d=13778 -recol3s=7364 -recol3d=14835 -recol4s=8387 -recol4d=15892 -recol5s=9478 -recol5d=16949 -recol6s=11557 -recol6d=18006 -model=model_21814 -name=Drill - -// 21009 -[loc_21009] -anim=seq_5744 -ambient=25 -contrast=25 -width=2 -resizex=64 -resizey=64 -resizez=64 -bgsound=synth_3360,5 -recol1s=4228 -recol1d=12721 -recol2s=7332 -recol2d=13778 -recol3s=7364 -recol3d=14835 -recol4s=8387 -recol4d=15892 -recol5s=9478 -recol5d=16949 -recol6s=11557 -recol6d=18006 -model=model_21816 -model2=model_21815 -name=Lathe - -// 21010 -[loc_21010] -active=yes -length=2 -contrast=25 -ambient=25 -model=model_21737 -name=Gigantic penguin - -// 21011 -[loc_21011] -active=no -length=3 -contrast=25 -ambient=25 -model=model_21738 - -// 21012 -[loc_21012] -active=no -width=2 -contrast=25 -ambient=25 -model=model_21739 - -// 21013 -[loc_21013] -active=yes -contrast=25 -ambient=25 -model=model_21567 -name=Crate - -// 21014 -[loc_21014] -active=yes -contrast=25 -ambient=25 -model=model_21568 -name=Crate - -// 21015 -[loc_21015] -active=yes -contrast=25 -ambient=25 -model=model_21569 -name=Crates - -// 21016 -[loc_21016] -active=yes -contrast=25 -ambient=25 -model=model_21564 -name=Barrel - -// 21017 -[loc_21017] -active=no -sharelight=yes -hillskew=yes -contrast=25 -ambient=25 -mirror=yes -model=model_21570,1 -model=model_21571,2 -model=model_21572,4 -model=model_21573,5 - -// 21018 -[loc_21018] -active=yes -width=2 -contrast=25 -ambient=25 -model=model_21798 -model2=model_21799 -name=Workbench - -// 21019 -[loc_21019] -active=yes -width=2 -contrast=25 -ambient=25 -model=model_21798 -model2=model_21800 -name=Workbench - -// 21020 -[loc_21020] -active=no -contrast=25 -ambient=25 -model=model_21789,0 - -// 21021 -[loc_21021] -active=no -contrast=25 -ambient=25 -model=model_21790,0 - -// 21022 -[loc_21022] -active=yes -contrast=25 -ambient=25 -blockrange=no -model=model_21642 -name=Bed - -// 21023 -[loc_21023] -active=yes -contrast=25 -ambient=25 -model=model_21649 -name=Lockers - -// 21024 -[loc_21024] -active=yes -contrast=25 -ambient=25 -model=model_21645 -name=Foot lockers - -// 21025 -[loc_21025] -active=yes -ambient=45 -model=model_21644,Q -name=Cello - -// 21026 -[loc_21026] -active=yes -ambient=25 -model=model_21647,Q -name=Guitar - -// 21027 -[loc_21027] -active=yes -ambient=25 -model=model_21648 -name=Harp - -// 21028 -[loc_21028] -active=yes -ambient=25 -blockwalk=no -model=model_21646,0 -name=Flute - -// 21029 -[loc_21029] -active=yes -ambient=25 -model=model_21652,Q -name=Trumpet - -// 21030 -[loc_21030] -active=yes -ambient=25 -width=2 -model=model_21650 -name=Piano - -// 21031 -[loc_21031] -active=yes -ambient=25 -model=model_21651 -name=Stool - -// 21032 -[loc_21032] -active=yes -ambient=25 -blockwalk=no -model=model_21643,0 -name=Clarinet - -// 21033 -[loc_21033] -active=yes -ambient=25 -blockwalk=yes -model=model_21641,0 -name=Music Scores - -// 21034 -[loc_21034] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21744,1 -model=model_21745,2 -model=model_21746,5 - -// 21035 -[loc_21035] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -op1=Use -model=model_21754,1 -name=Chasm - -// 21036 -[loc_21036] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21741,1 - -// 21037 -[loc_21037] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21742,1 - -// 21038 -[loc_21038] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21743,1 - -// 21039 -[loc_21039] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21766,1 - -// 21040 -[loc_21040] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21748,1 - -// 21041 -[loc_21041] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21749,1 - -// 21042 -[loc_21042] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21771,1 -model=model_21772,4 - -// 21043 -[loc_21043] -sharelight=yes -ambient=20 -contrast=20 -mirror=yes -shadow=no -model=model_21771,1 -model=model_21772,4 - -// 21044 -[loc_21044] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21770,4 - -// 21045 -[loc_21045] -sharelight=yes -ambient=20 -contrast=20 -mirror=yes -shadow=no -model=model_21770,4 - -// 21046 -[loc_21046] -ambient=20 -contrast=20 -active=no -model=model_21773 - -// 21047 -[loc_21047] -ambient=20 -contrast=20 -active=no -model=model_21777 - -// 21048 -[loc_21048] -ambient=20 -contrast=20 -active=no -model=model_21779 - -// 21049 -[loc_21049] -ambient=20 -contrast=20 -active=no -model=model_21778 - -// 21050 -[loc_21050] -ambient=20 -contrast=20 -active=no -model=model_21780 - -// 21051 -[loc_21051] -ambient=20 -contrast=20 -active=no -model=model_21774 - -// 21052 -[loc_21052] -ambient=20 -contrast=20 -active=no -model=model_21775 - -// 21053 -[loc_21053] -ambient=20 -contrast=20 -active=no -model=model_21776 - -// 21054 -[loc_21054] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -msi=msi_22 -active=no -model=model_21752 - -// 21055 -[loc_21055] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -msi=msi_22 -op1=Use -model=model_21747 -name=Control panel - -// 21056 -[loc_21056] -active=no -sharelight=yes -ambient=20 -contrast=20 -shadow=no -msi=msi_22 -model=model_21753 - -// 21057 -[loc_21057] -active=no -sharelight=yes -ambient=20 -contrast=20 -shadow=no -msi=msi_22 -blockwalk=no -model=model_21750 - -// 21058 -[loc_21058] -ambient=20 -contrast=20 -active=no -blockwalk=yes -model=model_21757,5 - -// 21059 -[loc_21059] -ambient=20 -contrast=20 -active=no -blockwalk=yes -model=model_21756,5 - -// 21060 -[loc_21060] -ambient=20 -contrast=20 -active=no -blockwalk=no -model=model_21762,H - -// 21061 -[loc_21061] -ambient=20 -contrast=20 -active=no -blockwalk=no -model=model_21761,H - -// 21062 -[loc_21062] -ambient=20 -contrast=20 -active=no -blockwalk=no -model=model_21764 - -// 21063 -[loc_21063] -ambient=20 -contrast=20 -active=no -blockwalk=yes -model=model_21760,5 - -// 21064 -[loc_21064] -ambient=20 -contrast=20 -active=no -blockwalk=yes -mirror=yes -model=model_21758,5 - -// 21065 -[loc_21065] -active=yes -op1=Open -model=model_21755,1 -name=Door - -// 21066 -[loc_21066] -active=yes -ambient=20 -contrast=20 -model=model_21763,1 -name=Door - -// 21067 -[loc_21067] -active=yes -ambient=20 -contrast=20 -mirror=yes -model=model_21763,1 -name=Door - -// 21068 -[loc_21068] -active=yes -ambient=20 -contrast=20 -width=5 -op1=Open -model=model_21782 -name=Door - -// 21069 -[loc_21069] -active=no -ambient=20 -contrast=20 -sharelight=yes -model=model_21783,1 - -// 21070 -[loc_21070] -active=no -ambient=20 -contrast=20 -sharelight=yes -mirror=yes -model=model_21783,1 - -// 21071 -[loc_21071] -active=no -ambient=20 -contrast=20 -sharelight=yes -model=model_21781 - -// 21072 -[loc_21072] -active=no -ambient=20 -contrast=20 -sharelight=yes -mirror=yes -model=model_21781 - -// 21073 -[loc_21073] -active=no -ambient=20 -contrast=20 -hardshadow=no -model=model_21740,0 - -// 21074 -[loc_21074] -active=no -ambient=20 -contrast=20 -hardshadow=no -model=model_21767,0 - -// 21075 -[loc_21075] -active=no -ambient=20 -contrast=20 -hardshadow=no -model=model_21769,0 - -// 21076 -[loc_21076] -active=no -ambient=20 -contrast=20 -hardshadow=no -model=model_21768,0 - -// 21077 -[loc_21077] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_21721,1 -model=model_21722,2 -model=model_21723,5 - -// 21078 -[loc_21078] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_21725,1 -model=model_21726,2 -model=model_21727,5 - -// 21079 -[loc_21079] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_21720,1 - -// 21080 -[loc_21080] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_21729 - -// 21081 -[loc_21081] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_21728 - -// 21082 -[loc_21082] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_21730 - -// 21083 -[loc_21083] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_21731 - -// 21084 -[loc_21084] -ambient=25 -contrast=25 -model=model_21732,Q - -// 21085 -[loc_21085] -anim=seq_5738 -ambient=80 -contrast=25 -active=yes -bgsound=synth_3368,5 -model=model_21784,Q -name=Spinning light - -// 21086 -[loc_21086] -ambient=80 -contrast=25 -active=yes -op1=Use -model=model_21751,Q -name=Big Button - -// 21087 -[loc_21087] -bgsound=synth_3361,10 -active=no -model=model_1105,0 - -// 21088 -[loc_21088] -active=no -sharelight=yes -hillskew=yes -contrast=25 -ambient=25 -model=model_21570,1 -model=model_21571,2 -model=model_21572,4 -model=model_21573,5 - -// 21089 -[loc_21089] -anim=seq_5728 -length=2 -width=2 -active=yes -ambient=25 -contrast=25 -blockwalk=yes -multivar=varplayerbit_3296 -multiloc=0,loc_21147 -multiloc=1,loc_21092 - -// 21090 -[loc_21090] -anim=seq_5730 -length=2 -width=2 -active=yes -ambient=25 -contrast=25 -blockwalk=yes -multivar=varplayerbit_3297 -multiloc=0,loc_21093 -multiloc=1,loc_21093 - -// 21091 -[loc_21091] -anim=seq_5729 -length=2 -width=2 -active=yes -ambient=25 -contrast=25 -blockwalk=yes -multivar=varplayerbit_3297 -multiloc=0,loc_21147 -multiloc=1,loc_21094 - -// 21092 -[loc_21092] -anim=seq_5728 -width=2 -length=2 -blockwalk=yes -model=model_21625 -model2=model_21623 -model3=model_21624 -model4=model_21622 -name=Crazy penguin - -// 21093 -[loc_21093] -anim=seq_5730 -width=2 -length=2 -blockwalk=yes -model=model_21628 -model2=model_21626 -model3=model_21627 -name=Crazy penguin - -// 21094 -[loc_21094] -anim=seq_5729 -width=2 -length=2 -blockwalk=yes -model=model_21621 -model2=model_21619 -model3=model_21620 -model4=model_21618 -name=Crazy penguin - -// 21095 -[loc_21095] -active=yes -blockwalk=yes -ambient=25 -contrast=25 -op1=Climb -model=model_21604 -name=Ice steps - -// 21096 -[loc_21096] -sharelight=yes -active=no -blockwalk=yes -length=2 -width=2 -ambient=25 -contrast=25 -hillskew=yes -model=model_21606 - -// 21097 -[loc_21097] -sharelight=yes -active=no -blockwalk=yes -length=2 -width=6 -ambient=25 -contrast=25 -hillskew=yes -model=model_21609 - -// 21098 -[loc_21098] -active=no -ambient=25 -contrast=25 -model=model_21605,0 - -// 21099 -[loc_21099] -sharelight=yes -hillskew=yes -active=no -blockwalk=yes -ambient=25 -contrast=25 -model=model_21530 -model=model_21617 - -// 21100 -[loc_21100] -anim=seq_3743 -sharelight=yes -hillskew=yes -active=no -blockwalk=yes -ambient=25 -contrast=25 -model=model_21536 -model=model_21617 - -// 21101 -[loc_21101] -anim=seq_3743 -hillskew=yes -sharelight=yes -active=no -blockwalk=yes -length=3 -width=3 -ambient=25 -contrast=25 -model=model_21537 -model=model_21617 - -// 21102 -[loc_21102] -active=no -blockwalk=no -hillskew=yes -model=model_21586,0 - -// 21103 -[loc_21103] -hillskew=yes -unknown90=yes -recol1s=32767 -recol1d=26525 -model=model_1095,0 - -// 21104 -[loc_21104] -hillskew=yes -unknown90=yes -recol1s=32767 -recol1d=26525 -model=model_1112,0 - -// 21105 -[loc_21105] -hillskew=yes -unknown90=yes -recol1s=32767 -recol1d=26525 -model=model_1126,0 - -// 21106 -[loc_21106] -active=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_21614 -name=Start - -// 21107 -[loc_21107] -active=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_21614 -name=Sign - -// 21108 -[loc_21108] -anim=seq_5739 -active=no -blockwalk=no -bgsound=synth_3124,5 -model=model_21589 - -// 21109 -[loc_21109] -anim=seq_5739 -active=no -blockwalk=no -bgsound=synth_3124,5 -recol1s=15624 -recol1d=11913 -model=model_21589 - -// 21110 -[loc_21110] -anim=seq_3743 -length=2 -width=2 -active=no -blockwalk=no -ambient=25 -contrast=25 -hardshadow=no -model=model_21538 -model=model_21617 - -// 21111 -[loc_21111] -anim=seq_3743 -length=2 -width=2 -active=no -blockwalk=no -ambient=25 -contrast=25 -hardshadow=no -model=model_21539 -model=model_21617 - -// 21112 -[loc_21112] -sharelight=yes -blockwalk=yes -active=no -ambient=25 -contrast=25 -model=model_21593 - -// 21113 -[loc_21113] -sharelight=yes -blockwalk=yes -active=no -ambient=25 -contrast=25 -model=model_21594 - -// 21114 -[loc_21114] -sharelight=yes -blockwalk=yes -active=no -ambient=25 -contrast=25 -model=model_21595 - -// 21115 -[loc_21115] -sharelight=yes -blockwalk=yes -active=no -ambient=25 -contrast=25 -model=model_21596 - -// 21116 -[loc_21116] -sharelight=yes -blockwalk=yes -active=no -ambient=25 -contrast=25 -model=model_21597 - -// 21117 -[loc_21117] -sharelight=yes -blockwalk=yes -active=no -ambient=25 -contrast=25 -model=model_21598 - -// 21118 -[loc_21118] -sharelight=yes -blockwalk=yes -active=no -ambient=25 -contrast=25 -model=model_21599 - -// 21119 -[loc_21119] -sharelight=yes -blockwalk=yes -active=no -ambient=25 -contrast=25 -model=model_21600 - -// 21120 -[loc_21120] -anim=seq_3743 -sharelight=yes -blockwalk=yes -active=yes -ambient=25 -forceapproach=west -contrast=25 -op1=Climb -model=model_21531 -name=Stepping Stone - -// 21121 -[loc_21121] -anim=seq_3743 -sharelight=yes -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_21532 -name=Stepping Stone - -// 21122 -[loc_21122] -anim=seq_3743 -sharelight=yes -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_21533 -name=Stepping Stone - -// 21123 -[loc_21123] -anim=seq_3743 -sharelight=yes -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_21534 -name=Stepping Stone - -// 21124 -[loc_21124] -anim=seq_3743 -sharelight=yes -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_21535 -name=Stepping Stone - -// 21125 -[loc_21125] -shadow=no -blockwalk=no -model=model_21617,0 - -// 21126 -[loc_21126] -shadow=no -blockwalk=no -op1=Jump -model=model_21617,0 -name=Stepping Stone - -// 21127 -[loc_21127] -shadow=no -blockwalk=no -op1=Jump -model=model_21617,0 -name=Stepping Stone - -// 21128 -[loc_21128] -shadow=no -blockwalk=no -op1=Jump -model=model_21617,0 -name=Stepping Stone - -// 21129 -[loc_21129] -shadow=no -blockwalk=no -op1=Jump -model=model_21617,0 -name=Stepping Stone - -// 21130 -[loc_21130] -shadow=no -blockwalk=no -op1=Jump -model=model_21617,0 -name=Stepping Stone - -// 21131 -[loc_21131] -shadow=no -blockwalk=no -op1=Jump -model=model_21617,0 -name=Stepping Stone - -// 21132 -[loc_21132] -shadow=no -blockwalk=no -op1=Jump -model=model_21617,0 -name=Stepping Stone - -// 21133 -[loc_21133] -shadow=no -blockwalk=no -op1=Jump -model=model_21617,0 -name=Stepping Stone - -// 21134 -[loc_21134] -shadow=no -blockwalk=no -op1=Tread-softly -forcedecor=yes -model=model_21605,0 -name=Icicles - -// 21135 -[loc_21135] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -model=model_21615,0 - -// 21136 -[loc_21136] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -model=model_21616,0 - -// 21137 -[loc_21137] -hillskew=yes -ambient=25 -contrast=25 -model=model_21612,0 - -// 21138 -[loc_21138] -hillskew=yes -ambient=25 -contrast=25 -model=model_21613,0 - -// 21139 -[loc_21139] -active=no -blockwalk=yes -ambient=25 -contrast=25 -hillskew=yes -model=model_21601 - -// 21140 -[loc_21140] -active=no -blockwalk=yes -ambient=25 -contrast=25 -hillskew=yes -model=model_21602 - -// 21141 -[loc_21141] -length=2 -width=2 -active=no -ambient=25 -contrast=25 -hillskew=yes -blockwalk=yes -model=model_21603 - -// 21142 -[loc_21142] -length=2 -width=3 -active=yes -ambient=25 -contrast=25 -hillskew=yes -blockwalk=no -op1=Jump -model=model_21610 -name=Snow jump - -// 21143 -[loc_21143] -length=3 -width=3 -active=yes -ambient=25 -contrast=25 -hillskew=yes -blockwalk=no -op1=Jump -model=model_21611 -name=Snow jump - -// 21144 -[loc_21144] -sharelight=yes -active=no -ambient=25 -contrast=25 -blockwalk=yes -model=model_21587 - -// 21145 -[loc_21145] -sharelight=yes -active=no -ambient=25 -contrast=25 -blockwalk=yes -model=model_21588 - -// 21146 -[loc_21146] -anim=seq_5741 -sharelight=yes -width=4 -active=no -ambient=25 -contrast=25 -blockwalk=yes -model=model_21585 - -// 21147 -[loc_21147] -length=2 -width=2 -active=yes -ambient=25 -contrast=25 -blockwalk=yes -model=model_21592 -name=Wooden platform - -// 21148 -[loc_21148] -active=yes -anim=seq_5734 -ambient=25 -contrast=25 -blockwalk=no -op1=Cross -forcedecor=yes -hillskew=yes -model=model_21590,0 -name=Ice - -// 21149 -[loc_21149] -active=yes -anim=seq_5734 -ambient=25 -contrast=25 -blockwalk=no -op1=Cross -forcedecor=yes -hillskew=yes -model=model_21590,0 -name=Ice - -// 21150 -[loc_21150] -active=yes -anim=seq_5734 -ambient=25 -contrast=25 -blockwalk=no -op1=Cross -forcedecor=yes -hillskew=yes -model=model_21590,0 -name=Ice - -// 21151 -[loc_21151] -active=yes -anim=seq_5734 -ambient=25 -contrast=25 -blockwalk=no -op1=Cross -forcedecor=yes -hillskew=yes -model=model_21590,0 -name=Ice - -// 21152 -[loc_21152] -active=yes -anim=seq_5734 -ambient=25 -contrast=25 -blockwalk=no -op1=Cross -forcedecor=yes -hillskew=yes -model=model_21590,0 -name=Ice - -// 21153 -[loc_21153] -active=yes -anim=seq_5734 -ambient=25 -contrast=25 -blockwalk=no -op1=Cross -forcedecor=yes -hillskew=yes -model=model_21590,0 -name=Ice - -// 21154 -[loc_21154] -active=yes -anim=seq_5734 -ambient=25 -contrast=25 -blockwalk=no -op1=Cross -forcedecor=yes -hillskew=yes -model=model_21590,0 -name=Ice - -// 21155 -[loc_21155] -active=yes -anim=seq_5734 -ambient=25 -contrast=25 -blockwalk=no -op1=Cross -forcedecor=yes -hillskew=yes -model=model_21590,0 -name=Ice - -// 21156 -[loc_21156] -active=yes -anim=seq_5734 -ambient=25 -contrast=25 -blockwalk=no -op1=Cross -forcedecor=yes -hillskew=yes -model=model_21590,0 -name=Ice - -// 21157 -[loc_21157] -active=yes -op1=Use -blockwalk=yes -model=model_21566,0 -name=A crack - -// 21158 -[loc_21158] -sharelight=yes -ambient=20 -contrast=20 -active=yes -shadow=no -op1=Use -model=model_21654 -name=Avalanche - -// 21159 -[loc_21159] -sharelight=yes -ambient=20 -contrast=20 -active=yes -shadow=no -op1=Use -model=model_21655 -name=Avalanche - -// 21160 -[loc_21160] -active=yes -raiseobject=no -op1=Open -model=model_21755,1 -name=Door - -// 21161 -[loc_21161] -active=yes -op1=Close -raiseobject=no -model=model_21755,1 -name=Door - -// 21162 -[loc_21162] -op1=Open -raiseobject=no -model=model_21755,1 -name=Door - -// 21163 -[loc_21163] -active=no -raiseobject=no -blockrange=no -model=model_21755,1 - -// 21164 -[loc_21164] -op1=Open -raiseobject=no -model=model_21755,1 -name=Door - -// 21165 -[loc_21165] -active=no -raiseobject=no -blockrange=no -model=model_21755,1 - -// 21166 -[loc_21166] -active=yes -ambient=20 -contrast=20 -model=model_21759,1 -name=Door - -// 21167 -[loc_21167] -active=yes -ambient=25 -contrast=25 -raiseobject=no -op1=Open -model=model_21724,1 -name=Door - -// 21168 -[loc_21168] -active=no -raiseobject=no -model=model_21724,1 - -// 21169 -[loc_21169] -active=yes -ambient=20 -contrast=20 -mirror=yes -op1=Open -model=model_21765,1 -name=Door - -// 21170 -[loc_21170] -sharelight=yes -ambient=20 -contrast=20 -active=no -shadow=no -op1=Open -active=yes -model=model_21677,1 -name=Door - -// 21171 -[loc_21171] -active=yes -ambient=20 -contrast=20 -mirror=yes -op1=Open -model=model_21765,1 -name=Door - -// 21172 -[loc_21172] -active=yes -hillskew=yes -contrast=25 -ambient=25 -op1=Open -model=model_21565,1 -name=Gate - -// 21173 -[loc_21173] -active=no -hillskew=yes -contrast=25 -ambient=25 -model=model_21565,1 - -// 21174 -[loc_21174] -active=no -randomsound=100,200,10,synth_3364,synth_3365,synth_3366,synth_3367 -model=model_1105,0 - -// 21175 -[loc_21175] -width=6 -length=3 -shadow=no -op1=Travel -model=model_21563 -name=Boat - -// 21176 -[loc_21176] -width=6 -length=3 -ambient=25 -shadow=no -op1=Travel -model=model_21529 -name=Boat - -// 21177 -[loc_21177] -width=6 -length=3 -ambient=25 -shadow=no -op1=Travel -model=model_21529 -name=Boat - -// 21178 -[loc_21178] -ambient=40 -contrast=40 -hillskew=yes -forceapproach=west -active=no -model=model_21584 - -// 21179 -[loc_21179] -active=yes -length=4 -width=3 -contrast=25 -ambient=25 -op1=Use -model=model_21579 -name=Firm snow patch - -// 21180 -[loc_21180] -active=yes -length=4 -width=3 -contrast=25 -ambient=25 -op1=Use -model=model_21578 -name=Bird hide structure - -// 21181 -[loc_21181] -active=yes -length=4 -width=3 -contrast=25 -ambient=25 -forceapproach=west -op1=Use -model=model_21574 -name=Snowy bird hide - -// 21182 -[loc_21182] -active=yes -length=4 -width=3 -contrast=25 -ambient=25 -op1=Use -model=model_21577 -name=Destroyed bird hide - -// 21183 -[loc_21183] -active=yes -contrast=25 -ambient=25 -blockwalk=no -model=model_21576,0 -name=Suspicious footprints - -// 21184 -[loc_21184] -active=yes -contrast=25 -ambient=25 -blockwalk=no -model=model_21575,0 -name=Suspicious footprints - -// 21185 -[loc_21185] -active=yes -mirror=yes -contrast=25 -ambient=25 -blockwalk=no -model=model_21575,0 -name=Suspicious footprints - -// 21186 -[loc_21186] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21660,1 -model=model_21661,2 -model=model_21662,5 - -// 21187 -[loc_21187] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -op1=Use -model=model_21675,1 -name=Chasm - -// 21188 -[loc_21188] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21658,1 - -// 21189 -[loc_21189] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21665,1 - -// 21190 -[loc_21190] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21664,1 - -// 21191 -[loc_21191] -sharelight=yes -ambient=20 -contrast=20 -model=model_21666,1 -model=model_21667,2 -model=model_21668,5 - -// 21192 -[loc_21192] -sharelight=yes -ambient=20 -contrast=20 -model=model_21670,1 -model=model_21671,5 - -// 21193 -[loc_21193] -sharelight=yes -ambient=20 -contrast=20 -model=model_21669,1 - -// 21194 -[loc_21194] -sharelight=yes -ambient=20 -contrast=20 -model=model_21673,1 - -// 21195 -[loc_21195] -sharelight=yes -ambient=20 -contrast=20 -model=model_21672,1 - -// 21196 -[loc_21196] -active=no -sharelight=yes -ambient=20 -contrast=35 -model=model_21674 - -// 21197 -[loc_21197] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21656,1 - -// 21198 -[loc_21198] -sharelight=yes -ambient=20 -contrast=20 -shadow=no -model=model_21659,1 - -// 21199 -[loc_21199] -sharelight=yes -ambient=20 -contrast=20 -model=model_21653 -name=Snow - -// 21200 -[loc_21200] -sharelight=yes -ambient=20 -contrast=20 -model=model_21657 -name=Snow - -// 21201 -[loc_21201] -sharelight=yes -ambient=20 -contrast=20 -active=yes -shadow=no -model=model_21678,1 -name=Door - -// 21202 -[loc_21202] -sharelight=yes -ambient=20 -contrast=20 -active=no -shadow=no -model=model_21676,1 - -// 21203 -[loc_21203] -sharelight=yes -ambient=20 -contrast=20 -msi=msi_22 -model=model_21679,1 -model=model_21680,2 -model=model_21681,5 - -// 21204 -[loc_21204] -sharelight=yes -ambient=20 -contrast=20 -msi=msi_22 -model=model_21663,1 - -// 21205 -[loc_21205] -sharelight=yes -ambient=20 -contrast=20 -msi=msi_22 -model=model_21683,1 - -// 21206 -[loc_21206] -sharelight=yes -ambient=20 -contrast=20 -msi=msi_22 -model=model_21682,1 - -// 21207 -[loc_21207] -active=no -ambient=25 -contrast=25 -hardshadow=no -model=model_21685 -model=model_21684 - -// 21208 -[loc_21208] -active=no -ambient=25 -contrast=25 -hardshadow=no -model=model_21687 -model=model_21696 - -// 21209 -[loc_21209] -active=no -ambient=25 -contrast=25 -hardshadow=no -model=model_21688 -model=model_21697 - -// 21210 -[loc_21210] -active=no -ambient=25 -contrast=25 -hardshadow=no -model=model_21689 -model=model_21698 - -// 21211 -[loc_21211] -active=no -ambient=25 -contrast=25 -hardshadow=no -model=model_21690 -model=model_21699 - -// 21212 -[loc_21212] -active=no -ambient=25 -contrast=25 -hardshadow=no -model=model_21691 -model=model_21700 - -// 21213 -[loc_21213] -active=no -ambient=25 -contrast=25 -hardshadow=no -model=model_21692 -model=model_21701 - -// 21214 -[loc_21214] -active=no -ambient=25 -contrast=25 -hardshadow=no -model=model_21693 -model=model_21702 - -// 21215 -[loc_21215] -active=no -ambient=25 -contrast=25 -hardshadow=no -hardshadow=no -model=model_21694 -model=model_21703 - -// 21216 -[loc_21216] -active=no -ambient=25 -contrast=25 -mirror=yes -hardshadow=no -model=model_21687 -model=model_21696 - -// 21217 -[loc_21217] -active=no -ambient=25 -contrast=25 -mirror=yes -hardshadow=no -model=model_21690 -model=model_21699 - -// 21218 -[loc_21218] -active=no -ambient=25 -contrast=25 -mirror=yes -hardshadow=no -model=model_21686 -model=model_21695 - -// 21219 -[loc_21219] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=3 -length=4 -model=model_21705 - -// 21220 -[loc_21220] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=3 -length=4 -model=model_21706 - -// 21221 -[loc_21221] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=3 -model=model_21707 - -// 21222 -[loc_21222] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=4 -model=model_21708 - -// 21223 -[loc_21223] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_21710 - -// 21224 -[loc_21224] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_21711 - -// 21225 -[loc_21225] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=2 -model=model_21713 - -// 21226 -[loc_21226] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=4 -model=model_21709 - -// 21227 -[loc_21227] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=3 -length=4 -resizex=110 -resizey=110 -model=model_21704 -model=model_21617 - -// 21228 -[loc_21228] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=3 -length=4 -resizex=110 -resizey=110 -model=model_21714 -model=model_21617 - -// 21229 -[loc_21229] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=3 -resizex=110 -resizey=110 -model=model_21715 -model=model_21617 - -// 21230 -[loc_21230] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=4 -resizex=110 -resizey=110 -model=model_21716 -model=model_21617 - -// 21231 -[loc_21231] -active=no -hillskew=yes -ambient=25 -contrast=25 -resizex=110 -resizey=110 -model=model_21717 - -// 21232 -[loc_21232] -active=no -hillskew=yes -ambient=25 -contrast=25 -resizex=110 -resizey=110 -model=model_21717 -model=model_21617 - -// 21233 -[loc_21233] -active=no -hillskew=yes -ambient=25 -contrast=25 -resizex=110 -resizey=110 -model=model_21718 - -// 21234 -[loc_21234] -active=no -hillskew=yes -ambient=25 -contrast=25 -resizex=110 -resizey=110 -model=model_21718 -model=model_21617 - -// 21235 -[loc_21235] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=2 -resizex=110 -resizey=110 -model=model_21719 - -// 21236 -[loc_21236] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=2 -resizex=110 -resizey=110 -model=model_21719 -model=model_21617 - -// 21237 -[loc_21237] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=4 -resizex=110 -resizey=110 -model=model_21712 - -// 21238 -[loc_21238] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=4 -resizex=110 -resizey=110 -model=model_21712 -model=model_21617 - -// 21239 -[loc_21239] -sharelight=yes -ambient=25 -hillskew=yes -blockrange=no -recolhsl1s=5186 -recolhsl1d=5166 -recolhsl2s=5190 -recolhsl2d=5170 -recol3s=15821 -recol3d=10536 -recol4s=16878 -recol4d=11593 -model=model_21630,1 -model=model_21631,2 -model=model_21632,4 -model=model_21633,5 - -// 21240 -[loc_21240] -sharelight=yes -ambient=25 -hillskew=yes -blockrange=no -recolhsl1s=5186 -recolhsl1d=5166 -recolhsl2s=5190 -recolhsl2d=5170 -recol3s=15821 -recol3d=10536 -recol4s=16878 -recol4d=11593 -model=model_21634,1 -model=model_21635,2 -model=model_21636,4 -model=model_21637,5 - -// 21241 -[loc_21241] -sharelight=yes -ambient=25 -hillskew=yes -blockrange=no -recolhsl1s=5186 -recolhsl1d=5166 -recolhsl2s=5190 -recolhsl2d=5170 -recol3s=15821 -recol3d=10536 -recol4s=16878 -recol4d=11593 -model=model_21638,1 - -// 21242 -[loc_21242] -sharelight=yes -ambient=25 -hillskew=yes -blockrange=no -recolhsl1s=5186 -recolhsl1d=5166 -recolhsl2s=5190 -recolhsl2d=5170 -recol3s=15821 -recol3d=10536 -recol4s=16878 -recol4d=11593 -model=model_21640,1 - -// 21243 -[loc_21243] -active=yes -raiseobject=no -op1=Open -blockrange=no -model=model_21629,1 -name=Door - -// 21244 -[loc_21244] -active=no -raiseobject=no -blockrange=no -model=model_21629,1 - -// 21245 -[loc_21245] -active=yes -op1=Use -multivar=varplayerbit_3293 -multiloc=130,loc_21157 -multiloc=135,loc_21157 - -// 21246 -[loc_21246] -active=yes -length=4 -width=3 -forceapproach=west -op1=Use -multivar=varplayerbit_3294 -multiloc=0,loc_21179 -multiloc=1,loc_21180 -multiloc=2,loc_21181 -multiloc=3,loc_21182 - -// 21247 -[loc_21247] -active=yes -blockwalk=no -multivar=varplayerbit_3294 -multiloc=3,loc_21183 - -// 21248 -[loc_21248] -active=yes -blockwalk=no -multivar=varplayerbit_3294 -multiloc=3,loc_21184 - -// 21249 -[loc_21249] -active=yes -mirror=yes -blockwalk=no -multivar=varplayerbit_3294 -multiloc=3,loc_21184 - -// 21250 -[loc_21250] -op1=Convert -ambient=45 -model=model_20693 -name=Collector Converter - -// 21251 -[loc_21251] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6438 -model=model_11026 -model2=model_11024 -name=Rocks - -// 21252 -[loc_21252] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6438 -model=model_11027 -model2=model_11024 -name=Rocks - -// 21253 -[loc_21253] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=6346 -model=model_11025 -model2=model_11024 -name=Rocks - -// 21254 -[loc_21254] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6346 -model=model_11026 -model2=model_11024 -name=Rocks - -// 21255 -[loc_21255] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6346 -model=model_11027 -model2=model_11024 -name=Rocks - -// 21256 -[loc_21256] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=6242 -model=model_11025 -model2=model_11024 -name=Rocks - -// 21257 -[loc_21257] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6242 -model=model_11026 -model2=model_11024 -name=Rocks - -// 21258 -[loc_21258] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6242 -model=model_11027 -model2=model_11024 -name=Rocks - -// 21259 -[loc_21259] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=28036 -model=model_11025 -model2=model_11024 -name=Rocks - -// 21260 -[loc_21260] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=28036 -model=model_11026 -model2=model_11024 -name=Rocks - -// 21261 -[loc_21261] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=28036 -model=model_11027 -model2=model_11024 -name=Rocks - -// 21262 -[loc_21262] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=4226 -model=model_11025 -model2=model_11024 -name=Rocks - -// 21263 -[loc_21263] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=4226 -model=model_11026 -model2=model_11024 -name=Rocks - -// 21264 -[loc_21264] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=4226 -model=model_11027 -model2=model_11024 -name=Rocks - -// 21265 -[loc_21265] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=21070 -model=model_11025 -model2=model_11024 -name=Rocks - -// 21266 -[loc_21266] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=21070 -model=model_11026 -model2=model_11024 -name=Rocks - -// 21267 -[loc_21267] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=21070 -model=model_11027 -model2=model_11024 -name=Rocks - -// 21268 -[loc_21268] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=14732 -model=model_11025 -model2=model_11024 -name=Rocks - -// 21269 -[loc_21269] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=14732 -model=model_11026 -model2=model_11024 -name=Rocks - -// 21270 -[loc_21270] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=14732 -model=model_11027 -model2=model_11024 -name=Rocks - -// 21271 -[loc_21271] -anim=seq_1304 -length=3 -recol1s=5216 -recol1d=14659 -recol2s=11556 -recol2d=19909 -model=model_4138 -name=Funeral pyre - -// 21272 -[loc_21272] -length=3 -op1=Light -op4=Hidden -recol1s=5216 -recol1d=14659 -recol2s=11556 -recol2d=19909 -model=model_4138 -name=Funeral pyre - -// 21273 -[loc_21273] -op1=Cut down -op3=hidden -active=yes -msi=msi_0 -ambient=10 -contrast=10 -width=2 -length=2 -blockwalk=yes -anim=seq_5773 -hillchange=tree_skew,40 -model=model_16293 -model2=model_16294 -name=Arctic Pine - -// 21274 -[loc_21274] -active=yes -ambient=10 -contrast=10 -width=2 -length=2 -hillskew=yes -model=model_16292 -name=Tree Stump - -// 21275 -[loc_21275] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=6438 -model=model_3184 -name=Rocks - -// 21276 -[loc_21276] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6438 -model=model_3183 -name=Rocks - -// 21277 -[loc_21277] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6438 -model=model_3195 -name=Rocks - -// 21278 -[loc_21278] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 21279 -[loc_21279] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 21280 -[loc_21280] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 21281 -[loc_21281] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 21282 -[loc_21282] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 21283 -[loc_21283] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=6242 -model=model_3195 -name=Rocks - -// 21284 -[loc_21284] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=28036 -model=model_3184 -name=Rocks - -// 21285 -[loc_21285] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=28036 -model=model_3183 -name=Rocks - -// 21286 -[loc_21286] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=28036 -model=model_3195 -name=Rocks - -// 21287 -[loc_21287] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 21288 -[loc_21288] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 21289 -[loc_21289] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=4226 -model=model_3195 -name=Rocks - -// 21290 -[loc_21290] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=32480 -model=model_3184 -name=Rocks - -// 21291 -[loc_21291] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=32480 -model=model_3183 -name=Rocks - -// 21292 -[loc_21292] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=32480 -model=model_3195 -name=Rocks - -// 21293 -[loc_21293] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 21294 -[loc_21294] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=14732 -model=model_3183 -name=Rocks - -// 21295 -[loc_21295] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=14732 -model=model_3195 -name=Rocks - -// 21296 -[loc_21296] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7398 -recol2s=6342 -recol2d=7398 -model=model_3184 -name=Rocks - -// 21297 -[loc_21297] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=7398 -model=model_3183 -name=Rocks - -// 21298 -[loc_21298] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7398 -recol2s=6342 -recol2d=7398 -model=model_3195 -name=Rocks - -// 21299 -[loc_21299] -op1=Open -model=model_21968 -name=Chest - -// 21300 -[loc_21300] -op1=Search -model=model_21969 -name=Chest - -// 21301 -[loc_21301] -op1=Use -model=model_21969 -name=Bank chest - -// 21302 -[loc_21302] -ambient=10 -forcedecor=yes -bgsound=synth_2065,3 -model=model_21971 -name=Clay oven - -// 21303 -[loc_21303] -sharelight=yes -hillskew=yes -ambient=20 -contrast=20 -op2=Smelt-ore -bgsound=synth_2209,5 -forceapproach=north -model=model_21970 -name=Clay forge - -// 21304 -[loc_21304] -ambient=10 -op1=Spin -model=model_21980 -name=Spinning wheel - -// 21305 -[loc_21305] -ambient=10 -op1=Cut-wood -model=model_21984 -name=Woodcutting stump - -// 21306 -[loc_21306] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -forceapproach=south -unknown90=yes -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21307 -[loc_21307] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -forceapproach=south -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21308 -[loc_21308] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -forceapproach=south -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21309 -[loc_21309] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -forceapproach=south -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21310 -[loc_21310] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -op2=Repair -forceapproach=south -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21311 -[loc_21311] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -op2=Repair -forceapproach=south -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21312 -[loc_21312] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -op2=Repair -forceapproach=south -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21313 -[loc_21313] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -op2=Repair -forceapproach=south -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21314 -[loc_21314] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Cross-bridge -forceapproach=south -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21315 -[loc_21315] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -forceapproach=south -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21316 -[loc_21316] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21317 -[loc_21317] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21318 -[loc_21318] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21319 -[loc_21319] -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -forcedecor=yes -breakroutefinding=yes -active=yes -msi=msi_22 -op1=Walk-across -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21320 -[loc_21320] -ambient=20 -contrast=20 -active=no -forcedecor=yes -hillskew=yes -unknown90=yes -model=model_22004,0 -model=model_22093,0 - -// 21321 -[loc_21321] -ambient=20 -contrast=20 -active=no -forcedecor=yes -hillskew=yes -unknown90=yes -model=model_22004,0 -model=model_22096,0 - -// 21322 -[loc_21322] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_22081,5 - -// 21323 -[loc_21323] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -recol1s=17830 -recol1d=18853 -recol2s=19911 -recol2d=20933 -recol3s=17831 -recol3d=14659 -recol4s=16774 -recol4d=17796 -model=model_22082,1 -model=model_22083,2 - -// 21324 -[loc_21324] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -recol1s=17830 -recol1d=18853 -recol2s=19911 -recol2d=20933 -recol3s=17831 -recol3d=14659 -recol4s=16774 -recol4d=17796 -model=model_22084,1 - -// 21325 -[loc_21325] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -mirror=yes -recol1s=17830 -recol1d=18853 -recol2s=19911 -recol2d=20933 -recol3s=17831 -recol3d=14659 -recol4s=16774 -recol4d=17796 -model=model_22084,1 - -// 21326 -[loc_21326] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -recol1s=17830 -recol1d=18853 -recol2s=19911 -recol2d=20933 -model=model_22085,1 -model=model_22086,2 -model=model_22087,5 - -// 21327 -[loc_21327] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -recol1s=17830 -recol1d=18853 -recol2s=19911 -recol2d=20933 -recol3s=17831 -recol3d=14659 -recol4s=16774 -recol4d=17796 -model=model_22088,1 -model=model_22089,2 - -// 21328 -[loc_21328] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_22090 - -// 21329 -[loc_21329] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_22091 - -// 21330 -[loc_21330] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_22092 - -// 21331 -[loc_21331] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -mirror=yes -model=model_22092 - -// 21332 -[loc_21332] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_22093,0 - -// 21333 -[loc_21333] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_22094,8 -model=model_22095,0 - -// 21334 -[loc_21334] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_22097,1 -model=model_22098,4 - -// 21335 -[loc_21335] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -mirror=yes -model=model_22097,1 -model=model_22098,4 - -// 21336 -[loc_21336] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_22100,1 - -// 21337 -[loc_21337] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 21338 -[loc_21338] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -mirror=yes -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 21339 -[loc_21339] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_22072,1 - -// 21340 -[loc_21340] -ambient=20 -contrast=20 -active=yes -op1=Open -raiseobject=no -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_4336,1 -name=Door - -// 21341 -[loc_21341] -ambient=20 -contrast=20 -active=yes -op1=Open -raiseobject=no -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_4336,1 -name=Door - -// 21342 -[loc_21342] -ambient=20 -contrast=20 -active=yes -op1=Close -raiseobject=no -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_4336,1 -name=Door - -// 21343 -[loc_21343] -ambient=20 -contrast=20 -active=yes -op1=Close -raiseobject=no -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_4336,1 -name=Door - -// 21344 -[loc_21344] -ambient=20 -contrast=20 -hillskew=yes -active=no -offsety=-40 -recol1s=12582 -recol1d=13603 -recol2s=10500 -recol2d=19909 -model=model_4342,A -model=model_4343,S -model=model_4344,Z - -// 21345 -[loc_21345] -sharelight=yes -ambient=20 -contrast=20 -hillskew=yes -active=no -offsety=-40 -recol1s=12582 -recol1d=13603 -recol2s=10500 -recol2d=19909 -model=model_4345,A -model=model_4346,S - -// 21346 -[loc_21346] -ambient=20 -contrast=20 -sharelight=yes -active=no -offsety=-40 -recol1s=12582 -recol1d=13603 -recol2s=10500 -recol2d=19909 -recol3s=7331 -recol3d=22023 -recol4s=9445 -recol4d=15716 -model=model_4361,A -model=model_4362,Z - -// 21347 -[loc_21347] -ambient=20 -contrast=20 -sharelight=yes -active=no -mirror=yes -offsety=-40 -recol1s=12582 -recol1d=13603 -recol2s=10500 -recol2d=19909 -recol3s=7331 -recol3d=22023 -recol4s=9445 -recol4d=15716 -model=model_4361,A -model=model_4362,Z - -// 21348 -[loc_21348] -sharelight=yes -active=no -ambient=20 -contrast=20 -offsety=-40 -recol1s=12582 -recol1d=13603 -recol2s=10468 -recol2d=19909 -recol3s=7331 -recol3d=22023 -recol4s=9445 -recol4d=15716 -model=model_4360,Z - -// 21349 -[loc_21349] -sharelight=yes -active=no -ambient=20 -contrast=20 -offsety=-40 -recol1s=12582 -recol1d=13603 -recol2s=10468 -recol2d=19909 -recol3s=7331 -recol3d=22023 -recol4s=9445 -recol4d=15716 -model=model_4363,Z - -// 21350 -[loc_21350] -sharelight=yes -active=no -mirror=yes -ambient=20 -contrast=20 -offsety=-40 -recol1s=12582 -recol1d=13603 -recol2s=10468 -recol2d=19909 -recol3s=7331 -recol3d=22023 -recol4s=9445 -recol4d=15716 -model=model_4360,Z - -// 21351 -[loc_21351] -sharelight=yes -active=no -mirror=yes -ambient=20 -contrast=20 -offsety=-40 -recol1s=12582 -recol1d=13603 -recol2s=10468 -recol2d=19909 -recol3s=7331 -recol3d=22023 -recol4s=9445 -recol4d=15716 -model=model_4363,Z - -// 21352 -[loc_21352] -sharelight=yes -active=no -hillskew=yes -ambient=20 -contrast=20 -offsety=-40 -recol1s=10500 -recol1d=19909 -recol2s=12582 -recol2d=13603 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 21353 -[loc_21353] -sharelight=yes -active=no -hillskew=yes -ambient=20 -contrast=20 -offsety=-40 -recol1s=12582 -recol1d=13603 -recol2s=10468 -recol2d=19909 -recol3s=7331 -recol3d=22023 -recol4s=9445 -recol4d=15716 -model=model_22099,Z - -// 21354 -[loc_21354] -ambient=5 -blockrange=no -recol1s=10401 -recol1d=13603 -recol2s=9377 -recol2d=9445 -model=model_1170 -name=Chair - -// 21355 -[loc_21355] -active=yes -ambient=30 -contrast=30 -width=2 -length=2 -anim=seq_5771 -bgsound=synth_3087,5 -model=model_22049 -name=Large Geyser - -// 21356 -[loc_21356] -active=yes -ambient=30 -contrast=30 -resizex=64 -resizey=64 -resizez=64 -anim=seq_5772 -bgsound=synth_2150,3 -model=model_22049 -name=Small Geyser - -// 21357 -[loc_21357] -resizez=128 -resizex=128 -resizey=36 -active=no -shadow=no -recol1s=20935 -recol1d=15716 -model=model_4246,4 - -// 21358 -[loc_21358] -width=2 -ambient=10 -blockrange=no -recol1s=16809 -recol1d=23080 -recol2s=14695 -recol2d=24137 -recol3s=13638 -recol3d=19909 -recol4s=12581 -recol4d=17797 -model=model_14827 -model2=model_20775 -name=Bank Table - -// 21359 -[loc_21359] -length=2 -blockrange=no -recol1s=16809 -recol1d=24137 -recol2s=14695 -recol2d=13603 -recol3s=13638 -recol3d=14659 -recol4s=12581 -recol4d=15716 -recol5s=11524 -recol5d=17796 -model=model_14027 -name=Table - -// 21360 -[loc_21360] -length=2 -blockrange=no -recol1s=16809 -recol1d=24137 -recol2s=14695 -recol2d=13603 -recol3s=13638 -recol3d=14659 -recol4s=12581 -recol4d=15716 -recol5s=11524 -recol5d=17796 -model=model_7712 -name=Table - -// 21361 -[loc_21361] -blockrange=no -recol1s=10401 -recol1d=19909 -model=model_1242 -name=Smashed chair - -// 21362 -[loc_21362] -length=2 -recol1s=20933 -recol1d=24137 -recol2s=7329 -recol2d=15716 -recol3s=12448 -recol3d=7331 -model=model_5192 -name=Bed - -// 21363 -[loc_21363] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4401,0 - -// 21364 -[loc_21364] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4402,0 - -// 21365 -[loc_21365] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4403,0 - -// 21366 -[loc_21366] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4404,0 - -// 21367 -[loc_21367] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4488,0 - -// 21368 -[loc_21368] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4492,0 - -// 21369 -[loc_21369] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4491,0 - -// 21370 -[loc_21370] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4490,0 - -// 21371 -[loc_21371] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4489,0 - -// 21372 -[loc_21372] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4494,0 - -// 21373 -[loc_21373] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4493,0 - -// 21374 -[loc_21374] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4487,0 - -// 21375 -[loc_21375] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_8255,0 - -// 21376 -[loc_21376] -hillskew=yes -active=no -ambient=20 -resizey=200 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4401,0 - -// 21377 -[loc_21377] -hillskew=yes -active=no -ambient=20 -resizey=200 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4402,0 - -// 21378 -[loc_21378] -hillskew=yes -active=no -ambient=20 -resizey=200 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4403,0 - -// 21379 -[loc_21379] -hillskew=yes -active=no -ambient=20 -resizey=200 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4404,0 - -// 21380 -[loc_21380] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=12616 -recol2s=15618 -recol2d=10502 -recol3s=14594 -recol3d=8388 -model=model_1124,0 - -// 21381 -[loc_21381] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=12616 -recol2s=15618 -recol2d=10502 -recol3s=14594 -recol3d=8388 -model=model_1139,0 - -// 21382 -[loc_21382] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=12616 -recol2s=15618 -recol2d=10502 -recol3s=14594 -recol3d=8388 -model=model_1032,0 - -// 21383 -[loc_21383] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=12616 -recol2s=15618 -recol2d=10502 -model=model_1060,0 - -// 21384 -[loc_21384] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=12616 -recol2s=15618 -recol2d=10502 -model=model_1104,0 - -// 21385 -[loc_21385] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=12616 -recol2s=15618 -recol2d=10502 -model=model_1060,0 - -// 21386 -[loc_21386] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_22052 - -// 21387 -[loc_21387] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_22051 - -// 21388 -[loc_21388] -width=2 -ambient=10 -blockwalk=yes -blockrange=no -model=model_21981 -model2=model_21975 -name=Table - -// 21389 -[loc_21389] -width=2 -ambient=10 -blockwalk=yes -blockrange=no -model=model_21981 -model2=model_21967 -name=Table - -// 21390 -[loc_21390] -ambient=10 -blockwalk=no -model=model_21973 -name=Sacks - -// 21391 -[loc_21391] -ambient=10 -blockwalk=no -model=model_21974,Q - -// 21392 -[loc_21392] -ambient=10 -blockwalk=no -model=model_21979,Q - -// 21393 -[loc_21393] -ambient=25 -contrast=25 -blockwalk=yes -model=model_21986 -name=Throne - -// 21394 -[loc_21394] -op1=Ring-bell -model=model_21995 -name=Bell - -// 21395 -[loc_21395] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -model=model_21996 -name=Ladder - -// 21396 -[loc_21396] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=south -model=model_22000 -name=Ladder - -// 21397 -[loc_21397] -op1=Open -raiseobject=no -model=model_22128,1 -name=Large door - -// 21398 -[loc_21398] -op1=Close -raiseobject=no -model=model_22128,1 -name=Large door - -// 21399 -[loc_21399] -op1=Open -raiseobject=no -model=model_22140,1 -name=Large door - -// 21400 -[loc_21400] -op1=Open -raiseobject=no -model=model_22140,1 -name=Large door - -// 21401 -[loc_21401] -op1=Close -raiseobject=no -model=model_22140,1 -name=Large door - -// 21402 -[loc_21402] -op1=Close -raiseobject=no -model=model_22140,1 -name=Large door - -// 21403 -[loc_21403] -op1=Open -raiseobject=no -model=model_22113,1 -name=Gate - -// 21404 -[loc_21404] -op1=Close -raiseobject=no -model=model_22113,1 -name=Gate - -// 21405 -[loc_21405] -op1=Open -raiseobject=no -mirror=yes -model=model_22113,1 -name=Gate - -// 21406 -[loc_21406] -op1=Close -raiseobject=no -mirror=yes -model=model_22113,1 -name=Gate - -// 21407 -[loc_21407] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=30 -model=model_22119,1 -model=model_22120,2 -model=model_22121,5 - -// 21408 -[loc_21408] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=30 -model=model_22134,1 -model=model_22135,2 -model=model_22136,5 - -// 21409 -[loc_21409] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=30 -model=model_22142,1 - -// 21410 -[loc_21410] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=20 -model=model_22126,1 - -// 21411 -[loc_21411] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=20 -model=model_22125,1 - -// 21412 -[loc_21412] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=20 -mirror=yes -model=model_22125,1 - -// 21413 -[loc_21413] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=20 -model=model_22124,1 - -// 21414 -[loc_21414] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=20 -mirror=yes -model=model_22124,1 - -// 21415 -[loc_21415] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_22122,1 - -// 21416 -[loc_21416] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_22143,1 - -// 21417 -[loc_21417] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_22144,1 - -// 21418 -[loc_21418] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_22145,5 - -// 21419 -[loc_21419] -sharelight=yes -ambient=20 -recol1s=6272 -recol1d=12682 -recol2s=4160 -recol2d=8455 -model=model_15211,A -model=model_15227,S -model=model_15223,D -model=model_15224,F -model=model_15225,G -model=model_15226,H -model=model_15234,Z -model=model_15233,X -model=model_15212,C -model=model_15228,V - -// 21420 -[loc_21420] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_22137,1 - -// 21421 -[loc_21421] -hillskew=yes -sharelight=yes -active=no -ambient=10 -mirror=yes -model=model_22137,1 - -// 21422 -[loc_21422] -hillskew=yes -sharelight=yes -active=no -ambient=10 -blockrange=no -model=model_22138 - -// 21423 -[loc_21423] -hillskew=yes -sharelight=yes -active=no -ambient=10 -mirror=yes -blockrange=no -model=model_22138 - -// 21424 -[loc_21424] -hillskew=yes -sharelight=yes -active=no -ambient=10 -blockrange=no -model=model_22139 - -// 21425 -[loc_21425] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -unknown90=yes -recol1s=16846 -recol1d=7398 -model=model_1181,0 - -// 21426 -[loc_21426] -sharelight=yes -active=no -ambient=10 -model=model_22054 - -// 21427 -[loc_21427] -hillskew=yes -forcedecor=yes -model=model_22130,0 - -// 21428 -[loc_21428] -hillskew=yes -forcedecor=yes -model=model_22133,0 - -// 21429 -[loc_21429] -hillskew=yes -forcedecor=yes -model=model_22129,0 - -// 21430 -[loc_21430] -hillskew=yes -forcedecor=yes -model=model_22131,0 - -// 21431 -[loc_21431] -hillskew=yes -forcedecor=yes -model=model_22132,0 - -// 21432 -[loc_21432] -hillskew=yes -forcedecor=yes -unknown90=yes -model=model_22056,0 - -// 21433 -[loc_21433] -hillskew=yes -forcedecor=yes -unknown90=yes -model=model_22053,0 - -// 21434 -[loc_21434] -hillskew=yes -forcedecor=yes -unknown90=yes -model=model_22055,0 - -// 21435 -[loc_21435] -sharelight=yes -active=no -ambient=10 -model=model_22057,1 - -// 21436 -[loc_21436] -sharelight=yes -active=no -ambient=10 -model=model_22058 - -// 21437 -[loc_21437] -model=model_22023 -name=Axe case - -// 21438 -[loc_21438] -model=model_22024 -name=Sword case - -// 21439 -[loc_21439] -width=2 -model=model_22025 -name=Swords - -// 21440 -[loc_21440] -model=model_21988,0 - -// 21441 -[loc_21441] -width=2 -model=model_21991 -name=Chopping table - -// 21442 -[loc_21442] -model=model_22017 -name=Ore crate - -// 21443 -[loc_21443] -width=2 -model=model_22019 -name=Ore table - -// 21444 -[loc_21444] -model=model_22018 -name=Ore stones - -// 21445 -[loc_21445] -model=model_21978 -name=Shield display - -// 21446 -[loc_21446] -model=model_21989 -name=Shield display - -// 21447 -[loc_21447] -model=model_21990 -name=Armour display - -// 21448 -[loc_21448] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=5284 -recol2s=14594 -recol2d=7398 -recol3s=15618 -recol3d=8455 -model=model_1124,0 - -// 21449 -[loc_21449] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=5284 -recol2s=14594 -recol2d=7398 -recol3s=15618 -recol3d=8455 -model=model_1139,0 - -// 21450 -[loc_21450] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=5284 -recol2s=14594 -recol2d=7398 -recol3s=15618 -recol3d=8455 -model=model_1032,0 - -// 21451 -[loc_21451] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=5284 -recol2s=14594 -recol2d=7398 -recol3s=15618 -recol3d=8455 -model=model_1044,0 - -// 21452 -[loc_21452] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=5284 -recol2s=14594 -recol2d=7398 -recol3s=15618 -recol3d=8455 -model=model_1064,0 - -// 21453 -[loc_21453] -active=no -model=model_15624 - -// 21454 -[loc_21454] -active=no -model=model_15625 - -// 21455 -[loc_21455] -blockwalk=yes -length=2 -width=2 -op1=Climb-down -hardshadow=no -model=model_21999 -name=Staircase - -// 21456 -[loc_21456] -hillskew=yes -forcedecor=yes -model=model_22062,0 -model=model_22067,0 - -// 21457 -[loc_21457] -hillskew=yes -forcedecor=yes -model=model_22066,0 -model=model_22065,0 - -// 21458 -[loc_21458] -hillskew=yes -forcedecor=yes -model=model_22068,0 - -// 21459 -[loc_21459] -model=model_22063 -name=Arch - -// 21460 -[loc_21460] -model=model_22064 -name=Arch - -// 21461 -[loc_21461] -model=model_22069 -name=Arch - -// 21462 -[loc_21462] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_22070,1 -model=model_22071,3 - -// 21463 -[loc_21463] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_22070,1 -model=model_22071,3 - -// 21464 -[loc_21464] -model=model_22012 -name=Throne - -// 21465 -[loc_21465] -model=model_22013 -name=Torch - -// 21466 -[loc_21466] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=6341 -recol2s=7431 -recol2d=7398 -recol3s=8488 -recol3d=8455 -recol4s=9545 -recol4d=9512 -recol5s=10602 -recol5d=10569 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 21467 -[loc_21467] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=6341 -recol2s=7431 -recol2d=7398 -recol3s=8488 -recol3d=8455 -recol4s=9545 -recol4d=9512 -recol5s=10602 -recol5d=10569 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 21468 -[loc_21468] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=6341 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 21469 -[loc_21469] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=6341 -recol2s=7431 -recol2d=7398 -recol3s=8488 -recol3d=8455 -recol4s=9545 -recol4d=9512 -recol5s=10602 -recol5d=10569 -model=model_15957,5 - -// 21470 -[loc_21470] -hillskew=yes -sharelight=yes -active=no -ambient=10 -msi=msi_22 -recol1s=6374 -recol1d=6341 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 21471 -[loc_21471] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=6341 -recol2s=7431 -recol2d=7398 -recol3s=8488 -recol3d=8455 -recol4s=9545 -recol4d=9512 -recol5s=10602 -recol5d=10569 -retex1s=material_161 -retex1d=material_132 -retex2s=material_105 -retex2d=material_418 -model=model_15948,1 -model=model_15949,5 - -// 21472 -[loc_21472] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=6341 -recol2s=7431 -recol2d=7398 -recol3s=8488 -recol3d=8455 -recol4s=9545 -recol4d=9512 -recol5s=10602 -recol5d=10569 -retex1s=material_161 -retex1d=material_132 -retex2s=material_105 -retex2d=material_418 -model=model_15952,1 -model=model_15953,5 - -// 21473 -[loc_21473] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=6341 -recol2s=7431 -recol2d=7398 -recol3s=8488 -recol3d=8455 -recol4s=9545 -recol4d=9512 -recol5s=10602 -recol5d=10569 -retex1s=material_161 -retex1d=material_132 -retex2s=material_105 -retex2d=material_418 -model=model_15950,1 -model=model_15951,2 - -// 21474 -[loc_21474] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=6341 -recol2s=7431 -recol2d=7398 -recol3s=8488 -recol3d=8455 -recol4s=9545 -recol4d=9512 -recol5s=10602 -recol5d=10569 -model=model_15961,1 - -// 21475 -[loc_21475] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=6341 -recol2s=7431 -recol2d=7398 -recol3s=8488 -recol3d=8455 -recol4s=9545 -recol4d=9512 -recol5s=10602 -recol5d=10569 -retex1s=material_161 -retex1d=material_132 -model=model_17582,1 - -// 21476 -[loc_21476] -hillskew=yes -sharelight=yes -active=no -ambient=10 -bgsound=synth_2141,3 -retex1s=material_105 -retex1d=material_418 -model=model_22060,1 - -// 21477 -[loc_21477] -hillskew=yes -sharelight=yes -active=no -ambient=10 -retex1s=material_72 -retex1d=material_418 -model=model_22059,1 - -// 21478 -[loc_21478] -hillskew=yes -sharelight=yes -active=no -ambient=10 -retex1s=material_72 -retex1d=material_418 -model=model_22061,1 - -// 21479 -[loc_21479] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_22040 - -// 21480 -[loc_21480] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_22041 - -// 21481 -[loc_21481] -active=no -hillskew=yes -sharelight=yes -mirror=yes -blockwalk=no -model=model_22041 - -// 21482 -[loc_21482] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_22042 - -// 21483 -[loc_21483] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_22043 - -// 21484 -[loc_21484] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_22044 - -// 21485 -[loc_21485] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -model=model_22044 - -// 21486 -[loc_21486] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_22045 - -// 21487 -[loc_21487] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_22046 - -// 21488 -[loc_21488] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_22047 - -// 21489 -[loc_21489] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -model=model_22048 - -// 21490 -[loc_21490] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=6341 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 21491 -[loc_21491] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=0 -model=model_834 - -// 21492 -[loc_21492] -sharelight=yes -hillskew=yes -active=no -recol1s=4228 -recol1d=6341 -recol2s=3171 -recol2d=4228 -recol3s=2114 -recol3d=3171 -retex1s=material_105 -retex1d=material_418 -model=model_15631 - -// 21493 -[loc_21493] -sharelight=yes -hillskew=yes -active=no -recol1s=4228 -recol1d=6341 -recol2s=3171 -recol2d=4228 -recol3s=2114 -recol3d=3171 -retex1s=material_105 -retex1d=material_418 -model=model_15629 - -// 21494 -[loc_21494] -sharelight=yes -hillskew=yes -active=no -recol1s=4228 -recol1d=6341 -recol2s=3171 -recol2d=4228 -recol3s=2114 -recol3d=3171 -retex1s=material_105 -retex1d=material_418 -model=model_15620 - -// 21495 -[loc_21495] -hillskew=yes -recol1s=13505 -recol1d=7398 -recol2s=14594 -recol2d=8455 -recol3s=15618 -recol3d=9512 -retex1s=material_329 -retex1d=material_69 -model=model_1124,0 - -// 21496 -[loc_21496] -hillskew=yes -recol1s=13505 -recol1d=7398 -recol2s=14594 -recol2d=8455 -recol3s=15618 -recol3d=9512 -retex1s=material_329 -retex1d=material_69 -model=model_1139,0 - -// 21497 -[loc_21497] -hillskew=yes -recol1s=13505 -recol1d=7398 -recol2s=14594 -recol2d=8455 -recol3s=15618 -recol3d=9512 -retex1s=material_329 -retex1d=material_69 -model=model_1032,0 - -// 21498 -[loc_21498] -hillskew=yes -recol1s=13505 -recol1d=7398 -recol2s=14594 -recol2d=8455 -recol3s=15618 -recol3d=9512 -retex1s=material_329 -retex1d=material_69 -model=model_1044,0 - -// 21499 -[loc_21499] -hillskew=yes -recol1s=13505 -recol1d=7398 -recol2s=14594 -recol2d=8455 -recol3s=15618 -recol3d=9512 -retex1s=material_329 -retex1d=material_69 -model=model_1064,0 - -// 21500 -[loc_21500] -anim=seq_5768 -ambient=10 -model=model_22028 -name=Banner - -// 21501 -[loc_21501] -anim=seq_5768 -ambient=10 -model=model_22029 -name=Banner - -// 21502 -[loc_21502] -ambient=20 -contrast=20 -active=no -hillskew=yes -blockwalk=yes -op2=hidden -model=model_22085,1 -model=model_22086,2 -model=model_22087,5 - -// 21503 -[loc_21503] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_22078,1 -model=model_22079,2 -model=model_22080,5 - -// 21504 -[loc_21504] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_22075,1 -model=model_22076,2 -model=model_22077,5 - -// 21505 -[loc_21505] -ambient=20 -contrast=20 -active=yes -op1=Open -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_22073,1 -name=Door - -// 21506 -[loc_21506] -ambient=20 -contrast=20 -active=yes -op1=Close -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_22073,1 -name=Door - -// 21507 -[loc_21507] -ambient=20 -contrast=20 -active=yes -op1=Open -mirror=yes -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_22073,1 -name=Door - -// 21508 -[loc_21508] -ambient=20 -contrast=20 -active=yes -op1=Close -mirror=yes -recol1s=7331 -recol1d=22023 -recol2s=8387 -recol2d=13603 -recol3s=8388 -recol3d=14659 -recol4s=9445 -recol4d=15716 -recol5s=17764 -recol5d=17796 -model=model_22073,1 -name=Door - -// 21509 -[loc_21509] -hillskew=yes -active=yes -ambient=20 -contrast=20 -forcedecor=yes -blockwalk=yes -unknown90=yes -hardshadow=no -blockrange=no -model=model_22104,1 -model=model_22105,4 -model=model_22103,0 -name=Rope bridge - -// 21510 -[loc_21510] -hillskew=yes -active=yes -ambient=20 -contrast=20 -forcedecor=yes -blockwalk=yes -hardshadow=no -blockrange=no -model=model_22102,1 -model=model_22101,0 -name=Broken rope bridge - -// 21511 -[loc_21511] -sharelight=yes -op1=Climb-up -forceapproach=south -active=no -recol1s=12578 -recol1d=19909 -recol2s=11522 -recol2d=17796 -recol3s=10465 -recol3d=15716 -recol4s=9409 -recol4d=14659 -recol5s=8353 -recol5d=13603 -retex1s=material_132 -retex1d=material_63 -retex2s=material_160 -retex2d=material_63 -model=model_11538 - -// 21512 -[loc_21512] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=19909 -recol2s=11522 -recol2d=17796 -recol3s=10465 -recol3d=15716 -recol4s=9409 -recol4d=14659 -recol5s=8353 -recol5d=13603 -retex1s=material_102 -retex1d=material_63 -model=model_20793 -name=Ladder - -// 21513 -[loc_21513] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=12578 -recol1d=19909 -recol2s=11522 -recol2d=17796 -recol3s=10465 -recol3d=15716 -recol4s=9409 -recol4d=14659 -recol5s=8353 -recol5d=13603 -model=model_22074 -name=Ladder - -// 21514 -[loc_21514] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=19909 -recol2s=11522 -recol2d=17796 -recol3s=10465 -recol3d=15716 -recol4s=9409 -recol4d=14659 -recol5s=8353 -recol5d=13603 -model=model_11538 -name=Ladder - -// 21515 -[loc_21515] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=12578 -recol1d=19909 -recol2s=11522 -recol2d=17796 -recol3s=10465 -recol3d=15716 -recol4s=9409 -recol4d=14659 -recol5s=8353 -recol5d=13603 -model=model_22074 -name=Ladder - -// 21516 -[loc_21516] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -retex1s=material_105 -retex1d=material_70 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 21517 -[loc_21517] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 21518 -[loc_21518] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 21519 -[loc_21519] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_15957,5 - -// 21520 -[loc_21520] -hillskew=yes -sharelight=yes -active=no -msi=msi_22 -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -retex1s=material_70 -retex1d=material_418 -model=model_15958,1 -model=model_15959,3 -model=model_15960,5 - -// 21521 -[loc_21521] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_15948,1 -model=model_15949,5 - -// 21522 -[loc_21522] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_15952,1 -model=model_15953,5 - -// 21523 -[loc_21523] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_15950,1 -model=model_15951,2 - -// 21524 -[loc_21524] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_15961,1 - -// 21525 -[loc_21525] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_17582,1 - -// 21526 -[loc_21526] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22110,1 -model=model_22111,2 -model=model_22112,5 - -// 21527 -[loc_21527] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22115,1 - -// 21528 -[loc_21528] -hillskew=yes -sharelight=yes -active=no -mirror=yes -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22115,1 - -// 21529 -[loc_21529] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22030 -name=Rift - -// 21530 -[loc_21530] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22031 -name=Rift - -// 21531 -[loc_21531] -hillskew=yes -mirror=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22031 -name=Rift - -// 21532 -[loc_21532] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22032 -name=Rift - -// 21533 -[loc_21533] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22033 -name=Rift - -// 21534 -[loc_21534] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22034 -name=Rift - -// 21535 -[loc_21535] -hillskew=yes -mirror=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22034 -name=Rift - -// 21536 -[loc_21536] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22035 -name=Rift - -// 21537 -[loc_21537] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22036 -name=Rift - -// 21538 -[loc_21538] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22037 -name=Rift - -// 21539 -[loc_21539] -hillskew=yes -sharelight=yes -forcedecor=yes -recol1s=6342 -recol1d=8421 -recol2s=5285 -recol2d=6308 -recol3s=4228 -recol3d=5251 -recol4s=3171 -recol4d=4194 -recol5s=2114 -recol5d=3137 -model=model_22038 -name=Rift - -// 21540 -[loc_21540] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10535 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 21541 -[loc_21541] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=10535 -model=model_787 - -// 21542 -[loc_21542] -sharelight=yes -hillskew=yes -active=no -ambient=20 -resizey=40 -recol1s=12580 -recol1d=10535 -model=model_834 - -// 21543 -[loc_21543] -sharelight=yes -hillskew=yes -active=no -ambient=20 -resizey=40 -recol1s=12580 -recol1d=10535 -model=model_787 - -// 21544 -[loc_21544] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11592 -recol2s=10537 -recol2d=8421 -recol3s=9480 -recol3d=10535 -recol4s=8423 -recol4d=9478 -model=model_12125,0 - -// 21545 -[loc_21545] -width=2 -resizey=133 -recol1s=15856 -recol1d=19977 -recol2s=13743 -recol2d=15783 -recol3s=11629 -recol3d=14726 -recol4s=11523 -recol4d=26276 -recol5s=12548 -recol5d=26276 -recol6s=3137 -recol6d=12612 -model=model_16840 -name=Vault - -// 21546 -[loc_21546] -active=yes -anim=seq_5350 -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=3972 -model=model_20339 -name=Pillar - -// 21547 -[loc_21547] -active=yes -anim=seq_5350 -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=3972 -model=model_20338 -model2=model_20339 -name=Pillar - -// 21548 -[loc_21548] -active=yes -anim=seq_5350 -blockwalk=yes -bgsound=synth_3131,3 -blockrange=no -recol1s=22292 -recol1d=3972 -model=model_20340 -model2=model_20339 -name=Pillar - -// 21549 -[loc_21549] -active=yes -blockwalk=yes -blockrange=no -recol1s=22292 -recol1d=3972 -multivar=varplayerbit_3130 -multiloc=0,loc_21546 -multiloc=1,loc_21547 -multiloc=2,loc_21548 - -// 21550 -[loc_21550] -width=2 -length=2 -op1=Search -msi=msi_5 -hillchange=tree_skew,85 -recol1s=20967 -recol1d=13637 -recol2s=14983 -recol2d=10755 -recol3s=29672 -recol3d=32736 -model=model_1630 -name=Banana Tree - -// 21551 -[loc_21551] -blockwalk=no -active=no -recol1s=11594 -recol1d=11592 -recol2s=10537 -recol2d=8421 -recol3s=9480 -recol3d=10535 -recol4s=8423 -recol4d=9478 -model=model_11798 - -// 21552 -[loc_21552] -blockwalk=no -active=no -recol1s=11594 -recol1d=11592 -recol2s=10537 -recol2d=8421 -recol3s=9480 -recol3d=10535 -recol4s=8423 -recol4d=9478 -model=model_11799 - -// 21553 -[loc_21553] -blockwalk=no -active=no -recol1s=11594 -recol1d=11592 -recol2s=10537 -recol2d=8421 -recol3s=9480 -recol3d=10535 -recol4s=8423 -recol4d=9478 -model=model_11800 - -// 21554 -[loc_21554] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=10533 -recol1d=13706 -recol2s=9476 -recol2d=12649 -recol3s=8419 -recol3d=11592 -recol4s=7362 -recol4d=10535 -recol5s=6305 -recol5d=9478 -recol6s=5248 -recol6d=8421 -model=model_12040 - -// 21555 -[loc_21555] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=10533 -recol1d=13706 -recol2s=9476 -recol2d=12649 -recol3s=8419 -recol3d=11592 -recol4s=7362 -recol4d=10535 -recol5s=6305 -recol5d=9478 -recol6s=5248 -recol6d=8421 -model=model_12041 - -// 21556 -[loc_21556] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -forcedecor=yes -recol1s=10533 -recol1d=13706 -recol2s=9476 -recol2d=12649 -recol3s=8419 -recol3d=11592 -recol4s=7362 -recol4d=10535 -recol5s=6305 -recol5d=9478 -recol6s=5248 -recol6d=8421 -model=model_12042,0 - -// 21557 -[loc_21557] -blockwalk=no -active=no -hillskew=yes -sharelight=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12033 - -// 21558 -[loc_21558] -blockwalk=no -active=no -hillskew=yes -sharelight=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12034 - -// 21559 -[loc_21559] -blockwalk=no -active=no -hillskew=yes -sharelight=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12036 - -// 21560 -[loc_21560] -op1=Exit-cave -forcedecor=yes -blockwalk=no -active=yes -hillskew=yes -sharelight=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12037 -name=Exit cavern - -// 21561 -[loc_21561] -blockwalk=yes -active=no -hillskew=yes -sharelight=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12044 - -// 21562 -[loc_21562] -blockwalk=yes -active=no -hillskew=yes -sharelight=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12045 - -// 21563 -[loc_21563] -blockwalk=no -active=no -hillskew=yes -sharelight=yes -mirror=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12033 - -// 21564 -[loc_21564] -blockwalk=no -active=no -hillskew=yes -sharelight=yes -mirror=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12034 - -// 21565 -[loc_21565] -blockwalk=no -active=no -hillskew=yes -sharelight=yes -mirror=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12036 - -// 21566 -[loc_21566] -blockwalk=no -active=no -hillskew=yes -sharelight=yes -mirror=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12037 - -// 21567 -[loc_21567] -blockwalk=yes -active=no -hillskew=yes -sharelight=yes -mirror=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12044 - -// 21568 -[loc_21568] -blockwalk=yes -active=no -hillskew=yes -sharelight=yes -mirror=yes -recol1s=10500 -recol1d=10535 -recol2s=9443 -recol2d=9478 -recol3s=8386 -recol3d=8420 -recol4s=7329 -recol4d=10534 -recol5s=6272 -recol5d=9478 -recol6s=5248 -recol6d=10535 -model=model_12045 - -// 21569 -[loc_21569] -recol1s=16942 -recol1d=7399 -recol2s=18000 -recol2d=8456 -recol3s=28468 -recol3d=11561 -model=model_11984 -name=Mushrooms - -// 21570 -[loc_21570] -recol1s=16942 -recol1d=7399 -recol2s=18000 -recol2d=8456 -recol3s=28468 -recol3d=11561 -model=model_11985 -name=Mushrooms - -// 21571 -[loc_21571] -anim=seq_1727 -length=2 -width=2 -recol1s=16846 -recol1d=7398 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 21572 -[loc_21572] -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -bgsound=synth_3087,3 -hardshadow=no -recol1s=16846 -recol1d=7398 -model=model_5514,8 -model=model_5515,2 -name=Small rock - -// 21573 -[loc_21573] -anim=seq_1727 -length=2 -width=2 -recol1s=16846 -recol1d=7398 -model=model_5515 -name=Rock - -// 21574 -[loc_21574] -recol1s=8423 -recol1d=7398 -model=model_15624 -name=Boulders - -// 21575 -[loc_21575] -recol1s=8423 -recol1d=7398 -model=model_15625 -name=Boulders - -// 21576 -[loc_21576] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7398 -recol2s=6305 -recol2d=7399 -recol3s=7362 -recol3d=8423 -recol4s=8419 -recol4d=8456 -recol5s=9476 -recol5d=10504 -recol6s=10533 -recol6d=11561 -retex1s=material_335 -retex1d=material_69 -retex2s=material_380 -retex2d=material_68 -model=model_12040 - -// 21577 -[loc_21577] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7398 -recol2s=6305 -recol2d=7399 -recol3s=7362 -recol3d=8423 -recol4s=8419 -recol4d=8456 -recol5s=9476 -recol5d=10504 -recol6s=10533 -recol6d=11561 -retex1s=material_335 -retex1d=material_69 -retex2s=material_380 -retex2d=material_68 -model=model_12041 - -// 21578 -[loc_21578] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -model=model_22006 -name=Staircase - -// 21579 -[loc_21579] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -anim=seq_9665 -width=2 -hardshadow=no -model=model_22039 - -// 21580 -[loc_21580] -forcedecor=yes -sharelight=yes -width=2 -length=2 -model=model_21982 -name=Cave - -// 21581 -[loc_21581] -op1=Open -forcedecor=yes -sharelight=yes -width=2 -length=2 -model=model_21982 -name=Cave - -// 21582 -[loc_21582] -forcedecor=yes -sharelight=yes -width=2 -length=2 -model=model_21983 -name=Cave - -// 21583 -[loc_21583] -forcedecor=yes -sharelight=yes -width=2 -length=2 -op1=Open -model=model_21982 -name=Cave - -// 21584 -[loc_21584] -forcedecor=yes -sharelight=yes -width=2 -length=2 -op1=Open -model=model_21982 -name=Cave - -// 21585 -[loc_21585] -forcedecor=yes -sharelight=yes -width=2 -length=2 -op1=Open -model=model_21982 -name=Cave - -// 21586 -[loc_21586] -forcedecor=yes -sharelight=yes -width=2 -length=2 -op1=Open -model=model_21982 -name=Cave - -// 21587 -[loc_21587] -forcedecor=yes -sharelight=yes -width=2 -length=2 -op1=Close -model=model_21983 -name=Cave - -// 21588 -[loc_21588] -forcedecor=yes -sharelight=yes -width=2 -length=2 -op1=Close -model=model_21983 -name=Cave - -// 21589 -[loc_21589] -forcedecor=yes -sharelight=yes -width=2 -length=2 -op1=Close -model=model_21983 -name=Cave - -// 21590 -[loc_21590] -forcedecor=yes -sharelight=yes -width=2 -length=2 -op1=Close -model=model_21983 -name=Cave - -// 21591 -[loc_21591] -hillskew=yes -sharelight=yes -active=yes -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22109,5 -name=Stone ladder - -// 21592 -[loc_21592] -hillskew=yes -sharelight=yes -active=yes -op1=Climb-up -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22109,5 -name=Stone ladder - -// 21593 -[loc_21593] -hillskew=yes -op1=Climb-down -forcedecor=yes -blockwalk=yes -model=model_10155,0 -name=Stone ladder - -// 21594 -[loc_21594] -hillskew=yes -sharelight=yes -active=yes -op1=Exit -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22116,1 -name=Cave opening - -// 21595 -[loc_21595] -hillskew=yes -sharelight=yes -active=yes -op1=Exit -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22117,1 -name=Cave opening - -// 21596 -[loc_21596] -active=yes -op1=Exit -hillskew=yes -sharelight=yes -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22118,1 -name=Cave opening - -// 21597 -[loc_21597] -op1=Exit -active=yes -hillskew=yes -sharelight=yes -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22116,1 -name=Cave opening - -// 21598 -[loc_21598] -op1=Exit -active=yes -hillskew=yes -sharelight=yes -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22117,1 -name=Cave opening - -// 21599 -[loc_21599] -op1=Exit -active=yes -hillskew=yes -sharelight=yes -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -model=model_22118,1 -name=Cave opening - -// 21600 -[loc_21600] -active=yes -op1=Open -raiseobject=no -blockrange=no -model=model_21993,1 -name=Gate - -// 21601 -[loc_21601] -active=yes -op1=Close -raiseobject=no -blockrange=no -model=model_21993,1 -name=Gate - -// 21602 -[loc_21602] -active=no -raiseobject=no -model=model_21993,1 - -// 21603 -[loc_21603] -ambient=25 -blockrange=no -model=model_22026 -name=Broken barrel - -// 21604 -[loc_21604] -ambient=25 -blockrange=no -model=model_22027,0 - -// 21605 -[loc_21605] -ambient=25 -blockrange=no -model=model_22021,0 - -// 21606 -[loc_21606] -ambient=25 -blockrange=no -model=model_22020,0 - -// 21607 -[loc_21607] -ambient=10 -blockrange=no -model=model_21992 -name=Chair - -// 21608 -[loc_21608] -width=2 -model=model_22008 -model2=model_22011 -name=Table - -// 21609 -[loc_21609] -width=2 -model=model_22008 -model2=model_22009 -name=Table - -// 21610 -[loc_21610] -width=2 -model=model_22008 -model2=model_22010 -name=Table - -// 21611 -[loc_21611] -length=2 -model=model_21994 -name=Bed - -// 21612 -[loc_21612] -ambient=10 -model=model_22001 -model2=model_22007 -name=Crate - -// 21613 -[loc_21613] -ambient=10 -model=model_21966,Q - -// 21614 -[loc_21614] -ambient=10 -model=model_22002 -name=Shelf - -// 21615 -[loc_21615] -ambient=10 -model=model_22003 -name=Shelf - -// 21616 -[loc_21616] -ambient=10 -model=model_22014,0 - -// 21617 -[loc_21617] -ambient=10 -model=model_22016,0 - -// 21618 -[loc_21618] -ambient=10 -model=model_22015,0 - -// 21619 -[loc_21619] -ambient=10 -model=model_22022,0 - -// 21620 -[loc_21620] -anim=seq_475 -blockwalk=yes -ambient=75 -contrast=75 -bgsound=synth_2065,3 -hardshadow=no -blockrange=no -model=model_3818 -name=Fire - -// 21621 -[loc_21621] -active=no -ambient=10 -forcedecor=yes -recol1s=11524 -recol1d=11625 -recol2s=11521 -recol2d=11592 -recol3s=9410 -recol3d=9512 -recol4s=8353 -recol4d=8422 -recol5s=6274 -recol5d=9445 -model=model_5438,0 - -// 21622 -[loc_21622] -forceapproach=south -op1=Decapitate -blockwalk=yes -width=2 -length=2 -ambient=20 -contrast=20 -model=model_22146 -model2=model_22147 -name=Ice Troll King - -// 21623 -[loc_21623] -forceapproach=south -blockwalk=yes -width=2 -length=2 -ambient=20 -contrast=20 -model=model_22146 -model2=model_22148 -name=Ice Troll King - -// 21624 -[loc_21624] -sharelight=yes -occlude=yes -active=no -model=model_22167,1 - -// 21625 -[loc_21625] -sharelight=yes -occlude=yes -active=no -mirror=yes -model=model_22167,1 - -// 21626 -[loc_21626] -sharelight=yes -occlude=yes -active=no -model=model_22166,1 - -// 21627 -[loc_21627] -sharelight=yes -occlude=yes -active=no -mirror=yes -model=model_22166,1 - -// 21628 -[loc_21628] -active=yes -unknown90=yes -hardshadow=no -multivar=varplayerbit_3313 -multiloc=0,loc_21510 -multiloc=1,loc_21509 - -// 21629 -[loc_21629] -active=yes -unknown90=yes -hardshadow=no -multivar=varplayerbit_3313 -multiloc=0,loc_21510 -multiloc=1,loc_21509 - -// 21630 -[loc_21630] -active=yes -unknown90=yes -hardshadow=no -multivar=varplayerbit_3314 -multiloc=0,loc_21510 -multiloc=1,loc_21509 - -// 21631 -[loc_21631] -active=yes -unknown90=yes -hardshadow=no -multivar=varplayerbit_3314 -multiloc=0,loc_21510 -multiloc=1,loc_21509 - -// 21632 -[loc_21632] -active=yes -unknown90=yes -hardshadow=no -multivar=varplayerbit_3315 -multiloc=0,loc_21510 -multiloc=1,loc_21509 - -// 21633 -[loc_21633] -active=yes -unknown90=yes -hardshadow=no -multivar=varplayerbit_3315 -multiloc=0,loc_21510 -multiloc=1,loc_21509 - -// 21634 -[loc_21634] -width=6 -length=3 -ambient=20 -model=model_22159 -model2=model_22161 -model3=model_22162 -model4=model_22160 -name=Fremennik boat - -// 21635 -[loc_21635] -anim=seq_1730 -ambient=25 -blockwalk=yes -model=model_22169 -name=Standard - -// 21636 -[loc_21636] -anim=seq_1730 -ambient=40 -blockwalk=yes -model=model_22168 -name=Standard - -// 21637 -[loc_21637] -anim=seq_1730 -ambient=25 -blockwalk=yes -model=model_22170 -name=Standard - -// 21638 -[loc_21638] -anim=seq_1730 -ambient=40 -blockwalk=yes -active=no -model=model_22171 - -// 21639 -[loc_21639] -active=no -hillskew=yes -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8454 -recol2s=9480 -recol2d=9511 -recol3s=10537 -recol3d=10568 -recol4s=11594 -recol4d=11625 -recol5s=12651 -recol5d=12682 -recol6s=14699 -recol6d=13739 -model=model_11796 - -// 21640 -[loc_21640] -active=no -hillskew=yes -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=17903 -recol2s=9480 -recol2d=18960 -recol3s=10537 -recol3d=20017 -recol4s=11594 -recol4d=21074 -recol5s=12651 -recol5d=22131 -recol6s=14699 -recol6d=23188 -model=model_11796 - -// 21641 -[loc_21641] -active=no -hillskew=yes -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=17903 -recol2s=9480 -recol2d=18960 -recol3s=10537 -recol3d=20017 -recol4s=11594 -recol4d=21074 -recol5s=12651 -recol5d=22131 -recol6s=14699 -recol6d=23188 -model=model_11797 - -// 21642 -[loc_21642] -active=no -hillskew=yes -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8454 -recol2s=9480 -recol2d=9511 -recol3s=10537 -recol3d=10568 -recol4s=11594 -recol4d=11625 -recol5s=12651 -recol5d=12682 -recol6s=14699 -recol6d=13739 -model=model_11797 - -// 21643 -[loc_21643] -active=no -hillskew=yes -istexture=yes -blockwalk=no -hardshadow=no -recol1s=11594 -recol1d=11625 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10568 -recol4s=9480 -recol4d=9511 -model=model_12125,0 - -// 21644 -[loc_21644] -active=no -hillskew=yes -istexture=yes -blockwalk=no -hardshadow=no -recol1s=11594 -recol1d=11625 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10568 -recol4s=9480 -recol4d=9511 -model=model_12126,0 - -// 21645 -[loc_21645] -active=no -hillskew=yes -istexture=yes -blockwalk=no -hardshadow=no -recol1s=11594 -recol1d=11625 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10568 -recol4s=9480 -recol4d=9511 -model=model_12128,0 - -// 21646 -[loc_21646] -active=no -hillskew=yes -istexture=yes -blockwalk=no -hardshadow=no -recol1s=11594 -recol1d=11625 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10568 -recol4s=9480 -recol4d=9511 -model=model_12129,0 - -// 21647 -[loc_21647] -active=no -hillskew=yes -ambient=20 -istexture=yes -blockwalk=no -hardshadow=no -recol1s=11594 -recol1d=11625 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10568 -recol4s=9480 -recol4d=9511 -model=model_12130,0 - -// 21648 -[loc_21648] -active=no -hillskew=yes -ambient=20 -istexture=yes -blockwalk=no -hardshadow=no -recol1s=11594 -recol1d=11625 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=10568 -recol4s=9480 -recol4d=9511 -model=model_12131,0 - -// 21649 -[loc_21649] -active=no -hillskew=yes -blockrange=no -model=model_12125,0 - -// 21650 -[loc_21650] -active=no -hillskew=yes -blockrange=no -model=model_12126,0 - -// 21651 -[loc_21651] -active=no -hillskew=yes -blockrange=no -model=model_12128,0 - -// 21652 -[loc_21652] -active=no -hillskew=yes -blockrange=no -model=model_12129,0 - -// 21653 -[loc_21653] -active=no -hillskew=yes -ambient=20 -blockrange=no -model=model_12130,0 - -// 21654 -[loc_21654] -active=no -hillskew=yes -ambient=20 -blockrange=no -model=model_12131,0 - -// 21655 -[loc_21655] -forcedecor=yes -mapfunction=71 -model=model_1105,0 - -// 21656 -[loc_21656] -width=2 -active=no -blockwalk=yes -ambient=25 -model=model_22187 - -// 21657 -[loc_21657] -width=2 -active=no -blockwalk=yes -ambient=25 -model=model_22187 -model2=model_22178 -model3=model_22179 - -// 21658 -[loc_21658] -width=2 -active=no -blockwalk=yes -ambient=25 -model=model_22187 -model2=model_22180 -model3=model_22181 - -// 21659 -[loc_21659] -width=3 -active=no -blockwalk=yes -ambient=25 -model=model_22188 -model2=model_22189 -model3=model_22190 - -// 21660 -[loc_21660] -active=no -blockwalk=yes -ambient=25 -model=model_22177 - -// 21661 -[loc_21661] -width=3 -active=no -blockwalk=no -ambient=25 -model=model_22176 - -// 21662 -[loc_21662] -width=3 -active=no -blockwalk=no -ambient=25 -model=model_22182 - -// 21663 -[loc_21663] -active=no -blockwalk=yes -ambient=15 -sharelight=yes -model=model_22183 -model2=model_22172 - -// 21664 -[loc_21664] -active=no -blockwalk=yes -ambient=15 -sharelight=yes -model=model_22184 -model2=model_22175 -model3=model_22191 - -// 21665 -[loc_21665] -active=no -blockwalk=yes -ambient=15 -sharelight=yes -model=model_22185 -model2=model_22174 - -// 21666 -[loc_21666] -active=no -blockwalk=yes -ambient=15 -sharelight=yes -model=model_22186 -model2=model_22173 - -// 21667 -[loc_21667] -active=yes -ambient=25 -model=model_22192 -name=Torch - -// 21668 -[loc_21668] -ambient=25 -op1=Pick -model=model_7875 -model2=model_7766 -name=Herbs - -// 21669 -[loc_21669] -ambient=25 -op1=Pick -model=model_7875 -model2=model_7766 -name=Herbs - -// 21670 -[loc_21670] -ambient=25 -op1=Pick -model=model_7875 -model2=model_7766 -name=Herbs - -// 21671 -[loc_21671] -ambient=25 -op1=Pick -model=model_7875 -model2=model_7766 -name=Herbs - -// 21672 -[loc_21672] -shadow=no -msi=msi_22 -active=yes -op1=Open -blockwalk=yes -model=model_18595,1 -name=Gate - -// 21673 -[loc_21673] -shadow=no -msi=msi_22 -active=yes -op1=Open -blockwalk=yes -model=model_18595,1 -name=Gate - -// 21674 -[loc_21674] -shadow=no -msi=msi_22 -active=yes -op1=Open -blockwalk=yes -model=model_18595,1 -name=Gate - -// 21675 -[loc_21675] -shadow=no -msi=msi_22 -active=yes -op1=Open -blockwalk=yes -model=model_18595,1 -name=Gate - -// 21676 -[loc_21676] -sharelight=yes -ambient=30 -recol1s=24240 -recol1d=25264 -recol2s=23149 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22254,1 -model=model_22255,2 -model=model_22256,5 - -// 21677 -[loc_21677] -sharelight=yes -ambient=30 -mirror=yes -recol1s=24240 -recol1d=25264 -recol2s=23149 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22254,1 -model=model_22255,2 -model=model_22256,5 - -// 21678 -[loc_21678] -sharelight=yes -ambient=30 -recol1s=24240 -recol1d=25264 -recol2s=23149 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22239,1 -model=model_22240,2 -model=model_22241,5 - -// 21679 -[loc_21679] -sharelight=yes -ambient=30 -mirror=yes -recol1s=24240 -recol1d=25264 -recol2s=23149 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22239,1 -model=model_22240,2 -model=model_22241,5 - -// 21680 -[loc_21680] -sharelight=yes -ambient=30 -recol1s=24240 -recol1d=25264 -recol2s=23149 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22243,1 -model=model_22244,2 -model=model_22245,5 - -// 21681 -[loc_21681] -ambient=30 -active=no -length=2 -sharelight=yes -recol1s=24240 -recol1d=25264 -recol2s=23149 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22242 -model2=model_22248 - -// 21682 -[loc_21682] -ambient=30 -active=no -mirror=yes -length=2 -sharelight=yes -recol1s=24240 -recol1d=25264 -recol2s=23149 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22249 - -// 21683 -[loc_21683] -ambient=30 -active=no -recol1s=24240 -recol1d=25264 -recol2s=23149 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22252 - -// 21684 -[loc_21684] -ambient=30 -active=no -width=3 -recol1s=24240 -recol1d=25264 -recol2s=23149 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22250 - -// 21685 -[loc_21685] -ambient=30 -active=no -width=3 -recol1s=24240 -recol1d=25264 -recol2s=23149 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22238 - -// 21686 -[loc_21686] -ambient=30 -active=no -recol1s=26354 -recol1d=25264 -recol2s=24240 -recol2d=23150 -recol3s=22059 -recol3d=22060 -recol4s=19945 -recol4d=19946 -recol5s=16808 -recol5d=17832 -recol6s=16808 -recol6d=15718 -model=model_22251 - -// 21687 -[loc_21687] -op1=Open -active=yes -ambient=30 -recol1s=19945 -recol1d=17832 -recol2s=16808 -recol2d=15718 -model=model_22246,1 -name=Gate - -// 21688 -[loc_21688] -active=no -ambient=30 -recol1s=19945 -recol1d=17832 -recol2s=16808 -recol2d=15718 -model=model_22246,1 - -// 21689 -[loc_21689] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=24240 -recol1d=23150 -recol2s=22059 -recol2d=17832 -model=model_22230 -model2=model_22236 - -// 21690 -[loc_21690] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=24240 -recol1d=23150 -recol2s=22059 -recol2d=17832 -model=model_22231 -model2=model_22236 - -// 21691 -[loc_21691] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=24240 -recol1d=23150 -recol2s=22059 -recol2d=17832 -model=model_22229 -model2=model_22233 - -// 21692 -[loc_21692] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=24240 -recol1d=23150 -recol2s=22059 -recol2d=17832 -model=model_22232 -model2=model_22237 - -// 21693 -[loc_21693] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=24240 -recol1d=23150 -recol2s=22059 -recol2d=17832 -model=model_22234 - -// 21694 -[loc_21694] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=24240 -recol1d=23150 -recol2s=22059 -recol2d=17832 -model=model_22235 - -// 21695 -[loc_21695] -active=no -ambient=30 -recol1s=24240 -recol1d=23150 -recol2s=22059 -recol2d=17832 -model=model_22226 -model2=model_22222 -model3=model_22217 - -// 21696 -[loc_21696] -active=no -ambient=30 -recol1s=24240 -recol1d=23150 -recol2s=22059 -recol2d=17832 -model=model_22226 -model2=model_22227 -model3=model_22225 -model4=model_22223 - -// 21697 -[loc_21697] -active=no -ambient=30 -recol1s=24240 -recol1d=23150 -recol2s=22059 -recol2d=17832 -model=model_22220,Q - -// 21698 -[loc_21698] -sharelight=yes -ambient=30 -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22257,1 -model=model_22258,2 -model=model_22259,5 - -// 21699 -[loc_21699] -sharelight=yes -ambient=30 -mirror=yes -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22257,1 -model=model_22258,2 -model=model_22259,5 - -// 21700 -[loc_21700] -sharelight=yes -ambient=30 -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22260,1 -model=model_22261,2 -model=model_22262,5 - -// 21701 -[loc_21701] -sharelight=yes -ambient=30 -mirror=yes -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22260,1 -model=model_22261,2 -model=model_22262,5 - -// 21702 -[loc_21702] -sharelight=yes -ambient=30 -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22243,1 -model=model_22244,2 -model=model_22245,5 - -// 21703 -[loc_21703] -ambient=30 -active=no -length=2 -sharelight=yes -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22242 -model2=model_22248 - -// 21704 -[loc_21704] -ambient=30 -active=no -mirror=yes -length=2 -sharelight=yes -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22249 - -// 21705 -[loc_21705] -ambient=30 -active=no -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22252 - -// 21706 -[loc_21706] -ambient=30 -active=no -width=3 -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22253 - -// 21707 -[loc_21707] -ambient=30 -active=no -width=3 -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22238 - -// 21708 -[loc_21708] -ambient=30 -active=no -recol1s=26354 -recol1d=21174 -recol2s=24240 -recol2d=19060 -recol3s=23149 -recol3d=16946 -recol4s=22059 -recol4d=14832 -recol5s=19945 -recol5d=12718 -recol6s=16808 -recol6d=10606 -model=model_22251 - -// 21709 -[loc_21709] -op1=Open -active=yes -ambient=30 -recol1s=19945 -recol1d=12718 -recol2s=16808 -recol2d=10606 -model=model_22246,1 -name=Gate - -// 21710 -[loc_21710] -active=no -ambient=30 -recol1s=19945 -recol1d=12718 -recol2s=16808 -recol2d=10606 -model=model_22246,1 - -// 21711 -[loc_21711] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=32767 -recol2s=24240 -recol2d=19060 -recol3s=10760 -recol3d=16946 -recol4s=8646 -recol4d=14832 -recol5s=22059 -recol5d=12718 -recol6s=6532 -recol6d=14832 -model=model_35624 - -// 21712 -[loc_21712] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=32767 -recol2s=24240 -recol2d=19060 -recol3s=10760 -recol3d=16946 -recol4s=8646 -recol4d=14832 -recol5s=22059 -recol5d=12718 -recol6s=6532 -recol6d=14832 -model=model_35621 - -// 21713 -[loc_21713] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=32767 -recol2s=24240 -recol2d=19060 -recol3s=10760 -recol3d=16946 -recol4s=8646 -recol4d=14832 -recol5s=22059 -recol5d=12718 -recol6s=6532 -recol6d=14832 -model=model_35623 - -// 21714 -[loc_21714] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=32767 -recol2s=24240 -recol2d=19060 -recol3s=10760 -recol3d=16946 -recol4s=8646 -recol4d=14832 -recol5s=22059 -recol5d=12718 -recol6s=6532 -recol6d=14832 -model=model_35625 - -// 21715 -[loc_21715] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=32767 -recol2s=24240 -recol2d=19060 -recol3s=10760 -recol3d=16946 -recol4s=8646 -recol4d=14832 -recol5s=22059 -recol5d=12718 -recol6s=6532 -recol6d=14832 -model=model_35622 - -// 21716 -[loc_21716] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=32767 -recol2s=24240 -recol2d=19060 -recol3s=10760 -recol3d=16946 -recol4s=8646 -recol4d=14832 -recol5s=22059 -recol5d=12718 -recol6s=6532 -recol6d=14832 -model=model_35626 - -// 21717 -[loc_21717] -active=no -ambient=30 -recol1s=12905 -recol1d=32767 -recol2s=24240 -recol2d=19060 -recol3s=10760 -recol3d=16946 -recol4s=8646 -recol4d=14832 -recol5s=22059 -recol5d=12718 -recol6s=6532 -recol6d=14832 -model=model_22226 -model2=model_22224 - -// 21718 -[loc_21718] -active=no -ambient=30 -recol1s=12905 -recol1d=32767 -recol2s=24240 -recol2d=19060 -recol3s=10760 -recol3d=16946 -recol4s=8646 -recol4d=14832 -recol5s=22059 -recol5d=12718 -recol6s=6532 -recol6d=14832 -model=model_22226 -model2=model_22228 - -// 21719 -[loc_21719] -active=no -ambient=30 -recol1s=12905 -recol1d=32767 -recol2s=24240 -recol2d=19060 -recol3s=10760 -recol3d=16946 -recol4s=8646 -recol4d=14832 -recol5s=22059 -recol5d=12718 -recol6s=6532 -recol6d=14832 -model=model_22221,Q - -// 21720 -[loc_21720] -sharelight=yes -ambient=30 -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22254,1 -model=model_22255,2 -model=model_22256,5 - -// 21721 -[loc_21721] -sharelight=yes -ambient=30 -mirror=yes -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22254,1 -model=model_22255,2 -model=model_22256,5 - -// 21722 -[loc_21722] -sharelight=yes -ambient=30 -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22239,1 -model=model_22240,2 -model=model_22241,5 - -// 21723 -[loc_21723] -sharelight=yes -ambient=30 -mirror=yes -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22239,1 -model=model_22240,2 -model=model_22241,5 - -// 21724 -[loc_21724] -sharelight=yes -ambient=30 -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22243,1 -model=model_22244,2 -model=model_22245,5 - -// 21725 -[loc_21725] -ambient=30 -active=no -length=2 -sharelight=yes -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22242 -model2=model_22248 - -// 21726 -[loc_21726] -ambient=30 -active=no -mirror=yes -length=2 -sharelight=yes -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22249 - -// 21727 -[loc_21727] -ambient=30 -active=no -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22252 - -// 21728 -[loc_21728] -ambient=30 -active=no -width=3 -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22250 - -// 21729 -[loc_21729] -ambient=30 -active=no -width=3 -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22238 - -// 21730 -[loc_21730] -ambient=30 -active=no -recol1s=26354 -recol1d=25196 -recol2s=24240 -recol2d=24137 -recol3s=23149 -recol3d=22023 -recol4s=22059 -recol4d=19909 -recol5s=19945 -recol5d=16740 -recol6s=16808 -recol6d=14626 -model=model_22251 - -// 21731 -[loc_21731] -op1=Open -active=yes -ambient=30 -recol1s=19945 -recol1d=16740 -recol2s=16808 -recol2d=14626 -model=model_22246,1 -name=Gate - -// 21732 -[loc_21732] -active=no -ambient=30 -recol1s=19945 -recol1d=16740 -recol2s=16808 -recol2d=14626 -model=model_22246,1 - -// 21733 -[loc_21733] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=24137 -recol2s=24240 -recol2d=24137 -recol3s=10760 -recol3d=22023 -recol4s=8646 -recol4d=19909 -recol5s=22059 -recol5d=16740 -recol6s=6532 -recol6d=14626 -model=model_22230 - -// 21734 -[loc_21734] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=24137 -recol2s=24240 -recol2d=24137 -recol3s=10760 -recol3d=22023 -recol4s=8646 -recol4d=19909 -recol5s=22059 -recol5d=16740 -recol6s=6532 -recol6d=14626 -model=model_22231 - -// 21735 -[loc_21735] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=24137 -recol2s=24240 -recol2d=24137 -recol3s=10760 -recol3d=22023 -recol4s=8646 -recol4d=19909 -recol5s=22059 -recol5d=16740 -recol6s=6532 -recol6d=14626 -model=model_22229 - -// 21736 -[loc_21736] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=24137 -recol2s=24240 -recol2d=24137 -recol3s=10760 -recol3d=22023 -recol4s=8646 -recol4d=19909 -recol5s=22059 -recol5d=16740 -recol6s=6532 -recol6d=14626 -model=model_22232 - -// 21737 -[loc_21737] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=24137 -recol2s=24240 -recol2d=24137 -recol3s=10760 -recol3d=22023 -recol4s=8646 -recol4d=19909 -recol5s=22059 -recol5d=16740 -recol6s=6532 -recol6d=14626 -model=model_22234 - -// 21738 -[loc_21738] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=24137 -recol2s=24240 -recol2d=24137 -recol3s=10760 -recol3d=22023 -recol4s=8646 -recol4d=19909 -recol5s=22059 -recol5d=16740 -recol6s=6532 -recol6d=14626 -model=model_22235 - -// 21739 -[loc_21739] -active=no -ambient=30 -recol1s=12905 -recol1d=24137 -recol2s=24240 -recol2d=24137 -recol3s=10760 -recol3d=22023 -recol4s=8646 -recol4d=19909 -recol5s=22059 -recol5d=16740 -recol6s=6532 -recol6d=14626 -model=model_22226 -model2=model_22222 - -// 21740 -[loc_21740] -active=no -ambient=30 -recol1s=12905 -recol1d=24137 -recol2s=24240 -recol2d=24137 -recol3s=10760 -recol3d=22023 -recol4s=8646 -recol4d=19909 -recol5s=22059 -recol5d=16740 -recol6s=6532 -recol6d=14626 -model=model_22226 -model2=model_22225 - -// 21741 -[loc_21741] -active=no -ambient=30 -recol1s=12905 -recol1d=24137 -recol2s=24240 -recol2d=24137 -recol3s=10760 -recol3d=22023 -recol4s=8646 -recol4d=19909 -recol5s=22059 -recol5d=16740 -recol6s=6532 -recol6d=14626 -model=model_22218,Q - -// 21742 -[loc_21742] -sharelight=yes -ambient=30 -model=model_22254,1 -model=model_22255,2 -model=model_22256,5 - -// 21743 -[loc_21743] -sharelight=yes -ambient=30 -mirror=yes -model=model_22254,1 -model=model_22255,2 -model=model_22256,5 - -// 21744 -[loc_21744] -sharelight=yes -ambient=30 -model=model_22239,1 -model=model_22240,2 -model=model_22241,5 - -// 21745 -[loc_21745] -sharelight=yes -ambient=30 -mirror=yes -model=model_22239,1 -model=model_22240,2 -model=model_22241,5 - -// 21746 -[loc_21746] -sharelight=yes -ambient=30 -model=model_22243,1 -model=model_22244,2 -model=model_22245,5 - -// 21747 -[loc_21747] -ambient=30 -active=no -length=2 -sharelight=yes -model=model_22242 -model2=model_22248 - -// 21748 -[loc_21748] -ambient=30 -active=no -mirror=yes -length=2 -sharelight=yes -model=model_22249 - -// 21749 -[loc_21749] -ambient=30 -active=no -model=model_22252 - -// 21750 -[loc_21750] -ambient=30 -active=no -width=3 -model=model_22250 - -// 21751 -[loc_21751] -ambient=30 -active=no -width=3 -model=model_22238 - -// 21752 -[loc_21752] -ambient=30 -active=no -model=model_22251 - -// 21753 -[loc_21753] -op1=Open -active=yes -ambient=30 -model=model_22246,1 -name=Gate - -// 21754 -[loc_21754] -active=no -ambient=30 -model=model_22246,1 - -// 21755 -[loc_21755] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=18186 -recol2s=10760 -recol2d=17129 -recol3s=8646 -recol3d=16072 -recol4s=6532 -recol4d=15015 -model=model_22230 - -// 21756 -[loc_21756] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=18186 -recol2s=10760 -recol2d=17129 -recol3s=8646 -recol3d=16072 -recol4s=6532 -recol4d=15015 -model=model_22231 - -// 21757 -[loc_21757] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=18186 -recol2s=10760 -recol2d=17129 -recol3s=8646 -recol3d=16072 -recol4s=6532 -recol4d=15015 -model=model_22229 - -// 21758 -[loc_21758] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=18186 -recol2s=10760 -recol2d=17129 -recol3s=8646 -recol3d=16072 -recol4s=6532 -recol4d=15015 -model=model_22232 - -// 21759 -[loc_21759] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=18186 -recol2s=10760 -recol2d=17129 -recol3s=8646 -recol3d=16072 -recol4s=6532 -recol4d=15015 -model=model_22234 - -// 21760 -[loc_21760] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=18186 -recol2s=10760 -recol2d=17129 -recol3s=8646 -recol3d=16072 -recol4s=6532 -recol4d=15015 -model=model_22235 - -// 21761 -[loc_21761] -active=no -ambient=30 -recol1s=12905 -recol1d=18186 -recol2s=10760 -recol2d=17129 -recol3s=8646 -recol3d=16072 -recol4s=6532 -recol4d=15015 -model=model_22226 -model2=model_22222 - -// 21762 -[loc_21762] -active=no -ambient=30 -recol1s=12905 -recol1d=18186 -recol2s=10760 -recol2d=17129 -recol3s=8646 -recol3d=16072 -recol4s=6532 -recol4d=15015 -model=model_22226 -model2=model_22225 -model3=model_22223 - -// 21763 -[loc_21763] -active=no -ambient=30 -recol1s=12905 -recol1d=18186 -recol2s=10760 -recol2d=17129 -recol3s=8646 -recol3d=16072 -recol4s=6532 -recol4d=15015 -model=model_22219,Q - -// 21764 -[loc_21764] -anim=seq_5797 -op1=Drink-from -length=2 -width=2 -active=yes -ambient=30 -bgsound=synth_2149,8 -model=model_22212 -model2=model_22213 -name=Fountain - -// 21765 -[loc_21765] -ambient=30 -sharelight=yes -resizey=160 -recol1s=8451 -recol1d=12644 -recol2s=7427 -recol2d=11587 -recol3s=4259 -recol3d=10530 -recol4s=6336 -recol4d=9473 -recol5s=6307 -recol5d=10502 -model=model_22214,1 -model=model_22215,2 -model=model_22216,3 - -// 21766 -[loc_21766] -width=2 -length=2 -active=yes -ambient=30 -op1=Pick-fruit -recol1s=6400 -recol1d=10760 -recol2s=4288 -recol2d=8646 -recol3s=24240 -recol3d=22060 -recol4s=23149 -recol4d=19946 -recol5s=19945 -recol5d=17832 -model=model_22206 -model2=model_22201 -model3=model_22203 -model4=model_22205 -name=Sq'irk tree - -// 21767 -[loc_21767] -width=2 -length=2 -active=yes -ambient=30 -op1=Pick-fruit -recol1s=6400 -recol1d=17129 -recol2s=4288 -recol2d=15015 -model=model_22206 -model2=model_22202 -model3=model_22205 -name=Sq'irk tree - -// 21768 -[loc_21768] -width=2 -length=2 -active=yes -ambient=30 -op1=Pick-fruit -recol1s=24240 -recol1d=25196 -recol2s=23149 -recol2d=24137 -recol3s=19945 -recol3d=19909 -recol4s=6400 -recol4d=16740 -recol5s=4288 -recol5d=14626 -model=model_22206 -model2=model_22205 -model3=model_22200 -name=Sq'irk tree - -// 21769 -[loc_21769] -width=2 -length=2 -active=yes -ambient=30 -op1=Pick-fruit -recol1s=24240 -recol1d=32767 -recol2s=23149 -recol2d=16946 -recol3s=19945 -recol3d=14832 -model=model_35620 -model2=model_22204 -name=Sq'irk tree - -// 21770 -[loc_21770] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=19909 -recol2s=15618 -recol2d=19909 -recol3s=14594 -recol3d=19909 -model=model_1124,0 - -// 21771 -[loc_21771] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=19909 -recol2s=15618 -recol2d=19909 -model=model_1139,0 - -// 21772 -[loc_21772] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=19909 -recol2s=15618 -recol2d=19909 -model=model_1032,0 - -// 21773 -[loc_21773] -hillskew=yes -active=no -recol1s=13505 -recol1d=14832 -recol2s=15618 -recol2d=14832 -recol3s=14594 -recol3d=14832 -model=model_1124,0 - -// 21774 -[loc_21774] -hillskew=yes -active=no -recol1s=13505 -recol1d=14832 -recol2s=15618 -recol2d=14832 -model=model_1139,0 - -// 21775 -[loc_21775] -hillskew=yes -active=no -recol1s=13505 -recol1d=14832 -recol2s=15618 -recol2d=14832 -model=model_1032,0 - -// 21776 -[loc_21776] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -recol1s=22131 -recol1d=7650 -recol2s=16846 -recol2d=6593 -recol3s=11561 -recol3d=5536 -model=model_22211,0 - -// 21777 -[loc_21777] -hillskew=yes -active=no -recol1s=12905 -recol1d=24137 -recol2s=10760 -recol2d=22023 -recol3s=8646 -recol3d=19909 -recol4s=6532 -recol4d=14626 -model=model_22208,0 - -// 21778 -[loc_21778] -hillskew=yes -active=no -recol1s=12905 -recol1d=24137 -recol2s=10760 -recol2d=22023 -recol3s=8646 -recol3d=19909 -recol4s=6532 -recol4d=14626 -model=model_22210,0 - -// 21779 -[loc_21779] -hillskew=yes -active=no -recol1s=12905 -recol1d=24137 -recol2s=10760 -recol2d=22023 -recol3s=8646 -recol3d=19909 -recol4s=6532 -recol4d=14626 -model=model_22209,0 - -// 21780 -[loc_21780] -hillskew=yes -active=no -recol1s=12905 -recol1d=24137 -recol2s=10760 -recol2d=22023 -recol3s=8646 -recol3d=19909 -recol4s=6532 -recol4d=14626 -model=model_22207,0 - -// 21781 -[loc_21781] -op1=Climb-up -msi=msi_7 -forceapproach=south -model=model_6243 -name=Ladder - -// 21782 -[loc_21782] -op1=Climb-down -msi=msi_7 -forceapproach=south -model=model_6244 -name=Ladder - -// 21783 -[loc_21783] -active=no -model=model_22289 - -// 21784 -[loc_21784] -active=no -model=model_22291 - -// 21785 -[loc_21785] -active=no -model=model_22290 - -// 21786 -[loc_21786] -sharelight=yes -active=no -unknown90=yes -model=model_22300,0 - -// 21787 -[loc_21787] -sharelight=yes -active=no -unknown90=yes -model=model_22298,0 - -// 21788 -[loc_21788] -sharelight=yes -mirror=yes -active=no -unknown90=yes -model=model_22299,0 - -// 21789 -[loc_21789] -sharelight=yes -active=no -unknown90=yes -model=model_22296,0 - -// 21790 -[loc_21790] -sharelight=yes -mirror=yes -active=no -unknown90=yes -model=model_22297,0 - -// 21791 -[loc_21791] -sharelight=yes -active=no -unknown90=yes -model=model_22301,0 - -// 21792 -[loc_21792] -width=2 -forceapproach=south -bgsound=synth_2200,5 -model=model_22294 -name=Range - -// 21793 -[loc_21793] -model=model_22303 -name=Table - -// 21794 -[loc_21794] -active=yes -op1=Search -model=model_22302,Q -name=Shelves - -// 21795 -[loc_21795] -anim=seq_5798 -bgsound=synth_2065,5 -model=model_22292 -name=Fireplace - -// 21796 -[loc_21796] -length=2 -active=no -model=model_22293 - -// 21797 -[loc_21797] -active=no -model=model_22305,Q - -// 21798 -[loc_21798] -mirror=yes -active=no -model=model_22304,Q - -// 21799 -[loc_21799] -sharelight=yes -active=no -ambient=20 -contrast=25 -model=model_19290,1 - -// 21800 -[loc_21800] -hillskew=yes -sharelight=yes -active=yes -ambient=10 -op1=Enter -model=model_22326,1 -name=Crack - -// 21801 -[loc_21801] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15961,1 - -// 21802 -[loc_21802] -ambient=20 -blockrange=no -recol1s=28436 -recol1d=16842 -model=model_1078 -name=Corpse - -// 21803 -[loc_21803] -ambient=20 -blockrange=no -recol1s=28436 -recol1d=16842 -model=model_1079 -name=Corpse - -// 21804 -[loc_21804] -bgsound=synth_2172,14 -active=no -model=model_1105,0 - -// 21805 -[loc_21805] -bgsound=synth_3440,15 -active=no -model=model_1105,0 - -// 21806 -[loc_21806] -bgsound=synth_3427,15 -active=no -model=model_1105,0 - -// 21807 -[loc_21807] -bgsound=synth_2041,5 -active=no -model=model_1105,0 - -// 21808 -[loc_21808] -active=no -randomsound=100,250,10,synth_3424 -model=model_1105,0 - -// 21809 -[loc_21809] -active=no -ambient=20 -model=model_22736,1 -model=model_22737,2 -model=model_22738,5 - -// 21810 -[loc_21810] -active=no -ambient=20 -mirror=yes -model=model_22736,1 -model=model_22737,2 -model=model_22738,5 - -// 21811 -[loc_21811] -active=no -ambient=20 -model=model_22740,1 -model=model_22741,5 - -// 21812 -[loc_21812] -active=no -ambient=20 -mirror=yes -model=model_22740,1 -model=model_22741,5 - -// 21813 -[loc_21813] -active=no -ambient=20 -mirror=yes -model=model_22758,1 - -// 21814 -[loc_21814] -ambient=20 -mirror=yes -op1=Open -model=model_22755,1 -name=Tower door - -// 21815 -[loc_21815] -ambient=20 -mirror=yes -model=model_22755,1 - -// 21816 -[loc_21816] -active=no -ambient=20 -model=model_22757,1 - -// 21817 -[loc_21817] -active=no -ambient=20 -mirror=yes -model=model_22757,1 - -// 21818 -[loc_21818] -active=no -ambient=20 -model=model_22756,1 - -// 21819 -[loc_21819] -active=no -ambient=20 -mirror=yes -model=model_22756,1 - -// 21820 -[loc_21820] -active=no -ambient=20 -model=model_22744,1 -model=model_22745,2 -model=model_22746,5 - -// 21821 -[loc_21821] -active=no -ambient=20 -mirror=yes -model=model_22744,1 -model=model_22745,2 -model=model_22746,5 - -// 21822 -[loc_21822] -active=no -ambient=20 -model=model_22751,1 - -// 21823 -[loc_21823] -active=no -ambient=20 -model=model_22754,1 - -// 21824 -[loc_21824] -active=no -ambient=20 -model=model_22747,1 -model=model_22748,2 -model=model_22749,5 - -// 21825 -[loc_21825] -active=no -ambient=20 -mirror=yes -model=model_22747,1 -model=model_22748,2 -model=model_22749,5 - -// 21826 -[loc_21826] -active=no -ambient=20 -model=model_22752,1 - -// 21827 -[loc_21827] -ambient=20 -forcedecor=yes -model=model_22762,0 - -// 21828 -[loc_21828] -ambient=20 -forcedecor=yes -model=model_22761,0 - -// 21829 -[loc_21829] -ambient=20 -mirror=yes -forcedecor=yes -model=model_22761,0 - -// 21830 -[loc_21830] -ambient=20 -forcedecor=yes -model=model_22763,0 - -// 21831 -[loc_21831] -ambient=20 -forcedecor=yes -model=model_22764,0 - -// 21832 -[loc_21832] -ambient=20 -anim=seq_5828 -forcedecor=yes -model=model_22765,0 - -// 21833 -[loc_21833] -ambient=20 -forcedecor=yes -model=model_22766,0 - -// 21834 -[loc_21834] -ambient=20 -mirror=yes -forcedecor=yes -model=model_22766,0 - -// 21835 -[loc_21835] -active=no -ambient=20 -model=model_22742,5 - -// 21836 -[loc_21836] -active=no -ambient=20 -model=model_22739,5 - -// 21837 -[loc_21837] -active=no -ambient=20 -model=model_22767,2 - -// 21838 -[loc_21838] -active=no -ambient=20 -contrast=10 -model=model_22633 -model2=model_22639 - -// 21839 -[loc_21839] -active=no -ambient=20 -contrast=10 -model=model_22633 -model2=model_22638 - -// 21840 -[loc_21840] -active=no -ambient=20 -model=model_22722,0 - -// 21841 -[loc_21841] -active=no -ambient=20 -model=model_22723,0 - -// 21842 -[loc_21842] -active=no -ambient=20 -forcedecor=yes -model=model_22714,0 - -// 21843 -[loc_21843] -active=no -ambient=20 -forcedecor=yes -model=model_22713,0 - -// 21844 -[loc_21844] -ambient=20 -anim=seq_5829 -model=model_22717 -name=Water pipes - -// 21845 -[loc_21845] -ambient=20 -model=model_22721 -name=Water pipes - -// 21846 -[loc_21846] -ambient=20 -anim=seq_5829 -model=model_22719 -name=Water pipes - -// 21847 -[loc_21847] -ambient=5 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_22717 -model2=model_22716 -model3=model_22715 -name=Water pipes - -// 21848 -[loc_21848] -ambient=20 -model=model_22721 -model2=model_22720 -name=Water pipes - -// 21849 -[loc_21849] -ambient=20 -width=3 -model=model_22634 -name=Barricade - -// 21850 -[loc_21850] -ambient=20 -forcedecor=yes -model=model_22695,0 - -// 21851 -[loc_21851] -ambient=20 -forcedecor=yes -model=model_22694,0 - -// 21852 -[loc_21852] -ambient=20 -anim=seq_5830 -forcedecor=yes -model=model_22697,0 - -// 21853 -[loc_21853] -ambient=20 -forcedecor=yes -model=model_22696,0 - -// 21854 -[loc_21854] -ambient=20 -forcedecor=yes -model=model_22699,0 - -// 21855 -[loc_21855] -ambient=20 -forcedecor=yes -model=model_22698,0 - -// 21856 -[loc_21856] -ambient=20 -anim=seq_5830 -forcedecor=yes -model=model_22701,0 - -// 21857 -[loc_21857] -ambient=20 -forcedecor=yes -model=model_22700,0 - -// 21858 -[loc_21858] -ambient=20 -forcedecor=yes -model=model_22703,0 - -// 21859 -[loc_21859] -ambient=20 -forcedecor=yes -model=model_22702,0 - -// 21860 -[loc_21860] -ambient=20 -anim=seq_5830 -forcedecor=yes -model=model_22705,0 - -// 21861 -[loc_21861] -ambient=20 -forcedecor=yes -model=model_22704,0 - -// 21862 -[loc_21862] -ambient=20 -forcedecor=yes -model=model_22707,0 - -// 21863 -[loc_21863] -ambient=20 -forcedecor=yes -model=model_22706,0 - -// 21864 -[loc_21864] -ambient=20 -anim=seq_5830 -forcedecor=yes -model=model_22709,0 - -// 21865 -[loc_21865] -ambient=20 -forcedecor=yes -model=model_22708,0 - -// 21866 -[loc_21866] -active=no -ambient=20 -contrast=10 -sharelight=yes -model=model_22633 -model2=model_22638 - -// 21867 -[loc_21867] -ambient=20 -contrast=5 -recol1s=5250 -recol1d=10502 -recol2s=8388 -recol2d=11559 -model=model_18697,1 -model=model_18698,3 -model=model_18699,5 - -// 21868 -[loc_21868] -hillskew=yes -ambient=5 -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_13254 -name=Rift - -// 21869 -[loc_21869] -length=3 -width=3 -ambient=10 -model=model_22636 -name=Cage - -// 21870 -[loc_21870] -length=3 -width=3 -ambient=10 -op1=Fix -model=model_22635 -name=Cage - -// 21871 -[loc_21871] -length=2 -width=2 -ambient=25 -contrast=25 -msi=msi_7 -op1=Climb-up -forceapproach=east -model=model_22679 -name=Stairs - -// 21872 -[loc_21872] -length=2 -width=2 -ambient=25 -contrast=25 -msi=msi_7 -op1=Climb-down -forceapproach=south -model=model_22680 -name=Stairs - -// 21873 -[loc_21873] -length=2 -width=2 -ambient=10 -contrast=10 -op1=Fix -model=model_22673 -model2=model_22674 -model3=model_22675 -model4=model_22676 -name=Pressure machine - -// 21874 -[loc_21874] -length=2 -width=2 -ambient=15 -contrast=15 -model=model_22683 -model2=model_22684 -name=Huge vat - -// 21875 -[loc_21875] -ambient=25 -contrast=25 -blockwalk=no -model=model_22664 -name=Pipe - -// 21876 -[loc_21876] -ambient=25 -contrast=25 -blockwalk=no -model=model_22665 -name=Pipe - -// 21877 -[loc_21877] -ambient=25 -contrast=25 -blockwalk=no -model=model_22671 -name=Pipe - -// 21878 -[loc_21878] -ambient=25 -contrast=25 -blockwalk=no -model=model_22672 -name=Pipe - -// 21879 -[loc_21879] -width=2 -ambient=10 -contrast=10 -model=model_22649 -model2=model_22650 -name=Furnace - -// 21880 -[loc_21880] -width=2 -ambient=10 -contrast=10 -op1=Fix -model=model_22667 -model2=model_22668 -name=Pipe machine - -// 21881 -[loc_21881] -width=2 -ambient=10 -contrast=10 -model=model_22670 -model2=model_22667 -name=Pipe machine - -// 21882 -[loc_21882] -ambient=25 -contrast=25 -model=model_22637 -name=Pipe - -// 21883 -[loc_21883] -ambient=25 -contrast=25 -model=model_22669 -name=Pipe - -// 21884 -[loc_21884] -ambient=55 -sharelight=yes -model=model_22729,1 - -// 21885 -[loc_21885] -ambient=55 -sharelight=yes -model=model_22730,3 - -// 21886 -[loc_21886] -ambient=55 -sharelight=yes -model=model_22731,4 - -// 21887 -[loc_21887] -ambient=55 -sharelight=yes -model=model_22732,1 - -// 21888 -[loc_21888] -ambient=55 -sharelight=yes -model=model_22726,1 - -// 21889 -[loc_21889] -ambient=45 -sharelight=yes -model=model_22733,1 - -// 21890 -[loc_21890] -ambient=10 -model=model_22681 -name=Support - -// 21891 -[loc_21891] -active=no -ambient=5 -model=model_22727,1 - -// 21892 -[loc_21892] -active=no -ambient=5 -blockwalk=no -model=model_22728,1 - -// 21893 -[loc_21893] -ambient=55 -blockwalk=no -forcedecor=yes -op1=Inspect -op2=Activate -active=yes -anim=seq_5844 -width=3 -model=model_22686 -name=Symbol of life - -// 21894 -[loc_21894] -ambient=55 -blockwalk=no -forcedecor=yes -active=yes -anim=seq_5844 -width=3 -op1=Inspect -op2=Activate -model=model_22686 -model2=model_22687 -name=Symbol of life - -// 21895 -[loc_21895] -sharelight=yes -ambient=55 -model=model_22688,0 - -// 21896 -[loc_21896] -sharelight=yes -ambient=55 -model=model_22690,0 - -// 21897 -[loc_21897] -sharelight=yes -ambient=55 -model=model_22691,0 - -// 21898 -[loc_21898] -sharelight=yes -ambient=55 -model=model_22692,0 - -// 21899 -[loc_21899] -sharelight=yes -ambient=55 -model=model_22693,0 - -// 21900 -[loc_21900] -sharelight=yes -ambient=55 -model=model_22689,0 - -// 21901 -[loc_21901] -ambient=10 -model=model_22648 -name=Tube - -// 21902 -[loc_21902] -ambient=10 -sharelight=yes -shadow=no -model=model_22656 -model2=model_22660 -name=Magic well - -// 21903 -[loc_21903] -ambient=10 -sharelight=yes -shadow=no -model=model_22657 -name=Magic well - -// 21904 -[loc_21904] -ambient=10 -sharelight=yes -shadow=no -model=model_22658 -name=Magic well - -// 21905 -[loc_21905] -ambient=10 -sharelight=yes -model=model_22661 -name=Pipe - -// 21906 -[loc_21906] -ambient=10 -width=2 -model=model_22682 -model2=model_22663 -name=Operation table - -// 21907 -[loc_21907] -ambient=10 -width=2 -model=model_22662 -name=Operation chair - -// 21908 -[loc_21908] -ambient=10 -active=yes -op1=Search -model=model_22641 -name=Crate - -// 21909 -[loc_21909] -ambient=10 -active=yes -op1=Search -model=model_22641 -name=Crate - -// 21910 -[loc_21910] -ambient=10 -active=yes -op1=Search -model=model_22641 -name=Crate - -// 21911 -[loc_21911] -ambient=10 -active=yes -op1=Search -model=model_22641 -name=Crate - -// 21912 -[loc_21912] -ambient=10 -active=yes -op1=Search -model=model_22641 -name=Crate - -// 21913 -[loc_21913] -ambient=10 -active=yes -op1=Search -model=model_22641 -name=Crate - -// 21914 -[loc_21914] -ambient=10 -active=yes -op1=Search -model=model_22641 -name=Crate - -// 21915 -[loc_21915] -ambient=10 -active=yes -op1=Search -model=model_22641 -name=Crate - -// 21916 -[loc_21916] -ambient=10 -active=yes -op1=Search -model=model_22641 -name=Crate - -// 21917 -[loc_21917] -ambient=10 -active=yes -op1=Search -model=model_22641 -name=Crate - -// 21918 -[loc_21918] -anim=seq_5824 -ambient=10 -length=2 -width=2 -model=model_22725 -name=Magic table - -// 21919 -[loc_21919] -ambient=25 -contrast=25 -forcedecor=yes -forcedecor=yes -model=model_22685,0 - -// 21920 -[loc_21920] -anim=seq_5825 -ambient=10 -model=model_22724 -name=Spinning pipe - -// 21921 -[loc_21921] -active=yes -op1=Open -blockwalk=yes -model=model_1205,0 -name=Trapdoor - -// 21922 -[loc_21922] -active=yes -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=yes -model=model_1173,0 -name=Trapdoor - -// 21923 -[loc_21923] -ambient=10 -model=model_22642 -model2=model_22648 -name=Specimen - -// 21924 -[loc_21924] -width=2 -length=2 -ambient=40 -msi=msi_5 -op1=Search -hillchange=tree_skew,180 -blockrange=no -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=6275 -model=model_1669 -name=Plant - -// 21925 -[loc_21925] -ambient=25 -contrast=25 -blockwalk=no -model=model_22666 -name=Pipe - -// 21926 -[loc_21926] -ambient=25 -contrast=25 -blockwalk=no -mirror=yes -model=model_22666 -name=Pipe - -// 21927 -[loc_21927] -active=no -ambient=20 -model=model_22735,5 - -// 21928 -[loc_21928] -sharelight=yes -hillskew=yes -active=no -model=model_22734 - -// 21929 -[loc_21929] -shadow=no -msi=msi_22 -active=yes -op1=Enter -blockwalk=yes -model=model_18595,1 -name=Tower door - -// 21930 -[loc_21930] -ambient=15 -anim=seq_5847 -model=model_22710 -name=Cage - -// 21931 -[loc_21931] -ambient=15 -anim=seq_5847 -model=model_22710 -model2=model_22712 -name=Cage - -// 21932 -[loc_21932] -length=2 -model=model_22678 -name=Shackle table - -// 21933 -[loc_21933] -model=model_22677 -name=Retorts - -// 21934 -[loc_21934] -length=2 -model=model_22644 -name=Experiment table - -// 21935 -[loc_21935] -width=2 -model=model_22645 -model2=model_22647 -name=Experiment table - -// 21936 -[loc_21936] -width=2 -model=model_22645 -model2=model_22646 -name=Experiment table - -// 21937 -[loc_21937] -ambient=20 -model=model_22643 -name=Experiment cabinet - -// 21938 -[loc_21938] -ambient=20 -model=model_7685 -name=Crate - -// 21939 -[loc_21939] -ambient=20 -blockrange=no -recol1s=14695 -recol1d=16809 -recol2s=13638 -recol2d=15719 -recol3s=12581 -recol3d=15751 -recol4s=11524 -recol4d=13639 -recol5s=10467 -recol5d=12582 -recol6s=9410 -recol6d=10466 -model=model_7700 -name=Crate - -// 21940 -[loc_21940] -ambient=20 -blockrange=no -recol1s=14695 -recol1d=16809 -recol2s=13638 -recol2d=15719 -recol3s=12581 -recol3d=15751 -recol4s=11524 -recol4d=13639 -recol5s=10467 -recol5d=12582 -recol6s=9410 -recol6d=10466 -model=model_7704 -name=Crate - -// 21941 -[loc_21941] -active=yes -blockwalk=yes -length=3 -width=3 -multivar=varplayerbit_3354 -multiloc=0,loc_21870 -multiloc=1,loc_21869 - -// 21942 -[loc_21942] -width=2 -active=no -ambient=50 -blockwalk=no -anim=seq_4860 -model=model_22776 - -// 21943 -[loc_21943] -active=yes -width=2 -multivar=varplayerbit_3339 -multiloc=0,loc_21880 -multiloc=1,loc_21880 -multiloc=2,loc_21881 - -// 21944 -[loc_21944] -active=yes -blockwalk=no -multivar=varplayerbit_3372 -multiloc=0,loc_21921 -multiloc=1,loc_21922 - -// 21945 -[loc_21945] -width=4 -length=3 -blockwalk=yes -mirror=yes -anim=seq_1348 -bgsound=synth_3145,5 -model=model_4575 -name=Lighting mechanism - -// 21946 -[loc_21946] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -model=model_22778 -name=Staircase - -// 21947 -[loc_21947] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -model=model_22779 -name=Staircase - -// 21948 -[loc_21948] -active=no -randomsound=200,400,15,synth_3467,synth_3468 -model=model_1105,0 - -// 21949 -[loc_21949] -active=no -randomsound=50,250,5,synth_2152,synth_3080,synth_3081 -model=model_1105,0 - -// 21950 -[loc_21950] -blockwalk=yes -active=yes -multivar=varplayerbit_3402 -multiloc=0,loc_8576 -multiloc=1,loc_8575 -multiloc=2,loc_8574 -multiloc=3,loc_8573 -multiloc=4,loc_8576 -multiloc=5,loc_8576 -multiloc=6,loc_8558 -multiloc=7,loc_8559 -multiloc=8,loc_8560 -multiloc=9,loc_8561 -multiloc=10,loc_8562 -multiloc=11,loc_8562 -multiloc=12,loc_8562 -multiloc=13,loc_8580 -multiloc=14,loc_8581 -multiloc=15,loc_8582 -multiloc=16,loc_8583 -multiloc=17,loc_8584 -multiloc=18,loc_8584 -multiloc=19,loc_8584 -multiloc=20,loc_8535 -multiloc=21,loc_8536 -multiloc=22,loc_8537 -multiloc=23,loc_8538 -multiloc=24,loc_8539 -multiloc=25,loc_8539 -multiloc=26,loc_8539 -multiloc=27,loc_8641 -multiloc=28,loc_8642 -multiloc=29,loc_8643 -multiloc=30,loc_8644 -multiloc=31,loc_8645 -multiloc=32,loc_8645 -multiloc=33,loc_8645 -multiloc=34,loc_8618 -multiloc=35,loc_8619 -multiloc=36,loc_8620 -multiloc=37,loc_8621 -multiloc=38,loc_8622 -multiloc=39,loc_8623 -multiloc=40,loc_8624 -multiloc=41,loc_8624 -multiloc=42,loc_8624 -multiloc=43,loc_8595 -multiloc=44,loc_8596 -multiloc=45,loc_8597 -multiloc=46,loc_8598 -multiloc=47,loc_8599 -multiloc=48,loc_8600 -multiloc=49,loc_8601 -multiloc=50,loc_8601 -multiloc=51,loc_8601 -multiloc=52,loc_8656 -multiloc=53,loc_8657 -multiloc=54,loc_8658 -multiloc=55,loc_8659 -multiloc=56,loc_8660 -multiloc=57,loc_8661 -multiloc=58,loc_8662 -multiloc=59,loc_8663 -multiloc=60,loc_8664 -multiloc=61,loc_8664 -multiloc=62,loc_8664 -multiloc=63,loc_8576 -multiloc=64,loc_8576 -multiloc=65,loc_8576 -multiloc=66,loc_8576 -multiloc=67,loc_8576 -multiloc=68,loc_8576 -multiloc=69,loc_8576 -multiloc=70,loc_8563 -multiloc=71,loc_8564 -multiloc=72,loc_8565 -multiloc=73,loc_8566 -multiloc=74,loc_8576 -multiloc=75,loc_8576 -multiloc=76,loc_8576 -multiloc=77,loc_8585 -multiloc=78,loc_8586 -multiloc=79,loc_8587 -multiloc=80,loc_8588 -multiloc=81,loc_8576 -multiloc=82,loc_8576 -multiloc=83,loc_8576 -multiloc=84,loc_8540 -multiloc=85,loc_8541 -multiloc=86,loc_8542 -multiloc=87,loc_8543 -multiloc=88,loc_8576 -multiloc=89,loc_8576 -multiloc=90,loc_8576 -multiloc=91,loc_8646 -multiloc=92,loc_8647 -multiloc=93,loc_8648 -multiloc=94,loc_8649 -multiloc=95,loc_8576 -multiloc=96,loc_8576 -multiloc=97,loc_8576 -multiloc=98,loc_8625 -multiloc=99,loc_8626 -multiloc=100,loc_8627 -multiloc=101,loc_8628 -multiloc=102,loc_8629 -multiloc=103,loc_8630 -multiloc=104,loc_8576 -multiloc=105,loc_8576 -multiloc=106,loc_8576 -multiloc=107,loc_8602 -multiloc=108,loc_8603 -multiloc=109,loc_8604 -multiloc=110,loc_8605 -multiloc=111,loc_8606 -multiloc=112,loc_8607 -multiloc=113,loc_8576 -multiloc=114,loc_8576 -multiloc=115,loc_8576 -multiloc=116,loc_8665 -multiloc=117,loc_8666 -multiloc=118,loc_8667 -multiloc=119,loc_8668 -multiloc=120,loc_8669 -multiloc=121,loc_8670 -multiloc=122,loc_8671 -multiloc=123,loc_8672 -multiloc=124,loc_8576 -multiloc=125,loc_8576 -multiloc=126,loc_8576 -multiloc=127,loc_8576 -multiloc=128,loc_8576 -multiloc=129,loc_8576 -multiloc=130,loc_8576 -multiloc=131,loc_8576 -multiloc=132,loc_8576 -multiloc=133,loc_8576 -multiloc=134,loc_8576 -multiloc=135,loc_8567 -multiloc=136,loc_8568 -multiloc=137,loc_8569 -multiloc=138,loc_8576 -multiloc=139,loc_8576 -multiloc=140,loc_8576 -multiloc=141,loc_8576 -multiloc=142,loc_8589 -multiloc=143,loc_8590 -multiloc=144,loc_8591 -multiloc=145,loc_8576 -multiloc=146,loc_8576 -multiloc=147,loc_8576 -multiloc=148,loc_8576 -multiloc=149,loc_8544 -multiloc=150,loc_8545 -multiloc=151,loc_8546 -multiloc=152,loc_8576 -multiloc=153,loc_8576 -multiloc=154,loc_8576 -multiloc=155,loc_8576 -multiloc=156,loc_8650 -multiloc=157,loc_8651 -multiloc=158,loc_8652 -multiloc=159,loc_8576 -multiloc=160,loc_8576 -multiloc=161,loc_8576 -multiloc=162,loc_8576 -multiloc=163,loc_8631 -multiloc=164,loc_8632 -multiloc=165,loc_8633 -multiloc=166,loc_8634 -multiloc=167,loc_8635 -multiloc=168,loc_8576 -multiloc=169,loc_8576 -multiloc=170,loc_8576 -multiloc=171,loc_8576 -multiloc=172,loc_8608 -multiloc=173,loc_8609 -multiloc=174,loc_8610 -multiloc=175,loc_8611 -multiloc=176,loc_8612 -multiloc=177,loc_8576 -multiloc=178,loc_8576 -multiloc=179,loc_8576 -multiloc=180,loc_8576 -multiloc=181,loc_8673 -multiloc=182,loc_8674 -multiloc=183,loc_8675 -multiloc=184,loc_8676 -multiloc=185,loc_8677 -multiloc=186,loc_8678 -multiloc=187,loc_8679 -multiloc=188,loc_8576 -multiloc=189,loc_8576 -multiloc=190,loc_8576 -multiloc=191,loc_8576 -multiloc=192,loc_8576 -multiloc=193,loc_8576 -multiloc=194,loc_8576 -multiloc=195,loc_8576 -multiloc=196,loc_8576 -multiloc=197,loc_8576 -multiloc=198,loc_8576 -multiloc=199,loc_8570 -multiloc=200,loc_8571 -multiloc=201,loc_8572 -multiloc=202,loc_8576 -multiloc=203,loc_8576 -multiloc=204,loc_8576 -multiloc=205,loc_8576 -multiloc=206,loc_8592 -multiloc=207,loc_8593 -multiloc=208,loc_8594 -multiloc=209,loc_8576 -multiloc=210,loc_8576 -multiloc=211,loc_8576 -multiloc=212,loc_8576 -multiloc=213,loc_8547 -multiloc=214,loc_8548 -multiloc=215,loc_8549 -multiloc=216,loc_8576 -multiloc=217,loc_8576 -multiloc=218,loc_8576 -multiloc=219,loc_8576 -multiloc=220,loc_8653 -multiloc=221,loc_8654 -multiloc=222,loc_8655 -multiloc=223,loc_8576 -multiloc=224,loc_8576 -multiloc=225,loc_8576 -multiloc=226,loc_8576 -multiloc=227,loc_8636 -multiloc=228,loc_8637 -multiloc=229,loc_8638 -multiloc=230,loc_8639 -multiloc=231,loc_8640 -multiloc=232,loc_8576 -multiloc=233,loc_8576 -multiloc=234,loc_8576 -multiloc=235,loc_8576 -multiloc=236,loc_8613 -multiloc=237,loc_8614 -multiloc=238,loc_8615 -multiloc=239,loc_8616 -multiloc=240,loc_8617 -multiloc=241,loc_8576 -multiloc=242,loc_8576 -multiloc=243,loc_8576 -multiloc=244,loc_8576 -multiloc=245,loc_8680 -multiloc=246,loc_8681 -multiloc=247,loc_8682 -multiloc=248,loc_8683 -multiloc=249,loc_8684 -multiloc=250,loc_8685 -multiloc=251,loc_8686 -multiloc=252,loc_8576 -multiloc=253,loc_8576 -multiloc=254,loc_8576 -multiloc=255,loc_8576 - -// 21951 -[loc_21951] -raiseobject=no -ambient=25 -contrast=25 -active=no -model=model_22838,1 - -// 21952 -[loc_21952] -raiseobject=no -ambient=25 -contrast=25 -mirror=yes -active=no -model=model_22838,1 - -// 21953 -[loc_21953] -active=no -blockwalk=yes -ambient=30 -contrast=30 -model=model_22972,1 - -// 21954 -[loc_21954] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23016,1 - -// 21955 -[loc_21955] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23016,1 - -// 21956 -[loc_21956] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23013,1 - -// 21957 -[loc_21957] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23013,1 - -// 21958 -[loc_21958] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23014,1 - -// 21959 -[loc_21959] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23015,1 - -// 21960 -[loc_21960] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23017 - -// 21961 -[loc_21961] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23021,1 - -// 21962 -[loc_21962] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23022 - -// 21963 -[loc_21963] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23021,1 - -// 21964 -[loc_21964] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23018,1 - -// 21965 -[loc_21965] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23018,1 - -// 21966 -[loc_21966] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23019,1 - -// 21967 -[loc_21967] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23020,1 - -// 21968 -[loc_21968] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23009,1 - -// 21969 -[loc_21969] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23010,1 - -// 21970 -[loc_21970] -active=no -blockwalk=yes -ambient=30 -contrast=30 -model=model_23004,1 - -// 21971 -[loc_21971] -active=no -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23004,1 - -// 21972 -[loc_21972] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23012,1 - -// 21973 -[loc_21973] -active=no -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -width=5 -model=model_23025 - -// 21974 -[loc_21974] -active=no -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -width=5 -mirror=yes -model=model_23025 - -// 21975 -[loc_21975] -active=no -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -model=model_23026 - -// 21976 -[loc_21976] -active=no -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -width=5 -model=model_23001 - -// 21977 -[loc_21977] -active=no -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -width=5 -mirror=yes -model=model_23001 - -// 21978 -[loc_21978] -active=no -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -model=model_23002 - -// 21979 -[loc_21979] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23027 - -// 21980 -[loc_21980] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23028 - -// 21981 -[loc_21981] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23028 - -// 21982 -[loc_21982] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23029 - -// 21983 -[loc_21983] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23029 - -// 21984 -[loc_21984] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23030 - -// 21985 -[loc_21985] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23030 - -// 21986 -[loc_21986] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23031 - -// 21987 -[loc_21987] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23071 - -// 21988 -[loc_21988] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22960 - -// 21989 -[loc_21989] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23005 - -// 21990 -[loc_21990] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23006,1 - -// 21991 -[loc_21991] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23003,1 - -// 21992 -[loc_21992] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23003,1 - -// 21993 -[loc_21993] -active=no -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -model=model_23023 - -// 21994 -[loc_21994] -active=no -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -mirror=yes -model=model_23023 - -// 21995 -[loc_21995] -active=no -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -model=model_23024 - -// 21996 -[loc_21996] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22983,1 - -// 21997 -[loc_21997] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_22983,1 - -// 21998 -[loc_21998] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22984,1 - -// 21999 -[loc_21999] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_22984,1 - -// 22000 -[loc_22000] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22970,1 - -// 22001 -[loc_22001] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_22970,1 - -// 22002 -[loc_22002] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22974,1 - -// 22003 -[loc_22003] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22971 - -// 22004 -[loc_22004] -active=no -blockwalk=yes -ambient=30 -contrast=30 -model=model_22973 - -// 22005 -[loc_22005] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22975,1 - -// 22006 -[loc_22006] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22976,1 - -// 22007 -[loc_22007] -active=yes -blockwalk=yes -ambient=30 -contrast=30 -op1=Open -model=model_22972,1 -name=Door - -// 22008 -[loc_22008] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23048,1 - -// 22009 -[loc_22009] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23050,1 - -// 22010 -[loc_22010] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23048,1 - -// 22011 -[loc_22011] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23049,1 - -// 22012 -[loc_22012] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23051,1 - -// 22013 -[loc_22013] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23011,1 - -// 22014 -[loc_22014] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23047,1 - -// 22015 -[loc_22015] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23044 - -// 22016 -[loc_22016] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23044 - -// 22017 -[loc_22017] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23045 - -// 22018 -[loc_22018] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23046 - -// 22019 -[loc_22019] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23042,1 - -// 22020 -[loc_22020] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23042,1 - -// 22021 -[loc_22021] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23043,1 - -// 22022 -[loc_22022] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23040,1 - -// 22023 -[loc_22023] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23040,1 - -// 22024 -[loc_22024] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23041,1 - -// 22025 -[loc_22025] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23038 - -// 22026 -[loc_22026] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23038 - -// 22027 -[loc_22027] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23039 - -// 22028 -[loc_22028] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23039 - -// 22029 -[loc_22029] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22996,1 - -// 22030 -[loc_22030] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22985,1 - -// 22031 -[loc_22031] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_22985,1 - -// 22032 -[loc_22032] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22994,1 - -// 22033 -[loc_22033] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22995,1 - -// 22034 -[loc_22034] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22990,1 - -// 22035 -[loc_22035] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22992,1 - -// 22036 -[loc_22036] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22991,1 - -// 22037 -[loc_22037] -active=no -sharelight=yes -blockwalk=no -ambient=30 -contrast=30 -model=model_22993 - -// 22038 -[loc_22038] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22997,1 - -// 22039 -[loc_22039] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_22997,1 - -// 22040 -[loc_22040] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22998,1 - -// 22041 -[loc_22041] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_22998,1 - -// 22042 -[loc_22042] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22999,1 - -// 22043 -[loc_22043] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23000 - -// 22044 -[loc_22044] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22986 - -// 22045 -[loc_22045] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22987 - -// 22046 -[loc_22046] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22988 - -// 22047 -[loc_22047] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_22987 - -// 22048 -[loc_22048] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22989 - -// 22049 -[loc_22049] -active=no -blockwalk=yes -ambient=30 -contrast=30 -model=model_22977 - -// 22050 -[loc_22050] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22957,1 - -// 22051 -[loc_22051] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_22957,1 - -// 22052 -[loc_22052] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22949,1 - -// 22053 -[loc_22053] -active=no -blockwalk=yes -ambient=30 -contrast=30 -model=model_22948 -model=model_23159 - -// 22054 -[loc_22054] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22978 - -// 22055 -[loc_22055] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22981 - -// 22056 -[loc_22056] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22979 - -// 22057 -[loc_22057] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22982 - -// 22058 -[loc_22058] -active=no -sharelight=yes -blockwalk=no -ambient=30 -contrast=30 -model=model_22980,8 -model=model_35445,Z - -// 22059 -[loc_22059] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22959 - -// 22060 -[loc_22060] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_22959 - -// 22061 -[loc_22061] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22963,1 - -// 22062 -[loc_22062] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22961,1 - -// 22063 -[loc_22063] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22952,1 - -// 22064 -[loc_22064] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22962,1 - -// 22065 -[loc_22065] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22964,1 - -// 22066 -[loc_22066] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22965,1 - -// 22067 -[loc_22067] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22966 - -// 22068 -[loc_22068] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23032 - -// 22069 -[loc_22069] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23033 - -// 22070 -[loc_22070] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23033 - -// 22071 -[loc_22071] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23034 - -// 22072 -[loc_22072] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23034 - -// 22073 -[loc_22073] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23035 - -// 22074 -[loc_22074] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23035 - -// 22075 -[loc_22075] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23036 - -// 22076 -[loc_22076] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23036 - -// 22077 -[loc_22077] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23037 - -// 22078 -[loc_22078] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23037 - -// 22079 -[loc_22079] -active=no -blockwalk=yes -ambient=30 -contrast=30 -width=3 -length=3 -model=model_22958 - -// 22080 -[loc_22080] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_22967 - -// 22081 -[loc_22081] -active=no -sharelight=yes -ambient=30 -contrast=30 -model=model_22951,0 - -// 22082 -[loc_22082] -active=no -sharelight=yes -ambient=30 -contrast=30 -model=model_22954,0 - -// 22083 -[loc_22083] -active=no -sharelight=yes -ambient=30 -contrast=30 -model=model_22955,0 - -// 22084 -[loc_22084] -active=no -sharelight=yes -ambient=30 -contrast=30 -model=model_22956,0 - -// 22085 -[loc_22085] -active=no -sharelight=yes -ambient=30 -contrast=30 -model=model_22950,0 - -// 22086 -[loc_22086] -active=no -sharelight=yes -ambient=30 -contrast=30 -model=model_22953,0 - -// 22087 -[loc_22087] -active=no -sharelight=yes -blockwalk=no -ambient=30 -contrast=30 -model=model_23007,0 - -// 22088 -[loc_22088] -active=no -sharelight=yes -blockwalk=no -ambient=30 -contrast=30 -model=model_23008,0 - -// 22089 -[loc_22089] -active=no -sharelight=yes -blockwalk=no -ambient=30 -contrast=30 -model=model_22968,0 - -// 22090 -[loc_22090] -active=no -sharelight=yes -blockwalk=no -ambient=30 -contrast=30 -model=model_22969,0 - -// 22091 -[loc_22091] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23068 -name=Wall - -// 22092 -[loc_22092] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23064 -name=Wall - -// 22093 -[loc_22093] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23067 -name=Wall - -// 22094 -[loc_22094] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23068 -name=Wall - -// 22095 -[loc_22095] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23064 -name=Wall - -// 22096 -[loc_22096] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23067 -name=Wall - -// 22097 -[loc_22097] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -op1=Peer-through -model=model_23069 -name=Peephole - -// 22098 -[loc_22098] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23065 -name=Rubble - -// 22099 -[loc_22099] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23066 -name=Rubble - -// 22100 -[loc_22100] -active=yes -multivar=varplayerbit_3404 -multiloc=0,loc_22091 -multiloc=1,loc_22092 -multiloc=2,loc_22093 - -// 22101 -[loc_22101] -active=yes -multivar=varplayerbit_3404 -multiloc=0,loc_22094 -multiloc=1,loc_22095 -multiloc=2,loc_22096 - -// 22102 -[loc_22102] -active=yes -op1=Hidden -multivar=varplayerbit_3404 -multiloc=0,loc_22097 -multiloc=1,loc_22098 -multiloc=2,loc_22099 - -// 22103 -[loc_22103] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23070 - -// 22104 -[loc_22104] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23070 - -// 22105 -[loc_22105] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -anim=seq_5900 -model=model_23054 -name=Wall - -// 22106 -[loc_22106] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -anim=seq_5900 -model=model_23055 -name=Wall - -// 22107 -[loc_22107] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -anim=seq_5901 -model=model_23056 -name=Wall - -// 22108 -[loc_22108] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -anim=seq_5901 -model=model_23057 -name=Wall - -// 22109 -[loc_22109] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -anim=seq_5900 -model=model_23052 -name=Collapsed wall - -// 22110 -[loc_22110] -active=yes -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -anim=seq_5901 -model=model_23053 -name=Collapsed wall - -// 22111 -[loc_22111] -active=yes -multivar=varplayerbit_3393 -multiloc=0,loc_22105 -multiloc=1,loc_22105 -multiloc=2,loc_22105 -multiloc=3,loc_22105 -multiloc=4,loc_22106 -multiloc=5,loc_22109 - -// 22112 -[loc_22112] -active=yes -multivar=varplayerbit_3393 -multiloc=0,loc_22107 -multiloc=1,loc_22107 -multiloc=2,loc_22107 -multiloc=3,loc_22107 -multiloc=4,loc_22108 -multiloc=5,loc_22110 - -// 22113 -[loc_22113] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -op1=Open -active=yes -model=model_23060 -name=Door - -// 22114 -[loc_22114] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -op1=Open -active=yes -model=model_23062 -name=Door - -// 22115 -[loc_22115] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -op1=Open -active=yes -model=model_23063 -name=Door - -// 22116 -[loc_22116] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -op1=Open -active=yes -model=model_23061 -name=Door - -// 22117 -[loc_22117] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -op1=Open -active=yes -model=model_23058 -name=Door - -// 22118 -[loc_22118] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -op1=Open -active=yes -model=model_23059 -name=Door - -// 22119 -[loc_22119] -active=yes -op1=Open -multivar=varplayerbit_3393 -multiloc=0,loc_22114 -multiloc=1,loc_22113 -multiloc=2,loc_22115 -multiloc=3,loc_22116 -multiloc=4,loc_22117 -multiloc=5,loc_22118 - -// 22120 -[loc_22120] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -model=model_22932 -name=Bench - -// 22121 -[loc_22121] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -model=model_22939 -name=Ladder - -// 22122 -[loc_22122] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -model=model_22940 -name=Ladder - -// 22123 -[loc_22123] -blockwalk=yes -ambient=25 -contrast=25 -anim=seq_5906 -model=model_22942 -name=Stand - -// 22124 -[loc_22124] -blockwalk=yes -ambient=25 -contrast=25 -anim=seq_5906 -model=model_22935 -name=Stand - -// 22125 -[loc_22125] -blockwalk=yes -ambient=15 -contrast=15 -anim=seq_5906 -model=model_22936 -name=Candle stand - -// 22126 -[loc_22126] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=16 -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22931 -name=Bookcase - -// 22127 -[loc_22127] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=-16 -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22931 -name=Bookcase - -// 22128 -[loc_22128] -blockwalk=yes -ambient=15 -contrast=15 -offsetz=16 -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22931 -name=Bookcase - -// 22129 -[loc_22129] -blockwalk=yes -ambient=15 -contrast=15 -offsetz=-16 -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22931 -name=Bookcase - -// 22130 -[loc_22130] -ambient=15 -contrast=15 -model=model_22930,0 - -// 22131 -[loc_22131] -blockwalk=yes -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7364 -recol2s=20933 -recol2d=13706 -model=model_12415 -name=Bookcase - -// 22132 -[loc_22132] -blockwalk=yes -ambient=15 -contrast=15 -length=2 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -recol3s=15392 -recol3d=14762 -model=model_12397 -name=Bed - -// 22133 -[loc_22133] -blockwalk=yes -ambient=15 -contrast=15 -length=2 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -recol3s=15392 -recol3d=21102 -model=model_12397 -name=Bed - -// 22134 -[loc_22134] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22937 -name=Drawers - -// 22135 -[loc_22135] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22938 -name=Drawers - -// 22136 -[loc_22136] -blockwalk=yes -ambient=15 -contrast=15 -offsetz=16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22937 -name=Drawers - -// 22137 -[loc_22137] -blockwalk=yes -ambient=15 -contrast=15 -offsetz=16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22938 -name=Drawers - -// 22138 -[loc_22138] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=-16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22937 -name=Drawers - -// 22139 -[loc_22139] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=-16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22938 -name=Drawers - -// 22140 -[loc_22140] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=-16 -mirror=yes -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22937 -name=Drawers - -// 22141 -[loc_22141] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=-16 -mirror=yes -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22938 -name=Drawers - -// 22142 -[loc_22142] -blockwalk=yes -ambient=15 -contrast=15 -offsetz=-16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22937 -name=Drawers - -// 22143 -[loc_22143] -blockwalk=yes -ambient=15 -contrast=15 -offsetz=-16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22938 -name=Drawers - -// 22144 -[loc_22144] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22946 -name=Wardrobe - -// 22145 -[loc_22145] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22947 -name=Wardrobe - -// 22146 -[loc_22146] -blockwalk=yes -ambient=15 -contrast=15 -offsetz=16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22946 -name=Wardrobe - -// 22147 -[loc_22147] -blockwalk=yes -ambient=15 -contrast=15 -offsetz=16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22947 -name=Wardrobe - -// 22148 -[loc_22148] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=-16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22946 -name=Wardrobe - -// 22149 -[loc_22149] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=-16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22947 -name=Wardrobe - -// 22150 -[loc_22150] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=-16 -mirror=yes -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22946 -name=Wardrobe - -// 22151 -[loc_22151] -blockwalk=yes -ambient=15 -contrast=15 -offsetx=-16 -mirror=yes -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22947 -name=Wardrobe - -// 22152 -[loc_22152] -blockwalk=yes -ambient=15 -contrast=15 -offsetz=-16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22946 -name=Wardrobe - -// 22153 -[loc_22153] -blockwalk=yes -ambient=15 -contrast=15 -offsetz=-16 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22947 -name=Wardrobe - -// 22154 -[loc_22154] -ambient=15 -contrast=15 -width=2 -forceapproach=east -bgsound=synth_2200,5 -recol1s=8484 -recol1d=13605 -recol2s=6370 -recol2d=11491 -model=model_22943 -name=Cooking range - -// 22155 -[loc_22155] -anim=seq_3511 -active=yes -ambient=15 -contrast=15 -bgsound=synth_3120,3 -offsetx=32 -model=model_12974 -name=Clock - -// 22156 -[loc_22156] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22933 -name=Chair - -// 22157 -[loc_22157] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_22945 -name=Chair - -// 22158 -[loc_22158] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_12406 -name=Bench - -// 22159 -[loc_22159] -width=2 -ambient=15 -contrast=15 -blockrange=no -recol1s=16809 -recol1d=16774 -recol2s=14695 -recol2d=16740 -recol3s=13638 -recol3d=14660 -recol4s=12581 -recol4d=13603 -model=model_22944 -name=Table - -// 22160 -[loc_22160] -ambient=15 -contrast=15 -blockrange=no -recol1s=16809 -recol1d=16774 -recol2s=14695 -recol2d=16740 -recol3s=13638 -recol3d=14660 -recol4s=12581 -recol4d=13603 -model=model_9590 -name=Table - -// 22161 -[loc_22161] -ambient=15 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=9478 -recol1d=13603 -recol2s=11592 -recol2d=16740 -recol3s=13706 -recol3d=16774 -recol4s=11559 -recol4d=16740 -recol5s=9445 -recol5d=13603 -model=model_17067 -name=Potted plant - -// 22162 -[loc_22162] -blockwalk=yes -width=2 -length=2 -ambient=15 -contrast=15 -recol1s=14662 -recol1d=13603 -recol2s=22059 -recol2d=16774 -recol3s=10467 -recol3d=11489 -model=model_12502 -name=Larder - -// 22163 -[loc_22163] -active=no -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=22059 -recol1d=16774 -recol2s=14662 -recol2d=13603 -model=model_12544 - -// 22164 -[loc_22164] -sharelight=yes -op1=Climb-down -msi=msi_7 -model=model_22934 -name=Ladder - -// 22165 -[loc_22165] -active=no -hillskew=yes -sharelight=yes -resizey=160 -ambient=20 -contrast=20 -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_6618,1 -model=model_6619,2 -model=model_6620,5 - -// 22166 -[loc_22166] -active=no -hillskew=yes -sharelight=yes -resizey=160 -ambient=20 -contrast=20 -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_17849,1 - -// 22167 -[loc_22167] -active=no -hillskew=yes -sharelight=yes -resizey=160 -mirror=yes -ambient=20 -contrast=20 -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_17849,1 - -// 22168 -[loc_22168] -active=no -hillskew=yes -sharelight=yes -resizey=160 -ambient=20 -contrast=20 -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_17857,1 -model=model_17858,2 -model=model_17859,5 - -// 22169 -[loc_22169] -active=no -hillskew=yes -sharelight=yes -resizey=160 -ambient=20 -contrast=20 -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_13984,1 - -// 22170 -[loc_22170] -sharelight=yes -hillskew=yes -ambient=20 -contrast=20 -resizey=160 -active=no -recol1s=12580 -recol1d=0 -model=model_834 - -// 22171 -[loc_22171] -sharelight=yes -hillskew=yes -ambient=20 -contrast=20 -resizey=160 -active=no -recol1s=12580 -recol1d=0 -model=model_787 - -// 22172 -[loc_22172] -op1=Climb-up -forceapproach=north -ambient=20 -contrast=20 -msi=msi_7 -model=model_22801 -name=Ladder - -// 22173 -[loc_22173] -op1=Climb-down -forceapproach=south -ambient=20 -contrast=20 -msi=msi_7 -model=model_22800 -name=Ladder - -// 22174 -[loc_22174] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22857,1 - -// 22175 -[loc_22175] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22860,1 - -// 22176 -[loc_22176] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22857,1 - -// 22177 -[loc_22177] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22860,1 - -// 22178 -[loc_22178] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22858,1 - -// 22179 -[loc_22179] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22861,1 - -// 22180 -[loc_22180] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=no -msi=msi_22 -model=model_22859,1 - -// 22181 -[loc_22181] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=no -msi=msi_22 -model=model_22862,1 - -// 22182 -[loc_22182] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22878,1 - -// 22183 -[loc_22183] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22878,1 - -// 22184 -[loc_22184] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22879 - -// 22185 -[loc_22185] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22879 - -// 22186 -[loc_22186] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22863,1 - -// 22187 -[loc_22187] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22863,1 - -// 22188 -[loc_22188] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22864,1 - -// 22189 -[loc_22189] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22864,1 - -// 22190 -[loc_22190] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22865,1 - -// 22191 -[loc_22191] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22840,1 - -// 22192 -[loc_22192] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22842,1 - -// 22193 -[loc_22193] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22843,1 - -// 22194 -[loc_22194] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22840,1 - -// 22195 -[loc_22195] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22842,1 - -// 22196 -[loc_22196] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22843,1 - -// 22197 -[loc_22197] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22839 - -// 22198 -[loc_22198] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22839 - -// 22199 -[loc_22199] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22849,1 - -// 22200 -[loc_22200] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22851,4 - -// 22201 -[loc_22201] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22844,4 - -// 22202 -[loc_22202] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22850,1 - -// 22203 -[loc_22203] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22850,1 - -// 22204 -[loc_22204] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22845 - -// 22205 -[loc_22205] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22846 - -// 22206 -[loc_22206] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22847 - -// 22207 -[loc_22207] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22845 - -// 22208 -[loc_22208] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22846 - -// 22209 -[loc_22209] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22847 - -// 22210 -[loc_22210] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_22867,0 - -// 22211 -[loc_22211] -active=no -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -model=model_22867,0 - -// 22212 -[loc_22212] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_22866,0 - -// 22213 -[loc_22213] -active=no -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -model=model_22866,0 - -// 22214 -[loc_22214] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_22869,0 - -// 22215 -[loc_22215] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_22854,0 - -// 22216 -[loc_22216] -active=no -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -model=model_22854,0 - -// 22217 -[loc_22217] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_22868,0 - -// 22218 -[loc_22218] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_22853,0 - -// 22219 -[loc_22219] -active=no -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -model=model_22853,0 - -// 22220 -[loc_22220] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_22841,0 - -// 22221 -[loc_22221] -active=no -hillskew=yes -blockwalk=yes -sharelight=yes -contrast=20 -ambient=20 -model=model_22880 - -// 22222 -[loc_22222] -active=no -hillskew=yes -blockwalk=yes -sharelight=yes -contrast=20 -ambient=20 -width=7 -length=2 -model=model_22881 -model=model_22911 - -// 22223 -[loc_22223] -active=no -hillskew=yes -blockwalk=yes -sharelight=yes -contrast=20 -ambient=20 -model=model_22855 - -// 22224 -[loc_22224] -active=no -hillskew=yes -blockwalk=yes -sharelight=yes -contrast=20 -ambient=20 -length=6 -model=model_22852 - -// 22225 -[loc_22225] -active=no -hillskew=yes -blockwalk=yes -sharelight=yes -contrast=20 -ambient=20 -length=8 -model=model_22856 - -// 22226 -[loc_22226] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22896,1 - -// 22227 -[loc_22227] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22896,1 - -// 22228 -[loc_22228] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22899 - -// 22229 -[loc_22229] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22899 - -// 22230 -[loc_22230] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -msi=msi_22 -model=model_22900,1 -model=model_22901,4 - -// 22231 -[loc_22231] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -msi=msi_22 -model=model_22900,1 -model=model_22901,4 - -// 22232 -[loc_22232] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22902 - -// 22233 -[loc_22233] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22903 - -// 22234 -[loc_22234] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22902 - -// 22235 -[loc_22235] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22903 - -// 22236 -[loc_22236] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22897,1 - -// 22237 -[loc_22237] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22897,1 - -// 22238 -[loc_22238] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22904 - -// 22239 -[loc_22239] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22904 - -// 22240 -[loc_22240] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22894 - -// 22241 -[loc_22241] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22894 - -// 22242 -[loc_22242] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22898 - -// 22243 -[loc_22243] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22909 - -// 22244 -[loc_22244] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22910 - -// 22245 -[loc_22245] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -model=model_22907 - -// 22246 -[loc_22246] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22907 - -// 22247 -[loc_22247] -active=yes -sharelight=yes -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -op1=Climb-up -model=model_22908 -name=Stairs - -// 22248 -[loc_22248] -active=yes -sharelight=yes -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -mirror=yes -op1=Climb-up -model=model_22908 -name=Stairs - -// 22249 -[loc_22249] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -model=model_22905 - -// 22250 -[loc_22250] -active=yes -sharelight=yes -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -op1=Climb-up -msi=msi_7 -model=model_22906 -name=Stairs - -// 22251 -[loc_22251] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_22895,0 - -// 22252 -[loc_22252] -active=yes -hillskew=yes -blockwalk=no -sharelight=yes -op1=Climb-down -msi=msi_7 -contrast=20 -ambient=20 -model=model_22870 -model=model_22893 -name=Stairs - -// 22253 -[loc_22253] -active=yes -hillskew=yes -blockwalk=no -sharelight=yes -contrast=20 -ambient=20 -op1=Climb-down -model=model_22870 -model=model_22892 -name=Stairs - -// 22254 -[loc_22254] -active=yes -hillskew=yes -blockwalk=no -sharelight=yes -mirror=yes -contrast=20 -ambient=20 -op1=Climb-down -model=model_22870 -model=model_22892 -name=Stairs - -// 22255 -[loc_22255] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22871 - -// 22256 -[loc_22256] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22872 - -// 22257 -[loc_22257] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22873 - -// 22258 -[loc_22258] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22874 - -// 22259 -[loc_22259] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22875 - -// 22260 -[loc_22260] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22872 - -// 22261 -[loc_22261] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -model=model_22876 - -// 22262 -[loc_22262] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22871 - -// 22263 -[loc_22263] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22872 - -// 22264 -[loc_22264] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22873 - -// 22265 -[loc_22265] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22874 - -// 22266 -[loc_22266] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22875 - -// 22267 -[loc_22267] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_22872 - -// 22268 -[loc_22268] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -width=3 -model=model_22877 - -// 22269 -[loc_22269] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -width=3 -model=model_22848 - -// 22270 -[loc_22270] -active=yes -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_22916 -name=Support - -// 22271 -[loc_22271] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -length=2 -model=model_22913 -name=Cannon - -// 22272 -[loc_22272] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -length=2 -mirror=yes -model=model_22913 -name=Cannon - -// 22273 -[loc_22273] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -length=2 -model=model_22912 -name=Broken cannon - -// 22274 -[loc_22274] -active=yes -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -msi=msi_7 -op1=Climb -model=model_22914 -name=Ladder - -// 22275 -[loc_22275] -active=yes -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -msi=msi_7 -op1=Climb -model=model_22917 -name=Ladder - -// 22276 -[loc_22276] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_22915 - -// 22277 -[loc_22277] -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=8485 -recol1d=8421 -recol2s=7428 -recol2d=8421 -recol3s=6371 -recol3d=9478 -recol4s=5314 -recol4d=7364 -recol5s=4257 -recol5d=7364 -recol6s=3200 -recol6d=5250 -model=model_13975 -name=Crate - -// 22278 -[loc_22278] -contrast=20 -ambient=20 -hillskew=yes -blockrange=no -recol1s=12548 -recol1d=8454 -recol2s=13605 -recol2d=9511 -recol3s=11491 -recol3d=7397 -recol4s=10434 -recol4d=6340 -recol5s=7297 -recol5d=4226 -model=model_8232 -name=Barrel - -// 22279 -[loc_22279] -contrast=20 -ambient=20 -hillskew=yes -blockrange=no -recol1s=12548 -recol1d=8454 -recol2s=13605 -recol2d=9511 -recol3s=11491 -recol3d=7397 -recol4s=10434 -recol4d=6340 -recol5s=7297 -recol5d=4226 -model=model_9531 -model2=model_8232 -name=Barrel - -// 22280 -[loc_22280] -contrast=20 -ambient=20 -hillskew=yes -recol1s=12548 -recol1d=8454 -recol2s=13605 -recol2d=9511 -recol3s=11491 -recol3d=7397 -recol4s=10434 -recol4d=6340 -recol5s=7297 -recol5d=4226 -model=model_14828 -model2=model_14829 -name=Barrel - -// 22281 -[loc_22281] -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_22882 -name=Locked door - -// 22282 -[loc_22282] -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_22883 -name=Locked door - -// 22283 -[loc_22283] -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -model=model_22883 -name=Locked door - -// 22284 -[loc_22284] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_22884 - -// 22285 -[loc_22285] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -model=model_22884 - -// 22286 -[loc_22286] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_22885 - -// 22287 -[loc_22287] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -model=model_22885 - -// 22288 -[loc_22288] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_22886 - -// 22289 -[loc_22289] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -model=model_22886 - -// 22290 -[loc_22290] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -length=2 -model=model_22887 - -// 22291 -[loc_22291] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -length=2 -model=model_22887 - -// 22292 -[loc_22292] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -length=2 -model=model_22888 - -// 22293 -[loc_22293] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -length=2 -model=model_22888 - -// 22294 -[loc_22294] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -length=2 -model=model_22889 - -// 22295 -[loc_22295] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -length=2 -model=model_22889 - -// 22296 -[loc_22296] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -length=2 -model=model_22890 - -// 22297 -[loc_22297] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_22891 - -// 22298 -[loc_22298] -op1=Open -forceapproach=south -recol1s=20933 -recol1d=6340 -recol2s=7329 -recol2d=7397 -model=model_11129 -name=Locker - -// 22299 -[loc_22299] -op1=Search -op2=Close -forceapproach=south -recol1s=20933 -recol1d=6340 -recol2s=7329 -recol2d=7397 -model=model_11162 -name=Locker - -// 22300 -[loc_22300] -contrast=100 -ambient=10 -op2=Pick -blockwalk=no -msi=msi_31 -hardshadow=no -model=model_22799 -name=Wheat - -// 22301 -[loc_22301] -op2=Pick -blockwalk=no -msi=msi_9 -ambient=20 -model=model_8196 -name=Cabbage - -// 22302 -[loc_22302] -length=2 -hillskew=yes -op1=Climb-over -msi=msi_70 -raiseobject=no -ambient=30 -contrast=30 -blockrange=no -recol1s=10501 -recol1d=13603 -recol2s=8387 -recol2d=12546 -recol3s=13638 -recol3d=16740 -model=model_7378 -name=Stile - -// 22303 -[loc_22303] -active=no -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -blockrange=no -recol1s=10501 -recol1d=13603 -recol2s=8387 -recol2d=12546 -recol3s=13638 -recol3d=16740 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 22304 -[loc_22304] -active=no -ambient=25 -hillskew=yes -blockwalk=no -recol1s=13671 -recol1d=13603 -recol2s=11557 -recol2d=12546 -model=model_7784,1 -model=model_7785,3 -model=model_31635,5 - -// 22305 -[loc_22305] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -shadow=no -model=model_23073,8 -model=model_35354,0 - -// 22306 -[loc_22306] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -shadow=no -model=model_23074,8 -model=model_35355,0 - -// 22307 -[loc_22307] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -shadow=no -model=model_23075,8 -model=model_35352,0 - -// 22308 -[loc_22308] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23080,8 -model=model_35349,0 - -// 22309 -[loc_22309] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23081,8 -model=model_35366,0 - -// 22310 -[loc_22310] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23082,8 -model=model_35367,0 - -// 22311 -[loc_22311] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23083,8 -model=model_35358,0 - -// 22312 -[loc_22312] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23084,8 -model=model_35356,0 - -// 22313 -[loc_22313] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23085,8 -model=model_35362,0 - -// 22314 -[loc_22314] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23086,8 -model=model_35368,0 - -// 22315 -[loc_22315] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23087,8 -model=model_35348,0 - -// 22316 -[loc_22316] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -shadow=no -model=model_23072,8 -model=model_35370,0 - -// 22317 -[loc_22317] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -shadow=no -model=model_23088,8 -model=model_35360,0 - -// 22318 -[loc_22318] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -shadow=no -model=model_23089,8 -model=model_35364,0 - -// 22319 -[loc_22319] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -shadow=no -model=model_23090,8 -model=model_35359,0 - -// 22320 -[loc_22320] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -shadow=no -model=model_23091,8 -model=model_35350,0 - -// 22321 -[loc_22321] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -shadow=no -model=model_23092,8 -model=model_35369,0 - -// 22322 -[loc_22322] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -shadow=no -model=model_23093,8 -model=model_35351,0 - -// 22323 -[loc_22323] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -shadow=no -model=model_23094,8 -model=model_35363,0 - -// 22324 -[loc_22324] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -shadow=no -model=model_23095,8 -model=model_35353,0 - -// 22325 -[loc_22325] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=180 -shadow=no -model=model_23072,8 -model=model_35370,0 - -// 22326 -[loc_22326] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=180 -shadow=no -model=model_23088,8 -model=model_35360,0 - -// 22327 -[loc_22327] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=180 -shadow=no -model=model_23089,8 -model=model_35364,0 - -// 22328 -[loc_22328] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=180 -shadow=no -model=model_23090,8 -model=model_35359,0 - -// 22329 -[loc_22329] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=180 -shadow=no -model=model_23091,8 -model=model_35350,0 - -// 22330 -[loc_22330] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=180 -shadow=no -model=model_23092,8 -model=model_35369,0 - -// 22331 -[loc_22331] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=180 -shadow=no -model=model_23093,8 -model=model_35351,0 - -// 22332 -[loc_22332] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=180 -shadow=no -model=model_23094,8 -model=model_35363,0 - -// 22333 -[loc_22333] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=180 -shadow=no -model=model_23095,8 -model=model_35353,0 - -// 22334 -[loc_22334] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23076,8 -model=model_35357,0 - -// 22335 -[loc_22335] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23077,8 -model=model_35365,0 - -// 22336 -[loc_22336] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23078,8 -model=model_35361,0 - -// 22337 -[loc_22337] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -shadow=no -model=model_23079,8 -model=model_35371,0 - -// 22338 -[loc_22338] -active=no -length=2 -width=2 -anim=seq_5874 -shadow=no -model=model_23110 - -// 22339 -[loc_22339] -active=no -anim=seq_5874 -shadow=no -model=model_23109 - -// 22340 -[loc_22340] -active=no -hillskew=yes -ambient=20 -contrast=20 -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=12719 -recol2s=9480 -recol2d=13776 -recol3s=10537 -recol3d=14833 -recol4s=11594 -recol4d=15890 -recol5s=12651 -recol5d=18004 -recol6s=14699 -recol6d=19061 -model=model_12125,0 - -// 22341 -[loc_22341] -active=no -hillskew=yes -ambient=20 -contrast=20 -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=12719 -recol2s=9480 -recol2d=13776 -recol3s=10537 -recol3d=14833 -recol4s=11594 -recol4d=15890 -recol5s=12651 -recol5d=18004 -recol6s=14699 -recol6d=19061 -model=model_12126,0 - -// 22342 -[loc_22342] -active=no -hillskew=yes -ambient=20 -contrast=20 -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=12719 -recol2s=9480 -recol2d=13776 -recol3s=10537 -recol3d=14833 -recol4s=11594 -recol4d=15890 -recol5s=12651 -recol5d=18004 -recol6s=14699 -recol6d=19061 -model=model_12127,0 - -// 22343 -[loc_22343] -active=no -hillskew=yes -ambient=20 -contrast=20 -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=12719 -recol2s=9480 -recol2d=13776 -recol3s=10537 -recol3d=14833 -recol4s=11594 -recol4d=15890 -recol5s=12651 -recol5d=18004 -recol6s=14699 -recol6d=19061 -model=model_12128,0 - -// 22344 -[loc_22344] -active=no -hillskew=yes -ambient=20 -contrast=20 -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=12719 -recol2s=9480 -recol2d=13776 -recol3s=10537 -recol3d=14833 -recol4s=11594 -recol4d=15890 -recol5s=12651 -recol5d=18004 -recol6s=14699 -recol6d=19061 -model=model_12129,0 - -// 22345 -[loc_22345] -active=no -hillskew=yes -ambient=20 -contrast=20 -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=12719 -recol2s=9480 -recol2d=13776 -recol3s=10537 -recol3d=14833 -recol4s=11594 -recol4d=15890 -recol5s=12651 -recol5d=18004 -recol6s=14699 -recol6d=19061 -model=model_12130,0 - -// 22346 -[loc_22346] -active=no -hillskew=yes -ambient=20 -contrast=20 -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=12719 -recol2s=9480 -recol2d=13776 -recol3s=10537 -recol3d=14833 -recol4s=11594 -recol4d=15890 -recol5s=12651 -recol5d=18004 -recol6s=14699 -recol6d=19061 -model=model_12131,0 - -// 22347 -[loc_22347] -active=no -anim=seq_1727 -length=2 -width=2 -shadow=no -hardshadow=no -model=model_5514,8 -model=model_5515,2 - -// 22348 -[loc_22348] -active=no -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -shadow=no -hardshadow=no -model=model_5514,8 -model=model_5515,2 - -// 22349 -[loc_22349] -active=no -anim=seq_1727 -length=2 -width=2 -shadow=no -hardshadow=no -model=model_5515 - -// 22350 -[loc_22350] -active=no -hillskew=yes -ambient=20 -contrast=20 -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=6272 -recol2s=9480 -recol2d=7329 -recol3s=10537 -recol3d=8386 -recol4s=11594 -recol4d=9443 -recol5s=12651 -recol5d=10500 -recol6s=14699 -recol6d=11557 -model=model_12130,0 - -// 22351 -[loc_22351] -active=no -hillskew=yes -ambient=20 -contrast=20 -unknown90=yes -blockrange=no -recol1s=8423 -recol1d=6272 -recol2s=9480 -recol2d=7329 -recol3s=10537 -recol3d=8386 -recol4s=11594 -recol4d=9443 -recol5s=12651 -recol5d=10500 -recol6s=14699 -recol6d=11557 -model=model_12131,0 - -// 22352 -[loc_22352] -active=yes -length=2 -contrast=20 -ambient=20 -blockwalk=yes -msi=msi_7 -model=model_22919 -model2=model_22918 -name=Statue - -// 22353 -[loc_22353] -active=yes -length=2 -contrast=20 -ambient=20 -blockwalk=yes -msi=msi_7 -op1=Pull -model=model_22922 -model2=model_22920 -name=Statue - -// 22354 -[loc_22354] -active=yes -length=2 -contrast=20 -ambient=20 -blockwalk=yes -msi=msi_7 -op1=Climb-down -model=model_22923 -model2=model_22921 -name=Statue - -// 22355 -[loc_22355] -active=yes -length=2 -op1=hidden -forceapproach=north -multivar=varplayerbit_3401 -multiloc=0,loc_22353 -multiloc=1,loc_22352 -multiloc=2,loc_22354 - -// 22356 -[loc_22356] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -blockrange=no -model=model_23112 - -// 22357 -[loc_22357] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -blockrange=no -model=model_23130 - -// 22358 -[loc_22358] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -blockrange=no -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23127,1 - -// 22359 -[loc_22359] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -mirror=yes -blockrange=no -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23127,1 - -// 22360 -[loc_22360] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -blockrange=no -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23125,1 -model=model_23126,2 - -// 22361 -[loc_22361] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_20488,1 -model=model_20489,2 -model=model_20490,5 - -// 22362 -[loc_22362] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -model=model_23128,1 - -// 22363 -[loc_22363] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=11558 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 22364 -[loc_22364] -sharelight=yes -hillskew=yes -active=no -ambient=20 -contrast=20 -recol1s=12580 -recol1d=11558 -model=model_787 - -// 22365 -[loc_22365] -active=yes -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -op1=Descend -msi=msi_7 -blockrange=no -model=model_23111 -name=Stairs - -// 22366 -[loc_22366] -active=yes -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -op1=Descend -msi=msi_7 -blockrange=no -model=model_23113 -name=Stairs - -// 22367 -[loc_22367] -active=yes -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -op1=Climb -length=2 -msi=msi_7 -model=model_23118 -name=Stairs - -// 22368 -[loc_22368] -active=yes -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -op2=Climb -op1=Repair -length=2 -msi=msi_7 -model=model_23119 -name=Stairs - -// 22369 -[loc_22369] -active=yes -sharelight=yes -blockwalk=yes -ambient=20 -contrast=20 -op2=Climb -op1=Hidden -length=2 -msi=msi_7 -model=model_23120 -name=Stairs - -// 22370 -[loc_22370] -active=yes -length=2 -msi=msi_7 -op2=Climb -op1=hidden -multivar=varplayerbit_3385 -multiloc=0,loc_22368 -multiloc=1,loc_22369 - -// 22371 -[loc_22371] -active=yes -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -msi=msi_7 -op1=Climb -model=model_23117 -name=Ladder - -// 22372 -[loc_22372] -active=yes -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -msi=msi_7 -op1=Climb -model=model_23117 -name=Ladder - -// 22373 -[loc_22373] -ambient=35 -sharelight=yes -contrast=25 -model=model_22827 -name=Granary wall - -// 22374 -[loc_22374] -ambient=35 -sharelight=yes -model=model_22828 -name=Granary wall - -// 22375 -[loc_22375] -ambient=35 -sharelight=yes -model=model_22834 -name=Granary wall - -// 22376 -[loc_22376] -ambient=35 -sharelight=yes -mirror=yes -model=model_22828 -name=Granary wall - -// 22377 -[loc_22377] -ambient=35 -sharelight=yes -mirror=yes -model=model_22834 -name=Granary wall - -// 22378 -[loc_22378] -ambient=35 -sharelight=yes -model=model_22829 -name=Granary wall - -// 22379 -[loc_22379] -ambient=35 -sharelight=yes -mirror=yes -model=model_22829 -name=Granary wall - -// 22380 -[loc_22380] -ambient=35 -sharelight=yes -mirror=yes -model=model_22830 -name=Granary wall - -// 22381 -[loc_22381] -ambient=35 -sharelight=yes -mirror=yes -model=model_22831,1 -model=model_22832,2 -model=model_22833,5 - -// 22382 -[loc_22382] -ambient=35 -sharelight=yes -mirror=yes -model=model_22835,5 - -// 22383 -[loc_22383] -mirror=yes -ambient=35 -sharelight=yes -model=model_22811,5 - -// 22384 -[loc_22384] -ambient=35 -sharelight=yes -mirror=yes -model=model_22812,5 - -// 22385 -[loc_22385] -ambient=35 -sharelight=yes -model=model_22802 -name=Granary roof - -// 22386 -[loc_22386] -ambient=35 -sharelight=yes -model=model_22803 -name=Granary roof - -// 22387 -[loc_22387] -ambient=35 -sharelight=yes -model=model_22804 -name=Granary roof - -// 22388 -[loc_22388] -ambient=35 -sharelight=yes -model=model_22805 -name=Granary roof - -// 22389 -[loc_22389] -mirror=yes -ambient=35 -sharelight=yes -model=model_22803 -name=Granary roof - -// 22390 -[loc_22390] -mirror=yes -ambient=35 -sharelight=yes -model=model_22804 -name=Granary roof - -// 22391 -[loc_22391] -mirror=yes -ambient=35 -sharelight=yes -model=model_22802 -name=Granary roof - -// 22392 -[loc_22392] -ambient=35 -sharelight=yes -model=model_22813 -name=Granary roof - -// 22393 -[loc_22393] -ambient=35 -sharelight=yes -model=model_22814 -name=Granary roof - -// 22394 -[loc_22394] -ambient=35 -sharelight=yes -model=model_22815 -name=Granary roof - -// 22395 -[loc_22395] -ambient=35 -sharelight=yes -model=model_22816 -name=Granary roof - -// 22396 -[loc_22396] -ambient=35 -sharelight=yes -model=model_22817 -name=Granary roof - -// 22397 -[loc_22397] -ambient=35 -sharelight=yes -model=model_22818 -name=Granary roof - -// 22398 -[loc_22398] -ambient=35 -sharelight=yes -model=model_22819 -name=Granary roof - -// 22399 -[loc_22399] -ambient=35 -sharelight=yes -model=model_22820 -name=Granary roof - -// 22400 -[loc_22400] -mirror=yes -ambient=35 -sharelight=yes -model=model_22813 -name=Granary roof - -// 22401 -[loc_22401] -mirror=yes -ambient=35 -sharelight=yes -model=model_22814 -name=Granary roof - -// 22402 -[loc_22402] -mirror=yes -ambient=35 -sharelight=yes -model=model_22815 -name=Granary roof - -// 22403 -[loc_22403] -ambient=35 -mirror=yes -sharelight=yes -model=model_22816 -name=Granary roof - -// 22404 -[loc_22404] -mirror=yes -ambient=35 -sharelight=yes -model=model_22817 -name=Granary roof - -// 22405 -[loc_22405] -mirror=yes -ambient=35 -sharelight=yes -model=model_22818 -name=Granary roof - -// 22406 -[loc_22406] -mirror=yes -ambient=35 -sharelight=yes -model=model_22819 -name=Granary roof - -// 22407 -[loc_22407] -mirror=yes -ambient=35 -sharelight=yes -model=model_22820 -name=Granary roof - -// 22408 -[loc_22408] -ambient=35 -sharelight=yes -model=model_22821 -name=Granary roof - -// 22409 -[loc_22409] -ambient=35 -sharelight=yes -model=model_22822 -name=Granary roof - -// 22410 -[loc_22410] -ambient=35 -sharelight=yes -model=model_22823 -name=Granary roof - -// 22411 -[loc_22411] -ambient=35 -sharelight=yes -model=model_22824 -name=Granary roof - -// 22412 -[loc_22412] -ambient=35 -sharelight=yes -model=model_22825 -name=Granary roof - -// 22413 -[loc_22413] -mirror=yes -ambient=35 -sharelight=yes -model=model_22821 -name=Granary roof - -// 22414 -[loc_22414] -mirror=yes -ambient=35 -sharelight=yes -model=model_22822 -name=Granary roof - -// 22415 -[loc_22415] -mirror=yes -ambient=35 -sharelight=yes -model=model_22823 -name=Granary roof - -// 22416 -[loc_22416] -mirror=yes -ambient=35 -sharelight=yes -model=model_22824 -name=Granary roof - -// 22417 -[loc_22417] -mirror=yes -ambient=35 -sharelight=yes -model=model_22825 -name=Granary roof - -// 22418 -[loc_22418] -length=6 -anim=seq_5857 -bgsound=synth_2227,25 -offsety=240 -model=model_22798 -name=Sails - -// 22419 -[loc_22419] -anim=seq_1731 -width=2 -length=2 -anim=seq_1731 -bgsound=synth_2226,5 -model=model_22789 -name=Millstones - -// 22420 -[loc_22420] -width=2 -length=2 -active=yes -model=model_22837 -name=Flour bin - -// 22421 -[loc_22421] -width=2 -length=2 -op1=Empty -active=yes -model=model_22836 -name=Flour bin - -// 22422 -[loc_22422] -width=2 -active=yes -recol1s=11523 -recol1d=16774 -recol2s=9409 -recol2d=13603 -model=model_1379 -name=Hopper - -// 22423 -[loc_22423] -width=2 -length=2 -active=no -anim=seq_1731 -recol1s=11523 -recol1d=16774 -recol2s=10466 -recol2d=13603 -model=model_5573 - -// 22424 -[loc_22424] -active=yes -op1=Pull -recol1s=14694 -recol1d=16774 -recol2s=11491 -recol2d=13603 -model=model_1381 -name=Lever - -// 22425 -[loc_22425] -anim=seq_472 -length=2 -active=no -recol1s=10432 -recol1d=13603 -recol2s=11523 -recol2d=16774 -model=model_5574 - -// 22426 -[loc_22426] -ambient=10 -blockrange=no -recol1s=13639 -recol1d=13605 -recol2s=12582 -recol2d=10434 -recol3s=11525 -recol3d=7297 -recol4s=10468 -recol4d=12548 -recol5s=9411 -recol5d=11491 -recol6s=8354 -recol6d=13605 -model=model_5256 -name=Crate - -// 22427 -[loc_22427] -op1=Search -recol1s=13639 -recol1d=13605 -recol2s=12582 -recol2d=10434 -recol3s=11525 -recol3d=7297 -recol4s=10468 -recol4d=12548 -recol5s=9411 -recol5d=11491 -recol6s=8354 -recol6d=13605 -model=model_5257 -name=Crate - -// 22428 -[loc_22428] -hillskew=yes -ambient=35 -sharelight=yes -model=model_22826,1 - -// 22429 -[loc_22429] -hillskew=yes -ambient=35 -msi=msi_22 -sharelight=yes -model=model_22826,1 - -// 22430 -[loc_22430] -ambient=40 -model=model_5494 -name=Sack - -// 22431 -[loc_22431] -width=2 -blockrange=no -recol1s=16809 -recol1d=19911 -recol2s=14695 -recol2d=16774 -recol3s=13638 -recol3d=17831 -recol4s=12581 -recol4d=13603 -model=model_14827 -name=Table - -// 22432 -[loc_22432] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -model=model_21483 -name=Ladder - -// 22433 -[loc_22433] -active=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -forceapproach=south -model=model_21483 -name=Ladder - -// 22434 -[loc_22434] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=south -model=model_21483 -name=Ladder - -// 22435 -[loc_22435] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_22838,1 -name=Large door - -// 22436 -[loc_22436] -op1=Close -raiseobject=no -model=model_22838,1 -name=Large door - -// 22437 -[loc_22437] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -mirror=yes -model=model_22838,1 -name=Large door - -// 22438 -[loc_22438] -op1=Close -raiseobject=no -mirror=yes -model=model_22838,1 -name=Large door - -// 22439 -[loc_22439] -hillskew=yes -ambient=35 -sharelight=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23099 -name=Rock wall - -// 22440 -[loc_22440] -hillskew=yes -ambient=35 -sharelight=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23100 -name=Rock wall - -// 22441 -[loc_22441] -hillskew=yes -ambient=35 -sharelight=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23103 -name=Rock wall - -// 22442 -[loc_22442] -hillskew=yes -ambient=35 -sharelight=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23104 -name=Rock wall - -// 22443 -[loc_22443] -hillskew=yes -ambient=35 -sharelight=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23107 -name=Rock wall - -// 22444 -[loc_22444] -hillskew=yes -ambient=35 -sharelight=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23108 -name=Rock wall - -// 22445 -[loc_22445] -hillskew=yes -ambient=35 -sharelight=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23101 -name=Rock wall - -// 22446 -[loc_22446] -hillskew=yes -ambient=35 -sharelight=yes -mirror=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23101 -name=Rock wall - -// 22447 -[loc_22447] -hillskew=yes -ambient=35 -sharelight=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23102 -name=Rock wall - -// 22448 -[loc_22448] -hillskew=yes -ambient=35 -sharelight=yes -mirror=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23102 -name=Rock wall - -// 22449 -[loc_22449] -hillskew=yes -ambient=35 -sharelight=yes -mirror=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23105 -name=Rock wall - -// 22450 -[loc_22450] -hillskew=yes -ambient=35 -sharelight=yes -mirror=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23106 -name=Rock wall - -// 22451 -[loc_22451] -hillskew=yes -ambient=35 -sharelight=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23105 -name=Rock wall - -// 22452 -[loc_22452] -hillskew=yes -ambient=35 -sharelight=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23106 -name=Rock wall - -// 22453 -[loc_22453] -ambient=30 -op1=Add-bottom -model=model_22925 -name=Crate - -// 22454 -[loc_22454] -ambient=30 -op1=Fill -model=model_22927 -name=Crate - -// 22455 -[loc_22455] -ambient=30 -model=model_22927 -model2=model_22924 -name=Crate - -// 22456 -[loc_22456] -ambient=10 -model=model_22926 -name=Crate - -// 22457 -[loc_22457] -ambient=10 -op1=Build -model=model_22928 -name=Crate - -// 22458 -[loc_22458] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23122,1 -model=model_23123,2 -model=model_23124,5 - -// 22459 -[loc_22459] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -mirror=yes -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23122,1 -model=model_23123,2 -model=model_23124,5 - -// 22460 -[loc_22460] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23129,1 - -// 22461 -[loc_22461] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -mirror=yes -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23129,1 - -// 22462 -[loc_22462] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23121,5 - -// 22463 -[loc_22463] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -mirror=yes -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23121,5 - -// 22464 -[loc_22464] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -mirror=yes -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23124 - -// 22465 -[loc_22465] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -mirror=yes -recol1s=11592 -recol1d=11558 -recol2s=10535 -recol2d=10501 -recol3s=9478 -recol3d=9444 -recol4s=8421 -recol4d=8387 -recol5s=7364 -recol5d=7330 -recol6s=6307 -recol6d=6273 -model=model_23121 - -// 22466 -[loc_22466] -active=no -ambient=20 -sharelight=yes -hillskew=yes -unknown90=yes -model=model_23116,0 - -// 22467 -[loc_22467] -active=no -ambient=20 -sharelight=yes -hillskew=yes -unknown90=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23114,0 - -// 22468 -[loc_22468] -active=no -ambient=20 -sharelight=yes -hillskew=yes -unknown90=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23115,0 - -// 22469 -[loc_22469] -active=no -ambient=20 -sharelight=yes -hillskew=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23096,0 - -// 22470 -[loc_22470] -active=no -ambient=20 -sharelight=yes -hillskew=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23097,0 - -// 22471 -[loc_22471] -active=no -ambient=20 -sharelight=yes -hillskew=yes -recol1s=8423 -recol1d=3170 -recol2s=10537 -recol2d=5284 -model=model_23098,0 - -// 22472 -[loc_22472] -ambient=30 -model=model_22941 -name=Lectern - -// 22473 -[loc_22473] -contrast=100 -ambient=10 -op2=Pick -blockwalk=no -msi=msi_31 -model=model_22799 -name=Wheat - -// 22474 -[loc_22474] -resizex=120 -resizey=140 -resizez=120 -contrast=100 -ambient=10 -op2=Pick -blockwalk=no -model=model_22799 -name=Wheat - -// 22475 -[loc_22475] -contrast=100 -ambient=10 -op2=Pick -resizex=100 -resizey=100 -resizez=100 -offsetx=20 -blockwalk=no -model=model_22799 -name=Wheat - -// 22476 -[loc_22476] -contrast=100 -ambient=10 -op2=Pick -resizex=100 -resizey=70 -resizez=100 -offsetx=30 -blockwalk=no -model=model_22799 -name=Wheat - -// 22477 -[loc_22477] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23059 -name=Door - -// 22478 -[loc_22478] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23052 -name=Wall - -// 22479 -[loc_22479] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23053 -name=Wall - -// 22480 -[loc_22480] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23066 -name=Wall - -// 22481 -[loc_22481] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_23067 -name=Wall - -// 22482 -[loc_22482] -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_23067 -name=Wall - -// 22483 -[loc_22483] -ambient=30 -contrast=30 -blockwalk=no -model=model_11171 -name=Fuse - -// 22484 -[loc_22484] -ambient=30 -contrast=30 -anim=seq_5909 -blockwalk=no -model=model_22929 -name=Fuse - -// 22485 -[loc_22485] -hillskew=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=no -forcedecor=yes -hardshadow=no -model=model_22794,0 - -// 22486 -[loc_22486] -hillskew=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=no -forcedecor=yes -hardshadow=no -model=model_22795,0 - -// 22487 -[loc_22487] -hillskew=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=no -forcedecor=yes -hardshadow=no -model=model_22796,0 - -// 22488 -[loc_22488] -hillskew=yes -shadow=no -contrast=20 -ambient=20 -blockwalk=no -forcedecor=yes -hardshadow=no -model=model_22797,0 - -// 22489 -[loc_22489] -op1=hidden -active=yes -multivar=varplayerbit_3390 -multiloc=1,loc_22457 -multiloc=2,loc_22453 -multiloc=3,loc_22454 -multiloc=4,loc_22455 -multiloc=5,loc_22456 - -// 22490 -[loc_22490] -active=no -multivar=varplayerbit_3391 -multiloc=1,loc_22453 - -// 22491 -[loc_22491] -active=yes -blockwalk=no -multivar=varplayerbit_3394 -multiloc=1,loc_22483 -multiloc=2,loc_22484 - -// 22492 -[loc_22492] -active=yes -blockwalk=no -multivar=varplayerbit_3395 -multiloc=1,loc_22483 -multiloc=2,loc_22484 - -// 22493 -[loc_22493] -width=2 -length=2 -active=yes -multivar=varplayerbit_3405 -multiloc=0,loc_22420 -multiloc=1,loc_22421 -multiloc=2,loc_22421 -multiloc=3,loc_22421 -multiloc=4,loc_22421 -multiloc=5,loc_22421 -multiloc=6,loc_22421 -multiloc=7,loc_22421 -multiloc=8,loc_22421 -multiloc=9,loc_22421 -multiloc=10,loc_22421 -multiloc=11,loc_22421 -multiloc=12,loc_22421 -multiloc=13,loc_22421 -multiloc=14,loc_22421 -multiloc=15,loc_22421 -multiloc=16,loc_22421 -multiloc=17,loc_22421 -multiloc=18,loc_22421 -multiloc=19,loc_22421 -multiloc=20,loc_22421 -multiloc=21,loc_22421 -multiloc=22,loc_22421 -multiloc=23,loc_22421 -multiloc=24,loc_22421 -multiloc=25,loc_22421 -multiloc=26,loc_22421 -multiloc=27,loc_22421 -multiloc=28,loc_22421 -multiloc=29,loc_22421 -multiloc=30,loc_22421 - -// 22494 -[loc_22494] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -blockrange=no -recol1s=24240 -recol1d=25196 -recol2s=23149 -recol2d=24137 -recol3s=19945 -recol3d=19909 -recol4s=6400 -recol4d=16740 -recol5s=4288 -recol5d=14626 -model=model_23156 - -// 22495 -[loc_22495] -sharelight=yes -active=no -msi=msi_9 -ambient=30 -recol1s=12905 -recol1d=24137 -recol2s=24240 -recol2d=24137 -recol3s=10760 -recol3d=22023 -recol4s=8646 -recol4d=19909 -recol5s=22059 -recol5d=16740 -recol6s=6532 -recol6d=14626 -model=model_23155 - -// 22496 -[loc_22496] -hillskew=yes -active=yes -blockwalk=no -op1=Look-at -op2=Return-to-Paterdomus -recol1s=13505 -recol1d=7396 -recol2s=15618 -recol2d=7396 -recol3s=14594 -recol3d=7396 -model=model_1124,0 -name=Path - -// 22497 -[loc_22497] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5975 -width=2 -length=2 -blockrange=no -model=model_23197 -model2=model_23196 -name=Marv (sick) - -// 22498 -[loc_22498] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5976 -width=2 -length=2 -blockrange=no -model=model_23198 -model2=model_23196 -name=Marv (very sick) - -// 22499 -[loc_22499] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5977 -width=2 -length=2 -blockrange=no -model=model_23199 -model2=model_23196 -name=Marv (ghastly!) - -// 22500 -[loc_22500] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5983 -width=2 -length=2 -blockrange=no -model=model_23197 -model2=model_23196 -name=Marv (sick) - -// 22501 -[loc_22501] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5984 -width=2 -length=2 -blockrange=no -model=model_23198 -model2=model_23196 -name=Marv (very sick) - -// 22502 -[loc_22502] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5985 -width=2 -length=2 -blockrange=no -model=model_23199 -model2=model_23196 -name=Marv (ghastly!) - -// 22503 -[loc_22503] -active=yes -op1=Talk-to -op3=hidden -blockwalk=yes -anim=seq_5974 -width=2 -length=2 -blockrange=no -model=model_23191 -model2=model_23196 -name=Marv (Well) - -// 22504 -[loc_22504] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5975 -width=2 -length=2 -blockrange=no -recol1s=25098 -recol1d=18926 -recol2s=6273 -recol2d=15786 -model=model_23192 -model2=model_23196 -name=Hank (sick) - -// 22505 -[loc_22505] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5976 -width=2 -length=2 -blockrange=no -recol1s=25098 -recol1d=18926 -recol2s=6273 -recol2d=15786 -model=model_23200 -model2=model_23196 -name=Hank (very sick) - -// 22506 -[loc_22506] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5977 -width=2 -length=2 -blockrange=no -model=model_23201 -model2=model_23196 -name=Hank (ghastly!) - -// 22507 -[loc_22507] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5983 -width=2 -length=2 -blockrange=no -recol1s=25098 -recol1d=18926 -recol2s=6273 -recol2d=15786 -model=model_23192 -model2=model_23196 -name=Hank (sick) - -// 22508 -[loc_22508] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5984 -width=2 -length=2 -blockrange=no -recol1s=25098 -recol1d=18926 -recol2s=6273 -recol2d=15786 -model=model_23200 -model2=model_23196 -name=Hank (very sick) - -// 22509 -[loc_22509] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5985 -width=2 -length=2 -blockrange=no -model=model_23201 -model2=model_23196 -name=Hank (ghastly!) - -// 22510 -[loc_22510] -active=yes -op1=Talk-to -op3=hidden -blockwalk=yes -anim=seq_5983 -width=2 -length=2 -blockrange=no -model=model_23192 -model2=model_23196 -name=Hank (Well) - -// 22511 -[loc_22511] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5975 -width=2 -length=2 -blockrange=no -model=model_23202 -model2=model_23196 -name=Wilf (sick) - -// 22512 -[loc_22512] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5976 -width=2 -length=2 -blockrange=no -model=model_23203 -model2=model_23196 -name=Wilf (very sick) - -// 22513 -[loc_22513] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5977 -width=2 -length=2 -blockrange=no -model=model_23204 -model2=model_23196 -name=Wilf (ghastly!) - -// 22514 -[loc_22514] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5983 -width=2 -length=2 -blockrange=no -model=model_23202 -model2=model_23196 -name=Wilf (sick) - -// 22515 -[loc_22515] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5984 -width=2 -length=2 -blockrange=no -model=model_23203 -model2=model_23196 -name=Wilf (very sick) - -// 22516 -[loc_22516] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5985 -width=2 -length=2 -blockrange=no -model=model_23204 -model2=model_23196 -name=Wilf (ghastly!) - -// 22517 -[loc_22517] -active=yes -op1=Talk-to -op3=hidden -blockwalk=yes -anim=seq_5974 -width=2 -length=2 -blockrange=no -model=model_23193 -model2=model_23196 -name=Wilf (Well) - -// 22518 -[loc_22518] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5975 -width=2 -length=2 -blockrange=no -model=model_23206 -model2=model_23196 -name=Sarah (sick!) - -// 22519 -[loc_22519] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5976 -width=2 -length=2 -blockrange=no -model=model_23207 -model2=model_23196 -name=Sarah (very sick!) - -// 22520 -[loc_22520] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5977 -width=2 -length=2 -blockrange=no -model=model_23208 -model2=model_23196 -name=Sarah (ghastly!) - -// 22521 -[loc_22521] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5983 -width=2 -length=2 -blockrange=no -model=model_23206 -model2=model_23196 -name=Sarah (sick!) - -// 22522 -[loc_22522] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5984 -width=2 -length=2 -blockrange=no -model=model_23207 -model2=model_23196 -name=Sarah (very sick!) - -// 22523 -[loc_22523] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5985 -width=2 -length=2 -blockrange=no -model=model_23208 -model2=model_23196 -name=Sarah (ghastly!) - -// 22524 -[loc_22524] -active=yes -op1=Talk-to -op3=hidden -blockwalk=yes -anim=seq_5974 -width=2 -length=2 -blockrange=no -model=model_23194 -model2=model_23196 -name=Sarah (Well) - -// 22525 -[loc_22525] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5975 -width=2 -length=2 -blockrange=no -model=model_23209 -model2=model_23196 -name=Rachel (sick) - -// 22526 -[loc_22526] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5976 -width=2 -length=2 -blockrange=no -model=model_23210 -model2=model_23196 -name=Rachel (very sick) - -// 22527 -[loc_22527] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5977 -width=2 -length=2 -blockrange=no -model=model_23211 -model2=model_23196 -name=Rachel (ghastly!) - -// 22528 -[loc_22528] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5983 -width=2 -length=2 -blockrange=no -model=model_23209 -model2=model_23196 -name=Rachel (sick) - -// 22529 -[loc_22529] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5984 -width=2 -length=2 -blockrange=no -model=model_23210 -model2=model_23196 -name=Rachel (very sick) - -// 22530 -[loc_22530] -active=yes -op1=Talk-to -blockwalk=yes -anim=seq_5985 -width=2 -length=2 -blockrange=no -model=model_23211 -model2=model_23196 -name=Rachel (ghastly!) - -// 22531 -[loc_22531] -active=yes -op1=Talk-to -op3=hidden -blockwalk=yes -anim=seq_5974 -width=2 -length=2 -blockrange=no -model=model_23194 -model2=model_23196 -name=Rachel (Well) - -// 22532 -[loc_22532] -width=2 -length=2 -model=model_23205 -name=Empty clothes - -// 22533 -[loc_22533] -op1=Search -active=yes -hillskew=yes -forcedecor=yes -msi=msi_46 -blockwalk=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_23188,0 -name=Partially broken bridge - -// 22534 -[loc_22534] -op1=Search -active=yes -forcedecor=yes -msi=msi_46 -blockwalk=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_23189,0 -name=Slightly broken bridge - -// 22535 -[loc_22535] -active=yes -op1=Search -op2=Walk-across -forcedecor=yes -hillskew=yes -msi=msi_46 -blockwalk=yes -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -model=model_23190,0 -name=Fixed bridge - -// 22536 -[loc_22536] -hillskew=yes -sharelight=yes -active=no -model=model_23848 - -// 22537 -[loc_22537] -active=yes -hillskew=yes -sharelight=yes -op1=Enter -blockwalk=yes -model=model_23253 -name=Tunnel - -// 22538 -[loc_22538] -active=yes -hillskew=yes -sharelight=yes -op1=Enter -blockwalk=yes -model=model_23252 -name=Tunnel - -// 22539 -[loc_22539] -active=no -model=model_6931 - -// 22540 -[loc_22540] -hillskew=yes -sharelight=yes -mirror=yes -active=no -model=model_6931 - -// 22541 -[loc_22541] -ambient=20 -recol1s=26217 -recol1d=8455 -recol2s=25126 -recol2d=7398 -recol3s=21990 -recol3d=6341 -recol4s=19909 -recol4d=5284 -model=model_16089 -name=Stalagmite - -// 22542 -[loc_22542] -ambient=20 -recol1s=26217 -recol1d=8455 -recol2s=25126 -recol2d=7398 -recol3s=21990 -recol3d=6341 -recol4s=19909 -recol4d=5284 -model=model_16091 -name=Large stalagmite - -// 22543 -[loc_22543] -ambient=20 -recol1s=26217 -recol1d=8455 -recol2s=25126 -recol2d=7398 -recol3s=21990 -recol3d=6341 -recol4s=19909 -recol4d=5284 -model=model_16092 -name=Connected stalagmites - -// 22544 -[loc_22544] -active=no -model=model_23856,Q - -// 22545 -[loc_22545] -active=yes -anim=seq_6015 -model=model_23855,8 -model=model_23857,Q -name=Molanisk - -// 22546 -[loc_22546] -hillskew=yes -sharelight=yes -active=no -msi=msi_22 -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23858,1 -model=model_23859,5 - -// 22547 -[loc_22547] -mirror=yes -hillskew=yes -sharelight=yes -active=no -msi=msi_22 -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23858,1 -model=model_23859,5 - -// 22548 -[loc_22548] -active=no -model=model_23860,0 - -// 22549 -[loc_22549] -width=2 -length=2 -msi=msi_11 -blockrange=no -recol1s=6373 -recol1d=5284 -recol2s=8487 -recol2d=7462 -recol3s=9608 -recol3d=9576 -model=model_8691 -name=Rock - -// 22550 -[loc_22550] -msi=msi_11 -blockrange=no -recol1s=6373 -recol1d=5284 -recol2s=8487 -recol2d=7462 -recol3s=9608 -recol3d=9576 -model=model_8689 -name=Rock - -// 22551 -[loc_22551] -width=2 -length=2 -msi=msi_12 -blockrange=no -recol1s=6373 -recol1d=5284 -recol2s=8487 -recol2d=7462 -recol3s=9608 -recol3d=9576 -model=model_8690 -name=Rock - -// 22552 -[loc_22552] -blockwalk=yes -sharelight=yes -forcedecor=yes -width=2 -offsetx=64 -offsety=0 -offsety=0 -op1=Squeeze-past -blockrange=no -model=model_23299 -name=Jutting wall - -// 22553 -[loc_22553] -sharelight=yes -active=no -model=model_23300 - -// 22554 -[loc_22554] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23301 - -// 22555 -[loc_22555] -hillskew=yes -sharelight=yes -mirror=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23301 - -// 22556 -[loc_22556] -op1=Squeeze-through -sharelight=yes -width=2 -model=model_23293 -name=Hole - -// 22557 -[loc_22557] -op1=Squeeze-through -sharelight=yes -width=3 -model=model_23294 -name=Tunnel - -// 22558 -[loc_22558] -sharelight=yes -width=3 -active=no -model=model_23298 - -// 22559 -[loc_22559] -sharelight=yes -width=3 -active=no -hillskew=yes -model=model_23292 - -// 22560 -[loc_22560] -sharelight=yes -mirror=yes -width=3 -active=no -hillskew=yes -model=model_23296 - -// 22561 -[loc_22561] -hillskew=yes -sharelight=yes -mirror=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23297 - -// 22562 -[loc_22562] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23297 - -// 22563 -[loc_22563] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -model=model_23288 -name=Ladder - -// 22564 -[loc_22564] -blockwalk=yes -sharelight=yes -forcedecor=yes -active=yes -op1=Swing-across -model=model_23291 -name=Ladder - -// 22565 -[loc_22565] -blockwalk=yes -sharelight=yes -active=no -model=model_23283 - -// 22566 -[loc_22566] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -model=model_23289 -name=Ladder - -// 22567 -[loc_22567] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -model=model_23290 -name=Ladder - -// 22568 -[loc_22568] -blockwalk=no -sharelight=yes -forcedecor=yes -active=yes -model=model_23277,0 -name=Cable - -// 22569 -[loc_22569] -forcedecor=yes -active=yes -blockwalk=no -op1=Walk-across -model=model_23273,0 -name=Cable - -// 22570 -[loc_22570] -blockwalk=yes -forcedecor=yes -active=yes -model=model_23272 -name=Lamppost - -// 22571 -[loc_22571] -blockwalk=yes -sharelight=yes -forcedecor=yes -active=yes -model=model_23317 -name=Lamppost - -// 22572 -[loc_22572] -width=4 -forceapproach=west -shadow=no -op1=Swing -model=model_23870 -name=Cable - -// 22573 -[loc_22573] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=5284 -recol2s=6305 -recol2d=6341 -recol3s=7362 -recol3d=7398 -recol4s=8419 -recol4d=8455 -recol5s=9476 -recol5d=9512 -recol6s=10533 -recol6d=10569 -model=model_12040 - -// 22574 -[loc_22574] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=5284 -recol2s=6305 -recol2d=6341 -recol3s=7362 -recol3d=7398 -recol4s=8419 -recol4d=8455 -recol5s=9476 -recol5d=9512 -recol6s=10533 -recol6d=10569 -model=model_12041 - -// 22575 -[loc_22575] -blockwalk=no -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=5284 -recol2s=6305 -recol2d=6341 -recol3s=7362 -recol3d=7398 -recol4s=8419 -recol4d=8455 -recol5s=9476 -recol5d=9512 -recol6s=10533 -recol6d=10569 -model=model_12042,0 - -// 22576 -[loc_22576] -ambient=20 -hillskew=yes -active=yes -blockwalk=no -model=model_23271,0 -name=Cable - -// 22577 -[loc_22577] -ambient=20 -hillskew=yes -active=no -model=model_23276,0 - -// 22578 -[loc_22578] -ambient=20 -hillskew=yes -active=no -model=model_23274,0 - -// 22579 -[loc_22579] -ambient=20 -hillskew=yes -active=no -model=model_23275,0 - -// 22580 -[loc_22580] -ambient=20 -hillskew=yes -sharelight=yes -active=no -model=model_23285,0 - -// 22581 -[loc_22581] -ambient=20 -hillskew=yes -sharelight=yes -active=no -model=model_23286,0 - -// 22582 -[loc_22582] -ambient=20 -hillskew=yes -sharelight=yes -active=no -model=model_23287,0 - -// 22583 -[loc_22583] -ambient=20 -hillskew=yes -sharelight=yes -active=no -model=model_23427,0 - -// 22584 -[loc_22584] -ambient=20 -hillskew=yes -sharelight=yes -active=no -model=model_23428,0 - -// 22585 -[loc_22585] -ambient=20 -hillskew=yes -sharelight=yes -active=no -model=model_23429,0 - -// 22586 -[loc_22586] -ambient=20 -hillskew=yes -sharelight=yes -active=no -model=model_23430,0 - -// 22587 -[loc_22587] -ambient=20 -hillskew=yes -sharelight=yes -active=no -model=model_23431,0 - -// 22588 -[loc_22588] -ambient=20 -hillskew=yes -sharelight=yes -active=no -model=model_23432,0 - -// 22589 -[loc_22589] -blockwalk=yes -sharelight=yes -forcedecor=yes -active=yes -model=model_23268 -name=Pylon - -// 22590 -[loc_22590] -blockwalk=yes -sharelight=yes -forcedecor=yes -active=yes -model=model_23270 -name=Pylon - -// 22591 -[loc_22591] -width=2 -length=2 -blockwalk=yes -sharelight=yes -forcedecor=yes -active=yes -model=model_23269 -name=Pylon - -// 22592 -[loc_22592] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23302 - -// 22593 -[loc_22593] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23303 - -// 22594 -[loc_22594] -mirror=yes -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23302 - -// 22595 -[loc_22595] -mirror=yes -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23303 - -// 22596 -[loc_22596] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23305 - -// 22597 -[loc_22597] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23306 - -// 22598 -[loc_22598] -hillskew=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23304 - -// 22599 -[loc_22599] -hillskew=yes -mirror=yes -sharelight=yes -active=no -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23304 - -// 22600 -[loc_22600] -hillskew=yes -sharelight=yes -msi=msi_7 -active=yes -op1=Climb-up -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23309 -name=Ladder - -// 22601 -[loc_22601] -hillskew=yes -sharelight=yes -active=yes -op1=Climb-up -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23308 -name=Ladder - -// 22602 -[loc_22602] -active=yes -op1=Climb-down -blockwalk=yes -model=model_15050,0 -name=Ladder - -// 22603 -[loc_22603] -active=no -ambient=20 -sharelight=yes -hillskew=yes -model=model_23539,1 -model=model_23540,2 -model=model_23541,5 - -// 22604 -[loc_22604] -active=no -ambient=20 -sharelight=yes -hillskew=yes -blockwalk=no -model=model_23542,1 - -// 22605 -[loc_22605] -active=no -ambient=20 -sharelight=yes -mirror=yes -hillskew=yes -blockwalk=no -model=model_23542,1 - -// 22606 -[loc_22606] -active=no -ambient=20 -sharelight=yes -hillskew=yes -blockwalk=no -forcedecor=yes -model=model_23526,0 - -// 22607 -[loc_22607] -hillskew=yes -sharelight=yes -active=yes -model=model_23530 -name=Stairs - -// 22608 -[loc_22608] -hillskew=yes -sharelight=yes -active=yes -op1=Climb-up -model=model_23531 -name=Stairs - -// 22609 -[loc_22609] -op1=Climb-down -active=yes -blockwalk=yes -model=model_15050,0 -name=Stairs - -// 22610 -[loc_22610] -ambient=30 -hillskew=yes -sharelight=yes -active=no -model=model_23547 - -// 22611 -[loc_22611] -ambient=30 -hillskew=yes -sharelight=yes -active=no -model=model_23549 - -// 22612 -[loc_22612] -hillskew=yes -sharelight=yes -active=no -model=model_23548 - -// 22613 -[loc_22613] -hillskew=yes -sharelight=yes -active=no -model=model_23550 - -// 22614 -[loc_22614] -active=no -ambient=30 -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_23545,0 - -// 22615 -[loc_22615] -active=no -ambient=30 -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_23546,0 - -// 22616 -[loc_22616] -active=no -ambient=30 -sharelight=yes -hillskew=yes -model=model_23543 - -// 22617 -[loc_22617] -active=no -ambient=30 -sharelight=yes -hillskew=yes -mirror=yes -model=model_23543 - -// 22618 -[loc_22618] -active=no -ambient=30 -sharelight=yes -hillskew=yes -model=model_23544 - -// 22619 -[loc_22619] -active=no -ambient=30 -sharelight=yes -hillskew=yes -model=model_23536,1 -model=model_23537,2 -model=model_23538,5 - -// 22620 -[loc_22620] -active=no -ambient=30 -sharelight=yes -hillskew=yes -model=model_23533,1 -model=model_23534,2 -model=model_23535,5 - -// 22621 -[loc_22621] -active=no -ambient=30 -sharelight=yes -hillskew=yes -model=model_23532,2 - -// 22622 -[loc_22622] -active=no -width=4 -length=4 -ambient=20 -sharelight=yes -hillskew=yes -model=model_23527 -model2=model_23528 -model3=model_23519 -model4=model_23529 - -// 22623 -[loc_22623] -active=no -width=2 -length=2 -ambient=30 -sharelight=yes -hillskew=yes -model=model_23525 - -// 22624 -[loc_22624] -ambient=20 -width=2 -sharelight=yes -hillskew=yes -bgsound=synth_3497,3 -active=yes -model=model_23515 -name=Dial - -// 22625 -[loc_22625] -ambient=20 -length=2 -sharelight=yes -hillskew=yes -model=model_23520 -name=Levers - -// 22626 -[loc_22626] -ambient=40 -model=model_23522,Q - -// 22627 -[loc_22627] -ambient=40 -model=model_23521,Q - -// 22628 -[loc_22628] -active=no -ambient=20 -sharelight=yes -hillskew=yes -model=model_23516 - -// 22629 -[loc_22629] -active=no -ambient=20 -sharelight=yes -hillskew=yes -model=model_23517 - -// 22630 -[loc_22630] -active=no -ambient=20 -sharelight=yes -hillskew=yes -model=model_23518 - -// 22631 -[loc_22631] -hillskew=yes -sharelight=yes -active=no -model=model_23514 - -// 22632 -[loc_22632] -active=no -width=4 -length=4 -ambient=20 -sharelight=yes -hillskew=yes -recol1s=11490 -recol1d=7398 -recol2s=9376 -recol2d=5284 -recol3s=10433 -recol3d=4228 -recol4s=13537 -recol4d=6342 -recol5s=13604 -recol5d=6342 -recol6s=7264 -recol6d=3169 -model=model_23527 -model2=model_23554 -model3=model_23551 -model4=model_23529 - -// 22633 -[loc_22633] -active=no -width=2 -length=2 -ambient=20 -sharelight=yes -hillskew=yes -recol1s=11490 -recol1d=7398 -recol2s=10433 -recol2d=4228 -recol3s=13537 -recol3d=6342 -model=model_23523,8 -model=model_23524,2 - -// 22634 -[loc_22634] -active=yes -ambient=20 -length=2 -sharelight=yes -hillskew=yes -recol1s=11490 -recol1d=7398 -recol2s=7264 -recol2d=3169 -recol3s=10433 -recol3d=4228 -model=model_23552 -name=Console - -// 22635 -[loc_22635] -active=yes -ambient=20 -width=2 -sharelight=yes -hillskew=yes -bgsound=synth_3497,3 -recol1s=11490 -recol1d=7398 -recol2s=10433 -recol2d=4228 -recol3s=13537 -recol3d=6342 -model=model_23515 -name=Boiler - -// 22636 -[loc_22636] -active=no -ambient=20 -sharelight=yes -hillskew=yes -model=model_23559,1 -model=model_23560,2 -model=model_23561,5 - -// 22637 -[loc_22637] -active=no -ambient=30 -sharelight=yes -hillskew=yes -recol1s=9376 -recol1d=5284 -recol2s=11490 -recol2d=7398 -recol3s=10433 -recol3d=4228 -model=model_23536,1 -model=model_23537,2 -model=model_23538,5 - -// 22638 -[loc_22638] -active=no -ambient=20 -sharelight=yes -hillskew=yes -blockwalk=no -model=model_23562,1 - -// 22639 -[loc_22639] -active=no -ambient=20 -sharelight=yes -mirror=yes -hillskew=yes -blockwalk=no -model=model_23562,1 - -// 22640 -[loc_22640] -active=no -ambient=30 -sharelight=yes -hillskew=yes -model=model_23556,1 -model=model_23557,2 -model=model_23558,5 - -// 22641 -[loc_22641] -active=no -ambient=30 -sharelight=yes -hillskew=yes -model=model_23555,2 - -// 22642 -[loc_22642] -ambient=30 -hillskew=yes -sharelight=yes -active=no -model=model_23566 - -// 22643 -[loc_22643] -ambient=30 -hillskew=yes -sharelight=yes -active=no -model=model_23567 - -// 22644 -[loc_22644] -active=no -ambient=30 -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_23564,0 - -// 22645 -[loc_22645] -active=no -ambient=30 -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_23563,0 - -// 22646 -[loc_22646] -active=no -ambient=30 -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_23565,0 - -// 22647 -[loc_22647] -active=no -width=2 -length=2 -ambient=30 -sharelight=yes -hillskew=yes -model=model_23553 - -// 22648 -[loc_22648] -active=no -ambient=20 -sharelight=yes -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=11490 -recol1d=7398 -model=model_23526,0 - -// 22649 -[loc_22649] -hillskew=yes -sharelight=yes -active=yes -recol1s=11490 -recol1d=7398 -model=model_23530 -name=Stairs - -// 22650 -[loc_22650] -hillskew=yes -sharelight=yes -active=yes -op1=Climb-up -recol1s=11490 -recol1d=7398 -model=model_23531 -name=Stairs - -// 22651 -[loc_22651] -active=yes -op1=Climb-down -blockwalk=yes -model=model_15050,0 -name=Stairs - -// 22652 -[loc_22652] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=4227 -recol2s=8455 -recol2d=5284 -recol3s=9512 -recol3d=4227 -model=model_18241,0 - -// 22653 -[loc_22653] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=4227 -recol2s=8455 -recol2d=5284 -recol3s=9512 -recol3d=4227 -model=model_18242,0 - -// 22654 -[loc_22654] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=4227 -recol2s=8455 -recol2d=5284 -recol3s=9512 -recol3d=4227 -model=model_18243,0 - -// 22655 -[loc_22655] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=4227 -recol2s=8455 -recol2d=5284 -recol3s=9512 -recol3d=4227 -model=model_18244,0 - -// 22656 -[loc_22656] -hillskew=yes -active=yes -op1=Enter -model=model_23280 -name=Blocked tunnel - -// 22657 -[loc_22657] -hillskew=yes -active=yes -op1=Enter -model=model_23282 -name=Blocked tunnel - -// 22658 -[loc_22658] -hillskew=yes -active=yes -model=model_23278 -name=Open gate - -// 22659 -[loc_22659] -hillskew=yes -active=yes -model=model_23281 -name=Blocked tunnel - -// 22660 -[loc_22660] -active=no -ambient=30 -sharelight=yes -model=model_23523,8 -model=model_23524,2 - -// 22661 -[loc_22661] -active=no -ambient=30 -sharelight=yes -recol1s=11490 -recol1d=7398 -recol2s=10433 -recol2d=4228 -recol3s=13537 -recol3d=6342 -model=model_23523,8 -model=model_23524,2 - -// 22662 -[loc_22662] -width=5 -active=no -sharelight=yes -model=model_23313 - -// 22663 -[loc_22663] -length=9 -active=yes -sharelight=yes -anim=seq_6069 -model=model_23311 -name=Pylon - -// 22664 -[loc_22664] -length=9 -active=yes -sharelight=yes -op1=Grapple -model=model_23312 -name=Pylon - -// 22665 -[loc_22665] -hillskew=yes -sharelight=yes -active=yes -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_23307 -name=Rocks - -// 22666 -[loc_22666] -active=yes -op1=Climb-down -msi=msi_7 -blockwalk=no -model=model_23284,0 -name=Ladder top - -// 22667 -[loc_22667] -active=yes -msi=msi_7 -op1=Climb-down -blockwalk=yes -recol1s=8423 -recol1d=5284 -recol2s=9480 -recol2d=6341 -recol3s=10537 -recol3d=7398 -recol4s=11594 -recol4d=8455 -recol5s=12651 -recol5d=9512 -recol6s=14699 -recol6d=10569 -model=model_23295,0 -name=Rocks - -// 22668 -[loc_22668] -active=yes -ambient=20 -model=model_23310 -name=Sign - -// 22669 -[loc_22669] -width=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23376 -name=Bench - -// 22670 -[loc_22670] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23408 -name=Stool - -// 22671 -[loc_22671] -active=yes -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23381 -model2=model_23380 -name=Shelf - -// 22672 -[loc_22672] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23412 -name=Table - -// 22673 -[loc_22673] -ambient=25 -contrast=10 -unknown90=yes -sharelight=yes -recol1s=4226 -recol1d=5186 -recol2s=6339 -recol2d=9381 -recol3s=7396 -recol3d=10438 -model=model_23424,0 - -// 22674 -[loc_22674] -ambient=25 -contrast=10 -unknown90=yes -sharelight=yes -model=model_23434,0 - -// 22675 -[loc_22675] -ambient=25 -contrast=10 -unknown90=yes -sharelight=yes -model=model_23433,0 - -// 22676 -[loc_22676] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23366 -name=Chair - -// 22677 -[loc_22677] -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23413 -name=Table - -// 22678 -[loc_22678] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23414 -name=Table - -// 22679 -[loc_22679] -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -recol1s=12717 -recol1d=10536 -recol2s=11660 -recol2d=9479 -recol3s=10603 -recol3d=8422 -recol4s=9546 -recol4d=7365 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23361 -name=Bed - -// 22680 -[loc_22680] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -recol1s=12717 -recol1d=10536 -recol2s=11660 -recol2d=9479 -recol3s=10603 -recol3d=8422 -recol4s=9546 -recol4d=7365 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23362 -name=Bed - -// 22681 -[loc_22681] -active=yes -ambient=20 -blockwalk=yes -op1=Open -op2=Pick-lock -forceapproach=north -blockrange=no -model=model_23369 -name=Chest - -// 22682 -[loc_22682] -active=yes -ambient=20 -blockwalk=yes -op1=Open -op2=Pick-lock -forceapproach=north -blockrange=no -model=model_23369 -name=Chest - -// 22683 -[loc_22683] -active=yes -ambient=20 -blockwalk=yes -forceapproach=north -blockrange=no -model=model_23370 -name=Chest - -// 22684 -[loc_22684] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23377 -name=Ladder - -// 22685 -[loc_22685] -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23381 -model2=model_23380 -name=Shelf - -// 22686 -[loc_22686] -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23381 -model2=model_23383 -name=Shelf - -// 22687 -[loc_22687] -ambient=25 -contrast=10 -model=model_23424,0 - -// 22688 -[loc_22688] -ambient=25 -contrast=10 -model=model_23426,0 - -// 22689 -[loc_22689] -ambient=25 -contrast=10 -model=model_23425,0 - -// 22690 -[loc_22690] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23409 -name=Table - -// 22691 -[loc_22691] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23407 -name=Stool - -// 22692 -[loc_22692] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23365 -name=Chair - -// 22693 -[loc_22693] -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23410 -name=Table - -// 22694 -[loc_22694] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23411 -name=Table - -// 22695 -[loc_22695] -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23359 -model2=model_23364 -name=Bed - -// 22696 -[loc_22696] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23360 -model2=model_23363 -name=Bed - -// 22697 -[loc_22697] -active=yes -ambient=20 -blockwalk=yes -op1=Open -op2=Pick-lock -forceapproach=north -blockrange=no -model=model_23367 -name=Chest - -// 22698 -[loc_22698] -active=yes -ambient=20 -blockwalk=yes -op1=Open -op2=Pick-lock -forceapproach=north -blockrange=no -model=model_23367 -name=Chest - -// 22699 -[loc_22699] -active=yes -ambient=20 -blockwalk=yes -forceapproach=north -blockrange=no -model=model_23368 -name=Chest - -// 22700 -[loc_22700] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23356 -name=Ladder - -// 22701 -[loc_22701] -ambient=20 -blockwalk=yes -recol1s=19840 -recol1d=9479 -recol2s=16640 -recol2d=8422 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23381 -model2=model_23355 -name=Shelf - -// 22702 -[loc_22702] -ambient=20 -blockwalk=yes -recol1s=19840 -recol1d=9479 -recol2s=16640 -recol2d=8422 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23381 -model2=model_23358 -name=Shelf - -// 22703 -[loc_22703] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23340 -name=Chair - -// 22704 -[loc_22704] -width=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23344 -name=Chair - -// 22705 -[loc_22705] -width=4 -length=5 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23350 -model2=model_23348 -name=Table - -// 22706 -[loc_22706] -active=yes -ambient=50 -blockwalk=no -model=model_23341,Q -name=Carving - -// 22707 -[loc_22707] -active=yes -ambient=50 -blockwalk=no -model=model_23342,Q -name=Carving - -// 22708 -[loc_22708] -active=yes -ambient=50 -blockwalk=no -model=model_23343,Q -name=Carving - -// 22709 -[loc_22709] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23345 -model2=model_23346 -name=Statue - -// 22710 -[loc_22710] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23345 -model2=model_23347 -name=Statue - -// 22711 -[loc_22711] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23337 -model2=model_23338 -name=Bust - -// 22712 -[loc_22712] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23337 -model2=model_23339 -name=Bust - -// 22713 -[loc_22713] -length=2 -active=yes -ambient=20 -blockwalk=yes -bgsound=synth_2199,3 -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23446 -model2=model_23444 -model3=model_23448 -name=Range - -// 22714 -[loc_22714] -length=2 -active=yes -ambient=20 -blockwalk=yes -bgsound=synth_2200,3 -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23446 -model2=model_23445 -model3=model_23447 -name=Range - -// 22715 -[loc_22715] -anim=seq_6037 -length=2 -active=yes -ambient=20 -blockwalk=yes -bgsound=synth_2151,3 -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23454 -model2=model_23453 -name=Sink - -// 22716 -[loc_22716] -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23443 -name=Kitchen table - -// 22717 -[loc_22717] -active=yes -ambient=40 -blockwalk=no -model=model_23450,Q -name=Pots - -// 22718 -[loc_22718] -active=yes -ambient=40 -blockwalk=no -model=model_23449,Q -name=Shelves - -// 22719 -[loc_22719] -active=yes -ambient=40 -blockwalk=no -model=model_23451,Q -name=Shelves - -// 22720 -[loc_22720] -active=yes -ambient=40 -blockwalk=no -model=model_23452,Q -name=Shelves - -// 22721 -[loc_22721] -width=2 -length=2 -active=yes -ambient=20 -sharelight=yes -blockwalk=yes -bgsound=synth_2209,5 -blockrange=no -model=model_23441 -model2=model_23440 -model3=model_23435 -name=Furnace - -// 22722 -[loc_22722] -width=2 -length=2 -active=yes -ambient=20 -sharelight=yes -blockwalk=yes -blockrange=no -model=model_23438 -name=Bellows - -// 22723 -[loc_22723] -active=yes -ambient=20 -blockwalk=yes -sharelight=yes -ambient=35 -blockrange=no -model=model_23439 -name=Chimney - -// 22724 -[loc_22724] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23437 -name=Chimney pipe - -// 22725 -[loc_22725] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23436 -name=Anvil - -// 22726 -[loc_22726] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23442 -name=Sandpit - -// 22727 -[loc_22727] -ambient=40 -active=yes -anim=seq_6038 -model=model_23569,Q -name=Chimney - -// 22728 -[loc_22728] -length=2 -active=yes -ambient=20 -blockwalk=yes -anim=seq_6038 -bgsound=synth_3505,3 -blockrange=no -model=model_23568 -model2=model_23573 -model3=model_23574 -model4=model_23575 -name=Wire machine - -// 22729 -[loc_22729] -length=2 -active=yes -ambient=20 -blockwalk=yes -anim=seq_6038 -bgsound=synth_3505,3 -blockrange=no -model=model_23568 -name=Wire machine - -// 22730 -[loc_22730] -active=yes -ambient=20 -blockwalk=yes -anim=seq_6038 -bgsound=synth_3506,3 -op1=Grab -blockrange=no -model=model_23572 -model2=model_23576 -model3=model_23577 -model4=model_23578 -name=Wire - -// 22731 -[loc_22731] -active=yes -ambient=20 -blockwalk=yes -bgsound=synth_3506,3 -blockrange=no -model=model_23570 -name=Wire - -// 22732 -[loc_22732] -length=2 -active=yes -ambient=20 -blockwalk=yes -anim=seq_6038 -blockrange=no -model=model_23571 -name=Cogs - -// 22733 -[loc_22733] -active=yes -ambient=20 -anim=seq_5745 -model=model_21818 -name=Smoke - -// 22734 -[loc_22734] -anim=seq_6036 -ambient=20 -model=model_23474 -name=Moths - -// 22735 -[loc_22735] -anim=seq_6035 -ambient=20 -bgsound=synth_3513,2 -active=yes -op1=hidden -model=model_23475 -name=Zapper - -// 22736 -[loc_22736] -anim=seq_6035 -ambient=20 -model=model_23475 -name=Zapper - -// 22737 -[loc_22737] -anim=seq_6034 -ambient=20 -model=model_23475 -name=Zapper - -// 22738 -[loc_22738] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -name=Lamppost - -// 22739 -[loc_22739] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23256 -name=Lamppost - -// 22740 -[loc_22740] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23262 -model3=model_23256 -name=Lamppost - -// 22741 -[loc_22741] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23266 -model3=model_23256 -name=Lamppost - -// 22742 -[loc_22742] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23262 -model3=model_23265 -model4=model_23256 -name=Lamppost - -// 22743 -[loc_22743] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23265 -model3=model_23266 -model4=model_23256 -name=Lamppost - -// 22744 -[loc_22744] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23265 -model3=model_23266 -name=Lamppost - -// 22745 -[loc_22745] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23265 -name=Lamppost - -// 22746 -[loc_22746] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23265 -model3=model_23256 -name=Lamppost - -// 22747 -[loc_22747] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23262 -model3=model_23266 -name=Lamppost - -// 22748 -[loc_22748] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23262 -model3=model_23266 -model4=model_23256 -name=Lamppost - -// 22749 -[loc_22749] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23255 -model2=model_23262 -model3=model_23265 -model4=model_23266 -name=Lamppost - -// 22750 -[loc_22750] -active=yes -ambient=25 -blockwalk=no -model=model_23254 -name=Cable - -// 22751 -[loc_22751] -active=yes -ambient=25 -blockwalk=no -model=model_23257 -name=Cable - -// 22752 -[loc_22752] -active=yes -ambient=25 -blockwalk=no -model=model_23258 -name=Cable - -// 22753 -[loc_22753] -length=2 -active=yes -ambient=25 -blockwalk=no -model=model_23259 -name=Cable - -// 22754 -[loc_22754] -length=3 -active=yes -ambient=25 -blockwalk=no -model=model_23260 -name=Cable - -// 22755 -[loc_22755] -length=4 -active=yes -ambient=25 -blockwalk=no -model=model_23261 -name=Cable - -// 22756 -[loc_22756] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23267 -name=Cable - -// 22757 -[loc_22757] -active=yes -ambient=25 -blockwalk=no -model=model_23256 -name=Cable - -// 22758 -[loc_22758] -active=yes -ambient=25 -blockwalk=no -model=model_23263 -name=Cable - -// 22759 -[loc_22759] -length=2 -active=yes -ambient=25 -blockwalk=no -model=model_23264 -name=Cable - -// 22760 -[loc_22760] -active=yes -ambient=100 -contrast=100 -anim=seq_6029 -blockwalk=yes -blockrange=no -model=model_23457 -model=model_23456 -name=Lamp - -// 22761 -[loc_22761] -width=2 -length=2 -active=yes -ambient=100 -contrast=100 -anim=seq_6029 -blockwalk=yes -blockrange=no -model=model_23457 -model=model_23456 -name=Lamp - -// 22762 -[loc_22762] -active=yes -forcedecor=yes -ambient=100 -contrast=100 -blockwalk=yes -anim=seq_6029 -blockrange=no -model=model_23459 -name=Lamp - -// 22763 -[loc_22763] -anim=seq_6031 -active=yes -forcedecor=yes -ambient=100 -contrast=100 -blockwalk=yes -op1=Inspect -blockrange=no -model=model_23459 -name=Empty lamp - -// 22764 -[loc_22764] -anim=seq_6032 -active=yes -forcedecor=yes -ambient=100 -contrast=100 -blockwalk=yes -blockrange=no -model=model_23459 -name=Lamp - -// 22765 -[loc_22765] -width=2 -length=2 -active=yes -ambient=15 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23463 -model2=model_23466 -name=Market stall - -// 22766 -[loc_22766] -width=2 -length=2 -active=yes -ambient=15 -blockwalk=yes -blockrange=no -recol1s=8453 -recol1d=7267 -recol2s=7397 -recol2d=6210 -recol3s=6340 -recol3d=5186 -recol4s=6339 -recol4d=4162 -recol5s=5282 -recol5d=2147 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23463 -model2=model_23471 -name=Market stall - -// 22767 -[loc_22767] -width=2 -length=2 -active=yes -ambient=15 -blockwalk=yes -blockrange=no -recol1s=8453 -recol1d=7267 -recol2s=7397 -recol2d=6210 -recol3s=6340 -recol3d=5186 -recol4s=6339 -recol4d=4162 -recol5s=5282 -recol5d=2147 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23463 -model2=model_23462 -name=Market stall - -// 22768 -[loc_22768] -width=2 -length=2 -active=yes -ambient=15 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23463 -model2=model_23472 -name=Market stall - -// 22769 -[loc_22769] -width=2 -length=2 -active=yes -ambient=15 -blockwalk=yes -blockrange=no -recol1s=8453 -recol1d=5318 -recol2s=7397 -recol2d=4261 -recol3s=6340 -recol3d=3204 -recol4s=6339 -recol4d=2147 -recol5s=5282 -recol5d=2147 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23463 -model2=model_23465 -name=Market stall - -// 22770 -[loc_22770] -width=2 -length=2 -active=yes -ambient=15 -blockwalk=yes -blockrange=no -recol1s=8453 -recol1d=5318 -recol2s=7397 -recol2d=4261 -recol3s=6340 -recol3d=3204 -recol4s=6339 -recol4d=2147 -recol5s=5282 -recol5d=2147 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23463 -model2=model_23467 -name=Market stall - -// 22771 -[loc_22771] -width=2 -length=2 -active=yes -ambient=15 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23468 -name=Market stall - -// 22772 -[loc_22772] -width=2 -length=2 -active=yes -ambient=15 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23468 -model2=model_23470 -model3=model_23469 -name=Lamp stall - -// 22773 -[loc_22773] -active=yes -ambient=15 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23473 -name=Lamp still - -// 22774 -[loc_22774] -width=2 -length=2 -active=yes -ambient=15 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23468 -model2=model_23464 -name=Armour stall - -// 22775 -[loc_22775] -active=yes -ambient=15 -model=model_23461 -name=Barrier - -// 22776 -[loc_22776] -active=yes -ambient=15 -model=model_23460 -name=Barrier - -// 22777 -[loc_22777] -sharelight=yes -ambient=25 -shadow=no -hillskew=yes -model=model_23504,1 -model=model_23505,2 -model=model_23506,5 - -// 22778 -[loc_22778] -active=yes -op1=Close -raiseobject=no -ambient=20 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23499,1 -name=Gate - -// 22779 -[loc_22779] -active=yes -op1=Open -raiseobject=no -ambient=20 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23499,1 -name=Gate - -// 22780 -[loc_22780] -sharelight=yes -ambient=25 -shadow=no -hillskew=yes -model=model_23503,1 - -// 22781 -[loc_22781] -active=yes -resizex=66 -resizey=66 -resizez=66 -ambient=20 -blockwalk=yes -bgsound=synth_2199,3 -blockrange=no -model=model_23446 -name=Toy range - -// 22782 -[loc_22782] -active=yes -resizex=66 -resizey=66 -resizez=66 -ambient=20 -blockwalk=yes -bgsound=synth_2150,3 -blockrange=no -model=model_23454 -model2=model_23453 -name=Toy sink - -// 22783 -[loc_22783] -active=yes -resizex=66 -resizey=66 -resizez=66 -ambient=20 -blockwalk=yes -blockrange=no -model=model_23443 -name=Toy table - -// 22784 -[loc_22784] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23500 -name=Play blocks - -// 22785 -[loc_22785] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23501 -name=Play blocks - -// 22786 -[loc_22786] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23502 -name=Play blocks - -// 22787 -[loc_22787] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23498 -name=Crib - -// 22788 -[loc_22788] -active=yes -ambient=20 -blockwalk=no -model=model_23491,0 -name=Chalk patterns - -// 22789 -[loc_22789] -active=yes -ambient=20 -blockwalk=no -model=model_23492,0 -name=Chalk patterns - -// 22790 -[loc_22790] -active=yes -ambient=20 -blockwalk=no -model=model_23493,0 -name=Chalk patterns - -// 22791 -[loc_22791] -active=yes -ambient=20 -blockwalk=no -model=model_23494,0 -name=Chalk patterns - -// 22792 -[loc_22792] -active=yes -ambient=20 -blockwalk=no -model=model_23495,0 -name=Chalk patterns - -// 22793 -[loc_22793] -active=yes -ambient=20 -blockwalk=no -model=model_23495,0 -name=Chalk patterns - -// 22794 -[loc_22794] -resizex=90 -resizey=90 -resizez=90 -active=yes -ambient=20 -blockwalk=no -model=model_23490,0 -name=Shape puzzle - -// 22795 -[loc_22795] -resizex=90 -resizey=90 -resizez=90 -active=yes -ambient=20 -blockwalk=no -model=model_23497,0 -name=Shape puzzle - -// 22796 -[loc_22796] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23482 -name=Mushrooms - -// 22797 -[loc_22797] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23483 -name=Mushrooms - -// 22798 -[loc_22798] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23484 -name=Mushrooms - -// 22799 -[loc_22799] -active=yes -ambient=20 -blockwalk=no -model=model_23485,0 -name=Mushrooms - -// 22800 -[loc_22800] -active=yes -ambient=20 -blockwalk=no -model=model_23486,0 -name=Mushrooms - -// 22801 -[loc_22801] -active=yes -ambient=20 -blockwalk=no -model=model_23487,0 -name=Mushrooms - -// 22802 -[loc_22802] -active=yes -ambient=20 -blockwalk=no -model=model_23488,0 -name=Mushrooms - -// 22803 -[loc_22803] -active=yes -ambient=20 -blockwalk=no -model=model_23489,0 -name=Mushrooms - -// 22804 -[loc_22804] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23477 -name=Fern - -// 22805 -[loc_22805] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23478 -name=Fern - -// 22806 -[loc_22806] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23476 -name=Fern - -// 22807 -[loc_22807] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23480 -name=Fern - -// 22808 -[loc_22808] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23479 -name=Flowering fern - -// 22809 -[loc_22809] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23481 -name=Flowering fern - -// 22810 -[loc_22810] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23324 -name=Box - -// 22811 -[loc_22811] -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23325 -model2=model_23336 -model3=model_23326 -name=Counter - -// 22812 -[loc_22812] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23327 -model2=model_23328 -name=Bone rack - -// 22813 -[loc_22813] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23327 -model2=model_23329 -name=Bone rack - -// 22814 -[loc_22814] -active=yes -ambient=20 -blockwalk=yes -model=model_23332 -model2=model_23333 -name=Bone rack - -// 22815 -[loc_22815] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23332 -model2=model_23334 -name=Bone rack - -// 22816 -[loc_22816] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23332 -model2=model_23335 -name=Bone rack - -// 22817 -[loc_22817] -active=yes -ambient=20 -blockwalk=yes -model=model_23330 -model2=model_23323 -name=Bone rack - -// 22818 -[loc_22818] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -model=model_23330 -model2=model_23331 -name=Bone rack - -// 22819 -[loc_22819] -active=yes -ambient=25 -blockwalk=yes -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23319 -name=Bank booth - -// 22820 -[loc_22820] -length=2 -active=yes -ambient=25 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23320 -model2=model_23318 -name=Desk - -// 22821 -[loc_22821] -length=2 -active=yes -ambient=25 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23320 -model2=model_23321 -name=Desk - -// 22822 -[loc_22822] -active=yes -ambient=25 -blockwalk=yes -blockrange=no -model=model_23322 -name=Bank safe - -// 22823 -[loc_22823] -length=2 -active=yes -ambient=20 -blockwalk=yes -anim=seq_6027 -bgsound=synth_3502,5 -blockrange=no -model=model_23512 -model2=model_23511 -name=Thingymajig - -// 22824 -[loc_22824] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23508 -name=Oojimaflip - -// 22825 -[loc_22825] -active=yes -ambient=20 -blockwalk=no -model=model_23507,0 -name=Plinth - -// 22826 -[loc_22826] -active=yes -ambient=40 -blockwalk=yes -anim=seq_6028 -blockrange=no -model=model_23513 -name=Magic ball - -// 22827 -[loc_22827] -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23509 -model2=model_23510 -name=Workbench - -// 22828 -[loc_22828] -ambient=20 -active=yes -model=model_23416,Q -name=Beetle - -// 22829 -[loc_22829] -ambient=20 -active=yes -model=model_23417,Q -name=Frog - -// 22830 -[loc_22830] -ambient=20 -blockwalk=yes -model=model_23409 -model2=model_23421 -name=Table - -// 22831 -[loc_22831] -length=2 -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23410 -model2=model_23422 -name=Table - -// 22832 -[loc_22832] -width=2 -length=2 -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23411 -model2=model_23423 -name=Table - -// 22833 -[loc_22833] -ambient=50 -active=yes -model=model_23419,Q -name=Shelf - -// 22834 -[loc_22834] -ambient=50 -active=yes -model=model_23420,Q -name=Shelf - -// 22835 -[loc_22835] -ambient=20 -blockwalk=yes -model=model_23415 -name=Fungus seat - -// 22836 -[loc_22836] -ambient=50 -active=yes -model=model_23418,Q -name=Moth - -// 22837 -[loc_22837] -ambient=50 -model=model_23403,Q - -// 22838 -[loc_22838] -ambient=50 -model=model_23404,Q - -// 22839 -[loc_22839] -ambient=50 -model=model_23405,Q - -// 22840 -[loc_22840] -ambient=50 -model=model_23406,Q - -// 22841 -[loc_22841] -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23395 -model2=model_23393 -name=Bust - -// 22842 -[loc_22842] -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23395 -model2=model_23394 -name=Bust - -// 22843 -[loc_22843] -ambient=20 -blockwalk=yes -blockrange=no -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23396 -name=Chair - -// 22844 -[loc_22844] -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23400 -model2=model_23397 -name=Table - -// 22845 -[loc_22845] -length=2 -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23401 -model2=model_23398 -name=Table - -// 22846 -[loc_22846] -width=2 -length=2 -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23402 -model2=model_23399 -name=Table - -// 22847 -[loc_22847] -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23412 -model2=model_23382 -name=Table - -// 22848 -[loc_22848] -length=2 -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23413 -model2=model_23391 -name=Table - -// 22849 -[loc_22849] -width=2 -length=2 -ambient=20 -blockwalk=yes -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23414 -model2=model_23392 -name=Table - -// 22850 -[loc_22850] -ambient=40 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23388,Q - -// 22851 -[loc_22851] -ambient=40 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23389,Q - -// 22852 -[loc_22852] -ambient=40 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23390,Q - -// 22853 -[loc_22853] -ambient=40 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23387,Q - -// 22854 -[loc_22854] -ambient=40 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23386,Q - -// 22855 -[loc_22855] -ambient=20 -retex1s=material_427 -retex1d=material_412 -retex2s=material_549 -retex2d=material_413 -model=model_23385 -model2=model_23384 -name=Bookshelf - -// 22856 -[loc_22856] -active=yes -ambient=20 -blockwalk=no -model=model_23373,0 -name=Fungus doormat - -// 22857 -[loc_22857] -active=yes -ambient=20 -blockwalk=no -model=model_23374,0 -name=Fungus doormat - -// 22858 -[loc_22858] -active=yes -ambient=20 -blockwalk=no -model=model_23375,0 -name=Fungus doormat - -// 22859 -[loc_22859] -active=yes -ambient=20 -blockwalk=yes -resizex=110 -resizey=110 -resizez=110 -blockrange=no -model=model_23372 -name=Crates - -// 22860 -[loc_22860] -active=yes -ambient=20 -blockwalk=yes -resizex=110 -resizey=110 -resizez=110 -blockrange=no -model=model_23371 -name=Crate - -// 22861 -[loc_22861] -bgsound=synth_3495,5 -active=no -model=model_1105,0 - -// 22862 -[loc_22862] -anim=seq_6024 -active=yes -ambient=35 -msi=msi_75 -bgsound=synth_2150,5 -model=model_23727,1 -model=model_23725,1 -name=Water - -// 22863 -[loc_22863] -anim=seq_6024 -active=yes -ambient=35 -msi=msi_75 -bgsound=synth_2149,5 -model=model_23720,1 -model=model_23719,1 -name=Water - -// 22864 -[loc_22864] -anim=seq_6024 -active=yes -ambient=35 -msi=msi_36 -bgsound=synth_2149,5 -model=model_23724,1 -model=model_23723,1 -name=Water - -// 22865 -[loc_22865] -anim=seq_6024 -active=yes -ambient=35 -msi=msi_36 -bgsound=synth_2149,5 -model=model_23722,1 -model=model_23721,1 -name=Water - -// 22866 -[loc_22866] -ambient=35 -active=no -model=model_23794,1 -model=model_23795,2 -model=model_23796,3 -model=model_23797,5 - -// 22867 -[loc_22867] -sharelight=yes -ambient=35 -active=no -model=model_23793,8 -model=model_23799,1 -model=model_23800,5 - -// 22868 -[loc_22868] -ambient=20 -active=no -recolhsl1s=5281 -recolhsl1d=4494 -retex1s=material_418 -retex1d=material_416 -model=model_23801,1 -model=model_23802,2 -model=model_23803,3 -model=model_23804,5 - -// 22869 -[loc_22869] -ambient=35 -active=no -model=model_23798,1 - -// 22870 -[loc_22870] -ambient=35 -active=no -model=model_23806,1 - -// 22871 -[loc_22871] -ambient=20 -active=no -recolhsl1s=5281 -recolhsl1d=4494 -retex1s=material_418 -retex1d=material_416 -model=model_23807,1 - -// 22872 -[loc_22872] -sharelight=yes -ambient=35 -active=no -model=model_23808,5 - -// 22873 -[loc_22873] -sharelight=yes -ambient=35 -active=no -model=model_23810,5 - -// 22874 -[loc_22874] -sharelight=yes -ambient=35 -active=no -mirror=yes -blockwalk=no -model=model_23809 - -// 22875 -[loc_22875] -ambient=35 -active=no -width=2 -length=2 -anim=seq_6025 -bgsound=synth_2150,3 -model=model_23718 -model2=model_23717 - -// 22876 -[loc_22876] -ambient=35 -active=no -model=model_23837,1 -model=model_23838,5 - -// 22877 -[loc_22877] -ambient=35 -active=no -model=model_23839,1 - -// 22878 -[loc_22878] -ambient=35 -active=no -mirror=yes -model=model_23839,1 - -// 22879 -[loc_22879] -ambient=35 -active=no -model=model_23827,1 -model=model_23828,2 -model=model_23829,3 -model=model_23830,5 - -// 22880 -[loc_22880] -ambient=35 -active=no -model=model_42299,8 -model=model_23831,1 -model=model_23832,2 -model=model_23833,3 -model=model_23834,5 - -// 22881 -[loc_22881] -ambient=35 -active=no -model=model_23835,8 -model=model_23836,1 - -// 22882 -[loc_22882] -ambient=35 -active=no -width=2 -length=2 -model=model_23826 -model2=model_23825 - -// 22883 -[loc_22883] -ambient=35 -active=no -model=model_23816,1 -model=model_23817,2 -model=model_23818,3 -model=model_23819,5 - -// 22884 -[loc_22884] -ambient=35 -active=no -mirror=yes -model=model_23821,1 - -// 22885 -[loc_22885] -ambient=35 -active=no -model=model_23821,1 - -// 22886 -[loc_22886] -ambient=35 -active=no -model=model_23822,1 - -// 22887 -[loc_22887] -ambient=35 -active=no -mirror=yes -model=model_23822,1 - -// 22888 -[loc_22888] -ambient=35 -active=no -model=model_23815,1 - -// 22889 -[loc_22889] -ambient=35 -active=no -model=model_23820,1 - -// 22890 -[loc_22890] -ambient=35 -active=no -mirror=yes -model=model_23820,1 - -// 22891 -[loc_22891] -ambient=35 -active=no -model=model_23824 - -// 22892 -[loc_22892] -ambient=35 -active=no -mirror=yes -model=model_23824 - -// 22893 -[loc_22893] -ambient=35 -active=no -model=model_23823 - -// 22894 -[loc_22894] -ambient=35 -active=no -model=model_42299,8 -model=model_23831,1 -model=model_23832,2 -model=model_23833,3 -model=model_23834,5 - -// 22895 -[loc_22895] -ambient=35 -active=no -model=model_23785,1 -model=model_23786,2 -model=model_23787,3 -model=model_23788,5 - -// 22896 -[loc_22896] -sharelight=yes -ambient=35 -hillskew=yes -active=no -model=model_23792,1 - -// 22897 -[loc_22897] -sharelight=yes -ambient=35 -hillskew=yes -active=no -mirror=yes -model=model_23792,1 - -// 22898 -[loc_22898] -ambient=35 -active=no -model=model_23757,1 -model=model_23758,2 -model=model_23759,3 -model=model_23760,5 - -// 22899 -[loc_22899] -ambient=35 -active=no -model=model_23761,1 - -// 22900 -[loc_22900] -ambient=35 -active=no -mirror=yes -model=model_23761,1 - -// 22901 -[loc_22901] -ambient=35 -active=no -blockwalk=no -model=model_23762,1 - -// 22902 -[loc_22902] -ambient=35 -active=no -model=model_23766,1 - -// 22903 -[loc_22903] -ambient=35 -active=no -model=model_23767,1 - -// 22904 -[loc_22904] -ambient=35 -active=no -model=model_23771,1 - -// 22905 -[loc_22905] -ambient=35 -hillskew=yes -active=no -sharelight=yes -retex1s=material_70 -retex1d=material_418 -model=model_23777,A -model=model_23782,S -model=model_23779,D -model=model_23780,G -model=model_23781,H -model=model_23784,Z -model=model_23783,X -model=model_23778,C - -// 22906 -[loc_22906] -ambient=35 -hillskew=yes -active=no -model=model_23749,1 -model=model_23750,2 -model=model_23751,3 -model=model_23752,5 - -// 22907 -[loc_22907] -ambient=35 -active=no -resizey=30 -retex1s=material_427 -retex1d=material_127 -model=model_35397,1 -model=model_35396,2 -model=model_35399,3 -model=model_35398,5 - -// 22908 -[loc_22908] -active=no -ambient=45 -model=model_23776,Q - -// 22909 -[loc_22909] -active=no -ambient=45 -model=model_23763,Q - -// 22910 -[loc_22910] -active=no -ambient=45 -model=model_23753,Q - -// 22911 -[loc_22911] -ambient=35 -active=no -model=model_23755,1 - -// 22912 -[loc_22912] -ambient=35 -active=no -model=model_23747,1 - -// 22913 -[loc_22913] -active=yes -op1=Close -raiseobject=no -ambient=20 -model=model_23773,1 -name=Door - -// 22914 -[loc_22914] -active=yes -op1=Open -raiseobject=no -ambient=20 -model=model_23773,1 -name=Door - -// 22915 -[loc_22915] -ambient=35 -active=no -model=model_23768,1 - -// 22916 -[loc_22916] -ambient=35 -active=no -model=model_23769,1 - -// 22917 -[loc_22917] -ambient=35 -active=no -model=model_23770,1 - -// 22918 -[loc_22918] -ambient=35 -active=no -model=model_23754,1 - -// 22919 -[loc_22919] -ambient=35 -active=no -model=model_23748,1 - -// 22920 -[loc_22920] -active=yes -op1=Close -raiseobject=no -ambient=20 -model=model_23774,1 -name=Door - -// 22921 -[loc_22921] -active=yes -op1=Open -raiseobject=no -ambient=20 -model=model_23774,1 -name=Door - -// 22922 -[loc_22922] -active=no -ambient=45 -model=model_23775,Q - -// 22923 -[loc_22923] -ambient=35 -active=no -model=model_23772,1 - -// 22924 -[loc_22924] -ambient=35 -active=no -model=model_23756,1 - -// 22925 -[loc_22925] -ambient=35 -active=no -length=3 -model=model_23746 - -// 22926 -[loc_22926] -ambient=35 -active=no -length=2 -model=model_23745 - -// 22927 -[loc_22927] -ambient=35 -active=no -model=model_23765,1 - -// 22928 -[loc_22928] -ambient=35 -active=no -mirror=yes -model=model_23765,1 - -// 22929 -[loc_22929] -active=no -ambient=45 -model=model_23764,Q - -// 22930 -[loc_22930] -active=no -ambient=45 -model=model_23744,Q - -// 22931 -[loc_22931] -ambient=35 -active=yes -width=2 -length=2 -msi=msi_7 -op1=Climb-up -forceapproach=south -model=model_23734 -name=Stairs - -// 22932 -[loc_22932] -ambient=35 -active=yes -width=2 -length=2 -msi=msi_7 -op1=Climb-down -forceapproach=north -model=model_23733 -name=Stairs - -// 22933 -[loc_22933] -ambient=35 -active=yes -width=2 -length=2 -msi=msi_7 -op1=Climb-down -forceapproach=north -model=model_23735 -name=Stairs - -// 22934 -[loc_22934] -op1=Climb-up -forceapproach=north -msi=msi_7 -op1=Climb-up -model=model_23378 -name=Ladder - -// 22935 -[loc_22935] -op1=Climb-down -forceapproach=north -msi=msi_7 -op1=Climb-down -model=model_23379 -name=Ladder - -// 22936 -[loc_22936] -op1=Climb-down -forceapproach=north -msi=msi_7 -op1=Climb-down -model=model_23357 -name=Ladder - -// 22937 -[loc_22937] -ambient=35 -active=yes -width=3 -length=2 -msi=msi_7 -op1=Climb-up -forceapproach=west -model=model_23729 -model2=model_23731 -name=Stairs - -// 22938 -[loc_22938] -active=yes -op1=Climb-down -width=2 -length=2 -msi=msi_7 -forceapproach=east -model=model_23732 -model=model_23730 -name=Stairs - -// 22939 -[loc_22939] -ambient=35 -active=yes -width=3 -length=2 -msi=msi_7 -op1=Climb-up -forceapproach=west -model=model_23728 -name=Stairs - -// 22940 -[loc_22940] -ambient=35 -active=yes -length=2 -blockwalk=no -op1=Climb-down -msi=msi_7 -forceapproach=east -model=model_23737 -model=model_23738 -name=Stairs - -// 22941 -[loc_22941] -ambient=35 -active=yes -width=3 -length=2 -msi=msi_7 -op1=Climb-up -forceapproach=west -model=model_23736 -name=Stairs - -// 22942 -[loc_22942] -ambient=35 -active=yes -length=2 -blockwalk=no -op1=Climb-down -msi=msi_7 -forceapproach=east -model=model_23737 -model=model_23738 -name=Stairs - -// 22943 -[loc_22943] -ambient=35 -active=yes -length=2 -blockwalk=no -anim=seq_6026 -model=model_23743 -model=model_23742 -name=Stairs - -// 22944 -[loc_22944] -ambient=35 -active=no -model=model_23739 - -// 22945 -[loc_22945] -ambient=15 -active=yes -width=2 -op1=Open -model=model_23740 -model2=model_23741 -name=Bone door - -// 22946 -[loc_22946] -sharelight=yes -ambient=20 -hillskew=yes -active=no -blockwalk=no -recolhsl1s=5281 -recolhsl1d=4494 -retex1s=material_418 -retex1d=material_416 -model=model_23811 - -// 22947 -[loc_22947] -sharelight=yes -ambient=20 -hillskew=yes -active=no -recolhsl1s=5281 -recolhsl1d=4494 -recolhsl2s=5272 -recolhsl2d=4490 -recolhsl3s=5388 -recolhsl3d=4486 -recolhsl4s=11138 -recolhsl4d=4994 -retex1s=material_418 -retex1d=material_416 -model=model_23814 - -// 22948 -[loc_22948] -sharelight=yes -ambient=20 -hillskew=yes -active=no -recolhsl1s=5281 -recolhsl1d=4494 -recolhsl2s=5272 -recolhsl2d=4490 -recolhsl3s=5388 -recolhsl3d=4486 -recolhsl4s=11138 -recolhsl4d=4994 -retex1s=material_70 -retex1d=material_416 -model=model_23812 - -// 22949 -[loc_22949] -sharelight=yes -ambient=20 -hillskew=yes -active=no -recolhsl1s=5281 -recolhsl1d=4494 -retex1s=material_70 -retex1d=material_416 -model=model_23813 - -// 22950 -[loc_22950] -sharelight=yes -ambient=20 -hillskew=yes -active=no -recolhsl1s=5281 -recolhsl1d=4494 -recolhsl2s=5272 -recolhsl2d=4490 -recolhsl3s=5388 -recolhsl3d=4486 -recolhsl4s=11138 -recolhsl4d=4994 -retex1s=material_70 -retex1d=material_416 -model=model_23805 - -// 22951 -[loc_22951] -sharelight=yes -ambient=35 -hillskew=yes -active=no -blockwalk=no -recol1s=9479 -recol1d=6308 -recol2s=8422 -recol2d=5251 -recol3s=7365 -recol3d=4194 -recol4s=5251 -recol4d=3137 -recol5s=4194 -recol5d=3137 -model=model_23811 - -// 22952 -[loc_22952] -sharelight=yes -ambient=35 -hillskew=yes -active=no -recol1s=9479 -recol1d=6308 -recol2s=8422 -recol2d=5251 -recol3s=7365 -recol3d=4194 -recol4s=5251 -recol4d=3137 -recol5s=4194 -recol5d=3137 -model=model_23814 - -// 22953 -[loc_22953] -sharelight=yes -ambient=35 -hillskew=yes -active=no -recol1s=9479 -recol1d=6308 -recol2s=8422 -recol2d=5251 -recol3s=7365 -recol3d=4194 -recol4s=5251 -recol4d=3137 -recol5s=4194 -recol5d=3137 -model=model_23812 - -// 22954 -[loc_22954] -sharelight=yes -ambient=35 -hillskew=yes -active=no -recol1s=9479 -recol1d=6308 -recol2s=8422 -recol2d=5251 -recol3s=7365 -recol3d=4194 -recol4s=5251 -recol4d=3137 -recol5s=4194 -recol5d=3137 -model=model_23805 - -// 22955 -[loc_22955] -sharelight=yes -ambient=35 -hillskew=yes -active=no -recol1s=9479 -recol1d=6308 -recol2s=8422 -recol2d=5251 -recol3s=7365 -recol3d=4194 -recol4s=5251 -recol4d=3137 -recol5s=4194 -recol5d=3137 -model=model_23813 - -// 22956 -[loc_22956] -sharelight=yes -ambient=0 -hillskew=yes -active=no -model=model_23790 - -// 22957 -[loc_22957] -sharelight=yes -ambient=0 -hillskew=yes -active=no -model=model_23789 - -// 22958 -[loc_22958] -sharelight=yes -ambient=0 -hillskew=yes -active=no -mirror=yes -model=model_23789 - -// 22959 -[loc_22959] -sharelight=yes -ambient=0 -hillskew=yes -active=no -model=model_23791 - -// 22960 -[loc_22960] -sharelight=yes -ambient=0 -hillskew=yes -active=no -mirror=yes -model=model_23791 - -// 22961 -[loc_22961] -hillskew=yes -blockrange=no -recol1s=9512 -recol1d=9479 -recol2s=8455 -recol2d=8422 -recol3s=7398 -recol3d=7365 -model=model_18241,0 - -// 22962 -[loc_22962] -hillskew=yes -blockrange=no -recol1s=9512 -recol1d=9479 -recol2s=8455 -recol2d=8422 -recol3s=7398 -recol3d=7365 -model=model_17368,0 - -// 22963 -[loc_22963] -hillskew=yes -blockwalk=no -active=no -recol1s=9512 -recol1d=9479 -recol2s=8455 -recol2d=8422 -recol3s=7398 -recol3d=7365 -model=model_18242,0 - -// 22964 -[loc_22964] -hillskew=yes -blockrange=no -recol1s=9512 -recol1d=9479 -recol2s=8455 -recol2d=8422 -recol3s=7398 -recol3d=7365 -model=model_18243,0 - -// 22965 -[loc_22965] -hillskew=yes -blockrange=no -recol1s=9512 -recol1d=9479 -recol2s=8455 -recol2d=8422 -recol3s=7398 -recol3d=7365 -model=model_18244,0 - -// 22966 -[loc_22966] -active=no -ambient=35 -sharelight=yes -model=model_23843 - -// 22967 -[loc_22967] -active=no -ambient=35 -sharelight=yes -model=model_23844 - -// 22968 -[loc_22968] -active=no -ambient=35 -sharelight=yes -model=model_23845 - -// 22969 -[loc_22969] -active=no -ambient=35 -sharelight=yes -model=model_23846 - -// 22970 -[loc_22970] -active=no -sharelight=yes -model=model_23840 - -// 22971 -[loc_22971] -active=no -sharelight=yes -model=model_23841 - -// 22972 -[loc_22972] -active=no -sharelight=yes -model=model_23842 - -// 22973 -[loc_22973] -anim=seq_6023 -width=2 -length=2 -ambient=20 -model=model_23352 -model2=model_23351 -name=Fountain - -// 22974 -[loc_22974] -anim=seq_6039 -ambient=20 -contrast=20 -width=3 -bgsound=synth_3510,3 -model=model_23353 -model2=model_23354 -name=Frog spit - -// 22975 -[loc_22975] -width=2 -length=3 -active=yes -ambient=20 -anim=seq_5745 -model=model_21817 -name=Smoke - -// 22976 -[loc_22976] -anim=seq_6029 -active=yes -ambient=100 -contrast=100 -model=model_23459 -name=Lamp - -// 22977 -[loc_22977] -anim=seq_6029 -active=yes -ambient=100 -contrast=100 -model=model_23458 -name=Broken lamp - -// 22978 -[loc_22978] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3459 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22979 -[loc_22979] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3460 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22980 -[loc_22980] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3461 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22981 -[loc_22981] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3462 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22982 -[loc_22982] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3463 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22983 -[loc_22983] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3464 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22984 -[loc_22984] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3465 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22985 -[loc_22985] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3466 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22986 -[loc_22986] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3467 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22987 -[loc_22987] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3468 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22988 -[loc_22988] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3469 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22989 -[loc_22989] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3470 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22990 -[loc_22990] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3471 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22991 -[loc_22991] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3472 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22992 -[loc_22992] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3473 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22993 -[loc_22993] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3474 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22994 -[loc_22994] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3475 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22995 -[loc_22995] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3476 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22996 -[loc_22996] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3477 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22997 -[loc_22997] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3478 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22998 -[loc_22998] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3479 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 22999 -[loc_22999] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3480 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23000 -[loc_23000] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3481 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23001 -[loc_23001] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3482 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23002 -[loc_23002] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3483 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23003 -[loc_23003] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3484 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23004 -[loc_23004] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3485 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23005 -[loc_23005] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3486 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23006 -[loc_23006] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3487 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23007 -[loc_23007] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3488 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23008 -[loc_23008] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3489 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23009 -[loc_23009] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3490 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23010 -[loc_23010] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3491 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23011 -[loc_23011] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3492 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23012 -[loc_23012] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3493 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23013 -[loc_23013] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3494 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23014 -[loc_23014] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3495 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23015 -[loc_23015] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3496 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23016 -[loc_23016] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3497 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23017 -[loc_23017] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3498 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23018 -[loc_23018] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3499 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23019 -[loc_23019] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3500 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23020 -[loc_23020] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3501 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23021 -[loc_23021] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3502 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23022 -[loc_23022] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3503 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23023 -[loc_23023] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3504 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23024 -[loc_23024] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3505 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23025 -[loc_23025] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3506 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23026 -[loc_23026] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3507 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23027 -[loc_23027] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3508 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23028 -[loc_23028] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3509 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23029 -[loc_23029] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3510 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23030 -[loc_23030] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3511 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23031 -[loc_23031] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3512 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23032 -[loc_23032] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3513 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23033 -[loc_23033] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3514 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23034 -[loc_23034] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3515 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23035 -[loc_23035] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3516 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23036 -[loc_23036] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3517 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23037 -[loc_23037] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3518 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23038 -[loc_23038] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3519 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23039 -[loc_23039] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3520 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23040 -[loc_23040] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3521 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23041 -[loc_23041] -anim=seq_6029 -active=yes -blockwalk=yes -multivar=varplayerbit_3522 -multiloc=0,loc_22976 -multiloc=1,loc_22977 - -// 23042 -[loc_23042] -ambient=40 -active=yes -op1=Take -recol1s=11556 -recol1d=19840 -recol2s=10499 -recol2d=17696 -recol3s=9442 -recol3d=13537 -recol4s=8385 -recol4d=9377 -model=model_23883,Q -name=Tools - -// 23043 -[loc_23043] -ambient=40 -active=yes -op1=Take -recol1s=10499 -recol1d=16640 -recol2s=9442 -recol2d=9377 -model=model_23884,Q -name=Tools - -// 23044 -[loc_23044] -active=yes -ambient=20 -blockwalk=no -recol1s=8456 -recol1d=17696 -recol2s=7399 -recol2d=19840 -recol3s=6342 -recol3d=10433 -recol4s=5285 -recol4d=9377 -model=model_23882 -name=Metal - -// 23045 -[loc_23045] -ambient=40 -op1=Take -recol1s=11556 -recol1d=19840 -recol2s=10499 -recol2d=16640 -recol3s=9442 -recol3d=16640 -model=model_23881,Q -name=Tools - -// 23046 -[loc_23046] -active=yes -anim=seq_3105 -ambient=60 -contrast=60 -blockwalk=yes -model=model_23880,0 -name=Fire - -// 23047 -[loc_23047] -active=yes -op1=Use -ambient=20 -hillskew=yes -blockwalk=yes -recol1s=8140 -recol1d=5318 -recol2s=6026 -recol2d=4261 -recol3s=1595 -recol3d=3204 -recol4s=1464 -recol4d=2147 -recol5s=30784 -recol5d=2147 -recol6s=22592 -recol6d=2147 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 23048 -[loc_23048] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5318 -recol2s=6026 -recol2d=4261 -recol3s=1595 -recol3d=3204 -recol4s=1464 -recol4d=2147 -recol5s=30784 -recol5d=2147 -recol6s=22592 -recol6d=2147 -model=model_11942,0 - -// 23049 -[loc_23049] -ambient=20 -hillskew=yes -recol1s=8140 -recol1d=5318 -recol2s=6026 -recol2d=4261 -recol3s=1595 -recol3d=3204 -recol4s=1464 -recol4d=2147 -recol5s=30784 -recol5d=2147 -recol6s=22592 -recol6d=2147 -model=model_11941,0 - -// 23050 -[loc_23050] -active=no -ambient=35 -model=model_15486 - -// 23051 -[loc_23051] -active=no -ambient=35 -mirror=yes -model=model_15486 - -// 23052 -[loc_23052] -op1=Enter -active=yes -ambient=35 -model=model_15487 -name=Doorway - -// 23053 -[loc_23053] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=19911 -recol2s=11523 -recol2d=23080 -recol3s=8353 -recol3d=19909 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 23054 -[loc_23054] -hillskew=yes -model=model_23909 -name=Tree stump - -// 23055 -[loc_23055] -width=2 -length=3 -contrast=10 -ambient=10 -op1=Search -model=model_23976 -model2=model_23974 -name=Broken cart - -// 23056 -[loc_23056] -active=yes -op1=Open -raiseobject=no -ambient=20 -ambient=25 -resizey=158 -model=model_15236,1 -name=Door - -// 23057 -[loc_23057] -active=yes -width=2 -length=2 -contrast=20 -ambient=20 -blockwalk=yes -op1=Excavate -model=model_23982 -model2=model_23980 -name=Statue - -// 23058 -[loc_23058] -active=yes -width=2 -length=2 -contrast=20 -ambient=20 -blockwalk=yes -op1=Enter -model=model_23982 -model2=model_23977 -name=Open statue - -// 23059 -[loc_23059] -active=yes -width=2 -length=2 -contrast=20 -ambient=20 -blockwalk=yes -model=model_23982 -model2=model_23980 -name=Statue - -// 23060 -[loc_23060] -active=yes -width=2 -length=2 -contrast=20 -ambient=20 -blockwalk=yes -model=model_23982 -model2=model_23977 -name=Statue - -// 23061 -[loc_23061] -active=yes -width=2 -length=3 -contrast=20 -ambient=20 -blockwalk=yes -model=model_23975 -name=Tent - -// 23062 -[loc_23062] -active=yes -width=3 -length=3 -contrast=20 -ambient=20 -blockwalk=yes -resizex=110 -resizez=110 -model=model_23975 -name=Tent - -// 23063 -[loc_23063] -width=2 -length=2 -anim=seq_475 -blockwalk=yes -contrast=20 -ambient=20 -model=model_23960 -name=Camp fire - -// 23064 -[loc_23064] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=20933 -recol1d=9444 -recol2s=7329 -recol2d=11558 -model=model_11129 -name=Locker - -// 23065 -[loc_23065] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=20933 -recol1d=9444 -recol2s=7329 -recol2d=11558 -model=model_10089 -name=Stool - -// 23066 -[loc_23066] -ambient=15 -contrast=15 -blockrange=no -recol1s=16809 -recol1d=13638 -recol2s=14695 -recol2d=11558 -recol3s=13638 -recol3d=10501 -recol4s=12581 -recol4d=9444 -model=model_9590 -name=Small table - -// 23067 -[loc_23067] -active=yes -length=3 -contrast=20 -ambient=20 -blockwalk=yes -model=model_23983 -name=Bed - -// 23068 -[loc_23068] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 23069 -[loc_23069] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -retex1s=material_105 -retex1d=material_418 -model=model_15948,1 -model=model_15949,5 - -// 23070 -[loc_23070] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -retex1s=material_105 -retex1d=material_418 -model=model_15952,1 -model=model_15953,5 - -// 23071 -[loc_23071] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -retex1s=material_105 -retex1d=material_418 -model=model_15950,1 -model=model_15951,2 - -// 23072 -[loc_23072] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_23981,1 - -// 23073 -[loc_23073] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -op1=Climb -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_23986,1 - -// 23074 -[loc_23074] -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -width=2 -msi=msi_7 -op1=Climb -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_23985 -name=Stairs - -// 23075 -[loc_23075] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recol1s=12580 -recol1d=7398 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 23076 -[loc_23076] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recol1s=12580 -recol1d=7398 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 23077 -[loc_23077] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -resizey=64 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 23078 -[loc_23078] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -resizey=64 -recol1s=12580 -recol1d=7398 -model=model_834 - -// 23079 -[loc_23079] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -resizey=64 -recol1s=12580 -recol1d=7398 -model=model_787 - -// 23080 -[loc_23080] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11626 -recol2s=8423 -recol2d=10569 -recol3s=10537 -recol3d=9512 -recol4s=9480 -recol4d=8455 -model=model_12125,0 - -// 23081 -[loc_23081] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11626 -recol2s=8423 -recol2d=10569 -recol3s=10537 -recol3d=9512 -recol4s=9480 -recol4d=8455 -model=model_12126,0 - -// 23082 -[loc_23082] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11626 -recol2s=8423 -recol2d=10569 -recol3s=10537 -recol3d=9512 -recol4s=9480 -recol4d=8455 -model=model_12129,0 - -// 23083 -[loc_23083] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11626 -recol2s=8423 -recol2d=10569 -recol3s=10537 -recol3d=9512 -recol4s=9480 -recol4d=8455 -model=model_12130,0 - -// 23084 -[loc_23084] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=11626 -recol2s=8423 -recol2d=10569 -recol3s=10537 -recol3d=9512 -recol4s=9480 -recol4d=8455 -model=model_12131,0 - -// 23085 -[loc_23085] -blockwalk=yes -active=no -recol1s=8423 -recol1d=7398 -recol2s=9480 -recol2d=8455 -recol3s=10537 -recol3d=9512 -recol4s=11594 -recol4d=10569 -recol5s=12651 -recol5d=11626 -recol6s=14699 -recol6d=12683 -model=model_11798 - -// 23086 -[loc_23086] -blockwalk=yes -active=no -recol1s=8423 -recol1d=7398 -recol2s=9480 -recol2d=8455 -recol3s=10537 -recol3d=9512 -recol4s=11594 -recol4d=10569 -recol5s=12651 -recol5d=11626 -recol6s=14699 -recol6d=12683 -model=model_11799 - -// 23087 -[loc_23087] -blockwalk=yes -active=no -recol1s=8423 -recol1d=7398 -recol2s=9480 -recol2d=8455 -recol3s=10537 -recol3d=9512 -recol4s=11594 -recol4d=10569 -recol5s=12651 -recol5d=11626 -recol6s=14699 -recol6d=12683 -model=model_11800 - -// 23088 -[loc_23088] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7398 -recol2s=6305 -recol2d=8455 -recol3s=7362 -recol3d=9512 -recol4s=8419 -recol4d=10569 -recol5s=9476 -recol5d=11626 -recol6s=10533 -recol6d=12683 -model=model_12040 - -// 23089 -[loc_23089] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7398 -recol2s=6305 -recol2d=8455 -recol3s=7362 -recol3d=9512 -recol4s=8419 -recol4d=10569 -recol5s=9476 -recol5d=11626 -recol6s=10533 -recol6d=12683 -model=model_12041 - -// 23090 -[loc_23090] -ambient=20 -blockwalk=no -hillskew=yes -active=no -recol1s=5248 -recol1d=7398 -recol2s=6305 -recol2d=8455 -recol3s=7362 -recol3d=9512 -recol4s=8419 -recol4d=10569 -recol5s=9476 -recol5d=11626 -recol6s=10533 -recol6d=12683 -model=model_12042,0 - -// 23091 -[loc_23091] -ambient=25 -op1=Search -offsetz=36 -recol1s=20933 -recol1d=9442 -recol2s=7329 -recol2d=11556 -recol3s=5184 -recol3d=10430 -model=model_15208 -name=Bookcase - -// 23092 -[loc_23092] -ambient=25 -op1=Search -offsetz=36 -recol1s=20933 -recol1d=9442 -recol2s=7329 -recol2d=11556 -recol3s=5184 -recol3d=10430 -model=model_15208 -name=Bookcase - -// 23093 -[loc_23093] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -blockwalk=no -model=model_2318 -name=Portal - -// 23094 -[loc_23094] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -blockwalk=no -model=model_23978 -name=Floor - -// 23095 -[loc_23095] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -blockwalk=no -model=model_2318 -name=Portal - -// 23096 -[loc_23096] -active=yes -width=2 -length=2 -forceapproach=south -multivar=varplayerbit_3524 -multiloc=0,loc_23057 -multiloc=1,loc_23058 - -// 23097 -[loc_23097] -active=yes -width=2 -length=2 -multivar=varplayerbit_3524 -multiloc=0,loc_23059 -multiloc=1,loc_23060 - -// 23098 -[loc_23098] -active=yes -active=yes -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -blockwalk=no -multivar=varplayerbit_3529 -multiloc=0,loc_23094 -multiloc=1,loc_23093 - -// 23099 -[loc_23099] -hillskew=yes -active=no -ambient=25 -unknown90=yes -recolhsl1s=4892 -recolhsl1d=7207 -recolhsl2s=4899 -recolhsl2d=7214 -recolhsl3s=5921 -recolhsl3d=7214 -model=model_1124,0 - -// 23100 -[loc_23100] -hillskew=yes -active=no -ambient=25 -unknown90=yes -recolhsl1s=4892 -recolhsl1d=7207 -recolhsl2s=4899 -recolhsl2d=7214 -model=model_1139,0 - -// 23101 -[loc_23101] -hillskew=yes -active=no -ambient=25 -unknown90=yes -recolhsl1s=4892 -recolhsl1d=7207 -recolhsl2s=4899 -recolhsl2d=7214 -model=model_1032,0 - -// 23102 -[loc_23102] -ambient=25 -op1=Search -recol1s=20933 -recol1d=9442 -recol2s=7329 -recol2d=11556 -recol3s=5184 -recol3d=10430 -model=model_23958 -name=Bookcase - -// 23103 -[loc_23103] -active=no -blockwalk=no -model=model_1077 - -// 23104 -[loc_23104] -active=no -sharelight=yes -ambient=25 -blockwalk=yes -offsety=-8 -contrast=25 -blockrange=no -model=model_23989 - -// 23105 -[loc_23105] -active=no -sharelight=yes -ambient=25 -blockwalk=yes -offsety=82 -contrast=25 -blockrange=no -model=model_23990 - -// 23106 -[loc_23106] -active=no -sharelight=yes -ambient=25 -blockwalk=yes -offsety=22 -contrast=25 -blockrange=no -model=model_23991 - -// 23107 -[loc_23107] -active=no -forcedecor=yes -ambient=25 -contrast=25 -sharelight=yes -offsety=52 -recol1s=20080 -recol1d=8455 -model=model_23993 - -// 23108 -[loc_23108] -active=no -sharelight=yes -ambient=25 -blockwalk=yes -contrast=25 -offsety=22 -blockrange=no -model=model_23988 - -// 23109 -[loc_23109] -ambient=25 -blockwalk=yes -contrast=25 -width=2 -model=model_23992 -name=Bench - -// 23110 -[loc_23110] -sharelight=yes -occlude=yes -active=no -offsety=-32 -recol1s=28533 -recol1d=16874 -recol2s=8353 -recol2d=5250 -retex1s=material_2 -retex1d=material_23 -retex2s=material_16 -retex2d=material_5 -model=model_3526,1 -model=model_3527,2 -model=model_3528,3 -model=model_3529,4 -model=model_3530,5 - -// 23111 -[loc_23111] -forcedecor=yes -offsety=-52 -retex1s=material_16 -retex1d=material_5 -model=model_4590,0 - -// 23112 -[loc_23112] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=no -op1=Enter -model=model_24018,0 -name=Hole - -// 23113 -[loc_23113] -active=yes -ambient=30 -contrast=10 -op1=Take-egg -model=model_14396 -name=Pile of eggs - -// 23114 -[loc_23114] -active=yes -ambient=30 -contrast=10 -op1=Take-egg -model=model_24021 -name=Pile of eggs - -// 23115 -[loc_23115] -active=yes -ambient=30 -contrast=10 -op1=Take-egg -model=model_14397 -name=Pile of eggs - -// 23116 -[loc_23116] -active=yes -ambient=30 -contrast=10 -op1=Take-egg -model=model_14395 -name=Pile of eggs - -// 23117 -[loc_23117] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -width=2 -length=2 -op1=Enter -blockrange=no -model=model_24017 -name=Rabbit hole - -// 23118 -[loc_23118] -width=2 -length=2 -anim=seq_3101 -ambient=60 -contrast=60 -blockwalk=no -shadow=no -op1=Climb-out -msi=msi_7 -model=model_10941 -name=Warren exit - -// 23119 -[loc_23119] -active=yes -sharelight=yes -contrast=20 -ambient=20 -blockwalk=yes -op1=Enter -model=model_24015,1 -name=Door - -// 23120 -[loc_23120] -active=yes -sharelight=yes -contrast=20 -ambient=20 -blockwalk=yes -op1=Exit -model=model_24015,1 -name=Door - -// 23121 -[loc_23121] -active=no -sharelight=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_24014,1 - -// 23122 -[loc_23122] -active=no -sharelight=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_24016,1 - -// 23123 -[loc_23123] -active=yes -sharelight=yes -contrast=20 -ambient=20 -blockwalk=yes -op1=Insert-kebbit -model=model_24020 -name=Kebbit chute - -// 23124 -[loc_23124] -active=no -sharelight=yes -contrast=20 -ambient=20 -blockwalk=yes -model=model_24020 - -// 23125 -[loc_23125] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_24011,0 - -// 23126 -[loc_23126] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_24010,0 - -// 23127 -[loc_23127] -active=no -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -model=model_24010,0 - -// 23128 -[loc_23128] -active=no -hillskew=yes -contrast=20 -ambient=20 -model=model_24008,0 - -// 23129 -[loc_23129] -active=no -hillskew=yes -contrast=20 -ambient=20 -model=model_24009,0 - -// 23130 -[loc_23130] -active=no -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -model=model_24009,0 - -// 23131 -[loc_23131] -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -recol1s=11526 -recol1d=8488 -recol2s=10469 -recol2d=7431 -recol3s=14662 -recol3d=9545 -model=model_14881,1 - -// 23132 -[loc_23132] -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -recol1s=11526 -recol1d=8488 -recol2s=10469 -recol2d=7431 -recol3s=14662 -recol3d=9545 -model=model_14882,1 - -// 23133 -[loc_23133] -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -recol1s=11526 -recol1d=8488 -recol2s=10469 -recol2d=7431 -recol3s=14662 -recol3d=9545 -model=model_14883,1 - -// 23134 -[loc_23134] -sharelight=yes -mirror=yes -hillskew=yes -contrast=20 -ambient=20 -recol1s=11526 -recol1d=8488 -recol2s=10469 -recol2d=7431 -recol3s=14662 -recol3d=9545 -model=model_14883,1 - -// 23135 -[loc_23135] -sharelight=yes -mirror=yes -hillskew=yes -contrast=20 -ambient=20 -recol1s=11526 -recol1d=8488 -recol2s=10469 -recol2d=7431 -recol3s=14662 -recol3d=9545 -model=model_24012 -name=Fence - -// 23136 -[loc_23136] -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -recol1s=11526 -recol1d=8488 -recol2s=10469 -recol2d=7431 -recol3s=14662 -recol3d=9545 -model=model_24013,2 - -// 23137 -[loc_23137] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=15 -resizey=196 -contrast=20 -ambient=20 -recol1s=6307 -recol1d=8387 -model=model_13180 -name=Hedge - -// 23138 -[loc_23138] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=15 -resizey=196 -contrast=20 -ambient=20 -recol1s=6307 -recol1d=8387 -model=model_13167 -name=Hedge - -// 23139 -[loc_23139] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=15 -resizey=196 -contrast=20 -ambient=20 -recol1s=6307 -recol1d=8387 -model=model_13174 -name=Hedge - -// 23140 -[loc_23140] -active=no -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=10501 -recol1d=10434 -recol2s=8387 -recol2d=7297 -recol3s=13638 -recol3d=13605 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 23141 -[loc_23141] -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=10400 -recol1d=10434 -model=model_977,1 -model=model_978,5 - -// 23142 -[loc_23142] -sharelight=yes -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=10400 -recol1d=10434 -model=model_5555,1 -model=model_5556,5 - -// 23143 -[loc_23143] -randomsound=10,100,20,synth_3546,synth_3547,synth_3548 -active=no -model=model_1105,0 - -// 23144 -[loc_23144] -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=8485 -recol1d=9545 -recol2s=7428 -recol2d=8488 -recol3s=6371 -recol3d=7431 -recol4s=5314 -recol4d=5317 -recol5s=4257 -recol5d=4260 -recol6s=3200 -recol6d=3203 -model=model_13975 -name=Crate - -// 23145 -[loc_23145] -active=no -anim=seq_3101 -ambient=60 -contrast=60 -blockwalk=no -shadow=no -model=model_5809 - -// 23146 -[loc_23146] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -retex1s=material_105 -retex1d=material_418 -model=model_15948,1 -model=model_15949,5 - -// 23147 -[loc_23147] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -retex1s=material_105 -retex1d=material_418 -model=model_15952,1 -model=model_15953,5 - -// 23148 -[loc_23148] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -retex1s=material_105 -retex1d=material_418 -model=model_15950,1 -model=model_15951,2 - -// 23149 -[loc_23149] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_15961,1 - -// 23150 -[loc_23150] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -retex1s=material_105 -retex1d=material_418 -model=model_24172,1 - -// 23151 -[loc_23151] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_24165,3 - -// 23152 -[loc_23152] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_24167,1 - -// 23153 -[loc_23153] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -retex1s=material_105 -retex1d=material_418 -model=model_24168,1 - -// 23154 -[loc_23154] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_24171,1 - -// 23155 -[loc_23155] -sharelight=yes -shadow=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -retex1s=material_105 -retex1d=material_418 -model=model_24093 -name=Wall - -// 23156 -[loc_23156] -hillskew=yes -active=yes -ambient=10 -op1=Search -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_24173,1 -name=Picture wall - -// 23157 -[loc_23157] -sharelight=yes -op1=Exit -model=model_24092 -name=Cave - -// 23158 -[loc_23158] -sharelight=yes -op1=Exit -model=model_24091 -name=Cave - -// 23159 -[loc_23159] -blockwalk=no -length=2 -width=2 -active=no -model=model_35634 - -// 23160 -[loc_23160] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -model=model_24086 - -// 23161 -[loc_23161] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -model=model_24087 - -// 23162 -[loc_23162] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -model=model_24088 - -// 23163 -[loc_23163] -recol1s=8423 -recol1d=5283 -recol2s=10536 -recol2d=6340 -model=model_15624 -name=Boulders - -// 23164 -[loc_23164] -recol1s=8423 -recol1d=5283 -recol2s=10536 -recol2d=6340 -model=model_15625 -name=Boulders - -// 23165 -[loc_23165] -anim=seq_1727 -length=2 -width=2 -hardshadow=no -recol1s=16846 -recol1d=7397 -model=model_5515 -name=Rock - -// 23166 -[loc_23166] -sharelight=yes -ambient=10 -recol1s=6342 -recol1d=8454 -recol2s=5285 -recol2d=7397 -recol3s=4228 -recol3d=5283 -recol4s=3171 -recol4d=3170 -model=model_24061 -name=Cave entrance - -// 23167 -[loc_23167] -sharelight=yes -ambient=10 -recol1s=6342 -recol1d=8454 -recol2s=5285 -recol2d=7397 -recol3s=4228 -recol3d=5283 -recol4s=3171 -recol4d=3170 -model=model_24079 -name=Cave entrance - -// 23168 -[loc_23168] -sharelight=yes -ambient=10 -recol1s=6342 -recol1d=8454 -model=model_24075 -name=Cave - -// 23169 -[loc_23169] -sharelight=yes -ambient=10 -recol1s=6342 -recol1d=8454 -model=model_24077 -name=Cave - -// 23170 -[loc_23170] -sharelight=yes -ambient=10 -recol1s=6342 -recol1d=8454 -model=model_24062 -name=Cave - -// 23171 -[loc_23171] -sharelight=yes -ambient=10 -recol1s=6342 -recol1d=8454 -model=model_24076 -name=Cave - -// 23172 -[loc_23172] -anim=seq_4217 -blockwalk=no -resizex=192 -resizey=192 -resizez=192 -bgsound=synth_3080,3 -model=model_15524 -name=Drip - -// 23173 -[loc_23173] -anim=seq_4218 -blockwalk=no -bgsound=synth_3081,3 -model=model_15524 -name=Drips - -// 23174 -[loc_23174] -recol1s=13675 -recol1d=7362 -recol2s=22087 -recol2d=11590 -recol3s=17860 -recol3d=11591 -model=model_20051 -name=Camping gear - -// 23175 -[loc_23175] -recol1s=13675 -recol1d=7362 -model=model_20055 -name=Camping fire - -// 23176 -[loc_23176] -width=2 -recol1s=11523 -recol1d=11591 -recol2s=20041 -recol2d=11590 -model=model_20070 -name=Sleeping bag - -// 23177 -[loc_23177] -width=2 -model=model_24085 -name=Table - -// 23178 -[loc_23178] -recol1s=7329 -recol1d=11591 -recol2s=20933 -recol2d=11590 -model=model_10089 -name=Stool - -// 23179 -[loc_23179] -model=model_24082 -name=Stool - -// 23180 -[loc_23180] -model=model_24081 -name=Barrel - -// 23181 -[loc_23181] -model=model_18322 -name=Barrel - -// 23182 -[loc_23182] -model=model_24084 -name=Barrel - -// 23183 -[loc_23183] -model=model_24080 -name=Barrel - -// 23184 -[loc_23184] -model=model_18180 -name=Barrel - -// 23185 -[loc_23185] -model=model_18324 -name=Wreck - -// 23186 -[loc_23186] -length=2 -width=2 -model=model_18325 -name=Wreck - -// 23187 -[loc_23187] -length=2 -width=2 -model=model_18326 -name=Wreck - -// 23188 -[loc_23188] -length=2 -model=model_18327 -name=Wreck - -// 23189 -[loc_23189] -length=2 -width=2 -model=model_18323 -name=Wreck - -// 23190 -[loc_23190] -hillskew=yes -recol1s=13505 -recol1d=5283 -recol2s=14594 -recol2d=5283 -recol3s=15618 -recol3d=7397 -model=model_1124,0 - -// 23191 -[loc_23191] -hillskew=yes -recol1s=13505 -recol1d=5283 -recol2s=14594 -recol2d=5283 -recol3s=15618 -recol3d=7397 -model=model_1139,0 - -// 23192 -[loc_23192] -hillskew=yes -recol1s=13505 -recol1d=5283 -recol2s=14594 -recol2d=5283 -recol3s=15618 -recol3d=7397 -model=model_1032,0 - -// 23193 -[loc_23193] -hillskew=yes -recol1s=13505 -recol1d=5283 -recol2s=14594 -recol2d=5283 -recol3s=15618 -recol3d=7397 -model=model_1044,0 - -// 23194 -[loc_23194] -hillskew=yes -recol1s=13505 -recol1d=5283 -recol2s=14594 -recol2d=5283 -recol3s=15618 -recol3d=7397 -model=model_1064,0 - -// 23195 -[loc_23195] -hillskew=yes -forcedecor=yes -model=model_24095,0 - -// 23196 -[loc_23196] -hillskew=yes -forcedecor=yes -model=model_24094,0 - -// 23197 -[loc_23197] -blockwalk=yes -forcedecor=yes -model=model_24096 -name=Gravestone - -// 23198 -[loc_23198] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=12580 -recol1d=5283 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 23199 -[loc_23199] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=4228 -recol1d=5283 -recol2s=3171 -recol2d=4226 -recol3s=2114 -recol3d=3169 -recol4s=1057 -recol4d=2112 -retex1s=material_105 -retex1d=material_418 -model=model_15631 - -// 23200 -[loc_23200] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=4228 -recol1d=5283 -recol2s=3171 -recol2d=4226 -recol3s=2114 -recol3d=3169 -recol4s=1057 -recol4d=2112 -retex1s=material_105 -retex1d=material_418 -model=model_15629 - -// 23201 -[loc_23201] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=4228 -recol1d=5283 -recol2s=3171 -recol2d=4226 -recol3s=2114 -recol3d=3169 -recol4s=1057 -recol4d=2112 -retex1s=material_105 -retex1d=material_418 -model=model_15620 - -// 23202 -[loc_23202] -active=no -model=model_24155 - -// 23203 -[loc_23203] -active=no -blockwalk=yes -model=model_24154 - -// 23204 -[loc_23204] -active=no -model=model_24157 - -// 23205 -[loc_23205] -active=no -blockwalk=yes -model=model_24156 - -// 23206 -[loc_23206] -active=no -model=model_24159 - -// 23207 -[loc_23207] -active=no -model=model_24158 - -// 23208 -[loc_23208] -active=no -model=model_24162 - -// 23209 -[loc_23209] -active=no -model=model_24163 - -// 23210 -[loc_23210] -active=no -model=model_24164 - -// 23211 -[loc_23211] -active=no -model=model_24160 - -// 23212 -[loc_23212] -active=no -model=model_24161 - -// 23213 -[loc_23213] -active=yes -blockwalk=no -model=model_24166 -name=Walkway - -// 23214 -[loc_23214] -active=yes -blockwalk=no -model=model_24169 -name=Walkway - -// 23215 -[loc_23215] -active=no -anim=seq_6123 -blockwalk=no -retex1s=material_102 -retex1d=material_63 -model=model_18181 - -// 23216 -[loc_23216] -active=yes -op1=Open -raiseobject=no -model=model_24078,1 -name=Gate - -// 23217 -[loc_23217] -active=yes -op1=Close -raiseobject=no -model=model_24078,1 -name=Gate - -// 23218 -[loc_23218] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_24063,1 - -// 23219 -[loc_23219] -sharelight=yes -ambient=10 -active=no -model=model_24065 - -// 23220 -[loc_23220] -sharelight=yes -ambient=10 -active=no -model=model_24064,8 -model=model_35633,1 - -// 23221 -[loc_23221] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_24066,1 - -// 23222 -[loc_23222] -sharelight=yes -ambient=10 -active=no -model=model_24068 - -// 23223 -[loc_23223] -sharelight=yes -ambient=10 -active=no -model=model_24067 - -// 23224 -[loc_23224] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_24069,1 - -// 23225 -[loc_23225] -sharelight=yes -ambient=10 -active=no -model=model_24071 - -// 23226 -[loc_23226] -sharelight=yes -ambient=10 -active=no -model=model_24070 - -// 23227 -[loc_23227] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=5283 -recol2s=7431 -recol2d=6340 -recol3s=8488 -recol3d=7397 -recol4s=9545 -recol4d=8454 -recol5s=10602 -recol5d=9511 -model=model_24072,1 - -// 23228 -[loc_23228] -sharelight=yes -ambient=10 -active=no -model=model_24074 - -// 23229 -[loc_23229] -sharelight=yes -ambient=10 -active=no -model=model_24073 - -// 23230 -[loc_23230] -width=3 -length=2 -sharelight=yes -model=model_24100 -name=Wreck - -// 23231 -[loc_23231] -width=3 -sharelight=yes -model=model_24101 -name=Wreck - -// 23232 -[loc_23232] -sharelight=yes -model=model_24102 -name=Wreck - -// 23233 -[loc_23233] -sharelight=yes -model=model_24104 -name=Wreck - -// 23234 -[loc_23234] -sharelight=yes -model=model_24105 -name=Wreck - -// 23235 -[loc_23235] -sharelight=yes -model=model_24107 -name=Wreck - -// 23236 -[loc_23236] -sharelight=yes -model=model_24109 -name=Wreck - -// 23237 -[loc_23237] -sharelight=yes -model=model_24110 -name=Wreck - -// 23238 -[loc_23238] -sharelight=yes -model=model_24112 -name=Wreck - -// 23239 -[loc_23239] -sharelight=yes -model=model_24113 -name=Wreck - -// 23240 -[loc_23240] -width=2 -sharelight=yes -model=model_24097 -name=Wreck - -// 23241 -[loc_23241] -width=3 -sharelight=yes -model=model_24114 -name=Wreck - -// 23242 -[loc_23242] -sharelight=yes -model=model_24116 -name=Wreck - -// 23243 -[loc_23243] -width=3 -sharelight=yes -model=model_24111 -name=Wreck - -// 23244 -[loc_23244] -width=3 -sharelight=yes -model=model_24117 -name=Wreck - -// 23245 -[loc_23245] -sharelight=yes -model=model_24118 -name=Wreck - -// 23246 -[loc_23246] -sharelight=yes -model=model_24119 -name=Wreck - -// 23247 -[loc_23247] -sharelight=yes -model=model_24122 -name=Wreck - -// 23248 -[loc_23248] -sharelight=yes -model=model_24123 -name=Wreck - -// 23249 -[loc_23249] -width=3 -sharelight=yes -model=model_24121 -name=Wreck - -// 23250 -[loc_23250] -sharelight=yes -width=3 -length=2 -model=model_24098 -name=Wreck - -// 23251 -[loc_23251] -sharelight=yes -width=3 -length=2 -model=model_24099 -name=Wreck - -// 23252 -[loc_23252] -sharelight=yes -model=model_24103 -name=Wreck - -// 23253 -[loc_23253] -sharelight=yes -model=model_24108 -name=Wreck - -// 23254 -[loc_23254] -sharelight=yes -model=model_24115 -name=Wreck - -// 23255 -[loc_23255] -sharelight=yes -model=model_24106 -name=Wreck - -// 23256 -[loc_23256] -sharelight=yes -model=model_24120 -name=Wreck - -// 23257 -[loc_23257] -active=no -blockrange=no -multivar=varplayerbit_3547 -multiloc=0,loc_23203 -multiloc=1,loc_23204 - -// 23258 -[loc_23258] -active=no -blockrange=no -multivar=varplayerbit_3548 -multiloc=0,loc_23203 -multiloc=1,loc_23204 - -// 23259 -[loc_23259] -active=yes -blockwalk=no -multivar=varplayerbit_3547 -multiloc=0,loc_23213 -multiloc=1,loc_23214 - -// 23260 -[loc_23260] -active=yes -blockwalk=no -multivar=varplayerbit_3548 -multiloc=0,loc_23213 -multiloc=1,loc_23214 - -// 23261 -[loc_23261] -hillskew=yes -ambient=25 -blockwalk=yes -active=no -resizey=64 -forcedecor=yes -hardshadow=no -blockrange=no -recol1s=13638 -recol1d=11558 -recol2s=11558 -recol2d=11525 -recol3s=10501 -recol3d=10468 -recol4s=9444 -recol4d=9411 -model=model_24195,0 - -// 23262 -[loc_23262] -hillskew=yes -ambient=25 -blockwalk=yes -active=no -resizey=64 -forcedecor=yes -hardshadow=no -blockrange=no -recol1s=13638 -recol1d=11558 -recol2s=11558 -recol2d=11525 -recol3s=10501 -recol3d=10468 -recol4s=9444 -recol4d=9411 -model=model_24196,0 - -// 23263 -[loc_23263] -hillskew=yes -ambient=25 -blockwalk=yes -active=no -resizey=64 -forcedecor=yes -hardshadow=no -blockrange=no -recol1s=13638 -recol1d=11558 -recol2s=11558 -recol2d=11525 -recol3s=10501 -recol3d=10468 -recol4s=9444 -recol4d=9411 -model=model_24197,0 - -// 23264 -[loc_23264] -hillskew=yes -ambient=25 -blockwalk=yes -active=no -resizey=64 -forcedecor=yes -hardshadow=no -blockrange=no -recol1s=13638 -recol1d=11558 -recol2s=11558 -recol2d=11525 -recol3s=10501 -recol3d=10468 -recol4s=9444 -recol4d=9411 -model=model_24198,0 - -// 23265 -[loc_23265] -hillskew=yes -ambient=25 -blockwalk=yes -active=no -resizey=64 -forcedecor=yes -hardshadow=no -blockrange=no -recol1s=13638 -recol1d=11558 -recol2s=11558 -recol2d=11525 -recol3s=10501 -recol3d=10468 -recol4s=9444 -recol4d=9411 -model=model_24199,0 - -// 23266 -[loc_23266] -hillskew=yes -ambient=25 -sharelight=yes -blockwalk=yes -active=no -resizey=64 -forcedecor=yes -hardshadow=no -blockrange=no -recol1s=13638 -recol1d=11558 -recol2s=11558 -recol2d=11525 -recol3s=10501 -recol3d=10468 -recol4s=9444 -recol4d=9411 -model=model_24200,0 - -// 23267 -[loc_23267] -hillskew=yes -ambient=25 -blockwalk=yes -active=no -resizey=64 -forcedecor=yes -hardshadow=no -blockrange=no -recol1s=13638 -recol1d=11558 -recol2s=11558 -recol2d=11525 -recol3s=10501 -recol3d=10468 -recol4s=9444 -recol4d=9411 -model=model_24204,0 - -// 23268 -[loc_23268] -hillskew=yes -ambient=25 -blockwalk=yes -active=no -resizey=64 -forcedecor=yes -hardshadow=no -blockrange=no -recol1s=13638 -recol1d=11558 -recol2s=11558 -recol2d=11525 -recol3s=10501 -recol3d=10468 -recol4s=9444 -recol4d=9411 -model=model_24205,0 - -// 23269 -[loc_23269] -hillskew=yes -ambient=25 -blockwalk=yes -active=no -resizey=64 -blockrange=no -recol1s=13638 -recol1d=11558 -recol2s=11558 -recol2d=11525 -recol3s=10501 -recol3d=10468 -recol4s=9444 -recol4d=9411 -model=model_24202 - -// 23270 -[loc_23270] -hillskew=yes -ambient=25 -blockwalk=yes -active=no -resizey=64 -blockrange=no -recol1s=13638 -recol1d=11558 -recol2s=11558 -recol2d=11525 -recol3s=10501 -recol3d=10468 -recol4s=9444 -recol4d=9411 -model=model_24203 - -// 23271 -[loc_23271] -blockwalk=yes -active=yes -length=2 -op1=Cross -blockrange=no -model=model_24201 -name=Wilderness Ditch - -// 23272 -[loc_23272] -active=no -ambient=25 -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11525 -recol2s=10537 -recol2d=11525 -recol3s=9480 -recol3d=11525 -recol4s=8423 -recol4d=11525 -model=model_12129,0 - -// 23273 -[loc_23273] -active=no -ambient=25 -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11525 -recol2s=10537 -recol2d=11525 -recol3s=9480 -recol3d=11525 -recol4s=8423 -recol4d=11525 -model=model_12130,0 - -// 23274 -[loc_23274] -op1=Open -active=yes -shadow=no -msi=msi_22 -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 -name=Gate - -// 23275 -[loc_23275] -op1=Read -blockwalk=no -active=yes -recol1s=13636 -recol1d=7424 -recol2s=10466 -recol2d=9538 -recol3s=7329 -recol3d=6401 -model=model_1402 -name=Sign - -// 23276 -[loc_23276] -op1=Read -blockwalk=yes -active=yes -blockrange=no -recol1s=13636 -recol1d=7424 -recol2s=10466 -recol2d=9538 -recol3s=7329 -recol3d=6401 -model=model_1402 -name=Sign - -// 23277 -[loc_23277] -active=yes -blockwalk=no -active=yes -multivar=varplayerbit_1954 -multiloc=1,loc_23275 - -// 23278 -[loc_23278] -active=yes -blockwalk=yes -active=yes -blockrange=no -multivar=varplayerbit_3412 -multiloc=1,loc_23276 - -// 23279 -[loc_23279] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=13605 -recol1d=8421 -recol2s=12548 -recol2d=6307 -model=model_21232 -name=Ladder - -// 23280 -[loc_23280] -active=yes -model=model_24240 -name=Rocks - -// 23281 -[loc_23281] -active=yes -model=model_24239 -name=Rocks - -// 23282 -[loc_23282] -active=yes -multivar=varplayerbit_3550 -multiloc=0,loc_23280 -multiloc=1,loc_23280 -multiloc=2,loc_23280 -multiloc=3,loc_23280 -multiloc=4,loc_23280 -multiloc=5,loc_23280 -multiloc=6,loc_23280 -multiloc=7,loc_23280 -multiloc=8,loc_23279 -multiloc=9,loc_23279 -multiloc=10,loc_23279 -multiloc=11,loc_23281 - -// 23283 -[loc_23283] -ambient=20 -op1=Hide-behind -op2=hidden -recol1s=14695 -recol1d=8421 -recol2s=13638 -recol2d=6307 -recol3s=12581 -recol3d=4193 -recol4s=11524 -recol4d=3136 -recol5s=10467 -recol5d=2080 -recol6s=9410 -recol6d=1024 -model=model_7700 -name=Crate - -// 23284 -[loc_23284] -length=3 -contrast=20 -ambient=20 -op1=Untie -anim=seq_6211 -forceapproach=east -model=model_24405 -name=Zanik - -// 23285 -[loc_23285] -active=yes -contrast=20 -ambient=20 -blockwalk=yes -op1=Enter -model=model_24398 -model=model_24397 -name=Doorway - -// 23286 -[loc_23286] -active=yes -contrast=20 -ambient=20 -blockwalk=yes -op1=Enter -model=model_24386 -model=model_24385 -name=Doorway - -// 23287 -[loc_23287] -hillskew=yes -sharelight=yes -op1=Enter -active=yes -recol1s=8455 -recol1d=7398 -model=model_24238 -name=Doorway - -// 23288 -[loc_23288] -active=yes -contrast=20 -ambient=20 -model=model_24242,0 -name=Artefact - -// 23289 -[loc_23289] -active=yes -contrast=20 -ambient=20 -model=model_24243,0 -name=Hole - -// 23290 -[loc_23290] -active=yes -blockwalk=no -multivar=varplayerbit_3551 -multiloc=0,loc_23288 -multiloc=1,loc_23289 -multiloc=2,loc_23289 - -// 23291 -[loc_23291] -active=yes -contrast=20 -ambient=20 -model=model_24244,0 -name=Artefact - -// 23292 -[loc_23292] -active=yes -contrast=20 -ambient=20 -model=model_24245,0 -name=Hole - -// 23293 -[loc_23293] -active=yes -blockwalk=no -multivar=varplayerbit_3552 -multiloc=0,loc_23291 -multiloc=1,loc_23292 -multiloc=2,loc_23292 - -// 23294 -[loc_23294] -active=yes -contrast=20 -ambient=20 -model=model_24246,0 -name=Artefact - -// 23295 -[loc_23295] -active=yes -contrast=20 -ambient=20 -model=model_24247,0 -name=Hole - -// 23296 -[loc_23296] -active=yes -blockwalk=no -multivar=varplayerbit_3553 -multiloc=0,loc_23294 -multiloc=1,loc_23295 -multiloc=2,loc_23295 - -// 23297 -[loc_23297] -active=yes -contrast=20 -ambient=20 -model=model_24248,0 -name=Artefact - -// 23298 -[loc_23298] -active=yes -contrast=20 -ambient=20 -model=model_24249,0 -name=Hole - -// 23299 -[loc_23299] -active=yes -contrast=20 -ambient=20 -model=model_24250,0 -name=Artefact - -// 23300 -[loc_23300] -active=yes -contrast=20 -ambient=20 -model=model_24251,0 -name=Hole - -// 23301 -[loc_23301] -active=yes -blockwalk=no -multivar=varplayerbit_3555 -multiloc=0,loc_23299 -multiloc=1,loc_23300 -multiloc=2,loc_23300 - -// 23302 -[loc_23302] -active=yes -contrast=20 -ambient=20 -model=model_24252,0 -name=Artefact - -// 23303 -[loc_23303] -active=yes -contrast=20 -ambient=20 -model=model_24253,0 -name=Hole - -// 23304 -[loc_23304] -active=yes -blockwalk=no -multivar=varplayerbit_3556 -multiloc=0,loc_23297 -multiloc=1,loc_23298 -multiloc=2,loc_23298 - -// 23305 -[loc_23305] -active=yes -width=2 -contrast=20 -ambient=20 -blockwalk=yes -blockrange=no -model=model_24269 -name=Specimen table - -// 23306 -[loc_23306] -width=3 -anim=seq_6161 -shadow=no -ambient=30 -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 23307 -[loc_23307] -width=3 -anim=seq_6162 -shadow=no -ambient=30 -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 23308 -[loc_23308] -width=3 -anim=seq_6163 -shadow=no -ambient=30 -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 23309 -[loc_23309] -width=3 -anim=seq_6161 -shadow=no -ambient=30 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 23310 -[loc_23310] -width=3 -anim=seq_6162 -shadow=no -ambient=30 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 23311 -[loc_23311] -width=3 -anim=seq_6163 -shadow=no -ambient=30 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 23312 -[loc_23312] -width=3 -anim=seq_6161 -shadow=no -ambient=30 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 23313 -[loc_23313] -width=3 -anim=seq_6162 -shadow=no -ambient=30 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 23314 -[loc_23314] -width=3 -anim=seq_6163 -shadow=no -ambient=30 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -model=model_24517 -model2=model_24519 -model3=model_24518 -model4=model_24516 -name=Goblin crowd - -// 23315 -[loc_23315] -anim=seq_6164 -length=2 -width=2 -ambient=30 -model=model_24260 -name=Crowd of dwarves - -// 23316 -[loc_23316] -anim=seq_6165 -length=2 -width=2 -ambient=30 -model=model_24261 -name=Crowd of dwarves - -// 23317 -[loc_23317] -anim=seq_6166 -length=2 -width=2 -ambient=30 -model=model_24262 -name=Crowd of dwarves - -// 23318 -[loc_23318] -length=2 -width=2 -ambient=15 -anim=seq_6167 -model=model_24255 -model2=model_24256 -model3=model_24257 -name=Council members - -// 23319 -[loc_23319] -length=2 -width=2 -ambient=15 -anim=seq_6168 -model=model_24254 -model2=model_24258 -model3=model_24259 -name=Cave gobins - -// 23320 -[loc_23320] -active=no -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14005,1 -model=model_14006,2 -model=model_14007,3 -model=model_14008,4 -model=model_14009,5 - -// 23321 -[loc_23321] -active=no -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -retex1s=material_73 -retex1d=material_63 -model=model_14020,1 - -// 23322 -[loc_23322] -active=no -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14013,1 -model=model_14014,5 - -// 23323 -[loc_23323] -active=no -mirror=yes -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14013,1 -model=model_14014,5 - -// 23324 -[loc_23324] -active=no -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14010,1 -model=model_14011,5 - -// 23325 -[loc_23325] -active=no -mirror=yes -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14010,1 -model=model_14011,5 - -// 23326 -[loc_23326] -active=no -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14016,5 - -// 23327 -[loc_23327] -active=no -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14019,1 - -// 23328 -[loc_23328] -active=no -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14017,1 - -// 23329 -[loc_23329] -active=no -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14018,1 - -// 23330 -[loc_23330] -active=no -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14015,1 - -// 23331 -[loc_23331] -active=no -mirror=yes -ambient=15 -recol1s=7428 -recol1d=8386 -recol2s=9542 -recol2d=10500 -recol3s=5314 -recol3d=6272 -recol4s=6371 -recol4d=7329 -recol5s=4257 -recol5d=5216 -recol6s=3200 -recol6d=4160 -model=model_14015,1 - -// 23332 -[loc_23332] -sharelight=yes -hillskew=yes -ambient=15 -model=model_24265,1 - -// 23333 -[loc_23333] -sharelight=yes -hillskew=yes -ambient=15 -model=model_24264,1 - -// 23334 -[loc_23334] -sharelight=yes -hillskew=yes -ambient=15 -model=model_24266,1 - -// 23335 -[loc_23335] -sharelight=yes -hillskew=yes -ambient=15 -model=model_24263,1 - -// 23336 -[loc_23336] -sharelight=yes -hillskew=yes -ambient=1 -model=model_24268,1 - -// 23337 -[loc_23337] -sharelight=yes -hillskew=yes -ambient=15 -model=model_24267,1 - -// 23338 -[loc_23338] -active=yes -op1=Open -raiseobject=no -recol1s=14626 -recol1d=8386 -recol2s=13569 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 23339 -[loc_23339] -active=yes -op1=Close -raiseobject=no -recol1s=14626 -recol1d=8386 -recol2s=13569 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 23340 -[loc_23340] -op1=Open -raiseobject=no -mirror=yes -recol1s=13569 -recol1d=8386 -recol2s=12547 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_12367,1 -name=Large door - -// 23341 -[loc_23341] -op1=Close -raiseobject=no -mirror=yes -recol1s=13569 -recol1d=8386 -recol2s=12547 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_12367,1 -name=Large door - -// 23342 -[loc_23342] -op1=Open -raiseobject=no -recol1s=13569 -recol1d=8386 -recol2s=12547 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_12367,1 -name=Large door - -// 23343 -[loc_23343] -op1=Close -raiseobject=no -recol1s=13569 -recol1d=8386 -recol2s=12547 -recol2d=7361 -recol3s=12512 -recol3d=6305 -recol4s=11456 -recol4d=7361 -model=model_12367,1 -name=Large door - -// 23344 -[loc_23344] -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -recol1s=6307 -recol1d=2113 -recol2s=7364 -recol2d=3170 -recol3s=8421 -recol3d=4227 -recol4s=9478 -recol4d=5284 -recol5s=10535 -recol5d=6341 -recol6s=11592 -recol6d=7398 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 23345 -[loc_23345] -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -recol1s=6307 -recol1d=2113 -recol2s=7364 -recol2d=3170 -recol3s=8421 -recol3d=4227 -recol4s=9478 -recol4d=5284 -recol5s=10535 -recol5d=6341 -recol6s=11592 -recol6d=7398 -retex1s=material_560 -retex1d=material_418 -model=model_24281,1 - -// 23346 -[loc_23346] -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -recol1s=13670 -recol1d=10569 -recol2s=12613 -recol2d=9512 -recol3s=11556 -recol3d=8455 -recol4s=10499 -recol4d=7398 -recol5s=9442 -recol5d=6341 -recol6s=8385 -recol6d=5284 -model=model_24271,1 -model=model_24272,2 -model=model_24273,3 - -// 23347 -[loc_23347] -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -model=model_24270,1 - -// 23348 -[loc_23348] -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -model=model_24275 -name=Wall - -// 23349 -[loc_23349] -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -model=model_24276 -name=Wall - -// 23350 -[loc_23350] -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -mirror=yes -model=model_24275 -name=Wall - -// 23351 -[loc_23351] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -retex1s=material_70 -retex1d=material_418 -model=model_24280 - -// 23352 -[loc_23352] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -retex1s=material_70 -retex1d=material_418 -model=model_24274 - -// 23353 -[loc_23353] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -retex1s=material_70 -retex1d=material_418 -model=model_24279 - -// 23354 -[loc_23354] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -retex1s=material_70 -retex1d=material_418 -model=model_24278 - -// 23355 -[loc_23355] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_24277 - -// 23356 -[loc_23356] -ambient=20 -blockrange=no -recol1s=14695 -recol1d=8421 -recol2s=13638 -recol2d=6307 -recol3s=12581 -recol3d=4193 -recol4s=11524 -recol4d=3136 -recol5s=10467 -recol5d=2080 -recol6s=9410 -recol6d=1024 -model=model_7685 -name=Crate - -// 23357 -[loc_23357] -forceapproach=east -ambient=20 -blockrange=no -recol1s=14695 -recol1d=8421 -recol2s=13638 -recol2d=6307 -recol3s=12581 -recol3d=4193 -recol4s=11524 -recol4d=3136 -recol5s=10467 -recol5d=2080 -recol6s=9410 -recol6d=1024 -model=model_7685 -name=Crate - -// 23358 -[loc_23358] -ambient=20 -recol1s=14695 -recol1d=8421 -recol2s=13638 -recol2d=6307 -recol3s=12581 -recol3d=4193 -recol4s=11524 -recol4d=3136 -recol5s=10467 -recol5d=2080 -recol6s=9410 -recol6d=1024 -model=model_7700 -name=Crate - -// 23359 -[loc_23359] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recol2s=8423 -recol2d=7399 -recol3s=10537 -recol3d=6342 -recol4s=9480 -recol4d=5285 -model=model_12125,0 - -// 23360 -[loc_23360] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recol2s=8423 -recol2d=7399 -recol3s=10537 -recol3d=6342 -recol4s=9480 -recol4d=5285 -model=model_12126,0 - -// 23361 -[loc_23361] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recol2s=8423 -recol2d=7399 -recol3s=10537 -recol3d=6342 -recol4s=9480 -recol4d=5285 -model=model_12127,0 - -// 23362 -[loc_23362] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recol2s=8423 -recol2d=7399 -recol3s=10537 -recol3d=6342 -recol4s=9480 -recol4d=5285 -model=model_12128,0 - -// 23363 -[loc_23363] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recol2s=8423 -recol2d=7399 -recol3s=10537 -recol3d=6342 -recol4s=9480 -recol4d=5285 -model=model_12129,0 - -// 23364 -[loc_23364] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recol2s=8423 -recol2d=7399 -recol3s=10537 -recol3d=6342 -recol4s=9480 -recol4d=5285 -model=model_12130,0 - -// 23365 -[loc_23365] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recol2s=8423 -recol2d=7399 -recol3s=10537 -recol3d=6342 -recol4s=9480 -recol4d=5285 -model=model_12131,0 - -// 23366 -[loc_23366] -contrast=20 -ambient=20 -blockrange=no -recol1s=12548 -recol1d=8421 -recol2s=13605 -recol2d=10535 -recol3s=11491 -recol3d=6307 -recol4s=10434 -recol4d=4193 -recol5s=7297 -recol5d=2080 -model=model_8232 -name=Barrel - -// 23367 -[loc_23367] -blockwalk=yes -active=no -width=2 -length=2 -recol1s=8423 -recol1d=4193 -recol2s=9480 -recol2d=5284 -recol3s=10537 -recol3d=6341 -recol4s=11594 -recol4d=7398 -model=model_11795 - -// 23368 -[loc_23368] -blockwalk=yes -active=no -width=2 -length=2 -recol1s=8423 -recol1d=4193 -recol2s=9480 -recol2d=5284 -recol3s=10537 -recol3d=6341 -recol4s=11594 -recol4d=7398 -model=model_11796 - -// 23369 -[loc_23369] -blockwalk=yes -active=no -width=2 -length=2 -recol1s=8423 -recol1d=4193 -recol2s=9480 -recol2d=5284 -recol3s=10537 -recol3d=6341 -recol4s=11594 -recol4d=7398 -model=model_11797 - -// 23370 -[loc_23370] -blockwalk=yes -active=no -recol1s=8423 -recol1d=4193 -recol2s=9480 -recol2d=5284 -recol3s=10537 -recol3d=6341 -recol4s=11594 -recol4d=7398 -model=model_11798 - -// 23371 -[loc_23371] -blockwalk=yes -active=no -recol1s=8423 -recol1d=4193 -recol2s=9480 -recol2d=5284 -recol3s=10537 -recol3d=6341 -recol4s=11594 -recol4d=7398 -model=model_11799 - -// 23372 -[loc_23372] -blockwalk=yes -active=no -recol1s=8423 -recol1d=4193 -recol2s=9480 -recol2d=5284 -recol3s=10537 -recol3d=6341 -recol4s=11594 -recol4d=7398 -model=model_11800 - -// 23373 -[loc_23373] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=4227 -recol2s=6305 -recol2d=5284 -recol3s=7362 -recol3d=6341 -recol4s=8419 -recol4d=7398 -recol5s=9476 -recol5d=8455 -recol6s=10533 -recol6d=9512 -model=model_12040 - -// 23374 -[loc_23374] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=4227 -recol2s=6305 -recol2d=5284 -recol3s=7362 -recol3d=6341 -recol4s=8419 -recol4d=7398 -recol5s=9476 -recol5d=8455 -recol6s=10533 -recol6d=9512 -model=model_12041 - -// 23375 -[loc_23375] -blockwalk=no -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=4227 -recol2s=6305 -recol2d=5284 -recol3s=7362 -recol3d=6341 -recol4s=8419 -recol4d=7398 -recol5s=9476 -recol5d=8455 -recol6s=10533 -recol6d=9512 -model=model_12042,0 - -// 23376 -[loc_23376] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=13605 -recol1d=8421 -recol2s=12548 -recol2d=6307 -model=model_21232 -name=Ladder - -// 23377 -[loc_23377] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=16740 -recol1d=8421 -recol2s=13603 -recol2d=6307 -recol3s=16774 -recol3d=9478 -recol4s=11489 -recol4d=5250 -recol5s=18821 -recol5d=5250 -model=model_21483 -name=Ladder - -// 23378 -[loc_23378] -active=yes -op1=Open -raiseobject=no -recol1s=14626 -recol1d=8421 -recol2s=13569 -recol2d=6307 -recol3s=12512 -recol3d=4193 -recol4s=11456 -recol4d=2080 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 23379 -[loc_23379] -active=yes -raiseobject=no -mirror=yes -recol1s=14626 -recol1d=8421 -recol2s=13569 -recol2d=6307 -recol3s=12512 -recol3d=4193 -recol4s=11456 -recol4d=2080 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 23380 -[loc_23380] -anim=seq_3107 -ambient=20 -contrast=10 -bgsound=synth_4472,1 -hardshadow=no -recol1s=11561 -recol1d=13702 -model=model_11821,Q - -// 23381 -[loc_23381] -msi=msi_27 -recol1s=6240 -recol1d=5218 -recol2s=7296 -recol2d=5218 -model=model_1716 -name=Dead tree - -// 23382 -[loc_23382] -active=no -contrast=20 -ambient=20 -blockwalk=yes -recol1s=2014 -recol1d=10534 -model=model_24361 - -// 23383 -[loc_23383] -active=no -contrast=20 -ambient=20 -blockwalk=yes -recol1s=2014 -recol1d=10534 -model=model_24353 -model=model_24357 - -// 23384 -[loc_23384] -active=no -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=2014 -recol1d=10534 -model=model_24353 -model=model_24357 - -// 23385 -[loc_23385] -active=no -contrast=20 -ambient=20 -blockwalk=no -model=model_24359,0 - -// 23386 -[loc_23386] -active=no -contrast=20 -ambient=20 -blockwalk=no -model=model_24358,0 - -// 23387 -[loc_23387] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=no -unknown90=yes -model=model_24359,0 - -// 23388 -[loc_23388] -active=no -contrast=20 -ambient=20 -blockwalk=yes -model=model_24371 -model=model_24373 - -// 23389 -[loc_23389] -active=no -contrast=20 -ambient=20 -blockwalk=yes -model=model_24372 -model=model_24364 - -// 23390 -[loc_23390] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -model=model_24380 - -// 23391 -[loc_23391] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -model=model_24378 -model2=model_24374 -model=model_24379 -model2=model_24374 - -// 23392 -[loc_23392] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -model=model_24378 -model2=model_24375 -model=model_24379 -model2=model_24375 - -// 23393 -[loc_23393] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -model=model_24378 -model2=model_24376 -model=model_24379 -model2=model_24376 - -// 23394 -[loc_23394] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -model=model_24378 -model2=model_24377 -model=model_24379 -model2=model_24377 - -// 23395 -[loc_23395] -active=no -contrast=20 -ambient=20 -blockwalk=yes -recol1s=4194 -recol1d=5284 -recol2s=5251 -recol2d=6341 -recol3s=7365 -recol3d=8455 -recol4s=9479 -recol4d=9512 -recol5s=2014 -recol5d=12683 -model=model_24361 - -// 23396 -[loc_23396] -active=no -contrast=20 -ambient=20 -blockwalk=yes -recol1s=4194 -recol1d=5284 -recol2s=5251 -recol2d=6341 -recol3s=7365 -recol3d=8455 -recol4s=9479 -recol4d=9512 -recol5s=2014 -recol5d=12683 -model=model_24353 -model=model_24357 - -// 23397 -[loc_23397] -active=no -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=4194 -recol1d=5284 -recol2s=5251 -recol2d=6341 -recol3s=7365 -recol3d=8455 -recol4s=9479 -recol4d=9512 -recol5s=2014 -recol5d=12683 -model=model_24353 -model=model_24357 - -// 23398 -[loc_23398] -active=no -contrast=20 -ambient=20 -blockwalk=no -unknown90=yes -recol1s=4194 -recol1d=5284 -recol2s=5251 -recol2d=6341 -recol3s=7365 -recol3d=8455 -recol4s=9479 -recol4d=9512 -model=model_24359,0 - -// 23399 -[loc_23399] -active=no -contrast=20 -ambient=20 -blockwalk=no -recol1s=4194 -recol1d=5284 -recol2s=5251 -recol2d=6341 -recol3s=7365 -recol3d=8455 -recol4s=9479 -recol4d=9512 -model=model_24358,0 - -// 23400 -[loc_23400] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=no -recol1s=4194 -recol1d=5284 -recol2s=5251 -recol2d=6341 -recol3s=7365 -recol3d=8455 -recol4s=9479 -recol4d=9512 -model=model_24359,0 - -// 23401 -[loc_23401] -active=no -contrast=20 -ambient=20 -blockwalk=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24371 -model=model_24373 - -// 23402 -[loc_23402] -active=no -contrast=20 -ambient=20 -blockwalk=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24372 -model=model_24364 - -// 23403 -[loc_23403] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24378 -model2=model_24374 -model=model_24379 -model2=model_24374 - -// 23404 -[loc_23404] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24378 -model2=model_24375 -model=model_24379 -model2=model_24375 - -// 23405 -[loc_23405] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24378 -model2=model_24376 -model=model_24379 -model2=model_24376 - -// 23406 -[loc_23406] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24378 -model2=model_24377 -model=model_24379 -model2=model_24377 - -// 23407 -[loc_23407] -active=no -contrast=20 -ambient=20 -forcedecor=yes -model=model_24368,0 - -// 23408 -[loc_23408] -active=no -contrast=20 -ambient=20 -forcedecor=yes -model=model_24368 - -// 23409 -[loc_23409] -active=no -contrast=20 -ambient=20 -forcedecor=yes -model=model_24370,0 - -// 23410 -[loc_23410] -active=no -contrast=20 -ambient=20 -forcedecor=yes -model=model_24367,0 - -// 23411 -[loc_23411] -active=no -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -model=model_24367,0 - -// 23412 -[loc_23412] -active=no -contrast=20 -ambient=20 -forcedecor=yes -model=model_24362,0 - -// 23413 -[loc_23413] -active=no -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -model=model_24362,0 - -// 23414 -[loc_23414] -active=no -contrast=20 -ambient=20 -forcedecor=yes -model=model_24362 - -// 23415 -[loc_23415] -active=no -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -model=model_24362 - -// 23416 -[loc_23416] -active=no -contrast=20 -ambient=20 -forcedecor=yes -model=model_24369,0 - -// 23417 -[loc_23417] -active=no -contrast=20 -ambient=20 -forcedecor=yes -model=model_24365,0 - -// 23418 -[loc_23418] -active=no -contrast=20 -ambient=20 -forcedecor=yes -model=model_24366,0 - -// 23419 -[loc_23419] -active=no -contrast=20 -ambient=20 -forcedecor=yes -mirror=yes -model=model_24365,0 - -// 23420 -[loc_23420] -active=no -contrast=20 -ambient=20 -forcedecor=yes -mirror=yes -model=model_24366,0 - -// 23421 -[loc_23421] -active=no -contrast=20 -ambient=20 -forcedecor=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24368,0 - -// 23422 -[loc_23422] -active=no -contrast=20 -ambient=20 -forcedecor=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24362,0 - -// 23423 -[loc_23423] -active=no -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24362,0 - -// 23424 -[loc_23424] -active=no -contrast=20 -ambient=20 -forcedecor=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24369,0 - -// 23425 -[loc_23425] -active=no -contrast=20 -ambient=20 -forcedecor=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24365,0 - -// 23426 -[loc_23426] -active=no -contrast=20 -ambient=20 -forcedecor=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24366,0 - -// 23427 -[loc_23427] -active=no -contrast=20 -ambient=20 -forcedecor=yes -mirror=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24365,0 - -// 23428 -[loc_23428] -active=no -contrast=20 -ambient=20 -forcedecor=yes -mirror=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24366,0 - -// 23429 -[loc_23429] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=8422 -recol2s=10537 -recol2d=7365 -recol3s=9480 -recol3d=6308 -recol4s=8423 -recol4d=5251 -model=model_12125,0 - -// 23430 -[loc_23430] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=8422 -recol2s=10537 -recol2d=7365 -recol3s=9480 -recol3d=6308 -recol4s=8423 -recol4d=5251 -model=model_12126,0 - -// 23431 -[loc_23431] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=8422 -recol2s=10537 -recol2d=7365 -recol3s=9480 -recol3d=6308 -recol4s=8423 -recol4d=5251 -model=model_12127,0 - -// 23432 -[loc_23432] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=8422 -recol2s=10537 -recol2d=7365 -recol3s=9480 -recol3d=6308 -recol4s=8423 -recol4d=5251 -model=model_12128,0 - -// 23433 -[loc_23433] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=8422 -recol2s=10537 -recol2d=7365 -recol3s=9480 -recol3d=6308 -recol4s=8423 -recol4d=5251 -model=model_12129,0 - -// 23434 -[loc_23434] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=8422 -recol2s=10537 -recol2d=7365 -recol3s=9480 -recol3d=6308 -recol4s=8423 -recol4d=5251 -model=model_12130,0 - -// 23435 -[loc_23435] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=8422 -recol2s=10537 -recol2d=7365 -recol3s=9480 -recol3d=6308 -recol4s=8423 -recol4d=5251 -model=model_12131,0 - -// 23436 -[loc_23436] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9512 -recol2s=10537 -recol2d=8455 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=6341 -model=model_12125,0 - -// 23437 -[loc_23437] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9512 -recol2s=10537 -recol2d=8455 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=6341 -model=model_12126,0 - -// 23438 -[loc_23438] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9512 -recol2s=10537 -recol2d=8455 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=6341 -model=model_12127,0 - -// 23439 -[loc_23439] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9512 -recol2s=10537 -recol2d=8455 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=6341 -model=model_12128,0 - -// 23440 -[loc_23440] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9512 -recol2s=10537 -recol2d=8455 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=6341 -model=model_12129,0 - -// 23441 -[loc_23441] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9512 -recol2s=10537 -recol2d=8455 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=6341 -model=model_12130,0 - -// 23442 -[loc_23442] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockrange=no -recol1s=11594 -recol1d=9512 -recol2s=10537 -recol2d=8455 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=6341 -model=model_12131,0 - -// 23443 -[loc_23443] -active=no -contrast=20 -ambient=20 -model=model_24311,1 -model=model_24314,1 - -// 23444 -[loc_23444] -active=no -contrast=20 -ambient=20 -model=model_24312,3 -model=model_24313,3 - -// 23445 -[loc_23445] -active=no -contrast=20 -ambient=20 -model=model_24315,1 -model=model_24316,1 - -// 23446 -[loc_23446] -active=no -contrast=20 -ambient=20 -model=model_24317,1 -model=model_24320,1 - -// 23447 -[loc_23447] -active=no -contrast=20 -ambient=20 -model=model_24318,1 -model=model_24319,1 - -// 23448 -[loc_23448] -active=no -contrast=20 -ambient=20 -mirror=yes -model=model_24318,1 -model=model_24319,1 - -// 23449 -[loc_23449] -active=no -contrast=20 -ambient=20 -sharelight=yes -model=model_24296,A -model=model_24297,G -model=model_24298,H - -// 23450 -[loc_23450] -active=no -contrast=20 -ambient=20 -sharelight=yes -model=model_24299,H - -// 23451 -[loc_23451] -active=no -contrast=20 -ambient=20 -model=model_24301 -model2=model_24362 - -// 23452 -[loc_23452] -active=no -contrast=20 -ambient=20 -mirror=yes -model=model_24301 -model2=model_24362 - -// 23453 -[loc_23453] -active=no -contrast=20 -ambient=20 -mirror=yes -model=model_24305 -model2=model_24362 - -// 23454 -[loc_23454] -active=no -contrast=20 -ambient=20 -model=model_24306 -model2=model_24362 - -// 23455 -[loc_23455] -active=no -contrast=20 -ambient=20 -model=model_24308 - -// 23456 -[loc_23456] -active=no -contrast=20 -ambient=20 -model=model_24306 -model2=model_24368 - -// 23457 -[loc_23457] -active=no -contrast=20 -ambient=20 -model=model_24302 -model2=model_24362 - -// 23458 -[loc_23458] -active=no -contrast=20 -ambient=20 -mirror=yes -model=model_24302 -model2=model_24362 - -// 23459 -[loc_23459] -active=no -contrast=20 -ambient=20 -model=model_24304 -model2=model_24362 - -// 23460 -[loc_23460] -active=no -contrast=20 -ambient=20 -mirror=yes -model=model_24304 -model2=model_24362 - -// 23461 -[loc_23461] -active=no -contrast=20 -ambient=20 -model=model_24303 -model2=model_24362 - -// 23462 -[loc_23462] -active=no -contrast=20 -ambient=20 -mirror=yes -model=model_24303 -model2=model_24362 - -// 23463 -[loc_23463] -active=no -contrast=20 -ambient=20 -model=model_24307 - -// 23464 -[loc_23464] -active=no -contrast=20 -ambient=20 -model=model_24309 - -// 23465 -[loc_23465] -active=no -contrast=20 -ambient=20 -model=model_24310 - -// 23466 -[loc_23466] -active=no -contrast=20 -ambient=20 -forcedecor=yes -unknown90=yes -model=model_24291,0 -model=model_24293,0 - -// 23467 -[loc_23467] -active=no -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -unknown90=yes -model=model_24291,0 -model=model_24293,0 - -// 23468 -[loc_23468] -active=no -contrast=20 -ambient=20 -forcedecor=yes -model=model_24290,0 -model=model_24292,0 - -// 23469 -[loc_23469] -active=no -contrast=20 -ambient=20 -forcedecor=yes -unknown90=yes -model=model_24289,0 -model=model_24288,0 - -// 23470 -[loc_23470] -active=no -contrast=20 -ambient=20 -forcedecor=yes -unknown90=yes -model=model_24287,0 -model=model_24286,0 - -// 23471 -[loc_23471] -active=no -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -unknown90=yes -model=model_24287,0 -model=model_24286,0 - -// 23472 -[loc_23472] -active=no -contrast=20 -ambient=20 -forcedecor=yes -unknown90=yes -model=model_24294,0 -model=model_24295,0 - -// 23473 -[loc_23473] -active=no -contrast=20 -ambient=20 -model=model_24285 -model=model_24284 - -// 23474 -[loc_23474] -active=no -contrast=20 -ambient=20 -model=model_24283 -model=model_24282 - -// 23475 -[loc_23475] -active=no -contrast=20 -ambient=20 -mirror=yes -model=model_24283 -model=model_24282 - -// 23476 -[loc_23476] -active=no -contrast=20 -ambient=20 -blockwalk=yes -model=model_24300 - -// 23477 -[loc_23477] -active=no -contrast=20 -ambient=20 -mirror=yes -blockwalk=yes -model=model_24300 - -// 23478 -[loc_23478] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24321 - -// 23479 -[loc_23479] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24322 - -// 23480 -[loc_23480] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24323 - -// 23481 -[loc_23481] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24324 - -// 23482 -[loc_23482] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24325 - -// 23483 -[loc_23483] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24326 - -// 23484 -[loc_23484] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24327 - -// 23485 -[loc_23485] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24328 - -// 23486 -[loc_23486] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24329 - -// 23487 -[loc_23487] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24330 - -// 23488 -[loc_23488] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24331 - -// 23489 -[loc_23489] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24332 - -// 23490 -[loc_23490] -active=no -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=8 -model=model_24334 -model2=model_24336 -model3=model_24338 -model4=model_24340 -model=model_24333 -model2=model_24335 -model3=model_24337 -model4=model_24339 - -// 23491 -[loc_23491] -active=no -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=8 -model=model_24346 -model2=model_24348 -model3=model_24350 -model=model_24345 -model2=model_24347 -model3=model_24349 - -// 23492 -[loc_23492] -active=no -sharelight=yes -contrast=20 -ambient=20 -anim=seq_6170 -model=model_23872 - -// 23493 -[loc_23493] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24342 - -// 23494 -[loc_23494] -active=no -sharelight=yes -contrast=20 -ambient=20 -model=model_24343 - -// 23495 -[loc_23495] -active=no -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=2 -model=model_24344 - -// 23496 -[loc_23496] -active=no -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=2 -model=model_24341 - -// 23497 -[loc_23497] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=7 -length=2 -model=model_24360 - -// 23498 -[loc_23498] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=7 -length=2 -model=model_24363 - -// 23499 -[loc_23499] -contrast=20 -ambient=20 -blockwalk=yes -width=9 -length=2 -op1=Walk-along -model=model_24355 -name=Tunnel - -// 23500 -[loc_23500] -contrast=20 -ambient=20 -blockwalk=yes -width=9 -length=2 -mirror=yes -model=model_24355 -name=Tunnel - -// 23501 -[loc_23501] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=2 -length=2 -model=model_24354 - -// 23502 -[loc_23502] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=2 -length=2 -mirror=yes -model=model_24354 - -// 23503 -[loc_23503] -active=no -contrast=20 -ambient=20 -blockwalk=yes -model=model_24351 - -// 23504 -[loc_23504] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=16740 -recol1d=8421 -recol2s=13603 -recol2d=6307 -recol3s=16774 -recol3d=9478 -recol4s=11489 -recol4d=5250 -recol5s=18821 -recol5d=5250 -model=model_24352 -name=Ladder - -// 23505 -[loc_23505] -active=no -contrast=20 -ambient=20 -blockwalk=yes -model=model_24392,1 -model=model_24390,1 - -// 23506 -[loc_23506] -active=no -contrast=20 -ambient=20 -blockwalk=yes -model=model_24388,1 -model=model_24389,2 -model=model_24387,1 -model=model_24391,2 - -// 23507 -[loc_23507] -active=no -contrast=20 -ambient=20 -blockwalk=yes -anim=seq_1868 -model=model_24225,1 -model=model_24226,1 - -// 23508 -[loc_23508] -active=no -contrast=20 -ambient=20 -blockwalk=yes -model=model_24384,1 -model=model_24383,1 - -// 23509 -[loc_23509] -active=no -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -model=model_24384,1 -model=model_24383,1 - -// 23510 -[loc_23510] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=2 -model=model_24382 -model=model_24381 - -// 23511 -[loc_23511] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=2 -mirror=yes -model=model_24382 -model=model_24381 - -// 23512 -[loc_23512] -active=no -contrast=20 -ambient=20 -blockwalk=yes -model=model_24403,1 -model=model_24404,1 - -// 23513 -[loc_23513] -active=no -contrast=20 -ambient=20 -blockwalk=yes -model=model_24400,1 -model=model_24401,2 -model=model_24399,1 -model=model_24402,2 - -// 23514 -[loc_23514] -active=no -contrast=20 -ambient=20 -blockwalk=yes -anim=seq_1868 -model=model_24227,1 -model=model_24224,1 - -// 23515 -[loc_23515] -active=no -contrast=20 -ambient=20 -blockwalk=yes -model=model_24396,1 -model=model_24395,1 - -// 23516 -[loc_23516] -active=no -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -model=model_24396,1 -model=model_24395,1 - -// 23517 -[loc_23517] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=2 -model=model_24394 -model=model_24393 - -// 23518 -[loc_23518] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=2 -mirror=yes -model=model_24394 -model=model_24393 - -// 23519 -[loc_23519] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=7 -length=2 -model=model_24356 - -// 23520 -[loc_23520] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=7 -length=2 -mirror=yes -model=model_24356 - -// 23521 -[loc_23521] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=7 -length=2 -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24356 - -// 23522 -[loc_23522] -active=no -contrast=20 -ambient=20 -blockwalk=yes -width=7 -length=2 -mirror=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24356 - -// 23523 -[loc_23523] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -model=model_24378 -model=model_24379 - -// 23524 -[loc_23524] -active=no -width=2 -contrast=20 -ambient=20 -blockwalk=yes -recol1s=3137 -recol1d=4227 -recol2s=4194 -recol2d=5284 -recol3s=5251 -recol3d=6341 -recol4s=6308 -recol4d=7398 -recol5s=7365 -recol5d=8455 -recol6s=8422 -recol6d=9512 -model=model_24378 -model=model_24379 - -// 23525 -[loc_23525] -hillskew=yes -sharelight=yes -active=no -width=2 -recol1s=8455 -recol1d=7398 -model=model_24237 - -// 23526 -[loc_23526] -anim=seq_6196 -width=2 -length=2 -model=model_24528 -model2=model_24527 -model3=model_24530 -model4=model_24529 -name=Sample table - -// 23527 -[loc_23527] -anim=seq_6196 -width=2 -length=2 -model=model_24528 -model2=model_24527 -model3=model_24530 -model4=model_24531 -name=Sample table - -// 23528 -[loc_23528] -hillskew=yes -active=yes -blockwalk=no -recol1s=9480 -recol1d=6272 -recol2s=10537 -recol2d=7329 -recol3s=11594 -recol3d=8386 -recol4s=8423 -recol4d=5216 -model=model_12125,0 -name=Buried artefact - -// 23529 -[loc_23529] -hillskew=yes -active=yes -blockwalk=no -model=model_12129,0 -name=Hole - -// 23530 -[loc_23530] -ambient=20 -blockwalk=yes -op1=Hide-behind -blockrange=no -recol1s=14695 -recol1d=8386 -recol2s=13638 -recol2d=8386 -recol3s=12581 -recol3d=7361 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=6305 -recol6s=9410 -recol6d=6305 -model=model_7700 -name=Crate - -// 23531 -[loc_23531] -active=yes -op1=Climb-up -msi=msi_7 -model=model_16433 -name=Ladder - -// 23532 -[loc_23532] -active=yes -op1=Climb-down -msi=msi_7 -offsety=8 -model=model_16431 -name=Ladder - -// 23533 -[loc_23533] -ambient=20 -op1=Hide-behind -recol1s=14695 -recol1d=8386 -recol2s=13638 -recol2d=8386 -recol3s=12581 -recol3d=7361 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=6305 -recol6s=9410 -recol6d=6305 -model=model_7700 -name=Crate - -// 23534 -[loc_23534] -active=yes -blockwalk=no -multivar=varplayerbit_3554 -multiloc=0,loc_23302 -multiloc=1,loc_23303 -multiloc=2,loc_23303 - -// 23535 -[loc_23535] -active=yes -blockwalk=no -multivar=varplayerbit_3551 -multiloc=0,loc_23528 -multiloc=1,loc_23529 -multiloc=2,loc_23529 - -// 23536 -[loc_23536] -active=yes -blockwalk=no -multivar=varplayerbit_3552 -multiloc=0,loc_23528 -multiloc=1,loc_23529 -multiloc=2,loc_23529 - -// 23537 -[loc_23537] -active=yes -blockwalk=no -multivar=varplayerbit_3553 -multiloc=0,loc_23528 -multiloc=1,loc_23529 -multiloc=2,loc_23529 - -// 23538 -[loc_23538] -active=yes -blockwalk=no -multivar=varplayerbit_3554 -multiloc=0,loc_23528 -multiloc=1,loc_23529 -multiloc=2,loc_23529 - -// 23539 -[loc_23539] -active=yes -blockwalk=no -multivar=varplayerbit_3555 -multiloc=0,loc_23528 -multiloc=1,loc_23529 -multiloc=2,loc_23529 - -// 23540 -[loc_23540] -active=yes -blockwalk=no -multivar=varplayerbit_3556 -multiloc=0,loc_23528 -multiloc=1,loc_23529 -multiloc=2,loc_23529 - -// 23541 -[loc_23541] -randomsound=25,100,5,synth_3595,synth_3596,synth_3597,synth_3598,synth_3599 -active=no -model=model_1105,0 - -// 23542 -[loc_23542] -sharelight=yes -mirror=yes -model=model_10755 -name=Trawler net - -// 23543 -[loc_23543] -sharelight=yes -mirror=yes -model=model_10756 -name=Trawler net - -// 23544 -[loc_23544] -sharelight=yes -mirror=yes -model=model_10757 -name=Trawler net - -// 23545 -[loc_23545] -sharelight=yes -mirror=yes -model=model_10758 -name=Trawler net - -// 23546 -[loc_23546] -sharelight=yes -mirror=yes -model=model_10759 -name=Trawler net - -// 23547 -[loc_23547] -active=no -hillchange=skew_to_fit -model=model_35028 - -// 23548 -[loc_23548] -sharelight=yes -mirror=yes -model=model_10761 -name=Trawler net - -// 23549 -[loc_23549] -sharelight=yes -mirror=yes -model=model_10762 -name=Trawler net - -// 23550 -[loc_23550] -active=no -hillchange=skew_to_fit -model=model_35303 - -// 23551 -[loc_23551] -anim=seq_2709 -ambient=20 -active=yes -blockwalk=yes -forceapproach=north -blockrange=no -model=model_24552 -model2=model_9599 -name=Chest - -// 23552 -[loc_23552] -anim=seq_2709 -ambient=20 -active=yes -blockwalk=yes -forceapproach=north -blockrange=no -model=model_24551 -model2=model_9599 -name=Chest - -// 23553 -[loc_23553] -anim=seq_464 -active=no -width=2 -op1=Fill -bgsound=synth_2169,3 -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_2216 - -// 23554 -[loc_23554] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=5284 -recol2s=6342 -recol2d=16400 -model=model_11025 -model2=model_11024 -name=Rocks - -// 23555 -[loc_23555] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=5284 -recol2s=6342 -recol2d=16400 -model=model_11026 -model2=model_11024 -name=Rocks - -// 23556 -[loc_23556] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=5284 -recol2s=6342 -recol2d=16400 -model=model_11027 -model2=model_11024 -name=Rocks - -// 23557 -[loc_23557] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_11025 -model2=model_11024 -name=Rocks - -// 23558 -[loc_23558] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_11026 -model2=model_11024 -name=Rocks - -// 23559 -[loc_23559] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_11027 -model2=model_11024 -name=Rocks - -// 23560 -[loc_23560] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=5284 -recol2s=6342 -recol2d=16400 -model=model_3184 -name=Rocks - -// 23561 -[loc_23561] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=5284 -recol2s=6342 -recol2d=16400 -model=model_3183 -name=Rocks - -// 23562 -[loc_23562] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=5284 -recol2s=6342 -recol2d=16400 -model=model_3195 -name=Rocks - -// 23563 -[loc_23563] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=5284 -recol2s=6342 -recol2d=2113 -model=model_3184 -name=Rocks - -// 23564 -[loc_23564] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=5284 -recol2s=6342 -recol2d=2113 -model=model_3183 -name=Rocks - -// 23565 -[loc_23565] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=5284 -recol2s=6342 -recol2d=2113 -model=model_3195 -name=Rocks - -// 23566 -[loc_23566] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_3184 -name=Rocks - -// 23567 -[loc_23567] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_3183 -name=Rocks - -// 23568 -[loc_23568] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=16400 -model=model_3195 -name=Rocks - -// 23569 -[loc_23569] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=15789 -recol2s=6342 -recol2d=5284 -model=model_3184 -name=Rocks - -// 23570 -[loc_23570] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=5284 -model=model_3183 -name=Rocks - -// 23571 -[loc_23571] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=15789 -recol2s=6342 -recol2d=5284 -model=model_3195 -name=Rocks - -// 23572 -[loc_23572] -hillskew=yes -sharelight=yes -active=no -ambient=10 -ambient=25 -contrast=25 -recol1s=6374 -recol1d=6310 -recol2s=7431 -recol2d=5253 -recol3s=8488 -recol3d=4196 -recol4s=9545 -recol4d=3139 -recol5s=10602 -recol5d=3138 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 23573 -[loc_23573] -hillskew=yes -sharelight=yes -active=no -ambient=10 -ambient=25 -contrast=25 -recol1s=6374 -recol1d=6310 -recol2s=7431 -recol2d=5253 -recol3s=8488 -recol3d=4196 -recol4s=9545 -recol4d=3139 -recol5s=10602 -recol5d=3138 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 23574 -[loc_23574] -hillskew=yes -sharelight=yes -active=no -ambient=10 -ambient=25 -contrast=25 -recol1s=6374 -recol1d=6310 -recol2s=7431 -recol2d=5253 -recol3s=8488 -recol3d=4196 -recol4s=9545 -recol4d=3139 -recol5s=10602 -recol5d=3138 -retex1s=material_105 -retex1d=material_418 -model=model_15948,1 -model=model_15949,5 - -// 23575 -[loc_23575] -hillskew=yes -sharelight=yes -active=no -ambient=10 -ambient=25 -contrast=25 -recol1s=6374 -recol1d=6310 -recol2s=7431 -recol2d=5253 -recol3s=8488 -recol3d=4196 -recol4s=9545 -recol4d=3139 -recol5s=10602 -recol5d=3138 -retex1s=material_105 -retex1d=material_418 -model=model_15952,1 -model=model_15953,5 - -// 23576 -[loc_23576] -hillskew=yes -sharelight=yes -active=no -ambient=10 -ambient=25 -contrast=25 -recol1s=6374 -recol1d=6310 -recol2s=7431 -recol2d=5253 -recol3s=8488 -recol3d=4196 -recol4s=9545 -recol4d=3139 -recol5s=10602 -recol5d=3138 -retex1s=material_105 -retex1d=material_418 -model=model_15950,1 -model=model_15951,2 - -// 23577 -[loc_23577] -hillskew=yes -sharelight=yes -active=no -ambient=10 -ambient=25 -contrast=25 -retex1s=material_72 -retex1d=material_418 -model=model_24571,1 - -// 23578 -[loc_23578] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=12580 -recol1d=6310 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 23579 -[loc_23579] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=5284 -recol2s=10537 -recol2d=6341 -recol3s=9480 -recol3d=7398 -recol4s=12651 -recol4d=9512 -model=model_11798 - -// 23580 -[loc_23580] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=5284 -recol2s=10537 -recol2d=6341 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=8455 -model=model_11799 - -// 23581 -[loc_23581] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=5284 -recol2s=10537 -recol2d=6341 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=8455 -model=model_12125,0 - -// 23582 -[loc_23582] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=5284 -recol2s=10537 -recol2d=6341 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=8455 -model=model_12126,0 - -// 23583 -[loc_23583] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=5284 -recol2s=10537 -recol2d=6341 -recol3s=9480 -recol3d=7398 -recol4s=8423 -recol4d=8455 -model=model_12128,0 - -// 23584 -[loc_23584] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=11489 -recol1d=11558 -recol2s=13603 -recol2d=9444 -recol3s=16740 -recol3d=10501 -recol4s=16774 -recol4d=8387 -recol5s=18821 -recol5d=6273 -model=model_21483 -name=Ladder - -// 23585 -[loc_23585] -active=yes -op1=Climb-down -msi=msi_7 -model=model_34610 -name=Ladder - -// 23586 -[loc_23586] -active=yes -multivar=varplayerbit_3610 -multiloc=1,loc_23585 - -// 23587 -[loc_23587] -hillskew=yes -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1127,0 - -// 23588 -[loc_23588] -hillskew=yes -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1104,0 - -// 23589 -[loc_23589] -hillskew=yes -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1060,0 - -// 23590 -[loc_23590] -forcedecor=yes -mapfunction=74 -model=model_1105,0 - -// 23591 -[loc_23591] -anim=seq_6269 -width=5 -length=5 -active=yes -hillskew=yes -model=model_24599 -name=Kalphite queen legs - -// 23592 -[loc_23592] -active=no -hillskew=yes -sharelight=yes -ambient=10 -model=model_24617,1 -model=model_24618,2 -model=model_24619,5 - -// 23593 -[loc_23593] -active=no -hillskew=yes -sharelight=yes -ambient=10 -model=model_24620,1 - -// 23594 -[loc_23594] -active=no -hillskew=yes -sharelight=yes -ambient=10 -mirror=yes -model=model_24617,1 -model=model_24618,2 -model=model_24619,5 - -// 23595 -[loc_23595] -active=no -hillskew=yes -sharelight=yes -ambient=10 -mirror=yes -model=model_24620,1 - -// 23596 -[loc_23596] -active=yes -hillskew=yes -sharelight=yes -width=2 -ambient=10 -op1=Enter -model=model_24616 -name=Tunnel - -// 23597 -[loc_23597] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=12580 -recol1d=3136 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 23598 -[loc_23598] -active=no -hillskew=yes -ambient=10 -recol1s=11594 -recol1d=15785 -recol2s=10537 -recol2d=14728 -recol3s=9480 -recol3d=13671 -recol4s=8423 -recol4d=12614 -recol5s=12651 -recol5d=16842 -model=model_11798 - -// 23599 -[loc_23599] -active=no -hillskew=yes -ambient=10 -recol1s=11594 -recol1d=15785 -recol2s=10537 -recol2d=14728 -recol3s=9480 -recol3d=13671 -recol4s=8423 -recol4d=12614 -model=model_11799 - -// 23600 -[loc_23600] -active=no -hillskew=yes -blockwalk=no -ambient=10 -recol1s=11594 -recol1d=15785 -recol2s=10537 -recol2d=14728 -recol3s=9480 -recol3d=13671 -recol4s=8423 -recol4d=12614 -model=model_12125,0 - -// 23601 -[loc_23601] -active=no -hillskew=yes -blockwalk=no -ambient=10 -recol1s=11594 -recol1d=15785 -recol2s=10537 -recol2d=14728 -recol3s=9480 -recol3d=13671 -recol4s=8423 -recol4d=12614 -model=model_12126,0 - -// 23602 -[loc_23602] -active=no -hillskew=yes -blockwalk=no -ambient=10 -recol1s=11594 -recol1d=15785 -recol2s=10537 -recol2d=14728 -recol3s=9480 -recol3d=13671 -recol4s=8423 -recol4d=12614 -model=model_12128,0 - -// 23603 -[loc_23603] -hillskew=yes -active=no -ambient=10 -recol1s=13505 -recol1d=13671 -recol2s=15618 -recol2d=15785 -recol3s=14594 -recol3d=14728 -model=model_1124,0 - -// 23604 -[loc_23604] -hillskew=yes -active=no -ambient=10 -recol1s=13505 -recol1d=13671 -recol2s=15618 -recol2d=15785 -recol3s=14594 -recol3d=14728 -model=model_1139,0 - -// 23605 -[loc_23605] -hillskew=yes -active=no -ambient=10 -recol1s=13505 -recol1d=13671 -recol2s=15618 -recol2d=15785 -recol3s=14594 -recol3d=14728 -model=model_1032,0 - -// 23606 -[loc_23606] -ambient=10 -hillskew=yes -active=yes -recol1s=5248 -recol1d=12614 -recol2s=6305 -recol2d=13670 -recol3s=7362 -recol3d=14727 -recol4s=8419 -recol4d=15785 -recol5s=9476 -recol5d=17864 -recol6s=10533 -recol6d=18921 -model=model_12041 -name=Stalagmites - -// 23607 -[loc_23607] -ambient=10 -hillskew=yes -active=yes -recol1s=5248 -recol1d=12614 -recol2s=6305 -recol2d=13670 -recol3s=7362 -recol3d=14727 -recol4s=8419 -recol4d=15785 -recol5s=9476 -recol5d=17864 -recol6s=10533 -recol6d=18921 -model=model_12041 -name=Stalagmites - -// 23608 -[loc_23608] -ambient=10 -hillskew=yes -active=no -recol1s=5248 -recol1d=12614 -recol2s=6305 -recol2d=13670 -recol3s=7362 -recol3d=14727 -recol4s=8419 -recol4d=15785 -recol5s=9476 -recol5d=17864 -recol6s=10533 -recol6d=18921 -model=model_12042,0 - -// 23609 -[loc_23609] -width=2 -length=2 -ambient=10 -shadow=no -model=model_24615 -name=Tunnel entrance - -// 23610 -[loc_23610] -width=2 -length=2 -op1=Climb-down -ambient=10 -shadow=no -model=model_24614 -name=Tunnel entrance - -// 23611 -[loc_23611] -width=2 -length=2 -blockwalk=yes -ambient=10 -anim=seq_6274 -op1=hidden -blockrange=no -model=model_24623 -model2=model_24622 -model3=model_24621 -name=Cocoon - -// 23612 -[loc_23612] -active=no -randomsound=250,500,20,synth_2043,synth_2044,synth_2048,synth_2045,synth_2046,synth_4055 -model=model_1105,0 - -// 23613 -[loc_23613] -sharelight=yes -active=no -msi=msi_74 -ambient=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25757,1 - -// 23614 -[loc_23614] -active=no -length=2 -ambient=15 -contrast=15 -hillskew=yes -model=model_25842 - -// 23615 -[loc_23615] -width=2 -length=3 -ambient=20 -active=yes -op4=hidden -recol1s=11556 -recol1d=12613 -recol2s=9442 -recol2d=10499 -recol3s=8456 -recol3d=8449 -model=model_25841 -name=A cart full of logs - -// 23616 -[loc_23616] -ambient=25 -blockrange=no -recol1s=17603 -recol1d=21668 -model=model_24919 -model2=model_24918 -name=Roses - -// 23617 -[loc_23617] -blockwalk=no -ambient=25 -active=no -shadow=no -msi=msi_22 -recol1s=17603 -recol1d=21668 -model=model_24920,1 - -// 23618 -[loc_23618] -blockwalk=no -ambient=25 -active=no -shadow=no -msi=msi_22 -recol1s=17603 -recol1d=21668 -model=model_24916,1 - -// 23619 -[loc_23619] -blockwalk=no -ambient=25 -active=no -shadow=no -msi=msi_22 -recol1s=17603 -recol1d=21668 -model=model_24920 - -// 23620 -[loc_23620] -blockwalk=no -ambient=25 -active=no -shadow=no -msi=msi_22 -recol1s=17603 -recol1d=21668 -model=model_24916 - -// 23621 -[loc_23621] -active=no -unknown90=yes -recol1s=15392 -recol1d=26105 -recol2s=0 -recol2d=21877 -recol3s=24265 -recol3d=24984 -model=model_12527,0 - -// 23622 -[loc_23622] -active=no -unknown90=yes -recol1s=15392 -recol1d=26105 -recol2s=0 -recol2d=21877 -recol3s=24265 -recol3d=24984 -model=model_12529,0 - -// 23623 -[loc_23623] -active=no -unknown90=yes -recol1s=15392 -recol1d=26105 -recol2s=0 -recol2d=21877 -recol3s=24265 -recol3d=24984 -model=model_12528,0 - -// 23624 -[loc_23624] -ambient=15 -blockrange=no -model=model_24917 -name=Chair - -// 23625 -[loc_23625] -ambient=20 -resizex=64 -resizey=64 -resizez=64 -msi=msi_9 -blockwalk=yes -op1=Pick-from -blockrange=no -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -recol3s=27379 -recol3d=22839 -model=model_7826 -model2=model_7813 -name=Cadava bush - -// 23626 -[loc_23626] -ambient=20 -resizex=64 -resizey=64 -resizez=64 -msi=msi_9 -blockwalk=yes -op1=Pick-from -blockrange=no -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -recol3s=27379 -recol3d=22839 -model=model_7826 -model2=model_7816 -name=Cadava bush - -// 23627 -[loc_23627] -ambient=20 -resizex=64 -resizey=64 -resizez=64 -msi=msi_9 -blockwalk=yes -op1=Pick-from -blockrange=no -recol1s=7459 -recol1d=7593 -recol2s=7362 -recol2d=8452 -recol3s=27379 -recol3d=22839 -model=model_7826 -name=Cadava bush - -// 23628 -[loc_23628] -ambient=20 -resizex=64 -resizey=64 -resizez=64 -msi=msi_9 -blockwalk=yes -op1=Pick-from -blockrange=no -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -recol3s=27379 -recol3d=24706 -model=model_7826 -model2=model_7813 -name=Redberry bush - -// 23629 -[loc_23629] -ambient=20 -resizex=64 -resizey=64 -resizez=64 -msi=msi_9 -blockwalk=yes -op1=Pick-from -blockrange=no -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -recol3s=27379 -recol3d=24706 -model=model_7826 -model2=model_7816 -name=Redberry bush - -// 23630 -[loc_23630] -ambient=20 -resizex=64 -resizey=64 -resizez=64 -msi=msi_9 -blockwalk=yes -op1=Pick-from -blockrange=no -recol1s=7459 -recol1d=2338 -recol2s=7362 -recol2d=8388 -recol3s=27379 -recol3d=24706 -model=model_7826 -name=Redberry bush - -// 23631 -[loc_23631] -ambient=25 -active=yes -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 23632 -[loc_23632] -width=2 -length=2 -ambient=20 -model=model_24905 -model2=model_25779 -name=Stand - -// 23633 -[loc_23633] -length=2 -ambient=20 -contrast=20 -shadow=no -model=model_25782 -name=Newspapers - -// 23634 -[loc_23634] -ambient=20 -contrast=20 -model=model_25777 -name=Display case - -// 23635 -[loc_23635] -ambient=20 -contrast=20 -model=model_25777 -model2=model_25778 -name=Display case - -// 23636 -[loc_23636] -ambient=20 -contrast=20 -op1=Read -model=model_25780,Q -name=Plaque - -// 23637 -[loc_23637] -ambient=25 -resizey=158 -active=yes -model=model_15236,1 -name=Door - -// 23638 -[loc_23638] -ambient=25 -contrast=25 -model=model_24764,1 -model=model_24765,2 -model=model_24766,3 -model=model_24767,5 - -// 23639 -[loc_23639] -ambient=25 -contrast=25 -model=model_24773,1 -model=model_24774,2 - -// 23640 -[loc_23640] -ambient=25 -contrast=25 -active=yes -model=model_24773,1 -model=model_24774,2 -name=Door - -// 23641 -[loc_23641] -ambient=25 -contrast=25 -model=model_24788,1 - -// 23642 -[loc_23642] -ambient=25 -contrast=25 -model=model_24787,1 - -// 23643 -[loc_23643] -ambient=25 -contrast=25 -model=model_24760,1 - -// 23644 -[loc_23644] -ambient=25 -contrast=25 -model=model_24755,1 -model=model_24756,2 -model=model_24757,3 - -// 23645 -[loc_23645] -ambient=25 -contrast=25 -model=model_24758,1 - -// 23646 -[loc_23646] -ambient=25 -contrast=25 -recol1s=11523 -recol1d=12613 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=10499 -model=model_24763,1 - -// 23647 -[loc_23647] -ambient=25 -contrast=25 -mirror=yes -recol1s=11523 -recol1d=12613 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=10499 -model=model_24763,1 - -// 23648 -[loc_23648] -ambient=25 -contrast=25 -model=model_24769,1 - -// 23649 -[loc_23649] -ambient=25 -contrast=25 -mirror=yes -model=model_24769,1 - -// 23650 -[loc_23650] -ambient=25 -contrast=25 -recol1s=17931 -recol1d=11624 -recol2s=10499 -recol2d=7328 -recol3s=12613 -recol3d=8385 -model=model_35936,1 -model=model_35937,2 -model=model_35933,3 -model=model_35935,5 - -// 23651 -[loc_23651] -ambient=25 -contrast=25 -recol1s=17931 -recol1d=11624 -recol2s=10499 -recol2d=7328 -recol3s=12613 -recol3d=8385 -model=model_35934,1 - -// 23652 -[loc_23652] -ambient=25 -contrast=25 -offsety=28 -recol1s=17931 -recol1d=11624 -recol2s=10499 -recol2d=7328 -recol3s=12613 -recol3d=8385 -model=model_35942,1 - -// 23653 -[loc_23653] -ambient=25 -contrast=25 -offsety=14 -recol1s=17931 -recol1d=11624 -recol2s=10499 -recol2d=7328 -recol3s=12613 -recol3d=8385 -model=model_35939,1 - -// 23654 -[loc_23654] -ambient=25 -contrast=25 -model=model_24789,1 - -// 23655 -[loc_23655] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -model=model_24782,1 -model=model_24783,3 - -// 23656 -[loc_23656] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -model=model_24753,1 - -// 23657 -[loc_23657] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -mirror=yes -model=model_24753,1 - -// 23658 -[loc_23658] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -model=model_24749,1 - -// 23659 -[loc_23659] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -hillskew=yes -model=model_24782,1 -model=model_24783,3 - -// 23660 -[loc_23660] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -model=model_24784,1 - -// 23661 -[loc_23661] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -hillskew=yes -model=model_24784,1 - -// 23662 -[loc_23662] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -model=model_24785,1 - -// 23663 -[loc_23663] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -hillskew=yes -model=model_24785,1 - -// 23664 -[loc_23664] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -model=model_24786,1 - -// 23665 -[loc_23665] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -hillskew=yes -model=model_24786,1 - -// 23666 -[loc_23666] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -model=model_24792,1 - -// 23667 -[loc_23667] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -model=model_24793,1 - -// 23668 -[loc_23668] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -hillskew=yes -active=no -model=model_24793,1 - -// 23669 -[loc_23669] -ambient=25 -contrast=25 -active=no -blockrange=no -model=model_25118 - -// 23670 -[loc_23670] -active=no -ambient=25 -contrast=25 -blockrange=no -retex1s=material_177 -retex1d=material_98 -model=model_25119 - -// 23671 -[loc_23671] -active=no -ambient=25 -contrast=25 -model=model_24790,0 - -// 23672 -[loc_23672] -active=no -ambient=25 -contrast=25 -model=model_24791,0 - -// 23673 -[loc_23673] -active=no -ambient=35 -contrast=25 -model=model_24780,Q - -// 23674 -[loc_23674] -active=no -ambient=35 -contrast=25 -model=model_24779,Q - -// 23675 -[loc_23675] -active=no -ambient=25 -contrast=25 -model=model_24781,Q - -// 23676 -[loc_23676] -sharelight=yes -ambient=25 -contrast=25 -model=model_24770,1 -model=model_24771,3 -model=model_24772,5 - -// 23677 -[loc_23677] -active=no -ambient=25 -contrast=25 -model=model_24776,0 - -// 23678 -[loc_23678] -active=no -ambient=25 -contrast=25 -model=model_24775,0 - -// 23679 -[loc_23679] -sharelight=yes -ambient=25 -contrast=25 -active=no -model=model_24759 - -// 23680 -[loc_23680] -sharelight=yes -ambient=25 -contrast=25 -active=no -model=model_24761 - -// 23681 -[loc_23681] -sharelight=yes -ambient=25 -contrast=25 -active=no -model=model_24762 - -// 23682 -[loc_23682] -sharelight=yes -ambient=25 -contrast=25 -active=no -hillskew=yes -recol1s=17931 -recol1d=11624 -recol2s=10499 -recol2d=7328 -recol3s=12613 -recol3d=8385 -model=model_24744 - -// 23683 -[loc_23683] -sharelight=yes -ambient=25 -contrast=25 -active=no -mirror=yes -hillskew=yes -recol1s=17931 -recol1d=11624 -recol2s=10499 -recol2d=7328 -recol3s=12613 -recol3d=8385 -model=model_24744 - -// 23684 -[loc_23684] -sharelight=yes -ambient=25 -contrast=25 -active=no -model=model_24777 - -// 23685 -[loc_23685] -sharelight=yes -ambient=25 -contrast=25 -active=no -model=model_24778 - -// 23686 -[loc_23686] -sharelight=yes -ambient=25 -contrast=25 -active=no -model=model_24768 - -// 23687 -[loc_23687] -sharelight=yes -ambient=25 -contrast=25 -active=no -mirror=yes -model=model_24768 - -// 23688 -[loc_23688] -sharelight=yes -ambient=25 -contrast=25 -active=no -offsety=32 -model=model_24752,1 - -// 23689 -[loc_23689] -ambient=25 -contrast=25 -active=no -model=model_24937,1 -model=model_24938,2 -model=model_24939,5 -model=model_24936,0 - -// 23690 -[loc_23690] -ambient=25 -contrast=25 -active=no -blockwalk=yes -model=model_24955 - -// 23691 -[loc_23691] -ambient=25 -contrast=25 -active=no -sharelight=yes -model=model_24937,1 -model=model_24938,2 -model=model_24939,5 -model=model_24936,0 - -// 23692 -[loc_23692] -ambient=25 -contrast=25 -active=no -model=model_24940,1 - -// 23693 -[loc_23693] -ambient=25 -contrast=25 -active=no -mirror=yes -model=model_24940,1 - -// 23694 -[loc_23694] -ambient=25 -contrast=25 -active=no -model=model_24935,1 -model=model_24934,0 - -// 23695 -[loc_23695] -ambient=25 -contrast=25 -active=no -model=model_24946,1 -model=model_24947,2 -model=model_24948,5 - -// 23696 -[loc_23696] -ambient=25 -contrast=25 -active=no -model=model_24950,1 - -// 23697 -[loc_23697] -ambient=25 -contrast=25 -active=no -model=model_24945,1 - -// 23698 -[loc_23698] -ambient=25 -contrast=25 -active=no -mirror=yes -model=model_24945,1 - -// 23699 -[loc_23699] -ambient=25 -contrast=25 -active=no -model=model_24933,1 -model=model_24942,3 - -// 23700 -[loc_23700] -ambient=25 -contrast=25 -active=no -mirror=yes -model=model_24933,1 -model=model_24942,3 - -// 23701 -[loc_23701] -ambient=25 -contrast=25 -active=no -model=model_24941,1 - -// 23702 -[loc_23702] -ambient=25 -contrast=25 -active=no -mirror=yes -model=model_24941,1 - -// 23703 -[loc_23703] -active=no -ambient=25 -contrast=25 -sharelight=yes -model=model_24954,5 - -// 23704 -[loc_23704] -active=no -ambient=25 -contrast=25 -sharelight=yes -model=model_24949,5 - -// 23705 -[loc_23705] -active=no -ambient=25 -contrast=25 -sharelight=yes -model=model_24928,1 - -// 23706 -[loc_23706] -sharelight=yes -ambient=25 -contrast=25 -model=model_24944,1 - -// 23707 -[loc_23707] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -model=model_24944,1 - -// 23708 -[loc_23708] -ambient=25 -contrast=25 -model=model_24943,1 - -// 23709 -[loc_23709] -ambient=25 -contrast=25 -mirror=yes -model=model_24943,1 - -// 23710 -[loc_23710] -ambient=25 -contrast=25 -active=no -sharelight=yes -model=model_24951,1 -model=model_24952,2 -model=model_24953,5 - -// 23711 -[loc_23711] -ambient=25 -contrast=25 -active=no -sharelight=yes -model=model_24951,1 -model=model_24952,2 -model=model_24953,5 - -// 23712 -[loc_23712] -active=no -recol1s=13605 -recol1d=12613 -recol2s=12548 -recol2d=11556 -recol3s=11491 -recol3d=10499 -recol4s=10434 -recol4d=9442 -recol5s=7297 -recol5d=8385 -model=model_24704 - -// 23713 -[loc_23713] -active=no -recol1s=13605 -recol1d=12613 -recol2s=12548 -recol2d=11556 -recol3s=11491 -recol3d=10499 -recol4s=10434 -recol4d=9442 -recol5s=7297 -recol5d=8385 -model=model_24704 - -// 23714 -[loc_23714] -active=no -width=2 -length=2 -ambient=25 -model=model_24703 - -// 23715 -[loc_23715] -active=no -sharelight=yes -ambient=25 -hillskew=yes -model=model_24956 - -// 23716 -[loc_23716] -ambient=25 -contrast=25 -active=no -model=model_24944,1 - -// 23717 -[loc_23717] -ambient=25 -contrast=25 -active=no -mirror=yes -model=model_24944,1 - -// 23718 -[loc_23718] -ambient=25 -contrast=25 -active=no -model=model_24943,1 - -// 23719 -[loc_23719] -ambient=25 -contrast=25 -active=no -mirror=yes -model=model_24943,1 - -// 23720 -[loc_23720] -sharelight=yes -forcedecor=yes -model=model_24931,0 - -// 23721 -[loc_23721] -sharelight=yes -forcedecor=yes -model=model_24930,0 - -// 23722 -[loc_23722] -sharelight=yes -forcedecor=yes -model=model_24929,0 - -// 23723 -[loc_23723] -sharelight=yes -forcedecor=yes -model=model_24932,0 - -// 23724 -[loc_23724] -sharelight=yes -forcedecor=yes -mirror=yes -model=model_24932,0 - -// 23725 -[loc_23725] -sharelight=yes -forcedecor=yes -model=model_24923,0 - -// 23726 -[loc_23726] -sharelight=yes -forcedecor=yes -model=model_24924,0 - -// 23727 -[loc_23727] -sharelight=yes -forcedecor=yes -model=model_24925,0 - -// 23728 -[loc_23728] -sharelight=yes -forcedecor=yes -model=model_24926,0 - -// 23729 -[loc_23729] -sharelight=yes -forcedecor=yes -model=model_24927,0 - -// 23730 -[loc_23730] -sharelight=yes -forcedecor=yes -active=no -model=model_24922 - -// 23731 -[loc_23731] -active=yes -ambient=40 -contrast=20 -op1=Open -recol1s=10468 -recol1d=11556 -recol2s=8354 -recol2d=10499 -model=model_25164,Q -name=Door - -// 23732 -[loc_23732] -active=no -sharelight=yes -ambient=10 -blockwalk=yes -blockrange=no -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -model=model_9563,1 -model=model_36049,2 -model=model_9564,3 -model=model_9565,4 -model=model_9566,5 - -// 23733 -[loc_23733] -ambient=25 -contrast=25 -model=model_15015,1 -model=model_15016,2 -model=model_15017,3 -model=model_15018,4 -model=model_15019,5 - -// 23734 -[loc_23734] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -model=model_15015,1 -model=model_15016,2 -model=model_15017,3 -model=model_15018,4 -model=model_15019,5 - -// 23735 -[loc_23735] -sharelight=yes -ambient=25 -contrast=25 -model=model_25096,1 -model=model_25097,2 -model=model_25098,3 -model=model_25099,5 - -// 23736 -[loc_23736] -ambient=25 -contrast=25 -recol1s=17931 -recol1d=0 -recol2s=12613 -recol2d=0 -recol3s=10499 -recol3d=0 -model=model_25096,1 -model=model_25097,2 -model=model_25098,3 -model=model_25099,5 - -// 23737 -[loc_23737] -ambient=25 -contrast=25 -recol1s=17931 -recol1d=0 -recol2s=12613 -recol2d=0 -recol3s=10499 -recol3d=0 -model=model_25087,5 - -// 23738 -[loc_23738] -ambient=25 -contrast=25 -model=model_25100,1 -model=model_25101,3 -model=model_25102,5 - -// 23739 -[loc_23739] -ambient=25 -contrast=25 -model=model_25085,1 -model=model_25089,2 -model=model_25090,3 -model=model_25091,5 - -// 23740 -[loc_23740] -ambient=25 -contrast=25 -active=no -msi=msi_22 -model=model_24842,8 -model=model_24844,1 - -// 23741 -[loc_23741] -ambient=25 -contrast=25 -active=no -msi=msi_22 -model=model_24845 - -// 23742 -[loc_23742] -ambient=25 -contrast=25 -active=no -model=model_25092,1 -model=model_25093,2 -model=model_25094,3 -model=model_25095,5 - -// 23743 -[loc_23743] -ambient=25 -contrast=25 -model=model_25104,1 - -// 23744 -[loc_23744] -ambient=25 -contrast=25 -model=model_25104,1 - -// 23745 -[loc_23745] -ambient=25 -contrast=25 -model=model_25103,1 - -// 23746 -[loc_23746] -ambient=25 -contrast=25 -model=model_25127,1 -model=model_25128,5 - -// 23747 -[loc_23747] -ambient=25 -contrast=25 -sharelight=yes -model=model_25126,1 -model=model_25129,5 - -// 23748 -[loc_23748] -ambient=25 -contrast=25 -model=model_24746,1 -model=model_24747,2 -model=model_24748,3 - -// 23749 -[loc_23749] -ambient=25 -contrast=25 -sharelight=yes -model=model_24751,1 - -// 23750 -[loc_23750] -ambient=25 -contrast=25 -model=model_24745,1 - -// 23751 -[loc_23751] -ambient=25 -contrast=25 -mirror=yes -model=model_24745,1 - -// 23752 -[loc_23752] -ambient=25 -contrast=25 -mirror=yes -blockwalk=no -model=model_24750,1 - -// 23753 -[loc_23753] -sharelight=yes -ambient=25 -contrast=25 -recol1s=12683 -recol1d=4193 -recol2s=11626 -recol2d=4193 -recol3s=9512 -recol3d=4193 -recol4s=8455 -recol4d=4193 -model=model_35948,1 -model=model_35944,2 - -// 23754 -[loc_23754] -active=no -sharelight=yes -ambient=25 -contrast=25 -recol1s=12683 -recol1d=4193 -recol2s=11626 -recol2d=4193 -recol3s=9512 -recol3d=4193 -recol4s=8455 -recol4d=4193 -model=model_35948 -model2=model_25109 - -// 23755 -[loc_23755] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_25105,1 -model=model_25106,2 -model=model_25107,3 -model=model_25108,5 - -// 23756 -[loc_23756] -sharelight=yes -ambient=25 -contrast=25 -blockrange=no -model=model_25112,1 - -// 23757 -[loc_23757] -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -blockrange=no -model=model_25112,1 - -// 23758 -[loc_23758] -sharelight=yes -ambient=25 -contrast=25 -blockrange=no -model=model_25110,1 - -// 23759 -[loc_23759] -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -blockrange=no -model=model_25110,1 - -// 23760 -[loc_23760] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_4291 -multiloc=0,loc_28551 -multiloc=1,loc_28552 -multiloc=2,loc_28553 -multiloc=3,loc_28554 -multiloc=4,loc_28555 -multiloc=5,loc_28556 - -// 23761 -[loc_23761] -sharelight=yes -ambient=30 -contrast=30 -model=model_25249,H -model=model_25235,H - -// 23762 -[loc_23762] -sharelight=yes -ambient=30 -contrast=30 -model=model_25276,A -model=model_25229,A - -// 23763 -[loc_23763] -sharelight=yes -ambient=30 -contrast=30 -model=model_25247,A -model=model_25228,A - -// 23764 -[loc_23764] -sharelight=yes -ambient=30 -contrast=30 -model=model_25248,A -model=model_25230,A - -// 23765 -[loc_23765] -sharelight=yes -ambient=30 -contrast=30 -model=model_25268,A -model=model_25269,Z -model=model_25245,A -model=model_25246,Z - -// 23766 -[loc_23766] -sharelight=yes -ambient=30 -contrast=30 -model=model_25270,A -model=model_25271,Z -model=model_25245,A -model=model_25246,Z - -// 23767 -[loc_23767] -sharelight=yes -ambient=30 -contrast=30 -model=model_25251,A -model=model_25252,D -model=model_25253,H -model=model_25254,Z -model=model_25224,A -model=model_25225,D -model=model_25226,H -model=model_25227,Z - -// 23768 -[loc_23768] -sharelight=yes -ambient=30 -contrast=30 -mirror=yes -model=model_25251,A -model=model_25252,D -model=model_25253,H -model=model_25254,Z -model=model_25224,A -model=model_25225,D -model=model_25226,H -model=model_25227,Z - -// 23769 -[loc_23769] -sharelight=yes -ambient=30 -contrast=30 -model=model_25272,A -model=model_25273,Z -model=model_25245,A -model=model_25246,Z - -// 23770 -[loc_23770] -sharelight=yes -ambient=30 -contrast=30 -model=model_25264,S -model=model_25260,D -model=model_25261,H -model=model_25234,S -model=model_25231,D -model=model_25232,H - -// 23771 -[loc_23771] -sharelight=yes -ambient=30 -contrast=30 -model=model_25263,S -model=model_25262,D -model=model_25233,S -model=model_25223,D - -// 23772 -[loc_23772] -sharelight=yes -ambient=25 -contrast=25 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -model=model_25123,G - -// 23773 -[loc_23773] -sharelight=yes -ambient=25 -contrast=25 -model=model_25124,A -model=model_25125,G - -// 23774 -[loc_23774] -sharelight=yes -ambient=25 -contrast=25 -model=model_25121,A - -// 23775 -[loc_23775] -ambient=25 -contrast=25 -model=model_24661,1 -model=model_24662,2 -model=model_24663,3 -model=model_24664,5 - -// 23776 -[loc_23776] -ambient=25 -contrast=25 -model=model_24665,1 -model=model_24666,2 -model=model_24667,5 - -// 23777 -[loc_23777] -hillskew=yes -ambient=25 -contrast=25 -model=model_24661,1 -model=model_24662,2 -model=model_24663,3 -model=model_24664,5 - -// 23778 -[loc_23778] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_24661,1 -model=model_24662,2 -model=model_24663,3 -model=model_24664,5 - -// 23779 -[loc_23779] -ambient=25 -contrast=25 -resizey=130 -wallwidth=32 -model=model_24671,1 -model=model_24672,2 -model=model_24673,3 -model=model_24674,5 - -// 23780 -[loc_23780] -ambient=25 -contrast=25 -resizey=130 -wallwidth=32 -hillskew=yes -sharelight=yes -model=model_24681,1 -model=model_24682,2 -model=model_24683,3 -model=model_24684,5 - -// 23781 -[loc_23781] -ambient=25 -contrast=25 -resizey=130 -wallwidth=32 -hillskew=yes -sharelight=yes -model=model_24645,2 - -// 23782 -[loc_23782] -ambient=25 -contrast=25 -wallwidth=32 -hillskew=yes -sharelight=yes -model=model_24695,5 - -// 23783 -[loc_23783] -ambient=25 -contrast=25 -wallwidth=32 -hillskew=yes -sharelight=yes -resizey=128 -model=model_24685,1 - -// 23784 -[loc_23784] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -active=no -resizey=128 -model=model_24686 - -// 23785 -[loc_23785] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -active=no -resizey=130 -model=model_24687 - -// 23786 -[loc_23786] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -active=no -model=model_24693 - -// 23787 -[loc_23787] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -active=no -resizey=130 -model=model_24692 - -// 23788 -[loc_23788] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -active=no -resizey=130 -model=model_24689 - -// 23789 -[loc_23789] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -active=no -resizey=130 -model=model_24690 - -// 23790 -[loc_23790] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -active=no -resizey=130 -model=model_24691 - -// 23791 -[loc_23791] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -active=no -resizey=130 -model=model_24694 - -// 23792 -[loc_23792] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -active=no -resizey=130 -model=model_24688 - -// 23793 -[loc_23793] -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -active=no -resizey=130 -mirror=yes -model=model_24688 - -// 23794 -[loc_23794] -ambient=25 -contrast=25 -resizey=130 -wallwidth=32 -model=model_24675,1 - -// 23795 -[loc_23795] -hillskew=yes -ambient=25 -contrast=25 -resizey=130 -wallwidth=32 -model=model_24671,1 -model=model_24672,2 -model=model_24673,3 -model=model_24674,5 - -// 23796 -[loc_23796] -hillskew=yes -ambient=25 -contrast=25 -resizey=130 -wallwidth=32 -model=model_24676,1 - -// 23797 -[loc_23797] -ambient=25 -contrast=25 -wallwidth=32 -model=model_15250,1 -model=model_15251,2 -model=model_15252,3 -model=model_15253,4 -model=model_15254,5 - -// 23798 -[loc_23798] -ambient=25 -contrast=25 -wallwidth=32 -model=model_24679,1 - -// 23799 -[loc_23799] -ambient=25 -contrast=25 -wallwidth=32 -model=model_24680,1 - -// 23800 -[loc_23800] -hillskew=yes -ambient=25 -contrast=25 -wallwidth=32 -model=model_15250,1 -model=model_15251,2 -model=model_15252,3 -model=model_15253,4 -model=model_15254,5 - -// 23801 -[loc_23801] -ambient=25 -contrast=25 -wallwidth=32 -model=model_15246,1 -model=model_24652,2 -model=model_24653,5 - -// 23802 -[loc_23802] -ambient=25 -contrast=25 -wallwidth=32 -model=model_24650,1 - -// 23803 -[loc_23803] -ambient=25 -contrast=25 -wallwidth=32 -model=model_24655,1 - -// 23804 -[loc_23804] -ambient=25 -contrast=25 -wallwidth=32 -mirror=yes -model=model_24655,1 - -// 23805 -[loc_23805] -ambient=25 -contrast=25 -wallwidth=32 -model=model_24649,5 - -// 23806 -[loc_23806] -ambient=25 -contrast=25 -wallwidth=32 -model=model_15249,1 - -// 23807 -[loc_23807] -ambient=25 -contrast=25 -wallwidth=32 -model=model_24659,1 - -// 23808 -[loc_23808] -ambient=25 -contrast=25 -wallwidth=32 -model=model_24696,1 - -// 23809 -[loc_23809] -active=no -ambient=25 -contrast=25 -model=model_24677,Q - -// 23810 -[loc_23810] -active=no -hillskew=yes -ambient=25 -contrast=25 -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_24642 -model2=model_24643 - -// 23811 -[loc_23811] -active=no -hillskew=yes -ambient=25 -contrast=25 -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_24642 -model2=model_24643 - -// 23812 -[loc_23812] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_24642 - -// 23813 -[loc_23813] -active=no -ambient=25 -contrast=25 -resizey=158 -model=model_14782 - -// 23814 -[loc_23814] -sharelight=yes -ambient=25 -contrast=25 -active=no -model=model_24660 - -// 23815 -[loc_23815] -sharelight=yes -ambient=25 -contrast=25 -active=no -mirror=yes -model=model_24660 - -// 23816 -[loc_23816] -sharelight=yes -ambient=25 -contrast=25 -active=no -model=model_24646,1 - -// 23817 -[loc_23817] -sharelight=yes -ambient=25 -contrast=25 -active=no -model=model_24647,1 - -// 23818 -[loc_23818] -ambient=25 -contrast=25 -wallwidth=32 -model=model_15235,1 -model=model_15238,2 -model=model_15239,3 -model=model_15240,5 - -// 23819 -[loc_23819] -ambient=25 -contrast=25 -wallwidth=32 -resizey=130 -model=model_15235,1 -model=model_15238,2 -model=model_15239,3 -model=model_15240,5 - -// 23820 -[loc_23820] -ambient=25 -contrast=25 -wallwidth=32 -resizey=130 -model=model_15247,1 -model=model_15248,5 - -// 23821 -[loc_23821] -ambient=25 -contrast=25 -offsety=-56 -model=model_15235,1 -model=model_15238,2 -model=model_15239,3 -model=model_15240,5 - -// 23822 -[loc_23822] -sharelight=yes -ambient=25 -contrast=25 -model=model_15235,1 -model=model_15238,2 -model=model_15239,3 -model=model_15240,5 - -// 23823 -[loc_23823] -ambient=25 -contrast=25 -offsety=-56 -model=model_15245,1 - -// 23824 -[loc_23824] -ambient=25 -contrast=25 -wallwidth=32 -model=model_15237,1 -model=model_15242,2 -model=model_15243,3 -model=model_15244,5 - -// 23825 -[loc_23825] -ambient=25 -contrast=25 -wallwidth=32 -model=model_15241,1 -model=model_24641,3 - -// 23826 -[loc_23826] -ambient=25 -contrast=25 -wallwidth=32 -model=model_15247,1 -model=model_15248,5 - -// 23827 -[loc_23827] -ambient=25 -contrast=25 -wallwidth=32 -model=model_24658,1 - -// 23828 -[loc_23828] -ambient=25 -contrast=25 -wallwidth=32 -mirror=yes -model=model_24658,1 - -// 23829 -[loc_23829] -ambient=25 -contrast=25 -model=model_15245,1 - -// 23830 -[loc_23830] -ambient=25 -contrast=25 -wallwidth=32 -model=model_24651,5 - -// 23831 -[loc_23831] -ambient=25 -contrast=25 -wallwidth=32 -sharelight=yes -model=model_24656,1 - -// 23832 -[loc_23832] -ambient=25 -contrast=25 -wallwidth=32 -model=model_24657,1 - -// 23833 -[loc_23833] -ambient=25 -contrast=25 -wallwidth=32 -mirror=yes -model=model_24657,1 - -// 23834 -[loc_23834] -ambient=25 -contrast=25 -sharelight=yes -model=model_24967,1 - -// 23835 -[loc_23835] -active=no -ambient=25 -contrast=25 -model=model_24958,1 -model=model_24959,2 - -// 23836 -[loc_23836] -active=no -ambient=25 -contrast=25 -mirror=yes -model=model_24958,1 -model=model_24959,2 - -// 23837 -[loc_23837] -active=no -ambient=25 -contrast=25 -model=model_24960,1 - -// 23838 -[loc_23838] -active=no -ambient=25 -contrast=25 -model=model_24961,1 - -// 23839 -[loc_23839] -active=no -ambient=25 -contrast=25 -model=model_24962,1 - -// 23840 -[loc_23840] -active=no -ambient=25 -contrast=25 -mirror=yes -model=model_24962,1 - -// 23841 -[loc_23841] -active=no -ambient=25 -contrast=25 -model=model_24963,1 - -// 23842 -[loc_23842] -active=no -ambient=25 -contrast=25 -model=model_24964,1 - -// 23843 -[loc_23843] -active=no -ambient=25 -contrast=25 -mirror=yes -model=model_24964,1 - -// 23844 -[loc_23844] -active=no -ambient=25 -contrast=25 -mirror=yes -model=model_24963,1 - -// 23845 -[loc_23845] -active=no -ambient=25 -contrast=25 -model=model_24965,1 - -// 23846 -[loc_23846] -active=no -ambient=25 -contrast=25 -sharelight=yes -model=model_24966,1 - -// 23847 -[loc_23847] -ambient=25 -sharelight=yes -model=model_24854,1 -model=model_24855,2 -model=model_24856,3 -model=model_24857,5 - -// 23848 -[loc_23848] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -blockrange=no -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 23849 -[loc_23849] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=11523 -recol1d=12613 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=10499 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 23850 -[loc_23850] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_25028,1 - -// 23851 -[loc_23851] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=11523 -recol1d=12613 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=10499 -model=model_8762,1 -model=model_8763,4 -model=model_8761,0 - -// 23852 -[loc_23852] -sharelight=yes -ambient=25 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9412 -recol2d=11556 -recol3s=6241 -recol3d=9442 -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 23853 -[loc_23853] -active=no -ambient=35 -recol1s=14662 -recol1d=12613 -recol2s=12548 -recol2d=11556 -recol3s=11491 -recol3d=10499 -recol4s=10434 -recol4d=9442 -recol5s=9377 -recol5d=8385 -recol6s=7297 -recol6d=7328 -model=model_1209 - -// 23854 -[loc_23854] -sharelight=yes -ambient=25 -active=no -msi=msi_73 -blockrange=no -model=model_25120 - -// 23855 -[loc_23855] -sharelight=yes -ambient=25 -mirror=yes -active=no -msi=msi_73 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9412 -recol2d=11556 -recol3s=6241 -recol3d=9442 -model=model_25120 - -// 23856 -[loc_23856] -sharelight=yes -ambient=25 -blockrange=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25117,1 - -// 23857 -[loc_23857] -ambient=25 -contrast=25 -blockrange=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25117,1 - -// 23858 -[loc_23858] -sharelight=yes -mirror=yes -ambient=25 -blockrange=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25117,1 - -// 23859 -[loc_23859] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=10 -recol1s=11660 -recol1d=12683 -recol2s=10603 -recol2d=11626 -recol3s=9546 -recol3d=10569 -recol4s=8489 -recol4d=9512 -recol5s=7432 -recol5d=8455 -recol6s=6375 -recol6d=7398 -model=model_25297 - -// 23860 -[loc_23860] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=10 -recol1s=14831 -recol1d=12683 -recol2s=13774 -recol2d=11626 -recol3s=11660 -recol3d=10569 -recol4s=10603 -recol4d=9512 -recol5s=9546 -recol5d=8455 -recol6s=6375 -recol6d=7398 -model=model_25298 - -// 23861 -[loc_23861] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=10 -model=model_25293 - -// 23862 -[loc_23862] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=10 -recol1s=12717 -recol1d=12683 -recol2s=11660 -recol2d=11626 -recol3s=9546 -recol3d=10569 -recol4s=8489 -recol4d=9512 -recol5s=7432 -recol5d=8455 -recol6s=6375 -recol6d=7398 -model=model_25294 - -// 23863 -[loc_23863] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=10 -recol1s=12717 -recol1d=12683 -recol2s=11660 -recol2d=11626 -recol3s=9546 -recol3d=10569 -recol4s=8489 -recol4d=9512 -recol5s=7432 -recol5d=8455 -recol6s=6375 -recol6d=7398 -model=model_25299 - -// 23864 -[loc_23864] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=10 -width=3 -length=3 -model=model_25296 - -// 23865 -[loc_23865] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=10 -width=3 -length=3 -model=model_25295 - -// 23866 -[loc_23866] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=12618 -recol1d=13706 -recol2s=11561 -recol2d=12649 -recol3s=10504 -recol3d=11592 -recol4s=8456 -recol4d=10535 -recol5s=7399 -recol5d=9478 -recol6s=6342 -recol6d=8421 -model=model_9478,1 -model=model_25872,2 -model=model_35882,3 -model=model_9479,4 -model=model_25873,5 - -// 23867 -[loc_23867] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_24848,1 -model=model_24849,2 -model=model_24850,4 -model=model_24851,5 - -// 23868 -[loc_23868] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_24853,1 - -// 23869 -[loc_23869] -sharelight=yes -hillskew=yes -active=no -mirror=yes -blockrange=no -model=model_24853,1 - -// 23870 -[loc_23870] -sharelight=yes -hillskew=yes -active=no -blockrange=no -model=model_24852,1 - -// 23871 -[loc_23871] -sharelight=yes -hillskew=yes -active=no -mirror=yes -blockrange=no -model=model_24852,1 - -// 23872 -[loc_23872] -sharelight=yes -active=no -hillskew=yes -blockrange=no -recol1s=12618 -recol1d=13706 -recol2s=11561 -recol2d=12649 -recol3s=10504 -recol3d=11592 -recol4s=8456 -recol4d=10535 -recol5s=7399 -recol5d=9478 -recol6s=6342 -recol6d=8421 -model=model_25039,5 - -// 23873 -[loc_23873] -sharelight=yes -active=no -hillskew=yes -blockrange=no -recol1s=12618 -recol1d=13706 -recol2s=11561 -recol2d=12649 -recol3s=10504 -recol3d=11592 -recol4s=8456 -recol4d=10535 -recol5s=7399 -recol5d=9478 -recol6s=6342 -recol6d=8421 -model=model_25040,5 - -// 23874 -[loc_23874] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24668 - -// 23875 -[loc_23875] -active=no -sharelight=yes -hillskew=yes -mirror=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24668 - -// 23876 -[loc_23876] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24654 - -// 23877 -[loc_23877] -active=no -sharelight=yes -hillskew=yes -mirror=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24654 - -// 23878 -[loc_23878] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24669 - -// 23879 -[loc_23879] -active=no -sharelight=yes -hillskew=yes -mirror=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24669 - -// 23880 -[loc_23880] -active=no -sharelight=yes -hillskew=yes -mirror=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24670,1 - -// 23881 -[loc_23881] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24670,1 - -// 23882 -[loc_23882] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24644 - -// 23883 -[loc_23883] -active=no -sharelight=yes -hillskew=yes -mirror=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24644 - -// 23884 -[loc_23884] -hillskew=yes -forcedecor=yes -ambient=25 -unknown90=yes -model=model_24697,0 - -// 23885 -[loc_23885] -hillskew=yes -forcedecor=yes -ambient=25 -unknown90=yes -recol1s=8455 -recol1d=19023 -recol2s=20080 -recol2d=7398 -model=model_24697,0 - -// 23886 -[loc_23886] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -active=no -model=model_25111 - -// 23887 -[loc_23887] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -mirror=yes -active=no -model=model_25111 - -// 23888 -[loc_23888] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -active=no -blockrange=no -recol1s=7556 -recol1d=7493 -recol2s=10567 -recol2d=12683 -recol3s=9510 -recol3d=11626 -recol4s=8453 -recol4d=10569 -recol5s=7396 -recol5d=9512 -recol6s=6339 -recol6d=8455 -model=model_6626,1 -model=model_6627,2 -model=model_6628,5 - -// 23889 -[loc_23889] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -active=no -blockrange=no -recol1s=7556 -recol1d=7493 -recol2s=10567 -recol2d=12683 -recol3s=9510 -recol3d=11626 -recol4s=8453 -recol4d=10569 -recol5s=7396 -recol5d=9512 -recol6s=6339 -recol6d=8455 -model=model_424 - -// 23890 -[loc_23890] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -active=no -blockrange=no -recol1s=7556 -recol1d=7493 -recol2s=10567 -recol2d=12683 -recol3s=9510 -recol3d=11626 -recol4s=8453 -recol4d=10569 -recol5s=7396 -recol5d=9512 -recol6s=6339 -recol6d=8455 -model=model_24678 - -// 23891 -[loc_23891] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -active=no -mirror=yes -blockrange=no -recol1s=7556 -recol1d=7493 -recol2s=10567 -recol2d=12683 -recol3s=9510 -recol3d=11626 -recol4s=8453 -recol4d=10569 -recol5s=7396 -recol5d=9512 -recol6s=6339 -recol6d=8455 -model=model_24678 - -// 23892 -[loc_23892] -hillskew=yes -sharelight=yes -ambient=20 -active=no -mirror=yes -blockrange=no -recol1s=7556 -recol1d=7493 -recol2s=10567 -recol2d=12683 -recol3s=9510 -recol3d=11626 -recol4s=8453 -recol4d=10569 -recol5s=7396 -recol5d=9512 -recol6s=6339 -recol6d=8455 -model=model_424 - -// 23893 -[loc_23893] -ambient=25 -model=model_25277,1 -model=model_25278,5 - -// 23894 -[loc_23894] -mirror=yes -ambient=25 -model=model_25277,1 -model=model_25278,5 - -// 23895 -[loc_23895] -sharelight=yes -ambient=10 -blockrange=no -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -retex1s=material_160 -retex1d=material_132 -model=model_24900,1 -model=model_24901,3 -model=model_24902,4 - -// 23896 -[loc_23896] -sharelight=yes -ambient=10 -mirror=yes -blockrange=no -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -retex1s=material_160 -retex1d=material_132 -model=model_24900,1 -model=model_24901,3 -model=model_24902,4 - -// 23897 -[loc_23897] -sharelight=yes -ambient=10 -blockrange=no -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -retex1s=material_160 -retex1d=material_132 -model=model_24896,1 - -// 23898 -[loc_23898] -sharelight=yes -ambient=10 -mirror=yes -blockrange=no -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -retex1s=material_160 -retex1d=material_132 -model=model_24896,1 - -// 23899 -[loc_23899] -sharelight=yes -ambient=10 -blockrange=no -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -retex1s=material_160 -retex1d=material_132 -model=model_24899,1 - -// 23900 -[loc_23900] -active=no -sharelight=yes -ambient=10 -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -model=model_9563,1 -model=model_36049,2 -model=model_9564,3 -model=model_9565,4 -model=model_9566,5 - -// 23901 -[loc_23901] -active=no -sharelight=yes -ambient=10 -blockrange=no -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -model=model_24898,1 - -// 23902 -[loc_23902] -active=no -sharelight=yes -blockwalk=yes -ambient=10 -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -model=model_20364,1 - -// 23903 -[loc_23903] -active=no -sharelight=yes -ambient=10 -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -model=model_9567,1 - -// 23904 -[loc_23904] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -blockrange=no -recol1s=11523 -recol1d=12613 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=10499 -model=model_24648,1 - -// 23905 -[loc_23905] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -mirror=yes -blockrange=no -recol1s=11523 -recol1d=12613 -recol2s=9409 -recol2d=11556 -recol3s=8353 -recol3d=10499 -model=model_24648,1 - -// 23906 -[loc_23906] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -model=model_25088 - -// 23907 -[loc_23907] -ambient=25 -shadow=no -msi=msi_22 -model=model_24701,1 - -// 23908 -[loc_23908] -ambient=25 -mirror=yes -shadow=no -msi=msi_22 -model=model_24701,1 - -// 23909 -[loc_23909] -ambient=25 -mirror=yes -blockwalk=no -shadow=no -msi=msi_22 -model=model_24702,1 - -// 23910 -[loc_23910] -ambient=25 -shadow=no -msi=msi_22 -active=no -model=model_24700 - -// 23911 -[loc_23911] -hillskew=yes -active=no -hardshadow=no -model=model_1125,0 - -// 23912 -[loc_23912] -hillskew=yes -active=no -hardshadow=no -model=model_1140,0 - -// 23913 -[loc_23913] -hillskew=yes -active=no -hardshadow=no -model=model_1033,0 - -// 23914 -[loc_23914] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7650 -recol2s=16846 -recol2d=6593 -recol3s=11561 -recol3d=5536 -model=model_4488,0 - -// 23915 -[loc_23915] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7650 -recol2s=16846 -recol2d=6593 -recol3s=11561 -recol3d=5536 -model=model_4492,0 - -// 23916 -[loc_23916] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7650 -recol2s=16846 -recol2d=6593 -recol3s=11561 -recol3d=5536 -model=model_4491,0 - -// 23917 -[loc_23917] -mirror=yes -active=yes -op1=Open -blockrange=no -recol1s=13638 -recol1d=12548 -recol2s=10501 -recol2d=12548 -recol3s=9444 -recol3d=12548 -model=model_7371,1 -name=Gate - -// 23918 -[loc_23918] -active=yes -op1=Close -blockrange=no -recol1s=13638 -recol1d=12548 -recol2s=10501 -recol2d=12548 -recol3s=9444 -recol3d=12548 -model=model_7371,1 -name=Gate - -// 23919 -[loc_23919] -mirror=yes -active=yes -op1=Close -blockrange=no -recol1s=13638 -recol1d=12548 -recol2s=10501 -recol2d=12548 -recol3s=9444 -recol3d=12548 -model=model_7371,1 -name=Gate - -// 23920 -[loc_23920] -length=2 -offsety=-5 -ambient=20 -contrast=10 -blockrange=no -model=model_24869 -name=Pump and drain - -// 23921 -[loc_23921] -anim=seq_6481 -ambient=25 -op1=Attack -model=model_25177 -name=Dummy - -// 23922 -[loc_23922] -active=no -sharelight=yes -ambient=25 -blockrange=no -model=model_24832,1 - -// 23923 -[loc_23923] -active=no -sharelight=yes -ambient=25 -blockrange=no -model=model_24831,1 - -// 23924 -[loc_23924] -ambient=35 -active=yes -model=model_24839,Q -name=Leaflets - -// 23925 -[loc_23925] -active=yes -recol1s=9543 -recol1d=12613 -recol2s=8484 -recol2d=11556 -recol3s=6370 -recol3d=10499 -recol4s=12548 -recol4d=9442 -recol5s=4256 -recol5d=8385 -model=model_5273 -model2=model_11209 -name=Chest - -// 23926 -[loc_23926] -recol1s=9543 -recol1d=12613 -recol2s=8484 -recol2d=11556 -recol3s=6370 -recol3d=10499 -recol4s=12548 -recol4d=9442 -recol5s=4256 -recol5d=8385 -model=model_5272 -name=Chest - -// 23927 -[loc_23927] -ambient=25 -active=no -model=model_24834 - -// 23928 -[loc_23928] -width=2 -active=yes -blockrange=no -model=model_24843 -name=Bank table - -// 23929 -[loc_23929] -ambient=30 -model=model_24838 -name=Gold - -// 23930 -[loc_23930] -ambient=30 -recol1s=16846 -recol1d=28352 -model=model_36828 -name=Statue - -// 23931 -[loc_23931] -sharelight=yes -ambient=25 -model=model_24837,1 - -// 23932 -[loc_23932] -sharelight=yes -ambient=25 -mirror=yes -model=model_24837,1 - -// 23933 -[loc_23933] -ambient=30 -contrast=20 -active=yes -shadow=no -offsety=35 -model=model_24846 -name=Chandelier - -// 23934 -[loc_23934] -ambient=30 -contrast=20 -active=no -shadow=no -offsety=35 -model=model_24847 - -// 23935 -[loc_23935] -ambient=25 -active=no -model=model_24833 - -// 23936 -[loc_23936] -ambient=25 -active=no -model=model_24836 - -// 23937 -[loc_23937] -ambient=25 -active=no -model=model_24841 - -// 23938 -[loc_23938] -ambient=25 -active=no -model=model_24835 - -// 23939 -[loc_23939] -contrast=10 -ambient=10 -blockrange=no -model=model_24840 -name=Safe - -// 23940 -[loc_23940] -contrast=10 -ambient=10 -active=yes -model=model_25203,Q -name=Rack - -// 23941 -[loc_23941] -active=yes -recol1s=16809 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=7297 -recol5d=8385 -model=model_25200 -name=Barrel - -// 23942 -[loc_23942] -width=2 -contrast=10 -ambient=10 -active=yes -blockrange=no -recol1s=16809 -recol1d=12613 -recol2s=14695 -recol2d=11556 -recol3s=13638 -recol3d=10499 -recol4s=12581 -recol4d=9442 -model=model_14827 -model2=model_25201 -name=Table - -// 23943 -[loc_23943] -blockwalk=yes -ambient=10 -active=yes -blockrange=no -model=model_25198 -name=Barrel - -// 23944 -[loc_23944] -blockwalk=no -ambient=30 -active=yes -model=model_25202,Q -name=Rack - -// 23945 -[loc_23945] -active=no -ambient=25 -resizey=152 -blockrange=no -recol1s=4194 -recol1d=10273 -recol2s=13605 -recol2d=12613 -recol3s=12548 -recol3d=11556 -recol4s=11491 -recol4d=10499 -recol5s=10434 -recol5d=9442 -recol6s=7297 -recol6d=8385 -model=model_8232 -model2=model_24821 - -// 23946 -[loc_23946] -active=no -blockwalk=yes -ambient=10 -blockrange=no -model=model_23882 - -// 23947 -[loc_23947] -blockwalk=no -ambient=10 -active=yes -model=model_24815,Q -name=Bellows - -// 23948 -[loc_23948] -blockwalk=no -ambient=10 -active=no -model=model_23881,Q - -// 23949 -[loc_23949] -blockwalk=no -ambient=10 -active=no -model=model_23884,Q - -// 23950 -[loc_23950] -blockwalk=no -ambient=10 -active=no -model=model_23883,Q - -// 23951 -[loc_23951] -blockwalk=no -ambient=10 -active=yes -model=model_24824,Q -name=Metal pieces - -// 23952 -[loc_23952] -blockwalk=no -ambient=10 -active=no -model=model_24828,Q - -// 23953 -[loc_23953] -blockwalk=no -ambient=10 -active=no -model=model_24826,Q - -// 23954 -[loc_23954] -blockwalk=no -ambient=10 -active=no -model=model_24827,Q - -// 23955 -[loc_23955] -blockwalk=yes -ambient=10 -active=yes -blockrange=no -model=model_24822 -name=Chimney - -// 23956 -[loc_23956] -ambient=25 -model=model_24817,0 - -// 23957 -[loc_23957] -ambient=25 -model=model_24819,0 - -// 23958 -[loc_23958] -ambient=25 -model=model_24818,0 - -// 23959 -[loc_23959] -ambient=25 -model=model_24820,0 - -// 23960 -[loc_23960] -width=2 -recol1s=14662 -recol1d=12613 -recol2s=22059 -recol2d=11556 -recol3s=14662 -recol3d=13670 -model=model_11564 -name=Workbench - -// 23961 -[loc_23961] -anim=seq_5744 -ambient=20 -contrast=20 -width=2 -resizex=64 -resizey=64 -resizez=64 -bgsound=synth_3673,5 -model=model_21816 -model2=model_21815 -name=Lathe - -// 23962 -[loc_23962] -anim=seq_5743 -ambient=20 -contrast=20 -width=2 -resizey=80 -resizex=80 -resizez=80 -bgsound=synth_3672,5 -model=model_21814 -name=Drill - -// 23963 -[loc_23963] -anim=seq_4130 -ambient=20 -contrast=20 -width=2 -resizey=80 -resizex=80 -resizez=80 -bgsound=synth_2066,5 -model=model_24830 -model2=model_24829 -name=Hearth - -// 23964 -[loc_23964] -ambient=20 -contrast=20 -model=model_24823 -name=Mould - -// 23965 -[loc_23965] -ambient=20 -contrast=20 -active=yes -model=model_24816,Q -name=Poster - -// 23966 -[loc_23966] -ambient=20 -contrast=20 -model=model_24814,Q - -// 23967 -[loc_23967] -anim=seq_4128 -ambient=35 -contrast=10 -active=yes -recol1s=10434 -recol1d=8385 -recol2s=13604 -recol2d=11556 -recol3s=13571 -recol3d=10499 -model=model_25217,Q -name=Sign - -// 23968 -[loc_23968] -anim=seq_4128 -ambient=35 -contrast=10 -active=yes -model=model_25209,Q -name=Sign - -// 23969 -[loc_23969] -anim=seq_4128 -ambient=35 -contrast=10 -active=yes -model=model_25216,Q -name=Sign - -// 23970 -[loc_23970] -anim=seq_4128 -ambient=35 -contrast=10 -active=yes -model=model_25221,Q -name=Sign - -// 23971 -[loc_23971] -anim=seq_4128 -ambient=35 -contrast=10 -model=model_25206,Q - -// 23972 -[loc_23972] -anim=seq_4128 -ambient=35 -contrast=10 -model=model_26276 -name=Sign - -// 23973 -[loc_23973] -anim=seq_4128 -ambient=35 -contrast=10 -model=model_25215,Q - -// 23974 -[loc_23974] -anim=seq_4128 -ambient=35 -contrast=10 -model=model_25210 -name=Sign - -// 23975 -[loc_23975] -anim=seq_4128 -ambient=35 -contrast=10 -model=model_25219,Q - -// 23976 -[loc_23976] -anim=seq_4128 -ambient=35 -contrast=10 -model=model_25214,Q - -// 23977 -[loc_23977] -anim=seq_4128 -ambient=35 -contrast=10 -model=model_25207 -model2=model_25208 -name=Sign - -// 23978 -[loc_23978] -anim=seq_4128 -ambient=35 -contrast=10 -model=model_25207 -model2=model_25211 -name=Sign - -// 23979 -[loc_23979] -anim=seq_4131 -ambient=35 -contrast=30 -model=model_24921,Q - -// 23980 -[loc_23980] -anim=seq_4129 -ambient=35 -contrast=10 -model=model_24639 -name=Sign - -// 23981 -[loc_23981] -anim=seq_4128 -ambient=35 -contrast=10 -model=model_25220,Q - -// 23982 -[loc_23982] -anim=seq_4128 -ambient=35 -contrast=10 -model=model_25212 -name=Sign - -// 23983 -[loc_23983] -width=2 -length=2 -ambient=15 -model=model_24908 -model2=model_24904 -name=Market stall - -// 23984 -[loc_23984] -width=2 -length=2 -ambient=15 -model=model_24905 -name=Market stall - -// 23985 -[loc_23985] -width=2 -length=2 -ambient=15 -model=model_24908 -model2=model_24906 -name=Market stall - -// 23986 -[loc_23986] -width=2 -length=2 -ambient=15 -model=model_24908 -model2=model_24907 -name=Market stall - -// 23987 -[loc_23987] -width=2 -length=2 -ambient=15 -mirror=yes -model=model_24903 -name=Market stall - -// 23988 -[loc_23988] -ambient=10 -active=yes -model=model_25139 -name=Scuttle - -// 23989 -[loc_23989] -ambient=20 -active=yes -model=model_25138,Q -name=Pokers - -// 23990 -[loc_23990] -active=no -resizex=120 -resizey=135 -resizez=120 -ambient=15 -blockrange=no -recol1s=18464 -recol1d=5457 -recol2s=32480 -recol2d=11760 -recol3s=9312 -recol3d=10499 -model=model_1161 - -// 23991 -[loc_23991] -active=no -ambient=15 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -model=model_25132 - -// 23992 -[loc_23992] -active=no -ambient=15 -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=5457 -recol4d=26048 -recol5s=11760 -recol5d=21792 -model=model_25132 - -// 23993 -[loc_23993] -active=yes -sharelight=yes -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25143 -model2=model_22173 -model3=model_25154 -model4=model_25133 -name=Bar - -// 23994 -[loc_23994] -active=yes -sharelight=yes -blockrange=no -recol1s=28541 -recol1d=9516 -recol2s=13088 -recol2d=9576 -recol3s=10468 -recol3d=12613 -recol4s=9411 -recol4d=10499 -recol5s=8354 -recol5d=9442 -recol6s=7330 -recol6d=8385 -model=model_25143 -model2=model_22174 -model3=model_22173 -model4=model_25141 -name=Bar - -// 23995 -[loc_23995] -active=yes -sharelight=yes -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25142 -model2=model_22174 -model3=model_22173 -model4=model_25133 -name=Bar - -// 23996 -[loc_23996] -active=yes -sharelight=yes -mirror=yes -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25142 -model2=model_22174 -model3=model_25134 -model4=model_25148 -name=Bar - -// 23997 -[loc_23997] -active=yes -sharelight=yes -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25131 -model2=model_25152 -model3=model_25153 -model4=model_22172 -name=Bar - -// 23998 -[loc_23998] -active=yes -sharelight=yes -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25131 -model2=model_25152 -model3=model_25148 -model4=model_22175 -name=Bar - -// 23999 -[loc_23999] -active=yes -sharelight=yes -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25131 -model2=model_25133 -model3=model_25153 -model4=model_22175 -name=Bar - -// 24000 -[loc_24000] -active=yes -sharelight=yes -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25130 -model2=model_25134 -model3=model_25154 -model4=model_25151 -name=Bar - -// 24001 -[loc_24001] -active=yes -sharelight=yes -mirror=yes -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25130 -model2=model_25154 -model3=model_25148 -name=Bar - -// 24002 -[loc_24002] -active=no -sharelight=yes -ambient=20 -contrast=10 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25143 -model2=model_22173 -model3=model_25154 -model4=model_25133 - -// 24003 -[loc_24003] -active=no -sharelight=yes -ambient=20 -contrast=10 -blockrange=no -recol1s=28541 -recol1d=9516 -recol2s=13088 -recol2d=9576 -recol3s=10468 -recol3d=12613 -recol4s=9411 -recol4d=10499 -recol5s=8354 -recol5d=9442 -recol6s=7330 -recol6d=8385 -model=model_25143 -model2=model_22174 -model3=model_22173 -model4=model_25141 - -// 24004 -[loc_24004] -active=no -sharelight=yes -ambient=20 -contrast=10 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25142 -model2=model_22174 -model3=model_22173 -model4=model_25133 - -// 24005 -[loc_24005] -active=no -sharelight=yes -mirror=yes -ambient=20 -contrast=10 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25142 -model2=model_22174 -model3=model_25134 -model4=model_25148 - -// 24006 -[loc_24006] -active=no -sharelight=yes -ambient=20 -contrast=10 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25131 -model2=model_25152 -model3=model_25153 -model4=model_22172 - -// 24007 -[loc_24007] -active=no -sharelight=yes -ambient=20 -contrast=10 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25131 -model2=model_25152 -model3=model_25148 -model4=model_22175 - -// 24008 -[loc_24008] -active=no -sharelight=yes -ambient=20 -contrast=10 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25131 -model2=model_25133 -model3=model_25153 -model4=model_22175 - -// 24009 -[loc_24009] -active=no -sharelight=yes -ambient=20 -contrast=10 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25130 -model2=model_25134 -model3=model_25154 -model4=model_25151 - -// 24010 -[loc_24010] -active=no -sharelight=yes -mirror=yes -ambient=20 -contrast=10 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=10499 -recol3s=8354 -recol3d=9442 -recol4s=7330 -recol4d=8385 -model=model_25130 -model2=model_25154 -model3=model_25148 - -// 24011 -[loc_24011] -active=yes -ambient=15 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=11556 -recol3s=8354 -recol3d=10499 -recol4s=7330 -recol4d=9442 -model=model_25156 -name=Table - -// 24012 -[loc_24012] -active=yes -ambient=15 -blockrange=no -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=11556 -recol3s=8354 -recol3d=10499 -recol4s=7330 -recol4d=9442 -model=model_25157 -name=Table - -// 24013 -[loc_24013] -active=yes -width=2 -length=2 -ambient=15 -length=2 -recol1s=15719 -recol1d=12613 -recol2s=10468 -recol2d=11556 -recol3s=11525 -recol3d=12613 -recol4s=10468 -recol4d=11556 -recol5s=9411 -recol5d=10499 -recol6s=8354 -recol6d=9442 -model=model_25146 -model2=model_25147 -name=Table - -// 24014 -[loc_24014] -active=yes -width=2 -length=2 -ambient=15 -recol1s=11525 -recol1d=12613 -recol2s=10468 -recol2d=11556 -recol3s=9411 -recol3d=10499 -recol4s=8354 -recol4d=9442 -model=model_25146 -name=Table - -// 24015 -[loc_24015] -active=no -ambient=15 -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=11556 -recol3s=8354 -recol3d=10499 -model=model_25145 - -// 24016 -[loc_24016] -active=yes -ambient=15 -model=model_25158 -name=Wine rack - -// 24017 -[loc_24017] -anim=seq_6491 -active=no -width=2 -length=2 -ambient=25 -model=model_24915 -model2=model_24913 -model3=model_24914 - -// 24018 -[loc_24018] -sharelight=yes -occlude=yes -ambient=35 -active=no -model=model_24637,1 -model=model_24638,5 - -// 24019 -[loc_24019] -sharelight=yes -ambient=35 -active=no -model=model_24628,1 - -// 24020 -[loc_24020] -sharelight=yes -mirror=yes -ambient=35 -active=no -model=model_24628,1 - -// 24021 -[loc_24021] -sharelight=yes -blockwalk=no -ambient=25 -ambient=35 -active=no -model=model_24629,1 - -// 24022 -[loc_24022] -sharelight=yes -ambient=25 -ambient=35 -active=no -model=model_24633,A -model=model_24634,G - -// 24023 -[loc_24023] -sharelight=yes -ambient=25 -ambient=35 -active=no -model=model_24635,A -model=model_24636,S - -// 24024 -[loc_24024] -sharelight=yes -occlude=yes -ambient=25 -ambient=35 -active=no -model=model_24631,H - -// 24025 -[loc_24025] -anim=seq_1868 -ambient=10 -contrast=10 -active=yes -model=model_24630,Q -name=Lamp - -// 24026 -[loc_24026] -ambient=10 -contrast=10 -anim=seq_4127 -blockwalk=no -active=yes -model=model_24640 -name=Lantern - -// 24027 -[loc_24027] -ambient=20 -active=yes -blockrange=no -model=model_24810 -name=Sewing machine - -// 24028 -[loc_24028] -width=2 -contrast=10 -ambient=10 -blockrange=no -recol1s=16809 -recol1d=12613 -recol2s=14695 -recol2d=11556 -recol3s=13638 -recol3d=10499 -recol4s=12581 -recol4d=9442 -retex1s=material_234 -retex1d=material_122 -model=model_14827 -model2=model_20831 -name=Table - -// 24029 -[loc_24029] -contrast=10 -ambient=10 -active=no -recol1s=9635 -recol1d=10695 -recol2s=16838 -recol2d=20041 -recol3s=10695 -recol3d=12581 -recol4s=7333 -recol4d=7566 -recol5s=9410 -recol5d=16809 -model=model_16668 - -// 24030 -[loc_24030] -contrast=10 -ambient=10 -active=yes -recol1s=14724 -recol1d=9581 -recol2s=8354 -recol2d=8354 -model=model_16674,Q -name=Clothes - -// 24031 -[loc_24031] -active=yes -blockwalk=yes -recol1s=2251 -recol1d=9581 -recol2s=4230 -recol2d=12581 -recol3s=12320 -recol3d=11429 -recol4s=352 -recol4d=8581 -recol5s=16872 -recol5d=12581 -model=model_5561 -name=Cloth - -// 24032 -[loc_24032] -blockwalk=yes -ambient=50 -blockrange=no -model=model_25199,Q - -// 24033 -[loc_24033] -ambient=60 -anim=seq_4125 -active=yes -model=model_15260,Q -name=Oil lamp - -// 24034 -[loc_24034] -ambient=10 -contrast=10 -active=yes -blockwalk=no -unknown90=yes -model=model_24801,0 -name=Fabric - -// 24035 -[loc_24035] -ambient=10 -contrast=10 -active=yes -blockwalk=no -unknown90=yes -model=model_24794,0 -name=Fabric - -// 24036 -[loc_24036] -blockwalk=no -ambient=30 -model=model_24803 -name=Rack - -// 24037 -[loc_24037] -blockwalk=no -ambient=30 -model=model_24812,Q - -// 24038 -[loc_24038] -blockwalk=no -ambient=30 -model=model_24811,Q - -// 24039 -[loc_24039] -blockwalk=yes -ambient=30 -width=2 -active=no -blockrange=no -model=model_24802 - -// 24040 -[loc_24040] -ambient=10 -contrast=10 -active=no -unknown90=yes -model=model_24807,0 - -// 24041 -[loc_24041] -active=no -ambient=10 -contrast=10 -unknown90=yes -model=model_24809,0 - -// 24042 -[loc_24042] -active=no -ambient=10 -contrast=10 -unknown90=yes -model=model_24808,0 - -// 24043 -[loc_24043] -length=2 -resizex=128 -resizey=135 -resizez=128 -ambient=25 -model=model_24795 -name=Bed - -// 24044 -[loc_24044] -ambient=20 -active=yes -blockwalk=no -model=model_24796,0 -name=Clothes - -// 24045 -[loc_24045] -ambient=20 -active=yes -blockwalk=no -model=model_24797,0 -name=Clothes - -// 24046 -[loc_24046] -ambient=20 -active=yes -blockwalk=no -model=model_24798,0 -name=Clothes - -// 24047 -[loc_24047] -ambient=20 -active=yes -blockwalk=no -model=model_24799,0 -name=Clothes - -// 24048 -[loc_24048] -ambient=20 -active=yes -blockwalk=no -model=model_24800,0 -name=Clothes - -// 24049 -[loc_24049] -recol1s=11457 -recol1d=12581 -recol2s=8529 -recol2d=24241 -model=model_9554 -model2=model_24806 -name=Clothes - -// 24050 -[loc_24050] -recol1s=11457 -recol1d=12581 -recol2s=14728 -recol2d=8581 -model=model_9553 -name=Clothes - -// 24051 -[loc_24051] -ambient=30 -contrast=30 -active=no -model=model_25323,1 -model=model_25324,2 -model=model_25325,3 -model=model_25326,5 - -// 24052 -[loc_24052] -ambient=30 -contrast=30 -active=no -model=model_25328,1 -model=model_25329,5 - -// 24053 -[loc_24053] -ambient=30 -contrast=30 -active=no -mirror=yes -model=model_25328,1 -model=model_25329,5 - -// 24054 -[loc_24054] -ambient=30 -contrast=30 -active=no -model=model_25330,5 - -// 24055 -[loc_24055] -ambient=30 -contrast=30 -active=no -model=model_25331,1 -model=model_25332,5 - -// 24056 -[loc_24056] -ambient=30 -contrast=30 -active=no -model=model_25333,1 - -// 24057 -[loc_24057] -ambient=30 -contrast=30 -active=no -mirror=yes -model=model_25333,1 - -// 24058 -[loc_24058] -ambient=30 -contrast=30 -active=no -model=model_25327,1 - -// 24059 -[loc_24059] -ambient=30 -contrast=30 -active=no -mirror=yes -model=model_25327,1 - -// 24060 -[loc_24060] -ambient=30 -contrast=30 -active=no -model=model_25304,1 -model=model_25305,2 -model=model_25303,1 -model=model_25307,2 - -// 24061 -[loc_24061] -ambient=30 -contrast=30 -active=no -model=model_25308 -model=model_25306 - -// 24062 -[loc_24062] -ambient=30 -contrast=30 -active=no -mirror=yes -model=model_25308 -model=model_25306 - -// 24063 -[loc_24063] -ambient=30 -contrast=30 -active=no -model=model_25316 - -// 24064 -[loc_24064] -ambient=20 -contrast=10 -active=no -blockwalk=no -sharelight=yes -model=model_25314,1 - -// 24065 -[loc_24065] -length=6 -anim=seq_6495 -bgsound=synth_2227,25 -ambient=20 -contrast=10 -model=model_25336 -name=Sails - -// 24066 -[loc_24066] -length=2 -ambient=20 -contrast=10 -sharelight=yes -model=model_25313 -name=Mill - -// 24067 -[loc_24067] -width=2 -length=2 -anim=seq_6493 -ambient=20 -contrast=10 -model=model_25334 -name=Mill - -// 24068 -[loc_24068] -width=2 -length=2 -anim=seq_6494 -ambient=20 -contrast=10 -bgsound=synth_2226,5 -model=model_25335 -name=Mill - -// 24069 -[loc_24069] -width=2 -length=2 -ambient=20 -contrast=10 -model=model_25312 -name=Mill - -// 24070 -[loc_24070] -width=3 -length=2 -op1=Empty -active=yes -ambient=20 -contrast=10 -model=model_25312 -model2=model_25311 -name=Flour bin - -// 24071 -[loc_24071] -ambient=20 -contrast=10 -model=model_25317 -name=Hopper - -// 24072 -[loc_24072] -op1=Operate -forceapproach=south -ambient=20 -contrast=10 -model=model_25318 -name=Hopper controls - -// 24073 -[loc_24073] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=25 -forceapproach=west -model=model_25315 -model2=model_25320 -name=Staircase - -// 24074 -[loc_24074] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -ambient=25 -contrast=25 -forceapproach=west -model=model_25321 -model2=model_25310 -name=Staircase - -// 24075 -[loc_24075] -op1=Climb-down -width=2 -length=2 -blockwalk=yes -msi=msi_7 -ambient=25 -contrast=25 -forceapproach=east -model=model_25322 -model2=model_25309 -name=Staircase - -// 24076 -[loc_24076] -width=2 -offsety=5 -blockrange=no -recol1s=13638 -recol1d=8385 -recol2s=12581 -recol2d=12613 -recol3s=14695 -recol3d=10499 -model=model_24870 -name=Table - -// 24077 -[loc_24077] -contrast=25 -ambient=25 -offsety=6 -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=7328 -model=model_12548,Q - -// 24078 -[loc_24078] -contrast=25 -ambient=25 -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=7328 -recol3s=23080 -recol3d=10499 -model=model_12538,Q - -// 24079 -[loc_24079] -active=yes -contrast=25 -ambient=25 -offsety=5 -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=7328 -model=model_12547,Q -name=Shelves - -// 24080 -[loc_24080] -active=yes -contrast=25 -ambient=25 -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=7328 -model=model_12536,Q -name=Shelves - -// 24081 -[loc_24081] -ambient=30 -active=yes -model=model_25168,Q -name=Picture - -// 24082 -[loc_24082] -ambient=30 -active=yes -model=model_25167,Q -name=Picture - -// 24083 -[loc_24083] -ambient=30 -active=yes -model=model_25162,Q -name=Picture - -// 24084 -[loc_24084] -width=2 -contrast=10 -ambient=10 -raiseobject=yes -blockrange=no -recol1s=16809 -recol1d=12613 -recol2s=14695 -recol2d=11556 -recol3s=13638 -recol3d=10499 -recol4s=12581 -recol4d=9442 -model=model_14827 -name=Table - -// 24085 -[loc_24085] -ambient=10 -op1=Search -recol1s=10501 -recol1d=12613 -recol2s=8388 -recol2d=11556 -model=model_7392 -model2=model_7677 -name=Shelves - -// 24086 -[loc_24086] -ambient=10 -op1=Search -recol1s=10501 -recol1d=12613 -recol2s=8388 -recol2d=11556 -model=model_7392 -model2=model_7682 -name=Shelves - -// 24087 -[loc_24087] -width=2 -op1=Search -blockrange=no -model=model_25082 -model2=model_25078 -model3=model_25083 -name=Study desk - -// 24088 -[loc_24088] -width=3 -ambient=20 -blockrange=no -recol1s=16809 -recol1d=12613 -recol2s=14695 -recol2d=11556 -recol3s=13638 -recol3d=10499 -recol4s=12581 -recol4d=9442 -model=model_25075 -model2=model_25049 -model3=model_25051 -name=Table - -// 24089 -[loc_24089] -ambient=50 -contrast=20 -active=no -model=model_25084,Q - -// 24090 -[loc_24090] -ambient=30 -contrast=20 -active=yes -model=model_25077,Q -name=Dead bat - -// 24091 -[loc_24091] -ambient=30 -contrast=20 -active=yes -model=model_25080,Q -name=Herbs - -// 24092 -[loc_24092] -active=yes -length=2 -model=model_25079 -name=Cabinet - -// 24093 -[loc_24093] -active=yes -length=2 -model=model_25079 -model2=model_25076 -model3=model_25081 -name=Cabinet - -// 24094 -[loc_24094] -ambient=20 -width=2 -anim=seq_6466 -model=model_24742 -name=Swings - -// 24095 -[loc_24095] -ambient=20 -length=2 -width=2 -anim=seq_6467 -model=model_24743 -name=Washing line - -// 24096 -[loc_24096] -active=yes -blockwalk=no -model=model_18316,0 -name=Toy bricks - -// 24097 -[loc_24097] -active=yes -ambient=20 -blockwalk=no -model=model_24738,0 -name=Toy weapons - -// 24098 -[loc_24098] -ambient=20 -model=model_24740 -name=Cat basket - -// 24099 -[loc_24099] -ambient=20 -width=2 -model=model_24741 -name=Bunkbed - -// 24100 -[loc_24100] -blockwalk=no -hillskew=yes -recol1s=320 -recol1d=7493 -recol2s=1118 -recol2d=7674 -recol3s=2014 -recol3d=11902 -model=model_1569 -name=Flowerbed - -// 24101 -[loc_24101] -blockwalk=no -hillskew=yes -recol1s=320 -recol1d=7493 -recol2s=1118 -recol2d=7674 -recol3s=2014 -recol3d=11902 -model=model_24737 -name=Flowerbed - -// 24102 -[loc_24102] -active=no -blockwalk=no -hillskew=yes -hardshadow=no -recol1s=320 -recol1d=7493 -recol2s=1118 -recol2d=7674 -recol3s=2014 -recol3d=11902 -model=model_24736 - -// 24103 -[loc_24103] -active=no -blockwalk=no -hillskew=yes -hardshadow=no -recol1s=320 -recol1d=7493 -recol2s=1118 -recol2d=7674 -recol3s=2014 -recol3d=11902 -model=model_24739 - -// 24104 -[loc_24104] -width=2 -contrast=10 -ambient=10 -blockrange=no -recol1s=16809 -recol1d=12613 -recol2s=14695 -recol2d=11556 -recol3s=13638 -recol3d=10499 -recol4s=12581 -recol4d=9442 -model=model_14827 -model2=model_25196 -name=Table - -// 24105 -[loc_24105] -length=2 -contrast=10 -ambient=10 -recol1s=16809 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=8387 -recol4d=9442 -recol5s=7297 -recol5d=8385 -model=model_25179 -name=Sword cabinet - -// 24106 -[loc_24106] -contrast=10 -ambient=10 -model=model_25185 -name=Sword in stone - -// 24107 -[loc_24107] -ambient=20 -model=model_25181,Q - -// 24108 -[loc_24108] -ambient=20 -model=model_25180,Q - -// 24109 -[loc_24109] -width=2 -model=model_25197 -name=Sword case - -// 24110 -[loc_24110] -model=model_25178 -name=Sword case - -// 24111 -[loc_24111] -model=model_25184 -name=Sword case - -// 24112 -[loc_24112] -width=2 -model=model_25183 -name=Sink - -// 24113 -[loc_24113] -model=model_25189 -name=Dishes - -// 24114 -[loc_24114] -model=model_25188 -name=Dishes - -// 24115 -[loc_24115] -model=model_25187 -name=Dishes - -// 24116 -[loc_24116] -width=2 -recol1s=9249 -recol1d=1129 -recol2s=26400 -recol2d=32767 -model=model_25197 -name=Sword case - -// 24117 -[loc_24117] -blockwalk=no -ambient=50 -active=yes -model=model_25192,Q -name=Poster - -// 24118 -[loc_24118] -blockwalk=no -ambient=50 -active=yes -model=model_25190,Q -name=Poster - -// 24119 -[loc_24119] -blockwalk=no -ambient=50 -active=yes -model=model_25191,Q -name=Poster - -// 24120 -[loc_24120] -active=no -model=model_24888 - -// 24121 -[loc_24121] -active=no -model=model_24889 - -// 24122 -[loc_24122] -model=model_24892 -name=Stepladder - -// 24123 -[loc_24123] -resizex=90 -resizey=90 -resizez=90 -active=no -recol1s=9412 -recol1d=11556 -recol2s=9411 -recol2d=10499 -recol3s=8355 -recol3d=9442 -model=model_13904 - -// 24124 -[loc_24124] -width=3 -sharelight=yes -blockrange=no -model=model_24883 -model2=model_24882 -name=Shop counter - -// 24125 -[loc_24125] -sharelight=yes -active=no -blockrange=no -model=model_24885 - -// 24126 -[loc_24126] -active=no -sharelight=yes -blockrange=no -model=model_24886 - -// 24127 -[loc_24127] -ambient=40 -active=yes -blockrange=no -model=model_24884,Q -name=Notices - -// 24128 -[loc_24128] -active=no -ambient=40 -blockrange=no -model=model_24887,Q - -// 24129 -[loc_24129] -active=no -blockrange=no -model=model_24890 - -// 24130 -[loc_24130] -active=no -blockrange=no -model=model_24891 - -// 24131 -[loc_24131] -ambient=30 -model=model_24712,Q - -// 24132 -[loc_24132] -ambient=30 -model=model_24711,Q - -// 24133 -[loc_24133] -ambient=30 -model=model_24714,Q - -// 24134 -[loc_24134] -width=2 -ambient=25 -model=model_24715 -name=Bow cabinet - -// 24135 -[loc_24135] -width=2 -model=model_24713 -name=Workbench - -// 24136 -[loc_24136] -ambient=30 -active=no -recol1s=11456 -recol1d=11556 -recol2s=8320 -recol2d=8385 -model=model_12597,Q - -// 24137 -[loc_24137] -blockwalk=no -ambient=30 -active=no -model=model_25204,Q - -// 24138 -[loc_24138] -width=2 -model=model_24722 -name=Bow case - -// 24139 -[loc_24139] -model=model_16290 -name=Crate - -// 24140 -[loc_24140] -model=model_24716 -name=Crate - -// 24141 -[loc_24141] -model=model_24723 -name=Wood - -// 24142 -[loc_24142] -recol1s=13605 -recol1d=12613 -recol2s=12548 -recol2d=11556 -recol3s=11491 -recol3d=10499 -recol4s=10434 -recol4d=9442 -recol5s=9479 -recol5d=8385 -recol6s=7297 -recol6d=7328 -model=model_24717 -name=Barrel - -// 24143 -[loc_24143] -blockwalk=no -ambient=50 -active=yes -model=model_24720,Q -name=Poster - -// 24144 -[loc_24144] -blockwalk=no -ambient=50 -active=yes -model=model_24721,Q -name=Poster - -// 24145 -[loc_24145] -blockwalk=no -ambient=60 -model=model_24710,Q - -// 24146 -[loc_24146] -blockwalk=no -ambient=60 -model=model_24719,Q - -// 24147 -[loc_24147] -ambient=30 -blockwalk=yes -retex1s=material_233 -retex1d=material_107 -model=model_24718 -name=Mannequin - -// 24148 -[loc_24148] -ambient=20 -contrast=15 -model=model_25066 -name=Bookcase - -// 24149 -[loc_24149] -ambient=20 -contrast=15 -model=model_25170,Q - -// 24150 -[loc_24150] -active=no -sharelight=yes -blockrange=no -model=model_25031 - -// 24151 -[loc_24151] -active=no -ambient=15 -model=model_25037,2 - -// 24152 -[loc_24152] -active=no -ambient=25 -resizey=158 -model=model_24852,1 - -// 24153 -[loc_24153] -width=2 -length=3 -ambient=20 -recol1s=11556 -recol1d=12613 -recol2s=9442 -recol2d=10499 -recol3s=8456 -recol3d=8449 -model=model_1480 -name=Cart - -// 24154 -[loc_24154] -active=no -hillskew=yes -ambient=20 -blockrange=no -recol1s=8422 -recol1d=9512 -recol2s=8454 -recol2d=10569 -recol3s=9479 -recol3d=11626 -recol4s=11592 -recol4d=12683 -model=model_3722 - -// 24155 -[loc_24155] -active=no -hillskew=yes -ambient=20 -width=2 -length=2 -resizex=256 -resizey=256 -resizez=256 -blockrange=no -recol1s=8422 -recol1d=9512 -recol2s=8454 -recol2d=10569 -recol3s=9479 -recol3d=11626 -recol4s=11592 -recol4d=12683 -model=model_3722 - -// 24156 -[loc_24156] -active=no -hillskew=yes -msi=msi_11 -resizex=64 -resizey=64 -resizez=64 -ambient=20 -blockrange=no -recol1s=12580 -recol1d=11626 -model=model_818 - -// 24157 -[loc_24157] -active=no -hillskew=yes -msi=msi_11 -resizex=64 -resizey=64 -resizez=64 -ambient=20 -blockrange=no -recol1s=12580 -recol1d=11626 -model=model_819 - -// 24158 -[loc_24158] -active=no -shadow=no -blockwalk=yes -hillskew=yes -msi=msi_12 -resizex=64 -resizey=64 -resizez=64 -ambient=20 -blockrange=no -recol1s=12580 -recol1d=11626 -model=model_820 - -// 24159 -[loc_24159] -active=no -shadow=no -hillskew=yes -msi=msi_12 -resizex=64 -resizey=64 -resizez=64 -ambient=20 -blockrange=no -recol1s=12580 -recol1d=11626 -model=model_821 - -// 24160 -[loc_24160] -ambient=25 -model=model_24699 -name=Waterpump - -// 24161 -[loc_24161] -anim=seq_6023 -width=2 -length=2 -ambient=20 -bgsound=synth_2151,5 -model=model_24520 -model2=model_24521 -name=Fountain - -// 24162 -[loc_24162] -ambient=25 -offsetx=18 -recol1s=18960 -recol1d=12683 -recol2s=16846 -recol2d=11626 -recol3s=13675 -recol3d=10569 -recol4s=12618 -recol4d=9512 -model=model_7708 -name=Statue - -// 24163 -[loc_24163] -ambient=35 -offsetx=18 -resizex=136 -resizey=136 -resizez=136 -width=2 -length=2 -recol1s=18960 -recol1d=12683 -recol2s=16846 -recol2d=11626 -recol3s=13675 -recol3d=10569 -recol4s=12618 -recol4d=9512 -model=model_7708 -name=Statue - -// 24164 -[loc_24164] -width=2 -recol1s=12613 -recol1d=12613 -recol2s=9442 -recol2d=11556 -recol3s=8385 -recol3d=10499 -model=model_14206 -name=Trough - -// 24165 -[loc_24165] -width=3 -length=2 -ambient=15 -model=model_25301 -name=Plough - -// 24166 -[loc_24166] -width=2 -length=2 -resizex=90 -resizey=100 -resizez=90 -ambient=20 -blockrange=no -model=model_25044 -name=Well - -// 24167 -[loc_24167] -hillskew=yes -blockrange=no -recol1s=16704 -recol1d=12613 -recol2s=12513 -recol2d=11556 -recol3s=9377 -recol3d=10499 -recol4s=6241 -recol4d=9442 -recol5s=16846 -recol5d=19023 -model=model_642 -name=Spear wall - -// 24168 -[loc_24168] -ambient=25 -op1=Chop down -op3=hidden -recol1s=7393 -recol1d=12613 -recol2s=4384 -recol2d=11556 -recol3s=6336 -recol3d=10499 -recol4s=3328 -recol4d=9442 -recol5s=5280 -recol5d=8385 -recol6s=2272 -recol6d=7328 -model=model_14747 -name=Dying tree - -// 24169 -[loc_24169] -ambient=25 -recol1s=7393 -recol1d=12613 -recol2s=4384 -recol2d=11556 -recol3s=6336 -recol3d=10499 -recol4s=3328 -recol4d=9442 -recol5s=5280 -recol5d=8385 -recol6s=2272 -recol6d=7328 -model=model_25026 -name=Dying tree Stump - -// 24170 -[loc_24170] -anim=seq_4778 -width=5 -ambient=10 -contrast=10 -active=yes -model=model_18173 -model2=model_18174 -name=Washing Line - -// 24171 -[loc_24171] -ambient=10 -contrast=10 -sharelight=yes -active=yes -model=model_18175,4 -name=Washing Line - -// 24172 -[loc_24172] -anim=seq_4778 -width=3 -ambient=10 -contrast=10 -active=yes -model=model_18172 -model2=model_18171 -name=Washing Line - -// 24173 -[loc_24173] -ambient=15 -contrast=10 -active=no -model=model_24909 - -// 24174 -[loc_24174] -ambient=15 -contrast=10 -active=no -model=model_24910 - -// 24175 -[loc_24175] -ambient=15 -contrast=10 -active=no -model=model_24911 - -// 24176 -[loc_24176] -ambient=15 -contrast=10 -active=no -model=model_24912 - -// 24177 -[loc_24177] -ambient=60 -active=no -model=model_15263,Q - -// 24178 -[loc_24178] -ambient=20 -active=no -model=model_17347,Q - -// 24179 -[loc_24179] -ambient=20 -active=no -model=model_17346,Q - -// 24180 -[loc_24180] -active=yes -ambient=15 -contrast=15 -active=no -recol1s=24137 -recol1d=12613 -recol2s=17764 -recol2d=11556 -recol3s=8387 -recol3d=9442 -model=model_4319,Q - -// 24181 -[loc_24181] -active=yes -ambient=15 -contrast=15 -active=no -recol1s=24137 -recol1d=12613 -recol2s=17764 -recol2d=11556 -recol3s=8387 -recol3d=9442 -model=model_4318,Q - -// 24182 -[loc_24182] -active=yes -ambient=15 -contrast=15 -active=no -recol1s=24137 -recol1d=12613 -recol2s=17764 -recol2d=11556 -recol3s=8387 -recol3d=9442 -model=model_4321,Q - -// 24183 -[loc_24183] -ambient=35 -active=yes -model=model_25171,Q -name=Painting - -// 24184 -[loc_24184] -ambient=35 -active=yes -model=model_25172,Q -name=Painting - -// 24185 -[loc_24185] -ambient=50 -active=no -recol1s=13890 -recol1d=12613 -recol2s=11776 -recol2d=11556 -recol3s=9633 -recol3d=10499 -recol4s=5473 -recol4d=9442 -retex1s=material_349 -retex1d=material_274 -model=model_11575,Q - -// 24186 -[loc_24186] -ambient=50 -active=no -recol1s=13890 -recol1d=12613 -recol2s=11776 -recol2d=11556 -recol3s=9633 -recol3d=10499 -recol4s=5473 -recol4d=9442 -model=model_11576,Q - -// 24187 -[loc_24187] -ambient=50 -active=no -recol1s=13890 -recol1d=12613 -recol2s=11776 -recol2d=11556 -recol3s=9633 -recol3d=10499 -recol4s=5473 -recol4d=9442 -model=model_11577,Q - -// 24188 -[loc_24188] -active=no -ambient=20 -contrast=15 -model=model_18305,Q - -// 24189 -[loc_24189] -active=no -ambient=20 -contrast=15 -model=model_18306,Q - -// 24190 -[loc_24190] -active=no -ambient=20 -contrast=15 -model=model_18307,Q - -// 24191 -[loc_24191] -ambient=25 -contrast=25 -model=model_25166,Q - -// 24192 -[loc_24192] -ambient=25 -contrast=25 -mirror=yes -op1=Read -model=model_25166,Q -name=Combat Scroll - -// 24193 -[loc_24193] -ambient=25 -contrast=25 -model=model_25165,Q - -// 24194 -[loc_24194] -active=yes -anim=seq_4132 -retex1s=material_349 -retex1d=material_274 -model=model_24968,Q -name=Smoking vent - -// 24195 -[loc_24195] -active=yes -anim=seq_4132 -offsety=-60 -bgsound=synth_3142,5 -model=model_24969,Q -name=Smoking vent - -// 24196 -[loc_24196] -ambient=20 -contrast=20 -model=model_25159,Q - -// 24197 -[loc_24197] -ambient=20 -contrast=20 -model=model_25161,Q - -// 24198 -[loc_24198] -ambient=20 -contrast=20 -model=model_25160,Q - -// 24199 -[loc_24199] -ambient=20 -contrast=20 -model=model_25163,Q - -// 24200 -[loc_24200] -ambient=40 -active=yes -recol1s=26048 -recol1d=26176 -model=model_25176,Q -name=Shield - -// 24201 -[loc_24201] -blockwalk=no -ambient=10 -active=no -model=model_25173,Q - -// 24202 -[loc_24202] -blockwalk=no -ambient=10 -active=no -model=model_25174,Q - -// 24203 -[loc_24203] -op1=Open -forceapproach=north -recol1s=9543 -recol1d=12613 -recol2s=8484 -recol2d=11556 -recol3s=6373 -recol3d=10499 -recol4s=6370 -recol4d=9442 -recol5s=4256 -recol5d=8385 -model=model_5272 -name=Closed chest - -// 24204 -[loc_24204] -op1=Search -op2=Shut -forceapproach=north -recol1s=9543 -recol1d=12613 -recol2s=8484 -recol2d=11556 -recol3s=6373 -recol3d=10499 -recol4s=6370 -recol4d=9442 -recol5s=4256 -recol5d=8385 -model=model_5273 -name=Open chest - -// 24205 -[loc_24205] -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -model=model_7704 -name=Crate - -// 24206 -[loc_24206] -ambient=10 -op1=Search -recol1s=13639 -recol1d=12613 -recol2s=12582 -recol2d=11556 -recol3s=11525 -recol3d=10499 -recol4s=10468 -recol4d=9442 -recol5s=9411 -recol5d=8385 -recol6s=8354 -recol6d=7328 -model=model_5283 -name=Boxes - -// 24207 -[loc_24207] -ambient=25 -resizey=152 -blockrange=no -recol1s=4194 -recol1d=10273 -recol2s=13605 -recol2d=12613 -recol3s=12548 -recol3d=11556 -recol4s=11491 -recol4d=10499 -recol5s=10434 -recol5d=9442 -recol6s=7297 -recol6d=8385 -model=model_8232 -model2=model_24724 -name=Barrel - -// 24208 -[loc_24208] -active=yes -ambient=20 -op1=Search -recol1s=4194 -recol1d=10273 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -model=model_7685 -model2=model_16950 -name=Crate - -// 24209 -[loc_24209] -ambient=25 -resizey=152 -blockrange=no -recol1s=4194 -recol1d=5381 -recol2s=13605 -recol2d=12613 -recol3s=12548 -recol3d=11556 -recol4s=11491 -recol4d=10499 -recol5s=10434 -recol5d=9442 -recol6s=7297 -recol6d=8385 -model=model_8232 -model2=model_24724 -name=Barrel - -// 24210 -[loc_24210] -active=no -ambient=20 -op1=Search -recol1s=4194 -recol1d=5381 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -model=model_7685 -model2=model_16950 - -// 24211 -[loc_24211] -recol1s=13605 -recol1d=12613 -recol2s=12548 -recol2d=11556 -recol3s=11491 -recol3d=10499 -recol4s=10434 -recol4d=9442 -recol5s=7297 -recol5d=8385 -model=model_8232 -model2=model_24724 -name=Barrel - -// 24212 -[loc_24212] -ambient=15 -recol1s=13605 -recol1d=12613 -recol2s=12548 -recol2d=11556 -recol3s=11491 -recol3d=10499 -recol4s=7297 -recol4d=9442 -model=model_14828 -model2=model_14829 -name=Barrel - -// 24213 -[loc_24213] -resizex=142 -resizey=142 -resizez=142 -ambient=10 -active=no -blockrange=no -recol1s=13605 -recol1d=12613 -recol2s=12548 -recol2d=11556 -recol3s=11491 -recol3d=10499 -recol4s=10434 -recol4d=9442 -recol5s=7297 -recol5d=8385 -model=model_8232 -model2=model_9531 - -// 24214 -[loc_24214] -width=2 -length=2 -ambient=20 -shadow=no -resizex=112 -resizey=112 -resizez=112 -bgsound=synth_2149,5 -retex1s=material_72 -retex1d=material_98 -model=model_24879 -name=Fountain - -// 24215 -[loc_24215] -ambient=25 -recol1s=26048 -recol1d=26176 -model=model_25069 -name=Suit of armour - -// 24216 -[loc_24216] -ambient=10 -active=yes -recol1s=26048 -recol1d=26176 -recol2s=6342 -recol2d=6342 -model=model_25169,Q -name=Standard - -// 24217 -[loc_24217] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=19488 -recol2s=0 -recol2d=9249 -model=model_12527,0 - -// 24218 -[loc_24218] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=19488 -recol2s=0 -recol2d=9249 -model=model_12529,0 - -// 24219 -[loc_24219] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=19488 -recol2s=0 -recol2d=9249 -model=model_12528,0 - -// 24220 -[loc_24220] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4488,0 - -// 24221 -[loc_24221] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4492,0 - -// 24222 -[loc_24222] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4491,0 - -// 24223 -[loc_24223] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4490,0 - -// 24224 -[loc_24224] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4489,0 - -// 24225 -[loc_24225] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4494,0 - -// 24226 -[loc_24226] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4493,0 - -// 24227 -[loc_24227] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4487,0 - -// 24228 -[loc_24228] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_8255,0 - -// 24229 -[loc_24229] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=15785 -recol2s=15618 -recol2d=15785 -recol3s=14594 -recol3d=15785 -model=model_1124,0 - -// 24230 -[loc_24230] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=15785 -recol2s=15618 -recol2d=15785 -model=model_1139,0 - -// 24231 -[loc_24231] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=15785 -recol2s=15618 -recol2d=15785 -model=model_1032,0 - -// 24232 -[loc_24232] -blockwalk=no -active=yes -recol1s=15883 -recol1d=21169 -model=model_13993,0 -name=Paper - -// 24233 -[loc_24233] -active=yes -blockwalk=no -recol1s=15883 -recol1d=21169 -recol2s=7363 -recol2d=9413 -recol3s=8420 -recol3d=7299 -model=model_13994,0 -name=Paper - -// 24234 -[loc_24234] -active=yes -ambient=20 -contrast=15 -blockwalk=yes -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_24707,0 -name=Drain - -// 24235 -[loc_24235] -active=yes -ambient=20 -contrast=15 -blockwalk=yes -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_24708,0 -name=Drain - -// 24236 -[loc_24236] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=15785 -recol2s=8423 -recol2d=15785 -recol3s=10537 -recol3d=15785 -recol4s=9480 -recol4d=15785 -model=model_12125,0 - -// 24237 -[loc_24237] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=15785 -recol2s=8423 -recol2d=15785 -recol3s=10537 -recol3d=15785 -recol4s=9480 -recol4d=15785 -model=model_12126,0 - -// 24238 -[loc_24238] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=15785 -recol2s=8423 -recol2d=15785 -recol3s=10537 -recol3d=15785 -recol4s=9480 -recol4d=15785 -model=model_12127,0 - -// 24239 -[loc_24239] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=15785 -recol2s=8423 -recol2d=15785 -recol3s=10537 -recol3d=15785 -recol4s=9480 -recol4d=15785 -model=model_12128,0 - -// 24240 -[loc_24240] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=15785 -recol2s=8423 -recol2d=15785 -recol3s=10537 -recol3d=15785 -recol4s=9480 -recol4d=15785 -model=model_12129,0 - -// 24241 -[loc_24241] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=15785 -recol2s=7329 -recol2d=15785 -recol3s=10537 -recol3d=15785 -recol4s=9480 -recol4d=15785 -model=model_12130,0 - -// 24242 -[loc_24242] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=15785 -recol2s=8423 -recol2d=15785 -recol3s=10537 -recol3d=15785 -recol4s=9480 -recol4d=15785 -model=model_12131,0 - -// 24243 -[loc_24243] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=7329 -recol3s=10537 -recol3d=7329 -recol4s=9480 -recol4d=7329 -model=model_12125,0 - -// 24244 -[loc_24244] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=7329 -recol3s=10537 -recol3d=7329 -recol4s=9480 -recol4d=7329 -model=model_12126,0 - -// 24245 -[loc_24245] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=7329 -recol3s=10537 -recol3d=7329 -recol4s=9480 -recol4d=7329 -model=model_12127,0 - -// 24246 -[loc_24246] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=7329 -recol3s=10537 -recol3d=7329 -recol4s=9480 -recol4d=7329 -model=model_12128,0 - -// 24247 -[loc_24247] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=7329 -recol3s=10537 -recol3d=7329 -recol4s=9480 -recol4d=7329 -model=model_12129,0 - -// 24248 -[loc_24248] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=7329 -recol3s=10537 -recol3d=7329 -recol4s=9480 -recol4d=7329 -model=model_12130,0 - -// 24249 -[loc_24249] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=7329 -recol3s=10537 -recol3d=7329 -recol4s=9480 -recol4d=7329 -model=model_12131,0 - -// 24250 -[loc_24250] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=7329 -recol3s=10537 -recol3d=7329 -recol4s=9480 -recol4d=7329 -model=model_25627,0 - -// 24251 -[loc_24251] -active=no -ambient=20 -hillskew=yes -blockwalk=no -forcedecor=yes -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_7771,0 - -// 24252 -[loc_24252] -ambient=10 -contrast=10 -active=yes -blockwalk=no -model=model_25194,0 -name=Rotten food - -// 24253 -[loc_24253] -ambient=10 -contrast=10 -active=yes -blockwalk=no -model=model_25193,0 -name=Rotten food - -// 24254 -[loc_24254] -ambient=10 -contrast=10 -active=yes -blockwalk=no -model=model_25195,0 -name=Rotten food - -// 24255 -[loc_24255] -ambient=10 -contrast=10 -active=yes -blockwalk=no -model=model_25182,0 -name=Rat - -// 24256 -[loc_24256] -ambient=25 -hillskew=yes -blockrange=no -recol1s=32697 -recol1d=26320 -recol2s=3170 -recol2d=32697 -recol3s=29098 -recol3d=27412 -model=model_3916 -name=Mushroom - -// 24257 -[loc_24257] -ambient=25 -hillskew=yes -blockrange=no -recol1s=32697 -recol1d=26320 -recol2s=3170 -recol2d=32697 -recol3s=29098 -recol3d=27412 -model=model_3917 -name=Mushrooms - -// 24258 -[loc_24258] -ambient=25 -hillskew=yes -blockrange=no -recol1s=32697 -recol1d=26320 -recol2s=3170 -recol2d=32697 -recol3s=29098 -recol3d=27412 -model=model_3918 -name=Mushroom - -// 24259 -[loc_24259] -ambient=25 -length=2 -model=model_25025 -name=Cannon - -// 24260 -[loc_24260] -active=yes -ambient=25 -model=model_25045 -name=Banner - -// 24261 -[loc_24261] -active=no -ambient=25 -width=2 -length=3 -resizex=110 -model=model_25041 - -// 24262 -[loc_24262] -active=no -blockwalk=no -model=model_1077 - -// 24263 -[loc_24263] -width=2 -length=2 -op1=Read -shadow=no -ambient=15 -recol1s=11555 -recol1d=12613 -recol2s=10400 -recol2d=11556 -recol3s=8321 -recol3d=10499 -recol4s=22196 -recol4d=17864 -model=model_18518 -name=Signpost - -// 24264 -[loc_24264] -op1=Climb-down -hardshadow=no -model=model_25023 -name=Hole - -// 24265 -[loc_24265] -active=yes -blockwalk=yes -shadow=no -length=2 -width=2 -ambient=25 -contrast=25 -anim=seq_6492 -bgsound=synth_2151,5 -blockrange=no -model=model_24859 -name=Fountain - -// 24266 -[loc_24266] -active=no -blockwalk=no -length=2 -width=2 -ambient=25 -contrast=25 -model=model_24866 - -// 24267 -[loc_24267] -active=no -blockwalk=yes -ambient=25 -contrast=25 -shadow=no -model=model_24865,1 -model=model_24867,4 - -// 24268 -[loc_24268] -active=no -shadow=no -blockwalk=yes -ambient=25 -contrast=25 -shadow=no -model=model_24860,1 - -// 24269 -[loc_24269] -mirror=yes -active=no -shadow=no -blockwalk=yes -ambient=25 -contrast=25 -shadow=no -model=model_24860,1 - -// 24270 -[loc_24270] -mirror=yes -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -shadow=no -model=model_24865,1 -model=model_24867,4 - -// 24271 -[loc_24271] -active=no -sharelight=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -model=model_24858,0 - -// 24272 -[loc_24272] -active=no -sharelight=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -model=model_24861,0 - -// 24273 -[loc_24273] -active=no -sharelight=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -model=model_24862,0 - -// 24274 -[loc_24274] -active=no -sharelight=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -model=model_24863,0 - -// 24275 -[loc_24275] -active=no -sharelight=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -model=model_24864,0 - -// 24276 -[loc_24276] -mirror=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -model=model_24858,0 - -// 24277 -[loc_24277] -mirror=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -model=model_24861,0 - -// 24278 -[loc_24278] -mirror=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -model=model_24862,0 - -// 24279 -[loc_24279] -mirror=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -model=model_24863,0 - -// 24280 -[loc_24280] -mirror=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -model=model_24864,0 - -// 24281 -[loc_24281] -ambient=25 -offsetx=28 -offsety=0 -offsetz=0 -op1=Search -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=9442 -recol3s=5184 -recol3d=10430 -model=model_15207 -name=Bookcase - -// 24282 -[loc_24282] -ambient=25 -offsetx=28 -offsety=0 -offsetz=0 -op1=Search -recol1s=20933 -recol1d=9442 -recol2s=7329 -recol2d=11556 -recol3s=5184 -recol3d=10430 -model=model_15208 -name=Bookcase - -// 24283 -[loc_24283] -length=2 -forceapproach=east -ambient=25 -bgsound=synth_2199,5 -recol1s=12618 -recol1d=12683 -recol2s=10504 -recol2d=10569 -recol3s=7399 -recol3d=8455 -model=model_12616 -name=Range - -// 24284 -[loc_24284] -length=2 -forceapproach=east -ambient=25 -bgsound=synth_2200,5 -recol1s=12618 -recol1d=12683 -recol2s=10504 -recol2d=10569 -recol3s=7399 -recol3d=8455 -model=model_12616 -model2=model_25042 -name=Range - -// 24285 -[loc_24285] -length=3 -anim=seq_477 -ambient=25 -bgsound=synth_2065,5 -recol1s=15852 -recol1d=12683 -recol2s=11624 -recol2d=9512 -retex1s=material_335 -retex1d=material_96 -retex2s=material_380 -retex2d=material_309 -model=model_12612 -name=Fireplace - -// 24286 -[loc_24286] -length=2 -ambient=25 -active=no -model=model_25186 - -// 24287 -[loc_24287] -forceapproach=south -ambient=25 -blockrange=no -recol1s=7329 -recol1d=13344 -model=model_12443 -name=Chair - -// 24288 -[loc_24288] -width=2 -length=2 -ambient=25 -recol1s=22059 -recol1d=12614 -recol2s=14729 -recol2d=21171 -recol3s=14662 -recol3d=10499 -recol4s=15392 -recol4d=11696 -recol5s=17931 -recol5d=23289 -model=model_12395 -name=Bed - -// 24289 -[loc_24289] -width=2 -length=2 -ambient=25 -recol1s=22059 -recol1d=12614 -recol2s=14729 -recol2d=21171 -recol3s=14662 -recol3d=10499 -recol4s=15392 -recol4d=26176 -recol5s=17931 -recol5d=23289 -model=model_12395 -name=Bed - -// 24290 -[loc_24290] -length=2 -resizex=128 -resizey=135 -resizez=128 -ambient=25 -recol1s=22059 -recol1d=12614 -recol2s=14729 -recol2d=21171 -recol3s=14662 -recol3d=10499 -recol4s=15392 -recol4d=11696 -recol5s=17931 -recol5d=23289 -model=model_12397 -name=Bed - -// 24291 -[loc_24291] -length=2 -resizex=128 -resizey=135 -resizez=128 -ambient=25 -recol1s=22059 -recol1d=12614 -recol2s=14729 -recol2d=21171 -recol3s=14662 -recol3d=10499 -recol4s=15392 -recol4d=11696 -recol5s=17931 -recol5d=23289 -model=model_12397 -name=Bed - -// 24292 -[loc_24292] -ambient=25 -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=10499 -recol3s=0 -recol3d=8385 -model=model_11129 -name=Chest - -// 24293 -[loc_24293] -ambient=25 -recol1s=22059 -recol1d=12613 -recol2s=17832 -recol2d=10499 -recol3s=14662 -recol3d=8385 -recol4s=10435 -recol4d=7328 -model=model_11127 -name=Wardrobe - -// 24294 -[loc_24294] -ambient=25 -op1=Open -forceapproach=south -model=model_25880 -name=Drawers - -// 24295 -[loc_24295] -ambient=25 -op1=Search -op2=Close -model=model_25881 -name=Drawers - -// 24296 -[loc_24296] -width=2 -active=yes -ambient=25 -recol1s=22059 -recol1d=12613 -recol2s=14662 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11491 -recol4d=9442 -model=model_12468 -name=Dresser - -// 24297 -[loc_24297] -ambient=25 -recol1s=8355 -recol1d=8385 -recol2s=11492 -recol2d=11556 -model=model_11125 -name=Wardrobe - -// 24298 -[loc_24298] -ambient=25 -recol1s=14695 -recol1d=12613 -recol2s=10467 -recol2d=9442 -model=model_11128 -name=Wardrobe - -// 24299 -[loc_24299] -width=2 -length=2 -ambient=25 -recol1s=8355 -recol1d=8385 -recol2s=11492 -recol2d=11556 -model=model_12394 -name=Bed - -// 24300 -[loc_24300] -width=2 -length=2 -msi=msi_11 -op1=Search -recol1s=7488 -recol1d=32105 -model=model_2165 -name=Mossy rock - -// 24301 -[loc_24301] -width=2 -ambient=25 -model=model_15209 -name=Table - -// 24302 -[loc_24302] -width=4 -ambient=25 -recol1s=26048 -recol1d=26176 -recol2s=22848 -recol2d=24096 -model=model_25055 -model2=model_25068 -name=Table - -// 24303 -[loc_24303] -width=4 -ambient=25 -recol1s=26048 -recol1d=5457 -recol2s=22848 -recol2d=1262 -recol3s=6342 -recol3d=24265 -model=model_25055 -model2=model_25067 -name=Table - -// 24304 -[loc_24304] -ambient=15 -blockrange=no -recol1s=23094 -recol1d=5457 -model=model_24917 -name=Chair - -// 24305 -[loc_24305] -width=4 -length=2 -ambient=25 -recol1s=14695 -recol1d=12613 -recol2s=10467 -recol2d=9442 -model=model_12460 -name=Teak table - -// 24306 -[loc_24306] -width=2 -length=2 -resizex=60 -ambient=25 -recol1s=14695 -recol1d=12613 -recol2s=10467 -recol2d=9442 -model=model_12460 -name=Teak table - -// 24307 -[loc_24307] -ambient=25 -width=2 -recol1s=23208 -recol1d=26176 -recol2s=8450 -recol2d=4228 -recol3s=10564 -recol3d=6342 -recol4s=7332 -recol4d=9442 -recol5s=5218 -recol5d=8385 -recol6s=16836 -recol6d=24096 -model=model_11453 -name=Table - -// 24308 -[loc_24308] -ambient=25 -width=2 -length=2 -resizez=256 -recol1s=23208 -recol1d=26176 -recol2s=8450 -recol2d=4228 -recol3s=10564 -recol3d=6342 -recol4s=7332 -recol4d=9442 -recol5s=5218 -recol5d=8385 -recol6s=16836 -recol6d=24096 -model=model_11453 -name=Table - -// 24309 -[loc_24309] -ambient=25 -recol1s=10472 -recol1d=26176 -recol2s=6244 -recol2d=4228 -recol3s=8358 -recol3d=6342 -recol4s=7332 -recol4d=9442 -recol5s=5218 -recol5d=8385 -recol6s=9415 -recol6d=24096 -model=model_11460 -name=Table - -// 24310 -[loc_24310] -ambient=25 -recol1s=15392 -recol1d=26176 -recol2s=14695 -recol2d=6342 -recol3s=11492 -recol3d=12613 -recol4s=10467 -recol4d=11556 -recol5s=8355 -recol5d=10499 -model=model_12594 -name=Throne - -// 24311 -[loc_24311] -ambient=25 -recol1s=13605 -recol1d=11559 -recol2s=11491 -recol2d=8385 -recol3s=9377 -recol3d=9442 -model=model_25064 -name=Cabinet - -// 24312 -[loc_24312] -ambient=25 -recol1s=13605 -recol1d=11559 -recol2s=11491 -recol2d=8385 -recol3s=9377 -recol3d=9442 -model=model_25065 -name=Cabinet - -// 24313 -[loc_24313] -length=2 -anim=seq_477 -contrast=25 -ambient=25 -recol1s=20933 -recol1d=12683 -recol2s=13634 -recol2d=9512 -model=model_12629 -name=Oven - -// 24314 -[loc_24314] -length=2 -ambient=25 -recol1s=10504 -recol1d=11556 -recol2s=7399 -recol2d=10499 -recol3s=14732 -recol3d=28407 -recol4s=12618 -recol4d=8385 -model=model_13220 -model2=model_13215 -name=Sink - -// 24315 -[loc_24315] -width=2 -length=2 -ambient=25 -recol1s=10467 -recol1d=10499 -recol2s=14695 -recol2d=8385 -recol3s=19023 -recol3d=16906 -recol4s=15852 -recol4d=13737 -model=model_12503 -name=Larder - -// 24316 -[loc_24316] -width=2 -ambient=25 -recol1s=8355 -recol1d=8385 -recol2s=11492 -recol2d=11556 -model=model_12466 -name=Dresser - -// 24317 -[loc_24317] -ambient=25 -recol1s=8384 -recol1d=8385 -recol2s=14722 -recol2d=12613 -model=model_1294 -name=Mirror - -// 24318 -[loc_24318] -length=2 -ambient=25 -recol1s=8320 -recol1d=8385 -recol2s=0 -recol2d=12613 -model=model_1149 -name=Bath screen - -// 24319 -[loc_24319] -length=2 -ambient=25 -recol1s=28541 -recol1d=28534 -model=model_11535 -name=Bathtub - -// 24320 -[loc_24320] -ambient=25 -model=model_25054 -name=Table - -// 24321 -[loc_24321] -ambient=25 -width=2 -recol1s=9409 -recol1d=8385 -recol2s=11523 -recol2d=12613 -model=model_5492 -name=Bench - -// 24322 -[loc_24322] -ambient=25 -op1=Search -op2=Close -recol1s=14695 -recol1d=9442 -recol2s=10467 -recol2d=8385 -recol3s=9377 -recol3d=9442 -model=model_25071 -name=Drawers - -// 24323 -[loc_24323] -width=2 -length=2 -ambient=25 -model=model_25057 -name=Piano - -// 24324 -[loc_24324] -width=2 -ambient=25 -model=model_25058 -name=Piano stool - -// 24325 -[loc_24325] -active=no -blockwalk=no -unknown90=yes -recol1s=18850 -recol1d=9543 -recol2s=10500 -recol2d=12745 -retex1s=material_475 -retex1d=material_106 -model=model_11818,0 - -// 24326 -[loc_24326] -active=no -blockwalk=no -unknown90=yes -recol1s=18850 -recol1d=9543 -recol2s=10500 -recol2d=12745 -retex1s=material_478 -retex1d=material_106 -model=model_11820,0 - -// 24327 -[loc_24327] -active=no -blockwalk=no -unknown90=yes -recol1s=18850 -recol1d=9543 -recol2s=10500 -recol2d=12745 -model=model_11819,0 - -// 24328 -[loc_24328] -ambient=25 -anim=seq_4124 -bgsound=synth_2197,5 -model=model_24874 -model2=model_24873 -name=Cooking pot - -// 24329 -[loc_24329] -ambient=25 -anim=seq_4124 -model=model_24875 -model2=model_24873 -name=Fireplace - -// 24330 -[loc_24330] -active=no -unknown90=yes -recol1s=18850 -recol1d=6375 -recol2s=10500 -recol2d=8454 -model=model_11820,0 - -// 24331 -[loc_24331] -active=no -unknown90=yes -recol1s=18850 -recol1d=6375 -recol2s=10500 -recol2d=8454 -model=model_11818,0 - -// 24332 -[loc_24332] -active=no -unknown90=yes -recol1s=18850 -recol1d=6375 -recol2s=10500 -recol2d=8454 -model=model_11819,0 - -// 24333 -[loc_24333] -recol1s=9442 -recol1d=8385 -recol2s=11491 -recol2d=10499 -model=model_24727 -name=Chair - -// 24334 -[loc_24334] -recol1s=10401 -recol1d=8385 -recol2s=7329 -recol2d=10499 -recol3s=7328 -recol3d=9442 -recol4s=9479 -recol4d=8385 -model=model_24728 -name=Chair - -// 24335 -[loc_24335] -width=2 -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=9442 -model=model_24734 -name=Table - -// 24336 -[loc_24336] -width=2 -length=2 -recol1s=22059 -recol1d=12613 -recol2s=17832 -recol2d=9442 -recol3s=14662 -recol3d=10499 -model=model_24735 -name=Table - -// 24337 -[loc_24337] -recol1s=10499 -recol1d=11523 -recol2s=7328 -recol2d=10499 -recol3s=10434 -recol3d=9442 -model=model_24729 -name=Chest - -// 24338 -[loc_24338] -length=2 -resizex=110 -resizey=110 -model=model_24726 -name=Bed - -// 24339 -[loc_24339] -length=2 -ambient=25 -model=model_20389 -name=Bunk bed - -// 24340 -[loc_24340] -ambient=25 -model=model_25056 -name=Trunk - -// 24341 -[loc_24341] -ambient=25 -model=model_25059 -name=Locker - -// 24342 -[loc_24342] -ambient=25 -active=yes -recol1s=26048 -recol1d=26176 -model=model_25175,Q -name=Saradomin star - -// 24343 -[loc_24343] -width=2 -ambient=25 -op1=Pray-at -recol1s=10467 -recol1d=8385 -recol2s=14695 -recol2d=10499 -recol3s=6342 -recol3d=21074 -recol4s=21142 -recol4d=27443 -model=model_12370 -model2=model_12379 -name=Altar - -// 24344 -[loc_24344] -width=2 -ambient=10 -contrast=5 -ambient=25 -recol1s=26050 -recol1d=26176 -recol2s=26048 -recol2d=24096 -model=model_25060 -name=Church pew - -// 24345 -[loc_24345] -active=no -ambient=25 -sharelight=yes -recol1s=26050 -recol1d=26176 -recol2s=26048 -recol2d=24096 -model=model_25061 - -// 24346 -[loc_24346] -active=no -ambient=25 -sharelight=yes -recol1s=26050 -recol1d=26176 -recol2s=26048 -recol2d=24096 -model=model_25063 - -// 24347 -[loc_24347] -active=no -ambient=25 -sharelight=yes -recol1s=26050 -recol1d=26176 -recol2s=26048 -recol2d=24096 -model=model_25062 - -// 24348 -[loc_24348] -anim=seq_2564 -resizex=200 -resizey=200 -resizez=200 -ambient=25 -recol1s=26048 -recol1d=26176 -model=model_25763 -model2=model_25764 -name=Candles - -// 24349 -[loc_24349] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -sharelight=yes -model=model_24970 -name=Staircase - -// 24350 -[loc_24350] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -resizey=159 -sharelight=yes -model=model_24970 -name=Staircase - -// 24351 -[loc_24351] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=east -msi=msi_7 -ambient=20 -sharelight=yes -model=model_24971 -name=Staircase - -// 24352 -[loc_24352] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=east -msi=msi_7 -ambient=20 -resizey=151 -sharelight=yes -model=model_24971 -name=Staircase - -// 24353 -[loc_24353] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=20 -sharelight=yes -width=2 -length=2 -model=model_24972 -name=Staircase - -// 24354 -[loc_24354] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=12613 -recol2s=11522 -recol2d=11556 -recol3s=10465 -recol3d=10499 -recol4s=9409 -recol4d=9442 -recol5s=8353 -recol5d=8385 -model=model_11538 -name=Ladder - -// 24355 -[loc_24355] -sharelight=yes -op1=Climb-down -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=12613 -recol2s=11522 -recol2d=11556 -recol3s=10465 -recol3d=10499 -recol4s=9409 -recol4d=9442 -recol5s=8353 -recol5d=8385 -model=model_11539 -name=Ladder - -// 24356 -[loc_24356] -ambient=25 -width=2 -length=3 -op1=Climb-up -msi=msi_7 -sharelight=yes -forceapproach=south -model=model_25072 -name=Staircase - -// 24357 -[loc_24357] -ambient=25 -width=2 -length=3 -op1=Climb-up -msi=msi_7 -sharelight=yes -forceapproach=south -model=model_25073 -name=Staircase - -// 24358 -[loc_24358] -ambient=25 -width=2 -length=3 -op1=Climb-up -msi=msi_7 -sharelight=yes -forceapproach=south -model=model_25073 -name=Staircase - -// 24359 -[loc_24359] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -ambient=25 -model=model_25074 -name=Staircase - -// 24360 -[loc_24360] -ambient=25 -width=2 -length=3 -op1=Climb-down -msi=msi_7 -forceapproach=south -model=model_25047 -name=Staircase - -// 24361 -[loc_24361] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -ambient=25 -model=model_25027 -name=Ladder - -// 24362 -[loc_24362] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -ambient=25 -model=model_25032 -name=Ladder - -// 24363 -[loc_24363] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=12514 -recol1d=11556 -recol2s=11457 -recol2d=12613 -model=model_21519 -name=Ladder - -// 24364 -[loc_24364] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=12514 -recol1d=11556 -recol2s=11457 -recol2d=12613 -recol3s=16708 -recol3d=13637 -model=model_5187 -name=Ladder - -// 24365 -[loc_24365] -ambient=25 -width=2 -length=3 -msi=msi_7 -sharelight=yes -forceapproach=south -op1=Climb-up -model=model_25072 -name=Staircase - -// 24366 -[loc_24366] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=east -blockwalk=no -model=model_25034 -name=Ladder - -// 24367 -[loc_24367] -ambient=25 -contrast=25 -width=2 -length=3 -op1=Climb-up -msi=msi_7 -sharelight=yes -forceapproach=south -model=model_25050 -name=Staircase - -// 24368 -[loc_24368] -active=yes -raiseobject=no -ambient=20 -recol1s=10468 -recol1d=11556 -recol2s=8354 -recol2d=10499 -model=model_20643,1 -name=Door - -// 24369 -[loc_24369] -active=yes -op1=Open -raiseobject=no -ambient=15 -blockrange=no -model=model_25036,1 -name=Gate - -// 24370 -[loc_24370] -active=yes -mirror=yes -op1=Open -raiseobject=no -ambient=15 -blockrange=no -model=model_25036,1 -name=Gate - -// 24371 -[loc_24371] -active=no -raiseobject=no -ambient=15 -blockrange=no -model=model_25036,1 - -// 24372 -[loc_24372] -active=no -mirror=yes -raiseobject=no -ambient=15 -blockrange=no -model=model_25036,1 - -// 24373 -[loc_24373] -active=yes -op1=Close -raiseobject=no -ambient=15 -blockrange=no -model=model_25036,1 -name=Gate - -// 24374 -[loc_24374] -active=yes -mirror=yes -op1=Close -raiseobject=no -ambient=15 -blockrange=no -model=model_25036,1 -name=Gate - -// 24375 -[loc_24375] -active=yes -op1=Close -raiseobject=no -ambient=20 -ambient=25 -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24376 -[loc_24376] -active=yes -op1=Open -raiseobject=no -ambient=20 -ambient=25 -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24377 -[loc_24377] -active=yes -op1=Close -raiseobject=no -ambient=20 -ambient=25 -resizey=150 -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24378 -[loc_24378] -active=yes -op1=Open -raiseobject=no -ambient=20 -ambient=25 -resizey=150 -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24379 -[loc_24379] -active=yes -op1=Close -raiseobject=no -ambient=20 -recol1s=10468 -recol1d=11556 -recol2s=8354 -recol2d=10499 -model=model_20643,1 -name=Door - -// 24380 -[loc_24380] -active=no -raiseobject=no -ambient=20 -recol1s=10468 -recol1d=11556 -recol2s=8354 -recol2d=10499 -model=model_20643,1 - -// 24381 -[loc_24381] -active=yes -op1=Open -raiseobject=no -ambient=20 -recol1s=10468 -recol1d=11556 -recol2s=8354 -recol2d=10499 -model=model_20643,1 -name=Door - -// 24382 -[loc_24382] -active=yes -ambient=25 -model=model_24754,1 -name=Door - -// 24383 -[loc_24383] -active=yes -op1=Close -raiseobject=no -ambient=20 -recol1s=10468 -recol1d=10499 -recol2s=8354 -recol2d=8386 -model=model_20643,1 -name=Door - -// 24384 -[loc_24384] -active=yes -op1=Open -raiseobject=no -ambient=20 -recol1s=10468 -recol1d=10499 -recol2s=8354 -recol2d=8386 -model=model_20643,1 -name=Door - -// 24385 -[loc_24385] -active=no -raiseobject=no -ambient=25 -resizey=158 -recol1s=10467 -recol1d=12613 -recol2s=5249 -recol2d=10499 -recol3s=25056 -recol3d=17966 -recol4s=27170 -recol4d=21137 -model=model_25086,1 - -// 24386 -[loc_24386] -active=no -mirror=yes -raiseobject=no -ambient=25 -resizey=158 -recol1s=10467 -recol1d=12613 -recol2s=5249 -recol2d=10499 -recol3s=25056 -recol3d=17966 -recol4s=27170 -recol4d=21137 -model=model_25086,1 - -// 24387 -[loc_24387] -active=no -raiseobject=no -ambient=25 -recol1s=10467 -recol1d=12613 -recol2s=5249 -recol2d=10499 -recol3s=25056 -recol3d=17966 -recol4s=27170 -recol4d=21137 -model=model_25086,1 - -// 24388 -[loc_24388] -active=no -mirror=yes -raiseobject=no -ambient=25 -recol1s=10467 -recol1d=12613 -recol2s=5249 -recol2d=10499 -recol3s=25056 -recol3d=17966 -recol4s=27170 -recol4d=21137 -model=model_25086,1 - -// 24389 -[loc_24389] -active=yes -raiseobject=no -ambient=25 -op1=Knock-at -recol1s=14626 -recol1d=12613 -recol2s=13569 -recol2d=11556 -recol3s=12512 -recol3d=10499 -recol4s=7365 -recol4d=9442 -recol5s=11456 -recol5d=8385 -recol6s=5250 -recol6d=7328 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24390 -[loc_24390] -active=yes -blockwalk=no -ambient=30 -op1=Look-at -op2=Take -model=model_25344,Q -name=Map - -// 24391 -[loc_24391] -active=yes -blockwalk=no -ambient=30 -op1=Look-at -op2=Take -model=model_25351,Q -name=Map - -// 24392 -[loc_24392] -active=yes -blockwalk=no -ambient=30 -op1=Look-at -op2=Take -model=model_25352,Q -name=Map - -// 24393 -[loc_24393] -active=no -sharelight=yes -blockwalk=no -ambient=25 -model=model_25365,1 -model=model_25366,3 - -// 24394 -[loc_24394] -active=no -sharelight=yes -blockwalk=no -ambient=25 -model=model_25366 - -// 24395 -[loc_24395] -active=no -sharelight=yes -blockwalk=no -ambient=25 -model=model_25370,1 - -// 24396 -[loc_24396] -active=no -sharelight=yes -blockwalk=no -ambient=25 -mirror=yes -model=model_25370,1 - -// 24397 -[loc_24397] -active=no -sharelight=yes -blockwalk=no -ambient=25 -model=model_25364,1 - -// 24398 -[loc_24398] -active=no -blockwalk=no -ambient=25 -model=model_25371 - -// 24399 -[loc_24399] -active=no -blockwalk=no -ambient=25 -model=model_25368 - -// 24400 -[loc_24400] -active=no -blockwalk=no -ambient=25 -model=model_25367 - -// 24401 -[loc_24401] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -blockrange=no -model=model_25365,1 -model=model_25366,3 - -// 24402 -[loc_24402] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -blockrange=no -model=model_25370,1 - -// 24403 -[loc_24403] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -mirror=yes -blockrange=no -model=model_25370,1 - -// 24404 -[loc_24404] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -blockrange=no -model=model_25364,1 - -// 24405 -[loc_24405] -active=no -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25391,1 -model=model_25392,3 -model=model_25393,4 - -// 24406 -[loc_24406] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -shadow=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25397,1 -model=model_25398,3 -model=model_25399,4 - -// 24407 -[loc_24407] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -shadow=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25400,1 - -// 24408 -[loc_24408] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -shadow=no -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25400,1 - -// 24409 -[loc_24409] -active=no -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25385,1 -model=model_25386,3 -model=model_25387,4 - -// 24410 -[loc_24410] -active=no -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25389,1 - -// 24411 -[loc_24411] -active=no -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25390,Q - -// 24412 -[loc_24412] -active=no -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25388 - -// 24413 -[loc_24413] -active=no -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25394 - -// 24414 -[loc_24414] -active=no -blockwalk=yes -width=2 -ambient=35 -anim=seq_4125 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24709,1 - -// 24415 -[loc_24415] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25376 - -// 24416 -[loc_24416] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25377 - -// 24417 -[loc_24417] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -anim=seq_6426 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25378 - -// 24418 -[loc_24418] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -anim=seq_6426 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25380 - -// 24419 -[loc_24419] -ambient=35 -unknown90=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25375,0 - -// 24420 -[loc_24420] -ambient=35 -unknown90=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25374,0 - -// 24421 -[loc_24421] -ambient=35 -active=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25395 - -// 24422 -[loc_24422] -ambient=35 -active=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25396 - -// 24423 -[loc_24423] -ambient=35 -active=no -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25396 - -// 24424 -[loc_24424] -ambient=35 -active=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25383 - -// 24425 -[loc_24425] -ambient=35 -active=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25373 - -// 24426 -[loc_24426] -ambient=35 -active=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25384 - -// 24427 -[loc_24427] -ambient=35 -active=yes -sharelight=yes -op1=Walk-up -width=3 -length=3 -msi=msi_7 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25381 -model2=model_25382 -name=Stairs - -// 24428 -[loc_24428] -ambient=35 -active=yes -sharelight=yes -op1=Walk-down -width=3 -length=3 -msi=msi_7 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25379 -name=Stairs - -// 24429 -[loc_24429] -ambient=35 -active=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25401,1 - -// 24430 -[loc_24430] -ambient=35 -active=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25402,1 - -// 24431 -[loc_24431] -ambient=35 -active=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25403,1 - -// 24432 -[loc_24432] -ambient=35 -active=no -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25401,1 - -// 24433 -[loc_24433] -ambient=35 -active=no -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25402,1 - -// 24434 -[loc_24434] -ambient=35 -active=no -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25403,1 - -// 24435 -[loc_24435] -ambient=35 -active=no -sharelight=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25404,1 - -// 24436 -[loc_24436] -ambient=35 -active=no -sharelight=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25405,1 - -// 24437 -[loc_24437] -ambient=35 -active=no -sharelight=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25406,1 - -// 24438 -[loc_24438] -ambient=35 -active=no -sharelight=yes -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25404,1 - -// 24439 -[loc_24439] -ambient=35 -active=no -sharelight=yes -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25405,1 - -// 24440 -[loc_24440] -ambient=35 -active=no -sharelight=yes -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25406,1 - -// 24441 -[loc_24441] -active=no -sharelight=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25407 - -// 24442 -[loc_24442] -active=no -sharelight=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25408 - -// 24443 -[loc_24443] -active=no -sharelight=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25409 - -// 24444 -[loc_24444] -active=no -sharelight=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25410 - -// 24445 -[loc_24445] -active=no -sharelight=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25411 - -// 24446 -[loc_24446] -active=no -sharelight=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25412 - -// 24447 -[loc_24447] -active=no -sharelight=yes -ambient=35 -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25407 - -// 24448 -[loc_24448] -active=no -sharelight=yes -ambient=35 -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25408 - -// 24449 -[loc_24449] -active=no -sharelight=yes -ambient=35 -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25409 - -// 24450 -[loc_24450] -bgsound=synth_3644,20 -active=no -model=model_1105,0 - -// 24451 -[loc_24451] -active=no -randomsound=25,50,15,synth_2101,synth_2105,synth_2110 -model=model_1105,0 - -// 24452 -[loc_24452] -active=yes -ambient=20 -blockwalk=yes -op1=Look-at -model=model_25347 -name=Information booth - -// 24453 -[loc_24453] -active=no -sharelight=yes -hillskew=yes -blockrange=no -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_25345,1 - -// 24454 -[loc_24454] -active=no -sharelight=yes -hillskew=yes -mirror=yes -blockrange=no -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_25345,1 - -// 24455 -[loc_24455] -sharelight=yes -model=model_25448 -name=Canal barge - -// 24456 -[loc_24456] -sharelight=yes -model=model_25457 -name=Canal barge - -// 24457 -[loc_24457] -sharelight=yes -model=model_25459 -name=Canal barge - -// 24458 -[loc_24458] -sharelight=yes -model=model_25460 -name=Canal barge - -// 24459 -[loc_24459] -sharelight=yes -model=model_25461 -name=Canal barge - -// 24460 -[loc_24460] -sharelight=yes -model=model_25437 -name=Canal barge - -// 24461 -[loc_24461] -sharelight=yes -model=model_25462 -name=Canal barge - -// 24462 -[loc_24462] -sharelight=yes -model=model_25449 -name=Canal barge - -// 24463 -[loc_24463] -sharelight=yes -model=model_25450 -name=Canal barge - -// 24464 -[loc_24464] -sharelight=yes -model=model_25451 -name=Canal barge - -// 24465 -[loc_24465] -sharelight=yes -model=model_25452 -name=Canal barge - -// 24466 -[loc_24466] -sharelight=yes -model=model_25453 -name=Canal barge - -// 24467 -[loc_24467] -model=model_25454 -name=Canal barge - -// 24468 -[loc_24468] -sharelight=yes -model=model_25455 -name=Canal barge - -// 24469 -[loc_24469] -sharelight=yes -model=model_25456 -name=Canal barge - -// 24470 -[loc_24470] -sharelight=yes -model=model_25458 -name=Canal barge - -// 24471 -[loc_24471] -offsety=240 -sharelight=yes -model=model_25443 -name=Canal barge - -// 24472 -[loc_24472] -offsety=240 -sharelight=yes -model=model_25445 -name=Canal barge - -// 24473 -[loc_24473] -offsety=240 -sharelight=yes -model=model_25446 -name=Canal barge - -// 24474 -[loc_24474] -offsety=240 -sharelight=yes -model=model_25447 -name=Canal barge - -// 24475 -[loc_24475] -offsety=240 -sharelight=yes -model=model_25438 -name=Canal barge - -// 24476 -[loc_24476] -offsety=240 -sharelight=yes -model=model_25439 -name=Canal barge - -// 24477 -[loc_24477] -offsety=240 -sharelight=yes -model=model_25440 -name=Canal barge - -// 24478 -[loc_24478] -offsety=240 -sharelight=yes -model=model_25441 -name=Canal barge - -// 24479 -[loc_24479] -offsety=240 -sharelight=yes -model=model_25442 -name=Canal barge - -// 24480 -[loc_24480] -offsety=240 -sharelight=yes -model=model_25444 -name=Canal barge - -// 24481 -[loc_24481] -offsety=240 -sharelight=yes -model=model_25414 -name=Canal barge - -// 24482 -[loc_24482] -offsety=240 -sharelight=yes -model=model_25413 -name=Canal barge - -// 24483 -[loc_24483] -offsety=240 -sharelight=yes -model=model_25416 -name=Canal barge - -// 24484 -[loc_24484] -offsety=240 -sharelight=yes -model=model_25417 -name=Canal barge - -// 24485 -[loc_24485] -offsety=240 -sharelight=yes -model=model_25418 -name=Canal barge - -// 24486 -[loc_24486] -offsety=240 -sharelight=yes -model=model_25419 -name=Canal barge - -// 24487 -[loc_24487] -sharelight=yes -model=model_25434 -name=Canal wall - -// 24488 -[loc_24488] -sharelight=yes -model=model_25435 -name=Canal wall - -// 24489 -[loc_24489] -offsety=240 -forcedecor=yes -sharelight=yes -model=model_25425,0 - -// 24490 -[loc_24490] -offsety=240 -forcedecor=yes -sharelight=yes -model=model_25426,0 - -// 24491 -[loc_24491] -offsety=240 -forcedecor=yes -sharelight=yes -model=model_25427,0 - -// 24492 -[loc_24492] -offsety=240 -forcedecor=yes -sharelight=yes -model=model_25428,0 - -// 24493 -[loc_24493] -offsety=240 -forcedecor=yes -sharelight=yes -model=model_25429,0 - -// 24494 -[loc_24494] -offsety=240 -forcedecor=yes -sharelight=yes -model=model_25430,0 - -// 24495 -[loc_24495] -active=no -sharelight=yes -model=model_25421 - -// 24496 -[loc_24496] -active=no -sharelight=yes -model=model_25422 - -// 24497 -[loc_24497] -active=no -sharelight=yes -model=model_25423 - -// 24498 -[loc_24498] -active=no -sharelight=yes -model=model_25420 - -// 24499 -[loc_24499] -active=no -sharelight=yes -model=model_25424 - -// 24500 -[loc_24500] -model=model_25433 -name=Tar buckets - -// 24501 -[loc_24501] -model=model_25431 -name=Short planks - -// 24502 -[loc_24502] -width=2 -model=model_25432 -name=Long planks - -// 24503 -[loc_24503] -mirror=yes -sharelight=yes -model=model_25448 -name=Canal barge - -// 24504 -[loc_24504] -mirror=yes -sharelight=yes -model=model_25457 -name=Canal barge - -// 24505 -[loc_24505] -mirror=yes -sharelight=yes -model=model_25459 -name=Canal barge - -// 24506 -[loc_24506] -mirror=yes -sharelight=yes -model=model_25460 -name=Canal barge - -// 24507 -[loc_24507] -mirror=yes -sharelight=yes -model=model_25461 -name=Canal barge - -// 24508 -[loc_24508] -mirror=yes -sharelight=yes -model=model_25437 -name=Canal barge - -// 24509 -[loc_24509] -mirror=yes -sharelight=yes -model=model_25462 -name=Canal barge - -// 24510 -[loc_24510] -mirror=yes -sharelight=yes -model=model_25449 -name=Canal barge - -// 24511 -[loc_24511] -mirror=yes -sharelight=yes -model=model_25450 -name=Canal barge - -// 24512 -[loc_24512] -mirror=yes -sharelight=yes -model=model_25451 -name=Canal barge - -// 24513 -[loc_24513] -mirror=yes -sharelight=yes -model=model_25452 -name=Canal barge - -// 24514 -[loc_24514] -mirror=yes -sharelight=yes -model=model_25453 -name=Canal barge - -// 24515 -[loc_24515] -mirror=yes -sharelight=yes -model=model_25454 -name=Canal barge - -// 24516 -[loc_24516] -mirror=yes -sharelight=yes -model=model_25455 -name=Canal barge - -// 24517 -[loc_24517] -mirror=yes -sharelight=yes -model=model_25456 -name=Canal barge - -// 24518 -[loc_24518] -mirror=yes -sharelight=yes -model=model_25458 -name=Canal barge - -// 24519 -[loc_24519] -mirror=yes -offsety=240 -sharelight=yes -model=model_25443 -name=Canal barge - -// 24520 -[loc_24520] -mirror=yes -offsety=240 -sharelight=yes -model=model_25445 -name=Canal barge - -// 24521 -[loc_24521] -mirror=yes -offsety=240 -sharelight=yes -model=model_25446 -name=Canal barge - -// 24522 -[loc_24522] -mirror=yes -offsety=240 -sharelight=yes -model=model_25447 -name=Canal barge - -// 24523 -[loc_24523] -mirror=yes -offsety=240 -sharelight=yes -model=model_25438 -name=Canal barge - -// 24524 -[loc_24524] -mirror=yes -offsety=240 -sharelight=yes -model=model_25439 -name=Canal barge - -// 24525 -[loc_24525] -mirror=yes -offsety=240 -sharelight=yes -model=model_25440 -name=Canal barge - -// 24526 -[loc_24526] -mirror=yes -offsety=240 -sharelight=yes -model=model_25441 -name=Canal barge - -// 24527 -[loc_24527] -mirror=yes -offsety=240 -sharelight=yes -model=model_25442 -name=Canal barge - -// 24528 -[loc_24528] -mirror=yes -offsety=240 -sharelight=yes -model=model_25444 -name=Canal barge - -// 24529 -[loc_24529] -mirror=yes -offsety=240 -sharelight=yes -model=model_25414 -name=Canal barge - -// 24530 -[loc_24530] -mirror=yes -offsety=240 -sharelight=yes -model=model_25413 -name=Canal barge - -// 24531 -[loc_24531] -mirror=yes -sharelight=yes -model=model_25434 -name=Canal wall - -// 24532 -[loc_24532] -mirror=yes -sharelight=yes -model=model_25435 -name=Canal wall - -// 24533 -[loc_24533] -sharelight=yes -blockwalk=no -ambient=25 -recol1s=10468 -recol1d=12613 -recol2s=9412 -recol2d=11556 -recol3s=6241 -recol3d=9442 -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 24534 -[loc_24534] -active=yes -sharelight=yes -ambient=25 -recol1s=8485 -recol1d=13638 -recol2s=7428 -recol2d=11558 -recol3s=6371 -recol3d=10501 -recol4s=5314 -recol4d=9444 -recol5s=4257 -recol5d=8387 -recol6s=3200 -recol6d=7330 -model=model_13975 -name=Storage crate - -// 24535 -[loc_24535] -active=yes -ambient=40 -contrast=40 -op1=Take -model=model_25341,Q -name=Tools - -// 24536 -[loc_24536] -active=yes -ambient=25 -op1=Open -model=model_25369,1 -name=Gate - -// 24537 -[loc_24537] -ambient=25 -model=model_25372,1 - -// 24538 -[loc_24538] -ambient=25 -mirror=yes -blockrange=no -model=model_25372,1 - -// 24539 -[loc_24539] -blockwalk=yes -ambient=20 -op1=Study -model=model_25528 -name=Display case - -// 24540 -[loc_24540] -blockwalk=yes -ambient=20 -op1=Study -model=model_25521 -name=Display case - -// 24541 -[loc_24541] -blockwalk=yes -ambient=20 -op1=Study -model=model_25531 -name=Display case - -// 24542 -[loc_24542] -blockwalk=yes -ambient=20 -op1=Study -model=model_25526 -name=Display case - -// 24543 -[loc_24543] -blockwalk=yes -ambient=20 -op1=Study -model=model_25527 -name=Display case - -// 24544 -[loc_24544] -blockwalk=yes -ambient=20 -op1=Study -model=model_25525 -name=Display case - -// 24545 -[loc_24545] -blockwalk=yes -ambient=20 -op1=Study -retex1s=material_290 -retex1d=material_91 -model=model_25524 -name=Display case - -// 24546 -[loc_24546] -blockwalk=yes -ambient=20 -op1=Study -model=model_25530 -name=Display case - -// 24547 -[loc_24547] -blockwalk=yes -ambient=20 -op1=Study -model=model_25529 -name=Display case - -// 24548 -[loc_24548] -blockwalk=yes -ambient=20 -op1=Study -model=model_25342 -model2=model_25343 -model3=model_25470 -name=Display case - -// 24549 -[loc_24549] -blockwalk=yes -ambient=20 -op1=Study -model=model_25342 -model2=model_25343 -model3=model_25468 -name=Display case - -// 24550 -[loc_24550] -blockwalk=yes -ambient=20 -op1=Study -model=model_25568 -name=Display case - -// 24551 -[loc_24551] -blockwalk=yes -ambient=20 -op1=Study -model=model_25350 -name=Display case - -// 24552 -[loc_24552] -active=no -ambient=20 -anim=seq_6461 -width=2 -length=2 -model=model_25359 -model2=model_25356 -model3=model_25358 -model4=model_25357 - -// 24553 -[loc_24553] -active=no -ambient=20 -anim=seq_6461 -width=2 -length=2 -recol1s=17935 -recol1d=7330 -recol2s=6273 -recol2d=17923 -recol3s=8387 -recol3d=3203 -retex1s=material_192 -retex1d=material_70 -retex2s=material_299 -retex2d=material_70 -retex3s=material_353 -retex3d=material_70 -model=model_25360 -model2=model_25356 -model3=model_25358 -model4=model_25357 - -// 24554 -[loc_24554] -active=no -ambient=20 -anim=seq_6461 -width=2 -length=2 -recol1s=17935 -recol1d=22085 -recol2s=6273 -recol2d=28407 -recol3s=8387 -recol3d=4230 -model=model_25361 -model2=model_25356 -model3=model_25358 -model4=model_25357 - -// 24555 -[loc_24555] -width=2 -ambient=20 -model=model_25354 -name=Specimen table - -// 24556 -[loc_24556] -width=2 -ambient=20 -model=model_25355 -name=Specimen table - -// 24557 -[loc_24557] -ambient=20 -retex1s=material_105 -retex1d=material_98 -model=model_25338 -name=Rocks - -// 24558 -[loc_24558] -ambient=20 -sharelight=yes -active=no -model=model_25337 - -// 24559 -[loc_24559] -ambient=20 -sharelight=yes -op1=Take -model=model_25340 -name=Dig Site specimen rocks - -// 24560 -[loc_24560] -ambient=25 -active=yes -raiseobject=no -op1=Open -blockrange=no -model=model_25029,1 -name=Gate - -// 24561 -[loc_24561] -ambient=25 -active=yes -raiseobject=no -op1=Open -blockrange=no -model=model_25030,1 -name=Gate - -// 24562 -[loc_24562] -shadow=no -msi=msi_75 -active=yes -blockwalk=yes -model=model_18595,1 -name=Gap - -// 24563 -[loc_24563] -shadow=no -msi=msi_22 -active=yes -blockwalk=yes -op1=Walk-through -model=model_18595,1 -name=Doorway - -// 24564 -[loc_24564] -shadow=no -msi=msi_22 -active=yes -blockwalk=yes -op1=Open -model=model_18595,1 -name=Gate - -// 24565 -[loc_24565] -active=yes -raiseobject=no -ambient=25 -resizey=158 -op1=Open -recol1s=10467 -recol1d=12613 -recol2s=5249 -recol2d=10499 -recol3s=25056 -recol3d=17966 -recol4s=27170 -recol4d=21137 -model=model_25086,1 -name=Door - -// 24566 -[loc_24566] -active=yes -raiseobject=no -ambient=25 -resizey=158 -recol1s=10467 -recol1d=12613 -recol2s=5249 -recol2d=10499 -recol3s=25056 -recol3d=17966 -recol4s=27170 -recol4d=21137 -model=model_25086,1 -name=Door - -// 24567 -[loc_24567] -active=yes -raiseobject=no -ambient=25 -resizey=158 -mirror=yes -op1=Open -recol1s=10467 -recol1d=12613 -recol2s=5249 -recol2d=10499 -recol3s=25056 -recol3d=17966 -recol4s=27170 -recol4d=21137 -model=model_25086,1 -name=Door - -// 24568 -[loc_24568] -active=yes -raiseobject=no -raiseobject=no -ambient=25 -resizey=158 -mirror=yes -recol1s=10467 -recol1d=12613 -recol2s=5249 -recol2d=10499 -recol3s=25056 -recol3d=17966 -recol4s=27170 -recol4d=21137 -model=model_25086,1 -name=Door - -// 24569 -[loc_24569] -active=yes -width=3 -length=3 -ambient=20 -anim=seq_6453 -model=model_25490 -model2=model_25489 -model3=model_25491 -model4=model_25492 -name=Snake - -// 24570 -[loc_24570] -active=no -width=3 -length=3 -ambient=20 -anim=seq_6439 -model=model_25737 -model2=model_25783 - -// 24571 -[loc_24571] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24572 -[loc_24572] -length=4 -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25463 -model2=model_25464 -model3=model_25465 -name=Machine - -// 24573 -[loc_24573] -length=4 -blockwalk=yes -ambient=35 -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25463 -model2=model_25464 -model3=model_25465 -name=Machine - -// 24574 -[loc_24574] -length=4 -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25463 -model2=model_25464 -model3=model_25465 -name=Machine - -// 24575 -[loc_24575] -length=4 -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25463 -model2=model_25464 -model3=model_25465 -name=Machine - -// 24576 -[loc_24576] -length=4 -blockwalk=yes -ambient=35 -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25463 -model2=model_25464 -model3=model_25465 -name=Machine - -// 24577 -[loc_24577] -length=4 -blockwalk=yes -ambient=35 -mirror=yes -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_25463 -model2=model_25464 -model3=model_25465 -name=Machine - -// 24578 -[loc_24578] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24579 -[loc_24579] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24580 -[loc_24580] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24581 -[loc_24581] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24582 -[loc_24582] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24583 -[loc_24583] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24584 -[loc_24584] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24585 -[loc_24585] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24586 -[loc_24586] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24587 -[loc_24587] -length=3 -blockwalk=yes -ambient=35 -model=model_25463 -model2=model_25464 -name=Machine - -// 24588 -[loc_24588] -blockwalk=yes -ambient=20 -model=model_25792 -name=Button - -// 24589 -[loc_24589] -width=2 -blockwalk=yes -ambient=20 -model=model_25792 -name=Button - -// 24590 -[loc_24590] -width=2 -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24591 -[loc_24591] -width=2 -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24592 -[loc_24592] -width=2 -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24593 -[loc_24593] -width=2 -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24594 -[loc_24594] -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24595 -[loc_24595] -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24596 -[loc_24596] -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24597 -[loc_24597] -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24598 -[loc_24598] -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24599 -[loc_24599] -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24600 -[loc_24600] -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24601 -[loc_24601] -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24602 -[loc_24602] -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24603 -[loc_24603] -blockwalk=yes -ambient=20 -op1=Push -model=model_25792 -name=Button - -// 24604 -[loc_24604] -blockwalk=yes -ambient=20 -active=no -model=model_25348 - -// 24605 -[loc_24605] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24606 -[loc_24606] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24607 -[loc_24607] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24608 -[loc_24608] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24609 -[loc_24609] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24610 -[loc_24610] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24611 -[loc_24611] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24612 -[loc_24612] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24613 -[loc_24613] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24614 -[loc_24614] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24615 -[loc_24615] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24616 -[loc_24616] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24617 -[loc_24617] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24618 -[loc_24618] -blockwalk=yes -ambient=20 -op1=Study -model=model_25348 -name=Plaque - -// 24619 -[loc_24619] -blockwalk=yes -ambient=20 -model=model_25342 -name=Display case - -// 24620 -[loc_24620] -blockwalk=yes -width=3 -ambient=20 -op1=Study -model=model_25349 -name=Painting - -// 24621 -[loc_24621] -blockwalk=yes -ambient=20 -op1=Study -retex1s=material_99 -retex1d=material_154 -retex2s=material_128 -retex2d=material_112 -model=model_25614 -name=Display case - -// 24622 -[loc_24622] -blockwalk=yes -ambient=20 -op1=Study -model=model_25342 -model2=model_25789 -model3=model_25343 -name=Display case - -// 24623 -[loc_24623] -active=yes -multivar=varplayerbit_3650 -multiloc=0,loc_24550 -multiloc=1,loc_24624 -multiloc=2,loc_24624 - -// 24624 -[loc_24624] -blockwalk=yes -ambient=20 -op1=Study -model=model_25615 -name=Display case - -// 24625 -[loc_24625] -blockwalk=yes -ambient=20 -op1=Study -model=model_25617 -name=Display case - -// 24626 -[loc_24626] -active=yes -multivar=varplayerbit_355 -multiloc=0,loc_24627 -multiloc=1,loc_24550 - -// 24627 -[loc_24627] -blockwalk=yes -ambient=20 -op1=Study -op2=Open -model=model_25576 -name=Display case - -// 24628 -[loc_24628] -blockwalk=yes -ambient=20 -op1=Study -model=model_25602 -name=Display case - -// 24629 -[loc_24629] -blockwalk=yes -ambient=20 -op1=Study -model=model_25574 -name=Display case - -// 24630 -[loc_24630] -blockwalk=yes -ambient=20 -op1=Study -model=model_25609 -name=Display case - -// 24631 -[loc_24631] -blockwalk=yes -ambient=20 -op1=Study -model=model_25610 -name=Display case - -// 24632 -[loc_24632] -blockwalk=yes -ambient=20 -op1=Study -model=model_25342 -model2=model_25343 -model3=model_25791 -name=Display case - -// 24633 -[loc_24633] -active=yes -multivar=varplayerbit_3657 -multiloc=0,loc_24550 -multiloc=1,loc_24634 - -// 24634 -[loc_24634] -blockwalk=yes -ambient=20 -op1=Study -model=model_25603 -name=Display case - -// 24635 -[loc_24635] -blockwalk=yes -ambient=20 -op1=Study -model=model_25342 -model2=model_25343 -model3=model_25790 -name=Display case - -// 24636 -[loc_24636] -active=yes -multivar=varplayerbit_3651 -multiloc=0,loc_24550 -multiloc=1,loc_24637 -multiloc=2,loc_24637 - -// 24637 -[loc_24637] -blockwalk=yes -ambient=20 -op1=Study -model=model_25577 -name=Display case - -// 24638 -[loc_24638] -active=yes -multivar=varplayerbit_5394 -multiloc=0,loc_24551 -multiloc=1,loc_24639 -multiloc=2,loc_24551 -multiloc=3,loc_24639 - -// 24639 -[loc_24639] -blockwalk=yes -ambient=20 -op1=Study -model=model_25611 -name=Display case - -// 24640 -[loc_24640] -blockwalk=yes -ambient=20 -op1=Study -model=model_25342 -model2=model_25343 -model3=model_25503 -name=Display case - -// 24641 -[loc_24641] -blockwalk=yes -ambient=20 -op1=Study -model=model_25572 -name=Display case - -// 24642 -[loc_24642] -active=yes -multivar=varplayerbit_3652 -multiloc=0,loc_24550 -multiloc=1,loc_24643 - -// 24643 -[loc_24643] -blockwalk=yes -ambient=20 -op1=Study -model=model_25599 -name=Display case - -// 24644 -[loc_24644] -blockwalk=yes -ambient=20 -op1=Study -retex1s=material_184 -retex1d=material_185 -retex2s=material_293 -retex2d=material_111 -retex3s=material_347 -retex3d=material_185 -model=model_25618 -name=Display case - -// 24645 -[loc_24645] -blockwalk=yes -ambient=20 -op1=Study -model=model_25342 -model2=model_25343 -model3=model_25500 -name=Display case - -// 24646 -[loc_24646] -blockwalk=yes -ambient=20 -op1=Study -model=model_25342 -model2=model_25343 -model3=model_25501 -name=Display case - -// 24647 -[loc_24647] -blockwalk=yes -ambient=20 -op1=Study -retex1s=material_288 -retex1d=material_244 -model=model_25567 -name=Display case - -// 24648 -[loc_24648] -blockwalk=yes -ambient=20 -op1=Study -retex1s=material_142 -retex1d=material_256 -retex2s=material_229 -retex2d=material_140 -model=model_25578 -name=Display case - -// 24649 -[loc_24649] -blockwalk=yes -ambient=20 -op1=Study -model=model_25612 -name=Display case - -// 24650 -[loc_24650] -blockwalk=yes -ambient=20 -op1=Study -model=model_25570 -name=Display case - -// 24651 -[loc_24651] -blockwalk=yes -ambient=20 -op1=Study -model=model_25571 -name=Display case - -// 24652 -[loc_24652] -blockwalk=yes -ambient=20 -op1=Study -model=model_25621 -name=Display case - -// 24653 -[loc_24653] -active=yes -multivar=varplayerbit_3655 -multiloc=0,loc_24550 -multiloc=1,loc_24654 - -// 24654 -[loc_24654] -blockwalk=yes -ambient=20 -op1=Study -model=model_45455 -name=Display case - -// 24655 -[loc_24655] -blockwalk=yes -ambient=20 -op1=Study -model=model_25573 -name=Display case - -// 24656 -[loc_24656] -blockwalk=yes -ambient=20 -op1=Study -model=model_25601 -name=Display case - -// 24657 -[loc_24657] -blockwalk=yes -ambient=20 -op1=Study -model=model_25613 -name=Display case - -// 24658 -[loc_24658] -blockwalk=yes -ambient=20 -op1=Study -model=model_25620 -name=Display case - -// 24659 -[loc_24659] -blockwalk=yes -ambient=20 -op1=Study -model=model_25569 -name=Display case - -// 24660 -[loc_24660] -blockwalk=yes -width=3 -length=4 -ambient=20 -op1=Study -retex1s=material_374 -retex1d=material_106 -model=model_25788 -name=Display case - -// 24661 -[loc_24661] -blockwalk=yes -ambient=20 -op1=Study -model=model_25342 -model2=model_25343 -model3=model_25502 -name=Display case - -// 24662 -[loc_24662] -active=yes -multivar=varplayerbit_3660 -multiloc=0,loc_24550 -multiloc=1,loc_24663 - -// 24663 -[loc_24663] -blockwalk=yes -ambient=20 -op1=Study -model=model_23984 -name=Display case - -// 24664 -[loc_24664] -sharelight=yes -hillskew=yes -active=no -contrast=5 -ambient=15 -recol1s=12580 -recol1d=4128 -model=model_787 - -// 24665 -[loc_24665] -active=no -contrast=5 -ambient=15 -recol1s=4225 -recol1d=7298 -recol2s=5282 -recol2d=9412 -recol3s=6339 -recol3d=10469 -recol4s=7396 -recol4d=11526 -model=model_17862,0 - -// 24666 -[loc_24666] -contrast=15 -ambient=25 -recol1s=6242 -recol1d=9444 -model=model_1941 -name=Candles - -// 24667 -[loc_24667] -contrast=15 -ambient=25 -blockrange=no -recol1s=5248 -recol1d=9444 -model=model_1945 -name=Table - -// 24668 -[loc_24668] -forceapproach=east -op1=Open -contrast=15 -ambient=25 -recol1s=8384 -recol1d=9444 -recol2s=10498 -recol2d=10501 -recol3s=25254 -recol3d=9444 -recol4s=4161 -recol4d=8387 -recol5s=6275 -recol5d=7330 -recol6s=5218 -recol6d=6273 -model=model_1951 -model2=model_36091 -name=Wardrobe - -// 24669 -[loc_24669] -op2=Search -op3=Close -forceapproach=east -contrast=15 -ambient=25 -recol1s=8384 -recol1d=9444 -recol2s=10498 -recol2d=10501 -recol3s=25254 -recol3d=9444 -recol4s=4161 -recol4d=8387 -recol5s=6275 -recol5d=7330 -recol6s=5218 -recol6d=6273 -model=model_1953 -model2=model_36091 -name=Wardrobe - -// 24670 -[loc_24670] -forceapproach=east -op1=Open -contrast=15 -ambient=25 -recol1s=8384 -recol1d=9444 -recol2s=10498 -recol2d=10501 -recol3s=25254 -recol3d=9444 -recol4s=4161 -recol4d=8387 -recol5s=6275 -recol5d=7330 -recol6s=5218 -recol6d=6273 -model=model_1951 -name=Wardrobe - -// 24671 -[loc_24671] -op2=Search -op3=Close -forceapproach=east -contrast=15 -ambient=25 -recol1s=8384 -recol1d=9444 -recol2s=10498 -recol2d=10501 -recol3s=25254 -recol3d=9444 -recol4s=4161 -recol4d=8387 -recol5s=6275 -recol5d=7330 -recol6s=5218 -recol6d=6273 -model=model_1953 -name=Wardrobe - -// 24672 -[loc_24672] -width=2 -length=3 -op1=Walk-up -forceapproach=south -msi=msi_7 -contrast=15 -ambient=25 -recol1s=5249 -recol1d=9444 -recol2s=11492 -recol2d=7330 -recol3s=8321 -recol3d=8387 -model=model_1940 -name=Staircase - -// 24673 -[loc_24673] -width=2 -length=2 -op1=Walk-down -forceapproach=north -msi=msi_7 -contrast=15 -ambient=25 -recol1s=5249 -recol1d=9444 -recol2s=11492 -recol2d=7330 -recol3s=8321 -recol3d=8387 -model=model_1944 -name=Staircase - -// 24674 -[loc_24674] -contrast=15 -ambient=25 -recol1s=8384 -recol1d=9444 -model=model_1294 -name=Mirror - -// 24675 -[loc_24675] -contrast=15 -ambient=25 -active=yes -recol1s=6272 -recol1d=9444 -model=model_2034,Q -name=Shelf - -// 24676 -[loc_24676] -contrast=15 -ambient=25 -active=yes -recol1s=6272 -recol1d=9444 -model=model_2046,Q -name=Shelf - -// 24677 -[loc_24677] -contrast=15 -ambient=25 -anim=seq_468 -active=yes -recol1s=8320 -recol1d=9444 -model=model_2258,Q -name=Charms - -// 24678 -[loc_24678] -sharelight=yes -blockwalk=no -contrast=15 -ambient=25 -recol1s=10468 -recol1d=10501 -recol2s=9412 -recol2d=9444 -recol3s=6241 -recol3d=8387 -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 24679 -[loc_24679] -width=2 -length=3 -contrast=15 -ambient=25 -recol1s=14368 -recol1d=4256 -recol2s=26311 -recol2d=2144 -recol3s=8320 -recol3d=9444 -recol4s=23104 -recol4d=13638 -recol5s=32765 -recol5d=21002 -recol6s=32767 -recol6d=17865 -model=model_1288 -name=Bed - -// 24680 -[loc_24680] -width=2 -active=yes -contrast=15 -ambient=25 -recol1s=14662 -recol1d=9444 -recol2s=22059 -recol2d=11558 -recol3s=12581 -recol3d=8387 -recol4s=11491 -recol4d=11558 -model=model_12468 -name=Dresser - -// 24681 -[loc_24681] -contrast=15 -ambient=25 -op1=Open -recol1s=10499 -recol1d=9444 -recol2s=12613 -recol2d=7330 -model=model_25880 -name=Drawers - -// 24682 -[loc_24682] -contrast=15 -ambient=25 -op2=Search -op3=Close -recol1s=10499 -recol1d=9444 -recol2s=12613 -recol2d=7330 -model=model_25881 -name=Drawers - -// 24683 -[loc_24683] -contrast=15 -ambient=25 -recol1s=12613 -recol1d=9444 -recol2s=8385 -recol2d=11558 -model=model_23959 -name=Chair - -// 24684 -[loc_24684] -width=2 -contrast=15 -ambient=25 -raiseobject=yes -recol1s=8385 -recol1d=11558 -recol2s=9442 -recol2d=9444 -model=model_15209 -name=Table - -// 24685 -[loc_24685] -active=yes -op1=Close -raiseobject=no -contrast=15 -ambient=25 -recol1s=10499 -recol1d=10501 -recol2s=11556 -recol2d=11558 -recol3s=9442 -recol3d=9444 -recol4s=8385 -recol4d=8387 -model=model_15236,1 -name=Door - -// 24686 -[loc_24686] -active=yes -op1=Open -raiseobject=no -contrast=15 -ambient=25 -recol1s=10499 -recol1d=10501 -recol2s=11556 -recol2d=11558 -recol3s=9442 -recol3d=9444 -recol4s=8385 -recol4d=8387 -model=model_15236,1 -name=Door - -// 24687 -[loc_24687] -forceapproach=north -msi=msi_7 -op1=Climb-up -length=3 -contrast=5 -ambient=15 -resizey=100 -recol1s=6306 -recol1d=6273 -recol2s=8420 -recol2d=8387 -recol3s=7363 -recol3d=7330 -recol4s=9477 -recol4d=9444 -recol5s=11590 -recol5d=10501 -model=model_17871 -name=Staircase - -// 24688 -[loc_24688] -blockwalk=yes -contrast=5 -ambient=15 -width=3 -blockrange=no -recol1s=9477 -recol1d=9444 -recol2s=11590 -recol2d=10501 -recol3s=7363 -recol3d=7330 -recol4s=8420 -recol4d=8387 -model=model_17877 -name=Broken experiment tube - -// 24689 -[loc_24689] -blockwalk=yes -ambient=10 -contrast=5 -ambient=15 -blockrange=no -recol1s=9477 -recol1d=9444 -recol2s=11590 -recol2d=10501 -recol3s=7363 -recol3d=7330 -recol4s=8420 -recol4d=8387 -model=model_17878 -name=Experiment tube - -// 24690 -[loc_24690] -ambient=35 -contrast=5 -ambient=15 -blockrange=no -recol1s=13639 -recol1d=11558 -recol2s=12582 -recol2d=10501 -recol3s=11525 -recol3d=9444 -recol4s=10468 -recol4d=8387 -recol5s=9411 -recol5d=7330 -recol6s=8354 -recol6d=6273 -model=model_5256 -name=Box - -// 24691 -[loc_24691] -contrast=5 -ambient=15 -recol1s=13639 -recol1d=11558 -recol2s=12582 -recol2d=10501 -recol3s=11525 -recol3d=9444 -recol4s=10468 -recol4d=8387 -recol5s=9411 -recol5d=7330 -recol6s=8354 -recol6d=6273 -model=model_5257 -name=Stacked Boxes - -// 24692 -[loc_24692] -contrast=5 -op1=Search -recol1s=13639 -recol1d=11558 -recol2s=12582 -recol2d=10501 -recol3s=11525 -recol3d=9444 -recol4s=10468 -recol4d=8387 -recol5s=9411 -recol5d=7330 -recol6s=8354 -recol6d=6273 -model=model_5283 -name=Boxes - -// 24693 -[loc_24693] -contrast=20 -ambient=30 -blockwalk=yes -blockrange=no -recol1s=11521 -recol1d=18953 -recol2s=12578 -recol2d=20010 -recol3s=13635 -recol3d=22122 -recol4s=14692 -recol4d=22124 -recol5s=16772 -recol5d=23181 -recol6s=16806 -recol6d=24238 -retex1s=material_70 -retex1d=material_105 -model=model_17319 -name=Rock - -// 24694 -[loc_24694] -contrast=20 -ambient=30 -blockwalk=yes -blockrange=no -recol1s=11521 -recol1d=18953 -recol2s=12578 -recol2d=20010 -recol3s=13635 -recol3d=22122 -recol4s=14692 -recol4d=22124 -recol5s=16772 -recol5d=23181 -recol6s=16806 -recol6d=24238 -retex1s=material_70 -retex1d=material_105 -model=model_17320 -name=Rock - -// 24695 -[loc_24695] -contrast=20 -ambient=30 -blockwalk=yes -recol1s=11521 -recol1d=18953 -recol2s=12578 -recol2d=20010 -recol3s=13635 -recol3d=22122 -recol4s=14692 -recol4d=22124 -recol5s=16772 -recol5d=23181 -recol6s=16806 -recol6d=24238 -retex1s=material_70 -retex1d=material_105 -model=model_17321 -name=Rock - -// 24696 -[loc_24696] -contrast=20 -ambient=30 -blockwalk=yes -width=3 -blockrange=no -recol1s=11521 -recol1d=18953 -recol2s=12578 -recol2d=20010 -recol3s=13635 -recol3d=22122 -recol4s=14692 -recol4d=22124 -recol5s=16772 -recol5d=23181 -recol6s=16806 -recol6d=24238 -retex1s=material_70 -retex1d=material_105 -model=model_17322 -name=Rock - -// 24697 -[loc_24697] -contrast=20 -ambient=30 -blockwalk=yes -width=3 -blockrange=no -recol1s=11521 -recol1d=18953 -recol2s=12578 -recol2d=20010 -recol3s=13635 -recol3d=22122 -recol4s=14692 -recol4d=22124 -recol5s=16772 -recol5d=23181 -recol6s=16806 -recol6d=24238 -retex1s=material_70 -retex1d=material_105 -model=model_17323 -name=Rock - -// 24698 -[loc_24698] -contrast=20 -ambient=30 -blockwalk=yes -width=2 -blockrange=no -recol1s=11521 -recol1d=18953 -recol2s=12578 -recol2d=20010 -recol3s=13635 -recol3d=22122 -recol4s=14692 -recol4d=22124 -recol5s=16772 -recol5d=23181 -recol6s=16806 -recol6d=24238 -retex1s=material_70 -retex1d=material_105 -model=model_17324 -name=Rock - -// 24699 -[loc_24699] -contrast=20 -ambient=30 -blockwalk=yes -width=2 -recol1s=11521 -recol1d=18953 -recol2s=12578 -recol2d=20010 -recol3s=13635 -recol3d=22122 -recol4s=14692 -recol4d=22124 -recol5s=16772 -recol5d=23181 -recol6s=16806 -recol6d=24238 -retex1s=material_70 -retex1d=material_105 -model=model_17325 -name=Rock - -// 24700 -[loc_24700] -contrast=20 -ambient=30 -blockwalk=yes -width=2 -length=2 -recol1s=11521 -recol1d=18953 -recol2s=12578 -recol2d=20010 -recol3s=13635 -recol3d=22122 -recol4s=14692 -recol4d=22124 -recol5s=16772 -recol5d=23181 -recol6s=16806 -recol6d=24238 -retex1s=material_70 -retex1d=material_105 -model=model_17326 -name=Rock - -// 24701 -[loc_24701] -contrast=20 -ambient=30 -blockwalk=yes -width=2 -length=2 -recol1s=11521 -recol1d=18953 -recol2s=12578 -recol2d=20010 -recol3s=13635 -recol3d=22122 -recol4s=14692 -recol4d=22124 -recol5s=16772 -recol5d=23181 -recol6s=16806 -recol6d=24238 -retex1s=material_70 -retex1d=material_105 -model=model_17327 -name=Rock - -// 24702 -[loc_24702] -hillskew=yes -active=no -contrast=20 -ambient=30 -recol1s=7399 -recol1d=28436 -model=model_13851 - -// 24703 -[loc_24703] -hillskew=yes -active=no -contrast=20 -ambient=30 -recol1s=7399 -recol1d=28436 -model=model_13852 - -// 24704 -[loc_24704] -hillskew=yes -active=no -contrast=20 -ambient=30 -recol1s=7399 -recol1d=28436 -model=model_13853 - -// 24705 -[loc_24705] -hillskew=yes -active=no -contrast=20 -ambient=30 -recol1s=7399 -recol1d=28436 -model=model_13854 - -// 24706 -[loc_24706] -contrast=20 -ambient=30 -blockwalk=no -model=model_1078 -name=Skeleton - -// 24707 -[loc_24707] -contrast=20 -ambient=30 -blockwalk=no -model=model_1079 -name=Skeleton - -// 24708 -[loc_24708] -width=2 -contrast=20 -ambient=30 -blockwalk=no -model=model_1080 -name=Skeleton - -// 24709 -[loc_24709] -recol1s=13605 -recol1d=9444 -recol2s=12548 -recol2d=8387 -recol3s=11491 -recol3d=7330 -recol4s=10434 -recol4d=6273 -model=model_8232 -name=Barrel - -// 24710 -[loc_24710] -active=yes -op1=Search -blockrange=no -recol1s=15712 -recol1d=9444 -model=model_1482 -name=Sack - -// 24711 -[loc_24711] -blockrange=no -recol1s=10401 -recol1d=7330 -model=model_1242 -name=Smashed chair - -// 24712 -[loc_24712] -ambient=15 -contrast=15 -recol1s=16640 -recol1d=8387 -model=model_1544 -name=Broken cart wheel - -// 24713 -[loc_24713] -bgsound=synth_3709,5 -active=no -model=model_1105,0 - -// 24714 -[loc_24714] -bgsound=synth_3679,15 -active=no -model=model_1105,0 - -// 24715 -[loc_24715] -active=no -randomsound=50,500,5,synth_3707,synth_3708 -model=model_1105,0 - -// 24716 -[loc_24716] -width=2 -length=2 -ambient=20 -model=model_9543 -name=Mysterious statue - -// 24717 -[loc_24717] -contrast=15 -ambient=25 -op1=Climb-up -msi=msi_7 -recol1s=20935 -recol1d=9444 -recol2s=18821 -recol2d=8387 -model=model_4312 -name=Ladder - -// 24718 -[loc_24718] -contrast=15 -ambient=25 -op1=Climb-down -msi=msi_7 -recol1s=20935 -recol1d=9444 -recol2s=18821 -recol2d=8387 -recol3s=17764 -recol3d=7330 -model=model_4315 -name=Ladder - -// 24719 -[loc_24719] -active=no -raiseobject=no -contrast=15 -ambient=25 -recol1s=10499 -recol1d=10501 -recol2s=11556 -recol2d=11558 -recol3s=9442 -recol3d=9444 -recol4s=8385 -recol4d=8387 -model=model_15236,1 - -// 24720 -[loc_24720] -blockwalk=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 24721 -[loc_24721] -active=yes -ambient=25 -contrast=25 -width=2 -op1=Play -model=model_25942 -name=Piano - -// 24722 -[loc_24722] -active=yes -ambient=25 -contrast=25 -width=2 -op1=Play -op3=Search -model=model_25943 -name=Piano - -// 24723 -[loc_24723] -active=yes -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -op1=Talk-into -op3=Climb -model=model_26034 -model2=model_26053 -model3=model_26049 -name=Drain Pipe - -// 24724 -[loc_24724] -anim=seq_6522 -active=yes -blockwalk=yes -op1=Wind-up -ambient=30 -model=model_25986 -model2=model_25982 -name=Gramophone - -// 24725 -[loc_24725] -anim=seq_6522 -bgsound=synth_3715,5 -active=yes -blockwalk=yes -op1=Turn-off -ambient=30 -model=model_25985 -model2=model_25982 -name=Gramophone - -// 24726 -[loc_24726] -anim=seq_6522 -bgsound=synth_3715,5 -blockwalk=yes -active=yes -op1=Kick -ambient=30 -model=model_25987 -model2=model_25982 -name=Gramophone - -// 24727 -[loc_24727] -anim=seq_6522 -bgsound=synth_3715,5 -active=yes -ambient=30 -model=model_25984 -model2=model_25983 -name=Gramophone - -// 24728 -[loc_24728] -active=yes -ambient=25 -contrast=25 -op1=Search -model=model_25938 -name=Music Stand - -// 24729 -[loc_24729] -active=yes -ambient=25 -contrast=25 -model=model_25934 -name=Music Stand - -// 24730 -[loc_24730] -blockwalk=no -width=3 -length=3 -model=model_25935 -name=Earth Mound - -// 24731 -[loc_24731] -blockwalk=no -width=3 -length=3 -model=model_25935 -name=Bean Mound - -// 24732 -[loc_24732] -length=3 -width=3 -anim=seq_6497 -hardshadow=no -model=model_25956 -name=Beanstalk - -// 24733 -[loc_24733] -length=3 -width=3 -blockwalk=yes -op1=Climb -op3=Chop -hardshadow=no -model=model_25957 -name=Beanstalk - -// 24734 -[loc_24734] -length=3 -width=3 -anim=seq_6499 -hardshadow=no -model=model_25956 -name=Beanstalk - -// 24735 -[loc_24735] -op3=Chop -hardshadow=no -model=model_25955 -name=Beanstalk - -// 24736 -[loc_24736] -anim=seq_6500 -hardshadow=no -model=model_25954 -model2=model_25953 -name=Beanstalk - -// 24737 -[loc_24737] -length=6 -width=3 -hardshadow=no -model=model_25951 -model2=model_25952 -name=Beanstalk - -// 24738 -[loc_24738] -length=3 -width=3 -blockwalk=yes -hardshadow=no -model=model_25952 -name=Beanstump - -// 24739 -[loc_24739] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26047 - -// 24740 -[loc_24740] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -mirror=yes -model=model_26047 - -// 24741 -[loc_24741] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26039,1 -model=model_26042,4 - -// 24742 -[loc_24742] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -mirror=yes -model=model_26039,1 -model=model_26042,4 - -// 24743 -[loc_24743] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26043,1 - -// 24744 -[loc_24744] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -mirror=yes -model=model_26043,1 - -// 24745 -[loc_24745] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26041,1 - -// 24746 -[loc_24746] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -mirror=yes -model=model_26041,1 - -// 24747 -[loc_24747] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26045,1 - -// 24748 -[loc_24748] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -mirror=yes -model=model_26045,1 - -// 24749 -[loc_24749] -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -op1=Climb-over -model=model_26046 -name=Crumbling wall - -// 24750 -[loc_24750] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26033 - -// 24751 -[loc_24751] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -mirror=yes -model=model_26033 - -// 24752 -[loc_24752] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26034 - -// 24753 -[loc_24753] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -mirror=yes -model=model_26034 - -// 24754 -[loc_24754] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26035 - -// 24755 -[loc_24755] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26036 - -// 24756 -[loc_24756] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26037 - -// 24757 -[loc_24757] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26038 - -// 24758 -[loc_24758] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -mirror=yes -model=model_26038 - -// 24759 -[loc_24759] -active=yes -contrast=10 -ambient=20 -blockwalk=yes -op1=Open -model=model_26048,1 -name=Door - -// 24760 -[loc_24760] -active=no -contrast=10 -ambient=20 -blockwalk=yes -model=model_26048,1 - -// 24761 -[loc_24761] -active=no -contrast=10 -ambient=20 -blockwalk=yes -width=7 -length=4 -resizey=105 -model=model_26051 -model2=model_26052 - -// 24762 -[loc_24762] -active=no -contrast=10 -ambient=20 -blockwalk=yes -width=7 -length=4 -resizey=105 -model=model_26051 -model2=model_26052 -model3=model_26054 - -// 24763 -[loc_24763] -active=no -contrast=10 -ambient=20 -blockwalk=yes -width=7 -length=4 -resizey=105 -model=model_26051 -model2=model_26052 -model3=model_26054 -model4=model_26061 - -// 24764 -[loc_24764] -active=no -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26057,1 -model=model_26058,5 - -// 24765 -[loc_24765] -active=yes -contrast=10 -ambient=20 -blockwalk=no -model=model_26059 -name=Window - -// 24766 -[loc_24766] -active=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26059 -name=Window - -// 24767 -[loc_24767] -active=yes -shadow=no -contrast=10 -ambient=20 -blockwalk=no -op1=Climb up -model=model_26028 -name=Beard - -// 24768 -[loc_24768] -active=yes -contrast=10 -ambient=20 -blockwalk=yes -model=model_26059 -name=Window - -// 24769 -[loc_24769] -active=yes -contrast=10 -ambient=20 -blockwalk=no -model=model_26059 -model2=model_26060 -name=Rupert - -// 24770 -[loc_24770] -active=yes -contrast=10 -ambient=20 -blockwalk=no -model=model_26059 -model2=model_26060 -name=Rupert - -// 24771 -[loc_24771] -active=yes -contrast=10 -ambient=20 -blockwalk=no -anim=seq_6509 -op1=Talk-to -op3=Climb-down -model=model_26062 -name=Rupert - -// 24772 -[loc_24772] -active=yes -contrast=10 -ambient=20 -blockwalk=no -op1=Talk-to -op3=Climb-down -model=model_26044 -name=Rupert - -// 24773 -[loc_24773] -active=yes -blockwalk=yes -anim=seq_6509 -multivar=varplayerbit_3710 -multiloc=0,loc_24770 -multiloc=1,loc_24766 -multiloc=2,loc_24766 -multiloc=3,loc_24766 -multiloc=4,loc_24766 - -// 24774 -[loc_24774] -active=yes -anim=seq_6509 -multivar=varplayerbit_3710 -multiloc=0,loc_24768 -multiloc=1,loc_24769 -multiloc=2,loc_24771 -multiloc=3,loc_24772 -multiloc=4,loc_24768 - -// 24775 -[loc_24775] -active=no -blockwalk=no -width=7 -length=4 -resizey=105 -multivar=varplayerbit_3710 -multiloc=0,loc_24762 -multiloc=1,loc_24762 -multiloc=2,loc_24763 -multiloc=3,loc_24763 -multiloc=4,loc_24762 - -// 24776 -[loc_24776] -active=yes -blockwalk=no -multivar=varplayerbit_3710 -multiloc=2,loc_24767 -multiloc=3,loc_24767 - -// 24777 -[loc_24777] -active=no -contrast=10 -ambient=20 -blockwalk=yes -width=7 -length=8 -model=model_26029 -model2=model_26030 -model3=model_26031 -model4=model_26032 - -// 24778 -[loc_24778] -active=yes -contrast=10 -ambient=20 -blockwalk=no -length=3 -model=model_26055 -name=Window - -// 24779 -[loc_24779] -active=yes -contrast=10 -ambient=20 -blockwalk=no -length=3 -model=model_26055 -model2=model_26040 -name=Beard - -// 24780 -[loc_24780] -active=yes -ambient=25 -contrast=25 -active=yes -op1=Take -blockwalk=yes -blockrange=no -model=model_25940 -name=Pendant - -// 24781 -[loc_24781] -active=yes -ambient=25 -contrast=25 -blockwalk=yes -blockrange=no -model=model_25939 -name=Rock - -// 24782 -[loc_24782] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26021,1 - -// 24783 -[loc_24783] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26014,1 -model=model_26015,2 -model=model_26016,5 - -// 24784 -[loc_24784] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_26014,1 -model=model_26015,2 -model=model_26016,5 - -// 24785 -[loc_24785] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26017,1 - -// 24786 -[loc_24786] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26004,1 - -// 24787 -[loc_24787] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26022,1 - -// 24788 -[loc_24788] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_26022,1 - -// 24789 -[loc_24789] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26018,1 - -// 24790 -[loc_24790] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26023,1 - -// 24791 -[loc_24791] -active=no -sharelight=yes -contrast=15 -ambient=25 -forcedecor=yes -model=model_26024,0 - -// 24792 -[loc_24792] -active=no -sharelight=yes -contrast=15 -ambient=25 -forcedecor=yes -model=model_26025,0 - -// 24793 -[loc_24793] -active=no -sharelight=yes -contrast=15 -ambient=25 -forcedecor=yes -model=model_26026,0 - -// 24794 -[loc_24794] -active=no -sharelight=yes -contrast=15 -ambient=25 -forcedecor=yes -model=model_26027,0 - -// 24795 -[loc_24795] -active=yes -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -op1=Climb-up -msi=msi_7 -model=model_26020 -name=Nails - -// 24796 -[loc_24796] -active=yes -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -op1=Climb-down -msi=msi_7 -model=model_26019 -name=Nails - -// 24797 -[loc_24797] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26010 - -// 24798 -[loc_24798] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26012 - -// 24799 -[loc_24799] -active=yes -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -op1=Enter -model=model_26011 -name=Mouse hole - -// 24800 -[loc_24800] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26007 - -// 24801 -[loc_24801] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_26009 - -// 24802 -[loc_24802] -active=yes -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -op1=Enter -model=model_26008 -name=Grate - -// 24803 -[loc_24803] -active=yes -contrast=15 -ambient=25 -model=model_26013,Q -name=Lock - -// 24804 -[loc_24804] -active=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -model=model_26006 -name=Nails - -// 24805 -[loc_24805] -active=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -model=model_26005 -name=Witch's charm - -// 24806 -[loc_24806] -active=no -hillskew=yes -sharelight=yes -contrast=5 -ambient=15 -recol1s=6241 -recol1d=7298 -model=model_25947,1 -model=model_25948,2 -model=model_25949,5 - -// 24807 -[loc_24807] -active=no -hillskew=yes -sharelight=yes -contrast=5 -ambient=15 -recol1s=6241 -recol1d=7298 -model=model_25945,1 - -// 24808 -[loc_24808] -active=yes -sharelight=yes -contrast=5 -ambient=15 -recol1s=6241 -recol1d=7298 -model=model_25950 -name=Drain - -// 24809 -[loc_24809] -active=no -sharelight=yes -contrast=5 -ambient=15 -recol1s=6241 -recol1d=7298 -model=model_25950 - -// 24810 -[loc_24810] -active=no -forcedecor=yes -contrast=5 -ambient=15 -model=model_25946,0 - -// 24811 -[loc_24811] -active=no -sharelight=yes -contrast=15 -ambient=25 -model=model_26066,1 -model=model_26067,2 -model=model_26068,3 -model=model_26069,4 -model=model_26070,5 - -// 24812 -[loc_24812] -active=no -sharelight=yes -contrast=15 -ambient=25 -model=model_26072,1 - -// 24813 -[loc_24813] -active=no -sharelight=yes -contrast=15 -ambient=25 -model=model_26065,1 -model=model_26071,3 - -// 24814 -[loc_24814] -contrast=15 -ambient=25 -blockrange=no -model=model_26064 -name=Chair - -// 24815 -[loc_24815] -active=yes -op1=Close -raiseobject=no -contrast=15 -ambient=25 -mirror=yes -recol1s=10499 -recol1d=10501 -recol2s=11556 -recol2d=11558 -recol3s=9442 -recol3d=9444 -recol4s=8385 -recol4d=8387 -model=model_26063,1 -name=Door - -// 24816 -[loc_24816] -active=yes -op1=Open -raiseobject=no -contrast=15 -ambient=25 -recol1s=10499 -recol1d=10501 -recol2s=11556 -recol2d=11558 -recol3s=9442 -recol3d=9444 -recol4s=8385 -recol4d=8387 -model=model_26063,1 -name=Door - -// 24817 -[loc_24817] -active=no -width=5 -length=2 -shadow=no -contrast=20 -ambient=30 -blockwalk=yes -model=model_25958 - -// 24818 -[loc_24818] -active=no -width=5 -length=2 -shadow=no -contrast=20 -ambient=30 -blockwalk=yes -model=model_25959 - -// 24819 -[loc_24819] -active=yes -width=5 -length=6 -shadow=no -contrast=20 -ambient=30 -blockwalk=yes -op1=Climb-down -msi=msi_7 -model=model_25960 -name=Beanstalk - -// 24820 -[loc_24820] -active=no -hillskew=yes -blockrange=no -model=model_25993,0 - -// 24821 -[loc_24821] -active=no -hillskew=yes -blockrange=no -model=model_25994,0 - -// 24822 -[loc_24822] -active=no -hillskew=yes -blockrange=no -model=model_25989,0 - -// 24823 -[loc_24823] -active=no -hillskew=yes -blockrange=no -model=model_25990,0 - -// 24824 -[loc_24824] -active=no -hillskew=yes -blockrange=no -model=model_25991,0 - -// 24825 -[loc_24825] -active=no -hillskew=yes -blockrange=no -model=model_25992,0 - -// 24826 -[loc_24826] -active=no -hillskew=yes -blockrange=no -model=model_25988,0 - -// 24827 -[loc_24827] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -model=model_25961 - -// 24828 -[loc_24828] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -model=model_25963 - -// 24829 -[loc_24829] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -model=model_25964 - -// 24830 -[loc_24830] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -model=model_25965 - -// 24831 -[loc_24831] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -model=model_25966 - -// 24832 -[loc_24832] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -model=model_25967 - -// 24833 -[loc_24833] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -model=model_25965 - -// 24834 -[loc_24834] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -model=model_25969 - -// 24835 -[loc_24835] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -model=model_25970 - -// 24836 -[loc_24836] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -model=model_25967 - -// 24837 -[loc_24837] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -model=model_25962 - -// 24838 -[loc_24838] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -model=model_25968 - -// 24839 -[loc_24839] -anim=seq_6506 -width=3 -length=3 -active=yes -ambient=25 -contrast=25 -op1=Talk-to -model=model_26077 -model2=model_26076 -model3=model_26079 -name=Grimgnash - -// 24840 -[loc_24840] -anim=seq_6506 -active=yes -blockwalk=yes -width=3 -length=3 -op1=Talk-to -blockrange=no -multivar=varplayerbit_3717 -multiloc=1,loc_24839 - -// 24841 -[loc_24841] -active=yes -ambient=25 -contrast=25 -blockwalk=no -op1=Take -model=model_25936 -name=Feathers - -// 24842 -[loc_24842] -active=yes -blockwalk=no -op1=Enter -model=model_25937 -name=Manhole - -// 24843 -[loc_24843] -ambient=60 -anim=seq_6523 -blockwalk=no -active=yes -model=model_25999,0 -name=Floor - -// 24844 -[loc_24844] -ambient=60 -anim=seq_6523 -blockwalk=no -active=yes -model=model_25997,0 -name=Floor - -// 24845 -[loc_24845] -ambient=60 -anim=seq_6523 -blockwalk=no -active=yes -model=model_26000,0 -name=Floor - -// 24846 -[loc_24846] -ambient=60 -anim=seq_6523 -blockwalk=no -active=yes -model=model_25998,0 -name=Floor - -// 24847 -[loc_24847] -ambient=60 -anim=seq_6523 -blockwalk=no -active=yes -model=model_25996,0 -name=Floor - -// 24848 -[loc_24848] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -model=model_25972 - -// 24849 -[loc_24849] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -mirror=yes -model=model_25974 - -// 24850 -[loc_24850] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -model=model_25975 - -// 24851 -[loc_24851] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -model=model_25976 - -// 24852 -[loc_24852] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -model=model_25977 - -// 24853 -[loc_24853] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -model=model_25978 - -// 24854 -[loc_24854] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -mirror=yes -model=model_25976 - -// 24855 -[loc_24855] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -model=model_25980 - -// 24856 -[loc_24856] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -model=model_25981 - -// 24857 -[loc_24857] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -mirror=yes -model=model_25978 - -// 24858 -[loc_24858] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -model=model_25971 - -// 24859 -[loc_24859] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -model=model_25979 - -// 24860 -[loc_24860] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -model=model_25973 - -// 24861 -[loc_24861] -active=no -hillskew=yes -ambient=40 -contrast=40 -offsety=-480 -shadow=no -model=model_25972 - -// 24862 -[loc_24862] -active=no -hillskew=yes -ambient=40 -contrast=40 -mirror=yes -offsety=-480 -shadow=no -model=model_25974 - -// 24863 -[loc_24863] -active=no -hillskew=yes -ambient=40 -contrast=40 -offsety=-480 -shadow=no -model=model_25975 - -// 24864 -[loc_24864] -active=no -hillskew=yes -ambient=40 -contrast=40 -offsety=-480 -shadow=no -model=model_25976 - -// 24865 -[loc_24865] -active=no -hillskew=yes -ambient=40 -contrast=40 -offsety=-480 -shadow=no -model=model_25977 - -// 24866 -[loc_24866] -active=no -hillskew=yes -ambient=40 -contrast=40 -offsety=-480 -shadow=no -model=model_25978 - -// 24867 -[loc_24867] -active=no -hillskew=yes -ambient=40 -contrast=40 -mirror=yes -offsety=-480 -shadow=no -model=model_25976 - -// 24868 -[loc_24868] -active=no -hillskew=yes -ambient=40 -contrast=40 -offsety=-480 -shadow=no -model=model_25980 - -// 24869 -[loc_24869] -active=no -hillskew=yes -ambient=40 -contrast=40 -offsety=-480 -shadow=no -model=model_25981 - -// 24870 -[loc_24870] -active=no -hillskew=yes -ambient=40 -contrast=40 -mirror=yes -offsety=-480 -shadow=no -model=model_25978 - -// 24871 -[loc_24871] -active=no -hillskew=yes -ambient=40 -contrast=40 -offsety=-480 -shadow=no -model=model_25971 - -// 24872 -[loc_24872] -active=no -hillskew=yes -ambient=40 -contrast=40 -offsety=-480 -shadow=no -model=model_25979 - -// 24873 -[loc_24873] -active=no -hillskew=yes -ambient=40 -contrast=40 -sharelight=yes -offsety=-480 -shadow=no -model=model_25973 - -// 24874 -[loc_24874] -active=yes -contrast=25 -ambient=35 -blockwalk=no -op1=Take -model=model_26002 -name=Cheese - -// 24875 -[loc_24875] -active=yes -contrast=5 -ambient=15 -blockwalk=no -op1=Take -model=model_26003 -name=Coins - -// 24876 -[loc_24876] -active=yes -contrast=15 -ambient=25 -blockwalk=no -op1=Take -model=model_26001 -name=Bones - -// 24877 -[loc_24877] -active=yes -ambient=20 -contrast=20 -model=model_25941,Q -name=Witch Glyph - -// 24878 -[loc_24878] -active=yes -ambient=20 -contrast=20 -model=model_25944,Q -name=Witch Glyph - -// 24879 -[loc_24879] -active=yes -blockwalk=no -ambient=20 -contrast=20 -multivar=varplayerbit_3722 -multiloc=0,loc_24878 -multiloc=1,loc_24877 - -// 24880 -[loc_24880] -active=yes -sharelight=yes -contrast=10 -ambient=20 -blockwalk=yes -op1=Climb-over -model=model_26078 -name=Crumbling wall - -// 24881 -[loc_24881] -active=yes -blockwalk=yes -width=2 -blockrange=no -multivar=varplayerbit_3698 -multiloc=0,loc_24721 -multiloc=1,loc_24722 - -// 24882 -[loc_24882] -anim=seq_6522 -blockwalk=yes -active=yes -op1=hidden -multivar=varplayerbit_3700 -multiloc=0,loc_24724 -multiloc=1,loc_24726 -multiloc=2,loc_24725 -multiloc=3,loc_24727 - -// 24883 -[loc_24883] -active=yes -ambient=25 -contrast=25 -multivar=varplayerbit_3723 -multiloc=0,loc_24728 -multiloc=1,loc_24729 - -// 24884 -[loc_24884] -active=yes -width=3 -length=3 -blockwalk=yes -multivar=varplayerbit_3714 -multiloc=0,loc_24730 -multiloc=1,loc_24731 -multiloc=2,loc_24733 -multiloc=3,loc_24735 -multiloc=4,loc_24738 - -// 24885 -[loc_24885] -active=yes -blockwalk=yes -length=3 -multivar=varplayerbit_3710 -multiloc=0,loc_24778 -multiloc=1,loc_24778 -multiloc=2,loc_24779 -multiloc=3,loc_24779 -multiloc=4,loc_24778 - -// 24886 -[loc_24886] -active=yes -blockwalk=yes -ambient=25 -contrast=25 -blockrange=no -multivar=varplayerbit_3721 -multiloc=0,loc_24780 -multiloc=1,loc_24781 - -// 24887 -[loc_24887] -active=yes -ambient=25 -contrast=25 -model=model_26108 -name=Cage - -// 24888 -[loc_24888] -ambient=10 -active=yes -model=model_25139 -name=Scuttle - -// 24889 -[loc_24889] -active=yes -resizex=120 -resizey=135 -resizez=120 -ambient=15 -blockrange=no -recol1s=18464 -recol1d=11330 -recol2s=32480 -recol2d=13444 -recol3s=9312 -recol3d=4193 -model=model_1161 -name=Barstool - -// 24890 -[loc_24890] -active=yes -ambient=15 -blockrange=no -recol1s=5457 -recol1d=11330 -recol2s=11760 -recol2d=13444 -recol3s=8354 -recol3d=4193 -recol4s=9411 -recol4d=6307 -recol5s=10468 -recol5d=5250 -model=model_25132 -name=Barstool - -// 24891 -[loc_24891] -active=yes -sharelight=yes -ambient=20 -blockrange=no -recol1s=10468 -recol1d=6307 -recol2s=9411 -recol2d=5250 -recol3s=8354 -recol3d=4193 -recol4s=7330 -recol4d=4193 -model=model_25143 -model2=model_22173 -model3=model_25154 -model4=model_25133 -name=Bar - -// 24892 -[loc_24892] -active=yes -sharelight=yes -ambient=20 -blockrange=no -recol1s=28541 -recol1d=9516 -recol2s=13088 -recol2d=9576 -recol3s=10468 -recol3d=6307 -recol4s=9411 -recol4d=5250 -recol5s=8354 -recol5d=4193 -recol6s=7330 -recol6d=4193 -model=model_25143 -model2=model_22174 -model3=model_22173 -model4=model_25141 -name=Bar - -// 24893 -[loc_24893] -active=yes -sharelight=yes -ambient=20 -blockrange=no -recol1s=10468 -recol1d=6307 -recol2s=9411 -recol2d=5250 -recol3s=8354 -recol3d=4193 -recol4s=7330 -recol4d=4193 -model=model_25142 -model2=model_22174 -model3=model_22173 -model4=model_25133 -name=Bar - -// 24894 -[loc_24894] -active=yes -sharelight=yes -mirror=yes -ambient=20 -blockrange=no -recol1s=10468 -recol1d=6307 -recol2s=9411 -recol2d=5250 -recol3s=8354 -recol3d=4193 -recol4s=7330 -recol4d=4193 -model=model_25142 -model2=model_22174 -model3=model_25134 -model4=model_25148 -name=Bar - -// 24895 -[loc_24895] -active=yes -sharelight=yes -ambient=20 -blockrange=no -recol1s=10468 -recol1d=6307 -recol2s=9411 -recol2d=5250 -recol3s=8354 -recol3d=4193 -recol4s=7330 -recol4d=4193 -model=model_25131 -model2=model_25152 -model3=model_25153 -model4=model_22172 -name=Bar - -// 24896 -[loc_24896] -active=yes -sharelight=yes -ambient=20 -blockrange=no -recol1s=10468 -recol1d=6307 -recol2s=9411 -recol2d=5250 -recol3s=8354 -recol3d=4193 -recol4s=7330 -recol4d=4193 -model=model_25131 -model2=model_25152 -model3=model_25148 -model4=model_22175 -name=Bar - -// 24897 -[loc_24897] -active=yes -sharelight=yes -ambient=20 -blockrange=no -recol1s=10468 -recol1d=6307 -recol2s=9411 -recol2d=5250 -recol3s=8354 -recol3d=4193 -recol4s=7330 -recol4d=4193 -model=model_25131 -model2=model_25133 -model3=model_25153 -model4=model_22175 -name=Bar - -// 24898 -[loc_24898] -active=yes -sharelight=yes -ambient=20 -blockrange=no -recol1s=10468 -recol1d=6307 -recol2s=9411 -recol2d=5250 -recol3s=8354 -recol3d=4193 -recol4s=7330 -recol4d=4193 -model=model_25130 -model2=model_25134 -model3=model_25154 -model4=model_25151 -name=Bar - -// 24899 -[loc_24899] -active=yes -sharelight=yes -mirror=yes -ambient=20 -blockrange=no -recol1s=10468 -recol1d=6307 -recol2s=9411 -recol2d=5250 -recol3s=8354 -recol3d=4193 -recol4s=7330 -recol4d=4193 -model=model_25130 -model2=model_25154 -model3=model_25148 -name=Bar - -// 24900 -[loc_24900] -width=2 -contrast=10 -ambient=10 -blockrange=no -recol1s=16809 -recol1d=8421 -recol2s=14695 -recol2d=6307 -recol3s=13638 -recol3d=4193 -recol4s=12581 -recol4d=5250 -model=model_14827 -name=Table - -// 24901 -[loc_24901] -resizex=142 -resizey=142 -resizez=142 -ambient=10 -active=no -blockrange=no -recol1s=13605 -recol1d=6307 -recol2s=12548 -recol2d=4193 -recol3s=11491 -recol3d=5250 -recol4s=10434 -recol4d=3136 -recol5s=7297 -recol5d=4193 -model=model_8232 -model2=model_9531 - -// 24902 -[loc_24902] -active=no -recol1s=9377 -recol1d=6307 -recol2s=10401 -recol2d=5250 -model=model_1170 - -// 24903 -[loc_24903] -active=no -recol1s=9442 -recol1d=6307 -recol2s=8385 -recol2d=5250 -recol3s=7328 -recol3d=4193 -model=model_24888 - -// 24904 -[loc_24904] -active=no -recol1s=9442 -recol1d=6307 -recol2s=8385 -recol2d=5250 -recol3s=7328 -recol3d=4193 -model=model_24889 - -// 24905 -[loc_24905] -active=no -blockrange=no -recol1s=9442 -recol1d=6307 -recol2s=8385 -recol2d=5250 -recol3s=7328 -recol3d=4193 -model=model_24890 - -// 24906 -[loc_24906] -active=no -blockrange=no -recol1s=9442 -recol1d=6307 -recol2s=8385 -recol2d=5250 -recol3s=7328 -recol3d=4193 -model=model_24891 - -// 24907 -[loc_24907] -op1=Search -recol1s=8388 -recol1d=4193 -recol2s=10501 -recol2d=5250 -model=model_7392 -model2=model_7393 -name=Old Bookshelf - -// 24908 -[loc_24908] -op1=Search -recol1s=8388 -recol1d=4193 -recol2s=10501 -recol2d=5250 -model=model_7392 -model2=model_7394 -name=Old Bookshelf - -// 24909 -[loc_24909] -op1=Search -recol1s=8388 -recol1d=4193 -recol2s=10501 -recol2d=5250 -model=model_7387 -model2=model_7388 -name=Old Bookshelf - -// 24910 -[loc_24910] -op1=Search -recol1s=8388 -recol1d=4193 -recol2s=10501 -recol2d=5250 -model=model_7387 -model2=model_7390 -name=Old Bookshelf - -// 24911 -[loc_24911] -ambient=35 -op1=Search -blockrange=no -recol1s=14695 -recol1d=6274 -recol2s=13638 -recol2d=7331 -recol3s=12581 -recol3d=7331 -recol4s=11524 -recol4d=6307 -recol5s=10467 -recol5d=5250 -recol6s=9410 -recol6d=4193 -model=model_7699 -name=Crate - -// 24912 -[loc_24912] -width=2 -active=no -blockrange=no -recol1s=10499 -recol1d=5250 -recol2s=8385 -recol2d=4193 -recol3s=11556 -recol3d=6307 -recol4s=13670 -recol4d=4193 -model=model_24843 - -// 24913 -[loc_24913] -length=2 -recol1s=12448 -recol1d=5250 -model=model_5192 -name=Bed - -// 24914 -[loc_24914] -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -recol1s=16742 -recol1d=4193 -recol2s=15718 -recol2d=7364 -recol3s=14662 -recol3d=6307 -recol4s=12548 -recol4d=7364 -recol5s=11523 -recol5d=5250 -model=model_11208 -name=Bank booth - -// 24915 -[loc_24915] -ambient=25 -active=no -recol1s=8385 -recol1d=4193 -recol2s=11556 -recol2d=5250 -recol3s=10499 -recol3d=6307 -recol4s=9442 -recol4d=4193 -recol5s=12613 -recol5d=7364 -model=model_24834 - -// 24916 -[loc_24916] -ambient=25 -recol1s=14694 -recol1d=6307 -recol2s=7329 -recol2d=4193 -recol3s=6272 -recol3d=5250 -model=model_1271 -name=Shelves - -// 24917 -[loc_24917] -recol1s=11525 -recol1d=6307 -model=model_1168 -name=Stepladder - -// 24918 -[loc_24918] -sharelight=yes -op1=Climb-up -forceapproach=south -resizex=128 -resizey=151 -resizez=128 -msi=msi_7 -recol1s=12514 -recol1d=4193 -recol2s=11457 -recol2d=5250 -recol3s=16708 -recol3d=6307 -model=model_5187 -name=Ladder - -// 24919 -[loc_24919] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -resizex=128 -resizey=151 -resizez=128 -recol1s=12514 -recol1d=4193 -recol2s=11457 -recol2d=5250 -recol3s=16708 -recol3d=6307 -model=model_9504 -name=Ladder - -// 24920 -[loc_24920] -recol1s=12514 -recol1d=6307 -model=model_1292 -name=Mangle - -// 24921 -[loc_24921] -recol1s=12514 -recol1d=6307 -model=model_1293 -name=Mangle - -// 24922 -[loc_24922] -length=2 -blockrange=no -recol1s=13603 -recol1d=5250 -recol2s=12546 -recol2d=4193 -recol3s=11489 -recol3d=6307 -recol4s=14660 -recol4d=7364 -model=model_9559 -name=Table - -// 24923 -[loc_24923] -recol1s=18688 -recol1d=5250 -model=model_1919,Q - -// 24924 -[loc_24924] -recol1s=9376 -recol1d=5250 -model=model_2130,Q - -// 24925 -[loc_24925] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -sharelight=yes -recol1s=8388 -recol1d=5250 -model=model_11565 -name=Staircase - -// 24926 -[loc_24926] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=20 -sharelight=yes -recol1s=8388 -recol1d=5250 -model=model_9519 -name=Staircase - -// 24927 -[loc_24927] -blockrange=no -recol1s=16809 -recol1d=7364 -recol2s=14695 -recol2d=6307 -recol3s=13638 -recol3d=5250 -recol4s=12581 -recol4d=4193 -model=model_9590 -name=Table - -// 24928 -[loc_24928] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=16846 -recol1d=5250 -retex1s=material_69 -retex1d=material_63 -model=model_1181,0 - -// 24929 -[loc_24929] -width=3 -ambient=25 -contrast=25 -recol1s=13573 -recol1d=5250 -model=model_1296 -name=Tanning line - -// 24930 -[loc_24930] -active=yes -op1=Close -raiseobject=no -ambient=20 -ambient=30 -contrast=30 -recol1s=14626 -recol1d=5250 -recol2s=13569 -recol2d=4193 -recol3s=12512 -recol3d=6307 -recol4s=11456 -recol4d=5250 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24931 -[loc_24931] -active=yes -op1=Open -raiseobject=no -ambient=20 -ambient=30 -contrast=30 -recol1s=14626 -recol1d=5250 -recol2s=13569 -recol2d=4193 -recol3s=12512 -recol3d=6307 -recol4s=11456 -recol4d=5250 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24932 -[loc_24932] -active=yes -op1=Close -raiseobject=no -ambient=20 -ambient=30 -contrast=30 -offsety=-64 -recol1s=14626 -recol1d=5250 -recol2s=13569 -recol2d=4193 -recol3s=12512 -recol3d=6307 -recol4s=11456 -recol4d=5250 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24933 -[loc_24933] -active=yes -op1=Open -raiseobject=no -ambient=20 -ambient=30 -contrast=30 -offsety=-64 -recol1s=14626 -recol1d=5250 -recol2s=13569 -recol2d=4193 -recol3s=12512 -recol3d=6307 -recol4s=11456 -recol4d=5250 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24934 -[loc_24934] -active=yes -raiseobject=no -ambient=20 -ambient=30 -contrast=30 -recol1s=14626 -recol1d=5250 -recol2s=13569 -recol2d=4193 -recol3s=12512 -recol3d=6307 -recol4s=11456 -recol4d=5250 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24935 -[loc_24935] -active=yes -op1=Close -raiseobject=no -ambient=20 -ambient=30 -contrast=30 -recol1s=14626 -recol1d=5250 -recol2s=13569 -recol2d=4193 -recol3s=12512 -recol3d=6307 -recol4s=11456 -recol4d=5250 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24936 -[loc_24936] -active=yes -op1=Open -raiseobject=no -ambient=20 -ambient=30 -contrast=30 -recol1s=14626 -recol1d=5250 -recol2s=13569 -recol2d=4193 -recol3s=12512 -recol3d=6307 -recol4s=11456 -recol4d=5250 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 24937 -[loc_24937] -sharelight=yes -ambient=20 -contrast=10 -recol1s=6272 -recol1d=4193 -recol2s=4160 -recol2d=5250 -retex1s=material_45 -retex1d=material_55 -model=model_15211,A -model=model_15227,S -model=model_15223,D -model=model_15224,F -model=model_15225,G -model=model_15226,H -model=model_15234,Z -model=model_15233,X -model=model_15212,C -model=model_15228,V - -// 24938 -[loc_24938] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26241,1 -model=model_26242,3 -model=model_26243,5 - -// 24939 -[loc_24939] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26244,1 - -// 24940 -[loc_24940] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26245,1 - -// 24941 -[loc_24941] -sharelight=yes -ambient=30 -contrast=30 -active=no -mirror=yes -model=model_26240,1 - -// 24942 -[loc_24942] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26240,1 - -// 24943 -[loc_24943] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26246,1 - -// 24944 -[loc_24944] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26247,1 - -// 24945 -[loc_24945] -sharelight=yes -ambient=30 -contrast=30 -active=no -mirror=yes -model=model_26247,1 - -// 24946 -[loc_24946] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26230,1 -model=model_26231,2 -model=model_26232,3 -model=model_26233,4 -model=model_26234,5 - -// 24947 -[loc_24947] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26235,1 - -// 24948 -[loc_24948] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26236,1 - -// 24949 -[loc_24949] -sharelight=yes -ambient=30 -contrast=30 -active=no -mirror=yes -model=model_26229,1 - -// 24950 -[loc_24950] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26229,1 - -// 24951 -[loc_24951] -sharelight=yes -ambient=30 -contrast=30 -active=no -mirror=yes -offsety=-32 -model=model_26229,1 - -// 24952 -[loc_24952] -sharelight=yes -ambient=30 -contrast=30 -active=no -offsety=-32 -model=model_26229,1 - -// 24953 -[loc_24953] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26237,1 - -// 24954 -[loc_24954] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26238,1 - -// 24955 -[loc_24955] -sharelight=yes -ambient=30 -contrast=30 -active=no -mirror=yes -model=model_26238,1 - -// 24956 -[loc_24956] -sharelight=yes -ambient=15 -contrast=15 -active=no -model=model_26223,1 -model=model_26224,2 -model=model_26225,3 -model=model_26226,4 -model=model_26227,5 - -// 24957 -[loc_24957] -sharelight=yes -ambient=15 -contrast=15 -active=no -blockwalk=no -model=model_26220,1 -model=model_26221,4 - -// 24958 -[loc_24958] -sharelight=yes -ambient=15 -contrast=15 -active=no -blockwalk=no -model=model_26222,1 - -// 24959 -[loc_24959] -sharelight=yes -ambient=15 -contrast=15 -active=no -mirror=yes -blockwalk=no -model=model_26222,1 - -// 24960 -[loc_24960] -sharelight=yes -ambient=15 -contrast=15 -active=no -model=model_26212,1 -model=model_26213,2 - -// 24961 -[loc_24961] -sharelight=yes -ambient=15 -contrast=15 -active=no -blockwalk=no -model=model_26211,1 - -// 24962 -[loc_24962] -sharelight=yes -ambient=15 -contrast=15 -active=no -mirror=yes -blockwalk=no -model=model_26211,1 - -// 24963 -[loc_24963] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26214,1 -model=model_26217,3 -model=model_26218,4 - -// 24964 -[loc_24964] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26219,1 - -// 24965 -[loc_24965] -sharelight=yes -ambient=30 -contrast=30 -active=no -mirror=yes -model=model_26219,1 - -// 24966 -[loc_24966] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26215,1 -model=model_26216,3 - -// 24967 -[loc_24967] -sharelight=yes -ambient=30 -contrast=30 -active=no -mirror=yes -model=model_26215,1 -model=model_26216,3 - -// 24968 -[loc_24968] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26228,5 - -// 24969 -[loc_24969] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_26239,5 - -// 24970 -[loc_24970] -ambient=25 -model=model_26251,Q - -// 24971 -[loc_24971] -ambient=25 -model=model_26250,Q - -// 24972 -[loc_24972] -ambient=25 -mirror=yes -model=model_26251,Q - -// 24973 -[loc_24973] -ambient=25 -model=model_26249,Q - -// 24974 -[loc_24974] -ambient=25 -mirror=yes -model=model_26249,Q - -// 24975 -[loc_24975] -ambient=25 -model=model_26248,Q - -// 24976 -[loc_24976] -active=yes -ambient=30 -model=model_2066,Q -name=Clothes equipment - -// 24977 -[loc_24977] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -resizex=128 -resizey=256 -resizez=128 -ambient=30 -recol1s=6307 -recol1d=8386 -recol2s=7364 -recol2d=9443 -recol3s=8421 -recol3d=10500 -recol4s=9478 -recol4d=11557 -recol5s=10535 -recol5d=12614 -recol6s=11592 -recol6d=13671 -model=model_26388 - -// 24978 -[loc_24978] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -resizex=128 -resizey=256 -resizez=128 -ambient=30 -recol1s=6307 -recol1d=8386 -recol2s=7364 -recol2d=9443 -recol3s=8421 -recol3d=10500 -recol4s=9478 -recol4d=11557 -recol5s=10535 -recol5d=12614 -recol6s=11592 -recol6d=13671 -model=model_26387 - -// 24979 -[loc_24979] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -resizex=128 -resizey=256 -resizez=128 -ambient=30 -recol1s=6307 -recol1d=8386 -recol2s=7364 -recol2d=9443 -recol3s=8421 -recol3d=10500 -recol4s=9478 -recol4d=11557 -recol5s=10535 -recol5d=12614 -recol6s=11592 -recol6d=13671 -model=model_26389 - -// 24980 -[loc_24980] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -resizex=128 -resizey=256 -resizez=128 -ambient=30 -mirror=yes -recol1s=6307 -recol1d=8386 -recol2s=7364 -recol2d=9443 -recol3s=8421 -recol3d=10500 -recol4s=9478 -recol4d=11557 -recol5s=10535 -recol5d=12614 -recol6s=11592 -recol6d=13671 -model=model_26389 - -// 24981 -[loc_24981] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=256 -resizez=128 -ambient=30 -recol1s=12580 -recol1d=13671 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 24982 -[loc_24982] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=256 -resizez=128 -ambient=30 -recol1s=12580 -recol1d=13671 -retex1s=material_72 -retex1d=material_560 -model=model_787 - -// 24983 -[loc_24983] -sharelight=yes -hillskew=yes -active=no -ambient=30 -recol1s=12580 -recol1d=13671 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 24984 -[loc_24984] -anim=seq_6623 -active=yes -blockwalk=no -model=model_26333 -name=Crop circle - -// 24985 -[loc_24985] -anim=seq_6624 -active=yes -blockwalk=no -model=model_26334 -name=Crop circle - -// 24986 -[loc_24986] -anim=seq_6625 -active=yes -blockwalk=no -model=model_26335 -name=Crop circle - -// 24987 -[loc_24987] -anim=seq_6626 -active=yes -blockwalk=no -model=model_26338 -name=Crop circle - -// 24988 -[loc_24988] -anim=seq_6627 -active=yes -op1=Enter -randomsound=200,200,20,synth_3721 -blockwalk=no -model=model_26336 -name=Centre of crop circle - -// 24989 -[loc_24989] -anim=seq_6623 -active=yes -blockwalk=no -model=model_26342 -name=Magic wheat - -// 24990 -[loc_24990] -anim=seq_6625 -active=yes -blockwalk=no -model=model_26343 -name=Magic wheat - -// 24991 -[loc_24991] -anim=seq_6627 -active=yes -op1=Enter -randomsound=200,200,20,synth_3721 -blockwalk=no -model=model_26336 -name=Centre of crop circle - -// 24992 -[loc_24992] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -active=no -model=model_26360,1 -model=model_26361,2 - -// 24993 -[loc_24993] -ambient=20 -contrast=40 -active=no -sharelight=yes -hillskew=yes -model=model_26358,1 - -// 24994 -[loc_24994] -ambient=20 -contrast=40 -active=no -sharelight=yes -hillskew=yes -model=model_26359,1 - -// 24995 -[loc_24995] -ambient=20 -contrast=40 -active=no -sharelight=yes -hillskew=yes -mirror=yes -model=model_26358,1 - -// 24996 -[loc_24996] -ambient=20 -contrast=40 -active=no -sharelight=yes -hillskew=yes -mirror=yes -model=model_26359,1 - -// 24997 -[loc_24997] -sharelight=yes -hillskew=yes -active=no -model=model_26362 - -// 24998 -[loc_24998] -sharelight=yes -hillskew=yes -active=no -model=model_26363 - -// 24999 -[loc_24999] -ambient=50 -blockwalk=no -recol1s=7398 -recol1d=6272 -recol2s=8455 -recol2d=7329 -recol3s=10596 -recol3d=14725 -recol4s=13767 -recol4d=17894 -recol5s=19015 -recol5d=20039 -recol6s=22184 -recol6d=23208 -model=model_26344,0 - -// 25000 -[loc_25000] -ambient=50 -blockwalk=no -recol1s=7398 -recol1d=6272 -recol2s=8455 -recol2d=7329 -recol3s=10596 -recol3d=14725 -recol4s=13767 -recol4d=17894 -recol5s=19015 -recol5d=20039 -recol6s=22184 -recol6d=23208 -model=model_26352,0 - -// 25001 -[loc_25001] -ambient=50 -blockwalk=no -recol1s=7398 -recol1d=6272 -recol2s=8455 -recol2d=7329 -recol3s=10596 -recol3d=14725 -recol4s=13767 -recol4d=17894 -recol5s=19015 -recol5d=20039 -recol6s=22184 -recol6d=23208 -model=model_26353,0 - -// 25002 -[loc_25002] -ambient=50 -blockwalk=no -recol1s=7398 -recol1d=6272 -recol2s=8455 -recol2d=7329 -recol3s=10596 -recol3d=14725 -recol4s=13767 -recol4d=17894 -recol5s=19015 -recol5d=20039 -recol6s=22184 -recol6d=23208 -model=model_26354,0 - -// 25003 -[loc_25003] -ambient=50 -blockwalk=no -recol1s=7398 -recol1d=6272 -recol2s=8455 -recol2d=7329 -recol3s=10596 -recol3d=14725 -recol4s=13767 -recol4d=17894 -recol5s=19015 -recol5d=20039 -recol6s=22184 -recol6d=23208 -model=model_26355,0 - -// 25004 -[loc_25004] -ambient=50 -recol1s=10596 -recol1d=14725 -recol2s=13767 -recol2d=17894 -recol3s=19015 -recol3d=20039 -recol4s=22184 -recol4d=23208 -model=model_26356,0 - -// 25005 -[loc_25005] -ambient=50 -blockwalk=no -recol1s=10596 -recol1d=14725 -recol2s=13767 -recol2d=17894 -recol3s=19015 -recol3d=20039 -recol4s=22184 -recol4d=23208 -model=model_26357,0 - -// 25006 -[loc_25006] -ambient=50 -mirror=yes -blockwalk=no -recol1s=7398 -recol1d=6272 -recol2s=8455 -recol2d=7329 -recol3s=10596 -recol3d=14725 -recol4s=13767 -recol4d=17894 -recol5s=19015 -recol5d=20039 -recol6s=22184 -recol6d=23208 -model=model_26344,0 - -// 25007 -[loc_25007] -ambient=50 -mirror=yes -blockwalk=no -recol1s=7398 -recol1d=6272 -recol2s=8455 -recol2d=7329 -recol3s=10596 -recol3d=14725 -recol4s=13767 -recol4d=17894 -recol5s=19015 -recol5d=20039 -recol6s=22184 -recol6d=23208 -model=model_26352,0 - -// 25008 -[loc_25008] -ambient=50 -mirror=yes -blockwalk=no -recol1s=7398 -recol1d=6272 -recol2s=8455 -recol2d=7329 -recol3s=10596 -recol3d=14725 -recol4s=13767 -recol4d=17894 -recol5s=19015 -recol5d=20039 -recol6s=22184 -recol6d=23208 -model=model_26353,0 - -// 25009 -[loc_25009] -ambient=50 -mirror=yes -blockwalk=no -recol1s=7398 -recol1d=6272 -recol2s=8455 -recol2d=7329 -recol3s=10596 -recol3d=14725 -recol4s=13767 -recol4d=17894 -recol5s=19015 -recol5d=20039 -recol6s=22184 -recol6d=23208 -model=model_26354,0 - -// 25010 -[loc_25010] -ambient=50 -mirror=yes -blockwalk=no -recol1s=7398 -recol1d=6272 -recol2s=8455 -recol2d=7329 -recol3s=10596 -recol3d=14725 -recol4s=13767 -recol4d=17894 -recol5s=19015 -recol5d=20039 -recol6s=22184 -recol6d=23208 -model=model_26355,0 - -// 25011 -[loc_25011] -ambient=50 -mirror=yes -blockwalk=no -recol1s=10596 -recol1d=14725 -recol2s=13767 -recol2d=17894 -recol3s=19015 -recol3d=20039 -recol4s=22184 -recol4d=23208 -model=model_26356,0 - -// 25012 -[loc_25012] -ambient=50 -mirror=yes -blockwalk=no -recol1s=10596 -recol1d=14725 -recol2s=13767 -recol2d=17894 -recol3s=19015 -recol3d=20039 -recol4s=22184 -recol4d=23208 -model=model_26357,0 - -// 25013 -[loc_25013] -active=no -hillskew=yes -blockrange=no -recol1s=8423 -recol1d=5216 -recol2s=9480 -recol2d=6272 -recol3s=11594 -recol3d=7329 -recol4s=10596 -recol4d=14725 -recol5s=13767 -recol5d=17894 -model=model_26357,0 - -// 25014 -[loc_25014] -active=yes -hillskew=yes -blockwalk=no -op1=Leave -op3=Quick-leave -recol1s=8423 -recol1d=5216 -recol2s=9480 -recol2d=6272 -recol3s=10537 -recol3d=7329 -recol4s=11594 -recol4d=8386 -model=model_14598,0 -name=Portal - -// 25015 -[loc_25015] -active=no -hillskew=yes -blockrange=no -recol1s=10596 -recol1d=14725 -recol2s=13767 -recol2d=17894 -recol3s=19015 -recol3d=20039 -recol4s=22184 -recol4d=23208 -model=model_26356,0 - -// 25016 -[loc_25016] -msi=msi_31 -ambient=50 -contrast=60 -op5=Push-through -blockwalk=no -forcedecor=yes -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26345,0 -name=Magical wheat - -// 25017 -[loc_25017] -msi=msi_31 -ambient=50 -contrast=60 -forcedecor=yes -active=yes -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26346,0 -name=Magical wheat - -// 25018 -[loc_25018] -msi=msi_31 -ambient=50 -contrast=60 -forcedecor=yes -active=yes -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26347,0 -name=Magical wheat - -// 25019 -[loc_25019] -msi=msi_31 -ambient=50 -contrast=60 -op5=Push-through -blockwalk=yes -forcedecor=yes -active=yes -blockrange=no -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26348,0 -name=Magical wheat - -// 25020 -[loc_25020] -msi=msi_31 -ambient=50 -contrast=60 -op5=Push-through -blockwalk=yes -forcedecor=yes -active=yes -blockrange=no -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26349,0 -name=Magical wheat - -// 25021 -[loc_25021] -ambient=50 -contrast=60 -blockwalk=yes -op5=Push-through -forcedecor=yes -blockrange=no -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26382,0 -name=Magical wheat - -// 25022 -[loc_25022] -ambient=50 -contrast=60 -blockwalk=no -forcedecor=yes -anim=seq_6597 -active=yes -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26382,0 -name=Growing wheat - -// 25023 -[loc_25023] -ambient=50 -contrast=60 -blockwalk=no -forcedecor=yes -anim=seq_6598 -active=yes -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26382,0 -name=Wilting wheat - -// 25024 -[loc_25024] -ambient=50 -contrast=60 -hillskew=yes -msi=msi_31 -blockwalk=yes -active=yes -blockrange=no -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26345 -name=Magical wheat - -// 25025 -[loc_25025] -ambient=50 -contrast=60 -hillskew=yes -msi=msi_31 -blockwalk=yes -active=yes -blockrange=no -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26348 -name=Magical wheat - -// 25026 -[loc_25026] -ambient=50 -contrast=60 -hillskew=yes -msi=msi_31 -blockwalk=yes -active=yes -blockrange=no -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26349 -name=Magical wheat - -// 25027 -[loc_25027] -msi=msi_31 -ambient=50 -contrast=60 -blockwalk=yes -forcedecor=yes -active=yes -blockrange=no -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26351,0 -name=Magical wheat - -// 25028 -[loc_25028] -msi=msi_31 -ambient=50 -contrast=60 -blockwalk=yes -forcedecor=yes -active=yes -blockrange=no -recol1s=11653 -recol1d=16836 -recol2s=10596 -recol2d=14725 -recol3s=13767 -recol3d=17894 -recol4s=19015 -recol4d=20039 -recol5s=22184 -recol5d=23208 -model=model_26350,0 -name=Magical wheat - -// 25029 -[loc_25029] -blockwalk=yes -op5=Push-through -recol1s=23356 -recol1d=19475 -model=model_3951 -name=Magical wheat - -// 25030 -[loc_25030] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=256 -resizez=128 -ambient=30 -recol1s=12580 -recol1d=13671 -model=model_26399 - -// 25031 -[loc_25031] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=256 -resizez=128 -ambient=30 -recol1s=12580 -recol1d=13671 -model=model_26398 - -// 25032 -[loc_25032] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=256 -resizez=128 -ambient=30 -mirror=yes -recol1s=12580 -recol1d=13671 -model=model_26398 - -// 25033 -[loc_25033] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_26411,Q -name=Dragon's head - -// 25034 -[loc_25034] -ambient=25 -op1=Open -forceapproach=south -recol1s=10499 -recol1d=12580 -recol2s=12613 -recol2d=16808 -model=model_25880 -name=Drawers - -// 25035 -[loc_25035] -ambient=25 -op1=Search -op2=Close -recol1s=10499 -recol1d=12580 -recol2s=12613 -recol2d=16808 -model=model_25881 -name=Drawers - -// 25036 -[loc_25036] -active=yes -op1=Repair -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=5313 -recol6d=13571 -multivar=varplayerbit_1837 -multiloc=0,loc_2589 -multiloc=1,loc_25037 - -// 25037 -[loc_25037] -active=yes -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5306 -name=Hull - -// 25038 -[loc_25038] -active=yes -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -model=model_37482 -name=Ladder - -// 25039 -[loc_25039] -active=yes -ambient=25 -contrast=15 -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -retex1s=material_2 -retex1d=material_23 -model=model_26468,1 -name=Wall - -// 25040 -[loc_25040] -forceapproach=east -op1=Open -ambient=20 -model=model_1951 -model2=model_36091 -name=Wardrobe - -// 25041 -[loc_25041] -op2=Search -op3=Close -forceapproach=east -ambient=20 -model=model_1953 -model2=model_5531 -name=Wardrobe - -// 25042 -[loc_25042] -op2=Search -op3=Close -forceapproach=east -ambient=20 -model=model_26512 -model2=model_36091 -name=Wardrobe - -// 25043 -[loc_25043] -op2=Search -op3=Close -forceapproach=east -ambient=20 -model=model_26513 -model2=model_36091 -name=Wardrobe - -// 25044 -[loc_25044] -op2=Search -op3=Close -forceapproach=east -ambient=20 -model=model_26514 -model2=model_36091 -name=Wardrobe - -// 25045 -[loc_25045] -active=yes -op1=Climb-down -msi=msi_7 -model=model_1215 -name=Ladder - -// 25046 -[loc_25046] -length=2 -forceapproach=east -ambient=25 -op1=Search -model=model_26460 -model2=model_26458 -name=Bookshelves - -// 25047 -[loc_25047] -ambient=25 -model=model_26509 -name=Table - -// 25048 -[loc_25048] -blockrange=no -model=model_26470 -name=Chair - -// 25049 -[loc_25049] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 25050 -[loc_25050] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26481,1 - -// 25051 -[loc_25051] -hillskew=yes -sharelight=yes -active=no -ambient=30 -mirror=yes -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26481,1 - -// 25052 -[loc_25052] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 25053 -[loc_25053] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15948,1 -model=model_15949,5 - -// 25054 -[loc_25054] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15952,1 -model=model_15953,5 - -// 25055 -[loc_25055] -hillskew=yes -sharelight=yes -active=no -ambient=30 -retex1s=material_72 -retex1d=material_105 -model=model_19294,1 - -// 25056 -[loc_25056] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_19293,1 - -// 25057 -[loc_25057] -sharelight=yes -hillskew=yes -active=no -ambient=30 -recol1s=12580 -recol1d=8353 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 25058 -[loc_25058] -sharelight=yes -hillskew=yes -active=no -ambient=30 -model=model_26511 - -// 25059 -[loc_25059] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26510,1 - -// 25060 -[loc_25060] -hillskew=yes -sharelight=yes -active=no -ambient=30 -mirror=yes -model=model_26510,1 - -// 25061 -[loc_25061] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26549,1 -model=model_26550,2 -model=model_26551,5 - -// 25062 -[loc_25062] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26546,1 -model=model_26547,5 - -// 25063 -[loc_25063] -hillskew=yes -sharelight=yes -active=no -ambient=30 -mirror=yes -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26546,1 -model=model_26547,5 - -// 25064 -[loc_25064] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26548,5 - -// 25065 -[loc_25065] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -raiseobject=yes -recol1s=7329 -recol1d=6272 -model=model_26536,8 -model=model_28865,0 - -// 25066 -[loc_25066] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26537 - -// 25067 -[loc_25067] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26537 - -// 25068 -[loc_25068] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26538 - -// 25069 -[loc_25069] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26539 - -// 25070 -[loc_25070] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26540 - -// 25071 -[loc_25071] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26540 - -// 25072 -[loc_25072] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26541 - -// 25073 -[loc_25073] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26542 - -// 25074 -[loc_25074] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26543 - -// 25075 -[loc_25075] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26544 - -// 25076 -[loc_25076] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=30 -model=model_26545,0 - -// 25077 -[loc_25077] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12040 - -// 25078 -[loc_25078] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12041 - -// 25079 -[loc_25079] -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12042,0 - -// 25080 -[loc_25080] -width=2 -length=2 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26486 -name=Column - -// 25081 -[loc_25081] -width=2 -length=2 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26487 -name=Column - -// 25082 -[loc_25082] -width=2 -length=2 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26488 -name=Column - -// 25083 -[loc_25083] -hillskew=yes -blockwalk=no -recol1s=7431 -recol1d=9410 -recol2s=8488 -recol2d=10467 -recol3s=9545 -recol3d=11524 -model=model_26508 -name=Stalactite - -// 25084 -[loc_25084] -ambient=20 -hillskew=yes -active=yes -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_26495,1 -model=model_26494,0 -name=Stalagmites - -// 25085 -[loc_25085] -blockwalk=yes -ambient=20 -hillskew=yes -active=yes -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_26493,1 -name=Stalagmites - -// 25086 -[loc_25086] -ambient=20 -hillskew=yes -active=no -blockwalk=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_26495,1 -model=model_26494,0 - -// 25087 -[loc_25087] -blockwalk=no -recol1s=28436 -recol1d=16809 -model=model_1078 -name=Skeleton - -// 25088 -[loc_25088] -blockwalk=no -recol1s=28436 -recol1d=16809 -model=model_1079 -name=Skeleton - -// 25089 -[loc_25089] -width=2 -blockwalk=no -recol1s=28436 -recol1d=16809 -model=model_1080 -name=Skeleton - -// 25090 -[loc_25090] -blockwalk=no -recol1s=28436 -recol1d=16809 -model=model_1079 -model2=model_26475 -name=Skeleton - -// 25091 -[loc_25091] -blockwalk=no -model=model_26469 -name=Shield - -// 25092 -[loc_25092] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12125,0 - -// 25093 -[loc_25093] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12126,0 - -// 25094 -[loc_25094] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12127,0 - -// 25095 -[loc_25095] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12128,0 - -// 25096 -[loc_25096] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12129,0 - -// 25097 -[loc_25097] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12130,0 - -// 25098 -[loc_25098] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12131,0 - -// 25099 -[loc_25099] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -model=model_26472,1 - -// 25100 -[loc_25100] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -model=model_26473,1 - -// 25101 -[loc_25101] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -model=model_26474,1 - -// 25102 -[loc_25102] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -retex1s=material_72 -retex1d=material_335 -model=model_26499 - -// 25103 -[loc_25103] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -retex1s=material_72 -retex1d=material_335 -model=model_26505 - -// 25104 -[loc_25104] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -retex1s=material_72 -retex1d=material_335 -model=model_26506 - -// 25105 -[loc_25105] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -retex1s=material_72 -retex1d=material_335 -model=model_26507 - -// 25106 -[loc_25106] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -retex1s=material_72 -retex1d=material_335 -model=model_26500 - -// 25107 -[loc_25107] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -retex1s=material_72 -retex1d=material_335 -model=model_26501 - -// 25108 -[loc_25108] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -retex1s=material_72 -retex1d=material_335 -model=model_26502 - -// 25109 -[loc_25109] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -retex1s=material_72 -retex1d=material_335 -model=model_26503 - -// 25110 -[loc_25110] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -retex1s=material_72 -retex1d=material_335 -model=model_26504 - -// 25111 -[loc_25111] -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_26497,0 - -// 25112 -[loc_25112] -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_26496,0 - -// 25113 -[loc_25113] -ambient=20 -hillskew=yes -active=no -mirror=yes -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_26496,0 - -// 25114 -[loc_25114] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_26480 - -// 25115 -[loc_25115] -width=3 -ambient=10 -anim=seq_6635 -op1=Open -bgsound=synth_3739,3 -model=model_26553 -model2=model_26554 -model3=model_26556 -model4=model_26557 -name=Magic door - -// 25116 -[loc_25116] -width=3 -ambient=10 -anim=seq_6637 -model=model_26553 -model2=model_26554 -model3=model_26556 -model4=model_26557 -name=Magic door - -// 25117 -[loc_25117] -width=3 -ambient=10 -model=model_26559 -name=Magic door - -// 25118 -[loc_25118] -width=3 -ambient=10 -anim=seq_6636 -op1=Open -model=model_26553 -model2=model_26554 -model3=model_26556 -model4=model_26557 -name=Magic door - -// 25119 -[loc_25119] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_26466,1 -model=model_26467,5 - -// 25120 -[loc_25120] -ambient=20 -model=model_26490,Q - -// 25121 -[loc_25121] -active=no -hillskew=yes -blockrange=no -model=model_26459,0 - -// 25122 -[loc_25122] -ambient=20 -anim=seq_6638 -model=model_26574 -model2=model_26575 -name=Candle stand - -// 25123 -[loc_25123] -ambient=20 -anim=seq_6638 -model=model_26573 -model2=model_26575 -name=Candle stand - -// 25124 -[loc_25124] -ambient=25 -contrast=10 -unknown90=yes -model=model_26562,0 - -// 25125 -[loc_25125] -ambient=25 -contrast=10 -unknown90=yes -model=model_26564,0 - -// 25126 -[loc_25126] -ambient=25 -contrast=10 -unknown90=yes -model=model_26563,0 - -// 25127 -[loc_25127] -ambient=20 -sharelight=yes -blockwalk=no -model=model_26567,1 - -// 25128 -[loc_25128] -hillskew=yes -ambient=20 -blockwalk=no -model=model_26568,1 - -// 25129 -[loc_25129] -hillskew=yes -ambient=20 -blockwalk=no -model=model_26569 -name=Vines - -// 25130 -[loc_25130] -hillskew=yes -ambient=20 -blockwalk=no -model=model_26570 -name=Vines - -// 25131 -[loc_25131] -hillskew=yes -ambient=20 -blockwalk=no -model=model_26571 -name=Vines - -// 25132 -[loc_25132] -hillskew=yes -ambient=20 -blockwalk=no -model=model_26572 -name=Vines - -// 25133 -[loc_25133] -ambient=25 -contrast=10 -model=model_26561,0 - -// 25134 -[loc_25134] -ambient=25 -contrast=10 -unknown90=yes -model=model_26565,0 - -// 25135 -[loc_25135] -ambient=25 -contrast=10 -unknown90=yes -model=model_26566,0 - -// 25136 -[loc_25136] -hillskew=yes -ambient=20 -blockwalk=yes -anim=seq_6639 -model=model_26576 -name=Vines - -// 25137 -[loc_25137] -hillskew=yes -ambient=20 -blockwalk=yes -model=model_26560 -name=Plant - -// 25138 -[loc_25138] -blockwalk=no -recol1s=32357 -recol1d=11555 -recol2s=32493 -recol2d=9442 -recol3s=30379 -recol3d=8385 -model=model_1609 -name=Fungus - -// 25139 -[loc_25139] -blockwalk=no -recol1s=32357 -recol1d=11555 -recol2s=32493 -recol2d=9442 -recol3s=30379 -recol3d=8385 -model=model_5023 -name=Fungus - -// 25140 -[loc_25140] -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -model=model_26468,1 - -// 25141 -[loc_25141] -hillskew=yes -active=no -unknown90=yes -model=model_26520,0 - -// 25142 -[loc_25142] -hillskew=yes -active=no -unknown90=yes -model=model_26521,0 - -// 25143 -[loc_25143] -hillskew=yes -active=no -unknown90=yes -model=model_26522,0 - -// 25144 -[loc_25144] -hillskew=yes -active=no -unknown90=yes -model=model_26523,0 - -// 25145 -[loc_25145] -hillskew=yes -active=no -unknown90=yes -model=model_26524,0 - -// 25146 -[loc_25146] -hillskew=yes -active=no -unknown90=yes -model=model_26525,0 - -// 25147 -[loc_25147] -hillskew=yes -active=no -model=model_26518,0 - -// 25148 -[loc_25148] -sharelight=yes -ambient=15 -contrast=15 -model=model_26528 -name=Wall - -// 25149 -[loc_25149] -sharelight=yes -ambient=15 -contrast=15 -model=model_26529 -name=Wall - -// 25150 -[loc_25150] -sharelight=yes -ambient=15 -contrast=15 -model=model_26530 -name=Wall - -// 25151 -[loc_25151] -sharelight=yes -ambient=15 -contrast=15 -model=model_26531 -name=Wall - -// 25152 -[loc_25152] -sharelight=yes -ambient=15 -contrast=15 -model=model_26526 -name=Pillar - -// 25153 -[loc_25153] -sharelight=yes -ambient=15 -contrast=15 -model=model_26527 -name=Pillar - -// 25154 -[loc_25154] -sharelight=yes -hillskew=yes -width=5 -length=5 -ambient=15 -contrast=15 -active=yes -op1=Enter -model=model_26519 -name=Hole - -// 25155 -[loc_25155] -anim=seq_6645 -ambient=60 -contrast=60 -width=2 -length=2 -shadow=no -blockwalk=no -hardshadow=no -model=model_26582 -name=Fire - -// 25156 -[loc_25156] -anim=seq_6646 -ambient=70 -contrast=70 -shadow=no -blockwalk=no -hardshadow=no -model=model_26584 -name=Fire - -// 25157 -[loc_25157] -length=2 -anim=seq_6652 -model=model_26587 -name=Jenkins - -// 25158 -[loc_25158] -width=2 -length=2 -msi=msi_11 -blockrange=no -recol1s=6373 -recol1d=5284 -recol2s=8487 -recol2d=4229 -recol3s=9608 -recol3d=6343 -model=model_8691 -name=Rock - -// 25159 -[loc_25159] -msi=msi_11 -blockrange=no -recol1s=6373 -recol1d=5284 -recol2s=8487 -recol2d=4229 -recol3s=9608 -recol3d=6343 -model=model_8689 -name=Rock - -// 25160 -[loc_25160] -width=2 -length=2 -msi=msi_12 -blockrange=no -recol1s=6373 -recol1d=5284 -recol2s=8487 -recol2d=4229 -recol3s=9608 -recol3d=6343 -model=model_8690 -name=Rock - -// 25161 -[loc_25161] -blockwalk=yes -ambient=20 -hillskew=yes -active=yes -op1=Climb-over -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_26498 -name=Wall - -// 25162 -[loc_25162] -hillskew=yes -active=no -unknown90=yes -recol1s=12580 -recol1d=8454 -model=model_773,0 - -// 25163 -[loc_25163] -hillskew=yes -active=no -unknown90=yes -recol1s=12580 -recol1d=8454 -model=model_785,0 - -// 25164 -[loc_25164] -hillskew=yes -active=no -unknown90=yes -recol1s=12580 -recol1d=24198 -model=model_773,0 - -// 25165 -[loc_25165] -hillskew=yes -active=no -unknown90=yes -recol1s=12580 -recol1d=24198 -model=model_785,0 - -// 25166 -[loc_25166] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=8454 -recol2s=8423 -recol2d=8454 -recol3s=10537 -recol3d=8454 -recol4s=9480 -recol4d=8454 -model=model_25627,0 - -// 25167 -[loc_25167] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=6340 -recol2s=8423 -recol2d=6340 -recol3s=10537 -recol3d=6340 -recol4s=9480 -recol4d=6340 -model=model_25627,0 - -// 25168 -[loc_25168] -active=no -hillskew=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=6340 -recol2s=8423 -recol2d=6340 -recol3s=10537 -recol3d=6340 -recol4s=9480 -recol4d=6340 -model=model_26476,0 - -// 25169 -[loc_25169] -hillskew=yes -recol1s=0 -recol1d=6309 -model=model_14738 -name=Tree - -// 25170 -[loc_25170] -hillskew=yes -ambient=25 -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -model=model_9221 -name=White tree - -// 25171 -[loc_25171] -width=2 -length=2 -msi=msi_6 -resizex=90 -resizez=90 -resizey=140 -recol1s=15784 -recol1d=12682 -model=model_3942 -name=Tree - -// 25172 -[loc_25172] -width=4 -blockwalk=yes -recol1s=4194 -recol1d=8455 -model=model_5695 -name=Tree - -// 25173 -[loc_25173] -ambient=20 -sharelight=yes -recol1s=7431 -recol1d=7428 -recol2s=6374 -recol2d=6371 -recol3s=5317 -recol3d=5314 -recol4s=4260 -recol4d=4257 -recol5s=3203 -recol5d=3200 -recol6s=2146 -recol6d=7428 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 25174 -[loc_25174] -width=3 -length=2 -msi=msi_6 -hillskew=yes -recol1s=8450 -recol1d=8455 -recol2s=6336 -recol2d=6341 -recol3s=5282 -recol3d=5284 -model=model_14739 -name=Tree - -// 25175 -[loc_25175] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -recol1s=25300 -recol1d=10599 -recol2s=23219 -recol2d=11656 -recol3s=21102 -recol3d=13770 -model=model_23477 -name=Fern - -// 25176 -[loc_25176] -active=yes -ambient=20 -blockwalk=yes -blockrange=no -recol1s=25300 -recol1d=10599 -recol2s=23219 -recol2d=11656 -recol3s=21102 -recol3d=13770 -model=model_23478 -name=Fern - -// 25177 -[loc_25177] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -recol1s=25300 -recol1d=10599 -recol2s=23219 -recol2d=11656 -recol3s=21102 -recol3d=13770 -model=model_23476 -name=Fern - -// 25178 -[loc_25178] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -recol1s=25300 -recol1d=10599 -recol2s=23219 -recol2d=11656 -recol3s=21102 -recol3d=13770 -model=model_23480 -name=Fern - -// 25179 -[loc_25179] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -recol1s=25300 -recol1d=10599 -recol2s=23219 -recol2d=11656 -recol3s=21102 -recol3d=13770 -model=model_23479 -name=Flowering fern - -// 25180 -[loc_25180] -width=2 -length=2 -active=yes -ambient=20 -blockwalk=yes -blockrange=no -recol1s=25300 -recol1d=10599 -recol2s=23219 -recol2d=11656 -recol3s=21102 -recol3d=13770 -model=model_23481 -name=Flowering fern - -// 25181 -[loc_25181] -ambient=25 -recol1s=22023 -recol1d=10568 -recol2s=21989 -recol2d=9511 -model=model_7958 -model2=model_7768 -name=Dead calquat - -// 25182 -[loc_25182] -ambient=25 -recol1s=22023 -recol1d=14791 -recol2s=21989 -recol2d=13734 -recol3s=12836 -recol3d=20039 -recol4s=4352 -recol4d=9506 -model=model_7958 -model2=model_7959 -model3=model_7768 -name=Diseased calquat - -// 25183 -[loc_25183] -width=2 -length=2 -hillskew=yes -msi=msi_6 -recol1s=7393 -recol1d=7364 -recol2s=6336 -recol2d=6307 -recol3s=5280 -recol3d=5250 -model=model_14744 -name=Tree - -// 25184 -[loc_25184] -hillskew=yes -msi=msi_6 -recol1s=6336 -recol1d=6307 -recol2s=4384 -recol2d=6406 -recol3s=3328 -recol3d=5349 -recol4s=2272 -recol4d=4292 -recol5s=7393 -recol5d=7364 -recol6s=5280 -recol6d=5250 -model=model_14750 -name=Tree - -// 25185 -[loc_25185] -hillskew=yes -msi=msi_6 -recol1s=7393 -recol1d=7364 -recol2s=6336 -recol2d=6307 -recol3s=5280 -recol3d=5250 -model=model_14757 -name=Tree - -// 25186 -[loc_25186] -resizex=64 -resizez=64 -resizey=64 -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=7364 -recol2s=9476 -recol2d=6307 -recol3s=8419 -recol3d=5250 -recol4s=6305 -recol4d=4193 -model=model_8012 -name=Tree stump - -// 25187 -[loc_25187] -hillskew=yes -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_26478 -name=A burnt tree - -// 25188 -[loc_25188] -hillskew=yes -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_26461 -name=A burnt tree - -// 25189 -[loc_25189] -width=2 -length=2 -msi=msi_5 -recol1s=16846 -recol1d=14983 -recol2s=13675 -recol2d=13957 -recol3s=11561 -recol3d=20967 -model=model_1701 -name=Tree - -// 25190 -[loc_25190] -width=2 -length=2 -msi=msi_5 -model=model_26489 -name=A tropical tree - -// 25191 -[loc_25191] -width=2 -length=2 -msi=msi_5 -model=model_26479 -name=A tropical tree - -// 25192 -[loc_25192] -ambient=25 -model=model_7796 -model2=model_7767 -name=Weeds - -// 25193 -[loc_25193] -hillskew=yes -recol1s=24206 -recol1d=7397 -recol2s=22091 -recol2d=9511 -recol3s=19978 -recol3d=8454 -recol4s=17864 -recol4d=6340 -model=model_18252,1 - -// 25194 -[loc_25194] -ambient=40 -blockwalk=yes -blockrange=no -recol1s=6340 -recol1d=8456 -recol2s=5283 -recol2d=6342 -recol3s=7397 -recol3d=5285 -recol4s=8454 -recol4d=11561 -model=model_26477 -name=Dragon statue - -// 25195 -[loc_25195] -sharelight=yes -hillskew=yes -resizey=90 -recol1s=7431 -recol1d=8454 -recol2s=2146 -recol2d=6340 -recol3s=5317 -recol3d=7397 -recol4s=4260 -recol4d=8454 -recol5s=3203 -recol5d=4227 -recol6s=6374 -recol6d=6340 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 25196 -[loc_25196] -sharelight=yes -hillskew=yes -resizey=90 -recol1s=7431 -recol1d=8454 -recol2s=2146 -recol2d=6340 -recol3s=5317 -recol3d=7397 -recol4s=4260 -recol4d=8454 -recol5s=3203 -recol5d=4227 -recol6s=6374 -recol6d=6340 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 25197 -[loc_25197] -sharelight=yes -hillskew=yes -resizey=90 -recol1s=7431 -recol1d=8454 -recol2s=2146 -recol2d=6340 -recol3s=5317 -recol3d=7397 -recol4s=4260 -recol4d=8454 -recol5s=3203 -recol5d=4227 -recol6s=6374 -recol6d=6340 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 25198 -[loc_25198] -sharelight=yes -hillskew=yes -mirror=yes -resizey=90 -recol1s=7431 -recol1d=8454 -recol2s=2146 -recol2d=6340 -recol3s=5317 -recol3d=7397 -recol4s=4260 -recol4d=8454 -recol5s=3203 -recol5d=4227 -recol6s=6374 -recol6d=6340 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 25199 -[loc_25199] -hillskew=yes -blockwalk=yes -model=model_26484,8 -model=model_26485,0 -name=Circle - -// 25200 -[loc_25200] -blockwalk=yes -bgsound=synth_2065,2 -blockrange=no -model=model_26516 -name=Beacon - -// 25201 -[loc_25201] -anim=seq_6653 -ambient=64 -contrast=40 -hardshadow=no -model=model_26515 -name=Flames - -// 25202 -[loc_25202] -width=4 -length=4 -blockwalk=no -model=model_26532 -model2=model_26533 -model3=model_26534 -model4=model_26535 -name=Dragon corpse - -// 25203 -[loc_25203] -width=4 -length=4 -blockwalk=no -model=model_26533 -model2=model_26534 -model3=model_26535 -name=Dragon corpse - -// 25204 -[loc_25204] -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_26482 -name=Tent - -// 25205 -[loc_25205] -anim=seq_6656 -width=2 -blockwalk=yes -ambient=20 -randomanimframe=no -blockrange=no -model=model_26483 -name=Flag - -// 25206 -[loc_25206] -recol1s=18960 -recol1d=6476 -recol2s=16846 -recol2d=6476 -recol3s=11561 -recol3d=3272 -recol4s=13675 -recol4d=5419 -recol5s=7399 -recol5d=4362 -model=model_1214 -name=Suit of armour - -// 25207 -[loc_25207] -length=3 -model=model_26492 -name=Hoisted sail - -// 25208 -[loc_25208] -length=3 -mirror=yes -model=model_26492 -name=Hoisted sail - -// 25209 -[loc_25209] -active=no -model=model_26491 - -// 25210 -[loc_25210] -ambient=10 -model=model_26555 -name=Magic door - -// 25211 -[loc_25211] -ambient=10 -model=model_26558 -name=Magic door - -// 25212 -[loc_25212] -ambient=10 -model=model_26552,1 - -// 25213 -[loc_25213] -op1=Climb -model=model_1487 -name=Climbing rope - -// 25214 -[loc_25214] -sharelight=yes -op1=Open -recol1s=8353 -recol1d=6240 -recol2s=9409 -recol2d=7296 -recol3s=10465 -recol3d=8352 -recol4s=11522 -recol4d=9409 -recol5s=12578 -recol5d=10465 -model=model_20791 -name=Trapdoor - -// 25215 -[loc_25215] -active=no -width=2 -length=2 -model=model_26612 - -// 25216 -[loc_25216] -width=3 -blockwalk=no -active=yes -op1=Ride -model=model_12020 -name=Aged log - -// 25217 -[loc_25217] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26813,0 - -// 25218 -[loc_25218] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26804,0 - -// 25219 -[loc_25219] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26807,0 - -// 25220 -[loc_25220] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26789,0 - -// 25221 -[loc_25221] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26782,0 - -// 25222 -[loc_25222] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26812,0 - -// 25223 -[loc_25223] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26786,0 - -// 25224 -[loc_25224] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26792,0 - -// 25225 -[loc_25225] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26802,0 - -// 25226 -[loc_25226] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26794,0 - -// 25227 -[loc_25227] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26809,0 - -// 25228 -[loc_25228] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26785,0 - -// 25229 -[loc_25229] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26795,0 - -// 25230 -[loc_25230] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26798,0 - -// 25231 -[loc_25231] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26784,0 - -// 25232 -[loc_25232] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26800,0 - -// 25233 -[loc_25233] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26810,0 - -// 25234 -[loc_25234] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26793,0 - -// 25235 -[loc_25235] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26797,0 - -// 25236 -[loc_25236] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26803,0 - -// 25237 -[loc_25237] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26806,0 - -// 25238 -[loc_25238] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26783,0 - -// 25239 -[loc_25239] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26787,0 - -// 25240 -[loc_25240] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26805,0 - -// 25241 -[loc_25241] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26799,0 - -// 25242 -[loc_25242] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26811,0 - -// 25243 -[loc_25243] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26788,0 - -// 25244 -[loc_25244] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26791,0 - -// 25245 -[loc_25245] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26796,0 - -// 25246 -[loc_25246] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26790,0 - -// 25247 -[loc_25247] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26801,0 - -// 25248 -[loc_25248] -hillskew=yes -active=no -sharelight=yes -hardshadow=no -model=model_26808,0 - -// 25249 -[loc_25249] -active=no -resizez=128 -resizex=128 -resizey=117 -recol1s=24137 -recol1d=10535 -recol2s=17764 -recol2d=9478 -recol3s=9445 -recol3d=7364 -recol4s=20935 -recol4d=10535 -recol5s=8387 -recol5d=6307 -recol6s=7331 -recol6d=5250 -model=model_4373,1 - -// 25250 -[loc_25250] -resizez=128 -resizex=128 -resizey=117 -active=no -recol1s=24137 -recol1d=10535 -recol2s=17764 -recol2d=9478 -recol3s=9445 -recol3d=8421 -recol4s=8388 -recol4d=7364 -recol5s=8387 -recol5d=6307 -recol6s=7331 -recol6d=5250 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 25251 -[loc_25251] -sharelight=yes -occlude=yes -active=no -resizez=128 -resizex=128 -resizey=117 -recol1s=24137 -recol1d=10535 -recol2s=20935 -recol2d=8421 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 25252 -[loc_25252] -blockwalk=no -active=yes -resizez=128 -resizex=128 -resizey=117 -recol1s=24137 -recol1d=10535 -recol2s=8387 -recol2d=6307 -model=model_4338,1 -name=Door - -// 25253 -[loc_25253] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_1089,0 - -// 25254 -[loc_25254] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_1096,0 - -// 25255 -[loc_25255] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_1114,0 - -// 25256 -[loc_25256] -sharelight=yes -forcedecor=yes -msi=msi_46 -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_1089,0 - -// 25257 -[loc_25257] -sharelight=yes -forcedecor=yes -msi=msi_46 -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_1114,0 - -// 25258 -[loc_25258] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -hardshadow=no -unknown90=yes -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_1089,0 - -// 25259 -[loc_25259] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -hardshadow=no -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_1096,0 - -// 25260 -[loc_25260] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -hardshadow=no -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_1114,0 - -// 25261 -[loc_25261] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=10535 -recol3s=8353 -recol3d=8421 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 25262 -[loc_25262] -active=no -recol1s=24137 -recol1d=10535 -recol2s=20935 -recol2d=9478 -model=model_14459 - -// 25263 -[loc_25263] -ambient=20 -length=2 -model=model_26692 -name=funeral pyre - -// 25264 -[loc_25264] -ambient=20 -length=2 -model=model_26694 -name=funeral pyre - -// 25265 -[loc_25265] -ambient=20 -length=2 -model=model_26691 -name=funeral pyre - -// 25266 -[loc_25266] -ambient=20 -length=2 -model=model_26693 -name=funeral pyre - -// 25267 -[loc_25267] -ambient=50 -length=2 -anim=seq_9640 -model=model_26695 -model2=model_26697 -name=funeral pyre - -// 25268 -[loc_25268] -op1=Search -ambient=20 -length=2 -model=model_26739 -name=Barbarian bed - -// 25269 -[loc_25269] -ambient=20 -width=2 -length=2 -model=model_26738 -name=Barbarian table - -// 25270 -[loc_25270] -ambient=20 -model=model_26736 -name=Barbarian chair - -// 25271 -[loc_25271] -ambient=20 -model=model_26737,Q - -// 25272 -[loc_25272] -ambient=20 -model=model_26733,Q - -// 25273 -[loc_25273] -ambient=20 -model=model_26735,Q - -// 25274 -[loc_25274] -op1=Dive in -active=yes -ambient=30 -contrast=30 -width=5 -length=5 -anim=seq_6737 -shadow=no -sharelight=yes -hardshadow=no -model=model_26699 -name=Whirlpool - -// 25275 -[loc_25275] -shadow=no -width=5 -length=5 -op1=Dive in -active=yes -ambient=30 -contrast=30 -anim=seq_6737 -blockrange=no -model=model_26699 -name=Whirlpool - -// 25276 -[loc_25276] -active=yes -ambient=10 -shadow=no -anim=seq_6732 -model=model_26819 -name=Mighty torrent - -// 25277 -[loc_25277] -active=yes -ambient=10 -shadow=no -anim=seq_6732 -model=model_26823 -name=Mighty torrent - -// 25278 -[loc_25278] -active=yes -ambient=10 -shadow=no -anim=seq_6732 -model=model_26822 -name=Mighty torrent - -// 25279 -[loc_25279] -active=yes -ambient=10 -shadow=no -anim=seq_6732 -model=model_26815 -name=Mighty torrent - -// 25280 -[loc_25280] -active=no -ambient=10 -shadow=no -width=5 -length=3 -anim=seq_6731 -offsety=82 -hardshadow=no -model=model_26817 - -// 25281 -[loc_25281] -active=no -ambient=10 -shadow=no -width=4 -length=3 -anim=seq_6731 -offsety=82 -hardshadow=no -model=model_26816 - -// 25282 -[loc_25282] -active=no -ambient=10 -shadow=no -width=5 -length=2 -anim=seq_6731 -hardshadow=no -model=model_26821 - -// 25283 -[loc_25283] -active=no -ambient=10 -shadow=no -width=4 -length=2 -anim=seq_6731 -hardshadow=no -model=model_26818 - -// 25284 -[loc_25284] -active=no -ambient=10 -shadow=no -anim=seq_6731 -hardshadow=no -model=model_26820,0 - -// 25285 -[loc_25285] -active=no -ambient=10 -shadow=no -anim=seq_6731 -hardshadow=no -model=model_26824,0 - -// 25286 -[loc_25286] -active=yes -op1=Construct -blockwalk=yes -forceapproach=north -model=model_26732,0 -name=Pyre site - -// 25287 -[loc_25287] -width=3 -length=2 -shadow=no -model=model_2214 -name=Boat station - -// 25288 -[loc_25288] -width=3 -length=2 -shadow=no -model=model_26692 -name=Carved log - -// 25289 -[loc_25289] -width=3 -length=2 -shadow=no -model=model_26694 -name=Carved log - -// 25290 -[loc_25290] -width=3 -length=2 -shadow=no -model=model_26691 -name=Pyre boat - -// 25291 -[loc_25291] -width=3 -length=2 -shadow=no -model=model_26693 -name=Pyre boat - -// 25292 -[loc_25292] -width=3 -length=2 -anim=seq_6733 -shadow=no -model=model_26695 -model2=model_26697 -name=Pyre boat - -// 25293 -[loc_25293] -width=3 -length=2 -anim=seq_6734 -shadow=no -model=model_26696 -model2=model_26697 -name=Pyre boat - -// 25294 -[loc_25294] -width=3 -length=2 -anim=seq_6735 -shadow=no -model=model_26696 -model2=model_26697 -name=Pyre boat - -// 25295 -[loc_25295] -width=3 -length=2 -anim=seq_6736 -shadow=no -model=model_26696 -model2=model_26697 -name=Pyre boat - -// 25296 -[loc_25296] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26766,1 -model=model_26760,2 -model=model_26773,5 - -// 25297 -[loc_25297] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26772,1 -model=model_26740,2 -model=model_26751,5 - -// 25298 -[loc_25298] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26764,5 - -// 25299 -[loc_25299] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26746,1 - -// 25300 -[loc_25300] -hillskew=yes -sharelight=yes -active=no -ambient=30 -mirror=yes -model=model_26746,1 - -// 25301 -[loc_25301] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26759,1 - -// 25302 -[loc_25302] -hillskew=yes -sharelight=yes -active=no -ambient=30 -mirror=yes -model=model_26759,1 - -// 25303 -[loc_25303] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26743,1 -model=model_26763,2 -model=model_26769,5 - -// 25304 -[loc_25304] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26776,1 -model=model_26756,2 -model=model_26755,5 - -// 25305 -[loc_25305] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26761,1 -model=model_26774,2 - -// 25306 -[loc_25306] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26758,1 -model=model_26745,2 - -// 25307 -[loc_25307] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26762 - -// 25308 -[loc_25308] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26741,5 - -// 25309 -[loc_25309] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26757,5 - -// 25310 -[loc_25310] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26748,5 - -// 25311 -[loc_25311] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26749,1 -model=model_26752,5 - -// 25312 -[loc_25312] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26753,1 - -// 25313 -[loc_25313] -hillskew=yes -sharelight=yes -active=no -ambient=30 -mirror=yes -model=model_26753,1 - -// 25314 -[loc_25314] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26747,1 -model=model_26750,5 - -// 25315 -[loc_25315] -hillskew=yes -sharelight=yes -active=no -ambient=30 -mirror=yes -model=model_26749,1 -model=model_26752,5 - -// 25316 -[loc_25316] -hillskew=yes -sharelight=yes -active=no -ambient=30 -mirror=yes -model=model_26747,1 -model=model_26750,5 - -// 25317 -[loc_25317] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26768,5 - -// 25318 -[loc_25318] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26744,1 -model=model_26765,5 - -// 25319 -[loc_25319] -sharelight=yes -ambient=30 -model=model_26770,1 - -// 25320 -[loc_25320] -sharelight=yes -ambient=30 -model=model_26767,1 -model=model_26775,5 - -// 25321 -[loc_25321] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26779,1 -model=model_26780,2 -model=model_26778,5 - -// 25322 -[loc_25322] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26779,1 -model=model_26780,2 -model=model_26778,5 - -// 25323 -[loc_25323] -hillskew=yes -sharelight=yes -active=no -mirror=yes -ambient=30 -model=model_26779,1 -model=model_26780,2 -model=model_26778,5 - -// 25324 -[loc_25324] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26777,1 - -// 25325 -[loc_25325] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_26781,1 - -// 25326 -[loc_25326] -hillskew=yes -blockrange=no -recol1s=8455 -recol1d=6375 -recol2s=9512 -recol2d=4261 -model=model_18241,0 - -// 25327 -[loc_25327] -hillskew=yes -blockrange=no -recol1s=8455 -recol1d=6375 -recol2s=9512 -recol2d=4261 -model=model_17368,0 - -// 25328 -[loc_25328] -hillskew=yes -blockrange=no -recol1s=8455 -recol1d=6375 -recol2s=9512 -recol2d=4261 -model=model_18242,0 - -// 25329 -[loc_25329] -hillskew=yes -blockrange=no -recol1s=8455 -recol1d=6375 -recol2s=9512 -recol2d=4261 -model=model_18243,0 - -// 25330 -[loc_25330] -hillskew=yes -blockrange=no -recol1s=8455 -recol1d=6375 -recol2s=9512 -recol2d=4261 -model=model_18244,0 - -// 25331 -[loc_25331] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=2147 -recol2s=8455 -recol2d=3204 -recol3s=9512 -recol3d=4261 -model=model_18241,0 - -// 25332 -[loc_25332] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=2147 -recol2s=8455 -recol2d=3204 -recol3s=9512 -recol3d=4261 -model=model_17368,0 - -// 25333 -[loc_25333] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=2147 -recol2s=8455 -recol2d=3204 -recol3s=9512 -recol3d=4261 -model=model_18242,0 - -// 25334 -[loc_25334] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=2147 -recol2s=8455 -recol2d=3204 -recol3s=9512 -recol3d=4261 -model=model_18243,0 - -// 25335 -[loc_25335] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=2147 -recol2s=8455 -recol2d=3204 -recol3s=9512 -recol3d=4261 -model=model_18244,0 - -// 25336 -[loc_25336] -hillskew=yes -sharelight=yes -active=yes -width=2 -length=2 -ambient=30 -op1=Climb-up -forceapproach=south -msi=msi_7 -model=model_26729 -name=Stairs - -// 25337 -[loc_25337] -hillskew=yes -sharelight=yes -active=yes -width=2 -length=2 -ambient=30 -op1=Climb-up -msi=msi_7 -model=model_26729 -name=Rough hewn steps - -// 25338 -[loc_25338] -hillskew=yes -sharelight=yes -active=yes -width=2 -length=2 -ambient=30 -op1=Climb-down -forceapproach=north -msi=msi_7 -model=model_26714 -name=Rough hewn steps - -// 25339 -[loc_25339] -hillskew=yes -sharelight=yes -active=yes -length=2 -ambient=30 -op1=Climb-up -forceapproach=north -msi=msi_7 -model=model_26718 -name=Stairs - -// 25340 -[loc_25340] -hillskew=yes -sharelight=yes -active=yes -length=2 -ambient=30 -op1=Climb-down -forceapproach=south -msi=msi_7 -blockrange=no -model=model_26726 -name=Stairs - -// 25341 -[loc_25341] -hillskew=yes -sharelight=yes -active=yes -ambient=30 -op1=Open -model=model_26771,1 -name=Mithril door - -// 25342 -[loc_25342] -ambient=30 -active=no -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=5351 -recol2s=9476 -recol2d=4294 -recol3s=8419 -recol3d=6408 -recol4s=7362 -recol4d=5351 -recol5s=6305 -recol5d=7465 -recol6s=5248 -recol6d=6408 -model=model_12040 - -// 25343 -[loc_25343] -ambient=30 -active=no -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=5351 -recol2s=9476 -recol2d=4294 -recol3s=8419 -recol3d=6408 -recol4s=7362 -recol4d=5351 -recol5s=6305 -recol5d=7465 -recol6s=5248 -recol6d=6408 -model=model_12041 - -// 25344 -[loc_25344] -active=no -width=2 -length=2 -hillskew=yes -hillskew=yes -sharelight=yes -ambient=30 -blockrange=no -recol1s=14699 -recol1d=7465 -recol2s=10537 -recol2d=6408 -recol3s=9480 -recol3d=5351 -recol4s=8423 -recol4d=4294 -model=model_14594 - -// 25345 -[loc_25345] -ambient=30 -hillskew=yes -active=no -recol1s=10533 -recol1d=5351 -recol2s=9476 -recol2d=4294 -recol3s=8419 -recol3d=6408 -recol4s=7362 -recol4d=5351 -recol5s=6305 -recol5d=7465 -recol6s=5248 -recol6d=6408 -model=model_12042,0 - -// 25346 -[loc_25346] -active=no -blockwalk=no -model=model_1077 - -// 25347 -[loc_25347] -hillskew=yes -ambient=10 -active=no -blockrange=no -recol1s=12580 -recol1d=8352 -model=model_1743 - -// 25348 -[loc_25348] -hillskew=yes -ambient=10 -active=no -blockrange=no -recol1s=12580 -recol1d=8352 -model=model_1784 - -// 25349 -[loc_25349] -active=yes -recol1s=12582 -recol1d=10535 -recol2s=11525 -recol2d=9478 -recol3s=9411 -recol3d=7364 -recol4s=10468 -recol4d=10535 -recol5s=8354 -recol5d=6307 -recol6s=7297 -recol6d=5250 -model=model_26734 -name=Barbarian anvil - -// 25350 -[loc_25350] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=2114 -recol1d=1123 -model=model_26719 - -// 25351 -[loc_25351] -active=no -ambient=30 -hillskew=yes -recol1s=2114 -recol1d=0 -model=model_26720 - -// 25352 -[loc_25352] -active=no -ambient=30 -hillskew=yes -recol1s=2114 -recol1d=1123 -model=model_26720 - -// 25353 -[loc_25353] -active=no -ambient=30 -hillskew=yes -recol1s=2114 -recol1d=1123 -model=model_26719 - -// 25354 -[loc_25354] -sharelight=yes -hillskew=yes -active=no -ambient=30 -recol1s=7331 -recol1d=66 -recol2s=12580 -recol2d=1123 -recol3s=2114 -recol3d=0 -model=model_26716 - -// 25355 -[loc_25355] -sharelight=yes -hillskew=yes -active=no -ambient=30 -recol1s=7331 -recol1d=66 -recol2s=12580 -recol2d=1123 -recol3s=2114 -recol3d=0 -model=model_26728 - -// 25356 -[loc_25356] -sharelight=yes -hillskew=yes -active=no -ambient=30 -recol1s=7331 -recol1d=66 -recol2s=12580 -recol2d=1123 -recol3s=2114 -recol3d=0 -model=model_26708 - -// 25357 -[loc_25357] -sharelight=yes -hillskew=yes -active=no -ambient=30 -recol1s=7331 -recol1d=66 -recol2s=12580 -recol2d=1123 -recol3s=2114 -recol3d=0 -model=model_26709 - -// 25358 -[loc_25358] -sharelight=yes -hillskew=yes -active=no -recol1s=7331 -recol1d=66 -recol2s=12580 -recol2d=1123 -recol3s=2114 -recol3d=0 -model=model_26717 - -// 25359 -[loc_25359] -sharelight=yes -hillskew=yes -active=no -recol1s=7331 -recol1d=66 -recol2s=12580 -recol2d=1156 -recol3s=2114 -recol3d=0 -model=model_26722 - -// 25360 -[loc_25360] -sharelight=yes -hillskew=yes -active=no -recol1s=7331 -recol1d=66 -recol2s=12580 -recol2d=1156 -recol3s=2114 -recol3d=0 -model=model_26715 - -// 25361 -[loc_25361] -sharelight=yes -hillskew=yes -active=no -recol1s=7331 -recol1d=66 -recol2s=12580 -recol2d=1156 -recol3s=2114 -recol3d=0 -model=model_26731 - -// 25362 -[loc_25362] -active=yes -op1=Rummage -length=2 -blockwalk=no -model=model_26710 -name=Skeleton - -// 25363 -[loc_25363] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=30 -model=model_26724 - -// 25364 -[loc_25364] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=30 -model=model_26725 - -// 25365 -[loc_25365] -active=no -sharelight=yes -blockwalk=no -ambient=30 -model=model_26723 - -// 25366 -[loc_25366] -active=no -sharelight=yes -blockwalk=no -ambient=30 -model=model_26711 - -// 25367 -[loc_25367] -active=no -sharelight=yes -ambient=30 -width=6 -length=8 -model=model_26727 - -// 25368 -[loc_25368] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=4294 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 25369 -[loc_25369] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4294 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 25370 -[loc_25370] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4294 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 25371 -[loc_25371] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=4228 -model=model_3184 -name=Rocks - -// 25372 -[loc_25372] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=4228 -model=model_3183 -name=Rocks - -// 25373 -[loc_25373] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=4228 -model=model_3195 -name=Rocks - -// 25374 -[loc_25374] -ambient=50 -anim=seq_3105 -hardshadow=no -model=model_26827 -name=campfire - -// 25375 -[loc_25375] -active=no -blockwalk=yes -shadow=no -model=model_26876 - -// 25376 -[loc_25376] -model=model_11127 -name=Wardrobe - -// 25377 -[loc_25377] -recol1s=7296 -recol1d=11525 -recol2s=8353 -recol2d=12582 -recol3s=9410 -recol3d=13639 -recol4s=3136 -recol4d=9411 -model=model_17062 -name=Drawers - -// 25378 -[loc_25378] -recol1s=7296 -recol1d=11525 -recol2s=8353 -recol2d=12582 -recol3s=9410 -recol3d=13639 -recol4s=3136 -recol4d=9411 -model=model_17062 -model2=model_17060 -name=Drawers - -// 25379 -[loc_25379] -ambient=25 -contrast=25 -wallwidth=32 -recol1s=11626 -recol1d=8357 -recol2s=10569 -recol2d=7300 -recol3s=9512 -recol3d=6243 -recol4s=8455 -recol4d=5186 -recol5s=7398 -recol5d=4129 -model=model_24656,1 - -// 25380 -[loc_25380] -ambient=25 -contrast=25 -wallwidth=32 -recol1s=11626 -recol1d=8357 -recol2s=10569 -recol2d=7300 -recol3s=9512 -recol3d=6243 -recol4s=8455 -recol4d=5186 -recol5s=7398 -recol5d=4129 -model=model_24657,1 - -// 25381 -[loc_25381] -ambient=25 -contrast=25 -wallwidth=32 -mirror=yes -recol1s=11626 -recol1d=8357 -recol2s=10569 -recol2d=7300 -recol3s=9512 -recol3d=6243 -recol4s=8455 -recol4d=5186 -recol5s=7398 -recol5d=4129 -model=model_24657,1 - -// 25382 -[loc_25382] -ambient=25 -contrast=25 -recol1s=11626 -recol1d=8357 -recol2s=10569 -recol2d=7300 -recol3s=9512 -recol3d=6243 -recol4s=8455 -recol4d=5186 -recol5s=7398 -recol5d=4129 -model=model_15235,1 -model=model_15238,2 -model=model_15239,3 -model=model_15240,5 - -// 25383 -[loc_25383] -ambient=25 -contrast=25 -wallwidth=32 -recol1s=11626 -recol1d=8357 -recol2s=10569 -recol2d=7300 -recol3s=9512 -recol3d=6243 -recol4s=8455 -recol4d=5186 -recol5s=7398 -recol5d=4129 -model=model_24658,1 - -// 25384 -[loc_25384] -ambient=25 -contrast=25 -wallwidth=32 -mirror=yes -recol1s=11626 -recol1d=8357 -recol2s=10569 -recol2d=7300 -recol3s=9512 -recol3d=6243 -recol4s=8455 -recol4d=5186 -recol5s=7398 -recol5d=4129 -model=model_24658,1 - -// 25385 -[loc_25385] -ambient=10 -op1=Open -forceapproach=north -recol1s=9543 -recol1d=12581 -recol2s=8484 -recol2d=11524 -recol3s=6373 -recol3d=10467 -recol4s=6370 -recol4d=9410 -model=model_5272 -name=Chest - -// 25386 -[loc_25386] -ambient=10 -op1=Search -op2=Close -forceapproach=north -recol1s=9543 -recol1d=12581 -recol2s=8484 -recol2d=11524 -recol3s=6373 -recol3d=10467 -recol4s=6370 -recol4d=9410 -recol5s=4256 -recol5d=8353 -model=model_5273 -name=Chest - -// 25387 -[loc_25387] -ambient=10 -op1=Open -forceapproach=north -recol1s=9543 -recol1d=12581 -recol2s=8484 -recol2d=11524 -recol3s=6373 -recol3d=10467 -recol4s=6370 -recol4d=9410 -model=model_5272 -name=Chest - -// 25388 -[loc_25388] -ambient=10 -op1=Search -op2=Close -forceapproach=north -recol1s=9543 -recol1d=12581 -recol2s=8484 -recol2d=11524 -recol3s=6373 -recol3d=10467 -recol4s=6370 -recol4d=9410 -recol5s=4256 -recol5d=8353 -model=model_5273 -name=Chest - -// 25389 -[loc_25389] -ambient=10 -op1=Open -forceapproach=north -recol1s=9543 -recol1d=12581 -recol2s=8484 -recol2d=11524 -recol3s=6373 -recol3d=10467 -recol4s=6370 -recol4d=9410 -model=model_5272 -name=Chest - -// 25390 -[loc_25390] -ambient=10 -op1=Search -op2=Close -forceapproach=north -recol1s=9543 -recol1d=12581 -recol2s=8484 -recol2d=11524 -recol3s=6373 -recol3d=10467 -recol4s=6370 -recol4d=9410 -recol5s=4256 -recol5d=8353 -model=model_5273 -name=Chest - -// 25391 -[loc_25391] -ambient=10 -op1=Open -forceapproach=north -recol1s=9543 -recol1d=12581 -recol2s=8484 -recol2d=11524 -recol3s=6373 -recol3d=10467 -recol4s=6370 -recol4d=9410 -model=model_5272 -name=Chest - -// 25392 -[loc_25392] -ambient=10 -op1=Search -op2=Close -forceapproach=north -recol1s=9543 -recol1d=12581 -recol2s=8484 -recol2d=11524 -recol3s=6373 -recol3d=10467 -recol4s=6370 -recol4d=9410 -recol5s=4256 -recol5d=8353 -model=model_5273 -name=Chest - -// 25393 -[loc_25393] -model=model_13135 -name=Telescope - -// 25394 -[loc_25394] -active=no -hillskew=yes -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -recol1s=11591 -recol1d=11623 -model=model_26214,1 -model=model_26217,3 -model=model_26218,4 - -// 25395 -[loc_25395] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -recol1s=11591 -recol1d=11623 -model=model_26215,1 -model=model_26216,3 - -// 25396 -[loc_25396] -active=no -hillskew=yes -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -recol1s=11591 -recol1d=11623 -model=model_26215,1 -model=model_26216,3 - -// 25397 -[loc_25397] -op1=Read -recol1s=7329 -recol1d=6307 -recol2s=10466 -recol2d=8418 -recol3s=13636 -recol3d=15752 -model=model_1402 -name=Signpost - -// 25398 -[loc_25398] -hillskew=yes -hardshadow=no -recol1s=13505 -recol1d=11590 -recol2s=14594 -recol2d=9510 -recol3s=15618 -recol3d=14728 -model=model_1127,0 - -// 25399 -[loc_25399] -hillskew=yes -recol1s=13505 -recol1d=11590 -recol2s=14594 -recol2d=9510 -recol3s=15618 -recol3d=14728 -model=model_1104,0 - -// 25400 -[loc_25400] -hillskew=yes -recol1s=13505 -recol1d=11590 -recol2s=14594 -recol2d=9510 -recol3s=15618 -recol3d=14728 -model=model_1060,0 - -// 25401 -[loc_25401] -width=3 -length=3 -anim=seq_3579 -op1=View -bgsound=synth_3804,5 -recol1s=32480 -recol1d=13769 -recol2s=14695 -recol2d=8421 -recol3s=6273 -recol3d=4193 -recol4s=10467 -recol4d=6307 -recol5s=29464 -recol5d=27547 -recol6s=18960 -recol6d=18034 -model=model_12970 -name=Orrery - -// 25402 -[loc_25402] -recol1s=10465 -recol1d=10470 -recol2s=11522 -recol2d=11526 -recol3s=8388 -recol3d=6307 -recol4s=10501 -recol4d=10535 -model=model_7387 -model2=model_7388 -name=Bookcase - -// 25403 -[loc_25403] -mirror=yes -recol1s=10465 -recol1d=7398 -recol2s=11522 -recol2d=11526 -recol3s=8388 -recol3d=6307 -recol4s=10501 -recol4d=10535 -model=model_7387 -model2=model_7388 -name=Bookcase - -// 25404 -[loc_25404] -offsetz=-18 -recol1s=8388 -recol1d=6307 -recol2s=10501 -recol2d=10535 -model=model_7392 -name=Bookcase - -// 25405 -[loc_25405] -offsetz=-18 -recol1s=10465 -recol1d=15748 -recol2s=11522 -recol2d=7426 -recol3s=13637 -recol3d=8522 -recol4s=8388 -recol4d=6307 -recol5s=10501 -recol5d=10535 -model=model_7392 -model2=model_7393 -name=Bookcase - -// 25406 -[loc_25406] -offsetz=-18 -recol1s=10465 -recol1d=4365 -recol2s=11522 -recol2d=7365 -recol3s=13637 -recol3d=14794 -recol4s=8388 -recol4d=6307 -recol5s=10501 -recol5d=10535 -model=model_7392 -model2=model_7395 -name=Bookcase - -// 25407 -[loc_25407] -recol1s=8388 -recol1d=4193 -recol2s=10501 -recol2d=5250 -model=model_7392 -model2=model_7393 -name=Old bookshelf - -// 25408 -[loc_25408] -recol1s=8388 -recol1d=4193 -recol2s=10501 -recol2d=5250 -model=model_7392 -model2=model_7394 -name=Old bookshelf - -// 25409 -[loc_25409] -recol1s=6240 -recol1d=6307 -model=model_2122,Q - -// 25410 -[loc_25410] -recol1s=5184 -recol1d=6307 -recol2s=6240 -recol2d=7364 -model=model_2058,Q - -// 25411 -[loc_25411] -width=2 -recol1s=16809 -recol1d=8421 -recol2s=14695 -recol2d=6307 -recol3s=13638 -recol3d=4193 -recol4s=12581 -recol4d=5250 -model=model_14827 -model2=model_15206 -name=Professor's table - -// 25412 -[loc_25412] -active=no -hillskew=yes -sharelight=yes -ambient=5 -contrast=5 -wallwidth=16 -recol1s=8453 -recol1d=8422 -recol2s=7396 -recol2d=7365 -recol3s=6339 -recol3d=6308 -recol4s=5282 -recol4d=5251 -recol5s=4225 -recol5d=4194 -recol6s=3168 -recol6d=2081 -model=model_6618,1 -model=model_6619,2 -model=model_6620,5 - -// 25413 -[loc_25413] -active=no -hillskew=yes -sharelight=yes -wallwidth=16 -recol1s=8453 -recol1d=8422 -recol2s=7396 -recol2d=7365 -recol3s=6339 -recol3d=6308 -recol4s=5282 -recol4d=5251 -recol5s=4225 -recol5d=4194 -recol6s=3168 -recol6d=2081 -model=model_6621,5 - -// 25414 -[loc_25414] -sharelight=yes -hillskew=yes -active=no -ambient=20 -wallwidth=16 -hardshadow=no -recol1s=12580 -recol1d=0 -model=model_834 - -// 25415 -[loc_25415] -ambient=10 -hillskew=yes -active=yes -recol1s=5248 -recol1d=2081 -recol2s=6305 -recol2d=4194 -recol3s=7362 -recol3d=5251 -recol4s=8419 -recol4d=6308 -recol5s=9476 -recol5d=7365 -recol6s=10533 -recol6d=8422 -model=model_12041 -name=Stalagmites - -// 25416 -[loc_25416] -ambient=10 -hillskew=yes -active=no -recol1s=5248 -recol1d=2081 -recol2s=6305 -recol2d=4194 -recol3s=7362 -recol3d=5251 -recol4s=8419 -recol4d=6308 -recol5s=9476 -recol5d=7365 -recol6s=10533 -recol6d=8422 -model=model_12042,0 - -// 25417 -[loc_25417] -active=yes -op1=Close -raiseobject=no -ambient=20 -ambient=30 -contrast=30 -recol1s=14626 -recol1d=5250 -recol2s=13569 -recol2d=4193 -recol3s=12512 -recol3d=6307 -recol4s=11456 -recol4d=5250 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 25418 -[loc_25418] -active=yes -op1=Open -raiseobject=no -ambient=20 -ambient=30 -contrast=30 -recol1s=14626 -recol1d=5250 -recol2s=13569 -recol2d=4193 -recol3s=12512 -recol3d=6307 -recol4s=11456 -recol4d=5250 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 25419 -[loc_25419] -blockwalk=no -model=model_13147 -name=Bluebells - -// 25420 -[loc_25420] -blockwalk=no -model=model_13137 -name=Sunflower - -// 25421 -[loc_25421] -blockwalk=no -model=model_13138 -name=Sunflowers - -// 25422 -[loc_25422] -ambient=40 -contrast=40 -active=yes -model=model_27079,Q -name=Students' art - -// 25423 -[loc_25423] -ambient=40 -contrast=40 -active=yes -model=model_27077,Q -name=Work board - -// 25424 -[loc_25424] -ambient=40 -contrast=40 -active=yes -model=model_27084,Q -name=Work board - -// 25425 -[loc_25425] -width=2 -model=model_27074 -name=Coat rack - -// 25426 -[loc_25426] -anim=seq_6854 -length=2 -bgsound=synth_3805,5 -model=model_27090 -name=Rocking unicorn - -// 25427 -[loc_25427] -sharelight=yes -length=3 -ambient=25 -contrast=25 -model=model_27080 -name=Blackboard - -// 25428 -[loc_25428] -width=2 -length=2 -shadow=no -model=model_27081 -name=Empty desk - -// 25429 -[loc_25429] -length=3 -ambient=40 -contrast=40 -sharelight=yes -active=yes -op1=Climb up -forceapproach=south -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26909 -name=Stairs - -// 25430 -[loc_25430] -active=no -ambient=10 -contrast=10 -sharelight=yes -length=3 -mirror=yes -msi=msi_7 -recol1s=21002 -recol1d=5283 -recol2s=19945 -recol2d=6340 -recol3s=16808 -recol3d=7397 -recol4s=14730 -recol4d=8454 -recol5s=11523 -recol5d=5283 -recol6s=9409 -recol6d=4226 -model=model_26914 - -// 25431 -[loc_25431] -length=3 -ambient=35 -contrast=35 -sharelight=yes -active=yes -op1=Climb-up -forceapproach=south -model=model_26909 -name=Stairs - -// 25432 -[loc_25432] -ambient=10 -contrast=10 -sharelight=yes -mirror=yes -op1=Climb-down -recol1s=21002 -recol1d=5283 -recol2s=19945 -recol2d=6340 -recol3s=16808 -recol3d=7397 -recol4s=14730 -recol4d=8454 -recol5s=11523 -recol5d=5283 -recol6s=9409 -recol6d=4226 -model=model_26910 -name=Stairs - -// 25433 -[loc_25433] -active=no -ambient=50 -contrast=50 -sharelight=yes -length=3 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_33853 - -// 25434 -[loc_25434] -ambient=50 -contrast=50 -sharelight=yes -op1=Climb-down -msi=msi_7 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -recol5s=11523 -recol5d=9445 -recol6s=9409 -recol6d=8388 -model=model_26910 -name=Stairs - -// 25435 -[loc_25435] -active=no -length=3 -ambient=35 -contrast=35 -sharelight=yes -model=model_26911 -model=model_26915 - -// 25436 -[loc_25436] -active=no -ambient=35 -contrast=35 -sharelight=yes -msi=msi_7 -model=model_26907 - -// 25437 -[loc_25437] -ambient=35 -contrast=35 -active=yes -sharelight=yes -op1=Climb-down -msi=msi_7 -model=model_26916 -model=model_26913 -name=Stairs - -// 25438 -[loc_25438] -active=yes -width=2 -length=6 -mirror=yes -ambient=25 -op1=View -forceapproach=east -model=model_26938 -model2=model_26940 -name=Telescope - -// 25439 -[loc_25439] -active=yes -width=2 -length=6 -mirror=yes -ambient=25 -op1=View -forceapproach=east -model=model_26938 -model2=model_26942 -name=Telescope - -// 25440 -[loc_25440] -ambient=5 -contrast=5 -length=2 -anim=seq_3105 -op1=Inspect -bgsound=synth_2199,5 -recol1s=24104 -recol1d=9446 -recol2s=20967 -recol2d=8389 -recol3s=20933 -recol3d=7332 -recol4s=14691 -recol4d=6275 -recol5s=13634 -recol5d=5218 -recol6s=12577 -recol6d=3105 -model=model_26908 -model2=model_26903 -model3=model_26912 -model4=model_26917 -name=Goblin stove - -// 25441 -[loc_25441] -ambient=5 -contrast=5 -length=2 -anim=seq_3105 -op1=Inspect -bgsound=synth_2199,5 -recol1s=24104 -recol1d=9446 -recol2s=20967 -recol2d=8389 -recol3s=20933 -recol3d=7332 -recol4s=14691 -recol4d=6275 -recol5s=13634 -recol5d=5218 -recol6s=12577 -recol6d=3105 -model=model_26908 -model2=model_26903 -name=Goblin stove - -// 25442 -[loc_25442] -active=yes -anim=seq_3105 -blockwalk=no -length=2 -op1=Inspect -multivar=varplayerbit_3837 -multiloc=0,loc_25440 -multiloc=1,loc_25441 - -// 25443 -[loc_25443] -ambient=5 -active=yes -model=model_27010 -name=Spiderwebs - -// 25444 -[loc_25444] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_26956,1 -model=model_26957,4 - -// 25445 -[loc_25445] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_26959,1 - -// 25446 -[loc_25446] -active=no -hillskew=yes -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_26959,1 - -// 25447 -[loc_25447] -active=no -hillskew=yes -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_26955,1 - -// 25448 -[loc_25448] -active=no -ambient=25 -contrast=25 -model=model_26954,Q - -// 25449 -[loc_25449] -active=no -ambient=25 -contrast=25 -model=model_26953,Q - -// 25450 -[loc_25450] -active=no -ambient=25 -contrast=25 -model=model_26958,Q - -// 25451 -[loc_25451] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26949,1 -model=model_26946,4 - -// 25452 -[loc_25452] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26952,1 - -// 25453 -[loc_25453] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26950,1 - -// 25454 -[loc_25454] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26951,1 - -// 25455 -[loc_25455] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26947,1 - -// 25456 -[loc_25456] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26948,1 - -// 25457 -[loc_25457] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -mirror=yes -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26949,1 -model=model_26946,4 - -// 25458 -[loc_25458] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -mirror=yes -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26952,1 - -// 25459 -[loc_25459] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -mirror=yes -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26950,1 - -// 25460 -[loc_25460] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -mirror=yes -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26951,1 - -// 25461 -[loc_25461] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -mirror=yes -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26947,1 - -// 25462 -[loc_25462] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=10 -mirror=yes -recol1s=16875 -recol1d=11625 -recol2s=13707 -recol2d=11593 -recol3s=13705 -recol3d=11591 -recol4s=7431 -recol4d=5317 -recol5s=6374 -recol5d=4260 -recol6s=5317 -recol6d=3203 -model=model_26948,1 - -// 25463 -[loc_25463] -active=no -ambient=10 -contrast=10 -model=model_26944,0 - -// 25464 -[loc_25464] -model=model_26945 -name=Potential fire - -// 25465 -[loc_25465] -anim=seq_6853 -blockwalk=yes -ambient=75 -contrast=75 -bgsound=synth_2065,3 -hardshadow=no -blockrange=no -recol1s=8454 -recol1d=7365 -recol2s=8422 -recol2d=9479 -recol3s=9479 -recol3d=8422 -model=model_26945 -model2=model_26585 -name=Fire - -// 25466 -[loc_25466] -active=no -hillskew=yes -sharelight=yes -recol1s=13675 -recol1d=27473 -recol2s=12672 -recol2d=26414 -recol3s=396 -recol3d=23245 -recol4s=12 -recol4d=22186 -recol5s=12320 -recol5d=19017 -recol6s=384 -recol6d=17958 -model=model_26965,0 - -// 25467 -[loc_25467] -active=no -hillskew=yes -sharelight=yes -recol1s=13675 -recol1d=27473 -recol2s=12672 -recol2d=26414 -recol3s=396 -recol3d=23245 -recol4s=12 -recol4d=22186 -recol5s=12320 -recol5d=19017 -recol6s=384 -recol6d=17958 -model=model_26994,0 - -// 25468 -[loc_25468] -active=no -hillskew=yes -sharelight=yes -recol1s=13675 -recol1d=27473 -recol2s=12672 -recol2d=26414 -recol3s=396 -recol3d=23245 -recol4s=12 -recol4d=22186 -recol5s=12320 -recol5d=19017 -recol6s=384 -recol6d=17958 -model=model_26981,0 - -// 25469 -[loc_25469] -active=no -hillskew=yes -sharelight=yes -recol1s=13675 -recol1d=27473 -recol2s=12672 -recol2d=26414 -recol3s=396 -recol3d=23245 -recol4s=12 -recol4d=22186 -recol5s=12320 -recol5d=19017 -recol6s=384 -recol6d=17958 -model=model_26973,0 - -// 25470 -[loc_25470] -active=no -hillskew=yes -sharelight=yes -recol1s=13675 -recol1d=27473 -recol2s=12672 -recol2d=26414 -recol3s=396 -recol3d=23245 -recol4s=12 -recol4d=22186 -recol5s=12320 -recol5d=19017 -recol6s=384 -recol6d=1722 -model=model_26970,0 - -// 25471 -[loc_25471] -active=no -hillskew=yes -sharelight=yes -recol1s=13675 -recol1d=27473 -recol2s=12672 -recol2d=26414 -recol3s=396 -recol3d=23245 -recol4s=12 -recol4d=22186 -recol5s=12320 -recol5d=19017 -recol6s=384 -recol6d=1722 -model=model_27006,0 - -// 25472 -[loc_25472] -active=no -hillskew=yes -sharelight=yes -recol1s=13675 -recol1d=27473 -recol2s=12672 -recol2d=26414 -recol3s=396 -recol3d=23245 -recol4s=12 -recol4d=22186 -recol5s=12320 -recol5d=19017 -recol6s=384 -recol6d=1722 -model=model_26984,0 - -// 25473 -[loc_25473] -active=no -hillskew=yes -sharelight=yes -recol1s=13675 -recol1d=27473 -recol2s=12672 -recol2d=26414 -recol3s=396 -recol3d=23245 -recol4s=12 -recol4d=22186 -recol5s=12320 -recol5d=19017 -recol6s=384 -recol6d=1722 -model=model_26968,0 - -// 25474 -[loc_25474] -active=no -hillskew=yes -sharelight=yes -recol1s=13675 -recol1d=27473 -recol2s=12672 -recol2d=26414 -recol3s=396 -recol3d=23245 -recol4s=12 -recol4d=22186 -recol5s=12320 -recol5d=19017 -recol6s=384 -recol6d=1722 -model=model_26964,0 - -// 25475 -[loc_25475] -active=no -hillskew=yes -sharelight=yes -recol1s=13675 -recol1d=27473 -recol2s=12672 -recol2d=26414 -recol3s=396 -recol3d=23245 -recol4s=12 -recol4d=22186 -recol5s=12320 -recol5d=19017 -recol6s=384 -recol6d=1722 -model=model_26982,0 - -// 25476 -[loc_25476] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26983,0 - -// 25477 -[loc_25477] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26962,0 - -// 25478 -[loc_25478] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_27007,0 - -// 25479 -[loc_25479] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26992,0 - -// 25480 -[loc_25480] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26990,0 - -// 25481 -[loc_25481] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26971,0 - -// 25482 -[loc_25482] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26991,0 - -// 25483 -[loc_25483] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26961,0 - -// 25484 -[loc_25484] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26993,0 - -// 25485 -[loc_25485] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26980,0 - -// 25486 -[loc_25486] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26974,0 - -// 25487 -[loc_25487] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26960,0 - -// 25488 -[loc_25488] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26987,0 - -// 25489 -[loc_25489] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26967,0 - -// 25490 -[loc_25490] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26969,0 - -// 25491 -[loc_25491] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26985,0 - -// 25492 -[loc_25492] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_27004,0 - -// 25493 -[loc_25493] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26979,0 - -// 25494 -[loc_25494] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26989,0 - -// 25495 -[loc_25495] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26988,0 - -// 25496 -[loc_25496] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_27000,0 - -// 25497 -[loc_25497] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_27002,0 - -// 25498 -[loc_25498] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26975,0 - -// 25499 -[loc_25499] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26999,0 - -// 25500 -[loc_25500] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26977,0 - -// 25501 -[loc_25501] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26966,0 - -// 25502 -[loc_25502] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26976,0 - -// 25503 -[loc_25503] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_27003,0 - -// 25504 -[loc_25504] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26972,0 - -// 25505 -[loc_25505] -active=no -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26972,0 - -// 25506 -[loc_25506] -active=no -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_27003,0 - -// 25507 -[loc_25507] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_27005,0 - -// 25508 -[loc_25508] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_27001,0 - -// 25509 -[loc_25509] -active=no -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26996,0 - -// 25510 -[loc_25510] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -msi=msi_22 -model=model_27033,1 -model=model_27036,2 -model=model_27021,5 - -// 25511 -[loc_25511] -active=no -hillskew=yes -sharelight=yes -mirror=yes -ambient=35 -contrast=20 -msi=msi_22 -model=model_27033,1 -model=model_27036,2 -model=model_27021,5 - -// 25512 -[loc_25512] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -msi=msi_22 -model=model_27041,1 -model=model_27017,5 - -// 25513 -[loc_25513] -active=no -hillskew=yes -sharelight=yes -mirror=yes -ambient=35 -contrast=20 -msi=msi_22 -model=model_27041,1 -model=model_27017,5 - -// 25514 -[loc_25514] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -forcedecor=yes -model=model_27047 - -// 25515 -[loc_25515] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -forcedecor=yes -model=model_27038 - -// 25516 -[loc_25516] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -forcedecor=yes -model=model_27039 - -// 25517 -[loc_25517] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -mirror=yes -forcedecor=yes -model=model_27047 - -// 25518 -[loc_25518] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -mirror=yes -forcedecor=yes -model=model_27038 - -// 25519 -[loc_25519] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -mirror=yes -forcedecor=yes -model=model_27039 - -// 25520 -[loc_25520] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -forcedecor=yes -model=model_27050 - -// 25521 -[loc_25521] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -forcedecor=yes -model=model_27025 - -// 25522 -[loc_25522] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -forcedecor=yes -model=model_27016 - -// 25523 -[loc_25523] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -mirror=yes -forcedecor=yes -model=model_27050 - -// 25524 -[loc_25524] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -mirror=yes -forcedecor=yes -model=model_27025 - -// 25525 -[loc_25525] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -mirror=yes -forcedecor=yes -model=model_27016 - -// 25526 -[loc_25526] -active=yes -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -op1=Open -model=model_27019 -name=Door - -// 25527 -[loc_25527] -active=yes -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -op1=Open -model=model_27049 -name=Door - -// 25528 -[loc_25528] -active=no -hillskew=yes -sharelight=yes -ambient=35 -contrast=20 -forcedecor=yes -model=model_27028,0 - -// 25529 -[loc_25529] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -msi=msi_22 -recol1s=15850 -recol1d=13672 -model=model_27046,1 -model=model_27042,2 -model=model_27029,5 - -// 25530 -[loc_25530] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -msi=msi_22 -recol1s=15850 -recol1d=13672 -model=model_27032,1 -model=model_27044,5 - -// 25531 -[loc_25531] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -msi=msi_22 -recol1s=15850 -recol1d=13672 -model=model_27046,1 -model=model_27042,2 -model=model_27029,5 - -// 25532 -[loc_25532] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -model=model_27048 - -// 25533 -[loc_25533] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -model=model_27034 - -// 25534 -[loc_25534] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -model=model_27031 - -// 25535 -[loc_25535] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -model=model_27020 - -// 25536 -[loc_25536] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -model=model_27048 - -// 25537 -[loc_25537] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -model=model_27034 - -// 25538 -[loc_25538] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -model=model_27031 - -// 25539 -[loc_25539] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -model=model_27020 - -// 25540 -[loc_25540] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -recol1s=15850 -recol1d=13672 -model=model_26998,0 - -// 25541 -[loc_25541] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26997,0 - -// 25542 -[loc_25542] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26978,0 - -// 25543 -[loc_25543] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26998,0 - -// 25544 -[loc_25544] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26997,0 - -// 25545 -[loc_25545] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26978,0 - -// 25546 -[loc_25546] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -model=model_26995,0 - -// 25547 -[loc_25547] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26963,0 - -// 25548 -[loc_25548] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_27008,0 - -// 25549 -[loc_25549] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=10 -forcedecor=yes -recol1s=15850 -recol1d=13672 -model=model_26986,0 - -// 25550 -[loc_25550] -active=no -sharelight=yes -width=5 -length=5 -model=model_27035 - -// 25551 -[loc_25551] -active=no -sharelight=yes -width=5 -length=5 -mirror=yes -model=model_27035 - -// 25552 -[loc_25552] -active=no -sharelight=yes -width=5 -length=5 -model=model_27037 - -// 25553 -[loc_25553] -active=no -sharelight=yes -width=5 -length=5 -model=model_27040 - -// 25554 -[loc_25554] -active=no -width=2 -length=4 -mirror=yes -ambient=25 -model=model_26943 -model2=model_26939 - -// 25555 -[loc_25555] -active=no -model=model_26941 - -// 25556 -[loc_25556] -active=no -mirror=yes -model=model_26941 - -// 25557 -[loc_25557] -active=no -ambient=15 -width=3 -length=3 -model=model_27023 - -// 25558 -[loc_25558] -active=no -sharelight=yes -ambient=15 -model=model_26918 - -// 25559 -[loc_25559] -active=no -sharelight=yes -ambient=15 -model=model_26934 - -// 25560 -[loc_25560] -active=no -sharelight=yes -ambient=15 -model=model_26935 - -// 25561 -[loc_25561] -active=no -sharelight=yes -ambient=15 -model=model_26921 - -// 25562 -[loc_25562] -active=no -sharelight=yes -ambient=15 -model=model_26929 - -// 25563 -[loc_25563] -active=no -sharelight=yes -ambient=15 -model=model_26926 - -// 25564 -[loc_25564] -active=no -sharelight=yes -ambient=15 -model=model_26920 - -// 25565 -[loc_25565] -active=no -sharelight=yes -ambient=15 -model=model_26925 - -// 25566 -[loc_25566] -active=no -sharelight=yes -ambient=15 -model=model_26936 - -// 25567 -[loc_25567] -active=no -sharelight=yes -ambient=15 -model=model_26928 - -// 25568 -[loc_25568] -active=no -sharelight=yes -ambient=15 -model=model_26919 - -// 25569 -[loc_25569] -active=no -sharelight=yes -ambient=15 -model=model_26931 - -// 25570 -[loc_25570] -active=no -sharelight=yes -ambient=15 -model=model_26924 - -// 25571 -[loc_25571] -active=no -sharelight=yes -ambient=15 -model=model_26922 - -// 25572 -[loc_25572] -active=no -sharelight=yes -ambient=15 -model=model_26930 - -// 25573 -[loc_25573] -active=no -sharelight=yes -ambient=15 -model=model_26933 - -// 25574 -[loc_25574] -active=no -sharelight=yes -ambient=15 -model=model_26932 - -// 25575 -[loc_25575] -active=no -sharelight=yes -ambient=15 -model=model_26923 - -// 25576 -[loc_25576] -active=no -sharelight=yes -ambient=15 -model=model_26927 - -// 25577 -[loc_25577] -active=no -sharelight=yes -ambient=15 -model=model_26937 - -// 25578 -[loc_25578] -op1=Look-at -ambient=20 -contrast=10 -model=model_27018,Q -name=Star chart - -// 25579 -[loc_25579] -op1=Look-at -ambient=20 -contrast=10 -model=model_27030,Q -name=Star chart - -// 25580 -[loc_25580] -op1=Look-at -ambient=20 -contrast=10 -model=model_27045,Q -name=Star chart - -// 25581 -[loc_25581] -op1=Look-at -ambient=20 -contrast=10 -model=model_27022,Q -name=Star chart - -// 25582 -[loc_25582] -op1=Look-at -ambient=20 -contrast=10 -model=model_27026,Q -name=Star chart - -// 25583 -[loc_25583] -op1=Look-at -ambient=20 -contrast=10 -model=model_27027,Q -name=Star chart - -// 25584 -[loc_25584] -active=no -hillskew=yes -sharelight=yes -ambient=5 -contrast=5 -recol1s=8453 -recol1d=8422 -recol2s=7396 -recol2d=7365 -recol3s=6339 -recol3d=6308 -recol4s=5282 -recol4d=5251 -recol5s=4225 -recol5d=4194 -recol6s=3168 -recol6d=2081 -model=model_27011,1 - -// 25585 -[loc_25585] -active=no -hillskew=yes -sharelight=yes -ambient=5 -contrast=5 -wallwidth=16 -recol1s=8453 -recol1d=8422 -recol2s=7396 -recol2d=7365 -recol3s=6339 -recol3d=6308 -recol4s=5282 -recol4d=5251 -recol5s=4225 -recol5d=4194 -recol6s=3168 -recol6d=2081 -model=model_27009,1 - -// 25586 -[loc_25586] -active=no -hillskew=yes -sharelight=yes -ambient=5 -contrast=5 -mirror=yes -wallwidth=16 -recol1s=8453 -recol1d=8422 -recol2s=7396 -recol2d=7365 -recol3s=6339 -recol3d=6308 -recol4s=5282 -recol4d=5251 -recol5s=4225 -recol5d=4194 -recol6s=3168 -recol6d=2081 -model=model_27009,1 - -// 25587 -[loc_25587] -active=no -hillskew=yes -sharelight=yes -ambient=5 -contrast=5 -wallwidth=16 -model=model_27012,1 - -// 25588 -[loc_25588] -ambient=5 -contrast=5 -width=5 -recol1s=4225 -recol1d=4194 -recol2s=3168 -recol2d=5251 -model=model_27014 -name=Stone arch - -// 25589 -[loc_25589] -active=no -ambient=40 -contrast=40 -sharelight=yes -msi=msi_69 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26907 - -// 25590 -[loc_25590] -ambient=20 -contrast=20 -length=2 -anim=seq_3230 -bgsound=synth_3121,10 -blockrange=no -recol1s=14695 -recol1d=13639 -recol2s=13638 -recol2d=12582 -recol3s=12581 -recol3d=11525 -recol4s=16809 -recol4d=15719 -model=model_7712 -model2=model_27116 -name=Rat wheel - -// 25591 -[loc_25591] -active=yes -width=2 -length=6 -op1=View -forceapproach=east -multivar=varplayerbit_3838 -multiloc=0,loc_25438 -multiloc=1,loc_25439 - -// 25592 -[loc_25592] -op1=Open -forceapproach=north -recol1s=6370 -recol1d=6274 -recol2s=8484 -recol2d=9445 -recol3s=9543 -recol3d=10502 -recol4s=6373 -recol4d=6274 -recol5s=4256 -recol5d=5217 -model=model_5272 -name=Closed chest - -// 25593 -[loc_25593] -op2=Search -op3=Shut -forceapproach=north -recol1s=6370 -recol1d=6274 -recol2s=8484 -recol2d=9445 -recol3s=9543 -recol3d=10502 -recol4s=6373 -recol4d=6274 -recol5s=4256 -recol5d=5217 -model=model_5273 -name=Open chest - -// 25594 -[loc_25594] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=16740 -recol1d=10502 -recol2s=13602 -recol2d=5217 -recol3s=12515 -recol3d=4160 -recol4s=14626 -recol4d=9445 -recol5s=13569 -recol5d=6274 -recol6s=11458 -recol6d=3104 -retex1s=material_81 -retex1d=material_63 -model=model_639,1 -name=Large door - -// 25595 -[loc_25595] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recol1s=16740 -recol1d=10502 -recol2s=13602 -recol2d=5217 -recol3s=12515 -recol3d=4160 -recol4s=14626 -recol4d=9445 -recol5s=13569 -recol5d=6274 -recol6s=11458 -recol6d=3104 -retex1s=material_81 -retex1d=material_63 -model=model_639,1 -name=Large door - -// 25596 -[loc_25596] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=13508 -recol2s=0 -recol2d=11394 -recol3s=24265 -recol3d=9280 -model=model_12527,0 - -// 25597 -[loc_25597] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=13508 -recol2s=0 -recol2d=11394 -recol3s=24265 -recol3d=9280 -model=model_12529,0 - -// 25598 -[loc_25598] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=13508 -recol2s=0 -recol2d=11394 -recol3s=24265 -recol3d=9280 -model=model_12528,0 - -// 25599 -[loc_25599] -ambient=25 -contrast=25 -recol1s=16846 -recol1d=24312 -recol2s=11561 -recol2d=18960 -recol3s=21056 -recol3d=6144 -recol4s=8320 -recol4d=8388 -recol5s=6144 -recol5d=4160 -model=model_1214 -name=Suit of armour - -// 25600 -[loc_25600] -resizex=100 -resizez=100 -forceapproach=south -ambient=25 -contrast=25 -recol1s=7329 -recol1d=8388 -recol2s=5413 -recol2d=6274 -recol3s=9575 -recol3d=6274 -recol4s=32480 -recol4d=6274 -recol5s=20933 -recol5d=10502 -recol6s=10504 -recol6d=6274 -model=model_12388 -name=Barrel - -// 25601 -[loc_25601] -width=2 -blockrange=no -recol1s=5217 -recol1d=10502 -recol2s=6273 -recol2d=8388 -recol3s=14560 -recol3d=6274 -recol4s=18960 -recol4d=4160 -model=model_1496 -name=Bench - -// 25602 -[loc_25602] -length=2 -recol1s=5217 -recol1d=10502 -recol2s=6273 -recol2d=8388 -recol3s=7329 -recol3d=6274 -recol4s=18960 -recol4d=4160 -model=model_1243 -name=Bow cabinet - -// 25603 -[loc_25603] -width=2 -blockrange=no -recol1s=12581 -recol1d=10502 -recol2s=13638 -recol2d=8388 -recol3s=14695 -recol3d=6274 -recol4s=16809 -recol4d=4160 -model=model_9547 -name=Table - -// 25604 -[loc_25604] -width=2 -length=2 -op1=Climb-down -sharelight=yes -forceapproach=north -msi=msi_7 -recol1s=14624 -recol1d=10502 -recol2s=12512 -recol2d=8388 -model=model_1283 -name=Staircase - -// 25605 -[loc_25605] -ambient=25 -contrast=25 -blockrange=no -recol1s=15392 -recol1d=18563 -recol2s=5248 -recol2d=15491 -recol3s=32480 -recol3d=8388 -recol4s=14560 -recol4d=8388 -model=model_1234 -name=Throne - -// 25606 -[loc_25606] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=16708 -recol1d=10502 -recol2s=12514 -recol2d=8388 -recol3s=11457 -recol3d=6274 -model=model_9504 -name=Ladder - -// 25607 -[loc_25607] -length=2 -op1=Search -forceapproach=east -ambient=25 -contrast=25 -recol1s=12548 -recol1d=10502 -recol2s=11491 -recol2d=8388 -recol3s=10434 -recol3d=6274 -model=model_9501 -name=Bookcase - -// 25608 -[loc_25608] -recol1s=12610 -recol1d=10502 -recol2s=7329 -recol2d=6274 -recol3s=5217 -recol3d=4160 -model=model_1274 -name=Cabinet - -// 25609 -[loc_25609] -recol1s=12610 -recol1d=10502 -recol2s=7329 -recol2d=6274 -recol3s=5217 -recol3d=4160 -model=model_1187 -name=Cabinet - -// 25610 -[loc_25610] -forceapproach=east -ambient=20 -recol1s=25254 -recol1d=10502 -recol2s=10498 -recol2d=10502 -recol3s=8384 -recol3d=8388 -recol4s=6275 -recol4d=8388 -recol5s=5218 -recol5d=4160 -recol6s=4161 -recol6d=6274 -model=model_1951 -model2=model_5531 -name=Wardrobe - -// 25611 -[loc_25611] -recol1s=8386 -recol1d=10502 -recol2s=7329 -recol2d=6274 -recol3s=6272 -recol3d=4160 -model=model_2134 -name=Shelves - -// 25612 -[loc_25612] -recol1s=8386 -recol1d=10502 -recol2s=7329 -recol2d=6274 -recol3s=6272 -recol3d=4160 -model=model_2135 -name=Shelves - -// 25613 -[loc_25613] -sharelight=yes -blockrange=no -recol1s=10468 -recol1d=10502 -recol2s=9412 -recol2d=6274 -recol3s=6241 -recol3d=4160 -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 25614 -[loc_25614] -width=2 -length=2 -ambient=10 -blockrange=no -recol1s=29567 -recol1d=29597 -recol2s=17766 -recol2d=18924 -recol3s=11491 -recol3d=4160 -recol4s=15392 -recol4d=10240 -model=model_1190 -name=Crystal ball - -// 25615 -[loc_25615] -blockrange=no -recol1s=5248 -recol1d=6274 -model=model_1945 -name=Table - -// 25616 -[loc_25616] -blockrange=no -recol1s=4161 -recol1d=6274 -model=model_1950 -name=Chair - -// 25617 -[loc_25617] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_15994,0 - -// 25618 -[loc_25618] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_1096,0 - -// 25619 -[loc_25619] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_27168,0 - -// 25620 -[loc_25620] -sharelight=yes -active=yes -anim=seq_6873 -model=model_27182 -model2=model_27184 -name=Novice Flag - -// 25621 -[loc_25621] -sharelight=yes -active=yes -anim=seq_6873 -model=model_27187 -model2=model_27184 -name=Intermediate Flag - -// 25622 -[loc_25622] -sharelight=yes -active=yes -anim=seq_6874 -model=model_27186 -model2=model_27184 -name=Veteran Flag - -// 25623 -[loc_25623] -sharelight=yes -active=yes -anim=seq_6874 -model=model_27182 -model2=model_27180 -name=Novice flag - -// 25624 -[loc_25624] -sharelight=yes -active=yes -anim=seq_6874 -model=model_27187 -model2=model_27180 -name=Intermediate Flag - -// 25625 -[loc_25625] -sharelight=yes -active=yes -anim=seq_6874 -model=model_27186 -model2=model_27180 -name=Veteran Flag - -// 25626 -[loc_25626] -anim=seq_6875 -model=model_27183,Q - -// 25627 -[loc_25627] -anim=seq_6875 -model=model_27181,Q - -// 25628 -[loc_25628] -anim=seq_6875 -model=model_27185,Q - -// 25629 -[loc_25629] -sharelight=yes -active=yes -op1=Climb -model=model_14512 -name=Ladder - -// 25630 -[loc_25630] -sharelight=yes -active=yes -op1=Climb -model=model_14512 -name=Ladder - -// 25631 -[loc_25631] -sharelight=yes -active=yes -op1=Cross -hillskew=yes -msi=msi_46 -hardshadow=no -model=model_1844 -name=Gangplank - -// 25632 -[loc_25632] -sharelight=yes -active=yes -op1=Cross -hillskew=yes -msi=msi_46 -hardshadow=no -model=model_1844 -name=Gangplank - -// 25633 -[loc_25633] -active=no -resizey=100 -recol1s=24137 -recol1d=12548 -recol2s=20935 -recol2d=14662 -model=model_14459 - -// 25634 -[loc_25634] -anim=seq_6874 -active=yes -multivar=varplayerbit_3844 -multiloc=1,loc_25623 -multiloc=2,loc_25624 -multiloc=3,loc_25625 - -// 25635 -[loc_25635] -anim=seq_6875 -active=no -multivar=varplayerbit_3844 -multiloc=1,loc_25626 -multiloc=2,loc_25627 -multiloc=3,loc_25628 - -// 25636 -[loc_25636] -active=yes -blockwalk=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 -name=Barricade - -// 25637 -[loc_25637] -active=no -raiseobject=no -model=model_14463,1 - -// 25638 -[loc_25638] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recol1s=16740 -recol1d=10502 -recol2s=13602 -recol2d=5217 -recol3s=12515 -recol3d=4160 -recol4s=14626 -recol4d=9445 -recol5s=13569 -recol5d=6274 -recol6s=11458 -recol6d=3104 -model=model_639,1 -name=Large door - -// 25639 -[loc_25639] -op1=Close -raiseobject=no -recol1s=16740 -recol1d=10502 -recol2s=13602 -recol2d=5217 -recol3s=12515 -recol3d=4160 -recol4s=14626 -recol4d=9445 -recol5s=13569 -recol5d=6274 -recol6s=11458 -recol6d=3104 -model=model_639,1 -name=Large door - -// 25640 -[loc_25640] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=16740 -recol1d=10502 -recol2s=13602 -recol2d=5217 -recol3s=12515 -recol3d=4160 -recol4s=14626 -recol4d=9445 -recol5s=13569 -recol5d=6274 -recol6s=11458 -recol6d=3104 -model=model_639,1 -name=Large door - -// 25641 -[loc_25641] -op1=Close -mirror=yes -raiseobject=no -recol1s=16740 -recol1d=10502 -recol2s=13602 -recol2d=5217 -recol3s=12515 -recol3d=4160 -recol4s=14626 -recol4d=9445 -recol5s=13569 -recol5d=6274 -recol6s=11458 -recol6d=3104 -model=model_639,1 -name=Large door - -// 25642 -[loc_25642] -active=yes -op1=Open -raiseobject=no -recol1s=14660 -recol1d=10502 -recol2s=14626 -recol2d=6274 -recol3s=13569 -recol3d=4160 -recol4s=12512 -recol4d=10502 -recol5s=9411 -recol5d=19875 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 25643 -[loc_25643] -active=yes -op1=Close -raiseobject=no -recol1s=14660 -recol1d=10502 -recol2s=14626 -recol2d=6274 -recol3s=13569 -recol3d=4160 -recol4s=12512 -recol4d=10502 -recol5s=9411 -recol5d=19875 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 25644 -[loc_25644] -recol1s=14695 -recol1d=10502 -recol2s=13638 -recol2d=8388 -recol3s=12581 -recol3d=10502 -recol4s=11524 -recol4d=8388 -recol5s=10467 -recol5d=6274 -recol6s=9410 -recol6d=4160 -model=model_7685 -name=Crate - -// 25645 -[loc_25645] -recol1s=14695 -recol1d=10502 -recol2s=13638 -recol2d=8388 -recol3s=12581 -recol3d=10502 -recol4s=11524 -recol4d=8388 -recol5s=10467 -recol5d=6274 -recol6s=9410 -recol6d=4160 -model=model_7700 -name=Crate - -// 25646 -[loc_25646] -length=2 -recol1s=9376 -recol1d=6274 -model=model_1508 -name=Cannon - -// 25647 -[loc_25647] -op1=Open -forceapproach=north -model=model_1249 -name=Closed chest - -// 25648 -[loc_25648] -anim=seq_6481 -ambient=25 -recol1s=12613 -recol1d=10502 -recol2s=10499 -recol2d=8388 -model=model_25177 -name=Dummy - -// 25649 -[loc_25649] -width=3 -length=2 -recol1s=13670 -recol1d=10502 -recol2s=12613 -recol2d=8388 -recol3s=11556 -recol3d=6274 -recol4s=8387 -recol4d=4160 -model=model_25041 -name=Rack - -// 25650 -[loc_25650] -active=no -ambient=45 -recol1s=9445 -recol1d=10502 -recol2s=9444 -recol2d=8388 -recol3s=7331 -recol3d=6274 -recol4s=7330 -recol4d=4160 -model=model_1451 - -// 25651 -[loc_25651] -active=yes -model=model_2030,Q -name=Bow and arrow - -// 25652 -[loc_25652] -ambient=50 -active=yes -recol1s=6240 -recol1d=4160 -model=model_2127,Q -name=Shelf - -// 25653 -[loc_25653] -ambient=50 -active=yes -recol1s=6240 -recol1d=4160 -model=model_2034,Q -name=Shelf - -// 25654 -[loc_25654] -ambient=50 -anim=seq_468 -active=yes -recol1s=8320 -recol1d=4160 -model=model_2258,Q -name=Charms - -// 25655 -[loc_25655] -active=yes -op2=Hide-in -recol1s=13639 -recol1d=10501 -recol2s=10468 -recol2d=13672 -recol3s=9411 -recol3d=11558 -recol4s=8354 -recol4d=9444 -recol5s=12582 -recol5d=10501 -recol6s=11525 -recol6d=8387 -model=model_3815 -name=Crate - -// 25656 -[loc_25656] -recol1s=13505 -recol1d=11591 -recol2s=14594 -recol2d=12648 -recol3s=15618 -recol3d=13705 -model=model_1124,0 - -// 25657 -[loc_25657] -recol1s=13505 -recol1d=11591 -recol2s=14594 -recol2d=12648 -recol3s=15618 -recol3d=13705 -model=model_1139,0 - -// 25658 -[loc_25658] -recol1s=13505 -recol1d=11591 -recol2s=14594 -recol2d=12648 -recol3s=15618 -recol3d=13705 -model=model_1032,0 - -// 25659 -[loc_25659] -active=no -contrast=25 -ambient=30 -anim=seq_5598 -model=model_26517,Q - -// 25660 -[loc_25660] -contrast=15 -ambient=20 -recol1s=14695 -recol1d=11623 -recol2s=13638 -recol2d=10566 -recol3s=12581 -recol3d=9509 -recol4s=11524 -recol4d=8452 -recol5s=10467 -recol5d=7395 -recol6s=9410 -recol6d=6338 -model=model_7685 -name=Crate - -// 25661 -[loc_25661] -contrast=15 -ambient=20 -recol1s=14695 -recol1d=11623 -recol2s=13638 -recol2d=10566 -recol3s=12581 -recol3d=9509 -recol4s=11524 -recol4d=8452 -recol5s=10467 -recol5d=7395 -recol6s=9410 -recol6d=6338 -model=model_7700 -name=Crate - -// 25662 -[loc_25662] -active=yes -op1=Climb-down -msi=msi_7 -contrast=15 -ambient=20 -blockrange=no -recol1s=13605 -recol1d=9509 -recol2s=12548 -recol2d=8452 -model=model_21232 -name=Ladder - -// 25663 -[loc_25663] -active=yes -op1=Climb-up -msi=msi_7 -contrast=15 -ambient=20 -recol1s=16740 -recol1d=10566 -recol2s=13603 -recol2d=9509 -recol3s=16774 -recol3d=11623 -recol4s=11489 -recol4d=8452 -recol5s=18821 -recol5d=12680 -model=model_21483 -name=Ladder - -// 25664 -[loc_25664] -anim=seq_6912 -blockwalk=no -ambient=10 -contrast=10 -op1=Talk-to -model=model_27126 -name=Sir Lucan - -// 25665 -[loc_25665] -msi=msi_12 -op1=Search -recol1s=7488 -recol1d=4425 -model=model_2157 -name=Mossy rock - -// 25666 -[loc_25666] -anim=seq_6914 -blockwalk=no -ambient=10 -contrast=10 -op1=Talk-to -model=model_27191 -name=Sir Lancelot - -// 25667 -[loc_25667] -anim=seq_6915 -blockwalk=no -ambient=10 -contrast=10 -op1=Talk-to -recol1s=16708 -recol1d=23253 -model=model_27191 -name=Sir Bedivere - -// 25668 -[loc_25668] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=15 -resizey=196 -contrast=15 -ambient=20 -recol1s=6307 -recol1d=8387 -model=model_13180 -name=Hedge - -// 25669 -[loc_25669] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=15 -resizey=196 -contrast=15 -ambient=20 -recol1s=6307 -recol1d=8387 -model=model_13167 -name=Hedge - -// 25670 -[loc_25670] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=15 -resizey=196 -contrast=15 -ambient=20 -recol1s=6307 -recol1d=8387 -model=model_13174 -name=Hedge - -// 25671 -[loc_25671] -active=no -hillskew=yes -sharelight=yes -contrast=15 -ambient=20 -recol1s=11525 -recol1d=9411 -recol2s=10468 -recol2d=8354 -recol3s=13639 -recol3d=11525 -model=model_14345,1 -model=model_14346,2 -model=model_14347,3 -model=model_14348,4 -model=model_14349,5 - -// 25672 -[loc_25672] -hillskew=yes -active=no -sharelight=yes -contrast=15 -ambient=20 -recol1s=11525 -recol1d=9411 -recol2s=10468 -recol2d=8354 -recol3s=13639 -recol3d=11525 -model=model_14350,4 - -// 25673 -[loc_25673] -active=no -hillskew=yes -sharelight=yes -contrast=15 -ambient=20 -recol1s=11525 -recol1d=9411 -recol2s=10468 -recol2d=8354 -recol3s=13639 -recol3d=11525 -model=model_14352,1 - -// 25674 -[loc_25674] -active=no -hillskew=yes -sharelight=yes -contrast=15 -ambient=20 -recol1s=11525 -recol1d=9411 -recol2s=10468 -recol2d=8354 -recol3s=13639 -recol3d=11525 -model=model_14351,1 - -// 25675 -[loc_25675] -width=2 -active=yes -contrast=15 -ambient=20 -recol1s=8385 -recol1d=8354 -recol2s=9442 -recol2d=9411 -recol3s=12613 -recol3d=11525 -model=model_14206 -name=Food trough - -// 25676 -[loc_25676] -contrast=15 -ambient=20 -width=2 -recol1s=9409 -recol1d=8354 -recol2s=11523 -recol2d=11525 -model=model_5492 -name=Bench - -// 25677 -[loc_25677] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockrange=no -recol1s=10433 -recol1d=11525 -recol2s=9377 -recol2d=10468 -model=model_960,1 -model=model_961,2 -model=model_962,3 -model=model_963,4 -model=model_964,5 - -// 25678 -[loc_25678] -active=no -blockwalk=no -contrast=15 -ambient=20 -recol1s=15392 -recol1d=17795 -recol2s=0 -recol2d=14624 -recol3s=24265 -recol3d=14624 -model=model_12527,0 - -// 25679 -[loc_25679] -active=no -blockwalk=no -contrast=15 -ambient=20 -recol1s=15392 -recol1d=17795 -recol2s=0 -recol2d=14624 -recol3s=24265 -recol3d=14624 -model=model_12529,0 - -// 25680 -[loc_25680] -active=no -blockwalk=no -contrast=15 -ambient=20 -recol1s=15392 -recol1d=17795 -recol2s=0 -recol2d=14624 -recol3s=24265 -recol3d=14624 -model=model_12528,0 - -// 25681 -[loc_25681] -length=2 -contrast=15 -ambient=20 -blockrange=no -recol1s=8456 -recol1d=19909 -recol2s=26311 -recol2d=14624 -model=model_1256 -name=Bed - -// 25682 -[loc_25682] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -ambient=20 -contrast=15 -blockwalk=yes -recol1s=8388 -recol1d=8354 -model=model_11567 -name=Staircase - -// 25683 -[loc_25683] -op1=Climb-down -blockwalk=yes -msi=msi_7 -ambient=20 -contrast=15 -blockwalk=yes -recol1s=8388 -recol1d=8354 -model=model_9519 -name=Staircase - -// 25684 -[loc_25684] -ambient=25 -contrast=15 -op1=Search -ambient=20 -recol1s=8355 -recol1d=10468 -recol2s=11492 -recol2d=12582 -model=model_12409 -name=Bookcase - -// 25685 -[loc_25685] -op1=Open -ambient=25 -contrast=15 -recol1s=11492 -recol1d=12582 -recol2s=8355 -recol2d=10468 -recol3s=32480 -recol3d=11561 -recol4s=27168 -recol4d=8456 -model=model_11204 -name=Chest - -// 25686 -[loc_25686] -op1=Search -op2=Close -ambient=25 -contrast=15 -recol1s=11492 -recol1d=12582 -recol2s=8355 -recol2d=10468 -recol3s=32481 -recol3d=11561 -recol4s=28192 -recol4d=8456 -model=model_11205 -name=Chest - -// 25687 -[loc_25687] -active=yes -op1=Climb-up -msi=msi_7 -contrast=15 -ambient=20 -recol1s=16708 -recol1d=15719 -recol2s=16640 -recol2d=12582 -recol3s=12514 -recol3d=10468 -recol4s=11457 -recol4d=8354 -model=model_5187 -name=Ladder - -// 25688 -[loc_25688] -active=yes -op1=Climb-down -msi=msi_7 -contrast=15 -ambient=20 -recol1s=16708 -recol1d=15719 -recol2s=16640 -recol2d=12582 -recol3s=12514 -recol3d=10468 -recol4s=11457 -recol4d=8354 -model=model_9504 -name=Ladder - -// 25689 -[loc_25689] -op1=Search -forceapproach=east -contrast=15 -ambient=20 -recol1s=13637 -recol1d=13573 -recol2s=11522 -recol2d=11526 -recol3s=10465 -recol3d=7393 -recol4s=10501 -recol4d=12582 -recol5s=8388 -recol5d=10468 -model=model_7392 -model2=model_7393 -name=Bookcase - -// 25690 -[loc_25690] -mirror=yes -forceapproach=east -contrast=15 -ambient=20 -offsetx=6 -recol1s=13637 -recol1d=9481 -recol2s=11522 -recol2d=11523 -recol3s=10465 -recol3d=7329 -recol4s=10501 -recol4d=12582 -recol5s=8388 -recol5d=10468 -model=model_7392 -model2=model_7393 -name=Bookcase - -// 25691 -[loc_25691] -mirror=yes -forceapproach=east -contrast=15 -ambient=20 -offsetx=-6 -recol1s=13637 -recol1d=9481 -recol2s=11522 -recol2d=11523 -recol3s=10465 -recol3d=7329 -recol4s=10501 -recol4d=12582 -recol5s=8388 -recol5d=10468 -model=model_7392 -model2=model_7395 -name=Bookcase - -// 25692 -[loc_25692] -forceapproach=east -contrast=15 -ambient=20 -offsetx=-16 -offsetz=-10 -recol1s=10501 -recol1d=12582 -recol2s=8388 -recol2d=10468 -recol3s=13637 -recol3d=17733 -recol4s=11522 -recol4d=7426 -recol5s=10465 -recol5d=13541 -model=model_7387 -model2=model_7388 -name=Bookcase - -// 25693 -[loc_25693] -mirror=yes -forceapproach=east -contrast=15 -ambient=20 -offsetx=-16 -recol1s=10501 -recol1d=12582 -recol2s=8388 -recol2d=10468 -recol3s=13637 -recol3d=17733 -recol4s=11522 -recol4d=7426 -recol5s=10465 -recol5d=13541 -model=model_7387 -model2=model_7388 -name=Bookcase - -// 25694 -[loc_25694] -op1=Search -forceapproach=east -contrast=15 -ambient=20 -offsetx=-16 -offsetz=-10 -recol1s=10501 -recol1d=12582 -recol2s=8388 -recol2d=10468 -recol3s=13637 -recol3d=17733 -recol4s=11522 -recol4d=7426 -recol5s=10465 -recol5d=13541 -model=model_7387 -model2=model_7388 -name=Bookcase - -// 25695 -[loc_25695] -mirror=yes -op1=Search -forceapproach=east -contrast=15 -ambient=20 -offsetx=-16 -recol1s=10501 -recol1d=12582 -recol2s=8388 -recol2d=10468 -recol3s=13637 -recol3d=17733 -recol4s=11522 -recol4d=7426 -recol5s=10465 -recol5d=13541 -model=model_7387 -model2=model_7389 -name=Bookcase - -// 25696 -[loc_25696] -mirror=yes -op1=Search -forceapproach=east -contrast=15 -ambient=20 -offsetx=16 -offsetz=5 -recol1s=10501 -recol1d=12582 -recol2s=8388 -recol2d=10468 -recol3s=13637 -recol3d=10594 -recol4s=11522 -recol4d=7560 -recol5s=10465 -recol5d=5352 -model=model_7387 -model2=model_7388 -name=Bookcase - -// 25697 -[loc_25697] -op1=Search -forceapproach=east -contrast=15 -ambient=20 -offsetx=16 -recol1s=13637 -recol1d=13573 -recol2s=11522 -recol2d=11526 -recol3s=10465 -recol3d=7393 -recol4s=10501 -recol4d=12582 -recol5s=8388 -recol5d=10468 -model=model_7392 -model2=model_7393 -name=Bookcase - -// 25698 -[loc_25698] -mirror=yes -op1=Search -forceapproach=east -contrast=15 -ambient=20 -offsetx=16 -recol1s=13637 -recol1d=9481 -recol2s=11522 -recol2d=11523 -recol3s=10465 -recol3d=7329 -recol4s=10501 -recol4d=12582 -recol5s=8388 -recol5d=10468 -model=model_7392 -model2=model_7393 -name=Bookcase - -// 25699 -[loc_25699] -recol1s=18960 -recol1d=17792 -recol2s=12610 -recol2d=12582 -recol3s=7329 -recol3d=15719 -recol4s=5217 -recol4d=10468 -model=model_1274 -name=Cabinet - -// 25700 -[loc_25700] -contrast=15 -ambient=20 -recol1s=18960 -recol1d=17792 -recol2s=12610 -recol2d=12582 -recol3s=7329 -recol3d=15719 -recol4s=5217 -recol4d=10468 -model=model_1187 -name=Cabinet - -// 25701 -[loc_25701] -contrast=15 -ambient=20 -op1=Open -forceapproach=south -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_12959 -name=Drawers - -// 25702 -[loc_25702] -contrast=15 -ambient=20 -op1=Search -op2=Shut -forceapproach=south -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_25071 -name=Drawers - -// 25703 -[loc_25703] -contrast=15 -ambient=20 -op1=Open -forceapproach=south -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_12959 -name=Drawers - -// 25704 -[loc_25704] -contrast=15 -ambient=20 -op1=Search -op2=Shut -forceapproach=south -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_25071 -name=Drawers - -// 25705 -[loc_25705] -contrast=15 -ambient=20 -op1=Open -forceapproach=south -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_12959 -name=Drawers - -// 25706 -[loc_25706] -op1=Search -op2=Shut -forceapproach=south -contrast=15 -ambient=20 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_25071 -name=Drawers - -// 25707 -[loc_25707] -contrast=15 -ambient=20 -forceapproach=south -offsetz=-15 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_12959 -name=Drawers - -// 25708 -[loc_25708] -contrast=15 -ambient=20 -op1=Open -forceapproach=south -offsetx=-15 -offsetz=-5 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_12959 -name=Drawers - -// 25709 -[loc_25709] -contrast=15 -ambient=20 -op1=Search -op2=Shut -forceapproach=south -offsetx=-15 -offsetz=-5 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_25071 -name=Drawers - -// 25710 -[loc_25710] -contrast=15 -ambient=20 -op1=Open -forceapproach=south -offsetx=15 -offsetz=5 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_12959 -name=Drawers - -// 25711 -[loc_25711] -contrast=15 -ambient=20 -op1=Search -op2=Shut -forceapproach=south -offsetx=15 -offsetz=5 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_25071 -name=Drawers - -// 25712 -[loc_25712] -contrast=15 -ambient=20 -op1=Open -forceapproach=south -offsetz=15 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_12959 -name=Drawers - -// 25713 -[loc_25713] -contrast=15 -ambient=20 -op1=Search -op2=Shut -forceapproach=south -offsetz=15 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_25071 -name=Drawers - -// 25714 -[loc_25714] -contrast=15 -ambient=20 -op1=Open -forceapproach=south -offsetz=-15 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_12959 -name=Drawers - -// 25715 -[loc_25715] -contrast=15 -ambient=20 -op1=Search -op2=Shut -forceapproach=south -offsetz=-15 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_25071 -name=Drawers - -// 25716 -[loc_25716] -active=yes -op1=Open -raiseobject=no -contrast=15 -ambient=20 -recol1s=14626 -recol1d=15719 -recol2s=13569 -recol2d=12582 -recol3s=12512 -recol3d=12582 -recol4s=11456 -recol4d=10468 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 25717 -[loc_25717] -active=yes -op1=Close -raiseobject=no -contrast=15 -ambient=20 -recol1s=14626 -recol1d=15719 -recol2s=13569 -recol2d=12582 -recol3s=12512 -recol3d=12582 -recol4s=11456 -recol4d=10468 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 25718 -[loc_25718] -active=yes -op1=Open -raiseobject=no -contrast=15 -ambient=20 -recol1s=9411 -recol1d=17792 -recol2s=12512 -recol2d=15719 -recol3s=13569 -recol3d=12582 -recol4s=14626 -recol4d=10468 -recol5s=14660 -recol5d=12582 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 25719 -[loc_25719] -active=yes -op1=Close -raiseobject=no -contrast=15 -ambient=20 -recol1s=9411 -recol1d=17792 -recol2s=12512 -recol2d=15719 -recol3s=13569 -recol3d=12582 -recol4s=14626 -recol4d=10468 -recol5s=14660 -recol5d=12582 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 25720 -[loc_25720] -blockwalk=yes -op1=Churn -forceapproach=south -active=yes -contrast=15 -ambient=20 -blockrange=no -recol1s=13605 -recol1d=15719 -recol2s=12548 -recol2d=12582 -recol3s=11491 -recol3d=15719 -recol4s=10434 -recol4d=10468 -recol5s=7297 -recol5d=12582 -model=model_9837 -name=Dairy churn - -// 25721 -[loc_25721] -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=12582 -recol5s=10434 -recol5d=10468 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Barrel - -// 25722 -[loc_25722] -op2=Take From -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=12582 -recol5s=10434 -recol5d=10468 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Barrel of flour - -// 25723 -[loc_25723] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=12582 -recol3s=12548 -recol3d=15719 -recol4s=11491 -recol4d=10468 -recol5s=10434 -recol5d=12582 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Anna's barrel - -// 25724 -[loc_25724] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=12582 -recol5s=10434 -recol5d=10468 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Bob's barrel - -// 25725 -[loc_25725] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=12582 -recol3s=12548 -recol3d=15719 -recol4s=11491 -recol4d=10468 -recol5s=10434 -recol5d=12582 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Carol's barrel - -// 25726 -[loc_25726] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=10468 -recol5s=10434 -recol5d=12582 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=David's barrel - -// 25727 -[loc_25727] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=12582 -recol5s=10434 -recol5d=10468 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Elizabeth's barrel - -// 25728 -[loc_25728] -op2=Search -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=10468 -recol5s=10434 -recol5d=12582 -recol6s=7297 -recol6d=10468 -model=model_8232 -name=Frank's barrel - -// 25729 -[loc_25729] -length=2 -contrast=15 -ambient=20 -blockrange=no -recol1s=10504 -recol1d=12582 -recol2s=7399 -recol2d=10468 -recol3s=14732 -recol3d=28407 -recol4s=12618 -recol4d=8354 -model=model_13220 -model2=model_13215 -name=Sink - -// 25730 -[loc_25730] -length=2 -forceapproach=east -contrast=15 -ambient=20 -forceapproach=east -bgsound=synth_2199,5 -recol1s=12618 -recol1d=12582 -recol2s=10504 -recol2d=10468 -recol3s=7399 -recol3d=8354 -model=model_12616 -name=Range - -// 25731 -[loc_25731] -anim=seq_1726 -contrast=15 -ambient=20 -recol1s=15784 -recol1d=15719 -recol2s=12613 -recol2d=10468 -model=model_11878 -name=Grandfather clock - -// 25732 -[loc_25732] -blockwalk=yes -active=yes -contrast=15 -ambient=20 -recol1s=12581 -recol1d=15719 -recol2s=10467 -recol2d=12582 -model=model_17478 -name=Dragon's head - -// 25733 -[loc_25733] -contrast=15 -ambient=20 -blockrange=no -recol1s=10401 -recol1d=10468 -model=model_1157 -name=Table - -// 25734 -[loc_25734] -resizex=96 -resizez=96 -contrast=15 -ambient=20 -blockrange=no -recol1s=10401 -recol1d=10468 -model=model_1157 -name=Table - -// 25735 -[loc_25735] -length=2 -offsetz=-32 -contrast=15 -ambient=20 -recol1s=8456 -recol1d=14594 -recol2s=26311 -recol2d=19917 -model=model_1256 -name=Bed - -// 25736 -[loc_25736] -ambient=50 -active=yes -recol1s=6240 -recol1d=10468 -model=model_2034,Q -name=Shelf - -// 25737 -[loc_25737] -ambient=50 -active=yes -recol1s=6240 -recol1d=10468 -model=model_2046,Q -name=Shelf - -// 25738 -[loc_25738] -active=yes -ambient=25 -contrast=25 -recol1s=2112 -recol1d=8354 -model=model_36411,Q -name=Painting - -// 25739 -[loc_25739] -active=yes -ambient=25 -contrast=25 -recol1s=11490 -recol1d=8354 -recol2s=13604 -recol2d=12582 -recol3s=7329 -recol3d=6240 -recol4s=17903 -recol4d=17792 -recol5s=22131 -recol5d=17792 -model=model_2085,Q -name=Portrait - -// 25740 -[loc_25740] -active=yes -ambient=25 -contrast=25 -recol1s=11490 -recol1d=8354 -recol2s=13604 -recol2d=12582 -recol3s=7329 -recol3d=6240 -recol4s=17903 -recol4d=17792 -recol5s=22131 -recol5d=17792 -model=model_36415,Q -name=Landscape - -// 25741 -[loc_25741] -active=yes -ambient=25 -contrast=25 -recol1s=11490 -recol1d=8354 -recol2s=13604 -recol2d=12582 -recol3s=7329 -recol3d=6240 -recol4s=17903 -recol4d=17792 -recol5s=22131 -recol5d=17792 -model=model_36426,Q -name=Painting - -// 25742 -[loc_25742] -active=yes -ambient=25 -contrast=25 -recol1s=32576 -recol1d=12582 -model=model_2107,Q -name=Painting - -// 25743 -[loc_25743] -active=yes -ambient=25 -contrast=25 -recol1s=32576 -recol1d=12582 -model=model_36407,Q -name=Landscape - -// 25744 -[loc_25744] -active=yes -ambient=25 -contrast=25 -recol1s=32576 -recol1d=12582 -model=model_36402,Q -name=Painting - -// 25745 -[loc_25745] -ambient=50 -recol1s=6240 -recol1d=10468 -model=model_2058,Q - -// 25746 -[loc_25746] -ambient=50 -recol1s=6240 -recol1d=10468 -model=model_2122,Q - -// 25747 -[loc_25747] -ambient=50 -recol1s=6241 -recol1d=10468 -model=model_2089,Q - -// 25748 -[loc_25748] -op1=Open -raiseobject=no -contrast=15 -ambient=20 -recol1s=14626 -recol1d=15719 -recol2s=13569 -recol2d=13639 -recol3s=16740 -recol3d=16776 -recol4s=11458 -recol4d=10468 -recol5s=12515 -recol5d=11525 -recol6s=13602 -recol6d=12582 -model=model_639,1 -name=Large door - -// 25749 -[loc_25749] -op1=Close -raiseobject=no -contrast=15 -ambient=20 -active=no -recol1s=14626 -recol1d=15719 -recol2s=13569 -recol2d=13639 -recol3s=16740 -recol3d=16776 -recol4s=11458 -recol4d=10468 -recol5s=12515 -recol5d=11525 -recol6s=13602 -recol6d=12582 -model=model_639,1 - -// 25750 -[loc_25750] -op1=Open -mirror=yes -raiseobject=no -contrast=15 -ambient=20 -recol1s=14626 -recol1d=15719 -recol2s=13569 -recol2d=13639 -recol3s=16740 -recol3d=16776 -recol4s=11458 -recol4d=10468 -recol5s=12515 -recol5d=11525 -recol6s=13602 -recol6d=12582 -model=model_639,1 -name=Large door - -// 25751 -[loc_25751] -op1=Close -mirror=yes -raiseobject=no -contrast=15 -ambient=20 -mirror=yes -active=no -recol1s=14626 -recol1d=15719 -recol2s=13569 -recol2d=13639 -recol3s=16740 -recol3d=16776 -recol4s=11458 -recol4d=10468 -recol5s=12515 -recol5d=11525 -recol6s=13602 -recol6d=12582 -model=model_639,1 - -// 25752 -[loc_25752] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockrange=no -model=model_960,1 -model=model_961,2 -model=model_962,3 -model=model_963,4 -model=model_964,5 - -// 25753 -[loc_25753] -ambient=25 -contrast=25 -model=model_24746,1 -model=model_24747,2 -model=model_24748,3 - -// 25754 -[loc_25754] -ambient=25 -contrast=25 -sharelight=yes -model=model_24751,1 - -// 25755 -[loc_25755] -ambient=25 -contrast=25 -model=model_24745,1 - -// 25756 -[loc_25756] -ambient=25 -contrast=25 -mirror=yes -model=model_24745,1 - -// 25757 -[loc_25757] -ambient=25 -contrast=25 -mirror=yes -blockwalk=no -model=model_24750,1 - -// 25758 -[loc_25758] -sharelight=yes -ambient=25 -contrast=25 -recol1s=12683 -recol1d=4193 -recol2s=11626 -recol2d=4193 -recol3s=9512 -recol3d=4193 -recol4s=8455 -recol4d=4193 -model=model_25105,1 -model=model_25106,2 -model=model_25107,3 -model=model_25108,5 - -// 25759 -[loc_25759] -active=no -sharelight=yes -ambient=25 -contrast=25 -recol1s=12683 -recol1d=4193 -recol2s=11626 -recol2d=4193 -recol3s=9512 -recol3d=4193 -recol4s=8455 -recol4d=4193 -model=model_25105 -model2=model_25109 - -// 25760 -[loc_25760] -active=no -sharelight=yes -hillskew=yes -contrast=25 -ambient=30 -blockrange=no -recol1s=10501 -recol1d=15786 -recol2s=8387 -recol2d=13672 -recol3s=13638 -recol3d=18923 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 25761 -[loc_25761] -active=yes -ambient=40 -contrast=20 -offsety=30 -recol1s=9442 -recol1d=9444 -recol2s=11556 -recol2d=11558 -model=model_23881,Q -name=Blacksmith's tools - -// 25762 -[loc_25762] -anim=seq_4128 -ambient=30 -contrast=25 -recol1s=10434 -recol1d=9444 -recol2s=13571 -recol2d=11558 -recol3s=13604 -recol3d=15786 -recol4s=10467 -recol4d=7330 -recol5s=14698 -recol5d=15786 -model=model_25207 -model2=model_25208 -name=Sign - -// 25763 -[loc_25763] -anim=seq_3511 -active=yes -ambient=30 -contrast=25 -bgsound=synth_3120,5 -recol1s=11492 -recol1d=13672 -recol2s=8355 -recol2d=9444 -model=model_12973 -name=Clock - -// 25764 -[loc_25764] -width=2 -length=2 -ambient=30 -contrast=25 -recol1s=10467 -recol1d=11558 -recol2s=12614 -recol2d=13672 -model=model_1948 -name=Piano - -// 25765 -[loc_25765] -width=2 -ambient=30 -contrast=25 -recol1s=10467 -recol1d=11558 -recol2s=3171 -recol2d=9444 -recol3s=14368 -recol3d=4292 -model=model_1942 -name=Piano stool - -// 25766 -[loc_25766] -op1=Open -forceapproach=south -ambient=30 -contrast=25 -recol1s=10499 -recol1d=11558 -recol2s=12613 -recol2d=15786 -model=model_25880 -name=Drawers - -// 25767 -[loc_25767] -op1=Search -op2=Shut -forceapproach=south -ambient=30 -contrast=25 -recol1s=10499 -recol1d=11558 -recol2s=12613 -recol2d=15786 -model=model_25881 -name=Drawers - -// 25768 -[loc_25768] -width=2 -blockrange=no -recol1s=14560 -recol1d=13672 -model=model_1496 -name=Bench - -// 25769 -[loc_25769] -recol1s=7329 -recol1d=13672 -recol2s=5217 -recol2d=9444 -model=model_1274 -name=Cabinet - -// 25770 -[loc_25770] -recol1s=7329 -recol1d=13672 -recol2s=5217 -recol2d=9444 -model=model_1187 -name=Cabinet - -// 25771 -[loc_25771] -blockrange=no -recol1s=9377 -recol1d=13672 -recol2s=10401 -recol2d=11558 -model=model_1170 -name=Chair - -// 25772 -[loc_25772] -blockrange=no -recol1s=9377 -recol1d=13672 -recol2s=10401 -recol2d=11558 -model=model_1242 -name=Smashed chair - -// 25773 -[loc_25773] -blockrange=no -recol1s=7297 -recol1d=13672 -model=model_1258 -name=Stool - -// 25774 -[loc_25774] -recol1s=13537 -recol1d=13672 -recol2s=12580 -recol2d=11558 -model=model_15771 -name=Workbench - -// 25775 -[loc_25775] -active=yes -ambient=15 -contrast=15 -op1=Search -blockrange=no -recol1s=13639 -recol1d=10501 -recol2s=10468 -recol2d=13672 -recol3s=9411 -recol3d=11558 -recol4s=8354 -recol4d=9444 -recol5s=12582 -recol5d=10501 -recol6s=11525 -recol6d=8387 -model=model_3815 -name=Crate - -// 25776 -[loc_25776] -active=yes -ambient=15 -contrast=15 -recol1s=13639 -recol1d=10501 -recol2s=10468 -recol2d=13672 -recol3s=9411 -recol3d=11558 -recol4s=8354 -recol4d=9444 -recol5s=12582 -recol5d=10501 -recol6s=11525 -recol6d=8387 -model=model_3816 -name=Crates - -// 25777 -[loc_25777] -active=no -recol1s=12548 -recol1d=13672 -recol2s=11491 -recol2d=11558 -recol3s=10434 -recol3d=9444 -recol4s=9377 -recol4d=7330 -recol5s=14662 -recol5d=15786 -model=model_1209 - -// 25778 -[loc_25778] -blockrange=no -recol1s=10401 -recol1d=13672 -model=model_1157 -name=Table - -// 25779 -[loc_25779] -ambient=20 -model=model_7708 -name=Statue - -// 25780 -[loc_25780] -ambient=15 -blockrange=no -recol1s=11491 -recol1d=9444 -recol2s=12548 -recol2d=11558 -recol3s=13605 -recol3d=13672 -recol4s=10434 -recol4d=7330 -model=model_8232 -name=Barrel - -// 25781 -[loc_25781] -ambient=25 -contrast=25 -recol1s=7329 -recol1d=13672 -recol2s=14694 -recol2d=18923 -recol3s=6272 -recol3d=11558 -model=model_1271 -name=Cooking shelves - -// 25782 -[loc_25782] -op1=Search -recol1s=8388 -recol1d=10501 -recol2s=10501 -recol2d=13672 -model=model_7387 -model2=model_7388 -name=Old bookshelf - -// 25783 -[loc_25783] -blockrange=no -recol1s=9377 -recol1d=13672 -recol2s=10401 -recol2d=11558 -model=model_1188 -name=Rocking chair - -// 25784 -[loc_25784] -blockrange=no -recol1s=10401 -recol1d=13672 -model=model_1273 -name=Chair - -// 25785 -[loc_25785] -ambient=25 -width=2 -length=3 -resizex=110 -recol1s=13670 -recol1d=13672 -recol2s=12613 -recol2d=11558 -recol3s=11556 -recol3d=9444 -model=model_25041 -name=Rack - -// 25786 -[loc_25786] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -recol1s=12512 -recol1d=13672 -model=model_1176 -name=Staircase - -// 25787 -[loc_25787] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -recol1s=12512 -recol1d=13672 -model=model_1268 -name=Staircase - -// 25788 -[loc_25788] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -model=model_639,1 -name=Large door - -// 25789 -[loc_25789] -op1=Close -raiseobject=no -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -model=model_639,1 -name=Large door - -// 25790 -[loc_25790] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -model=model_639,1 -name=Large door - -// 25791 -[loc_25791] -op1=Close -mirror=yes -raiseobject=no -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -model=model_639,1 -name=Large door - -// 25792 -[loc_25792] -ambient=25 -contrast=25 -recol1s=16846 -recol1d=5252 -recol2s=21056 -recol2d=14434 -recol3s=8320 -recol3d=13672 -model=model_1214 -name=Suit of armour - -// 25793 -[loc_25793] -op1=Open -forceapproach=north -recol1s=6370 -recol1d=9444 -recol2s=8484 -recol2d=11558 -recol3s=9543 -recol3d=11561 -recol4s=6373 -recol4d=7399 -model=model_5272 -name=Closed chest - -// 25794 -[loc_25794] -forceapproach=north -active=yes -op1=Climb-up -model=model_1208 -name=Ladder - -// 25795 -[loc_25795] -sharelight=yes -blockrange=no -recol1s=10468 -recol1d=13672 -recol2s=9412 -recol2d=11558 -recol3s=6241 -recol3d=9444 -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 25796 -[loc_25796] -sharelight=yes -hillskew=yes -blockrange=no -recol1s=8353 -recol1d=9444 -recol2s=9409 -recol2d=11558 -recol3s=11523 -recol3d=13672 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 25797 -[loc_25797] -sharelight=yes -forcedecor=yes -msi=msi_46 -recol1s=9409 -recol1d=11558 -recol2s=11523 -recol2d=13672 -model=model_1089,0 - -// 25798 -[loc_25798] -length=2 -recol1s=9376 -recol1d=13672 -model=model_1508 -name=Cannon - -// 25799 -[loc_25799] -active=yes -op1=Open -raiseobject=no -recol1s=14626 -recol1d=11558 -recol2s=12512 -recol2d=9444 -recol3s=14660 -recol3d=13672 -recol4s=13569 -recol4d=13638 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 25800 -[loc_25800] -active=yes -op1=Close -raiseobject=no -recol1s=14626 -recol1d=11558 -recol2s=12512 -recol2d=9444 -recol3s=14660 -recol3d=13672 -recol4s=13569 -recol4d=13638 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 25801 -[loc_25801] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -recol1s=8388 -recol1d=11558 -model=model_9519 -name=Staircase - -// 25802 -[loc_25802] -mirror=yes -active=no -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 - -// 25803 -[loc_25803] -active=no -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 - -// 25804 -[loc_25804] -active=yes -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 25805 -[loc_25805] -mirror=yes -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 25806 -[loc_25806] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 25807 -[loc_25807] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 25808 -[loc_25808] -op1=Use -op2=Use-quickly -op3=Collect -ambient=20 -blockrange=no -recol1s=10598 -recol1d=13672 -recol2s=8484 -recol2d=11558 -recol3s=6370 -recol3d=9444 -recol4s=3235 -recol4d=7330 -recol5s=2244 -recol5d=8352 -model=model_5270 -name=Bank booth - -// 25809 -[loc_25809] -ambient=20 -blockrange=no -recol1s=10598 -recol1d=13672 -recol2s=8484 -recol2d=11558 -recol3s=6370 -recol3d=9444 -recol4s=3235 -recol4d=7330 -recol5s=2244 -recol5d=8352 -model=model_5271 -name=Closed booth - -// 25810 -[loc_25810] -width=2 -active=no -blockrange=no -recol1s=10499 -recol1d=9444 -recol2s=8385 -recol2d=11558 -recol3s=11556 -recol3d=13672 -recol4s=13670 -recol4d=12616 -model=model_24843 - -// 25811 -[loc_25811] -ambient=25 -active=no -recol1s=10499 -recol1d=13672 -recol2s=8385 -recol2d=9444 -recol3s=9442 -recol3d=8387 -recol4s=11556 -recol4d=13638 -recol5s=12613 -recol5d=15786 -model=model_24836 - -// 25812 -[loc_25812] -ambient=25 -mirror=yes -active=no -recol1s=10499 -recol1d=13672 -recol2s=8385 -recol2d=9444 -recol3s=9442 -recol3d=8387 -recol4s=11556 -recol4d=13638 -recol5s=12613 -recol5d=15786 -model=model_24836 - -// 25813 -[loc_25813] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 25814 -[loc_25814] -active=yes -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 25815 -[loc_25815] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 25816 -[loc_25816] -mirror=yes -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 25817 -[loc_25817] -width=2 -blockrange=no -recol1s=9411 -recol1d=13672 -model=model_1291 -name=Study desk - -// 25818 -[loc_25818] -width=4 -length=2 -op1=Play -recol1s=12481 -recol1d=11558 -recol2s=12515 -recol2d=13672 -recol3s=7297 -recol3d=9444 -model=model_1732 -name=Church organ - -// 25819 -[loc_25819] -active=yes -op1=Open -raiseobject=no -recol1s=12512 -recol1d=9444 -recol2s=11456 -recol2d=8387 -recol3s=13569 -recol3d=10501 -recol4s=14626 -recol4d=13672 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 25820 -[loc_25820] -active=yes -op1=Close -raiseobject=no -recol1s=12512 -recol1d=9444 -recol2s=11456 -recol2d=8387 -recol3s=13569 -recol3d=10501 -recol4s=14626 -recol4d=13672 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 25821 -[loc_25821] -length=2 -recol1s=7329 -recol1d=13672 -recol2s=5217 -recol2d=11558 -model=model_1243 -name=Bow cabinet - -// 25822 -[loc_25822] -width=2 -length=3 -recol1s=8320 -recol1d=13672 -model=model_1288 -name=Bed - -// 25823 -[loc_25823] -recol1s=8384 -recol1d=13672 -model=model_1294 -name=Mirror - -// 25824 -[loc_25824] -forceapproach=south -op2=Spin -recol1s=17696 -recol1d=13672 -recol2s=16640 -recol2d=13672 -model=model_2248 -name=Spinning wheel - -// 25825 -[loc_25825] -op1=Open -raiseobject=no -contrast=15 -ambient=20 -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -retex1s=material_81 -retex1d=material_63 -model=model_639,1 -name=Door - -// 25826 -[loc_25826] -op1=Close -raiseobject=no -contrast=15 -ambient=20 -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -retex1s=material_81 -retex1d=material_63 -model=model_639,1 -name=Door - -// 25827 -[loc_25827] -op1=Open -raiseobject=no -contrast=15 -ambient=20 -mirror=yes -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -retex1s=material_81 -retex1d=material_63 -model=model_639,1 -name=Door - -// 25828 -[loc_25828] -op1=Close -raiseobject=no -contrast=15 -ambient=20 -mirror=yes -recol1s=16740 -recol1d=17867 -recol2s=14626 -recol2d=16810 -recol3s=13602 -recol3d=14730 -recol4s=13569 -recol4d=13673 -recol5s=12515 -recol5d=12616 -recol6s=11458 -recol6d=11559 -retex1s=material_81 -retex1d=material_63 -model=model_639,1 -name=Door - -// 25829 -[loc_25829] -active=no -hillskew=yes -shadow=no -blockwalk=yes -blockrange=no -model=model_16895 - -// 25830 -[loc_25830] -active=no -blockwalk=no -contrast=15 -ambient=20 -recol1s=16774 -recol1d=9411 -recol2s=14660 -recol2d=8354 -model=model_22968,0 - -// 25831 -[loc_25831] -active=no -blockwalk=no -contrast=15 -ambient=20 -recol1s=16774 -recol1d=9411 -recol2s=14660 -recol2d=8354 -model=model_22969,0 - -// 25832 -[loc_25832] -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -recol1s=23094 -recol1d=13409 -recol2s=12581 -recol2d=9411 -recol3s=14695 -recol3d=10468 -recol4s=16809 -recol4d=11525 -model=model_24917 -name=Chair - -// 25833 -[loc_25833] -contrast=15 -ambient=20 -recol1s=13505 -recol1d=6342 -recol2s=14594 -recol2d=7399 -recol3s=15618 -recol3d=8456 -model=model_1124,0 - -// 25834 -[loc_25834] -contrast=15 -ambient=20 -recol1s=13505 -recol1d=6342 -recol2s=14594 -recol2d=7399 -recol3s=15618 -recol3d=8456 -model=model_1139,0 - -// 25835 -[loc_25835] -contrast=15 -ambient=20 -recol1s=13505 -recol1d=6342 -recol2s=14594 -recol2d=7399 -recol3s=15618 -recol3d=8456 -model=model_1032,0 - -// 25836 -[loc_25836] -contrast=15 -ambient=20 -recol1s=14695 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -model=model_7685 -name=Crate - -// 25837 -[loc_25837] -contrast=15 -ambient=20 -recol1s=14695 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -model=model_7700 -name=Crate - -// 25838 -[loc_25838] -active=no -contrast=15 -ambient=20 -recol1s=4128 -recol1d=3171 -recol2s=6241 -recol2d=4228 -recol3s=8355 -recol3d=5285 -recol4s=9412 -recol4d=6342 -recol5s=10469 -recol5d=7399 -recol6s=11526 -recol6d=8456 -model=model_25947,1 -model=model_25948,2 -model=model_25949,5 - -// 25839 -[loc_25839] -active=no -contrast=15 -ambient=20 -recol1s=4128 -recol1d=3171 -recol2s=6241 -recol2d=4228 -recol3s=8355 -recol3d=5285 -recol4s=9412 -recol4d=6342 -recol5s=10469 -recol5d=7399 -recol6s=11526 -recol6d=8456 -model=model_25945,1 - -// 25840 -[loc_25840] -active=no -contrast=15 -ambient=20 -recol1s=12580 -recol1d=3171 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 25841 -[loc_25841] -active=no -contrast=15 -ambient=20 -recol1s=12580 -recol1d=3171 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 25842 -[loc_25842] -active=no -contrast=15 -ambient=20 -recol1s=4225 -recol1d=3171 -recol2s=5282 -recol2d=4228 -recol3s=6339 -recol3d=5285 -recol4s=7396 -recol4d=6342 -model=model_17862,0 - -// 25843 -[loc_25843] -active=yes -op1=Climb-down -msi=msi_7 -contrast=15 -ambient=20 -blockrange=no -recol1s=13605 -recol1d=10499 -recol2s=12548 -recol2d=7328 -retex1s=material_133 -retex1d=material_177 -model=model_21232 -name=Ladder - -// 25844 -[loc_25844] -active=yes -op1=Climb-up -msi=msi_7 -contrast=15 -ambient=20 -recol1s=16708 -recol1d=7328 -recol2s=16640 -recol2d=10499 -recol3s=12514 -recol3d=10499 -recol4s=11457 -recol4d=9442 -model=model_5187 -name=Ladder - -// 25845 -[loc_25845] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27429,1 - -// 25846 -[loc_25846] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -recol1s=8455 -recol1d=8421 -recol2s=9512 -recol2d=9478 -recol3s=11626 -recol3d=8421 -recol4s=10569 -recol4d=8421 -recol5s=12683 -recol5d=11592 -model=model_27428 - -// 25847 -[loc_25847] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27418,1 - -// 25848 -[loc_25848] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27418,1 - -// 25849 -[loc_25849] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27390,1 - -// 25850 -[loc_25850] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27390,1 - -// 25851 -[loc_25851] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27391,1 - -// 25852 -[loc_25852] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27391,1 - -// 25853 -[loc_25853] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27399,1 - -// 25854 -[loc_25854] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27399,1 - -// 25855 -[loc_25855] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27398,1 - -// 25856 -[loc_25856] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27398,1 - -// 25857 -[loc_25857] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27394,1 - -// 25858 -[loc_25858] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27394,1 - -// 25859 -[loc_25859] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27401,1 - -// 25860 -[loc_25860] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27412,1 - -// 25861 -[loc_25861] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27401,1 - -// 25862 -[loc_25862] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27402,1 - -// 25863 -[loc_25863] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27402,1 - -// 25864 -[loc_25864] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27407,1 - -// 25865 -[loc_25865] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27407,1 - -// 25866 -[loc_25866] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27409,1 - -// 25867 -[loc_25867] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27403,1 - -// 25868 -[loc_25868] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27403,1 - -// 25869 -[loc_25869] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27417,1 - -// 25870 -[loc_25870] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27413,1 - -// 25871 -[loc_25871] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27413,1 - -// 25872 -[loc_25872] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27396,1 -model=model_27416,3 - -// 25873 -[loc_25873] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27400,1 -model=model_27420,3 - -// 25874 -[loc_25874] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -model=model_27406,1 - -// 25875 -[loc_25875] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -blockrange=no -model=model_27406,1 - -// 25876 -[loc_25876] -active=yes -contrast=15 -ambient=20 -blockwalk=yes -op1=Open -raiseobject=no -blockrange=no -model=model_27408,1 -name=Metal door - -// 25877 -[loc_25877] -active=yes -contrast=15 -ambient=20 -blockwalk=yes -op1=Close -raiseobject=no -model=model_27408,1 -name=Metal door - -// 25878 -[loc_25878] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27419,1 -model=model_27410,3 - -// 25879 -[loc_25879] -active=yes -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27392,1 -name=Vent - -// 25880 -[loc_25880] -active=yes -op1=Reach -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27397,1 -name=Vent - -// 25881 -[loc_25881] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27415,1 -model=model_27405,3 - -// 25882 -[loc_25882] -active=no -contrast=25 -ambient=30 -model=model_27393,Q - -// 25883 -[loc_25883] -active=no -contrast=25 -ambient=30 -model=model_27395,Q - -// 25884 -[loc_25884] -active=no -contrast=25 -ambient=30 -mirror=yes -model=model_27395,Q - -// 25885 -[loc_25885] -active=no -length=7 -ambient=60 -contrast=60 -blockwalk=no -shadow=no -anim=seq_4782 -recol1s=9022 -recol1d=20316 -model=model_18277 - -// 25886 -[loc_25886] -active=no -recol1s=22292 -recol1d=3972 -model=model_1811 - -// 25887 -[loc_25887] -active=no -shadow=no -contrast=15 -ambient=20 -model=model_27414 - -// 25888 -[loc_25888] -active=no -shadow=no -contrast=15 -ambient=20 -model=model_27411 - -// 25889 -[loc_25889] -anim=seq_6925 -width=8 -blockwalk=no -ambient=10 -contrast=10 -op1=Talk-to -model=model_27479 -name=Sir Tristram - -// 25890 -[loc_25890] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27345,1 -model=model_27320,2 -model=model_27344,3 -model=model_27332,4 -model=model_27338,5 - -// 25891 -[loc_25891] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -recol1s=26387 -recol1d=19165 -model=model_27345,1 -model=model_27320,2 -model=model_27344,3 -model=model_27332,4 -model=model_27338,5 - -// 25892 -[loc_25892] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -recol1s=26387 -recol1d=19165 -model=model_27314,1 - -// 25893 -[loc_25893] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -recol1s=26387 -recol1d=19165 -model=model_27329,1 -model=model_27336,3 - -// 25894 -[loc_25894] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -recol1s=26387 -recol1d=19165 -model=model_27346,1 - -// 25895 -[loc_25895] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27319,1 -model=model_27318,3 - -// 25896 -[loc_25896] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27315,1 - -// 25897 -[loc_25897] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27329,1 -model=model_27336,3 - -// 25898 -[loc_25898] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27346,1 - -// 25899 -[loc_25899] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27314,1 - -// 25900 -[loc_25900] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27335,1 - -// 25901 -[loc_25901] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27337,1 - -// 25902 -[loc_25902] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27330,1 - -// 25903 -[loc_25903] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27317,1 - -// 25904 -[loc_25904] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27348,1 - -// 25905 -[loc_25905] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27316,1 - -// 25906 -[loc_25906] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27340,1 -model=model_27347,3 -model=model_27325,4 - -// 25907 -[loc_25907] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27321,1 -model=model_27326,4 - -// 25908 -[loc_25908] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -mirror=yes -model=model_27321,1 -model=model_27326,4 - -// 25909 -[loc_25909] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27327,1 -model=model_27339,4 - -// 25910 -[loc_25910] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -mirror=yes -model=model_27327,1 -model=model_27339,4 - -// 25911 -[loc_25911] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27328,1 - -// 25912 -[loc_25912] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -mirror=yes -model=model_27328,1 - -// 25913 -[loc_25913] -sharelight=yes -contrast=25 -ambient=30 -recol1s=6272 -recol1d=15786 -recol2s=4160 -recol2d=13672 -model=model_15211,A -model=model_15227,S -model=model_15223,D -model=model_15224,F -model=model_15225,G -model=model_15226,H -model=model_15234,Z -model=model_15233,X -model=model_15212,C -model=model_15228,V -model=model_27366,A -model=model_27349,S -model=model_27364,D -model=model_27374,F -model=model_27356,G -model=model_27369,H -model=model_27372,Z -model=model_27367,X -model=model_27361,C -model=model_27365,V - -// 25914 -[loc_25914] -active=no -sharelight=yes -contrast=25 -ambient=30 -model=model_27331 -model=model_27366 - -// 25915 -[loc_25915] -active=no -sharelight=yes -contrast=25 -ambient=30 -model=model_27341 -model=model_27366 - -// 25916 -[loc_25916] -sharelight=yes -contrast=25 -ambient=30 -recol1s=6272 -recol1d=15786 -recol2s=4160 -recol2d=13672 -model=model_15210,A -model=model_15221,S -model=model_15218,D -model=model_15219,F -model=model_25122,G -model=model_15220,H -model=model_15222,Z -model=model_27363,A -model=model_27351,S -model=model_27370,D -model=model_27371,F -model=model_27359,G -model=model_27352,H -model=model_27368,Z - -// 25917 -[loc_25917] -sharelight=yes -contrast=25 -ambient=30 -mirror=yes -recol1s=6272 -recol1d=15786 -recol2s=4160 -recol2d=13672 -model=model_15210,A -model=model_15221,S -model=model_15218,D -model=model_15219,F -model=model_25122,G -model=model_15220,H -model=model_15222,Z -model=model_27363,A -model=model_27351,S -model=model_27370,D -model=model_27371,F -model=model_27359,G -model=model_27352,H -model=model_27368,Z - -// 25918 -[loc_25918] -sharelight=yes -contrast=25 -ambient=30 -recol1s=6272 -recol1d=15786 -recol2s=4160 -recol2d=13672 -model=model_25123,G -model=model_27353,G - -// 25919 -[loc_25919] -sharelight=yes -contrast=25 -ambient=30 -model=model_25124,A -model=model_25125,G -model=model_27373,A -model=model_27362,G - -// 25920 -[loc_25920] -sharelight=yes -contrast=25 -ambient=30 -model=model_25121,A -model=model_27350,A - -// 25921 -[loc_25921] -sharelight=yes -contrast=25 -ambient=30 -recol1s=6272 -recol1d=15786 -recol2s=4160 -recol2d=13672 -model=model_15213,A -model=model_15217,S -model=model_15214,D -model=model_15215,G -model=model_15216,H -model=model_27357,A -model=model_27354,S -model=model_27360,D -model=model_27355,G -model=model_27358,H - -// 25922 -[loc_25922] -sharelight=yes -contrast=25 -ambient=30 -mirror=yes -recol1s=6272 -recol1d=15786 -recol2s=4160 -recol2d=13672 -model=model_15213,A -model=model_15217,S -model=model_15214,D -model=model_15215,G -model=model_15216,H -model=model_27357,A -model=model_27354,S -model=model_27360,D -model=model_27355,G -model=model_27358,H - -// 25923 -[loc_25923] -active=no -sharelight=yes -hillskew=yes -contrast=25 -ambient=30 -blockrange=no -recol1s=10501 -recol1d=15786 -recol2s=8387 -recol2d=13672 -recol3s=13638 -recol3d=18923 -model=model_27333,1 - -// 25924 -[loc_25924] -active=no -sharelight=yes -hillskew=yes -contrast=25 -ambient=30 -mirror=yes -blockrange=no -recol1s=10501 -recol1d=15786 -recol2s=8387 -recol2d=13672 -recol3s=13638 -recol3d=18923 -model=model_27333,1 - -// 25925 -[loc_25925] -active=no -bgsound=synth_3079,3 -ambient=35 -contrast=25 -recol1s=12718 -recol1d=13739 -recol2s=9547 -recol2d=12682 -recol3s=8490 -recol3d=11625 -model=model_27324,Q - -// 25926 -[loc_25926] -forcedecor=yes -active=no -ambient=35 -contrast=25 -model=model_27343,0 - -// 25927 -[loc_25927] -length=2 -op1=Search -forceapproach=east -ambient=10 -contrast=10 -model=model_27323 -name=Bookcase - -// 25928 -[loc_25928] -width=3 -ambient=10 -contrast=10 -model=model_27378 -model2=model_27379 -name=Table - -// 25929 -[loc_25929] -length=2 -ambient=10 -contrast=10 -blockrange=no -model=model_27376 -name=Sink - -// 25930 -[loc_25930] -width=2 -blockrange=no -model=model_27377 -name=Table - -// 25931 -[loc_25931] -length=2 -width=2 -blockrange=no -model=model_27382 -name=Table - -// 25932 -[loc_25932] -blockrange=no -model=model_27386 -name=Bar pumps - -// 25933 -[loc_25933] -model=model_27380 -model2=model_27383 -name=Shelves - -// 25934 -[loc_25934] -model=model_27380 -model2=model_27387 -name=Shelves - -// 25935 -[loc_25935] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -recol1s=10535 -recol1d=9444 -recol2s=11592 -recol2d=13672 -model=model_27385 -name=Staircase - -// 25936 -[loc_25936] -width=2 -active=no -blockrange=no -model=model_27384 - -// 25937 -[loc_25937] -forceapproach=south -op1=Deposit -ambient=25 -contrast=25 -model=model_27381 -name=Bank deposit box - -// 25938 -[loc_25938] -active=yes -op1=Climb-up -msi=msi_7 -model=model_27375 -name=Ladder - -// 25939 -[loc_25939] -active=yes -op1=Climb-down -msi=msi_7 -model=model_27388 -name=Ladder - -// 25940 -[loc_25940] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=north -model=model_27388 -name=Ladder - -// 25941 -[loc_25941] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -model=model_27375 -name=Ladder - -// 25942 -[loc_25942] -active=yes -ambient=10 -contrast=10 -op1=Free -model=model_27305 -name=King Arthur - -// 25943 -[loc_25943] -active=yes -blockwalk=yes -op1=Free -multivar=varplayerbit_3888 -multiloc=0,loc_25836 -multiloc=5,loc_25836 -multiloc=10,loc_25836 -multiloc=15,loc_25836 -multiloc=20,loc_25836 -multiloc=25,loc_25836 -multiloc=30,loc_25836 -multiloc=35,loc_25836 -multiloc=40,loc_25836 -multiloc=45,loc_25836 -multiloc=50,loc_25836 -multiloc=55,loc_25836 -multiloc=60,loc_25836 -multiloc=65,loc_25836 -multiloc=70,loc_25942 -multiloc=75,loc_25942 -multiloc=80,loc_25836 -multiloc=85,loc_25836 -multiloc=90,loc_25836 - -// 25944 -[loc_25944] -anim=seq_6900 -width=2 -active=yes -model=model_27524 -name=The jury - -// 25945 -[loc_25945] -anim=seq_6901 -width=2 -active=yes -model=model_27523 -name=The jury - -// 25946 -[loc_25946] -anim=seq_6902 -width=2 -active=yes -model=model_27516 -name=The jury - -// 25947 -[loc_25947] -anim=seq_6903 -width=2 -active=yes -model=model_27521 -name=The jury - -// 25948 -[loc_25948] -model=model_27518 -name=The jury - -// 25949 -[loc_25949] -model=model_27520 -name=The jury - -// 25950 -[loc_25950] -model=model_27519 -name=The jury - -// 25951 -[loc_25951] -model=model_27522 -name=The jury - -// 25952 -[loc_25952] -model=model_27517 -name=The jury - -// 25953 -[loc_25953] -active=no -msi=msi_22 -sharelight=yes -contrast=10 -ambient=10 -model=model_27522,1 - -// 25954 -[loc_25954] -active=no -sharelight=yes -contrast=10 -ambient=10 -model=model_27517 - -// 25955 -[loc_25955] -active=yes -contrast=10 -ambient=10 -anim=seq_6917 -bgsound=synth_3820,5 -model=model_27525 -name=Alan - -// 25956 -[loc_25956] -width=2 -length=2 -anim=seq_6898 -op1=Talk-to -model=model_27389 -name=Court judge - -// 25957 -[loc_25957] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=12682 -recol1d=15853 -recol2s=11625 -recol2d=14796 -recol3s=10568 -recol3d=13739 -recol4s=8455 -recol4d=11626 -model=model_27237 - -// 25958 -[loc_25958] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=12682 -recol1d=15853 -recol2s=11625 -recol2d=14796 -recol3s=10568 -recol3d=13739 -recol4s=8455 -recol4d=11626 -model=model_27241 - -// 25959 -[loc_25959] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=12682 -recol1d=15853 -recol2s=11625 -recol2d=14796 -recol3s=10568 -recol3d=13739 -recol4s=8455 -recol4d=11626 -model=model_27238 - -// 25960 -[loc_25960] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=12682 -recol1d=15853 -recol2s=11625 -recol2d=14796 -recol3s=10568 -recol3d=13739 -recol4s=8455 -recol4d=11626 -model=model_27256 - -// 25961 -[loc_25961] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=12682 -recol1d=15853 -recol2s=11625 -recol2d=14796 -recol3s=10568 -recol3d=13739 -recol4s=8455 -recol4d=11626 -model=model_27246 - -// 25962 -[loc_25962] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -recol1s=12682 -recol1d=15853 -recol2s=11625 -recol2d=14796 -recol3s=10568 -recol3d=13739 -recol4s=8455 -recol4d=11626 -model=model_27249 - -// 25963 -[loc_25963] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=12682 -recol1d=15853 -recol2s=11625 -recol2d=14796 -recol3s=10568 -recol3d=13739 -recol4s=8455 -recol4d=11626 -model=model_27249 - -// 25964 -[loc_25964] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -recol1s=12682 -recol1d=15853 -recol2s=11625 -recol2d=14796 -recol3s=10568 -recol3d=13739 -recol4s=8455 -recol4d=11626 -model=model_27261 - -// 25965 -[loc_25965] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=12682 -recol1d=15853 -recol2s=11625 -recol2d=14796 -recol3s=10568 -recol3d=13739 -recol4s=8455 -recol4d=11626 -model=model_27254 - -// 25966 -[loc_25966] -contrast=15 -ambient=20 -blockwalk=yes -model=model_27248,1 -model=model_27234,4 - -// 25967 -[loc_25967] -contrast=15 -ambient=20 -blockwalk=yes -model=model_27253,1 - -// 25968 -[loc_25968] -contrast=15 -ambient=20 -blockwalk=yes -model=model_27240,1 - -// 25969 -[loc_25969] -contrast=15 -ambient=20 -blockwalk=yes -model=model_27239,1 - -// 25970 -[loc_25970] -contrast=15 -ambient=20 -blockwalk=yes -model=model_27235,1 - -// 25971 -[loc_25971] -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27235,1 - -// 25972 -[loc_25972] -contrast=15 -ambient=20 -blockwalk=yes -model=model_27245,1 - -// 25973 -[loc_25973] -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27245,1 - -// 25974 -[loc_25974] -contrast=15 -ambient=20 -blockwalk=yes -model=model_27247,1 - -// 25975 -[loc_25975] -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27247,1 - -// 25976 -[loc_25976] -contrast=15 -ambient=20 -blockwalk=yes -model=model_27251,1 - -// 25977 -[loc_25977] -contrast=15 -ambient=20 -blockwalk=yes -model=model_27262,1 - -// 25978 -[loc_25978] -contrast=15 -ambient=20 -blockwalk=yes -model=model_27255,1 - -// 25979 -[loc_25979] -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27255,1 - -// 25980 -[loc_25980] -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -model=model_27233,1 -model=model_35668,2 -model=model_35669,4 -model=model_35670,5 - -// 25981 -[loc_25981] -active=yes -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -model=model_27252,1 -name=Locked gate - -// 25982 -[loc_25982] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27269 - -// 25983 -[loc_25983] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27273 - -// 25984 -[loc_25984] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27273 - -// 25985 -[loc_25985] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27274 - -// 25986 -[loc_25986] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27274 - -// 25987 -[loc_25987] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27272 - -// 25988 -[loc_25988] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27272 - -// 25989 -[loc_25989] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27278 - -// 25990 -[loc_25990] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27277 - -// 25991 -[loc_25991] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27277 - -// 25992 -[loc_25992] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27264 - -// 25993 -[loc_25993] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27264 - -// 25994 -[loc_25994] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27265 - -// 25995 -[loc_25995] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27265 - -// 25996 -[loc_25996] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27268 - -// 25997 -[loc_25997] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27268 - -// 25998 -[loc_25998] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27263 - -// 25999 -[loc_25999] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27263 - -// 26000 -[loc_26000] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27275 - -// 26001 -[loc_26001] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27275 - -// 26002 -[loc_26002] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27271 - -// 26003 -[loc_26003] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27271 - -// 26004 -[loc_26004] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27276 - -// 26005 -[loc_26005] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27266 - -// 26006 -[loc_26006] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27266 - -// 26007 -[loc_26007] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27270 - -// 26008 -[loc_26008] -active=no -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27267 - -// 26009 -[loc_26009] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16608 -recol1d=11626 -recol2s=13440 -recol2d=7398 -model=model_27267 - -// 26010 -[loc_26010] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27244 - -// 26011 -[loc_26011] -active=no -contrast=15 -ambient=20 -offsety=-82 -model=model_27250 - -// 26012 -[loc_26012] -active=no -contrast=15 -ambient=20 -offsety=-82 -mirror=yes -model=model_27250 - -// 26013 -[loc_26013] -active=no -contrast=15 -ambient=20 -offsety=-82 -model=model_27259 - -// 26014 -[loc_26014] -active=no -contrast=15 -ambient=20 -offsety=-82 -mirror=yes -model=model_27259 - -// 26015 -[loc_26015] -active=no -contrast=15 -ambient=20 -offsety=-82 -model=model_27258 - -// 26016 -[loc_26016] -active=no -contrast=15 -ambient=20 -offsety=-82 -mirror=yes -model=model_27258 - -// 26017 -[loc_26017] -width=2 -length=3 -op1=Climb-down -msi=msi_7 -contrast=15 -ambient=20 -model=model_27243 -name=Stairs - -// 26018 -[loc_26018] -active=no -contrast=15 -ambient=20 -model=model_27260,0 - -// 26019 -[loc_26019] -active=no -contrast=15 -ambient=20 -model=model_27236,0 - -// 26020 -[loc_26020] -width=3 -contrast=15 -ambient=20 -model=model_27242 -name=Table - -// 26021 -[loc_26021] -active=no -contrast=25 -ambient=30 -model=model_27257,Q - -// 26022 -[loc_26022] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27497 - -// 26023 -[loc_26023] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27512 - -// 26024 -[loc_26024] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27503 - -// 26025 -[loc_26025] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_35664 - -// 26026 -[loc_26026] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27499 - -// 26027 -[loc_26027] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27502 - -// 26028 -[loc_26028] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27499 -model2=model_27507 - -// 26029 -[loc_26029] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27502 -model2=model_27507 - -// 26030 -[loc_26030] -active=no -contrast=25 -ambient=30 -model=model_27505,Q - -// 26031 -[loc_26031] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27509 - -// 26032 -[loc_26032] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27511 - -// 26033 -[loc_26033] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27515 - -// 26034 -[loc_26034] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_35663 - -// 26035 -[loc_26035] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -model=model_27498,1 -model=model_27513,3 -model=model_27498,1 -model=model_27513,3 - -// 26036 -[loc_26036] -active=no -blockwalk=no -contrast=15 -ambient=20 -recol1s=16774 -recol1d=9411 -recol2s=14660 -recol2d=8354 -model=model_27495,0 - -// 26037 -[loc_26037] -active=no -blockwalk=no -contrast=15 -ambient=20 -recol1s=16774 -recol1d=9411 -recol2s=14660 -recol2d=8354 -model=model_27496,0 - -// 26038 -[loc_26038] -active=no -blockwalk=no -contrast=15 -ambient=20 -mirror=yes -recol1s=16774 -recol1d=9411 -recol2s=14660 -recol2d=8354 -model=model_27495,0 - -// 26039 -[loc_26039] -active=no -blockwalk=no -contrast=15 -ambient=20 -mirror=yes -recol1s=16774 -recol1d=9411 -recol2s=14660 -recol2d=8354 -model=model_27496,0 - -// 26040 -[loc_26040] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -model=model_27504 - -// 26041 -[loc_26041] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -model=model_27510 - -// 26042 -[loc_26042] -active=yes -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -op1=Exit -blockrange=no -model=model_27508 -name=Gate - -// 26043 -[loc_26043] -width=2 -contrast=15 -ambient=20 -blockrange=no -model=model_27500 -model2=model_27501 -name=Desk - -// 26044 -[loc_26044] -width=2 -contrast=15 -ambient=20 -blockrange=no -model=model_27500 -model2=model_27506 -name=Desk - -// 26045 -[loc_26045] -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_6890 -model=model_27307 -model2=model_27310 -name=Citizen - -// 26046 -[loc_26046] -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_6891 -model=model_27307 -model2=model_27308 -name=Citizen - -// 26047 -[loc_26047] -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_6892 -model=model_27307 -model2=model_27312 -name=Citizen - -// 26048 -[loc_26048] -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_6893 -model=model_27307 -model2=model_27311 -name=Citizen - -// 26049 -[loc_26049] -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_6894 -model=model_27307 -model2=model_27309 -name=Citizen - -// 26050 -[loc_26050] -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_6895 -model=model_27307 -model2=model_27313 -name=Citizen - -// 26051 -[loc_26051] -contrast=15 -ambient=20 -blockwalk=yes -width=2 -length=3 -msi=msi_7 -resizey=180 -model=model_27514 -name=Stairs - -// 26052 -[loc_26052] -contrast=25 -ambient=30 -recol1s=11592 -recol1d=12582 -recol2s=9478 -recol2d=10468 -model=model_27437,0 - -// 26053 -[loc_26053] -op1=Search -forceapproach=east -contrast=15 -ambient=20 -offsetx=16 -offsetz=-5 -recol1s=10501 -recol1d=12582 -recol2s=8388 -recol2d=10468 -recol3s=13637 -recol3d=10594 -recol4s=11522 -recol4d=7560 -recol5s=10465 -recol5d=5352 -model=model_7387 -model2=model_27286 -name=Bookcase - -// 26054 -[loc_26054] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -wallwidth=16 -resizey=104 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27281,1 -model=model_27293,2 -model=model_27288,3 -model=model_27299,4 -model=model_27295,5 - -// 26055 -[loc_26055] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27300,1 - -// 26056 -[loc_26056] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -mirror=yes -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27300,1 - -// 26057 -[loc_26057] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27289,1 -model=model_27279,3 - -// 26058 -[loc_26058] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27292,3 - -// 26059 -[loc_26059] -mirror=yes -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27289,1 -model=model_27279,3 - -// 26060 -[loc_26060] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27280,1 -model=model_27283,2 -model=model_27284,3 -model=model_27285,4 - -// 26061 -[loc_26061] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27290,1 - -// 26062 -[loc_26062] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27287,1 - -// 26063 -[loc_26063] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27282,1 -model=model_27303,3 - -// 26064 -[loc_26064] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27294,3 - -// 26065 -[loc_26065] -mirror=yes -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27282,1 -model=model_27303,3 - -// 26066 -[loc_26066] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27302,1 - -// 26067 -[loc_26067] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27304,1 - -// 26068 -[loc_26068] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27297,1 - -// 26069 -[loc_26069] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -wallwidth=16 -resizey=104 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27301,5 - -// 26070 -[loc_26070] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -wallwidth=16 -resizey=104 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27291,5 - -// 26071 -[loc_26071] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -recol3s=10433 -recol3d=11525 -recol4s=9377 -recol4d=10468 -model=model_27298 - -// 26072 -[loc_26072] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -recol3s=10433 -recol3d=11525 -recol4s=9377 -recol4d=10468 -model=model_27298 - -// 26073 -[loc_26073] -ambient=20 -op1=Search -forceapproach=south -model=model_27453 -name=Statue - -// 26074 -[loc_26074] -width=5 -length=5 -blockwalk=yes -ambient=25 -contrast=15 -model=model_27458 -name=Table - -// 26075 -[loc_26075] -blockwalk=yes -ambient=25 -contrast=15 -model=model_27461 -name=Chair - -// 26076 -[loc_26076] -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_27461 -name=Chair - -// 26077 -[loc_26077] -blockwalk=yes -ambient=25 -contrast=15 -model=model_27462 -name=Chair - -// 26078 -[loc_26078] -blockwalk=yes -ambient=25 -contrast=15 -model=model_27467,1 - -// 26079 -[loc_26079] -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_27467,1 - -// 26080 -[loc_26080] -forcedecor=yes -model=model_27476,0 - -// 26081 -[loc_26081] -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_27467,1 -name=Gate - -// 26082 -[loc_26082] -op1=Open -mirror=yes -active=yes -raiseobject=no -blockrange=no -model=model_27467,1 -name=Gate - -// 26083 -[loc_26083] -op1=Close -active=yes -raiseobject=no -active=no -model=model_27467,1 - -// 26084 -[loc_26084] -op1=Close -mirror=yes -active=yes -raiseobject=no -active=no -model=model_27467,1 - -// 26085 -[loc_26085] -active=no -blockwalk=no -contrast=25 -ambient=30 -model=model_27452,Z - -// 26086 -[loc_26086] -active=no -blockwalk=no -contrast=25 -ambient=30 -model=model_27447,Z - -// 26087 -[loc_26087] -active=no -blockwalk=no -contrast=25 -ambient=30 -model=model_27474,Z - -// 26088 -[loc_26088] -active=no -blockwalk=no -contrast=25 -ambient=30 -model=model_27464,Z - -// 26089 -[loc_26089] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27459,1 -model=model_27471,2 -model=model_27441,3 -model=model_27446,4 -model=model_27454,5 - -// 26090 -[loc_26090] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27449,1 -model=model_27466,2 - -// 26091 -[loc_26091] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27444,1 - -// 26092 -[loc_26092] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27440,1 -model=model_27455,5 - -// 26093 -[loc_26093] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27451,1 -model=model_27469,2 - -// 26094 -[loc_26094] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27460,1 - -// 26095 -[loc_26095] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27463,1 - -// 26096 -[loc_26096] -active=no -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27457 - -// 26097 -[loc_26097] -active=no -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -mirror=yes -model=model_27457 - -// 26098 -[loc_26098] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27478,1 -model=model_27470,3 -model=model_27477,4 - -// 26099 -[loc_26099] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27468,1 - -// 26100 -[loc_26100] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -mirror=yes -model=model_27468,1 - -// 26101 -[loc_26101] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27465,1 - -// 26102 -[loc_26102] -active=no -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27475 - -// 26103 -[loc_26103] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27448,1 -model=model_27473,2 -model=model_27456,5 - -// 26104 -[loc_26104] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27472,1 - -// 26105 -[loc_26105] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_27450,1 - -// 26106 -[loc_26106] -width=2 -length=4 -op1=Climb-up -sharelight=yes -forceapproach=south -msi=msi_7 -recol1s=14624 -recol1d=10502 -recol2s=12512 -recol2d=8388 -model=model_27445 -name=Staircase - -// 26107 -[loc_26107] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=16708 -recol1d=10502 -recol2s=12514 -recol2d=8388 -recol3s=11457 -recol3d=6274 -model=model_27442 -name=Ladder - -// 26108 -[loc_26108] -active=no -ambient=40 -contrast=35 -model=model_27443,Q - -// 26109 -[loc_26109] -op2=Investigate -model=model_27296 -name=Spiders' nest - -// 26110 -[loc_26110] -active=yes -op2=Investigate -op3=Break -contrast=15 -ambient=20 -sharelight=yes -blockwalk=yes -resizey=105 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27297,1 -name=Smashed window - -// 26111 -[loc_26111] -active=yes -op2=Investigate -op3=Break -contrast=15 -ambient=20 -sharelight=yes -blockwalk=yes -resizey=105 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27304,1 -name=Smashed window - -// 26112 -[loc_26112] -active=yes -op2=Investigate -op3=Break -contrast=15 -ambient=20 -sharelight=yes -blockwalk=yes -resizey=105 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -model=model_27302,1 -name=Window - -// 26113 -[loc_26113] -length=2 -op1=Search -ambient=20 -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -model=model_27323 -name=Bookcase - -// 26114 -[loc_26114] -active=yes -op1=Open -contrast=25 -ambient=30 -model=model_27342,1 -name=Odd looking wall - -// 26115 -[loc_26115] -active=yes -op1=Open -contrast=25 -ambient=30 -model=model_27334,1 -name=Odd looking wall - -// 26116 -[loc_26116] -active=yes -contrast=25 -ambient=30 -model=model_27342,1 -name=Odd looking wall - -// 26117 -[loc_26117] -active=yes -contrast=25 -ambient=30 -model=model_27334,1 -name=Odd looking wall - -// 26118 -[loc_26118] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -model=model_27375 -name=Ladder - -// 26119 -[loc_26119] -active=yes -forcedecor=yes -op1=Climb-down -ambient=25 -contrast=25 -blockwalk=yes -model=model_27322,0 -name=Trapdoor - -// 26120 -[loc_26120] -width=2 -length=2 -op2=Investigate -model=model_27537 -name=Sinclair family compost heap - -// 26121 -[loc_26121] -op2=Investigate -bgsound=synth_3045,3 -ambient=20 -contrast=15 -model=model_27529 -name=Sinclair family beehive - -// 26122 -[loc_26122] -op2=Take From -contrast=15 -ambient=20 -recol1s=9543 -recol1d=15719 -recol2s=13605 -recol2d=15719 -recol3s=12548 -recol3d=12582 -recol4s=11491 -recol4d=12582 -recol5s=10434 -recol5d=10468 -recol6s=7297 -recol6d=10468 -model=model_27536 -name=Barrel of flour - -// 26123 -[loc_26123] -active=yes -multivar=varplayerbit_3889 -multiloc=0,loc_26110 -multiloc=1,loc_26111 -multiloc=2,loc_26112 - -// 26124 -[loc_26124] -active=no -ambient=25 -contrast=25 -model=model_27559,Q - -// 26125 -[loc_26125] -active=no -ambient=25 -contrast=25 -model=model_27557,Q - -// 26126 -[loc_26126] -active=no -ambient=25 -contrast=25 -model=model_27558,Q - -// 26127 -[loc_26127] -active=no -blockwalk=yes -contrast=15 -ambient=20 -model=model_27531 -model2=model_27539 - -// 26128 -[loc_26128] -active=no -blockwalk=yes -contrast=15 -ambient=20 -model=model_27531 -model2=model_27528 - -// 26129 -[loc_26129] -active=no -blockwalk=yes -contrast=15 -ambient=20 -model=model_27531 -model2=model_27538 - -// 26130 -[loc_26130] -op1=Open -active=yes -raiseobject=no -contrast=15 -ambient=20 -blockrange=no -model=model_27540,1 -name=Gate - -// 26131 -[loc_26131] -op1=Open -mirror=yes -active=yes -raiseobject=no -contrast=15 -ambient=20 -blockrange=no -model=model_27535,1 -name=Gate - -// 26132 -[loc_26132] -op1=Close -active=yes -raiseobject=no -active=yes -contrast=15 -ambient=20 -model=model_27540,1 -name=Gate - -// 26133 -[loc_26133] -op1=Close -mirror=yes -active=yes -raiseobject=no -active=yes -contrast=15 -ambient=20 -model=model_27535,1 -name=Gate - -// 26134 -[loc_26134] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27544,1 -model=model_27541,2 -model=model_27542,3 -model=model_27543,4 -model=model_27546,5 - -// 26135 -[loc_26135] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_27545,1 - -// 26136 -[loc_26136] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27545,1 - -// 26137 -[loc_26137] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -anim=seq_6931 -model=model_27554,Q -name=Fly paper - -// 26138 -[loc_26138] -ambient=25 -contrast=15 -model=model_27534,0 - -// 26139 -[loc_26139] -ambient=25 -contrast=15 -model=model_27532,0 - -// 26140 -[loc_26140] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -recol3s=11425 -recol3d=10468 -recol4s=12482 -recol4d=11525 -model=model_27533 -name=Gramophone - -// 26141 -[loc_26141] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -recol1s=14695 -recol1d=10468 -recol2s=10467 -recol2d=15719 -model=model_27530 -name=Gramophone - -// 26142 -[loc_26142] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_27527 -name=Table - -// 26143 -[loc_26143] -forceapproach=south -op2=Spin -ambient=25 -contrast=15 -model=model_27564 -name=Spinning wheel - -// 26144 -[loc_26144] -width=2 -length=2 -op1=Climb-up -forceapproach=east -sharelight=yes -msi=msi_7 -ambient=20 -contrast=15 -resizey=159 -model=model_27596 -name=Staircase - -// 26145 -[loc_26145] -width=2 -length=2 -op1=Climb-up -forceapproach=east -sharelight=yes -msi=msi_7 -ambient=20 -contrast=15 -resizey=159 -mirror=yes -model=model_27596 -name=Staircase - -// 26146 -[loc_26146] -width=2 -length=2 -op1=Climb-up -forceapproach=east -sharelight=yes -msi=msi_7 -ambient=20 -contrast=15 -model=model_27596 -name=Staircase - -// 26147 -[loc_26147] -width=2 -length=2 -op1=Climb-up -forceapproach=east -sharelight=yes -msi=msi_7 -ambient=20 -contrast=15 -mirror=yes -model=model_27596 -name=Staircase - -// 26148 -[loc_26148] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -ambient=20 -contrast=15 -resizey=159 -model=model_27594 -name=Staircase - -// 26149 -[loc_26149] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -ambient=20 -contrast=15 -model=model_27594 -name=Staircase - -// 26150 -[loc_26150] -width=2 -length=2 -op1=Climb-down -forceapproach=south -sharelight=yes -msi=msi_7 -ambient=20 -contrast=15 -resizey=159 -mirror=yes -model=model_27594 -name=Staircase - -// 26151 -[loc_26151] -width=2 -length=2 -op1=Climb-down -forceapproach=south -sharelight=yes -msi=msi_7 -ambient=20 -contrast=15 -mirror=yes -model=model_27594 -name=Staircase - -// 26152 -[loc_26152] -blockwalk=no -active=no -sharelight=yes -ambient=20 -contrast=15 -resizey=159 -model=model_27569,1 -model=model_27570,2 - -// 26153 -[loc_26153] -active=no -sharelight=yes -ambient=20 -contrast=15 -model=model_27565,0 - -// 26154 -[loc_26154] -active=no -sharelight=yes -ambient=20 -contrast=15 -resizey=159 -model=model_27588,1 -model=model_27584,2 - -// 26155 -[loc_26155] -active=no -ambient=20 -contrast=15 -recol1s=6274 -recol1d=12581 -recol2s=7331 -recol2d=14695 -recol3s=8388 -recol3d=10467 -model=model_22681 - -// 26156 -[loc_26156] -active=no -sharelight=yes -ambient=20 -contrast=15 -resizey=159 -model=model_27566,1 -model=model_27590,2 -model=model_27593,3 -model=model_27572,5 - -// 26157 -[loc_26157] -active=no -sharelight=yes -ambient=20 -contrast=15 -model=model_27566,1 -model=model_27590,2 -model=model_27593,3 -model=model_27572,5 - -// 26158 -[loc_26158] -active=no -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_92 -retex1d=material_96 -model=model_27577 - -// 26159 -[loc_26159] -active=no -sharelight=yes -ambient=20 -contrast=15 -resizey=159 -model=model_27577 - -// 26160 -[loc_26160] -active=no -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -recol1s=22095 -recol1d=24275 -retex1s=material_92 -retex1d=material_96 -model=model_27577 - -// 26161 -[loc_26161] -active=no -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -resizey=159 -model=model_27577 - -// 26162 -[loc_26162] -active=no -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_92 -retex1d=material_96 -model=model_27591,1 - -// 26163 -[loc_26163] -active=no -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_92 -retex1d=material_96 -model=model_27599,1 - -// 26164 -[loc_26164] -active=no -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -model=model_27580,2 -model=model_27585,5 - -// 26165 -[loc_26165] -active=no -sharelight=yes -ambient=20 -contrast=15 -resizey=159 -model=model_27571,1 - -// 26166 -[loc_26166] -active=no -sharelight=yes -ambient=20 -contrast=15 -resizey=159 -model=model_27589,1 -model=model_27582,3 - -// 26167 -[loc_26167] -active=no -sharelight=yes -ambient=20 -contrast=15 -resizey=159 -model=model_27587,1 - -// 26168 -[loc_26168] -active=no -sharelight=yes -ambient=20 -contrast=15 -model=model_27571,1 - -// 26169 -[loc_26169] -active=no -sharelight=yes -ambient=20 -contrast=15 -msi=msi_72 -retex1s=material_92 -retex1d=material_96 -model=model_27579 - -// 26170 -[loc_26170] -active=no -sharelight=yes -ambient=20 -contrast=15 -msi=msi_72 -retex1s=material_92 -retex1d=material_96 -model=model_27573 - -// 26171 -[loc_26171] -active=no -ambient=20 -contrast=15 -resizey=159 -model=model_27567,Q - -// 26172 -[loc_26172] -active=no -ambient=20 -contrast=15 -model=model_27567,Q - -// 26173 -[loc_26173] -active=no -sharelight=yes -ambient=20 -contrast=15 -model=model_27595 - -// 26174 -[loc_26174] -active=no -sharelight=yes -ambient=20 -contrast=15 -model=model_27598 - -// 26175 -[loc_26175] -active=no -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -model=model_27598 - -// 26176 -[loc_26176] -active=no -sharelight=yes -ambient=20 -contrast=15 -model=model_27578 -model2=model_27576 - -// 26177 -[loc_26177] -active=no -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -model=model_27578 - -// 26178 -[loc_26178] -active=no -sharelight=yes -ambient=20 -contrast=15 -model=model_27592 -model2=model_27583 - -// 26179 -[loc_26179] -active=no -sharelight=yes -ambient=20 -contrast=15 -model=model_27574 -model2=model_27581 - -// 26180 -[loc_26180] -active=no -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -model=model_27574 - -// 26181 -[loc_26181] -active=no -sharelight=yes -ambient=20 -contrast=15 -model=model_27597 -model2=model_27568 - -// 26182 -[loc_26182] -active=no -sharelight=yes -ambient=15 -contrast=10 -resizey=159 -hillskew=yes -model=model_27605,1 -model=model_27603,2 -model=model_27601,3 -model=model_27602,5 - -// 26183 -[loc_26183] -active=no -sharelight=yes -ambient=15 -contrast=10 -hillskew=yes -model=model_27605,1 -model=model_27603,2 -model=model_27601,3 -model=model_27602,5 - -// 26184 -[loc_26184] -active=no -sharelight=yes -ambient=15 -contrast=10 -resizey=159 -hillskew=yes -model=model_27604,1 - -// 26185 -[loc_26185] -active=no -sharelight=yes -ambient=15 -contrast=10 -hillskew=yes -model=model_27604,1 - -// 26186 -[loc_26186] -active=no -sharelight=yes -ambient=15 -contrast=10 -resizey=159 -hillskew=yes -model=model_27606,1 - -// 26187 -[loc_26187] -active=no -sharelight=yes -ambient=15 -contrast=10 -hillskew=yes -model=model_27606,1 - -// 26188 -[loc_26188] -active=yes -sharelight=yes -ambient=15 -contrast=10 -resizey=159 -mirror=yes -hillskew=yes -op1=Open -model=model_27606,1 -name=Locked door - -// 26189 -[loc_26189] -active=yes -sharelight=yes -ambient=15 -contrast=10 -mirror=yes -hillskew=yes -op1=Open -model=model_27606,1 -name=Locked door - -// 26190 -[loc_26190] -active=no -ambient=15 -contrast=10 -resizey=159 -hillskew=yes -model=model_27600 - -// 26191 -[loc_26191] -blockwalk=no -active=yes -op1=Pull -forceapproach=south -model=model_27607 -name=Lever - -// 26192 -[loc_26192] -active=no -op1=Examine -op2=Warm-by -anim=seq_478 -length=3 -bgsound=synth_2066,3 -retex1s=material_163 -retex1d=material_82 -model=model_27608 - -// 26193 -[loc_26193] -active=yes -ambient=20 -contrast=15 -op1=Open -model=model_27586 -name=Chest - -// 26194 -[loc_26194] -blockwalk=no -active=yes -op1=Pull -forceapproach=south -retex1s=material_159 -retex1d=material_265 -model=model_27607 -name=Lever - -// 26195 -[loc_26195] -active=yes -contrast=25 -ambient=25 -blockwalk=yes -bgsound=synth_4472,1 -anim=seq_5598 -model=model_42332,Q -name=Torch - -// 26196 -[loc_26196] -active=no -contrast=25 -ambient=25 -anim=seq_9154 -bgsound=synth_4472,1 -hardshadow=no -recol1s=8422 -recol1d=7397 -recol2s=6308 -recol2d=6340 -recolhsl3s=6287 -recolhsl3d=10512 -recol4s=4194 -recol4d=4226 -recolhsl5s=5385 -recolhsl5d=10760 -model=model_34003,Q - -// 26197 -[loc_26197] -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -sharelight=yes -blockrange=no -recolhsl1s=8222 -recolhsl1d=20 -recolhsl2s=8226 -recolhsl2d=24 -recolhsl3s=8242 -recolhsl3d=28 -recolhsl4s=8247 -recolhsl4d=32 -retex1s=material_377 -retex1d=material_96 -retex2s=material_105 -retex2d=material_96 -model=model_36515 -name=Staircase - -// 26198 -[loc_26198] -op1=Climb -op2=Climb-up -op3=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -sharelight=yes -blockrange=no -recolhsl1s=8222 -recolhsl1d=20 -recolhsl2s=8226 -recolhsl2d=24 -recolhsl3s=8242 -recolhsl3d=28 -recolhsl4s=8247 -recolhsl4d=32 -retex1s=material_377 -retex1d=material_96 -retex2s=material_105 -retex2d=material_96 -model=model_36517 -name=Staircase - -// 26199 -[loc_26199] -op1=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -sharelight=yes -blockrange=no -recolhsl1s=8222 -recolhsl1d=20 -recolhsl2s=8226 -recolhsl2d=24 -recolhsl3s=8242 -recolhsl3d=28 -recolhsl4s=8247 -recolhsl4d=32 -retex1s=material_377 -retex1d=material_96 -retex2s=material_105 -retex2d=material_96 -model=model_36520 -name=Staircase - -// 26200 -[loc_26200] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,230 -op1=Inspect -blockrange=no -recol1s=10533 -recol1d=9478 -recol2s=9476 -recol2d=8421 -recol3s=8419 -recol3d=7364 -recol4s=6305 -recol4d=6307 -model=model_8012 -name=Tree stump - -// 26201 -[loc_26201] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14747 -name=Tree - -// 26202 -[loc_26202] -hillskew=yes -ambient=30 -op1=Inspect -model=model_42521,0 -name=Bush - -// 26203 -[loc_26203] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,230 -op1=Inspect -blockrange=no -recol1s=10533 -recol1d=9478 -recol2s=9476 -recol2d=8421 -recol3s=8419 -recol3d=7364 -recol4s=6305 -recol4d=6307 -model=model_8012 -name=Tree stump - -// 26204 -[loc_26204] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14747 -name=Tree - -// 26205 -[loc_26205] -hillskew=yes -ambient=30 -op1=Inspect -model=model_42521,0 -name=Bush - -// 26206 -[loc_26206] -hillskew=yes -ambient=30 -op1=Inspect -blockwalk=yes -model=model_42520,0 -name=Rock - -// 26207 -[loc_26207] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recol1s=5249 -recol1d=9444 -recol2s=10467 -recol2d=13672 -model=model_25086,1 -name=Large door - -// 26208 -[loc_26208] -width=2 -length=3 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -resizey=160 -model=model_1176 -name=Staircase - -// 26209 -[loc_26209] -blockwalk=no -length=2 -ambient=10 -contrast=10 -model=model_27618 -name=Skeleton - -// 26210 -[loc_26210] -blockwalk=no -length=2 -ambient=10 -contrast=10 -model=model_27619 -name=Skeleton - -// 26211 -[loc_26211] -blockwalk=no -ambient=10 -contrast=10 -model=model_27620 -name=Skeleton - -// 26212 -[loc_26212] -blockwalk=no -length=2 -ambient=10 -contrast=10 -model=model_27617 -name=Skeleton - -// 26213 -[loc_26213] -blockwalk=no -ambient=10 -contrast=10 -model=model_27612 -name=Bones - -// 26214 -[loc_26214] -blockwalk=no -ambient=10 -contrast=10 -model=model_27613 -name=Bones - -// 26215 -[loc_26215] -blockwalk=no -ambient=10 -contrast=10 -model=model_27614 -name=Bones - -// 26216 -[loc_26216] -blockwalk=no -recol1s=28436 -recol1d=19023 -model=model_1079 -name=Skeleton - -// 26217 -[loc_26217] -active=yes -ambient=10 -contrast=10 -width=2 -length=2 -blockrange=no -model=model_27615 -name=Crushed skeleton - -// 26218 -[loc_26218] -active=yes -ambient=10 -contrast=10 -blockrange=no -model=model_27616 -name=Skeleton - -// 26219 -[loc_26219] -forcedecor=yes -mapfunction=75 -model=model_1105,0 - -// 26220 -[loc_26220] -blockwalk=no -ambient=10 -contrast=10 -model=model_27717,0 - -// 26221 -[loc_26221] -blockwalk=no -ambient=10 -contrast=10 -model=model_27714,0 - -// 26222 -[loc_26222] -blockwalk=no -ambient=10 -contrast=10 -model=model_27716,0 - -// 26223 -[loc_26223] -blockwalk=no -ambient=10 -contrast=10 -model=model_27713,0 - -// 26224 -[loc_26224] -blockwalk=no -ambient=10 -contrast=10 -model=model_27715,0 - -// 26225 -[loc_26225] -blockwalk=no -ambient=10 -contrast=10 -model=model_27712,0 - -// 26226 -[loc_26226] -blockwalk=no -recol1s=28436 -recol1d=17931 -model=model_28292,0 - -// 26227 -[loc_26227] -blockwalk=no -recol1s=28436 -recol1d=17931 -model=model_1079 -name=Skeleton - -// 26228 -[loc_26228] -blockwalk=no -recol1s=28436 -recol1d=17931 -model=model_28291,0 - -// 26229 -[loc_26229] -width=2 -length=3 -hillskew=yes -model=model_27961 -name=Battle tower - -// 26230 -[loc_26230] -width=2 -length=3 -hillskew=yes -model=model_27959 -name=Broken catapult - -// 26231 -[loc_26231] -width=3 -length=3 -hillskew=yes -model=model_27957 -name=Crossbow - -// 26232 -[loc_26232] -hillskew=yes -model=model_27931 -name=Chain - -// 26233 -[loc_26233] -width=2 -length=3 -hillskew=yes -model=model_27963 -name=Battering ram - -// 26234 -[loc_26234] -hillskew=yes -ambient=25 -model=model_27954 -name=Arrow - -// 26235 -[loc_26235] -hillskew=yes -ambient=25 -model=model_27969 -name=Broken mast - -// 26236 -[loc_26236] -hillskew=yes -ambient=25 -model=model_27936 -name=Skeleton - -// 26237 -[loc_26237] -width=2 -length=2 -hillskew=yes -ambient=25 -model=model_27972 -name=Wheel - -// 26238 -[loc_26238] -hillskew=yes -ambient=25 -model=model_27942 -name=Hammer - -// 26239 -[loc_26239] -hillskew=yes -ambient=25 -model=model_27971 -name=Armour - -// 26240 -[loc_26240] -width=2 -hillskew=yes -ambient=25 -model=model_27958 -name=Ladder - -// 26241 -[loc_26241] -hillskew=yes -ambient=25 -model=model_27950 -name=Crate - -// 26242 -[loc_26242] -hillskew=yes -ambient=25 -model=model_27940 -name=Arm - -// 26243 -[loc_26243] -hillskew=yes -ambient=25 -model=model_27941 -name=Barrels - -// 26244 -[loc_26244] -hillskew=yes -ambient=25 -model=model_27947,0 - -// 26245 -[loc_26245] -hillskew=yes -ambient=25 -model=model_27934,0 - -// 26246 -[loc_26246] -hillskew=yes -ambient=25 -model=model_27955,0 - -// 26247 -[loc_26247] -length=2 -hillskew=yes -ambient=25 -model=model_27948 -name=Old axe - -// 26248 -[loc_26248] -hillskew=yes -ambient=25 -model=model_27945 -name=Column - -// 26249 -[loc_26249] -hillskew=yes -ambient=25 -model=model_27932 -name=Cannonball - -// 26250 -[loc_26250] -hillskew=yes -ambient=25 -resizex=100 -resizez=100 -model=model_27939 -name=Spikes - -// 26251 -[loc_26251] -hillskew=yes -ambient=25 -model=model_27949 -name=Crate - -// 26252 -[loc_26252] -hillskew=yes -ambient=25 -model=model_27952 -name=Spikes - -// 26253 -[loc_26253] -hillskew=yes -ambient=25 -model=model_27964 -name=Barrels - -// 26254 -[loc_26254] -hillskew=yes -ambient=25 -model=model_27935 -name=Barrels - -// 26255 -[loc_26255] -hillskew=yes -ambient=25 -model=model_27953 -name=Pole - -// 26256 -[loc_26256] -hillskew=yes -ambient=25 -model=model_27943 -name=Catapult - -// 26257 -[loc_26257] -hillskew=yes -ambient=25 -model=model_27965 -name=Crates - -// 26258 -[loc_26258] -hillskew=yes -ambient=25 -model=model_27956 -name=Crates - -// 26259 -[loc_26259] -hillskew=yes -ambient=25 -model=model_27933 -name=Crossbow - -// 26260 -[loc_26260] -hillskew=yes -ambient=25 -model=model_27966 -name=Crates - -// 26261 -[loc_26261] -hillskew=yes -ambient=25 -model=model_27951 -name=Crates - -// 26262 -[loc_26262] -hillskew=yes -ambient=25 -model=model_27967 -name=Spikes - -// 26263 -[loc_26263] -hillskew=yes -ambient=25 -model=model_27938 -name=Wood - -// 26264 -[loc_26264] -hillskew=yes -ambient=25 -model=model_27944 -name=Spikes - -// 26265 -[loc_26265] -hillskew=yes -ambient=25 -model=model_27946 -name=Stormram - -// 26266 -[loc_26266] -hillskew=yes -ambient=25 -model=model_27937 -name=Skullshield - -// 26267 -[loc_26267] -hillskew=yes -ambient=25 -model=model_27962 -name=Barrels - -// 26268 -[loc_26268] -hillskew=yes -ambient=25 -model=model_27970 -name=Boards - -// 26269 -[loc_26269] -hillskew=yes -ambient=25 -model=model_27960 -name=Crane - -// 26270 -[loc_26270] -hillskew=yes -ambient=25 -model=model_27968 -name=Handle - -// 26271 -[loc_26271] -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27994 -model2=model_27989 -name=Frozen warrior - -// 26272 -[loc_26272] -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27990 -model2=model_27993 -name=Frozen warrior - -// 26273 -[loc_26273] -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27979 -model2=model_27976 -name=Frozen warrior - -// 26274 -[loc_26274] -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27986 -model2=model_27985 -name=Frozen warrior - -// 26275 -[loc_26275] -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27982 -name=Frozen warrior - -// 26276 -[loc_26276] -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27988 -name=Frozen warrior - -// 26277 -[loc_26277] -length=2 -width=2 -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27977 -model2=model_27981 -name=Frozen warrior - -// 26278 -[loc_26278] -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27975 -name=Frozen warrior - -// 26279 -[loc_26279] -length=2 -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27978 -name=Frozen warrior - -// 26280 -[loc_26280] -length=2 -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27991 -name=Frozen warrior - -// 26281 -[loc_26281] -length=3 -width=3 -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27992 -name=Frozen demon - -// 26282 -[loc_26282] -length=3 -width=3 -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27983 -model2=model_27995 -name=Frozen demon - -// 26283 -[loc_26283] -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -model=model_27984 -name=Frozen orc - -// 26284 -[loc_26284] -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -length=2 -model=model_27987 -name=Frozen orc - -// 26285 -[loc_26285] -active=yes -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -length=2 -width=2 -model=model_27980 -name=Frozen orc - -// 26286 -[loc_26286] -active=yes -blockwalk=yes -length=4 -width=4 -ambient=15 -op1=Pray-at -op2=Teleport -model=model_27813 -name=Zamorak altar - -// 26287 -[loc_26287] -active=yes -blockwalk=yes -length=4 -width=4 -ambient=15 -op1=Pray-at -op2=Teleport -model=model_27827 -name=Saradomin altar - -// 26288 -[loc_26288] -active=yes -blockwalk=yes -length=3 -width=3 -ambient=15 -op1=Pray-at -op2=Teleport -model=model_27838 -model2=model_27824 -name=Armadyl altar - -// 26289 -[loc_26289] -active=yes -blockwalk=yes -length=3 -width=3 -ambient=15 -op1=Pray-at -op2=Teleport -model=model_27839 -name=Bandos altar - -// 26290 -[loc_26290] -active=no -length=3 -width=3 -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_11 -model=model_27815 - -// 26291 -[loc_26291] -anim=seq_6982 -active=yes -hillskew=yes -ambient=100 -length=5 -width=5 -contrast=20 -shadow=no -model=model_28000 -name=Big hole - -// 26292 -[loc_26292] -active=yes -model=model_27917 -name=Rope - -// 26293 -[loc_26293] -active=yes -ambient=25 -contrast=25 -op1=Climb -model=model_27920 -name=Rope - -// 26294 -[loc_26294] -active=yes -multivar=varplayerbit_3933 -multiloc=0,loc_26292 -multiloc=1,loc_26297 - -// 26295 -[loc_26295] -width=2 -op2=Climb-down -model=model_27919 -name=Rock - -// 26296 -[loc_26296] -width=2 -op1=Tie-rope -model=model_27916 -name=Rock - -// 26297 -[loc_26297] -active=yes -ambient=25 -contrast=25 -op1=Climb-up -model=model_27920 -name=Rope - -// 26298 -[loc_26298] -active=yes -multivar=varplayerbit_3934 -multiloc=0,loc_26292 -multiloc=1,loc_26297 - -// 26299 -[loc_26299] -width=2 -op2=Climb-down -model=model_27919 -name=Rock - -// 26300 -[loc_26300] -width=2 -op1=Tie-rope -model=model_27916 -name=Rock - -// 26301 -[loc_26301] -active=yes -ambient=25 -contrast=25 -op1=Climb-up -model=model_27920 -name=Rope - -// 26302 -[loc_26302] -length=9 -active=yes -sharelight=yes -anim=seq_6069 -ambient=25 -contrast=25 -model=model_23316 -name=Pillar - -// 26303 -[loc_26303] -length=9 -active=yes -sharelight=yes -op1=Grapple -ambient=25 -contrast=25 -model=model_23314 -name=Pillar - -// 26304 -[loc_26304] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_23315 - -// 26305 -[loc_26305] -active=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Crawl-through -model=model_27913 -name=Little crack - -// 26306 -[loc_26306] -active=yes -blockwalk=yes -length=2 -width=2 -op3=Search -blockrange=no -model=model_27898 -name=Knight - -// 26307 -[loc_26307] -length=2 -sharelight=yes -active=no -blockwalk=yes -model=model_27906 - -// 26308 -[loc_26308] -width=2 -sharelight=yes -active=no -blockwalk=yes -model=model_27900 - -// 26309 -[loc_26309] -width=2 -sharelight=yes -active=no -blockwalk=yes -model=model_27901 - -// 26310 -[loc_26310] -width=2 -sharelight=yes -active=no -blockwalk=yes -model=model_27904 - -// 26311 -[loc_26311] -width=2 -sharelight=yes -active=no -blockwalk=yes -model=model_27907 - -// 26312 -[loc_26312] -active=no -blockwalk=yes -model=model_27912 - -// 26313 -[loc_26313] -active=no -hillskew=yes -model=model_27905,0 - -// 26314 -[loc_26314] -active=no -hillskew=yes -mirror=yes -model=model_27905,0 - -// 26315 -[loc_26315] -active=no -hillskew=yes -model=model_27897,0 - -// 26316 -[loc_26316] -active=no -hillskew=yes -model=model_27911,0 - -// 26317 -[loc_26317] -active=no -hillskew=yes -model=model_27899,0 - -// 26318 -[loc_26318] -length=2 -width=2 -active=no -blockwalk=yes -ambient=15 -blockrange=no -model=model_27894 - -// 26319 -[loc_26319] -hillskew=yes -unknown90=yes -recol1s=32767 -recol1d=26525 -model=model_1095,0 - -// 26320 -[loc_26320] -hillskew=yes -unknown90=yes -recol1s=32767 -recol1d=26525 -model=model_1112,0 - -// 26321 -[loc_26321] -hillskew=yes -unknown90=yes -recol1s=32767 -recol1d=26525 -model=model_1126,0 - -// 26322 -[loc_26322] -hillskew=yes -active=no -blockwalk=yes -length=2 -width=2 -blockrange=no -model=model_27891 - -// 26323 -[loc_26323] -hillskew=yes -op1=Climb -msi=msi_11 -forcedecor=yes -blockwalk=yes -recol1s=12580 -recol1d=26525 -model=model_1743,0 -name=Rocky handholds - -// 26324 -[loc_26324] -hillskew=yes -op1=Climb -msi=msi_11 -forcedecor=yes -blockwalk=yes -recol1s=12580 -recol1d=26525 -model=model_1743,0 -name=Rocky handholds - -// 26325 -[loc_26325] -hillskew=yes -msi=msi_11 -forcedecor=yes -blockwalk=yes -recol1s=12580 -recol1d=26525 -model=model_1784,0 - -// 26326 -[loc_26326] -hillskew=yes -forcedecor=yes -recol1s=12580 -recol1d=26525 -model=model_1794,0 - -// 26327 -[loc_26327] -hillskew=yes -op1=Climb -msi=msi_11 -forcedecor=yes -blockwalk=yes -recol1s=12580 -recol1d=10504 -model=model_1743,0 -name=Rocky handholds - -// 26328 -[loc_26328] -hillskew=yes -op1=Climb -msi=msi_11 -forcedecor=yes -blockwalk=yes -recol1s=12580 -recol1d=10504 -model=model_1743,0 -name=Rocky handholds - -// 26329 -[loc_26329] -hillskew=yes -msi=msi_11 -forcedecor=yes -blockwalk=yes -recol1s=12580 -recol1d=10504 -model=model_1784,0 - -// 26330 -[loc_26330] -hillskew=yes -forcedecor=yes -recol1s=12580 -recol1d=10504 -model=model_1794,0 - -// 26331 -[loc_26331] -hillskew=yes -active=no -blockwalk=no -model=model_27902,0 - -// 26332 -[loc_26332] -hillskew=yes -active=no -blockwalk=no -model=model_27903,0 - -// 26333 -[loc_26333] -hillskew=yes -active=no -blockwalk=no -model=model_27892,0 - -// 26334 -[loc_26334] -active=no -blockwalk=yes -ambient=25 -length=3 -msi=msi_11 -blockrange=no -model=model_27908 - -// 26335 -[loc_26335] -active=no -blockwalk=yes -ambient=25 -length=2 -width=2 -msi=msi_11 -blockrange=no -model=model_27896 - -// 26336 -[loc_26336] -active=no -blockwalk=yes -ambient=25 -length=3 -width=3 -msi=msi_11 -blockrange=no -model=model_27909 - -// 26337 -[loc_26337] -active=no -blockwalk=yes -ambient=25 -msi=msi_11 -blockrange=no -model=model_27910 - -// 26338 -[loc_26338] -active=yes -blockwalk=yes -length=3 -width=4 -ambient=25 -op1=Move -blockrange=no -model=model_27914 -name=Boulder - -// 26339 -[loc_26339] -active=yes -blockwalk=yes -length=3 -width=4 -ambient=25 -blockrange=no -model=model_27895 -name=Boulder - -// 26340 -[loc_26340] -active=yes -blockwalk=yes -sharelight=yes -length=4 -width=4 -op1=Tie-rope -hardshadow=no -blockrange=no -model=model_27840 -name=Hole - -// 26341 -[loc_26341] -active=yes -blockwalk=yes -sharelight=yes -length=4 -width=4 -op1=Climb-down -hardshadow=no -blockrange=no -model=model_27828 -name=Hole - -// 26342 -[loc_26342] -active=yes -length=4 -width=4 -hardshadow=no -multivar=varplayerbit_3932 -multiloc=0,loc_26340 -multiloc=1,loc_26341 - -// 26343 -[loc_26343] -active=yes -blockwalk=yes -sharelight=yes -op1=Tie-rope -blockrange=no -model=model_27890 -name=Broken pillar - -// 26344 -[loc_26344] -active=yes -blockwalk=yes -sharelight=yes -blockrange=no -model=model_27893 -name=Broken pillar - -// 26345 -[loc_26345] -active=yes -ambient=25 -contrast=25 -op1=Climb-down -model=model_27918 -name=Rope - -// 26346 -[loc_26346] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28102,1 -model=model_28130,2 -model=model_28120,5 - -// 26347 -[loc_26347] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28118,1 - -// 26348 -[loc_26348] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28128,1 -model=model_28125,5 - -// 26349 -[loc_26349] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28092,1 - -// 26350 -[loc_26350] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28127,1 -model=model_28097,2 -model=model_28101,5 - -// 26351 -[loc_26351] -sharelight=yes -ambient=25 -contrast=20 -hillskew=yes -active=no -blockwalk=no -model=model_28093 - -// 26352 -[loc_26352] -sharelight=yes -ambient=25 -contrast=20 -hillskew=yes -active=no -model=model_28095 - -// 26353 -[loc_26353] -sharelight=yes -ambient=25 -contrast=20 -hillskew=yes -active=no -model=model_28117 - -// 26354 -[loc_26354] -sharelight=yes -ambient=25 -contrast=20 -hillskew=yes -active=no -model=model_28087 - -// 26355 -[loc_26355] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28111,1 - -// 26356 -[loc_26356] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28104,1 - -// 26357 -[loc_26357] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -mirror=yes -shadow=no -model=model_28104,1 - -// 26358 -[loc_26358] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28115,1 -model=model_28123,2 -model=model_28100,5 - -// 26359 -[loc_26359] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28126,1 - -// 26360 -[loc_26360] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28119,1 - -// 26361 -[loc_26361] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28088,1 -model=model_28106,5 - -// 26362 -[loc_26362] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28112,1 - -// 26363 -[loc_26363] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28103,1 -model=model_28109,5 - -// 26364 -[loc_26364] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28116,1 - -// 26365 -[loc_26365] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27921 - -// 26366 -[loc_26366] -mirror=yes -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27921 - -// 26367 -[loc_26367] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27927 - -// 26368 -[loc_26368] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27925 - -// 26369 -[loc_26369] -mirror=yes -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27925 - -// 26370 -[loc_26370] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27926 - -// 26371 -[loc_26371] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27924 - -// 26372 -[loc_26372] -mirror=yes -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27924 - -// 26373 -[loc_26373] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27929 - -// 26374 -[loc_26374] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27930 - -// 26375 -[loc_26375] -mirror=yes -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27930 - -// 26376 -[loc_26376] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27922 - -// 26377 -[loc_26377] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27928 - -// 26378 -[loc_26378] -mirror=yes -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27928 - -// 26379 -[loc_26379] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27923 - -// 26380 -[loc_26380] -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_28113 -name=Frozen door - -// 26381 -[loc_26381] -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_28114 -name=Frozen door - -// 26382 -[loc_26382] -active=no -length=3 -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_28099 - -// 26383 -[loc_26383] -active=no -mirror=yes -length=3 -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_28099 - -// 26384 -[loc_26384] -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Bang -active=yes -model=model_28122,1 -name=Big door - -// 26385 -[loc_26385] -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -active=no -model=model_28096 - -// 26386 -[loc_26386] -active=no -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28108,Z - -// 26387 -[loc_26387] -active=yes -mirror=yes -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28108,Z -name=Door - -// 26388 -[loc_26388] -active=no -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28089,1 - -// 26389 -[loc_26389] -active=no -mirror=yes -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28089,1 - -// 26390 -[loc_26390] -active=no -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28091,1 - -// 26391 -[loc_26391] -active=no -mirror=yes -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28091,1 - -// 26392 -[loc_26392] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_27816,1 -model=model_27836,5 - -// 26393 -[loc_26393] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_27812,1 - -// 26394 -[loc_26394] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_27829,1 - -// 26395 -[loc_26395] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_27842,1 - -// 26396 -[loc_26396] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_27821,1 - -// 26397 -[loc_26397] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -model=model_27834,1 - -// 26398 -[loc_26398] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -model=model_27826,1 - -// 26399 -[loc_26399] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_27843,1 - -// 26400 -[loc_26400] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_27845,1 - -// 26401 -[loc_26401] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_27830 - -// 26402 -[loc_26402] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_27817 - -// 26403 -[loc_26403] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_27820 - -// 26404 -[loc_26404] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -model=model_27814 - -// 26405 -[loc_26405] -active=no -blockwalk=yes -ambient=25 -contrast=25 -blockrange=no -model=model_27833 - -// 26406 -[loc_26406] -active=no -blockwalk=yes -ambient=25 -contrast=25 -blockrange=no -model=model_27822 - -// 26407 -[loc_26407] -active=no -blockwalk=yes -ambient=25 -contrast=25 -blockrange=no -model=model_27819 - -// 26408 -[loc_26408] -active=no -hillskew=yes -blockwalk=yes -length=2 -width=2 -ambient=25 -contrast=25 -model=model_27837 - -// 26409 -[loc_26409] -active=no -hillskew=yes -blockwalk=yes -length=2 -width=2 -ambient=25 -contrast=25 -msi=msi_11 -model=model_27846 - -// 26410 -[loc_26410] -shadow=no -length=2 -width=2 -active=no -ambient=25 -contrast=25 -model=model_28257 - -// 26411 -[loc_26411] -shadow=no -active=no -ambient=25 -contrast=25 -model=model_28255 - -// 26412 -[loc_26412] -shadow=no -length=2 -width=2 -active=no -ambient=25 -contrast=25 -model=model_28258 - -// 26413 -[loc_26413] -anim=seq_3743 -shadow=no -length=2 -width=2 -active=no -ambient=25 -contrast=25 -model=model_28256 - -// 26414 -[loc_26414] -active=yes -ambient=30 -contrast=30 -width=2 -length=2 -anim=seq_5771 -bgsound=synth_3087,5 -model=model_22050 -name=Large geyser - -// 26415 -[loc_26415] -ambient=80 -contrast=30 -anim=seq_6995 -shadow=no -model=model_28001 -name=Snow - -// 26416 -[loc_26416] -active=no -ambient=25 -contrast=20 -shadow=no -hillskew=yes -model=model_28124 - -// 26417 -[loc_26417] -anim=seq_6996 -blockwalk=no -resizey=256 -ambient=35 -model=model_27915 -name=Snowfall - -// 26418 -[loc_26418] -anim=seq_7007 -width=3 -length=3 -shadow=no -sharelight=yes -ambient=26 -model=model_27850 -name=Waterfall - -// 26419 -[loc_26419] -anim=seq_7007 -width=3 -length=3 -shadow=no -sharelight=yes -ambient=26 -contrast=20 -model=model_27848 -name=Waterfall - -// 26420 -[loc_26420] -anim=seq_7007 -width=3 -length=3 -shadow=no -sharelight=yes -ambient=26 -model=model_27851 -name=Waterfall - -// 26421 -[loc_26421] -anim=seq_7007 -width=3 -length=3 -shadow=no -sharelight=yes -ambient=26 -contrast=20 -model=model_27849 -name=Waterfall - -// 26422 -[loc_26422] -anim=seq_7007 -width=3 -length=2 -shadow=no -sharelight=yes -ambient=25 -contrast=20 -model=model_27847 -name=Waterfall - -// 26423 -[loc_26423] -active=no -length=3 -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_28129 - -// 26424 -[loc_26424] -active=no -mirror=yes -length=3 -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_28129 - -// 26425 -[loc_26425] -ambient=25 -contrast=25 -active=yes -op1=Open -raiseobject=no -shadow=no -model=model_28098,1 -name=Big door - -// 26426 -[loc_26426] -ambient=25 -contrast=25 -active=yes -op1=Open -raiseobject=no -shadow=no -model=model_28098,1 -name=Big door - -// 26427 -[loc_26427] -ambient=25 -contrast=25 -active=yes -op1=Open -raiseobject=no -shadow=no -model=model_28098,1 -name=Big door - -// 26428 -[loc_26428] -ambient=25 -contrast=25 -active=yes -op1=Open -raiseobject=no -shadow=no -model=model_28098,1 -name=Big door - -// 26429 -[loc_26429] -active=no -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28107,1 - -// 26430 -[loc_26430] -active=no -mirror=yes -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28107,1 - -// 26431 -[loc_26431] -active=no -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28105,1 - -// 26432 -[loc_26432] -active=no -mirror=yes -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28105,1 - -// 26433 -[loc_26433] -active=no -length=3 -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_28121 - -// 26434 -[loc_26434] -active=no -mirror=yes -length=3 -blockwalk=no -sharelight=yes -ambient=25 -contrast=25 -model=model_28121 - -// 26435 -[loc_26435] -active=no -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28110,1 - -// 26436 -[loc_26436] -active=no -mirror=yes -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28110,1 - -// 26437 -[loc_26437] -active=no -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28094,1 - -// 26438 -[loc_26438] -active=no -mirror=yes -blockwalk=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_28094,1 - -// 26439 -[loc_26439] -shadow=no -blockwalk=no -op1=Climb-off -model=model_21617,0 -name=Ice bridge - -// 26440 -[loc_26440] -resizex=100 -resizey=100 -resizez=100 -ambient=25 -op1=Search -recol1s=13639 -recol1d=16776 -recol2s=12582 -recol2d=15719 -recol3s=11525 -recol3d=13639 -recol4s=10468 -recol4d=12582 -recol5s=9411 -recol5d=11525 -recol6s=8354 -recol6d=10468 -model=model_5256 -name=Crate - -// 26441 -[loc_26441] -randomsound=5,30,5,synth_3839,synth_3841,synth_3836,synth_3841,synth_3887,synth_3841,synth_3855,synth_3841,synth_3841 -active=no -model=model_1105,0 - -// 26442 -[loc_26442] -randomsound=5,30,5,synth_3839,synth_3841,synth_3836,synth_3841,synth_3887,synth_3841,synth_3855,synth_3841,synth_3841 -active=no -model=model_1105,0 - -// 26443 -[loc_26443] -sharelight=yes -active=no -hillskew=yes -contrast=25 -model=model_28283,1 -model=model_28288,2 -model=model_28279,5 - -// 26444 -[loc_26444] -active=yes -width=2 -multivar=varplayerbit_3933 -multiloc=0,loc_26296 -multiloc=1,loc_26295 - -// 26445 -[loc_26445] -active=yes -width=2 -multivar=varplayerbit_3934 -multiloc=0,loc_26300 -multiloc=1,loc_26299 - -// 26446 -[loc_26446] -active=yes -width=2 -length=2 -multivar=varplayerbit_3936 -multiloc=1,loc_26306 - -// 26447 -[loc_26447] -sharelight=yes -active=no -hillskew=yes -contrast=25 -model=model_28274,1 - -// 26448 -[loc_26448] -sharelight=yes -active=no -hillskew=yes -contrast=25 -model=model_28285,1 - -// 26449 -[loc_26449] -sharelight=yes -active=no -hillskew=yes -contrast=25 -model=model_28281,1 -model=model_28284,2 -model=model_28280,5 - -// 26450 -[loc_26450] -sharelight=yes -active=no -hillskew=yes -contrast=25 -model=model_28276,1 - -// 26451 -[loc_26451] -sharelight=yes -active=no -hillskew=yes -contrast=25 -model=model_28275,1 - -// 26452 -[loc_26452] -sharelight=yes -active=no -hillskew=yes -contrast=25 -model=model_28287,1 -model=model_28282,2 -model=model_28278,5 - -// 26453 -[loc_26453] -sharelight=yes -active=no -hillskew=yes -contrast=25 -model=model_28277,1 - -// 26454 -[loc_26454] -sharelight=yes -active=no -hillskew=yes -contrast=25 -model=model_28286,1 - -// 26455 -[loc_26455] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -contrast=25 -model=model_27856 - -// 26456 -[loc_26456] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -contrast=25 -model=model_27869 - -// 26457 -[loc_26457] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -contrast=25 -model=model_27879 - -// 26458 -[loc_26458] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -length=2 -width=2 -contrast=25 -model=model_27870 -model2=model_27872 - -// 26459 -[loc_26459] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -contrast=25 -model=model_27853 - -// 26460 -[loc_26460] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -contrast=25 -model=model_27858 - -// 26461 -[loc_26461] -active=no -blockwalk=no -hillskew=yes -contrast=25 -model=model_27854 -model2=model_27884 - -// 26462 -[loc_26462] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -contrast=25 -model=model_27880 - -// 26463 -[loc_26463] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -contrast=25 -model=model_27867 - -// 26464 -[loc_26464] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -mirror=yes -contrast=25 -model=model_27880 - -// 26465 -[loc_26465] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -mirror=yes -contrast=25 -model=model_27867 - -// 26466 -[loc_26466] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -contrast=25 -model=model_27873 - -// 26467 -[loc_26467] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -contrast=25 -model=model_27878 - -// 26468 -[loc_26468] -anim=seq_7066 -length=2 -width=2 -active=no -blockwalk=no -model=model_27865 -model2=model_27877 - -// 26469 -[loc_26469] -length=4 -width=4 -active=no -blockwalk=no -model=model_27866 -model2=model_27883 - -// 26470 -[loc_26470] -length=2 -active=no -blockwalk=no -model=model_27875 - -// 26471 -[loc_26471] -anim=seq_7066 -length=2 -width=2 -active=no -model=model_27886 - -// 26472 -[loc_26472] -anim=seq_7067 -length=2 -width=2 -active=no -model=model_27997 - -// 26473 -[loc_26473] -anim=seq_7066 -active=no -blockwalk=no -model=model_27859 - -// 26474 -[loc_26474] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -model=model_27862 - -// 26475 -[loc_26475] -length=2 -width=2 -active=no -blockwalk=no -sharelight=yes -hillskew=yes -model=model_27868 - -// 26476 -[loc_26476] -anim=seq_7066 -length=4 -width=4 -active=no -blockwalk=no -sharelight=yes -model=model_27888 -model2=model_27874 - -// 26477 -[loc_26477] -anim=seq_7066 -length=2 -active=no -blockwalk=no -model=model_27871 - -// 26478 -[loc_26478] -anim=seq_7067 -length=2 -active=no -blockwalk=no -model=model_27996 - -// 26479 -[loc_26479] -anim=seq_7066 -active=no -blockwalk=no -length=2 -width=2 -model=model_27881 -model2=model_27857 - -// 26480 -[loc_26480] -active=no -blockwalk=no -length=2 -width=2 -model=model_27855 -model2=model_27887 -model3=model_27870 - -// 26481 -[loc_26481] -anim=seq_7067 -length=4 -width=2 -active=no -blockwalk=no -model=model_27889 -model2=model_27998 -model3=model_27999 - -// 26482 -[loc_26482] -anim=seq_7066 -active=no -blockwalk=no -model=model_27860 - -// 26483 -[loc_26483] -anim=seq_7066 -active=no -blockwalk=no -model=model_27885 - -// 26484 -[loc_26484] -anim=seq_3440 -resizex=250 -resizey=250 -resizez=250 -ambient=25 -active=no -bgsound=synth_3076,5 -model=model_13745,8 -model=model_13746,0 - -// 26485 -[loc_26485] -length=2 -width=2 -active=no -blockwalk=no -model=model_27876 -model2=model_27882 - -// 26486 -[loc_26486] -length=2 -width=2 -active=no -blockwalk=no -ambient=-50 -model=model_27861 - -// 26487 -[loc_26487] -resizey=150 -active=no -model=model_1209 - -// 26488 -[loc_26488] -length=3 -msi=msi_7 -op1=Climb -sharelight=yes -mirror=yes -ambient=25 -recol1s=6272 -recol1d=14692 -retex1s=material_23 -retex1d=material_35 -model=model_4428 -name=Staircase - -// 26489 -[loc_26489] -length=3 -msi=msi_7 -op1=Climb -sharelight=yes -mirror=yes -model=model_4428 -name=Staircase - -// 26490 -[loc_26490] -active=no -sharelight=yes -occlude=yes -ambient=25 -blockwalk=no -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_35 -model=model_28294 - -// 26491 -[loc_26491] -active=no -sharelight=yes -occlude=yes -mirror=yes -ambient=25 -blockwalk=no -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_35 -model=model_28294 - -// 26492 -[loc_26492] -active=no -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -blockwalk=no -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_28294 - -// 26493 -[loc_26493] -active=no -sharelight=yes -occlude=yes -mirror=yes -ambient=25 -contrast=25 -blockwalk=no -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_28294 - -// 26494 -[loc_26494] -model=model_28293 -name=Crate - -// 26495 -[loc_26495] -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_28293 -name=Crate - -// 26496 -[loc_26496] -active=no -forcedecor=yes -hillskew=yes -hardshadow=no -model=model_35900,0 - -// 26497 -[loc_26497] -active=no -forcedecor=yes -hillskew=yes -hardshadow=no -model=model_35900,0 - -// 26498 -[loc_26498] -active=no -forcedecor=yes -length=4 -width=2 -ambient=10 -contrast=10 -model=model_28295 - -// 26499 -[loc_26499] -active=no -ambient=25 -contrast=25 -model=model_28478 - -// 26500 -[loc_26500] -active=no -ambient=25 -contrast=25 -mirror=yes -model=model_28479 - -// 26501 -[loc_26501] -active=no -ambient=25 -contrast=25 -model=model_28484 - -// 26502 -[loc_26502] -active=no -ambient=25 -contrast=25 -model=model_28482 - -// 26503 -[loc_26503] -active=no -ambient=25 -contrast=25 -model=model_28481 - -// 26504 -[loc_26504] -active=no -ambient=25 -contrast=25 -model=model_28477 - -// 26505 -[loc_26505] -active=no -ambient=25 -contrast=25 -mirror=yes -model=model_28482 - -// 26506 -[loc_26506] -active=no -ambient=25 -contrast=25 -model=model_28485 - -// 26507 -[loc_26507] -active=no -ambient=25 -contrast=25 -model=model_28486 - -// 26508 -[loc_26508] -active=no -ambient=25 -contrast=25 -mirror=yes -model=model_28477 - -// 26509 -[loc_26509] -active=no -ambient=25 -contrast=25 -model=model_28480 - -// 26510 -[loc_26510] -active=no -ambient=25 -contrast=25 -model=model_28483 - -// 26511 -[loc_26511] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28401,0 - -// 26512 -[loc_26512] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28389,0 - -// 26513 -[loc_26513] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28370,0 - -// 26514 -[loc_26514] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28403,0 - -// 26515 -[loc_26515] -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28358,0 - -// 26516 -[loc_26516] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28375 - -// 26517 -[loc_26517] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -msi=msi_7 -model=model_28388 - -// 26518 -[loc_26518] -active=yes -blockwalk=no -ambient=25 -contrast=25 -op1=Climb-up -msi=msi_7 -forceapproach=west -model=model_28408,Q -name=Ladder - -// 26519 -[loc_26519] -active=yes -sharelight=yes -blockwalk=no -op1=Climb-down -msi=msi_7 -forceapproach=north -model=model_28360 -name=Ladder - -// 26520 -[loc_26520] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28396 - -// 26521 -[loc_26521] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28371 - -// 26522 -[loc_26522] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28371 - -// 26523 -[loc_26523] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28405 - -// 26524 -[loc_26524] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28405 - -// 26525 -[loc_26525] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28364 - -// 26526 -[loc_26526] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28369 - -// 26527 -[loc_26527] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28383 - -// 26528 -[loc_26528] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28361 - -// 26529 -[loc_26529] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28369 - -// 26530 -[loc_26530] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28383 - -// 26531 -[loc_26531] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28361 - -// 26532 -[loc_26532] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28386 - -// 26533 -[loc_26533] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28386 - -// 26534 -[loc_26534] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28368 - -// 26535 -[loc_26535] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28368 - -// 26536 -[loc_26536] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28362 - -// 26537 -[loc_26537] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28362 - -// 26538 -[loc_26538] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -blockrange=no -model=model_28387,1 -model=model_28400,2 - -// 26539 -[loc_26539] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -blockrange=no -model=model_28380,1 - -// 26540 -[loc_26540] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -blockrange=no -model=model_28380,1 - -// 26541 -[loc_26541] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -retex1s=material_72 -retex1d=material_418 -model=model_28373,1 -model=model_28391,2 - -// 26542 -[loc_26542] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -retex1s=material_72 -retex1d=material_418 -model=model_28377 - -// 26543 -[loc_26543] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -retex1s=material_72 -retex1d=material_418 -model=model_28363 - -// 26544 -[loc_26544] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -retex1s=material_72 -retex1d=material_418 -model=model_28363 - -// 26545 -[loc_26545] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -retex1s=material_72 -retex1d=material_418 -model=model_28417,1 - -// 26546 -[loc_26546] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -retex1s=material_72 -retex1d=material_418 -model=model_28398,1 - -// 26547 -[loc_26547] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -retex1s=material_72 -retex1d=material_418 -model=model_28398,1 - -// 26548 -[loc_26548] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -width=2 -retex1s=material_72 -retex1d=material_418 -model=model_28413 - -// 26549 -[loc_26549] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -width=2 -retex1s=material_72 -retex1d=material_418 -model=model_28357 - -// 26550 -[loc_26550] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -width=2 -mirror=yes -retex1s=material_72 -retex1d=material_418 -model=model_28357 - -// 26551 -[loc_26551] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28374 -model2=model_28390 - -// 26552 -[loc_26552] -active=no -ambient=25 -contrast=25 -model=model_28416,Q - -// 26553 -[loc_26553] -active=no -ambient=25 -contrast=25 -model=model_28412,Q - -// 26554 -[loc_26554] -active=no -ambient=25 -contrast=25 -model=model_28366,Q - -// 26555 -[loc_26555] -active=no -ambient=25 -contrast=25 -model=model_28399,Q - -// 26556 -[loc_26556] -active=no -ambient=25 -contrast=25 -model=model_27559,Q - -// 26557 -[loc_26557] -active=no -ambient=25 -contrast=25 -model=model_27557,Q - -// 26558 -[loc_26558] -active=no -ambient=25 -contrast=25 -model=model_27558,Q - -// 26559 -[loc_26559] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28365,1 - -// 26560 -[loc_26560] -sharelight=yes -blockwalk=yes -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_28372,1 -name=Metal door - -// 26561 -[loc_26561] -sharelight=yes -blockwalk=yes -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -model=model_28372,1 -name=Metal door - -// 26562 -[loc_26562] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28365,1 - -// 26563 -[loc_26563] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28379 - -// 26564 -[loc_26564] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28385 - -// 26565 -[loc_26565] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28376 - -// 26566 -[loc_26566] -active=no -blockwalk=yes -ambient=25 -contrast=25 -model=model_28409 - -// 26567 -[loc_26567] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28385 - -// 26568 -[loc_26568] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28376 - -// 26569 -[loc_26569] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28409 - -// 26570 -[loc_26570] -active=yes -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -op1=Exit -model=model_28410 -name=Sewer exit - -// 26571 -[loc_26571] -active=yes -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -op1=Exit -model=model_28411 -name=Sewer exit - -// 26572 -[loc_26572] -active=yes -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -op1=Exit -model=model_28356 -name=Sewer exit - -// 26573 -[loc_26573] -active=yes -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -op1=Exit -mirror=yes -model=model_28410 -name=Sewer exit - -// 26574 -[loc_26574] -active=yes -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -op1=Exit -mirror=yes -model=model_28411 -name=Sewer exit - -// 26575 -[loc_26575] -active=yes -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -op1=Exit -mirror=yes -model=model_28356 -name=Sewer exit - -// 26576 -[loc_26576] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_28454,1 -model=model_28460,2 -model=model_28453,5 - -// 26577 -[loc_26577] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_28458,1 -model=model_28459,2 -model=model_28456,5 -model=model_28454,1 -model=model_28460,2 -model=model_28453,5 - -// 26578 -[loc_26578] -sharelight=yes -blockwalk=no -hillskew=yes -ambient=25 -contrast=25 -anim=seq_7087 -bgsound=synth_3142,3 -model=model_28462 -name=Gas - -// 26579 -[loc_26579] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -anim=seq_7087 -model=model_28462 -name=Gas jet - -// 26580 -[loc_26580] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_28457,1 - -// 26581 -[loc_26581] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_28455,1 -model=model_28457,1 - -// 26582 -[loc_26582] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=12580 -recol1d=7330 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 26583 -[loc_26583] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=12580 -recol1d=7330 -model=model_787 - -// 26584 -[loc_26584] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=12580 -recol1d=7330 -model=model_20628 - -// 26585 -[loc_26585] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=12580 -recol1d=7330 -model=model_20627 - -// 26586 -[loc_26586] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=12580 -recol1d=7330 -retex1s=material_70 -retex1d=material_418 -model=model_28471 - -// 26587 -[loc_26587] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -retex1s=material_70 -retex1d=material_418 -model=model_28473 - -// 26588 -[loc_26588] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -retex1s=material_70 -retex1d=material_418 -model=model_28472 - -// 26589 -[loc_26589] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -retex1s=material_70 -retex1d=material_418 -model=model_28470 - -// 26590 -[loc_26590] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -retex1s=material_70 -retex1d=material_418 -model=model_28475 - -// 26591 -[loc_26591] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -retex1s=material_70 -retex1d=material_418 -model=model_28474 - -// 26592 -[loc_26592] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -retex1s=material_70 -retex1d=material_418 -model=model_28476 - -// 26593 -[loc_26593] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -offsety=-80 -recol1s=12580 -recol1d=7330 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 26594 -[loc_26594] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -offsety=-80 -recol1s=12580 -recol1d=7330 -model=model_787 - -// 26595 -[loc_26595] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -offsety=-80 -recol1s=12580 -recol1d=7330 -model=model_20628 - -// 26596 -[loc_26596] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -offsety=-80 -recol1s=12580 -recol1d=7330 -model=model_20627 - -// 26597 -[loc_26597] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -anim=seq_7097 -model=model_28464 - -// 26598 -[loc_26598] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -anim=seq_7097 -model=model_28467 - -// 26599 -[loc_26599] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -anim=seq_7097 -model=model_28469 - -// 26600 -[loc_26600] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -anim=seq_7097 -model=model_28466 - -// 26601 -[loc_26601] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -model=model_28452,1 - -// 26602 -[loc_26602] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28452,1 - -// 26603 -[loc_26603] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -retex1s=material_72 -retex1d=material_70 -model=model_28397 - -// 26604 -[loc_26604] -anim=seq_5415 -shadow=no -active=no -ambient=25 -contrast=25 -blockwalk=no -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -recol1s=32225 -recol1d=4261 -retex1s=material_57 -retex1d=material_178 -model=model_28313 - -// 26605 -[loc_26605] -anim=seq_5415 -shadow=no -active=no -ambient=25 -contrast=25 -blockwalk=no -recol1s=32225 -recol1d=4261 -retex1s=material_57 -retex1d=material_178 -model=model_28313 - -// 26606 -[loc_26606] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28430,0 - -// 26607 -[loc_26607] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28418,0 - -// 26608 -[loc_26608] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28427,0 - -// 26609 -[loc_26609] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28429,0 - -// 26610 -[loc_26610] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28420,0 - -// 26611 -[loc_26611] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28419,0 - -// 26612 -[loc_26612] -active=no -hillskew=yes -ambient=25 -contrast=25 -mirror=yes -forcedecor=yes -model=model_28429,0 - -// 26613 -[loc_26613] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28424,0 - -// 26614 -[loc_26614] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28422,0 - -// 26615 -[loc_26615] -active=no -hillskew=yes -ambient=25 -contrast=25 -mirror=yes -forcedecor=yes -model=model_28419,0 - -// 26616 -[loc_26616] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28426,0 - -// 26617 -[loc_26617] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28425,0 - -// 26618 -[loc_26618] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28428,0 - -// 26619 -[loc_26619] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28423,0 - -// 26620 -[loc_26620] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28431,0 - -// 26621 -[loc_26621] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_28421,0 - -// 26622 -[loc_26622] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_28415 - -// 26623 -[loc_26623] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -mirror=yes -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_28415 - -// 26624 -[loc_26624] -active=no -ambient=25 -contrast=25 -model=model_28393,0 - -// 26625 -[loc_26625] -active=no -ambient=25 -contrast=25 -model=model_28406,0 - -// 26626 -[loc_26626] -active=no -ambient=25 -contrast=25 -model=model_28382,0 - -// 26627 -[loc_26627] -active=no -ambient=25 -contrast=25 -model=model_28395,0 - -// 26628 -[loc_26628] -active=no -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12125,0 - -// 26629 -[loc_26629] -active=no -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12126,0 - -// 26630 -[loc_26630] -active=no -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12129,0 - -// 26631 -[loc_26631] -active=no -ambient=25 -contrast=25 -hardshadow=no -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12130,0 - -// 26632 -[loc_26632] -active=no -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12131,0 - -// 26633 -[loc_26633] -active=no -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_28381,0 - -// 26634 -[loc_26634] -active=no -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_28367,0 - -// 26635 -[loc_26635] -active=no -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_28359,0 - -// 26636 -[loc_26636] -active=no -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_28378,0 - -// 26637 -[loc_26637] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12125,0 - -// 26638 -[loc_26638] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12126,0 - -// 26639 -[loc_26639] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12129,0 - -// 26640 -[loc_26640] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12130,0 - -// 26641 -[loc_26641] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12131,0 - -// 26642 -[loc_26642] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28521 - -// 26643 -[loc_26643] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28512 - -// 26644 -[loc_26644] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28521 - -// 26645 -[loc_26645] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28512 - -// 26646 -[loc_26646] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28519 - -// 26647 -[loc_26647] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28518 - -// 26648 -[loc_26648] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28523 - -// 26649 -[loc_26649] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28516 - -// 26650 -[loc_26650] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28520 - -// 26651 -[loc_26651] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28522 - -// 26652 -[loc_26652] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28516 - -// 26653 -[loc_26653] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28517 - -// 26654 -[loc_26654] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28514 - -// 26655 -[loc_26655] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28522 - -// 26656 -[loc_26656] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28513 - -// 26657 -[loc_26657] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28515 - -// 26658 -[loc_26658] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28500 - -// 26659 -[loc_26659] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28499 - -// 26660 -[loc_26660] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28496 - -// 26661 -[loc_26661] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28493 - -// 26662 -[loc_26662] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28501 - -// 26663 -[loc_26663] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28498 - -// 26664 -[loc_26664] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28493 - -// 26665 -[loc_26665] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28497 - -// 26666 -[loc_26666] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28495 - -// 26667 -[loc_26667] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28498 - -// 26668 -[loc_26668] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28502 - -// 26669 -[loc_26669] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28494 - -// 26670 -[loc_26670] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -blockwalk=yes -width=2 -length=2 -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28505 - -// 26671 -[loc_26671] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -blockwalk=yes -width=2 -length=2 -recol1s=10435 -recol1d=8387 -recol2s=9377 -recol2d=7330 -recol3s=8320 -recol3d=6273 -recol4s=7264 -recol4d=5216 -recol5s=11491 -recol5d=9444 -recol6s=13605 -recol6d=13638 -model=model_28506 - -// 26672 -[loc_26672] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -blockwalk=yes -width=2 -length=2 -recol1s=10435 -recol1d=8387 -recol2s=9377 -recol2d=7330 -recol3s=8320 -recol3d=6273 -recol4s=7264 -recol4d=5216 -recol5s=11491 -recol5d=9444 -recol6s=13605 -recol6d=13638 -model=model_28508 - -// 26673 -[loc_26673] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -blockwalk=yes -width=2 -length=2 -recol1s=10435 -recol1d=8387 -recol2s=9377 -recol2d=7330 -recol3s=8320 -recol3d=6273 -recol4s=7264 -recol4d=5216 -recol5s=11491 -recol5d=9444 -recol6s=13605 -recol6d=13638 -model=model_28510 - -// 26674 -[loc_26674] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -blockwalk=yes -width=3 -length=2 -recol1s=10435 -recol1d=8387 -recol2s=9377 -recol2d=7330 -recol3s=8320 -recol3d=6273 -recol4s=7264 -recol4d=5216 -recol5s=11491 -recol5d=9444 -recol6s=13605 -recol6d=13638 -model=model_28503 - -// 26675 -[loc_26675] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=10435 -recol1d=8387 -recol2s=9377 -recol2d=7330 -recol3s=8320 -recol3d=6273 -recol4s=7264 -recol4d=5216 -recol5s=11491 -recol5d=9444 -recol6s=13605 -recol6d=13638 -model=model_28527 - -// 26676 -[loc_26676] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=10435 -recol1d=8387 -recol2s=9377 -recol2d=7330 -recol3s=8320 -recol3d=6273 -recol4s=7264 -recol4d=5216 -recol5s=11491 -recol5d=9444 -recol6s=13605 -recol6d=13638 -model=model_28526 - -// 26677 -[loc_26677] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -recol1s=10435 -recol1d=8387 -recol2s=9377 -recol2d=7330 -recol3s=8320 -recol3d=6273 -recol4s=7264 -recol4d=5216 -recol5s=11491 -recol5d=9444 -recol6s=13605 -recol6d=13638 -model=model_28526 - -// 26678 -[loc_26678] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=10435 -recol1d=8387 -recol2s=9377 -recol2d=7330 -recol3s=8320 -recol3d=6273 -recol4s=7264 -recol4d=5216 -recol5s=11491 -recol5d=9444 -recol6s=13605 -recol6d=13638 -model=model_28524 - -// 26679 -[loc_26679] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -recol1s=10435 -recol1d=11558 -recol2s=9377 -recol2d=7330 -recol3s=8320 -recol3d=6273 -recol4s=7264 -recol4d=5216 -recol5s=11491 -recol5d=9444 -recol6s=13605 -recol6d=13638 -model=model_28525 - -// 26680 -[loc_26680] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -blockwalk=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=12548 -recol5d=11558 -model=model_28509 - -// 26681 -[loc_26681] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -blockwalk=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=12548 -recol5d=11558 -model=model_28507 - -// 26682 -[loc_26682] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -blockwalk=yes -width=2 -length=2 -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=12548 -recol5d=11558 -model=model_28511 - -// 26683 -[loc_26683] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -blockwalk=yes -width=2 -length=2 -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=12548 -recol5d=11558 -model=model_28504 - -// 26684 -[loc_26684] -active=yes -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -op1=Enter -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28530 -name=Sewer entrance - -// 26685 -[loc_26685] -active=yes -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -op1=Enter -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28529 -name=Sewer entrance - -// 26686 -[loc_26686] -active=yes -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -op1=Enter -mirror=yes -recol1s=8320 -recol1d=7330 -recol2s=9377 -recol2d=8387 -recol3s=10434 -recol3d=9444 -recol4s=11491 -recol4d=10501 -recol5s=11556 -recol5d=13670 -recol6s=12581 -recol6d=13638 -model=model_28530 -name=Sewer entrance - -// 26687 -[loc_26687] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -model=model_28535 - -// 26688 -[loc_26688] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -mirror=yes -model=model_28535 - -// 26689 -[loc_26689] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -model=model_28533 - -// 26690 -[loc_26690] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -mirror=yes -model=model_28533 - -// 26691 -[loc_26691] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -model=model_28534 - -// 26692 -[loc_26692] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28528 - -// 26693 -[loc_26693] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28531 - -// 26694 -[loc_26694] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28532 - -// 26695 -[loc_26695] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -mirror=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28528 - -// 26696 -[loc_26696] -active=no -sharelight=yes -contrast=25 -ambient=25 -blockwalk=yes -mirror=yes -recol1s=9377 -recol1d=7330 -recol2s=10434 -recol2d=8387 -recol3s=11491 -recol3d=9444 -recol4s=13637 -recol4d=11558 -recol5s=11556 -recol5d=13670 -recol6s=10435 -recol6d=8387 -model=model_28531 - -// 26697 -[loc_26697] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=11558 -recol2s=10537 -recol2d=10501 -recol3s=9480 -recol3d=9444 -recol4s=8423 -recol4d=8387 -model=model_12125,0 - -// 26698 -[loc_26698] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=11558 -recol2s=10537 -recol2d=10501 -recol3s=9480 -recol3d=9444 -recol4s=8423 -recol4d=8387 -model=model_12126,0 - -// 26699 -[loc_26699] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=11558 -recol2s=10537 -recol2d=10501 -recol3s=9480 -recol3d=9444 -recol4s=8423 -recol4d=8387 -model=model_12129,0 - -// 26700 -[loc_26700] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=11558 -recol2s=10537 -recol2d=10501 -recol3s=9480 -recol3d=9444 -recol4s=8423 -recol4d=8387 -model=model_12130,0 - -// 26701 -[loc_26701] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=11558 -recol2s=10537 -recol2d=10501 -recol3s=9480 -recol3d=9444 -recol4s=8423 -recol4d=8387 -model=model_12131,0 - -// 26702 -[loc_26702] -sharelight=yes -active=yes -ambient=25 -contrast=25 -model=model_28384,1 -name=Secure door - -// 26703 -[loc_26703] -sharelight=yes -active=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28384,1 -name=Secure door - -// 26704 -[loc_26704] -bgsound=synth_3899,11 -active=no -model=model_1105,0 - -// 26705 -[loc_26705] -bgsound=synth_3899,9 -active=no -model=model_1105,0 - -// 26706 -[loc_26706] -sharelight=yes -blockwalk=yes -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_28372,1 -name=Metal door - -// 26707 -[loc_26707] -sharelight=yes -blockwalk=yes -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -model=model_28372,1 -name=Metal door - -// 26708 -[loc_26708] -anim=seq_7097 -model=model_28466 -name=Pipe - -// 26709 -[loc_26709] -anim=seq_7097 -model=model_28464 -name=Pipe - -// 26710 -[loc_26710] -anim=seq_7097 -model=model_28467 -name=Pipe - -// 26711 -[loc_26711] -anim=seq_7097 -model=model_28469 -name=Pipe - -// 26712 -[loc_26712] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_28540 - -// 26713 -[loc_26713] -active=yes -sharelight=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -op1=Enter -model=model_28544 -name=Warped tree roots - -// 26714 -[loc_26714] -active=yes -sharelight=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -mirror=yes -op1=Enter -model=model_28544 -name=Warped tree roots - -// 26715 -[loc_26715] -active=yes -sharelight=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -op1=Enter -model=model_28547 -name=Warped tree roots - -// 26716 -[loc_26716] -active=yes -sharelight=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -model=model_28545 -name=Parted tree roots - -// 26717 -[loc_26717] -active=yes -sharelight=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -mirror=yes -model=model_28545 -name=Parted tree roots - -// 26718 -[loc_26718] -active=yes -length=3 -sharelight=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -offsety=-135 -model=model_28543 -name=Warped tree roots - -// 26719 -[loc_26719] -active=yes -length=3 -sharelight=yes -shadow=no -contrast=25 -ambient=25 -blockwalk=yes -offsety=-135 -model=model_28546 -name=Parted tree roots - -// 26720 -[loc_26720] -active=yes -hillskew=yes -ambient=10 -contrast=10 -width=3 -length=3 -op1=Talk-to -model=model_28488 -name=Spirit tree - -// 26721 -[loc_26721] -active=yes -hillskew=yes -ambient=10 -contrast=10 -width=3 -length=3 -op1=Talk-to -op2=Teleport -model=model_28487 -name=Spirit tree - -// 26722 -[loc_26722] -active=yes -hillskew=yes -ambient=10 -contrast=10 -width=5 -length=5 -model=model_28488 -model2=model_28489 -name=Spirit tree - -// 26723 -[loc_26723] -active=yes -blockwalk=yes -width=3 -length=3 -blockrange=no -multivar=varplayerbit_3959 -multiloc=0,loc_26720 -multiloc=1,loc_26720 -multiloc=2,loc_26720 -multiloc=3,loc_26721 -multiloc=4,loc_26721 - -// 26724 -[loc_26724] -length=9 -active=yes -sharelight=yes -offsety=-102 -sharelight=yes -anim=seq_6069 -model=model_28550 -name=Tree - -// 26725 -[loc_26725] -length=9 -active=yes -sharelight=yes -op1=Grapple -model=model_28551 -name=Tree - -// 26726 -[loc_26726] -active=yes -ambient=10 -contrast=10 -anim=seq_7118 -model=model_28492 -name=Healthorg - -// 26727 -[loc_26727] -anim=seq_7115 -model=model_28448 -model2=model_28447 -name=Human food - -// 26728 -[loc_26728] -anim=seq_7117 -model=model_28451 -model2=model_28449 -name=Human food - -// 26729 -[loc_26729] -anim=seq_7117 -model=model_28450 -model2=model_28449 -name=Human food - -// 26730 -[loc_26730] -active=no -anim=seq_7120 -ambient=45 -contrast=30 -model=model_28434 -model2=model_28433 - -// 26731 -[loc_26731] -width=5 -length=5 -anim=seq_7138 -ambient=15 -model=model_28488 -model2=model_28489 -name=Spirit tree - -// 26732 -[loc_26732] -active=yes -ambient=10 -contrast=10 -model=model_28491 -name=Healthorg - -// 26733 -[loc_26733] -active=yes -ambient=10 -contrast=10 -model=model_28490 -name=Healthorg - -// 26734 -[loc_26734] -active=yes -model=model_28392,Q -name=Alarm button - -// 26735 -[loc_26735] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -retex1s=material_72 -retex1d=material_418 -model=model_28414,1 - -// 26736 -[loc_26736] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -anim=seq_7097 -retex1s=material_72 -retex1d=material_418 -model=model_28465 - -// 26737 -[loc_26737] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_28468 - -// 26738 -[loc_26738] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -retex1s=material_72 -retex1d=material_418 -model=model_28407,1 - -// 26739 -[loc_26739] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=25 -retex1s=material_72 -retex1d=material_418 -model=model_28402,1 - -// 26740 -[loc_26740] -active=no -blockwalk=yes -ambient=25 -contrast=25 -width=5 -length=5 -anim=seq_7144 -model=model_28446 - -// 26741 -[loc_26741] -active=no -shadow=no -contrast=25 -ambient=25 -anim=seq_7146 -blockwalk=no -model=model_28462 -model2=model_28461 - -// 26742 -[loc_26742] -active=yes -ambient=10 -blockwalk=yes -forceapproach=north -op1=Inspect -op3=Sing-glass -op4=Revert-crystal -blockrange=no -model=model_28541 -name=Singing bowl - -// 26743 -[loc_26743] -forceapproach=south -op1=Open -model=model_11204 -name=Mahogany chest - -// 26744 -[loc_26744] -forceapproach=south -op1=Search -op2=Close -model=model_11205 -name=Mahogany chest - -// 26745 -[loc_26745] -op1=Open -forceapproach=north -recol1s=14695 -recol1d=10499 -recol2s=13638 -recol2d=9442 -recol3s=6370 -recol3d=8385 -recol4s=6373 -recol4d=7328 -recol5s=8484 -recol5d=9442 -recol6s=9543 -recol6d=7328 -model=model_5272 -name=Chest - -// 26746 -[loc_26746] -op1=Search -op2=Close -forceapproach=north -recol1s=14695 -recol1d=10499 -recol2s=13638 -recol2d=9442 -recol3s=6370 -recol3d=8385 -recol4s=6373 -recol4d=7328 -recol5s=8484 -recol5d=9442 -recol6s=9543 -recol6d=7328 -model=model_5273 -name=Chest - -// 26747 -[loc_26747] -op1=Open -forceapproach=north -recol1s=14695 -recol1d=10499 -recol2s=13638 -recol2d=9442 -recol3s=6370 -recol3d=8385 -recol4s=6373 -recol4d=7328 -recol5s=8484 -recol5d=9442 -recol6s=9543 -recol6d=7328 -model=model_5272 -name=Chest - -// 26748 -[loc_26748] -op1=Search -op2=Close -forceapproach=north -recol1s=14695 -recol1d=10499 -recol2s=13638 -recol2d=9442 -recol3s=6370 -recol3d=8385 -recol4s=6373 -recol4d=7328 -recol5s=8484 -recol5d=9442 -recol6s=9543 -recol6d=7328 -model=model_5273 -name=Chest - -// 26749 -[loc_26749] -hillskew=yes -active=yes -ambient=25 -contrast=15 -op1=Crawl -model=model_37629,1 -name=Tunnel - -// 26750 -[loc_26750] -hillskew=yes -sharelight=yes -active=yes -ambient=10 -op1=Crawl -model=model_28542,1 -name=Tunnel - -// 26751 -[loc_26751] -active=no -randomsound=150,250,12,synth_3893,synth_3923,synth_3890,synth_3910,synth_3901 -model=model_1105,0 - -// 26752 -[loc_26752] -bgsound=synth_3918,20 -active=no -model=model_1105,0 - -// 26753 -[loc_26753] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 26754 -[loc_26754] -hillskew=yes -sharelight=yes -active=yes -ambient=10 -op1=Crawl -retex1s=material_105 -retex1d=material_418 -model=model_28542,1 -name=Tunnel - -// 26755 -[loc_26755] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 26756 -[loc_26756] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15948,1 -model=model_15949,5 - -// 26757 -[loc_26757] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15952,1 -model=model_15953,5 - -// 26758 -[loc_26758] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15950,1 -model=model_15951,2 - -// 26759 -[loc_26759] -hillskew=yes -sharelight=yes -active=no -ambient=10 -retex1s=material_105 -retex1d=material_418 -model=model_19293,1 - -// 26760 -[loc_26760] -hillskew=yes -active=no -ambient=10 -recol1s=12580 -recol1d=8353 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 26761 -[loc_26761] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=8353 -retex1s=material_560 -retex1d=material_418 -model=model_823 - -// 26762 -[loc_26762] -ambient=10 -blockwalk=yes -blockrange=no -recol1s=11521 -recol1d=8353 -recol2s=12578 -recol2d=9410 -recol3s=13635 -recol3d=10467 -recol4s=14692 -recol4d=11524 -recol5s=16806 -recol5d=12581 -recol6s=16772 -recol6d=12581 -model=model_17319 -name=Rocks - -// 26763 -[loc_26763] -ambient=10 -blockwalk=yes -blockrange=no -recol1s=11521 -recol1d=8353 -recol2s=12578 -recol2d=9410 -recol3s=13635 -recol3d=10467 -recol4s=14692 -recol4d=11524 -recol5s=16806 -recol5d=12581 -recol6s=16772 -recol6d=12581 -model=model_17320 -name=Rocks - -// 26764 -[loc_26764] -ambient=10 -blockwalk=yes -recol1s=11521 -recol1d=8353 -recol2s=12578 -recol2d=9410 -recol3s=13635 -recol3d=10467 -recol4s=14692 -recol4d=11524 -recol5s=16806 -recol5d=12581 -recol6s=16772 -recol6d=12581 -model=model_17321 -name=Rocks - -// 26765 -[loc_26765] -ambient=10 -blockwalk=yes -width=3 -blockrange=no -recol1s=11521 -recol1d=8353 -recol2s=12578 -recol2d=9410 -recol3s=13635 -recol3d=10467 -recol4s=14692 -recol4d=11524 -recol5s=16806 -recol5d=12581 -recol6s=16772 -recol6d=12581 -model=model_17323 -name=Rocks - -// 26766 -[loc_26766] -model=model_17126 -name=Gnome barrel - -// 26767 -[loc_26767] -model=model_17128 -name=Gnome barrels - -// 26768 -[loc_26768] -model=model_17140 -name=Gnome crates - -// 26769 -[loc_26769] -model=model_17139 -name=Gnome crate - -// 26770 -[loc_26770] -active=yes -recol1s=13605 -recol1d=10499 -recol2s=12548 -recol2d=9442 -recol3s=11491 -recol3d=8385 -recol4s=10434 -recol4d=7328 -recol5s=7297 -recol5d=6240 -model=model_8232 -name=Barrel - -// 26771 -[loc_26771] -ambient=25 -contrast=15 -op1=Search -recol1s=14695 -recol1d=11523 -recol2s=13638 -recol2d=10467 -recol3s=12581 -recol3d=11523 -recol4s=11524 -recol4d=9410 -model=model_7685 -name=Crate - -// 26772 -[loc_26772] -ambient=25 -contrast=15 -op1=Search -recol1s=14695 -recol1d=11523 -recol2s=13638 -recol2d=10467 -recol3s=12581 -recol3d=11523 -recol4s=11524 -recol4d=9410 -model=model_7700 -name=Crate - -// 26773 -[loc_26773] -op1=Search -recol1s=14695 -recol1d=11523 -recol2s=13638 -recol2d=10467 -recol3s=12581 -recol3d=11523 -recol4s=11524 -recol4d=9410 -model=model_7700 -name=Crate - -// 26774 -[loc_26774] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12125,0 - -// 26775 -[loc_26775] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12126,0 - -// 26776 -[loc_26776] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12127,0 - -// 26777 -[loc_26777] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12128,0 - -// 26778 -[loc_26778] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12129,0 - -// 26779 -[loc_26779] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12130,0 - -// 26780 -[loc_26780] -active=no -hillskew=yes -blockwalk=no -unknown90=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12131,0 - -// 26781 -[loc_26781] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_28536,1 - -// 26782 -[loc_26782] -hillskew=yes -sharelight=yes -active=no -mirror=yes -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_28536,1 - -// 26783 -[loc_26783] -ambient=20 -length=2 -blockrange=no -recol1s=14695 -recol1d=11523 -recol2s=13638 -recol2d=9409 -recol3s=16809 -recol3d=13637 -model=model_7712 -name=Table - -// 26784 -[loc_26784] -ambient=7 -recol1s=20933 -recol1d=13637 -recol2s=7329 -recol2d=11523 -model=model_10089 -name=Stool - -// 26785 -[loc_26785] -blockrange=no -recol1s=10401 -recol1d=11523 -model=model_1242 -name=Smashed chair - -// 26786 -[loc_26786] -sharelight=yes -occlude=yes -model=model_19311,4 - -// 26787 -[loc_26787] -op1=Open -active=yes -blockrange=no -model=model_609,1 -name=Door - -// 26788 -[loc_26788] -active=yes -length=2 -ambient=40 -contrast=20 -blockwalk=yes -anim=seq_4560 -offsety=-30 -model=model_17084 -name=Yewnock's machine - -// 26789 -[loc_26789] -active=yes -length=2 -ambient=40 -contrast=20 -blockwalk=yes -anim=seq_4563 -offsety=-10 -bgsound=synth_2326,5 -model=model_17082 -name=Cogs - -// 26790 -[loc_26790] -active=no -ambient=40 -contrast=20 -blockwalk=yes -blockrange=no -model=model_17074 - -// 26791 -[loc_26791] -active=yes -ambient=40 -contrast=20 -blockwalk=yes -anim=seq_4561 -op1=Operate -offsety=-30 -model=model_28549 -name=Yewnock's machine - -// 26792 -[loc_26792] -active=yes -ambient=40 -contrast=20 -blockwalk=yes -anim=seq_4562 -op1=Use -offsety=-30 -bgsound=synth_2325,5 -model=model_17090 -name=Yewnock's exchanger - -// 26793 -[loc_26793] -ambient=10 -model=model_17073,0 - -// 26794 -[loc_26794] -ambient=10 -model=model_17075,0 - -// 26795 -[loc_26795] -ambient=10 -model=model_17076,0 - -// 26796 -[loc_26796] -ambient=10 -model=model_17077,0 - -// 26797 -[loc_26797] -ambient=10 -unknown90=yes -model=model_17078,0 - -// 26798 -[loc_26798] -ambient=10 -unknown90=yes -model=model_17079,0 - -// 26799 -[loc_26799] -ambient=10 -forcedecor=yes -model=model_28537,0 - -// 26800 -[loc_26800] -ambient=10 -forcedecor=yes -model=model_28538,0 - -// 26801 -[loc_26801] -ambient=10 -forcedecor=yes -model=model_28539,0 - -// 26802 -[loc_26802] -active=yes -contrast=20 -ambient=40 -blockwalk=yes -op1=Read -model=model_28355 -name=Lectern - -// 26803 -[loc_26803] -active=yes -ambient=25 -contrast=25 -op1=Peek -model=model_28394,1 -name=Hatch door - -// 26804 -[loc_26804] -active=yes -ambient=25 -contrast=25 -op1=Peek -model=model_28404,1 -name=Hatch door - -// 26805 -[loc_26805] -active=yes -ambient=25 -contrast=25 -blockwalk=yes -multivar=varplayerbit_3966 -multiloc=0,loc_26804 -multiloc=1,loc_26803 - -// 26806 -[loc_26806] -ambient=25 -width=2 -length=3 -msi=msi_7 -sharelight=yes -forceapproach=south -op1=Climb-up -model=model_25072 -name=Staircase - -// 26807 -[loc_26807] -width=2 -active=yes -op2=J-mod Options -blockrange=no -model=model_24843 -name=Table - -// 26808 -[loc_26808] -active=yes -op1=Open -active=yes -ambient=25 -contrast=25 -recol1s=14626 -recol1d=11558 -recol2s=13569 -recol2d=10501 -recol3s=12512 -recol3d=9444 -recol4s=11456 -recol4d=7330 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 26809 -[loc_26809] -active=no -ambient=20 -contrast=20 -recol1s=14626 -recol1d=11558 -recol2s=13569 -recol2d=10501 -recol3s=12512 -recol3d=9444 -recol4s=11456 -recol4d=7330 -model=model_9476,1 -model=model_9477,5 - -// 26810 -[loc_26810] -active=yes -op1=Open -ambient=20 -contrast=20 -recol1s=14626 -recol1d=11558 -recol2s=13569 -recol2d=10501 -recol3s=12512 -recol3d=9444 -recol4s=11456 -recol4d=7330 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 26811 -[loc_26811] -active=no -ambient=20 -contrast=20 -recol1s=14626 -recol1d=11558 -recol2s=13569 -recol2d=10501 -recol3s=12512 -recol3d=9444 -recol4s=11456 -recol4d=7330 -model=model_9476,1 -model=model_9477,5 - -// 26812 -[loc_26812] -active=no -raiseobject=no -ambient=20 -contrast=20 -recol1s=14626 -recol1d=11558 -recol2s=13569 -recol2d=10501 -recol3s=12512 -recol3d=9444 -recol4s=11456 -recol4d=7330 -model=model_9476,1 -model=model_9477,5 - -// 26813 -[loc_26813] -active=no -ambient=20 -contrast=20 -model=model_9476,1 -model=model_9477,5 - -// 26814 -[loc_26814] -anim=seq_7152 -ambient=20 -contrast=20 -forceapproach=east -bgsound=synth_2210,5 -op2=Smelt -model=model_28584 -model2=model_28585 -name=Furnace - -// 26815 -[loc_26815] -width=2 -ambient=35 -contrast=25 -recol1s=9445 -recol1d=9479 -recol2s=4192 -recol2d=6308 -recol3s=7331 -recol3d=5251 -recol4s=5216 -recol4d=4194 -model=model_28583 -model2=model_36223 -name=Workbench - -// 26816 -[loc_26816] -width=2 -ambient=25 -contrast=15 -recolhsl1s=9096 -recolhsl1d=7440 -recolhsl2s=7050 -recolhsl2d=7444 -recol3s=7331 -recol3d=9477 -recolhsl4s=5404 -recolhsl4d=7456 -model=model_28583 -model2=model_36223 -name=Workbench - -// 26817 -[loc_26817] -width=2 -ambient=25 -contrast=15 -recol1s=9097 -recol1d=6320 -recol2s=7051 -recol2d=6294 -recol3s=5404 -recol3d=7354 -recol4s=6547 -recol4d=5280 -model=model_28583 -model2=model_28581 -name=Lathe - -// 26818 -[loc_26818] -width=2 -ambient=25 -contrast=15 -recol1s=9097 -recol1d=6320 -recol2s=7051 -recol2d=6294 -recol3s=5404 -recol3d=7354 -recol4s=6547 -recol4d=5280 -model=model_28583 -model2=model_36223 -name=Workbench - -// 26819 -[loc_26819] -width=2 -ambient=25 -contrast=15 -recolhsl1s=5524 -recolhsl1d=5396 -recol2s=10572 -recol2d=12618 -recol3s=12686 -recol3d=16846 -recol4s=4230 -recol4d=8456 -recol5s=6344 -recol5d=6342 -recol6s=8458 -recol6d=8456 -model=model_28583 -model2=model_36223 -name=Workbench - -// 26820 -[loc_26820] -ambient=20 -contrast=20 -model=model_28576 -name=Whetstone - -// 26821 -[loc_26821] -width=2 -ambient=20 -contrast=20 -model=model_28583 -model2=model_28581 -name=Lathe - -// 26822 -[loc_26822] -ambient=20 -contrast=20 -model=model_28579 -name=Anvil - -// 26823 -[loc_26823] -ambient=20 -contrast=20 -model=model_28578 -name=Bellows - -// 26824 -[loc_26824] -length=2 -ambient=20 -contrast=20 -model=model_28582 -name=Cart - -// 26825 -[loc_26825] -ambient=20 -contrast=20 -model=model_28573 -name=Junk - -// 26826 -[loc_26826] -ambient=20 -contrast=20 -model=model_28574,Q - -// 26827 -[loc_26827] -active=no -randomsound=75,300,2,synth_2021,synth_2024,synth_2023,synth_2025,synth_2026,synth_2027,synth_2119,synth_2115,synth_2116 -model=model_1105,0 - -// 26828 -[loc_26828] -anim=seq_477 -ambient=15 -contrast=15 -bgsound=synth_2208,3 -model=model_28584 -name=Furnace - -// 26829 -[loc_26829] -active=no -hillskew=yes -anim=seq_5415 -bgsound=synth_3077,3 -blockrange=no -model=model_20655 - -// 26830 -[loc_26830] -active=no -hillskew=yes -anim=seq_5415 -width=2 -length=2 -resizex=256 -resizey=256 -resizez=256 -bgsound=synth_2144,3 -blockrange=no -model=model_20655 - -// 26831 -[loc_26831] -anim=seq_493 -shadow=no -active=no -ambient=50 -contrast=25 -blockwalk=no -offsety=128 -model=model_2297 - -// 26832 -[loc_26832] -anim=seq_493 -shadow=no -active=no -ambient=50 -contrast=25 -blockwalk=no -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -offsety=128 -model=model_2297 - -// 26833 -[loc_26833] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -raiseobject=yes -recol1s=7329 -recol1d=6272 -model=model_26536,8 -model=model_28865,0 - -// 26834 -[loc_26834] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26537 - -// 26835 -[loc_26835] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26537 - -// 26836 -[loc_26836] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26538 - -// 26837 -[loc_26837] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26539 - -// 26838 -[loc_26838] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26540 - -// 26839 -[loc_26839] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26540 - -// 26840 -[loc_26840] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26541 - -// 26841 -[loc_26841] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26542 - -// 26842 -[loc_26842] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26543 - -// 26843 -[loc_26843] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_26544 - -// 26844 -[loc_26844] -hillskew=yes -sharelight=yes -active=yes -op1=Squeeze-through -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_28858,5 -name=Crack - -// 26845 -[loc_26845] -hillskew=yes -sharelight=yes -active=yes -ambient=30 -op1=Squeeze-through -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_28858,5 -name=Crack - -// 26846 -[loc_26846] -active=no -forcedecor=yes -hillskew=yes -model=model_28860 - -// 26847 -[loc_26847] -active=yes -forcedecor=yes -length=3 -width=3 -ambient=15 -op1=Craft-rune -bgsound=synth_3932,5 -model=model_28859 -name=Runecrafting altar - -// 26848 -[loc_26848] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_28857,2 - -// 26849 -[loc_26849] -forcedecor=yes -hillskew=yes -op1=Climb -model=model_28861 -name=Ladder - -// 26850 -[loc_26850] -forcedecor=yes -hillskew=yes -op1=Climb -msi=msi_7 -model=model_28862 -name=Ladder - -// 26851 -[loc_26851] -ambient=25 -contrast=25 -active=yes -op1=Close -raiseobject=no -shadow=no -model=model_28098,1 -name=Big door - -// 26852 -[loc_26852] -ambient=25 -contrast=25 -active=yes -op1=Close -raiseobject=no -shadow=no -model=model_28098,1 -name=Big door - -// 26853 -[loc_26853] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -blockwalk=yes -model=model_15550 - -// 26854 -[loc_26854] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -blockwalk=yes -model=model_144 - -// 26855 -[loc_26855] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_12736,1 - -// 26856 -[loc_26856] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_28866,1 - -// 26857 -[loc_26857] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -width=2 -length=3 -model=model_143 - -// 26858 -[loc_26858] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -blockwalk=yes -model=model_15552 - -// 26859 -[loc_26859] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -blockwalk=yes -model=model_15551 - -// 26860 -[loc_26860] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_12737,1 - -// 26861 -[loc_26861] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_17276,1 - -// 26862 -[loc_26862] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -width=2 -length=3 -model=model_145 - -// 26863 -[loc_26863] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_28911,0 - -// 26864 -[loc_26864] -active=no -ambient=20 -contrast=20 -hardshadow=no -model=model_28916,1 - -// 26865 -[loc_26865] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_28915,0 - -// 26866 -[loc_26866] -active=no -ambient=20 -contrast=20 -hardshadow=no -model=model_28918,1 - -// 26867 -[loc_26867] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_28909,0 - -// 26868 -[loc_26868] -active=no -ambient=20 -contrast=20 -hardshadow=no -model=model_28922,1 - -// 26869 -[loc_26869] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_28905,0 - -// 26870 -[loc_26870] -active=no -ambient=20 -contrast=20 -hardshadow=no -model=model_28906,1 - -// 26871 -[loc_26871] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_28914,0 - -// 26872 -[loc_26872] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_28921,0 - -// 26873 -[loc_26873] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -model=model_28907,0 - -// 26874 -[loc_26874] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -model=model_28910,0 - -// 26875 -[loc_26875] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -model=model_28923,0 - -// 26876 -[loc_26876] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -model=model_28924,0 - -// 26877 -[loc_26877] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -model=model_28917,0 - -// 26878 -[loc_26878] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -model=model_28920,0 - -// 26879 -[loc_26879] -active=no -ambient=20 -contrast=20 -model=model_28908 - -// 26880 -[loc_26880] -active=no -ambient=20 -contrast=20 -model=model_28912 - -// 26881 -[loc_26881] -active=no -anim=seq_7225 -ambient=35 -model=model_28925 - -// 26882 -[loc_26882] -active=no -anim=seq_7226 -ambient=35 -model=model_28925 - -// 26883 -[loc_26883] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_27345,1 -model=model_27320,2 -model=model_27344,3 -model=model_27332,4 -model=model_27338,5 - -// 26884 -[loc_26884] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=19909 -model=model_11025 -model2=model_11024 -name=Rocks - -// 26885 -[loc_26885] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=13672 -recol1d=7330 -recol2s=15786 -recol2d=9444 -recol3s=26387 -recol3d=16843 -model=model_27327,1 -model=model_27339,4 - -// 26886 -[loc_26886] -mirror=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=13672 -recol1d=7330 -recol2s=15786 -recol2d=9444 -recol3s=26387 -recol3d=16843 -model=model_27327,1 -model=model_27339,4 - -// 26887 -[loc_26887] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_27314,1 - -// 26888 -[loc_26888] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=19909 -model=model_11026 -model2=model_11024 -name=Rocks - -// 26889 -[loc_26889] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=17931 -recol1d=16843 -recol2s=12613 -recol2d=9444 -recol3s=10499 -recol3d=7330 -recol4s=384 -recol4d=32767 -model=model_25127,1 -model=model_25128,5 - -// 26890 -[loc_26890] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=17931 -recol1d=16843 -recol2s=12613 -recol2d=9444 -recol3s=10499 -recol3d=7330 -recol4s=384 -recol4d=32767 -model=model_25096,1 -model=model_25097,2 -model=model_25098,3 -model=model_25099,5 - -// 26891 -[loc_26891] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_27335,1 - -// 26892 -[loc_26892] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_27337,1 - -// 26893 -[loc_26893] -active=no -ambient=20 -hardshadow=no -recol1s=7493 -recol1d=12736 -model=model_28889,0 - -// 26894 -[loc_26894] -active=no -ambient=20 -hardshadow=no -recol1s=7493 -recol1d=12736 -model=model_28899,0 - -// 26895 -[loc_26895] -active=no -ambient=20 -hardshadow=no -recol1s=7493 -recol1d=12736 -model=model_28888,0 - -// 26896 -[loc_26896] -active=no -hardshadow=no -model=model_28889,0 - -// 26897 -[loc_26897] -active=no -hardshadow=no -model=model_28899,0 - -// 26898 -[loc_26898] -active=no -hardshadow=no -model=model_28888,0 - -// 26899 -[loc_26899] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -active=no -blockrange=no -recol1s=7556 -recol1d=7493 -recol2s=10567 -recol2d=12683 -recol3s=9510 -recol3d=11626 -recol4s=8453 -recol4d=10569 -recol5s=7396 -recol5d=9512 -recol6s=6339 -recol6d=8455 -model=model_28879 - -// 26900 -[loc_26900] -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -blockrange=no -model=model_28900,1 -model=model_28902,2 -model=model_28903,5 - -// 26901 -[loc_26901] -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -blockrange=no -model=model_28901,1 - -// 26902 -[loc_26902] -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -blockrange=no -model=model_28901,1 - -// 26903 -[loc_26903] -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -blockrange=no -model=model_28904,1 - -// 26904 -[loc_26904] -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -mirror=yes -blockrange=no -model=model_28904,1 - -// 26905 -[loc_26905] -wallwidth=32 -ambient=25 -contrast=25 -recol1s=11556 -recol1d=8387 -model=model_24696,1 - -// 26906 -[loc_26906] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -resizey=156 -recol1s=13638 -recol1d=9444 -recol2s=10501 -recol2d=11558 -recol3s=8387 -recol3d=7330 -model=model_28886,1 -name=Large door - -// 26907 -[loc_26907] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -resizey=156 -recol1s=13638 -recol1d=9444 -recol2s=10501 -recol2d=11558 -recol3s=8387 -recol3d=7330 -model=model_28886,1 -name=Large door - -// 26908 -[loc_26908] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -resizey=156 -recol1s=13638 -recol1d=9444 -recol2s=10501 -recol2d=11558 -recol3s=8387 -recol3d=7330 -model=model_28886,1 -name=Large door - -// 26909 -[loc_26909] -op1=Close -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -resizey=156 -recol1s=13638 -recol1d=9444 -recol2s=10501 -recol2d=11558 -recol3s=8387 -recol3d=7330 -model=model_28886,1 -name=Large door - -// 26910 -[loc_26910] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recol1s=13638 -recol1d=9444 -recol2s=10501 -recol2d=11558 -recol3s=8387 -recol3d=7330 -model=model_28886,1 -name=Large door - -// 26911 -[loc_26911] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recol1s=13638 -recol1d=9444 -recol2s=10501 -recol2d=11558 -recol3s=8387 -recol3d=7330 -model=model_28886,1 -name=Large door - -// 26912 -[loc_26912] -raiseobject=no -ambient=25 -contrast=25 -active=no -recol1s=13638 -recol1d=9444 -recol2s=10501 -recol2d=11558 -recol3s=8387 -recol3d=7330 -model=model_28886,1 - -// 26913 -[loc_26913] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=13638 -recol1d=9444 -recol2s=10501 -recol2d=11558 -recol3s=8387 -recol3d=7330 -model=model_28886,1 -name=Large door - -// 26914 -[loc_26914] -op1=Close -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=13638 -recol1d=9444 -recol2s=10501 -recol2d=11558 -recol3s=8387 -recol3d=7330 -model=model_28886,1 -name=Large door - -// 26915 -[loc_26915] -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -active=no -recol1s=13638 -recol1d=9444 -recol2s=10501 -recol2d=11558 -recol3s=8387 -recol3d=7330 -model=model_28886,1 - -// 26916 -[loc_26916] -active=yes -op1=Close -ambient=25 -contrast=25 -recol1s=14626 -recol1d=11558 -recol2s=13569 -recol2d=10501 -recol3s=12512 -recol3d=9444 -recol4s=11456 -recol4d=7330 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 26917 -[loc_26917] -active=yes -op1=Open -raiseobject=no -ambient=30 -contrast=30 -recol1s=14626 -recol1d=11558 -recol2s=13569 -recol2d=10501 -recol3s=12512 -recol3d=9444 -recol4s=11456 -recol4d=7330 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 26918 -[loc_26918] -ambient=25 -width=2 -length=3 -recol1s=13670 -recol1d=11558 -recol2s=12613 -recol2d=9444 -recol3s=11556 -recol3d=7330 -model=model_25041 -name=Rack - -// 26919 -[loc_26919] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=12618 -recol1d=13706 -recol2s=11561 -recol2d=12649 -recol3s=10504 -recol3d=11592 -recol4s=8456 -recol4d=10535 -recol5s=7399 -recol5d=9478 -recol6s=6342 -recol6d=8421 -model=model_9478,1 -model=model_25872,2 -model=model_35882,3 -model=model_9479,4 -model=model_25873,5 - -// 26920 -[loc_26920] -sharelight=yes -active=no -blockrange=no -recol1s=12618 -recol1d=13706 -recol2s=11561 -recol2d=12649 -recol3s=10504 -recol3d=11592 -recol4s=8456 -recol4d=10535 -recol5s=7399 -recol5d=9478 -recol6s=6342 -recol6d=8421 -model=model_9481,1 - -// 26921 -[loc_26921] -sharelight=yes -active=no -mirror=yes -blockrange=no -recol1s=12618 -recol1d=13706 -recol2s=11561 -recol2d=12649 -recol3s=10504 -recol3d=11592 -recol4s=8456 -recol4d=10535 -recol5s=7399 -recol5d=9478 -recol6s=6342 -recol6d=8421 -model=model_9481,1 - -// 26922 -[loc_26922] -active=no -mirror=yes -blockrange=no -recol1s=7397 -recol1d=11592 -recol2s=6340 -recol2d=10535 -recol3s=5283 -recol3d=9478 -recol4s=4226 -recol4d=8421 -model=model_27252,1 - -// 26923 -[loc_26923] -sharelight=yes -ambient=25 -contrast=25 -recol1s=6272 -recol1d=9444 -recol2s=4160 -recol2d=7330 -model=model_15211,A -model=model_15227,S -model=model_15223,D -model=model_15224,F -model=model_15225,G -model=model_15226,H -model=model_15234,Z -model=model_15233,X -model=model_15212,C -model=model_15228,V - -// 26924 -[loc_26924] -sharelight=yes -ambient=25 -contrast=25 -recol1s=6272 -recol1d=9444 -recol2s=4160 -recol2d=7330 -model=model_15210,A -model=model_15221,S -model=model_15218,D -model=model_15219,F -model=model_25122,G -model=model_15220,H -model=model_15222,Z - -// 26925 -[loc_26925] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -recol1s=6272 -recol1d=9444 -recol2s=4160 -recol2d=7330 -model=model_15210,A -model=model_15221,S -model=model_15218,D -model=model_15219,F -model=model_25122,G -model=model_15220,H -model=model_15222,Z - -// 26926 -[loc_26926] -sharelight=yes -ambient=25 -contrast=25 -recol1s=6272 -recol1d=9444 -recol2s=4160 -recol2d=7330 -model=model_25123,G - -// 26927 -[loc_26927] -sharelight=yes -ambient=25 -contrast=25 -model=model_25124,A -model=model_25125,G - -// 26928 -[loc_26928] -sharelight=yes -ambient=25 -contrast=25 -model=model_25121,A - -// 26929 -[loc_26929] -sharelight=yes -ambient=25 -contrast=25 -recol1s=6272 -recol1d=9444 -recol2s=4160 -recol2d=7330 -model=model_15213,A -model=model_15217,S -model=model_15214,D -model=model_15215,G -model=model_15216,H - -// 26930 -[loc_26930] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -recol1s=6272 -recol1d=9444 -recol2s=4160 -recol2d=7330 -model=model_15213,A -model=model_15217,S -model=model_15214,D -model=model_15215,G -model=model_15216,H - -// 26931 -[loc_26931] -sharelight=yes -ambient=25 -contrast=25 -recol1s=4160 -recol1d=7330 -recol2s=6272 -recol2d=9444 -recol3s=12718 -recol3d=10569 -recol4s=11661 -recol4d=9512 -recol5s=10604 -recol5d=8455 -recol6s=9547 -recol6d=7398 -model=model_15229,A -model=model_15231,H -model=model_15232,Z - -// 26932 -[loc_26932] -sharelight=yes -ambient=25 -contrast=25 -recol1s=4160 -recol1d=7330 -recol2s=6272 -recol2d=9444 -recol3s=12718 -recol3d=10569 -recol4s=11661 -recol4d=9512 -recol5s=10604 -recol5d=8455 -recol6s=9547 -recol6d=7398 -model=model_15230,H - -// 26933 -[loc_26933] -active=yes -op1=Open -raiseobject=no -blockwalk=yes -recol1s=8320 -recol1d=7330 -model=model_1205,0 -name=Trapdoor - -// 26934 -[loc_26934] -active=yes -op1=Climb-down -op2=Close -raiseobject=no -blockwalk=yes -hardshadow=no -recol1s=8320 -recol1d=7330 -model=model_1173,0 -name=Trapdoor - -// 26935 -[loc_26935] -width=2 -length=2 -contrast=15 -op1=Open -active=yes -model=model_28895 -model2=model_28893 -name=Coffin - -// 26936 -[loc_26936] -sharelight=yes -length=2 -ambient=25 -contrast=25 -blockwalk=yes -hardshadow=no -model=model_38177 -name=Cave - -// 26937 -[loc_26937] -width=2 -length=2 -contrast=15 -op1=Open -active=yes -model=model_28895 -model2=model_28877 -name=Coffin - -// 26938 -[loc_26938] -sharelight=yes -length=2 -ambient=25 -contrast=25 -mirror=yes -blockwalk=yes -hardshadow=no -model=model_38177 -name=Cave - -// 26939 -[loc_26939] -width=2 -length=2 -contrast=15 -op1=Open -active=yes -model=model_28895 -model2=model_28885 -name=Coffin - -// 26940 -[loc_26940] -wallwidth=8 -occlude=yes -ambient=25 -contrast=15 -active=yes -op1=Knock-at -model=model_38416,1 -name=Wall - -// 26941 -[loc_26941] -width=2 -length=2 -contrast=15 -op1=Open -active=yes -model=model_28895 -model2=model_28893 -name=Coffin - -// 26942 -[loc_26942] -wallwidth=8 -occlude=yes -ambient=25 -contrast=15 -model=model_38416,1 - -// 26943 -[loc_26943] -width=2 -length=2 -contrast=15 -op1=Open -active=yes -model=model_28882 -model2=model_28881 -name=Coffin - -// 26944 -[loc_26944] -width=2 -length=2 -contrast=15 -op1=Close -active=yes -model=model_28897 -name=Coffin - -// 26945 -[loc_26945] -resizex=90 -resizey=100 -resizez=90 -width=2 -length=2 -ambient=20 -blockrange=no -recol1s=12613 -recol1d=11558 -recol2s=11556 -recol2d=9444 -recol3s=9442 -recol3d=7330 -model=model_25044 -name=Well - -// 26946 -[loc_26946] -ambient=20 -offsety=20 -model=model_14821,Q - -// 26947 -[loc_26947] -recol1s=6272 -recol1d=7330 -recol2s=7329 -recol2d=9444 -recol3s=8386 -recol3d=11558 -model=model_2132 -name=Warehouse shelves - -// 26948 -[loc_26948] -recol1s=6272 -recol1d=7330 -recol2s=7329 -recol2d=9444 -recol3s=8386 -recol3d=11558 -model=model_2133 -name=Warehouse shelves - -// 26949 -[loc_26949] -recol1s=6272 -recol1d=7330 -recol2s=7329 -recol2d=9444 -recol3s=8386 -recol3d=11558 -model=model_2134 -name=Warehouse shelves - -// 26950 -[loc_26950] -recol1s=6272 -recol1d=7330 -recol2s=7329 -recol2d=9444 -recol3s=8386 -recol3d=11558 -model=model_2135 -name=Warehouse shelves - -// 26951 -[loc_26951] -recol1s=8388 -recol1d=7330 -recol2s=10501 -recol2d=9444 -model=model_7392 -name=Bookcase - -// 26952 -[loc_26952] -recol1s=10465 -recol1d=15748 -recol2s=11522 -recol2d=7426 -recol3s=13637 -recol3d=8522 -recol4s=8388 -recol4d=7330 -recol5s=10501 -recol5d=9444 -model=model_7392 -model2=model_7393 -name=Bookcase - -// 26953 -[loc_26953] -recol1s=11525 -recol1d=7330 -model=model_1168 -name=Stepladder - -// 26954 -[loc_26954] -length=2 -recol1s=12448 -recol1d=8225 -recol2s=7329 -recol2d=7330 -recol3s=20933 -recol3d=11558 -model=model_5192 -name=Bed - -// 26955 -[loc_26955] -length=2 -recol1s=12448 -recol1d=14731 -recol2s=7329 -recol2d=7330 -recol3s=20933 -recol3d=11558 -retex1s=material_144 -retex1d=material_123 -model=model_5192 -name=Bed - -// 26956 -[loc_26956] -active=no -recol1s=10401 -recol1d=9444 -recol2s=9377 -recol2d=7330 -model=model_1170 - -// 26957 -[loc_26957] -width=2 -blockrange=no -recol1s=16809 -recol1d=10501 -recol2s=14695 -recol2d=11558 -recol3s=13638 -recol3d=9444 -recol4s=12581 -recol4d=7330 -model=model_9547 -name=Large table - -// 26958 -[loc_26958] -blockrange=no -recol1s=16809 -recol1d=10501 -recol2s=14695 -recol2d=11558 -recol3s=13638 -recol3d=9444 -recol4s=12581 -recol4d=7330 -model=model_9590 -name=Small table - -// 26959 -[loc_26959] -blockrange=no -recol1s=10468 -recol1d=11558 -recol2s=9411 -recol2d=9444 -recol3s=8354 -recol3d=8387 -model=model_25157 -name=Small table - -// 26960 -[loc_26960] -width=2 -ambient=10 -contrast=10 -active=no -recol1s=14695 -recol1d=13638 -recol2s=13638 -recol2d=11558 -recol3s=12581 -recol3d=10501 -recol4s=11524 -recol4d=9444 -recol5s=10467 -recol5d=8387 -recol6s=9410 -recol6d=7330 -model=model_16532 - -// 26961 -[loc_26961] -ambient=10 -contrast=10 -op1=Search -blockrange=no -recol1s=14695 -recol1d=11558 -recol2s=12581 -recol2d=10501 -recol3s=11524 -recol3d=9444 -recol4s=10467 -recol4d=8387 -recol5s=9410 -recol5d=7330 -model=model_7699 -name=Crate - -// 26962 -[loc_26962] -ambient=10 -contrast=10 -op1=Search -blockrange=no -recol1s=14695 -recol1d=11558 -recol2s=12581 -recol2d=9444 -recol3s=11524 -recol3d=10501 -recol4s=10467 -recol4d=7330 -recol5s=9410 -recol5d=7330 -model=model_7700 -name=Crates - -// 26963 -[loc_26963] -ambient=25 -recol1s=20933 -recol1d=11558 -recol2s=7329 -recol2d=9444 -model=model_10089 -name=Stool - -// 26964 -[loc_26964] -active=no -recol1s=9445 -recol1d=13638 -recol2s=10502 -recol2d=11558 -recol3s=8388 -recol3d=10501 -recol4s=7332 -recol4d=9444 -recol5s=6275 -recol5d=8387 -recol6s=7331 -recol6d=7330 -model=model_7761 - -// 26965 -[loc_26965] -active=no -recol1s=13605 -recol1d=11558 -recol2s=12548 -recol2d=10501 -recol3s=11491 -recol3d=9444 -recol4s=7297 -recol4d=7330 -model=model_14828 - -// 26966 -[loc_26966] -width=2 -recol1s=12613 -recol1d=7330 -recol2s=10499 -recol2d=9444 -recol3s=7329 -recol3d=11558 -recol4s=7328 -recol4d=7330 -model=model_25183 -name=Sink - -// 26967 -[loc_26967] -recol1s=7329 -recol1d=7330 -recol2s=20933 -recol2d=11558 -model=model_12538,Q - -// 26968 -[loc_26968] -recol1s=7329 -recol1d=7330 -recol2s=20933 -recol2d=11558 -model=model_12536,Q - -// 26969 -[loc_26969] -op1=Deposit -ambient=25 -contrast=25 -recol1s=13672 -recol1d=8387 -recol2s=11558 -recol2d=13638 -recol3s=9444 -recol3d=10501 -retex1s=material_86 -retex1d=material_70 -model=model_27381 -name=Bank deposit box - -// 26970 -[loc_26970] -width=2 -active=yes -blockrange=no -recol1s=8385 -recol1d=9444 -recol2s=13670 -recol2d=11558 -recol3s=11556 -recol3d=13638 -recol4s=9445 -recol4d=8387 -recol5s=10499 -recol5d=10501 -recol6s=8354 -recol6d=7330 -retex1s=material_547 -retex1d=material_103 -model=model_24843 -name=Bank table - -// 26971 -[loc_26971] -anim=seq_4128 -ambient=35 -contrast=10 -recol1s=13604 -recol1d=11558 -recol2s=13571 -recol2d=9444 -recol3s=10434 -recol3d=7330 -recol4s=14695 -recol4d=11558 -recol5s=10467 -recol5d=7330 -model=model_25207 -model2=model_25208 -name=Sign - -// 26972 -[loc_26972] -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -recol1s=16742 -recol1d=11558 -recol2s=15718 -recol2d=11558 -recol3s=14662 -recol3d=9444 -recol4s=12548 -recol4d=9444 -recol5s=11523 -recol5d=7330 -model=model_11208 -name=Bank booth - -// 26973 -[loc_26973] -ambient=25 -active=no -recol1s=12613 -recol1d=11558 -recol2s=11556 -recol2d=11558 -recol3s=10499 -recol3d=9444 -recol4s=9442 -recol4d=9444 -recol5s=8385 -recol5d=7330 -model=model_24833 - -// 26974 -[loc_26974] -ambient=25 -active=no -recol1s=12613 -recol1d=11558 -recol2s=11556 -recol2d=11558 -recol3s=10499 -recol3d=9444 -recol4s=9442 -recol4d=9444 -recol5s=8385 -recol5d=7330 -model=model_24836 - -// 26975 -[loc_26975] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -blockrange=no -recol1s=14368 -recol1d=9451 -recol2s=12320 -recol2d=7337 -model=model_25365,1 -model=model_25366,3 - -// 26976 -[loc_26976] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -blockrange=no -recol1s=14368 -recol1d=9451 -recol2s=12320 -recol2d=7337 -model=model_25366 - -// 26977 -[loc_26977] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -blockrange=no -recol1s=14368 -recol1d=9451 -recol2s=12320 -recol2d=7337 -model=model_25370,1 - -// 26978 -[loc_26978] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -mirror=yes -blockrange=no -recol1s=14368 -recol1d=9451 -recol2s=12320 -recol2d=7337 -model=model_25370,1 - -// 26979 -[loc_26979] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -blockrange=no -recol1s=14368 -recol1d=9451 -recol2s=12320 -recol2d=7337 -model=model_25364,1 - -// 26980 -[loc_26980] -active=no -blockwalk=yes -ambient=25 -blockrange=no -recol1s=14368 -recol1d=9451 -recol2s=12320 -recol2d=7337 -model=model_25371 - -// 26981 -[loc_26981] -active=no -contrast=20 -ambient=20 -recol1s=9510 -recol1d=10569 -recol2s=8453 -recol2d=9512 -recol3s=7396 -recol3d=8455 -recol4s=6339 -recol4d=7398 -recol5s=9478 -recol5d=9444 -recol6s=8421 -recol6d=7330 -model=model_28878,1 -model=model_28898,4 - -// 26982 -[loc_26982] -sharelight=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -recol1s=12578 -recol1d=13638 -recol2s=11522 -recol2d=11558 -recol3s=10465 -recol3d=10501 -recol4s=9409 -recol4d=9444 -recol5s=8353 -recol5d=7330 -model=model_11538 -name=Ladder - -// 26983 -[loc_26983] -sharelight=yes -op1=Climb-down -msi=msi_7 -forceapproach=north -recol1s=12578 -recol1d=13638 -recol2s=11522 -recol2d=11558 -recol3s=10465 -recol3d=10501 -recol4s=9409 -recol4d=9444 -recol5s=8353 -recol5d=7330 -model=model_11539 -name=Ladder - -// 26984 -[loc_26984] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26949,1 -model=model_26946,4 - -// 26985 -[loc_26985] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26952,1 - -// 26986 -[loc_26986] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26950,1 - -// 26987 -[loc_26987] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26951,1 - -// 26988 -[loc_26988] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26947,1 - -// 26989 -[loc_26989] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26948,1 - -// 26990 -[loc_26990] -active=no -ambient=10 -contrast=10 -mirror=yes -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26949,1 -model=model_26946,4 - -// 26991 -[loc_26991] -active=no -ambient=10 -contrast=10 -mirror=yes -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26952,1 - -// 26992 -[loc_26992] -active=no -ambient=10 -contrast=10 -mirror=yes -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26950,1 - -// 26993 -[loc_26993] -active=no -ambient=10 -contrast=10 -mirror=yes -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26951,1 - -// 26994 -[loc_26994] -active=no -ambient=10 -contrast=10 -mirror=yes -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26947,1 - -// 26995 -[loc_26995] -active=no -ambient=10 -contrast=10 -mirror=yes -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_26948,1 - -// 26996 -[loc_26996] -active=no -ambient=10 -contrast=10 -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_28880 - -// 26997 -[loc_26997] -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1089,0 - -// 26998 -[loc_26998] -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_28883,0 - -// 26999 -[loc_26999] -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1096,0 - -// 27000 -[loc_27000] -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1114,0 - -// 27001 -[loc_27001] -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_28890,0 - -// 27002 -[loc_27002] -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1068,0 - -// 27003 -[loc_27003] -sharelight=yes -forcedecor=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_28892,0 - -// 27004 -[loc_27004] -sharelight=yes -mirror=yes -forcedecor=yes -unknown90=yes -recol1s=5217 -recol1d=8385 -recol2s=9409 -recol2d=11556 -recol3s=11523 -recol3d=12613 -model=model_1068,0 - -// 27005 -[loc_27005] -ambient=20 -contrast=20 -recol1s=18960 -recol1d=6476 -recol2s=16846 -recol2d=6476 -recol3s=6342 -recol3d=3272 -recol4s=6144 -recol4d=3272 -recol5s=10466 -recol5d=7330 -model=model_25069 -name=Suit of armour - -// 27006 -[loc_27006] -contrast=100 -ambient=30 -active=yes -recol1s=23292 -recol1d=16980 -recol2s=28325 -recol2d=20112 -recol3s=10467 -recol3d=9444 -recol4s=11490 -recol4d=11558 -recol5s=8353 -recol5d=6273 -recol6s=6274 -recol6d=7330 -model=model_2065,Q -name=Hanging banner - -// 27007 -[loc_27007] -contrast=100 -ambient=30 -active=yes -recol1s=23292 -recol1d=16980 -recol2s=28325 -recol2d=20112 -recol3s=10467 -recol3d=9444 -recol4s=11490 -recol4d=11558 -recol5s=8353 -recol5d=6273 -recol6s=6274 -recol6d=7330 -model=model_2053,Q -name=Hanging banner - -// 27008 -[loc_27008] -active=yes -ambient=30 -recol1s=10432 -recol1d=9444 -recol2s=22048 -recol2d=7330 -model=model_2066,Q -name=Clothes equipment - -// 27009 -[loc_27009] -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -model=model_28928,1 - -// 27010 -[loc_27010] -length=3 -msi=msi_7 -op1=Climb -sharelight=yes -forceapproach=north -ambient=25 -recol1s=6272 -recol1d=14692 -retex1s=material_23 -retex1d=material_35 -model=model_28930 -name=Staircase - -// 27011 -[loc_27011] -length=3 -msi=msi_7 -op1=Climb -sharelight=yes -forceapproach=north -ambient=25 -model=model_28930 -name=Staircase - -// 27012 -[loc_27012] -model=model_28929 -name=Crate - -// 27013 -[loc_27013] -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_28929 -name=Crate - -// 27014 -[loc_27014] -width=2 -op1=Take-from -blockrange=no -model=model_28931 -model2=model_28932 -name=Table - -// 27015 -[loc_27015] -op1=Search -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_28934 -name=Crate - -// 27016 -[loc_27016] -op1=Search -model=model_28933 -name=Boxes - -// 27017 -[loc_27017] -op1=Search -model=model_28934 -name=Crate - -// 27018 -[loc_27018] -active=no -unknown90=yes -model=model_12390,0 - -// 27019 -[loc_27019] -active=no -unknown90=yes -model=model_12392,0 - -// 27020 -[loc_27020] -active=no -unknown90=yes -model=model_12391,0 - -// 27021 -[loc_27021] -sharelight=yes -ambient=25 -blockrange=no -retex1s=material_2 -retex1d=material_35 -model=model_28936,1 -model=model_28935,1 - -// 27022 -[loc_27022] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28969 -name=Jade vine patch - -// 27023 -[loc_27023] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28966 -model2=model_28969 -name=Jade vine patch - -// 27024 -[loc_27024] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28953 -model2=model_28969 -name=Jade vine patch - -// 27025 -[loc_27025] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28962 -model2=model_28969 -name=Jade vine patch - -// 27026 -[loc_27026] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28963 -model2=model_28969 -name=Jade vine - -// 27027 -[loc_27027] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28944 -model2=model_28969 -name=Jade vine - -// 27028 -[loc_27028] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28954 -model2=model_28969 -name=Jade vine - -// 27029 -[loc_27029] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28955 -model2=model_28969 -name=Jade vine - -// 27030 -[loc_27030] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28971 -model2=model_28969 -name=Jade vine - -// 27031 -[loc_27031] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28941 -model2=model_28969 -name=Jade vine - -// 27032 -[loc_27032] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -model=model_28950 -model2=model_28969 -name=Jade vine - -// 27033 -[loc_27033] -width=3 -length=3 -op1=Check-health -ambient=25 -op2=Inspect -op4=Guide -model=model_28950 -model2=model_28969 -name=Jade vine - -// 27034 -[loc_27034] -width=3 -length=3 -op1=Prune -ambient=25 -op2=Inspect -op4=Guide -model=model_28964 -model2=model_28969 -name=Jade vine - -// 27035 -[loc_27035] -width=3 -length=3 -op1=Prune -ambient=25 -op2=Inspect -op4=Guide -model=model_28958 -model2=model_28969 -name=Jade vine - -// 27036 -[loc_27036] -width=3 -length=3 -op1=Prune -ambient=25 -op2=Inspect -op4=Guide -model=model_28949 -model2=model_28969 -name=Jade vine - -// 27037 -[loc_27037] -width=3 -length=3 -op1=Prune -ambient=25 -op2=Inspect -op4=Guide -model=model_28951 -model2=model_28969 -name=Jade vine - -// 27038 -[loc_27038] -width=3 -length=3 -op1=Prune -ambient=25 -op2=Inspect -op4=Guide -model=model_28960 -model2=model_28969 -name=Jade vine - -// 27039 -[loc_27039] -width=3 -length=3 -op1=Attack -ambient=25 -anim=seq_7245 -model=model_28965 -model2=model_28969 -name=Jade vine - -// 27040 -[loc_27040] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_65535 -retex2s=material_41 -retex2d=material_65535 -model=model_28961 -model2=model_28969 -name=Diseased jade vine - -// 27041 -[loc_27041] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_65535 -retex2s=material_41 -retex2d=material_65535 -model=model_28946 -model2=model_28969 -name=Diseased jade vine - -// 27042 -[loc_27042] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_65535 -retex2s=material_41 -retex2d=material_65535 -model=model_28945 -model2=model_28969 -name=Diseased jade vine - -// 27043 -[loc_27043] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_65535 -retex2s=material_41 -retex2d=material_65535 -model=model_28959 -model2=model_28969 -name=Diseased jade vine - -// 27044 -[loc_27044] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -recol1s=14624 -recol1d=7426 -retex1s=material_8 -retex1d=material_65535 -retex2s=material_41 -retex2d=material_65535 -model=model_28973 -model2=model_28969 -name=Diseased jade vine - -// 27045 -[loc_27045] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -recol1s=14624 -recol1d=4226 -model=model_28942 -model2=model_28969 -name=Dead jade vine - -// 27046 -[loc_27046] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -recol1s=14624 -recol1d=4226 -model=model_28952 -model2=model_28969 -name=Dead jade vine - -// 27047 -[loc_27047] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -recol1s=14624 -recol1d=4226 -model=model_28957 -model2=model_28969 -name=Dead jade vine - -// 27048 -[loc_27048] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -recol1s=14624 -recol1d=4226 -model=model_28967 -model2=model_28969 -name=Dead jade vine - -// 27049 -[loc_27049] -width=3 -length=3 -ambient=25 -op2=Inspect -op4=Guide -recol1s=14624 -recol1d=4226 -model=model_28947 -model2=model_28969 -name=Dead jade vine - -// 27050 -[loc_27050] -active=yes -anim=seq_1726 -ambient=25 -contrast=25 -multivar=varplayerbit_4045 -multiloc=0,loc_683 -multiloc=1,loc_683 -multiloc=2,loc_683 -multiloc=3,loc_27051 -multiloc=4,loc_683 - -// 27051 -[loc_27051] -anim=seq_1726 -ambient=25 -contrast=25 -model=model_11878 -name=Grandfather clock - -// 27052 -[loc_27052] -length=2 -width=2 -blockrange=no -recolhsl1s=6554 -recolhsl1d=7440 -recolhsl2s=6435 -recolhsl2d=7444 -recolhsl3s=6315 -recolhsl3d=7448 -model=model_29118 -name=Table - -// 27053 -[loc_27053] -blockwalk=yes -ambient=0 -contrast=0 -length=2 -width=2 -recolhsl1s=6554 -recolhsl1d=7440 -recolhsl2s=6435 -recolhsl2d=7444 -recolhsl3s=6315 -recolhsl3d=7448 -model=model_29117 -model2=model_29118 -name=A parcel - -// 27054 -[loc_27054] -blockwalk=yes -ambient=0 -contrast=0 -width=2 -model=model_29010 -model2=model_29009 -name=Smelly package - -// 27055 -[loc_27055] -blockwalk=yes -ambient=0 -contrast=0 -op1=Open -width=2 -forceapproach=south -bgsound=synth_3951,8 -randomsound=10,100,8,synth_3933,synth_3958,synth_3970,synth_3982 -model=model_29010 -model2=model_29009 -name=Smelly package - -// 27056 -[loc_27056] -blockwalk=yes -ambient=0 -contrast=0 -width=2 -model=model_29009 -name=Table - -// 27057 -[loc_27057] -blockwalk=yes -ambient=0 -contrast=0 -width=2 -model=model_29007 -model2=model_29009 -name=Open package - -// 27058 -[loc_27058] -blockwalk=yes -ambient=25 -contrast=15 -op1=Dig -blockrange=no -model=model_29002 -name=Loose soil - -// 27059 -[loc_27059] -blockwalk=no -ambient=25 -contrast=15 -op1=Cut -model=model_29001 -name=Roots - -// 27060 -[loc_27060] -blockwalk=no -ambient=25 -contrast=15 -model=model_29000 -name=Cut roots - -// 27061 -[loc_27061] -ambient=25 -active=yes -width=3 -length=3 -model=model_28969 -name=Horacio's jade vine patch - -// 27062 -[loc_27062] -ambient=25 -op1=Attack -width=3 -length=3 -recol1s=11652 -recol1d=13666 -recol2s=22530 -recol2d=30284 -recol3s=32367 -recol3d=28136 -recol4s=27716 -recol4d=23942 -recol5s=22530 -recol5d=20771 -model=model_28965 -model2=model_28969 -name=Wild jade vine - -// 27063 -[loc_27063] -width=3 -length=3 -ambient=25 -model=model_28962 -model2=model_28969 -name=Horacio's patch - -// 27064 -[loc_27064] -ambient=25 -width=3 -length=3 -model=model_28941 -model2=model_28969 -name=Horacio's jade vine patch - -// 27065 -[loc_27065] -op1=Open -active=yes -raiseobject=no -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 27066 -[loc_27066] -op1=Open -mirror=yes -active=yes -raiseobject=no -blockrange=no -model=model_1509,1 -model=model_1511,5 -name=Gate - -// 27067 -[loc_27067] -length=2 -shadow=no -contrast=15 -ambient=25 -blockwalk=yes -hardshadow=no -blockrange=no -model=model_29004 -name=Grave - -// 27068 -[loc_27068] -length=2 -shadow=no -contrast=15 -ambient=25 -blockwalk=yes -hardshadow=no -blockrange=no -retex1s=material_209 -retex1d=material_181 -model=model_28998 -name=Grave - -// 27069 -[loc_27069] -active=yes -length=2 -shadow=no -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -multivar=varplayerbit_4054 -multiloc=0,loc_27067 -multiloc=1,loc_27068 - -// 27070 -[loc_27070] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_29002 -name=Loose earth - -// 27071 -[loc_27071] -blockwalk=no -ambient=25 -contrast=15 -model=model_29001 -name=Exposed root - -// 27072 -[loc_27072] -blockwalk=no -ambient=25 -contrast=15 -model=model_29000 -name=Cut root - -// 27073 -[loc_27073] -width=3 -blockwalk=yes -ambient=25 -contrast=15 -model=model_29005 -name=Ugly flowerbed - -// 27074 -[loc_27074] -width=3 -blockwalk=yes -ambient=25 -contrast=15 -model=model_29003 -name=Beautiful flowerbed - -// 27075 -[loc_27075] -active=yes -width=3 -blockwalk=yes -ambient=25 -contrast=15 -multivar=varplayerbit_4055 -multiloc=0,loc_27073 -multiloc=1,loc_27073 -multiloc=5,loc_27073 -multiloc=10,loc_27073 -multiloc=15,loc_27073 -multiloc=20,loc_27073 -multiloc=25,loc_27073 -multiloc=30,loc_27073 -multiloc=35,loc_27073 -multiloc=40,loc_27073 -multiloc=45,loc_27073 -multiloc=50,loc_27073 -multiloc=55,loc_27074 -multiloc=60,loc_27074 -multiloc=65,loc_27074 - -// 27076 -[loc_27076] -active=yes -length=3 -contrast=20 -ambient=20 -anim=seq_7245 -model=model_28943 -name=Wild jade vine - -// 27077 -[loc_27077] -active=yes -length=3 -contrast=20 -ambient=20 -anim=seq_7245 -model=model_28972 -name=Wild jade vine - -// 27078 -[loc_27078] -active=yes -length=2 -contrast=20 -ambient=20 -anim=seq_7245 -op1=Cut -model=model_28970 -name=Wild jade vine - -// 27079 -[loc_27079] -active=no -sharelight=yes -blockwalk=yes -occlude=yes -recol1s=13671 -recol1d=10467 -recol2s=12614 -recol2d=7297 -recol3s=11557 -recol3d=6240 -recol4s=10500 -recol4d=8353 -recol5s=9443 -recol5d=12581 -model=model_9563,1 -model=model_36049,2 -model=model_9564,3 -model=model_9565,4 -model=model_9566,5 - -// 27080 -[loc_27080] -active=no -sharelight=yes -blockwalk=yes -recol1s=13671 -recol1d=10467 -recol2s=12614 -recol2d=7297 -recol3s=11557 -recol3d=6240 -recol4s=10500 -recol4d=8353 -recol5s=9443 -recol5d=12581 -model=model_20364,1 - -// 27081 -[loc_27081] -active=no -sharelight=yes -blockwalk=yes -recol1s=13671 -recol1d=10467 -recol2s=12614 -recol2d=7297 -recol3s=11557 -recol3d=6240 -recol4s=10500 -recol4d=8353 -recol5s=9443 -recol5d=12581 -model=model_20363,1 - -// 27082 -[loc_27082] -width=2 -blockrange=no -model=model_29009 -name=Counter - -// 27083 -[loc_27083] -blockrange=no -model=model_29008 -name=Table - -// 27084 -[loc_27084] -active=yes -recol1s=13605 -recol1d=10499 -recol2s=12548 -recol2d=9442 -recol3s=11491 -recol3d=8385 -recol4s=10434 -recol4d=7328 -recol5s=7297 -recol5d=6240 -model=model_8232 -name=Barrel - -// 27085 -[loc_27085] -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5283 -name=Boxes - -// 27086 -[loc_27086] -resizex=100 -resizey=100 -resizez=100 -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5257 -name=Crates - -// 27087 -[loc_27087] -resizex=100 -resizey=100 -resizez=100 -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5256 -name=Crate - -// 27088 -[loc_27088] -ambient=10 -active=no -blockrange=no -recol1s=13605 -recol1d=10499 -recol2s=12548 -recol2d=9442 -recol3s=11491 -recol3d=8385 -recol4s=10434 -recol4d=7328 -recol5s=7297 -recol5d=6240 -model=model_8232 -model2=model_9531 - -// 27089 -[loc_27089] -blockwalk=yes -ambient=25 -contrast=15 -anim=seq_7252 -bgsound=synth_3974,3 -model=model_29120 -name=Tree - -// 27090 -[loc_27090] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29043 -model2=model_29107 -model=model_29043 -model2=model_29083 - -// 27091 -[loc_27091] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29043 - -// 27092 -[loc_27092] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29034 -model2=model_29014 -model=model_29034 -model2=model_29083 - -// 27093 -[loc_27093] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29085 - -// 27094 -[loc_27094] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29089 -model2=model_29090 -model=model_29089 -model2=model_29083 - -// 27095 -[loc_27095] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29089 - -// 27096 -[loc_27096] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29080 -model2=model_29092 -model=model_29080 -model2=model_29083 - -// 27097 -[loc_27097] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29058 - -// 27098 -[loc_27098] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29052 -model2=model_29042 -model=model_29052 -model2=model_29083 - -// 27099 -[loc_27099] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29052 - -// 27100 -[loc_27100] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -mirror=yes -model=model_29052 -model2=model_29042 -model=model_29052 -model2=model_29083 - -// 27101 -[loc_27101] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -mirror=yes -model=model_29052 - -// 27102 -[loc_27102] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29064 -model2=model_29107 -model=model_29064 -model2=model_29083 - -// 27103 -[loc_27103] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29064 - -// 27104 -[loc_27104] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29031 - -// 27105 -[loc_27105] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29037 -model2=model_29019 -model=model_29037 -model2=model_29083 - -// 27106 -[loc_27106] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29082 - -// 27107 -[loc_27107] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29017 -model2=model_29059 -model=model_29017 -model2=model_29083 - -// 27108 -[loc_27108] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29070 - -// 27109 -[loc_27109] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29060 -model2=model_29077 -model=model_29060 -model2=model_29083 - -// 27110 -[loc_27110] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29112 - -// 27111 -[loc_27111] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29035 -model2=model_29069 -model=model_29035 -model2=model_29083 - -// 27112 -[loc_27112] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29054 - -// 27113 -[loc_27113] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29110 -model2=model_29071 -model=model_29110 -model2=model_29083 - -// 27114 -[loc_27114] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29108 - -// 27115 -[loc_27115] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29098 -model2=model_29047 -model=model_29098 -model2=model_29083 - -// 27116 -[loc_27116] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29020 - -// 27117 -[loc_27117] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29026 -model2=model_29062 -model=model_29026 -model2=model_29083 - -// 27118 -[loc_27118] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29024 - -// 27119 -[loc_27119] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29115 -model2=model_29029 -model=model_29115 -model2=model_29083 - -// 27120 -[loc_27120] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29057 - -// 27121 -[loc_27121] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29056 -model2=model_29081 -model=model_29056 -model2=model_29083 - -// 27122 -[loc_27122] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29032 -model2=model_29103 -model=model_29032 -model2=model_29083 - -// 27123 -[loc_27123] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29032 - -// 27124 -[loc_27124] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29013 -model2=model_29027 -model=model_29013 -model2=model_29083 - -// 27125 -[loc_27125] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29039 - -// 27126 -[loc_27126] -active=yes -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -op1=Climb-up -forceapproach=east -model=model_29048 -model2=model_29016 -model=model_29048 -model2=model_29083 -name=Vine - -// 27127 -[loc_27127] -active=yes -contrast=20 -ambient=30 -forceapproach=east -multivar=varplayerbit_4055 -multiloc=0,loc_27133 -multiloc=1,loc_27133 -multiloc=5,loc_27133 -multiloc=10,loc_27133 -multiloc=15,loc_27133 -multiloc=20,loc_27133 -multiloc=25,loc_27133 -multiloc=30,loc_27133 -multiloc=35,loc_27126 -multiloc=40,loc_27126 -multiloc=45,loc_27126 -multiloc=50,loc_27126 -multiloc=55,loc_27126 -multiloc=60,loc_27126 -multiloc=65,loc_27126 - -// 27128 -[loc_27128] -active=yes -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -op1=Climb-up -forceapproach=east -model=model_29068 -model2=model_29116 -model=model_29068 -model2=model_29083 -name=Vine - -// 27129 -[loc_27129] -active=yes -contrast=20 -ambient=30 -blockwalk=no -forcedecor=yes -op1=Climb-down -forceapproach=south -model=model_29022,0 -name=Vine - -// 27130 -[loc_27130] -active=yes -contrast=20 -ambient=30 -blockwalk=no -forcedecor=yes -op1=Climb-down -forceapproach=south -model=model_29022,0 -name=Vine - -// 27131 -[loc_27131] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29012 - -// 27132 -[loc_27132] -active=yes -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29041 -name=Vine - -// 27133 -[loc_27133] -active=yes -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29041 -model2=model_29016 -model=model_29041 -model2=model_29083 -name=Vine - -// 27134 -[loc_27134] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29041 -model2=model_29016 -model=model_29041 -model2=model_29083 - -// 27135 -[loc_27135] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29084 - -// 27136 -[loc_27136] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29065 -model2=model_29086 -model=model_29065 -model2=model_29083 - -// 27137 -[loc_27137] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29101 - -// 27138 -[loc_27138] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29111 -model2=model_29086 -model=model_29111 -model2=model_29083 - -// 27139 -[loc_27139] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29025 - -// 27140 -[loc_27140] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29040 -model2=model_29086 -model=model_29040 -model2=model_29083 - -// 27141 -[loc_27141] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29040 - -// 27142 -[loc_27142] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29095 -model2=model_29036 -model=model_29095 -model2=model_29083 - -// 27143 -[loc_27143] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29061 - -// 27144 -[loc_27144] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29072 -model2=model_29036 -model=model_29072 -model2=model_29083 - -// 27145 -[loc_27145] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29072 - -// 27146 -[loc_27146] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29097 -model2=model_29105 -model=model_29097 -model2=model_29083 - -// 27147 -[loc_27147] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29067 - -// 27148 -[loc_27148] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29045 -model2=model_29038 -model=model_29045 -model2=model_29083 - -// 27149 -[loc_27149] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29045 - -// 27150 -[loc_27150] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -offsety=-64 -model=model_29093 - -// 27151 -[loc_27151] -active=yes -contrast=20 -ambient=30 -blockwalk=yes -op1=Climb-up -offsety=-60 -forceapproach=west -model=model_29096 -name=Vine - -// 27152 -[loc_27152] -active=yes -contrast=20 -ambient=30 -blockwalk=yes -op1=Climb-up -offsety=-60 -forceapproach=west -model=model_29096 -name=Vine - -// 27153 -[loc_27153] -active=no -contrast=20 -ambient=30 -blockwalk=yes -offsety=-60 -model=model_29033 - -// 27154 -[loc_27154] -active=no -contrast=20 -ambient=30 -blockwalk=yes -offsety=-60 -model=model_29033 - -// 27155 -[loc_27155] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29114 -model2=model_29018 -model=model_29114 -model2=model_29083 - -// 27156 -[loc_27156] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29113 - -// 27157 -[loc_27157] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29087 - -// 27158 -[loc_27158] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29063 -model2=model_29014 -model=model_29063 -model2=model_29083 - -// 27159 -[loc_27159] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29063 - -// 27160 -[loc_27160] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29023 -model2=model_29079 -model=model_29023 -model2=model_29083 - -// 27161 -[loc_27161] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29109 - -// 27162 -[loc_27162] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29104 - -// 27163 -[loc_27163] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29053 - -// 27164 -[loc_27164] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29076 - -// 27165 -[loc_27165] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29088 - -// 27166 -[loc_27166] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29075 - -// 27167 -[loc_27167] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29094 - -// 27168 -[loc_27168] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29015 - -// 27169 -[loc_27169] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29074 - -// 27170 -[loc_27170] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29099 - -// 27171 -[loc_27171] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29055 - -// 27172 -[loc_27172] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29030 -model2=model_29066 -model=model_29030 -model2=model_29083 - -// 27173 -[loc_27173] -active=yes -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -op3=Hidden -op4=Cut -model=model_29021 -name=Vines - -// 27174 -[loc_27174] -active=yes -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -op1=Crawl-through -model=model_29049 -name=Cut vines - -// 27175 -[loc_27175] -active=yes -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -op1=Squeeze-through -model=model_29050 -name=Vines - -// 27176 -[loc_27176] -active=yes -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -op1=Crawl-through -model=model_29046 -name=Vines - -// 27177 -[loc_27177] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29078 - -// 27178 -[loc_27178] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29100 - -// 27179 -[loc_27179] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -model=model_29091 - -// 27180 -[loc_27180] -length=6 -blockwalk=no -contrast=20 -ambient=30 -op1=Swing-on -model=model_29122 -name=Vine - -// 27181 -[loc_27181] -active=yes -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -op1=Enter -forceapproach=south -model=model_29073 -model2=model_29014 -model=model_29073 -model2=model_29083 -name=Vine - -// 27182 -[loc_27182] -active=yes -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -op1=Enter -forceapproach=south -model=model_29073 -name=Vine - -// 27183 -[loc_27183] -active=no -hillskew=yes -contrast=20 -ambient=30 -blockwalk=yes -width=3 -length=3 -model=model_29028 -model2=model_29106 -model=model_29028 -model2=model_29083 - -// 27184 -[loc_27184] -hillskew=yes -model=model_28999,0 - -// 27185 -[loc_27185] -active=yes -contrast=20 -ambient=30 -blockwalk=no -forcedecor=yes -op1=Cross -model=model_29022,0 -name=Vine - -// 27186 -[loc_27186] -blockwalk=yes -ambient=25 -contrast=15 -op1=Enter -blockrange=no -model=model_29006 -name=Hole - -// 27187 -[loc_27187] -blockwalk=yes -ambient=25 -contrast=15 -bgsound=synth_3969,9 -blockrange=no -model=model_28997 -name=Wasp nest - -// 27188 -[loc_27188] -active=no -shadow=no -blockwalk=no -bgsound=synth_3956,6 -model=model_596 - -// 27189 -[loc_27189] -active=yes -length=2 -width=2 -multivar=varplayerbit_4055 -multiloc=0,loc_27052 -multiloc=1,loc_27052 -multiloc=5,loc_27052 -multiloc=10,loc_27052 -multiloc=15,loc_27052 -multiloc=20,loc_27053 -multiloc=25,loc_27053 -multiloc=30,loc_27052 -multiloc=35,loc_27052 -multiloc=40,loc_27052 -multiloc=45,loc_27052 -multiloc=50,loc_27052 -multiloc=55,loc_27052 -multiloc=60,loc_27052 -multiloc=65,loc_27052 - -// 27190 -[loc_27190] -active=yes -width=2 -anim=seq_7231 -forceapproach=south -multivar=varplayerbit_4055 -multiloc=0,loc_27056 -multiloc=1,loc_27056 -multiloc=5,loc_27056 -multiloc=10,loc_27054 -multiloc=15,loc_27055 -multiloc=20,loc_27057 -multiloc=25,loc_27057 -multiloc=30,loc_27056 -multiloc=35,loc_27056 -multiloc=40,loc_27056 -multiloc=45,loc_27056 -multiloc=50,loc_27056 -multiloc=55,loc_27056 -multiloc=60,loc_27056 -multiloc=65,loc_27056 - -// 27191 -[loc_27191] -active=yes -multivar=varplayerbit_4058 -multiloc=0,loc_27058 -multiloc=1,loc_27059 -multiloc=2,loc_27060 - -// 27192 -[loc_27192] -active=yes -multivar=varplayerbit_4059 -multiloc=0,loc_27058 -multiloc=1,loc_27059 -multiloc=2,loc_27060 - -// 27193 -[loc_27193] -active=yes -multivar=varplayerbit_4060 -multiloc=0,loc_27058 -multiloc=1,loc_27059 -multiloc=2,loc_27060 - -// 27194 -[loc_27194] -active=yes -multivar=varplayerbit_4061 -multiloc=0,loc_27058 -multiloc=1,loc_27059 -multiloc=2,loc_27060 - -// 27195 -[loc_27195] -active=yes -multivar=varplayerbit_4062 -multiloc=0,loc_27058 -multiloc=1,loc_27059 -multiloc=2,loc_27060 - -// 27196 -[loc_27196] -active=yes -width=3 -length=3 -anim=seq_7245 -multivar=varplayerbit_4055 -multiloc=0,loc_27063 -multiloc=1,loc_27063 -multiloc=5,loc_27063 -multiloc=10,loc_27063 -multiloc=15,loc_27063 -multiloc=20,loc_27063 -multiloc=25,loc_27063 -multiloc=30,loc_27063 -multiloc=35,loc_27063 -multiloc=40,loc_27061 -multiloc=45,loc_27061 -multiloc=50,loc_27061 -multiloc=55,loc_27062 -multiloc=60,loc_27061 -multiloc=65,loc_27064 - -// 27197 -[loc_27197] -blockwalk=yes -width=3 -length=3 -active=yes -hillskew=yes -anim=seq_7245 -multivar=varplayerbit_4064 -multiloc=0,loc_27025 -multiloc=1,loc_27024 -multiloc=2,loc_27023 -multiloc=3,loc_27022 -multiloc=4,loc_27026 -multiloc=5,loc_27027 -multiloc=6,loc_27028 -multiloc=7,loc_27029 -multiloc=8,loc_27030 -multiloc=9,loc_27031 -multiloc=10,loc_27033 -multiloc=11,loc_27032 -multiloc=12,loc_27034 -multiloc=13,loc_27035 -multiloc=14,loc_27036 -multiloc=15,loc_27037 -multiloc=16,loc_27038 -multiloc=17,loc_27039 -multiloc=18,loc_27040 -multiloc=19,loc_27041 -multiloc=20,loc_27042 -multiloc=21,loc_27043 -multiloc=22,loc_27044 -multiloc=23,loc_27045 -multiloc=24,loc_27046 -multiloc=25,loc_27047 -multiloc=26,loc_27048 -multiloc=27,loc_27049 - -// 27198 -[loc_27198] -sharelight=yes -ambient=25 -contrast=25 -model=model_580,Z -model=model_579,X -model=model_577,C -model=model_578,V - -// 27199 -[loc_27199] -sharelight=yes -ambient=25 -contrast=25 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 27200 -[loc_27200] -sharelight=yes -ambient=25 -contrast=25 -model=model_617,A -model=model_622,S -model=model_618,D -model=model_619,F -model=model_620,G -model=model_621,H - -// 27201 -[loc_27201] -width=2 -length=2 -ambient=10 -active=yes -blockrange=no -recol1s=5217 -recol1d=8516 -model=model_14146 -name=Bush - -// 27202 -[loc_27202] -active=no -ambient=20 -model=model_29156,1 -model=model_29162,2 - -// 27203 -[loc_27203] -active=no -ambient=20 -model=model_29163,1 - -// 27204 -[loc_27204] -active=no -ambient=20 -model=model_29161 - -// 27205 -[loc_27205] -active=no -ambient=20 -mirror=yes -model=model_29161 - -// 27206 -[loc_27206] -active=no -ambient=20 -forcedecor=yes -model=model_29160,0 - -// 27207 -[loc_27207] -active=no -ambient=20 -model=model_29157 - -// 27208 -[loc_27208] -active=no -ambient=20 -model=model_29158 - -// 27209 -[loc_27209] -active=no -ambient=20 -mirror=yes -model=model_29157 - -// 27210 -[loc_27210] -active=no -ambient=20 -mirror=yes -model=model_29158 - -// 27211 -[loc_27211] -ambient=20 -op1=Exit -forcedecor=yes -forceapproach=west -model=model_29159,0 -name=Ramp - -// 27212 -[loc_27212] -ambient=20 -op1=Enter -model=model_29164 -name=Ramp - -// 27213 -[loc_27213] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=5251 -recol2s=11523 -recol2d=6275 -recol3s=8353 -recol3d=6275 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 27214 -[loc_27214] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=5251 -recol2s=11523 -recol2d=6275 -recol3s=8353 -recol3d=6275 -model=model_8762,1 -model=model_8763,4 -model=model_8761,0 - -// 27215 -[loc_27215] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=35 -resizey=32 -forcedecor=yes -model=model_29154,0 - -// 27216 -[loc_27216] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=35 -resizey=32 -forcedecor=yes -model=model_29152,0 - -// 27217 -[loc_27217] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=35 -resizey=32 -forcedecor=yes -model=model_29153,0 - -// 27218 -[loc_27218] -op1=Slide-down -forceapproach=west -model=model_29135 -name=Slide - -// 27219 -[loc_27219] -active=no -model=model_29145 - -// 27220 -[loc_27220] -active=no -model=model_29148 - -// 27221 -[loc_27221] -active=no -model=model_29138 - -// 27222 -[loc_27222] -active=no -model=model_29146 - -// 27223 -[loc_27223] -active=no -forcedecor=yes -model=model_29149,0 - -// 27224 -[loc_27224] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=105 -wallwidth=16 -recol1s=23356 -recol1d=4197 -recol2s=25404 -recol2d=2083 -recol3s=10468 -recol3d=5251 -recol4s=12582 -recol4d=7365 -recol5s=15719 -recol5d=6308 -model=model_27281,1 -model=model_27293,2 -model=model_27288,3 -model=model_27299,4 -model=model_27295,5 - -// 27225 -[loc_27225] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=105 -wallwidth=16 -recol1s=23356 -recol1d=4197 -recol2s=25404 -recol2d=2083 -recol3s=10468 -recol3d=5251 -recol4s=12582 -recol4d=7365 -recol5s=15719 -recol5d=6308 -model=model_27280,1 -model=model_27283,2 -model=model_27284,3 -model=model_27285,4 - -// 27226 -[loc_27226] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=105 -wallwidth=16 -recol1s=23356 -recol1d=4197 -recol2s=25404 -recol2d=2083 -recol3s=10468 -recol3d=5251 -recol4s=12582 -recol4d=7365 -recol5s=15719 -recol5d=6308 -model=model_27302,1 - -// 27227 -[loc_27227] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=105 -wallwidth=16 -recol1s=23356 -recol1d=4197 -recol2s=25404 -recol2d=2083 -recol3s=10468 -recol3d=5251 -recol4s=12582 -recol4d=7365 -recol5s=15719 -recol5d=6308 -model=model_29140,1 - -// 27228 -[loc_27228] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=105 -wallwidth=16 -mirror=yes -recol1s=23356 -recol1d=4197 -recol2s=25404 -recol2d=2083 -recol3s=10468 -recol3d=5251 -recol4s=12582 -recol4d=7365 -recol5s=15719 -recol5d=6308 -model=model_29140,1 - -// 27229 -[loc_27229] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=105 -wallwidth=16 -recol1s=23356 -recol1d=4197 -recol2s=25404 -recol2d=2083 -recol3s=10468 -recol3d=5251 -recol4s=12582 -recol4d=7365 -recol5s=15719 -recol5d=6308 -model=model_29141,1 - -// 27230 -[loc_27230] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=105 -wallwidth=16 -mirror=yes -recol1s=23356 -recol1d=4197 -recol2s=25404 -recol2d=2083 -recol3s=10468 -recol3d=5251 -recol4s=12582 -recol4d=7365 -recol5s=15719 -recol5d=6308 -model=model_29141,1 - -// 27231 -[loc_27231] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_29143 - -// 27232 -[loc_27232] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_29137 - -// 27233 -[loc_27233] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_29136 - -// 27234 -[loc_27234] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16842 -recol1d=15821 -recol2s=13673 -recol2d=13675 -recol3s=12649 -recol3d=12651 -recol4s=9510 -recol4d=9512 -recol5s=9478 -recol5d=9480 -recol6s=8453 -recol6d=8455 -model=model_29150,1 - -// 27235 -[loc_27235] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16842 -recol1d=15821 -recol2s=13673 -recol2d=13675 -recol3s=12649 -recol3d=12651 -recol4s=9510 -recol4d=9512 -recol5s=9478 -recol5d=9480 -recol6s=8453 -recol6d=8455 -model=model_29150,1 - -// 27236 -[loc_27236] -active=no -ambient=10 -contrast=10 -recol1s=12295 -recol1d=5221 -recol2s=10244 -recol2d=4164 -recol3s=16523 -recol3d=7303 -recol4s=8196 -recol4d=1090 -recol5s=32403 -recol5d=1090 -recol6s=20910 -recol6d=2147 -model=model_24808,0 - -// 27237 -[loc_27237] -active=no -ambient=10 -contrast=10 -recol1s=12295 -recol1d=5221 -recol2s=10244 -recol2d=4164 -recol3s=16523 -recol3d=7303 -recol4s=8196 -recol4d=1090 -recol5s=32403 -recol5d=1090 -recol6s=20910 -recol6d=2147 -model=model_24809,0 - -// 27238 -[loc_27238] -ambient=10 -contrast=10 -active=no -recol1s=12295 -recol1d=5221 -recol2s=10244 -recol2d=4164 -recol3s=16523 -recol3d=7303 -recol4s=8196 -recol4d=1090 -recol5s=32403 -recol5d=1090 -recol6s=20910 -recol6d=2147 -model=model_24807,0 - -// 27239 -[loc_27239] -ambient=10 -contrast=10 -active=no -recol1s=12295 -recol1d=5221 -recol2s=10244 -recol2d=4164 -recol3s=16523 -recol3d=7303 -recol4s=8196 -recol4d=1090 -recol5s=32403 -recol5d=1090 -recol6s=20910 -recol6d=2147 -model=model_29181,0 - -// 27240 -[loc_27240] -active=yes -anim=seq_7291 -blockwalk=no -forcedecor=yes -model=model_29184,0 -name=Pitfall - -// 27241 -[loc_27241] -anim=seq_7286 -ambient=40 -contrast=40 -bgsound=synth_2065,3 -recol1s=13675 -recol1d=6342 -recol2s=8456 -recol2d=3171 -recol3s=32736 -recol3d=7478 -recol4s=28128 -recol4d=11667 -recol5s=25664 -recol5d=3244 -model=model_29172 -name=Torch - -// 27242 -[loc_27242] -width=3 -length=3 -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=25 -forceapproach=west -resizex=192 -resizez=192 -model=model_29133 -name=Staircase - -// 27243 -[loc_27243] -op1=Climb-down -width=3 -length=3 -blockwalk=yes -msi=msi_7 -ambient=25 -contrast=25 -forceapproach=east -resizex=192 -resizez=192 -model=model_29134 -name=Staircase - -// 27244 -[loc_27244] -blockrange=no -recol1s=10401 -recol1d=3171 -recol2s=13344 -recol2d=7168 -model=model_1273 -name=Chair - -// 27245 -[loc_27245] -ambient=25 -width=2 -length=2 -op1=Search -recol1s=10564 -recol1d=7168 -recol2s=23208 -recol2d=5189 -recol3s=16836 -recol3d=3075 -recol4s=8450 -recol4d=5120 -recol5s=5218 -recol5d=3171 -recol6s=7332 -recol6d=4228 -model=model_29144 -name=Table - -// 27246 -[loc_27246] -ambient=25 -op1=Search -forceapproach=south -recol1s=13605 -recol1d=7365 -recol2s=11491 -recol2d=5251 -recol3s=9377 -recol3d=3137 -model=model_25064 -name=Cabinets - -// 27247 -[loc_27247] -ambient=25 -op1=Search -forceapproach=south -recol1s=13605 -recol1d=7365 -recol2s=11491 -recol2d=5251 -recol3s=9377 -recol3d=3137 -model=model_25065 -name=Cabinets - -// 27248 -[loc_27248] -ambient=25 -op1=Search -forceapproach=east -recol1s=22059 -recol1d=7365 -recol2s=14662 -recol2d=5251 -model=model_12410 -name=Bookcases - -// 27249 -[loc_27249] -ambient=25 -op1=Search -forceapproach=south -recol1s=20933 -recol1d=7365 -recol2s=7329 -recol2d=5251 -model=model_15207 -name=Bookcases - -// 27250 -[loc_27250] -ambient=25 -op1=Search -forceapproach=south -recol1s=20933 -recol1d=7365 -recol2s=7329 -recol2d=5251 -model=model_15208 -name=Bookcases - -// 27251 -[loc_27251] -length=3 -anim=seq_477 -bgsound=synth_2065,3 -op1=Search -forceapproach=east -recolhsl1s=7105 -recolhsl1d=42689 -recolhsl2s=7130 -recolhsl2d=42714 -recol3s=32454 -recol3d=10651 -recolhsl4s=1858 -recolhsl4d=42802 -model=model_12612 -name=Fireplace - -// 27252 -[loc_27252] -width=3 -length=2 -ambient=20 -contrast=20 -op1=Search -forceapproach=south -model=model_29166 -name=Sofa - -// 27253 -[loc_27253] -anim=seq_7283 -width=2 -ambient=20 -contrast=20 -op1=Search -bgsound=synth_3074,3 -forceapproach=south -model=model_29155 -name=Fishtank - -// 27254 -[loc_27254] -length=2 -width=2 -anim=seq_3174 -op1=Enter -bgsound=synth_3139,3 -ambient=40 -recol1s=7180 -recol1d=2114 -recol2s=8237 -recol2d=3171 -recol3s=9294 -recol3d=4228 -recol4s=10351 -recol4d=5285 -recol5s=11408 -recol5d=6342 -recol6s=4194 -recol6d=5251 -model=model_11242 -model2=model_11234 -name=Dark portal - -// 27255 -[loc_27255] -op1=Open -forceapproach=south -recol1s=22059 -recol1d=7365 -recol2s=14662 -recol2d=5251 -model=model_12146 -name=Grim chest - -// 27256 -[loc_27256] -op1=Search -forceapproach=south -recol1s=22059 -recol1d=7365 -recol2s=14662 -recol2d=5251 -model=model_12147 -name=Grim chest - -// 27257 -[loc_27257] -op1=Pick-up -model=model_29142 -name=Skull - -// 27258 -[loc_27258] -active=yes -ambient=20 -contrast=20 -model=model_29151,Q -name=Skeleton portrait - -// 27259 -[loc_27259] -active=yes -ambient=20 -contrast=20 -model=model_29147,Q -name=Zombie portrait - -// 27260 -[loc_27260] -ambient=50 -op1=Search -forceapproach=east -recol1s=6240 -recol1d=5251 -model=model_2122,Q -name=Shelves - -// 27261 -[loc_27261] -active=yes -ambient=50 -offsety=-10 -op1=Search -forceapproach=east -recol1s=24137 -recol1d=5251 -recol2s=17764 -recol2d=5251 -recol3s=8387 -recol3d=5251 -model=model_4316,Q -name=Shelves - -// 27262 -[loc_27262] -msi=msi_1 -model=model_29130 -name=Sullen tree - -// 27263 -[loc_27263] -msi=msi_1 -model=model_29128 -name=Bleak tree - -// 27264 -[loc_27264] -msi=msi_1 -model=model_29127 -name=Foul tree - -// 27265 -[loc_27265] -msi=msi_1 -width=2 -length=2 -model=model_29129 -name=Wretched tree - -// 27266 -[loc_27266] -active=yes -ambient=40 -contrast=20 -op1=Pass -model=model_29132 -name=Spider web - -// 27267 -[loc_27267] -active=no -recol1s=11561 -recol1d=35 -recol2s=16846 -recol2d=101 -recol3s=22131 -recol3d=1158 -model=model_4401,0 - -// 27268 -[loc_27268] -active=no -recol1s=11561 -recol1d=35 -recol2s=16846 -recol2d=101 -recol3s=22131 -recol3d=1158 -model=model_4402,0 - -// 27269 -[loc_27269] -active=no -recol1s=11561 -recol1d=35 -recol2s=16846 -recol2d=101 -recol3s=22131 -recol3d=1158 -model=model_4403,0 - -// 27270 -[loc_27270] -active=no -model=model_29126,0 - -// 27271 -[loc_27271] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16842 -recol1d=15821 -recol2s=13673 -recol2d=13675 -recol3s=12649 -recol3d=12651 -recol4s=9510 -recol4d=9512 -recol5s=9478 -recol5d=9480 -recol6s=8453 -recol6d=8455 -model=model_27544,1 -model=model_27541,2 -model=model_27542,3 -model=model_27543,4 -model=model_27546,5 - -// 27272 -[loc_27272] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -recol1s=16842 -recol1d=15821 -recol2s=13673 -recol2d=13675 -recol3s=12649 -recol3d=12651 -recol4s=9510 -recol4d=9512 -recol5s=9478 -recol5d=9480 -recol6s=8453 -recol6d=8455 -model=model_27545,1 - -// 27273 -[loc_27273] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -recol1s=16842 -recol1d=15821 -recol2s=13673 -recol2d=13675 -recol3s=12649 -recol3d=12651 -recol4s=9510 -recol4d=9512 -recol5s=9478 -recol5d=9480 -recol6s=8453 -recol6d=8455 -model=model_27545,1 - -// 27274 -[loc_27274] -active=yes -blockwalk=no -ambient=15 -contrast=15 -anim=seq_7284 -model=model_29170,0 -name=Gargoyle - -// 27275 -[loc_27275] -active=yes -blockwalk=no -ambient=15 -contrast=15 -anim=seq_7284 -model=model_29168,0 -name=Gargoyle - -// 27276 -[loc_27276] -active=yes -blockwalk=no -ambient=15 -contrast=15 -anim=seq_7284 -op1=Pass -model=model_29169,0 -name=Doorway - -// 27277 -[loc_27277] -active=no -blockwalk=no -anim=seq_7285 -width=3 -length=2 -shadow=no -model=model_29171 - -// 27278 -[loc_27278] -ambient=25 -op1=Step-on -model=model_29189,0 -name=Springboard - -// 27279 -[loc_27279] -active=yes -blockwalk=yes -multivar=varplayerbit_4086 -multiloc=0,loc_27257 -multiloc=1,loc_27280 - -// 27280 -[loc_27280] -model=model_29190 -name=Worm - -// 27281 -[loc_27281] -msi=msi_1 -width=3 -length=3 -recol1s=6472 -recol1d=1158 -recol2s=5415 -recol2d=101 -recol3s=3301 -recol3d=35 -model=model_29191 -name=Cursed tree - -// 27282 -[loc_27282] -blockwalk=no -ambient=15 -contrast=15 -model=model_29190 -name=Doorway - -// 27283 -[loc_27283] -anim=seq_5598 -ambient=10 -contrast=10 -op1=Say-name -model=model_29255 -name=Grave - -// 27284 -[loc_27284] -anim=seq_5598 -ambient=10 -contrast=10 -op1=Say-name -model=model_29256 -name=Grave - -// 27285 -[loc_27285] -anim=seq_5598 -ambient=10 -contrast=10 -op1=Say-name -model=model_29258 -name=Grave - -// 27286 -[loc_27286] -anim=seq_5598 -ambient=10 -contrast=10 -op1=Say-name -model=model_29254 -name=Grave - -// 27287 -[loc_27287] -anim=seq_5598 -ambient=10 -contrast=10 -op1=Say-name -model=model_29257 -name=Grave - -// 27288 -[loc_27288] -anim=seq_5598 -ambient=10 -contrast=10 -active=yes -model=model_29259 -name=Grave - -// 27289 -[loc_27289] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=14726 -recol2s=10537 -recol2d=13669 -recol3s=9480 -recol3d=12612 -recol4s=8423 -recol4d=11555 -model=model_12125,0 - -// 27290 -[loc_27290] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=14726 -recol2s=10537 -recol2d=13669 -recol3s=9480 -recol3d=12612 -recol4s=8423 -recol4d=11555 -model=model_12126,0 - -// 27291 -[loc_27291] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=14726 -recol2s=10537 -recol2d=13669 -recol3s=9480 -recol3d=12612 -recol4s=8423 -recol4d=11555 -model=model_12129,0 - -// 27292 -[loc_27292] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=14726 -recol2s=10537 -recol2d=13669 -recol3s=9480 -recol3d=12612 -recol4s=8423 -recol4d=11555 -model=model_12130,0 - -// 27293 -[loc_27293] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=14726 -recol2s=10537 -recol2d=13669 -recol3s=9480 -recol3d=12612 -recol4s=8423 -recol4d=11555 -model=model_12131,0 - -// 27294 -[loc_27294] -anim=seq_2173 -ambient=25 -ambient=25 -contrast=15 -active=yes -recol1s=9313 -recol1d=9282 -recol2s=9282 -recol2d=11458 -recol3s=8257 -recol3d=10562 -recol4s=7201 -recol4d=10690 -recol5s=7168 -recol5d=11778 -recol6s=6144 -recol6d=13890 -model=model_7458 -name=Tendrils - -// 27295 -[loc_27295] -anim=seq_2173 -ambient=25 -ambient=25 -contrast=15 -recol1s=9313 -recol1d=9282 -recol2s=9282 -recol2d=11458 -recol3s=8257 -recol3d=10562 -recol4s=7201 -recol4d=10690 -recol5s=7168 -recol5d=11778 -recol6s=6144 -recol6d=13890 -model=model_7460 -name=Tendrils - -// 27296 -[loc_27296] -anim=seq_2173 -ambient=25 -ambient=25 -contrast=15 -recol1s=9313 -recol1d=9282 -recol2s=9282 -recol2d=11458 -recol3s=8257 -recol3d=10562 -recol4s=7201 -recol4d=10690 -recol5s=7168 -recol5d=11778 -recol6s=6144 -recol6d=13890 -model=model_7459 -name=Tendrils - -// 27297 -[loc_27297] -anim=seq_6853 -blockwalk=yes -ambient=75 -contrast=75 -bgsound=synth_2065,3 -hardshadow=no -blockrange=no -recol1s=32553 -recol1d=13986 -recol2s=32384 -recol2d=15074 -recol3s=32192 -recol3d=16100 -recol4s=7201 -recol4d=10690 -recol5s=7168 -recol5d=13890 -recol6s=6144 -recol6d=13986 -model=model_26585 -model2=model_29253 -name=Fire - -// 27298 -[loc_27298] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=14468 -recol2s=10537 -recol2d=16548 -recol3s=9480 -recol3d=16582 -recol4s=8423 -recol4d=17639 -model=model_12125,0 - -// 27299 -[loc_27299] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=14468 -recol2s=10537 -recol2d=16548 -recol3s=9480 -recol3d=16582 -recol4s=8423 -recol4d=17639 -model=model_12126,0 - -// 27300 -[loc_27300] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=14468 -recol2s=10537 -recol2d=16548 -recol3s=9480 -recol3d=16582 -recol4s=8423 -recol4d=17639 -model=model_12129,0 - -// 27301 -[loc_27301] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=14468 -recol2s=10537 -recol2d=16548 -recol3s=9480 -recol3d=16582 -recol4s=8423 -recol4d=17639 -model=model_12130,0 - -// 27302 -[loc_27302] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=14468 -recol2s=10537 -recol2d=16548 -recol3s=9480 -recol3d=16582 -recol4s=8423 -recol4d=17639 -model=model_12131,0 - -// 27303 -[loc_27303] -active=no -ambient=25 -contrast=15 -recol1s=8384 -recol1d=11396 -recol2s=6272 -recol2d=9282 -recol3s=2241 -recol3d=10656 -recol4s=192 -recol4d=11396 -recol5s=160 -recol5d=11396 -model=model_16085 - -// 27304 -[loc_27304] -active=no -ambient=25 -contrast=15 -recol1s=8384 -recol1d=11396 -recol2s=6272 -recol2d=9282 -recol3s=2241 -recol3d=10656 -recol4s=192 -recol4d=11396 -recol5s=160 -recol5d=11396 -model=model_16082 - -// 27305 -[loc_27305] -active=yes -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=8386 -recol2s=13638 -recol2d=8386 -recol3s=12581 -recol3d=7361 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=6305 -recol6s=9410 -recol6d=6305 -model=model_7699 -name=Crate - -// 27306 -[loc_27306] -active=yes -anim=seq_6853 -width=5 -length=3 -ambient=30 -contrast=30 -op1=Pray-at -sharelight=yes -model=model_29252 -name=Altar - -// 27307 -[loc_27307] -blockwalk=no -sharelight=yes -model=model_6318 -name=Altar - -// 27308 -[loc_27308] -blockwalk=no -sharelight=yes -model=model_6318 -name=Altar - -// 27309 -[loc_27309] -blockwalk=no -sharelight=yes -model=model_6318 -name=Altar - -// 27310 -[loc_27310] -blockwalk=yes -active=yes -forcedecor=yes -multivar=varplayerbit_4105 -multiloc=0,loc_23047 -multiloc=1,loc_23047 -multiloc=2,loc_23047 -multiloc=3,loc_23047 -multiloc=4,loc_23047 -multiloc=5,loc_23047 -multiloc=6,loc_23047 -multiloc=7,loc_23047 -multiloc=8,loc_23047 -multiloc=9,loc_23047 -multiloc=10,loc_23047 -multiloc=11,loc_23047 -multiloc=12,loc_23047 -multiloc=13,loc_23047 -multiloc=14,loc_23047 -multiloc=15,loc_23047 -multiloc=16,loc_27325 -multiloc=17,loc_27325 -multiloc=18,loc_27325 - -// 27311 -[loc_27311] -forcedecor=yes -multivar=varplayerbit_4105 -multiloc=0,loc_23048 -multiloc=1,loc_23048 -multiloc=2,loc_23048 -multiloc=3,loc_23048 -multiloc=4,loc_23048 -multiloc=5,loc_23048 -multiloc=6,loc_23048 -multiloc=7,loc_23048 -multiloc=8,loc_23048 -multiloc=9,loc_23048 -multiloc=10,loc_23048 -multiloc=11,loc_23048 -multiloc=12,loc_23048 -multiloc=13,loc_23048 -multiloc=14,loc_23048 -multiloc=15,loc_23048 -multiloc=16,loc_27326 -multiloc=17,loc_27326 -multiloc=18,loc_27326 - -// 27312 -[loc_27312] -forcedecor=yes -multivar=varplayerbit_4105 -multiloc=0,loc_23049 -multiloc=1,loc_23049 -multiloc=2,loc_23049 -multiloc=3,loc_23049 -multiloc=4,loc_23049 -multiloc=5,loc_23049 -multiloc=6,loc_23049 -multiloc=7,loc_23049 -multiloc=8,loc_23049 -multiloc=9,loc_23049 -multiloc=10,loc_23049 -multiloc=11,loc_23049 -multiloc=12,loc_23049 -multiloc=13,loc_23049 -multiloc=14,loc_23049 -multiloc=15,loc_23049 -multiloc=16,loc_27327 -multiloc=17,loc_27327 -multiloc=18,loc_27327 - -// 27313 -[loc_27313] -forcedecor=yes -multivar=varplayerbit_4105 -multiloc=0,loc_23048 -multiloc=1,loc_23048 -multiloc=2,loc_23048 -multiloc=3,loc_23048 -multiloc=4,loc_23048 -multiloc=5,loc_23048 -multiloc=6,loc_23048 -multiloc=7,loc_23048 -multiloc=8,loc_23048 -multiloc=9,loc_23048 -multiloc=10,loc_23048 -multiloc=11,loc_23048 -multiloc=12,loc_23048 -multiloc=13,loc_23048 -multiloc=14,loc_23048 -multiloc=15,loc_23048 -multiloc=16,loc_27328 -multiloc=17,loc_27328 -multiloc=18,loc_27328 - -// 27314 -[loc_27314] -width=2 -blockwalk=yes -blockrange=no -recol1s=13703 -recol1d=9476 -recol2s=15783 -recol2d=10533 -recol3s=8418 -recol3d=12647 -recol4s=19977 -recol4d=12647 -recol5s=16840 -recol5d=12647 -recol6s=17897 -recol6d=10533 -model=model_10192 -name=Stone pew - -// 27315 -[loc_27315] -active=yes -resizex=120 -resizey=135 -resizez=120 -ambient=15 -blockrange=no -recol1s=18464 -recol1d=11330 -recol2s=32480 -recol2d=13444 -recol3s=9312 -recol3d=4193 -model=model_1161 -name=Stool - -// 27316 -[loc_27316] -length=3 -width=3 -active=no -anim=seq_7352 -ambient=30 -model=model_29309 - -// 27317 -[loc_27317] -length=2 -width=2 -active=no -anim=seq_7354 -model=model_29290 - -// 27318 -[loc_27318] -active=no -sharelight=yes -model=model_29292 - -// 27319 -[loc_27319] -active=no -mirror=yes -sharelight=yes -model=model_29292 - -// 27320 -[loc_27320] -anim=seq_7354 -length=2 -width=4 -ambient=20 -op1=Adjust -model=model_29290 -name=Machine - -// 27321 -[loc_27321] -length=2 -width=4 -ambient=10 -recol1s=4260 -recol1d=5284 -recol2s=3236 -recol2d=5284 -model=model_29293 -name=Rock wall - -// 27322 -[loc_27322] -active=no -sharelight=yes -mirror=yes -model=model_29291 - -// 27323 -[loc_27323] -active=no -forcedecor=yes -model=model_29310,0 - -// 27324 -[loc_27324] -active=no -forcedecor=yes -model=model_29314,0 - -// 27325 -[loc_27325] -active=yes -op1=Use -ambient=20 -hillskew=yes -blockwalk=yes -forcedecor=yes -active=yes -recol1s=8140 -recol1d=5318 -recol2s=6026 -recol2d=4261 -recol3s=1595 -recol3d=3204 -recol4s=1464 -recol4d=2147 -recol5s=30784 -recol5d=2147 -recol6s=22592 -recol6d=2147 -model=model_29311,0 -name=Fairy ring - -// 27326 -[loc_27326] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5318 -recol2s=6026 -recol2d=4261 -recol3s=1595 -recol3d=3204 -recol4s=1464 -recol4d=2147 -recol5s=30784 -recol5d=2147 -recol6s=22592 -recol6d=2147 -model=model_29313,0 - -// 27327 -[loc_27327] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5318 -recol2s=6026 -recol2d=4261 -recol3s=1595 -recol3d=3204 -recol4s=1464 -recol4d=2147 -recol5s=30784 -recol5d=2147 -recol6s=22592 -recol6d=2147 -model=model_29312,0 - -// 27328 -[loc_27328] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=8140 -recol1d=5318 -recol2s=6026 -recol2d=4261 -recol3s=1595 -recol3d=3204 -recol4s=1464 -recol4d=2147 -recol5s=30784 -recol5d=2147 -recol6s=22592 -recol6d=2147 -model=model_29315,0 - -// 27329 -[loc_27329] -anim=seq_7353 -length=3 -width=3 -active=yes -model=model_29309 -name=Fairy portal - -// 27330 -[loc_27330] -anim=seq_7352 -length=3 -width=3 -active=yes -model=model_29316 -name=Fairy portal - -// 27331 -[loc_27331] -width=3 -length=3 -anim=seq_7361 -active=yes -multivar=varplayerbit_4117 -multiloc=0,loc_27567 -multiloc=1,loc_27329 -multiloc=2,loc_27568 - -// 27332 -[loc_27332] -ambient=30 -contrast=30 -active=yes -op1=Open -model=model_29370,1 -name=Door - -// 27333 -[loc_27333] -active=yes -width=3 -anim=seq_7346 -ambient=30 -contrast=30 -op1=Open -model=model_29355 -model2=model_29357 -name=Door - -// 27334 -[loc_27334] -active=yes -ambient=30 -contrast=30 -sharelight=yes -model=model_29327 -name=Altar - -// 27335 -[loc_27335] -active=no -ambient=30 -contrast=30 -sharelight=yes -model=model_29353 - -// 27336 -[loc_27336] -active=no -ambient=30 -contrast=30 -sharelight=yes -model=model_29345 - -// 27337 -[loc_27337] -active=no -ambient=30 -contrast=30 -sharelight=yes -model=model_29326 - -// 27338 -[loc_27338] -active=yes -ambient=30 -contrast=30 -op1=Pray-at -sharelight=yes -model=model_29344 -name=Altar - -// 27339 -[loc_27339] -active=yes -width=5 -ambient=30 -contrast=30 -op1=Pray-at -sharelight=yes -model=model_29348 -name=Altar - -// 27340 -[loc_27340] -width=7 -length=3 -ambient=25 -contrast=15 -hillskew=yes -active=yes -model=model_29296 -name=Archway - -// 27341 -[loc_27341] -width=4 -length=4 -ambient=25 -contrast=15 -hillskew=yes -active=yes -model=model_29297 -name=Mushroom tree - -// 27342 -[loc_27342] -width=6 -length=6 -ambient=25 -contrast=15 -hillskew=yes -active=yes -model=model_29308 -name=Mushroom tree - -// 27343 -[loc_27343] -width=6 -length=6 -ambient=25 -contrast=15 -hillskew=yes -active=yes -model=model_29301 -name=Mushroom tree - -// 27344 -[loc_27344] -ambient=25 -contrast=15 -hillskew=yes -active=yes -model=model_29302 -name=Plant - -// 27345 -[loc_27345] -width=3 -length=3 -ambient=25 -contrast=15 -hillskew=yes -active=yes -model=model_29305 -name=Plants - -// 27346 -[loc_27346] -width=2 -length=2 -ambient=25 -contrast=15 -hillskew=yes -active=yes -model=model_29307 -name=Plant - -// 27347 -[loc_27347] -width=2 -length=2 -ambient=25 -contrast=15 -resizex=64 -resizey=64 -resizez=64 -hillskew=yes -active=yes -model=model_29307 -name=Plant - -// 27348 -[loc_27348] -length=2 -ambient=25 -contrast=15 -hillskew=yes -active=yes -model=model_29294 -name=Plant - -// 27349 -[loc_27349] -hillskew=yes -active=no -blockwalk=no -ambient=15 -contrast=5 -model=model_29303,0 - -// 27350 -[loc_27350] -hillskew=yes -active=no -blockwalk=no -ambient=15 -contrast=5 -model=model_29295,0 - -// 27351 -[loc_27351] -hillskew=yes -active=no -blockwalk=no -ambient=15 -contrast=5 -recol1s=12736 -recol1d=13986 -model=model_29299,0 - -// 27352 -[loc_27352] -hillskew=yes -active=no -blockwalk=no -ambient=15 -contrast=5 -model=model_29300,0 - -// 27353 -[loc_27353] -hillskew=yes -active=no -blockwalk=no -ambient=15 -contrast=5 -model=model_29298,0 - -// 27354 -[loc_27354] -length=3 -width=3 -ambient=25 -contrast=15 -active=yes -model=model_29304 -name=Tent - -// 27355 -[loc_27355] -width=3 -length=3 -ambient=25 -contrast=15 -blockrange=no -model=model_29306 -name=Plant - -// 27356 -[loc_27356] -width=2 -length=2 -ambient=25 -contrast=15 -resizex=64 -resizey=64 -resizez=64 -offsety=50 -blockrange=no -model=model_29306 -name=Plant - -// 27357 -[loc_27357] -width=3 -length=3 -ambient=25 -contrast=15 -resizex=80 -resizey=80 -resizez=80 -offsety=-50 -blockrange=no -model=model_29306 -name=Plant - -// 27358 -[loc_27358] -active=no -ambient=30 -contrast=30 -model=model_29402,1 -model=model_29398,2 - -// 27359 -[loc_27359] -active=no -ambient=30 -contrast=30 -model=model_29392,1 - -// 27360 -[loc_27360] -active=no -ambient=30 -contrast=30 -model=model_29401,1 - -// 27361 -[loc_27361] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29402,1 -model=model_29398,2 - -// 27362 -[loc_27362] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29392,1 - -// 27363 -[loc_27363] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29401,1 - -// 27364 -[loc_27364] -active=no -ambient=30 -contrast=30 -model=model_29409 - -// 27365 -[loc_27365] -active=no -ambient=30 -contrast=30 -model=model_29404 - -// 27366 -[loc_27366] -active=no -ambient=30 -contrast=30 -model=model_29396 - -// 27367 -[loc_27367] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29396 - -// 27368 -[loc_27368] -active=no -ambient=30 -contrast=30 -blockwalk=yes -blockrange=no -model=model_29403,1 -model=model_29405,5 - -// 27369 -[loc_27369] -active=no -ambient=30 -contrast=30 -blockwalk=yes -blockrange=no -model=model_29395,1 -model=model_29406,5 - -// 27370 -[loc_27370] -active=no -ambient=30 -contrast=30 -model=model_29393 - -// 27371 -[loc_27371] -active=no -ambient=30 -contrast=30 -model=model_29389 - -// 27372 -[loc_27372] -active=no -ambient=30 -contrast=30 -model=model_29390 - -// 27373 -[loc_27373] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29393 - -// 27374 -[loc_27374] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29389 - -// 27375 -[loc_27375] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29390 - -// 27376 -[loc_27376] -active=no -ambient=30 -contrast=30 -model=model_29410 - -// 27377 -[loc_27377] -active=no -ambient=30 -contrast=30 -model=model_29391 - -// 27378 -[loc_27378] -active=no -ambient=30 -contrast=30 -model=model_29394 - -// 27379 -[loc_27379] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29394 - -// 27380 -[loc_27380] -active=no -ambient=30 -contrast=30 -model=model_29408 - -// 27381 -[loc_27381] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29408 - -// 27382 -[loc_27382] -active=no -ambient=30 -contrast=30 -model=model_29407 - -// 27383 -[loc_27383] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29407 - -// 27384 -[loc_27384] -active=no -ambient=30 -contrast=30 -model=model_29397 - -// 27385 -[loc_27385] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29397 - -// 27386 -[loc_27386] -active=no -ambient=30 -contrast=30 -model=model_29451,1 - -// 27387 -[loc_27387] -active=no -ambient=30 -contrast=30 -model=model_29446,1 - -// 27388 -[loc_27388] -active=no -ambient=30 -contrast=30 -model=model_29442,1 - -// 27389 -[loc_27389] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29451,1 - -// 27390 -[loc_27390] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29446,1 - -// 27391 -[loc_27391] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29442,1 - -// 27392 -[loc_27392] -active=no -ambient=30 -contrast=30 -model=model_29437,1 - -// 27393 -[loc_27393] -active=no -ambient=30 -contrast=30 -model=model_29427,1 - -// 27394 -[loc_27394] -active=no -ambient=30 -contrast=30 -model=model_29450,1 - -// 27395 -[loc_27395] -active=no -ambient=30 -contrast=30 -blockwalk=yes -blockrange=no -model=model_29425 - -// 27396 -[loc_27396] -active=no -ambient=30 -contrast=30 -blockwalk=yes -blockrange=no -model=model_29422 - -// 27397 -[loc_27397] -active=no -ambient=30 -contrast=30 -model=model_29419,8 -model=model_29420,5 - -// 27398 -[loc_27398] -active=no -ambient=30 -contrast=30 -model=model_29412,5 - -// 27399 -[loc_27399] -active=no -ambient=30 -contrast=30 -model=model_29411 - -// 27400 -[loc_27400] -active=no -ambient=30 -contrast=30 -blockwalk=yes -blockrange=no -model=model_29421 - -// 27401 -[loc_27401] -active=no -ambient=30 -contrast=30 -blockwalk=yes -blockrange=no -model=model_29418 - -// 27402 -[loc_27402] -active=no -ambient=30 -contrast=30 -model=model_29416,8 -model=model_29413,5 - -// 27403 -[loc_27403] -active=no -ambient=30 -contrast=30 -model=model_29414,5 - -// 27404 -[loc_27404] -active=no -ambient=30 -contrast=30 -model=model_29429 - -// 27405 -[loc_27405] -active=no -ambient=30 -contrast=30 -model=model_29432 - -// 27406 -[loc_27406] -active=no -ambient=30 -contrast=30 -model=model_29428 - -// 27407 -[loc_27407] -active=no -ambient=30 -contrast=30 -model=model_29449 - -// 27408 -[loc_27408] -active=no -ambient=30 -contrast=30 -model=model_29431 - -// 27409 -[loc_27409] -active=no -ambient=30 -contrast=30 -model=model_29443 - -// 27410 -[loc_27410] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29449 - -// 27411 -[loc_27411] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29431 - -// 27412 -[loc_27412] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29443 - -// 27413 -[loc_27413] -active=no -ambient=30 -contrast=30 -model=model_29447 - -// 27414 -[loc_27414] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29447 - -// 27415 -[loc_27415] -active=no -ambient=30 -contrast=30 -model=model_29448 - -// 27416 -[loc_27416] -active=no -ambient=30 -contrast=30 -model=model_29436 - -// 27417 -[loc_27417] -active=no -ambient=30 -contrast=30 -model=model_29440 - -// 27418 -[loc_27418] -active=no -ambient=30 -contrast=30 -width=2 -model=model_29439 - -// 27419 -[loc_27419] -active=no -ambient=30 -contrast=30 -width=2 -model=model_29430 - -// 27420 -[loc_27420] -active=no -ambient=30 -contrast=30 -model=model_29452 - -// 27421 -[loc_27421] -active=no -mirror=yes -ambient=30 -contrast=30 -width=2 -model=model_29439 - -// 27422 -[loc_27422] -active=no -mirror=yes -ambient=30 -contrast=30 -width=2 -model=model_29430 - -// 27423 -[loc_27423] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29452 - -// 27424 -[loc_27424] -active=no -ambient=30 -contrast=30 -model=model_29434,1 -model=model_29445,4 - -// 27425 -[loc_27425] -active=no -ambient=30 -contrast=30 -model=model_29444,1 - -// 27426 -[loc_27426] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29434,1 -model=model_29445,4 - -// 27427 -[loc_27427] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29441,4 - -// 27428 -[loc_27428] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29444,1 - -// 27429 -[loc_27429] -active=no -ambient=30 -contrast=30 -model=model_29426,1 - -// 27430 -[loc_27430] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29426,1 - -// 27431 -[loc_27431] -active=no -ambient=30 -contrast=30 -model=model_29472 - -// 27432 -[loc_27432] -active=no -ambient=30 -contrast=30 -model=model_29488 - -// 27433 -[loc_27433] -active=no -ambient=30 -contrast=30 -model=model_29481 - -// 27434 -[loc_27434] -active=no -ambient=30 -contrast=30 -model=model_29476 - -// 27435 -[loc_27435] -active=no -ambient=30 -contrast=30 -model=model_29485 - -// 27436 -[loc_27436] -active=no -ambient=30 -contrast=30 -model=model_29477 - -// 27437 -[loc_27437] -active=no -ambient=30 -contrast=30 -model=model_29471 - -// 27438 -[loc_27438] -active=no -ambient=30 -contrast=30 -model=model_29480 - -// 27439 -[loc_27439] -active=no -ambient=30 -contrast=30 -model=model_29469 - -// 27440 -[loc_27440] -active=no -ambient=30 -contrast=30 -model=model_29494 - -// 27441 -[loc_27441] -active=no -ambient=30 -contrast=30 -model=model_29487 - -// 27442 -[loc_27442] -active=no -ambient=30 -contrast=30 -model=model_29478 - -// 27443 -[loc_27443] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29478 - -// 27444 -[loc_27444] -active=no -ambient=30 -contrast=30 -model=model_29473 - -// 27445 -[loc_27445] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29473 - -// 27446 -[loc_27446] -active=no -ambient=30 -contrast=30 -model=model_29498 - -// 27447 -[loc_27447] -active=no -ambient=30 -contrast=30 -model=model_29474 - -// 27448 -[loc_27448] -active=no -ambient=30 -contrast=30 -model=model_29503 - -// 27449 -[loc_27449] -active=no -ambient=30 -contrast=30 -model=model_29496 - -// 27450 -[loc_27450] -active=no -ambient=30 -contrast=30 -model=model_29489 - -// 27451 -[loc_27451] -active=no -ambient=30 -contrast=30 -model=model_29470 - -// 27452 -[loc_27452] -active=no -ambient=30 -contrast=30 -model=model_29491 - -// 27453 -[loc_27453] -active=no -ambient=30 -contrast=30 -model=model_29483 - -// 27454 -[loc_27454] -active=no -ambient=30 -contrast=30 -model=model_29475 - -// 27455 -[loc_27455] -active=no -ambient=30 -contrast=30 -model=model_29497 - -// 27456 -[loc_27456] -active=no -ambient=30 -contrast=30 -model=model_29495 - -// 27457 -[loc_27457] -active=no -ambient=30 -contrast=30 -model=model_29493 - -// 27458 -[loc_27458] -active=no -ambient=30 -contrast=30 -model=model_29492 - -// 27459 -[loc_27459] -active=no -ambient=30 -contrast=30 -model=model_29484 - -// 27460 -[loc_27460] -active=no -ambient=30 -contrast=30 -model=model_29500 - -// 27461 -[loc_27461] -active=no -ambient=30 -contrast=30 -model=model_29479 - -// 27462 -[loc_27462] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29479 - -// 27463 -[loc_27463] -active=no -ambient=30 -contrast=30 -model=model_29502 - -// 27464 -[loc_27464] -active=no -ambient=30 -contrast=30 -model=model_29486 - -// 27465 -[loc_27465] -active=no -ambient=30 -contrast=30 -model=model_29499 - -// 27466 -[loc_27466] -active=no -ambient=30 -contrast=30 -model=model_29490 - -// 27467 -[loc_27467] -active=no -ambient=30 -contrast=30 -model=model_29501 - -// 27468 -[loc_27468] -active=no -ambient=30 -contrast=30 -model=model_29415,8 -model=model_29424,2 - -// 27469 -[loc_27469] -active=no -ambient=30 -contrast=30 -model=model_29423 - -// 27470 -[loc_27470] -active=no -ambient=30 -contrast=30 -model=model_29417,2 - -// 27471 -[loc_27471] -active=no -mirror=yes -ambient=30 -contrast=30 -model=model_29423 - -// 27472 -[loc_27472] -active=no -sharelight=yes -ambient=30 -contrast=30 -width=2 -length=2 -model=model_29388,8 -model=model_29399,5 - -// 27473 -[loc_27473] -active=no -sharelight=yes -ambient=30 -contrast=30 -width=2 -length=2 -model=model_29400 - -// 27474 -[loc_27474] -active=no -sharelight=yes -ambient=30 -contrast=30 -width=2 -length=2 -model=model_29438 - -// 27475 -[loc_27475] -active=no -sharelight=yes -ambient=30 -contrast=30 -width=2 -length=2 -model=model_29433 - -// 27476 -[loc_27476] -active=no -ambient=30 -contrast=30 -model=model_29367,1 -model=model_29364,2 -model=model_29371,5 - -// 27477 -[loc_27477] -active=no -ambient=30 -contrast=30 -model=model_29365,1 - -// 27478 -[loc_27478] -active=no -ambient=30 -contrast=30 -model=model_29368,1 - -// 27479 -[loc_27479] -active=no -ambient=30 -contrast=30 -model=model_29369 - -// 27480 -[loc_27480] -active=no -ambient=30 -contrast=30 -model=model_29366 - -// 27481 -[loc_27481] -active=no -width=5 -length=2 -ambient=30 -contrast=30 -model=model_29358 - -// 27482 -[loc_27482] -active=no -width=5 -ambient=30 -contrast=30 -model=model_29359 - -// 27483 -[loc_27483] -active=no -width=3 -ambient=30 -contrast=30 -model=model_29350 - -// 27484 -[loc_27484] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29325 - -// 27485 -[loc_27485] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29352 - -// 27486 -[loc_27486] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29338 - -// 27487 -[loc_27487] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29336 - -// 27488 -[loc_27488] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29354 - -// 27489 -[loc_27489] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29342 - -// 27490 -[loc_27490] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29324 - -// 27491 -[loc_27491] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29349 - -// 27492 -[loc_27492] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29343 - -// 27493 -[loc_27493] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29331 - -// 27494 -[loc_27494] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29339 - -// 27495 -[loc_27495] -active=no -width=2 -length=2 -ambient=30 -contrast=30 -model=model_29323 - -// 27496 -[loc_27496] -active=no -ambient=30 -contrast=30 -model=model_29329,Q - -// 27497 -[loc_27497] -active=no -ambient=30 -contrast=30 -model=model_29330,Q - -// 27498 -[loc_27498] -active=no -ambient=30 -contrast=30 -model=model_29333,Q - -// 27499 -[loc_27499] -active=no -model=model_29351,Q - -// 27500 -[loc_27500] -active=no -ambient=30 -contrast=30 -model=model_29335,Q - -// 27501 -[loc_27501] -active=no -ambient=30 -contrast=30 -model=model_29517,1 - -// 27502 -[loc_27502] -active=no -ambient=30 -contrast=30 -model=model_29529 - -// 27503 -[loc_27503] -active=no -ambient=30 -contrast=30 -model=model_29516,1 - -// 27504 -[loc_27504] -active=no -ambient=30 -contrast=30 -model=model_29528,1 -model=model_29513,2 - -// 27505 -[loc_27505] -active=no -ambient=30 -contrast=30 -model=model_29521,1 - -// 27506 -[loc_27506] -active=no -ambient=30 -contrast=30 -model=model_29532,8 -model=model_29519,1 - -// 27507 -[loc_27507] -active=no -ambient=30 -contrast=30 -model=model_29523,1 - -// 27508 -[loc_27508] -active=no -ambient=30 -contrast=30 -model=model_29514 - -// 27509 -[loc_27509] -active=no -ambient=30 -contrast=30 -model=model_29509 - -// 27510 -[loc_27510] -active=no -ambient=30 -contrast=30 -model=model_29522,1 -model=model_29518,2 -model=model_29524,4 - -// 27511 -[loc_27511] -active=no -ambient=30 -contrast=30 -model=model_29515,1 - -// 27512 -[loc_27512] -active=no -ambient=30 -contrast=30 -model=model_29520 - -// 27513 -[loc_27513] -active=no -ambient=30 -contrast=30 -model=model_29534,1 - -// 27514 -[loc_27514] -active=no -ambient=30 -contrast=30 -model=model_29533,1 - -// 27515 -[loc_27515] -active=no -ambient=30 -contrast=30 -model=model_29507,1 - -// 27516 -[loc_27516] -active=no -ambient=30 -contrast=30 -model=model_29510,1 - -// 27517 -[loc_27517] -active=no -ambient=30 -contrast=30 -model=model_29511,1 - -// 27518 -[loc_27518] -active=no -ambient=30 -contrast=30 -model=model_29530,1 - -// 27519 -[loc_27519] -active=no -ambient=30 -contrast=30 -model=model_29506,1 - -// 27520 -[loc_27520] -active=no -ambient=30 -contrast=30 -model=model_29512,4 - -// 27521 -[loc_27521] -active=no -ambient=30 -contrast=30 -model=model_29527 - -// 27522 -[loc_27522] -active=no -ambient=30 -contrast=30 -model=model_29531,1 - -// 27523 -[loc_27523] -active=no -ambient=30 -contrast=30 -model=model_29504 - -// 27524 -[loc_27524] -active=no -ambient=30 -contrast=30 -model=model_29525,1 - -// 27525 -[loc_27525] -active=yes -ambient=30 -contrast=30 -op1=Talk-through -blockwalk=yes -blockrange=no -model=model_29505,4 -model=model_29526,5 -name=Prison door - -// 27526 -[loc_27526] -active=yes -ambient=30 -contrast=30 -model=model_29508,1 -name=Prison door - -// 27527 -[loc_27527] -ambient=30 -model=model_29334 -name=Candle - -// 27528 -[loc_27528] -active=no -sharelight=yes -model=model_29347,0 - -// 27529 -[loc_27529] -width=3 -length=3 -sharelight=yes -shadow=no -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29320 -name=Crater - -// 27530 -[loc_27530] -width=4 -length=4 -sharelight=yes -ambient=10 -shadow=no -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29318 -name=Crater - -// 27531 -[loc_27531] -width=5 -length=5 -sharelight=yes -shadow=no -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29322 -name=Crater - -// 27532 -[loc_27532] -shadow=no -hillskew=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29319,0 - -// 27533 -[loc_27533] -shadow=no -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29317,0 - -// 27534 -[loc_27534] -active=no -shadow=no -blockwalk=no -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_29361,0 - -// 27535 -[loc_27535] -active=no -forcedecor=yes -unknown90=yes -model=model_29372,0 - -// 27536 -[loc_27536] -active=no -forcedecor=yes -unknown90=yes -model=model_29383,0 - -// 27537 -[loc_27537] -active=no -forcedecor=yes -unknown90=yes -model=model_29385,0 - -// 27538 -[loc_27538] -active=no -hillskew=yes -forcedecor=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=11491 -recol2s=10537 -recol2d=10434 -recol3s=9480 -recol3d=9377 -recol4s=8423 -recol4d=8320 -model=model_29373,0 - -// 27539 -[loc_27539] -active=no -hillskew=yes -forcedecor=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=11491 -recol2s=10537 -recol2d=10434 -recol3s=9480 -recol3d=9377 -recol4s=8423 -recol4d=8320 -model=model_29387,0 - -// 27540 -[loc_27540] -active=no -hillskew=yes -forcedecor=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=11491 -recol2s=10537 -recol2d=10434 -recol3s=9480 -recol3d=9377 -recol4s=8423 -recol4d=8320 -model=model_29384,0 - -// 27541 -[loc_27541] -active=no -hillskew=yes -forcedecor=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=11491 -recol2s=10537 -recol2d=10434 -recol3s=9480 -recol3d=9377 -recol4s=8423 -recol4d=8320 -model=model_29377,0 - -// 27542 -[loc_27542] -active=no -hillskew=yes -forcedecor=yes -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=11491 -recol2s=10537 -recol2d=10434 -recol3s=9480 -recol3d=9377 -recol4s=8423 -recol4d=8320 -model=model_29386,0 - -// 27543 -[loc_27543] -width=3 -ambient=10 -sharelight=yes -active=yes -op1=Climb-down -model=model_29289 -name=Stairs - -// 27544 -[loc_27544] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29375 -model2=model_29363 - -// 27545 -[loc_27545] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29379 -model2=model_29363 - -// 27546 -[loc_27546] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29382 -model2=model_29363 - -// 27547 -[loc_27547] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29402,1 -model=model_29398,2 - -// 27548 -[loc_27548] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29409 -model2=model_29363 - -// 27549 -[loc_27549] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29404 -model2=model_29363 - -// 27550 -[loc_27550] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29403,1 -model=model_29405,5 - -// 27551 -[loc_27551] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29395,1 -model=model_29406,5 - -// 27552 -[loc_27552] -active=no -ambient=10 -contrast=10 -model=model_29380,1 - -// 27553 -[loc_27553] -active=no -ambient=10 -contrast=10 -model=model_29374,1 - -// 27554 -[loc_27554] -forcedecor=yes -unknown90=yes -recol1s=13505 -recol1d=11491 -recol2s=15618 -recol2d=10434 -recol3s=14594 -recol3d=9377 -model=model_29376,0 - -// 27555 -[loc_27555] -active=no -forcedecor=yes -unknown90=yes -recol1s=13505 -recol1d=11491 -recol2s=15618 -recol2d=10434 -recol3s=14594 -recol3d=9377 -model=model_29381,0 - -// 27556 -[loc_27556] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29367,1 -model=model_29364,2 -model=model_29371,5 - -// 27557 -[loc_27557] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29365,1 - -// 27558 -[loc_27558] -active=no -ambient=10 -contrast=10 -recol1s=12647 -recol1d=11625 -recol2s=10533 -recol2d=9511 -recol3s=9476 -recol3d=8454 -recol4s=8419 -recol4d=7397 -recol5s=7362 -recol5d=6340 -model=model_29368,1 - -// 27559 -[loc_27559] -active=no -mirror=yes -ambient=10 -contrast=10 -recol1s=7362 -recol1d=6340 -model=model_29410 - -// 27560 -[loc_27560] -blockwalk=yes -active=yes -op1=Open -model=model_11814 -model2=model_29361 -name=Gate - -// 27561 -[loc_27561] -active=yes -model=model_29378,1 -name=Goblin door - -// 27562 -[loc_27562] -active=no -blockwalk=yes -blockrange=no -model=model_29378 - -// 27563 -[loc_27563] -active=yes -blockwalk=yes -length=2 -width=4 -multivar=varplayerbit_4105 -multiloc=0,loc_27321 -multiloc=1,loc_27321 -multiloc=2,loc_27321 -multiloc=3,loc_27321 -multiloc=4,loc_27321 -multiloc=5,loc_27321 -multiloc=6,loc_27321 -multiloc=7,loc_27321 -multiloc=8,loc_27321 -multiloc=9,loc_27321 -multiloc=10,loc_27321 -multiloc=11,loc_27321 -multiloc=12,loc_27321 -multiloc=13,loc_27321 -multiloc=14,loc_27321 -multiloc=15,loc_27321 -multiloc=16,loc_27320 -multiloc=17,loc_27320 -multiloc=18,loc_27320 - -// 27564 -[loc_27564] -forcedecor=yes -multivar=varplayerbit_4105 -multiloc=16,loc_27323 -multiloc=17,loc_27323 -multiloc=18,loc_27323 - -// 27565 -[loc_27565] -forcedecor=yes -multivar=varplayerbit_4105 -multiloc=16,loc_27324 -multiloc=17,loc_27324 -multiloc=18,loc_27324 - -// 27566 -[loc_27566] -length=3 -width=3 -active=yes -blockwalk=no -multivar=varplayerbit_4117 -multiloc=1,loc_27329 - -// 27567 -[loc_27567] -ambient=50 -width=3 -length=3 -anim=seq_7361 -active=yes -op1=Enter -bgsound=synth_4014,15 -model=model_29556 -name=Portal - -// 27568 -[loc_27568] -ambient=50 -width=3 -length=3 -anim=seq_7361 -active=yes -op1=Enter -model=model_29556 -name=Portal - -// 27569 -[loc_27569] -length=2 -width=2 -active=no -anim=seq_7357 -model=model_29552 - -// 27570 -[loc_27570] -length=2 -width=2 -active=no -anim=seq_7356 -model=model_29557 - -// 27571 -[loc_27571] -length=3 -width=3 -active=no -anim=seq_7361 -model=model_29556 - -// 27572 -[loc_27572] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29560 - -// 27573 -[loc_27573] -active=no -sharelight=yes -ambient=10 -mirror=yes -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29560 - -// 27574 -[loc_27574] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29563 - -// 27575 -[loc_27575] -active=no -sharelight=yes -mirror=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29568 - -// 27576 -[loc_27576] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29568 - -// 27577 -[loc_27577] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29576 - -// 27578 -[loc_27578] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29566 - -// 27579 -[loc_27579] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29571 - -// 27580 -[loc_27580] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29578 - -// 27581 -[loc_27581] -active=no -sharelight=yes -mirror=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29566 - -// 27582 -[loc_27582] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29568 - -// 27583 -[loc_27583] -active=no -sharelight=yes -mirror=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29578 - -// 27584 -[loc_27584] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29574 - -// 27585 -[loc_27585] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29574 - -// 27586 -[loc_27586] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29567 - -// 27587 -[loc_27587] -active=no -sharelight=yes -mirror=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29567 - -// 27588 -[loc_27588] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29569 - -// 27589 -[loc_27589] -active=no -sharelight=yes -mirror=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29569 - -// 27590 -[loc_27590] -active=no -sharelight=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29582 - -// 27591 -[loc_27591] -active=no -sharelight=yes -mirror=yes -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29582 - -// 27592 -[loc_27592] -active=no -sharelight=yes -width=3 -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29575 -model=model_29575 - -// 27593 -[loc_27593] -active=no -sharelight=yes -mirror=yes -width=3 -ambient=10 -shadow=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29580 -model=model_29580 - -// 27594 -[loc_27594] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29564 - -// 27595 -[loc_27595] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29559 - -// 27596 -[loc_27596] -active=no -sharelight=yes -mirror=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29559 - -// 27597 -[loc_27597] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29581 - -// 27598 -[loc_27598] -active=no -sharelight=yes -mirror=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29581 - -// 27599 -[loc_27599] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29573 - -// 27600 -[loc_27600] -active=no -sharelight=yes -mirror=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29573 - -// 27601 -[loc_27601] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29562 - -// 27602 -[loc_27602] -active=no -sharelight=yes -mirror=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29562 - -// 27603 -[loc_27603] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29572 - -// 27604 -[loc_27604] -active=no -sharelight=yes -mirror=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29572 - -// 27605 -[loc_27605] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29577 - -// 27606 -[loc_27606] -active=no -sharelight=yes -mirror=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29577 - -// 27607 -[loc_27607] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29565 - -// 27608 -[loc_27608] -active=no -sharelight=yes -mirror=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29565 - -// 27609 -[loc_27609] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29570 - -// 27610 -[loc_27610] -active=no -sharelight=yes -mirror=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29570 - -// 27611 -[loc_27611] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29561 - -// 27612 -[loc_27612] -active=no -sharelight=yes -mirror=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29561 - -// 27613 -[loc_27613] -active=no -sharelight=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29579 - -// 27614 -[loc_27614] -active=no -sharelight=yes -mirror=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29579 - -// 27615 -[loc_27615] -width=2 -length=2 -shadow=no -anim=seq_7357 -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29552 -name=Oozing rock - -// 27616 -[loc_27616] -hillskew=yes -ambient=10 -sharelight=yes -blockwalk=no -forcedecor=yes -resizey=32 -active=no -shadow=no -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29603 - -// 27617 -[loc_27617] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29599 - -// 27618 -[loc_27618] -hillskew=yes -mirror=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29599 - -// 27619 -[loc_27619] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29613 - -// 27620 -[loc_27620] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29615 - -// 27621 -[loc_27621] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29596 - -// 27622 -[loc_27622] -hillskew=yes -mirror=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29596 - -// 27623 -[loc_27623] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29611 - -// 27624 -[loc_27624] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29614 - -// 27625 -[loc_27625] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29600 - -// 27626 -[loc_27626] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29604 - -// 27627 -[loc_27627] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -shadow=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29605 - -// 27628 -[loc_27628] -hillskew=yes -ambient=10 -sharelight=yes -blockwalk=no -forcedecor=yes -resizey=64 -active=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29612 - -// 27629 -[loc_27629] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29598 - -// 27630 -[loc_27630] -hillskew=yes -mirror=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29598 - -// 27631 -[loc_27631] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29606 - -// 27632 -[loc_27632] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29597 - -// 27633 -[loc_27633] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29607 - -// 27634 -[loc_27634] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29601 - -// 27635 -[loc_27635] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29609 - -// 27636 -[loc_27636] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -mirror=yes -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29609 - -// 27637 -[loc_27637] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29610 - -// 27638 -[loc_27638] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -mirror=yes -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29610 - -// 27639 -[loc_27639] -hillskew=yes -ambient=10 -sharelight=yes -forcedecor=yes -resizey=64 -active=no -blockrange=no -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29602,0 - -// 27640 -[loc_27640] -active=no -hillskew=yes -model=model_29587,1 -model=model_29586,2 -model=model_29595,5 - -// 27641 -[loc_27641] -active=no -hillskew=yes -mirror=yes -model=model_29587,1 -model=model_29586,2 -model=model_29595,5 - -// 27642 -[loc_27642] -active=no -hillskew=yes -model=model_29590,1 - -// 27643 -[loc_27643] -active=no -hillskew=yes -mirror=yes -model=model_29590,1 - -// 27644 -[loc_27644] -active=no -hillskew=yes -model=model_29592,1 - -// 27645 -[loc_27645] -active=no -hillskew=yes -model=model_29589,1 - -// 27646 -[loc_27646] -active=no -hillskew=yes -model=model_29591 - -// 27647 -[loc_27647] -active=no -model=model_29594,0 - -// 27648 -[loc_27648] -active=no -model=model_29584,0 - -// 27649 -[loc_27649] -active=no -model=model_29585,0 - -// 27650 -[loc_27650] -active=no -model=model_29583,0 - -// 27651 -[loc_27651] -active=no -model=model_29588,0 - -// 27652 -[loc_27652] -active=no -model=model_29593,0 - -// 27653 -[loc_27653] -active=no -anim=seq_7356 -shadow=no -ambient=30 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_29557 - -// 27654 -[loc_27654] -length=2 -width=3 -anim=seq_7358 -ambient=20 -op1=Open -forceapproach=south -model=model_29616 -name=Strange box - -// 27655 -[loc_27655] -length=2 -width=3 -anim=seq_7360 -ambient=20 -forceapproach=south -model=model_29616 -name=Strange box - -// 27656 -[loc_27656] -length=2 -width=3 -anim=seq_7358 -ambient=20 -forceapproach=south -model=model_29616 -name=Strange box - -// 27657 -[loc_27657] -active=no -forcedecor=yes -model=model_29553,0 - -// 27658 -[loc_27658] -active=no -forcedecor=yes -model=model_29555,0 - -// 27659 -[loc_27659] -active=no -forcedecor=yes -model=model_29554,0 - -// 27660 -[loc_27660] -active=no -anim=seq_7356 -shadow=no -ambient=25 -contrast=15 -model=model_29558 - -// 27661 -[loc_27661] -width=2 -op1=Pray-at -blockrange=no -model=model_29631 -name=Altar - -// 27662 -[loc_27662] -op1=Open -forceapproach=north -recol1s=15719 -recol1d=22059 -recol2s=14662 -recol2d=21002 -recol3s=13605 -recol3d=17865 -recol4s=12548 -recol4d=16808 -model=model_29641 -name=Bank chest - -// 27663 -[loc_27663] -op2=Bank -forceapproach=north -recol1s=15719 -recol1d=22059 -recol2s=14662 -recol2d=21002 -recol3s=13605 -recol3d=17865 -recol4s=12548 -recol4d=16808 -model=model_29636 -name=Bank chest - -// 27664 -[loc_27664] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=22059 -recol2s=15618 -recol2d=25196 -recol3s=14594 -recol3d=23116 -model=model_29640,0 - -// 27665 -[loc_27665] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=22059 -recol2s=15618 -recol2d=25196 -recol3s=14594 -recol3d=23116 -model=model_29635,0 - -// 27666 -[loc_27666] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=22059 -recol2s=15618 -recol2d=25196 -recol3s=14594 -recol3d=23116 -model=model_29629,0 - -// 27667 -[loc_27667] -active=yes -ambient=15 -contrast=15 -recol1s=8388 -recol1d=7365 -recol2s=10501 -recol2d=8422 -recol3s=11522 -recol3d=16808 -model=model_7392 -model2=model_7393 -name=Bookcase - -// 27668 -[loc_27668] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=25 -forceapproach=south -model=model_29653 -name=Tournament exit - -// 27669 -[loc_27669] -width=2 -length=2 -op1=Climb-down -msi=msi_7 -ambient=25 -contrast=25 -forceapproach=east -hardshadow=no -blockrange=no -model=model_29645 -name=Tournament entrance - -// 27670 -[loc_27670] -width=2 -length=2 -ambient=25 -contrast=25 -hardshadow=no -model=model_29646 -name=Roof - -// 27671 -[loc_27671] -shadow=no -sharelight=yes -ambient=35 -contrast=35 -active=no -blockrange=no -recol1s=23356 -recol1d=23218 -recol2s=21276 -recol2d=22159 -model=model_29651,1 - -// 27672 -[loc_27672] -active=yes -recol1s=20933 -recol1d=8422 -recol2s=7329 -recol2d=6308 -model=model_10089 -name=Stool - -// 27673 -[loc_27673] -ambient=25 -contrast=5 -length=2 -blockrange=no -model=model_29626 -name=Hospital bench - -// 27674 -[loc_27674] -active=no -op1=Close -raiseobject=no -contrast=25 -ambient=-10 -model=model_29661,1 - -// 27675 -[loc_27675] -active=yes -op1=Open -raiseobject=no -contrast=25 -ambient=-10 -model=model_29661,1 -name=Door - -// 27676 -[loc_27676] -ambient=25 -recol1s=14695 -recol1d=9479 -recol2s=10467 -recol2d=7365 -model=model_12959 -name=Drawers - -// 27677 -[loc_27677] -ambient=25 -recol1s=14695 -recol1d=9479 -recol2s=10467 -recol2d=7365 -model=model_25071 -name=Drawers - -// 27678 -[loc_27678] -ambient=-10 -contrast=10 -recol1s=14695 -recol1d=19945 -recol2s=10467 -recol2d=16808 -model=model_12959 -name=Drawers - -// 27679 -[loc_27679] -ambient=-10 -contrast=10 -recol1s=14695 -recol1d=19945 -recol2s=10467 -recol2d=16808 -model=model_25071 -name=Drawers - -// 27680 -[loc_27680] -ambient=-10 -contrast=10 -op1=View -recol1s=13637 -recol1d=4418 -model=model_29623 -name=Upcoming tournament rules - -// 27681 -[loc_27681] -ambient=-10 -contrast=10 -op1=View -recol1s=13637 -recol1d=11833 -model=model_29623 -name=Upcoming tournament rules - -// 27682 -[loc_27682] -ambient=-10 -contrast=10 -op1=View -recol1s=13637 -recol1d=28512 -model=model_29623 -name=Upcoming tournament rules - -// 27683 -[loc_27683] -ambient=-10 -contrast=10 -op1=View -recol1s=13637 -recol1d=24992 -model=model_29623 -name=Upcoming tournament rules - -// 27684 -[loc_27684] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=12514 -recol1d=17865 -recol2s=11457 -recol2d=16808 -recol3s=16708 -recol3d=21002 -model=model_21519 -name=Ladder - -// 27685 -[loc_27685] -active=yes -op1=Climb-up -msi=msi_7 -resizey=132 -recol1s=12514 -recol1d=17865 -recol2s=11457 -recol2d=16808 -recol3s=16708 -recol3d=21002 -model=model_5187 -name=Ladder - -// 27686 -[loc_27686] -op1=Forfeit -forcedecor=yes -sharelight=yes -ambient=-10 -contrast=5 -blockrange=no -model=model_3253 -name=Trapdoor - -// 27687 -[loc_27687] -width=2 -ambient=-10 -contrast=5 -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3324 -name=Entrance - -// 27688 -[loc_27688] -width=2 -ambient=-10 -contrast=5 -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3319 -name=Entrance - -// 27689 -[loc_27689] -width=2 -ambient=-10 -contrast=5 -mirror=yes -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3324 -name=Entrance - -// 27690 -[loc_27690] -width=2 -ambient=-10 -contrast=5 -mirror=yes -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3319 -name=Entrance - -// 27691 -[loc_27691] -width=2 -ambient=-10 -contrast=5 -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3321 -name=Entrance - -// 27692 -[loc_27692] -width=2 -ambient=-10 -contrast=5 -op1=Forfeit -active=yes -anim=seq_917 -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3320 -name=Entrance - -// 27693 -[loc_27693] -forcedecor=yes -ambient=-10 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_3257,1 -name=Wall - -// 27694 -[loc_27694] -forcedecor=yes -ambient=-10 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_3274,1 -name=Wall - -// 27695 -[loc_27695] -forcedecor=yes -ambient=-10 -contrast=30 -op5=Lean against -msi=msi_22 -blockrange=no -model=model_3286,1 -model=model_3287,2 -model=model_3288,5 -name=Wall - -// 27696 -[loc_27696] -forcedecor=yes -ambient=-10 -contrast=30 -op5=Lean against -blockrange=no -recol1s=9409 -recol1d=12580 -model=model_3227,1 -name=Wall - -// 27697 -[loc_27697] -forcedecor=yes -ambient=-10 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_3309,1 -name=Wall - -// 27698 -[loc_27698] -width=2 -length=3 -ambient=25 -contrast=15 -op1=View -active=yes -model=model_3293 -name=Tournament scoreboard - -// 27699 -[loc_27699] -ambient=-10 -contrast=10 -op1=View -model=model_29623 -name=KO Board - Arena 2 - -// 27700 -[loc_27700] -ambient=-10 -contrast=10 -op1=View -model=model_29623 -name=KO Board - Arena 2 - -// 27701 -[loc_27701] -ambient=-10 -contrast=10 -op1=View -model=model_29623 -name=KO Board - Arena 3 - -// 27702 -[loc_27702] -ambient=-10 -contrast=10 -op1=View -model=model_29623 -name=KO Board - Arena 4 - -// 27703 -[loc_27703] -ambient=-10 -contrast=10 -op1=View -model=model_29623 -name=KO Board - Arena 5 - -// 27704 -[loc_27704] -ambient=-10 -contrast=10 -op1=View -model=model_29623 -name=KO Board - Arena 6 - -// 27705 -[loc_27705] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -model=model_29679,1 - -// 27706 -[loc_27706] -resizex=250 -resizez=250 -resizey=250 -contrast=10 -ambient=-10 -recol1s=14695 -recol1d=23117 -recol2s=13638 -recol2d=22060 -recol3s=12581 -recol3d=21002 -recol4s=11524 -recol4d=19946 -recol5s=10467 -recol5d=17865 -recol6s=9410 -recol6d=16808 -model=model_7704 -name=Crates - -// 27707 -[loc_27707] -contrast=10 -ambient=-10 -recol1s=14695 -recol1d=23117 -recol2s=13638 -recol2d=22060 -recol3s=12581 -recol3d=21002 -recol4s=11524 -recol4d=19946 -recol5s=10467 -recol5d=17865 -recol6s=9410 -recol6d=16808 -model=model_7700 -name=Crates - -// 27708 -[loc_27708] -contrast=10 -ambient=-10 -recol1s=14695 -recol1d=23117 -recol2s=13638 -recol2d=22060 -recol3s=12581 -recol3d=21002 -recol4s=11524 -recol4d=19946 -recol5s=10467 -recol5d=17865 -recol6s=9410 -recol6d=16808 -model=model_7685 -name=Crate - -// 27709 -[loc_27709] -contrast=10 -ambient=-10 -blockrange=no -recol1s=12548 -recol1d=23117 -recol2s=13605 -recol2d=22059 -recol3s=11491 -recol3d=21002 -recol4s=10434 -recol4d=17865 -recol5s=7297 -recol5d=16808 -model=model_8232 -name=Barrel - -// 27710 -[loc_27710] -contrast=10 -ambient=-10 -blockrange=no -recol1s=7297 -recol1d=16808 -recol2s=11491 -recol2d=17865 -recol3s=12548 -recol3d=19945 -recol4s=13605 -recol4d=21002 -model=model_14828 -model2=model_14829 -name=Barrel - -// 27711 -[loc_27711] -contrast=10 -ambient=-10 -blockrange=no -recol1s=7297 -recol1d=16808 -recol2s=11491 -recol2d=17865 -recol3s=12548 -recol3d=19945 -recol4s=13605 -recol4d=21002 -model=model_14828 -name=Barrel - -// 27712 -[loc_27712] -contrast=10 -ambient=-10 -blockrange=no -model=model_29652 -name=Barrel - -// 27713 -[loc_27713] -contrast=10 -ambient=-10 -blockrange=no -model=model_29632 -name=Barrel of swords - -// 27714 -[loc_27714] -ambient=-10 -contrast=10 -width=3 -model=model_29630 -name=Bench - -// 27715 -[loc_27715] -resizex=112 -resizez=112 -resizey=112 -ambient=20 -contrast=10 -model=model_29647 -name=Operation lights - -// 27716 -[loc_27716] -resizex=112 -resizez=112 -resizey=112 -ambient=20 -contrast=10 -model=model_29649 -name=Drip - -// 27717 -[loc_27717] -ambient=25 -contrast=5 -length=2 -blockrange=no -model=model_29643 -name=Hospital bed - -// 27718 -[loc_27718] -ambient=25 -contrast=5 -length=2 -blockrange=no -recol1s=16776 -recol1d=13605 -recol2s=15719 -recol2d=12548 -recol3s=13639 -recol3d=11491 -recol4s=18857 -recol4d=14662 -recol5s=12582 -recol5d=11491 -model=model_29643 -name=Hospital bed - -// 27719 -[loc_27719] -ambient=-10 -contrast=10 -length=2 -blockrange=no -model=model_29628 -name=Hospital bed - -// 27720 -[loc_27720] -ambient=10 -blockrange=no -model=model_29622 -name=Shelves - -// 27721 -[loc_27721] -ambient=25 -blockrange=no -model=model_29642 -name=Cabinet - -// 27722 -[loc_27722] -ambient=-10 -contrast=10 -model=model_29648 -name=Shelves - -// 27723 -[loc_27723] -ambient=20 -blockrange=no -recol1s=26426 -recol1d=13672 -recol2s=8457 -recol2d=9478 -recol3s=25369 -recol3d=15786 -recol4s=9514 -recol4d=5251 -model=model_29622 -model2=model_29633 -name=Shelves - -// 27724 -[loc_27724] -ambient=-10 -contrast=10 -blockrange=no -model=model_29648 -model2=model_29654 -name=Shelves - -// 27725 -[loc_27725] -ambient=20 -blockrange=no -recol1s=29598 -recol1d=15786 -recol2s=13743 -recol2d=9478 -recol3s=30654 -recol3d=13672 -recol4s=9514 -recol4d=5251 -model=model_29622 -model2=model_29644 -name=Shelves - -// 27726 -[loc_27726] -ambient=-10 -contrast=10 -blockrange=no -model=model_29648 -model2=model_29634 -name=Shelves - -// 27727 -[loc_27727] -ambient=20 -contrast=20 -blockrange=no -recol1s=31711 -recol1d=13672 -recol2s=14799 -recol2d=9478 -recol3s=30654 -recol3d=15786 -recol4s=9514 -recol4d=5251 -model=model_29625 -name=Boxes - -// 27728 -[loc_27728] -ambient=20 -contrast=20 -blockrange=no -recol1s=31711 -recol1d=13672 -recol2s=14799 -recol2d=9478 -recol3s=30654 -recol3d=15786 -recol4s=9514 -recol4d=5251 -model=model_29655 -name=Boxes - -// 27729 -[loc_27729] -ambient=20 -contrast=20 -blockrange=no -recol1s=31711 -recol1d=13672 -recol2s=14799 -recol2d=9478 -recol3s=30654 -recol3d=15786 -recol4s=9514 -recol4d=5251 -model=model_29624 -name=Boxes - -// 27730 -[loc_27730] -ambient=20 -contrast=20 -blockrange=no -model=model_29639 -name=Crate - -// 27731 -[loc_27731] -ambient=20 -contrast=10 -blockrange=no -model=model_29627 -name=Hospital chair - -// 27732 -[loc_27732] -ambient=-10 -contrast=10 -blockrange=no -model=model_29650 -name=Hospital chair - -// 27733 -[loc_27733] -ambient=-10 -contrast=5 -active=no -blockrange=no -recol1s=9511 -recol1d=23150 -recol2s=8454 -recol2d=23116 -recol3s=7397 -recol3d=22059 -recol4s=6340 -recol4d=21002 -recol5s=5283 -recol5d=19945 -recol6s=4226 -recol6d=17865 -model=model_29657,1 - -// 27734 -[loc_27734] -ambient=-10 -contrast=5 -active=no -blockrange=no -recol1s=9511 -recol1d=23150 -recol2s=8454 -recol2d=23116 -recol3s=7397 -recol3d=22059 -recol4s=6340 -recol4d=21002 -recol5s=5283 -recol5d=19945 -recol6s=4226 -recol6d=17865 -model=model_29658,1 - -// 27735 -[loc_27735] -ambient=-10 -contrast=5 -active=no -blockrange=no -recol1s=9511 -recol1d=23150 -recol2s=8454 -recol2d=23116 -recol3s=7397 -recol3d=22059 -recol4s=6340 -recol4d=21002 -recol5s=5283 -recol5d=19945 -recol6s=4226 -recol6d=17865 -model=model_29659,1 - -// 27736 -[loc_27736] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27396,1 -model=model_27416,3 - -// 27737 -[loc_27737] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_29666,1 -model=model_29668,3 - -// 27738 -[loc_27738] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27400,1 -model=model_27420,3 - -// 27739 -[loc_27739] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=9511 -recol1d=23150 -recol2s=8454 -recol2d=23116 -recol3s=7397 -recol3d=22059 -recol4s=6340 -recol4d=21002 -recol5s=5283 -recol5d=19945 -recol6s=4226 -recol6d=17865 -model=model_29669,1 -model=model_29670,5 - -// 27740 -[loc_27740] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=9511 -recol1d=23150 -recol2s=8454 -recol2d=23116 -recol3s=7397 -recol3d=22059 -recol4s=6340 -recol4d=21002 -recol5s=5283 -recol5d=19945 -recol6s=4226 -recol6d=17865 -model=model_29665,1 -model=model_29676,3 - -// 27741 -[loc_27741] -active=no -sharelight=yes -contrast=25 -ambient=-10 -mirror=yes -blockwalk=yes -recol1s=9511 -recol1d=23150 -recol2s=8454 -recol2d=23116 -recol3s=7397 -recol3d=22059 -recol4s=6340 -recol4d=21002 -recol5s=5283 -recol5d=19945 -recol6s=4226 -recol6d=17865 -model=model_29665,1 -model=model_29676,3 - -// 27742 -[loc_27742] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_29667,1 -model=model_29660,5 - -// 27743 -[loc_27743] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_29677,1 - -// 27744 -[loc_27744] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -mirror=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_29677,1 - -// 27745 -[loc_27745] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27403,1 - -// 27746 -[loc_27746] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27406,1 - -// 27747 -[loc_27747] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27391,1 - -// 27748 -[loc_27748] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27418,1 - -// 27749 -[loc_27749] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -mirror=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27418,1 - -// 27750 -[loc_27750] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27390,1 - -// 27751 -[loc_27751] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -mirror=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27390,1 - -// 27752 -[loc_27752] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_29662,1 - -// 27753 -[loc_27753] -active=no -sharelight=yes -contrast=25 -ambient=-10 -mirror=yes -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_29662,1 - -// 27754 -[loc_27754] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27398,1 - -// 27755 -[loc_27755] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_29673,1 - -// 27756 -[loc_27756] -active=no -sharelight=yes -contrast=25 -ambient=-10 -mirror=yes -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_29673,1 - -// 27757 -[loc_27757] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -mirror=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27391,1 - -// 27758 -[loc_27758] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -mirror=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_27398,1 - -// 27759 -[loc_27759] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -model=model_29675,1 - -// 27760 -[loc_27760] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -model=model_29678,1 -model=model_29663,3 - -// 27761 -[loc_27761] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_29674,1 -model=model_29672,3 - -// 27762 -[loc_27762] -active=no -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3290,4 - -// 27763 -[loc_27763] -active=no -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3303,4 - -// 27764 -[loc_27764] -active=no -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3224,4 - -// 27765 -[loc_27765] -active=no -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3234,4 - -// 27766 -[loc_27766] -active=no -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3246,4 - -// 27767 -[loc_27767] -active=no -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3268,4 - -// 27768 -[loc_27768] -active=no -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3279,4 - -// 27769 -[loc_27769] -active=no -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3238,4 - -// 27770 -[loc_27770] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -ambient=-10 -contrast=5 -recol1s=11523 -recol1d=21002 -recol2s=9409 -recol2d=16809 -recol3s=5217 -recol3d=15719 -model=model_1089,0 - -// 27771 -[loc_27771] -sharelight=yes -hillskew=yes -active=no -ambient=-10 -contrast=5 -recol1s=11523 -recol1d=21002 -recol2s=9409 -recol2d=16809 -recol3s=5217 -recol3d=15719 -model=model_1137,0 - -// 27772 -[loc_27772] -sharelight=yes -hillskew=yes -active=no -ambient=-10 -contrast=5 -blockrange=no -recol1s=11523 -recol1d=21002 -recol2s=9409 -recol2d=16809 -recol3s=8353 -recol3d=15719 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 27773 -[loc_27773] -sharelight=yes -hillskew=yes -active=no -ambient=-10 -contrast=5 -blockrange=no -recol1s=11523 -recol1d=21002 -recol2s=9409 -recol2d=16809 -recol3s=8353 -recol3d=15719 -model=model_3198,1 - -// 27774 -[loc_27774] -sharelight=yes -hillskew=yes -active=no -mirror=yes -ambient=-10 -contrast=5 -blockrange=no -recol1s=11523 -recol1d=21002 -recol2s=9409 -recol2d=16809 -recol3s=8353 -recol3d=15719 -model=model_3198,1 - -// 27775 -[loc_27775] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3235 - -// 27776 -[loc_27776] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3283 - -// 27777 -[loc_27777] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3314 - -// 27778 -[loc_27778] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3307 - -// 27779 -[loc_27779] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3285 - -// 27780 -[loc_27780] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3231 - -// 27781 -[loc_27781] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3260 - -// 27782 -[loc_27782] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3258 - -// 27783 -[loc_27783] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3232 - -// 27784 -[loc_27784] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3282 - -// 27785 -[loc_27785] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3305 - -// 27786 -[loc_27786] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3306 - -// 27787 -[loc_27787] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3280 - -// 27788 -[loc_27788] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3230 - -// 27789 -[loc_27789] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3270 - -// 27790 -[loc_27790] -active=no -blockwalk=no -sharelight=yes -ambient=-10 -contrast=5 -recol1s=12580 -recol1d=21002 -model=model_3259 - -// 27791 -[loc_27791] -mirror=yes -active=no -msi=msi_22 -ambient=-10 -contrast=5 -recol1s=14694 -recol1d=21002 -recol2s=12580 -recol2d=16809 -model=model_3256,1 - -// 27792 -[loc_27792] -mirror=yes -active=no -msi=msi_22 -ambient=-10 -contrast=5 -recol1s=14694 -recol1d=21002 -recol2s=12580 -recol2d=16809 -model=model_3275,1 - -// 27793 -[loc_27793] -ambient=-10 -contrast=15 -active=no -wallwidth=32 -model=model_3297,1 -model=model_3298,5 - -// 27794 -[loc_27794] -ambient=-10 -contrast=15 -active=no -model=model_3273 - -// 27795 -[loc_27795] -ambient=-10 -contrast=15 -active=no -model=model_3263 - -// 27796 -[loc_27796] -ambient=-10 -contrast=15 -mirror=yes -active=no -model=model_3263 - -// 27797 -[loc_27797] -ambient=-10 -contrast=15 -active=no -model=model_3264 - -// 27798 -[loc_27798] -ambient=-10 -contrast=15 -mirror=yes -active=no -model=model_3264 - -// 27799 -[loc_27799] -ambient=-10 -contrast=15 -active=no -model=model_3254,1 - -// 27800 -[loc_27800] -ambient=-10 -contrast=15 -mirror=yes -active=no -model=model_3254,1 - -// 27801 -[loc_27801] -ambient=-10 -contrast=15 -active=no -blockrange=no -model=model_3228,1 - -// 27802 -[loc_27802] -ambient=-10 -contrast=15 -mirror=yes -active=no -blockrange=no -model=model_3228,1 - -// 27803 -[loc_27803] -ambient=-10 -contrast=30 -active=no -model=model_3284 - -// 27804 -[loc_27804] -hillskew=yes -active=no -recol1s=13505 -recol1d=17864 -recol2s=15618 -recol2d=17864 -recol3s=14594 -recol3d=17864 -model=model_1124,0 - -// 27805 -[loc_27805] -hillskew=yes -active=no -recol1s=13505 -recol1d=17864 -recol2s=15618 -recol2d=17864 -recol3s=14594 -recol3d=17864 -model=model_1139,0 - -// 27806 -[loc_27806] -hillskew=yes -active=no -recol1s=13505 -recol1d=17864 -recol2s=15618 -recol2d=17864 -recol3s=14594 -recol3d=17864 -model=model_1032,0 - -// 27807 -[loc_27807] -ambient=-10 -contrast=5 -recol1s=9409 -recol1d=12580 -model=model_3233,Q - -// 27808 -[loc_27808] -forcedecor=yes -ambient=-10 -contrast=30 -msi=msi_22 -blockrange=no -model=model_3286,1 -model=model_3287,2 -model=model_3288,5 - -// 27809 -[loc_27809] -forcedecor=yes -ambient=-10 -contrast=30 -sharelight=yes -msi=msi_22 -blockrange=no -model=model_3309,1 - -// 27810 -[loc_27810] -forcedecor=yes -ambient=-10 -contrast=30 -sharelight=yes -msi=msi_22 -blockrange=no -model=model_3257,1 - -// 27811 -[loc_27811] -forcedecor=yes -ambient=-10 -contrast=30 -sharelight=yes -blockrange=no -model=model_3274,1 - -// 27812 -[loc_27812] -forcedecor=yes -ambient=-10 -contrast=30 -msi=msi_22 -blockrange=no -model=model_3318,3 -model=model_3218,4 - -// 27813 -[loc_27813] -forcedecor=yes -ambient=-10 -contrast=30 -sharelight=yes -active=no -msi=msi_22 -model=model_3236,1 - -// 27814 -[loc_27814] -forcedecor=yes -ambient=-10 -contrast=30 -mirror=yes -active=no -msi=msi_22 -blockrange=no -model=model_3236,1 - -// 27815 -[loc_27815] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3245 - -// 27816 -[loc_27816] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3302 - -// 27817 -[loc_27817] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3265 - -// 27818 -[loc_27818] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3219 - -// 27819 -[loc_27819] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3267 - -// 27820 -[loc_27820] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3269 - -// 27821 -[loc_27821] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3249 - -// 27822 -[loc_27822] -sharelight=yes -active=no -ambient=-10 -contrast=30 -mirror=yes -model=model_3295 - -// 27823 -[loc_27823] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3295 - -// 27824 -[loc_27824] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3299 - -// 27825 -[loc_27825] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3300 - -// 27826 -[loc_27826] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3266 - -// 27827 -[loc_27827] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3291 - -// 27828 -[loc_27828] -sharelight=yes -active=no -ambient=-10 -contrast=30 -mirror=yes -model=model_3291 - -// 27829 -[loc_27829] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3226 - -// 27830 -[loc_27830] -sharelight=yes -active=no -ambient=-10 -contrast=30 -mirror=yes -model=model_3226 - -// 27831 -[loc_27831] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3240 - -// 27832 -[loc_27832] -sharelight=yes -active=no -ambient=-10 -contrast=30 -mirror=yes -model=model_3240 - -// 27833 -[loc_27833] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3304 - -// 27834 -[loc_27834] -sharelight=yes -active=no -ambient=-10 -contrast=30 -mirror=yes -model=model_3304 - -// 27835 -[loc_27835] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3294 - -// 27836 -[loc_27836] -sharelight=yes -active=no -ambient=-10 -contrast=30 -mirror=yes -model=model_3294 - -// 27837 -[loc_27837] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3296 - -// 27838 -[loc_27838] -sharelight=yes -active=no -ambient=-10 -contrast=30 -mirror=yes -model=model_3296 - -// 27839 -[loc_27839] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3239 - -// 27840 -[loc_27840] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3241 - -// 27841 -[loc_27841] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3242 - -// 27842 -[loc_27842] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3243 - -// 27843 -[loc_27843] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_3277 - -// 27844 -[loc_27844] -sharelight=yes -active=no -mirror=yes -ambient=-10 -contrast=30 -model=model_3245 - -// 27845 -[loc_27845] -contrast=25 -ambient=25 -active=yes -model=model_29715,1 -name=Gate - -// 27846 -[loc_27846] -contrast=25 -ambient=25 -active=yes -op1=Open -model=model_29715,1 -name=Gate - -// 27847 -[loc_27847] -contrast=25 -ambient=25 -mirror=yes -active=yes -model=model_29715,1 -name=Gate - -// 27848 -[loc_27848] -contrast=25 -ambient=25 -mirror=yes -active=yes -op1=Open -model=model_29715,1 -name=Gate - -// 27849 -[loc_27849] -active=yes -contrast=35 -ambient=25 -model=model_29716 -name=Chair - -// 27850 -[loc_27850] -active=yes -contrast=35 -ambient=25 -width=2 -model=model_29714 -name=Table - -// 27851 -[loc_27851] -contrast=25 -ambient=25 -active=yes -op1=Close -model=model_29715,1 -name=Gate - -// 27852 -[loc_27852] -contrast=25 -ambient=25 -active=yes -op1=Open -model=model_29715,1 -name=Gate - -// 27853 -[loc_27853] -contrast=25 -ambient=25 -mirror=yes -active=yes -op1=Close -model=model_29715,1 -name=Gate - -// 27854 -[loc_27854] -contrast=25 -ambient=25 -mirror=yes -active=yes -op1=Open -model=model_29715,1 -name=Gate - -// 27855 -[loc_27855] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29752,0 - -// 27856 -[loc_27856] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29732,0 - -// 27857 -[loc_27857] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29723,0 - -// 27858 -[loc_27858] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29740,0 - -// 27859 -[loc_27859] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29728,0 - -// 27860 -[loc_27860] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29741,0 - -// 27861 -[loc_27861] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29754,0 - -// 27862 -[loc_27862] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29749,0 - -// 27863 -[loc_27863] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29742,0 - -// 27864 -[loc_27864] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29751,0 - -// 27865 -[loc_27865] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29722,0 - -// 27866 -[loc_27866] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29733,0 - -// 27867 -[loc_27867] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29750,0 - -// 27868 -[loc_27868] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29730,0 - -// 27869 -[loc_27869] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29745,0 - -// 27870 -[loc_27870] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29724,0 - -// 27871 -[loc_27871] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29755,0 - -// 27872 -[loc_27872] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29727,0 - -// 27873 -[loc_27873] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29748,0 - -// 27874 -[loc_27874] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29757,0 - -// 27875 -[loc_27875] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29747,0 - -// 27876 -[loc_27876] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29744,0 - -// 27877 -[loc_27877] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29743,0 - -// 27878 -[loc_27878] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29753,0 - -// 27879 -[loc_27879] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29746,0 - -// 27880 -[loc_27880] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29735,0 - -// 27881 -[loc_27881] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29734,0 - -// 27882 -[loc_27882] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29731,0 - -// 27883 -[loc_27883] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29725,0 - -// 27884 -[loc_27884] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29729,0 - -// 27885 -[loc_27885] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29737,0 - -// 27886 -[loc_27886] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29726,0 - -// 27887 -[loc_27887] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29736,0 - -// 27888 -[loc_27888] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29738,0 - -// 27889 -[loc_27889] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29756,0 - -// 27890 -[loc_27890] -ambient=-10 -contrast=10 -forcedecor=yes -blockrange=no -model=model_29739,0 - -// 27891 -[loc_27891] -ambient=25 -contrast=15 -anim=seq_5598 -bgsound=synth_2065,3 -blockrange=no -model=model_29680 -name=Torch - -// 27892 -[loc_27892] -resizex=112 -resizez=112 -resizey=112 -ambient=20 -contrast=10 -model=model_29721 -name=Operation lights - -// 27893 -[loc_27893] -resizex=112 -resizez=112 -resizey=112 -ambient=20 -contrast=10 -model=model_29718 -name=Operation lights - -// 27894 -[loc_27894] -resizex=112 -resizez=112 -resizey=112 -ambient=10 -model=model_29718 -name=Operation lights - -// 27895 -[loc_27895] -width=2 -ambient=10 -recol1s=13675 -recol1d=9479 -recol2s=11561 -recol2d=7365 -recol3s=21074 -recol3d=8422 -model=model_29719 -name=Operation side table - -// 27896 -[loc_27896] -active=no -sharelight=yes -contrast=25 -ambient=-10 -blockwalk=yes -recol1s=7397 -recol1d=23150 -recol2s=6340 -recol2d=23116 -recol3s=5283 -recol3d=22059 -recol4s=4226 -recol4d=21002 -recol5s=3169 -recol5d=19945 -recol6s=2112 -recol6d=17865 -model=model_29764,1 - -// 27897 -[loc_27897] -forcedecor=yes -ambient=-10 -contrast=30 -msi=msi_22 -blockrange=no -model=model_29712,1 - -// 27898 -[loc_27898] -forcedecor=yes -ambient=-10 -contrast=30 -msi=msi_22 -blockrange=no -model=model_29711,1 - -// 27899 -[loc_27899] -sharelight=yes -active=no -ambient=-10 -contrast=30 -mirror=yes -model=model_29710 - -// 27900 -[loc_27900] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_29710 - -// 27901 -[loc_27901] -sharelight=yes -active=no -ambient=-10 -contrast=30 -model=model_29713 - -// 27902 -[loc_27902] -sharelight=yes -active=no -ambient=-10 -contrast=30 -mirror=yes -model=model_29713 - -// 27903 -[loc_27903] -width=2 -ambient=10 -recol1s=13675 -recol1d=9479 -recol2s=11561 -recol2d=7365 -recol3s=21074 -recol3d=8422 -recol4s=16846 -recol4d=10536 -model=model_29719 -model2=model_29766 -name=Operation side table - -// 27904 -[loc_27904] -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -model=model_29767 -name=Plant - -// 27905 -[loc_27905] -blockwalk=yes -ambient=25 -shadow=no -model=model_29768 -name=Plant - -// 27906 -[loc_27906] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29788,1 - -// 27907 -[loc_27907] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29809,1 - -// 27908 -[loc_27908] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -model=model_29795,1 -model=model_29789,4 - -// 27909 -[loc_27909] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -model=model_29792,1 - -// 27910 -[loc_27910] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29794,1 -model=model_29814,3 -model=model_29791,4 - -// 27911 -[loc_27911] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29812,1 -model=model_29801,4 - -// 27912 -[loc_27912] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29793,1 - -// 27913 -[loc_27913] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29827,1 -model=model_29831,3 -model=model_29825,4 -model=model_29832,5 - -// 27914 -[loc_27914] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29826,1 - -// 27915 -[loc_27915] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29817,1 - -// 27916 -[loc_27916] -active=no -contrast=45 -ambient=45 -mirror=yes -sharelight=yes -model=model_29817,1 - -// 27917 -[loc_27917] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29824,8 -model=model_29819,1 - -// 27918 -[loc_27918] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29828,1 - -// 27919 -[loc_27919] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29822,1 - -// 27920 -[loc_27920] -ambient=45 -contrast=45 -active=no -model=model_3301,0 - -// 27921 -[loc_27921] -ambient=45 -contrast=45 -active=no -model=model_3272,0 - -// 27922 -[loc_27922] -ambient=45 -contrast=45 -active=no -model=model_29774,0 - -// 27923 -[loc_27923] -active=no -contrast=45 -ambient=45 -model=model_29775 - -// 27924 -[loc_27924] -active=no -contrast=45 -ambient=45 -mirror=yes -model=model_29780,1 - -// 27925 -[loc_27925] -active=no -contrast=45 -ambient=45 -hillskew=yes -model=model_29777,1 -model=model_29781,3 -model=model_29784,4 -model=model_29779,5 - -// 27926 -[loc_27926] -active=no -contrast=45 -ambient=45 -hillskew=yes -model=model_29770,1 - -// 27927 -[loc_27927] -active=no -contrast=45 -ambient=45 -hillskew=yes -model=model_29778,1 - -// 27928 -[loc_27928] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29809,1 - -// 27929 -[loc_27929] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29773,4 - -// 27930 -[loc_27930] -active=no -contrast=45 -ambient=45 -model=model_29785 - -// 27931 -[loc_27931] -active=no -contrast=45 -ambient=45 -mirror=yes -model=model_29785 - -// 27932 -[loc_27932] -active=no -contrast=45 -ambient=45 -hillskew=yes -model=model_29776,1 - -// 27933 -[loc_27933] -active=no -contrast=45 -ambient=45 -hillskew=yes -mirror=yes -model=model_29776,1 - -// 27934 -[loc_27934] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -retex1s=material_555 -retex1d=material_565 -model=model_29812,1 -model=model_29801,4 - -// 27935 -[loc_27935] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29798,1 -model=model_29799,3 -model=model_29808,5 - -// 27936 -[loc_27936] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -model=model_29813,1 -model=model_29804,4 - -// 27937 -[loc_27937] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29796,1 - -// 27938 -[loc_27938] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29796,1 - -// 27939 -[loc_27939] -active=no -contrast=45 -ambient=45 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29810,8 -model=model_29807,1 - -// 27940 -[loc_27940] -active=no -contrast=45 -ambient=45 -msi=msi_22 -mirror=yes -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29810,8 -model=model_29807,1 - -// 27941 -[loc_27941] -active=no -contrast=45 -ambient=45 -wallwidth=17 -msi=msi_22 -sharelight=yes -model=model_29786,1 - -// 27942 -[loc_27942] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29803,1 - -// 27943 -[loc_27943] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29811,1 -model=model_29815,3 - -// 27944 -[loc_27944] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -model=model_29811,1 -model=model_29815,3 - -// 27945 -[loc_27945] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29813,1 -model=model_29804,4 - -// 27946 -[loc_27946] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29837,1 -model=model_29839,3 -model=model_29833,4 -model=model_29840,5 - -// 27947 -[loc_27947] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29843,1 - -// 27948 -[loc_27948] -active=no -contrast=45 -ambient=45 -mirror=yes -wallwidth=17 -sharelight=yes -model=model_29843,1 - -// 27949 -[loc_27949] -active=no -contrast=45 -ambient=45 -blockwalk=no -msi=msi_22 -sharelight=yes -model=model_29841 - -// 27950 -[loc_27950] -active=no -contrast=45 -ambient=45 -msi=msi_22 -sharelight=yes -model=model_29834 - -// 27951 -[loc_27951] -active=no -contrast=45 -ambient=45 -wallwidth=17 -msi=msi_22 -sharelight=yes -model=model_29856,1 - -// 27952 -[loc_27952] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -model=model_29856,1 - -// 27953 -[loc_27953] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -blockrange=no -model=model_29855,1 - -// 27954 -[loc_27954] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -blockrange=no -model=model_29855,1 - -// 27955 -[loc_27955] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -blockrange=no -model=model_29854,1 - -// 27956 -[loc_27956] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29850,1 - -// 27957 -[loc_27957] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29849,1 -model=model_29847,4 - -// 27958 -[loc_27958] -active=no -contrast=45 -ambient=45 -mirror=yes -sharelight=yes -model=model_29849,1 -model=model_29847,4 - -// 27959 -[loc_27959] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29844,1 -model=model_29852,4 - -// 27960 -[loc_27960] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29851,1 -model=model_29845,3 - -// 27961 -[loc_27961] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29853,1 - -// 27962 -[loc_27962] -ambient=45 -contrast=45 -active=no -model=model_29842,0 - -// 27963 -[loc_27963] -active=no -model=model_29857,Q - -// 27964 -[loc_27964] -active=no -contrast=45 -ambient=45 -model=model_29836 - -// 27965 -[loc_27965] -active=no -contrast=45 -ambient=45 -model=model_29838 - -// 27966 -[loc_27966] -active=no -contrast=45 -ambient=45 -wallwidth=17 -blockwalk=no -msi=msi_22 -sharelight=yes -model=model_29858,8 -model=model_29859,1 - -// 27967 -[loc_27967] -active=no -recol1s=25067 -recol1d=12840 -recol2s=21896 -recol2d=14923 -recol3s=17734 -recol3d=17037 -recol4s=19847 -recol4d=15881 -recol5s=16676 -recol5d=18953 -recol6s=12482 -recol6d=20109 -model=model_29860,Q - -// 27968 -[loc_27968] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29797,1 - -// 27969 -[loc_27969] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29818,1 -model=model_29830,3 -model=model_29821,4 - -// 27970 -[loc_27970] -active=no -contrast=45 -ambient=45 -hillskew=yes -model=model_29783,1 -model=model_29772,4 - -// 27971 -[loc_27971] -active=no -contrast=45 -ambient=45 -blockwalk=no -model=model_29782 - -// 27972 -[loc_27972] -active=no -contrast=45 -ambient=45 -blockwalk=no -model=model_29771 - -// 27973 -[loc_27973] -active=no -contrast=45 -ambient=45 -model=model_29780,1 - -// 27974 -[loc_27974] -active=no -contrast=45 -ambient=45 -wallwidth=17 -blockwalk=no -msi=msi_22 -mirror=yes -sharelight=yes -model=model_29858,8 -model=model_29859,1 - -// 27975 -[loc_27975] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29800,1 -model=model_29787,5 - -// 27976 -[loc_27976] -active=no -model=model_29769,Q - -// 27977 -[loc_27977] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29790,1 - -// 27978 -[loc_27978] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29802,1 - -// 27979 -[loc_27979] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29795,1 -model=model_29789,4 - -// 27980 -[loc_27980] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29792,1 - -// 27981 -[loc_27981] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29805,1 - -// 27982 -[loc_27982] -active=no -contrast=45 -ambient=45 -hillskew=yes -mirror=yes -model=model_29783,1 -model=model_29772,4 - -// 27983 -[loc_27983] -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -model=model_29861 -name=Plant - -// 27984 -[loc_27984] -active=no -model=model_29863,Q - -// 27985 -[loc_27985] -active=no -model=model_29862,Q - -// 27986 -[loc_27986] -active=no -model=model_29864,Q - -// 27987 -[loc_27987] -active=no -contrast=45 -ambient=45 -wallwidth=17 -msi=msi_22 -sharelight=yes -model=model_29865,1 - -// 27988 -[loc_27988] -ambient=30 -contrast=30 -active=yes -op1=Open -recol1s=14626 -recol1d=9479 -recol2s=12512 -recol2d=7365 -recol3s=13569 -recol3d=6308 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 27989 -[loc_27989] -ambient=30 -contrast=30 -active=yes -op1=Close -recol1s=14626 -recol1d=9479 -recol2s=12512 -recol2d=7365 -recol3s=13569 -recol3d=6308 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 27990 -[loc_27990] -mapfunction=78 -forcedecor=yes -model=model_1105,0 - -// 27991 -[loc_27991] -mapfunction=79 -forcedecor=yes -model=model_1105,0 - -// 27992 -[loc_27992] -mapfunction=80 -forcedecor=yes -model=model_1105,0 - -// 27993 -[loc_27993] -mapfunction=81 -forcedecor=yes -model=model_1105,0 - -// 27994 -[loc_27994] -mapfunction=82 -forcedecor=yes -model=model_1105,0 - -// 27995 -[loc_27995] -mapfunction=83 -forcedecor=yes -model=model_1105,0 - -// 27996 -[loc_27996] -mapfunction=84 -forcedecor=yes -model=model_1105,0 - -// 27997 -[loc_27997] -active=no -blockwalk=yes -length=4 -width=4 -contrast=15 -ambient=25 -anim=seq_7375 -model=model_29911 - -// 27998 -[loc_27998] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29991 - -// 27999 -[loc_27999] -active=no -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_29991 - -// 28000 -[loc_28000] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29988 - -// 28001 -[loc_28001] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29993 - -// 28002 -[loc_28002] -active=no -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_29993 - -// 28003 -[loc_28003] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29989 - -// 28004 -[loc_28004] -active=no -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_29989 - -// 28005 -[loc_28005] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29992 - -// 28006 -[loc_28006] -active=no -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_29992 - -// 28007 -[loc_28007] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29986 - -// 28008 -[loc_28008] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29985 - -// 28009 -[loc_28009] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29990 - -// 28010 -[loc_28010] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29987 - -// 28011 -[loc_28011] -active=no -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_29987 - -// 28012 -[loc_28012] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30003 - -// 28013 -[loc_28013] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30013 - -// 28014 -[loc_28014] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29994 - -// 28015 -[loc_28015] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30017 - -// 28016 -[loc_28016] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30001 - -// 28017 -[loc_28017] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30002 - -// 28018 -[loc_28018] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29997 - -// 28019 -[loc_28019] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30005 - -// 28020 -[loc_28020] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30022 - -// 28021 -[loc_28021] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30006 - -// 28022 -[loc_28022] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30016 - -// 28023 -[loc_28023] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30021 - -// 28024 -[loc_28024] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30012 - -// 28025 -[loc_28025] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30015 - -// 28026 -[loc_28026] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30000 - -// 28027 -[loc_28027] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30011 - -// 28028 -[loc_28028] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30004 - -// 28029 -[loc_28029] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30007 - -// 28030 -[loc_28030] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30009 - -// 28031 -[loc_28031] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29995 - -// 28032 -[loc_28032] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30008 - -// 28033 -[loc_28033] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30010 - -// 28034 -[loc_28034] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30019 - -// 28035 -[loc_28035] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29996 - -// 28036 -[loc_28036] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29999 - -// 28037 -[loc_28037] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30020 - -// 28038 -[loc_28038] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_29998 - -// 28039 -[loc_28039] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_30018 - -// 28040 -[loc_28040] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29943,1 -model=model_29945,2 -model=model_29960,5 - -// 28041 -[loc_28041] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29943,1 -model=model_29945,2 -model=model_29960,5 - -// 28042 -[loc_28042] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29947,1 - -// 28043 -[loc_28043] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29974 - -// 28044 -[loc_28044] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29954 - -// 28045 -[loc_28045] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29962 - -// 28046 -[loc_28046] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29923 - -// 28047 -[loc_28047] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29923 - -// 28048 -[loc_28048] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29923 -model2=model_29921 - -// 28049 -[loc_28049] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29932 -model2=model_29922 - -// 28050 -[loc_28050] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29923 -model2=model_29926 - -// 28051 -[loc_28051] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29932 -model2=model_29931 - -// 28052 -[loc_28052] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29923 -model2=model_29924 - -// 28053 -[loc_28053] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29932 -model2=model_29933 - -// 28054 -[loc_28054] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29923 -model2=model_29928 - -// 28055 -[loc_28055] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29932 -model2=model_29925 - -// 28056 -[loc_28056] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29974 - -// 28057 -[loc_28057] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29954 - -// 28058 -[loc_28058] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29962 - -// 28059 -[loc_28059] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29967 - -// 28060 -[loc_28060] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29984,5 - -// 28061 -[loc_28061] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29936,1 -model=model_29964,2 -model=model_29975,5 - -// 28062 -[loc_28062] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29941,2 -model=model_29944,5 - -// 28063 -[loc_28063] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29936,1 -model=model_29964,2 -model=model_29975,5 - -// 28064 -[loc_28064] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29939,1 -model=model_29955,5 - -// 28065 -[loc_28065] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29978,5 - -// 28066 -[loc_28066] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29939,1 -model=model_29955,5 - -// 28067 -[loc_28067] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29946,1 -model=model_29982,2 -model=model_29966,5 - -// 28068 -[loc_28068] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29973,1 -model=model_29949,5 - -// 28069 -[loc_28069] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29977,5 - -// 28070 -[loc_28070] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29973,1 -model=model_29949,5 - -// 28071 -[loc_28071] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29965 - -// 28072 -[loc_28072] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29970,5 - -// 28073 -[loc_28073] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29946,1 -model=model_29982,2 -model=model_29966,5 - -// 28074 -[loc_28074] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29935,1 - -// 28075 -[loc_28075] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29935,1 - -// 28076 -[loc_28076] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29948,1 -model=model_29952,2 - -// 28077 -[loc_28077] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29956,2 - -// 28078 -[loc_28078] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29948,1 -model=model_29952,2 - -// 28079 -[loc_28079] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29983,1 -model=model_29972,2 -model=model_29950,5 - -// 28080 -[loc_28080] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29979,2 -model=model_29968,5 - -// 28081 -[loc_28081] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29983,1 -model=model_29972,2 -model=model_29950,5 - -// 28082 -[loc_28082] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29961,1 -model=model_29963,2 -model=model_29951,5 - -// 28083 -[loc_28083] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29938,5 - -// 28084 -[loc_28084] -active=no -contrast=25 -ambient=35 -blockwalk=yes -mirror=yes -model=model_29961,1 -model=model_29963,2 -model=model_29951,5 - -// 28085 -[loc_28085] -active=no -contrast=25 -ambient=35 -blockwalk=no -model=model_29937,Q - -// 28086 -[loc_28086] -active=no -contrast=25 -ambient=35 -blockwalk=no -mirror=yes -model=model_29937,Q - -// 28087 -[loc_28087] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29980,1 -model=model_29969,5 - -// 28088 -[loc_28088] -active=no -contrast=25 -ambient=35 -blockwalk=yes -model=model_29976,1 -model=model_29953,2 -model=model_29971,5 - -// 28089 -[loc_28089] -active=yes -contrast=25 -ambient=35 -blockwalk=yes -op1=Use -op2=Exchange -op3=Collect -op4=History -op5=Sets -blockrange=no -model=model_29959,1 -model=model_29981,2 -model=model_29940,5 -name=Desk - -// 28090 -[loc_28090] -active=no -contrast=25 -ambient=35 -blockwalk=yes -blockrange=no -model=model_29958,5 - -// 28091 -[loc_28091] -active=no -contrast=25 -ambient=35 -blockwalk=yes -width=2 -length=2 -model=model_29957 - -// 28092 -[loc_28092] -active=no -contrast=25 -ambient=35 -blockwalk=yes -width=2 -length=2 -model=model_29942 - -// 28093 -[loc_28093] -active=yes -blockwalk=yes -length=2 -width=2 -contrast=15 -ambient=25 -model=model_29920 -name=Grand Exchange pillar - -// 28094 -[loc_28094] -active=yes -forceapproach=south -msi=msi_7 -ambient=25 -contrast=25 -op1=Open -model=model_30058 -name=Hidden trapdoor - -// 28095 -[loc_28095] -ambient=-10 -contrast=10 -op1=View -recol1s=13637 -recol1d=12320 -model=model_29623 -name=Upcoming tournament rules - -// 28096 -[loc_28096] -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_30166,1 -model=model_30155,2 -model=model_30161,3 -model=model_30170,5 - -// 28097 -[loc_28097] -sharelight=yes -hillskew=yes -mirror=yes -forcedecor=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_30166,1 -model=model_30155,2 -model=model_30161,3 -model=model_30170,5 - -// 28098 -[loc_28098] -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_30172,1 -model=model_30168,2 -model=model_30159,3 -model=model_30163,5 - -// 28099 -[loc_28099] -sharelight=yes -hillskew=yes -mirror=yes -forcedecor=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_30172,1 -model=model_30168,2 -model=model_30159,3 -model=model_30163,5 - -// 28100 -[loc_28100] -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_30160,1 -model=model_30156,2 -model=model_30169,3 -model=model_30162,5 - -// 28101 -[loc_28101] -sharelight=yes -hillskew=yes -mirror=yes -forcedecor=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_30160,1 -model=model_30156,2 -model=model_30169,3 -model=model_30162,5 - -// 28102 -[loc_28102] -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_30167,1 -model=model_30164,2 -model=model_30157,3 -model=model_30171,5 - -// 28103 -[loc_28103] -sharelight=yes -hillskew=yes -mirror=yes -forcedecor=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_30167,1 -model=model_30164,2 -model=model_30157,3 -model=model_30171,5 - -// 28104 -[loc_28104] -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_30158,1 - -// 28105 -[loc_28105] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -model=model_30165 - -// 28106 -[loc_28106] -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -unknown90=yes -model=model_30145,0 - -// 28107 -[loc_28107] -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=25 -contrast=25 -unknown90=yes -model=model_30145,0 - -// 28108 -[loc_28108] -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -model=model_30174,1 -model=model_30176,2 -model=model_30173,5 - -// 28109 -[loc_28109] -mirror=yes -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -model=model_30174,1 -model=model_30176,2 -model=model_30173,5 - -// 28110 -[loc_28110] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Exit -model=model_30175 -name=Cave - -// 28111 -[loc_28111] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_30148 - -// 28112 -[loc_28112] -mirror=yes -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_30148 - -// 28113 -[loc_28113] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_30139 - -// 28114 -[loc_28114] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_30142 - -// 28115 -[loc_28115] -width=3 -length=2 -ambient=10 -contrast=10 -op1=View -model=model_30141 -name=Rogues' scoreboard - -// 28116 -[loc_28116] -width=3 -length=2 -ambient=10 -contrast=10 -op1=View -model=model_30138 -name=Hunters' scoreboard - -// 28117 -[loc_28117] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=25 -model=model_30143 - -// 28118 -[loc_28118] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_30140 - -// 28119 -[loc_28119] -hillskew=yes -sharelight=yes -width=3 -length=3 -ambient=25 -contrast=25 -op1=Enter -model=model_30147 -name=Low-level crater - -// 28120 -[loc_28120] -hillskew=yes -sharelight=yes -width=3 -length=3 -ambient=25 -contrast=25 -op1=Enter -model=model_30149 -name=Med-level crater - -// 28121 -[loc_28121] -hillskew=yes -sharelight=yes -width=3 -length=4 -ambient=25 -contrast=25 -op1=Enter -model=model_30144 -name=High-level crater - -// 28122 -[loc_28122] -hillskew=yes -sharelight=yes -length=2 -ambient=25 -contrast=25 -op1=Exit -model=model_30146 -name=Cave - -// 28123 -[loc_28123] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30121,0 - -// 28124 -[loc_28124] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30119,0 - -// 28125 -[loc_28125] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30124,0 - -// 28126 -[loc_28126] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30116,0 - -// 28127 -[loc_28127] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30122,0 - -// 28128 -[loc_28128] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30120,0 - -// 28129 -[loc_28129] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30129,0 - -// 28130 -[loc_28130] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30131,0 - -// 28131 -[loc_28131] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30118,0 - -// 28132 -[loc_28132] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30126,0 - -// 28133 -[loc_28133] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30132,0 - -// 28134 -[loc_28134] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30127,0 - -// 28135 -[loc_28135] -active=no -ambient=50 -shadow=no -anim=seq_7378 -model=model_30064 - -// 28136 -[loc_28136] -active=no -ambient=50 -shadow=no -anim=seq_7379 -model=model_30064 - -// 28137 -[loc_28137] -active=no -ambient=50 -shadow=no -anim=seq_7380 -model=model_30064 - -// 28138 -[loc_28138] -active=no -ambient=50 -shadow=no -anim=seq_7381 -model=model_30064 - -// 28139 -[loc_28139] -op1=Escape -anim=seq_3174 -ambient=25 -length=2 -width=4 -blockwalk=yes -raiseobject=no -hillskew=yes -bgsound=synth_3139,4 -hardshadow=no -recol1s=7180 -recol1d=8611 -recol2s=8237 -recol2d=8643 -recolhsl3s=49953 -recolhsl3d=17064 -recol4s=10351 -recol4d=11875 -recolhsl5s=49705 -recolhsl5d=17074 -model=model_42295 -model2=model_30233 -name=Portal - -// 28140 -[loc_28140] -op1=Leave -anim=seq_504 -ambient=100 -contrast=100 -resizex=256 -resizey=256 -resizez=256 -length=2 -width=2 -blockwalk=yes -raiseobject=no -hillskew=yes -bgsound=synth_3139,2 -hardshadow=no -blockrange=no -recol1s=32745 -recol1d=7303 -model=model_2318 -name=Portal - -// 28141 -[loc_28141] -active=no -hillskew=yes -blockrange=no -model=model_30094,1 -model=model_30093,2 -model=model_30096,5 - -// 28142 -[loc_28142] -active=no -mirror=yes -hillskew=yes -blockrange=no -model=model_30094,1 -model=model_30093,2 -model=model_30096,5 - -// 28143 -[loc_28143] -active=no -hillskew=yes -blockrange=no -model=model_30092,1 - -// 28144 -[loc_28144] -active=no -mirror=yes -hillskew=yes -blockrange=no -model=model_30092,1 - -// 28145 -[loc_28145] -active=no -hillskew=yes -blockrange=no -model=model_30095,1 - -// 28146 -[loc_28146] -active=no -mirror=yes -hillskew=yes -blockrange=no -model=model_30095,1 - -// 28147 -[loc_28147] -active=no -ambient=35 -sharelight=yes -model=model_30097,1 -model=model_30104,2 -model=model_30107,5 - -// 28148 -[loc_28148] -active=no -ambient=35 -mirror=yes -sharelight=yes -model=model_30097,1 -model=model_30104,2 -model=model_30107,5 - -// 28149 -[loc_28149] -active=no -ambient=35 -sharelight=yes -model=model_30106,1 -model=model_30101,5 - -// 28150 -[loc_28150] -active=no -ambient=35 -mirror=yes -sharelight=yes -model=model_30106,1 -model=model_30101,5 - -// 28151 -[loc_28151] -active=no -ambient=35 -sharelight=yes -model=model_30105,1 - -// 28152 -[loc_28152] -active=no -ambient=35 -mirror=yes -sharelight=yes -model=model_30105,1 - -// 28153 -[loc_28153] -active=no -ambient=35 -sharelight=yes -model=model_30100 - -// 28154 -[loc_28154] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30086 - -// 28155 -[loc_28155] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30086 - -// 28156 -[loc_28156] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30084 - -// 28157 -[loc_28157] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30090 - -// 28158 -[loc_28158] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30085 - -// 28159 -[loc_28159] -hillskew=yes -mirror=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30085 - -// 28160 -[loc_28160] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30087 - -// 28161 -[loc_28161] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30088 - -// 28162 -[loc_28162] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30089 - -// 28163 -[loc_28163] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30091 - -// 28164 -[loc_28164] -hillskew=yes -ambient=35 -sharelight=yes -forcedecor=yes -resizey=32 -active=no -blockrange=no -model=model_30083 - -// 28165 -[loc_28165] -active=no -ambient=35 -model=model_30110 - -// 28166 -[loc_28166] -active=no -ambient=35 -model=model_30109 - -// 28167 -[loc_28167] -active=no -ambient=35 -length=2 -model=model_30102 - -// 28168 -[loc_28168] -sharelight=yes -hillskew=yes -active=no -model=model_30076,1 - -// 28169 -[loc_28169] -sharelight=yes -hillskew=yes -active=no -model=model_30081,1 - -// 28170 -[loc_28170] -sharelight=yes -hillskew=yes -active=no -model=model_30082,1 - -// 28171 -[loc_28171] -sharelight=yes -hillskew=yes -active=no -model=model_30078,1 - -// 28172 -[loc_28172] -sharelight=yes -hillskew=yes -active=no -model=model_30072,1 - -// 28173 -[loc_28173] -sharelight=yes -hillskew=yes -active=no -model=model_30073,1 - -// 28174 -[loc_28174] -active=yes -model=model_30066 -name=Rock barrier - -// 28175 -[loc_28175] -active=yes -model=model_30068 -name=Rock barrier - -// 28176 -[loc_28176] -active=yes -ambient=15 -model=model_30067 -name=Rock barrier - -// 28177 -[loc_28177] -active=no -contrast=10 -hillskew=yes -blockwalk=no -unknown90=yes -model=model_14597,0 - -// 28178 -[loc_28178] -active=no -ambient=35 -width=3 -length=3 -model=model_30108 - -// 28179 -[loc_28179] -active=no -ambient=35 -width=2 -length=2 -model=model_30112 - -// 28180 -[loc_28180] -active=no -ambient=35 -width=2 -length=2 -model=model_30099 - -// 28181 -[loc_28181] -active=no -ambient=35 -width=3 -length=3 -model=model_30103 - -// 28182 -[loc_28182] -active=no -ambient=35 -width=3 -length=3 -model=model_30111 - -// 28183 -[loc_28183] -active=no -ambient=35 -width=2 -length=2 -model=model_30098 - -// 28184 -[loc_28184] -active=no -sharelight=yes -ambient=30 -model=model_30079,1 -model=model_30075,3 - -// 28185 -[loc_28185] -active=no -sharelight=yes -mirror=yes -ambient=30 -model=model_30079,1 -model=model_30075,3 - -// 28186 -[loc_28186] -active=no -sharelight=yes -ambient=30 -model=model_30080,1 - -// 28187 -[loc_28187] -active=no -sharelight=yes -ambient=30 -model=model_30074,1 - -// 28188 -[loc_28188] -active=no -sharelight=yes -ambient=30 -mirror=yes -model=model_30074,1 - -// 28189 -[loc_28189] -active=no -sharelight=yes -ambient=30 -model=model_30069,1 - -// 28190 -[loc_28190] -active=no -sharelight=yes -ambient=30 -mirror=yes -model=model_30069,1 - -// 28191 -[loc_28191] -active=no -sharelight=yes -ambient=30 -model=model_30071,1 - -// 28192 -[loc_28192] -active=no -sharelight=yes -ambient=30 -model=model_30077,1 -model=model_30070,3 - -// 28193 -[loc_28193] -active=no -sharelight=yes -ambient=30 -model=model_30070 - -// 28194 -[loc_28194] -op1=Use -anim=seq_2657 -ambient=60 -blockwalk=yes -raiseobject=no -hillskew=yes -recol1s=0 -recol1d=2114 -recol2s=10240 -recol2d=32614 -recol3s=12320 -recol3d=30306 -model=model_9298 -name=Viewing orb -param=param_580,struct_343 - -// 28195 -[loc_28195] -active=no -contrast=10 -hillskew=yes -blockwalk=no -unknown90=yes -model=model_14598,0 - -// 28196 -[loc_28196] -active=no -blockwalk=no -unknown90=yes -recol1s=18850 -recol1d=3170 -recol2s=10500 -recol2d=5284 -model=model_11818,0 - -// 28197 -[loc_28197] -active=no -blockwalk=no -unknown90=yes -recol1s=18850 -recol1d=3170 -recol2s=10500 -recol2d=5284 -model=model_11820,0 - -// 28198 -[loc_28198] -active=no -blockwalk=no -unknown90=yes -recol1s=18850 -recol1d=3170 -recol2s=10500 -recol2d=5284 -model=model_11819,0 - -// 28199 -[loc_28199] -length=2 -active=yes -blockrange=no -recol1s=20935 -recol1d=7364 -recol2s=18821 -recol2d=6307 -recol3s=17764 -recol3d=5250 -recol4s=16707 -recol4d=5250 -model=model_4325 -name=Table - -// 28200 -[loc_28200] -active=no -blockrange=no -recol1s=20933 -recol1d=6307 -recol2s=7329 -recol2d=5250 -model=model_10089 - -// 28201 -[loc_28201] -active=no -resizex=100 -resizey=100 -resizez=100 -recol1s=14695 -recol1d=6307 -recol2s=13638 -recol2d=5250 -recol3s=12581 -recol3d=6307 -recol4s=11524 -recol4d=5250 -recol5s=10467 -recol5d=5250 -recol6s=9410 -recol6d=5250 -model=model_7685 - -// 28202 -[loc_28202] -active=no -recol1s=13605 -recol1d=6307 -recol2s=12548 -recol2d=5250 -recol3s=11491 -recol3d=5250 -recol4s=10434 -recol4d=4193 -recol5s=7297 -recol5d=4193 -model=model_8232 - -// 28203 -[loc_28203] -active=no -resizex=100 -resizey=100 -resizez=100 -recol1s=14695 -recol1d=6307 -recol2s=13638 -recol2d=5250 -recol3s=12581 -recol3d=6307 -recol4s=11524 -recol4d=5250 -recol5s=10467 -recol5d=5250 -recol6s=9410 -recol6d=5250 -model=model_7700 - -// 28204 -[loc_28204] -anim=seq_481 -ambient=20 -contrast=20 -active=no -recol1s=20933 -recol1d=6307 -recol2s=7329 -recol2d=5250 -model=model_11323 -model2=model_11320 - -// 28205 -[loc_28205] -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_30062 -model2=model_14608 -name=Banner - -// 28206 -[loc_28206] -ambient=50 -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_30061 -model2=model_14608 -name=Banner - -// 28207 -[loc_28207] -active=no -mirror=yes -recol1s=7397 -recol1d=11592 -recol2s=6340 -recol2d=10535 -recol3s=5283 -recol3d=9478 -recol4s=4226 -recol4d=8421 -model=model_27252,1 - -// 28208 -[loc_28208] -sharelight=yes -hillskew=yes -active=no -recol1s=12618 -recol1d=13706 -recol2s=11561 -recol2d=12649 -recol3s=10504 -recol3d=11592 -recol4s=8456 -recol4d=10535 -recol5s=7399 -recol5d=9478 -recol6s=6342 -recol6d=8421 -model=model_9478,1 -model=model_25872,2 -model=model_35882,3 -model=model_9479,4 -model=model_25873,5 - -// 28209 -[loc_28209] -op1=Look-into -anim=seq_2657 -ambient=25 -contrast=25 -op1=View -model=model_30262 -name=Low-level orb - -// 28210 -[loc_28210] -op1=Look-into -anim=seq_2657 -ambient=25 -contrast=25 -op1=View -model=model_30262 -name=Mid-level orb - -// 28211 -[loc_28211] -op1=Look-into -anim=seq_2657 -ambient=25 -contrast=25 -op1=View -model=model_30262 -name=High-level orb - -// 28212 -[loc_28212] -active=no -anim=seq_2657 -ambient=25 -contrast=25 -model=model_30262 - -// 28213 -[loc_28213] -op1=Enter -anim=seq_3174 -ambient=25 -length=2 -width=4 -raiseobject=no -bgsound=synth_3139,3 -model=model_30177 -model2=model_30233 -name=Portal - -// 28214 -[loc_28214] -op1=Escape -anim=seq_3174 -ambient=25 -length=2 -width=4 -blockwalk=yes -raiseobject=no -hillskew=yes -bgsound=synth_3139,4 -model=model_30177 -model2=model_30233 -name=Portal - -// 28215 -[loc_28215] -active=no -ambient=15 -contrast=15 -length=2 -offsetx=-16 -model=model_30265 - -// 28216 -[loc_28216] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -blockrange=no -model=model_30150 - -// 28217 -[loc_28217] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -blockrange=no -model=model_30151 - -// 28218 -[loc_28218] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -blockrange=no -model=model_30152 - -// 28219 -[loc_28219] -hillskew=yes -ambient=35 -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -blockrange=no -model=model_30153 - -// 28220 -[loc_28220] -blockwalk=yes -hillskew=yes -anim=seq_5415 -model=model_30267 -name=Lava crater - -// 28221 -[loc_28221] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30133,0 - -// 28222 -[loc_28222] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30125,0 - -// 28223 -[loc_28223] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30130,0 - -// 28224 -[loc_28224] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30134,0 - -// 28225 -[loc_28225] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30128,0 - -// 28226 -[loc_28226] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30117,0 - -// 28227 -[loc_28227] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30123,0 - -// 28228 -[loc_28228] -hillskew=yes -ambient=-25 -hardshadow=no -recol1s=2081 -recol1d=8423 -model=model_30135,0 - -// 28229 -[loc_28229] -active=no -randomsound=350,850,15,synth_3112,synth_3113,synth_4054,synth_4055 -bgsound=synth_2185,15 -model=model_1105,0 - -// 28230 -[loc_28230] -active=no -randomsound=100,650,15,synth_4053,synth_4056 -bgsound=synth_2185,15 -model=model_1105,0 - -// 28231 -[loc_28231] -bgsound=synth_2184,7 -active=no -model=model_1105,0 - -// 28232 -[loc_28232] -bgsound=synth_3139,3 -active=no -model=model_1105,0 - -// 28233 -[loc_28233] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=0 -unknown90=yes -recol1s=6339 -recol1d=8456 -recol2s=7396 -recol2d=11561 -recol3s=8453 -recol3d=11561 -recol4s=4225 -recol4d=7399 -recol5s=5282 -recol5d=7399 -model=model_6611,0 - -// 28234 -[loc_28234] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=0 -unknown90=yes -recol1s=6339 -recol1d=8456 -recol2s=7396 -recol2d=11561 -recol3s=8453 -recol3d=11561 -recol4s=4225 -recol4d=7399 -recol5s=5282 -recol5d=7399 -model=model_6610,0 - -// 28235 -[loc_28235] -bgsound=synth_3109,15 -active=no -model=model_1105,0 - -// 28236 -[loc_28236] -active=no -randomsound=65,200,12,synth_1992,synth_1993,synth_3048,synth_4055 -model=model_1105,0 - -// 28237 -[loc_28237] -active=no -randomsound=300,500,15,synth_4065,synth_4069,synth_4066,synth_4068,synth_4067 -model=model_1105,0 - -// 28238 -[loc_28238] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -anim=seq_5773 -model=model_30272 - -// 28239 -[loc_28239] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -model=model_30272 - -// 28240 -[loc_28240] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -anim=seq_5773 -model=model_30271 - -// 28241 -[loc_28241] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -model=model_30271 - -// 28242 -[loc_28242] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -resizey=136 -model=model_30272 - -// 28243 -[loc_28243] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -resizey=136 -anim=seq_5773 -model=model_30272 - -// 28244 -[loc_28244] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -resizey=136 -model=model_30271 - -// 28245 -[loc_28245] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -resizey=136 -anim=seq_5773 -model=model_30271 - -// 28246 -[loc_28246] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -resizey=145 -model=model_30272 - -// 28247 -[loc_28247] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -resizey=145 -model=model_30271 - -// 28248 -[loc_28248] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -resizey=100 -resizex=100 -resizez=100 -anim=seq_5773 -model=model_30272 - -// 28249 -[loc_28249] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -resizey=100 -resizex=100 -resizez=100 -model=model_30272 - -// 28250 -[loc_28250] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -resizey=90 -resizex=100 -resizez=100 -anim=seq_5773 -model=model_30271 - -// 28251 -[loc_28251] -active=no -msi=msi_0 -ambient=25 -contrast=15 -width=2 -length=2 -blockwalk=yes -resizey=90 -resizex=100 -resizez=100 -model=model_30271 - -// 28252 -[loc_28252] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_12125,0 - -// 28253 -[loc_28253] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_12126,0 - -// 28254 -[loc_28254] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_30270,0 - -// 28255 -[loc_28255] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_12128,0 - -// 28256 -[loc_28256] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_12129,0 - -// 28257 -[loc_28257] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_30269,0 - -// 28258 -[loc_28258] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_12130,0 - -// 28259 -[loc_28259] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_12131,0 - -// 28260 -[loc_28260] -active=no -sharelight=yes -blockwalk=yes -contrast=15 -ambient=25 -recol1s=13639 -recol1d=18072 -recol2s=15719 -recol2d=20152 -recol3s=16776 -recol3d=21209 -recol4s=16810 -recol4d=22266 -model=model_17329,A -model=model_17334,S -model=model_17330,D -model=model_17331,F -model=model_17332,G -model=model_17333,H - -// 28261 -[loc_28261] -active=no -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -recol1s=16846 -recol1d=19980 -recol2s=5184 -recol2d=8387 -model=model_1998 - -// 28262 -[loc_28262] -blockrange=no -recol1s=5218 -recol1d=6273 -recol2s=7332 -recol2d=7330 -recol3s=8358 -recol3d=14867 -recol4s=6244 -recol4d=13810 -recol5s=10472 -recol5d=18072 -recol6s=9415 -recol6d=17015 -model=model_11460 -name=Table - -// 28263 -[loc_28263] -active=no -blockwalk=no -recol1s=15392 -recol1d=18072 -recol2s=0 -recol2d=15958 -recol3s=24265 -recol3d=15958 -model=model_12527,0 - -// 28264 -[loc_28264] -active=no -blockwalk=no -recol1s=15392 -recol1d=18072 -recol2s=0 -recol2d=15958 -recol3s=24265 -recol3d=15958 -model=model_12529,0 - -// 28265 -[loc_28265] -active=no -blockwalk=no -recol1s=15392 -recol1d=18072 -recol2s=0 -recol2d=15958 -recol3s=24265 -recol3d=15958 -model=model_12528,0 - -// 28266 -[loc_28266] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30336 -name=Snowman - -// 28267 -[loc_28267] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30330 -name=Snowman - -// 28268 -[loc_28268] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30326 -name=Snowman - -// 28269 -[loc_28269] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30341 -name=Snowman - -// 28270 -[loc_28270] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30319 -name=Snowman - -// 28271 -[loc_28271] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30325 -name=Snowman - -// 28272 -[loc_28272] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30338 -name=Snowman - -// 28273 -[loc_28273] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30320 -name=Snowman - -// 28274 -[loc_28274] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30334 -name=Snowman - -// 28275 -[loc_28275] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30324 -name=Snowman - -// 28276 -[loc_28276] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30323 -name=Snowman - -// 28277 -[loc_28277] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30337 -name=Snowman - -// 28278 -[loc_28278] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30321 -name=Snowman - -// 28279 -[loc_28279] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30331 -name=Snowman - -// 28280 -[loc_28280] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30317 -name=Snowman - -// 28281 -[loc_28281] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30318 -name=Snowman - -// 28282 -[loc_28282] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30342 -name=Snowman - -// 28283 -[loc_28283] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30348 -name=Snowman - -// 28284 -[loc_28284] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30347 -name=Snowman - -// 28285 -[loc_28285] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30350 -name=Snowman - -// 28286 -[loc_28286] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30339 -name=Snowman - -// 28287 -[loc_28287] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30327 -name=Snowman - -// 28288 -[loc_28288] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30329 -name=Snowman - -// 28289 -[loc_28289] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30343 -name=Snowman - -// 28290 -[loc_28290] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30328 -name=Snowman - -// 28291 -[loc_28291] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30340 -name=Snowman - -// 28292 -[loc_28292] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30346 -name=Snowman - -// 28293 -[loc_28293] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30344 -name=Snowman - -// 28294 -[loc_28294] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30345 -name=Snowman - -// 28295 -[loc_28295] -blockwalk=no -ambient=30 -contrast=20 -op1=Add-to -model=model_30332 -name=Snowman - -// 28296 -[loc_28296] -active=yes -contrast=40 -ambient=40 -blockwalk=yes -op1=Collect -blockrange=no -model=model_30299 -name=Snow - -// 28297 -[loc_28297] -active=yes -contrast=40 -ambient=40 -anim=seq_7544 -blockwalk=no -op1=Collect -model=model_30298 -name=Snow - -// 28298 -[loc_28298] -active=yes -width=2 -length=3 -contrast=25 -ambient=40 -model=model_30371 -name=Sleigh - -// 28299 -[loc_28299] -active=yes -width=2 -length=2 -contrast=25 -ambient=40 -model=model_30370 -name=Sleigh - -// 28300 -[loc_28300] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_30359,1 -model=model_30354,2 -model=model_30358,3 -model=model_30352,4 -model=model_30351,5 - -// 28301 -[loc_28301] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_30357,1 -model=model_30353,5 - -// 28302 -[loc_28302] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_30355,4 - -// 28303 -[loc_28303] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_30356,4 - -// 28304 -[loc_28304] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_30335,0 - -// 28305 -[loc_28305] -active=no -width=3 -shadow=no -contrast=15 -ambient=25 -anim=seq_7546 -blockwalk=yes -blockrange=no -recol1s=27232 -recol1d=32624 -model=model_30361 - -// 28306 -[loc_28306] -active=no -width=3 -shadow=no -contrast=15 -ambient=25 -anim=seq_7546 -blockwalk=yes -blockrange=no -recol1s=27232 -recol1d=32624 -model=model_30360 - -// 28307 -[loc_28307] -active=no -width=3 -length=2 -shadow=no -contrast=15 -ambient=25 -anim=seq_7546 -blockwalk=yes -blockrange=no -recol1s=27232 -recol1d=32624 -model=model_30363 - -// 28308 -[loc_28308] -active=no -width=3 -length=2 -shadow=no -contrast=15 -ambient=25 -anim=seq_7546 -blockwalk=yes -mirror=yes -blockrange=no -recol1s=27232 -recol1d=32624 -model=model_30363 - -// 28309 -[loc_28309] -active=no -width=3 -shadow=no -contrast=15 -ambient=25 -anim=seq_7546 -blockwalk=yes -blockrange=no -recol1s=27232 -recol1d=32624 -model=model_30365 - -// 28310 -[loc_28310] -active=no -width=3 -shadow=no -contrast=15 -ambient=25 -anim=seq_7546 -blockwalk=yes -mirror=yes -blockrange=no -recol1s=27232 -recol1d=32624 -model=model_30365 - -// 28311 -[loc_28311] -active=no -width=3 -shadow=no -contrast=15 -ambient=25 -anim=seq_7546 -blockwalk=yes -blockrange=no -recol1s=27232 -recol1d=32624 -model=model_30362 - -// 28312 -[loc_28312] -active=no -width=3 -shadow=no -contrast=15 -ambient=25 -anim=seq_7546 -blockwalk=yes -mirror=yes -blockrange=no -recol1s=27232 -recol1d=32624 -model=model_30362 - -// 28313 -[loc_28313] -active=no -sharelight=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_30369,1 -model=model_30367,2 -model=model_30368,5 - -// 28314 -[loc_28314] -active=no -sharelight=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_30366,1 - -// 28315 -[loc_28315] -active=no -sharelight=yes -blockwalk=yes -contrast=15 -ambient=25 -mirror=yes -model=model_30366,1 - -// 28316 -[loc_28316] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_30322 -name=Throne - -// 28317 -[loc_28317] -width=2 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -model=model_30333 -name=Food trough - -// 28318 -[loc_28318] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -anim=seq_7552 -model=model_30372 -name=Stags - -// 28319 -[loc_28319] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -anim=seq_7552 -model=model_30373 -name=Stags - -// 28320 -[loc_28320] -active=no -randomsound=150,300,15,synth_4080,synth_4081,synth_4085,synth_4083,synth_4082,synth_4084 -bgsound=synth_2185,15 -model=model_1105,0 - -// 28321 -[loc_28321] -hillskew=yes -forcedecor=yes -blockwalk=yes -active=yes -ambient=10 -contrast=10 -multivar=varplayerbit_4207 -multiloc=0,loc_28322 -multiloc=1,loc_5145 - -// 28322 -[loc_28322] -hillskew=yes -forcedecor=yes -blockwalk=yes -active=yes -ambient=10 -contrast=10 -model=model_30383,0 -name=Zip line - -// 28323 -[loc_28323] -bgsound=synth_4088,20 -active=no -model=model_1105,0 - -// 28324 -[loc_28324] -active=no -randomsound=150,300,15,synth_4080,synth_4085,synth_4087,synth_4094,synth_4092,synth_4093,synth_4084,synth_4089 -bgsound=synth_2185,15 -model=model_1105,0 - -// 28325 -[loc_28325] -active=no -randomsound=10,500,15,synth_4087,synth_4090,synth_4091,synth_4092,synth_4085 -bgsound=synth_2185,15 -model=model_1105,0 - -// 28326 -[loc_28326] -active=yes -ambient=25 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 28327 -[loc_28327] -active=no -ambient=25 -model=model_14928,1 -model=model_14929,5 - -// 28328 -[loc_28328] -ambient=10 -contrast=10 -model=model_30394 -name=Jar - -// 28329 -[loc_28329] -active=no -ambient=10 -contrast=10 -model=model_30397 - -// 28330 -[loc_28330] -active=no -blockwalk=yes -width=2 -ambient=10 -contrast=10 -blockrange=no -retex1s=material_330 -retex1d=material_106 -model=model_30390 - -// 28331 -[loc_28331] -active=no -blockwalk=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30392 - -// 28332 -[loc_28332] -active=no -blockwalk=yes -width=2 -ambient=15 -contrast=15 -blockrange=no -model=model_30391 - -// 28333 -[loc_28333] -active=yes -ambient=10 -contrast=10 -model=model_30396 -name=Shelves - -// 28334 -[loc_28334] -active=no -blockwalk=yes -sharelight=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30410 - -// 28335 -[loc_28335] -active=yes -blockwalk=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30405 -name=Birdcage - -// 28336 -[loc_28336] -active=yes -blockwalk=yes -width=2 -ambient=10 -contrast=10 -model=model_30408 -name=Incubator - -// 28337 -[loc_28337] -active=yes -blockwalk=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30398 -name=Cat basket - -// 28338 -[loc_28338] -active=yes -blockwalk=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30400 -name=Dog basket - -// 28339 -[loc_28339] -active=yes -blockwalk=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30388 -name=Dog baskets - -// 28340 -[loc_28340] -active=yes -blockwalk=yes -width=2 -ambient=10 -contrast=10 -model=model_30403 -name=Fish tank - -// 28341 -[loc_28341] -active=yes -blockwalk=yes -sharelight=yes -shadow=no -ambient=10 -contrast=10 -blockrange=no -model=model_30404,1 -model=model_30409,2 -name=Pen - -// 28342 -[loc_28342] -active=no -ambient=40 -contrast=40 -model=model_30402,Q - -// 28343 -[loc_28343] -active=yes -ambient=10 -contrast=10 -model=model_30401,0 -name=Hay - -// 28344 -[loc_28344] -active=yes -blockwalk=yes -ambient=25 -contrast=25 -blockrange=no -model=model_30406 -name=Scale - -// 28345 -[loc_28345] -active=yes -ambient=40 -contrast=40 -model=model_30389,Q -name=Collars - -// 28346 -[loc_28346] -ambient=10 -contrast=10 -unknown90=yes -model=model_30407,0 - -// 28347 -[loc_28347] -ambient=10 -contrast=10 -unknown90=yes -model=model_30393,0 - -// 28348 -[loc_28348] -mirror=yes -ambient=10 -contrast=10 -unknown90=yes -model=model_30393,0 - -// 28349 -[loc_28349] -ambient=10 -contrast=10 -unknown90=yes -model=model_30395,0 - -// 28350 -[loc_28350] -ambient=10 -contrast=10 -unknown90=yes -model=model_30399,0 - -// 28351 -[loc_28351] -active=yes -anim=seq_4128 -ambient=20 -contrast=20 -model=model_30386 -name=Pet shop - -// 28352 -[loc_28352] -blockwalk=yes -width=2 -active=yes -op1=hidden -op2=hidden -multivar=varplayerbit_4221 -multiloc=0,loc_28336 -multiloc=1,loc_28359 -multiloc=2,loc_28359 -multiloc=3,loc_28359 -multiloc=4,loc_28359 -multiloc=5,loc_28359 -multiloc=6,loc_28359 -multiloc=7,loc_28359 -multiloc=8,loc_28359 -multiloc=9,loc_28359 -multiloc=10,loc_28359 -multiloc=11,loc_28359 -multiloc=12,loc_28359 -multiloc=13,loc_28359 -multiloc=14,loc_28359 -multiloc=15,loc_28359 -multiloc=16,loc_28359 -multiloc=17,loc_28359 -multiloc=18,loc_28359 -multiloc=19,loc_28359 -multiloc=20,loc_28359 -multiloc=21,loc_28359 -multiloc=22,loc_28359 -multiloc=23,loc_28359 - -// 28353 -[loc_28353] -active=yes -ambient=10 -contrast=10 -model=model_30396 -model2=model_30419 -name=Shelves - -// 28354 -[loc_28354] -active=yes -ambient=10 -contrast=10 -retex1s=material_199 -retex1d=material_154 -model=model_30396 -model2=model_30418 -name=Shelves - -// 28355 -[loc_28355] -active=yes -ambient=10 -contrast=10 -retex1s=material_115 -retex1d=material_77 -model=model_30396 -model2=model_30412 -name=Shelves - -// 28356 -[loc_28356] -active=yes -anim=seq_7577 -blockwalk=yes -sharelight=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30410 -model2=model_30422 -name=Cat - -// 28357 -[loc_28357] -active=yes -blockwalk=yes -sharelight=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30410 -model2=model_30414 -model3=model_30420 -name=Counter - -// 28358 -[loc_28358] -active=yes -blockwalk=yes -sharelight=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30410 -model2=model_30415 -name=Counter - -// 28359 -[loc_28359] -active=yes -blockwalk=yes -width=2 -ambient=10 -contrast=10 -op1=Take-egg -op2=Inspect -model=model_30408 -model2=model_30421 -name=Incubator - -// 28360 -[loc_28360] -active=yes -blockwalk=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30416 -name=Ball - -// 28361 -[loc_28361] -active=yes -blockwalk=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30413 -name=Pillow - -// 28362 -[loc_28362] -active=no -blockwalk=yes -width=2 -ambient=15 -contrast=15 -blockrange=no -model=model_30391 -model2=model_30417 -model3=model_30424 - -// 28363 -[loc_28363] -active=yes -blockwalk=yes -sharelight=yes -ambient=10 -contrast=10 -blockrange=no -model=model_30410 -model2=model_30420 -model3=model_30425 -name=Counter - -// 28364 -[loc_28364] -active=yes -blockwalk=yes -sharelight=yes -ambient=10 -contrast=10 -blockrange=no -retex1s=material_124 -retex1d=material_140 -model=model_30410 -model2=model_30420 -model3=model_30423 -model4=model_30426 -name=Counter - -// 28365 -[loc_28365] -hillskew=yes -ambient=25 -contrast=25 -model=model_30954,1 -model=model_30951,2 -model=model_30961,5 - -// 28366 -[loc_28366] -resizey=84 -hillskew=yes -ambient=25 -contrast=25 -model=model_30954,1 -model=model_30951,2 -model=model_30961,5 - -// 28367 -[loc_28367] -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_30957,1 -model=model_30964,2 -model=model_30958,5 - -// 28368 -[loc_28368] -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_30966,1 - -// 28369 -[loc_28369] -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_30948,1 - -// 28370 -[loc_28370] -hillskew=yes -active=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -forcedecor=yes -bgsound=synth_4112,5 -model=model_30960,1 -name=Spring - -// 28371 -[loc_28371] -anim=seq_7603 -active=no -hillskew=yes -ambient=25 -contrast=25 -bgsound=synth_4112,5 -model=model_30921 - -// 28372 -[loc_28372] -hillskew=yes -active=no -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_30907 -model=model_30888 - -// 28373 -[loc_28373] -hillskew=yes -active=no -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_30882 - -// 28374 -[loc_28374] -hillskew=yes -active=no -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_30910 - -// 28375 -[loc_28375] -hillskew=yes -active=no -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_30890 - -// 28376 -[loc_28376] -hillskew=yes -active=yes -shadow=no -ambient=25 -contrast=25 -forcedecor=yes -width=2 -op1=Search -model=model_31013 -name=Sealed door - -// 28377 -[loc_28377] -hillskew=yes -active=yes -shadow=no -ambient=25 -contrast=25 -forcedecor=yes -width=2 -model=model_31014 -name=Sealed door - -// 28378 -[loc_28378] -hillskew=yes -active=yes -shadow=no -ambient=25 -contrast=25 -forcedecor=yes -width=2 -model=model_31012 -name=Sealed door - -// 28379 -[loc_28379] -hillskew=yes -active=yes -shadow=no -mirror=yes -ambient=25 -contrast=25 -forcedecor=yes -width=2 -model=model_31014 -name=Sealed door - -// 28380 -[loc_28380] -hillskew=yes -active=yes -shadow=no -mirror=yes -ambient=25 -contrast=25 -forcedecor=yes -width=2 -model=model_31012 -name=Sealed door - -// 28381 -[loc_28381] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_30980,1 - -// 28382 -[loc_28382] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_30977,1 -model=model_30983,2 -model=model_30984,5 - -// 28383 -[loc_28383] -hillskew=yes -sharelight=yes -forcedecor=yes -shadow=no -ambient=25 -contrast=25 -model=model_30979,1 -model=model_30975,5 - -// 28384 -[loc_28384] -hillskew=yes -sharelight=yes -forcedecor=yes -shadow=no -ambient=25 -contrast=25 -model=model_30981,1 -model=model_30967,5 - -// 28385 -[loc_28385] -hillskew=yes -sharelight=yes -forcedecor=yes -shadow=no -ambient=25 -contrast=25 -model=model_30986,1 -model=model_30978,5 - -// 28386 -[loc_28386] -active=yes -hillskew=yes -sharelight=yes -forcedecor=yes -shadow=no -mirror=yes -ambient=25 -contrast=25 -op1=Climb -model=model_30986,1 -model=model_30978,5 -name=Ladder - -// 28387 -[loc_28387] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -shadow=no -mirror=yes -ambient=25 -contrast=25 -op1=Climb -model=model_30973,5 - -// 28388 -[loc_28388] -active=yes -hillskew=yes -sharelight=yes -shadow=no -mirror=yes -forcedecor=yes -ambient=25 -contrast=25 -op1=Climb -model=model_30979,1 -model=model_30975,5 -name=Ladder - -// 28389 -[loc_28389] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30990,1 -model=model_30998,Z - -// 28390 -[loc_28390] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30990,1 -model=model_30998,Z - -// 28391 -[loc_28391] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30999,1 - -// 28392 -[loc_28392] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30999,1 - -// 28393 -[loc_28393] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30991,1 - -// 28394 -[loc_28394] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30991,1 - -// 28395 -[loc_28395] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30994,1 - -// 28396 -[loc_28396] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30994,1 - -// 28397 -[loc_28397] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30995,1 - -// 28398 -[loc_28398] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30995,1 - -// 28399 -[loc_28399] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30993,1 -model=model_30989,2 -model=model_30992,5 - -// 28400 -[loc_28400] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30993,1 -model=model_30989,2 -model=model_30992,5 - -// 28401 -[loc_28401] -active=yes -op1=Leave through -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -bgsound=synth_3093,3 -model=model_30987,1 -name=Exit - -// 28402 -[loc_28402] -forcedecor=yes -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_30997,1 -model=model_30996,Z - -// 28403 -[loc_28403] -hillskew=yes -sharelight=yes -shadow=no -mirror=yes -ambient=25 -contrast=25 -model=model_30997,1 -model=model_30996,Z - -// 28404 -[loc_28404] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_30988,1 - -// 28405 -[loc_28405] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_30982,1 - -// 28406 -[loc_28406] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_30974,Z - -// 28407 -[loc_28407] -active=yes -hillskew=yes -sharelight=yes -op1=Open -shadow=no -ambient=25 -contrast=25 -model=model_30969,1 -name=Door - -// 28408 -[loc_28408] -active=yes -hillskew=yes -sharelight=yes -op1=Close -shadow=no -ambient=25 -contrast=25 -model=model_30969,1 -name=Door - -// 28409 -[loc_28409] -active=yes -hillskew=yes -sharelight=yes -op1=Open -shadow=no -ambient=25 -contrast=25 -recol1s=18823 -recol1d=10502 -recol2s=14595 -recol2d=8388 -recol3s=24041 -recol3d=12582 -model=model_30969,1 -name=Door - -// 28410 -[loc_28410] -active=yes -hillskew=yes -sharelight=yes -op1=Close -shadow=no -ambient=25 -contrast=25 -recol1s=18823 -recol1d=10502 -recol2s=14595 -recol2d=8388 -recol3s=24041 -recol3d=12582 -model=model_30969,1 -name=Door - -// 28411 -[loc_28411] -hillskew=yes -ambient=25 -contrast=25 -unknown90=yes -model=model_30899,0 - -// 28412 -[loc_28412] -hillskew=yes -ambient=25 -contrast=25 -unknown90=yes -model=model_30873,0 - -// 28413 -[loc_28413] -hillskew=yes -ambient=25 -contrast=25 -unknown90=yes -model=model_30920,0 - -// 28414 -[loc_28414] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -model=model_30943,0 - -// 28415 -[loc_28415] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -model=model_30945,0 - -// 28416 -[loc_28416] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -model=model_30944,0 - -// 28417 -[loc_28417] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -model=model_30946,0 - -// 28418 -[loc_28418] -hillskew=yes -active=yes -ambient=25 -contrast=25 -length=3 -width=3 -model=model_30874 -name=Monument - -// 28419 -[loc_28419] -hillskew=yes -active=yes -ambient=25 -contrast=25 -length=3 -width=3 -model=model_30872 -name=Statue of Scabaras - -// 28420 -[loc_28420] -hillskew=yes -active=yes -ambient=25 -contrast=25 -length=3 -width=3 -model=model_30881 -name=Statue - -// 28421 -[loc_28421] -hillskew=yes -active=yes -ambient=25 -contrast=25 -op1=Search -model=model_30896 -name=Crate - -// 28422 -[loc_28422] -hillskew=yes -active=no -ambient=15 -contrast=15 -width=2 -model=model_30919,8 -model=model_30887,0 - -// 28423 -[loc_28423] -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_30900,0 - -// 28424 -[loc_28424] -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_30875,0 - -// 28425 -[loc_28425] -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_30878,0 - -// 28426 -[loc_28426] -active=no -shadow=no -ambient=25 -contrast=25 -length=2 -width=2 -hillchange=tree_skew,100 -model=model_30889 - -// 28427 -[loc_28427] -active=no -shadow=no -ambient=25 -contrast=25 -length=2 -width=2 -hillchange=tree_skew,85 -model=model_30870 - -// 28428 -[loc_28428] -active=yes -forcedecor=yes -shadow=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -length=2 -width=2 -model=model_30891 -name=Stairs - -// 28429 -[loc_28429] -active=no -forcedecor=yes -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -length=2 -width=2 -model=model_30869 - -// 28430 -[loc_28430] -active=yes -forcedecor=yes -shadow=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -length=2 -width=2 -model=model_30917 -name=Stairs - -// 28431 -[loc_28431] -active=yes -forcedecor=yes -shadow=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -length=4 -width=3 -model=model_30905 -name=Stairs - -// 28432 -[loc_28432] -active=no -shadow=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -width=4 -forcedecor=yes -model=model_30952 - -// 28433 -[loc_28433] -active=yes -anim=seq_7601 -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -length=2 -width=5 -bgsound=synth_4097,10 -op1=Stoke -model=model_31009 -model2=model_31011 -model3=model_31010 -name=Furnace - -// 28434 -[loc_28434] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -length=2 -width=5 -op1=Stoke -model=model_31009 -name=Furnace - -// 28435 -[loc_28435] -blockwalk=no -active=yes -op1=Pull -ambient=25 -contrast=25 -model=model_30860 -name=Lever - -// 28436 -[loc_28436] -blockwalk=no -active=yes -op1=Pull -ambient=25 -contrast=25 -model=model_30860 -name=Lever - -// 28437 -[loc_28437] -blockwalk=no -active=yes -op1=Pull -ambient=25 -contrast=25 -model=model_30861 -name=Lever - -// 28438 -[loc_28438] -blockwalk=no -active=yes -op1=Pull -ambient=25 -contrast=25 -model=model_30860 -name=Lever - -// 28439 -[loc_28439] -active=yes -op1=Investigate -ambient=25 -contrast=25 -model=model_30914 -name=Mysterious mechanism - -// 28440 -[loc_28440] -ambient=25 -contrast=25 -model=model_30893,Q - -// 28441 -[loc_28441] -active=yes -sharelight=yes -op1=Cross -ambient=25 -contrast=25 -model=model_31008,8 -model=model_31004,0 -name=Pipe - -// 28442 -[loc_28442] -active=yes -sharelight=yes -op1=Cross -ambient=25 -contrast=25 -model=model_31007,8 -model=model_31005,0 -name=Pipe - -// 28443 -[loc_28443] -active=yes -op1=Cross -length=4 -model=model_31006 -name=Greasy pipe - -// 28444 -[loc_28444] -active=yes -op1=Climb down -model=model_31006 -name=Ladder - -// 28445 -[loc_28445] -active=yes -op1=Cross -length=4 -model=model_31006 -name=Greasy pipe - -// 28446 -[loc_28446] -hillskew=yes -active=no -ambient=15 -contrast=15 -hardshadow=no -model=model_30937,0 - -// 28447 -[loc_28447] -hillskew=yes -active=no -ambient=15 -contrast=15 -hardshadow=no -model=model_26344,0 - -// 28448 -[loc_28448] -active=no -ambient=15 -contrast=15 -model=model_30929 - -// 28449 -[loc_28449] -active=no -ambient=15 -contrast=15 -model=model_30931 - -// 28450 -[loc_28450] -active=yes -hillskew=yes -ambient=15 -contrast=15 -model=model_30932 -name=Ancient pillar - -// 28451 -[loc_28451] -active=yes -hillskew=yes -ambient=15 -contrast=15 -model=model_30930 -name=Broken pillar - -// 28452 -[loc_28452] -hillskew=yes -ambient=15 -contrast=15 -model=model_30935 -name=Incomplete pillar - -// 28453 -[loc_28453] -hillskew=yes -ambient=15 -contrast=15 -width=3 -model=model_30934 -name=Vandalised pillar - -// 28454 -[loc_28454] -hillskew=yes -active=yes -ambient=15 -contrast=15 -length=3 -width=3 -model=model_30933 -name=Swamp tree - -// 28455 -[loc_28455] -hillskew=yes -active=yes -ambient=15 -contrast=15 -length=3 -width=3 -model=model_30938 -name=Slimy tree - -// 28456 -[loc_28456] -hillskew=yes -blockwalk=no -active=no -ambient=15 -contrast=15 -hardshadow=no -model=model_30939,8 -model=model_30936,0 - -// 28457 -[loc_28457] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31069 - -// 28458 -[loc_28458] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31074 - -// 28459 -[loc_28459] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31066 - -// 28460 -[loc_28460] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31070 - -// 28461 -[loc_28461] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31062 - -// 28462 -[loc_28462] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31071 - -// 28463 -[loc_28463] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31061 - -// 28464 -[loc_28464] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31065 - -// 28465 -[loc_28465] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31067 - -// 28466 -[loc_28466] -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31065 - -// 28467 -[loc_28467] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31068 - -// 28468 -[loc_28468] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31073 - -// 28469 -[loc_28469] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31064 - -// 28470 -[loc_28470] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31072 - -// 28471 -[loc_28471] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -model=model_31063 - -// 28472 -[loc_28472] -hillskew=yes -blockwalk=yes -active=yes -op1=Push through -ambient=15 -contrast=15 -model=model_30941 -name=Reeds - -// 28473 -[loc_28473] -hillskew=yes -blockwalk=yes -active=yes -op1=Push through -ambient=15 -contrast=15 -model=model_30941 -name=Reeds - -// 28474 -[loc_28474] -hillskew=yes -blockwalk=yes -active=yes -op1=Push through -model=model_30941 -name=Reeds - -// 28475 -[loc_28475] -active=yes -op1=Remove fuel -length=2 -ambient=25 -contrast=25 -model=model_30901 -name=Storage box - -// 28476 -[loc_28476] -active=yes -op1=Remove fuel -length=2 -ambient=25 -contrast=25 -model=model_30897 -name=Storage box - -// 28477 -[loc_28477] -active=yes -op1=Remove fuel -length=2 -ambient=25 -contrast=25 -model=model_30877 -name=Storage box - -// 28478 -[loc_28478] -active=yes -op1=Remove fuel -length=2 -ambient=25 -contrast=25 -model=model_30911 -name=Storage box - -// 28479 -[loc_28479] -active=yes -length=2 -blockwalk=yes -multivar=varplayerbit_4238 -multiloc=0,loc_28475 -multiloc=1,loc_28476 -multiloc=2,loc_28477 -multiloc=3,loc_28478 - -// 28480 -[loc_28480] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -op1=Read -model=model_30985,1 -name=Scratchy writing - -// 28481 -[loc_28481] -active=yes -width=3 -length=4 -shadow=no -ambient=25 -contrast=25 -blockwalk=yes -bgsound=synth_3093,5 -op1=Enter -blockrange=no -model=model_30972 -name=Stairs down - -// 28482 -[loc_28482] -active=no -shadow=no -ambient=25 -contrast=25 -hillchange=tree_skew,85 -model=model_30885 - -// 28483 -[loc_28483] -active=no -shadow=no -ambient=25 -contrast=25 -hillchange=tree_skew,75 -model=model_30892 - -// 28484 -[loc_28484] -active=no -shadow=no -ambient=25 -contrast=25 -hillchange=tree_skew,85 -model=model_30918 - -// 28485 -[loc_28485] -active=no -shadow=no -ambient=25 -contrast=25 -hillchange=tree_skew,80 -model=model_30894 - -// 28486 -[loc_28486] -anim=seq_475 -ambient=64 -contrast=0 -bgsound=synth_2065,3 -active=yes -hardshadow=no -model=model_31080 -name=Warm campfire - -// 28487 -[loc_28487] -width=2 -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30950 -name=Rock - -// 28488 -[loc_28488] -width=2 -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Climb down -model=model_30963 -name=Rope - -// 28489 -[loc_28489] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30959 -name=Rock - -// 28490 -[loc_28490] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Climb up -model=model_30965 -name=Rope - -// 28491 -[loc_28491] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30949 - -// 28492 -[loc_28492] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Climb -model=model_30953 -name=Ladder - -// 28493 -[loc_28493] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30955,1 - -// 28494 -[loc_28494] -active=yes -width=2 -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -multivar=varplayerbit_4231 -multiloc=0,loc_28487 -multiloc=1,loc_28488 - -// 28495 -[loc_28495] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -multivar=varplayerbit_4231 -multiloc=0,loc_28489 -multiloc=1,loc_28490 - -// 28496 -[loc_28496] -active=yes -width=5 -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30912,8 -model=model_30886,0 -name=Dung - -// 28497 -[loc_28497] -active=yes -width=3 -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30898,8 -model=model_30915,0 -name=Dung - -// 28498 -[loc_28498] -active=yes -width=2 -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30884,8 -model=model_30902,0 -name=Dung - -// 28499 -[loc_28499] -active=yes -length=2 -width=2 -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30916,8 -model=model_30895,0 -name=Dung - -// 28500 -[loc_28500] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30970,1 - -// 28501 -[loc_28501] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30976,1 - -// 28502 -[loc_28502] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Search -model=model_30904 -name=Chest - -// 28503 -[loc_28503] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Search -model=model_30903 -name=Chest - -// 28504 -[loc_28504] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30871 -name=Chair - -// 28505 -[loc_28505] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30909 -name=Broken chair - -// 28506 -[loc_28506] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30868 -name=Broken chair - -// 28507 -[loc_28507] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30913 -name=Broken chair - -// 28508 -[loc_28508] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30880 -name=Table - -// 28509 -[loc_28509] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30883 -name=Broken table - -// 28510 -[loc_28510] -active=yes -width=2 -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30879 -name=Broken table - -// 28511 -[loc_28511] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30906 -name=Broken table - -// 28512 -[loc_28512] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Climb -model=model_30956 -name=Low wall - -// 28513 -[loc_28513] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_30962 - -// 28514 -[loc_28514] -hillskew=yes -ambient=10 -active=yes -op1=Open -op2=Use-quickly -model=model_20797,1 -name=Gate - -// 28515 -[loc_28515] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Climb -model=model_30940 -name=Fallen pillar - -// 28516 -[loc_28516] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Climb -model=model_31006 -name=Fallen pillar - -// 28517 -[loc_28517] -hillskew=yes -ambient=10 -model=model_20797,1 - -// 28518 -[loc_28518] -hillskew=yes -ambient=10 -active=yes -op1=Close -model=model_20797,1 -name=Gate - -// 28519 -[loc_28519] -hillskew=yes -ambient=25 -contrast=25 -shadow=no -model=model_30923 -name=Power indicator - -// 28520 -[loc_28520] -hillskew=yes -ambient=25 -contrast=25 -shadow=no -model=model_30923 -name=Power indicator - -// 28521 -[loc_28521] -anim=seq_7602 -hillskew=yes -ambient=25 -contrast=25 -shadow=no -bgsound=synth_2065,5 -model=model_30923 -model2=model_30926 -model3=model_30927 -name=Power indicator - -// 28522 -[loc_28522] -anim=seq_7602 -hillskew=yes -ambient=25 -contrast=25 -shadow=no -bgsound=synth_2066,5 -model=model_30923 -model2=model_30925 -model3=model_30927 -name=Power indicator - -// 28523 -[loc_28523] -anim=seq_7602 -hillskew=yes -ambient=25 -contrast=25 -shadow=no -bgsound=synth_2064,5 -model=model_30923 -model2=model_30928 -model3=model_30927 -name=Power indicator - -// 28524 -[loc_28524] -anim=seq_7602 -hillskew=yes -ambient=25 -contrast=25 -shadow=no -bgsound=synth_2063,5 -model=model_30923 -model2=model_30922 -model3=model_30927 -name=Power indicator - -// 28525 -[loc_28525] -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -op1=Search -forceapproach=north -ambient=25 -contrast=25 -model=model_7603 -name=Floor - -// 28526 -[loc_28526] -width=2 -hillskew=yes -blockwalk=no -op1=Search -ambient=25 -contrast=25 -model=model_30859 -name=Odd markings. - -// 28527 -[loc_28527] -width=2 -anim=seq_459 -blockwalk=no -hillskew=yes -active=yes -ambient=25 -contrast=25 -model=model_30859 -name=Spear trap - -// 28528 -[loc_28528] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_31001,1 - -// 28529 -[loc_28529] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_31002,1 - -// 28530 -[loc_28530] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_31000,1 - -// 28531 -[loc_28531] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_31003,1 - -// 28532 -[loc_28532] -anim=seq_7600 -length=4 -ambient=25 -model=model_30942 -name=Steam - -// 28533 -[loc_28533] -anim=seq_7600 -length=4 -ambient=25 -model=model_30942 -name=Steam - -// 28534 -[loc_28534] -active=yes -anim=seq_7601 -hillskew=yes -sharelight=yes -length=2 -width=5 -multivar=varplayerbit_4239 -multiloc=0,loc_28434 -multiloc=1,loc_28433 - -// 28535 -[loc_28535] -resizey=84 -hillskew=yes -active=no -sharelight=yes -shadow=no -ambient=25 -contrast=25 -forcedecor=yes -model=model_30908 -model=model_31091 - -// 28536 -[loc_28536] -hillskew=yes -active=no -sharelight=yes -shadow=no -ambient=25 -contrast=25 -forcedecor=yes -model=model_6318 -model=model_31091 - -// 28537 -[loc_28537] -active=no -ambient=25 -contrast=25 -length=2 -model=model_31089 - -// 28538 -[loc_28538] -active=no -ambient=25 -contrast=25 -length=2 -model=model_31087 - -// 28539 -[loc_28539] -active=no -ambient=25 -contrast=25 -length=2 -model=model_31090 - -// 28540 -[loc_28540] -active=no -randomsound=100,230,6,synth_3107,synth_3108 -model=model_1105,0 - -// 28541 -[loc_28541] -active=no -randomsound=50,340,10,synth_4119 -model=model_1105,0 - -// 28542 -[loc_28542] -active=no -randomsound=200,450,4,synth_4115,synth_4117,synth_4118 -model=model_1105,0 - -// 28543 -[loc_28543] -bgsound=synth_1991,3 -active=no -model=model_1105,0 - -// 28544 -[loc_28544] -bgsound=synth_4120,10 -active=no -model=model_1105,0 - -// 28545 -[loc_28545] -bgsound=synth_4121,8 -active=no -model=model_1105,0 - -// 28546 -[loc_28546] -bgsound=synth_4116,5 -active=no -model=model_1105,0 - -// 28547 -[loc_28547] -active=no -randomsound=250,600,17,synth_2003,synth_2004,synth_2006,synth_2007,synth_2005 -bgsound=synth_2187,17 -model=model_1105,0 - -// 28548 -[loc_28548] -active=no -bgsound=synth_4129,11 -randomsound=20,100,11,synth_4131,synth_4130,synth_4127,synth_4128 -model=model_1105,0 - -// 28549 -[loc_28549] -active=no -randomsound=75,230,10,synth_4125,synth_4123,synth_4124,synth_4122,synth_4126 -model=model_1105,0 - -// 28550 -[loc_28550] -blockwalk=yes -width=2 -active=yes -op1=hidden -op2=hidden -multivar=varplayerbit_4277 -multiloc=0,loc_28336 -multiloc=1,loc_28359 -multiloc=2,loc_28359 -multiloc=3,loc_28359 -multiloc=4,loc_28359 -multiloc=5,loc_28359 -multiloc=6,loc_28359 -multiloc=7,loc_28359 -multiloc=8,loc_28359 -multiloc=9,loc_28359 -multiloc=10,loc_28359 -multiloc=11,loc_28359 -multiloc=12,loc_28359 -multiloc=13,loc_28359 -multiloc=14,loc_28359 -multiloc=15,loc_28359 -multiloc=16,loc_28359 -multiloc=17,loc_28359 -multiloc=18,loc_28359 -multiloc=19,loc_28359 -multiloc=20,loc_28359 -multiloc=21,loc_28359 -multiloc=22,loc_28359 -multiloc=23,loc_28359 - -// 28551 -[loc_28551] -op2=Inspect -model=model_7801 -model2=model_7766 -name=Evil turnip patch - -// 28552 -[loc_28552] -op2=Inspect -model=model_7800 -model2=model_7766 -name=Evil turnip patch - -// 28553 -[loc_28553] -op2=Inspect -model=model_7798 -model2=model_7766 -name=Evil turnip patch - -// 28554 -[loc_28554] -op2=Inspect -model=model_7794 -name=Evil turnip patch - -// 28555 -[loc_28555] -ambient=5 -width=2 -length=2 -op2=Inspect -model=model_31558 -name=Evil turnip patch - -// 28556 -[loc_28556] -ambient=5 -width=2 -length=2 -op1=Pick -op2=Inspect -model=model_31559 -name=Evil turnip patch - -// 28557 -[loc_28557] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28558 -[loc_28558] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28559 -[loc_28559] -anim=seq_5268 -length=2 -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=2242 -model=model_19934 -name=Net trap - -// 28560 -[loc_28560] -anim=seq_5269 -length=2 -op1=Check -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=2242 -model=model_19934 -name=Net trap - -// 28561 -[loc_28561] -anim=seq_5270 -length=2 -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=0 -model=model_19934 -name=Net trap - -// 28562 -[loc_28562] -anim=seq_5271 -length=2 -op1=Dismantle -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=0 -model=model_19934 -name=Net trap - -// 28563 -[loc_28563] -anim=seq_5267 -op1=Dismantle -op2=Investigate -raiseobject=no -recol1s=10467 -recol1d=3203 -model=model_19930 -name=Young tree - -// 28564 -[loc_28564] -forceapproach=north -msi=msi_68 -raiseobject=no -op1=Set-trap -recol1s=10467 -recol1d=3203 -model=model_19930 -name=Young tree - -// 28565 -[loc_28565] -forceapproach=north -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -model=model_19930 -name=Young tree - -// 28566 -[loc_28566] -op1=Dismantle -op2=Investigate -blockwalk=no -raiseobject=no -model=model_19932 -name=Net trap - -// 28567 -[loc_28567] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28568 -[loc_28568] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19905 -name=Box trap - -// 28569 -[loc_28569] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19905 -name=Box trap - -// 28570 -[loc_28570] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19905 -name=Box trap - -// 28571 -[loc_28571] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19905 -name=Box trap - -// 28572 -[loc_28572] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=13638 -recol2s=11522 -recol2d=11558 -recol3s=10465 -recol3d=10501 -recol4s=9409 -recol4d=9444 -recol5s=8353 -recol5d=8387 -model=model_11538 -name=Ladder - -// 28573 -[loc_28573] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -model=model_31378,1 -model=model_31346,2 -model=model_31370,5 - -// 28574 -[loc_28574] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -model=model_31364,1 -model=model_31336,5 - -// 28575 -[loc_28575] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -model=model_31382,1 -model=model_31359,2 -model=model_31338,5 - -// 28576 -[loc_28576] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -model=model_31353,1 -model=model_31376,2 -model=model_31384,5 - -// 28577 -[loc_28577] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -model=model_31332,1 -model=model_31316,5 - -// 28578 -[loc_28578] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -model=model_31334,1 -model=model_31333,2 -model=model_31350,5 - -// 28579 -[loc_28579] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -model=model_31373,1 - -// 28580 -[loc_28580] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -model=model_31324,1 - -// 28581 -[loc_28581] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -model=model_31366,1 - -// 28582 -[loc_28582] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -model=model_31367,1 -model=model_31354,5 - -// 28583 -[loc_28583] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -model=model_31371,1 - -// 28584 -[loc_28584] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -model=model_31375,1 -model=model_31318,2 - -// 28585 -[loc_28585] -active=no -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -model=model_31379,1 -model=model_31326,2 - -// 28586 -[loc_28586] -active=yes -ambient=25 -contrast=25 -length=2 -width=2 -op1=Search -model=model_31281 -name=Dead body - -// 28587 -[loc_28587] -ambient=25 -model=model_31335,Q - -// 28588 -[loc_28588] -active=yes -op1=Close -raiseobject=no -ambient=25 -model=model_31321,1 -name=Door - -// 28589 -[loc_28589] -active=yes -op1=Open -raiseobject=no -ambient=25 -model=model_31321,1 -name=Door - -// 28590 -[loc_28590] -active=yes -ambient=25 -model=model_31321,1 -name=Door - -// 28591 -[loc_28591] -active=no -ambient=25 -model=model_31321,1 - -// 28592 -[loc_28592] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_25250,A -model=model_25259,S -model=model_25255,D -model=model_25256,F -model=model_25257,G -model=model_25258,H -model=model_25275,Z -model=model_25274,X -model=model_31122,C -model=model_25267,V - -// 28593 -[loc_28593] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_25249,H - -// 28594 -[loc_28594] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31123,H - -// 28595 -[loc_28595] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31120,H - -// 28596 -[loc_28596] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31121,H - -// 28597 -[loc_28597] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_25266,H - -// 28598 -[loc_28598] -sharelight=yes -ambient=30 -contrast=30 -hillskew=yes -model=model_31328,5 - -// 28599 -[loc_28599] -sharelight=yes -ambient=30 -contrast=30 -hillskew=yes -model=model_31347,5 - -// 28600 -[loc_28600] -sharelight=yes -ambient=30 -contrast=30 -hillskew=yes -model=model_31343,Z - -// 28601 -[loc_28601] -sharelight=yes -ambient=30 -contrast=30 -hillskew=yes -model=model_31317,Z - -// 28602 -[loc_28602] -sharelight=yes -ambient=30 -contrast=30 -hillskew=yes -width=3 -length=3 -active=no -model=model_31339 - -// 28603 -[loc_28603] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31345,1 -model=model_31352,2 -model=model_31369,5 - -// 28604 -[loc_28604] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31351,1 -model=model_31358,5 - -// 28605 -[loc_28605] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31368,1 -model=model_31313,2 -model=model_31383,5 - -// 28606 -[loc_28606] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31325,1 -model=model_31340,2 -model=model_31337,5 - -// 28607 -[loc_28607] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -blockrange=no -model=model_31312,1 -model=model_31314,2 -model=model_31374,5 - -// 28608 -[loc_28608] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31329,1 -model=model_31356,2 -model=model_31363,5 - -// 28609 -[loc_28609] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31320,1 -model=model_31342,2 -model=model_31330,5 - -// 28610 -[loc_28610] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31355,1 -model=model_31362,5 - -// 28611 -[loc_28611] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31331,1 -model=model_31349,2 -model=model_31361,5 - -// 28612 -[loc_28612] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31319,1 -model=model_31327,5 - -// 28613 -[loc_28613] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31331,1 -model=model_31349,2 -model=model_31361,5 - -// 28614 -[loc_28614] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31319,1 -model=model_31327,5 - -// 28615 -[loc_28615] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31372,1 -model=model_31377,2 - -// 28616 -[loc_28616] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31357,1 -model=model_31322,2 - -// 28617 -[loc_28617] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31348,1 - -// 28618 -[loc_28618] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31381,1 - -// 28619 -[loc_28619] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31315,1 - -// 28620 -[loc_28620] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -model=model_31360,1 -model=model_31323,2 - -// 28621 -[loc_28621] -width=2 -contrast=10 -ambient=10 -blockrange=no -recol1s=16809 -recol1d=13638 -recol2s=14695 -recol2d=11558 -recol3s=13638 -recol3d=10501 -recol4s=12581 -recol4d=8420 -model=model_14827 -model2=model_25196 -name=Table - -// 28622 -[loc_28622] -length=2 -contrast=10 -ambient=10 -resizez=112 -recol1s=16809 -recol1d=13638 -recol2s=13638 -recol2d=11558 -recol3s=12581 -recol3d=10501 -recol4s=8387 -recol4d=8420 -model=model_25179 -name=Sword cabinet - -// 28623 -[loc_28623] -anim=seq_4128 -ambient=25 -active=yes -model=model_31124 -name=Sign - -// 28624 -[loc_28624] -resizez=112 -recol1s=9442 -recol1d=13638 -recol2s=7328 -recol2d=11558 -recol3s=6336 -recol3d=10501 -model=model_25178 -name=Sword case - -// 28625 -[loc_28625] -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=13638 -recol2s=13638 -recol2d=11558 -recol3s=12581 -recol3d=10501 -recol4s=11524 -recol4d=9444 -recol5s=10467 -recol5d=8387 -recol6s=9410 -recol6d=7330 -model=model_7685 -name=Crate - -// 28626 -[loc_28626] -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=13638 -recol2s=13638 -recol2d=11558 -recol3s=12581 -recol3d=10501 -recol4s=11524 -recol4d=9444 -recol5s=10467 -recol5d=8387 -recol6s=9410 -recol6d=7330 -model=model_7700 -name=Crate - -// 28627 -[loc_28627] -ambient=25 -blockrange=no -model=model_31292 -name=Chair - -// 28628 -[loc_28628] -ambient=25 -blockrange=no -model=model_31287 -name=Table - -// 28629 -[loc_28629] -width=2 -length=2 -ambient=30 -blockrange=no -model=model_31291 -name=Table - -// 28630 -[loc_28630] -ambient=25 -blockrange=no -model=model_31285 -name=Stool - -// 28631 -[loc_28631] -ambient=25 -blockrange=no -model=model_31301 -name=Stool - -// 28632 -[loc_28632] -ambient=25 -op1=Open -blockrange=no -model=model_31295 -name=Drawers - -// 28633 -[loc_28633] -ambient=25 -op2=Search -op3=Close -blockrange=no -model=model_31302 -name=Drawers - -// 28634 -[loc_28634] -length=2 -ambient=25 -blockrange=no -model=model_31305 -name=Bed - -// 28635 -[loc_28635] -length=2 -ambient=25 -blockrange=no -model=model_31304 -name=Stone table - -// 28636 -[loc_28636] -length=2 -ambient=25 -blockrange=no -model=model_31286 -name=Bench - -// 28637 -[loc_28637] -ambient=25 -blockrange=no -model=model_31289 -model2=model_31306 -name=Bookshelves - -// 28638 -[loc_28638] -ambient=25 -blockrange=no -model=model_31299 -model2=model_31306 -name=Bookshelves - -// 28639 -[loc_28639] -length=3 -ambient=25 -blockrange=no -model=model_31296 -name=Stone table - -// 28640 -[loc_28640] -length=2 -ambient=25 -blockrange=no -model=model_31298 -name=Destroyed bed - -// 28641 -[loc_28641] -ambient=25 -blockrange=no -model=model_31303 -name=Gnawed drawers - -// 28642 -[loc_28642] -ambient=25 -blockrange=no -model=model_31293 -name=Ruined bookshelves - -// 28643 -[loc_28643] -ambient=25 -blockrange=no -model=model_31294 -name=Broken stool - -// 28644 -[loc_28644] -ambient=25 -active=yes -model=model_31290,0 -name=Book heap - -// 28645 -[loc_28645] -ambient=25 -active=yes -model=model_31283,0 -name=Wooden pieces - -// 28646 -[loc_28646] -ambient=25 -active=yes -model=model_31297,0 -name=Splinters - -// 28647 -[loc_28647] -ambient=15 -contrast=10 -active=no -recol1s=20931 -recol1d=13672 -recol2s=19840 -recol2d=13638 -recol3s=12480 -recol3d=7360 -recol4s=14979 -recol4d=8676 -recol5s=11808 -recol5d=7619 -model=model_24909 - -// 28648 -[loc_28648] -ambient=15 -contrast=10 -active=no -recol1s=2549 -recol1d=18033 -recol2s=1458 -recol2d=16976 -recol3s=12672 -recol3d=10503 -recol4s=15584 -recol4d=6435 -recol5s=12480 -recol5d=8549 -model=model_24910 - -// 28649 -[loc_28649] -ambient=15 -contrast=10 -active=no -recol1s=20013 -recol1d=18033 -recol2s=17931 -recol2d=16976 -recol3s=14560 -recol3d=10503 -recol4s=9606 -recol4d=6435 -recol5s=7493 -recol5d=8549 -recol6s=384 -recol6d=9606 -model=model_24911 - -// 28650 -[loc_28650] -ambient=15 -contrast=10 -active=no -recol1s=32767 -recol1d=13672 -recol2s=23356 -recol2d=13638 -recol3s=12480 -recol3d=7360 -recol4s=2530 -recol4d=8676 -recol5s=1602 -recol5d=7619 -recol6s=384 -recol6d=8676 -model=model_24912 - -// 28651 -[loc_28651] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=13638 -recol2s=11522 -recol2d=11558 -recol3s=10465 -recol3d=10501 -recol4s=9409 -recol4d=9444 -recol5s=8353 -recol5d=8387 -model=model_11538 -name=Ladder - -// 28652 -[loc_28652] -sharelight=yes -op1=Climb-down -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=13638 -recol2s=11522 -recol2d=11558 -recol3s=10465 -recol3d=10501 -recol4s=9409 -recol4d=9444 -recol5s=8353 -recol5d=8387 -model=model_11539 -name=Ladder - -// 28653 -[loc_28653] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=12578 -recol1d=13638 -recol2s=11522 -recol2d=11558 -recol3s=10465 -recol3d=10501 -recol4s=9409 -recol4d=9444 -recol5s=8353 -recol5d=8387 -model=model_11539 -name=Ladder - -// 28654 -[loc_28654] -ambient=25 -sharelight=yes -model=model_31365 -name=Pillar - -// 28655 -[loc_28655] -ambient=25 -sharelight=yes -model=model_31344 -name=Pillar - -// 28656 -[loc_28656] -active=no -unknown90=yes -recol1s=18850 -recol1d=13834 -recol2s=10500 -recol2d=12746 -model=model_11820,0 - -// 28657 -[loc_28657] -active=no -unknown90=yes -recol1s=18850 -recol1d=13834 -recol2s=10500 -recol2d=12746 -model=model_11818,0 - -// 28658 -[loc_28658] -active=no -unknown90=yes -recol1s=18850 -recol1d=13834 -recol2s=10500 -recol2d=12746 -model=model_11819,0 - -// 28659 -[loc_28659] -ambient=25 -model=model_31288,2 - -// 28660 -[loc_28660] -width=2 -length=2 -ambient=25 -raiseobject=yes -recol1s=11525 -recol1d=13638 -recol2s=10468 -recol2d=11558 -recol3s=9411 -recol3d=10501 -recol4s=8354 -recol4d=9444 -model=model_31300 -name=Table - -// 28661 -[loc_28661] -ambient=25 -recol1s=10468 -recol1d=11558 -recol2s=9411 -recol2d=10501 -recol3s=8354 -recol3d=9444 -model=model_25145 -name=Stool - -// 28662 -[loc_28662] -anim=seq_6023 -width=2 -length=2 -ambient=20 -bgsound=synth_2149,3 -model=model_31092 -model2=model_23351 -name=Fountain - -// 28663 -[loc_28663] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=12613 -recol2s=7431 -recol2d=13670 -recol3s=8488 -recol3d=14727 -recol4s=9545 -recol4d=15784 -recol5s=10602 -recol5d=17864 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 28664 -[loc_28664] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=12613 -recol2s=7431 -recol2d=13670 -recol3s=8488 -recol3d=14727 -recol4s=9545 -recol4d=15784 -recol5s=10602 -recol5d=17864 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 28665 -[loc_28665] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=12613 -recol2s=7431 -recol2d=13670 -recol3s=8488 -recol3d=14727 -recol4s=9545 -recol4d=15784 -recol5s=10602 -recol5d=17864 -model=model_15948,1 -model=model_15949,5 - -// 28666 -[loc_28666] -hillskew=yes -sharelight=yes -active=no -ambient=10 -recol1s=6374 -recol1d=12613 -recol2s=7431 -recol2d=13670 -recol3s=8488 -recol3d=14727 -recol4s=9545 -recol4d=15784 -recol5s=10602 -recol5d=17864 -model=model_15952,1 -model=model_15953,5 - -// 28667 -[loc_28667] -active=no -hillskew=yes -ambient=20 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=14727 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=14727 -recol4s=9480 -recol4d=12613 -model=model_12125,0 - -// 28668 -[loc_28668] -active=no -hillskew=yes -ambient=20 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=14727 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=14727 -recol4s=9480 -recol4d=12613 -model=model_12126,0 - -// 28669 -[loc_28669] -active=no -hillskew=yes -ambient=20 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=14727 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=14727 -recol4s=9480 -recol4d=12613 -model=model_12127,0 - -// 28670 -[loc_28670] -active=no -hillskew=yes -ambient=20 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=14727 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=14727 -recol4s=9480 -recol4d=12613 -model=model_12128,0 - -// 28671 -[loc_28671] -active=no -hillskew=yes -ambient=20 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=14727 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=14727 -recol4s=9480 -recol4d=12613 -model=model_12129,0 - -// 28672 -[loc_28672] -active=no -hillskew=yes -ambient=20 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=14727 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=14727 -recol4s=9480 -recol4d=12613 -model=model_12130,0 - -// 28673 -[loc_28673] -active=no -hillskew=yes -ambient=20 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=14727 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=14727 -recol4s=9480 -recol4d=12613 -model=model_12131,0 - -// 28674 -[loc_28674] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recol1s=7398 -recol1d=12613 -model=model_24277 - -// 28675 -[loc_28675] -ambient=25 -forceapproach=south -msi=msi_7 -op1=Open -model=model_30058 -name=Trapdoor - -// 28676 -[loc_28676] -ambient=25 -forceapproach=south -msi=msi_7 -op1=Climb-down -op2=Close -model=model_31284 -name=Trapdoor - -// 28677 -[loc_28677] -ambient=25 -hillskew=yes -model=model_31280,0 - -// 28678 -[loc_28678] -ambient=25 -hillskew=yes -model=model_31282,0 - -// 28679 -[loc_28679] -bgsound=synth_4276,7 -active=no -model=model_1105,0 - -// 28680 -[loc_28680] -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -recol1s=24275 -recol1d=21102 -recol2s=24242 -recol2d=18988 -recol3s=23185 -recol3d=17931 -recol4s=22161 -recol4d=18988 -recol5s=22128 -recol5d=16842 -recol6s=22095 -recol6d=14762 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 28681 -[loc_28681] -active=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=24275 -recol1d=21102 -recol2s=22095 -recol2d=21102 -recol3s=22161 -recol3d=22159 -recol4s=22128 -recol4d=22159 -model=model_11625,1 -model=model_11626,2 -model=model_11632,3 -model=model_11633,4 -model=model_11634,5 - -// 28682 -[loc_28682] -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -recol1s=24275 -recol1d=21102 -recol2s=24242 -recol2d=18988 -recol3s=23185 -recol3d=17931 -recol4s=22161 -recol4d=18988 -recol5s=22128 -recol5d=16842 -recol6s=22095 -recol6d=14762 -model=model_31114,1 -model=model_31115,5 - -// 28683 -[loc_28683] -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -recol1s=24275 -recol1d=21102 -recol2s=24242 -recol2d=18988 -recol3s=23185 -recol3d=17931 -recol4s=22161 -recol4d=18988 -recol5s=22128 -recol5d=16842 -recol6s=22095 -recol6d=14762 -model=model_31112,1 - -// 28684 -[loc_28684] -active=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=24275 -recol1d=21102 -recol2s=22095 -recol2d=21102 -recol3s=22161 -recol3d=22159 -recol4s=22128 -recol4d=22159 -model=model_31119,1 -model=model_31113,5 - -// 28685 -[loc_28685] -active=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=24275 -recol1d=21102 -recol2s=22095 -recol2d=21102 -recol3s=22161 -recol3d=22159 -recol4s=22128 -recol4d=22159 -model=model_31116,1 - -// 28686 -[loc_28686] -active=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=24275 -recol1d=21102 -recol2s=22095 -recol2d=21102 -recol3s=22161 -recol3d=22159 -recol4s=22128 -recol4d=22159 -model=model_31111,1 -model=model_31118,5 - -// 28687 -[loc_28687] -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -recol1s=24275 -recol1d=21102 -recol2s=24242 -recol2d=18988 -recol3s=23185 -recol3d=17931 -recol4s=22161 -recol4d=18988 -recol5s=22128 -recol5d=16842 -recol6s=22095 -recol6d=14762 -model=model_31108,1 -model=model_31109,5 - -// 28688 -[loc_28688] -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -recol1s=24275 -recol1d=21102 -recol2s=24242 -recol2d=18988 -recol3s=23185 -recol3d=17931 -recol4s=22161 -recol4d=18988 -recol5s=22128 -recol5d=16842 -recol6s=22095 -recol6d=14762 -model=model_31117,1 - -// 28689 -[loc_28689] -active=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=24275 -recol1d=21102 -recol2s=22095 -recol2d=21102 -recol3s=22161 -recol3d=22159 -recol4s=22128 -recol4d=22159 -model=model_31110,1 - -// 28690 -[loc_28690] -op1=Open -active=yes -raiseobject=no -ambient=15 -blockrange=no -model=model_31125,1 -name=Gate - -// 28691 -[loc_28691] -op1=Open -mirror=yes -active=yes -raiseobject=no -ambient=15 -blockrange=no -model=model_31125,1 -name=Gate - -// 28692 -[loc_28692] -op1=Close -active=yes -raiseobject=no -ambient=15 -blockrange=no -model=model_31125,1 -name=Gate - -// 28693 -[loc_28693] -op1=Close -mirror=yes -active=yes -raiseobject=no -ambient=15 -blockrange=no -model=model_31125,1 -name=Gate - -// 28694 -[loc_28694] -width=2 -ambient=25 -contrast=25 -model=model_31309 -name=Druid's Circle stone - -// 28695 -[loc_28695] -ambient=25 -contrast=25 -model=model_31308 -name=Druid's Circle stone - -// 28696 -[loc_28696] -ambient=15 -contrast=10 -model=model_31310 -name=Druid's Circle stone - -// 28697 -[loc_28697] -width=5 -length=2 -ambient=15 -contrast=10 -model=model_31311 -name=Druid's Circle stone - -// 28698 -[loc_28698] -width=3 -length=3 -ambient=15 -contrast=10 -op1=Pray -blockrange=no -model=model_31307 -name=Altar of Guthix - -// 28699 -[loc_28699] -ambient=15 -contrast=10 -anim=seq_5598 -blockrange=no -model=model_31634 -name=Druid's Circle torch - -// 28700 -[loc_28700] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=17895 -recol2s=7431 -recol2d=17895 -recol3s=8488 -recol3d=20007 -recol4s=9545 -recol4d=20009 -recol5s=10602 -recol5d=21066 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 28701 -[loc_28701] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recol1s=7398 -recol1d=17895 -retex1s=material_105 -retex1d=material_418 -model=model_24277 - -// 28702 -[loc_28702] -hillskew=yes -sharelight=yes -active=no -contrast=15 -recol1s=6374 -recol1d=12480 -recol2s=7431 -recol2d=12546 -recol3s=8488 -recol3d=13636 -recol4s=9545 -recol4d=14693 -recol5s=10602 -recol5d=15750 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 28703 -[loc_28703] -sharelight=yes -hillskew=yes -active=no -contrast=15 -recol1s=7398 -recol1d=12480 -retex1s=material_105 -retex1d=material_418 -model=model_24277 - -// 28704 -[loc_28704] -hillskew=yes -sharelight=yes -active=no -contrast=15 -recol1s=6374 -recol1d=12480 -recol2s=7431 -recol2d=12546 -recol3s=8488 -recol3d=13636 -recol4s=9545 -recol4d=14693 -recol5s=10602 -recol5d=15750 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 28705 -[loc_28705] -forcedecor=yes -mapfunction=76 -model=model_1105,0 - -// 28706 -[loc_28706] -forcedecor=yes -mapfunction=77 -model=model_1105,0 - -// 28707 -[loc_28707] -hillskew=yes -shadow=no -active=yes -ambient=35 -contrast=35 -model=model_31660,5 -name=Druid's robes - -// 28708 -[loc_28708] -hillskew=yes -shadow=no -active=yes -ambient=35 -contrast=35 -model=model_31657,5 -name=Druid's robes - -// 28709 -[loc_28709] -hillskew=yes -sharelight=yes -active=no -ambient=10 -model=model_31662,1 - -// 28710 -[loc_28710] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_31663 - -// 28711 -[loc_28711] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_31658 - -// 28712 -[loc_28712] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_31659 - -// 28713 -[loc_28713] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_31656 - -// 28714 -[loc_28714] -ambient=15 -contrast=15 -msi=msi_7 -op1=Climb -model=model_31661 -name=Ladder - -// 28715 -[loc_28715] -width=2 -length=2 -ambient=15 -contrast=15 -anim=seq_8526 -bgsound=synth_2150,3 -op1=Make-wish -model=model_31647 -name=Wishing well - -// 28716 -[loc_28716] -length=2 -width=2 -ambient=10 -contrast=84 -anim=seq_8510 -op1=Infuse-pouch -op2=Renew-points -model=model_31686 -name=Obelisk - -// 28717 -[loc_28717] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31678 -name=Inert obelisk - -// 28718 -[loc_28718] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31680 -name=Inert obelisk - -// 28719 -[loc_28719] -length=2 -width=2 -ambient=10 -contrast=84 -anim=seq_8510 -op1=Infuse-pouch -op2=Renew-points -model=model_31667 -name=Obelisk - -// 28720 -[loc_28720] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31674 -name=Inert obelisk - -// 28721 -[loc_28721] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31676 -name=Inert obelisk - -// 28722 -[loc_28722] -length=2 -width=2 -ambient=10 -contrast=84 -anim=seq_8510 -op1=Infuse-pouch -op2=Renew-points -model=model_31665 -name=Obelisk - -// 28723 -[loc_28723] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31677 -name=Inert obelisk - -// 28724 -[loc_28724] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31675 -name=Inert obelisk - -// 28725 -[loc_28725] -length=2 -width=2 -ambient=10 -contrast=84 -anim=seq_8510 -op1=Infuse-pouch -op2=Renew-points -model=model_31684 -name=Obelisk - -// 28726 -[loc_28726] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31669 -name=Inert obelisk - -// 28727 -[loc_28727] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31683 -name=Inert obelisk - -// 28728 -[loc_28728] -length=2 -width=2 -ambient=10 -contrast=84 -anim=seq_8510 -op1=Infuse-pouch -op2=Renew-points -model=model_31664 -name=Obelisk - -// 28729 -[loc_28729] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31679 -name=Inert obelisk - -// 28730 -[loc_28730] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31682 -name=Inert obelisk - -// 28731 -[loc_28731] -length=2 -width=2 -ambient=10 -contrast=84 -anim=seq_8510 -op1=Infuse-pouch -op2=Renew-points -model=model_31666 -name=Obelisk - -// 28732 -[loc_28732] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31668 -name=Inert obelisk - -// 28733 -[loc_28733] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31685 -name=Inert obelisk - -// 28734 -[loc_28734] -length=2 -width=2 -ambient=10 -contrast=84 -anim=seq_8510 -op1=Infuse-pouch -op2=Renew-points -model=model_31673 -name=Obelisk - -// 28735 -[loc_28735] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31671 -name=Inert obelisk - -// 28736 -[loc_28736] -ambient=10 -contrast=84 -anim=seq_8510 -model=model_31681 -name=Inert obelisk - -// 28737 -[loc_28737] -ambient=25 -forceapproach=west -msi=msi_7 -op1=Climb-down -active=yes -model=model_31653 -name=Desert ladder - -// 28738 -[loc_28738] -active=no -blockwalk=no -sharelight=yes -ambient=25 -hardshadow=no -model=model_31651,0 - -// 28739 -[loc_28739] -active=no -blockwalk=no -sharelight=yes -ambient=25 -hardshadow=no -model=model_31652,0 - -// 28740 -[loc_28740] -ambient=25 -forceapproach=south -msi=msi_7 -op1=Climb-up -active=yes -model=model_31648 -name=Ladder - -// 28741 -[loc_28741] -sharelight=yes -forceapproach=east -ambient=10 -op1=Open -msi=msi_7 -model=model_31650 -name=Trapdoor - -// 28742 -[loc_28742] -sharelight=yes -op1=Climb-down -op2=Close -forceapproach=east -ambient=10 -msi=msi_7 -hardshadow=no -model=model_31654 -name=Trapdoor - -// 28743 -[loc_28743] -sharelight=yes -op1=Climb-up -forceapproach=south -ambient=10 -msi=msi_7 -model=model_31649 -name=Ladder - -// 28744 -[loc_28744] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recol1s=12613 -recol1d=13669 -recol2s=10499 -recol2d=12612 -recol3s=8385 -recol3d=10500 -recol4s=6272 -recol4d=8387 -recol5s=4160 -recol5d=5218 -retex1s=material_105 -retex1d=material_418 -model=model_31663 - -// 28745 -[loc_28745] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recol1s=12613 -recol1d=13669 -recol2s=10499 -recol2d=12612 -recol3s=8385 -recol3d=10500 -recol4s=6272 -recol4d=8387 -recol5s=4160 -recol5d=5218 -retex1s=material_105 -retex1d=material_418 -model=model_31659 - -// 28746 -[loc_28746] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recol1s=12613 -recol1d=17895 -recol2s=10499 -recol2d=12612 -recol3s=8385 -recol3d=10500 -recol4s=6272 -recol4d=8387 -recol5s=4160 -recol5d=5218 -retex1s=material_105 -retex1d=material_418 -model=model_31656 - -// 28747 -[loc_28747] -sharelight=yes -hillskew=yes -active=no -contrast=15 -recol1s=12613 -recol1d=12480 -recol2s=10499 -recol2d=10368 -recol3s=8385 -recol3d=9312 -recol4s=6272 -recol4d=7200 -recol5s=4160 -recol5d=5120 -retex1s=material_105 -retex1d=material_418 -model=model_31663 - -// 28748 -[loc_28748] -sharelight=yes -hillskew=yes -active=no -contrast=15 -retex1s=material_105 -retex1d=material_418 -model=model_31687 - -// 28749 -[loc_28749] -sharelight=yes -hillskew=yes -active=no -contrast=15 -retex1s=material_105 -retex1d=material_418 -model=model_31688 - -// 28750 -[loc_28750] -anim=seq_5268 -length=2 -blockwalk=no -msi=msi_68 -raiseobject=no -model=model_31644 -name=Net trap - -// 28751 -[loc_28751] -anim=seq_5269 -length=2 -op1=Check -blockwalk=no -msi=msi_68 -raiseobject=no -model=model_31644 -name=Net trap - -// 28752 -[loc_28752] -anim=seq_5270 -length=2 -blockwalk=no -msi=msi_68 -raiseobject=no -model=model_31644 -name=Net trap - -// 28753 -[loc_28753] -anim=seq_5271 -length=2 -op1=Dismantle -blockwalk=no -msi=msi_68 -raiseobject=no -model=model_31644 -name=Net trap - -// 28754 -[loc_28754] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31641 -name=Box trap - -// 28755 -[loc_28755] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31641 -name=Box trap - -// 28756 -[loc_28756] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31641 -name=Box trap - -// 28757 -[loc_28757] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31641 -name=Box trap - -// 28758 -[loc_28758] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_31642 -name=Box trap - -// 28759 -[loc_28759] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_31642 -name=Box trap - -// 28760 -[loc_28760] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_31642 -name=Box trap - -// 28761 -[loc_28761] -op1=Search -blockrange=no -model=model_31655 -name=Laundry Basket - -// 28762 -[loc_28762] -sharelight=yes -ambient=30 -contrast=30 -model=model_25250,A -model=model_25259,S -model=model_25255,D -model=model_25256,F -model=model_25257,G -model=model_25258,H -model=model_25275,Z -model=model_25274,X -model=model_31122,C -model=model_25267,V -model=model_25236,A -model=model_25241,S -model=model_25237,D -model=model_25238,F -model=model_25239,G -model=model_25240,H -model=model_25244,Z -model=model_25243,X -model=model_31692,C -model=model_25242,V - -// 28763 -[loc_28763] -active=no -randomsound=50,100,15,synth_4080,synth_4086,synth_1997,synth_4354,synth_4081,synth_4347,synth_4083 -bgsound=synth_2184,15 -model=model_1105,0 - -// 28764 -[loc_28764] -active=no -randomsound=100,200,15,synth_4093,synth_4090,synth_4092,synth_4348,synth_4094,synth_4085,synth_4352 -bgsound=synth_2184,15 -model=model_1105,0 - -// 28765 -[loc_28765] -active=no -randomsound=75,150,15,synth_4093,synth_4087,synth_1997,synth_4080,synth_4347,synth_4354,synth_4091,synth_4083,synth_2018,synth_4353 -bgsound=synth_2184,15 -model=model_1105,0 - -// 28766 -[loc_28766] -active=no -randomsound=150,300,15,synth_4351,synth_4349,synth_4350,synth_2093,synth_2094,synth_4094 -bgsound=synth_2184,15 -model=model_1105,0 - -// 28767 -[loc_28767] -active=no -randomsound=150,300,17,synth_2003,synth_2004,synth_2006,synth_2007,synth_2005,synth_4354 -bgsound=synth_2186,17 -model=model_1105,0 - -// 28768 -[loc_28768] -active=no -randomsound=65,545,12,synth_4089,synth_4352,synth_4353 -model=model_1105,0 - -// 28769 -[loc_28769] -active=no -randomsound=300,650,20,synth_4355,synth_4356,synth_4357 -bgsound=synth_2079,20 -model=model_1105,0 - -// 28770 -[loc_28770] -active=no -randomsound=200,800,20,synth_4341,synth_4357 -bgsound=synth_2077,20 -model=model_1105,0 - -// 28771 -[loc_28771] -active=no -randomsound=400,900,20,synth_4358 -bgsound=synth_2182,20 -model=model_1105,0 - -// 28772 -[loc_28772] -active=no -randomsound=0,25,15,synth_4346,synth_4344,synth_4343,synth_4342,synth_4345 -model=model_1105,0 - -// 28773 -[loc_28773] -bgsound=synth_2185,8 -active=no -model=model_1105,0 - -// 28774 -[loc_28774] -bgsound=synth_4359,4 -active=no -model=model_1105,0 - -// 28775 -[loc_28775] -forcedecor=yes -mapfunction=92 -model=model_1105,0 - -// 28776 -[loc_28776] -active=no -randomsound=150,300,10,synth_4361,synth_4362,synth_4360,synth_4084 -bgsound=synth_2184,10 -model=model_1105,0 - -// 28777 -[loc_28777] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_31642 -name=Box trap - -// 28778 -[loc_28778] -active=no -randomsound=150,300,15,synth_2084,synth_2085,synth_2086,synth_4354,synth_2087,synth_2092,synth_2076,synth_4351,synth_4349,synth_4350 -bgsound=synth_2184,15 -model=model_1105,0 - -// 28779 -[loc_28779] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -blockwalk=no -model=model_2318 -name=Portal - -// 28780 -[loc_28780] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -blockwalk=no -model=model_2318 -name=Portal - -// 28781 -[loc_28781] -active=yes -ambient=20 -contrast=20 -model=model_26078 -name=Portal - -// 28782 -[loc_28782] -ambient=15 -contrast=15 -length=3 -op1=Climb-up -recol1s=7328 -recol1d=11557 -recol2s=9408 -recol2d=11557 -model=model_1487 -model2=model_13908 -model3=model_13909 -name=Exit - -// 28783 -[loc_28783] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 28784 -[loc_28784] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_15948,1 -model=model_15949,5 - -// 28785 -[loc_28785] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_15952,1 -model=model_15953,5 - -// 28786 -[loc_28786] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_15950,1 -model=model_15951,2 - -// 28787 -[loc_28787] -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -width=2 -msi=msi_7 -op1=Climb -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_23985 -name=Stairs - -// 28788 -[loc_28788] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -model=model_32362 - -// 28789 -[loc_28789] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recol1s=12580 -recol1d=7398 -model=model_787 - -// 28790 -[loc_28790] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -resizey=64 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 28791 -[loc_28791] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -resizey=64 -recol1s=6374 -recol1d=7398 -model=model_32362 - -// 28792 -[loc_28792] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -resizey=64 -recol1s=12580 -recol1d=7398 -model=model_787 - -// 28793 -[loc_28793] -blockwalk=yes -ambient=15 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7398 -recol2s=6305 -recol2d=8455 -recol3s=7362 -recol3d=9512 -recol4s=8419 -recol4d=10569 -recol5s=9476 -recol5d=11626 -recol6s=10533 -recol6d=12683 -model=model_12040 - -// 28794 -[loc_28794] -blockwalk=yes -ambient=15 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7398 -recol2s=6305 -recol2d=8455 -recol3s=7362 -recol3d=9512 -recol4s=8419 -recol4d=10569 -recol5s=9476 -recol5d=11626 -recol6s=10533 -recol6d=12683 -model=model_12041 - -// 28795 -[loc_28795] -ambient=15 -contrast=15 -blockwalk=no -hillskew=yes -active=no -recol1s=5248 -recol1d=7398 -recol2s=6305 -recol2d=8455 -recol3s=7362 -recol3d=9512 -recol4s=8419 -recol4d=10569 -recol5s=9476 -recol5d=11626 -recol6s=10533 -recol6d=12683 -model=model_12042,0 - -// 28796 -[loc_28796] -ambient=15 -contrast=15 -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_1078 -name=Skeleton - -// 28797 -[loc_28797] -ambient=15 -contrast=15 -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_1079 -name=Skeleton - -// 28798 -[loc_28798] -width=2 -ambient=15 -contrast=15 -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_1080 -name=Skeleton - -// 28799 -[loc_28799] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_32360,1 - -// 28800 -[loc_28800] -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -recolhsl1s=7378 -recolhsl1d=65 -model=model_6881,0 - -// 28801 -[loc_28801] -active=no -recol1s=12907 -recol1d=11861 -recol2s=9736 -recol2d=10737 -retex1s=material_354 -retex1d=material_638 -model=model_5262,Q -model=model_5261,0 - -// 28802 -[loc_28802] -active=no -recol1s=12907 -recol1d=11861 -recol2s=9736 -recol2d=10737 -retex1s=material_354 -retex1d=material_638 -model=model_5264,Q -model=model_5263,0 - -// 28803 -[loc_28803] -active=no -recol1s=12907 -recol1d=11861 -recol2s=9736 -recol2d=10737 -retex1s=material_354 -retex1d=material_638 -model=model_5266,Q -model=model_5265,0 - -// 28804 -[loc_28804] -active=no -recolhsl1s=20797 -recolhsl1d=17695 -recolhsl2s=20785 -recolhsl2d=17687 -model=model_5262,Q -model=model_5261,0 - -// 28805 -[loc_28805] -active=no -recolhsl1s=20797 -recolhsl1d=17695 -recolhsl2s=20785 -recolhsl2d=17687 -model=model_5264,Q -model=model_5263,0 - -// 28806 -[loc_28806] -active=no -recolhsl1s=20797 -recolhsl1d=17695 -recolhsl2s=20785 -recolhsl2d=17687 -model=model_5266,Q -model=model_5265,0 - -// 28807 -[loc_28807] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26499 - -// 28808 -[loc_28808] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26502 - -// 28809 -[loc_28809] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26503 - -// 28810 -[loc_28810] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26504 - -// 28811 -[loc_28811] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=21074 -recol2s=8423 -recol2d=17903 -recol3s=10537 -recol3d=20017 -recol4s=9480 -recol4d=18960 -model=model_12125,0 - -// 28812 -[loc_28812] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=21074 -recol2s=8423 -recol2d=17903 -recol3s=10537 -recol3d=20017 -recol4s=9480 -recol4d=18960 -model=model_12126,0 - -// 28813 -[loc_28813] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=21074 -recol2s=8423 -recol2d=17903 -recol3s=10537 -recol3d=20017 -recol4s=9480 -recol4d=18960 -model=model_12128,0 - -// 28814 -[loc_28814] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=21074 -recol2s=8423 -recol2d=17903 -recol3s=10537 -recol3d=20017 -recol4s=9480 -recol4d=18960 -model=model_12129,0 - -// 28815 -[loc_28815] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=21074 -recol2s=8423 -recol2d=17903 -recol3s=10537 -recol3d=20017 -recol4s=9480 -recol4d=18960 -model=model_12130,0 - -// 28816 -[loc_28816] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=21074 -recol2s=8423 -recol2d=17903 -recol3s=10537 -recol3d=20017 -recol4s=9480 -recol4d=18960 -model=model_12131,0 - -// 28817 -[loc_28817] -blockwalk=yes -ambient=15 -contrast=15 -hillskew=yes -active=no -recolhsl1s=8478 -recolhsl1d=29819 -recol2s=9476 -recol2d=26589 -recolhsl3s=8598 -recolhsl3d=29791 -recolhsl4s=8722 -recolhsl4d=29778 -recolhsl5s=8846 -recolhsl5d=29770 -recolhsl6s=9098 -recolhsl6d=29762 -model=model_12040 - -// 28818 -[loc_28818] -blockwalk=yes -ambient=15 -contrast=15 -hillskew=yes -active=no -recolhsl1s=8478 -recolhsl1d=29819 -recol2s=9476 -recol2d=26589 -recolhsl3s=8598 -recolhsl3d=29791 -recolhsl4s=8722 -recolhsl4d=29778 -recolhsl5s=8846 -recolhsl5d=29770 -recolhsl6s=9098 -recolhsl6d=29762 -model=model_12041 - -// 28819 -[loc_28819] -ambient=15 -contrast=15 -blockrange=no -recolhsl1s=6466 -recolhsl1d=15537 -recolhsl2s=7390 -recolhsl2d=11436 -model=model_1686 -name=Mushroom - -// 28820 -[loc_28820] -ambient=15 -contrast=15 -blockrange=no -recol1s=18626 -recol1d=9413 -recol2s=32697 -recol2d=18988 -recol3s=32593 -recol3d=14758 -model=model_1579 -name=Mushroom - -// 28821 -[loc_28821] -ambient=15 -contrast=15 -blockrange=no -recol1s=18626 -recol1d=9413 -recol2s=32697 -recol2d=18988 -recol3s=29098 -recol3d=12549 -recol4s=32593 -recol4d=14758 -recol5s=23878 -recol5d=11492 -recol6s=21764 -recol6d=10436 -model=model_1722 -name=Mushrooms - -// 28822 -[loc_28822] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_23981,1 - -// 28823 -[loc_28823] -op1=Search -ambient=15 -contrast=15 -recolhsl1s=6443 -recolhsl1d=5278 -recol2s=13638 -recol2d=7365 -recolhsl3s=6563 -recolhsl3d=5270 -recolhsl4s=6558 -recolhsl4d=6289 -recolhsl5s=6682 -recolhsl5d=6300 -recolhsl6s=6806 -recolhsl6d=6290 -model=model_7700 -name=Crate - -// 28824 -[loc_28824] -op1=Search -ambient=15 -contrast=15 -recolhsl1s=6443 -recolhsl1d=5278 -recol2s=13638 -recol2d=7365 -recolhsl3s=6563 -recolhsl3d=5270 -recolhsl4s=6558 -recolhsl4d=6289 -recolhsl5s=6682 -recolhsl5d=6300 -recolhsl6s=6806 -recolhsl6d=6290 -model=model_7699 -name=Crate - -// 28825 -[loc_28825] -width=2 -ambient=15 -contrast=15 -recol1s=9412 -recol1d=8389 -recolhsl2s=5656 -recolhsl2d=3229 -recolhsl3s=4502 -recolhsl3d=3220 -model=model_13904 -name=Sack pile - -// 28826 -[loc_28826] -ambient=15 -contrast=15 -recolhsl1s=5161 -recolhsl1d=5278 -recol2s=11591 -recol2d=7365 -recolhsl3s=8483 -recolhsl3d=5270 -recolhsl4s=5281 -recolhsl4d=5150 -recolhsl5s=7322 -recolhsl5d=5143 -model=model_18322 -name=Barrel - -// 28827 -[loc_28827] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recolhsl1s=43 -recolhsl1d=6171 -recolhsl2s=39 -recolhsl2d=6168 -recolhsl3s=35 -recolhsl3d=6165 -recolhsl4s=30 -recolhsl4d=6159 -model=model_11795 - -// 28828 -[loc_28828] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recolhsl1s=43 -recolhsl1d=6171 -recolhsl2s=39 -recolhsl2d=6168 -recolhsl3s=35 -recolhsl3d=6165 -recolhsl4s=30 -recolhsl4d=6159 -recolhsl5s=47 -recolhsl5d=6176 -recolhsl6s=51 -recolhsl6d=6180 -model=model_11796 - -// 28829 -[loc_28829] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recolhsl1s=43 -recolhsl1d=6171 -recolhsl2s=39 -recolhsl2d=6168 -recolhsl3s=35 -recolhsl3d=6165 -recolhsl4s=30 -recolhsl4d=6159 -recolhsl5s=47 -recolhsl5d=6176 -recolhsl6s=51 -recolhsl6d=6180 -model=model_11797 - -// 28830 -[loc_28830] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recolhsl1s=43 -recolhsl1d=6171 -recolhsl2s=39 -recolhsl2d=6168 -recolhsl3s=35 -recolhsl3d=6165 -recolhsl4s=30 -recolhsl4d=6159 -recolhsl5s=47 -recolhsl5d=6176 -recolhsl6s=51 -recolhsl6d=6180 -model=model_11798 - -// 28831 -[loc_28831] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recolhsl1s=43 -recolhsl1d=6171 -recolhsl2s=39 -recolhsl2d=6168 -recolhsl3s=35 -recolhsl3d=6165 -recolhsl4s=30 -recolhsl4d=6159 -recolhsl5s=47 -recolhsl5d=6176 -recolhsl6s=51 -recolhsl6d=6180 -model=model_11799 - -// 28832 -[loc_28832] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recolhsl1s=43 -recolhsl1d=6171 -recolhsl2s=39 -recolhsl2d=6168 -recolhsl3s=35 -recolhsl3d=6165 -recolhsl4s=30 -recolhsl4d=6159 -recolhsl5s=47 -recolhsl5d=6176 -recolhsl6s=51 -recolhsl6d=6180 -model=model_11800 - -// 28833 -[loc_28833] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recolhsl1s=43 -recolhsl1d=5265 -recol2s=10537 -recol2d=8422 -recol3s=9480 -recol3d=7365 -recolhsl4s=30 -recolhsl4d=5278 -model=model_12125,0 - -// 28834 -[loc_28834] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recolhsl1s=43 -recolhsl1d=5265 -recol2s=10537 -recol2d=8422 -recol3s=9480 -recol3d=7365 -recolhsl4s=30 -recolhsl4d=5278 -model=model_12126,0 - -// 28835 -[loc_28835] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recolhsl1s=43 -recolhsl1d=5265 -recol2s=10537 -recol2d=8422 -recol3s=9480 -recol3d=7365 -recolhsl4s=30 -recolhsl4d=5278 -model=model_12127,0 - -// 28836 -[loc_28836] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recolhsl1s=43 -recolhsl1d=5265 -recol2s=10537 -recol2d=8422 -recol3s=9480 -recol3d=7365 -recolhsl4s=30 -recolhsl4d=5278 -model=model_12128,0 - -// 28837 -[loc_28837] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recolhsl1s=43 -recolhsl1d=5265 -recol2s=10537 -recol2d=8422 -recol3s=9480 -recol3d=7365 -recolhsl4s=30 -recolhsl4d=5278 -model=model_12129,0 - -// 28838 -[loc_28838] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recolhsl1s=43 -recolhsl1d=5265 -recol2s=10537 -recol2d=8422 -recol3s=9480 -recol3d=7365 -recolhsl4s=30 -recolhsl4d=5278 -model=model_12130,0 - -// 28839 -[loc_28839] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recolhsl1s=43 -recolhsl1d=5265 -recol2s=10537 -recol2d=8422 -recol3s=9480 -recol3d=7365 -recolhsl4s=30 -recolhsl4d=5278 -model=model_12131,0 - -// 28840 -[loc_28840] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14506 -recolhsl3s=35 -recolhsl3d=14500 -recolhsl4s=30 -recolhsl4d=14485 -model=model_12125,0 - -// 28841 -[loc_28841] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14506 -recolhsl3s=35 -recolhsl3d=14500 -recolhsl4s=30 -recolhsl4d=14485 -model=model_12126,0 - -// 28842 -[loc_28842] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14506 -recolhsl3s=35 -recolhsl3d=14500 -recolhsl4s=30 -recolhsl4d=14485 -model=model_12127,0 - -// 28843 -[loc_28843] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14506 -recolhsl3s=35 -recolhsl3d=14500 -recolhsl4s=30 -recolhsl4d=14485 -model=model_12128,0 - -// 28844 -[loc_28844] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14506 -recolhsl3s=35 -recolhsl3d=14500 -recolhsl4s=30 -recolhsl4d=14485 -model=model_12129,0 - -// 28845 -[loc_28845] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14506 -recolhsl3s=35 -recolhsl3d=14500 -recolhsl4s=30 -recolhsl4d=14485 -model=model_12130,0 - -// 28846 -[loc_28846] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14506 -recolhsl3s=35 -recolhsl3d=14500 -recolhsl4s=30 -recolhsl4d=14485 -model=model_12131,0 - -// 28847 -[loc_28847] -blockwalk=yes -bgsound=synth_2065,2 -blockrange=no -recol1s=14725 -recol1d=11688 -recolhsl2s=8503 -recolhsl2d=14518 -recol3s=11590 -recol3d=13802 -recol4s=9444 -recol4d=19086 -recolhsl5s=8363 -recolhsl5d=14524 -model=model_26516 -name=Beacon - -// 28848 -[loc_28848] -anim=seq_6653 -ambient=64 -contrast=40 -model=model_26515 -name=Flames - -// 28849 -[loc_28849] -ambient=15 -contrast=15 -blockrange=no -recolhsl1s=6241 -recolhsl1d=14529 -model=model_1078 -name=Skeleton - -// 28850 -[loc_28850] -ambient=15 -contrast=15 -blockrange=no -recolhsl1s=6241 -recolhsl1d=14529 -model=model_1079 -name=Skeleton - -// 28851 -[loc_28851] -width=2 -ambient=15 -contrast=15 -blockrange=no -recolhsl1s=6241 -recolhsl1d=14529 -recol2s=16846 -recol2d=15916 -model=model_1080 -name=Skeleton - -// 28852 -[loc_28852] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14488 -recolhsl3s=35 -recolhsl3d=14483 -recolhsl4s=30 -recolhsl4d=14478 -recolhsl5s=51 -recolhsl5d=14504 -recolhsl6s=47 -recolhsl6d=14496 -model=model_11795 - -// 28853 -[loc_28853] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14488 -recolhsl3s=35 -recolhsl3d=14483 -recolhsl4s=30 -recolhsl4d=14478 -recolhsl5s=51 -recolhsl5d=14504 -recolhsl6s=47 -recolhsl6d=14496 -model=model_11796 - -// 28854 -[loc_28854] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14488 -recolhsl3s=35 -recolhsl3d=14483 -recolhsl4s=30 -recolhsl4d=14478 -recolhsl5s=51 -recolhsl5d=14504 -recolhsl6s=47 -recolhsl6d=14496 -model=model_11797 - -// 28855 -[loc_28855] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -recolhsl6s=49 -recolhsl6d=14512 -model=model_15964,1 - -// 28856 -[loc_28856] -blockwalk=yes -ambient=15 -contrast=15 -hillskew=yes -active=no -recolhsl1s=8478 -recolhsl1d=14520 -recolhsl2s=8602 -recolhsl2d=14513 -recolhsl3s=8598 -recolhsl3d=14505 -recolhsl4s=8722 -recolhsl4d=14497 -recol5s=6305 -recol5d=7429 -recolhsl6s=9098 -recolhsl6d=14487 -model=model_12040 - -// 28857 -[loc_28857] -blockwalk=yes -ambient=15 -contrast=15 -hillskew=yes -active=no -recolhsl1s=8478 -recolhsl1d=14520 -recolhsl2s=8602 -recolhsl2d=14513 -recolhsl3s=8598 -recolhsl3d=14505 -recolhsl4s=8722 -recolhsl4d=14497 -recol5s=6305 -recol5d=7429 -recolhsl6s=9098 -recolhsl6d=14487 -model=model_12041 - -// 28858 -[loc_28858] -ambient=15 -contrast=15 -blockwalk=no -hillskew=yes -active=no -recolhsl1s=8478 -recolhsl1d=14520 -recolhsl2s=8602 -recolhsl2d=14513 -recolhsl3s=8598 -recolhsl3d=14505 -recolhsl4s=8722 -recolhsl4d=14497 -recol5s=6305 -recol5d=7429 -recolhsl6s=9098 -recolhsl6d=14487 -model=model_12042,0 - -// 28859 -[loc_28859] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_26549,1 -model=model_26550,2 -model=model_26551,5 - -// 28860 -[loc_28860] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_26546,1 -model=model_26547,5 - -// 28861 -[loc_28861] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_26546,1 -model=model_26547,5 - -// 28862 -[loc_28862] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_26548,5 - -// 28863 -[loc_28863] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -raiseobject=yes -recol1s=7329 -recol1d=7398 -model=model_26536,8 -model=model_28865,0 - -// 28864 -[loc_28864] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7398 -model=model_26537 - -// 28865 -[loc_28865] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7398 -model=model_26537 - -// 28866 -[loc_28866] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7398 -model=model_26538 - -// 28867 -[loc_28867] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7398 -model=model_26539 - -// 28868 -[loc_28868] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7398 -model=model_26540 - -// 28869 -[loc_28869] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7398 -model=model_26540 - -// 28870 -[loc_28870] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7398 -model=model_26541 - -// 28871 -[loc_28871] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7398 -model=model_26542 - -// 28872 -[loc_28872] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7398 -model=model_26543 - -// 28873 -[loc_28873] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recol1s=7329 -recol1d=7398 -model=model_26544 - -// 28874 -[loc_28874] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=15 -contrast=15 -model=model_26545,0 - -// 28875 -[loc_28875] -ambient=10 -resizex=64 -resizey=64 -resizez=64 -blockrange=no -recolhsl1s=49 -recolhsl1d=28695 -recolhsl2s=61 -recolhsl2d=28707 -recolhsl3s=41 -recolhsl3d=28821 -model=model_1645 -name=Plant - -// 28876 -[loc_28876] -width=2 -length=2 -ambient=10 -blockrange=no -recolhsl1s=49 -recolhsl1d=28695 -recolhsl2s=61 -recolhsl2d=28707 -recolhsl3s=41 -recolhsl3d=28821 -model=model_1642 -name=Plant - -// 28877 -[loc_28877] -ambient=10 -blockrange=no -recolhsl1s=49 -recolhsl1d=28695 -recolhsl2s=61 -recolhsl2d=28707 -recolhsl3s=41 -recolhsl3d=28821 -model=model_1643 -name=Plant - -// 28878 -[loc_28878] -width=2 -length=2 -ambient=10 -blockrange=no -recolhsl1s=49 -recolhsl1d=28695 -recolhsl2s=61 -recolhsl2d=28707 -recolhsl3s=41 -recolhsl3d=28821 -model=model_1645 -name=Plant - -// 28879 -[loc_28879] -ambient=10 -contrast=10 -recolhsl1s=10518 -recolhsl1d=28695 -recolhsl2s=10394 -recolhsl2d=28697 -recolhsl3s=10398 -recolhsl3d=28699 -model=model_26561,0 - -// 28880 -[loc_28880] -active=no -recol1s=9736 -recol1d=5283 -recol2s=12907 -recol2d=6340 -model=model_5262,Q -model=model_5261,0 - -// 28881 -[loc_28881] -active=no -recol1s=9736 -recol1d=5283 -recol2s=12907 -recol2d=6340 -model=model_5264,Q -model=model_5263,0 - -// 28882 -[loc_28882] -active=no -recol1s=9736 -recol1d=5283 -recol2s=12907 -recol2d=6340 -model=model_5266,Q -model=model_5265,0 - -// 28883 -[loc_28883] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recolhsl2s=39 -recolhsl2d=29 -recolhsl3s=35 -recolhsl3d=25 -recol4s=8423 -recol4d=5285 -model=model_12125,0 - -// 28884 -[loc_28884] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recolhsl2s=39 -recolhsl2d=29 -recolhsl3s=35 -recolhsl3d=25 -recol4s=8423 -recol4d=5285 -model=model_12126,0 - -// 28885 -[loc_28885] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recolhsl2s=39 -recolhsl2d=29 -recolhsl3s=35 -recolhsl3d=25 -recol4s=8423 -recol4d=5285 -model=model_12129,0 - -// 28886 -[loc_28886] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recolhsl2s=39 -recolhsl2d=29 -recolhsl3s=35 -recolhsl3d=25 -recol4s=8423 -recol4d=5285 -model=model_12130,0 - -// 28887 -[loc_28887] -active=no -hillskew=yes -blockrange=no -recol1s=11594 -recol1d=8456 -recolhsl2s=39 -recolhsl2d=29 -recolhsl3s=35 -recolhsl3d=25 -recol4s=8423 -recol4d=5285 -model=model_12131,0 - -// 28888 -[loc_28888] -active=yes -blockwalk=no -ambient=20 -contrast=20 -anim=seq_504 -multivar=varplayerbit_4311 -multiloc=0,loc_28781 -multiloc=1,loc_28780 - -// 28889 -[loc_28889] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -model=model_31729 - -// 28890 -[loc_28890] -hillskew=yes -blockwalk=no -ambient=1 -active=yes -active=no -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -model=model_31725 - -// 28891 -[loc_28891] -hillskew=yes -blockwalk=no -ambient=1 -op1=Enter -active=yes -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -recol5s=9413 -recol5d=7364 -model=model_31733 -name=Rift - -// 28892 -[loc_28892] -hillskew=yes -blockwalk=no -ambient=1 -op1=Enter -active=yes -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -recol5s=9413 -recol5d=10500 -model=model_31733 -name=Rift - -// 28893 -[loc_28893] -hillskew=yes -blockwalk=no -ambient=1 -op1=Enter -active=yes -hardshadow=no -model=model_40841 -name=Rift - -// 28894 -[loc_28894] -hillskew=yes -sharelight=yes -mirror=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -model=model_31727 - -// 28895 -[loc_28895] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -model=model_31735,8 -model=model_31730,A -model=model_31726,C - -// 28896 -[loc_28896] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -model=model_31730 - -// 28897 -[loc_28897] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -model=model_31734 - -// 28898 -[loc_28898] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -model=model_31726 - -// 28899 -[loc_28899] -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -ambient=1 -active=no -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -model=model_31728 - -// 28900 -[loc_28900] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -recolhsl1s=920 -recolhsl1d=9500 -recolhsl2s=916 -recolhsl2d=9494 -recolhsl3s=908 -recolhsl3d=9489 -recolhsl4s=900 -recolhsl4d=9482 -model=model_31736 - -// 28901 -[loc_28901] -ambient=15 -contrast=15 -model=model_31724 -name=Slimy skulls - -// 28902 -[loc_28902] -ambient=15 -contrast=15 -active=no -model=model_31723 - -// 28903 -[loc_28903] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_31731,1 - -// 28904 -[loc_28904] -ambient=15 -contrast=15 -active=no -recol1s=27379 -recol1d=15916 -recolhsl2s=8406 -recolhsl2d=14542 -recolhsl3s=8398 -recolhsl3d=14549 -model=model_31723 - -// 28905 -[loc_28905] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_31737,5 - -// 28906 -[loc_28906] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28907 -[loc_28907] -anim=seq_5180 -op1=Dismantle -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Box trap - -// 28908 -[loc_28908] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_31739 -name=Box trap - -// 28909 -[loc_28909] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_31739 -name=Box trap - -// 28910 -[loc_28910] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_31739 -name=Box trap - -// 28911 -[loc_28911] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_31739 -name=Box trap - -// 28912 -[loc_28912] -active=yes -blockwalk=no -model=model_14976 -name=Dummy pawya corpse - -// 28913 -[loc_28913] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28914 -[loc_28914] -anim=seq_5180 -op1=Dismantle -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Box trap - -// 28915 -[loc_28915] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_31740 -name=Box trap - -// 28916 -[loc_28916] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_31740 -name=Box trap - -// 28917 -[loc_28917] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_31740 -name=Box trap - -// 28918 -[loc_28918] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_31740 -name=Box trap - -// 28919 -[loc_28919] -blockwalk=yes -width=2 -length=2 -active=yes -hillskew=yes -multivar=varplayerbit_4317 -multiloc=0,loc_8050 -multiloc=1,loc_8049 -multiloc=2,loc_8048 -multiloc=3,loc_8047 -multiloc=4,loc_8050 -multiloc=5,loc_8050 -multiloc=6,loc_8050 -multiloc=7,loc_8050 -multiloc=8,loc_7935 -multiloc=9,loc_7936 -multiloc=10,loc_7937 -multiloc=11,loc_7938 -multiloc=12,loc_7939 -multiloc=13,loc_7940 -multiloc=14,loc_7941 -multiloc=15,loc_7942 -multiloc=16,loc_7943 -multiloc=17,loc_7944 -multiloc=18,loc_7945 -multiloc=19,loc_7946 -multiloc=20,loc_7947 -multiloc=21,loc_7949 -multiloc=22,loc_7950 -multiloc=23,loc_7951 -multiloc=24,loc_7952 -multiloc=25,loc_7953 -multiloc=26,loc_7954 -multiloc=27,loc_7955 -multiloc=28,loc_7956 -multiloc=29,loc_7957 -multiloc=30,loc_7958 -multiloc=31,loc_7959 -multiloc=32,loc_7960 -multiloc=33,loc_7961 -multiloc=34,loc_7948 -multiloc=35,loc_7993 -multiloc=36,loc_7994 -multiloc=37,loc_7995 -multiloc=38,loc_7996 -multiloc=39,loc_7997 -multiloc=40,loc_7998 -multiloc=41,loc_8000 -multiloc=42,loc_8001 -multiloc=43,loc_8002 -multiloc=44,loc_8003 -multiloc=45,loc_8004 -multiloc=46,loc_8005 -multiloc=47,loc_8006 -multiloc=48,loc_8007 -multiloc=49,loc_8008 -multiloc=50,loc_8009 -multiloc=51,loc_8010 -multiloc=52,loc_8011 -multiloc=53,loc_8012 -multiloc=54,loc_8013 -multiloc=55,loc_8014 -multiloc=56,loc_8015 -multiloc=57,loc_8016 -multiloc=58,loc_8017 -multiloc=59,loc_8018 -multiloc=60,loc_8019 -multiloc=61,loc_7999 -multiloc=62,loc_8050 -multiloc=63,loc_8050 -multiloc=64,loc_8050 -multiloc=65,loc_8050 -multiloc=66,loc_8050 -multiloc=67,loc_8050 -multiloc=68,loc_8050 -multiloc=69,loc_8050 -multiloc=70,loc_8050 -multiloc=71,loc_8050 -multiloc=72,loc_8051 -multiloc=73,loc_8052 -multiloc=74,loc_8053 -multiloc=75,loc_8054 -multiloc=76,loc_8055 -multiloc=77,loc_8056 -multiloc=78,loc_8057 -multiloc=79,loc_8058 -multiloc=80,loc_8059 -multiloc=81,loc_8060 -multiloc=82,loc_8061 -multiloc=83,loc_8062 -multiloc=84,loc_8063 -multiloc=85,loc_8065 -multiloc=86,loc_8066 -multiloc=87,loc_8067 -multiloc=88,loc_8068 -multiloc=89,loc_8069 -multiloc=90,loc_8070 -multiloc=91,loc_8071 -multiloc=92,loc_8072 -multiloc=93,loc_8073 -multiloc=94,loc_8074 -multiloc=95,loc_8075 -multiloc=96,loc_8076 -multiloc=97,loc_8077 -multiloc=98,loc_8064 -multiloc=99,loc_8020 -multiloc=100,loc_8021 -multiloc=101,loc_8022 -multiloc=102,loc_8023 -multiloc=103,loc_8024 -multiloc=104,loc_8025 -multiloc=105,loc_8026 -multiloc=106,loc_8027 -multiloc=107,loc_8028 -multiloc=108,loc_8029 -multiloc=109,loc_8030 -multiloc=110,loc_8031 -multiloc=111,loc_8032 -multiloc=112,loc_8034 -multiloc=113,loc_8035 -multiloc=114,loc_8036 -multiloc=115,loc_8037 -multiloc=116,loc_8038 -multiloc=117,loc_8039 -multiloc=118,loc_8040 -multiloc=119,loc_8041 -multiloc=120,loc_8042 -multiloc=121,loc_8043 -multiloc=122,loc_8044 -multiloc=123,loc_8045 -multiloc=124,loc_8046 -multiloc=125,loc_8033 -multiloc=126,loc_8050 -multiloc=127,loc_8050 -multiloc=128,loc_8050 -multiloc=129,loc_8050 -multiloc=130,loc_8050 -multiloc=131,loc_8050 -multiloc=132,loc_8050 -multiloc=133,loc_8050 -multiloc=134,loc_8050 -multiloc=135,loc_8050 -multiloc=136,loc_7966 -multiloc=137,loc_7967 -multiloc=138,loc_7968 -multiloc=139,loc_7969 -multiloc=140,loc_7970 -multiloc=141,loc_7971 -multiloc=142,loc_7972 -multiloc=143,loc_7973 -multiloc=144,loc_7974 -multiloc=145,loc_7975 -multiloc=146,loc_7976 -multiloc=147,loc_7977 -multiloc=148,loc_7978 -multiloc=149,loc_7980 -multiloc=150,loc_7981 -multiloc=151,loc_7982 -multiloc=152,loc_7983 -multiloc=153,loc_7984 -multiloc=154,loc_7985 -multiloc=155,loc_7986 -multiloc=156,loc_7987 -multiloc=157,loc_7988 -multiloc=158,loc_7989 -multiloc=159,loc_7990 -multiloc=160,loc_7991 -multiloc=161,loc_7992 -multiloc=162,loc_7979 -multiloc=163,loc_8105 -multiloc=164,loc_8106 -multiloc=165,loc_8107 -multiloc=166,loc_8108 -multiloc=167,loc_8109 -multiloc=168,loc_8110 -multiloc=169,loc_8111 -multiloc=170,loc_8112 -multiloc=171,loc_8113 -multiloc=172,loc_8114 -multiloc=173,loc_8115 -multiloc=174,loc_8116 -multiloc=175,loc_8117 -multiloc=176,loc_8119 -multiloc=177,loc_8120 -multiloc=178,loc_8121 -multiloc=179,loc_8122 -multiloc=180,loc_8123 -multiloc=181,loc_8124 -multiloc=182,loc_8125 -multiloc=183,loc_8126 -multiloc=184,loc_8127 -multiloc=185,loc_8128 -multiloc=186,loc_8129 -multiloc=187,loc_8130 -multiloc=188,loc_8131 -multiloc=189,loc_8118 -multiloc=190,loc_8050 -multiloc=191,loc_8050 -multiloc=192,loc_8050 -multiloc=193,loc_8050 -multiloc=194,loc_8050 -multiloc=195,loc_8050 -multiloc=196,loc_8050 -multiloc=197,loc_8050 -multiloc=198,loc_8050 -multiloc=199,loc_8050 -multiloc=200,loc_8078 -multiloc=201,loc_8079 -multiloc=202,loc_8080 -multiloc=203,loc_8081 -multiloc=204,loc_8082 -multiloc=205,loc_8083 -multiloc=206,loc_8084 -multiloc=207,loc_8085 -multiloc=208,loc_8086 -multiloc=209,loc_8087 -multiloc=210,loc_8088 -multiloc=211,loc_8089 -multiloc=212,loc_8090 -multiloc=213,loc_8092 -multiloc=214,loc_8093 -multiloc=215,loc_8094 -multiloc=216,loc_8095 -multiloc=217,loc_8096 -multiloc=218,loc_8097 -multiloc=219,loc_8098 -multiloc=220,loc_8099 -multiloc=221,loc_8100 -multiloc=222,loc_8101 -multiloc=223,loc_8102 -multiloc=224,loc_8103 -multiloc=225,loc_8104 -multiloc=226,loc_8091 -multiloc=227,loc_8050 -multiloc=228,loc_8050 -multiloc=229,loc_8050 -multiloc=230,loc_8050 -multiloc=231,loc_8050 -multiloc=232,loc_8050 -multiloc=233,loc_8050 -multiloc=234,loc_8050 -multiloc=235,loc_8050 -multiloc=236,loc_8050 -multiloc=237,loc_8050 -multiloc=238,loc_8050 -multiloc=239,loc_8050 -multiloc=240,loc_8050 -multiloc=241,loc_8050 -multiloc=242,loc_8050 -multiloc=243,loc_8050 -multiloc=244,loc_8050 -multiloc=245,loc_8050 -multiloc=246,loc_8050 -multiloc=247,loc_8050 -multiloc=248,loc_8050 -multiloc=249,loc_8050 -multiloc=250,loc_8050 -multiloc=251,loc_8050 -multiloc=252,loc_8050 -multiloc=253,loc_8050 -multiloc=254,loc_8050 -multiloc=255,loc_8050 - -// 28920 -[loc_28920] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28921 -[loc_28921] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28922 -[loc_28922] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28923 -[loc_28923] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28924 -[loc_28924] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28925 -[loc_28925] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28926 -[loc_28926] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28927 -[loc_28927] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28928 -[loc_28928] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28929 -[loc_28929] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 28930 -[loc_28930] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_31814 -name=Bird snare - -// 28931 -[loc_28931] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_31814 -name=Bird snare - -// 28932 -[loc_28932] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_31814 -name=Bird snare - -// 28933 -[loc_28933] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_31814 -name=Bird snare - -// 28934 -[loc_28934] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_31814 -name=Bird snare - -// 28935 -[loc_28935] -anim=seq_5197 -width=2 -op1=Set-trap -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -model=model_19910 -name=Boulder - -// 28936 -[loc_28936] -anim=seq_5197 -width=2 -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -model=model_19910 -name=Boulder - -// 28937 -[loc_28937] -anim=seq_5193 -width=2 -op1=Dismantle -op2=Investigate -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -model=model_19910 -model2=model_19922 -name=Deadfall trap - -// 28938 -[loc_28938] -anim=seq_5194 -width=2 -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -model=model_19910 -model2=model_19922 -name=Deadfall trap - -// 28939 -[loc_28939] -anim=seq_5195 -width=2 -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -recol4s=9411 -recol4d=11585 -recol5s=10468 -recol5d=13670 -recol6s=11525 -recol6d=10500 -model=model_19910 -model2=model_19922 -model3=model_31759 -model4=model_19909 -name=Deadfall trap - -// 28940 -[loc_28940] -anim=seq_5196 -width=2 -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -recol4s=9411 -recol4d=11585 -recol5s=10468 -recol5d=13670 -recol6s=11525 -recol6d=10500 -model=model_19910 -model2=model_19922 -model3=model_31759 -model4=model_19909 -name=Deadfall trap - -// 28941 -[loc_28941] -anim=seq_5197 -width=2 -op1=Check -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -model=model_19910 -model2=model_19909 -name=Boulder - -// 28942 -[loc_28942] -anim=seq_5197 -width=2 -op1=Check -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -model=model_19910 -model2=model_19909 -name=Boulder - -// 28943 -[loc_28943] -anim=seq_5197 -width=2 -op1=Check -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -model=model_19910 -model2=model_19909 -name=Boulder - -// 28944 -[loc_28944] -anim=seq_5197 -width=2 -op1=Check -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -model=model_19910 -model2=model_19909 -name=Boulder - -// 28945 -[loc_28945] -anim=seq_5197 -width=2 -op1=Check -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=15789 -recol1d=16776 -recol2s=13675 -recol2d=15719 -recol3s=11561 -recol3d=13639 -model=model_19910 -model2=model_19909 -name=Boulder - -// 28946 -[loc_28946] -bgsound=synth_4428,12 -active=no -shadow=no -blockwalk=no -model=model_596 - -// 28947 -[loc_28947] -bgsound=synth_4457,11 -active=no -shadow=no -blockwalk=no -model=model_596 - -// 28948 -[loc_28948] -bgsound=synth_4433,12 -active=no -shadow=no -blockwalk=no -model=model_596 - -// 28949 -[loc_28949] -bgsound=synth_4416,12 -active=no -shadow=no -blockwalk=no -model=model_596 - -// 28950 -[loc_28950] -bgsound=synth_4460,12 -active=no -shadow=no -blockwalk=no -model=model_596 - -// 28951 -[loc_28951] -op1=Chop down -op3=hidden -msi=msi_2 -width=4 -length=4 -ambient=20 -contrast=20 -hillchange=tree_skew,64 -model=model_31906 -name=Eucalyptus tree - -// 28952 -[loc_28952] -op1=Chop down -op3=hidden -msi=msi_2 -width=3 -length=3 -ambient=20 -contrast=20 -hillchange=tree_skew,64 -model=model_29191 -name=Eucalyptus tree - -// 28953 -[loc_28953] -op1=Chop down -op3=hidden -msi=msi_2 -width=2 -length=2 -ambient=20 -contrast=20 -hillchange=tree_skew,64 -model=model_31904 -name=Eucalyptus tree - -// 28954 -[loc_28954] -width=4 -length=4 -ambient=20 -contrast=20 -model=model_31908 -name=Eucalyptus stump - -// 28955 -[loc_28955] -width=3 -length=3 -ambient=20 -contrast=20 -model=model_31905 -name=Eucalyptus stump - -// 28956 -[loc_28956] -width=2 -length=2 -ambient=20 -contrast=20 -model=model_31907 -name=Eucalyptus stump - -// 28957 -[loc_28957] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28519 -model2=model_31890 - -// 28958 -[loc_28958] -active=no -hillskew=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28518 -model2=model_31893 - -// 28959 -[loc_28959] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28523 -model2=model_31896 - -// 28960 -[loc_28960] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28516 -model2=model_31892 - -// 28961 -[loc_28961] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28520 -model2=model_31891 - -// 28962 -[loc_28962] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28522 -model2=model_31894 - -// 28963 -[loc_28963] -active=no -hillskew=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28516 -model2=model_31892 - -// 28964 -[loc_28964] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28517 -model2=model_31887 - -// 28965 -[loc_28965] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28514 -model2=model_31889 - -// 28966 -[loc_28966] -active=no -hillskew=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28522 -model2=model_31894 - -// 28967 -[loc_28967] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28513 -model2=model_31895 - -// 28968 -[loc_28968] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28515 -model2=model_31888 - -// 28969 -[loc_28969] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_31890 - -// 28970 -[loc_28970] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28500 - -// 28971 -[loc_28971] -active=no -hillskew=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28499 - -// 28972 -[loc_28972] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28496 - -// 28973 -[loc_28973] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28493 - -// 28974 -[loc_28974] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28501 - -// 28975 -[loc_28975] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28498 - -// 28976 -[loc_28976] -active=no -hillskew=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28493 - -// 28977 -[loc_28977] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28497 - -// 28978 -[loc_28978] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28495 - -// 28979 -[loc_28979] -active=no -hillskew=yes -ambient=25 -contrast=25 -mirror=yes -model=model_28498 - -// 28980 -[loc_28980] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28502 - -// 28981 -[loc_28981] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_28494 - -// 28982 -[loc_28982] -active=no -hillskew=yes -ambient=25 -contrast=25 -model=model_31828 - -// 28983 -[loc_28983] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=5 -model=model_31826 - -// 28984 -[loc_28984] -active=no -hillskew=yes -ambient=25 -contrast=25 -width=2 -length=5 -model=model_31821 - -// 28985 -[loc_28985] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockwalk=yes -model=model_28509 - -// 28986 -[loc_28986] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockwalk=yes -model=model_28507 - -// 28987 -[loc_28987] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_28511 - -// 28988 -[loc_28988] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_28504 - -// 28989 -[loc_28989] -active=no -hillskew=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=19909 -recol2s=10537 -recol2d=17797 -recol3s=9480 -recol3d=16740 -recol4s=8423 -recol4d=15683 -model=model_12125,0 - -// 28990 -[loc_28990] -active=no -hillskew=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=19909 -recol2s=10537 -recol2d=17797 -recol3s=9480 -recol3d=16740 -recol4s=8423 -recol4d=15683 -model=model_12126,0 - -// 28991 -[loc_28991] -active=no -hillskew=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=19909 -recol2s=10537 -recol2d=17797 -recol3s=9480 -recol3d=16740 -recol4s=8423 -recol4d=15683 -model=model_12129,0 - -// 28992 -[loc_28992] -active=no -hillskew=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=19909 -recol2s=10537 -recol2d=17797 -recol3s=9480 -recol3d=16740 -recol4s=8423 -recol4d=15683 -model=model_12130,0 - -// 28993 -[loc_28993] -active=no -hillskew=yes -ambient=25 -contrast=25 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=19909 -recol2s=10537 -recol2d=17797 -recol3s=9480 -recol3d=16740 -recol4s=8423 -recol4d=15683 -model=model_12131,0 - -// 28994 -[loc_28994] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=17865 -recol2s=10537 -recol2d=16808 -recol3s=9480 -recol3d=15751 -recol4s=8423 -recol4d=14694 -model=model_12125,0 - -// 28995 -[loc_28995] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=17865 -recol2s=10537 -recol2d=16808 -recol3s=9480 -recol3d=15751 -recol4s=8423 -recol4d=14694 -model=model_12126,0 - -// 28996 -[loc_28996] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=17865 -recol2s=10537 -recol2d=16808 -recol3s=9480 -recol3d=15751 -recol4s=8423 -recol4d=14694 -model=model_12129,0 - -// 28997 -[loc_28997] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=17865 -recol2s=10537 -recol2d=16808 -recol3s=9480 -recol3d=15751 -recol4s=8423 -recol4d=14694 -model=model_12130,0 - -// 28998 -[loc_28998] -active=no -hillskew=yes -ambient=25 -contrast=25 -blockrange=no -recol1s=11594 -recol1d=17865 -recol2s=10537 -recol2d=16808 -recol3s=9480 -recol3d=15751 -recol4s=8423 -recol4d=14694 -model=model_12131,0 - -// 28999 -[loc_28999] -bgsound=synth_4129,11 -randomsound=20,100,11,synth_4131,synth_4130,synth_4127,synth_4128 -shadow=no -ambient=20 -blockwalk=no -active=yes -model=model_31860 -model2=model_31859 -model3=model_31858 -model4=model_31861 -name=Bugs - -// 29000 -[loc_29000] -randomsound=20,200,11,synth_4131,synth_4130,synth_4127,synth_4128 -shadow=no -ambient=20 -blockwalk=no -active=yes -model=model_31860 -model2=model_31859 -model3=model_31858 -model4=model_31861 -name=Bugs - -// 29001 -[loc_29001] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31863,0 -name=Mud bath - -// 29002 -[loc_29002] -active=yes -contrast=15 -ambient=25 -anim=seq_8663 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31867,0 -name=Mud bath - -// 29003 -[loc_29003] -active=yes -contrast=15 -ambient=25 -anim=seq_8663 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31866,0 -name=Mud bath - -// 29004 -[loc_29004] -active=yes -contrast=15 -ambient=25 -anim=seq_8663 -blockwalk=no -op1=Climb-over -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31872,0 -name=Rocks - -// 29005 -[loc_29005] -active=yes -contrast=15 -ambient=25 -anim=seq_8663 -blockwalk=no -op1=Climb-over -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31869,0 -name=Rocks - -// 29006 -[loc_29006] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31865,0 -name=Mud bath - -// 29007 -[loc_29007] -active=yes -contrast=15 -ambient=25 -anim=seq_8663 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31870,0 -name=Mud bath - -// 29008 -[loc_29008] -active=yes -contrast=15 -ambient=25 -blockwalk=no -mirror=yes -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31865,0 -name=Mud bath - -// 29009 -[loc_29009] -active=yes -contrast=15 -ambient=25 -anim=seq_8663 -blockwalk=no -mirror=yes -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31870,0 -name=Mud bath - -// 29010 -[loc_29010] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31873,0 -name=Mud bath - -// 29011 -[loc_29011] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31871,0 -name=Mud bath - -// 29012 -[loc_29012] -active=yes -contrast=15 -ambient=25 -anim=seq_8663 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31874,0 -name=Mud bath - -// 29013 -[loc_29013] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31868,0 -name=Mud bath - -// 29014 -[loc_29014] -active=yes -contrast=15 -ambient=25 -anim=seq_8663 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31864,0 -name=Mud bath - -// 29015 -[loc_29015] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31857,0 -name=Sulphur spring - -// 29016 -[loc_29016] -active=yes -contrast=15 -ambient=25 -anim=seq_8664 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31854,0 -name=Sulphur spring - -// 29017 -[loc_29017] -active=yes -contrast=15 -ambient=25 -anim=seq_8664 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31851,0 -name=Sulphur spring - -// 29018 -[loc_29018] -active=yes -contrast=15 -ambient=25 -blockwalk=no -op1=Climb-over -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31853,0 -name=Rocks - -// 29019 -[loc_29019] -active=yes -contrast=15 -ambient=25 -anim=seq_8664 -blockwalk=no -op1=Climb-over -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31855,0 -name=Rocks - -// 29020 -[loc_29020] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31848,0 -name=Sulphur spring - -// 29021 -[loc_29021] -active=yes -contrast=15 -ambient=25 -anim=seq_8664 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31849,0 -name=Sulphur spring - -// 29022 -[loc_29022] -active=yes -contrast=15 -ambient=25 -blockwalk=no -mirror=yes -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31848,0 -name=Sulphur spring - -// 29023 -[loc_29023] -active=yes -contrast=15 -ambient=25 -anim=seq_8664 -blockwalk=no -mirror=yes -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31849,0 -name=Sulphur spring - -// 29024 -[loc_29024] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31873,0 -name=Sulphur spring - -// 29025 -[loc_29025] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31850,0 -name=Sulphur spring - -// 29026 -[loc_29026] -active=yes -contrast=15 -ambient=25 -anim=seq_8664 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31852,0 -name=Sulphur spring - -// 29027 -[loc_29027] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31856,0 -name=Sulphur spring - -// 29028 -[loc_29028] -active=yes -contrast=15 -ambient=25 -anim=seq_8664 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31847,0 -name=Sulphur spring - -// 29029 -[loc_29029] -active=yes -contrast=15 -ambient=15 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -retex1s=material_648 -retex1d=material_191 -model=model_31831,0 -name=Salt-water spring - -// 29030 -[loc_29030] -active=yes -contrast=15 -ambient=15 -anim=seq_8666 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -retex1s=material_648 -retex1d=material_191 -model=model_31830,0 -name=Salt-water spring - -// 29031 -[loc_29031] -active=yes -contrast=15 -ambient=15 -blockwalk=no -op1=Climb-over -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31844,0 -name=Rocks - -// 29032 -[loc_29032] -active=yes -contrast=15 -ambient=15 -anim=seq_8666 -blockwalk=no -op1=Climb-over -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31833,0 -name=Rocks - -// 29033 -[loc_29033] -active=yes -contrast=15 -ambient=15 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31846,0 -name=Salt-water spring - -// 29034 -[loc_29034] -active=yes -contrast=15 -ambient=15 -anim=seq_8666 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31836,0 -name=Salt-water spring - -// 29035 -[loc_29035] -active=yes -contrast=15 -ambient=15 -blockwalk=no -mirror=yes -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31846,0 -name=Salt-water spring - -// 29036 -[loc_29036] -active=yes -contrast=15 -ambient=15 -anim=seq_8666 -blockwalk=no -mirror=yes -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31836,0 -name=Salt-water spring - -// 29037 -[loc_29037] -active=yes -contrast=15 -ambient=15 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31873,0 -name=Salt-water spring - -// 29038 -[loc_29038] -active=yes -contrast=15 -ambient=15 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31838,0 -name=Salt-water spring - -// 29039 -[loc_29039] -active=yes -contrast=15 -ambient=15 -anim=seq_8666 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31843,0 -name=Salt-water spring - -// 29040 -[loc_29040] -active=yes -contrast=15 -ambient=15 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31829,0 -name=Salt-water spring - -// 29041 -[loc_29041] -active=yes -contrast=15 -ambient=15 -anim=seq_8666 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31837,0 -name=Salt-water spring - -// 29042 -[loc_29042] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31879,0 -name=Thermal bath - -// 29043 -[loc_29043] -active=yes -contrast=15 -ambient=25 -anim=seq_8665 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31878,0 -name=Thermal bath - -// 29044 -[loc_29044] -active=yes -sharelight=yes -contrast=15 -ambient=25 -blockwalk=no -op1=Climb-over -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31882,0 -name=Rocks - -// 29045 -[loc_29045] -active=yes -contrast=15 -ambient=25 -anim=seq_8665 -blockwalk=no -op1=Climb-over -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31875,0 -name=Rocks - -// 29046 -[loc_29046] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31881,0 -name=Thermal bath - -// 29047 -[loc_29047] -active=yes -contrast=15 -ambient=25 -anim=seq_8665 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31877,0 -name=Thermal bath - -// 29048 -[loc_29048] -active=yes -contrast=15 -ambient=25 -blockwalk=no -mirror=yes -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31881,0 -name=Thermal bath - -// 29049 -[loc_29049] -active=yes -contrast=15 -ambient=25 -anim=seq_8665 -blockwalk=no -mirror=yes -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31877,0 -name=Thermal bath - -// 29050 -[loc_29050] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31873,0 -name=Thermal bath - -// 29051 -[loc_29051] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31876,0 -name=Thermal bath - -// 29052 -[loc_29052] -active=yes -contrast=15 -ambient=25 -anim=seq_8665 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31883,0 -name=Thermal bath - -// 29053 -[loc_29053] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31880,0 -name=Thermal spring - -// 29054 -[loc_29054] -active=yes -contrast=15 -ambient=25 -anim=seq_8665 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31884,0 -name=Thermal bath - -// 29055 -[loc_29055] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=21273 -recol1d=10372 -recol2s=26525 -recol2d=20942 -recol3s=7329 -recol3d=19909 -recol4s=8386 -recol4d=19911 -recol5s=6272 -recol5d=22023 -model=model_31831,0 -name=Bandos pool - -// 29056 -[loc_29056] -active=yes -contrast=15 -ambient=25 -anim=seq_8666 -blockwalk=no -recol1s=21273 -recol1d=10372 -recol2s=26525 -recol2d=20942 -recol3s=7329 -recol3d=19909 -recol4s=8386 -recol4d=19911 -recol5s=6272 -recol5d=22023 -model=model_31830,0 -name=Bandos pool - -// 29057 -[loc_29057] -active=yes -contrast=15 -ambient=25 -blockwalk=no -op1=Climb-over -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31839,0 -name=Rocks - -// 29058 -[loc_29058] -active=yes -contrast=15 -ambient=25 -anim=seq_8666 -blockwalk=no -op1=Climb-over -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31845,0 -name=Rocks - -// 29059 -[loc_29059] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31835,0 -name=Bandos pool - -// 29060 -[loc_29060] -active=yes -contrast=15 -ambient=25 -anim=seq_8666 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31842,0 -name=Bandos pool - -// 29061 -[loc_29061] -active=yes -contrast=15 -ambient=25 -blockwalk=no -mirror=yes -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31835,0 -name=Bandos pool - -// 29062 -[loc_29062] -active=yes -contrast=15 -ambient=25 -anim=seq_8666 -blockwalk=no -mirror=yes -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31842,0 -name=Bandos pool - -// 29063 -[loc_29063] -active=yes -contrast=15 -ambient=25 -anim=seq_8666 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31873,0 -name=Bandos pool - -// 29064 -[loc_29064] -active=yes -contrast=15 -ambient=25 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31834 -name=Bandos pool - -// 29065 -[loc_29065] -active=yes -contrast=15 -ambient=25 -anim=seq_8666 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31840,0 -name=Bandos pool - -// 29066 -[loc_29066] -active=yes -contrast=15 -ambient=25 -anim=seq_8666 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31832,0 -name=Bandos pool - -// 29067 -[loc_29067] -active=yes -contrast=15 -ambient=25 -anim=seq_8666 -blockwalk=no -recol1s=7329 -recol1d=19909 -recol2s=8386 -recol2d=19911 -recol3s=6272 -recol3d=22023 -model=model_31841,0 -name=Bandos pool - -// 29068 -[loc_29068] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31939,1 -model=model_31940,2 -model=model_31945,4 -model=model_31942,5 - -// 29069 -[loc_29069] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31934,1 -model=model_31941,5 - -// 29070 -[loc_29070] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31936,1 -model=model_31943,5 - -// 29071 -[loc_29071] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31944,1 - -// 29072 -[loc_29072] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31938,4 - -// 29073 -[loc_29073] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31937,4 - -// 29074 -[loc_29074] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31927,A -model=model_31918,S -model=model_31917,D -model=model_31916,G -model=model_31921,H -model=model_31925,Z -model=model_31920,X -model=model_31924,V - -// 29075 -[loc_29075] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31915,A -model=model_31922,Z -model=model_31923,X - -// 29076 -[loc_29076] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31926,Z - -// 29077 -[loc_29077] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31919,Z - -// 29078 -[loc_29078] -active=no -contrast=15 -ambient=25 -model=model_31929,Q - -// 29079 -[loc_29079] -active=no -contrast=15 -ambient=25 -model=model_31931,Q - -// 29080 -[loc_29080] -active=no -contrast=15 -ambient=25 -model=model_31930,Q - -// 29081 -[loc_29081] -active=no -contrast=15 -ambient=25 -model=model_31928,Q - -// 29082 -[loc_29082] -active=no -contrast=15 -ambient=25 -model=model_31932,Q - -// 29083 -[loc_29083] -active=no -anim=seq_8653 -contrast=15 -ambient=25 -width=5 -length=2 -model=model_31902 - -// 29084 -[loc_29084] -ambient=20 -contrast=20 -active=no -blockrange=no -model=model_31976 - -// 29085 -[loc_29085] -ambient=20 -contrast=20 -active=yes -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -model=model_31955 -name=Bank booth - -// 29086 -[loc_29086] -length=2 -ambient=10 -contrast=10 -active=yes -blockrange=no -model=model_31967 -name=Hotel bed - -// 29087 -[loc_29087] -length=2 -ambient=10 -contrast=10 -active=yes -blockrange=no -model=model_31971 -name=Hotel bed - -// 29088 -[loc_29088] -width=3 -length=3 -contrast=20 -ambient=20 -forceapproach=south -op3=Chop -model=model_31980 -name=Achey tree - -// 29089 -[loc_29089] -width=3 -length=3 -mirror=yes -contrast=20 -ambient=20 -forceapproach=north -op3=Chop -model=model_31980 -name=Achey tree - -// 29090 -[loc_29090] -width=9 -length=3 -contrast=20 -ambient=20 -model=model_31983 -name=Achey tree - -// 29091 -[loc_29091] -width=9 -length=3 -contrast=20 -ambient=20 -model=model_31988 -name=Spear spit - -// 29092 -[loc_29092] -width=9 -length=3 -contrast=20 -ambient=20 -model=model_31989 -name=Uncooked chompies - -// 29093 -[loc_29093] -width=9 -length=3 -contrast=20 -ambient=20 -model=model_31986 -name=Slowly roasting chompies - -// 29094 -[loc_29094] -anim=seq_8624 -width=3 -length=3 -contrast=80 -ambient=60 -bgsound=synth_4466,5 -hardshadow=no -blockrange=no -model=model_31991 -name=Cooking fire - -// 29095 -[loc_29095] -width=3 -length=3 -contrast=80 -ambient=60 -op4=hidden -op1=Light -blockrange=no -model=model_31982 -name=Unlit fire - -// 29096 -[loc_29096] -width=3 -length=3 -contrast=80 -ambient=60 -blockrange=no -model=model_31990 -name=Fire pit - -// 29097 -[loc_29097] -width=9 -length=3 -contrast=20 -ambient=20 -active=yes -blockwalk=yes -multivar=varplayerbit_4347 -multiloc=0,loc_29090 -multiloc=1,loc_29091 -multiloc=2,loc_29092 -multiloc=3,loc_29093 - -// 29098 -[loc_29098] -anim=seq_8624 -width=3 -length=3 -ambient=64 -contrast=12 -active=yes -blockwalk=yes -forceapproach=south -blockrange=no -multivar=varplayerbit_4348 -multiloc=0,loc_29096 -multiloc=1,loc_29095 -multiloc=2,loc_29094 - -// 29099 -[loc_29099] -op1=Squeeze-through -sharelight=yes -hillskew=yes -active=yes -width=3 -ambient=25 -contrast=25 -model=model_31820 -name=Rock passage - -// 29100 -[loc_29100] -resizez=128 -resizex=128 -resizey=36 -active=no -shadow=no -recol1s=20935 -recol1d=13605 -model=model_4246,4 - -// 29101 -[loc_29101] -sharelight=yes -hillskew=yes -active=no -blockrange=no -recol1s=9409 -recol1d=13605 -recol2s=11523 -recol2d=14662 -recol3s=8353 -recol3d=14662 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 29102 -[loc_29102] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=15719 -recol2s=11523 -recol2d=13605 -recol3s=5217 -recol3d=14662 -model=model_1089,0 - -// 29103 -[loc_29103] -bgsound=synth_4459,6 -anim=seq_8618 -width=2 -length=6 -ambient=25 -contrast=25 -op1=Talk-to -model=model_31898 -name=Salon customer - -// 29104 -[loc_29104] -width=2 -length=6 -ambient=25 -contrast=25 -model=model_31897 -name=Hairdryer - -// 29105 -[loc_29105] -width=4 -length=2 -ambient=25 -contrast=25 -model=model_31963 -name=Sink - -// 29106 -[loc_29106] -anim=seq_8646 -op1=Talk-to -width=2 -length=2 -ambient=25 -contrast=15 -active=yes -model=model_31946 -model2=model_31948 -name=Grimechin - -// 29107 -[loc_29107] -width=2 -length=2 -ambient=25 -contrast=15 -active=yes -model=model_31947 -name=Chair - -// 29108 -[loc_29108] -anim=seq_8646 -width=2 -length=2 -ambient=25 -contrast=15 -active=yes -blockwalk=yes -multivar=varplayerbit_4322 -multiloc=0,loc_29107 -multiloc=1,loc_29106 - -// 29109 -[loc_29109] -width=2 -length=2 -ambient=20 -contrast=20 -model=model_31960 -name=Glorious mud - -// 29110 -[loc_29110] -active=no -ambient=25 -contrast=15 -model=model_16085 - -// 29111 -[loc_29111] -active=no -ambient=25 -contrast=15 -model=model_16082 - -// 29112 -[loc_29112] -ambient=25 -active=yes -forcedecor=yes -hillskew=yes -model=model_31819,0 -name=Platypus hole - -// 29113 -[loc_29113] -ambient=20 -contrast=20 -op1=Pick -model=model_31825 -name=Fever grass - -// 29114 -[loc_29114] -ambient=20 -contrast=20 -op1=Pick -model=model_31823 -name=Lavender - -// 29115 -[loc_29115] -ambient=20 -contrast=20 -op1=Pick -model=model_31827 -name=Tansymum - -// 29116 -[loc_29116] -ambient=20 -contrast=20 -op1=Pick -model=model_31822 -name=Primweed - -// 29117 -[loc_29117] -ambient=20 -contrast=20 -op1=Pick -model=model_31824 -name=Stinkbloom - -// 29118 -[loc_29118] -anim=seq_6164 -length=2 -width=2 -ambient=30 -model=model_24260 -name=Crowd of dwarves - -// 29119 -[loc_29119] -anim=seq_6165 -length=2 -width=2 -ambient=30 -active=no -model=model_24261 - -// 29120 -[loc_29120] -anim=seq_6166 -length=2 -width=2 -ambient=30 -active=no -model=model_24262 - -// 29121 -[loc_29121] -anim=seq_8654 -width=4 -length=2 -ambient=10 -contrast=10 -active=no -model=model_31903 - -// 29122 -[loc_29122] -ambient=20 -contrast=20 -model=model_31933,1 - -// 29123 -[loc_29123] -ambient=20 -contrast=20 -model=model_31935,1 - -// 29124 -[loc_29124] -width=2 -ambient=25 -contrast=25 -model=model_31914 -name=Ogre roof leaves - -// 29125 -[loc_29125] -ambient=20 -contrast=20 -model=model_31913 -name=Barrel - -// 29126 -[loc_29126] -ambient=20 -blockrange=no -recol1s=14695 -recol1d=15719 -recol2s=13638 -recol2d=14662 -recol3s=12581 -recol3d=13605 -recol4s=11524 -recol4d=12548 -recol5s=10467 -recol5d=11491 -recol6s=9410 -recol6d=10434 -model=model_31911 -name=Crate - -// 29127 -[loc_29127] -ambient=20 -blockrange=no -model=model_31909,Q - -// 29128 -[loc_29128] -ambient=20 -blockrange=no -model=model_31910,Q - -// 29129 -[loc_29129] -width=2 -ambient=20 -contrast=20 -blockrange=no -model=model_31912 -name=Logs - -// 29130 -[loc_29130] -ambient=25 -contrast=25 -model=model_31953 -name=Shelves - -// 29131 -[loc_29131] -width=2 -length=2 -ambient=10 -contrast=20 -model=model_31966 -name=Table - -// 29132 -[loc_29132] -ambient=64 -contrast=12 -anim=seq_5598 -bgsound=synth_4456,3 -blockrange=no -model=model_31755 -name=Oil lamp - -// 29133 -[loc_29133] -ambient=64 -contrast=12 -anim=seq_5598 -bgsound=synth_4456,3 -mirror=yes -blockrange=no -model=model_31755 -name=Oil lamp - -// 29134 -[loc_29134] -ambient=20 -contrast=20 -blockrange=no -model=model_31954 -name=Cooking utensils - -// 29135 -[loc_29135] -ambient=20 -contrast=20 -blockrange=no -model=model_31968,0 - -// 29136 -[loc_29136] -ambient=20 -contrast=20 -blockrange=no -model=model_31958,0 - -// 29137 -[loc_29137] -ambient=10 -contrast=20 -blockrange=no -model=model_31952 -name=Chair - -// 29138 -[loc_29138] -width=2 -length=2 -ambient=20 -contrast=20 -model=model_31962 -name=Throne - -// 29139 -[loc_29139] -anim=seq_8647 -bgsound=synth_4466,6 -ambient=64 -contrast=12 -width=2 -length=2 -hardshadow=no -model=model_31981 -name=Fire - -// 29140 -[loc_29140] -ambient=20 -contrast=20 -model=model_31970 -name=Spikes - -// 29141 -[loc_29141] -ambient=20 -contrast=20 -model=model_31974 -name=Post - -// 29142 -[loc_29142] -ambient=20 -contrast=20 -model=model_31964 -name=Pennant - -// 29143 -[loc_29143] -ambient=20 -contrast=20 -mirror=yes -model=model_31964 -name=Pennant - -// 29144 -[loc_29144] -width=3 -ambient=10 -contrast=10 -model=model_31969 -name=Shop counter - -// 29145 -[loc_29145] -ambient=25 -contrast=25 -model=model_31975 -name=Shelves - -// 29146 -[loc_29146] -ambient=25 -contrast=25 -model=model_31975 -model2=model_31950 -name=Shelves - -// 29147 -[loc_29147] -ambient=25 -contrast=25 -model=model_31975 -model2=model_31956 -name=Shelves - -// 29148 -[loc_29148] -ambient=25 -recol1s=14695 -recol1d=15719 -recol2s=13638 -recol2d=14662 -recol3s=12581 -recol3d=13605 -recol4s=11524 -recol4d=12548 -recol5s=10467 -recol5d=11491 -recol6s=9410 -recol6d=10434 -model=model_7699 -name=Large crate - -// 29149 -[loc_29149] -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=15719 -recol2s=13638 -recol2d=14662 -recol3s=12581 -recol3d=13605 -recol4s=11524 -recol4d=12548 -recol5s=10467 -recol5d=11491 -recol6s=9410 -recol6d=10434 -model=model_7685 -name=Crate - -// 29150 -[loc_29150] -ambient=20 -blockrange=no -recol1s=13605 -recol1d=15719 -recol2s=12548 -recol2d=14662 -recol3s=11491 -recol3d=13605 -recol4s=7297 -recol4d=12548 -recol5s=10467 -recol5d=11491 -recol6s=9410 -recol6d=10434 -model=model_14828 -name=Barrels - -// 29151 -[loc_29151] -ambient=20 -recol1s=13605 -recol1d=15719 -recol2s=12548 -recol2d=14662 -recol3s=11491 -recol3d=13605 -recol4s=10434 -recol4d=12548 -recol5s=7297 -recol5d=11491 -recol6s=9410 -recol6d=10434 -model=model_8232 -model2=model_9531 -name=Barrel - -// 29152 -[loc_29152] -width=2 -length=2 -ambient=20 -contrast=20 -blockwalk=yes -op2=Check -blockrange=no -model=model_31987 -name=Fire pit - -// 29153 -[loc_29153] -width=2 -length=2 -ambient=20 -contrast=20 -blockwalk=yes -op2=Check-contents -op4=hidden -blockrange=no -model=model_31985 -name=Fire pit - -// 29154 -[loc_29154] -width=2 -length=2 -ambient=20 -contrast=20 -blockwalk=yes -op2=Check-contents -op4=hidden -blockrange=no -model=model_31985 -name=Fire pit - -// 29155 -[loc_29155] -anim=seq_8647 -width=2 -length=2 -ambient=64 -contrast=12 -blockwalk=yes -op2=Check -bgsound=synth_4431,8 -hardshadow=no -blockrange=no -model=model_31984 -name=Fire pit - -// 29156 -[loc_29156] -ambient=20 -contrast=20 -blockrange=no -model=model_31972 -name=Pile of stones - -// 29157 -[loc_29157] -ambient=20 -contrast=20 -blockrange=no -model=model_31949 -name=Pile of stones - -// 29158 -[loc_29158] -ambient=20 -contrast=20 -blockrange=no -model=model_31973 -name=Pile of stones - -// 29159 -[loc_29159] -ambient=20 -contrast=20 -blockrange=no -model=model_31951 -name=Pile of stones - -// 29160 -[loc_29160] -ambient=20 -contrast=20 -blockrange=no -model=model_31959 -name=Pile of stones - -// 29161 -[loc_29161] -anim=seq_5195 -width=2 -msi=msi_71 -blockrange=no -recol1s=26293 -recol1d=27435 -recol2s=32503 -recol2d=28494 -recol3s=32767 -recol3d=32722 -recol4s=9411 -recol4d=11585 -recol5s=10468 -recol5d=13670 -recol6s=11525 -recol6d=10500 -model=model_19910 -model2=model_19922 -model3=model_31759 -model4=model_19909 -name=Deadfall - -// 29162 -[loc_29162] -anim=seq_5196 -width=2 -msi=msi_71 -blockrange=no -recol1s=26293 -recol1d=27435 -recol2s=32503 -recol2d=28494 -recol3s=32767 -recol3d=32722 -recol4s=9411 -recol4d=11585 -recol5s=10468 -recol5d=13670 -recol6s=11525 -recol6d=10500 -model=model_19910 -model2=model_19922 -model3=model_31759 -model4=model_19909 -name=Deadfall - -// 29163 -[loc_29163] -anim=seq_5197 -width=2 -op1=Check -forceapproach=east -msi=msi_71 -blockrange=no -recol1s=8288 -recol1d=10468 -model=model_19910 -model2=model_19909 -name=Boulder - -// 29164 -[loc_29164] -anim=seq_5173 -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_31814 -name=Bird snare - -// 29165 -[loc_29165] -anim=seq_5174 -op1=Check -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_31814 -name=Bird snare - -// 29166 -[loc_29166] -anim=seq_1304 -length=3 -recol1s=5216 -recol1d=12649 -recol2s=11556 -recol2d=14729 -model=model_4138 -name=Funeral pyre - -// 29167 -[loc_29167] -length=3 -op1=Light -op4=Hidden -recol1s=5216 -recol1d=12649 -recol2s=11556 -recol2d=14729 -model=model_4138 -name=Funeral pyre - -// 29168 -[loc_29168] -op1=Cross -active=yes -sharelight=yes -hillskew=yes -model=model_1844 -name=Gangplank - -// 29169 -[loc_29169] -op1=Cross -active=yes -sharelight=yes -hillskew=yes -model=model_1844 -name=Gangplank - -// 29170 -[loc_29170] -anim=seq_8667 -width=4 -length=4 -active=yes -multivar=varplayerbit_4349 -multiloc=0,loc_28999 -multiloc=1,loc_28999 -multiloc=2,loc_28999 - -// 29171 -[loc_29171] -anim=seq_8667 -width=4 -length=4 -active=yes -multivar=varplayerbit_4349 -multiloc=0,loc_28999 -multiloc=1,loc_28999 -multiloc=2,loc_28999 - -// 29172 -[loc_29172] -anim=seq_8667 -width=4 -length=4 -active=yes -multivar=varplayerbit_4350 -multiloc=0,loc_28999 -multiloc=1,loc_28999 -multiloc=2,loc_28999 - -// 29173 -[loc_29173] -anim=seq_8667 -width=4 -length=4 -active=yes -multivar=varplayerbit_4351 -multiloc=0,loc_28999 -multiloc=1,loc_28999 -multiloc=2,loc_28999 - -// 29174 -[loc_29174] -anim=seq_8667 -width=4 -length=4 -active=yes -multivar=varplayerbit_4352 -multiloc=0,loc_28999 -multiloc=1,loc_28999 -multiloc=2,loc_28999 - -// 29175 -[loc_29175] -anim=seq_8667 -width=4 -length=4 -active=yes -multivar=varplayerbit_4353 -multiloc=0,loc_28999 -multiloc=1,loc_28999 -multiloc=2,loc_28999 - -// 29176 -[loc_29176] -width=2 -length=2 -anim=seq_8647 -active=yes -hardshadow=no -multivar=varplayerbit_4349 -multiloc=0,loc_29152 -multiloc=1,loc_29154 -multiloc=2,loc_29155 -multiloc=3,loc_29155 - -// 29177 -[loc_29177] -width=2 -length=2 -anim=seq_8647 -active=yes -hardshadow=no -multivar=varplayerbit_4350 -multiloc=0,loc_29152 -multiloc=1,loc_29154 -multiloc=2,loc_29155 -multiloc=3,loc_29155 - -// 29178 -[loc_29178] -width=2 -length=2 -anim=seq_8647 -active=yes -hardshadow=no -multivar=varplayerbit_4351 -multiloc=0,loc_29152 -multiloc=1,loc_29154 -multiloc=2,loc_29155 -multiloc=3,loc_29155 - -// 29179 -[loc_29179] -width=2 -length=2 -anim=seq_8647 -active=yes -hardshadow=no -multivar=varplayerbit_4352 -multiloc=0,loc_29152 -multiloc=1,loc_29154 -multiloc=2,loc_29155 -multiloc=3,loc_29155 - -// 29180 -[loc_29180] -width=2 -length=2 -anim=seq_8647 -active=yes -hardshadow=no -multivar=varplayerbit_4353 -multiloc=0,loc_29152 -multiloc=1,loc_29154 -multiloc=2,loc_29155 -multiloc=3,loc_29155 - -// 29181 -[loc_29181] -anim=seq_1304 -length=3 -recol1s=5216 -recol1d=8420 -recol2s=11556 -recol2d=1451 -model=model_32061 -name=Funeral pyre - -// 29182 -[loc_29182] -length=3 -op1=Light -op4=Hidden -recol1s=5216 -recol1d=8420 -recol2s=11556 -recol2d=1451 -model=model_32061 -name=Funeral pyre - -// 29183 -[loc_29183] -width=3 -anim=seq_6161 -shadow=no -ambient=30 -active=no -model=model_32065 -model2=model_32062 -model3=model_32064 -model4=model_32063 - -// 29184 -[loc_29184] -width=3 -anim=seq_6162 -shadow=no -ambient=30 -active=no -model=model_32065 -model2=model_32062 -model3=model_32064 -model4=model_32063 - -// 29185 -[loc_29185] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32055 -name=Box trap - -// 29186 -[loc_29186] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_32055 -name=Box trap - -// 29187 -[loc_29187] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_32055 -name=Box trap - -// 29188 -[loc_29188] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_32055 -name=Box trap - -// 29189 -[loc_29189] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_32056 -name=Box trap - -// 29190 -[loc_29190] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_32056 -name=Box trap - -// 29191 -[loc_29191] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_32056 -name=Box trap - -// 29192 -[loc_29192] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_32056 -name=Box trap - -// 29193 -[loc_29193] -bgsound=synth_4471,14 -active=no -model=model_1105,0 - -// 29194 -[loc_29194] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=4226 -model=model_11025 -model2=model_11024 -name=Rocks - -// 29195 -[loc_29195] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=4226 -model=model_11026 -model2=model_11024 -name=Rocks - -// 29196 -[loc_29196] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=4226 -model=model_11027 -model2=model_11024 -name=Rocks - -// 29197 -[loc_29197] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=6342 -model=model_11025 -model2=model_11024 -name=Rocks - -// 29198 -[loc_29198] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6342 -model=model_11026 -model2=model_11024 -name=Rocks - -// 29199 -[loc_29199] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6342 -model=model_11027 -model2=model_11024 -name=Rocks - -// 29200 -[loc_29200] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=20017 -model=model_11025 -model2=model_11024 -name=Rocks - -// 29201 -[loc_29201] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=20017 -model=model_11026 -model2=model_11024 -name=Rocks - -// 29202 -[loc_29202] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=20017 -model=model_11027 -model2=model_11024 -name=Rocks - -// 29203 -[loc_29203] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=14732 -model=model_11025 -model2=model_11024 -name=Rocks - -// 29204 -[loc_29204] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=14732 -model=model_11026 -model2=model_11024 -name=Rocks - -// 29205 -[loc_29205] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=14732 -model=model_11027 -model2=model_11024 -name=Rocks - -// 29206 -[loc_29206] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=14596 -model=model_11025 -model2=model_11024 -name=Rocks - -// 29207 -[loc_29207] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=14596 -model=model_11026 -model2=model_11024 -name=Rocks - -// 29208 -[loc_29208] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=14596 -model=model_11027 -model2=model_11024 -name=Rocks - -// 29209 -[loc_29209] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=6438 -model=model_11025 -model2=model_11024 -name=Rocks - -// 29210 -[loc_29210] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6438 -model=model_11026 -model2=model_11024 -name=Rocks - -// 29211 -[loc_29211] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6438 -model=model_11027 -model2=model_11024 -name=Rocks - -// 29212 -[loc_29212] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=6346 -model=model_11025 -model2=model_11024 -name=Rocks - -// 29213 -[loc_29213] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6346 -model=model_11026 -model2=model_11024 -name=Rocks - -// 29214 -[loc_29214] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6346 -model=model_11027 -model2=model_11024 -name=Rocks - -// 29215 -[loc_29215] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 29216 -[loc_29216] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 29217 -[loc_29217] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=4226 -model=model_3195 -name=Rocks - -// 29218 -[loc_29218] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=7397 -model=model_3184 -name=Rocks - -// 29219 -[loc_29219] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=7397 -model=model_3183 -name=Rocks - -// 29220 -[loc_29220] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=7397 -model=model_3195 -name=Rocks - -// 29221 -[loc_29221] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 29222 -[loc_29222] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 29223 -[loc_29223] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6242 -model=model_3195 -name=Rocks - -// 29224 -[loc_29224] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=20017 -model=model_3184 -name=Rocks - -// 29225 -[loc_29225] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=20017 -model=model_3183 -name=Rocks - -// 29226 -[loc_29226] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=20017 -model=model_3195 -name=Rocks - -// 29227 -[loc_29227] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 29228 -[loc_29228] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=14732 -model=model_3183 -name=Rocks - -// 29229 -[loc_29229] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=14732 -model=model_3195 -name=Rocks - -// 29230 -[loc_29230] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=14596 -model=model_3184 -name=Rocks - -// 29231 -[loc_29231] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=14596 -model=model_3183 -name=Rocks - -// 29232 -[loc_29232] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=14596 -model=model_3195 -name=Rocks - -// 29233 -[loc_29233] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=6438 -model=model_3184 -name=Rocks - -// 29234 -[loc_29234] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6438 -model=model_3183 -name=Rocks - -// 29235 -[loc_29235] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6438 -model=model_3195 -name=Rocks - -// 29236 -[loc_29236] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=7397 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 29237 -[loc_29237] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 29238 -[loc_29238] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=7397 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 29239 -[loc_29239] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28373,1 -model=model_28391,2 - -// 29240 -[loc_29240] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28414,1 - -// 29241 -[loc_29241] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28468 - -// 29242 -[loc_29242] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -anim=seq_7097 -recol1s=2147 -recol1d=6635 -recol2s=1090 -recol2d=5578 -model=model_28465 - -// 29243 -[loc_29243] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28377 - -// 29244 -[loc_29244] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28363 - -// 29245 -[loc_29245] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28363 - -// 29246 -[loc_29246] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28417,1 - -// 29247 -[loc_29247] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28398,1 - -// 29248 -[loc_29248] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28398,1 - -// 29249 -[loc_29249] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -width=2 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28413 - -// 29250 -[loc_29250] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -width=2 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28357 - -// 29251 -[loc_29251] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -width=2 -mirror=yes -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28357 - -// 29252 -[loc_29252] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28374 -model2=model_28390 - -// 29253 -[loc_29253] -active=no -ambient=25 -contrast=15 -model=model_28416,Q - -// 29254 -[loc_29254] -active=no -ambient=25 -contrast=15 -model=model_28412,Q - -// 29255 -[loc_29255] -active=no -ambient=25 -contrast=15 -model=model_28366,Q - -// 29256 -[loc_29256] -active=no -ambient=25 -contrast=15 -model=model_28399,Q - -// 29257 -[loc_29257] -active=no -ambient=25 -contrast=15 -model=model_27559,Q - -// 29258 -[loc_29258] -active=no -ambient=25 -contrast=15 -model=model_27557,Q - -// 29259 -[loc_29259] -active=no -ambient=25 -contrast=15 -model=model_27558,Q - -// 29260 -[loc_29260] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28365,1 - -// 29261 -[loc_29261] -blockwalk=yes -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_27408,1 -name=Metal door - -// 29262 -[loc_29262] -blockwalk=yes -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -model=model_27408,1 -name=Metal door - -// 29263 -[loc_29263] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28365,1 - -// 29264 -[loc_29264] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_28379 - -// 29265 -[loc_29265] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_28454,1 -model=model_28460,2 -model=model_28453,5 - -// 29266 -[loc_29266] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_28458,1 -model=model_28459,2 -model=model_28456,5 -model=model_28454,1 -model=model_28460,2 -model=model_28453,5 - -// 29267 -[loc_29267] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=12580 -recol1d=7330 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 29268 -[loc_29268] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=12580 -recol1d=7330 -model=model_787 - -// 29269 -[loc_29269] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_28452,1 - -// 29270 -[loc_29270] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_28452,1 - -// 29271 -[loc_29271] -anim=seq_5415 -shadow=no -active=no -ambient=25 -contrast=15 -blockwalk=no -resizex=256 -resizey=256 -resizez=256 -width=2 -length=2 -hardshadow=no -recol1s=4261 -recol1d=9741 -model=model_28313 - -// 29272 -[loc_29272] -anim=seq_5415 -shadow=no -active=no -ambient=25 -contrast=15 -blockwalk=no -hardshadow=no -recol1s=4261 -recol1d=9741 -model=model_28313 - -// 29273 -[loc_29273] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_28415 - -// 29274 -[loc_29274] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_28415 - -// 29275 -[loc_29275] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12125,0 - -// 29276 -[loc_29276] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12126,0 - -// 29277 -[loc_29277] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12129,0 - -// 29278 -[loc_29278] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12130,0 - -// 29279 -[loc_29279] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12131,0 - -// 29280 -[loc_29280] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12125,0 - -// 29281 -[loc_29281] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12126,0 - -// 29282 -[loc_29282] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12129,0 - -// 29283 -[loc_29283] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12130,0 - -// 29284 -[loc_29284] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12131,0 - -// 29285 -[loc_29285] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26499 - -// 29286 -[loc_29286] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -width=2 -length=2 -resizex=164 -resizez=164 -resizey=164 -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26505 - -// 29287 -[loc_29287] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -width=2 -length=2 -resizex=164 -resizez=164 -resizey=164 -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26506 - -// 29288 -[loc_29288] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -width=2 -length=2 -resizex=164 -resizez=164 -resizey=164 -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26507 - -// 29289 -[loc_29289] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26500 - -// 29290 -[loc_29290] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26501 - -// 29291 -[loc_29291] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26502 - -// 29292 -[loc_29292] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26503 - -// 29293 -[loc_29293] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26504 - -// 29294 -[loc_29294] -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26497,0 - -// 29295 -[loc_29295] -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26496,0 - -// 29296 -[loc_29296] -ambient=25 -contrast=15 -hillskew=yes -active=no -mirror=yes -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26496,0 - -// 29297 -[loc_29297] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26480 - -// 29298 -[loc_29298] -hillskew=yes -blockwalk=no -ambient=25 -contrast=15 -recol1s=7431 -recol1d=7330 -recol2s=8488 -recol2d=8387 -recol3s=9545 -recol3d=9444 -model=model_26508 -name=Stalagmite - -// 29299 -[loc_29299] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_12040 - -// 29300 -[loc_29300] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_12041 - -// 29301 -[loc_29301] -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_12042,0 - -// 29302 -[loc_29302] -active=no -contrast=25 -ambient=30 -anim=seq_5598 -bgsound=synth_4472,1 -model=model_32098,Q - -// 29303 -[loc_29303] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=7395 -recol4s=11594 -recol4d=5313 -recol5s=12651 -recol5d=5313 -recol6s=14699 -recol6d=5313 -model=model_11798 - -// 29304 -[loc_29304] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=7395 -recol4s=11594 -recol4d=5313 -recol5s=12651 -recol5d=5313 -recol6s=14699 -recol6d=5313 -model=model_11799 - -// 29305 -[loc_29305] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=7395 -recol4s=11594 -recol4d=5313 -recol5s=12651 -recol5d=5313 -recol6s=14699 -recol6d=5313 -model=model_11800 - -// 29306 -[loc_29306] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=7395 -recol4s=11594 -recol4d=5313 -recol5s=12651 -recol5d=5313 -recol6s=14699 -recol6d=5313 -model=model_11795 - -// 29307 -[loc_29307] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=7395 -recol4s=11594 -recol4d=5313 -recol5s=12651 -recol5d=5313 -recol6s=14699 -recol6d=5313 -model=model_11796 - -// 29308 -[loc_29308] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=7395 -recol4s=11594 -recol4d=5313 -recol5s=12651 -recol5d=5313 -recol6s=14699 -recol6d=5313 -model=model_11797 - -// 29309 -[loc_29309] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=6370 -recol2s=10537 -recol2d=5313 -recol3s=9480 -recol3d=4256 -recol4s=8423 -recol4d=3200 -model=model_12125,0 - -// 29310 -[loc_29310] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=6370 -recol2s=10537 -recol2d=5313 -recol3s=9480 -recol3d=4256 -recol4s=8423 -recol4d=3200 -model=model_12126,0 - -// 29311 -[loc_29311] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=6370 -recol2s=10537 -recol2d=5313 -recol3s=9480 -recol3d=4256 -recol4s=8423 -recol4d=3200 -model=model_12129,0 - -// 29312 -[loc_29312] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=6370 -recol2s=10537 -recol2d=5313 -recol3s=9480 -recol3d=4256 -recol4s=8423 -recol4d=3200 -model=model_12130,0 - -// 29313 -[loc_29313] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=6370 -recol2s=10537 -recol2d=5313 -recol3s=9480 -recol3d=4256 -recol4s=8423 -recol4d=3200 -model=model_12131,0 - -// 29314 -[loc_29314] -blockwalk=yes -ambient=30 -contrast=20 -width=2 -length=3 -blockrange=no -recol1s=13670 -recol1d=8453 -recol2s=12613 -recol2d=6339 -recol3s=11556 -recol3d=8387 -recol4s=8387 -recol4d=5250 -model=model_25041 -name=Rack - -// 29315 -[loc_29315] -blockwalk=yes -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_27408,1 -name=Metal door - -// 29316 -[loc_29316] -blockwalk=yes -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -model=model_27408,1 -name=Metal door - -// 29317 -[loc_29317] -blockwalk=yes -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -model=model_27408,1 -name=Metal door - -// 29318 -[loc_29318] -blockwalk=yes -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -model=model_27408,1 -name=Metal door - -// 29319 -[loc_29319] -blockwalk=yes -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_27408,1 -name=Metal door - -// 29320 -[loc_29320] -blockwalk=yes -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -model=model_27408,1 -name=Metal door - -// 29321 -[loc_29321] -blockwalk=yes -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -model=model_27408,1 -name=Metal door - -// 29322 -[loc_29322] -blockwalk=yes -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -model=model_27408,1 -name=Metal door - -// 29323 -[loc_29323] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=13862 -recol2s=11776 -recol2d=11717 -recol3s=9633 -recol3d=8484 -recol4s=5473 -recol4d=5313 -model=model_11577,Q - -// 29324 -[loc_29324] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=13862 -recol2s=11776 -recol2d=11717 -recol3s=9633 -recol3d=8484 -recol4s=5473 -recol4d=5313 -model=model_11576,Q - -// 29325 -[loc_29325] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=13862 -recol2s=11776 -recol2d=11717 -recol3s=9633 -recol3d=8484 -recol4s=5473 -recol4d=5313 -model=model_11575,Q - -// 29326 -[loc_29326] -hillskew=yes -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_26545 - -// 29327 -[loc_29327] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11795 - -// 29328 -[loc_29328] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11797 - -// 29329 -[loc_29329] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11796 - -// 29330 -[loc_29330] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11799 - -// 29331 -[loc_29331] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11800 - -// 29332 -[loc_29332] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11798 - -// 29333 -[loc_29333] -active=yes -recol1s=13605 -recol1d=9444 -recol2s=12548 -recol2d=8388 -recol3s=11491 -recol3d=7331 -recol4s=10434 -recol4d=6274 -recol5s=7297 -recol5d=5217 -model=model_8232 -name=Barrel - -// 29334 -[loc_29334] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=6340 -recol2s=9480 -recol2d=7397 -recol3s=10537 -recol3d=8454 -recol4s=11594 -recol4d=9511 -recol5s=12651 -recol5d=9511 -recol6s=14699 -recol6d=9511 -model=model_11795 - -// 29335 -[loc_29335] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=6340 -recol2s=9480 -recol2d=7397 -recol3s=10537 -recol3d=8454 -recol4s=11594 -recol4d=9511 -recol5s=12651 -recol5d=9511 -recol6s=14699 -recol6d=9511 -model=model_11797 - -// 29336 -[loc_29336] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=6340 -recol2s=9480 -recol2d=7397 -recol3s=10537 -recol3d=8454 -recol4s=11594 -recol4d=9511 -recol5s=12651 -recol5d=9511 -recol6s=14699 -recol6d=9511 -model=model_11796 - -// 29337 -[loc_29337] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=6340 -recol2s=9480 -recol2d=7397 -recol3s=10537 -recol3d=8454 -recol4s=11594 -recol4d=9511 -recol5s=12651 -recol5d=9511 -recol6s=14699 -recol6d=9511 -model=model_11799 - -// 29338 -[loc_29338] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=6340 -recol2s=9480 -recol2d=7397 -recol3s=10537 -recol3d=8454 -recol4s=11594 -recol4d=9511 -recol5s=12651 -recol5d=9511 -recol6s=14699 -recol6d=9511 -model=model_11800 - -// 29339 -[loc_29339] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=6340 -recol2s=9480 -recol2d=7397 -recol3s=10537 -recol3d=8454 -recol4s=11594 -recol4d=9511 -recol5s=12651 -recol5d=9511 -recol6s=14699 -recol6d=9511 -model=model_11798 - -// 29340 -[loc_29340] -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1078 -name=Corpse - -// 29341 -[loc_29341] -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1079 -name=Corpse - -// 29342 -[loc_29342] -width=2 -blockrange=no -recol1s=28436 -recol1d=7399 -recol2s=16846 -recol2d=5285 -model=model_1080 -name=Corpse - -// 29343 -[loc_29343] -width=2 -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_1081 -name=Corpse - -// 29344 -[loc_29344] -recol1s=32762 -recol1d=7399 -model=model_1733 -name=Animal skull - -// 29345 -[loc_29345] -recol1s=32767 -recol1d=7399 -model=model_1776 -name=Curved bone - -// 29346 -[loc_29346] -recol1s=32764 -recol1d=7399 -model=model_1821 -name=Large bone - -// 29347 -[loc_29347] -recol1s=32764 -recol1d=7399 -model=model_2171 -name=Pile of skulls - -// 29348 -[loc_29348] -active=no -blockwalk=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28393,0 - -// 29349 -[loc_29349] -active=no -blockwalk=no -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28406,0 - -// 29350 -[loc_29350] -active=no -blockwalk=no -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28382,0 - -// 29351 -[loc_29351] -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5257 -name=Crates - -// 29352 -[loc_29352] -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5256 -name=Crate - -// 29353 -[loc_29353] -ambient=25 -contrast=15 -active=no -recol1s=8387 -recol1d=10500 -recol2s=7331 -recol2d=13671 -recol3s=8388 -recol3d=9443 -recol4s=17764 -recol4d=10500 -recol5s=24137 -recol5d=15785 -recol6s=12580 -recol6d=7330 -model=model_13448,1 -model=model_13449,2 -model=model_13450,3 - -// 29354 -[loc_29354] -active=yes -ambient=40 -contrast=20 -op1=Pass -model=model_29132 -name=Spiderweb - -// 29355 -[loc_29355] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -recol1s=11489 -recol1d=9445 -recol2s=13603 -recol2d=8388 -recol3s=16740 -recol3d=9444 -recol4s=16774 -recol4d=11558 -recol5s=18821 -recol5d=13639 -model=model_21483 -name=Ladder - -// 29356 -[loc_29356] -ambient=25 -contrast=15 -width=2 -active=yes -recol1s=11521 -recol1d=7330 -recol2s=12578 -recol2d=8387 -recol3s=13635 -recol3d=9444 -recol4s=14692 -recol4d=10501 -recol5s=16772 -recol5d=11558 -model=model_17324 -name=Counter - -// 29357 -[loc_29357] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=15751 -recol1d=9444 -model=model_8299 -name=Ladder - -// 29358 -[loc_29358] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=east -recol1s=11457 -recol1d=9444 -recol2s=12514 -recol2d=8388 -model=model_21519 -name=Ladder - -// 29359 -[loc_29359] -active=yes -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -op1=Push -raiseobject=no -model=model_37579,1 -name=Odd-looking wall - -// 29360 -[loc_29360] -active=yes -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -op1=Push -raiseobject=no -model=model_37579,1 -name=Odd-looking wall - -// 29361 -[loc_29361] -active=yes -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -op1=Push -raiseobject=no -model=model_37617,1 -name=Odd-looking wall - -// 29362 -[loc_29362] -active=yes -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -op1=Push -raiseobject=no -model=model_37617,1 -name=Odd-looking wall - -// 29363 -[loc_29363] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32132 - -// 29364 -[loc_29364] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32137 - -// 29365 -[loc_29365] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32121 - -// 29366 -[loc_29366] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32121 - -// 29367 -[loc_29367] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32129 - -// 29368 -[loc_29368] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32133,1 - -// 29369 -[loc_29369] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32133,1 - -// 29370 -[loc_29370] -op1=Squeeze-through -width=2 -blockwalk=yes -ambient=10 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_37727 -name=Pipe - -// 29371 -[loc_29371] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_32101,0 - -// 29372 -[loc_29372] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_32142,1 - -// 29373 -[loc_29373] -blockwalk=yes -ambient=30 -contrast=20 -blockrange=no -model=model_32123 -name=Danger sign - -// 29374 -[loc_29374] -blockwalk=no -model=model_32107 -name=Monkey bars - -// 29375 -[loc_29375] -width=3 -op1=Swing across -blockwalk=no -model=model_32105 -name=Monkey bars - -// 29376 -[loc_29376] -width=3 -op1=Swing across -blockwalk=no -model=model_32105 -name=Monkey bars - -// 29377 -[loc_29377] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -model=model_37066,0 - -// 29378 -[loc_29378] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -model=model_32144,0 - -// 29379 -[loc_29379] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -model=model_36958,0 - -// 29380 -[loc_29380] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -model=model_36958,0 - -// 29381 -[loc_29381] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -retex1s=material_70 -retex1d=material_68 -model=model_32117,1 - -// 29382 -[loc_29382] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_32103,1 - -// 29383 -[loc_29383] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_32135,1 - -// 29384 -[loc_29384] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_32099,1 - -// 29385 -[loc_29385] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_32099,1 - -// 29386 -[loc_29386] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recol1s=17864 -recol1d=10499 -model=model_32128 - -// 29387 -[loc_29387] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recol1s=17864 -recol1d=10499 -model=model_32134 - -// 29388 -[loc_29388] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recol1s=17864 -recol1d=10499 -model=model_32100 - -// 29389 -[loc_29389] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recol1s=17864 -recol1d=10499 -model=model_32125 - -// 29390 -[loc_29390] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recol1s=17864 -recol1d=10499 -model=model_32114 - -// 29391 -[loc_29391] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -mirror=yes -recol1s=17864 -recol1d=10499 -model=model_32114 - -// 29392 -[loc_29392] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recol1s=17864 -recol1d=10499 -model=model_32113 - -// 29393 -[loc_29393] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recol1s=17864 -recol1d=10499 -model=model_32126 - -// 29394 -[loc_29394] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recol1s=17864 -recol1d=10499 -model=model_32122 - -// 29395 -[loc_29395] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recol1s=17864 -recol1d=10499 -model=model_32102 - -// 29396 -[loc_29396] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_32118,1 -model=model_32115,2 -model=model_32104,5 - -// 29397 -[loc_29397] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_32120,1 - -// 29398 -[loc_29398] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_32136,1 - -// 29399 -[loc_29399] -op1=Search -op2=Close -model=model_32139 -name=Chest - -// 29400 -[loc_29400] -op1=Open -model=model_32110 -name=Chest - -// 29401 -[loc_29401] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32140,1 - -// 29402 -[loc_29402] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32116 - -// 29403 -[loc_29403] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32119,1 - -// 29404 -[loc_29404] -active=no -blockwalk=yes -mirror=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32119,1 - -// 29405 -[loc_29405] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32143,1 - -// 29406 -[loc_29406] -active=no -blockwalk=yes -hillskew=yes -mirror=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32143,1 - -// 29407 -[loc_29407] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32141,1 - -// 29408 -[loc_29408] -active=no -blockwalk=yes -mirror=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32141,1 - -// 29409 -[loc_29409] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32109,1 - -// 29410 -[loc_29410] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32112,1 - -// 29411 -[loc_29411] -active=no -blockwalk=yes -mirror=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32112,1 - -// 29412 -[loc_29412] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32131,5 - -// 29413 -[loc_29413] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32130 - -// 29414 -[loc_29414] -active=no -blockwalk=yes -hillskew=yes -mirror=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32130 - -// 29415 -[loc_29415] -width=3 -length=3 -model=model_32124 -name=Obelisk of Earth - -// 29416 -[loc_29416] -active=no -randomsound=25,50,12,synth_4473,synth_4474 -model=model_1105,0 - -// 29417 -[loc_29417] -bgsound=synth_4475,15 -active=no -model=model_1105,0 - -// 29418 -[loc_29418] -bgsound=synth_4476,8 -active=no -model=model_1105,0 - -// 29419 -[loc_29419] -bgsound=synth_4498,7 -active=no -model=model_1105,0 - -// 29420 -[loc_29420] -active=no -randomsound=250,500,10,synth_2114,synth_2117,synth_2118,synth_2116,synth_2113,synth_2115,synth_2119 -model=model_1105,0 - -// 29421 -[loc_29421] -ambient=50 -active=yes -model=model_32146,Q -name=Magical symbol - -// 29422 -[loc_29422] -active=no -randomsound=250,500,20,synth_2089,synth_2090,synth_2091,synth_2094,synth_2009,synth_2067,synth_2185,synth_1999,synth_2069,synth_4006,synth_4005,synth_4350,synth_4349,synth_4351,synth_4499 -bgsound=synth_2083,20 -model=model_1105,0 - -// 29423 -[loc_29423] -bgsound=synth_3073,10 -active=no -shadow=no -blockwalk=no -model=model_596 - -// 29424 -[loc_29424] -bgsound=synth_2041,10 -active=no -shadow=no -blockwalk=no -model=model_596 - -// 29425 -[loc_29425] -sharelight=yes -forcedecor=yes -length=4 -ambient=15 -contrast=15 -model=model_32216 -name=Catapult - -// 29426 -[loc_29426] -sharelight=yes -forcedecor=yes -length=4 -ambient=15 -contrast=15 -model=model_32222 -name=Catapult - -// 29427 -[loc_29427] -sharelight=yes -forcedecor=yes -length=4 -ambient=15 -contrast=15 -model=model_32217 -name=Catapult - -// 29428 -[loc_29428] -sharelight=yes -forcedecor=yes -length=4 -ambient=15 -contrast=15 -model=model_32215 -name=Catapult - -// 29429 -[loc_29429] -anim=seq_2418 -hillskew=yes -forcedecor=yes -length=3 -width=3 -ambient=25 -contrast=25 -active=yes -multivar=varplayerbit_4440 -multiloc=0,loc_29432 -multiloc=1,loc_29434 - -// 29430 -[loc_29430] -anim=seq_2418 -hillskew=yes -forcedecor=yes -length=3 -width=3 -ambient=25 -contrast=25 -active=yes -multivar=varplayerbit_4441 -multiloc=0,loc_29432 -multiloc=1,loc_29434 - -// 29431 -[loc_29431] -anim=seq_2418 -hillskew=yes -forcedecor=yes -length=3 -width=3 -ambient=25 -contrast=25 -active=yes -multivar=varplayerbit_4442 -multiloc=0,loc_29432 -multiloc=1,loc_29434 - -// 29432 -[loc_29432] -hillskew=yes -forcedecor=yes -length=3 -width=3 -ambient=25 -contrast=25 -model=model_32230 -name=Target rock - -// 29433 -[loc_29433] -hillskew=yes -forcedecor=yes -length=3 -width=3 -ambient=25 -contrast=25 -anim=seq_2418 -model=model_32227 -name=Target rock - -// 29434 -[loc_29434] -hillskew=yes -forcedecor=yes -length=3 -width=3 -ambient=25 -contrast=25 -model=model_32229 -name=Target rock - -// 29435 -[loc_29435] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=25 -blockwalk=no -model=model_32213 -name=Boulder - -// 29436 -[loc_29436] -length=5 -anim=seq_1223 -active=yes -model=model_32223 -name=Catapult - -// 29437 -[loc_29437] -length=5 -anim=seq_1223 -active=yes -model=model_32222 -name=Rotten Catapult - -// 29438 -[loc_29438] -length=5 -anim=seq_1223 -active=yes -model=model_32221 -name=Catapult - -// 29439 -[loc_29439] -length=5 -active=yes -model=model_32220 -model2=model_32219 -name=Catapult-winch - -// 29440 -[loc_29440] -length=5 -active=yes -model=model_32217 -name=Catapult-winch - -// 29441 -[loc_29441] -length=5 -active=yes -model=model_32218 -model2=model_32219 -name=Catapult-winch - -// 29442 -[loc_29442] -length=5 -active=yes -model=model_32214 -name=Catapult-lever - -// 29443 -[loc_29443] -length=5 -active=yes -model=model_32215 -name=Catapult-lever - -// 29444 -[loc_29444] -length=5 -active=yes -model=model_32216 -name=Catapult-lever - -// 29445 -[loc_29445] -sharelight=yes -active=no -recol1s=28407 -recol1d=21069 -recol2s=5348 -recol2d=10678 -model=model_32235 - -// 29446 -[loc_29446] -blockwalk=no -shadow=no -op1=Dig -op2=Flag -op3=Inspect -model=model_25935 -name=Dirt - -// 29447 -[loc_29447] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=no -blockwalk=no -model=model_26078 - -// 29448 -[loc_29448] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=no -blockwalk=no -recol1s=32447 -recol1d=8530 -recol2s=32575 -recol2d=13813 -model=model_16782 - -// 29449 -[loc_29449] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=no -blockwalk=no -recol1s=32447 -recol1d=8680 -recol2s=32575 -recol2d=13901 -model=model_16786 - -// 29450 -[loc_29450] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=no -blockwalk=no -recol1s=32447 -recol1d=17605 -recol2s=32575 -recol2d=22824 -model=model_16785 - -// 29451 -[loc_29451] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=no -blockwalk=no -recol1s=32447 -recol1d=24201 -recol2s=32575 -recol2d=27406 -model=model_16779 - -// 29452 -[loc_29452] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=no -blockwalk=no -recol1s=32447 -recol1d=11406 -recol2s=32575 -recol2d=16627 -model=model_16778 - -// 29453 -[loc_29453] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=no -blockwalk=no -recol1s=32447 -recol1d=4555 -recol2s=32575 -recol2d=8783 -model=model_16784 - -// 29454 -[loc_29454] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=no -blockwalk=no -recol1s=32447 -recol1d=18924 -recol2s=32575 -recol2d=22129 -model=model_16783 - -// 29455 -[loc_29455] -shadow=no -contrast=30 -ambient=30 -anim=seq_4356 -active=no -blockwalk=no -recol1s=32447 -recol1d=5251 -recol2s=32575 -recol2d=9479 -model=model_16777 - -// 29456 -[loc_29456] -ambient=25 -blockwalk=no -recol1s=6338 -recol1d=6373 -recol2s=8548 -recol2d=11588 -model=model_32266 -model2=model_7766 -name=Dead plant - -// 29457 -[loc_29457] -anim=seq_8708 -blockwalk=no -ambient=25 -contrast=25 -model=model_32286 -name=Flag - -// 29458 -[loc_29458] -ambient=25 -blockwalk=no -recol1s=6338 -recol1d=6373 -recol2s=8548 -recol2d=11588 -model=model_32266 -model2=model_7766 -name=Dead plant - -// 29459 -[loc_29459] -anim=seq_8708 -blockwalk=no -ambient=25 -contrast=25 -model=model_32286 -name=Flag - -// 29460 -[loc_29460] -length=2 -hillskew=yes -op1=Climb-over -raiseobject=no -ambient=25 -blockrange=no -recol1s=10400 -recol1d=9411 -model=model_982 -name=Stile - -// 29461 -[loc_29461] -op1=Read -anim=seq_2714 -ambient=25 -contrast=25 -model=model_32258 -model2=model_32257 -name=Instruction sign - -// 29462 -[loc_29462] -op1=Read -anim=seq_2714 -ambient=25 -contrast=25 -model=model_32258 -model2=model_32263 -name=Instruction sign - -// 29463 -[loc_29463] -op1=Read -anim=seq_2714 -ambient=25 -contrast=25 -model=model_32258 -model2=model_32262 -name=Instruction sign - -// 29464 -[loc_29464] -op1=Read -anim=seq_2714 -ambient=25 -contrast=25 -model=model_32258 -model2=model_32265 -name=Instruction sign - -// 29465 -[loc_29465] -active=no -ambient=25 -contrast=25 -hardshadow=no -model=model_32308,0 - -// 29466 -[loc_29466] -active=no -length=2 -width=2 -ambient=25 -contrast=25 -recol1s=16846 -recol1d=8518 -recol2s=13675 -recol2d=10632 -recol3s=11561 -recol3d=7360 -recol4s=10504 -recol4d=6304 -recol5s=8456 -recol5d=6304 -model=model_1642 - -// 29467 -[loc_29467] -active=yes -ambient=25 -contrast=25 -model=model_17144 -name=Table - -// 29468 -[loc_29468] -active=yes -ambient=25 -contrast=25 -model=model_17144 -model2=model_17145 -name=Table - -// 29469 -[loc_29469] -active=yes -ambient=25 -contrast=25 -model=model_17141 -name=Counter - -// 29470 -[loc_29470] -active=yes -ambient=25 -contrast=25 -model=model_17139 -name=Crate - -// 29471 -[loc_29471] -active=yes -ambient=25 -contrast=25 -model=model_17140 -name=Crates - -// 29472 -[loc_29472] -active=yes -ambient=25 -contrast=25 -model=model_17136 -name=Chair - -// 29473 -[loc_29473] -active=yes -ambient=25 -contrast=25 -model=model_17135 -name=Cabinet - -// 29474 -[loc_29474] -active=yes -ambient=25 -contrast=25 -model=model_17126 -name=Barrel - -// 29475 -[loc_29475] -active=yes -ambient=25 -contrast=25 -model=model_17128 -name=Barrels - -// 29476 -[loc_29476] -blockwalk=no -forcedecor=yes -active=yes -op1=Dig -op2=Flag -op3=Inspect -ambient=25 -contrast=25 -model=model_32260 -name=Hole - -// 29477 -[loc_29477] -blockwalk=no -forcedecor=yes -active=yes -op1=Dig -op2=Flag -op3=Inspect -ambient=25 -contrast=25 -model=model_32261 -name=Hole - -// 29478 -[loc_29478] -blockwalk=no -forcedecor=yes -active=yes -op1=Dig -op2=Flag -op3=Inspect -ambient=10 -contrast=10 -model=model_32259 -name=Hole - -// 29479 -[loc_29479] -forcedecor=yes -active=no -ambient=25 -contrast=25 -unknown90=yes -model=model_32256,0 - -// 29480 -[loc_29480] -active=no -ambient=25 -contrast=25 -recol1s=22131 -recol1d=6368 -recol2s=16846 -recol2d=7425 -recol3s=11561 -recol3d=8482 -model=model_4401,0 - -// 29481 -[loc_29481] -active=no -ambient=25 -contrast=25 -recol1s=22131 -recol1d=6368 -recol2s=16846 -recol2d=7425 -recol3s=11561 -recol3d=8482 -model=model_4402,0 - -// 29482 -[loc_29482] -active=no -ambient=25 -contrast=25 -recol1s=22131 -recol1d=6368 -recol2s=16846 -recol2d=7425 -recol3s=11561 -recol3d=8482 -model=model_4403,0 - -// 29483 -[loc_29483] -active=no -ambient=25 -contrast=25 -recol1s=22131 -recol1d=6368 -recol2s=16846 -recol2d=7425 -recol3s=11561 -recol3d=8482 -model=model_4404,0 - -// 29484 -[loc_29484] -sharelight=yes -ambient=25 -contrast=25 -model=model_32310,1 - -// 29485 -[loc_29485] -sharelight=yes -ambient=25 -contrast=25 -model=model_32292,1 - -// 29486 -[loc_29486] -sharelight=yes -ambient=25 -contrast=25 -model=model_32323,1 - -// 29487 -[loc_29487] -sharelight=yes -ambient=25 -contrast=25 -model=model_32318,1 - -// 29488 -[loc_29488] -sharelight=yes -ambient=25 -contrast=25 -model=model_32314,1 - -// 29489 -[loc_29489] -sharelight=yes -ambient=25 -contrast=25 -model=model_32306,1 - -// 29490 -[loc_29490] -sharelight=yes -ambient=25 -contrast=25 -model=model_32317,5 - -// 29491 -[loc_29491] -sharelight=yes -ambient=25 -contrast=25 -model=model_32288,2 - -// 29492 -[loc_29492] -sharelight=yes -ambient=25 -contrast=25 -model=model_32296,2 - -// 29493 -[loc_29493] -sharelight=yes -ambient=25 -contrast=25 -model=model_32302,1 - -// 29494 -[loc_29494] -sharelight=yes -ambient=25 -contrast=25 -model=model_32311,5 - -// 29495 -[loc_29495] -sharelight=yes -ambient=25 -contrast=25 -model=model_32290,2 -model=model_32289,5 - -// 29496 -[loc_29496] -sharelight=yes -ambient=25 -contrast=25 -model=model_32298,2 -model=model_32303,5 - -// 29497 -[loc_29497] -sharelight=yes -ambient=25 -contrast=25 -model=model_32293,2 -model=model_32305,5 - -// 29498 -[loc_29498] -sharelight=yes -ambient=25 -contrast=25 -model=model_32307,2 -model=model_32309,5 - -// 29499 -[loc_29499] -sharelight=yes -ambient=25 -contrast=25 -model=model_32325,1 - -// 29500 -[loc_29500] -sharelight=yes -ambient=25 -contrast=25 -model=model_32301,1 - -// 29501 -[loc_29501] -sharelight=yes -ambient=25 -contrast=25 -model=model_32316,1 - -// 29502 -[loc_29502] -sharelight=yes -ambient=25 -contrast=25 -model=model_32322,5 - -// 29503 -[loc_29503] -sharelight=yes -ambient=25 -contrast=25 -model=model_32321,5 - -// 29504 -[loc_29504] -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_32301,1 - -// 29505 -[loc_29505] -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_32316,1 - -// 29506 -[loc_29506] -sharelight=yes -ambient=25 -contrast=25 -model=model_32324,1 - -// 29507 -[loc_29507] -sharelight=yes -ambient=25 -contrast=25 -model=model_32294,1 - -// 29508 -[loc_29508] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32315 - -// 29509 -[loc_29509] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32304 - -// 29510 -[loc_29510] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32313 - -// 29511 -[loc_29511] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32312 - -// 29512 -[loc_29512] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32299 - -// 29513 -[loc_29513] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32291 - -// 29514 -[loc_29514] -active=no -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_32291 - -// 29515 -[loc_29515] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32300 - -// 29516 -[loc_29516] -mirror=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32300 - -// 29517 -[loc_29517] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32295 - -// 29518 -[loc_29518] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32319 - -// 29519 -[loc_29519] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32320 - -// 29520 -[loc_29520] -active=no -sharelight=yes -length=5 -width=6 -ambient=25 -contrast=25 -model=model_32297 - -// 29521 -[loc_29521] -anim=seq_8714 -active=no -sharelight=yes -length=5 -width=6 -ambient=25 -contrast=25 -model=model_32269 - -// 29522 -[loc_29522] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -model=model_32273,1 -model=model_32281,2 -model=model_32282,5 - -// 29523 -[loc_29523] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -model=model_32270,1 - -// 29524 -[loc_29524] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -model=model_32274,1 - -// 29525 -[loc_29525] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -msi=msi_22 -model=model_32275,8 -model=model_32278,1 -model=model_32285,2 -model=model_32280,5 - -// 29526 -[loc_29526] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -msi=msi_22 -model=model_32272,8 -model=model_32283,1 - -// 29527 -[loc_29527] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -msi=msi_22 -model=model_32276,8 -model=model_32284,1 - -// 29528 -[loc_29528] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -msi=msi_22 -model=model_32279 - -// 29529 -[loc_29529] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -msi=msi_22 -model=model_32271 - -// 29530 -[loc_29530] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -active=no -model=model_32277 - -// 29531 -[loc_29531] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=6374 -recol1d=17796 -model=model_16149 - -// 29532 -[loc_29532] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -model=model_16158 - -// 29533 -[loc_29533] -active=yes -blockwalk=no -model=model_14409 -name=Hole - -// 29534 -[loc_29534] -width=2 -anim=seq_3174 -op1=Enter -ambient=40 -model=model_32333 -model2=model_32334 -name=Portal - -// 29535 -[loc_29535] -anim=seq_8735 -active=no -sharelight=yes -length=2 -width=3 -ambient=25 -contrast=25 -model=model_32338 - -// 29536 -[loc_29536] -active=no -randomsound=400,900,20,synth_4358 -model=model_1105,0 - -// 29537 -[loc_29537] -anim=seq_504 -op1=Use -ambient=100 -contrast=100 -bgsound=synth_3139,3 -blockwalk=no -model=model_2318 -name=Portal - -// 29538 -[loc_29538] -active=no -blockwalk=no -model=model_26078 - -// 29539 -[loc_29539] -active=no -blockwalk=no -bgsound=synth_4521,20 -model=model_26078 - -// 29540 -[loc_29540] -active=yes -ambient=20 -hillskew=yes -hillskew=yes -blockwalk=no -recolhsl1s=8786 -recolhsl1d=33805 -model=model_19279,0 -name=Footprints - -// 29541 -[loc_29541] -active=yes -ambient=20 -hillskew=yes -blockwalk=no -model=model_32361,0 -name=Footprints - -// 29542 -[loc_29542] -active=yes -hillskew=yes -blockwalk=no -recolhsl1s=8786 -recolhsl1d=33805 -multivar=varplayerbit_4460 -multiloc=1,loc_29540 - -// 29543 -[loc_29543] -active=yes -hillskew=yes -blockwalk=no -recolhsl1s=8786 -recolhsl1d=33805 -multivar=varplayerbit_4461 -multiloc=1,loc_29540 - -// 29544 -[loc_29544] -active=yes -hillskew=yes -blockwalk=no -recolhsl1s=8786 -recolhsl1d=33805 -multivar=varplayerbit_4462 -multiloc=1,loc_29540 - -// 29545 -[loc_29545] -active=no -blockwalk=no -multivar=varplayerbit_4458 -multiloc=0,loc_29538 -multiloc=1,loc_29539 - -// 29546 -[loc_29546] -active=yes -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -model=model_27574 -name=Bar shelves - -// 29547 -[loc_29547] -width=2 -length=2 -msi=msi_11 -hillskew=yes -active=yes -blockrange=no -recolhsl1s=58316 -recolhsl1d=4170 -recolhsl2s=58184 -recolhsl2d=4164 -recolhsl3s=43955 -recolhsl3d=4158 -model=model_1405 -model2=model_32366 -name=Boulder - -// 29548 -[loc_29548] -width=2 -length=2 -msi=msi_11 -hillskew=yes -op3=Take-Egg -active=yes -blockrange=no -model=model_1405 -model2=model_32366 -name=Boulder - -// 29549 -[loc_29549] -width=2 -length=2 -msi=msi_11 -active=yes -blockrange=no -multivar=varplayerbit_4467 -multiloc=0,loc_29547 -multiloc=1,loc_29548 -multiloc=2,loc_444 - -// 29550 -[loc_29550] -ambient=10 -length=2 -active=yes -recolhsl1s=43992 -recolhsl1d=3380 -recolhsl2s=43988 -recolhsl2d=3374 -recolhsl3s=43856 -recolhsl3d=3359 -recol4s=25607 -recol4d=19882 -model=model_9592 -model2=model_32364 -name=Wheelbarrow - -// 29551 -[loc_29551] -ambient=10 -length=2 -active=yes -op3=Take-Egg -model=model_9592 -model2=model_32364 -name=Wheelbarrow - -// 29552 -[loc_29552] -ambient=10 -length=2 -active=yes -multivar=varplayerbit_4469 -multiloc=0,loc_29550 -multiloc=1,loc_29551 -multiloc=2,loc_9625 - -// 29553 -[loc_29553] -width=2 -length=2 -ambient=20 -recolhsl1s=58316 -recolhsl1d=3161 -recolhsl2s=58184 -recolhsl2d=3153 -recolhsl3s=43955 -recolhsl3d=3149 -model=model_9543 -model2=model_9544 -model3=model_9545 -model4=model_32367 -name=Mysterious statue - -// 29554 -[loc_29554] -width=2 -length=2 -ambient=20 -op3=Take-Egg -model=model_9543 -model2=model_9544 -model3=model_9545 -model4=model_32367 -name=Mysterious statue - -// 29555 -[loc_29555] -width=2 -length=2 -ambient=20 -active=yes -multivar=varplayerbit_4471 -multiloc=0,loc_29553 -multiloc=1,loc_29554 -multiloc=2,loc_9668 - -// 29556 -[loc_29556] -ambient=10 -active=yes -recolhsl1s=43968 -recolhsl1d=3156 -recolhsl2s=22189 -recolhsl2d=3143 -recolhsl3s=22313 -recolhsl3d=3138 -recolhsl4s=22437 -recolhsl4d=3129 -recol5s=21102 -recol5d=14795 -recol6s=23218 -recol6d=12683 -model=model_9146 -model2=model_9148 -model3=model_32371 -name=Statue of Saradomin - -// 29557 -[loc_29557] -ambient=10 -active=yes -op3=Take-Egg -recol1s=25332 -recol1d=19023 -recol2s=24275 -recol2d=17966 -recol3s=22161 -recol3d=16909 -recol4s=22159 -recol4d=15852 -recol5s=21102 -recol5d=14795 -recol6s=23218 -recol6d=12683 -model=model_9146 -model2=model_9148 -model3=model_32371 -name=Statue of Saradomin - -// 29558 -[loc_29558] -ambient=10 -active=yes -recol1s=25332 -recol1d=19023 -recol2s=24275 -recol2d=17966 -recol3s=22161 -recol3d=16909 -recol4s=22159 -recol4d=15852 -recol5s=21102 -recol5d=14795 -recol6s=23218 -recol6d=12683 -multivar=varplayerbit_4470 -multiloc=0,loc_29556 -multiloc=1,loc_29557 -multiloc=2,loc_11701 - -// 29559 -[loc_29559] -blockwalk=yes -width=2 -active=yes -blockrange=no -recol1s=25282 -recol1d=20935 -recolhsl2s=10035 -recolhsl2d=5554 -recolhsl3s=63411 -recolhsl3d=5546 -recolhsl4s=9905 -recolhsl4d=5540 -recol5s=11524 -recol5d=11490 -recol6s=10467 -recol6d=10433 -model=model_11552 -model2=model_7906 -model3=model_32372 -name=Shop counter - -// 29560 -[loc_29560] -width=2 -active=yes -op3=Take-Egg -blockrange=no -recol1s=16809 -recol1d=15718 -recol2s=14695 -recol2d=14661 -recol3s=13638 -recol3d=13604 -recol4s=12581 -recol4d=12547 -recol5s=11524 -recol5d=11490 -recol6s=10467 -recol6d=10433 -model=model_11552 -model2=model_7906 -model3=model_32372 -name=Shop counter - -// 29561 -[loc_29561] -active=yes -blockwalk=yes -width=2 -blockrange=no -multivar=varplayerbit_4472 -multiloc=0,loc_29559 -multiloc=1,loc_29560 -multiloc=2,loc_11662 - -// 29562 -[loc_29562] -active=yes -recolhsl1s=43968 -recolhsl1d=5548 -recolhsl2s=22189 -recolhsl2d=5538 -recol3s=2626 -recol3d=11525 -recolhsl4s=22437 -recolhsl4d=5527 -model=model_2135 -model2=model_32368 -name=Shelves - -// 29563 -[loc_29563] -active=yes -op3=Take-Egg -model=model_2135 -model2=model_32368 -name=Shelves - -// 29564 -[loc_29564] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_4473 -multiloc=0,loc_29562 -multiloc=1,loc_29563 -multiloc=2,loc_1018 - -// 29565 -[loc_29565] -ambient=25 -active=yes -blockrange=no -recol1s=1118 -recol1d=17867 -recol2s=4676 -recol2d=23084 -recolhsl3s=22313 -recolhsl3d=5434 -recol4s=1569 -recol4d=16776 -model=model_8232 -model2=model_32365 -name=Barrel - -// 29566 -[loc_29566] -ambient=25 -active=yes -op3=Take-Egg -blockrange=no -model=model_8232 -model2=model_32365 -name=Barrel - -// 29567 -[loc_29567] -active=yes -blockwalk=yes -ambient=25 -active=yes -blockrange=no -multivar=varplayerbit_4474 -multiloc=0,loc_29565 -multiloc=1,loc_29566 -multiloc=2,loc_9519 - -// 29568 -[loc_29568] -offsetz=-16 -active=yes -recolhsl1s=43992 -recolhsl1d=5310 -recolhsl2s=43988 -recolhsl2d=5308 -recolhsl3s=43856 -recolhsl3d=5288 -recol4s=25607 -recol4d=14730 -model=model_7387 -model2=model_7390 -model3=model_32369 -name=Old bookshelf - -// 29569 -[loc_29569] -offsetz=-16 -op3=Take-Egg -active=yes -model=model_7387 -model2=model_7390 -model3=model_32369 -name=Old bookshelf - -// 29570 -[loc_29570] -offsetz=-16 -active=yes -multivar=varplayerbit_4468 -multiloc=0,loc_29568 -multiloc=1,loc_29569 -multiloc=2,loc_7082 - -// 29571 -[loc_29571] -active=yes -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -recolhsl1s=43992 -recolhsl1d=5327 -recol2s=11678 -recol2d=22095 -recol3s=10621 -recol3d=18924 -recol4s=25607 -recol4d=16810 -model=model_27574 -model2=model_32370 -name=Bar shelves - -// 29572 -[loc_29572] -active=yes -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -op3=Take-Egg -model=model_27574 -model2=model_32370 -name=Bar shelves - -// 29573 -[loc_29573] -ambient=20 -contrast=15 -mirror=yes -sharelight=yes -active=yes -multivar=varplayerbit_4475 -multiloc=0,loc_29571 -multiloc=1,loc_29572 -multiloc=2,loc_29546 - -// 29574 -[loc_29574] -active=no -model=model_32373 - -// 29575 -[loc_29575] -active=yes -ambient=20 -contrast=20 -op1=Open -model=model_9476,1 -model=model_9477,5 -name=Door - -// 29576 -[loc_29576] -active=no -ambient=20 -contrast=20 -model=model_9476,1 -model=model_9477,5 - -// 29577 -[loc_29577] -length=2 -width=2 -op1=Open -forceapproach=north -model=model_32509 -name=Treasure chest - -// 29578 -[loc_29578] -length=2 -width=2 -op1=Search -forceapproach=north -model=model_32511 -name=Treasure chest - -// 29579 -[loc_29579] -model=model_31724 -name=Slimy skulls - -// 29580 -[loc_29580] -model=model_32461 -name=Slimy skulls - -// 29581 -[loc_29581] -offsetx=14 -recol1s=10465 -recol1d=15748 -recol2s=11522 -recol2d=7426 -recol3s=13637 -recol3d=8522 -recol4s=8388 -recol4d=7330 -recol5s=10501 -recol5d=9444 -model=model_7392 -model2=model_7393 -name=Bookcase - -// 29582 -[loc_29582] -recol1s=10465 -recol1d=15748 -recol2s=11522 -recol2d=7426 -recol3s=13637 -recol3d=8522 -recol4s=8388 -recol4d=7330 -recol5s=10501 -recol5d=9444 -model=model_7387 -model2=model_7388 -name=Bookcase - -// 29583 -[loc_29583] -active=yes -model=model_32417,Q -name=Satchel - -// 29584 -[loc_29584] -active=yes -ambient=20 -contrast=10 -offsety=16 -model=model_32418,Q -name=Coat of arms - -// 29585 -[loc_29585] -ambient=20 -contrast=10 -active=yes -model=model_32422,Q -name=Poster - -// 29586 -[loc_29586] -ambient=20 -contrast=10 -op1=Pull-back -active=yes -model=model_32422,Q -name=Poster - -// 29587 -[loc_29587] -ambient=20 -contrast=15 -model=model_32416 -name=Desk - -// 29588 -[loc_29588] -width=2 -recol1s=11525 -recol1d=7330 -recol2s=10468 -recol2d=9444 -recol3s=9411 -recol3d=9444 -recol4s=8354 -recol4d=9444 -recol5s=7437 -recol5d=7330 -model=model_27500 -model2=model_27506 -name=Big desk - -// 29589 -[loc_29589] -length=3 -ambient=35 -contrast=35 -sharelight=yes -active=yes -op1=Climb-up -forceapproach=south -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26909 -name=Stairs - -// 29590 -[loc_29590] -active=no -ambient=35 -contrast=35 -sharelight=yes -msi=msi_7 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26907 - -// 29591 -[loc_29591] -active=no -active=no -length=3 -model=model_32419 - -// 29592 -[loc_29592] -forceapproach=east -op1=Climb-down -recol1s=21002 -recol1d=10569 -recol2s=19945 -recol2d=9512 -recol3s=16808 -recol3d=8455 -recol4s=11523 -recol4d=7398 -recol5s=14730 -recol5d=6341 -model=model_26910 -name=Stairs - -// 29593 -[loc_29593] -active=yes -ambient=15 -contrast=15 -length=2 -model=model_30265 -name=Jail bunk - -// 29594 -[loc_29594] -ambient=15 -contrast=15 -length=2 -model=model_30265 -model2=model_32414 -name=Jail bunk - -// 29595 -[loc_29595] -op1=Read-plaque on -ambient=45 -model=model_32443,1 -name=Jail door - -// 29596 -[loc_29596] -op1=Read-plaque on -ambient=45 -model=model_32443,1 -name=Jail door - -// 29597 -[loc_29597] -op1=Read-plaque on -ambient=45 -model=model_32443,1 -name=Jail door - -// 29598 -[loc_29598] -op1=Read-plaque on -ambient=15 -model=model_32443,1 -name=Jail door - -// 29599 -[loc_29599] -op1=Read-plaque on -ambient=15 -model=model_32443,1 -name=Jail door - -// 29600 -[loc_29600] -op1=Read-plaque on -ambient=15 -model=model_32443,1 -name=Jail door - -// 29601 -[loc_29601] -op1=Read-plaque on -ambient=15 -model=model_32443,1 -name=Jail door - -// 29602 -[loc_29602] -op1=Leave -ambient=15 -model=model_32431,1 -name=Jail entrance - -// 29603 -[loc_29603] -op1=Use -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_32427 -name=Jail entrance - -// 29604 -[loc_29604] -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_32449,1 - -// 29605 -[loc_29605] -mirror=yes -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_32449,1 - -// 29606 -[loc_29606] -active=no -ambient=15 -mirror=yes -model=model_32425 - -// 29607 -[loc_29607] -active=no -ambient=15 -model=model_32425 - -// 29608 -[loc_29608] -active=yes -ambient=15 -model=model_32439 -name=Broken plaque - -// 29609 -[loc_29609] -ambient=15 -offsety=24 -recol1s=6240 -recol1d=9444 -model=model_2122,Q - -// 29610 -[loc_29610] -ambient=15 -offsety=24 -recol1s=24137 -recol1d=7330 -recol2s=17764 -recol2d=9444 -recol3s=8387 -recol3d=11558 -model=model_4316,Q - -// 29611 -[loc_29611] -active=no -ambient=15 -model=model_32446,1 -model=model_32437,2 -model=model_32445,3 - -// 29612 -[loc_29612] -active=no -ambient=15 -model=model_32447 - -// 29613 -[loc_29613] -active=no -ambient=15 -model=model_32441 - -// 29614 -[loc_29614] -active=no -ambient=15 -model=model_32436 - -// 29615 -[loc_29615] -active=no -ambient=15 -model=model_32438 - -// 29616 -[loc_29616] -active=no -ambient=15 -model=model_32435,1 - -// 29617 -[loc_29617] -active=no -ambient=15 -model=model_32424,1 -model=model_32430,3 - -// 29618 -[loc_29618] -active=no -ambient=15 -model=model_32448 - -// 29619 -[loc_29619] -active=no -mirror=yes -ambient=15 -model=model_32448 - -// 29620 -[loc_29620] -active=no -ambient=15 -model=model_32433 - -// 29621 -[loc_29621] -active=no -ambient=15 -model=model_32444 - -// 29622 -[loc_29622] -active=no -mirror=yes -ambient=15 -model=model_32433 - -// 29623 -[loc_29623] -mirror=yes -ambient=15 -op1=Use -model=model_32431,1 -name=Tunnel - -// 29624 -[loc_29624] -mirror=yes -ambient=15 -op1=Open -model=model_32423,1 -name=Jail door - -// 29625 -[loc_29625] -active=no -mirror=yes -ambient=15 -op1=enter -model=model_32434,1 - -// 29626 -[loc_29626] -active=no -forcedecor=yes -model=model_32429,0 - -// 29627 -[loc_29627] -active=no -forcedecor=yes -mirror=yes -model=model_32429,0 - -// 29628 -[loc_29628] -active=no -forcedecor=yes -model=model_32432,0 - -// 29629 -[loc_29629] -active=no -forcedecor=yes -mirror=yes -model=model_32432,0 - -// 29630 -[loc_29630] -active=no -forcedecor=yes -model=model_32428,0 - -// 29631 -[loc_29631] -active=no -forcedecor=yes -mirror=yes -model=model_32428,0 - -// 29632 -[loc_29632] -active=no -ambient=15 -model=model_32442 - -// 29633 -[loc_29633] -active=no -mirror=yes -ambient=15 -model=model_32442 - -// 29634 -[loc_29634] -ambient=15 -model=model_32440 -name=Rock pile - -// 29635 -[loc_29635] -active=no -ambient=25 -contrast=25 -forcedecor=yes -unknown90=yes -model=model_32485,0 - -// 29636 -[loc_29636] -active=no -ambient=25 -contrast=25 -forcedecor=yes -unknown90=yes -model=model_32504,Z -model=model_32478,X -model=model_32475,C -model=model_32456,0 - -// 29637 -[loc_29637] -active=no -ambient=25 -contrast=25 -forcedecor=yes -unknown90=yes -model=model_32506,0 - -// 29638 -[loc_29638] -active=no -ambient=25 -contrast=25 -mirror=yes -forcedecor=yes -unknown90=yes -model=model_32506,0 - -// 29639 -[loc_29639] -active=no -ambient=25 -contrast=25 -forcedecor=yes -unknown90=yes -model=model_32502,0 - -// 29640 -[loc_29640] -active=no -ambient=25 -contrast=25 -mirror=yes -forcedecor=yes -unknown90=yes -model=model_32502,0 - -// 29641 -[loc_29641] -active=no -ambient=25 -contrast=25 -forcedecor=yes -unknown90=yes -model=model_32476,0 - -// 29642 -[loc_29642] -active=no -ambient=25 -contrast=25 -forcedecor=yes -unknown90=yes -model=model_32504,Z -model=model_32478,X -model=model_32475,C -model=model_32456,0 - -// 29643 -[loc_29643] -active=no -ambient=25 -contrast=25 -forcedecor=yes -model=model_32464,Z - -// 29644 -[loc_29644] -active=no -ambient=25 -contrast=25 -mirror=yes -model=model_32464,Z - -// 29645 -[loc_29645] -active=no -ambient=25 -contrast=25 -forcedecor=yes -model=model_32488,Z -model=model_32468,X -model=model_32501,C - -// 29646 -[loc_29646] -active=no -ambient=25 -contrast=25 -forcedecor=yes -model=model_32473,Z - -// 29647 -[loc_29647] -active=no -ambient=25 -contrast=25 -mirror=yes -forcedecor=yes -model=model_32473,Z - -// 29648 -[loc_29648] -active=no -ambient=25 -contrast=25 -forcedecor=yes -unknown90=yes -model=model_32463,0 - -// 29649 -[loc_29649] -active=no -ambient=25 -contrast=25 -mirror=yes -forcedecor=yes -unknown90=yes -model=model_32463,0 - -// 29650 -[loc_29650] -active=no -ambient=25 -contrast=25 -forcedecor=yes -unknown90=yes -model=model_32462,0 - -// 29651 -[loc_29651] -active=no -ambient=25 -contrast=25 -mirror=yes -forcedecor=yes -unknown90=yes -model=model_32462,0 - -// 29652 -[loc_29652] -active=no -ambient=25 -contrast=25 -forcedecor=yes -unknown90=yes -model=model_32500,0 - -// 29653 -[loc_29653] -active=no -length=3 -ambient=35 -contrast=35 -sharelight=yes -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26911 -model=model_26915 - -// 29654 -[loc_29654] -active=no -ambient=35 -contrast=35 -sharelight=yes -msi=msi_7 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26907 - -// 29655 -[loc_29655] -ambient=35 -contrast=35 -active=yes -sharelight=yes -op1=Climb-down -msi=msi_7 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26916 -model=model_26913 -name=Stairs - -// 29656 -[loc_29656] -length=3 -ambient=35 -contrast=35 -sharelight=yes -active=yes -op1=Climb-up -forceapproach=south -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26909 -name=Stairs - -// 29657 -[loc_29657] -active=no -length=3 -ambient=35 -contrast=35 -sharelight=yes -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26911 -model=model_26915 - -// 29658 -[loc_29658] -active=no -ambient=35 -contrast=35 -sharelight=yes -msi=msi_7 -mirror=yes -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26907 - -// 29659 -[loc_29659] -ambient=35 -contrast=35 -active=yes -sharelight=yes -op1=Climb-down -msi=msi_7 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26916 -model=model_26913 -name=Stairs - -// 29660 -[loc_29660] -length=3 -ambient=35 -contrast=35 -sharelight=yes -active=yes -op1=Climb-up -forceapproach=north -mirror=yes -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26909 -name=Stairs - -// 29661 -[loc_29661] -active=no -length=3 -ambient=35 -contrast=35 -sharelight=yes -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26911 -model=model_26915 - -// 29662 -[loc_29662] -active=no -ambient=35 -contrast=35 -sharelight=yes -msi=msi_7 -mirror=yes -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26907 - -// 29663 -[loc_29663] -ambient=35 -contrast=35 -active=yes -sharelight=yes -op1=Climb-down -msi=msi_7 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26916 -model=model_26913 -name=Stairs - -// 29664 -[loc_29664] -length=3 -ambient=35 -contrast=35 -sharelight=yes -active=yes -op1=Climb-up -forceapproach=north -mirror=yes -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26909 -name=Stairs - -// 29665 -[loc_29665] -active=no -length=3 -ambient=35 -contrast=35 -sharelight=yes -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26911 -model=model_26915 - -// 29666 -[loc_29666] -active=no -ambient=35 -contrast=35 -sharelight=yes -msi=msi_7 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26907 - -// 29667 -[loc_29667] -ambient=35 -contrast=35 -active=yes -sharelight=yes -op1=Climb-down -msi=msi_7 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26916 -model=model_26913 -name=Stairs - -// 29668 -[loc_29668] -length=3 -ambient=35 -contrast=35 -sharelight=yes -active=yes -op1=Climb-up -forceapproach=south -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26909 -name=Stairs - -// 29669 -[loc_29669] -active=no -length=3 -ambient=35 -contrast=35 -sharelight=yes -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26911 -model=model_26915 - -// 29670 -[loc_29670] -active=no -ambient=35 -contrast=35 -sharelight=yes -msi=msi_7 -mirror=yes -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26907 - -// 29671 -[loc_29671] -ambient=35 -contrast=35 -active=yes -sharelight=yes -op1=Climb-down -msi=msi_7 -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26916 -model=model_26913 -name=Stairs - -// 29672 -[loc_29672] -length=3 -ambient=35 -contrast=35 -sharelight=yes -active=yes -op1=Climb-up -forceapproach=north -mirror=yes -blockrange=no -recol1s=21002 -recol1d=6308 -recol2s=19945 -recol2d=5251 -recol3s=16808 -recol3d=4194 -recol4s=15751 -recol4d=3137 -model=model_26909 -name=Stairs - -// 29673 -[loc_29673] -active=no -ambient=10 -sharelight=yes -model=model_32451,1 - -// 29674 -[loc_29674] -active=no -ambient=10 -sharelight=yes -model=model_32467,1 - -// 29675 -[loc_29675] -active=no -ambient=10 -mirror=yes -sharelight=yes -model=model_32451,1 - -// 29676 -[loc_29676] -active=no -ambient=10 -mirror=yes -sharelight=yes -model=model_32467,1 - -// 29677 -[loc_29677] -active=no -ambient=10 -sharelight=yes -model=model_32466,1 - -// 29678 -[loc_29678] -active=no -ambient=10 -sharelight=yes -model=model_32469,1 -model=model_32505,5 - -// 29679 -[loc_29679] -active=no -ambient=10 -sharelight=yes -model=model_32486,1 -model=model_32491,2 -model=model_32483,5 - -// 29680 -[loc_29680] -active=no -ambient=10 -sharelight=yes -model=model_32480,1 - -// 29681 -[loc_29681] -active=no -ambient=10 -sharelight=yes -width=2 -model=model_32482 - -// 29682 -[loc_29682] -active=no -ambient=10 -sharelight=yes -model=model_32459 - -// 29683 -[loc_29683] -active=no -ambient=10 -sharelight=yes -width=2 -model=model_32455 - -// 29684 -[loc_29684] -active=no -ambient=10 -sharelight=yes -width=2 -model=model_32471 - -// 29685 -[loc_29685] -active=no -ambient=10 -mirror=yes -sharelight=yes -model=model_32466,1 - -// 29686 -[loc_29686] -active=no -ambient=10 -mirror=yes -sharelight=yes -model=model_32469,1 -model=model_32505,5 - -// 29687 -[loc_29687] -active=no -ambient=10 -mirror=yes -sharelight=yes -model=model_32486,1 -model=model_32491,2 -model=model_32483,5 - -// 29688 -[loc_29688] -active=no -ambient=10 -sharelight=yes -width=2 -mirror=yes -model=model_32482 - -// 29689 -[loc_29689] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32459 - -// 29690 -[loc_29690] -active=no -ambient=10 -sharelight=yes -width=2 -mirror=yes -model=model_32455 - -// 29691 -[loc_29691] -active=no -ambient=10 -sharelight=yes -width=2 -mirror=yes -model=model_32471 - -// 29692 -[loc_29692] -active=no -ambient=10 -sharelight=yes -model=model_32498 - -// 29693 -[loc_29693] -active=no -ambient=10 -sharelight=yes -model=model_32470 - -// 29694 -[loc_29694] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32498 - -// 29695 -[loc_29695] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32470 - -// 29696 -[loc_29696] -active=no -ambient=10 -sharelight=yes -model=model_32494,1 - -// 29697 -[loc_29697] -active=no -ambient=10 -sharelight=yes -model=model_32484,1 - -// 29698 -[loc_29698] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32494,1 - -// 29699 -[loc_29699] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32484,1 - -// 29700 -[loc_29700] -active=no -ambient=10 -sharelight=yes -width=2 -model=model_32481 - -// 29701 -[loc_29701] -active=no -ambient=10 -sharelight=yes -model=model_32489,1 - -// 29702 -[loc_29702] -active=no -ambient=10 -sharelight=yes -model=model_32496,1 - -// 29703 -[loc_29703] -active=no -ambient=10 -sharelight=yes -model=model_32493,1 - -// 29704 -[loc_29704] -active=no -ambient=10 -sharelight=yes -model=model_32492,1 - -// 29705 -[loc_29705] -active=no -ambient=10 -sharelight=yes -model=model_32460,1 - -// 29706 -[loc_29706] -active=no -ambient=10 -sharelight=yes -model=model_32499,1 - -// 29707 -[loc_29707] -active=no -ambient=10 -sharelight=yes -model=model_32490 - -// 29708 -[loc_29708] -active=no -ambient=10 -sharelight=yes -model=model_32479 - -// 29709 -[loc_29709] -active=no -ambient=10 -sharelight=yes -model=model_32487 - -// 29710 -[loc_29710] -active=no -ambient=10 -sharelight=yes -model=model_32450 - -// 29711 -[loc_29711] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32450 - -// 29712 -[loc_29712] -active=no -ambient=10 -sharelight=yes -model=model_32458 - -// 29713 -[loc_29713] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32458 - -// 29714 -[loc_29714] -active=no -ambient=10 -sharelight=yes -model=model_32507 - -// 29715 -[loc_29715] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32507 - -// 29716 -[loc_29716] -active=no -ambient=10 -sharelight=yes -model=model_32457,1 - -// 29717 -[loc_29717] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32457,1 - -// 29718 -[loc_29718] -active=no -ambient=10 -sharelight=yes -model=model_32514,1 -model=model_32508,2 - -// 29719 -[loc_29719] -active=no -ambient=10 -sharelight=yes -model=model_32510 - -// 29720 -[loc_29720] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32510 - -// 29721 -[loc_29721] -active=no -ambient=10 -sharelight=yes -model=model_32512,1 - -// 29722 -[loc_29722] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32512,1 - -// 29723 -[loc_29723] -active=no -ambient=10 -sharelight=yes -model=model_32516,1 - -// 29724 -[loc_29724] -active=no -ambient=10 -sharelight=yes -model=model_32515,1 - -// 29725 -[loc_29725] -active=no -ambient=10 -sharelight=yes -mirror=yes -model=model_32515,1 - -// 29726 -[loc_29726] -blockrange=no -model=model_32495 -name=Rocks - -// 29727 -[loc_29727] -blockrange=no -model=model_32472 -name=Rocks - -// 29728 -[loc_29728] -shadow=no -length=2 -width=2 -op1=Enter -retex1s=material_66 -retex1d=material_70 -model=model_32421 -name=Crevice - -// 29729 -[loc_29729] -active=yes -msi=msi_7 -op1=Climb -model=model_32420 -name=Rope - -// 29730 -[loc_29730] -forceapproach=south -op1=Pull -blockrange=no -model=model_32518 -name=An old lever - -// 29731 -[loc_29731] -forceapproach=south -op1=Pull -blockrange=no -model=model_32517 -name=An old lever - -// 29732 -[loc_29732] -active=yes -op1=Open -raiseobject=no -ambient=30 -contrast=30 -recol1s=14626 -recol1d=11558 -recol2s=13569 -recol2d=10501 -recol3s=12512 -recol3d=9444 -recol4s=11456 -recol4d=7330 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 29733 -[loc_29733] -active=no -raiseobject=no -ambient=30 -contrast=30 -recol1s=14626 -recol1d=11558 -recol2s=13569 -recol2d=10501 -recol3s=12512 -recol3d=9444 -recol4s=11456 -recol4d=7330 -model=model_9476,1 -model=model_9477,5 - -// 29734 -[loc_29734] -active=yes -blockwalk=yes -forceapproach=north -length=2 -width=2 -blockrange=no -multivar=varplayerbit_4499 -multiloc=0,loc_29577 -multiloc=1,loc_29578 - -// 29735 -[loc_29735] -active=yes -multivar=varplayerbit_4503 -multiloc=0,loc_29585 -multiloc=1,loc_29586 - -// 29736 -[loc_29736] -active=yes -forceapproach=south -multivar=varplayerbit_4500 -multiloc=0,loc_29730 -multiloc=1,loc_29731 - -// 29737 -[loc_29737] -anim=seq_7158 -ambient=10 -contrast=10 -active=yes -blockwalk=no -op1=Talk-to -model=model_28601 -name=Kennith - -// 29738 -[loc_29738] -anim=seq_808 -ambient=25 -contrast=25 -offsety=96 -active=yes -blockwalk=no -op1=Talk-to -recol1s=8322 -recol1d=10572 -recol2s=24196 -recol2d=8421 -recol3s=14724 -recol3d=18989 -recol4s=32735 -recol4d=26293 -recol5s=25098 -recol5d=25258 -model=model_32523 -name=Ezekial Lovecraft - -// 29739 -[loc_29739] -anim=seq_8881 -blockwalk=yes -recol1s=25098 -recol1d=25258 -recol2s=2340 -recol2d=11664 -recol3s=15856 -recol3d=25258 -model=model_32584 -name=Villagers - -// 29740 -[loc_29740] -active=yes -op1=Crouch -forceapproach=east -blockrange=no -model=model_1398 -name=Minecart - -// 29741 -[loc_29741] -anim=seq_5415 -active=yes -op1=Use -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -blockrange=no -model=model_32536 -name=Steam vent - -// 29742 -[loc_29742] -anim=seq_8845 -blockwalk=yes -hillskew=yes -ambient=20 -contrast=20 -blockrange=no -model=model_32535 -name=Steam vent - -// 29743 -[loc_29743] -active=yes -blockwalk=no -ambient=25 -contrast=25 -op1=Pick-up -model=model_32569,0 -name=Iron pickaxe - -// 29744 -[loc_29744] -ambient=25 -contrast=25 -active=yes -op1=Use -recol1s=18823 -recol1d=14695 -recol2s=17732 -recol2d=11525 -model=model_30860 -name=Lever - -// 29745 -[loc_29745] -ambient=25 -contrast=25 -active=yes -op1=Break -op3=hidden -model=model_32586 -name=Rocks - -// 29746 -[loc_29746] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -active=yes -op1=Mine -op2=Prospect -op3=hidden -model=model_32553,1 -name=Rubium - -// 29747 -[loc_29747] -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -op1=Prospect -model=model_32548,1 -model=model_32547,2 -model=model_32552,5 -name=Wall - -// 29748 -[loc_29748] -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -op1=Prospect -model=model_32570 -name=Wall - -// 29749 -[loc_29749] -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -op1=Mine -op2=Prospect -op3=hidden -model=model_32570 -name=Wall - -// 29750 -[loc_29750] -active=yes -sharelight=yes -ambient=25 -contrast=25 -op1=Enter -model=model_32567 -name=Wall - -// 29751 -[loc_29751] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_32548,1 -model=model_32547,2 -model=model_32552,5 - -// 29752 -[loc_29752] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_32546,1 - -// 29753 -[loc_29753] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_32549,1 - -// 29754 -[loc_29754] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_32545,1 - -// 29755 -[loc_29755] -mirror=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_32545,1 - -// 29756 -[loc_29756] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_32554,1 - -// 29757 -[loc_29757] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_32543,1 - -// 29758 -[loc_29758] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_32551,1 - -// 29759 -[loc_29759] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_32544,1 - -// 29760 -[loc_29760] -sharelight=yes -ambient=25 -contrast=25 -model=model_17559,0 - -// 29761 -[loc_29761] -sharelight=yes -ambient=25 -contrast=25 -model=model_17563,0 - -// 29762 -[loc_29762] -sharelight=yes -ambient=25 -contrast=25 -model=model_17565,0 - -// 29763 -[loc_29763] -sharelight=yes -ambient=25 -contrast=25 -model=model_17566,0 - -// 29764 -[loc_29764] -sharelight=yes -ambient=25 -contrast=25 -model=model_17567,0 - -// 29765 -[loc_29765] -sharelight=yes -ambient=25 -contrast=25 -model=model_17568,0 - -// 29766 -[loc_29766] -sharelight=yes -ambient=25 -contrast=25 -model=model_17569,0 - -// 29767 -[loc_29767] -sharelight=yes -ambient=25 -contrast=25 -model=model_17570,0 - -// 29768 -[loc_29768] -sharelight=yes -ambient=25 -contrast=25 -model=model_17571,0 - -// 29769 -[loc_29769] -sharelight=yes -ambient=25 -contrast=25 -model=model_17572,0 - -// 29770 -[loc_29770] -sharelight=yes -ambient=25 -contrast=25 -model=model_17574,0 - -// 29771 -[loc_29771] -sharelight=yes -ambient=25 -contrast=25 -model=model_32564,0 - -// 29772 -[loc_29772] -sharelight=yes -ambient=25 -contrast=25 -model=model_32555,0 - -// 29773 -[loc_29773] -sharelight=yes -ambient=25 -contrast=25 -model=model_17564,0 - -// 29774 -[loc_29774] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_17573 - -// 29775 -[loc_29775] -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -op1=Open -model=model_32574 -name=Door - -// 29776 -[loc_29776] -mirror=yes -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -op1=Open -model=model_32574 -name=Door - -// 29777 -[loc_29777] -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -op1=Open -model=model_32573 -name=Door - -// 29778 -[loc_29778] -mirror=yes -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -op1=Open -model=model_32573 -name=Door - -// 29779 -[loc_29779] -hillskew=yes -active=no -sharelight=yes -shadow=no -ambient=25 -contrast=25 -retex1s=material_69 -retex1d=material_418 -model=model_35715 - -// 29780 -[loc_29780] -hillskew=yes -active=no -sharelight=yes -shadow=no -ambient=25 -contrast=25 -recol1s=18823 -recol1d=6308 -retex1s=material_133 -retex1d=material_69 -retex2s=material_70 -retex2d=material_69 -model=model_35712 - -// 29781 -[loc_29781] -hillskew=yes -active=no -sharelight=yes -shadow=no -ambient=25 -contrast=25 -recol1s=18823 -recol1d=6308 -retex1s=material_133 -retex1d=material_69 -retex2s=material_70 -retex2d=material_69 -model=model_35714 - -// 29782 -[loc_29782] -length=2 -width=2 -active=no -ambient=10 -contrast=25 -model=model_32560 - -// 29783 -[loc_29783] -length=3 -width=3 -active=no -ambient=10 -contrast=25 -model=model_32557 - -// 29784 -[loc_29784] -hillskew=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32568 - -// 29785 -[loc_29785] -hillskew=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32562 - -// 29786 -[loc_29786] -mirror=yes -hillskew=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32562 - -// 29787 -[loc_29787] -hillskew=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32571 - -// 29788 -[loc_29788] -mirror=yes -hillskew=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32571 - -// 29789 -[loc_29789] -hillskew=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32556 - -// 29790 -[loc_29790] -hillskew=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32565 - -// 29791 -[loc_29791] -hillskew=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32566 - -// 29792 -[loc_29792] -hillskew=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32559 - -// 29793 -[loc_29793] -mirror=yes -hillskew=yes -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_32566 - -// 29794 -[loc_29794] -hillskew=yes -ambient=25 -contrast=25 -recol1s=14595 -recol1d=6308 -recol2s=17732 -recol2d=8422 -model=model_30899,0 - -// 29795 -[loc_29795] -hillskew=yes -ambient=25 -contrast=25 -recol1s=14595 -recol1d=6308 -recol2s=17732 -recol2d=8422 -model=model_30873,0 - -// 29796 -[loc_29796] -hillskew=yes -ambient=25 -contrast=25 -recol1s=14595 -recol1d=6308 -recol2s=17732 -recol2d=8422 -model=model_30920,0 - -// 29797 -[loc_29797] -active=yes -length=2 -blockrange=no -recol1s=26389 -recol1d=25265 -recol2s=32569 -recol2d=27379 -recol3s=8321 -recol3d=7330 -recol4s=23216 -recol4d=16840 -model=model_1239 -name=Bed - -// 29798 -[loc_29798] -active=yes -blockrange=no -recol1s=9377 -recol1d=10499 -recol2s=10401 -recol2d=9442 -model=model_1170 -name=Chair - -// 29799 -[loc_29799] -active=no -ambient=15 -contrast=15 -model=model_32561 - -// 29800 -[loc_29800] -anim=seq_8857 -multivar=varplayerbit_4505 -multiloc=0,loc_18347 -multiloc=5,loc_18347 -multiloc=10,loc_18347 -multiloc=15,loc_18347 -multiloc=20,loc_18347 -multiloc=25,loc_18347 -multiloc=27,loc_18347 -multiloc=30,loc_18347 -multiloc=35,loc_18347 -multiloc=40,loc_29803 -multiloc=45,loc_29803 -multiloc=46,loc_29803 -multiloc=50,loc_29803 -multiloc=55,loc_29803 -multiloc=57,loc_29803 -multiloc=60,loc_29803 -multiloc=61,loc_29803 -multiloc=65,loc_29803 -multiloc=70,loc_29803 -multiloc=71,loc_29803 -multiloc=75,loc_29803 -multiloc=80,loc_29803 -multiloc=82,loc_29803 -multiloc=85,loc_29803 -multiloc=100,loc_18347 - -// 29801 -[loc_29801] -anim=seq_8857 -multivar=varplayerbit_4505 -multiloc=0,loc_18179 -multiloc=5,loc_18179 -multiloc=10,loc_18179 -multiloc=15,loc_18179 -multiloc=20,loc_18179 -multiloc=25,loc_18179 -multiloc=27,loc_18179 -multiloc=30,loc_18179 -multiloc=35,loc_18179 -multiloc=40,loc_29804 -multiloc=45,loc_29804 -multiloc=46,loc_29804 -multiloc=50,loc_29804 -multiloc=55,loc_29804 -multiloc=57,loc_29804 -multiloc=60,loc_29804 -multiloc=61,loc_29804 -multiloc=65,loc_29804 -multiloc=70,loc_29804 -multiloc=71,loc_29804 -multiloc=75,loc_29804 -multiloc=80,loc_29804 -multiloc=82,loc_29804 -multiloc=85,loc_29804 -multiloc=100,loc_18179 - -// 29802 -[loc_29802] -anim=seq_8857 -multivar=varplayerbit_4505 -multiloc=0,loc_29806 -multiloc=5,loc_29806 -multiloc=10,loc_29806 -multiloc=15,loc_29806 -multiloc=20,loc_29806 -multiloc=25,loc_29806 -multiloc=27,loc_29806 -multiloc=30,loc_29806 -multiloc=35,loc_29806 -multiloc=40,loc_29805 -multiloc=45,loc_29805 -multiloc=46,loc_29805 -multiloc=50,loc_29805 -multiloc=55,loc_29805 -multiloc=57,loc_29805 -multiloc=60,loc_29805 -multiloc=61,loc_29805 -multiloc=65,loc_29805 -multiloc=70,loc_29805 -multiloc=71,loc_29805 -multiloc=75,loc_29805 -multiloc=80,loc_29805 -multiloc=82,loc_29805 -multiloc=85,loc_29805 -multiloc=100,loc_18154 - -// 29803 -[loc_29803] -anim=seq_8857 -ambient=15 -contrast=15 -model=model_32579 -name=Barrel - -// 29804 -[loc_29804] -anim=seq_8857 -ambient=15 -contrast=15 -model=model_32576 -name=Broken lobster trap - -// 29805 -[loc_29805] -anim=seq_8857 -ambient=15 -contrast=15 -active=no -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=9442 -model=model_32578 - -// 29806 -[loc_29806] -active=no -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=9442 -model=model_18315 - -// 29807 -[loc_29807] -msi=msi_12 -hillskew=yes -op1=Climb-over -recol1s=10602 -recol1d=16808 -recol2s=9545 -recol2d=15751 -recol3s=8488 -recol3d=14694 -recol4s=7431 -recol4d=13637 -recol5s=6374 -recol5d=12580 -model=model_32572 -name=Rocks - -// 29808 -[loc_29808] -ambient=25 -contrast=25 -op1=Pick-up -model=model_32563 -name=Toy train - -// 29809 -[loc_29809] -active=yes -sharelight=yes -hillskew=yes -op1=Enter -model=model_32550,1 -name=Entrance - -// 29810 -[loc_29810] -active=yes -mirror=yes -sharelight=yes -hillskew=yes -op1=Enter -model=model_32550,1 -name=Entrance - -// 29811 -[loc_29811] -width=2 -ambient=25 -contrast=25 -recol1s=24196 -recol1d=19888 -recol2s=21103 -recol2d=14799 -model=model_18215 -name=Bed - -// 29812 -[loc_29812] -active=yes -blockwalk=no -multivar=varplayerbit_4513 -multiloc=1,loc_29808 - -// 29813 -[loc_29813] -active=yes -blockwalk=no -multivar=varplayerbit_4513 -multiloc=2,loc_29808 - -// 29814 -[loc_29814] -active=yes -blockwalk=no -multivar=varplayerbit_4513 -multiloc=3,loc_29808 - -// 29815 -[loc_29815] -active=yes -blockwalk=no -multivar=varplayerbit_4505 -multiloc=100,loc_29808 - -// 29816 -[loc_29816] -sharelight=yes -hillskew=yes -active=no -model=model_32594 - -// 29817 -[loc_29817] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_32599,0 - -// 29818 -[loc_29818] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_32596,0 - -// 29819 -[loc_29819] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_32595,0 - -// 29820 -[loc_29820] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_32598,0 - -// 29821 -[loc_29821] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_32597,0 - -// 29822 -[loc_29822] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_32598,0 - -// 29823 -[loc_29823] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_32597,0 - -// 29824 -[loc_29824] -sharelight=yes -active=no -ambient=20 -model=model_32600 - -// 29825 -[loc_29825] -ambient=10 -contrast=15 -blockrange=no -model=model_32623 -name=Sign - -// 29826 -[loc_29826] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -width=2 -length=2 -op1=Investigate -blockrange=no -model=model_24017 -name=Rabbit hole - -// 29827 -[loc_29827] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -width=2 -length=2 -op1=Deposit-Eggs -blockrange=no -model=model_24017 -name=Rabbit hole - -// 29828 -[loc_29828] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -width=2 -length=2 -op1=Enter -blockrange=no -model=model_24017 -name=Rabbit hole - -// 29829 -[loc_29829] -active=yes -width=2 -length=2 -blockwalk=no -hillskew=yes -op1=Leave-Warren -anim=seq_3101 -contrast=60 -ambient=60 -model=model_10941 -name=Rabbit hole - -// 29830 -[loc_29830] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -op1=Enter -model=model_24019,1 -name=Rabbit hole - -// 29831 -[loc_29831] -active=yes -hillskew=yes -contrast=20 -ambient=20 -blockwalk=yes -op1=Enter -model=model_24019,1 -name=Rabbit hole - -// 29832 -[loc_29832] -width=2 -ambient=5 -contrast=15 -model=model_32620 -name=Easter banqueting table - -// 29833 -[loc_29833] -ambient=5 -contrast=15 -model=model_32617 -name=Easter dining chair - -// 29834 -[loc_29834] -ambient=5 -contrast=15 -hillskew=yes -model=model_32627,0 - -// 29835 -[loc_29835] -ambient=5 -contrast=15 -hillskew=yes -model=model_32614,0 - -// 29836 -[loc_29836] -ambient=5 -contrast=15 -hillskew=yes -model=model_32630,0 - -// 29837 -[loc_29837] -ambient=5 -contrast=15 -model=model_32611 -name=Easter flag - -// 29838 -[loc_29838] -width=3 -ambient=5 -contrast=15 -model=model_32621 -name=Easter banner - -// 29839 -[loc_29839] -ambient=5 -contrast=15 -op1=Read -model=model_32622 -name=Incubator instructions - -// 29840 -[loc_29840] -width=3 -length=3 -ambient=5 -contrast=15 -op1=Add-Chocolate -anim=seq_8894 -model=model_32655 -name=Chocolate mixer - -// 29841 -[loc_29841] -width=3 -length=3 -ambient=5 -contrast=15 -op1=Add-Chocolate -anim=seq_8894 -model=model_32659 -name=Chocolate mixer - -// 29842 -[loc_29842] -active=yes -width=3 -length=3 -ambient=5 -contrast=15 -anim=seq_8894 -multivar=varplayerbit_4519 -multiloc=5,loc_29840 -multiloc=10,loc_29840 -multiloc=20,loc_29840 -multiloc=30,loc_29840 -multiloc=33,loc_29840 -multiloc=37,loc_29840 -multiloc=40,loc_29840 -multiloc=45,loc_29840 -multiloc=50,loc_29840 -multiloc=60,loc_29840 -multiloc=70,loc_29840 -multiloc=80,loc_29840 -multiloc=90,loc_29840 -multiloc=100,loc_29840 -multiloc=110,loc_29840 -multiloc=113,loc_29841 -multiloc=116,loc_29841 -multiloc=120,loc_29841 -multiloc=123,loc_29841 -multiloc=126,loc_29841 -multiloc=130,loc_29841 -multiloc=133,loc_29841 -multiloc=136,loc_29841 -multiloc=140,loc_29841 -multiloc=143,loc_29841 -multiloc=146,loc_29841 -multiloc=150,loc_29841 -multiloc=153,loc_29841 -multiloc=156,loc_29841 -multiloc=160,loc_29841 - -// 29843 -[loc_29843] -ambient=5 -contrast=15 -model=model_32652,0 - -// 29844 -[loc_29844] -ambient=5 -contrast=15 -model=model_32656,0 - -// 29845 -[loc_29845] -ambient=5 -contrast=15 -model=model_32648,0 - -// 29846 -[loc_29846] -ambient=5 -contrast=15 -model=model_32653,0 - -// 29847 -[loc_29847] -ambient=5 -contrast=15 -model=model_32657,0 - -// 29848 -[loc_29848] -ambient=5 -contrast=15 -model=model_32649,0 - -// 29849 -[loc_29849] -ambient=5 -contrast=15 -model=model_32651,0 - -// 29850 -[loc_29850] -ambient=5 -contrast=15 -model=model_32650,0 - -// 29851 -[loc_29851] -ambient=5 -contrast=15 -model=model_32654,0 - -// 29852 -[loc_29852] -ambient=10 -contrast=15 -blockrange=no -model=model_32616 -name=Basket - -// 29853 -[loc_29853] -active=yes -op1=Add-Water -op2=Check -ambient=5 -contrast=15 -model=model_32641 -name=Incubator water tank - -// 29854 -[loc_29854] -active=yes -op1=Add-Water -op2=Check -ambient=5 -contrast=15 -model=model_32645 -name=Incubator water tank - -// 29855 -[loc_29855] -active=yes -op1=Add-Coal -op2=Check -ambient=5 -contrast=15 -anim=seq_8892 -model=model_32636 -name=Incubator coal scuttle - -// 29856 -[loc_29856] -active=yes -op1=Add-Coal -op2=Check -ambient=5 -contrast=15 -anim=seq_8892 -model=model_32640 -name=Incubator coal scuttle - -// 29857 -[loc_29857] -width=2 -length=2 -active=yes -ambient=5 -contrast=15 -op1=Add-Egg -anim=seq_8892 -randomanimframe=no -model=model_32639 -name=Incubator - -// 29858 -[loc_29858] -width=2 -length=2 -active=yes -ambient=5 -contrast=15 -anim=seq_8892 -randomanimframe=no -model=model_32637 -name=Incubator - -// 29859 -[loc_29859] -width=2 -length=2 -active=yes -ambient=5 -contrast=15 -anim=seq_8892 -randomanimframe=no -model=model_32643 -name=Incubator - -// 29860 -[loc_29860] -width=2 -length=2 -active=yes -ambient=5 -contrast=15 -anim=seq_8892 -randomanimframe=no -model=model_32642 -name=Incubator - -// 29861 -[loc_29861] -width=2 -length=2 -active=yes -ambient=5 -contrast=15 -anim=seq_8892 -randomanimframe=no -model=model_32634 -name=Incubator - -// 29862 -[loc_29862] -width=2 -length=2 -active=yes -ambient=5 -contrast=15 -anim=seq_8892 -randomanimframe=no -model=model_32638 -name=Incubator - -// 29863 -[loc_29863] -width=2 -length=2 -active=yes -ambient=5 -contrast=15 -anim=seq_8892 -randomanimframe=no -model=model_32633 -name=Incubator - -// 29864 -[loc_29864] -ambient=5 -contrast=15 -op1=Adjust-Temperature -model=model_32635 -name=Incubator controls - -// 29865 -[loc_29865] -active=yes -op1=Take-Egg -ambient=10 -contrast=10 -model=model_32629 -name=Cockatrice eggs - -// 29866 -[loc_29866] -active=yes -op1=Take-Egg -ambient=10 -contrast=10 -model=model_32631 -name=Cockatrice eggs - -// 29867 -[loc_29867] -width=2 -active=yes -op1=Take-Bucket -ambient=10 -contrast=15 -blockrange=no -recol1s=16809 -recol1d=8420 -recol2s=14695 -recol2d=7363 -recol3s=13638 -recol3d=6306 -recol4s=12581 -recol4d=5249 -model=model_9547 -model2=model_32618 -name=Large table - -// 29868 -[loc_29868] -width=2 -length=2 -op1=Fill-Buckets -active=yes -ambient=10 -contrast=15 -blockrange=no -model=model_32632 -name=Coal - -// 29869 -[loc_29869] -anim=seq_8897 -width=3 -length=3 -ambient=5 -contrast=15 -active=yes -op1=Dip-Egg -model=model_32660 -name=Chocolate pool - -// 29870 -[loc_29870] -active=no -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -model=model_32624,5 - -// 29871 -[loc_29871] -hillskew=yes -sharelight=yes -ambient=20 -contrast=20 -active=yes -op1=Fill-Buckets -model=model_32613 -name=Water pool - -// 29872 -[loc_29872] -active=no -width=2 -length=2 -hillskew=yes -sharelight=yes -bgsound=synth_2171,3 -ambient=20 -contrast=20 -model=model_32619,1 -model=model_32628,2 -model=model_32626,5 - -// 29873 -[loc_29873] -bgsound=synth_4583,8 -active=no -model=model_1105,0 - -// 29874 -[loc_29874] -bgsound=synth_4581,5 -active=no -model=model_1105,0 - -// 29875 -[loc_29875] -randomsound=50,200,10,synth_4582,synth_4567,synth_4592 -active=no -model=model_1105,0 - -// 29876 -[loc_29876] -active=no -randomsound=50,350,15,synth_710,synth_4595,synth_4594 -model=model_1105,0 - -// 29877 -[loc_29877] -active=yes -width=2 -length=2 -multivar=varplayerbit_4520 -multiloc=0,loc_29826 -multiloc=1,loc_29827 -multiloc=2,loc_29827 -multiloc=3,loc_29827 -multiloc=4,loc_29827 -multiloc=5,loc_29827 -multiloc=6,loc_29827 -multiloc=7,loc_29827 -multiloc=8,loc_29827 -multiloc=9,loc_29827 -multiloc=10,loc_29827 -multiloc=11,loc_29828 - -// 29878 -[loc_29878] -active=yes -ambient=5 -contrast=15 -anim=seq_8892 -multivar=varplayerbit_4519 -multiloc=5,loc_29854 -multiloc=10,loc_29854 -multiloc=20,loc_29854 -multiloc=30,loc_29854 -multiloc=33,loc_29854 -multiloc=37,loc_29854 -multiloc=40,loc_29854 -multiloc=45,loc_29853 -multiloc=50,loc_29853 -multiloc=60,loc_29853 -multiloc=70,loc_29853 -multiloc=80,loc_29853 -multiloc=90,loc_29854 -multiloc=100,loc_29854 -multiloc=110,loc_29854 -multiloc=113,loc_29854 -multiloc=116,loc_29854 -multiloc=120,loc_29854 -multiloc=123,loc_29854 -multiloc=126,loc_29854 -multiloc=130,loc_29854 -multiloc=133,loc_29854 -multiloc=136,loc_29854 -multiloc=140,loc_29854 -multiloc=143,loc_29854 -multiloc=146,loc_29854 -multiloc=150,loc_29854 -multiloc=153,loc_29854 -multiloc=156,loc_29854 -multiloc=160,loc_29854 - -// 29879 -[loc_29879] -active=yes -ambient=5 -contrast=15 -anim=seq_8892 -multivar=varplayerbit_4519 -multiloc=5,loc_29856 -multiloc=10,loc_29856 -multiloc=20,loc_29856 -multiloc=30,loc_29856 -multiloc=33,loc_29856 -multiloc=37,loc_29856 -multiloc=40,loc_29856 -multiloc=45,loc_29855 -multiloc=50,loc_29855 -multiloc=60,loc_29855 -multiloc=70,loc_29855 -multiloc=80,loc_29855 -multiloc=90,loc_29856 -multiloc=100,loc_29856 -multiloc=110,loc_29856 -multiloc=113,loc_29856 -multiloc=116,loc_29856 -multiloc=120,loc_29856 -multiloc=123,loc_29856 -multiloc=126,loc_29856 -multiloc=130,loc_29856 -multiloc=133,loc_29856 -multiloc=136,loc_29856 -multiloc=140,loc_29856 -multiloc=143,loc_29856 -multiloc=146,loc_29856 -multiloc=150,loc_29856 -multiloc=153,loc_29856 -multiloc=156,loc_29856 -multiloc=160,loc_29856 - -// 29880 -[loc_29880] -active=yes -active=yes -blockwalk=yes -width=2 -length=2 -anim=seq_8892 -randomanimframe=no -blockrange=no -multivar=varplayerbit_4519 -multiloc=5,loc_29857 -multiloc=10,loc_29857 -multiloc=20,loc_29857 -multiloc=30,loc_29857 -multiloc=33,loc_29857 -multiloc=37,loc_29857 -multiloc=40,loc_29857 -multiloc=45,loc_29859 -multiloc=50,loc_29860 -multiloc=60,loc_29861 -multiloc=70,loc_29862 -multiloc=80,loc_29863 -multiloc=90,loc_29857 -multiloc=100,loc_29857 -multiloc=110,loc_29857 -multiloc=113,loc_29857 -multiloc=116,loc_29857 -multiloc=120,loc_29857 -multiloc=123,loc_29857 -multiloc=126,loc_29857 -multiloc=130,loc_29857 -multiloc=133,loc_29857 -multiloc=136,loc_29857 -multiloc=140,loc_29857 -multiloc=143,loc_29857 -multiloc=146,loc_29857 -multiloc=150,loc_29857 -multiloc=153,loc_29857 -multiloc=156,loc_29857 -multiloc=160,loc_29857 - -// 29881 -[loc_29881] -model=model_32685,0 - -// 29882 -[loc_29882] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -model=model_31678 -name=Small obelisk - -// 29883 -[loc_29883] -msi=msi_85 -forcedecor=yes -model=model_596,0 - -// 29884 -[loc_29884] -msi=msi_86 -forcedecor=yes -model=model_596,0 - -// 29885 -[loc_29885] -active=no -blockwalk=no -hillskew=yes -msi=msi_85 -model=model_596 - -// 29886 -[loc_29886] -active=no -blockwalk=no -hillskew=yes -msi=msi_86 -model=model_596 - -// 29887 -[loc_29887] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29888 -[loc_29888] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29889 -[loc_29889] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=15756 -recol1d=13638 -recol2s=14699 -recol2d=12581 -recol3s=12651 -recol3d=11524 -recol4s=6309 -recol4d=7297 -recol5s=5252 -recol5d=6240 -model=model_31641 -name=Box trap - -// 29890 -[loc_29890] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=15756 -recol1d=13638 -recol2s=14699 -recol2d=12581 -recol3s=12651 -recol3d=11524 -recol4s=6309 -recol4d=7297 -recol5s=5252 -recol5d=6240 -model=model_31641 -name=Box trap - -// 29891 -[loc_29891] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=15756 -recol1d=13638 -recol2s=14699 -recol2d=12581 -recol3s=12651 -recol3d=11524 -recol4s=6309 -recol4d=7297 -recol5s=5252 -recol5d=6240 -model=model_31641 -name=Box trap - -// 29892 -[loc_29892] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=15756 -recol1d=13638 -recol2s=14699 -recol2d=12581 -recol3s=12651 -recol3d=11524 -recol4s=6309 -recol4d=7297 -recol5s=5252 -recol5d=6240 -model=model_31641 -name=Box trap - -// 29893 -[loc_29893] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=15756 -recol1d=12480 -recol2s=14699 -recol2d=11424 -recol3s=12651 -recol3d=10368 -recol4s=6309 -recol4d=7200 -recol5s=5252 -recol5d=6144 -model=model_31641 -name=Box trap - -// 29894 -[loc_29894] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=15756 -recol1d=12480 -recol2s=14699 -recol2d=11424 -recol3s=12651 -recol3d=10368 -recol4s=6309 -recol4d=7200 -recol5s=5252 -recol5d=6144 -model=model_31641 -name=Box trap - -// 29895 -[loc_29895] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=15756 -recol1d=12480 -recol2s=14699 -recol2d=11424 -recol3s=12651 -recol3d=10368 -recol4s=6309 -recol4d=7200 -recol5s=5252 -recol5d=6144 -model=model_31641 -name=Box trap - -// 29896 -[loc_29896] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=15756 -recol1d=12480 -recol2s=14699 -recol2d=11424 -recol3s=12651 -recol3d=10368 -recol4s=6309 -recol4d=7200 -recol5s=5252 -recol5d=6144 -model=model_31641 -name=Box trap - -// 29897 -[loc_29897] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29898 -[loc_29898] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29899 -[loc_29899] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29900 -[loc_29900] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29901 -[loc_29901] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29902 -[loc_29902] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29903 -[loc_29903] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29904 -[loc_29904] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29905 -[loc_29905] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29906 -[loc_29906] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=12616 -recol1d=5286 -recol2s=11559 -recol2d=3172 -recol3s=25297 -recol3d=29560 -recol4s=22090 -recol4d=25332 -recol5s=22096 -recol5d=27347 -recol6s=24210 -recol6d=26290 -model=model_31643 -model2=model_31642 -name=Box trap - -// 29907 -[loc_29907] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=12616 -recol1d=5286 -recol2s=11559 -recol2d=3172 -recol3s=25297 -recol3d=29560 -recol4s=22090 -recol4d=25332 -recol5s=22096 -recol5d=27347 -recol6s=24210 -recol6d=26290 -model=model_31643 -model2=model_31642 -name=Box trap - -// 29908 -[loc_29908] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=12616 -recol1d=5286 -recol2s=11559 -recol2d=3172 -recol3s=25297 -recol3d=29560 -recol4s=22090 -recol4d=25332 -recol5s=22096 -recol5d=27347 -recol6s=24210 -recol6d=26290 -model=model_31643 -model2=model_31642 -name=Box trap - -// 29909 -[loc_29909] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=12616 -recol1d=5286 -recol2s=11559 -recol2d=3172 -recol3s=25297 -recol3d=29560 -recol4s=22090 -recol4d=25332 -recol5s=22096 -recol5d=27347 -recol6s=24210 -recol6d=26290 -model=model_31643 -model2=model_31642 -name=Box trap - -// 29910 -[loc_29910] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -model=model_19904 -name=Shaking box - -// 29911 -[loc_29911] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29912 -[loc_29912] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29913 -[loc_29913] -anim=seq_5179 -op1=Check -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -name=Shaking box - -// 29914 -[loc_29914] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29915 -[loc_29915] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29916 -[loc_29916] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29917 -[loc_29917] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29918 -[loc_29918] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=16044 -recol2s=24004 -recol2d=15018 -recol3s=20867 -recol3d=13930 -recol4s=14727 -recol4d=25427 -recol5s=17696 -recol5d=3201 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29919 -[loc_29919] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=16044 -recol2s=24004 -recol2d=15018 -recol3s=20867 -recol3d=13930 -recol4s=14727 -recol4d=25427 -recol5s=17696 -recol5d=3201 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29920 -[loc_29920] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=16044 -recol2s=24004 -recol2d=15018 -recol3s=20867 -recol3d=13930 -recol4s=14727 -recol4d=25427 -recol5s=17696 -recol5d=3201 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29921 -[loc_29921] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=16044 -recol2s=24004 -recol2d=15018 -recol3s=20867 -recol3d=13930 -recol4s=14727 -recol4d=25427 -recol5s=17696 -recol5d=3201 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29922 -[loc_29922] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -model=model_19904 -model2=model_19905 -name=Box trap - -// 29923 -[loc_29923] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -model=model_19904 -model2=model_19905 -name=Box trap - -// 29924 -[loc_29924] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -model=model_19904 -model2=model_19905 -name=Box trap - -// 29925 -[loc_29925] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -model=model_19904 -model2=model_19905 -name=Box trap - -// 29926 -[loc_29926] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=12784 -recol2s=24004 -recol2d=11727 -recol3s=20867 -recol3d=10670 -recol4s=17696 -recol4d=3336 -recol5s=14727 -recol5d=17012 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29927 -[loc_29927] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=12784 -recol2s=24004 -recol2d=11727 -recol3s=20867 -recol3d=10670 -recol4s=17696 -recol4d=3336 -recol5s=14727 -recol5d=17012 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29928 -[loc_29928] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=12784 -recol2s=24004 -recol2d=11727 -recol3s=20867 -recol3d=10670 -recol4s=17696 -recol4d=3336 -recol5s=14727 -recol5d=17012 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29929 -[loc_29929] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26118 -recol1d=12784 -recol2s=24004 -recol2d=11727 -recol3s=20867 -recol3d=10670 -recol4s=17696 -recol4d=3336 -recol5s=14727 -recol5d=17012 -model=model_19904 -model2=model_19903 -name=Box trap - -// 29930 -[loc_29930] -anim=seq_5269 -length=2 -op1=Check -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=2242 -model=model_19934 -name=Net trap - -// 29931 -[loc_29931] -anim=seq_5269 -length=2 -op1=Check -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=2242 -model=model_19934 -name=Net trap - -// 29932 -[loc_29932] -anim=seq_5269 -length=2 -op1=Check -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=2242 -model=model_19934 -name=Net trap - -// 29933 -[loc_29933] -anim=seq_5269 -length=2 -op1=Check -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=10467 -recol1d=3203 -recol2s=28128 -recol2d=2242 -model=model_19934 -name=Net trap - -// 29934 -[loc_29934] -anim=seq_5269 -length=2 -op1=Check -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=23080 -recol5s=17967 -recol5d=22023 -recol6s=15853 -recol6d=19909 -model=model_31644 -name=Net trap - -// 29935 -[loc_29935] -anim=seq_5269 -length=2 -op1=Check -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=32701 -recol5s=17967 -recol5d=32569 -recol6s=15853 -recol6d=29464 -model=model_31644 -name=Net trap - -// 29936 -[loc_29936] -anim=seq_5269 -length=2 -op1=Check -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=26421 -recol1d=23180 -recol2s=25364 -recol2d=21066 -recol3s=23252 -recol3d=20007 -recol4s=20081 -recol4d=11561 -recol5s=17967 -recol5d=8456 -recol6s=15853 -recol6d=6342 -model=model_31644 -name=Net trap - -// 29937 -[loc_29937] -anim=seq_5269 -length=2 -op1=Check -blockwalk=no -msi=msi_68 -raiseobject=no -recol1s=26421 -recol1d=28463 -recol2s=25364 -recol2d=26349 -recol3s=23252 -recol3d=23180 -recol4s=20081 -recol4d=14660 -recol5s=17967 -recol5d=12546 -recol6s=15853 -recol6d=10432 -model=model_31644 -name=Net trap - -// 29938 -[loc_29938] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=9607 -recolhsl2s=11939 -recolhsl2d=17707 -recol3s=11553 -recol3d=25260 -recol4s=17864 -recol4d=26350 -recol5s=4520 -recol5d=22056 -recol6s=23482 -recol6d=30569 -model=model_32694 -name=Small obelisk - -// 29939 -[loc_29939] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=11556 -recolhsl2s=11939 -recolhsl2d=7586 -recolhsl3s=8984 -recolhsl3d=7590 -recolhsl4s=7475 -recolhsl4d=7594 -recol5s=4520 -recol5d=32167 -recol6s=23482 -recol6d=32489 -model=model_32694 -name=Small obelisk - -// 29940 -[loc_29940] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recolhsl1s=11934 -recolhsl1d=2584 -recol2s=13763 -recol2d=11427 -recolhsl3s=8984 -recolhsl3d=2592 -recolhsl4s=7475 -recolhsl4d=2596 -recolhsl5s=27171 -recolhsl5d=4914 -recol6s=23482 -recol6d=32356 -model=model_32694 -name=Small obelisk - -// 29941 -[loc_29941] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=29597 -recol2s=13763 -recol2d=30654 -recolhsl3s=8984 -recolhsl3d=6429 -recolhsl4s=7475 -recolhsl4d=6437 -recol5s=4520 -recol5d=8654 -recol6s=23482 -recol6d=31743 -model=model_32694 -name=Small obelisk - -// 29942 -[loc_29942] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recolhsl1s=11934 -recolhsl1d=35956 -recolhsl2s=11939 -recolhsl2d=35960 -recolhsl3s=8984 -recolhsl3d=35964 -recolhsl4s=7475 -recolhsl4d=35967 -recol5s=4520 -recol5d=5520 -recol6s=23482 -recol6d=23421 -model=model_32694 -name=Small obelisk - -// 29943 -[loc_29943] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=16838 -recol2s=13763 -recol2d=17895 -recol3s=11553 -recol3d=20007 -recol4s=17864 -recol4d=22087 -recol5s=4520 -recol5d=21066 -recol6s=23482 -recol6d=32683 -model=model_32694 -name=Small obelisk - -// 29944 -[loc_29944] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recolhsl1s=11934 -recolhsl1d=7702 -recol2s=13763 -recol2d=10499 -recol3s=11553 -recol3d=12579 -recolhsl4s=7475 -recolhsl4d=7714 -recol5s=4520 -recol5d=8654 -recol6s=23482 -recol6d=31743 -model=model_32694 -name=Small obelisk - -// 29945 -[loc_29945] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=7398 -recol2s=13763 -recol2d=8455 -recolhsl3s=8984 -recolhsl3d=10274 -recolhsl4s=7475 -recolhsl4d=10278 -recol5s=4520 -recol5d=8654 -recol6s=23482 -recol6d=31743 -model=model_32694 -name=Small obelisk - -// 29946 -[loc_29946] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=8421 -recol2s=13763 -recol2d=9478 -recolhsl3s=8984 -recolhsl3d=7330 -recolhsl4s=7475 -recolhsl4d=7334 -recol5s=4520 -recol5d=8654 -recol6s=23482 -recol6d=31743 -model=model_32694 -name=Small obelisk - -// 29947 -[loc_29947] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recolhsl1s=11934 -recolhsl1d=6678 -recol2s=13763 -recol2d=10467 -recolhsl3s=8984 -recolhsl3d=6686 -recolhsl4s=7475 -recolhsl4d=6690 -recol5s=4520 -recol5d=8654 -recol6s=23482 -recol6d=31743 -model=model_32694 -name=Small obelisk - -// 29948 -[loc_29948] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recolhsl1s=11934 -recolhsl1d=12559 -recolhsl2s=11939 -recolhsl2d=12563 -recol3s=11553 -recol3d=8387 -recol4s=17864 -recol4d=9444 -recol5s=4520 -recol5d=6504 -recolhsl6s=27881 -recolhsl6d=25916 -model=model_32694 -name=Small obelisk - -// 29949 -[loc_29949] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=17864 -recol2s=13763 -recol2d=18921 -recol3s=11553 -recol3d=19978 -recolhsl4s=7475 -recolhsl4d=7487 -recol5s=4520 -recol5d=8654 -recol6s=23482 -recol6d=31743 -model=model_32694 -name=Small obelisk - -// 29950 -[loc_29950] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=7332 -recolhsl2s=11939 -recolhsl2d=3354 -recolhsl3s=8984 -recolhsl3d=3358 -recolhsl4s=7475 -recolhsl4d=3362 -recol5s=4520 -recol5d=32167 -recol6s=23482 -recol6d=32489 -model=model_32694 -name=Small obelisk - -// 29951 -[loc_29951] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=8454 -recolhsl2s=11939 -recolhsl2d=10400 -recolhsl3s=8984 -recolhsl3d=10404 -recolhsl4s=7475 -recolhsl4d=10408 -recol5s=4520 -recol5d=8654 -recol6s=23482 -recol6d=31743 -model=model_32694 -name=Small obelisk - -// 29952 -[loc_29952] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=4390 -recol2s=13763 -recol2d=4455 -recolhsl3s=8984 -recolhsl3d=6308 -recolhsl4s=7475 -recolhsl4d=6316 -recol5s=4520 -recol5d=6504 -recolhsl6s=27881 -recolhsl6d=25916 -model=model_32694 -name=Small obelisk - -// 29953 -[loc_29953] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recolhsl1s=11934 -recolhsl1d=16674 -recolhsl2s=11939 -recolhsl2d=16680 -recolhsl3s=8984 -recolhsl3d=7454 -recolhsl4s=7475 -recolhsl4d=7464 -recol5s=4520 -recol5d=10596 -recolhsl6s=27881 -recolhsl6d=12732 -model=model_32694 -name=Small obelisk - -// 29954 -[loc_29954] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -hardshadow=no -recol1s=12706 -recol1d=13799 -recolhsl2s=11939 -recolhsl2d=13618 -recolhsl3s=8984 -recolhsl3d=7454 -recolhsl4s=7475 -recolhsl4d=7464 -recol5s=4520 -recol5d=10596 -recolhsl6s=27881 -recolhsl6d=12732 -model=model_32694 -name=Small obelisk - -// 29955 -[loc_29955] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=5285 -recol2s=13763 -recol2d=6342 -recol3s=11553 -recol3d=7399 -recolhsl4s=7475 -recolhsl4d=32 -recol5s=4520 -recol5d=32167 -recol6s=23482 -recol6d=32489 -model=model_32694 -name=Small obelisk - -// 29956 -[loc_29956] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=5285 -recol2s=13763 -recol2d=6342 -recol3s=11553 -recol3d=7399 -recolhsl4s=7475 -recolhsl4d=32 -recol5s=4520 -recol5d=12387 -recol6s=23482 -recol6d=22592 -model=model_32694 -name=Small obelisk - -// 29957 -[loc_29957] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recolhsl1s=11934 -recolhsl1d=12559 -recolhsl2s=11939 -recolhsl2d=12563 -recolhsl3s=8984 -recolhsl3d=6308 -recolhsl4s=7475 -recolhsl4d=6316 -recol5s=4520 -recol5d=6504 -recolhsl6s=27881 -recolhsl6d=25916 -model=model_32694 -name=Small obelisk - -// 29958 -[loc_29958] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=6373 -recol2s=13763 -recol2d=7430 -recolhsl3s=8984 -recolhsl3d=16544 -recolhsl4s=7475 -recolhsl4d=16548 -recol5s=4520 -recol5d=6504 -recolhsl6s=27881 -recolhsl6d=25916 -model=model_32694 -name=Small obelisk - -// 29959 -[loc_29959] -ambient=10 -contrast=84 -anim=seq_8510 -op1=Renew-points -hillchange=tree_skew,20 -recol1s=12706 -recol1d=365 -recol2s=13763 -recol2d=431 -recolhsl3s=8984 -recolhsl3d=34722 -recolhsl4s=7475 -recolhsl4d=34726 -recol5s=4520 -recol5d=8654 -recol6s=23482 -recol6d=31743 -model=model_32694 -name=Small obelisk - -// 29960 -[loc_29960] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32687 -name=Box trap - -// 29961 -[loc_29961] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32687 -name=Box trap - -// 29962 -[loc_29962] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32687 -name=Box trap - -// 29963 -[loc_29963] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32687 -name=Box trap - -// 29964 -[loc_29964] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32689 -name=Box trap - -// 29965 -[loc_29965] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32689 -name=Box trap - -// 29966 -[loc_29966] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32689 -name=Box trap - -// 29967 -[loc_29967] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32689 -name=Box trap - -// 29968 -[loc_29968] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32690 -name=Box trap - -// 29969 -[loc_29969] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32690 -name=Box trap - -// 29970 -[loc_29970] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32690 -name=Box trap - -// 29971 -[loc_29971] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32690 -name=Box trap - -// 29972 -[loc_29972] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32691 -name=Box trap - -// 29973 -[loc_29973] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32691 -name=Box trap - -// 29974 -[loc_29974] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32691 -name=Box trap - -// 29975 -[loc_29975] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32691 -name=Box trap - -// 29976 -[loc_29976] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32688 -name=Box trap - -// 29977 -[loc_29977] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32688 -name=Box trap - -// 29978 -[loc_29978] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32688 -name=Box trap - -// 29979 -[loc_29979] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32688 -name=Box trap - -// 29980 -[loc_29980] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32692 -name=Box trap - -// 29981 -[loc_29981] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32692 -name=Box trap - -// 29982 -[loc_29982] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32692 -name=Box trap - -// 29983 -[loc_29983] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_31643 -model2=model_32692 -name=Box trap - -// 29984 -[loc_29984] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26354 -recol1d=23976 -recol2s=27411 -recol2d=25067 -recol3s=23149 -recol3d=20839 -recol4s=22090 -recol4d=20803 -model=model_31643 -model2=model_32690 -name=Box trap - -// 29985 -[loc_29985] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26354 -recol1d=23976 -recol2s=27411 -recol2d=25067 -recol3s=23149 -recol3d=20839 -recol4s=22090 -recol4d=20803 -model=model_31643 -model2=model_32690 -name=Box trap - -// 29986 -[loc_29986] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26354 -recol1d=23976 -recol2s=27411 -recol2d=25067 -recol3s=23149 -recol3d=20839 -recol4s=22090 -recol4d=20803 -model=model_31643 -model2=model_32690 -name=Box trap - -// 29987 -[loc_29987] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=26354 -recol1d=23976 -recol2s=27411 -recol2d=25067 -recol3s=23149 -recol3d=20839 -recol4s=22090 -recol4d=20803 -model=model_31643 -model2=model_32690 -name=Box trap - -// 29988 -[loc_29988] -anim=seq_5175 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=10536 -recol1d=22231 -recol2s=11593 -recol2d=21174 -recol3s=8422 -recol3d=24345 -recol4s=28504 -recol4d=4263 -model=model_31643 -model2=model_32688 -name=Box trap - -// 29989 -[loc_29989] -anim=seq_5176 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=10536 -recol1d=22231 -recol2s=11593 -recol2d=21174 -recol3s=8422 -recol3d=24345 -recol4s=28504 -recol4d=4263 -model=model_31643 -model2=model_32688 -name=Box trap - -// 29990 -[loc_29990] -anim=seq_5177 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=10536 -recol1d=22231 -recol2s=11593 -recol2d=21174 -recol3s=8422 -recol3d=24345 -recol4s=28504 -recol4d=4263 -model=model_31643 -model2=model_32688 -name=Box trap - -// 29991 -[loc_29991] -anim=seq_5178 -blockwalk=no -active=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=10536 -recol1d=22231 -recol2s=11593 -recol2d=21174 -recol3s=8422 -recol3d=24345 -recol4s=28504 -recol4d=4263 -model=model_31643 -model2=model_32688 -name=Box trap - -// 29992 -[loc_29992] -forcedecor=yes -mapfunction=93 -model=model_1105,0 - -// 29993 -[loc_29993] -sharelight=yes -shadow=no -active=no -recol1s=12582 -recol1d=8456 -recol2s=10500 -recol2d=6341 -recol3s=4128 -recol3d=4228 -model=model_32707,A - -// 29994 -[loc_29994] -sharelight=yes -shadow=no -active=no -recol1s=12582 -recol1d=8456 -recol2s=10500 -recol2d=6341 -recol3s=4128 -recol3d=4228 -model=model_32705,A - -// 29995 -[loc_29995] -sharelight=yes -shadow=no -active=no -recol1s=12582 -recol1d=8456 -recol2s=10500 -recol2d=6341 -recol3s=4128 -recol3d=4228 -model=model_32709,A - -// 29996 -[loc_29996] -sharelight=yes -shadow=no -active=no -recol1s=12582 -recol1d=8456 -recol2s=10500 -recol2d=6341 -recol3s=4128 -recol3d=4228 -model=model_32703,A - -// 29997 -[loc_29997] -sharelight=yes -shadow=no -active=no -recol1s=12582 -recol1d=8456 -recol2s=10500 -recol2d=6341 -recol3s=4128 -recol3d=4228 -model=model_32706,A - -// 29998 -[loc_29998] -sharelight=yes -shadow=no -active=no -recol1s=12582 -recol1d=8456 -recol2s=10500 -recol2d=6341 -recol3s=4128 -recol3d=4228 -model=model_32710,A - -// 29999 -[loc_29999] -sharelight=yes -shadow=no -active=no -model=model_32701,Z - -// 30000 -[loc_30000] -sharelight=yes -shadow=no -active=no -model=model_32700,Z - -// 30001 -[loc_30001] -sharelight=yes -shadow=no -active=no -model=model_32699,Z - -// 30002 -[loc_30002] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -unknown90=yes -hardshadow=no -model=model_32702,0 - -// 30003 -[loc_30003] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -hardshadow=no -model=model_32714,0 - -// 30004 -[loc_30004] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_32713 - -// 30005 -[loc_30005] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_32711 - -// 30006 -[loc_30006] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_32712,1 - -// 30007 -[loc_30007] -ambient=50 -model=model_32717,Q - -// 30008 -[loc_30008] -hillskew=yes -forcedecor=yes -unknown90=yes -model=model_32715,0 - -// 30009 -[loc_30009] -hillskew=yes -forcedecor=yes -unknown90=yes -model=model_32716,0 - -// 30010 -[loc_30010] -width=2 -length=2 -blockwalk=no -model=model_14002 -name=Rubble - -// 30011 -[loc_30011] -active=yes -raiseobject=no -op1=Open -blockwalk=yes -model=model_13989,0 -name=Trapdoor - -// 30012 -[loc_30012] -model=model_13986 -name=Broken roof - -// 30013 -[loc_30013] -active=yes -ambient=20 -model=model_10818,Q -name=Damaged wall - -// 30014 -[loc_30014] -active=yes -ambient=20 -model=model_13967,Q -name=Repaired wall - -// 30015 -[loc_30015] -active=yes -blockrange=no -model=model_13961 -name=Bank booth - -// 30016 -[loc_30016] -ambient=7 -active=yes -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -model=model_13962 -name=Bank booth - -// 30017 -[loc_30017] -blockwalk=yes -ambient=75 -contrast=75 -anim=seq_475 -hardshadow=no -blockrange=no -recol1s=32480 -recol1d=24485 -recol2s=32384 -recol2d=25382 -recol3s=32192 -recol3d=24198 -recol4s=25888 -recol4d=17894 -recol5s=21664 -recol5d=13670 -model=model_3818 -name=Fire - -// 30018 -[loc_30018] -width=2 -length=2 -ambient=25 -model=model_10998 -model2=model_11001 -name=Broken furnace - -// 30019 -[loc_30019] -width=2 -length=2 -ambient=25 -model=model_10996 -model2=model_11001 -name=Repaired furnace - -// 30020 -[loc_30020] -width=2 -length=2 -ambient=25 -model=model_10996 -model2=model_11001 -model3=model_10997 -name=Repaired furnace - -// 30021 -[loc_30021] -width=2 -length=2 -ambient=25 -anim=seq_3106 -op1=Smelt -model=model_10996 -model2=model_11000 -model3=model_10997 -model4=model_10999 -name=Furnace - -// 30022 -[loc_30022] -active=yes -recol1s=15752 -recol1d=9541 -recol2s=12581 -recol2d=7427 -recol3s=14695 -recol3d=8484 -recol4s=10467 -recol4d=6370 -recol5s=9410 -recol5d=5313 -model=model_7908 -name=Shelves - -// 30023 -[loc_30023] -sharelight=yes -model=model_32746,1 -model=model_32758,2 -model=model_32747,5 - -// 30024 -[loc_30024] -sharelight=yes -model=model_32753,1 -model=model_32745,2 -model=model_32756,5 - -// 30025 -[loc_30025] -sharelight=yes -model=model_32752,1 -model=model_32742,5 - -// 30026 -[loc_30026] -sharelight=yes -model=model_32754,1 - -// 30027 -[loc_30027] -sharelight=yes -hillskew=yes -model=model_32750,1 -model=model_32751,2 -model=model_32748,5 - -// 30028 -[loc_30028] -sharelight=yes -hillskew=yes -model=model_32743,2 - -// 30029 -[loc_30029] -sharelight=yes -hillskew=yes -model=model_32744,1 - -// 30030 -[loc_30030] -sharelight=yes -mirror=yes -hillskew=yes -model=model_32744,1 - -// 30031 -[loc_30031] -active=yes -op1=Climb-up -msi=msi_7 -model=model_32757 -name=Ladder - -// 30032 -[loc_30032] -op1=Fly -active=yes -forceapproach=south -model=model_32773 -name=Gnomecopter - -// 30033 -[loc_30033] -active=yes -anim=seq_8967 -randomanimframe=no -raiseobject=no -model=model_32772 -name=Gnomecopter - -// 30034 -[loc_30034] -active=yes -anim=seq_8968 -randomanimframe=no -raiseobject=no -model=model_32772 -name=Gnomecopter - -// 30035 -[loc_30035] -width=2 -model=model_32724 -name=Gnome stall - -// 30036 -[loc_30036] -contrast=15 -ambient=20 -anim=seq_8969 -forceapproach=east -op1=Read -model=model_32736 -name=Entrance sign - -// 30037 -[loc_30037] -contrast=15 -ambient=20 -anim=seq_8969 -forceapproach=east -op1=Read -model=model_32736 -name=Advertisement - -// 30038 -[loc_30038] -blockwalk=no -active=no -model=model_1699 - -// 30039 -[loc_30039] -ambient=50 -contrast=50 -resizey=200 -op1=Read -forceapproach=east -blockwalk=yes -anim=seq_8969 -model=model_32736 -name=Signpost - -// 30040 -[loc_30040] -ambient=50 -contrast=50 -resizey=200 -op1=Read -forceapproach=east -blockwalk=yes -anim=seq_8969 -blockrange=no -model=model_32736 -name=Signpost - -// 30041 -[loc_30041] -forcedecor=yes -mapfunction=66 -active=no -model=model_1105,0 - -// 30042 -[loc_30042] -anim=seq_8969 -contrast=15 -ambient=20 -length=5 -active=no -model=model_32738 - -// 30043 -[loc_30043] -anim=seq_8970 -width=3 -model=model_32777 -name=Windsock - -// 30044 -[loc_30044] -anim=seq_8972 -op1=Deposit -length=2 -model=model_32766 -name=Deposit box - -// 30045 -[loc_30045] -anim=seq_8971 -op1=Deposit -length=2 -model=model_32766 -name=Deposit box - -// 30046 -[loc_30046] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32769,0 - -// 30047 -[loc_30047] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32771,0 - -// 30048 -[loc_30048] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32767,0 - -// 30049 -[loc_30049] -hillskew=yes -active=no -ambient=20 -hardshadow=no -model=model_32770,0 - -// 30050 -[loc_30050] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32769,0 - -// 30051 -[loc_30051] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32771,0 - -// 30052 -[loc_30052] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32767,0 - -// 30053 -[loc_30053] -hillskew=yes -active=no -ambient=20 -hardshadow=no -model=model_32770,0 - -// 30054 -[loc_30054] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32769,0 - -// 30055 -[loc_30055] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32771,0 - -// 30056 -[loc_30056] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32767,0 - -// 30057 -[loc_30057] -hillskew=yes -active=no -ambient=20 -hardshadow=no -model=model_32770,0 - -// 30058 -[loc_30058] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_32764,1 -model=model_32762,2 -model=model_32759,5 - -// 30059 -[loc_30059] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_32765,1 - -// 30060 -[loc_30060] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_32765,1 - -// 30061 -[loc_30061] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_32761,1 - -// 30062 -[loc_30062] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_32760,1 - -// 30063 -[loc_30063] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_8969 -model=model_32734 - -// 30064 -[loc_30064] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_32741 - -// 30065 -[loc_30065] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_32735 - -// 30066 -[loc_30066] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_32737 - -// 30067 -[loc_30067] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_8969 -model=model_32739 - -// 30068 -[loc_30068] -hillskew=yes -active=no -hardshadow=no -model=model_32776,0 - -// 30069 -[loc_30069] -hillskew=yes -active=no -hardshadow=no -model=model_32775,0 - -// 30070 -[loc_30070] -anim=seq_8970 -bgsound=synth_4722,10 -model=model_32778 -name=Windsock - -// 30071 -[loc_30071] -hillskew=yes -active=no -forcedecor=yes -hardshadow=no -model=model_32768,0 - -// 30072 -[loc_30072] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_32763,5 - -// 30073 -[loc_30073] -active=no -hillskew=yes -ambient=15 -blockrange=no -recol1s=11594 -recol1d=7329 -recol2s=8423 -recol2d=7329 -recol3s=10537 -recol3d=7329 -recol4s=9480 -recol4d=7329 -model=model_32774 - -// 30074 -[loc_30074] -active=yes -op1=View-game -blockrange=no -model=model_4599 -name=Table - -// 30075 -[loc_30075] -active=yes -op1=View-game -blockrange=no -model=model_4600 -name=Table - -// 30076 -[loc_30076] -active=yes -op1=View-game -blockrange=no -model=model_11105 -name=Table - -// 30077 -[loc_30077] -active=yes -op1=View-game -blockrange=no -model=model_11104 -name=Table - -// 30078 -[loc_30078] -active=yes -blockrange=no -model=model_4599 -name=Table - -// 30079 -[loc_30079] -active=yes -blockrange=no -model=model_4600 -name=Table - -// 30080 -[loc_30080] -active=yes -blockrange=no -model=model_11105 -name=Table - -// 30081 -[loc_30081] -active=yes -blockrange=no -model=model_11104 -name=Table - -// 30082 -[loc_30082] -shadow=no -contrast=0 -ambient=0 -width=2 -length=2 -active=yes -model=model_10772 -name=Pit - -// 30083 -[loc_30083] -shadow=no -contrast=0 -ambient=0 -width=2 -length=2 -active=yes -model=model_10772 -name=Spiked pit - -// 30084 -[loc_30084] -shadow=no -contrast=0 -ambient=0 -active=yes -model=model_10772 -name=Collapsed trap - -// 30085 -[loc_30085] -contrast=12 -ambient=12 -width=2 -length=2 -anim=seq_5235 -active=yes -model=model_19375 -model2=model_29125 -name=Collapsed trap - -// 30086 -[loc_30086] -contrast=15 -ambient=15 -active=yes -recol1s=8421 -recol1d=27580 -model=model_19883,0 -name=Pit trap - -// 30087 -[loc_30087] -contrast=15 -ambient=15 -active=yes -model=model_19878,0 -name=Pit trap - -// 30088 -[loc_30088] -contrast=15 -ambient=15 -active=yes -recol1s=8421 -recol1d=27580 -model=model_19882,0 -name=Pit trap - -// 30089 -[loc_30089] -contrast=15 -ambient=15 -active=yes -model=model_19875,0 -name=Pit trap - -// 30090 -[loc_30090] -contrast=15 -ambient=15 -active=yes -recol1s=8421 -recol1d=27580 -model=model_19885,0 -name=Pit trap - -// 30091 -[loc_30091] -contrast=15 -ambient=15 -active=yes -model=model_19880,0 -name=Pit trap - -// 30092 -[loc_30092] -contrast=15 -ambient=15 -active=yes -recol1s=8421 -recol1d=27580 -model=model_19884,0 -name=Pit trap - -// 30093 -[loc_30093] -contrast=15 -ambient=15 -active=yes -model=model_19879,0 -name=Pit trap - -// 30094 -[loc_30094] -ambient=30 -contrast=30 -recol1s=26350 -recol1d=30655 -recol2s=24202 -recol2d=26427 -recol3s=21031 -recol3d=22199 -recol4s=17860 -recol4d=17971 -recol5s=13666 -recol5d=14802 -model=model_19356 -name=Hole - -// 30095 -[loc_30095] -active=yes -blockwalk=no -hillskew=yes -anim=seq_5260 -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=23321 -model=model_19343,0 -name=Tracks - -// 30096 -[loc_30096] -active=yes -blockwalk=no -hillskew=yes -anim=seq_5260 -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=23321 -model=model_19342,0 -name=Tracks - -// 30097 -[loc_30097] -active=yes -blockwalk=no -hillskew=yes -anim=seq_5260 -mirror=yes -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=23321 -model=model_19342,0 -name=Tracks - -// 30098 -[loc_30098] -resizex=76 -resizey=48 -resizez=76 -hillskew=yes -blockwalk=yes -forcedecor=yes -ambient=30 -contrast=30 -active=yes -blockrange=no -recol1s=6273 -recol1d=30655 -model=model_1465,8 -model=model_20043,0 -name=Snow drift - -// 30099 -[loc_30099] -blockwalk=yes -resizey=224 -resizex=224 -width=3 -blockrange=no -recol1s=18823 -recol1d=8353 -recol2s=21927 -recol2d=32767 -model=model_1634 -name=Hollow log - -// 30100 -[loc_30100] -blockwalk=yes -resizey=224 -resizez=224 -resizex=84 -width=2 -blockrange=no -recol1s=18823 -recol1d=8353 -recol2s=21927 -recol2d=32767 -model=model_1634 -name=Hollow log - -// 30101 -[loc_30101] -blockwalk=yes -resizey=224 -resizez=224 -width=3 -blockrange=no -recol1s=18823 -recol1d=8353 -recol2s=21927 -recol2d=32767 -model=model_1634 -name=Hollow log - -// 30102 -[loc_30102] -resizey=64 -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -recol1s=12580 -recol1d=30655 -recol2s=10466 -recol2d=26427 -recol3s=8352 -recol3d=22199 -recol4s=6240 -recol4d=17971 -model=model_19993 -name=Tunnel - -// 30103 -[loc_30103] -active=yes -width=2 -length=2 -contrast=20 -ambient=30 -blockwalk=yes -msi=msi_69 -recol1s=8421 -recol1d=18135 -recol2s=9478 -recol2d=21306 -recol3s=10535 -recol3d=27516 -recol4s=11592 -recol4d=30654 -recol5s=12649 -recol5d=30655 -model=model_8687 -name=Steps - -// 30104 -[loc_30104] -active=yes -width=2 -length=2 -contrast=20 -ambient=30 -blockwalk=yes -msi=msi_69 -model=model_19361 -name=Steps - -// 30105 -[loc_30105] -blockwalk=no -active=yes -ambient=20 -model=model_19886 -name=Bird snare - -// 30106 -[loc_30106] -blockwalk=no -active=yes -ambient=20 -model=model_19886 -name=Bird snare - -// 30107 -[loc_30107] -blockwalk=no -active=yes -ambient=20 -model=model_19886 -name=Bird snare - -// 30108 -[loc_30108] -anim=seq_5169 -blockwalk=no -active=yes -ambient=20 -model=model_19886 -name=Bird snare - -// 30109 -[loc_30109] -anim=seq_5170 -blockwalk=no -active=yes -ambient=20 -model=model_19886 -name=Bird snare - -// 30110 -[loc_30110] -anim=seq_5170 -blockwalk=no -active=yes -ambient=20 -model=model_19886 -name=Bird snare - -// 30111 -[loc_30111] -anim=seq_5173 -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26850 -name=Bird snare - -// 30112 -[loc_30112] -anim=seq_5174 -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26850 -name=Bird snare - -// 30113 -[loc_30113] -anim=seq_5174 -blockwalk=no -active=yes -ambient=20 -model=model_26843 -model2=model_26850 -name=Bird snare - -// 30114 -[loc_30114] -active=yes -blockwalk=yes -blockrange=no -model=model_1105,0 -name= - -// 30115 -[loc_30115] -op1=Climb -sharelight=yes -blockwalk=no -model=model_4432 -name=Staircase - -// 30116 -[loc_30116] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Open -model=model_14467,1 -name=Gate - -// 30117 -[loc_30117] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Close -model=model_14467,1 -name=Gate - -// 30118 -[loc_30118] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Open -model=model_14467,1 -name=Gate - -// 30119 -[loc_30119] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Close -model=model_14467,1 -name=Gate - -// 30120 -[loc_30120] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Open -op3=Repair -model=model_14465,1 -name=Gate - -// 30121 -[loc_30121] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Close -op3=Repair -model=model_14465,1 -name=Gate - -// 30122 -[loc_30122] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Open -op3=Repair -model=model_14465,1 -name=Gate - -// 30123 -[loc_30123] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Close -op3=Repair -model=model_14465,1 -name=Gate - -// 30124 -[loc_30124] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Open -op3=Repair -blockrange=no -model=model_14468,1 -name=Gate - -// 30125 -[loc_30125] -ambient=5 -shadow=no -blockwalk=yes -active=yes -op1=Close -op3=Repair -blockrange=no -model=model_14468,1 -name=Gate - -// 30126 -[loc_30126] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Open -op3=Repair -blockrange=no -model=model_14468,1 -name=Gate - -// 30127 -[loc_30127] -ambient=5 -mirror=yes -shadow=no -blockwalk=yes -active=yes -op1=Close -op3=Repair -blockrange=no -model=model_14468,1 -name=Gate - -// 30128 -[loc_30128] -ambient=5 -shadow=no -blockwalk=no -active=yes -op1=Open -op3=Repair -model=model_27173,0 -name=Gate - -// 30129 -[loc_30129] -ambient=5 -shadow=no -blockwalk=no -active=yes -op1=Close -op3=Repair -model=model_27173,0 -name=Gate - -// 30130 -[loc_30130] -ambient=5 -mirror=yes -shadow=no -blockwalk=no -active=yes -op1=Open -op3=Repair -model=model_27173,0 -name=Gate - -// 30131 -[loc_30131] -ambient=5 -mirror=yes -shadow=no -blockwalk=no -active=yes -op1=Close -op3=Repair -model=model_27173,0 -name=Gate - -// 30132 -[loc_30132] -width=2 -length=2 -msi=msi_0 -op1=Chop down -recol1s=5218 -recol1d=12548 -model=model_1570 -name=Tree - -// 30133 -[loc_30133] -width=2 -length=2 -msi=msi_1 -op1=Chop down -recol1s=5218 -recol1d=12548 -model=model_1637 -name=Tree - -// 30134 -[loc_30134] -bgsound=synth_4736,3 -active=no -model=model_1105,0 - -// 30135 -[loc_30135] -active=no -randomsound=400,750,10,synth_4730,synth_4729,synth_4731 -bgsound=synth_2184,10 -model=model_1105,0 - -// 30136 -[loc_30136] -active=no -randomsound=125,500,10,synth_4733,synth_4732 -bgsound=synth_2185,10 -model=model_1105,0 - -// 30137 -[loc_30137] -active=no -randomsound=400,900,17,synth_4735,synth_4734 -bgsound=synth_2182,17 -model=model_1105,0 - -// 30138 -[loc_30138] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6550 -recolhsl1d=5408 -recol2s=10501 -recol2d=9445 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 30139 -[loc_30139] -active=no -randomsound=350,850,10,synth_4737,synth_4738 -bgsound=synth_2185,10 -model=model_1105,0 - -// 30140 -[loc_30140] -active=no -randomsound=65,200,12,synth_1990,synth_1991 -model=model_1105,0 - -// 30141 -[loc_30141] -anim=seq_9005 -ambient=32 -contrast=25 -active=yes -op1=Pass -bgsound=synth_4759,3 -recolhsl1s=11212 -recolhsl1d=20085 -recolhsl2s=6092 -recolhsl2d=19923 -recol3s=32230 -recol3d=14090 -recolhsl4s=968 -recolhsl4d=19775 -model=model_33095,1 -name=Energy barrier - -// 30142 -[loc_30142] -active=yes -ambient=50 -contrast=25 -blockrange=no -model=model_33070 -name=Stone dispenser - -// 30143 -[loc_30143] -active=yes -anim=seq_9011 -ambient=50 -contrast=25 -op1=Take-stone -blockrange=no -model=model_33086 -name=Stone dispenser - -// 30144 -[loc_30144] -hillskew=yes -sharelight=yes -active=yes -ambient=15 -contrast=15 -op1=Exit-through -model=model_33141,1 -name=Forfeit tunnel - -// 30145 -[loc_30145] -hillskew=yes -sharelight=yes -active=yes -ambient=15 -contrast=15 -mirror=yes -op1=Exit-through -model=model_33141,1 -name=Forfeit tunnel - -// 30146 -[loc_30146] -anim=seq_504 -op1=Use -ambient=64 -contrast=100 -recolhsl1s=11218 -recolhsl1d=19775 -model=model_2318 -name=Portal - -// 30147 -[loc_30147] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33113,1 -model=model_33118,2 - -// 30148 -[loc_30148] -active=no -hillskew=yes -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_33113,1 -model=model_33118,2 - -// 30149 -[loc_30149] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33109,Z -model=model_33120,X - -// 30150 -[loc_30150] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33115,8 -model=model_33116,Z - -// 30151 -[loc_30151] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33114,8 -model=model_33111,Z - -// 30152 -[loc_30152] -active=no -hillskew=yes -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_33114,8 -model=model_33111,Z - -// 30153 -[loc_30153] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33117,8 -model=model_33112,Z - -// 30154 -[loc_30154] -active=no -hillskew=yes -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_33117,8 -model=model_33112,Z - -// 30155 -[loc_30155] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33110 - -// 30156 -[loc_30156] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33119 - -// 30157 -[loc_30157] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33096,1 -model=model_33102,2 - -// 30158 -[loc_30158] -hillskew=yes -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_33096,1 -model=model_33102,2 - -// 30159 -[loc_30159] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33097,8 -model=model_33100,Z -model=model_33106,X - -// 30160 -[loc_30160] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33107,8 -model=model_33108,Z - -// 30161 -[loc_30161] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33101,8 -model=model_33104,Z - -// 30162 -[loc_30162] -active=no -hillskew=yes -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_33101,8 -model=model_33104,Z - -// 30163 -[loc_30163] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33098,8 -model=model_33103,Z - -// 30164 -[loc_30164] -active=no -hillskew=yes -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_33098,8 -model=model_33103,Z - -// 30165 -[loc_30165] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33099 - -// 30166 -[loc_30166] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33105 - -// 30167 -[loc_30167] -active=no -ambient=25 -contrast=25 -msi=msi_11 -model=model_33056 - -// 30168 -[loc_30168] -active=no -ambient=25 -contrast=25 -msi=msi_11 -blockrange=no -model=model_33056 - -// 30169 -[loc_30169] -active=no -ambient=25 -contrast=25 -msi=msi_12 -blockrange=no -model=model_33064 - -// 30170 -[loc_30170] -active=no -ambient=25 -contrast=25 -msi=msi_12 -blockrange=no -model=model_33054 - -// 30171 -[loc_30171] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_12 -model=model_33055,8 -model=model_33059,1 - -// 30172 -[loc_30172] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_12 -blockrange=no -model=model_33055,8 -model=model_33059,1 - -// 30173 -[loc_30173] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_12 -model=model_33081 - -// 30174 -[loc_30174] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_12 -blockrange=no -model=model_33081 - -// 30175 -[loc_30175] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_12 -model=model_33062,8 -model=model_33065,0 - -// 30176 -[loc_30176] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_12 -blockrange=no -model=model_33062,8 -model=model_33065,0 - -// 30177 -[loc_30177] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_12 -model=model_33069,8 -model=model_33067,0 - -// 30178 -[loc_30178] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_12 -model=model_33074,8 -model=model_33060,0 - -// 30179 -[loc_30179] -active=no -hillskew=yes -sharelight=yes -length=2 -width=2 -ambient=25 -contrast=25 -model=model_33063 - -// 30180 -[loc_30180] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33075 - -// 30181 -[loc_30181] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=4771 -recolhsl1d=15400 -recol2s=17732 -recol2d=11658 -model=model_30899,0 - -// 30182 -[loc_30182] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=4771 -recolhsl1d=15400 -recol2s=17732 -recol2d=11658 -model=model_30873,0 - -// 30183 -[loc_30183] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=4771 -recolhsl1d=15400 -recol2s=17732 -recol2d=11658 -model=model_30920,0 - -// 30184 -[loc_30184] -hillskew=yes -ambient=10 -contrast=10 -model=model_33083,0 - -// 30185 -[loc_30185] -hillskew=yes -sharelight=yes -ambient=10 -recolhsl1s=30 -recolhsl1d=15400 -recolhsl2s=35 -recolhsl2d=15400 -recol3s=10537 -recol3d=11658 -recol4s=11594 -recol4d=11658 -recolhsl5s=0 -recolhsl5d=15375 -recolhsl6s=262 -recolhsl6d=15385 -model=model_30122,0 - -// 30186 -[loc_30186] -hillskew=yes -sharelight=yes -ambient=10 -recolhsl1s=30 -recolhsl1d=15400 -recolhsl2s=35 -recolhsl2d=15400 -recol3s=10537 -recol3d=11658 -recol4s=11594 -recol4d=11658 -recolhsl5s=0 -recolhsl5d=15375 -recolhsl6s=262 -recolhsl6d=15385 -model=model_30120,0 - -// 30187 -[loc_30187] -hillskew=yes -sharelight=yes -ambient=10 -recolhsl1s=30 -recolhsl1d=15400 -recolhsl2s=35 -recolhsl2d=15400 -recol3s=10537 -recol3d=11658 -recol4s=11594 -recol4d=11658 -recolhsl5s=0 -recolhsl5d=15375 -recolhsl6s=262 -recolhsl6d=15385 -model=model_30129,0 - -// 30188 -[loc_30188] -hillskew=yes -sharelight=yes -ambient=10 -recolhsl1s=30 -recolhsl1d=15400 -recolhsl2s=35 -recolhsl2d=15400 -recol3s=10537 -recol3d=11658 -recol4s=11594 -recol4d=11658 -recolhsl5s=0 -recolhsl5d=15375 -recolhsl6s=262 -recolhsl6d=15385 -model=model_30131,0 - -// 30189 -[loc_30189] -hillskew=yes -sharelight=yes -ambient=10 -recolhsl1s=30 -recolhsl1d=15400 -recolhsl2s=35 -recolhsl2d=15400 -recol3s=10537 -recol3d=11658 -recol4s=11594 -recol4d=11658 -recolhsl5s=0 -recolhsl5d=15375 -recolhsl6s=262 -recolhsl6d=15385 -model=model_30118,0 - -// 30190 -[loc_30190] -hillskew=yes -sharelight=yes -ambient=10 -recolhsl1s=30 -recolhsl1d=15400 -recolhsl2s=35 -recolhsl2d=15400 -recol3s=10537 -recol3d=11658 -recol4s=11594 -recol4d=11658 -recolhsl5s=0 -recolhsl5d=15375 -recolhsl6s=262 -recolhsl6d=15385 -model=model_30126,0 - -// 30191 -[loc_30191] -hillskew=yes -sharelight=yes -ambient=10 -recolhsl1s=30 -recolhsl1d=15400 -recolhsl2s=35 -recolhsl2d=15400 -recol3s=10537 -recol3d=11658 -recol4s=11594 -recol4d=11658 -recolhsl5s=0 -recolhsl5d=15375 -recolhsl6s=262 -recolhsl6d=15385 -model=model_30132,0 - -// 30192 -[loc_30192] -hillskew=yes -sharelight=yes -ambient=10 -recolhsl1s=30 -recolhsl1d=15400 -recolhsl2s=35 -recolhsl2d=15400 -recol3s=10537 -recol3d=11658 -recol4s=11594 -recol4d=11658 -recolhsl5s=0 -recolhsl5d=15375 -recolhsl6s=262 -recolhsl6d=15385 -model=model_30127,0 - -// 30193 -[loc_30193] -active=no -contrast=25 -ambient=48 -blockwalk=no -hillskew=yes -sharelight=yes -anim=seq_9007 -model=model_33087 -model=model_31006 - -// 30194 -[loc_30194] -active=no -contrast=25 -ambient=48 -blockwalk=no -hillskew=yes -sharelight=yes -anim=seq_9007 -model=model_33092 -model=model_31006 - -// 30195 -[loc_30195] -active=no -contrast=25 -ambient=30 -blockwalk=no -hillskew=yes -sharelight=yes -anim=seq_9007 -forcedecor=yes -model=model_33091,0 - -// 30196 -[loc_30196] -active=no -contrast=25 -ambient=30 -blockwalk=no -hillskew=yes -sharelight=yes -anim=seq_9007 -forcedecor=yes -model=model_33089,0 - -// 30197 -[loc_30197] -active=no -contrast=25 -ambient=30 -blockwalk=no -hillskew=yes -sharelight=yes -anim=seq_9007 -forcedecor=yes -model=model_33090,0 - -// 30198 -[loc_30198] -active=no -contrast=25 -ambient=30 -blockwalk=no -hillskew=yes -sharelight=yes -anim=seq_9007 -forcedecor=yes -model=model_33088,0 - -// 30199 -[loc_30199] -active=no -contrast=25 -ambient=30 -blockwalk=no -mirror=yes -hillskew=yes -sharelight=yes -anim=seq_9007 -forcedecor=yes -bgsound=synth_4757,20 -model=model_33091,0 - -// 30200 -[loc_30200] -active=no -contrast=25 -ambient=30 -blockwalk=no -mirror=yes -hillskew=yes -sharelight=yes -anim=seq_9007 -forcedecor=yes -model=model_33089,0 - -// 30201 -[loc_30201] -active=no -contrast=25 -ambient=30 -blockwalk=no -mirror=yes -hillskew=yes -sharelight=yes -anim=seq_9007 -forcedecor=yes -model=model_33090,0 - -// 30202 -[loc_30202] -active=no -contrast=25 -ambient=30 -blockwalk=no -mirror=yes -hillskew=yes -sharelight=yes -anim=seq_9007 -forcedecor=yes -model=model_33088,0 - -// 30203 -[loc_30203] -op1=Exit -hillskew=yes -sharelight=yes -active=yes -width=3 -length=2 -ambient=15 -contrast=15 -resizey=160 -model=model_33058 -name=Stairs - -// 30204 -[loc_30204] -active=yes -width=4 -length=4 -op1=Enter -contrast=15 -ambient=10 -blockwalk=yes -forceapproach=south -model=model_33068 -name=Cave entrance - -// 30205 -[loc_30205] -anim=seq_9010 -width=3 -ambient=15 -contrast=15 -op1=Look-at -model=model_33085 -name=Scoreboard - -// 30206 -[loc_30206] -ambient=15 -contrast=15 -model=model_33051 -name=Crates - -// 30207 -[loc_30207] -ambient=15 -contrast=15 -model=model_33071 -name=Crates - -// 30208 -[loc_30208] -ambient=15 -contrast=15 -blockrange=no -model=model_33076 -name=Crate - -// 30209 -[loc_30209] -length=2 -ambient=15 -contrast=15 -model=model_33082 -name=Shelf - -// 30210 -[loc_30210] -ambient=15 -contrast=15 -model=model_33052 -name=Small shelf - -// 30211 -[loc_30211] -ambient=15 -contrast=15 -blockrange=no -model=model_33079 -name=Spear barrel - -// 30212 -[loc_30212] -length=2 -ambient=15 -contrast=15 -blockrange=no -model=model_33077 -name=Counter - -// 30213 -[loc_30213] -active=yes -hillskew=yes -sharelight=yes -length=2 -ambient=25 -contrast=25 -resizey=160 -model=model_33138 -name=Entrance - -// 30214 -[loc_30214] -width=2 -ambient=15 -contrast=15 -recolhsl1s=10388 -recolhsl1d=13326 -recolhsl2s=10393 -recolhsl2d=13328 -recolhsl3s=10399 -recolhsl3d=13330 -recolhsl4s=10403 -recolhsl4d=13335 -recolhsl5s=10408 -recolhsl5d=13338 -recolhsl6s=10415 -recolhsl6d=13346 -model=model_33073 -name=Bench - -// 30215 -[loc_30215] -width=2 -ambient=15 -contrast=15 -recolhsl1s=10388 -recolhsl1d=13326 -recolhsl2s=10393 -recolhsl2d=13328 -recolhsl3s=10399 -recolhsl3d=13330 -recolhsl4s=10403 -recolhsl4d=13335 -recolhsl5s=10408 -recolhsl5d=13338 -recolhsl6s=10415 -recolhsl6d=13346 -model=model_33078 -name=Bench - -// 30216 -[loc_30216] -width=3 -ambient=15 -contrast=15 -recolhsl1s=10388 -recolhsl1d=13326 -recolhsl2s=10393 -recolhsl2d=13328 -recolhsl3s=10399 -recolhsl3d=13330 -recolhsl4s=10403 -recolhsl4d=13335 -recolhsl5s=10408 -recolhsl5d=13338 -recolhsl6s=10415 -recolhsl6d=13346 -model=model_33084 -name=Bench - -// 30217 -[loc_30217] -length=2 -width=3 -ambient=15 -contrast=15 -recolhsl1s=10388 -recolhsl1d=13326 -recolhsl2s=10393 -recolhsl2d=13328 -recolhsl3s=10399 -recolhsl3d=13330 -recolhsl4s=10403 -recolhsl4d=13335 -recolhsl5s=10408 -recolhsl5d=13338 -recolhsl6s=10415 -recolhsl6d=13346 -model=model_33057 -name=Bench - -// 30218 -[loc_30218] -ambient=15 -contrast=15 -recolhsl1s=10388 -recolhsl1d=13326 -recolhsl2s=10393 -recolhsl2d=13328 -recolhsl3s=10399 -recolhsl3d=13330 -recolhsl4s=10403 -recolhsl4d=13335 -model=model_33072 -name=Bench - -// 30219 -[loc_30219] -ambient=15 -contrast=15 -model=model_33061 -name=Punchbag - -// 30220 -[loc_30220] -ambient=15 -contrast=15 -model=model_33050 -name=Punchbag - -// 30221 -[loc_30221] -ambient=15 -contrast=15 -model=model_33053 -name=Suit of armour - -// 30222 -[loc_30222] -ambient=15 -contrast=15 -recolhsl1s=10388 -recolhsl1d=13326 -recolhsl2s=10393 -recolhsl2d=13328 -recolhsl3s=10399 -recolhsl3d=13330 -recolhsl4s=10403 -recolhsl4d=13335 -recolhsl5s=10408 -recolhsl5d=13338 -model=model_33080 -name=Table - -// 30223 -[loc_30223] -anim=seq_6023 -width=2 -length=2 -ambient=20 -bgsound=synth_2149,3 -recolhsl1s=10308 -recolhsl1d=16563 -recol2s=14891 -recol2d=9575 -recolhsl3s=16565 -recolhsl3d=16552 -recolhsl4s=16561 -recolhsl4d=16539 -recolhsl5s=10299 -recolhsl5d=16542 -recolhsl6s=10283 -recolhsl6d=16570 -model=model_31092 -model2=model_23351 -name=Fountain - -// 30224 -[loc_30224] -hillskew=yes -sharelight=yes -active=yes -width=2 -ambient=15 -contrast=15 -resizey=160 -op1=Go-through -model=model_33066 -name=Passageway - -// 30225 -[loc_30225] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_33143,1 -model=model_33127,5 - -// 30226 -[loc_30226] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_33122,1 -model=model_33130,5 - -// 30227 -[loc_30227] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_33126,1 - -// 30228 -[loc_30228] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_33136,1 - -// 30229 -[loc_30229] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_33125,1 -model=model_33123,2 -model=model_33135,5 - -// 30230 -[loc_30230] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_33132,1 -model=model_33133,2 -model=model_33131,5 - -// 30231 -[loc_30231] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_33121,5 - -// 30232 -[loc_30232] -active=no -hillskew=yes -ambient=15 -contrast=15 -length=2 -blockrange=no -model=model_33124 - -// 30233 -[loc_30233] -active=no -hillskew=yes -ambient=15 -contrast=15 -length=2 -blockrange=no -model=model_33140 - -// 30234 -[loc_30234] -active=no -hillskew=yes -ambient=15 -contrast=15 -length=2 -blockrange=no -model=model_33134 - -// 30235 -[loc_30235] -active=no -hillskew=yes -resizey=160 -ambient=15 -contrast=15 -blockrange=no -model=model_33142 - -// 30236 -[loc_30236] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -model=model_33142 - -// 30237 -[loc_30237] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -resizey=160 -model=model_33137,1 -model=model_33145,2 -model=model_33139,5 - -// 30238 -[loc_30238] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -resizey=160 -model=model_33128,1 -model=model_33129,5 - -// 30239 -[loc_30239] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -resizey=160 -model=model_33144,1 - -// 30240 -[loc_30240] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -anim=seq_5598 -bgsound=synth_4472,3 -resizey=160 -model=model_33042,1 - -// 30241 -[loc_30241] -active=no -hillskew=yes -ambient=15 -contrast=15 -resizey=160 -blockrange=no -model=model_33142 - -// 30242 -[loc_30242] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -anim=seq_9008 -model=model_33093,8 -model=model_33094,5 - -// 30243 -[loc_30243] -bgsound=synth_4755,10 -active=no -model=model_1105,0 - -// 30244 -[loc_30244] -bgsound=synth_4756,10 -active=no -model=model_1105,0 - -// 30245 -[loc_30245] -bgsound=synth_4761,10 -active=no -model=model_1105,0 - -// 30246 -[loc_30246] -shadow=no -model=model_33304,1 - -// 30247 -[loc_30247] -active=no -randomsound=150,400,5,synth_2091,synth_4775,synth_4776 -model=model_1105,0 - -// 30248 -[loc_30248] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_33305,0 - -// 30249 -[loc_30249] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_33306,0 - -// 30250 -[loc_30250] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_33354,1 -model=model_33353,3 -model=model_33355,4 -model=model_33356,5 -model=model_33357,0 - -// 30251 -[loc_30251] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -model=model_33361,A -model=model_33362,S -model=model_33368,D -model=model_33364,F -model=model_33360,G -model=model_33366,H -model=model_33359,Z -model=model_33367,X -model=model_33363,C -model=model_33365,V - -// 30252 -[loc_30252] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_33358,0 - -// 30253 -[loc_30253] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=10534 -recol2s=15618 -recol2d=10534 -recol3s=14594 -recol3d=10534 -model=model_1139,0 - -// 30254 -[loc_30254] -sharelight=yes -active=no -recol1s=24137 -recol1d=16809 -recol2s=17764 -recol2d=14695 -recol3s=9445 -recol3d=14695 -recol4s=8388 -recol4d=14695 -recol5s=8387 -recol5d=14695 -recol6s=7331 -recol6d=12581 -model=model_5393,Z - -// 30255 -[loc_30255] -sharelight=yes -active=no -recol1s=24137 -recol1d=16809 -recol2s=17764 -recol2d=14695 -recol3s=9445 -recol3d=14695 -recol4s=8388 -recol4d=14695 -recol5s=8387 -recol5d=14695 -recol6s=7331 -recol6d=12581 -model=model_6630,Z - -// 30256 -[loc_30256] -sharelight=yes -mirror=yes -active=no -recol1s=24137 -recol1d=16809 -recol2s=17764 -recol2d=14695 -recol3s=9445 -recol3d=14695 -recol4s=8388 -recol4d=14695 -recol5s=8387 -recol5d=14695 -recol6s=7331 -recol6d=12581 -model=model_6630,Z - -// 30257 -[loc_30257] -sharelight=yes -active=no -mirror=yes -recol1s=24137 -recol1d=16809 -recol2s=17764 -recol2d=14695 -recol3s=9445 -recol3d=14695 -recol4s=8388 -recol4d=14695 -recol5s=8387 -recol5d=14695 -recol6s=7331 -recol6d=12581 -model=model_5393,Z - -// 30258 -[loc_30258] -ambient=50 -recol1s=6240 -recol1d=14695 -recol2s=5184 -recol2d=13638 -model=model_33369,Q - -// 30259 -[loc_30259] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_33371,0 - -// 30260 -[loc_30260] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_33370,0 - -// 30261 -[loc_30261] -op1=Open -resizey=160 -sharelight=yes -retex1s=material_154 -retex1d=material_335 -model=model_33687 -name=Wooden doors - -// 30262 -[loc_30262] -mirror=yes -op1=Open -resizey=160 -sharelight=yes -retex1s=material_154 -retex1d=material_335 -model=model_33687 -name=Wooden doors - -// 30263 -[loc_30263] -op1=Walk-through -resizey=160 -sharelight=yes -retex1s=material_154 -retex1d=material_335 -model=model_33693 -name=Wooden doors - -// 30264 -[loc_30264] -mirror=yes -op1=Walk-through -resizey=160 -sharelight=yes -retex1s=material_154 -retex1d=material_335 -model=model_33693 -name=Wooden doors - -// 30265 -[loc_30265] -width=2 -length=4 -op1=Open -ambient=15 -contrast=10 -forceapproach=east -model=model_611,8 -model=model_607,2 -name=Wooden doors - -// 30266 -[loc_30266] -width=2 -length=4 -ambient=15 -contrast=10 -model=model_627 -name=Wooden doors - -// 30267 -[loc_30267] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -retex1s=material_160 -retex1d=material_132 -retex2s=material_556 -retex2d=material_389 -model=model_17706,1 -model=model_17707,2 -model=model_17708,3 -model=model_17709,4 -model=model_17710,5 - -// 30268 -[loc_30268] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -retex1s=material_160 -retex1d=material_132 -retex2s=material_556 -retex2d=material_389 -model=model_17695,1 -model=model_17696,3 -model=model_17697,5 - -// 30269 -[loc_30269] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -retex1s=material_160 -retex1d=material_132 -retex2s=material_556 -retex2d=material_389 -model=model_17698,1 -model=model_17699,3 - -// 30270 -[loc_30270] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -retex1s=material_160 -retex1d=material_132 -retex2s=material_556 -retex2d=material_389 -model=model_17700,1 - -// 30271 -[loc_30271] -resizex=128 -resizey=160 -resizez=128 -ambient=10 -retex1s=material_160 -retex1d=material_132 -retex2s=material_556 -retex2d=material_389 -model=model_17701,1 - -// 30272 -[loc_30272] -active=no -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -model=model_33734,2 -model=model_33733,5 - -// 30273 -[loc_30273] -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_33690,1 -model=model_33689,2 -model=model_33698,3 - -// 30274 -[loc_30274] -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_33699,1 - -// 30275 -[loc_30275] -active=yes -msi=msi_7 -recolhsl1s=5788 -recolhsl1d=11422 -recolhsl2s=5912 -recolhsl2d=13340 -recolhsl3s=5673 -recolhsl3d=13472 -model=model_14636 -name=Ladder - -// 30276 -[loc_30276] -ambient=20 -active=no -resizey=160 -recolhsl1s=9098 -recolhsl1d=11422 -model=model_2093,Q - -// 30277 -[loc_30277] -recol1s=7329 -recol1d=8420 -recol2s=6272 -recol2d=7363 -recolhsl3s=6445 -recolhsl3d=8343 -recolhsl4s=6689 -recolhsl4d=11422 -model=model_2133 -name=Shelves - -// 30278 -[loc_30278] -blockrange=no -recolhsl1s=6241 -recolhsl1d=11445 -model=model_1079 -name=Corpse - -// 30279 -[loc_30279] -blockwalk=yes -ambient=10 -blockrange=no -model=model_33686 -name=Bookshelf - -// 30280 -[loc_30280] -blockwalk=yes -ambient=10 -blockrange=no -model=model_33688 -name=Bookshelf - -// 30281 -[loc_30281] -blockwalk=yes -ambient=10 -width=2 -blockrange=no -model=model_33694 -name=Lab table - -// 30282 -[loc_30282] -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -model=model_33692,1 - -// 30283 -[loc_30283] -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -model=model_33691,1 - -// 30284 -[loc_30284] -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -model=model_33697,1 - -// 30285 -[loc_30285] -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -mirror=yes -model=model_33697,1 - -// 30286 -[loc_30286] -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -hardshadow=no -anim=seq_481 -retex1s=material_96 -retex1d=material_335 -retex2s=material_309 -retex2d=material_380 -model=model_33376,1 - -// 30287 -[loc_30287] -active=no -hillskew=yes -unknown90=yes -blockrange=no -model=model_33639,0 - -// 30288 -[loc_30288] -anim=seq_3743 -shadow=no -ambient=20 -contrast=10 -width=2 -length=2 -recolhsl1s=38117 -recolhsl1d=23700 -model=model_18299 -model2=model_18328 -name=Crate - -// 30289 -[loc_30289] -active=yes -blockwalk=yes -blockrange=no -recol1s=19023 -recol1d=12683 -model=model_21210 -name=Gnome skeleton - -// 30290 -[loc_30290] -hillskew=yes -forcedecor=yes -blockwalk=yes -msi=msi_11 -recolhsl1s=6689 -recolhsl1d=8335 -model=model_1784,0 - -// 30291 -[loc_30291] -active=no -width=2 -length=2 -hillskew=yes -resizex=256 -resizey=256 -resizez=256 -blockrange=no -recolhsl1s=10396 -recolhsl1d=8335 -recolhsl2s=5281 -recolhsl2d=9360 -recolhsl3s=7335 -recolhsl3d=10385 -recolhsl4s=5276 -recolhsl4d=7310 -model=model_3722 - -// 30292 -[loc_30292] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recolhsl1s=9098 -recolhsl1d=6285 -recolhsl2s=8846 -recolhsl2d=8335 -recolhsl3s=8722 -recolhsl3d=10385 -recolhsl4s=8598 -recolhsl4d=12435 -recolhsl5s=8602 -recolhsl5d=14485 -recolhsl6s=8478 -recolhsl6d=16534 -model=model_26504 - -// 30293 -[loc_30293] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recolhsl1s=9098 -recolhsl1d=6285 -recolhsl2s=8846 -recolhsl2d=8335 -recolhsl3s=8722 -recolhsl3d=10385 -recolhsl4s=8598 -recolhsl4d=12435 -recolhsl5s=8602 -recolhsl5d=14485 -recolhsl6s=8478 -recolhsl6d=16534 -model=model_26501 - -// 30294 -[loc_30294] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recolhsl1s=9098 -recolhsl1d=6285 -recolhsl2s=8846 -recolhsl2d=8335 -recolhsl3s=8722 -recolhsl3d=10385 -recolhsl4s=8598 -recolhsl4d=12435 -recolhsl5s=8602 -recolhsl5d=14485 -recolhsl6s=8478 -recolhsl6d=16534 -model=model_26499 - -// 30295 -[loc_30295] -width=2 -length=2 -recolhsl1s=21530 -recolhsl1d=6285 -recolhsl2s=21534 -recolhsl2d=8335 -recolhsl3s=21539 -recolhsl3d=10385 -recolhsl4s=21543 -recolhsl4d=12435 -recolhsl5s=21547 -recolhsl5d=14485 -model=model_26486 -name=Column - -// 30296 -[loc_30296] -width=2 -length=2 -recolhsl1s=21530 -recolhsl1d=6285 -recolhsl2s=21534 -recolhsl2d=8335 -recolhsl3s=21539 -recolhsl3d=10385 -recolhsl4s=21543 -recolhsl4d=12435 -recolhsl5s=21547 -recolhsl5d=14485 -model=model_26487 -name=Column - -// 30297 -[loc_30297] -width=2 -length=2 -recolhsl1s=21530 -recolhsl1d=6285 -recolhsl2s=21534 -recolhsl2d=8335 -recolhsl3s=21539 -recolhsl3d=10385 -recolhsl4s=21543 -recolhsl4d=12435 -recolhsl5s=21547 -recolhsl5d=14485 -model=model_26488 -name=Column - -// 30298 -[loc_30298] -hillskew=yes -active=no -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -model=model_33653,1 -model=model_33674,2 -model=model_33659,5 - -// 30299 -[loc_30299] -hillskew=yes -active=no -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -model=model_33652,1 - -// 30300 -[loc_30300] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_33673,1 - -// 30301 -[loc_30301] -mirror=yes -sharelight=yes -hillskew=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_33669,1 -model=model_33668,5 - -// 30302 -[loc_30302] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_33669,1 -model=model_33668,5 - -// 30303 -[loc_30303] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_33656,1 - -// 30304 -[loc_30304] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_33672,1 - -// 30305 -[loc_30305] -mirror=yes -sharelight=yes -hillskew=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_33667,1 - -// 30306 -[loc_30306] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_33667,1 - -// 30307 -[loc_30307] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -retex1s=material_127 -retex1d=material_418 -retex2s=material_176 -retex2d=material_380 -model=model_33655,1 -model=model_33670,2 -model=model_33661,5 - -// 30308 -[loc_30308] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -retex1s=material_127 -retex1d=material_418 -retex2s=material_176 -retex2d=material_380 -model=model_33655,1 -model=model_33670,2 -model=model_33661,5 - -// 30309 -[loc_30309] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -blockrange=no -model=model_33660 - -// 30310 -[loc_30310] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -mirror=yes -length=2 -blockrange=no -model=model_33658 - -// 30311 -[loc_30311] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -length=2 -blockrange=no -model=model_33658 - -// 30312 -[loc_30312] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -length=2 -blockrange=no -model=model_33665 - -// 30313 -[loc_30313] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_33664,1 - -// 30314 -[loc_30314] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_33662,1 - -// 30315 -[loc_30315] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -mirror=yes -model=model_33664,1 - -// 30316 -[loc_30316] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -mirror=yes -length=2 -width=2 -model=model_33651 - -// 30317 -[loc_30317] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -length=2 -width=2 -model=model_33651 - -// 30318 -[loc_30318] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -mirror=yes -model=model_33662,1 - -// 30319 -[loc_30319] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -model=model_33645 -name=Broken rusty cage - -// 30320 -[loc_30320] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -model=model_33642 -name=Rusty broken cage - -// 30321 -[loc_30321] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -model=model_33644 -name=Broken rusting cage - -// 30322 -[loc_30322] -blockwalk=yes -ambient=15 -contrast=15 -blockrange=no -model=model_33630 -name=Caged skeleton - -// 30323 -[loc_30323] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -model=model_33637 -name=Broken range - -// 30324 -[loc_30324] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -model=model_33641 -name=Equipment table - -// 30325 -[loc_30325] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -length=2 -blockrange=no -model=model_33634 -name=Broken equipment table - -// 30326 -[loc_30326] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -model=model_33643 -name=Operating table - -// 30327 -[loc_30327] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -model=model_33643 -model2=model_33631 -name=Restraining table - -// 30328 -[loc_30328] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -model=model_33643 -model2=model_33631 -model3=model_33640 -name=Restraining table - -// 30329 -[loc_30329] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -model=model_33643 -model2=model_33638 -name=Restraining table. - -// 30330 -[loc_30330] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -model=model_33633 -name=Research desk - -// 30331 -[loc_30331] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -model=model_33635 -name=Research desk - -// 30332 -[loc_30332] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -model=model_33633 -model2=model_33636 -name=Research table - -// 30333 -[loc_30333] -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33572,1 - -// 30334 -[loc_30334] -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -mirror=yes -model=model_33572,1 - -// 30335 -[loc_30335] -blockrange=no -recol1s=14695 -recol1d=11590 -recol2s=13638 -recol2d=9477 -recol3s=12581 -recol3d=8420 -recol4s=11524 -recol4d=7363 -recol5s=10467 -recol5d=6306 -recol6s=9410 -recol6d=5249 -model=model_7685 -name=Crate - -// 30336 -[loc_30336] -active=no -width=3 -shadow=no -contrast=15 -ambient=25 -anim=seq_7546 -blockwalk=yes -blockrange=no -model=model_30364 - -// 30337 -[loc_30337] -anim=seq_3743 -width=2 -length=5 -model=model_33379 -name=Large rowboat - -// 30338 -[loc_30338] -active=no -anim=seq_7356 -shadow=no -model=model_33732 - -// 30339 -[loc_30339] -ambient=35 -unknown90=yes -recolhsl1s=37945 -recolhsl1d=5155 -recolhsl2s=37937 -recolhsl2d=5146 -recolhsl3s=37925 -recolhsl3d=5139 -recolhsl4s=37933 -recolhsl4d=5149 -model=model_25375,0 - -// 30340 -[loc_30340] -ambient=35 -unknown90=yes -recolhsl1s=37945 -recolhsl1d=5155 -recolhsl2s=37937 -recolhsl2d=5146 -recolhsl3s=37925 -recolhsl3d=5139 -recolhsl4s=37933 -recolhsl4d=5149 -model=model_25374,0 - -// 30341 -[loc_30341] -ambient=35 -unknown90=yes -recolhsl1s=37945 -recolhsl1d=5155 -recolhsl2s=37937 -recolhsl2d=5146 -recolhsl3s=37925 -recolhsl3d=5139 -recolhsl4s=37933 -recolhsl4d=5149 -model=model_33579,0 - -// 30342 -[loc_30342] -ambient=35 -unknown90=yes -recolhsl1s=37945 -recolhsl1d=5155 -recolhsl2s=37937 -recolhsl2d=5146 -recolhsl3s=37925 -recolhsl3d=5139 -recolhsl4s=37933 -recolhsl4d=5149 -model=model_33594,0 - -// 30343 -[loc_30343] -ambient=35 -mirror=yes -unknown90=yes -recolhsl1s=37945 -recolhsl1d=5155 -recolhsl2s=37937 -recolhsl2d=5146 -recolhsl3s=37925 -recolhsl3d=5139 -recolhsl4s=37933 -recolhsl4d=5149 -model=model_33579,0 - -// 30344 -[loc_30344] -ambient=35 -mirror=yes -unknown90=yes -recolhsl1s=37945 -recolhsl1d=5155 -recolhsl2s=37937 -recolhsl2d=5146 -recolhsl3s=37925 -recolhsl3d=5139 -recolhsl4s=37933 -recolhsl4d=5149 -model=model_33594,0 - -// 30345 -[loc_30345] -ambient=35 -mirror=yes -unknown90=yes -recolhsl1s=37945 -recolhsl1d=5155 -recolhsl2s=37937 -recolhsl2d=5146 -recolhsl3s=37925 -recolhsl3d=5139 -recolhsl4s=37933 -recolhsl4d=5149 -model=model_33612,0 - -// 30346 -[loc_30346] -active=no -sharelight=yes -ambient=64 -retex1s=material_96 -retex1d=material_418 -model=model_33590 - -// 30347 -[loc_30347] -active=no -sharelight=yes -ambient=64 -model=model_33582 - -// 30348 -[loc_30348] -active=no -sharelight=yes -ambient=64 -model=model_33608 - -// 30349 -[loc_30349] -active=no -sharelight=yes -mirror=yes -ambient=64 -model=model_33608 - -// 30350 -[loc_30350] -active=no -sharelight=yes -ambient=64 -length=3 -width=7 -model=model_33600 - -// 30351 -[loc_30351] -active=no -sharelight=yes -ambient=64 -length=3 -width=2 -model=model_33621 - -// 30352 -[loc_30352] -active=no -sharelight=yes -ambient=64 -length=3 -width=2 -mirror=yes -model=model_33621 - -// 30353 -[loc_30353] -active=no -sharelight=yes -ambient=64 -model=model_33592 - -// 30354 -[loc_30354] -active=no -sharelight=yes -ambient=64 -mirror=yes -model=model_33592 - -// 30355 -[loc_30355] -active=no -sharelight=yes -ambient=64 -length=2 -width=5 -model=model_33622 - -// 30356 -[loc_30356] -active=no -sharelight=yes -ambient=64 -length=2 -width=2 -model=model_33619 - -// 30357 -[loc_30357] -active=no -sharelight=yes -ambient=64 -length=2 -width=2 -mirror=yes -model=model_33619 - -// 30358 -[loc_30358] -active=no -sharelight=yes -ambient=64 -model=model_33610 - -// 30359 -[loc_30359] -active=no -sharelight=yes -ambient=64 -mirror=yes -model=model_33610 - -// 30360 -[loc_30360] -active=no -sharelight=yes -ambient=64 -model=model_33611 - -// 30361 -[loc_30361] -active=no -sharelight=yes -ambient=64 -mirror=yes -model=model_33611 - -// 30362 -[loc_30362] -active=no -ambient=64 -sharelight=yes -model=model_33605 - -// 30363 -[loc_30363] -active=no -ambient=64 -length=2 -width=2 -model=model_33614 - -// 30364 -[loc_30364] -active=no -ambient=64 -length=2 -width=2 -mirror=yes -model=model_33614 - -// 30365 -[loc_30365] -active=no -ambient=64 -width=2 -model=model_33576 - -// 30366 -[loc_30366] -active=no -ambient=64 -width=2 -mirror=yes -model=model_33576 - -// 30367 -[loc_30367] -active=no -ambient=64 -length=2 -model=model_33618 - -// 30368 -[loc_30368] -active=no -ambient=64 -length=2 -mirror=yes -model=model_33618 - -// 30369 -[loc_30369] -hillskew=yes -sharelight=yes -active=no -ambient=45 -contrast=56 -resizey=256 -recolhsl1s=21530 -recolhsl1d=526 -recolhsl2s=21534 -recolhsl2d=396 -recolhsl3s=21539 -recolhsl3d=394 -recolhsl4s=21543 -recolhsl4d=263 -recolhsl5s=21547 -recolhsl5d=133 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 30370 -[loc_30370] -sharelight=yes -hillskew=yes -active=no -ambient=45 -contrast=56 -resizey=256 -recolhsl1s=6689 -recolhsl1d=526 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 30371 -[loc_30371] -active=no -ambient=64 -sharelight=yes -model=model_33588 - -// 30372 -[loc_30372] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33588 - -// 30373 -[loc_30373] -active=no -ambient=64 -sharelight=yes -model=model_33620 - -// 30374 -[loc_30374] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33620 - -// 30375 -[loc_30375] -active=no -ambient=64 -sharelight=yes -model=model_33615 - -// 30376 -[loc_30376] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33615 - -// 30377 -[loc_30377] -active=no -ambient=64 -sharelight=yes -model=model_33589 - -// 30378 -[loc_30378] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33589 - -// 30379 -[loc_30379] -active=no -ambient=64 -sharelight=yes -model=model_33602 - -// 30380 -[loc_30380] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33602 - -// 30381 -[loc_30381] -active=no -ambient=64 -sharelight=yes -model=model_33617 - -// 30382 -[loc_30382] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33617 - -// 30383 -[loc_30383] -active=no -ambient=64 -sharelight=yes -model=model_33583 - -// 30384 -[loc_30384] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33583 - -// 30385 -[loc_30385] -active=no -ambient=64 -sharelight=yes -model=model_33580 - -// 30386 -[loc_30386] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33580 - -// 30387 -[loc_30387] -active=no -ambient=64 -sharelight=yes -model=model_33596 - -// 30388 -[loc_30388] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33596 - -// 30389 -[loc_30389] -active=no -ambient=64 -sharelight=yes -model=model_33586 - -// 30390 -[loc_30390] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33586 - -// 30391 -[loc_30391] -active=no -ambient=64 -sharelight=yes -model=model_33599 - -// 30392 -[loc_30392] -active=no -ambient=64 -sharelight=yes -model=model_33581 - -// 30393 -[loc_30393] -active=no -ambient=64 -sharelight=yes -model=model_33585 - -// 30394 -[loc_30394] -active=no -ambient=64 -sharelight=yes -width=3 -length=2 -model=model_33595 - -// 30395 -[loc_30395] -active=no -ambient=15 -contrast=75 -anim=seq_5598 -hardshadow=no -model=model_33374,Q - -// 30396 -[loc_30396] -active=no -ambient=64 -model=model_33574 - -// 30397 -[loc_30397] -active=no -ambient=64 -model=model_33593 - -// 30398 -[loc_30398] -active=no -ambient=64 -model=model_33601 - -// 30399 -[loc_30399] -active=no -ambient=64 -sharelight=yes -model=model_33613 - -// 30400 -[loc_30400] -active=no -ambient=64 -mirror=yes -sharelight=yes -retex1s=material_96 -retex1d=material_418 -model=model_33613 - -// 30401 -[loc_30401] -active=no -ambient=64 -sharelight=yes -model=model_33603 - -// 30402 -[loc_30402] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33603 - -// 30403 -[loc_30403] -active=no -ambient=64 -sharelight=yes -model=model_33591 - -// 30404 -[loc_30404] -active=no -ambient=64 -mirror=yes -sharelight=yes -model=model_33591 - -// 30405 -[loc_30405] -active=no -ambient=64 -sharelight=yes -model=model_33573 - -// 30406 -[loc_30406] -active=no -ambient=64 -mirror=yes -sharelight=yes -retex1s=material_96 -retex1d=material_418 -model=model_33573 - -// 30407 -[loc_30407] -active=no -ambient=64 -sharelight=yes -width=5 -length=2 -model=model_33625 - -// 30408 -[loc_30408] -active=no -ambient=64 -sharelight=yes -retex1s=material_96 -retex1d=material_418 -model=model_33609 - -// 30409 -[loc_30409] -active=no -ambient=64 -sharelight=yes -retex1s=material_96 -retex1d=material_418 -model=model_33616 - -// 30410 -[loc_30410] -active=no -ambient=64 -sharelight=yes -retex1s=material_96 -retex1d=material_418 -model=model_33624 - -// 30411 -[loc_30411] -active=no -ambient=64 -sharelight=yes -width=3 -model=model_33587 - -// 30412 -[loc_30412] -active=no -ambient=64 -sharelight=yes -length=2 -width=2 -model=model_33577 - -// 30413 -[loc_30413] -active=no -ambient=64 -model=model_33607 - -// 30414 -[loc_30414] -active=no -ambient=64 -model=model_33604 - -// 30415 -[loc_30415] -active=no -ambient=64 -model=model_33623 - -// 30416 -[loc_30416] -active=no -resizey=160 -sharelight=yes -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_33564 - -// 30417 -[loc_30417] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33502,0 - -// 30418 -[loc_30418] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33510,0 - -// 30419 -[loc_30419] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33530,0 - -// 30420 -[loc_30420] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33514,0 - -// 30421 -[loc_30421] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33520,0 - -// 30422 -[loc_30422] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33527,0 - -// 30423 -[loc_30423] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33534,0 - -// 30424 -[loc_30424] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33515,0 - -// 30425 -[loc_30425] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33536,0 - -// 30426 -[loc_30426] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33522,0 - -// 30427 -[loc_30427] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33518,0 - -// 30428 -[loc_30428] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33519,0 - -// 30429 -[loc_30429] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33526,0 - -// 30430 -[loc_30430] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33517,0 - -// 30431 -[loc_30431] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33532,0 - -// 30432 -[loc_30432] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33531,0 - -// 30433 -[loc_30433] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33525,0 - -// 30434 -[loc_30434] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33528,0 - -// 30435 -[loc_30435] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33535,0 - -// 30436 -[loc_30436] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33523,0 - -// 30437 -[loc_30437] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33537,0 - -// 30438 -[loc_30438] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33533,0 - -// 30439 -[loc_30439] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33524,0 - -// 30440 -[loc_30440] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33521,0 - -// 30441 -[loc_30441] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33529,0 - -// 30442 -[loc_30442] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33516,0 - -// 30443 -[loc_30443] -active=no -sharelight=yes -ambient=10 -contrast=56 -model=model_33503 - -// 30444 -[loc_30444] -active=no -sharelight=yes -ambient=10 -contrast=56 -model=model_33508 - -// 30445 -[loc_30445] -active=no -sharelight=yes -ambient=10 -contrast=56 -model=model_33505 - -// 30446 -[loc_30446] -active=no -sharelight=yes -ambient=10 -contrast=56 -model=model_33507 - -// 30447 -[loc_30447] -active=no -sharelight=yes -ambient=10 -contrast=56 -model=model_33512 - -// 30448 -[loc_30448] -active=no -sharelight=yes -ambient=10 -contrast=56 -model=model_33504 - -// 30449 -[loc_30449] -active=no -sharelight=yes -ambient=10 -contrast=56 -model=model_33509 - -// 30450 -[loc_30450] -active=no -sharelight=yes -ambient=10 -contrast=56 -forcedecor=yes -model=model_33506,0 - -// 30451 -[loc_30451] -active=no -sharelight=yes -ambient=10 -contrast=56 -length=2 -width=2 -model=model_33511 - -// 30452 -[loc_30452] -active=no -sharelight=yes -ambient=10 -contrast=56 -length=2 -width=2 -anim=seq_6853 -model=model_33538 - -// 30453 -[loc_30453] -active=no -sharelight=yes -blockrange=no -model=model_33547 - -// 30454 -[loc_30454] -active=no -sharelight=yes -blockrange=no -model=model_33548 - -// 30455 -[loc_30455] -active=no -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_33551,0 - -// 30456 -[loc_30456] -active=no -sharelight=yes -forcedecor=yes -model=model_33553,0 - -// 30457 -[loc_30457] -active=no -sharelight=yes -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_33550,0 - -// 30458 -[loc_30458] -ambient=10 -resizey=160 -forceapproach=west -sharelight=yes -model=model_33554 -name=Wooden beam - -// 30459 -[loc_30459] -ambient=10 -resizey=160 -forceapproach=west -sharelight=yes -op1=climb-up -model=model_33549 -name=Wooden beam - -// 30460 -[loc_30460] -op1=Look-at -active=yes -anim=seq_9090 -length=2 -blockrange=no -model=model_33542 -name=Safalaan - -// 30461 -[loc_30461] -blockwalk=no -active=no -length=2 -model=model_3951 - -// 30462 -[loc_30462] -op1=Look-at -active=yes -anim=seq_9088 -length=2 -blockrange=no -model=model_33540 -name=Andiess Juip - -// 30463 -[loc_30463] -op1=Look-at -active=yes -anim=seq_9089 -length=2 -blockrange=no -model=model_33539 -name=Kael Forshaw - -// 30464 -[loc_30464] -active=yes -anim=seq_9085 -length=2 -blockrange=no -model=model_33542 -name=Safalaan - -// 30465 -[loc_30465] -active=yes -anim=seq_9083 -length=2 -blockrange=no -model=model_33540 -name=Andiess Juip - -// 30466 -[loc_30466] -active=yes -anim=seq_9084 -length=2 -blockrange=no -model=model_33539 -name=Kael Forshaw - -// 30467 -[loc_30467] -op4=Hidden -blockwalk=yes -anim=seq_1303 -length=2 -ambient=64 -blockrange=no -model=model_33405 -name=Funeral pyre - -// 30468 -[loc_30468] -blockwalk=yes -anim=seq_1304 -length=2 -ambient=64 -blockrange=no -model=model_33405 -name=Funeral pyre - -// 30469 -[loc_30469] -blockwalk=yes -anim=seq_1304 -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=10433 -recol2s=11556 -recol2d=12549 -model=model_33405 -name=Funeral pyre - -// 30470 -[loc_30470] -blockwalk=yes -anim=seq_1304 -length=2 -ambient=64 -blockrange=no -model=model_33405 -name=Funeral pyre - -// 30471 -[loc_30471] -blockwalk=yes -anim=seq_1304 -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=22023 -recol2s=11556 -recol2d=12548 -model=model_33405 -name=Funeral pyre - -// 30472 -[loc_30472] -blockwalk=yes -anim=seq_1304 -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=14659 -recol2s=11556 -recol2d=19909 -model=model_33405 -name=Funeral pyre - -// 30473 -[loc_30473] -blockwalk=yes -anim=seq_1304 -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=9376 -recol2s=11556 -recol2d=11490 -model=model_33405 -name=Funeral pyre - -// 30474 -[loc_30474] -blockwalk=yes -anim=seq_1304 -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=12548 -recol2s=11556 -recol2d=22023 -model=model_33405 -name=Funeral pyre - -// 30475 -[loc_30475] -blockwalk=yes -anim=seq_1304 -length=2 -ambient=64 -blockrange=no -model=model_33405 -name=Funeral pyre - -// 30476 -[loc_30476] -blockwalk=yes -anim=seq_1304 -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=12649 -recol2s=11556 -recol2d=14729 -model=model_33405 -name=Funeral pyre - -// 30477 -[loc_30477] -blockwalk=yes -anim=seq_1304 -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=8420 -recol2s=11556 -recol2d=1451 -model=model_33406 -name=Funeral pyre - -// 30478 -[loc_30478] -op1=Light -op4=Hidden -blockwalk=yes -length=2 -ambient=64 -blockrange=no -model=model_33405 -name=Funeral pyre - -// 30479 -[loc_30479] -op1=Light -op4=Hidden -blockwalk=yes -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=10433 -recol2s=11556 -recol2d=12549 -model=model_33405 -name=Funeral pyre - -// 30480 -[loc_30480] -op1=Light -op4=Hidden -blockwalk=yes -length=2 -ambient=64 -blockrange=no -model=model_33405 -name=Funeral pyre - -// 30481 -[loc_30481] -op1=Light -op4=Hidden -blockwalk=yes -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=22023 -recol2s=11556 -recol2d=12548 -model=model_33405 -name=Funeral pyre - -// 30482 -[loc_30482] -op1=Light -op4=Hidden -blockwalk=yes -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=14659 -recol2s=11556 -recol2d=19909 -model=model_33405 -name=Funeral pyre - -// 30483 -[loc_30483] -op1=Light -op4=Hidden -blockwalk=yes -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=9376 -recol2s=11556 -recol2d=11490 -model=model_33405 -name=Funeral pyre - -// 30484 -[loc_30484] -op1=Light -op4=Hidden -blockwalk=yes -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=12548 -recol2s=11556 -recol2d=22023 -model=model_33405 -name=Funeral pyre - -// 30485 -[loc_30485] -op1=Light -op4=Hidden -blockwalk=yes -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=12649 -recol2s=11556 -recol2d=14729 -model=model_33405 -name=Funeral pyre - -// 30486 -[loc_30486] -op1=Light -op4=Hidden -blockwalk=yes -length=2 -ambient=64 -blockrange=no -model=model_33405 -name=Funeral pyre - -// 30487 -[loc_30487] -op1=Light -op4=Hidden -blockwalk=yes -length=2 -ambient=64 -blockrange=no -recol1s=5216 -recol1d=8420 -recol2s=11556 -recol2d=1451 -model=model_33406 -name=Funeral pyre - -// 30488 -[loc_30488] -blockwalk=yes -raiseobject=yes -occlude=yes -ambient=64 -blockrange=no -recolhsl1s=61 -recolhsl1d=15376 -model=model_1537 -name=Stone stand - -// 30489 -[loc_30489] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=11489 -recol1d=6307 -recol2s=12546 -recol2d=7364 -recol3s=13603 -recol3d=8421 -recol4s=16740 -recol4d=9478 -recol5s=16774 -recol5d=10535 -model=model_22939 -name=Ladder - -// 30490 -[loc_30490] -op1=Search -blockwalk=yes -width=2 -ambient=10 -blockrange=no -recol1s=14695 -recol1d=10534 -recol2s=13638 -recol2d=9477 -recol3s=12581 -recol3d=8420 -recol4s=11524 -recol4d=7363 -recol5s=10467 -recol5d=6306 -recol6s=9410 -recol6d=5249 -model=model_17856 -name=Crude table - -// 30491 -[loc_30491] -op1=Search -length=2 -ambient=10 -model=model_33561 -name=Bunk bed - -// 30492 -[loc_30492] -op1=Search -length=2 -ambient=10 -model=model_33567 -name=Bunk bed - -// 30493 -[loc_30493] -ambient=15 -resizey=160 -forceapproach=east -sharelight=yes -model=model_33554 -name=Wooden post - -// 30494 -[loc_30494] -ambient=15 -resizey=160 -forceapproach=east -sharelight=yes -op1=Climb-up -model=model_33549 -name=Wooden post - -// 30495 -[loc_30495] -ambient=15 -resizey=160 -sharelight=yes -op1=Climb-down -model=model_33552 -name=Wooden beam - -// 30496 -[loc_30496] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -model=model_17924,0 -name=Floorboards - -// 30497 -[loc_30497] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 -name=Floorboards - -// 30498 -[loc_30498] -op5=Jump-onto -active=yes -blockwalk=no -ambient=15 -resizey=160 -sharelight=yes -model=model_33557,1 -name=Damaged wall - -// 30499 -[loc_30499] -active=yes -op5=Jump-onto -blockwalk=no -ambient=15 -resizey=160 -sharelight=yes -model=model_33556,1 -name=Damaged wall - -// 30500 -[loc_30500] -active=yes -op5=Jump-thru -blockwalk=no -ambient=15 -resizey=160 -sharelight=yes -model=model_33555,1 -name=Destroyed wall - -// 30501 -[loc_30501] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=7365 -recol1d=4259 -recol2s=7364 -recol2d=6340 -recol3s=5284 -recol3d=4260 -recol4s=4227 -recol4d=5284 -recol5s=3203 -recol5d=7364 -model=model_17924,0 -name=Floorboards - -// 30502 -[loc_30502] -op5=Jump-to -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -mirror=yes -model=model_17922,0 -name=Floorboards - -// 30503 -[loc_30503] -op1=Open -active=yes -forceapproach=east -resizex=128 -resizey=160 -resizez=128 -ambient=10 -model=model_17615,1 -name=Door - -// 30504 -[loc_30504] -ambient=10 -length=2 -width=2 -forceapproach=south -resizex=128 -resizey=160 -resizez=128 -model=model_33704 -name=Mass of debris - -// 30505 -[loc_30505] -op1=Search -op3=hidden -op5=Excavate -ambient=10 -length=2 -width=2 -forceapproach=south -resizex=128 -resizey=160 -resizez=128 -model=model_33704 -name=Mass of debris - -// 30506 -[loc_30506] -op1=Search -op3=hidden -op5=Excavate -ambient=10 -length=2 -width=2 -forceapproach=south -resizex=128 -resizey=160 -resizez=128 -model=model_33702 -name=Mass of debris - -// 30507 -[loc_30507] -op1=Search -op3=hidden -op5=Excavate -ambient=10 -length=2 -width=2 -forceapproach=south -resizex=128 -resizey=160 -resizez=128 -model=model_33706 -name=Mass of debris - -// 30508 -[loc_30508] -ambient=10 -length=2 -width=2 -resizex=128 -resizey=160 -resizez=128 -forceapproach=south -model=model_33709 -name=Empty furnace - -// 30509 -[loc_30509] -ambient=10 -length=2 -width=2 -forceapproach=south -resizex=128 -resizey=160 -resizez=128 -model=model_33709 -model2=model_33703 -name=Coal-filled furnace - -// 30510 -[loc_30510] -op2=Smelt -ambient=10 -length=2 -width=2 -forceapproach=south -bgsound=synth_2208,10 -anim=seq_3106 -resizex=128 -resizey=160 -resizez=128 -model=model_33707 -model2=model_33703 -model3=model_33705 -name=Furnace - -// 30511 -[loc_30511] -op1=Search -blockrange=no -recol1s=9543 -recol1d=5249 -recol2s=13605 -recol2d=10534 -recol3s=12548 -recol3d=9477 -recol4s=11491 -recol4d=8420 -recol5s=10434 -recol5d=7363 -recol6s=7297 -recol6d=6306 -model=model_33563 -name=Barrel - -// 30512 -[loc_30512] -blockrange=no -recol1s=9543 -recol1d=5249 -recol2s=13605 -recol2d=10534 -recol3s=12548 -recol3d=9477 -recol4s=11491 -recol4d=8420 -recol5s=10434 -recol5d=7363 -recol6s=7297 -recol6d=6306 -model=model_14087 -name=Barrel - -// 30513 -[loc_30513] -op1=Search -resizey=160 -active=yes -model=model_33568,Q -name=Shelf - -// 30514 -[loc_30514] -resizey=160 -active=yes -model=model_33566,Q -name=Shelf - -// 30515 -[loc_30515] -op1=Search -resizey=160 -active=yes -model=model_33562,Q -name=Tool rack - -// 30516 -[loc_30516] -op1=Search -resizey=160 -active=yes -model=model_33565,Q -name=Tool rack - -// 30517 -[loc_30517] -active=yes -op1=Search -active=yes -recol1s=14695 -recol1d=10534 -recol2s=13638 -recol2d=9477 -recol3s=12581 -recol3d=8420 -recol4s=11524 -recol4d=7363 -recol5s=10467 -recol5d=6306 -recol6s=9410 -recol6d=5249 -model=model_33569 -name=Crate - -// 30518 -[loc_30518] -sharelight=yes -resizey=160 -width=2 -active=yes -recol1s=4225 -recol1d=32 -recol2s=5282 -recol2d=3168 -recol3s=6339 -recol3d=4225 -recol4s=7396 -recol4d=5282 -recol5s=8453 -recol5d=6339 -model=model_33559 -name=Banner - -// 30519 -[loc_30519] -active=no -width=2 -length=2 -ambient=60 -contrast=-12 -anim=seq_3104 -bgsound=synth_2209,3 -model=model_33701 - -// 30520 -[loc_30520] -ambient=10 -width=2 -model=model_33708 -name=Trough - -// 30521 -[loc_30521] -op1=Search -ambient=10 -width=2 -model=model_33708 -name=Trough - -// 30522 -[loc_30522] -op1=Search -active=yes -ambient=10 -model=model_33647 -name=Door - -// 30523 -[loc_30523] -op1=Search -active=yes -mirror=yes -ambient=10 -model=model_33647 -name=Door - -// 30524 -[loc_30524] -active=yes -op1=Climb-thru -mirror=yes -ambient=10 -model=model_33646 -name=Door - -// 30525 -[loc_30525] -active=yes -mirror=yes -ambient=10 -model=model_33650 -name=Door - -// 30526 -[loc_30526] -op1=Search -active=yes -anim=seq_9033 -ambient=10 -model=model_33648 -name=Door - -// 30527 -[loc_30527] -op1=Search -active=yes -anim=seq_9035 -ambient=10 -model=model_33650 -name=Door - -// 30528 -[loc_30528] -op1=Search -blockwalk=no -width=3 -length=3 -model=model_33684 -name=Strange stones - -// 30529 -[loc_30529] -op1=Search -blockwalk=no -width=3 -length=3 -model=model_33685 -name=Strange stones - -// 30530 -[loc_30530] -op1=Enter -blockwalk=no -width=3 -length=3 -model=model_33685 -name=Strange stones - -// 30531 -[loc_30531] -active=yes -op1=Look-at -op2=Read -resizey=160 -model=model_33558,Q -name=Instructions - -// 30532 -[loc_30532] -length=2 -width=2 -ambient=10 -contrast=5 -hillskew=yes -model=model_33570 -name=Wall - -// 30533 -[loc_30533] -op1=Climb-down -length=2 -width=2 -ambient=10 -contrast=5 -hillskew=yes -model=model_33571 -name=Stairway - -// 30534 -[loc_30534] -op1=Climb-up -ambient=64 -sharelight=yes -length=2 -model=model_33597 -name=Stairs - -// 30535 -[loc_30535] -op1=Search -op2=Open -active=yes -ambient=64 -model=model_33626 -name=Wall storage - -// 30536 -[loc_30536] -op1=Search -active=yes -ambient=64 -model=model_33629 -name=Wall storage - -// 30537 -[loc_30537] -active=yes -op1=Open -ambient=64 -model=model_33627 -name=Wooden recess - -// 30538 -[loc_30538] -active=yes -op1=Open -ambient=64 -model=model_33628 -name=Wooden recess - -// 30539 -[loc_30539] -active=yes -op1=Search -ambient=25 -blockrange=no -recol1s=4194 -recol1d=10273 -recol2s=13605 -recol2d=12613 -recol3s=12548 -recol3d=11556 -recol4s=11491 -recol4d=10499 -recol5s=10434 -recol5d=9442 -recol6s=7297 -recol6d=8385 -model=model_8232 -model2=model_24821 -name=Coal barrel - -// 30540 -[loc_30540] -active=yes -ambient=25 -blockrange=no -recol1s=4194 -recol1d=10273 -recol2s=13605 -recol2d=12613 -recol3s=12548 -recol3d=11556 -recol4s=11491 -recol4d=10499 -recol5s=10434 -recol5d=9442 -recol6s=7297 -recol6d=8385 -model=model_8232 -name=Empty barrel - -// 30541 -[loc_30541] -raiseobject=yes -blockrange=no -recol1s=13639 -recol1d=10534 -recol2s=12582 -recol2d=9477 -recol3s=11525 -recol3d=8420 -recol4s=10468 -recol4d=7363 -recol5s=9411 -recol5d=6306 -recol6s=8354 -recol6d=5249 -model=model_5283 -name=Boxes - -// 30542 -[loc_30542] -raiseobject=yes -blockrange=no -recol1s=14695 -recol1d=10534 -recol2s=13638 -recol2d=9477 -recol3s=12581 -recol3d=8420 -recol4s=11524 -recol4d=7363 -recol5s=10467 -recol5d=6306 -recol6s=9410 -recol6d=5249 -model=model_7685 -name=Crate - -// 30543 -[loc_30543] -blockwalk=no -op3=hidden -length=3 -model=model_33681 -name=Coffin - -// 30544 -[loc_30544] -blockwalk=no -op3=hidden -width=2 -length=2 -model=model_33679 -name=Coffin - -// 30545 -[loc_30545] -blockwalk=no -width=2 -length=2 -model=model_33679 -name=Coffin - -// 30546 -[loc_30546] -blockwalk=no -length=3 -model=model_33681 -name=Coffin - -// 30547 -[loc_30547] -blockwalk=no -width=2 -length=2 -model=model_33682 -name=Coffin - -// 30548 -[loc_30548] -blockwalk=no -width=3 -length=3 -model=model_33678 -name=Raised coffin - -// 30549 -[loc_30549] -blockwalk=no -model=model_33676 -name=Skull stonepile - -// 30550 -[loc_30550] -blockwalk=no -model=model_33677 -name=Stone coffin - -// 30551 -[loc_30551] -blockwalk=no -model=model_33675 -name=Stone coffin - -// 30552 -[loc_30552] -blockwalk=no -model=model_33680 -name=Skull stonepile - -// 30553 -[loc_30553] -blockwalk=no -model=model_33683 -name=Stone coffin - -// 30554 -[loc_30554] -blockwalk=no -active=yes -recol1s=12618 -recol1d=6340 -recolhsl2s=51 -recolhsl2d=12438 -recolhsl3s=41 -recolhsl3d=8338 -model=model_14667 -name=Gravestone - -// 30555 -[loc_30555] -blockwalk=yes -op1=Squeeze-past -active=yes -width=2 -hillskew=yes -blockrange=no -model=model_33407 -name=Jutting wall - -// 30556 -[loc_30556] -active=yes -blockwalk=yes -op1=Squeeze-past -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -length=2 -blockrange=no -model=model_33657 -name=Jutting wall - -// 30557 -[loc_30557] -active=yes -blockwalk=yes -op1=Squeeze-past -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -length=2 -mirror=yes -blockrange=no -model=model_33657 -name=Jutting wall - -// 30558 -[loc_30558] -blockwalk=yes -active=yes -width=2 -anim=seq_459 -hillskew=yes -blockrange=no -model=model_33407 -name=Speartrap - -// 30559 -[loc_30559] -sharelight=yes -hillskew=yes -op1=Enter -resizey=160 -ambient=15 -contrast=15 -model=model_33696 -name=Cave entrance - -// 30560 -[loc_30560] -sharelight=yes -hillskew=yes -op1=Enter -resizey=160 -ambient=15 -contrast=15 -model=model_33696 -name=Cave entrance - -// 30561 -[loc_30561] -op1=Enter -sharelight=yes -hillskew=yes -resizey=160 -ambient=15 -contrast=15 -model=model_33696 -name=Cave entrance - -// 30562 -[loc_30562] -blockwalk=yes -ambient=10 -width=2 -recol1s=10468 -recol1d=9478 -recol2s=11525 -recol2d=6307 -recolhsl3s=5636 -recolhsl3d=3226 -recol4s=9411 -recol4d=9478 -model=model_20638 -name=Blackboard - -// 30563 -[loc_30563] -blockwalk=yes -op1=Search -ambient=25 -contrast=25 -blockrange=no -model=model_33632 -name=Fishing rods - -// 30564 -[loc_30564] -active=yes -sharelight=yes -ambient=64 -length=2 -model=model_33578 -name=Wall chest coffin - -// 30565 -[loc_30565] -active=yes -sharelight=yes -ambient=64 -length=2 -mirror=yes -model=model_33578 -name=Wall chest coffin - -// 30566 -[loc_30566] -op1=Look-at -op5=Search -width=2 -blockrange=no -recol1s=28436 -recol1d=7399 -recol2s=16846 -recol2d=5285 -model=model_1080 -name=Corpse - -// 30567 -[loc_30567] -op1=Search -active=yes -recol1s=11492 -recol1d=12613 -recol2s=8355 -recol2d=8385 -model=model_12117 -name=Lectern - -// 30568 -[loc_30568] -active=no -anim=seq_9036 -blockwalk=no -model=model_33545,Q - -// 30569 -[loc_30569] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -bgsound=synth_4472,1 -anim=seq_5598 -model=model_33375,Q -name=Torch - -// 30570 -[loc_30570] -contrast=15 -ambient=20 -blockwalk=yes -op1=Open -blockrange=no -model=model_27408,1 -name=Cell door - -// 30571 -[loc_30571] -active=yes -op1=Open -recolhsl1s=6466 -recolhsl1d=7187 -recolhsl2s=5545 -recolhsl2d=7191 -recolhsl3s=6490 -recolhsl3d=6 -recolhsl4s=61 -recolhsl4d=17 -recolhsl5s=90 -recolhsl5d=6 -model=model_12604,0 -name=Trapdoor - -// 30572 -[loc_30572] -op1=Climb-down -op2=Close -sharelight=yes -recolhsl1s=6466 -recolhsl1d=7187 -recolhsl2s=5545 -recolhsl2d=7191 -recolhsl3s=6490 -recolhsl3d=6 -recolhsl4s=61 -recolhsl4d=17 -recolhsl5s=90 -recolhsl5d=6 -model=model_12605,0 -name=Ladder - -// 30573 -[loc_30573] -active=yes -op1=Open -sharelight=yes -recolhsl1s=6466 -recolhsl1d=7187 -recolhsl2s=5545 -recolhsl2d=7191 -recolhsl3s=6490 -recolhsl3d=6 -recolhsl4s=61 -recolhsl4d=17 -recolhsl5s=90 -recolhsl5d=6 -model=model_12604,0 -name=Trapdoor - -// 30574 -[loc_30574] -op1=Climb-down -sharelight=yes -recolhsl1s=6466 -recolhsl1d=7187 -recolhsl2s=5545 -recolhsl2d=7191 -recolhsl3s=6490 -recolhsl3d=6 -recolhsl4s=61 -recolhsl4d=17 -recolhsl5s=90 -recolhsl5d=6 -model=model_12605,0 -name=Ladder - -// 30575 -[loc_30575] -active=yes -op1=Climb-up -forceapproach=south -msi=msi_7 -recolhsl1s=5912 -recolhsl1d=7191 -recolhsl2s=5788 -recolhsl2d=7187 -recolhsl3s=5673 -recolhsl3d=7197 -model=model_5187 -name=Ladder - -// 30576 -[loc_30576] -ambient=10 -contrast=5 -msi=msi_84 -model=model_33485 -name=Column - -// 30577 -[loc_30577] -ambient=10 -contrast=5 -model=model_33482 -name=Column - -// 30578 -[loc_30578] -ambient=10 -contrast=5 -model=model_33481 -name=Column - -// 30579 -[loc_30579] -ambient=10 -contrast=5 -model=model_33428,0 - -// 30580 -[loc_30580] -ambient=10 -contrast=5 -hardshadow=no -model=model_33417,0 - -// 30581 -[loc_30581] -ambient=10 -contrast=5 -hardshadow=no -model=model_33437,0 - -// 30582 -[loc_30582] -ambient=10 -contrast=5 -model=model_33419,0 - -// 30583 -[loc_30583] -ambient=10 -contrast=5 -model=model_33432,0 - -// 30584 -[loc_30584] -ambient=10 -contrast=5 -model=model_33449,0 - -// 30585 -[loc_30585] -ambient=10 -contrast=5 -model=model_33452,0 - -// 30586 -[loc_30586] -ambient=10 -contrast=5 -model=model_33452,0 - -// 30587 -[loc_30587] -ambient=10 -contrast=5 -model=model_33425,0 - -// 30588 -[loc_30588] -ambient=10 -contrast=5 -model=model_33425,0 - -// 30589 -[loc_30589] -ambient=10 -contrast=5 -model=model_33422,0 - -// 30590 -[loc_30590] -ambient=10 -contrast=5 -model=model_33438,0 - -// 30591 -[loc_30591] -ambient=10 -contrast=5 -model=model_33436,0 - -// 30592 -[loc_30592] -ambient=10 -contrast=5 -model=model_33441,0 - -// 30593 -[loc_30593] -ambient=10 -contrast=5 -model=model_33424,0 - -// 30594 -[loc_30594] -ambient=10 -contrast=5 -model=model_33427,0 - -// 30595 -[loc_30595] -ambient=10 -contrast=5 -model=model_33421,0 - -// 30596 -[loc_30596] -ambient=10 -contrast=5 -model=model_33421,0 - -// 30597 -[loc_30597] -ambient=10 -contrast=5 -model=model_33433,0 - -// 30598 -[loc_30598] -ambient=10 -contrast=5 -model=model_33423,0 - -// 30599 -[loc_30599] -ambient=10 -contrast=5 -model=model_33442,0 - -// 30600 -[loc_30600] -ambient=10 -contrast=5 -model=model_33445,0 - -// 30601 -[loc_30601] -ambient=10 -contrast=5 -mirror=yes -model=model_33445,0 - -// 30602 -[loc_30602] -ambient=10 -contrast=5 -mirror=yes -model=model_33423,0 - -// 30603 -[loc_30603] -ambient=10 -contrast=5 -mirror=yes -model=model_33442,0 - -// 30604 -[loc_30604] -ambient=10 -contrast=5 -model=model_33451,0 - -// 30605 -[loc_30605] -ambient=10 -contrast=5 -mirror=yes -model=model_33451,0 - -// 30606 -[loc_30606] -ambient=10 -contrast=5 -model=model_33440,0 - -// 30607 -[loc_30607] -ambient=10 -contrast=5 -model=model_33439,0 - -// 30608 -[loc_30608] -ambient=10 -contrast=5 -model=model_33440,0 - -// 30609 -[loc_30609] -ambient=10 -contrast=5 -model=model_33439,0 - -// 30610 -[loc_30610] -ambient=10 -contrast=5 -model=model_33426,0 - -// 30611 -[loc_30611] -ambient=10 -contrast=5 -model=model_33450,0 - -// 30612 -[loc_30612] -ambient=10 -contrast=5 -model=model_33420,0 - -// 30613 -[loc_30613] -ambient=10 -contrast=5 -model=model_33448,0 - -// 30614 -[loc_30614] -ambient=10 -contrast=5 -model=model_33443,0 - -// 30615 -[loc_30615] -ambient=10 -contrast=5 -model=model_33431,0 - -// 30616 -[loc_30616] -ambient=10 -contrast=5 -mirror=yes -model=model_33431,0 - -// 30617 -[loc_30617] -ambient=10 -contrast=5 -model=model_33418,0 - -// 30618 -[loc_30618] -ambient=10 -contrast=5 -width=2 -length=2 -model=model_33380 -name=Statue - -// 30619 -[loc_30619] -ambient=10 -contrast=5 -width=2 -length=2 -model=model_33381 -name=Statue - -// 30620 -[loc_30620] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_32142,1 - -// 30621 -[loc_30621] -active=yes -length=2 -width=2 -multivar=varplayerbit_4582 -multiloc=0,loc_30532 -multiloc=1,loc_30533 - -// 30622 -[loc_30622] -active=yes -anim=seq_9041 -multivar=varplayerbit_4583 -multiloc=0,loc_30535 -multiloc=1,loc_30536 - -// 30623 -[loc_30623] -active=yes -multivar=varplayerbit_4576 -multiloc=0,loc_30539 -multiloc=1,loc_30540 - -// 30624 -[loc_30624] -op1=Craft-rune -anim=seq_503 -bgsound=synth_3140,5 -ambient=10 -contrast=56 -length=4 -width=4 -blockwalk=yes -blockrange=no -model=model_33803 -name=Altar - -// 30625 -[loc_30625] -blockwalk=no -hillskew=yes -recolhsl1s=7326 -recolhsl1d=8338 -recolhsl2s=7335 -recolhsl2d=12438 -model=model_33753 -name=Gravestone - -// 30626 -[loc_30626] -recol1s=7329 -recol1d=8420 -recol2s=6272 -recol2d=7363 -recolhsl3s=6445 -recolhsl3d=8343 -recolhsl4s=6689 -recolhsl4d=11422 -model=model_33805 -name=Shelves - -// 30627 -[loc_30627] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33476,1 -model=model_33474,2 -model=model_33467,5 - -// 30628 -[loc_30628] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33460,1 -model=model_33470,2 -model=model_33463,5 - -// 30629 -[loc_30629] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33469,1 -model=model_33455,2 -model=model_33462,5 - -// 30630 -[loc_30630] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33465,1 - -// 30631 -[loc_30631] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33459,1 -model=model_33466,2 -model=model_33457,5 - -// 30632 -[loc_30632] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33464,1 - -// 30633 -[loc_30633] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33456,1 -model=model_33468,2 -model=model_33472,5 - -// 30634 -[loc_30634] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33471,1 - -// 30635 -[loc_30635] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33479,1 - -// 30636 -[loc_30636] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33453,1 - -// 30637 -[loc_30637] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33478 - -// 30638 -[loc_30638] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33458,1 -model=model_33475,5 - -// 30639 -[loc_30639] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33454,5 - -// 30640 -[loc_30640] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33477,1 - -// 30641 -[loc_30641] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_33461,1 - -// 30642 -[loc_30642] -active=no -contrast=25 -ambient=30 -anim=seq_5598 -bgsound=synth_4472,1 -hardshadow=no -recolhsl1s=10388 -recolhsl1d=17432 -recolhsl2s=10512 -recolhsl2d=17426 -recolhsl3s=10392 -recolhsl3d=17438 -recolhsl4s=10508 -recolhsl4d=17420 -model=model_32098,Q - -// 30643 -[loc_30643] -sharelight=yes -hillskew=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=10266 -recolhsl1d=15372 -recolhsl2s=10262 -recolhsl2d=13322 -recolhsl3s=10258 -recolhsl3d=11272 -recolhsl4s=10382 -recolhsl4d=9222 -recolhsl5s=10378 -recolhsl5d=7172 -recol6s=2113 -recol6d=0 -model=model_24280 - -// 30644 -[loc_30644] -sharelight=yes -hillskew=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=10266 -recolhsl1d=15372 -recolhsl2s=10262 -recolhsl2d=13322 -recolhsl3s=10258 -recolhsl3d=11272 -recolhsl4s=10382 -recolhsl4d=9222 -recolhsl5s=10378 -recolhsl5d=7172 -recol6s=2113 -recol6d=0 -model=model_24274 - -// 30645 -[loc_30645] -sharelight=yes -hillskew=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=10266 -recolhsl1d=15372 -recolhsl2s=10262 -recolhsl2d=13322 -recolhsl3s=10258 -recolhsl3d=11272 -recolhsl4s=10382 -recolhsl4d=9222 -recolhsl5s=10378 -recolhsl5d=7172 -recol6s=2113 -recol6d=0 -model=model_24279 - -// 30646 -[loc_30646] -sharelight=yes -hillskew=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=8076 -recolhsl1d=15372 -recolhsl2s=10262 -recolhsl2d=13322 -recolhsl3s=10258 -recolhsl3d=11272 -recolhsl4s=10382 -recolhsl4d=9222 -recolhsl5s=10378 -recolhsl5d=7172 -recol6s=2113 -recol6d=0 -model=model_24278 - -// 30647 -[loc_30647] -recolhsl1s=8076 -recolhsl1d=7324 -recolhsl2s=7952 -recolhsl2d=7332 -recolhsl3s=7700 -recolhsl3d=7336 -recolhsl4s=7336 -recolhsl4d=7446 -model=model_2132 -name=Shelves - -// 30648 -[loc_30648] -recolhsl1s=8076 -recolhsl1d=7324 -recolhsl2s=7952 -recolhsl2d=7332 -recolhsl3s=7700 -recolhsl3d=7336 -recolhsl4s=7336 -recolhsl4d=7446 -model=model_2133 -name=Shelves - -// 30649 -[loc_30649] -recolhsl1s=8076 -recolhsl1d=7324 -recolhsl2s=7952 -recolhsl2d=7332 -recolhsl3s=7700 -recolhsl3d=7336 -recolhsl4s=7336 -recolhsl4d=7446 -model=model_2134 -name=Shelves - -// 30650 -[loc_30650] -recolhsl1s=8076 -recolhsl1d=7324 -recolhsl2s=7952 -recolhsl2d=7332 -recolhsl3s=7700 -recolhsl3d=7336 -recolhsl4s=7336 -recolhsl4d=7446 -model=model_2135 -name=Shelves - -// 30651 -[loc_30651] -recolhsl1s=5660 -recolhsl1d=7324 -recolhsl2s=5784 -recolhsl2d=7320 -recolhsl3s=5665 -recolhsl3d=7332 -recolhsl4s=5908 -recolhsl4d=7313 -model=model_9500 -name=Bookcase - -// 30652 -[loc_30652] -blockrange=no -recolhsl1s=5532 -recolhsl1d=7332 -recolhsl2s=5656 -recolhsl2d=7320 -recolhsl3s=5652 -recolhsl3d=7318 -recol4s=11525 -recol4d=8421 -recolhsl5s=5417 -recolhsl5d=7337 -recolhsl6s=5413 -recolhsl6d=7328 -model=model_5257 -name=Crate - -// 30653 -[loc_30653] -active=no -sharelight=yes -hillskew=yes -contrast=5 -ambient=10 -model=model_33446,0 - -// 30654 -[loc_30654] -active=no -sharelight=yes -hillskew=yes -contrast=5 -ambient=10 -model=model_33434,0 - -// 30655 -[loc_30655] -active=no -sharelight=yes -hillskew=yes -contrast=5 -ambient=10 -model=model_33435,0 - -// 30656 -[loc_30656] -active=no -mirror=yes -sharelight=yes -hillskew=yes -contrast=5 -ambient=10 -model=model_33435,0 - -// 30657 -[loc_30657] -sharelight=yes -hillskew=yes -active=no -contrast=5 -ambient=10 -recolhsl1s=6689 -recolhsl1d=15372 -model=model_834 - -// 30658 -[loc_30658] -hillskew=yes -recol1s=13505 -recol1d=16874 -recol2s=14594 -recol2d=18988 -recol3s=15618 -recol3d=14762 -model=model_1124,0 - -// 30659 -[loc_30659] -hillskew=yes -recol1s=13505 -recol1d=16874 -recol2s=14594 -recol2d=18988 -recol3s=15618 -recol3d=14762 -model=model_1139,0 - -// 30660 -[loc_30660] -hillskew=yes -recol1s=13505 -recol1d=16874 -recol2s=14594 -recol2d=18988 -recol3s=15618 -recol3d=14762 -model=model_1032,0 - -// 30661 -[loc_30661] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4401,0 - -// 30662 -[loc_30662] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4402,0 - -// 30663 -[loc_30663] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4403,0 - -// 30664 -[loc_30664] -hillskew=yes -active=no -ambient=20 -resizey=300 -hardshadow=no -recol1s=22131 -recol1d=7493 -recol2s=16846 -recol2d=7493 -recol3s=11561 -recol3d=7493 -model=model_4404,0 - -// 30665 -[loc_30665] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -model=model_11797 - -// 30666 -[loc_30666] -active=no -hillskew=yes -unknown90=yes -recol1s=7364 -recol1d=10537 -recol2s=10535 -recol2d=11594 -model=model_8693,0 - -// 30667 -[loc_30667] -hillskew=yes -blockrange=no -model=model_33753 -name=Gravestone - -// 30668 -[loc_30668] -width=2 -length=2 -hillskew=yes -blockrange=no -model=model_33772 -name=Gravestone - -// 30669 -[loc_30669] -hillskew=yes -blockrange=no -model=model_33743 -name=Gravestone - -// 30670 -[loc_30670] -active=yes -blockrange=no -model=model_33739 -name=Gravestone - -// 30671 -[loc_30671] -active=yes -blockrange=no -recol1s=11561 -recol1d=9478 -recol2s=14699 -recol2d=11592 -recol3s=12618 -recol3d=10535 -model=model_14666 -name=Gravestone - -// 30672 -[loc_30672] -active=yes -blockrange=no -recol1s=11561 -recol1d=9478 -recol2s=14699 -recol2d=11592 -recol3s=12618 -recol3d=10535 -model=model_14667 -name=Gravestone - -// 30673 -[loc_30673] -sharelight=yes -hillskew=yes -active=no -model=model_33744,1 -model=model_33742,2 -model=model_33764,4 -model=model_33795,5 - -// 30674 -[loc_30674] -sharelight=yes -hillskew=yes -active=no -model=model_33778,1 - -// 30675 -[loc_30675] -sharelight=yes -hillskew=yes -mirror=yes -active=no -model=model_33778,1 - -// 30676 -[loc_30676] -sharelight=yes -hillskew=yes -active=no -model=model_33746 - -// 30677 -[loc_30677] -sharelight=yes -hillskew=yes -active=no -model=model_33760,0 - -// 30678 -[loc_30678] -sharelight=yes -hillskew=yes -active=no -model=model_33784,0 - -// 30679 -[loc_30679] -active=no -hillskew=yes -blockrange=no -model=model_33792 - -// 30680 -[loc_30680] -active=no -hillskew=yes -blockrange=no -model=model_33794 - -// 30681 -[loc_30681] -length=2 -sharelight=yes -active=no -model=model_33750 - -// 30682 -[loc_30682] -length=2 -mirror=yes -sharelight=yes -active=no -model=model_33750 - -// 30683 -[loc_30683] -length=2 -sharelight=yes -active=no -model=model_33763 - -// 30684 -[loc_30684] -occlude=yes -active=no -recol1s=26421 -recol1d=8456 -model=model_893,1 -model=model_894,2 -model=model_876,3 -model=model_877,4 -model=model_878,5 - -// 30685 -[loc_30685] -ambient=15 -contrast=15 -width=4 -length=5 -model=model_33761 -name=Statue - -// 30686 -[loc_30686] -ambient=15 -contrast=15 -model=model_33741 -name=Bust - -// 30687 -[loc_30687] -ambient=15 -contrast=15 -model=model_33788 -name=Bust - -// 30688 -[loc_30688] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -recol1s=13638 -recol1d=9478 -recol2s=11558 -recol2d=8421 -recol3s=10501 -recol3d=7364 -model=model_31345,1 -model=model_31352,2 -model=model_31369,5 - -// 30689 -[loc_30689] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -recol1s=13638 -recol1d=9478 -recol2s=11558 -recol2d=8421 -recol3s=10501 -recol3d=7364 -model=model_31368,1 -model=model_31313,2 -model=model_31383,5 - -// 30690 -[loc_30690] -sharelight=yes -hillskew=yes -ambient=30 -contrast=30 -recol1s=13638 -recol1d=9478 -recol2s=11558 -recol2d=8421 -recol3s=10501 -recol3d=7364 -model=model_31325,1 -model=model_31340,2 -model=model_31337,5 - -// 30691 -[loc_30691] -blockwalk=yes -ambient=15 -contrast=15 -width=2 -blockrange=no -recol1s=9412 -recol1d=9478 -recol2s=8355 -recol2d=8421 -recol3s=11492 -recol3d=7364 -model=model_22932 -name=Bench - -// 30692 -[loc_30692] -active=no -ambient=25 -contrast=25 -model=model_33745,1 -model=model_33773,2 -model=model_33789,5 - -// 30693 -[loc_30693] -active=no -blockwalk=yes -ambient=25 -contrast=25 -model=model_33762 - -// 30694 -[loc_30694] -active=no -ambient=25 -contrast=25 -model=model_33738,1 - -// 30695 -[loc_30695] -active=no -ambient=25 -contrast=25 -model=model_33740,1 - -// 30696 -[loc_30696] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_33757,A -model=model_33782,G -model=model_33775,H -model=model_33759,Z -model=model_33801,X -model=model_33787,C - -// 30697 -[loc_30697] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -model=model_33766,A - -// 30698 -[loc_30698] -active=no -mirror=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_33736,A - -// 30699 -[loc_30699] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_33766,A - -// 30700 -[loc_30700] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_33736,A - -// 30701 -[loc_30701] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_33754,A - -// 30702 -[loc_30702] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_33798,H - -// 30703 -[loc_30703] -active=no -ambient=25 -contrast=25 -model=model_33793,1 - -// 30704 -[loc_30704] -active=no -mirror=yes -ambient=25 -contrast=25 -model=model_33793,1 - -// 30705 -[loc_30705] -active=no -ambient=25 -contrast=25 -model=model_33776,1 - -// 30706 -[loc_30706] -active=no -mirror=yes -ambient=25 -contrast=25 -model=model_33776,1 - -// 30707 -[loc_30707] -op1=Open -op2=Knock-at -ambient=25 -contrast=25 -model=model_33797,1 -name=Large door - -// 30708 -[loc_30708] -mirror=yes -op1=Open -op2=Knock-at -ambient=25 -contrast=25 -model=model_33797,1 -name=Large door - -// 30709 -[loc_30709] -active=no -ambient=25 -contrast=25 -model=model_33797,1 - -// 30710 -[loc_30710] -mirror=yes -active=no -ambient=25 -contrast=25 -model=model_33797,1 - -// 30711 -[loc_30711] -active=no -ambient=25 -contrast=25 -model=model_33783 - -// 30712 -[loc_30712] -active=no -mirror=yes -ambient=25 -contrast=25 -model=model_33783 - -// 30713 -[loc_30713] -active=no -ambient=25 -contrast=25 -model=model_33785,1 - -// 30714 -[loc_30714] -active=no -mirror=yes -ambient=25 -contrast=25 -model=model_33785,1 - -// 30715 -[loc_30715] -active=no -mirror=yes -ambient=25 -contrast=25 -model=model_33749,1 - -// 30716 -[loc_30716] -active=no -ambient=25 -contrast=25 -model=model_33749,1 - -// 30717 -[loc_30717] -active=no -ambient=25 -contrast=25 -model=model_33779,1 -model=model_33774,4 - -// 30718 -[loc_30718] -active=no -ambient=25 -contrast=25 -model=model_33771,1 - -// 30719 -[loc_30719] -active=no -ambient=25 -contrast=25 -model=model_33765,4 - -// 30720 -[loc_30720] -active=no -mirror=yes -ambient=25 -contrast=25 -model=model_33771,1 - -// 30721 -[loc_30721] -active=no -mirror=yes -ambient=25 -contrast=25 -model=model_33765,4 - -// 30722 -[loc_30722] -blockwalk=yes -width=2 -length=2 -op1=Climb-up -msi=msi_7 -blockrange=no -model=model_33735 -name=Staircase - -// 30723 -[loc_30723] -blockwalk=yes -op1=Climb-down -msi=msi_7 -blockrange=no -recol1s=32661 -recol1d=7399 -recol2s=32659 -recol2d=6342 -recol3s=27410 -recol3d=5285 -model=model_23007,0 -name=Staircase top - -// 30724 -[loc_30724] -mirror=yes -blockwalk=yes -ambient=15 -contrast=15 -width=2 -length=2 -op1=Climb-up -msi=msi_7 -blockrange=no -model=model_33735 -name=Staircase - -// 30725 -[loc_30725] -mirror=yes -blockwalk=yes -msi=msi_7 -op1=Climb-down -blockrange=no -recol1s=32661 -recol1d=7399 -recol2s=32659 -recol2d=6342 -recol3s=27410 -recol3d=5285 -model=model_23007,0 -name=Staircase top - -// 30726 -[loc_30726] -width=2 -op1=Pray-at -blockrange=no -model=model_33796 -name=Altar - -// 30727 -[loc_30727] -ambient=15 -contrast=15 -model=model_33758 -name=Candle - -// 30728 -[loc_30728] -length=2 -op1=Open -blockrange=no -model=model_33777 -name=Morytania coffin - -// 30729 -[loc_30729] -width=2 -blockrange=no -model=model_33767 -name=Church pew - -// 30730 -[loc_30730] -width=3 -blockrange=no -model=model_33799 -name=Broken church pew - -// 30731 -[loc_30731] -mirror=yes -width=3 -blockrange=no -model=model_33799 -name=Broken church pew - -// 30732 -[loc_30732] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=11489 -recol1d=6307 -recol2s=12546 -recol2d=7364 -recol3s=13603 -recol3d=8421 -recol4s=16740 -recol4d=9478 -recol5s=16774 -recol5d=10535 -model=model_22939 -name=Ladder - -// 30733 -[loc_30733] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -blockrange=no -model=model_33770 -name=Ladder - -// 30734 -[loc_30734] -ambient=25 -blockrange=no -model=model_33791 -name=Table - -// 30735 -[loc_30735] -ambient=25 -blockrange=no -model=model_33751 -name=Lantern - -// 30736 -[loc_30736] -blockrange=no -recol1s=9446 -recol1d=9478 -recol2s=6275 -recol2d=8421 -recol3s=4161 -recol3d=6307 -model=model_26470 -name=Chair - -// 30737 -[loc_30737] -recol1s=12581 -recol1d=9478 -recol2s=8354 -recol2d=6307 -recol3s=11524 -recol3d=10535 -model=model_30909 -name=Broken Chair - -// 30738 -[loc_30738] -recol1s=12581 -recol1d=6307 -recol2s=8354 -recol2d=9478 -model=model_30868 -name=Broken Chair - -// 30739 -[loc_30739] -recol1s=12581 -recol1d=6307 -recol2s=8354 -recol2d=9478 -model=model_30913 -name=Broken Chair - -// 30740 -[loc_30740] -length=2 -op1=Search -forceapproach=east -model=model_33747 -name=Bookcase - -// 30741 -[loc_30741] -length=2 -op1=Search -forceapproach=east -model=model_33768 -name=Bookcase - -// 30742 -[loc_30742] -width=2 -blockrange=no -recol1s=11425 -recol1d=7363 -model=model_33755 -model2=model_27501 -name=Desk - -// 30743 -[loc_30743] -blockwalk=yes -model=model_33756 -name=Stand - -// 30744 -[loc_30744] -length=3 -model=model_33737 -name=Jail bed - -// 30745 -[loc_30745] -active=no -model=model_33748,Q - -// 30746 -[loc_30746] -active=no -recol1s=10499 -recol1d=7364 -recol2s=8385 -recol2d=7364 -recol3s=12613 -recol3d=9478 -model=model_18305,Q - -// 30747 -[loc_30747] -active=no -recol1s=10499 -recol1d=7364 -recol2s=8385 -recol2d=7364 -recol3s=12613 -recol3d=9478 -model=model_18306,Q - -// 30748 -[loc_30748] -active=no -recol1s=12613 -recol1d=9478 -recol2s=8385 -recol2d=7364 -recol3s=10499 -recol3d=8421 -model=model_18307,Q - -// 30749 -[loc_30749] -forcedecor=yes -blockwalk=no -active=no -recol1s=11524 -recol1d=9478 -recol2s=9410 -recol2d=7364 -recol3s=13638 -recol3d=6307 -model=model_15065,0 - -// 30750 -[loc_30750] -forcedecor=yes -blockwalk=no -active=no -model=model_33781,0 - -// 30751 -[loc_30751] -width=2 -recol1s=2112 -recol1d=5250 -recol2s=8354 -recol2d=7364 -recol3s=12581 -recol3d=9478 -model=model_30879 -name=Broken Table - -// 30752 -[loc_30752] -anim=seq_3107 -recol1s=6242 -recol1d=5250 -recol2s=32384 -recol2d=16738 -recol3s=32767 -recol3d=32536 -model=model_1941 -name=Candles - -// 30753 -[loc_30753] -ambient=15 -contrast=15 -model=model_33752 -name=Candles - -// 30754 -[loc_30754] -width=2 -resizex=64 -resizez=64 -resizey=76 -op1=Play -recol1s=12481 -recol1d=11558 -recol2s=12515 -recol2d=13672 -recol3s=7297 -recol3d=9444 -model=model_1732 -name=Church organ - -// 30755 -[loc_30755] -width=3 -active=no -blockwalk=no -ambient=64 -contrast=12 -anim=seq_9135 -model=model_33809 - -// 30756 -[loc_30756] -length=2 -model=model_33814 -name=Massive ribs - -// 30757 -[loc_30757] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_33811,0 - -// 30758 -[loc_30758] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_33810,0 - -// 30759 -[loc_30759] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_33812,0 - -// 30760 -[loc_30760] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=no -unknown90=yes -hardshadow=no -forcedecor=yes -model=model_24359,0 - -// 30761 -[loc_30761] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=no -unknown90=yes -hardshadow=no -forcedecor=yes -model=model_33813,0 - -// 30762 -[loc_30762] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=no -unknown90=yes -hardshadow=no -forcedecor=yes -model=model_33815,0 - -// 30763 -[loc_30763] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -forcedecor=yes -unknown90=yes -model=model_33834,0 - -// 30764 -[loc_30764] -forcedecor=yes -mapfunction=56 -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -model=model_33834,0 - -// 30765 -[loc_30765] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -forcedecor=yes -unknown90=yes -model=model_33819,0 - -// 30766 -[loc_30766] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -forcedecor=yes -unknown90=yes -model=model_33835,0 - -// 30767 -[loc_30767] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -forcedecor=yes -unknown90=yes -model=model_33831,0 - -// 30768 -[loc_30768] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -forcedecor=yes -unknown90=yes -model=model_33818,0 - -// 30769 -[loc_30769] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -forcedecor=yes -unknown90=yes -model=model_33824,0 - -// 30770 -[loc_30770] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -mirror=yes -forcedecor=yes -unknown90=yes -model=model_33824,0 - -// 30771 -[loc_30771] -active=no -hillskew=yes -ambient=20 -contrast=10 -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_33820,0 - -// 30772 -[loc_30772] -active=no -hillskew=yes -ambient=20 -contrast=10 -sharelight=yes -forcedecor=yes -unknown90=yes -model=model_33828,0 - -// 30773 -[loc_30773] -active=no -hillskew=yes -ambient=20 -contrast=10 -sharelight=yes -mirror=yes -forcedecor=yes -unknown90=yes -model=model_33828,0 - -// 30774 -[loc_30774] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=10 -forcedecor=yes -unknown90=yes -blockrange=no -model=model_33816,0 - -// 30775 -[loc_30775] -active=no -sharelight=yes -hillskew=yes -ambient=20 -blockwalk=yes -contrast=10 -forcedecor=yes -unknown90=yes -blockrange=no -model=model_33822,0 - -// 30776 -[loc_30776] -active=no -sharelight=yes -hillskew=yes -ambient=20 -blockwalk=yes -contrast=10 -forcedecor=yes -unknown90=yes -blockrange=no -model=model_33833,0 - -// 30777 -[loc_30777] -active=no -sharelight=yes -hillskew=yes -ambient=20 -blockwalk=yes -contrast=10 -forcedecor=yes -unknown90=yes -blockrange=no -model=model_33830,0 - -// 30778 -[loc_30778] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -model=model_33832 - -// 30779 -[loc_30779] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -model=model_33821 - -// 30780 -[loc_30780] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -mirror=yes -model=model_33821 - -// 30781 -[loc_30781] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -model=model_33823 - -// 30782 -[loc_30782] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -mirror=yes -model=model_33823 - -// 30783 -[loc_30783] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -model=model_33827 - -// 30784 -[loc_30784] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -mirror=yes -model=model_33827 - -// 30785 -[loc_30785] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -model=model_33825 - -// 30786 -[loc_30786] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -model=model_33829 - -// 30787 -[loc_30787] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -model=model_33817 - -// 30788 -[loc_30788] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=10 -mirror=yes -model=model_33817 - -// 30789 -[loc_30789] -active=no -hillskew=yes -length=2 -width=2 -ambient=20 -contrast=10 -model=model_33826 - -// 30790 -[loc_30790] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_33836,0 - -// 30791 -[loc_30791] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_33837,0 - -// 30792 -[loc_30792] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_33839,0 - -// 30793 -[loc_30793] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_33838,0 - -// 30794 -[loc_30794] -active=yes -ambient=20 -contrast=10 -anim=seq_6646 -forcedecor=yes -model=model_33840 -model2=model_33373 -name=Torch - -// 30795 -[loc_30795] -msi=msi_6 -resizey=100 -recol1s=15784 -recol1d=7428 -recol2s=12736 -recol2d=8451 -model=model_3941 -name=Tree - -// 30796 -[loc_30796] -sharelight=yes -ambient=20 -contrast=10 -ambient=25 -contrast=25 -offsety=10 -recol1s=6272 -recol1d=12613 -recol2s=4160 -recol2d=9442 -model=model_15211,A -model=model_15227,S -model=model_15223,D -model=model_15224,F -model=model_15225,G -model=model_15226,H -model=model_15234,Z -model=model_15233,X -model=model_15212,C -model=model_15228,V - -// 30797 -[loc_30797] -raiseobject=no -resizey=152 -ambient=20 -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_639,1 - -// 30798 -[loc_30798] -mirror=yes -raiseobject=no -resizey=152 -ambient=20 -recol1s=16740 -recol1d=17865 -recol2s=14626 -recol2d=16808 -recol3s=13602 -recol3d=15751 -recol4s=13569 -recol4d=14694 -recol5s=12515 -recol5d=13637 -recol6s=11458 -recol6d=12580 -model=model_639,1 - -// 30799 -[loc_30799] -blockwalk=no -hillskew=yes -ambient=25 -contrast=15 -active=no -model=model_16282 - -// 30800 -[loc_30800] -hillskew=yes -length=2 -ambient=25 -contrast=15 -blockwalk=no -active=no -model=model_16274 - -// 30801 -[loc_30801] -hillskew=yes -width=2 -length=2 -ambient=25 -contrast=15 -blockwalk=no -active=no -model=model_33864 - -// 30802 -[loc_30802] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -active=no -model=model_16285 - -// 30803 -[loc_30803] -hillskew=yes -width=2 -length=2 -ambient=25 -contrast=15 -blockwalk=no -active=no -model=model_16284 - -// 30804 -[loc_30804] -anim=seq_4290 -op1=Take-seed -model=model_33871 -name=Dying roses - -// 30805 -[loc_30805] -anim=seq_4290 -op1=Take-seed -model=model_33866 -name=Growing roses - -// 30806 -[loc_30806] -anim=seq_4290 -op1=Take-seed -model=model_33870 -name=Roses - -// 30807 -[loc_30807] -anim=seq_4291 -op1=Take-seed -model=model_33866 -name=Roses - -// 30808 -[loc_30808] -active=yes -width=3 -length=5 -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_4295 -active=yes -model=model_33874 -model2=model_33872 -name=Dragon machine - -// 30809 -[loc_30809] -active=yes -width=3 -length=5 -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_4296 -model=model_33875 -name=Machine - -// 30810 -[loc_30810] -active=yes -width=3 -length=5 -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_4295 -bgsound=synth_2227,20 -model=model_33873 -name=Machine - -// 30811 -[loc_30811] -active=yes -width=3 -length=5 -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_4296 -model=model_33876 -name=Machine - -// 30812 -[loc_30812] -width=3 -length=3 -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_9137 -model=model_33918 -name=Convertor - -// 30813 -[loc_30813] -width=3 -length=5 -ambient=15 -contrast=15 -model=model_33880 -name=Pickaxe machine - -// 30814 -[loc_30814] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_33893,1 -model=model_33896,2 -model=model_33898,3 -model=model_33891,4 -model=model_33890,5 - -// 30815 -[loc_30815] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_33887,1 - -// 30816 -[loc_30816] -active=no -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -blockrange=no -model=model_33887,1 - -// 30817 -[loc_30817] -length=2 -op1=Search -forceapproach=east -ambient=25 -contrast=15 -recol1s=32763 -recol1d=26289 -model=model_9501 -name=Bookcase - -// 30818 -[loc_30818] -op1=Search -forceapproach=east -ambient=25 -contrast=15 -recol1s=32763 -recol1d=26289 -model=model_9500 -name=Bookcase - -// 30819 -[loc_30819] -blockwalk=yes -ambient=25 -contrast=15 -width=2 -blockrange=no -recol1s=11492 -recol1d=12548 -recol2s=8355 -recol2d=9377 -recol3s=9412 -recol3d=10434 -model=model_22932 -name=Bench - -// 30820 -[loc_30820] -anim=seq_6023 -width=2 -length=2 -ambient=20 -bgsound=synth_2151,5 -recol1s=7398 -recol1d=9512 -recol2s=8455 -recol2d=10569 -recol3s=9512 -recol3d=11626 -recol4s=10569 -recol4d=12683 -recol5s=11626 -recol5d=14795 -model=model_24520 -model2=model_24521 -name=Fountain - -// 30821 -[loc_30821] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8355 -recol1d=9377 -recol2s=11492 -recol2d=12548 -model=model_33888 -name=Font - -// 30822 -[loc_30822] -ambient=25 -contrast=15 -blockrange=no -recol1s=10468 -recol1d=11491 -recol2s=9411 -recol2d=10434 -recol3s=8354 -recol3d=9377 -model=model_25157 -name=Small table - -// 30823 -[loc_30823] -op1=Open -forceapproach=south -ambient=25 -contrast=15 -recol1s=10499 -recol1d=9377 -recol2s=12613 -recol2d=11491 -model=model_25880 -name=Drawers - -// 30824 -[loc_30824] -op2=Search -op3=Shut -forceapproach=south -ambient=25 -contrast=15 -recol1s=10499 -recol1d=9377 -recol2s=12613 -recol2d=11491 -model=model_25881 -name=Drawers - -// 30825 -[loc_30825] -length=2 -resizex=128 -resizey=135 -resizez=128 -ambient=25 -contrast=15 -recol1s=22059 -recol1d=11491 -recol2s=14729 -recol2d=21171 -recol3s=14662 -recol3d=9377 -recol4s=15392 -recol4d=11696 -recol5s=17931 -recol5d=23289 -model=model_12397 -name=Bed - -// 30826 -[loc_30826] -ambient=25 -contrast=15 -recol1s=22059 -recol1d=12548 -recol2s=14662 -recol2d=9377 -model=model_12577 -name=Stool - -// 30827 -[loc_30827] -ambient=25 -contrast=15 -blockrange=no -recol1s=6275 -recol1d=12548 -recol2s=7332 -recol2d=11491 -recol3s=5218 -recol3d=9377 -recol4s=23208 -recol4d=7264 -model=model_11461 -name=Table - -// 30828 -[loc_30828] -width=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=6275 -recol1d=12548 -recol2s=7332 -recol2d=11491 -recol3s=5218 -recol3d=9377 -recol4s=23208 -recol4d=7264 -model=model_11454 -name=Table - -// 30829 -[loc_30829] -ambient=25 -ambient=25 -contrast=15 -blockrange=no -recol1s=13605 -recol1d=12548 -recol2s=12548 -recol2d=11491 -recol3s=11491 -recol3d=10434 -recol4s=10434 -recol4d=9377 -recol5s=7297 -recol5d=8320 -model=model_8232 -name=Barrel - -// 30830 -[loc_30830] -ambient=25 -contrast=15 -blockrange=no -recol1s=6275 -recol1d=12548 -recol2s=7332 -recol2d=11491 -recol3s=5218 -recol3d=9377 -recol4s=23208 -recol4d=7264 -model=model_11461 -model2=model_33894 -name=Table - -// 30831 -[loc_30831] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27345,1 -model=model_27320,2 -model=model_27344,3 -model=model_27332,4 -model=model_27338,5 - -// 30832 -[loc_30832] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -retex1s=material_309 -retex1d=material_96 -model=model_27345,1 -model=model_27320,2 -model=model_27344,3 -model=model_27332,4 -model=model_27338,5 - -// 30833 -[loc_30833] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_33889,5 - -// 30834 -[loc_30834] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_33895,5 - -// 30835 -[loc_30835] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27340,1 -model=model_27347,3 -model=model_27325,4 - -// 30836 -[loc_30836] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27327,1 -model=model_27339,4 - -// 30837 -[loc_30837] -mirror=yes -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27327,1 -model=model_27339,4 - -// 30838 -[loc_30838] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27314,1 - -// 30839 -[loc_30839] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27314,1 - -// 30840 -[loc_30840] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27330,1 - -// 30841 -[loc_30841] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27329,1 -model=model_27336,3 - -// 30842 -[loc_30842] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27346,1 - -// 30843 -[loc_30843] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_33899,1 - -// 30844 -[loc_30844] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27345,1 -model=model_27320,2 -model=model_27344,3 -model=model_27332,4 -model=model_27338,5 - -// 30845 -[loc_30845] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27328,1 - -// 30846 -[loc_30846] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -mirror=yes -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27328,1 - -// 30847 -[loc_30847] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27321,1 -model=model_27326,4 - -// 30848 -[loc_30848] -sharelight=yes -active=no -blockwalk=yes -wallwidth=16 -contrast=15 -ambient=25 -mirror=yes -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=9377 -recol5s=15786 -recol5d=12548 -recol6s=26387 -recol6d=32693 -model=model_27321,1 -model=model_27326,4 - -// 30849 -[loc_30849] -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=16846 -recol1d=15820 -model=model_1181,0 - -// 30850 -[loc_30850] -active=no -anim=seq_481 -ambient=25 -contrast=15 -bgsound=synth_4472,1 -recol1s=10401 -recol1d=9377 -model=model_2255,Q - -// 30851 -[loc_30851] -blockwalk=no -ambient=25 -contrast=15 -active=no -unknown90=yes -model=model_11820,0 - -// 30852 -[loc_30852] -blockwalk=no -ambient=25 -contrast=15 -active=no -unknown90=yes -model=model_11819,0 - -// 30853 -[loc_30853] -blockwalk=no -ambient=25 -contrast=15 -active=no -unknown90=yes -model=model_11818,0 - -// 30854 -[loc_30854] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25272,A -model=model_25273,Z -model=model_25245,A -model=model_25246,Z - -// 30855 -[loc_30855] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25264,S -model=model_25260,D -model=model_25261,H -model=model_25234,S -model=model_25231,D -model=model_25232,H - -// 30856 -[loc_30856] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25263,S -model=model_25262,D -model=model_25233,S -model=model_25223,D - -// 30857 -[loc_30857] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25268,A -model=model_25269,Z -model=model_25245,A -model=model_25246,Z - -// 30858 -[loc_30858] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25270,A -model=model_25271,Z -model=model_25245,A -model=model_25246,Z - -// 30859 -[loc_30859] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25250,A -model=model_25259,S -model=model_25255,D -model=model_25256,F -model=model_25257,G -model=model_25258,H -model=model_25275,Z -model=model_25274,X -model=model_31122,C -model=model_25267,V -model=model_25236,A -model=model_25241,S -model=model_25237,D -model=model_25238,F -model=model_25239,G -model=model_25240,H -model=model_25244,Z -model=model_25243,X -model=model_31692,C -model=model_25242,V - -// 30860 -[loc_30860] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25249,H -model=model_25235,H - -// 30861 -[loc_30861] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33897,H -model=model_25235,H - -// 30862 -[loc_30862] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33892,H -model=model_25235,H - -// 30863 -[loc_30863] -active=yes -op1=Climb-down -msi=msi_7 -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -model=model_9504 -name=Ladder - -// 30864 -[loc_30864] -active=yes -op1=Open -raiseobject=no -recol1s=14626 -recol1d=14662 -recol2s=13569 -recol2d=13605 -recol3s=12512 -recol3d=12548 -recol4s=11456 -recol4d=11491 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 30865 -[loc_30865] -active=yes -op1=Close -raiseobject=no -recol1s=14626 -recol1d=14662 -recol2s=13569 -recol2d=13605 -recol3s=12512 -recol3d=12548 -recol4s=11456 -recol4d=11491 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 30866 -[loc_30866] -width=2 -recol1s=22059 -recol1d=6274 -recol2s=14662 -recol2d=8388 -model=model_11564 -name=Workbench - -// 30867 -[loc_30867] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_32117,1 - -// 30868 -[loc_30868] -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -active=yes -op1=Squeeze-through -model=model_33857,1 -name=Crevice - -// 30869 -[loc_30869] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_32103,1 - -// 30870 -[loc_30870] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_32135,1 - -// 30871 -[loc_30871] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -retex1s=material_72 -retex1d=material_418 -model=model_32099,1 - -// 30872 -[loc_30872] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_32142,1 - -// 30873 -[loc_30873] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -retex1s=material_72 -retex1d=material_418 -model=model_32132 - -// 30874 -[loc_30874] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32111,1 - -// 30875 -[loc_30875] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -retex1s=material_72 -retex1d=material_418 -model=model_32099,1 - -// 30876 -[loc_30876] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -msi=msi_24 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11795 -name=Rockslide - -// 30877 -[loc_30877] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -msi=msi_25 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11797 -name=Rockslide - -// 30878 -[loc_30878] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -msi=msi_25 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11796 -name=Rockslide - -// 30879 -[loc_30879] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11799 - -// 30880 -[loc_30880] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11800 - -// 30881 -[loc_30881] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=9444 -recol2s=9480 -recol2d=10501 -recol3s=10537 -recol3d=11558 -recol4s=11594 -recol4d=13638 -recol5s=12651 -recol5d=13638 -recol6s=14699 -recol6d=13638 -model=model_11798 - -// 30882 -[loc_30882] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -retex1s=material_72 -retex1d=material_418 -model=model_28373,1 -model=model_28391,2 - -// 30883 -[loc_30883] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32137 - -// 30884 -[loc_30884] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32121 - -// 30885 -[loc_30885] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32121 - -// 30886 -[loc_30886] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_32129 - -// 30887 -[loc_30887] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28377 - -// 30888 -[loc_30888] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28363 - -// 30889 -[loc_30889] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28363 - -// 30890 -[loc_30890] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -retex1s=material_72 -retex1d=material_418 -model=model_28417,1 - -// 30891 -[loc_30891] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28398,1 - -// 30892 -[loc_30892] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=5251 -recol1d=5283 -recol2s=6308 -recol2d=6340 -recol3s=7365 -recol3d=7397 -recol4s=8422 -recol4d=8454 -recol5s=9479 -recol5d=9511 -model=model_28398,1 - -// 30893 -[loc_30893] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_28454,1 -model=model_28460,2 -model=model_28453,5 - -// 30894 -[loc_30894] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=12580 -recol1d=7330 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 30895 -[loc_30895] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=12580 -recol1d=7330 -model=model_787 - -// 30896 -[loc_30896] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -model=model_28458,1 -model=model_28459,2 -model=model_28456,5 -model=model_28454,1 -model=model_28460,2 -model=model_28453,5 - -// 30897 -[loc_30897] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=12580 -recol1d=7330 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 30898 -[loc_30898] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=12580 -recol1d=7330 -model=model_787 - -// 30899 -[loc_30899] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_28415 - -// 30900 -[loc_30900] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_28415 - -// 30901 -[loc_30901] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12125,0 - -// 30902 -[loc_30902] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12126,0 - -// 30903 -[loc_30903] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12129,0 - -// 30904 -[loc_30904] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12130,0 - -// 30905 -[loc_30905] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12131,0 - -// 30906 -[loc_30906] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26499 - -// 30907 -[loc_30907] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -width=2 -length=2 -resizex=164 -resizez=164 -resizey=164 -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26505 - -// 30908 -[loc_30908] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -width=2 -length=2 -resizex=164 -resizez=164 -resizey=164 -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26506 - -// 30909 -[loc_30909] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -width=2 -length=2 -resizex=164 -resizez=164 -resizey=164 -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26507 - -// 30910 -[loc_30910] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26500 - -// 30911 -[loc_30911] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26501 - -// 30912 -[loc_30912] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26502 - -// 30913 -[loc_30913] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26503 - -// 30914 -[loc_30914] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26504 - -// 30915 -[loc_30915] -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26497,0 - -// 30916 -[loc_30916] -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26496,0 - -// 30917 -[loc_30917] -ambient=25 -contrast=15 -hillskew=yes -active=no -mirror=yes -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26496,0 - -// 30918 -[loc_30918] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26480 - -// 30919 -[loc_30919] -hillskew=yes -blockwalk=no -ambient=25 -contrast=15 -hardshadow=no -recol1s=7431 -recol1d=7330 -recol2s=8488 -recol2d=8387 -recol3s=9545 -recol3d=9444 -model=model_26508 -name=Stalagmite - -// 30920 -[loc_30920] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_12040 - -// 30921 -[loc_30921] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_12041 - -// 30922 -[loc_30922] -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_12042,0 - -// 30923 -[loc_30923] -ambient=25 -contrast=15 -width=2 -active=yes -recol1s=11521 -recol1d=7330 -recol2s=12578 -recol2d=8387 -recol3s=13635 -recol3d=9444 -recol4s=14692 -recol4d=10501 -recol5s=16772 -recol5d=11558 -model=model_17324 -name=Counter - -// 30924 -[loc_30924] -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5257 -name=Crates - -// 30925 -[loc_30925] -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5256 -name=Crate - -// 30926 -[loc_30926] -active=yes -recol1s=13605 -recol1d=9444 -recol2s=12548 -recol2d=8388 -recol3s=11491 -recol3d=7331 -recol4s=10434 -recol4d=6274 -recol5s=7297 -recol5d=5217 -model=model_8232 -name=Barrel - -// 30927 -[loc_30927] -op1=Search -op3=Close -model=model_32139 -name=Chest - -// 30928 -[loc_30928] -op1=Open -model=model_32110 -name=Chest - -// 30929 -[loc_30929] -recol1s=20933 -recol1d=6274 -recol2s=7329 -recol2d=8388 -model=model_10089 -name=Stool - -// 30930 -[loc_30930] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_16276,1 - -// 30931 -[loc_30931] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -bgsound=synth_4472,1 -model=model_33855,1 - -// 30932 -[loc_30932] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_16273,1 - -// 30933 -[loc_30933] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -bgsound=synth_4472,1 -model=model_33955,Q -name=Torch - -// 30934 -[loc_30934] -anim=seq_6653 -ambient=64 -contrast=40 -hardshadow=no -model=model_33956 -name=Flames - -// 30935 -[loc_30935] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_33859,0 - -// 30936 -[loc_30936] -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_33863,0 - -// 30937 -[loc_30937] -recol1s=5248 -recol1d=6274 -model=model_2093,Q - -// 30938 -[loc_30938] -op1=Search -recol1s=15712 -recol1d=17899 -model=model_1482 -name=Sacks - -// 30939 -[loc_30939] -width=2 -blockrange=no -recol1s=12581 -recol1d=10502 -recol2s=13638 -recol2d=8388 -recol3s=14695 -recol3d=6274 -recol4s=16809 -recol4d=4160 -model=model_9547 -name=Table - -// 30940 -[loc_30940] -active=no -contrast=25 -ambient=30 -anim=seq_5598 -bgsound=synth_4472,1 -model=model_32098,Q - -// 30941 -[loc_30941] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -recol1s=11489 -recol1d=11558 -recol2s=13603 -recol2d=9444 -recol3s=16740 -recol3d=10501 -recol4s=16774 -recol4d=8387 -recol5s=18821 -recol5d=6273 -model=model_21483 -name=Ladder - -// 30942 -[loc_30942] -active=yes -op1=Climb-down -msi=msi_7 -recol1s=11489 -recol1d=11558 -recol2s=13603 -recol2d=9444 -recol3s=16740 -recol3d=10501 -recol4s=16774 -recol4d=8387 -recol5s=18821 -recol5d=6273 -model=model_33858 -name=Ladder - -// 30943 -[loc_30943] -width=2 -length=3 -op1=Climb-up -msi=msi_7 -forceapproach=south -recol1s=11561 -recol1d=10500 -recol2s=10504 -recol2d=9443 -recol3s=8456 -recol3d=8386 -recol4s=7399 -recol4d=7329 -recol5s=6342 -recol5d=6272 -recol6s=13675 -recol6d=12614 -model=model_14360 -name=Stairs - -// 30944 -[loc_30944] -width=2 -length=2 -op1=Climb-down -msi=msi_7 -forceapproach=north -recol1s=11561 -recol1d=10500 -recol2s=10504 -recol2d=9443 -recol3s=8456 -recol3d=8386 -recol4s=7399 -recol4d=7329 -recol5s=6342 -recol5d=6272 -recol6s=13675 -recol6d=12614 -model=model_14361 -name=Stairs - -// 30945 -[loc_30945] -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_33883 -name=A shabby tent - -// 30946 -[loc_30946] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33907,1 - -// 30947 -[loc_30947] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33903,1 - -// 30948 -[loc_30948] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33921,1 - -// 30949 -[loc_30949] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33944,1 - -// 30950 -[loc_30950] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33917,1 - -// 30951 -[loc_30951] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33925,1 - -// 30952 -[loc_30952] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33915,1 - -// 30953 -[loc_30953] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33940,1 - -// 30954 -[loc_30954] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33908,1 - -// 30955 -[loc_30955] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33906,1 -model=model_33910,2 - -// 30956 -[loc_30956] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33916,2 - -// 30957 -[loc_30957] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_33906,1 -model=model_33910,2 - -// 30958 -[loc_30958] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -mirror=yes -blockwalk=yes -model=model_33924,1 - -// 30959 -[loc_30959] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33924,1 - -// 30960 -[loc_30960] -hillskew=yes -active=no -sharelight=yes -recol1s=11525 -recol1d=7296 -model=model_14357,4 - -// 30961 -[loc_30961] -active=yes -width=2 -length=3 -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -anim=seq_9137 -bgsound=synth_4806,10 -model=model_33918 -name=Machine - -// 30962 -[loc_30962] -ambient=20 -resizex=100 -resizey=100 -resizez=100 -model=model_33862 -name=Chest - -// 30963 -[loc_30963] -resizex=100 -resizey=100 -resizez=100 -ambient=20 -op1=Open -model=model_16280 -name=Chest - -// 30964 -[loc_30964] -active=yes -width=3 -length=5 -contrast=15 -ambient=20 -blockwalk=yes -model=model_33880 -name=Machine - -// 30965 -[loc_30965] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33945,A -model=model_33901,Z - -// 30966 -[loc_30966] -sharelight=yes -active=no -contrast=15 -ambient=20 -mirror=yes -model=model_33945,A -model=model_33901,Z - -// 30967 -[loc_30967] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33902,A -model=model_33923,Z -model=model_33932,V - -// 30968 -[loc_30968] -sharelight=yes -active=no -contrast=15 -ambient=20 -mirror=yes -model=model_33902,A -model=model_33923,Z -model=model_33932,V - -// 30969 -[loc_30969] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33920,A - -// 30970 -[loc_30970] -sharelight=yes -active=no -contrast=15 -ambient=20 -mirror=yes -model=model_33920,A - -// 30971 -[loc_30971] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33909,A -model=model_33927,Z -model=model_33926,X - -// 30972 -[loc_30972] -sharelight=yes -active=no -contrast=15 -ambient=20 -mirror=yes -model=model_33909,A -model=model_33927,Z -model=model_33926,X - -// 30973 -[loc_30973] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33942,A - -// 30974 -[loc_30974] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33933,A - -// 30975 -[loc_30975] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33937,A -model=model_33936,Z - -// 30976 -[loc_30976] -sharelight=yes -active=no -contrast=15 -ambient=20 -mirror=yes -model=model_33937,A -model=model_33936,Z - -// 30977 -[loc_30977] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33900,A - -// 30978 -[loc_30978] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33935,A - -// 30979 -[loc_30979] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33934,A -model=model_33943,Z - -// 30980 -[loc_30980] -sharelight=yes -active=no -contrast=15 -ambient=20 -mirror=yes -model=model_33934,A -model=model_33943,Z - -// 30981 -[loc_30981] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33939,A -model=model_33938,Z - -// 30982 -[loc_30982] -sharelight=yes -active=no -contrast=15 -ambient=20 -mirror=yes -model=model_33939,A -model=model_33938,Z - -// 30983 -[loc_30983] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33912,A - -// 30984 -[loc_30984] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33930,A - -// 30985 -[loc_30985] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33914,A -model=model_33931,Z - -// 30986 -[loc_30986] -sharelight=yes -active=no -contrast=15 -ambient=20 -mirror=yes -model=model_33914,A -model=model_33931,Z - -// 30987 -[loc_30987] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33929,A - -// 30988 -[loc_30988] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33919,A - -// 30989 -[loc_30989] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33913,A -model=model_33905,Z - -// 30990 -[loc_30990] -sharelight=yes -active=no -contrast=15 -ambient=20 -mirror=yes -model=model_33913,A -model=model_33905,Z - -// 30991 -[loc_30991] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33911,A - -// 30992 -[loc_30992] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33941,A - -// 30993 -[loc_30993] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33904,Z - -// 30994 -[loc_30994] -sharelight=yes -active=no -contrast=15 -ambient=20 -mirror=yes -model=model_33904,Z - -// 30995 -[loc_30995] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33928,A - -// 30996 -[loc_30996] -sharelight=yes -active=no -contrast=15 -ambient=20 -model=model_33922,A - -// 30997 -[loc_30997] -ambient=25 -contrast=15 -model=model_16278 -name=Dragon eggs - -// 30998 -[loc_30998] -ambient=25 -contrast=15 -model=model_33854 -name=Rocks - -// 30999 -[loc_30999] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -multivar=varplayerbit_4684 -multiloc=0,loc_30997 -multiloc=10,loc_30997 -multiloc=15,loc_30997 -multiloc=20,loc_30997 -multiloc=30,loc_30997 -multiloc=40,loc_30997 -multiloc=45,loc_30997 -multiloc=49,loc_30997 -multiloc=50,loc_30997 -multiloc=60,loc_30997 -multiloc=70,loc_30997 -multiloc=80,loc_30997 -multiloc=90,loc_30997 -multiloc=100,loc_30997 -multiloc=110,loc_30997 -multiloc=120,loc_30997 -multiloc=130,loc_30997 -multiloc=140,loc_30997 -multiloc=150,loc_30924 - -// 31000 -[loc_31000] -ambient=25 -contrast=15 -model=model_33865 -name=Bush - -// 31001 -[loc_31001] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -resizex=128 -resizey=151 -resizez=128 -forceapproach=south -recol1s=12514 -recol1d=4193 -recol2s=11457 -recol2d=5250 -recol3s=16708 -recol3d=6307 -model=model_9504 -name=Ladder - -// 31002 -[loc_31002] -sharelight=yes -op1=Climb-up -forceapproach=south -resizex=128 -resizey=151 -resizez=128 -msi=msi_7 -recol1s=12514 -recol1d=4193 -recol2s=11457 -recol2d=5250 -recol3s=16708 -recol3d=6307 -model=model_5187 -name=Ladder - -// 31003 -[loc_31003] -sharelight=yes -op1=Climb-up -forceapproach=south -resizex=128 -resizey=151 -resizez=128 -msi=msi_7 -recol1s=12514 -recol1d=4193 -recol2s=11457 -recol2d=5250 -recol3s=16708 -recol3d=6307 -retex1s=material_73 -retex1d=material_63 -model=model_5187 -name=Ladder - -// 31004 -[loc_31004] -ambient=40 -recol1s=7264 -recol1d=11425 -recol2s=16640 -recol2d=13539 -recol3s=13537 -recol3d=12482 -model=model_23521,Q - -// 31005 -[loc_31005] -ambient=15 -contrast=15 -model=model_33885 -name=Nesting bird - -// 31006 -[loc_31006] -ambient=15 -contrast=15 -anim=seq_9143 -active=yes -model=model_33886 -name=Nesting bird - -// 31007 -[loc_31007] -ambient=15 -contrast=15 -anim=seq_9143 -active=yes -model=model_33884 -name=Nesting bird - -// 31008 -[loc_31008] -ambient=15 -contrast=15 -anim=seq_9144 -model=model_33946,Q - -// 31009 -[loc_31009] -ambient=15 -contrast=15 -anim=seq_9144 -model=model_33947,Q - -// 31010 -[loc_31010] -ambient=15 -contrast=15 -op1=Climb-down -model=model_16281 -name=Trapdoor - -// 31011 -[loc_31011] -ambient=15 -contrast=15 -op1=Open -model=model_33860 -name=Trapdoor - -// 31012 -[loc_31012] -active=yes -ambient=15 -contrast=15 -multivar=varplayerbit_4684 -multiloc=0,loc_31011 -multiloc=10,loc_31011 -multiloc=15,loc_31011 -multiloc=20,loc_31011 -multiloc=30,loc_31011 -multiloc=40,loc_31011 -multiloc=45,loc_31011 -multiloc=49,loc_31011 -multiloc=50,loc_31011 -multiloc=60,loc_31011 -multiloc=70,loc_31011 -multiloc=80,loc_31011 -multiloc=90,loc_31011 -multiloc=100,loc_31011 -multiloc=110,loc_31011 -multiloc=120,loc_31011 -multiloc=130,loc_31011 -multiloc=140,loc_31011 -multiloc=150,loc_31010 - -// 31013 -[loc_31013] -op1=Search -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5256 -name=Crate - -// 31014 -[loc_31014] -width=2 -length=2 -hillskew=yes -ambient=30 -blockwalk=yes -op1=Take -model=model_33883 -name=Wrecked tent - -// 31015 -[loc_31015] -anim=seq_9150 -model=model_33881 -name=Remains - -// 31016 -[loc_31016] -anim=seq_9150 -model=model_33882 -name=Tent - -// 31017 -[loc_31017] -anim=seq_9150 -model=model_26482 -name=Tent - -// 31018 -[loc_31018] -hillskew=yes -ambient=30 -blockwalk=yes -op1=Search -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 31019 -[loc_31019] -hillskew=yes -ambient=30 -blockwalk=yes -op1=Search -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 31020 -[loc_31020] -hillskew=yes -ambient=30 -blockwalk=yes -op1=Search -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 31021 -[loc_31021] -hillskew=yes -ambient=30 -blockwalk=yes -op1=Search -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 31022 -[loc_31022] -hillskew=yes -ambient=30 -blockwalk=yes -op1=Search -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 31023 -[loc_31023] -hillskew=yes -ambient=30 -blockwalk=yes -op1=Search -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 31024 -[loc_31024] -hillskew=yes -ambient=30 -blockwalk=yes -op1=Search -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 31025 -[loc_31025] -hillskew=yes -ambient=30 -blockwalk=yes -op1=Search -model=model_1565,8 -model=model_20041,0 -name=Bush - -// 31026 -[loc_31026] -width=2 -length=3 -ambient=25 -contrast=15 -model=model_33861 -name=Cart - -// 31027 -[loc_31027] -width=2 -length=3 -ambient=25 -contrast=15 -model=model_16277 -name=Rocks - -// 31028 -[loc_31028] -active=yes -length=3 -width=2 -ambient=25 -contrast=15 -multivar=varplayerbit_4684 -multiloc=0,loc_31026 -multiloc=10,loc_31026 -multiloc=15,loc_31026 -multiloc=20,loc_31026 -multiloc=30,loc_31026 -multiloc=40,loc_31026 -multiloc=45,loc_31026 -multiloc=49,loc_31026 -multiloc=50,loc_31026 -multiloc=60,loc_31026 -multiloc=70,loc_31026 -multiloc=80,loc_31026 -multiloc=90,loc_31026 -multiloc=100,loc_31026 -multiloc=110,loc_31026 -multiloc=120,loc_31026 -multiloc=130,loc_31026 -multiloc=140,loc_31026 -multiloc=150,loc_31027 - -// 31029 -[loc_31029] -width=3 -length=3 -anim=seq_9146 -blockwalk=yes -model=model_33878 -model2=model_33879 -name=Parachuting gnome - -// 31030 -[loc_31030] -active=yes -model=model_27408,1 -name=Door - -// 31031 -[loc_31031] -width=2 -length=2 -active=yes -multivar=varplayerbit_4690 -multiloc=1,loc_31014 - -// 31032 -[loc_31032] -anim=seq_9150 -width=2 -length=2 -active=yes -multivar=varplayerbit_4692 -multiloc=0,loc_31017 -multiloc=1,loc_31015 -multiloc=2,loc_31016 - -// 31033 -[loc_31033] -active=yes -width=3 -length=5 -contrast=15 -ambient=20 -anim=seq_4297 -bgsound=synth_2208,10 -multivar=varplayerbit_4684 -multiloc=0,loc_30808 -multiloc=10,loc_30808 -multiloc=15,loc_30808 -multiloc=20,loc_30808 -multiloc=30,loc_30808 -multiloc=40,loc_30808 -multiloc=45,loc_30808 -multiloc=49,loc_30808 -multiloc=50,loc_30808 -multiloc=60,loc_30808 -multiloc=70,loc_30808 -multiloc=80,loc_30808 -multiloc=90,loc_30808 -multiloc=100,loc_30808 -multiloc=110,loc_30808 -multiloc=120,loc_30808 -multiloc=130,loc_30808 -multiloc=140,loc_30808 -multiloc=150,loc_30810 - -// 31034 -[loc_31034] -active=yes -width=3 -length=5 -contrast=15 -ambient=20 -anim=seq_4296 -multivar=varplayerbit_4684 -multiloc=0,loc_30809 -multiloc=10,loc_30809 -multiloc=15,loc_30809 -multiloc=20,loc_30809 -multiloc=30,loc_30809 -multiloc=40,loc_30809 -multiloc=45,loc_30809 -multiloc=49,loc_30809 -multiloc=50,loc_30809 -multiloc=60,loc_30809 -multiloc=70,loc_30809 -multiloc=80,loc_30809 -multiloc=90,loc_30809 -multiloc=100,loc_30809 -multiloc=110,loc_30809 -multiloc=120,loc_30809 -multiloc=130,loc_30809 -multiloc=140,loc_30809 -multiloc=150,loc_30811 - -// 31035 -[loc_31035] -blockwalk=no -hillskew=yes -active=no -multivar=varplayerbit_4684 -multiloc=100,loc_30799 -multiloc=110,loc_30799 -multiloc=120,loc_30799 -multiloc=130,loc_30799 -multiloc=140,loc_30799 - -// 31036 -[loc_31036] -blockwalk=no -hillskew=yes -active=no -multivar=varplayerbit_4684 -multiloc=100,loc_30800 -multiloc=110,loc_30800 -multiloc=120,loc_30800 -multiloc=130,loc_30800 -multiloc=140,loc_30800 - -// 31037 -[loc_31037] -blockwalk=no -hillskew=yes -active=no -multivar=varplayerbit_4684 -multiloc=100,loc_30801 -multiloc=110,loc_30801 -multiloc=120,loc_30801 -multiloc=130,loc_30801 -multiloc=140,loc_30801 - -// 31038 -[loc_31038] -blockwalk=no -hillskew=yes -active=no -multivar=varplayerbit_4684 -multiloc=100,loc_30802 -multiloc=110,loc_30802 -multiloc=120,loc_30802 -multiloc=130,loc_30802 -multiloc=140,loc_30802 - -// 31039 -[loc_31039] -blockwalk=no -hillskew=yes -active=no -multivar=varplayerbit_4684 -multiloc=100,loc_30803 -multiloc=110,loc_30803 -multiloc=120,loc_30803 -multiloc=130,loc_30803 -multiloc=140,loc_30803 - -// 31040 -[loc_31040] -anim=seq_9143 -ambient=15 -contrast=15 -active=yes -multivar=varplayerbit_4684 -multiloc=0,loc_31007 -multiloc=10,loc_31007 -multiloc=15,loc_31007 -multiloc=20,loc_31007 -multiloc=30,loc_31007 -multiloc=40,loc_31007 -multiloc=45,loc_31007 -multiloc=49,loc_31007 -multiloc=50,loc_31007 -multiloc=60,loc_31007 -multiloc=70,loc_31007 -multiloc=80,loc_31007 -multiloc=90,loc_31007 -multiloc=100,loc_31007 -multiloc=110,loc_31007 -multiloc=120,loc_31007 -multiloc=130,loc_31007 -multiloc=140,loc_31007 -multiloc=150,loc_31006 - -// 31041 -[loc_31041] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33960,A -model=model_33962,D -model=model_33961,H -model=model_33960,A -model=model_33962,D -model=model_33961,H - -// 31042 -[loc_31042] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33963,H -model=model_33963,H - -// 31043 -[loc_31043] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33964,H -model=model_33964,H - -// 31044 -[loc_31044] -sharelight=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33960,A -model=model_33962,D -model=model_33961,H -model=model_33960,A -model=model_33962,D -model=model_33961,H - -// 31045 -[loc_31045] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 31046 -[loc_31046] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recolhsl1s=10266 -recolhsl1d=5146 -recolhsl2s=10270 -recolhsl2d=5150 -recolhsl3s=10275 -recolhsl3d=5155 -model=model_18241,0 - -// 31047 -[loc_31047] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recolhsl1s=10266 -recolhsl1d=5146 -recolhsl2s=10270 -recolhsl2d=5150 -recolhsl3s=10275 -recolhsl3d=5155 -model=model_17368,0 - -// 31048 -[loc_31048] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recolhsl1s=10266 -recolhsl1d=5146 -recolhsl2s=10270 -recolhsl2d=5150 -recolhsl3s=10275 -recolhsl3d=5155 -model=model_18242,0 - -// 31049 -[loc_31049] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recolhsl1s=10266 -recolhsl1d=5146 -recolhsl2s=10270 -recolhsl2d=5150 -recolhsl3s=10275 -recolhsl3d=5155 -model=model_18243,0 - -// 31050 -[loc_31050] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recolhsl1s=10266 -recolhsl1d=5146 -recolhsl2s=10270 -recolhsl2d=5150 -recolhsl3s=10275 -recolhsl3d=5155 -model=model_18244,0 - -// 31051 -[loc_31051] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18241,0 - -// 31052 -[loc_31052] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_17368,0 - -// 31053 -[loc_31053] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18242,0 - -// 31054 -[loc_31054] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18243,0 - -// 31055 -[loc_31055] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18244,0 - -// 31056 -[loc_31056] -active=no -width=2 -ambient=25 -contrast=15 -recolhsl1s=43058 -recolhsl1d=49 -recolhsl2s=43053 -recolhsl2d=40 -recol3s=11629 -recol3d=8423 -recol4s=9515 -recol4d=8456 -recolhsl5s=43040 -recolhsl5d=26 -model=model_1486 - -// 31057 -[loc_31057] -msi=msi_6 -hillskew=yes -recol1s=4194 -recol1d=12548 -model=model_9591 -name=Tree stump - -// 31058 -[loc_31058] -sharelight=yes -active=no -resizey=120 -mirror=yes -recol1s=20935 -recol1d=14660 -recol2s=10500 -recol2d=9442 -recol3s=12582 -recol3d=16772 -recol4s=9445 -recol4d=11523 -model=model_5394,H -model=model_5396,Z -model=model_33992,X -model=model_16463,C - -// 31059 -[loc_31059] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=17864 -model=model_3184 -name=Rocks - -// 31060 -[loc_31060] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=17864 -model=model_3183 -name=Rocks - -// 31061 -[loc_31061] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=17864 -model=model_3195 -name=Rocks - -// 31062 -[loc_31062] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=19909 -model=model_3184 -name=Rocks - -// 31063 -[loc_31063] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=19909 -model=model_3183 -name=Rocks - -// 31064 -[loc_31064] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=19909 -model=model_3195 -name=Rocks - -// 31065 -[loc_31065] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=23140 -model=model_3184 -name=Rocks - -// 31066 -[loc_31066] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=23140 -model=model_3183 -name=Rocks - -// 31067 -[loc_31067] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=23140 -model=model_3195 -name=Rocks - -// 31068 -[loc_31068] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 31069 -[loc_31069] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 31070 -[loc_31070] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=4226 -model=model_3195 -name=Rocks - -// 31071 -[loc_31071] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 31072 -[loc_31072] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 31073 -[loc_31073] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6242 -model=model_3195 -name=Rocks - -// 31074 -[loc_31074] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=20017 -model=model_3184 -name=Rocks - -// 31075 -[loc_31075] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=20017 -model=model_3183 -name=Rocks - -// 31076 -[loc_31076] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=20017 -model=model_3195 -name=Rocks - -// 31077 -[loc_31077] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 31078 -[loc_31078] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14732 -model=model_3183 -name=Rocks - -// 31079 -[loc_31079] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14732 -model=model_3195 -name=Rocks - -// 31080 -[loc_31080] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=14596 -model=model_3184 -name=Rocks - -// 31081 -[loc_31081] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14596 -model=model_3183 -name=Rocks - -// 31082 -[loc_31082] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14596 -model=model_3195 -name=Rocks - -// 31083 -[loc_31083] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=6438 -model=model_3184 -name=Rocks - -// 31084 -[loc_31084] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6438 -model=model_3183 -name=Rocks - -// 31085 -[loc_31085] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6438 -model=model_3195 -name=Rocks - -// 31086 -[loc_31086] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 31087 -[loc_31087] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 31088 -[loc_31088] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 31089 -[loc_31089] -bgsound=synth_4809,3 -active=no -model=model_1105,0 - -// 31090 -[loc_31090] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=5410 -recolhsl1d=4506 -recol2s=5250 -recol2d=6241 -recol3s=9445 -recol3d=8355 -model=model_33354,1 -model=model_33353,3 -model=model_33355,4 -model=model_33356,5 -model=model_33357,0 - -// 31091 -[loc_31091] -sharelight=yes -ambient=-45 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=5410 -recolhsl1d=21523 -recolhsl2s=7566 -recolhsl2d=21519 -recolhsl3s=5404 -recolhsl3d=21531 -model=model_33354,1 -model=model_33353,3 -model=model_33355,4 -model=model_33356,5 -model=model_33357,0 - -// 31092 -[loc_31092] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -retex1s=material_309 -retex1d=material_96 -model=model_27345,1 -model=model_27320,2 -model=model_27344,3 -model=model_27332,4 -model=model_27338,5 - -// 31093 -[loc_31093] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -retex1s=material_309 -retex1d=material_96 -model=model_27314,1 - -// 31094 -[loc_31094] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=19909 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31095 -[loc_31095] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=23140 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31096 -[loc_31096] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=23140 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31097 -[loc_31097] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=23140 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31098 -[loc_31098] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=4226 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31099 -[loc_31099] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=4226 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31100 -[loc_31100] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=4226 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31101 -[loc_31101] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=6242 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31102 -[loc_31102] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6242 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31103 -[loc_31103] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6242 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31104 -[loc_31104] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=20017 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31105 -[loc_31105] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=20017 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31106 -[loc_31106] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=20017 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31107 -[loc_31107] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=14732 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31108 -[loc_31108] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14732 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31109 -[loc_31109] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14732 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31110 -[loc_31110] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=14596 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31111 -[loc_31111] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14596 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31112 -[loc_31112] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14596 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31113 -[loc_31113] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=6438 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31114 -[loc_31114] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6438 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31115 -[loc_31115] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6438 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31116 -[loc_31116] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=6346 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31117 -[loc_31117] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6346 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31118 -[loc_31118] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=6346 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31119 -[loc_31119] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5270 -recolhsl2d=5522 -recolhsl3s=5275 -recolhsl3d=5527 -recolhsl4s=5280 -recolhsl4d=5532 -recolhsl5s=5261 -recolhsl5d=5513 -recolhsl6s=5266 -recolhsl6d=5518 -retex1s=material_6 -retex1d=material_16 -model=model_33987,A -model=model_33982,S -model=model_33984,D -model=model_33981,F -model=model_33983,G -model=model_33988,H -model=model_33980,Z -model=model_33985,X -model=model_33986,C -model=model_33979,V - -// 31120 -[loc_31120] -active=no -hillskew=yes -ambient=-25 -contrast=25 -forcedecor=yes -model=model_33975,0 - -// 31121 -[loc_31121] -active=no -hillskew=yes -ambient=-25 -contrast=25 -forcedecor=yes -model=model_33974,0 - -// 31122 -[loc_31122] -active=no -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -forcedecor=yes -recolhsl1s=8076 -recolhsl1d=8069 -recolhsl2s=7952 -recolhsl2d=7946 -recolhsl3s=7700 -recolhsl3d=7694 -recolhsl4s=7950 -recolhsl4d=7944 -model=model_33977,0 - -// 31123 -[loc_31123] -active=no -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -unknown90=yes -forcedecor=yes -recolhsl1s=8076 -recolhsl1d=8069 -recolhsl2s=7952 -recolhsl2d=7946 -recolhsl3s=7700 -recolhsl3d=7694 -recolhsl4s=7950 -recolhsl4d=7944 -model=model_33978,0 - -// 31124 -[loc_31124] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=5410 -recolhsl1d=4506 -recol2s=5250 -recol2d=6241 -recol3s=9445 -recol3d=8355 -model=model_33976,0 - -// 31125 -[loc_31125] -sharelight=yes -ambient=-45 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=5410 -recolhsl1d=21523 -recolhsl2s=7566 -recolhsl2d=21519 -recolhsl3s=5404 -recolhsl3d=21531 -model=model_33976,0 - -// 31126 -[loc_31126] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_33989,0 - -// 31127 -[loc_31127] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_33970 - -// 31128 -[loc_31128] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_33972 - -// 31129 -[loc_31129] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_33971 - -// 31130 -[loc_31130] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=0 -model=model_33973 - -// 31131 -[loc_31131] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -model=model_33969 - -// 31132 -[loc_31132] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -recol6s=0 -recol6d=7296 -model=model_34001,1 -model=model_33999,2 -model=model_34000,5 - -// 31133 -[loc_31133] -hillskew=yes -active=no -ambient=25 -contrast=15 -retex1s=material_72 -retex1d=material_70 -model=model_33998,1 - -// 31134 -[loc_31134] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -retex1s=material_72 -retex1d=material_70 -model=model_33998,1 - -// 31135 -[loc_31135] -active=no -ambient=25 -contrast=15 -model=model_33993 - -// 31136 -[loc_31136] -active=yes -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33995 -name=Barrel - -// 31137 -[loc_31137] -ambient=25 -contrast=15 -op1=Search -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33997 -name=Crate - -// 31138 -[loc_31138] -ambient=25 -contrast=15 -op1=Search -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33994 -name=Crates - -// 31139 -[loc_31139] -ambient=25 -contrast=15 -op1=Search -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_33996 -name=Crates - -// 31140 -[loc_31140] -ambient=25 -contrast=15 -op1=Search -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -recolhsl4s=6559 -recolhsl4d=6550 -model=model_33997 -name=Crate - -// 31141 -[loc_31141] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=13672 -recol1d=7330 -recol2s=15786 -recol2d=9444 -recol3s=26387 -recol3d=16843 -model=model_27340,1 -model=model_27347,3 -model=model_27325,4 - -// 31142 -[loc_31142] -sharelight=yes -active=no -resizey=120 -recol1s=8387 -recol1d=9442 -recol2s=8388 -recol2d=11523 -recol3s=9445 -recol3d=12580 -recol4s=17764 -recol4d=13604 -recol5s=24137 -recol5d=16772 -recol6s=7331 -recol6d=14660 -model=model_33990,1 - -// 31143 -[loc_31143] -active=no -contrast=25 -ambient=15 -anim=seq_9154 -bgsound=synth_4472,1 -hillchange=tree_skew,32 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_34002 - -// 31144 -[loc_31144] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_27314,1 - -// 31145 -[loc_31145] -active=no -contrast=25 -ambient=30 -anim=seq_9154 -bgsound=synth_4472,1 -hardshadow=no -model=model_34003,Q - -// 31146 -[loc_31146] -active=no -ambient=10 -hillskew=yes -model=model_34076,1 -model=model_34075,2 -model=model_34081,5 - -// 31147 -[loc_31147] -active=no -ambient=10 -hillskew=yes -model=model_34078,1 - -// 31148 -[loc_31148] -active=no -ambient=10 -hillskew=yes -model=model_34079,1 - -// 31149 -[loc_31149] -active=yes -op1=Squeeze-under -ambient=10 -hillskew=yes -model=model_34082,1 -name=Fence - -// 31150 -[loc_31150] -active=no -ambient=10 -hillskew=yes -model=model_34077,1 - -// 31151 -[loc_31151] -active=no -ambient=10 -hillskew=yes -model=model_34074,1 - -// 31152 -[loc_31152] -ambient=10 -width=2 -hillskew=yes -model=model_34080 -name=Large gate - -// 31153 -[loc_31153] -active=no -ambient=10 -hillskew=yes -model=model_34073 - -// 31154 -[loc_31154] -active=no -ambient=10 -hillskew=yes -mirror=yes -model=model_34073 - -// 31155 -[loc_31155] -op1=Pick-leaf -model=model_34065 -name=Doogle bush - -// 31156 -[loc_31156] -active=no -sharelight=yes -length=2 -width=2 -ambient=10 -model=model_34069 - -// 31157 -[loc_31157] -active=no -hillskew=yes -sharelight=yes -msi=msi_22 -model=model_34070,1 - -// 31158 -[loc_31158] -active=no -hillskew=yes -sharelight=yes -msi=msi_22 -model=model_34072,1 - -// 31159 -[loc_31159] -active=no -hillskew=yes -sharelight=yes -msi=msi_22 -model=model_34071,1 - -// 31160 -[loc_31160] -active=no -anim=seq_9199 -sharelight=yes -width=6 -bgsound=synth_4810,8 -model=model_34067 -model2=model_34068 - -// 31161 -[loc_31161] -active=no -anim=seq_9199 -sharelight=yes -width=6 -model=model_34066 - -// 31162 -[loc_31162] -active=yes -op4=hidden -length=2 -ambient=15 -contrast=15 -hillskew=yes -model=model_25842 -name=Some logs - -// 31163 -[loc_31163] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5270 -recolhsl2d=5522 -recolhsl3s=5275 -recolhsl3d=5527 -recolhsl4s=5280 -recolhsl4d=5532 -recolhsl5s=5261 -recolhsl5d=5513 -recolhsl6s=5266 -recolhsl6d=5518 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_33987,A -model=model_33982,S -model=model_33984,D -model=model_33981,F -model=model_33983,G -model=model_33988,H -model=model_33980,Z -model=model_33985,X -model=model_33986,C -model=model_33979,V - -// 31164 -[loc_31164] -active=no -ambient=25 -contrast=25 -resizey=158 -model=model_34121 - -// 31165 -[loc_31165] -active=no -hillskew=yes -ambient=15 -contrast=25 -hardshadow=no -forcedecor=yes -recolhsl1s=8076 -recolhsl1d=7816 -recolhsl2s=7952 -recolhsl2d=7692 -recol3s=8386 -recol3d=6307 -recolhsl4s=7950 -recolhsl4d=7692 -model=model_33977,0 - -// 31166 -[loc_31166] -active=no -hillskew=yes -ambient=15 -contrast=25 -hardshadow=no -forcedecor=yes -recolhsl1s=8076 -recolhsl1d=7816 -recolhsl2s=7952 -recolhsl2d=7692 -recol3s=8386 -recol3d=6307 -recolhsl4s=7950 -recolhsl4d=7692 -model=model_33978,0 - -// 31167 -[loc_31167] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 31168 -[loc_31168] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 31169 -[loc_31169] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=4226 -model=model_3195 -name=Rocks - -// 31170 -[loc_31170] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 31171 -[loc_31171] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 31172 -[loc_31172] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 31173 -[loc_31173] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -recol2s=6342 -recol2d=6438 -model=model_3184 -name=Rocks - -// 31174 -[loc_31174] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=6438 -model=model_3183 -name=Rocks - -// 31175 -[loc_31175] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=6438 -model=model_3195 -name=Rocks - -// 31176 -[loc_31176] -sharelight=yes -hillskew=yes -active=no -active=no -shadow=no -ambient=15 -contrast=10 -recolhsl1s=6689 -recolhsl1d=2570 -retex1s=material_70 -retex1d=material_418 -model=model_787 - -// 31177 -[loc_31177] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34266,0 - -// 31178 -[loc_31178] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34254,0 - -// 31179 -[loc_31179] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34258,0 - -// 31180 -[loc_31180] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9348 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34265,0 - -// 31181 -[loc_31181] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34255,0 - -// 31182 -[loc_31182] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -mirror=yes -recolhsl1s=262 -recolhsl1d=8145 -model=model_34255,0 - -// 31183 -[loc_31183] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34259,0 - -// 31184 -[loc_31184] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -mirror=yes -recolhsl1s=262 -recolhsl1d=8145 -model=model_34259,0 - -// 31185 -[loc_31185] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34256,0 - -// 31186 -[loc_31186] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -mirror=yes -recolhsl1s=262 -recolhsl1d=8145 -model=model_34256,0 - -// 31187 -[loc_31187] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34261,0 - -// 31188 -[loc_31188] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -mirror=yes -recolhsl1s=262 -recolhsl1d=8145 -model=model_34261,0 - -// 31189 -[loc_31189] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34264,0 - -// 31190 -[loc_31190] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -mirror=yes -recolhsl1s=262 -recolhsl1d=8145 -model=model_34264,0 - -// 31191 -[loc_31191] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34257,0 - -// 31192 -[loc_31192] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -mirror=yes -recolhsl1s=262 -recolhsl1d=8145 -model=model_34257,0 - -// 31193 -[loc_31193] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34262,0 - -// 31194 -[loc_31194] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -mirror=yes -recolhsl1s=262 -recolhsl1d=8145 -model=model_34262,0 - -// 31195 -[loc_31195] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -recolhsl1s=262 -recolhsl1d=8145 -model=model_34253,0 - -// 31196 -[loc_31196] -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -anim=seq_9303 -mirror=yes -recolhsl1s=262 -recolhsl1d=8145 -model=model_34253,0 - -// 31197 -[loc_31197] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31198 -[loc_31198] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31199 -[loc_31199] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31200 -[loc_31200] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31201 -[loc_31201] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31202 -[loc_31202] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31203 -[loc_31203] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=10299 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11025 -model2=model_11024 -name=Rocks - -// 31204 -[loc_31204] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11026 -model2=model_11024 -name=Rocks - -// 31205 -[loc_31205] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -anim=seq_523 -bgsound=synth_3073,3 -blockrange=no -recolhsl1s=37 -recolhsl1d=2581 -recol2s=6342 -recol2d=32480 -model=model_11027 -model2=model_11024 -name=Rocks - -// 31206 -[loc_31206] -sharelight=yes -hillskew=yes -op1=Go-through -recol1s=12580 -recol1d=11592 -recol2s=9410 -recol2d=9478 -recol3s=8353 -recol3d=7364 -recol4s=7264 -recol4d=5250 -recol5s=2048 -recol5d=3136 -model=model_4968 -name=Tunnel - -// 31207 -[loc_31207] -ambient=25 -offsetx=28 -offsety=0 -offsetz=0 -op1=Search -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=9442 -recol3s=5184 -recol3d=10430 -model=model_15207 -name=Bookcase - -// 31208 -[loc_31208] -shadow=no -active=yes -blockwalk=yes -model=model_33304,1 -name=Tunnel Entrance - -// 31209 -[loc_31209] -shadow=no -active=yes -blockwalk=yes -model=model_33304,1 -name=Tunnel Entrance - -// 31210 -[loc_31210] -shadow=no -active=yes -blockwalk=yes -model=model_33304,1 -name=Tunnel Entrance - -// 31211 -[loc_31211] -shadow=no -active=yes -blockwalk=yes -model=model_33304,1 -name=Tunnel Entrance - -// 31212 -[loc_31212] -shadow=no -active=yes -blockwalk=yes -model=model_33304,1 -name=Tunnel Entrance - -// 31213 -[loc_31213] -shadow=no -active=yes -blockwalk=yes -model=model_33304,1 -name=Tunnel Entrance - -// 31214 -[loc_31214] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -forcedecor=yes -op1=Jump-over -anim=seq_9303 -blockrange=no -model=model_34260,0 -model=model_34263,0 -name=Stepping stone - -// 31215 -[loc_31215] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -forcedecor=yes -op1=Jump-over -anim=seq_9303 -blockrange=no -model=model_34260,0 -model=model_34263,0 -name=Stepping stone - -// 31216 -[loc_31216] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -forcedecor=yes -op1=Jump-over -anim=seq_9303 -blockrange=no -model=model_34260,0 -model=model_34263,0 -name=Stepping stone - -// 31217 -[loc_31217] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -forcedecor=yes -anim=seq_9303 -blockrange=no -model=model_34260,0 -model=model_34263,0 -name=Stepping stone - -// 31218 -[loc_31218] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -forcedecor=yes -resizey=155 -anim=seq_9303 -blockrange=no -model=model_34260,0 -model=model_34263,0 -name=Stepping stone - -// 31219 -[loc_31219] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -forcedecor=yes -resizey=175 -anim=seq_9303 -blockrange=no -model=model_34260,0 -model=model_34263,0 -name=Stepping stone - -// 31220 -[loc_31220] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -forcedecor=yes -resizey=165 -anim=seq_9303 -blockrange=no -model=model_34260,0 -model=model_34263,0 -name=Stepping stone - -// 31221 -[loc_31221] -shadow=no -active=yes -blockwalk=no -op1=Go-through-wall -model=model_33304,1 -name=Tunnel entrance - -// 31222 -[loc_31222] -active=no -randomsound=850,950,10,synth_4824,synth_4853 -model=model_1105,0 - -// 31223 -[loc_31223] -active=no -randomsound=50,150,15,synth_4822,synth_4820,synth_4815 -model=model_1105,0 - -// 31224 -[loc_31224] -randomsound=50,500,5,synth_4830 -active=no -model=model_1105,0 - -// 31225 -[loc_31225] -bgsound=synth_4819,5 -active=no -model=model_1105,0 - -// 31226 -[loc_31226] -bgsound=synth_4821,15 -active=no -model=model_1105,0 - -// 31227 -[loc_31227] -bgsound=synth_4822,15 -active=no -model=model_1105,0 - -// 31228 -[loc_31228] -bgsound=synth_4827,12 -active=no -model=model_1105,0 - -// 31229 -[loc_31229] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Mine -op2=Prospect -op3=hidden -model=model_34310,1 -name=Obsidian wall - -// 31230 -[loc_31230] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Mine -op2=Prospect -op3=hidden -model=model_34307,1 -name=Obsidian wall - -// 31231 -[loc_31231] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -model=model_34308,1 -name=Crack in wall - -// 31232 -[loc_31232] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Go-through -model=model_34308,1 -name=Crack in wall - -// 31233 -[loc_31233] -hillskew=yes -forcedecor=yes -active=no -shadow=no -ambient=64 -contrast=12 -model=model_34318,0 - -// 31234 -[loc_31234] -hillskew=yes -forcedecor=yes -active=no -shadow=no -ambient=64 -contrast=12 -model=model_34314,0 - -// 31235 -[loc_31235] -hillskew=yes -forcedecor=yes -active=no -shadow=no -ambient=64 -contrast=12 -model=model_34313,0 - -// 31236 -[loc_31236] -hillskew=yes -forcedecor=yes -active=no -shadow=no -ambient=64 -contrast=12 -model=model_34306,0 - -// 31237 -[loc_31237] -hillskew=yes -forcedecor=yes -active=no -shadow=no -ambient=64 -contrast=12 -model=model_34319,0 - -// 31238 -[loc_31238] -active=yes -length=2 -width=3 -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Mine-through -model=model_34316 -name=Collapsed tunnel - -// 31239 -[loc_31239] -active=yes -length=2 -width=3 -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Mine-through -model=model_34316 -name=Collapsed tunnel - -// 31240 -[loc_31240] -active=yes -length=2 -width=3 -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Mine-through -model=model_34316 -name=Collapsed tunnel - -// 31241 -[loc_31241] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -model=model_34322,1 -name=Caved-in wall - -// 31242 -[loc_31242] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -model=model_34323,1 -name=Repaired caved-in wall - -// 31243 -[loc_31243] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -model=model_34321,1 -name=Caved-in wall - -// 31244 -[loc_31244] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -model=model_34320,1 -name=Repaired caved in wall - -// 31245 -[loc_31245] -active=yes -hillskew=yes -contrast=10 -ambient=15 -blockwalk=no -model=model_34325,1 -name=Caved-in wall - -// 31246 -[loc_31246] -active=no -hillskew=yes -contrast=10 -ambient=15 -blockwalk=no -model=model_34324,1 - -// 31247 -[loc_31247] -active=no -hillskew=yes -contrast=10 -ambient=15 -blockwalk=no -mirror=yes -model=model_34324,1 - -// 31248 -[loc_31248] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Push-over -model=model_34326 -name=Stone pillar - -// 31249 -[loc_31249] -active=yes -width=2 -contrast=10 -ambient=15 -blockwalk=yes -model=model_34327 -name=Stone pillar - -// 31250 -[loc_31250] -active=yes -anim=seq_9329 -width=2 -contrast=10 -ambient=15 -blockwalk=yes -model=model_34327 -name=Pillar - -// 31251 -[loc_31251] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Jump-over -msi=msi_24 -forcedecor=yes -model=model_34346 -name=Cave-in - -// 31252 -[loc_31252] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -msi=msi_24 -forcedecor=yes -model=model_34347 -name=Cave-in - -// 31253 -[loc_31253] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Jump-over -msi=msi_24 -forcedecor=yes -model=model_34344,0 -name=Cave-in - -// 31254 -[loc_31254] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Jump-over -msi=msi_24 -forcedecor=yes -model=model_34345,0 -name=Cave-in - -// 31255 -[loc_31255] -active=yes -width=8 -contrast=10 -ambient=15 -blockwalk=yes -op1=Push -model=model_34341 -name=Rock - -// 31256 -[loc_31256] -active=yes -width=8 -contrast=10 -ambient=15 -blockwalk=yes -model=model_34342 -name=Rock - -// 31257 -[loc_31257] -active=yes -anim=seq_9330 -width=8 -contrast=10 -ambient=15 -blockwalk=yes -model=model_34342 -name=Rock - -// 31258 -[loc_31258] -length=2 -width=3 -ambient=15 -contrast=10 -shadow=no -active=yes -op1=Mine-through -model=model_34316 -name=Cave entrance - -// 31259 -[loc_31259] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Search -forceapproach=east -model=model_34311 -name=Bookcase - -// 31260 -[loc_31260] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Search -forceapproach=east -model=model_34309 -name=Bookcase - -// 31261 -[loc_31261] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Search -forceapproach=east -model=model_34315 -name=Bookcase - -// 31262 -[loc_31262] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -mirror=yes -op1=Search -forceapproach=east -model=model_34309 -name=Bookcase - -// 31263 -[loc_31263] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -mirror=yes -op1=Search -forceapproach=east -model=model_34315 -name=Bookcase - -// 31264 -[loc_31264] -active=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Search -forceapproach=east -model=model_34312 -name=Bookcase - -// 31265 -[loc_31265] -active=no -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -model=model_34335,1 -model=model_34336,5 - -// 31266 -[loc_31266] -active=no -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -model=model_34338,1 -model=model_34328,5 - -// 31267 -[loc_31267] -active=no -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -model=model_34332,1 - -// 31268 -[loc_31268] -active=no -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -model=model_34330,1 - -// 31269 -[loc_31269] -active=no -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -model=model_34334 - -// 31270 -[loc_31270] -hillskew=yes -blockwalk=yes -ambient=10 -contrast=15 -sharelight=yes -model=model_34339 -name=Bench - -// 31271 -[loc_31271] -hillskew=yes -blockwalk=yes -ambient=10 -contrast=15 -sharelight=yes -model=model_34333 -name=Bench - -// 31272 -[loc_31272] -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -model=model_34329 -name=Rock prop - -// 31273 -[loc_31273] -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -model=model_34331 -name=Rock prop - -// 31274 -[loc_31274] -width=2 -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -model=model_34340 -name=Rock prop - -// 31275 -[loc_31275] -width=4 -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -model=model_34337 -name=Rock prop - -// 31276 -[loc_31276] -length=2 -width=3 -active=yes -multivar=varplayerbit_4700 -multiloc=0,loc_31258 -multiloc=5,loc_31258 -multiloc=10,loc_31258 -multiloc=15,loc_31258 -multiloc=17,loc_31258 -multiloc=20,loc_31258 -multiloc=25,loc_31258 -multiloc=30,loc_31258 -multiloc=35,loc_31258 -multiloc=40,loc_31258 -multiloc=45,loc_31258 -multiloc=50,loc_31258 -multiloc=55,loc_31258 -multiloc=57,loc_31292 -multiloc=60,loc_31292 -multiloc=63,loc_31292 - -// 31277 -[loc_31277] -length=2 -width=3 -active=yes -multivar=varplayerbit_4700 -multiloc=0,loc_31258 -multiloc=5,loc_31258 -multiloc=10,loc_31258 -multiloc=15,loc_31258 -multiloc=17,loc_31258 -multiloc=20,loc_31258 -multiloc=25,loc_31258 -multiloc=30,loc_31258 -multiloc=35,loc_31258 -multiloc=40,loc_31258 -multiloc=45,loc_31258 -multiloc=50,loc_31258 -multiloc=55,loc_31258 -multiloc=57,loc_31292 -multiloc=60,loc_31292 -multiloc=63,loc_31292 - -// 31278 -[loc_31278] -length=2 -width=3 -active=yes -multivar=varplayerbit_4700 -multiloc=0,loc_31258 -multiloc=5,loc_31292 -multiloc=10,loc_31292 -multiloc=15,loc_31292 -multiloc=17,loc_31292 -multiloc=20,loc_31292 -multiloc=25,loc_31292 -multiloc=30,loc_31292 -multiloc=35,loc_31292 -multiloc=40,loc_31292 -multiloc=45,loc_31292 -multiloc=50,loc_31292 -multiloc=55,loc_31292 -multiloc=57,loc_31292 -multiloc=60,loc_31258 -multiloc=63,loc_31258 - -// 31279 -[loc_31279] -randomsound=50,150,15,synth_4822,synth_4820,synth_4815 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 31280 -[loc_31280] -bgsound=synth_4821,15 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 31281 -[loc_31281] -bgsound=synth_4822,15 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 31282 -[loc_31282] -bgsound=synth_4827,12 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 31283 -[loc_31283] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=15 -contrast=10 -model=model_34348,1 - -// 31284 -[loc_31284] -length=2 -width=3 -op1=Enter -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -model=model_34352 -name=Cave entrance - -// 31285 -[loc_31285] -active=no -anim=seq_9347 -ambient=25 -contrast=15 -shadow=no -model=model_34350 - -// 31286 -[loc_31286] -length=2 -width=3 -ambient=15 -contrast=10 -shadow=no -model=model_34349 -name=Cave entrance - -// 31287 -[loc_31287] -active=yes -length=2 -width=3 -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Go-through -model=model_34349 -name=Tunnel - -// 31288 -[loc_31288] -active=yes -length=2 -width=3 -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Go-through -model=model_34349 -name=Tunnel - -// 31289 -[loc_31289] -active=yes -length=2 -width=3 -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Go-through -model=model_34349 -name=Tunnel - -// 31290 -[loc_31290] -active=yes -length=2 -width=3 -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Go-through -model=model_34349 -name=Tunnel - -// 31291 -[loc_31291] -active=yes -length=2 -width=3 -hillskew=yes -contrast=10 -ambient=15 -blockwalk=yes -op1=Go-through -model=model_34349 -name=Tunnel - -// 31292 -[loc_31292] -length=2 -width=3 -ambient=15 -contrast=10 -shadow=no -active=yes -op1=Go-through -model=model_34349 -name=Cave entrance - -// 31293 -[loc_31293] -bgsound=synth_3073,10 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 31294 -[loc_31294] -width=3 -length=4 -op1=Open -forceapproach=east -model=model_34353 -name=Wooden doors - -// 31295 -[loc_31295] -width=3 -length=4 -model=model_34354 -name=Wooden doors - -// 31296 -[loc_31296] -width=2 -length=2 -op1=Read -ambient=10 -anim=seq_9351 -model=model_34361 -name=Signpost - -// 31297 -[loc_31297] -op1=Read -anim=seq_2714 -model=model_34358 -name=Signpost - -// 31298 -[loc_31298] -op1=Read -anim=seq_2714 -model=model_34357 -name=Signpost - -// 31299 -[loc_31299] -op1=Read -anim=seq_2714 -model=model_34358 -name=Signpost - -// 31300 -[loc_31300] -op1=Read -anim=seq_2714 -model=model_34358 -name=Signpost - -// 31301 -[loc_31301] -op1=Read -anim=seq_2714 -model=model_34355 -name=Signpost - -// 31302 -[loc_31302] -width=2 -op1=Talk-to -active=yes -model=model_6536 -name=Juna - -// 31303 -[loc_31303] -width=2 -op1=Talk-to -op3=Tell-story -active=yes -model=model_6536 -name=Juna - -// 31304 -[loc_31304] -hillskew=yes -shadow=no -active=no -blockwalk=yes -model=model_33304,1 - -// 31305 -[loc_31305] -active=yes -shadow=no -blockwalk=no -model=model_33304,1 -name=Broken door - -// 31306 -[loc_31306] -anim=seq_9388 -width=2 -blockwalk=no -op1=Pass -model=model_34464 -name=Sticks - -// 31307 -[loc_31307] -blockwalk=no -op1=Pass -model=model_34463,0 -name=Sticks - -// 31308 -[loc_31308] -blockwalk=no -op1=Pass -model=model_34462,0 -name=Sticks - -// 31309 -[loc_31309] -width=2 -length=3 -model=model_34434 -name=Sarcophagus - -// 31310 -[loc_31310] -active=yes -anim=seq_5564 -model=model_34399 -name=Mummy - -// 31311 -[loc_31311] -active=no -ambient=25 -recol1s=14595 -recol1d=19914 -recolhsl2s=4651 -recolhsl2d=4421 -model=model_34439,0 - -// 31312 -[loc_31312] -active=yes -anim=seq_9406 -shadow=no -blockwalk=no -ambient=25 -contrast=25 -recolhsl1s=10287 -recolhsl1d=7478 -recol2s=14795 -recol2d=19978 -recol3s=15852 -recol3d=22090 -recolhsl4s=10299 -recolhsl4d=7493 -recol5s=17966 -recol5d=23182 -recol6s=19023 -recol6d=23182 -model=model_34552 -name=Skeleton - -// 31313 -[loc_31313] -active=yes -anim=seq_9405 -shadow=no -blockwalk=no -ambient=25 -contrast=25 -recolhsl1s=10287 -recolhsl1d=7478 -recol2s=14795 -recol2d=19978 -recol3s=15852 -recol3d=22090 -recolhsl4s=10299 -recolhsl4d=7493 -recol5s=17966 -recol5d=23182 -recol6s=19023 -recol6d=23182 -model=model_34552 -name=Skeleton - -// 31314 -[loc_31314] -active=yes -anim=seq_9424 -width=8 -op1=Pass -contrast=-12 -bgsound=synth_4864,15 -model=model_34467 -name=Wavering mystic barrier - -// 31315 -[loc_31315] -active=yes -anim=seq_9425 -width=8 -contrast=-12 -model=model_34467 -name=Wavering mystic barrier - -// 31316 -[loc_31316] -active=yes -anim=seq_9520 -length=2 -width=2 -ambient=15 -contrast=15 -op1=Climb-up -bgsound=synth_4861,4 -model=model_34468 -name=Bucket rope - -// 31317 -[loc_31317] -active=yes -anim=seq_9423 -width=2 -ambient=25 -contrast=25 -model=model_34530 -model2=model_34529 -name=Flames - -// 31318 -[loc_31318] -active=yes -width=2 -ambient=25 -contrast=25 -model=model_34525 -name=Ashy Pedestal - -// 31319 -[loc_31319] -active=yes -op1=Leave through -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -bgsound=synth_3093,3 -model=model_30987,1 -name=Exit - -// 31320 -[loc_31320] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -model=model_34449,1 - -// 31321 -[loc_31321] -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -msi=msi_22 -forcedecor=yes -recol1s=14595 -recol1d=19914 -recolhsl2s=4651 -recolhsl2d=4421 -model=model_34445,0 - -// 31322 -[loc_31322] -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -msi=msi_22 -forcedecor=yes -recol1s=14595 -recol1d=19914 -recolhsl2s=4651 -recolhsl2d=4421 -model=model_34450,0 - -// 31323 -[loc_31323] -active=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -op1=Search -model=model_34451,1 -name=Tomb - -// 31324 -[loc_31324] -active=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -op1=Search -model=model_34444,1 -name=Tomb - -// 31325 -[loc_31325] -active=yes -width=2 -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -op1=Search -forceapproach=east -blockwalk=no -model=model_34446 -name=Tomb - -// 31326 -[loc_31326] -active=yes -width=2 -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -op1=Search -forceapproach=east -blockwalk=no -model=model_34452 -name=Tomb - -// 31327 -[loc_31327] -width=2 -active=yes -op1=Search -forceapproach=east -blockwalk=no -multivar=varplayerbit_4780 -multiloc=0,loc_31326 -multiloc=1,loc_31325 - -// 31328 -[loc_31328] -active=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -op1=Search -model=model_34442,1 -name=Wall - -// 31329 -[loc_31329] -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -blockwalk=yes -model=model_34443,1 - -// 31330 -[loc_31330] -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -active=yes -blockwalk=yes -model=model_34461,1 -name=Solid wall - -// 31331 -[loc_31331] -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -op1=Search -active=yes -blockwalk=yes -recol1s=14595 -recol1d=19914 -recolhsl2s=4651 -recolhsl2d=4421 -model=model_34448,1 -name=A holey wall - -// 31332 -[loc_31332] -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -op1=Search -active=yes -blockwalk=yes -recol1s=14595 -recol1d=19914 -recolhsl2s=4651 -recolhsl2d=4421 -model=model_34447,1 -name=A holey wall - -// 31333 -[loc_31333] -active=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_34453,1 -name=Broken door - -// 31334 -[loc_31334] -active=yes -op1=Destroy -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_34458,8 -model=model_34459,1 -name=Broken door - -// 31335 -[loc_31335] -active=yes -op1=Destroy -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_34458,8 -model=model_34459,1 -name=Broken door - -// 31336 -[loc_31336] -active=yes -anim=seq_9369 -op1=Destroy -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_34460 -name=Broken door - -// 31337 -[loc_31337] -active=yes -anim=seq_9370 -op1=Destroy -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_34456 -name=Broken door - -// 31338 -[loc_31338] -active=yes -anim=seq_9371 -op1=Destroy -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_34455 -name=Broken door - -// 31339 -[loc_31339] -active=yes -anim=seq_9372 -op1=Destroy -sharelight=yes -hillskew=yes -shadow=no -ambient=25 -contrast=25 -blockwalk=no -model=model_34454 -name=Broken door - -// 31340 -[loc_31340] -active=yes -hillskew=yes -sharelight=yes -op1=Open -shadow=no -ambient=25 -contrast=25 -model=model_30969,1 -name=Door - -// 31341 -[loc_31341] -active=yes -hillskew=yes -sharelight=yes -op1=Close -shadow=no -ambient=25 -contrast=25 -model=model_30969,1 -name=Door - -// 31342 -[loc_31342] -active=yes -mirror=yes -hillskew=yes -sharelight=yes -op1=Open -shadow=no -ambient=25 -contrast=25 -model=model_30969,1 -name=Door - -// 31343 -[loc_31343] -active=yes -mirror=yes -hillskew=yes -sharelight=yes -op1=Close -shadow=no -ambient=25 -contrast=25 -model=model_30969,1 -name=Door - -// 31344 -[loc_31344] -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_34436,0 - -// 31345 -[loc_31345] -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_34440,0 - -// 31346 -[loc_31346] -hillskew=yes -shadow=no -ambient=25 -contrast=25 -model=model_34435,0 - -// 31347 -[loc_31347] -active=no -hillskew=yes -ambient=25 -contrast=25 -recol1s=14595 -recol1d=19914 -recolhsl2s=4651 -recolhsl2d=4421 -model=model_34438 - -// 31348 -[loc_31348] -active=yes -hillskew=yes -length=3 -width=3 -ambient=40 -contrast=25 -model=model_34433 -name=Sarcophagus - -// 31349 -[loc_31349] -active=yes -hillskew=yes -length=3 -width=3 -ambient=40 -contrast=25 -model=model_34431 -name=Sarcophagus - -// 31350 -[loc_31350] -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -op1=Search -forceapproach=north -ambient=25 -contrast=25 -model=model_7603 -name=Floor - -// 31351 -[loc_31351] -sharelight=yes -width=2 -hillskew=yes -blockwalk=no -op1=Search -ambient=25 -contrast=25 -shadow=no -model=model_34547 -name=Odd markings - -// 31352 -[loc_31352] -active=no -anim=seq_7602 -hillskew=yes -ambient=25 -contrast=25 -shadow=no -bgsound=synth_2065,5 -model=model_30923 -model2=model_30926 -model3=model_30927 - -// 31353 -[loc_31353] -hillskew=yes -ambient=25 -contrast=25 -recol1s=14595 -recol1d=19914 -recolhsl2s=4651 -recolhsl2d=4421 -model=model_30899,0 - -// 31354 -[loc_31354] -hillskew=yes -ambient=25 -contrast=25 -recol1s=14595 -recol1d=19914 -recolhsl2s=4651 -recolhsl2d=4421 -model=model_30873,0 - -// 31355 -[loc_31355] -hillskew=yes -ambient=25 -contrast=25 -recol1s=14595 -recol1d=19914 -recolhsl2s=4651 -recolhsl2d=4421 -model=model_30920,0 - -// 31356 -[loc_31356] -offsety=-240 -hillskew=yes -sharelight=yes -blockwalk=no -shadow=no -ambient=25 -contrast=25 -model=model_30974,Z - -// 31357 -[loc_31357] -blockwalk=no -active=yes -op1=Pull -ambient=25 -contrast=25 -forceapproach=south -model=model_30860 -name=Lever - -// 31358 -[loc_31358] -anim=seq_9386 -blockwalk=no -active=yes -op1=Pull -ambient=25 -contrast=25 -forceapproach=south -model=model_30860 -name=Lever - -// 31359 -[loc_31359] -active=yes -length=2 -width=2 -ambient=25 -contrast=25 -op1=Climb-down -model=model_34437 -name=Well - -// 31360 -[loc_31360] -active=yes -width=2 -ambient=25 -contrast=25 -multivar=varplayerbit_4764 -multiloc=0,loc_31361 -multiloc=10,loc_31361 -multiloc=20,loc_31361 -multiloc=50,loc_31361 -multiloc=75,loc_31361 -multiloc=100,loc_31361 -multiloc=150,loc_31361 -multiloc=175,loc_31361 -multiloc=200,loc_31362 -multiloc=250,loc_31362 - -// 31361 -[loc_31361] -active=yes -width=2 -ambient=25 -contrast=25 -model=model_34524 -name=Open tome - -// 31362 -[loc_31362] -active=yes -width=2 -ambient=25 -contrast=25 -model=model_34525 -name=Ashy pedestal - -// 31363 -[loc_31363] -active=yes -anim=seq_9383 -ambient=25 -contrast=25 -bgsound=synth_4866,10 -op1=Enter -blockwalk=no -model=model_34527 -name=Pulsing markings - -// 31364 -[loc_31364] -active=yes -ambient=25 -contrast=25 -blockwalk=no -model=model_34528 -name=Dull markings - -// 31365 -[loc_31365] -active=no -sharelight=yes -width=2 -resizey=160 -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -shadow=no -recolhsl1s=9612 -recolhsl1d=17 -recolhsl2s=9613 -recolhsl2d=1042 -recolhsl3s=9614 -recolhsl3d=2067 -recolhsl4s=10638 -recolhsl4d=3092 -recolhsl5s=10762 -recolhsl5d=14354 -recolhsl6s=11142 -recolhsl6d=12428 -model=model_34548 - -// 31366 -[loc_31366] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -recolhsl1s=9612 -recolhsl1d=17 -recolhsl2s=9613 -recolhsl2d=1042 -recolhsl3s=9614 -recolhsl3d=2067 -recolhsl4s=10638 -recolhsl4d=3092 -recolhsl5s=10762 -recolhsl5d=14354 -recolhsl6s=11142 -recolhsl6d=12428 -retex1s=material_176 -retex1d=material_380 -retex2s=material_127 -retex2d=material_335 -model=model_33655,1 -model=model_33670,2 -model=model_33661,5 - -// 31367 -[loc_31367] -op1=Enter -hillskew=yes -sharelight=yes -active=yes -ambient=10 -contrast=5 -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -model=model_35406,1 -name=A dark hole - -// 31368 -[loc_31368] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -recolhsl1s=9612 -recolhsl1d=17 -recolhsl2s=9613 -recolhsl2d=1042 -recolhsl3s=9614 -recolhsl3d=2067 -recolhsl4s=10638 -recolhsl4d=3092 -recolhsl5s=10762 -recolhsl5d=14354 -recolhsl6s=11142 -recolhsl6d=12428 -model=model_33663,1 -model=model_33671,2 -model=model_33654,5 - -// 31369 -[loc_31369] -hillskew=yes -sharelight=yes -active=yes -resizey=160 -ambient=15 -contrast=15 -blockwalk=yes -model=model_34505,1 -name=Mystic barrier - -// 31370 -[loc_31370] -hillskew=yes -sharelight=yes -active=yes -resizey=160 -ambient=15 -contrast=15 -mirror=yes -blockwalk=yes -model=model_34505,1 -name=Mystic barrier - -// 31371 -[loc_31371] -active=yes -hillskew=yes -ambient=15 -contrast=15 -length=2 -blockrange=no -model=model_34497 -name=Intact sarcophagus - -// 31372 -[loc_31372] -active=yes -hillskew=yes -ambient=15 -contrast=15 -length=2 -blockrange=no -model=model_34492 -name=Damaged sarcophagus - -// 31373 -[loc_31373] -active=yes -hillskew=yes -ambient=15 -contrast=15 -width=2 -length=2 -blockrange=no -model=model_34516 -name=Empty sarcophagus - -// 31374 -[loc_31374] -active=no -hillskew=yes -ambient=15 -contrast=15 -length=2 -blockrange=no -model=model_34471 - -// 31375 -[loc_31375] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -model=model_34494 - -// 31376 -[loc_31376] -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -model=model_34508 - -// 31377 -[loc_31377] -ambient=15 -contrast=15 -recolhsl1s=10361 -recolhsl1d=13343 -model=model_2171 -name=Pile of skulls - -// 31378 -[loc_31378] -hillskew=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=28 -recolhsl1d=13343 -model=model_13854 - -// 31379 -[loc_31379] -active=no -ambient=25 -contrast=15 -hillskew=yes -unknown90=yes -recolhsl1s=10508 -recolhsl1d=2059 -recolhsl2s=10388 -recolhsl2d=6162 -model=model_34480,0 - -// 31380 -[loc_31380] -active=no -ambient=25 -contrast=15 -hillskew=yes -unknown90=yes -model=model_34523,0 - -// 31381 -[loc_31381] -active=no -ambient=25 -contrast=15 -hillskew=yes -unknown90=yes -model=model_34482,0 - -// 31382 -[loc_31382] -active=no -hillskew=yes -ambient=15 -contrast=15 -model=model_34474 - -// 31383 -[loc_31383] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_34491,1 -model=model_34514,2 -model=model_34500,5 - -// 31384 -[loc_31384] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_34507,1 - -// 31385 -[loc_31385] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_34501,1 - -// 31386 -[loc_31386] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -mirror=yes -model=model_34507,1 - -// 31387 -[loc_31387] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -mirror=yes -model=model_34501,1 - -// 31388 -[loc_31388] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_34499,1 -model=model_34496,Z - -// 31389 -[loc_31389] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -mirror=yes -model=model_34499,1 -model=model_34496,Z - -// 31390 -[loc_31390] -hillskew=yes -sharelight=yes -active=yes -resizey=160 -ambient=15 -contrast=15 -op1=Enter -model=model_34484,1 -name=Dark stairs - -// 31391 -[loc_31391] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -mirror=yes -model=model_34484,1 - -// 31392 -[loc_31392] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -anim=seq_3107 -bgsound=synth_2065,1 -model=model_34550,1 - -// 31393 -[loc_31393] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -anim=seq_3107 -bgsound=synth_2065,1 -model=model_34549,1 - -// 31394 -[loc_31394] -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -recolhsl1s=9612 -recolhsl1d=17 -recolhsl2s=9613 -recolhsl2d=1042 -recolhsl3s=9614 -recolhsl3d=2067 -recolhsl4s=10638 -recolhsl4d=3092 -recolhsl5s=10762 -recolhsl5d=14354 -recolhsl6s=11142 -recolhsl6d=12428 -model=model_33692,1 - -// 31395 -[loc_31395] -hillskew=yes -sharelight=yes -resizey=160 -ambient=15 -contrast=15 -anim=seq_3107 -bgsound=synth_2065,1 -model=model_34551,1 - -// 31396 -[loc_31396] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_34511,1 -model=model_34506,2 -model=model_34478,5 - -// 31397 -[loc_31397] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_34475,1 -model=model_34498,2 -model=model_34488,5 - -// 31398 -[loc_31398] -hillskew=yes -sharelight=yes -active=no -resizey=160 -ambient=15 -contrast=15 -model=model_34510,5 - -// 31399 -[loc_31399] -hillskew=yes -model=model_34489,0 - -// 31400 -[loc_31400] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -model=model_34518 - -// 31401 -[loc_31401] -active=no -hillskew=yes -blockrange=no -model=model_34479 - -// 31402 -[loc_31402] -hillskew=yes -ambient=25 -contrast=25 -recolhsl1s=4771 -recolhsl1d=4111 -recolhsl2s=4651 -recolhsl2d=6164 -model=model_30899,0 - -// 31403 -[loc_31403] -hillskew=yes -ambient=25 -contrast=25 -recolhsl1s=4771 -recolhsl1d=4111 -recolhsl2s=4651 -recolhsl2d=6164 -model=model_30873,0 - -// 31404 -[loc_31404] -hillskew=yes -ambient=25 -contrast=25 -recolhsl1s=4771 -recolhsl1d=4111 -recolhsl2s=4651 -recolhsl2d=6164 -model=model_30920,0 - -// 31405 -[loc_31405] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recolhsl1s=30 -recolhsl1d=5139 -recolhsl2s=35 -recolhsl2d=6164 -recolhsl3s=39 -recolhsl3d=7189 -recolhsl4s=43 -recolhsl4d=9239 -recolhsl5s=47 -recolhsl5d=10264 -model=model_11795 - -// 31406 -[loc_31406] -width=2 -length=2 -active=no -hillskew=yes -blockrange=no -recolhsl1s=30 -recolhsl1d=5139 -recolhsl2s=35 -recolhsl2d=6164 -recolhsl3s=39 -recolhsl3d=7189 -recolhsl4s=43 -recolhsl4d=9239 -recolhsl5s=47 -recolhsl5d=10264 -model=model_11797 - -// 31407 -[loc_31407] -active=no -hillskew=yes -blockrange=no -recolhsl1s=30 -recolhsl1d=5139 -recolhsl2s=35 -recolhsl2d=6164 -recolhsl3s=39 -recolhsl3d=7189 -recolhsl4s=43 -recolhsl4d=9239 -recolhsl5s=47 -recolhsl5d=10264 -model=model_11798 - -// 31408 -[loc_31408] -active=no -hillskew=yes -blockrange=no -recolhsl1s=30 -recolhsl1d=5139 -recolhsl2s=35 -recolhsl2d=6164 -recolhsl3s=39 -recolhsl3d=7189 -recolhsl4s=43 -recolhsl4d=9239 -recolhsl5s=47 -recolhsl5d=10264 -model=model_11799 - -// 31409 -[loc_31409] -active=no -hillskew=yes -blockrange=no -recolhsl1s=30 -recolhsl1d=5139 -recolhsl2s=35 -recolhsl2d=6164 -recolhsl3s=39 -recolhsl3d=7189 -recolhsl4s=43 -recolhsl4d=9239 -recolhsl5s=47 -recolhsl5d=10264 -model=model_11800 - -// 31410 -[loc_31410] -active=no -hillskew=yes -blockrange=no -model=model_34476 - -// 31411 -[loc_31411] -active=no -hillskew=yes -blockrange=no -model=model_34485,0 - -// 31412 -[loc_31412] -active=yes -width=3 -length=4 -ambient=25 -contrast=25 -hardshadow=no -forceapproach=south -op1=Climb-down -model=model_34472 -name=Stairs - -// 31413 -[loc_31413] -ambient=25 -contrast=25 -hillskew=yes -model=model_34473,0 - -// 31414 -[loc_31414] -ambient=25 -contrast=25 -hillskew=yes -model=model_34486,0 - -// 31415 -[loc_31415] -ambient=25 -contrast=25 -hillskew=yes -model=model_34477,0 - -// 31416 -[loc_31416] -ambient=25 -contrast=25 -hillskew=yes -model=model_34512,0 - -// 31417 -[loc_31417] -active=yes -width=3 -length=4 -ambient=25 -contrast=25 -forceapproach=north -op1=Climb-up -model=model_34522 -name=Stairs - -// 31418 -[loc_31418] -width=2 -active=no -hillskew=yes -blockrange=no -model=model_34495 - -// 31419 -[loc_31419] -active=no -hillskew=yes -blockwalk=no -model=model_34515,0 - -// 31420 -[loc_31420] -active=no -hillskew=yes -blockwalk=no -model=model_34503,0 - -// 31421 -[loc_31421] -anim=seq_9408 -width=4 -length=3 -resizey=160 -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -model=model_34526 -name=Subterranean spring - -// 31422 -[loc_31422] -width=3 -length=3 -sharelight=yes -ambient=15 -contrast=15 -model=model_34517 -name=Machinery - -// 31423 -[loc_31423] -width=3 -length=3 -sharelight=yes -ambient=15 -contrast=15 -model=model_34513 -name=Machinery - -// 31424 -[loc_31424] -width=3 -length=3 -sharelight=yes -ambient=15 -contrast=15 -model=model_34520 -name=Incomprehensible machinery - -// 31425 -[loc_31425] -width=3 -length=3 -ambient=15 -contrast=15 -model=model_34504 -name=Rock mound - -// 31426 -[loc_31426] -width=3 -length=3 -ambient=15 -contrast=15 -model=model_34521 -name=Rock mound - -// 31427 -[loc_31427] -model=model_34493 -name=Spiky pillar - -// 31428 -[loc_31428] -model=model_34490 -name=Smashed pillar - -// 31429 -[loc_31429] -width=2 -length=2 -model=model_34509 -name=Crystalline structure - -// 31430 -[loc_31430] -hillskew=yes -forcedecor=yes -sharelight=yes -ambient=15 -contrast=15 -model=model_34519,0 - -// 31431 -[loc_31431] -hillskew=yes -forcedecor=yes -sharelight=yes -ambient=15 -contrast=15 -model=model_34483,0 - -// 31432 -[loc_31432] -hillskew=yes -forcedecor=yes -sharelight=yes -ambient=15 -contrast=15 -model=model_34487,0 - -// 31433 -[loc_31433] -hillskew=yes -forcedecor=yes -sharelight=yes -ambient=15 -contrast=15 -model=model_34502,0 - -// 31434 -[loc_31434] -active=no -blockwalk=no -msi=msi_7 -forcedecor=yes -model=model_596,0 - -// 31435 -[loc_31435] -active=yes -anim=seq_9518 -bgsound=synth_4864,15 -length=3 -op1=Pass -model=model_34470 -name=Mystic barrier - -// 31436 -[loc_31436] -active=yes -anim=seq_9518 -bgsound=synth_4864,15 -length=3 -op1=Pass -model=model_34470 -name=Mystic barrier - -// 31437 -[loc_31437] -contrast=25 -ambient=25 -model=model_34574 -name=Kurask head - -// 31438 -[loc_31438] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=12580 -recol1d=0 -model=model_834 - -// 31439 -[loc_31439] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=7296 -recol1d=18823 -recolhsl2s=7052 -recolhsl2d=4515 -recolhsl3s=6026 -recolhsl3d=4499 -recolhsl4s=5000 -recolhsl4d=4494 -recolhsl5s=3845 -recolhsl5d=4488 -model=model_33970 - -// 31440 -[loc_31440] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=7296 -recol1d=18823 -recolhsl2s=7052 -recolhsl2d=4515 -recolhsl3s=6026 -recolhsl3d=4499 -recolhsl4s=5000 -recolhsl4d=4494 -recolhsl5s=3845 -recolhsl5d=4488 -model=model_33972 - -// 31441 -[loc_31441] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=7296 -recol1d=18823 -recolhsl2s=7052 -recolhsl2d=4515 -recolhsl3s=6026 -recolhsl3d=4499 -recolhsl4s=5000 -recolhsl4d=4494 -recolhsl5s=3845 -recolhsl5d=4488 -model=model_33971 - -// 31442 -[loc_31442] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=6374 -recol1d=0 -model=model_33973 - -// 31443 -[loc_31443] -active=no -shadow=no -blockwalk=no -randomsound=200,600,10,synth_3093 -model=model_34351,Q - -// 31444 -[loc_31444] -bgsound=synth_4882,5 -active=no -model=model_1105,0 - -// 31445 -[loc_31445] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_34606,1 - -// 31446 -[loc_31446] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -model=model_34605,1 - -// 31447 -[loc_31447] -blockwalk=no -model=model_34611 -name=Flowerbed - -// 31448 -[loc_31448] -hillskew=yes -active=yes -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_2359,0 -name=Soil - -// 31449 -[loc_31449] -active=yes -multivar=varplayerbit_3610 -multiloc=0,loc_31448 - -// 31450 -[loc_31450] -forcedecor=yes -multivar=varplayerbit_4764 -multiloc=250,loc_31451 - -// 31451 -[loc_31451] -forcedecor=yes -mapfunction=51 -model=model_1105,0 - -// 31452 -[loc_31452] -active=yes -op1=Search -forcedecor=yes -model=model_34776,0 -name=Bed - -// 31453 -[loc_31453] -active=no -sharelight=yes -forcedecor=yes -model=model_34780,0 - -// 31454 -[loc_31454] -op1=Open -ambient=25 -contrast=25 -active=yes -raiseobject=no -msi=msi_22 -model=model_34765,1 -name=Door - -// 31455 -[loc_31455] -op1=Open -ambient=25 -contrast=25 -active=yes -raiseobject=no -msi=msi_22 -model=model_34765,1 -name=Door - -// 31456 -[loc_31456] -active=yes -blockwalk=no -ambient=25 -contrast=25 -op1=Listen -op2=Tap -active=yes -model=model_34773,8 -model=model_34762,Q -name=Pipes - -// 31457 -[loc_31457] -active=yes -blockwalk=no -ambient=25 -contrast=25 -op1=Jiggle -active=yes -model=model_34783,8 -model=model_34775,Q -name=Pipes - -// 31458 -[loc_31458] -length=2 -model=model_34787 -name=Dead guy - -// 31459 -[loc_31459] -anim=seq_9534 -op1=Talk-to -ambient=25 -contrast=25 -width=2 -length=3 -offsety=96 -model=model_34657 -name=Customs Sergeant - -// 31460 -[loc_31460] -ambient=25 -contrast=25 -op1=Store -model=model_34760 -name=Locker - -// 31461 -[loc_31461] -ambient=25 -contrast=25 -model=model_34778,Q - -// 31462 -[loc_31462] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34925,1 -model=model_34906,2 -model=model_34905,5 - -// 31463 -[loc_31463] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34907,1 - -// 31464 -[loc_31464] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34901,1 - -// 31465 -[loc_31465] -mirror=yes -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34927 - -// 31466 -[loc_31466] -mirror=yes -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34903 - -// 31467 -[loc_31467] -mirror=yes -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34904 - -// 31468 -[loc_31468] -mirror=yes -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34902 - -// 31469 -[loc_31469] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34927 - -// 31470 -[loc_31470] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34903 - -// 31471 -[loc_31471] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34904 - -// 31472 -[loc_31472] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34902 - -// 31473 -[loc_31473] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34895 - -// 31474 -[loc_31474] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34913 - -// 31475 -[loc_31475] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34930 - -// 31476 -[loc_31476] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34898 - -// 31477 -[loc_31477] -mirror=yes -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34896 - -// 31478 -[loc_31478] -mirror=yes -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34916 - -// 31479 -[loc_31479] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34896 - -// 31480 -[loc_31480] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34916 - -// 31481 -[loc_31481] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34926,1 - -// 31482 -[loc_31482] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34909,1 - -// 31483 -[loc_31483] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34918,1 - -// 31484 -[loc_31484] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34918,1 - -// 31485 -[loc_31485] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34900,1 - -// 31486 -[loc_31486] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34900,1 - -// 31487 -[loc_31487] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34908,1 - -// 31488 -[loc_31488] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34910,1 - -// 31489 -[loc_31489] -blockwalk=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34919,1 - -// 31490 -[loc_31490] -blockwalk=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34912,1 - -// 31491 -[loc_31491] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34908,1 - -// 31492 -[loc_31492] -mirror=yes -blockwalk=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34915,1 - -// 31493 -[loc_31493] -mirror=yes -blockwalk=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34912,1 - -// 31494 -[loc_31494] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34922,1 - -// 31495 -[loc_31495] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -active=yes -op1=Shout-through -model=model_34922,1 -name=Barred window - -// 31496 -[loc_31496] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -active=yes -model=model_34923,5 -name=Cell door - -// 31497 -[loc_31497] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34899,1 - -// 31498 -[loc_31498] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_34899,1 - -// 31499 -[loc_31499] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_34920,A -model=model_34921,S -model=model_34929,D -model=model_34911,F -model=model_34928,G -model=model_34897,H - -// 31500 -[loc_31500] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_34920,A -model=model_34921,S -model=model_34929,D -model=model_34911,F -model=model_34928,G -model=model_34897,H - -// 31501 -[loc_31501] -ambient=25 -contrast=25 -model=model_34766,0 - -// 31502 -[loc_31502] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=4771 -recolhsl1d=8374 -recol2s=17732 -recol2d=18989 -model=model_30899,0 - -// 31503 -[loc_31503] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=4771 -recolhsl1d=8374 -recol2s=17732 -recol2d=18989 -model=model_30873,0 - -// 31504 -[loc_31504] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=4771 -recolhsl1d=8374 -recol2s=17732 -recol2d=18989 -model=model_30920,0 - -// 31505 -[loc_31505] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23073,8 -model=model_35354,0 - -// 31506 -[loc_31506] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23073,8 -model=model_35354,0 - -// 31507 -[loc_31507] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23074,8 -model=model_35355,0 - -// 31508 -[loc_31508] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23074,8 -model=model_35355,0 - -// 31509 -[loc_31509] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23075,8 -model=model_35352,0 - -// 31510 -[loc_31510] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23075,8 -model=model_35352,0 - -// 31511 -[loc_31511] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23080,8 -model=model_35349,0 - -// 31512 -[loc_31512] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23081,8 -model=model_35366,0 - -// 31513 -[loc_31513] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23082,8 -model=model_35367,0 - -// 31514 -[loc_31514] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23083,8 -model=model_35358,0 - -// 31515 -[loc_31515] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23084,8 -model=model_35356,0 - -// 31516 -[loc_31516] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23085,8 -model=model_35362,0 - -// 31517 -[loc_31517] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23086,8 -model=model_35368,0 - -// 31518 -[loc_31518] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23087,8 -model=model_35348,0 - -// 31519 -[loc_31519] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23072,8 -model=model_35370,0 - -// 31520 -[loc_31520] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23088,8 -model=model_35360,0 - -// 31521 -[loc_31521] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23089,8 -model=model_35364,0 - -// 31522 -[loc_31522] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23090,8 -model=model_35359,0 - -// 31523 -[loc_31523] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23091,8 -model=model_35350,0 - -// 31524 -[loc_31524] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23092,8 -model=model_35369,0 - -// 31525 -[loc_31525] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23093,8 -model=model_35351,0 - -// 31526 -[loc_31526] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23094,8 -model=model_35363,0 - -// 31527 -[loc_31527] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23095,8 -model=model_35353,0 - -// 31528 -[loc_31528] -width=2 -contrast=25 -ambient=25 -blockrange=no -recol1s=9411 -recol1d=16740 -recol2s=8354 -recol2d=12546 -recol3s=32759 -recol3d=32691 -recolhsl4s=5219 -recolhsl4d=8415 -recolhsl5s=5214 -recolhsl5d=8407 -model=model_27500 -model2=model_27501 -name=Desk - -// 31529 -[loc_31529] -active=yes -op1=Climb -shadow=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -length=2 -width=2 -model=model_34774 -name=Stairs - -// 31530 -[loc_31530] -active=yes -op1=Climb -shadow=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -length=2 -width=2 -model=model_34779 -name=Stairs - -// 31531 -[loc_31531] -active=no -blockwalk=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_34914 - -// 31532 -[loc_31532] -active=no -blockwalk=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_34917 - -// 31533 -[loc_31533] -ambient=25 -contrast=25 -active=yes -raiseobject=no -msi=msi_22 -model=model_34924,1 -name=Door - -// 31534 -[loc_31534] -op1=Shout-through -op2=Open -ambient=25 -contrast=25 -active=yes -raiseobject=no -msi=msi_22 -model=model_34924,1 -name=Door - -// 31535 -[loc_31535] -op1=Close -ambient=25 -contrast=25 -active=yes -raiseobject=no -msi=msi_22 -model=model_34924,1 -name=Door - -// 31536 -[loc_31536] -active=yes -blockwalk=no -ambient=25 -contrast=25 -model=model_34773,8 -model=model_34762,Q -name=Pipes - -// 31537 -[loc_31537] -active=yes -blockwalk=no -ambient=25 -contrast=25 -model=model_34783,8 -model=model_34775,Q -name=Pipes - -// 31538 -[loc_31538] -active=yes -blockwalk=no -ambient=25 -contrast=25 -anim=seq_9564 -model=model_34824 -name=Pipes - -// 31539 -[loc_31539] -op1=Open -ambient=25 -contrast=25 -active=yes -raiseobject=no -msi=msi_22 -model=model_34765,1 -name=Door - -// 31540 -[loc_31540] -op1=Close -ambient=25 -contrast=25 -active=yes -raiseobject=no -model=model_34768,1 -name=Door - -// 31541 -[loc_31541] -active=yes -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_34770 -name=Sharp rock - -// 31542 -[loc_31542] -active=yes -op1=Open -contrast=25 -ambient=25 -model=model_34830 -name=Cabinet - -// 31543 -[loc_31543] -active=yes -op1=Open -contrast=25 -ambient=25 -forceapproach=south -model=model_34829 -name=Cabinet - -// 31544 -[loc_31544] -active=yes -hillskew=yes -contrast=25 -ambient=25 -model=model_34772 -name=Rubble - -// 31545 -[loc_31545] -active=yes -hillskew=yes -contrast=25 -ambient=25 -model=model_34772 -name=Rubble - -// 31546 -[loc_31546] -active=yes -hillskew=yes -contrast=25 -ambient=25 -op1=Search -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_34782 -name=Rubble - -// 31547 -[loc_31547] -active=yes -hillskew=yes -contrast=25 -ambient=25 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_34771 -name=Rubble - -// 31548 -[loc_31548] -active=yes -forcedecor=yes -model=model_34776,0 -name=Bed - -// 31549 -[loc_31549] -active=no -sharelight=yes -forcedecor=yes -model=model_34780,0 - -// 31550 -[loc_31550] -length=2 -offsetz=-30 -resizez=115 -recol1s=7329 -recol1d=12546 -model=model_5440 -name=Bed - -// 31551 -[loc_31551] -length=2 -recol1s=7329 -recol1d=12546 -model=model_5440 -name=Bed - -// 31552 -[loc_31552] -width=2 -ambient=25 -contrast=25 -recol1s=10434 -recol1d=12546 -recol2s=8320 -recol2d=16740 -recol3s=12548 -recol3d=14660 -model=model_10715 -name=Desk - -// 31553 -[loc_31553] -ambient=25 -contrast=25 -recol1s=11491 -recol1d=12546 -recolhsl2s=5665 -recolhsl2d=6816 -recol3s=10434 -recol3d=9412 -model=model_9500 -name=Bookcase - -// 31554 -[loc_31554] -ambient=25 -contrast=25 -model=model_34760 -name=Locker - -// 31555 -[loc_31555] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=12580 -recol1d=26418 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 31556 -[loc_31556] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=6307 -recol1d=23212 -recol2s=7364 -recol2d=23214 -recol3s=8421 -recol3d=24271 -recol4s=9478 -recol4d=25328 -recol5s=10535 -recol5d=26386 -recol6s=11592 -recol6d=26418 -model=model_13740,1 -model=model_13741,2 -model=model_13742,5 - -// 31557 -[loc_31557] -active=yes -blockwalk=yes -contrast=20 -ambient=20 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_34832 -name=Perch rock - -// 31558 -[loc_31558] -active=yes -blockwalk=yes -contrast=20 -ambient=20 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_34835 -name=Perch rock - -// 31559 -[loc_31559] -active=yes -blockwalk=yes -contrast=20 -ambient=20 -anim=seq_9563 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_34834 -name=Perch rock - -// 31560 -[loc_31560] -active=yes -blockwalk=yes -contrast=20 -ambient=20 -anim=seq_9563 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_34833 -name=Perch rock - -// 31561 -[loc_31561] -active=yes -blockwalk=yes -contrast=20 -ambient=20 -anim=seq_9563 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_34831 -name=Perch rock - -// 31562 -[loc_31562] -sharelight=yes -op1=Climb -msi=msi_41 -model=model_13732 -name=Anchor - -// 31563 -[loc_31563] -sharelight=yes -mirror=yes -op1=Climb -msi=msi_41 -model=model_13733 -name=Anchor - -// 31564 -[loc_31564] -sharelight=yes -mirror=yes -op1=Climb -msi=msi_41 -model=model_13734 -name=Anchor - -// 31565 -[loc_31565] -anim=seq_3440 -resizex=250 -resizey=250 -resizez=250 -ambient=25 -active=no -bgsound=synth_3076,5 -model=model_13745,8 -model=model_13746,0 - -// 31566 -[loc_31566] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=340 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23076,8 -model=model_35357,0 - -// 31567 -[loc_31567] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=340 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23077,8 -model=model_35365,0 - -// 31568 -[loc_31568] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=340 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23078,8 -model=model_35361,0 - -// 31569 -[loc_31569] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=340 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23079,8 -model=model_35371,0 - -// 31570 -[loc_31570] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -offsety=240 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23073,8 -model=model_35354,0 - -// 31571 -[loc_31571] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -offsety=240 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23074,8 -model=model_35355,0 - -// 31572 -[loc_31572] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -offsety=240 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23075,8 -model=model_35352,0 - -// 31573 -[loc_31573] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -offsety=256 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23072,8 -model=model_35370,0 - -// 31574 -[loc_31574] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -offsety=256 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23088,8 -model=model_35360,0 - -// 31575 -[loc_31575] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -offsety=256 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23089,8 -model=model_35364,0 - -// 31576 -[loc_31576] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -offsety=256 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23090,8 -model=model_35359,0 - -// 31577 -[loc_31577] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -offsety=256 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23091,8 -model=model_35350,0 - -// 31578 -[loc_31578] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -offsety=256 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23092,8 -model=model_35369,0 - -// 31579 -[loc_31579] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -offsety=256 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23093,8 -model=model_35351,0 - -// 31580 -[loc_31580] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -offsety=256 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23094,8 -model=model_35363,0 - -// 31581 -[loc_31581] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -offsety=256 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23095,8 -model=model_35353,0 - -// 31582 -[loc_31582] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=210 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23080,8 -model=model_35349,0 - -// 31583 -[loc_31583] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=210 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23081,8 -model=model_35366,0 - -// 31584 -[loc_31584] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=210 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23082,8 -model=model_35367,0 - -// 31585 -[loc_31585] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=210 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23083,8 -model=model_35358,0 - -// 31586 -[loc_31586] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=210 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23084,8 -model=model_35356,0 - -// 31587 -[loc_31587] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=210 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23085,8 -model=model_35362,0 - -// 31588 -[loc_31588] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=210 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23086,8 -model=model_35368,0 - -// 31589 -[loc_31589] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -offsety=210 -recolhsl1s=39991 -recolhsl1d=8374 -recol2s=13742 -recol2d=18989 -recolhsl3s=39995 -recolhsl3d=8389 -recol4s=14833 -recol4d=22159 -recolhsl5s=40004 -recolhsl5d=8399 -recol6s=18004 -recol6d=24274 -model=model_23087,8 -model=model_35348,0 - -// 31590 -[loc_31590] -active=no -hillskew=yes -contrast=20 -ambient=20 -forcedecor=yes -model=model_34828,0 - -// 31591 -[loc_31591] -active=no -hillskew=yes -contrast=20 -ambient=20 -mirror=yes -forcedecor=yes -model=model_34828,0 - -// 31592 -[loc_31592] -active=yes -blockwalk=yes -contrast=20 -ambient=20 -op1=Dig -blockrange=no -model=model_34826 -name=Mess - -// 31593 -[loc_31593] -active=yes -blockwalk=yes -contrast=20 -ambient=20 -op1=Dig -blockrange=no -model=model_34827 -name=Mess - -// 31594 -[loc_31594] -active=yes -blockwalk=yes -contrast=20 -ambient=20 -op1=Take -blockrange=no -model=model_34825 -name=Idol - -// 31595 -[loc_31595] -active=yes -blockwalk=yes -contrast=25 -ambient=25 -raiseobject=yes -blockrange=no -model=model_34764 -name=Shelf - -// 31596 -[loc_31596] -active=yes -blockwalk=yes -contrast=25 -ambient=25 -blockrange=no -model=model_34767 -name=Shelf - -// 31597 -[loc_31597] -active=yes -blockwalk=yes -contrast=25 -ambient=25 -blockrange=no -model=model_34761 -name=Shelf - -// 31598 -[loc_31598] -active=no -anim=seq_3438 -model=model_13831 - -// 31599 -[loc_31599] -active=no -sharelight=yes -hillskew=yes -ambient=30 -model=model_13783 - -// 31600 -[loc_31600] -active=no -sharelight=yes -hillskew=yes -ambient=30 -model=model_13784 - -// 31601 -[loc_31601] -active=no -sharelight=yes -hillskew=yes -ambient=30 -model=model_13778 - -// 31602 -[loc_31602] -active=no -sharelight=yes -hillskew=yes -ambient=30 -model=model_13779 - -// 31603 -[loc_31603] -active=no -sharelight=yes -hillskew=yes -ambient=30 -model=model_13780 - -// 31604 -[loc_31604] -active=no -sharelight=yes -hillskew=yes -ambient=30 -model=model_13785 - -// 31605 -[loc_31605] -active=no -sharelight=yes -hillskew=yes -ambient=30 -model=model_13786 - -// 31606 -[loc_31606] -active=no -sharelight=yes -hillskew=yes -ambient=30 -model=model_13787 - -// 31607 -[loc_31607] -active=no -sharelight=yes -hillskew=yes -ambient=30 -model=model_13781 - -// 31608 -[loc_31608] -active=no -sharelight=yes -hillskew=yes -ambient=30 -model=model_13782 - -// 31609 -[loc_31609] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=7104 -recolhsl1d=7862 -recol2s=32480 -recol2d=26212 -recol3s=32576 -recol3d=28324 -model=model_13763 - -// 31610 -[loc_31610] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=7104 -recolhsl1d=7862 -recol2s=32480 -recol2d=26212 -recol3s=32576 -recol3d=28324 -model=model_13764 - -// 31611 -[loc_31611] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=7104 -recolhsl1d=7862 -recol2s=32480 -recol2d=26212 -recol3s=32576 -recol3d=28324 -model=model_13758 - -// 31612 -[loc_31612] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=7104 -recolhsl1d=7862 -recol2s=32480 -recol2d=26212 -recol3s=32576 -recol3d=28324 -model=model_13759 - -// 31613 -[loc_31613] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=7104 -recolhsl1d=7862 -recol2s=32480 -recol2d=26212 -recol3s=32576 -recol3d=28324 -model=model_13760 - -// 31614 -[loc_31614] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=7104 -recolhsl1d=7862 -recol2s=32480 -recol2d=26212 -recol3s=32576 -recol3d=28324 -model=model_13765 - -// 31615 -[loc_31615] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=7104 -recolhsl1d=7862 -recol2s=32480 -recol2d=26212 -recol3s=32576 -recol3d=28324 -model=model_13766 - -// 31616 -[loc_31616] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=7104 -recolhsl1d=7862 -recol2s=32480 -recol2d=26212 -recol3s=32576 -recol3d=28324 -model=model_13767 - -// 31617 -[loc_31617] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=7104 -recolhsl1d=7862 -recol2s=32480 -recol2d=26212 -recol3s=32576 -recol3d=28324 -model=model_13761 - -// 31618 -[loc_31618] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=7104 -recolhsl1d=7862 -recol2s=32480 -recol2d=26212 -recol3s=32576 -recol3d=28324 -model=model_13762 - -// 31619 -[loc_31619] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=22592 -recol1d=13510 -recolhsl2s=821 -recolhsl2d=304 -recol3s=26820 -recol3d=17705 -recolhsl4s=710 -recolhsl4d=314 -recolhsl5s=718 -recolhsl5d=319 -model=model_13773 - -// 31620 -[loc_31620] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=22592 -recol1d=13510 -recolhsl2s=821 -recolhsl2d=304 -recol3s=26820 -recol3d=17705 -recolhsl4s=710 -recolhsl4d=314 -recolhsl5s=718 -recolhsl5d=319 -model=model_13774 - -// 31621 -[loc_31621] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=22592 -recol1d=13510 -recolhsl2s=821 -recolhsl2d=304 -recol3s=26820 -recol3d=17705 -recolhsl4s=710 -recolhsl4d=314 -recolhsl5s=718 -recolhsl5d=319 -model=model_13768 - -// 31622 -[loc_31622] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=22592 -recol1d=13510 -recolhsl2s=821 -recolhsl2d=304 -recol3s=26820 -recol3d=17705 -recolhsl4s=710 -recolhsl4d=314 -recolhsl5s=718 -recolhsl5d=319 -model=model_13769 - -// 31623 -[loc_31623] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=22592 -recol1d=13510 -recolhsl2s=821 -recolhsl2d=304 -recol3s=26820 -recol3d=17705 -recolhsl4s=710 -recolhsl4d=314 -recolhsl5s=718 -recolhsl5d=319 -model=model_13770 - -// 31624 -[loc_31624] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=22592 -recol1d=13510 -recolhsl2s=821 -recolhsl2d=304 -recol3s=26820 -recol3d=17705 -recolhsl4s=710 -recolhsl4d=314 -recolhsl5s=718 -recolhsl5d=319 -model=model_13775 - -// 31625 -[loc_31625] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=22592 -recol1d=13510 -recolhsl2s=821 -recolhsl2d=304 -recol3s=26820 -recol3d=17705 -recolhsl4s=710 -recolhsl4d=314 -recolhsl5s=718 -recolhsl5d=319 -model=model_13776 - -// 31626 -[loc_31626] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=22592 -recol1d=13510 -recolhsl2s=821 -recolhsl2d=304 -recol3s=26820 -recol3d=17705 -recolhsl4s=710 -recolhsl4d=314 -recolhsl5s=718 -recolhsl5d=319 -model=model_13777 - -// 31627 -[loc_31627] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=22592 -recol1d=13510 -recolhsl2s=821 -recolhsl2d=304 -recol3s=26820 -recol3d=17705 -recolhsl4s=710 -recolhsl4d=314 -recolhsl5s=718 -recolhsl5d=319 -model=model_13771 - -// 31628 -[loc_31628] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recol1s=22592 -recol1d=13510 -recolhsl2s=821 -recolhsl2d=304 -recol3s=26820 -recol3d=17705 -recolhsl4s=710 -recolhsl4d=314 -recolhsl5s=718 -recolhsl5d=319 -model=model_13772 - -// 31629 -[loc_31629] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=38482 -recolhsl1d=37061 -recolhsl2s=38234 -recolhsl2d=37066 -recolhsl3s=38366 -recolhsl3d=37071 -recol4s=23356 -recol4d=19127 -model=model_13753 - -// 31630 -[loc_31630] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=38482 -recolhsl1d=37061 -recolhsl2s=38234 -recolhsl2d=37066 -recolhsl3s=38366 -recolhsl3d=37071 -recol4s=23356 -recol4d=19127 -model=model_13754 - -// 31631 -[loc_31631] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=38482 -recolhsl1d=37061 -recolhsl2s=38234 -recolhsl2d=37066 -recolhsl3s=38366 -recolhsl3d=37071 -recol4s=23356 -recol4d=19127 -model=model_13748 - -// 31632 -[loc_31632] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=38482 -recolhsl1d=37061 -recolhsl2s=38234 -recolhsl2d=37066 -recolhsl3s=38366 -recolhsl3d=37071 -recol4s=23356 -recol4d=19127 -model=model_13749 - -// 31633 -[loc_31633] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=38482 -recolhsl1d=37061 -recolhsl2s=38234 -recolhsl2d=37066 -recolhsl3s=38366 -recolhsl3d=37071 -recol4s=23356 -recol4d=19127 -model=model_13750 - -// 31634 -[loc_31634] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=38482 -recolhsl1d=37061 -recolhsl2s=38234 -recolhsl2d=37066 -recolhsl3s=38366 -recolhsl3d=37071 -recol4s=23356 -recol4d=19127 -model=model_13755 - -// 31635 -[loc_31635] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=38482 -recolhsl1d=37061 -recolhsl2s=38234 -recolhsl2d=37066 -recolhsl3s=38366 -recolhsl3d=37071 -recol4s=23356 -recol4d=19127 -model=model_13756 - -// 31636 -[loc_31636] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=38482 -recolhsl1d=37061 -recolhsl2s=38234 -recolhsl2d=37066 -recolhsl3s=38366 -recolhsl3d=37071 -recol4s=23356 -recol4d=19127 -model=model_13757 - -// 31637 -[loc_31637] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=38482 -recolhsl1d=37061 -recolhsl2s=38234 -recolhsl2d=37066 -recolhsl3s=38366 -recolhsl3d=37071 -recol4s=23356 -recol4d=19127 -model=model_13751 - -// 31638 -[loc_31638] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=38482 -recolhsl1d=37061 -recolhsl2s=38234 -recolhsl2d=37066 -recolhsl3s=38366 -recolhsl3d=37071 -recol4s=23356 -recol4d=19127 -model=model_13752 - -// 31639 -[loc_31639] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=22424 -recolhsl1d=17683 -recolhsl2s=22305 -recolhsl2d=17688 -recolhsl3s=22057 -recolhsl3d=17693 -recolhsl4s=22065 -recolhsl4d=17698 -recol5s=8840 -recol5d=9607 -model=model_13793 - -// 31640 -[loc_31640] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=22424 -recolhsl1d=17683 -recolhsl2s=22305 -recolhsl2d=17688 -recolhsl3s=22057 -recolhsl3d=17693 -recolhsl4s=22065 -recolhsl4d=17698 -recol5s=8840 -recol5d=9607 -model=model_13794 - -// 31641 -[loc_31641] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=22424 -recolhsl1d=17683 -recolhsl2s=22305 -recolhsl2d=17688 -recolhsl3s=22057 -recolhsl3d=17693 -recolhsl4s=22065 -recolhsl4d=17698 -recol5s=8840 -recol5d=9607 -model=model_13788 - -// 31642 -[loc_31642] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=22424 -recolhsl1d=17683 -recolhsl2s=22305 -recolhsl2d=17688 -recolhsl3s=22057 -recolhsl3d=17693 -recolhsl4s=22065 -recolhsl4d=17698 -recol5s=8840 -recol5d=9607 -model=model_13789 - -// 31643 -[loc_31643] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=22424 -recolhsl1d=17683 -recolhsl2s=22305 -recolhsl2d=17688 -recolhsl3s=22057 -recolhsl3d=17693 -recolhsl4s=22065 -recolhsl4d=17698 -recol5s=8840 -recol5d=9607 -model=model_13790 - -// 31644 -[loc_31644] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=22424 -recolhsl1d=17683 -recolhsl2s=22305 -recolhsl2d=17688 -recolhsl3s=22057 -recolhsl3d=17693 -recolhsl4s=22065 -recolhsl4d=17698 -recol5s=8840 -recol5d=9607 -model=model_13795 - -// 31645 -[loc_31645] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=22424 -recolhsl1d=17683 -recolhsl2s=22305 -recolhsl2d=17688 -recolhsl3s=22057 -recolhsl3d=17693 -recolhsl4s=22065 -recolhsl4d=17698 -recol5s=8840 -recol5d=9607 -model=model_13796 - -// 31646 -[loc_31646] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=22424 -recolhsl1d=17683 -recolhsl2s=22305 -recolhsl2d=17688 -recolhsl3s=22057 -recolhsl3d=17693 -recolhsl4s=22065 -recolhsl4d=17698 -recol5s=8840 -recol5d=9607 -model=model_13797 - -// 31647 -[loc_31647] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=22424 -recolhsl1d=17683 -recolhsl2s=22305 -recolhsl2d=17688 -recolhsl3s=22057 -recolhsl3d=17693 -recolhsl4s=22065 -recolhsl4d=17698 -recol5s=8840 -recol5d=9607 -model=model_13791 - -// 31648 -[loc_31648] -active=no -sharelight=yes -hillskew=yes -ambient=30 -recolhsl1s=22424 -recolhsl1d=17683 -recolhsl2s=22305 -recolhsl2d=17688 -recolhsl3s=22057 -recolhsl3d=17693 -recolhsl4s=22065 -recolhsl4d=17698 -recol5s=8840 -recol5d=9607 -model=model_13792 - -// 31649 -[loc_31649] -op1=Read -ambient=25 -contrast=25 -active=yes -blockrange=no -model=model_24884,Q -name=Notices - -// 31650 -[loc_31650] -hillskew=yes -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_15997,0 - -// 31651 -[loc_31651] -active=yes -op1=Dive -hillskew=yes -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_15997,0 -name=Pier - -// 31652 -[loc_31652] -active=yes -op1=Dive -blockwalk=no -ambient=25 -contrast=25 -model=model_34759 -name=Chain - -// 31653 -[loc_31653] -op1=Open -forceapproach=south -recol1s=22059 -recol1d=7365 -recol2s=14662 -recol2d=5251 -model=model_12146 -name=Chest - -// 31654 -[loc_31654] -op1=Search -forceapproach=south -recol1s=22059 -recol1d=7365 -recol2s=14662 -recol2d=5251 -model=model_12147 -name=Chest - -// 31655 -[loc_31655] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34796,0 - -// 31656 -[loc_31656] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34792,0 - -// 31657 -[loc_31657] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34792,0 - -// 31658 -[loc_31658] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34793,0 - -// 31659 -[loc_31659] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34791,0 - -// 31660 -[loc_31660] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34811,0 - -// 31661 -[loc_31661] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34821,0 - -// 31662 -[loc_31662] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34812,0 - -// 31663 -[loc_31663] -mirror=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34812,0 - -// 31664 -[loc_31664] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_34784 - -// 31665 -[loc_31665] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34820,0 - -// 31666 -[loc_31666] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_34810,0 - -// 31667 -[loc_31667] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_34786 - -// 31668 -[loc_31668] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_34794 - -// 31669 -[loc_31669] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_34797 - -// 31670 -[loc_31670] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_34805 - -// 31671 -[loc_31671] -active=no -sharelight=yes -length=2 -width=2 -ambient=25 -contrast=25 -model=model_34813 - -// 31672 -[loc_31672] -active=no -ambient=25 -contrast=25 -model=model_34800 - -// 31673 -[loc_31673] -active=no -sharelight=yes -length=2 -width=2 -ambient=25 -contrast=25 -model=model_34815 - -// 31674 -[loc_31674] -hillskew=yes -sharelight=yes -ambient=25 -contrast=25 -model=model_34788,1 -model=model_34785,2 - -// 31675 -[loc_31675] -active=no -sharelight=yes -shadow=no -ambient=40 -contrast=40 -model=model_34801,1 -model=model_34806,5 - -// 31676 -[loc_31676] -active=no -sharelight=yes -shadow=no -ambient=40 -contrast=40 -model=model_34803,1 -model=model_34816,5 - -// 31677 -[loc_31677] -active=no -sharelight=yes -shadow=no -ambient=40 -contrast=40 -model=model_34789,1 -model=model_34798,5 - -// 31678 -[loc_31678] -active=no -sharelight=yes -shadow=no -ambient=40 -contrast=-12 -model=model_34795,1 -model=model_34807,5 - -// 31679 -[loc_31679] -active=no -sharelight=yes -shadow=no -ambient=40 -contrast=40 -model=model_34818,1 -model=model_34809,5 - -// 31680 -[loc_31680] -active=no -sharelight=yes -shadow=no -ambient=40 -contrast=40 -model=model_34804,1 - -// 31681 -[loc_31681] -active=yes -anim=seq_9581 -sharelight=yes -ambient=25 -contrast=25 -length=3 -width=3 -model=model_34933 -name=Cannon - -// 31682 -[loc_31682] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_34799 - -// 31683 -[loc_31683] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_34802 - -// 31684 -[loc_31684] -active=no -ambient=25 -contrast=25 -model=model_34790 - -// 31685 -[loc_31685] -active=no -ambient=25 -contrast=25 -model=model_34819,Q - -// 31686 -[loc_31686] -active=no -ambient=25 -contrast=25 -model=model_34808,Q - -// 31687 -[loc_31687] -op1=hidden -active=yes -blockwalk=no -forcedecor=yes -multivar=varplayerbit_4793 -multiloc=0,loc_31548 -multiloc=1,loc_31452 - -// 31688 -[loc_31688] -op1=hidden -active=no -blockwalk=no -forcedecor=yes -multivar=varplayerbit_4793 -multiloc=0,loc_31549 -multiloc=1,loc_31453 - -// 31689 -[loc_31689] -op1=hidden -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_4796 -multiloc=0,loc_31592 -multiloc=1,loc_31593 -multiloc=2,loc_31593 -multiloc=3,loc_31593 -multiloc=4,loc_31594 - -// 31690 -[loc_31690] -op1=hidden -op2=hidden -active=yes -blockwalk=no -multivar=varplayerbit_4806 -multiloc=0,loc_31456 -multiloc=1,loc_31457 - -// 31691 -[loc_31691] -op1=hidden -active=yes -anim=seq_9563 -multivar=varplayerbit_4811 -multiloc=0,loc_31557 -multiloc=1,loc_31558 -multiloc=2,loc_31559 -multiloc=3,loc_31560 -multiloc=4,loc_31561 - -// 31692 -[loc_31692] -active=no -anim=seq_8647 -contrast=12 -ambient=64 -blockwalk=yes -hardshadow=no -blockrange=no -model=model_34935 - -// 31693 -[loc_31693] -active=no -anim=seq_8624 -width=2 -length=2 -ambient=64 -contrast=12 -blockwalk=yes -op2=Check -bgsound=synth_4431,8 -hardshadow=no -blockrange=no -model=model_34934 - -// 31694 -[loc_31694] -active=no -ambient=-5 -hillchange=skew_to_fit -model=model_35089 - -// 31695 -[loc_31695] -active=no -sharelight=yes -ambient=25 -contrast=25 -hillchange=ceiling_skew -model=model_35061 - -// 31696 -[loc_31696] -sharelight=yes -active=no -hillchange=ceiling_skew -model=model_35245 - -// 31697 -[loc_31697] -sharelight=yes -active=no -hillchange=ceiling_skew -model=model_35040,8 -model=model_35225,Q - -// 31698 -[loc_31698] -active=no -sharelight=yes -hillchange=ceiling_skew -model=model_34984 - -// 31699 -[loc_31699] -active=no -sharelight=yes -hillchange=ceiling_skew -length=2 -width=2 -model=model_35164 - -// 31700 -[loc_31700] -active=no -sharelight=yes -hillchange=ceiling_skew -length=3 -width=5 -model=model_35283 - -// 31701 -[loc_31701] -active=no -sharelight=yes -hillchange=ceiling_skew -length=2 -width=3 -model=model_35203 - -// 31702 -[loc_31702] -active=no -sharelight=yes -hillchange=ceiling_skew -length=3 -width=4 -model=model_35311 - -// 31703 -[loc_31703] -active=no -sharelight=yes -hillchange=ceiling_skew -model=model_35183 - -// 31704 -[loc_31704] -anim=seq_9586 -active=no -ambient=43 -contrast=22 -bgsound=synth_4472,1 -recol1s=11561 -recol1d=12581 -recol2s=7329 -recol2d=9345 -recol3s=6272 -recol3d=9345 -recol4s=5216 -recol4d=10369 -recol5s=4160 -recol5d=11393 -recol6s=3104 -recol6d=9345 -model=model_11821,Q - -// 31705 -[loc_31705] -active=no -length=3 -width=3 -hillchange=ceiling_skew -model=model_34939 - -// 31706 -[loc_31706] -anim=seq_9585 -ambient=20 -contrast=30 -bgsound=synth_4472,1 -hardshadow=no -recol1s=8456 -recol1d=24275 -recol2s=7399 -recol2d=19019 -recol3s=10401 -recol3d=13640 -model=model_2255,Q - -// 31707 -[loc_31707] -active=no -hillchange=ceiling_skew -model=model_35172 - -// 31708 -[loc_31708] -active=no -hillchange=ceiling_skew -model=model_35021 - -// 31709 -[loc_31709] -active=no -hillchange=ceiling_skew -model=model_34962 - -// 31710 -[loc_31710] -active=no -ambient=-10 -hillchange=ceiling_skew -model=model_35342 - -// 31711 -[loc_31711] -active=no -ambient=-10 -hillchange=ceiling_skew -model=model_35304 - -// 31712 -[loc_31712] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35051 - -// 31713 -[loc_31713] -active=no -ambient=-5 -hillchange=skew_to_fit -model=model_35300 - -// 31714 -[loc_31714] -active=no -hillskew=yes -ambient=15 -contrast=25 -forcedecor=yes -recol1s=13638 -recol1d=22023 -recol2s=10501 -recol2d=16708 -model=model_33305,0 - -// 31715 -[loc_31715] -active=no -resizex=100 -resizez=100 -hillchange=skew_to_fit -model=model_35307 - -// 31716 -[loc_31716] -active=no -resizex=100 -resizez=100 -hillchange=skew_to_fit -model=model_35345 - -// 31717 -[loc_31717] -sharelight=yes -active=no -msi=msi_22 -hillchange=ceiling_skew -model=model_35255 - -// 31718 -[loc_31718] -sharelight=yes -active=no -msi=msi_22 -hillchange=ceiling_skew -length=2 -width=3 -model=model_35052 - -// 31719 -[loc_31719] -active=no -ambient=10 -width=2 -length=2 -hillchange=skew_to_fit -model=model_35098 - -// 31720 -[loc_31720] -active=no -ambient=5 -hillchange=skew_to_fit -model=model_35038 - -// 31721 -[loc_31721] -active=no -ambient=5 -width=2 -length=2 -hillchange=skew_to_fit -model=model_35257 - -// 31722 -[loc_31722] -active=no -ambient=-25 -width=2 -length=2 -hillchange=skew_to_fit -model=model_34952 - -// 31723 -[loc_31723] -active=no -width=2 -length=2 -hillchange=skew_to_fit -recol1s=16846 -recol1d=2280 -model=model_34952 - -// 31724 -[loc_31724] -active=no -ambient=-25 -width=2 -length=2 -hillchange=skew_to_fit -model=model_35333 - -// 31725 -[loc_31725] -active=no -width=2 -length=2 -hillchange=skew_to_fit -recol1s=16846 -recol1d=2280 -model=model_35333 - -// 31726 -[loc_31726] -active=no -ambient=-25 -resizex=70 -resizez=70 -hillchange=skew_to_fit -model=model_35049 - -// 31727 -[loc_31727] -active=no -resizex=70 -resizey=70 -resizez=70 -hillchange=skew_to_fit -recol1s=16846 -recol1d=2280 -model=model_35049 - -// 31728 -[loc_31728] -active=no -resizex=70 -resizey=70 -resizez=70 -ambient=-10 -hillchange=skew_to_fit -model=model_34940 - -// 31729 -[loc_31729] -active=no -ambient=-5 -hillchange=skew_to_fit -model=model_35085 - -// 31730 -[loc_31730] -active=no -ambient=-15 -hillchange=skew_to_fit -model=model_35187 - -// 31731 -[loc_31731] -active=no -length=2 -width=2 -ambient=25 -hillchange=skew_to_fit -model=model_35186 - -// 31732 -[loc_31732] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35343 - -// 31733 -[loc_31733] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35324 - -// 31734 -[loc_31734] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35179 - -// 31735 -[loc_31735] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35019 - -// 31736 -[loc_31736] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35076 - -// 31737 -[loc_31737] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35067 - -// 31738 -[loc_31738] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_34961 - -// 31739 -[loc_31739] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35016 - -// 31740 -[loc_31740] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35125 - -// 31741 -[loc_31741] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35138 - -// 31742 -[loc_31742] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35145 - -// 31743 -[loc_31743] -hillskew=yes -blockwalk=yes -sharelight=yes -blockrange=no -model=model_35347 -name=Posts - -// 31744 -[loc_31744] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -msi=msi_46 -unknown90=yes -model=model_35388,0 - -// 31745 -[loc_31745] -ambient=20 -model=model_35346 -name=Pirate Flag - -// 31746 -[loc_31746] -anim=seq_481 -ambient=20 -contrast=30 -bgsound=synth_4472,1 -hardshadow=no -recol1s=8456 -recol1d=24275 -recol2s=7399 -recol2d=19019 -recol3s=10401 -recol3d=13640 -model=model_35391,Q - -// 31747 -[loc_31747] -active=no -contrast=25 -ambient=15 -anim=seq_9154 -bgsound=synth_4472,1 -model=model_42907,Q - -// 31748 -[loc_31748] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -model=model_35387,0 - -// 31749 -[loc_31749] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -hardshadow=no -model=model_35387,0 - -// 31750 -[loc_31750] -active=no -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_35380,A -model=model_35375,S -model=model_35373,D -model=model_35381,G -model=model_35378,H -model=model_35382,Z -model=model_35383,X -model=model_35379,C - -// 31751 -[loc_31751] -active=no -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_35376,A -model=model_35377,G -model=model_35384,H - -// 31752 -[loc_31752] -active=no -hillskew=yes -ambient=15 -contrast=25 -forcedecor=yes -recol1s=13638 -recol1d=22023 -recol2s=10501 -recol2d=16708 -model=model_35389,0 - -// 31753 -[loc_31753] -width=3 -length=3 -active=no -hillchange=ceiling_skew -recol1s=10434 -recol1d=9445 -recol2s=12548 -recol2d=9445 -recol3s=14662 -recol3d=11559 -recol4s=18784 -recol4d=14657 -recol5s=13605 -recol5d=11559 -model=model_35385 - -// 31754 -[loc_31754] -width=2 -length=3 -active=no -hillchange=ceiling_skew -model=model_35385 - -// 31755 -[loc_31755] -active=no -sharelight=yes -recol1s=10598 -recol1d=11492 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=8353 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_35390 - -// 31756 -[loc_31756] -sharelight=yes -active=no -recol1s=22023 -recol1d=12580 -recol2s=16708 -recol2d=11457 -model=model_35386 - -// 31757 -[loc_31757] -active=no -length=5 -sharelight=yes -recol1s=10598 -recol1d=13606 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=11492 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_35393 - -// 31758 -[loc_31758] -active=no -length=5 -sharelight=yes -recol1s=10598 -recol1d=13606 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=11492 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_35394 - -// 31759 -[loc_31759] -active=yes -bgsound=synth_3079,3 -multivar=varplayerbit_2568 -multiloc=0,loc_17424 -multiloc=1,loc_17423 -multiloc=2,loc_17423 - -// 31760 -[loc_31760] -sharelight=yes -hillskew=yes -active=no -model=model_35456,0 - -// 31761 -[loc_31761] -active=no -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -forcedecor=yes -model=model_33977,0 - -// 31762 -[loc_31762] -active=no -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -forcedecor=yes -model=model_33978,0 - -// 31763 -[loc_31763] -active=no -hillskew=yes -ambient=15 -contrast=25 -hardshadow=no -forcedecor=yes -recol1s=6272 -recol1d=1057 -recol2s=7329 -recol2d=2114 -recol3s=8386 -recol3d=3171 -recolhsl4s=7950 -recolhsl4d=138 -model=model_33977,0 - -// 31764 -[loc_31764] -active=no -hillskew=yes -ambient=15 -contrast=25 -hardshadow=no -forcedecor=yes -recol1s=6272 -recol1d=1057 -recol2s=7329 -recol2d=2114 -recol3s=8386 -recol3d=3171 -recolhsl4s=7950 -recolhsl4d=138 -model=model_33978,0 - -// 31765 -[loc_31765] -anim=seq_9585 -ambient=20 -bgsound=synth_4472,1 -recol1s=8456 -recol1d=8387 -model=model_2255,Q - -// 31766 -[loc_31766] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1139,0 - -// 31767 -[loc_31767] -ambient=25 -contrast=25 -model=model_35846 -name=Cooking shelves - -// 31768 -[loc_31768] -active=no -hillchange=skew_to_fit -recol1s=6240 -recol1d=3235 -model=model_35194 - -// 31769 -[loc_31769] -active=no -hillchange=skew_to_fit -recol1s=6240 -recol1d=3235 -model=model_35194 - -// 31770 -[loc_31770] -active=no -hillchange=skew_to_fit -recol1s=6240 -recol1d=3235 -model=model_34995 - -// 31771 -[loc_31771] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=12618 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 31772 -[loc_31772] -blockwalk=no -forcedecor=yes -hardshadow=no -model=model_35769,0 - -// 31773 -[loc_31773] -blockwalk=no -forcedecor=yes -hardshadow=no -model=model_35764,0 - -// 31774 -[loc_31774] -blockwalk=no -forcedecor=yes -hardshadow=no -model=model_35759,0 - -// 31775 -[loc_31775] -anim=seq_1073 -active=no -model=model_36908,Q - -// 31776 -[loc_31776] -anim=seq_1073 -active=no -model=model_36909,Q - -// 31777 -[loc_31777] -length=2 -width=2 -sharelight=yes -active=no -hillchange=ceiling_skew -model=model_34988 - -// 31778 -[loc_31778] -length=2 -width=2 -sharelight=yes -active=no -mirror=yes -hillchange=ceiling_skew -model=model_34988 - -// 31779 -[loc_31779] -active=no -length=2 -width=2 -sharelight=yes -hillchange=ceiling_skew -model=model_35278 - -// 31780 -[loc_31780] -active=no -width=3 -length=4 -sharelight=yes -hillchange=ceiling_skew -model=model_35041 - -// 31781 -[loc_31781] -active=no -width=3 -length=4 -sharelight=yes -mirror=yes -hillchange=ceiling_skew -model=model_35041 - -// 31782 -[loc_31782] -active=no -width=6 -length=4 -sharelight=yes -hillchange=ceiling_skew -model=model_34936 - -// 31783 -[loc_31783] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36942,1 -model=model_36914,3 - -// 31784 -[loc_31784] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36934,1 -model=model_36924,4 -model=model_36922,5 - -// 31785 -[loc_31785] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=7399 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36928,1 -model=model_36933,2 -model=model_36916,3 -model=model_36917,4 -model=model_36925,5 - -// 31786 -[loc_31786] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=7399 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36942,1 -model=model_36914,3 - -// 31787 -[loc_31787] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_36932,1 - -// 31788 -[loc_31788] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=7399 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36934,1 -model=model_36924,4 -model=model_36922,5 - -// 31789 -[loc_31789] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=7399 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36942,1 -model=model_36914,3 - -// 31790 -[loc_31790] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=7399 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36934,1 -model=model_36924,4 -model=model_36922,5 - -// 31791 -[loc_31791] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=7399 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36929,1 -model=model_36923,5 - -// 31792 -[loc_31792] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_36936,5 - -// 31793 -[loc_31793] -sharelight=yes -ambient=20 -contrast=10 -ambient=25 -contrast=25 -recolhsl1s=8076 -recolhsl1d=8080 -recolhsl2s=6024 -recolhsl2d=8074 -retex1s=material_45 -retex1d=material_586 -model=model_15211,A -model=model_15227,S -model=model_15223,D -model=model_15224,F -model=model_15225,G -model=model_15226,H -model=model_15234,Z -model=model_15233,X -model=model_15212,C -model=model_15228,V - -// 31794 -[loc_31794] -active=no -model=model_36947 - -// 31795 -[loc_31795] -active=no -contrast=25 -ambient=30 -anim=seq_2870 -bgsound=synth_4472,1 -model=model_34003,Q - -// 31796 -[loc_31796] -active=no -contrast=25 -ambient=30 -anim=seq_9154 -bgsound=synth_4472,1 -model=model_37968,Q - -// 31797 -[loc_31797] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 31798 -[loc_31798] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 31799 -[loc_31799] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=20803 -model=model_33969 - -// 31800 -[loc_31800] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=20803 -recolhsl2s=7052 -recolhsl2d=4779 -recolhsl3s=6026 -recolhsl3d=3734 -recolhsl4s=5000 -recolhsl4d=3724 -model=model_33972 - -// 31801 -[loc_31801] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=20803 -recolhsl2s=7052 -recolhsl2d=4779 -recolhsl3s=6026 -recolhsl3d=3734 -recolhsl4s=5000 -recolhsl4d=3724 -model=model_33971 - -// 31802 -[loc_31802] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=20803 -recolhsl2s=7052 -recolhsl2d=4779 -recolhsl3s=6026 -recolhsl3d=3734 -recolhsl4s=5000 -recolhsl4d=3724 -model=model_33970 - -// 31803 -[loc_31803] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=20803 -recolhsl2s=7052 -recolhsl2d=4779 -recolhsl3s=6026 -recolhsl3d=3734 -recolhsl4s=5000 -recolhsl4d=3724 -model=model_35414 - -// 31804 -[loc_31804] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_37746,1 -model=model_37713,2 - -// 31805 -[loc_31805] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 31806 -[loc_31806] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 31807 -[loc_31807] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_37619,2 -model=model_37642,5 - -// 31808 -[loc_31808] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_37698,1 -name=Large door - -// 31809 -[loc_31809] -raiseobject=no -ambient=25 -contrast=25 -op1=Close -model=model_37698,1 -name=Large door - -// 31810 -[loc_31810] -raiseobject=no -ambient=25 -contrast=25 -model=model_37698,1 - -// 31811 -[loc_31811] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -mirror=yes -model=model_37698,1 -name=Large door - -// 31812 -[loc_31812] -raiseobject=no -ambient=25 -contrast=25 -mirror=yes -op1=Close -model=model_37698,1 -name=Large door - -// 31813 -[loc_31813] -raiseobject=no -ambient=25 -contrast=25 -mirror=yes -model=model_37698,1 - -// 31814 -[loc_31814] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_37698,1 -name=Large door - -// 31815 -[loc_31815] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -mirror=yes -model=model_37698,1 -name=Large door - -// 31816 -[loc_31816] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -model=model_37698,1 -name=Large door - -// 31817 -[loc_31817] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -mirror=yes -model=model_37698,1 -name=Large door - -// 31818 -[loc_31818] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recolhsl1s=6444 -recolhsl1d=3470 -recolhsl2s=6559 -recolhsl2d=3474 -recolhsl3s=6434 -recolhsl3d=3350 -recol4s=11558 -recol4d=7332 -model=model_37698,1 -name=Large door - -// 31819 -[loc_31819] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -mirror=yes -recolhsl1s=6444 -recolhsl1d=3470 -recolhsl2s=6559 -recolhsl2d=3474 -recolhsl3s=6434 -recolhsl3d=3350 -recol4s=11558 -recol4d=7332 -model=model_37698,1 -name=Large door - -// 31820 -[loc_31820] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recolhsl1s=6444 -recolhsl1d=5270 -recolhsl2s=6559 -recolhsl2d=5265 -recolhsl3s=6434 -recolhsl3d=5275 -recolhsl4s=6435 -recolhsl4d=5280 -model=model_37698,1 -name=Large door - -// 31821 -[loc_31821] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recolhsl1s=6444 -recolhsl1d=5270 -recolhsl2s=6559 -recolhsl2d=5265 -recolhsl3s=6434 -recolhsl3d=5275 -recolhsl4s=6435 -recolhsl4d=5280 -model=model_37698,1 -name=Large door - -// 31822 -[loc_31822] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -mirror=yes -recolhsl1s=6444 -recolhsl1d=5270 -recolhsl2s=6559 -recolhsl2d=5265 -recolhsl3s=6434 -recolhsl3d=5275 -recolhsl4s=6435 -recolhsl4d=5280 -model=model_37698,1 -name=Large door - -// 31823 -[loc_31823] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -mirror=yes -recolhsl1s=6444 -recolhsl1d=5270 -recolhsl2s=6559 -recolhsl2d=5265 -recolhsl3s=6434 -recolhsl3d=5275 -recolhsl4s=6435 -recolhsl4d=5280 -model=model_37698,1 -name=Large door - -// 31824 -[loc_31824] -active=yes -ambient=25 -contrast=15 -op1=Close -model=model_37688,1 -name=Door - -// 31825 -[loc_31825] -active=yes -ambient=25 -contrast=15 -op1=Open -model=model_37688,1 -name=Door - -// 31826 -[loc_31826] -active=yes -ambient=25 -contrast=15 -mirror=yes -op1=Close -model=model_37688,1 -name=Door - -// 31827 -[loc_31827] -active=yes -ambient=25 -contrast=15 -mirror=yes -op1=Open -model=model_37688,1 -name=Door - -// 31828 -[loc_31828] -op1=Close -raiseobject=no -recol1s=12512 -recol1d=6272 -recol2s=14626 -recol2d=7329 -recol3s=11456 -recol3d=8386 -recolhsl4s=6940 -recolhsl4d=7698 -model=model_616,1 -name=Large door - -// 31829 -[loc_31829] -active=yes -ambient=25 -contrast=15 -op1=Close -model=model_37740,1 -name=Door - -// 31830 -[loc_31830] -active=yes -ambient=25 -contrast=15 -op1=Open -model=model_37740,1 -name=Door - -// 31831 -[loc_31831] -active=yes -ambient=25 -contrast=15 -mirror=yes -op1=Close -model=model_37740,1 -name=Door - -// 31832 -[loc_31832] -active=yes -ambient=25 -contrast=15 -mirror=yes -op1=Open -model=model_37740,1 -name=Door - -// 31833 -[loc_31833] -active=yes -ambient=25 -contrast=15 -op1=Open -op2=Search -model=model_37582,1 -name=Ancient Gate - -// 31834 -[loc_31834] -active=yes -ambient=25 -contrast=15 -op1=Open -op2=Search -mirror=yes -model=model_37582,1 -name=Ancient Gate - -// 31835 -[loc_31835] -ambient=25 -contrast=15 -model=model_37582,1 - -// 31836 -[loc_31836] -ambient=25 -contrast=15 -mirror=yes -model=model_37582,1 - -// 31837 -[loc_31837] -active=no -raiseobject=no -ambient=25 -contrast=15 -blockrange=no -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37916,8 -model=model_37911,1 - -// 31838 -[loc_31838] -hillskew=yes -ambient=25 -contrast=15 -op1=Open -model=model_27252,1 -name=Door - -// 31839 -[loc_31839] -hillskew=yes -ambient=25 -contrast=15 -op1=Close -model=model_27252,1 -name=Door - -// 31840 -[loc_31840] -hillskew=yes -ambient=25 -contrast=15 -model=model_27252,1 - -// 31841 -[loc_31841] -hillskew=yes -ambient=25 -contrast=15 -op1=Open -model=model_27252,1 -name=Door - -// 31842 -[loc_31842] -active=yes -ambient=25 -contrast=15 -op1=Close -model=model_27252,1 -name=Door - -// 31843 -[loc_31843] -ambient=25 -contrast=15 -model=model_27252,1 - -// 31844 -[loc_31844] -hillskew=yes -ambient=25 -contrast=15 -op1=Open -mirror=yes -model=model_27252,1 -name=Door - -// 31845 -[loc_31845] -active=yes -ambient=25 -contrast=15 -op1=Close -mirror=yes -model=model_27252,1 -name=Door - -// 31846 -[loc_31846] -ambient=25 -contrast=15 -mirror=yes -model=model_27252,1 - -// 31847 -[loc_31847] -active=no -raiseobject=no -ambient=25 -contrast=15 -blockrange=no -model=model_27252,1 - -// 31848 -[loc_31848] -active=no -raiseobject=no -mirror=yes -ambient=25 -contrast=15 -blockrange=no -model=model_27252,1 - -// 31849 -[loc_31849] -active=no -raiseobject=no -ambient=25 -contrast=15 -blockrange=no -model=model_27252,1 - -// 31850 -[loc_31850] -active=no -hillskew=yes -ambient=15 -contrast=15 -recolhsl1s=6550 -recolhsl1d=5265 -recolhsl2s=6555 -recolhsl2d=5270 -recolhsl3s=6439 -recolhsl3d=5275 -recolhsl4s=6444 -recolhsl4d=5280 -model=model_37583,1 -model=model_37587,2 -model=model_37633,5 - -// 31851 -[loc_31851] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37805,1 -model=model_37810,2 - -// 31852 -[loc_31852] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37808,1 - -// 31853 -[loc_31853] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37806,1 - -// 31854 -[loc_31854] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37809,1 - -// 31855 -[loc_31855] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37807 - -// 31856 -[loc_31856] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -model=model_37816,1 -model=model_37815,2 -model=model_37811,5 - -// 31857 -[loc_31857] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -model=model_37824,1 -model=model_37814,5 - -// 31858 -[loc_31858] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -model=model_37823,1 -model=model_37813,5 - -// 31859 -[loc_31859] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_37824,1 -model=model_37814,5 - -// 31860 -[loc_31860] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_37823,1 -model=model_37813,5 - -// 31861 -[loc_31861] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -model=model_37817 - -// 31862 -[loc_31862] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37812 - -// 31863 -[loc_31863] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=25 -contrast=15 -model=model_37812 - -// 31864 -[loc_31864] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37827 - -// 31865 -[loc_31865] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37826 - -// 31866 -[loc_31866] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37821 - -// 31867 -[loc_31867] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=25 -contrast=15 -model=model_37821 - -// 31868 -[loc_31868] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37822 - -// 31869 -[loc_31869] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37825 - -// 31870 -[loc_31870] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37820 - -// 31871 -[loc_31871] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37818 - -// 31872 -[loc_31872] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37819,0 - -// 31873 -[loc_31873] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37900,1 -model=model_37931,2 -model=model_37930,3 -model=model_37932,4 -model=model_37919,5 - -// 31874 -[loc_31874] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37892 - -// 31875 -[loc_31875] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_37892 - -// 31876 -[loc_31876] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37898,1 -model=model_37905,5 - -// 31877 -[loc_31877] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_37898,1 -model=model_37905,5 - -// 31878 -[loc_31878] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37898,1 -model=model_37905,5 - -// 31879 -[loc_31879] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37898,1 -model=model_37905,5 - -// 31880 -[loc_31880] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37916,8 -model=model_37911,1 - -// 31881 -[loc_31881] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_37898,1 -model=model_37905,5 - -// 31882 -[loc_31882] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_37898,1 -model=model_37905,5 - -// 31883 -[loc_31883] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37925,1 - -// 31884 -[loc_31884] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37925,1 - -// 31885 -[loc_31885] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37903,1 - -// 31886 -[loc_31886] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37903,1 - -// 31887 -[loc_31887] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37913,1 - -// 31888 -[loc_31888] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37913,1 - -// 31889 -[loc_31889] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37922,1 - -// 31890 -[loc_31890] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37922,1 - -// 31891 -[loc_31891] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37894,1 - -// 31892 -[loc_31892] -hillskew=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7315 -recolhsl2s=6806 -recolhsl2d=7320 -recolhsl3s=6558 -recolhsl3d=7330 -recolhsl4s=6682 -recolhsl4d=7325 -recolhsl5s=6930 -recolhsl5d=7320 -model=model_37894,1 - -// 31893 -[loc_31893] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37910,1 - -// 31894 -[loc_31894] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_37910,1 - -// 31895 -[loc_31895] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recolhsl6s=0 -recolhsl6d=7447 -model=model_34001,1 -model=model_33999,2 -model=model_34000,5 - -// 31896 -[loc_31896] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_34001,1 -model=model_33999,2 -model=model_34000,5 - -// 31897 -[loc_31897] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37908,1 - -// 31898 -[loc_31898] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37908,1 - -// 31899 -[loc_31899] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37901,1 - -// 31900 -[loc_31900] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37901,1 - -// 31901 -[loc_31901] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37887 - -// 31902 -[loc_31902] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=0 -recol1d=7296 -model=model_34001,1 -model=model_33999,2 -model=model_34000,5 - -// 31903 -[loc_31903] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=0 -recol1d=7296 -model=model_37908,1 - -// 31904 -[loc_31904] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=0 -recol1d=7296 -model=model_37908,1 - -// 31905 -[loc_31905] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37897 - -// 31906 -[loc_31906] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37897 - -// 31907 -[loc_31907] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37888,8 -model=model_37906,1 - -// 31908 -[loc_31908] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_37888,8 -model=model_37906,1 - -// 31909 -[loc_31909] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37651,1 - -// 31910 -[loc_31910] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_37651,1 - -// 31911 -[loc_31911] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37589,1 - -// 31912 -[loc_31912] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_37589,1 - -// 31913 -[loc_31913] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37842,1 -model=model_37839,2 -model=model_37844,5 - -// 31914 -[loc_31914] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37835,1 - -// 31915 -[loc_31915] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_37835,1 - -// 31916 -[loc_31916] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37841,1 - -// 31917 -[loc_31917] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37836,1 - -// 31918 -[loc_31918] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_37836,1 - -// 31919 -[loc_31919] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37104,0 - -// 31920 -[loc_31920] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_37104,0 - -// 31921 -[loc_31921] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37023,0 - -// 31922 -[loc_31922] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_36983,0 - -// 31923 -[loc_31923] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37002,0 - -// 31924 -[loc_31924] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37015,0 - -// 31925 -[loc_31925] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37741,1 -model=model_37723,2 -model=model_37738,5 - -// 31926 -[loc_31926] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37648,1 -model=model_37627,2 -model=model_37709,5 - -// 31927 -[loc_31927] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37679,1 - -// 31928 -[loc_31928] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37692,1 -model=model_37763,5 - -// 31929 -[loc_31929] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37569,1 -model=model_37667,5 - -// 31930 -[loc_31930] -hillskew=yes -active=no -ambient=25 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -hardshadow=no -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37973,1 - -// 31931 -[loc_31931] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37662,1 - -// 31932 -[loc_31932] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -model=model_37912,1 -model=model_37890,5 - -// 31933 -[loc_31933] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -model=model_37912,1 -model=model_37890,5 - -// 31934 -[loc_31934] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -model=model_37917,5 - -// 31935 -[loc_31935] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -model=model_26468,1 - -// 31936 -[loc_31936] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -model=model_37909,2 -model=model_37886,5 - -// 31937 -[loc_31937] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -model=model_37244 - -// 31938 -[loc_31938] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -model=model_37244 - -// 31939 -[loc_31939] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37467 - -// 31940 -[loc_31940] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37577 - -// 31941 -[loc_31941] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37577 - -// 31942 -[loc_31942] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37743 - -// 31943 -[loc_31943] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37743 - -// 31944 -[loc_31944] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37717,1 - -// 31945 -[loc_31945] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37717,1 - -// 31946 -[loc_31946] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -model=model_37644,1 - -// 31947 -[loc_31947] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -model=model_37736,1 - -// 31948 -[loc_31948] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -model=model_27233,1 -model=model_35668,2 -model=model_35669,4 -model=model_35670,5 - -// 31949 -[loc_31949] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_37539,1 - -// 31950 -[loc_31950] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37539,1 - -// 31951 -[loc_31951] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37746,1 -model=model_37713,2 - -// 31952 -[loc_31952] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37725,1 - -// 31953 -[loc_31953] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37685,1 - -// 31954 -[loc_31954] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37618,1 -model=model_37711,5 - -// 31955 -[loc_31955] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 31956 -[loc_31956] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37757,5 - -// 31957 -[loc_31957] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37746,1 -model=model_37713,2 - -// 31958 -[loc_31958] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 31959 -[loc_31959] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37619,2 -model=model_37642,5 - -// 31960 -[loc_31960] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37535,1 -model=model_37704,2 -model=model_37712,5 - -// 31961 -[loc_31961] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37665,5 - -// 31962 -[loc_31962] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37578,1 -model=model_37680,5 - -// 31963 -[loc_31963] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37578,1 -model=model_37680,5 - -// 31964 -[loc_31964] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37760,1 - -// 31965 -[loc_31965] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37668,1 -model=model_37621,5 - -// 31966 -[loc_31966] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37632,1 - -// 31967 -[loc_31967] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37758,1 - -// 31968 -[loc_31968] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37669,1 -model=model_37552,5 - -// 31969 -[loc_31969] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37602,1 - -// 31970 -[loc_31970] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37594,1 -model=model_37641,2 -model=model_37567,5 - -// 31971 -[loc_31971] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 31972 -[loc_31972] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_35407,1 - -// 31973 -[loc_31973] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37744,1 -model=model_37560,5 - -// 31974 -[loc_31974] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37547,1 - -// 31975 -[loc_31975] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37666,1 -model=model_37731,5 - -// 31976 -[loc_31976] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37677,1 - -// 31977 -[loc_31977] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37614,1 - -// 31978 -[loc_31978] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37591,1 - -// 31979 -[loc_31979] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=10466 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37601,1 - -// 31980 -[loc_31980] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_35415,1 - -// 31981 -[loc_31981] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_35412,1 - -// 31982 -[loc_31982] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_35411,1 - -// 31983 -[loc_31983] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37264 - -// 31984 -[loc_31984] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37254 - -// 31985 -[loc_31985] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37249 - -// 31986 -[loc_31986] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37236 - -// 31987 -[loc_31987] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37181 - -// 31988 -[loc_31988] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37424 - -// 31989 -[loc_31989] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37410 - -// 31990 -[loc_31990] -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37165 - -// 31991 -[loc_31991] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37411 - -// 31992 -[loc_31992] -mirror=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37264 - -// 31993 -[loc_31993] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37254 - -// 31994 -[loc_31994] -mirror=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37249 - -// 31995 -[loc_31995] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37236 - -// 31996 -[loc_31996] -mirror=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37424 - -// 31997 -[loc_31997] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37410 - -// 31998 -[loc_31998] -mirror=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37165 - -// 31999 -[loc_31999] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37749,1 - -// 32000 -[loc_32000] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_35414 - -// 32001 -[loc_32001] -ambient=25 -contrast=15 -active=no -raiseobject=no -model=model_27252,1 - -// 32002 -[loc_32002] -ambient=25 -contrast=15 -mirror=yes -active=no -raiseobject=no -model=model_27252,1 - -// 32003 -[loc_32003] -ambient=25 -contrast=15 -model=model_37383 -name=Pillar - -// 32004 -[loc_32004] -ambient=20 -contrast=20 -model=model_28572,Q - -// 32005 -[loc_32005] -ambient=20 -contrast=20 -model=model_28571 -name=Coal - -// 32006 -[loc_32006] -active=no -width=2 -length=3 -ambient=25 -contrast=15 -hillskew=yes -model=model_37255 - -// 32007 -[loc_32007] -active=no -model=model_37981,Q - -// 32008 -[loc_32008] -sharelight=yes -width=2 -length=2 -model=model_37272 -name=Rock - -// 32009 -[loc_32009] -op1=Search -op2=Close -forceapproach=north -ambient=25 -contrast=15 -recol1s=9444 -recol1d=13638 -recolhsl2s=5400 -recolhsl2d=6434 -recolhsl3s=8596 -recolhsl3d=6429 -recolhsl4s=5648 -recolhsl4d=6424 -recol5s=9511 -recol5d=7399 -recolhsl6s=10508 -recolhsl6d=23 -model=model_32139 -name=Open chest - -// 32010 -[loc_32010] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -recol1s=9444 -recol1d=13638 -recolhsl2s=5400 -recolhsl2d=6434 -recolhsl3s=8596 -recolhsl3d=6429 -recolhsl4s=5648 -recolhsl4d=6424 -recol5s=9511 -recol5d=7399 -recolhsl6s=10508 -recolhsl6d=23 -model=model_32110 -name=Closed chest - -// 32011 -[loc_32011] -model=model_37976,Q - -// 32012 -[loc_32012] -model=model_37257 -name=Animal skull - -// 32013 -[loc_32013] -model=model_37221 -name=Animal skull - -// 32014 -[loc_32014] -recolhsl1s=10495 -recolhsl1d=9259 -recolhsl2s=9465 -recolhsl2d=9254 -recolhsl3s=8429 -recolhsl3d=9248 -recolhsl4s=7387 -recolhsl4d=9238 -recolhsl5s=5329 -recolhsl5d=9230 -model=model_37257 -name=Animal skull - -// 32015 -[loc_32015] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -model=model_37482 -name=Ladder - -// 32016 -[loc_32016] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -model=model_37305 -name=Ladder - -// 32017 -[loc_32017] -active=no -msi=msi_7 -model=model_37475 - -// 32018 -[loc_32018] -active=no -contrast=25 -ambient=15 -anim=seq_9154 -bgsound=synth_4472,2 -model=model_35372,Q - -// 32019 -[loc_32019] -active=no -contrast=25 -ambient=15 -anim=seq_9154 -bgsound=synth_4472,1 -model=model_37970,Q - -// 32020 -[loc_32020] -active=no -contrast=25 -ambient=15 -anim=seq_2870 -bgsound=synth_4472,1 -model=model_42907,Q - -// 32021 -[loc_32021] -active=no -contrast=25 -ambient=15 -anim=seq_9154 -bgsound=synth_4472,1 -model=model_43527,8 -model=model_42908,Q - -// 32022 -[loc_32022] -model=model_37301 -name=Standard - -// 32023 -[loc_32023] -width=2 -length=2 -op1=Search -model=model_37431 -name=Well - -// 32024 -[loc_32024] -width=2 -length=2 -op1=Climb-down -recolhsl1s=6026 -recolhsl1d=4746 -recolhsl2s=5000 -recolhsl2d=5640 -recolhsl3s=774 -recolhsl3d=3334 -recol4s=2048 -recol4d=0 -model=model_37431 -name=Well - -// 32025 -[loc_32025] -ambient=50 -recolhsl1s=4750 -recolhsl1d=6416 -model=model_2089,Q - -// 32026 -[loc_32026] -ambient=50 -recol1s=6240 -recol1d=10501 -recolhsl2s=5002 -recolhsl2d=6416 -model=model_2058,Q - -// 32027 -[loc_32027] -ambient=50 -recol1s=6240 -recol1d=9444 -model=model_38002,Q - -// 32028 -[loc_32028] -ambient=50 -active=yes -recolhsl1s=8076 -recolhsl1d=6416 -model=model_2046,Q -name=Shelf - -// 32029 -[loc_32029] -length=2 -recol1s=15857 -recol1d=7330 -recolhsl2s=7952 -recolhsl2d=6540 -recol3s=20933 -recol3d=9444 -model=model_5440 -name=Bed - -// 32030 -[loc_32030] -width=2 -length=3 -ambient=25 -contrast=15 -recolhsl1s=21778 -recolhsl1d=656 -recolhsl2s=21782 -recolhsl2d=785 -recolhsl3s=21658 -recolhsl3d=660 -model=model_36454 -name=Bed - -// 32031 -[loc_32031] -length=2 -ambient=25 -contrast=15 -model=model_37320 -name=Bed - -// 32032 -[loc_32032] -blockrange=no -recol1s=9377 -recol1d=9444 -recol2s=10401 -recol2d=8387 -model=model_1170 -name=Chair - -// 32033 -[loc_32033] -active=yes -blockrange=no -recol1s=7329 -recol1d=8387 -recolhsl2s=6707 -recolhsl2d=6434 -model=model_10089 -name=Stool - -// 32034 -[loc_32034] -width=3 -length=5 -blockwalk=no -contrast=25 -ambient=15 -model=model_21374 -name=Hanging log - -// 32035 -[loc_32035] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37343 - -// 32036 -[loc_32036] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37368 - -// 32037 -[loc_32037] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37418 - -// 32038 -[loc_32038] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37434 - -// 32039 -[loc_32039] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37462 - -// 32040 -[loc_32040] -active=no -ambient=25 -contrast=15 -hillskew=yes -resizey=96 -resizex=96 -resizez=96 -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37315 - -// 32041 -[loc_32041] -active=no -ambient=25 -contrast=15 -hillskew=yes -resizey=96 -resizex=96 -resizez=96 -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37433 - -// 32042 -[loc_32042] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=9099 -recol1d=6663 -recol2s=8846 -recol2d=6794 -recol3s=8722 -recol3d=7916 -recol4s=9653 -recol4d=7055 -recol5s=8602 -recol5d=7922 -recol6s=8510 -recol6d=7955 -model=model_37343 - -// 32043 -[loc_32043] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=9099 -recol1d=6663 -recol2s=8846 -recol2d=6794 -recol3s=8722 -recol3d=7916 -recol4s=9653 -recol4d=7055 -recol5s=8602 -recol5d=7922 -recol6s=8510 -recol6d=7955 -model=model_37368 - -// 32044 -[loc_32044] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=9099 -recol1d=6663 -recol2s=8846 -recol2d=6794 -recol3s=8722 -recol3d=7916 -recol4s=9653 -recol4d=7055 -recol5s=8602 -recol5d=7922 -recol6s=8510 -recol6d=7955 -model=model_37418 - -// 32045 -[loc_32045] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=9099 -recol1d=6663 -recol2s=8846 -recol2d=6794 -recol3s=8722 -recol3d=7916 -recol4s=9653 -recol4d=7055 -recol5s=8602 -recol5d=7922 -recol6s=8510 -recol6d=7955 -model=model_37434 - -// 32046 -[loc_32046] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=9099 -recol1d=6663 -recol2s=8846 -recol2d=6794 -recol3s=8722 -recol3d=7916 -recol4s=9653 -recol4d=7055 -recol5s=8602 -recol5d=7922 -recol6s=8510 -recol6d=7955 -model=model_37462 - -// 32047 -[loc_32047] -active=no -ambient=25 -contrast=15 -hillskew=yes -resizey=96 -resizex=96 -resizez=96 -blockrange=no -recol1s=9099 -recol1d=6663 -recol2s=8846 -recol2d=6794 -recol3s=8722 -recol3d=7916 -recol4s=9653 -recol4d=7055 -recol5s=8602 -recol5d=7922 -recol6s=8510 -recol6d=7955 -model=model_37315 - -// 32048 -[loc_32048] -ambient=25 -contrast=15 -width=4 -length=3 -op1=Climb-up -forceapproach=south -msi=msi_7 -recol1s=4260 -recol1d=8353 -recol2s=6374 -recol2d=7296 -recol3s=7431 -recol3d=8353 -recol4s=8488 -recol4d=9410 -recol5s=9545 -recol5d=10467 -recol6s=10602 -recol6d=11524 -model=model_35734 -name=Staircase - -// 32049 -[loc_32049] -op1=Search -ambient=25 -contrast=15 -model=model_37358 -name=Sacks - -// 32050 -[loc_32050] -ambient=25 -contrast=15 -blockrange=no -model=model_37232 -name=Spear wall - -// 32051 -[loc_32051] -ambient=25 -contrast=15 -mirror=yes -blockrange=no -model=model_37232 -name=Spear wall - -// 32052 -[loc_32052] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -model=model_11795 - -// 32053 -[loc_32053] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -model=model_11797 - -// 32054 -[loc_32054] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11796 - -// 32055 -[loc_32055] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_37188 - -// 32056 -[loc_32056] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11799 - -// 32057 -[loc_32057] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11800 - -// 32058 -[loc_32058] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11798 - -// 32059 -[loc_32059] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=41236 -recol2s=9480 -recol2d=4264 -recolhsl3s=39 -recolhsl3d=41243 -recol4s=11594 -recol4d=5322 -recol5s=12651 -recol5d=6378 -model=model_11799 - -// 32060 -[loc_32060] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=41236 -recol2s=9480 -recol2d=4264 -recolhsl3s=39 -recolhsl3d=41243 -recol4s=11594 -recol4d=5322 -recol5s=12651 -recol5d=6378 -model=model_11800 - -// 32061 -[loc_32061] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_37243 - -// 32062 -[loc_32062] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_37415 - -// 32063 -[loc_32063] -ambient=25 -contrast=15 -model=model_37316 -name=Barrel - -// 32064 -[loc_32064] -active=no -ambient=25 -contrast=15 -model=model_37036 - -// 32065 -[loc_32065] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=22191 -recol1d=10501 -recolhsl2s=8390 -recolhsl2d=8356 -recolhsl3s=8379 -recolhsl3d=8366 -recol4s=14762 -recol4d=15818 -recolhsl5s=7341 -recolhsl5d=8376 -recol6s=11591 -recol6d=20045 -model=model_23482 -name=Fungus - -// 32066 -[loc_32066] -ambient=25 -contrast=15 -blockwalk=yes -resizex=96 -resizey=96 -resizez=96 -blockrange=no -recol1s=22191 -recol1d=10501 -recolhsl2s=8390 -recolhsl2d=8356 -recolhsl3s=8379 -recolhsl3d=8366 -recol4s=14762 -recol4d=15818 -recolhsl5s=7341 -recolhsl5d=8376 -recol6s=11591 -recol6d=20045 -model=model_23483 -name=Fungus - -// 32067 -[loc_32067] -ambient=25 -contrast=15 -blockwalk=yes -resizex=96 -resizey=96 -resizez=96 -blockrange=no -recol1s=22191 -recol1d=10501 -recolhsl2s=8390 -recolhsl2d=8356 -recolhsl3s=8379 -recolhsl3d=8366 -recol4s=14762 -recol4d=15818 -recolhsl5s=7341 -recolhsl5d=8376 -recol6s=11591 -recol6d=20045 -model=model_23484 -name=Fungus - -// 32068 -[loc_32068] -op1=Pass-through -mirror=yes -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_37392,1 -name=Tunnel - -// 32069 -[loc_32069] -op1=Pass-through -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_37392,1 -name=Tunnel - -// 32070 -[loc_32070] -width=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=11521 -recol1d=7296 -recol2s=12578 -recol2d=8353 -recol3s=13635 -recol3d=9410 -recol4s=16772 -recol4d=10467 -model=model_37355 -name=Bench - -// 32071 -[loc_32071] -blockwalk=no -model=model_37235 -name=Charred bones - -// 32072 -[loc_32072] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=8418 -recolhsl1d=7510 -model=model_1078 -name=Corpse - -// 32073 -[loc_32073] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=8418 -recolhsl1d=7510 -model=model_1079 -name=Corpse - -// 32074 -[loc_32074] -ambient=25 -contrast=15 -width=2 -blockrange=no -recol1s=28436 -recol1d=25298 -recolhsl2s=61 -recolhsl2d=7222 -model=model_1080 -name=Corpse - -// 32075 -[loc_32075] -ambient=25 -contrast=15 -width=2 -blockrange=no -recol1s=28436 -recol1d=25298 -recolhsl2s=57 -recolhsl2d=7222 -recolhsl3s=28 -recolhsl3d=7578 -model=model_1081 -name=Corpse - -// 32076 -[loc_32076] -width=3 -hillskew=yes -blockwalk=no -model=model_37429 -name=Stalagmites - -// 32077 -[loc_32077] -hillskew=yes -blockwalk=no -op1=Search -model=model_37416 -name=Flat rock - -// 32078 -[loc_32078] -width=2 -hillskew=yes -blockwalk=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37607 -name=Odd markings - -// 32079 -[loc_32079] -width=2 -op1=Pray-at -blockrange=no -model=model_37178 -name=Chaos altar - -// 32080 -[loc_32080] -active=no -ambient=25 -contrast=15 -width=2 -length=4 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37515 - -// 32081 -[loc_32081] -active=no -ambient=25 -contrast=15 -width=2 -length=4 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37515 - -// 32082 -[loc_32082] -sharelight=yes -unknown90=yes -hillskew=yes -model=model_37130,0 - -// 32083 -[loc_32083] -sharelight=yes -unknown90=yes -hillskew=yes -model=model_37056,0 - -// 32084 -[loc_32084] -sharelight=yes -unknown90=yes -hillskew=yes -mirror=yes -model=model_37130,0 - -// 32085 -[loc_32085] -sharelight=yes -unknown90=yes -hillskew=yes -mirror=yes -model=model_37056,0 - -// 32086 -[loc_32086] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_37065,0 - -// 32087 -[loc_32087] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_37126,0 - -// 32088 -[loc_32088] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -mirror=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_37126,0 - -// 32089 -[loc_32089] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_37063,0 - -// 32090 -[loc_32090] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_37119,0 - -// 32091 -[loc_32091] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_37039,0 - -// 32092 -[loc_32092] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -mirror=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_37039,0 - -// 32093 -[loc_32093] -sharelight=yes -active=no -ambient=20 -forcedecor=yes -unknown90=yes -model=model_37061,0 - -// 32094 -[loc_32094] -forcedecor=yes -hillskew=yes -active=no -ambient=20 -recol1s=7331 -recol1d=9444 -recol2s=14628 -recol2d=10501 -recol3s=12514 -recol3d=11558 -recol4s=19909 -recol4d=13638 -model=model_4322,0 - -// 32095 -[loc_32095] -active=no -ambient=25 -contrast=15 -hillskew=yes -recol1s=5248 -recol1d=8353 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12042,0 - -// 32096 -[loc_32096] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=22191 -recol1d=10501 -recolhsl2s=8390 -recolhsl2d=8356 -recolhsl3s=8379 -recolhsl3d=8366 -recol4s=14762 -recol4d=15818 -recolhsl5s=7341 -recolhsl5d=8376 -recol6s=11591 -recol6d=20045 -model=model_37106,0 - -// 32097 -[loc_32097] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=22191 -recol1d=10501 -recolhsl2s=8390 -recolhsl2d=8356 -recolhsl3s=8379 -recolhsl3d=8366 -recol4s=14762 -recol4d=15818 -recolhsl5s=7341 -recolhsl5d=8376 -recol6s=11591 -recol6d=20045 -model=model_36987,0 - -// 32098 -[loc_32098] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=22191 -recol1d=10501 -recolhsl2s=8390 -recolhsl2d=8356 -recolhsl3s=8379 -recolhsl3d=8366 -recol4s=14762 -recol4d=15818 -recolhsl5s=7341 -recolhsl5d=8376 -recol6s=11591 -recol6d=20045 -model=model_36976,0 - -// 32099 -[loc_32099] -anim=seq_9512 -contrast=12 -ambient=64 -blockwalk=yes -hardshadow=no -blockrange=no -model=model_37969 -name=Fire - -// 32100 -[loc_32100] -hillskew=yes -active=no -ambient=25 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37973,1 - -// 32101 -[loc_32101] -active=no -contrast=15 -ambient=15 -hillskew=yes -model=model_37980,Q - -// 32102 -[loc_32102] -active=no -contrast=15 -ambient=15 -hillskew=yes -model=model_37979,Q - -// 32103 -[loc_32103] -active=no -contrast=15 -ambient=15 -hillskew=yes -model=model_37992,Q - -// 32104 -[loc_32104] -active=no -contrast=15 -ambient=15 -hillskew=yes -model=model_37998,Q - -// 32105 -[loc_32105] -anim=seq_9589 -contrast=0 -ambient=16 -blockwalk=yes -blockrange=no -model=model_37971 -name=a cooking pot - -// 32106 -[loc_32106] -active=yes -hillskew=yes -ambient=25 -contrast=15 -op2=Search -op3=hidden -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37691,1 -name=Fungus covered Cavern wall - -// 32107 -[loc_32107] -active=yes -hillskew=yes -ambient=25 -contrast=15 -op3=hidden -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37647,1 -name=Fungus pattern - -// 32108 -[loc_32108] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_37348 - -// 32109 -[loc_32109] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_37339 - -// 32110 -[loc_32110] -active=no -hillskew=yes -ambient=30 -contrast=25 -recolhsl1s=10266 -recolhsl1d=13709 -recolhsl2s=10270 -recolhsl2d=12687 -recolhsl3s=10275 -recolhsl3d=10641 -model=model_18241,0 - -// 32111 -[loc_32111] -active=no -hillskew=yes -ambient=30 -contrast=25 -recolhsl1s=10266 -recolhsl1d=13709 -recolhsl2s=10270 -recolhsl2d=12687 -recolhsl3s=10275 -recolhsl3d=10641 -model=model_17368,0 - -// 32112 -[loc_32112] -active=no -hillskew=yes -ambient=30 -contrast=25 -recolhsl1s=10266 -recolhsl1d=13709 -recolhsl2s=10270 -recolhsl2d=12687 -recolhsl3s=10275 -recolhsl3d=10641 -model=model_18242,0 - -// 32113 -[loc_32113] -active=no -hillskew=yes -ambient=30 -contrast=25 -recolhsl1s=10266 -recolhsl1d=13709 -recolhsl2s=10270 -recolhsl2d=12687 -recolhsl3s=10275 -recolhsl3d=10641 -model=model_18243,0 - -// 32114 -[loc_32114] -active=no -hillskew=yes -ambient=30 -contrast=25 -recolhsl1s=10266 -recolhsl1d=13709 -recolhsl2s=10270 -recolhsl2d=12687 -recolhsl3s=10275 -recolhsl3d=10641 -model=model_18244,0 - -// 32115 -[loc_32115] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37927 - -// 32116 -[loc_32116] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37893 - -// 32117 -[loc_32117] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37889,1 - -// 32118 -[loc_32118] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37899 - -// 32119 -[loc_32119] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37914,1 - -// 32120 -[loc_32120] -blockrange=no -recolhsl1s=4886 -recolhsl1d=5401 -model=model_1242 -name=Smashed chair - -// 32121 -[loc_32121] -width=2 -recolhsl1s=7333 -recolhsl1d=5396 -recolhsl2s=8483 -recolhsl2d=5401 -model=model_24085 -name=Table - -// 32122 -[loc_32122] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37071,0 - -// 32123 -[loc_32123] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37071,0 - -// 32124 -[loc_32124] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37005,0 - -// 32125 -[loc_32125] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37114,0 - -// 32126 -[loc_32126] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37661 - -// 32127 -[loc_32127] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37428 - -// 32128 -[loc_32128] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -mirror=yes -model=model_37428 - -// 32129 -[loc_32129] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37171 - -// 32130 -[loc_32130] -active=no -hillskew=yes -ambient=10 -contrast=5 -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32131 -[loc_32131] -length=3 -sharelight=yes -hillskew=yes -active=yes -ambient=10 -contrast=5 -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -model=model_37405 -name=Passage - -// 32132 -[loc_32132] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -recolhsl6s=7952 -recolhsl6d=47141 -model=model_37834,1 -model=model_37828,2 -model=model_37829,5 - -// 32133 -[loc_32133] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -recolhsl6s=7952 -recolhsl6d=47141 -model=model_37833,1 -model=model_37831,5 - -// 32134 -[loc_32134] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -recolhsl6s=7952 -recolhsl6d=47141 -model=model_31737,5 - -// 32135 -[loc_32135] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=5 -mirror=yes -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -recolhsl6s=7952 -recolhsl6d=47141 -model=model_37833,1 -model=model_37831,5 - -// 32136 -[loc_32136] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -recolhsl6s=7952 -recolhsl6d=47141 -model=model_37830,1 -model=model_37832,5 - -// 32137 -[loc_32137] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=10 -contrast=5 -model=model_37531 - -// 32138 -[loc_32138] -active=no -hillskew=yes -ambient=10 -contrast=5 -recolhsl1s=21530 -recolhsl1d=47130 -model=model_33969 - -// 32139 -[loc_32139] -hillskew=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -model=model_37717,1 - -// 32140 -[loc_32140] -hillskew=yes -active=no -ambient=10 -contrast=5 -mirror=yes -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -model=model_37717,1 - -// 32141 -[loc_32141] -active=no -hillskew=yes -ambient=10 -contrast=5 -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 32142 -[loc_32142] -active=no -hillskew=yes -ambient=10 -contrast=5 -mirror=yes -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 32143 -[loc_32143] -active=no -hillskew=yes -ambient=10 -contrast=5 -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -model=model_37757,5 - -// 32144 -[loc_32144] -active=no -hillskew=yes -ambient=10 -contrast=5 -mirror=yes -recolhsl1s=21547 -recolhsl1d=47147 -recolhsl2s=21543 -recolhsl2d=47143 -recolhsl3s=21539 -recolhsl3d=47139 -recolhsl4s=21534 -recolhsl4d=47134 -recolhsl5s=21530 -recolhsl5d=47130 -model=model_37746,1 -model=model_37713,2 - -// 32145 -[loc_32145] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37031,0 - -// 32146 -[loc_32146] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37043,0 - -// 32147 -[loc_32147] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37040,0 - -// 32148 -[loc_32148] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37109,0 - -// 32149 -[loc_32149] -active=no -hillskew=yes -ambient=10 -contrast=5 -mirror=yes -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37109,0 - -// 32150 -[loc_32150] -active=no -hillskew=yes -ambient=10 -contrast=5 -mirror=yes -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_36965,0 - -// 32151 -[loc_32151] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_36975,0 - -// 32152 -[loc_32152] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37054,0 - -// 32153 -[loc_32153] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37094,0 - -// 32154 -[loc_32154] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37068,0 - -// 32155 -[loc_32155] -active=no -hillskew=yes -ambient=10 -contrast=5 -mirror=yes -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37068,0 - -// 32156 -[loc_32156] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37138,0 - -// 32157 -[loc_32157] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37009,0 - -// 32158 -[loc_32158] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -mirror=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37138,0 - -// 32159 -[loc_32159] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37009,0 - -// 32160 -[loc_32160] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37006,0 - -// 32161 -[loc_32161] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37006,0 - -// 32162 -[loc_32162] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -mirror=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37117,0 - -// 32163 -[loc_32163] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37052,0 - -// 32164 -[loc_32164] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37052,0 - -// 32165 -[loc_32165] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37080,0 - -// 32166 -[loc_32166] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -mirror=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37080,0 - -// 32167 -[loc_32167] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37051,0 - -// 32168 -[loc_32168] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -mirror=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37073,0 - -// 32169 -[loc_32169] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37115,0 - -// 32170 -[loc_32170] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37115,0 - -// 32171 -[loc_32171] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37049,0 - -// 32172 -[loc_32172] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37049,0 - -// 32173 -[loc_32173] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37134,0 - -// 32174 -[loc_32174] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37134,0 - -// 32175 -[loc_32175] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37136,0 - -// 32176 -[loc_32176] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37029,0 - -// 32177 -[loc_32177] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37029,0 - -// 32178 -[loc_32178] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37014,0 - -// 32179 -[loc_32179] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37014,0 - -// 32180 -[loc_32180] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37095,0 - -// 32181 -[loc_32181] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37095,0 - -// 32182 -[loc_32182] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_36982,0 - -// 32183 -[loc_32183] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_36982,0 - -// 32184 -[loc_32184] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37110,0 - -// 32185 -[loc_32185] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37529 - -// 32186 -[loc_32186] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37528 - -// 32187 -[loc_32187] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37528 - -// 32188 -[loc_32188] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37532 - -// 32189 -[loc_32189] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37526 - -// 32190 -[loc_32190] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37520 - -// 32191 -[loc_32191] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37520 - -// 32192 -[loc_32192] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37530 - -// 32193 -[loc_32193] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37518 - -// 32194 -[loc_32194] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37524 - -// 32195 -[loc_32195] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37525 - -// 32196 -[loc_32196] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=10 -contrast=5 -recolhsl1s=6672 -recolhsl1d=47130 -recolhsl2s=6674 -recolhsl2d=47141 -recolhsl3s=6676 -recolhsl3d=47141 -retex1s=material_515 -retex1d=material_424 -model=model_37521 - -// 32197 -[loc_32197] -active=no -hillskew=yes -ambient=10 -contrast=5 -recolhsl1s=7054 -recolhsl1d=47130 -recolhsl2s=7052 -recolhsl2d=47127 -recolhsl3s=6026 -recolhsl3d=47121 -recolhsl4s=5000 -recolhsl4d=47116 -recolhsl5s=3845 -recolhsl5d=47111 -model=model_33970 - -// 32198 -[loc_32198] -active=no -hillskew=yes -ambient=10 -contrast=5 -recolhsl1s=7054 -recolhsl1d=47130 -recolhsl2s=7052 -recolhsl2d=47127 -recolhsl3s=6026 -recolhsl3d=47121 -recolhsl4s=5000 -recolhsl4d=47116 -recolhsl5s=3845 -recolhsl5d=47111 -model=model_33972 - -// 32199 -[loc_32199] -active=no -hillskew=yes -ambient=10 -contrast=5 -recolhsl1s=7054 -recolhsl1d=47130 -recolhsl2s=7052 -recolhsl2d=47127 -recolhsl3s=6026 -recolhsl3d=47121 -recolhsl4s=5000 -recolhsl4d=47116 -recolhsl5s=3845 -recolhsl5d=47111 -model=model_33971 - -// 32200 -[loc_32200] -active=no -hillskew=yes -ambient=10 -contrast=5 -recolhsl1s=7054 -recolhsl1d=47130 -recolhsl2s=7052 -recolhsl2d=47127 -recolhsl3s=6026 -recolhsl3d=47121 -recolhsl4s=5000 -recolhsl4d=47116 -recolhsl5s=3845 -recolhsl5d=47111 -model=model_35414 - -// 32201 -[loc_32201] -active=no -hillskew=yes -ambient=10 -contrast=5 -recolhsl1s=7054 -recolhsl1d=47130 -recolhsl2s=7052 -recolhsl2d=47127 -recolhsl3s=6026 -recolhsl3d=47121 -recolhsl4s=5000 -recolhsl4d=47116 -recolhsl5s=3845 -recolhsl5d=47111 -model=model_35410 - -// 32202 -[loc_32202] -active=no -hillskew=yes -ambient=10 -contrast=5 -recolhsl1s=7054 -recolhsl1d=47130 -recolhsl2s=7052 -recolhsl2d=47127 -recolhsl3s=6026 -recolhsl3d=47121 -recolhsl4s=5000 -recolhsl4d=47116 -recolhsl5s=3845 -recolhsl5d=47111 -model=model_35408 - -// 32203 -[loc_32203] -active=no -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=8353 -recolhsl2s=8602 -recolhsl2d=6927 -recolhsl3s=8598 -recolhsl3d=6927 -recolhsl4s=8722 -recolhsl4d=6668 -recolhsl5s=8846 -recolhsl5d=6925 -recolhsl6s=9098 -recolhsl6d=6924 -model=model_37343 - -// 32204 -[loc_32204] -active=no -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=8353 -recolhsl2s=8602 -recolhsl2d=6927 -recolhsl3s=8598 -recolhsl3d=6927 -recolhsl4s=8722 -recolhsl4d=6668 -recolhsl5s=8846 -recolhsl5d=6925 -recolhsl6s=9098 -recolhsl6d=6924 -model=model_37368 - -// 32205 -[loc_32205] -active=no -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=8353 -recolhsl2s=8602 -recolhsl2d=6927 -recolhsl3s=8598 -recolhsl3d=6927 -recolhsl4s=8722 -recolhsl4d=6668 -recolhsl5s=8846 -recolhsl5d=6925 -recolhsl6s=9098 -recolhsl6d=6924 -model=model_37418 - -// 32206 -[loc_32206] -active=no -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=8353 -recolhsl2s=8602 -recolhsl2d=6927 -recolhsl3s=8598 -recolhsl3d=6927 -recolhsl4s=8722 -recolhsl4d=6668 -recolhsl5s=8846 -recolhsl5d=6925 -recolhsl6s=9098 -recolhsl6d=6924 -model=model_37434 - -// 32207 -[loc_32207] -active=no -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=8353 -recolhsl2s=8602 -recolhsl2d=6927 -recolhsl3s=8598 -recolhsl3d=6927 -recolhsl4s=8722 -recolhsl4d=6668 -recolhsl5s=8846 -recolhsl5d=6925 -recolhsl6s=9098 -recolhsl6d=6924 -model=model_37462 - -// 32208 -[loc_32208] -active=no -hillskew=yes -resizey=96 -resizex=96 -resizez=96 -blockrange=no -recol1s=10533 -recol1d=8353 -recolhsl2s=8602 -recolhsl2d=6927 -recolhsl3s=8598 -recolhsl3d=6927 -recolhsl4s=8722 -recolhsl4d=6668 -recolhsl5s=8846 -recolhsl5d=6925 -recolhsl6s=9098 -recolhsl6d=6924 -model=model_37315 - -// 32209 -[loc_32209] -active=no -ambient=10 -contrast=5 -hillskew=yes -blockrange=no -recolhsl1s=8478 -recolhsl1d=47147 -recolhsl2s=8602 -recolhsl2d=47143 -recolhsl3s=8598 -recolhsl3d=47139 -recolhsl4s=8722 -recolhsl4d=47134 -recolhsl5s=8846 -recolhsl5d=47130 -recolhsl6s=9098 -recolhsl6d=47127 -model=model_37343 - -// 32210 -[loc_32210] -active=no -ambient=10 -contrast=5 -hillskew=yes -blockrange=no -recolhsl1s=8478 -recolhsl1d=47147 -recolhsl2s=8602 -recolhsl2d=47143 -recolhsl3s=8598 -recolhsl3d=47139 -recolhsl4s=8722 -recolhsl4d=47134 -recolhsl5s=8846 -recolhsl5d=47130 -recolhsl6s=9098 -recolhsl6d=47127 -model=model_37368 - -// 32211 -[loc_32211] -active=no -ambient=10 -contrast=5 -hillskew=yes -blockrange=no -recolhsl1s=8478 -recolhsl1d=47147 -recolhsl2s=8602 -recolhsl2d=47143 -recolhsl3s=8598 -recolhsl3d=47139 -recolhsl4s=8722 -recolhsl4d=47134 -recolhsl5s=8846 -recolhsl5d=47130 -recolhsl6s=9098 -recolhsl6d=47127 -model=model_37418 - -// 32212 -[loc_32212] -active=no -ambient=10 -contrast=5 -hillskew=yes -blockrange=no -recolhsl1s=8478 -recolhsl1d=47147 -recolhsl2s=8602 -recolhsl2d=47143 -recolhsl3s=8598 -recolhsl3d=47139 -recolhsl4s=8722 -recolhsl4d=47134 -recolhsl5s=8846 -recolhsl5d=47130 -recolhsl6s=9098 -recolhsl6d=47127 -model=model_37434 - -// 32213 -[loc_32213] -active=no -ambient=10 -contrast=5 -hillskew=yes -blockrange=no -recolhsl1s=8478 -recolhsl1d=47147 -recolhsl2s=8602 -recolhsl2d=47143 -recolhsl3s=8598 -recolhsl3d=47139 -recolhsl4s=8722 -recolhsl4d=47134 -recolhsl5s=8846 -recolhsl5d=47130 -recolhsl6s=9098 -recolhsl6d=47127 -model=model_37462 - -// 32214 -[loc_32214] -active=no -ambient=10 -contrast=5 -hillskew=yes -resizey=96 -resizex=96 -resizez=96 -blockrange=no -recolhsl1s=8478 -recolhsl1d=47147 -recolhsl2s=8602 -recolhsl2d=47143 -recolhsl3s=8598 -recolhsl3d=47139 -recolhsl4s=8722 -recolhsl4d=47134 -recolhsl5s=8846 -recolhsl5d=47130 -recolhsl6s=9098 -recolhsl6d=47127 -model=model_37315 - -// 32215 -[loc_32215] -active=no -ambient=10 -contrast=5 -hillskew=yes -recolhsl1s=8478 -recolhsl1d=47147 -recolhsl2s=8602 -recolhsl2d=47143 -recolhsl3s=8598 -recolhsl3d=47139 -recolhsl4s=8722 -recolhsl4d=47134 -recolhsl5s=8846 -recolhsl5d=47130 -recolhsl6s=9098 -recolhsl6d=47127 -model=model_12042,0 - -// 32216 -[loc_32216] -active=no -hillskew=yes -blockwalk=yes -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -model=model_11795 - -// 32217 -[loc_32217] -active=no -hillskew=yes -blockwalk=yes -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -model=model_11797 - -// 32218 -[loc_32218] -active=no -hillskew=yes -blockwalk=yes -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11796 - -// 32219 -[loc_32219] -active=no -hillskew=yes -blockwalk=yes -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_37188 - -// 32220 -[loc_32220] -active=no -hillskew=yes -hardshadow=no -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18241,0 - -// 32221 -[loc_32221] -active=no -hillskew=yes -hardshadow=no -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_17368,0 - -// 32222 -[loc_32222] -active=no -hillskew=yes -hardshadow=no -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18242,0 - -// 32223 -[loc_32223] -active=no -hillskew=yes -hardshadow=no -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18243,0 - -// 32224 -[loc_32224] -active=no -hillskew=yes -hardshadow=no -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18244,0 - -// 32225 -[loc_32225] -active=no -hillskew=yes -sharelight=yes -contrast=10 -model=model_37129 - -// 32226 -[loc_32226] -active=no -hillskew=yes -sharelight=yes -contrast=10 -model=model_37011 - -// 32227 -[loc_32227] -active=no -hillskew=yes -sharelight=yes -contrast=10 -model=model_36973 - -// 32228 -[loc_32228] -active=no -hillskew=yes -sharelight=yes -contrast=10 -model=model_36988 - -// 32229 -[loc_32229] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37761,1 - -// 32230 -[loc_32230] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37720,1 - -// 32231 -[loc_32231] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37675,1 - -// 32232 -[loc_32232] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=10466 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37581,1 - -// 32233 -[loc_32233] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37537,1 -model=model_37588,5 - -// 32234 -[loc_32234] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37613,1 -model=model_37598,2 -model=model_37626,5 - -// 32235 -[loc_32235] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37536,1 -model=model_37603,2 -model=model_37637,5 - -// 32236 -[loc_32236] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37671,1 - -// 32237 -[loc_32237] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37674,1 -model=model_37550,5 - -// 32238 -[loc_32238] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37701,1 -model=model_37544,5 - -// 32239 -[loc_32239] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37140,0 - -// 32240 -[loc_32240] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37156,0 - -// 32241 -[loc_32241] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37143,0 - -// 32242 -[loc_32242] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37152,0 - -// 32243 -[loc_32243] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37148,0 - -// 32244 -[loc_32244] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37151,0 - -// 32245 -[loc_32245] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37141,0 - -// 32246 -[loc_32246] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37149,0 - -// 32247 -[loc_32247] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37142,0 - -// 32248 -[loc_32248] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37728,1 - -// 32249 -[loc_32249] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37606,1 - -// 32250 -[loc_32250] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -unknown90=yes -recol1s=11523 -recol1d=11524 -recolhsl2s=6932 -recolhsl2d=6679 -recolhsl3s=5772 -recolhsl3d=5525 -model=model_1089,0 - -// 32251 -[loc_32251] -length=2 -ambient=10 -model=model_37320 -name=Bed - -// 32252 -[loc_32252] -length=2 -ambient=10 -contrast=5 -model=model_37248 -name=Tomb - -// 32253 -[loc_32253] -width=2 -length=2 -ambient=25 -contrast=15 -hillskew=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37238 -name=pillar - -// 32254 -[loc_32254] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=5120 -recol2s=7431 -recol2d=5120 -recol3s=8488 -recol3d=6144 -recolhsl4s=21543 -recolhsl4d=1805 -recolhsl5s=21547 -recolhsl5d=1806 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32255 -[loc_32255] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=5120 -recolhsl2s=7052 -recolhsl2d=904 -recolhsl3s=6026 -recolhsl3d=903 -recolhsl4s=5000 -recolhsl4d=902 -recolhsl5s=3845 -recolhsl5d=901 -model=model_33970 - -// 32256 -[loc_32256] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=5120 -recolhsl2s=7052 -recolhsl2d=904 -recolhsl3s=6026 -recolhsl3d=903 -recolhsl4s=5000 -recolhsl4d=902 -recolhsl5s=3845 -recolhsl5d=901 -model=model_33972 - -// 32257 -[loc_32257] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=5120 -recolhsl2s=7052 -recolhsl2d=904 -recolhsl3s=6026 -recolhsl3d=903 -recolhsl4s=5000 -recolhsl4d=902 -recolhsl5s=3845 -recolhsl5d=901 -model=model_33971 - -// 32258 -[loc_32258] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=5120 -model=model_33969 - -// 32259 -[loc_32259] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=5120 -recolhsl2s=7052 -recolhsl2d=904 -recolhsl3s=6026 -recolhsl3d=903 -recolhsl4s=5000 -recolhsl4d=902 -recolhsl5s=3845 -recolhsl5d=901 -model=model_35414 - -// 32260 -[loc_32260] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -model=model_37241 - -// 32261 -[loc_32261] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -mirror=yes -model=model_37241 - -// 32262 -[loc_32262] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -width=2 -model=model_37413 - -// 32263 -[loc_32263] -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -mirror=yes -model=model_37413 - -// 32264 -[loc_32264] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=11521 -recol1d=7296 -recol2s=12578 -recol2d=8353 -recol3s=13635 -recol3d=9410 -recol4s=14692 -recol4d=10467 -recol5s=16772 -recol5d=11524 -model=model_17319 -name=Rock - -// 32265 -[loc_32265] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=11521 -recol1d=7296 -recol2s=12578 -recol2d=8353 -recol3s=13635 -recol3d=9410 -recol4s=14692 -recol4d=10467 -recol5s=16772 -recol5d=11524 -model=model_17320 -name=Rock - -// 32266 -[loc_32266] -ambient=25 -contrast=15 -blockwalk=yes -width=3 -blockrange=no -recol1s=11521 -recol1d=7296 -recol2s=12578 -recol2d=8353 -recol3s=13635 -recol3d=9410 -recol4s=14692 -recol4d=10467 -recol5s=16772 -recol5d=11524 -model=model_17322 -name=Rock - -// 32267 -[loc_32267] -ambient=25 -contrast=15 -blockwalk=yes -width=3 -blockrange=no -recol1s=11521 -recol1d=7296 -recol2s=12578 -recol2d=8353 -recol3s=13635 -recol3d=9410 -recol4s=14692 -recol4d=10467 -recol5s=16772 -recol5d=11524 -model=model_17323 -name=Rock - -// 32268 -[loc_32268] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -model=model_37427 - -// 32269 -[loc_32269] -hillskew=yes -active=no -ambient=25 -contrast=15 -width=2 -model=model_37283 - -// 32270 -[loc_32270] -width=2 -length=3 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=15 -contrast=10 -model=model_37162 -name=Staircase - -// 32271 -[loc_32271] -width=2 -length=3 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=15 -contrast=10 -model=model_37274 -name=Staircase - -// 32272 -[loc_32272] -width=2 -length=2 -hillskew=yes -contrast=15 -ambient=25 -model=model_37259 -name=Large grave - -// 32273 -[loc_32273] -contrast=15 -ambient=25 -blockrange=no -model=model_37420,8 -model=model_37367,2 -name=Chair - -// 32274 -[loc_32274] -contrast=15 -ambient=25 -blockrange=no -model=model_37367 -name=Chair - -// 32275 -[loc_32275] -contrast=15 -ambient=25 -model=model_37324 -name=Throne - -// 32276 -[loc_32276] -blockwalk=yes -raiseobject=no -forceapproach=east -op1=Climb-up -model=model_37295 -name=Bamboo Ladder - -// 32277 -[loc_32277] -blockwalk=yes -forceapproach=east -op1=Climb-down -model=model_37288 -name=Bamboo Ladder - -// 32278 -[loc_32278] -blockwalk=yes -contrast=15 -ambient=25 -model=model_37277 -name=Wooden defence - -// 32279 -[loc_32279] -model=model_37374 -name=Climbing rope - -// 32280 -[loc_32280] -blockwalk=yes -sharelight=yes -ambient=25 -contrast=15 -length=4 -active=no -model=model_37491 - -// 32281 -[loc_32281] -ambient=25 -contrast=15 -model=model_37214 -name=Exit Sign - -// 32282 -[loc_32282] -ambient=25 -contrast=15 -model=model_18691 -name=Lever - -// 32283 -[loc_32283] -ambient=25 -contrast=15 -recol1s=7329 -recol1d=9444 -recolhsl2s=8076 -recolhsl2d=6552 -model=model_1271 -name=Cooking shelves - -// 32284 -[loc_32284] -ambient=25 -contrast=15 -recol1s=7329 -recol1d=9444 -model=model_1150 -name=Shelves - -// 32285 -[loc_32285] -width=2 -length=2 -ambient=25 -contrast=15 -blockrange=no -model=model_37417 -name=Throne - -// 32286 -[loc_32286] -recol1s=3278 -recol1d=13410 -recol2s=4405 -recol2d=14467 -model=model_13671 -name=Chair - -// 32287 -[loc_32287] -ambient=25 -contrast=15 -recolhsl1s=8846 -recolhsl1d=5140 -recolhsl2s=8598 -recolhsl2d=5140 -recolhsl3s=8478 -recolhsl3d=5155 -recolhsl4s=8635 -recolhsl4d=5160 -recol5s=21031 -recol5d=12650 -recolhsl6s=8644 -recolhsl6d=5170 -model=model_35475 -name=Candle - -// 32288 -[loc_32288] -ambient=25 -contrast=15 -model=model_37393 -name=Candle - -// 32289 -[loc_32289] -width=2 -length=2 -ambient=25 -contrast=25 -recolhsl1s=13339 -recolhsl1d=7458 -recolhsl2s=13341 -recolhsl2d=7462 -recolhsl3s=13334 -recolhsl3d=7452 -recolhsl4s=13332 -recolhsl4d=7450 -recolhsl5s=13330 -recolhsl5d=7448 -recolhsl6s=13335 -recolhsl6d=7454 -model=model_2164 -name=Altar slab - -// 32290 -[loc_32290] -width=2 -length=2 -contrast=15 -op1=Open -active=yes -recolhsl1s=10277 -recolhsl1d=7458 -recol2s=12682 -recol2d=14727 -recolhsl3s=10281 -recolhsl3d=7457 -recolhsl4s=5161 -recolhsl4d=7462 -recolhsl5s=5165 -recolhsl5d=7468 -model=model_28895 -model2=model_28885 -model3=model_28876 -name=Coffin - -// 32291 -[loc_32291] -width=2 -length=2 -contrast=15 -op1=Close -active=yes -recolhsl1s=10392 -recolhsl1d=7458 -recol2s=10568 -recol2d=14727 -recolhsl3s=10281 -recolhsl3d=7457 -recolhsl4s=10285 -recolhsl4d=7462 -model=model_37347 -model2=model_28894 -name=Coffin - -// 32292 -[loc_32292] -ambient=25 -contrast=15 -model=model_37409 -name=Suit of armour - -// 32293 -[loc_32293] -ambient=25 -contrast=15 -model=model_37299 -name=Suit of armour - -// 32294 -[loc_32294] -msi=msi_27 -op1=Chop down -op3=hidden -hillchange=tree_skew,32 -model=model_37451 -name=Dead tree - -// 32295 -[loc_32295] -anim=seq_9867 -model=model_37480 -name=Standard - -// 32296 -[loc_32296] -op1=Squeeze-through -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37216 -name=Obstacle pipe - -// 32297 -[loc_32297] -op1=Squeeze-through -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37216 -name=Obstacle pipe - -// 32298 -[loc_32298] -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -recol6s=0 -recol6d=7296 -model=model_37469 -name=Obstacle pipe - -// 32299 -[loc_32299] -hillskew=yes -ambient=25 -contrast=15 -recol1s=0 -recol1d=7296 -model=model_37490 -name=Obstacle pipe - -// 32300 -[loc_32300] -hillskew=yes -ambient=25 -contrast=15 -model=model_37185 -name=Obstacle pipe - -// 32301 -[loc_32301] -hillskew=yes -ambient=25 -contrast=15 -model=model_37490 -name=Obstacle pipe - -// 32302 -[loc_32302] -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37185 -name=Obstacle pipe - -// 32303 -[loc_32303] -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37364 -name=Obstacle pipe - -// 32304 -[loc_32304] -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37364 -name=Obstacle pipe - -// 32305 -[loc_32305] -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37469 -name=Obstacle pipe - -// 32306 -[loc_32306] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37531 - -// 32307 -[loc_32307] -width=2 -length=2 -msi=msi_6 -blockrange=no -model=model_11550 -name=Bush - -// 32308 -[loc_32308] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=7333 -recolhsl1d=527 -recolhsl2s=7341 -recolhsl2d=659 -recolhsl3s=8369 -recolhsl3d=663 -recol4s=17932 -recol4d=11330 -recolhsl5s=8390 -recolhsl5d=672 -recolhsl6s=10442 -recolhsl6d=5419 -model=model_23482 -name=Fungus - -// 32309 -[loc_32309] -ambient=25 -contrast=15 -blockwalk=yes -resizex=96 -resizey=96 -resizez=96 -blockrange=no -recolhsl1s=7333 -recolhsl1d=527 -recolhsl2s=7341 -recolhsl2d=659 -recolhsl3s=8369 -recolhsl3d=663 -recol4s=17932 -recol4d=11330 -recolhsl5s=8390 -recolhsl5d=672 -recolhsl6s=10442 -recolhsl6d=5419 -model=model_23483 -name=Fungus - -// 32310 -[loc_32310] -ambient=25 -contrast=15 -blockwalk=yes -resizex=96 -resizey=96 -resizez=96 -blockrange=no -recolhsl1s=7333 -recolhsl1d=527 -recolhsl2s=7341 -recolhsl2d=659 -recolhsl3s=8369 -recolhsl3d=663 -recol4s=17932 -recol4d=11330 -recolhsl5s=8390 -recolhsl5d=672 -recolhsl6s=10442 -recolhsl6d=5419 -model=model_23484 -name=Fungus - -// 32311 -[loc_32311] -ambient=30 -model=model_37506 -name=Eggs - -// 32312 -[loc_32312] -ambient=25 -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_37170 -name=Eggs - -// 32313 -[loc_32313] -ambient=25 -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_37302 -name=Big egg - -// 32314 -[loc_32314] -hillskew=yes -forcedecor=yes -model=model_37084,0 - -// 32315 -[loc_32315] -hillskew=yes -forcedecor=yes -model=model_36980,0 - -// 32316 -[loc_32316] -hillskew=yes -forcedecor=yes -model=model_37032,0 - -// 32317 -[loc_32317] -hillskew=yes -mirror=yes -forcedecor=yes -model=model_37032,0 - -// 32318 -[loc_32318] -ambient=25 -contrast=15 -model=model_37997,Q - -// 32319 -[loc_32319] -width=3 -length=3 -op1=Search -active=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -blockrange=no -model=model_37215 -name=Root - -// 32320 -[loc_32320] -width=3 -length=3 -op1=Search -active=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -blockrange=no -model=model_37201 -name=Root - -// 32321 -[loc_32321] -ambient=10 -contrast=10 -model=model_38003,Q - -// 32322 -[loc_32322] -active=yes -ambient=25 -contrast=15 -model=model_37994,Q -name=Wallshield - -// 32323 -[loc_32323] -ambient=25 -contrast=15 -active=yes -recol1s=13538 -recol1d=9444 -recol2s=11458 -recol2d=8387 -model=model_37977,Q -name=Helmet rack - -// 32324 -[loc_32324] -ambient=25 -contrast=15 -active=yes -model=model_37983,Q -name=Magical symbol - -// 32325 -[loc_32325] -ambient=25 -contrast=15 -active=yes -model=model_37982,Q -name=Magical symbol - -// 32326 -[loc_32326] -active=yes -ambient=25 -contrast=15 -recol1s=32576 -recol1d=6308 -model=model_2107,Q -name=Painting - -// 32327 -[loc_32327] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37834,1 -model=model_37828,2 -model=model_37829,5 - -// 32328 -[loc_32328] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32329 -[loc_32329] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32330 -[loc_32330] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37833,1 -model=model_37831,5 - -// 32331 -[loc_32331] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_31737,5 - -// 32332 -[loc_32332] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37833,1 -model=model_37831,5 - -// 32333 -[loc_32333] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37830,1 -model=model_37832,5 - -// 32334 -[loc_32334] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37529 - -// 32335 -[loc_32335] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37528 - -// 32336 -[loc_32336] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37528 - -// 32337 -[loc_32337] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37532 - -// 32338 -[loc_32338] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37526 - -// 32339 -[loc_32339] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=8076 -recolhsl1d=8069 -recolhsl2s=7952 -recolhsl2d=7946 -recolhsl3s=7700 -recolhsl3d=7694 -recolhsl4s=7950 -recolhsl4d=7944 -recol5s=7329 -recol5d=6272 -model=model_37527 - -// 32340 -[loc_32340] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37520 - -// 32341 -[loc_32341] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37520 - -// 32342 -[loc_32342] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37530 - -// 32343 -[loc_32343] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37518 - -// 32344 -[loc_32344] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -occlude=yes -recol1s=7329 -recol1d=6272 -model=model_37524 - -// 32345 -[loc_32345] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37525 - -// 32346 -[loc_32346] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37521 - -// 32347 -[loc_32347] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37531,0 - -// 32348 -[loc_32348] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37031,0 - -// 32349 -[loc_32349] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_36992,0 - -// 32350 -[loc_32350] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7054 -retex1s=material_515 -retex1d=material_418 -model=model_37031,0 - -// 32351 -[loc_32351] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7054 -retex1s=material_515 -retex1d=material_418 -model=model_37000,0 - -// 32352 -[loc_32352] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37000,0 - -// 32353 -[loc_32353] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7054 -retex1s=material_515 -retex1d=material_418 -model=model_37093,0 - -// 32354 -[loc_32354] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37043,0 - -// 32355 -[loc_32355] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37024,0 - -// 32356 -[loc_32356] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37042,0 - -// 32357 -[loc_32357] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37074,0 - -// 32358 -[loc_32358] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37040,0 - -// 32359 -[loc_32359] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7054 -retex1s=material_515 -retex1d=material_418 -model=model_37040,0 - -// 32360 -[loc_32360] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=21530 -retex1s=material_515 -retex1d=material_418 -model=model_37040,0 - -// 32361 -[loc_32361] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37109,0 - -// 32362 -[loc_32362] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -model=model_37109,0 - -// 32363 -[loc_32363] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -recolhsl1s=8076 -recolhsl1d=8069 -recolhsl2s=7952 -recolhsl2d=7946 -recolhsl3s=7700 -recolhsl3d=7694 -recolhsl4s=7950 -recolhsl4d=7944 -model=model_36999,0 - -// 32364 -[loc_32364] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -model=model_36965,0 - -// 32365 -[loc_32365] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7054 -retex1s=material_515 -retex1d=material_418 -model=model_36965,0 - -// 32366 -[loc_32366] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_36975,0 - -// 32367 -[loc_32367] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37054,0 - -// 32368 -[loc_32368] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=8076 -recolhsl1d=8069 -recolhsl2s=7952 -recolhsl2d=7946 -recolhsl3s=7700 -recolhsl3d=7694 -recolhsl4s=7950 -recolhsl4d=7944 -model=model_37048,0 - -// 32369 -[loc_32369] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37094,0 - -// 32370 -[loc_32370] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37068,0 - -// 32371 -[loc_32371] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -model=model_37068,0 - -// 32372 -[loc_32372] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37138,0 - -// 32373 -[loc_32373] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_36993,0 - -// 32374 -[loc_32374] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37009,0 - -// 32375 -[loc_32375] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -hardshadow=no -model=model_37138,0 - -// 32376 -[loc_32376] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -hardshadow=no -model=model_36993,0 - -// 32377 -[loc_32377] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_37009,0 - -// 32378 -[loc_32378] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37006,0 - -// 32379 -[loc_32379] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_37006,0 - -// 32380 -[loc_32380] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -hardshadow=no -model=model_37117,0 - -// 32381 -[loc_32381] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37052,0 - -// 32382 -[loc_32382] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_37052,0 - -// 32383 -[loc_32383] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_37103,0 - -// 32384 -[loc_32384] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=8076 -recolhsl1d=8069 -recolhsl2s=7952 -recolhsl2d=7946 -recolhsl3s=7700 -recolhsl3d=7694 -recolhsl4s=7950 -recolhsl4d=7944 -model=model_36995,0 - -// 32385 -[loc_32385] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37080,0 - -// 32386 -[loc_32386] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -hardshadow=no -model=model_37080,0 - -// 32387 -[loc_32387] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -hardshadow=no -recolhsl1s=8076 -recolhsl1d=8069 -recolhsl2s=7952 -recolhsl2d=7946 -recolhsl3s=7700 -recolhsl3d=7694 -recolhsl4s=7950 -recolhsl4d=7944 -model=model_37133,0 - -// 32388 -[loc_32388] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37051,0 - -// 32389 -[loc_32389] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -hardshadow=no -model=model_37073,0 - -// 32390 -[loc_32390] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37115,0 - -// 32391 -[loc_32391] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_37115,0 - -// 32392 -[loc_32392] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37049,0 - -// 32393 -[loc_32393] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_37049,0 - -// 32394 -[loc_32394] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37134,0 - -// 32395 -[loc_32395] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_37134,0 - -// 32396 -[loc_32396] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37136,0 - -// 32397 -[loc_32397] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37029,0 - -// 32398 -[loc_32398] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_37029,0 - -// 32399 -[loc_32399] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37014,0 - -// 32400 -[loc_32400] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_37014,0 - -// 32401 -[loc_32401] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37095,0 - -// 32402 -[loc_32402] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_37095,0 - -// 32403 -[loc_32403] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_36982,0 - -// 32404 -[loc_32404] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=21530 -model=model_36982,0 - -// 32405 -[loc_32405] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_36982,0 - -// 32406 -[loc_32406] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37110,0 - -// 32407 -[loc_32407] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=21530 -model=model_37110,0 - -// 32408 -[loc_32408] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_37118,0 - -// 32409 -[loc_32409] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_37021,0 - -// 32410 -[loc_32410] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -hardshadow=no -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_37021,0 - -// 32411 -[loc_32411] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_36996,0 - -// 32412 -[loc_32412] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_37004,0 - -// 32413 -[loc_32413] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -model=model_37936,1 - -// 32414 -[loc_32414] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -mirror=yes -model=model_37936,1 - -// 32415 -[loc_32415] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -model=model_37946,1 - -// 32416 -[loc_32416] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -mirror=yes -model=model_37946,1 - -// 32417 -[loc_32417] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -model=model_37933,1 - -// 32418 -[loc_32418] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -mirror=yes -model=model_37933,1 - -// 32419 -[loc_32419] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -model=model_37938,1 - -// 32420 -[loc_32420] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -mirror=yes -model=model_37938,1 - -// 32421 -[loc_32421] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -model=model_37945,0 - -// 32422 -[loc_32422] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -mirror=yes -model=model_37945,0 - -// 32423 -[loc_32423] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -model=model_37943,0 - -// 32424 -[loc_32424] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -mirror=yes -model=model_37943,0 - -// 32425 -[loc_32425] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -forcedecor=yes -model=model_37942,0 - -// 32426 -[loc_32426] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=8353 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 32427 -[loc_32427] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 32428 -[loc_32428] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=4226 -model=model_3195 -name=Rocks - -// 32429 -[loc_32429] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=20 -contrast=10 -blockrange=no -recol1s=16909 -recol1d=8353 -recol2s=6342 -recol2d=23080 -model=model_3184 -name=Rocks - -// 32430 -[loc_32430] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=23080 -model=model_3183 -name=Rocks - -// 32431 -[loc_32431] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=23080 -model=model_3195 -name=Rocks - -// 32432 -[loc_32432] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=16909 -recol1d=8353 -recol2s=6342 -recol2d=32480 -model=model_3184 -name=Rocks - -// 32433 -[loc_32433] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=32480 -model=model_3183 -name=Rocks - -// 32434 -[loc_32434] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=32480 -model=model_3195 -name=Rocks - -// 32435 -[loc_32435] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=16909 -recol1d=8353 -recol2s=6342 -recol2d=6438 -model=model_3184 -name=Rocks - -// 32436 -[loc_32436] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=6438 -model=model_3183 -name=Rocks - -// 32437 -[loc_32437] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=6438 -model=model_3195 -name=Rocks - -// 32438 -[loc_32438] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=16909 -recol1d=8353 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 32439 -[loc_32439] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 32440 -[loc_32440] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 32441 -[loc_32441] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=16909 -recol1d=8353 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 32442 -[loc_32442] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 32443 -[loc_32443] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=6242 -model=model_3195 -name=Rocks - -// 32444 -[loc_32444] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=16909 -recol1d=8353 -recol2s=6342 -recol2d=20017 -model=model_3184 -name=Rocks - -// 32445 -[loc_32445] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=20017 -model=model_3183 -name=Rocks - -// 32446 -[loc_32446] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=20017 -model=model_3195 -name=Rocks - -// 32447 -[loc_32447] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=9444 -recol2s=6342 -recol2d=9444 -model=model_3184 -name=Rocks - -// 32448 -[loc_32448] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=9444 -recol2s=6342 -recol2d=9444 -model=model_3183 -name=Rocks - -// 32449 -[loc_32449] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=16909 -recol1d=9444 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 32450 -[loc_32450] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=9444 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 32451 -[loc_32451] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=16909 -recol1d=9444 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 32452 -[loc_32452] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=9444 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 32453 -[loc_32453] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=9444 -recol4s=11594 -recol4d=10501 -recolhsl5s=47 -recolhsl5d=6432 -recolhsl6s=51 -recolhsl6d=6434 -model=model_11795 - -// 32454 -[loc_32454] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=9444 -recol4s=11594 -recol4d=10501 -recolhsl5s=47 -recolhsl5d=6432 -recolhsl6s=51 -recolhsl6d=6434 -model=model_11796 - -// 32455 -[loc_32455] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=9444 -recol4s=11594 -recol4d=10501 -recolhsl5s=47 -recolhsl5d=6432 -recolhsl6s=51 -recolhsl6d=6434 -model=model_11797 - -// 32456 -[loc_32456] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=9444 -recol4s=11594 -recol4d=10501 -recolhsl5s=47 -recolhsl5d=6432 -recolhsl6s=51 -recolhsl6d=6434 -model=model_37188 - -// 32457 -[loc_32457] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=9444 -recol4s=11594 -recol4d=10501 -recolhsl5s=47 -recolhsl5d=6432 -recolhsl6s=51 -recolhsl6d=6434 -model=model_11799 - -// 32458 -[loc_32458] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=9444 -recol4s=11594 -recol4d=10501 -recolhsl5s=47 -recolhsl5d=6432 -recolhsl6s=51 -recolhsl6d=6434 -model=model_11800 - -// 32459 -[loc_32459] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=7330 -recol2s=9480 -recol2d=8387 -recol3s=10537 -recol3d=9444 -recol4s=11594 -recol4d=10501 -recolhsl5s=47 -recolhsl5d=6432 -recolhsl6s=51 -recolhsl6d=6434 -model=model_11798 - -// 32460 -[loc_32460] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=5313 -recol4s=11594 -recol4d=7395 -recol5s=12651 -recol5d=7395 -recol6s=14699 -recol6d=7395 -model=model_11795 - -// 32461 -[loc_32461] -active=no -width=2 -length=2 -hillchange=skew_to_fit -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=5313 -recol4s=11594 -recol4d=7395 -recol5s=12651 -recol5d=7395 -recol6s=14699 -recol6d=7395 -model=model_35455 - -// 32462 -[loc_32462] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=5313 -recol4s=11594 -recol4d=7395 -recol5s=12651 -recol5d=7395 -recol6s=14699 -recol6d=7395 -model=model_11796 - -// 32463 -[loc_32463] -blockwalk=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -length=2 -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=5313 -recol4s=11594 -recol4d=7395 -recol5s=12651 -recol5d=7395 -recol6s=14699 -recol6d=7395 -model=model_11797 - -// 32464 -[loc_32464] -active=no -width=2 -length=2 -hillchange=skew_to_fit -recol1s=8423 -recol1d=4260 -recol2s=9480 -recol2d=5317 -recol3s=10537 -recol3d=5313 -recol4s=11594 -recol4d=7395 -recol5s=12651 -recol5d=7395 -recol6s=14699 -recol6d=7395 -model=model_35296 - -// 32465 -[loc_32465] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=11524 -recol1d=10602 -recol2s=10467 -recol2d=9545 -recol3s=9410 -recol3d=8488 -recol4s=8353 -recol4d=7431 -recol5s=7296 -recol5d=6374 -model=model_37578,1 -model=model_37680,5 - -// 32466 -[loc_32466] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=10602 -recol2s=10467 -recol2d=9545 -recol3s=9410 -recol3d=8488 -recol4s=8353 -recol4d=7431 -recol5s=7296 -recol5d=6374 -model=model_37578,1 -model=model_37680,5 - -// 32467 -[loc_32467] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=11524 -recol1d=10602 -recol2s=10467 -recol2d=9545 -recol3s=9410 -recol3d=8488 -recol4s=8353 -recol4d=7431 -recol5s=7296 -recol5d=6374 -model=model_37760,1 - -// 32468 -[loc_32468] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=11524 -recol1d=10602 -recol2s=10467 -recol2d=9545 -recol3s=9410 -recol3d=8488 -recol4s=8353 -recol4d=7431 -recol5s=7296 -recol5d=6374 -model=model_37668,1 -model=model_37621,5 - -// 32469 -[loc_32469] -active=no -width=5 -length=4 -ambient=10 -ambient=25 -contrast=15 -model=model_37223 - -// 32470 -[loc_32470] -active=no -width=5 -length=4 -hillchange=skew_to_fit -model=model_35269 - -// 32471 -[loc_32471] -active=no -width=5 -length=4 -ambient=25 -contrast=15 -model=model_37346 - -// 32472 -[loc_32472] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=10602 -recol2s=9476 -recol2d=9545 -recol3s=8419 -recol3d=8488 -recol4s=7362 -recol4d=7431 -recol5s=6305 -recol5d=6374 -recol6s=5248 -recol6d=4260 -model=model_37343 - -// 32473 -[loc_32473] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=10602 -recol2s=9476 -recol2d=9545 -recol3s=8419 -recol3d=8488 -recol4s=7362 -recol4d=7431 -recol5s=6305 -recol5d=6374 -recol6s=5248 -recol6d=4260 -model=model_37368 - -// 32474 -[loc_32474] -active=no -hillchange=skew_to_fit -recol1s=10533 -recol1d=10602 -recol2s=9476 -recol2d=9545 -recol3s=8419 -recol3d=8488 -recol4s=7362 -recol4d=7431 -recol5s=6305 -recol5d=6374 -recol6s=5248 -recol6d=4260 -model=model_35127 - -// 32475 -[loc_32475] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=10602 -recol2s=9476 -recol2d=9545 -recol3s=8419 -recol3d=8488 -recol4s=7362 -recol4d=7431 -recol5s=6305 -recol5d=6374 -recol6s=5248 -recol6d=4260 -model=model_37418 - -// 32476 -[loc_32476] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=10602 -recol2s=9476 -recol2d=9545 -recol3s=8419 -recol3d=8488 -recol4s=7362 -recol4d=7431 -recol5s=6305 -recol5d=6374 -recol6s=5248 -recol6d=4260 -model=model_37434 - -// 32477 -[loc_32477] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=10533 -recol1d=10602 -recol2s=9476 -recol2d=9545 -recol3s=8419 -recol3d=8488 -recol4s=7362 -recol4d=7431 -recol5s=6305 -recol5d=6374 -recol6s=5248 -recol6d=4260 -model=model_37462 - -// 32478 -[loc_32478] -active=no -hillchange=skew_to_fit -recol1s=10533 -recol1d=10602 -recol2s=9476 -recol2d=9545 -recol3s=8419 -recol3d=8488 -recol4s=7362 -recol4d=7431 -recol5s=6305 -recol5d=6374 -recol6s=5248 -recol6d=4260 -model=model_35150 - -// 32479 -[loc_32479] -active=no -ambient=25 -contrast=15 -hillskew=yes -resizey=96 -resizex=96 -resizez=96 -blockrange=no -recol1s=10533 -recol1d=10602 -recol2s=9476 -recol2d=9545 -recol3s=8419 -recol3d=8488 -recol4s=7362 -recol4d=7431 -recol5s=6305 -recol5d=6374 -recol6s=5248 -recol6d=4260 -model=model_37315 - -// 32480 -[loc_32480] -active=no -resizey=96 -resizex=96 -resizez=96 -hillchange=skew_to_fit -recol1s=10533 -recol1d=10602 -recol2s=9476 -recol2d=9545 -recol3s=8419 -recol3d=8488 -recol4s=7362 -recol4d=7431 -recol5s=6305 -recol5d=6374 -recol6s=5248 -recol6d=4260 -model=model_35264 - -// 32481 -[loc_32481] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=11594 -recol1d=8488 -recol2s=10537 -recol2d=7431 -recol3s=9480 -recol3d=6374 -recol4s=8423 -recol4d=4260 -model=model_11795 - -// 32482 -[loc_32482] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=11594 -recol1d=8488 -recol2s=10537 -recol2d=7431 -recol3s=9480 -recol3d=6374 -recol4s=8423 -recol4d=4260 -model=model_11797 - -// 32483 -[loc_32483] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=11594 -recol1d=8488 -recol2s=10537 -recol2d=7431 -recol3s=9480 -recol3d=6374 -recol4s=8423 -recol4d=4260 -recol5s=12651 -recol5d=9545 -recol6s=14699 -recol6d=10602 -model=model_11796 - -// 32484 -[loc_32484] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=5284 -recolhsl2s=35 -recolhsl2d=10264 -recolhsl3s=39 -recolhsl3d=10267 -recolhsl4s=43 -recolhsl4d=10269 -model=model_11795 - -// 32485 -[loc_32485] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=5284 -recolhsl2s=35 -recolhsl2d=10264 -recolhsl3s=39 -recolhsl3d=10267 -recolhsl4s=43 -recolhsl4d=10269 -model=model_11797 - -// 32486 -[loc_32486] -active=no -recol1s=8488 -recol1d=11592 -recolhsl2s=21534 -recolhsl2d=7330 -recolhsl3s=21530 -recolhsl3d=7325 -model=model_37050,0 - -// 32487 -[loc_32487] -active=no -recol1s=8488 -recol1d=11592 -recolhsl2s=21534 -recolhsl2d=7330 -recolhsl3s=21530 -recolhsl3d=7325 -model=model_37085,0 - -// 32488 -[loc_32488] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=7315 -recolhsl2s=35 -recolhsl2d=7320 -recolhsl3s=39 -recolhsl3d=7325 -recolhsl4s=43 -recolhsl4d=7330 -model=model_11795 - -// 32489 -[loc_32489] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=7315 -recolhsl2s=35 -recolhsl2d=7320 -recolhsl3s=39 -recolhsl3d=7325 -recolhsl4s=43 -recolhsl4d=7330 -model=model_11797 - -// 32490 -[loc_32490] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=7315 -recolhsl2s=35 -recolhsl2d=7320 -recolhsl3s=39 -recolhsl3d=7325 -recolhsl4s=43 -recolhsl4d=7330 -recol5s=12651 -recol5d=11592 -recolhsl6s=51 -recolhsl6d=7340 -model=model_11796 - -// 32491 -[loc_32491] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=12651 -recol1d=11592 -recolhsl2s=43 -recolhsl2d=7330 -recolhsl3s=39 -recolhsl3d=7325 -recolhsl4s=35 -recolhsl4d=7320 -recolhsl5s=30 -recolhsl5d=7315 -model=model_11799 - -// 32492 -[loc_32492] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=12651 -recol1d=11592 -recolhsl2s=43 -recolhsl2d=7330 -recolhsl3s=39 -recolhsl3d=7325 -recolhsl4s=35 -recolhsl4d=7320 -recolhsl5s=30 -recolhsl5d=7315 -model=model_11800 - -// 32493 -[loc_32493] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=12651 -recol1d=11592 -recolhsl2s=43 -recolhsl2d=7330 -recolhsl3s=39 -recolhsl3d=7325 -recolhsl4s=35 -recolhsl4d=7320 -recolhsl5s=30 -recolhsl5d=7315 -model=model_11798 - -// 32494 -[loc_32494] -width=3 -length=2 -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -op1=Exit -model=model_37276 -name=Cave Exit - -// 32495 -[loc_32495] -width=3 -length=2 -ambient=25 -contrast=25 -hillskew=yes -sharelight=yes -op1=Exit -recolhsl1s=0 -recolhsl1d=6244 -recolhsl2s=902 -recolhsl2d=6357 -recolhsl3s=2952 -recolhsl3d=6337 -recolhsl4s=5002 -recolhsl4d=6440 -recolhsl5s=6028 -recolhsl5d=6804 -model=model_37276 -name=Cave Exit - -// 32496 -[loc_32496] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=6432 -recol2s=9480 -recol2d=11558 -recolhsl3s=39 -recolhsl3d=6444 -recolhsl4s=43 -recolhsl4d=6450 -recolhsl5s=47 -recolhsl5d=6459 -recol6s=14699 -recol6d=10501 -model=model_11799 - -// 32497 -[loc_32497] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=6432 -recol2s=9480 -recol2d=11558 -recolhsl3s=39 -recolhsl3d=6444 -recolhsl4s=43 -recolhsl4d=6450 -recolhsl5s=47 -recolhsl5d=6459 -recol6s=14699 -recol6d=10501 -model=model_11800 - -// 32498 -[loc_32498] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=6432 -recol2s=9480 -recol2d=11558 -recolhsl3s=39 -recolhsl3d=6444 -recolhsl4s=43 -recolhsl4d=6450 -recolhsl5s=47 -recolhsl5d=6459 -recol6s=14699 -recol6d=10501 -model=model_11798 - -// 32499 -[loc_32499] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=34891 -recolhsl2s=35 -recolhsl2d=34900 -recol3s=10537 -recol3d=23354 -recol4s=11594 -recol4d=26525 -recol5s=12651 -recol5d=26525 -recol6s=14699 -recol6d=28605 -model=model_11795 - -// 32500 -[loc_32500] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=34891 -recolhsl2s=35 -recolhsl2d=34900 -recol3s=10537 -recol3d=23354 -recol4s=11594 -recol4d=26525 -recol5s=12651 -recol5d=26525 -recol6s=14699 -recol6d=28605 -model=model_11797 - -// 32501 -[loc_32501] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=34891 -recolhsl2s=35 -recolhsl2d=34900 -recol3s=10537 -recol3d=23354 -recol4s=11594 -recol4d=26525 -recol5s=12651 -recol5d=26525 -recol6s=14699 -recol6d=28605 -model=model_11796 - -// 32502 -[loc_32502] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=34891 -recolhsl2s=35 -recolhsl2d=34900 -recol3s=10537 -recol3d=23354 -recol4s=11594 -recol4d=26525 -recol5s=12651 -recol5d=26525 -recol6s=14699 -recol6d=28605 -model=model_11799 - -// 32503 -[loc_32503] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=34891 -recolhsl2s=35 -recolhsl2d=34900 -recol3s=10537 -recol3d=23354 -recol4s=11594 -recol4d=26525 -recol5s=12651 -recol5d=26525 -recol6s=14699 -recol6d=28605 -model=model_11800 - -// 32504 -[loc_32504] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=34891 -recolhsl2s=35 -recolhsl2d=34900 -recol3s=10537 -recol3d=23354 -recol4s=11594 -recol4d=26525 -recol5s=12651 -recol5d=26525 -recol6s=14699 -recol6d=28605 -model=model_11798 - -// 32505 -[loc_32505] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=5284 -recolhsl2s=7052 -recolhsl2d=10256 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10250 -recolhsl5s=3845 -recolhsl5d=10246 -model=model_33970 - -// 32506 -[loc_32506] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=5284 -recolhsl2s=7052 -recolhsl2d=10256 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10250 -recolhsl5s=3845 -recolhsl5d=10246 -model=model_33972 - -// 32507 -[loc_32507] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=5284 -recolhsl2s=7052 -recolhsl2d=10256 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10250 -recolhsl5s=3845 -recolhsl5d=10246 -model=model_33971 - -// 32508 -[loc_32508] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=5284 -model=model_33969 - -// 32509 -[loc_32509] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7315 -recolhsl2s=7052 -recolhsl2d=7313 -recolhsl3s=6026 -recolhsl3d=7310 -recolhsl4s=5000 -recolhsl4d=7308 -recolhsl5s=3845 -recolhsl5d=7304 -model=model_33970 - -// 32510 -[loc_32510] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7315 -recolhsl2s=7052 -recolhsl2d=7313 -recolhsl3s=6026 -recolhsl3d=7310 -recolhsl4s=5000 -recolhsl4d=7308 -recolhsl5s=3845 -recolhsl5d=7304 -model=model_33972 - -// 32511 -[loc_32511] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7315 -recolhsl2s=7052 -recolhsl2d=7313 -recolhsl3s=6026 -recolhsl3d=7310 -recolhsl4s=5000 -recolhsl4d=7308 -recolhsl5s=3845 -recolhsl5d=7304 -model=model_33971 - -// 32512 -[loc_32512] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7315 -recolhsl2s=7052 -recolhsl2d=7313 -recolhsl3s=6026 -recolhsl3d=7310 -recolhsl4s=5000 -recolhsl4d=7308 -recolhsl5s=3845 -recolhsl5d=7304 -model=model_35414 - -// 32513 -[loc_32513] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7447 -recolhsl2s=7052 -recolhsl2d=7313 -recolhsl3s=6026 -recolhsl3d=7310 -recolhsl4s=5000 -recolhsl4d=7308 -recolhsl5s=3845 -recolhsl5d=7304 -model=model_35410 - -// 32514 -[loc_32514] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7447 -recolhsl2s=7052 -recolhsl2d=7313 -recolhsl3s=6026 -recolhsl3d=7310 -recolhsl4s=5000 -recolhsl4d=7308 -recolhsl5s=3845 -recolhsl5d=7304 -model=model_35408 - -// 32515 -[loc_32515] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -model=model_33969 - -// 32516 -[loc_32516] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7315 -recolhsl2s=7052 -recolhsl2d=7313 -recolhsl3s=6026 -recolhsl3d=7310 -recolhsl4s=5000 -recolhsl4d=7308 -recolhsl5s=3845 -recolhsl5d=7304 -model=model_37293 - -// 32517 -[loc_32517] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7315 -recolhsl2s=7052 -recolhsl2d=7313 -recolhsl3s=6026 -recolhsl3d=7310 -recolhsl4s=5000 -recolhsl4d=7308 -recolhsl5s=3845 -recolhsl5d=7304 -model=model_37282 - -// 32518 -[loc_32518] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7315 -recolhsl2s=7052 -recolhsl2d=7313 -recolhsl3s=6026 -recolhsl3d=7310 -recolhsl4s=5000 -recolhsl4d=7308 -recolhsl5s=3845 -recolhsl5d=7304 -model=model_37395 - -// 32519 -[loc_32519] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37426 - -// 32520 -[loc_32520] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37231 - -// 32521 -[loc_32521] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_33970 - -// 32522 -[loc_32522] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_33972 - -// 32523 -[loc_32523] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_33971 - -// 32524 -[loc_32524] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_35414 - -// 32525 -[loc_32525] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -model=model_33969 - -// 32526 -[loc_32526] -active=no -hillskew=yes -ambient=10 -recol1s=7296 -recol1d=8353 -model=model_33970 - -// 32527 -[loc_32527] -active=no -hillskew=yes -ambient=10 -recol1s=7296 -recol1d=8353 -model=model_33972 - -// 32528 -[loc_32528] -active=no -hillskew=yes -ambient=10 -recol1s=7296 -recol1d=8353 -model=model_33971 - -// 32529 -[loc_32529] -active=no -hillskew=yes -ambient=10 -recol1s=7296 -recol1d=8353 -model=model_35414 - -// 32530 -[loc_32530] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=6374 -recolhsl2s=7052 -recolhsl2d=21526 -recolhsl3s=6026 -recolhsl3d=21521 -recolhsl4s=5000 -recolhsl4d=21517 -recolhsl5s=3845 -recolhsl5d=21512 -model=model_33970 - -// 32531 -[loc_32531] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=6374 -recolhsl2s=7052 -recolhsl2d=21526 -recolhsl3s=6026 -recolhsl3d=21521 -recolhsl4s=5000 -recolhsl4d=21517 -recolhsl5s=3845 -recolhsl5d=21512 -model=model_33972 - -// 32532 -[loc_32532] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=6374 -recolhsl2s=7052 -recolhsl2d=21526 -recolhsl3s=6026 -recolhsl3d=21521 -recolhsl4s=5000 -recolhsl4d=21517 -recolhsl5s=3845 -recolhsl5d=21512 -model=model_33971 - -// 32533 -[loc_32533] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=6374 -recolhsl2s=7052 -recolhsl2d=21526 -recolhsl3s=6026 -recolhsl3d=21521 -recolhsl4s=5000 -recolhsl4d=21517 -recolhsl5s=3845 -recolhsl5d=21512 -model=model_35414 - -// 32534 -[loc_32534] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_33969 - -// 32535 -[loc_32535] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7602 -recolhsl2s=7052 -recolhsl2d=7592 -recolhsl3s=6026 -recolhsl3d=7587 -recolhsl4s=5000 -recolhsl4d=7698 -recolhsl5s=3845 -recolhsl5d=7562 -model=model_33970 - -// 32536 -[loc_32536] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7602 -recolhsl2s=7052 -recolhsl2d=7592 -recolhsl3s=6026 -recolhsl3d=7587 -recolhsl4s=5000 -recolhsl4d=7698 -recolhsl5s=3845 -recolhsl5d=7562 -model=model_33972 - -// 32537 -[loc_32537] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7602 -recolhsl2s=7052 -recolhsl2d=7592 -recolhsl3s=6026 -recolhsl3d=7587 -recolhsl4s=5000 -recolhsl4d=7698 -recolhsl5s=3845 -recolhsl5d=7562 -model=model_33971 - -// 32538 -[loc_32538] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7602 -recolhsl2s=7052 -recolhsl2d=7592 -recolhsl3s=6026 -recolhsl3d=7587 -recolhsl4s=5000 -recolhsl4d=7698 -recolhsl5s=3845 -recolhsl5d=7562 -model=model_35414 - -// 32539 -[loc_32539] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7602 -model=model_33969 - -// 32540 -[loc_32540] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=34891 -recolhsl2s=7052 -recolhsl2d=34876 -recolhsl3s=6026 -recolhsl3d=34861 -recolhsl4s=5000 -recolhsl4d=34851 -recolhsl5s=3845 -recolhsl5d=34831 -retex1s=material_418 -retex1d=material_315 -model=model_33970 - -// 32541 -[loc_32541] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=34891 -recolhsl2s=7052 -recolhsl2d=34876 -recolhsl3s=6026 -recolhsl3d=34861 -recolhsl4s=5000 -recolhsl4d=34851 -recolhsl5s=3845 -recolhsl5d=34831 -retex1s=material_418 -retex1d=material_315 -model=model_33972 - -// 32542 -[loc_32542] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=34891 -recolhsl2s=7052 -recolhsl2d=34876 -recolhsl3s=6026 -recolhsl3d=34861 -recolhsl4s=5000 -recolhsl4d=34851 -recolhsl5s=3845 -recolhsl5d=34831 -retex1s=material_418 -retex1d=material_315 -model=model_33971 - -// 32543 -[loc_32543] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=34891 -recolhsl2s=7052 -recolhsl2d=34876 -recolhsl3s=6026 -recolhsl3d=34861 -recolhsl4s=5000 -recolhsl4d=34851 -recolhsl5s=3845 -recolhsl5d=34831 -retex1s=material_418 -retex1d=material_315 -model=model_35414 - -// 32544 -[loc_32544] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=34891 -retex1s=material_418 -retex1d=material_315 -model=model_33969 - -// 32545 -[loc_32545] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_35409 - -// 32546 -[loc_32546] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=10501 -recolhsl2s=7052 -recolhsl2d=5398 -recolhsl3s=6026 -recolhsl3d=4368 -recolhsl4s=5000 -recolhsl4d=4362 -recolhsl5s=3845 -recolhsl5d=3333 -model=model_33970 - -// 32547 -[loc_32547] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=10501 -recolhsl2s=7052 -recolhsl2d=5398 -recolhsl3s=6026 -recolhsl3d=4368 -recolhsl4s=5000 -recolhsl4d=4362 -recolhsl5s=3845 -recolhsl5d=3333 -model=model_33972 - -// 32548 -[loc_32548] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=10501 -recolhsl2s=7052 -recolhsl2d=5398 -recolhsl3s=6026 -recolhsl3d=4368 -recolhsl4s=5000 -recolhsl4d=4362 -recolhsl5s=3845 -recolhsl5d=3333 -model=model_33971 - -// 32549 -[loc_32549] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=10501 -recolhsl2s=7052 -recolhsl2d=5398 -recolhsl3s=6026 -recolhsl3d=4368 -recolhsl4s=5000 -recolhsl4d=4362 -recolhsl5s=3845 -recolhsl5d=3333 -model=model_35414 - -// 32550 -[loc_32550] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=10501 -model=model_33969 - -// 32551 -[loc_32551] -hillskew=yes -hardshadow=no -ambient=15 -contrast=10 -model=model_37101,0 - -// 32552 -[loc_32552] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37089,0 - -// 32553 -[loc_32553] -forcedecor=yes -sharelight=yes -ambient=15 -contrast=10 -model=model_37111,0 - -// 32554 -[loc_32554] -forcedecor=yes -sharelight=yes -ambient=15 -contrast=10 -model=model_37113,0 - -// 32555 -[loc_32555] -forcedecor=yes -sharelight=yes -ambient=15 -contrast=10 -mirror=yes -model=model_37113,0 - -// 32556 -[loc_32556] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37160,0 - -// 32557 -[loc_32557] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37159,0 - -// 32558 -[loc_32558] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37161,0 - -// 32559 -[loc_32559] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37158,0 - -// 32560 -[loc_32560] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37144,0 - -// 32561 -[loc_32561] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37154,0 - -// 32562 -[loc_32562] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37153,0 - -// 32563 -[loc_32563] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37145,0 - -// 32564 -[loc_32564] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37155,0 - -// 32565 -[loc_32565] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37150,0 - -// 32566 -[loc_32566] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37146,0 - -// 32567 -[loc_32567] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37157,0 - -// 32568 -[loc_32568] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -unknown90=yes -model=model_37147,0 - -// 32569 -[loc_32569] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -model=model_37016,0 - -// 32570 -[loc_32570] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -model=model_37030,0 - -// 32571 -[loc_32571] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -model=model_36959,0 - -// 32572 -[loc_32572] -active=no -hillchange=skew_to_fit -ambient=20 -model=model_35035 - -// 32573 -[loc_32573] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -model=model_37092,0 - -// 32574 -[loc_32574] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -model=model_36960,0 - -// 32575 -[loc_32575] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -model=model_37108,0 - -// 32576 -[loc_32576] -active=no -hillchange=skew_to_fit -ambient=20 -model=model_35284 - -// 32577 -[loc_32577] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -model=model_36977,0 - -// 32578 -[loc_32578] -active=no -hillchange=skew_to_fit -ambient=20 -model=model_35062 - -// 32579 -[loc_32579] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -model=model_37069,0 - -// 32580 -[loc_32580] -active=no -hillchange=skew_to_fit -ambient=20 -model=model_35053 - -// 32581 -[loc_32581] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -model=model_36967,0 - -// 32582 -[loc_32582] -active=no -hillchange=skew_to_fit -ambient=20 -model=model_37058 - -// 32583 -[loc_32583] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37018 - -// 32584 -[loc_32584] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37059 - -// 32585 -[loc_32585] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37044 - -// 32586 -[loc_32586] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37019 - -// 32587 -[loc_32587] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37037 - -// 32588 -[loc_32588] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_36994 - -// 32589 -[loc_32589] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_36985 - -// 32590 -[loc_32590] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37038 - -// 32591 -[loc_32591] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_37087 - -// 32592 -[loc_32592] -forcedecor=yes -ambient=25 -contrast=25 -recolhsl1s=13338 -recolhsl1d=7454 -recolhsl2s=13340 -recolhsl2d=7456 -recolhsl3s=13336 -recolhsl3d=7452 -recolhsl4s=13334 -recolhsl4d=7450 -recolhsl5s=13332 -recolhsl5d=7448 -recolhsl6s=13330 -recolhsl6d=7446 -model=model_2316,0 - -// 32593 -[loc_32593] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=7448 -recolhsl2s=10270 -recolhsl2d=7458 -recol3s=9512 -recol3d=9477 -model=model_18241,0 - -// 32594 -[loc_32594] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=7448 -recolhsl2s=10270 -recolhsl2d=7458 -recol3s=9512 -recol3d=9477 -model=model_17368,0 - -// 32595 -[loc_32595] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=7448 -recolhsl2s=10270 -recolhsl2d=7458 -recol3s=9512 -recol3d=9477 -model=model_18242,0 - -// 32596 -[loc_32596] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=7448 -recolhsl2s=10270 -recolhsl2d=7458 -recol3s=9512 -recol3d=9477 -model=model_18243,0 - -// 32597 -[loc_32597] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=7448 -recolhsl2s=10270 -recolhsl2d=7458 -recol3s=9512 -recol3d=9477 -model=model_18244,0 - -// 32598 -[loc_32598] -active=no -ambient=25 -contrast=15 -hillskew=yes -recol1s=10533 -recol1d=10602 -recol2s=9476 -recol2d=9545 -recol3s=8419 -recol3d=8488 -recol4s=7362 -recol4d=7431 -recol5s=6305 -recol5d=6374 -recol6s=5248 -recol6d=4260 -model=model_12042,0 - -// 32599 -[loc_32599] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recol1s=7398 -recol1d=7431 -recol2s=8455 -recol2d=6374 -recol3s=9512 -recol3d=4260 -model=model_18241,0 - -// 32600 -[loc_32600] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recol1s=7398 -recol1d=7431 -recol2s=8455 -recol2d=6374 -recol3s=9512 -recol3d=4260 -model=model_17368,0 - -// 32601 -[loc_32601] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recol1s=7398 -recol1d=7431 -recol2s=8455 -recol2d=6374 -recol3s=9512 -recol3d=4260 -model=model_18242,0 - -// 32602 -[loc_32602] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recol1s=7398 -recol1d=7431 -recol2s=8455 -recol2d=6374 -recol3s=9512 -recol3d=4260 -model=model_18243,0 - -// 32603 -[loc_32603] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recol1s=7398 -recol1d=7431 -recol2s=8455 -recol2d=6374 -recol3s=9512 -recol3d=4260 -model=model_18244,0 - -// 32604 -[loc_32604] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=10501 -recolhsl2s=10270 -recolhsl2d=6440 -recol3s=9512 -recol3d=11558 -model=model_18241,0 - -// 32605 -[loc_32605] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=10501 -recolhsl2s=10270 -recolhsl2d=6440 -recol3s=9512 -recol3d=11558 -model=model_17368,0 - -// 32606 -[loc_32606] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=10501 -recolhsl2s=10270 -recolhsl2d=6440 -recol3s=9512 -recol3d=11558 -model=model_18242,0 - -// 32607 -[loc_32607] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=10501 -recolhsl2s=10270 -recolhsl2d=6440 -recol3s=9512 -recol3d=11558 -model=model_18243,0 - -// 32608 -[loc_32608] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=10501 -recolhsl2s=10270 -recolhsl2d=6440 -recol3s=9512 -recol3d=11558 -model=model_18244,0 - -// 32609 -[loc_32609] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=10266 -recolhsl1d=34900 -recol2s=8455 -recol2d=26525 -recol3s=9512 -recol3d=23354 -retex1s=material_70 -retex1d=material_315 -model=model_18241,0 - -// 32610 -[loc_32610] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=10266 -recolhsl1d=34900 -recol2s=8455 -recol2d=26525 -recol3s=9512 -recol3d=23354 -retex1s=material_70 -retex1d=material_315 -model=model_17368,0 - -// 32611 -[loc_32611] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=10266 -recolhsl1d=34900 -recol2s=8455 -recol2d=26525 -recol3s=9512 -recol3d=23354 -retex1s=material_70 -retex1d=material_315 -model=model_18242,0 - -// 32612 -[loc_32612] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=10266 -recolhsl1d=34900 -recol2s=8455 -recol2d=26525 -recol3s=9512 -recol3d=23354 -retex1s=material_70 -retex1d=material_315 -model=model_18243,0 - -// 32613 -[loc_32613] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=10266 -recolhsl1d=34900 -recol2s=8455 -recol2d=26525 -recol3s=9512 -recol3d=23354 -retex1s=material_70 -retex1d=material_315 -model=model_18244,0 - -// 32614 -[loc_32614] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=5274 -recolhsl2s=10270 -recolhsl2d=5278 -recolhsl3s=10275 -recolhsl3d=5283 -model=model_18241,0 - -// 32615 -[loc_32615] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=5274 -recolhsl2s=10270 -recolhsl2d=5278 -recolhsl3s=10275 -recolhsl3d=5283 -model=model_17368,0 - -// 32616 -[loc_32616] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=5274 -recolhsl2s=10270 -recolhsl2d=5278 -recolhsl3s=10275 -recolhsl3d=5283 -model=model_18242,0 - -// 32617 -[loc_32617] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=5274 -recolhsl2s=10270 -recolhsl2d=5278 -recolhsl3s=10275 -recolhsl3d=5283 -model=model_18243,0 - -// 32618 -[loc_32618] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=5274 -recolhsl2s=10270 -recolhsl2d=5278 -recolhsl3s=10275 -recolhsl3d=5283 -model=model_18244,0 - -// 32619 -[loc_32619] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37928 - -// 32620 -[loc_32620] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37915 - -// 32621 -[loc_32621] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=1057 -recolhsl2s=21534 -recolhsl2d=5 -recolhsl3s=21539 -recolhsl3d=6 -recolhsl4s=21543 -recolhsl4d=7 -recol5s=10602 -recol5d=2114 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32622 -[loc_32622] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=1057 -recolhsl2s=21534 -recolhsl2d=5 -recolhsl3s=21539 -recolhsl3d=6 -recolhsl4s=21543 -recolhsl4d=7 -recol5s=10602 -recol5d=2114 -model=model_37594,1 -model=model_37641,2 -model=model_37567,5 - -// 32623 -[loc_32623] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37342 - -// 32624 -[loc_32624] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37342 - -// 32625 -[loc_32625] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37166 - -// 32626 -[loc_32626] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37166 - -// 32627 -[loc_32627] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37460 - -// 32628 -[loc_32628] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37460 - -// 32629 -[loc_32629] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37449 - -// 32630 -[loc_32630] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37449 - -// 32631 -[loc_32631] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=1057 -recolhsl2s=7052 -recolhsl2d=3 -recolhsl3s=6026 -recolhsl3d=2 -recolhsl4s=5000 -recolhsl4d=1 -recolhsl5s=3845 -recolhsl5d=0 -model=model_33970 - -// 32632 -[loc_32632] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=1057 -recolhsl2s=7052 -recolhsl2d=3 -recolhsl3s=6026 -recolhsl3d=2 -recolhsl4s=5000 -recolhsl4d=1 -recolhsl5s=3845 -recolhsl5d=0 -model=model_33972 - -// 32633 -[loc_32633] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=1057 -recolhsl2s=7052 -recolhsl2d=3 -recolhsl3s=6026 -recolhsl3d=2 -recolhsl4s=5000 -recolhsl4d=1 -recolhsl5s=3845 -recolhsl5d=0 -model=model_33971 - -// 32634 -[loc_32634] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=1057 -model=model_33969 - -// 32635 -[loc_32635] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37246 - -// 32636 -[loc_32636] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37406 - -// 32637 -[loc_32637] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37406 - -// 32638 -[loc_32638] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37592,1 -model=model_37672,5 - -// 32639 -[loc_32639] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37592,1 -model=model_37672,5 - -// 32640 -[loc_32640] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37557,5 - -// 32641 -[loc_32641] -active=no -ambient=25 -contrast=15 -sharelight=yes -model=model_37722,1 -model=model_37750,2 - -// 32642 -[loc_32642] -active=no -ambient=25 -contrast=15 -sharelight=yes -model=model_37628,1 - -// 32643 -[loc_32643] -active=no -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -model=model_37628,1 - -// 32644 -[loc_32644] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37961,1 - -// 32645 -[loc_32645] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -mirror=yes -model=model_37961,1 - -// 32646 -[loc_32646] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37959 - -// 32647 -[loc_32647] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37953 - -// 32648 -[loc_32648] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37956 - -// 32649 -[loc_32649] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -mirror=yes -model=model_37956 - -// 32650 -[loc_32650] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37947,1 - -// 32651 -[loc_32651] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -mirror=yes -model=model_37947,1 - -// 32652 -[loc_32652] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37952,1 - -// 32653 -[loc_32653] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -mirror=yes -model=model_37952,1 - -// 32654 -[loc_32654] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37960,1 - -// 32655 -[loc_32655] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37964,1 - -// 32656 -[loc_32656] -active=no -hillchange=skew_to_fit -model=model_35248 - -// 32657 -[loc_32657] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -mirror=yes -model=model_37964,1 - -// 32658 -[loc_32658] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37958,1 - -// 32659 -[loc_32659] -active=no -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -mirror=yes -model=model_37958,1 - -// 32660 -[loc_32660] -active=no -hillchange=skew_to_fit -model=model_35335 - -// 32661 -[loc_32661] -active=no -hillchange=skew_to_fit -mirror=yes -model=model_35335 - -// 32662 -[loc_32662] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_37900,1 -model=model_37931,2 -model=model_37930,3 -model=model_37932,4 -model=model_37919,5 - -// 32663 -[loc_32663] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_37928 - -// 32664 -[loc_32664] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -recol6s=0 -recol6d=7296 -model=model_37924 - -// 32665 -[loc_32665] -hillskew=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=49 -recolhsl1d=7457 -recolhsl2s=41 -recolhsl2d=7462 -recolhsl3s=33 -recolhsl3d=7447 -recol4s=6342 -recol4d=9477 -recol5s=4228 -recol5d=14727 -model=model_37912,1 -model=model_37890,5 - -// 32666 -[loc_32666] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=14727 -recol1d=11524 -recolhsl2s=7457 -recolhsl2d=6806 -recolhsl3s=7462 -recolhsl3d=6682 -recolhsl4s=7447 -recolhsl4d=7054 -recol5s=9477 -recol5d=8353 -model=model_37896,1 -model=model_37904,5 - -// 32667 -[loc_32667] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=14727 -recol1d=11524 -recolhsl2s=7457 -recolhsl2d=6806 -recolhsl3s=7462 -recolhsl3d=6682 -recolhsl4s=7447 -recolhsl4d=7054 -recol5s=9477 -recol5d=8353 -model=model_37896,1 -model=model_37904,5 - -// 32668 -[loc_32668] -hillskew=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=49 -recolhsl1d=7457 -recolhsl2s=41 -recolhsl2d=7462 -recolhsl3s=33 -recolhsl3d=7447 -recol4s=6342 -recol4d=9477 -recol5s=4228 -recol5d=14727 -model=model_37896,1 -model=model_37904,5 - -// 32669 -[loc_32669] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=49 -recolhsl1d=7457 -recolhsl2s=41 -recolhsl2d=7462 -recolhsl3s=33 -recolhsl3d=7447 -recol4s=6342 -recol4d=9477 -recol5s=4228 -recol5d=14727 -model=model_37896,1 -model=model_37904,5 - -// 32670 -[loc_32670] -hillskew=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=49 -recolhsl1d=7457 -recolhsl2s=41 -recolhsl2d=7462 -recolhsl3s=33 -recolhsl3d=7447 -recol4s=6342 -recol4d=9477 -recol5s=4228 -recol5d=14727 -model=model_37918,1 - -// 32671 -[loc_32671] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=49 -recolhsl1d=7457 -recolhsl2s=41 -recolhsl2d=7462 -recolhsl3s=33 -recolhsl3d=7447 -recol4s=6342 -recol4d=9477 -recol5s=4228 -recol5d=14727 -model=model_37918,1 - -// 32672 -[loc_32672] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=49 -recolhsl1d=7457 -recolhsl2s=41 -recolhsl2d=7462 -recolhsl3s=33 -recolhsl3d=7447 -recol4s=6342 -recol4d=9477 -recol5s=4228 -recol5d=14727 -model=model_37912,1 -model=model_37890,5 - -// 32673 -[loc_32673] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32674 -[loc_32674] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_37594,1 -model=model_37641,2 -model=model_37567,5 - -// 32675 -[loc_32675] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21547 -recolhsl1d=6459 -recolhsl2s=21543 -recolhsl2d=6450 -recolhsl3s=21539 -recolhsl3d=6444 -recol4s=7431 -recol4d=11558 -recol5s=6374 -recol5d=10501 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32676 -[loc_32676] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37894,1 - -// 32677 -[loc_32677] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=0 -recol1d=7296 -model=model_37908,1 - -// 32678 -[loc_32678] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=0 -recol1d=7296 -model=model_37908,1 - -// 32679 -[loc_32679] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -recol6s=7296 -recol6d=8353 -model=model_37244 - -// 32680 -[loc_32680] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=13675 -recol1d=7296 -recol2s=11561 -recol2d=8353 -recol3s=8456 -recol3d=9410 -recol4s=6342 -recol4d=10467 -recol5s=4228 -recol5d=11524 -recol6s=7296 -recol6d=8353 -model=model_37244 - -// 32681 -[loc_32681] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_37608,1 - -// 32682 -[loc_32682] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37967,1 -model=model_37974,Q - -// 32683 -[loc_32683] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37967,1 -model=model_37974,Q - -// 32684 -[loc_32684] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37973,1 - -// 32685 -[loc_32685] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37662,1 - -// 32686 -[loc_32686] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37746,1 -model=model_37713,2 - -// 32687 -[loc_32687] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 32688 -[loc_32688] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37757,5 - -// 32689 -[loc_32689] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37746,1 -model=model_37713,2 - -// 32690 -[loc_32690] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 32691 -[loc_32691] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21547 -recolhsl1d=10269 -recolhsl2s=21543 -recolhsl2d=10267 -recolhsl3s=21539 -recolhsl3d=10264 -recolhsl4s=21534 -recolhsl4d=10261 -recol5s=6374 -recol5d=5284 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32692 -[loc_32692] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37612,1 - -// 32693 -[loc_32693] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37584,1 - -// 32694 -[loc_32694] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37584,1 - -// 32695 -[loc_32695] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -recolhsl1s=6554 -recolhsl1d=10269 -recolhsl2s=6550 -recolhsl2d=10264 -recolhsl3s=6674 -recolhsl3d=10261 -recolhsl4s=6670 -recolhsl4d=10258 -recolhsl5s=6666 -recolhsl5d=10252 -recolhsl6s=6662 -recolhsl6d=10248 -model=model_37243 - -// 32696 -[loc_32696] -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -recolhsl6s=0 -recolhsl6d=7315 -model=model_37469 -name=Obstacle pipe - -// 32697 -[loc_32697] -hillskew=yes -ambient=25 -contrast=15 -model=model_37444 -name=Obstacle pipe - -// 32698 -[loc_32698] -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37444 -name=Obstacle pipe - -// 32699 -[loc_32699] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37592,1 -model=model_37672,5 - -// 32700 -[loc_32700] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37592,1 -model=model_37672,5 - -// 32701 -[loc_32701] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7301 -recolhsl1d=7236 -recolhsl2s=7304 -recolhsl2d=7225 -recolhsl3s=7308 -recolhsl3d=7213 -recolhsl4s=7314 -recolhsl4d=7202 -recolhsl5s=0 -recolhsl5d=7256 -model=model_37640,1 - -// 32702 -[loc_32702] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7301 -recolhsl1d=7236 -recolhsl2s=7304 -recolhsl2d=7225 -recolhsl3s=7308 -recolhsl3d=7213 -recolhsl4s=7314 -recolhsl4d=7202 -recolhsl5s=0 -recolhsl5d=7256 -model=model_37686,1 - -// 32703 -[loc_32703] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37578,1 -model=model_37680,5 - -// 32704 -[loc_32704] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37702,1 - -// 32705 -[loc_32705] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37655,1 - -// 32706 -[loc_32706] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37714,1 - -// 32707 -[loc_32707] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37760,1 - -// 32708 -[loc_32708] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37538,1 - -// 32709 -[loc_32709] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37668,1 -model=model_37621,5 - -// 32710 -[loc_32710] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37643,1 - -// 32711 -[loc_32711] -active=yes -length=3 -hillskew=yes -ambient=25 -contrast=15 -op1=Open -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37370 -name=Door - -// 32712 -[loc_32712] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37746,1 -model=model_37713,2 - -// 32713 -[loc_32713] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 32714 -[loc_32714] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37757,5 - -// 32715 -[loc_32715] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37746,1 -model=model_37713,2 - -// 32716 -[loc_32716] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 32717 -[loc_32717] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37619,2 -model=model_37642,5 - -// 32718 -[loc_32718] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32719 -[loc_32719] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37602,1 - -// 32720 -[loc_32720] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37594,1 -model=model_37641,2 -model=model_37567,5 - -// 32721 -[loc_32721] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 32722 -[loc_32722] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_35407,1 - -// 32723 -[loc_32723] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37744,1 -model=model_37560,5 - -// 32724 -[loc_32724] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=7315 -recolhsl2s=6930 -recolhsl2d=7320 -recolhsl3s=6806 -recolhsl3d=7325 -recolhsl4s=6682 -recolhsl4d=7330 -recol5s=11524 -recol5d=11592 -model=model_37547,1 - -// 32725 -[loc_32725] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37666,1 -model=model_37731,5 - -// 32726 -[loc_32726] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_35415,1 - -// 32727 -[loc_32727] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_35412,1 - -// 32728 -[loc_32728] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_35411,1 - -// 32729 -[loc_32729] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37264 - -// 32730 -[loc_32730] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37249 - -// 32731 -[loc_32731] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37424 - -// 32732 -[loc_32732] -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37165 - -// 32733 -[loc_32733] -mirror=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37264 - -// 32734 -[loc_32734] -mirror=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37249 - -// 32735 -[loc_32735] -mirror=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37424 - -// 32736 -[loc_32736] -mirror=yes -active=no -hillskew=yes -ambient=25 -contrast=15 -width=2 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37165 - -// 32737 -[loc_32737] -width=3 -length=2 -ambient=25 -contrast=15 -hillskew=yes -op1=Exit -model=model_37440 -name=Cave Exit - -// 32738 -[loc_32738] -width=3 -length=2 -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -op1=Exit -model=model_37379 -name=Cave Exit - -// 32739 -[loc_32739] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37682,1 -model=model_37754,2 -model=model_37733,5 - -// 32740 -[loc_32740] -hillskew=yes -active=no -ambient=25 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37972,1 - -// 32741 -[loc_32741] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -retex1s=material_79 -retex1d=material_315 -model=model_37670,1 -model=model_37585,2 -model=model_37718,5 - -// 32742 -[loc_32742] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -model=model_37673,1 - -// 32743 -[loc_32743] -width=3 -length=2 -ambient=25 -contrast=20 -op1=Exit -model=model_37498 -name=Cave Exit - -// 32744 -[loc_32744] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=6663 -recolhsl2s=21534 -recolhsl2d=6794 -recolhsl3s=21539 -recolhsl3d=6924 -recol4s=9545 -recol4d=7296 -recol5s=10602 -recol5d=8353 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32745 -[loc_32745] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=6663 -recolhsl2s=21534 -recolhsl2d=6794 -recolhsl3s=21539 -recolhsl3d=6924 -recol4s=9545 -recol4d=7296 -recol5s=10602 -recol5d=8353 -model=model_37594,1 -model=model_37641,2 -model=model_37567,5 - -// 32746 -[loc_32746] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=6663 -recolhsl2s=21534 -recolhsl2d=6794 -recolhsl3s=21539 -recolhsl3d=6924 -recol4s=9545 -recol4d=7296 -recol5s=10602 -recol5d=8353 -model=model_37746,1 -model=model_37713,2 - -// 32747 -[loc_32747] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=6663 -recolhsl2s=21534 -recolhsl2d=6794 -recolhsl3s=21539 -recolhsl3d=6924 -recol4s=9545 -recol4d=7296 -recol5s=10602 -recol5d=8353 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 32748 -[loc_32748] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=21530 -recolhsl1d=6663 -recolhsl2s=21534 -recolhsl2d=6794 -recolhsl3s=21539 -recolhsl3d=6924 -recol4s=9545 -recol4d=7296 -recol5s=10602 -recol5d=8353 -model=model_37562,1 -model=model_37545,2 -model=model_37571,5 - -// 32749 -[loc_32749] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=6663 -recolhsl2s=21534 -recolhsl2d=6794 -recolhsl3s=21539 -recolhsl3d=6924 -recol4s=9545 -recol4d=7296 -recol5s=10602 -recol5d=8353 -model=model_37619,2 -model=model_37642,5 - -// 32750 -[loc_32750] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_37570,1 - -// 32751 -[loc_32751] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37570,1 - -// 32752 -[loc_32752] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_37742,1 - -// 32753 -[loc_32753] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37742,1 - -// 32754 -[loc_32754] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_37624,1 - -// 32755 -[loc_32755] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37624,1 - -// 32756 -[loc_32756] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_37605,1 - -// 32757 -[loc_32757] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37605,1 - -// 32758 -[loc_32758] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6663 -recolhsl2s=7052 -recolhsl2d=6661 -recolhsl3s=6026 -recolhsl3d=6660 -recolhsl4s=5000 -recolhsl4d=6659 -recolhsl5s=3845 -recolhsl5d=6657 -model=model_33970 - -// 32759 -[loc_32759] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6663 -recolhsl2s=7052 -recolhsl2d=6661 -recolhsl3s=6026 -recolhsl3d=6660 -recolhsl4s=5000 -recolhsl4d=6659 -recolhsl5s=3845 -recolhsl5d=6657 -model=model_33972 - -// 32760 -[loc_32760] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6663 -recolhsl2s=7052 -recolhsl2d=6661 -recolhsl3s=6026 -recolhsl3d=6660 -recolhsl4s=5000 -recolhsl4d=6659 -recolhsl5s=3845 -recolhsl5d=6657 -model=model_33971 - -// 32761 -[loc_32761] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6663 -recolhsl2s=7052 -recolhsl2d=6661 -recolhsl3s=6026 -recolhsl3d=6660 -recolhsl4s=5000 -recolhsl4d=6659 -recolhsl5s=3845 -recolhsl5d=6657 -model=model_35414 - -// 32762 -[loc_32762] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=6663 -model=model_33969 - -// 32763 -[loc_32763] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37835,1 - -// 32764 -[loc_32764] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_37835,1 - -// 32765 -[loc_32765] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37841,1 - -// 32766 -[loc_32766] -active=yes -ambient=25 -contrast=15 -hillskew=yes -model=model_36962,0 -name=Old spike - -// 32767 -[loc_32767] -active=yes -ambient=25 -contrast=15 -hillskew=yes -model=model_37079,0 -name=Old spike - -// 32768 -[loc_32768] -active=no -blockwalk=no -ambient=25 -contrast=15 -model=model_37128 - -// 32769 -[loc_32769] -active=no -blockwalk=no -ambient=25 -contrast=15 -model=model_37028,0 - -// 32770 -[loc_32770] -active=no -blockwalk=no -ambient=25 -contrast=15 -model=model_36969 - -// 32771 -[loc_32771] -active=yes -blockwalk=no -ambient=25 -contrast=15 -model=model_37116 -name=Rope - -// 32772 -[loc_32772] -active=yes -blockwalk=no -ambient=25 -contrast=15 -model=model_36974 -name=Rope - -// 32773 -[loc_32773] -active=no -sharelight=yes -ambient=25 -contrast=15 -model=model_37534,1 -model=model_37724,4 - -// 32774 -[loc_32774] -active=no -sharelight=yes -msi=msi_43 -ambient=25 -contrast=10 -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37266 - -// 32775 -[loc_32775] -active=no -sharelight=yes -hillskew=yes -msi=msi_43 -ambient=25 -contrast=10 -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37294 - -// 32776 -[loc_32776] -active=no -sharelight=yes -hillskew=yes -msi=msi_43 -ambient=25 -contrast=10 -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37334 - -// 32777 -[loc_32777] -active=no -sharelight=yes -hillskew=yes -msi=msi_43 -ambient=25 -contrast=10 -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37503 - -// 32778 -[loc_32778] -active=no -sharelight=yes -hillskew=yes -msi=msi_43 -ambient=25 -contrast=10 -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37400 - -// 32779 -[loc_32779] -active=no -sharelight=yes -hillskew=yes -msi=msi_43 -ambient=25 -contrast=10 -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37489 - -// 32780 -[loc_32780] -active=no -sharelight=yes -hillskew=yes -msi=msi_43 -ambient=25 -contrast=10 -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37510 - -// 32781 -[loc_32781] -active=no -sharelight=yes -hillskew=yes -msi=msi_43 -ambient=25 -contrast=10 -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37284 - -// 32782 -[loc_32782] -active=no -sharelight=yes -hillskew=yes -msi=msi_43 -ambient=25 -contrast=10 -forcedecor=yes -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_36989,0 - -// 32783 -[loc_32783] -active=no -sharelight=yes -hillskew=yes -msi=msi_43 -ambient=25 -contrast=10 -forcedecor=yes -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37022,0 - -// 32784 -[loc_32784] -active=no -ambient=25 -contrast=15 -hillchange=tree_skew,64 -blockrange=no -recolhsl1s=9098 -recolhsl1d=7315 -recolhsl2s=8846 -recolhsl2d=7320 -recolhsl3s=8722 -recolhsl3d=7325 -recolhsl4s=8598 -recolhsl4d=7330 -recol5s=9476 -recol5d=11592 -recolhsl6s=8478 -recolhsl6d=7340 -model=model_37368 - -// 32785 -[loc_32785] -active=no -ambient=25 -contrast=15 -hillchange=tree_skew,64 -blockrange=no -recolhsl1s=9098 -recolhsl1d=7315 -recolhsl2s=8846 -recolhsl2d=7320 -recolhsl3s=8722 -recolhsl3d=7325 -recolhsl4s=8598 -recolhsl4d=7330 -recol5s=9476 -recol5d=11592 -recolhsl6s=8478 -recolhsl6d=7340 -model=model_37418 - -// 32786 -[loc_32786] -active=no -ambient=25 -contrast=15 -hillchange=tree_skew,64 -blockrange=no -recolhsl1s=9098 -recolhsl1d=7315 -recolhsl2s=8846 -recolhsl2d=7320 -recolhsl3s=8722 -recolhsl3d=7325 -recolhsl4s=8598 -recolhsl4d=7330 -recol5s=9476 -recol5d=11592 -recolhsl6s=8478 -recolhsl6d=7340 -model=model_37315 - -// 32787 -[loc_32787] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -model=model_37321 - -// 32788 -[loc_32788] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=3 -length=2 -blockrange=no -model=model_37213 - -// 32789 -[loc_32789] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37955,1 - -// 32790 -[loc_32790] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -mirror=yes -model=model_37965,1 - -// 32791 -[loc_32791] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_37965,1 - -// 32792 -[loc_32792] -active=no -sharelight=yes -blockwalk=yes -ambient=10 -contrast=15 -model=model_37954,1 - -// 32793 -[loc_32793] -active=no -sharelight=yes -blockwalk=yes -ambient=10 -contrast=15 -mirror=yes -model=model_37954,1 - -// 32794 -[loc_32794] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_37120,8 -model=model_37027,0 - -// 32795 -[loc_32795] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -mirror=yes -forcedecor=yes -model=model_37120,8 -model=model_37027,0 - -// 32796 -[loc_32796] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_37026,0 - -// 32797 -[loc_32797] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -mirror=yes -forcedecor=yes -model=model_37122,0 - -// 32798 -[loc_32798] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_37102,0 - -// 32799 -[loc_32799] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_37082,0 - -// 32800 -[loc_32800] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37082,0 - -// 32801 -[loc_32801] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_37067,0 - -// 32802 -[loc_32802] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_37034,0 - -// 32803 -[loc_32803] -active=no -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_36984,0 - -// 32804 -[loc_32804] -active=no -hardshadow=no -unknown90=yes -ambient=40 -contrast=15 -forcedecor=yes -model=model_36984,0 - -// 32805 -[loc_32805] -active=no -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_37001,0 - -// 32806 -[loc_32806] -active=no -hardshadow=no -unknown90=yes -ambient=40 -contrast=15 -forcedecor=yes -model=model_37001,0 - -// 32807 -[loc_32807] -active=no -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_37121,0 - -// 32808 -[loc_32808] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_37086,0 - -// 32809 -[loc_32809] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_37100,0 - -// 32810 -[loc_32810] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_36971,0 - -// 32811 -[loc_32811] -active=no -hillskew=yes -hardshadow=no -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_36955,0 - -// 32812 -[loc_32812] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=15 -model=model_37957,1 -model=model_37962,2 -model=model_37950,5 - -// 32813 -[loc_32813] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=15 -model=model_37951,1 - -// 32814 -[loc_32814] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=15 -model=model_37948,1 - -// 32815 -[loc_32815] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=15 -model=model_37949,1 - -// 32816 -[loc_32816] -active=no -ambient=10 -contrast=15 -model=model_37184 - -// 32817 -[loc_32817] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=15 -model=model_37512 - -// 32818 -[loc_32818] -active=no -hillchange=skew_to_fit -model=model_34938 - -// 32819 -[loc_32819] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=15 -model=model_37211 - -// 32820 -[loc_32820] -active=no -hillskew=yes -ambient=10 -contrast=15 -model=model_37173 - -// 32821 -[loc_32821] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6670 -recolhsl3s=6026 -recolhsl3d=6666 -recolhsl4s=5000 -recolhsl4d=6662 -recolhsl5s=3845 -recolhsl5d=6659 -model=model_33970 - -// 32822 -[loc_32822] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6670 -recolhsl3s=6026 -recolhsl3d=6666 -recolhsl4s=5000 -recolhsl4d=6662 -recolhsl5s=3845 -recolhsl5d=6659 -model=model_33972 - -// 32823 -[loc_32823] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6670 -recolhsl3s=6026 -recolhsl3d=6666 -recolhsl4s=5000 -recolhsl4d=6662 -recolhsl5s=3845 -recolhsl5d=6659 -model=model_33971 - -// 32824 -[loc_32824] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6670 -recolhsl3s=6026 -recolhsl3d=6666 -recolhsl4s=5000 -recolhsl4d=6662 -recolhsl5s=3845 -recolhsl5d=6659 -model=model_35414 - -// 32825 -[loc_32825] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recol1s=6374 -recol1d=7330 -model=model_33969 - -// 32826 -[loc_32826] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6670 -recolhsl3s=6026 -recolhsl3d=6666 -recolhsl4s=5000 -recolhsl4d=6662 -recolhsl5s=3845 -recolhsl5d=6659 -model=model_37275 - -// 32827 -[loc_32827] -active=no -sharelight=yes -ambient=10 -contrast=15 -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6670 -recolhsl3s=6026 -recolhsl3d=6666 -recolhsl4s=5000 -recolhsl4d=6662 -recolhsl5s=3845 -recolhsl5d=6659 -model=model_37207 - -// 32828 -[loc_32828] -active=no -ambient=10 -contrast=15 -model=model_37263 - -// 32829 -[loc_32829] -active=no -ambient=10 -contrast=15 -model=model_37369 - -// 32830 -[loc_32830] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37385 - -// 32831 -[loc_32831] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37289 - -// 32832 -[loc_32832] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37287 - -// 32833 -[loc_32833] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37218 - -// 32834 -[loc_32834] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37450 - -// 32835 -[loc_32835] -width=2 -length=2 -op1=Walk-down -ambient=25 -contrast=15 -model=model_37323 -name=Stairs - -// 32836 -[loc_32836] -width=2 -length=2 -op1=Walk-up -ambient=15 -contrast=15 -recol1s=14662 -recol1d=11558 -recol2s=22059 -recol2d=9478 -recolhsl3s=6457 -recolhsl3d=7464 -model=model_37175 -name=Stairs - -// 32837 -[loc_32837] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37989,Q - -// 32838 -[loc_32838] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37989,Q - -// 32839 -[loc_32839] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_38001,Q - -// 32840 -[loc_32840] -hillskew=yes -forcedecor=yes -ambient=10 -unknown90=yes -recolhsl1s=10638 -recolhsl1d=7572 -recol2s=4225 -recol2d=9477 -recolhsl3s=10394 -recolhsl3d=7462 -recol4s=7396 -recol4d=14727 -recolhsl5s=10514 -recolhsl5d=7457 -model=model_6610,0 - -// 32841 -[loc_32841] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recolhsl1s=10638 -recolhsl1d=7572 -recol2s=4225 -recol2d=9477 -recolhsl3s=10394 -recolhsl3d=7462 -recol4s=7396 -recol4d=14727 -recolhsl5s=10514 -recolhsl5d=7457 -model=model_6611,0 - -// 32842 -[loc_32842] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21547 -recolhsl1d=6459 -recolhsl2s=21543 -recolhsl2d=6450 -recolhsl3s=21539 -recolhsl3d=6444 -recol4s=7431 -recol4d=11558 -recol5s=6374 -recol5d=10501 -model=model_37594,1 -model=model_37641,2 -model=model_37567,5 - -// 32843 -[loc_32843] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=6432 -recol2s=9480 -recol2d=11558 -recolhsl3s=39 -recolhsl3d=6444 -recolhsl4s=43 -recolhsl4d=6450 -recolhsl5s=47 -recolhsl5d=6459 -recol6s=14699 -recol6d=10501 -model=model_11795 - -// 32844 -[loc_32844] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=6432 -recol2s=9480 -recol2d=11558 -recolhsl3s=39 -recolhsl3d=6444 -recolhsl4s=43 -recolhsl4d=6450 -recolhsl5s=47 -recolhsl5d=6459 -recol6s=14699 -recol6d=10501 -model=model_11797 - -// 32845 -[loc_32845] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=10501 -recolhsl2s=35 -recolhsl2d=6432 -recol3s=10537 -recol3d=11558 -recolhsl4s=43 -recolhsl4d=6444 -recolhsl5s=47 -recolhsl5d=6450 -recolhsl6s=51 -recolhsl6d=6459 -model=model_11796 - -// 32846 -[loc_32846] -active=no -sharelight=yes -ambient=25 -contrast=15 -length=5 -recolhsl1s=21547 -recolhsl1d=6459 -recolhsl2s=21543 -recolhsl2d=6450 -recolhsl3s=21539 -recolhsl3d=6444 -recol4s=7431 -recol4d=11558 -recol5s=6374 -recol5d=10501 -model=model_37558 - -// 32847 -[loc_32847] -active=no -sharelight=yes -ambient=25 -contrast=15 -width=2 -length=5 -recolhsl1s=21547 -recolhsl1d=6459 -recolhsl2s=21543 -recolhsl2d=6450 -recolhsl3s=21539 -recolhsl3d=6444 -recol4s=7431 -recol4d=11558 -recol5s=6374 -recol5d=10501 -model=model_37719 - -// 32848 -[loc_32848] -active=no -sharelight=yes -ambient=25 -contrast=15 -length=5 -mirror=yes -recolhsl1s=21547 -recolhsl1d=6459 -recolhsl2s=21543 -recolhsl2d=6450 -recolhsl3s=21539 -recolhsl3d=6444 -recol4s=7431 -recol4d=11558 -recol5s=6374 -recol5d=10501 -model=model_37558 - -// 32849 -[loc_32849] -active=no -sharelight=yes -ambient=25 -contrast=15 -width=2 -length=5 -mirror=yes -recolhsl1s=21547 -recolhsl1d=6459 -recolhsl2s=21543 -recolhsl2d=6450 -recolhsl3s=21539 -recolhsl3d=6444 -recol4s=7431 -recol4d=11558 -recol5s=6374 -recol5d=10501 -model=model_37739 - -// 32850 -[loc_32850] -active=no -sharelight=yes -ambient=25 -contrast=15 -offsety=240 -recol1s=7296 -recol1d=10501 -recolhsl2s=7052 -recolhsl2d=5398 -recolhsl3s=6026 -recolhsl3d=4368 -recolhsl4s=5000 -recolhsl4d=4362 -recolhsl5s=3845 -recolhsl5d=3333 -model=model_33970 - -// 32851 -[loc_32851] -active=no -sharelight=yes -ambient=25 -contrast=15 -offsety=240 -recol1s=7296 -recol1d=10501 -recolhsl2s=7052 -recolhsl2d=5398 -recolhsl3s=6026 -recolhsl3d=4368 -recolhsl4s=5000 -recolhsl4d=4362 -recolhsl5s=3845 -recolhsl5d=3333 -model=model_33972 - -// 32852 -[loc_32852] -active=no -sharelight=yes -ambient=25 -contrast=15 -offsety=240 -recol1s=7296 -recol1d=10501 -recolhsl2s=7052 -recolhsl2d=5398 -recolhsl3s=6026 -recolhsl3d=4368 -recolhsl4s=5000 -recolhsl4d=4362 -recolhsl5s=3845 -recolhsl5d=3333 -model=model_33971 - -// 32853 -[loc_32853] -active=no -sharelight=yes -ambient=25 -contrast=15 -offsety=240 -recol1s=7296 -recol1d=10501 -recolhsl2s=7052 -recolhsl2d=5398 -recolhsl3s=6026 -recolhsl3d=4368 -recolhsl4s=5000 -recolhsl4d=4362 -recolhsl5s=3845 -recolhsl5d=3333 -model=model_35414 - -// 32854 -[loc_32854] -active=no -sharelight=yes -ambient=25 -contrast=15 -offsety=240 -recol1s=6374 -recol1d=10501 -model=model_33969 - -// 32855 -[loc_32855] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -offsety=240 -recol1s=7296 -recol1d=10501 -recolhsl2s=7052 -recolhsl2d=5398 -recolhsl3s=6026 -recolhsl3d=4368 -recolhsl4s=5000 -recolhsl4d=4362 -recolhsl5s=3845 -recolhsl5d=3333 -model=model_35410 - -// 32856 -[loc_32856] -active=no -hillskew=yes -ambient=25 -contrast=15 -offsety=240 -recol1s=6374 -recol1d=0 -model=model_33973 - -// 32857 -[loc_32857] -active=no -hillskew=yes -model=model_35405 - -// 32858 -[loc_32858] -active=no -ambient=25 -contrast=15 -model=model_37325 - -// 32859 -[loc_32859] -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_37325 - -// 32860 -[loc_32860] -active=no -ambient=25 -contrast=15 -model=model_37389 - -// 32861 -[loc_32861] -active=no -hillchange=tree_skew,20 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=6432 -recol2s=9480 -recol2d=11558 -recolhsl3s=39 -recolhsl3d=6444 -recolhsl4s=43 -recolhsl4d=6450 -recolhsl5s=47 -recolhsl5d=6459 -recol6s=14699 -recol6d=10501 -model=model_37199 - -// 32862 -[loc_32862] -active=no -hillskew=yes -ambient=25 -contrast=15 -forcedecor=yes -recol1s=7398 -recol1d=10501 -recolhsl2s=10270 -recolhsl2d=6440 -recol3s=9512 -recol3d=11558 -model=model_37206,0 - -// 32863 -[loc_32863] -active=no -width=2 -length=2 -ambient=25 -contrast=15 -model=model_37501 - -// 32864 -[loc_32864] -active=no -hillskew=yes -recol1s=7398 -recol1d=10501 -recolhsl2s=10270 -recolhsl2d=6440 -recol3s=9512 -recol3d=11558 -model=model_36978,0 - -// 32865 -[loc_32865] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37553,1 -model=model_37596,2 -model=model_37737,5 - -// 32866 -[loc_32866] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37553,8 -model=model_37123,0 - -// 32867 -[loc_32867] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37596,8 -model=model_37135,0 - -// 32868 -[loc_32868] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=10602 -recol1d=11592 -recolhsl2s=21543 -recolhsl2d=7330 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21534 -recolhsl4d=7320 -recolhsl5s=21530 -recolhsl5d=7315 -model=model_37737,8 -model=model_37096,0 - -// 32869 -[loc_32869] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recol1s=13675 -recol1d=6309 -recol2s=15789 -recol2d=5252 -model=model_12912,0 - -// 32870 -[loc_32870] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recol1s=13675 -recol1d=6309 -recol2s=15789 -recol2d=5252 -model=model_12914,0 - -// 32871 -[loc_32871] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recol1s=13675 -recol1d=6309 -recol2s=15789 -recol2d=5252 -model=model_12913,0 - -// 32872 -[loc_32872] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recolhsl1s=49 -recolhsl1d=921 -recol2s=15789 -recol2d=10240 -model=model_12912,0 - -// 32873 -[loc_32873] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recolhsl1s=49 -recolhsl1d=921 -recol2s=15789 -recol2d=10240 -model=model_12914,0 - -// 32874 -[loc_32874] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recolhsl1s=49 -recolhsl1d=921 -recol2s=15789 -recol2d=10240 -model=model_12913,0 - -// 32875 -[loc_32875] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recol1s=13675 -recol1d=15789 -recol2s=15789 -recol2d=13675 -model=model_12913,0 - -// 32876 -[loc_32876] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recol1s=13675 -recol1d=15789 -recol2s=15789 -recol2d=13675 -model=model_12912,0 - -// 32877 -[loc_32877] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recolhsl1s=49 -recolhsl1d=43956 -recol2s=15789 -recol2d=1107 -model=model_12912,0 - -// 32878 -[loc_32878] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recol1s=13675 -recol1d=13705 -recol2s=15789 -recol2d=10535 -model=model_12913,0 - -// 32879 -[loc_32879] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recolhsl1s=49 -recolhsl1d=5288 -recolhsl2s=57 -recolhsl2d=5278 -model=model_12913,0 - -// 32880 -[loc_32880] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -model=model_37077,0 - -// 32881 -[loc_32881] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -recolhsl1s=22 -recolhsl1d=921 -recol2s=5252 -recol2d=10240 -model=model_37077,0 - -// 32882 -[loc_32882] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockwalk=no -unknown90=yes -forcedecor=yes -model=model_37076,0 - -// 32883 -[loc_32883] -active=no -ambient=25 -contrast=15 -hillskew=yes -recol1s=10533 -recol1d=11592 -recolhsl2s=8602 -recolhsl2d=7330 -recolhsl3s=8598 -recolhsl3d=7325 -recolhsl4s=8722 -recolhsl4d=7320 -recolhsl5s=8846 -recolhsl5d=7314 -recolhsl6s=9098 -recolhsl6d=7308 -model=model_12042,0 - -// 32884 -[loc_32884] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -recolhsl1s=6674 -recolhsl1d=6663 -recolhsl2s=6550 -recolhsl2d=6794 -recolhsl3s=6554 -recolhsl3d=6924 -recol4s=10501 -recol4d=7296 -recol5s=9479 -recol5d=8353 -model=model_37957,1 -model=model_37962,2 -model=model_37950,5 - -// 32885 -[loc_32885] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=6663 -recolhsl2s=21534 -recolhsl2d=6794 -recolhsl3s=21539 -recolhsl3d=6924 -recol4s=9545 -recol4d=7296 -recol5s=10602 -recol5d=8353 -model=model_37963,1 - -// 32886 -[loc_32886] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=21530 -recolhsl1d=6663 -recolhsl2s=21534 -recolhsl2d=6794 -recolhsl3s=21539 -recolhsl3d=6924 -recol4s=9545 -recol4d=7296 -recol5s=10602 -recol5d=8353 -model=model_37963,1 - -// 32887 -[loc_32887] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -model=model_37590,1 - -// 32888 -[loc_32888] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -model=model_37653,1 - -// 32889 -[loc_32889] -width=3 -length=3 -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -model=model_37352 - -// 32890 -[loc_32890] -width=3 -length=3 -active=no -hillchange=skew_to_fit -model=model_35165 - -// 32891 -[loc_32891] -msi=msi_6 -ambient=20 -contrast=10 -blockrange=no -recolhsl1s=5528 -recolhsl1d=14616 -recolhsl2s=6555 -recolhsl2d=12571 -recol3s=11524 -recol3d=10565 -recol4s=12579 -recol4d=11588 -recolhsl5s=7589 -recolhsl5d=8613 -recolhsl6s=7718 -recolhsl6d=7590 -model=model_37425 -name=Roots - -// 32892 -[loc_32892] -active=no -hillchange=skew_to_fit -recolhsl1s=5528 -recolhsl1d=14616 -recolhsl2s=6555 -recolhsl2d=12571 -recol3s=11524 -recol3d=10565 -recol4s=12579 -recol4d=11588 -recolhsl5s=7589 -recolhsl5d=8613 -recolhsl6s=7718 -recolhsl6d=7590 -model=model_35213 - -// 32893 -[loc_32893] -msi=msi_6 -ambient=20 -contrast=10 -blockrange=no -recolhsl1s=5528 -recolhsl1d=14616 -recolhsl2s=6555 -recolhsl2d=12571 -recol3s=11524 -recol3d=10565 -recol4s=12579 -recol4d=11588 -recolhsl5s=7589 -recolhsl5d=8613 -recolhsl6s=7718 -recolhsl6d=7590 -model=model_37341 -name=Roots - -// 32894 -[loc_32894] -active=no -hillchange=skew_to_fit -recolhsl1s=5528 -recolhsl1d=14616 -recolhsl2s=6555 -recolhsl2d=12571 -recol3s=11524 -recol3d=10565 -recol4s=12579 -recol4d=11588 -recolhsl5s=7589 -recolhsl5d=8613 -recolhsl6s=7718 -recolhsl6d=7590 -model=model_35184 - -// 32895 -[loc_32895] -msi=msi_6 -ambient=20 -contrast=10 -blockrange=no -recolhsl1s=5528 -recolhsl1d=14616 -recolhsl2s=6555 -recolhsl2d=12571 -recol3s=11524 -recol3d=10565 -recol4s=12579 -recol4d=11588 -recolhsl5s=7589 -recolhsl5d=8613 -recolhsl6s=7718 -recolhsl6d=7590 -model=model_37281 -name=Roots - -// 32896 -[loc_32896] -active=no -hillchange=skew_to_fit -recolhsl1s=5528 -recolhsl1d=14616 -recolhsl2s=6555 -recolhsl2d=12571 -recol3s=11524 -recol3d=10565 -recol4s=12579 -recol4d=11588 -recolhsl5s=7589 -recolhsl5d=8613 -recolhsl6s=7718 -recolhsl6d=7590 -model=model_35168 - -// 32897 -[loc_32897] -anim=seq_1212 -active=yes -ambient=25 -contrast=15 -model=model_35685 -name=Elven lamp - -// 32898 -[loc_32898] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37430 - -// 32899 -[loc_32899] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37430 - -// 32900 -[loc_32900] -length=2 -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -model=model_37322 - -// 32901 -[loc_32901] -active=no -ambient=25 -contrast=15 -model=model_37247 - -// 32902 -[loc_32902] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=10 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -recolhsl6s=0 -recolhsl6d=10250 -model=model_34001,1 -model=model_33999,2 -model=model_34000,5 - -// 32903 -[loc_32903] -hillskew=yes -sharelight=yes -active=no -ambient=10 -contrast=10 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -recolhsl6s=0 -recolhsl6d=10250 -model=model_37924 - -// 32904 -[loc_32904] -active=no -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=7054 -recolhsl1d=10250 -recolhsl2s=7052 -recolhsl2d=10248 -recolhsl3s=6026 -recolhsl3d=10246 -recolhsl4s=5000 -recolhsl4d=10244 -recolhsl5s=3845 -recolhsl5d=10242 -model=model_33970 - -// 32905 -[loc_32905] -active=no -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=7054 -recolhsl1d=10250 -recolhsl2s=7052 -recolhsl2d=10248 -recolhsl3s=6026 -recolhsl3d=10246 -recolhsl4s=5000 -recolhsl4d=10244 -recolhsl5s=3845 -recolhsl5d=10242 -model=model_33972 - -// 32906 -[loc_32906] -active=no -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=7054 -recolhsl1d=10250 -recolhsl2s=7052 -recolhsl2d=10248 -recolhsl3s=6026 -recolhsl3d=10246 -recolhsl4s=5000 -recolhsl4d=10244 -recolhsl5s=3845 -recolhsl5d=10242 -model=model_33971 - -// 32907 -[loc_32907] -active=no -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=21530 -recolhsl1d=10250 -model=model_33969 - -// 32908 -[loc_32908] -active=no -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=7054 -recolhsl1d=10250 -recolhsl2s=7052 -recolhsl2d=10248 -recolhsl3s=6026 -recolhsl3d=10246 -recolhsl4s=5000 -recolhsl4d=10244 -recolhsl5s=3845 -recolhsl5d=10242 -model=model_35414 - -// 32909 -[loc_32909] -active=no -hillskew=yes -blockwalk=yes -ambient=10 -contrast=10 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=10250 -recolhsl2s=35 -recolhsl2d=10253 -recolhsl3s=39 -recolhsl3d=10256 -recolhsl4s=43 -recolhsl4d=10259 -recol5s=12651 -recol5d=6341 -recolhsl6s=51 -recolhsl6d=10265 -retex1s=material_376 -retex1d=material_427 -model=model_11795 - -// 32910 -[loc_32910] -active=no -hillskew=yes -blockwalk=yes -ambient=10 -contrast=10 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=10250 -recolhsl2s=35 -recolhsl2d=10253 -recolhsl3s=39 -recolhsl3d=10256 -recolhsl4s=43 -recolhsl4d=10259 -recol5s=12651 -recol5d=6341 -recolhsl6s=51 -recolhsl6d=10265 -retex1s=material_376 -retex1d=material_427 -model=model_11797 - -// 32911 -[loc_32911] -active=no -hillskew=yes -blockwalk=yes -ambient=10 -contrast=10 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=10250 -recolhsl2s=35 -recolhsl2d=10253 -recolhsl3s=39 -recolhsl3d=10256 -recolhsl4s=43 -recolhsl4d=10259 -recol5s=12651 -recol5d=6341 -recolhsl6s=51 -recolhsl6d=10265 -retex1s=material_376 -retex1d=material_427 -model=model_11796 - -// 32912 -[loc_32912] -active=no -hillskew=yes -blockwalk=yes -ambient=10 -contrast=10 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=10250 -recolhsl2s=35 -recolhsl2d=10253 -recolhsl3s=39 -recolhsl3d=10256 -recolhsl4s=43 -recolhsl4d=10259 -recol5s=12651 -recol5d=6341 -recolhsl6s=51 -recolhsl6d=10265 -retex1s=material_376 -retex1d=material_427 -model=model_37188 - -// 32913 -[loc_32913] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37870 - -// 32914 -[loc_32914] -active=no -hillskew=yes -ambient=10 -contrast=10 -mirror=yes -model=model_37870 - -// 32915 -[loc_32915] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37857 - -// 32916 -[loc_32916] -active=no -hillskew=yes -ambient=10 -contrast=10 -mirror=yes -model=model_37857 - -// 32917 -[loc_32917] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37853 - -// 32918 -[loc_32918] -active=no -hillskew=yes -ambient=10 -contrast=10 -mirror=yes -model=model_37853 - -// 32919 -[loc_32919] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37885 - -// 32920 -[loc_32920] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37866 - -// 32921 -[loc_32921] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37872 - -// 32922 -[loc_32922] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37849 - -// 32923 -[loc_32923] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37850 - -// 32924 -[loc_32924] -active=no -hillskew=yes -ambient=10 -contrast=10 -mirror=yes -model=model_37850 - -// 32925 -[loc_32925] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37880 - -// 32926 -[loc_32926] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37847 - -// 32927 -[loc_32927] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37863 - -// 32928 -[loc_32928] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37880 -model2=model_37209 - -// 32929 -[loc_32929] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37880 -model2=model_6885 - -// 32930 -[loc_32930] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37861 - -// 32931 -[loc_32931] -active=no -hillskew=yes -ambient=10 -contrast=10 -mirror=yes -model=model_37861 - -// 32932 -[loc_32932] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37858 - -// 32933 -[loc_32933] -active=no -hillskew=yes -ambient=10 -contrast=10 -mirror=yes -model=model_37858 - -// 32934 -[loc_32934] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37876 - -// 32935 -[loc_32935] -active=no -hillskew=yes -ambient=10 -contrast=10 -mirror=yes -model=model_37876 - -// 32936 -[loc_32936] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37856 - -// 32937 -[loc_32937] -active=no -hillskew=yes -ambient=10 -contrast=10 -mirror=yes -model=model_37856 - -// 32938 -[loc_32938] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37871 - -// 32939 -[loc_32939] -active=no -hillskew=yes -ambient=10 -contrast=10 -mirror=yes -model=model_37871 - -// 32940 -[loc_32940] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_37878 - -// 32941 -[loc_32941] -active=no -hillskew=yes -ambient=10 -contrast=10 -mirror=yes -model=model_37878 - -// 32942 -[loc_32942] -active=no -hillskew=yes -ambient=10 -contrast=10 -width=2 -model=model_37852 - -// 32943 -[loc_32943] -active=no -hillskew=yes -ambient=10 -contrast=10 -width=2 -mirror=yes -model=model_37852 - -// 32944 -[loc_32944] -active=yes -length=2 -width=3 -hillskew=yes -op1=Enter -ambient=10 -contrast=10 -model=model_37868 -name=Tunnel - -// 32945 -[loc_32945] -active=no -hillskew=yes -ambient=10 -contrast=10 -unknown90=yes -recolhsl1s=10266 -recolhsl1d=10253 -recolhsl2s=10270 -recolhsl2d=10256 -recolhsl3s=10275 -recolhsl3d=10259 -model=model_18241,0 - -// 32946 -[loc_32946] -active=no -hillskew=yes -ambient=10 -contrast=10 -unknown90=yes -recolhsl1s=10266 -recolhsl1d=10253 -recolhsl2s=10270 -recolhsl2d=10256 -recolhsl3s=10275 -recolhsl3d=10259 -model=model_17368,0 - -// 32947 -[loc_32947] -active=no -hillskew=yes -ambient=10 -contrast=10 -unknown90=yes -recolhsl1s=10266 -recolhsl1d=10253 -recolhsl2s=10270 -recolhsl2d=10256 -recolhsl3s=10275 -recolhsl3d=10259 -model=model_18242,0 - -// 32948 -[loc_32948] -active=no -hillskew=yes -ambient=10 -contrast=10 -unknown90=yes -recolhsl1s=10266 -recolhsl1d=10253 -recolhsl2s=10270 -recolhsl2d=10256 -recolhsl3s=10275 -recolhsl3d=10259 -model=model_18243,0 - -// 32949 -[loc_32949] -active=no -hillskew=yes -ambient=10 -contrast=10 -unknown90=yes -recolhsl1s=10266 -recolhsl1d=10253 -recolhsl2s=10270 -recolhsl2d=10256 -recolhsl3s=10275 -recolhsl3d=10259 -model=model_18244,0 - -// 32950 -[loc_32950] -active=no -hillskew=yes -ambient=10 -contrast=10 -hardshadow=no -model=model_37445 - -// 32951 -[loc_32951] -active=no -hillskew=yes -ambient=10 -contrast=10 -hardshadow=no -unknown90=yes -model=model_37041,0 - -// 32952 -[loc_32952] -hillskew=yes -ambient=10 -contrast=10 -width=2 -active=yes -op1=Open -model=model_37875 -name=Door - -// 32953 -[loc_32953] -active=no -hillskew=yes -ambient=10 -contrast=10 -width=2 -active=yes -op1=Open -mirror=yes -model=model_37875 -name=Door - -// 32954 -[loc_32954] -active=no -active=yes -op1=Open -model=model_37882,Q -name=Door - -// 32955 -[loc_32955] -active=no -active=yes -op1=Open -mirror=yes -model=model_37882,Q -name=Door - -// 32956 -[loc_32956] -active=no -ambient=10 -contrast=10 -model=model_37860 - -// 32957 -[loc_32957] -active=no -length=2 -ambient=10 -contrast=10 -model=model_37879 - -// 32958 -[loc_32958] -active=no -length=2 -ambient=10 -contrast=10 -mirror=yes -model=model_37879 - -// 32959 -[loc_32959] -active=no -sharelight=yes -ambient=10 -contrast=10 -offsety=240 -recol1s=7296 -recol1d=5284 -recolhsl2s=7052 -recolhsl2d=10256 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10250 -recolhsl5s=3845 -recolhsl5d=10246 -model=model_33970 - -// 32960 -[loc_32960] -active=no -sharelight=yes -ambient=10 -contrast=10 -offsety=240 -recol1s=7296 -recol1d=5284 -recolhsl2s=7052 -recolhsl2d=10256 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10250 -recolhsl5s=3845 -recolhsl5d=10246 -model=model_33972 - -// 32961 -[loc_32961] -active=no -sharelight=yes -ambient=10 -contrast=10 -offsety=240 -recol1s=7296 -recol1d=5284 -recolhsl2s=7052 -recolhsl2d=10256 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10250 -recolhsl5s=3845 -recolhsl5d=10246 -model=model_33971 - -// 32962 -[loc_32962] -active=no -sharelight=yes -ambient=10 -contrast=10 -offsety=240 -recol1s=7296 -recol1d=5284 -recolhsl2s=7052 -recolhsl2d=10256 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10250 -recolhsl5s=3845 -recolhsl5d=10246 -model=model_35414 - -// 32963 -[loc_32963] -active=no -sharelight=yes -ambient=10 -contrast=10 -offsety=240 -recol1s=6374 -recol1d=5284 -model=model_33969 - -// 32964 -[loc_32964] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=10 -offsety=240 -recol1s=7296 -recol1d=5284 -recolhsl2s=7052 -recolhsl2d=10256 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10250 -recolhsl5s=3845 -recolhsl5d=10246 -model=model_35410 - -// 32965 -[loc_32965] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37217 - -// 32966 -[loc_32966] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37921,1 - -// 32967 -[loc_32967] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37303 - -// 32968 -[loc_32968] -ambient=25 -contrast=15 -active=yes -op1=Open -model=model_37555,1 -name=Exit door - -// 32969 -[loc_32969] -ambient=25 -contrast=15 -active=no -model=model_37555,1 - -// 32970 -[loc_32970] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21547 -recolhsl1d=50 -recolhsl2s=21543 -recolhsl2d=44 -recolhsl3s=21539 -recolhsl3d=38 -recolhsl4s=21534 -recolhsl4d=32 -recolhsl5s=21530 -recolhsl5d=25 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 32971 -[loc_32971] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21547 -recolhsl1d=50 -recolhsl2s=21543 -recolhsl2d=44 -recolhsl3s=21539 -recolhsl3d=38 -recolhsl4s=21534 -recolhsl4d=32 -recolhsl5s=21530 -recolhsl5d=25 -model=model_37658,1 - -// 32972 -[loc_32972] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37696,1 -model=model_37659,2 -model=model_37687,5 - -// 32973 -[loc_32973] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37716,1 - -// 32974 -[loc_32974] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37604,5 - -// 32975 -[loc_32975] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37683,5 - -// 32976 -[loc_32976] -hillskew=yes -active=no -ambient=25 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -recolhsl1s=21547 -recolhsl1d=50 -recolhsl2s=21543 -recolhsl2d=44 -recolhsl3s=21539 -recolhsl3d=38 -recolhsl4s=21534 -recolhsl4d=32 -recolhsl5s=21530 -recolhsl5d=25 -model=model_37973,1 - -// 32977 -[loc_32977] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=25 -recolhsl2s=7052 -recolhsl2d=20 -recolhsl3s=6026 -recolhsl3d=15 -recolhsl4s=5000 -recolhsl4d=10 -recolhsl5s=3845 -recolhsl5d=5 -model=model_33970 - -// 32978 -[loc_32978] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=25 -recolhsl2s=7052 -recolhsl2d=20 -recolhsl3s=6026 -recolhsl3d=15 -recolhsl4s=5000 -recolhsl4d=10 -recolhsl5s=3845 -recolhsl5d=5 -model=model_33972 - -// 32979 -[loc_32979] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=25 -recolhsl2s=7052 -recolhsl2d=20 -recolhsl3s=6026 -recolhsl3d=15 -recolhsl4s=5000 -recolhsl4d=10 -recolhsl5s=3845 -recolhsl5d=5 -model=model_33971 - -// 32980 -[loc_32980] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=25 -model=model_33969 - -// 32981 -[loc_32981] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=25 -recolhsl2s=7052 -recolhsl2d=20 -recolhsl3s=6026 -recolhsl3d=15 -recolhsl4s=5000 -recolhsl4d=10 -recolhsl5s=3845 -recolhsl5d=5 -model=model_35414 - -// 32982 -[loc_32982] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_36991,0 - -// 32983 -[loc_32983] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_36991,0 - -// 32984 -[loc_32984] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37127,0 - -// 32985 -[loc_32985] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_36972,0 - -// 32986 -[loc_32986] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37055,0 - -// 32987 -[loc_32987] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_37055,0 - -// 32988 -[loc_32988] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37078,0 - -// 32989 -[loc_32989] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_37078,0 - -// 32990 -[loc_32990] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37007,0 - -// 32991 -[loc_32991] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_37007,0 - -// 32992 -[loc_32992] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_36981,0 - -// 32993 -[loc_32993] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_36981,0 - -// 32994 -[loc_32994] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_36990,0 - -// 32995 -[loc_32995] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_36956,0 - -// 32996 -[loc_32996] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37060,0 - -// 32997 -[loc_32997] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37070,0 - -// 32998 -[loc_32998] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37837,1 -model=model_37838,2 -model=model_37845,5 - -// 32999 -[loc_32999] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37843,1 - -// 33000 -[loc_33000] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37840,1 - -// 33001 -[loc_33001] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_37840,1 - -// 33002 -[loc_33002] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=32 -recolhsl2s=10270 -recolhsl2d=38 -recolhsl3s=10275 -recolhsl3d=44 -model=model_18241,0 - -// 33003 -[loc_33003] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=32 -recolhsl2s=10270 -recolhsl2d=38 -recolhsl3s=10275 -recolhsl3d=44 -model=model_17368,0 - -// 33004 -[loc_33004] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=32 -recolhsl2s=10270 -recolhsl2d=38 -recolhsl3s=10275 -recolhsl3d=44 -model=model_18242,0 - -// 33005 -[loc_33005] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=32 -recolhsl2s=10270 -recolhsl2d=38 -recolhsl3s=10275 -recolhsl3d=44 -model=model_18243,0 - -// 33006 -[loc_33006] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=10266 -recolhsl1d=32 -recolhsl2s=10270 -recolhsl2d=38 -recolhsl3s=10275 -recolhsl3d=44 -model=model_18244,0 - -// 33007 -[loc_33007] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=5148 -recolhsl2s=7052 -recolhsl2d=5143 -recolhsl3s=6026 -recolhsl3d=5137 -recolhsl4s=5000 -recolhsl4d=5131 -recolhsl5s=3845 -recolhsl5d=5125 -model=model_33970 - -// 33008 -[loc_33008] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=5148 -recolhsl2s=7052 -recolhsl2d=5143 -recolhsl3s=6026 -recolhsl3d=5137 -recolhsl4s=5000 -recolhsl4d=5131 -recolhsl5s=3845 -recolhsl5d=5125 -model=model_33972 - -// 33009 -[loc_33009] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=5148 -recolhsl2s=7052 -recolhsl2d=5143 -recolhsl3s=6026 -recolhsl3d=5137 -recolhsl4s=5000 -recolhsl4d=5131 -recolhsl5s=3845 -recolhsl5d=5125 -model=model_33971 - -// 33010 -[loc_33010] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=5148 -model=model_33969 - -// 33011 -[loc_33011] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=5148 -recolhsl2s=7052 -recolhsl2d=5143 -recolhsl3s=6026 -recolhsl3d=5137 -recolhsl4s=5000 -recolhsl4d=5131 -recolhsl5s=3845 -recolhsl5d=5125 -model=model_35414 - -// 33012 -[loc_33012] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37784,1 -model=model_37768,2 -model=model_37780,5 - -// 33013 -[loc_33013] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37773,1 - -// 33014 -[loc_33014] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37801,1 - -// 33015 -[loc_33015] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37791,1 - -// 33016 -[loc_33016] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37799,1 - -// 33017 -[loc_33017] -active=no -hillskew=yes -ambient=25 -contrast=15 -width=4 -length=6 -model=model_37706 - -// 33018 -[loc_33018] -hillskew=yes -ambient=25 -contrast=15 -width=3 -length=2 -op1=Enter -model=model_37792 -name=Entrance - -// 33019 -[loc_33019] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37777,1 -model=model_37804,2 -model=model_37779,5 - -// 33020 -[loc_33020] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37776,1 -model=model_37781,2 -model=model_37774,5 - -// 33021 -[loc_33021] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37764,1 -model=model_37795,2 -model=model_37796,5 - -// 33022 -[loc_33022] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37803,1 -model=model_37782,2 -model=model_37797,5 - -// 33023 -[loc_33023] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37787,1 -model=model_37772,2 -model=model_37802,5 - -// 33024 -[loc_33024] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37786,1 -model=model_37775,2 -model=model_37783,5 - -// 33025 -[loc_33025] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37793,1 -model=model_37766,2 -model=model_37770,5 - -// 33026 -[loc_33026] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37767,1 -model=model_37785,2 -model=model_37794,5 - -// 33027 -[loc_33027] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37771,1 -model=model_37778,5 - -// 33028 -[loc_33028] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37788,1 -model=model_37789,5 - -// 33029 -[loc_33029] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37137,0 - -// 33030 -[loc_33030] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37062,0 - -// 33031 -[loc_33031] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37107,0 - -// 33032 -[loc_33032] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37124,0 - -// 33033 -[loc_33033] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37088,0 - -// 33034 -[loc_33034] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37012,0 - -// 33035 -[loc_33035] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37132,0 - -// 33036 -[loc_33036] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37072,0 - -// 33037 -[loc_33037] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37035,0 - -// 33038 -[loc_33038] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37064,0 - -// 33039 -[loc_33039] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5148 -recolhsl2s=35 -recolhsl2d=5153 -recol3s=10537 -recol3d=10536 -recol4s=11594 -recol4d=11593 -retex1s=material_376 -retex1d=material_396 -retex2s=material_429 -retex2d=material_76 -model=model_11799 - -// 33040 -[loc_33040] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5148 -recolhsl2s=35 -recolhsl2d=5153 -recol3s=10537 -recol3d=10536 -recol4s=11594 -recol4d=11593 -retex1s=material_376 -retex1d=material_396 -retex2s=material_429 -retex2d=material_76 -model=model_11800 - -// 33041 -[loc_33041] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5148 -recolhsl2s=35 -recolhsl2d=5153 -recol3s=10537 -recol3d=10536 -recol4s=11594 -recol4d=11593 -retex1s=material_376 -retex1d=material_396 -retex2s=material_429 -retex2d=material_76 -model=model_11798 - -// 33042 -[loc_33042] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=5148 -recolhsl2s=35 -recolhsl2d=5153 -recol3s=10537 -recol3d=10536 -recol4s=11594 -recol4d=11593 -retex1s=material_376 -retex1d=material_396 -retex2s=material_429 -retex2d=material_76 -model=model_11795 - -// 33043 -[loc_33043] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=5148 -recolhsl2s=35 -recolhsl2d=5153 -recol3s=10537 -recol3d=10536 -recol4s=11594 -recol4d=11593 -retex1s=material_376 -retex1d=material_396 -retex2s=material_429 -retex2d=material_76 -model=model_11797 - -// 33044 -[loc_33044] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=5148 -recolhsl2s=35 -recolhsl2d=5153 -recol3s=10537 -recol3d=10536 -recol4s=11594 -recol4d=11593 -retex1s=material_376 -retex1d=material_396 -retex2s=material_429 -retex2d=material_76 -model=model_11796 - -// 33045 -[loc_33045] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=5148 -recolhsl2s=35 -recolhsl2d=5153 -recol3s=10537 -recol3d=10536 -recol4s=11594 -recol4d=11593 -retex1s=material_376 -retex1d=material_396 -retex2s=material_429 -retex2d=material_76 -model=model_37188 - -// 33046 -[loc_33046] -op1=Open -forceapproach=north -ambient=25 -contrast=15 -model=model_32110 -name=Closed chest - -// 33047 -[loc_33047] -op1=Search -op2=Close -forceapproach=north -ambient=25 -contrast=15 -model=model_32139 -name=Open chest - -// 33048 -[loc_33048] -active=no -blockwalk=yes -length=2 -breakroutefinding=yes -blockrange=no -model=model_6318 - -// 33049 -[loc_33049] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -op1=Search -recolhsl1s=39 -recolhsl1d=7197 -recolhsl2s=41 -recolhsl2d=7201 -model=model_40974 -name=Rubble - -// 33050 -[loc_33050] -anim=seq_475 -hardshadow=no -recol1s=11593 -recol1d=8353 -recol2s=15821 -recol2d=9410 -recol3s=12618 -recol3d=8423 -recolhsl4s=41 -recolhsl4d=25 -recolhsl5s=24 -recolhsl5d=14 -model=model_2262 -name=Fire remains - -// 33051 -[loc_33051] -blockrange=no -recol1s=7297 -recol1d=6272 -model=model_1258 -name=Stool - -// 33052 -[loc_33052] -width=2 -recol1s=12581 -recol1d=6272 -recol2s=14695 -recol2d=7329 -recol3s=13638 -recol3d=9444 -recolhsl4s=6451 -recolhsl4d=6433 -model=model_18501 -name=Table - -// 33053 -[loc_33053] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -recol6s=0 -recol6d=7296 -model=model_37924 - -// 33054 -[loc_33054] -width=2 -blockrange=no -recol1s=12581 -recol1d=6272 -recol2s=14695 -recol2d=7329 -recol3s=13638 -recol3d=9444 -recolhsl4s=6451 -recolhsl4d=6433 -model=model_14827 -name=Table - -// 33055 -[loc_33055] -width=2 -length=2 -recol1s=32767 -recol1d=14368 -recol2s=8355 -recol2d=6272 -recol3s=11492 -recol3d=7329 -model=model_12393 -name=Bed - -// 33056 -[loc_33056] -length=2 -op1=Search -forceapproach=east -recol1s=10401 -recol1d=7329 -recol2s=8321 -recol2d=6272 -recol3s=11425 -recol3d=10465 -model=model_1263 -name=Bookcase - -// 33057 -[loc_33057] -op1=Search -forceapproach=east -recol1s=14561 -recol1d=7329 -recol2s=12481 -recol2d=6272 -model=model_1245 -name=Bookcase - -// 33058 -[loc_33058] -blockrange=no -recol1s=9377 -recol1d=7329 -recol2s=10401 -recol2d=6272 -model=model_1170 -name=Chair - -// 33059 -[loc_33059] -active=no -recolhsl1s=5528 -recolhsl1d=8076 -recolhsl2s=5524 -recolhsl2d=8072 -recol3s=11525 -recol3d=8386 -recol4s=15718 -recol4d=12579 -recolhsl5s=5530 -recolhsl5d=8078 -model=model_37981,Q - -// 33060 -[loc_33060] -op1=Open -raiseobject=no -recol1s=12512 -recol1d=6272 -recol2s=14626 -recol2d=7329 -recol3s=11456 -recol3d=8386 -recolhsl4s=6940 -recolhsl4d=7698 -model=model_616,1 -name=Large door - -// 33061 -[loc_33061] -ambient=25 -contrast=25 -model=model_35862 -name=Mirror - -// 33062 -[loc_33062] -active=yes -length=2 -op1=Open -recol1s=9442 -recol1d=6272 -model=model_25079 -name=Cabinet - -// 33063 -[loc_33063] -active=yes -length=2 -op2=Search -op3=Close -recol1s=9442 -recol1d=6272 -model=model_37502 -name=Cabinet - -// 33064 -[loc_33064] -active=yes -recol1s=11490 -recol1d=7329 -recol2s=10467 -recol2d=6272 -model=model_2065,Q -name=Hanging banner - -// 33065 -[loc_33065] -active=yes -recol1s=11490 -recol1d=7329 -recol2s=10467 -recol2d=6272 -model=model_2053,Q -name=Hanging banner - -// 33066 -[loc_33066] -length=2 -op1=Search -model=model_37504 -name=Glarial's tomb - -// 33067 -[loc_33067] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recolhsl1s=9098 -recolhsl1d=7315 -recolhsl2s=8846 -recolhsl2d=7320 -recolhsl3s=8722 -recolhsl3d=7325 -recolhsl4s=8598 -recolhsl4d=7330 -recol5s=9476 -recol5d=11592 -recolhsl6s=8478 -recolhsl6d=7340 -model=model_37343 - -// 33068 -[loc_33068] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recolhsl1s=9098 -recolhsl1d=7315 -recolhsl2s=8846 -recolhsl2d=7320 -recolhsl3s=8722 -recolhsl3d=7325 -recolhsl4s=8598 -recolhsl4d=7330 -recol5s=9476 -recol5d=11592 -recolhsl6s=8478 -recolhsl6d=7340 -model=model_37368 - -// 33069 -[loc_33069] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recolhsl1s=9098 -recolhsl1d=7315 -recolhsl2s=8846 -recolhsl2d=7320 -recolhsl3s=8722 -recolhsl3d=7325 -recolhsl4s=8598 -recolhsl4d=7330 -recol5s=9476 -recol5d=11592 -recolhsl6s=8478 -recolhsl6d=7340 -model=model_37418 - -// 33070 -[loc_33070] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recolhsl1s=9098 -recolhsl1d=7315 -recolhsl2s=8846 -recolhsl2d=7320 -recolhsl3s=8722 -recolhsl3d=7325 -recolhsl4s=8598 -recolhsl4d=7330 -recol5s=9476 -recol5d=11592 -recolhsl6s=8478 -recolhsl6d=7340 -model=model_37434 - -// 33071 -[loc_33071] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recolhsl1s=9098 -recolhsl1d=7315 -recolhsl2s=8846 -recolhsl2d=7320 -recolhsl3s=8722 -recolhsl3d=7325 -recolhsl4s=8598 -recolhsl4d=7330 -recol5s=9476 -recol5d=11592 -recolhsl6s=8478 -recolhsl6d=7340 -model=model_37462 - -// 33072 -[loc_33072] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recolhsl1s=9098 -recolhsl1d=7315 -recolhsl2s=8846 -recolhsl2d=7320 -recolhsl3s=8722 -recolhsl3d=7325 -recolhsl4s=8598 -recolhsl4d=7330 -recol5s=9476 -recol5d=11592 -recolhsl6s=8478 -recolhsl6d=7340 -model=model_37315 - -// 33073 -[loc_33073] -hillskew=yes -active=no -ambient=25 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_37973,1 - -// 33074 -[loc_33074] -active=no -contrast=25 -ambient=15 -anim=seq_9154 -bgsound=synth_4472,1 -recolhsl1s=21530 -recolhsl1d=7315 -recolhsl2s=21534 -recolhsl2d=7320 -recolhsl3s=21539 -recolhsl3d=7325 -recolhsl4s=21543 -recolhsl4d=7330 -recol5s=10602 -recol5d=11592 -model=model_34002 - -// 33075 -[loc_33075] -sharelight=yes -hillskew=yes -active=no -contrast=5 -ambient=15 -recol1s=7296 -recol1d=4128 -recolhsl2s=7052 -recolhsl2d=2950 -recolhsl3s=6026 -recolhsl3d=2696 -recolhsl4s=5000 -recolhsl4d=2440 -recolhsl5s=3845 -recolhsl5d=2184 -model=model_33970 - -// 33076 -[loc_33076] -active=no -hillskew=yes -contrast=5 -ambient=15 -recol1s=7296 -recol1d=4128 -recolhsl2s=7052 -recolhsl2d=2950 -recolhsl3s=6026 -recolhsl3d=2696 -recolhsl4s=5000 -recolhsl4d=2440 -recolhsl5s=3845 -recolhsl5d=2184 -model=model_33971 - -// 33077 -[loc_33077] -active=no -hillskew=yes -contrast=5 -ambient=15 -recol1s=7296 -recol1d=4128 -recolhsl2s=7052 -recolhsl2d=2950 -recolhsl3s=6026 -recolhsl3d=2696 -recolhsl4s=5000 -recolhsl4d=2440 -recolhsl5s=3845 -recolhsl5d=2184 -model=model_33972 - -// 33078 -[loc_33078] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=16909 -recol1d=8353 -recol2s=6342 -recol2d=9712 -model=model_3184 -name=Rocks - -// 33079 -[loc_33079] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=20 -contrast=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=9712 -model=model_3183 -name=Rocks - -// 33080 -[loc_33080] -msi=msi_6 -ambient=20 -contrast=10 -blockrange=no -model=model_37425 -name=Roots - -// 33081 -[loc_33081] -msi=msi_6 -ambient=20 -contrast=10 -blockrange=no -model=model_37341 -name=Roots - -// 33082 -[loc_33082] -msi=msi_6 -ambient=20 -contrast=10 -blockrange=no -model=model_37281 -name=Roots - -// 33083 -[loc_33083] -sharelight=yes -hillskew=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_33970 - -// 33084 -[loc_33084] -active=no -hillskew=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_33972 - -// 33085 -[loc_33085] -active=no -hillskew=yes -active=no -ambient=10 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_33971 - -// 33086 -[loc_33086] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -model=model_37595,1 - -// 33087 -[loc_33087] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_37595,1 - -// 33088 -[loc_33088] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_37578,1 -model=model_37680,5 - -// 33089 -[loc_33089] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_37578,1 -model=model_37680,5 - -// 33090 -[loc_33090] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_37760,1 - -// 33091 -[loc_33091] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_37760,1 - -// 33092 -[loc_33092] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=20803 -recol2s=7431 -recol2d=20869 -recol3s=8488 -recol3d=21926 -recol4s=9545 -recol4d=23974 -recol5s=10602 -recol5d=26088 -model=model_37638,5 - -// 33093 -[loc_33093] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=20803 -recol2s=8455 -recol2d=20869 -recol3s=9512 -recol3d=21926 -model=model_18241,0 - -// 33094 -[loc_33094] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=20803 -recol2s=8455 -recol2d=20869 -recol3s=9512 -recol3d=21926 -model=model_17368,0 - -// 33095 -[loc_33095] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=20803 -recol2s=8455 -recol2d=20869 -recol3s=9512 -recol3d=21926 -model=model_18242,0 - -// 33096 -[loc_33096] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=20803 -recol2s=8455 -recol2d=20869 -recol3s=9512 -recol3d=21926 -model=model_18243,0 - -// 33097 -[loc_33097] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=20803 -recol2s=8455 -recol2d=20869 -recol3s=9512 -recol3d=21926 -model=model_18244,0 - -// 33098 -[loc_33098] -hillskew=yes -mirror=yes -active=no -ambient=25 -contrast=15 -blockrange=no -model=model_37493 - -// 33099 -[loc_33099] -hillskew=yes -mirror=yes -active=no -ambient=25 -contrast=15 -blockrange=no -model=model_37439 - -// 33100 -[loc_33100] -hillskew=yes -mirror=yes -active=no -ambient=25 -contrast=15 -blockrange=no -model=model_37473 - -// 33101 -[loc_33101] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37649,5 - -// 33102 -[loc_33102] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37753,5 - -// 33103 -[loc_33103] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37423 - -// 33104 -[loc_33104] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37492 - -// 33105 -[loc_33105] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37401 - -// 33106 -[loc_33106] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37226 - -// 33107 -[loc_33107] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=0 -model=model_37495 - -// 33108 -[loc_33108] -active=yes -ambient=25 -contrast=15 -op1=Open -model=model_37681,1 -name=Door - -// 33109 -[loc_33109] -active=yes -ambient=25 -contrast=15 -op1=Open -model=model_37681,1 -name=Door - -// 33110 -[loc_33110] -active=yes -ambient=25 -contrast=15 -op1=Open -mirror=yes -model=model_37681,1 -name=Door - -// 33111 -[loc_33111] -active=yes -ambient=25 -contrast=15 -op1=Open -mirror=yes -model=model_37681,1 -name=Door - -// 33112 -[loc_33112] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recol1s=6272 -recol1d=7296 -recol2s=7329 -recol2d=8353 -recol3s=8386 -recol3d=9410 -recolhsl4s=7950 -recolhsl4d=6682 -model=model_33978,0 - -// 33113 -[loc_33113] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -recol1s=6272 -recol1d=7296 -recol2s=7329 -recol2d=8353 -recol3s=8386 -recol3d=9410 -recolhsl4s=7950 -recolhsl4d=6682 -model=model_33977,0 - -// 33114 -[loc_33114] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -model=model_35980,0 - -// 33115 -[loc_33115] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37081,0 - -// 33116 -[loc_33116] -active=no -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -model=model_37081,0 - -// 33117 -[loc_33117] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_36966,0 - -// 33118 -[loc_33118] -active=no -ambient=25 -contrast=15 -hillskew=yes -model=model_37098,0 - -// 33119 -[loc_33119] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_35568,5 - -// 33120 -[loc_33120] -active=yes -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_37386 -name=Barrel - -// 33121 -[loc_33121] -active=yes -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_37435 -name=Barrel - -// 33122 -[loc_33122] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_11795 - -// 33123 -[loc_33123] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_11797 - -// 33124 -[loc_33124] -active=yes -ambient=25 -contrast=15 -recolhsl1s=6444 -recolhsl1d=6434 -recolhsl2s=6439 -recolhsl2d=6434 -recolhsl3s=6434 -recolhsl3d=6429 -model=model_37240 -name=Barrel - -// 33125 -[loc_33125] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=47121 -recolhsl2s=35 -recolhsl2d=47127 -recolhsl3s=39 -recolhsl3d=47130 -recolhsl4s=43 -recolhsl4d=47134 -recolhsl5s=47 -recolhsl5d=47139 -recolhsl6s=51 -recolhsl6d=47144 -model=model_11799 - -// 33126 -[loc_33126] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=47121 -recolhsl2s=35 -recolhsl2d=47127 -recolhsl3s=39 -recolhsl3d=47130 -recolhsl4s=43 -recolhsl4d=47134 -recolhsl5s=47 -recolhsl5d=47139 -recolhsl6s=51 -recolhsl6d=47144 -model=model_11800 - -// 33127 -[loc_33127] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=47121 -recolhsl2s=35 -recolhsl2d=47127 -recolhsl3s=39 -recolhsl3d=47130 -recolhsl4s=43 -recolhsl4d=47134 -recolhsl5s=47 -recolhsl5d=47139 -recolhsl6s=51 -recolhsl6d=47144 -model=model_11798 - -// 33128 -[loc_33128] -width=2 -ambient=25 -contrast=15 -model=model_37191 -name=Counter - -// 33129 -[loc_33129] -length=2 -ambient=25 -contrast=15 -blockrange=no -model=model_37394 -name=Table - -// 33130 -[loc_33130] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_37197 - -// 33131 -[loc_33131] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_37380 - -// 33132 -[loc_33132] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_37399 - -// 33133 -[loc_33133] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37597,1 -model=model_37645,2 -model=model_37755,5 - -// 33134 -[loc_33134] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37690,1 - -// 33135 -[loc_33135] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37625,1 - -// 33136 -[loc_33136] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37625,1 - -// 33137 -[loc_33137] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37699,1 - -// 33138 -[loc_33138] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37699,1 - -// 33139 -[loc_33139] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37177 - -// 33140 -[loc_33140] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37470 - -// 33141 -[loc_33141] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37228 - -// 33142 -[loc_33142] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37228 - -// 33143 -[loc_33143] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37357 - -// 33144 -[loc_33144] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37317 - -// 33145 -[loc_33145] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37331 - -// 33146 -[loc_33146] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37466 - -// 33147 -[loc_33147] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37474 - -// 33148 -[loc_33148] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37496 - -// 33149 -[loc_33149] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37403 - -// 33150 -[loc_33150] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37403 - -// 33151 -[loc_33151] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37350 - -// 33152 -[loc_33152] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37441 - -// 33153 -[loc_33153] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37354 - -// 33154 -[loc_33154] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37239 - -// 33155 -[loc_33155] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37190 - -// 33156 -[loc_33156] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37328 - -// 33157 -[loc_33157] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=0 -model=model_37245 - -// 33158 -[loc_33158] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_37559,1 - -// 33159 -[loc_33159] -width=2 -model=model_37233 -name=Table - -// 33160 -[loc_33160] -active=no -contrast=25 -ambient=15 -anim=seq_9154 -bgsound=synth_4472,1 -model=model_37966 - -// 33161 -[loc_33161] -hillskew=yes -active=no -ambient=30 -contrast=25 -model=model_37378 - -// 33162 -[loc_33162] -hillskew=yes -active=no -ambient=30 -contrast=25 -model=model_37194 - -// 33163 -[loc_33163] -hillskew=yes -active=no -ambient=30 -contrast=25 -model=model_37262 - -// 33164 -[loc_33164] -hillskew=yes -active=no -ambient=30 -contrast=25 -model=model_37464 - -// 33165 -[loc_33165] -hillskew=yes -active=no -ambient=30 -contrast=25 -model=model_37505 - -// 33166 -[loc_33166] -hillskew=yes -active=no -ambient=30 -contrast=25 -model=model_37164 - -// 33167 -[loc_33167] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37762,1 - -// 33168 -[loc_33168] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37572,1 - -// 33169 -[loc_33169] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37664,1 - -// 33170 -[loc_33170] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37762,1 - -// 33171 -[loc_33171] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37572,1 - -// 33172 -[loc_33172] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37664,1 - -// 33173 -[loc_33173] -width=3 -length=2 -ambient=25 -contrast=20 -op1=Exit -retex1s=material_126 -retex1d=material_407 -retex2s=material_105 -retex2d=material_407 -retex3s=material_79 -retex3d=material_315 -model=model_37300 -name=Cave - -// 33174 -[loc_33174] -width=3 -length=2 -ambient=25 -contrast=20 -sharelight=yes -op1=Enter -retex1s=material_126 -retex1d=material_407 -retex2s=material_105 -retex2d=material_407 -retex3s=material_79 -retex3d=material_315 -model=model_37300 -name=Icy Cavern - -// 33175 -[loc_33175] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_37708,1 -model=model_37636,2 -model=model_37551,5 - -// 33176 -[loc_33176] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_37586,1 -model=model_37599,5 - -// 33177 -[loc_33177] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_37543,1 - -// 33178 -[loc_33178] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_37697,1 - -// 33179 -[loc_33179] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -retex1s=material_79 -retex1d=material_315 -model=model_37650,1 -model=model_37695,5 - -// 33180 -[loc_33180] -sharelight=yes -active=no -hillskew=yes -ambient=25 -contrast=20 -shadow=no -retex1s=material_79 -retex1d=material_315 -model=model_37700,1 -model=model_37748,5 - -// 33181 -[loc_33181] -blockwalk=yes -ambient=25 -contrast=20 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -model=model_37291 - -// 33182 -[loc_33182] -blockwalk=yes -ambient=25 -contrast=20 -active=no -width=2 -length=2 -model=model_37437 - -// 33183 -[loc_33183] -ambient=25 -contrast=20 -model=model_37271 -name=Ice Light - -// 33184 -[loc_33184] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -model=model_37278 -name=Ladder - -// 33185 -[loc_33185] -sharelight=yes -hillskew=yes -op1=Enter -ambient=25 -contrast=20 -retex1s=material_79 -retex1d=material_315 -model=model_37756,1 -name=Crevasse - -// 33186 -[loc_33186] -active=no -hillskew=yes -ambient=30 -contrast=25 -model=model_37923,8 -model=model_37929,5 - -// 33187 -[loc_33187] -ambient=25 -contrast=15 -model=model_37366 -name=Suit of armour - -// 33188 -[loc_33188] -active=yes -ambient=25 -contrast=15 -recolhsl1s=921 -recolhsl1d=38814 -recol2s=15392 -recol2d=239 -recolhsl3s=4114 -recolhsl3d=61 -recolhsl4s=4110 -recolhsl4d=61 -model=model_37994,Q -name=Wallshield - -// 33189 -[loc_33189] -active=yes -ambient=25 -contrast=15 -model=model_37990,Q -name=Wallshield - -// 33190 -[loc_33190] -active=yes -ambient=25 -contrast=15 -model=model_37996,Q -name=Wallshield - -// 33191 -[loc_33191] -active=yes -ambient=25 -contrast=15 -model=model_37975,Q -name=Wallshield - -// 33192 -[loc_33192] -length=2 -model=model_37189 -name=Bow cabinet - -// 33193 -[loc_33193] -blockrange=no -model=model_37258 -name=Chair - -// 33194 -[loc_33194] -blockrange=no -recol1s=10467 -recol1d=5218 -recol2s=14695 -recol2d=7332 -model=model_37258 -name=Chair - -// 33195 -[loc_33195] -blockrange=no -model=model_37168 -name=Chair - -// 33196 -[loc_33196] -blockrange=no -recol1s=14662 -recol1d=5218 -recol2s=22059 -recol2d=7332 -recol3s=15392 -recol3d=239 -model=model_37168 -name=Chair - -// 33197 -[loc_33197] -ambient=-10 -contrast=10 -width=3 -recol1s=15751 -recol1d=5218 -recol2s=17865 -recol2d=7332 -recol3s=13637 -recol3d=7332 -model=model_29630 -name=Bench - -// 33198 -[loc_33198] -recolhsl1s=6429 -recolhsl1d=3470 -recolhsl2s=6434 -recolhsl2d=3350 -model=model_37976,Q - -// 33199 -[loc_33199] -blockrange=no -model=model_37251,Q - -// 33200 -[loc_33200] -ambient=20 -model=model_37984,Q - -// 33201 -[loc_33201] -width=2 -blockrange=no -recol1s=23208 -recol1d=7332 -model=model_11454 -name=Table - -// 33202 -[loc_33202] -length=2 -blockrange=no -model=model_37478 -name=Table - -// 33203 -[loc_33203] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37388 - -// 33204 -[loc_33204] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37204 - -// 33205 -[loc_33205] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -model=model_37940,1 - -// 33206 -[loc_33206] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -model=model_37045,0 - -// 33207 -[loc_33207] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37045,0 - -// 33208 -[loc_33208] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -model=model_37941,0 - -// 33209 -[loc_33209] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -model=model_37944,0 - -// 33210 -[loc_33210] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -model=model_37935,0 - -// 33211 -[loc_33211] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -model=model_37937,0 - -// 33212 -[loc_33212] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -model=model_37934,1 - -// 33213 -[loc_33213] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37934,1 - -// 33214 -[loc_33214] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -model=model_37939,1 - -// 33215 -[loc_33215] -hillskew=yes -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -mirror=yes -model=model_37939,1 - -// 33216 -[loc_33216] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=8418 -recolhsl1d=8226 -model=model_1078 -name=Corpse - -// 33217 -[loc_33217] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=8418 -recolhsl1d=8226 -model=model_1079 -name=Corpse - -// 33218 -[loc_33218] -ambient=25 -contrast=15 -width=2 -blockrange=no -recolhsl1s=6241 -recolhsl1d=8226 -model=model_1080 -name=Corpse - -// 33219 -[loc_33219] -ambient=25 -contrast=15 -width=2 -blockrange=no -recolhsl1s=6241 -recolhsl1d=8226 -model=model_1081 -name=Corpse - -// 33220 -[loc_33220] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=20 -contrast=10 -ambient=30 -blockrange=no -model=model_37353 -name=Rocks - -// 33221 -[loc_33221] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=20 -contrast=10 -ambient=30 -blockrange=no -model=model_37222 -name=Rocks - -// 33222 -[loc_33222] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_24 -ambient=20 -contrast=10 -ambient=30 -blockrange=no -model=model_37483 -name=Rocks - -// 33223 -[loc_33223] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_25 -ambient=20 -contrast=10 -ambient=30 -blockrange=no -model=model_37333 -name=Rocks - -// 33224 -[loc_33224] -model=model_37508 -name=Cabinet - -// 33225 -[loc_33225] -ambient=20 -model=model_38002,Q - -// 33226 -[loc_33226] -hillskew=yes -active=no -recol1s=11524 -recol1d=1057 -recol2s=10467 -recol2d=1058 -recol3s=9410 -recol3d=1058 -recol4s=8353 -recol4d=1058 -recol5s=7296 -recol5d=1058 -recol6s=0 -recol6d=1058 -model=model_34001,1 -model=model_33999,2 -model=model_34000,5 - -// 33227 -[loc_33227] -hillskew=yes -active=no -recol1s=11524 -recol1d=1057 -recol2s=10467 -recol2d=1058 -recol3s=9410 -recol3d=1058 -recol4s=8353 -recol4d=1058 -recol5s=7296 -recol5d=1058 -model=model_37900,1 -model=model_37931,2 -model=model_37930,3 -model=model_37932,4 -model=model_37919,5 - -// 33228 -[loc_33228] -hillskew=yes -active=no -recol1s=11524 -recol1d=1057 -recol2s=10467 -recol2d=1058 -recol3s=9410 -recol3d=1058 -recol4s=8353 -recol4d=1058 -recol5s=7296 -recol5d=1058 -model=model_37898,1 -model=model_37905,5 - -// 33229 -[loc_33229] -hillskew=yes -active=no -mirror=yes -recol1s=11524 -recol1d=1057 -recol2s=10467 -recol2d=1058 -recol3s=9410 -recol3d=1058 -recol4s=8353 -recol4d=1058 -recol5s=7296 -recol5d=1058 -model=model_37898,1 -model=model_37905,5 - -// 33230 -[loc_33230] -model=model_37195 -name=Candles - -// 33231 -[loc_33231] -recol1s=18960 -recol1d=1058 -recolhsl2s=6672 -recolhsl2d=43270 -recolhsl3s=6422 -recolhsl3d=43270 -recolhsl4s=6192 -recolhsl4d=43270 -recolhsl5s=6254 -recolhsl5d=6199 -model=model_37508 -name=Cabinet - -// 33232 -[loc_33232] -width=2 -length=3 -op1=Climb-up -active=yes -recol1s=13675 -recol1d=1058 -recol2s=10504 -recol2d=1058 -recol3s=5285 -recol3d=1058 -recol4s=12512 -recol4d=1058 -model=model_1176 -name=Stairs - -// 33233 -[loc_33233] -width=2 -length=2 -blockrange=no -model=model_37384 -name=Table - -// 33234 -[loc_33234] -active=no -hillskew=yes -ambient=5 -contrast=5 -recol1s=7296 -recol1d=1058 -recolhsl2s=7052 -recolhsl2d=43270 -recolhsl3s=6026 -recolhsl3d=43266 -recolhsl4s=5000 -recolhsl4d=43266 -recolhsl5s=3845 -recolhsl5d=43266 -model=model_33970 - -// 33235 -[loc_33235] -active=no -hillskew=yes -ambient=5 -contrast=5 -recol1s=7296 -recol1d=1058 -recolhsl2s=7052 -recolhsl2d=43270 -recolhsl3s=6026 -recolhsl3d=43266 -recolhsl4s=5000 -recolhsl4d=43266 -recolhsl5s=3845 -recolhsl5d=43266 -model=model_33971 - -// 33236 -[loc_33236] -active=no -hillskew=yes -ambient=5 -contrast=5 -recol1s=7296 -recol1d=1058 -recolhsl2s=7052 -recolhsl2d=43270 -recolhsl3s=6026 -recolhsl3d=43266 -recolhsl4s=5000 -recolhsl4d=43266 -recolhsl5s=3845 -recolhsl5d=43266 -model=model_33972 - -// 33237 -[loc_33237] -op1=Slash -blockwalk=yes -sharelight=yes -raiseobject=no -model=model_37382 -name=Web - -// 33238 -[loc_33238] -blockwalk=no -sharelight=yes -raiseobject=no -model=model_37267 -name=Slashed web - -// 33239 -[loc_33239] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37568,5 - -// 33240 -[loc_33240] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37611,5 - -// 33241 -[loc_33241] -active=no -hillskew=yes -recol1s=7296 -recol1d=12580 -recolhsl2s=7052 -recolhsl2d=6682 -recolhsl3s=6026 -recolhsl3d=6675 -recolhsl4s=5000 -recolhsl4d=6670 -recolhsl5s=3845 -recolhsl5d=6662 -retex1s=material_105 -retex1d=material_72 -model=model_33970 - -// 33242 -[loc_33242] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37705,1 -model=model_37566,2 -model=model_37689,5 - -// 33243 -[loc_33243] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37575,1 - -// 33244 -[loc_33244] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -op1=Enter -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_35702,1 -name=Wall opening - -// 33245 -[loc_33245] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -op1=Push -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_35701,1 -name=Wall - -// 33246 -[loc_33246] -ambient=25 -contrast=15 -active=yes -op1=Climb-up -msi=msi_7 -recol1s=25297 -recol1d=18989 -recol2s=24240 -recol2d=16875 -recol3s=24206 -recol3d=14761 -recol4s=23148 -recol4d=12647 -recol5s=22091 -recol5d=10533 -recol6s=19978 -recol6d=8419 -model=model_18363 -name=Exit - -// 33247 -[loc_33247] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -model=model_37242 - -// 33248 -[loc_33248] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -blockwalk=no -model=model_37422 - -// 33249 -[loc_33249] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37398 - -// 33250 -[loc_33250] -active=yes -op1=Pull -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37546,1 -name=Lever - -// 33251 -[loc_33251] -active=yes -op1=Pull -ambient=25 -contrast=15 -hillskew=yes -mirror=yes -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_37710,1 -name=Lever - -// 33252 -[loc_33252] -shadow=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 33253 -[loc_33253] -blockwalk=no -shadow=no -active=yes -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 -name= - -// 33254 -[loc_33254] -shadow=no -blockwalk=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 33255 -[loc_33255] -ambient=25 -contrast=15 -hillskew=yes -recol1s=9546 -recol1d=10500 -recol2s=8457 -recol2d=9443 -recol3s=7432 -recol3d=8386 -recol4s=6343 -recol4d=7329 -recol5s=4229 -recol5d=6272 -model=model_37730,1 -model=model_37540,2 -model=model_37610,5 - -// 33256 -[loc_33256] -ambient=25 -contrast=15 -mirror=yes -hillskew=yes -recol1s=9546 -recol1d=10500 -recol2s=8457 -recol2d=9443 -recol3s=7432 -recol3d=8386 -recol4s=6343 -recol4d=7329 -recol5s=4229 -recol5d=6272 -model=model_37730,1 -model=model_37540,2 -model=model_37610,5 - -// 33257 -[loc_33257] -ambient=25 -contrast=15 -hillskew=yes -recol1s=9546 -recol1d=10500 -recol2s=8457 -recol2d=9443 -recol3s=7432 -recol3d=8386 -recol4s=6343 -recol4d=7329 -recol5s=4229 -recol5d=6272 -model=model_37561,1 - -// 33258 -[loc_33258] -ambient=25 -contrast=15 -mirror=yes -hillskew=yes -recol1s=9546 -recol1d=10500 -recol2s=8457 -recol2d=9443 -recol3s=7432 -recol3d=8386 -recol4s=6343 -recol4d=7329 -recol5s=4229 -recol5d=6272 -model=model_37561,1 - -// 33259 -[loc_33259] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37703,2 - -// 33260 -[loc_33260] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37703,2 - -// 33261 -[loc_33261] -ambient=25 -contrast=15 -hillskew=yes -recol1s=9546 -recol1d=10500 -recol2s=8457 -recol2d=9443 -recol3s=7432 -recol3d=8386 -recol4s=6343 -recol4d=7329 -recol5s=4229 -recol5d=6272 -model=model_37338 -name=Wall - -// 33262 -[loc_33262] -active=no -ambient=25 -contrast=15 -hillskew=yes -recol1s=9546 -recol1d=10500 -recol2s=8457 -recol2d=9443 -recol3s=7432 -recol3d=8386 -recol4s=6343 -recol4d=7329 -recol5s=4229 -recol5d=6272 -model=model_37554,4 - -// 33263 -[loc_33263] -sharelight=yes -ambient=25 -contrast=15 -hillskew=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37208 -name=Cart Track - -// 33264 -[loc_33264] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7054 -retex1s=material_515 -retex1d=material_418 -model=model_37040,0 - -// 33265 -[loc_33265] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7054 -retex1s=material_515 -retex1d=material_418 -model=model_37006,0 - -// 33266 -[loc_33266] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7054 -retex1s=material_515 -retex1d=material_418 -model=model_37094,0 - -// 33267 -[loc_33267] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7054 -retex1s=material_515 -retex1d=material_418 -model=model_36965,0 - -// 33268 -[loc_33268] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7054 -retex1s=material_515 -retex1d=material_418 -model=model_37010,0 - -// 33269 -[loc_33269] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37834,1 -model=model_37828,2 -model=model_37829,5 - -// 33270 -[loc_33270] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37531 - -// 33271 -[loc_33271] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_37834,1 -model=model_37828,2 -model=model_37829,5 - -// 33272 -[loc_33272] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_37833,1 -model=model_37831,5 - -// 33273 -[loc_33273] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_31737,5 - -// 33274 -[loc_33274] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_37833,1 -model=model_37831,5 - -// 33275 -[loc_33275] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -recol1s=6374 -recol1d=7398 -recol2s=7431 -recol2d=8455 -recol3s=8488 -recol3d=9512 -recol4s=9545 -recol4d=10569 -recol5s=10602 -recol5d=11626 -model=model_37830,1 -model=model_37832,5 - -// 33276 -[loc_33276] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=15 -contrast=15 -model=model_37531 - -// 33277 -[loc_33277] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37529 - -// 33278 -[loc_33278] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37528 - -// 33279 -[loc_33279] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37528 - -// 33280 -[loc_33280] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37532 - -// 33281 -[loc_33281] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37526 - -// 33282 -[loc_33282] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37520 - -// 33283 -[loc_33283] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37520 - -// 33284 -[loc_33284] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37530 - -// 33285 -[loc_33285] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37518 - -// 33286 -[loc_33286] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37524 - -// 33287 -[loc_33287] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37525 - -// 33288 -[loc_33288] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37521 - -// 33289 -[loc_33289] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37031,0 - -// 33290 -[loc_33290] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37043,0 - -// 33291 -[loc_33291] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37040,0 - -// 33292 -[loc_33292] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37109,0 - -// 33293 -[loc_33293] -active=no -hillskew=yes -ambient=10 -contrast=5 -mirror=yes -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37109,0 - -// 33294 -[loc_33294] -active=no -hillskew=yes -ambient=10 -contrast=5 -mirror=yes -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_36965,0 - -// 33295 -[loc_33295] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_36975,0 - -// 33296 -[loc_33296] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37054,0 - -// 33297 -[loc_33297] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37094,0 - -// 33298 -[loc_33298] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37068,0 - -// 33299 -[loc_33299] -active=no -hillskew=yes -ambient=10 -contrast=5 -mirror=yes -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37068,0 - -// 33300 -[loc_33300] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37138,0 - -// 33301 -[loc_33301] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37009,0 - -// 33302 -[loc_33302] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -mirror=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37138,0 - -// 33303 -[loc_33303] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37009,0 - -// 33304 -[loc_33304] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37006,0 - -// 33305 -[loc_33305] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37006,0 - -// 33306 -[loc_33306] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -mirror=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37117,0 - -// 33307 -[loc_33307] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37052,0 - -// 33308 -[loc_33308] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37052,0 - -// 33309 -[loc_33309] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37080,0 - -// 33310 -[loc_33310] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -mirror=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37080,0 - -// 33311 -[loc_33311] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37051,0 - -// 33312 -[loc_33312] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -mirror=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37073,0 - -// 33313 -[loc_33313] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37115,0 - -// 33314 -[loc_33314] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37115,0 - -// 33315 -[loc_33315] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37049,0 - -// 33316 -[loc_33316] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37049,0 - -// 33317 -[loc_33317] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37134,0 - -// 33318 -[loc_33318] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37134,0 - -// 33319 -[loc_33319] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37136,0 - -// 33320 -[loc_33320] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37029,0 - -// 33321 -[loc_33321] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37029,0 - -// 33322 -[loc_33322] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37014,0 - -// 33323 -[loc_33323] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37014,0 - -// 33324 -[loc_33324] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37095,0 - -// 33325 -[loc_33325] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37095,0 - -// 33326 -[loc_33326] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_36982,0 - -// 33327 -[loc_33327] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -mirror=yes -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_36982,0 - -// 33328 -[loc_33328] -active=no -hillskew=yes -ambient=10 -contrast=5 -sharelight=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7208 -recolhsl2s=6674 -recolhsl2d=1059 -recolhsl3s=6676 -recolhsl3d=1059 -retex1s=material_515 -retex1d=material_497 -model=model_37110,0 - -// 33329 -[loc_33329] -active=no -hillskew=yes -ambient=15 -contrast=15 -model=model_37183 - -// 33330 -[loc_33330] -active=no -hillskew=yes -ambient=15 -contrast=15 -model=model_37351 - -// 33331 -[loc_33331] -active=no -hillskew=yes -ambient=15 -contrast=15 -mirror=yes -model=model_37351 - -// 33332 -[loc_33332] -active=no -hillskew=yes -ambient=10 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37656,1 - -// 33333 -[loc_33333] -active=no -hillskew=yes -ambient=10 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37656,1 - -// 33334 -[loc_33334] -active=yes -multivar=varplayerbit_2618 -multiloc=0,loc_33245 -multiloc=1,loc_33244 - -// 33335 -[loc_33335] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=7296 -recolhsl2s=6550 -recolhsl2d=6924 -recolhsl3s=6674 -recolhsl3d=6794 -recolhsl4s=6670 -recolhsl4d=6792 -recolhsl5s=6666 -recolhsl5d=6790 -recolhsl6s=6662 -recolhsl6d=6787 -model=model_38016 - -// 33336 -[loc_33336] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=7296 -recolhsl2s=6550 -recolhsl2d=6924 -recolhsl3s=6674 -recolhsl3d=6794 -recolhsl4s=6670 -recolhsl4d=6792 -recolhsl5s=6666 -recolhsl5d=6790 -recolhsl6s=6662 -recolhsl6d=6787 -model=model_38006 - -// 33337 -[loc_33337] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=7296 -recolhsl2s=6550 -recolhsl2d=6924 -recolhsl3s=6674 -recolhsl3d=6794 -recolhsl4s=6670 -recolhsl4d=6792 -recolhsl5s=6666 -recolhsl5d=6790 -recolhsl6s=6662 -recolhsl6d=6787 -model=model_38017 - -// 33338 -[loc_33338] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=7296 -recolhsl2s=6550 -recolhsl2d=6924 -recolhsl3s=6674 -recolhsl3d=6794 -recolhsl4s=6670 -recolhsl4d=6792 -recolhsl5s=6666 -recolhsl5d=6790 -recolhsl6s=6662 -recolhsl6d=6787 -model=model_38008 - -// 33339 -[loc_33339] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=7296 -recolhsl2s=6550 -recolhsl2d=6924 -recolhsl3s=6674 -recolhsl3d=6794 -recolhsl4s=6670 -recolhsl4d=6792 -recolhsl5s=6666 -recolhsl5d=6790 -recolhsl6s=6662 -recolhsl6d=6787 -model=model_38009 - -// 33340 -[loc_33340] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=7296 -recolhsl2s=6550 -recolhsl2d=6924 -recolhsl3s=6674 -recolhsl3d=6794 -recolhsl4s=6670 -recolhsl4d=6792 -recolhsl5s=6666 -recolhsl5d=6790 -recolhsl6s=6662 -recolhsl6d=6787 -model=model_38005 - -// 33341 -[loc_33341] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=7296 -recolhsl2s=6550 -recolhsl2d=6924 -recolhsl3s=6674 -recolhsl3d=6794 -recolhsl4s=6670 -recolhsl4d=6792 -recolhsl5s=6666 -recolhsl5d=6790 -recolhsl6s=6662 -recolhsl6d=6787 -model=model_38013 - -// 33342 -[loc_33342] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=7296 -recolhsl2s=6550 -recolhsl2d=6924 -recolhsl3s=6674 -recolhsl3d=6794 -recolhsl4s=6670 -recolhsl4d=6792 -recolhsl5s=6666 -recolhsl5d=6790 -recolhsl6s=6662 -recolhsl6d=6787 -model=model_38011 - -// 33343 -[loc_33343] -blockwalk=yes -ambient=10 -contrast=5 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recolhsl1s=6554 -recolhsl1d=47147 -recolhsl2s=6550 -recolhsl2d=47134 -recolhsl3s=6674 -recolhsl3d=47130 -recolhsl4s=6670 -recolhsl4d=47130 -recolhsl5s=6666 -recolhsl5d=47127 -recolhsl6s=6662 -recolhsl6d=47121 -model=model_38016 - -// 33344 -[loc_33344] -blockwalk=yes -ambient=10 -contrast=5 -sharelight=yes -active=no -width=2 -length=2 -recolhsl1s=6554 -recolhsl1d=47147 -recolhsl2s=6550 -recolhsl2d=47134 -recolhsl3s=6674 -recolhsl3d=47130 -recolhsl4s=6670 -recolhsl4d=47130 -recolhsl5s=6666 -recolhsl5d=47127 -recolhsl6s=6662 -recolhsl6d=47121 -model=model_38006 - -// 33345 -[loc_33345] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recolhsl1s=6674 -recolhsl1d=7315 -recolhsl2s=6550 -recolhsl2d=7320 -recolhsl3s=6554 -recolhsl3d=7325 -model=model_38016 - -// 33346 -[loc_33346] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -recolhsl1s=6674 -recolhsl1d=7315 -recolhsl2s=6550 -recolhsl2d=7320 -recolhsl3s=6554 -recolhsl3d=7325 -recolhsl4s=6670 -recolhsl4d=7310 -recolhsl5s=6666 -recolhsl5d=7305 -recolhsl6s=6662 -recolhsl6d=7300 -model=model_38006 - -// 33347 -[loc_33347] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recolhsl1s=6674 -recolhsl1d=7315 -recolhsl2s=6550 -recolhsl2d=7320 -recolhsl3s=6554 -recolhsl3d=7325 -model=model_38017 - -// 33348 -[loc_33348] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -recolhsl1s=6674 -recolhsl1d=7315 -recolhsl2s=6550 -recolhsl2d=7320 -recolhsl3s=6554 -recolhsl3d=7325 -recolhsl4s=6670 -recolhsl4d=7310 -recolhsl5s=6666 -recolhsl5d=7305 -recolhsl6s=6662 -recolhsl6d=7300 -model=model_38008 - -// 33349 -[loc_33349] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recolhsl1s=6554 -recolhsl1d=47147 -recolhsl2s=6550 -recolhsl2d=47134 -recolhsl3s=6674 -recolhsl3d=47130 -recolhsl4s=6670 -recolhsl4d=47130 -recolhsl5s=6666 -recolhsl5d=47127 -recolhsl6s=6662 -recolhsl6d=47121 -model=model_38017 - -// 33350 -[loc_33350] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recolhsl1s=6554 -recolhsl1d=47147 -recolhsl2s=6550 -recolhsl2d=47134 -recolhsl3s=6674 -recolhsl3d=47130 -recolhsl4s=6670 -recolhsl4d=47130 -recolhsl5s=6666 -recolhsl5d=47127 -recolhsl6s=6662 -recolhsl6d=47121 -model=model_38008 - -// 33351 -[loc_33351] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38016 - -// 33352 -[loc_33352] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38006 - -// 33353 -[loc_33353] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38017 - -// 33354 -[loc_33354] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38008 - -// 33355 -[loc_33355] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38009 - -// 33356 -[loc_33356] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38005 - -// 33357 -[loc_33357] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38013 - -// 33358 -[loc_33358] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38011 - -// 33359 -[loc_33359] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38018 - -// 33360 -[loc_33360] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38010 - -// 33361 -[loc_33361] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38012 - -// 33362 -[loc_33362] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38015 - -// 33363 -[loc_33363] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=3 -length=3 -model=model_38007 - -// 33364 -[loc_33364] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=3 -length=3 -model=model_38014 - -// 33365 -[loc_33365] -blockwalk=yes -contrast=15 -hillchange=tree_skew,32 -active=no -width=3 -length=3 -model=model_38007 - -// 33366 -[loc_33366] -blockwalk=yes -contrast=15 -active=no -width=3 -length=3 -model=model_38014 - -// 33367 -[loc_33367] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38032,0 - -// 33368 -[loc_33368] -active=no -hillskew=yes -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38032,0 - -// 33369 -[loc_33369] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38038,0 - -// 33370 -[loc_33370] -active=no -hillskew=yes -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38038,0 - -// 33371 -[loc_33371] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38047,0 - -// 33372 -[loc_33372] -active=no -hillskew=yes -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38047,0 - -// 33373 -[loc_33373] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38048,0 - -// 33374 -[loc_33374] -active=no -hillskew=yes -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38048,0 - -// 33375 -[loc_33375] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38025,0 - -// 33376 -[loc_33376] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38021,0 - -// 33377 -[loc_33377] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38041,0 - -// 33378 -[loc_33378] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38033,0 - -// 33379 -[loc_33379] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38030,0 - -// 33380 -[loc_33380] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38024,0 - -// 33381 -[loc_33381] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recolhsl1s=10407 -recolhsl1d=6553 -recol2s=10567 -recol2d=8353 -model=model_38022,0 - -// 33382 -[loc_33382] -ambient=30 -contrast=25 -hillchange=tree_skew,35 -model=model_38079 -name=Icicle - -// 33383 -[loc_33383] -ambient=30 -contrast=25 -hillchange=tree_skew,35 -model=model_38073 -name=Icicle - -// 33384 -[loc_33384] -ambient=30 -contrast=25 -hillchange=tree_skew,35 -length=2 -model=model_38061 -name=Icicle - -// 33385 -[loc_33385] -ambient=30 -contrast=25 -hillskew=yes -model=model_38074 -name=Compacted snow - -// 33386 -[loc_33386] -ambient=30 -contrast=25 -hillskew=yes -width=2 -length=2 -model=model_38072 -name=Compacted snow - -// 33387 -[loc_33387] -ambient=30 -contrast=25 -hillskew=yes -width=2 -length=2 -model=model_38078 -name=Compacted snow - -// 33388 -[loc_33388] -ambient=30 -contrast=25 -hillskew=yes -width=2 -length=2 -model=model_38075 -name=Compacted snow - -// 33389 -[loc_33389] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_38055 - -// 33390 -[loc_33390] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_38055 - -// 33391 -[loc_33391] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_38069 - -// 33392 -[loc_33392] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_38080,4 - -// 33393 -[loc_33393] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=11524 -recol1d=14727 -recolhsl2s=6682 -recolhsl2d=7462 -recolhsl3s=6806 -recolhsl3d=7457 -recol4s=8353 -recol4d=9477 -recolhsl5s=7054 -recolhsl5d=7447 -model=model_38070,4 - -// 33394 -[loc_33394] -anim=seq_9593 -ambient=64 -contrast=12 -model=model_38086,1 -model=model_38085,0 - -// 33395 -[loc_33395] -anim=seq_9593 -ambient=64 -contrast=12 -model=model_38088,5 - -// 33396 -[loc_33396] -active=no -contrast=25 -model=model_38065 - -// 33397 -[loc_33397] -active=no -ambient=30 -contrast=25 -length=2 -width=2 -model=model_38056 - -// 33398 -[loc_33398] -anim=seq_481 -ambient=25 -contrast=15 -mirror=yes -model=model_38091 -name=Pillar - -// 33399 -[loc_33399] -anim=seq_481 -ambient=25 -contrast=15 -model=model_38092 -name=Pillar - -// 33400 -[loc_33400] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=8353 -recol2s=6342 -recol2d=8353 -model=model_3184 -name=Rocks - -// 33401 -[loc_33401] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=8353 -model=model_3183 -name=Rocks - -// 33402 -[loc_33402] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=8353 -recol2s=6342 -recol2d=8353 -model=model_3195 -name=Rocks - -// 33403 -[loc_33403] -active=no -width=3 -length=3 -hillchange=skew_to_fit -recol1s=6240 -recol1d=3235 -model=model_35301 - -// 33404 -[loc_33404] -active=no -width=3 -length=3 -hillchange=skew_to_fit -recol1s=6240 -recol1d=3235 -model=model_35286 - -// 33405 -[loc_33405] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1124,0 - -// 33406 -[loc_33406] -hillskew=yes -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=11561 -recol2s=14594 -recol2d=11561 -recol3s=15618 -recol3d=11561 -model=model_1032,0 - -// 33407 -[loc_33407] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37528 - -// 33408 -[loc_33408] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37528 - -// 33409 -[loc_33409] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37526 - -// 33410 -[loc_33410] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37518 - -// 33411 -[loc_33411] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37520 - -// 33412 -[loc_33412] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37520 - -// 33413 -[loc_33413] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37532 - -// 33414 -[loc_33414] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37529 - -// 33415 -[loc_33415] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37522 - -// 33416 -[loc_33416] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37524 - -// 33417 -[loc_33417] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37530 - -// 33418 -[loc_33418] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37031,0 - -// 33419 -[loc_33419] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37040,0 - -// 33420 -[loc_33420] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_36965,0 - -// 33421 -[loc_33421] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_36975,0 - -// 33422 -[loc_33422] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37138,0 - -// 33423 -[loc_33423] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37138,0 - -// 33424 -[loc_33424] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37094,0 - -// 33425 -[loc_33425] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37043,0 - -// 33426 -[loc_33426] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37024,0 - -// 33427 -[loc_33427] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown90=yes -recolhsl1s=6672 -recolhsl1d=4 -recolhsl2s=6674 -recolhsl2d=3 -recolhsl3s=6676 -recolhsl3d=2 -retex1s=material_515 -retex1d=material_521 -model=model_37054,0 - -// 33428 -[loc_33428] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36934,1 -model=model_36924,4 -model=model_36922,5 - -// 33429 -[loc_33429] -active=no -model=model_36946 - -// 33430 -[loc_33430] -sharelight=yes -wallwidth=32 -model=model_35451,1 -model=model_35453,4 -model=model_35452,5 - -// 33431 -[loc_33431] -sharelight=yes -wallwidth=32 -model=model_36804,1 -model=model_36806,2 -model=model_36809,3 -model=model_36807,4 -model=model_36805,5 - -// 33432 -[loc_33432] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -retex1s=material_309 -retex1d=material_96 -model=model_27280,1 -model=model_27283,2 -model=model_27284,3 -model=model_27285,4 - -// 33433 -[loc_33433] -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -retex1s=material_309 -retex1d=material_96 -model=model_27302,1 - -// 33434 -[loc_33434] -sharelight=yes -contrast=10 -active=yes -blockwalk=yes -hillchange=tree_skew,100 -model=model_35644 -name=Window - -// 33435 -[loc_33435] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_37898,1 -model=model_37905,5 - -// 33436 -[loc_33436] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_37898,1 -model=model_37905,5 - -// 33437 -[loc_33437] -active=no -length=2 -width=2 -ambient=-5 -hillchange=skew_to_fit -model=model_35064 - -// 33438 -[loc_33438] -active=no -blockwalk=no -sharelight=yes -model=model_35881,Z - -// 33439 -[loc_33439] -active=no -blockwalk=no -sharelight=yes -model=model_35895,Z - -// 33440 -[loc_33440] -active=no -ambient=25 -contrast=25 -model=model_36375,0 - -// 33441 -[loc_33441] -active=no -ambient=25 -contrast=25 -model=model_36342,0 - -// 33442 -[loc_33442] -active=no -ambient=25 -contrast=25 -model=model_36377,0 - -// 33443 -[loc_33443] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7468 -recol2s=18955 -recol2d=13670 -recolhsl3s=7350 -recolhsl3d=7458 -recolhsl4s=7345 -recolhsl4d=7453 -recolhsl5s=7339 -recolhsl5d=7450 -model=model_35380,A -model=model_35375,S -model=model_35373,D -model=model_35381,G -model=model_35378,H -model=model_35382,Z -model=model_35383,X -model=model_35379,C - -// 33444 -[loc_33444] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7486 -recol2s=18955 -recol2d=19977 -recolhsl3s=7350 -recolhsl3d=7476 -recolhsl4s=7345 -recolhsl4d=7471 -recolhsl5s=7448 -recolhsl5d=7576 -recol6s=12649 -recol6d=14727 -model=model_35380,A -model=model_35375,S -model=model_35373,D -model=model_35381,G -model=model_35378,H -model=model_35382,Z -model=model_35383,X -model=model_35379,C - -// 33445 -[loc_33445] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7468 -recol2s=18955 -recol2d=13670 -recolhsl3s=7350 -recolhsl3d=7458 -recolhsl4s=7345 -recolhsl4d=7453 -recolhsl5s=7339 -recolhsl5d=7450 -recolhsl6s=7336 -recolhsl6d=7447 -model=model_36068,A -model=model_36055,S -model=model_36069,D -model=model_36066,G - -// 33446 -[loc_33446] -active=no -hillskew=yes -ambient=15 -contrast=25 -hardshadow=no -forcedecor=yes -recolhsl1s=8076 -recolhsl1d=31850 -recolhsl2s=7952 -recolhsl2d=31837 -recolhsl3s=7700 -recolhsl3d=31832 -recolhsl4s=7950 -recolhsl4d=31834 -retex1s=material_300 -retex1d=material_502 -model=model_33977,0 - -// 33447 -[loc_33447] -active=no -hillskew=yes -ambient=15 -contrast=25 -hardshadow=no -forcedecor=yes -recolhsl1s=8076 -recolhsl1d=31850 -recolhsl2s=7952 -recolhsl2d=31837 -recolhsl3s=7700 -recolhsl3d=31832 -recolhsl4s=7950 -recolhsl4d=31834 -retex1s=material_300 -retex1d=material_502 -model=model_33978,0 - -// 33448 -[loc_33448] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=14695 -recol1d=5184 -recolhsl2s=6563 -recolhsl2d=2449 -recolhsl3s=6451 -recolhsl3d=2453 -model=model_33371,0 - -// 33449 -[loc_33449] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=14695 -recol1d=5184 -recolhsl2s=6563 -recolhsl2d=2449 -recolhsl3s=6451 -recolhsl3d=2453 -model=model_33370,0 - -// 33450 -[loc_33450] -sharelight=yes -ambient=-45 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=5410 -recolhsl1d=21523 -recolhsl2s=7566 -recolhsl2d=21519 -recolhsl3s=5404 -recolhsl3d=21531 -model=model_35984,0 - -// 33451 -[loc_33451] -sharelight=yes -ambient=-45 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=5410 -recolhsl1d=21523 -recolhsl2s=7566 -recolhsl2d=21519 -recolhsl3s=5404 -recolhsl3d=21531 -model=model_36001,0 - -// 33452 -[loc_33452] -sharelight=yes -ambient=-45 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=5410 -recolhsl1d=21523 -recolhsl2s=7566 -recolhsl2d=21519 -recolhsl3s=5404 -recolhsl3d=21531 -model=model_35960,0 - -// 33453 -[loc_33453] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_36013,1 -model=model_36007,2 -model=model_35989,3 -model=model_35990,4 -model=model_35986,5 -model=model_35999,0 - -// 33454 -[loc_33454] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_36012,1 -model=model_35966,2 -model=model_35981,3 -model=model_36003,4 -model=model_36009,5 -model=model_35969,0 - -// 33455 -[loc_33455] -anim=seq_9586 -active=no -ambient=43 -contrast=22 -bgsound=synth_4472,1 -recol1s=11561 -recol1d=16842 -recol2s=7329 -recol2d=22059 -recol3s=3104 -recol3d=14662 -recol4s=6272 -recol4d=19946 -recol5s=5216 -recol5d=19946 -recol6s=11557 -recol6d=19911 -model=model_11821,Q - -// 33456 -[loc_33456] -anim=seq_9585 -ambient=20 -bgsound=synth_2065,3 -model=model_2255,Q - -// 33457 -[loc_33457] -width=2 -length=2 -active=no -hillchange=skew_to_fit -model=model_34958 - -// 33458 -[loc_33458] -length=2 -blockrange=no -model=model_35856 -name=Sink - -// 33459 -[loc_33459] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_35972,1 -model=model_35975,0 - -// 33460 -[loc_33460] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_33976,0 - -// 33461 -[loc_33461] -op1=Open -forceapproach=south -model=model_35907 -name=Drawers - -// 33462 -[loc_33462] -op2=Search -op3=Shut -forceapproach=south -model=model_35903 -name=Drawers - -// 33463 -[loc_33463] -width=2 -model=model_35842 -name=Dresser - -// 33464 -[loc_33464] -anim=seq_481 -ambient=20 -bgsound=synth_4472,1 -offsety=-32 -recol1s=8456 -recol1d=8387 -model=model_2255,Q - -// 33465 -[loc_33465] -anim=seq_481 -ambient=20 -bgsound=synth_4472,1 -offsety=-32 -offsetx=8 -recol1s=8456 -recol1d=8387 -model=model_2255,Q - -// 33466 -[loc_33466] -anim=seq_481 -ambient=20 -bgsound=synth_4472,1 -offsety=-32 -offsetx=-8 -recol1s=8456 -recol1d=8387 -model=model_2255,Q - -// 33467 -[loc_33467] -anim=seq_481 -ambient=20 -bgsound=synth_4472,1 -offsety=-32 -offsetz=8 -recol1s=8456 -recol1d=8387 -model=model_2255,Q - -// 33468 -[loc_33468] -anim=seq_481 -ambient=20 -bgsound=synth_4472,1 -offsety=-32 -offsetz=-10 -recol1s=8456 -recol1d=8387 -model=model_2255,Q - -// 33469 -[loc_33469] -anim=seq_2870 -bgsound=synth_4472,1 -hardshadow=no -model=model_37967,1 -model=model_37974,Q - -// 33470 -[loc_33470] -anim=seq_2870 -bgsound=synth_4472,1 -hardshadow=no -recol1s=32767 -recol1d=20048 -recol2s=25236 -recol2d=16877 -model=model_37967,1 -model=model_37974,Q - -// 33471 -[loc_33471] -anim=seq_9154 -bgsound=synth_4472,1 -hardshadow=no -recol1s=32767 -recol1d=20048 -recol2s=25236 -recol2d=16877 -model=model_37967,1 -model=model_37974,Q - -// 33472 -[loc_33472] -ambient=60 -anim=seq_4125 -active=yes -model=model_35956,Q -name=Oil lamp - -// 33473 -[loc_33473] -ambient=60 -active=no -model=model_35955,Q - -// 33474 -[loc_33474] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11649,1 - -// 33475 -[loc_33475] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11654,1 - -// 33476 -[loc_33476] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_11654,1 - -// 33477 -[loc_33477] -ambient=20 -recol1s=7365 -recol1d=8353 -recolhsl2s=5281 -recolhsl2d=6939 -recolhsl3s=18 -recolhsl3d=6922 -model=model_14821,Q - -// 33478 -[loc_33478] -anim=seq_9585 -bgsound=synth_4472,1 -recol1s=8456 -recol1d=8353 -model=model_2255,Q - -// 33479 -[loc_33479] -width=3 -length=3 -active=no -sharelight=yes -hillchange=ceiling_skew -model=model_34993 - -// 33480 -[loc_33480] -active=no -sharelight=yes -hillchange=ceiling_skew -model=model_35027 - -// 33481 -[loc_33481] -resizez=128 -resizex=128 -resizey=36 -active=no -shadow=no -recol1s=20935 -recol1d=9445 -model=model_35189 - -// 33482 -[loc_33482] -resizez=128 -resizex=128 -resizey=66 -active=no -shadow=no -recol1s=20935 -recol1d=9445 -model=model_4246,4 - -// 33483 -[loc_33483] -active=no -hillchange=skew_to_fit -recol1s=24137 -recol1d=10535 -recol2s=20935 -recol2d=9478 -model=model_35180 - -// 33484 -[loc_33484] -active=no -ambient=10 -shadow=no -width=4 -length=3 -anim=seq_6731 -offsety=82 -offsetz=-128 -hardshadow=no -model=model_36862 - -// 33485 -[loc_33485] -active=no -ambient=10 -shadow=no -width=4 -length=3 -anim=seq_6731 -offsety=82 -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_26816 - -// 33486 -[loc_33486] -active=no -ambient=10 -shadow=no -width=5 -length=2 -anim=seq_6731 -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_26821 - -// 33487 -[loc_33487] -active=no -ambient=10 -shadow=no -width=4 -length=2 -anim=seq_6731 -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_26818 - -// 33488 -[loc_33488] -op1=Open -blockwalk=yes -model=model_38004 -name=Chest - -// 33489 -[loc_33489] -sharelight=yes -hillskew=yes -retex1s=material_92 -retex1d=material_96 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 33490 -[loc_33490] -sharelight=yes -hillskew=yes -recol1s=3203 -recol1d=7431 -recol2s=4260 -recol2d=7431 -recol3s=5317 -recol3d=7431 -retex1s=material_92 -retex1d=material_96 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 33491 -[loc_33491] -sharelight=yes -hillskew=yes -hillskew=yes -mirror=yes -recol1s=3203 -recol1d=7431 -recol2s=4260 -recol2d=7431 -recol3s=5317 -recol3d=7431 -retex1s=material_92 -retex1d=material_96 -model=model_4471,1 -model=model_14788,3 -model=model_36915,5 - -// 33492 -[loc_33492] -sharelight=yes -hillskew=yes -recol1s=3203 -recol1d=7431 -recol2s=4260 -recol2d=7431 -recol3s=5317 -recol3d=7431 -retex1s=material_92 -retex1d=material_96 -model=model_4468,1 -model=model_4469,4 -model=model_4470,5 - -// 33493 -[loc_33493] -anim=seq_9585 -bgsound=synth_4472,1 -hardshadow=no -recol1s=7399 -recol1d=7431 -recol2s=8456 -recol2d=7431 -recol3s=10401 -recol3d=5283 -model=model_2255,Q - -// 33494 -[loc_33494] -active=no -anim=seq_9585 -ambient=25 -contrast=15 -bgsound=synth_4472,1 -recol1s=10401 -recol1d=9377 -model=model_2255,Q - -// 33495 -[loc_33495] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6672 -recolhsl3s=6026 -recolhsl3d=6668 -recolhsl4s=5000 -recolhsl4d=6664 -recolhsl5s=3845 -recolhsl5d=6660 -retex1s=material_70 -retex1d=material_418 -model=model_33970 - -// 33496 -[loc_33496] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6672 -recolhsl3s=6026 -recolhsl3d=6668 -recolhsl4s=5000 -recolhsl4d=6664 -recolhsl5s=3845 -recolhsl5d=6660 -retex1s=material_70 -retex1d=material_418 -model=model_33972 - -// 33497 -[loc_33497] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6672 -recolhsl3s=6026 -recolhsl3d=6668 -recolhsl4s=5000 -recolhsl4d=6664 -recolhsl5s=3845 -recolhsl5d=6660 -retex1s=material_70 -retex1d=material_418 -model=model_33971 - -// 33498 -[loc_33498] -length=3 -anim=seq_478 -bgsound=synth_2066,5 -model=model_35865 -name=Fireplace - -// 33499 -[loc_33499] -anim=seq_477 -bgsound=synth_2200,5 -model=model_35877 -name=Cooking pot - -// 33500 -[loc_33500] -length=2 -forceapproach=east -bgsound=synth_2065,5 -model=model_35797 -name=Range - -// 33501 -[loc_33501] -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=8453 -recol1d=24275 -recol2s=7396 -recol2d=24242 -recol3s=6339 -recol3d=23185 -recol4s=5282 -recol4d=22161 -recol5s=4225 -recol5d=22095 -model=model_38130,0 - -// 33502 -[loc_33502] -length=2 -op1=Open -forceapproach=east -blockwalk=no -model=model_35870 -name=Cupboard - -// 33503 -[loc_33503] -length=2 -op1=Search -op2=Close -forceapproach=east -blockwalk=yes -raiseobject=no -model=model_35873 -name=Cupboard - -// 33504 -[loc_33504] -ambient=25 -contrast=15 -model=model_36661,1 -model=model_36647,2 -model=model_36650,3 -model=model_36657,5 - -// 33505 -[loc_33505] -ambient=25 -contrast=15 -model=model_36655,1 - -// 33506 -[loc_33506] -ambient=25 -contrast=15 -model=model_36654,1 - -// 33507 -[loc_33507] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36579,1 -model=model_42902,2 -model=model_36635,3 -model=model_36630,4 -model=model_36603,5 - -// 33508 -[loc_33508] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36608 - -// 33509 -[loc_33509] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -recolhsl4s=6550 -recolhsl4d=5408 -recol5s=10501 -recol5d=9445 -model=model_36608 - -// 33510 -[loc_33510] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -recolhsl4s=6550 -recolhsl4d=5408 -recol5s=10501 -recol5d=9445 -model=model_36599 - -// 33511 -[loc_33511] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -recolhsl4s=6550 -recolhsl4d=5408 -recol5s=10501 -recol5d=9445 -model=model_36599 - -// 33512 -[loc_33512] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -recolhsl4s=6550 -recolhsl4d=5408 -recol5s=10501 -recol5d=9445 -model=model_36622,1 - -// 33513 -[loc_33513] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -recolhsl4s=6550 -recolhsl4d=5408 -recol5s=10501 -recol5d=9445 -model=model_36622,1 - -// 33514 -[loc_33514] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36614,1 - -// 33515 -[loc_33515] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36614,1 - -// 33516 -[loc_33516] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36631,1 -model=model_36585,4 - -// 33517 -[loc_33517] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36628,1 - -// 33518 -[loc_33518] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36602,1 -model=model_36616,4 - -// 33519 -[loc_33519] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36584,1 - -// 33520 -[loc_33520] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36601,1 - -// 33521 -[loc_33521] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36604,1 - -// 33522 -[loc_33522] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36586,1 - -// 33523 -[loc_33523] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36626,1 - -// 33524 -[loc_33524] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36620,1 - -// 33525 -[loc_33525] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36589,1 - -// 33526 -[loc_33526] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36589,1 - -// 33527 -[loc_33527] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36638,1 - -// 33528 -[loc_33528] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36609,1 -model=model_36582,3 - -// 33529 -[loc_33529] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36587,1 - -// 33530 -[loc_33530] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36587,1 - -// 33531 -[loc_33531] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36609,1 -model=model_36582,3 - -// 33532 -[loc_33532] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36618,1 -model=model_36592,2 -model=model_36640,3 -model=model_36634,4 -model=model_36611,5 - -// 33533 -[loc_33533] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36612,1 - -// 33534 -[loc_33534] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36612,1 - -// 33535 -[loc_33535] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36613,1 -model=model_36607,2 -model=model_36598,3 -model=model_36621,4 -model=model_36636,5 - -// 33536 -[loc_33536] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36633,1 - -// 33537 -[loc_33537] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -retex1s=material_563 -retex1d=material_561 -retex2s=material_64 -retex2d=material_63 -retex3s=material_73 -retex3d=material_63 -model=model_36613,1 -model=model_36607,2 -model=model_36598,3 -model=model_36621,4 -model=model_36636,5 - -// 33538 -[loc_33538] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36583,2 - -// 33539 -[loc_33539] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36619,1 - -// 33540 -[loc_33540] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36619,1 - -// 33541 -[loc_33541] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36632,1 - -// 33542 -[loc_33542] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36632,1 - -// 33543 -[loc_33543] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36605,1 - -// 33544 -[loc_33544] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36605,1 - -// 33545 -[loc_33545] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36600,1 - -// 33546 -[loc_33546] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36600,1 - -// 33547 -[loc_33547] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36625,1 -model=model_36615,3 -model=model_36580,5 - -// 33548 -[loc_33548] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36590 - -// 33549 -[loc_33549] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36627 - -// 33550 -[loc_33550] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36641,1 - -// 33551 -[loc_33551] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36641,1 - -// 33552 -[loc_33552] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36588,1 - -// 33553 -[loc_33553] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36588,1 - -// 33554 -[loc_33554] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36624,1 - -// 33555 -[loc_33555] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36596,1 - -// 33556 -[loc_33556] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36624,1 - -// 33557 -[loc_33557] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -mirror=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36596,1 - -// 33558 -[loc_33558] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36637,1 - -// 33559 -[loc_33559] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36595,1 - -// 33560 -[loc_33560] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36597,1 - -// 33561 -[loc_33561] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36623,1 -model=model_36591,2 -model=model_36617,3 -model=model_36639,4 -model=model_36581,5 - -// 33562 -[loc_33562] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36606,1 - -// 33563 -[loc_33563] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36606,1 - -// 33564 -[loc_33564] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36610,1 - -// 33565 -[loc_33565] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_36593,4 - -// 33566 -[loc_33566] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=5408 -recol2s=8484 -recol2d=8388 -model=model_5356 - -// 33567 -[loc_33567] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=5408 -recol2s=8484 -recol2d=8388 -model=model_5357 - -// 33568 -[loc_33568] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=5408 -recol2s=8484 -recol2d=8388 -model=model_5358 - -// 33569 -[loc_33569] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=5408 -recol2s=8484 -recol2d=8388 -model=model_5360 - -// 33570 -[loc_33570] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=5408 -recol2s=8484 -recol2d=8388 -model=model_5359 - -// 33571 -[loc_33571] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=5408 -recol2s=8484 -recol2d=8388 -model=model_5361 - -// 33572 -[loc_33572] -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=5408 -recolhsl2s=21646 -recolhsl2d=5408 -recolhsl3s=7446 -recolhsl3d=5408 -recolhsl4s=5272 -recolhsl4d=5396 -recolhsl5s=10382 -recolhsl5d=5396 -model=model_17924,0 - -// 33573 -[loc_33573] -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=5408 -recolhsl2s=21646 -recolhsl2d=5408 -recolhsl3s=7446 -recolhsl3d=5408 -recolhsl4s=5272 -recolhsl4d=5396 -recolhsl5s=10382 -recolhsl5d=5396 -model=model_17924,0 - -// 33574 -[loc_33574] -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=5408 -recolhsl2s=21646 -recolhsl2d=5408 -recolhsl3s=7446 -recolhsl3d=5408 -recolhsl4s=5272 -recolhsl4d=5396 -recolhsl5s=10382 -recolhsl5d=5396 -model=model_17924,0 - -// 33575 -[loc_33575] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=5408 -recolhsl2s=21646 -recolhsl2d=5408 -recolhsl3s=7446 -recolhsl3d=5408 -recolhsl4s=5272 -recolhsl4d=5396 -recolhsl5s=10382 -recolhsl5d=5396 -model=model_17922,0 - -// 33576 -[loc_33576] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=5408 -recolhsl2s=21646 -recolhsl2d=5408 -recolhsl3s=7446 -recolhsl3d=5408 -recolhsl4s=5272 -recolhsl4d=5396 -recolhsl5s=10382 -recolhsl5d=5396 -model=model_17922,0 - -// 33577 -[loc_33577] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=5408 -recolhsl2s=21646 -recolhsl2d=5408 -recolhsl3s=7446 -recolhsl3d=5408 -recolhsl4s=5272 -recolhsl4d=5396 -recolhsl5s=10382 -recolhsl5d=5396 -model=model_17922,0 - -// 33578 -[loc_33578] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=5408 -recolhsl2s=21646 -recolhsl2d=5408 -recolhsl3s=7446 -recolhsl3d=5408 -recolhsl4s=5272 -recolhsl4d=5396 -recolhsl5s=10382 -recolhsl5d=5396 -model=model_17922,0 - -// 33579 -[loc_33579] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=5408 -recolhsl2s=21646 -recolhsl2d=5408 -recolhsl3s=7446 -recolhsl3d=5408 -recolhsl4s=5272 -recolhsl4d=5396 -recolhsl5s=10382 -recolhsl5d=5396 -model=model_17922,0 - -// 33580 -[loc_33580] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=5408 -recolhsl2s=21646 -recolhsl2d=5408 -recolhsl3s=7446 -recolhsl3d=5408 -recolhsl4s=5272 -recolhsl4d=5396 -recolhsl5s=10382 -recolhsl5d=5396 -model=model_17922,0 - -// 33581 -[loc_33581] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36568 - -// 33582 -[loc_33582] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36545 - -// 33583 -[loc_33583] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36547,1 -model=model_36572,2 -model=model_36554,5 - -// 33584 -[loc_33584] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36566,1 - -// 33585 -[loc_33585] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=32 -model=model_36566,1 - -// 33586 -[loc_33586] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36553,5 - -// 33587 -[loc_33587] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36569,1 -model=model_36550,2 -model=model_36570,5 - -// 33588 -[loc_33588] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36561 -model=model_36550 - -// 33589 -[loc_33589] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=32 -model=model_36561 -model=model_36550 - -// 33590 -[loc_33590] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36546,1 - -// 33591 -[loc_33591] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36573,1 - -// 33592 -[loc_33592] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=32 -model=model_36573,1 - -// 33593 -[loc_33593] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36542 -model=model_36550 - -// 33594 -[loc_33594] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36551,1 - -// 33595 -[loc_33595] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=32 -model=model_36542 -model=model_36550 - -// 33596 -[loc_33596] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=32 -model=model_36551,1 - -// 33597 -[loc_33597] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36557,1 -model=model_36555,2 -model=model_36575,5 - -// 33598 -[loc_33598] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36562,1 - -// 33599 -[loc_33599] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=32 -occlude=yes -model=model_36562,1 - -// 33600 -[loc_33600] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36558,1 - -// 33601 -[loc_33601] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36567,1 - -// 33602 -[loc_33602] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=32 -model=model_36567,1 - -// 33603 -[loc_33603] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36576,1 -model=model_36577,5 - -// 33604 -[loc_33604] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36544 - -// 33605 -[loc_33605] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36564 - -// 33606 -[loc_33606] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36565 - -// 33607 -[loc_33607] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36578 - -// 33608 -[loc_33608] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_36565 - -// 33609 -[loc_33609] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36560 - -// 33610 -[loc_33610] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36548 - -// 33611 -[loc_33611] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36571 - -// 33612 -[loc_33612] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36543 - -// 33613 -[loc_33613] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36549 - -// 33614 -[loc_33614] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36563 - -// 33615 -[loc_33615] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36556 - -// 33616 -[loc_33616] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36559 - -// 33617 -[loc_33617] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36552,1 - -// 33618 -[loc_33618] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36574,1 - -// 33619 -[loc_33619] -sharelight=yes -contrast=15 -ambient=25 -recol1s=7329 -recol1d=4228 -model=model_1050,0 - -// 33620 -[loc_33620] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25250,A -model=model_25259,S -model=model_25255,D -model=model_25256,F -model=model_25257,G -model=model_25258,H -model=model_25275,Z -model=model_25274,X -model=model_31122,C -model=model_25267,V -model=model_25236,A -model=model_25241,S -model=model_25237,D -model=model_25238,F -model=model_25239,G -model=model_25240,H -model=model_25244,Z -model=model_25243,X -model=model_31692,C -model=model_25242,V - -// 33621 -[loc_33621] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_36594,H -model=model_36642,H - -// 33622 -[loc_33622] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_36629,H -model=model_36642,H - -// 33623 -[loc_33623] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25249,H -model=model_25235,H - -// 33624 -[loc_33624] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25276,A -model=model_25229,A - -// 33625 -[loc_33625] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25247,A -model=model_25228,A - -// 33626 -[loc_33626] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25248,A -model=model_25230,A - -// 33627 -[loc_33627] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25268,A -model=model_25269,Z -model=model_25245,A -model=model_25246,Z - -// 33628 -[loc_33628] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25270,A -model=model_25271,Z -model=model_25245,A -model=model_25246,Z - -// 33629 -[loc_33629] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25251,A -model=model_25252,D -model=model_25253,H -model=model_25254,Z -model=model_25224,A -model=model_25225,D -model=model_25226,H -model=model_25227,Z - -// 33630 -[loc_33630] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25272,A -model=model_25273,Z -model=model_25245,A -model=model_25246,Z - -// 33631 -[loc_33631] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25264,S -model=model_25260,D -model=model_25261,H -model=model_25234,S -model=model_25231,D -model=model_25232,H - -// 33632 -[loc_33632] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_25263,S -model=model_25262,D -model=model_25233,S -model=model_25223,D - -// 33633 -[loc_33633] -contrast=15 -ambient=25 -recolhsl1s=10396 -recolhsl1d=10402 -recolhsl2s=7322 -recolhsl2d=9382 -recol3s=7364 -recol3d=12648 -recolhsl4s=7442 -recolhsl4d=7337 -recol5s=5250 -recol5d=11592 -retex1s=material_148 -retex1d=material_72 -retex2s=material_146 -retex2d=material_83 -model=model_24746,1 -model=model_24747,2 -model=model_24748,3 - -// 33634 -[loc_33634] -contrast=15 -ambient=25 -recolhsl1s=10396 -recolhsl1d=10402 -recolhsl2s=7322 -recolhsl2d=9382 -recol3s=7364 -recol3d=12648 -recolhsl4s=7442 -recolhsl4d=7337 -recol5s=5250 -recol5d=11592 -model=model_24751,1 - -// 33635 -[loc_33635] -contrast=15 -ambient=25 -recolhsl1s=10396 -recolhsl1d=10402 -recolhsl2s=7322 -recolhsl2d=9382 -recol3s=7364 -recol3d=12648 -recolhsl4s=7442 -recolhsl4d=7337 -recol5s=5250 -recol5d=11592 -retex1s=material_148 -retex1d=material_72 -retex2s=material_146 -retex2d=material_83 -model=model_24745,1 - -// 33636 -[loc_33636] -contrast=15 -ambient=25 -mirror=yes -recolhsl1s=10396 -recolhsl1d=10402 -recolhsl2s=7322 -recolhsl2d=9382 -recol3s=7364 -recol3d=12648 -recolhsl4s=7442 -recolhsl4d=7337 -recol5s=5250 -recol5d=11592 -retex1s=material_148 -retex1d=material_72 -retex2s=material_146 -retex2d=material_83 -model=model_24745,1 - -// 33637 -[loc_33637] -contrast=15 -ambient=25 -mirror=yes -blockwalk=no -recolhsl1s=10396 -recolhsl1d=10402 -recolhsl2s=7322 -recolhsl2d=9382 -recol3s=7364 -recol3d=12648 -recolhsl4s=7442 -recolhsl4d=7337 -recol5s=5250 -recol5d=11592 -retex1s=material_148 -retex1d=material_72 -model=model_24750,1 - -// 33638 -[loc_33638] -contrast=15 -ambient=25 -mirror=yes -blockwalk=no -offsety=240 -msi=msi_22 -recolhsl1s=10396 -recolhsl1d=10402 -recolhsl2s=7322 -recolhsl2d=9382 -recol3s=7364 -recol3d=12648 -recolhsl4s=7442 -recolhsl4d=7337 -recol5s=5250 -recol5d=11592 -retex1s=material_148 -retex1d=material_72 -model=model_24750,1 - -// 33639 -[loc_33639] -sharelight=yes -contrast=15 -ambient=25 -recol1s=8455 -recol1d=10535 -recol2s=12683 -recol2d=10535 -recol3s=9512 -recol3d=10535 -recol4s=11626 -recol4d=10535 -model=model_25105,1 -model=model_25106,2 -model=model_25107,3 -model=model_25108,5 - -// 33640 -[loc_33640] -active=no -sharelight=yes -contrast=15 -ambient=25 -recol1s=8455 -recol1d=10535 -recol2s=12683 -recol2d=10535 -recol3s=9512 -recol3d=10535 -recol4s=11626 -recol4d=10535 -model=model_25105 -model2=model_25109 - -// 33641 -[loc_33641] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36683,1 -model=model_36739,3 - -// 33642 -[loc_33642] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36687,1 - -// 33643 -[loc_33643] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -mirror=yes -occlude=yes -model=model_36687,1 - -// 33644 -[loc_33644] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36683,1 -model=model_36739,3 - -// 33645 -[loc_33645] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36732,1 - -// 33646 -[loc_33646] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36727,1 - -// 33647 -[loc_33647] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -mirror=yes -occlude=yes -model=model_36727,1 - -// 33648 -[loc_33648] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36722,1 - -// 33649 -[loc_33649] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -mirror=yes -occlude=yes -model=model_36722,1 - -// 33650 -[loc_33650] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36705,1 -model=model_36730,4 - -// 33651 -[loc_33651] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36689,1 - -// 33652 -[loc_33652] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36713,1 -model=model_42904,3 - -// 33653 -[loc_33653] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36746,1 -model=model_36748,3 -model=model_36755,1 -model=model_36752,3 - -// 33654 -[loc_33654] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36746 -model=model_36755 - -// 33655 -[loc_33655] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36753,1 -model=model_36750,1 - -// 33656 -[loc_33656] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -mirror=yes -model=model_36753,1 -model=model_36750,1 - -// 33657 -[loc_33657] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36753,1 -model=model_36745,1 - -// 33658 -[loc_33658] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36753,1 -model=model_36749,1 - -// 33659 -[loc_33659] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36753,1 -model=model_36747,1 - -// 33660 -[loc_33660] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -mirror=yes -model=model_36753,1 -model=model_36747,1 - -// 33661 -[loc_33661] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36736,1 - -// 33662 -[loc_33662] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -mirror=yes -occlude=yes -model=model_36736,1 - -// 33663 -[loc_33663] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36691,1 -model=model_36695,4 - -// 33664 -[loc_33664] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36711,1 - -// 33665 -[loc_33665] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -mirror=yes -occlude=yes -model=model_36711,1 - -// 33666 -[loc_33666] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -model=model_36728,1 - -// 33667 -[loc_33667] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -model=model_36735,1 - -// 33668 -[loc_33668] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -mirror=yes -model=model_36735,1 - -// 33669 -[loc_33669] -active=no -contrast=15 -ambient=25 -blockwalk=yes -length=2 -anim=seq_9643 -model=model_36744 -model=model_36471 - -// 33670 -[loc_33670] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -model=model_36706,1 - -// 33671 -[loc_33671] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36685,1 -model=model_36701,3 -model=model_36707,4 - -// 33672 -[loc_33672] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36751,1 -model=model_36754,1 - -// 33673 -[loc_33673] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_36751,1 -model=model_36754,1 - -// 33674 -[loc_33674] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36751 -model=model_36754 - -// 33675 -[loc_33675] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_36751 -model=model_36754 - -// 33676 -[loc_33676] -active=no -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -model=model_36685,1 -model=model_36701,3 -model=model_36707,4 - -// 33677 -[loc_33677] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_36719,1 - -// 33678 -[loc_33678] -active=no -contrast=15 -ambient=25 -model=model_36721,0 - -// 33679 -[loc_33679] -active=no -contrast=15 -ambient=25 -model=model_36725,0 - -// 33680 -[loc_33680] -active=no -contrast=15 -ambient=25 -model=model_36697,0 - -// 33681 -[loc_33681] -active=no -contrast=15 -ambient=25 -mirror=yes -model=model_36697,0 - -// 33682 -[loc_33682] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36716,Z - -// 33683 -[loc_33683] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36724,Z - -// 33684 -[loc_33684] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_36724,Z - -// 33685 -[loc_33685] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36717 - -// 33686 -[loc_33686] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -model=model_36699 - -// 33687 -[loc_33687] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=120 -model=model_36699 - -// 33688 -[loc_33688] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36726 - -// 33689 -[loc_33689] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -model=model_36694 - -// 33690 -[loc_33690] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=120 -model=model_36694 - -// 33691 -[loc_33691] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36737 - -// 33692 -[loc_33692] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=60 -model=model_36710 - -// 33693 -[loc_33693] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=60 -model=model_36710 - -// 33694 -[loc_33694] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -model=model_36718 - -// 33695 -[loc_33695] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -model=model_36690 - -// 33696 -[loc_33696] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=120 -model=model_36718 - -// 33697 -[loc_33697] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36680 - -// 33698 -[loc_33698] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36679,1 - -// 33699 -[loc_33699] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36679,1 - -// 33700 -[loc_33700] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=120 -model=model_36679,1 - -// 33701 -[loc_33701] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=120 -model=model_36679,1 - -// 33702 -[loc_33702] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36723,1 - -// 33703 -[loc_33703] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36723,1 - -// 33704 -[loc_33704] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=120 -model=model_36723,1 - -// 33705 -[loc_33705] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=120 -model=model_36723,1 - -// 33706 -[loc_33706] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36709,1 - -// 33707 -[loc_33707] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36709,1 - -// 33708 -[loc_33708] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=60 -model=model_36709,1 - -// 33709 -[loc_33709] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=60 -model=model_36709,1 - -// 33710 -[loc_33710] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36729,1 - -// 33711 -[loc_33711] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36729,1 - -// 33712 -[loc_33712] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=60 -model=model_36729,1 - -// 33713 -[loc_33713] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=60 -model=model_36709,1 - -// 33714 -[loc_33714] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36682,Z - -// 33715 -[loc_33715] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_36682,Z - -// 33716 -[loc_33716] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36688,Z - -// 33717 -[loc_33717] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_36688,Z - -// 33718 -[loc_33718] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36703,Z - -// 33719 -[loc_33719] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_36703,Z - -// 33720 -[loc_33720] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36708,Z - -// 33721 -[loc_33721] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_36708,Z - -// 33722 -[loc_33722] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_36715 - -// 33723 -[loc_33723] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -model=model_36715 - -// 33724 -[loc_33724] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_36733 - -// 33725 -[loc_33725] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -model=model_36733 - -// 33726 -[loc_33726] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_36698 - -// 33727 -[loc_33727] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -model=model_36698 - -// 33728 -[loc_33728] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_36738 - -// 33729 -[loc_33729] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -model=model_36738 - -// 33730 -[loc_33730] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_36700 - -// 33731 -[loc_33731] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -model=model_36700 - -// 33732 -[loc_33732] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_36740 - -// 33733 -[loc_33733] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -model=model_36740 - -// 33734 -[loc_33734] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -model=model_36681,1 - -// 33735 -[loc_33735] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -msi=msi_22 -model=model_36681,1 - -// 33736 -[loc_33736] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -model=model_36693,1 - -// 33737 -[loc_33737] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -msi=msi_22 -model=model_36693,1 - -// 33738 -[loc_33738] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -model=model_36731,1 - -// 33739 -[loc_33739] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -msi=msi_22 -model=model_36731,1 - -// 33740 -[loc_33740] -active=no -contrast=15 -ambient=25 -anim=seq_9644 -unknown90=yes -model=model_36743,0 - -// 33741 -[loc_33741] -active=no -contrast=15 -ambient=25 -mirror=yes -anim=seq_9644 -unknown90=yes -model=model_36743,0 - -// 33742 -[loc_33742] -active=no -contrast=15 -ambient=25 -anim=seq_9644 -randomanimframe=no -unknown90=yes -model=model_36742,0 - -// 33743 -[loc_33743] -active=no -contrast=15 -ambient=25 -mirror=yes -anim=seq_9644 -randomanimframe=no -unknown90=yes -model=model_36742,0 - -// 33744 -[loc_33744] -active=no -contrast=15 -ambient=25 -mirror=yes -model=model_36696,0 - -// 33745 -[loc_33745] -active=no -contrast=15 -ambient=25 -mirror=yes -model=model_36702,0 - -// 33746 -[loc_33746] -active=no -contrast=15 -ambient=25 -blockwalk=yes -width=2 -length=2 -resizex=100 -resizez=100 -resizey=100 -model=model_36712 - -// 33747 -[loc_33747] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36692,1 -model=model_36741,4 - -// 33748 -[loc_33748] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -model=model_36678 - -// 33749 -[loc_33749] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=13862 -recol2s=11776 -recol2d=11717 -recol3s=9633 -recol3d=8484 -recol4s=5473 -recol4d=5313 -model=model_11577,Q - -// 33750 -[loc_33750] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=13862 -recol2s=11776 -recol2d=11717 -recol3s=9633 -recol3d=8484 -recol4s=5473 -recol4d=5313 -model=model_11576,Q - -// 33751 -[loc_33751] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=13862 -recol2s=11776 -recol2d=11717 -recol3s=9633 -recol3d=8484 -recol4s=5473 -recol4d=5313 -model=model_11575,Q - -// 33752 -[loc_33752] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=12613 -recol2s=11776 -recol2d=11556 -recol3s=9633 -recol3d=10499 -recol4s=5473 -recol4d=9442 -model=model_11575,Q - -// 33753 -[loc_33753] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=12613 -recol2s=11776 -recol2d=11556 -recol3s=9633 -recol3d=10499 -recol4s=5473 -recol4d=9442 -model=model_11576,Q - -// 33754 -[loc_33754] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=12613 -recol2s=11776 -recol2d=11556 -recol3s=9633 -recol3d=10499 -recol4s=5473 -recol4d=9442 -model=model_11577,Q - -// 33755 -[loc_33755] -anim=seq_1733 -ambient=25 -contrast=15 -recol1s=11456 -recol1d=9445 -model=model_5523 -name=Weather vane - -// 33756 -[loc_33756] -ambient=25 -contrast=15 -model=model_36771,1 - -// 33757 -[loc_33757] -ambient=25 -contrast=15 -model=model_36789,1 -model=model_36786,4 - -// 33758 -[loc_33758] -ambient=25 -contrast=15 -sharelight=yes -anim=seq_9642 -model=model_36796,1 - -// 33759 -[loc_33759] -ambient=25 -contrast=15 -sharelight=yes -anim=seq_9642 -model=model_36799,1 - -// 33760 -[loc_33760] -ambient=25 -contrast=15 -sharelight=yes -anim=seq_9642 -model=model_36797,1 - -// 33761 -[loc_33761] -ambient=25 -contrast=15 -sharelight=yes -model=model_36759,1 -model=model_36760,4 - -// 33762 -[loc_33762] -ambient=25 -contrast=15 -sharelight=yes -model=model_36764,1 - -// 33763 -[loc_33763] -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -model=model_36764,1 - -// 33764 -[loc_33764] -ambient=25 -contrast=15 -sharelight=yes -model=model_36761,1 - -// 33765 -[loc_33765] -ambient=25 -contrast=15 -model=model_36773,1 - -// 33766 -[loc_33766] -ambient=25 -contrast=15 -blockwalk=no -model=model_36787,Z - -// 33767 -[loc_33767] -ambient=25 -contrast=15 -blockwalk=no -model=model_36765,Z - -// 33768 -[loc_33768] -ambient=25 -contrast=15 -model=model_36758,1 - -// 33769 -[loc_33769] -ambient=25 -contrast=15 -sharelight=yes -model=model_36763,1 - -// 33770 -[loc_33770] -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -model=model_36763,1 - -// 33771 -[loc_33771] -ambient=25 -contrast=15 -sharelight=yes -model=model_36791,1 -model=model_36775,3 -model=model_36779,4 - -// 33772 -[loc_33772] -ambient=25 -contrast=15 -sharelight=yes -model=model_36766,1 - -// 33773 -[loc_33773] -ambient=25 -contrast=15 -sharelight=yes -mirror=yes -model=model_36766,1 - -// 33774 -[loc_33774] -ambient=25 -contrast=15 -forcedecor=yes -model=model_36770,0 - -// 33775 -[loc_33775] -ambient=25 -contrast=15 -forcedecor=yes -model=model_36772,0 - -// 33776 -[loc_33776] -ambient=25 -contrast=15 -forcedecor=yes -model=model_36762,0 - -// 33777 -[loc_33777] -ambient=25 -contrast=15 -model=model_36774,1 -model=model_36767,2 -model=model_36790,3 -model=model_36782,4 -model=model_36788,5 - -// 33778 -[loc_33778] -ambient=25 -contrast=15 -model=model_36776,1 - -// 33779 -[loc_33779] -ambient=25 -contrast=15 -mirror=yes -model=model_36776,1 - -// 33780 -[loc_33780] -ambient=25 -contrast=15 -model=model_36781,1 - -// 33781 -[loc_33781] -ambient=25 -contrast=15 -mirror=yes -model=model_36781,1 - -// 33782 -[loc_33782] -ambient=25 -contrast=15 -offsety=45 -model=model_36778,1 -model=model_36784,4 - -// 33783 -[loc_33783] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36568 - -// 33784 -[loc_33784] -active=no -contrast=15 -ambient=25 -model=model_36777,Q - -// 33785 -[loc_33785] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11798 - -// 33786 -[loc_33786] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11799 - -// 33787 -[loc_33787] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11800 - -// 33788 -[loc_33788] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11795 - -// 33789 -[loc_33789] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11796 - -// 33790 -[loc_33790] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11797 - -// 33791 -[loc_33791] -ambient=25 -contrast=15 -recolhsl1s=5281 -recolhsl1d=5408 -recol2s=7365 -recol2d=9445 -recol3s=5252 -recol3d=8388 -model=model_14821,Q - -// 33792 -[loc_33792] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 33793 -[loc_33793] -ambient=25 -contrast=15 -blockwalk=yes -width=2 -recol1s=16846 -recol1d=32767 -recol2s=15789 -recol2d=20155 -recol3s=7296 -recol3d=12756 -model=model_36507 -name=Weapon rack - -// 33794 -[loc_33794] -ambient=25 -contrast=15 -blockwalk=yes -width=2 -recol1s=16846 -recol1d=32767 -recol2s=15789 -recol2d=20155 -recol3s=7296 -recol3d=12756 -model=model_36490 -name=Weapon rack - -// 33795 -[loc_33795] -anim=seq_3107 -ambient=25 -contrast=15 -model=model_38150,Q - -// 33796 -[loc_33796] -anim=seq_3107 -ambient=25 -contrast=15 -model=model_38149,Q - -// 33797 -[loc_33797] -ambient=25 -contrast=15 -model=model_36431,Q - -// 33798 -[loc_33798] -ambient=25 -contrast=15 -model=model_36492,Q - -// 33799 -[loc_33799] -anim=seq_9585 -ambient=20 -contrast=15 -bgsound=synth_4472,3 -hardshadow=no -recol1s=8456 -recol1d=8388 -recolhsl2s=28 -recolhsl2d=5408 -recol3s=10401 -recol3d=6342 -model=model_2255,Q - -// 33800 -[loc_33800] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6550 -recolhsl1d=5408 -recol2s=10501 -recol2d=9445 -model=model_36449,1 - -// 33801 -[loc_33801] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -blockrange=no -recolhsl1s=6550 -recolhsl1d=5408 -recol2s=10501 -recol2d=9445 -model=model_36449,1 - -// 33802 -[loc_33802] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6550 -recolhsl1d=5408 -recol2s=10501 -recol2d=9445 -model=model_36473,1 - -// 33803 -[loc_33803] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6550 -recolhsl1d=5408 -recol2s=10501 -recol2d=9445 -model=model_36441,1 - -// 33804 -[loc_33804] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -blockrange=no -model=model_36447,1 -model=model_36467,4 - -// 33805 -[loc_33805] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -model=model_36511,4 - -// 33806 -[loc_33806] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -recolhsl1s=6684 -recolhsl1d=5408 -recol2s=9409 -recol2d=9445 -recol3s=8353 -recol3d=8388 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 33807 -[loc_33807] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -hardshadow=no -blockrange=no -model=model_36488,1 - -// 33808 -[loc_33808] -active=no -ambient=-25 -hillchange=skew_to_fit -model=model_35123 - -// 33809 -[loc_33809] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -mirror=yes -hardshadow=no -blockrange=no -model=model_36488,1 - -// 33810 -[loc_33810] -active=no -ambient=-25 -hillchange=skew_to_fit -mirror=yes -model=model_35123 - -// 33811 -[loc_33811] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -blockrange=no -model=model_36444,1 - -// 33812 -[loc_33812] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -blockrange=no -model=model_36494,1 - -// 33813 -[loc_33813] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -mirror=yes -blockrange=no -model=model_36494,1 - -// 33814 -[loc_33814] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -hardshadow=no -blockrange=no -model=model_36435,1 - -// 33815 -[loc_33815] -active=no -ambient=-25 -hillchange=skew_to_fit -model=model_35310 - -// 33816 -[loc_33816] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -mirror=yes -hardshadow=no -blockrange=no -model=model_36435,1 - -// 33817 -[loc_33817] -active=no -ambient=-25 -hillchange=skew_to_fit -mirror=yes -model=model_35310 - -// 33818 -[loc_33818] -sharelight=yes -forcedecor=yes -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -hardshadow=no -recol1s=11523 -recol1d=5251 -recol2s=9409 -recol2d=9445 -recolhsl3s=5772 -recolhsl3d=5396 -model=model_1089,0 - -// 33819 -[loc_33819] -active=no -ambient=25 -contrast=15 -unknown90=yes -recolhsl1s=231 -recolhsl1d=39022 -recolhsl2s=63684 -recolhsl2d=39000 -recolhsl3s=60304 -recolhsl3d=40337 -recolhsl4s=60312 -recolhsl4d=40342 -recol5s=16523 -recol5d=6448 -recolhsl6s=61332 -recolhsl6d=40352 -model=model_24808,0 - -// 33820 -[loc_33820] -active=no -ambient=25 -contrast=15 -unknown90=yes -recolhsl1s=231 -recolhsl1d=39022 -recolhsl2s=63684 -recolhsl2d=39000 -recolhsl3s=60304 -recolhsl3d=40337 -recolhsl4s=60312 -recolhsl4d=40342 -recol5s=16523 -recol5d=6448 -recolhsl6s=61332 -recolhsl6d=40352 -model=model_24809,0 - -// 33821 -[loc_33821] -ambient=25 -contrast=15 -active=no -unknown90=yes -recolhsl1s=231 -recolhsl1d=39022 -recolhsl2s=63684 -recolhsl2d=39000 -recolhsl3s=60304 -recolhsl3d=40337 -recolhsl4s=60312 -recolhsl4d=40342 -recol5s=16523 -recol5d=6448 -recolhsl6s=61332 -recolhsl6d=40352 -model=model_24807,0 - -// 33822 -[loc_33822] -ambient=25 -contrast=15 -active=no -unknown90=yes -recolhsl1s=7580 -recolhsl1d=5278 -recol2s=18850 -recol2d=6308 -model=model_11818,0 - -// 33823 -[loc_33823] -ambient=25 -contrast=15 -active=no -unknown90=yes -recolhsl1s=7580 -recolhsl1d=5278 -recol2s=18850 -recol2d=6308 -model=model_11820,0 - -// 33824 -[loc_33824] -ambient=25 -contrast=15 -active=no -unknown90=yes -recolhsl1s=7580 -recolhsl1d=5278 -recol2s=18850 -recol2d=6308 -model=model_11819,0 - -// 33825 -[loc_33825] -ambient=25 -contrast=15 -blockrange=no -model=model_36478,Q - -// 33826 -[loc_33826] -active=yes -ambient=25 -contrast=15 -recol1s=32767 -recol1d=4405 -recol2s=12547 -recol2d=9445 -recol3s=6342 -recol3d=5251 -recol4s=8352 -recol4d=5251 -model=model_2099,Q -name=Javelin - -// 33827 -[loc_33827] -active=no -ambient=25 -contrast=15 -recol1s=12688 -recol1d=4405 -recol2s=8460 -recol2d=3278 -recol3s=14662 -recol3d=9445 -model=model_27567,Q - -// 33828 -[loc_33828] -active=no -ambient=25 -contrast=15 -recol1s=12688 -recol1d=4405 -recol2s=8460 -recol2d=3278 -recol3s=14662 -recol3d=9445 -model=model_36491,Q - -// 33829 -[loc_33829] -active=no -ambient=25 -contrast=15 -recolhsl1s=43193 -recolhsl1d=6303 -recolhsl2s=43177 -recolhsl2d=6292 -recol3s=14662 -recol3d=9445 -model=model_36491,Q - -// 33830 -[loc_33830] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_36482,0 - -// 33831 -[loc_33831] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_36437,0 - -// 33832 -[loc_33832] -active=no -hillskew=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_36483,0 - -// 33833 -[loc_33833] -active=no -hillskew=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_36475,0 - -// 33834 -[loc_33834] -active=yes -hillskew=yes -ambient=25 -contrast=15 -forcedecor=yes -op1=hidden -blockwalk=no -model=model_36461,0 -name=Archery Range - -// 33835 -[loc_33835] -active=no -ambient=25 -contrast=15 -model=model_36476,Q - -// 33836 -[loc_33836] -active=no -ambient=25 -contrast=15 -model=model_36503,Q - -// 33837 -[loc_33837] -active=no -ambient=25 -contrast=15 -model=model_36465,Q - -// 33838 -[loc_33838] -active=no -ambient=25 -contrast=15 -model=model_36440,Q - -// 33839 -[loc_33839] -ambient=25 -contrast=15 -model=model_36446,1 - -// 33840 -[loc_33840] -ambient=25 -contrast=15 -model=model_36500,Q - -// 33841 -[loc_33841] -ambient=25 -contrast=15 -mirror=yes -model=model_36500,Q - -// 33842 -[loc_33842] -length=2 -hillskew=yes -ambient=25 -contrast=15 -op1=Climb-over -msi=msi_70 -raiseobject=no -blockrange=no -recol1s=10501 -recol1d=9445 -recolhsl2s=6439 -recolhsl2d=5412 -recolhsl3s=6550 -recolhsl3d=5396 -model=model_7378 -name=Stile - -// 33843 -[loc_33843] -active=no -ambient=25 -contrast=15 -model=model_36486,0 - -// 33844 -[loc_33844] -active=no -ambient=25 -contrast=15 -model=model_36458,0 - -// 33845 -[loc_33845] -active=no -ambient=25 -contrast=15 -model=model_36468,0 - -// 33846 -[loc_33846] -active=no -ambient=25 -contrast=15 -shadow=no -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_36472 -model=model_36636 - -// 33847 -[loc_33847] -active=no -ambient=25 -contrast=15 -shadow=no -recolhsl1s=8390 -recolhsl1d=8380 -recolhsl2s=8076 -recolhsl2d=5396 -recol3s=9442 -recol3d=9445 -recol4s=7328 -recol4d=9445 -recolhsl5s=7582 -recolhsl5d=5408 -recolhsl6s=7706 -recolhsl6d=5412 -model=model_36455 -model=model_36607 - -// 33848 -[loc_33848] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 - -// 33849 -[loc_33849] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_36509,1 - -// 33850 -[loc_33850] -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_18515,1 -name=Gate - -// 33851 -[loc_33851] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36509,1 - -// 33852 -[loc_33852] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_36464,1 - -// 33853 -[loc_33853] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36464,1 - -// 33854 -[loc_33854] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_36430,1 - -// 33855 -[loc_33855] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36430,1 - -// 33856 -[loc_33856] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_36459 - -// 33857 -[loc_33857] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36459 - -// 33858 -[loc_33858] -ambient=25 -contrast=15 -occlude=yes -wallwidth=16 -model=model_36668,1 -model=model_36671,3 - -// 33859 -[loc_33859] -ambient=25 -contrast=15 -occlude=yes -wallwidth=16 -model=model_36672,1 - -// 33860 -[loc_33860] -ambient=25 -contrast=15 -occlude=yes -wallwidth=16 -model=model_36676,1 - -// 33861 -[loc_33861] -ambient=25 -contrast=15 -occlude=yes -wallwidth=16 -mirror=yes -model=model_36676,1 - -// 33862 -[loc_33862] -ambient=25 -contrast=15 -occlude=yes -wallwidth=16 -model=model_36670,3 - -// 33863 -[loc_33863] -ambient=25 -contrast=15 -occlude=yes -wallwidth=16 -model=model_36675,1 - -// 33864 -[loc_33864] -ambient=25 -contrast=15 -occlude=yes -wallwidth=16 -model=model_36673,1 - -// 33865 -[loc_33865] -ambient=25 -contrast=15 -model=model_36669,1 - -// 33866 -[loc_33866] -ambient=25 -contrast=15 -mirror=yes -model=model_36669,1 - -// 33867 -[loc_33867] -ambient=25 -contrast=15 -model=model_36674,1 - -// 33868 -[loc_33868] -ambient=25 -contrast=15 -wallwidth=32 -occlude=yes -model=model_36664,1 -model=model_36658,2 -model=model_36663,3 -model=model_36660,5 - -// 33869 -[loc_33869] -ambient=25 -contrast=15 -occlude=yes -model=model_36659,1 - -// 33870 -[loc_33870] -ambient=25 -contrast=15 -occlude=yes -model=model_36652,1 - -// 33871 -[loc_33871] -ambient=25 -contrast=15 -occlude=yes -mirror=yes -model=model_36652,1 - -// 33872 -[loc_33872] -ambient=25 -contrast=15 -occlude=yes -model=model_36651,3 - -// 33873 -[loc_33873] -ambient=25 -contrast=15 -occlude=yes -model=model_36653,1 - -// 33874 -[loc_33874] -ambient=25 -contrast=15 -occlude=yes -model=model_36666,1 - -// 33875 -[loc_33875] -ambient=25 -contrast=15 -occlude=yes -model=model_36656,1 - -// 33876 -[loc_33876] -ambient=25 -contrast=15 -occlude=yes -model=model_36649,1 - -// 33877 -[loc_33877] -ambient=25 -contrast=15 -model=model_36644,1 - -// 33878 -[loc_33878] -ambient=25 -contrast=15 -model=model_36667,1 -model=model_36665,5 - -// 33879 -[loc_33879] -ambient=25 -contrast=15 -mirror=yes -model=model_36667,1 -model=model_36665,5 - -// 33880 -[loc_33880] -ambient=25 -contrast=15 -model=model_36646,1 -model=model_36648,5 - -// 33881 -[loc_33881] -ambient=25 -contrast=15 -mirror=yes -model=model_36646,1 -model=model_36648,5 - -// 33882 -[loc_33882] -ambient=25 -contrast=15 -active=no -occlude=yes -model=model_36643 - -// 33883 -[loc_33883] -ambient=25 -contrast=15 -active=no -occlude=yes -model=model_36662 - -// 33884 -[loc_33884] -ambient=25 -contrast=15 -mirror=yes -active=no -occlude=yes -model=model_36643 - -// 33885 -[loc_33885] -ambient=25 -contrast=15 -mirror=yes -active=no -occlude=yes -model=model_36662 - -// 33886 -[loc_33886] -active=no -ambient=25 -contrast=15 -model=model_36443,2 - -// 33887 -[loc_33887] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_36535 - -// 33888 -[loc_33888] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_36537 - -// 33889 -[loc_33889] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35108 - -// 33890 -[loc_33890] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_36530 - -// 33891 -[loc_33891] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35086 - -// 33892 -[loc_33892] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_36529 - -// 33893 -[loc_33893] -active=no -ambient=0 -hillchange=skew_to_fit -model=model_35014 - -// 33894 -[loc_33894] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_36534 - -// 33895 -[loc_33895] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35166 - -// 33896 -[loc_33896] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_36531 - -// 33897 -[loc_33897] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35154 - -// 33898 -[loc_33898] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_36526 - -// 33899 -[loc_33899] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35115 - -// 33900 -[loc_33900] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=120 -hardshadow=no -model=model_36533 - -// 33901 -[loc_33901] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=120 -hardshadow=no -model=model_36532 - -// 33902 -[loc_33902] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -model=model_36536,1 - -// 33903 -[loc_33903] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -model=model_36528,1 - -// 33904 -[loc_33904] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -mirror=yes -hardshadow=no -blockrange=no -model=model_36528,1 - -// 33905 -[loc_33905] -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -hardshadow=no -forcedecor=yes -blockrange=no -model=model_36527,0 - -// 33906 -[loc_33906] -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recol1s=13505 -recol1d=11559 -recolhsl2s=4899 -recolhsl2d=5279 -recolhsl3s=5921 -recolhsl3d=5290 -model=model_1124,0 - -// 33907 -[loc_33907] -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recol1s=13505 -recol1d=11559 -recolhsl2s=4899 -recolhsl2d=5279 -recolhsl3s=5921 -recolhsl3d=5290 -model=model_1139,0 - -// 33908 -[loc_33908] -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recol1s=13505 -recol1d=11559 -recolhsl2s=4899 -recolhsl2d=5279 -recolhsl3s=5921 -recolhsl3d=5290 -model=model_1032,0 - -// 33909 -[loc_33909] -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recol1s=13505 -recol1d=11559 -recolhsl2s=4899 -recolhsl2d=5279 -recolhsl3s=5921 -recolhsl3d=5290 -model=model_1044,0 - -// 33910 -[loc_33910] -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -recol1s=13505 -recol1d=11559 -recolhsl2s=4899 -recolhsl2d=5279 -recolhsl3s=5921 -recolhsl3d=5290 -model=model_1064,0 - -// 33911 -[loc_33911] -hillskew=yes -sharelight=yes -contrast=15 -ambient=25 -recol1s=7329 -recol1d=5251 -model=model_1035,0 - -// 33912 -[loc_33912] -hillskew=yes -sharelight=yes -contrast=15 -ambient=25 -recol1s=7329 -recol1d=5251 -model=model_1050,0 - -// 33913 -[loc_33913] -hillskew=yes -sharelight=yes -contrast=15 -ambient=25 -recol1s=7329 -recol1d=5251 -model=model_1074,0 - -// 33914 -[loc_33914] -hillskew=yes -sharelight=yes -contrast=15 -ambient=25 -recol1s=7329 -recol1d=5251 -model=model_3882,0 - -// 33915 -[loc_33915] -hillskew=yes -sharelight=yes -contrast=15 -ambient=25 -recol1s=7329 -recol1d=5251 -model=model_4052,0 - -// 33916 -[loc_33916] -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=10398 -recolhsl1d=10402 -recolhsl2s=10394 -recolhsl2d=9382 -recolhsl3s=5293 -recolhsl3d=7337 -recol4s=12649 -recol4d=12648 -recolhsl5s=7566 -recolhsl5d=7323 -recolhsl6s=12 -recolhsl6d=7313 -model=model_27544,1 -model=model_27541,2 -model=model_27542,3 -model=model_27543,4 -model=model_27546,5 - -// 33917 -[loc_33917] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=10398 -recolhsl1d=10402 -recolhsl2s=10394 -recolhsl2d=9382 -recolhsl3s=5293 -recolhsl3d=7337 -recol4s=12649 -recol4d=12648 -recolhsl5s=7566 -recolhsl5d=7323 -recolhsl6s=12 -recolhsl6d=7313 -model=model_36470 - -// 33918 -[loc_33918] -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=10398 -recolhsl1d=10402 -recolhsl2s=10394 -recolhsl2d=9382 -recolhsl3s=5293 -recolhsl3d=7337 -recol4s=12649 -recol4d=12648 -recolhsl5s=7566 -recolhsl5d=7323 -recolhsl6s=12 -recolhsl6d=7313 -model=model_27545,1 - -// 33919 -[loc_33919] -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=10398 -recolhsl1d=10402 -recolhsl2s=10394 -recolhsl2d=9382 -recolhsl3s=5293 -recolhsl3d=7337 -recol4s=12649 -recol4d=12648 -recolhsl5s=7566 -recolhsl5d=7323 -recolhsl6s=12 -recolhsl6d=7313 -model=model_27545,1 - -// 33920 -[loc_33920] -hillskew=yes -hillskew=yes -contrast=15 -ambient=25 -blockrange=no -recolhsl1s=10398 -recolhsl1d=10402 -recolhsl2s=10394 -recolhsl2d=9382 -recolhsl3s=5293 -recolhsl3d=7337 -recol4s=12649 -recol4d=12648 -recolhsl5s=7566 -recolhsl5d=7323 -recolhsl6s=12 -recolhsl6d=7313 -model=model_36453 -name=Wall - -// 33921 -[loc_33921] -hillskew=yes -mirror=yes -hillskew=yes -contrast=15 -ambient=25 -blockrange=no -recolhsl1s=10398 -recolhsl1d=10402 -recolhsl2s=10394 -recolhsl2d=9382 -recolhsl3s=5293 -recolhsl3d=7337 -recol4s=12649 -recol4d=12648 -recolhsl5s=7566 -recolhsl5d=7323 -recolhsl6s=12 -recolhsl6d=7313 -model=model_36453 -name=Wall - -// 33922 -[loc_33922] -hillskew=yes -hillskew=yes -contrast=15 -ambient=25 -blockrange=no -recolhsl1s=10398 -recolhsl1d=10402 -recolhsl2s=10394 -recolhsl2d=9382 -recolhsl3s=5293 -recolhsl3d=7337 -recol4s=12649 -recol4d=12648 -recolhsl5s=7566 -recolhsl5d=7323 -recolhsl6s=12 -recolhsl6d=7313 -model=model_36442 -name=Wall - -// 33923 -[loc_33923] -hillskew=yes -hillskew=yes -contrast=15 -ambient=25 -mirror=yes -blockrange=no -recolhsl1s=10398 -recolhsl1d=10402 -recolhsl2s=10394 -recolhsl2d=9382 -recolhsl3s=5293 -recolhsl3d=7337 -recol4s=12649 -recol4d=12648 -recolhsl5s=7566 -recolhsl5d=7323 -recolhsl6s=12 -recolhsl6d=7313 -model=model_36442 -name=Wall - -// 33924 -[loc_33924] -active=no -sharelight=yes -ambient=25 -contrast=15 -recol1s=9443 -recol1d=5251 -recolhsl2s=7585 -recolhsl2d=5396 -recol3s=10500 -recol3d=9445 -recol4s=13671 -recol4d=8388 -recolhsl5s=7461 -recolhsl5d=5408 -model=model_9563,1 -model=model_36049,2 -model=model_9564,3 -model=model_9565,4 -model=model_9566,5 - -// 33925 -[loc_33925] -active=no -sharelight=yes -ambient=25 -contrast=15 -recol1s=9443 -recol1d=5251 -recolhsl2s=7585 -recolhsl2d=5396 -recol3s=10500 -recol3d=9445 -recol4s=13671 -recol4d=8388 -recolhsl5s=7461 -recolhsl5d=5408 -retex1s=material_161 -retex1d=material_132 -retex2s=material_160 -retex2d=material_132 -model=model_9563,1 -model=model_36049,2 -model=model_9564,3 -model=model_9565,4 -model=model_9566,5 - -// 33926 -[loc_33926] -active=no -sharelight=yes -ambient=25 -contrast=15 -recol1s=9443 -recol1d=5251 -recolhsl2s=7585 -recolhsl2d=5396 -recol3s=10500 -recol3d=9445 -recol4s=13671 -recol4d=8388 -recolhsl5s=7461 -recolhsl5d=5408 -retex1s=material_102 -retex1d=material_132 -retex2s=material_63 -retex2d=material_132 -model=model_9567,1 - -// 33927 -[loc_33927] -active=no -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -forcedecor=yes -model=model_36021,0 - -// 33928 -[loc_33928] -active=no -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -forcedecor=yes -model=model_35982,0 - -// 33929 -[loc_33929] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=9477 -recol1d=5218 -recolhsl2s=7458 -recolhsl2d=3346 -recolhsl3s=7447 -recolhsl3d=3594 -model=model_36016,0 - -// 33930 -[loc_33930] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=9477 -recol1d=5218 -recolhsl2s=7458 -recolhsl2d=3346 -recolhsl3s=7447 -recolhsl3d=3594 -model=model_35993,0 - -// 33931 -[loc_33931] -op1=Open -forceapproach=east -model=model_35829 -name=Drawers - -// 33932 -[loc_33932] -op2=Search -op3=Shut -forceapproach=east -model=model_35798 -name=Drawers - -// 33933 -[loc_33933] -op1=Open -forceapproach=north -model=model_35818 -name=Closed chest - -// 33934 -[loc_33934] -op1=Open -forceapproach=north -model=model_35811 -name=Closed chest - -// 33935 -[loc_33935] -active=no -width=2 -length=2 -ambient=-15 -hillchange=skew_to_fit -retex1s=material_72 -retex1d=material_105 -retex2s=material_83 -retex2d=material_104 -model=model_35071 - -// 33936 -[loc_33936] -active=no -width=2 -length=2 -ambient=5 -hillchange=skew_to_fit -model=model_35305 - -// 33937 -[loc_33937] -ambient=-5 -active=no -hillchange=skew_to_fit -model=model_35326 - -// 33938 -[loc_33938] -active=no -ambient=5 -hillchange=skew_to_fit -model=model_35069 - -// 33939 -[loc_33939] -active=no -ambient=-15 -hillchange=skew_to_fit -model=model_35143 - -// 33940 -[loc_33940] -active=no -hardshadow=no -hillchange=skew_to_fit -model=model_35025 - -// 33941 -[loc_33941] -active=no -hardshadow=no -hillchange=skew_to_fit -model=model_35215 - -// 33942 -[loc_33942] -active=no -hardshadow=no -hillchange=skew_to_fit -model=model_35126 - -// 33943 -[loc_33943] -recol1s=24137 -recol1d=15718 -recol2s=17764 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=8388 -recol4d=10468 -recol5s=8387 -recol5d=10468 -recol6s=7331 -recol6d=10468 -retex1s=material_101 -retex1d=material_102 -retex2s=material_78 -retex2d=material_77 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 33944 -[loc_33944] -recol1s=24137 -recol1d=15718 -recol2s=17764 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=8388 -recol4d=10468 -recol5s=8387 -recol5d=10468 -recol6s=7331 -recol6d=10468 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 33945 -[loc_33945] -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -retex1s=material_101 -retex1d=material_102 -model=model_4373,1 - -// 33946 -[loc_33946] -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -model=model_4373,1 - -// 33947 -[loc_33947] -resizez=128 -resizex=128 -resizey=117 -recol1s=24137 -recol1d=15718 -recol2s=17764 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=8388 -recol4d=10468 -recol5s=8387 -recol5d=10468 -recol6s=7331 -recol6d=10468 -retex1s=material_101 -retex1d=material_102 -retex2s=material_78 -retex2d=material_77 -model=model_4334,1 -model=model_11452,3 -model=model_33991,4 -model=model_4335,5 - -// 33948 -[loc_33948] -sharelight=yes -occlude=yes -active=no -resizez=128 -resizex=128 -resizey=117 -recol1s=24137 -recol1d=15718 -recol2s=20935 -recol2d=11525 -recol3s=9445 -recol3d=10468 -recol4s=7331 -recol4d=10468 -retex1s=material_101 -retex1d=material_102 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 33949 -[loc_33949] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_32702,0 - -// 33950 -[loc_33950] -wallwidth=8 -sharelight=yes -occlude=yes -recol1s=7264 -recol1d=12548 -recol2s=8320 -recol2d=12548 -retex1s=material_563 -retex1d=material_561 -retex2s=material_73 -retex2d=material_63 -model=model_2212,1 -model=model_2213,2 -model=model_2176,3 -model=model_2177,4 -model=model_2178,5 - -// 33951 -[loc_33951] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7468 -recol2s=18955 -recol2d=13670 -recolhsl3s=7350 -recolhsl3d=7458 -recolhsl4s=7345 -recolhsl4d=7453 -recolhsl5s=7339 -recolhsl5d=7450 -model=model_36057,A -model=model_36063,S -model=model_36061,D -model=model_36051,G -model=model_36072,H -model=model_36053,Z -model=model_36056,X -model=model_36050,C - -// 33952 -[loc_33952] -active=no -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_36062,A -model=model_36065,H - -// 33953 -[loc_33953] -active=no -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_36068,A -model=model_36055,S -model=model_36069,D -model=model_36066,G - -// 33954 -[loc_33954] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7468 -recol2s=18955 -recol2d=13670 -recolhsl3s=7350 -recolhsl3d=7458 -recolhsl4s=7345 -recolhsl4d=7453 -recolhsl5s=7339 -recolhsl5d=7450 -recolhsl6s=7336 -recolhsl6d=7447 -model=model_36073,H - -// 33955 -[loc_33955] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7468 -recol2s=18955 -recol2d=13670 -recolhsl3s=7350 -recolhsl3d=7458 -recolhsl4s=7345 -recolhsl4d=7453 -recolhsl5s=7339 -recolhsl5d=7450 -recolhsl6s=7336 -recolhsl6d=7447 -model=model_36064,H - -// 33956 -[loc_33956] -sharelight=yes -occlude=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_35890,1 -model=model_35884,3 -model=model_35880,5 - -// 33957 -[loc_33957] -ambient=25 -contrast=25 -model=model_36322,Q - -// 33958 -[loc_33958] -sharelight=yes -ambient=20 -msi=msi_22 -hillchange=ceiling_skew -blockrange=no -model=model_35034 -name=Lander boat - -// 33959 -[loc_33959] -width=2 -ambient=20 -hillchange=ceiling_skew -model=model_35299 -name=Lander hatch - -// 33960 -[loc_33960] -width=2 -ambient=20 -hillchange=ceiling_skew -mirror=yes -model=model_35299 -name=Lander hatch - -// 33961 -[loc_33961] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_36366,0 - -// 33962 -[loc_33962] -active=no -ambient=-20 -hillchange=skew_to_fit -model=model_35181 - -// 33963 -[loc_33963] -forceapproach=east -op1=Open -ambient=20 -model=model_36084 -model2=model_5531 -name=Wardrobe - -// 33964 -[loc_33964] -length=2 -op1=Search -forceapproach=east -ambient=10 -model=model_35819 -name=Bookcase - -// 33965 -[loc_33965] -length=2 -width=2 -active=no -hillchange=skew_to_fit -model=model_35066 - -// 33966 -[loc_33966] -active=no -hillchange=skew_to_fit -model=model_35063 - -// 33967 -[loc_33967] -length=2 -width=2 -active=no -hillchange=skew_to_fit -model=model_35332 - -// 33968 -[loc_33968] -length=2 -width=2 -active=no -hillchange=skew_to_fit -model=model_35317 - -// 33969 -[loc_33969] -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=11591 -recol2s=14594 -recol2d=12648 -recol3s=15618 -recol3d=13705 -model=model_1124,0 - -// 33970 -[loc_33970] -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=11591 -recol2s=14594 -recol2d=12648 -recol3s=15618 -recol3d=13705 -model=model_1139,0 - -// 33971 -[loc_33971] -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=11591 -recol2s=14594 -recol2d=12648 -recol3s=15618 -recol3d=13705 -model=model_1032,0 - -// 33972 -[loc_33972] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_176 -retex1d=material_127 -model=model_27432,1 -model=model_27431,2 -model=model_27430,3 -model=model_27423,5 - -// 33973 -[loc_33973] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_176 -retex1d=material_127 -model=model_27438,1 - -// 33974 -[loc_33974] -active=no -contrast=25 -ambient=30 -model=model_35666,Q - -// 33975 -[loc_33975] -active=no -contrast=25 -ambient=30 -model=model_35665,Q - -// 33976 -[loc_33976] -active=no -contrast=25 -ambient=30 -mirror=yes -model=model_35665,Q - -// 33977 -[loc_33977] -active=yes -op1=Climb-up -msi=msi_7 -contrast=15 -ambient=20 -recol1s=16740 -recol1d=10566 -recol2s=13603 -recol2d=9509 -recol3s=16774 -recol3d=11623 -recol4s=11489 -recol4d=8452 -recol5s=18821 -recol5d=12680 -retex1s=material_160 -retex1d=material_132 -model=model_21483 -name=Ladder - -// 33978 -[loc_33978] -active=no -blockwalk=no -contrast=25 -ambient=30 -retex1s=material_176 -retex1d=material_127 -model=model_27452,Z - -// 33979 -[loc_33979] -active=no -blockwalk=no -contrast=25 -ambient=30 -retex1s=material_176 -retex1d=material_127 -model=model_27447,Z - -// 33980 -[loc_33980] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_176 -retex1d=material_127 -model=model_27459,1 -model=model_27471,2 -model=model_27441,3 -model=model_27446,4 -model=model_27454,5 - -// 33981 -[loc_33981] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_35673,1 - -// 33982 -[loc_33982] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_35671,1 - -// 33983 -[loc_33983] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -mirror=yes -model=model_35671,1 - -// 33984 -[loc_33984] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_176 -retex1d=material_127 -model=model_35673,1 - -// 33985 -[loc_33985] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_176 -retex1d=material_127 -model=model_35671,1 - -// 33986 -[loc_33986] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -mirror=yes -retex1s=material_176 -retex1d=material_127 -model=model_35671,1 - -// 33987 -[loc_33987] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_176 -retex1d=material_127 -model=model_27444,1 - -// 33988 -[loc_33988] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_176 -retex1d=material_127 -model=model_27440,1 -model=model_27455,5 - -// 33989 -[loc_33989] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_35672,1 - -// 33990 -[loc_33990] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -model=model_35674,1 - -// 33991 -[loc_33991] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -mirror=yes -model=model_35674,1 - -// 33992 -[loc_33992] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -model=model_35662 - -// 33993 -[loc_33993] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -retex1s=material_309 -retex1d=material_96 -model=model_27282,1 -model=model_27303,3 - -// 33994 -[loc_33994] -mirror=yes -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -resizey=104 -wallwidth=16 -recol1s=23356 -recol1d=23218 -recol2s=25404 -recol2d=15719 -retex1s=material_309 -retex1d=material_96 -model=model_27282,1 -model=model_27303,3 - -// 33995 -[loc_33995] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_309 -retex1d=material_96 -model=model_27345,1 -model=model_27320,2 -model=model_27344,3 -model=model_27332,4 -model=model_27338,5 - -// 33996 -[loc_33996] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_149 -retex1d=material_147 -retex2s=material_309 -retex2d=material_96 -model=model_27319,1 -model=model_27318,3 - -// 33997 -[loc_33997] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_309 -retex1d=material_96 -model=model_27314,1 - -// 33998 -[loc_33998] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=30 -retex1s=material_149 -retex1d=material_147 -retex2s=material_309 -retex2d=material_96 -model=model_27317,1 - -// 33999 -[loc_33999] -forcedecor=yes -active=no -ambient=35 -contrast=25 -model=model_35659,0 - -// 34000 -[loc_34000] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_38151,1 -model=model_38152,3 - -// 34001 -[loc_34001] -ambient=10 -forcedecor=yes -hillskew=yes -sharelight=yes -unknown90=yes -model=model_26583,0 - -// 34002 -[loc_34002] -active=no -hillchange=skew_to_fit -recol1s=11561 -recol1d=5284 -model=model_35329 - -// 34003 -[loc_34003] -active=no -hillchange=skew_to_fit -model=model_35092 - -// 34004 -[loc_34004] -active=no -hillchange=skew_to_fit -model=model_34994 - -// 34005 -[loc_34005] -hillskew=yes -ambient=25 -contrast=15 -op1=Open -op4=Hidden -op5=Pick-lock -mirror=yes -model=model_27252,1 -name=Door - -// 34006 -[loc_34006] -active=no -ambient=-20 -hillchange=skew_to_fit -recol1s=12580 -recol1d=8353 -model=model_35162 - -// 34007 -[loc_34007] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=6240 -recol2s=7364 -recol2d=7296 -recol3s=8421 -recol3d=8353 -recol4s=9478 -recol4d=9410 -recol5s=10535 -recol5d=10467 -recol6s=11592 -recol6d=11524 -retex1s=material_560 -retex1d=material_418 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 34008 -[loc_34008] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11524 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 34009 -[loc_34009] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=11524 -model=model_35792,1 -model=model_35785,2 -model=model_35783,5 - -// 34010 -[loc_34010] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=11524 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 34011 -[loc_34011] -width=2 -length=2 -active=no -hillchange=skew_to_fit -recol1s=8421 -recol1d=18135 -recol2s=9478 -recol2d=21306 -recol3s=10535 -recol3d=27516 -recol4s=11592 -recol4d=30654 -recol5s=12649 -recol5d=30655 -model=model_35084 - -// 34012 -[loc_34012] -forceapproach=north -active=yes -op1=Climb-down -model=model_1215 -name=Ladder - -// 34013 -[loc_34013] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36928,1 -model=model_36933,2 -model=model_36916,3 -model=model_36917,4 -model=model_36925,5 - -// 34014 -[loc_34014] -sharelight=yes -hillskew=yes -mirror=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36942,1 -model=model_36914,3 - -// 34015 -[loc_34015] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36929,1 -model=model_36923,5 - -// 34016 -[loc_34016] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_4472,0 - -// 34017 -[loc_34017] -sharelight=yes -hillskew=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_4473,0 - -// 34018 -[loc_34018] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36940,1 -model=model_36927,2 -model=model_36918,3 -model=model_36926,5 - -// 34019 -[loc_34019] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36929,1 -model=model_36923,5 - -// 34020 -[loc_34020] -sharelight=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=7399 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36940,1 -model=model_36927,2 -model=model_36918,3 -model=model_36926,5 - -// 34021 -[loc_34021] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=7399 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36929,1 -model=model_36923,5 - -// 34022 -[loc_34022] -active=no -ambient=-5 -hillchange=skew_to_fit -width=3 -length=3 -recol1s=6240 -recol1d=8385 -model=model_35301 - -// 34023 -[loc_34023] -active=no -ambient=-5 -hillchange=skew_to_fit -width=3 -length=3 -recol1s=6240 -recol1d=8385 -model=model_35286 - -// 34024 -[loc_34024] -active=no -ambient=-5 -hillchange=skew_to_fit -recol1s=6240 -recol1d=8385 -model=model_35194 - -// 34025 -[loc_34025] -sharelight=yes -hillskew=yes -active=no -retex1s=material_104 -retex1d=material_105 -model=model_15872,1 -model=model_15873,2 -model=model_15874,5 - -// 34026 -[loc_34026] -sharelight=yes -hillskew=yes -active=no -retex1s=material_104 -retex1d=material_105 -model=model_15875,8 -model=model_15876,1 - -// 34027 -[loc_34027] -sharelight=yes -hillskew=yes -active=no -retex1s=material_104 -retex1d=material_105 -model=model_15877,8 -model=model_15878,1 - -// 34028 -[loc_34028] -sharelight=yes -hillskew=yes -active=no -retex1s=material_104 -retex1d=material_105 -model=model_15879,1 -model=model_15880,5 - -// 34029 -[loc_34029] -sharelight=yes -ambient=25 -contrast=25 -model=model_35439,0 - -// 34030 -[loc_34030] -resizex=70 -resizey=70 -resizez=70 -active=no -hillchange=skew_to_fit -recol1s=16846 -recol1d=8423 -model=model_35008 - -// 34031 -[loc_34031] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=4228 -model=model_32594 - -// 34032 -[loc_34032] -op2=Search -op3=Shut -forceapproach=north -recol1s=6370 -recol1d=9444 -recol2s=8484 -recol2d=11558 -recol3s=9543 -recol3d=11561 -recol4s=6373 -recol4d=7399 -recol5s=4256 -recol5d=5216 -model=model_38153 -name=Open chest - -// 34033 -[loc_34033] -ambient=30 -contrast=30 -recol1s=1057 -recol1d=6274 -model=model_35586,Q - -// 34034 -[loc_34034] -ambient=30 -contrast=30 -model=model_35587,Q - -// 34035 -[loc_34035] -ambient=30 -contrast=30 -model=model_35585,Q - -// 34036 -[loc_34036] -ambient=30 -contrast=30 -model=model_35588,Q - -// 34037 -[loc_34037] -model=model_5926 -name=Cabinet - -// 34038 -[loc_34038] -model=model_5926 -model2=model_5928 -name=Cabinet - -// 34039 -[loc_34039] -length=2 -model=model_5927 -model2=model_5929 -name=Cabinet - -// 34040 -[loc_34040] -active=yes -length=2 -msi=msi_7 -sharelight=yes -forceapproach=south -op1=Climb-up -model=model_35569 -name=Stairs - -// 34041 -[loc_34041] -sharelight=yes -active=yes -msi=msi_7 -forceapproach=north -op1=Climb-down -model=model_35571 -name=Stairs - -// 34042 -[loc_34042] -active=yes -op1=Open -recol1s=9445 -recol1d=8457 -recol2s=17764 -recol2d=7400 -retex1s=material_132 -retex1d=material_91 -model=model_5913,1 -name=Door - -// 34043 -[loc_34043] -active=yes -op1=Close -recol1s=9445 -recol1d=8457 -recol2s=17764 -recol2d=7400 -retex1s=material_132 -retex1d=material_91 -model=model_5913,1 -name=Door - -// 34044 -[loc_34044] -active=yes -op1=Open -retex1s=material_101 -retex1d=material_90 -retex2s=material_102 -retex2d=material_91 -retex3s=material_384 -retex3d=material_109 -model=model_5912,1 -name=Door - -// 34045 -[loc_34045] -active=yes -op1=Close -retex1s=material_101 -retex1d=material_90 -retex2s=material_102 -retex2d=material_91 -retex3s=material_384 -retex3d=material_109 -model=model_5912,1 -name=Door - -// 34046 -[loc_34046] -active=yes -op1=Open -recol1s=9445 -recol1d=8457 -recol2s=17764 -recol2d=7400 -retex1s=material_132 -retex1d=material_326 -retex2s=material_91 -retex2d=material_214 -model=model_5914,1 -name=Door - -// 34047 -[loc_34047] -sharelight=yes -active=no -recol1s=10571 -recol1d=9445 -model=model_35574,A - -// 34048 -[loc_34048] -sharelight=yes -shadow=no -active=no -retex1s=material_132 -retex1d=material_91 -model=model_5873,H - -// 34049 -[loc_34049] -sharelight=yes -shadow=no -active=no -recol1s=10571 -recol1d=9445 -model=model_35572,A -model=model_35583,G -model=model_35582,H -model=model_35579,Z - -// 34050 -[loc_34050] -sharelight=yes -shadow=no -active=no -recol1s=10571 -recol1d=9445 -model=model_35573,H - -// 34051 -[loc_34051] -sharelight=yes -shadow=no -active=no -recol1s=10571 -recol1d=9445 -model=model_35581,A -model=model_35570,G - -// 34052 -[loc_34052] -sharelight=yes -active=no -model=model_35576,1 -model=model_35575,2 -model=model_35580,5 - -// 34053 -[loc_34053] -sharelight=yes -active=no -model=model_35584,1 - -// 34054 -[loc_34054] -sharelight=yes -active=no -recol1s=5284 -recol1d=7398 -recol2s=6341 -recol2d=7398 -retex1s=material_531 -retex1d=material_532 -model=model_5889,1 -model=model_5890,2 -model=model_5891,5 - -// 34055 -[loc_34055] -sharelight=yes -active=no -recol1s=5284 -recol1d=7398 -recol2s=6341 -recol2d=7398 -retex1s=material_531 -retex1d=material_532 -model=model_14190,1 - -// 34056 -[loc_34056] -sharelight=yes -active=no -recol1s=26421 -recol1d=7398 -model=model_36817,1 -model=model_36814,2 -model=model_36818,3 -model=model_36812,5 - -// 34057 -[loc_34057] -sharelight=yes -active=no -recol1s=26421 -recol1d=7398 -retex1s=material_83 -retex1d=material_72 -model=model_36817,1 -model=model_36814,2 -model=model_36818,3 -model=model_36812,5 - -// 34058 -[loc_34058] -active=no -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_35459,1 - -// 34059 -[loc_34059] -active=no -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_35460,1 - -// 34060 -[loc_34060] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -shadow=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_35462,1 -model=model_35458,3 -model=model_35461,4 - -// 34061 -[loc_34061] -ambient=25 -contrast=25 -msi=msi_25 -forcedecor=yes -offsety=130 -sharelight=yes -model=model_35763,0 - -// 34062 -[loc_34062] -active=no -hillchange=skew_to_fit -model=model_35241 - -// 34063 -[loc_34063] -active=no -hillchange=skew_to_fit -model=model_35216 - -// 34064 -[loc_34064] -active=no -hillchange=skew_to_fit -recol1s=5248 -recol1d=6374 -recol2s=6305 -recol2d=7431 -recol3s=7362 -recol3d=8488 -recol4s=8419 -recol4d=9545 -recol5s=9476 -recol5d=10602 -recol6s=10533 -recol6d=11659 -model=model_35216 - -// 34065 -[loc_34065] -hillskew=yes -active=no -model=model_36898 - -// 34066 -[loc_34066] -hillskew=yes -active=no -model=model_36892 - -// 34067 -[loc_34067] -hillskew=yes -active=no -model=model_36900,0 - -// 34068 -[loc_34068] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -retex1s=material_564 -retex1d=material_84 -retex2s=material_67 -retex2d=material_84 -retex3s=material_70 -retex3d=material_84 -model=model_10666,1 -model=model_10667,2 -model=model_10668,5 - -// 34069 -[loc_34069] -active=no -blockwalk=no -sharelight=yes -forcedecor=yes -ambient=30 -model=model_37097,0 - -// 34070 -[loc_34070] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_35631,0 - -// 34071 -[loc_34071] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35265 - -// 34072 -[loc_34072] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35105 - -// 34073 -[loc_34073] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -mirror=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_35631,0 - -// 34074 -[loc_34074] -active=no -ambient=-30 -hillchange=skew_to_fit -mirror=yes -model=model_35265 - -// 34075 -[loc_34075] -active=no -ambient=-30 -hillchange=skew_to_fit -mirror=yes -model=model_35105 - -// 34076 -[loc_34076] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -model=model_1237 -name=Staircase - -// 34077 -[loc_34077] -active=no -hillchange=ceiling_skew -model=model_35130 - -// 34078 -[loc_34078] -active=no -hillchange=ceiling_skew -model=model_35160 - -// 34079 -[loc_34079] -active=no -hillchange=ceiling_skew -model=model_35246 - -// 34080 -[loc_34080] -sharelight=yes -op1=Climb-up -forceapproach=south -active=no -recol1s=8353 -recol1d=10465 -recol2s=9409 -recol2d=10465 -recol3s=11522 -recol3d=9409 -recol4s=12578 -recol4d=10465 -model=model_36277 - -// 34081 -[loc_34081] -sharelight=yes -active=no -recol1s=12578 -recol1d=23080 -recol2s=11522 -recol2d=22023 -recol3s=10465 -recol3d=19911 -recol4s=9409 -recol4d=17831 -recol5s=8353 -recol5d=16774 -retex1s=material_160 -retex1d=material_132 -model=model_11538 - -// 34082 -[loc_34082] -length=2 -blockrange=no -recol1s=14695 -recol1d=23080 -recol2s=12581 -recol2d=19909 -recol3s=7297 -recol3d=19909 -model=model_36095 -name=Sink - -// 34083 -[loc_34083] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=20 -contrast=10 -unknown90=yes -model=model_38172,0 - -// 34084 -[loc_34084] -hillskew=yes -forcedecor=yes -mirror=yes -ambient=20 -contrast=10 -active=no -unknown90=yes -model=model_38173,0 - -// 34085 -[loc_34085] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -model=model_36356,0 - -// 34086 -[loc_34086] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -model=model_36374,0 - -// 34087 -[loc_34087] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -model=model_36357,0 - -// 34088 -[loc_34088] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -model=model_36347,0 - -// 34089 -[loc_34089] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -model=model_36380,0 - -// 34090 -[loc_34090] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -model=model_36376,0 - -// 34091 -[loc_34091] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -model=model_36355,0 - -// 34092 -[loc_34092] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=12580 -recol2s=11523 -recol2d=14694 -model=model_36361,0 - -// 34093 -[loc_34093] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=15719 -recol2s=11523 -recol2d=13605 -recol3s=5217 -recol3d=14662 -model=model_36362,0 - -// 34094 -[loc_34094] -active=no -ambient=-10 -hillchange=skew_to_fit -recol1s=9409 -recol1d=15719 -recol2s=11523 -recol2d=13605 -recol3s=5217 -recol3d=14662 -model=model_35070 - -// 34095 -[loc_34095] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=15719 -recol2s=11523 -recol2d=13605 -recol3s=5217 -recol3d=14662 -model=model_36351,0 - -// 34096 -[loc_34096] -active=no -ambient=-10 -hillchange=skew_to_fit -recol1s=9409 -recol1d=15719 -recol2s=11523 -recol2d=13605 -recol3s=5217 -recol3d=14662 -model=model_35048 - -// 34097 -[loc_34097] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_34974 - -// 34098 -[loc_34098] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_34965 - -// 34099 -[loc_34099] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35244 - -// 34100 -[loc_34100] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35188 - -// 34101 -[loc_34101] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_34947 - -// 34102 -[loc_34102] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35161 - -// 34103 -[loc_34103] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_34948 - -// 34104 -[loc_34104] -active=no -ambient=-10 -hillchange=skew_to_fit -mirror=yes -model=model_34948 - -// 34105 -[loc_34105] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35205 - -// 34106 -[loc_34106] -active=yes -ambient=15 -contrast=15 -recol1s=8386 -recol1d=7328 -recol2s=7329 -recol2d=10499 -recol3s=6272 -recol3d=8385 -model=model_36339 -name=Shelves - -// 34107 -[loc_34107] -active=yes -ambient=15 -contrast=15 -active=yes -recol1s=8386 -recol1d=7328 -recol2s=7329 -recol2d=10499 -recol3s=6272 -recol3d=8385 -model=model_36332 -name=Shelves - -// 34108 -[loc_34108] -sharelight=yes -hillskew=yes -active=no -model=model_38154,1 - -// 34109 -[loc_34109] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_38158,1 - -// 34110 -[loc_34110] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -mirror=yes -model=model_38158,1 - -// 34111 -[loc_34111] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_38163,1 - -// 34112 -[loc_34112] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -mirror=yes -model=model_38163,1 - -// 34113 -[loc_34113] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_38167,1 - -// 34114 -[loc_34114] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -mirror=yes -model=model_38167,1 - -// 34115 -[loc_34115] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_38161,1 - -// 34116 -[loc_34116] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -mirror=yes -model=model_38161,1 - -// 34117 -[loc_34117] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_38169,1 - -// 34118 -[loc_34118] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -mirror=yes -model=model_38169,1 - -// 34119 -[loc_34119] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_38165,1 - -// 34120 -[loc_34120] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -mirror=yes -model=model_38165,1 - -// 34121 -[loc_34121] -active=no -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -model=model_38161,1 - -// 34122 -[loc_34122] -active=no -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -mirror=yes -model=model_38161,1 - -// 34123 -[loc_34123] -active=no -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -model=model_38169,1 - -// 34124 -[loc_34124] -active=no -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -mirror=yes -model=model_38169,1 - -// 34125 -[loc_34125] -active=no -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -model=model_38165,1 - -// 34126 -[loc_34126] -active=no -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -mirror=yes -model=model_38165,1 - -// 34127 -[loc_34127] -sharelight=yes -length=3 -resizex=128 -resizey=256 -resizez=128 -active=no -sharelight=yes -blockwalk=no -model=model_38168 - -// 34128 -[loc_34128] -length=2 -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -active=no -sharelight=yes -blockwalk=no -model=model_38162 - -// 34129 -[loc_34129] -length=2 -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -active=no -sharelight=yes -blockwalk=no -mirror=yes -model=model_38162 - -// 34130 -[loc_34130] -length=2 -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -active=no -sharelight=yes -blockwalk=no -model=model_38162 - -// 34131 -[loc_34131] -length=2 -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -active=no -sharelight=yes -blockwalk=no -mirror=yes -model=model_38162 - -// 34132 -[loc_34132] -active=no -model=model_38164 - -// 34133 -[loc_34133] -active=no -model=model_38160 - -// 34134 -[loc_34134] -active=no -model=model_38170 - -// 34135 -[loc_34135] -active=no -resizex=128 -resizey=256 -resizez=128 -active=no -sharelight=yes -blockwalk=no -width=2 -length=2 -model=model_38159 - -// 34136 -[loc_34136] -active=no -width=2 -length=2 -model=model_38166 - -// 34137 -[loc_34137] -op1=Search -recol1s=13639 -recol1d=13605 -recol2s=12582 -recol2d=10434 -recol3s=11525 -recol3d=7297 -recol4s=10468 -recol4d=12548 -recol5s=9411 -recol5d=11491 -recol6s=8354 -recol6d=13605 -model=model_35440 -name=Crate - -// 34138 -[loc_34138] -op5=Build -model=model_38138,Q -name=Lighting space - -// 34139 -[loc_34139] -active=no -hillchange=skew_to_fit -model=model_35003 - -// 34140 -[loc_34140] -active=no -width=2 -length=2 -resizex=256 -resizey=256 -resizez=256 -hillchange=skew_to_fit -model=model_35202 - -// 34141 -[loc_34141] -resizez=128 -resizex=128 -active=no -ambient=-15 -hillchange=skew_to_fit -recol1s=24137 -recol1d=8484 -recol2s=20935 -recol2d=6370 -model=model_35075 - -// 34142 -[loc_34142] -active=no -ambient=-25 -hillchange=skew_to_fit -model=model_35139,1 -model=model_35178,2 -model=model_35118,5 - -// 34143 -[loc_34143] -sharelight=yes -active=no -hillchange=ceiling_skew -model=model_35214 - -// 34144 -[loc_34144] -sharelight=yes -active=no -hillchange=ceiling_skew -model=model_35013 - -// 34145 -[loc_34145] -sharelight=yes -active=no -hillchange=ceiling_skew -mirror=yes -model=model_35013 - -// 34146 -[loc_34146] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -recol1s=9409 -recol1d=6370 -recol2s=11523 -recol2d=8484 -recol3s=8353 -recol3d=4256 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 34147 -[loc_34147] -hillchange=skew_to_fit -active=no -recol1s=9409 -recol1d=6370 -recol2s=11523 -recol2d=8484 -recol3s=8353 -recol3d=4256 -model=model_35271 - -// 34148 -[loc_34148] -sharelight=yes -hillskew=yes -resizex=142 -resizey=340 -resizez=142 -hardshadow=no -blockrange=no -recol1s=9409 -recol1d=6370 -recol2s=11523 -recol2d=8484 -recol3s=8353 -recol3d=4256 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 34149 -[loc_34149] -hillchange=skew_to_fit -active=no -resizex=142 -resizey=340 -resizez=142 -recol1s=9409 -recol1d=6370 -recol2s=11523 -recol2d=8484 -recol3s=8353 -recol3d=4256 -model=model_35271 - -// 34150 -[loc_34150] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=8484 -recol2s=11523 -recol2d=6370 -recol3s=24137 -recol3d=8484 -recol4s=20935 -recol4d=6370 -model=model_36366,0 - -// 34151 -[loc_34151] -active=no -ambient=-60 -hillchange=skew_to_fit -model=model_35079 - -// 34152 -[loc_34152] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_35446,1 - -// 34153 -[loc_34153] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_35446,1 - -// 34154 -[loc_34154] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -model=model_35447,1 - -// 34155 -[loc_34155] -active=no -sharelight=yes -blockwalk=yes -ambient=30 -contrast=30 -mirror=yes -model=model_35447,1 - -// 34156 -[loc_34156] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23076,8 -model=model_35357,0 - -// 34157 -[loc_34157] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23077,8 -model=model_35365,0 - -// 34158 -[loc_34158] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23078,8 -model=model_35361,0 - -// 34159 -[loc_34159] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23079,8 -model=model_35371,0 - -// 34160 -[loc_34160] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -model=model_23073,8 -model=model_35354,0 - -// 34161 -[loc_34161] -active=no -blockwalk=yes -contrast=20 -ambient=20 -model=model_23074,8 -model=model_35355,0 - -// 34162 -[loc_34162] -active=no -hillskew=yes -blockwalk=yes -contrast=20 -ambient=20 -model=model_23075,8 -model=model_35352,0 - -// 34163 -[loc_34163] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -model=model_23072,8 -model=model_35370,0 - -// 34164 -[loc_34164] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35037 - -// 34165 -[loc_34165] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -model=model_23088,8 -model=model_35360,0 - -// 34166 -[loc_34166] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35128 - -// 34167 -[loc_34167] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -model=model_23089,8 -model=model_35364,0 - -// 34168 -[loc_34168] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35209 - -// 34169 -[loc_34169] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -model=model_23090,8 -model=model_35359,0 - -// 34170 -[loc_34170] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_34968 - -// 34171 -[loc_34171] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -model=model_23091,8 -model=model_35350,0 - -// 34172 -[loc_34172] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -model=model_23092,8 -model=model_35369,0 - -// 34173 -[loc_34173] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35045 - -// 34174 -[loc_34174] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -model=model_23093,8 -model=model_35351,0 - -// 34175 -[loc_34175] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35340 - -// 34176 -[loc_34176] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -model=model_23094,8 -model=model_35363,0 - -// 34177 -[loc_34177] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35308 - -// 34178 -[loc_34178] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -resizey=150 -model=model_23095,8 -model=model_35353,0 - -// 34179 -[loc_34179] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_34976 - -// 34180 -[loc_34180] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23080,8 -model=model_35349,0 - -// 34181 -[loc_34181] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23081,8 -model=model_35366,0 - -// 34182 -[loc_34182] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23082,8 -model=model_35367,0 - -// 34183 -[loc_34183] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23083,8 -model=model_35358,0 - -// 34184 -[loc_34184] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23084,8 -model=model_35356,0 - -// 34185 -[loc_34185] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23085,8 -model=model_35362,0 - -// 34186 -[loc_34186] -active=no -hillskew=yes -blockwalk=yes -contrast=10 -ambient=10 -model=model_23086,8 -model=model_35368,0 - -// 34187 -[loc_34187] -active=no -blockwalk=yes -contrast=10 -ambient=10 -model=model_23087,8 -model=model_35348,0 - -// 34188 -[loc_34188] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35230 - -// 34189 -[loc_34189] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_34963 - -// 34190 -[loc_34190] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_34970 - -// 34191 -[loc_34191] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35328 - -// 34192 -[loc_34192] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35289 - -// 34193 -[loc_34193] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_34950 - -// 34194 -[loc_34194] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35124 - -// 34195 -[loc_34195] -active=no -resizey=180 -ambient=-30 -hillchange=skew_to_fit -model=model_35294 - -// 34196 -[loc_34196] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_34969 - -// 34197 -[loc_34197] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35318 - -// 34198 -[loc_34198] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35174 - -// 34199 -[loc_34199] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35093 - -// 34200 -[loc_34200] -active=no -hillchange=skew_to_fit -model=model_35111 - -// 34201 -[loc_34201] -active=no -width=2 -length=2 -hillchange=skew_to_fit -model=model_34972 - -// 34202 -[loc_34202] -ambient=35 -sharelight=yes -mirror=yes -model=model_35450,5 - -// 34203 -[loc_34203] -ambient=40 -model=model_36827 -name=Sack - -// 34204 -[loc_34204] -width=2 -blockrange=no -recol1s=16809 -recol1d=19911 -recol2s=14695 -recol2d=16774 -recol3s=13638 -recol3d=17831 -recol4s=12581 -recol4d=13603 -model=model_35912 -name=Table - -// 34205 -[loc_34205] -ambient=25 -contrast=25 -blockrange=no -model=model_35817 -name=Bank booth - -// 34206 -[loc_34206] -ambient=25 -contrast=25 -blockrange=no -model=model_34614 -name=Closed bank booth - -// 34207 -[loc_34207] -ambient=25 -contrast=25 -blockrange=no -model=model_24570 -name=Closed bank booth - -// 34208 -[loc_34208] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_38156 - -// 34209 -[loc_34209] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_38155 - -// 34210 -[loc_34210] -active=no -sharelight=yes -blockwalk=yes -ambient=35 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_38157 - -// 34211 -[loc_34211] -active=no -width=3 -length=3 -hillchange=skew_to_fit -model=model_35001 - -// 34212 -[loc_34212] -width=3 -length=3 -active=no -hillchange=skew_to_fit -model=model_35339 - -// 34213 -[loc_34213] -active=no -ambient=-30 -hillchange=skew_to_fit -recol1s=7922 -recol1d=3235 -model=model_35262 - -// 34214 -[loc_34214] -active=no -hillchange=skew_to_fit -model=model_35266 - -// 34215 -[loc_34215] -active=no -hillchange=skew_to_fit -retex1s=material_102 -retex1d=material_63 -model=model_34946 - -// 34216 -[loc_34216] -blockwalk=yes -raiseobject=no -forceapproach=east -op1=Climb-up -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -retex1s=material_384 -retex1d=material_102 -retex2s=material_101 -retex2d=material_102 -model=model_35619 -name=Bamboo Ladder - -// 34217 -[loc_34217] -blockwalk=yes -raiseobject=no -forceapproach=east -op1=Climb-up -recol1s=22023 -recol1d=18853 -recol2s=16708 -recol2d=16708 -retex1s=material_384 -retex1d=material_102 -retex2s=material_101 -retex2d=material_102 -model=model_35619 -name=Bamboo Ladder - -// 34218 -[loc_34218] -active=no -hillchange=skew_to_fit -model=model_35197 - -// 34219 -[loc_34219] -active=no -hillchange=skew_to_fit -model=model_34985 - -// 34220 -[loc_34220] -active=no -hillchange=skew_to_fit -model=model_34966 - -// 34221 -[loc_34221] -active=no -hillchange=skew_to_fit -recol1s=6240 -recol1d=6304 -model=model_35192 - -// 34222 -[loc_34222] -retex1s=material_101 -retex1d=material_102 -model=model_35618 -name=Watchtower Legs - -// 34223 -[loc_34223] -active=yes -op1=Operate -blockwalk=yes -ambient=25 -contrast=15 -model=model_37131,0 -name=Teleportation Device - -// 34224 -[loc_34224] -active=yes -op1=Operate -blockwalk=yes -mirror=yes -ambient=25 -contrast=15 -model=model_37131,0 -name=Teleportation Device - -// 34225 -[loc_34225] -ambient=35 -op1=Search -resizex=100 -resizey=100 -resizez=100 -blockrange=no -recol1s=14695 -recol1d=13605 -recol2s=13638 -recol2d=12548 -recol3s=12581 -recol3d=11491 -recol4s=11524 -recol4d=10434 -recol5s=10467 -recol5d=9377 -recol6s=9410 -recol6d=8320 -model=model_35401 -name=Crate - -// 34226 -[loc_34226] -ambient=35 -op1=Search -resizex=100 -resizey=100 -resizez=100 -recol1s=14695 -recol1d=13605 -recol2s=13638 -recol2d=12548 -recol3s=12581 -recol3d=11491 -recol4s=11524 -recol4d=10434 -recol5s=10467 -recol5d=9377 -recol6s=9410 -recol6d=8320 -model=model_35400 -name=Crates - -// 34227 -[loc_34227] -active=yes -blockwalk=yes -model=model_35630 -name=Chair - -// 34228 -[loc_34228] -active=no -hillchange=skew_to_fit -model=model_35300 - -// 34229 -[loc_34229] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -offsety=-120 -istexture=yes -blockwalk=no -recol1s=12580 -recol1d=7296 -model=model_823 - -// 34230 -[loc_34230] -sharelight=yes -hillskew=yes -active=no -active=no -ambient=20 -retex1s=material_72 -retex1d=material_560 -model=model_787 - -// 34231 -[loc_34231] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=16872 -recol2s=7364 -recol2d=17929 -recol3s=8421 -recol3d=20041 -recol4s=9478 -recol4d=21098 -recol5s=10535 -recol5d=22155 -recol6s=11592 -recol6d=23212 -retex1s=material_180 -retex1d=material_177 -model=model_13740,1 -model=model_13741,2 -model=model_13742,5 - -// 34232 -[loc_34232] -sharelight=yes -hillskew=yes -recol1s=6307 -recol1d=23212 -recol2s=7364 -recol2d=23214 -recol3s=8421 -recol3d=24271 -recol4s=9478 -recol4d=25328 -recol5s=10535 -recol5d=26386 -recol6s=11592 -recol6d=26418 -retex1s=material_180 -retex1d=material_177 -model=model_13740,1 -model=model_13741,2 -model=model_13742,5 - -// 34233 -[loc_34233] -active=no -raiseobject=no -ambient=25 -contrast=15 -model=model_36451,1 - -// 34234 -[loc_34234] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -model=model_36451,1 -name=Door - -// 34235 -[loc_34235] -active=no -raiseobject=no -ambient=25 -contrast=15 -model=model_36451,1 - -// 34236 -[loc_34236] -active=no -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -model=model_36451,1 - -// 34237 -[loc_34237] -active=no -raiseobject=no -ambient=25 -contrast=15 -model=model_36451,1 - -// 34238 -[loc_34238] -wallwidth=32 -sharelight=yes -occlude=yes -active=no -recol1s=7431 -recol1d=19977 -recol2s=6374 -recol2d=17897 -recol3s=5317 -recol3d=16840 -recol4s=4260 -recol4d=15783 -recol5s=3203 -recol5d=15783 -recol6s=2146 -recol6d=14726 -retex1s=material_309 -retex1d=material_96 -model=model_4480,1 -model=model_4481,2 -model=model_4482,3 -model=model_4483,4 -model=model_4484,5 - -// 34239 -[loc_34239] -sharelight=yes -hillskew=yes -active=no -retex1s=material_67 -retex1d=material_70 -retex2s=material_309 -retex2d=material_96 -model=model_6405,1 -model=model_6406,2 -model=model_6407,5 - -// 34240 -[loc_34240] -sharelight=yes -hillskew=yes -active=no -model=model_35754,1 - -// 34241 -[loc_34241] -sharelight=yes -hillskew=yes -active=no -model=model_35755,1 - -// 34242 -[loc_34242] -sharelight=yes -hillskew=yes -active=no -retex1s=material_309 -retex1d=material_96 -model=model_35755,1 - -// 34243 -[loc_34243] -active=no -sharelight=yes -contrast=15 -ambient=25 -retex1s=material_563 -retex1d=material_561 -model=model_26066,1 -model=model_26067,2 -model=model_26068,3 -model=model_26069,4 -model=model_26070,5 - -// 34244 -[loc_34244] -active=no -sharelight=yes -contrast=15 -ambient=25 -retex1s=material_563 -retex1d=material_561 -model=model_26072,1 - -// 34245 -[loc_34245] -forceapproach=east -op1=Open -contrast=15 -ambient=25 -recol1s=8384 -recol1d=9444 -recol2s=10498 -recol2d=10501 -recol3s=25254 -recol3d=9444 -recol4s=4161 -recol4d=8387 -recol5s=6275 -recol5d=7330 -recol6s=5218 -recol6d=6273 -model=model_36084 -model2=model_5531 -name=Wardrobe - -// 34246 -[loc_34246] -forceapproach=east -op1=Open -contrast=15 -ambient=25 -recol1s=8384 -recol1d=9444 -recol2s=10498 -recol2d=10501 -recol3s=25254 -recol3d=9444 -recol4s=4161 -recol4d=8387 -recol5s=6275 -recol5d=7330 -recol6s=5218 -recol6d=6273 -model=model_36084 -name=Wardrobe - -// 34247 -[loc_34247] -op2=Search -op3=Close -forceapproach=east -contrast=15 -ambient=25 -recol1s=8384 -recol1d=9444 -recol2s=10498 -recol2d=10501 -recol3s=25254 -recol3d=9444 -recol4s=4161 -recol4d=8387 -recol5s=6275 -recol5d=7330 -recol6s=5218 -recol6d=6273 -model=model_36093 -name=Wardrobe - -// 34248 -[loc_34248] -active=yes -forceapproach=south -ambient=25 -contrast=15 -recol1s=10467 -recol1d=5251 -recol2s=14695 -recol2d=9445 -recol3s=22131 -recol3d=6342 -recol4s=17903 -recol4d=12618 -recol5s=13675 -recol5d=6342 -model=model_12151 -name=Chest - -// 34249 -[loc_34249] -active=no -width=2 -length=2 -hillchange=ceiling_skew -model=model_34992 - -// 34250 -[loc_34250] -active=no -width=2 -length=2 -hillchange=ceiling_skew -model=model_34981 - -// 34251 -[loc_34251] -active=no -hillchange=ceiling_skew -model=model_34996 - -// 34252 -[loc_34252] -sharelight=yes -active=no -resizez=128 -resizex=128 -resizey=82 -retex1s=material_101 -retex1d=material_102 -model=model_4368,1 -model=model_4369,2 -model=model_4370,3 -model=model_4371,4 - -// 34253 -[loc_34253] -sharelight=yes -active=no -ambient=-40 -model=model_4361,A -model=model_4362,Z - -// 34254 -[loc_34254] -mirror=yes -sharelight=yes -active=no -ambient=-40 -model=model_4361,A -model=model_4362,Z - -// 34255 -[loc_34255] -sharelight=yes -active=no -model=model_35697 - -// 34256 -[loc_34256] -mirror=yes -sharelight=yes -active=no -model=model_35697 - -// 34257 -[loc_34257] -sharelight=yes -active=no -ambient=-40 -model=model_4360,Z - -// 34258 -[loc_34258] -sharelight=yes -active=no -ambient=-40 -model=model_4363,Z - -// 34259 -[loc_34259] -sharelight=yes -active=no -ambient=-40 -model=model_4365,Z - -// 34260 -[loc_34260] -mirror=yes -sharelight=yes -active=no -ambient=-40 -model=model_4360,Z - -// 34261 -[loc_34261] -mirror=yes -sharelight=yes -active=no -ambient=-40 -model=model_4363,Z - -// 34262 -[loc_34262] -mirror=yes -sharelight=yes -active=no -ambient=-40 -model=model_4365,Z - -// 34263 -[loc_34263] -sharelight=yes -active=no -model=model_35696 - -// 34264 -[loc_34264] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -hillskew=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_36362,0 - -// 34265 -[loc_34265] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -hillskew=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_36351,0 - -// 34266 -[loc_34266] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -hillskew=yes -hardshadow=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_36362,0 - -// 34267 -[loc_34267] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -hillskew=yes -hardshadow=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_36351,0 - -// 34268 -[loc_34268] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_36367,0 - -// 34269 -[loc_34269] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_36350,0 - -// 34270 -[loc_34270] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -recol3s=8353 -recol3d=8387 -model=model_36851,1 - -// 34271 -[loc_34271] -hillskew=yes -active=no -shadow=no -hardshadow=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_1137,0 - -// 34272 -[loc_34272] -active=yes -blockrange=no -model=model_35687 -name=Keg - -// 34273 -[loc_34273] -length=2 -blockrange=no -model=model_35691 -name=Bed - -// 34274 -[loc_34274] -sharelight=yes -hillskew=yes -active=no -active=no -recol1s=12580 -recol1d=10535 -retex1s=material_560 -retex1d=material_72 -model=model_823 - -// 34275 -[loc_34275] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=10534 -recol2s=15618 -recol2d=10534 -recol3s=14594 -recol3d=10534 -model=model_1032,0 - -// 34276 -[loc_34276] -active=no -length=7 -width=2 -mirror=yes -ambient=25 -hillchange=skew_to_fit -model=model_35199 - -// 34277 -[loc_34277] -active=no -length=7 -width=2 -ambient=25 -hillchange=skew_to_fit -model=model_35199 - -// 34278 -[loc_34278] -msi=msi_22 -active=no -hillchange=skew_to_fit -recol1s=12580 -recol1d=11592 -model=model_36895,1 -model=model_36893,5 - -// 34279 -[loc_34279] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -hardshadow=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_63 -retex1d=material_384 -retex2s=material_75 -retex2d=material_384 -model=model_4408,0 - -// 34280 -[loc_34280] -active=no -sharelight=yes -model=model_4375,8 -model=model_4377,A -model=model_4379,H -model=model_4380,Z - -// 34281 -[loc_34281] -active=no -sharelight=yes -model=model_4376,H - -// 34282 -[loc_34282] -width=2 -length=2 -active=no -sharelight=yes -model=model_4375,8 -model=model_4377,A -model=model_4379,H -model=model_4380,Z - -// 34283 -[loc_34283] -width=2 -length=2 -active=no -sharelight=yes -model=model_4378 - -// 34284 -[loc_34284] -sharelight=yes -model=model_3732,A -model=model_3733,D -model=model_3734,G -model=model_3735,H -model=model_3736,Z - -// 34285 -[loc_34285] -sharelight=yes -model=model_3737,H - -// 34286 -[loc_34286] -op2=Climb-down -op3=Climb-up -forceapproach=south -model=model_35689,8 -model=model_35686,2 -name=Ladder - -// 34287 -[loc_34287] -op2=Climb-down -op3=Climb-up -forceapproach=south -model=model_35686 -name=Ladder - -// 34288 -[loc_34288] -width=2 -length=2 -op1=Open -sharelight=yes -hillskew=yes -blockwalk=yes -recol1s=12580 -recol1d=7329 -model=model_750 -name=Door - -// 34289 -[loc_34289] -mirror=yes -width=2 -length=2 -op1=Open -sharelight=yes -hillskew=yes -blockwalk=yes -recol1s=12580 -recol1d=7329 -model=model_750 -name=Door - -// 34290 -[loc_34290] -width=2 -length=2 -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_37290 -name=Door - -// 34291 -[loc_34291] -mirror=yes -width=2 -length=2 -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -forcedecor=yes -model=model_37290 -name=Door - -// 34292 -[loc_34292] -active=no -forcedecor=yes -msi=msi_43 -sharelight=yes -hillskew=yes -blockwalk=yes -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37075,0 - -// 34293 -[loc_34293] -active=no -forcedecor=yes -msi=msi_43 -sharelight=yes -hillskew=yes -blockwalk=yes -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37020,0 - -// 34294 -[loc_34294] -active=no -forcedecor=yes -msi=msi_43 -sharelight=yes -hillskew=yes -blockwalk=yes -recol1s=9444 -recol1d=9410 -recol2s=8387 -recol2d=8353 -recol3s=7330 -recol3d=7296 -model=model_37046,0 - -// 34295 -[loc_34295] -blockwalk=yes -active=no -recol1s=6306 -recol1d=10504 -recol2s=9440 -recol2d=12618 -recolhsl3s=9114 -recolhsl3d=56 -model=model_37457 - -// 34296 -[loc_34296] -active=no -recol1s=6306 -recol1d=10504 -recol2s=9440 -recol2d=12618 -recolhsl3s=9114 -recolhsl3d=56 -recol4s=7398 -recol4d=9410 -recol5s=8455 -recol5d=10467 -recol6s=9512 -recol6d=11524 -model=model_36998,0 - -// 34297 -[loc_34297] -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_690,1 - -// 34298 -[loc_34298] -active=no -hillskew=yes -sharelight=yes -ambient=15 -contrast=15 -model=model_36973 - -// 34299 -[loc_34299] -anim=seq_8624 -width=4 -length=4 -contrast=10 -active=yes -model=model_38135 -name=Tomb - -// 34300 -[loc_34300] -active=no -ambient=-20 -hillchange=skew_to_fit -model=model_34943 - -// 34301 -[loc_34301] -active=no -ambient=-20 -hillchange=skew_to_fit -model=model_35147 - -// 34302 -[loc_34302] -active=no -ambient=-20 -hillchange=skew_to_fit -model=model_35009 - -// 34303 -[loc_34303] -active=no -width=4 -length=5 -hillchange=skew_to_fit -model=model_35288 - -// 34304 -[loc_34304] -sharelight=yes -occlude=yes -active=no -recol1s=28533 -recol1d=16874 -recol2s=8353 -recol2d=5250 -retex1s=material_2 -retex1d=material_23 -model=model_36907,1 -model=model_36904,5 - -// 34305 -[loc_34305] -sharelight=yes -occlude=yes -active=no -recol1s=28533 -recol1d=16874 -recol2s=8353 -recol2d=5250 -retex1s=material_2 -retex1d=material_23 -model=model_36905,2 - -// 34306 -[loc_34306] -sharelight=yes -active=no -recolhsl1s=7360 -recolhsl1d=7468 -recol2s=18955 -recol2d=13670 -recolhsl3s=7350 -recolhsl3d=7458 -recolhsl4s=7345 -recolhsl4d=7453 -recolhsl5s=7339 -recolhsl5d=7450 -retex1s=material_2 -retex1d=material_23 -model=model_36070,A -model=model_36071,H -model=model_36067,Z -model=model_36058,X - -// 34307 -[loc_34307] -active=no -hillchange=skew_to_fit -model=model_35158 - -// 34308 -[loc_34308] -active=no -hillchange=skew_to_fit -model=model_35057 - -// 34309 -[loc_34309] -active=no -hillchange=skew_to_fit -model=model_35074 - -// 34310 -[loc_34310] -active=no -hillchange=skew_to_fit -model=model_34959 - -// 34311 -[loc_34311] -active=no -hillchange=skew_to_fit -model=model_35240 - -// 34312 -[loc_34312] -hillskew=yes -ambient=25 -contrast=25 -op1=Open -model=model_37698,1 -name=Door - -// 34313 -[loc_34313] -hillskew=yes -ambient=25 -contrast=25 -op1=Close -mirror=yes -model=model_37698,1 -name=Door - -// 34314 -[loc_34314] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1124,0 - -// 34315 -[loc_34315] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1139,0 - -// 34316 -[loc_34316] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=24275 -recol2s=15618 -recol2d=24275 -recol3s=14594 -recol3d=24275 -model=model_1032,0 - -// 34317 -[loc_34317] -anim=seq_9585 -retex1s=material_83 -retex1d=material_72 -model=model_5013 -name=Pillar - -// 34318 -[loc_34318] -active=no -width=2 -ambient=15 -contrast=15 -sharelight=yes -model=model_36826 - -// 34319 -[loc_34319] -active=no -model=model_35832 - -// 34320 -[loc_34320] -active=no -model=model_35813 - -// 34321 -[loc_34321] -bgsound=synth_4472,5 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 34322 -[loc_34322] -bgsound=synth_2147,10 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 34323 -[loc_34323] -active=no -shadow=no -blockwalk=no -randomsound=50,150,10,synth_1984,synth_1985,synth_1986,synth_1987,synth_1988 -model=model_34351,Q - -// 34324 -[loc_34324] -active=no -shadow=no -blockwalk=no -randomsound=50,150,10,synth_2070,synth_2071,synth_2072,synth_2073 -model=model_34351,Q - -// 34325 -[loc_34325] -active=no -shadow=no -blockwalk=no -randomsound=150,350,10,synth_4944,synth_4124,synth_4089,synth_4093,synth_1993 -bgsound=synth_2184,10 -model=model_34351,Q - -// 34326 -[loc_34326] -active=no -shadow=no -blockwalk=no -randomsound=150,350,15,synth_4944,synth_4124,synth_4089,synth_4093,synth_1993 -bgsound=synth_2184,15 -model=model_34351,Q - -// 34327 -[loc_34327] -bgsound=synth_2209,10 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 34328 -[loc_34328] -active=no -shadow=no -blockwalk=no -randomsound=150,300,15,synth_2113,synth_4360,synth_4362,synth_4361 -bgsound=synth_2185,15 -model=model_34351,Q - -// 34329 -[loc_34329] -bgsound=synth_3092,10 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 34330 -[loc_34330] -active=no -shadow=no -blockwalk=no -randomsound=150,300,10,synth_4944,synth_4943,synth_4945 -model=model_34351,Q - -// 34331 -[loc_34331] -active=no -shadow=no -blockwalk=no -randomsound=150,300,15,synth_1998,synth_2113,synth_4126,synth_4362,synth_3101,synth_3102 -model=model_34351,Q - -// 34332 -[loc_34332] -bgsound=synth_4958,20 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 34333 -[loc_34333] -bgsound=synth_4959,5 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 34334 -[loc_34334] -active=no -shadow=no -blockwalk=no -randomsound=100,250,15,synth_2015,synth_4085,synth_4354 -model=model_34351,Q - -// 34335 -[loc_34335] -active=no -shadow=no -blockwalk=no -randomsound=100,250,15,synth_4962,synth_1998 -model=model_34351,Q - -// 34336 -[loc_34336] -active=no -shadow=no -blockwalk=no -randomsound=100,250,15,synth_2072,synth_4009,synth_4007,synth_2012,synth_2070 -bgsound=synth_4957,15 -model=model_34351,Q - -// 34337 -[loc_34337] -bgsound=synth_4956,20 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 34338 -[loc_34338] -active=no -shadow=no -blockwalk=no -randomsound=100,200,15,synth_4473,synth_4474,synth_3104,synth_3101 -model=model_34351,Q - -// 34339 -[loc_34339] -bgsound=synth_3115,5 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 34340 -[loc_34340] -active=no -shadow=no -blockwalk=no -randomsound=100,150,5,synth_3364,synth_3365,synth_3366,synth_3367 -model=model_34351,Q - -// 34341 -[loc_34341] -active=no -shadow=no -blockwalk=no -randomsound=50,100,5,synth_631,synth_4977,synth_4976,synth_4975 -model=model_34351,Q - -// 34342 -[loc_34342] -active=no -shadow=no -blockwalk=no -randomsound=100,150,5,synth_912,synth_2067,synth_4989,synth_4988,synth_4987 -model=model_34351,Q - -// 34343 -[loc_34343] -active=no -shadow=no -blockwalk=no -randomsound=25,50,5,synth_4981,synth_4980,synth_4979,synth_4978,synth_4982 -model=model_34351,Q - -// 34344 -[loc_34344] -active=no -shadow=no -blockwalk=no -randomsound=100,150,5,synth_800,synth_4963,synth_4964,synth_4965 -model=model_34351,Q - -// 34345 -[loc_34345] -active=no -shadow=no -blockwalk=no -randomsound=100,150,5,synth_4972,synth_4973,synth_4974 -model=model_34351,Q - -// 34346 -[loc_34346] -active=no -shadow=no -blockwalk=no -randomsound=100,150,5,synth_451,synth_4970,synth_4967,synth_4971 -model=model_34351,Q - -// 34347 -[loc_34347] -active=no -shadow=no -blockwalk=no -randomsound=100,150,5,synth_4966,synth_4969,synth_4968 -model=model_34351,Q - -// 34348 -[loc_34348] -active=no -shadow=no -blockwalk=no -randomsound=100,150,5,synth_327,synth_4986,synth_327 -model=model_34351,Q - -// 34349 -[loc_34349] -active=no -shadow=no -blockwalk=no -randomsound=100,150,5,synth_4985,synth_4984,synth_302,synth_4983 -model=model_34351,Q - -// 34350 -[loc_34350] -active=no -shadow=no -blockwalk=no -randomsound=100,150,5,synth_4961,synth_4960 -model=model_34351,Q - -// 34351 -[loc_34351] -active=no -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_9642 -model=model_36800 - -// 34352 -[loc_34352] -active=no -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_9642 -model=model_36795 - -// 34353 -[loc_34353] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=6038 -recolhsl1d=9484 -recolhsl2s=7064 -recolhsl2d=9488 -recolhsl3s=6940 -recolhsl3d=9492 -recolhsl4s=6945 -recolhsl4d=9496 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 34354 -[loc_34354] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=6038 -recolhsl1d=9484 -recolhsl2s=7064 -recolhsl2d=9488 -recolhsl3s=6940 -recolhsl3d=9492 -recolhsl4s=6945 -recolhsl4d=9496 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 34355 -[loc_34355] -sharelight=yes -ambient=25 -contrast=15 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_33897,H -model=model_25235,H - -// 34356 -[loc_34356] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_25250,A -model=model_25259,S -model=model_25255,D -model=model_25256,F -model=model_25257,G -model=model_25258,H -model=model_25275,Z -model=model_25274,X -model=model_31122,C -model=model_25267,V -model=model_25236,A -model=model_25241,S -model=model_25237,D -model=model_25238,F -model=model_25239,G -model=model_25240,H -model=model_25244,Z -model=model_25243,X -model=model_31692,C -model=model_25242,V - -// 34357 -[loc_34357] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_25272,A -model=model_25273,Z -model=model_25245,A -model=model_25246,Z - -// 34358 -[loc_34358] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_25268,A -model=model_25269,Z -model=model_25245,A -model=model_25246,Z - -// 34359 -[loc_34359] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_25270,A -model=model_25271,Z -model=model_25245,A -model=model_25246,Z - -// 34360 -[loc_34360] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_36594,H -model=model_36642,H - -// 34361 -[loc_34361] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_25250,A -model=model_25259,S -model=model_25255,D -model=model_25256,F -model=model_25257,G -model=model_25258,H -model=model_25275,Z -model=model_25274,X -model=model_31122,C -model=model_25267,V -model=model_25236,A -model=model_25241,S -model=model_25237,D -model=model_25238,F -model=model_25239,G -model=model_25240,H -model=model_25244,Z -model=model_25243,X -model=model_31692,C -model=model_25242,V - -// 34362 -[loc_34362] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_25272,A -model=model_25273,Z -model=model_25245,A -model=model_25246,Z - -// 34363 -[loc_34363] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_25268,A -model=model_25269,Z -model=model_25245,A -model=model_25246,Z - -// 34364 -[loc_34364] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_25270,A -model=model_25271,Z -model=model_25245,A -model=model_25246,Z - -// 34365 -[loc_34365] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_36594,H -model=model_36642,H - -// 34366 -[loc_34366] -ambient=25 -contrast=15 -recolhsl1s=6806 -recolhsl1d=7444 -recolhsl2s=6682 -recolhsl2d=7448 -recol3s=12581 -recol3d=9477 -recolhsl4s=6443 -recolhsl4d=7456 -recolhsl5s=6447 -recolhsl5d=7468 -retex1s=material_319 -retex1d=material_91 -model=model_7908 -model2=model_7910 -name=Shelves - -// 34367 -[loc_34367] -ambient=25 -contrast=15 -recolhsl1s=7700 -recolhsl1d=7468 -recolhsl2s=8076 -recolhsl2d=7444 -recolhsl3s=7952 -recolhsl3d=7456 -model=model_2135 -name=Shelves - -// 34368 -[loc_34368] -ambient=25 -contrast=15 -recol1s=7329 -recol1d=9477 -recolhsl2s=8076 -recolhsl2d=7444 -recolhsl3s=6569 -recolhsl3d=7468 -recol4s=10504 -recol4d=8456 -recol5s=14732 -recol5d=12618 -recol6s=17903 -recol6d=16846 -model=model_1271 -name=Shelves - -// 34369 -[loc_34369] -ambient=25 -contrast=15 -recolhsl1s=8076 -recolhsl1d=7444 -recol2s=7329 -recol2d=9477 -model=model_2132 -model2=model_9508 -model3=model_9509 -name=Shelves - -// 34370 -[loc_34370] -ambient=25 -contrast=15 -recolhsl1s=7830 -recolhsl1d=7444 -recol2s=10499 -recol2d=9477 -recolhsl3s=7582 -recolhsl3d=7468 -retex1s=material_274 -retex1d=material_111 -model=model_24895 -name=Shelf - -// 34371 -[loc_34371] -active=no -contrast=25 -ambient=20 -recol1s=14662 -recol1d=9477 -recolhsl2s=7952 -recolhsl2d=7440 -recolhsl3s=6466 -recolhsl3d=7468 -retex1s=material_214 -retex1d=material_91 -model=model_12544,Q - -// 34372 -[loc_34372] -active=no -contrast=25 -ambient=20 -recol1s=14662 -recol1d=9477 -recolhsl2s=6466 -recolhsl2d=7468 -model=model_12541,Q - -// 34373 -[loc_34373] -active=no -contrast=25 -ambient=20 -recol1s=14662 -recol1d=9477 -recolhsl2s=6466 -recolhsl2d=7468 -retex1s=material_199 -retex1d=material_321 -model=model_12537,Q - -// 34374 -[loc_34374] -active=no -contrast=25 -ambient=20 -recol1s=14662 -recol1d=9477 -recolhsl2s=6466 -recolhsl2d=7468 -retex1s=material_199 -retex1d=material_321 -model=model_12535,Q - -// 34375 -[loc_34375] -width=3 -length=3 -ambient=25 -contrast=15 -shadow=no -recolhsl1s=5784 -recolhsl1d=7444 -recolhsl2s=5660 -recolhsl2d=7440 -recolhsl3s=5665 -recolhsl3d=7440 -recolhsl4s=5541 -recolhsl4d=7448 -recol5s=14662 -recol5d=9477 -model=model_9535 -name=Row boat - -// 34376 -[loc_34376] -width=2 -length=3 -ambient=25 -contrast=15 -recol1s=9442 -recol1d=9477 -recolhsl2s=7582 -recolhsl2d=7456 -model=model_1480 -name=Cart - -// 34377 -[loc_34377] -anim=seq_481 -ambient=20 -contrast=15 -bgsound=synth_4472,3 -recol1s=8456 -recol1d=8388 -recolhsl2s=28 -recolhsl2d=5408 -recolhsl3s=4886 -recolhsl3d=7456 -model=model_2255,Q - -// 34378 -[loc_34378] -anim=seq_3107 -ambient=25 -contrast=15 -recolhsl1s=5400 -recolhsl1d=7444 -recolhsl2s=5404 -recolhsl2d=7448 -recolhsl3s=5408 -recolhsl3d=7452 -model=model_38150,Q - -// 34379 -[loc_34379] -ambient=50 -contrast=15 -recolhsl1s=24 -recolhsl1d=7444 -recol2s=7399 -recol2d=9477 -recol3s=8456 -recol3d=9477 -model=model_14213,Q - -// 34380 -[loc_34380] -ambient=50 -contrast=15 -model=model_14821,Q - -// 34381 -[loc_34381] -width=2 -length=2 -recolhsl1s=6932 -recolhsl1d=7448 -recolhsl2s=6684 -recolhsl2d=7456 -model=model_1421 -name=Market stall - -// 34382 -[loc_34382] -width=2 -length=2 -op2=Steal-from -recolhsl1s=6932 -recolhsl1d=7448 -recolhsl2s=6684 -recolhsl2d=7456 -model=model_1421 -model2=model_1493 -name=Silver stall - -// 34383 -[loc_34383] -width=2 -length=2 -op2=Steal-from -recolhsl1s=6932 -recolhsl1d=7448 -recolhsl2s=6684 -recolhsl2d=7456 -model=model_1421 -model2=model_1485 -name=Silk stall - -// 34384 -[loc_34384] -width=2 -length=2 -op2=Steal-from -recolhsl1s=6932 -recolhsl1d=7448 -recolhsl2s=6684 -recolhsl2d=7456 -model=model_1421 -model2=model_1445 -name=Baker's stall - -// 34385 -[loc_34385] -width=2 -length=2 -op2=Steal-from -recolhsl1s=6932 -recolhsl1d=7448 -recolhsl2s=6684 -recolhsl2d=7456 -model=model_1421 -model2=model_1524 -name=Gem stall - -// 34386 -[loc_34386] -width=2 -length=2 -op2=Steal-from -recolhsl1s=6932 -recolhsl1d=7448 -recolhsl2s=6684 -recolhsl2d=7456 -model=model_1421 -model2=model_1484 -name=Spice stall - -// 34387 -[loc_34387] -width=2 -length=2 -op2=Steal-from -recolhsl1s=6932 -recolhsl1d=7448 -recolhsl2s=6684 -recolhsl2d=7456 -model=model_1421 -model2=model_1456 -name=Fur stall - -// 34388 -[loc_34388] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -forceapproach=west -recolhsl1s=8078 -recolhsl1d=9484 -recolhsl2s=7954 -recolhsl2d=9488 -recolhsl3s=7830 -recolhsl3d=9492 -recolhsl4s=7582 -recolhsl4d=9496 -recolhsl5s=7587 -recolhsl5d=9500 -recolhsl6s=7339 -recolhsl6d=9508 -model=model_25315 -model2=model_25320 -name=Staircase - -// 34389 -[loc_34389] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -forceapproach=west -recolhsl1s=8078 -recolhsl1d=9484 -recolhsl2s=7954 -recolhsl2d=9488 -recolhsl3s=7830 -recolhsl3d=9492 -recolhsl4s=7582 -recolhsl4d=9496 -recolhsl5s=7587 -recolhsl5d=9500 -recolhsl6s=7339 -recolhsl6d=9508 -model=model_25321 -model2=model_25310 -name=Staircase - -// 34390 -[loc_34390] -op1=Climb-down -width=2 -length=2 -blockwalk=yes -msi=msi_7 -ambient=25 -contrast=15 -forceapproach=east -recolhsl1s=8078 -recolhsl1d=9484 -recolhsl2s=7954 -recolhsl2d=9488 -recolhsl3s=7830 -recolhsl3d=9492 -recolhsl4s=7582 -recolhsl4d=9496 -recolhsl5s=7587 -recolhsl5d=9500 -recolhsl6s=7339 -recolhsl6d=9508 -model=model_25322 -model2=model_25309 -name=Staircase - -// 34391 -[loc_34391] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -forceapproach=west -mirror=yes -recolhsl1s=8078 -recolhsl1d=9484 -recolhsl2s=7954 -recolhsl2d=9488 -recolhsl3s=7830 -recolhsl3d=9492 -recolhsl4s=7582 -recolhsl4d=9496 -recolhsl5s=7587 -recolhsl5d=9500 -recolhsl6s=7339 -recolhsl6d=9508 -model=model_25315 -model2=model_25320 -name=Staircase - -// 34392 -[loc_34392] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -forceapproach=west -mirror=yes -recolhsl1s=8078 -recolhsl1d=9484 -recolhsl2s=7954 -recolhsl2d=9488 -recolhsl3s=7830 -recolhsl3d=9492 -recolhsl4s=7582 -recolhsl4d=9496 -recolhsl5s=7587 -recolhsl5d=9500 -recolhsl6s=7339 -recolhsl6d=9508 -model=model_25321 -model2=model_25310 -name=Staircase - -// 34393 -[loc_34393] -op1=Climb-down -width=2 -length=2 -blockwalk=yes -msi=msi_7 -ambient=25 -contrast=15 -forceapproach=east -mirror=yes -recolhsl1s=8078 -recolhsl1d=9484 -recolhsl2s=7954 -recolhsl2d=9488 -recolhsl3s=7830 -recolhsl3d=9492 -recolhsl4s=7582 -recolhsl4d=9496 -recolhsl5s=7587 -recolhsl5d=9500 -recolhsl6s=7339 -recolhsl6d=9508 -model=model_25322 -model2=model_25309 -name=Staircase - -// 34394 -[loc_34394] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=9488 -recolhsl2s=5788 -recolhsl2d=9492 -recolhsl3s=5673 -recolhsl3d=9496 -model=model_5187 -name=Ladder - -// 34395 -[loc_34395] -active=yes -sharelight=yes -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=9488 -recolhsl2s=5788 -recolhsl2d=9492 -recolhsl3s=5673 -recolhsl3d=9496 -retex1s=material_73 -retex1d=material_63 -model=model_5187 -name=Ladder - -// 34396 -[loc_34396] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=9488 -recolhsl2s=5788 -recolhsl2d=9492 -recolhsl3s=5673 -recolhsl3d=9496 -model=model_9504 -name=Ladder - -// 34397 -[loc_34397] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5545 -recolhsl1d=9488 -recolhsl2s=6466 -recolhsl2d=9492 -recolhsl3s=6457 -recolhsl3d=9500 -model=model_12552 -name=Staircase - -// 34398 -[loc_34398] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5545 -recolhsl1d=9488 -recolhsl2s=6466 -recolhsl2d=9492 -recolhsl3s=11148 -recolhsl3d=9484 -model=model_12559 -name=Staircase - -// 34399 -[loc_34399] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=7954 -recolhsl1d=9488 -recolhsl2s=7587 -recolhsl2d=9496 -recolhsl3s=7706 -recolhsl3d=9492 -model=model_23959 - -// 34400 -[loc_34400] -active=no -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7952 -recolhsl1d=9496 -recolhsl2s=6707 -recolhsl2d=9508 -model=model_10089 - -// 34401 -[loc_34401] -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5545 -recolhsl1d=9492 -recolhsl2s=6466 -recolhsl2d=9496 -recol3s=15392 -recol3d=13508 -model=model_12395 -name=Bed - -// 34402 -[loc_34402] -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5545 -recolhsl1d=9492 -recolhsl2s=6466 -recolhsl2d=9496 -recol3s=15392 -recol3d=13508 -model=model_12397 -name=Bed - -// 34403 -[loc_34403] -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7954 -recolhsl1d=9492 -recolhsl2s=7830 -recolhsl2d=9496 -recolhsl3s=7582 -recolhsl3d=9500 -recol4s=16945 -recol4d=13508 -recol5s=15888 -recol5d=12451 -model=model_20389 -name=Bunk bed - -// 34404 -[loc_34404] -blockwalk=yes -op1=Open -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7706 -recolhsl1d=9496 -recolhsl2s=7587 -recolhsl2d=9508 -model=model_25880 -name=Drawers - -// 34405 -[loc_34405] -blockwalk=yes -op1=Search -op2=Shut -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7706 -recolhsl1d=9496 -recolhsl2s=7587 -recolhsl2d=9508 -model=model_25881 -name=Drawers - -// 34406 -[loc_34406] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=9484 -recolhsl2s=5396 -recolhsl2d=9488 -recolhsl3s=5400 -recolhsl3d=9492 -recolhsl4s=5404 -recolhsl4d=9496 -recolhsl5s=5408 -recolhsl5d=9500 -recolhsl6s=5412 -recolhsl6d=9508 -model=model_36438 -name=Wardrobe - -// 34407 -[loc_34407] -blockwalk=yes -width=2 -ambient=25 -contrast=15 -recolhsl1s=5660 -recolhsl1d=9484 -recolhsl2s=5545 -recolhsl2d=9492 -recolhsl3s=6563 -recolhsl3d=9496 -recolhsl4s=6466 -recolhsl4d=9508 -model=model_12468 -name=Dresser - -// 34408 -[loc_34408] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=10126 -recolhsl1d=9496 -model=model_1185 - -// 34409 -[loc_34409] -width=2 -length=2 -ambient=25 -contrast=15 -recolhsl1s=6682 -recolhsl1d=9488 -recolhsl2s=5545 -recolhsl2d=9492 -recolhsl3s=6466 -recolhsl3d=9496 -retex1s=material_97 -retex1d=material_56 -model=model_12502 -name=Larder - -// 34410 -[loc_34410] -ambient=25 -contrast=15 -width=2 -forceapproach=east -bgsound=synth_2200,5 -recol1s=16909 -recol1d=6342 -recol2s=15852 -recol2d=4228 -model=model_22943 -name=Cooking range - -// 34411 -[loc_34411] -width=2 -ambient=25 -contrast=15 -recolhsl1s=8078 -recolhsl1d=9484 -recolhsl2s=7952 -recolhsl2d=9488 -recolhsl3s=7706 -recolhsl3d=9492 -recolhsl4s=7587 -recolhsl4d=9496 -model=model_25183 -name=Sink - -// 34412 -[loc_34412] -ambient=25 -contrast=15 -recolhsl1s=6806 -recolhsl1d=9488 -recolhsl2s=6682 -recolhsl2d=9492 -recolhsl3s=6563 -recolhsl3d=9496 -recolhsl4s=6443 -recolhsl4d=9500 -recolhsl5s=6447 -recolhsl5d=9508 -retex1s=material_319 -retex1d=material_91 -model=model_7908 -model2=model_7910 -name=Shelves - -// 34413 -[loc_34413] -ambient=25 -contrast=15 -recolhsl1s=7700 -recolhsl1d=9508 -recolhsl2s=8076 -recolhsl2d=9488 -recolhsl3s=7952 -recolhsl3d=9500 -model=model_2135 -name=Shelves - -// 34414 -[loc_34414] -ambient=25 -contrast=15 -recolhsl1s=7952 -recolhsl1d=9496 -recolhsl2s=8076 -recolhsl2d=9488 -recolhsl3s=6569 -recolhsl3d=9508 -recol4s=10504 -recol4d=8456 -recol5s=14732 -recol5d=12618 -recol6s=17903 -recol6d=16846 -model=model_1271 -name=Shelves - -// 34415 -[loc_34415] -ambient=25 -contrast=15 -recolhsl1s=8076 -recolhsl1d=9488 -recolhsl2s=7952 -recolhsl2d=9496 -model=model_2132 -model2=model_9508 -model3=model_9509 -name=Shelves - -// 34416 -[loc_34416] -ambient=25 -contrast=15 -recolhsl1s=7830 -recolhsl1d=9488 -recolhsl2s=7706 -recolhsl2d=9496 -recolhsl3s=7582 -recolhsl3d=9508 -model=model_24895 -name=Shelf - -// 34417 -[loc_34417] -ambient=25 -contrast=15 -recolhsl1s=7830 -recolhsl1d=9488 -recolhsl2s=7706 -recolhsl2d=9496 -recolhsl3s=7582 -recolhsl3d=9508 -model=model_35957 -name=Shelf - -// 34418 -[loc_34418] -active=no -contrast=25 -ambient=20 -recolhsl1s=5545 -recolhsl1d=9496 -recolhsl2s=7952 -recolhsl2d=9484 -recolhsl3s=6466 -recolhsl3d=9508 -model=model_12544,Q - -// 34419 -[loc_34419] -active=no -contrast=25 -ambient=20 -recolhsl1s=5545 -recolhsl1d=9496 -recolhsl2s=6466 -recolhsl2d=9508 -model=model_12541,Q - -// 34420 -[loc_34420] -active=no -contrast=25 -ambient=20 -recolhsl1s=5545 -recolhsl1d=9496 -recolhsl2s=6466 -recolhsl2d=9508 -model=model_12537,Q - -// 34421 -[loc_34421] -active=no -contrast=25 -ambient=20 -recolhsl1s=5545 -recolhsl1d=9496 -recolhsl2s=6466 -recolhsl2d=9508 -model=model_12535,Q - -// 34422 -[loc_34422] -width=3 -length=3 -ambient=25 -contrast=15 -shadow=no -recolhsl1s=5784 -recolhsl1d=7444 -recolhsl2s=5660 -recolhsl2d=7440 -recolhsl3s=5665 -recolhsl3d=7440 -recolhsl4s=5541 -recolhsl4d=7448 -recol5s=14662 -recol5d=9477 -model=model_9535 -name=Row boat - -// 34423 -[loc_34423] -width=2 -length=3 -ambient=25 -contrast=15 -recolhsl1s=7830 -recolhsl1d=9496 -recolhsl2s=7582 -recolhsl2d=9500 -model=model_1480 -name=Cart - -// 34424 -[loc_34424] -anim=seq_481 -ambient=20 -contrast=15 -bgsound=synth_4472,3 -recol1s=8456 -recol1d=8388 -recolhsl2s=28 -recolhsl2d=5408 -recolhsl3s=4886 -recolhsl3d=9500 -model=model_2255,Q - -// 34425 -[loc_34425] -anim=seq_3107 -ambient=25 -contrast=15 -recolhsl1s=5400 -recolhsl1d=9488 -recolhsl2s=5404 -recolhsl2d=9492 -recolhsl3s=5408 -recolhsl3d=9496 -model=model_38150,Q - -// 34426 -[loc_34426] -ambient=50 -contrast=15 -recolhsl1s=24 -recolhsl1d=9488 -recolhsl2s=28 -recolhsl2d=9496 -recolhsl3s=33 -recolhsl3d=9496 -model=model_14213,Q - -// 34427 -[loc_34427] -active=yes -length=2 -ambient=25 -contrast=15 -recolhsl1s=6674 -recolhsl1d=9484 -recolhsl2s=6550 -recolhsl2d=9492 -recolhsl3s=5675 -recolhsl3d=9496 -recolhsl4s=5559 -recolhsl4d=9508 -recolhsl5s=14511 -recolhsl5d=10406 -model=model_5276 -name=Broken Door - -// 34428 -[loc_34428] -ambient=25 -contrast=15 -recolhsl1s=6049 -recolhsl1d=9492 -model=model_1544 -name=Broken cart wheel - -// 34429 -[loc_34429] -length=2 -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6558 -recolhsl1d=9488 -recolhsl2s=6563 -recolhsl2d=9492 -recolhsl3s=6439 -recolhsl3d=9496 -recolhsl4s=6443 -recolhsl4d=9500 -recolhsl5s=6451 -recolhsl5d=9508 -model=model_14027 -name=Table - -// 34430 -[loc_34430] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=4886 -recolhsl1d=9488 -model=model_1242 -name=Smashed chair - -// 34431 -[loc_34431] -width=2 -ambient=25 -contrast=15 -recolhsl1s=7333 -recolhsl1d=9488 -recolhsl2s=8483 -recolhsl2d=9496 -model=model_24085 -name=Table - -// 34432 -[loc_34432] -active=yes -msi=msi_7 -forceapproach=south -ambient=25 -contrast=15 -recolhsl1s=7690 -recolhsl1d=9484 -recolhsl2s=7566 -recolhsl2d=9488 -recolhsl3s=7442 -recolhsl3d=9492 -recolhsl4s=7446 -recolhsl4d=9496 -recolhsl5s=7322 -recolhsl5d=9500 -recolhsl6s=7326 -recolhsl6d=9508 -model=model_37305 -name=Ladder - -// 34433 -[loc_34433] -ambient=25 -contrast=15 -recolhsl1s=5652 -recolhsl1d=9484 -recolhsl2s=6558 -recolhsl2d=9488 -recolhsl3s=6563 -recolhsl3d=9492 -model=model_30909 -name=Broken Chair - -// 34434 -[loc_34434] -ambient=25 -contrast=15 -recolhsl1s=5652 -recolhsl1d=9484 -recolhsl2s=6558 -recolhsl2d=9488 -recolhsl3s=6563 -recolhsl3d=9492 -model=model_30868 -name=Broken Chair - -// 34435 -[loc_34435] -ambient=25 -contrast=15 -recolhsl1s=5652 -recolhsl1d=9484 -recolhsl2s=6558 -recolhsl2d=9488 -recolhsl3s=6563 -recolhsl3d=9492 -model=model_30913 -name=Broken Chair - -// 34436 -[loc_34436] -width=2 -length=3 -ambient=25 -contrast=15 -recolhsl1s=9098 -recolhsl1d=9484 -recolhsl2s=8076 -recolhsl2d=9488 -recolhsl3s=7954 -recolhsl3d=9492 -recolhsl4s=7830 -recolhsl4d=9496 -recolhsl5s=7706 -recolhsl5d=9500 -recolhsl6s=7582 -recolhsl6d=9508 -model=model_33861 -name=Cart - -// 34437 -[loc_34437] -blockwalk=yes -ambient=25 -contrast=15 -width=2 -blockrange=no -model=model_33637 -name=Broken range - -// 34438 -[loc_34438] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7952 -recolhsl1d=9488 -recolhsl2s=6707 -recolhsl2d=9500 -model=model_17872 -name=Stool - -// 34439 -[loc_34439] -anim=seq_4778 -width=3 -ambient=25 -contrast=15 -active=yes -recolhsl1s=7830 -recolhsl1d=9488 -recolhsl2s=7587 -recolhsl2d=9496 -recolhsl3s=37982 -recolhsl3d=20504 -recolhsl4s=37995 -recolhsl4d=20512 -recol5s=24175 -recol5d=12646 -model=model_18172 -model2=model_18171 -name=Washing Line - -// 34440 -[loc_34440] -anim=seq_4778 -width=3 -ambient=25 -contrast=15 -active=yes -recolhsl1s=7830 -recolhsl1d=9488 -recolhsl2s=7587 -recolhsl2d=9496 -recolhsl3s=37982 -recolhsl3d=20504 -recolhsl4s=37995 -recolhsl4d=20512 -recol5s=24175 -recol5d=12646 -model=model_18172 -name=Washing Line - -// 34441 -[loc_34441] -anim=seq_4778 -width=3 -ambient=25 -contrast=15 -active=yes -recolhsl1s=7830 -recolhsl1d=9488 -recolhsl2s=7587 -recolhsl2d=9496 -recolhsl3s=37982 -recolhsl3d=7940 -recolhsl4s=37995 -recolhsl4d=7948 -recolhsl5s=5454 -recolhsl5d=62495 -model=model_18172 -model2=model_18171 -name=Washing Line - -// 34442 -[loc_34442] -sharelight=yes -active=no -ambient=25 -contrast=15 -blockrange=no -model=model_9478,1 -model=model_25872,2 -model=model_35882,3 -model=model_9479,4 -model=model_25873,5 - -// 34443 -[loc_34443] -ambient=25 -contrast=15 -recolhsl1s=5652 -recolhsl1d=7440 -recolhsl2s=6558 -recolhsl2d=7444 -recolhsl3s=6563 -recolhsl3d=7448 -model=model_30909 -name=Broken Chair - -// 34444 -[loc_34444] -sharelight=yes -active=no -resizey=120 -ambient=25 -contrast=15 -recolhsl1s=3235 -recolhsl1d=9488 -recolhsl2s=3239 -recolhsl2d=9492 -recolhsl3s=3243 -recolhsl3d=9496 -recolhsl4s=3247 -recolhsl4d=9500 -model=model_11443,1 -model=model_11444,2 -model=model_11445,3 - -// 34445 -[loc_34445] -sharelight=yes -active=no -resizey=120 -ambient=25 -contrast=15 -recolhsl1s=3235 -recolhsl1d=9488 -recolhsl2s=3239 -recolhsl2d=9492 -recolhsl3s=3243 -recolhsl3d=9496 -recolhsl4s=3247 -recolhsl4d=9500 -model=model_11446,1 - -// 34446 -[loc_34446] -sharelight=yes -active=no -resizey=120 -ambient=25 -contrast=15 -recolhsl1s=3235 -recolhsl1d=9488 -recolhsl2s=3239 -recolhsl2d=9492 -recolhsl3s=3243 -recolhsl3d=9496 -recolhsl4s=3247 -recolhsl4d=9500 -retex1s=material_101 -retex1d=material_102 -model=model_11443,1 -model=model_11444,2 -model=model_11445,3 - -// 34447 -[loc_34447] -sharelight=yes -active=no -resizey=120 -ambient=25 -contrast=15 -recolhsl1s=3235 -recolhsl1d=9488 -recolhsl2s=3239 -recolhsl2d=9492 -recolhsl3s=3243 -recolhsl3d=9496 -recolhsl4s=3247 -recolhsl4d=9500 -retex1s=material_101 -retex1d=material_102 -model=model_11446,1 - -// 34448 -[loc_34448] -width=3 -ambient=25 -contrast=15 -recolhsl1s=4517 -recolhsl1d=9492 -recolhsl2s=6024 -recolhsl2d=9484 -model=model_1296 -name=Tanning line - -// 34449 -[loc_34449] -ambient=25 -contrast=15 -recolhsl1s=5788 -recolhsl1d=9492 -recolhsl2s=7075 -recolhsl2d=9496 -recolhsl3s=7081 -recolhsl3d=9500 -model=model_1292 -name=Mangle - -// 34450 -[loc_34450] -ambient=25 -contrast=15 -recolhsl1s=5788 -recolhsl1d=9492 -model=model_1293 -name=Mangle - -// 34451 -[loc_34451] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=9488 -recolhsl2s=12698 -recolhsl2d=9496 -model=model_5356 - -// 34452 -[loc_34452] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=9488 -recolhsl2s=12698 -recolhsl2d=9496 -model=model_5357 - -// 34453 -[loc_34453] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=9488 -recolhsl2s=12698 -recolhsl2d=9496 -model=model_5358 - -// 34454 -[loc_34454] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=9488 -recolhsl2s=12698 -recolhsl2d=9496 -model=model_5360 - -// 34455 -[loc_34455] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=9488 -recolhsl2s=12698 -recolhsl2d=9496 -model=model_5359 - -// 34456 -[loc_34456] -active=no -contrast=15 -ambient=25 -recolhsl1s=12818 -recolhsl1d=9488 -recolhsl2s=12698 -recolhsl2d=9496 -model=model_5361 - -// 34457 -[loc_34457] -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=9500 -recolhsl2s=21646 -recolhsl2d=9496 -recolhsl3s=7446 -recolhsl3d=9500 -recolhsl4s=5272 -recolhsl4d=9492 -recolhsl5s=10382 -recolhsl5d=9488 -model=model_17924,0 - -// 34458 -[loc_34458] -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=9500 -recolhsl2s=21646 -recolhsl2d=9496 -recolhsl3s=7446 -recolhsl3d=9500 -recolhsl4s=5272 -recolhsl4d=9492 -recolhsl5s=10382 -recolhsl5d=9488 -model=model_17924,0 - -// 34459 -[loc_34459] -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=9500 -recolhsl2s=21646 -recolhsl2d=9496 -recolhsl3s=7446 -recolhsl3d=9500 -recolhsl4s=5272 -recolhsl4d=9492 -recolhsl5s=10382 -recolhsl5d=9488 -model=model_17924,0 - -// 34460 -[loc_34460] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=9500 -recolhsl2s=21646 -recolhsl2d=9496 -recolhsl3s=7446 -recolhsl3d=9500 -recolhsl4s=5272 -recolhsl4d=9492 -recolhsl5s=10382 -recolhsl5d=9488 -model=model_17922,0 - -// 34461 -[loc_34461] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=9500 -recolhsl2s=21646 -recolhsl2d=9496 -recolhsl3s=7446 -recolhsl3d=9500 -recolhsl4s=5272 -recolhsl4d=9492 -recolhsl5s=10382 -recolhsl5d=9488 -model=model_17922,0 - -// 34462 -[loc_34462] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=9500 -recolhsl2s=21646 -recolhsl2d=9496 -recolhsl3s=7446 -recolhsl3d=9500 -recolhsl4s=5272 -recolhsl4d=9492 -recolhsl5s=10382 -recolhsl5d=9488 -model=model_17922,0 - -// 34463 -[loc_34463] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=9500 -recolhsl2s=21646 -recolhsl2d=9496 -recolhsl3s=7446 -recolhsl3d=9500 -recolhsl4s=5272 -recolhsl4d=9492 -recolhsl5s=10382 -recolhsl5d=9488 -model=model_17922,0 - -// 34464 -[loc_34464] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=9500 -recolhsl2s=21646 -recolhsl2d=9496 -recolhsl3s=7446 -recolhsl3d=9500 -recolhsl4s=5272 -recolhsl4d=9492 -recolhsl5s=10382 -recolhsl5d=9488 -model=model_17922,0 - -// 34465 -[loc_34465] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=9500 -recolhsl2s=21646 -recolhsl2d=9496 -recolhsl3s=7446 -recolhsl3d=9500 -recolhsl4s=5272 -recolhsl4d=9492 -recolhsl5s=10382 -recolhsl5d=9488 -model=model_17922,0 - -// 34466 -[loc_34466] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=5545 -recolhsl1d=7448 -recolhsl2s=6466 -recolhsl2d=7456 -recol3s=15392 -recol3d=13508 -model=model_12447 - -// 34467 -[loc_34467] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=5545 -recolhsl1d=7448 -recolhsl2s=6466 -recolhsl2d=7456 -recol3s=15392 -recol3d=13508 -model=model_12446 - -// 34468 -[loc_34468] -active=no -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5545 -recolhsl1d=7448 -recolhsl2s=6466 -recolhsl2d=7456 -model=model_12577 - -// 34469 -[loc_34469] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5799 -recolhsl1d=7440 -recolhsl2s=5679 -recolhsl2d=7444 -recolhsl3s=5559 -recolhsl3d=7448 -recolhsl4s=5675 -recolhsl4d=7468 -model=model_4326 -name=Table - -// 34470 -[loc_34470] -blockwalk=yes -ambient=25 -contrast=15 -length=2 -blockrange=no -recolhsl1s=6563 -recolhsl1d=7440 -recolhsl2s=6439 -recolhsl2d=7444 -recolhsl3s=6443 -recolhsl3d=7448 -recolhsl4s=6451 -recolhsl4d=7468 -model=model_7712 -name=Table - -// 34471 -[loc_34471] -length=2 -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=6563 -recolhsl1d=7440 -recolhsl2s=6439 -recolhsl2d=7444 -recolhsl3s=6443 -recolhsl3d=7448 -recolhsl4s=6451 -recolhsl4d=7468 -retex1s=material_117 -retex1d=material_57 -model=model_35850 -name=Chart Table - -// 34472 -[loc_34472] -length=2 -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=6563 -recolhsl1d=7440 -recolhsl2s=6439 -recolhsl2d=7444 -recolhsl3s=6443 -recolhsl3d=7448 -recolhsl4s=6451 -recolhsl4d=7468 -model=model_35840 -name=Globe Table - -// 34473 -[loc_34473] -width=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6563 -recolhsl1d=7444 -recolhsl2s=6439 -recolhsl2d=7448 -recol3s=14695 -recol3d=9477 -recolhsl4s=6451 -recolhsl4d=7468 -model=model_14827 -name=Table - -// 34474 -[loc_34474] -width=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6563 -recolhsl1d=7444 -recolhsl2s=6439 -recolhsl2d=7448 -recol3s=14695 -recol3d=9477 -recolhsl4s=6451 -recolhsl4d=7468 -model=model_18501 -name=Table - -// 34475 -[loc_34475] -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6682 -recolhsl1d=7448 -recolhsl2s=6443 -recolhsl2d=7456 -recol3s=15392 -recol3d=13508 -model=model_12396 -name=Bed - -// 34476 -[loc_34476] -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6682 -recolhsl1d=7448 -recolhsl2s=6443 -recolhsl2d=7456 -recol3s=15392 -recol3d=13508 -model=model_12398 -name=Bed - -// 34477 -[loc_34477] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=7952 -recolhsl1d=7448 -recolhsl2s=6707 -recolhsl2d=7456 -model=model_15207 -name=Bookcase - -// 34478 -[loc_34478] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=7952 -recolhsl1d=7448 -recolhsl2s=6707 -recolhsl2d=7456 -model=model_15208 -name=Bookcase - -// 34479 -[loc_34479] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=7952 -recolhsl1d=7448 -recolhsl2s=6707 -recolhsl2d=7456 -model=model_23958 -name=Bookcase - -// 34480 -[loc_34480] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -model=model_19996 -name=Books - -// 34481 -[loc_34481] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -model=model_20053 -name=Books - -// 34482 -[loc_34482] -ambient=25 -contrast=15 -op1=Open -blockwalk=yes -blockrange=no -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -model=model_12959 -name=Drawers - -// 34483 -[loc_34483] -ambient=25 -contrast=15 -op1=Search -op2=Close -blockwalk=yes -blockrange=no -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -model=model_25071 -name=Drawers - -// 34484 -[loc_34484] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=6930 -recolhsl1d=7444 -recol2s=10467 -recol2d=9477 -recolhsl3s=6443 -recolhsl3d=7468 -model=model_18999 -name=Wardrobe - -// 34485 -[loc_34485] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=6930 -recolhsl1d=7444 -recol2s=10467 -recol2d=9477 -recolhsl3s=6443 -recolhsl3d=7468 -model=model_18996 -name=Wardrobe - -// 34486 -[loc_34486] -blockwalk=yes -ambient=25 -contrast=15 -length=3 -recolhsl1s=6930 -recolhsl1d=7444 -recol2s=10467 -recol2d=9477 -recolhsl3s=6443 -recolhsl3d=7468 -model=model_19030 -name=Wardrobe - -// 34487 -[loc_34487] -blockwalk=yes -ambient=25 -contrast=15 -length=3 -recolhsl1s=6930 -recolhsl1d=7444 -recol2s=10467 -recol2d=9477 -recolhsl3s=6443 -recolhsl3d=7468 -model=model_19029 -name=Wardrobe - -// 34488 -[loc_34488] -blockwalk=yes -width=2 -ambient=25 -contrast=15 -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -recolhsl3s=6930 -recolhsl3d=7440 -model=model_19037 -name=Box - -// 34489 -[loc_34489] -blockwalk=yes -width=2 -ambient=25 -contrast=15 -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -recolhsl3s=6930 -recolhsl3d=7440 -model=model_19036 -name=Box - -// 34490 -[loc_34490] -blockwalk=yes -width=2 -ambient=25 -contrast=15 -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -model=model_12469 -name=Dresser - -// 34491 -[loc_34491] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=5400 -recolhsl1d=7448 -recol2s=14662 -recol2d=9477 -recolhsl3s=6466 -recolhsl3d=7468 -model=model_13135 -name=Telescope - -// 34492 -[loc_34492] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=8076 -recolhsl1d=7440 -recolhsl2s=7954 -recolhsl2d=7444 -recol3s=11556 -recol3d=9477 -recolhsl4s=7587 -recolhsl4d=7456 -model=model_25070 - -// 34493 -[loc_34493] -blockwalk=yes -anim=seq_1726 -ambient=25 -contrast=15 -recol1s=12613 -recol1d=9477 -recolhsl2s=7471 -recolhsl2d=7444 -model=model_11878 -name=Grandfather clock - -// 34494 -[loc_34494] -width=2 -length=2 -ambient=25 -contrast=15 -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -recolhsl3s=6028 -recolhsl3d=7444 -model=model_12503 -name=Larder - -// 34495 -[loc_34495] -length=2 -forceapproach=east -ambient=25 -contrast=15 -bgsound=synth_2199,5 -recol1s=7399 -recol1d=4228 -recol2s=10504 -recol2d=5285 -recol3s=12618 -recol3d=6342 -model=model_12616 -name=Range - -// 34496 -[loc_34496] -length=2 -forceapproach=east -ambient=25 -contrast=15 -retex1s=material_267 -retex1d=material_90 -retex2s=material_265 -retex2d=material_90 -model=model_13221 -model2=model_13215 -name=Sink - -// 34497 -[loc_34497] -forceapproach=south -op1=Spin -ambient=25 -contrast=15 -recolhsl1s=5413 -recolhsl1d=7444 -recolhsl2s=5537 -recolhsl2d=7448 -recol3s=10468 -recol3d=9477 -model=model_27564 -name=Spinning wheel - -// 34498 -[loc_34498] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -model=model_12553 -name=Staircase - -// 34499 -[loc_34499] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recol1s=10467 -recol1d=9477 -recolhsl2s=6443 -recolhsl2d=7468 -recolhsl3s=11148 -recolhsl3d=7440 -model=model_12560 -name=Staircase - -// 34500 -[loc_34500] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7830 -recolhsl1d=7440 -recolhsl2s=7706 -recolhsl2d=7448 -recolhsl3s=7582 -recolhsl3d=7456 -retex1s=material_219 -retex1d=material_403 -retex2s=material_220 -retex2d=material_123 -model=model_25199,Q - -// 34501 -[loc_34501] -active=no -blockwalk=no -ambient=25 -contrast=15 -recolhsl1s=7706 -recolhsl1d=7448 -recolhsl2s=7587 -recolhsl2d=7456 -model=model_18308,Q - -// 34502 -[loc_34502] -active=no -blockwalk=no -ambient=25 -contrast=15 -recolhsl1s=7706 -recolhsl1d=7448 -recolhsl2s=7587 -recolhsl2d=7456 -model=model_18329,Q - -// 34503 -[loc_34503] -blockwalk=no -ambient=25 -contrast=15 -active=no -recolhsl1s=7706 -recolhsl1d=7448 -recolhsl2s=7587 -recolhsl2d=7456 -model=model_18312,Q - -// 34504 -[loc_34504] -blockwalk=no -ambient=25 -contrast=15 -active=no -recolhsl1s=7706 -recolhsl1d=7448 -recolhsl2s=7587 -recolhsl2d=7456 -model=model_18311,Q - -// 34505 -[loc_34505] -blockwalk=no -ambient=25 -contrast=15 -active=no -recolhsl1s=6594 -recolhsl1d=7448 -recolhsl2s=5675 -recolhsl2d=7456 -recolhsl3s=6550 -recolhsl3d=7448 -model=model_4319,Q - -// 34506 -[loc_34506] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -model=model_36774,1 -model=model_36767,2 -model=model_36790,3 -model=model_36782,4 -model=model_36788,5 - -// 34507 -[loc_34507] -active=no -blockwalk=no -ambient=25 -contrast=15 -recolhsl1s=7706 -recolhsl1d=7444 -recolhsl2s=7582 -recolhsl2d=7448 -recolhsl3s=7587 -recolhsl3d=7456 -model=model_24812,Q - -// 34508 -[loc_34508] -active=no -blockwalk=no -ambient=25 -contrast=15 -recolhsl1s=7706 -recolhsl1d=7444 -recolhsl2s=7582 -recolhsl2d=7448 -recolhsl3s=7587 -recolhsl3d=7456 -model=model_24811,Q - -// 34509 -[loc_34509] -ambient=25 -contrast=15 -active=yes -offsety=17 -recolhsl1s=6682 -recolhsl1d=7444 -recol2s=14695 -recol2d=9477 -model=model_25171,Q -name=Painting - -// 34510 -[loc_34510] -ambient=25 -contrast=15 -active=yes -offsety=17 -recolhsl1s=6682 -recolhsl1d=7444 -recol2s=14695 -recol2d=9477 -model=model_25172,Q -name=Painting - -// 34511 -[loc_34511] -ambient=25 -contrast=15 -active=yes -offsety=17 -recolhsl1s=6682 -recolhsl1d=7444 -recol2s=14695 -recol2d=9477 -model=model_15265,Q -name=Painting - -// 34512 -[loc_34512] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=13508 -recolhsl2s=0 -recolhsl2d=2580 -recol3s=24265 -recol3d=12451 -retex1s=material_475 -retex1d=material_106 -model=model_12527,0 - -// 34513 -[loc_34513] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=13508 -recolhsl2s=0 -recolhsl2d=2580 -recol3s=24265 -recol3d=12451 -retex1s=material_478 -retex1d=material_106 -model=model_12529,0 - -// 34514 -[loc_34514] -active=no -blockwalk=no -unknown90=yes -recol1s=15392 -recol1d=13508 -recolhsl2s=0 -recolhsl2d=2580 -recol3s=24265 -recol3d=12451 -model=model_12528,0 - -// 34515 -[loc_34515] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=5652 -recolhsl1d=7440 -recolhsl2s=6554 -recolhsl2d=7444 -recolhsl3s=7582 -recolhsl3d=7448 -recol4s=13670 -recol4d=9477 -recolhsl5s=7471 -recolhsl5d=7456 -recol6s=20012 -recol6d=13508 -model=model_27462 - -// 34516 -[loc_34516] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=5652 -recolhsl1d=7440 -recolhsl2s=6554 -recolhsl2d=7444 -recolhsl3s=7582 -recolhsl3d=7448 -recol4s=13670 -recol4d=9477 -recolhsl5s=7471 -recolhsl5d=7456 -recol6s=20012 -recol6d=13508 -model=model_27461 - -// 34517 -[loc_34517] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=5652 -recolhsl1d=7440 -recolhsl2s=6554 -recolhsl2d=7444 -recolhsl3s=7582 -recolhsl3d=7448 -recol4s=13670 -recol4d=9477 -recolhsl5s=7471 -recolhsl5d=7456 -recol6s=20012 -recol6d=13508 -model=model_27461 - -// 34518 -[loc_34518] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=3470 -recolhsl1d=7444 -recol2s=7332 -recol2d=9477 -recol3s=10472 -recol3d=13508 -recol4s=9415 -recol4d=12451 -recolhsl5s=61594 -recolhsl5d=6056 -recol6s=6244 -recol6d=17696 -model=model_11460 -name=Table - -// 34519 -[loc_34519] -blockwalk=yes -ambient=25 -contrast=15 -offsetz=-16 -blockrange=no -recolhsl1s=3470 -recolhsl1d=7444 -recol2s=7332 -recol2d=9477 -recol3s=10472 -recol3d=13508 -recol4s=9415 -recol4d=12451 -recolhsl5s=61594 -recolhsl5d=6056 -recol6s=6244 -recol6d=17696 -model=model_11460 -name=Table - -// 34520 -[loc_34520] -width=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=3470 -recolhsl1d=7444 -recol2s=7332 -recol2d=9477 -recol3s=10564 -recol3d=13508 -recol4s=8450 -recol4d=12451 -recolhsl5s=9661 -recolhsl5d=6056 -recol6s=16836 -recol6d=17696 -model=model_11453 -name=Table - -// 34521 -[loc_34521] -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -resizez=256 -blockrange=no -recolhsl1s=3470 -recolhsl1d=7444 -recol2s=7332 -recol2d=9477 -recol3s=10564 -recol3d=13508 -recol4s=8450 -recol4d=12451 -recolhsl5s=9661 -recolhsl5d=6056 -recol6s=16836 -recol6d=17696 -model=model_11453 -name=Table - -// 34522 -[loc_34522] -active=no -sharelight=yes -ambient=25 -contrast=15 -recolhsl1s=10002 -recolhsl1d=7440 -recolhsl2s=7582 -recolhsl2d=7444 -recol3s=12613 -recol3d=9477 -recol4s=6342 -recol4d=17696 -recol5s=11731 -recol5d=13508 -model=model_27595 - -// 34523 -[loc_34523] -active=no -sharelight=yes -ambient=25 -contrast=15 -recolhsl1s=10002 -recolhsl1d=7440 -recolhsl2s=7582 -recolhsl2d=7444 -recol3s=12613 -recol3d=9477 -recol4s=6342 -recol4d=17696 -recol5s=11731 -recol5d=13508 -recol6s=8594 -recol6d=12451 -model=model_27598 - -// 34524 -[loc_34524] -active=no -sharelight=yes -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=10002 -recolhsl1d=7440 -recolhsl2s=7582 -recolhsl2d=7444 -recol3s=12613 -recol3d=9477 -recol4s=6342 -recol4d=17696 -recol5s=11731 -recol5d=13508 -recol6s=8594 -recol6d=12451 -model=model_27598 - -// 34525 -[loc_34525] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=4502 -recolhsl1d=7444 -recolhsl2s=4510 -recolhsl2d=7456 -recol3s=11522 -recol3d=4224 -recol4s=13637 -recol4d=12320 -recol5s=10465 -recol5d=7498 -model=model_12409 -name=Bookcase - -// 34526 -[loc_34526] -blockwalk=yes -ambient=25 -contrast=15 -length=2 -recolhsl1s=4502 -recolhsl1d=7444 -recolhsl2s=4510 -recolhsl2d=7456 -model=model_17301 -name=Bookcase - -// 34527 -[loc_34527] -blockwalk=yes -ambient=25 -contrast=15 -length=2 -offsetx=32 -active=yes -op1=Search -recolhsl1s=4502 -recolhsl1d=7444 -recolhsl2s=4510 -recolhsl2d=7456 -model=model_17301 -name=Bookcase - -// 34528 -[loc_34528] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -op1=Open -recolhsl1s=8487 -recolhsl1d=7456 -recol2s=10533 -recol2d=9477 -recolhsl3s=8483 -recolhsl3d=7448 -recolhsl4s=8598 -recolhsl4d=7444 -model=model_35508 -name=Drawers - -// 34529 -[loc_34529] -op1=Search -op2=Close -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -recolhsl1s=8487 -recolhsl1d=7456 -recol2s=10533 -recol2d=9477 -recolhsl3s=8483 -recolhsl3d=7448 -recolhsl4s=8598 -recolhsl4d=7444 -model=model_35507 -name=Drawers - -// 34530 -[loc_34530] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -op1=Open -recolhsl1s=8487 -recolhsl1d=7456 -recol2s=10533 -recol2d=9477 -recolhsl3s=8483 -recolhsl3d=7448 -recolhsl4s=8598 -recolhsl4d=7444 -model=model_36497 -name=Drawers - -// 34531 -[loc_34531] -op1=Search -op2=Close -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -recolhsl1s=8487 -recolhsl1d=7456 -recol2s=10533 -recol2d=9477 -recolhsl3s=8483 -recolhsl3d=7448 -recolhsl4s=8598 -recolhsl4d=7444 -model=model_36487 -name=Drawers - -// 34532 -[loc_34532] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -model=model_11126 -name=Wardrobe - -// 34533 -[loc_34533] -blockwalk=yes -ambient=25 -contrast=15 -length=3 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -model=model_19021 -name=Wardrobe - -// 34534 -[loc_34534] -blockwalk=yes -ambient=25 -contrast=15 -length=3 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -recol4s=6342 -recol4d=4228 -model=model_19026 -name=Wardrobe - -// 34535 -[loc_34535] -blockwalk=yes -ambient=25 -contrast=15 -length=3 -offsetx=16 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -model=model_19021 -name=Wardrobe - -// 34536 -[loc_34536] -blockwalk=yes -ambient=25 -contrast=15 -length=3 -offsetx=16 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -recol4s=6342 -recol4d=4228 -model=model_19026 -name=Wardrobe - -// 34537 -[loc_34537] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -model=model_18994 -name=Wardrobe - -// 34538 -[loc_34538] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -recol4s=6342 -recol4d=4228 -model=model_18992 -name=Wardrobe - -// 34539 -[loc_34539] -width=2 -blockwalk=yes -width=2 -ambient=25 -contrast=15 -recolhsl1s=4502 -recolhsl1d=7448 -recol2s=11492 -recol2d=9477 -recolhsl3s=9135 -recolhsl3d=7440 -model=model_19032 -name=Box - -// 34540 -[loc_34540] -width=2 -blockwalk=yes -width=2 -ambient=25 -contrast=15 -offsetz=16 -recolhsl1s=4502 -recolhsl1d=7448 -recol2s=11492 -recol2d=9477 -recolhsl3s=9135 -recolhsl3d=7440 -model=model_19032 -name=Box - -// 34541 -[loc_34541] -width=2 -blockwalk=yes -width=2 -ambient=25 -contrast=15 -recolhsl1s=4502 -recolhsl1d=7448 -recol2s=11492 -recol2d=9477 -recolhsl3s=9135 -recolhsl3d=7440 -model=model_19034 -name=Box - -// 34542 -[loc_34542] -width=2 -blockwalk=yes -width=2 -ambient=25 -contrast=15 -offsetz=16 -recolhsl1s=4502 -recolhsl1d=7448 -recol2s=11492 -recol2d=9477 -recolhsl3s=9135 -recolhsl3d=7440 -model=model_19034 -name=Box - -// 34543 -[loc_34543] -width=2 -blockwalk=yes -width=2 -ambient=25 -contrast=15 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -model=model_12467 -name=Dresser - -// 34544 -[loc_34544] -blockwalk=yes -anim=seq_3511 -ambient=25 -contrast=15 -bgsound=synth_3120,3 -recolhsl1s=8070 -recolhsl1d=7440 -recolhsl2s=9098 -recolhsl2d=7444 -recolhsl3s=8846 -recolhsl3d=7448 -recol4s=7362 -recol4d=9477 -recolhsl5s=8478 -recolhsl5d=7456 -recolhsl6s=8483 -recolhsl6d=7460 -model=model_35495 -name=Grandfather clock - -// 34545 -[loc_34545] -blockwalk=yes -anim=seq_3511 -ambient=25 -contrast=15 -bgsound=synth_3120,3 -offsetz=8 -recolhsl1s=8070 -recolhsl1d=7440 -recolhsl2s=9098 -recolhsl2d=7444 -recolhsl3s=8846 -recolhsl3d=7448 -recol4s=7362 -recol4d=9477 -recolhsl5s=8478 -recolhsl5d=7456 -recolhsl6s=8483 -recolhsl6d=7460 -model=model_35495 -name=Grandfather clock - -// 34546 -[loc_34546] -length=2 -ambient=25 -contrast=15 -bgsound=synth_2065,3 -forceapproach=east -recol1s=7399 -recol1d=4228 -recol2s=10504 -recol2d=5285 -recol3s=12618 -recol3d=6342 -model=model_12632 -name=Range - -// 34547 -[loc_34547] -length=2 -ambient=25 -contrast=15 -recolhsl1s=9098 -recolhsl1d=7440 -recolhsl2s=8722 -recolhsl2d=7444 -recolhsl3s=8598 -recolhsl3d=7448 -recol4s=9476 -recol4d=9477 -recolhsl5s=8483 -recolhsl5d=7456 -model=model_35496 -name=Sink - -// 34548 -[loc_34548] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -forceapproach=west -recolhsl1s=8078 -recolhsl1d=7440 -recolhsl2s=7954 -recolhsl2d=7444 -recolhsl3s=7830 -recolhsl3d=7448 -recol4s=11556 -recol4d=9477 -recolhsl5s=7587 -recolhsl5d=7456 -recolhsl6s=7339 -recolhsl6d=7468 -model=model_25315 -model2=model_25320 -name=Staircase - -// 34549 -[loc_34549] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -forceapproach=west -recolhsl1s=8078 -recolhsl1d=7440 -recolhsl2s=7954 -recolhsl2d=7444 -recolhsl3s=7830 -recolhsl3d=7448 -recol4s=11556 -recol4d=9477 -recolhsl5s=7587 -recolhsl5d=7456 -recolhsl6s=7339 -recolhsl6d=7468 -model=model_25321 -model2=model_25310 -name=Staircase - -// 34550 -[loc_34550] -op1=Climb-down -width=2 -length=2 -blockwalk=yes -msi=msi_7 -ambient=25 -contrast=15 -forceapproach=east -recolhsl1s=8078 -recolhsl1d=7440 -recolhsl2s=7954 -recolhsl2d=7444 -recolhsl3s=7830 -recolhsl3d=7448 -recol4s=11556 -recol4d=9477 -recolhsl5s=7587 -recolhsl5d=7456 -recolhsl6s=7339 -recolhsl6d=7468 -model=model_25322 -model2=model_25309 -name=Staircase - -// 34551 -[loc_34551] -active=no -ambient=25 -contrast=15 -unknown90=yes -recolhsl1s=60304 -recolhsl1d=2585 -recol2s=12295 -recol2d=13508 -recol3s=10244 -recol3d=12451 -recolhsl4s=59945 -recolhsl4d=2600 -recol5s=20910 -recol5d=17669 -recolhsl6s=231 -recolhsl6d=2610 -model=model_24808,0 - -// 34552 -[loc_34552] -active=no -ambient=25 -contrast=15 -unknown90=yes -recolhsl1s=60304 -recolhsl1d=2585 -recol2s=12295 -recol2d=13508 -recol3s=10244 -recol3d=12451 -recolhsl4s=59945 -recolhsl4d=2600 -recol5s=20910 -recol5d=17669 -recolhsl6s=231 -recolhsl6d=2610 -model=model_24809,0 - -// 34553 -[loc_34553] -ambient=25 -contrast=15 -active=no -unknown90=yes -recolhsl1s=60304 -recolhsl1d=2585 -recol2s=12295 -recol2d=13508 -recol3s=10244 -recol3d=12451 -recolhsl4s=59945 -recolhsl4d=2600 -recol5s=20910 -recol5d=17669 -recolhsl6s=231 -recolhsl6d=2610 -model=model_24807,0 - -// 34554 -[loc_34554] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=7954 -recolhsl1d=7444 -recol2s=12613 -recol2d=9477 -recolhsl3s=7706 -recolhsl3d=7448 -model=model_23959 - -// 34555 -[loc_34555] -active=no -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=7329 -recol1d=9477 -recolhsl2s=6707 -recolhsl2d=7468 -model=model_10089 - -// 34556 -[loc_34556] -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5545 -recolhsl1d=7448 -recol2s=22059 -recol2d=9477 -recol3s=15392 -recol3d=13508 -retex1s=material_479 -retex1d=material_56 -model=model_12395 -name=Bed - -// 34557 -[loc_34557] -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5545 -recolhsl1d=7448 -recol2s=22059 -recol2d=9477 -recol3s=15392 -recol3d=13508 -model=model_12397 -name=Bed - -// 34558 -[loc_34558] -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7954 -recolhsl1d=7448 -recol2s=9442 -recol2d=9477 -recolhsl3s=7582 -recolhsl3d=7456 -recol4s=16945 -recol4d=13508 -recol5s=15888 -recol5d=12451 -model=model_20389 -name=Bunk bed - -// 34559 -[loc_34559] -blockwalk=yes -op1=Open -forceapproach=south -ambient=25 -contrast=15 -blockrange=no -recol1s=10499 -recol1d=9477 -recolhsl2s=7587 -recolhsl2d=7468 -model=model_25880 -name=Drawers - -// 34560 -[loc_34560] -blockwalk=yes -op1=Search -op2=Shut -forceapproach=south -ambient=25 -contrast=15 -blockrange=no -recol1s=10499 -recol1d=9477 -recolhsl2s=7587 -recolhsl2d=7468 -model=model_25881 -name=Drawers - -// 34561 -[loc_34561] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36438 -name=Wardrobe - -// 34562 -[loc_34562] -blockwalk=yes -width=2 -ambient=25 -contrast=15 -recolhsl1s=5660 -recolhsl1d=7440 -recolhsl2s=5545 -recolhsl2d=7448 -recol3s=12581 -recol3d=9477 -recolhsl4s=6466 -recolhsl4d=7468 -model=model_12468 -name=Dresser - -// 34563 -[loc_34563] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=7360 -recol1d=9477 -model=model_1185 - -// 34564 -[loc_34564] -width=2 -length=2 -ambient=25 -contrast=15 -recolhsl1s=6682 -recolhsl1d=7444 -recolhsl2s=5545 -recolhsl2d=7448 -recolhsl3s=6466 -recolhsl3d=7456 -model=model_12502 -name=Larder - -// 34565 -[loc_34565] -ambient=25 -contrast=15 -width=2 -forceapproach=south -bgsound=synth_2199,5 -resizex=100 -resizez=100 -resizey=100 -recol1s=16909 -recol1d=6342 -recol2s=15852 -recol2d=4228 -model=model_22943 -name=Cooking range - -// 34566 -[loc_34566] -width=2 -ambient=25 -contrast=15 -recolhsl1s=8078 -recolhsl1d=7440 -recolhsl2s=7952 -recolhsl2d=7444 -recolhsl3s=7706 -recolhsl3d=7448 -recol4s=12613 -recol4d=9477 -model=model_25183 -name=Sink - -// 34567 -[loc_34567] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5545 -recolhsl1d=7448 -recolhsl2s=6466 -recolhsl2d=7456 -model=model_12552 -name=Staircase - -// 34568 -[loc_34568] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5545 -recolhsl1d=7448 -recolhsl2s=6466 -recolhsl2d=7456 -recolhsl3s=11148 -recolhsl3d=7440 -model=model_12559 -name=Staircase - -// 34569 -[loc_34569] -active=no -hillskew=yes -sharelight=yes -unknown90=yes -recolhsl1s=8720 -recolhsl1d=2580 -recolhsl2s=8602 -recolhsl2d=2585 -recol3s=10499 -recol3d=12451 -recol4s=11556 -recol4d=13508 -recolhsl5s=7587 -recolhsl5d=2600 -model=model_17070,0 - -// 34570 -[loc_34570] -active=no -hillskew=yes -sharelight=yes -unknown90=yes -recolhsl1s=8720 -recolhsl1d=2580 -recolhsl2s=8602 -recolhsl2d=2585 -recol3s=10499 -recol3d=12451 -recol4s=11556 -recol4d=13508 -recolhsl5s=7587 -recolhsl5d=2600 -model=model_17072,0 - -// 34571 -[loc_34571] -active=no -hillskew=yes -sharelight=yes -unknown90=yes -recolhsl1s=8720 -recolhsl1d=2580 -recolhsl2s=8602 -recolhsl2d=2585 -recol3s=10499 -recol3d=12451 -recol4s=11556 -recol4d=13508 -recolhsl5s=7587 -recolhsl5d=2600 -model=model_17071,0 - -// 34572 -[loc_34572] -ambient=25 -contrast=15 -width=2 -anim=seq_6466 -blockwalk=yes -recolhsl1s=8078 -recolhsl1d=7444 -recolhsl2s=7830 -recolhsl2d=7448 -recolhsl3s=7587 -recolhsl3d=7456 -recolhsl4s=49 -recolhsl4d=7179 -model=model_24742 -name=Swings - -// 34573 -[loc_34573] -active=no -anim=seq_4778 -width=3 -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=7830 -recolhsl1d=7444 -recol2s=12613 -recol2d=9477 -model=model_18172 -model2=model_18171 - -// 34574 -[loc_34574] -active=no -anim=seq_4778 -width=5 -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=7830 -recolhsl1d=7444 -recol2s=12613 -recol2d=9477 -retex1s=material_219 -retex1d=material_403 -retex2s=material_295 -retex2d=material_271 -model=model_18173 -model2=model_18174 - -// 34575 -[loc_34575] -active=no -ambient=25 -contrast=15 -length=2 -width=2 -anim=seq_6467 -blockwalk=yes -recolhsl1s=8078 -recolhsl1d=7444 -recol2s=9442 -recol2d=9477 -recolhsl3s=49 -recolhsl3d=7179 -model=model_24743 - -// 34576 -[loc_34576] -width=2 -length=2 -resizex=100 -resizey=100 -resizez=100 -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=10275 -recolhsl1d=8211 -recolhsl2s=10279 -recolhsl2d=8214 -recolhsl3s=10283 -recolhsl3d=8220 -recolhsl4s=10287 -recolhsl4d=8231 -recolhsl5s=7830 -recolhsl5d=7444 -recol6s=11556 -recol6d=9477 -model=model_25044 -name=Well - -// 34577 -[loc_34577] -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=10270 -recolhsl1d=8211 -recolhsl2s=10275 -recolhsl2d=8214 -recolhsl3s=10279 -recolhsl3d=8220 -recolhsl4s=10283 -recolhsl4d=8231 -recolhsl5s=10287 -recolhsl5d=8236 -retex1s=material_326 -retex1d=material_214 -model=model_24699 -name=Waterpump - -// 34578 -[loc_34578] -anim=seq_1733 -blockwalk=yes -ambient=25 -contrast=15 -recol1s=11456 -recol1d=9477 -recolhsl2s=28 -recolhsl2d=7179 -recolhsl3s=37 -recolhsl3d=35881 -recolhsl4s=61 -recolhsl4d=35881 -recolhsl5s=49 -recolhsl5d=7179 -model=model_5523 -name=Weather vane - -// 34579 -[loc_34579] -anim=seq_6023 -width=2 -length=2 -ambient=25 -contrast=15 -bgsound=synth_2151,5 -blockwalk=yes -recolhsl1s=10266 -recolhsl1d=8211 -recolhsl2s=10270 -recolhsl2d=8214 -recolhsl3s=10275 -recolhsl3d=8220 -recolhsl4s=10279 -recolhsl4d=8231 -recolhsl5s=10283 -recolhsl5d=8236 -retex1s=material_176 -retex1d=material_72 -retex2s=material_127 -retex2d=material_72 -model=model_24520 -model2=model_24521 -name=Fountain - -// 34580 -[loc_34580] -length=2 -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=7706 -recolhsl1d=7444 -recolhsl2s=7954 -recolhsl2d=7440 -recol3s=12613 -recol3d=9477 -model=model_36510 -name=Wheelbarrow - -// 34581 -[loc_34581] -ambient=25 -contrast=15 -recol1s=7330 -recol1d=7362 -recol2s=8387 -recol2d=8419 -recol3s=9444 -recol3d=9476 -recol4s=10501 -recol4d=10533 -model=model_5494 -name=Sack - -// 34582 -[loc_34582] -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -recol1s=7330 -recol1d=7362 -recol2s=8387 -recol2d=8419 -recol3s=9444 -recol3d=9476 -recol4s=10501 -recol4d=10533 -model=model_5494 -name=Sack - -// 34583 -[loc_34583] -op1=Search -ambient=25 -contrast=15 -recol1s=15712 -recol1d=9476 -model=model_1482 -name=Sacks - -// 34584 -[loc_34584] -active=no -width=2 -ambient=25 -contrast=15 -recolhsl1s=7954 -recolhsl1d=7444 -recolhsl2s=7830 -recolhsl2d=7448 -recolhsl3s=7587 -recolhsl3d=7456 -model=model_14206 - -// 34585 -[loc_34585] -op1=Search -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6682 -recolhsl1d=7440 -recolhsl2s=6806 -recolhsl2d=7444 -recolhsl3s=6558 -recolhsl3d=7448 -recol4s=12581 -recol4d=9477 -recolhsl5s=6439 -recolhsl5d=7456 -recolhsl6s=6443 -recolhsl6d=7460 -model=model_7685 -name=Crate - -// 34586 -[loc_34586] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6682 -recolhsl1d=7440 -recolhsl2s=6806 -recolhsl2d=7444 -recolhsl3s=6558 -recolhsl3d=7448 -recol4s=12581 -recol4d=9477 -recolhsl5s=6439 -recolhsl5d=7456 -recolhsl6s=6443 -recolhsl6d=7460 -model=model_7700 -name=Crate - -// 34587 -[loc_34587] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=14216 -recolhsl1d=7440 -recolhsl2s=13964 -recolhsl2d=7444 -recolhsl3s=13840 -recolhsl3d=7448 -recol4s=6371 -recol4d=9477 -recolhsl5s=13592 -recolhsl5d=7456 -recolhsl6s=13596 -recolhsl6d=7460 -model=model_13975 -name=Storage crate - -// 34588 -[loc_34588] -op1=Search -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6682 -recolhsl1d=7440 -recolhsl2s=6806 -recolhsl2d=7444 -recolhsl3s=6558 -recolhsl3d=7448 -recol4s=12581 -recol4d=9477 -recolhsl5s=6439 -recolhsl5d=7456 -recolhsl6s=6443 -recolhsl6d=7460 -model=model_7704 -name=Boxes - -// 34589 -[loc_34589] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5904 -recolhsl1d=7444 -recolhsl2s=5660 -recolhsl2d=7448 -recol3s=12548 -recol3d=9477 -recolhsl4s=5541 -recolhsl4d=7456 -recolhsl5s=5281 -recolhsl5d=7179 -recolhsl6s=5161 -recolhsl6d=35881 -model=model_14828 -name=Barrels - -// 34590 -[loc_34590] -ambient=25 -contrast=15 -recolhsl1s=5904 -recolhsl1d=7444 -recolhsl2s=5660 -recolhsl2d=7448 -recol3s=12548 -recol3d=9477 -recolhsl4s=5541 -recolhsl4d=7456 -recolhsl5s=5281 -recolhsl5d=7179 -recolhsl6s=5161 -recolhsl6d=35881 -model=model_14828 -model2=model_14829 -name=Barrel - -// 34591 -[loc_34591] -ambient=25 -contrast=15 -recolhsl1s=5784 -recolhsl1d=7444 -recolhsl2s=5660 -recolhsl2d=7448 -recol3s=12548 -recol3d=9477 -recolhsl4s=5541 -recolhsl4d=7456 -recolhsl5s=5281 -recolhsl5d=7179 -recolhsl6s=5161 -recolhsl6d=35881 -model=model_8232 -name=Barrel - -// 34592 -[loc_34592] -ambient=25 -contrast=15 -recolhsl1s=7333 -recolhsl1d=7448 -recol2s=11590 -recol2d=9477 -recolhsl3s=5272 -recolhsl3d=7179 -recolhsl4s=5276 -recolhsl4d=35881 -model=model_18180 -name=Barrel - -// 34593 -[loc_34593] -width=2 -blockwalk=yes -ambient=25 -contrast=15 -model=model_1454 -name=Hay bales - -// 34594 -[loc_34594] -width=2 -blockwalk=yes -ambient=25 -contrast=15 -resizez=100 -offsetz=16 -model=model_1459 -name=Hay bales - -// 34595 -[loc_34595] -active=no -blockwalk=no -ambient=25 -contrast=15 -shadow=no -recolhsl1s=6028 -recolhsl1d=7444 -recolhsl2s=5656 -recolhsl2d=7448 -recol3s=12582 -recol3d=9477 -retex1s=material_113 -retex1d=material_114 -retex2s=material_168 -retex2d=material_111 -model=model_36250,Q - -// 34596 -[loc_34596] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=13862 -recol2s=11776 -recol2d=11717 -recol3s=9633 -recol3d=8484 -recol4s=5473 -recol4d=5313 -model=model_11577,Q - -// 34597 -[loc_34597] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=13862 -recol2s=11776 -recol2d=11717 -recol3s=9633 -recol3d=8484 -recol4s=5473 -recol4d=5313 -model=model_11576,Q - -// 34598 -[loc_34598] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=13862 -recol2s=11776 -recol2d=11717 -recol3s=9633 -recol3d=8484 -recol4s=5473 -recol4d=5313 -model=model_11575,Q - -// 34599 -[loc_34599] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=12613 -recol2s=11776 -recol2d=11556 -recol3s=9633 -recol3d=10499 -recol4s=5473 -recol4d=9442 -model=model_11575,Q - -// 34600 -[loc_34600] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=12613 -recol2s=11776 -recol2d=11556 -recol3s=9633 -recol3d=10499 -recol4s=5473 -recol4d=9442 -model=model_11576,Q - -// 34601 -[loc_34601] -ambient=25 -contrast=15 -active=no -recol1s=13890 -recol1d=12613 -recol2s=11776 -recol2d=11556 -recol3s=9633 -recol3d=10499 -recol4s=5473 -recol4d=9442 -model=model_11577,Q - -// 34602 -[loc_34602] -active=no -blockwalk=yes -ambient=25 -contrast=15 -retex1s=material_533 -retex1d=material_67 -model=model_29767 - -// 34603 -[loc_34603] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=17931 -recol1d=19879 -recol2s=20013 -recol2d=21959 -recol3s=14560 -recol3d=6240 -recol4s=11556 -recol4d=24175 -model=model_24911 - -// 34604 -[loc_34604] -active=no -blockwalk=yes -ambient=25 -contrast=15 -offsetz=32 -recol1s=22059 -recol1d=24175 -recol2s=24240 -recol2d=19879 -model=model_22226 -model2=model_22222 -model3=model_22217 - -// 34605 -[loc_34605] -active=no -blockwalk=yes -ambient=25 -contrast=15 -offsetz=-32 -recol1s=22059 -recol1d=24175 -recol2s=24240 -recol2d=19879 -model=model_22226 -model2=model_22222 -model3=model_22217 - -// 34606 -[loc_34606] -active=no -blockwalk=yes -ambient=25 -contrast=15 -offsetx=32 -recol1s=22059 -recol1d=24175 -recol2s=24240 -recol2d=19879 -model=model_22226 -model2=model_22222 -model3=model_22217 - -// 34607 -[loc_34607] -active=no -blockwalk=yes -ambient=25 -contrast=15 -offsetx=-32 -recol1s=22059 -recol1d=24175 -recol2s=24240 -recol2d=19879 -model=model_22226 -model2=model_22222 -model3=model_22217 - -// 34608 -[loc_34608] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -model=model_13174 - -// 34609 -[loc_34609] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -model=model_13167 - -// 34610 -[loc_34610] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockrange=no -model=model_13180 - -// 34611 -[loc_34611] -active=no -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -model=model_33865 - -// 34612 -[loc_34612] -active=no -ambient=25 -contrast=15 -sharelight=yes -recolhsl1s=8078 -recolhsl1d=7440 -recolhsl2s=7706 -recolhsl2d=7448 -recol3s=12613 -recol3d=9477 -recol4s=26048 -recol4d=13508 -recolhsl5s=5943 -recolhsl5d=2600 -model=model_25061 - -// 34613 -[loc_34613] -active=no -ambient=25 -contrast=15 -sharelight=yes -recolhsl1s=8078 -recolhsl1d=7440 -recolhsl2s=7706 -recolhsl2d=7448 -recol3s=12613 -recol3d=9477 -recol4s=26048 -recol4d=13508 -recolhsl5s=5943 -recolhsl5d=2600 -model=model_25063 - -// 34614 -[loc_34614] -active=no -ambient=25 -contrast=15 -sharelight=yes -recolhsl1s=8078 -recolhsl1d=7440 -recolhsl2s=7706 -recolhsl2d=7448 -recol3s=12613 -recol3d=9477 -recol4s=26048 -recol4d=13508 -recolhsl5s=5943 -recolhsl5d=2600 -model=model_25062 - -// 34615 -[loc_34615] -anim=seq_2564 -ambient=25 -contrast=15 -resizex=200 -resizey=180 -resizez=200 -recolhsl1s=8078 -recolhsl1d=7440 -recolhsl2s=7704 -recolhsl2d=7448 -recol3s=12613 -recol3d=9477 -recol4s=26048 -recol4d=13508 -recolhsl5s=5943 -recolhsl5d=2600 -model=model_25763 -model2=model_25764 -name=Candles - -// 34616 -[loc_34616] -width=2 -op1=Pray -forceapproach=south -ambient=25 -contrast=15 -recol1s=11492 -recol1d=9477 -recolhsl2s=4502 -recolhsl2d=7444 -model=model_12372 -model2=model_12379 -name=Altar - -// 34617 -[loc_34617] -op1=Play -width=2 -length=2 -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5400 -recolhsl2d=7444 -recolhsl3s=5404 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -recol5s=4405 -recol5d=13508 -recol6s=3278 -recol6d=12451 -model=model_36523 -name=Organ - -// 34618 -[loc_34618] -active=no -width=2 -length=2 -ambient=25 -contrast=15 -model=model_36524 - -// 34619 -[loc_34619] -active=no -ambient=25 -contrast=15 -recolhsl1s=8846 -recolhsl1d=7444 -recolhsl2s=8598 -recolhsl2d=7448 -recolhsl3s=8478 -recolhsl3d=7456 -model=model_35475 - -// 34620 -[loc_34620] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30222 -name=Gravestone -hillchange=rotate,8224 - -// 34621 -[loc_34621] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30207 -name=Gravestone -hillchange=rotate,8224 - -// 34622 -[loc_34622] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30232 -name=Gravestone -hillchange=rotate,8224 - -// 34623 -[loc_34623] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30228 -name=Gravestone -hillchange=rotate,8224 - -// 34624 -[loc_34624] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30223 -name=Gravestone -hillchange=rotate,8224 - -// 34625 -[loc_34625] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30220 -name=Gravestone -hillchange=rotate,8224 - -// 34626 -[loc_34626] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30211 -name=Gravestone -hillchange=rotate,8224 - -// 34627 -[loc_34627] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30195 -name=Gravestone -hillchange=rotate,8224 - -// 34628 -[loc_34628] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30206 -name=Gravestone -hillchange=rotate,8224 - -// 34629 -[loc_34629] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30200 -model2=model_30227 -name=Gravestone -hillchange=rotate,8224 - -// 34630 -[loc_34630] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36684,1 - -// 34631 -[loc_34631] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36704,1 - -// 34632 -[loc_34632] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -mirror=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36704,1 - -// 34633 -[loc_34633] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36734,1 - -// 34634 -[loc_34634] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -mirror=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36734,1 - -// 34635 -[loc_34635] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36683,1 -model=model_36739,3 - -// 34636 -[loc_34636] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -retex1s=material_376 -retex1d=material_72 -model=model_36687,1 - -// 34637 -[loc_34637] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -mirror=yes -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -retex1s=material_376 -retex1d=material_72 -model=model_36687,1 - -// 34638 -[loc_34638] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36683,1 -model=model_36739,3 - -// 34639 -[loc_34639] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36732,1 - -// 34640 -[loc_34640] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36727,1 - -// 34641 -[loc_34641] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -mirror=yes -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36727,1 - -// 34642 -[loc_34642] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36722,1 - -// 34643 -[loc_34643] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -mirror=yes -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36722,1 - -// 34644 -[loc_34644] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36705,1 -model=model_36730,4 - -// 34645 -[loc_34645] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36689,1 - -// 34646 -[loc_34646] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36713,1 -model=model_42904,3 - -// 34647 -[loc_34647] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36720,1 - -// 34648 -[loc_34648] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36736,1 - -// 34649 -[loc_34649] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -mirror=yes -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36736,1 - -// 34650 -[loc_34650] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36691,1 -model=model_36695,4 - -// 34651 -[loc_34651] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36711,1 - -// 34652 -[loc_34652] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -mirror=yes -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36711,1 - -// 34653 -[loc_34653] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36728,1 - -// 34654 -[loc_34654] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36735,1 - -// 34655 -[loc_34655] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -mirror=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36735,1 - -// 34656 -[loc_34656] -active=no -contrast=15 -ambient=25 -blockwalk=yes -length=2 -anim=seq_9643 -model=model_36744 -model=model_36471 - -// 34657 -[loc_34657] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36706,1 - -// 34658 -[loc_34658] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7460 -model=model_36685,1 -model=model_36701,3 -model=model_36707,4 - -// 34659 -[loc_34659] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7460 -model=model_36751,1 - -// 34660 -[loc_34660] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7460 -model=model_36751,1 - -// 34661 -[loc_34661] -active=no -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7460 -model=model_36685,1 -model=model_36701,3 -model=model_36707,4 - -// 34662 -[loc_34662] -active=no -contrast=15 -ambient=25 -blockwalk=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7460 -model=model_36719,1 - -// 34663 -[loc_34663] -active=no -contrast=15 -ambient=25 -recolhsl1s=5396 -recolhsl1d=7444 -recol2s=9445 -recol2d=9477 -model=model_36721,0 - -// 34664 -[loc_34664] -active=no -contrast=15 -ambient=25 -recolhsl1s=5396 -recolhsl1d=7444 -recol2s=9445 -recol2d=9477 -model=model_36725,0 - -// 34665 -[loc_34665] -active=no -contrast=15 -ambient=25 -recolhsl1s=5396 -recolhsl1d=7444 -recol2s=9445 -recol2d=9477 -model=model_36697,0 - -// 34666 -[loc_34666] -active=no -contrast=15 -ambient=25 -mirror=yes -recolhsl1s=5396 -recolhsl1d=7444 -recol2s=9445 -recol2d=9477 -model=model_36697,0 - -// 34667 -[loc_34667] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36716,Z - -// 34668 -[loc_34668] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36724,Z - -// 34669 -[loc_34669] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_36724,Z - -// 34670 -[loc_34670] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -model=model_36717 - -// 34671 -[loc_34671] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -recolhsl4s=5396 -recolhsl4d=7440 -model=model_36699 - -// 34672 -[loc_34672] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=120 -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -recolhsl4s=5396 -recolhsl4d=7440 -model=model_36699 - -// 34673 -[loc_34673] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36726 - -// 34674 -[loc_34674] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -recolhsl4s=5396 -recolhsl4d=7440 -model=model_36694 - -// 34675 -[loc_34675] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=120 -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -recolhsl4s=5396 -recolhsl4d=7440 -model=model_36694 - -// 34676 -[loc_34676] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -recolhsl4s=5396 -recolhsl4d=7440 -model=model_36737 - -// 34677 -[loc_34677] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=60 -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -recolhsl4s=5396 -recolhsl4d=7440 -model=model_36710 - -// 34678 -[loc_34678] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=60 -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -recolhsl4s=5396 -recolhsl4d=7440 -model=model_36710 - -// 34679 -[loc_34679] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -recolhsl4s=5396 -recolhsl4d=7440 -model=model_36718 - -// 34680 -[loc_34680] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -recolhsl4s=5396 -recolhsl4d=7440 -model=model_36690 - -// 34681 -[loc_34681] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=120 -recolhsl1s=5404 -recolhsl1d=7444 -recolhsl2s=5408 -recolhsl2d=7448 -recolhsl3s=5412 -recolhsl3d=7452 -recolhsl4s=5396 -recolhsl4d=7440 -model=model_36718 - -// 34682 -[loc_34682] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36680 - -// 34683 -[loc_34683] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36679,1 - -// 34684 -[loc_34684] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36679,1 - -// 34685 -[loc_34685] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=120 -model=model_36679,1 - -// 34686 -[loc_34686] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=120 -model=model_36679,1 - -// 34687 -[loc_34687] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36723,1 - -// 34688 -[loc_34688] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36723,1 - -// 34689 -[loc_34689] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=120 -model=model_36723,1 - -// 34690 -[loc_34690] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=120 -model=model_36723,1 - -// 34691 -[loc_34691] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36709,1 - -// 34692 -[loc_34692] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36709,1 - -// 34693 -[loc_34693] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=60 -model=model_36709,1 - -// 34694 -[loc_34694] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=60 -model=model_36709,1 - -// 34695 -[loc_34695] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36729,1 - -// 34696 -[loc_34696] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36729,1 - -// 34697 -[loc_34697] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=60 -model=model_36729,1 - -// 34698 -[loc_34698] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=60 -model=model_36709,1 - -// 34699 -[loc_34699] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36682,Z - -// 34700 -[loc_34700] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36682,Z - -// 34701 -[loc_34701] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36688,Z - -// 34702 -[loc_34702] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36688,Z - -// 34703 -[loc_34703] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36703,Z - -// 34704 -[loc_34704] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36703,Z - -// 34705 -[loc_34705] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36708,Z - -// 34706 -[loc_34706] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36708,Z - -// 34707 -[loc_34707] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36715 - -// 34708 -[loc_34708] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36715 - -// 34709 -[loc_34709] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36733 - -// 34710 -[loc_34710] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36733 - -// 34711 -[loc_34711] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36698 - -// 34712 -[loc_34712] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36698 - -// 34713 -[loc_34713] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36738 - -// 34714 -[loc_34714] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36738 - -// 34715 -[loc_34715] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36700 - -// 34716 -[loc_34716] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36700 - -// 34717 -[loc_34717] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36740 - -// 34718 -[loc_34718] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5408 -recolhsl3d=7448 -recolhsl4s=5412 -recolhsl4d=7452 -model=model_36740 - -// 34719 -[loc_34719] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36681,1 - -// 34720 -[loc_34720] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -msi=msi_22 -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36681,1 - -// 34721 -[loc_34721] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36693,1 - -// 34722 -[loc_34722] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -msi=msi_22 -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36693,1 - -// 34723 -[loc_34723] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36731,1 - -// 34724 -[loc_34724] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -msi=msi_22 -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_36731,1 - -// 34725 -[loc_34725] -active=no -contrast=15 -ambient=25 -anim=seq_9644 -unknown90=yes -model=model_36743,0 - -// 34726 -[loc_34726] -active=no -contrast=15 -ambient=25 -mirror=yes -anim=seq_9644 -unknown90=yes -model=model_36743,0 - -// 34727 -[loc_34727] -active=no -contrast=15 -ambient=25 -anim=seq_9644 -randomanimframe=no -unknown90=yes -model=model_36742,0 - -// 34728 -[loc_34728] -active=no -contrast=15 -ambient=25 -mirror=yes -anim=seq_9644 -randomanimframe=no -unknown90=yes -model=model_36742,0 - -// 34729 -[loc_34729] -active=no -contrast=15 -ambient=25 -blockwalk=yes -width=2 -length=2 -resizex=100 -resizez=100 -resizey=100 -model=model_36712 - -// 34730 -[loc_34730] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36692,1 -model=model_36741,4 - -// 34731 -[loc_34731] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36678 - -// 34732 -[loc_34732] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_36459 - -// 34733 -[loc_34733] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36459 - -// 34734 -[loc_34734] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_36464,1 - -// 34735 -[loc_34735] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36464,1 - -// 34736 -[loc_34736] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 - -// 34737 -[loc_34737] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_36509,1 - -// 34738 -[loc_34738] -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_18515,1 -name=Gate - -// 34739 -[loc_34739] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36509,1 - -// 34740 -[loc_34740] -active=yes -sharelight=yes -ambient=25 -contrast=15 -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5656 -recolhsl2d=7448 -recol3s=10468 -recol3d=9477 -model=model_25143 -model2=model_22173 -model3=model_25133 -name=Bar - -// 34741 -[loc_34741] -active=yes -sharelight=yes -ambient=25 -contrast=15 -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5656 -recolhsl2d=7448 -recol3s=10468 -recol3d=9477 -model=model_25143 -model2=model_22174 -model3=model_22173 -model4=model_25141 -name=Bar - -// 34742 -[loc_34742] -active=yes -sharelight=yes -ambient=25 -contrast=15 -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5656 -recolhsl2d=7448 -recol3s=10468 -recol3d=9477 -model=model_25142 -model2=model_22174 -model3=model_22173 -model4=model_25133 -name=Bar - -// 34743 -[loc_34743] -active=yes -sharelight=yes -mirror=yes -ambient=25 -contrast=15 -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5656 -recolhsl2d=7448 -recol3s=10468 -recol3d=9477 -model=model_25142 -model2=model_22174 -model3=model_25134 -model4=model_25148 -name=Bar - -// 34744 -[loc_34744] -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5652 -recolhsl2d=7448 -recolhsl3s=5656 -recolhsl3d=7450 -recol4s=10468 -recol4d=9477 -model=model_25131 -model2=model_25152 -model3=model_25153 -model4=model_22172 -name=Bar - -// 34745 -[loc_34745] -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5652 -recolhsl2d=7448 -recolhsl3s=5656 -recolhsl3d=7450 -recol4s=10468 -recol4d=9477 -model=model_25131 -model2=model_25152 -model3=model_25148 -model4=model_22175 -name=Bar - -// 34746 -[loc_34746] -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5652 -recolhsl2d=7448 -recolhsl3s=5656 -recolhsl3d=7450 -recol4s=10468 -recol4d=9477 -model=model_25131 -model2=model_25133 -model3=model_25153 -model4=model_22175 -name=Bar - -// 34747 -[loc_34747] -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5652 -recolhsl2d=7448 -recolhsl3s=5656 -recolhsl3d=7450 -recol4s=10468 -recol4d=9477 -model=model_25130 -model2=model_25134 -model3=model_25154 -model4=model_25151 -name=Bar - -// 34748 -[loc_34748] -active=yes -sharelight=yes -mirror=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5652 -recolhsl2d=7448 -recolhsl3s=5656 -recolhsl3d=7450 -recol4s=10468 -recol4d=9477 -model=model_25130 -model2=model_25154 -model3=model_25148 -name=Bar - -// 34749 -[loc_34749] -ambient=25 -contrast=15 -active=no -recolhsl1s=6550 -recolhsl1d=7444 -recolhsl2s=5675 -recolhsl2d=7448 -recol3s=24137 -recol3d=9477 -model=model_4321,Q - -// 34750 -[loc_34750] -active=yes -ambient=15 -blockrange=no -recolhsl1s=5652 -recolhsl1d=7440 -recolhsl2s=5656 -recolhsl2d=7448 -recol3s=10468 -recol3d=9477 -recol4s=5457 -recol4d=13508 -recol5s=11760 -recol5d=12451 -retex1s=material_330 -retex1d=material_56 -model=model_25132 -name=Barstool - -// 34751 -[loc_34751] -blockrange=no -recolhsl1s=6674 -recolhsl1d=7444 -recolhsl2s=5652 -recolhsl2d=7448 -recol3s=9411 -recol3d=9477 -recolhsl4s=5532 -recolhsl4d=7456 -model=model_25157 -name=Small table - -// 34752 -[loc_34752] -op1=Use -op2=Use-quickly -op3=Collect -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6684 -recolhsl1d=7440 -recolhsl2s=5665 -recolhsl2d=7444 -recolhsl3s=5545 -recolhsl3d=7448 -recol4s=15718 -recol4d=9477 -recolhsl5s=5549 -recolhsl5d=7456 -retex1s=material_571 -retex1d=material_102 -model=model_11208 -name=Bank booth - -// 34753 -[loc_34753] -sharelight=yes -ambient=25 -contrast=15 -active=no -recolhsl1s=7954 -recolhsl1d=7440 -recolhsl2s=7830 -recolhsl2d=7444 -recolhsl3s=7706 -recolhsl3d=7448 -recol4s=11556 -recol4d=9477 -recolhsl5s=7587 -recolhsl5d=7456 -model=model_24833 - -// 34754 -[loc_34754] -sharelight=yes -ambient=25 -contrast=15 -active=no -recolhsl1s=7954 -recolhsl1d=7440 -recolhsl2s=7830 -recolhsl2d=7444 -recolhsl3s=7706 -recolhsl3d=7448 -recol4s=11556 -recol4d=9477 -recolhsl5s=7587 -recolhsl5d=7456 -model=model_24836 - -// 34755 -[loc_34755] -op1=Deposit -ambient=25 -contrast=15 -recolhsl1s=6554 -recolhsl1d=7440 -recolhsl2s=6435 -recolhsl2d=7448 -recolhsl3s=6315 -recolhsl3d=7456 -retex1s=material_86 -retex1d=material_70 -retex2s=material_87 -retex2d=material_67 -retex3s=material_375 -retex3d=material_67 -model=model_27381 -name=Bank deposit box - -// 34756 -[loc_34756] -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -recolhsl1s=37 -recolhsl1d=7175 -recolhsl2s=45 -recolhsl2d=7179 -recolhsl3s=53 -recolhsl3d=7183 -model=model_24840 -name=Safe - -// 34757 -[loc_34757] -width=2 -active=no -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7954 -recolhsl1d=7444 -recolhsl2s=7706 -recolhsl2d=7448 -recol3s=13670 -recol3d=9477 -recolhsl4s=7582 -recolhsl4d=7456 -retex1s=material_547 -retex1d=material_102 -model=model_24843 - -// 34758 -[loc_34758] -width=2 -active=no -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6435 -recolhsl1d=7444 -recolhsl2s=6554 -recolhsl2d=7448 -recol3s=12616 -recol3d=9477 -recolhsl4s=6315 -recolhsl4d=7456 -model=model_27384 - -// 34759 -[loc_34759] -ambient=25 -contrast=15 -recolhsl1s=6443 -recolhsl1d=7444 -recolhsl2s=6682 -recolhsl2d=7440 -recolhsl3s=82 -recolhsl3d=7179 -recolhsl4s=66 -recolhsl4d=7184 -recol5s=8388 -recol5d=9477 -recolhsl6s=5396 -recolhsl6d=7448 -retex1s=material_214 -retex1d=material_91 -model=model_35928,Q - -// 34760 -[loc_34760] -active=no -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7830 -recolhsl1d=7440 -recolhsl2s=7706 -recolhsl2d=7444 -recolhsl3s=7582 -recolhsl3d=7448 -recol4s=12613 -recol4d=9477 -recol5s=3298 -recol5d=12451 -recol6s=5412 -recol6d=13508 -model=model_24832,1 - -// 34761 -[loc_34761] -active=no -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7830 -recolhsl1d=7440 -recolhsl2s=7706 -recolhsl2d=7444 -recolhsl3s=7582 -recolhsl3d=7448 -recol4s=12613 -recol4d=9477 -recol5s=3298 -recol5d=12451 -recol6s=5412 -recol6d=13508 -model=model_25364,1 - -// 34762 -[loc_34762] -active=no -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7830 -recolhsl1d=7440 -recolhsl2s=7706 -recolhsl2d=7444 -recolhsl3s=7582 -recolhsl3d=7448 -recol4s=12613 -recol4d=9477 -recol5s=3298 -recol5d=12451 -recol6s=5412 -recol6d=13508 -model=model_24831,1 - -// 34763 -[loc_34763] -active=no -sharelight=yes -ambient=25 -contrast=15 -mirror=yes -blockrange=no -recolhsl1s=7830 -recolhsl1d=7440 -recolhsl2s=7706 -recolhsl2d=7444 -recolhsl3s=7582 -recolhsl3d=7448 -recol4s=12613 -recol4d=9477 -recol5s=3298 -recol5d=12451 -recol6s=5412 -recol6d=13508 -model=model_24831,1 - -// 34764 -[loc_34764] -ambient=25 -contrast=15 -forcedecor=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7448 -model=model_36770,0 - -// 34765 -[loc_34765] -ambient=25 -contrast=15 -forcedecor=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7448 -model=model_36772,0 - -// 34766 -[loc_34766] -ambient=25 -contrast=15 -forcedecor=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7448 -model=model_36762,0 - -// 34767 -[loc_34767] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5392 -recolhsl1d=7436 -recolhsl2s=5396 -recolhsl2d=7440 -recolhsl3s=5404 -recolhsl3d=7448 -recolhsl4s=5408 -recolhsl4d=7452 -model=model_36774,1 -model=model_36767,2 -model=model_36790,3 -model=model_36782,4 -model=model_36788,5 - -// 34768 -[loc_34768] -op1=Climb-up -length=2 -ambient=25 -contrast=15 -forceapproach=north -msi=msi_7 -recolhsl1s=5392 -recolhsl1d=7436 -recolhsl2s=5396 -recolhsl2d=7440 -recolhsl3s=5404 -recolhsl3d=7448 -recolhsl4s=5408 -recolhsl4d=7452 -model=model_36785 -name=Stairs - -// 34769 -[loc_34769] -op1=Climb-down -length=2 -ambient=25 -contrast=15 -forceapproach=south -msi=msi_7 -recolhsl1s=5392 -recolhsl1d=7436 -recolhsl2s=5396 -recolhsl2d=7440 -recolhsl3s=5404 -recolhsl3d=7448 -recolhsl4s=5408 -recolhsl4d=7452 -model=model_36768 -name=Stairs - -// 34770 -[loc_34770] -op1=Climb-up -length=2 -ambient=25 -contrast=15 -forceapproach=south -mirror=yes -msi=msi_7 -recolhsl1s=5392 -recolhsl1d=7436 -recolhsl2s=5396 -recolhsl2d=7440 -recolhsl3s=5404 -recolhsl3d=7448 -recolhsl4s=5408 -recolhsl4d=7452 -model=model_36785 -name=Stairs - -// 34771 -[loc_34771] -op1=Climb-down -length=2 -ambient=25 -contrast=15 -forceapproach=north -mirror=yes -msi=msi_7 -recolhsl1s=5392 -recolhsl1d=7436 -recolhsl2s=5396 -recolhsl2d=7440 -recolhsl3s=5404 -recolhsl3d=7448 -recolhsl4s=5408 -recolhsl4d=7452 -retex1s=material_73 -retex1d=material_63 -model=model_36768 -name=Stairs - -// 34772 -[loc_34772] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5392 -recolhsl1d=7436 -recolhsl2s=5396 -recolhsl2d=7440 -recolhsl3s=5400 -recolhsl3d=7444 -recolhsl4s=5404 -recolhsl4d=7448 -recolhsl5s=5408 -recolhsl5d=7452 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36568 - -// 34773 -[loc_34773] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8387 -recol1d=9477 -recolhsl2s=6430 -recolhsl2d=7448 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 34774 -[loc_34774] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8387 -recol1d=9477 -recolhsl2s=6430 -recolhsl2d=7448 -model=model_36473,1 - -// 34775 -[loc_34775] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8387 -recol1d=9477 -recolhsl2s=6430 -recolhsl2d=7448 -model=model_36441,1 - -// 34776 -[loc_34776] -length=2 -hillskew=yes -ambient=25 -contrast=15 -op1=Climb-over -msi=msi_70 -raiseobject=no -blockrange=no -recolhsl1s=6430 -recolhsl1d=7448 -recolhsl2s=6439 -recolhsl2d=7468 -recol3s=8387 -recol3d=9477 -model=model_7378 -name=Stile - -// 34777 -[loc_34777] -op1=Close -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7456 -recol2s=11556 -recol2d=9477 -recolhsl3s=7706 -recolhsl3d=7448 -recolhsl4s=7830 -recolhsl4d=7444 -recolhsl5s=7954 -recolhsl5d=7440 -model=model_25029,1 -name=Gate - -// 34778 -[loc_34778] -op1=Close -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7456 -recol2s=11556 -recol2d=9477 -recolhsl3s=7706 -recolhsl3d=7448 -recolhsl4s=7830 -recolhsl4d=7444 -recolhsl5s=7954 -recolhsl5d=7440 -model=model_25030,1 -name=Gate - -// 34779 -[loc_34779] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7456 -recol2s=11556 -recol2d=9477 -recolhsl3s=7706 -recolhsl3d=7448 -recolhsl4s=7830 -recolhsl4d=7444 -recolhsl5s=7954 -recolhsl5d=7440 -model=model_25029,1 -name=Gate - -// 34780 -[loc_34780] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7456 -recol2s=11556 -recol2d=9477 -recolhsl3s=7706 -recolhsl3d=7448 -recolhsl4s=7830 -recolhsl4d=7444 -recolhsl5s=7954 -recolhsl5d=7440 -model=model_25030,1 -name=Gate - -// 34781 -[loc_34781] -sharelight=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=26908 -recolhsl1d=7448 -recol2s=7529 -recol2d=9477 -model=model_9180,1 -model=model_9181,Q -model=model_25758,5 - -// 34782 -[loc_34782] -sharelight=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=26913 -recolhsl1d=7448 -recol2s=7529 -recol2d=9477 -model=model_9177,1 - -// 34783 -[loc_34783] -width=3 -sharelight=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=26908 -recolhsl1d=7448 -recol2s=7529 -recol2d=9477 -model=model_9174 - -// 34784 -[loc_34784] -sharelight=yes -shadow=no -active=no -ambient=25 -contrast=15 -recolhsl1s=26908 -recolhsl1d=7448 -recol2s=7529 -recol2d=9477 -model=model_9173,1 - -// 34785 -[loc_34785] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=7444 -recolhsl2s=5788 -recolhsl2d=7448 -recol3s=16708 -recol3d=9477 -model=model_5187 -name=Ladder - -// 34786 -[loc_34786] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=west -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=7444 -recolhsl2s=5788 -recolhsl2d=7448 -recol3s=16708 -recol3d=9477 -model=model_5187 -name=Ladder - -// 34787 -[loc_34787] -active=yes -sharelight=yes -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=7444 -recolhsl2s=5788 -recolhsl2d=7448 -recol3s=16708 -recol3d=9477 -retex1s=material_73 -retex1d=material_63 -model=model_5187 -name=Ladder - -// 34788 -[loc_34788] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=7444 -recolhsl2s=5788 -recolhsl2d=7448 -recol3s=16708 -recol3d=9477 -model=model_9504 -name=Ladder - -// 34789 -[loc_34789] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=west -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=7444 -recolhsl2s=5788 -recolhsl2d=7448 -recol3s=16708 -recol3d=9477 -model=model_9504 -name=Ladder - -// 34790 -[loc_34790] -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_27544,1 -model=model_27541,2 -model=model_27542,3 -model=model_27543,4 -model=model_27546,5 - -// 34791 -[loc_34791] -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_27545,1 - -// 34792 -[loc_34792] -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_27545,1 - -// 34793 -[loc_34793] -hillskew=yes -sharelight=yes -active=no -contrast=15 -ambient=25 -model=model_11823,1 -model=model_11824,2 -model=model_11825,4 -model=model_11826,5 - -// 34794 -[loc_34794] -blockwalk=yes -contrast=15 -ambient=25 -width=2 -active=no -resizex=90 -resizey=90 -resizez=90 -blockrange=no -recolhsl1s=7706 -recolhsl1d=7440 -recolhsl2s=7582 -recolhsl2d=7448 -recolhsl3s=7587 -recolhsl3d=7456 -model=model_24802 - -// 34795 -[loc_34795] -blockwalk=no -contrast=15 -ambient=25 -recolhsl1s=7706 -recolhsl1d=7440 -recolhsl2s=7582 -recolhsl2d=7448 -recolhsl3s=7587 -recolhsl3d=7456 -retex1s=material_227 -retex1d=material_123 -retex2s=material_97 -retex2d=material_56 -retex3s=material_88 -retex3d=material_111 -model=model_24803,Q - -// 34796 -[loc_34796] -ambient=20 -contrast=20 -model=model_28575 -name=Coal - -// 34797 -[loc_34797] -active=no -blockwalk=yes -contrast=15 -ambient=25 -recol1s=2251 -recol1d=9581 -recol2s=4230 -recol2d=12581 -recol3s=12320 -recol3d=11429 -recol4s=352 -recol4d=8581 -recol5s=16872 -recol5d=12581 -model=model_5561 - -// 34798 -[loc_34798] -contrast=15 -ambient=25 -active=yes -blockrange=no -recolhsl1s=6563 -recolhsl1d=7440 -recolhsl2s=6439 -recolhsl2d=7448 -recolhsl3s=6451 -recolhsl3d=7456 -recolhsl4s=45 -recolhsl4d=7179 -recolhsl5s=53 -recolhsl5d=7184 -model=model_24810 -name=Sewing machine - -// 34799 -[loc_34799] -width=2 -contrast=15 -ambient=25 -blockrange=no -recolhsl1s=6563 -recolhsl1d=7444 -recolhsl2s=6439 -recolhsl2d=7448 -recol3s=14695 -recol3d=9477 -recolhsl4s=6451 -recolhsl4d=7468 -retex1s=material_234 -retex1d=material_122 -model=model_14827 -model2=model_20831 -name=Table - -// 34800 -[loc_34800] -blockwalk=yes -op1=Churn -forceapproach=south -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5541 -recolhsl1d=7456 -recol2s=12548 -recol2d=9477 -recolhsl3s=5660 -recolhsl3d=7448 -recolhsl4s=5784 -recolhsl4d=7444 -recolhsl5s=5904 -recolhsl5d=7440 -model=model_9837 -name=Dairy churn - -// 34801 -[loc_34801] -forceapproach=east -ambient=25 -contrast=15 -recolhsl1s=5784 -recolhsl1d=7440 -recolhsl2s=5660 -recolhsl2d=7448 -recolhsl3s=5541 -recolhsl3d=7456 -model=model_1179 -name=Potter's Wheel - -// 34802 -[loc_34802] -length=2 -forceapproach=east -op1=Fire -ambient=25 -contrast=15 -bgsound=synth_2208,10 -recolhsl1s=20 -recolhsl1d=8231 -recolhsl2s=24 -recolhsl2d=8235 -recolhsl3s=28 -recolhsl3d=8239 -recolhsl4s=33 -recolhsl4d=8243 -recolhsl5s=37 -recolhsl5d=8247 -model=model_11582 -name=Pottery Oven - -// 34803 -[loc_34803] -active=no -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 - -// 34804 -[loc_34804] -active=no -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 - -// 34805 -[loc_34805] -active=yes -op1=Open -op2=Pick-lock -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Door - -// 34806 -[loc_34806] -active=yes -op1=Open -op2=Pick-lock -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Door - -// 34807 -[loc_34807] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Door - -// 34808 -[loc_34808] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Door - -// 34809 -[loc_34809] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Door - -// 34810 -[loc_34810] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Door - -// 34811 -[loc_34811] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 34812 -[loc_34812] -active=yes -op1=Open -op2=Pick-lock -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 34813 -[loc_34813] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 34814 -[loc_34814] -active=no -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 - -// 34815 -[loc_34815] -active=no -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 - -// 34816 -[loc_34816] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 34817 -[loc_34817] -active=yes -op1=Open -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 34818 -[loc_34818] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9477 -recolhsl2s=6945 -recolhsl2d=7448 -recolhsl3s=6940 -recolhsl3d=7444 -recolhsl4s=6038 -recolhsl4d=7440 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 34819 -[loc_34819] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8844 -recolhsl1d=7440 -recolhsl2s=6682 -recolhsl2d=7448 -recolhsl3s=7089 -recolhsl3d=7179 -recolhsl4s=6969 -recolhsl4d=7184 -model=model_25086,1 -name=Door - -// 34820 -[loc_34820] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8844 -recolhsl1d=7440 -recolhsl2s=6682 -recolhsl2d=7448 -recolhsl3s=7089 -recolhsl3d=7179 -recolhsl4s=6969 -recolhsl4d=7184 -model=model_25086,1 -name=Door - -// 34821 -[loc_34821] -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8844 -recolhsl1d=7440 -recolhsl2s=6682 -recolhsl2d=7448 -recolhsl3s=7089 -recolhsl3d=7179 -recolhsl4s=6969 -recolhsl4d=7184 -model=model_25086,1 - -// 34822 -[loc_34822] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=8844 -recolhsl1d=7440 -recolhsl2s=6682 -recolhsl2d=7448 -recolhsl3s=7089 -recolhsl3d=7179 -recolhsl4s=6969 -recolhsl4d=7184 -model=model_25086,1 -name=Door - -// 34823 -[loc_34823] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=8844 -recolhsl1d=7440 -recolhsl2s=6682 -recolhsl2d=7448 -recolhsl3s=7089 -recolhsl3d=7179 -recolhsl4s=6969 -recolhsl4d=7184 -model=model_25086,1 -name=Door - -// 34824 -[loc_34824] -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=8844 -recolhsl1d=7440 -recolhsl2s=6682 -recolhsl2d=7448 -recolhsl3s=7089 -recolhsl3d=7179 -recolhsl4s=6969 -recolhsl4d=7184 -model=model_25086,1 - -// 34825 -[loc_34825] -op1=Open -raiseobject=no -mirror=yes -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Wooden Door - -// 34826 -[loc_34826] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Wooden Door - -// 34827 -[loc_34827] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Wooden Door - -// 34828 -[loc_34828] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 -name=Wooden Door - -// 34829 -[loc_34829] -active=yes -op1=Climb-up -msi=msi_7 -forceapproach=south -model=model_37482 -name=Ladder - -// 34830 -[loc_34830] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7566 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5410 -recolhsl3d=7448 -recolhsl4s=83 -recolhsl4d=7440 -model=model_35972,1 -model=model_35975,0 - -// 34831 -[loc_34831] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7566 -recolhsl1d=7440 -recolhsl2s=5404 -recolhsl2d=7444 -recolhsl3s=5410 -recolhsl3d=7448 -recolhsl4s=83 -recolhsl4d=7440 -model=model_33976,0 - -// 34832 -[loc_34832] -contrast=15 -ambient=25 -recolhsl1s=10396 -recolhsl1d=8231 -recolhsl2s=7322 -recolhsl2d=8235 -recolhsl3s=7446 -recolhsl3d=8239 -recolhsl4s=7442 -recolhsl4d=8243 -recolhsl5s=7566 -recolhsl5d=8247 -retex1s=material_148 -retex1d=material_72 -retex2s=material_146 -retex2d=material_83 -model=model_24746,1 -model=model_24747,2 -model=model_24748,3 - -// 34833 -[loc_34833] -contrast=15 -ambient=25 -recolhsl1s=10396 -recolhsl1d=8231 -recolhsl2s=7322 -recolhsl2d=8235 -recolhsl3s=7446 -recolhsl3d=8239 -recolhsl4s=7442 -recolhsl4d=8243 -recolhsl5s=7566 -recolhsl5d=8247 -recolhsl6s=10392 -recolhsl6d=8231 -model=model_24751,1 - -// 34834 -[loc_34834] -contrast=15 -ambient=25 -recolhsl1s=10396 -recolhsl1d=8231 -recolhsl2s=7322 -recolhsl2d=8235 -recolhsl3s=7446 -recolhsl3d=8239 -recolhsl4s=7442 -recolhsl4d=8243 -recolhsl5s=7566 -recolhsl5d=8247 -retex1s=material_148 -retex1d=material_72 -retex2s=material_146 -retex2d=material_83 -model=model_24745,1 - -// 34835 -[loc_34835] -contrast=15 -ambient=25 -mirror=yes -recolhsl1s=10396 -recolhsl1d=8231 -recolhsl2s=7322 -recolhsl2d=8235 -recolhsl3s=7446 -recolhsl3d=8239 -recolhsl4s=7442 -recolhsl4d=8243 -recolhsl5s=7566 -recolhsl5d=8247 -retex1s=material_148 -retex1d=material_72 -retex2s=material_146 -retex2d=material_83 -model=model_24745,1 - -// 34836 -[loc_34836] -contrast=15 -ambient=25 -mirror=yes -blockwalk=no -recolhsl1s=10396 -recolhsl1d=8231 -recolhsl2s=7322 -recolhsl2d=8235 -recolhsl3s=7446 -recolhsl3d=8239 -recolhsl4s=7442 -recolhsl4d=8243 -recolhsl5s=7566 -recolhsl5d=8247 -retex1s=material_148 -retex1d=material_72 -model=model_24750,1 - -// 34837 -[loc_34837] -contrast=15 -ambient=25 -mirror=yes -blockwalk=no -offsety=240 -msi=msi_22 -recolhsl1s=10396 -recolhsl1d=8231 -recolhsl2s=7322 -recolhsl2d=8235 -recolhsl3s=7446 -recolhsl3d=8239 -recolhsl4s=7442 -recolhsl4d=8243 -recolhsl5s=7566 -recolhsl5d=8247 -retex1s=material_148 -retex1d=material_72 -model=model_24750,1 - -// 34838 -[loc_34838] -sharelight=yes -contrast=15 -ambient=25 -recolhsl1s=10270 -recolhsl1d=8247 -recolhsl2s=10287 -recolhsl2d=8247 -recolhsl3s=10275 -recolhsl3d=8247 -recolhsl4s=10283 -recolhsl4d=8247 -model=model_25105,1 -model=model_25106,2 -model=model_25107,3 -model=model_25108,5 - -// 34839 -[loc_34839] -active=no -sharelight=yes -contrast=15 -ambient=25 -recolhsl1s=10270 -recolhsl1d=8247 -recolhsl2s=10287 -recolhsl2d=8247 -recolhsl3s=10275 -recolhsl3d=8247 -recolhsl4s=10283 -recolhsl4d=8247 -model=model_25105 -model2=model_25109 - -// 34840 -[loc_34840] -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=3 -blockrange=no -recolhsl1s=7582 -recolhsl1d=7440 -recolhsl2s=7587 -recolhsl2d=7444 -recolhsl3s=7463 -recolhsl3d=7448 -recolhsl4s=10275 -recolhsl4d=7179 -recolhsl5s=10279 -recolhsl5d=7183 -model=model_25041 -name=Rack - -// 34841 -[loc_34841] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36668,1 -model=model_36671,3 - -// 34842 -[loc_34842] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36670,3 - -// 34843 -[loc_34843] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36675,1 - -// 34844 -[loc_34844] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36673,1 - -// 34845 -[loc_34845] -ambient=25 -contrast=20 -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36669,1 - -// 34846 -[loc_34846] -ambient=25 -contrast=20 -mirror=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36669,1 - -// 34847 -[loc_34847] -ambient=25 -contrast=20 -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36674,1 - -// 34848 -[loc_34848] -ambient=25 -contrast=20 -mirror=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36674,1 - -// 34849 -[loc_34849] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36664,1 -model=model_36658,2 -model=model_36663,3 -model=model_36660,5 - -// 34850 -[loc_34850] -ambient=25 -contrast=20 -occlude=yes -active=no -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36645 - -// 34851 -[loc_34851] -ambient=25 -contrast=20 -occlude=yes -mirror=yes -active=no -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36645 - -// 34852 -[loc_34852] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36651,3 - -// 34853 -[loc_34853] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36653,1 - -// 34854 -[loc_34854] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36666,1 - -// 34855 -[loc_34855] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36656,1 - -// 34856 -[loc_34856] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36649,1 - -// 34857 -[loc_34857] -ambient=25 -contrast=20 -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36644,1 - -// 34858 -[loc_34858] -ambient=25 -contrast=20 -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36667,1 -model=model_36665,5 - -// 34859 -[loc_34859] -ambient=25 -contrast=20 -mirror=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36667,1 -model=model_36665,5 - -// 34860 -[loc_34860] -ambient=25 -contrast=20 -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36646,1 -model=model_36648,5 - -// 34861 -[loc_34861] -ambient=25 -contrast=20 -mirror=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36646,1 -model=model_36648,5 - -// 34862 -[loc_34862] -ambient=25 -contrast=20 -active=no -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36643 - -// 34863 -[loc_34863] -ambient=25 -contrast=20 -active=no -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36662 - -// 34864 -[loc_34864] -ambient=25 -contrast=20 -mirror=yes -active=no -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36643 - -// 34865 -[loc_34865] -ambient=25 -contrast=20 -mirror=yes -active=no -occlude=yes -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36662 - -// 34866 -[loc_34866] -active=no -ambient=25 -contrast=20 -wallwidth=25 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7468 -model=model_36443,2 - -// 34867 -[loc_34867] -ambient=25 -contrast=20 -model=model_36661,1 -model=model_36647,2 -model=model_36650,3 -model=model_36657,5 - -// 34868 -[loc_34868] -ambient=25 -contrast=20 -model=model_36655,1 - -// 34869 -[loc_34869] -ambient=25 -contrast=20 -model=model_36654,1 - -// 34870 -[loc_34870] -sharelight=yes -ambient=25 -contrast=20 -blockrange=no -recolhsl1s=7564 -recolhsl1d=7440 -recolhsl2s=7566 -recolhsl2d=7448 -recol3s=8388 -recol3d=9477 -recolhsl4s=5404 -recolhsl4d=7456 -recolhsl5s=5410 -recolhsl5d=7468 -model=model_33354,1 -model=model_33353,3 -model=model_33355,4 -model=model_33356,5 -model=model_33357,0 - -// 34871 -[loc_34871] -op1=Climb-up -forceapproach=east -msi=msi_7 -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -blockrange=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7448 -recol3s=8388 -recol3d=9477 -recolhsl4s=5404 -recolhsl4d=7456 -model=model_36515 -name=Staircase - -// 34872 -[loc_34872] -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=east -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -blockrange=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7448 -recol3s=8388 -recol3d=9477 -recolhsl4s=5404 -recolhsl4d=7456 -model=model_36517 -name=Staircase - -// 34873 -[loc_34873] -op1=Climb-down -forceapproach=east -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -blockrange=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7448 -recol3s=8388 -recol3d=9477 -recolhsl4s=5404 -recolhsl4d=7456 -model=model_36520 -name=Staircase - -// 34874 -[loc_34874] -op1=Climb-up -forceapproach=east -msi=msi_7 -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -mirror=yes -blockrange=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7448 -recol3s=8388 -recol3d=9477 -recolhsl4s=5404 -recolhsl4d=7456 -model=model_36515 -name=Staircase - -// 34875 -[loc_34875] -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=east -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -mirror=yes -blockrange=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7448 -recol3s=8388 -recol3d=9477 -recolhsl4s=5404 -recolhsl4d=7456 -model=model_36517 -name=Staircase - -// 34876 -[loc_34876] -op1=Climb-down -forceapproach=east -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -mirror=yes -blockrange=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7448 -recol3s=8388 -recol3d=9477 -recolhsl4s=5404 -recolhsl4d=7456 -model=model_36520 -name=Staircase - -// 34877 -[loc_34877] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=east -msi=msi_7 -ambient=25 -contrast=20 -recolhsl1s=5400 -recolhsl1d=7444 -recolhsl2s=5404 -recolhsl2d=7448 -recolhsl3s=5408 -recolhsl3d=7452 -model=model_36502 -name=Ladder - -// 34878 -[loc_34878] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=west -msi=msi_7 -ambient=25 -contrast=20 -recolhsl1s=5400 -recolhsl1d=7444 -recolhsl2s=5404 -recolhsl2d=7448 -recolhsl3s=5408 -recolhsl3d=7452 -model=model_36477 -name=Ladder - -// 34879 -[loc_34879] -active=no -hillchange=skew_to_fit -model=model_35253 - -// 34880 -[loc_34880] -active=no -hillchange=skew_to_fit -mirror=yes -model=model_35253 - -// 34881 -[loc_34881] -active=no -hillchange=skew_to_fit -model=model_34956 - -// 34882 -[loc_34882] -active=no -hillchange=skew_to_fit -mirror=yes -model=model_34956 - -// 34883 -[loc_34883] -hillskew=yes -ambient=25 -contrast=20 -forcedecor=yes -unknown90=yes -hardshadow=no -blockrange=no -model=model_36527,0 - -// 34884 -[loc_34884] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -model=model_36536,1 - -// 34885 -[loc_34885] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -model=model_36528,1 - -// 34886 -[loc_34886] -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -mirror=yes -hardshadow=no -blockrange=no -model=model_36528,1 - -// 34887 -[loc_34887] -length=2 -ambient=25 -contrast=15 -recolhsl1s=8478 -recolhsl1d=7440 -recolhsl2s=8598 -recolhsl2d=7444 -recolhsl3s=8722 -recolhsl3d=7448 -recol4s=6305 -recol4d=9477 -recolhsl5s=9098 -recolhsl5d=7456 -recolhsl6s=7073 -recolhsl6d=7460 -model=model_35487 -name=Axe cabinet - -// 34888 -[loc_34888] -length=2 -ambient=25 -contrast=15 -recolhsl1s=8478 -recolhsl1d=7440 -recolhsl2s=8598 -recolhsl2d=7444 -recolhsl3s=8722 -recolhsl3d=7448 -recol4s=6305 -recol4d=9477 -recolhsl5s=9098 -recolhsl5d=7456 -recolhsl6s=7073 -recolhsl6d=7460 -model=model_36429 -name=Sword cabinet - -// 34889 -[loc_34889] -ambient=25 -contrast=15 -resizey=112 -recolhsl1s=3594 -recolhsl1d=7440 -recol2s=8355 -recol2d=9477 -recolhsl3s=4510 -recolhsl3d=7456 -model=model_11125 -name=Wardrobe - -// 34890 -[loc_34890] -ambient=25 -contrast=15 -resizey=112 -offsetz=16 -recolhsl1s=3594 -recolhsl1d=7440 -recol2s=8355 -recol2d=9477 -recolhsl3s=4510 -recolhsl3d=7456 -model=model_11125 -name=Wardrobe - -// 34891 -[loc_34891] -ambient=25 -contrast=15 -recolhsl1s=4510 -recolhsl1d=7456 -recol2s=8355 -recol2d=9477 -recol3s=15392 -recol3d=13508 -recolhsl4s=127 -recolhsl4d=7448 -recolhsl5s=10295 -recolhsl5d=7440 -retex1s=material_85 -retex1d=material_84 -model=model_12594 -name=Throne - -// 34892 -[loc_34892] -width=2 -ambient=25 -contrast=15 -offsetz=16 -recolhsl1s=3594 -recolhsl1d=7440 -recolhsl2s=4502 -recolhsl2d=7448 -recol3s=11492 -recol3d=9477 -model=model_12466 -name=Dresser - -// 34893 -[loc_34893] -active=no -contrast=20 -ambient=25 -blockwalk=yes -wallwidth=32 -model=model_36573,1 - -// 34894 -[loc_34894] -active=no -contrast=20 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=32 -model=model_36573,1 - -// 34895 -[loc_34895] -ambient=25 -contrast=20 -recolhsl1s=6439 -recolhsl1d=7440 -recolhsl2s=6452 -recolhsl2d=7448 -recolhsl3s=6448 -recolhsl3d=7456 -model=model_2126,Q - -// 34896 -[loc_34896] -sharelight=yes -recol1s=7329 -recol1d=16840 -model=model_36352,0 - -// 34897 -[loc_34897] -sharelight=yes -active=no -resizey=120 -retex1s=material_101 -retex1d=material_102 -model=model_11443,1 -model=model_11444,2 -model=model_11445,3 - -// 34898 -[loc_34898] -sharelight=yes -active=no -resizey=120 -retex1s=material_101 -retex1d=material_102 -model=model_11446,1 - -// 34899 -[loc_34899] -active=yes -blockwalk=no -ambient=25 -contrast=15 -forcedecor=yes -model=model_35751,0 -name=Rope - -// 34900 -[loc_34900] -ambient=25 -contrast=15 -model=model_37676,1 - -// 34901 -[loc_34901] -active=no -hillchange=skew_to_fit -model=model_35201 - -// 34902 -[loc_34902] -ambient=25 -contrast=15 -model=model_37459 -name=Statue of Baxtorian - -// 34903 -[loc_34903] -ambient=25 -contrast=15 -model=model_37371 -name=Statue of Glarial - -// 34904 -[loc_34904] -active=no -hillchange=skew_to_fit -model=model_35309 - -// 34905 -[loc_34905] -width=2 -length=2 -ambient=10 -contrast=10 -model=model_37229 -name=Chalice of Eternity - -// 34906 -[loc_34906] -hillskew=yes -active=no -offsety=80 -recol1s=6642 -recol1d=299 -recol2s=5551 -recol2d=233 -recol3s=4428 -recol3d=166 -recol4s=3337 -recol4d=133 -recol5s=2181 -recol5d=67 -recol6s=1058 -recol6d=34 -retex1s=material_72 -retex1d=material_147 -model=model_35647 - -// 34907 -[loc_34907] -active=no -width=2 -length=2 -hillchange=skew_to_fit -model=model_36889 - -// 34908 -[loc_34908] -active=no -hillchange=skew_to_fit -model=model_36899 - -// 34909 -[loc_34909] -active=no -hillchange=skew_to_fit -model=model_35646 - -// 34910 -[loc_34910] -active=no -hillchange=skew_to_fit -model=model_36896 - -// 34911 -[loc_34911] -active=no -resizex=100 -resizez=100 -recol1s=3297 -recol1d=5352 -recol2s=2305 -recol2d=3238 -recol3s=1152 -recol3d=12751 -recol4s=2273 -recol4d=4295 -recol5s=2241 -recol5d=2181 -recol6s=320 -recol6d=2181 -model=model_36896 - -// 34912 -[loc_34912] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=17796 -recol2s=7431 -recol2d=19909 -recol3s=8488 -recol3d=21989 -recol4s=9545 -recol4d=21990 -recol5s=10602 -recol5d=25126 -retex1s=material_180 -retex1d=material_177 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 34913 -[loc_34913] -sharelight=yes -ambient=30 -hillskew=yes -active=no -recol1s=6374 -recol1d=17796 -recol2s=7431 -recol2d=19909 -recol3s=8488 -recol3d=21989 -recol4s=9545 -recol4d=21990 -recol5s=10602 -recol5d=25126 -retex1s=material_180 -retex1d=material_177 -model=model_16160,2 - -// 34914 -[loc_34914] -sharelight=yes -ambient=30 -hillskew=yes -active=no -recol1s=6374 -recol1d=17796 -recol2s=7431 -recol2d=19909 -recol3s=8488 -recol3d=21989 -recol4s=9545 -recol4d=21990 -recol5s=10602 -recol5d=25126 -retex1s=material_180 -retex1d=material_177 -model=model_16157,2 - -// 34915 -[loc_34915] -active=yes -width=4 -length=4 -sharelight=yes -shadow=no -blockwalk=no -offsety=400 -anim=seq_9665 -hardshadow=no -model=model_36391 -name=Waterfall - -// 34916 -[loc_34916] -active=no -anim=seq_9665 -length=2 -width=4 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36887 - -// 34917 -[loc_34917] -sharelight=yes -hillskew=yes -op1=Look -op2=Jump-over -ambient=25 -contrast=15 -mirror=yes -model=model_37926,1 -name=Jagged wall - -// 34918 -[loc_34918] -active=no -hillchange=ceiling_skew -model=model_35207 - -// 34919 -[loc_34919] -active=no -ambient=-5 -hillchange=skew_to_fit -model=model_35042 - -// 34920 -[loc_34920] -width=3 -length=2 -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35149 - -// 34921 -[loc_34921] -sharelight=yes -contrast=20 -ambient=-20 -active=no -msi=msi_22 -hillchange=skew_to_fit -model=model_35153,1 -model=model_35281,3 - -// 34922 -[loc_34922] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35232 - -// 34923 -[loc_34923] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35196 - -// 34924 -[loc_34924] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -active=no -retex1s=material_160 -retex1d=material_132 -model=model_35655,1 -model=model_35652,3 - -// 34925 -[loc_34925] -active=yes -ambient=15 -contrast=15 -offsetx=16 -recol1s=24137 -recol1d=11559 -recol2s=17764 -recol2d=9445 -model=model_35688,Q -name=Shelf - -// 34926 -[loc_34926] -active=yes -ambient=15 -contrast=15 -offsetx=16 -recol1s=24137 -recol1d=11559 -recol2s=17764 -recol2d=9445 -model=model_35694,Q -name=Shelf - -// 34927 -[loc_34927] -ambient=15 -contrast=15 -recol1s=20935 -recol1d=11559 -recol2s=17764 -recol2d=9445 -recol3s=18821 -recol3d=11559 -recol4s=16707 -recol4d=9445 -model=model_35690 -name=Table - -// 34928 -[loc_34928] -ambient=60 -active=yes -model=model_36425,Q -name=Wallchart - -// 34929 -[loc_34929] -ambient=60 -model=model_36420,Q - -// 34930 -[loc_34930] -active=no -width=3 -sharelight=yes -contrast=20 -ambient=20 -hillchange=ceiling_skew -model=model_35313 - -// 34931 -[loc_34931] -active=no -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -retex1s=material_160 -retex1d=material_132 -model=model_16584 - -// 34932 -[loc_34932] -width=2 -anim=seq_4431 -model=model_36847 -name=Hammock - -// 34933 -[loc_34933] -recol1s=10501 -recol1d=10502 -recol2s=9444 -recol2d=9445 -recol3s=8387 -recol3d=9445 -recol4s=7330 -recol4d=10467 -model=model_36836 -name=Sack - -// 34934 -[loc_34934] -width=2 -recol1s=8388 -recol1d=9445 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=8353 -recol4s=6275 -recol4d=4229 -model=model_35653 -model2=model_35654 -name=Barrel - -// 34935 -[loc_34935] -recol1s=11561 -recol1d=7399 -recol2s=28436 -recol2d=28372 -model=model_38139,Q - -// 34936 -[loc_34936] -recol1s=11559 -recol1d=4229 -recol2s=18924 -recol2d=10504 -recol3s=13673 -recol3d=8455 -recol4s=16810 -recol4d=10536 -model=model_36824 -name=Extra anchor - -// 34937 -[loc_34937] -anim=seq_1073 -ambient=25 -contrast=25 -active=yes -offsetx=16 -recol1s=11561 -recol1d=3204 -recol2s=13675 -recol2d=4261 -model=model_36909,Q -name=Lantern - -// 34938 -[loc_34938] -anim=seq_1073 -ambient=25 -contrast=25 -active=yes -offsetx=16 -recol1s=11561 -recol1d=3204 -recol2s=13675 -recol2d=4261 -model=model_36910,Q -name=Lantern - -// 34939 -[loc_34939] -sharelight=yes -contrast=20 -ambient=20 -active=no -hillchange=ceiling_skew -model=model_35337 - -// 34940 -[loc_34940] -sharelight=yes -contrast=20 -ambient=20 -resizex=128 -resizey=160 -resizez=128 -active=no -model=model_35649,1 -model=model_35651,3 - -// 34941 -[loc_34941] -sharelight=yes -contrast=20 -ambient=20 -width=2 -length=3 -active=no -hillchange=ceiling_skew -model=model_35650 - -// 34942 -[loc_34942] -sharelight=yes -contrast=20 -ambient=20 -width=2 -length=3 -active=no -hillchange=ceiling_skew -mirror=yes -model=model_35650 - -// 34943 -[loc_34943] -sharelight=yes -contrast=20 -ambient=20 -width=2 -length=4 -active=no -hillchange=ceiling_skew -model=model_35321 - -// 34944 -[loc_34944] -sharelight=yes -contrast=20 -ambient=20 -width=2 -length=4 -active=no -hillchange=ceiling_skew -mirror=yes -model=model_35321 - -// 34945 -[loc_34945] -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=3 -active=no -hillchange=ceiling_skew -model=model_35173 - -// 34946 -[loc_34946] -sharelight=yes -contrast=20 -ambient=20 -width=3 -length=3 -active=no -hillchange=ceiling_skew -mirror=yes -model=model_35173 - -// 34947 -[loc_34947] -ambient=15 -contrast=20 -length=3 -op1=Open -model=model_37895 -name=Solid bronze door - -// 34948 -[loc_34948] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_34949 - -// 34949 -[loc_34949] -active=no -ambient=-10 -width=3 -length=3 -hillchange=skew_to_fit -model=model_35097 - -// 34950 -[loc_34950] -active=no -ambient=-10 -width=3 -length=3 -hillchange=skew_to_fit -model=model_35058 - -// 34951 -[loc_34951] -active=no -ambient=-10 -hillchange=skew_to_fit -recol1s=13702 -recol1d=8454 -model=model_35263 - -// 34952 -[loc_34952] -active=no -ambient=-10 -hillchange=skew_to_fit -recol1s=13702 -recol1d=8454 -model=model_35200 - -// 34953 -[loc_34953] -active=no -ambient=-10 -hillchange=skew_to_fit -recol1s=13702 -recol1d=8454 -model=model_35235 - -// 34954 -[loc_34954] -active=no -ambient=-10 -hillchange=skew_to_fit -recol1s=13702 -recol1d=8454 -model=model_35316 - -// 34955 -[loc_34955] -active=no -ambient=-10 -hillchange=skew_to_fit -recol1s=13702 -recol1d=8454 -model=model_35157 - -// 34956 -[loc_34956] -width=3 -length=3 -active=no -ambient=-15 -hillchange=skew_to_fit -model=model_35054 - -// 34957 -[loc_34957] -width=3 -length=3 -active=no -ambient=-15 -hillchange=skew_to_fit -model=model_35222 - -// 34958 -[loc_34958] -active=no -hillchange=skew_to_fit -model=model_34998 - -// 34959 -[loc_34959] -active=no -hillchange=skew_to_fit -model=model_35103 - -// 34960 -[loc_34960] -active=no -ambient=-20 -hillchange=skew_to_fit -recol1s=12580 -recol1d=10535 -model=model_35136 - -// 34961 -[loc_34961] -active=no -hillchange=ceiling_skew -model=model_35171 - -// 34962 -[loc_34962] -active=no -ambient=25 -hillchange=skew_to_fit -model=model_35320 - -// 34963 -[loc_34963] -width=3 -length=2 -shadow=no -ambient=25 -contrast=15 -op1=Exit -retex1s=material_407 -retex1d=material_72 -retex2s=material_72 -retex2d=material_560 -model=model_37440 -name=Cave exit - -// 34964 -[loc_34964] -sharelight=yes -ambient=30 -contrast=100 -active=no -retex1s=material_217 -retex1d=material_175 -model=model_35733,1 - -// 34965 -[loc_34965] -sharelight=yes -ambient=30 -contrast=100 -active=no -retex1s=material_217 -retex1d=material_175 -model=model_5709 - -// 34966 -[loc_34966] -sharelight=yes -ambient=30 -contrast=100 -mirror=yes -active=no -retex1s=material_217 -retex1d=material_175 -model=model_5709 - -// 34967 -[loc_34967] -sharelight=yes -ambient=30 -active=no -retex1s=material_217 -retex1d=material_175 -model=model_5714,1 - -// 34968 -[loc_34968] -length=2 -blockrange=no -recol1s=16707 -recol1d=7331 -recol2s=17764 -recol2d=8388 -recol3s=18821 -recol3d=11525 -recol4s=20935 -recol4d=11558 -model=model_35693 -name=Table - -// 34969 -[loc_34969] -active=no -ambient=-20 -hillchange=skew_to_fit -model=model_35185 - -// 34970 -[loc_34970] -active=no -ambient=-20 -hillchange=skew_to_fit -model=model_35177 - -// 34971 -[loc_34971] -active=no -ambient=-10 -hillchange=ceiling_skew -model=model_35190 - -// 34972 -[loc_34972] -sharelight=yes -active=no -hillchange=ceiling_skew -model=model_35290 - -// 34973 -[loc_34973] -sharelight=yes -active=no -hillchange=ceiling_skew -length=2 -width=3 -model=model_35193 - -// 34974 -[loc_34974] -sharelight=yes -active=no -hillchange=ceiling_skew -length=3 -model=model_34989 - -// 34975 -[loc_34975] -active=no -length=6 -hillchange=ceiling_skew -model=model_35589 - -// 34976 -[loc_34976] -hillskew=yes -active=yes -op1=Mine -op2=Prospect -op3=Hidden -sharelight=yes -recol1s=8455 -recol1d=7398 -retex1s=material_67 -retex1d=material_83 -retex2s=material_70 -retex2d=material_72 -model=model_5860,1 -name=Mineral vein - -// 34977 -[loc_34977] -hillskew=yes -mirror=yes -active=yes -op1=Mine -op2=Prospect -op3=Hidden -sharelight=yes -retex1s=material_67 -retex1d=material_83 -retex2s=material_70 -retex2d=material_72 -model=model_5860,1 -name=Mineral vein - -// 34978 -[loc_34978] -length=3 -width=3 -msi=msi_7 -op1=Climb-down -model=model_35677 -name=Staircase - -// 34979 -[loc_34979] -blockrange=no -recol1s=28436 -recol1d=20077 -model=model_36368 -name=Skeleton - -// 34980 -[loc_34980] -sharelight=yes -hillskew=yes -active=no -ambient=10 -model=model_35717,0 - -// 34981 -[loc_34981] -sharelight=yes -hillskew=yes -active=no -ambient=10 -model=model_35721,0 - -// 34982 -[loc_34982] -sharelight=yes -hillskew=yes -active=no -ambient=10 -model=model_35719,0 - -// 34983 -[loc_34983] -sharelight=yes -hillskew=yes -active=no -ambient=10 -model=model_35718,0 - -// 34984 -[loc_34984] -sharelight=yes -hillskew=yes -active=no -ambient=10 -model=model_35725,0 - -// 34985 -[loc_34985] -sharelight=yes -hillskew=yes -active=no -ambient=10 -model=model_35723,0 - -// 34986 -[loc_34986] -sharelight=yes -hillskew=yes -active=no -ambient=10 -model=model_35722,0 - -// 34987 -[loc_34987] -sharelight=yes -hillskew=yes -active=no -ambient=10 -model=model_35724,0 - -// 34988 -[loc_34988] -shadow=no -hillskew=yes -ambient=10 -recol1s=7693 -recol1d=20135 -recol2s=7463 -recol2d=15880 -recol3s=6374 -recol3d=7429 -model=model_35726 -name=Crater - -// 34989 -[loc_34989] -ambient=-10 -active=no -hillchange=skew_to_fit -recol1s=8384 -recol1d=11396 -recol2s=6272 -recol2d=9282 -recol3s=2241 -recol3d=10656 -recol4s=192 -recol4d=11396 -recol5s=160 -recol5d=11396 -model=model_35325 - -// 34990 -[loc_34990] -ambient=-10 -active=no -hillchange=skew_to_fit -recol1s=8384 -recol1d=11396 -recol2s=6272 -recol2d=9282 -recol3s=2241 -recol3d=10656 -recol4s=192 -recol4d=11396 -recol5s=160 -recol5d=11396 -model=model_35151 - -// 34991 -[loc_34991] -ambient=10 -model=model_35676,Q - -// 34992 -[loc_34992] -ambient=10 -offsetx=-10 -model=model_35675,Q - -// 34993 -[loc_34993] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_35606 - -// 34994 -[loc_34994] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -model=model_35607 - -// 34995 -[loc_34995] -active=yes -op1=Climb-down -ambient=10 -contrast=10 -model=model_35848 -name=Ladder - -// 34996 -[loc_34996] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35055 - -// 34997 -[loc_34997] -active=no -length=2 -width=2 -ambient=-5 -hillchange=skew_to_fit -model=model_35046 - -// 34998 -[loc_34998] -active=no -length=2 -width=2 -ambient=-5 -hillchange=skew_to_fit -model=model_35298 - -// 34999 -[loc_34999] -active=no -length=2 -width=2 -ambient=-5 -hillchange=skew_to_fit -model=model_34983 - -// 35000 -[loc_35000] -active=no -length=2 -width=2 -ambient=-5 -hillchange=skew_to_fit -model=model_35330 - -// 35001 -[loc_35001] -active=no -length=2 -width=2 -ambient=-5 -hillchange=skew_to_fit -model=model_35094 - -// 35002 -[loc_35002] -width=3 -length=2 -ambient=25 -contrast=25 -sharelight=yes -op1=Exit -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=14763 -recol3s=6176 -recol3d=17934 -recol4s=4096 -recol4d=21105 -recol5s=2048 -recol5d=24276 -recol6s=0 -recol6d=27447 -model=model_35597 -name=Cave Exit - -// 35003 -[loc_35003] -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=12580 -recol1d=11592 -model=model_35794,1 -model=model_35788,2 -model=model_35795,5 - -// 35004 -[loc_35004] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11592 -retex1s=material_70 -retex1d=material_418 -model=model_35796 - -// 35005 -[loc_35005] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=12580 -recol1d=11592 -model=model_35776 - -// 35006 -[loc_35006] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=12580 -recol1d=11592 -model=model_35777 - -// 35007 -[loc_35007] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=11592 -model=model_35780 - -// 35008 -[loc_35008] -sharelight=yes -model=model_35637,1 -model=model_35640,2 -model=model_35638,3 -model=model_35636,5 - -// 35009 -[loc_35009] -sharelight=yes -model=model_35641,1 -model=model_35639,5 - -// 35010 -[loc_35010] -active=no -hillskew=yes -ambient=25 -contrast=25 -recol1s=7329 -recol1d=5317 -recolhsl2s=7700 -recolhsl2d=21529 -recolhsl3s=7950 -recolhsl3d=21521 -recolhsl4s=8076 -recolhsl4d=21521 -model=model_33977,0 - -// 35011 -[loc_35011] -active=no -hillskew=yes -ambient=25 -contrast=25 -recol1s=7329 -recol1d=5317 -recolhsl2s=7700 -recolhsl2d=21529 -recolhsl3s=7950 -recolhsl3d=21521 -recolhsl4s=8076 -recolhsl4d=21521 -model=model_33978,0 - -// 35012 -[loc_35012] -active=no -hillchange=skew_to_fit -model=model_35258 - -// 35013 -[loc_35013] -active=no -hillchange=ceiling_skew -model=model_34954 - -// 35014 -[loc_35014] -active=no -hillchange=ceiling_skew -model=model_35740 - -// 35015 -[loc_35015] -ambient=20 -blockrange=no -recol1s=14695 -recol1d=8421 -recol2s=13638 -recol2d=6307 -recol3s=12581 -recol3d=4193 -recol4s=11524 -recol4d=3136 -recol5s=10467 -recol5d=2080 -recol6s=9410 -recol6d=1024 -model=model_35737 -name=crate - -// 35016 -[loc_35016] -active=no -hillchange=ceiling_skew -recol1s=14695 -recol1d=8421 -recol2s=13638 -recol2d=6307 -recol3s=12581 -recol3d=4193 -recol4s=11524 -recol4d=3136 -recol5s=10467 -recol5d=2080 -recol6s=9410 -recol6d=1024 -model=model_35736 - -// 35017 -[loc_35017] -contrast=20 -ambient=20 -blockrange=no -recol1s=12548 -recol1d=8421 -recol2s=13605 -recol2d=10535 -recol3s=11491 -recol3d=6307 -recol4s=10434 -recol4d=4193 -recol5s=7297 -recol5d=2080 -model=model_35739 -name=barrel - -// 35018 -[loc_35018] -active=no -hillchange=ceiling_skew -recol1s=12548 -recol1d=8421 -recol2s=13605 -recol2d=10535 -recol3s=11491 -recol3d=6307 -recol4s=10434 -recol4d=4193 -recol5s=7297 -recol5d=2080 -model=model_35735 - -// 35019 -[loc_35019] -active=no -hillchange=ceiling_skew -width=2 -resizey=153 -model=model_35738 - -// 35020 -[loc_35020] -sharelight=yes -hillskew=yes -active=no -offsety=-6 -recol1s=12580 -recol1d=5285 -retex1s=material_70 -retex1d=material_418 -model=model_35778 - -// 35021 -[loc_35021] -sharelight=yes -active=no -recol1s=12580 -recol1d=5285 -model=model_35789,0 - -// 35022 -[loc_35022] -sharelight=yes -hillskew=yes -active=no -offsety=-126 -recol1s=12580 -recol1d=5285 -model=model_35791 - -// 35023 -[loc_35023] -sharelight=yes -hillskew=yes -active=no -offsety=-126 -recol1s=12580 -recol1d=5285 -retex1s=material_70 -retex1d=material_418 -model=model_35791 - -// 35024 -[loc_35024] -active=no -hillchange=skew_to_fit -model=model_35072 - -// 35025 -[loc_35025] -active=no -mirror=yes -hillchange=skew_to_fit -model=model_35072 - -// 35026 -[loc_35026] -active=no -hillchange=skew_to_fit -model=model_35273 - -// 35027 -[loc_35027] -active=no -mirror=yes -hillchange=skew_to_fit -model=model_35273 - -// 35028 -[loc_35028] -active=no -hillchange=skew_to_fit -model=model_34945 - -// 35029 -[loc_35029] -active=no -mirror=yes -hillchange=skew_to_fit -model=model_34945 - -// 35030 -[loc_35030] -active=no -hillchange=skew_to_fit -model=model_17896,1 -model=model_17897,2 -model=model_17898,5 - -// 35031 -[loc_35031] -resizex=128 -resizey=160 -resizez=128 -ambient=15 -model=model_35436,1 - -// 35032 -[loc_35032] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_17574,0 - -// 35033 -[loc_35033] -active=no -hillskew=yes -sharelight=yes -forcedecor=yes -mirror=yes -model=model_17575,0 - -// 35034 -[loc_35034] -sharelight=yes -hillskew=yes -active=no -model=model_35426,0 - -// 35035 -[loc_35035] -sharelight=yes -hillskew=yes -active=no -model=model_35432,0 - -// 35036 -[loc_35036] -sharelight=yes -hillskew=yes -active=no -model=model_35427,0 - -// 35037 -[loc_35037] -sharelight=yes -hillskew=yes -active=no -model=model_35422,0 - -// 35038 -[loc_35038] -sharelight=yes -hillskew=yes -active=no -model=model_35418,0 - -// 35039 -[loc_35039] -sharelight=yes -hillskew=yes -active=no -model=model_35430,0 - -// 35040 -[loc_35040] -sharelight=yes -hillskew=yes -active=no -model=model_35431,0 - -// 35041 -[loc_35041] -sharelight=yes -hillskew=yes -active=no -model=model_35420,0 - -// 35042 -[loc_35042] -sharelight=yes -hillskew=yes -active=no -model=model_35425,0 - -// 35043 -[loc_35043] -sharelight=yes -hillskew=yes -active=no -mirror=yes -model=model_35431,0 - -// 35044 -[loc_35044] -sharelight=yes -hillskew=yes -active=no -mirror=yes -model=model_35427,0 - -// 35045 -[loc_35045] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -recolhsl1s=8633 -recolhsl1d=14618 -retex1s=material_112 -retex1d=material_515 -model=model_35416 - -// 35046 -[loc_35046] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -hardshadow=no -recolhsl1s=8633 -recolhsl1d=14618 -retex1s=material_112 -retex1d=material_515 -model=model_35424 - -// 35047 -[loc_35047] -active=no -hillchange=skew_to_fit -model=model_35101 - -// 35048 -[loc_35048] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_37112,0 - -// 35049 -[loc_35049] -width=2 -length=2 -active=no -hillchange=skew_to_fit -model=model_35260 - -// 35050 -[loc_35050] -width=2 -length=2 -active=no -hillchange=skew_to_fit -model=model_35275 - -// 35051 -[loc_35051] -width=2 -length=2 -active=no -hillchange=skew_to_fit -model=model_35156 - -// 35052 -[loc_35052] -width=2 -length=2 -active=no -model=model_35247 - -// 35053 -[loc_35053] -width=2 -length=2 -active=no -hillskew=yes -msi=msi_11 -model=model_35159 - -// 35054 -[loc_35054] -width=2 -length=2 -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35080 - -// 35055 -[loc_35055] -msi=msi_11 -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35096 - -// 35056 -[loc_35056] -msi=msi_11 -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35233 - -// 35057 -[loc_35057] -hillskew=yes -msi=msi_11 -active=no -model=model_35099 - -// 35058 -[loc_35058] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35280 - -// 35059 -[loc_35059] -msi=msi_11 -active=no -hillchange=skew_to_fit -model=model_35141 - -// 35060 -[loc_35060] -msi=msi_11 -active=no -hillchange=skew_to_fit -model=model_35107 - -// 35061 -[loc_35061] -msi=msi_11 -active=no -hillchange=skew_to_fit -model=model_34999 - -// 35062 -[loc_35062] -active=no -ambient=-5 -hillskew=yes -msi=msi_11 -model=model_35182 - -// 35063 -[loc_35063] -active=no -ambient=-5 -hillchange=skew_to_fit -model=model_35005 - -// 35064 -[loc_35064] -active=no -ambient=-30 -hillchange=skew_to_fit -recol1s=12736 -recol1d=15840 -model=model_35678 - -// 35065 -[loc_35065] -active=no -ambient=-30 -hillchange=skew_to_fit -model=model_35226 - -// 35066 -[loc_35066] -active=no -resizex=170 -resizey=170 -resizez=170 -hillchange=skew_to_fit -recol1s=7168 -recol1d=32542 -recol2s=27944 -recol2d=21308 -recol3s=19488 -recol3d=15926 -recol4s=23716 -recol4d=7639 -recol5s=29958 -recol5d=11833 -recol6s=29991 -recol6d=11933 -model=model_35056 - -// 35067 -[loc_35067] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=10500 -recol2s=14594 -recol2d=10500 -recol3s=15618 -recol3d=10500 -model=model_1124,0 - -// 35068 -[loc_35068] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=10500 -recol2s=14594 -recol2d=10500 -recol3s=15618 -recol3d=10500 -model=model_1139,0 - -// 35069 -[loc_35069] -hillskew=yes -active=no -istexture=yes -blockwalk=no -recol1s=13505 -recol1d=10500 -recol2s=14594 -recol2d=10500 -recol3s=15618 -recol3d=10500 -model=model_1032,0 - -// 35070 -[loc_35070] -active=no -model=model_35683,1 -model=model_35681,2 -model=model_35680,3 -model=model_35682,5 - -// 35071 -[loc_35071] -active=no -ambient=-20 -hillchange=skew_to_fit -hardshadow=no -recol1s=12683 -recol1d=32591 -model=model_35015 - -// 35072 -[loc_35072] -active=no -ambient=-20 -hillchange=skew_to_fit -hardshadow=no -recol1s=12683 -recol1d=32591 -model=model_35249 - -// 35073 -[loc_35073] -active=no -ambient=-20 -hillchange=skew_to_fit -hardshadow=no -recol1s=12683 -recol1d=32591 -model=model_35100 - -// 35074 -[loc_35074] -active=no -ambient=-20 -hillchange=skew_to_fit -hardshadow=no -recol1s=12683 -recol1d=32591 -model=model_35221 - -// 35075 -[loc_35075] -active=no -ambient=-20 -hillchange=skew_to_fit -hardshadow=no -recol1s=12683 -recol1d=32591 -model=model_35104 - -// 35076 -[loc_35076] -active=no -ambient=-20 -hillchange=skew_to_fit -hardshadow=no -recol1s=12683 -recol1d=32591 -model=model_35095 - -// 35077 -[loc_35077] -sharelight=yes -active=yes -recol1s=28407 -recol1d=21069 -model=model_36045 -name=Tent - -// 35078 -[loc_35078] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -op1=Open -op2=Pick-lock -op4=hidden -msi=msi_34 -blockrange=no -model=model_37326 -name=Ogre Coffin - -// 35079 -[loc_35079] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -op1=Open -op2=Pick-lock -op4=hidden -msi=msi_34 -mirror=yes -blockrange=no -model=model_37407 -name=Ogre Coffin - -// 35080 -[loc_35080] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -op1=Open -op2=Pick-lock -op4=hidden -msi=msi_34 -mirror=yes -blockrange=no -model=model_37326 -name=Ogre Coffin - -// 35081 -[loc_35081] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -msi=msi_34 -mirror=yes -blockrange=no -model=model_37174 -name=Ogre Coffin - -// 35082 -[loc_35082] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -msi=msi_34 -mirror=yes -blockrange=no -model=model_37250 -name=Ogre Coffin - -// 35083 -[loc_35083] -width=2 -length=3 -hillskew=yes -msi=msi_34 -blockrange=no -recol1s=6307 -recol1d=6240 -recol2s=7364 -recol2d=7296 -recol3s=8421 -recol3d=8353 -recol4s=9478 -recol4d=9410 -recol5s=10535 -recol5d=10467 -recol6s=11592 -recol6d=11524 -model=model_35752 -name=Ogre Coffin - -// 35084 -[loc_35084] -width=2 -length=3 -hillskew=yes -mirror=yes -msi=msi_34 -blockrange=no -recol1s=6307 -recol1d=6240 -recol2s=7364 -recol2d=7296 -recol3s=8421 -recol3d=8353 -recol4s=9478 -recol4d=9410 -recol5s=10535 -recol5d=10467 -recol6s=11592 -recol6d=11524 -model=model_35752 -name=Ogre Coffin - -// 35085 -[loc_35085] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -op1=Open -op2=Pick-lock -op4=hidden -msi=msi_34 -model=model_37414 -name=Ogre Coffin - -// 35086 -[loc_35086] -ambient=10 -shadow=no -offsety=64 -model=model_36457 -name=Statue - -// 35087 -[loc_35087] -ambient=10 -shadow=no -offsety=64 -model=model_36508 -name=Statue - -// 35088 -[loc_35088] -active=yes -multivar=varplayerbit_964 -multiloc=0,loc_35087 -multiloc=1,loc_35087 -multiloc=2,loc_35086 -multiloc=3,loc_35086 - -// 35089 -[loc_35089] -sharelight=yes -active=no -forcedecor=yes -model=model_35699,0 - -// 35090 -[loc_35090] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -model=model_35700,1 - -// 35091 -[loc_35091] -active=no -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -model=model_35700,1 - -// 35092 -[loc_35092] -width=4 -length=4 -active=no -model=model_35716 - -// 35093 -[loc_35093] -active=no -hillchange=skew_to_fit -model=model_35133 - -// 35094 -[loc_35094] -active=no -hillchange=skew_to_fit -model=model_35110 - -// 35095 -[loc_35095] -width=6 -length=3 -ambient=20 -hillchange=ceiling_skew -raiseobject=no -model=model_35322 -name=Fremennik boat - -// 35096 -[loc_35096] -active=no -hillchange=skew_to_fit -model=model_35102 - -// 35097 -[loc_35097] -active=no -hillchange=skew_to_fit -model=model_34979 - -// 35098 -[loc_35098] -hillchange=skew_to_fit -active=no -model=model_35044 - -// 35099 -[loc_35099] -ambient=20 -contrast=20 -active=no -hillskew=yes -sharelight=yes -model=model_35395,1 - -// 35100 -[loc_35100] -hillskew=yes -sharelight=yes -active=no -recol1s=10602 -recol1d=10534 -recol2s=9545 -recol2d=8420 -recol3s=8488 -recol3d=8421 -recol4s=7431 -recol4d=9478 -recol5s=6374 -recol5d=10535 -retex1s=material_180 -retex1d=material_177 -model=model_22110,1 -model=model_22111,2 -model=model_22112,5 - -// 35101 -[loc_35101] -anim=seq_481 -ambient=25 -model=model_38132 -name=Torch - -// 35102 -[loc_35102] -anim=seq_9585 -ambient=25 -model=model_38132 -name=Torch - -// 35103 -[loc_35103] -active=no -hillchange=skew_to_fit -model=model_35262 - -// 35104 -[loc_35104] -active=no -hillchange=skew_to_fit -resizex=142 -resizey=200 -resizez=142 -model=model_35262 - -// 35105 -[loc_35105] -active=no -length=2 -width=2 -ambient=25 -hillchange=ceiling_skew -model=model_35223 - -// 35106 -[loc_35106] -active=no -length=2 -width=2 -ambient=25 -hillchange=ceiling_skew -model=model_34977 - -// 35107 -[loc_35107] -active=no -length=2 -width=2 -ambient=25 -hillchange=ceiling_skew -model=model_35148 - -// 35108 -[loc_35108] -active=no -length=2 -width=3 -hillchange=ceiling_skew -model=model_35312 - -// 35109 -[loc_35109] -active=no -length=5 -width=2 -hillchange=ceiling_skew -model=model_35250 - -// 35110 -[loc_35110] -active=no -length=2 -width=2 -hillchange=ceiling_skew -model=model_35135 - -// 35111 -[loc_35111] -active=no -ambient=25 -hillchange=skew_to_fit -model=model_35083 - -// 35112 -[loc_35112] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_35703,0 - -// 35113 -[loc_35113] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_35708,0 - -// 35114 -[loc_35114] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_35706,0 - -// 35115 -[loc_35115] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_35707,0 - -// 35116 -[loc_35116] -sharelight=yes -forcedecor=yes -ambient=10 -unknown90=yes -recol1s=13705 -recol1d=14764 -recol2s=13670 -recol2d=13671 -recol3s=11556 -recol3d=12613 -model=model_35704,0 - -// 35117 -[loc_35117] -active=no -resizex=100 -resizez=100 -hillchange=ceiling_skew -model=model_35039 - -// 35118 -[loc_35118] -width=4 -length=5 -active=no -hillchange=ceiling_skew -recol1s=10434 -recol1d=9445 -recol2s=12548 -recol2d=9445 -recol3s=14662 -recol3d=11559 -recol4s=18784 -recol4d=14657 -recol5s=13605 -recol5d=11559 -model=model_35385 - -// 35119 -[loc_35119] -active=no -ambient=25 -hillchange=ceiling_skew -model=model_35112 - -// 35120 -[loc_35120] -active=no -length=2 -width=2 -ambient=25 -hillchange=ceiling_skew -model=model_35091 - -// 35121 -[loc_35121] -width=2 -length=3 -op1=Climb-down -active=yes -recol1s=12512 -recol1d=14695 -recolhsl2s=37 -recolhsl2d=7462 -model=model_1211 -name=Stairs - -// 35122 -[loc_35122] -op1=Open -contrast=25 -hillchange=tree_skew,35 -model=model_35824 -name=Closed chest - -// 35123 -[loc_35123] -op1=Search -op2=Shut -contrast=25 -hillchange=tree_skew,35 -model=model_35801 -name=Open chest - -// 35124 -[loc_35124] -anim=seq_3107 -ambient=25 -model=model_38147,Q - -// 35125 -[loc_35125] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=13638 -recol2s=11522 -recol2d=11558 -recol3s=10465 -recol3d=10501 -recol4s=9409 -recol4d=9444 -recol5s=8353 -recol5d=8387 -model=model_36270 -name=Ladder - -// 35126 -[loc_35126] -width=3 -length=2 -ambient=25 -contrast=25 -sharelight=yes -op1=Enter -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=9478 -recol3s=6176 -recol3d=7364 -recol4s=4096 -recol4d=5250 -recol5s=2048 -recol5d=3136 -retex1s=material_407 -retex1d=material_72 -model=model_3717 -name=Tunnel - -// 35127 -[loc_35127] -width=3 -length=2 -ambient=25 -contrast=25 -sharelight=yes -op1=Enter -recol1s=10400 -recol1d=11592 -recol2s=8288 -recol2d=9478 -recol3s=6176 -recol3d=7364 -recol4s=4096 -recol4d=5250 -recol5s=2048 -recol5d=3136 -retex1s=material_407 -retex1d=material_72 -model=model_3717 -name=Tunnel - -// 35128 -[loc_35128] -sharelight=yes -hillskew=yes -recol1s=12580 -recol1d=30655 -retex1s=material_72 -retex1d=material_407 -retex2s=material_83 -retex2d=material_453 -model=model_35775,1 -model=model_35790,2 -model=model_35782,5 - -// 35129 -[loc_35129] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=30655 -retex1s=material_72 -retex1d=material_407 -retex2s=material_83 -retex2d=material_453 -model=model_35775,1 -model=model_35790,2 -model=model_35782,5 - -// 35130 -[loc_35130] -hillskew=yes -sharelight=yes -shadow=no -ambient=25 -contrast=25 -offsety=-240 -blockwalk=no -model=model_30974,Z - -// 35131 -[loc_35131] -active=no -ambient=15 -contrast=15 -recol1s=10534 -recol1d=9472 -recol2s=12648 -recol2d=10528 -recol3s=14762 -recol3d=11584 -recolhsl4s=17583 -recolhsl4d=17564 -recolhsl5s=14753 -recolhsl5d=17568 -recolhsl6s=14637 -recolhsl6d=17573 -model=model_30929 - -// 35132 -[loc_35132] -active=no -ambient=15 -contrast=15 -recol1s=10534 -recol1d=9472 -recol2s=12648 -recol2d=10528 -recol3s=14762 -recol3d=11584 -recolhsl4s=17583 -recolhsl4d=17564 -recolhsl5s=14753 -recolhsl5d=17568 -recolhsl6s=14637 -recolhsl6d=17573 -model=model_30931 - -// 35133 -[loc_35133] -op2=Search -op3=Close -forceapproach=east -ambient=20 -model=model_36088 -model2=model_5531 -name=Wardrobe - -// 35134 -[loc_35134] -op2=Search -op3=Close -forceapproach=east -ambient=20 -model=model_38122 -model2=model_5531 -name=Wardrobe - -// 35135 -[loc_35135] -op2=Search -op3=Close -forceapproach=east -ambient=20 -model=model_38124 -model2=model_5531 -name=Wardrobe - -// 35136 -[loc_35136] -op2=Search -op3=Close -forceapproach=east -ambient=20 -model=model_38123 -model2=model_5531 -name=Wardrobe - -// 35137 -[loc_35137] -sharelight=yes -hillskew=yes -active=no -ambient=30 -recol1s=12580 -recol1d=8353 -model=model_32594 - -// 35138 -[loc_35138] -hillskew=yes -sharelight=yes -active=no -ambient=30 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_31737,5 - -// 35139 -[loc_35139] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -raiseobject=yes -recol1s=7329 -recol1d=6272 -model=model_35563,8 -model=model_35559,0 - -// 35140 -[loc_35140] -sharelight=yes -ambient=15 -contrast=15 -model=model_35551 -name=Pillar - -// 35141 -[loc_35141] -sharelight=yes -ambient=15 -contrast=15 -model=model_35550 -name=Pillar - -// 35142 -[loc_35142] -active=no -width=2 -length=2 -hillchange=skew_to_fit -recol1s=6373 -recol1d=5284 -recol2s=8487 -recol2d=4229 -recol3s=9608 -recol3d=6343 -model=model_35227 - -// 35143 -[loc_35143] -active=no -hillchange=skew_to_fit -recol1s=6373 -recol1d=5284 -recol2s=8487 -recol2d=4229 -recol3s=9608 -recol3d=6343 -model=model_35292 - -// 35144 -[loc_35144] -active=no -hillchange=skew_to_fit -width=2 -length=2 -recol1s=6373 -recol1d=5284 -recol2s=8487 -recol2d=4229 -recol3s=9608 -recol3d=6343 -model=model_34987 - -// 35145 -[loc_35145] -anim=seq_9647 -width=2 -blockwalk=yes -ambient=20 -randomanimframe=no -blockrange=no -model=model_26483 -name=Flag - -// 35146 -[loc_35146] -resizey=180 -ambient=-40 -contrast=30 -active=yes -op1=Open -recol1s=23356 -recol1d=10634 -recol2s=25404 -recol2d=15888 -recol3s=15719 -recol3d=7363 -recol4s=12582 -recol4d=5249 -recol5s=10468 -recol5d=3136 -retex1s=material_2 -retex1d=material_23 -model=model_35899,1 -name=Door - -// 35147 -[loc_35147] -resizey=180 -ambient=-40 -contrast=30 -active=no -offsetz=15 -recol1s=23356 -recol1d=10634 -recol2s=25404 -recol2d=15888 -recol3s=15719 -recol3d=7363 -recol4s=12582 -recol4d=5249 -recol5s=10468 -recol5d=3136 -retex1s=material_2 -retex1d=material_23 -model=model_35899,1 - -// 35148 -[loc_35148] -recol1s=13639 -recol1d=9477 -recol2s=12582 -recol2d=8420 -recol3s=11525 -recol3d=7363 -recol4s=10468 -recol4d=6306 -recol5s=9411 -recol5d=5249 -recol6s=8354 -recol6d=4192 -model=model_35441 -name=Boxes - -// 35149 -[loc_35149] -blockrange=no -recol1s=4161 -recol1d=5249 -model=model_36087 -name=Chair - -// 35150 -[loc_35150] -active=yes -ambient=25 -contrast=15 -recol1s=7330 -recol1d=4227 -recol2s=7297 -recol2d=3170 -recol3s=8386 -recol3d=5284 -recol4s=8418 -recol4d=6341 -recol5s=8419 -recol5d=5318 -recolhsl6s=10401 -recolhsl6d=23606 -model=model_10054 -name=Rat barrel - -// 35151 -[loc_35151] -active=yes -anim=seq_2898 -ambient=25 -contrast=15 -recol1s=7330 -recol1d=4227 -recol2s=7297 -recol2d=3170 -recol3s=8386 -recol3d=5284 -recol4s=8418 -recol4d=6341 -recol5s=8419 -recol5d=5318 -recolhsl6s=10401 -recolhsl6d=23606 -model=model_10054 -name=Rat barrel - -// 35152 -[loc_35152] -active=no -contrast=20 -ambient=20 -blockwalk=no -model=model_35730,0 - -// 35153 -[loc_35153] -active=no -hillskew=yes -contrast=20 -ambient=20 -blockwalk=no -unknown90=yes -model=model_35729,0 - -// 35154 -[loc_35154] -active=no -ambient=25 -hillchange=skew_to_fit -model=model_35217 - -// 35155 -[loc_35155] -active=no -length=2 -width=2 -hillchange=ceiling_skew -model=model_35029 - -// 35156 -[loc_35156] -length=2 -ambient=25 -model=model_35911 -name=A bunk bed - -// 35157 -[loc_35157] -active=no -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -recolhsl6s=5412 -recolhsl6d=7456 -model=model_36451,1 - -// 35158 -[loc_35158] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_35744 -name=Rift - -// 35159 -[loc_35159] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=-5 -op1=Enter -hardshadow=no -model=model_35743 -name=Rift - -// 35160 -[loc_35160] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_8692 - -// 35161 -[loc_35161] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_8692 - -// 35162 -[loc_35162] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_9810 - -// 35163 -[loc_35163] -active=no -hillskew=yes -sharelight=yes -mirror=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_9810 - -// 35164 -[loc_35164] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_11168 - -// 35165 -[loc_35165] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_11170 - -// 35166 -[loc_35166] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_11287 - -// 35167 -[loc_35167] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -ambient=25 -offsety=-240 -model=model_11287 - -// 35168 -[loc_35168] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_11855 - -// 35169 -[loc_35169] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_11876 - -// 35170 -[loc_35170] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_12399 - -// 35171 -[loc_35171] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_12400 - -// 35172 -[loc_35172] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -offsety=-240 -model=model_8969 - -// 35173 -[loc_35173] -active=no -hillchange=ceiling_skew -model=model_35239 - -// 35174 -[loc_35174] -active=no -hillchange=ceiling_skew -model=model_35004 - -// 35175 -[loc_35175] -active=no -hillchange=ceiling_skew -model=model_34997 - -// 35176 -[loc_35176] -length=2 -width=2 -active=no -hillchange=ceiling_skew -model=model_35277 - -// 35177 -[loc_35177] -active=no -length=2 -width=2 -hillchange=ceiling_skew -model=model_35285 - -// 35178 -[loc_35178] -active=no -hillchange=ceiling_skew -model=model_35011 - -// 35179 -[loc_35179] -active=no -hillchange=ceiling_skew -model=model_35279 - -// 35180 -[loc_35180] -active=no -hillchange=ceiling_skew -model=model_35344 - -// 35181 -[loc_35181] -active=no -hillchange=ceiling_skew -model=model_34975 - -// 35182 -[loc_35182] -active=no -hillchange=ceiling_skew -model=model_35022 - -// 35183 -[loc_35183] -active=no -hillchange=ceiling_skew -model=model_35020 - -// 35184 -[loc_35184] -active=no -hillchange=ceiling_skew -model=model_34941 - -// 35185 -[loc_35185] -active=no -hillchange=ceiling_skew -model=model_35047 - -// 35186 -[loc_35186] -active=no -hillchange=ceiling_skew -model=model_35338 - -// 35187 -[loc_35187] -active=no -hillchange=ceiling_skew -model=model_35163 - -// 35188 -[loc_35188] -active=no -hillchange=ceiling_skew -model=model_35017 - -// 35189 -[loc_35189] -active=no -hillchange=ceiling_skew -model=model_35268 - -// 35190 -[loc_35190] -active=no -hillchange=ceiling_skew -model=model_35206 - -// 35191 -[loc_35191] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35293 - -// 35192 -[loc_35192] -width=6 -length=3 -ambient=25 -shadow=no -hillchange=ceiling_skew -model=model_35170 -name=Boat - -// 35193 -[loc_35193] -active=no -hillchange=skew_to_fit -model=model_35291 - -// 35194 -[loc_35194] -active=no -ambient=10 -hillchange=skew_to_fit -model=model_35218 - -// 35195 -[loc_35195] -active=no -ambient=10 -hillchange=skew_to_fit -model=model_35120,1 -model=model_35270,2 -model=model_35073,5 - -// 35196 -[loc_35196] -active=no -hillchange=ceiling_skew -model=model_35212 - -// 35197 -[loc_35197] -active=no -hillchange=ceiling_skew -model=model_35088 - -// 35198 -[loc_35198] -active=no -hillchange=ceiling_skew -model=model_34955 - -// 35199 -[loc_35199] -active=no -hillchange=ceiling_skew -model=model_35323 - -// 35200 -[loc_35200] -active=no -hillchange=ceiling_skew -model=model_35137 - -// 35201 -[loc_35201] -active=no -hillchange=ceiling_skew -model=model_35238 - -// 35202 -[loc_35202] -active=no -hillchange=ceiling_skew -model=model_35302 - -// 35203 -[loc_35203] -active=no -hillchange=ceiling_skew -model=model_35334 - -// 35204 -[loc_35204] -active=no -hillchange=ceiling_skew -model=model_35175 - -// 35205 -[loc_35205] -active=no -mirror=yes -hillchange=ceiling_skew -model=model_35088 - -// 35206 -[loc_35206] -active=no -mirror=yes -hillchange=ceiling_skew -model=model_35137 - -// 35207 -[loc_35207] -active=no -mirror=yes -hillchange=ceiling_skew -model=model_35252 - -// 35208 -[loc_35208] -active=no -width=3 -length=4 -resizex=110 -hillchange=ceiling_skew -model=model_34957 - -// 35209 -[loc_35209] -active=no -hillchange=ceiling_skew -width=3 -length=4 -resizex=110 -model=model_35287 - -// 35210 -[loc_35210] -active=no -hillchange=ceiling_skew -width=2 -length=3 -resizex=110 -model=model_35000 - -// 35211 -[loc_35211] -active=no -resizex=110 -hillchange=ceiling_skew -model=model_35116 - -// 35212 -[loc_35212] -active=no -ambient=25 -contrast=25 -resizex=110 -ambient=10 -hillchange=skew_to_fit -model=model_35753 - -// 35213 -[loc_35213] -active=no -hillchange=ceiling_skew -resizex=110 -resizey=110 -model=model_34960 - -// 35214 -[loc_35214] -active=no -hillchange=ceiling_skew -width=2 -length=2 -resizex=110 -model=model_35131 - -// 35215 -[loc_35215] -active=no -width=2 -length=4 -resizex=110 -hillchange=ceiling_skew -model=model_34986 - -// 35216 -[loc_35216] -active=no -ambient=25 -contrast=25 -istexture=yes -blockwalk=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12125,0 - -// 35217 -[loc_35217] -active=no -ambient=25 -contrast=25 -istexture=yes -blockwalk=no -recol1s=11594 -recol1d=10568 -recol2s=10537 -recol2d=9511 -recol3s=9480 -recol3d=8454 -recol4s=8423 -recol4d=7397 -model=model_12126,0 - -// 35218 -[loc_35218] -active=no -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -mirror=yes -model=model_34335,1 -model=model_34336,5 - -// 35219 -[loc_35219] -active=no -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -mirror=yes -model=model_34338,1 -model=model_34328,5 - -// 35220 -[loc_35220] -active=no -hillskew=yes -blockwalk=no -ambient=10 -contrast=15 -sharelight=yes -mirror=yes -model=model_34332,1 - -// 35221 -[loc_35221] -hillskew=yes -blockwalk=yes -ambient=10 -contrast=15 -sharelight=yes -mirror=yes -model=model_34339 -name=Bench - -// 35222 -[loc_35222] -length=2 -op1=Open -forceapproach=east -ambient=20 -recol1s=5184 -recol1d=7330 -recol2s=15616 -recol2d=9444 -recol3s=32384 -recol3d=10501 -model=model_35871 -name=Cupboard - -// 35223 -[loc_35223] -length=2 -op1=Close -op2=Search -forceapproach=east -ambient=20 -recol1s=5184 -recol1d=7330 -recol2s=15616 -recol2d=9444 -recol3s=32384 -recol3d=10501 -model=model_35874 -name=Cupboard - -// 35224 -[loc_35224] -length=2 -op1=Search -ambient=20 -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -model=model_35600 -name=Bookcase - -// 35225 -[loc_35225] -length=2 -op1=Search -ambient=20 -mirror=yes -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -model=model_35600 -name=Bookcase - -// 35226 -[loc_35226] -length=2 -op1=Search -ambient=20 -mirror=yes -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -model=model_35602 -name=Bookcase - -// 35227 -[loc_35227] -length=2 -op1=Search -ambient=20 -recol1s=8355 -recol1d=8387 -recol2s=11492 -recol2d=10501 -model=model_35601 -name=Bookcase - -// 35228 -[loc_35228] -sharelight=yes -unknown90=yes -recol1s=15789 -recol1d=9510 -model=model_35845,0 - -// 35229 -[loc_35229] -wallwidth=8 -sharelight=yes -ambient=20 -recol1s=32766 -recol1d=32665 -recol2s=7264 -recol2d=9444 -retex1s=material_563 -retex1d=material_561 -retex2s=material_73 -retex2d=material_63 -model=model_2212,1 -model=model_2213,2 -model=model_2176,3 -model=model_2177,4 -model=model_2178,5 - -// 35230 -[loc_35230] -ambient=20 -active=no -offsetx=-32 -blockrange=no -recol1s=13675 -recol1d=10535 -model=model_36322,Q - -// 35231 -[loc_35231] -sharelight=yes -occlude=yes -hillskew=yes -active=no -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_309 -retex1d=material_96 -model=model_16340,8 -model=model_612,1 -model=model_613,2 -model=model_614,3 -model=model_615,5 - -// 35232 -[loc_35232] -sharelight=yes -active=no -ambient=25 -contrast=25 -offsety=-30 -retex1s=material_2 -retex1d=material_23 -model=model_669,1 -model=model_670,2 -model=model_671,3 -model=model_672,4 -model=model_673,5 - -// 35233 -[loc_35233] -wallwidth=32 -sharelight=yes -occlude=yes -active=no -ambient=25 -contrast=25 -offsety=-30 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_678,1 -model=model_679,2 -model=model_636,3 -model=model_637,4 -model=model_638,5 - -// 35234 -[loc_35234] -active=no -hillchange=skew_to_fit -model=model_35256 - -// 35235 -[loc_35235] -active=no -ambient=35 -contrast=25 -model=model_35953,Q - -// 35236 -[loc_35236] -ambient=25 -contrast=25 -recol1s=17931 -recol1d=11624 -recol2s=10499 -recol2d=7328 -recol3s=12613 -recol3d=8385 -model=model_35938,1 -model=model_35932,2 -model=model_35943,3 -model=model_35946,5 - -// 35237 -[loc_35237] -ambient=25 -contrast=25 -active=no -retex1s=material_550 -retex1d=material_390 -model=model_24937,1 -model=model_24938,2 -model=model_24939,5 -model=model_24936,0 - -// 35238 -[loc_35238] -ambient=25 -contrast=25 -active=no -sharelight=yes -retex1s=material_550 -retex1d=material_390 -model=model_24937,1 -model=model_24938,2 -model=model_24939,5 -model=model_24936,0 - -// 35239 -[loc_35239] -ambient=25 -contrast=25 -active=no -retex1s=material_550 -retex1d=material_390 -model=model_24935,1 -model=model_24934,0 - -// 35240 -[loc_35240] -ambient=25 -contrast=25 -active=no -sharelight=yes -model=model_35927,1 - -// 35241 -[loc_35241] -active=yes -op1=Open -raiseobject=no -model=model_35886,1 -name=Door - -// 35242 -[loc_35242] -active=yes -op1=Close -raiseobject=no -model=model_35886,1 -name=Door - -// 35243 -[loc_35243] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_15338,1 -name=Door - -// 35244 -[loc_35244] -active=no -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recol5s=12649 -recol5d=16708 -model=model_36034 - -// 35245 -[loc_35245] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_36031,A -model=model_36033,H - -// 35246 -[loc_35246] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_36036,A - -// 35247 -[loc_35247] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_36039,A - -// 35248 -[loc_35248] -model=model_36037,0 - -// 35249 -[loc_35249] -model=model_36032,0 - -// 35250 -[loc_35250] -active=no -model=model_36834 - -// 35251 -[loc_35251] -active=no -ambient=25 -hillchange=skew_to_fit -model=model_35050 - -// 35252 -[loc_35252] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -model=model_35891,4 - -// 35253 -[loc_35253] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -recol1s=6342 -recol1d=5248 -retex1s=material_2 -retex1d=material_23 -model=model_634,1 -model=model_635,2 -model=model_574,3 -model=model_575,4 -model=model_576,5 - -// 35254 -[loc_35254] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -retex1s=material_149 -retex1d=material_147 -model=model_599,1 -model=model_600,2 -model=model_601,3 -model=model_602,4 -model=model_603,5 - -// 35255 -[loc_35255] -sharelight=yes -occlude=yes -ambient=25 -contrast=25 -retex1s=material_149 -retex1d=material_147 -model=model_35885,2 - -// 35256 -[loc_35256] -sharelight=yes -ambient=25 -contrast=25 -blockrange=no -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5270 -recolhsl2d=5522 -recolhsl3s=5275 -recolhsl3d=5527 -recolhsl4s=5280 -recolhsl4d=5532 -recolhsl5s=5261 -recolhsl5d=5513 -recolhsl6s=5266 -recolhsl6d=5518 -model=model_36808,5 - -// 35257 -[loc_35257] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -blockrange=no -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5270 -recolhsl2d=5522 -recolhsl3s=5275 -recolhsl3d=5527 -recolhsl4s=5280 -recolhsl4d=5532 -recolhsl5s=5261 -recolhsl5d=5513 -recolhsl6s=5266 -recolhsl6d=5518 -model=model_36808,5 - -// 35258 -[loc_35258] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_18 -model=model_35887,A -model=model_35883,S - -// 35259 -[loc_35259] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -retex1s=material_6 -retex1d=material_18 -model=model_35887,A -model=model_35883,S - -// 35260 -[loc_35260] -sharelight=yes -ambient=10 -contrast=10 -retex1s=material_6 -retex1d=material_16 -model=model_36077,D - -// 35261 -[loc_35261] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5270 -recolhsl2d=5522 -recolhsl3s=5275 -recolhsl3d=5527 -recolhsl4s=5280 -recolhsl4d=5532 -recolhsl5s=5261 -recolhsl5d=5513 -recolhsl6s=5266 -recolhsl6d=5518 -retex1s=material_6 -retex1d=material_16 -model=model_33361,A -model=model_33362,S -model=model_33368,D -model=model_33364,F -model=model_33360,G -model=model_33366,H -model=model_33359,Z -model=model_33367,X -model=model_33363,C -model=model_33365,V - -// 35262 -[loc_35262] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5270 -recolhsl1d=12688 -recolhsl2s=5265 -recolhsl2d=12683 -recolhsl3s=5266 -recolhsl3d=12683 -recolhsl4s=5275 -recolhsl4d=12693 -recolhsl5s=5280 -recolhsl5d=12698 -recolhsl6s=5261 -recolhsl6d=12691 -retex1s=material_6 -retex1d=material_16 -model=model_33361,A -model=model_33362,S -model=model_33368,D -model=model_33364,F -model=model_33360,G -model=model_33366,H -model=model_33359,Z -model=model_33367,X -model=model_33363,C -model=model_33365,V - -// 35263 -[loc_35263] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -model=model_36082,S - -// 35264 -[loc_35264] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5391 -recolhsl2s=5270 -recolhsl2d=5396 -recolhsl3s=5275 -recolhsl3d=5401 -recolhsl4s=5280 -recolhsl4d=5406 -recolhsl5s=5261 -recolhsl5d=5383 -recolhsl6s=5266 -recolhsl6d=5388 -retex1s=material_6 -retex1d=material_16 -model=model_36074,A - -// 35265 -[loc_35265] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5270 -recolhsl1d=12688 -recolhsl2s=5265 -recolhsl2d=12683 -recolhsl3s=5266 -recolhsl3d=12683 -recolhsl4s=5275 -recolhsl4d=12693 -recolhsl5s=5280 -recolhsl5d=12698 -recolhsl6s=5261 -recolhsl6d=12691 -retex1s=material_6 -retex1d=material_16 -model=model_33987,A -model=model_33982,S -model=model_33984,D -model=model_33981,F -model=model_33983,G -model=model_33988,H -model=model_33980,Z -model=model_33985,X -model=model_33986,C -model=model_33979,V - -// 35266 -[loc_35266] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5270 -recolhsl2d=5522 -recolhsl3s=5275 -recolhsl3d=5527 -recolhsl4s=5280 -recolhsl4d=5532 -recolhsl5s=5261 -recolhsl5d=5513 -recolhsl6s=5266 -recolhsl6d=5518 -retex1s=material_6 -retex1d=material_16 -model=model_36074,A - -// 35267 -[loc_35267] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_16 -model=model_35893,A - -// 35268 -[loc_35268] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_16 -model=model_34116,A -model=model_34120,S -model=model_34119,F -model=model_34117,G -model=model_34118,H - -// 35269 -[loc_35269] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_16 -model=model_35888,A - -// 35270 -[loc_35270] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_16 -model=model_35889,A - -// 35271 -[loc_35271] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_35888,A - -// 35272 -[loc_35272] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_16 -retex2s=material_2 -retex2d=material_23 -model=model_35889,A - -// 35273 -[loc_35273] -sharelight=yes -hillskew=yes -active=no -model=model_35779 - -// 35274 -[loc_35274] -sharelight=yes -hillskew=yes -active=no -model=model_35787 - -// 35275 -[loc_35275] -sharelight=yes -hillskew=yes -active=no -model=model_35781 - -// 35276 -[loc_35276] -sharelight=yes -hillskew=yes -active=no -model=model_35786 - -// 35277 -[loc_35277] -sharelight=yes -hillskew=yes -active=no -mirror=yes -model=model_35786 - -// 35278 -[loc_35278] -sharelight=yes -hillskew=yes -model=model_36938,5 - -// 35279 -[loc_35279] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -model=model_35879,1 - -// 35280 -[loc_35280] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7468 -recol2s=18955 -recol2d=13670 -recolhsl3s=7350 -recolhsl3d=7458 -recolhsl4s=7345 -recolhsl4d=7453 -recolhsl5s=7339 -recolhsl5d=7450 -model=model_36062,A -model=model_36065,H - -// 35281 -[loc_35281] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7468 -recol2s=18955 -recol2d=13670 -recolhsl3s=7350 -recolhsl3d=7458 -recolhsl4s=7345 -recolhsl4d=7453 -recolhsl5s=7339 -recolhsl5d=7450 -retex1s=material_2 -retex1d=material_23 -model=model_36062,A -model=model_36065,H - -// 35282 -[loc_35282] -active=no -sharelight=yes -blockwalk=yes -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_36059 - -// 35283 -[loc_35283] -active=no -sharelight=yes -blockwalk=yes -sharelight=yes -mirror=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_36059 - -// 35284 -[loc_35284] -active=no -sharelight=yes -blockwalk=yes -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_36060 - -// 35285 -[loc_35285] -active=no -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_36054,A - -// 35286 -[loc_35286] -sharelight=yes -mirror=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_36054,A - -// 35287 -[loc_35287] -active=no -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_36057,A -model=model_36063,S -model=model_36061,D -model=model_36051,G -model=model_36072,H -model=model_36053,Z -model=model_36056,X -model=model_36050,C - -// 35288 -[loc_35288] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7486 -recol2s=18955 -recol2d=19977 -recolhsl3s=7350 -recolhsl3d=7476 -recolhsl4s=7345 -recolhsl4d=7471 -recolhsl5s=7448 -recolhsl5d=7576 -recol6s=12649 -recol6d=14727 -model=model_36057,A -model=model_36063,S -model=model_36061,D -model=model_36051,G -model=model_36072,H -model=model_36053,Z -model=model_36056,X -model=model_36050,C - -// 35289 -[loc_35289] -active=no -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_36073,H - -// 35290 -[loc_35290] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7486 -recol2s=18955 -recol2d=19977 -recolhsl3s=7350 -recolhsl3d=7476 -recolhsl4s=7345 -recolhsl4d=7471 -recolhsl5s=7448 -recolhsl5d=7576 -recol6s=12649 -recol6d=14727 -model=model_36073,H - -// 35291 -[loc_35291] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7468 -recol2s=18955 -recol2d=13670 -recolhsl3s=7350 -recolhsl3d=7458 -recolhsl4s=7345 -recolhsl4d=7453 -recolhsl5s=7339 -recolhsl5d=7450 -recolhsl6s=7336 -recolhsl6d=7447 -model=model_35376,A -model=model_35377,G -model=model_35384,H - -// 35292 -[loc_35292] -active=no -sharelight=yes -recol1s=20012 -recol1d=20901 -recolhsl2s=7355 -recolhsl2d=5678 -recolhsl3s=7350 -recolhsl3d=5673 -recolhsl4s=7345 -recolhsl4d=5668 -recolhsl5s=7448 -recolhsl5d=5667 -recol6s=12649 -recol6d=16708 -model=model_36064,H - -// 35293 -[loc_35293] -active=no -sharelight=yes -recolhsl1s=7360 -recolhsl1d=7486 -recol2s=18955 -recol2d=19977 -recolhsl3s=7350 -recolhsl3d=7476 -recolhsl4s=7345 -recolhsl4d=7471 -recolhsl5s=7448 -recolhsl5d=7576 -recol6s=12649 -recol6d=14727 -model=model_36064,H - -// 35294 -[loc_35294] -ambient=25 -contrast=25 -msi=msi_22 -model=model_24661,1 -model=model_24662,2 -model=model_24663,3 -model=model_24664,5 - -// 35295 -[loc_35295] -ambient=25 -contrast=25 -wallwidth=32 -model=model_35923,1 - -// 35296 -[loc_35296] -ambient=25 -mirror=yes -contrast=25 -wallwidth=32 -model=model_35923,1 - -// 35297 -[loc_35297] -ambient=25 -contrast=25 -wallwidth=32 -retex1s=material_309 -retex1d=material_96 -model=model_15246,1 -model=model_24652,2 -model=model_24653,5 - -// 35298 -[loc_35298] -ambient=25 -contrast=25 -wallwidth=32 -retex1s=material_309 -retex1d=material_96 -model=model_35919,1 - -// 35299 -[loc_35299] -ambient=25 -contrast=25 -wallwidth=32 -retex1s=material_309 -retex1d=material_96 -model=model_24649,5 - -// 35300 -[loc_35300] -ambient=25 -contrast=25 -wallwidth=32 -retex1s=material_309 -retex1d=material_96 -model=model_15249,1 - -// 35301 -[loc_35301] -ambient=25 -contrast=25 -wallwidth=32 -retex1s=material_309 -retex1d=material_96 -model=model_24659,1 - -// 35302 -[loc_35302] -active=no -ambient=25 -contrast=25 -resizey=158 -retex1s=material_309 -retex1d=material_96 -model=model_14782 - -// 35303 -[loc_35303] -sharelight=yes -ambient=25 -contrast=25 -active=no -retex1s=material_309 -retex1d=material_96 -model=model_24646,1 - -// 35304 -[loc_35304] -sharelight=yes -ambient=25 -contrast=25 -active=no -retex1s=material_309 -retex1d=material_96 -model=model_24647,1 - -// 35305 -[loc_35305] -ambient=25 -contrast=25 -wallwidth=32 -model=model_35917,1 - -// 35306 -[loc_35306] -ambient=25 -contrast=25 -wallwidth=32 -model=model_35920,1 - -// 35307 -[loc_35307] -ambient=25 -contrast=25 -wallwidth=32 -retex1s=material_309 -retex1d=material_96 -model=model_15235,1 -model=model_15238,2 -model=model_15239,3 -model=model_15240,5 - -// 35308 -[loc_35308] -ambient=25 -contrast=25 -wallwidth=32 -retex1s=material_309 -retex1d=material_96 -model=model_35921,1 - -// 35309 -[loc_35309] -ambient=25 -contrast=25 -wallwidth=32 -mirror=yes -retex1s=material_309 -retex1d=material_96 -model=model_35921,1 - -// 35310 -[loc_35310] -active=no -ambient=25 -contrast=25 -wallwidth=32 -model=model_15235 - -// 35311 -[loc_35311] -ambient=25 -contrast=25 -wallwidth=32 -resizey=130 -model=model_35918,1 - -// 35312 -[loc_35312] -ambient=25 -contrast=25 -wallwidth=32 -resizey=130 -retex1s=material_309 -retex1d=material_96 -model=model_35918,1 - -// 35313 -[loc_35313] -ambient=25 -contrast=25 -wallwidth=32 -resizey=130 -model=model_35915,1 - -// 35314 -[loc_35314] -ambient=25 -contrast=25 -wallwidth=32 -resizey=130 -model=model_35922,1 - -// 35315 -[loc_35315] -ambient=25 -contrast=25 -wallwidth=32 -resizey=130 -mirror=yes -model=model_35922,1 - -// 35316 -[loc_35316] -ambient=25 -contrast=25 -offsety=-56 -retex1s=material_309 -retex1d=material_96 -retex2s=material_149 -retex2d=material_147 -model=model_15235,1 -model=model_15238,2 -model=model_15239,3 -model=model_15240,5 - -// 35317 -[loc_35317] -ambient=25 -contrast=25 -offsety=-56 -retex1s=material_309 -retex1d=material_96 -retex2s=material_149 -retex2d=material_147 -model=model_15245,1 - -// 35318 -[loc_35318] -ambient=25 -contrast=25 -wallwidth=32 -model=model_15237,1 -model=model_15242,2 -model=model_15243,3 -model=model_15244,5 - -// 35319 -[loc_35319] -ambient=25 -contrast=25 -wallwidth=32 -retex1s=material_309 -retex1d=material_96 -model=model_15241,1 -model=model_24641,3 - -// 35320 -[loc_35320] -ambient=25 -contrast=25 -wallwidth=32 -mirror=yes -model=model_15241,1 -model=model_24641,3 - -// 35321 -[loc_35321] -ambient=25 -contrast=25 -wallwidth=32 -retex1s=material_309 -retex1d=material_96 -model=model_15247,1 -model=model_15248,5 - -// 35322 -[loc_35322] -ambient=25 -contrast=25 -retex1s=material_309 -retex1d=material_96 -model=model_15245,1 - -// 35323 -[loc_35323] -ambient=25 -contrast=25 -blockrange=no -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -retex1s=material_309 -retex1d=material_96 -model=model_25117,1 - -// 35324 -[loc_35324] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_35916 - -// 35325 -[loc_35325] -active=no -sharelight=yes -hillskew=yes -mirror=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_35916 - -// 35326 -[loc_35326] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24644 - -// 35327 -[loc_35327] -active=no -sharelight=yes -hillskew=yes -mirror=yes -ambient=25 -contrast=25 -recol1s=13775 -recol1d=12683 -recol2s=12718 -recol2d=11626 -recol3s=11661 -recol3d=10569 -recol4s=10604 -recol4d=9512 -recol5s=9547 -recol5d=8455 -recol6s=8490 -recol6d=7398 -model=model_24644 - -// 35328 -[loc_35328] -active=no -sharelight=yes -ambient=10 -recol1s=13671 -recol1d=10499 -recol2s=12614 -recol2d=11556 -recol3s=11557 -recol3d=9442 -recol4s=10500 -recol4d=10499 -recol5s=9443 -recol5d=8385 -retex1s=material_160 -retex1d=material_132 -model=model_9563,1 -model=model_36049,2 -model=model_9564,3 -model=model_9565,4 -model=model_9566,5 - -// 35329 -[loc_35329] -ambient=25 -contrast=25 -retex1s=material_309 -retex1d=material_96 -model=model_15015,1 -model=model_15016,2 -model=model_15017,3 -model=model_15018,4 -model=model_15019,5 - -// 35330 -[loc_35330] -sharelight=yes -ambient=25 -contrast=25 -model=model_35931,1 -model=model_35940,5 - -// 35331 -[loc_35331] -sharelight=yes -ambient=25 -contrast=25 -model=model_35945,1 - -// 35332 -[loc_35332] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -model=model_35945,1 - -// 35333 -[loc_35333] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_309 -retex1d=material_96 -model=model_35945,1 - -// 35334 -[loc_35334] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -retex1s=material_309 -retex1d=material_96 -model=model_35945,1 - -// 35335 -[loc_35335] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_309 -retex1d=material_96 -model=model_35931,1 -model=model_35940,5 - -// 35336 -[loc_35336] -ambient=25 -contrast=25 -retex1s=material_309 -retex1d=material_96 -model=model_25096,1 -model=model_25097,2 -model=model_25098,3 -model=model_25099,5 - -// 35337 -[loc_35337] -ambient=25 -contrast=25 -recol1s=17931 -recol1d=0 -recol2s=12613 -recol2d=0 -recol3s=10499 -recol3d=0 -retex1s=material_309 -retex1d=material_96 -model=model_25096,1 -model=model_25097,2 -model=model_25098,3 -model=model_25099,5 - -// 35338 -[loc_35338] -ambient=25 -contrast=25 -recol1s=17931 -recol1d=0 -recol2s=12613 -recol2d=0 -recol3s=10499 -recol3d=0 -retex1s=material_309 -retex1d=material_96 -model=model_25087,5 - -// 35339 -[loc_35339] -ambient=25 -contrast=25 -retex1s=material_309 -retex1d=material_96 -model=model_25100,1 -model=model_25101,3 -model=model_25102,5 - -// 35340 -[loc_35340] -ambient=25 -contrast=25 -model=model_35947,1 - -// 35341 -[loc_35341] -ambient=25 -contrast=25 -retex1s=material_309 -retex1d=material_96 -model=model_25104,1 - -// 35342 -[loc_35342] -ambient=25 -contrast=25 -retex1s=material_309 -retex1d=material_96 -model=model_25104,1 - -// 35343 -[loc_35343] -ambient=25 -contrast=25 -retex1s=material_309 -retex1d=material_96 -model=model_25103,1 - -// 35344 -[loc_35344] -ambient=25 -contrast=25 -model=model_35950,5 - -// 35345 -[loc_35345] -ambient=25 -contrast=25 -mirror=yes -blockwalk=no -offsety=240 -model=model_24750,1 - -// 35346 -[loc_35346] -ambient=50 -model=model_36427,Q - -// 35347 -[loc_35347] -ambient=100 -model=model_36408,Q - -// 35348 -[loc_35348] -ambient=50 -model=model_36409,Q - -// 35349 -[loc_35349] -sharelight=yes -model=model_36340,5 - -// 35350 -[loc_35350] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5265 -recolhsl1d=5517 -recolhsl2s=5261 -recolhsl2d=5513 -recolhsl3s=5266 -recolhsl3d=5518 -retex1s=material_6 -retex1d=material_16 -model=model_33987,A -model=model_33982,S -model=model_33984,D -model=model_33981,F -model=model_33983,G -model=model_33988,H -model=model_33980,Z -model=model_33985,X -model=model_33986,C -model=model_33979,V - -// 35351 -[loc_35351] -sharelight=yes -ambient=10 -contrast=10 -recolhsl1s=5270 -recolhsl1d=12688 -recolhsl2s=5265 -recolhsl2d=12683 -recolhsl3s=5266 -recolhsl3d=12683 -recolhsl4s=5275 -recolhsl4d=12693 -recolhsl5s=5280 -recolhsl5d=12698 -recolhsl6s=5261 -recolhsl6d=12691 -retex1s=material_6 -retex1d=material_16 -model=model_33987,A -model=model_33982,S -model=model_33984,D -model=model_33981,F -model=model_33983,G -model=model_33988,H -model=model_33980,Z -model=model_33985,X -model=model_33986,C -model=model_33979,V - -// 35352 -[loc_35352] -hillchange=skew_to_fit -active=no -model=model_35030 - -// 35353 -[loc_35353] -hillchange=skew_to_fit -active=no -model=model_35336 - -// 35354 -[loc_35354] -hillchange=skew_to_fit -active=no -model=model_35155 - -// 35355 -[loc_35355] -hillskew=yes -istexture=yes -hardshadow=no -blockwalk=no -model=model_1665,0 - -// 35356 -[loc_35356] -active=no -hillchange=skew_to_fit -hardshadow=no -recol1s=352 -recol1d=1252 -model=model_35032 - -// 35357 -[loc_35357] -active=no -ambient=5 -hillchange=skew_to_fit -recol1s=16416 -recol1d=15971 -recol2s=17440 -recol2d=18055 -model=model_35007 - -// 35358 -[loc_35358] -active=no -resizey=108 -retex1s=material_9 -retex1d=material_245 -model=model_2013 - -// 35359 -[loc_35359] -active=no -resizey=105 -model=model_2014 - -// 35360 -[loc_35360] -active=no -resizey=105 -model=model_2024 - -// 35361 -[loc_35361] -active=no -resizey=105 -model=model_2023 - -// 35362 -[loc_35362] -active=no -resizey=105 -model=model_2001 - -// 35363 -[loc_35363] -active=no -resizey=105 -model=model_2000 - -// 35364 -[loc_35364] -active=no -ambient=-5 -hillchange=skew_to_fit -model=model_34953 - -// 35365 -[loc_35365] -active=no -ambient=-5 -hillchange=skew_to_fit -model=model_35078 - -// 35366 -[loc_35366] -active=no -ambient=-5 -hillchange=skew_to_fit -model=model_34978 - -// 35367 -[loc_35367] -active=no -ambient=-5 -hillchange=skew_to_fit -model=model_34991 - -// 35368 -[loc_35368] -active=no -ambient=-5 -hillchange=skew_to_fit -model=model_35331 - -// 35369 -[loc_35369] -active=no -hillchange=skew_to_fit -recol1s=6240 -recol1d=3235 -model=model_35192 - -// 35370 -[loc_35370] -active=no -ambient=-10 -hillchange=skew_to_fit -model=model_35208 - -// 35371 -[loc_35371] -active=no -hillchange=skew_to_fit -recol1s=6240 -recol1d=3235 -model=model_35192 - -// 35372 -[loc_35372] -active=no -hillchange=skew_to_fit -recol1s=6240 -recol1d=3235 -model=model_34995 - -// 35373 -[loc_35373] -active=no -hillchange=skew_to_fit -recol1s=6240 -recol1d=3235 -model=model_35236 - -// 35374 -[loc_35374] -width=3 -length=2 -active=no -hillchange=skew_to_fit -recol1s=6240 -recol1d=3203 -recol2s=1858 -recol2d=392 -model=model_35060 - -// 35375 -[loc_35375] -active=no -resizex=90 -resizez=90 -hillchange=skew_to_fit -model=model_35068 - -// 35376 -[loc_35376] -active=no -ambient=25 -resizex=125 -resizez=125 -hillchange=skew_to_fit -model=model_35276 - -// 35377 -[loc_35377] -active=no -resizex=110 -resizez=110 -hillchange=skew_to_fit -model=model_35036 - -// 35378 -[loc_35378] -active=no -resizex=100 -resizez=100 -hillchange=skew_to_fit -model=model_35307 - -// 35379 -[loc_35379] -blockrange=no -retex1s=material_88 -retex1d=material_89 -model=model_1579 -name=Mushroom - -// 35380 -[loc_35380] -blockrange=no -retex1s=material_88 -retex1d=material_89 -model=model_1722 -name=Mushrooms - -// 35381 -[loc_35381] -active=no -hillchange=skew_to_fit -model=model_35254 - -// 35382 -[loc_35382] -active=no -hillchange=skew_to_fit -model=model_35056 - -// 35383 -[loc_35383] -length=2 -model=model_35802 -name=Bed - -// 35384 -[loc_35384] -length=2 -recol1s=8456 -recol1d=14594 -recol2s=26311 -recol2d=19917 -model=model_35826 -name=Bed - -// 35385 -[loc_35385] -active=yes -ambient=25 -model=model_36428,Q -name=Painting - -// 35386 -[loc_35386] -blockwalk=yes -active=yes -ambient=25 -contrast=25 -model=model_35566 -name=Dragon's head - -// 35387 -[loc_35387] -active=yes -ambient=25 -model=model_36412,Q -name=Clothes equipment - -// 35388 -[loc_35388] -length=2 -model=model_35812 -name=Bow cabinet - -// 35389 -[loc_35389] -active=no -randomsound=150,350,20,synth_2073,synth_2074,synth_4008,synth_4006,synth_4085,synth_4124 -bgsound=synth_2184,20 -model=model_1105,0 - -// 35390 -[loc_35390] -active=no -randomsound=100,300,20,synth_1994,synth_1995,synth_1996,synth_2135,synth_2138,synth_2008,synth_2009,synth_2095,synth_2136,synth_2137,synth_2194,synth_2204,synth_2145,synth_2143 -bgsound=synth_3095,20 -model=model_1105,0 - -// 35391 -[loc_35391] -active=no -randomsound=150,350,20,synth_2070,synth_2071,synth_2073,synth_2074,synth_2075,synth_2072,synth_4009,synth_4007,synth_4085,synth_4122 -bgsound=synth_2184,20 -model=model_1105,0 - -// 35392 -[loc_35392] -active=no -randomsound=350,700,20,synth_2179,synth_2180,synth_2181,synth_2071,synth_2074,synth_2182,synth_2183,synth_2072,synth_2188,synth_2068,synth_2224,synth_4358 -bgsound=synth_3061,20 -model=model_1105,0 - -// 35393 -[loc_35393] -active=no -randomsound=250,500,20,synth_2121,synth_2122,synth_2123,synth_2125,synth_2126,synth_2008,synth_4123,synth_4358 -bgsound=synth_3061,20 -model=model_1105,0 - -// 35394 -[loc_35394] -active=no -randomsound=250,500,14,synth_3105,synth_3106,synth_3110,synth_3111,synth_3112,synth_3113,synth_4053,synth_4056,synth_4054 -bgsound=synth_3109,14 -model=model_1105,0 - -// 35395 -[loc_35395] -active=no -randomsound=250,500,12,synth_4941,synth_4942 -bgsound=synth_3109,12 -model=model_1105,0 - -// 35396 -[loc_35396] -active=no -randomsound=250,500,10,synth_2100,synth_4947,synth_4950,synth_4951,synth_4948,synth_4949 -model=model_1105,0 - -// 35397 -[loc_35397] -active=no -randomsound=400,800,20,synth_3107,synth_3108 -model=model_1105,0 - -// 35398 -[loc_35398] -active=no -randomsound=250,500,6,synth_4361,synth_4362,synth_4360 -bgsound=synth_2184,6 -model=model_1105,0 - -// 35399 -[loc_35399] -active=no -randomsound=100,225,4,synth_4115,synth_4117,synth_4118 -model=model_1105,0 - -// 35400 -[loc_35400] -active=yes -op1=Go-through -op2=Look-at -op3=Quick-pass -model=model_31006 -name=Shantay Pass - -// 35401 -[loc_35401] -active=yes -mirror=yes -op1=Open -blockrange=no -recol1s=7397 -recol1d=11592 -recol2s=6340 -recol2d=10535 -recol3s=5283 -recol3d=9478 -recol4s=4226 -recol4d=8421 -model=model_27252,1 -name=Jail Door - -// 35402 -[loc_35402] -width=2 -length=2 -active=no -hillskew=yes -shadow=no -ambient=25 -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -model=model_11795 - -// 35403 -[loc_35403] -width=2 -length=2 -active=no -hillskew=yes -shadow=no -ambient=25 -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -recol5s=14699 -recol5d=13670 -recol6s=12651 -recol6d=13670 -model=model_11796 - -// 35404 -[loc_35404] -width=2 -length=2 -active=no -hillskew=yes -shadow=no -ambient=25 -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -model=model_11797 - -// 35405 -[loc_35405] -active=no -hillskew=yes -shadow=no -ambient=25 -hardshadow=no -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -recol5s=14699 -recol5d=13670 -recol6s=12651 -recol6d=13670 -model=model_11798 - -// 35406 -[loc_35406] -active=no -hillskew=yes -shadow=no -ambient=25 -hardshadow=no -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -model=model_11799 - -// 35407 -[loc_35407] -active=no -hillskew=yes -shadow=no -ambient=25 -hardshadow=no -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -recol5s=14699 -recol5d=13670 -model=model_11800 - -// 35408 -[loc_35408] -active=no -hillskew=yes -shadow=no -ambient=25 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -model=model_12125,0 - -// 35409 -[loc_35409] -active=no -hillskew=yes -shadow=no -ambient=25 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -model=model_12126,0 - -// 35410 -[loc_35410] -active=no -hillskew=yes -shadow=no -ambient=25 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -model=model_12127,0 - -// 35411 -[loc_35411] -active=no -hillskew=yes -shadow=no -ambient=25 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -model=model_12128,0 - -// 35412 -[loc_35412] -active=no -hillskew=yes -shadow=no -ambient=25 -unknown90=yes -blockrange=no -recol1s=11594 -recol1d=13670 -recol2s=8423 -recol2d=10499 -recol3s=10537 -recol3d=12613 -recol4s=9480 -recol4d=11556 -model=model_12130,0 - -// 35413 -[loc_35413] -hillskew=yes -active=no -recol1s=13505 -recol1d=12579 -recol2s=15618 -recol2d=12579 -recol3s=14594 -recol3d=12579 -model=model_1124,0 - -// 35414 -[loc_35414] -hillskew=yes -active=no -recol1s=13505 -recol1d=12579 -recol2s=15618 -recol2d=12579 -recol3s=14594 -recol3d=12579 -model=model_1139,0 - -// 35415 -[loc_35415] -hillskew=yes -active=no -recol1s=13505 -recol1d=12579 -recol2s=15618 -recol2d=12579 -recol3s=14594 -recol3d=12579 -model=model_1032,0 - -// 35416 -[loc_35416] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36258 -name=Cactus - -// 35417 -[loc_35417] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36256 -name=Cactus - -// 35418 -[loc_35418] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36246 -name=Cactus - -// 35419 -[loc_35419] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36243 -name=Cactus - -// 35420 -[loc_35420] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36252 -name=Cactus - -// 35421 -[loc_35421] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36247 -name=Cactus - -// 35422 -[loc_35422] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36260 -name=Cactus - -// 35423 -[loc_35423] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36254 -name=Cactus - -// 35424 -[loc_35424] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36241 -name=Cactus - -// 35425 -[loc_35425] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36242 -name=Cactus - -// 35426 -[loc_35426] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36257 -name=Cactus - -// 35427 -[loc_35427] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36255 -name=Cactus - -// 35428 -[loc_35428] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36259 -name=Cactus - -// 35429 -[loc_35429] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36251 -name=Cactus - -// 35430 -[loc_35430] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -msi=msi_4 -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36244 -name=Cactus - -// 35431 -[loc_35431] -blockwalk=yes -ambient=25 -contrast=13 -shadow=no -model=model_36250,Q - -// 35432 -[loc_35432] -blockwalk=yes -ambient=25 -shadow=no -model=model_36253 -name=Plant - -// 35433 -[loc_35433] -active=no -ambient=25 -hardshadow=no -model=model_36261,0 - -// 35434 -[loc_35434] -active=no -ambient=25 -hardshadow=no -model=model_36248,0 - -// 35435 -[loc_35435] -active=no -ambient=25 -hardshadow=no -model=model_36249,0 - -// 35436 -[loc_35436] -active=no -shadow=no -anim=seq_9659 -ambient=40 -contrast=13 -model=model_36240 - -// 35437 -[loc_35437] -width=2 -length=2 -shadow=no -ambient=25 -contrast=13 -recol1s=9409 -recol1d=9479 -recol2s=11523 -recol2d=8422 -model=model_1421 -model2=model_1524 -name=Gem stall - -// 35438 -[loc_35438] -width=2 -length=2 -hillskew=yes -shadow=no -ambient=25 -contrast=13 -recol1s=9409 -recol1d=9479 -recol2s=11523 -recol2d=8422 -model=model_18521 -model2=model_18522 -model3=model_18523 -name=Information - -// 35439 -[loc_35439] -width=4 -length=4 -active=yes -shadow=no -blockrange=no -model=model_1323 -name=Gnome glider - -// 35440 -[loc_35440] -active=no -ambient=35 -contrast=13 -width=3 -length=3 -shadow=no -anim=seq_9661 -model=model_36262 - -// 35441 -[loc_35441] -active=no -ambient=35 -contrast=13 -shadow=no -model=model_36267 - -// 35442 -[loc_35442] -active=no -ambient=35 -contrast=13 -shadow=no -model=model_36265 - -// 35443 -[loc_35443] -active=no -ambient=35 -contrast=13 -width=3 -length=3 -shadow=no -anim=seq_9661 -model=model_36269 - -// 35444 -[loc_35444] -active=no -ambient=35 -contrast=13 -shadow=no -model=model_36266 - -// 35445 -[loc_35445] -active=no -ambient=35 -contrast=13 -width=3 -length=3 -shadow=no -anim=seq_9661 -model=model_36264 - -// 35446 -[loc_35446] -active=no -ambient=35 -contrast=13 -shadow=no -model=model_36263 - -// 35447 -[loc_35447] -active=no -ambient=35 -contrast=13 -shadow=no -model=model_36268 - -// 35448 -[loc_35448] -ambient=25 -shadow=no -model=model_36211 -name=Kebab cooker - -// 35449 -[loc_35449] -ambient=25 -anim=seq_4124 -recol1s=9545 -recol1d=20970 -recol2s=9543 -recol2d=22059 -recol3s=9546 -recol3d=23084 -recol4s=9544 -recol4d=23118 -recol5s=11661 -recol5d=24174 -retex1s=material_148 -retex1d=material_70 -retex2s=material_146 -retex2d=material_70 -model=model_24875 -model2=model_24873 -name=Fireplace - -// 35450 -[loc_35450] -length=2 -active=no -ambient=25 -model=model_36220 - -// 35451 -[loc_35451] -ambient=25 -contrast=20 -shadow=no -model=model_36104 -name=Chair - -// 35452 -[loc_35452] -ambient=25 -contrast=20 -shadow=no -width=2 -model=model_36115 -name=Throne - -// 35453 -[loc_35453] -ambient=25 -contrast=20 -width=2 -length=2 -shadow=no -model=model_36108 -name=Palatial table - -// 35454 -[loc_35454] -ambient=25 -contrast=20 -length=2 -shadow=no -model=model_36112 -name=Opulent table - -// 35455 -[loc_35455] -ambient=25 -contrast=20 -shadow=no -model=model_36120 -name=Mini-table - -// 35456 -[loc_35456] -ambient=25 -contrast=20 -width=2 -length=2 -shadow=no -model=model_36108 -model2=model_36119 -name=A display case - -// 35457 -[loc_35457] -ambient=25 -contrast=20 -shadow=no -model=model_36116 -name=Large urns - -// 35458 -[loc_35458] -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36116 -name=Urns - -// 35459 -[loc_35459] -active=no -forcedecor=yes -ambient=25 -unknown90=yes -model=model_36127,0 - -// 35460 -[loc_35460] -active=no -forcedecor=yes -ambient=25 -sharelight=yes -unknown90=yes -model=model_36129,0 - -// 35461 -[loc_35461] -active=no -forcedecor=yes -ambient=25 -mirror=yes -sharelight=yes -unknown90=yes -model=model_36129,0 - -// 35462 -[loc_35462] -active=no -forcedecor=yes -ambient=25 -sharelight=yes -unknown90=yes -model=model_36130,0 - -// 35463 -[loc_35463] -active=no -forcedecor=yes -ambient=25 -mirror=yes -sharelight=yes -unknown90=yes -model=model_36130,0 - -// 35464 -[loc_35464] -active=no -forcedecor=yes -ambient=25 -sharelight=yes -unknown90=yes -model=model_36126,0 - -// 35465 -[loc_35465] -active=no -forcedecor=yes -ambient=25 -mirror=yes -sharelight=yes -unknown90=yes -model=model_36126,0 - -// 35466 -[loc_35466] -active=no -forcedecor=yes -ambient=25 -sharelight=yes -unknown90=yes -model=model_36131,0 - -// 35467 -[loc_35467] -active=no -forcedecor=yes -ambient=25 -mirror=yes -sharelight=yes -unknown90=yes -model=model_36131,0 - -// 35468 -[loc_35468] -active=no -forcedecor=yes -ambient=25 -sharelight=yes -unknown90=yes -model=model_36125,0 - -// 35469 -[loc_35469] -ambient=10 -contrast=25 -shadow=no -length=4 -width=4 -anim=seq_9660 -bgsound=synth_2151,10 -model=model_36132 -name=Carved fountain - -// 35470 -[loc_35470] -ambient=25 -contrast=20 -shadow=no -op1=Open -model=model_36122 -name=Ornate Chest - -// 35471 -[loc_35471] -ambient=25 -contrast=20 -shadow=no -op1=Close -op2=Search -model=model_36105 -name=Ornate chest - -// 35472 -[loc_35472] -active=no -ambient=50 -contrast=-4 -shadow=no -model=model_36103,Q - -// 35473 -[loc_35473] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36124 - -// 35474 -[loc_35474] -ambient=25 -shadow=no -length=2 -model=model_36111 -name=Divan - -// 35475 -[loc_35475] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36154,Q - -// 35476 -[loc_35476] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36154,Q - -// 35477 -[loc_35477] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36158,Q - -// 35478 -[loc_35478] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36140,Q - -// 35479 -[loc_35479] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36151,Q - -// 35480 -[loc_35480] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36151,Q - -// 35481 -[loc_35481] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36166,Q - -// 35482 -[loc_35482] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36166,Q - -// 35483 -[loc_35483] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36161,Q - -// 35484 -[loc_35484] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36146,Q - -// 35485 -[loc_35485] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36160,1 -model=model_36168,2 - -// 35486 -[loc_35486] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36147,1 -model=model_36156,3 -model=model_36175,4 - -// 35487 -[loc_35487] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36150,1 - -// 35488 -[loc_35488] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36144,1 - -// 35489 -[loc_35489] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36162,1 - -// 35490 -[loc_35490] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36144,1 - -// 35491 -[loc_35491] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36162,1 - -// 35492 -[loc_35492] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36145,1 -model=model_36134,3 - -// 35493 -[loc_35493] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36155,1 - -// 35494 -[loc_35494] -active=no -ambient=25 -contrast=20 -model=model_36176 - -// 35495 -[loc_35495] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36176 - -// 35496 -[loc_35496] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36138,1 - -// 35497 -[loc_35497] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36138,1 - -// 35498 -[loc_35498] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36173,1 - -// 35499 -[loc_35499] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36173,1 - -// 35500 -[loc_35500] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36141,1 - -// 35501 -[loc_35501] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36141,1 - -// 35502 -[loc_35502] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36165,1 -model=model_36167,2 - -// 35503 -[loc_35503] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36157,1 - -// 35504 -[loc_35504] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36149,1 - -// 35505 -[loc_35505] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36149,1 - -// 35506 -[loc_35506] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36143,1 -model=model_36153,2 -model=model_36172,3 - -// 35507 -[loc_35507] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36152,3 - -// 35508 -[loc_35508] -active=no -ambient=50 -contrast=20 -resizex=192 -resizey=192 -resizez=192 -length=6 -width=6 -model=model_36113 - -// 35509 -[loc_35509] -active=no -ambient=50 -contrast=20 -length=4 -width=4 -model=model_36106 - -// 35510 -[loc_35510] -active=no -ambient=50 -contrast=20 -length=4 -width=4 -shadow=no -model=model_36121 - -// 35511 -[loc_35511] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36164,1 -model=model_36163,4 - -// 35512 -[loc_35512] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36170,1 - -// 35513 -[loc_35513] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36142 - -// 35514 -[loc_35514] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36159 - -// 35515 -[loc_35515] -active=no -ambient=25 -contrast=20 -shadow=no -mirror=yes -model=model_36142 - -// 35516 -[loc_35516] -ambient=25 -contrast=20 -shadow=no -op1=Climb-up -width=3 -active=yes -model=model_36117 -name=Steps - -// 35517 -[loc_35517] -ambient=25 -contrast=20 -shadow=no -width=3 -model=model_36109 -name=Steps - -// 35518 -[loc_35518] -ambient=25 -contrast=20 -shadow=no -op1=Climb-down -width=3 -active=yes -model=model_36097 -name=Steps - -// 35519 -[loc_35519] -raiseobject=no -ambient=25 -contrast=20 -shadow=no -resizey=124 -model=model_36137,1 - -// 35520 -[loc_35520] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=20 -shadow=no -resizey=124 -model=model_36137,1 -name=Large door - -// 35521 -[loc_35521] -raiseobject=no -mirror=yes -shadow=no -ambient=25 -contrast=20 -resizey=124 -model=model_36137,1 - -// 35522 -[loc_35522] -raiseobject=no -shadow=no -ambient=25 -contrast=20 -resizey=124 -model=model_36137,1 - -// 35523 -[loc_35523] -raiseobject=no -ambient=25 -contrast=20 -shadow=no -resizey=124 -model=model_36137,1 - -// 35524 -[loc_35524] -raiseobject=no -shadow=no -ambient=25 -contrast=20 -resizey=124 -model=model_36137,1 - -// 35525 -[loc_35525] -shadow=no -ambient=50 -contrast=20 -model=model_36107 -name=Werewolf statue - -// 35526 -[loc_35526] -shadow=no -ambient=50 -contrast=20 -model=model_36100 -name=Statue - -// 35527 -[loc_35527] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36169,1 -model=model_36139,3 -model=model_36133,4 - -// 35528 -[loc_35528] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36135,4 - -// 35529 -[loc_35529] -active=no -ambient=25 -contrast=20 -shadow=no -model=model_36148,1 - -// 35530 -[loc_35530] -active=no -ambient=25 -contrast=20 -shadow=no -width=2 -length=3 -model=model_36118 - -// 35531 -[loc_35531] -active=no -ambient=25 -contrast=20 -shadow=no -width=2 -length=3 -model=model_36110 - -// 35532 -[loc_35532] -active=no -ambient=25 -contrast=20 -shadow=no -width=2 -length=3 -model=model_36102 - -// 35533 -[loc_35533] -op1=Climb-up -forceapproach=east -ambient=25 -contrast=20 -shadow=no -width=2 -length=2 -msi=msi_7 -model=model_36114 -name=Staircase - -// 35534 -[loc_35534] -op1=Climb-down -forceapproach=east -ambient=25 -contrast=20 -shadow=no -width=2 -length=2 -msi=msi_7 -model=model_36123 -model=model_36098 -name=Staircase - -// 35535 -[loc_35535] -active=no -shadow=no -ambient=30 -sharelight=yes -resizey=86 -ambient=25 -contrast=20 -msi=msi_9 -model=model_22214 - -// 35536 -[loc_35536] -active=no -shadow=no -ambient=30 -sharelight=yes -resizey=86 -ambient=25 -contrast=20 -msi=msi_9 -model=model_22215 - -// 35537 -[loc_35537] -active=no -shadow=no -ambient=30 -sharelight=yes -resizey=86 -ambient=25 -contrast=20 -msi=msi_9 -model=model_36101 - -// 35538 -[loc_35538] -active=no -shadow=no -ambient=30 -sharelight=yes -resizey=86 -ambient=25 -contrast=20 -mirror=yes -msi=msi_9 -model=model_36101 - -// 35539 -[loc_35539] -active=no -ambient=20 -contrast=10 -sharelight=yes -recol1s=4261 -recol1d=10534 -recol2s=3170 -recol2d=8420 -recol3s=11721 -recol3d=17931 -recol4s=7462 -recol4d=16874 -recol5s=4258 -recol5d=8420 -model=model_36207,4 -model=model_36205,A -model=model_36208,G -model=model_36206,H - -// 35540 -[loc_35540] -op1=Open -blockrange=no -model=model_27252,1 -name=Cell door - -// 35541 -[loc_35541] -op1=Close -blockrange=no -model=model_27252,1 -name=Cell door - -// 35542 -[loc_35542] -sharelight=yes -ambient=20 -contrast=10 -op1=Go-through -op2=Look-at -op3=Quick-pass -model=model_36230 -name=Shantay Pass - -// 35543 -[loc_35543] -sharelight=yes -ambient=20 -contrast=10 -msi=msi_14 -op1=Go-through -op2=Look-at -op3=Quick-pass -model=model_36229 -name=Shantay Pass - -// 35544 -[loc_35544] -sharelight=yes -ambient=20 -contrast=10 -op1=Go-through -op2=Look-at -op3=Quick-pass -model=model_36217 -name=Shantay Pass - -// 35545 -[loc_35545] -sharelight=yes -ambient=20 -contrast=10 -op1=Go-through -op2=Look-at -op3=Quick-pass -model=model_36231 -name=Shantay Pass - -// 35546 -[loc_35546] -sharelight=yes -ambient=20 -contrast=10 -op1=Go-through -op2=Look-at -op3=Quick-pass -model=model_36224 -name=Shantay Pass - -// 35547 -[loc_35547] -sharelight=yes -ambient=20 -contrast=10 -op1=Go-through -op2=Look-at -op3=Quick-pass -model=model_36234 -name=Shantay Pass - -// 35548 -[loc_35548] -sharelight=yes -ambient=20 -contrast=10 -op1=Go-through -op2=Look-at -op3=Quick-pass -model=model_36212 -name=Shantay Pass - -// 35549 -[loc_35549] -contrast=25 -ambient=25 -active=yes -op1=Open -op4=Pay-toll(10gp) -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_36192,1 -name=Gate - -// 35550 -[loc_35550] -contrast=25 -ambient=25 -active=yes -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_36192,1 -name=Gate - -// 35551 -[loc_35551] -contrast=25 -ambient=25 -active=yes -op1=Open -op4=Pay-toll(10gp) -mirror=yes -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_36192,1 -name=Gate - -// 35552 -[loc_35552] -contrast=25 -ambient=25 -active=yes -mirror=yes -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_36192,1 -name=Gate - -// 35553 -[loc_35553] -active=no -ambient=20 -contrast=10 -width=2 -length=2 -sharelight=yes -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_36191 - -// 35554 -[loc_35554] -active=no -hillskew=yes -ambient=20 -contrast=10 -sharelight=yes -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_36193,1 - -// 35555 -[loc_35555] -active=yes -ambient=40 -contrast=15 -recol1s=12613 -recol1d=6308 -recol2s=9442 -recol2d=9479 -model=model_34356 -name=Danger sign - -// 35556 -[loc_35556] -active=no -contrast=45 -ambient=45 -blockwalk=no -msi=msi_22 -model=model_36182,1 - -// 35557 -[loc_35557] -active=no -contrast=45 -ambient=45 -blockwalk=no -msi=msi_22 -model=model_36179,1 - -// 35558 -[loc_35558] -active=no -contrast=45 -ambient=45 -blockwalk=no -mirror=yes -offsety=48 -msi=msi_22 -model=model_36182,1 - -// 35559 -[loc_35559] -active=no -contrast=45 -ambient=45 -blockwalk=no -mirror=yes -offsety=48 -msi=msi_22 -model=model_36179,1 - -// 35560 -[loc_35560] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_29798,1 -model=model_29799,3 -model=model_29808,5 - -// 35561 -[loc_35561] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -msi=msi_22 -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_29798,1 -model=model_29799,3 -model=model_29808,5 - -// 35562 -[loc_35562] -active=no -contrast=45 -ambient=45 -wallwidth=17 -offsety=-40 -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -retex1s=material_555 -retex1d=material_565 -model=model_29798,1 -model=model_29799,3 -model=model_29808,5 - -// 35563 -[loc_35563] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_29856,1 - -// 35564 -[loc_35564] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_29856,1 - -// 35565 -[loc_35565] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_36181,1 - -// 35566 -[loc_35566] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_36181,1 - -// 35567 -[loc_35567] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_29800,1 -model=model_29787,5 - -// 35568 -[loc_35568] -active=no -contrast=45 -ambient=45 -wallwidth=17 -offsety=-20 -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_29800,1 -model=model_29787,5 - -// 35569 -[loc_35569] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_36190,1 - -// 35570 -[loc_35570] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29798,1 -model=model_29799,3 -model=model_29808,5 - -// 35571 -[loc_35571] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29798,1 -model=model_29799,3 -model=model_29808,5 - -// 35572 -[loc_35572] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_36187,1 - -// 35573 -[loc_35573] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_36185,1 - -// 35574 -[loc_35574] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -mirror=yes -model=model_36185,1 - -// 35575 -[loc_35575] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29806,1 - -// 35576 -[loc_35576] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -model=model_29805,1 - -// 35577 -[loc_35577] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -model=model_29802,1 - -// 35578 -[loc_35578] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -msi=msi_22 -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_36188,1 - -// 35579 -[loc_35579] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_36186,1 - -// 35580 -[loc_35580] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_36189,1 - -// 35581 -[loc_35581] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_36186,1 - -// 35582 -[loc_35582] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -recol1s=20970 -recol1d=24174 -recol2s=22027 -recol2d=24174 -recol3s=23084 -recol3d=23118 -recol4s=24174 -recol4d=23118 -recol5s=29392 -recol5d=24174 -model=model_36189,1 - -// 35583 -[loc_35583] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29794,1 -model=model_29814,3 -model=model_29791,4 - -// 35584 -[loc_35584] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29812,1 -model=model_29801,4 - -// 35585 -[loc_35585] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29812,1 -model=model_29801,4 - -// 35586 -[loc_35586] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29797,1 - -// 35587 -[loc_35587] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29793,1 - -// 35588 -[loc_35588] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -retex1s=material_555 -retex1d=material_565 -model=model_29793,1 - -// 35589 -[loc_35589] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29796,1 - -// 35590 -[loc_35590] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29809,1 - -// 35591 -[loc_35591] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -model=model_29796,1 - -// 35592 -[loc_35592] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -model=model_29809,1 - -// 35593 -[loc_35593] -active=no -contrast=45 -ambient=45 -wallwidth=17 -sharelight=yes -model=model_29800,1 -model=model_29787,5 - -// 35594 -[loc_35594] -active=no -contrast=45 -ambient=45 -blockwalk=no -sharelight=yes -model=model_29835 - -// 35595 -[loc_35595] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29810,8 -model=model_29807,1 - -// 35596 -[loc_35596] -active=no -contrast=45 -ambient=45 -msi=msi_22 -mirror=yes -sharelight=yes -model=model_29834 - -// 35597 -[loc_35597] -active=no -contrast=45 -ambient=45 -mirror=yes -sharelight=yes -model=model_29810,8 -model=model_29807,1 - -// 35598 -[loc_35598] -active=no -contrast=45 -ambient=45 -wallwidth=17 -msi=msi_22 -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29856,1 - -// 35599 -[loc_35599] -active=no -contrast=45 -ambient=45 -wallwidth=17 -msi=msi_22 -sharelight=yes -model=model_29856,1 - -// 35600 -[loc_35600] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -retex1s=material_565 -retex1d=material_555 -model=model_29856,1 - -// 35601 -[loc_35601] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -sharelight=yes -model=model_29856,1 - -// 35602 -[loc_35602] -active=no -contrast=45 -ambient=45 -wallwidth=17 -msi=msi_22 -offsety=-20 -sharelight=yes -model=model_29856,1 - -// 35603 -[loc_35603] -active=no -contrast=45 -ambient=45 -wallwidth=17 -msi=msi_22 -offsety=-20 -sharelight=yes -model=model_29856,1 - -// 35604 -[loc_35604] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -offsety=-20 -sharelight=yes -model=model_29856,1 - -// 35605 -[loc_35605] -active=no -contrast=45 -ambient=45 -wallwidth=17 -mirror=yes -offsety=-20 -sharelight=yes -model=model_29856,1 - -// 35606 -[loc_35606] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_36209,1 - -// 35607 -[loc_35607] -active=no -contrast=45 -ambient=45 -offsety=-20 -sharelight=yes -model=model_29827,1 -model=model_29831,3 -model=model_29825,4 -model=model_29832,5 - -// 35608 -[loc_35608] -active=no -contrast=45 -ambient=45 -offsety=-40 -sharelight=yes -model=model_29827,1 -model=model_29831,3 -model=model_29825,4 -model=model_29832,5 - -// 35609 -[loc_35609] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29848,1 - -// 35610 -[loc_35610] -active=no -contrast=45 -ambient=45 -mirror=yes -sharelight=yes -model=model_29848,1 - -// 35611 -[loc_35611] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29846,1 - -// 35612 -[loc_35612] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29823,1 - -// 35613 -[loc_35613] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29829,1 - -// 35614 -[loc_35614] -active=no -contrast=45 -ambient=45 -mirror=yes -sharelight=yes -model=model_29829,1 - -// 35615 -[loc_35615] -active=no -contrast=45 -ambient=45 -mirror=yes -sharelight=yes -model=model_29828,1 - -// 35616 -[loc_35616] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29816,1 - -// 35617 -[loc_35617] -active=no -contrast=45 -ambient=45 -sharelight=yes -model=model_29820,1 - -// 35618 -[loc_35618] -active=no -contrast=45 -ambient=45 -mirror=yes -sharelight=yes -model=model_29820,1 - -// 35619 -[loc_35619] -active=no -recol1s=25067 -recol1d=23650 -recol2s=21896 -recol2d=29830 -recol3s=17734 -recol3d=23616 -recol4s=19847 -recol4d=28010 -recol5s=16676 -recol5d=25830 -recol6s=12482 -recol6d=18562 -model=model_29860,Q - -// 35620 -[loc_35620] -active=no -model=model_36238,Q - -// 35621 -[loc_35621] -active=no -model=model_29860,Q - -// 35622 -[loc_35622] -shadow=no -sharelight=yes -blockwalk=no -ambient=35 -contrast=35 -active=no -recol1s=18037 -recol1d=23218 -recol2s=16524 -recol2d=16842 -recol3s=17542 -recol3d=13705 -recol4s=5292 -recol4d=22159 -recol5s=6342 -recol5d=16842 -recol6s=3178 -recol6d=22159 -model=model_24629,1 - -// 35623 -[loc_35623] -shadow=no -sharelight=yes -ambient=35 -contrast=35 -active=no -recol1s=23356 -recol1d=23218 -recol2s=21276 -recol2d=22159 -model=model_24633,A -model=model_24634,G - -// 35624 -[loc_35624] -shadow=no -sharelight=yes -ambient=35 -contrast=35 -active=no -recol1s=21276 -recol1d=23218 -recol2s=18037 -recol2d=22159 -recol3s=5292 -recol3d=20013 -model=model_24635,A -model=model_24636,S - -// 35625 -[loc_35625] -shadow=no -sharelight=yes -occlude=yes -ambient=35 -contrast=35 -active=no -recol1s=23356 -recol1d=23218 -recol2s=3181 -recol2d=20013 -model=model_24631,H - -// 35626 -[loc_35626] -shadow=no -sharelight=yes -occlude=yes -ambient=35 -contrast=35 -active=no -recol1s=18037 -recol1d=23218 -recol2s=16524 -recol2d=16842 -recol3s=17542 -recol3d=13705 -recol4s=5292 -recol4d=22159 -recol5s=9476 -recol5d=11524 -model=model_24637,1 -model=model_24638,5 - -// 35627 -[loc_35627] -shadow=no -sharelight=yes -ambient=35 -contrast=35 -active=no -recol1s=18037 -recol1d=23218 -recol2s=16524 -recol2d=16842 -recol3s=17542 -recol3d=13705 -recol4s=5292 -recol4d=22159 -recol5s=9476 -recol5d=11524 -model=model_24628,1 - -// 35628 -[loc_35628] -shadow=no -sharelight=yes -mirror=yes -ambient=35 -contrast=35 -active=no -recol1s=18037 -recol1d=23218 -recol2s=16524 -recol2d=16842 -recol3s=17542 -recol3d=13705 -recol4s=5292 -recol4d=22159 -recol5s=9476 -recol5d=11524 -model=model_24628,1 - -// 35629 -[loc_35629] -shadow=no -sharelight=yes -ambient=35 -contrast=35 -active=no -recol1s=23356 -recol1d=23218 -recol2s=3181 -recol2d=22159 -model=model_36178,H - -// 35630 -[loc_35630] -ambient=30 -contrast=30 -active=yes -op1=Open -offsety=-20 -recol1s=14626 -recol1d=9479 -recol2s=12512 -recol2d=7365 -recol3s=13569 -recol3d=6308 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 35631 -[loc_35631] -ambient=30 -contrast=30 -active=yes -op1=Close -offsety=-20 -recol1s=14626 -recol1d=9479 -recol2s=12512 -recol2d=7365 -recol3s=13569 -recol3d=6308 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 35632 -[loc_35632] -active=no -contrast=45 -ambient=45 -model=model_36197,1 -model=model_36199,4 - -// 35633 -[loc_35633] -active=no -contrast=45 -ambient=45 -model=model_36196,1 -model=model_36203,4 - -// 35634 -[loc_35634] -active=no -contrast=45 -ambient=45 -mirror=yes -model=model_36196,1 -model=model_36203,4 - -// 35635 -[loc_35635] -active=no -contrast=45 -ambient=45 -model=model_36195,8 -model=model_36198,H - -// 35636 -[loc_35636] -active=no -contrast=45 -ambient=45 -model=model_36201,A -model=model_36202,Z -model=model_36204,V - -// 35637 -[loc_35637] -active=no -contrast=45 -ambient=45 -model=model_36200,G - -// 35638 -[loc_35638] -active=no -ambient=15 -contrast=15 -length=2 -model=model_30265 - -// 35639 -[loc_35639] -ambient=35 -contrast=25 -recol1s=8386 -recol1d=4194 -recol2s=7329 -recol2d=5251 -recol3s=6272 -recol3d=6308 -model=model_24893 -name=Shelf - -// 35640 -[loc_35640] -ambient=35 -contrast=25 -recol1s=8386 -recol1d=4194 -recol2s=7329 -recol2d=5251 -recol3s=6272 -recol3d=6308 -model=model_24894 -name=Shelf - -// 35641 -[loc_35641] -ambient=35 -contrast=25 -recol1s=8386 -recol1d=4194 -recol2s=7329 -recol2d=5251 -recol3s=6272 -recol3d=6308 -model=model_24895 -name=Shelf - -// 35642 -[loc_35642] -ambient=35 -contrast=25 -model=model_36222 -name=Round table - -// 35643 -[loc_35643] -active=no -recol1s=20933 -recol1d=8422 -recol2s=7329 -recol2d=6308 -model=model_10089 - -// 35644 -[loc_35644] -active=no -contrast=45 -ambient=45 -length=3 -sharelight=yes -model=model_36184 - -// 35645 -[loc_35645] -active=yes -contrast=45 -ambient=45 -op1=Climb-down -model=model_36177,0 -name=Stairs - -// 35646 -[loc_35646] -active=yes -contrast=45 -ambient=45 -op1=Climb-up -model=model_36183 -name=Stairs - -// 35647 -[loc_35647] -contrast=45 -ambient=35 -op1=Use -op2=Use-quickly -op3=Collect -blockrange=no -model=model_36235 -model2=model_36226 -name=Bank booth - -// 35648 -[loc_35648] -contrast=45 -ambient=25 -blockrange=no -model=model_36235 -model2=model_36225 -name=Bank booth - -// 35649 -[loc_35649] -anim=seq_4128 -offsetx=17 -ambient=45 -contrast=35 -recol1s=13571 -recol1d=6308 -recol2s=13604 -recol2d=8422 -recol3s=14695 -recol3d=10536 -recol4s=10467 -recol4d=5251 -model=model_25207 -model2=model_25208 -name=Sign - -// 35650 -[loc_35650] -contrast=20 -ambient=10 -model=model_36213 -name=Cushioned chair - -// 35651 -[loc_35651] -contrast=20 -ambient=10 -model=model_36236 -name=Cushioned chair - -// 35652 -[loc_35652] -contrast=20 -ambient=10 -mirror=yes -model=model_36236 -name=Cushioned chair - -// 35653 -[loc_35653] -contrast=20 -ambient=10 -model=model_36216 -name=Cushioned chair - -// 35654 -[loc_35654] -contrast=20 -ambient=10 -model=model_36215 -name=Cushioned chair - -// 35655 -[loc_35655] -contrast=20 -ambient=10 -model=model_36210 -name=Cushioned chair - -// 35656 -[loc_35656] -contrast=20 -ambient=10 -model=model_36214 -name=Cushioned chair - -// 35657 -[loc_35657] -contrast=20 -ambient=10 -recol1s=9376 -recol1d=4130 -recol2s=13604 -recol2d=9316 -recol3s=8320 -recol3d=2082 -recol4s=10433 -recol4d=5154 -recol5s=11490 -recol5d=7202 -recol6s=12547 -recol6d=10371 -model=model_36213 -name=Padded chair - -// 35658 -[loc_35658] -contrast=20 -ambient=10 -recol1s=9376 -recol1d=4130 -recol2s=13604 -recol2d=9316 -recol3s=8320 -recol3d=2082 -recol4s=10433 -recol4d=5154 -recol5s=11490 -recol5d=7202 -recol6s=12547 -recol6d=10371 -model=model_36236 -name=Padded chair - -// 35659 -[loc_35659] -contrast=20 -ambient=10 -mirror=yes -recol1s=9376 -recol1d=4130 -recol2s=13604 -recol2d=9316 -recol3s=8320 -recol3d=2082 -recol4s=10433 -recol4d=5154 -recol5s=11490 -recol5d=7202 -recol6s=12547 -recol6d=10371 -model=model_36236 -name=Padded chair - -// 35660 -[loc_35660] -contrast=20 -ambient=10 -recol1s=9376 -recol1d=4130 -recol2s=13604 -recol2d=9316 -recol3s=8320 -recol3d=2082 -recol4s=10433 -recol4d=5154 -recol5s=11490 -recol5d=7202 -recol6s=12547 -recol6d=10371 -model=model_36216 -name=Padded chair - -// 35661 -[loc_35661] -contrast=20 -ambient=10 -recol1s=9376 -recol1d=4130 -recol2s=13604 -recol2d=9316 -recol3s=8320 -recol3d=2082 -recol4s=10433 -recol4d=5154 -recol5s=11490 -recol5d=7202 -recol6s=12547 -recol6d=10371 -model=model_36215 -name=Padded chair - -// 35662 -[loc_35662] -contrast=35 -ambient=25 -width=2 -model=model_29714 -name=Stone table - -// 35663 -[loc_35663] -contrast=35 -ambient=25 -width=2 -model=model_36219 -name=Vast table - -// 35664 -[loc_35664] -contrast=35 -ambient=25 -width=2 -model=model_36219 -model2=model_15206 -name=Messy table - -// 35665 -[loc_35665] -contrast=35 -ambient=25 -model=model_36233 -name=Crescent table - -// 35666 -[loc_35666] -active=no -contrast=45 -ambient=45 -width=2 -recol1s=8385 -recol1d=6341 -recol2s=8354 -recol2d=6244 -recol3s=10499 -recol3d=6308 -recol4s=15789 -recol4d=8422 -recol5s=11556 -recol5d=6308 -recol6s=13670 -recol6d=9479 -model=model_24843 - -// 35667 -[loc_35667] -contrast=35 -ambient=25 -width=2 -length=2 -model=model_36237 -name=Large bed - -// 35668 -[loc_35668] -contrast=35 -ambient=25 -length=2 -model=model_36227 -name=Small bed - -// 35669 -[loc_35669] -contrast=35 -ambient=25 -model=model_29716 -name=Stylish stool - -// 35670 -[loc_35670] -contrast=35 -ambient=25 -model=model_36218 -name=Ornate vase - -// 35671 -[loc_35671] -ambient=20 -contrast=10 -width=2 -length=2 -model=model_36228 -name=Well - -// 35672 -[loc_35672] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=11457 -recol1d=6308 -recol2s=12514 -recol2d=7365 -recol3s=16708 -recol3d=8422 -model=model_5187 -name=Ladder - -// 35673 -[loc_35673] -active=yes -op1=Climb-down -msi=msi_7 -forcedecor=yes -recol1s=11457 -recol1d=6308 -recol2s=12514 -recol2d=7365 -recol3s=16708 -recol3d=8422 -recol4s=0 -recol4d=17833 -recol5s=4228 -recol5d=19913 -model=model_9504 -name=Ladder - -// 35674 -[loc_35674] -ambient=20 -contrast=20 -model=model_28580,Q - -// 35675 -[loc_35675] -active=no -blockwalk=no -recol1s=15392 -recol1d=13508 -recol2s=0 -recol2d=11394 -recol3s=24265 -recol3d=9280 -model=model_36232,0 - -// 35676 -[loc_35676] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31069 - -// 35677 -[loc_35677] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31070 - -// 35678 -[loc_35678] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31062 - -// 35679 -[loc_35679] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31071 - -// 35680 -[loc_35680] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31061 - -// 35681 -[loc_35681] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31065 - -// 35682 -[loc_35682] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31067 - -// 35683 -[loc_35683] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31065 - -// 35684 -[loc_35684] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31068 - -// 35685 -[loc_35685] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31073 - -// 35686 -[loc_35686] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31064 - -// 35687 -[loc_35687] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31072 - -// 35688 -[loc_35688] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=35 -contrast=35 -raiseobject=yes -recol1s=7562 -recol1d=6541 -recol2s=7493 -recol2d=13670 -model=model_31063 - -// 35689 -[loc_35689] -raiseobject=no -ambient=25 -contrast=20 -shadow=no -resizey=124 -recol1s=14626 -recol1d=9479 -recol2s=12512 -recol2d=7365 -recol3s=13569 -recol3d=6308 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 - -// 35690 -[loc_35690] -mirror=yes -raiseobject=no -ambient=25 -contrast=20 -shadow=no -resizey=124 -recol1s=14626 -recol1d=9479 -recol2s=12512 -recol2d=7365 -recol3s=13569 -recol3d=6308 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 - -// 35691 -[loc_35691] -raiseobject=no -mirror=yes -shadow=no -ambient=25 -contrast=20 -resizey=124 -recol1s=14626 -recol1d=9479 -recol2s=12512 -recol2d=7365 -recol3s=13569 -recol3d=6308 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 - -// 35692 -[loc_35692] -raiseobject=no -shadow=no -ambient=25 -contrast=20 -resizey=124 -recol1s=14626 -recol1d=9479 -recol2s=12512 -recol2d=7365 -recol3s=13569 -recol3d=6308 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 - -// 35693 -[loc_35693] -active=no -shadow=no -blockwalk=no -model=model_596 - -// 35694 -[loc_35694] -bgsound=synth_4954,10 -active=no -model=model_1105,0 - -// 35695 -[loc_35695] -bgsound=synth_4953,10 -active=no -model=model_1105,0 - -// 35696 -[loc_35696] -bgsound=synth_4952,10 -active=no -model=model_1105,0 - -// 35697 -[loc_35697] -bgsound=synth_2198,3 -active=no -model=model_1105,0 - -// 35698 -[loc_35698] -bgsound=synth_2199,3 -active=no -model=model_1105,0 - -// 35699 -[loc_35699] -bgsound=synth_2200,3 -active=no -model=model_1105,0 - -// 35700 -[loc_35700] -bgsound=synth_4939,3 -active=no -model=model_1105,0 - -// 35701 -[loc_35701] -bgsound=synth_4938,3 -active=no -model=model_1105,0 - -// 35702 -[loc_35702] -bgsound=synth_4937,3 -active=no -model=model_1105,0 - -// 35703 -[loc_35703] -bgsound=synth_4088,10 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 35704 -[loc_35704] -active=no -shadow=no -blockwalk=no -randomsound=50,150,5,synth_4122,synth_2009,synth_3048,synth_4123 -model=model_34351,Q - -// 35705 -[loc_35705] -active=no -shadow=no -blockwalk=no -randomsound=50,150,5,synth_1992,synth_1993 -model=model_34351,Q - -// 35706 -[loc_35706] -active=no -shadow=no -blockwalk=no -randomsound=50,150,5,synth_4089,synth_4124,synth_2008,synth_4123 -model=model_34351,Q - -// 35707 -[loc_35707] -bgsound=synth_3109,15 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 35708 -[loc_35708] -active=no -shadow=no -blockwalk=no -randomsound=100,250,5,synth_1995,synth_3049,synth_1996 -model=model_34351,Q - -// 35709 -[loc_35709] -bgsound=synth_2151,5 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 35710 -[loc_35710] -bgsound=synth_4955,15 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 35711 -[loc_35711] -bgsound=synth_4940,10 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 35712 -[loc_35712] -bgsound=synth_2209,10 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 35713 -[loc_35713] -active=no -shadow=no -blockwalk=no -randomsound=50,100,10,synth_4482,synth_4479,synth_4481,synth_4490 -model=model_34351,Q - -// 35714 -[loc_35714] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_36025,0 - -// 35715 -[loc_35715] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_36029,0 - -// 35716 -[loc_35716] -active=no -ambient=25 -hillchange=skew_to_fit -model=model_34964 - -// 35717 -[loc_35717] -active=no -ambient=25 -mirror=yes -hillchange=skew_to_fit -model=model_34964 - -// 35718 -[loc_35718] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_36028,0 - -// 35719 -[loc_35719] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_36030,0 - -// 35720 -[loc_35720] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_36026,0 - -// 35721 -[loc_35721] -active=no -ambient=20 -contrast=20 -forcedecor=yes -hardshadow=no -unknown90=yes -model=model_36027,0 - -// 35722 -[loc_35722] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_35661,1 - -// 35723 -[loc_35723] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_35660,1 - -// 35724 -[loc_35724] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -mirror=yes -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -model=model_35660,1 - -// 35725 -[loc_35725] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=11625 -recol1d=7398 -recol2s=12682 -recol2d=9512 -recol3s=13739 -recol3d=11626 -recol4s=13672 -recol4d=7330 -recol5s=15786 -recol5d=9444 -recol6s=26387 -recol6d=16843 -retex1s=material_309 -retex1d=material_96 -model=model_27314,1 - -// 35726 -[loc_35726] -active=no -blockwalk=yes -wallwidth=16 -contrast=25 -ambient=25 -recol1s=17931 -recol1d=16843 -recol2s=12613 -recol2d=9444 -recol3s=10499 -recol3d=7330 -recol4s=384 -recol4d=32767 -model=model_35952,1 -model=model_35949,2 -model=model_35951,5 - -// 35727 -[loc_35727] -active=no -hillchange=skew_to_fit -model=model_35231 - -// 35728 -[loc_35728] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -retex1s=material_146 -retex1d=material_148 -retex2s=material_67 -retex2d=material_70 -model=model_26949,1 -model=model_26946,4 - -// 35729 -[loc_35729] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -retex1s=material_146 -retex1d=material_148 -retex2s=material_67 -retex2d=material_70 -model=model_26952,1 - -// 35730 -[loc_35730] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -retex1s=material_146 -retex1d=material_148 -retex2s=material_67 -retex2d=material_70 -model=model_26950,1 - -// 35731 -[loc_35731] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -retex1s=material_146 -retex1d=material_148 -retex2s=material_67 -retex2d=material_70 -model=model_26951,1 - -// 35732 -[loc_35732] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -retex1s=material_146 -retex1d=material_148 -retex2s=material_67 -retex2d=material_70 -model=model_26947,1 - -// 35733 -[loc_35733] -active=no -ambient=10 -contrast=10 -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -retex1s=material_146 -retex1d=material_148 -retex2s=material_67 -retex2d=material_70 -model=model_26948,1 - -// 35734 -[loc_35734] -active=no -ambient=10 -contrast=10 -mirror=yes -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -retex1s=material_146 -retex1d=material_148 -retex2s=material_67 -retex2d=material_70 -model=model_26951,1 - -// 35735 -[loc_35735] -active=no -ambient=10 -contrast=10 -mirror=yes -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -retex1s=material_146 -retex1d=material_148 -retex2s=material_67 -retex2d=material_70 -model=model_26947,1 - -// 35736 -[loc_35736] -active=no -ambient=10 -contrast=10 -mirror=yes -sharelight=yes -recol1s=16875 -recol1d=10536 -recol2s=13739 -recol2d=10504 -recol3s=13707 -recol3d=10536 -recol4s=13705 -recol4d=8455 -recol5s=9479 -recol5d=7398 -retex1s=material_146 -retex1d=material_148 -retex2s=material_67 -retex2d=material_70 -model=model_26948,1 - -// 35737 -[loc_35737] -active=no -unknown90=yes -model=model_11818,0 - -// 35738 -[loc_35738] -active=no -unknown90=yes -model=model_11820,0 - -// 35739 -[loc_35739] -active=no -unknown90=yes -model=model_11819,0 - -// 35740 -[loc_35740] -active=no -ambient=25 -length=2 -hillchange=skew_to_fit -model=model_35243 - -// 35741 -[loc_35741] -active=no -ambient=25 -length=2 -hillchange=skew_to_fit -model=model_35024 - -// 35742 -[loc_35742] -active=no -ambient=25 -length=2 -hillchange=skew_to_fit -model=model_35198 - -// 35743 -[loc_35743] -ambient=30 -contrast=30 -active=no -retex1s=material_563 -retex1d=material_561 -retex2s=material_161 -retex2d=material_132 -retex3s=material_160 -retex3d=material_132 -model=model_25323,1 -model=model_25324,2 -model=model_25325,3 -model=model_25326,5 - -// 35744 -[loc_35744] -ambient=30 -contrast=30 -active=no -retex1s=material_563 -retex1d=material_561 -retex2s=material_161 -retex2d=material_132 -retex3s=material_160 -retex3d=material_132 -model=model_25328,1 -model=model_25329,5 - -// 35745 -[loc_35745] -ambient=30 -contrast=30 -active=no -mirror=yes -retex1s=material_563 -retex1d=material_561 -retex2s=material_161 -retex2d=material_132 -retex3s=material_160 -retex3d=material_132 -model=model_25328,1 -model=model_25329,5 - -// 35746 -[loc_35746] -ambient=30 -contrast=30 -active=no -retex1s=material_563 -retex1d=material_561 -retex2s=material_161 -retex2d=material_132 -retex3s=material_160 -retex3d=material_132 -model=model_25331,1 -model=model_25332,5 - -// 35747 -[loc_35747] -ambient=30 -contrast=30 -active=no -retex1s=material_563 -retex1d=material_561 -retex2s=material_161 -retex2d=material_132 -retex3s=material_160 -retex3d=material_132 -model=model_25333,1 - -// 35748 -[loc_35748] -ambient=30 -contrast=30 -active=no -mirror=yes -retex1s=material_563 -retex1d=material_561 -retex2s=material_161 -retex2d=material_132 -retex3s=material_160 -retex3d=material_132 -model=model_25333,1 - -// 35749 -[loc_35749] -ambient=30 -contrast=30 -active=no -retex1s=material_563 -retex1d=material_561 -retex2s=material_161 -retex2d=material_132 -retex3s=material_160 -retex3d=material_132 -model=model_25327,1 - -// 35750 -[loc_35750] -ambient=30 -contrast=30 -active=no -mirror=yes -retex1s=material_563 -retex1d=material_561 -retex2s=material_161 -retex2d=material_132 -retex3s=material_160 -retex3d=material_132 -model=model_25327,1 - -// 35751 -[loc_35751] -ambient=20 -contrast=15 -model=model_35910 -name=Bookcase - -// 35752 -[loc_35752] -active=yes -ambient=15 -contrast=15 -active=no -recol1s=24137 -recol1d=12613 -recol2s=17764 -recol2d=11556 -recol3s=8387 -recol3d=9442 -model=model_35692,Q - -// 35753 -[loc_35753] -ambient=40 -active=yes -recol1s=26048 -recol1d=26176 -model=model_35954,Q -name=Shield - -// 35754 -[loc_35754] -ambient=10 -ambient=25 -op1=Search -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=10499 -recol3s=5184 -recol3d=10430 -model=model_38141 -name=Bookcase - -// 35755 -[loc_35755] -ambient=25 -op1=Search -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=9442 -recol3s=5184 -recol3d=10430 -model=model_35908 -name=Bookcase - -// 35756 -[loc_35756] -ambient=25 -op1=Search -recol1s=20933 -recol1d=9442 -recol2s=7329 -recol2d=11556 -recol3s=5184 -recol3d=10430 -model=model_35906 -name=Bookcase - -// 35757 -[loc_35757] -ambient=25 -resizey=112 -recol1s=8355 -recol1d=8385 -recol2s=11492 -recol2d=11556 -model=model_11125 -name=Wardrobe - -// 35758 -[loc_35758] -ambient=25 -recol1s=13605 -recol1d=11559 -recol2s=11491 -recol2d=8385 -recol3s=9377 -recol3d=9442 -model=model_35909 -name=Cabinet - -// 35759 -[loc_35759] -ambient=25 -resizey=112 -recol1s=13605 -recol1d=11559 -recol2s=11491 -recol2d=8385 -recol3s=9377 -recol3d=9442 -model=model_25064 -name=Cabinet - -// 35760 -[loc_35760] -ambient=25 -recol1s=13605 -recol1d=11559 -recol2s=11491 -recol2d=8385 -recol3s=9377 -recol3d=9442 -model=model_35905 -name=Cabinet - -// 35761 -[loc_35761] -ambient=25 -resizey=112 -recol1s=13605 -recol1d=11559 -recol2s=11491 -recol2d=8385 -recol3s=9377 -recol3d=9442 -model=model_25065 -name=Cabinet - -// 35762 -[loc_35762] -length=2 -ambient=25 -recol1s=10504 -recol1d=11556 -recol2s=7399 -recol2d=10499 -recol3s=14732 -recol3d=28407 -recol4s=12618 -recol4d=8385 -model=model_38143 -model2=model_13215 -name=Sink - -// 35763 -[loc_35763] -ambient=25 -op1=Search -recol1s=22059 -recol1d=12613 -recol2s=14662 -recol2d=7328 -recol3s=10465 -recol3d=198 -recol4s=13637 -recol4d=17862 -recol5s=7298 -recol5d=12516 -model=model_38140 -name=Bookcase - -// 35764 -[loc_35764] -width=2 -ambient=25 -model=model_35904 -model2=model_15206 -name=Desk - -// 35765 -[loc_35765] -recol1s=20933 -recol1d=12613 -recol2s=7329 -recol2d=9442 -model=model_35925 -name=Smashed table - -// 35766 -[loc_35766] -length=2 -resizex=110 -resizey=110 -model=model_35926 -name=Bed - -// 35767 -[loc_35767] -length=2 -ambient=25 -model=model_35911 -name=Bunk bed - -// 35768 -[loc_35768] -sharelight=yes -active=no -ambient=20 -contrast=15 -model=model_36279,1 - -// 35769 -[loc_35769] -sharelight=yes -active=no -ambient=20 -contrast=15 -model=model_36285,1 - -// 35770 -[loc_35770] -sharelight=yes -active=no -ambient=20 -contrast=15 -mirror=yes -model=model_36285,1 - -// 35771 -[loc_35771] -sharelight=yes -active=no -ambient=20 -contrast=15 -model=model_36278,1 - -// 35772 -[loc_35772] -sharelight=yes -active=no -ambient=20 -contrast=15 -mirror=yes -model=model_36278,1 - -// 35773 -[loc_35773] -sharelight=yes -active=no -hillskew=yes -ambient=20 -contrast=15 -unknown90=yes -forcedecor=yes -hardshadow=no -model=model_36284,0 - -// 35774 -[loc_35774] -active=no -ambient=25 -hillchange=skew_to_fit -model=model_35195 - -// 35775 -[loc_35775] -active=no -ambient=25 -mirror=yes -hillchange=skew_to_fit -model=model_35195 - -// 35776 -[loc_35776] -sharelight=yes -active=no -hillskew=yes -ambient=20 -contrast=15 -unknown90=yes -mirror=yes -forcedecor=yes -hardshadow=no -model=model_36284,0 - -// 35777 -[loc_35777] -active=no -ambient=10 -model=model_36273 - -// 35778 -[loc_35778] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -mirror=yes -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11654,1 - -// 35779 -[loc_35779] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -mirror=yes -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_11654,1 - -// 35780 -[loc_35780] -sharelight=yes -active=no -hillskew=yes -wallwidth=32 -ambient=20 -contrast=15 -mirror=yes -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_533 -retex1d=material_225 -retex2s=material_402 -retex2d=material_401 -model=model_11654,1 - -// 35781 -[loc_35781] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=20 -contrast=15 -model=model_36271 -name=Staircase - -// 35782 -[loc_35782] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=20 -contrast=15 -model=model_35838 -name=Staircase - -// 35783 -[loc_35783] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=10 -resizey=162 -recol1s=14626 -recol1d=17865 -recol2s=13569 -recol2d=16808 -recol3s=12512 -recol3d=15751 -recol4s=11457 -recol4d=14694 -recol5s=10400 -recol5d=13637 -model=model_35808 -name=Staircase - -// 35784 -[loc_35784] -ambient=10 -offsetx=-30 -offsety=0 -offsetz=0 -op1=Search -blockrange=no -recol1s=14695 -recol1d=17865 -recol2s=13638 -recol2d=16808 -recol3s=12581 -recol3d=15751 -recol4s=11524 -recol4d=14694 -recol5s=10467 -recol5d=13637 -recol6s=9410 -recol6d=12580 -model=model_7685 -name=Crates - -// 35785 -[loc_35785] -ambient=10 -offsetx=-30 -offsety=0 -offsetz=0 -op1=Search -blockrange=no -recol1s=14695 -recol1d=17865 -recol2s=13638 -recol2d=16808 -recol3s=12581 -recol3d=15751 -recol4s=11524 -recol4d=14694 -recol5s=10467 -recol5d=13637 -recol6s=9410 -recol6d=12580 -model=model_7700 -name=Crates - -// 35786 -[loc_35786] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -model=model_36288,1 - -// 35787 -[loc_35787] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -model=model_36289,1 - -// 35788 -[loc_35788] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -model=model_36279,1 - -// 35789 -[loc_35789] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -model=model_36285,1 - -// 35790 -[loc_35790] -sharelight=yes -active=no -resizey=159 -ambient=20 -contrast=15 -mirror=yes -model=model_36285,1 - -// 35791 -[loc_35791] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36296,Z - -// 35792 -[loc_35792] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36294,A -model=model_36300,G - -// 35793 -[loc_35793] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36313,A -model=model_36303,D -model=model_36291,G -model=model_36312,H -model=model_36309,Z - -// 35794 -[loc_35794] -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36313,A -model=model_36303,D -model=model_36291,G -model=model_36312,H -model=model_36309,Z - -// 35795 -[loc_35795] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36310,A -model=model_36293,D -model=model_36304,G -model=model_36311,H - -// 35796 -[loc_35796] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36295,H - -// 35797 -[loc_35797] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36308,D - -// 35798 -[loc_35798] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36298,A -model=model_36302,D -model=model_36292,H - -// 35799 -[loc_35799] -anim=seq_9586 -active=no -ambient=43 -contrast=22 -bgsound=synth_4472,1 -recol1s=11561 -recol1d=16842 -recol2s=7329 -recol2d=22059 -recol3s=3104 -recol3d=14662 -recol4s=6272 -recol4d=19946 -recol5s=5216 -recol5d=19946 -recol6s=11557 -recol6d=19911 -model=model_38146,Q - -// 35800 -[loc_35800] -active=no -anim=seq_481 -ambient=43 -contrast=22 -offsety=-40 -bgsound=synth_4472,3 -hardshadow=no -recol1s=10401 -recol1d=14662 -recol2s=8456 -recol2d=16842 -recol3s=7399 -recol3d=12648 -model=model_38131,Q - -// 35801 -[loc_35801] -active=no -anim=seq_9585 -ambient=43 -contrast=22 -offsety=-40 -bgsound=synth_4472,3 -hardshadow=no -recol1s=10401 -recol1d=14662 -recol2s=8456 -recol2d=16842 -recol3s=7399 -recol3d=12648 -model=model_38131,Q - -// 35802 -[loc_35802] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_36286,1 - -// 35803 -[loc_35803] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -hillskew=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_36290,2 - -// 35804 -[loc_35804] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -retex2s=material_309 -retex2d=material_96 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 35805 -[loc_35805] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 35806 -[loc_35806] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_36283,1 - -// 35807 -[loc_35807] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -mirror=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_36283,1 - -// 35808 -[loc_35808] -sharelight=yes -active=no -ambient=20 -contrast=15 -resizey=132 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 35809 -[loc_35809] -sharelight=yes -active=no -ambient=20 -contrast=15 -resizey=132 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 35810 -[loc_35810] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -hillskew=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_11644,1 -model=model_11645,2 -model=model_11646,3 -model=model_11647,4 -model=model_11648,5 - -// 35811 -[loc_35811] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11651,5 - -// 35812 -[loc_35812] -active=no -ambient=20 -contrast=15 -wallwidth=32 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_11652,1 -model=model_11653,5 - -// 35813 -[loc_35813] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_11652,1 -model=model_11653,5 - -// 35814 -[loc_35814] -sharelight=yes -active=no -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_533 -retex1d=material_225 -model=model_11663,1 -model=model_11664,2 -model=model_11665,3 -model=model_14615,4 -model=model_11666,5 - -// 35815 -[loc_35815] -sharelight=yes -active=no -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_533 -retex1d=material_225 -model=model_36279,1 - -// 35816 -[loc_35816] -sharelight=yes -active=no -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_533 -retex1d=material_225 -model=model_36285,1 - -// 35817 -[loc_35817] -sharelight=yes -active=no -ambient=20 -contrast=15 -mirror=yes -recol1s=22095 -recol1d=24275 -retex1s=material_533 -retex1d=material_225 -model=model_36285,1 - -// 35818 -[loc_35818] -sharelight=yes -active=no -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_533 -retex1d=material_225 -model=model_11669,1 - -// 35819 -[loc_35819] -active=no -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_36281,1 - -// 35820 -[loc_35820] -active=no -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=24242 -recol2d=22161 -recol3s=23185 -recol3d=23218 -recol4s=22128 -recol4d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_11625,1 -model=model_11626,2 -model=model_11632,3 -model=model_11633,4 -model=model_11634,5 - -// 35821 -[loc_35821] -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -retex1s=material_92 -retex1d=material_96 -model=model_36297,Z - -// 35822 -[loc_35822] -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -retex1s=material_92 -retex1d=material_96 -model=model_36299,Z - -// 35823 -[loc_35823] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -model=model_36314,Z - -// 35824 -[loc_35824] -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -retex1s=material_92 -retex1d=material_96 -model=model_11846,Z -model=model_11844,C -model=model_11845,V - -// 35825 -[loc_35825] -sharelight=yes -mirror=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -recol2s=10240 -recol2d=21137 -retex1s=material_92 -retex1d=material_96 -model=model_11846,Z -model=model_11844,C -model=model_11845,V - -// 35826 -[loc_35826] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36301,Z - -// 35827 -[loc_35827] -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36301,Z - -// 35828 -[loc_35828] -sharelight=yes -ambient=20 -contrast=15 -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36306,A -model=model_36305,H -model=model_36307,Z - -// 35829 -[loc_35829] -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -recol1s=15524 -recol1d=25364 -recol2s=10240 -recol2d=21137 -model=model_36306,A -model=model_36305,H -model=model_36307,Z - -// 35830 -[loc_35830] -ambient=20 -offsetx=64 -model=model_2114,Q - -// 35831 -[loc_35831] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -retex1s=material_92 -retex1d=material_96 -model=model_14626,1 -model=model_14627,2 -model=model_14628,3 -model=model_14629,5 - -// 35832 -[loc_35832] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -retex1s=material_92 -retex1d=material_96 -model=model_14630,1 - -// 35833 -[loc_35833] -sharelight=yes -active=no -ambient=20 -contrast=15 -mirror=yes -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -retex1s=material_92 -retex1d=material_96 -model=model_14630,1 - -// 35834 -[loc_35834] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_36282,1 - -// 35835 -[loc_35835] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_14613 - -// 35836 -[loc_35836] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_14613 - -// 35837 -[loc_35837] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_533 -retex1d=material_225 -model=model_14614 - -// 35838 -[loc_35838] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_533 -retex1d=material_225 -retex2s=material_402 -retex2d=material_401 -model=model_14614 - -// 35839 -[loc_35839] -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_92 -retex1d=material_96 -model=model_14614 - -// 35840 -[loc_35840] -active=no -sharelight=yes -ambient=20 -contrast=15 -resizey=159 -model=model_36317,1 - -// 35841 -[loc_35841] -active=no -sharelight=yes -ambient=20 -contrast=15 -resizey=159 -model=model_36316,1 - -// 35842 -[loc_35842] -active=no -sharelight=yes -ambient=20 -contrast=15 -resizey=159 -mirror=yes -model=model_36316,1 - -// 35843 -[loc_35843] -active=no -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_533 -retex1d=material_225 -model=model_27566,1 -model=model_27590,2 -model=model_27593,3 -model=model_27572,5 - -// 35844 -[loc_35844] -active=no -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_533 -retex1d=material_225 -model=model_36317,1 - -// 35845 -[loc_35845] -active=no -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_533 -retex1d=material_225 -model=model_36316,1 - -// 35846 -[loc_35846] -active=no -sharelight=yes -ambient=20 -contrast=15 -mirror=yes -recol1s=22095 -recol1d=24275 -retex1s=material_533 -retex1d=material_225 -model=model_36316,1 - -// 35847 -[loc_35847] -active=no -sharelight=yes -ambient=20 -contrast=15 -retex1s=material_92 -retex1d=material_96 -model=model_36315,1 - -// 35848 -[loc_35848] -active=no -sharelight=yes -ambient=20 -contrast=15 -recol1s=22095 -recol1d=24275 -retex1s=material_533 -retex1d=material_225 -model=model_27571,1 - -// 35849 -[loc_35849] -active=no -sharelight=yes -ambient=20 -contrast=15 -retex1s=material_92 -retex1d=material_96 -model=model_27571,1 - -// 35850 -[loc_35850] -active=no -hillskew=yes -forcedecor=yes -model=model_35994,0 - -// 35851 -[loc_35851] -active=no -hillskew=yes -hardshadow=no -forcedecor=yes -model=model_36010,0 - -// 35852 -[loc_35852] -active=no -hillskew=yes -forcedecor=yes -model=model_35998,0 - -// 35853 -[loc_35853] -active=no -hillskew=yes -mirror=yes -forcedecor=yes -model=model_35998,0 - -// 35854 -[loc_35854] -active=no -hillskew=yes -forcedecor=yes -model=model_35996,0 - -// 35855 -[loc_35855] -active=no -hillskew=yes -forcedecor=yes -model=model_36023,0 - -// 35856 -[loc_35856] -active=no -hillskew=yes -mirror=yes -forcedecor=yes -model=model_36023,0 - -// 35857 -[loc_35857] -active=no -hillskew=yes -forcedecor=yes -model=model_35987,0 - -// 35858 -[loc_35858] -active=no -hillskew=yes -mirror=yes -forcedecor=yes -model=model_35987,0 - -// 35859 -[loc_35859] -active=no -hillskew=yes -forcedecor=yes -model=model_35976,0 - -// 35860 -[loc_35860] -active=no -hillskew=yes -forcedecor=yes -model=model_35958,0 - -// 35861 -[loc_35861] -active=no -hillskew=yes -forcedecor=yes -model=model_36024,0 - -// 35862 -[loc_35862] -active=no -hillskew=yes -mirror=yes -forcedecor=yes -model=model_36024,0 - -// 35863 -[loc_35863] -active=no -hillskew=yes -forcedecor=yes -model=model_35965,0 - -// 35864 -[loc_35864] -active=no -hillskew=yes -forcedecor=yes -model=model_36014,0 - -// 35865 -[loc_35865] -active=no -hillskew=yes -forcedecor=yes -model=model_36017,0 - -// 35866 -[loc_35866] -active=no -hillskew=yes -hardshadow=no -forcedecor=yes -model=model_35978,0 - -// 35867 -[loc_35867] -active=no -hillskew=yes -forcedecor=yes -model=model_35959,0 - -// 35868 -[loc_35868] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_36019,0 - -// 35869 -[loc_35869] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_35983,0 - -// 35870 -[loc_35870] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recolhsl1s=10275 -recolhsl1d=7462 -model=model_36019,0 - -// 35871 -[loc_35871] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recolhsl1s=10275 -recolhsl1d=7462 -model=model_35983,0 - -// 35872 -[loc_35872] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recolhsl1s=10275 -recolhsl1d=7462 -retex1s=material_70 -retex1d=material_35 -retex2s=material_132 -retex2d=material_70 -model=model_35983,0 - -// 35873 -[loc_35873] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_36006,0 - -// 35874 -[loc_35874] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_35970,0 - -// 35875 -[loc_35875] -active=no -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -forcedecor=yes -model=model_36008,0 - -// 35876 -[loc_35876] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_35389,0 - -// 35877 -[loc_35877] -active=no -hillskew=yes -ambient=15 -contrast=25 -forcedecor=yes -recol1s=13638 -recol1d=22023 -recol2s=10501 -recol2d=16708 -model=model_33306,0 - -// 35878 -[loc_35878] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_33975,0 - -// 35879 -[loc_35879] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_33974,0 - -// 35880 -[loc_35880] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_35995,0 - -// 35881 -[loc_35881] -active=no -hillskew=yes -ambient=-25 -contrast=25 -forcedecor=yes -model=model_35995,0 - -// 35882 -[loc_35882] -active=no -hillskew=yes -ambient=15 -contrast=25 -hardshadow=no -forcedecor=yes -recol1s=6272 -recol1d=25293 -recol2s=7329 -recol2d=24198 -recol3s=8386 -recol3d=19973 -recolhsl4s=7950 -recolhsl4d=9123 -retex1s=material_300 -retex1d=material_128 -model=model_33977,0 - -// 35883 -[loc_35883] -active=no -hillskew=yes -ambient=15 -contrast=25 -hardshadow=no -forcedecor=yes -recol1s=6272 -recol1d=25293 -recol2s=7329 -recol2d=24198 -recol3s=8386 -recol3d=19973 -recolhsl4s=7950 -recolhsl4d=9123 -retex1s=material_300 -retex1d=material_128 -model=model_33978,0 - -// 35884 -[loc_35884] -active=no -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -forcedecor=yes -model=model_36018,0 - -// 35885 -[loc_35885] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_36000,0 - -// 35886 -[loc_35886] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=14695 -recol1d=5218 -recol2s=12581 -recol2d=6275 -recol3s=16809 -recol3d=4161 -model=model_33371,0 - -// 35887 -[loc_35887] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=14695 -recol1d=5218 -recol2s=12581 -recol2d=6275 -recol3s=16809 -recol3d=4161 -model=model_33370,0 - -// 35888 -[loc_35888] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=14695 -recol1d=5218 -recol2s=12581 -recol2d=6275 -recol3s=16809 -recol3d=4161 -model=model_36000,0 - -// 35889 -[loc_35889] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=14695 -recol1d=4193 -recol2s=12581 -recol2d=5250 -recol3s=16809 -recol3d=6307 -model=model_33371,0 - -// 35890 -[loc_35890] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=14695 -recol1d=4193 -recol2s=12581 -recol2d=5250 -recol3s=16809 -recol3d=6307 -model=model_33370,0 - -// 35891 -[loc_35891] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=14695 -recol1d=4193 -recol2s=12581 -recol2d=5250 -recol3s=16809 -recol3d=6307 -model=model_36000,0 - -// 35892 -[loc_35892] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=14695 -recol1d=5184 -recolhsl2s=6563 -recolhsl2d=2449 -recolhsl3s=6451 -recolhsl3d=2453 -model=model_36000,0 - -// 35893 -[loc_35893] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_36011,0 - -// 35894 -[loc_35894] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_36022,0 - -// 35895 -[loc_35895] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_35992,0 - -// 35896 -[loc_35896] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recolhsl1s=7332 -recolhsl1d=7317 -recolhsl2s=7334 -recolhsl2d=7321 -model=model_36011,0 - -// 35897 -[loc_35897] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recolhsl1s=7332 -recolhsl1d=7317 -recolhsl2s=7334 -recolhsl2d=7321 -model=model_36022,0 - -// 35898 -[loc_35898] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recolhsl1s=7332 -recolhsl1d=7317 -recolhsl2s=7334 -recolhsl2d=7321 -model=model_35992,0 - -// 35899 -[loc_35899] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_36016,0 - -// 35900 -[loc_35900] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_35993,0 - -// 35901 -[loc_35901] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_35971,0 - -// 35902 -[loc_35902] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=9477 -recol1d=8387 -recolhsl2s=7458 -recolhsl2d=5400 -recolhsl3s=7447 -recolhsl3d=5404 -model=model_36016,0 - -// 35903 -[loc_35903] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=9477 -recol1d=8387 -recolhsl2s=7458 -recolhsl2d=5400 -recolhsl3s=7447 -recolhsl3d=5404 -model=model_35993,0 - -// 35904 -[loc_35904] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=9477 -recol1d=8387 -recolhsl2s=7458 -recolhsl2d=5400 -recolhsl3s=7447 -recolhsl3d=5404 -model=model_35971,0 - -// 35905 -[loc_35905] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=9477 -recol1d=5218 -recolhsl2s=7458 -recolhsl2d=3346 -recolhsl3s=7447 -recolhsl3d=3594 -model=model_35971,0 - -// 35906 -[loc_35906] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_36005,1 -model=model_35979,4 -model=model_35985,0 - -// 35907 -[loc_35907] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_36002 -name=bannister end - -// 35908 -[loc_35908] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -recol1s=5250 -recol1d=17867 -recol2s=11558 -recol2d=16810 -recol3s=9445 -recol3d=14730 -model=model_33354,1 -model=model_33353,3 -model=model_33355,4 -model=model_33356,5 -model=model_33357,0 - -// 35909 -[loc_35909] -sharelight=yes -ambient=5 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=5410 -recolhsl1d=3235 -recol2s=5250 -recol2d=11560 -recol3s=9445 -recol3d=13674 -model=model_33354,1 -model=model_33353,3 -model=model_33355,4 -model=model_33356,5 -model=model_33357,0 - -// 35910 -[loc_35910] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=4508 -recolhsl1d=7064 -recolhsl2s=4506 -recolhsl2d=7057 -recolhsl3s=4504 -recolhsl3d=6809 -recolhsl4s=4502 -recolhsl4d=7053 -model=model_36013,1 -model=model_36007,2 -model=model_35989,3 -model=model_35990,4 -model=model_35986,5 -model=model_35999,0 - -// 35911 -[loc_35911] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_35962,1 -model=model_35967,2 -model=model_36004,0 - -// 35912 -[loc_35912] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_35973,0 - -// 35913 -[loc_35913] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -retex1s=material_173 -retex1d=material_102 -model=model_35962,1 -model=model_35967,2 -model=model_36004,0 - -// 35914 -[loc_35914] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -retex1s=material_173 -retex1d=material_102 -model=model_35973,0 - -// 35915 -[loc_35915] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -recol1s=5250 -recol1d=17867 -recol2s=11558 -recol2d=16810 -recol3s=9445 -recol3d=14730 -model=model_33976,0 - -// 35916 -[loc_35916] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_35977,1 -model=model_35997,0 - -// 35917 -[loc_35917] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_36020,1 -model=model_36015,0 - -// 35918 -[loc_35918] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -retex1s=material_173 -retex1d=material_102 -model=model_36020,1 -model=model_36015,0 - -// 35919 -[loc_35919] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_35963,0 - -// 35920 -[loc_35920] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_35988,0 - -// 35921 -[loc_35921] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_35964,0 - -// 35922 -[loc_35922] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_35991,0 - -// 35923 -[loc_35923] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=6 -recolhsl1d=4360 -recolhsl2s=12 -recolhsl2d=4364 -recolhsl3s=18 -recolhsl3d=4367 -recolhsl4s=24 -recolhsl4d=4370 -recolhsl5s=30 -recolhsl5d=4374 -model=model_35988,0 - -// 35924 -[loc_35924] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=6 -recolhsl1d=4360 -recolhsl2s=12 -recolhsl2d=4364 -recolhsl3s=18 -recolhsl3d=4367 -recolhsl4s=24 -recolhsl4d=4370 -recolhsl5s=30 -recolhsl5d=4374 -model=model_35964,0 - -// 35925 -[loc_35925] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=6 -recolhsl1d=4360 -recolhsl2s=12 -recolhsl2d=4364 -recolhsl3s=18 -recolhsl3d=4367 -recolhsl4s=24 -recolhsl4d=4370 -recolhsl5s=30 -recolhsl5d=4374 -model=model_35991,0 - -// 35926 -[loc_35926] -sharelight=yes -ambient=25 -contrast=25 -hardshadow=no -forcedecor=yes -blockrange=no -model=model_35974,0 - -// 35927 -[loc_35927] -sharelight=yes -ambient=25 -contrast=25 -hillskew=yes -hardshadow=no -forcedecor=yes -blockrange=no -model=model_35968,0 - -// 35928 -[loc_35928] -width=3 -active=no -hillchange=ceiling_skew -model=model_35065 - -// 35929 -[loc_35929] -active=no -hillchange=skew_to_fit -model=model_35002,1 -model=model_35228,5 - -// 35930 -[loc_35930] -hillskew=yes -sharelight=yes -active=yes -ambient=30 -model=model_26771,1 -name=Mithril door - -// 35931 -[loc_35931] -blockwalk=yes -op1=Churn -forceapproach=south -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5541 -recolhsl1d=5412 -recol2s=12548 -recol2d=9445 -recol3s=11491 -recol3d=8388 -recol4s=10434 -recol4d=5251 -recol5s=7297 -recol5d=5251 -model=model_9837 -name=Dairy churn - -// 35932 -[loc_35932] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -raiseobject=yes -recol1s=7329 -recol1d=6272 -model=model_35563,8 -model=model_35559,0 - -// 35933 -[loc_35933] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35560 - -// 35934 -[loc_35934] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35560 - -// 35935 -[loc_35935] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35553 - -// 35936 -[loc_35936] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35565 - -// 35937 -[loc_35937] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35561 - -// 35938 -[loc_35938] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35561 - -// 35939 -[loc_35939] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35556 - -// 35940 -[loc_35940] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35552 - -// 35941 -[loc_35941] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35558 - -// 35942 -[loc_35942] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35562 - -// 35943 -[loc_35943] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35554 - -// 35944 -[loc_35944] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35564 - -// 35945 -[loc_35945] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35557 - -// 35946 -[loc_35946] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35557 - -// 35947 -[loc_35947] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35554 - -// 35948 -[loc_35948] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=30 -recol1s=7329 -recol1d=6272 -model=model_35564 - -// 35949 -[loc_35949] -active=no -hillskew=yes -ambient=20 -contrast=10 -sharelight=yes -forcedecor=yes -model=model_33820 - -// 35950 -[loc_35950] -active=no -hillskew=yes -ambient=20 -contrast=10 -sharelight=yes -forcedecor=yes -model=model_33828 - -// 35951 -[loc_35951] -active=no -hillskew=yes -ambient=20 -contrast=10 -sharelight=yes -mirror=yes -forcedecor=yes -model=model_33828 - -// 35952 -[loc_35952] -sharelight=yes -ambient=30 -contrast=30 -active=no -model=model_36903,1 - -// 35953 -[loc_35953] -hillskew=yes -sharelight=yes -recol1s=10535 -recol1d=26525 -recol2s=9478 -recol2d=23422 -recol3s=8421 -recol3d=23356 -recol4s=7364 -recol4d=19165 -recol5s=6307 -recol5d=15997 -recol6s=11592 -recol6d=28605 -retex1s=material_560 -retex1d=material_407 -retex2s=material_126 -retex2d=material_453 -model=model_4460,1 -model=model_4461,2 -model=model_4462,5 - -// 35954 -[loc_35954] -sharelight=yes -hillskew=yes -resizez=128 -resizex=128 -resizey=64 -recol1s=10535 -recol1d=26525 -recol2s=9478 -recol2d=23422 -recol3s=8421 -recol3d=23356 -recol4s=7364 -recol4d=23356 -recol5s=6307 -recol5d=23356 -recol6s=11592 -recol6d=28605 -retex1s=material_494 -retex1d=material_407 -model=model_9963,1 -model=model_9964,2 -model=model_9965,5 - -// 35955 -[loc_35955] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=28605 -retex1s=material_70 -retex1d=material_407 -model=model_834 - -// 35956 -[loc_35956] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=28605 -retex1s=material_72 -retex1d=material_494 -model=model_787 - -// 35957 -[loc_35957] -sharelight=yes -hillskew=yes -active=no -recol1s=12580 -recol1d=28605 -retex1s=material_72 -retex1d=material_407 -model=model_787 - -// 35958 -[loc_35958] -sharelight=yes -hillskew=yes -active=no -resizez=128 -resizex=128 -resizey=64 -recol1s=12580 -recol1d=28605 -retex1s=material_70 -retex1d=material_407 -model=model_834 - -// 35959 -[loc_35959] -wallwidth=32 -sharelight=yes -ambient=20 -occlude=yes -resizez=128 -resizex=128 -resizey=192 -recol1s=6342 -recol1d=5248 -retex1s=material_70 -retex1d=material_92 -model=model_36931,1 -model=model_36921,3 -model=model_36919,5 - -// 35960 -[loc_35960] -sharelight=yes -hillskew=yes -ambient=20 -resizez=128 -resizex=128 -resizey=192 -retex1s=material_67 -retex1d=material_92 -model=model_36920,1 - -// 35961 -[loc_35961] -sharelight=yes -hillskew=yes -model=model_36938,5 - -// 35962 -[loc_35962] -active=no -hillchange=skew_to_fit -recol1s=5282 -recol1d=7356 -recol2s=5280 -recol2d=8375 -recol3s=7326 -recol3d=7315 -model=model_35204 - -// 35963 -[loc_35963] -active=no -forcedecor=yes -hillskew=yes -hardshadow=no -model=model_35901,0 - -// 35964 -[loc_35964] -active=no -forcedecor=yes -hillskew=yes -hardshadow=no -model=model_35902,0 - -// 35965 -[loc_35965] -active=no -ambient=25 -offsetx=10 -offsety=0 -offsetz=10 -hillchange=skew_to_fit -model=model_34980 - -// 35966 -[loc_35966] -ambient=25 -contrast=15 -sharelight=yes -length=6 -blockwalk=no -op1=Swing-on -model=model_37362 -name=Rope swing - -// 35967 -[loc_35967] -ambient=25 -contrast=15 -sharelight=yes -length=6 -blockwalk=no -op1=Swing-on -model=model_37362 -name=Rope swing - -// 35968 -[loc_35968] -blockwalk=no -mirror=yes -active=yes -model=model_37311 -name=Rock - -// 35969 -[loc_35969] -active=yes -op1=Walk-across -blockwalk=yes -ambient=15 -contrast=10 -mirror=yes -model=model_37083,0 -name=Balancing ledge - -// 35970 -[loc_35970] -active=yes -op1=Climb -resizey=105 -model=model_2001 -name=Tree branch - -// 35971 -[loc_35971] -active=no -length=2 -width=2 -hillchange=skew_to_fit -model=model_35134 - -// 35972 -[loc_35972] -active=no -hillchange=ceiling_skew -recol1s=13975 -recol1d=25403 -recol2s=15032 -recol2d=23323 -recol3s=18135 -recol3d=23290 -recol4s=21306 -recol4d=24345 -model=model_35026 - -// 35973 -[loc_35973] -active=no -ambient=25 -hillchange=skew_to_fit -model=model_35117 - -// 35974 -[loc_35974] -active=no -width=2 -length=2 -ambient=25 -hillchange=skew_to_fit -model=model_34990 - -// 35975 -[loc_35975] -length=2 -width=2 -hillchange=ceiling_skew -active=no -recol1s=13975 -recol1d=25403 -recol2s=15032 -recol2d=23323 -recol3s=18135 -recol3d=23290 -recol4s=21306 -recol4d=24345 -model=model_35140 - -// 35976 -[loc_35976] -length=3 -width=3 -active=no -hillchange=ceiling_skew -recol1s=13975 -recol1d=25403 -recol2s=15032 -recol2d=23323 -recol3s=18135 -recol3d=23290 -recol4s=21306 -recol4d=24345 -model=model_35297 - -// 35977 -[loc_35977] -length=4 -width=4 -active=no -hillchange=ceiling_skew -recol1s=13975 -recol1d=25403 -recol2s=15032 -recol2d=23323 -recol3s=18135 -recol3d=23290 -recol4s=21306 -recol4d=24345 -model=model_35261 - -// 35978 -[loc_35978] -length=4 -width=4 -ambient=-10 -active=no -hillchange=skew_to_fit -model=model_35146 - -// 35979 -[loc_35979] -length=2 -width=2 -active=no -hillchange=ceiling_skew -model=model_35043 - -// 35980 -[loc_35980] -length=2 -width=2 -active=no -hillchange=ceiling_skew -model=model_35191 - -// 35981 -[loc_35981] -length=3 -width=3 -active=no -hillchange=ceiling_skew -model=model_35109 - -// 35982 -[loc_35982] -active=no -length=3 -width=3 -hillchange=ceiling_skew -model=model_35142 - -// 35983 -[loc_35983] -length=4 -width=4 -active=no -hillchange=ceiling_skew -model=model_35282 - -// 35984 -[loc_35984] -active=no -length=4 -width=4 -hillchange=ceiling_skew -model=model_35010 - -// 35985 -[loc_35985] -resizez=128 -resizex=128 -active=no -ambient=-10 -hillchange=skew_to_fit -recol1s=12580 -recol1d=30655 -model=model_36901,1 -model=model_36890,2 -model=model_36891,5 - -// 35986 -[loc_35986] -resizez=128 -resizex=128 -active=no -ambient=-10 -hillchange=ceiling_skew -recol1s=6307 -recol1d=13975 -recol2s=7364 -recol2d=15032 -recol3s=8421 -recol3d=18135 -recol4s=9478 -recol4d=21306 -recol5s=10535 -recol5d=27516 -recol6s=11592 -recol6d=30654 -model=model_35314,1 -model=model_36897,2 -model=model_35341,5 - -// 35987 -[loc_35987] -active=no -hillchange=ceiling_skew -model=model_36888 - -// 35988 -[loc_35988] -active=no -hillchange=ceiling_skew -model=model_36894 - -// 35989 -[loc_35989] -sharelight=yes -ambient=30 -contrast=30 -msi=msi_22 -hardshadow=no -shadow=no -width=3 -length=3 -model=model_36902 -name=long walkway - -// 35990 -[loc_35990] -active=no -ambient=-15 -hillchange=skew_to_fit -model=model_35077 - -// 35991 -[loc_35991] -active=yes -op1=Open -ambient=25 -contrast=15 -recol1s=6342 -recol1d=11458 -retex1s=material_2 -retex1d=material_0 -model=model_38487,1 -name=Door - -// 35992 -[loc_35992] -active=yes -ambient=25 -contrast=15 -recol1s=6342 -recol1d=11458 -retex1s=material_2 -retex1d=material_0 -model=model_38487,1 -name=Door - -// 35993 -[loc_35993] -active=no -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_38176,0 - -// 35994 -[loc_35994] -active=no -mirror=yes -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_38176,0 - -// 35995 -[loc_35995] -active=no -recol1s=6342 -recol1d=4261 -recol2s=5285 -recol2d=3204 -recol3s=4228 -recol3d=2147 -recol4s=3171 -recol4d=1090 -recol5s=2114 -recol5d=33 -recol6s=1057 -recol6d=0 -model=model_38175,0 - -// 35996 -[loc_35996] -op1=Jump-to -active=yes -blockwalk=yes -unknown90=yes -blockrange=no -recol1s=5282 -recol1d=7356 -recol2s=5280 -recol2d=8375 -recol3s=7326 -recol3d=7315 -model=model_38185,0 -name=Stepping stone - -// 35997 -[loc_35997] -active=yes -blockwalk=yes -sharelight=yes -forcedecor=yes -op1=Walk-across -ambient=25 -contrast=15 -model=model_38361,0 -name=Log balance - -// 35998 -[loc_35998] -active=yes -blockwalk=yes -sharelight=yes -forcedecor=yes -op1=Walk-across -ambient=25 -contrast=15 -model=model_38341,0 -name=Log balance - -// 35999 -[loc_35999] -active=yes -blockwalk=yes -sharelight=yes -forcedecor=yes -op1=Walk-across -ambient=25 -contrast=15 -model=model_38352,0 -name=Log balance - -// 36000 -[loc_36000] -op1=Enter -ambient=25 -contrast=20 -blockwalk=yes -width=5 -length=5 -model=model_38360 -name=Cave entrance - -// 36001 -[loc_36001] -ambient=25 -contrast=15 -width=3 -length=5 -blockwalk=no -model=model_38331 -name=Hanging log - -// 36002 -[loc_36002] -active=yes -op1=Climb-down -model=model_38329 -name=Smokey well - -// 36003 -[loc_36003] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -offsety=240 -blockwalk=no -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_38174 -name=Rift - -// 36004 -[loc_36004] -hillskew=yes -sharelight=yes -blockwalk=yes -active=no -shadow=no -msi=msi_22 -model=model_38330,1 - -// 36005 -[loc_36005] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_38376 - -// 36006 -[loc_36006] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_38374 - -// 36007 -[loc_36007] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_38371 - -// 36008 -[loc_36008] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_38373 - -// 36009 -[loc_36009] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_38372 - -// 36010 -[loc_36010] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_38375 - -// 36011 -[loc_36011] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_38376 - -// 36012 -[loc_36012] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_38374 - -// 36013 -[loc_36013] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_38371 - -// 36014 -[loc_36014] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_38373 - -// 36015 -[loc_36015] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_38375 - -// 36016 -[loc_36016] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=2 -model=model_38377 - -// 36017 -[loc_36017] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=2 -model=model_38355 - -// 36018 -[loc_36018] -active=no -ambient=25 -contrast=15 -blockwalk=yes -length=2 -model=model_38349 - -// 36019 -[loc_36019] -active=no -ambient=25 -contrast=15 -model=model_38362,8 -model=model_38342,Q - -// 36020 -[loc_36020] -active=no -ambient=25 -contrast=15 -model=model_38356,Q - -// 36021 -[loc_36021] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -model=model_38487,1 -name=Door - -// 36022 -[loc_36022] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_38487,1 -name=Door - -// 36023 -[loc_36023] -ambient=25 -contrast=15 -recol1s=8387 -recol1d=9477 -recolhsl2s=6430 -recolhsl2d=7448 -model=model_38532,1 - -// 36024 -[loc_36024] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_38492 - -// 36025 -[loc_36025] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_38492 - -// 36026 -[loc_36026] -ambient=25 -contrast=15 -mirror=yes -recol1s=8387 -recol1d=9477 -recolhsl2s=6430 -recolhsl2d=7448 -model=model_38532,1 - -// 36027 -[loc_36027] -ambient=25 -contrast=15 -model=model_38502,1 - -// 36028 -[loc_36028] -ambient=25 -contrast=15 -model=model_38525,1 - -// 36029 -[loc_36029] -ambient=25 -contrast=15 -mirror=yes -model=model_38525,1 - -// 36030 -[loc_36030] -ambient=25 -contrast=15 -model=model_38489,1 -model=model_38535,2 -model=model_38493,5 - -// 36031 -[loc_36031] -ambient=25 -contrast=15 -model=model_38534,1 -model=model_38523,4 - -// 36032 -[loc_36032] -ambient=25 -contrast=15 -model=model_38512,1 -model=model_38527,4 - -// 36033 -[loc_36033] -ambient=25 -contrast=15 -mirror=yes -model=model_38512,1 -model=model_38527,4 - -// 36034 -[loc_36034] -ambient=25 -contrast=15 -model=model_38499,1 - -// 36035 -[loc_36035] -ambient=25 -contrast=15 -mirror=yes -model=model_38499,1 - -// 36036 -[loc_36036] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_38514 - -// 36037 -[loc_36037] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_38514 - -// 36038 -[loc_36038] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -model=model_38505 - -// 36039 -[loc_36039] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -mirror=yes -model=model_38505 - -// 36040 -[loc_36040] -ambient=25 -contrast=15 -model=model_38488,1 -model=model_38538,2 -model=model_38529,3 -model=model_38526,4 -model=model_38528,5 - -// 36041 -[loc_36041] -ambient=25 -contrast=15 -model=model_38490,1 - -// 36042 -[loc_36042] -ambient=25 -contrast=15 -model=model_38507,1 - -// 36043 -[loc_36043] -ambient=25 -contrast=15 -mirror=yes -model=model_38507,1 - -// 36044 -[loc_36044] -ambient=25 -contrast=15 -model=model_38521,1 -model=model_38496,3 - -// 36045 -[loc_36045] -ambient=25 -contrast=15 -mirror=yes -model=model_38521,1 -model=model_38496,3 - -// 36046 -[loc_36046] -ambient=25 -contrast=15 -model=model_38520,1 -model=model_38513,3 - -// 36047 -[loc_36047] -ambient=25 -contrast=15 -mirror=yes -model=model_38520,1 -model=model_38513,3 - -// 36048 -[loc_36048] -ambient=25 -contrast=15 -model=model_38498,1 - -// 36049 -[loc_36049] -ambient=25 -contrast=15 -mirror=yes -model=model_38498,1 - -// 36050 -[loc_36050] -ambient=25 -contrast=15 -model=model_38503,1 - -// 36051 -[loc_36051] -ambient=25 -contrast=15 -wallwidth=20 -model=model_38524,1 -model=model_38491,3 - -// 36052 -[loc_36052] -ambient=25 -contrast=15 -mirror=yes -wallwidth=20 -model=model_38524,1 -model=model_38491,3 - -// 36053 -[loc_36053] -ambient=25 -contrast=15 -wallwidth=20 -model=model_38497,1 - -// 36054 -[loc_36054] -ambient=25 -contrast=15 -model=model_38533,2 -model=model_38519,5 - -// 36055 -[loc_36055] -ambient=25 -contrast=15 -model=model_38510,2 -model=model_38531,5 - -// 36056 -[loc_36056] -ambient=25 -contrast=15 -mirror=yes -model=model_38510,2 -model=model_38531,5 - -// 36057 -[loc_36057] -ambient=25 -contrast=15 -model=model_38509,5 - -// 36058 -[loc_36058] -ambient=25 -contrast=15 -model=model_38516,5 - -// 36059 -[loc_36059] -ambient=25 -contrast=15 -model=model_38522,1 -model=model_38494,2 -model=model_38501,3 -model=model_38515,4 -model=model_38500,5 - -// 36060 -[loc_36060] -ambient=25 -contrast=15 -model=model_38495,1 - -// 36061 -[loc_36061] -ambient=25 -contrast=15 -model=model_38536,1 - -// 36062 -[loc_36062] -ambient=25 -contrast=15 -mirror=yes -model=model_38536,1 - -// 36063 -[loc_36063] -ambient=25 -contrast=15 -model=model_38530,1 - -// 36064 -[loc_36064] -ambient=25 -contrast=15 -mirror=yes -model=model_38530,1 - -// 36065 -[loc_36065] -ambient=25 -contrast=15 -model=model_38511,1 - -// 36066 -[loc_36066] -ambient=25 -contrast=15 -model=model_38508,4 - -// 36067 -[loc_36067] -ambient=25 -contrast=15 -model=model_38504,1 -model=model_38506,3 -model=model_38537,4 - -// 36068 -[loc_36068] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=4 -length=4 -anim=seq_9662 -model=model_38397 - -// 36069 -[loc_36069] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=5 -length=5 -model=model_38386 - -// 36070 -[loc_36070] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=5 -length=5 -model=model_38381 - -// 36071 -[loc_36071] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=3 -length=3 -anim=seq_9662 -model=model_38395 - -// 36072 -[loc_36072] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=3 -length=3 -anim=seq_9662 -model=model_38396 - -// 36073 -[loc_36073] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=4 -length=4 -mirror=yes -anim=seq_9662 -model=model_38397 - -// 36074 -[loc_36074] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=5 -length=5 -mirror=yes -anim=seq_9662 -model=model_38386 - -// 36075 -[loc_36075] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=5 -length=5 -mirror=yes -anim=seq_9662 -model=model_38381 - -// 36076 -[loc_36076] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=3 -length=3 -mirror=yes -anim=seq_9662 -model=model_38395 - -// 36077 -[loc_36077] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=3 -length=3 -mirror=yes -anim=seq_9662 -model=model_38396 - -// 36078 -[loc_36078] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=4 -length=4 -anim=seq_9662 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -model=model_38397 - -// 36079 -[loc_36079] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=5 -length=5 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -model=model_38386 - -// 36080 -[loc_36080] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=5 -length=5 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -model=model_38381 - -// 36081 -[loc_36081] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=3 -length=3 -anim=seq_9662 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -model=model_38395 - -// 36082 -[loc_36082] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=3 -length=3 -anim=seq_9662 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -model=model_38396 - -// 36083 -[loc_36083] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=4 -length=4 -mirror=yes -anim=seq_9662 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -model=model_38397 - -// 36084 -[loc_36084] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=5 -length=5 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -model=model_38386 - -// 36085 -[loc_36085] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=5 -length=5 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -model=model_38381 - -// 36086 -[loc_36086] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=3 -length=3 -mirror=yes -anim=seq_9662 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -model=model_38395 - -// 36087 -[loc_36087] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=3 -length=3 -mirror=yes -anim=seq_9662 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -model=model_38396 - -// 36088 -[loc_36088] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38394,G -model=model_38382,Z -model=model_38389,X -model=model_38384,C - -// 36089 -[loc_36089] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38392,Z -model=model_38380,C - -// 36090 -[loc_36090] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38383,C - -// 36091 -[loc_36091] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38488,1 -model=model_38538,2 -model=model_38529,3 -model=model_38526,4 -model=model_38528,5 - -// 36092 -[loc_36092] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38447,1 - -// 36093 -[loc_36093] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38490,1 - -// 36094 -[loc_36094] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38507,1 - -// 36095 -[loc_36095] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38507,1 - -// 36096 -[loc_36096] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38521,1 -model=model_38496,3 - -// 36097 -[loc_36097] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38521,1 -model=model_38496,3 - -// 36098 -[loc_36098] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38520,1 -model=model_38513,3 - -// 36099 -[loc_36099] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38520,1 -model=model_38513,3 - -// 36100 -[loc_36100] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38498,1 - -// 36101 -[loc_36101] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38498,1 - -// 36102 -[loc_36102] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38503,1 - -// 36103 -[loc_36103] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38524,1 -model=model_38491,3 - -// 36104 -[loc_36104] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38524,1 -model=model_38491,3 - -// 36105 -[loc_36105] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38497,1 - -// 36106 -[loc_36106] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38533,2 -model=model_38519,5 - -// 36107 -[loc_36107] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38510,2 -model=model_38531,5 - -// 36108 -[loc_36108] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38510,2 -model=model_38531,5 - -// 36109 -[loc_36109] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38509,5 - -// 36110 -[loc_36110] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38516,5 - -// 36111 -[loc_36111] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38522,1 -model=model_38494,2 -model=model_38501,3 -model=model_38515,4 -model=model_38500,5 - -// 36112 -[loc_36112] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38495,1 - -// 36113 -[loc_36113] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38536,1 - -// 36114 -[loc_36114] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38536,1 - -// 36115 -[loc_36115] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38530,1 - -// 36116 -[loc_36116] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38530,1 - -// 36117 -[loc_36117] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38511,1 - -// 36118 -[loc_36118] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38508,4 - -// 36119 -[loc_36119] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38504,1 -model=model_38506,3 -model=model_38537,4 - -// 36120 -[loc_36120] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38481,1 - -// 36121 -[loc_36121] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38481,1 - -// 36122 -[loc_36122] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38394,G -model=model_38382,Z -model=model_38389,X -model=model_38384,C - -// 36123 -[loc_36123] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38392,Z -model=model_38380,C - -// 36124 -[loc_36124] -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38383,C - -// 36125 -[loc_36125] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38453,1 - -// 36126 -[loc_36126] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38455,1 - -// 36127 -[loc_36127] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38455,1 - -// 36128 -[loc_36128] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38444,1 - -// 36129 -[loc_36129] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38448,1 - -// 36130 -[loc_36130] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38461,1 - -// 36131 -[loc_36131] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38460,1 - -// 36132 -[loc_36132] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38450,1 - -// 36133 -[loc_36133] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38451,1 - -// 36134 -[loc_36134] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38463,1 - -// 36135 -[loc_36135] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38454,1 - -// 36136 -[loc_36136] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38449,1 - -// 36137 -[loc_36137] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38424,1 - -// 36138 -[loc_36138] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38424,1 - -// 36139 -[loc_36139] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38462,1 - -// 36140 -[loc_36140] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38415,1 - -// 36141 -[loc_36141] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38415,1 - -// 36142 -[loc_36142] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38449,1 - -// 36143 -[loc_36143] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38462,1 - -// 36144 -[loc_36144] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38456,1 - -// 36145 -[loc_36145] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38443,1 - -// 36146 -[loc_36146] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38458,1 - -// 36147 -[loc_36147] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38459,1 - -// 36148 -[loc_36148] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38446,1 - -// 36149 -[loc_36149] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38445,1 - -// 36150 -[loc_36150] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38445,1 - -// 36151 -[loc_36151] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38457,1 - -// 36152 -[loc_36152] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38457,1 - -// 36153 -[loc_36153] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38452,1 - -// 36154 -[loc_36154] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38452,1 - -// 36155 -[loc_36155] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38470,1 -model=model_38475,4 - -// 36156 -[loc_36156] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38479,1 - -// 36157 -[loc_36157] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38464,1 - -// 36158 -[loc_36158] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38482,1 - -// 36159 -[loc_36159] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38473,1 - -// 36160 -[loc_36160] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38471,1 - -// 36161 -[loc_36161] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38484,1 - -// 36162 -[loc_36162] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38485,1 - -// 36163 -[loc_36163] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38477,1 - -// 36164 -[loc_36164] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38474,1 - -// 36165 -[loc_36165] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38468,1 - -// 36166 -[loc_36166] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38474,1 - -// 36167 -[loc_36167] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38468,1 - -// 36168 -[loc_36168] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38486,1 - -// 36169 -[loc_36169] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38486,1 - -// 36170 -[loc_36170] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38467,1 - -// 36171 -[loc_36171] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38467,1 - -// 36172 -[loc_36172] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38465,1 - -// 36173 -[loc_36173] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38465,1 - -// 36174 -[loc_36174] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38476,1 - -// 36175 -[loc_36175] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38476,1 - -// 36176 -[loc_36176] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38480,1 - -// 36177 -[loc_36177] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38480,1 - -// 36178 -[loc_36178] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38483,1 - -// 36179 -[loc_36179] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38469,1 - -// 36180 -[loc_36180] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38466,1 - -// 36181 -[loc_36181] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38478,1 - -// 36182 -[loc_36182] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38472,1 - -// 36183 -[loc_36183] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=5 -length=5 -model=model_38360 - -// 36184 -[loc_36184] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=2 -hillskew=yes -model=model_38566 - -// 36185 -[loc_36185] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=2 -hillskew=yes -model=model_38567 - -// 36186 -[loc_36186] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=2 -hillskew=yes -model=model_38565 - -// 36187 -[loc_36187] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=2 -hillskew=yes -model=model_38563 - -// 36188 -[loc_36188] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=2 -hillskew=yes -model=model_38562 - -// 36189 -[loc_36189] -active=no -ambient=25 -contrast=15 -blockwalk=yes -width=2 -hillskew=yes -model=model_38564 - -// 36190 -[loc_36190] -ambient=25 -contrast=15 -model=model_38423,1 -model=model_38419,2 -model=model_38422,3 -model=model_38421,4 -model=model_38417,5 - -// 36191 -[loc_36191] -ambient=25 -contrast=15 -model=model_38425,1 -model=model_38418,3 - -// 36192 -[loc_36192] -ambient=25 -contrast=15 -mirror=yes -model=model_38425,1 -model=model_38418,3 - -// 36193 -[loc_36193] -ambient=25 -contrast=15 -model=model_38414,1 - -// 36194 -[loc_36194] -ambient=25 -contrast=15 -mirror=yes -model=model_38414,1 - -// 36195 -[loc_36195] -ambient=25 -contrast=15 -model=model_38420,1 - -// 36196 -[loc_36196] -ambient=25 -contrast=15 -mirror=yes -model=model_38420,1 - -// 36197 -[loc_36197] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38423,1 -model=model_38419,2 -model=model_38422,3 -model=model_38421,4 -model=model_38417,5 - -// 36198 -[loc_36198] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38554,1 - -// 36199 -[loc_36199] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38557,1 - -// 36200 -[loc_36200] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38556,1 - -// 36201 -[loc_36201] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38414,1 - -// 36202 -[loc_36202] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38414,1 - -// 36203 -[loc_36203] -ambient=25 -contrast=15 -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38555,1 - -// 36204 -[loc_36204] -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7448 -recolhsl1d=9492 -recolhsl2s=7452 -recolhsl2d=9496 -recolhsl3s=7460 -recolhsl3d=9500 -recolhsl4s=11334 -recolhsl4d=10398 -recolhsl5s=11338 -recolhsl5d=10402 -recolhsl6s=11346 -recolhsl6d=10406 -model=model_38555,1 - -// 36205 -[loc_36205] -ambient=25 -contrast=15 -model=model_38430,1 - -// 36206 -[loc_36206] -ambient=25 -contrast=15 -model=model_38433,1 -model=model_38426,2 - -// 36207 -[loc_36207] -ambient=25 -contrast=15 -model=model_38427,1 -model=model_38440,2 - -// 36208 -[loc_36208] -ambient=25 -contrast=15 -model=model_38442,1 - -// 36209 -[loc_36209] -ambient=25 -contrast=15 -model=model_38438,1 - -// 36210 -[loc_36210] -ambient=25 -contrast=15 -model=model_38435,1 - -// 36211 -[loc_36211] -ambient=25 -contrast=15 -model=model_38428,1 - -// 36212 -[loc_36212] -ambient=25 -contrast=15 -model=model_38432,1 - -// 36213 -[loc_36213] -ambient=25 -contrast=15 -model=model_38439,1 - -// 36214 -[loc_36214] -ambient=25 -contrast=15 -model=model_38429,1 - -// 36215 -[loc_36215] -ambient=25 -contrast=15 -model=model_38441,1 - -// 36216 -[loc_36216] -ambient=25 -contrast=15 -mirror=yes -model=model_38441,1 - -// 36217 -[loc_36217] -ambient=25 -contrast=15 -model=model_38436,1 - -// 36218 -[loc_36218] -ambient=25 -contrast=15 -mirror=yes -model=model_38436,1 - -// 36219 -[loc_36219] -ambient=25 -contrast=15 -model=model_38437,1 - -// 36220 -[loc_36220] -ambient=25 -contrast=15 -mirror=yes -model=model_38437,1 - -// 36221 -[loc_36221] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_38434 - -// 36222 -[loc_36222] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_38431 - -// 36223 -[loc_36223] -ambient=25 -contrast=15 -model=model_38411,4 - -// 36224 -[loc_36224] -ambient=25 -contrast=15 -model=model_38407,4 - -// 36225 -[loc_36225] -ambient=25 -contrast=15 -model=model_38413,4 - -// 36226 -[loc_36226] -ambient=25 -contrast=15 -mirror=yes -model=model_38413,4 - -// 36227 -[loc_36227] -ambient=25 -contrast=15 -model=model_38405,4 - -// 36228 -[loc_36228] -ambient=25 -contrast=15 -model=model_38408,4 - -// 36229 -[loc_36229] -ambient=25 -contrast=15 -mirror=yes -model=model_38408,4 - -// 36230 -[loc_36230] -ambient=25 -contrast=15 -model=model_38406 -name=Flag Banner - -// 36231 -[loc_36231] -ambient=25 -contrast=15 -model=model_38404 -name=Flag Banner - -// 36232 -[loc_36232] -ambient=25 -contrast=15 -model=model_38400 -name=Flag Banner - -// 36233 -[loc_36233] -ambient=25 -contrast=15 -model=model_38409 -name=Flag Banner - -// 36234 -[loc_36234] -ambient=25 -contrast=15 -model=model_38402 -name=Flag Banner - -// 36235 -[loc_36235] -ambient=25 -contrast=15 -model=model_38412 -name=Flag Banner - -// 36236 -[loc_36236] -ambient=25 -contrast=15 -model=model_38403 -name=Flag Banner - -// 36237 -[loc_36237] -ambient=25 -contrast=15 -model=model_38399 -name=Flag Banner - -// 36238 -[loc_36238] -ambient=25 -contrast=15 -model=model_38401 -name=Flag Banner - -// 36239 -[loc_36239] -ambient=25 -contrast=15 -model=model_38410 -name=Flag Banner - -// 36240 -[loc_36240] -active=no -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -recolhsl5s=12818 -recolhsl5d=9488 -recolhsl6s=12698 -recolhsl6d=9496 -model=model_38390 - -// 36241 -[loc_36241] -active=no -contrast=15 -ambient=25 -mirror=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -recolhsl5s=12818 -recolhsl5d=9488 -recolhsl6s=12698 -recolhsl6d=9496 -model=model_38390 - -// 36242 -[loc_36242] -active=no -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -recolhsl5s=12818 -recolhsl5d=9488 -recolhsl6s=12698 -recolhsl6d=9496 -model=model_38379 - -// 36243 -[loc_36243] -active=no -contrast=15 -ambient=25 -mirror=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -recolhsl5s=12818 -recolhsl5d=9488 -recolhsl6s=12698 -recolhsl6d=9496 -model=model_38379 - -// 36244 -[loc_36244] -active=no -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -recolhsl5s=12818 -recolhsl5d=9488 -recolhsl6s=12698 -recolhsl6d=9496 -model=model_38391 - -// 36245 -[loc_36245] -active=no -contrast=15 -ambient=25 -mirror=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -recolhsl5s=12818 -recolhsl5d=9488 -recolhsl6s=12698 -recolhsl6d=9496 -model=model_38391 - -// 36246 -[loc_36246] -active=no -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -recolhsl5s=12818 -recolhsl5d=9488 -recolhsl6s=12698 -recolhsl6d=9496 -model=model_38387 - -// 36247 -[loc_36247] -active=no -contrast=15 -ambient=25 -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -recolhsl5s=12818 -recolhsl5d=9488 -recolhsl6s=12698 -recolhsl6d=9496 -model=model_38393 - -// 36248 -[loc_36248] -active=no -contrast=15 -ambient=25 -mirror=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -recolhsl5s=12818 -recolhsl5d=9488 -recolhsl6s=12698 -recolhsl6d=9496 -model=model_38393 - -// 36249 -[loc_36249] -active=no -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -model=model_38544 - -// 36250 -[loc_36250] -active=no -blockwalk=yes -ambient=25 -contrast=15 -anim=seq_9662 -width=2 -length=2 -model=model_38398 - -// 36251 -[loc_36251] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -model=model_38354,1 - -// 36252 -[loc_36252] -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -blockrange=no -recolhsl1s=5392 -recolhsl1d=7440 -recolhsl2s=5396 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recol4s=9445 -recol4d=9477 -recolhsl5s=5408 -recolhsl5d=7456 -model=model_38354,1 - -// 36253 -[loc_36253] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_38357 - -// 36254 -[loc_36254] -active=no -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_38364 - -// 36255 -[loc_36255] -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_38347 -name=Table - -// 36256 -[loc_36256] -blockwalk=yes -width=2 -length=3 -ambient=25 -contrast=15 -model=model_38344 -name=Bed - -// 36257 -[loc_36257] -blockwalk=yes -width=2 -length=3 -ambient=25 -contrast=15 -model=model_38351 -name=Bed - -// 36258 -[loc_36258] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_38327,1 - -// 36259 -[loc_36259] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -mirror=yes -recolhsl1s=5396 -recolhsl1d=7440 -recolhsl2s=5398 -recolhsl2d=7444 -recolhsl3s=5400 -recolhsl3d=7448 -recolhsl4s=5402 -recolhsl4d=7452 -recolhsl5s=5404 -recolhsl5d=7456 -model=model_38327,1 - -// 36260 -[loc_36260] -ambient=25 -contrast=15 -active=no -recolhsl1s=5545 -recolhsl1d=7440 -recolhsl2s=6445 -recolhsl2d=7444 -recolhsl3s=6449 -recolhsl3d=7448 -recol4s=17865 -recol4d=9477 -recolhsl5s=6461 -recolhsl5d=7456 -recolhsl6s=6466 -recolhsl6d=7460 -model=model_38350,Q - -// 36261 -[loc_36261] -active=no -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_38364 - -// 36262 -[loc_36262] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6684 -recolhsl1d=7440 -recolhsl2s=5665 -recolhsl2d=7444 -recolhsl3s=5545 -recolhsl3d=7448 -recol4s=15718 -recol4d=9477 -recolhsl5s=5549 -recolhsl5d=7456 -retex1s=material_571 -retex1d=material_102 -model=model_38363 -name=Bank booth - -// 36263 -[loc_36263] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_38346 -name=Gold bars - -// 36264 -[loc_36264] -active=no -contrast=15 -ambient=25 -sharelight=yes -hardshadow=no -recolhsl1s=5772 -recolhsl1d=7444 -recol2s=9409 -recol2d=9477 -recolhsl3s=6684 -recolhsl3d=7468 -model=model_38353 - -// 36265 -[loc_36265] -active=no -contrast=15 -ambient=25 -offsety=122 -sharelight=yes -recolhsl1s=5772 -recolhsl1d=7444 -recol2s=9409 -recol2d=9477 -recolhsl3s=6684 -recolhsl3d=7468 -model=model_38353 - -// 36266 -[loc_36266] -active=no -blockwalk=yes -shadow=no -contrast=15 -ambient=25 -sharelight=yes -hardshadow=no -recolhsl1s=5772 -recolhsl1d=7444 -recol2s=9409 -recol2d=9477 -recolhsl3s=6684 -recolhsl3d=7468 -model=model_38348 -model2=model_38353 - -// 36267 -[loc_36267] -blockwalk=yes -active=no -contrast=15 -ambient=25 -model=model_38369 - -// 36268 -[loc_36268] -blockwalk=yes -active=no -contrast=15 -ambient=25 -model=model_38366 - -// 36269 -[loc_36269] -blockwalk=yes -active=no -contrast=15 -ambient=25 -model=model_38368 - -// 36270 -[loc_36270] -blockwalk=yes -active=no -contrast=15 -ambient=25 -model=model_38370 - -// 36271 -[loc_36271] -blockwalk=yes -active=no -contrast=15 -ambient=25 -mirror=yes -model=model_38370 - -// 36272 -[loc_36272] -blockwalk=yes -active=no -contrast=15 -ambient=25 -blockrange=no -model=model_38365,1 -model=model_38367,3 - -// 36273 -[loc_36273] -ambient=25 -contrast=15 -retex1s=material_159 -retex1d=material_90 -model=model_38345 -name=Suit of armour - -// 36274 -[loc_36274] -active=no -contrast=15 -ambient=25 -blockwalk=yes -width=2 -model=model_38343 - -// 36275 -[loc_36275] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -width=2 -model=model_38343 - -// 36276 -[loc_36276] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_38358 - -// 36277 -[loc_36277] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_38340 - -// 36278 -[loc_36278] -sharelight=yes -active=no -ambient=25 -contrast=20 -offsety=120 -hardshadow=no -model=model_38314 - -// 36279 -[loc_36279] -sharelight=yes -active=no -ambient=25 -contrast=20 -offsety=120 -mirror=yes -hardshadow=no -model=model_38314 - -// 36280 -[loc_36280] -sharelight=yes -active=no -ambient=25 -contrast=20 -hardshadow=no -model=model_38311 - -// 36281 -[loc_36281] -sharelight=yes -active=no -ambient=25 -contrast=20 -mirror=yes -hardshadow=no -model=model_38311 - -// 36282 -[loc_36282] -sharelight=yes -active=no -ambient=25 -contrast=20 -hardshadow=no -model=model_38543 - -// 36283 -[loc_36283] -sharelight=yes -active=no -ambient=25 -contrast=20 -mirror=yes -hardshadow=no -model=model_38543 - -// 36284 -[loc_36284] -sharelight=yes -active=no -ambient=25 -contrast=20 -hardshadow=no -model=model_38540 - -// 36285 -[loc_36285] -sharelight=yes -active=no -ambient=25 -contrast=20 -hardshadow=no -model=model_38541 - -// 36286 -[loc_36286] -sharelight=yes -active=no -ambient=25 -contrast=20 -hardshadow=no -model=model_38542 - -// 36287 -[loc_36287] -ambient=25 -contrast=15 -blockwalk=yes -model=model_38359 -name=Suit of armour - -// 36288 -[loc_36288] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -model=model_38558,1 - -// 36289 -[loc_36289] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -mirror=yes -model=model_38558,1 - -// 36290 -[loc_36290] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -model=model_38561,1 - -// 36291 -[loc_36291] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -mirror=yes -model=model_38561,1 - -// 36292 -[loc_36292] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -model=model_38560,1 - -// 36293 -[loc_36293] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -model=model_38559,1 - -// 36294 -[loc_36294] -ambient=25 -contrast=20 -occlude=yes -wallwidth=25 -mirror=yes -model=model_38559,1 - -// 36295 -[loc_36295] -active=no -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38551 - -// 36296 -[loc_36296] -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38546,5 - -// 36297 -[loc_36297] -active=no -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38547 - -// 36298 -[loc_36298] -active=no -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38553 - -// 36299 -[loc_36299] -active=no -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38548 - -// 36300 -[loc_36300] -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38549,5 - -// 36301 -[loc_36301] -active=no -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38550 - -// 36302 -[loc_36302] -active=no -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38552 - -// 36303 -[loc_36303] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38551 - -// 36304 -[loc_36304] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38553 - -// 36305 -[loc_36305] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -recolhsl1s=8390 -recolhsl1d=11338 -recolhsl2s=8076 -recolhsl2d=7448 -recol3s=8421 -recol3d=9478 -recol4s=13706 -recol4d=12649 -model=model_38548 - -// 36306 -[loc_36306] -op1=Climb-down -sharelight=yes -msi=msi_7 -recol1s=7428 -recol1d=10500 -recol2s=9542 -recol2d=13638 -recol3s=11656 -recol3d=14728 -model=model_38333 -name=Ladder - -// 36307 -[loc_36307] -msi=msi_21 -ambient=25 -contrast=20 -retex1s=material_2 -retex1d=material_23 -model=model_38429 -name=Rope Ladder - -// 36308 -[loc_36308] -msi=msi_21 -ambient=25 -contrast=20 -retex1s=material_2 -retex1d=material_23 -model=model_38430 -name=Wall - -// 36309 -[loc_36309] -blockwalk=yes -width=3 -active=yes -anim=seq_2331 -blockrange=no -multivar=varplayerbit_799 -multiloc=0,loc_9328 -multiloc=1,loc_9328 -multiloc=2,loc_9328 -multiloc=3,loc_9328 -multiloc=4,loc_9328 -multiloc=5,loc_9328 -multiloc=6,loc_9328 -multiloc=7,loc_9329 -multiloc=8,loc_9329 -multiloc=9,loc_9329 -multiloc=10,loc_9329 -multiloc=11,loc_9329 -multiloc=12,loc_9329 -multiloc=13,loc_9329 - -// 36310 -[loc_36310] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -hardshadow=no -recol1s=12581 -recol1d=13638 -model=model_38631,0 - -// 36311 -[loc_36311] -active=no -hillchange=skew_to_fit -model=model_35211 - -// 36312 -[loc_36312] -active=yes -op1=Climb -anim=seq_9656 -model=model_38180,Q -name=Climbing Rope - -// 36313 -[loc_36313] -active=yes -contrast=15 -ambient=25 -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38240,1 -name=Battlements - -// 36314 -[loc_36314] -active=yes -contrast=15 -ambient=25 -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38240,1 -name=Battlements - -// 36315 -[loc_36315] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8844 -recolhsl1d=5396 -recolhsl2s=6682 -recolhsl2d=5408 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36316 -[loc_36316] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8844 -recolhsl1d=5396 -recolhsl2s=6682 -recolhsl2d=5408 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36317 -[loc_36317] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=8844 -recolhsl1d=5396 -recolhsl2s=6682 -recolhsl2d=5408 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36318 -[loc_36318] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=8844 -recolhsl1d=5396 -recolhsl2s=6682 -recolhsl2d=5408 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36319 -[loc_36319] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36320 -[loc_36320] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36321 -[loc_36321] -active=no -width=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=16704 -recol1d=9445 -recol2s=12513 -recol2d=8388 -recolhsl3s=5908 -recolhsl3d=5396 -recol4s=6241 -recol4d=5251 -model=model_38188 - -// 36322 -[loc_36322] -ambient=25 -contrast=15 -resizex=150 -resizey=150 -resizez=150 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7704 -name=Boxes - -// 36323 -[loc_36323] -contrast=15 -ambient=25 -contrast=15 -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7685 -name=Crate - -// 36324 -[loc_36324] -ambient=25 -contrast=15 -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7700 -name=Crate - -// 36325 -[loc_36325] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5448 -recolhsl1d=5408 -recol2s=22059 -recol2d=9445 -recol3s=21002 -recol3d=8388 -recolhsl4s=6453 -recolhsl4d=5396 -recol5s=16808 -recol5d=5251 -model=model_29632 -name=Barrel of swords - -// 36326 -[loc_36326] -blockwalk=yes -ambient=25 -contrast=15 -active=yes -blockrange=no -recolhsl1s=6451 -recolhsl1d=5408 -recol2s=13638 -recol2d=9445 -recol3s=12581 -recol3d=8388 -recolhsl4s=6558 -recolhsl4d=5396 -recol5s=7297 -recol5d=5251 -model=model_25198 -name=Barrel - -// 36327 -[loc_36327] -ambient=25 -contrast=15 -recol1s=12548 -recol1d=9445 -recol2s=11491 -recol2d=8388 -recolhsl3s=5784 -recolhsl3d=5396 -recolhsl4s=5541 -recolhsl4d=5408 -recol5s=7297 -recol5d=5251 -model=model_8232 -name=Barrel - -// 36328 -[loc_36328] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11798 - -// 36329 -[loc_36329] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11799 - -// 36330 -[loc_36330] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11800 - -// 36331 -[loc_36331] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_38200 - -// 36332 -[loc_36332] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11795 - -// 36333 -[loc_36333] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11796 - -// 36334 -[loc_36334] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11797 - -// 36335 -[loc_36335] -ambient=25 -contrast=15 -recolhsl1s=7700 -recolhsl1d=5408 -recol2s=6272 -recol2d=9445 -recolhsl3s=7952 -recolhsl3d=5396 -model=model_2132 -name=Shelves - -// 36336 -[loc_36336] -ambient=25 -contrast=15 -recolhsl1s=7700 -recolhsl1d=5408 -recol2s=6272 -recol2d=9445 -recolhsl3s=7952 -recolhsl3d=5396 -model=model_2133 -name=Shelves - -// 36337 -[loc_36337] -ambient=25 -contrast=15 -recolhsl1s=7700 -recolhsl1d=5408 -recol2s=6272 -recol2d=9445 -recolhsl3s=7952 -recolhsl3d=5396 -model=model_2134 -name=Shelves - -// 36338 -[loc_36338] -ambient=25 -contrast=15 -recolhsl1s=7700 -recolhsl1d=5408 -recol2s=6272 -recol2d=9445 -recolhsl3s=7952 -recolhsl3d=5396 -model=model_2135 -name=Shelves - -// 36339 -[loc_36339] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8844 -recolhsl1d=6444 -recolhsl2s=6682 -recolhsl2d=6432 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36340 -[loc_36340] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8844 -recolhsl1d=6444 -recolhsl2s=6682 -recolhsl2d=6432 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36341 -[loc_36341] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=8844 -recolhsl1d=6444 -recolhsl2s=6682 -recolhsl2d=6432 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36342 -[loc_36342] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=8844 -recolhsl1d=6444 -recolhsl2s=6682 -recolhsl2d=6432 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36343 -[loc_36343] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=7064 -recolhsl1d=6440 -recolhsl2s=6945 -recolhsl2d=6436 -recolhsl3s=6940 -recolhsl3d=6432 -recolhsl4s=6038 -recolhsl4d=6428 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36344 -[loc_36344] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=7064 -recolhsl1d=6440 -recolhsl2s=6945 -recolhsl2d=6436 -recolhsl3s=6940 -recolhsl3d=6432 -recolhsl4s=6038 -recolhsl4d=6428 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36345 -[loc_36345] -active=no -width=2 -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7073 -recolhsl1d=6436 -recolhsl2s=5914 -recolhsl2d=6432 -recolhsl3s=5908 -recolhsl3d=6428 -recolhsl4s=4750 -recolhsl4d=6424 -model=model_38188 - -// 36346 -[loc_36346] -active=no -length=2 -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7073 -recolhsl1d=6436 -recolhsl2s=5914 -recolhsl2d=6432 -recolhsl3s=5908 -recolhsl3d=6428 -recolhsl4s=4750 -recolhsl4d=6424 -model=model_38186 - -// 36347 -[loc_36347] -active=yes -sharelight=yes -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=6444 -recolhsl2s=5788 -recolhsl2d=6440 -recolhsl3s=5673 -recolhsl3d=6436 -model=model_5187 -name=Ladder - -// 36348 -[loc_36348] -active=yes -sharelight=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=6444 -recolhsl2s=5788 -recolhsl2d=6440 -recolhsl3s=5673 -recolhsl3d=6436 -model=model_5187 -name=Ladder - -// 36349 -[loc_36349] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -msi=msi_7 -ambient=25 -contrast=15 -recolhsl1s=5912 -recolhsl1d=6444 -recolhsl2s=5788 -recolhsl2d=6440 -recolhsl3s=5673 -recolhsl3d=6436 -model=model_9504 -name=Ladder - -// 36350 -[loc_36350] -width=2 -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6451 -recolhsl1d=6444 -recolhsl2s=6443 -recolhsl2d=6440 -recolhsl3s=6439 -recolhsl3d=6436 -recolhsl4s=6563 -recolhsl4d=6432 -recolhsl5s=6558 -recolhsl5d=6428 -recolhsl6s=6682 -recolhsl6d=6424 -model=model_7906 -name=Table - -// 36351 -[loc_36351] -contrast=15 -ambient=25 -contrast=15 -recolhsl1s=6563 -recolhsl1d=6436 -recolhsl2s=6443 -recolhsl2d=6428 -recolhsl3s=6806 -recolhsl3d=6444 -recolhsl4s=6682 -recolhsl4d=6440 -recolhsl5s=6439 -recolhsl5d=6424 -recolhsl6s=6558 -recolhsl6d=6432 -model=model_7685 -name=Crate - -// 36352 -[loc_36352] -ambient=25 -contrast=15 -recolhsl1s=6563 -recolhsl1d=6436 -recolhsl2s=6443 -recolhsl2d=6428 -recolhsl3s=6806 -recolhsl3d=6444 -recolhsl4s=6682 -recolhsl4d=6440 -recolhsl5s=6439 -recolhsl5d=6424 -recolhsl6s=6558 -recolhsl6d=6432 -model=model_7700 -name=Crate - -// 36353 -[loc_36353] -ambient=25 -contrast=15 -recolhsl1s=5665 -recolhsl1d=6440 -recolhsl2s=5660 -recolhsl2d=6436 -recolhsl3s=5784 -recolhsl3d=6432 -recolhsl4s=5541 -recolhsl4d=6444 -recolhsl5s=5904 -recolhsl5d=6428 -model=model_8232 -name=Barrel - -// 36354 -[loc_36354] -ambient=25 -contrast=15 -resizex=150 -resizey=150 -resizez=150 -blockrange=no -recolhsl1s=6563 -recolhsl1d=6436 -recolhsl2s=6443 -recolhsl2d=6428 -recolhsl3s=6806 -recolhsl3d=6444 -recolhsl4s=6682 -recolhsl4d=6440 -recolhsl5s=6439 -recolhsl5d=6424 -recolhsl6s=6558 -recolhsl6d=6432 -model=model_7704 -name=Boxes - -// 36355 -[loc_36355] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=5249 -recol1d=9445 -recolhsl2s=6682 -recolhsl2d=5396 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36356 -[loc_36356] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=5249 -recol1d=9445 -recolhsl2s=6682 -recolhsl2d=5396 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36357 -[loc_36357] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recol1s=5249 -recol1d=9445 -recolhsl2s=6682 -recolhsl2d=5396 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36358 -[loc_36358] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recol1s=5249 -recol1d=9445 -recolhsl2s=6682 -recolhsl2d=5396 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Door - -// 36359 -[loc_36359] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=8388 -recolhsl2s=6945 -recolhsl2d=5396 -recol3s=13569 -recol3d=5251 -recol4s=11456 -recol4d=4194 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36360 -[loc_36360] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=8388 -recolhsl2s=6945 -recolhsl2d=5396 -recol3s=13569 -recol3d=5251 -recol4s=11456 -recol4d=4194 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36361 -[loc_36361] -active=no -width=2 -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7073 -recolhsl1d=5396 -recol2s=12513 -recol2d=5251 -recol3s=9377 -recol3d=4194 -recolhsl4s=4750 -recolhsl4d=5384 -model=model_38188 - -// 36362 -[loc_36362] -active=no -length=2 -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7073 -recolhsl1d=5396 -recol2s=12513 -recol2d=5251 -recol3s=9377 -recol3d=4194 -recolhsl4s=4750 -recolhsl4d=5384 -model=model_38186 - -// 36363 -[loc_36363] -active=yes -sharelight=yes -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5396 -model=model_5187 -name=Ladder - -// 36364 -[loc_36364] -active=yes -sharelight=yes -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5396 -model=model_5187 -name=Ladder - -// 36365 -[loc_36365] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5396 -model=model_9504 -name=Ladder - -// 36366 -[loc_36366] -width=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=16809 -recol1d=9445 -recol2s=14695 -recol2d=8388 -recolhsl3s=6439 -recolhsl3d=5396 -recol4s=12581 -recol4d=5251 -recol5s=11524 -recol5d=4194 -recolhsl6s=6682 -recolhsl6d=5384 -model=model_7906 -name=Table - -// 36367 -[loc_36367] -ambient=25 -contrast=15 -recol1s=12548 -recol1d=4194 -recol2s=11491 -recol2d=5251 -recolhsl3s=5784 -recolhsl3d=5396 -recolhsl4s=5541 -recolhsl4d=5384 -recol5s=7297 -recol5d=8388 -model=model_8232 -name=Barrel - -// 36368 -[loc_36368] -ambient=25 -contrast=15 -resizex=150 -resizey=150 -resizez=150 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5396 -recol2s=14695 -recol2d=4194 -recol3s=9410 -recol3d=9445 -recol4s=10467 -recol4d=8388 -recolhsl5s=6439 -recolhsl5d=5384 -recol6s=11524 -recol6d=5251 -model=model_7704 -name=Boxes - -// 36369 -[loc_36369] -contrast=15 -ambient=25 -contrast=15 -recolhsl1s=6563 -recolhsl1d=5396 -recol2s=14695 -recol2d=4194 -recol3s=9410 -recol3d=9445 -recol4s=10467 -recol4d=8388 -recolhsl5s=6439 -recolhsl5d=5384 -recol6s=11524 -recol6d=5251 -model=model_7685 -name=Crate - -// 36370 -[loc_36370] -ambient=25 -contrast=15 -recolhsl1s=6563 -recolhsl1d=5396 -recol2s=14695 -recol2d=4194 -recol3s=9410 -recol3d=9445 -recol4s=10467 -recol4d=8388 -recolhsl5s=6439 -recolhsl5d=5384 -recol6s=11524 -recol6d=5251 -model=model_7700 -name=Crate - -// 36371 -[loc_36371] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38236,1 -model=model_38227,2 -model=model_38215,3 -model=model_38222,5 - -// 36372 -[loc_36372] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38234,1 - -// 36373 -[loc_36373] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -model=model_38234,1 - -// 36374 -[loc_36374] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38241,1 - -// 36375 -[loc_36375] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -model=model_38241,1 - -// 36376 -[loc_36376] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38213,1 -model=model_38245,2 -model=model_38230,3 - -// 36377 -[loc_36377] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38232,5 - -// 36378 -[loc_36378] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38238,5 - -// 36379 -[loc_36379] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -blockrange=no -model=model_38239,1 -model=model_38242,2 -model=model_38218,3 -model=model_38243,5 - -// 36380 -[loc_36380] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -blockrange=no -model=model_38209,1 - -// 36381 -[loc_36381] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=16 -blockrange=no -model=model_38209,1 - -// 36382 -[loc_36382] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -blockrange=no -model=model_38235,1 -model=model_38221,3 - -// 36383 -[loc_36383] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38233,1 -model=model_38226,2 -model=model_38228,3 -model=model_38223,5 - -// 36384 -[loc_36384] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38211,1 - -// 36385 -[loc_36385] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -model=model_38211,1 - -// 36386 -[loc_36386] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38210,1 - -// 36387 -[loc_36387] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -model=model_38210,1 - -// 36388 -[loc_36388] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38212,1 -model=model_38229,3 - -// 36389 -[loc_36389] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38236,1 -model=model_38227,2 -model=model_38215,3 -model=model_38222,5 - -// 36390 -[loc_36390] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38234,1 - -// 36391 -[loc_36391] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38234,1 - -// 36392 -[loc_36392] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38241,1 - -// 36393 -[loc_36393] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38241,1 - -// 36394 -[loc_36394] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38213,1 -model=model_38245,2 -model=model_38230,3 - -// 36395 -[loc_36395] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38232,5 - -// 36396 -[loc_36396] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38238,5 - -// 36397 -[loc_36397] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38231,5 - -// 36398 -[loc_36398] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38225,5 - -// 36399 -[loc_36399] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38233,1 -model=model_38226,2 -model=model_38228,3 -model=model_38223,5 - -// 36400 -[loc_36400] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38211,1 - -// 36401 -[loc_36401] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38211,1 - -// 36402 -[loc_36402] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38210,1 - -// 36403 -[loc_36403] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38210,1 - -// 36404 -[loc_36404] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38212,1 -model=model_38229,3 - -// 36405 -[loc_36405] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38239,1 -model=model_38242,2 -model=model_38218,3 -model=model_38243,5 - -// 36406 -[loc_36406] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38209,1 - -// 36407 -[loc_36407] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38209,1 - -// 36408 -[loc_36408] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38235,1 -model=model_38221,3 - -// 36409 -[loc_36409] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38239,1 -model=model_38242,2 -model=model_38218,3 -model=model_38243,5 - -// 36410 -[loc_36410] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38235,1 -model=model_38221,3 - -// 36411 -[loc_36411] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38236,1 -model=model_38227,2 -model=model_38215,3 -model=model_38222,5 - -// 36412 -[loc_36412] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38237,1 -model=model_38220,2 -model=model_38217,5 - -// 36413 -[loc_36413] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38234,1 - -// 36414 -[loc_36414] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38234,1 - -// 36415 -[loc_36415] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38241,1 - -// 36416 -[loc_36416] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38241,1 - -// 36417 -[loc_36417] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38213,1 -model=model_38245,2 -model=model_38230,3 - -// 36418 -[loc_36418] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38213,1 -model=model_38245,2 -model=model_38230,3 - -// 36419 -[loc_36419] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38231,5 - -// 36420 -[loc_36420] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38225,5 - -// 36421 -[loc_36421] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38232,5 - -// 36422 -[loc_36422] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38238,5 - -// 36423 -[loc_36423] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38233,1 -model=model_38226,2 -model=model_38228,3 -model=model_38223,5 - -// 36424 -[loc_36424] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38211,1 - -// 36425 -[loc_36425] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38211,1 - -// 36426 -[loc_36426] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38210,1 - -// 36427 -[loc_36427] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38210,1 - -// 36428 -[loc_36428] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38212,1 -model=model_38229,3 - -// 36429 -[loc_36429] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38239,1 -model=model_38242,2 -model=model_38218,3 -model=model_38243,5 - -// 36430 -[loc_36430] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38239,1 -model=model_38242,2 -model=model_38218,3 -model=model_38243,5 - -// 36431 -[loc_36431] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38209,1 - -// 36432 -[loc_36432] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38209,1 - -// 36433 -[loc_36433] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38235,1 -model=model_38221,3 - -// 36434 -[loc_36434] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38235,1 -model=model_38221,3 - -// 36435 -[loc_36435] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38239,1 -model=model_38242,2 -model=model_38218,3 -model=model_38243,5 - -// 36436 -[loc_36436] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -wallwidth=16 -blockrange=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38235,1 -model=model_38221,3 - -// 36437 -[loc_36437] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38272,1 - -// 36438 -[loc_36438] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38281,1 - -// 36439 -[loc_36439] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38275,1 - -// 36440 -[loc_36440] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -model=model_38290,1 - -// 36441 -[loc_36441] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_38278 -name=Steps - -// 36442 -[loc_36442] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_38271 - -// 36443 -[loc_36443] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_38265 -name=Steps - -// 36444 -[loc_36444] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_38293 - -// 36445 -[loc_36445] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_38283 -name=Steps - -// 36446 -[loc_36446] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_38270 - -// 36447 -[loc_36447] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -model=model_38286 - -// 36448 -[loc_36448] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38262 - -// 36449 -[loc_36449] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38285 - -// 36450 -[loc_36450] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38291 - -// 36451 -[loc_36451] -op1=Climb -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38272,1 -name=Stairs - -// 36452 -[loc_36452] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38272,1 - -// 36453 -[loc_36453] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38272,1 - -// 36454 -[loc_36454] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38260,1 - -// 36455 -[loc_36455] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38281,1 - -// 36456 -[loc_36456] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38281,1 - -// 36457 -[loc_36457] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38284,1 - -// 36458 -[loc_36458] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38275,1 - -// 36459 -[loc_36459] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38279,1 - -// 36460 -[loc_36460] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38258,1 - -// 36461 -[loc_36461] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38258,1 - -// 36462 -[loc_36462] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38267,1 - -// 36463 -[loc_36463] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38290,1 - -// 36464 -[loc_36464] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38263,1 - -// 36465 -[loc_36465] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38277,1 - -// 36466 -[loc_36466] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38274,1 - -// 36467 -[loc_36467] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38277,1 - -// 36468 -[loc_36468] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38278 -name=Steps - -// 36469 -[loc_36469] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38265 -name=Steps - -// 36470 -[loc_36470] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38271 - -// 36471 -[loc_36471] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38293 - -// 36472 -[loc_36472] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38278 -name=Steps - -// 36473 -[loc_36473] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38271 - -// 36474 -[loc_36474] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38265 -name=Steps - -// 36475 -[loc_36475] -active=yes -op1=Climb -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38265 -name=Stairs - -// 36476 -[loc_36476] -active=no -op1=Climb -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38265 - -// 36477 -[loc_36477] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38293 - -// 36478 -[loc_36478] -active=yes -op1=Climb -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38293 -name=Stairs - -// 36479 -[loc_36479] -active=no -op1=Climb -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38293 - -// 36480 -[loc_36480] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -op1=Climb-up -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38289 -name=Steps - -// 36481 -[loc_36481] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -op1=Climb-up -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38287 -name=Steps - -// 36482 -[loc_36482] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38292 - -// 36483 -[loc_36483] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38269 - -// 36484 -[loc_36484] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -op1=Climb-up -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38273 -name=Steps - -// 36485 -[loc_36485] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38280 - -// 36486 -[loc_36486] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38264,1 -model=model_38268,2 - -// 36487 -[loc_36487] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38259,1 - -// 36488 -[loc_36488] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38282,1 - -// 36489 -[loc_36489] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38261,1 - -// 36490 -[loc_36490] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38282,1 - -// 36491 -[loc_36491] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38276 - -// 36492 -[loc_36492] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38266 - -// 36493 -[loc_36493] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38288 - -// 36494 -[loc_36494] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38266 - -// 36495 -[loc_36495] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -op1=Climb-up -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38283 -name=Steps - -// 36496 -[loc_36496] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38270 - -// 36497 -[loc_36497] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38286 - -// 36498 -[loc_36498] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38262 - -// 36499 -[loc_36499] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38285 - -// 36500 -[loc_36500] -op1=Climb -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38291 - -// 36501 -[loc_36501] -op1=Climb -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38272,1 -name=Stairs - -// 36502 -[loc_36502] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38260,1 - -// 36503 -[loc_36503] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38281,1 - -// 36504 -[loc_36504] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38284,1 - -// 36505 -[loc_36505] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38275,1 - -// 36506 -[loc_36506] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38279,1 - -// 36507 -[loc_36507] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38258,1 - -// 36508 -[loc_36508] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38258,1 - -// 36509 -[loc_36509] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38290,1 - -// 36510 -[loc_36510] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38263,1 - -// 36511 -[loc_36511] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38277,1 - -// 36512 -[loc_36512] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38277,1 - -// 36513 -[loc_36513] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38278 -name=Steps - -// 36514 -[loc_36514] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38265 -name=Steps - -// 36515 -[loc_36515] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38271 - -// 36516 -[loc_36516] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38293 - -// 36517 -[loc_36517] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38278 -name=Steps - -// 36518 -[loc_36518] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38271 - -// 36519 -[loc_36519] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38265 -name=Steps - -// 36520 -[loc_36520] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38293 - -// 36521 -[loc_36521] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -op1=Climb-up -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38289 -name=Steps - -// 36522 -[loc_36522] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38292 - -// 36523 -[loc_36523] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -op1=Climb-up -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38273 -name=Steps - -// 36524 -[loc_36524] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38280 - -// 36525 -[loc_36525] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38264,1 -model=model_38268,2 - -// 36526 -[loc_36526] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38259,1 - -// 36527 -[loc_36527] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38282,1 - -// 36528 -[loc_36528] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38282,1 - -// 36529 -[loc_36529] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38276 - -// 36530 -[loc_36530] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38266 - -// 36531 -[loc_36531] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38266 - -// 36532 -[loc_36532] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -op1=Climb-up -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38283 -name=Steps - -// 36533 -[loc_36533] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38270 - -// 36534 -[loc_36534] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38286 - -// 36535 -[loc_36535] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38261,1 - -// 36536 -[loc_36536] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38267,1 - -// 36537 -[loc_36537] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38274,1 - -// 36538 -[loc_36538] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38288 - -// 36539 -[loc_36539] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38269 - -// 36540 -[loc_36540] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -mirror=yes -op1=Climb-up -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38287 -name=Steps - -// 36541 -[loc_36541] -active=no -contrast=15 -ambient=25 -model=model_38193,Q - -// 36542 -[loc_36542] -active=no -contrast=15 -ambient=25 -recolhsl1s=6440 -recolhsl1d=5412 -recolhsl2s=6428 -recolhsl2d=5396 -model=model_38193,Q - -// 36543 -[loc_36543] -active=no -contrast=15 -ambient=25 -model=model_38195,Q - -// 36544 -[loc_36544] -active=no -contrast=15 -ambient=25 -recolhsl1s=5400 -recolhsl1d=5412 -recolhsl2s=5388 -recolhsl2d=5396 -model=model_38195,Q - -// 36545 -[loc_36545] -ambient=25 -contrast=15 -blockwalk=yes -active=no -model=model_38191 - -// 36546 -[loc_36546] -ambient=25 -contrast=15 -blockwalk=yes -active=no -recolhsl1s=5412 -recolhsl1d=5404 -recolhsl2s=5400 -recolhsl2d=5396 -recolhsl3s=5392 -recolhsl3d=5384 -model=model_38191 - -// 36547 -[loc_36547] -ambient=25 -contrast=15 -blockwalk=yes -active=no -recolhsl1s=5412 -recolhsl1d=6444 -recolhsl2s=5400 -recolhsl2d=6436 -recolhsl3s=5392 -recolhsl3d=6424 -model=model_38191 - -// 36548 -[loc_36548] -ambient=25 -contrast=15 -blockwalk=yes -active=no -anim=seq_9642 -model=model_36801 - -// 36549 -[loc_36549] -ambient=25 -contrast=15 -blockwalk=yes -active=no -anim=seq_9642 -model=model_36793 - -// 36550 -[loc_36550] -ambient=25 -contrast=15 -blockwalk=yes -active=no -anim=seq_9642 -recolhsl1s=5412 -recolhsl1d=5404 -recolhsl2s=5400 -recolhsl2d=5396 -recolhsl3s=5392 -recolhsl3d=5384 -model=model_36793 - -// 36551 -[loc_36551] -ambient=25 -contrast=15 -blockwalk=yes -active=no -anim=seq_9642 -recolhsl1s=5412 -recolhsl1d=6444 -recolhsl2s=5400 -recolhsl2d=6436 -recolhsl3s=5392 -recolhsl3d=6424 -model=model_36801 - -// 36552 -[loc_36552] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38297,0 - -// 36553 -[loc_36553] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38296,0 - -// 36554 -[loc_36554] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38295,0 - -// 36555 -[loc_36555] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38303,0 - -// 36556 -[loc_36556] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38302,0 - -// 36557 -[loc_36557] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -mirror=yes -forcedecor=yes -model=model_38295,0 - -// 36558 -[loc_36558] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -mirror=yes -forcedecor=yes -model=model_38303,0 - -// 36559 -[loc_36559] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -mirror=yes -forcedecor=yes -model=model_38302,0 - -// 36560 -[loc_36560] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -recolhsl1s=1420 -recolhsl1d=100 -recolhsl2s=1424 -recolhsl2d=120 -recolhsl3s=2846 -recolhsl3d=40624 -model=model_38297,0 - -// 36561 -[loc_36561] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -recolhsl1s=1420 -recolhsl1d=100 -recolhsl2s=1424 -recolhsl2d=120 -recolhsl3s=2846 -recolhsl3d=40624 -model=model_38296,0 - -// 36562 -[loc_36562] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38301,0 - -// 36563 -[loc_36563] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38300,0 - -// 36564 -[loc_36564] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -mirror=yes -forcedecor=yes -model=model_38301,0 - -// 36565 -[loc_36565] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -recolhsl1s=1420 -recolhsl1d=19979 -recolhsl2s=1424 -recolhsl2d=19983 -recolhsl3s=2846 -recolhsl3d=19995 -model=model_38297,0 - -// 36566 -[loc_36566] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -recolhsl1s=1420 -recolhsl1d=19979 -recolhsl2s=1424 -recolhsl2d=19983 -recolhsl3s=2846 -recolhsl3d=19995 -model=model_38296,0 - -// 36567 -[loc_36567] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38299,0 - -// 36568 -[loc_36568] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38294,0 - -// 36569 -[loc_36569] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38304,0 - -// 36570 -[loc_36570] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38306,0 - -// 36571 -[loc_36571] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38298,0 - -// 36572 -[loc_36572] -sharelight=yes -unknown90=yes -ambient=25 -contrast=15 -forcedecor=yes -model=model_38305,0 - -// 36573 -[loc_36573] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recolhsl1s=6451 -recolhsl1d=6444 -recolhsl2s=6443 -recolhsl2d=6440 -recolhsl3s=6439 -recolhsl3d=6436 -recolhsl4s=6563 -recolhsl4d=6432 -recolhsl5s=6558 -recolhsl5d=6428 -recolhsl6s=6682 -recolhsl6d=6424 -model=model_7906 -model2=model_38322 -name=Table - -// 36574 -[loc_36574] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recolhsl1s=6451 -recolhsl1d=6444 -recolhsl2s=6443 -recolhsl2d=6440 -recolhsl3s=6439 -recolhsl3d=6436 -recolhsl4s=6563 -recolhsl4d=6432 -recolhsl5s=6558 -recolhsl5d=6428 -recolhsl6s=6682 -recolhsl6d=6424 -model=model_7906 -model2=model_38318 -name=Table - -// 36575 -[loc_36575] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recolhsl1s=6451 -recolhsl1d=6444 -recolhsl2s=6443 -recolhsl2d=6440 -recolhsl3s=6439 -recolhsl3d=6436 -recolhsl4s=6563 -recolhsl4d=6432 -recolhsl5s=6558 -recolhsl5d=6428 -recolhsl6s=6682 -recolhsl6d=6424 -model=model_7906 -model2=model_38319 -name=Table - -// 36576 -[loc_36576] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recolhsl1s=6451 -recolhsl1d=6444 -recolhsl2s=6443 -recolhsl2d=6440 -recolhsl3s=6439 -recolhsl3d=6436 -recolhsl4s=6563 -recolhsl4d=6432 -recolhsl5s=6558 -recolhsl5d=6428 -recolhsl6s=6682 -recolhsl6d=6424 -model=model_7906 -model2=model_38320 -name=Table - -// 36577 -[loc_36577] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recolhsl1s=6451 -recolhsl1d=6444 -recolhsl2s=6443 -recolhsl2d=6440 -recolhsl3s=6439 -recolhsl3d=6436 -recolhsl4s=6563 -recolhsl4d=6432 -recolhsl5s=6558 -recolhsl5d=6428 -recolhsl6s=6682 -recolhsl6d=6424 -model=model_7906 -model2=model_38321 -name=Table - -// 36578 -[loc_36578] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recolhsl1s=6451 -recolhsl1d=6444 -recolhsl2s=6443 -recolhsl2d=6440 -recolhsl3s=6439 -recolhsl3d=6436 -recolhsl4s=6563 -recolhsl4d=6432 -recolhsl5s=6558 -recolhsl5d=6428 -recolhsl6s=6682 -recolhsl6d=6424 -model=model_7906 -model2=model_38317 -name=Table - -// 36579 -[loc_36579] -width=2 -ambient=25 -contrast=15 -op1=Take-from -resizex=105 -resizey=105 -resizez=105 -blockrange=no -recolhsl1s=6451 -recolhsl1d=6444 -recolhsl2s=6443 -recolhsl2d=6440 -recolhsl3s=6439 -recolhsl3d=6436 -recolhsl4s=6563 -recolhsl4d=6432 -recolhsl5s=6558 -recolhsl5d=6428 -recolhsl6s=6682 -recolhsl6d=6424 -model=model_7906 -model2=model_38316 -name=Table - -// 36580 -[loc_36580] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recol1s=16809 -recol1d=9445 -recol2s=14695 -recol2d=8388 -recolhsl3s=6439 -recolhsl3d=5396 -recol4s=12581 -recol4d=5251 -recol5s=11524 -recol5d=4194 -recolhsl6s=6682 -recolhsl6d=5384 -model=model_7906 -model2=model_38322 -name=Table - -// 36581 -[loc_36581] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recol1s=16809 -recol1d=9445 -recol2s=14695 -recol2d=8388 -recolhsl3s=6439 -recolhsl3d=5396 -recol4s=12581 -recol4d=5251 -recol5s=11524 -recol5d=4194 -recolhsl6s=6682 -recolhsl6d=5384 -model=model_7906 -model2=model_38318 -name=Table - -// 36582 -[loc_36582] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recol1s=16809 -recol1d=9445 -recol2s=14695 -recol2d=8388 -recolhsl3s=6439 -recolhsl3d=5396 -recol4s=12581 -recol4d=5251 -recol5s=11524 -recol5d=4194 -recolhsl6s=6682 -recolhsl6d=5384 -model=model_7906 -model2=model_38319 -name=Table - -// 36583 -[loc_36583] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recol1s=16809 -recol1d=9445 -recol2s=14695 -recol2d=8388 -recolhsl3s=6439 -recolhsl3d=5396 -recol4s=12581 -recol4d=5251 -recol5s=11524 -recol5d=4194 -recolhsl6s=6682 -recolhsl6d=5384 -model=model_7906 -model2=model_38320 -name=Table - -// 36584 -[loc_36584] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recol1s=16809 -recol1d=9445 -recol2s=14695 -recol2d=8388 -recolhsl3s=6439 -recolhsl3d=5396 -recol4s=12581 -recol4d=5251 -recol5s=11524 -recol5d=4194 -recolhsl6s=6682 -recolhsl6d=5384 -model=model_7906 -model2=model_38321 -name=Table - -// 36585 -[loc_36585] -width=2 -ambient=25 -contrast=15 -op1=Take-from -blockrange=no -recol1s=16809 -recol1d=9445 -recol2s=14695 -recol2d=8388 -recolhsl3s=6439 -recolhsl3d=5396 -recol4s=12581 -recol4d=5251 -recol5s=11524 -recol5d=4194 -recolhsl6s=6682 -recolhsl6d=5384 -model=model_7906 -model2=model_38317 -name=Table - -// 36586 -[loc_36586] -width=2 -ambient=25 -contrast=15 -op1=Take-from -resizex=105 -resizey=105 -resizez=105 -blockrange=no -recol1s=16809 -recol1d=9445 -recol2s=14695 -recol2d=8388 -recolhsl3s=6439 -recolhsl3d=5396 -recol4s=12581 -recol4d=5251 -recol5s=11524 -recol5d=4194 -recolhsl6s=6682 -recolhsl6d=5384 -model=model_7906 -model2=model_38316 -name=Table - -// 36587 -[loc_36587] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=120 -model=model_38314 - -// 36588 -[loc_36588] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=120 -mirror=yes -model=model_38314 - -// 36589 -[loc_36589] -sharelight=yes -active=no -ambient=25 -contrast=15 -model=model_38311 - -// 36590 -[loc_36590] -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_38311 - -// 36591 -[loc_36591] -sharelight=yes -active=no -ambient=25 -contrast=15 -hillskew=yes -hardshadow=no -model=model_38307,1 - -// 36592 -[loc_36592] -sharelight=yes -active=no -ambient=25 -contrast=15 -hillskew=yes -hardshadow=no -model=model_38313,1 - -// 36593 -[loc_36593] -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -hillskew=yes -hardshadow=no -model=model_38313,1 - -// 36594 -[loc_36594] -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -hardshadow=no -forcedecor=yes -blockrange=no -model=model_36527,0 - -// 36595 -[loc_36595] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=120 -hardshadow=no -model=model_38314 - -// 36596 -[loc_36596] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=120 -mirror=yes -hardshadow=no -model=model_38314 - -// 36597 -[loc_36597] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_38309 - -// 36598 -[loc_36598] -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -hardshadow=no -model=model_38309 - -// 36599 -[loc_36599] -active=no -hillchange=skew_to_fit -model=model_35259 - -// 36600 -[loc_36600] -active=no -mirror=yes -hillchange=skew_to_fit -model=model_35259 - -// 36601 -[loc_36601] -active=no -hillchange=skew_to_fit -model=model_35242 - -// 36602 -[loc_36602] -active=no -mirror=yes -hillchange=skew_to_fit -model=model_35242 - -// 36603 -[loc_36603] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_38308 - -// 36604 -[loc_36604] -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -hardshadow=no -model=model_38308 - -// 36605 -[loc_36605] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_38310 - -// 36606 -[loc_36606] -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -hardshadow=no -model=model_38310 - -// 36607 -[loc_36607] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=240 -hardshadow=no -model=model_38312 - -// 36608 -[loc_36608] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=240 -mirror=yes -hardshadow=no -model=model_38312 - -// 36609 -[loc_36609] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=120 -hardshadow=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38314 - -// 36610 -[loc_36610] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=120 -mirror=yes -hardshadow=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38314 - -// 36611 -[loc_36611] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38311 - -// 36612 -[loc_36612] -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -hardshadow=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38311 - -// 36613 -[loc_36613] -sharelight=yes -active=no -ambient=25 -contrast=15 -hillskew=yes -hardshadow=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38307,1 - -// 36614 -[loc_36614] -sharelight=yes -active=no -ambient=25 -contrast=15 -hillskew=yes -hardshadow=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38313,1 - -// 36615 -[loc_36615] -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -hillskew=yes -hardshadow=no -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38313,1 - -// 36616 -[loc_36616] -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -hardshadow=no -forcedecor=yes -blockrange=no -recolhsl1s=8237 -recolhsl1d=7236 -recolhsl2s=8240 -recolhsl2d=7236 -recolhsl3s=8243 -recolhsl3d=7240 -recolhsl4s=8247 -recolhsl4d=7244 -model=model_36527,0 - -// 36617 -[loc_36617] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=120 -hardshadow=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38314 - -// 36618 -[loc_36618] -sharelight=yes -active=no -ambient=25 -contrast=15 -offsety=120 -mirror=yes -hardshadow=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38314 - -// 36619 -[loc_36619] -sharelight=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38311 - -// 36620 -[loc_36620] -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -hardshadow=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38311 - -// 36621 -[loc_36621] -sharelight=yes -active=no -ambient=25 -contrast=15 -hillskew=yes -hardshadow=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38307,1 - -// 36622 -[loc_36622] -sharelight=yes -active=no -ambient=25 -contrast=15 -hillskew=yes -hardshadow=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38313,1 - -// 36623 -[loc_36623] -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -hillskew=yes -hardshadow=no -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38313,1 - -// 36624 -[loc_36624] -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -hardshadow=no -forcedecor=yes -blockrange=no -recolhsl1s=8237 -recolhsl1d=6309 -recolhsl2s=8240 -recolhsl2d=6309 -recolhsl3s=8243 -recolhsl3d=6313 -recolhsl4s=8247 -recolhsl4d=6317 -model=model_36527,0 - -// 36625 -[loc_36625] -active=yes -op1=Go-down -raiseobject=no -blockwalk=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5408 -recolhsl3s=6490 -recolhsl3d=5412 -recol4s=25236 -recol4d=10432 -recol5s=16846 -recol5d=12512 -model=model_15521,0 -name=Trapdoor - -// 36626 -[loc_36626] -anim=seq_1727 -length=2 -width=2 -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -recolhsl1s=61 -recolhsl1d=5282 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 36627 -[loc_36627] -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -recolhsl1s=61 -recolhsl1d=5282 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 36628 -[loc_36628] -anim=seq_1727 -length=2 -width=2 -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -recolhsl1s=61 -recolhsl1d=5282 -model=model_5515 -name=Rocks - -// 36629 -[loc_36629] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=6301 -recolhsl2s=4899 -recolhsl2d=6305 -recolhsl3s=5921 -recolhsl3d=6309 -model=model_1124,0 - -// 36630 -[loc_36630] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=6301 -recolhsl2s=4899 -recolhsl2d=6305 -recolhsl3s=5921 -recolhsl3d=6309 -model=model_1139,0 - -// 36631 -[loc_36631] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=6301 -recolhsl2s=4899 -recolhsl2d=6305 -recolhsl3s=5921 -recolhsl3d=6309 -model=model_1032,0 - -// 36632 -[loc_36632] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=6301 -recolhsl2s=4899 -recolhsl2d=6305 -recolhsl3s=5921 -recolhsl3d=6309 -model=model_1044,0 - -// 36633 -[loc_36633] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=6301 -recolhsl2s=4899 -recolhsl2d=6305 -recolhsl3s=5921 -recolhsl3d=6309 -model=model_1064,0 - -// 36634 -[loc_36634] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=7228 -recol2s=15618 -recol2d=17934 -recol3s=14594 -recol3d=18991 -model=model_1124,0 - -// 36635 -[loc_36635] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=7228 -recol2s=15618 -recol2d=17934 -recol3s=14594 -recol3d=18991 -model=model_1139,0 - -// 36636 -[loc_36636] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=7228 -recol2s=15618 -recol2d=17934 -recol3s=14594 -recol3d=18991 -model=model_1032,0 - -// 36637 -[loc_36637] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=7228 -recol2s=15618 -recol2d=17934 -recol3s=14594 -recol3d=18991 -model=model_1044,0 - -// 36638 -[loc_36638] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=7228 -recol2s=15618 -recol2d=17934 -recol3s=14594 -recol3d=18991 -model=model_1064,0 - -// 36639 -[loc_36639] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=8235 -recolhsl2s=4899 -recolhsl2d=8239 -recolhsl3s=5921 -recolhsl3d=8243 -model=model_1124,0 - -// 36640 -[loc_36640] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=8235 -recolhsl2s=4899 -recolhsl2d=8239 -recolhsl3s=5921 -recolhsl3d=8243 -model=model_1139,0 - -// 36641 -[loc_36641] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=8235 -recolhsl2s=4899 -recolhsl2d=8239 -recolhsl3s=5921 -recolhsl3d=8243 -model=model_1032,0 - -// 36642 -[loc_36642] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=8235 -recolhsl2s=4899 -recolhsl2d=8239 -recolhsl3s=5921 -recolhsl3d=8243 -model=model_1044,0 - -// 36643 -[loc_36643] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=8235 -recolhsl2s=4899 -recolhsl2d=8239 -recolhsl3s=5921 -recolhsl3d=8243 -model=model_1064,0 - -// 36644 -[loc_36644] -active=yes -op1=Climb-up -msi=msi_7 -recol1s=4193 -recol1d=5251 -recolhsl2s=7566 -recolhsl2d=5396 -recol3s=6307 -recol3d=8388 -recol4s=7364 -recol4d=9445 -recolhsl5s=7322 -recolhsl5d=5408 -recolhsl6s=7326 -recolhsl6d=5412 -model=model_37482 -name=Ladder - -// 36645 -[loc_36645] -active=yes -op1=Climb-up -msi=msi_7 -recolhsl1s=7690 -recolhsl1d=6424 -recolhsl2s=7566 -recolhsl2d=6428 -recolhsl3s=7442 -recolhsl3d=6432 -recolhsl4s=7446 -recolhsl4d=6436 -recolhsl5s=7322 -recolhsl5d=6440 -recolhsl6s=7326 -recolhsl6d=6444 -model=model_37482 -name=Ladder - -// 36646 -[loc_36646] -active=yes -op1=Climb-up -msi=msi_7 -recolhsl1s=7690 -recolhsl1d=5384 -recol2s=5250 -recol2d=4194 -recol3s=6307 -recol3d=5251 -recolhsl4s=7446 -recolhsl4d=5396 -recol5s=8421 -recol5d=8388 -recol6s=9478 -recol6d=8388 -model=model_37482 -name=Ladder - -// 36647 -[loc_36647] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38252,0 - -// 36648 -[loc_36648] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38249,0 - -// 36649 -[loc_36649] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38256,0 - -// 36650 -[loc_36650] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38254,0 - -// 36651 -[loc_36651] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38248,0 - -// 36652 -[loc_36652] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38250,0 - -// 36653 -[loc_36653] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38255,0 - -// 36654 -[loc_36654] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38247,0 - -// 36655 -[loc_36655] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38253,0 - -// 36656 -[loc_36656] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38252,0 - -// 36657 -[loc_36657] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38249,0 - -// 36658 -[loc_36658] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38256,0 - -// 36659 -[loc_36659] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38254,0 - -// 36660 -[loc_36660] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38248,0 - -// 36661 -[loc_36661] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38250,0 - -// 36662 -[loc_36662] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38255,0 - -// 36663 -[loc_36663] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38247,0 - -// 36664 -[loc_36664] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38253,0 - -// 36665 -[loc_36665] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38246,0 - -// 36666 -[loc_36666] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38251,0 - -// 36667 -[loc_36667] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38257,0 - -// 36668 -[loc_36668] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8235 -recolhsl1d=7232 -recolhsl2s=8227 -recolhsl2d=7224 -model=model_38257,0 - -// 36669 -[loc_36669] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38251,0 - -// 36670 -[loc_36670] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38246,0 - -// 36671 -[loc_36671] -active=no -ambient=25 -contrast=15 -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38257,0 - -// 36672 -[loc_36672] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8235 -recolhsl1d=6305 -recolhsl2s=8227 -recolhsl2d=6297 -model=model_38257,0 - -// 36673 -[loc_36673] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38214,1 - -// 36674 -[loc_36674] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38214,1 - -// 36675 -[loc_36675] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38216,2 -model=model_38224,5 - -// 36676 -[loc_36676] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38216,2 -model=model_38224,5 - -// 36677 -[loc_36677] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38219,5 - -// 36678 -[loc_36678] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38219,5 - -// 36679 -[loc_36679] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=7244 -recolhsl2s=8243 -recolhsl2d=7240 -recolhsl3s=8239 -recolhsl3d=7236 -recolhsl4s=8235 -recolhsl4d=7232 -recolhsl5s=8231 -recolhsl5d=7228 -recolhsl6s=8227 -recolhsl6d=7224 -model=model_38244,5 - -// 36680 -[loc_36680] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38244,5 - -// 36681 -[loc_36681] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -wallwidth=16 -recolhsl1s=8247 -recolhsl1d=6317 -recolhsl2s=8243 -recolhsl2d=6313 -recolhsl3s=8239 -recolhsl3d=6309 -recolhsl4s=8235 -recolhsl4d=6305 -recolhsl5s=8231 -recolhsl5d=6301 -recolhsl6s=8227 -recolhsl6d=6297 -model=model_38237,1 -model=model_38220,2 -model=model_38217,5 - -// 36682 -[loc_36682] -blockwalk=no -ambient=25 -contrast=15 -model=model_38196,0 - -// 36683 -[loc_36683] -blockwalk=no -ambient=25 -contrast=15 -model=model_38198,0 - -// 36684 -[loc_36684] -blockwalk=no -ambient=25 -contrast=15 -model=model_38197,0 - -// 36685 -[loc_36685] -blockwalk=no -ambient=25 -contrast=15 -model=model_38199,0 - -// 36686 -[loc_36686] -anim=seq_9585 -ambient=20 -contrast=15 -bgsound=synth_4472,3 -recol1s=8456 -recol1d=8388 -recolhsl2s=28 -recolhsl2d=5408 -recolhsl3s=4886 -recolhsl3d=7456 -model=model_2255,Q - -// 36687 -[loc_36687] -active=yes -op1=Climb-down -raiseobject=no -forceapproach=south -blockwalk=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5396 -recolhsl3s=6490 -recolhsl3d=5412 -recolhsl4s=90 -recolhsl4d=25 -model=model_38569,0 -name=Trapdoor - -// 36688 -[loc_36688] -blockwalk=yes -resizey=224 -resizez=224 -width=3 -op1=Inspect -blockrange=no -recol1s=21927 -recol1d=27519 -model=model_38580 -name=Hollow log - -// 36689 -[loc_36689] -blockwalk=yes -resizey=224 -resizex=224 -width=3 -op1=Inspect -blockrange=no -recol1s=21927 -recol1d=27519 -model=model_38580 -name=Hollow log - -// 36690 -[loc_36690] -blockwalk=yes -resizey=224 -resizez=224 -resizex=84 -width=2 -op1=Inspect -blockrange=no -recol1s=21927 -recol1d=27519 -model=model_38580 -name=Hollow log - -// 36691 -[loc_36691] -active=yes -op1=Climb-down -blockwalk=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5408 -recolhsl3s=6490 -recolhsl3d=5412 -recol4s=25236 -recol4d=10432 -recol5s=16846 -recol5d=12512 -model=model_38569,0 -name=Trapdoor - -// 36692 -[loc_36692] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5408 -recolhsl3s=6490 -recolhsl3d=5412 -recol4s=25236 -recol4d=10432 -recol5s=16846 -recol5d=12512 -model=model_38569 -name=Ladder - -// 36693 -[loc_36693] -active=yes -op1=Climb-down -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=5545 -recolhsl1d=6432 -recolhsl2s=6466 -recolhsl2d=6440 -recolhsl3s=6490 -recolhsl3d=6444 -recol4s=25236 -recol4d=10432 -recol5s=16846 -recol5d=12512 -model=model_38569 -name=Ladder - -// 36694 -[loc_36694] -active=yes -op1=Climb-down -blockwalk=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=5251 -recol2s=22059 -recol2d=8388 -recol3s=29424 -recol3d=9445 -recol4s=25236 -recol4d=10432 -recol5s=16846 -recol5d=12512 -model=model_38569 -name=Ladder - -// 36695 -[loc_36695] -anim=seq_6023 -width=2 -length=2 -msi=msi_8 -bgsound=synth_2151,5 -recol1s=7399 -recol1d=19904 -recol2s=16846 -recol2d=20992 -model=model_38585 -model2=model_23351 -name=Fountain of Heroes - -// 36696 -[loc_36696] -ambient=20 -contrast=10 -hillchange=tree_skew,120 -model=model_38576 -name=Ruined Pillar - -// 36697 -[loc_36697] -ambient=20 -contrast=10 -hillchange=tree_skew,120 -model=model_38574 -name=Ruined Pillar - -// 36698 -[loc_36698] -ambient=20 -contrast=10 -hillchange=tree_skew,120 -model=model_38577 -name=Pillar - -// 36699 -[loc_36699] -ambient=20 -contrast=10 -hillchange=tree_skew,120 -model=model_38575 -name=Ruined Pillar - -// 36700 -[loc_36700] -ambient=20 -contrast=10 -hillchange=tree_skew,120 -model=model_38576 -model2=model_9626 -name=Ruined Pillar - -// 36701 -[loc_36701] -ambient=20 -contrast=10 -hillchange=tree_skew,120 -model=model_38574 -model2=model_9626 -name=Ruined Pillar - -// 36702 -[loc_36702] -ambient=20 -contrast=10 -hillchange=tree_skew,120 -model=model_38575 -model2=model_9626 -name=Ruined Pillar - -// 36703 -[loc_36703] -active=yes -op1=Climb-down -blockwalk=yes -ambient=25 -contrast=15 -unknown90=yes -recolhsl1s=5545 -recolhsl1d=7448 -recolhsl2s=6466 -recolhsl2d=7440 -recol3s=25236 -recol3d=5285 -recolhsl4s=61 -recolhsl4d=7179 -model=model_38569,0 -name=Ladder - -// 36704 -[loc_36704] -length=7 -width=7 -active=no -model=model_38583 - -// 36705 -[loc_36705] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=25 -contrast=15 -model=model_38581 -name=Hedge - -// 36706 -[loc_36706] -sharelight=yes -hillskew=yes -msi=msi_9 -ambient=25 -contrast=15 -model=model_38582 -name=Hedge - -// 36707 -[loc_36707] -width=2 -ambient=20 -op1=Climb -model=model_38570 -name=Young vine - -// 36708 -[loc_36708] -width=2 -ambient=20 -op1=Climb -model=model_38571 -name=Young vine - -// 36709 -[loc_36709] -width=2 -ambient=20 -op1=Climb -model=model_38572 -name=Growing vine - -// 36710 -[loc_36710] -width=2 -ambient=20 -op1=Climb -model=model_38573 -name=Tall vine - -// 36711 -[loc_36711] -msi=msi_0 -hillchange=tree_skew,70 -recol1s=20933 -recol1d=18853 -recol2s=22023 -recol2d=16708 -recol3s=12869 -recol3d=8547 -model=model_38579 -name=Tropical tree - -// 36712 -[loc_36712] -anim=seq_1112 -blockwalk=no -forcedecor=yes -active=yes -shadow=no -hillskew=yes -model=model_38584 -name=Floor spikes - -// 36713 -[loc_36713] -hillskew=yes -sharelight=yes -op1=Inspect -model=model_20034,1 -name=Opening - -// 36714 -[loc_36714] -width=2 -length=3 -hillskew=yes -op1=Open -op2=Pick-lock -op4=hidden -msi=msi_34 -sharelight=yes -blockrange=no -recol1s=6307 -recol1d=6240 -recol2s=7364 -recol2d=7296 -recol3s=8421 -recol3d=8353 -recol4s=9478 -recol4d=9410 -recol5s=10535 -recol5d=10467 -recol6s=11592 -recol6d=11524 -model=model_38600 -name=Ogre Coffin - -// 36715 -[loc_36715] -width=2 -length=3 -hillskew=yes -ambient=25 -contrast=15 -op1=Open -op2=Pick-lock -op4=hidden -msi=msi_34 -blockrange=no -recol1s=6307 -recol1d=6240 -recol2s=7364 -recol2d=7296 -recol3s=8421 -recol3d=8353 -recol4s=9478 -recol4d=9410 -recol5s=10535 -recol5d=10467 -recol6s=11592 -recol6d=11524 -model=model_38598 -name=Ogre Coffin - -// 36716 -[loc_36716] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=0 -model=model_38591 - -// 36717 -[loc_36717] -active=no -hillskew=yes -sharelight=yes -mirror=yes -blockwalk=no -ambient=25 -model=model_38591 - -// 36718 -[loc_36718] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_38592 - -// 36719 -[loc_36719] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_38594 - -// 36720 -[loc_36720] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_38590 - -// 36721 -[loc_36721] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -mirror=yes -ambient=25 -model=model_38590 - -// 36722 -[loc_36722] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_38596 - -// 36723 -[loc_36723] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_38593 - -// 36724 -[loc_36724] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_38597 - -// 36725 -[loc_36725] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -model=model_38595 - -// 36726 -[loc_36726] -anim=seq_7262 -ambient=25 -contrast=15 -randomanimframe=no -blockrange=no -model=model_38601 -name=Chair - -// 36727 -[loc_36727] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7454 -recolhsl1d=9492 -recolhsl2s=7464 -recolhsl2d=9496 -recolhsl3s=7484 -recolhsl3d=9508 -model=model_38619 -name=Table - -// 36728 -[loc_36728] -blockwalk=yes -ambient=25 -contrast=15 -length=2 -blockrange=no -recolhsl1s=7454 -recolhsl1d=9492 -recolhsl2s=7464 -recolhsl2d=9496 -recolhsl3s=7484 -recolhsl3d=9508 -model=model_38618 -name=Table - -// 36729 -[loc_36729] -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=7438 -recolhsl1d=9484 -recolhsl2s=7442 -recolhsl2d=9488 -recolhsl3s=7445 -recolhsl3d=9492 -recolhsl4s=7446 -recolhsl4d=9496 -recolhsl5s=7450 -recolhsl5d=9500 -recolhsl6s=7455 -recolhsl6d=9508 -model=model_38621 -name=Wardrobe - -// 36730 -[loc_36730] -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7454 -recolhsl1d=7448 -recolhsl2s=7464 -recolhsl2d=7452 -recolhsl3s=7484 -recolhsl3d=7468 -model=model_38619 -name=Table - -// 36731 -[loc_36731] -blockwalk=yes -ambient=25 -contrast=15 -length=2 -blockrange=no -recolhsl1s=7454 -recolhsl1d=7448 -recolhsl2s=7464 -recolhsl2d=7452 -recolhsl3s=7484 -recolhsl3d=7468 -model=model_38618 -name=Table - -// 36732 -[loc_36732] -blockwalk=yes -contrast=15 -ambient=25 -recolhsl1s=6024 -recolhsl1d=7440 -recolhsl2s=6798 -recolhsl2d=7448 -recol3s=8387 -recol3d=9477 -recolhsl4s=6674 -recolhsl4d=7456 -model=model_38622 -name=Wooden defence - -// 36733 -[loc_36733] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recolhsl1s=7332 -recolhsl1d=7317 -recolhsl2s=7334 -recolhsl2d=7321 -model=model_38604,0 - -// 36734 -[loc_36734] -sharelight=yes -ambient=25 -contrast=25 -forcedecor=yes -blockrange=no -model=model_38605,0 - -// 36735 -[loc_36735] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -model=model_38609,5 - -// 36736 -[loc_36736] -width=2 -length=2 -contrast=15 -op1=Close -active=yes -model=model_38602 -model2=model_28891 -name=Coffin - -// 36737 -[loc_36737] -width=2 -length=2 -contrast=15 -op1=Close -active=yes -model=model_38602 -name=Coffin - -// 36738 -[loc_36738] -width=2 -length=2 -contrast=15 -op1=Close -active=yes -model=model_38602 -model2=model_28894 -name=Coffin - -// 36739 -[loc_36739] -width=2 -length=2 -contrast=15 -op1=Close -active=yes -model=model_38602 -model2=model_28891 -name=Coffin - -// 36740 -[loc_36740] -width=2 -hillskew=yes -sharelight=yes -active=no -ambient=40 -contrast=120 -blockwalk=no -recol1s=6374 -recol1d=17796 -recol2s=7431 -recol2d=19909 -recol3s=8488 -recol3d=21989 -recol4s=9545 -recol4d=21990 -recol5s=10602 -recol5d=25126 -retex1s=material_180 -retex1d=material_177 -model=model_38607 - -// 36741 -[loc_36741] -width=2 -hillskew=yes -sharelight=yes -active=no -ambient=40 -contrast=120 -blockwalk=no -recol1s=6374 -recol1d=17796 -recol2s=7431 -recol2d=19909 -recol3s=8488 -recol3d=21989 -recol4s=9545 -recol4d=21990 -recol5s=10602 -recol5d=25126 -retex1s=material_180 -retex1d=material_177 -model=model_38606 - -// 36742 -[loc_36742] -active=no -sharelight=yes -hillskew=yes -contrast=30 -ambient=30 -resizex=128 -resizey=192 -resizez=128 -model=model_38620,5 - -// 36743 -[loc_36743] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -hardshadow=no -recol1s=12581 -recol1d=13638 -model=model_38627,0 - -// 36744 -[loc_36744] -width=3 -ambient=20 -contrast=10 -offsety=80 -hillskew=yes -model=model_38638 -name=Pillar - -// 36745 -[loc_36745] -ambient=25 -contrast=15 -sharelight=yes -length=6 -blockwalk=no -op1=Swing-on -model=model_38639 -name=Rope swing - -// 36746 -[loc_36746] -ambient=25 -contrast=15 -sharelight=yes -length=6 -blockwalk=no -op1=Swing-on -model=model_38639 -name=Rope swing - -// 36747 -[loc_36747] -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=21530 -recolhsl1d=6663 -recolhsl2s=21534 -recolhsl2d=6794 -recolhsl3s=21539 -recolhsl3d=6924 -recol4s=9545 -recol4d=7296 -recol5s=10602 -recol5d=8353 -model=model_15954 -name=Cave wall - -// 36748 -[loc_36748] -ambient=25 -anim=seq_9669 -width=4 -length=2 -resizey=128 -resizex=128 -resizez=128 -op1=Talk-to -model=model_38646 -name=Cart Camel - -// 36749 -[loc_36749] -ambient=25 -contrast=15 -shadow=no -model=model_36466 -name=Statue - -// 36750 -[loc_36750] -ambient=25 -contrast=15 -shadow=no -model=model_36499 -name=Statue - -// 36751 -[loc_36751] -ambient=25 -contrast=15 -shadow=no -model=model_36456 -name=Statue - -// 36752 -[loc_36752] -ambient=25 -contrast=15 -shadow=no -model=model_36457 -name=Statue - -// 36753 -[loc_36753] -ambient=25 -contrast=15 -shadow=no -model=model_36508 -name=Statue - -// 36754 -[loc_36754] -ambient=25 -contrast=15 -shadow=no -model=model_36448 -name=Plinth - -// 36755 -[loc_36755] -active=yes -multivar=varplayerbit_964 -multiloc=0,loc_36751 -multiloc=1,loc_36754 -multiloc=2,loc_36754 - -// 36756 -[loc_36756] -active=yes -multivar=varplayerbit_964 -multiloc=0,loc_36752 -multiloc=1,loc_36753 -multiloc=2,loc_36753 - -// 36757 -[loc_36757] -hillskew=yes -sharelight=yes -active=no -model=model_40539,1 - -// 36758 -[loc_36758] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -model=model_5957,1 -model=model_5958,2 -model=model_5959,3 -model=model_5960,5 - -// 36759 -[loc_36759] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -model=model_5961,1 - -// 36760 -[loc_36760] -mirror=yes -sharelight=yes -hillskew=yes -active=no -hardshadow=no -model=model_5961,1 - -// 36761 -[loc_36761] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -model=model_5895,1 -model=model_5896,4 - -// 36762 -[loc_36762] -sharelight=yes -mirror=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -model=model_5895,1 -model=model_5896,4 - -// 36763 -[loc_36763] -sharelight=yes -hillskew=yes -active=no -shadow=no -ambient=30 -contrast=30 -hardshadow=no -recol1s=12580 -recol1d=30654 -retex1s=material_70 -retex1d=material_494 -model=model_834 - -// 36764 -[loc_36764] -hillskew=yes -sharelight=yes -blockwalk=yes -active=no -shadow=no -msi=msi_22 -resizey=174 -recol1s=0 -recol1d=7330 -model=model_12030,1 -model=model_16331,5 - -// 36765 -[loc_36765] -width=3 -length=3 -op1=Board -hillchange=ceiling_skew -model=model_40587 -name=Swamp Boaty - -// 36766 -[loc_36766] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -model=model_40561,0 - -// 36767 -[loc_36767] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -model=model_40562,0 - -// 36768 -[loc_36768] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36769 -[loc_36769] -active=yes -sharelight=yes -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -retex1s=material_73 -retex1d=material_63 -model=model_5187 -name=Ladder - -// 36770 -[loc_36770] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_9504 -name=Ladder - -// 36771 -[loc_36771] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=east -msi=msi_7 -ambient=25 -contrast=15 -model=model_36502 -name=Ladder - -// 36772 -[loc_36772] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=west -msi=msi_7 -ambient=25 -contrast=15 -model=model_36477 -name=Ladder - -// 36773 -[loc_36773] -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -blockrange=no -model=model_36515 -name=Staircase - -// 36774 -[loc_36774] -op1=Climb -op2=Climb-up -op3=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -blockrange=no -model=model_36517 -name=Staircase - -// 36775 -[loc_36775] -op1=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -blockrange=no -model=model_36520 -name=Staircase - -// 36776 -[loc_36776] -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -mirror=yes -blockrange=no -model=model_36515 -name=Staircase - -// 36777 -[loc_36777] -op1=Climb -op2=Climb-up -op3=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -mirror=yes -blockrange=no -model=model_36517 -name=Staircase - -// 36778 -[loc_36778] -op1=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -mirror=yes -blockrange=no -model=model_36520 -name=Staircase - -// 36779 -[loc_36779] -ambient=25 -contrast=15 -model=model_36479 -name=Suit of armour - -// 36780 -[loc_36780] -active=yes -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -length=2 -model=model_36506 -name=Cannon - -// 36781 -[loc_36781] -anim=seq_6023 -width=2 -length=2 -ambient=25 -contrast=15 -bgsound=synth_2151,5 -recolhsl1s=10266 -recolhsl1d=8211 -recolhsl2s=10270 -recolhsl2d=8214 -recolhsl3s=10275 -recolhsl3d=8220 -recolhsl4s=10279 -recolhsl4d=8231 -recolhsl5s=10283 -recolhsl5d=8236 -retex1s=material_176 -retex1d=material_83 -retex2s=material_127 -retex2d=material_72 -model=model_24520 -model2=model_24521 -name=Fountain - -// 36782 -[loc_36782] -ambient=25 -contrast=15 -blockwalk=yes -model=model_33865 -name=Bush - -// 36783 -[loc_36783] -blockwalk=yes -ambient=25 -contrast=15 -model=model_36469 -name=Chair - -// 36784 -[loc_36784] -resizey=110 -active=yes -ambient=25 -contrast=15 -recol1s=16740 -recol1d=5251 -recol2s=11561 -recol2d=16846 -model=model_5972,Q -name=Hanging meat - -// 36785 -[loc_36785] -resizey=110 -active=yes -ambient=25 -contrast=15 -recol1s=16740 -recol1d=5251 -recol2s=11561 -recol2d=16846 -model=model_5973,Q -name=Hanging meat - -// 36786 -[loc_36786] -op1=Use -op2=Use-quickly -op3=Collect -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5545 -recolhsl1d=5408 -recol2s=12548 -recol2d=9445 -recol3s=11523 -recol3d=8388 -recolhsl4s=5549 -recolhsl4d=5396 -recol5s=15718 -recol5d=5251 -retex1s=material_571 -retex1d=material_75 -model=model_11208 -name=Bank booth - -// 36787 -[loc_36787] -ambient=25 -contrast=15 -recolhsl1s=5545 -recolhsl1d=5408 -recol2s=12548 -recol2d=9445 -recol3s=11523 -recol3d=8388 -recolhsl4s=5549 -recolhsl4d=5396 -recol5s=15718 -recol5d=5251 -retex1s=material_571 -retex1d=material_75 -model=model_38363 -name=Closed Bank booth - -// 36788 -[loc_36788] -op1=Deposit -ambient=25 -contrast=15 -recol1s=11558 -recol1d=9445 -recol2s=13672 -recol2d=8388 -recol3s=9444 -recol3d=5251 -retex1s=material_87 -retex1d=material_67 -retex2s=material_86 -retex2d=material_70 -retex3s=material_375 -retex3d=material_67 -model=model_27381 -name=Bank deposit box - -// 36789 -[loc_36789] -width=2 -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6443 -recolhsl1d=5408 -recol2s=16809 -recol2d=9445 -recol3s=12581 -recol3d=5251 -recol4s=13638 -recol4d=8388 -model=model_14827 -model2=model_20775 -name=Bank table - -// 36790 -[loc_36790] -ambient=25 -contrast=15 -model=model_1550 -name=Cannonballs - -// 36791 -[loc_36791] -op1=Climb-up -length=2 -ambient=25 -contrast=15 -forceapproach=north -msi=msi_7 -model=model_36785 -name=Stairs - -// 36792 -[loc_36792] -op1=Climb-down -length=2 -ambient=25 -contrast=15 -forceapproach=south -msi=msi_7 -model=model_36768 -name=Stairs - -// 36793 -[loc_36793] -op1=Climb-up -length=2 -ambient=25 -contrast=15 -forceapproach=south -mirror=yes -msi=msi_7 -model=model_36785 -name=Stairs - -// 36794 -[loc_36794] -op1=Climb-down -length=2 -ambient=25 -contrast=15 -forceapproach=north -mirror=yes -msi=msi_7 -retex1s=material_73 -retex1d=material_63 -model=model_36768 -name=Stairs - -// 36795 -[loc_36795] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36796 -[loc_36796] -active=yes -sharelight=yes -op1=Climb -op2=Climb-up -op3=Climb-down -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36797 -[loc_36797] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_9504 -name=Ladder - -// 36798 -[loc_36798] -ambient=25 -contrast=15 -recol1s=12548 -recol1d=9445 -recol2s=11491 -recol2d=8388 -recolhsl3s=5784 -recolhsl3d=5396 -recolhsl4s=5541 -recolhsl4d=5408 -recol5s=7297 -recol5d=5251 -recol6s=9479 -recol6d=12618 -model=model_8232 -name=Barrel - -// 36799 -[loc_36799] -ambient=25 -contrast=15 -blockrange=no -recol1s=12548 -recol1d=9445 -recol2s=11491 -recol2d=8388 -recolhsl3s=5784 -recolhsl3d=5396 -recolhsl4s=5541 -recolhsl4d=5408 -recol5s=7297 -recol5d=5251 -recol6s=9479 -recol6d=12618 -retex1s=material_170 -retex1d=material_111 -model=model_8232 -model2=model_9530 -name=Barrel - -// 36800 -[loc_36800] -ambient=25 -contrast=15 -model=model_36445 -name=Barrel - -// 36801 -[loc_36801] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5448 -recolhsl1d=5408 -recol2s=22059 -recol2d=9445 -recol3s=21002 -recol3d=8388 -recolhsl4s=6453 -recolhsl4d=5396 -recol5s=16808 -recol5d=5251 -recol6s=9479 -recol6d=12618 -retex1s=material_267 -retex1d=material_91 -model=model_29632 -name=Barrel of swords - -// 36802 -[loc_36802] -blockwalk=yes -ambient=25 -contrast=15 -active=yes -blockrange=no -recolhsl1s=6451 -recolhsl1d=5408 -recol2s=13638 -recol2d=9445 -recol3s=12581 -recol3d=8388 -recolhsl4s=6558 -recolhsl4d=5396 -recol5s=7297 -recol5d=5251 -recol6s=9479 -recol6d=12618 -model=model_25198 -name=Barrel - -// 36803 -[loc_36803] -ambient=25 -contrast=15 -active=yes -offsety=17 -model=model_25171,Q -name=Painting - -// 36804 -[loc_36804] -ambient=25 -contrast=15 -active=yes -offsety=17 -model=model_25172,Q -name=Painting - -// 36805 -[loc_36805] -ambient=25 -contrast=15 -active=yes -offsety=17 -model=model_15265,Q -name=Painting - -// 36806 -[loc_36806] -ambient=25 -contrast=15 -active=yes -offsety=17 -model=model_15266,Q -name=Painting - -// 36807 -[loc_36807] -contrast=15 -ambient=25 -active=yes -offsetz=-7 -model=model_36439,Q -name=Hanging tapestry - -// 36808 -[loc_36808] -contrast=15 -ambient=25 -active=yes -model=model_38326,Q -name=Hanging tapestry - -// 36809 -[loc_36809] -contrast=15 -ambient=25 -active=yes -offsetz=-7 -model=model_36462,Q -name=Hanging tapestry - -// 36810 -[loc_36810] -anim=seq_3107 -ambient=25 -contrast=15 -offsetz=-7 -model=model_38150,Q - -// 36811 -[loc_36811] -ambient=25 -contrast=15 -active=yes -offsety=17 -offsetz=-7 -model=model_25171,Q -name=Painting - -// 36812 -[loc_36812] -ambient=25 -contrast=15 -active=yes -offsety=17 -offsetz=-7 -model=model_25172,Q -name=Painting - -// 36813 -[loc_36813] -ambient=25 -contrast=15 -active=yes -offsety=17 -offsetz=-7 -model=model_15265,Q -name=Painting - -// 36814 -[loc_36814] -ambient=25 -contrast=15 -active=yes -offsety=17 -offsetz=-7 -model=model_15266,Q -name=Painting - -// 36815 -[loc_36815] -length=3 -anim=seq_477 -ambient=25 -contrast=15 -bgsound=synth_2065,5 -recol1s=15852 -recol1d=17967 -recol2s=11624 -recol2d=13739 -model=model_35878 -name=Fireplace - -// 36816 -[loc_36816] -ambient=25 -contrast=15 -anim=seq_4124 -recolhsl1s=37937 -recolhsl1d=10272 -recol2s=9546 -recol2d=15853 -recol3s=9545 -recol3d=13739 -recol4s=9543 -recol4d=14796 -recol5s=9544 -recol5d=20081 -model=model_24875 -model2=model_24873 -name=Fireplace - -// 36817 -[loc_36817] -length=2 -ambient=25 -contrast=15 -recolhsl1s=8478 -recolhsl1d=5408 -recol2s=8419 -recol2d=9445 -recol3s=7362 -recol3d=8388 -recol4s=6305 -recol4d=9445 -recolhsl5s=9098 -recolhsl5d=5396 -recol6s=16704 -recol6d=9445 -model=model_35487 -name=Axe cabinet - -// 36818 -[loc_36818] -length=2 -ambient=25 -contrast=15 -recolhsl1s=8478 -recolhsl1d=5408 -recol2s=8419 -recol2d=9445 -recol3s=7362 -recol3d=8388 -recol4s=6305 -recol4d=9445 -recolhsl5s=9098 -recolhsl5d=5396 -recol6s=32736 -recol6d=32454 -model=model_36429 -name=Sword cabinet - -// 36819 -[loc_36819] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6443 -recolhsl1d=5408 -recol2s=16809 -recol2d=9445 -recol3s=12581 -recol3d=5251 -recol4s=13638 -recol4d=8388 -model=model_9590 -name=Small table - -// 36820 -[loc_36820] -ambient=25 -contrast=15 -recolhsl1s=5559 -recolhsl1d=5408 -recol2s=18821 -recol2d=9445 -recol3s=17764 -recol3d=5251 -recol4s=16707 -recol4d=8388 -model=model_4326 -name=Table - -// 36821 -[loc_36821] -width=2 -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6443 -recolhsl1d=5408 -recol2s=16809 -recol2d=9445 -recol3s=12581 -recol3d=5251 -recol4s=13638 -recol4d=8388 -model=model_14827 -name=Table - -// 36822 -[loc_36822] -width=2 -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6443 -recolhsl1d=5408 -recol2s=16809 -recol2d=9445 -recol3s=12581 -recol3d=5251 -recol4s=13638 -recol4d=8388 -model=model_9547 -name=Large table - -// 36823 -[loc_36823] -ambient=25 -contrast=15 -recolhsl1s=7700 -recolhsl1d=5408 -recol2s=6272 -recol2d=9445 -recolhsl3s=7952 -recolhsl3d=5396 -model=model_2132 -name=Shelves - -// 36824 -[loc_36824] -ambient=25 -contrast=15 -recolhsl1s=7700 -recolhsl1d=5408 -recol2s=6272 -recol2d=9445 -recolhsl3s=7952 -recolhsl3d=5396 -model=model_2133 -name=Shelves - -// 36825 -[loc_36825] -ambient=25 -contrast=15 -recolhsl1s=7700 -recolhsl1d=5408 -recol2s=6272 -recol2d=9445 -recolhsl3s=7952 -recolhsl3d=5396 -model=model_2134 -name=Shelves - -// 36826 -[loc_36826] -ambient=25 -contrast=15 -recolhsl1s=7700 -recolhsl1d=5408 -recol2s=6272 -recol2d=9445 -recolhsl3s=7952 -recolhsl3d=5396 -model=model_2135 -name=Shelves - -// 36827 -[loc_36827] -ambient=25 -contrast=15 -recol1s=6240 -recol1d=9445 -recol2s=5184 -recol2d=8388 -recol3s=10504 -recol3d=16846 -model=model_2058,Q - -// 36828 -[loc_36828] -contrast=25 -ambient=25 -offsety=6 -ambient=25 -contrast=15 -recol1s=7329 -recol1d=9445 -recol2s=20933 -recol2d=8388 -recol3s=8456 -recol3d=16846 -model=model_12548,Q - -// 36829 -[loc_36829] -ambient=25 -contrast=15 -recol1s=7329 -recol1d=9445 -recolhsl2s=8076 -recolhsl2d=5396 -recolhsl3s=6569 -recolhsl3d=5412 -recol4s=10504 -recol4d=8456 -recol5s=14732 -recol5d=12618 -recol6s=17903 -recol6d=16846 -model=model_1271 -name=Shelves - -// 36830 -[loc_36830] -ambient=25 -contrast=15 -recolhsl1s=7954 -recolhsl1d=5408 -recol2s=12613 -recol2d=9445 -recol3s=10499 -recol3d=8388 -model=model_23959 -name=Chair - -// 36831 -[loc_36831] -ambient=25 -contrast=15 -blockrange=no -model=model_36474 -name=Chair - -// 36832 -[loc_36832] -op1=Search -ambient=25 -contrast=15 -recol1s=10434 -recol1d=5251 -recol2s=11491 -recol2d=8388 -recol3s=12548 -recol3d=9445 -recolhsl4s=5908 -recolhsl4d=5396 -model=model_9500 -name=Bookcase - -// 36833 -[loc_36833] -length=2 -op1=Search -forceapproach=east -ambient=25 -contrast=15 -recol1s=10434 -recol1d=5251 -recol2s=11491 -recol2d=8388 -recol3s=12548 -recol3d=9445 -model=model_9501 -name=Bookcase - -// 36834 -[loc_36834] -length=2 -op1=Search -forceapproach=east -ambient=25 -contrast=15 -recol1s=10434 -recol1d=5251 -recol2s=11491 -recol2d=8388 -recol3s=12548 -recol3d=9445 -model=model_35831 -name=Bookcase - -// 36835 -[loc_36835] -ambient=20 -contrast=20 -model=model_28577,Q - -// 36836 -[loc_36836] -ambient=25 -contrast=15 -width=2 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5396 -model=model_11564 -name=Workbench - -// 36837 -[loc_36837] -ambient=25 -contrast=15 -recol1s=7329 -recol1d=9445 -recol2s=20933 -recol2d=8388 -model=model_10089 -name=Stool - -// 36838 -[loc_36838] -blockwalk=no -ambient=25 -contrast=15 -active=no -recol1s=9442 -recol1d=5251 -recol2s=11556 -recol2d=9445 -recol3s=8457 -recol3d=12618 -recol4s=10571 -recol4d=16846 -recolhsl5s=43059 -recolhsl5d=75 -recol6s=9514 -recol6d=6342 -model=model_23881,Q - -// 36839 -[loc_36839] -blockwalk=no -ambient=25 -contrast=15 -active=no -recol1s=9442 -recol1d=5251 -recolhsl2s=7706 -recolhsl2d=5396 -recol3s=8457 -recol3d=12618 -recol4s=10571 -recol4d=16846 -recolhsl5s=43059 -recolhsl5d=75 -recol6s=6343 -recol6d=6342 -model=model_23884,Q - -// 36840 -[loc_36840] -blockwalk=no -ambient=25 -contrast=15 -active=no -recol1s=9442 -recol1d=5251 -recolhsl2s=7706 -recolhsl2d=5396 -recol3s=11556 -recol3d=9445 -recol4s=8385 -recol4d=5251 -recol5s=8457 -recol5d=12618 -recol6s=10571 -recol6d=16846 -model=model_23883,Q - -// 36841 -[loc_36841] -width=2 -length=3 -ambient=25 -contrast=15 -model=model_36454 -name=Bed - -// 36842 -[loc_36842] -active=no -raiseobject=no -ambient=25 -contrast=15 -model=model_36451,1 - -// 36843 -[loc_36843] -active=no -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -model=model_36451,1 - -// 36844 -[loc_36844] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_36451,1 -name=Door - -// 36845 -[loc_36845] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -model=model_36451,1 -name=Door - -// 36846 -[loc_36846] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36847 -[loc_36847] -active=yes -op1=Open -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36848 -[loc_36848] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36849 -[loc_36849] -active=no -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 - -// 36850 -[loc_36850] -active=no -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 - -// 36851 -[loc_36851] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36852 -[loc_36852] -active=yes -op1=Open -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36853 -[loc_36853] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36854 -[loc_36854] -active=no -ambient=25 -contrast=15 -model=model_36451,1 - -// 36855 -[loc_36855] -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36451,1 - -// 36856 -[loc_36856] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_36451,1 -name=Door - -// 36857 -[loc_36857] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -model=model_36451,1 -name=Door - -// 36858 -[loc_36858] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -model=model_36451,1 -name=Door - -// 36859 -[loc_36859] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -model=model_36451,1 -name=Door - -// 36860 -[loc_36860] -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 - -// 36861 -[loc_36861] -active=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 - -// 36862 -[loc_36862] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36863 -[loc_36863] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36864 -[loc_36864] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36865 -[loc_36865] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 36866 -[loc_36866] -ambient=25 -contrast=15 -shadow=no -model=model_36540 -name=Flag - -// 36867 -[loc_36867] -width=3 -ambient=25 -contrast=15 -anim=seq_1729 -bgsound=synth_2422,20 -recol1s=11523 -recol1d=9445 -recol2s=12580 -recol2d=8388 -recolhsl3s=6932 -recolhsl3d=5396 -model=model_5516 -name=Water wheel - -// 36868 -[loc_36868] -width=3 -ambient=25 -contrast=15 -anim=seq_1729 -recolhsl1s=6808 -recolhsl1d=5408 -recol2s=11523 -recol2d=9445 -recol3s=12580 -recol3d=8388 -model=model_5518 -name=Water wheel - -// 36869 -[loc_36869] -width=3 -ambient=25 -contrast=15 -anim=seq_1729 -recolhsl1s=6808 -recolhsl1d=5408 -recol2s=11523 -recol2d=9445 -model=model_36498 -name=Water wheel - -// 36870 -[loc_36870] -anim=seq_1729 -active=no -ambient=25 -contrast=15 -recol1s=12580 -recol1d=8388 -model=model_5519 - -// 36871 -[loc_36871] -anim=seq_1729 -ambient=25 -contrast=15 -recol1s=12580 -recol1d=9445 -recol2s=11523 -recol2d=8388 -model=model_5521 -name=Water wheel - -// 36872 -[loc_36872] -length=6 -anim=seq_6495 -bgsound=synth_2227,25 -ambient=25 -contrast=15 -recol1s=9442 -recol1d=9445 -recolhsl2s=8078 -recolhsl2d=5396 -recol3s=5216 -recol3d=5251 -model=model_25336 -name=Sails - -// 36873 -[loc_36873] -length=6 -anim=seq_6495 -bgsound=synth_2227,25 -ambient=25 -contrast=15 -recol1s=9442 -recol1d=9445 -recolhsl2s=8078 -recolhsl2d=5396 -recol3s=5216 -recol3d=5251 -model=model_35924 -name=Sails - -// 36874 -[loc_36874] -length=2 -ambient=25 -contrast=15 -sharelight=yes -recol1s=9442 -recol1d=9445 -recolhsl2s=7954 -recolhsl2d=5412 -recolhsl3s=7582 -recolhsl3d=5408 -recolhsl4s=8078 -recolhsl4d=5396 -model=model_25313 -name=Mill - -// 36875 -[loc_36875] -width=2 -length=2 -anim=seq_6493 -ambient=25 -contrast=15 -recolhsl1s=7463 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recolhsl3s=7706 -recolhsl3d=5408 -recol4s=8385 -recol4d=8388 -recolhsl5s=7585 -recolhsl5d=5396 -recol6s=10500 -recol6d=5251 -model=model_25334 -name=Mill - -// 36876 -[loc_36876] -ambient=25 -contrast=15 -active=no -blockwalk=no -sharelight=yes -recol1s=9442 -recol1d=9445 -recolhsl2s=7954 -recolhsl2d=5412 -recolhsl3s=7582 -recolhsl3d=5408 -recolhsl4s=8078 -recolhsl4d=5396 -model=model_25314,1 - -// 36877 -[loc_36877] -width=2 -length=2 -anim=seq_6494 -ambient=25 -contrast=15 -bgsound=synth_2226,5 -recol1s=11556 -recol1d=9445 -recolhsl2s=7463 -recolhsl2d=5412 -recolhsl3s=7830 -recolhsl3d=5408 -recol4s=10499 -recol4d=8388 -recolhsl5s=7954 -recolhsl5d=5396 -model=model_25335 -name=Mill - -// 36878 -[loc_36878] -width=2 -length=2 -op1=Empty -active=yes -ambient=25 -contrast=15 -recolhsl1s=7463 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recolhsl3s=7830 -recolhsl3d=5408 -recol4s=10499 -recol4d=8388 -recolhsl5s=7954 -recolhsl5d=5396 -model=model_25312 -model2=model_25311 -name=Flour bin - -// 36879 -[loc_36879] -width=2 -length=2 -ambient=25 -contrast=15 -recolhsl1s=7463 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recolhsl3s=7830 -recolhsl3d=5408 -recol4s=10499 -recol4d=8388 -recolhsl5s=7954 -recolhsl5d=5396 -model=model_25312 -name=Mill - -// 36880 -[loc_36880] -width=2 -length=2 -active=yes -multivar=varplayer_695 -multiloc=0,loc_36879 -multiloc=1,loc_36878 -multiloc=2,loc_36878 -multiloc=3,loc_36878 -multiloc=4,loc_36878 -multiloc=5,loc_36878 -multiloc=6,loc_36878 -multiloc=7,loc_36878 -multiloc=8,loc_36878 -multiloc=9,loc_36878 -multiloc=10,loc_36878 -multiloc=11,loc_36878 -multiloc=12,loc_36878 -multiloc=13,loc_36878 -multiloc=14,loc_36878 -multiloc=15,loc_36878 -multiloc=16,loc_36878 -multiloc=17,loc_36878 -multiloc=18,loc_36878 -multiloc=19,loc_36878 -multiloc=20,loc_36878 -multiloc=21,loc_36878 -multiloc=22,loc_36878 -multiloc=23,loc_36878 -multiloc=24,loc_36878 -multiloc=25,loc_36878 -multiloc=26,loc_36878 -multiloc=27,loc_36878 -multiloc=28,loc_36878 -multiloc=29,loc_36878 -multiloc=30,loc_36878 - -// 36881 -[loc_36881] -width=2 -forceapproach=north -ambient=25 -contrast=15 -recol1s=11523 -recol1d=14763 -recolhsl2s=6808 -recolhsl2d=7200 -recolhsl3s=5640 -recolhsl3d=7190 -model=model_36484 -name=Hopper - -// 36882 -[loc_36882] -ambient=25 -contrast=15 -recol1s=13538 -recol1d=9445 -recolhsl2s=6961 -recolhsl2d=5412 -model=model_1468 -name=Log pile - -// 36883 -[loc_36883] -width=3 -length=2 -ambient=25 -contrast=15 -recol1s=10464 -recol1d=9445 -recol2s=10504 -recol2d=16846 -model=model_1520 -name=Plough - -// 36884 -[loc_36884] -width=2 -ambient=25 -contrast=15 -recolhsl1s=7587 -recolhsl1d=5408 -recol2s=9442 -recol2d=8388 -recol3s=8385 -recol3d=5251 -model=model_14206 -name=Food trough - -// 36885 -[loc_36885] -width=2 -ambient=25 -contrast=15 -recolhsl1s=7587 -recolhsl1d=5408 -recol2s=9442 -recol2d=8388 -recol3s=8385 -recol3d=5251 -model=model_14206 -model2=model_5506 -name=Trough - -// 36886 -[loc_36886] -width=2 -ambient=25 -contrast=15 -recolhsl1s=7587 -recolhsl1d=5408 -recol2s=9442 -recol2d=8388 -recol3s=8385 -recol3d=5251 -model=model_14206 -model2=model_5508 -name=Trough - -// 36887 -[loc_36887] -width=2 -ambient=25 -contrast=15 -recolhsl1s=7587 -recolhsl1d=5408 -recol2s=9442 -recol2d=8388 -recol3s=8385 -recol3d=5251 -model=model_14206 -model2=model_5507 -name=Trough - -// 36888 -[loc_36888] -ambient=25 -contrast=15 -recol1s=10466 -recol1d=9445 -model=model_1443 -name=Scarecrow - -// 36889 -[loc_36889] -width=2 -length=3 -ambient=25 -contrast=15 -recol1s=9442 -recol1d=9445 -recolhsl2s=7582 -recolhsl2d=5396 -model=model_1480 -name=Cart - -// 36890 -[loc_36890] -length=2 -width=2 -ambient=25 -contrast=15 -recolhsl1s=7954 -recolhsl1d=5396 -recol2s=9442 -recol2d=8388 -model=model_5402 -name=Wheelbarrow - -// 36891 -[loc_36891] -msi=msi_6 -ambient=25 -contrast=15 -recol1s=4194 -recol1d=8388 -model=model_1573 -name=Tree stump - -// 36892 -[loc_36892] -op1=Search -ambient=25 -contrast=15 -model=model_8247 -name=Hay bale - -// 36893 -[loc_36893] -op1=Search -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -model=model_8247 -name=Hay bale - -// 36894 -[loc_36894] -op1=Search -length=2 -ambient=25 -contrast=15 -model=model_8248 -name=Hay bales - -// 36895 -[loc_36895] -op1=Search -length=2 -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -model=model_8248 -name=Hay bales - -// 36896 -[loc_36896] -op1=Search -length=2 -ambient=25 -contrast=15 -model=model_36096 -name=Hay bales - -// 36897 -[loc_36897] -op1=Search -length=2 -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -model=model_36096 -name=Hay bales - -// 36898 -[loc_36898] -op1=Search -width=2 -length=2 -ambient=25 -contrast=15 -model=model_36094 -name=Hay bales - -// 36899 -[loc_36899] -op1=Search -width=2 -length=2 -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -model=model_36094 -name=Hay bales - -// 36900 -[loc_36900] -ambient=25 -contrast=15 -recol1s=10467 -recol1d=5251 -recol2s=14695 -recol2d=9445 -recol3s=22131 -recol3d=6342 -recol4s=17903 -recol4d=12618 -recol5s=13675 -recol5d=6342 -model=model_35928,Q - -// 36901 -[loc_36901] -ambient=25 -contrast=15 -model=model_35930,Q - -// 36902 -[loc_36902] -ambient=25 -contrast=15 -model=model_35929,Q - -// 36903 -[loc_36903] -ambient=25 -contrast=15 -recolhsl1s=6430 -recolhsl1d=7347 -recol2s=7330 -recol2d=12649 -recol3s=9444 -recol3d=11591 -recolhsl4s=6550 -recolhsl4d=7327 -model=model_5494 -name=Sack - -// 36904 -[loc_36904] -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -recolhsl1s=6430 -recolhsl1d=7347 -recol2s=7330 -recol2d=12649 -recol3s=9444 -recol3d=11591 -recolhsl4s=6550 -recolhsl4d=7327 -model=model_5494 -name=Sack - -// 36905 -[loc_36905] -width=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=9409 -recol1d=9445 -recolhsl2s=6684 -recolhsl2d=5396 -model=model_5492 -name=Bench - -// 36906 -[loc_36906] -ambient=25 -contrast=15 -recol1s=7360 -recol1d=9445 -model=model_1185 -name=Hat stand - -// 36907 -[loc_36907] -ambient=25 -contrast=15 -model=model_36480 -name=Quiver - -// 36908 -[loc_36908] -ambient=25 -contrast=15 -offsetx=-20 -recolhsl1s=6443 -recolhsl1d=5408 -recol2s=10467 -recol2d=8388 -model=model_11128 -name=Wardrobe - -// 36909 -[loc_36909] -ambient=25 -contrast=15 -model=model_36438 -name=Wardrobe - -// 36910 -[loc_36910] -width=4 -ambient=25 -contrast=15 -blockrange=no -model=model_1276 -name=Table - -// 36911 -[loc_36911] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=7715 -recolhsl1d=5412 -recolhsl2s=6808 -recolhsl2d=5396 -recol3s=7329 -recol3d=9445 -model=model_1402 -name=Signpost - -// 36912 -[loc_36912] -op1=Close -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recol3s=10499 -recol3d=8388 -recolhsl4s=7830 -recolhsl4d=5396 -recol5s=8385 -recol5d=5251 -model=model_25029,1 -name=Gate - -// 36913 -[loc_36913] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recol3s=10499 -recol3d=8388 -recolhsl4s=7830 -recolhsl4d=5396 -recol5s=8385 -recol5d=5251 -model=model_25029,1 -name=Gate - -// 36914 -[loc_36914] -op1=Close -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recol3s=10499 -recol3d=8388 -recolhsl4s=7830 -recolhsl4d=5396 -recol5s=8385 -recol5d=5251 -model=model_25030,1 -name=Gate - -// 36915 -[loc_36915] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recol3s=10499 -recol3d=8388 -recolhsl4s=7830 -recolhsl4d=5396 -recol5s=8385 -recol5d=5251 -model=model_25030,1 -name=Gate - -// 36916 -[loc_36916] -op1=Close -active=yes -ambient=25 -contrast=15 -mirror=yes -blockrange=no -recolhsl1s=7587 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recol3s=10499 -recol3d=8388 -recolhsl4s=7830 -recolhsl4d=5396 -recol5s=8385 -recol5d=5251 -model=model_25029,1 -name=Gate - -// 36917 -[loc_36917] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recol3s=10499 -recol3d=8388 -recolhsl4s=7830 -recolhsl4d=5396 -recol5s=8385 -recol5d=5251 -model=model_25029,1 -name=Gate - -// 36918 -[loc_36918] -op1=Close -active=yes -ambient=25 -contrast=15 -mirror=yes -blockrange=no -recolhsl1s=7587 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recol3s=10499 -recol3d=8388 -recolhsl4s=7830 -recolhsl4d=5396 -recol5s=8385 -recol5d=5251 -model=model_25030,1 -name=Gate - -// 36919 -[loc_36919] -op1=Open -active=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=5412 -recol2s=11556 -recol2d=9445 -recol3s=10499 -recol3d=8388 -recolhsl4s=7830 -recolhsl4d=5396 -recol5s=8385 -recol5d=5251 -model=model_25030,1 -name=Gate - -// 36920 -[loc_36920] -op1=Open -active=yes -blockwalk=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5396 -recolhsl3s=6490 -recolhsl3d=5412 -recolhsl4s=90 -recolhsl4d=25 -model=model_15521,0 -name=Trapdoor - -// 36921 -[loc_36921] -op1=Go-down -active=yes -blockwalk=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5396 -recolhsl3s=6490 -recolhsl3d=5412 -recolhsl4s=90 -recolhsl4d=25 -model=model_15522,0 -name=Trapdoor - -// 36922 -[loc_36922] -ambient=25 -contrast=15 -model=model_36434,Q - -// 36923 -[loc_36923] -contrast=15 -ambient=25 -active=yes -model=model_36439,Q -name=Hanging tapestry - -// 36924 -[loc_36924] -ambient=25 -contrast=15 -anim=seq_9867 -model=model_36525 -name=Standard - -// 36925 -[loc_36925] -anim=seq_9642 -ambient=25 -contrast=15 -model=model_36792 -name=Standard - -// 36926 -[loc_36926] -anim=seq_9642 -ambient=25 -contrast=15 -blockwalk=no -model=model_36794 -name=Standard - -// 36927 -[loc_36927] -ambient=25 -contrast=15 -blockwalk=no -active=no -model=model_36433 - -// 36928 -[loc_36928] -blockwalk=yes -contrast=15 -ambient=25 -recol1s=4160 -recol1d=5251 -recol2s=6273 -recol2d=8388 -recolhsl3s=6550 -recolhsl3d=5408 -recolhsl4s=6674 -recolhsl4d=5396 -model=model_38622 -name=Wooden defence - -// 36929 -[loc_36929] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=8094 -recolhsl1d=7347 -model=model_1482 -name=Sacks - -// 36930 -[loc_36930] -width=2 -contrast=15 -ambient=25 -blockrange=no -recolhsl1s=5537 -recolhsl1d=5412 -recol2s=9411 -recol2d=9445 -recolhsl3s=5532 -recolhsl3d=5408 -recol4s=8354 -recol4d=8388 -recol5s=7297 -recol5d=5251 -model=model_27500 -model2=model_27501 -name=Desk - -// 36931 -[loc_36931] -length=2 -ambient=25 -contrast=15 -recol1s=16945 -recol1d=4405 -recolhsl2s=32832 -recolhsl2d=40614 -recolhsl3s=7582 -recolhsl3d=5412 -recol4s=8385 -recol4d=9445 -recol5s=9442 -recol5d=8388 -model=model_20389 -name=A bunk bed - -// 36932 -[loc_36932] -active=yes -multivar=varplayerbit_964 -multiloc=0,loc_36751 -multiloc=1,loc_36754 - -// 36933 -[loc_36933] -active=yes -multivar=varplayerbit_964 -multiloc=0,loc_36752 -multiloc=1,loc_36753 - -// 36934 -[loc_36934] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -model=model_35463,1 - -// 36935 -[loc_36935] -width=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=14695 -recol1d=9445 -recol2s=10467 -recol2d=5251 -recol3s=12581 -recol3d=5251 -recolhsl4s=6451 -recolhsl4d=5408 -recol5s=13638 -recol5d=8388 -recol6s=11524 -recol6d=8388 -model=model_7906 -name=Counter - -// 36936 -[loc_36936] -ambient=25 -contrast=15 -recol1s=7328 -recol1d=9445 -recolhsl2s=7830 -recolhsl2d=5396 -recol3s=12613 -recol3d=5251 -model=model_24892 -name=Stepladder - -// 36937 -[loc_36937] -anim=seq_1726 -ambient=25 -contrast=15 -recol1s=12613 -recol1d=9445 -recol2s=15784 -recol2d=5251 -model=model_11878 -name=Grandfather clock - -// 36938 -[loc_36938] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=12683 -recol1d=15853 -recol2s=10569 -recol2d=20081 -recol3s=8455 -recol3d=13739 -model=model_27531 -model2=model_27538 - -// 36939 -[loc_36939] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=12683 -recol1d=15853 -recol2s=10569 -recol2d=20081 -recol3s=8455 -recol3d=13739 -model=model_27531 -model2=model_27539 - -// 36940 -[loc_36940] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=12683 -recol1d=15853 -recol2s=10569 -recol2d=20081 -recol3s=8455 -recol3d=13739 -model=model_27531 -model2=model_27528 - -// 36941 -[loc_36941] -width=2 -length=3 -ambient=25 -contrast=15 -model=model_36450 -name=Bed - -// 36942 -[loc_36942] -length=2 -ambient=25 -contrast=15 -recol1s=20933 -recol1d=9445 -recol2s=7329 -recol2d=8388 -model=model_5192 -name=Bed - -// 36943 -[loc_36943] -width=2 -length=3 -ambient=25 -contrast=15 -model=model_36489 -name=Bed - -// 36944 -[loc_36944] -width=2 -length=3 -ambient=25 -contrast=15 -recol1s=20933 -recol1d=9445 -recol2s=7329 -recol2d=8388 -model=model_36481 -name=Bed - -// 36945 -[loc_36945] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36946 -[loc_36946] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_9504 -name=Ladder - -// 36947 -[loc_36947] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -model=model_36502 -name=Ladder - -// 36948 -[loc_36948] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -model=model_36477 -name=Ladder - -// 36949 -[loc_36949] -length=2 -ambient=25 -contrast=15 -blockwalk=yes -recol1s=10499 -recol1d=8388 -recol2s=8385 -recol2d=5251 -recolhsl3s=7587 -recolhsl3d=5412 -model=model_36510 -name=Wheelbarrow - -// 36950 -[loc_36950] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=13538 -recol1d=9445 -recolhsl2s=6961 -recolhsl2d=5412 -model=model_5490,0 - -// 36951 -[loc_36951] -width=2 -ambient=25 -contrast=15 -recol1s=9443 -recol1d=5251 -recolhsl2s=7585 -recolhsl2d=5396 -recol3s=10500 -recol3d=9445 -recol4s=13671 -recol4d=8388 -recolhsl5s=7461 -recolhsl5d=5408 -model=model_36501 -name=Coop - -// 36952 -[loc_36952] -width=2 -ambient=25 -contrast=15 -recol1s=9443 -recol1d=5251 -recolhsl2s=7585 -recolhsl2d=5396 -recol3s=10500 -recol3d=9445 -recol4s=13671 -recol4d=8388 -recolhsl5s=7461 -recolhsl5d=5408 -model=model_36432 -name=Coop - -// 36953 -[loc_36953] -width=2 -ambient=25 -contrast=15 -recol1s=9443 -recol1d=5251 -recolhsl2s=7585 -recolhsl2d=5396 -recol3s=10500 -recol3d=9445 -recol4s=13671 -recol4d=8388 -recolhsl5s=7461 -recolhsl5d=5408 -model=model_36452 -name=Coop - -// 36954 -[loc_36954] -resizex=100 -resizey=100 -resizez=100 -recol1s=9409 -recol1d=8388 -recolhsl2s=6684 -recolhsl2d=5408 -model=model_5499 -name=Water barrel - -// 36955 -[loc_36955] -resizex=85 -resizey=85 -resizez=85 -recol1s=9409 -recol1d=8388 -recolhsl2s=6684 -recolhsl2d=5408 -model=model_5499 -name=Water barrel - -// 36956 -[loc_36956] -width=2 -length=3 -ambient=25 -contrast=15 -op2=Smelt -bgsound=synth_2209,10 -forceapproach=east -model=model_11546 -name=Furnace - -// 36957 -[loc_36957] -active=no -ambient=25 -contrast=15 -model=model_11547,1 - -// 36958 -[loc_36958] -active=no -mirror=yes -ambient=25 -contrast=15 -model=model_11548,1 - -// 36959 -[loc_36959] -ambient=25 -contrast=15 -op1=Attack -model=model_36504 -name=Combat dummy - -// 36960 -[loc_36960] -op1=Climb-up -length=2 -ambient=25 -contrast=15 -mirror=yes -forceapproach=south -msi=msi_7 -model=model_36780 -name=Stairs - -// 36961 -[loc_36961] -op1=Climb-down -length=2 -ambient=25 -contrast=15 -mirror=yes -forceapproach=north -msi=msi_7 -model=model_36768 -name=Stairs - -// 36962 -[loc_36962] -op1=Climb-up -length=2 -ambient=25 -contrast=15 -forceapproach=north -msi=msi_7 -model=model_36780 -name=Stairs - -// 36963 -[loc_36963] -op1=Climb-down -length=2 -ambient=25 -contrast=15 -forceapproach=south -msi=msi_7 -model=model_36768 -name=Stairs - -// 36964 -[loc_36964] -op1=Climb-up -length=2 -ambient=25 -contrast=15 -msi=msi_7 -model=model_36780 -name=Stairs - -// 36965 -[loc_36965] -op1=Climb-up -length=2 -ambient=25 -contrast=15 -mirror=yes -msi=msi_7 -model=model_36780 -name=Stairs - -// 36966 -[loc_36966] -length=2 -ambient=25 -contrast=15 -msi=msi_7 -model=model_36785 -name=Stairs - -// 36967 -[loc_36967] -length=2 -ambient=25 -contrast=15 -mirror=yes -msi=msi_7 -model=model_36785 -name=Stairs - -// 36968 -[loc_36968] -op1=Climb-down -length=2 -ambient=25 -contrast=15 -msi=msi_7 -model=model_36768 -name=Stairs - -// 36969 -[loc_36969] -op1=Climb-down -length=2 -ambient=25 -contrast=15 -mirror=yes -msi=msi_7 -model=model_36768 -name=Stairs - -// 36970 -[loc_36970] -forceapproach=south -op1=Spin -ambient=25 -contrast=15 -recol1s=12582 -recol1d=9445 -recol2s=11525 -recol2d=8388 -recol3s=10468 -recol3d=5251 -model=model_27564 -name=Spinning wheel - -// 36971 -[loc_36971] -length=2 -forceapproach=east -ambient=25 -contrast=15 -blockrange=no -model=model_13220 -model2=model_13215 -name=Sink - -// 36972 -[loc_36972] -width=2 -op1=Pray -forceapproach=south -ambient=25 -contrast=15 -recol1s=11492 -recol1d=5251 -recol2s=8355 -recol2d=9445 -model=model_12372 -model2=model_12379 -name=Altar - -// 36973 -[loc_36973] -length=2 -forceapproach=east -ambient=25 -contrast=15 -bgsound=synth_2199,5 -recol1s=12618 -recol1d=16846 -recol2s=10504 -recol2d=12618 -recol3s=7399 -recol3d=8456 -model=model_12616 -name=Range - -// 36974 -[loc_36974] -op1=Take-axe -ambient=25 -contrast=15 -recol1s=13538 -recol1d=9445 -recolhsl2s=6961 -recolhsl2d=5412 -recol3s=16846 -recol3d=8354 -model=model_5495 -name=Logs - -// 36975 -[loc_36975] -ambient=25 -contrast=15 -recol1s=13538 -recol1d=9445 -recolhsl2s=6961 -recolhsl2d=5412 -model=model_5496 -name=Logs - -// 36976 -[loc_36976] -ambient=25 -contrast=15 -blockwalk=yes -forceapproach=south -width=2 -length=3 -op1=Ring -model=model_36756 -name=Bell - -// 36977 -[loc_36977] -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=3 -anim=seq_4856 -model=model_36756 -name=Bell - -// 36978 -[loc_36978] -op1=Play -width=2 -length=2 -ambient=25 -contrast=15 -model=model_36523 -name=Organ - -// 36979 -[loc_36979] -op1=Play -width=4 -length=2 -active=yes -anim=seq_9871 -blockrange=no -model=model_36757 -name=Organ - -// 36980 -[loc_36980] -active=no -ambient=25 -contrast=15 -sharelight=yes -recolhsl1s=7587 -recolhsl1d=5408 -recol2s=10499 -recol2d=9445 -recol3s=7328 -recol3d=5251 -recol4s=26050 -recol4d=4405 -recol5s=26048 -recol5d=3277 -model=model_25061 - -// 36981 -[loc_36981] -active=no -ambient=25 -contrast=15 -sharelight=yes -recolhsl1s=7587 -recolhsl1d=5408 -recol2s=10499 -recol2d=9445 -recol3s=7328 -recol3d=5251 -recol4s=26050 -recol4d=4405 -recol5s=26048 -recol5d=3277 -model=model_25063 - -// 36982 -[loc_36982] -blockwalk=yes -ambient=25 -contrast=15 -anim=seq_5906 -recol1s=11492 -recol1d=9445 -recol2s=8355 -recol2d=8388 -recol3s=6241 -recol3d=5251 -retex1s=material_199 -retex1d=material_57 -model=model_22935 -name=Stand - -// 36983 -[loc_36983] -blockwalk=yes -ambient=25 -contrast=15 -anim=seq_5906 -recol1s=11492 -recol1d=9445 -recol2s=8355 -recol2d=8388 -retex1s=material_199 -retex1d=material_57 -model=model_22942 -name=Stand - -// 36984 -[loc_36984] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -offsetx=-32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36985 -[loc_36985] -active=yes -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -offsetx=-32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_36714 -name=Ladder - -// 36986 -[loc_36986] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -offsetx=32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36987 -[loc_36987] -active=yes -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -offsetx=32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_36714 -name=Ladder - -// 36988 -[loc_36988] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=east -msi=msi_7 -ambient=25 -contrast=15 -offsetz=-32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36989 -[loc_36989] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=west -msi=msi_7 -ambient=25 -contrast=15 -offsetz=-32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36990 -[loc_36990] -active=yes -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -offsetz=-32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_36677 -name=Ladder - -// 36991 -[loc_36991] -active=yes -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -offsetz=-32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_36677 -name=Ladder - -// 36992 -[loc_36992] -active=no -contrast=15 -ambient=25 -blockwalk=yes -width=4 -model=model_36686 - -// 36993 -[loc_36993] -active=yes -sharelight=yes -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -offsetx=-32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36994 -[loc_36994] -active=yes -sharelight=yes -op1=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -offsetx=-32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_36714 -name=Ladder - -// 36995 -[loc_36995] -active=yes -sharelight=yes -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -offsetx=32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36996 -[loc_36996] -active=yes -sharelight=yes -op1=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -offsetx=32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_36714 -name=Ladder - -// 36997 -[loc_36997] -active=yes -sharelight=yes -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -offsetz=-32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_5187 -name=Ladder - -// 36998 -[loc_36998] -active=yes -sharelight=yes -op1=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -offsetz=-32 -recol1s=11457 -recol1d=9445 -recol2s=12514 -recol2d=8388 -recolhsl3s=5673 -recolhsl3d=5408 -model=model_36677 -name=Ladder - -// 36999 -[loc_36999] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8844 -recolhsl1d=5396 -recolhsl2s=6682 -recolhsl2d=5408 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Church door - -// 37000 -[loc_37000] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8844 -recolhsl1d=5396 -recolhsl2s=6682 -recolhsl2d=5408 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Church door - -// 37001 -[loc_37001] -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=8844 -recolhsl1d=5396 -recolhsl2s=6682 -recolhsl2d=5408 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 - -// 37002 -[loc_37002] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=8844 -recolhsl1d=5396 -recolhsl2s=6682 -recolhsl2d=5408 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Church door - -// 37003 -[loc_37003] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=8844 -recolhsl1d=5396 -recolhsl2s=6682 -recolhsl2d=5408 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Church door - -// 37004 -[loc_37004] -raiseobject=no -ambient=25 -contrast=15 -recolhsl1s=8844 -recolhsl1d=5396 -recolhsl2s=6682 -recolhsl2d=5408 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 - -// 37005 -[loc_37005] -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=22195 -recolhsl1d=20081 -model=model_30228 -name=Gravestone - -// 37006 -[loc_37006] -ambient=25 -contrast=15 -blockwalk=yes -recolhsl1s=22195 -recolhsl1d=20081 -model=model_30222 -name=Gravestone - -// 37007 -[loc_37007] -ambient=25 -contrast=15 -model=model_35475 -name=Candle - -// 37008 -[loc_37008] -width=2 -length=2 -ambient=25 -contrast=15 -model=model_36524 -name=Organ - -// 37009 -[loc_37009] -op1=Open -forceapproach=south -ambient=25 -contrast=15 -recol1s=10467 -recol1d=5251 -recol2s=14695 -recol2d=9445 -recol3s=22131 -recol3d=6342 -recol4s=17903 -recol4d=12618 -recol5s=13675 -recol5d=6342 -model=model_12150 -name=Closed chest - -// 37010 -[loc_37010] -op2=Search -op3=Shut -forceapproach=south -ambient=25 -contrast=15 -recol1s=10467 -recol1d=5251 -recol2s=14695 -recol2d=9445 -recol3s=22131 -recol3d=6342 -recol4s=17903 -recol4d=12618 -recol5s=13675 -recol5d=6342 -model=model_12151 -name=Open chest - -// 37011 -[loc_37011] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -op1=Open -recolhsl1s=8487 -recolhsl1d=5408 -recol2s=10533 -recol2d=9445 -recol3s=11590 -recol3d=9445 -recol4s=8419 -recol4d=8388 -model=model_35508 -name=Drawers - -// 37012 -[loc_37012] -op2=Search -op3=Close -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -recolhsl1s=8487 -recolhsl1d=5408 -recol2s=10533 -recol2d=9445 -recol3s=11590 -recol3d=9445 -recol4s=8419 -recol4d=8388 -model=model_35507 -name=Drawers - -// 37013 -[loc_37013] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -op1=Open -recolhsl1s=8487 -recolhsl1d=5408 -recol2s=10533 -recol2d=9445 -recol3s=11590 -recol3d=9445 -recol4s=8419 -recol4d=8388 -model=model_36497 -name=Drawers - -// 37014 -[loc_37014] -op2=Search -op3=Close -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -resizex=100 -resizey=100 -resizez=100 -recolhsl1s=8487 -recolhsl1d=5408 -recol2s=10533 -recol2d=9445 -recol3s=11590 -recol3d=9445 -recol4s=8419 -recol4d=8388 -model=model_36487 -name=Drawers - -// 37015 -[loc_37015] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7685 -name=Crate - -// 37016 -[loc_37016] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7700 -name=Crate - -// 37017 -[loc_37017] -op1=Search -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7704 -name=Boxes - -// 37018 -[loc_37018] -hillskew=yes -sharelight=yes -recol1s=8455 -recol1d=7398 -model=model_24238 -name=Doorway - -// 37019 -[loc_37019] -active=no -model=model_11474,1 - -// 37020 -[loc_37020] -active=yes -op1=Open -active=no -raiseobject=no -recol1s=14660 -recol1d=10502 -recol2s=14626 -recol2d=6274 -recol3s=13569 -recol3d=4160 -recol4s=12512 -recol4d=10502 -recol5s=9411 -recol5d=19875 -model=model_14928,1 -model=model_14929,5 - -// 37021 -[loc_37021] -hillskew=yes -sharelight=yes -hardshadow=no -blockrange=no -recol1s=12683 -recol1d=32591 -retex1s=material_46 -retex1d=material_35 -model=model_40571,1 - -// 37022 -[loc_37022] -active=no -hillskew=yes -forcedecor=yes -model=model_38603,0 - -// 37023 -[loc_37023] -width=4 -length=4 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=15 -contrast=10 -model=model_40147 -name=Staircase - -// 37024 -[loc_37024] -active=no -contrast=25 -ambient=15 -anim=seq_9154 -bgsound=synth_4472,1 -recol1s=7431 -recol1d=5351 -recol2s=8488 -recol2d=6408 -recol3s=10602 -recol3d=7465 -recol4s=9545 -recol4d=6441 -recol5s=6374 -recol5d=4294 -model=model_34002 - -// 37025 -[loc_37025] -model=model_35841 -name=Cabinet - -// 37026 -[loc_37026] -model=model_35853 -name=Cabinet - -// 37027 -[loc_37027] -op1=Open -forceapproach=east -model=model_35834 -name=Drawers - -// 37028 -[loc_37028] -op2=Search -op3=Shut -forceapproach=east -model=model_35857 -name=Drawers - -// 37029 -[loc_37029] -op1=Search -model=model_36336 -name=Crate - -// 37030 -[loc_37030] -op1=Search -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_36337 -name=Crate - -// 37031 -[loc_37031] -op1=Search -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_36335 -name=Crate - -// 37032 -[loc_37032] -op1=Search -model=model_35122 -name=sacks - -// 37033 -[loc_37033] -active=no -ambient=-10 -hillchange=ceiling_skew -model=model_34982 - -// 37034 -[loc_37034] -length=2 -forceapproach=east -op1=Open -model=model_35872 -name=Cupboard - -// 37035 -[loc_37035] -length=2 -forceapproach=east -op1=Open -offsetz=-5 -model=model_2247 -name=Cupboard - -// 37036 -[loc_37036] -length=2 -op2=Search -op3=Shut -forceapproach=east -offsetz=11 -model=model_2244 -name=Open Cupboard - -// 37037 -[loc_37037] -length=2 -forceapproach=east -op1=Open -model=model_35869 -name=Cupboard - -// 37038 -[loc_37038] -length=2 -op2=Search -op3=Shut -forceapproach=east -model=model_35868 -name=Open Cupboard - -// 37039 -[loc_37039] -length=2 -op2=Search -op3=Shut -forceapproach=east -model=model_35867 -name=Cupboard - -// 37040 -[loc_37040] -op1=Open -forceapproach=north -model=model_35827 -name=Closed chest - -// 37041 -[loc_37041] -op1=Open -forceapproach=north -resizex=90 -resizey=90 -resizez=90 -model=model_35823 -name=Closed chest - -// 37042 -[loc_37042] -op2=Search -op3=Shut -forceapproach=north -recol1s=11561 -recol1d=19008 -model=model_35811 -name=Open chest - -// 37043 -[loc_37043] -op2=Search -op3=Shut -forceapproach=north -recol1s=11561 -recol1d=19008 -model=model_35833 -name=Open chest - -// 37044 -[loc_37044] -op2=Search -op3=Shut -forceapproach=north -model=model_35833 -name=Open chest - -// 37045 -[loc_37045] -op2=Search -op3=Shut -forceapproach=north -model=model_35835 -name=Open chest - -// 37046 -[loc_37046] -op2=Search -op3=Shut -forceapproach=north -resizex=90 -resizey=90 -resizez=90 -model=model_35805 -name=Open chest - -// 37047 -[loc_37047] -length=2 -op1=Search -forceapproach=east -ambient=25 -contrast=25 -model=model_35810 -name=Bookcase - -// 37048 -[loc_37048] -forceapproach=east -op1=Open -ambient=20 -offsetx=30 -model=model_1951 -model2=model_36091 -name=Wardrobe - -// 37049 -[loc_37049] -forceapproach=east -op2=Search -op3=Close -ambient=20 -offsetx=30 -model=model_36086 -model2=model_36091 -name=Wardrobe - -// 37050 -[loc_37050] -forceapproach=east -op2=Search -op3=Close -ambient=20 -offsetx=30 -model=model_36089 -model2=model_36091 -name=Wardrobe - -// 37051 -[loc_37051] -forceapproach=east -op1=Open -ambient=20 -model=model_40888 -model2=model_40889 -name=Wardrobe - -// 37052 -[loc_37052] -op2=Search -op3=Close -forceapproach=east -ambient=20 -model=model_40890 -model2=model_40889 -name=Wardrobe - -// 37053 -[loc_37053] -op2=Search -op3=Close -ambient=20 -model=model_36092 -model2=model_5531 -name=Wardrobe - -// 37054 -[loc_37054] -ambient=50 -model=model_36405,Q - -// 37055 -[loc_37055] -sharelight=yes -active=no -msi=msi_22 -hillchange=ceiling_skew -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5306 - -// 37056 -[loc_37056] -sharelight=yes -active=no -msi=msi_22 -hillchange=ceiling_skew -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5307,8 -model=model_41152,5 - -// 37057 -[loc_37057] -sharelight=yes -active=no -msi=msi_22 -hillchange=ceiling_skew -model=model_34937 - -// 37058 -[loc_37058] -active=no -hillchange=ceiling_skew -model=model_40588 - -// 37059 -[loc_37059] -active=no -sharelight=yes -msi=msi_22 -hillchange=ceiling_skew -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5308 - -// 37060 -[loc_37060] -active=no -sharelight=yes -msi=msi_22 -model=model_35315 - -// 37061 -[loc_37061] -width=2 -sharelight=yes -active=no -hillchange=ceiling_skew -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=7429 -recol5d=16708 -model=model_5305 - -// 37062 -[loc_37062] -sharelight=yes -op1=Climb-up -forceapproach=south -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_35443 -name=Ship's ladder - -// 37063 -[loc_37063] -active=no -length=2 -hillchange=skew_to_fit -model=model_34971 - -// 37064 -[loc_37064] -sharelight=yes -active=no -msi=msi_22 -recol1s=14594 -recol1d=17799 -recol2s=16708 -recol2d=17799 -model=model_35442,1 -model=model_35444,5 - -// 37065 -[loc_37065] -offsety=-24 -sharelight=yes -active=no -msi=msi_22 -recol1s=14594 -recol1d=17799 -recol2s=16708 -recol2d=17799 -model=model_5314,1 -model=model_5315,2 -model=model_5316,5 - -// 37066 -[loc_37066] -active=no -width=2 -active=no -sharelight=yes -msi=msi_22 -hillchange=ceiling_skew -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5289 - -// 37067 -[loc_37067] -active=no -width=2 -mirror=yes -active=no -sharelight=yes -msi=msi_22 -hillchange=ceiling_skew -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -model=model_5289 - -// 37068 -[loc_37068] -width=2 -sharelight=yes -msi=msi_22 -hillchange=ceiling_skew -recol1s=10598 -recol1d=17799 -recol2s=9541 -recol2d=17799 -recol3s=8484 -recol3d=17799 -recol4s=7427 -recol4d=17799 -recol5s=6370 -recol5d=16708 -recol6s=4256 -recol6d=17799 -model=model_5290 -name=Figurehead - -// 37069 -[loc_37069] -hillchange=ceiling_skew -active=no -length=4 -model=model_35224 - -// 37070 -[loc_37070] -active=no -ambient=25 -hillchange=ceiling_skew -model=model_35082 - -// 37071 -[loc_37071] -ambient=20 -active=no -blockrange=no -recol1s=13675 -recol1d=10535 -model=model_36322,Q - -// 37072 -[loc_37072] -sharelight=yes -occlude=yes -recol1s=6342 -recol1d=17766 -retex1s=material_2 -retex1d=material_3 -model=model_40570,5 - -// 37073 -[loc_37073] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -anim=seq_7552 -mirror=yes -model=model_30372 -name=Stags - -// 37074 -[loc_37074] -ambient=90 -contrast=50 -unknown90=yes -active=yes -hardshadow=no -model=model_40578,0 -name=Ectoplasm - -// 37075 -[loc_37075] -active=no -ambient=15 -contrast=15 -offsetx=-25 -recol1s=10534 -recol1d=9472 -recol2s=12648 -recol2d=10528 -recol3s=14762 -recol3d=11584 -recolhsl4s=17583 -recolhsl4d=17564 -recolhsl5s=14753 -recolhsl5d=17568 -recolhsl6s=14637 -recolhsl6d=17573 -model=model_30929 - -// 37076 -[loc_37076] -active=no -ambient=15 -contrast=15 -offsetx=40 -offsetz=20 -recol1s=10534 -recol1d=9472 -recol2s=12648 -recol2d=10528 -recol3s=14762 -recol3d=11584 -recolhsl4s=17583 -recolhsl4d=17564 -recolhsl5s=14753 -recolhsl5d=17568 -recolhsl6s=14637 -recolhsl6d=17573 -model=model_30929 - -// 37077 -[loc_37077] -active=no -width=6 -length=2 -hillchange=ceiling_skew -model=model_35119 - -// 37078 -[loc_37078] -active=no -width=4 -length=4 -hillchange=skew_to_fit -model=model_35018 - -// 37079 -[loc_37079] -hillskew=yes -active=no -recol1s=13537 -recol1d=6373 -model=model_36326 - -// 37080 -[loc_37080] -hillskew=yes -active=no -recol1s=13537 -recol1d=6373 -model=model_36325 - -// 37081 -[loc_37081] -width=2 -length=2 -active=no -hillchange=skew_to_fit -model=model_35227 - -// 37082 -[loc_37082] -active=no -hillchange=skew_to_fit -model=model_35081 - -// 37083 -[loc_37083] -active=no -width=2 -length=2 -hillchange=skew_to_fit -model=model_35176 - -// 37084 -[loc_37084] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1122 -recol2s=7364 -recol2d=2179 -recol3s=8421 -recol3d=3236 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_36935,1 -model=model_36939,2 -model=model_36930,5 - -// 37085 -[loc_37085] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=9608 -recol2s=7364 -recol2d=7463 -recol3s=8421 -recol3d=6438 -recol4s=9478 -recol4d=6406 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_36935,1 -model=model_36939,2 -model=model_36930,5 - -// 37086 -[loc_37086] -sharelight=yes -hillskew=yes -ambient=20 -contrast=40 -recol1s=6307 -recol1d=1057 -recol2s=7364 -recol2d=1122 -recol3s=8421 -recol3d=2211 -recol4s=9478 -recol4d=4293 -recol5s=10535 -recol5d=5349 -recol6s=11592 -recol6d=6373 -retex1s=material_560 -retex1d=material_418 -model=model_36935,1 -model=model_36939,2 -model=model_36930,5 - -// 37087 -[loc_37087] -ambient=10 -contrast=5 -active=yes -model=model_35710,0 -name=Tiling - -// 37088 -[loc_37088] -active=yes -raiseobject=no -op1=Climb-down -blockwalk=yes -hardshadow=no -recol1s=11561 -recol1d=9480 -model=model_35711,0 -name=Trapdoor - -// 37089 -[loc_37089] -active=no -ambient=15 -retex1s=material_73 -retex1d=material_63 -model=model_14020,1 - -// 37090 -[loc_37090] -active=no -hillskew=yes -ambient=10 -recol1s=2114 -recol1d=1123 -retex1s=material_418 -retex1d=material_70 -model=model_26720 - -// 37091 -[loc_37091] -active=yes -raiseobject=no -blockwalk=yes -model=model_40624 -name=Trapdoor - -// 37092 -[loc_37092] -ambient=25 -op1=Step-on -model=model_40621,0 -name=Springboard - -// 37093 -[loc_37093] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=35 -resizey=32 -forcedecor=yes -model=model_40619,0 - -// 37094 -[loc_37094] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=35 -resizey=32 -forcedecor=yes -model=model_40618,0 - -// 37095 -[loc_37095] -blockwalk=yes -contrast=15 -ambient=25 -op1=Shoot-at -model=model_40625 -name=Archery target - -// 37096 -[loc_37096] -blockwalk=yes -contrast=15 -ambient=25 -op1=Shoot-at -model=model_40626 -name=Archery target - -// 37097 -[loc_37097] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_36367,0 - -// 37098 -[loc_37098] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_40061 - -// 37099 -[loc_37099] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38032,0 - -// 37100 -[loc_37100] -active=no -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38032,0 - -// 37101 -[loc_37101] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38038,0 - -// 37102 -[loc_37102] -active=no -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38038,0 - -// 37103 -[loc_37103] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38047,0 - -// 37104 -[loc_37104] -active=no -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38047,0 - -// 37105 -[loc_37105] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38048,0 - -// 37106 -[loc_37106] -active=no -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38048,0 - -// 37107 -[loc_37107] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38025,0 - -// 37108 -[loc_37108] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38021,0 - -// 37109 -[loc_37109] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38041,0 - -// 37110 -[loc_37110] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38033,0 - -// 37111 -[loc_37111] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38030,0 - -// 37112 -[loc_37112] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38024,0 - -// 37113 -[loc_37113] -active=no -contrast=15 -ambient=25 -unknown90=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_38022,0 - -// 37114 -[loc_37114] -ambient=25 -blockrange=no -model=model_36832 -name=Barrel - -// 37115 -[loc_37115] -active=no -sharelight=yes -blockwalk=yes -recol1s=13671 -recol1d=16740 -recol2s=12614 -recol2d=14660 -recol3s=11557 -recol3d=13603 -recol4s=10500 -recol4d=12546 -recol5s=9443 -recol5d=11489 -retex1s=material_161 -retex1d=material_132 -model=model_20364,1 - -// 37116 -[loc_37116] -active=no -sharelight=yes -blockwalk=yes -recol1s=13671 -recol1d=16740 -recol2s=12614 -recol2d=14660 -recol3s=11557 -recol3d=13603 -recol4s=10500 -recol4d=12546 -recol5s=9443 -recol5d=11489 -retex1s=material_161 -retex1d=material_132 -model=model_20363,1 - -// 37117 -[loc_37117] -active=no -sharelight=yes -occlude=yes -recol1s=7431 -recol1d=13705 -recol2s=6374 -recol2d=13705 -recol3s=5317 -recol3d=12648 -recol4s=4260 -recol4d=13705 -recol5s=3203 -recol5d=13705 -recol6s=2146 -recol6d=8420 -model=model_36858 - -// 37118 -[loc_37118] -op1=Search -forceapproach=east -model=model_35860 -name=Bookcase - -// 37119 -[loc_37119] -op1=Search -forceapproach=east -model=model_35854 -name=Bookcase - -// 37120 -[loc_37120] -active=no -sharelight=yes -blockwalk=yes -occlude=yes -recol1s=13671 -recol1d=16740 -recol2s=12614 -recol2d=14660 -recol3s=11557 -recol3d=13603 -recol4s=10500 -recol4d=12546 -recol5s=9443 -recol5d=11489 -retex1s=material_161 -retex1d=material_132 -retex2s=material_160 -retex2d=material_132 -model=model_9563,1 -model=model_36049,2 -model=model_9564,3 -model=model_9565,4 -model=model_9566,5 - -// 37121 -[loc_37121] -model=model_35815 -name=Mirror - -// 37122 -[loc_37122] -model=model_35816 -name=Broom - -// 37123 -[loc_37123] -width=2 -length=2 -model=model_35762 -name=Carcass - -// 37124 -[loc_37124] -active=no -width=6 -length=6 -hillchange=skew_to_fit -model=model_35114 - -// 37125 -[loc_37125] -active=no -model=model_36364,0 - -// 37126 -[loc_37126] -hillskew=yes -sharelight=yes -model=model_36373,0 - -// 37127 -[loc_37127] -hillskew=yes -sharelight=yes -model=model_36348,0 - -// 37128 -[loc_37128] -hillskew=yes -sharelight=yes -model=model_36369,0 - -// 37129 -[loc_37129] -hillskew=yes -sharelight=yes -model=model_36354,0 - -// 37130 -[loc_37130] -hillskew=yes -sharelight=yes -model=model_36371,0 - -// 37131 -[loc_37131] -hillskew=yes -sharelight=yes -model=model_36370,0 - -// 37132 -[loc_37132] -hillskew=yes -sharelight=yes -model=model_36363,0 - -// 37133 -[loc_37133] -hillskew=yes -sharelight=yes -model=model_36359,0 - -// 37134 -[loc_37134] -hillskew=yes -sharelight=yes -model=model_36365,0 - -// 37135 -[loc_37135] -hillskew=yes -sharelight=yes -model=model_36344,0 - -// 37136 -[loc_37136] -sharelight=yes -active=no -hillchange=skew_to_fit -model=model_36358 - -// 37137 -[loc_37137] -sharelight=yes -forcedecor=yes -msi=msi_46 -unknown90=yes -hardshadow=no -model=model_36366,0 - -// 37138 -[loc_37138] -active=no -hillchange=skew_to_fit -model=model_35079 - -// 37139 -[loc_37139] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -unknown90=yes -model=model_35387,0 - -// 37140 -[loc_37140] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -hardshadow=no -unknown90=yes -model=model_36360,0 - -// 37141 -[loc_37141] -sharelight=yes -hillskew=yes -active=no -unknown90=yes -hardshadow=no -forcedecor=yes -model=model_36351,0 - -// 37142 -[loc_37142] -sharelight=yes -hillskew=yes -active=no -unknown90=yes -hardshadow=no -forcedecor=yes -model=model_36362,0 - -// 37143 -[loc_37143] -active=no -ambient=-15 -hillchange=skew_to_fit -model=model_34951 - -// 37144 -[loc_37144] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -unknown90=yes -model=model_36343,0 - -// 37145 -[loc_37145] -sharelight=yes -hillskew=yes -hardshadow=no -blockrange=no -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 37146 -[loc_37146] -active=no -hillchange=skew_to_fit -model=model_35251 - -// 37147 -[loc_37147] -active=no -ambient=25 -hillchange=skew_to_fit -model=model_35167 - -// 37148 -[loc_37148] -active=no -hillchange=skew_to_fit -model=model_35319 - -// 37149 -[loc_37149] -active=no -length=2 -width=2 -hillchange=skew_to_fit -model=model_35319 - -// 37150 -[loc_37150] -model=model_35757 -name=Cooking Pots - -// 37151 -[loc_37151] -active=no -hillchange=skew_to_fit -model=model_35327 - -// 37152 -[loc_37152] -active=no -hillchange=skew_to_fit -model=model_35059 - -// 37153 -[loc_37153] -active=yes -ambient=50 -model=model_36422,Q -name=Sign - -// 37154 -[loc_37154] -length=2 -blockrange=no -model=model_35851 -name=Sink - -// 37155 -[loc_37155] -length=2 -ambient=25 -contrast=25 -blockrange=no -retex1s=material_22 -retex1d=material_16 -model=model_35851 -name=Sink - -// 37156 -[loc_37156] -length=2 -blockrange=no -model=model_11535 -name=Bath - -// 37157 -[loc_37157] -blockrange=no -model=model_35844 -name=Bar pumps - -// 37158 -[loc_37158] -width=2 -ambient=25 -contrast=25 -blockrange=no -model=model_35799 -name=Bank table - -// 37159 -[loc_37159] -width=2 -ambient=25 -contrast=25 -blockrange=no -model=model_35830 -name=Bank table - -// 37160 -[loc_37160] -width=2 -blockrange=no -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_35806 -name=Table - -// 37161 -[loc_37161] -width=2 -blockrange=no -retex1s=material_5 -retex1d=material_16 -retex2s=material_22 -retex2d=material_16 -model=model_35820 -name=Table - -// 37162 -[loc_37162] -width=4 -blockrange=no -recol1s=20832 -recol1d=5218 -model=model_1276 -name=Table - -// 37163 -[loc_37163] -blockrange=no -model=model_35807 -name=Table - -// 37164 -[loc_37164] -blockrange=no -model=model_35809 -name=Table - -// 37165 -[loc_37165] -blockrange=no -model=model_38608 -name=Table - -// 37166 -[loc_37166] -blockrange=no -model=model_35843 -name=Table - -// 37167 -[loc_37167] -blockrange=no -model=model_35855 -name=Table - -// 37168 -[loc_37168] -width=2 -blockrange=no -model=model_35814 -name=Study desk - -// 37169 -[loc_37169] -width=2 -blockrange=no -model=model_35828 -name=Counter - -// 37170 -[loc_37170] -model=model_36338 -name=Shelves - -// 37171 -[loc_37171] -model=model_36329 -name=Shelves - -// 37172 -[loc_37172] -model=model_36330 -name=Shelves - -// 37173 -[loc_37173] -resizex=114 -offsetx=6 -model=model_36330 -name=Shelves - -// 37174 -[loc_37174] -model=model_36331 -name=Shelves - -// 37175 -[loc_37175] -model=model_36339 -name=Shelves - -// 37176 -[loc_37176] -resizex=114 -offsetx=-6 -model=model_36339 -name=Shelves - -// 37177 -[loc_37177] -resizex=114 -offsetx=6 -model=model_36339 -name=Shelves - -// 37178 -[loc_37178] -resizex=114 -offsetx=6 -model=model_36333 -name=Shelves - -// 37179 -[loc_37179] -model=model_36332 -name=Shelves - -// 37180 -[loc_37180] -resizex=114 -offsetx=-6 -model=model_36332 -name=Shelves - -// 37181 -[loc_37181] -ambient=50 -active=yes -model=model_36414,Q -name=Shelf - -// 37182 -[loc_37182] -active=no -ambient=-10 -hillchange=skew_to_fit -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_35234 - -// 37183 -[loc_37183] -width=2 -length=2 -active=no -ambient=5 -hillchange=skew_to_fit -model=model_35152 - -// 37184 -[loc_37184] -width=2 -length=2 -active=no -ambient=5 -hillchange=skew_to_fit -model=model_35306 - -// 37185 -[loc_37185] -width=2 -length=2 -active=no -ambient=5 -hillchange=skew_to_fit -model=model_35274 - -// 37186 -[loc_37186] -width=2 -length=2 -active=no -ambient=5 -hillchange=skew_to_fit -model=model_35121 - -// 37187 -[loc_37187] -width=2 -length=2 -active=no -ambient=5 -hillchange=skew_to_fit -model=model_35272 - -// 37188 -[loc_37188] -active=no -width=2 -length=2 -hillchange=skew_to_fit -model=model_35267 - -// 37189 -[loc_37189] -active=no -hillchange=skew_to_fit -model=model_35033 - -// 37190 -[loc_37190] -hillskew=yes -blockwalk=no -istexture=yes -recol1s=12580 -recol1d=16846 -model=model_773,0 - -// 37191 -[loc_37191] -hillskew=yes -blockwalk=no -istexture=yes -recol1s=12580 -recol1d=16846 -model=model_785,0 - -// 37192 -[loc_37192] -forcedecor=yes -active=no -ambient=5 -hillchange=skew_to_fit -model=model_35210 - -// 37193 -[loc_37193] -blockwalk=no -hardshadow=no -recol1s=13537 -recol1d=7329 -model=model_753 -name=Stalactite - -// 37194 -[loc_37194] -width=4 -length=4 -active=yes -hillchange=tree_skew,25 -blockrange=no -model=model_36861 -name=Crashed glider - -// 37195 -[loc_37195] -width=4 -length=4 -active=no -hillchange=skew_to_fit -blockrange=no -model=model_36860 - -// 37196 -[loc_37196] -ambient=30 -contrast=30 -length=5 -width=5 -randomanimframe=no -hardshadow=no -shadow=no -hillchange=skew_to_fit -model=model_36866 -name=Whirpool - -// 37197 -[loc_37197] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27133,Z - -// 37198 -[loc_37198] -active=no -sharelight=yes -ambient=25 -contrast=25 -model=model_27133,Z - -// 37199 -[loc_37199] -sharelight=yes -ambient=25 -contrast=25 -model=model_27117,A -model=model_27119,S -model=model_27118,D -model=model_27120,F -model=model_27124,G -model=model_27122,H - -// 37200 -[loc_37200] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -model=model_27117,A -model=model_27119,S -model=model_27118,D -model=model_27120,F -model=model_27124,G -model=model_27122,H - -// 37201 -[loc_37201] -sharelight=yes -ambient=25 -contrast=25 -model=model_27123,C - -// 37202 -[loc_37202] -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_27123,C - -// 37203 -[loc_37203] -active=no -width=2 -sharelight=yes -retex1s=material_6 -retex1d=material_44 -model=model_27121 - -// 37204 -[loc_37204] -active=no -width=2 -sharelight=yes -ambient=25 -contrast=25 -model=model_27121 - -// 37205 -[loc_37205] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_27117,A -model=model_27119,S -model=model_27118,D -model=model_27120,F -model=model_27124,G -model=model_27122,H - -// 37206 -[loc_37206] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_27117,A -model=model_27119,S -model=model_27118,D -model=model_27120,F -model=model_27124,G -model=model_27122,H - -// 37207 -[loc_37207] -active=no -width=2 -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -model=model_27121 - -// 37208 -[loc_37208] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=9712 -model=model_3184 -name=Rocks - -// 37209 -[loc_37209] -active=yes -op1=Read -blockrange=no -model=model_40060 -name=Varrock Census - -// 37210 -[loc_37210] -ambient=30 -contrast=30 -length=5 -width=5 -randomanimframe=no -hardshadow=no -shadow=no -hillchange=skew_to_fit -model=model_36865 -name=Whirpool - -// 37211 -[loc_37211] -active=no -length=2 -width=6 -shadow=no -hardshadow=no -randomanimframe=no -anim=seq_9663 -hardshadow=no -model=model_36384 - -// 37212 -[loc_37212] -active=no -anim=seq_9665 -length=6 -width=5 -ambient=30 -contrast=30 -offsety=-288 -randomanimframe=no -hardshadow=no -model=model_36873 - -// 37213 -[loc_37213] -active=no -anim=seq_687 -length=2 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36879 - -// 37214 -[loc_37214] -active=no -anim=seq_9665 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36393 - -// 37215 -[loc_37215] -active=no -anim=seq_687 -length=2 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_36879 - -// 37216 -[loc_37216] -active=no -anim=seq_9665 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_36393 - -// 37217 -[loc_37217] -active=no -anim=seq_687 -length=2 -width=4 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_36877 - -// 37218 -[loc_37218] -active=no -anim=seq_9665 -width=4 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_36395 - -// 37219 -[loc_37219] -active=no -anim=seq_687 -length=2 -width=2 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36881 - -// 37220 -[loc_37220] -active=no -anim=seq_9665 -width=2 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36394 - -// 37221 -[loc_37221] -active=no -anim=seq_687 -length=2 -width=2 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_36881 - -// 37222 -[loc_37222] -active=no -anim=seq_9665 -width=2 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_36394 - -// 37223 -[loc_37223] -active=no -anim=seq_687 -length=2 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36874 - -// 37224 -[loc_37224] -active=no -anim=seq_9665 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36386 - -// 37225 -[loc_37225] -active=no -anim=seq_687 -length=2 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36878 - -// 37226 -[loc_37226] -active=no -anim=seq_9665 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36398 - -// 37227 -[loc_37227] -active=no -anim=seq_9665 -length=4 -width=4 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36871 - -// 37228 -[loc_37228] -active=no -anim=seq_9665 -width=4 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_36887 - -// 37229 -[loc_37229] -active=no -anim=seq_687 -length=3 -width=4 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36885 - -// 37230 -[loc_37230] -active=no -anim=seq_9665 -length=3 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_36885 - -// 37231 -[loc_37231] -active=no -anim=seq_9665 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36387 - -// 37232 -[loc_37232] -active=no -anim=seq_9665 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -retex1s=material_646 -retex1d=material_658 -model=model_36387 - -// 37233 -[loc_37233] -active=no -anim=seq_9665 -length=3 -width=7 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36883 - -// 37234 -[loc_37234] -active=no -anim=seq_9665 -width=7 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36396 - -// 37235 -[loc_37235] -active=no -anim=seq_9665 -length=5 -width=2 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36880 - -// 37236 -[loc_37236] -active=no -anim=seq_9665 -width=2 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36399 - -// 37237 -[loc_37237] -active=no -anim=seq_9665 -length=5 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36876 - -// 37238 -[loc_37238] -active=no -anim=seq_9665 -width=3 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36397 - -// 37239 -[loc_37239] -active=no -anim=seq_9665 -length=5 -width=2 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36884 - -// 37240 -[loc_37240] -active=no -anim=seq_9665 -width=2 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36390 - -// 37241 -[loc_37241] -active=no -anim=seq_9665 -length=5 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36886 - -// 37242 -[loc_37242] -active=no -anim=seq_9665 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36389 - -// 37243 -[loc_37243] -active=no -anim=seq_9665 -length=5 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36869 - -// 37244 -[loc_37244] -active=no -anim=seq_9665 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -model=model_36392 - -// 37245 -[loc_37245] -sharelight=yes -op1=Open -hardshadow=no -model=model_36383 -name=Ledge - -// 37246 -[loc_37246] -sharelight=yes -op1=Open -hardshadow=no -model=model_36381 -name=Ledge - -// 37247 -[loc_37247] -anim=seq_9665 -op1=Open -hardshadow=no -model=model_36382 -name=Ledge - -// 37248 -[loc_37248] -active=no -hillchange=skew_to_fit -model=model_35023 - -// 37249 -[loc_37249] -sharelight=yes -ambient=25 -contrast=25 -model=model_40082,A - -// 37250 -[loc_37250] -sharelight=yes -ambient=25 -contrast=25 -model=model_40088,A - -// 37251 -[loc_37251] -sharelight=yes -ambient=25 -contrast=25 -model=model_40086,H - -// 37252 -[loc_37252] -sharelight=yes -ambient=25 -contrast=25 -model=model_40081,Z - -// 37253 -[loc_37253] -sharelight=yes -ambient=25 -contrast=25 -model=model_40087,Z - -// 37254 -[loc_37254] -active=no -width=2 -sharelight=yes -ambient=25 -contrast=25 -model=model_40085 - -// 37255 -[loc_37255] -active=no -width=2 -sharelight=yes -ambient=25 -contrast=25 -model=model_40084 - -// 37256 -[loc_37256] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_40082,A - -// 37257 -[loc_37257] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -model=model_40082,A - -// 37258 -[loc_37258] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_40082,A - -// 37259 -[loc_37259] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_40082,A - -// 37260 -[loc_37260] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_40088,A - -// 37261 -[loc_37261] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -model=model_40088,A - -// 37262 -[loc_37262] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_40088,A - -// 37263 -[loc_37263] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_40088,A - -// 37264 -[loc_37264] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_40081,Z - -// 37265 -[loc_37265] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_40087,Z - -// 37266 -[loc_37266] -active=no -width=2 -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_40085 - -// 37267 -[loc_37267] -active=no -width=2 -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_6 -retex1d=material_44 -retex2s=material_2 -retex2d=material_23 -model=model_40084 - -// 37268 -[loc_37268] -sharelight=yes -active=no -model=model_40083 - -// 37269 -[loc_37269] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_40077,1 - -// 37270 -[loc_37270] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_40080,1 - -// 37271 -[loc_37271] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_40080,1 - -// 37272 -[loc_37272] -active=no -sharelight=yes -mirror=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_40076,Z - -// 37273 -[loc_37273] -active=no -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -retex2s=material_6 -retex2d=material_44 -model=model_40076,Z - -// 37274 -[loc_37274] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_40078,1 - -// 37275 -[loc_37275] -width=2 -ambient=15 -contrast=15 -model=model_28583 -model2=model_28581 -name=Lathe - -// 37276 -[loc_37276] -ambient=10 -contrast=10 -model=model_28578 -name=Bellows - -// 37277 -[loc_37277] -sharelight=yes -hillskew=yes -hardshadow=no -blockrange=no -model=model_1009,1 -model=model_1010,2 -model=model_1011,3 -model=model_1012,4 -model=model_1013,5 - -// 37278 -[loc_37278] -active=no -ambient=25 -hillchange=skew_to_fit -model=model_35169 - -// 37279 -[loc_37279] -ambient=15 -contrast=15 -model=model_28573 -name=Junk - -// 37280 -[loc_37280] -width=4 -anim=seq_9135 -ambient=60 -contrast=60 -blockwalk=no -model=model_40062 -name=A stream of light - -// 37281 -[loc_37281] -ambient=15 -contrast=15 -active=yes -model=model_28572,Q -name=Ringmailmaker - -// 37282 -[loc_37282] -ambient=5 -contrast=5 -model=model_28571 -name=Coal - -// 37283 -[loc_37283] -ambient=5 -contrast=5 -model=model_28575 -name=Coal - -// 37284 -[loc_37284] -ambient=20 -contrast=20 -active=yes -model=model_28580,Q -name=Shield - -// 37285 -[loc_37285] -ambient=15 -contrast=15 -active=yes -model=model_28577,Q -name=Supply - -// 37286 -[loc_37286] -ambient=50 -model=model_28586,Q - -// 37287 -[loc_37287] -ambient=50 -recol1s=16808 -recol1d=10240 -recol2s=8456 -recol2d=8387 -recol3s=13504 -recol3d=24162 -model=model_40063,Q - -// 37288 -[loc_37288] -width=4 -ambient=60 -contrast=60 -blockwalk=no -model=model_40062 -name=A stream of light - -// 37289 -[loc_37289] -width=2 -recol1s=14695 -recol1d=9445 -recol2s=16809 -recol2d=8388 -recolhsl3s=6563 -recolhsl3d=5396 -recol4s=13638 -recol4d=5251 -model=model_9547 -name=Tavern table - -// 37290 -[loc_37290] -width=2 -recol1s=14695 -recol1d=9445 -recol2s=16809 -recol2d=8388 -recolhsl3s=6563 -recolhsl3d=5396 -recol4s=13638 -recol4d=5251 -model=model_9547 -model2=model_40067 -model3=model_40070 -name=Hogs legs - -// 37291 -[loc_37291] -model=model_44845 -name=A suit of Armour - -// 37292 -[loc_37292] -hillskew=yes -istexture=yes -blockwalk=no -hardshadow=no -recol1s=13505 -recol1d=7329 -recol2s=14594 -recol2d=7329 -recol3s=15618 -recol3d=7329 -model=model_1124,0 - -// 37293 -[loc_37293] -hillskew=yes -istexture=yes -blockwalk=no -hardshadow=no -recol1s=13505 -recol1d=7329 -recol2s=14594 -recol2d=7329 -recol3s=15618 -recol3d=7329 -model=model_1139,0 - -// 37294 -[loc_37294] -hillskew=yes -istexture=yes -blockwalk=no -hardshadow=no -recol1s=13505 -recol1d=7329 -recol2s=14594 -recol2d=7329 -recol3s=15618 -recol3d=7329 -model=model_1032,0 - -// 37295 -[loc_37295] -length=2 -op1=Search -forceapproach=east -model=model_35847 -name=Bookcase - -// 37296 -[loc_37296] -blockrange=no -model=model_36368 -name=Corpse - -// 37297 -[loc_37297] -ambient=25 -contrast=15 -blockrange=no -recol1s=9377 -recol1d=16809 -recol2s=10401 -recol2d=12581 -model=model_1242 -name=Smashed chair - -// 37298 -[loc_37298] -width=2 -blockrange=no -model=model_36840 -name=Bench - -// 37299 -[loc_37299] -model=model_35837 -name=Shelves - -// 37300 -[loc_37300] -model=model_35861 -name=Shelves - -// 37301 -[loc_37301] -ambient=25 -contrast=25 -model=model_35825 -name=Shelves - -// 37302 -[loc_37302] -ambient=50 -model=model_33369,Q - -// 37303 -[loc_37303] -ambient=50 -model=model_36418,Q - -// 37304 -[loc_37304] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=20017 -model=model_3184 -name=Rocks - -// 37305 -[loc_37305] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=20017 -model=model_3183 -name=Rocks - -// 37306 -[loc_37306] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=20017 -model=model_3195 -name=Rocks - -// 37307 -[loc_37307] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=6242 -model=model_3184 -name=Rocks - -// 37308 -[loc_37308] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=6242 -model=model_3183 -name=Rocks - -// 37309 -[loc_37309] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=6242 -model=model_3195 -name=Rocks - -// 37310 -[loc_37310] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=32480 -model=model_3184 -name=Rocks - -// 37311 -[loc_37311] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=32480 -model=model_3183 -name=Rocks - -// 37312 -[loc_37312] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=10500 -recol2s=6342 -recol2d=32480 -model=model_3195 -name=Rocks - -// 37313 -[loc_37313] -active=no -recol1s=14560 -recol1d=8388 -model=model_40089 - -// 37314 -[loc_37314] -active=no -model=model_40091 - -// 37315 -[loc_37315] -width=3 -ambient=20 -contrast=10 -model=model_38638 -name=Pillar - -// 37316 -[loc_37316] -ambient=25 -contrast=25 -wallwidth=32 -model=model_40093,1 - -// 37317 -[loc_37317] -width=3 -ambient=20 -contrast=10 -model=model_40092 -name=Pillar - -// 37318 -[loc_37318] -model=model_35803 -name=Shelves - -// 37319 -[loc_37319] -model=model_35858 -name=Shelves - -// 37320 -[loc_37320] -ambient=25 -contrast=25 -wallwidth=32 -model=model_40096,1 - -// 37321 -[loc_37321] -ambient=15 -bgsound=synth_3232,5 -model=model_40095 -name=Hanging roots - -// 37322 -[loc_37322] -ambient=15 -bgsound=synth_3232,5 -model=model_40094 -name=Hanging roots - -// 37323 -[loc_37323] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4401,0 - -// 37324 -[loc_37324] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4402,0 - -// 37325 -[loc_37325] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4403,0 - -// 37326 -[loc_37326] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4404,0 - -// 37327 -[loc_37327] -blockwalk=no -recol1s=8766 -recol1d=21536 -model=model_1610 -name=Flower - -// 37328 -[loc_37328] -op2=Pick -blockwalk=no -recol1s=9702 -recol1d=14925 -recol2s=21017 -recol2d=18136 -recol3s=20503 -recol3d=16022 -recol4s=15990 -recol4d=20250 -recol5s=28450 -recol5d=22364 -model=model_237 -name=Trollweiss flowers - -// 37329 -[loc_37329] -blockwalk=no -model=model_1569 -name=Flowerbed - -// 37330 -[loc_37330] -blockwalk=no -recol1s=21017 -recol1d=21535 -recol2s=15990 -recol2d=21535 -recol3s=20503 -recol3d=21535 -model=model_237 -name=Flowers - -// 37331 -[loc_37331] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=6462 -recolhsl1d=7481 -recol2s=16809 -recol2d=14727 -model=model_40098,0 - -// 37332 -[loc_37332] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=6462 -recolhsl1d=7481 -recol2s=16809 -recol2d=14727 -model=model_40097,0 - -// 37333 -[loc_37333] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=6462 -recolhsl1d=7481 -recol2s=16809 -recol2d=14727 -model=model_40099,0 - -// 37334 -[loc_37334] -msi=msi_27 -hillchange=tree_skew,150 -recol1s=6532 -recol1d=8549 -recolhsl2s=18971 -recolhsl2d=16804 -recolhsl3s=18964 -recolhsl3d=16800 -recolhsl4s=18580 -recolhsl4d=14749 -recolhsl5s=5516 -recolhsl5d=10652 -recolhsl6s=5519 -recolhsl6d=10647 -model=model_40100 -name=Dead tree - -// 37335 -[loc_37335] -active=yes -ambient=25 -contrast=15 -shadow=no -op1=Raise -forceapproach=north -anim=seq_9910 -model=model_36541 -name=Flag - -// 37336 -[loc_37336] -op1=Operate -ambient=25 -contrast=15 -recol1s=10401 -recol1d=9445 -recol2s=6342 -recol2d=8456 -model=model_1835 -name=Winch - -// 37337 -[loc_37337] -blockrange=no -recol1s=9377 -recol1d=16809 -recol2s=10401 -recol2d=12581 -model=model_1170 -name=Chair - -// 37338 -[loc_37338] -ambient=20 -contrast=10 -model=model_40102 -name=Pillar - -// 37339 -[loc_37339] -ambient=20 -contrast=10 -model=model_40101 -name=Pillar - -// 37340 -[loc_37340] -ambient=20 -contrast=10 -model=model_40105 -name=Pillar - -// 37341 -[loc_37341] -ambient=20 -contrast=10 -model=model_40104 -name=Pillar - -// 37342 -[loc_37342] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_40103 - -// 37343 -[loc_37343] -ambient=30 -contrast=15 -model=model_40106 -name=Stool - -// 37344 -[loc_37344] -sharelight=yes -hillskew=yes -resizex=142 -resizey=200 -resizez=142 -hardshadow=no -blockrange=no -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 37345 -[loc_37345] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -recol1s=8387 -recol1d=9477 -recolhsl2s=6430 -recolhsl2d=7448 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 37346 -[loc_37346] -active=no -ambient=25 -model=model_9159 -model2=model_9161 - -// 37347 -[loc_37347] -sharelight=yes -active=no -ambient=20 -contrast=25 -recol1s=26421 -recol1d=21102 -retex1s=material_92 -retex1d=material_533 -model=model_19290,1 - -// 37348 -[loc_37348] -sharelight=yes -active=no -ambient=20 -contrast=25 -recol1s=26421 -recol1d=21102 -retex1s=material_92 -retex1d=material_225 -model=model_19290,1 - -// 37349 -[loc_37349] -sharelight=yes -occlude=yes -active=no -ambient=20 -contrast=25 -recol1s=26421 -recol1d=21102 -retex1s=material_533 -retex1d=material_225 -model=model_893,1 -model=model_894,2 -model=model_876,3 -model=model_877,4 -model=model_878,5 - -// 37350 -[loc_37350] -width=2 -blockrange=no -model=model_35806 -name=Table - -// 37351 -[loc_37351] -op1=Close -active=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7445 -recol2s=11556 -recol2d=6307 -recolhsl3s=7706 -recolhsl3d=7439 -recolhsl4s=7830 -recolhsl4d=7436 -recolhsl5s=7954 -recolhsl5d=7433 -model=model_25029,1 -name=Gate - -// 37352 -[loc_37352] -op1=Open -active=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7445 -recol2s=11556 -recol2d=6307 -recolhsl3s=7706 -recolhsl3d=7439 -recolhsl4s=7830 -recolhsl4d=7436 -recolhsl5s=7954 -recolhsl5d=7433 -model=model_25029,1 -name=Gate - -// 37353 -[loc_37353] -op1=Close -active=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7445 -recol2s=11556 -recol2d=6307 -recolhsl3s=7706 -recolhsl3d=7439 -recolhsl4s=7830 -recolhsl4d=7436 -recolhsl5s=7954 -recolhsl5d=7433 -model=model_25030,1 -name=Gate - -// 37354 -[loc_37354] -op1=Open -active=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=7587 -recolhsl1d=7445 -recol2s=11556 -recol2d=6307 -recolhsl3s=7706 -recolhsl3d=7439 -recolhsl4s=7830 -recolhsl4d=7436 -recolhsl5s=7954 -recolhsl5d=7433 -model=model_25030,1 -name=Gate - -// 37355 -[loc_37355] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -recol1s=8387 -recol1d=6307 -recolhsl2s=6430 -recolhsl2d=7438 -recolhsl3s=6439 -recolhsl3d=7445 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 37356 -[loc_37356] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -recol1s=8387 -recol1d=6307 -recolhsl2s=6430 -recolhsl2d=7438 -recolhsl3s=6439 -recolhsl3d=7445 -model=model_36473,1 - -// 37357 -[loc_37357] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -recol1s=8387 -recol1d=6307 -recolhsl2s=6430 -recolhsl2d=7438 -recolhsl3s=6439 -recolhsl3d=7445 -model=model_36441,1 - -// 37358 -[loc_37358] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12126,0 - -// 37359 -[loc_37359] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12129,0 - -// 37360 -[loc_37360] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12130,0 - -// 37361 -[loc_37361] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12131,0 - -// 37362 -[loc_37362] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12128,0 - -// 37363 -[loc_37363] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12127,0 - -// 37364 -[loc_37364] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=39 -recolhsl1d=7197 -recolhsl2s=41 -recolhsl2d=7201 -model=model_1407 -name=Stones - -// 37365 -[loc_37365] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=39 -recolhsl1d=7197 -recolhsl2s=41 -recolhsl2d=7201 -model=model_1409 -name=Stones - -// 37366 -[loc_37366] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=10537 -recol1d=7365 -recolhsl2s=41 -recolhsl2d=5278 -model=model_1407 -name=Stones - -// 37367 -[loc_37367] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=10537 -recol1d=7365 -recolhsl2s=41 -recolhsl2d=5278 -model=model_1409 -name=Stones - -// 37368 -[loc_37368] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14741 -name=Tree - -// 37369 -[loc_37369] -active=no -hillskew=yes -contrast=15 -ambient=20 -recolhsl1s=12818 -recolhsl1d=7439 -recolhsl2s=12698 -recolhsl2d=7445 -model=model_5356 - -// 37370 -[loc_37370] -active=no -hillskew=yes -contrast=15 -ambient=20 -recolhsl1s=12818 -recolhsl1d=7439 -recolhsl2s=12698 -recolhsl2d=7445 -model=model_5358 - -// 37371 -[loc_37371] -active=no -hillskew=yes -contrast=15 -ambient=20 -recolhsl1s=12818 -recolhsl1d=7439 -recolhsl2s=12698 -recolhsl2d=7445 -model=model_5359 - -// 37372 -[loc_37372] -active=no -hillskew=yes -contrast=15 -ambient=20 -recolhsl1s=12818 -recolhsl1d=7439 -recolhsl2s=12698 -recolhsl2d=7445 -model=model_5361 - -// 37373 -[loc_37373] -width=2 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=7587 -recolhsl1d=7445 -recolhsl2s=7830 -recolhsl2d=7440 -recolhsl3s=7954 -recolhsl3d=7436 -model=model_14206 -name=Food trough - -// 37374 -[loc_37374] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=6563 -recolhsl1d=7445 -recol2s=14695 -recol2d=6307 -recolhsl3s=6439 -recolhsl3d=7439 -recolhsl4s=6558 -recolhsl4d=7437 -recolhsl5s=6682 -recolhsl5d=7435 -recolhsl6s=6806 -recolhsl6d=7433 -model=model_7685 -name=Crate - -// 37375 -[loc_37375] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=6563 -recolhsl1d=7445 -recol2s=14695 -recol2d=6307 -recolhsl3s=6439 -recolhsl3d=7439 -recolhsl4s=6558 -recolhsl4d=7437 -recolhsl5s=6682 -recolhsl5d=7435 -recolhsl6s=6806 -recolhsl6d=7433 -model=model_7704 -name=Crate - -// 37376 -[loc_37376] -ambient=20 -contrast=15 -blockwalk=yes -op1=Search -recolhsl1s=6563 -recolhsl1d=7445 -recol2s=14695 -recol2d=6307 -recolhsl3s=6439 -recolhsl3d=7439 -recolhsl4s=6558 -recolhsl4d=7437 -recolhsl5s=6682 -recolhsl5d=7435 -recolhsl6s=6806 -recolhsl6d=7433 -model=model_7700 -name=Crate - -// 37377 -[loc_37377] -ambient=20 -contrast=15 -blockwalk=yes -op1=Search -recolhsl1s=8094 -recolhsl1d=7451 -model=model_1482 -name=Sack - -// 37378 -[loc_37378] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40693,1 -model=model_40697,2 -model=model_28678,5 - -// 37379 -[loc_37379] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40695,1 - -// 37380 -[loc_37380] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_40695,1 - -// 37381 -[loc_37381] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40694,1 - -// 37382 -[loc_37382] -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_40694,1 - -// 37383 -[loc_37383] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -model=model_40692,1 - -// 37384 -[loc_37384] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=15 -mirror=yes -blockrange=no -model=model_40692,1 - -// 37385 -[loc_37385] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_34595 -name=Shelf - -// 37386 -[loc_37386] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40696,1 - -// 37387 -[loc_37387] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_28679,1 - -// 37388 -[loc_37388] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33725,1 - -// 37389 -[loc_37389] -hillskew=yes -active=no -hardshadow=no -model=model_40701,0 - -// 37390 -[loc_37390] -hillskew=yes -active=no -hardshadow=no -model=model_40702,0 - -// 37391 -[loc_37391] -active=yes -blockwalk=yes -hillskew=yes -hardshadow=no -model=model_40707,0 -name=Foliage - -// 37392 -[loc_37392] -active=yes -blockwalk=yes -mirror=yes -hillskew=yes -hardshadow=no -model=model_40707,0 -name=Foliage - -// 37393 -[loc_37393] -width=4 -length=3 -ambient=10 -contrast=10 -hillchange=tree_skew,70 -sharelight=yes -model=model_40699 -name=Tropical tree - -// 37394 -[loc_37394] -ambient=10 -contrast=10 -hillchange=tree_skew,70 -sharelight=yes -active=yes -model=model_40704 -name=Palm tree - -// 37395 -[loc_37395] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40696,1 - -// 37396 -[loc_37396] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_28679,1 - -// 37397 -[loc_37397] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_33725,1 - -// 37398 -[loc_37398] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_33725,1 - -// 37399 -[loc_37399] -ambient=20 -contrast=15 -blockwalk=no -recolhsl1s=21526 -recolhsl1d=7208 -model=model_4476 -name=Stone Pile - -// 37400 -[loc_37400] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=5541 -recolhsl1d=7445 -recol2s=12548 -recol2d=6307 -recolhsl3s=5660 -recolhsl3d=7439 -recolhsl4s=5784 -recolhsl4d=7436 -recolhsl5s=5904 -recolhsl5d=7433 -model=model_14087 -name=Barrel - -// 37401 -[loc_37401] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=5541 -recolhsl1d=7445 -recol2s=12548 -recol2d=6307 -recolhsl3s=5660 -recolhsl3d=7439 -recolhsl4s=5784 -recolhsl4d=7436 -recolhsl5s=5904 -recolhsl5d=7433 -model=model_8232 -name=Barrel - -// 37402 -[loc_37402] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=7952 -recolhsl1d=7445 -recolhsl2s=6707 -recolhsl2d=7439 -model=model_10089 -name=Stool - -// 37403 -[loc_37403] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=7952 -recolhsl1d=7445 -recolhsl2s=6707 -recolhsl2d=7439 -model=model_17872 -name=Stool - -// 37404 -[loc_37404] -active=yes -op1=Search -blockwalk=yes -hillskew=yes -hardshadow=no -model=model_40700,0 -name=Foliage - -// 37405 -[loc_37405] -active=yes -op1=Search -blockwalk=yes -mirror=yes -hillskew=yes -hardshadow=no -model=model_40700,0 -name=Foliage - -// 37406 -[loc_37406] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40719,1 -model=model_40709,3 -model=model_40717,4 - -// 37407 -[loc_37407] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40708,1 - -// 37408 -[loc_37408] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_40708,1 - -// 37409 -[loc_37409] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40718,1 - -// 37410 -[loc_37410] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_40718,1 - -// 37411 -[loc_37411] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40715,1 -model=model_40716,3 - -// 37412 -[loc_37412] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40713,1 - -// 37413 -[loc_37413] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40710,1 - -// 37414 -[loc_37414] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40711,1 - -// 37415 -[loc_37415] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40714,1 - -// 37416 -[loc_37416] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40712,1 - -// 37417 -[loc_37417] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_40715,1 -model=model_40716,3 - -// 37418 -[loc_37418] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_40713,1 - -// 37419 -[loc_37419] -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=6443 -recolhsl1d=7445 -recol2s=16809 -recol2d=6307 -recolhsl3s=6563 -recolhsl3d=7439 -recolhsl4s=6439 -recolhsl4d=7436 -model=model_22944 -name=Table - -// 37420 -[loc_37420] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=6466 -recolhsl1d=7445 -recol2s=14662 -recol2d=6307 -recolhsl3s=4634 -recolhsl3d=7437 -recolhsl4s=5427 -recolhsl4d=7433 -model=model_22947 -name=Wardrobe - -// 37421 -[loc_37421] -length=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=6707 -recolhsl1d=7445 -recolhsl2s=7952 -recolhsl2d=7440 -recolhsl3s=6319 -recolhsl3d=7451 -recolhsl4s=8377 -recolhsl4d=7334 -recol5s=12448 -recol5d=13736 -model=model_5192 -name=Bed - -// 37422 -[loc_37422] -forceapproach=north -active=yes -op1=Climb-up -model=model_1208 -name=Ladder - -// 37423 -[loc_37423] -forceapproach=north -active=yes -op1=Climb-down -model=model_1215 -name=Ladder - -// 37424 -[loc_37424] -active=no -hardshadow=no -recol1s=24137 -recol1d=10535 -recol2s=20935 -recol2d=9478 -model=model_14459 - -// 37425 -[loc_37425] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -model=model_33744,1 -model=model_33742,2 -model=model_33764,4 -model=model_33795,5 - -// 37426 -[loc_37426] -anim=seq_477 -bgsound=synth_2198,5 -model=model_7734 -name=Fireplace - -// 37427 -[loc_37427] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -hardshadow=no -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_1089,0 - -// 37428 -[loc_37428] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -hardshadow=no -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_32702,0 - -// 37429 -[loc_37429] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -hardshadow=no -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_1096,0 - -// 37430 -[loc_37430] -sharelight=yes -forcedecor=yes -msi=msi_46 -hillskew=yes -unknown90=yes -hardshadow=no -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=5217 -recol3d=10468 -model=model_1114,0 - -// 37431 -[loc_37431] -sharelight=yes -hillskew=yes -hardshadow=no -blockrange=no -recol1s=11523 -recol1d=12582 -recol2s=9409 -recol2d=11525 -recol3s=8353 -recol3d=10468 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 37432 -[loc_37432] -anim=seq_2210 -blockwalk=no -forcedecor=yes -length=2 -active=no -recol1s=11561 -recol1d=16846 -retex1s=material_133 -retex1d=material_513 -model=model_40730,0 - -// 37433 -[loc_37433] -sharelight=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=12581 -recol5s=8388 -recol5d=12581 -recol6s=8387 -recol6d=12581 -retex1s=material_102 -retex1d=material_132 -model=model_5393,Z - -// 37434 -[loc_37434] -sharelight=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=12581 -recol5s=8388 -recol5d=12581 -recol6s=8387 -recol6d=12581 -retex1s=material_102 -retex1d=material_132 -model=model_6630,Z - -// 37435 -[loc_37435] -sharelight=yes -mirror=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=12581 -recol5s=8388 -recol5d=12581 -recol6s=8387 -recol6d=12581 -retex1s=material_102 -retex1d=material_132 -model=model_6630,Z - -// 37436 -[loc_37436] -sharelight=yes -active=no -mirror=yes -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=12581 -recol5s=8388 -recol5d=12581 -recol6s=8387 -recol6d=12581 -retex1s=material_102 -retex1d=material_132 -model=model_5393,Z - -// 37437 -[loc_37437] -sharelight=yes -active=no -recol1s=20935 -recol1d=12581 -recol2s=12582 -recol2d=11524 -recol3s=10500 -recol3d=10467 -recol4s=9445 -recol4d=12581 -recol5s=8388 -recol5d=12581 -recol6s=8387 -recol6d=12581 -retex1s=material_102 -retex1d=material_132 -model=model_6631,Z - -// 37438 -[loc_37438] -active=yes -op2=Open -op3=Search -blockwalk=yes -hillskew=yes -hardshadow=no -model=model_40698,0 -name=Ancient Door - -// 37439 -[loc_37439] -active=yes -blockwalk=yes -hillskew=yes -hardshadow=no -model=model_40705,0 -name=Ancient Door - -// 37440 -[loc_37440] -active=yes -op2=Open -op3=Search -blockwalk=yes -mirror=yes -hillskew=yes -hardshadow=no -model=model_40698,0 -name=Ancient Door - -// 37441 -[loc_37441] -active=yes -blockwalk=yes -mirror=yes -hillskew=yes -hardshadow=no -model=model_40705,0 -name=Ancient Door - -// 37442 -[loc_37442] -active=yes -op4=Enter -blockwalk=yes -hillskew=yes -hardshadow=no -model=model_40706,0 -name=Ancient Door - -// 37443 -[loc_37443] -active=yes -blockwalk=yes -hillskew=yes -hardshadow=no -model=model_40703,0 -name=Ancient Door - -// 37444 -[loc_37444] -active=yes -op3=Enter -blockwalk=yes -mirror=yes -hillskew=yes -hardshadow=no -model=model_40706,0 -name=Ancient Door - -// 37445 -[loc_37445] -active=yes -blockwalk=yes -mirror=yes -hillskew=yes -hardshadow=no -model=model_40703,0 -name=Ancient Door - -// 37446 -[loc_37446] -active=yes -multivar=varplayerbit_4882 -multiloc=0,loc_37404 -multiloc=1,loc_37438 -multiloc=2,loc_37442 - -// 37447 -[loc_37447] -active=yes -multivar=varplayerbit_4882 -multiloc=0,loc_37405 -multiloc=1,loc_37440 -multiloc=2,loc_37444 - -// 37448 -[loc_37448] -active=yes -multivar=varplayerbit_4882 -multiloc=0,loc_37391 -multiloc=1,loc_37439 -multiloc=2,loc_37443 - -// 37449 -[loc_37449] -active=yes -multivar=varplayerbit_4882 -multiloc=0,loc_37392 -multiloc=1,loc_37441 -multiloc=2,loc_37445 - -// 37450 -[loc_37450] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_17950,1 -model=model_26838,2 -model=model_24493,5 - -// 37451 -[loc_37451] -blockwalk=yes -model=model_28005 -name=Pillar - -// 37452 -[loc_37452] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13535 -name=Bridge - -// 37453 -[loc_37453] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_32577,0 - -// 37454 -[loc_37454] -width=2 -length=4 -op1=Climb-up -forceapproach=south -sharelight=yes -msi=msi_7 -model=model_40740 -name=Staircase - -// 37455 -[loc_37455] -sharelight=yes -hardshadow=no -blockrange=no -model=model_972,1 -model=model_973,2 -model=model_974,3 -model=model_975,4 -model=model_976,5 - -// 37456 -[loc_37456] -active=no -anim=seq_687 -length=3 -width=4 -ambient=30 -contrast=30 -randomanimframe=no -hardshadow=no -blockrange=no -model=model_36885 - -// 37457 -[loc_37457] -active=no -model=model_36906 - -// 37458 -[loc_37458] -active=no -mirror=yes -model=model_36906 - -// 37459 -[loc_37459] -active=no -ambient=5 -hillchange=skew_to_fit -width=2 -length=4 -model=model_35106 - -// 37460 -[loc_37460] -active=no -hillchange=skew_to_fit -model=model_35129 - -// 37461 -[loc_37461] -hillskew=yes -active=no -hardshadow=no -blockrange=no -model=model_1325,1 -model=model_1326,3 -model=model_1327,5 - -// 37462 -[loc_37462] -sharelight=yes -occlude=yes -contrast=10 -ambient=10 -active=no -hillchange=tree_skew,32 -hardshadow=no -model=model_2192,8 -model=model_2202,1 -model=model_2203,3 -model=model_2204,4 -model=model_2205,5 - -// 37463 -[loc_37463] -active=no -hillskew=yes -ambient=30 -contrast=25 -hardshadow=no -forcedecor=yes -recol1s=6272 -recol1d=25293 -recol2s=7329 -recol2d=24198 -recol3s=8386 -recol3d=19973 -recolhsl4s=7950 -recolhsl4d=9123 -retex1s=material_300 -retex1d=material_128 -model=model_33977,0 - -// 37464 -[loc_37464] -active=no -hillskew=yes -ambient=30 -contrast=25 -hardshadow=no -forcedecor=yes -recol1s=6272 -recol1d=25293 -recol2s=7329 -recol2d=24198 -recol3s=8386 -recol3d=19973 -recolhsl4s=7950 -recolhsl4d=9123 -retex1s=material_300 -retex1d=material_128 -model=model_33978,0 - -// 37465 -[loc_37465] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=8454 -recol2s=6342 -recol2d=9712 -model=model_3184 -name=Rocks - -// 37466 -[loc_37466] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=8454 -recol2s=6342 -recol2d=9712 -model=model_3183 -name=Rocks - -// 37467 -[loc_37467] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=8454 -recol2s=6342 -recol2d=9712 -model=model_3195 -name=Rocks - -// 37468 -[loc_37468] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=8454 -recol2s=6342 -recol2d=6438 -model=model_3184 -name=Rocks - -// 37469 -[loc_37469] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=8454 -recol2s=6342 -recol2d=6438 -model=model_3183 -name=Rocks - -// 37470 -[loc_37470] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=8454 -recol2s=6342 -recol2d=6438 -model=model_3195 -name=Rocks - -// 37471 -[loc_37471] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=8454 -recol2s=6342 -recol2d=32480 -model=model_3184 -name=Rocks - -// 37472 -[loc_37472] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=8454 -recol2s=6342 -recol2d=32480 -model=model_3183 -name=Rocks - -// 37473 -[loc_37473] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=8454 -recol2s=6342 -recol2d=32480 -model=model_3195 -name=Rocks - -// 37474 -[loc_37474] -op1=Use -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5545 -recolhsl1d=5408 -recol2s=12548 -recol2d=9445 -recol3s=11523 -recol3d=8388 -recolhsl4s=5549 -recolhsl4d=5396 -recol5s=15718 -recol5d=5251 -retex1s=material_571 -retex1d=material_75 -model=model_11208 -name=Bank booth - -// 37475 -[loc_37475] -ambient=25 -contrast=15 -blockwalk=yes -forceapproach=south -width=2 -length=3 -op1=Ring -model=model_36756 -name=Bell - -// 37476 -[loc_37476] -forceapproach=south -op1=Spin -ambient=25 -contrast=15 -recol1s=12582 -recol1d=9445 -recol2s=11525 -recol2d=8388 -recol3s=10468 -recol3d=5251 -model=model_27564 -name=Spinning wheel - -// 37477 -[loc_37477] -width=2 -length=2 -msi=msi_0 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=5218 -recol1d=12548 -model=model_1570 -name=Tree - -// 37478 -[loc_37478] -width=2 -length=2 -msi=msi_1 -op1=Chop down -op3=hidden -hillchange=tree_skew,45 -recol1s=5218 -recol1d=12548 -retex1s=material_152 -retex1d=material_78 -retex2s=material_80 -retex2d=material_77 -model=model_1637 -name=Tree - -// 37479 -[loc_37479] -ambient=25 -width=3 -length=3 -op1=Chop down -op3=hidden -msi=msi_1 -hillchange=tree_skew,32 -model=model_8037 -model2=model_8040 -name=Oak - -// 37480 -[loc_37480] -width=2 -length=2 -msi=msi_3 -op1=Chop down -op3=hidden -ambient=25 -model=model_8131 -name=Willow - -// 37481 -[loc_37481] -width=2 -length=2 -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,150 -model=model_1715 -name=Dead tree - -// 37482 -[loc_37482] -msi=msi_27 -op1=Chop down -op3=hidden -hillchange=tree_skew,150 -recol1s=6240 -recol1d=5218 -recol2s=7296 -recol2d=5218 -model=model_1716 -name=Dead tree - -// 37483 -[loc_37483] -msi=msi_6 -op1=Chop down -op3=hidden -hillchange=tree_skew,32 -recol1s=4193 -recol1d=5218 -retex1s=material_80 -retex1d=material_77 -retex2s=material_152 -retex2d=material_78 -model=model_1719 -name=Dead tree - -// 37484 -[loc_37484] -op1=Open -active=yes -blockwalk=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5396 -recolhsl3s=6490 -recolhsl3d=5412 -recolhsl4s=90 -recolhsl4d=25 -model=model_15521,0 -name=Trapdoor - -// 37485 -[loc_37485] -active=yes -contrast=15 -ambient=25 -model=model_40778,Q -name=Sign - -// 37486 -[loc_37486] -active=yes -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recol3s=13569 -recol3d=5251 -recolhsl4s=6038 -recolhsl4d=5396 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 37487 -[loc_37487] -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -blockrange=no -model=model_36515 -name=Staircase - -// 37488 -[loc_37488] -op1=Climb -op2=Climb-up -op3=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -blockrange=no -model=model_36517 -name=Staircase - -// 37489 -[loc_37489] -op1=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -blockrange=no -model=model_36520 -name=Staircase - -// 37490 -[loc_37490] -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -mirror=yes -blockrange=no -model=model_36515 -name=Staircase - -// 37491 -[loc_37491] -op1=Climb -op2=Climb-up -op3=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -mirror=yes -blockrange=no -model=model_36517 -name=Staircase - -// 37492 -[loc_37492] -op1=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -mirror=yes -blockrange=no -model=model_36520 -name=Staircase - -// 37493 -[loc_37493] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -model=model_36515 -name=Staircase - -// 37494 -[loc_37494] -width=2 -length=2 -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -mirror=yes -model=model_36515 -name=Staircase - -// 37495 -[loc_37495] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -model=model_36517 -name=Staircase - -// 37496 -[loc_37496] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -mirror=yes -model=model_36517 -name=Staircase - -// 37497 -[loc_37497] -width=2 -length=2 -op1=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -model=model_36520 -name=Staircase - -// 37498 -[loc_37498] -width=2 -length=2 -op1=Climb-down -msi=msi_7 -ambient=25 -contrast=15 -mirror=yes -model=model_36520 -name=Staircase - -// 37499 -[loc_37499] -active=no -length=2 -width=5 -model=model_11990 - -// 37500 -[loc_37500] -contrast=25 -ambient=25 -active=no -mirror=yes -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_36192,1 - -// 37501 -[loc_37501] -contrast=25 -ambient=25 -active=no -recol1s=13638 -recol1d=12613 -recol2s=10501 -recol2d=11556 -recol3s=8387 -recol3d=10499 -model=model_36192,1 - -// 37502 -[loc_37502] -active=yes -sharelight=yes -op1=Climb-up -forceapproach=east -msi=msi_7 -ambient=25 -contrast=15 -model=model_36502 -name=Ladder - -// 37503 -[loc_37503] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=west -msi=msi_7 -ambient=25 -contrast=15 -model=model_36477 -name=Ladder - -// 37504 -[loc_37504] -op1=Raise -active=yes -ambient=25 -contrast=15 -shadow=no -forceapproach=north -anim=seq_9910 -model=model_36541 -name=Flag - -// 37505 -[loc_37505] -active=yes -ambient=25 -blockrange=no -model=model_25029,1 -name=Gate - -// 37506 -[loc_37506] -active=yes -ambient=25 -blockrange=no -model=model_25030,1 -name=Gate - -// 37507 -[loc_37507] -active=yes -op1=Open -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_18515,1 -name=Gate - -// 37508 -[loc_37508] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6305 -recol1d=7330 -model=model_38031,1 -model=model_38020,2 - -// 37509 -[loc_37509] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6305 -recol1d=7330 -model=model_38028,1 - -// 37510 -[loc_37510] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recol1s=6305 -recol1d=7330 -model=model_38028,1 - -// 37511 -[loc_37511] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6305 -recol1d=7330 -model=model_38026,1 - -// 37512 -[loc_37512] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recol1s=6305 -recol1d=7330 -model=model_38026,1 - -// 37513 -[loc_37513] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6305 -recol1d=7330 -model=model_38046,1 - -// 37514 -[loc_37514] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6305 -recol1d=7330 -model=model_38037,1 - -// 37515 -[loc_37515] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6371 -recol1d=7489 -recol2s=6305 -recol2d=7330 -model=model_38039,1 - -// 37516 -[loc_37516] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6371 -recol1d=7489 -recol2s=6305 -recol2d=7330 -model=model_38027,1 - -// 37517 -[loc_37517] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6371 -recol1d=7489 -recol2s=6305 -recol2d=7330 -model=model_38034,1 - -// 37518 -[loc_37518] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6371 -recol1d=7489 -recol2s=6305 -recol2d=7330 -model=model_38044,1 - -// 37519 -[loc_37519] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6371 -recol1d=7489 -recol2s=6305 -recol2d=7330 -model=model_38035,1 - -// 37520 -[loc_37520] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6305 -recol1d=7330 -model=model_38036 - -// 37521 -[loc_37521] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6305 -recol1d=7330 -model=model_38023 - -// 37522 -[loc_37522] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_38040 - -// 37523 -[loc_37523] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_38049 - -// 37524 -[loc_37524] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_28454,1 -model=model_28460,2 -model=model_28453,5 - -// 37525 -[loc_37525] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_40801,1 -model=model_40800,2 -model=model_40799,5 - -// 37526 -[loc_37526] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_28458,1 -model=model_28459,2 -model=model_28456,5 -model=model_28454,1 -model=model_28460,2 -model=model_28453,5 - -// 37527 -[loc_37527] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=12580 -recol1d=7330 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 37528 -[loc_37528] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6671 -recolhsl2s=7052 -recolhsl2d=6668 -recolhsl3s=6026 -recolhsl3d=6665 -recolhsl4s=5000 -recolhsl4d=6662 -recolhsl5s=3845 -recolhsl5d=6659 -retex1s=material_70 -retex1d=material_418 -model=model_33970 - -// 37529 -[loc_37529] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6671 -recolhsl2s=7052 -recolhsl2d=6668 -recolhsl3s=6026 -recolhsl3d=6665 -recolhsl4s=5000 -recolhsl4d=6662 -recolhsl5s=3845 -recolhsl5d=6659 -retex1s=material_70 -retex1d=material_418 -model=model_33972 - -// 37530 -[loc_37530] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6671 -recolhsl2s=7052 -recolhsl2d=6668 -recolhsl3s=6026 -recolhsl3d=6665 -recolhsl4s=5000 -recolhsl4d=6662 -recolhsl5s=3845 -recolhsl5d=6659 -retex1s=material_70 -retex1d=material_418 -model=model_33971 - -// 37531 -[loc_37531] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6671 -recolhsl2s=7052 -recolhsl2d=6668 -recolhsl3s=6026 -recolhsl3d=6665 -recolhsl4s=5000 -recolhsl4d=6662 -recolhsl5s=3845 -recolhsl5d=6659 -retex1s=material_105 -retex1d=material_70 -model=model_35414 - -// 37532 -[loc_37532] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=0 -model=model_33973 - -// 37533 -[loc_37533] -active=no -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -recol1s=12580 -recol1d=7330 -model=model_787 - -// 37534 -[loc_37534] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12125,0 - -// 37535 -[loc_37535] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12126,0 - -// 37536 -[loc_37536] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12129,0 - -// 37537 -[loc_37537] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12130,0 - -// 37538 -[loc_37538] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=17864 -recol2s=10537 -recol2d=15784 -recol3s=9480 -recol3d=14727 -recol4s=8423 -recol4d=13670 -model=model_12131,0 - -// 37539 -[loc_37539] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -retex1s=material_72 -retex1d=material_335 -model=model_26499 - -// 37540 -[loc_37540] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -width=2 -length=2 -resizex=164 -resizez=164 -resizey=164 -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -retex1s=material_72 -retex1d=material_335 -model=model_26505 - -// 37541 -[loc_37541] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -width=2 -length=2 -resizex=164 -resizez=164 -resizey=164 -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -retex1s=material_72 -retex1d=material_335 -model=model_26506 - -// 37542 -[loc_37542] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -width=2 -length=2 -resizex=164 -resizez=164 -resizey=164 -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -retex1s=material_72 -retex1d=material_335 -model=model_26507 - -// 37543 -[loc_37543] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -retex1s=material_72 -retex1d=material_335 -model=model_26500 - -// 37544 -[loc_37544] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -retex1s=material_72 -retex1d=material_335 -model=model_26501 - -// 37545 -[loc_37545] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -retex1s=material_72 -retex1d=material_335 -model=model_26502 - -// 37546 -[loc_37546] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -retex1s=material_72 -retex1d=material_335 -model=model_26503 - -// 37547 -[loc_37547] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -retex1s=material_72 -retex1d=material_335 -model=model_26504 - -// 37548 -[loc_37548] -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -retex1s=material_72 -retex1d=material_335 -model=model_26497,0 - -// 37549 -[loc_37549] -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -retex1s=material_72 -retex1d=material_335 -model=model_26496,0 - -// 37550 -[loc_37550] -ambient=25 -contrast=15 -hillskew=yes -active=no -mirror=yes -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -retex1s=material_72 -retex1d=material_335 -model=model_26496,0 - -// 37551 -[loc_37551] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=8387 -recol3s=7362 -recol3d=9444 -recol4s=8419 -recol4d=10501 -recol5s=9476 -recol5d=11558 -recol6s=10533 -recol6d=13638 -model=model_26480 - -// 37552 -[loc_37552] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -model=model_12040 - -// 37553 -[loc_37553] -blockwalk=yes -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -model=model_12041 - -// 37554 -[loc_37554] -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7330 -recol2s=6305 -recol2d=7330 -recol3s=7362 -recol3d=8387 -recol4s=8419 -recol4d=8387 -recol5s=9476 -recol5d=9444 -recol6s=10533 -recol6d=9444 -model=model_12042,0 - -// 37555 -[loc_37555] -active=no -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -model=model_38029 - -// 37556 -[loc_37556] -active=no -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -model=model_38042 - -// 37557 -[loc_37557] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_38019,1 - -// 37558 -[loc_37558] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_40793 - -// 37559 -[loc_37559] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_40794 - -// 37560 -[loc_37560] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_40793 - -// 37561 -[loc_37561] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_40794 - -// 37562 -[loc_37562] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_40784 - -// 37563 -[loc_37563] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_40781 - -// 37564 -[loc_37564] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_40782 - -// 37565 -[loc_37565] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_40782 - -// 37566 -[loc_37566] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_40783 - -// 37567 -[loc_37567] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_40783 - -// 37568 -[loc_37568] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -active=no -width=2 -length=2 -model=model_38016 - -// 37569 -[loc_37569] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -model=model_38006 - -// 37570 -[loc_37570] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -active=no -width=2 -length=2 -model=model_38017 - -// 37571 -[loc_37571] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -model=model_38008 - -// 37572 -[loc_37572] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -active=no -width=2 -length=2 -model=model_38009 - -// 37573 -[loc_37573] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -model=model_38005 - -// 37574 -[loc_37574] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -active=no -width=2 -length=2 -model=model_38013 - -// 37575 -[loc_37575] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -model=model_38011 - -// 37576 -[loc_37576] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -active=no -width=2 -length=2 -model=model_38018 - -// 37577 -[loc_37577] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -model=model_38010 - -// 37578 -[loc_37578] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -active=no -width=2 -length=2 -model=model_38012 - -// 37579 -[loc_37579] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -model=model_38015 - -// 37580 -[loc_37580] -active=no -contrast=15 -ambient=25 -forcedecor=yes -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_40780,0 - -// 37581 -[loc_37581] -contrast=15 -ambient=25 -blockwalk=yes -resizex=90 -resizey=90 -resizez=90 -blockrange=no -recol1s=7329 -recol1d=8388 -recol2s=20933 -recol2d=9445 -model=model_10089 -name=Stool - -// 37582 -[loc_37582] -anim=seq_9958 -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -recol1s=7329 -recol1d=8388 -recol2s=20933 -recol2d=9445 -model=model_40752 -name=Sir Vant - -// 37583 -[loc_37583] -ambient=25 -contrast=15 -blockrange=no -recol1s=12548 -recol1d=9445 -recol2s=11491 -recol2d=8388 -recolhsl3s=5784 -recolhsl3d=5396 -recolhsl4s=5541 -recolhsl4d=5408 -recol5s=7297 -recol5d=5251 -recol6s=9479 -recol6d=12618 -model=model_8232 -name=Barrel - -// 37584 -[loc_37584] -ambient=25 -contrast=15 -blockrange=no -recol1s=12548 -recol1d=9445 -recol2s=11491 -recol2d=8388 -recolhsl3s=5784 -recolhsl3d=5396 -recolhsl4s=5541 -recolhsl4d=5408 -recol5s=7297 -recol5d=5251 -recol6s=9479 -recol6d=12618 -model=model_17300 -name=Barrel - -// 37585 -[loc_37585] -anim=seq_9970 -ambient=25 -contrast=15 -blockrange=no -recol1s=12548 -recol1d=9445 -recol2s=11491 -recol2d=8388 -recolhsl3s=5784 -recolhsl3d=5396 -recolhsl4s=5541 -recolhsl4d=5408 -recol5s=7297 -recol5d=5251 -recol6s=9479 -recol6d=12618 -model=model_40785 -name=Water barrel - -// 37586 -[loc_37586] -ambient=25 -contrast=15 -blockrange=no -recol1s=12548 -recol1d=9445 -recol2s=11491 -recol2d=8388 -recolhsl3s=5784 -recolhsl3d=5396 -recolhsl4s=5541 -recolhsl4d=5408 -recol5s=7297 -recol5d=5251 -recol6s=9479 -recol6d=12618 -model=model_8232 -model2=model_19285 -name=Barrel - -// 37587 -[loc_37587] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7704 -name=Crate - -// 37588 -[loc_37588] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7699 -name=Crate - -// 37589 -[loc_37589] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7700 -name=Crates - -// 37590 -[loc_37590] -ambient=25 -contrast=15 -blockrange=no -recol1s=3200 -recol1d=5251 -recolhsl2s=13964 -recolhsl2d=5396 -recol3s=5314 -recol3d=8388 -recol4s=6371 -recol4d=9445 -recolhsl5s=13592 -recolhsl5d=5408 -recolhsl6s=13596 -recolhsl6d=5412 -model=model_13975 -name=Storage crate - -// 37591 -[loc_37591] -width=2 -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_16532 -model2=model_16529 -name=Stacked crates - -// 37592 -[loc_37592] -ambient=25 -contrast=15 -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7908 -model2=model_7912 -name=Shelves - -// 37593 -[loc_37593] -ambient=25 -contrast=15 -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7908 -model2=model_9508 -model3=model_9510 -name=Shelves - -// 37594 -[loc_37594] -width=2 -ambient=25 -contrast=15 -recol1s=5248 -recol1d=5251 -recolhsl2s=8722 -recolhsl2d=5396 -recol3s=8419 -recol3d=8388 -recol4s=9476 -recol4d=9445 -recolhsl5s=8487 -recolhsl5d=5408 -model=model_40774 -name=Barrel stack - -// 37595 -[loc_37595] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=6305 -recol1d=7330 -model=model_38045 - -// 37596 -[loc_37596] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -bgsound=synth_4472,1 -model=model_40829,Q -name=Torch - -// 37597 -[loc_37597] -active=yes -contrast=15 -ambient=75 -blockwalk=yes -anim=seq_5598 -bgsound=synth_4472,1 -hardshadow=no -model=model_40830,Q -name=Fire - -// 37598 -[loc_37598] -active=yes -ambient=25 -contrast=15 -blockwalk=no -anim=seq_9970 -bgsound=synth_3080,3 -hardshadow=no -model=model_40790,0 -name=Puddle - -// 37599 -[loc_37599] -active=yes -ambient=25 -contrast=15 -blockwalk=no -anim=seq_9970 -hardshadow=no -model=model_40789,0 -name=Puddle - -// 37600 -[loc_37600] -active=yes -ambient=25 -contrast=15 -blockwalk=no -anim=seq_9970 -bgsound=synth_5033,3 -hardshadow=no -model=model_40791,0 -name=Puddle - -// 37601 -[loc_37601] -active=yes -ambient=25 -contrast=15 -blockwalk=no -anim=seq_9970 -hardshadow=no -model=model_40786,0 -name=Puddle - -// 37602 -[loc_37602] -active=yes -ambient=25 -contrast=15 -blockwalk=no -anim=seq_9970 -hardshadow=no -model=model_40788,0 -name=Puddle - -// 37603 -[loc_37603] -active=no -contrast=15 -ambient=25 -anim=seq_9970 -bgsound=synth_3080,3 -recol1s=11624 -recol1d=9510 -recol2s=10567 -recol2d=8453 -model=model_40787,0 - -// 37604 -[loc_37604] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_40798 - -// 37605 -[loc_37605] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_19320,0 - -// 37606 -[loc_37606] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_19321,0 - -// 37607 -[loc_37607] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_19316,0 - -// 37608 -[loc_37608] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_19314,0 - -// 37609 -[loc_37609] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_19317,0 - -// 37610 -[loc_37610] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_19318,0 - -// 37611 -[loc_37611] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_19319,0 - -// 37612 -[loc_37612] -ambient=25 -contrast=15 -model=model_19315 -name=Buffers - -// 37613 -[loc_37613] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_21253,0 - -// 37614 -[loc_37614] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_21254,0 - -// 37615 -[loc_37615] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_21255,0 - -// 37616 -[loc_37616] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=25 -contrast=15 -model=model_21256,0 - -// 37617 -[loc_37617] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -resizey=153 -model=model_21228 - -// 37618 -[loc_37618] -active=yes -ambient=25 -contrast=15 -model=model_40777 -name= Mine Cart - -// 37619 -[loc_37619] -anim=seq_1727 -length=2 -width=2 -bgsound=synth_3087,10 -ambient=25 -contrast=15 -hardshadow=no -recol1s=16846 -recol1d=16842 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 37620 -[loc_37620] -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -ambient=25 -contrast=15 -hardshadow=no -recol1s=16846 -recol1d=16842 -model=model_5514,8 -model=model_5515,2 -name=Rock - -// 37621 -[loc_37621] -anim=seq_1727 -length=2 -width=2 -ambient=25 -contrast=15 -hardshadow=no -recol1s=16846 -recol1d=16842 -model=model_5515 -name=Rock - -// 37622 -[loc_37622] -ambient=25 -contrast=15 -model=model_40775 -name=Anvil - -// 37623 -[loc_37623] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_40779 -name=Crate - -// 37624 -[loc_37624] -sharelight=yes -op1=Climb-up -forceapproach=north -blockwalk=yes -ambient=25 -contrast=15 -resizey=180 -msi=msi_7 -recol1s=8353 -recol1d=5251 -recolhsl2s=6932 -recolhsl2d=5396 -recol3s=10465 -recol3d=8388 -recol4s=11522 -recol4d=9445 -recolhsl5s=7836 -recolhsl5d=5408 -model=model_40773 -name=Ladder - -// 37625 -[loc_37625] -active=yes -sharelight=yes -op1=Climb-down -forceapproach=south -blockwalk=yes -ambient=25 -contrast=15 -msi=msi_7 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5396 -recolhsl3s=6490 -recolhsl3d=5412 -recolhsl4s=90 -recolhsl4d=25 -model=model_38569,0 -name=Ladder - -// 37626 -[loc_37626] -blockwalk=yes -contrast=15 -ambient=25 -op1=Shoot-at -model=model_40625 -name=Archery target - -// 37627 -[loc_37627] -blockwalk=yes -contrast=15 -ambient=25 -op1=Shoot-at -model=model_40626 -name=Archery target - -// 37628 -[loc_37628] -active=yes -contrast=15 -ambient=25 -model=model_38043,Q -name=Sword and shield - -// 37629 -[loc_37629] -length=2 -forceapproach=east -ambient=25 -contrast=15 -bgsound=synth_2199,5 -recol1s=12618 -recol1d=16846 -recol2s=10504 -recol2d=12618 -recol3s=7399 -recol3d=8456 -model=model_12616 -name=Range - -// 37630 -[loc_37630] -width=2 -op1=Pray -forceapproach=south -ambient=25 -contrast=15 -recol1s=11492 -recol1d=5251 -recol2s=8355 -recol2d=9445 -model=model_12372 -model2=model_12379 -name=Altar - -// 37631 -[loc_37631] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -width=4 -length=4 -op1=Enter -model=model_40803 -name=Mine entrance - -// 37632 -[loc_37632] -active=yes -anim=seq_9974 -contrast=15 -ambient=25 -blockwalk=yes -width=4 -length=4 -op1=Enter -model=model_40805 -name=Mine entrance - -// 37633 -[loc_37633] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -width=4 -length=4 -model=model_40804 -name=Caved-in mine - -// 37634 -[loc_37634] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -width=4 -length=4 -model=model_40802 -name=Caved-in mine - -// 37635 -[loc_37635] -active=yes -blockwalk=yes -width=4 -length=4 -anim=seq_9981 -multivar=varplayerbit_4899 -multiloc=0,loc_37631 -multiloc=1,loc_37633 - -// 37636 -[loc_37636] -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_7 -op1=Exit -width=3 -length=2 -model=model_40795 -model=model_40797 -name=Steps - -// 37637 -[loc_37637] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=14596 -model=model_3184 -name=Rocks - -// 37638 -[loc_37638] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 37639 -[loc_37639] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=17864 -model=model_3184 -name=Rocks - -// 37640 -[loc_37640] -active=yes -blockwalk=yes -multivar=varplayerbit_4901 -multiloc=0,loc_37638 -multiloc=1,loc_37639 - -// 37641 -[loc_37641] -active=yes -blockwalk=yes -multivar=varplayerbit_4900 -multiloc=0,loc_37637 -multiloc=1,loc_37639 - -// 37642 -[loc_37642] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=14732 -model=model_3184 -name=Rocks - -// 37643 -[loc_37643] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14732 -model=model_3183 -name=Rocks - -// 37644 -[loc_37644] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14732 -model=model_3195 -name=Rocks - -// 37645 -[loc_37645] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=14596 -model=model_3184 -name=Rocks - -// 37646 -[loc_37646] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14596 -model=model_3183 -name=Rocks - -// 37647 -[loc_37647] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=14596 -model=model_3195 -name=Rocks - -// 37648 -[loc_37648] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=17864 -recol2s=6342 -recol2d=17864 -model=model_3184 -name=Rocks - -// 37649 -[loc_37649] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=17864 -model=model_3183 -name=Rocks - -// 37650 -[loc_37650] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=17864 -recol2s=6342 -recol2d=17864 -model=model_3195 -name=Rocks - -// 37651 -[loc_37651] -width=2 -length=3 -ambient=25 -contrast=15 -op2=Smelt -bgsound=synth_2209,10 -forceapproach=east -model=model_11546 -name=Furnace - -// 37652 -[loc_37652] -width=2 -length=2 -msi=msi_1 -op1=Chop down -op3=hidden -hillchange=tree_skew,45 -recol1s=5218 -recol1d=12548 -retex1s=material_152 -retex1d=material_78 -retex2s=material_80 -retex2d=material_77 -model=model_1637 -name=Tree - -// 37653 -[loc_37653] -width=2 -length=2 -msi=msi_6 -recol1s=4194 -recol1d=5218 -recol2s=5218 -recol2d=12548 -model=model_1695 -name=Tree stump - -// 37654 -[loc_37654] -width=2 -length=2 -active=yes -blockwalk=yes -multivar=varplayerbit_4902 -multiloc=0,loc_37652 -multiloc=1,loc_37653 - -// 37655 -[loc_37655] -ambient=25 -contrast=15 -active=yes -offsety=17 -op1=View -model=model_40776,Q -name=Lumbridge map - -// 37656 -[loc_37656] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -width=2 -length=3 -retex1s=material_83 -retex1d=material_380 -retex2s=material_72 -retex2d=material_335 -model=model_40806 -name=Rock column - -// 37657 -[loc_37657] -anim=seq_9973 -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -width=2 -length=3 -retex1s=material_83 -retex1d=material_380 -retex2s=material_72 -retex2d=material_335 -model=model_40807 -name=Rock column - -// 37658 -[loc_37658] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,64 -width=2 -length=3 -retex1s=material_83 -retex1d=material_380 -retex2s=material_72 -retex2d=material_335 -model=model_40808 -name=Rock column - -// 37659 -[loc_37659] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=3 -hillchange=tree_skew,64 -retex1s=material_83 -retex1d=material_380 -retex2s=material_72 -retex2d=material_335 -multivar=varplayerbit_4903 -multiloc=0,loc_37656 -multiloc=1,loc_37658 - -// 37660 -[loc_37660] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -model=model_40841 - -// 37661 -[loc_37661] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -model=model_40839 - -// 37662 -[loc_37662] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -model=model_40843 - -// 37663 -[loc_37663] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -model=model_40842 - -// 37664 -[loc_37664] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -mirror=yes -model=model_40842 - -// 37665 -[loc_37665] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -model=model_40838 - -// 37666 -[loc_37666] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -mirror=yes -model=model_40838 - -// 37667 -[loc_37667] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=1 -active=no -hardshadow=no -model=model_40840 - -// 37668 -[loc_37668] -hillskew=yes -sharelight=yes -active=yes -op1=Taunt-through -blockrange=no -model=model_11823,1 -model=model_11824,2 -model=model_11825,4 -model=model_11826,5 -name=Railing - -// 37669 -[loc_37669] -msi=msi_24 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=10500 -model=model_3184 -name=Rocks - -// 37670 -[loc_37670] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=10500 -recol2s=6342 -recol2d=20017 -model=model_3184 -name=Rocks - -// 37671 -[loc_37671] -length=2 -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=6443 -recolhsl1d=5408 -recol2s=16809 -recol2d=9445 -recol3s=12581 -recol3d=5251 -recol4s=13638 -recol4d=8388 -model=model_35840 -name=Globe table - -// 37672 -[loc_37672] -length=2 -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=6443 -recolhsl1d=5408 -recol2s=16809 -recol2d=9445 -recol3s=12581 -recol3d=5251 -recol4s=13638 -recol4d=8388 -retex1s=material_117 -retex1d=material_57 -model=model_35850 -name=Chart table - -// 37673 -[loc_37673] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=6443 -recolhsl1d=5408 -recol2s=16809 -recol2d=9445 -recol3s=12581 -recol3d=5251 -recol4s=13638 -recol4d=8388 -model=model_35822 -name=Compass table - -// 37674 -[loc_37674] -ambient=25 -contrast=15 -model=model_36417,Q - -// 37675 -[loc_37675] -contrast=25 -ambient=15 -offsetz=24 -recol1s=11492 -recol1d=8388 -recolhsl2s=8128 -recolhsl2d=5408 -recol3s=8355 -recol3d=5251 -model=model_24627 -name=Kalphite Queen head - -// 37676 -[loc_37676] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -model=model_5562 -name=Big vase - -// 37677 -[loc_37677] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_40742,0 - -// 37678 -[loc_37678] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13534,0 - -// 37679 -[loc_37679] -ambient=20 -contrast=30 -hillskew=yes -forcedecor=yes -mirror=yes -unknown90=yes -recol1s=22095 -recol1d=4261 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_13534,0 - -// 37680 -[loc_37680] -active=no -blockwalk=no -forcedecor=yes -hardshadow=no -model=model_35764 - -// 37681 -[loc_37681] -active=no -blockwalk=no -forcedecor=yes -hardshadow=no -model=model_35759 - -// 37682 -[loc_37682] -active=yes -ambient=25 -contrast=15 -shadow=no -forceapproach=north -model=model_36541 -name=Flag - -// 37683 -[loc_37683] -active=yes -sharelight=yes -op1=Climb-down -forceapproach=south -blockwalk=yes -ambient=25 -contrast=15 -msi=msi_7 -recol1s=14662 -recol1d=9445 -recolhsl2s=6466 -recolhsl2d=5396 -recolhsl3s=6490 -recolhsl3d=5412 -recolhsl4s=90 -recolhsl4d=25 -model=model_38569,0 -name=Ladder - -// 37684 -[loc_37684] -sharelight=yes -op1=Climb-up -forceapproach=north -blockwalk=yes -ambient=25 -contrast=15 -resizey=180 -msi=msi_7 -recol1s=8353 -recol1d=5251 -recolhsl2s=6932 -recolhsl2d=5396 -recol3s=10465 -recol3d=8388 -recol4s=11522 -recol4d=9445 -recolhsl5s=7836 -recolhsl5d=5408 -model=model_40773 -name=Ladder - -// 37685 -[loc_37685] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=14732 -model=model_3195 -name=Rocks - -// 37686 -[loc_37686] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=14596 -model=model_3184 -name=Rocks - -// 37687 -[loc_37687] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=14596 -model=model_3183 -name=Rocks - -// 37688 -[loc_37688] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=14596 -model=model_3195 -name=Rocks - -// 37689 -[loc_37689] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=6438 -model=model_3184 -name=Rocks - -// 37690 -[loc_37690] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=6438 -model=model_3183 -name=Rocks - -// 37691 -[loc_37691] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=6438 -model=model_3195 -name=Rocks - -// 37692 -[loc_37692] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=6346 -model=model_3184 -name=Rocks - -// 37693 -[loc_37693] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=6346 -model=model_3183 -name=Rocks - -// 37694 -[loc_37694] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=6346 -model=model_3195 -name=Rocks - -// 37695 -[loc_37695] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=9712 -model=model_3183 -name=Rocks - -// 37696 -[loc_37696] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=9712 -model=model_3195 -name=Rocks - -// 37697 -[loc_37697] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=16909 -recol1d=12579 -recol2s=6342 -recol2d=4226 -model=model_3184 -name=Rocks - -// 37698 -[loc_37698] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=4226 -model=model_3183 -name=Rocks - -// 37699 -[loc_37699] -op1=Mine -op2=Prospect -op3=hidden -msi=msi_12 -ambient=10 -blockrange=no -recol1s=10504 -recol1d=12579 -recol2s=6342 -recol2d=4226 -model=model_3195 -name=Rocks - -// 37700 -[loc_37700] -msi=msi_24 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=12579 -model=model_9528 -name=Rocks - -// 37701 -[loc_37701] -msi=msi_25 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=12579 -model=model_9526 -name=Rocks - -// 37702 -[loc_37702] -msi=msi_12 -ambient=10 -op1=Mine -op2=Prospect -op3=hidden -blockrange=no -recol1s=16909 -recol1d=12579 -model=model_9527 -name=Rocks - -// 37703 -[loc_37703] -active=yes -sharelight=yes -hillskew=yes -op1=Squeeze-through -retex1s=material_2 -retex1d=material_23 -model=model_40858,1 -name=Broken railing - -// 37704 -[loc_37704] -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -blockwalk=no -forcedecor=yes -active=yes -op1=Cross -model=model_40857,0 -name=Stepping stone - -// 37705 -[loc_37705] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -hardshadow=no -unknown90=yes -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_40860,0 - -// 37706 -[loc_37706] -sharelight=yes -active=no -hillchange=skew_to_fit -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_40863 - -// 37707 -[loc_37707] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=25 -recol1s=12580 -recol1d=7330 -retex1s=material_70 -retex1d=material_418 -model=model_40861 - -// 37708 -[loc_37708] -active=no -length=7 -sharelight=yes -recol1s=10598 -recol1d=13606 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=11492 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_40836 - -// 37709 -[loc_37709] -active=no -length=7 -sharelight=yes -recol1s=10598 -recol1d=13606 -recol2s=9541 -recol2d=12549 -recol3s=8484 -recol3d=11492 -recol4s=7427 -recol4d=13606 -recol5s=6370 -recol5d=8353 -model=model_40837 - -// 37710 -[loc_37710] -ambient=25 -contrast=25 -blockwalk=yes -model=model_40864 -name=Trapdoor - -// 37711 -[loc_37711] -hillskew=yes -active=yes -ambient=20 -contrast=20 -forcedecor=yes -blockwalk=yes -hardshadow=no -blockrange=no -model=model_40865,1 -name=Rope bridge - -// 37712 -[loc_37712] -active=yes -ambient=20 -contrast=20 -forcedecor=yes -blockwalk=yes -hardshadow=no -hillskew=yes -length=2 -blockrange=no -model=model_40866 -name=Rope bridge - -// 37713 -[loc_37713] -active=yes -ambient=20 -contrast=20 -forcedecor=yes -blockwalk=yes -hardshadow=no -mirror=yes -hillskew=yes -length=2 -blockrange=no -model=model_40866 -name=Rope bridge - -// 37714 -[loc_37714] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -hardshadow=no -recol1s=8353 -recol1d=13640 -model=model_7731,1 - -// 37715 -[loc_37715] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -hardshadow=no -recol1s=8353 -recol1d=13640 -model=model_7729,1 - -// 37716 -[loc_37716] -forcedecor=yes -sharelight=yes -hillskew=yes -active=no -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_1137,0 - -// 37717 -[loc_37717] -forcedecor=yes -sharelight=yes -hillskew=yes -active=no -unknown90=yes -hardshadow=no -mirror=yes -recol1s=9409 -recol1d=8421 -recol2s=11523 -recol2d=9478 -recol3s=5217 -recol3d=10535 -model=model_1137,0 - -// 37718 -[loc_37718] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_40877,1 -model=model_40868,0 -name=Wall - -// 37719 -[loc_37719] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_40881,1 -model=model_40873,0 -name=Wall - -// 37720 -[loc_37720] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_40871,1 -model=model_40870,5 -model=model_40875,0 -name=Wall - -// 37721 -[loc_37721] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_40872,0 -name=Wall - -// 37722 -[loc_37722] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_40879,1 -model=model_40874,0 -name=Wall - -// 37723 -[loc_37723] -forcedecor=yes -ambient=30 -contrast=30 -sharelight=yes -op5=Lean against -msi=msi_22 -blockrange=no -model=model_40880,0 -name=Wall - -// 37724 -[loc_37724] -contrast=100 -ambient=10 -active=yes -offsety=128 -model=model_2075,Q -name=Stuffed swordfish - -// 37725 -[loc_37725] -contrast=100 -ambient=10 -active=yes -offsety=128 -model=model_2090,Q -name=Stuffed swordfish - -// 37726 -[loc_37726] -anim=seq_8624 -width=5 -length=5 -contrast=25 -ambient=15 -blockwalk=yes -blockrange=no -model=model_40884 -name=Fire - -// 37727 -[loc_37727] -active=yes -ambient=20 -hillskew=yes -op1=Use -blockwalk=yes -recol1s=1464 -recol1d=32006 -recol2s=6026 -recol2d=32172 -recol3s=1595 -recol3d=32105 -recol4s=8140 -recol4d=32172 -recol5s=22159 -recol5d=20611 -model=model_11940,8 -model=model_16232,0 -name=Fairy ring - -// 37728 -[loc_37728] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=1464 -recol1d=32006 -recol2s=6026 -recol2d=32172 -recol3s=1595 -recol3d=32105 -recol4s=8140 -recol4d=32172 -recol5s=22159 -recol5d=20611 -model=model_40892,0 - -// 37729 -[loc_37729] -ambient=20 -hillskew=yes -forcedecor=yes -recol1s=1464 -recol1d=32006 -recol2s=6026 -recol2d=32172 -recol3s=1595 -recol3d=32105 -recol4s=8140 -recol4d=32172 -recol5s=22159 -recol5d=20611 -model=model_40893,0 - -// 37730 -[loc_37730] -active=no -contrast=10 -ambient=20 -blockwalk=yes -width=7 -length=8 -model=model_40887 - -// 37731 -[loc_37731] -hillskew=yes -active=no -blockwalk=yes -model=model_40886 - -// 37732 -[loc_37732] -hillskew=yes -active=no -blockwalk=yes -model=model_40887 - -// 37733 -[loc_37733] -sharelight=yes -hillskew=yes -active=no -resizex=128 -resizey=165 -resizez=128 -recol1s=10571 -recol1d=2116 -model=model_38154,1 - -// 37734 -[loc_37734] -contrast=10 -ambient=20 -blockwalk=yes -width=7 -length=8 -multivar=varplayerbit_5028 -multiloc=0,loc_24777 -multiloc=1,loc_37730 - -// 37735 -[loc_37735] -op1=Squeeze-through -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_40895 -name=Obstacle pipe - -// 37736 -[loc_37736] -hillskew=yes -active=no -blockwalk=yes -multivar=varplayerbit_5028 -multiloc=0,loc_37731 -multiloc=1,loc_37732 - -// 37737 -[loc_37737] -active=yes -op1=Pull -width=2 -ambient=25 -contrast=15 -sharelight=yes -hillskew=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_40885 -name=Lever - -// 37738 -[loc_37738] -active=yes -raiseobject=no -model=model_40899,1 -name=Door - -// 37739 -[loc_37739] -active=yes -mirror=yes -blockrange=no -model=model_27252,1 -name=Gate - -// 37740 -[loc_37740] -active=yes -blockrange=no -model=model_27252,1 -name=Gate - -// 37741 -[loc_37741] -active=yes -mirror=yes -blockrange=no -model=model_27252,1 -name=Gate - -// 37742 -[loc_37742] -active=yes -blockrange=no -model=model_27252,1 -name=Gate - -// 37743 -[loc_37743] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -op1=Search -recolhsl1s=39 -recolhsl1d=7197 -recolhsl2s=41 -recolhsl2d=7201 -model=model_40978 -name=Rubble - -// 37744 -[loc_37744] -active=yes -blockwalk=no -multivar=varplayerbit_5045 -multiloc=0,loc_33049 -multiloc=1,loc_37743 - -// 37745 -[loc_37745] -active=yes -op1=Open -raiseobject=no -blockwalk=yes -forcedecor=yes -ambient=20 -contrast=15 -recolhsl1s=5545 -recolhsl1d=7445 -recolhsl2s=6466 -recolhsl2d=7440 -recolhsl3s=6490 -recolhsl3d=7450 -recolhsl4s=90 -recolhsl4d=32 -recol5s=16846 -recol5d=12651 -model=model_15521,0 -name=Trapdoor - -// 37746 -[loc_37746] -active=yes -op1=Climb-down -op2=Close -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=5545 -recolhsl1d=7445 -recolhsl2s=6466 -recolhsl2d=7440 -recolhsl3s=6490 -recolhsl3d=7450 -recolhsl4s=90 -recolhsl4d=32 -recol5s=16846 -recol5d=12651 -model=model_38569,0 -name=Ladder - -// 37747 -[loc_37747] -active=yes -blockwalk=yes -multivar=varplayerbit_5043 -multiloc=0,loc_37746 -multiloc=1,loc_37745 - -// 37748 -[loc_37748] -active=yes -blockwalk=yes -multivar=varplayerbit_5043 -multiloc=0,loc_37745 -multiloc=1,loc_37746 - -// 37749 -[loc_37749] -width=5 -length=5 -ambient=20 -contrast=15 -op1=Go-through -op2=Collapse -forceapproach=south -blockwalk=yes -model=model_41077 -name=Entrance - -// 37750 -[loc_37750] -width=5 -length=5 -ambient=20 -contrast=15 -blockwalk=yes -model=model_41106 -name=Entrance - -// 37751 -[loc_37751] -resizex=64 -resizez=64 -resizey=64 -hillskew=yes -blockwalk=no -recol1s=9476 -recol1d=8421 -recol2s=10533 -recol2d=7364 -recol3s=8419 -recol3d=6307 -recol4s=6305 -recol4d=5250 -model=model_8012 -name=Tree Stump - -// 37752 -[loc_37752] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40988,0 -name=Disc - -// 37753 -[loc_37753] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41008,0 -name=Disc - -// 37754 -[loc_37754] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40994,0 -name=Disc - -// 37755 -[loc_37755] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41010,0 -name=Disc - -// 37756 -[loc_37756] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41032,0 -name=Disc - -// 37757 -[loc_37757] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40979,0 -name=Disc - -// 37758 -[loc_37758] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40981,0 -name=Disc - -// 37759 -[loc_37759] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40990,0 -name=Disc - -// 37760 -[loc_37760] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41027,0 -name=Disc - -// 37761 -[loc_37761] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41031,0 -name=Disc - -// 37762 -[loc_37762] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41003,0 -name=Disc - -// 37763 -[loc_37763] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41000,0 -name=Disc - -// 37764 -[loc_37764] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40983,0 -name=Disc - -// 37765 -[loc_37765] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41021,0 -name=Disc - -// 37766 -[loc_37766] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41005,0 -name=Disc - -// 37767 -[loc_37767] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40998,0 -name=Disc - -// 37768 -[loc_37768] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41012,0 -name=Disc - -// 37769 -[loc_37769] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41006,0 -name=Disc - -// 37770 -[loc_37770] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41014,0 -name=Disc - -// 37771 -[loc_37771] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40985,0 -name=Disc - -// 37772 -[loc_37772] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41034,0 -name=Disc - -// 37773 -[loc_37773] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41025,0 -name=Disc - -// 37774 -[loc_37774] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40999,0 -name=Disc - -// 37775 -[loc_37775] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41001,0 -name=Disc - -// 37776 -[loc_37776] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40997,0 -name=Disc - -// 37777 -[loc_37777] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41030,0 -name=Disc - -// 37778 -[loc_37778] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40986,0 -name=Disc - -// 37779 -[loc_37779] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41015,0 -name=Disc - -// 37780 -[loc_37780] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40980,0 -name=Disc - -// 37781 -[loc_37781] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41028,0 -name=Disc - -// 37782 -[loc_37782] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41002,0 -name=Disc - -// 37783 -[loc_37783] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40991,0 -name=Disc - -// 37784 -[loc_37784] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41009,0 -name=Disc - -// 37785 -[loc_37785] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41019,0 -name=Disc - -// 37786 -[loc_37786] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40993,0 -name=Disc - -// 37787 -[loc_37787] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40989,0 -name=Disc - -// 37788 -[loc_37788] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41036,0 -name=Disc - -// 37789 -[loc_37789] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40995,0 -name=Disc - -// 37790 -[loc_37790] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41029,0 -name=Disc - -// 37791 -[loc_37791] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41017,0 -name=Disc - -// 37792 -[loc_37792] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41018,0 -name=Disc - -// 37793 -[loc_37793] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41016,0 -name=Disc - -// 37794 -[loc_37794] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40982,0 -name=Disc - -// 37795 -[loc_37795] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41007,0 -name=Disc - -// 37796 -[loc_37796] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41004,0 -name=Disc - -// 37797 -[loc_37797] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40996,0 -name=Disc - -// 37798 -[loc_37798] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41026,0 -name=Disc - -// 37799 -[loc_37799] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40987,0 -name=Disc - -// 37800 -[loc_37800] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41023,0 -name=Disc - -// 37801 -[loc_37801] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41024,0 -name=Disc - -// 37802 -[loc_37802] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40992,0 -name=Disc - -// 37803 -[loc_37803] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41033,0 -name=Disc - -// 37804 -[loc_37804] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_40984,0 -name=Disc - -// 37805 -[loc_37805] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41022,0 -name=Disc - -// 37806 -[loc_37806] -active=yes -blockwalk=no -raiseobject=no -forcedecor=yes -ambient=20 -contrast=15 -model=model_41011,0 -name=Disc - -// 37807 -[loc_37807] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=5541 -recolhsl1d=7445 -recol2s=12548 -recol2d=6307 -recolhsl3s=5660 -recolhsl3d=7439 -recolhsl4s=5784 -recolhsl4d=7436 -recolhsl5s=5904 -recolhsl5d=7433 -model=model_8232 -name=Barrel - -// 37808 -[loc_37808] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=5541 -recolhsl1d=7445 -recol2s=12548 -recol2d=6307 -recolhsl3s=5660 -recolhsl3d=7439 -recolhsl4s=5784 -recolhsl4d=7436 -recolhsl5s=5904 -recolhsl5d=7433 -model=model_14087 -name=Barrel - -// 37809 -[loc_37809] -ambient=20 -contrast=15 -blockwalk=yes -op1=Search -recolhsl1s=6563 -recolhsl1d=7445 -recol2s=14695 -recol2d=6307 -recolhsl3s=6439 -recolhsl3d=7439 -recolhsl4s=6558 -recolhsl4d=7437 -recolhsl5s=6682 -recolhsl5d=7435 -recolhsl6s=6806 -recolhsl6d=7433 -model=model_7685 -name=Crate - -// 37810 -[loc_37810] -ambient=20 -contrast=15 -blockwalk=yes -op1=Search -recolhsl1s=6563 -recolhsl1d=7445 -recol2s=14695 -recol2d=6307 -recolhsl3s=6439 -recolhsl3d=7439 -recolhsl4s=6558 -recolhsl4d=7437 -recolhsl5s=6682 -recolhsl5d=7435 -recolhsl6s=6806 -recolhsl6d=7433 -model=model_7704 -name=Crate - -// 37811 -[loc_37811] -ambient=20 -contrast=15 -blockwalk=yes -op1=Search -recolhsl1s=6563 -recolhsl1d=7445 -recol2s=14695 -recol2d=6307 -recolhsl3s=6439 -recolhsl3d=7439 -recolhsl4s=6558 -recolhsl4d=7437 -recolhsl5s=6682 -recolhsl5d=7435 -recolhsl6s=6806 -recolhsl6d=7433 -model=model_7700 -name=Crate - -// 37812 -[loc_37812] -ambient=20 -contrast=15 -blockwalk=yes -op1=Search -recolhsl1s=8094 -recolhsl1d=7451 -model=model_1482 -name=Sack - -// 37813 -[loc_37813] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=7952 -recolhsl1d=7445 -recolhsl2s=6707 -recolhsl2d=7439 -model=model_10089 -name=Stool - -// 37814 -[loc_37814] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=7952 -recolhsl1d=7445 -recolhsl2s=6707 -recolhsl2d=7439 -model=model_17872 -name=Stool - -// 37815 -[loc_37815] -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=6443 -recolhsl1d=7445 -recol2s=16809 -recol2d=6307 -recolhsl3s=6563 -recolhsl3d=7439 -recolhsl4s=6439 -recolhsl4d=7436 -model=model_22944 -name=Table - -// 37816 -[loc_37816] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_34595 -name=Shelf - -// 37817 -[loc_37817] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=6466 -recolhsl1d=7445 -recol2s=14662 -recol2d=6307 -recolhsl3s=4634 -recolhsl3d=7437 -recolhsl4s=5427 -recolhsl4d=7433 -model=model_22947 -name=Wardrobe - -// 37818 -[loc_37818] -length=2 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=6707 -recolhsl1d=7445 -recolhsl2s=7952 -recolhsl2d=7440 -recolhsl3s=6319 -recolhsl3d=7451 -recolhsl4s=8377 -recolhsl4d=7334 -recol5s=12448 -recol5d=13736 -model=model_5192 -name=Bed - -// 37819 -[loc_37819] -ambient=20 -contrast=15 -blockwalk=yes -model=model_41056 -name=Statue - -// 37820 -[loc_37820] -anim=seq_481 -bgsound=synth_2065,2 -hillchange=tree_skew,25 -recolhsl1s=8598 -recolhsl1d=7445 -recol2s=10500 -recol2d=9477 -recolhsl3s=3594 -recolhsl3d=7436 -model=model_2288 -name=Standing torch - -// 37821 -[loc_37821] -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -bgsound=synth_5103,6 -width=2 -length=2 -op1=Chop down -op3=hidden -msi=msi_0 -model=model_41145 -name=Cursed magic tree - -// 37822 -[loc_37822] -width=2 -length=2 -msi=msi_3 -op3=hidden -model=model_40977 -name=Tree Stump - -// 37823 -[loc_37823] -width=2 -length=2 -op1=Chop down -op3=hidden -msi=msi_0 -ambient=25 -randomsound=750,1000,5,synth_3987 -recolhsl1s=8602 -recolhsl1d=8346 -model=model_7978 -name=Magic tree - -// 37824 -[loc_37824] -width=2 -length=2 -msi=msi_3 -op3=hidden -recolhsl1s=8602 -recolhsl1d=8346 -recolhsl2s=8846 -recolhsl2d=8340 -recolhsl3s=8478 -recolhsl3d=8342 -recolhsl4s=8598 -recolhsl4d=8342 -model=model_8012 -name=Tree Stump - -// 37825 -[loc_37825] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=5541 -recolhsl1d=7445 -recol2s=12548 -recol2d=6307 -recolhsl3s=5660 -recolhsl3d=7439 -recolhsl4s=5784 -recolhsl4d=7436 -recolhsl5s=5904 -recolhsl5d=7433 -model=model_41045 -name=Barrel - -// 37826 -[loc_37826] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=5541 -recolhsl1d=7445 -recol2s=12548 -recol2d=6307 -recolhsl3s=5660 -recolhsl3d=7439 -recolhsl4s=5784 -recolhsl4d=7436 -recolhsl5s=5904 -recolhsl5d=7433 -recol6s=25824 -recol6d=20248 -model=model_41052 -name=Barrel - -// 37827 -[loc_37827] -active=yes -blockwalk=yes -multivar=varplayerbit_5037 -multiloc=0,loc_37826 -multiloc=1,loc_37825 - -// 37828 -[loc_37828] -active=yes -blockwalk=yes -multivar=varplayerbit_5037 -multiloc=0,loc_37825 -multiloc=1,loc_37826 - -// 37829 -[loc_37829] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41049 -name=Hollow log - -// 37830 -[loc_37830] -ambient=20 -contrast=15 -blockwalk=yes -op1=Pick -blockrange=no -model=model_41055 -name=Hollow log - -// 37831 -[loc_37831] -anim=seq_10034 -ambient=20 -contrast=15 -blockwalk=yes -active=yes -blockrange=no -model=model_41128 -name=Hollow log - -// 37832 -[loc_37832] -active=yes -blockwalk=yes -multivar=varplayerbit_5038 -multiloc=0,loc_37830 -multiloc=1,loc_37829 - -// 37833 -[loc_37833] -active=yes -blockwalk=yes -multivar=varplayerbit_5038 -multiloc=0,loc_37829 -multiloc=1,loc_37830 - -// 37834 -[loc_37834] -ambient=20 -contrast=15 -blockwalk=yes -op1=Open -model=model_41053 -name=Wardrobe - -// 37835 -[loc_37835] -ambient=20 -contrast=15 -blockwalk=yes -model=model_41053 -name=Wardrobe - -// 37836 -[loc_37836] -ambient=20 -contrast=15 -blockwalk=yes -model=model_38621 -name=Wardrobe - -// 37837 -[loc_37837] -ambient=20 -contrast=15 -blockwalk=yes -model=model_41047 -name=Wardrobe - -// 37838 -[loc_37838] -active=yes -blockwalk=yes -multivar=varplayerbit_5039 -multiloc=0,loc_37836 -multiloc=1,loc_37835 - -// 37839 -[loc_37839] -active=yes -blockwalk=yes -multivar=varplayerbit_5039 -multiloc=0,loc_37834 -multiloc=1,loc_37837 - -// 37840 -[loc_37840] -anim=seq_10040 -active=no -model=model_41124 - -// 37841 -[loc_37841] -anim=seq_10039 -active=no -model=model_41124 - -// 37842 -[loc_37842] -length=2 -width=2 -op2=Inspect -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41054 -name=Plant - -// 37843 -[loc_37843] -length=2 -width=2 -op2=Inspect -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41051 -name=Plant - -// 37844 -[loc_37844] -length=2 -width=2 -op2=Inspect -blockwalk=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=13982 -recolhsl1d=12441 -recolhsl2s=14230 -recolhsl2d=12435 -model=model_7794 -name=Flower patch - -// 37845 -[loc_37845] -active=yes -length=2 -width=2 -blockwalk=yes -blockrange=no -multivar=varplayerbit_5040 -multiloc=0,loc_37843 -multiloc=1,loc_37844 - -// 37846 -[loc_37846] -length=2 -width=2 -ambient=20 -contrast=15 -op2=Inspect -op4=Guide -recolhsl1s=13982 -recolhsl1d=12441 -recolhsl2s=14230 -recolhsl2d=12435 -model=model_7794 -name=Flower patch - -// 37847 -[loc_37847] -length=2 -width=2 -ambient=20 -contrast=15 -op2=Inspect -op4=Guide -recolhsl1s=13982 -recolhsl1d=12441 -recolhsl2s=14230 -recolhsl2d=12435 -model=model_7798 -model2=model_7766 -name=Flower patch - -// 37848 -[loc_37848] -length=2 -width=2 -ambient=20 -contrast=15 -op2=Inspect -op4=Guide -recolhsl1s=13982 -recolhsl1d=12441 -recolhsl2s=14230 -recolhsl2d=12435 -model=model_7800 -model2=model_7766 -name=Flower patch - -// 37849 -[loc_37849] -length=2 -width=2 -ambient=20 -contrast=15 -op2=Inspect -op4=Guide -recolhsl1s=13982 -recolhsl1d=12441 -recolhsl2s=14230 -recolhsl2d=12435 -model=model_7801 -model2=model_7766 -name=Flower patch - -// 37850 -[loc_37850] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -recolhsl1s=7465 -recolhsl1d=5278 -recol2s=11557 -recol2d=7365 -model=model_7772,0 - -// 37851 -[loc_37851] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40719,1 -model=model_40709,3 -model=model_40717,4 - -// 37852 -[loc_37852] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40708,1 - -// 37853 -[loc_37853] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_40708,1 - -// 37854 -[loc_37854] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40718,1 - -// 37855 -[loc_37855] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_40718,1 - -// 37856 -[loc_37856] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40715,1 -model=model_40716,3 - -// 37857 -[loc_37857] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40713,1 - -// 37858 -[loc_37858] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40710,1 - -// 37859 -[loc_37859] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40711,1 - -// 37860 -[loc_37860] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40714,1 - -// 37861 -[loc_37861] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_40712,1 - -// 37862 -[loc_37862] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_40715,1 -model=model_40716,3 - -// 37863 -[loc_37863] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_40713,1 - -// 37864 -[loc_37864] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_33725,1 - -// 37865 -[loc_37865] -active=no -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_41048,1 - -// 37866 -[loc_37866] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=7445 -recolhsl2s=21646 -recolhsl2d=7445 -recolhsl3s=7446 -recolhsl3d=7445 -recolhsl4s=5272 -recolhsl4d=7437 -recolhsl5s=10382 -recolhsl5d=7437 -model=model_17924,0 - -// 37867 -[loc_37867] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=7445 -recolhsl2s=21646 -recolhsl2d=7445 -recolhsl3s=7446 -recolhsl3d=7445 -recolhsl4s=5272 -recolhsl4d=7437 -recolhsl5s=10382 -recolhsl5d=7437 -model=model_17924,0 - -// 37868 -[loc_37868] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=7445 -recolhsl2s=21646 -recolhsl2d=7445 -recolhsl3s=7446 -recolhsl3d=7445 -recolhsl4s=5272 -recolhsl4d=7437 -recolhsl5s=10382 -recolhsl5d=7437 -model=model_17924,0 - -// 37869 -[loc_37869] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=7445 -recolhsl2s=21646 -recolhsl2d=7445 -recolhsl3s=7446 -recolhsl3d=7445 -recolhsl4s=5272 -recolhsl4d=7437 -recolhsl5s=10382 -recolhsl5d=7437 -model=model_17922,0 - -// 37870 -[loc_37870] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=7445 -recolhsl2s=21646 -recolhsl2d=7445 -recolhsl3s=7446 -recolhsl3d=7445 -recolhsl4s=5272 -recolhsl4d=7437 -recolhsl5s=10382 -recolhsl5d=7437 -model=model_17922,0 - -// 37871 -[loc_37871] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=7445 -recolhsl2s=21646 -recolhsl2d=7445 -recolhsl3s=7446 -recolhsl3d=7445 -recolhsl4s=5272 -recolhsl4d=7437 -recolhsl5s=10382 -recolhsl5d=7437 -model=model_17922,0 - -// 37872 -[loc_37872] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=7445 -recolhsl2s=21646 -recolhsl2d=7445 -recolhsl3s=7446 -recolhsl3d=7445 -recolhsl4s=5272 -recolhsl4d=7437 -recolhsl5s=10382 -recolhsl5d=7437 -model=model_17922,0 - -// 37873 -[loc_37873] -hillskew=yes -sharelight=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=7445 -recolhsl2s=21646 -recolhsl2d=7445 -recolhsl3s=7446 -recolhsl3d=7445 -recolhsl4s=5272 -recolhsl4d=7437 -recolhsl5s=10382 -recolhsl5d=7437 -model=model_17922,0 - -// 37874 -[loc_37874] -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -recolhsl1s=10258 -recolhsl1d=7445 -recolhsl2s=21646 -recolhsl2d=7445 -recolhsl3s=7446 -recolhsl3d=7445 -recolhsl4s=5272 -recolhsl4d=7437 -recolhsl5s=10382 -recolhsl5d=7437 -model=model_17922,0 - -// 37875 -[loc_37875] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12126,0 - -// 37876 -[loc_37876] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12129,0 - -// 37877 -[loc_37877] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12130,0 - -// 37878 -[loc_37878] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12131,0 - -// 37879 -[loc_37879] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12128,0 - -// 37880 -[loc_37880] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12127,0 - -// 37881 -[loc_37881] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=39 -recolhsl1d=7197 -recolhsl2s=41 -recolhsl2d=7201 -model=model_1407 -name=Stones - -// 37882 -[loc_37882] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=39 -recolhsl1d=7197 -recolhsl2s=41 -recolhsl2d=7201 -model=model_1409 -name=Stones - -// 37883 -[loc_37883] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=10537 -recol1d=7365 -recolhsl2s=41 -recolhsl2d=5278 -model=model_1407 -name=Stones - -// 37884 -[loc_37884] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=10537 -recol1d=7365 -recolhsl2s=41 -recolhsl2d=5278 -model=model_1409 -name=Stones - -// 37885 -[loc_37885] -active=no -hillskew=yes -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=6558 -recolhsl1d=7195 -recolhsl2s=6682 -recolhsl2d=7199 -recolhsl3s=6806 -recolhsl3d=7206 -recolhsl4s=6930 -recolhsl4d=7201 -recolhsl5s=7054 -recolhsl5d=7205 -recol6s=0 -recol6d=7296 -model=model_34001,1 -model=model_33999,2 -model=model_34000,5 - -// 37886 -[loc_37886] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12126,0 - -// 37887 -[loc_37887] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12129,0 - -// 37888 -[loc_37888] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12130,0 - -// 37889 -[loc_37889] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12131,0 - -// 37890 -[loc_37890] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12128,0 - -// 37891 -[loc_37891] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=8422 -recol2s=11594 -recol2d=7365 -recolhsl3s=39 -recolhsl3d=5280 -recol4s=8423 -recol4d=6308 -model=model_12127,0 - -// 37892 -[loc_37892] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=39 -recolhsl1d=7197 -recolhsl2s=41 -recolhsl2d=7201 -model=model_1407 -name=Stones - -// 37893 -[loc_37893] -blockwalk=no -raiseobject=no -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=39 -recolhsl1d=7197 -recolhsl2s=41 -recolhsl2d=7201 -model=model_1409 -name=Stones - -// 37894 -[loc_37894] -active=no -ambient=20 -contrast=15 -model=model_28416,Q - -// 37895 -[loc_37895] -active=no -ambient=20 -contrast=15 -model=model_28412,Q - -// 37896 -[loc_37896] -active=no -ambient=20 -contrast=15 -model=model_28366,Q - -// 37897 -[loc_37897] -active=no -ambient=20 -contrast=15 -model=model_28399,Q - -// 37898 -[loc_37898] -active=no -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=6558 -recolhsl1d=7195 -recolhsl2s=6682 -recolhsl2d=7199 -recolhsl3s=6806 -recolhsl3d=7206 -recolhsl4s=6930 -recolhsl4d=7201 -recolhsl5s=7054 -recolhsl5d=7205 -model=model_37289 - -// 37899 -[loc_37899] -active=no -ambient=20 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -hardshadow=no -model=model_34003,Q - -// 37900 -[loc_37900] -active=yes -blockwalk=yes -op1=Climb-up -forceapproach=north -ambient=20 -contrast=15 -recolhsl1s=5545 -recolhsl1d=7445 -recolhsl2s=6466 -recolhsl2d=7440 -model=model_40960 -name=Ladder - -// 37901 -[loc_37901] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5102,10 -model=model_40969 -name=Altar - -// 37902 -[loc_37902] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5101,10 -anim=seq_10046 -model=model_40966 -name=Altar - -// 37903 -[loc_37903] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5099,10 -anim=seq_10046 -model=model_40964 -name=Altar - -// 37904 -[loc_37904] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5105,10 -anim=seq_10046 -model=model_40970 -name=Altar - -// 37905 -[loc_37905] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5094,10 -anim=seq_10046 -model=model_40971 -name=Altar - -// 37906 -[loc_37906] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5093,10 -anim=seq_10046 -model=model_40968 -name=Altar - -// 37907 -[loc_37907] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5098,10 -anim=seq_10046 -model=model_40967 -name=Altar - -// 37908 -[loc_37908] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5093,10 -anim=seq_10046 -model=model_40972 -name=Altar - -// 37909 -[loc_37909] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5094,10 -anim=seq_10046 -model=model_40962 -name=Altar - -// 37910 -[loc_37910] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5105,10 -anim=seq_10046 -model=model_40965 -name=Altar - -// 37911 -[loc_37911] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5099,10 -anim=seq_10046 -model=model_40963 -name=Altar - -// 37912 -[loc_37912] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -bgsound=synth_5101,10 -anim=seq_10046 -model=model_40973 -name=Altar - -// 37913 -[loc_37913] -active=yes -length=5 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -anim=seq_10046 -blockrange=no -multivar=varplayerbit_5044 -multiloc=0,loc_37901 -multiloc=1,loc_37902 -multiloc=2,loc_37903 -multiloc=3,loc_37904 -multiloc=4,loc_37905 -multiloc=5,loc_37906 -multiloc=6,loc_37912 -multiloc=7,loc_37911 -multiloc=8,loc_37910 -multiloc=9,loc_37909 -multiloc=10,loc_37908 -multiloc=11,loc_37907 - -// 37914 -[loc_37914] -width=2 -length=2 -op1=Open -blockrange=no -model=model_1365 -name=Coffin - -// 37915 -[loc_37915] -width=2 -length=2 -op1=Close -op2=Search -blockrange=no -model=model_1362 -name=Coffin - -// 37916 -[loc_37916] -active=yes -length=2 -width=2 -blockwalk=yes -blockrange=no -multivar=varplayerbit_5047 -multiloc=0,loc_37914 -multiloc=1,loc_37915 - -// 37917 -[loc_37917] -active=yes -length=2 -width=2 -blockwalk=yes -blockrange=no -multivar=varplayerbit_5047 -multiloc=0,loc_37915 -multiloc=1,loc_37914 - -// 37918 -[loc_37918] -active=yes -length=2 -width=2 -blockwalk=yes -blockrange=no -multivar=varplayerbit_5049 -multiloc=0,loc_37914 -multiloc=1,loc_37915 - -// 37919 -[loc_37919] -active=yes -length=2 -width=2 -blockwalk=yes -blockrange=no -multivar=varplayerbit_5049 -multiloc=0,loc_37915 -multiloc=1,loc_37914 - -// 37920 -[loc_37920] -active=yes -length=2 -width=2 -blockwalk=yes -blockrange=no -multivar=varplayerbit_5051 -multiloc=0,loc_37914 -multiloc=1,loc_37915 - -// 37921 -[loc_37921] -active=yes -length=2 -width=2 -blockwalk=yes -blockrange=no -multivar=varplayerbit_5051 -multiloc=0,loc_37915 -multiloc=1,loc_37914 - -// 37922 -[loc_37922] -active=yes -length=2 -width=2 -blockwalk=yes -blockrange=no -multivar=varplayerbit_5053 -multiloc=0,loc_37914 -multiloc=1,loc_37915 - -// 37923 -[loc_37923] -active=yes -length=2 -width=2 -blockwalk=yes -blockrange=no -multivar=varplayerbit_5053 -multiloc=0,loc_37915 -multiloc=1,loc_37914 - -// 37924 -[loc_37924] -anim=seq_10042 -active=yes -ambient=64 -contrast=12 -blockwalk=no -bgsound=synth_5104,3 -model=model_41127 -name=Portal - -// 37925 -[loc_37925] -anim=seq_10042 -active=yes -ambient=64 -contrast=12 -blockwalk=no -bgsound=synth_5097,4 -model=model_41125 -name=Portal - -// 37926 -[loc_37926] -active=yes -anim=seq_10042 -blockwalk=no -multivar=varplayerbit_5046 -multiloc=1,loc_37924 - -// 37927 -[loc_37927] -active=yes -anim=seq_10042 -blockwalk=no -multivar=varplayerbit_5046 -multiloc=1,loc_37925 - -// 37928 -[loc_37928] -active=yes -length=2 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -op1=Go-through -model=model_41095 -name=Exit - -// 37929 -[loc_37929] -active=yes -length=3 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -op1=Go-through -model=model_41081 -name=Passage - -// 37930 -[loc_37930] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_41101,1 -model=model_41064,2 -model=model_41100,5 - -// 37931 -[loc_37931] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_41094,1 -model=model_41093,5 - -// 37932 -[loc_37932] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_41094,1 -model=model_41093,5 - -// 37933 -[loc_37933] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_41076,1 -model=model_41092,5 - -// 37934 -[loc_37934] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_41076,1 -model=model_41092,5 - -// 37935 -[loc_37935] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_41066,1 -model=model_41065,2 -model=model_41083,5 -model=model_41101,1 -model=model_41064,2 -model=model_41100,5 - -// 37936 -[loc_37936] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_41089,1 -model=model_41099,5 -model=model_41094,1 -model=model_41093,5 - -// 37937 -[loc_37937] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_41089,1 -model=model_41099,5 -model=model_41094,1 -model=model_41093,5 - -// 37938 -[loc_37938] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_41075,1 -model=model_41102,5 -model=model_41094,1 -model=model_41093,5 - -// 37939 -[loc_37939] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_41075,1 -model=model_41102,5 -model=model_41094,1 -model=model_41093,5 - -// 37940 -[loc_37940] -active=no -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6291 -recolhsl2s=7052 -recolhsl2d=6289 -recolhsl3s=6026 -recolhsl3d=6287 -recolhsl4s=5000 -recolhsl4d=6283 -recolhsl5s=3845 -recolhsl5d=6280 -model=model_33970 - -// 37941 -[loc_37941] -active=no -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6291 -recolhsl2s=7052 -recolhsl2d=6289 -recolhsl3s=6026 -recolhsl3d=6287 -recolhsl4s=5000 -recolhsl4d=6283 -recolhsl5s=3845 -recolhsl5d=6280 -model=model_33972 - -// 37942 -[loc_37942] -active=no -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=7054 -recolhsl1d=6291 -recolhsl2s=7052 -recolhsl2d=6289 -recolhsl3s=6026 -recolhsl3d=6287 -recolhsl4s=5000 -recolhsl4d=6283 -recolhsl5s=3845 -recolhsl5d=6280 -model=model_33971 - -// 37943 -[loc_37943] -active=no -hillskew=yes -ambient=20 -contrast=15 -recol1s=6374 -recol1d=0 -model=model_33973 - -// 37944 -[loc_37944] -active=no -hillskew=yes -ambient=20 -contrast=15 -recolhsl1s=0 -recolhsl1d=6291 -model=model_33973 - -// 37945 -[loc_37945] -active=no -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=35 -recolhsl1d=6290 -recolhsl2s=43 -recolhsl2d=6295 -recolhsl3s=39 -recolhsl3d=6297 -recolhsl4s=30 -recolhsl4d=6292 -model=model_12125,0 - -// 37946 -[loc_37946] -active=no -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=35 -recolhsl1d=6290 -recolhsl2s=43 -recolhsl2d=6295 -recolhsl3s=39 -recolhsl3d=6297 -recolhsl4s=30 -recolhsl4d=6292 -model=model_12126,0 - -// 37947 -[loc_37947] -active=no -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=35 -recolhsl1d=6290 -recolhsl2s=43 -recolhsl2d=6295 -recolhsl3s=39 -recolhsl3d=6297 -recolhsl4s=30 -recolhsl4d=6292 -model=model_12129,0 - -// 37948 -[loc_37948] -active=no -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=35 -recolhsl1d=6290 -recolhsl2s=43 -recolhsl2d=6295 -recolhsl3s=39 -recolhsl3d=6297 -recolhsl4s=30 -recolhsl4d=6292 -model=model_12130,0 - -// 37949 -[loc_37949] -active=no -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=35 -recolhsl1d=6290 -recolhsl2s=43 -recolhsl2d=6295 -recolhsl3s=39 -recolhsl3d=6297 -recolhsl4s=30 -recolhsl4d=6292 -model=model_12131,0 - -// 37950 -[loc_37950] -active=no -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -model=model_41098,8 -model=model_41084,0 - -// 37951 -[loc_37951] -active=no -hillskew=yes -ambient=20 -contrast=15 -blockrange=no -model=model_41062,0 - -// 37952 -[loc_37952] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -blockrange=no -model=model_37425 -name=Roots - -// 37953 -[loc_37953] -msi=msi_6 -blockwalk=no -ambient=20 -contrast=15 -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -model=model_37425 -name=Roots - -// 37954 -[loc_37954] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -blockrange=no -model=model_37341 -name=Roots - -// 37955 -[loc_37955] -msi=msi_6 -blockwalk=no -ambient=20 -contrast=15 -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -model=model_37341 -name=Roots - -// 37956 -[loc_37956] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -blockrange=no -model=model_37281 -name=Roots - -// 37957 -[loc_37957] -msi=msi_6 -blockwalk=no -ambient=20 -contrast=15 -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -model=model_37281 -name=Roots - -// 37958 -[loc_37958] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -blockrange=no -model=model_41060 -name=Roots - -// 37959 -[loc_37959] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -op1=Chop -op3=hidden -blockrange=no -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -model=model_41060 -name=Roots - -// 37960 -[loc_37960] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -blockrange=no -model=model_41070 -name=Roots - -// 37961 -[loc_37961] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -op1=Chop -op3=hidden -blockrange=no -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -model=model_41070 -name=Roots - -// 37962 -[loc_37962] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -blockrange=no -model=model_41067 -name=Roots - -// 37963 -[loc_37963] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -op1=Chop -op3=hidden -blockrange=no -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=6561 -recolhsl6d=8346 -model=model_41067 -name=Roots - -// 37964 -[loc_37964] -active=yes -ambient=25 -contrast=15 -blockwalk=no -anim=seq_9970 -bgsound=synth_3080,5 -model=model_40790,0 -name=Puddle - -// 37965 -[loc_37965] -active=yes -ambient=25 -contrast=15 -blockwalk=no -anim=seq_9970 -bgsound=synth_2156,5 -model=model_40789,0 -name=Puddle - -// 37966 -[loc_37966] -active=yes -ambient=25 -contrast=15 -blockwalk=no -anim=seq_9970 -bgsound=synth_5033,5 -model=model_40791,0 -name=Puddle - -// 37967 -[loc_37967] -anim=seq_10391 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_40953 -model2=model_42314 -name=Hole - -// 37968 -[loc_37968] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_40953 -name=Hole - -// 37969 -[loc_37969] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41069 -name=Soft soil - -// 37970 -[loc_37970] -length=2 -width=2 -blockwalk=no -active=yes -ambient=20 -contrast=15 -model=model_41096 -name=Fire pit - -// 37971 -[loc_37971] -ambient=20 -contrast=15 -blockwalk=yes -model=model_41088 -name=Gravestone - -// 37972 -[loc_37972] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41078,0 - -// 37973 -[loc_37973] -ambient=20 -contrast=15 -blockwalk=yes -model=model_41079 -name=Grave marker - -// 37974 -[loc_37974] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41090,0 - -// 37975 -[loc_37975] -ambient=20 -contrast=15 -blockwalk=yes -model=model_41063 -name=Grave marker - -// 37976 -[loc_37976] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41068,0 - -// 37977 -[loc_37977] -ambient=20 -contrast=15 -blockwalk=yes -model=model_41079 -name=Grave marker - -// 37978 -[loc_37978] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41090,0 - -// 37979 -[loc_37979] -ambient=20 -contrast=15 -blockwalk=yes -model=model_41063 -name=Grave marker - -// 37980 -[loc_37980] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41068,0 - -// 37981 -[loc_37981] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41061,0 - -// 37982 -[loc_37982] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41103,0 - -// 37983 -[loc_37983] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41087,0 - -// 37984 -[loc_37984] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41071,0 - -// 37985 -[loc_37985] -width=2 -ambient=20 -contrast=15 -blockwalk=yes -op1=Pray -blockrange=no -model=model_41086 -name=Decayed altar - -// 37986 -[loc_37986] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41104,0 - -// 37987 -[loc_37987] -active=no -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_41074,0 - -// 37988 -[loc_37988] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_5067 -multiloc=0,loc_37849 -multiloc=1,loc_37848 -multiloc=2,loc_37847 -multiloc=3,loc_37846 -multiloc=4,loc_37849 -multiloc=5,loc_37849 -multiloc=6,loc_37849 -multiloc=7,loc_37849 -multiloc=8,loc_7867 -multiloc=9,loc_7868 -multiloc=10,loc_7869 -multiloc=11,loc_7870 -multiloc=12,loc_7871 -multiloc=13,loc_7899 -multiloc=14,loc_7900 -multiloc=15,loc_7901 -multiloc=16,loc_7902 -multiloc=17,loc_7903 -multiloc=18,loc_7883 -multiloc=19,loc_7884 -multiloc=20,loc_7885 -multiloc=21,loc_7886 -multiloc=22,loc_7887 -multiloc=23,loc_7919 -multiloc=24,loc_7920 -multiloc=25,loc_7921 -multiloc=26,loc_7922 -multiloc=27,loc_7923 -multiloc=28,loc_7851 -multiloc=29,loc_7852 -multiloc=30,loc_7853 -multiloc=31,loc_7854 -multiloc=32,loc_7855 -multiloc=33,loc_9340 -multiloc=34,loc_9339 -multiloc=35,loc_9338 -multiloc=36,loc_7915 -multiloc=37,loc_41538 -multiloc=38,loc_41539 -multiloc=39,loc_41540 -multiloc=40,loc_41541 -multiloc=41,loc_41542 -multiloc=42,loc_37849 -multiloc=43,loc_37849 -multiloc=44,loc_37849 -multiloc=45,loc_37849 -multiloc=46,loc_37849 -multiloc=47,loc_37849 -multiloc=48,loc_37849 -multiloc=49,loc_37849 -multiloc=50,loc_37849 -multiloc=51,loc_37849 -multiloc=52,loc_37849 -multiloc=53,loc_37849 -multiloc=54,loc_37849 -multiloc=55,loc_37849 -multiloc=56,loc_37849 -multiloc=57,loc_37849 -multiloc=58,loc_37849 -multiloc=59,loc_37849 -multiloc=60,loc_37849 -multiloc=61,loc_37849 -multiloc=62,loc_37849 -multiloc=63,loc_37849 -multiloc=64,loc_37849 -multiloc=65,loc_37849 -multiloc=66,loc_37849 -multiloc=67,loc_37849 -multiloc=68,loc_37849 -multiloc=69,loc_37849 -multiloc=70,loc_37849 -multiloc=71,loc_37849 -multiloc=72,loc_7872 -multiloc=73,loc_7873 -multiloc=74,loc_7874 -multiloc=75,loc_7875 -multiloc=76,loc_37849 -multiloc=77,loc_7904 -multiloc=78,loc_7905 -multiloc=79,loc_7906 -multiloc=80,loc_7907 -multiloc=81,loc_37849 -multiloc=82,loc_7888 -multiloc=83,loc_7889 -multiloc=84,loc_7890 -multiloc=85,loc_7891 -multiloc=86,loc_37849 -multiloc=87,loc_7924 -multiloc=88,loc_7925 -multiloc=89,loc_7926 -multiloc=90,loc_7927 -multiloc=91,loc_37849 -multiloc=92,loc_7856 -multiloc=93,loc_7857 -multiloc=94,loc_7858 -multiloc=95,loc_7859 -multiloc=96,loc_37849 -multiloc=97,loc_37849 -multiloc=98,loc_37849 -multiloc=99,loc_37849 -multiloc=100,loc_37849 -multiloc=101,loc_37849 -multiloc=102,loc_37849 -multiloc=103,loc_37849 -multiloc=104,loc_37849 -multiloc=105,loc_37849 -multiloc=106,loc_37849 -multiloc=107,loc_37849 -multiloc=108,loc_37849 -multiloc=109,loc_37849 -multiloc=110,loc_37849 -multiloc=111,loc_37849 -multiloc=112,loc_37849 -multiloc=113,loc_37849 -multiloc=114,loc_37849 -multiloc=115,loc_37849 -multiloc=116,loc_37849 -multiloc=117,loc_37849 -multiloc=118,loc_37849 -multiloc=119,loc_37849 -multiloc=120,loc_37849 -multiloc=121,loc_37849 -multiloc=122,loc_37849 -multiloc=123,loc_37849 -multiloc=124,loc_37849 -multiloc=125,loc_37849 -multiloc=126,loc_37849 -multiloc=127,loc_37849 -multiloc=128,loc_37849 -multiloc=129,loc_37849 -multiloc=130,loc_37849 -multiloc=131,loc_37849 -multiloc=132,loc_37849 -multiloc=133,loc_37849 -multiloc=134,loc_37849 -multiloc=135,loc_37849 -multiloc=136,loc_37849 -multiloc=137,loc_7876 -multiloc=138,loc_7877 -multiloc=139,loc_7878 -multiloc=140,loc_37849 -multiloc=141,loc_37849 -multiloc=142,loc_7908 -multiloc=143,loc_7909 -multiloc=144,loc_7910 -multiloc=145,loc_37849 -multiloc=146,loc_37849 -multiloc=147,loc_7892 -multiloc=148,loc_7893 -multiloc=149,loc_7894 -multiloc=150,loc_37849 -multiloc=151,loc_37849 -multiloc=152,loc_7928 -multiloc=153,loc_7929 -multiloc=154,loc_7930 -multiloc=155,loc_37849 -multiloc=156,loc_37849 -multiloc=157,loc_7860 -multiloc=158,loc_7861 -multiloc=159,loc_7862 -multiloc=160,loc_37849 -multiloc=161,loc_37849 -multiloc=162,loc_37849 -multiloc=163,loc_37849 -multiloc=164,loc_37849 -multiloc=165,loc_37849 -multiloc=166,loc_37849 -multiloc=167,loc_37849 -multiloc=168,loc_37849 -multiloc=169,loc_37849 -multiloc=170,loc_37849 -multiloc=171,loc_37849 -multiloc=172,loc_37849 -multiloc=173,loc_37849 -multiloc=174,loc_37849 -multiloc=175,loc_37849 -multiloc=176,loc_37849 -multiloc=177,loc_37849 -multiloc=178,loc_37849 -multiloc=179,loc_37849 -multiloc=180,loc_37849 -multiloc=181,loc_37849 -multiloc=182,loc_37849 -multiloc=183,loc_37849 -multiloc=184,loc_37849 -multiloc=185,loc_37849 -multiloc=186,loc_37849 -multiloc=187,loc_37849 -multiloc=188,loc_37849 -multiloc=189,loc_37849 -multiloc=190,loc_37849 -multiloc=191,loc_37849 -multiloc=192,loc_37849 -multiloc=193,loc_37849 -multiloc=194,loc_37849 -multiloc=195,loc_37849 -multiloc=196,loc_37849 -multiloc=197,loc_37849 -multiloc=198,loc_37849 -multiloc=199,loc_37849 -multiloc=200,loc_37849 -multiloc=201,loc_7879 -multiloc=202,loc_7880 -multiloc=203,loc_7881 -multiloc=204,loc_7882 -multiloc=205,loc_37849 -multiloc=206,loc_7911 -multiloc=207,loc_7912 -multiloc=208,loc_7913 -multiloc=209,loc_7914 -multiloc=210,loc_37849 -multiloc=211,loc_7895 -multiloc=212,loc_7896 -multiloc=213,loc_7897 -multiloc=214,loc_7898 -multiloc=215,loc_37849 -multiloc=216,loc_7931 -multiloc=217,loc_7932 -multiloc=218,loc_7933 -multiloc=219,loc_7934 -multiloc=220,loc_37849 -multiloc=221,loc_7863 -multiloc=222,loc_7864 -multiloc=223,loc_7865 -multiloc=224,loc_7866 -multiloc=225,loc_37849 -multiloc=226,loc_37849 -multiloc=227,loc_37849 -multiloc=228,loc_37849 -multiloc=229,loc_37849 -multiloc=230,loc_37849 -multiloc=231,loc_37849 -multiloc=232,loc_37849 -multiloc=233,loc_37849 -multiloc=234,loc_37849 -multiloc=235,loc_37849 -multiloc=236,loc_37849 -multiloc=237,loc_37849 -multiloc=238,loc_37849 -multiloc=239,loc_37849 -multiloc=240,loc_37849 -multiloc=241,loc_37849 -multiloc=242,loc_37849 -multiloc=243,loc_37849 -multiloc=244,loc_37849 -multiloc=245,loc_37849 -multiloc=246,loc_37849 -multiloc=247,loc_37849 -multiloc=248,loc_37849 -multiloc=249,loc_37849 -multiloc=250,loc_37849 -multiloc=251,loc_37849 -multiloc=252,loc_37849 -multiloc=253,loc_37849 -multiloc=254,loc_37849 -multiloc=255,loc_37849 - -// 37989 -[loc_37989] -active=yes -ambient=64 -contrast=12 -model=model_41126 -name=Invisible Portal - -// 37990 -[loc_37990] -width=2 -op1=Pray-at -blockrange=no -model=model_36948 -name=Chaos altar - -// 37991 -[loc_37991] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=12613 -recol1d=7296 -recol2s=10499 -recol2d=5184 -recol3s=10569 -recol3d=12616 -recol4s=9512 -recol4d=11559 -recol5s=8455 -recol5d=9479 -model=model_36019,0 - -// 37992 -[loc_37992] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=12613 -recol1d=7296 -recol2s=10499 -recol2d=5184 -recol3s=10569 -recol3d=12616 -recol4s=9512 -recol4d=11559 -recol5s=8455 -recol5d=9479 -model=model_35983,0 - -// 37993 -[loc_37993] -active=no -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -forcedecor=yes -recol1s=6272 -recol1d=3681 -recol2s=7329 -recol2d=3617 -recol3s=8386 -recol3d=2592 -recolhsl4s=7950 -recolhsl4d=21426 -model=model_33977,0 - -// 37994 -[loc_37994] -active=no -hillskew=yes -ambient=25 -contrast=25 -hardshadow=no -forcedecor=yes -recol1s=6272 -recol1d=3681 -recol2s=7329 -recol2d=3617 -recol3s=8386 -recol3d=2592 -recolhsl4s=7950 -recolhsl4d=21426 -model=model_33978,0 - -// 37995 -[loc_37995] -active=yes -op1=Open -raiseobject=no -mirror=yes -recol1s=8387 -recol1d=6370 -recol2s=20935 -recol2d=6370 -recol3s=17764 -recol3d=8484 -recol4s=7330 -recol4d=4256 -model=model_5189,1 -name=Door - -// 37996 -[loc_37996] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=8387 -recol1d=6370 -recol2s=20935 -recol2d=6370 -recol3s=17764 -recol3d=8484 -recol4s=7330 -recol4d=4256 -model=model_5189,1 -name=Door - -// 37997 -[loc_37997] -hillskew=yes -mirror=yes -hardshadow=no -sharelight=yes -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_41156 -name=Rift - -// 37998 -[loc_37998] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_41161 -name=Rift - -// 37999 -[loc_37999] -hillskew=yes -hardshadow=no -sharelight=yes -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_41155 -name=Rift - -// 38000 -[loc_38000] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -offsety=240 -recol1s=6342 -recol1d=12577 -recol2s=5285 -recol2d=10464 -recol3s=4228 -recol3d=8352 -recol4s=3171 -recol4d=6240 -recol5s=2114 -recol5d=4128 -recol6s=1057 -recol6d=2048 -model=model_41160 -name=Rift - -// 38001 -[loc_38001] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -blockwalk=no -model=model_41164,0 - -// 38002 -[loc_38002] -hillskew=yes -sharelight=yes -hardshadow=no -forcedecor=yes -blockwalk=no -mirror=yes -model=model_41164,0 - -// 38003 -[loc_38003] -hillskew=yes -hardshadow=no -forcedecor=yes -blockwalk=no -model=model_41159,0 - -// 38004 -[loc_38004] -hillskew=yes -hardshadow=no -forcedecor=yes -blockwalk=no -mirror=yes -model=model_41159,0 - -// 38005 -[loc_38005] -active=no -hillskew=yes -hardshadow=no -recolhsl1s=6672 -recolhsl1d=7710 -retex1s=material_515 -retex1d=material_154 -model=model_41163,0 - -// 38006 -[loc_38006] -active=no -hillskew=yes -hardshadow=no -model=model_41165,0 - -// 38007 -[loc_38007] -active=no -hillskew=yes -hardshadow=no -model=model_41158,0 - -// 38008 -[loc_38008] -active=no -hillskew=yes -hardshadow=no -mirror=yes -model=model_41165,0 - -// 38009 -[loc_38009] -active=no -hillskew=yes -hardshadow=no -mirror=yes -model=model_41158,0 - -// 38010 -[loc_38010] -active=no -ambient=10 -blockwalk=yes -model=model_17558 -model2=model_17577 -model3=model_41166 - -// 38011 -[loc_38011] -active=yes -anim=seq_10042 -blockwalk=no -multivar=varplayerbit_5071 -multiloc=1,loc_37925 - -// 38012 -[loc_38012] -width=2 -length=2 -op1=Climb -op2=Climb-up -op3=Climb-down -msi=msi_7 -model=model_41172 -name=Staircase - -// 38013 -[loc_38013] -ambient=25 -active=yes -op1=Inspect -length=2 -width=2 -model=model_8031 -model2=model_7768 -name=Pear seedling - -// 38014 -[loc_38014] -ambient=25 -active=yes -op1=Inspect -length=2 -width=2 -model=model_8031 -model2=model_7768 -name=Mango seedling - -// 38015 -[loc_38015] -ambient=25 -active=yes -op1=Inspect -length=2 -width=2 -model=model_8031 -model2=model_7768 -name=Quince seedling - -// 38016 -[loc_38016] -ambient=25 -active=yes -op1=Inspect -length=2 -width=2 -model=model_8031 -model2=model_7768 -name=Lemon seedling - -// 38017 -[loc_38017] -ambient=25 -active=yes -op1=Inspect -length=2 -width=2 -model=model_8031 -model2=model_7768 -name=Avocado seedling - -// 38018 -[loc_38018] -ambient=25 -active=yes -op1=Inspect -length=2 -width=2 -model=model_8031 -model2=model_7768 -name=Plum seedling - -// 38019 -[loc_38019] -ambient=25 -active=yes -op1=Inspect -length=2 -width=2 -model=model_7794 -model2=model_7767 -name=Fruit tree patch - -// 38020 -[loc_38020] -ambient=25 -contrast=15 -blockrange=no -model=model_38619 -name=Table - -// 38021 -[loc_38021] -ambient=25 -contrast=15 -length=2 -blockrange=no -model=model_38618 -name=Table - -// 38022 -[loc_38022] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8387 -recol1d=9444 -recolhsl2s=6430 -recolhsl2d=6548 -model=model_7373,1 -model=model_7374,2 -model=model_7375,3 -model=model_7376,4 -model=model_7377,5 - -// 38023 -[loc_38023] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8387 -recol1d=9444 -recolhsl2s=6430 -recolhsl2d=6548 -model=model_36473,1 - -// 38024 -[loc_38024] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8387 -recol1d=9444 -recolhsl2s=6430 -recolhsl2d=6548 -model=model_36441,1 - -// 38025 -[loc_38025] -width=2 -active=yes -contrast=15 -ambient=25 -recol1s=12613 -recol1d=9444 -recolhsl2s=7830 -recolhsl2d=6551 -recolhsl3s=7954 -recolhsl3d=6548 -model=model_14206 -name=Food trough - -// 38026 -[loc_38026] -bgsound=synth_3045,3 -ambient=25 -contrast=15 -active=yes -recol1s=17865 -recol1d=17864 -recol2s=13637 -recol2d=9444 -recolhsl3s=6689 -recolhsl3d=6552 -recol4s=11523 -recol4d=8387 -recolhsl5s=6808 -recolhsl5d=6548 -recolhsl6s=7056 -recolhsl6d=6546 -model=model_27529 -name=Beehive - -// 38027 -[loc_38027] -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11798 -name=Rocks - -// 38028 -[loc_38028] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11799 - -// 38029 -[loc_38029] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11800 - -// 38030 -[loc_38030] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11795 - -// 38031 -[loc_38031] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11796 - -// 38032 -[loc_38032] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=30 -recolhsl1d=5274 -recolhsl2s=35 -recolhsl2d=5278 -recolhsl3s=39 -recolhsl3d=5282 -recolhsl4s=43 -recolhsl4d=5286 -recolhsl5s=47 -recolhsl5d=5288 -recolhsl6s=51 -recolhsl6d=5290 -model=model_11797 - -// 38033 -[loc_38033] -active=no -anim=seq_481 -ambient=20 -contrast=15 -bgsound=synth_4472,3 -recolhsl1s=33 -recolhsl1d=7448 -recolhsl2s=28 -recolhsl2d=7444 -recol3s=10401 -recol3d=8387 -model=model_2255,Q - -// 38034 -[loc_38034] -hillskew=yes -contrast=15 -ambient=25 -recol1s=13505 -recol1d=11559 -recolhsl2s=4899 -recolhsl2d=5279 -recolhsl3s=5921 -recolhsl3d=5290 -model=model_1124,0 - -// 38035 -[loc_38035] -hillskew=yes -contrast=15 -ambient=25 -recol1s=13505 -recol1d=11559 -recolhsl2s=4899 -recolhsl2d=5279 -recolhsl3s=5921 -recolhsl3d=5290 -model=model_1139,0 - -// 38036 -[loc_38036] -hillskew=yes -contrast=15 -ambient=25 -recol1s=13505 -recol1d=11559 -recolhsl2s=4899 -recolhsl2d=5279 -recolhsl3s=5921 -recolhsl3d=5290 -model=model_1032,0 - -// 38037 -[loc_38037] -hillskew=yes -contrast=15 -ambient=25 -recol1s=13505 -recol1d=11559 -recolhsl2s=4899 -recolhsl2d=5279 -recolhsl3s=5921 -recolhsl3d=5290 -model=model_1044,0 - -// 38038 -[loc_38038] -hillskew=yes -contrast=15 -ambient=25 -recol1s=13505 -recol1d=11559 -recolhsl2s=4899 -recolhsl2d=5279 -recolhsl3s=5921 -recolhsl3d=5290 -model=model_1064,0 - -// 38039 -[loc_38039] -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_12943 -name=Reeds - -// 38040 -[loc_38040] -hillskew=yes -ambient=25 -contrast=15 -resizex=100 -resizez=100 -resizey=100 -blockrange=no -model=model_12943 -name=Reeds - -// 38041 -[loc_38041] -hillskew=yes -ambient=25 -contrast=15 -resizex=100 -resizez=100 -resizey=130 -blockrange=no -model=model_12943 -name=Reeds - -// 38042 -[loc_38042] -hillskew=yes -ambient=25 -contrast=15 -resizex=85 -resizez=85 -resizey=95 -blockrange=no -model=model_12943 -name=Reeds - -// 38043 -[loc_38043] -ambient=25 -contrast=15 -blockwalk=yes -resizex=64 -resizez=64 -resizey=64 -blockrange=no -model=model_31985 -name=Fire pit - -// 38044 -[loc_38044] -hillskew=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=18857 -recolhsl1d=14630 -recolhsl2s=18737 -recolhsl2d=14634 -recolhsl3s=18745 -recolhsl3d=14632 -recolhsl4s=18977 -recolhsl4d=14628 -model=model_22208,0 - -// 38045 -[loc_38045] -hillskew=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=18857 -recolhsl1d=14630 -recolhsl2s=18737 -recolhsl2d=14634 -recolhsl3s=18745 -recolhsl3d=14632 -recolhsl4s=18977 -recolhsl4d=14628 -model=model_22210,0 - -// 38046 -[loc_38046] -hillskew=yes -active=no -ambient=25 -contrast=15 -recolhsl1s=18857 -recolhsl1d=14630 -recolhsl2s=18737 -recolhsl2d=14634 -recolhsl3s=18745 -recolhsl3d=14632 -recolhsl4s=18977 -recolhsl4d=14628 -model=model_22209,0 - -// 38047 -[loc_38047] -blockwalk=yes -ambient=25 -contrast=15 -op1=Read -model=model_1366 -name=Grave - -// 38048 -[loc_38048] -ambient=25 -contrast=15 -resizex=110 -resizez=110 -resizey=110 -recolhsl1s=6563 -recolhsl1d=7466 -recolhsl2s=6443 -recolhsl2d=7464 -recolhsl3s=6806 -recolhsl3d=7462 -recolhsl4s=6682 -recolhsl4d=7460 -recolhsl5s=6439 -recolhsl5d=7458 -recolhsl6s=6558 -recolhsl6d=7456 -model=model_7685 -name=Crate - -// 38049 -[loc_38049] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6695 -recolhsl1d=7464 -recolhsl2s=6938 -recolhsl2d=7444 -recolhsl3s=6930 -recolhsl3d=7436 -recolhsl4s=49 -recolhsl4d=6186 -recolhsl5s=57 -recolhsl5d=6198 -model=model_2397 -name=Bucket - -// 38050 -[loc_38050] -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=5541 -recolhsl1d=7484 -recolhsl2s=5665 -recolhsl2d=7464 -recolhsl3s=5660 -recolhsl3d=7456 -recolhsl4s=5784 -recolhsl4d=7448 -recolhsl5s=5281 -recolhsl5d=6198 -recolhsl6s=2995 -recolhsl6d=34920 -model=model_17300 -name=Barrel - -// 38051 -[loc_38051] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41289 -name=Avocado tree - -// 38052 -[loc_38052] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41283 -name=Dead avocado tree - -// 38053 -[loc_38053] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41292 -name=Lemon tree - -// 38054 -[loc_38054] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41298 -name=Dead lemon tree - -// 38055 -[loc_38055] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41294 -name=Mango tree - -// 38056 -[loc_38056] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41299 -name=Dead mango tree - -// 38057 -[loc_38057] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41288 -name=Pear tree - -// 38058 -[loc_38058] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41286 -name=Dead pear tree - -// 38059 -[loc_38059] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41290 -name=Plum tree - -// 38060 -[loc_38060] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41287 -name=Dead plum tree - -// 38061 -[loc_38061] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41284 -name=Quince tree - -// 38062 -[loc_38062] -length=2 -width=2 -active=yes -hillskew=yes -op1=Inspect -model=model_41293 -name=Dead quince tree - -// 38063 -[loc_38063] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41238,1 -model=model_41228,4 - -// 38064 -[loc_38064] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41225,1 - -// 38065 -[loc_38065] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41225,1 - -// 38066 -[loc_38066] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41227,1 - -// 38067 -[loc_38067] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41232,1 - -// 38068 -[loc_38068] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41232,1 - -// 38069 -[loc_38069] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41222,1 -model=model_41237,4 - -// 38070 -[loc_38070] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41223,1 - -// 38071 -[loc_38071] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41240,1 - -// 38072 -[loc_38072] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41229,1 - -// 38073 -[loc_38073] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41230,1 - -// 38074 -[loc_38074] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41231,1 - -// 38075 -[loc_38075] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41221,1 - -// 38076 -[loc_38076] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41235,1 - -// 38077 -[loc_38077] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41226,1 - -// 38078 -[loc_38078] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41235,1 - -// 38079 -[loc_38079] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41226,1 - -// 38080 -[loc_38080] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41236,1 - -// 38081 -[loc_38081] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41224,1 - -// 38082 -[loc_38082] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41234,1 - -// 38083 -[loc_38083] -active=no -ambient=25 -contrast=15 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41239,1 - -// 38084 -[loc_38084] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41233,1 - -// 38085 -[loc_38085] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -model=model_41233,1 - -// 38086 -[loc_38086] -active=no -ambient=25 -contrast=15 -retex1s=material_175 -retex1d=material_216 -model=model_41243 - -// 38087 -[loc_38087] -active=no -ambient=25 -contrast=15 -retex1s=material_175 -retex1d=material_216 -model=model_41245 - -// 38088 -[loc_38088] -active=no -ambient=25 -contrast=15 -retex1s=material_175 -retex1d=material_216 -model=model_41248 - -// 38089 -[loc_38089] -active=no -ambient=25 -contrast=15 -offsety=-96 -retex1s=material_175 -retex1d=material_216 -model=model_41243 - -// 38090 -[loc_38090] -active=no -ambient=25 -contrast=15 -offsety=-192 -retex1s=material_175 -retex1d=material_216 -model=model_41243 - -// 38091 -[loc_38091] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_175 -retex2d=material_216 -model=model_41246 - -// 38092 -[loc_38092] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -retex3s=material_175 -retex3d=material_216 -model=model_41246 - -// 38093 -[loc_38093] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -retex3s=material_175 -retex3d=material_216 -model=model_41244 - -// 38094 -[loc_38094] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -retex3s=material_175 -retex3d=material_216 -model=model_41244 - -// 38095 -[loc_38095] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -retex3s=material_175 -retex3d=material_216 -model=model_41242 - -// 38096 -[loc_38096] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -retex3s=material_175 -retex3d=material_216 -model=model_41242 - -// 38097 -[loc_38097] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -retex3s=material_175 -retex3d=material_216 -model=model_41247 - -// 38098 -[loc_38098] -active=no -ambient=25 -contrast=15 -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -retex3s=material_175 -retex3d=material_216 -model=model_41249 - -// 38099 -[loc_38099] -active=no -ambient=25 -contrast=15 -mirror=yes -recolhsl1s=7475 -recolhsl1d=7460 -retex1s=material_539 -retex1d=material_132 -retex2s=material_70 -retex2d=material_297 -retex3s=material_175 -retex3d=material_216 -model=model_41249 - -// 38100 -[loc_38100] -ambient=25 -contrast=15 -op1=Search -blockrange=no -retex1s=material_536 -retex1d=material_160 -retex2s=material_75 -retex2d=material_297 -model=model_41261 -name=Bedside table - -// 38101 -[loc_38101] -ambient=25 -contrast=15 -width=2 -op1=Search -forceapproach=south -blockrange=no -model=model_41262 -name=Side table - -// 38102 -[loc_38102] -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -model=model_41279 -name=Table - -// 38103 -[loc_38103] -active=no -ambient=25 -contrast=15 -blockrange=no -retex1s=material_536 -retex1d=material_160 -retex2s=material_57 -retex2d=material_297 -model=model_41275 - -// 38104 -[loc_38104] -active=no -ambient=25 -contrast=15 -blockrange=no -retex1s=material_536 -retex1d=material_160 -retex2s=material_57 -retex2d=material_297 -model=model_41278 - -// 38105 -[loc_38105] -ambient=25 -contrast=15 -op1=Search -blockrange=no -retex1s=material_536 -retex1d=material_160 -model=model_41268 -name=Shelves - -// 38106 -[loc_38106] -ambient=25 -contrast=15 -op1=Search -blockrange=no -retex1s=material_536 -retex1d=material_160 -model=model_41264 -name=Shelves - -// 38107 -[loc_38107] -ambient=25 -contrast=15 -blockrange=no -model=model_41267 -name=Basket - -// 38108 -[loc_38108] -ambient=25 -contrast=15 -length=2 -blockrange=no -model=model_41272 -name=Bed - -// 38109 -[loc_38109] -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -model=model_41274 -name=Bed - -// 38110 -[loc_38110] -ambient=25 -contrast=15 -blockrange=no -model=model_41273 -name=Pot - -// 38111 -[loc_38111] -ambient=25 -contrast=15 -blockrange=no -model=model_41277 -name=Pots - -// 38112 -[loc_38112] -ambient=25 -contrast=15 -blockrange=no -model=model_41266 -name=Pots - -// 38113 -[loc_38113] -ambient=25 -contrast=15 -blockrange=no -model=model_41260 -name=Pot - -// 38114 -[loc_38114] -ambient=25 -contrast=15 -op1=Collect -blockrange=no -model=model_41276 -name=Pots - -// 38115 -[loc_38115] -active=no -ambient=25 -contrast=15 -blockrange=no -model=model_41265 - -// 38116 -[loc_38116] -active=no -ambient=25 -contrast=15 -blockrange=no -model=model_41263 - -// 38117 -[loc_38117] -ambient=25 -contrast=15 -blockrange=no -model=model_41271 -name=Shelf - -// 38118 -[loc_38118] -ambient=25 -contrast=15 -blockrange=no -model=model_41281 -name=Shelf - -// 38119 -[loc_38119] -ambient=25 -contrast=15 -length=2 -blockrange=no -model=model_41269 -name=Bed - -// 38120 -[loc_38120] -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -model=model_41270 -name=Bed - -// 38121 -[loc_38121] -anim=seq_10088 -ambient=25 -contrast=15 -blockwalk=yes -active=yes -model=model_41301 -name=Basket - -// 38122 -[loc_38122] -anim=seq_10089 -ambient=25 -contrast=15 -blockwalk=yes -active=yes -model=model_41301 -name=Basket - -// 38123 -[loc_38123] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -model=model_41241,1 -name=Door - -// 38124 -[loc_38124] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_41241,1 -name=Door - -// 38125 -[loc_38125] -blockwalk=yes -ambient=25 -contrast=15 -bgsound=synth_2199,5 -model=model_41280 -name=Cooking pot - -// 38126 -[loc_38126] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -op1=Inspect -blockrange=no -model=model_41203 -name=Soil mound - -// 38127 -[loc_38127] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_41214,1 -model=model_41219,4 - -// 38128 -[loc_38128] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_41215,1 - -// 38129 -[loc_38129] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_41209,1 - -// 38130 -[loc_38130] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_41214,1 -model=model_41219,4 - -// 38131 -[loc_38131] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_41208,1 - -// 38132 -[loc_38132] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_41208,1 - -// 38133 -[loc_38133] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_41212,1 -model=model_41210,4 - -// 38134 -[loc_38134] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_41216,4 - -// 38135 -[loc_38135] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_41212,1 -model=model_41210,4 - -// 38136 -[loc_38136] -active=no -sharelight=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_41220,1 - -// 38137 -[loc_38137] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_41217,4 - -// 38138 -[loc_38138] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_41217,4 - -// 38139 -[loc_38139] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_41213,4 - -// 38140 -[loc_38140] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_41213,4 - -// 38141 -[loc_38141] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_41218,1 -name=Door - -// 38142 -[loc_38142] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -model=model_41218,1 -name=Door - -// 38143 -[loc_38143] -active=no -blockwalk=yes -width=4 -length=5 -ambient=25 -contrast=15 -offsety=-6 -model=model_41211 - -// 38144 -[loc_38144] -length=5 -anim=seq_10085 -contrast=-12 -ambient=64 -sharelight=yes -hillskew=yes -blockwalk=yes -randomanimframe=no -op1=Pass -bgsound=synth_5132,5 -model=model_41252 -name=Barrier - -// 38145 -[loc_38145] -anim=seq_10085 -contrast=-12 -ambient=64 -sharelight=yes -hillskew=yes -blockwalk=yes -randomanimframe=no -op1=Pass -bgsound=synth_5132,5 -model=model_41251 -name=Barrier - -// 38146 -[loc_38146] -anim=seq_10085 -contrast=-12 -ambient=64 -sharelight=yes -hillskew=yes -blockwalk=yes -randomanimframe=no -model=model_41253 -name=Barrier. - -// 38147 -[loc_38147] -anim=seq_10085 -contrast=-12 -ambient=64 -sharelight=yes -hillskew=yes -blockwalk=yes -randomanimframe=no -model=model_41254 -name=Barrier. - -// 38148 -[loc_38148] -anim=seq_10085 -contrast=-12 -ambient=64 -sharelight=yes -hillskew=yes -blockwalk=yes -randomanimframe=no -model=model_41255 -name=Barrier. - -// 38149 -[loc_38149] -anim=seq_10085 -contrast=-12 -ambient=64 -sharelight=yes -hillskew=yes -blockwalk=yes -randomanimframe=no -model=model_41250 -name=Barrier. - -// 38150 -[loc_38150] -active=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -anim=seq_10099 -model=model_41319 -name=Portal - -// 38151 -[loc_38151] -active=no -hillskew=yes -blockwalk=no -ambient=25 -contrast=15 -model=model_41320,0 - -// 38152 -[loc_38152] -length=2 -width=2 -active=yes -multivar=varplayerbit_5083 -multiloc=1,loc_38058 -multiloc=2,loc_38056 -multiloc=3,loc_38062 -multiloc=4,loc_38054 -multiloc=5,loc_38051 -multiloc=6,loc_38060 - -// 38153 -[loc_38153] -active=yes -length=2 -width=2 -multivar=varplayerbit_5083 -multiloc=0,loc_38019 -multiloc=1,loc_38013 -multiloc=2,loc_38014 -multiloc=3,loc_38015 -multiloc=4,loc_38016 -multiloc=5,loc_38017 -multiloc=6,loc_38018 - -// 38154 -[loc_38154] -length=2 -width=2 -active=yes -multivar=varplayerbit_5082 -multiloc=1,loc_38058 -multiloc=2,loc_38056 -multiloc=3,loc_38062 -multiloc=4,loc_38053 -multiloc=5,loc_38052 -multiloc=6,loc_38060 - -// 38155 -[loc_38155] -active=yes -length=2 -width=2 -multivar=varplayerbit_5082 -multiloc=0,loc_38019 -multiloc=1,loc_38013 -multiloc=2,loc_38014 -multiloc=3,loc_38015 -multiloc=4,loc_38016 -multiloc=5,loc_38017 -multiloc=6,loc_38018 - -// 38156 -[loc_38156] -length=2 -width=2 -active=yes -multivar=varplayerbit_5080 -multiloc=1,loc_38058 -multiloc=2,loc_38055 -multiloc=3,loc_38062 -multiloc=4,loc_38054 -multiloc=5,loc_38052 -multiloc=6,loc_38060 - -// 38157 -[loc_38157] -active=yes -length=2 -width=2 -multivar=varplayerbit_5080 -multiloc=0,loc_38019 -multiloc=1,loc_38013 -multiloc=2,loc_38014 -multiloc=3,loc_38015 -multiloc=4,loc_38016 -multiloc=5,loc_38017 -multiloc=6,loc_38018 - -// 38158 -[loc_38158] -length=2 -width=2 -active=yes -multivar=varplayerbit_5079 -multiloc=1,loc_38057 -multiloc=2,loc_38056 -multiloc=3,loc_38062 -multiloc=4,loc_38054 -multiloc=5,loc_38052 -multiloc=6,loc_38060 - -// 38159 -[loc_38159] -active=yes -length=2 -width=2 -multivar=varplayerbit_5079 -multiloc=0,loc_38019 -multiloc=1,loc_38013 -multiloc=2,loc_38014 -multiloc=3,loc_38015 -multiloc=4,loc_38016 -multiloc=5,loc_38017 -multiloc=6,loc_38018 - -// 38160 -[loc_38160] -length=2 -width=2 -active=yes -multivar=varplayerbit_5084 -multiloc=1,loc_38058 -multiloc=2,loc_38056 -multiloc=3,loc_38062 -multiloc=4,loc_38054 -multiloc=5,loc_38052 -multiloc=6,loc_38059 - -// 38161 -[loc_38161] -active=yes -length=2 -width=2 -multivar=varplayerbit_5084 -multiloc=0,loc_38019 -multiloc=1,loc_38013 -multiloc=2,loc_38014 -multiloc=3,loc_38015 -multiloc=4,loc_38016 -multiloc=5,loc_38017 -multiloc=6,loc_38018 - -// 38162 -[loc_38162] -length=2 -width=2 -active=yes -multivar=varplayerbit_5081 -multiloc=1,loc_38058 -multiloc=2,loc_38056 -multiloc=3,loc_38061 -multiloc=4,loc_38054 -multiloc=5,loc_38052 -multiloc=6,loc_38060 - -// 38163 -[loc_38163] -active=yes -length=2 -width=2 -multivar=varplayerbit_5081 -multiloc=0,loc_38019 -multiloc=1,loc_38013 -multiloc=2,loc_38014 -multiloc=3,loc_38015 -multiloc=4,loc_38016 -multiloc=5,loc_38017 -multiloc=6,loc_38018 - -// 38164 -[loc_38164] -active=no -length=2 -anim=seq_10117 -randomanimframe=no -ambient=25 -contrast=15 -blockwalk=yes -recol1s=14596 -recol1d=25200 -recolhsl2s=24865 -recolhsl2d=5295 -recol3s=4357 -recol3d=11559 -recolhsl4s=25104 -recolhsl4d=5280 -recolhsl5s=8076 -recolhsl5d=5275 -recolhsl6s=8596 -recolhsl6d=8531 -model=model_41326 - -// 38165 -[loc_38165] -length=2 -width=2 -active=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -anim=seq_8647 -bgsound=synth_2066,5 -model=model_41329 -name=Campfire - -// 38166 -[loc_38166] -length=2 -width=2 -active=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_41328 -name=Campfire - -// 38167 -[loc_38167] -anim=seq_8647 -width=2 -length=2 -contrast=25 -ambient=15 -active=yes -hillskew=yes -blockwalk=yes -bgsound=synth_2066,5 -multivar=varplayerbit_5075 -multiloc=15,loc_38165 -multiloc=20,loc_38165 - -// 38168 -[loc_38168] -width=2 -length=2 -contrast=25 -ambient=15 -active=yes -hillskew=yes -blockwalk=yes -multivar=varplayerbit_5076 -multiloc=10,loc_38166 - -// 38169 -[loc_38169] -width=2 -length=2 -contrast=25 -ambient=15 -active=yes -hillskew=yes -blockwalk=yes -multivar=varplayerbit_5077 -multiloc=10,loc_38166 - -// 38170 -[loc_38170] -width=2 -length=2 -contrast=25 -ambient=15 -active=yes -hillskew=yes -blockwalk=yes -multivar=varplayerbit_5078 -multiloc=7,loc_38166 -multiloc=10,loc_38166 -multiloc=15,loc_38166 -multiloc=20,loc_38166 - -// 38171 -[loc_38171] -width=2 -length=2 -contrast=25 -ambient=15 -active=yes -hillskew=yes -blockwalk=yes -multivar=varplayerbit_5078 -multiloc=20,loc_38166 - -// 38172 -[loc_38172] -active=yes -multivar=varplayerbit_5091 -multiloc=0,loc_24550 -multiloc=1,loc_38173 - -// 38173 -[loc_38173] -blockwalk=yes -ambient=20 -op1=Study -model=model_41332 -name=Display case - -// 38174 -[loc_38174] -active=no -ambient=20 -contrast=20 -hardshadow=no -unknown90=yes -forcedecor=yes -model=model_41341,0 - -// 38175 -[loc_38175] -active=no -ambient=20 -contrast=20 -hardshadow=no -unknown90=yes -forcedecor=yes -model=model_41339,0 - -// 38176 -[loc_38176] -active=no -ambient=20 -contrast=20 -hardshadow=no -unknown90=yes -forcedecor=yes -model=model_41340,0 - -// 38177 -[loc_38177] -active=no -ambient=20 -contrast=20 -hardshadow=no -unknown90=yes -forcedecor=yes -model=model_41342,0 - -// 38178 -[loc_38178] -hillskew=yes -active=no -ambient=20 -anim=seq_8974 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32769,0 - -// 38179 -[loc_38179] -hillskew=yes -active=no -ambient=20 -anim=seq_8974 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32771,0 - -// 38180 -[loc_38180] -hillskew=yes -active=no -ambient=20 -anim=seq_8974 -hardshadow=no -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_32767,0 - -// 38181 -[loc_38181] -hillskew=yes -active=no -ambient=20 -anim=seq_8974 -hardshadow=no -model=model_32770,0 - -// 38182 -[loc_38182] -msi=msi_27 -hillchange=tree_skew,150 -model=model_40100 -name=Dead tree - -// 38183 -[loc_38183] -model=model_41622 -name=Rubble - -// 38184 -[loc_38184] -model=model_41631 -name=Rubble - -// 38185 -[loc_38185] -model=model_41626 -name=Rubble - -// 38186 -[loc_38186] -model=model_41632 -name=Rubble - -// 38187 -[loc_38187] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_41635,1 -model=model_41633,2 -model=model_41638,5 - -// 38188 -[loc_38188] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_41625,2 - -// 38189 -[loc_38189] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_41629,1 -model=model_41623,5 - -// 38190 -[loc_38190] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_41636,1 - -// 38191 -[loc_38191] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_41637,1 - -// 38192 -[loc_38192] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_41627,1 - -// 38193 -[loc_38193] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_41628,1 - -// 38194 -[loc_38194] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_41627,1 - -// 38195 -[loc_38195] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_41628,1 - -// 38196 -[loc_38196] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_41624,1 -model=model_41630,2 - -// 38197 -[loc_38197] -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -model=model_41634,1 - -// 38198 -[loc_38198] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=6462 -recolhsl1d=2093 -recolhsl2s=6451 -recolhsl2d=2083 -model=model_40098,0 - -// 38199 -[loc_38199] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=6455 -recolhsl1d=2093 -recolhsl2s=6445 -recolhsl2d=2083 -model=model_40097,0 - -// 38200 -[loc_38200] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=6462 -recolhsl1d=2093 -recolhsl2s=6451 -recolhsl2d=2083 -model=model_40099,0 - -// 38201 -[loc_38201] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -model=model_41648 - -// 38202 -[loc_38202] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -model=model_41639 - -// 38203 -[loc_38203] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -model=model_41644 - -// 38204 -[loc_38204] -hillskew=yes -active=no -resizex=128 -resizey=220 -resizez=128 -hardshadow=no -model=model_3605,0 - -// 38205 -[loc_38205] -hillskew=yes -active=no -resizex=128 -resizey=220 -resizez=128 -hardshadow=no -model=model_3606,0 - -// 38206 -[loc_38206] -hillskew=yes -active=no -resizex=128 -resizey=220 -resizez=128 -hardshadow=no -model=model_3607,0 - -// 38207 -[loc_38207] -hillskew=yes -active=no -resizex=128 -resizey=270 -resizez=128 -blockwalk=no -hardshadow=no -model=model_4743,8 -model=model_4744,0 - -// 38208 -[loc_38208] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14488 -recolhsl3s=35 -recolhsl3d=14483 -recolhsl4s=30 -recolhsl4d=14478 -recolhsl5s=51 -recolhsl5d=14504 -recolhsl6s=47 -recolhsl6d=14496 -model=model_11795 - -// 38209 -[loc_38209] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -model=model_41655 - -// 38210 -[loc_38210] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -model=model_41643 - -// 38211 -[loc_38211] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -model=model_41641 - -// 38212 -[loc_38212] -width=2 -length=2 -active=no -hillskew=yes -ambient=15 -contrast=15 -blockrange=no -recol1s=11594 -recol1d=8486 -recolhsl2s=39 -recolhsl2d=14488 -recolhsl3s=35 -recolhsl3d=14483 -recolhsl4s=30 -recolhsl4d=14478 -recolhsl5s=51 -recolhsl5d=14504 -recolhsl6s=47 -recolhsl6d=14496 -model=model_11796 - -// 38213 -[loc_38213] -active=no -hillskew=yes -blockwalk=no -ambient=15 -contrast=15 -model=model_41656 - -// 38214 -[loc_38214] -active=no -hillskew=yes -ambient=15 -contrast=15 -sharelight=yes -blockrange=no -model=model_41652 - -// 38215 -[loc_38215] -active=no -hillskew=yes -ambient=15 -contrast=15 -sharelight=yes -blockrange=no -model=model_41654 - -// 38216 -[loc_38216] -active=no -hillskew=yes -ambient=15 -contrast=15 -sharelight=yes -blockrange=no -model=model_41650 - -// 38217 -[loc_38217] -active=no -hillskew=yes -ambient=15 -contrast=15 -sharelight=yes -blockrange=no -model=model_41646 - -// 38218 -[loc_38218] -active=no -hillskew=yes -ambient=15 -contrast=15 -sharelight=yes -blockrange=no -model=model_41642 - -// 38219 -[loc_38219] -active=no -hillskew=yes -ambient=15 -contrast=15 -sharelight=yes -blockrange=no -model=model_41645 - -// 38220 -[loc_38220] -width=3 -length=3 -active=no -hillskew=yes -ambient=15 -contrast=15 -sharelight=yes -blockrange=no -model=model_41651 - -// 38221 -[loc_38221] -active=yes -blockwalk=yes -op1=Climb-up -msi=msi_7 -recol1s=11457 -recol1d=10501 -recol2s=12514 -recol2d=9444 -recol3s=16708 -recol3d=10501 -model=model_5187 -name=Ladder - -// 38222 -[loc_38222] -active=yes -op1=Climb-down -msi=msi_7 -blockwalk=yes -model=model_41602 -name=Ladder - -// 38223 -[loc_38223] -active=no -contrast=25 -ambient=15 -anim=seq_6653 -bgsound=synth_4472,1 -model=model_41752 - -// 38224 -[loc_38224] -hillskew=yes -forcedecor=yes -model=model_41604,0 - -// 38225 -[loc_38225] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41605,0 - -// 38226 -[loc_38226] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41617,0 - -// 38227 -[loc_38227] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41616,0 - -// 38228 -[loc_38228] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41603,0 - -// 38229 -[loc_38229] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41611,0 - -// 38230 -[loc_38230] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41599,0 - -// 38231 -[loc_38231] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41613,0 - -// 38232 -[loc_38232] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41607,0 - -// 38233 -[loc_38233] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41620,0 - -// 38234 -[loc_38234] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -mirror=yes -model=model_41607,0 - -// 38235 -[loc_38235] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -mirror=yes -model=model_41620,0 - -// 38236 -[loc_38236] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41599,0 - -// 38237 -[loc_38237] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -blockwalk=no -model=model_41618,1 -model=model_41606,2 -model=model_41619,5 - -// 38238 -[loc_38238] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41611,0 - -// 38239 -[loc_38239] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41612,0 - -// 38240 -[loc_38240] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41600,0 - -// 38241 -[loc_38241] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41610,0 - -// 38242 -[loc_38242] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41609,0 - -// 38243 -[loc_38243] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41601,0 - -// 38244 -[loc_38244] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41615,0 - -// 38245 -[loc_38245] -sharelight=yes -hillskew=yes -forcedecor=yes -active=no -model=model_41608,0 - -// 38246 -[loc_38246] -hillskew=yes -sharelight=yes -active=no -ambient=25 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 38247 -[loc_38247] -hillskew=yes -sharelight=yes -active=no -ambient=25 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 38248 -[loc_38248] -hillskew=yes -sharelight=yes -active=no -ambient=25 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15948,1 -model=model_15949,5 - -// 38249 -[loc_38249] -hillskew=yes -sharelight=yes -active=no -ambient=25 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_15952,1 -model=model_15953,5 - -// 38250 -[loc_38250] -hillskew=yes -sharelight=yes -active=no -ambient=25 -retex1s=material_72 -retex1d=material_105 -model=model_19294,1 - -// 38251 -[loc_38251] -hillskew=yes -sharelight=yes -active=no -ambient=25 -model=model_19293,1 - -// 38252 -[loc_38252] -sharelight=yes -hillskew=yes -active=no -ambient=25 -recol1s=12580 -recol1d=8353 -model=model_32594 - -// 38253 -[loc_38253] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12040 - -// 38254 -[loc_38254] -blockwalk=yes -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12041 - -// 38255 -[loc_38255] -ambient=20 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12042,0 - -// 38256 -[loc_38256] -width=2 -length=2 -hillskew=yes -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26486 -name=Column - -// 38257 -[loc_38257] -width=2 -length=2 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26487 -name=Column - -// 38258 -[loc_38258] -width=2 -length=2 -recol1s=6374 -recol1d=8353 -recol2s=7431 -recol2d=9410 -recol3s=8488 -recol3d=10467 -recol4s=9545 -recol4d=11524 -recol5s=10602 -recol5d=12581 -model=model_26488 -name=Column - -// 38259 -[loc_38259] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -model=model_11795 - -// 38260 -[loc_38260] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -model=model_11797 - -// 38261 -[loc_38261] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11796 - -// 38262 -[loc_38262] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_37188 - -// 38263 -[loc_38263] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11799 - -// 38264 -[loc_38264] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11800 - -// 38265 -[loc_38265] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11798 - -// 38266 -[loc_38266] -blockwalk=yes -bgsound=synth_2065,2 -blockrange=no -model=model_26516 -name=Beacon - -// 38267 -[loc_38267] -anim=seq_6653 -ambient=64 -contrast=40 -hardshadow=no -model=model_26515 -name=Flames - -// 38268 -[loc_38268] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12125,0 - -// 38269 -[loc_38269] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12126,0 - -// 38270 -[loc_38270] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12127,0 - -// 38271 -[loc_38271] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12128,0 - -// 38272 -[loc_38272] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12129,0 - -// 38273 -[loc_38273] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12130,0 - -// 38274 -[loc_38274] -active=no -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=11524 -recol2s=8423 -recol2d=10467 -recol3s=10537 -recol3d=9410 -recol4s=9480 -recol4d=8353 -model=model_12131,0 - -// 38275 -[loc_38275] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_41657 - -// 38276 -[loc_38276] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_41660 - -// 38277 -[loc_38277] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_41658 - -// 38278 -[loc_38278] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_41659 - -// 38279 -[loc_38279] -anim=seq_10190 -sharelight=yes -active=yes -wallwidth=32 -ambient=40 -contrast=30 -op1=Enter -recol1s=22095 -recol1d=7432 -recol2s=22128 -recol2d=8489 -recol3s=22161 -recol3d=8489 -recol4s=23185 -recol4d=10604 -recol5s=24242 -recol5d=11661 -recol6s=24275 -recol6d=12718 -model=model_41498,1 -model=model_41499,Q -name=Portal - -// 38280 -[loc_38280] -contrast=30 -ambient=30 -model=model_41496 -name=Runes - -// 38281 -[loc_38281] -active=no -sharelight=yes -ambient=20 -contrast=10 -model=model_41724,1 -model=model_41728,2 -model=model_41735,4 -model=model_41725,5 - -// 38282 -[loc_38282] -active=no -sharelight=yes -ambient=20 -contrast=10 -model=model_41729,1 - -// 38283 -[loc_38283] -active=no -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -model=model_41729,1 - -// 38284 -[loc_38284] -active=no -sharelight=yes -ambient=20 -contrast=10 -model=model_41731,1 -model=model_41730,2 -model=model_41723,4 -model=model_41720,5 - -// 38285 -[loc_38285] -active=no -sharelight=yes -ambient=20 -contrast=10 -model=model_41732,1 - -// 38286 -[loc_38286] -active=no -sharelight=yes -ambient=20 -contrast=10 -model=model_41726,5 - -// 38287 -[loc_38287] -active=no -sharelight=yes -ambient=20 -contrast=10 -model=model_41721,1 - -// 38288 -[loc_38288] -active=no -sharelight=yes -ambient=20 -contrast=10 -model=model_41727,1 - -// 38289 -[loc_38289] -active=no -sharelight=yes -ambient=20 -contrast=10 -mirror=yes -model=model_41727,1 - -// 38290 -[loc_38290] -active=no -ambient=20 -contrast=10 -model=model_41733 - -// 38291 -[loc_38291] -active=no -ambient=20 -contrast=10 -model=model_41722,Q - -// 38292 -[loc_38292] -active=no -ambient=20 -contrast=10 -model=model_41734,Q - -// 38293 -[loc_38293] -active=no -ambient=20 -contrast=10 -model=model_41736,Q - -// 38294 -[loc_38294] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41683,0 - -// 38295 -[loc_38295] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41692,0 - -// 38296 -[loc_38296] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41677,0 - -// 38297 -[loc_38297] -forcedecor=yes -mapfunction=56 -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41683,0 - -// 38298 -[loc_38298] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41688,0 - -// 38299 -[loc_38299] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41681,0 - -// 38300 -[loc_38300] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41693,0 - -// 38301 -[loc_38301] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41680,0 - -// 38302 -[loc_38302] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41690,0 - -// 38303 -[loc_38303] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41691,0 - -// 38304 -[loc_38304] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41689,0 - -// 38305 -[loc_38305] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41686,0 - -// 38306 -[loc_38306] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41679,0 - -// 38307 -[loc_38307] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41678,0 - -// 38308 -[loc_38308] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41685,0 - -// 38309 -[loc_38309] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41694,0 - -// 38310 -[loc_38310] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41695,0 - -// 38311 -[loc_38311] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41682,0 - -// 38312 -[loc_38312] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41696,0 - -// 38313 -[loc_38313] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41687,0 - -// 38314 -[loc_38314] -active=no -ambient=20 -contrast=10 -unknown90=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41684,0 - -// 38315 -[loc_38315] -length=5 -width=5 -ambient=20 -contrast=10 -op1=Study -model=model_41742 -name=Map table - -// 38316 -[loc_38316] -width=2 -ambient=20 -contrast=10 -model=model_41748 -name=Table - -// 38317 -[loc_38317] -width=2 -ambient=20 -contrast=10 -model=model_41741 -name=Table - -// 38318 -[loc_38318] -width=2 -ambient=20 -contrast=10 -model=model_41743 -name=Table - -// 38319 -[loc_38319] -width=2 -ambient=20 -contrast=10 -model=model_41744 -name=Table - -// 38320 -[loc_38320] -width=2 -ambient=20 -contrast=10 -model=model_41740 -name=Table - -// 38321 -[loc_38321] -width=2 -ambient=20 -contrast=10 -model=model_41747 -name=Workbench - -// 38322 -[loc_38322] -ambient=20 -contrast=10 -op1=Search -model=model_41746 -name=Bookcase - -// 38323 -[loc_38323] -ambient=20 -contrast=10 -op1=Search -model=model_41737 -name=Bookcase - -// 38324 -[loc_38324] -width=2 -ambient=20 -contrast=10 -op1=Search -model=model_41739 -name=Bookcase - -// 38325 -[loc_38325] -anim=seq_10192 -ambient=20 -contrast=10 -model=model_41473 -model2=model_41466 -name=Tube - -// 38326 -[loc_38326] -anim=seq_10192 -ambient=20 -contrast=10 -model=model_41473 -model2=model_41474 -name=Tube - -// 38327 -[loc_38327] -anim=seq_10193 -randomanimframe=no -length=2 -width=3 -ambient=20 -contrast=10 -op1=Activate -model=model_41468 -model2=model_41467 -name=Containment unit - -// 38328 -[loc_38328] -anim=seq_10199 -length=2 -width=2 -ambient=20 -contrast=10 -model=model_41469 -model2=model_41466 -name=Storage unit - -// 38329 -[loc_38329] -anim=seq_10195 -randomanimframe=no -length=2 -width=3 -ambient=20 -contrast=10 -op1=Activate -model=model_41470 -model2=model_41474 -name=Runestone accelerator - -// 38330 -[loc_38330] -anim=seq_10200 -ambient=20 -contrast=10 -op1=Activate -model=model_41751 -name=Gyroscope - -// 38331 -[loc_38331] -anim=seq_10129 -ambient=20 -contrast=10 -op1=Activate -model=model_41749 -name=Glass spheres - -// 38332 -[loc_38332] -blockwalk=no -forcedecor=yes -ambient=20 -contrast=10 -active=yes -recol1s=14662 -recol1d=8388 -recolhsl2s=6466 -recolhsl2d=5393 -recolhsl3s=6490 -recolhsl3d=5410 -model=model_15521,0 -name=Trapdoor - -// 38333 -[loc_38333] -active=no -anim=seq_10201 -length=3 -width=3 -ambient=20 -contrast=10 -model=model_41750 - -// 38334 -[loc_38334] -active=yes -ambient=20 -contrast=10 -op1=Study -model=model_41738,Q -name=Map - -// 38335 -[loc_38335] -active=yes -ambient=20 -contrast=10 -op1=Study -model=model_41745,Q -name=Map - -// 38336 -[loc_38336] -active=no -ambient=20 -contrast=10 -anim=seq_10215 -model=model_41675 - -// 38337 -[loc_38337] -active=no -ambient=20 -contrast=10 -anim=seq_10215 -model=model_41674 - -// 38338 -[loc_38338] -active=no -ambient=20 -contrast=10 -anim=seq_10215 -model=model_41676 - -// 38339 -[loc_38339] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -offsety=240 -model=model_41664 - -// 38340 -[loc_38340] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -offsety=240 -model=model_41665 - -// 38341 -[loc_38341] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -offsety=240 -model=model_41667 - -// 38342 -[loc_38342] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -offsety=240 -model=model_41670 - -// 38343 -[loc_38343] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -offsety=240 -model=model_41661 - -// 38344 -[loc_38344] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -offsety=240 -model=model_41663 - -// 38345 -[loc_38345] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -offsety=240 -model=model_41666 - -// 38346 -[loc_38346] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -offsety=240 -model=model_41673 - -// 38347 -[loc_38347] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -offsety=240 -model=model_41662 - -// 38348 -[loc_38348] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -mirror=yes -offsety=240 -model=model_41668 - -// 38349 -[loc_38349] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -offsety=240 -model=model_41669 - -// 38350 -[loc_38350] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -offsety=240 -model=model_41671 - -// 38351 -[loc_38351] -active=no -shadow=no -blockwalk=no -randomsound=12,50,20,synth_5162,synth_5170,synth_5171 -model=model_34351,Q - -// 38352 -[loc_38352] -ambient=20 -contrast=10 -model=model_41585 -name=Pillar - -// 38353 -[loc_38353] -ambient=20 -contrast=10 -model=model_41582 -name=Pillar - -// 38354 -[loc_38354] -ambient=20 -contrast=10 -model=model_41586 -name=Pillar - -// 38355 -[loc_38355] -ambient=20 -contrast=10 -model=model_41598 -name=Pillar - -// 38356 -[loc_38356] -ambient=20 -contrast=10 -model=model_41594 -name=Pillar - -// 38357 -[loc_38357] -ambient=20 -contrast=10 -model=model_41593 -name=Pillar - -// 38358 -[loc_38358] -ambient=20 -contrast=10 -model=model_41587 -name=Pillar - -// 38359 -[loc_38359] -ambient=20 -contrast=10 -model=model_41574 -name=Pillar - -// 38360 -[loc_38360] -ambient=20 -contrast=10 -model=model_41580 -name=Pillar - -// 38361 -[loc_38361] -ambient=20 -contrast=10 -model=model_41583 -name=Pillar - -// 38362 -[loc_38362] -ambient=20 -contrast=10 -model=model_41578 -name=Pillar - -// 38363 -[loc_38363] -ambient=20 -contrast=10 -model=model_41596 -name=Pillar - -// 38364 -[loc_38364] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41577 - -// 38365 -[loc_38365] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41590 - -// 38366 -[loc_38366] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41592 - -// 38367 -[loc_38367] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41597 - -// 38368 -[loc_38368] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41581 - -// 38369 -[loc_38369] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41576 - -// 38370 -[loc_38370] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41579 - -// 38371 -[loc_38371] -active=no -ambient=20 -contrast=10 -anim=seq_6653 -blockwalk=yes -blockrange=no -model=model_38125 - -// 38372 -[loc_38372] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41591 - -// 38373 -[loc_38373] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41595 - -// 38374 -[loc_38374] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41588 - -// 38375 -[loc_38375] -active=no -ambient=20 -contrast=10 -blockwalk=yes -blockrange=no -model=model_41575 - -// 38376 -[loc_38376] -ambient=20 -contrast=10 -blockwalk=yes -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41507,0 - -// 38377 -[loc_38377] -anim=seq_10183 -ambient=64 -contrast=30 -op1=Pass-through -op2=Destroy -blockwalk=yes -raiseobject=no -blockrange=no -model=model_41501 -name=Barrier - -// 38378 -[loc_38378] -anim=seq_10183 -ambient=64 -contrast=30 -op1=Pass-through -op2=Destroy -blockwalk=yes -raiseobject=no -blockrange=no -model=model_41500 -name=Barrier - -// 38379 -[loc_38379] -width=2 -length=2 -msi=msi_0 -hillchange=tree_skew,42 -recol1s=5218 -recol1d=12548 -model=model_1570 -name=Tree - -// 38380 -[loc_38380] -width=2 -length=2 -msi=msi_1 -hillchange=tree_skew,42 -recol1s=5218 -recol1d=12548 -retex1s=material_152 -retex1d=material_78 -retex2s=material_80 -retex2d=material_77 -model=model_1637 -name=Tree - -// 38381 -[loc_38381] -ambient=25 -width=3 -length=3 -msi=msi_1 -hillchange=tree_skew,32 -model=model_8037 -model2=model_8040 -name=Oak - -// 38382 -[loc_38382] -width=2 -length=2 -msi=msi_6 -hillchange=tree_skew,150 -model=model_1715 -name=Dead tree - -// 38383 -[loc_38383] -msi=msi_27 -hillchange=tree_skew,42 -recol1s=7296 -recol1d=4194 -recol2s=6240 -recol2d=4194 -model=model_1716 -name=Dead tree - -// 38384 -[loc_38384] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=4504 -recolhsl2s=4899 -recolhsl2d=4496 -recolhsl3s=5921 -recolhsl3d=4508 -model=model_1044,0 - -// 38385 -[loc_38385] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=4504 -recolhsl2s=4899 -recolhsl2d=4496 -recolhsl3s=5921 -recolhsl3d=4508 -model=model_1064,0 - -// 38386 -[loc_38386] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recolhsl1s=7475 -recolhsl1d=6284 -model=model_32128 - -// 38387 -[loc_38387] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recolhsl1s=7475 -recolhsl1d=6284 -model=model_32134 - -// 38388 -[loc_38388] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recolhsl1s=7475 -recolhsl1d=6284 -model=model_32100 - -// 38389 -[loc_38389] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recolhsl1s=7475 -recolhsl1d=6284 -model=model_32125 - -// 38390 -[loc_38390] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recolhsl1s=7475 -recolhsl1d=6284 -model=model_32114 - -// 38391 -[loc_38391] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -mirror=yes -recolhsl1s=7475 -recolhsl1d=6284 -model=model_32114 - -// 38392 -[loc_38392] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recolhsl1s=7475 -recolhsl1d=6284 -model=model_32113 - -// 38393 -[loc_38393] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recolhsl1s=7475 -recolhsl1d=6284 -model=model_32126 - -// 38394 -[loc_38394] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recolhsl1s=7475 -recolhsl1d=6284 -model=model_32122 - -// 38395 -[loc_38395] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -raiseobject=yes -recolhsl1s=7475 -recolhsl1d=6284 -model=model_32102 - -// 38396 -[loc_38396] -active=no -hillskew=yes -sharelight=yes -anim=seq_10124 -model=model_41719,0 - -// 38397 -[loc_38397] -active=no -hillskew=yes -sharelight=yes -anim=seq_10124 -model=model_41709,0 - -// 38398 -[loc_38398] -active=no -hillskew=yes -sharelight=yes -anim=seq_10124 -model=model_41717,0 - -// 38399 -[loc_38399] -active=no -hillskew=yes -sharelight=yes -anim=seq_10124 -model=model_41716,0 - -// 38400 -[loc_38400] -active=no -hillskew=yes -sharelight=yes -anim=seq_10124 -model=model_41710,0 - -// 38401 -[loc_38401] -active=no -hillskew=yes -sharelight=yes -anim=seq_10124 -model=model_41715,0 - -// 38402 -[loc_38402] -active=no -hillskew=yes -sharelight=yes -model=model_41711,0 - -// 38403 -[loc_38403] -active=no -hillskew=yes -sharelight=yes -anim=seq_10124 -model=model_41718,0 - -// 38404 -[loc_38404] -active=no -hillskew=yes -sharelight=yes -anim=seq_10124 -model=model_41713,0 - -// 38405 -[loc_38405] -active=no -hillskew=yes -width=3 -length=3 -ambient=25 -contrast=15 -anim=seq_10123 -model=model_41712 - -// 38406 -[loc_38406] -active=no -hillskew=yes -width=3 -length=3 -ambient=25 -contrast=15 -anim=seq_10123 -model=model_41707 - -// 38407 -[loc_38407] -active=no -hillskew=yes -ambient=25 -contrast=15 -anim=seq_10123 -model=model_41708 - -// 38408 -[loc_38408] -active=no -hillskew=yes -ambient=25 -contrast=15 -anim=seq_10123 -model=model_41714 - -// 38409 -[loc_38409] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_41704,1 -model=model_41697,2 -model=model_41706,5 - -// 38410 -[loc_38410] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_41698,1 -model=model_41702,2 -model=model_41699,5 - -// 38411 -[loc_38411] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_41701,1 - -// 38412 -[loc_38412] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -recol1s=12580 -recol1d=13542 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 38413 -[loc_38413] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_41705,1 -model=model_41700,2 -model=model_41703,5 - -// 38414 -[loc_38414] -active=no -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -recol1s=12580 -recol1d=18761 -retex1s=material_70 -retex1d=material_418 -model=model_834 - -// 38415 -[loc_38415] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=1308 -recolhsl2s=4899 -recolhsl2d=1303 -recolhsl3s=5921 -recolhsl3d=1313 -model=model_1124,0 - -// 38416 -[loc_38416] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=1308 -recolhsl2s=4899 -recolhsl2d=1303 -recolhsl3s=5921 -recolhsl3d=1313 -model=model_1139,0 - -// 38417 -[loc_38417] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=1308 -recolhsl2s=4899 -recolhsl2d=1303 -recolhsl3s=5921 -recolhsl3d=1313 -model=model_1032,0 - -// 38418 -[loc_38418] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=1308 -recolhsl2s=4899 -recolhsl2d=1303 -recolhsl3s=5921 -recolhsl3d=1313 -model=model_1044,0 - -// 38419 -[loc_38419] -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=4892 -recolhsl1d=1308 -recolhsl2s=4899 -recolhsl2d=1303 -recolhsl3s=5921 -recolhsl3d=1313 -model=model_1064,0 - -// 38420 -[loc_38420] -anim=seq_10122 -width=3 -ambient=20 -contrast=10 -model=model_41343 -name=Pillar - -// 38421 -[loc_38421] -active=yes -op1=Study -recol1s=11490 -recol1d=7329 -model=model_41745,Q -name=Map - -// 38422 -[loc_38422] -active=yes -op1=Study -recol1s=11490 -recol1d=7329 -model=model_41738,Q -name=Map - -// 38423 -[loc_38423] -active=no -ambient=20 -contrast=10 -unknown90=yes -mapfunction=38 -recolhsl1s=50231 -recolhsl1d=50201 -recolhsl2s=50215 -recolhsl2d=50192 -model=model_41685,0 - -// 38424 -[loc_38424] -ambient=25 -contrast=15 -active=yes -offsety=17 -model=model_41755,Q -name=Painting - -// 38425 -[loc_38425] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_41756,0 - -// 38426 -[loc_38426] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -model=model_41757,0 - -// 38427 -[loc_38427] -active=no -blockwalk=yes -blockrange=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 38428 -[loc_38428] -forcedecor=yes -mapfunction=95 -model=model_1105,0 - -// 38429 -[loc_38429] -op1=Add-logs -width=3 -length=3 -ambient=25 -contrast=25 -anim=seq_10237 -msi=msi_87 -model=model_41817 -name=Unlit beacon - -// 38430 -[loc_38430] -op1=Light -width=3 -length=3 -ambient=25 -contrast=25 -model=model_41809 -name=Unlit beacon - -// 38431 -[loc_38431] -width=3 -length=3 -ambient=25 -contrast=25 -bgsound=synth_5179,5 -msi=msi_87 -model=model_41814 -name=Beacon - -// 38432 -[loc_38432] -op1=Add-logs -width=3 -length=3 -ambient=25 -contrast=25 -bgsound=synth_5181,8 -msi=msi_87 -model=model_41816 -name=Beacon - -// 38433 -[loc_38433] -op1=Add-logs -width=3 -length=3 -ambient=25 -contrast=25 -anim=seq_10237 -msi=msi_87 -model=model_41810 -name=Unlit beacon - -// 38434 -[loc_38434] -op1=Light -width=3 -length=3 -ambient=25 -contrast=25 -model=model_41815 -name=Unlit beacon - -// 38435 -[loc_38435] -width=3 -length=3 -ambient=25 -contrast=25 -bgsound=synth_5179,5 -msi=msi_87 -model=model_41812 -name=Beacon - -// 38436 -[loc_38436] -op1=Add-logs -width=3 -length=3 -ambient=25 -contrast=25 -bgsound=synth_5181,8 -msi=msi_87 -model=model_41811 -name=Beacon - -// 38437 -[loc_38437] -op1=Add-logs -width=3 -length=3 -ambient=25 -contrast=25 -anim=seq_10237 -msi=msi_87 -model=model_41817 -model2=model_41813 -name=Unlit beacon - -// 38438 -[loc_38438] -op1=Light -width=3 -length=3 -ambient=25 -contrast=25 -model=model_41809 -model2=model_41813 -name=Unlit beacon - -// 38439 -[loc_38439] -width=3 -length=3 -ambient=25 -contrast=25 -bgsound=synth_5179,5 -msi=msi_87 -model=model_41814 -model2=model_41813 -name=Beacon - -// 38440 -[loc_38440] -op1=Add-logs -width=3 -length=3 -ambient=25 -contrast=25 -bgsound=synth_5181,8 -msi=msi_87 -model=model_41816 -model2=model_41813 -name=Beacon - -// 38441 -[loc_38441] -width=3 -length=3 -ambient=25 -contrast=25 -anim=seq_10237 -msi=msi_87 -recolhsl1s=5043 -recolhsl1d=26269 -recolhsl2s=7105 -recolhsl2d=26297 -recolhsl3s=8137 -recolhsl3d=26573 -recolhsl4s=7130 -recolhsl4d=26322 -model=model_41814 -name=Warning beacon - -// 38442 -[loc_38442] -width=3 -length=3 -ambient=25 -contrast=25 -anim=seq_10237 -msi=msi_87 -recolhsl1s=5043 -recolhsl1d=65181 -recolhsl2s=7105 -recolhsl2d=65209 -recolhsl3s=8137 -recolhsl3d=65485 -recolhsl4s=7130 -recolhsl4d=65234 -model=model_41814 -name=Emergency beacon - -// 38443 -[loc_38443] -width=3 -length=3 -ambient=25 -contrast=25 -anim=seq_10237 -msi=msi_87 -recolhsl1s=5043 -recolhsl1d=26269 -recolhsl2s=7105 -recolhsl2d=26297 -recolhsl3s=8137 -recolhsl3d=26573 -recolhsl4s=7130 -recolhsl4d=26322 -model=model_41812 -name=Warning beacon - -// 38444 -[loc_38444] -width=3 -length=3 -ambient=25 -contrast=25 -anim=seq_10237 -msi=msi_87 -recolhsl1s=5043 -recolhsl1d=65181 -recolhsl2s=7105 -recolhsl2d=65209 -recolhsl3s=8137 -recolhsl3d=65485 -recolhsl4s=7130 -recolhsl4d=65234 -model=model_41812 -name=Emergency beacon - -// 38445 -[loc_38445] -width=3 -length=3 -ambient=25 -contrast=25 -anim=seq_10237 -msi=msi_87 -recolhsl1s=5043 -recolhsl1d=26269 -recolhsl2s=7105 -recolhsl2d=26297 -recolhsl3s=8137 -recolhsl3d=26573 -recolhsl4s=7130 -recolhsl4d=26322 -model=model_41814 -model2=model_41813 -name=Warning beacon - -// 38446 -[loc_38446] -width=3 -length=3 -ambient=25 -contrast=25 -anim=seq_10237 -msi=msi_87 -recolhsl1s=5043 -recolhsl1d=65181 -recolhsl2s=7105 -recolhsl2d=65209 -recolhsl3s=8137 -recolhsl3d=65485 -recolhsl4s=7130 -recolhsl4d=65234 -model=model_41814 -model2=model_41813 -name=Emergency beacon - -// 38447 -[loc_38447] -hillskew=yes -width=2 -length=2 -model=model_41779 -name=Pile of logs - -// 38448 -[loc_38448] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5146 -multiloc=0,loc_38429 -multiloc=1,loc_38430 -multiloc=2,loc_38431 -multiloc=3,loc_38432 -multiloc=4,loc_38441 -multiloc=5,loc_38442 - -// 38449 -[loc_38449] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5147 -multiloc=0,loc_38429 -multiloc=1,loc_38430 -multiloc=2,loc_38431 -multiloc=3,loc_38432 -multiloc=4,loc_38441 -multiloc=5,loc_38442 - -// 38450 -[loc_38450] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5148 -multiloc=0,loc_38437 -multiloc=1,loc_38438 -multiloc=2,loc_38439 -multiloc=3,loc_38440 -multiloc=4,loc_38445 -multiloc=5,loc_38446 - -// 38451 -[loc_38451] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5149 -multiloc=0,loc_38437 -multiloc=1,loc_38438 -multiloc=2,loc_38439 -multiloc=3,loc_38440 -multiloc=4,loc_38445 -multiloc=5,loc_38446 - -// 38452 -[loc_38452] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5150 -multiloc=0,loc_38437 -multiloc=1,loc_38438 -multiloc=2,loc_38439 -multiloc=3,loc_38440 -multiloc=4,loc_38445 -multiloc=5,loc_38446 - -// 38453 -[loc_38453] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5151 -multiloc=0,loc_38437 -multiloc=1,loc_38438 -multiloc=2,loc_38439 -multiloc=3,loc_38440 -multiloc=4,loc_38445 -multiloc=5,loc_38446 - -// 38454 -[loc_38454] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5152 -multiloc=0,loc_38437 -multiloc=1,loc_38438 -multiloc=2,loc_38439 -multiloc=3,loc_38440 -multiloc=4,loc_38445 -multiloc=5,loc_38446 - -// 38455 -[loc_38455] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=west -blockrange=no -multivar=varplayerbit_5153 -multiloc=0,loc_38429 -multiloc=1,loc_38430 -multiloc=2,loc_38431 -multiloc=3,loc_38432 -multiloc=4,loc_38441 -multiloc=5,loc_38442 - -// 38456 -[loc_38456] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5154 -multiloc=0,loc_38429 -multiloc=1,loc_38430 -multiloc=2,loc_38431 -multiloc=3,loc_38432 -multiloc=4,loc_38441 -multiloc=5,loc_38442 - -// 38457 -[loc_38457] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5155 -multiloc=0,loc_38429 -multiloc=1,loc_38430 -multiloc=2,loc_38431 -multiloc=3,loc_38432 -multiloc=4,loc_38441 -multiloc=5,loc_38442 - -// 38458 -[loc_38458] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5156 -multiloc=0,loc_38429 -multiloc=1,loc_38430 -multiloc=2,loc_38431 -multiloc=3,loc_38432 -multiloc=4,loc_38441 -multiloc=5,loc_38442 - -// 38459 -[loc_38459] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -blockrange=no -multivar=varplayerbit_5157 -multiloc=0,loc_38433 -multiloc=1,loc_38434 -multiloc=2,loc_38435 -multiloc=3,loc_38436 -multiloc=4,loc_38443 -multiloc=5,loc_38444 - -// 38460 -[loc_38460] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5158 -multiloc=0,loc_38433 -multiloc=1,loc_38434 -multiloc=2,loc_38435 -multiloc=3,loc_38436 -multiloc=4,loc_38443 -multiloc=5,loc_38444 - -// 38461 -[loc_38461] -anim=seq_10237 -width=3 -length=3 -active=yes -blockwalk=yes -anim=seq_10237 -forceapproach=south -blockrange=no -multivar=varplayerbit_5159 -multiloc=0,loc_38433 -multiloc=1,loc_38434 -multiloc=2,loc_38435 -multiloc=3,loc_38436 -multiloc=4,loc_38443 -multiloc=5,loc_38444 - -// 38462 -[loc_38462] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41783,0 - -// 38463 -[loc_38463] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41782,0 - -// 38464 -[loc_38464] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41781,0 - -// 38465 -[loc_38465] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41794,0 - -// 38466 -[loc_38466] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41787,0 - -// 38467 -[loc_38467] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41795,0 - -// 38468 -[loc_38468] -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41778,0 -name=Ladder - -// 38469 -[loc_38469] -op1=Climb -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41778,0 -name=Ladder - -// 38470 -[loc_38470] -op1=Repair -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41778,0 -name=Ladder - -// 38471 -[loc_38471] -op1=Climb -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41778,0 -name=Ladder - -// 38472 -[loc_38472] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41785,0 - -// 38473 -[loc_38473] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41789,0 - -// 38474 -[loc_38474] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41780,0 - -// 38475 -[loc_38475] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41786,0 - -// 38476 -[loc_38476] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forceapproach=east -forcedecor=yes -model=model_41780,0 - -// 38477 -[loc_38477] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forceapproach=west -forcedecor=yes -model=model_41786,0 - -// 38478 -[loc_38478] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forceapproach=east -forcedecor=yes -model=model_41780,0 - -// 38479 -[loc_38479] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forceapproach=west -forcedecor=yes -model=model_41786,0 - -// 38480 -[loc_38480] -op1=Repair -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -active=yes -forcedecor=yes -model=model_41793,0 -name=Iron pegs - -// 38481 -[loc_38481] -op1=Climb -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -active=yes -forcedecor=yes -model=model_41793,0 -name=Iron pegs - -// 38482 -[loc_38482] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41790,0 - -// 38483 -[loc_38483] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41784,0 - -// 38484 -[loc_38484] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41792,0 - -// 38485 -[loc_38485] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41793,0 - -// 38486 -[loc_38486] -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -op1=Climb -forcedecor=yes -model=model_41791,0 -name=Iron peg - -// 38487 -[loc_38487] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41791,0 - -// 38488 -[loc_38488] -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -forcedecor=yes -multivar=varplayerbit_5161 -multiloc=0,loc_38468 -multiloc=1,loc_38469 - -// 38489 -[loc_38489] -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -forcedecor=yes -multivar=varplayerbit_5161 -multiloc=0,loc_38470 -multiloc=1,loc_38471 - -// 38490 -[loc_38490] -active=no -forcedecor=yes -multivar=varplayerbit_5161 -multiloc=0,loc_38472 -multiloc=1,loc_38473 - -// 38491 -[loc_38491] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forceapproach=south -forcedecor=yes -model=model_41780,0 - -// 38492 -[loc_38492] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forceapproach=north -forcedecor=yes -model=model_41786,0 - -// 38493 -[loc_38493] -length=3 -ambient=25 -contrast=25 -active=yes -forcedecor=yes -model=model_41796 -name=Windbreak - -// 38494 -[loc_38494] -op1=Repair -length=3 -ambient=25 -contrast=25 -active=yes -forcedecor=yes -model=model_41797 -name=Windbreak - -// 38495 -[loc_38495] -length=3 -active=yes -forcedecor=yes -multivar=varplayerbit_5163 -multiloc=0,loc_38494 -multiloc=1,loc_38493 - -// 38496 -[loc_38496] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -model=model_41778,0 - -// 38497 -[loc_38497] -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -forcedecor=yes -multivar=varplayerbit_5164 -multiloc=0,loc_38468 -multiloc=1,loc_38469 - -// 38498 -[loc_38498] -hillskew=yes -active=no -blockwalk=no -hardshadow=no -forcedecor=yes -multivar=varplayerbit_5164 -multiloc=0,loc_38472 -multiloc=1,loc_38473 - -// 38499 -[loc_38499] -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -forcedecor=yes -multivar=varplayerbit_5164 -multiloc=0,loc_38470 -multiloc=1,loc_38471 - -// 38500 -[loc_38500] -forcedecor=yes -active=yes -multivar=varplayerbit_5160 -multiloc=0,loc_38480 -multiloc=1,loc_38481 - -// 38501 -[loc_38501] -forcedecor=yes -active=no -multivar=varplayerbit_5160 -multiloc=0,loc_38482 -multiloc=1,loc_38483 - -// 38502 -[loc_38502] -forcedecor=yes -multivar=varplayerbit_5160 -multiloc=0,loc_38484 -multiloc=1,loc_38485 - -// 38503 -[loc_38503] -ambient=25 -contrast=15 -op1=Search -op2=Close -forceapproach=north -model=model_41860 -name=Ranged equipment - -// 38504 -[loc_38504] -ambient=25 -contrast=15 -op1=Open -forceapproach=north -model=model_41857 -name=Ranged equipment - -// 38505 -[loc_38505] -anim=seq_10259 -width=5 -hillskew=yes -blockwalk=yes -active=yes -ambient=25 -contrast=15 -multivar=varplayerbit_5247 -multiloc=0,loc_38506 -multiloc=1,loc_38507 -multiloc=2,loc_38508 -multiloc=3,loc_38509 -multiloc=4,loc_38510 -multiloc=5,loc_38511 -multiloc=6,loc_38512 -multiloc=7,loc_38513 -multiloc=8,loc_38514 -multiloc=9,loc_38515 -multiloc=10,loc_38516 -multiloc=11,loc_38517 -multiloc=12,loc_38518 -multiloc=13,loc_38519 -multiloc=14,loc_38520 -multiloc=15,loc_38521 -multiloc=16,loc_38522 - -// 38506 -[loc_38506] -anim=seq_10259 -blockwalk=yes -hillskew=yes -width=5 -active=yes -ambient=25 -contrast=15 -model=model_41898 -name=Target - -// 38507 -[loc_38507] -anim=seq_10259 -hillskew=yes -width=5 -active=yes -ambient=25 -contrast=15 -bgsound=synth_5252,10 -model=model_41897 -name=Target - -// 38508 -[loc_38508] -anim=seq_10259 -blockwalk=yes -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=23188 -recol1d=8354 -recol2s=17903 -recol2d=8354 -model=model_41897 -model2=model_41900 -name=Target - -// 38509 -[loc_38509] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=23188 -recol1d=8354 -recol2s=17903 -recol2d=8354 -model=model_41897 -model2=model_41901 -name=Target - -// 38510 -[loc_38510] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=23188 -recol1d=8354 -recol2s=17903 -recol2d=8354 -model=model_41897 -model2=model_41899 -name=Target - -// 38511 -[loc_38511] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=23188 -recol1d=8354 -recol2s=17903 -recol2d=8354 -model=model_41897 -model2=model_41902 -name=Target - -// 38512 -[loc_38512] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=23188 -recol1d=8354 -recol2s=17903 -recol2d=8354 -model=model_41897 -model2=model_41903 -name=Target - -// 38513 -[loc_38513] -anim=seq_10259 -blockwalk=yes -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -model=model_41897 -model2=model_41912 -name=Target - -// 38514 -[loc_38514] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -model=model_41897 -model2=model_41910 -name=Target - -// 38515 -[loc_38515] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -model=model_41897 -model2=model_41911 -name=Target - -// 38516 -[loc_38516] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -model=model_41897 -model2=model_41909 -name=Target - -// 38517 -[loc_38517] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -model=model_41897 -model2=model_41913 -name=Target - -// 38518 -[loc_38518] -anim=seq_10259 -blockwalk=yes -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -model=model_41897 -model2=model_41905 -name=Target - -// 38519 -[loc_38519] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -model=model_41897 -model2=model_41904 -name=Target - -// 38520 -[loc_38520] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -model=model_41897 -model2=model_41908 -name=Target - -// 38521 -[loc_38521] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -model=model_41897 -model2=model_41907 -name=Target - -// 38522 -[loc_38522] -anim=seq_10259 -active=yes -ambient=25 -contrast=15 -width=5 -bgsound=synth_5252,10 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -model=model_41897 -model2=model_41906 -name=Target - -// 38523 -[loc_38523] -ambient=25 -contrast=15 -hardshadow=no -resizex=138 -resizez=138 -blockwalk=no -op1=Choose -model=model_41952,0 -name=Shooting spot (level 10 approx.) - -// 38524 -[loc_38524] -ambient=25 -contrast=15 -hardshadow=no -resizex=126 -resizez=126 -blockwalk=no -op1=Choose -model=model_41952,0 -name=Shooting spot (level 20 approx.) - -// 38525 -[loc_38525] -ambient=25 -contrast=15 -hardshadow=no -resizex=114 -resizez=114 -blockwalk=no -op1=Choose -model=model_41952,0 -name=Shooting spot (level 30 approx.) - -// 38526 -[loc_38526] -ambient=25 -contrast=15 -hardshadow=no -resizex=102 -resizez=102 -blockwalk=no -op1=Choose -model=model_41952,0 -name=Shooting spot (level 40 approx.) - -// 38527 -[loc_38527] -ambient=25 -contrast=15 -hardshadow=no -resizex=90 -resizez=90 -blockwalk=no -op1=Choose -model=model_41952,0 -name=Shooting spot (level 50 approx.) - -// 38528 -[loc_38528] -ambient=25 -contrast=15 -hardshadow=no -resizex=78 -resizez=78 -blockwalk=no -op1=Choose -model=model_41952,0 -name=Shooting spot (level 60 approx.) - -// 38529 -[loc_38529] -ambient=25 -contrast=15 -hardshadow=no -resizex=66 -resizez=66 -blockwalk=no -op1=Choose -model=model_41952,0 -name=Shooting spot (level 70 approx.) - -// 38530 -[loc_38530] -ambient=25 -contrast=15 -hardshadow=no -resizex=54 -resizez=54 -blockwalk=no -op1=Choose -model=model_41952,0 -name=Shooting spot (level 80 approx.) - -// 38531 -[loc_38531] -ambient=25 -contrast=15 -hardshadow=no -resizex=42 -resizez=42 -blockwalk=no -op1=Choose -model=model_41952,0 -name=Shooting spot (level 90 approx.) - -// 38532 -[loc_38532] -ambient=25 -contrast=15 -hardshadow=no -resizex=30 -resizez=30 -blockwalk=no -op1=Choose -model=model_41952,0 -name=Shooting spot (level 99 approx.) - -// 38533 -[loc_38533] -width=3 -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41892 -model2=model_41891 -name=Poppinjay - -// 38534 -[loc_38534] -width=3 -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41892 -model2=model_41895 -name=Poppinjay - -// 38535 -[loc_38535] -width=3 -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41892 -model2=model_41896 -name=Poppinjay - -// 38536 -[loc_38536] -width=3 -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41892 -model2=model_41894 -name=Poppinjay - -// 38537 -[loc_38537] -width=3 -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41892 -model2=model_41893 -name=Poppinjay - -// 38538 -[loc_38538] -width=3 -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41892 -model2=model_41890 -name=Poppinjay - -// 38539 -[loc_38539] -ambient=25 -contrast=15 -hardshadow=no -resizex=138 -resizez=138 -blockwalk=no -op1=Choose -model=model_41949,0 -name=Shooting spot (level 10 approx.) - -// 38540 -[loc_38540] -ambient=25 -contrast=15 -hardshadow=no -resizex=126 -resizez=126 -blockwalk=no -op1=Choose -model=model_41949,0 -name=Shooting spot (level 20 approx.) - -// 38541 -[loc_38541] -ambient=25 -contrast=15 -hardshadow=no -resizex=114 -resizez=114 -blockwalk=no -op1=Choose -model=model_41949,0 -name=Shooting spot (level 30 approx.) - -// 38542 -[loc_38542] -ambient=25 -contrast=15 -hardshadow=no -resizex=102 -resizez=102 -blockwalk=no -op1=Choose -model=model_41949,0 -name=Shooting spot (level 40 approx.) - -// 38543 -[loc_38543] -ambient=25 -contrast=15 -hardshadow=no -resizex=90 -resizez=90 -blockwalk=no -op1=Choose -model=model_41949,0 -name=Shooting spot (level 50 approx.) - -// 38544 -[loc_38544] -ambient=25 -contrast=15 -hardshadow=no -resizex=78 -resizez=78 -blockwalk=no -op1=Choose -model=model_41949,0 -name=Shooting spot (level 60 approx.) - -// 38545 -[loc_38545] -ambient=25 -contrast=15 -hardshadow=no -resizex=66 -resizez=66 -blockwalk=no -op1=Choose -model=model_41949,0 -name=Shooting spot (level 70 approx.) - -// 38546 -[loc_38546] -ambient=25 -contrast=15 -hardshadow=no -resizex=54 -resizez=54 -blockwalk=no -op1=Choose -model=model_41949,0 -name=Shooting spot (level 80 approx.) - -// 38547 -[loc_38547] -ambient=25 -contrast=15 -hardshadow=no -resizex=42 -resizez=42 -blockwalk=no -op1=Choose -model=model_41949,0 -name=Shooting spot (level 90 approx.) - -// 38548 -[loc_38548] -ambient=25 -contrast=15 -hardshadow=no -resizex=30 -resizez=30 -blockwalk=no -op1=Choose -model=model_41949,0 -name=Shooting spot (level 99 approx.) - -// 38549 -[loc_38549] -active=yes -contrast=25 -ambient=15 -blockwalk=no -op1=Climb-down -model=model_29022,0 -name=Ladder - -// 38550 -[loc_38550] -ambient=25 -contrast=15 -op1=Search -op2=Close -forceapproach=north -recol1s=7776 -recol1d=20000 -recol2s=14118 -recol2d=26342 -model=model_41860 -name=Juggling equipment - -// 38551 -[loc_38551] -ambient=25 -contrast=15 -op1=Open -forceapproach=north -recol1s=7776 -recol1d=20000 -recol2s=14118 -recol2d=26342 -model=model_41857 -name=Juggling equipment - -// 38552 -[loc_38552] -ambient=25 -contrast=15 -op1=Change -active=yes -forceapproach=north -model=model_41859 -name=Agility changing room - -// 38553 -[loc_38553] -width=3 -length=3 -ambient=25 -contrast=15 -resizey=168 -model=model_41862 -name=Trapeze - -// 38554 -[loc_38554] -active=no -width=3 -length=3 -ambient=25 -contrast=15 -model=model_41861 - -// 38555 -[loc_38555] -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=20935 -recol1d=4192 -model=model_1878,0 -name=Balancing rope - -// 38556 -[loc_38556] -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=20935 -recol1d=4192 -model=model_1878,0 -name=Balancing rope - -// 38557 -[loc_38557] -hillskew=yes -sharelight=yes -active=yes -blockwalk=no -forcedecor=yes -recol1s=20935 -recol1d=4192 -model=model_1878,0 -name=Balancing rope - -// 38558 -[loc_38558] -anim=seq_10276 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42052 -model2=model_42051 -name=The audience - -// 38559 -[loc_38559] -anim=seq_10276 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42053 -model2=model_42054 -name=The audience - -// 38560 -[loc_38560] -anim=seq_10277 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42052 -model2=model_42049 -name=The audience - -// 38561 -[loc_38561] -anim=seq_10277 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42053 -model2=model_42055 -name=The audience - -// 38562 -[loc_38562] -anim=seq_10278 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42052 -model2=model_42056 -name=The audience - -// 38563 -[loc_38563] -anim=seq_10278 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42053 -model2=model_42050 -name=The audience - -// 38564 -[loc_38564] -anim=seq_10279 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42068 -model2=model_42072 -name=The audience - -// 38565 -[loc_38565] -anim=seq_10279 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42066 -model2=model_42070 -name=The audience - -// 38566 -[loc_38566] -anim=seq_10280 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42068 -model2=model_42069 -name=The audience - -// 38567 -[loc_38567] -anim=seq_10280 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42066 -model2=model_42073 -name=The audience - -// 38568 -[loc_38568] -anim=seq_10281 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42068 -model2=model_42071 -name=The audience - -// 38569 -[loc_38569] -anim=seq_10281 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42066 -model2=model_42067 -name=The audience - -// 38570 -[loc_38570] -anim=seq_10273 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42060 -model2=model_42059 -name=The audience - -// 38571 -[loc_38571] -anim=seq_10273 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42063 -model2=model_42064 -name=The audience - -// 38572 -[loc_38572] -anim=seq_10274 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42060 -model2=model_42058 -name=The audience - -// 38573 -[loc_38573] -anim=seq_10274 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42063 -model2=model_42057 -name=The audience - -// 38574 -[loc_38574] -anim=seq_10275 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42060 -model2=model_42065 -name=The audience - -// 38575 -[loc_38575] -anim=seq_10275 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42063 -model2=model_42062 -name=The audience - -// 38576 -[loc_38576] -anim=seq_10283 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42035 -model2=model_42032 -name=The audience - -// 38577 -[loc_38577] -anim=seq_10283 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42036 -model2=model_42030 -name=The audience - -// 38578 -[loc_38578] -anim=seq_10284 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42035 -model2=model_42031 -name=The audience - -// 38579 -[loc_38579] -anim=seq_10284 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42036 -model2=model_42033 -name=The audience - -// 38580 -[loc_38580] -anim=seq_10282 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42035 -model2=model_42034 -name=The audience - -// 38581 -[loc_38581] -anim=seq_10282 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42036 -model2=model_42037 -name=The audience - -// 38582 -[loc_38582] -anim=seq_10285 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42043 -model2=model_42047 -name=The audience - -// 38583 -[loc_38583] -anim=seq_10285 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42041 -model2=model_42042 -name=The audience - -// 38584 -[loc_38584] -anim=seq_10286 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42043 -model2=model_42048 -name=The audience - -// 38585 -[loc_38585] -anim=seq_10286 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42041 -model2=model_42040 -name=The audience - -// 38586 -[loc_38586] -anim=seq_10287 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42043 -model2=model_42038 -name=The audience - -// 38587 -[loc_38587] -anim=seq_10287 -length=3 -width=2 -active=yes -ambient=25 -contrast=15 -model=model_42041 -model2=model_42039 -name=The audience - -// 38588 -[loc_38588] -active=no -ambient=25 -contrast=15 -model=model_41933,1 -model=model_41941,2 -model=model_41945,5 - -// 38589 -[loc_38589] -active=no -ambient=25 -contrast=15 -model=model_41946,1 - -// 38590 -[loc_38590] -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_41946,1 - -// 38591 -[loc_38591] -active=no -ambient=25 -contrast=15 -resizey=168 -model=model_41948,1 -model=model_41942,5 - -// 38592 -[loc_38592] -width=2 -length=2 -active=no -ambient=25 -contrast=15 -resizey=168 -model=model_41943 - -// 38593 -[loc_38593] -active=no -ambient=25 -contrast=15 -resizey=168 -model=model_41925 - -// 38594 -[loc_38594] -active=no -ambient=25 -contrast=15 -mirror=yes -resizey=168 -model=model_41925 - -// 38595 -[loc_38595] -active=no -ambient=25 -contrast=15 -resizey=168 -model=model_41940,1 -model=model_41936,2 -model=model_41929,5 - -// 38596 -[loc_38596] -width=2 -length=2 -active=no -ambient=25 -contrast=15 -model=model_41930 - -// 38597 -[loc_38597] -width=2 -length=2 -active=no -ambient=25 -contrast=15 -model=model_41937 - -// 38598 -[loc_38598] -width=2 -length=2 -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_41937 - -// 38599 -[loc_38599] -width=2 -active=no -ambient=25 -contrast=15 -model=model_41939 - -// 38600 -[loc_38600] -width=2 -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_41939 - -// 38601 -[loc_38601] -width=2 -length=2 -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_41930 - -// 38602 -[loc_38602] -width=2 -active=no -ambient=25 -contrast=15 -model=model_41932 - -// 38603 -[loc_38603] -active=no -width=2 -ambient=25 -contrast=15 -model=model_41927 - -// 38604 -[loc_38604] -active=no -width=7 -length=7 -ambient=25 -contrast=15 -model=model_41938 - -// 38605 -[loc_38605] -active=no -width=6 -length=6 -ambient=25 -contrast=15 -model=model_41934 - -// 38606 -[loc_38606] -active=no -ambient=25 -contrast=15 -offsety=-75 -model=model_41924 - -// 38607 -[loc_38607] -active=no -ambient=25 -contrast=15 -offsety=-75 -model=model_41947 - -// 38608 -[loc_38608] -active=no -hillskew=yes -ambient=25 -contrast=15 -offsety=-75 -recol1s=6374 -recol1d=0 -model=model_41931 - -// 38609 -[loc_38609] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=0 -model=model_41926 - -// 38610 -[loc_38610] -width=2 -length=2 -active=no -ambient=25 -contrast=15 -resizey=168 -model=model_41928 - -// 38611 -[loc_38611] -active=no -ambient=25 -contrast=15 -resizey=168 -model=model_41935 - -// 38612 -[loc_38612] -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_41951,0 - -// 38613 -[loc_38613] -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_41953,0 - -// 38614 -[loc_38614] -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_41950,0 - -// 38615 -[loc_38615] -active=no -ambient=25 -contrast=15 -hardshadow=no -mirror=yes -model=model_41950,0 - -// 38616 -[loc_38616] -active=no -ambient=25 -contrast=15 -hardshadow=no -model=model_41952,0 - -// 38617 -[loc_38617] -active=no -ambient=25 -contrast=15 -hardshadow=no -forcedecor=yes -model=model_41954,0 - -// 38618 -[loc_38618] -anim=seq_475 -ambient=25 -contrast=15 -resizey=100 -bgsound=synth_5291,7 -recolhsl1s=8716 -recolhsl1d=2198 -recolhsl2s=8720 -recolhsl2d=2206 -recolhsl3s=8472 -recolhsl3d=2210 -recolhsl4s=654 -recolhsl4d=418 -recolhsl5s=530 -recolhsl5d=426 -recolhsl6s=662 -recolhsl6d=438 -model=model_6372 -model2=model_6361 -name=Standing torch - -// 38619 -[loc_38619] -active=no -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7830 -recolhsl1d=2198 -recolhsl2s=7706 -recolhsl2d=2202 -recolhsl3s=7582 -recolhsl3d=2208 -recolhsl4s=7587 -recolhsl4d=2212 -recol5s=3298 -recol5d=12451 -recol6s=5412 -recol6d=13508 -model=model_24832,1 - -// 38620 -[loc_38620] -active=no -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=7830 -recolhsl1d=2198 -recolhsl2s=7706 -recolhsl2d=2202 -recolhsl3s=7582 -recolhsl3d=2208 -recolhsl4s=7587 -recolhsl4d=2212 -recol5s=3298 -recol5d=12451 -recol6s=5412 -recol6d=13508 -model=model_24831,1 - -// 38621 -[loc_38621] -active=no -sharelight=yes -ambient=25 -contrast=15 -mirror=yes -blockrange=no -recolhsl1s=7830 -recolhsl1d=2198 -recolhsl2s=7706 -recolhsl2d=2202 -recolhsl3s=7582 -recolhsl3d=2208 -recolhsl4s=7587 -recolhsl4d=2212 -recol5s=3298 -recol5d=12451 -recol6s=5412 -recol6d=13508 -model=model_24831,1 - -// 38622 -[loc_38622] -ambient=25 -contrast=15 -recol1s=4228 -recol1d=10432 -recolhsl2s=30 -recolhsl2d=7069 -retex1s=material_91 -retex1d=material_75 -model=model_24817,0 - -// 38623 -[loc_38623] -ambient=25 -contrast=15 -recol1s=4228 -recol1d=10432 -recolhsl2s=30 -recolhsl2d=7069 -retex1s=material_91 -retex1d=material_75 -model=model_24819,0 - -// 38624 -[loc_38624] -ambient=25 -contrast=15 -recol1s=4228 -recol1d=10432 -recolhsl2s=30 -recolhsl2d=7069 -retex1s=material_91 -retex1d=material_75 -model=model_24818,0 - -// 38625 -[loc_38625] -ambient=25 -contrast=15 -recol1s=4228 -recol1d=10432 -recolhsl2s=30 -recolhsl2d=7069 -retex1s=material_91 -retex1d=material_75 -model=model_24820,0 - -// 38626 -[loc_38626] -active=yes -hillskew=yes -active=no -blockwalk=no -forcedecor=yes -ambient=25 -contrast=15 -model=model_16288,0 - -// 38627 -[loc_38627] -active=yes -hillskew=yes -active=no -blockwalk=no -forcedecor=yes -ambient=25 -contrast=15 -model=model_16289,0 - -// 38628 -[loc_38628] -hillskew=yes -active=no -unknown90=yes -ambient=25 -contrast=15 -recol1s=13505 -recol1d=7329 -recol2s=15618 -recol2d=8385 -recolhsl3s=5921 -recolhsl3d=7956 -model=model_1124,0 - -// 38629 -[loc_38629] -hillskew=yes -active=no -unknown90=yes -ambient=25 -contrast=15 -recol1s=13505 -recol1d=7329 -recol2s=15618 -recol2d=8385 -recolhsl3s=5921 -recolhsl3d=7956 -model=model_1139,0 - -// 38630 -[loc_38630] -hillskew=yes -active=no -unknown90=yes -ambient=25 -contrast=15 -recol1s=13505 -recol1d=7329 -recol2s=15618 -recol2d=8385 -recolhsl3s=5921 -recolhsl3d=7956 -model=model_1032,0 - -// 38631 -[loc_38631] -ambient=25 -contrast=15 -op1=Search -op2=Close -forceapproach=north -recol1s=7776 -recol1d=1234 -recol2s=14118 -recol2d=7576 -model=model_41860 -name=Magic equipment - -// 38632 -[loc_38632] -ambient=25 -contrast=15 -op1=Open -forceapproach=north -recol1s=7776 -recol1d=1234 -recol2s=14118 -recol2d=7576 -model=model_41857 -name=Magic equipment - -// 38633 -[loc_38633] -active=no -ambient=25 -contrast=15 -model=model_41879 - -// 38634 -[loc_38634] -active=no -ambient=25 -contrast=15 -model=model_41883 - -// 38635 -[loc_38635] -active=no -ambient=25 -contrast=15 -model=model_41887 - -// 38636 -[loc_38636] -active=no -ambient=25 -contrast=15 -model=model_41877 - -// 38637 -[loc_38637] -active=no -ambient=25 -contrast=15 -model=model_41885 - -// 38638 -[loc_38638] -active=no -ambient=25 -contrast=15 -model=model_41878 - -// 38639 -[loc_38639] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -op1=Cast -model=model_41919 -name=Book (level 10 approx.) - -// 38640 -[loc_38640] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -op1=Cast -model=model_41915 -name=Tree stump (level 20 approx.) - -// 38641 -[loc_38641] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -op1=Cast -model=model_41917 -name=Helm (level 30 approx.) - -// 38642 -[loc_38642] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -op1=Cast -model=model_41922 -name=Shield (level 40 approx.) - -// 38643 -[loc_38643] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -op1=Cast -model=model_41918 -name=Armour (level 50 approx.) - -// 38644 -[loc_38644] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41916 -name=Book (level 10 approx.) - -// 38645 -[loc_38645] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41921 -name=Tree stump (level 20 approx.) - -// 38646 -[loc_38646] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41914 -name=Helm (level 30 approx.) - -// 38647 -[loc_38647] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41923 -name=Shield (level 40 approx.) - -// 38648 -[loc_38648] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_41920 -name=Armour (level 50 approx.) - -// 38649 -[loc_38649] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_10330 -op1=Levitate -model=model_41864 -name=Rat (level 10 approx.) - -// 38650 -[loc_38650] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_10322 -op1=Levitate -model=model_41865 -name=Cat (level 20 approx.) - -// 38651 -[loc_38651] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -op1=Levitate -model=model_41867 -name=Bowl (level 30 approx.) - -// 38652 -[loc_38652] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_10328 -op1=Levitate -model=model_41866 -name=Penguin (level 40 approx.) - -// 38653 -[loc_38653] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_10326 -op1=Levitate -model=model_41863 -name=Ork (level 50 approx.) - -// 38654 -[loc_38654] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_10333 -op1=Cast -op2=Cast-Alchemy -op3=Cast-Teleport -model=model_41874 -name=Armour (level 60 approx.) - -// 38655 -[loc_38655] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_10333 -op1=Cast -op2=Cast-Alchemy -op3=Cast-Teleport -model=model_41889 -name=Stool (level 70 approx.) - -// 38656 -[loc_38656] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_10333 -op1=Cast -op2=Cast-Alchemy -op3=Cast-Teleport -model=model_41872 -name=Dumb-bells (level 80 approx.) - -// 38657 -[loc_38657] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_10333 -op1=Cast -op2=Cast-Alchemy -op3=Cast-Teleport -model=model_41884 -name=Assistant (level 90 approx.) - -// 38658 -[loc_38658] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -anim=seq_10333 -op1=Cast -op2=Cast-Alchemy -op3=Cast-Teleport -model=model_41875 -name=Anvil (level 99 approx.) - -// 38659 -[loc_38659] -active=no -anim=seq_10349 -width=2 -length=2 -randomanimframe=no -model=model_42165 -model2=model_42162 -model3=model_42161 - -// 38660 -[loc_38660] -active=yes -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -op1=Mine -op2=Prospect -op3=hidden -model=model_42165 -name=Crashed star - -// 38661 -[loc_38661] -active=yes -anim=seq_10351 -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -op1=Mine -op2=Prospect -op3=hidden -randomanimframe=no -model=model_42166 -model2=model_42167 -name=Crashed star - -// 38662 -[loc_38662] -active=yes -anim=seq_10351 -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -op1=Mine -op2=Prospect -op3=hidden -randomanimframe=no -model=model_42163 -model2=model_42167 -name=Crashed star - -// 38663 -[loc_38663] -active=yes -anim=seq_10351 -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -op1=Mine -op2=Prospect -op3=hidden -randomanimframe=no -model=model_42170 -model2=model_42167 -name=Crashed star - -// 38664 -[loc_38664] -active=yes -anim=seq_10351 -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -op1=Mine -op2=Prospect -op3=hidden -randomanimframe=no -model=model_42164 -model2=model_42167 -name=Crashed star - -// 38665 -[loc_38665] -active=yes -anim=seq_10351 -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -op1=Mine -op2=Prospect -op3=hidden -randomanimframe=no -model=model_42160 -model2=model_42167 -name=Crashed star - -// 38666 -[loc_38666] -active=yes -anim=seq_10351 -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -op1=Mine -op2=Prospect -op3=hidden -randomanimframe=no -model=model_42159 -model2=model_42167 -name=Crashed star - -// 38667 -[loc_38667] -active=yes -anim=seq_10351 -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -op1=Mine -op2=Prospect -op3=hidden -randomanimframe=no -model=model_42168 -model2=model_42167 -name=Crashed star - -// 38668 -[loc_38668] -active=yes -anim=seq_10351 -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -op1=Mine -op2=Prospect -op3=hidden -randomanimframe=no -model=model_42169 -model2=model_42167 -name=Crashed star - -// 38669 -[loc_38669] -width=2 -blockwalk=yes -ambient=25 -contrast=15 -op1=Read -model=model_42158 -name=Shooting star noticeboard - -// 38670 -[loc_38670] -forcedecor=yes -mapfunction=94 -model=model_1105,0 - -// 38671 -[loc_38671] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=0,loc_38670 - -// 38672 -[loc_38672] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=1,loc_38670 - -// 38673 -[loc_38673] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=2,loc_38670 - -// 38674 -[loc_38674] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=3,loc_38670 - -// 38675 -[loc_38675] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=4,loc_38670 - -// 38676 -[loc_38676] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=5,loc_38670 - -// 38677 -[loc_38677] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=6,loc_38670 - -// 38678 -[loc_38678] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=7,loc_38670 - -// 38679 -[loc_38679] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=8,loc_38670 - -// 38680 -[loc_38680] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=9,loc_38670 - -// 38681 -[loc_38681] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=10,loc_38670 - -// 38682 -[loc_38682] -forcedecor=yes -mapfunction=94 -multivar=varplayerbit_5250 -multiloc=11,loc_38670 - -// 38683 -[loc_38683] -blockwalk=yes -active=yes -ambient=25 -contrast=15 -width=3 -multivar=varplayerbit_5248 -multiloc=0,loc_38533 -multiloc=1,loc_38534 -multiloc=2,loc_38535 -multiloc=3,loc_38536 -multiloc=4,loc_38537 -multiloc=5,loc_38538 - -// 38684 -[loc_38684] -active=no -contrast=25 -ambient=15 -model=model_42261,0 - -// 38685 -[loc_38685] -blockwalk=yes -hillskew=yes -model=model_42262 -name=Rock barrier - -// 38686 -[loc_38686] -active=no -contrast=25 -ambient=15 -model=model_42259,0 - -// 38687 -[loc_38687] -blockwalk=yes -hillskew=yes -model=model_42264 -name=Stalagmites - -// 38688 -[loc_38688] -active=no -contrast=25 -ambient=15 -model=model_42263,0 - -// 38689 -[loc_38689] -blockwalk=yes -hillskew=yes -model=model_42257 -name=Gnarly tree - -// 38690 -[loc_38690] -active=no -contrast=25 -ambient=15 -model=model_42258,0 - -// 38691 -[loc_38691] -blockwalk=yes -hillskew=yes -model=model_42260 -name=Wall - -// 38692 -[loc_38692] -sharelight=yes -active=yes -hillskew=yes -ambient=10 -blockwalk=no -anim=seq_7382 -bgsound=synth_3139,3 -randomanimframe=no -hardshadow=no -model=model_42171,1 -name=Non-combat zone - -// 38693 -[loc_38693] -op1=Use -anim=seq_10372 -ambient=60 -blockwalk=yes -raiseobject=no -hardshadow=no -recolhsl1s=6088 -recolhsl1d=32788 -recolhsl2s=2570 -recolhsl2d=32803 -model=model_42290 -name=Viewing orb -param=param_580,struct_344 - -// 38694 -[loc_38694] -op1=Escape -width=3 -length=2 -hillchange=tree_skew,40 -blockwalk=yes -anim=seq_3174 -bgsound=synth_3139,4 -hardshadow=no -raiseobject=no -recol1s=7180 -recol1d=8611 -recol2s=8237 -recol2d=8643 -recolhsl3s=49953 -recolhsl3d=17064 -recol4s=10351 -recol4d=11875 -recolhsl5s=49705 -recolhsl5d=17074 -model=model_42292 -name=Portal - -// 38695 -[loc_38695] -op1=Escape -width=5 -length=2 -anim=seq_3174 -ambient=40 -hillskew=yes -raiseobject=no -blockwalk=yes -bgsound=synth_3139,4 -hardshadow=no -recol1s=7180 -recol1d=8611 -recol2s=8237 -recol2d=8643 -recolhsl3s=49953 -recolhsl3d=17064 -recol4s=10351 -recol4d=11875 -recolhsl5s=49705 -recolhsl5d=17074 -model=model_11233 -model2=model_12636 -name=Portal - -// 38696 -[loc_38696] -op1=Escape -anim=seq_3174 -length=2 -width=4 -blockwalk=yes -raiseobject=no -hillskew=yes -bgsound=synth_3139,4 -hardshadow=no -recol1s=7180 -recol1d=8611 -recol2s=8237 -recol2d=8643 -recolhsl3s=49953 -recolhsl3d=17064 -recol4s=10351 -recol4d=11875 -recolhsl5s=49705 -recolhsl5d=17074 -model=model_42293 -model2=model_42291 -name=Portal - -// 38697 -[loc_38697] -op1=Leave -anim=seq_504 -ambient=100 -contrast=100 -resizey=256 -blockwalk=yes -raiseobject=no -hillskew=yes -bgsound=synth_3139,2 -hardshadow=no -blockrange=no -recol1s=32745 -recol1d=7303 -model=model_2318 -name=Portal - -// 38698 -[loc_38698] -op1=Enter -anim=seq_3174 -ambient=25 -length=2 -width=4 -blockwalk=yes -raiseobject=no -hillskew=yes -bgsound=synth_3139,4 -recol1s=7180 -recol1d=28407 -recol2s=8237 -recol2d=29464 -recol3s=9294 -recol3d=32503 -recol4s=10351 -recol4d=32569 -recol5s=11408 -recol5d=32635 -model=model_30177 -model2=model_30233 -name=Free-for-all (safe) - -// 38699 -[loc_38699] -op1=Enter -anim=seq_3174 -ambient=25 -length=2 -width=4 -blockwalk=yes -raiseobject=no -hillskew=yes -bgsound=synth_3139,4 -recol1s=7180 -recol1d=19488 -recol2s=8237 -recol2d=21536 -recol3s=9294 -recol3d=21602 -recol4s=10351 -recol4d=23650 -recol5s=11408 -recol5d=23716 -model=model_30177 -model2=model_30233 -name=Free-for-all (dangerous) - -// 38700 -[loc_38700] -op1=Leave -width=3 -length=2 -hillchange=tree_skew,40 -blockwalk=yes -anim=seq_3174 -bgsound=synth_3139,4 -hardshadow=no -raiseobject=no -recol1s=7180 -recol1d=8611 -recol2s=8237 -recol2d=8643 -recolhsl3s=49953 -recolhsl3d=17064 -recol4s=10351 -recol4d=11875 -recolhsl5s=49705 -recolhsl5d=17074 -model=model_42292 -name=Portal - -// 38701 -[loc_38701] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=11556 -recol2s=15618 -recol2d=11556 -recol3s=14594 -recol3d=11556 -model=model_1124,0 - -// 38702 -[loc_38702] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=11556 -recol2s=15618 -recol2d=11556 -recol3s=14594 -recol3d=11556 -model=model_1139,0 - -// 38703 -[loc_38703] -hillskew=yes -active=no -unknown90=yes -recol1s=13505 -recol1d=11556 -recol2s=15618 -recol2d=11556 -recol3s=14594 -recol3d=11556 -model=model_1032,0 - -// 38704 -[loc_38704] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recolhsl1s=82 -recolhsl1d=8366 -recolhsl2s=61 -recolhsl2d=8355 -recolhsl3s=41 -recolhsl3d=8355 -model=model_4401,0 - -// 38705 -[loc_38705] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recolhsl1s=82 -recolhsl1d=8366 -recolhsl2s=61 -recolhsl2d=8360 -recolhsl3s=41 -recolhsl3d=8355 -model=model_4402,0 - -// 38706 -[loc_38706] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recolhsl1s=82 -recolhsl1d=8366 -recolhsl2s=61 -recolhsl2d=8355 -recolhsl3s=41 -recolhsl3d=8355 -model=model_4403,0 - -// 38707 -[loc_38707] -hillskew=yes -active=no -ambient=20 -hardshadow=no -recolhsl1s=82 -recolhsl1d=8366 -recolhsl2s=61 -recolhsl2d=8355 -recolhsl3s=41 -recolhsl3d=8355 -model=model_4404,0 - -// 38708 -[loc_38708] -sharelight=yes -ambient=5 -contrast=25 -hillskew=yes -active=no -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42211,1 -model=model_42206,2 -model=model_42199,5 - -// 38709 -[loc_38709] -sharelight=yes -ambient=5 -contrast=25 -hillskew=yes -active=no -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42210,1 - -// 38710 -[loc_38710] -sharelight=yes -ambient=5 -contrast=25 -hillskew=yes -active=no -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42201,1 - -// 38711 -[loc_38711] -sharelight=yes -ambient=5 -contrast=25 -hillskew=yes -active=no -msi=msi_22 -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42212,8 -model=model_42203,1 -model=model_42196,2 -model=model_42190,5 - -// 38712 -[loc_38712] -sharelight=yes -ambient=5 -contrast=25 -hillskew=yes -active=no -msi=msi_22 -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42192,8 -model=model_42195,1 - -// 38713 -[loc_38713] -sharelight=yes -ambient=5 -contrast=25 -hillskew=yes -active=no -msi=msi_22 -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42189,8 -model=model_42209,1 - -// 38714 -[loc_38714] -sharelight=yes -ambient=5 -contrast=25 -hillskew=yes -active=no -msi=msi_22 -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42208 - -// 38715 -[loc_38715] -sharelight=yes -ambient=5 -contrast=25 -hillskew=yes -active=no -msi=msi_22 -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42194 - -// 38716 -[loc_38716] -sharelight=yes -ambient=5 -contrast=25 -hillskew=yes -active=no -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42207 - -// 38717 -[loc_38717] -sharelight=yes -hillskew=yes -active=no -ambient=5 -contrast=25 -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42198 - -// 38718 -[loc_38718] -sharelight=yes -hillskew=yes -active=no -ambient=5 -contrast=25 -recolhsl1s=7050 -recolhsl1d=6150 -recolhsl2s=6550 -recolhsl2d=6300 -recolhsl3s=6554 -recolhsl3d=6290 -recolhsl4s=6674 -recolhsl4d=6548 -model=model_42204 - -// 38719 -[loc_38719] -width=2 -length=2 -hillchange=tree_skew,40 -active=no -msi=msi_6 -model=model_42200 - -// 38720 -[loc_38720] -hillchange=tree_skew,40 -active=no -msi=msi_6 -model=model_42191 - -// 38721 -[loc_38721] -hillchange=tree_skew,40 -active=no -msi=msi_6 -model=model_42197 - -// 38722 -[loc_38722] -width=2 -length=2 -hillchange=tree_skew,40 -active=no -msi=msi_6 -model=model_42193 - -// 38723 -[loc_38723] -width=2 -length=2 -hillchange=tree_skew,40 -active=no -msi=msi_6 -model=model_42202 - -// 38724 -[loc_38724] -width=2 -length=2 -active=yes -model=model_6186 -name=Skeleton - -// 38725 -[loc_38725] -sharelight=yes -hillskew=yes -blockwalk=yes -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=7399 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -model=model_14783,1 -model=model_14784,2 -model=model_14785,3 -model=model_14786,5 - -// 38726 -[loc_38726] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -model=model_26545 - -// 38727 -[loc_38727] -msi=msi_12 -ambient=10 -active=no -hillskew=yes -blockrange=no -recol1s=16909 -recol1d=4228 -recol2s=6342 -recol2d=4228 -model=model_3184 - -// 38728 -[loc_38728] -msi=msi_12 -ambient=10 -active=no -hillskew=yes -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=4228 -model=model_3183 - -// 38729 -[loc_38729] -msi=msi_12 -ambient=10 -active=no -hillskew=yes -blockrange=no -recol1s=10504 -recol1d=4228 -recol2s=6342 -recol2d=4228 -model=model_3195 - -// 38730 -[loc_38730] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -active=no -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14740 - -// 38731 -[loc_38731] -hillchange=tree_skew,40 -msi=msi_6 -active=no -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14746 - -// 38732 -[loc_38732] -hillchange=tree_skew,40 -msi=msi_6 -active=no -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=5280 -recol3d=8420 -model=model_14753 - -// 38733 -[loc_38733] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42265,1 - -// 38734 -[loc_38734] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42289,1 - -// 38735 -[loc_38735] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42267,1 - -// 38736 -[loc_38736] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -mirror=yes -model=model_42265,1 - -// 38737 -[loc_38737] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -mirror=yes -model=model_42289,1 - -// 38738 -[loc_38738] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -mirror=yes -model=model_42267,1 - -// 38739 -[loc_38739] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42283,1 - -// 38740 -[loc_38740] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42284,1 - -// 38741 -[loc_38741] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -mirror=yes -model=model_42283,1 - -// 38742 -[loc_38742] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -mirror=yes -model=model_42284,1 - -// 38743 -[loc_38743] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42277 - -// 38744 -[loc_38744] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42275 - -// 38745 -[loc_38745] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42286 - -// 38746 -[loc_38746] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42278 - -// 38747 -[loc_38747] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -blockrange=no -model=model_42281,1 -model=model_42288,2 -model=model_42273,5 - -// 38748 -[loc_38748] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42281,1 -model=model_42288,2 -model=model_42273,5 - -// 38749 -[loc_38749] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42272,1 - -// 38750 -[loc_38750] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -mirror=yes -model=model_42272,1 - -// 38751 -[loc_38751] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42269,1 -model=model_42271,2 -model=model_42285,5 - -// 38752 -[loc_38752] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42279,1 -model=model_42287,2 -model=model_42276,5 - -// 38753 -[loc_38753] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42268 - -// 38754 -[loc_38754] -active=no -hillskew=yes -sharelight=yes -contrast=25 -model=model_42266 - -// 38755 -[loc_38755] -active=no -sharelight=yes -contrast=25 -ambient=15 -model=model_42270,Q - -// 38756 -[loc_38756] -active=no -contrast=25 -ambient=15 -model=model_42280,0 - -// 38757 -[loc_38757] -active=no -contrast=25 -ambient=15 -model=model_42282,0 - -// 38758 -[loc_38758] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42213,1 -model=model_42216,2 - -// 38759 -[loc_38759] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42215,1 - -// 38760 -[loc_38760] -active=no -contrast=25 -blockwalk=yes -sharelight=yes -model=model_42214,1 - -// 38761 -[loc_38761] -active=yes -sharelight=yes -op1=Climb -msi=msi_7 -ambient=25 -contrast=15 -forceapproach=north -recolhsl1s=5912 -recolhsl1d=6444 -recolhsl2s=5788 -recolhsl2d=6440 -recolhsl3s=5673 -recolhsl3d=6436 -model=model_42175 -name=Ladder - -// 38762 -[loc_38762] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -ambient=25 -contrast=15 -forceapproach=south -recolhsl1s=5912 -recolhsl1d=6444 -recolhsl2s=5788 -recolhsl2d=6440 -recolhsl3s=5673 -recolhsl3d=6436 -model=model_42174 -name=Ladder - -// 38763 -[loc_38763] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4644 -recolhsl1d=30 -recolhsl2s=4650 -recolhsl2d=40 -recolhsl3s=4524 -recolhsl3d=50 -recolhsl4s=4638 -recolhsl4d=25 -recolhsl5s=4642 -recolhsl5d=28 -recolhsl6s=4648 -recolhsl6d=40 -model=model_42254,1 -model=model_42235,2 -model=model_42223,5 - -// 38764 -[loc_38764] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4644 -recolhsl1d=30 -recolhsl2s=4650 -recolhsl2d=40 -recolhsl3s=4524 -recolhsl3d=50 -recolhsl4s=4638 -recolhsl4d=25 -recolhsl5s=4642 -recolhsl5d=28 -recolhsl6s=4648 -recolhsl6d=40 -model=model_42246,S -model=model_42255,Z -model=model_42237,X - -// 38765 -[loc_38765] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4644 -recolhsl1d=30 -recolhsl2s=4650 -recolhsl2d=40 -recolhsl3s=4524 -recolhsl3d=50 -recolhsl4s=4638 -recolhsl4d=25 -recolhsl5s=4642 -recolhsl5d=28 -recolhsl6s=4648 -recolhsl6d=40 -model=model_42248,1 - -// 38766 -[loc_38766] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4644 -recolhsl1d=30 -recolhsl2s=4650 -recolhsl2d=40 -recolhsl3s=4524 -recolhsl3d=50 -recolhsl4s=4638 -recolhsl4d=25 -recolhsl5s=4642 -recolhsl5d=28 -recolhsl6s=4648 -recolhsl6d=40 -model=model_42245,Z - -// 38767 -[loc_38767] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4644 -recolhsl1d=30 -recolhsl2s=4650 -recolhsl2d=40 -recolhsl3s=4524 -recolhsl3d=50 -recolhsl4s=4638 -recolhsl4d=25 -recolhsl5s=4642 -recolhsl5d=28 -recolhsl6s=4648 -recolhsl6d=40 -model=model_42236,1 -model=model_42228,2 - -// 38768 -[loc_38768] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4644 -recolhsl1d=30 -recolhsl2s=4650 -recolhsl2d=40 -recolhsl3s=4524 -recolhsl3d=50 -recolhsl4s=4638 -recolhsl4d=25 -recolhsl5s=4642 -recolhsl5d=28 -recolhsl6s=4648 -recolhsl6d=40 -model=model_42221,S -model=model_42231,Z - -// 38769 -[loc_38769] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4644 -recolhsl1d=30 -recolhsl2s=4650 -recolhsl2d=40 -recolhsl3s=4524 -recolhsl3d=50 -recolhsl4s=4638 -recolhsl4d=25 -recolhsl5s=4642 -recolhsl5d=28 -recolhsl6s=4648 -recolhsl6d=40 -model=model_42249,1 -model=model_42253,2 -model=model_42243,4 -model=model_42238,5 - -// 38770 -[loc_38770] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4644 -recolhsl1d=30 -recolhsl2s=4650 -recolhsl2d=40 -recolhsl3s=4524 -recolhsl3d=50 -recolhsl4s=4638 -recolhsl4d=25 -recolhsl5s=4642 -recolhsl5d=28 -recolhsl6s=4648 -recolhsl6d=40 -model=model_42240,1 - -// 38771 -[loc_38771] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4644 -recolhsl1d=30 -recolhsl2s=4650 -recolhsl2d=40 -recolhsl3s=4524 -recolhsl3d=50 -recolhsl4s=4638 -recolhsl4d=25 -recolhsl5s=4642 -recolhsl5d=28 -recolhsl6s=4648 -recolhsl6d=40 -model=model_42250,1 -model=model_42251,2 -model=model_42234,4 -model=model_42217,5 - -// 38772 -[loc_38772] -active=no -contrast=25 -ambient=-10 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4524 -recolhsl1d=50 -recolhsl2s=4648 -recolhsl2d=40 -recolhsl3s=4650 -recolhsl3d=40 -recolhsl4s=4520 -recolhsl4d=35 -recolhsl5s=4528 -recolhsl5d=45 -recolhsl6s=4654 -recolhsl6d=42 -model=model_42230,1 -model=model_42224,2 -model=model_42218,4 -model=model_42225,5 - -// 38773 -[loc_38773] -active=no -contrast=25 -ambient=-10 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4524 -recolhsl1d=50 -recolhsl2s=4648 -recolhsl2d=40 -recolhsl3s=4650 -recolhsl3d=40 -recolhsl4s=4520 -recolhsl4d=35 -recolhsl5s=4528 -recolhsl5d=45 -recolhsl6s=4654 -recolhsl6d=42 -model=model_42229,1 - -// 38774 -[loc_38774] -active=no -contrast=25 -ambient=-10 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4524 -recolhsl1d=50 -recolhsl2s=4648 -recolhsl2d=40 -recolhsl3s=4650 -recolhsl3d=40 -recolhsl4s=4520 -recolhsl4d=35 -recolhsl5s=4528 -recolhsl5d=45 -recolhsl6s=4654 -recolhsl6d=42 -model=model_42219,1 -model=model_42226,2 - -// 38775 -[loc_38775] -active=no -contrast=25 -ambient=-10 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4524 -recolhsl1d=50 -recolhsl2s=3250 -recolhsl2d=55 -recolhsl3s=4398 -recolhsl3d=45 -recolhsl4s=4402 -recolhsl4d=58 -recolhsl5s=4528 -recolhsl5d=40 -model=model_42222,1 -model=model_42256,2 -model=model_42252,4 -model=model_42244,5 - -// 38776 -[loc_38776] -active=no -contrast=25 -ambient=-10 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4524 -recolhsl1d=50 -recolhsl2s=3250 -recolhsl2d=55 -recolhsl3s=4398 -recolhsl3d=45 -recolhsl4s=4402 -recolhsl4d=58 -recolhsl5s=4528 -recolhsl5d=40 -model=model_42241,1 - -// 38777 -[loc_38777] -active=no -contrast=25 -ambient=-10 -blockwalk=yes -hillskew=yes -sharelight=yes -recolhsl1s=4524 -recolhsl1d=50 -recolhsl2s=3250 -recolhsl2d=55 -recolhsl3s=4398 -recolhsl3d=45 -recolhsl4s=4402 -recolhsl4d=58 -recolhsl5s=4528 -recolhsl5d=40 -model=model_42247,1 -model=model_42232,2 -model=model_42233,4 - -// 38778 -[loc_38778] -active=no -sharelight=yes -hillskew=yes -ambient=-10 -contrast=25 -recolhsl1s=4524 -recolhsl1d=50 -recolhsl2s=3250 -recolhsl2d=55 -recolhsl3s=4398 -recolhsl3d=45 -recolhsl4s=4402 -recolhsl4d=58 -recolhsl5s=4528 -recolhsl5d=40 -model=model_42220 - -// 38779 -[loc_38779] -active=no -sharelight=yes -hillskew=yes -ambient=-10 -contrast=25 -recolhsl1s=4524 -recolhsl1d=50 -recolhsl2s=3250 -recolhsl2d=55 -recolhsl3s=4398 -recolhsl3d=45 -recolhsl4s=4402 -recolhsl4d=58 -recolhsl5s=4528 -recolhsl5d=40 -model=model_42242 - -// 38780 -[loc_38780] -active=no -sharelight=yes -hillskew=yes -ambient=-10 -contrast=25 -recolhsl1s=4524 -recolhsl1d=50 -recolhsl2s=3250 -recolhsl2d=55 -recolhsl3s=4398 -recolhsl3d=45 -recolhsl4s=4402 -recolhsl4d=58 -recolhsl5s=4528 -recolhsl5d=40 -model=model_42227 - -// 38781 -[loc_38781] -active=no -sharelight=yes -hillskew=yes -ambient=-10 -contrast=25 -recolhsl1s=4524 -recolhsl1d=50 -recolhsl2s=3250 -recolhsl2d=55 -recolhsl3s=4398 -recolhsl3d=45 -recolhsl4s=4402 -recolhsl4d=58 -recolhsl5s=4528 -recolhsl5d=40 -model=model_42239 - -// 38782 -[loc_38782] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42177 - -// 38783 -[loc_38783] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42185 - -// 38784 -[loc_38784] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42188 - -// 38785 -[loc_38785] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42183 - -// 38786 -[loc_38786] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42178 - -// 38787 -[loc_38787] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42186 - -// 38788 -[loc_38788] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42184 - -// 38789 -[loc_38789] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42180 - -// 38790 -[loc_38790] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42182 - -// 38791 -[loc_38791] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42179 - -// 38792 -[loc_38792] -ambient=25 -contrast=15 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -resizey=384 -recol1s=17864 -recol1d=10499 -model=model_42187 - -// 38793 -[loc_38793] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=12512 -recol2s=15618 -recol2d=10432 -model=model_1124,0 - -// 38794 -[loc_38794] -hillskew=yes -unknown90=yes -recol1s=13505 -recol1d=12512 -recol2s=15618 -recol2d=10432 -model=model_1139,0 - -// 38795 -[loc_38795] -hillskew=yes -active=no -recol1s=13505 -recol1d=12512 -recol2s=15618 -recol2d=10432 -model=model_1032,0 - -// 38796 -[loc_38796] -hillskew=yes -active=no -recol1s=13505 -recol1d=15683 -recol2s=15618 -recol2d=12512 -model=model_1124,0 - -// 38797 -[loc_38797] -hillskew=yes -active=no -recol1s=13505 -recol1d=15683 -recol2s=15618 -recol2d=12512 -model=model_1139,0 - -// 38798 -[loc_38798] -hillskew=yes -active=no -recol1s=13505 -recol1d=15683 -recol2s=15618 -recol2d=12512 -model=model_1032,0 - -// 38799 -[loc_38799] -active=yes -ambient=30 -model=model_42172,1 -name=Door - -// 38800 -[loc_38800] -active=no -sharelight=yes -ambient=30 -model=model_42173,1 - -// 38801 -[loc_38801] -active=no -sharelight=yes -ambient=30 -model=model_42176 - -// 38802 -[loc_38802] -ambient=15 -contrast=15 -active=no -blockwalk=yes -recolhsl1s=5161 -recolhsl1d=5278 -recol2s=11591 -recol2d=7365 -recolhsl3s=8483 -recolhsl3d=5270 -recolhsl4s=5281 -recolhsl4d=5150 -recolhsl5s=7322 -recolhsl5d=5143 -model=model_18322 - -// 38803 -[loc_38803] -active=no -blockwalk=yes -recol1s=8354 -recol1d=9445 -recol2s=9411 -recol2d=8388 -recol3s=10468 -recol3d=9444 -recol4s=11525 -recol4d=9477 -recol5s=12582 -recol5d=10534 -recol6s=13639 -recol6d=8388 -model=model_5257 - -// 38804 -[loc_38804] -bgsound=synth_5293,2 -active=no -model=model_1105,0 - -// 38805 -[loc_38805] -active=no -contrast=10 -hillskew=yes -blockwalk=no -unknown90=yes -model=model_14599,0 - -// 38806 -[loc_38806] -active=no -contrast=10 -hillskew=yes -blockwalk=no -unknown90=yes -model=model_14600,0 - -// 38807 -[loc_38807] -active=no -contrast=10 -hillskew=yes -blockwalk=no -unknown90=yes -model=model_12130,0 - -// 38808 -[loc_38808] -anim=seq_9867 -ambient=20 -blockwalk=yes -mirror=yes -model=model_11830 -name=Standard - -// 38809 -[loc_38809] -sharelight=yes -hillskew=yes -resizey=115 -model=model_42310 -model=model_42309 -name=Brewing vat - -// 38810 -[loc_38810] -ambient=-40 -op1=Loot -blockrange=no -recol1s=28436 -recol1d=24206 -model=model_1078 -name=Corpse - -// 38811 -[loc_38811] -active=yes -length=3 -width=5 -ambient=20 -contrast=15 -blockwalk=yes -op1=Go-through -op2=Peek-in -model=model_41081 -name=Passage - -// 38812 -[loc_38812] -active=no -ambient=50 -contrast=10 -hillskew=yes -blockwalk=no -model=model_41057,0 - -// 38813 -[loc_38813] -active=no -ambient=50 -contrast=10 -hillskew=yes -blockwalk=yes -sharelight=yes -model=model_41058,1 -model=model_41059,4 - -// 38814 -[loc_38814] -anim=seq_7391 -width=5 -length=5 -ambient=10 -randomanimframe=no -model=model_41105 -name=Entrance - -// 38815 -[loc_38815] -active=yes -blockwalk=yes -width=5 -length=5 -forceapproach=south -multivar=varplayerbit_5333 -multiloc=0,loc_37749 -multiloc=1,loc_37750 - -// 38816 -[loc_38816] -active=yes -blockwalk=yes -width=5 -length=5 -forceapproach=south -multivar=varplayerbit_5333 -multiloc=0,loc_37750 -multiloc=1,loc_37749 - -// 38817 -[loc_38817] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41080 -name=Fire pit - -// 38818 -[loc_38818] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41073 -name=Fire pit - -// 38819 -[loc_38819] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41082 -name=Fire pit - -// 38820 -[loc_38820] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41085 -name=Fire pit - -// 38821 -[loc_38821] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41136 -name=Fire pit - -// 38822 -[loc_38822] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41080 -name=Fire pit - -// 38823 -[loc_38823] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41073 -name=Fire pit - -// 38824 -[loc_38824] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41082 -name=Fire pit - -// 38825 -[loc_38825] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41085 -name=Fire pit - -// 38826 -[loc_38826] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_41136 -name=Fire pit - -// 38827 -[loc_38827] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -anim=seq_7385 -bgsound=synth_5342,5 -blockrange=no -recolhsl1s=8137 -recolhsl1d=7295 -recolhsl2s=5043 -recolhsl2d=4351 -recolhsl3s=7105 -recolhsl3d=4351 -recolhsl4s=7130 -recolhsl4d=7295 -model=model_41136 -model2=model_41135 -model3=model_41137 -name=Fire pit - -// 38828 -[loc_38828] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -anim=seq_7385 -bgsound=synth_5342,5 -blockrange=no -model=model_41136 -model2=model_41135 -model3=model_41137 -name=Fire pit - -// 38829 -[loc_38829] -ambient=20 -contrast=15 -blockwalk=yes -op1=Bless -blockrange=no -model=model_41088 -name=Gravestone - -// 38830 -[loc_38830] -ambient=20 -contrast=15 -blockwalk=yes -op1=Bless -blockrange=no -model=model_41063 -name=Grave marker - -// 38831 -[loc_38831] -ambient=20 -contrast=15 -blockwalk=yes -op1=Bless -blockrange=no -model=model_41079 -name=Grave marker - -// 38832 -[loc_38832] -ambient=20 -contrast=15 -blockwalk=yes -op1=Bless -blockrange=no -model=model_41079 -name=Grave marker - -// 38833 -[loc_38833] -ambient=20 -contrast=15 -blockwalk=yes -op1=Bless -blockrange=no -model=model_41063 -name=Grave marker - -// 38834 -[loc_38834] -op1=Open -op2=Pick-lock -forceapproach=north -recol1s=14695 -recol1d=10499 -recol2s=13638 -recol2d=9442 -recol3s=6370 -recol3d=8385 -recol4s=6373 -recol4d=7328 -recol5s=8484 -recol5d=9442 -recol6s=9543 -recol6d=7328 -model=model_5272 -name=Chest - -// 38835 -[loc_38835] -op1=Search -op2=Close -forceapproach=north -recol1s=9543 -recol1d=9442 -recol2s=8484 -recol2d=8385 -recol3s=6373 -recol3d=7328 -recol4s=6370 -recol4d=9442 -recol5s=4256 -recol5d=7328 -model=model_5273 -name=Chest - -// 38836 -[loc_38836] -ambient=20 -contrast=15 -blockwalk=yes -op1=Pass-through -op2=Close -model=model_41107 -name=Jail door - -// 38837 -[loc_38837] -ambient=20 -contrast=15 -blockwalk=yes -op1=Open -model=model_41108 -name=Jail door - -// 38838 -[loc_38838] -active=yes -multivar=varplayerbit_5335 -multiloc=0,loc_38837 -multiloc=1,loc_38836 - -// 38839 -[loc_38839] -active=yes -multivar=varplayerbit_5336 -multiloc=0,loc_38837 -multiloc=1,loc_38836 - -// 38840 -[loc_38840] -active=yes -multivar=varplayerbit_5335 -multiloc=0,loc_38836 -multiloc=1,loc_38837 - -// 38841 -[loc_38841] -active=yes -multivar=varplayerbit_5336 -multiloc=0,loc_38836 -multiloc=1,loc_38837 - -// 38842 -[loc_38842] -active=no -randomsound=25,100,10,synth_2050,synth_2052,synth_5033,synth_5359,synth_2155 -bgsound=synth_3093,10 -model=model_1105,0 - -// 38843 -[loc_38843] -anim=seq_10042 -active=yes -ambient=64 -contrast=12 -blockwalk=no -bgsound=synth_5104,3 -model=model_42312 -name=Portal - -// 38844 -[loc_38844] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_42325 - -// 38845 -[loc_38845] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -model=model_41060 -name=Roots - -// 38846 -[loc_38846] -active=yes -blockwalk=yes -msi=msi_6 -blockrange=no -multivar=varplayerbit_5331 -multiloc=default,loc_37959 -multiloc=0,loc_38845 -multiloc=5,loc_38845 -multiloc=10,loc_38845 - -// 38847 -[loc_38847] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=7710 -recolhsl6d=8353 -model=model_41070 -name=Roots - -// 38848 -[loc_38848] -active=yes -blockwalk=yes -msi=msi_6 -blockrange=no -multivar=varplayerbit_5331 -multiloc=default,loc_37961 -multiloc=0,loc_38847 -multiloc=5,loc_38847 -multiloc=10,loc_38847 - -// 38849 -[loc_38849] -msi=msi_6 -blockwalk=yes -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=5524 -recolhsl1d=8340 -recolhsl2s=5528 -recolhsl2d=8342 -recolhsl3s=6555 -recolhsl3d=8346 -recolhsl4s=6558 -recolhsl4d=8343 -recolhsl5s=6565 -recolhsl5d=8350 -recolhsl6s=6561 -recolhsl6d=8346 -model=model_41067 -name=Roots - -// 38850 -[loc_38850] -active=yes -blockwalk=yes -msi=msi_6 -blockrange=no -multivar=varplayerbit_5331 -multiloc=default,loc_37963 -multiloc=0,loc_38849 -multiloc=5,loc_38849 -multiloc=10,loc_38849 - -// 38851 -[loc_38851] -active=no -ambient=25 -contrast=15 -model=model_42324,Q - -// 38852 -[loc_38852] -active=no -hillskew=yes -sharelight=yes -blockwalk=yes -shadow=no -hardshadow=no -blockrange=no -model=model_42327 - -// 38853 -[loc_38853] -active=no -hillskew=yes -sharelight=yes -blockwalk=yes -shadow=no -hardshadow=no -blockrange=no -model=model_42326 - -// 38854 -[loc_38854] -op1=Climb-up -msi=msi_7 -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -sharelight=yes -blockrange=no -recolhsl1s=8222 -recolhsl1d=20 -recolhsl2s=8226 -recolhsl2d=24 -recolhsl3s=8242 -recolhsl3d=28 -recolhsl4s=8247 -recolhsl4d=32 -retex1s=material_377 -retex1d=material_96 -retex2s=material_105 -retex2d=material_96 -model=model_36515 -name=Staircase - -// 38855 -[loc_38855] -op1=Climb -op2=Climb-up -op3=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -sharelight=yes -blockrange=no -recolhsl1s=8222 -recolhsl1d=20 -recolhsl2s=8226 -recolhsl2d=24 -recolhsl3s=8242 -recolhsl3d=28 -recolhsl4s=8247 -recolhsl4d=32 -retex1s=material_377 -retex1d=material_96 -retex2s=material_105 -retex2d=material_96 -model=model_36517 -name=Staircase - -// 38856 -[loc_38856] -op1=Climb-down -ambient=25 -contrast=15 -blockwalk=yes -width=2 -length=2 -msi=msi_7 -sharelight=yes -blockrange=no -recolhsl1s=8222 -recolhsl1d=20 -recolhsl2s=8226 -recolhsl2d=24 -recolhsl3s=8242 -recolhsl3d=28 -recolhsl4s=8247 -recolhsl4d=32 -retex1s=material_377 -retex1d=material_96 -retex2s=material_105 -retex2d=material_96 -model=model_36520 -name=Staircase - -// 38857 -[loc_38857] -offsetx=4 -model=model_37976,Q - -// 38858 -[loc_38858] -ambient=30 -contrast=25 -op1=Search -offsetz=10 -recol1s=14561 -recol1d=14694 -model=model_7386 -name=Bookcase - -// 38859 -[loc_38859] -hillskew=yes -ambient=30 -op1=Inspect -model=model_42521,0 -name=Bush - -// 38860 -[loc_38860] -hillskew=yes -ambient=30 -op1=Inspect -blockwalk=yes -model=model_42520,0 -name=Rock - -// 38861 -[loc_38861] -hillskew=yes -ambient=30 -op1=Inspect -blockwalk=yes -model=model_42520,0 -name=Rock - -// 38862 -[loc_38862] -hillskew=yes -ambient=30 -op1=Inspect -blockwalk=yes -model=model_42520,0 -name=Rock - -// 38863 -[loc_38863] -width=2 -length=2 -hillskew=yes -op1=Inspect -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_14330 -name=Bones - -// 38864 -[loc_38864] -hillskew=yes -ambient=30 -op1=Inspect -model=model_42521,0 -name=Bush - -// 38865 -[loc_38865] -hillskew=yes -ambient=30 -op1=Inspect -blockwalk=yes -model=model_42520,0 -name=Rock - -// 38866 -[loc_38866] -hillskew=yes -ambient=30 -op1=Inspect -model=model_42521,0 -name=Bush - -// 38867 -[loc_38867] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,230 -op1=Inspect -blockrange=no -recol1s=10533 -recol1d=9478 -recol2s=9476 -recol2d=8421 -recol3s=8419 -recol3d=7364 -recol4s=6305 -recol4d=6307 -model=model_8012 -name=Tree stump - -// 38868 -[loc_38868] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,230 -op1=Inspect -blockrange=no -recol1s=10533 -recol1d=9478 -recol2s=9476 -recol2d=8421 -recol3s=8419 -recol3d=7364 -recol4s=6305 -recol4d=6307 -model=model_8012 -name=Tree stump - -// 38869 -[loc_38869] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,230 -op1=Inspect -blockrange=no -recol1s=10533 -recol1d=9478 -recol2s=9476 -recol2d=8421 -recol3s=8419 -recol3d=7364 -recol4s=6305 -recol4d=6307 -model=model_8012 -name=Tree stump - -// 38870 -[loc_38870] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14746 -name=Tree - -// 38871 -[loc_38871] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,200 -op1=Inspect -blockrange=no -recol1s=10533 -recol1d=9477 -recol2s=9476 -recol2d=10534 -recol3s=8419 -recol3d=8420 -model=model_8012 -name=Tree stump - -// 38872 -[loc_38872] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14746 -name=Tree - -// 38873 -[loc_38873] -hillskew=yes -ambient=30 -op1=Inspect -blockwalk=yes -model=model_42520,0 -name=Rock - -// 38874 -[loc_38874] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14746 -name=Tree - -// 38875 -[loc_38875] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14746 -name=Tree - -// 38876 -[loc_38876] -hillskew=yes -ambient=30 -op1=Inspect -model=model_42521,0 -name=Bush - -// 38877 -[loc_38877] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,230 -op1=Inspect -blockrange=no -recol1s=10533 -recol1d=9478 -recol2s=9476 -recol2d=8421 -recol3s=8419 -recol3d=7364 -recol4s=6305 -recol4d=6307 -model=model_8012 -name=Tree stump - -// 38878 -[loc_38878] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=5280 -recol3d=8420 -model=model_14753 -name=Tree - -// 38879 -[loc_38879] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,230 -op1=Inspect -blockrange=no -recol1s=10533 -recol1d=9478 -recol2s=9476 -recol2d=8421 -recol3s=8419 -recol3d=7364 -recol4s=6305 -recol4d=6307 -model=model_8012 -name=Tree stump - -// 38880 -[loc_38880] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14741 -name=Tree - -// 38881 -[loc_38881] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14741 -name=Tree - -// 38882 -[loc_38882] -hillskew=yes -ambient=30 -op1=Inspect -model=model_42521,0 -name=Bush - -// 38883 -[loc_38883] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14746 -name=Tree - -// 38884 -[loc_38884] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14747 -name=Tree - -// 38885 -[loc_38885] -hillskew=yes -op1=Inspect -blockrange=no -model=model_11800 -name=Rocks - -// 38886 -[loc_38886] -width=3 -length=2 -msi=msi_6 -hillskew=yes -op1=Inspect -recol1s=8450 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=5282 -recol3d=8420 -model=model_14739 -name=Tree - -// 38887 -[loc_38887] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14741 -name=Tree - -// 38888 -[loc_38888] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14746 -name=Tree - -// 38889 -[loc_38889] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14740 -name=Tree - -// 38890 -[loc_38890] -hillskew=yes -ambient=30 -op1=Inspect -blockwalk=yes -model=model_42520,0 -name=Rock - -// 38891 -[loc_38891] -hillskew=yes -ambient=30 -op1=Inspect -blockwalk=yes -model=model_42520,0 -name=Rock - -// 38892 -[loc_38892] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14746 -name=Tree - -// 38893 -[loc_38893] -hillskew=yes -ambient=30 -op1=Inspect -model=model_42521,0 -name=Bush - -// 38894 -[loc_38894] -hillskew=yes -ambient=30 -op1=Inspect -model=model_42521,0 -name=Bush - -// 38895 -[loc_38895] -msi=msi_6 -hillskew=yes -msi=msi_6 -op1=Inspect -model=model_14738 -name=Tree - -// 38896 -[loc_38896] -msi=msi_6 -hillskew=yes -msi=msi_6 -op1=Inspect -model=model_14738 -name=Tree - -// 38897 -[loc_38897] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14741 -name=Tree - -// 38898 -[loc_38898] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14747 -name=Tree - -// 38899 -[loc_38899] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,230 -op1=Inspect -blockrange=no -recol1s=10533 -recol1d=9478 -recol2s=9476 -recol2d=8421 -recol3s=8419 -recol3d=7364 -recol4s=6305 -recol4d=6307 -model=model_8012 -name=Tree stump - -// 38900 -[loc_38900] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=10535 -recol2s=6336 -recol2d=9478 -recol3s=5280 -recol3d=8421 -model=model_14754 -name=Tree - -// 38901 -[loc_38901] -resizey=65 -resizex=65 -resizez=65 -op1=Inspect -blockrange=no -recol1s=21038 -recol1d=12683 -recol2s=12683 -recol2d=8422 -recol3s=10535 -recol3d=7398 -recol4s=10533 -recol4d=12650 -recol5s=12517 -recol5d=7398 -recol6s=7429 -recol6d=6341 -model=model_14712 -name=Mushroom - -// 38902 -[loc_38902] -hillskew=yes -op1=Inspect -blockrange=no -model=model_11798 -name=Rocks - -// 38903 -[loc_38903] -hillskew=yes -op1=Inspect -blockrange=no -model=model_11799 -name=Rocks - -// 38904 -[loc_38904] -hillskew=yes -op1=Inspect -blockrange=no -model=model_11800 -name=Rocks - -// 38905 -[loc_38905] -width=2 -length=2 -hillskew=yes -op1=Inspect -blockrange=no -model=model_11795 -name=Rocks - -// 38906 -[loc_38906] -width=2 -length=2 -hillskew=yes -op1=Inspect -blockrange=no -recol1s=28436 -recol1d=7399 -model=model_14332 -name=Bones - -// 38907 -[loc_38907] -width=2 -length=2 -hillskew=yes -op1=Inspect -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14591 -name=Rocks - -// 38908 -[loc_38908] -resizey=75 -resizex=75 -resizez=75 -op1=Inspect -blockrange=no -recol1s=21138 -recol1d=14795 -recol2s=21106 -recol2d=9479 -recol3s=21073 -recol3d=8455 -recol4s=21038 -recol4d=13707 -recol5s=17734 -recol5d=8455 -recol6s=6306 -recol6d=7397 -model=model_14711 -name=Mushroom - -// 38909 -[loc_38909] -resizex=64 -resizez=64 -resizey=64 -hillchange=tree_skew,200 -op1=Inspect -blockrange=no -recol1s=10533 -recol1d=9477 -recol2s=9476 -recol2d=10534 -recol3s=8419 -recol3d=8420 -model=model_8012 -name=Tree stump - -// 38910 -[loc_38910] -width=2 -length=2 -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14740 -name=Tree - -// 38911 -[loc_38911] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=4224 -recol3d=8420 -model=model_14746 -name=Tree - -// 38912 -[loc_38912] -hillchange=tree_skew,40 -msi=msi_6 -op1=Inspect -recol1s=7393 -recol1d=9477 -recol2s=6336 -recol2d=10534 -recol3s=5280 -recol3d=8420 -model=model_14753 -name=Tree - -// 38913 -[loc_38913] -hillskew=yes -op1=Inspect -blockrange=no -recol1s=28436 -recol1d=10504 -model=model_13859 -name=Bones - -// 38914 -[loc_38914] -msi=msi_6 -hillskew=yes -msi=msi_6 -op1=Inspect -model=model_14738 -name=Tree - -// 38915 -[loc_38915] -active=no -shadow=no -blockwalk=no -randomsound=25,50,20,synth_5361,synth_3449,synth_3444,synth_3441 -model=model_34351,Q - -// 38916 -[loc_38916] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=10 -recol1s=12544 -recol1d=23321 -model=model_42517,0 - -// 38917 -[loc_38917] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=10 -recol1s=12544 -recol1d=23321 -model=model_42518,0 - -// 38918 -[loc_38918] -hillskew=yes -ambient=10 -contrast=10 -forcedecor=yes -recol1s=12544 -recol1d=23321 -model=model_42519,0 - -// 38919 -[loc_38919] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=10 -recolhsl1s=8857 -recolhsl1d=6169 -recolhsl2s=8844 -recolhsl2d=6163 -recolhsl3s=8847 -recolhsl3d=6170 -model=model_42517,0 - -// 38920 -[loc_38920] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=10 -recolhsl1s=8857 -recolhsl1d=6169 -recolhsl2s=8844 -recolhsl2d=6163 -model=model_42518,0 - -// 38921 -[loc_38921] -hillskew=yes -ambient=10 -contrast=10 -forcedecor=yes -recolhsl1s=8857 -recolhsl1d=6169 -recolhsl2s=8844 -recolhsl2d=6163 -model=model_42519,0 - -// 38922 -[loc_38922] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=10 -recolhsl1s=8857 -recolhsl1d=6158 -recolhsl2s=8844 -recolhsl2d=6158 -recolhsl3s=8847 -recolhsl3d=6159 -model=model_42517,0 - -// 38923 -[loc_38923] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=10 -recolhsl1s=8857 -recolhsl1d=6158 -recolhsl2s=8844 -recolhsl2d=6158 -recolhsl3s=8847 -recolhsl3d=6159 -model=model_42518,0 - -// 38924 -[loc_38924] -hillskew=yes -ambient=10 -contrast=10 -forcedecor=yes -recolhsl1s=8857 -recolhsl1d=6158 -recolhsl2s=8844 -recolhsl2d=6158 -recolhsl3s=8847 -recolhsl3d=6159 -model=model_42519,0 - -// 38925 -[loc_38925] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=10 -recolhsl1s=8857 -recolhsl1d=6288 -recolhsl2s=8844 -recolhsl2d=6286 -recolhsl3s=8847 -recolhsl3d=6286 -model=model_42517,0 - -// 38926 -[loc_38926] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=10 -recolhsl1s=8857 -recolhsl1d=6288 -recolhsl2s=8844 -recolhsl2d=6286 -recolhsl3s=8847 -recolhsl3d=6305 -model=model_42518,0 - -// 38927 -[loc_38927] -hillskew=yes -ambient=10 -contrast=10 -forcedecor=yes -recolhsl1s=8857 -recolhsl1d=6288 -recolhsl2s=8844 -recolhsl2d=6286 -recolhsl3s=8847 -recolhsl3d=6305 -model=model_42519,0 - -// 38928 -[loc_38928] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=10 -recolhsl1s=8857 -recolhsl1d=6288 -recolhsl2s=8844 -recolhsl2d=6286 -recolhsl3s=8847 -recolhsl3d=6287 -model=model_42517,0 - -// 38929 -[loc_38929] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=10 -recolhsl1s=8857 -recolhsl1d=6288 -recolhsl2s=8844 -recolhsl2d=6286 -recolhsl3s=8847 -recolhsl3d=6305 -model=model_42518,0 - -// 38930 -[loc_38930] -hillskew=yes -ambient=10 -contrast=10 -forcedecor=yes -recolhsl1s=8857 -recolhsl1d=6288 -recolhsl2s=8844 -recolhsl2d=6286 -recolhsl3s=8847 -recolhsl3d=6305 -model=model_42519,0 - -// 38931 -[loc_38931] -forcedecor=yes -multivar=varplayerbit_5387 -multiloc=20,loc_38916 -multiloc=30,loc_38916 -multiloc=40,loc_38916 -multiloc=60,loc_38916 -multiloc=70,loc_38916 -multiloc=75,loc_38916 -multiloc=80,loc_38916 -multiloc=90,loc_38916 -multiloc=100,loc_38916 -multiloc=110,loc_38916 -multiloc=120,loc_38916 -multiloc=130,loc_38916 -multiloc=140,loc_38916 -multiloc=150,loc_38916 -multiloc=160,loc_38916 -multiloc=170,loc_38916 -multiloc=175,loc_38916 -multiloc=180,loc_38916 -multiloc=190,loc_38916 -multiloc=195,loc_38916 -multiloc=200,loc_38916 -multiloc=210,loc_38916 -multiloc=220,loc_38916 -multiloc=225,loc_38916 -multiloc=230,loc_38916 -multiloc=240,loc_38916 -multiloc=250,loc_38916 - -// 38932 -[loc_38932] -forcedecor=yes -multivar=varplayerbit_5387 -multiloc=20,loc_38917 -multiloc=30,loc_38917 -multiloc=40,loc_38917 -multiloc=60,loc_38917 -multiloc=70,loc_38917 -multiloc=75,loc_38917 -multiloc=80,loc_38917 -multiloc=90,loc_38917 -multiloc=100,loc_38917 -multiloc=110,loc_38917 -multiloc=120,loc_38917 -multiloc=130,loc_38917 -multiloc=140,loc_38917 -multiloc=150,loc_38917 -multiloc=160,loc_38917 -multiloc=170,loc_38917 -multiloc=175,loc_38917 -multiloc=180,loc_38917 -multiloc=190,loc_38917 -multiloc=195,loc_38917 -multiloc=200,loc_38917 -multiloc=210,loc_38917 -multiloc=220,loc_38917 -multiloc=225,loc_38917 -multiloc=230,loc_38917 -multiloc=240,loc_38917 -multiloc=250,loc_38917 - -// 38933 -[loc_38933] -forcedecor=yes -multivar=varplayerbit_5387 -multiloc=20,loc_38918 -multiloc=30,loc_38918 -multiloc=40,loc_38918 -multiloc=60,loc_38918 -multiloc=70,loc_38918 -multiloc=75,loc_38918 -multiloc=80,loc_38918 -multiloc=90,loc_38918 -multiloc=100,loc_38918 -multiloc=110,loc_38918 -multiloc=120,loc_38918 -multiloc=130,loc_38918 -multiloc=140,loc_38918 -multiloc=150,loc_38918 -multiloc=160,loc_38918 -multiloc=170,loc_38918 -multiloc=175,loc_38918 -multiloc=180,loc_38918 -multiloc=190,loc_38918 -multiloc=195,loc_38918 -multiloc=200,loc_38918 -multiloc=210,loc_38918 -multiloc=220,loc_38918 -multiloc=225,loc_38918 -multiloc=230,loc_38918 -multiloc=240,loc_38918 -multiloc=250,loc_38918 - -// 38934 -[loc_38934] -forcedecor=yes -multivar=varplayerbit_5368 -multiloc=1,loc_38916 -multiloc=2,loc_38916 - -// 38935 -[loc_38935] -forcedecor=yes -multivar=varplayerbit_5368 -multiloc=1,loc_38917 -multiloc=2,loc_38917 - -// 38936 -[loc_38936] -forcedecor=yes -multivar=varplayerbit_5368 -multiloc=1,loc_38918 -multiloc=2,loc_38918 - -// 38937 -[loc_38937] -forcedecor=yes -multivar=varplayerbit_5368 -multiloc=2,loc_38916 - -// 38938 -[loc_38938] -forcedecor=yes -multivar=varplayerbit_5368 -multiloc=2,loc_38917 - -// 38939 -[loc_38939] -forcedecor=yes -multivar=varplayerbit_5368 -multiloc=2,loc_38918 - -// 38940 -[loc_38940] -forcedecor=yes -multivar=varplayerbit_5369 -multiloc=1,loc_38916 -multiloc=2,loc_38916 - -// 38941 -[loc_38941] -forcedecor=yes -multivar=varplayerbit_5369 -multiloc=1,loc_38917 -multiloc=2,loc_38917 - -// 38942 -[loc_38942] -forcedecor=yes -multivar=varplayerbit_5369 -multiloc=1,loc_38918 -multiloc=2,loc_38918 - -// 38943 -[loc_38943] -forcedecor=yes -multivar=varplayerbit_5369 -multiloc=2,loc_38916 - -// 38944 -[loc_38944] -forcedecor=yes -multivar=varplayerbit_5369 -multiloc=2,loc_38917 - -// 38945 -[loc_38945] -forcedecor=yes -multivar=varplayerbit_5369 -multiloc=2,loc_38918 - -// 38946 -[loc_38946] -forcedecor=yes -multivar=varplayerbit_5370 -multiloc=1,loc_38916 -multiloc=2,loc_38916 - -// 38947 -[loc_38947] -forcedecor=yes -multivar=varplayerbit_5370 -multiloc=1,loc_38917 -multiloc=2,loc_38917 - -// 38948 -[loc_38948] -forcedecor=yes -multivar=varplayerbit_5370 -multiloc=1,loc_38918 -multiloc=2,loc_38918 - -// 38949 -[loc_38949] -forcedecor=yes -multivar=varplayerbit_5370 -multiloc=2,loc_38919 - -// 38950 -[loc_38950] -forcedecor=yes -multivar=varplayerbit_5370 -multiloc=2,loc_38920 - -// 38951 -[loc_38951] -forcedecor=yes -multivar=varplayerbit_5370 -multiloc=2,loc_38921 - -// 38952 -[loc_38952] -forcedecor=yes -multivar=varplayerbit_5371 -multiloc=1,loc_38919 -multiloc=2,loc_38919 - -// 38953 -[loc_38953] -forcedecor=yes -multivar=varplayerbit_5371 -multiloc=1,loc_38920 -multiloc=2,loc_38920 - -// 38954 -[loc_38954] -forcedecor=yes -multivar=varplayerbit_5371 -multiloc=1,loc_38921 -multiloc=2,loc_38921 - -// 38955 -[loc_38955] -forcedecor=yes -multivar=varplayerbit_5371 -multiloc=2,loc_38919 - -// 38956 -[loc_38956] -forcedecor=yes -multivar=varplayerbit_5371 -multiloc=2,loc_38920 - -// 38957 -[loc_38957] -forcedecor=yes -multivar=varplayerbit_5371 -multiloc=2,loc_38921 - -// 38958 -[loc_38958] -forcedecor=yes -multivar=varplayerbit_5372 -multiloc=1,loc_38919 -multiloc=2,loc_38919 - -// 38959 -[loc_38959] -forcedecor=yes -multivar=varplayerbit_5372 -multiloc=1,loc_38920 -multiloc=2,loc_38920 - -// 38960 -[loc_38960] -forcedecor=yes -multivar=varplayerbit_5372 -multiloc=1,loc_38921 -multiloc=2,loc_38921 - -// 38961 -[loc_38961] -forcedecor=yes -multivar=varplayerbit_5372 -multiloc=2,loc_38919 - -// 38962 -[loc_38962] -forcedecor=yes -multivar=varplayerbit_5372 -multiloc=2,loc_38920 - -// 38963 -[loc_38963] -forcedecor=yes -multivar=varplayerbit_5372 -multiloc=2,loc_38921 - -// 38964 -[loc_38964] -forcedecor=yes -multivar=varplayerbit_5373 -multiloc=1,loc_38916 -multiloc=2,loc_38916 - -// 38965 -[loc_38965] -forcedecor=yes -multivar=varplayerbit_5373 -multiloc=1,loc_38917 -multiloc=2,loc_38917 - -// 38966 -[loc_38966] -forcedecor=yes -multivar=varplayerbit_5373 -multiloc=1,loc_38918 -multiloc=2,loc_38918 - -// 38967 -[loc_38967] -forcedecor=yes -multivar=varplayerbit_5373 -multiloc=2,loc_38916 - -// 38968 -[loc_38968] -forcedecor=yes -multivar=varplayerbit_5373 -multiloc=2,loc_38917 - -// 38969 -[loc_38969] -forcedecor=yes -multivar=varplayerbit_5373 -multiloc=2,loc_38918 - -// 38970 -[loc_38970] -forcedecor=yes -multivar=varplayerbit_5374 -multiloc=1,loc_38916 -multiloc=2,loc_38916 -multiloc=3,loc_38916 - -// 38971 -[loc_38971] -forcedecor=yes -multivar=varplayerbit_5374 -multiloc=1,loc_38917 -multiloc=2,loc_38917 -multiloc=3,loc_38917 - -// 38972 -[loc_38972] -forcedecor=yes -multivar=varplayerbit_5374 -multiloc=1,loc_38918 -multiloc=2,loc_38918 -multiloc=3,loc_38918 - -// 38973 -[loc_38973] -forcedecor=yes -multivar=varplayerbit_5374 -multiloc=2,loc_38919 -multiloc=3,loc_38919 - -// 38974 -[loc_38974] -forcedecor=yes -multivar=varplayerbit_5374 -multiloc=2,loc_38917 -multiloc=3,loc_38917 - -// 38975 -[loc_38975] -forcedecor=yes -multivar=varplayerbit_5374 -multiloc=2,loc_38918 -multiloc=3,loc_38918 - -// 38976 -[loc_38976] -forcedecor=yes -multivar=varplayerbit_5374 -multiloc=3,loc_38916 - -// 38977 -[loc_38977] -forcedecor=yes -multivar=varplayerbit_5374 -multiloc=3,loc_38917 - -// 38978 -[loc_38978] -forcedecor=yes -multivar=varplayerbit_5374 -multiloc=3,loc_38918 - -// 38979 -[loc_38979] -forcedecor=yes -multivar=varplayerbit_5375 -multiloc=1,loc_38919 -multiloc=2,loc_38919 -multiloc=3,loc_38919 - -// 38980 -[loc_38980] -forcedecor=yes -multivar=varplayerbit_5375 -multiloc=1,loc_38920 -multiloc=2,loc_38920 -multiloc=3,loc_38920 - -// 38981 -[loc_38981] -forcedecor=yes -multivar=varplayerbit_5375 -multiloc=1,loc_38921 -multiloc=2,loc_38921 -multiloc=3,loc_38921 - -// 38982 -[loc_38982] -forcedecor=yes -multivar=varplayerbit_5375 -multiloc=2,loc_38919 -multiloc=3,loc_38919 - -// 38983 -[loc_38983] -forcedecor=yes -multivar=varplayerbit_5375 -multiloc=2,loc_38920 -multiloc=3,loc_38920 - -// 38984 -[loc_38984] -forcedecor=yes -multivar=varplayerbit_5375 -multiloc=2,loc_38921 -multiloc=3,loc_38921 - -// 38985 -[loc_38985] -forcedecor=yes -multivar=varplayerbit_5375 -multiloc=3,loc_38919 - -// 38986 -[loc_38986] -forcedecor=yes -multivar=varplayerbit_5375 -multiloc=3,loc_38920 - -// 38987 -[loc_38987] -forcedecor=yes -multivar=varplayerbit_5375 -multiloc=3,loc_38921 - -// 38988 -[loc_38988] -forcedecor=yes -multivar=varplayerbit_5376 -multiloc=1,loc_38919 -multiloc=2,loc_38919 - -// 38989 -[loc_38989] -forcedecor=yes -multivar=varplayerbit_5376 -multiloc=1,loc_38917 -multiloc=2,loc_38917 - -// 38990 -[loc_38990] -forcedecor=yes -multivar=varplayerbit_5376 -multiloc=1,loc_38918 -multiloc=2,loc_38918 - -// 38991 -[loc_38991] -forcedecor=yes -multivar=varplayerbit_5376 -multiloc=2,loc_38925 - -// 38992 -[loc_38992] -forcedecor=yes -multivar=varplayerbit_5376 -multiloc=2,loc_38926 - -// 38993 -[loc_38993] -forcedecor=yes -multivar=varplayerbit_5376 -multiloc=2,loc_38927 - -// 38994 -[loc_38994] -forcedecor=yes -multivar=varplayerbit_5377 -multiloc=1,loc_38916 -multiloc=2,loc_38916 - -// 38995 -[loc_38995] -forcedecor=yes -multivar=varplayerbit_5377 -multiloc=1,loc_38917 -multiloc=2,loc_38917 - -// 38996 -[loc_38996] -forcedecor=yes -multivar=varplayerbit_5377 -multiloc=1,loc_38918 -multiloc=2,loc_38918 - -// 38997 -[loc_38997] -forcedecor=yes -multivar=varplayerbit_5377 -multiloc=2,loc_38919 - -// 38998 -[loc_38998] -forcedecor=yes -multivar=varplayerbit_5377 -multiloc=2,loc_38920 - -// 38999 -[loc_38999] -forcedecor=yes -multivar=varplayerbit_5377 -multiloc=2,loc_38921 - -// 39000 -[loc_39000] -forcedecor=yes -multivar=varplayerbit_5378 -multiloc=1,loc_38919 -multiloc=2,loc_38919 -multiloc=3,loc_38919 - -// 39001 -[loc_39001] -forcedecor=yes -multivar=varplayerbit_5378 -multiloc=1,loc_38920 -multiloc=2,loc_38920 -multiloc=3,loc_38920 - -// 39002 -[loc_39002] -forcedecor=yes -multivar=varplayerbit_5378 -multiloc=1,loc_38918 -multiloc=2,loc_38918 -multiloc=3,loc_38918 - -// 39003 -[loc_39003] -forcedecor=yes -multivar=varplayerbit_5378 -multiloc=2,loc_38919 -multiloc=3,loc_38919 - -// 39004 -[loc_39004] -forcedecor=yes -multivar=varplayerbit_5378 -multiloc=2,loc_38920 -multiloc=3,loc_38920 - -// 39005 -[loc_39005] -forcedecor=yes -multivar=varplayerbit_5378 -multiloc=2,loc_38921 -multiloc=3,loc_38921 - -// 39006 -[loc_39006] -forcedecor=yes -multivar=varplayerbit_5378 -multiloc=3,loc_38919 - -// 39007 -[loc_39007] -forcedecor=yes -multivar=varplayerbit_5378 -multiloc=3,loc_38920 - -// 39008 -[loc_39008] -forcedecor=yes -multivar=varplayerbit_5378 -multiloc=3,loc_38921 - -// 39009 -[loc_39009] -forcedecor=yes -multivar=varplayerbit_5379 -multiloc=1,loc_38919 -multiloc=2,loc_38919 - -// 39010 -[loc_39010] -forcedecor=yes -multivar=varplayerbit_5379 -multiloc=1,loc_38920 -multiloc=2,loc_38920 - -// 39011 -[loc_39011] -forcedecor=yes -multivar=varplayerbit_5379 -multiloc=1,loc_38921 -multiloc=2,loc_38921 - -// 39012 -[loc_39012] -forcedecor=yes -multivar=varplayerbit_5379 -multiloc=2,loc_38916 - -// 39013 -[loc_39013] -forcedecor=yes -multivar=varplayerbit_5379 -multiloc=2,loc_38917 - -// 39014 -[loc_39014] -forcedecor=yes -multivar=varplayerbit_5379 -multiloc=2,loc_38918 - -// 39015 -[loc_39015] -forcedecor=yes -multivar=varplayerbit_5380 -multiloc=1,loc_38916 -multiloc=2,loc_38916 -multiloc=3,loc_38916 - -// 39016 -[loc_39016] -forcedecor=yes -multivar=varplayerbit_5380 -multiloc=1,loc_38917 -multiloc=2,loc_38917 -multiloc=3,loc_38917 - -// 39017 -[loc_39017] -forcedecor=yes -multivar=varplayerbit_5380 -multiloc=1,loc_38918 -multiloc=2,loc_38918 -multiloc=3,loc_38918 - -// 39018 -[loc_39018] -forcedecor=yes -multivar=varplayerbit_5380 -multiloc=2,loc_38916 -multiloc=3,loc_38916 - -// 39019 -[loc_39019] -forcedecor=yes -multivar=varplayerbit_5380 -multiloc=2,loc_38917 -multiloc=3,loc_38917 - -// 39020 -[loc_39020] -forcedecor=yes -multivar=varplayerbit_5380 -multiloc=2,loc_38918 -multiloc=3,loc_38918 - -// 39021 -[loc_39021] -forcedecor=yes -multivar=varplayerbit_5380 -multiloc=3,loc_38919 - -// 39022 -[loc_39022] -forcedecor=yes -multivar=varplayerbit_5380 -multiloc=3,loc_38917 - -// 39023 -[loc_39023] -forcedecor=yes -multivar=varplayerbit_5380 -multiloc=3,loc_38918 - -// 39024 -[loc_39024] -forcedecor=yes -multivar=varplayerbit_5381 -multiloc=1,loc_38916 -multiloc=2,loc_38916 - -// 39025 -[loc_39025] -forcedecor=yes -multivar=varplayerbit_5381 -multiloc=1,loc_38917 -multiloc=2,loc_38917 - -// 39026 -[loc_39026] -forcedecor=yes -multivar=varplayerbit_5381 -multiloc=1,loc_38918 -multiloc=2,loc_38918 - -// 39027 -[loc_39027] -forcedecor=yes -multivar=varplayerbit_5381 -multiloc=2,loc_38916 - -// 39028 -[loc_39028] -forcedecor=yes -multivar=varplayerbit_5381 -multiloc=2,loc_38917 - -// 39029 -[loc_39029] -forcedecor=yes -multivar=varplayerbit_5381 -multiloc=2,loc_38918 - -// 39030 -[loc_39030] -forcedecor=yes -multivar=varplayerbit_5382 -multiloc=1,loc_38916 -multiloc=2,loc_38916 - -// 39031 -[loc_39031] -forcedecor=yes -multivar=varplayerbit_5382 -multiloc=1,loc_38917 -multiloc=2,loc_38917 - -// 39032 -[loc_39032] -forcedecor=yes -multivar=varplayerbit_5382 -multiloc=1,loc_38918 -multiloc=2,loc_38918 - -// 39033 -[loc_39033] -forcedecor=yes -multivar=varplayerbit_5382 -multiloc=2,loc_38919 - -// 39034 -[loc_39034] -forcedecor=yes -multivar=varplayerbit_5382 -multiloc=2,loc_38920 - -// 39035 -[loc_39035] -forcedecor=yes -multivar=varplayerbit_5382 -multiloc=2,loc_38921 - -// 39036 -[loc_39036] -forcedecor=yes -multivar=varplayerbit_5383 -multiloc=1,loc_38916 -multiloc=2,loc_38916 - -// 39037 -[loc_39037] -forcedecor=yes -multivar=varplayerbit_5383 -multiloc=1,loc_38917 -multiloc=2,loc_38917 - -// 39038 -[loc_39038] -forcedecor=yes -multivar=varplayerbit_5383 -multiloc=1,loc_38918 -multiloc=2,loc_38918 - -// 39039 -[loc_39039] -forcedecor=yes -multivar=varplayerbit_5383 -multiloc=2,loc_38916 - -// 39040 -[loc_39040] -forcedecor=yes -multivar=varplayerbit_5383 -multiloc=2,loc_38917 - -// 39041 -[loc_39041] -forcedecor=yes -multivar=varplayerbit_5383 -multiloc=2,loc_38918 - -// 39042 -[loc_39042] -forcedecor=yes -multivar=varplayerbit_5384 -multiloc=1,loc_38916 -multiloc=2,loc_38916 - -// 39043 -[loc_39043] -forcedecor=yes -multivar=varplayerbit_5384 -multiloc=1,loc_38917 -multiloc=2,loc_38917 - -// 39044 -[loc_39044] -forcedecor=yes -multivar=varplayerbit_5384 -multiloc=1,loc_38918 -multiloc=2,loc_38918 - -// 39045 -[loc_39045] -forcedecor=yes -multivar=varplayerbit_5384 -multiloc=2,loc_38916 - -// 39046 -[loc_39046] -forcedecor=yes -multivar=varplayerbit_5384 -multiloc=2,loc_38917 - -// 39047 -[loc_39047] -forcedecor=yes -multivar=varplayerbit_5384 -multiloc=2,loc_38918 - -// 39048 -[loc_39048] -forcedecor=yes -multivar=varplayerbit_5385 -multiloc=1,loc_38925 -multiloc=2,loc_38925 -multiloc=3,loc_38925 - -// 39049 -[loc_39049] -forcedecor=yes -multivar=varplayerbit_5385 -multiloc=1,loc_38926 -multiloc=2,loc_38926 -multiloc=3,loc_38926 - -// 39050 -[loc_39050] -forcedecor=yes -multivar=varplayerbit_5385 -multiloc=1,loc_38927 -multiloc=2,loc_38927 -multiloc=3,loc_38927 - -// 39051 -[loc_39051] -forcedecor=yes -multivar=varplayerbit_5385 -multiloc=2,loc_38925 -multiloc=3,loc_38925 - -// 39052 -[loc_39052] -forcedecor=yes -multivar=varplayerbit_5385 -multiloc=2,loc_38926 -multiloc=3,loc_38926 - -// 39053 -[loc_39053] -forcedecor=yes -multivar=varplayerbit_5385 -multiloc=2,loc_38927 -multiloc=3,loc_38927 - -// 39054 -[loc_39054] -forcedecor=yes -multivar=varplayerbit_5385 -multiloc=3,loc_38925 - -// 39055 -[loc_39055] -forcedecor=yes -multivar=varplayerbit_5385 -multiloc=3,loc_38926 - -// 39056 -[loc_39056] -forcedecor=yes -multivar=varplayerbit_5385 -multiloc=3,loc_38927 - -// 39057 -[loc_39057] -forcedecor=yes -multivar=varplayerbit_5386 -multiloc=1,loc_38916 -multiloc=2,loc_38916 -multiloc=3,loc_38916 -multiloc=4,loc_38916 - -// 39058 -[loc_39058] -forcedecor=yes -multivar=varplayerbit_5386 -multiloc=1,loc_38917 -multiloc=2,loc_38917 -multiloc=3,loc_38917 -multiloc=4,loc_38917 - -// 39059 -[loc_39059] -forcedecor=yes -multivar=varplayerbit_5386 -multiloc=1,loc_38918 -multiloc=2,loc_38918 -multiloc=3,loc_38918 -multiloc=4,loc_38918 - -// 39060 -[loc_39060] -forcedecor=yes -multivar=varplayerbit_5386 -multiloc=2,loc_38922 -multiloc=3,loc_38922 -multiloc=4,loc_38922 - -// 39061 -[loc_39061] -forcedecor=yes -multivar=varplayerbit_5386 -multiloc=2,loc_38923 -multiloc=3,loc_38923 -multiloc=4,loc_38923 - -// 39062 -[loc_39062] -forcedecor=yes -multivar=varplayerbit_5386 -multiloc=2,loc_38924 -multiloc=3,loc_38924 -multiloc=4,loc_38924 - -// 39063 -[loc_39063] -forcedecor=yes -multivar=varplayerbit_5386 -multiloc=0,loc_336 -multiloc=1,loc_336 -multiloc=2,loc_336 -multiloc=3,loc_38922 -multiloc=4,loc_38922 - -// 39064 -[loc_39064] -forcedecor=yes -multivar=varplayerbit_5386 -multiloc=0,loc_337 -multiloc=3,loc_38923 -multiloc=4,loc_38923 - -// 39065 -[loc_39065] -forcedecor=yes -multivar=varplayerbit_5386 -multiloc=0,loc_335 -multiloc=1,loc_335 -multiloc=2,loc_335 -multiloc=3,loc_38924 -multiloc=4,loc_38924 - -// 39066 -[loc_39066] -ambient=5 -contrast=15 -hillskew=yes -model=model_42412,0 - -// 39067 -[loc_39067] -ambient=5 -contrast=15 -hillskew=yes -model=model_42411,0 - -// 39068 -[loc_39068] -active=yes -blockrange=no -model=model_42391 -name=Gravestone - -// 39069 -[loc_39069] -active=yes -blockrange=no -model=model_42394 -name=Gravestone - -// 39070 -[loc_39070] -active=yes -blockrange=no -model=model_42395 -name=Gravestone - -// 39071 -[loc_39071] -active=yes -blockrange=no -model=model_42397 -name=Gravestone - -// 39072 -[loc_39072] -active=yes -blockrange=no -model=model_42385 -name=Gravestone - -// 39073 -[loc_39073] -active=yes -blockrange=no -model=model_42382 -name=Gravestone - -// 39074 -[loc_39074] -active=yes -blockrange=no -model=model_42386 -name=Gravestone - -// 39075 -[loc_39075] -active=yes -blockrange=no -model=model_42396 -name=Gravestone - -// 39076 -[loc_39076] -active=yes -blockrange=no -model=model_42390 -name=Gravestone - -// 39077 -[loc_39077] -active=yes -blockrange=no -model=model_42384 -name=Gravestone - -// 39078 -[loc_39078] -active=yes -blockrange=no -model=model_42399 -name=Gravestone - -// 39079 -[loc_39079] -active=yes -blockrange=no -model=model_42388,0 -name=Gravestone - -// 39080 -[loc_39080] -active=yes -blockrange=no -model=model_42407,0 -name=Gravestone - -// 39081 -[loc_39081] -width=2 -active=yes -blockrange=no -model=model_42393 -name=Crypt - -// 39082 -[loc_39082] -width=2 -active=no -blockrange=no -model=model_42387 - -// 39083 -[loc_39083] -active=no -hillskew=yes -blockrange=no -model=model_42405,1 - -// 39084 -[loc_39084] -active=no -hillskew=yes -blockrange=no -model=model_42401,1 - -// 39085 -[loc_39085] -hillskew=yes -active=no -blockrange=no -model=model_42400,1 -model=model_42383,4 -model=model_42389,5 - -// 39086 -[loc_39086] -hillskew=yes -active=no -blockrange=no -model=model_42392,1 -model=model_42398,5 - -// 39087 -[loc_39087] -active=no -hillskew=yes -active=no -blockrange=no -model=model_42403,4 - -// 39088 -[loc_39088] -hillskew=yes -active=no -blockrange=no -model=model_42402,4 - -// 39089 -[loc_39089] -length=3 -hillskew=yes -active=no -blockrange=no -model=model_42404 - -// 39090 -[loc_39090] -hillchange=tree_skew,40 -model=model_42406 -name=Tree - -// 39091 -[loc_39091] -hillskew=yes -sharelight=yes -active=no -model=model_42435,1 - -// 39092 -[loc_39092] -hillskew=yes -sharelight=yes -active=no -model=model_42431,1 - -// 39093 -[loc_39093] -hillskew=yes -sharelight=yes -active=no -model=model_42434,1 - -// 39094 -[loc_39094] -hillskew=yes -sharelight=yes -active=no -model=model_42436 - -// 39095 -[loc_39095] -length=2 -ambient=15 -contrast=15 -active=yes -blockrange=no -recol1s=5381 -recol1d=18889 -recolhsl2s=21782 -recolhsl2d=5422 -recol3s=3267 -recol3d=10502 -recol4s=2210 -recol4d=9445 -recolhsl5s=9445 -recolhsl5d=10468 -recol6s=27443 -recol6d=24306 -model=model_31967 -name=Bed - -// 39096 -[loc_39096] -ambient=5 -contrast=15 -hillskew=yes -model=model_42415,0 - -// 39097 -[loc_39097] -hillskew=yes -sharelight=yes -width=3 -length=2 -ambient=15 -contrast=15 -model=model_33058 -name=Stairs - -// 39098 -[loc_39098] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_42433,1 -model=model_42438,2 -model=model_42440,5 - -// 39099 -[loc_39099] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=0 -recolhsl1d=8334 -model=model_42439 - -// 39100 -[loc_39100] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_42432 - -// 39101 -[loc_39101] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=7054 -recolhsl1d=8330 -recolhsl2s=7052 -recolhsl2d=8329 -recolhsl3s=6026 -recolhsl3d=8327 -recolhsl4s=5000 -recolhsl4d=8326 -recolhsl5s=3845 -recolhsl5d=8324 -model=model_33970 - -// 39102 -[loc_39102] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=7054 -recolhsl1d=8330 -recolhsl2s=7052 -recolhsl2d=8329 -recolhsl3s=6026 -recolhsl3d=8327 -recolhsl4s=5000 -recolhsl4d=8326 -recolhsl5s=3845 -recolhsl5d=8324 -recolhsl6s=21530 -recolhsl6d=8330 -model=model_33969 - -// 39103 -[loc_39103] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=7054 -recolhsl1d=8330 -recolhsl2s=7052 -recolhsl2d=8329 -recolhsl3s=6026 -recolhsl3d=8327 -recolhsl4s=5000 -recolhsl4d=8326 -recolhsl5s=3845 -recolhsl5d=8324 -model=model_33971 - -// 39104 -[loc_39104] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -recolhsl1s=7054 -recolhsl1d=8330 -recolhsl2s=7052 -recolhsl2d=8329 -recolhsl3s=6026 -recolhsl3d=8327 -recolhsl4s=5000 -recolhsl4d=8326 -recolhsl5s=3845 -recolhsl5d=8324 -model=model_33972 - -// 39105 -[loc_39105] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_42482 - -// 39106 -[loc_39106] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_42481 - -// 39107 -[loc_39107] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_42483 - -// 39108 -[loc_39108] -hillskew=yes -ambient=10 -contrast=10 -length=2 -width=2 -model=model_42417 -name=Broken column - -// 39109 -[loc_39109] -hillskew=yes -ambient=10 -contrast=10 -length=2 -width=2 -model=model_42419 -name=Broken column - -// 39110 -[loc_39110] -hillskew=yes -ambient=10 -contrast=10 -length=2 -width=2 -model=model_42420 -name=Broken column - -// 39111 -[loc_39111] -hillskew=yes -ambient=10 -contrast=10 -model=model_42423 -name=Rubble - -// 39112 -[loc_39112] -hillskew=yes -ambient=10 -contrast=10 -model=model_42422 -name=Rubble - -// 39113 -[loc_39113] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=15405 -recolhsl1d=8362 -recolhsl2s=15400 -recolhsl2d=8355 -model=model_33083,0 - -// 39114 -[loc_39114] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=4651 -recolhsl1d=8355 -recolhsl2s=4771 -recolhsl2d=8476 -model=model_30920,0 - -// 39115 -[loc_39115] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=4651 -recolhsl1d=8355 -recolhsl2s=4771 -recolhsl2d=8476 -model=model_30873,0 - -// 39116 -[loc_39116] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=4651 -recolhsl1d=8355 -recolhsl2s=4771 -recolhsl2d=8476 -model=model_30899,0 - -// 39117 -[loc_39117] -width=3 -length=2 -ambient=15 -contrast=15 -hillskew=yes -sharelight=yes -recolhsl1s=35980 -recolhsl1d=8464 -recolhsl2s=35985 -recolhsl2d=8470 -recolhsl3s=35988 -recolhsl3d=8476 -recolhsl4s=35992 -recolhsl4d=8475 -recolhsl5s=1027 -recolhsl5d=8196 -recolhsl6s=13317 -recolhsl6d=8334 -model=model_42425 -name=Entrance - -// 39118 -[loc_39118] -sharelight=yes -width=3 -length=2 -ambient=15 -contrast=15 -hillskew=yes -model=model_42414 -name=Rubble-filled tunnel - -// 39119 -[loc_39119] -sharelight=yes -width=3 -length=2 -ambient=15 -contrast=15 -hillskew=yes -recolhsl1s=35980 -recolhsl1d=8464 -recolhsl2s=35985 -recolhsl2d=8470 -recolhsl3s=35988 -recolhsl3d=8476 -recolhsl4s=35992 -recolhsl4d=8475 -recolhsl5s=1027 -recolhsl5d=8196 -recolhsl6s=13317 -recolhsl6d=8334 -model=model_42427 -name=Rubble entrance - -// 39120 -[loc_39120] -sharelight=yes -width=3 -length=2 -ambient=15 -contrast=15 -hillskew=yes -recolhsl1s=35980 -recolhsl1d=8464 -recolhsl2s=35985 -recolhsl2d=8470 -recolhsl3s=35988 -recolhsl3d=8476 -recolhsl4s=35992 -recolhsl4d=8475 -recolhsl5s=1027 -recolhsl5d=8196 -recolhsl6s=13317 -recolhsl6d=8334 -model=model_42428 -name=Rubble entrance - -// 39121 -[loc_39121] -sharelight=yes -width=3 -length=2 -ambient=15 -contrast=15 -hillskew=yes -recolhsl1s=35980 -recolhsl1d=8464 -recolhsl2s=35985 -recolhsl2d=8470 -recolhsl3s=35988 -recolhsl3d=8476 -recolhsl4s=35992 -recolhsl4d=8475 -recolhsl5s=1027 -recolhsl5d=8196 -recolhsl6s=13317 -recolhsl6d=8334 -model=model_42421 -name=Rubble entrance - -// 39122 -[loc_39122] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42449,0 - -// 39123 -[loc_39123] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42448,0 - -// 39124 -[loc_39124] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42444,0 - -// 39125 -[loc_39125] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42445,0 - -// 39126 -[loc_39126] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42443,0 - -// 39127 -[loc_39127] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42446,0 - -// 39128 -[loc_39128] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42450,0 - -// 39129 -[loc_39129] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42441,0 - -// 39130 -[loc_39130] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42452,0 - -// 39131 -[loc_39131] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42447,0 - -// 39132 -[loc_39132] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42453,0 - -// 39133 -[loc_39133] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42451,0 - -// 39134 -[loc_39134] -hillskew=yes -ambient=10 -contrast=10 -recolhsl1s=8609 -recolhsl1d=8366 -recolhsl2s=8602 -recolhsl2d=8484 -model=model_42442,0 - -// 39135 -[loc_39135] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_42437 - -// 39136 -[loc_39136] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_42467 - -// 39137 -[loc_39137] -sharelight=yes -hillskew=yes -active=no -ambient=15 -contrast=15 -model=model_42430 - -// 39138 -[loc_39138] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_42475,1 - -// 39139 -[loc_39139] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_42477,1 - -// 39140 -[loc_39140] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_42470,1 - -// 39141 -[loc_39141] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_42473,1 - -// 39142 -[loc_39142] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_42472,1 - -// 39143 -[loc_39143] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_42459,1 - -// 39144 -[loc_39144] -ambient=5 -contrast=15 -hillskew=yes -model=model_42484,1 - -// 39145 -[loc_39145] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_42474,2 - -// 39146 -[loc_39146] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -mirror=yes -model=model_42472,1 - -// 39147 -[loc_39147] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -mirror=yes -model=model_42459,1 - -// 39148 -[loc_39148] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -mirror=yes -model=model_42484,1 - -// 39149 -[loc_39149] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -model=model_42480,1 - -// 39150 -[loc_39150] -hillskew=yes -sharelight=yes -active=no -ambient=15 -contrast=15 -mirror=yes -model=model_42454,2 - -// 39151 -[loc_39151] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_42464,1 -model=model_42476,2 -model=model_42479,5 - -// 39152 -[loc_39152] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_42462,2 - -// 39153 -[loc_39153] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_42455,1 -model=model_42458,2 -model=model_42456,5 - -// 39154 -[loc_39154] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_42471,1 - -// 39155 -[loc_39155] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_42469,5 - -// 39156 -[loc_39156] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_42457,5 - -// 39157 -[loc_39157] -active=no -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -model=model_42468,5 - -// 39158 -[loc_39158] -active=no -ambient=10 -contrast=5 -model=model_42478 - -// 39159 -[loc_39159] -ambient=25 -contrast=25 -resizey=130 -wallwidth=32 -model=model_42497,1 - -// 39160 -[loc_39160] -ambient=25 -contrast=25 -resizey=130 -wallwidth=32 -mirror=yes -model=model_42497,1 - -// 39161 -[loc_39161] -ambient=25 -contrast=25 -resizey=130 -wallwidth=32 -width=2 -active=no -model=model_42494,8 -model=model_42496,1 - -// 39162 -[loc_39162] -ambient=25 -recol1s=26048 -recol1d=26176 -model=model_42488 -name=Suit of armour - -// 39163 -[loc_39163] -ambient=25 -recol1s=26048 -recol1d=26176 -model=model_42490 -name=Suit of armour - -// 39164 -[loc_39164] -ambient=40 -active=yes -recol1s=26048 -recol1d=26176 -model=model_42487,Q -name=Shield - -// 39165 -[loc_39165] -ambient=40 -active=yes -recol1s=26048 -recol1d=26176 -model=model_42486,Q -name=Shield - -// 39166 -[loc_39166] -active=no -ambient=40 -recol1s=26048 -recol1d=26176 -model=model_42504,0 - -// 39167 -[loc_39167] -active=yes -width=2 -length=2 -ambient=15 -recol1s=11525 -recol1d=12613 -recol2s=10468 -recol2d=11556 -recol3s=9411 -recol3d=10499 -recol4s=8354 -recol4d=9442 -model=model_42498 -name=Table - -// 39168 -[loc_39168] -active=yes -width=2 -length=2 -ambient=15 -recol1s=11525 -recol1d=12613 -recol2s=10468 -recol2d=11556 -recol3s=9411 -recol3d=10499 -recol4s=8354 -recol4d=9442 -model=model_42499 -name=Table - -// 39169 -[loc_39169] -model=model_42508 -name=Statue of a king - -// 39170 -[loc_39170] -length=2 -model=model_42501 -name=Statue of a king - -// 39171 -[loc_39171] -active=no -ambient=15 -recol1s=10468 -recol1d=12613 -recol2s=9411 -recol2d=11556 -recol3s=8354 -recol3d=10499 -model=model_42503 - -// 39172 -[loc_39172] -active=no -recol1s=15716 -recol1d=32384 -model=model_42509,0 - -// 39173 -[loc_39173] -active=no -recol1s=15716 -recol1d=32384 -model=model_42491,0 - -// 39174 -[loc_39174] -length=2 -contrast=10 -ambient=10 -recol1s=16809 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=8387 -recol4d=9442 -recol5s=7297 -recol5d=8385 -model=model_42492 -name=Sword cabinet - -// 39175 -[loc_39175] -length=2 -ambient=25 -model=model_42506 -name=Chair - -// 39176 -[loc_39176] -ambient=25 -recol1s=11524 -recol1d=8385 -recol2s=8354 -recol2d=12613 -recol3s=12581 -recol3d=10499 -model=model_30909 -name=Broken chair - -// 39177 -[loc_39177] -ambient=25 -recol1s=11524 -recol1d=8385 -recol2s=8354 -recol2d=12613 -recol3s=12581 -recol3d=10499 -model=model_30868 -name=Broken chair - -// 39178 -[loc_39178] -ambient=25 -recol1s=11524 -recol1d=8385 -recol2s=8354 -recol2d=12613 -recol3s=12581 -recol3d=10499 -model=model_30913 -name=Broken chair - -// 39179 -[loc_39179] -ambient=10 -active=yes -recol1s=26048 -recol1d=26176 -recol2s=6342 -recol2d=6342 -model=model_42489,Q -name=Standard - -// 39180 -[loc_39180] -width=3 -ambient=10 -contrast=5 -ambient=25 -model=model_42505 -name=Church pew - -// 39181 -[loc_39181] -width=3 -ambient=10 -contrast=5 -ambient=25 -mirror=yes -model=model_42505 -name=Church pew - -// 39182 -[loc_39182] -recol1s=20933 -recol1d=12613 -recol2s=6272 -recol2d=9442 -model=model_16951 -name=Stool - -// 39183 -[loc_39183] -width=2 -ambient=25 -model=model_42493 -name=Desk - -// 39184 -[loc_39184] -width=2 -length=2 -anim=seq_10466 -blockwalk=yes -recol1s=6273 -recol1d=28295 -recol2s=7298 -recol2d=6342 -model=model_42368 -name=Warrior woman - -// 39185 -[loc_39185] -length=2 -anim=seq_10467 -blockwalk=yes -recolhsl1s=50467 -recolhsl1d=42132 -recolhsl2s=25238 -recolhsl2d=1432 -recolhsl3s=8621 -recolhsl3d=41110 -recol4s=7297 -recol4d=5321 -recol5s=25098 -recol5d=24040 -recol6s=7298 -recol6d=3140 -model=model_42365 -name=Clive - -// 39186 -[loc_39186] -active=yes -ambient=15 -contrast=15 -active=no -recol1s=24137 -recol1d=12613 -recol2s=17764 -recol2d=11556 -recol3s=8387 -recol3d=9442 -model=model_42507,Q - -// 39187 -[loc_39187] -active=yes -ambient=15 -contrast=15 -active=no -recol1s=24137 -recol1d=12613 -recol2s=17764 -recol2d=11556 -recol3s=8387 -recol3d=9442 -model=model_42500,Q - -// 39188 -[loc_39188] -hillskew=yes -ambient=10 -contrast=10 -active=yes -op1=Open -model=model_20791 -name=Trapdoor - -// 39189 -[loc_39189] -hillskew=yes -ambient=10 -contrast=10 -active=yes -op1=Enter -model=model_42323 -name=Trapdoor - -// 39190 -[loc_39190] -active=yes -multivar=varplayerbit_5387 -multiloc=0,loc_39188 -multiloc=10,loc_39188 -multiloc=20,loc_39188 -multiloc=30,loc_39188 -multiloc=40,loc_39188 -multiloc=60,loc_39189 -multiloc=70,loc_39189 -multiloc=80,loc_39189 -multiloc=90,loc_39189 -multiloc=100,loc_39189 -multiloc=110,loc_39189 -multiloc=120,loc_39189 -multiloc=130,loc_39189 -multiloc=140,loc_39189 -multiloc=150,loc_39189 -multiloc=160,loc_39189 -multiloc=170,loc_39189 -multiloc=175,loc_39189 -multiloc=180,loc_39189 -multiloc=190,loc_39189 -multiloc=195,loc_39189 -multiloc=200,loc_39189 -multiloc=210,loc_39189 -multiloc=220,loc_39189 -multiloc=225,loc_39189 -multiloc=230,loc_39189 -multiloc=240,loc_39189 -multiloc=250,loc_39189 - -// 39191 -[loc_39191] -resizex=128 -resizey=160 -resizez=128 -op1=Climb-up -forceapproach=south -msi=msi_7 -model=model_42460 -name=Ladder - -// 39192 -[loc_39192] -active=yes -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -op1=Look-over -blockrange=no -model=model_42466 -name=Balcony - -// 39193 -[loc_39193] -active=yes -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -mirror=yes -active=no -blockrange=no -model=model_42466 - -// 39194 -[loc_39194] -active=yes -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -op1=Look-over -blockrange=no -model=model_42461 -name=Balcony - -// 39195 -[loc_39195] -active=yes -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -op1=Look-over -blockrange=no -model=model_42466 -name=Balcony - -// 39196 -[loc_39196] -active=yes -ambient=10 -contrast=5 -hillskew=yes -sharelight=yes -mirror=yes -op1=Look-over -blockrange=no -model=model_42466 -name=Balcony - -// 39197 -[loc_39197] -active=no -model=model_42485,1 - -// 39198 -[loc_39198] -active=yes -op1=Open -model=model_42485,1 -name=Door - -// 39199 -[loc_39199] -active=yes -op1=Open -model=model_42485,1 -name=Door - -// 39200 -[loc_39200] -hillskew=yes -sharelight=yes -active=yes -ambient=15 -contrast=15 -op1=Open -model=model_42463,1 -name=Door - -// 39201 -[loc_39201] -hillskew=yes -ambient=10 -contrast=10 -active=yes -model=model_42416 -name=Snow mound - -// 39202 -[loc_39202] -hillskew=yes -ambient=10 -contrast=10 -active=yes -model=model_42413 -name=Churned-up snow - -// 39203 -[loc_39203] -hillskew=yes -ambient=10 -contrast=10 -active=yes -op1=Enter -model=model_42426 -name=Hole - -// 39204 -[loc_39204] -active=yes -multivar=varplayerbit_5387 -multiloc=150,loc_39202 -multiloc=160,loc_39203 -multiloc=170,loc_39203 -multiloc=175,loc_39203 -multiloc=180,loc_39203 -multiloc=190,loc_39203 -multiloc=195,loc_39203 -multiloc=200,loc_39203 -multiloc=210,loc_39203 -multiloc=220,loc_39203 -multiloc=225,loc_39203 -multiloc=230,loc_39203 -multiloc=240,loc_39203 -multiloc=250,loc_39203 - -// 39205 -[loc_39205] -width=3 -ambient=5 -contrast=15 -hillskew=yes -blockrange=no -model=model_42418 -name=Rubble mound - -// 39206 -[loc_39206] -width=3 -ambient=5 -contrast=15 -hillskew=yes -op1=Climb-up -model=model_42418 -name=Rubble mound - -// 39207 -[loc_39207] -anim=seq_10431 -width=5 -length=2 -ambient=15 -contrast=15 -active=yes -bgsound=synth_5362,10 -model=model_42429 -name=The Sacred Forge - -// 39208 -[loc_39208] -length=3 -anim=seq_10460 -contrast=-12 -ambient=64 -hillskew=yes -blockwalk=yes -randomanimframe=no -active=no -model=model_42408 - -// 39209 -[loc_39209] -width=2 -length=4 -anim=seq_10461 -contrast=-12 -ambient=64 -sharelight=yes -blockwalk=yes -randomanimframe=no -active=no -model=model_42409 - -// 39210 -[loc_39210] -width=2 -length=4 -anim=seq_10462 -contrast=-12 -ambient=64 -sharelight=yes -blockwalk=yes -randomanimframe=no -active=no -model=model_42409 - -// 39211 -[loc_39211] -anim=seq_10463 -contrast=-12 -ambient=64 -sharelight=yes -blockwalk=yes -randomanimframe=no -active=no -model=model_42410 - -// 39212 -[loc_39212] -active=yes -ambient=25 -op1=Search -model=model_42495,0 -name=Book - -// 39213 -[loc_39213] -active=yes -ambient=25 -op1=Search -model=model_42502,0 -name=Scrolls - -// 39214 -[loc_39214] -anim=seq_10424 -blockwalk=no -model=model_42374 -name=Red mist - -// 39215 -[loc_39215] -anim=seq_10455 -ambient=20 -contrast=15 -hillskew=yes -active=yes -op1=Talk-to -model=model_25672 -model2=model_25685 -model3=model_25684 -name=Guard - -// 39216 -[loc_39216] -anim=seq_10456 -ambient=20 -contrast=15 -hillskew=yes -active=yes -op1=Talk-to -model=model_25671 -model2=model_25685 -model3=model_25684 -name=Guard - -// 39217 -[loc_39217] -length=2 -anim=seq_10457 -ambient=20 -contrast=15 -hillskew=yes -active=yes -op1=Talk-to -model=model_25671 -model2=model_25685 -model3=model_25684 -name=Guard - -// 39218 -[loc_39218] -anim=seq_10458 -ambient=20 -contrast=15 -hillskew=yes -active=yes -op1=Talk-to -model=model_25671 -model2=model_25685 -model3=model_25684 -name=Guard - -// 39219 -[loc_39219] -anim=seq_10459 -ambient=20 -contrast=15 -hillskew=yes -active=yes -op1=Talk-to -model=model_25671 -model2=model_25685 -model3=model_25684 -name=Guard - -// 39220 -[loc_39220] -active=no -contrast=25 -ambient=15 -anim=seq_6653 -bgsound=synth_4472,1 -model=model_42539 - -// 39221 -[loc_39221] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=6374 -recol1d=0 -model=model_33973 - -// 39222 -[loc_39222] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=6341 -recolhsl2s=7052 -recolhsl2d=10257 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10249 -recolhsl5s=3845 -recolhsl5d=10245 -model=model_33971 - -// 39223 -[loc_39223] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=6341 -recolhsl2s=7052 -recolhsl2d=10257 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10249 -recolhsl5s=3845 -recolhsl5d=10245 -model=model_33970 - -// 39224 -[loc_39224] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_42554 - -// 39225 -[loc_39225] -active=no -hillskew=yes -ambient=10 -contrast=10 -model=model_42555 - -// 39226 -[loc_39226] -sharelight=yes -ambient=-45 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=5410 -recolhsl1d=21523 -recolhsl2s=7566 -recolhsl2d=21519 -recolhsl3s=5404 -recolhsl3d=21531 -model=model_42663,0 - -// 39227 -[loc_39227] -sharelight=yes -ambient=-45 -contrast=25 -forcedecor=yes -blockrange=no -recolhsl1s=5410 -recolhsl1d=21523 -recolhsl2s=7566 -recolhsl2d=21519 -recolhsl3s=5404 -recolhsl3d=21531 -model=model_42664,0 - -// 39228 -[loc_39228] -active=no -anim=seq_10541 -ambient=25 -length=3 -bgsound=synth_5378,7 -blockrange=no -model=model_42795 - -// 39229 -[loc_39229] -active=no -bgsound=synth_5378,7 -anim=seq_10541 -ambient=25 -length=3 -model=model_42795 - -// 39230 -[loc_39230] -active=yes -bgsound=synth_5378,7 -op1=Stir -anim=seq_10541 -ambient=25 -length=3 -model=model_42795 -name=Maggie's cauldron - -// 39231 -[loc_39231] -active=yes -bgsound=synth_5378,7 -anim=seq_10541 -ambient=25 -length=3 -model=model_42795 -name=Maggie's cauldron - -// 39232 -[loc_39232] -active=yes -op1=Fill-bowl -bgsound=synth_5378,7 -anim=seq_10541 -ambient=25 -length=3 -model=model_42795 -name=Maggie's cauldron - -// 39233 -[loc_39233] -active=yes -bgsound=synth_5378,7 -ambient=25 -forceapproach=east -model=model_42796 -name=Maggie's cauldron - -// 39234 -[loc_39234] -active=yes -bgsound=synth_5378,7 -op1=Stir -ambient=25 -forceapproach=east -model=model_42796 -name=Maggie's cauldron - -// 39235 -[loc_39235] -active=yes -bgsound=synth_5378,7 -ambient=25 -forceapproach=east -model=model_42796 -name=Maggie's cauldron - -// 39236 -[loc_39236] -active=yes -op1=Fill-bowl -bgsound=synth_5378,7 -ambient=25 -forceapproach=east -model=model_42796 -name=Maggie's cauldron - -// 39237 -[loc_39237] -anim=seq_10560 -ambient=25 -length=3 -width=5 -active=yes -model=model_42794 -name=Caravan - -// 39238 -[loc_39238] -anim=seq_10548 -randomanimframe=no -ambient=10 -length=2 -active=no -model=model_42735 - -// 39239 -[loc_39239] -anim=seq_10549 -randomanimframe=no -ambient=10 -length=2 -active=no -model=model_42737 - -// 39240 -[loc_39240] -anim=seq_10547 -randomanimframe=no -ambient=10 -active=yes -model=model_42734 -name=Hitching post - -// 39241 -[loc_39241] -ambient=25 -active=yes -model=model_42793 -name=Travelling box - -// 39242 -[loc_39242] -ambient=25 -active=yes -model=model_42792 -name=Trinket chest - -// 39243 -[loc_39243] -ambient=25 -active=yes -model=model_42789,8 -model=model_42790,2 -name=Stool - -// 39244 -[loc_39244] -ambient=25 -active=yes -model=model_42790 -name=Stool - -// 39245 -[loc_39245] -anim=seq_10561 -ambient=25 -active=yes -model=model_42797 -name=Hat stand - -// 39246 -[loc_39246] -anim=seq_10561 -ambient=25 -active=yes -model=model_42798 -name=Light - -// 39247 -[loc_39247] -bgsound=synth_5391,10 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 39248 -[loc_39248] -bgsound=synth_5391,5 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 39249 -[loc_39249] -active=no -shadow=no -blockwalk=no -randomsound=300,600,5,synth_2010,synth_2011,synth_2012 -model=model_34351,Q - -// 39250 -[loc_39250] -active=no -shadow=no -blockwalk=no -randomsound=150,200,5,synth_1995,synth_1996,synth_1996 -model=model_34351,Q - -// 39251 -[loc_39251] -active=no -shadow=no -blockwalk=no -randomsound=100,200,3,synth_1995,synth_1996,synth_1996 -model=model_34351,Q - -// 39252 -[loc_39252] -ambient=25 -contrast=15 -hillchange=skew_to_fit -model=model_42717,4 - -// 39253 -[loc_39253] -ambient=25 -contrast=15 -hillchange=skew_to_fit -model=model_42704,4 - -// 39254 -[loc_39254] -ambient=25 -contrast=15 -hillskew=yes -model=model_42719,4 - -// 39255 -[loc_39255] -ambient=25 -contrast=15 -hillskew=yes -model=model_42708,4 - -// 39256 -[loc_39256] -ambient=25 -contrast=15 -hillskew=yes -model=model_42718,4 - -// 39257 -[loc_39257] -width=4 -ambient=25 -contrast=15 -hillchange=tree_skew,25 -anim=seq_10562 -model=model_42723 -name=Bunting - -// 39258 -[loc_39258] -width=4 -ambient=25 -contrast=15 -hillchange=tree_skew,25 -anim=seq_10562 -model=model_42726 -name=Bunting - -// 39259 -[loc_39259] -width=4 -ambient=25 -contrast=15 -hillchange=tree_skew,25 -anim=seq_10562 -model=model_42727 -name=Bunting - -// 39260 -[loc_39260] -width=4 -ambient=25 -contrast=15 -hillchange=tree_skew,25 -anim=seq_10562 -model=model_42722 -name=Bunting - -// 39261 -[loc_39261] -width=6 -ambient=25 -contrast=15 -hillchange=tree_skew,25 -anim=seq_10562 -model=model_42728 -name=Bunting - -// 39262 -[loc_39262] -width=8 -ambient=25 -contrast=15 -hillchange=tree_skew,25 -anim=seq_10562 -model=model_42730 -name=Bunting - -// 39263 -[loc_39263] -width=8 -ambient=25 -contrast=15 -hillchange=tree_skew,25 -anim=seq_10562 -model=model_42729 -name=Bunting - -// 39264 -[loc_39264] -width=6 -ambient=25 -contrast=15 -hillchange=tree_skew,25 -anim=seq_10562 -model=model_42732 -name=Bunting - -// 39265 -[loc_39265] -width=6 -ambient=25 -contrast=15 -hillchange=tree_skew,25 -anim=seq_10562 -model=model_42721 -name=Bunting - -// 39266 -[loc_39266] -width=6 -ambient=25 -contrast=15 -hillchange=tree_skew,25 -anim=seq_10562 -model=model_42724 -name=Bunting - -// 39267 -[loc_39267] -ambient=25 -contrast=15 -bgsound=synth_5377,2 -randomsound=50,250,2,synth_5395,synth_5408,synth_5396 -model=model_42711 -name=Jack-o'-lantern - -// 39268 -[loc_39268] -ambient=25 -contrast=15 -bgsound=synth_5377,2 -randomsound=200,300,2,synth_5396,synth_5395,synth_5408 -model=model_42714 -name=Jack-o'-lantern - -// 39269 -[loc_39269] -ambient=25 -contrast=15 -bgsound=synth_5377,2 -randomsound=100,350,2,synth_5408,synth_5396,synth_5395 -model=model_42707 -name=Jack-o'-lantern - -// 39270 -[loc_39270] -ambient=25 -contrast=15 -anim=seq_10562 -bgsound=synth_5377,2 -randomsound=50,200,2,synth_5395,synth_5396,synth_5408 -model=model_42731 -name=Lantern - -// 39271 -[loc_39271] -ambient=25 -contrast=15 -anim=seq_10562 -bgsound=synth_5377,2 -randomsound=50,350,2,synth_5408,synth_5395,synth_5396 -model=model_42725 -name=Decorative skull - -// 39272 -[loc_39272] -ambient=25 -contrast=15 -hillchange=tree_skew,30 -model=model_42706 -name=Decorative gravestone - -// 39273 -[loc_39273] -active=yes -op1=Climb-up -msi=msi_7 -ambient=10 -contrast=15 -recolhsl1s=7690 -recolhsl1d=7818 -recolhsl2s=7566 -recolhsl2d=7694 -recolhsl3s=7442 -recolhsl3d=7570 -recolhsl4s=7446 -recolhsl4d=7574 -recolhsl5s=7322 -recolhsl5d=7450 -recolhsl6s=7326 -recolhsl6d=7454 -model=model_37482 -name=Ladder - -// 39274 -[loc_39274] -sharelight=yes -forceapproach=east -ambient=25 -op1=Open -msi=msi_7 -unknown90=yes -active=yes -model=model_43535,0 -name=Trapdoor - -// 39275 -[loc_39275] -sharelight=yes -op1=Climb-down -op2=Close -forceapproach=east -ambient=25 -msi=msi_7 -hardshadow=no -unknown90=yes -active=yes -model=model_43531,0 -name=Trapdoor - -// 39276 -[loc_39276] -active=no -hillskew=yes -ambient=25 -forcedecor=yes -recolhsl1s=7332 -recolhsl1d=10277 -recolhsl2s=7334 -recolhsl2d=10267 -recolhsl3s=7317 -recolhsl3d=10277 -recolhsl4s=7321 -recolhsl4d=10267 -model=model_36022,0 - -// 39277 -[loc_39277] -active=no -hillskew=yes -ambient=25 -forcedecor=yes -recolhsl1s=7332 -recolhsl1d=10277 -recolhsl2s=7334 -recolhsl2d=10267 -recolhsl3s=7317 -recolhsl3d=10277 -recolhsl4s=7321 -recolhsl4d=10267 -model=model_36011,0 - -// 39278 -[loc_39278] -contrast=15 -ambient=10 -blockwalk=yes -op1=Open -model=model_42852 -name=Chest - -// 39279 -[loc_39279] -contrast=15 -ambient=10 -blockwalk=yes -op1=Close -op2=Search -model=model_42851 -name=Chest - -// 39280 -[loc_39280] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=10 -contrast=15 -op1=Move-creature -model=model_42835,1 -model=model_42833,2 - -// 39281 -[loc_39281] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -width=3 -length=3 -blockrange=no -model=model_42832 -name=Blackbird pen - -// 39282 -[loc_39282] -active=yes -ambient=10 -contrast=15 -model=model_42820 -name=Birdhouse - -// 39283 -[loc_39283] -active=no -ambient=10 -contrast=15 -model=model_42817 - -// 39284 -[loc_39284] -ambient=10 -contrast=15 -raiseobject=no -blockrange=no -recol1s=16846 -recol1d=6403 -recol2s=13675 -recol2d=5346 -recol3s=6342 -recol3d=5346 -recol4s=11561 -recol4d=6338 -recol5s=10504 -recol5d=4224 -recol6s=8456 -recol6d=2112 -model=model_1643 -name=Plant - -// 39285 -[loc_39285] -ambient=10 -contrast=15 -resizex=64 -resizey=64 -resizez=64 -raiseobject=no -blockrange=no -recol1s=16846 -recol1d=6403 -recol2s=13675 -recol2d=5346 -recol3s=11561 -recol3d=4224 -model=model_1645 -name=Plant - -// 39286 -[loc_39286] -active=no -hillskew=yes -sharelight=yes -blockwalk=no -ambient=10 -contrast=15 -op1=Move-creature -recolhsl1s=7326 -recolhsl1d=7184 -recolhsl2s=7446 -recolhsl2d=7186 -recolhsl3s=7335 -recolhsl3d=7189 -recolhsl4s=7343 -recolhsl4d=7194 -recolhsl5s=7223 -recolhsl5d=7208 -model=model_42835,1 -model=model_42833,2 - -// 39287 -[loc_39287] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -width=3 -length=3 -blockrange=no -model=model_42832 -name=Bat pen - -// 39288 -[loc_39288] -active=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_42828 -name=Perch - -// 39289 -[loc_39289] -active=no -msi=msi_6 -ambient=10 -contrast=15 -model=model_42191 - -// 39290 -[loc_39290] -blockwalk=yes -ambient=10 -contrast=15 -hillskew=yes -active=no -blockrange=no -recolhsl1s=8478 -recolhsl1d=7213 -recolhsl2s=8602 -recolhsl2d=7209 -recolhsl3s=8598 -recolhsl3d=7203 -recolhsl4s=8722 -recolhsl4d=7197 -recolhsl5s=8846 -recolhsl5d=7191 -recolhsl6s=9098 -recolhsl6d=7188 -model=model_12040 - -// 39291 -[loc_39291] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -model=model_42829,1 -model=model_42839,2 - -// 39292 -[loc_39292] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -width=3 -length=3 -blockrange=no -model=model_42832 -name=Snail pen - -// 39293 -[loc_39293] -active=no -ambient=10 -contrast=15 -recolhsl1s=20797 -recolhsl1d=15701 -recolhsl2s=20785 -recolhsl2d=16705 -model=model_5262,Q -model=model_5261,0 - -// 39294 -[loc_39294] -active=no -ambient=10 -contrast=15 -recolhsl1s=20797 -recolhsl1d=15701 -recolhsl2s=20785 -recolhsl2d=16705 -model=model_5264,Q -model=model_5263,0 - -// 39295 -[loc_39295] -active=no -ambient=10 -contrast=15 -recolhsl1s=20797 -recolhsl1d=15701 -recolhsl2s=20785 -recolhsl2d=16705 -model=model_5266,Q -model=model_5265,0 - -// 39296 -[loc_39296] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -model=model_42838,1 -model=model_42841,2 - -// 39297 -[loc_39297] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -width=3 -length=3 -blockrange=no -model=model_42832 -name=Spider pen - -// 39298 -[loc_39298] -active=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_42827,Q -name=Web - -// 39299 -[loc_39299] -blockwalk=yes -active=no -ambient=10 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=7296 -recol2s=9480 -recol2d=8353 -recol3s=10537 -recol3d=9410 -recol4s=11594 -recol4d=10467 -recol5s=12651 -recol5d=11524 -recol6s=14699 -recol6d=12581 -model=model_11799 - -// 39300 -[loc_39300] -blockwalk=yes -active=no -ambient=10 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=7296 -recol2s=9480 -recol2d=8353 -recol3s=10537 -recol3d=9410 -recol4s=11594 -recol4d=10467 -recol5s=12651 -recol5d=11524 -recol6s=14699 -recol6d=12581 -model=model_11800 - -// 39301 -[loc_39301] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=15 -recol1s=13505 -recol1d=7296 -recol2s=14594 -recol2d=8353 -recol3s=15618 -recol3d=9410 -model=model_1139,0 - -// 39302 -[loc_39302] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -model=model_42836,1 -model=model_42834,2 - -// 39303 -[loc_39303] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -width=3 -length=3 -blockrange=no -model=model_42832 -name=Reptile pen - -// 39304 -[loc_39304] -active=yes -hillskew=yes -ambient=10 -contrast=15 -length=2 -model=model_42818 -name=Branch - -// 39305 -[loc_39305] -blockwalk=no -ambient=10 -contrast=15 -model=model_42819 -name=Plant - -// 39306 -[loc_39306] -active=no -hillskew=yes -blockwalk=yes -ambient=10 -contrast=15 -blockrange=no -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36258 - -// 39307 -[loc_39307] -active=no -hillskew=yes -blockwalk=yes -ambient=10 -contrast=15 -contrast=13 -blockrange=no -recol1s=3427 -recol1d=18021 -recol2s=2370 -recol2d=15909 -recol3s=1314 -recol3d=14852 -recol4s=1313 -recol4d=13795 -recol5s=6598 -recol5d=18023 -model=model_36247 - -// 39308 -[loc_39308] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -model=model_42831,1 -model=model_42840,2 - -// 39309 -[loc_39309] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -width=3 -length=3 -blockrange=no -model=model_42832 -name=Rat pen - -// 39310 -[loc_39310] -hillskew=yes -hardshadow=no -ambient=10 -contrast=15 -recolhsl1s=10469 -recolhsl1d=8659 -model=model_1725,0 - -// 39311 -[loc_39311] -hillskew=yes -hardshadow=no -ambient=10 -contrast=15 -recolhsl1s=10469 -recolhsl1d=8659 -model=model_1572,0 - -// 39312 -[loc_39312] -active=yes -hillskew=yes -contrast=15 -ambient=10 -model=model_26002 -name=Cheese - -// 39313 -[loc_39313] -active=no -blockwalk=no -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -model=model_42830,1 -model=model_42837,2 - -// 39314 -[loc_39314] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -shadow=no -ambient=10 -contrast=15 -op1=Move-creature -width=3 -length=3 -blockrange=no -model=model_42832 -name=Holding pen - -// 39315 -[loc_39315] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=15 -model=model_42846,1 -model=model_42847,2 -model=model_42843,3 -model=model_42845,5 - -// 39316 -[loc_39316] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=15 -model=model_42849,1 - -// 39317 -[loc_39317] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=15 -model=model_42844 - -// 39318 -[loc_39318] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recolhsl1s=7054 -recolhsl1d=5907 -recolhsl2s=7052 -recolhsl2d=4880 -recolhsl3s=6026 -recolhsl3d=3724 -recolhsl4s=5000 -recolhsl4d=2567 -recolhsl5s=3845 -recolhsl5d=1412 -model=model_33970 - -// 39319 -[loc_39319] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recolhsl1s=7054 -recolhsl1d=5907 -recolhsl2s=7052 -recolhsl2d=4880 -recolhsl3s=6026 -recolhsl3d=3724 -recolhsl4s=5000 -recolhsl4d=2567 -recolhsl5s=3845 -recolhsl5d=1412 -model=model_33972 - -// 39320 -[loc_39320] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recolhsl1s=7054 -recolhsl1d=5907 -recolhsl2s=7052 -recolhsl2d=4880 -recolhsl3s=6026 -recolhsl3d=3724 -recolhsl4s=5000 -recolhsl4d=2567 -recolhsl5s=3845 -recolhsl5d=1412 -model=model_33971 - -// 39321 -[loc_39321] -active=no -hillskew=yes -ambient=10 -contrast=15 -recol1s=6374 -recol1d=0 -model=model_33973 - -// 39322 -[loc_39322] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_42842 - -// 39323 -[loc_39323] -contrast=15 -ambient=10 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7699 -name=Crate - -// 39324 -[loc_39324] -contrast=15 -ambient=10 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7700 -name=Crates - -// 39325 -[loc_39325] -contrast=15 -ambient=10 -blockrange=no -recolhsl1s=5784 -recolhsl1d=5408 -recol2s=12548 -recol2d=9445 -recol3s=11491 -recol3d=8388 -recolhsl4s=5541 -recolhsl4d=5396 -model=model_8232 -name=Barrel - -// 39326 -[loc_39326] -contrast=15 -ambient=10 -blockrange=no -recolhsl1s=5784 -recolhsl1d=5408 -recol2s=12548 -recol2d=9445 -recol3s=11491 -recol3d=8388 -recolhsl4s=5541 -recolhsl4d=5396 -model=model_14828 -model2=model_14829 -name=Barrel - -// 39327 -[loc_39327] -contrast=15 -ambient=10 -blockrange=no -recolhsl1s=5784 -recolhsl1d=5408 -recol2s=12548 -recol2d=9445 -recol3s=11491 -recol3d=8388 -recolhsl4s=5541 -recolhsl4d=5396 -model=model_14828 -name=Barrel - -// 39328 -[loc_39328] -contrast=15 -ambient=10 -blockrange=no -model=model_29652 -name=Barrel - -// 39329 -[loc_39329] -active=yes -op1=Climb-up -msi=msi_7 -ambient=20 -contrast=15 -recolhsl1s=7690 -recolhsl1d=7818 -recolhsl2s=7566 -recolhsl2d=7694 -recolhsl3s=7442 -recolhsl3d=7570 -recolhsl4s=7446 -recolhsl4d=7574 -recolhsl5s=7322 -recolhsl5d=7450 -recolhsl6s=7326 -recolhsl6d=7454 -model=model_37482 -name=Ladder - -// 39330 -[loc_39330] -sharelight=yes -forceapproach=east -ambient=10 -op1=Open -msi=msi_7 -model=model_31650 -name=Trapdoor - -// 39331 -[loc_39331] -sharelight=yes -op1=Climb-down -op2=Close -forceapproach=east -ambient=10 -msi=msi_7 -hardshadow=no -model=model_31654 -name=Trapdoor - -// 39332 -[loc_39332] -active=no -hillskew=yes -ambient=20 -contrast=15 -forcedecor=yes -recolhsl1s=7332 -recolhsl1d=7570 -recolhsl2s=7334 -recolhsl2d=7565 -recolhsl3s=7317 -recolhsl3d=7570 -recolhsl4s=7321 -recolhsl4d=7565 -model=model_36022,0 - -// 39333 -[loc_39333] -active=no -hillskew=yes -ambient=20 -contrast=15 -forcedecor=yes -recolhsl1s=7332 -recolhsl1d=7570 -recolhsl2s=7334 -recolhsl2d=7565 -recolhsl3s=7317 -recolhsl3d=7570 -recolhsl4s=7321 -recolhsl4d=7565 -model=model_36011,0 - -// 39334 -[loc_39334] -length=2 -width=2 -contrast=15 -ambient=10 -op1=Extract-creature -forceapproach=south -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_42758 -name=Wrongly labelled crate (toads) - -// 39335 -[loc_39335] -length=2 -width=2 -contrast=15 -ambient=10 -op1=Extract-creature -forceapproach=south -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_42754 -name=Wrongly labelled crate (newts) - -// 39336 -[loc_39336] -length=2 -width=2 -contrast=15 -ambient=10 -op1=Extract-creature -forceapproach=south -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_42760 -name=Wrongly labelled crate (newts and toads) - -// 39337 -[loc_39337] -length=2 -width=2 -contrast=15 -ambient=10 -op1=Extract-creature -op2=Remove-label -forceapproach=south -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_42759 -name=Relabelled crate (newts) - -// 39338 -[loc_39338] -length=2 -width=2 -contrast=15 -ambient=10 -op1=Extract-creature -op2=Remove-label -forceapproach=south -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_42761 -name=Relabelled crate (toads) - -// 39339 -[loc_39339] -length=2 -width=2 -contrast=15 -ambient=10 -op1=Extract-creature -op2=Remove-label -forceapproach=south -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_42755 -name=Relabelled crate (newts and toads) - -// 39340 -[loc_39340] -length=2 -width=2 -contrast=15 -ambient=10 -op1=Extract-creature -op2=Remove-label -forceapproach=south -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_42752 -name=Relabelled crate (newts) - -// 39341 -[loc_39341] -length=2 -width=2 -contrast=15 -ambient=10 -op1=Extract-creature -op2=Remove-label -forceapproach=south -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_42756 -name=Relabelled crate (toads) - -// 39342 -[loc_39342] -length=2 -width=2 -contrast=15 -ambient=10 -op1=Extract-creature -op2=Remove-label -forceapproach=south -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_42757 -name=Relabelled crate (newts and toads) - -// 39343 -[loc_39343] -active=no -hillskew=yes -sharelight=yes -ambient=10 -contrast=15 -model=model_42763,1 -model=model_42762,2 -model=model_42765,5 - -// 39344 -[loc_39344] -active=no -hillskew=yes -ambient=10 -contrast=15 -recol1s=6374 -recol1d=0 -model=model_33973 - -// 39345 -[loc_39345] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -model=model_42764 - -// 39346 -[loc_39346] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recol1s=7296 -recol1d=10400 -recolhsl2s=7052 -recolhsl2d=6034 -recolhsl3s=6026 -recolhsl3d=5005 -recolhsl4s=5000 -recolhsl4d=3977 -recolhsl5s=3845 -recolhsl5d=3972 -model=model_33970 - -// 39347 -[loc_39347] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recol1s=7296 -recol1d=10400 -recolhsl2s=7052 -recolhsl2d=6034 -recolhsl3s=6026 -recolhsl3d=5005 -recolhsl4s=5000 -recolhsl4d=3977 -recolhsl5s=3845 -recolhsl5d=3972 -model=model_33972 - -// 39348 -[loc_39348] -active=no -sharelight=yes -hillskew=yes -ambient=10 -contrast=15 -recol1s=7296 -recol1d=10400 -recolhsl2s=7052 -recolhsl2d=6034 -recolhsl3s=6026 -recolhsl3d=5005 -recolhsl4s=5000 -recolhsl4d=3977 -recolhsl5s=3845 -recolhsl5d=3972 -model=model_33971 - -// 39349 -[loc_39349] -contrast=15 -ambient=10 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7699 -name=Crate - -// 39350 -[loc_39350] -contrast=15 -ambient=10 -blockrange=no -recolhsl1s=6563 -recolhsl1d=5408 -recol2s=14695 -recol2d=9445 -recol3s=9410 -recol3d=5251 -recol4s=10467 -recol4d=5251 -recol5s=13638 -recol5d=9445 -recol6s=11524 -recol6d=8388 -model=model_7700 -name=Crates - -// 39351 -[loc_39351] -contrast=15 -ambient=10 -blockrange=no -recolhsl1s=5784 -recolhsl1d=5408 -recol2s=12548 -recol2d=9445 -recol3s=11491 -recol3d=8388 -recolhsl4s=5541 -recolhsl4d=5396 -model=model_8232 -name=Barrel - -// 39352 -[loc_39352] -contrast=15 -ambient=10 -blockrange=no -recolhsl1s=5784 -recolhsl1d=5408 -recol2s=12548 -recol2d=9445 -recol3s=11491 -recol3d=8388 -recolhsl4s=5541 -recolhsl4d=5396 -model=model_14828 -model2=model_14829 -name=Barrel - -// 39353 -[loc_39353] -contrast=15 -ambient=10 -blockrange=no -recolhsl1s=5784 -recolhsl1d=5408 -recol2s=12548 -recol2d=9445 -recol3s=11491 -recol3d=8388 -recolhsl4s=5541 -recolhsl4d=5396 -model=model_14828 -name=Barrel - -// 39354 -[loc_39354] -anim=seq_481 -ambient=20 -contrast=15 -bgsound=synth_4472,3 -recol1s=8456 -recol1d=8388 -recolhsl2s=28 -recolhsl2d=5408 -recolhsl3s=4886 -recolhsl3d=9500 -model=model_2255,Q - -// 39355 -[loc_39355] -ambient=20 -contrast=15 -recolhsl1s=6443 -recolhsl1d=5412 -recolhsl2s=6447 -recolhsl2d=5412 -recol3s=11524 -recol3d=8388 -recol4s=12581 -recol4d=9445 -recolhsl5s=6682 -recolhsl5d=5408 -recolhsl6s=6806 -recolhsl6d=5412 -model=model_7908 -model2=model_7913 -name=Shelves - -// 39356 -[loc_39356] -active=yes -ambient=20 -contrast=15 -recolhsl1s=6445 -recolhsl1d=5412 -recolhsl2s=6449 -recolhsl2d=5412 -recol3s=12580 -recol3d=8388 -recol4s=11556 -recol4d=9445 -recolhsl5s=7706 -recolhsl5d=5408 -recolhsl6s=7830 -recolhsl6d=5412 -model=model_24893 -name=Shelf - -// 39357 -[loc_39357] -ambient=20 -contrast=15 -recolhsl1s=6443 -recolhsl1d=5412 -recolhsl2s=6447 -recolhsl2d=5412 -recol3s=11524 -recol3d=8388 -recol4s=12581 -recol4d=9445 -recolhsl5s=6682 -recolhsl5d=5408 -recolhsl6s=6806 -recolhsl6d=5412 -model=model_7908 -model2=model_7912 -name=Shelves - -// 39358 -[loc_39358] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -ambient=20 -contrast=15 -hardshadow=no -recol1s=7398 -recol1d=11488 -recol2s=8455 -recol2d=12545 -recol3s=9512 -recol3d=13602 -model=model_17368,0 - -// 39359 -[loc_39359] -active=no -hillskew=yes -hardshadow=no -ambient=20 -contrast=15 -recol1s=7398 -recol1d=11488 -recol2s=8455 -recol2d=12545 -recol3s=9512 -recol3d=13602 -model=model_18241,0 - -// 39360 -[loc_39360] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -ambient=20 -contrast=15 -hardshadow=no -recol1s=7398 -recol1d=11488 -recol2s=8455 -recol2d=12545 -recol3s=9512 -recol3d=13602 -model=model_18244,0 - -// 39361 -[loc_39361] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -ambient=20 -contrast=15 -hardshadow=no -recol1s=7398 -recol1d=11488 -recol2s=8455 -recol2d=12545 -recol3s=9512 -recol3d=13602 -model=model_18243,0 - -// 39362 -[loc_39362] -active=no -hillskew=yes -hardshadow=no -ambient=20 -contrast=15 -recol1s=7398 -recol1d=11488 -recol2s=8455 -recol2d=12545 -recol3s=9512 -recol3d=13602 -model=model_18242,0 - -// 39363 -[loc_39363] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39364 -[loc_39364] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39365 -[loc_39365] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39366 -[loc_39366] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39367 -[loc_39367] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39368 -[loc_39368] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39369 -[loc_39369] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39370 -[loc_39370] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39371 -[loc_39371] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42812,0 -name=Line - -// 39372 -[loc_39372] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42813,0 - -// 39373 -[loc_39373] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42814,0 -name=Line - -// 39374 -[loc_39374] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42809,0 -name=Line - -// 39375 -[loc_39375] -hillskew=yes -mirror=yes -hardshadow=no -contrast=35 -model=model_42813,0 - -// 39376 -[loc_39376] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42816,0 -name=Line - -// 39377 -[loc_39377] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42815,0 -name=Line - -// 39378 -[loc_39378] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42813,0 - -// 39379 -[loc_39379] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42814,0 -name=Line - -// 39380 -[loc_39380] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42809,0 -name=Line - -// 39381 -[loc_39381] -hillskew=yes -mirror=yes -hardshadow=no -contrast=35 -model=model_42813,0 - -// 39382 -[loc_39382] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42816,0 -name=Line - -// 39383 -[loc_39383] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42815,0 -name=Line - -// 39384 -[loc_39384] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42813,0 - -// 39385 -[loc_39385] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42810,0 -name=Line - -// 39386 -[loc_39386] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39387 -[loc_39387] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39388 -[loc_39388] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39389 -[loc_39389] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39390 -[loc_39390] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39391 -[loc_39391] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39392 -[loc_39392] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39393 -[loc_39393] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39394 -[loc_39394] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42812,0 -name=Line - -// 39395 -[loc_39395] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42813,0 - -// 39396 -[loc_39396] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42814,0 -name=Line - -// 39397 -[loc_39397] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42809,0 -name=Line - -// 39398 -[loc_39398] -hillskew=yes -mirror=yes -hardshadow=no -contrast=35 -model=model_42813,0 - -// 39399 -[loc_39399] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42816,0 -name=Line - -// 39400 -[loc_39400] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42815,0 -name=Line - -// 39401 -[loc_39401] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42813,0 - -// 39402 -[loc_39402] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42814,0 -name=Line - -// 39403 -[loc_39403] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42809,0 -name=Line - -// 39404 -[loc_39404] -hillskew=yes -mirror=yes -hardshadow=no -contrast=35 -model=model_42813,0 - -// 39405 -[loc_39405] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42816,0 -name=Line - -// 39406 -[loc_39406] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42815,0 -name=Line - -// 39407 -[loc_39407] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42813,0 - -// 39408 -[loc_39408] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42810,0 -name=Line - -// 39409 -[loc_39409] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39410 -[loc_39410] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39411 -[loc_39411] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39412 -[loc_39412] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39413 -[loc_39413] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39414 -[loc_39414] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39415 -[loc_39415] -hillskew=yes -hardshadow=no -contrast=35 -op1=Sweep-away -model=model_42811,0 -name=Line - -// 39416 -[loc_39416] -hillskew=yes -hardshadow=no -contrast=35 -model=model_42808,0 - -// 39417 -[loc_39417] -sharelight=yes -contrast=25 -hillskew=yes -active=no -recolhsl1s=13198 -recolhsl1d=49180 -recolhsl2s=12818 -recolhsl2d=40095 -recolhsl3s=6550 -recolhsl3d=49185 -recolhsl4s=6554 -recolhsl4d=49180 -recolhsl5s=6674 -recolhsl5d=49175 -recolhsl6s=7050 -recolhsl6d=48269 -model=model_32273,1 -model=model_32281,2 -model=model_32282,5 - -// 39418 -[loc_39418] -sharelight=yes -contrast=25 -hillskew=yes -active=no -recolhsl1s=13198 -recolhsl1d=49180 -recolhsl2s=12818 -recolhsl2d=40095 -recolhsl3s=6550 -recolhsl3d=49185 -recolhsl4s=6554 -recolhsl4d=49180 -recolhsl5s=6674 -recolhsl5d=49175 -recolhsl6s=7050 -recolhsl6d=48269 -model=model_32270,1 - -// 39419 -[loc_39419] -sharelight=yes -contrast=25 -hillskew=yes -active=no -recolhsl1s=13198 -recolhsl1d=49180 -recolhsl2s=12818 -recolhsl2d=40095 -recolhsl3s=6550 -recolhsl3d=49185 -recolhsl4s=6554 -recolhsl4d=49180 -recolhsl5s=6674 -recolhsl5d=49175 -recolhsl6s=7050 -recolhsl6d=48269 -model=model_32274,1 - -// 39420 -[loc_39420] -sharelight=yes -contrast=25 -hillskew=yes -active=no -msi=msi_22 -model=model_42805,8 -model=model_42801,1 -model=model_42802,2 -model=model_42807,5 - -// 39421 -[loc_39421] -sharelight=yes -contrast=25 -hillskew=yes -active=no -msi=msi_22 -model=model_42803,8 -model=model_42806,1 - -// 39422 -[loc_39422] -sharelight=yes -contrast=25 -hillskew=yes -active=no -msi=msi_22 -model=model_42804,8 -model=model_42800,1 - -// 39423 -[loc_39423] -hillskew=yes -active=no -ambient=25 -hardshadow=no -recolhsl1s=82 -recolhsl1d=38198 -recolhsl2s=61 -recolhsl2d=38198 -recolhsl3s=41 -recolhsl3d=38198 -model=model_4401,0 - -// 39424 -[loc_39424] -hillskew=yes -active=no -ambient=25 -hardshadow=no -recolhsl1s=82 -recolhsl1d=38198 -recolhsl2s=61 -recolhsl2d=38198 -recolhsl3s=41 -recolhsl3d=38198 -model=model_4402,0 - -// 39425 -[loc_39425] -hillskew=yes -active=no -ambient=25 -hardshadow=no -recolhsl1s=82 -recolhsl1d=38198 -recolhsl2s=61 -recolhsl2d=38198 -recolhsl3s=41 -recolhsl3d=38198 -model=model_4403,0 - -// 39426 -[loc_39426] -hillskew=yes -active=no -ambient=25 -hardshadow=no -recol1s=1137 -recol1d=9813 -recolhsl2s=61 -recolhsl2d=38198 -recolhsl3s=41 -recolhsl3d=38198 -model=model_4404,0 - -// 39427 -[loc_39427] -width=2 -length=2 -ambient=25 -blockrange=no -recolhsl1s=33 -recolhsl1d=48269 -recolhsl2s=37 -recolhsl2d=48274 -recolhsl3s=41 -recolhsl3d=49180 -recolhsl4s=49 -recolhsl4d=40095 -recolhsl5s=61 -recolhsl5d=40100 -model=model_1642 -name=Plant - -// 39428 -[loc_39428] -ambient=25 -ambient=40 -blockrange=no -recolhsl1s=33 -recolhsl1d=48269 -recolhsl2s=37 -recolhsl2d=48274 -recolhsl3s=41 -recolhsl3d=49180 -recolhsl4s=49 -recolhsl4d=40095 -recolhsl5s=61 -recolhsl5d=40100 -recolhsl6s=24 -recolhsl6d=40100 -model=model_1643 -name=Plant - -// 39429 -[loc_39429] -width=2 -length=2 -ambient=25 -blockrange=no -recolhsl1s=41 -recolhsl1d=49180 -recolhsl2s=49 -recolhsl2d=40095 -recolhsl3s=61 -recolhsl3d=40100 -model=model_1645 -name=Plant - -// 39430 -[loc_39430] -active=yes -ambient=25 -contrast=10 -resizex=170 -resizey=170 -resizez=170 -width=3 -length=3 -msi=msi_1 -anim=seq_5773 -hillchange=tree_skew,42 -recolhsl1s=6819 -recolhsl1d=49185 -recolhsl2s=11148 -recolhsl2d=36244 -recolhsl3s=13198 -recolhsl3d=36250 -recol4s=6370 -recol4d=5418 -recolhsl5s=12694 -recolhsl5d=35108 -recolhsl6s=10646 -recolhsl6d=35114 -model=model_16293 -model2=model_16294 -name=Tree - -// 39431 -[loc_39431] -width=3 -length=3 -resizex=140 -resizey=140 -resizez=140 -active=yes -ambient=25 -active=yes -msi=msi_12 -model=model_42799 -name=Large rock - -// 39432 -[loc_39432] -active=no -hillskew=yes -blockwalk=no -recol1s=320 -recol1d=10707 -recolhsl2s=43968 -recolhsl2d=10833 -recol3s=2014 -recol3d=25350 -model=model_16287,0 - -// 39433 -[loc_39433] -active=no -hillskew=yes -ambient=20 -blockwalk=no -recol1s=11748 -recol1d=10707 -model=model_16288,0 - -// 39434 -[loc_39434] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=4294 -recol2s=8455 -recol2d=7465 -recol3s=9512 -recol3d=7465 -model=model_18243,0 - -// 39435 -[loc_39435] -hillskew=yes -blockrange=no -recol1s=7398 -recol1d=4294 -recol2s=8455 -recol2d=7465 -model=model_18244,0 - -// 39436 -[loc_39436] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=10270 -recolhsl1d=16404 -recolhsl2s=10266 -recolhsl2d=16396 -recolhsl3s=10262 -recolhsl3d=16400 -model=model_33836,0 - -// 39437 -[loc_39437] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=10270 -recolhsl1d=16404 -recolhsl2s=10266 -recolhsl2d=16396 -recolhsl3s=10262 -recolhsl3d=16400 -model=model_33837,0 - -// 39438 -[loc_39438] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=10270 -recolhsl1d=16404 -recolhsl2s=10266 -recolhsl2d=16396 -recolhsl3s=10262 -recolhsl3d=16400 -model=model_33839,0 - -// 39439 -[loc_39439] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=10270 -recolhsl1d=16404 -recolhsl2s=10266 -recolhsl2d=16396 -recolhsl3s=10262 -recolhsl3d=16400 -model=model_33838,0 - -// 39440 -[loc_39440] -active=no -shadow=no -blockwalk=no -randomsound=100,1000,18,synth_5424,synth_5425,synth_5422,synth_5423 -model=model_34351,Q - -// 39441 -[loc_39441] -active=yes -ambient=25 -bgsound=synth_5378,7 -forceapproach=east -multivar=varplayerbit_5448 -multiloc=default,loc_39233 -multiloc=30,loc_39234 -multiloc=50,loc_39236 -multiloc=51,loc_39236 -multiloc=52,loc_39236 -multiloc=53,loc_39236 -multiloc=54,loc_39236 -multiloc=55,loc_39236 -multiloc=56,loc_39236 -multiloc=57,loc_39236 -multiloc=58,loc_39236 -multiloc=59,loc_39236 -multiloc=60,loc_39235 - -// 39442 -[loc_39442] -active=yes -msi=msi_7 -unknown90=yes -blockwalk=yes -multivar=varplayerbit_5469 -multiloc=0,loc_39274 -multiloc=1,loc_39275 - -// 39443 -[loc_39443] -active=yes -multivar=varplayerbit_5467 -multiloc=0,loc_39278 -multiloc=1,loc_39279 - -// 39444 -[loc_39444] -active=yes -msi=msi_7 -multivar=varplayerbit_5465 -multiloc=0,loc_39330 -multiloc=1,loc_39331 - -// 39445 -[loc_39445] -active=yes -length=2 -width=2 -forceapproach=south -multivar=varplayerbit_5460 -multiloc=0,loc_39335 -multiloc=1,loc_39337 -multiloc=2,loc_39338 -multiloc=3,loc_39339 - -// 39446 -[loc_39446] -active=yes -length=2 -width=2 -forceapproach=south -multivar=varplayerbit_5461 -multiloc=0,loc_39334 -multiloc=1,loc_39340 -multiloc=2,loc_39341 -multiloc=3,loc_39342 - -// 39447 -[loc_39447] -active=yes -length=2 -width=2 -forceapproach=south -multivar=varplayerbit_5462 -multiloc=0,loc_39336 -multiloc=1,loc_39337 -multiloc=2,loc_39338 -multiloc=3,loc_39339 - -// 39448 -[loc_39448] -sharelight=yes -hillskew=yes -blockwalk=yes -length=3 -width=4 -ambient=25 -contrast=15 -model=model_42869 -name=Metallic dragon head - -// 39449 -[loc_39449] -sharelight=yes -hillskew=yes -blockwalk=yes -length=2 -ambient=25 -contrast=15 -model=model_42861 -name=Rubble wall - -// 39450 -[loc_39450] -active=no -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_42868 - -// 39451 -[loc_39451] -active=no -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_42862 - -// 39452 -[loc_39452] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=10270 -recolhsl1d=16404 -recolhsl2s=10266 -recolhsl2d=16396 -recolhsl3s=10262 -recolhsl3d=16400 -model=model_42871,0 - -// 39453 -[loc_39453] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=10270 -recolhsl1d=16404 -recolhsl2s=10266 -recolhsl2d=16396 -recolhsl3s=10262 -recolhsl3d=16400 -model=model_42872,0 - -// 39454 -[loc_39454] -sharelight=yes -hillskew=yes -blockwalk=yes -length=3 -width=2 -ambient=25 -contrast=15 -model=model_42860 -name=Metallic dragon head - -// 39455 -[loc_39455] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -contrast=15 -model=model_42858,0 - -// 39456 -[loc_39456] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -contrast=15 -model=model_42859,0 - -// 39457 -[loc_39457] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_42866 - -// 39458 -[loc_39458] -hillskew=yes -sharelight=yes -forcedecor=yes -contrast=20 -ambient=30 -blockrange=no -model=model_42864 -name=Anvil - -// 39459 -[loc_39459] -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_42856 - -// 39460 -[loc_39460] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_42865 - -// 39461 -[loc_39461] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_42870 - -// 39462 -[loc_39462] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_42867 - -// 39463 -[loc_39463] -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -width=2 -contrast=20 -ambient=30 -blockrange=no -model=model_42857 - -// 39464 -[loc_39464] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_42863,1 - -// 39465 -[loc_39465] -sharelight=yes -hillskew=yes -active=no -recol1s=7331 -recol1d=66 -recol2s=12580 -recol2d=1156 -recol3s=2114 -recol3d=0 -model=model_42880 - -// 39466 -[loc_39466] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_42879,1 - -// 39467 -[loc_39467] -active=no -hillskew=yes -ambient=15 -contrast=15 -model=model_33973 - -// 39468 -[loc_39468] -hillskew=yes -sharelight=yes -active=yes -width=2 -length=2 -ambient=30 -op1=Climb-down -msi=msi_7 -forceapproach=north -model=model_26714 -name=Rough hewn steps - -// 39469 -[loc_39469] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recolhsl1s=6444 -recolhsl1d=5270 -recolhsl2s=6559 -recolhsl2d=5265 -recolhsl3s=6434 -recolhsl3d=5275 -recolhsl4s=6435 -recolhsl4d=5280 -model=model_37698,1 -name=Large door - -// 39470 -[loc_39470] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recolhsl1s=6444 -recolhsl1d=5270 -recolhsl2s=6559 -recolhsl2d=5265 -recolhsl3s=6434 -recolhsl3d=5275 -recolhsl4s=6435 -recolhsl4d=5280 -model=model_37698,1 -name=Large door - -// 39471 -[loc_39471] -shadow=no -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 39472 -[loc_39472] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_42890 - -// 39473 -[loc_39473] -active=no -blockwalk=yes -hillskew=yes -ambient=20 -contrast=15 -mirror=yes -retex1s=material_76 -retex1d=material_83 -retex2s=material_396 -retex2d=material_72 -retex3s=material_70 -retex3d=material_418 -model=model_42890 - -// 39474 -[loc_39474] -ambient=25 -contrast=15 -offsetz=16 -blockrange=no -recolhsl1s=8418 -recolhsl1d=7510 -model=model_1079 -name=Corpse - -// 39475 -[loc_39475] -ambient=20 -contrast=15 -recolhsl1s=7706 -recolhsl1d=5396 -recolhsl2s=7954 -recolhsl2d=5408 -model=model_25170,Q - -// 39476 -[loc_39476] -ambient=20 -contrast=15 -active=yes -recolhsl1s=7706 -recolhsl1d=5396 -recolhsl2s=7954 -recolhsl2d=5408 -model=model_17539,Q -name=Shelf - -// 39477 -[loc_39477] -ambient=20 -contrast=-106 -active=yes -recolhsl1s=7706 -recolhsl1d=5396 -recolhsl2s=7954 -recolhsl2d=5408 -model=model_17540,Q -name=Shelf - -// 39478 -[loc_39478] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36684,1 - -// 39479 -[loc_39479] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -model=model_36734,1 - -// 39480 -[loc_39480] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -mirror=yes -model=model_36734,1 - -// 39481 -[loc_39481] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_42903,1 - -// 39482 -[loc_39482] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_42903,1 - -// 39483 -[loc_39483] -ambient=25 -contrast=15 -recol1s=10467 -recol1d=5251 -recol2s=14695 -recol2d=9445 -recol3s=22131 -recol3d=6342 -recol4s=17903 -recol4d=12618 -recol5s=13675 -recol5d=6342 -model=model_12150 -name=Closed chest - -// 39484 -[loc_39484] -ambient=25 -contrast=15 -blockrange=no -model=model_42906 -name=Spear wall - -// 39485 -[loc_39485] -ambient=25 -contrast=15 -mirror=yes -blockrange=no -model=model_42906 -name=Spear wall - -// 39486 -[loc_39486] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=7443 -recolhsl1d=5408 -recolhsl2s=7447 -recolhsl2d=5404 -recolhsl3s=7451 -recolhsl3d=5400 -model=model_42910,1 -model=model_42911,3 - -// 39487 -[loc_39487] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=6550 -recolhsl1d=5408 -recol2s=10501 -recol2d=9445 -model=model_42909,1 - -// 39488 -[loc_39488] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -blockrange=no -recolhsl1s=6550 -recolhsl1d=5408 -recol2s=10501 -recol2d=9445 -model=model_42909,1 - -// 39489 -[loc_39489] -active=yes -ambient=20 -anim=seq_7382 -bgsound=synth_3139,3 -randomanimframe=no -model=model_43026,1 -name=Force field - -// 39490 -[loc_39490] -active=yes -ambient=20 -anim=seq_7382 -bgsound=synth_3139,3 -randomanimframe=no -model=model_43028,1 -name=Force field - -// 39491 -[loc_39491] -active=yes -ambient=20 -anim=seq_7382 -op1=Pass-through -bgsound=synth_3139,3 -randomanimframe=no -model=model_43026,1 -name=Force field - -// 39492 -[loc_39492] -active=yes -ambient=20 -anim=seq_7382 -bgsound=synth_3139,3 -randomanimframe=no -model=model_43026,1 -name=Force field - -// 39493 -[loc_39493] -active=yes -ambient=20 -anim=seq_7382 -op1=Pass-through -bgsound=synth_3139,3 -randomanimframe=no -model=model_43028,1 -name=Force field - -// 39494 -[loc_39494] -active=yes -ambient=20 -anim=seq_7382 -bgsound=synth_3139,3 -randomanimframe=no -model=model_43028,1 -name=Force field - -// 39495 -[loc_39495] -active=yes -ambient=20 -op1=Pass-through -bgsound=synth_3139,3 -recol1s=26621 -recol1d=6645 -model=model_43026,1 -name=Force field - -// 39496 -[loc_39496] -active=yes -ambient=20 -bgsound=synth_3139,3 -recol1s=26621 -recol1d=6645 -model=model_43026,1 -name=Force field - -// 39497 -[loc_39497] -active=yes -ambient=20 -op1=Pass-through -bgsound=synth_3139,3 -recol1s=26621 -recol1d=6645 -model=model_43028,1 -name=Force field - -// 39498 -[loc_39498] -active=yes -ambient=20 -bgsound=synth_3139,3 -recol1s=26621 -recol1d=6645 -model=model_43028,1 -name=Force field - -// 39499 -[loc_39499] -active=yes -ambient=20 -op1=Pass-through -bgsound=synth_3139,3 -recol1s=26621 -recol1d=17506 -model=model_43026,1 -name=Force field - -// 39500 -[loc_39500] -active=yes -ambient=20 -bgsound=synth_3139,3 -recol1s=26621 -recol1d=17506 -model=model_43026,1 -name=Force field - -// 39501 -[loc_39501] -active=yes -ambient=20 -op1=Pass-through -bgsound=synth_3139,3 -recol1s=26621 -recol1d=17506 -model=model_43028,1 -name=Force field - -// 39502 -[loc_39502] -active=yes -ambient=20 -bgsound=synth_3139,3 -recol1s=26621 -recol1d=17506 -model=model_43028,1 -name=Force field - -// 39503 -[loc_39503] -active=no -ambient=20 -blockwalk=yes -sharelight=yes -model=model_43021,1 - -// 39504 -[loc_39504] -active=no -ambient=20 -blockwalk=yes -sharelight=yes -model=model_43016,1 - -// 39505 -[loc_39505] -active=no -ambient=20 -blockwalk=yes -sharelight=yes -model=model_43025 - -// 39506 -[loc_39506] -active=no -ambient=20 -blockwalk=yes -sharelight=yes -model=model_43019,1 - -// 39507 -[loc_39507] -active=no -ambient=20 -blockwalk=yes -mirror=yes -sharelight=yes -model=model_43019,1 - -// 39508 -[loc_39508] -length=2 -ambient=25 -contrast=15 -op1=Climb-over -msi=msi_70 -raiseobject=no -blockrange=no -model=model_43062 -name=Stile - -// 39509 -[loc_39509] -length=2 -ambient=25 -contrast=15 -op1=Climb-over -msi=msi_70 -raiseobject=no -blockrange=no -model=model_43062 -name=Stile - -// 39510 -[loc_39510] -length=2 -ambient=25 -contrast=15 -op1=Climb-over -msi=msi_70 -raiseobject=no -blockrange=no -model=model_43062 -name=Stile - -// 39511 -[loc_39511] -contrast=25 -ambient=25 -active=yes -model=model_29715,1 -name=Gate - -// 39512 -[loc_39512] -contrast=25 -ambient=25 -active=yes -op1=Open -model=model_29715,1 -name=Gate - -// 39513 -[loc_39513] -contrast=25 -ambient=25 -active=yes -op1=Open -model=model_29715,1 -name=Gate - -// 39514 -[loc_39514] -contrast=25 -ambient=25 -active=yes -op1=Open -model=model_29715,1 -name=Gate - -// 39515 -[loc_39515] -anim=seq_10586 -op1=Enter -length=2 -width=3 -active=yes -hillskew=yes -blockwalk=no -sharelight=yes -ambient=30 -contrast=25 -hardshadow=no -model=model_43075 -name=Entry portal - -// 39516 -[loc_39516] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43085 - -// 39517 -[loc_39517] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43078 - -// 39518 -[loc_39518] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43084 - -// 39519 -[loc_39519] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43077 - -// 39520 -[loc_39520] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43081 - -// 39521 -[loc_39521] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43086 - -// 39522 -[loc_39522] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43083 - -// 39523 -[loc_39523] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43082 - -// 39524 -[loc_39524] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43080 - -// 39525 -[loc_39525] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43076 - -// 39526 -[loc_39526] -active=no -hillskew=yes -blockwalk=no -sharelight=yes -model=model_43079 - -// 39527 -[loc_39527] -active=no -ambient=20 -model=model_43030,0 - -// 39528 -[loc_39528] -active=no -ambient=20 -model=model_43015,0 - -// 39529 -[loc_39529] -active=yes -ambient=20 -width=6 -length=6 -blockwalk=yes -blockrange=no -model=model_43004 -name=Rock - -// 39530 -[loc_39530] -length=2 -ambient=10 -contrast=10 -active=yes -blockrange=no -recol1s=5381 -recol1d=11590 -recolhsl2s=21782 -recolhsl2d=8476 -recolhsl3s=21778 -recolhsl3d=8469 -model=model_31967 -name=Bed - -// 39531 -[loc_39531] -op1=Search -ambient=25 -contrast=15 -recolhsl1s=6809 -recolhsl1d=8483 -recolhsl2s=4506 -recolhsl2d=8476 -recolhsl3s=3349 -recolhsl3d=8469 -model=model_37358 -name=Sacks - -// 39532 -[loc_39532] -ambient=20 -op1=Search -blockrange=no -recol1s=14695 -recol1d=15719 -recol2s=13638 -recol2d=14662 -recol3s=12581 -recol3d=13605 -recol4s=11524 -recol4d=12548 -recol5s=10467 -recol5d=11491 -recol6s=9410 -recol6d=10434 -model=model_7685 -name=Crate - -// 39533 -[loc_39533] -active=yes -ambient=20 -blockwalk=yes -width=2 -length=2 -op1=Deposit-all -blockrange=no -model=model_43017 -name=Deposit table - -// 39534 -[loc_39534] -active=yes -ambient=20 -op1=Take-clay -model=model_43023 -name=Sacred clay table - -// 39535 -[loc_39535] -active=yes -ambient=20 -op1=Take-barrier -model=model_43023 -name=Barrier table - -// 39536 -[loc_39536] -active=yes -ambient=20 -op1=Take-tool -model=model_43023 -name=Tool table - -// 39537 -[loc_39537] -active=yes -ambient=20 -op1=Take-weapon -model=model_43023 -name=Melee weapon table - -// 39538 -[loc_39538] -active=yes -ambient=20 -op1=Take-armour -model=model_43023 -name=Melee armour table - -// 39539 -[loc_39539] -active=yes -ambient=20 -op1=Take-bow -model=model_43023 -name=Bow table - -// 39540 -[loc_39540] -active=yes -ambient=20 -op1=Take-armour -model=model_43023 -name=Ranger armour table - -// 39541 -[loc_39541] -active=yes -ambient=20 -op1=Take-weapon -model=model_43023 -name=Mage weapon table - -// 39542 -[loc_39542] -active=yes -ambient=20 -op1=Take-armour -model=model_43023 -name=Mage armour table - -// 39543 -[loc_39543] -active=yes -ambient=20 -op1=Take-potion -model=model_43023 -name=Potion table - -// 39544 -[loc_39544] -active=yes -ambient=20 -op1=Take-food -model=model_43023 -name=Food table - -// 39545 -[loc_39545] -active=yes -ambient=20 -op1=Take-pouch -model=model_43023 -name=Summoning table - -// 39546 -[loc_39546] -active=yes -ambient=20 -blockwalk=yes -width=2 -length=2 -op1=Process -bgsound=synth_2209,4 -model=model_42957 -name=Creation kiln - -// 39547 -[loc_39547] -ambient=20 -width=2 -length=2 -blockwalk=yes -active=yes -op1=Pray -blockrange=no -model=model_43031 -name=Altar - -// 39548 -[loc_39548] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -model=model_42945 -name=Fragments (class 1) - -// 39549 -[loc_39549] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -blockrange=no -model=model_42936 -name=Fragments (empty) - -// 39550 -[loc_39550] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -model=model_42932 -name=Rock (class 2) - -// 39551 -[loc_39551] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -model=model_42951 -name=Rock (class 3) - -// 39552 -[loc_39552] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -model=model_42952 -name=Rock (class 4) - -// 39553 -[loc_39553] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -model=model_42955 -name=Rock (class 5) - -// 39554 -[loc_39554] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_42935 -name=Rock (class 2) - -// 39555 -[loc_39555] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_42949 -name=Rock (class 3) - -// 39556 -[loc_39556] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_42930 -name=Rock (class 4) - -// 39557 -[loc_39557] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_42950 -name=Rock (class 5) - -// 39558 -[loc_39558] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_42931 -name=Rock (empty) - -// 39559 -[loc_39559] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_42933 -name=Rock (empty) - -// 39560 -[loc_39560] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_42941 -name=Rock (empty) - -// 39561 -[loc_39561] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_42942 -name=Rock (empty) - -// 39562 -[loc_39562] -active=yes -ambient=20 -width=2 -length=2 -anim=seq_10582 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -model=model_43509 -name=Pool (class 5) - -// 39563 -[loc_39563] -active=yes -ambient=20 -width=2 -length=2 -anim=seq_10582 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -model=model_43519 -name=Pool (class 4) - -// 39564 -[loc_39564] -active=yes -ambient=20 -width=2 -length=2 -anim=seq_10582 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -model=model_43518 -name=Pool (class 3) - -// 39565 -[loc_39565] -active=yes -ambient=20 -width=2 -length=2 -anim=seq_10582 -blockwalk=yes -op1=Collect -op3=hidden -blockrange=no -model=model_43517 -name=Pool (class 2) - -// 39566 -[loc_39566] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10582 -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_43511 -name=Pool (class 5) - -// 39567 -[loc_39567] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10582 -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_43513 -name=Pool (class 4) - -// 39568 -[loc_39568] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10582 -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_43515 -name=Pool (class 3) - -// 39569 -[loc_39569] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10582 -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_43520 -name=Pool (class 2) - -// 39570 -[loc_39570] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10582 -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_43510 -name=Pool (empty) - -// 39571 -[loc_39571] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10582 -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_43514 -name=Pool (empty) - -// 39572 -[loc_39572] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10582 -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_43516 -name=Pool (empty) - -// 39573 -[loc_39573] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10582 -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_43512 -name=Pool (empty) - -// 39574 -[loc_39574] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -anim=seq_10581 -op1=Collect -op3=hidden -blockrange=no -model=model_42925 -name=Swarm (class 5) - -// 39575 -[loc_39575] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10581 -op1=Collect -op3=hidden -blockrange=no -model=model_42924 -name=Swarm (class 4) - -// 39576 -[loc_39576] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10581 -op1=Collect -op3=hidden -blockrange=no -model=model_42923 -name=Swarm (class 3) - -// 39577 -[loc_39577] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10581 -op1=Collect -op3=hidden -blockrange=no -model=model_42918 -name=Swarm (class 2) - -// 39578 -[loc_39578] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10581 -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_42914 -name=Swarm (class 5) - -// 39579 -[loc_39579] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10581 -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_42920 -name=Swarm (class 4) - -// 39580 -[loc_39580] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10581 -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_42926 -name=Swarm (class 3) - -// 39581 -[loc_39581] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10581 -op1=Collect -op3=hidden -blockrange=no -recolhsl1s=13433 -recolhsl1d=13374 -model=model_42919 -name=Swarm (class 2) - -// 39582 -[loc_39582] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10581 -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_42922 -name=Swarm (empty) - -// 39583 -[loc_39583] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10581 -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_42921 -name=Swarm (empty) - -// 39584 -[loc_39584] -active=yes -ambient=20 -width=2 -length=2 -blockwalk=yes -anim=seq_10581 -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_42916 -name=Swarm (empty) - -// 39585 -[loc_39585] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -anim=seq_10581 -blockrange=no -recolhsl1s=13433 -recolhsl1d=13324 -model=model_42917 -name=Swarm (empty) - -// 39586 -[loc_39586] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -op1=Collect -op3=hidden -model=model_42956 -name=Tree (class 5) - -// 39587 -[loc_39587] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -op1=Collect -op3=hidden -model=model_42939 -name=Tree (class 4) - -// 39588 -[loc_39588] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -op1=Collect -op3=hidden -model=model_42953 -name=Tree (class 3) - -// 39589 -[loc_39589] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -op1=Collect -op3=hidden -model=model_42947 -name=Tree (class 2) - -// 39590 -[loc_39590] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -op1=Collect -op3=hidden -model=model_42946 -name=Tree (class 5) - -// 39591 -[loc_39591] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -op1=Collect -op3=hidden -model=model_42954 -name=Tree (class 4) - -// 39592 -[loc_39592] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -op1=Collect -op3=hidden -model=model_42948 -name=Tree (class 3) - -// 39593 -[loc_39593] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -op1=Collect -op3=hidden -model=model_42937 -name=Tree (class 2) - -// 39594 -[loc_39594] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -model=model_42938 -name=Tree (empty) - -// 39595 -[loc_39595] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -model=model_42944 -name=Tree (empty) - -// 39596 -[loc_39596] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -model=model_42943 -name=Tree (empty) - -// 39597 -[loc_39597] -active=yes -width=2 -length=2 -ambient=20 -blockwalk=yes -model=model_42940 -name=Tree (empty) - -// 39598 -[loc_39598] -anim=seq_10599 -width=2 -length=2 -ambient=25 -contrast=25 -randomanimframe=no -active=no -blockwalk=no -model=model_43034 - -// 39599 -[loc_39599] -anim=seq_10600 -width=2 -length=2 -ambient=25 -contrast=25 -randomanimframe=no -active=no -blockwalk=no -model=model_43032 - -// 39600 -[loc_39600] -anim=seq_10601 -width=2 -length=2 -ambient=25 -contrast=25 -randomanimframe=no -active=no -blockwalk=no -model=model_42927 - -// 39601 -[loc_39601] -anim=seq_10599 -width=4 -length=4 -ambient=25 -contrast=25 -randomanimframe=no -active=no -blockwalk=no -model=model_43033 - -// 39602 -[loc_39602] -width=2 -length=2 -blockwalk=yes -op1=Jump -model=model_10772 -name=Rift - -// 39603 -[loc_39603] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -occlude=yes -retex1s=material_515 -retex1d=material_408 -retex2s=material_521 -retex2d=material_72 -model=model_43009,0 - -// 39604 -[loc_39604] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -retex1s=material_515 -retex1d=material_408 -retex2s=material_521 -retex2d=material_72 -model=model_43012,0 - -// 39605 -[loc_39605] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=25 -contrast=15 -retex1s=material_515 -retex1d=material_408 -retex2s=material_521 -retex2d=material_72 -model=model_43012,0 - -// 39606 -[loc_39606] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -retex1s=material_515 -retex1d=material_408 -retex2s=material_521 -retex2d=material_72 -model=model_43007,0 - -// 39607 -[loc_39607] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -forcedecor=yes -retex1s=material_515 -retex1d=material_408 -model=model_43008,0 - -// 39608 -[loc_39608] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -forcedecor=yes -retex1s=material_515 -retex1d=material_408 -model=model_43008,0 - -// 39609 -[loc_39609] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -forcedecor=yes -retex1s=material_515 -retex1d=material_408 -model=model_43011,0 - -// 39610 -[loc_39610] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -forcedecor=yes -retex1s=material_515 -retex1d=material_408 -model=model_43010,0 - -// 39611 -[loc_39611] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -sharelight=yes -op1=Climb -model=model_43005 -name=Wall - -// 39612 -[loc_39612] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -sharelight=yes -op1=Climb -model=model_43003 -name=Wall - -// 39613 -[loc_39613] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -sharelight=yes -op1=Climb -model=model_43006 -name=Wall - -// 39614 -[loc_39614] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Climb -model=model_42987,1 -name=Wall - -// 39615 -[loc_39615] -sharelight=yes -active=yes -hillskew=yes -ambient=20 -op2=Build -blockwalk=no -hillskew=yes -model=model_42965,1 -model=model_42972,2 -name=Barrier - -// 39616 -[loc_39616] -sharelight=yes -active=yes -ambient=20 -op2=Build -blockwalk=no -hillskew=yes -model=model_42965,1 -model=model_42972,2 -name=Barrier - -// 39617 -[loc_39617] -sharelight=yes -active=yes -ambient=20 -op2=Build -blockwalk=no -hillskew=yes -model=model_42965,1 -model=model_42972,2 -name=Barrier - -// 39618 -[loc_39618] -active=yes -ambient=20 -blockwalk=no -hillskew=yes -model=model_42965,1 -model=model_42972,2 -name=Clay wall base - -// 39619 -[loc_39619] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42984,1 -model=model_42961,2 -name=Barrier - -// 39620 -[loc_39620] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42998,1 -model=model_42958,2 -name=Barrier - -// 39621 -[loc_39621] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42990,1 -model=model_42983,2 -name=Barrier - -// 39622 -[loc_39622] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42963,1 -model=model_42995,2 -name=Barrier - -// 39623 -[loc_39623] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42968,1 -model=model_43000,2 -name=Barrier - -// 39624 -[loc_39624] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42966,1 -model=model_42971,2 -name=Barrier - -// 39625 -[loc_39625] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42967,1 -model=model_42989,2 -name=Barrier - -// 39626 -[loc_39626] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_43001,1 -model=model_42979,2 -name=Barrier - -// 39627 -[loc_39627] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42981,1 -model=model_42986,2 -name=Barrier - -// 39628 -[loc_39628] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42993,1 -model=model_42977,2 -name=Barrier - -// 39629 -[loc_39629] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42997,1 -model=model_42994,2 -name=Barrier - -// 39630 -[loc_39630] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42973,1 -model=model_42992,2 -name=Barrier - -// 39631 -[loc_39631] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42969,1 -model=model_42982,2 -name=Barrier - -// 39632 -[loc_39632] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42974,1 -model=model_42970,2 -name=Barrier - -// 39633 -[loc_39633] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42962,1 -model=model_42964,2 -name=Barrier - -// 39634 -[loc_39634] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42980,1 -model=model_42960,2 -name=Barrier - -// 39635 -[loc_39635] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42991,1 -model=model_42976,2 -name=Barrier - -// 39636 -[loc_39636] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42985,1 -model=model_42975,2 -name=Barrier - -// 39637 -[loc_39637] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_42988,1 -model=model_42959,2 -name=Barrier - -// 39638 -[loc_39638] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op3=Repair -model=model_43002,1 -model=model_42978,2 -name=Barrier - -// 39639 -[loc_39639] -active=yes -ambient=20 -anim=seq_7382 -randomanimframe=no -op2=Go-through -op3=Repair -model=model_43020,1 -name=Barrier door - -// 39640 -[loc_39640] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -model=model_43020,1 -name=Barrier door - -// 39641 -[loc_39641] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -model=model_43022,1 -name=Barrier door - -// 39642 -[loc_39642] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -model=model_43022,1 -name=Barrier door - -// 39643 -[loc_39643] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -model=model_43013,1 -name=Barrier door - -// 39644 -[loc_39644] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -model=model_43013,1 -name=Barrier door - -// 39645 -[loc_39645] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -model=model_43029,1 -name=Barrier door - -// 39646 -[loc_39646] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -model=model_43029,1 -name=Barrier door - -// 39647 -[loc_39647] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -model=model_43024,1 -name=Barrier door - -// 39648 -[loc_39648] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -model=model_43024,1 -name=Barrier door - -// 39649 -[loc_39649] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43020,1 -name=Barrier door - -// 39650 -[loc_39650] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43020,1 -name=Barrier door - -// 39651 -[loc_39651] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43022,1 -name=Barrier door - -// 39652 -[loc_39652] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43022,1 -name=Barrier door - -// 39653 -[loc_39653] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43013,1 -name=Barrier door - -// 39654 -[loc_39654] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43013,1 -name=Barrier door - -// 39655 -[loc_39655] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43029,1 -name=Barrier door - -// 39656 -[loc_39656] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43029,1 -name=Barrier door - -// 39657 -[loc_39657] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43024,1 -name=Barrier door - -// 39658 -[loc_39658] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43024,1 -name=Barrier door - -// 39659 -[loc_39659] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43020,1 -name=Barrier door - -// 39660 -[loc_39660] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43020,1 -name=Barrier door - -// 39661 -[loc_39661] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43022,1 -name=Barrier door - -// 39662 -[loc_39662] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43022,1 -name=Barrier door - -// 39663 -[loc_39663] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43013,1 -name=Barrier door - -// 39664 -[loc_39664] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43013,1 -name=Barrier door - -// 39665 -[loc_39665] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43029,1 -name=Barrier door - -// 39666 -[loc_39666] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43029,1 -name=Barrier door - -// 39667 -[loc_39667] -active=yes -ambient=20 -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43024,1 -name=Barrier door - -// 39668 -[loc_39668] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43024,1 -name=Barrier door - -// 39669 -[loc_39669] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42984,1 -model=model_42961,2 -name=Barrier - -// 39670 -[loc_39670] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42998,1 -model=model_42958,2 -name=Barrier - -// 39671 -[loc_39671] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42990,1 -model=model_42983,2 -name=Barrier - -// 39672 -[loc_39672] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42963,1 -model=model_42995,2 -name=Barrier - -// 39673 -[loc_39673] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42968,1 -model=model_43000,2 -name=Barrier - -// 39674 -[loc_39674] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42966,1 -model=model_42971,2 -name=Barrier - -// 39675 -[loc_39675] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42967,1 -model=model_42989,2 -name=Barrier - -// 39676 -[loc_39676] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_43001,1 -model=model_42979,2 -name=Barrier - -// 39677 -[loc_39677] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42981,1 -model=model_42986,2 -name=Barrier - -// 39678 -[loc_39678] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42993,1 -model=model_42977,2 -name=Barrier - -// 39679 -[loc_39679] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42997,1 -model=model_42994,2 -name=Barrier - -// 39680 -[loc_39680] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42973,1 -model=model_42992,2 -name=Barrier - -// 39681 -[loc_39681] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42969,1 -model=model_42982,2 -name=Barrier - -// 39682 -[loc_39682] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42974,1 -model=model_42970,2 -name=Barrier - -// 39683 -[loc_39683] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42962,1 -model=model_42964,2 -name=Barrier - -// 39684 -[loc_39684] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42980,1 -model=model_42960,2 -name=Barrier - -// 39685 -[loc_39685] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42991,1 -model=model_42976,2 -name=Barrier - -// 39686 -[loc_39686] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42985,1 -model=model_42975,2 -name=Barrier - -// 39687 -[loc_39687] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_42988,1 -model=model_42959,2 -name=Barrier - -// 39688 -[loc_39688] -active=yes -ambient=20 -blockwalk=yes -hillskew=yes -op1=Attack -model=model_43002,1 -model=model_42978,2 -name=Barrier - -// 39689 -[loc_39689] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -model=model_43020,1 -name=Barrier door - -// 39690 -[loc_39690] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -model=model_43020,1 -name=Barrier door - -// 39691 -[loc_39691] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -model=model_43022,1 -name=Barrier door - -// 39692 -[loc_39692] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -model=model_43022,1 -name=Barrier door - -// 39693 -[loc_39693] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -model=model_43013,1 -name=Barrier door - -// 39694 -[loc_39694] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -model=model_43013,1 -name=Barrier door - -// 39695 -[loc_39695] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -model=model_43029,1 -name=Barrier door - -// 39696 -[loc_39696] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -model=model_43029,1 -name=Barrier door - -// 39697 -[loc_39697] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -model=model_43024,1 -name=Barrier door - -// 39698 -[loc_39698] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -model=model_43024,1 -name=Barrier door - -// 39699 -[loc_39699] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43020,1 -name=Barrier door - -// 39700 -[loc_39700] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43020,1 -name=Barrier door - -// 39701 -[loc_39701] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43022,1 -name=Barrier door - -// 39702 -[loc_39702] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43022,1 -name=Barrier door - -// 39703 -[loc_39703] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43013,1 -name=Barrier door - -// 39704 -[loc_39704] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43013,1 -name=Barrier door - -// 39705 -[loc_39705] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43029,1 -name=Barrier door - -// 39706 -[loc_39706] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43029,1 -name=Barrier door - -// 39707 -[loc_39707] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43024,1 -name=Barrier door - -// 39708 -[loc_39708] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43024,1 -name=Barrier door - -// 39709 -[loc_39709] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43020,1 -name=Barrier door - -// 39710 -[loc_39710] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43020,1 -name=Barrier door - -// 39711 -[loc_39711] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43022,1 -name=Barrier door - -// 39712 -[loc_39712] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43022,1 -name=Barrier door - -// 39713 -[loc_39713] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43013,1 -name=Barrier door - -// 39714 -[loc_39714] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43013,1 -name=Barrier door - -// 39715 -[loc_39715] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43029,1 -name=Barrier door - -// 39716 -[loc_39716] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43029,1 -name=Barrier door - -// 39717 -[loc_39717] -active=yes -ambient=20 -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43024,1 -name=Barrier door - -// 39718 -[loc_39718] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op1=Attack -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43024,1 -name=Barrier door - -// 39719 -[loc_39719] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=6645 -model=model_43024,1 -name=Barrier door - -// 39720 -[loc_39720] -active=yes -ambient=20 -mirror=yes -anim=seq_7382 -op2=Go-through -op3=Repair -randomanimframe=no -recol1s=26621 -recol1d=17506 -model=model_43024,1 -name=Barrier door - -// 39721 -[loc_39721] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_43074,1 -model=model_43070,4 - -// 39722 -[loc_39722] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_43066,1 - -// 39723 -[loc_39723] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_43068,1 - -// 39724 -[loc_39724] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_43069,1 - -// 39725 -[loc_39725] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_43064,1 - -// 39726 -[loc_39726] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_43072,1 - -// 39727 -[loc_39727] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_43063,1 - -// 39728 -[loc_39728] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_43073,1 -model=model_43065,4 - -// 39729 -[loc_39729] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_43067,1 - -// 39730 -[loc_39730] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -blockrange=no -model=model_43067,1 - -// 39731 -[loc_39731] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_43071,1 - -// 39732 -[loc_39732] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -blockrange=no -model=model_43071,1 - -// 39733 -[loc_39733] -active=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_42913 -name=Sign - -// 39734 -[loc_39734] -active=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_42912 -name=Sign - -// 39735 -[loc_39735] -ambient=25 -contrast=15 -model=model_43058 -model2=model_43057 -name=Statue - -// 39736 -[loc_39736] -ambient=25 -contrast=15 -model=model_43058 -model2=model_43059 -name=Statue - -// 39737 -[loc_39737] -ambient=25 -contrast=15 -model=model_43058 -model2=model_43061 -name=Statue - -// 39738 -[loc_39738] -ambient=25 -contrast=15 -model=model_43058 -model2=model_43060 -name=Statue - -// 39739 -[loc_39739] -ambient=25 -contrast=15 -blockwalk=yes -model=model_43036,1 -model=model_43044,4 - -// 39740 -[loc_39740] -ambient=25 -contrast=15 -blockwalk=yes -model=model_43035,1 - -// 39741 -[loc_39741] -ambient=25 -contrast=15 -blockwalk=yes -model=model_43052,1 - -// 39742 -[loc_39742] -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_43052,1 - -// 39743 -[loc_39743] -ambient=25 -contrast=15 -blockwalk=yes -msi=msi_22 -model=model_43046,4 - -// 39744 -[loc_39744] -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -msi=msi_22 -model=model_43046,4 - -// 39745 -[loc_39745] -ambient=25 -contrast=15 -blockwalk=yes -msi=msi_22 -wallwidth=10 -model=model_43053,1 -model=model_43040,3 - -// 39746 -[loc_39746] -ambient=25 -contrast=15 -blockwalk=yes -msi=msi_22 -mirror=yes -wallwidth=10 -model=model_43053,1 -model=model_43040,3 - -// 39747 -[loc_39747] -ambient=25 -contrast=15 -blockwalk=yes -msi=msi_22 -wallwidth=10 -model=model_43037,1 - -// 39748 -[loc_39748] -ambient=25 -contrast=15 -blockwalk=yes -msi=msi_22 -mirror=yes -wallwidth=10 -model=model_43037,1 - -// 39749 -[loc_39749] -ambient=25 -contrast=15 -blockwalk=yes -msi=msi_22 -wallwidth=10 -model=model_43054,1 - -// 39750 -[loc_39750] -ambient=25 -contrast=15 -blockwalk=yes -msi=msi_22 -mirror=yes -wallwidth=10 -model=model_43054,1 - -// 39751 -[loc_39751] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -sharelight=yes -model=model_43039,A -model=model_43049,G -model=model_43047,H -model=model_43041,Z - -// 39752 -[loc_39752] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -sharelight=yes -model=model_43050,Z - -// 39753 -[loc_39753] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -sharelight=yes -model=model_43050,Z - -// 39754 -[loc_39754] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -sharelight=yes -model=model_43051,A -model=model_43045,Z - -// 39755 -[loc_39755] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -sharelight=yes -mirror=yes -model=model_43051,A -model=model_43045,Z - -// 39756 -[loc_39756] -ambient=25 -contrast=15 -active=no -model=model_43043,Q - -// 39757 -[loc_39757] -ambient=25 -contrast=15 -active=no -model=model_43038,Q - -// 39758 -[loc_39758] -ambient=25 -contrast=15 -active=no -model=model_43055,Q - -// 39759 -[loc_39759] -ambient=25 -contrast=15 -active=no -model=model_43042,Q - -// 39760 -[loc_39760] -ambient=25 -contrast=15 -active=no -model=model_43048,Q - -// 39761 -[loc_39761] -ambient=25 -contrast=15 -recolhsl1s=5660 -recolhsl1d=8468 -recol2s=12548 -recol2d=8420 -recolhsl3s=9556 -recolhsl3d=8498 -recolhsl4s=10351 -recolhsl4d=8508 -recolhsl5s=7376 -recolhsl5d=6360 -recolhsl6s=7380 -recolhsl6d=6372 -retex1s=material_84 -retex1d=material_297 -retex2s=material_208 -retex2d=material_132 -retex3s=material_63 -retex3d=material_132 -model=model_31974 -name=Post - -// 39762 -[loc_39762] -anim=seq_10624 -ambient=25 -contrast=15 -recolhsl1s=5660 -recolhsl1d=8468 -recol2s=12548 -recol2d=8420 -recolhsl3s=9556 -recolhsl3d=8498 -recolhsl4s=10351 -recolhsl4d=8508 -recolhsl5s=7376 -recolhsl5d=6360 -recolhsl6s=7380 -recolhsl6d=6372 -retex1s=material_84 -retex1d=material_297 -retex2s=material_208 -retex2d=material_132 -retex3s=material_63 -retex3d=material_132 -model=model_43056 -name=Post - -// 39763 -[loc_39763] -ambient=25 -contrast=15 -anim=seq_5598 -bgsound=synth_4456,3 -blockrange=no -recolhsl1s=9678 -recolhsl1d=8498 -recolhsl2s=8305 -recolhsl2d=8508 -recolhsl3s=6430 -recolhsl3d=8468 -recol4s=11558 -recol4d=8420 -retex1s=material_63 -retex1d=material_132 -model=model_31755 -name=Torch - -// 39764 -[loc_39764] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -hardshadow=no -model=model_42928 - -// 39765 -[loc_39765] -active=no -hillskew=yes -ambient=25 -contrast=25 -sharelight=yes -hardshadow=no -model=model_42929 - -// 39766 -[loc_39766] -active=yes -anim=seq_7382 -blockwalk=yes -bgsound=synth_3139,3 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39496 -multiloc=1,loc_39495 - -// 39767 -[loc_39767] -active=yes -anim=seq_7382 -blockwalk=yes -bgsound=synth_3139,3 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39500 -multiloc=2,loc_39499 - -// 39768 -[loc_39768] -active=yes -anim=seq_7382 -blockwalk=yes -bgsound=synth_3139,3 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39498 -multiloc=1,loc_39497 - -// 39769 -[loc_39769] -active=yes -anim=seq_7382 -blockwalk=yes -bgsound=synth_3139,3 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39502 -multiloc=2,loc_39501 - -// 39770 -[loc_39770] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39669 -multiloc=1,loc_39619 - -// 39771 -[loc_39771] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39669 -multiloc=2,loc_39619 - -// 39772 -[loc_39772] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39670 -multiloc=1,loc_39620 - -// 39773 -[loc_39773] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39670 -multiloc=2,loc_39620 - -// 39774 -[loc_39774] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39671 -multiloc=1,loc_39621 - -// 39775 -[loc_39775] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39671 -multiloc=2,loc_39621 - -// 39776 -[loc_39776] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39672 -multiloc=1,loc_39622 - -// 39777 -[loc_39777] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39672 -multiloc=2,loc_39622 - -// 39778 -[loc_39778] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39699 -multiloc=1,loc_39649 - -// 39779 -[loc_39779] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39709 -multiloc=2,loc_39659 - -// 39780 -[loc_39780] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39700 -multiloc=1,loc_39650 - -// 39781 -[loc_39781] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39710 -multiloc=2,loc_39660 - -// 39782 -[loc_39782] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39673 -multiloc=1,loc_39623 - -// 39783 -[loc_39783] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39673 -multiloc=2,loc_39623 - -// 39784 -[loc_39784] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39674 -multiloc=1,loc_39624 - -// 39785 -[loc_39785] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39674 -multiloc=2,loc_39624 - -// 39786 -[loc_39786] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39675 -multiloc=1,loc_39625 - -// 39787 -[loc_39787] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39675 -multiloc=2,loc_39625 - -// 39788 -[loc_39788] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39676 -multiloc=1,loc_39626 - -// 39789 -[loc_39789] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39676 -multiloc=2,loc_39626 - -// 39790 -[loc_39790] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39701 -multiloc=1,loc_39651 - -// 39791 -[loc_39791] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39711 -multiloc=2,loc_39661 - -// 39792 -[loc_39792] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39702 -multiloc=1,loc_39652 - -// 39793 -[loc_39793] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39712 -multiloc=2,loc_39662 - -// 39794 -[loc_39794] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39677 -multiloc=1,loc_39627 - -// 39795 -[loc_39795] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39677 -multiloc=2,loc_39627 - -// 39796 -[loc_39796] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39678 -multiloc=1,loc_39628 - -// 39797 -[loc_39797] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39678 -multiloc=2,loc_39628 - -// 39798 -[loc_39798] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39679 -multiloc=1,loc_39629 - -// 39799 -[loc_39799] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39679 -multiloc=2,loc_39629 - -// 39800 -[loc_39800] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39680 -multiloc=1,loc_39630 - -// 39801 -[loc_39801] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39680 -multiloc=2,loc_39630 - -// 39802 -[loc_39802] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39703 -multiloc=1,loc_39653 - -// 39803 -[loc_39803] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39713 -multiloc=2,loc_39663 - -// 39804 -[loc_39804] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39704 -multiloc=1,loc_39654 - -// 39805 -[loc_39805] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39714 -multiloc=2,loc_39664 - -// 39806 -[loc_39806] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39681 -multiloc=1,loc_39631 - -// 39807 -[loc_39807] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39681 -multiloc=2,loc_39631 - -// 39808 -[loc_39808] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39682 -multiloc=1,loc_39632 - -// 39809 -[loc_39809] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39682 -multiloc=2,loc_39632 - -// 39810 -[loc_39810] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39683 -multiloc=1,loc_39633 - -// 39811 -[loc_39811] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39683 -multiloc=2,loc_39633 - -// 39812 -[loc_39812] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39684 -multiloc=1,loc_39634 - -// 39813 -[loc_39813] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39684 -multiloc=2,loc_39634 - -// 39814 -[loc_39814] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39705 -multiloc=1,loc_39655 - -// 39815 -[loc_39815] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39715 -multiloc=2,loc_39665 - -// 39816 -[loc_39816] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39706 -multiloc=1,loc_39656 - -// 39817 -[loc_39817] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39716 -multiloc=2,loc_39660 - -// 39818 -[loc_39818] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39685 -multiloc=1,loc_39635 - -// 39819 -[loc_39819] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39685 -multiloc=2,loc_39635 - -// 39820 -[loc_39820] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39686 -multiloc=1,loc_39636 - -// 39821 -[loc_39821] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39686 -multiloc=2,loc_39636 - -// 39822 -[loc_39822] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39687 -multiloc=1,loc_39637 - -// 39823 -[loc_39823] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39687 -multiloc=2,loc_39637 - -// 39824 -[loc_39824] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39688 -multiloc=1,loc_39638 - -// 39825 -[loc_39825] -active=yes -multivar=varplayerbit_5493 -multiloc=default,loc_39688 -multiloc=2,loc_39638 - -// 39826 -[loc_39826] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39707 -multiloc=1,loc_39657 - -// 39827 -[loc_39827] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39717 -multiloc=2,loc_39667 - -// 39828 -[loc_39828] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39708 -multiloc=1,loc_39658 - -// 39829 -[loc_39829] -active=yes -anim=seq_7382 -randomanimframe=no -multivar=varplayerbit_5493 -multiloc=default,loc_39718 -multiloc=2,loc_39668 - -// 39830 -[loc_39830] -forceapproach=south -ambient=25 -contrast=25 -op1=Deposit -op2=Deposit-all -anim=seq_2360 -bgsound=synth_3124,3 -recolhsl1s=6554 -recolhsl1d=7440 -recolhsl2s=6435 -recolhsl2d=7448 -recolhsl3s=6315 -recolhsl3d=7456 -model=model_43521 -name=Bank deposit box - -// 39831 -[loc_39831] -active=no -shadow=no -hardshadow=no -blockwalk=yes -blockrange=no -model=model_596 - -// 39832 -[loc_39832] -active=yes -forceapproach=north -model=model_12408 -name=Wooden bench - -// 39833 -[loc_39833] -active=yes -forceapproach=north -model=model_12406 -name=Oak bench - -// 39834 -[loc_39834] -active=yes -forceapproach=north -model=model_12402 -name=Carved oak bench - -// 39835 -[loc_39835] -active=yes -forceapproach=north -model=model_12407 -name=Teak bench - -// 39836 -[loc_39836] -active=yes -forceapproach=north -model=model_12403 -name=Carved teak bench - -// 39837 -[loc_39837] -active=yes -forceapproach=north -model=model_12405 -name=Mahogany bench - -// 39838 -[loc_39838] -active=yes -forceapproach=north -model=model_12404 -name=Gilded bench - -// 39839 -[loc_39839] -active=no -ambient=25 -contrast=15 -sharelight=yes -recolhsl1s=8078 -recolhsl1d=8590 -recol2s=10499 -recol2d=8419 -recolhsl3s=7587 -recolhsl3d=8606 -recolhsl4s=6067 -recolhsl4d=6322 -recolhsl5s=5943 -recolhsl5d=6318 -model=model_25063 - -// 39840 -[loc_39840] -active=no -ambient=25 -contrast=15 -sharelight=yes -recolhsl1s=8078 -recolhsl1d=8590 -recol2s=10499 -recol2d=8419 -recolhsl3s=7587 -recolhsl3d=8606 -recolhsl4s=6067 -recolhsl4d=6322 -recolhsl5s=5943 -recolhsl5d=6318 -model=model_25062 - -// 39841 -[loc_39841] -anim=seq_2564 -ambient=25 -contrast=15 -resizex=200 -resizey=180 -resizez=200 -recolhsl1s=8078 -recolhsl1d=8590 -recol2s=9443 -recol2d=8419 -recolhsl3s=7587 -recolhsl3d=8606 -recolhsl4s=6067 -recolhsl4d=6322 -recolhsl5s=5943 -recolhsl5d=6318 -model=model_25763 -model2=model_25764 -name=Candles - -// 39842 -[loc_39842] -width=2 -op1=Pray -forceapproach=south -ambient=25 -contrast=15 -recolhsl1s=4510 -recolhsl1d=8606 -recol2s=8355 -recol2d=8419 -model=model_12372 -model2=model_12379 -name=Altar - -// 39843 -[loc_39843] -op1=Play -width=2 -length=2 -ambient=25 -contrast=15 -recolhsl1s=5392 -recolhsl1d=8594 -recol2s=8388 -recol2d=8419 -recol3s=9445 -recol3d=9476 -recolhsl4s=5412 -recolhsl4d=8606 -recol5s=4405 -recol5d=13508 -recol6s=3278 -recol6d=12451 -model=model_36523 -name=Organ - -// 39844 -[loc_39844] -active=no -width=2 -length=2 -ambient=25 -contrast=15 -model=model_36524 - -// 39845 -[loc_39845] -active=no -ambient=25 -contrast=15 -recolhsl1s=8846 -recolhsl1d=8590 -recol2s=8419 -recol2d=8419 -recolhsl3s=8478 -recolhsl3d=8606 -model=model_35475 - -// 39846 -[loc_39846] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30222 -name=Gravestone -hillchange=rotate,8224 - -// 39847 -[loc_39847] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30207 -name=Gravestone -hillchange=rotate,8224 - -// 39848 -[loc_39848] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30232 -name=Gravestone -hillchange=rotate,8224 - -// 39849 -[loc_39849] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30228 -name=Gravestone -hillchange=rotate,8224 - -// 39850 -[loc_39850] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30223 -name=Gravestone -hillchange=rotate,8224 - -// 39851 -[loc_39851] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30220 -name=Gravestone -hillchange=rotate,8224 - -// 39852 -[loc_39852] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30211 -name=Gravestone -hillchange=rotate,8224 - -// 39853 -[loc_39853] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30195 -name=Gravestone -hillchange=rotate,8224 - -// 39854 -[loc_39854] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30206 -name=Gravestone -hillchange=rotate,8224 - -// 39855 -[loc_39855] -contrast=15 -ambient=25 -blockwalk=yes -recol1s=22195 -recol1d=20081 -model=model_30200 -model2=model_30227 -name=Gravestone -hillchange=rotate,8224 - -// 39856 -[loc_39856] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36684,1 - -// 39857 -[loc_39857] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36704,1 - -// 39858 -[loc_39858] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -mirror=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36704,1 - -// 39859 -[loc_39859] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36734,1 - -// 39860 -[loc_39860] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -mirror=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36734,1 - -// 39861 -[loc_39861] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36683,1 -model=model_36739,3 - -// 39862 -[loc_39862] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_43534,3 - -// 39863 -[loc_39863] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -retex1s=material_376 -retex1d=material_72 -model=model_36687,1 - -// 39864 -[loc_39864] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -mirror=yes -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -retex1s=material_376 -retex1d=material_72 -model=model_36687,1 - -// 39865 -[loc_39865] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36683,1 -model=model_36739,3 - -// 39866 -[loc_39866] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36732,1 - -// 39867 -[loc_39867] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36727,1 - -// 39868 -[loc_39868] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -mirror=yes -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36727,1 - -// 39869 -[loc_39869] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36722,1 - -// 39870 -[loc_39870] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -mirror=yes -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36722,1 - -// 39871 -[loc_39871] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36705,1 -model=model_36730,4 - -// 39872 -[loc_39872] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=32 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36689,1 - -// 39873 -[loc_39873] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36713,1 -model=model_42904,3 - -// 39874 -[loc_39874] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36720,1 - -// 39875 -[loc_39875] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_38327,1 - -// 39876 -[loc_39876] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -mirror=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_38327,1 - -// 39877 -[loc_39877] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36736,1 - -// 39878 -[loc_39878] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -mirror=yes -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36736,1 - -// 39879 -[loc_39879] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36691,1 -model=model_36695,4 - -// 39880 -[loc_39880] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36711,1 - -// 39881 -[loc_39881] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -mirror=yes -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36711,1 - -// 39882 -[loc_39882] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36728,1 - -// 39883 -[loc_39883] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36735,1 - -// 39884 -[loc_39884] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -mirror=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36735,1 - -// 39885 -[loc_39885] -active=no -contrast=15 -ambient=25 -blockwalk=yes -length=2 -anim=seq_9643 -model=model_36744 -model=model_36471 - -// 39886 -[loc_39886] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -occlude=yes -recolhsl1s=5396 -recolhsl1d=8590 -recolhsl2s=5398 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recolhsl4s=5402 -recolhsl4d=8602 -recolhsl5s=5404 -recolhsl5d=8606 -model=model_36706,1 - -// 39887 -[loc_39887] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5392 -recolhsl1d=8590 -recolhsl2s=5396 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recol4s=9445 -recol4d=9476 -recolhsl5s=5408 -recolhsl5d=8606 -recolhsl6s=5412 -recolhsl6d=8610 -model=model_36685,1 -model=model_36701,3 -model=model_36707,4 - -// 39888 -[loc_39888] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5392 -recolhsl1d=8590 -recolhsl2s=5396 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recol4s=9445 -recol4d=9476 -recolhsl5s=5408 -recolhsl5d=8606 -recolhsl6s=5412 -recolhsl6d=8610 -model=model_36751,1 - -// 39889 -[loc_39889] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5392 -recolhsl1d=8590 -recolhsl2s=5396 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recol4s=9445 -recol4d=9476 -recolhsl5s=5408 -recolhsl5d=8606 -recolhsl6s=5412 -recolhsl6d=8610 -model=model_36751,1 - -// 39890 -[loc_39890] -active=no -contrast=15 -ambient=25 -blockwalk=yes -blockrange=no -recolhsl1s=5392 -recolhsl1d=8590 -recolhsl2s=5396 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recol4s=9445 -recol4d=9476 -recolhsl5s=5408 -recolhsl5d=8606 -recolhsl6s=5412 -recolhsl6d=8610 -model=model_36685,1 -model=model_36701,3 -model=model_36707,4 - -// 39891 -[loc_39891] -active=no -contrast=15 -ambient=25 -blockwalk=no -recolhsl1s=5392 -recolhsl1d=8590 -recolhsl2s=5396 -recolhsl2d=8594 -recol3s=8388 -recol3d=8419 -recol4s=9445 -recol4d=9476 -recolhsl5s=5408 -recolhsl5d=8606 -recolhsl6s=5412 -recolhsl6d=8610 -model=model_36719,1 - -// 39892 -[loc_39892] -active=no -contrast=15 -ambient=25 -recolhsl1s=5396 -recolhsl1d=8590 -recol2s=9445 -recol2d=9476 -model=model_36721,0 - -// 39893 -[loc_39893] -active=no -contrast=15 -ambient=25 -recolhsl1s=5396 -recolhsl1d=8590 -recol2s=9445 -recol2d=9476 -model=model_36725,0 - -// 39894 -[loc_39894] -active=no -contrast=15 -ambient=25 -recolhsl1s=5396 -recolhsl1d=8590 -recol2s=9445 -recol2d=9476 -model=model_36697,0 - -// 39895 -[loc_39895] -active=no -contrast=15 -ambient=25 -mirror=yes -recolhsl1s=5396 -recolhsl1d=8590 -recol2s=9445 -recol2d=9476 -model=model_36697,0 - -// 39896 -[loc_39896] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36716,Z - -// 39897 -[loc_39897] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36724,Z - -// 39898 -[loc_39898] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_36724,Z - -// 39899 -[loc_39899] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -model=model_36717 - -// 39900 -[loc_39900] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36699 - -// 39901 -[loc_39901] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=120 -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36699 - -// 39902 -[loc_39902] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36726 - -// 39903 -[loc_39903] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -model=model_43533 - -// 39904 -[loc_39904] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -model=model_43533 - -// 39905 -[loc_39905] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36694 - -// 39906 -[loc_39906] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=120 -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36694 - -// 39907 -[loc_39907] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36737 - -// 39908 -[loc_39908] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=60 -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36710 - -// 39909 -[loc_39909] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=60 -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36710 - -// 39910 -[loc_39910] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36718 - -// 39911 -[loc_39911] -active=no -contrast=15 -ambient=25 -blockwalk=yes -offsety=120 -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36690 - -// 39912 -[loc_39912] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -offsety=120 -recol1s=9445 -recol1d=8419 -recolhsl2s=5408 -recolhsl2d=8602 -recolhsl3s=5412 -recolhsl3d=8606 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36718 - -// 39913 -[loc_39913] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36680 - -// 39914 -[loc_39914] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36679,1 - -// 39915 -[loc_39915] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36679,1 - -// 39916 -[loc_39916] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=120 -model=model_36679,1 - -// 39917 -[loc_39917] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=120 -model=model_36679,1 - -// 39918 -[loc_39918] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36723,1 - -// 39919 -[loc_39919] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36723,1 - -// 39920 -[loc_39920] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=120 -model=model_36723,1 - -// 39921 -[loc_39921] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=120 -model=model_36723,1 - -// 39922 -[loc_39922] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36709,1 - -// 39923 -[loc_39923] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36709,1 - -// 39924 -[loc_39924] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=60 -model=model_36709,1 - -// 39925 -[loc_39925] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=60 -model=model_36709,1 - -// 39926 -[loc_39926] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -model=model_36729,1 - -// 39927 -[loc_39927] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -model=model_36729,1 - -// 39928 -[loc_39928] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -offsety=60 -model=model_36729,1 - -// 39929 -[loc_39929] -active=no -contrast=15 -ambient=25 -blockwalk=yes -msi=msi_22 -mirror=yes -offsety=60 -model=model_36709,1 - -// 39930 -[loc_39930] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5400 -recolhsl1d=8594 -recol2s=9445 -recol2d=8419 -recolhsl3s=5408 -recolhsl3d=8602 -recolhsl4s=5412 -recolhsl4d=8610 -model=model_36682,Z - -// 39931 -[loc_39931] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5400 -recolhsl1d=8594 -recol2s=9445 -recol2d=8419 -recolhsl3s=5408 -recolhsl3d=8602 -recolhsl4s=5412 -recolhsl4d=8610 -model=model_36682,Z - -// 39932 -[loc_39932] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5400 -recolhsl1d=8594 -recol2s=9445 -recol2d=8419 -recolhsl3s=5408 -recolhsl3d=8602 -recolhsl4s=5412 -recolhsl4d=8610 -model=model_43529,Z - -// 39933 -[loc_39933] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5400 -recolhsl1d=8594 -recol2s=9445 -recol2d=8419 -recolhsl3s=5408 -recolhsl3d=8602 -recolhsl4s=5412 -recolhsl4d=8610 -model=model_43529,Z - -// 39934 -[loc_39934] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5400 -recolhsl1d=8594 -recol2s=9445 -recol2d=8419 -recolhsl3s=5408 -recolhsl3d=8602 -recolhsl4s=5412 -recolhsl4d=8610 -model=model_36688,Z - -// 39935 -[loc_39935] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5400 -recolhsl1d=8594 -recol2s=9445 -recol2d=8419 -recolhsl3s=5408 -recolhsl3d=8602 -recolhsl4s=5412 -recolhsl4d=8610 -model=model_36688,Z - -// 39936 -[loc_39936] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5400 -recolhsl1d=8594 -recol2s=9445 -recol2d=8419 -recolhsl3s=5408 -recolhsl3d=8602 -recolhsl4s=5412 -recolhsl4d=8610 -model=model_36703,Z - -// 39937 -[loc_39937] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5400 -recolhsl1d=8594 -recol2s=9445 -recol2d=8419 -recolhsl3s=5408 -recolhsl3d=8602 -recolhsl4s=5412 -recolhsl4d=8610 -model=model_36703,Z - -// 39938 -[loc_39938] -active=no -contrast=15 -ambient=25 -blockwalk=yes -recolhsl1s=5400 -recolhsl1d=8594 -recol2s=9445 -recol2d=8419 -recolhsl3s=5408 -recolhsl3d=8602 -recolhsl4s=5412 -recolhsl4d=8610 -model=model_36708,Z - -// 39939 -[loc_39939] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recolhsl1s=5400 -recolhsl1d=8594 -recol2s=9445 -recol2d=8419 -recolhsl3s=5408 -recolhsl3d=8602 -recolhsl4s=5412 -recolhsl4d=8610 -model=model_36708,Z - -// 39940 -[loc_39940] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36715 - -// 39941 -[loc_39941] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36715 - -// 39942 -[loc_39942] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36733 - -// 39943 -[loc_39943] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36733 - -// 39944 -[loc_39944] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36698 - -// 39945 -[loc_39945] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36698 - -// 39946 -[loc_39946] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36738 - -// 39947 -[loc_39947] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36738 - -// 39948 -[loc_39948] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36700 - -// 39949 -[loc_39949] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36700 - -// 39950 -[loc_39950] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36740 - -// 39951 -[loc_39951] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -recolhsl1s=5400 -recolhsl1d=8590 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5412 -recolhsl4d=8618 -model=model_36740 - -// 39952 -[loc_39952] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -recolhsl1s=5412 -recolhsl1d=8618 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36681,1 - -// 39953 -[loc_39953] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -msi=msi_22 -recolhsl1s=5412 -recolhsl1d=8618 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36681,1 - -// 39954 -[loc_39954] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -recolhsl1s=5412 -recolhsl1d=8618 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36693,1 - -// 39955 -[loc_39955] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -msi=msi_22 -recolhsl1s=5412 -recolhsl1d=8618 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36693,1 - -// 39956 -[loc_39956] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -recolhsl1s=5412 -recolhsl1d=8618 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36731,1 - -// 39957 -[loc_39957] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -recolhsl1s=5412 -recolhsl1d=8618 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_43530,1 - -// 39958 -[loc_39958] -active=no -contrast=15 -ambient=25 -blockwalk=yes -occlude=yes -msi=msi_22 -mirror=yes -recolhsl1s=5412 -recolhsl1d=8618 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_43530,1 - -// 39959 -[loc_39959] -active=no -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -occlude=yes -msi=msi_22 -recolhsl1s=5412 -recolhsl1d=8618 -recolhsl2s=5404 -recolhsl2d=8606 -recolhsl3s=5408 -recolhsl3d=8610 -recolhsl4s=5396 -recolhsl4d=8590 -model=model_36731,1 - -// 39960 -[loc_39960] -active=no -contrast=15 -ambient=25 -anim=seq_9644 -unknown90=yes -model=model_36743,0 - -// 39961 -[loc_39961] -active=no -contrast=15 -ambient=25 -mirror=yes -anim=seq_9644 -unknown90=yes -model=model_36743,0 - -// 39962 -[loc_39962] -active=no -contrast=15 -ambient=25 -anim=seq_9644 -randomanimframe=no -unknown90=yes -model=model_36742,0 - -// 39963 -[loc_39963] -active=no -contrast=15 -ambient=25 -mirror=yes -anim=seq_9644 -randomanimframe=no -unknown90=yes -model=model_36742,0 - -// 39964 -[loc_39964] -active=no -contrast=15 -ambient=25 -blockwalk=yes -width=2 -length=2 -resizex=100 -resizez=100 -resizey=100 -model=model_36712 - -// 39965 -[loc_39965] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36692,1 -model=model_36741,4 - -// 39966 -[loc_39966] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_36678 - -// 39967 -[loc_39967] -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_36459 - -// 39968 -[loc_39968] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36459 - -// 39969 -[loc_39969] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_36464,1 - -// 39970 -[loc_39970] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36464,1 - -// 39971 -[loc_39971] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_3531,1 -model=model_3532,3 -model=model_3533,4 -model=model_3534,5 - -// 39972 -[loc_39972] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -model=model_36509,1 - -// 39973 -[loc_39973] -active=yes -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_18515,1 -name=Gate - -// 39974 -[loc_39974] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -model=model_36509,1 - -// 39975 -[loc_39975] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=5249 -recol1d=8419 -recolhsl2s=6682 -recolhsl2d=8606 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Church door - -// 39976 -[loc_39976] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=5249 -recol1d=8419 -recolhsl2s=6682 -recolhsl2d=8606 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Church door - -// 39977 -[loc_39977] -raiseobject=no -ambient=25 -contrast=15 -mirror=yes -recol1s=5249 -recol1d=8419 -recolhsl2s=6682 -recolhsl2d=8606 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 - -// 39978 -[loc_39978] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recol1s=5249 -recol1d=8419 -recolhsl2s=6682 -recolhsl2d=8606 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Church door - -// 39979 -[loc_39979] -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recol1s=5249 -recol1d=8419 -recolhsl2s=6682 -recolhsl2d=8606 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 -name=Church door - -// 39980 -[loc_39980] -raiseobject=no -ambient=25 -contrast=15 -recol1s=5249 -recol1d=8419 -recolhsl2s=6682 -recolhsl2d=8606 -recolhsl3s=7089 -recolhsl3d=3233 -recolhsl4s=6969 -recolhsl4d=3241 -model=model_25086,1 - -// 39981 -[loc_39981] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35539,1 -model=model_35547,2 -model=model_35542,3 -model=model_35537,4 -model=model_35541,5 - -// 39982 -[loc_39982] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35549,1 -model=model_35540,2 - -// 39983 -[loc_39983] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_35549,1 -model=model_35540,2 - -// 39984 -[loc_39984] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35483,1 -model=model_35473,2 - -// 39985 -[loc_39985] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35500,1 - -// 39986 -[loc_39986] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_35500,1 - -// 39987 -[loc_39987] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35548,1 -model=model_35546,2 -model=model_35531,3 -model=model_35535,4 -model=model_35534,5 - -// 39988 -[loc_39988] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35536,1 - -// 39989 -[loc_39989] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_35536,1 - -// 39990 -[loc_39990] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35538,1 - -// 39991 -[loc_39991] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_35538,1 - -// 39992 -[loc_39992] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35543,1 - -// 39993 -[loc_39993] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35545,1 - -// 39994 -[loc_39994] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35544,1 - -// 39995 -[loc_39995] -forcedecor=yes -active=no -ambient=25 -contrast=15 -unknown90=yes -unknown96=yes -istexture=yes -blockwalk=no -model=model_35511,0 - -// 39996 -[loc_39996] -forcedecor=yes -active=no -ambient=25 -contrast=15 -unknown96=yes -istexture=yes -blockwalk=no -model=model_35511,0 - -// 39997 -[loc_39997] -forcedecor=yes -active=no -ambient=25 -contrast=15 -unknown90=yes -unknown96=yes -istexture=yes -blockwalk=no -model=model_35514,0 - -// 39998 -[loc_39998] -forcedecor=yes -active=no -ambient=25 -contrast=15 -unknown90=yes -unknown96=yes -istexture=yes -blockwalk=no -model=model_35509,0 - -// 39999 -[loc_39999] -forcedecor=yes -active=no -ambient=25 -contrast=15 -unknown96=yes -unknown90=yes -istexture=yes -blockwalk=no -model=model_35513,0 - -// 40000 -[loc_40000] -forcedecor=yes -active=no -ambient=25 -contrast=15 -unknown96=yes -unknown90=yes -istexture=yes -blockwalk=no -model=model_35512,0 - -// 40001 -[loc_40001] -forcedecor=yes -active=no -ambient=25 -contrast=15 -unknown96=yes -unknown90=yes -istexture=yes -blockwalk=no -model=model_35510,0 - -// 40002 -[loc_40002] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25272,A -model=model_25273,Z -model=model_25245,A -model=model_25246,Z - -// 40003 -[loc_40003] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25264,S -model=model_25260,D -model=model_25261,H -model=model_25234,S -model=model_25231,D -model=model_25232,H - -// 40004 -[loc_40004] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25263,S -model=model_25262,D -model=model_25233,S -model=model_25223,D - -// 40005 -[loc_40005] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25268,A -model=model_25269,Z -model=model_25245,A -model=model_25246,Z - -// 40006 -[loc_40006] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25270,A -model=model_25271,Z -model=model_25245,A -model=model_25246,Z - -// 40007 -[loc_40007] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25250,A -model=model_25259,S -model=model_25255,D -model=model_25256,F -model=model_25257,G -model=model_25258,H -model=model_25275,Z -model=model_25274,X -model=model_31122,C -model=model_25267,V -model=model_25236,A -model=model_25241,S -model=model_25237,D -model=model_25238,F -model=model_25239,G -model=model_25240,H -model=model_25244,Z -model=model_25243,X -model=model_31692,C -model=model_25242,V - -// 40008 -[loc_40008] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_25249,H -model=model_25235,H - -// 40009 -[loc_40009] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33960,A -model=model_33962,D -model=model_33961,H -model=model_33960,A -model=model_33962,D -model=model_33961,H - -// 40010 -[loc_40010] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33963,H -model=model_33963,H - -// 40011 -[loc_40011] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33964,H -model=model_33964,H - -// 40012 -[loc_40012] -sharelight=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33960,A -model=model_33962,D -model=model_33961,H -model=model_33960,A -model=model_33962,D -model=model_33961,H - -// 40013 -[loc_40013] -sharelight=yes -forcedecor=yes -msi=msi_46 -ambient=25 -contrast=15 -unknown90=yes -model=model_35523,0 - -// 40014 -[loc_40014] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -msi=msi_46 -ambient=25 -contrast=15 -unknown90=yes -model=model_43564,0 - -// 40015 -[loc_40015] -sharelight=yes -forcedecor=yes -hillskew=yes -active=no -msi=msi_46 -ambient=25 -contrast=15 -unknown90=yes -model=model_43563,0 - -// 40016 -[loc_40016] -sharelight=yes -forcedecor=yes -msi=msi_46 -ambient=25 -contrast=15 -unknown90=yes -model=model_35518,0 - -// 40017 -[loc_40017] -ambient=25 -contrast=15 -width=2 -recol1s=9409 -recol1d=11590 -recol2s=11523 -recol2d=7362 -model=model_5492 -name=Bench - -// 40018 -[loc_40018] -blockwalk=yes -contrast=15 -ambient=25 -blockrange=no -recol1s=12548 -recol1d=10533 -recol2s=13605 -recol2d=11590 -recol3s=11491 -recol3d=8419 -recol4s=10434 -recol4d=6305 -recol5s=7297 -recol5d=5248 -model=model_8232 -name=Barrel - -// 40019 -[loc_40019] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=12548 -recol1d=10533 -recol2s=13605 -recol2d=11590 -recol3s=11491 -recol3d=8419 -recol4s=10434 -recol4d=6305 -recol5s=7297 -recol5d=5248 -model=model_8232 -model2=model_9530 -name=Barrel - -// 40020 -[loc_40020] -op1=Search -ambient=25 -contrast=15 -blockrange=no -recol1s=13639 -recol1d=5248 -recol2s=10468 -recol2d=7362 -recol3s=9411 -recol3d=8419 -recol4s=8354 -recol4d=9476 -recol5s=12582 -recol5d=5248 -recol6s=11525 -recol6d=5248 -model=model_5283 -name=Boxes - -// 40021 -[loc_40021] -ambient=25 -contrast=15 -op1=Search -blockrange=no -recol1s=14695 -recol1d=9476 -recol2s=13638 -recol2d=9476 -recol3s=12581 -recol3d=9476 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=5248 -recol6s=9410 -recol6d=5248 -model=model_7685 -name=Crate - -// 40022 -[loc_40022] -ambient=25 -contrast=15 -op1=Search -blockrange=no -recol1s=14695 -recol1d=9476 -recol2s=13638 -recol2d=9476 -recol3s=12581 -recol3d=9476 -recol4s=11524 -recol4d=6305 -recol5s=10467 -recol5d=5248 -recol6s=9410 -recol6d=5248 -model=model_7700 -name=Crate - -// 40023 -[loc_40023] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35491 - -// 40024 -[loc_40024] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35504 - -// 40025 -[loc_40025] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_43532 - -// 40026 -[loc_40026] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -op1=Climb-up -forceapproach=south -model=model_35491 -name=Ladder - -// 40027 -[loc_40027] -active=yes -blockwalk=yes -ambient=25 -contrast=15 -op1=Climb-down -forceapproach=south -model=model_35504 -name=ladder - -// 40028 -[loc_40028] -width=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=16809 -recol1d=8419 -recol2s=14695 -recol2d=11590 -recolhsl3s=6439 -recolhsl3d=8607 -recol4s=12581 -recol4d=9476 -recol5s=11524 -recol5d=7362 -recol6s=10467 -recol6d=5248 -model=model_7906 -name=Counter - -// 40029 -[loc_40029] -anim=seq_3511 -active=yes -ambient=25 -contrast=15 -bgsound=synth_3120,3 -model=model_35495 -name=Clock - -// 40030 -[loc_40030] -width=2 -length=2 -ambient=25 -contrast=15 -blockrange=no -model=model_35490 -name=Table - -// 40031 -[loc_40031] -ambient=25 -contrast=15 -blockrange=no -recol1s=16809 -recol1d=6305 -recol2s=14695 -recol2d=9476 -recol3s=13638 -recol3d=8419 -recol4s=12581 -recol4d=6305 -model=model_9590 -name=Table - -// 40032 -[loc_40032] -length=2 -op1=Search -ambient=25 -contrast=15 -recol1s=10434 -recol1d=12647 -recol2s=11491 -recol2d=10533 -recol3s=12548 -recol3d=8419 -recol4s=9377 -recol4d=6305 -model=model_9500 -name=Bookcase - -// 40033 -[loc_40033] -op1=Search -ambient=25 -contrast=15 -recol1s=7329 -recol1d=10533 -recol2s=20933 -recol2d=6305 -model=model_15207 -name=Bookcase - -// 40034 -[loc_40034] -width=2 -length=3 -ambient=25 -contrast=15 -recol1s=22059 -recol1d=11590 -recol2s=14662 -recol2d=9476 -recol3s=14729 -recol3d=28407 -recol4s=15392 -recol4d=4268 -recol5s=17931 -recol5d=32503 -model=model_12395 -name=Bed - -// 40035 -[loc_40035] -length=2 -ambient=25 -contrast=15 -recol1s=8456 -recol1d=4268 -recol2s=26311 -recol2d=2154 -recol3s=32765 -recol3d=28407 -recol4s=32569 -recol4d=32503 -model=model_1256 -name=Bed - -// 40036 -[loc_40036] -ambient=25 -contrast=15 -model=model_35471,Q - -// 40037 -[loc_40037] -ambient=25 -contrast=15 -model=model_35492,Q - -// 40038 -[loc_40038] -ambient=25 -contrast=15 -recol1s=7365 -recol1d=7362 -recol2s=9479 -recol2d=10533 -recol3s=5252 -recol3d=5248 -model=model_14821,Q - -// 40039 -[loc_40039] -ambient=25 -contrast=15 -recol1s=9377 -recol1d=12647 -recol2s=10401 -recol2d=8419 -model=model_1170 -name=Chair - -// 40040 -[loc_40040] -ambient=25 -contrast=15 -model=model_35501 -name=Chair - -// 40041 -[loc_40041] -ambient=25 -contrast=15 -recol1s=23094 -recol1d=6382 -recol2s=14695 -recol2d=9476 -recol3s=12581 -recol3d=7362 -model=model_24917 -name=Chair - -// 40042 -[loc_40042] -ambient=25 -contrast=15 -active=yes -model=model_35481,Q -name=Stuffed swordfish - -// 40043 -[loc_40043] -ambient=25 -contrast=15 -active=yes -model=model_35479,Q -name=Stuffed swordfish - -// 40044 -[loc_40044] -width=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=12581 -recol1d=8419 -recol2s=13638 -recol2d=7362 -recol3s=14695 -recol3d=9476 -recol4s=16809 -recol4d=11590 -model=model_9547 -name=Large table - -// 40045 -[loc_40045] -active=yes -ambient=25 -contrast=15 -recol1s=6272 -recol1d=7362 -recol2s=7329 -recol2d=5248 -recol3s=8386 -recol3d=12647 -model=model_2133 -name=Shelf - -// 40046 -[loc_40046] -active=yes -ambient=25 -contrast=15 -recol1s=6272 -recol1d=7362 -recol2s=7329 -recol2d=5248 -recol3s=8386 -recol3d=12647 -model=model_2134 -name=Shelf - -// 40047 -[loc_40047] -active=yes -ambient=25 -contrast=15 -recol1s=6272 -recol1d=7362 -recol2s=7329 -recol2d=5248 -recol3s=8386 -recol3d=12647 -model=model_2135 -name=Shelf - -// 40048 -[loc_40048] -active=yes -ambient=25 -contrast=15 -recol1s=6272 -recol1d=7362 -recol2s=7329 -recol2d=5248 -recol3s=8386 -recol3d=12647 -model=model_2132 -name=Shelf - -// 40049 -[loc_40049] -ambient=25 -contrast=15 -recol1s=5184 -recol1d=7362 -recol2s=6240 -recol2d=12647 -model=model_2058,Q - -// 40050 -[loc_40050] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -op1=Open -model=model_36497 -name=Drawers - -// 40051 -[loc_40051] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -op2=Search -op3=Close -model=model_36487 -name=Drawers - -// 40052 -[loc_40052] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -op1=Open -model=model_35508 -name=Drawers - -// 40053 -[loc_40053] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -op2=Search -op3=Close -model=model_35507 -name=Drawers - -// 40054 -[loc_40054] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -recol1s=7329 -recol1d=9476 -recol2s=5217 -recol2d=8419 -recolhsl3s=0 -recolhsl3d=8592 -model=model_1274 -name=Cabinet - -// 40055 -[loc_40055] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_35468 -name=Dresser - -// 40056 -[loc_40056] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_35470 -name=Dresser - -// 40057 -[loc_40057] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -model=model_35525 -name=Staircase - -// 40058 -[loc_40058] -msi=msi_7 -ambient=25 -contrast=15 -active=no -model=model_35526 - -// 40059 -[loc_40059] -op1=Climb-down -blockwalk=yes -forceapproach=east -msi=msi_7 -ambient=25 -contrast=15 -model=model_35530 -name=Staircase - -// 40060 -[loc_40060] -sharelight=yes -ambient=25 -contrast=15 -active=no -model=model_35528,1 -model=model_35529,4 - -// 40061 -[loc_40061] -sharelight=yes -ambient=25 -contrast=15 -active=no -blockwalk=no -model=model_35527 - -// 40062 -[loc_40062] -ambient=25 -contrast=15 -model=model_35477,Q - -// 40063 -[loc_40063] -length=2 -ambient=25 -contrast=15 -forceapproach=west -model=model_35496 -name=Sink - -// 40064 -[loc_40064] -ambient=25 -contrast=15 -recol1s=14695 -recol1d=10533 -recol2s=10467 -recol2d=9476 -model=model_11128 -name=Wardrobe - -// 40065 -[loc_40065] -ambient=25 -contrast=15 -active=yes -recol1s=7329 -recol1d=8419 -recol2s=20933 -recol2d=11590 -model=model_12512 -name=Mirror - -// 40066 -[loc_40066] -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=7330 -recol1d=9476 -recolhsl2s=5652 -recolhsl2d=8606 -recolhsl3s=5656 -recolhsl3d=8610 -recolhsl4s=5532 -recolhsl4d=8614 -model=model_25131 -model2=model_25152 -model3=model_25153 -model4=model_22172 -name=Bar - -// 40067 -[loc_40067] -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=7330 -recol1d=9476 -recolhsl2s=5652 -recolhsl2d=8606 -recolhsl3s=5656 -recolhsl3d=8610 -recolhsl4s=5532 -recolhsl4d=8614 -model=model_25130 -model2=model_25134 -model3=model_25154 -model4=model_25151 -name=Bar - -// 40068 -[loc_40068] -active=yes -sharelight=yes -mirror=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=7330 -recol1d=9476 -recolhsl2s=5652 -recolhsl2d=8606 -recolhsl3s=5656 -recolhsl3d=8610 -recolhsl4s=5532 -recolhsl4d=8614 -model=model_25130 -model2=model_25154 -model3=model_25148 -name=Bar - -// 40069 -[loc_40069] -active=yes -sharelight=yes -ambient=25 -contrast=15 -recol1s=7330 -recol1d=9476 -recolhsl2s=5656 -recolhsl2d=8610 -recolhsl3s=5532 -recolhsl3d=8614 -model=model_25142 -model2=model_22174 -model3=model_22173 -model4=model_25133 -name=Bar - -// 40070 -[loc_40070] -active=yes -sharelight=yes -mirror=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=7330 -recol1d=9476 -recolhsl2s=5656 -recolhsl2d=8610 -recolhsl3s=5532 -recolhsl3d=8614 -model=model_25142 -model2=model_22174 -model3=model_22173 -model4=model_25133 -name=Bar - -// 40071 -[loc_40071] -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=7330 -recol1d=9476 -recolhsl2s=5652 -recolhsl2d=8606 -recolhsl3s=5656 -recolhsl3d=8610 -recolhsl4s=5532 -recolhsl4d=8614 -model=model_25143 -model2=model_22173 -model3=model_25154 -model4=model_25133 -name=Bar - -// 40072 -[loc_40072] -active=no -ambient=25 -contrast=15 -recolhsl1s=7440 -recolhsl1d=8846 -recolhsl2s=7444 -recolhsl2d=8722 -recolhsl3s=7448 -recolhsl3d=8598 -recolhsl4s=2580 -recolhsl4d=42648 -recol5s=12451 -recol5d=4268 -recol6s=13508 -recol6d=8496 -model=model_38364 - -// 40073 -[loc_40073] -width=2 -ambient=25 -contrast=15 -recol1s=5250 -recol1d=6305 -recol2s=7364 -recol2d=8419 -recol3s=9478 -recol3d=11590 -recol4s=6307 -recol4d=10533 -recol5s=8421 -recol5d=10533 -model=model_33755 -name=Desk - -// 40074 -[loc_40074] -ambient=25 -contrast=15 -model=model_35475 -name=Candle - -// 40075 -[loc_40075] -ambient=25 -contrast=15 -anim=seq_468 -active=yes -recol1s=8320 -recol1d=8419 -model=model_2258,Q -name=Charms - -// 40076 -[loc_40076] -length=2 -ambient=25 -contrast=15 -model=model_35487 -name=Axe cabinet - -// 40077 -[loc_40077] -ambient=25 -contrast=15 -recol1s=6272 -recol1d=7362 -recol2s=7329 -recol2d=5248 -recol3s=8386 -recol3d=12647 -model=model_2132 -model2=model_9508 -model3=model_9509 -name=Shelves - -// 40078 -[loc_40078] -ambient=25 -contrast=15 -recol1s=6272 -recol1d=7362 -recol2s=7329 -recol2d=5248 -recol3s=8386 -recol3d=12647 -model=model_2132 -model2=model_9508 -model3=model_9510 -name=Shelves - -// 40079 -[loc_40079] -ambient=25 -contrast=15 -recol1s=6272 -recol1d=7362 -recol2s=7329 -recol2d=5248 -recol3s=8386 -recol3d=12647 -model=model_2132 -model2=model_9512 -name=Shelves - -// 40080 -[loc_40080] -ambient=25 -contrast=15 -recol1s=6272 -recol1d=7362 -recol2s=7329 -recol2d=5248 -recol3s=8386 -recol3d=12647 -model=model_2132 -model2=model_9511 -name=Shelves - -// 40081 -[loc_40081] -width=2 -length=4 -ambient=25 -contrast=15 -recol1s=10434 -recol1d=7362 -recol2s=14662 -recol2d=9476 -recol3s=12548 -recol3d=8419 -model=model_9534 -name=Crane - -// 40082 -[loc_40082] -width=2 -length=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=9377 -recol1d=6305 -recol2s=10434 -recol2d=7362 -recol3s=11491 -recol3d=8419 -model=model_1453 -name=Picnic bench - -// 40083 -[loc_40083] -width=2 -length=3 -ambient=25 -contrast=15 -recolhsl1s=7830 -recolhsl1d=8477 -recol2s=11556 -recol2d=7362 -model=model_1480 -name=Cart - -// 40084 -[loc_40084] -width=3 -length=3 -ambient=25 -contrast=15 -shadow=no -recol1s=10434 -recol1d=6305 -recol2s=11491 -recol2d=5248 -recol3s=12548 -recol3d=5248 -recol4s=13605 -recol4d=8419 -recol5s=14662 -recol5d=11590 -model=model_9535 -name=Row boat - -// 40085 -[loc_40085] -width=2 -length=3 -ambient=25 -contrast=15 -shadow=no -recol1s=10434 -recol1d=6305 -recol2s=11491 -recol2d=5248 -recol3s=12548 -recol3d=5248 -recol4s=13605 -recol4d=8419 -recol5s=14662 -recol5d=11590 -recol6s=7297 -recol6d=4192 -model=model_14159 -model2=model_14160 -name=Row boat - -// 40086 -[loc_40086] -width=4 -length=5 -anim=seq_3743 -ambient=25 -contrast=15 -shadow=no -model=model_14158 -name=Ripples - -// 40087 -[loc_40087] -sharelight=yes -forcedecor=yes -hillskew=yes -resizex=128 -resizey=64 -resizez=128 -ambient=25 -contrast=15 -model=model_35523,0 - -// 40088 -[loc_40088] -resizex=128 -resizey=380 -resizez=128 -ambient=25 -contrast=15 -model=model_35521,4 - -// 40089 -[loc_40089] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35532 - -// 40090 -[loc_40090] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_35532 - -// 40091 -[loc_40091] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_35533,1 - -// 40092 -[loc_40092] -op2=Search -op3=Close -ambient=25 -contrast=15 -recol1s=4226 -recol1d=5248 -recol2s=9511 -recol2d=12682 -recol3s=8388 -recol3d=9476 -recol4s=7363 -recol4d=8419 -recol5s=9444 -recol5d=10533 -model=model_32139 -name=Chest - -// 40093 -[loc_40093] -op1=Open -ambient=25 -contrast=15 -recol1s=4226 -recol1d=5248 -recol2s=9511 -recol2d=12682 -recol3s=8388 -recol3d=9476 -recol4s=7363 -recol4d=8419 -recol5s=9444 -recol5d=10533 -model=model_32110 -name=Chest - -// 40094 -[loc_40094] -forcedecor=yes -mapfunction=2 -ambient=25 -contrast=15 -unknown90=yes -blockwalk=no -retex1s=material_418 -retex1d=material_65 -model=model_35510,0 - -// 40095 -[loc_40095] -forcedecor=yes -mapfunction=39 -ambient=25 -contrast=15 -blockwalk=no -retex1s=material_102 -retex1d=material_65 -retex2s=material_75 -retex2d=material_65 -model=model_35511,0 - -// 40096 -[loc_40096] -forcedecor=yes -mapfunction=21 -ambient=25 -contrast=15 -blockwalk=no -retex1s=material_102 -retex1d=material_65 -retex2s=material_75 -retex2d=material_65 -model=model_35511,0 - -// 40097 -[loc_40097] -forcedecor=yes -mapfunction=3 -ambient=25 -contrast=15 -blockwalk=no -retex1s=material_102 -retex1d=material_65 -retex2s=material_75 -retex2d=material_65 -model=model_35511,0 - -// 40098 -[loc_40098] -forcedecor=yes -mapfunction=31 -ambient=25 -contrast=15 -blockwalk=no -retex1s=material_102 -retex1d=material_65 -retex2s=material_75 -retex2d=material_65 -model=model_35511,0 - -// 40099 -[loc_40099] -forcedecor=yes -mapfunction=40 -ambient=25 -contrast=15 -retex1s=material_102 -retex1d=material_65 -retex2s=material_75 -retex2d=material_65 -model=model_35511,0 - -// 40100 -[loc_40100] -forcedecor=yes -mapfunction=25 -ambient=25 -contrast=15 -blockwalk=no -retex1s=material_102 -retex1d=material_65 -retex2s=material_75 -retex2d=material_65 -model=model_35511,0 - -// 40101 -[loc_40101] -forcedecor=yes -mapfunction=36 -ambient=25 -contrast=15 -blockwalk=no -retex1s=material_102 -retex1d=material_65 -retex2s=material_75 -retex2d=material_65 -model=model_35511,0 - -// 40102 -[loc_40102] -forcedecor=yes -active=no -mapfunction=6 -sharelight=yes -ambient=25 -contrast=15 -recol1s=9409 -recol1d=12548 -recol2s=11523 -recol2d=14662 -model=model_35523,0 - -// 40103 -[loc_40103] -forcedecor=yes -mapfunction=56 -ambient=25 -contrast=15 -model=model_35523,0 - -// 40104 -[loc_40104] -anim=seq_3939 -bgsound=synth_3115,3 -ambient=25 -contrast=15 -blockrange=no -recol1s=11561 -recol1d=6342 -recol2s=8456 -recol2d=4228 -recol3s=12618 -recol3d=7399 -recol4s=13675 -recol4d=8456 -model=model_27177 -model2=model_14491 -name=Cauldron - -// 40105 -[loc_40105] -active=yes -ambient=25 -contrast=15 -model=model_2118,Q -name=Hanging wheel - -// 40106 -[loc_40106] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_35516,Z - -// 40107 -[loc_40107] -sharelight=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_35515,Z - -// 40108 -[loc_40108] -active=yes -hillskew=yes -op1=Open -ambient=25 -contrast=15 -recol1s=11526 -recol1d=11590 -recol2s=8355 -recol2d=5248 -recol3s=7298 -recol3d=6305 -recol4s=10469 -recol4d=9476 -recol5s=27296 -recol5d=10568 -recol6s=25216 -recol6d=8454 -model=model_22972,1 -name=Door - -// 40109 -[loc_40109] -active=yes -hillskew=yes -op1=Close -ambient=25 -contrast=15 -recol1s=11526 -recol1d=11590 -recol2s=8355 -recol2d=5248 -recol3s=7298 -recol3d=6305 -recol4s=10469 -recol4d=9476 -recol5s=27296 -recol5d=10568 -recol6s=25216 -recol6d=8454 -model=model_22972,1 -name=Door - -// 40110 -[loc_40110] -length=2 -forceapproach=east -ambient=25 -contrast=15 -bgsound=synth_2199,5 -recol1s=12618 -recol1d=12683 -recol2s=10504 -recol2d=10569 -recol3s=7399 -recol3d=8455 -model=model_12616 -name=Range - -// 40111 -[loc_40111] -blockwalk=yes -ambient=25 -contrast=15 -shadow=no -model=model_29767 -name=Plant - -// 40112 -[loc_40112] -ambient=25 -contrast=15 -active=no -recol1s=10434 -recol1d=8419 -recolhsl2s=5665 -recolhsl2d=8606 -model=model_14986,8 -model=model_14987,Q - -// 40113 -[loc_40113] -sharelight=yes -ambient=25 -contrast=15 -forcedecor=yes -active=yes -op1=Climb-down -forceapproach=north -blockrange=no -model=model_43590,0 -name=Trapdoor - -// 40114 -[loc_40114] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=16708 -recol1d=12647 -recol2s=11457 -recol2d=9476 -recol3s=12514 -recol3d=8419 -model=model_5187 -name=Ladder - -// 40115 -[loc_40115] -active=yes -op1=Climb-down -msi=msi_7 -sharelight=yes -forceapproach=north -msi=msi_7 -recol1s=16708 -recol1d=12647 -recol2s=11457 -recol2d=9476 -recol3s=12514 -recol3d=8419 -model=model_9504 -name=Ladder - -// 40116 -[loc_40116] -sharelight=yes -ambient=25 -contrast=15 -forcedecor=yes -active=no -blockrange=no -recol1s=9445 -recol1d=8419 -recolhsl2s=5410 -recolhsl2d=8487 -recol3s=5250 -recol3d=5248 -model=model_33354,1 -model=model_33353,3 -model=model_33355,4 -model=model_33356,5 -model=model_33357,0 - -// 40117 -[loc_40117] -sharelight=yes -ambient=25 -contrast=15 -forcedecor=yes -active=no -blockrange=no -recol1s=9445 -recol1d=8419 -recolhsl2s=5410 -recolhsl2d=8487 -recol3s=5250 -recol3d=5248 -model=model_33976,0 - -// 40118 -[loc_40118] -ambient=25 -contrast=15 -active=no -model=model_43591,Q - -// 40119 -[loc_40119] -ambient=25 -contrast=15 -active=no -model=model_43579,Q - -// 40120 -[loc_40120] -ambient=25 -contrast=15 -active=no -model=model_43581,Q - -// 40121 -[loc_40121] -ambient=25 -contrast=15 -active=no -model=model_43580,Q -model=model_43589,0 - -// 40122 -[loc_40122] -ambient=25 -contrast=15 -active=no -model=model_43576 - -// 40123 -[loc_40123] -width=2 -ambient=25 -contrast=15 -active=no -recol1s=14695 -recol1d=13638 -recol2s=13638 -recol2d=11558 -recol3s=12581 -recol3d=10501 -recol4s=11524 -recol4d=9444 -recol5s=10467 -recol5d=8387 -recol6s=9410 -recol6d=7330 -model=model_16532 - -// 40124 -[loc_40124] -active=no -ambient=25 -contrast=15 -blockrange=no -recol1s=14695 -recol1d=11558 -recol2s=12581 -recol2d=9444 -recol3s=11524 -recol3d=10501 -recol4s=10467 -recol4d=7330 -recol5s=9410 -recol5d=7330 -model=model_7700 - -// 40125 -[loc_40125] -ambient=25 -contrast=15 -active=no -blockrange=no -recol1s=14695 -recol1d=11558 -recol2s=12581 -recol2d=10501 -recol3s=11524 -recol3d=9444 -recol4s=10467 -recol4d=8387 -recol5s=9410 -recol5d=7330 -model=model_7699 - -// 40126 -[loc_40126] -ambient=25 -contrast=15 -active=no -blockrange=no -recol1s=14695 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -model=model_7685 -model2=model_16950 - -// 40127 -[loc_40127] -ambient=25 -contrast=15 -active=no -blockrange=no -recol1s=14695 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -model=model_7700 -model2=model_16952 - -// 40128 -[loc_40128] -offsetx=-30 -active=no -ambient=25 -contrast=15 -blockrange=no -model=model_7704 - -// 40129 -[loc_40129] -active=no -ambient=25 -contrast=15 -model=model_17140 - -// 40130 -[loc_40130] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8353 -recol1d=8419 -recol2s=11523 -recol2d=10533 -recol3s=9409 -recol3d=9476 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 40131 -[loc_40131] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8353 -recol1d=8419 -recol2s=11523 -recol2d=10533 -recol3s=9409 -recol3d=9476 -model=model_8762,1 -model=model_8763,4 -model=model_8761,0 - -// 40132 -[loc_40132] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43548 - -// 40133 -[loc_40133] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43539 - -// 40134 -[loc_40134] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43549,1 - -// 40135 -[loc_40135] -active=no -blockwalk=yes -ambient=25 -contrast=15 -offsety=-96 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43538,A -model=model_43541,G - -// 40136 -[loc_40136] -sharelight=yes -ambient=25 -contrast=15 -offsety=-96 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_33960,A -model=model_33962,D -model=model_33961,H -model=model_33960,A -model=model_33962,D -model=model_33961,H - -// 40137 -[loc_40137] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43543 - -// 40138 -[loc_40138] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43559 - -// 40139 -[loc_40139] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43545 - -// 40140 -[loc_40140] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43562 - -// 40141 -[loc_40141] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43554 - -// 40142 -[loc_40142] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43556 - -// 40143 -[loc_40143] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43561 - -// 40144 -[loc_40144] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43560 - -// 40145 -[loc_40145] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43550 - -// 40146 -[loc_40146] -active=no -blockwalk=yes -ambient=25 -contrast=15 -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43544 - -// 40147 -[loc_40147] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43560 - -// 40148 -[loc_40148] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43544 - -// 40149 -[loc_40149] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43554 - -// 40150 -[loc_40150] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43556 - -// 40151 -[loc_40151] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43561 - -// 40152 -[loc_40152] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43545 - -// 40153 -[loc_40153] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43548 - -// 40154 -[loc_40154] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -recol1s=8421 -recol1d=5248 -recol2s=9478 -recol2d=6305 -recol3s=10535 -recol3d=7362 -recol4s=11592 -recol4d=8419 -recol5s=12649 -recol5d=9476 -recol6s=13706 -recol6d=10533 -model=model_43539 - -// 40155 -[loc_40155] -sharelight=yes -ambient=20 -contrast=15 -recolhsl1s=5261 -recolhsl1d=8598 -recolhsl2s=5265 -recolhsl2d=8601 -recolhsl3s=5266 -recolhsl3d=8604 -recolhsl4s=5270 -recolhsl4d=8478 -recolhsl5s=5275 -recolhsl5d=8482 -recolhsl6s=5280 -recolhsl6d=8487 -model=model_43547,A -model=model_43542,G -model=model_43537,H -model=model_43551,Z - -// 40156 -[loc_40156] -active=no -sharelight=yes -ambient=20 -contrast=15 -anim=seq_5745 -recolhsl1s=5261 -recolhsl1d=8598 -recolhsl2s=5265 -recolhsl2d=8601 -recolhsl3s=5266 -recolhsl3d=8604 -recolhsl4s=5270 -recolhsl4d=8478 -recolhsl5s=5275 -recolhsl5d=8482 -recolhsl6s=5280 -recolhsl6d=8487 -model=model_43528 - -// 40157 -[loc_40157] -sharelight=yes -ambient=20 -contrast=15 -recolhsl1s=5261 -recolhsl1d=8598 -recolhsl2s=5265 -recolhsl2d=8601 -recolhsl3s=5266 -recolhsl3d=8604 -recolhsl4s=5270 -recolhsl4d=8478 -recolhsl5s=5275 -recolhsl5d=8482 -recolhsl6s=5280 -recolhsl6d=8487 -model=model_43555,H - -// 40158 -[loc_40158] -sharelight=yes -ambient=20 -contrast=15 -recolhsl1s=5261 -recolhsl1d=8598 -recolhsl2s=5265 -recolhsl2d=8601 -recolhsl3s=5266 -recolhsl3d=8604 -recolhsl4s=5270 -recolhsl4d=8478 -recolhsl5s=5275 -recolhsl5d=8482 -recolhsl6s=5280 -recolhsl6d=8487 -model=model_43558,H - -// 40159 -[loc_40159] -sharelight=yes -ambient=20 -contrast=15 -recolhsl1s=5261 -recolhsl1d=8598 -recolhsl2s=5265 -recolhsl2d=8601 -recolhsl3s=5266 -recolhsl3d=8604 -recolhsl4s=5270 -recolhsl4d=8478 -recolhsl5s=5275 -recolhsl5d=8482 -recolhsl6s=5280 -recolhsl6d=8487 -model=model_43546,H - -// 40160 -[loc_40160] -sharelight=yes -ambient=20 -contrast=15 -recolhsl1s=5261 -recolhsl1d=8598 -recolhsl2s=5265 -recolhsl2d=8601 -recolhsl3s=5266 -recolhsl3d=8604 -recolhsl4s=5270 -recolhsl4d=8478 -recolhsl5s=5275 -recolhsl5d=8482 -recolhsl6s=5280 -recolhsl6d=8487 -model=model_43540,H - -// 40161 -[loc_40161] -sharelight=yes -ambient=20 -contrast=15 -recolhsl1s=5261 -recolhsl1d=8598 -recolhsl2s=5265 -recolhsl2d=8601 -recolhsl3s=5266 -recolhsl3d=8604 -recolhsl4s=5270 -recolhsl4d=8478 -recolhsl5s=5275 -recolhsl5d=8482 -recolhsl6s=5280 -recolhsl6d=8487 -model=model_43557,H - -// 40162 -[loc_40162] -sharelight=yes -ambient=20 -contrast=15 -recolhsl1s=5261 -recolhsl1d=8598 -recolhsl2s=5265 -recolhsl2d=8601 -recolhsl3s=5266 -recolhsl3d=8604 -recolhsl4s=5270 -recolhsl4d=8478 -recolhsl5s=5275 -recolhsl5d=8482 -recolhsl6s=5280 -recolhsl6d=8487 -model=model_43553,H - -// 40163 -[loc_40163] -blockwalk=yes -ambient=20 -contrast=15 -active=no -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43586 - -// 40164 -[loc_40164] -blockwalk=yes -ambient=20 -contrast=15 -active=no -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43567 - -// 40165 -[loc_40165] -blockwalk=yes -ambient=20 -contrast=15 -active=no -mirror=yes -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43567 - -// 40166 -[loc_40166] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43588,8 -model=model_43565,1 -model=model_43574,4 -model=model_43575,Q - -// 40167 -[loc_40167] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43570,1 - -// 40168 -[loc_40168] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43587,8 -model=model_43571,1 -model=model_43582,4 - -// 40169 -[loc_40169] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43573,1 -model=model_43583,2 -model=model_43566,3 -model=model_43577,4 - -// 40170 -[loc_40170] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43568,2 - -// 40171 -[loc_40171] -active=no -blockwalk=yes -ambient=20 -contrast=15 -mirror=yes -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43573,1 -model=model_43583,2 -model=model_43566,3 -model=model_43577,4 - -// 40172 -[loc_40172] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43572,1 - -// 40173 -[loc_40173] -active=no -blockwalk=yes -ambient=20 -contrast=15 -mirror=yes -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43572,1 - -// 40174 -[loc_40174] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43569,1 - -// 40175 -[loc_40175] -active=no -blockwalk=yes -ambient=20 -contrast=15 -mirror=yes -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43569,1 - -// 40176 -[loc_40176] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43584,1 - -// 40177 -[loc_40177] -active=no -blockwalk=yes -ambient=20 -contrast=15 -mirror=yes -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43584,1 - -// 40178 -[loc_40178] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43585,1 - -// 40179 -[loc_40179] -active=no -blockwalk=yes -ambient=20 -contrast=15 -mirror=yes -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43585,1 - -// 40180 -[loc_40180] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43578,1 - -// 40181 -[loc_40181] -active=no -blockwalk=yes -ambient=20 -contrast=15 -mirror=yes -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43578,1 - -// 40182 -[loc_40182] -active=no -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=8215 -recolhsl1d=8483 -recolhsl2s=8228 -recolhsl2d=8363 -recolhsl3s=8247 -recolhsl3d=8388 -model=model_43592,1 - -// 40183 -[loc_40183] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -model=model_27233,1 -model=model_35668,2 -model=model_35669,4 -model=model_35670,5 - -// 40184 -[loc_40184] -op1=Open -sharelight=yes -hillskew=yes -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -recolhsl4s=10512 -recolhsl4d=10261 -model=model_27252,1 -name=Cell door - -// 40185 -[loc_40185] -op1=Close -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -recolhsl4s=10512 -recolhsl4d=10261 -model=model_27252,1 -name=Cell door - -// 40186 -[loc_40186] -op1=Open -op4=Hidden -op5=Pick-lock -ambient=20 -contrast=15 -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -recolhsl4s=10512 -recolhsl4d=10261 -model=model_27252,1 -name=Cell door - -// 40187 -[loc_40187] -active=no -raiseobject=no -ambient=20 -contrast=15 -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -recolhsl4s=10512 -recolhsl4d=10261 -model=model_27252,1 - -// 40188 -[loc_40188] -width=2 -length=3 -ambient=20 -contrast=15 -recolhsl1s=21778 -recolhsl1d=6670 -recolhsl2s=21782 -recolhsl2d=6675 -recolhsl3s=21658 -recolhsl3d=6680 -model=model_36454 -name=Bed - -// 40189 -[loc_40189] -length=2 -ambient=20 -contrast=15 -recolhsl1s=21778 -recolhsl1d=6670 -recolhsl2s=21782 -recolhsl2d=6675 -recolhsl3s=21658 -recolhsl3d=6680 -model=model_43536 -name=Bed - -// 40190 -[loc_40190] -length=2 -ambient=20 -contrast=15 -mirror=yes -recolhsl1s=21778 -recolhsl1d=6670 -recolhsl2s=21782 -recolhsl2d=6675 -recolhsl3s=21658 -recolhsl3d=6680 -model=model_43536 -name=Bed - -// 40191 -[loc_40191] -recolhsl1s=6448 -recolhsl1d=8598 -recolhsl2s=6452 -recolhsl2d=8487 -recol3s=13638 -recol3d=8419 -model=model_2126,Q - -// 40192 -[loc_40192] -anim=seq_10549 -randomanimframe=no -ambient=10 -length=2 -active=no -recolhsl1s=13993 -recolhsl1d=38198 -model=model_42737 - -// 40193 -[loc_40193] -ambient=25 -contrast=15 -active=yes -recol1s=11526 -recol1d=11590 -recol2s=8355 -recol2d=5248 -recol3s=7298 -recol3d=6305 -recol4s=10469 -recol4d=9476 -recol5s=27296 -recol5d=10568 -recol6s=25216 -recol6d=8454 -model=model_22972,1 -name=Door - -// 40194 -[loc_40194] -active=no -sharelight=yes -hillskew=yes -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -model=model_35464,1 - -// 40195 -[loc_40195] -anim=seq_477 -bgsound=synth_2198,5 -forceapproach=east -model=model_35466 -name=Fireplace - -// 40196 -[loc_40196] -active=yes -op1=Open -op2=Search -ambient=25 -contrast=15 -model=model_1809,1 -name=Ancient Gate - -// 40197 -[loc_40197] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_44118 - -// 40198 -[loc_40198] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_44103 - -// 40199 -[loc_40199] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_44123 - -// 40200 -[loc_40200] -hillskew=yes -sharelight=yes -forcedecor=yes -contrast=20 -ambient=30 -blockrange=no -model=model_44108 -name=Anvil - -// 40201 -[loc_40201] -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_44117 - -// 40202 -[loc_40202] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_44124 - -// 40203 -[loc_40203] -anim=seq_10761 -hillskew=yes -sharelight=yes -blockwalk=yes -forcedecor=yes -active=no -width=2 -contrast=20 -ambient=30 -blockrange=no -model=model_43891 - -// 40204 -[loc_40204] -anim=seq_10760 -sharelight=yes -hillskew=yes -blockwalk=yes -length=3 -width=2 -ambient=25 -contrast=15 -model=model_44491 -name=Dragon head - -// 40205 -[loc_40205] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -contrast=15 -model=model_44112,0 - -// 40206 -[loc_40206] -hillskew=yes -sharelight=yes -blockwalk=no -ambient=25 -contrast=15 -model=model_44120,0 - -// 40207 -[loc_40207] -hillskew=yes -sharelight=yes -active=no -ambient=30 -model=model_44116,1 - -// 40208 -[loc_40208] -hillskew=yes -sharelight=yes -active=yes -ambient=30 -op1=Open -model=model_26771,1 -name=Mithril door - -// 40209 -[loc_40209] -active=yes -blockwalk=yes -forcedecor=yes -active=yes -contrast=20 -ambient=30 -blockrange=no -model=model_44043,0 -name=Broken wall - -// 40210 -[loc_40210] -op1=Cross-over -active=yes -blockwalk=yes -forcedecor=yes -contrast=20 -ambient=30 -blockrange=no -model=model_44043,0 -name=Broken wall - -// 40211 -[loc_40211] -op1=Look-at -op2=Search -active=yes -ambient=20 -contrast=15 -model=model_43944,Q -name=Painting - -// 40212 -[loc_40212] -op1=Reposition -active=yes -ambient=20 -contrast=15 -model=model_43944,Q -name=Painting - -// 40213 -[loc_40213] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43940,1 - -// 40214 -[loc_40214] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -mirror=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43940,1 - -// 40215 -[loc_40215] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_43792 - -// 40216 -[loc_40216] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_43798 - -// 40217 -[loc_40217] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_43806 - -// 40218 -[loc_40218] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_43825 - -// 40219 -[loc_40219] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -mirror=yes -width=2 -length=2 -model=model_43844 - -// 40220 -[loc_40220] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_43746 - -// 40221 -[loc_40221] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -mirror=yes -width=2 -length=2 -model=model_43750 - -// 40222 -[loc_40222] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -mirror=yes -width=2 -length=2 -model=model_43798 - -// 40223 -[loc_40223] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -mirror=yes -width=2 -length=2 -model=model_43806 - -// 40224 -[loc_40224] -active=yes -width=2 -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -model=model_43853 -name=Guthix shrine wall - -// 40225 -[loc_40225] -active=yes -width=2 -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -mirror=yes -model=model_43853 -name=Guthix shrine wall - -// 40226 -[loc_40226] -hillskew=yes -forcedecor=yes -ambient=10 -contrast=15 -unknown90=yes -recolhsl1s=10762 -recolhsl1d=11296 -recolhsl2s=10638 -recolhsl2d=11298 -recolhsl3s=10514 -recolhsl3d=11300 -recolhsl4s=10518 -recolhsl4d=11304 -recolhsl5s=10394 -recolhsl5d=11308 -model=model_43760,0 - -// 40227 -[loc_40227] -hillskew=yes -sharelight=yes -forcedecor=yes -ambient=10 -contrast=15 -unknown90=yes -recolhsl1s=10762 -recolhsl1d=11296 -recolhsl2s=10638 -recolhsl2d=11298 -recolhsl3s=10514 -recolhsl3d=11300 -recolhsl4s=10518 -recolhsl4d=11304 -recolhsl5s=10394 -recolhsl5d=11308 -model=model_43838,0 - -// 40228 -[loc_40228] -active=no -sharelight=yes -contrast=25 -blockwalk=yes -width=2 -length=4 -retex1s=material_551 -retex1d=material_126 -model=model_43823 - -// 40229 -[loc_40229] -active=no -sharelight=yes -contrast=25 -blockwalk=yes -width=2 -model=model_43799 - -// 40230 -[loc_40230] -active=no -sharelight=yes -contrast=25 -blockwalk=yes -width=2 -length=4 -mirror=yes -retex1s=material_551 -retex1d=material_126 -model=model_43823 - -// 40231 -[loc_40231] -active=no -sharelight=yes -contrast=25 -blockwalk=yes -width=2 -mirror=yes -model=model_43799 - -// 40232 -[loc_40232] -active=no -sharelight=yes -contrast=25 -blockwalk=yes -width=3 -length=2 -model=model_43763 - -// 40233 -[loc_40233] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43768,1 -model=model_43800,2 -model=model_43781,5 - -// 40234 -[loc_40234] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43769,1 - -// 40235 -[loc_40235] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -retex1s=material_551 -retex1d=material_126 -model=model_43754,1 -model=model_43816,2 -model=model_43783,5 - -// 40236 -[loc_40236] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -retex1s=material_551 -retex1d=material_126 -model=model_43777,1 - -// 40237 -[loc_40237] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -retex1s=material_551 -retex1d=material_126 -model=model_43764,1 -model=model_43818,2 -model=model_43770,5 - -// 40238 -[loc_40238] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -retex1s=material_551 -retex1d=material_126 -model=model_43843,1 - -// 40239 -[loc_40239] -sharelight=yes -hillskew=yes -active=no -contrast=25 -recolhsl1s=6689 -recolhsl1d=11300 -model=model_43782 - -// 40240 -[loc_40240] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -model=model_43847 - -// 40241 -[loc_40241] -active=no -contrast=25 -hillskew=yes -model=model_43859 - -// 40242 -[loc_40242] -active=no -ambient=30 -hillskew=yes -offsety=-80 -recol1s=2114 -recol1d=0 -model=model_43859 - -// 40243 -[loc_40243] -active=no -ambient=30 -hillskew=yes -offsety=104 -recol1s=2114 -recol1d=0 -model=model_43859 - -// 40244 -[loc_40244] -active=no -sharelight=yes -hillskew=yes -contrast=25 -recolhsl1s=7054 -recolhsl1d=11300 -recolhsl2s=7052 -recolhsl2d=11300 -recolhsl3s=6026 -recolhsl3d=11292 -recolhsl4s=5000 -recolhsl4d=11284 -recolhsl5s=3845 -recolhsl5d=11276 -model=model_33972 - -// 40245 -[loc_40245] -active=no -sharelight=yes -hillskew=yes -contrast=25 -recolhsl1s=7054 -recolhsl1d=11300 -recolhsl2s=7052 -recolhsl2d=11300 -recolhsl3s=6026 -recolhsl3d=11292 -recolhsl4s=5000 -recolhsl4d=11284 -recolhsl5s=3845 -recolhsl5d=11276 -model=model_33971 - -// 40246 -[loc_40246] -active=no -sharelight=yes -hillskew=yes -contrast=25 -offsety=-80 -recolhsl1s=7054 -recolhsl1d=11300 -recolhsl2s=7052 -recolhsl2d=11300 -recolhsl3s=6026 -recolhsl3d=11292 -recolhsl4s=5000 -recolhsl4d=11284 -recolhsl5s=3845 -recolhsl5d=11276 -model=model_33972 - -// 40247 -[loc_40247] -active=no -sharelight=yes -hillskew=yes -contrast=25 -offsety=-80 -recolhsl1s=7054 -recolhsl1d=11300 -recolhsl2s=7052 -recolhsl2d=11300 -recolhsl3s=6026 -recolhsl3d=11292 -recolhsl4s=5000 -recolhsl4d=11284 -recolhsl5s=3845 -recolhsl5d=11276 -model=model_33971 - -// 40248 -[loc_40248] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -offsety=104 -recolhsl1s=7054 -recolhsl1d=16654 -recolhsl2s=7052 -recolhsl2d=16654 -recolhsl3s=6026 -recolhsl3d=16650 -recolhsl4s=5000 -recolhsl4d=16646 -recolhsl5s=3845 -recolhsl5d=16642 -model=model_33972 - -// 40249 -[loc_40249] -active=no -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -offsety=104 -recolhsl1s=7054 -recolhsl1d=16654 -recolhsl2s=7052 -recolhsl2d=16654 -recolhsl3s=6026 -recolhsl3d=16650 -recolhsl4s=5000 -recolhsl4d=16646 -recolhsl5s=3845 -recolhsl5d=16642 -model=model_33971 - -// 40250 -[loc_40250] -active=yes -sharelight=yes -contrast=25 -blockwalk=yes -length=2 -model=model_43817 -name=Etching - -// 40251 -[loc_40251] -active=yes -sharelight=yes -contrast=25 -blockwalk=yes -length=2 -model=model_43787 -name=Etching - -// 40252 -[loc_40252] -active=yes -sharelight=yes -contrast=25 -blockwalk=yes -length=2 -model=model_43761 -name=Etching - -// 40253 -[loc_40253] -active=yes -sharelight=yes -contrast=25 -blockwalk=yes -length=2 -model=model_43863 -name=Recessed block - -// 40254 -[loc_40254] -active=yes -sharelight=yes -contrast=25 -blockwalk=yes -length=2 -model=model_43762 -name=Recessed block - -// 40255 -[loc_40255] -active=yes -sharelight=yes -contrast=25 -blockwalk=yes -length=2 -model=model_43753 -name=Recessed block - -// 40256 -[loc_40256] -active=yes -sharelight=yes -contrast=25 -blockwalk=yes -width=3 -length=2 -retex1s=material_551 -retex1d=material_126 -model=model_43808 -name=Recessed block - -// 40257 -[loc_40257] -active=yes -sharelight=yes -contrast=25 -blockwalk=yes -width=3 -length=2 -retex1s=material_551 -retex1d=material_126 -model=model_43795 -name=Recessed block - -// 40258 -[loc_40258] -active=yes -sharelight=yes -contrast=25 -blockwalk=yes -width=3 -length=2 -retex1s=material_551 -retex1d=material_126 -model=model_43791 -name=Recessed blocks - -// 40259 -[loc_40259] -active=yes -sharelight=yes -contrast=25 -blockwalk=yes -width=3 -length=2 -retex1s=material_551 -retex1d=material_126 -model=model_43827 -name=Two recessed blocks - -// 40260 -[loc_40260] -active=yes -blockwalk=yes -op1=Climb-through -sharelight=yes -contrast=25 -width=3 -length=2 -retex1s=material_551 -retex1d=material_126 -model=model_43744 -name=Cave opening - -// 40261 -[loc_40261] -active=yes -op1=Climb-up -hillskew=yes -contrast=25 -blockwalk=yes -sharelight=yes -msi=msi_7 -model=model_43788 -name=Wall - -// 40262 -[loc_40262] -active=yes -op1=Climb-up -hillskew=yes -contrast=25 -blockwalk=yes -sharelight=yes -msi=msi_7 -retex1s=material_551 -retex1d=material_126 -model=model_43797 -name=Wall - -// 40263 -[loc_40263] -op1=Look-at -op1=Search -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_43758 -name=Door lock - -// 40264 -[loc_40264] -op1=Look-at -op1=Search -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_43751 -name=Door lock - -// 40265 -[loc_40265] -op1=Look-at -op1=Search -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_43752 -name=Door lock - -// 40266 -[loc_40266] -op1=Look-at -op1=Search -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_43793 -name=Door lock - -// 40267 -[loc_40267] -op1=Look-at -op1=Search -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_43772 -name=Door lock - -// 40268 -[loc_40268] -op1=Look-at -op1=Search -active=yes -sharelight=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_43861 -name=Door lock - -// 40269 -[loc_40269] -active=yes -model=model_43848,Q -name=Water key - -// 40270 -[loc_40270] -active=yes -model=model_43848,Q -name=Earth key - -// 40271 -[loc_40271] -active=yes -model=model_43848,Q -name=Air key - -// 40272 -[loc_40272] -active=yes -model=model_43814,Q -name=Fire key - -// 40273 -[loc_40273] -active=yes -op1=Enter -model=model_43774,Q -name=Skull nose cavity - -// 40274 -[loc_40274] -active=yes -op1=Enter -model=model_43774,Q -name=Skull nose cavity - -// 40275 -[loc_40275] -active=yes -op1=Enter -model=model_43774,Q -name=Skull nose cavity - -// 40276 -[loc_40276] -active=no -sharelight=yes -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_43747 - -// 40277 -[loc_40277] -active=no -sharelight=yes -contrast=25 -blockwalk=yes -width=3 -length=3 -model=model_43745 - -// 40278 -[loc_40278] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44304,0 - -// 40279 -[loc_40279] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44326,0 - -// 40280 -[loc_40280] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44347,0 - -// 40281 -[loc_40281] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44340,0 - -// 40282 -[loc_40282] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44325,0 - -// 40283 -[loc_40283] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44297,0 - -// 40284 -[loc_40284] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44341,0 - -// 40285 -[loc_40285] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44301,0 - -// 40286 -[loc_40286] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44329,0 - -// 40287 -[loc_40287] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44335,0 - -// 40288 -[loc_40288] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44318,0 - -// 40289 -[loc_40289] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44339,0 - -// 40290 -[loc_40290] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44323,0 - -// 40291 -[loc_40291] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44343,0 - -// 40292 -[loc_40292] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44320,0 - -// 40293 -[loc_40293] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recol1s=2048 -recol1d=4226 -recol2s=8291 -recol2d=7396 -recolhsl3s=398 -recolhsl3d=10418 -model=model_44319,0 - -// 40294 -[loc_40294] -active=yes -model=model_44315,Q -name=Map board - -// 40295 -[loc_40295] -blockwalk=yes -ambient=25 -contrast=15 -model=model_44306,1 - -// 40296 -[loc_40296] -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_44306,1 - -// 40297 -[loc_40297] -hillskew=yes -blockwalk=yes -length=3 -width=2 -ambient=25 -contrast=15 -model=model_44111 -name=Dragon head - -// 40298 -[loc_40298] -active=yes -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -ambient=10 -blockrange=no -recol1s=8421 -recol1d=9443 -recol2s=8422 -recol2d=8386 -recol3s=7326 -recol3d=6272 -model=model_20332,1 -name=Rope bridge support - -// 40299 -[loc_40299] -active=yes -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -mirror=yes -ambient=10 -blockrange=no -recol1s=8421 -recol1d=9443 -recol2s=8422 -recol2d=8386 -recol3s=7326 -recol3d=6272 -model=model_20332,1 -name=Rope bridge support - -// 40300 -[loc_40300] -active=yes -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -ambient=10 -blockrange=no -recol1s=8421 -recol1d=9443 -recol2s=8422 -recol2d=8386 -recol3s=7326 -recol3d=6272 -model=model_20324,1 -name=Rope bridge support - -// 40301 -[loc_40301] -active=yes -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -mirror=yes -ambient=10 -blockrange=no -recol1s=8421 -recol1d=9443 -recol2s=8422 -recol2d=8386 -recol3s=7326 -recol3d=6272 -model=model_20324,1 -name=Rope bridge support - -// 40302 -[loc_40302] -active=no -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -ambient=10 -blockrange=no -recol1s=8421 -recol1d=9443 -recol2s=8422 -recol2d=8386 -recol3s=7326 -recol3d=6272 -model=model_20331,1 - -// 40303 -[loc_40303] -active=no -sharelight=yes -hillskew=yes -shadow=no -blockwalk=yes -mirror=yes -ambient=10 -blockrange=no -recol1s=8421 -recol1d=9443 -recol2s=8422 -recol2d=8386 -recol3s=7326 -recol3d=6272 -model=model_20331,1 - -// 40304 -[loc_40304] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20317,0 - -// 40305 -[loc_40305] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20317,0 - -// 40306 -[loc_40306] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20325,0 - -// 40307 -[loc_40307] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20325,0 - -// 40308 -[loc_40308] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20326,0 - -// 40309 -[loc_40309] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20326,0 - -// 40310 -[loc_40310] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20327,0 - -// 40311 -[loc_40311] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20327,0 - -// 40312 -[loc_40312] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20328,0 - -// 40313 -[loc_40313] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20328,0 - -// 40314 -[loc_40314] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20329,0 - -// 40315 -[loc_40315] -active=no -sharelight=yes -hillskew=yes -forcedecor=yes -mirror=yes -ambient=10 -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20329,0 - -// 40316 -[loc_40316] -active=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44480 -name=Barricade - -// 40317 -[loc_40317] -active=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44486 -name=Barricade - -// 40318 -[loc_40318] -active=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_44486 -name=Barricade - -// 40319 -[loc_40319] -active=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44489 -name=Barricade - -// 40320 -[loc_40320] -active=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_44489 -name=Barricade - -// 40321 -[loc_40321] -active=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44484 -name=Barricade - -// 40322 -[loc_40322] -active=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_44484 -name=Barricade - -// 40323 -[loc_40323] -op1=Jump-over -active=yes -blockwalk=yes -hillskew=yes -contrast=15 -ambient=25 -blockrange=no -model=model_44488 -name=Barricade - -// 40324 -[loc_40324] -active=yes -length=2 -width=2 -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44478 -name=Barricade - -// 40325 -[loc_40325] -active=no -contrast=15 -ambient=25 -model=model_44106,0 - -// 40326 -[loc_40326] -active=no -contrast=15 -ambient=25 -model=model_44126,0 - -// 40327 -[loc_40327] -active=no -contrast=15 -ambient=25 -model=model_44127,0 - -// 40328 -[loc_40328] -active=no -contrast=15 -ambient=25 -model=model_44121,0 - -// 40329 -[loc_40329] -active=no -contrast=15 -ambient=25 -model=model_44119,0 - -// 40330 -[loc_40330] -active=no -contrast=15 -ambient=25 -model=model_44110,0 - -// 40331 -[loc_40331] -active=no -contrast=15 -ambient=25 -model=model_44102,0 - -// 40332 -[loc_40332] -active=no -contrast=15 -ambient=25 -model=model_44101,0 - -// 40333 -[loc_40333] -active=no -contrast=15 -ambient=25 -model=model_44105,0 - -// 40334 -[loc_40334] -active=no -contrast=15 -ambient=25 -model=model_44113,0 - -// 40335 -[loc_40335] -active=no -contrast=15 -ambient=25 -model=model_44104,0 - -// 40336 -[loc_40336] -active=no -contrast=15 -ambient=25 -model=model_44107,0 - -// 40337 -[loc_40337] -active=no -contrast=15 -ambient=25 -model=model_44122,0 - -// 40338 -[loc_40338] -active=no -contrast=15 -ambient=25 -model=model_44125,0 - -// 40339 -[loc_40339] -active=no -contrast=15 -ambient=25 -model=model_44115,0 - -// 40340 -[loc_40340] -active=no -contrast=15 -ambient=25 -model=model_44109,0 - -// 40341 -[loc_40341] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_43857,1 -model=model_43850,2 -model=model_43831,3 -model=model_43856,4 -model=model_43784,5 - -// 40342 -[loc_40342] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_43826,1 - -// 40343 -[loc_40343] -active=no -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -model=model_43826,1 - -// 40344 -[loc_40344] -active=yes -blockwalk=yes -op1=Exit -contrast=15 -ambient=25 -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_43815 -name=Cavern hole - -// 40345 -[loc_40345] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_43858 -name=Temple door - -// 40346 -[loc_40346] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_43841 -name=Temple door - -// 40347 -[loc_40347] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_43773 -name=Temple door - -// 40348 -[loc_40348] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_43756 -name=Temple door - -// 40349 -[loc_40349] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -multivar=varplayerbit_3270 -multiloc=0,loc_40345 -multiloc=1,loc_40346 -multiloc=2,loc_40347 -multiloc=3,loc_40348 - -// 40350 -[loc_40350] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_43824 -name=Temple door - -// 40351 -[loc_40351] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_43778 -name=Temple door - -// 40352 -[loc_40352] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -multivar=varplayerbit_3270 -multiloc=0,loc_40350 -multiloc=1,loc_40351 - -// 40353 -[loc_40353] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_43766 -name=Temple door - -// 40354 -[loc_40354] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_43790 -name=Temple door - -// 40355 -[loc_40355] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -multivar=varplayerbit_3270 -multiloc=0,loc_40353 -multiloc=1,loc_40354 - -// 40356 -[loc_40356] -active=yes -contrast=15 -ambient=25 -model=model_43842,0 -name=Goblin skeleton - -// 40357 -[loc_40357] -active=yes -contrast=15 -ambient=25 -model=model_43852,0 -name=Goblin skeleton - -// 40358 -[loc_40358] -active=yes -contrast=15 -ambient=25 -model=model_43748,0 -name=Goblin skeleton - -// 40359 -[loc_40359] -sharelight=yes -op1=Climb-up -msi=msi_7 -forceapproach=north -recol1s=8353 -recol1d=6273 -recol2s=9409 -recol2d=7330 -recol3s=10465 -recol3d=8387 -recolhsl4s=7834 -recolhsl4d=6552 -recol5s=12578 -recol5d=9444 -model=model_11538 -name=Ladder - -// 40360 -[loc_40360] -sharelight=yes -op1=Climb-down -msi=msi_7 -forceapproach=north -recol1s=8353 -recol1d=6273 -recol2s=9409 -recol2d=7330 -recol3s=10465 -recol3d=8387 -recolhsl4s=7834 -recolhsl4d=6552 -recol5s=12578 -recol5d=9444 -model=model_11539 -name=Ladder - -// 40361 -[loc_40361] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recolhsl1s=6444 -recolhsl1d=6554 -recolhsl2s=6559 -recolhsl2d=6552 -recolhsl3s=6434 -recolhsl3d=6798 -recolhsl4s=6435 -recolhsl4d=6556 -model=model_37698,1 -name=Large doors - -// 40362 -[loc_40362] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recolhsl1s=6444 -recolhsl1d=6554 -recolhsl2s=6559 -recolhsl2d=6552 -recolhsl3s=6434 -recolhsl3d=6798 -recolhsl4s=6435 -recolhsl4d=6556 -model=model_37698,1 -name=Large doors - -// 40363 -[loc_40363] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38021,0 - -// 40364 -[loc_40364] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38041,0 - -// 40365 -[loc_40365] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38033,0 - -// 40366 -[loc_40366] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38030,0 - -// 40367 -[loc_40367] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38024,0 - -// 40368 -[loc_40368] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38022,0 - -// 40369 -[loc_40369] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_37119,0 - -// 40370 -[loc_40370] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38038,0 - -// 40371 -[loc_40371] -active=no -hillskew=yes -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38038,0 - -// 40372 -[loc_40372] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38047,0 - -// 40373 -[loc_40373] -active=no -hillskew=yes -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38047,0 - -// 40374 -[loc_40374] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38048,0 - -// 40375 -[loc_40375] -active=no -hillskew=yes -contrast=15 -ambient=25 -mirror=yes -unknown90=yes -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_38048,0 - -// 40376 -[loc_40376] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44164 -model2=model_44166 -model3=model_44170 -name=Statue - -// 40377 -[loc_40377] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44167 -model2=model_44160 -model3=model_44149 -name=Statue - -// 40378 -[loc_40378] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44148 -model2=model_44163 -model3=model_44156 -name=Statue - -// 40379 -[loc_40379] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44167 -model2=model_44160 -model3=model_44152 -name=Statue - -// 40380 -[loc_40380] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44161 -model2=model_44160 -model3=model_44158 -name=Statue - -// 40381 -[loc_40381] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44164 -model2=model_44160 -model3=model_44159 -name=Statue - -// 40382 -[loc_40382] -width=3 -length=3 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44493 -name=Rock plinth - -// 40383 -[loc_40383] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -model=model_44048,5 - -// 40384 -[loc_40384] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -model=model_43943,5 - -// 40385 -[loc_40385] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -model=model_43994,2 -model=model_44059,5 - -// 40386 -[loc_40386] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -model=model_43974,5 - -// 40387 -[loc_40387] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -model=model_44012,1 - -// 40388 -[loc_40388] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -model=model_44012,1 - -// 40389 -[loc_40389] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -model=model_44060,1 -model=model_43957,2 - -// 40390 -[loc_40390] -active=no -blockwalk=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=12580 -recol1d=7330 -model=model_20628 - -// 40391 -[loc_40391] -active=no -blockwalk=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=12580 -recol1d=7330 -model=model_20627 - -// 40392 -[loc_40392] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_43956,1 - -// 40393 -[loc_40393] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_43956,1 - -// 40394 -[loc_40394] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27418,1 - -// 40395 -[loc_40395] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27418,1 - -// 40396 -[loc_40396] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27390,1 - -// 40397 -[loc_40397] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27390,1 - -// 40398 -[loc_40398] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27391,1 - -// 40399 -[loc_40399] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27391,1 - -// 40400 -[loc_40400] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27399,1 - -// 40401 -[loc_40401] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27399,1 - -// 40402 -[loc_40402] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44330,1 - -// 40403 -[loc_40403] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44316,1 - -// 40404 -[loc_40404] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_44330,1 - -// 40405 -[loc_40405] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_44316,1 - -// 40406 -[loc_40406] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44310,1 - -// 40407 -[loc_40407] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44307,1 - -// 40408 -[loc_40408] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_44310,1 - -// 40409 -[loc_40409] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_44307,1 - -// 40410 -[loc_40410] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27398,1 - -// 40411 -[loc_40411] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27398,1 - -// 40412 -[loc_40412] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27394,1 - -// 40413 -[loc_40413] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27394,1 - -// 40414 -[loc_40414] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27401,1 - -// 40415 -[loc_40415] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27412,1 - -// 40416 -[loc_40416] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27401,1 - -// 40417 -[loc_40417] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27402,1 - -// 40418 -[loc_40418] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27402,1 - -// 40419 -[loc_40419] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44334,1 - -// 40420 -[loc_40420] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44312,1 - -// 40421 -[loc_40421] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_44312,1 - -// 40422 -[loc_40422] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44321,1 - -// 40423 -[loc_40423] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44308,1 - -// 40424 -[loc_40424] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44296,1 -model=model_44348,3 - -// 40425 -[loc_40425] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_29764,1 - -// 40426 -[loc_40426] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_29764,1 - -// 40427 -[loc_40427] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44342,1 - -// 40428 -[loc_40428] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_44342,1 - -// 40429 -[loc_40429] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_44321,1 - -// 40430 -[loc_40430] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27407,1 - -// 40431 -[loc_40431] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27407,1 - -// 40432 -[loc_40432] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27409,1 - -// 40433 -[loc_40433] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27403,1 - -// 40434 -[loc_40434] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27403,1 - -// 40435 -[loc_40435] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27417,1 - -// 40436 -[loc_40436] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27413,1 - -// 40437 -[loc_40437] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_27413,1 - -// 40438 -[loc_40438] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27396,1 -model=model_27416,3 - -// 40439 -[loc_40439] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44324,1 -model=model_44314,3 - -// 40440 -[loc_40440] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44299,1 - -// 40441 -[loc_40441] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44346,1 -model=model_44328,3 - -// 40442 -[loc_40442] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44309,1 - -// 40443 -[loc_40443] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44302,1 - -// 40444 -[loc_40444] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_44309,1 - -// 40445 -[loc_40445] -active=no -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -model=model_44302,1 - -// 40446 -[loc_40446] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27400,1 -model=model_27420,3 - -// 40447 -[loc_40447] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -model=model_27406,1 - -// 40448 -[loc_40448] -active=no -sharelight=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -blockrange=no -model=model_27406,1 - -// 40449 -[loc_40449] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27419,1 -model=model_27410,3 - -// 40450 -[loc_40450] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_27415,1 -model=model_27405,3 - -// 40451 -[loc_40451] -active=no -contrast=25 -ambient=30 -model=model_27393,Q - -// 40452 -[loc_40452] -active=no -contrast=25 -ambient=30 -model=model_27395,Q - -// 40453 -[loc_40453] -active=no -contrast=25 -ambient=30 -mirror=yes -model=model_27395,Q - -// 40454 -[loc_40454] -active=no -contrast=25 -ambient=30 -anim=seq_5598 -model=model_26517,Q - -// 40455 -[loc_40455] -active=no -ambient=25 -contrast=25 -model=model_27559,Q - -// 40456 -[loc_40456] -active=no -ambient=25 -contrast=25 -model=model_27557,Q - -// 40457 -[loc_40457] -active=no -ambient=25 -contrast=25 -model=model_27558,Q - -// 40458 -[loc_40458] -contrast=15 -ambient=20 -recol1s=14695 -recol1d=11623 -recol2s=13638 -recol2d=10566 -recol3s=12581 -recol3d=9509 -recol4s=11524 -recol4d=8452 -recol5s=10467 -recol5d=7395 -recol6s=9410 -recol6d=6338 -model=model_7685 -name=Crate - -// 40459 -[loc_40459] -contrast=15 -ambient=20 -recol1s=14695 -recol1d=11623 -recol2s=13638 -recol2d=10566 -recol3s=12581 -recol3d=9509 -recol4s=11524 -recol4d=8452 -recol5s=10467 -recol5d=7395 -recol6s=9410 -recol6d=6338 -model=model_7700 -name=Crate - -// 40460 -[loc_40460] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44331 - -// 40461 -[loc_40461] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44336 - -// 40462 -[loc_40462] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44332 - -// 40463 -[loc_40463] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44349 - -// 40464 -[loc_40464] -active=no -contrast=15 -ambient=20 -blockwalk=yes -model=model_44344 - -// 40465 -[loc_40465] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37900,1 -model=model_37931,2 -model=model_37930,3 -model=model_37932,4 -model=model_37919,5 - -// 40466 -[loc_40466] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_43740,1 -model=model_43733,5 - -// 40467 -[loc_40467] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_43738,1 -model=model_43741,5 - -// 40468 -[loc_40468] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37916,8 -model=model_37911,1 - -// 40469 -[loc_40469] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37913,1 - -// 40470 -[loc_40470] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37927 - -// 40471 -[loc_40471] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37922,1 - -// 40472 -[loc_40472] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37922,1 - -// 40473 -[loc_40473] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37914,1 - -// 40474 -[loc_40474] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37071,0 - -// 40475 -[loc_40475] -hillskew=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37071,0 - -// 40476 -[loc_40476] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37005,0 - -// 40477 -[loc_40477] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37114,0 - -// 40478 -[loc_40478] -active=no -blockwalk=no -hillskew=yes -ambient=25 -contrast=15 -model=model_43730,0 - -// 40479 -[loc_40479] -active=no -blockwalk=no -hillskew=yes -ambient=25 -contrast=15 -model=model_43729,0 - -// 40480 -[loc_40480] -active=no -blockwalk=no -hillskew=yes -ambient=25 -contrast=15 -model=model_43727,0 - -// 40481 -[loc_40481] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37889,1 - -// 40482 -[loc_40482] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -mirror=yes -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37913,1 - -// 40483 -[loc_40483] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -mirror=yes -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_37889,1 - -// 40484 -[loc_40484] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -model=model_43743,1 -model=model_43742,5 - -// 40485 -[loc_40485] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=11524 -recol1d=5184 -recolhsl2s=6682 -recolhsl2d=5650 -recolhsl3s=6806 -recolhsl3d=5654 -recol4s=8353 -recol4d=6274 -recol5s=7296 -recol5d=7331 -model=model_43728,0 - -// 40486 -[loc_40486] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=7431 -recol1d=10468 -recol2s=6374 -recol2d=9411 -recol3s=5317 -recol3d=8354 -recol4s=4260 -recol4d=7297 -recol5s=3203 -recol5d=6240 -recol6s=2146 -recol6d=5184 -model=model_4473,0 - -// 40487 -[loc_40487] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -active=yes -blockrange=no -recol1s=7431 -recol1d=10468 -recol2s=6374 -recol2d=9411 -recol3s=5317 -recol3d=8354 -recol4s=4260 -recol4d=7297 -recol5s=3203 -recol5d=6240 -recol6s=2146 -recol6d=5184 -model=model_4476 -name=Stone Pile - -// 40488 -[loc_40488] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -resizez=125 -resizex=120 -resizey=130 -active=yes -blockrange=no -recol1s=7431 -recol1d=10468 -recol2s=6374 -recol2d=9411 -recol3s=5317 -recol3d=8354 -recol4s=4260 -recol4d=7297 -recol5s=3203 -recol5d=6240 -recol6s=2146 -recol6d=5184 -model=model_4476 -name=Stone Pile - -// 40489 -[loc_40489] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -model=model_43736,1 -model=model_43737,2 -model=model_43734,5 - -// 40490 -[loc_40490] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -model=model_43735,1 -model=model_43739,5 - -// 40491 -[loc_40491] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -model=model_43736,1 -model=model_43737,2 -model=model_43734,5 - -// 40492 -[loc_40492] -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -recol1s=7431 -recol1d=10468 -recol2s=6374 -recol2d=9411 -recol3s=5317 -recol3d=8354 -recol4s=4260 -recol4d=7297 -recol5s=3203 -recol5d=6240 -recol6s=2146 -recol6d=5184 -model=model_4478,1 -model=model_4479,5 - -// 40493 -[loc_40493] -contrast=15 -ambient=25 -blockrange=no -recol1s=13605 -recol1d=8387 -recol2s=12548 -recol2d=7330 -recol3s=11491 -recol3d=6273 -recol4s=10434 -recol4d=5216 -recol5s=9543 -recol5d=4192 -recol6s=7297 -recol6d=3136 -model=model_8232 -name=Barrel - -// 40494 -[loc_40494] -contrast=15 -ambient=25 -blockrange=no -recol1s=13605 -recol1d=8387 -recol2s=12548 -recol2d=7330 -recol3s=11491 -recol3d=6273 -recol4s=10434 -recol4d=5216 -recol5s=9543 -recol5d=4192 -recol6s=7297 -recol6d=3136 -model=model_14087 -name=Barrel - -// 40495 -[loc_40495] -op1=Search -contrast=15 -ambient=25 -recol1s=14695 -recol1d=8387 -recol2s=13638 -recol2d=7330 -recol3s=12581 -recol3d=6273 -recol4s=11524 -recol4d=5216 -recol5s=10467 -recol5d=4192 -recol6s=9410 -recol6d=3136 -model=model_7685 -name=Crate - -// 40496 -[loc_40496] -op1=Search -contrast=15 -ambient=25 -recol1s=14695 -recol1d=8387 -recol2s=13638 -recol2d=7330 -recol3s=12581 -recol3d=6273 -recol4s=11524 -recol4d=5216 -recol5s=10467 -recol5d=4192 -recol6s=9410 -recol6d=3136 -model=model_7700 -name=Crate - -// 40497 -[loc_40497] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -ambient=25 -recol1s=8354 -recol1d=5216 -recol2s=12581 -recol2d=7330 -model=model_30868 -name=Broken Chair - -// 40498 -[loc_40498] -blockwalk=yes -contrast=15 -ambient=25 -model=model_38622 -name=Wooden defence - -// 40499 -[loc_40499] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=10504 -recol1d=4228 -recol2s=11561 -recol2d=5285 -recol3s=12618 -recol3d=6342 -recol4s=11561 -recol4d=7399 -recol5s=13675 -recol5d=8456 -model=model_43932,1 -model=model_43999,2 - -// 40500 -[loc_40500] -active=no -contrast=25 -ambient=30 -recol1s=6340 -recol1d=6342 -recol2s=8454 -recol2d=8456 -recol3s=5283 -recol3d=5285 -recol4s=7397 -recol4d=7399 -recol5s=4226 -recol5d=4228 -model=model_27393,Q - -// 40501 -[loc_40501] -ambient=25 -contrast=25 -length=2 -recolhsl1s=10275 -recolhsl1d=40 -recolhsl2s=10279 -recolhsl2d=36 -recol3s=8455 -recol3d=7399 -recol4s=7398 -recol4d=7366 -recolhsl5s=21642 -recolhsl5d=15 -model=model_25025 -name=Cannon - -// 40502 -[loc_40502] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=12613 -recol1d=7296 -recol2s=10499 -recol2d=5184 -recolhsl3s=10279 -recolhsl3d=5528 -recol4s=9512 -recol4d=7331 -recolhsl5s=10270 -recolhsl5d=5520 -model=model_36019,0 - -// 40503 -[loc_40503] -active=no -hillskew=yes -ambient=25 -contrast=25 -forcedecor=yes -recol1s=12613 -recol1d=7296 -recol2s=10499 -recol2d=5184 -recolhsl3s=10279 -recolhsl3d=5528 -recol4s=9512 -recol4d=7331 -recolhsl5s=10270 -recolhsl5d=5520 -model=model_35983,0 - -// 40504 -[loc_40504] -active=yes -width=2 -contrast=25 -ambient=30 -blockwalk=yes -model=model_44351 -name=Dolmen - -// 40505 -[loc_40505] -active=yes -width=2 -contrast=25 -ambient=30 -blockwalk=yes -model=model_44350 -name=Dolmen - -// 40506 -[loc_40506] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43834,1 -model=model_43821,2 -model=model_43810,5 - -// 40507 -[loc_40507] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43820,1 -model=model_43813,2 -model=model_43829,5 - -// 40508 -[loc_40508] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43771,1 - -// 40509 -[loc_40509] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -mirror=yes -model=model_43771,1 - -// 40510 -[loc_40510] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43839,1 - -// 40511 -[loc_40511] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43755,1 - -// 40512 -[loc_40512] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -mirror=yes -model=model_43755,1 - -// 40513 -[loc_40513] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43865,1 - -// 40514 -[loc_40514] -active=no -width=2 -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -model=model_43854 - -// 40515 -[loc_40515] -active=no -width=2 -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -model=model_43749 - -// 40516 -[loc_40516] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43819,2 -model=model_43807,5 - -// 40517 -[loc_40517] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43836,1 - -// 40518 -[loc_40518] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -mirror=yes -model=model_43836,1 - -// 40519 -[loc_40519] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43765,1 - -// 40520 -[loc_40520] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -mirror=yes -model=model_43765,1 - -// 40521 -[loc_40521] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43780,1 - -// 40522 -[loc_40522] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43775,1 - -// 40523 -[loc_40523] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43759,5 - -// 40524 -[loc_40524] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43851,2 -model=model_43786,5 - -// 40525 -[loc_40525] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43840,5 - -// 40526 -[loc_40526] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43789,1 - -// 40527 -[loc_40527] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -mirror=yes -model=model_43789,1 - -// 40528 -[loc_40528] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43837,1 - -// 40529 -[loc_40529] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43845,1 - -// 40530 -[loc_40530] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43804,1 - -// 40531 -[loc_40531] -active=no -contrast=25 -blockwalk=yes -hillskew=yes -sharelight=yes -model=model_43776,1 - -// 40532 -[loc_40532] -sharelight=yes -hillskew=yes -active=no -contrast=25 -recolhsl1s=6689 -recolhsl1d=11300 -recolhsl2s=5524 -recolhsl2d=11292 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26708 - -// 40533 -[loc_40533] -sharelight=yes -hillskew=yes -active=no -contrast=25 -recolhsl1s=6689 -recolhsl1d=11300 -recolhsl2s=5524 -recolhsl2d=11292 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26716 - -// 40534 -[loc_40534] -sharelight=yes -hillskew=yes -active=no -contrast=25 -recolhsl1s=6689 -recolhsl1d=11300 -recolhsl2s=5524 -recolhsl2d=11292 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26728 - -// 40535 -[loc_40535] -sharelight=yes -hillskew=yes -active=no -contrast=25 -recolhsl1s=6689 -recolhsl1d=11300 -recolhsl2s=5524 -recolhsl2d=11292 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26709 - -// 40536 -[loc_40536] -sharelight=yes -hillskew=yes -active=no -contrast=25 -recolhsl1s=6689 -recolhsl1d=11300 -model=model_43812 - -// 40537 -[loc_40537] -sharelight=yes -hillskew=yes -active=no -contrast=25 -offsety=-80 -recolhsl1s=6689 -recolhsl1d=11300 -recolhsl2s=5524 -recolhsl2d=11292 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26708 - -// 40538 -[loc_40538] -sharelight=yes -hillskew=yes -active=no -contrast=25 -offsety=-80 -recolhsl1s=6689 -recolhsl1d=11300 -recolhsl2s=5524 -recolhsl2d=11292 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26716 - -// 40539 -[loc_40539] -sharelight=yes -hillskew=yes -active=no -contrast=25 -offsety=-80 -recolhsl1s=6689 -recolhsl1d=11300 -recolhsl2s=5524 -recolhsl2d=11292 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26728 - -// 40540 -[loc_40540] -sharelight=yes -hillskew=yes -active=no -contrast=25 -offsety=-80 -recolhsl1s=6689 -recolhsl1d=11300 -recolhsl2s=5524 -recolhsl2d=11292 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26709 - -// 40541 -[loc_40541] -sharelight=yes -hillskew=yes -active=no -contrast=25 -offsety=-80 -recolhsl1s=6689 -recolhsl1d=11300 -model=model_43812 - -// 40542 -[loc_40542] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -offsety=104 -recolhsl1s=6689 -recolhsl1d=16654 -recolhsl2s=5524 -recolhsl2d=16650 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26708 - -// 40543 -[loc_40543] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -offsety=104 -recolhsl1s=6689 -recolhsl1d=16654 -recolhsl2s=5524 -recolhsl2d=16650 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26716 - -// 40544 -[loc_40544] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -offsety=104 -recolhsl1s=6689 -recolhsl1d=16654 -recolhsl2s=5524 -recolhsl2d=16650 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26728 - -// 40545 -[loc_40545] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -offsety=104 -recolhsl1s=6689 -recolhsl1d=16654 -recolhsl2s=5524 -recolhsl2d=16650 -recolhsl3s=8 -recolhsl3d=1029 -model=model_26709 - -// 40546 -[loc_40546] -sharelight=yes -hillskew=yes -active=no -ambient=25 -contrast=15 -offsety=104 -recolhsl1s=6689 -recolhsl1d=16654 -recolhsl2s=5524 -recolhsl2d=16650 -recolhsl3s=8 -recolhsl3d=1029 -model=model_43812 - -// 40547 -[loc_40547] -hillskew=yes -contrast=25 -blockrange=no -recolhsl1s=10270 -recolhsl1d=11306 -recolhsl2s=10266 -recolhsl2d=11300 -model=model_18241,0 - -// 40548 -[loc_40548] -hillskew=yes -contrast=25 -blockrange=no -recolhsl1s=10270 -recolhsl1d=11306 -recolhsl2s=10266 -recolhsl2d=11300 -model=model_17368,0 - -// 40549 -[loc_40549] -hillskew=yes -contrast=25 -blockrange=no -recolhsl1s=10270 -recolhsl1d=11306 -recolhsl2s=10266 -recolhsl2d=11300 -model=model_18242,0 - -// 40550 -[loc_40550] -hillskew=yes -contrast=25 -blockrange=no -recolhsl1s=10270 -recolhsl1d=11306 -recolhsl2s=10266 -recolhsl2d=11300 -model=model_18243,0 - -// 40551 -[loc_40551] -hillskew=yes -contrast=25 -blockrange=no -recolhsl1s=10270 -recolhsl1d=11306 -recolhsl2s=10266 -recolhsl2d=11300 -model=model_18244,0 - -// 40552 -[loc_40552] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43724,0 -name=Dead vine - -// 40553 -[loc_40553] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43822,0 -name=Dead vine - -// 40554 -[loc_40554] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43862,0 -name=Dead vine - -// 40555 -[loc_40555] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43830,0 -name=Dead vine - -// 40556 -[loc_40556] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43802,0 -name=Dead vine - -// 40557 -[loc_40557] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43785,0 -name=Dead vine - -// 40558 -[loc_40558] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43767,0 -name=Dead vine - -// 40559 -[loc_40559] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43801,0 -name=Dead vine - -// 40560 -[loc_40560] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43833,0 -name=Dead vine - -// 40561 -[loc_40561] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43855,0 -name=Dead vine - -// 40562 -[loc_40562] -active=no -contrast=25 -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_43757,0 - -// 40563 -[loc_40563] -active=no -contrast=25 -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -model=model_43757,0 - -// 40564 -[loc_40564] -active=no -contrast=25 -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_43809,0 - -// 40565 -[loc_40565] -active=no -contrast=25 -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_43805,0 - -// 40566 -[loc_40566] -active=no -contrast=25 -hillskew=yes -sharelight=yes -mirror=yes -forcedecor=yes -model=model_43805,0 - -// 40567 -[loc_40567] -active=no -contrast=25 -hillskew=yes -sharelight=yes -forcedecor=yes -model=model_43811,0 - -// 40568 -[loc_40568] -active=no -contrast=25 -ambient=15 -anim=seq_6653 -bgsound=synth_4472,1 -model=model_42539 - -// 40569 -[loc_40569] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -ambient=25 -contrast=15 -model=model_9396,1 -model=model_9397,2 -model=model_9398,5 - -// 40570 -[loc_40570] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -ambient=25 -contrast=15 -model=model_9399,1 -model=model_9400,2 -model=model_9401,5 - -// 40571 -[loc_40571] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -ambient=25 -contrast=15 -model=model_44274,2 - -// 40572 -[loc_40572] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -ambient=25 -contrast=15 -model=model_44272,2 - -// 40573 -[loc_40573] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -ambient=25 -contrast=15 -model=model_44270,2 - -// 40574 -[loc_40574] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -ambient=25 -contrast=15 -model=model_44271,2 - -// 40575 -[loc_40575] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -ambient=25 -contrast=15 -model=model_9402,1 -model=model_9403,2 -model=model_9404,5 - -// 40576 -[loc_40576] -active=no -sharelight=yes -resizex=128 -resizey=186 -resizez=128 -ambient=25 -contrast=15 -model=model_9402,1 -model=model_9403,2 -model=model_9404,5 - -// 40577 -[loc_40577] -active=no -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -ambient=25 -contrast=15 -model=model_9402,1 -model=model_9403,2 -model=model_9404,5 - -// 40578 -[loc_40578] -sharelight=yes -length=3 -resizex=128 -resizey=256 -resizez=128 -active=no -sharelight=yes -blockwalk=no -ambient=25 -contrast=15 -model=model_9406,8 -model=model_9407,1 - -// 40579 -[loc_40579] -active=no -sharelight=yes -resizex=128 -resizey=256 -resizez=128 -ambient=25 -contrast=15 -recol1s=10504 -recol1d=6342 -recol2s=10537 -recol2d=5285 -retex1s=material_96 -retex1d=material_70 -retex2s=material_81 -retex2d=material_70 -model=model_35700,1 - -// 40580 -[loc_40580] -active=no -sharelight=yes -resizex=128 -resizey=160 -resizez=128 -ambient=25 -contrast=15 -recol1s=10504 -recol1d=6342 -recol2s=10537 -recol2d=5285 -retex1s=material_96 -retex1d=material_70 -retex2s=material_81 -retex2d=material_70 -model=model_35700,1 - -// 40581 -[loc_40581] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44273,0 - -// 40582 -[loc_40582] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44269,0 - -// 40583 -[loc_40583] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44268,0 - -// 40584 -[loc_40584] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44266,0 - -// 40585 -[loc_40585] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -mirror=yes -model=model_44266,0 - -// 40586 -[loc_40586] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44267,0 - -// 40587 -[loc_40587] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -mirror=yes -model=model_44267,0 - -// 40588 -[loc_40588] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44265,0 - -// 40589 -[loc_40589] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -mirror=yes -model=model_44265,0 - -// 40590 -[loc_40590] -sharelight=yes -active=no -forcedecor=yes -ambient=25 -contrast=15 -recol1s=10504 -recol1d=6342 -recol2s=10537 -recol2d=5285 -retex1s=material_96 -retex1d=material_70 -retex2s=material_81 -retex2d=material_70 -model=model_35699,0 - -// 40591 -[loc_40591] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44289,0 - -// 40592 -[loc_40592] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44279,0 - -// 40593 -[loc_40593] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44280,0 - -// 40594 -[loc_40594] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44281,0 - -// 40595 -[loc_40595] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44290,0 - -// 40596 -[loc_40596] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44278,0 - -// 40597 -[loc_40597] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44285,0 - -// 40598 -[loc_40598] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44283,0 - -// 40599 -[loc_40599] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44287,0 - -// 40600 -[loc_40600] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44288,0 - -// 40601 -[loc_40601] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44276,0 - -// 40602 -[loc_40602] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44291,0 - -// 40603 -[loc_40603] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44284,0 - -// 40604 -[loc_40604] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44286,0 - -// 40605 -[loc_40605] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44275,0 - -// 40606 -[loc_40606] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_44277,0 - -// 40607 -[loc_40607] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44157 -name=Statue of Hazelmere - -// 40608 -[loc_40608] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44154 -name=Statue of Cyrisus - -// 40609 -[loc_40609] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44151 -name=Statue of Duradel - -// 40610 -[loc_40610] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44155 -name=Statue of Turael - -// 40611 -[loc_40611] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44153 -name=Statue of Sloane - -// 40612 -[loc_40612] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44169 -name=Statue of Ghommal - -// 40613 -[loc_40613] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=25 -recolhsl2s=7052 -recolhsl2d=21 -recolhsl3s=6026 -recolhsl3d=17 -recolhsl4s=5000 -recolhsl4d=13 -recolhsl5s=3845 -recolhsl5d=9 -model=model_33970 - -// 40614 -[loc_40614] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=25 -recolhsl2s=7052 -recolhsl2d=21 -recolhsl3s=6026 -recolhsl3d=17 -recolhsl4s=5000 -recolhsl4d=13 -recolhsl5s=3845 -recolhsl5d=9 -model=model_33972 - -// 40615 -[loc_40615] -active=no -hillskew=yes -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=25 -recolhsl2s=7052 -recolhsl2d=21 -recolhsl3s=6026 -recolhsl3d=17 -recolhsl4s=5000 -recolhsl4d=13 -recolhsl5s=3845 -recolhsl5d=9 -model=model_33971 - -// 40616 -[loc_40616] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=0 -model=model_33973 - -// 40617 -[loc_40617] -width=5 -length=5 -sharelight=yes -active=yes -blockwalk=yes -model=model_44295 -name=Rock - -// 40618 -[loc_40618] -active=no -hillskew=yes -retex1s=material_376 -retex1d=material_69 -model=model_11798 - -// 40619 -[loc_40619] -active=no -hillskew=yes -blockrange=no -retex1s=material_376 -retex1d=material_69 -model=model_11799 - -// 40620 -[loc_40620] -active=no -contrast=15 -ambient=25 -blockwalk=yes -sharelight=yes -offsety=120 -hardshadow=no -shadow=no -model=model_44081,1 -model=model_44083,2 -model=model_44095,5 - -// 40621 -[loc_40621] -active=no -contrast=15 -ambient=25 -blockwalk=yes -sharelight=yes -offsety=180 -hardshadow=no -shadow=no -model=model_44081,1 -model=model_44083,2 -model=model_44095,5 - -// 40622 -[loc_40622] -active=no -contrast=15 -ambient=25 -blockwalk=yes -sharelight=yes -offsety=60 -hardshadow=no -shadow=no -model=model_44081,1 -model=model_44083,2 -model=model_44095,5 - -// 40623 -[loc_40623] -active=no -contrast=15 -ambient=25 -blockwalk=yes -sharelight=yes -offsety=120 -hardshadow=no -shadow=no -model=model_44094,1 -model=model_44100,2 -model=model_44082,5 - -// 40624 -[loc_40624] -active=no -contrast=15 -ambient=25 -blockwalk=yes -sharelight=yes -offsety=180 -hardshadow=no -shadow=no -model=model_44094,1 -model=model_44100,2 -model=model_44082,5 - -// 40625 -[loc_40625] -active=no -contrast=15 -ambient=25 -blockwalk=yes -sharelight=yes -offsety=60 -hardshadow=no -shadow=no -model=model_44094,1 -model=model_44100,2 -model=model_44082,5 - -// 40626 -[loc_40626] -active=no -hillskew=yes -contrast=15 -ambient=25 -forcedecor=yes -blockwalk=yes -sharelight=yes -shadow=no -hardshadow=no -model=model_44086 - -// 40627 -[loc_40627] -active=no -hillskew=yes -contrast=15 -ambient=25 -forcedecor=yes -blockwalk=yes -sharelight=yes -shadow=no -hardshadow=no -model=model_44089 - -// 40628 -[loc_40628] -active=no -hillskew=yes -contrast=15 -ambient=25 -forcedecor=yes -blockwalk=yes -sharelight=yes -shadow=no -hardshadow=no -model=model_44090 - -// 40629 -[loc_40629] -active=no -hillskew=yes -contrast=15 -ambient=25 -forcedecor=yes -blockwalk=yes -sharelight=yes -shadow=no -hardshadow=no -model=model_44099 - -// 40630 -[loc_40630] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44304,0 - -// 40631 -[loc_40631] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44326,0 - -// 40632 -[loc_40632] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44347,0 - -// 40633 -[loc_40633] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44340,0 - -// 40634 -[loc_40634] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44325,0 - -// 40635 -[loc_40635] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44297,0 - -// 40636 -[loc_40636] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44341,0 - -// 40637 -[loc_40637] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44301,0 - -// 40638 -[loc_40638] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44329,0 - -// 40639 -[loc_40639] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44335,0 - -// 40640 -[loc_40640] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44318,0 - -// 40641 -[loc_40641] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44339,0 - -// 40642 -[loc_40642] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44323,0 - -// 40643 -[loc_40643] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44343,0 - -// 40644 -[loc_40644] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44320,0 - -// 40645 -[loc_40645] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=900 -recolhsl1d=38992 -recolhsl2s=406 -recolhsl2d=39006 -recolhsl3s=398 -recolhsl3d=38998 -model=model_44319,0 - -// 40646 -[loc_40646] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -model=model_44087,0 - -// 40647 -[loc_40647] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -model=model_44092,0 - -// 40648 -[loc_40648] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -model=model_44093,0 - -// 40649 -[loc_40649] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -retex1s=material_154 -retex1d=material_315 -model=model_12125,0 - -// 40650 -[loc_40650] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -retex1s=material_154 -retex1d=material_315 -model=model_12126,0 - -// 40651 -[loc_40651] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -retex1s=material_154 -retex1d=material_315 -model=model_30270,0 - -// 40652 -[loc_40652] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -retex1s=material_154 -retex1d=material_315 -model=model_12128,0 - -// 40653 -[loc_40653] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -retex1s=material_154 -retex1d=material_315 -model=model_12129,0 - -// 40654 -[loc_40654] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -retex1s=material_154 -retex1d=material_315 -model=model_30269,0 - -// 40655 -[loc_40655] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -retex1s=material_154 -retex1d=material_315 -model=model_12130,0 - -// 40656 -[loc_40656] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -retex1s=material_154 -retex1d=material_315 -model=model_12131,0 - -// 40657 -[loc_40657] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -retex1s=material_154 -retex1d=material_315 -model=model_30335,0 - -// 40658 -[loc_40658] -sharelight=yes -ambient=15 -offsety=168 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_4463,1 -model=model_4464,2 -model=model_4465,3 -model=model_4466,4 -model=model_4467,5 - -// 40659 -[loc_40659] -sharelight=yes -hillskew=yes -ambient=15 -offsety=168 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_36940,1 -model=model_36927,2 -model=model_36918,3 -model=model_36926,5 - -// 40660 -[loc_40660] -blockwalk=yes -forcedecor=yes -active=no -contrast=15 -ambient=25 -width=3 -length=3 -hardshadow=no -model=model_44080 - -// 40661 -[loc_40661] -blockwalk=yes -forcedecor=yes -active=no -contrast=15 -ambient=25 -width=4 -length=4 -model=model_44085 - -// 40662 -[loc_40662] -op1=Search -ambient=25 -contrast=15 -blockrange=no -model=model_44096 -name=Crate - -// 40663 -[loc_40663] -op1=Search -ambient=25 -contrast=15 -model=model_44098 -name=Crate - -// 40664 -[loc_40664] -ambient=25 -contrast=15 -blockrange=no -model=model_44078 -name=Storage crate - -// 40665 -[loc_40665] -ambient=25 -contrast=15 -model=model_44084 -name=Barrel - -// 40666 -[loc_40666] -ambient=25 -contrast=15 -model=model_44097 -name=Barrel - -// 40667 -[loc_40667] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_12125,0 - -// 40668 -[loc_40668] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_12126,0 - -// 40669 -[loc_40669] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_30270,0 - -// 40670 -[loc_40670] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_12128,0 - -// 40671 -[loc_40671] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_12129,0 - -// 40672 -[loc_40672] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_30269,0 - -// 40673 -[loc_40673] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_12130,0 - -// 40674 -[loc_40674] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_12131,0 - -// 40675 -[loc_40675] -active=no -hillskew=yes -contrast=15 -ambient=25 -recolhsl1s=30 -recolhsl1d=47127 -recolhsl2s=35 -recolhsl2d=47130 -recolhsl3s=39 -recolhsl3d=47134 -recolhsl4s=43 -recolhsl4d=47139 -model=model_30335,0 - -// 40676 -[loc_40676] -active=no -ambient=25 -contrast=25 -model=model_639,1 - -// 40677 -[loc_40677] -active=no -mirror=yes -ambient=25 -contrast=25 -model=model_639,1 - -// 40678 -[loc_40678] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44137,0 - -// 40679 -[loc_40679] -active=no -contrast=25 -mirror=yes -unknown90=yes -forcedecor=yes -model=model_44137,0 - -// 40680 -[loc_40680] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44131,0 - -// 40681 -[loc_40681] -active=no -contrast=25 -mirror=yes -unknown90=yes -forcedecor=yes -model=model_44131,0 - -// 40682 -[loc_40682] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44138,0 - -// 40683 -[loc_40683] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44135,0 - -// 40684 -[loc_40684] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44128,0 - -// 40685 -[loc_40685] -active=no -contrast=25 -mirror=yes -unknown90=yes -forcedecor=yes -model=model_44128,0 - -// 40686 -[loc_40686] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44139,0 - -// 40687 -[loc_40687] -active=no -contrast=25 -mirror=yes -unknown90=yes -forcedecor=yes -model=model_44139,0 - -// 40688 -[loc_40688] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44132,0 - -// 40689 -[loc_40689] -active=no -contrast=25 -mirror=yes -unknown90=yes -forcedecor=yes -model=model_44132,0 - -// 40690 -[loc_40690] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44130,0 - -// 40691 -[loc_40691] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44133,0 - -// 40692 -[loc_40692] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44134,0 - -// 40693 -[loc_40693] -active=no -contrast=25 -mirror=yes -unknown90=yes -forcedecor=yes -model=model_44134,0 - -// 40694 -[loc_40694] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44140,0 - -// 40695 -[loc_40695] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44129,0 - -// 40696 -[loc_40696] -active=no -contrast=25 -unknown90=yes -forcedecor=yes -model=model_44136,0 - -// 40697 -[loc_40697] -active=no -contrast=25 -model=model_44415,0 - -// 40698 -[loc_40698] -active=no -contrast=25 -model=model_44412,0 - -// 40699 -[loc_40699] -sharelight=yes -hillskew=yes -blockwalk=yes -anim=seq_10760 -length=3 -width=4 -ambient=25 -contrast=15 -model=model_44491 -name=Dragon head - -// 40700 -[loc_40700] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44229,0 - -// 40701 -[loc_40701] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44218,0 - -// 40702 -[loc_40702] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44186,0 - -// 40703 -[loc_40703] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44222,0 - -// 40704 -[loc_40704] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44234,0 - -// 40705 -[loc_40705] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44250,0 - -// 40706 -[loc_40706] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44221,0 - -// 40707 -[loc_40707] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44214,0 - -// 40708 -[loc_40708] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44204,0 - -// 40709 -[loc_40709] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44258,0 - -// 40710 -[loc_40710] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44241,0 - -// 40711 -[loc_40711] -active=no -hillskew=yes -contrast=15 -ambient=25 -unknown90=yes -forcedecor=yes -model=model_44192,0 - -// 40712 -[loc_40712] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44252,1 -model=model_44198,2 -model=model_44226,5 - -// 40713 -[loc_40713] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44251,1 - -// 40714 -[loc_40714] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_44251,1 - -// 40715 -[loc_40715] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44262,1 - -// 40716 -[loc_40716] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_44262,1 - -// 40717 -[loc_40717] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44215,1 -model=model_44199,2 -model=model_44256,5 - -// 40718 -[loc_40718] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44207,1 -model=model_44195,5 - -// 40719 -[loc_40719] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44191,1 -model=model_44223,2 -model=model_44193,5 - -// 40720 -[loc_40720] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44228,1 - -// 40721 -[loc_40721] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44206,1 - -// 40722 -[loc_40722] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44203 - -// 40723 -[loc_40723] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44233,1 - -// 40724 -[loc_40724] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44208,1 - -// 40725 -[loc_40725] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44236,1 - -// 40726 -[loc_40726] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44232,1 - -// 40727 -[loc_40727] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_44232,1 - -// 40728 -[loc_40728] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44261,1 -model=model_44244,2 -model=model_44255,5 - -// 40729 -[loc_40729] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_44261,1 -model=model_44244,2 -model=model_44255,5 - -// 40730 -[loc_40730] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44239,5 - -// 40731 -[loc_40731] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44213,5 - -// 40732 -[loc_40732] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44210,5 - -// 40733 -[loc_40733] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44202,5 - -// 40734 -[loc_40734] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44211,1 -model=model_44247,2 - -// 40735 -[loc_40735] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_44211,1 -model=model_44247,2 - -// 40736 -[loc_40736] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_44190,1 - -// 40737 -[loc_40737] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_44257,1 - -// 40738 -[loc_40738] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44263,1 - -// 40739 -[loc_40739] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_44263,1 - -// 40740 -[loc_40740] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_44188 - -// 40741 -[loc_40741] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5530 -recolhsl2s=5660 -recolhsl2d=5521 -recolhsl3s=5541 -recolhsl3d=5526 -recolhsl4s=10388 -recolhsl4d=5396 -recolhsl5s=10508 -recolhsl5d=5387 -recol6s=7397 -recol6d=8388 -model=model_44194,1 - -// 40742 -[loc_40742] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -mirror=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -recolhsl4s=10388 -recolhsl4d=5396 -recolhsl5s=10508 -recolhsl5d=5387 -recol6s=7397 -recol6d=8388 -model=model_44194,1 - -// 40743 -[loc_40743] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_27233,1 -model=model_35668,2 -model=model_35669,4 -model=model_35670,5 - -// 40744 -[loc_40744] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_35464,1 - -// 40745 -[loc_40745] -active=no -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_35463,1 - -// 40746 -[loc_40746] -active=yes -op1=Open -active=yes -raiseobject=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_27252,1 -name=Gate - -// 40747 -[loc_40747] -active=yes -op1=Close -active=yes -raiseobject=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_27252,1 -name=Gate - -// 40748 -[loc_40748] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=12580 -recol1d=6341 -model=model_44189 - -// 40749 -[loc_40749] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=12580 -recol1d=6341 -retex1s=material_400 -retex1d=material_408 -model=model_44240 - -// 40750 -[loc_40750] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=7296 -recol1d=6341 -recolhsl2s=7052 -recolhsl2d=10257 -recolhsl3s=6026 -recolhsl3d=10253 -recolhsl4s=5000 -recolhsl4d=10249 -recolhsl5s=3845 -recolhsl5d=10245 -model=model_33972 - -// 40751 -[loc_40751] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_44230 - -// 40752 -[loc_40752] -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_44237 - -// 40753 -[loc_40753] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=9410 -recol1d=6341 -model=model_35994,0 - -// 40754 -[loc_40754] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=9410 -recol1d=6341 -model=model_35976,0 - -// 40755 -[loc_40755] -active=no -hillskew=yes -contrast=15 -ambient=25 -recol1s=9410 -recol1d=6341 -model=model_36024,0 - -// 40756 -[loc_40756] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44205 - -// 40757 -[loc_40757] -active=no -ambient=25 -contrast=25 -mirror=yes -resizey=256 -model=model_44201 - -// 40758 -[loc_40758] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44185 - -// 40759 -[loc_40759] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44260 - -// 40760 -[loc_40760] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44200 - -// 40761 -[loc_40761] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44245 - -// 40762 -[loc_40762] -active=no -ambient=25 -contrast=25 -mirror=yes -resizey=256 -model=model_44260 - -// 40763 -[loc_40763] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44246 - -// 40764 -[loc_40764] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44235 - -// 40765 -[loc_40765] -active=no -ambient=25 -contrast=25 -mirror=yes -resizey=256 -model=model_44245 - -// 40766 -[loc_40766] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44227 - -// 40767 -[loc_40767] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44248 - -// 40768 -[loc_40768] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44238 - -// 40769 -[loc_40769] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44216 - -// 40770 -[loc_40770] -active=no -ambient=25 -contrast=25 -resizey=256 -mirror=yes -model=model_44216 - -// 40771 -[loc_40771] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44225 - -// 40772 -[loc_40772] -active=no -ambient=25 -contrast=25 -resizey=256 -mirror=yes -model=model_44225 - -// 40773 -[loc_40773] -active=no -ambient=25 -contrast=25 -resizey=256 -model=model_44242 - -// 40774 -[loc_40774] -active=no -ambient=25 -contrast=25 -resizey=256 -mirror=yes -model=model_44242 - -// 40775 -[loc_40775] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -blockrange=no -recol1s=11523 -recol1d=10500 -recol2s=9409 -recol2d=8386 -recolhsl3s=6930 -recolhsl3d=7695 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 40776 -[loc_40776] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -mirror=yes -hardshadow=no -resizey=140 -blockrange=no -recolhsl1s=5395 -recolhsl1d=7695 -recol2s=9445 -recol2d=8386 -recol3s=5251 -recol3d=4193 -recolhsl4s=5408 -recolhsl4d=7704 -model=model_36435,1 - -// 40777 -[loc_40777] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -hardshadow=no -resizey=140 -blockrange=no -recolhsl1s=5395 -recolhsl1d=7695 -recol2s=9445 -recol2d=8386 -recol3s=5251 -recol3d=4193 -recolhsl4s=5408 -recolhsl4d=7704 -model=model_36488,1 - -// 40778 -[loc_40778] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -hardshadow=no -resizey=140 -blockrange=no -recolhsl1s=5395 -recolhsl1d=7695 -recol2s=9445 -recol2d=8386 -recol3s=5251 -recol3d=4193 -recolhsl4s=5408 -recolhsl4d=7704 -model=model_36435,1 - -// 40779 -[loc_40779] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -active=no -resizey=140 -blockrange=no -recolhsl1s=5395 -recolhsl1d=7695 -recol2s=9445 -recol2d=8386 -recol3s=5251 -recol3d=4193 -recolhsl4s=5408 -recolhsl4d=7704 -model=model_36444,1 - -// 40780 -[loc_40780] -active=no -ambient=-25 -hillchange=skew_to_fit -recolhsl1s=5395 -recolhsl1d=7695 -recol2s=9445 -recol2d=8386 -recol3s=5251 -recol3d=4193 -recolhsl4s=5408 -recolhsl4d=7704 -model=model_35123 - -// 40781 -[loc_40781] -active=no -ambient=-25 -hillchange=skew_to_fit -recolhsl1s=5395 -recolhsl1d=7695 -recol2s=9445 -recol2d=8386 -recol3s=5251 -recol3d=4193 -recolhsl4s=5408 -recolhsl4d=7704 -model=model_35310 - -// 40782 -[loc_40782] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=5284 -recol2s=11594 -recol2d=6341 -recolhsl3s=30 -recolhsl3d=10265 -recolhsl4s=39 -recolhsl4d=10267 -model=model_12125,0 - -// 40783 -[loc_40783] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=5284 -recol2s=11594 -recol2d=6341 -recolhsl3s=30 -recolhsl3d=10265 -recolhsl4s=39 -recolhsl4d=10267 -model=model_12126,0 - -// 40784 -[loc_40784] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=5284 -recol2s=11594 -recol2d=6341 -recolhsl3s=30 -recolhsl3d=10265 -recolhsl4s=39 -recolhsl4d=10267 -model=model_12129,0 - -// 40785 -[loc_40785] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=5284 -recol2s=11594 -recol2d=6341 -recolhsl3s=30 -recolhsl3d=10265 -recolhsl4s=39 -recolhsl4d=10267 -model=model_12130,0 - -// 40786 -[loc_40786] -active=no -ambient=25 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=9480 -recol1d=5284 -recol2s=11594 -recol2d=6341 -recolhsl3s=30 -recolhsl3d=10265 -recolhsl4s=39 -recolhsl4d=10267 -model=model_12131,0 - -// 40787 -[loc_40787] -active=no -anim=seq_1727 -length=2 -width=2 -shadow=no -hardshadow=no -recol1s=16846 -recol1d=7398 -model=model_5514,8 -model=model_5515,2 - -// 40788 -[loc_40788] -active=no -ambient=-25 -width=2 -length=2 -hillchange=skew_to_fit -recol1s=16846 -recol1d=7398 -model=model_34952 - -// 40789 -[loc_40789] -active=no -anim=seq_1727 -resizex=70 -resizey=70 -resizez=70 -shadow=no -hardshadow=no -recol1s=16846 -recol1d=7398 -model=model_5514,8 -model=model_5515,2 - -// 40790 -[loc_40790] -active=no -ambient=-25 -resizex=70 -resizez=70 -hillchange=skew_to_fit -recol1s=16846 -recol1d=7398 -model=model_35049 - -// 40791 -[loc_40791] -active=no -anim=seq_1727 -length=2 -width=2 -shadow=no -hardshadow=no -recol1s=16846 -recol1d=7398 -model=model_5515 - -// 40792 -[loc_40792] -active=no -ambient=-25 -width=2 -length=2 -hillchange=skew_to_fit -recol1s=16846 -recol1d=7398 -model=model_35333 - -// 40793 -[loc_40793] -blockwalk=yes -active=no -ambient=25 -contrast=15 -recol1s=8423 -recol1d=6341 -recolhsl2s=35 -recolhsl2d=10267 -recolhsl3s=39 -recolhsl3d=10271 -recol4s=11594 -recol4d=9512 -model=model_11799 - -// 40794 -[loc_40794] -blockwalk=yes -active=no -ambient=25 -contrast=15 -recol1s=8423 -recol1d=6341 -recolhsl2s=35 -recolhsl2d=10267 -recolhsl3s=39 -recolhsl3d=10271 -recol4s=11594 -recol4d=9512 -recol5s=12651 -recol5d=10569 -model=model_11800 - -// 40795 -[loc_40795] -active=no -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -recol1s=8423 -recol1d=6341 -recolhsl2s=35 -recolhsl2d=10267 -recolhsl3s=39 -recolhsl3d=10271 -recol4s=11594 -recol4d=9512 -model=model_11795 - -// 40796 -[loc_40796] -raiseobject=no -op1=Open -active=yes -ambient=25 -contrast=15 -model=model_44253,1 -name=Solid black door - -// 40797 -[loc_40797] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=21642 -recolhsl1d=10252 -recolhsl2s=21522 -recolhsl2d=10260 -recolhsl3s=21526 -recolhsl3d=10256 -recol4s=6374 -recol4d=7398 -model=model_43721,0 - -// 40798 -[loc_40798] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=21642 -recolhsl1d=10252 -recolhsl2s=21522 -recolhsl2d=10260 -recolhsl3s=21526 -recolhsl3d=10256 -recol4s=6374 -recol4d=7398 -model=model_43719,0 - -// 40799 -[loc_40799] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=21642 -recolhsl1d=10252 -recolhsl2s=21522 -recolhsl2d=10260 -recolhsl3s=21526 -recolhsl3d=10256 -recol4s=6374 -recol4d=7398 -model=model_43715,0 - -// 40800 -[loc_40800] -blockwalk=no -forcedecor=yes -active=no -contrast=15 -ambient=25 -recolhsl1s=21642 -recolhsl1d=10252 -recolhsl2s=21522 -recolhsl2d=10260 -recolhsl3s=21526 -recolhsl3d=10256 -recol4s=6374 -recol4d=7398 -model=model_43713,0 - -// 40801 -[loc_40801] -ambient=25 -contrast=15 -blockwalk=yes -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_7685 -name=Crate - -// 40802 -[loc_40802] -ambient=25 -contrast=15 -blockwalk=yes -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_7704 -name=Crate - -// 40803 -[loc_40803] -ambient=25 -contrast=15 -blockwalk=yes -op1=Search -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_7700 -name=Crate - -// 40804 -[loc_40804] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=13605 -recol1d=9443 -recol2s=12548 -recol2d=8386 -recolhsl3s=5660 -recolhsl3d=7697 -recolhsl4s=5784 -recolhsl4d=7692 -recolhsl5s=5904 -recolhsl5d=7689 -model=model_8232 -name=Barrel - -// 40805 -[loc_40805] -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=13605 -recol1d=9443 -recol2s=12548 -recol2d=8386 -recolhsl3s=5660 -recolhsl3d=7697 -recolhsl4s=5784 -recolhsl4d=7692 -recolhsl5s=5904 -recolhsl5d=7689 -model=model_14087 -name=Barrel - -// 40806 -[loc_40806] -active=no -active=no -hillskew=yes -blockrange=no -model=model_34476 - -// 40807 -[loc_40807] -active=no -width=2 -active=no -hillskew=yes -blockrange=no -model=model_34495 - -// 40808 -[loc_40808] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=18823 -recol1d=6341 -recol2s=16708 -recol2d=5284 -recol3s=14595 -recol3d=8455 -recol4s=17732 -recol4d=10569 -recol5s=24345 -recol5d=13877 -model=model_30943,0 - -// 40809 -[loc_40809] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=18823 -recol1d=6341 -recol2s=16708 -recol2d=5284 -recol3s=14595 -recol3d=8455 -recol4s=17732 -recol4d=10569 -recol5s=24345 -recol5d=13877 -model=model_30945,0 - -// 40810 -[loc_40810] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=18823 -recol1d=6341 -recol2s=16708 -recol2d=5284 -recol3s=14595 -recol3d=8455 -recol4s=17732 -recol4d=10569 -recol5s=24345 -recol5d=13877 -model=model_30944,0 - -// 40811 -[loc_40811] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=18823 -recol1d=6341 -recol2s=16708 -recol2d=5284 -recol3s=14595 -recol3d=8455 -recol4s=17732 -recol4d=10569 -recol5s=24345 -recol5d=13877 -model=model_30946,0 - -// 40812 -[loc_40812] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=18823 -recol1d=6341 -recol2s=16708 -recol2d=5284 -recol3s=14595 -recol3d=8455 -recol4s=17732 -recol4d=10569 -recol5s=24345 -recol5d=13877 -model=model_44259,0 - -// 40813 -[loc_40813] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=18823 -recol1d=6341 -recol2s=16708 -recol2d=5284 -recol3s=14595 -recol3d=8455 -recol4s=17732 -recol4d=10569 -recol5s=24345 -recol5d=13877 -model=model_44249,0 - -// 40814 -[loc_40814] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=18823 -recol1d=6341 -recol2s=16708 -recol2d=5284 -recol3s=14595 -recol3d=8455 -recol4s=17732 -recol4d=10569 -recol5s=24345 -recol5d=13877 -model=model_44254,0 - -// 40815 -[loc_40815] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=18823 -recol1d=6341 -recol2s=16708 -recol2d=5284 -recol3s=14595 -recol3d=8455 -recol4s=17732 -recol4d=10569 -recol5s=24345 -recol5d=13877 -model=model_44217,0 - -// 40816 -[loc_40816] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=18823 -recol1d=6341 -recol2s=16708 -recol2d=5284 -recol3s=14595 -recol3d=8455 -recol4s=17732 -recol4d=10569 -recol5s=24345 -recol5d=13877 -model=model_44196,0 - -// 40817 -[loc_40817] -hillskew=yes -forcedecor=yes -ambient=25 -contrast=15 -recol1s=18823 -recol1d=6341 -recol2s=16708 -recol2d=5284 -recol3s=14595 -recol3d=8455 -recol4s=17732 -recol4d=10569 -recol5s=24345 -recol5d=13877 -model=model_44209,0 - -// 40818 -[loc_40818] -width=2 -ambient=25 -contrast=15 -blockwalk=yes -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_44317 -name=Table - -// 40819 -[loc_40819] -width=3 -ambient=25 -contrast=15 -blockwalk=yes -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_44313 -name=Table - -// 40820 -[loc_40820] -width=2 -ambient=25 -contrast=15 -blockwalk=yes -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_44317 -model2=model_44322 -name=Table - -// 40821 -[loc_40821] -active=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_44315,Q -name=Map board - -// 40822 -[loc_40822] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -model=model_44212,0 - -// 40823 -[loc_40823] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -model=model_44243,0 - -// 40824 -[loc_40824] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -model=model_44219,0 - -// 40825 -[loc_40825] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -model=model_44231,0 - -// 40826 -[loc_40826] -width=2 -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_44422 -name=Rubble - -// 40827 -[loc_40827] -op4=Check-bowl -anim=seq_10781 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44458 -model2=model_44456 -model3=model_44461 -model4=model_44459 -name=Statue - -// 40828 -[loc_40828] -op4=Check-bowl -anim=seq_10785 -op4=Check-bowl -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44426 -model2=model_44424 -model3=model_44427 -name=Statue - -// 40829 -[loc_40829] -op4=Check-bowl -anim=seq_10789 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44428 -model2=model_44431 -model3=model_44430 -name=Statue - -// 40830 -[loc_40830] -op4=Check-bowl -anim=seq_10810 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44466 -model2=model_44468 -model3=model_44467 -name=Statue - -// 40831 -[loc_40831] -op4=Check-bowl -anim=seq_10783 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44453 -model2=model_44455 -model3=model_44454 -name=Statue - -// 40832 -[loc_40832] -op4=Check-bowl -anim=seq_10777 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44477 -model2=model_44476 -model3=model_44475 -name=Statue - -// 40833 -[loc_40833] -op4=Check-bowl -anim=seq_10779 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44451 -model2=model_44448 -model3=model_44450 -name=Statue - -// 40834 -[loc_40834] -op4=Check-bowl -anim=seq_10787 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44433 -model2=model_44434 -model3=model_44432 -name=Statue - -// 40835 -[loc_40835] -op4=Check-bowl -anim=seq_10808 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44441 -model2=model_44443 -model3=model_44442 -name=Statue - -// 40836 -[loc_40836] -op4=Check-bowl -anim=seq_10806 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44446 -model2=model_44445 -model3=model_44447 -name=Statue - -// 40837 -[loc_40837] -op4=Check-bowl -anim=seq_10802 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44471 -model2=model_44470 -model3=model_44473 -name=Statue - -// 40838 -[loc_40838] -op4=Check-bowl -anim=seq_10791 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44462 -model2=model_44464 -model3=model_44463 -name=Statue - -// 40839 -[loc_40839] -op4=Check-bowl -anim=seq_10804 -width=2 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44436 -model2=model_44437 -model3=model_44439 -name=Statue - -// 40840 -[loc_40840] -active=yes -blockwalk=yes -op1=Look-at -contrast=25 -width=3 -length=3 -model=model_44504 -name=Stone table - -// 40841 -[loc_40841] -active=yes -blockwalk=yes -op1=Look-at -contrast=25 -width=3 -length=3 -model=model_44504 -model2=model_44503 -name=Stone table - -// 40842 -[loc_40842] -active=yes -blockwalk=yes -op1=Look-at -contrast=25 -width=3 -length=3 -model=model_44504 -model2=model_44511 -name=Stone table - -// 40843 -[loc_40843] -active=yes -blockwalk=yes -op1=Look-at -contrast=25 -width=3 -length=3 -model=model_44504 -model2=model_44508 -name=Stone table - -// 40844 -[loc_40844] -active=yes -blockwalk=yes -op1=Look-at -contrast=25 -width=3 -length=3 -model=model_44504 -model2=model_44509 -name=Stone table - -// 40845 -[loc_40845] -active=yes -blockwalk=yes -op1=Look-at -contrast=25 -width=3 -length=3 -model=model_44504 -model2=model_44505 -name=Stone table - -// 40846 -[loc_40846] -active=yes -blockwalk=yes -op1=Look-at -contrast=25 -width=3 -length=3 -model=model_44504 -model2=model_44506 -name=Stone table - -// 40847 -[loc_40847] -active=yes -blockwalk=yes -op1=Look-at -contrast=25 -width=3 -length=3 -model=model_44504 -model2=model_44510 -name=Stone table - -// 40848 -[loc_40848] -active=yes -blockwalk=yes -op1=Look-at -contrast=25 -width=3 -length=3 -model=model_44504 -model2=model_44507 -name=Stone table - -// 40849 -[loc_40849] -blockwalk=yes -forcedecor=yes -op1=Jump-down -sharelight=yes -hillskew=yes -contrast=25 -model=model_43849,0 -name=Wall - -// 40850 -[loc_40850] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43886 -name=Stone cube - -// 40851 -[loc_40851] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43875 -name=Stone cube - -// 40852 -[loc_40852] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43883 -name=Stone cube - -// 40853 -[loc_40853] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43882 -name=Stone cube - -// 40854 -[loc_40854] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43874 -name=Stone cube - -// 40855 -[loc_40855] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43872 -name=Stone cube - -// 40856 -[loc_40856] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43871 -name=Stone cube - -// 40857 -[loc_40857] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43884 -name=Stone cube - -// 40858 -[loc_40858] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43887 -name=Stone cube - -// 40859 -[loc_40859] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43870 -name=Stone cube - -// 40860 -[loc_40860] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43877 -name=Stone cube - -// 40861 -[loc_40861] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43873 -name=Stone cube - -// 40862 -[loc_40862] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43885 -name=Stone cube - -// 40863 -[loc_40863] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43881 -name=Stone cube - -// 40864 -[loc_40864] -active=yes -blockwalk=yes -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43879 -model2=model_43878 -name=Stone cube - -// 40865 -[loc_40865] -active=yes -blockwalk=yes -op1=Look-at -op2=Search -sharelight=yes -hillskew=yes -contrast=25 -blockrange=no -retex1s=material_551 -retex1d=material_126 -model=model_43880 -model2=model_43876 -name=Stone cube - -// 40866 -[loc_40866] -active=yes -sharelight=yes -contrast=25 -width=9 -length=2 -model=model_44411 -name=Huge door - -// 40867 -[loc_40867] -active=yes -sharelight=yes -contrast=25 -width=9 -length=2 -model=model_44414 -name=Huge door - -// 40868 -[loc_40868] -active=yes -sharelight=yes -contrast=25 -width=9 -length=2 -model=model_44413 -name=Huge door - -// 40869 -[loc_40869] -active=yes -sharelight=yes -contrast=25 -width=9 -length=2 -model=model_44416 -name=Huge door - -// 40870 -[loc_40870] -active=yes -sharelight=yes -contrast=25 -width=9 -length=2 -model=model_44411 -name=Huge door - -// 40871 -[loc_40871] -active=yes -blockwalk=yes -anim=seq_10892 -width=3 -contrast=25 -model=model_44146 -name=Dolmen - -// 40872 -[loc_40872] -active=yes -blockwalk=yes -anim=seq_10892 -width=3 -length=3 -contrast=25 -model=model_44145 -name=Dolmen - -// 40873 -[loc_40873] -active=yes -blockwalk=yes -anim=seq_10892 -width=3 -length=3 -contrast=25 -model=model_44145 -name=Dolmen - -// 40874 -[loc_40874] -active=yes -blockwalk=yes -anim=seq_10892 -width=3 -contrast=25 -model=model_44147 -name=Dolmen - -// 40875 -[loc_40875] -active=yes -blockwalk=yes -anim=seq_10892 -width=3 -contrast=25 -model=model_44146 -name=Dolmen - -// 40876 -[loc_40876] -active=yes -blockwalk=yes -anim=seq_10892 -width=3 -length=3 -contrast=25 -model=model_44145 -name=Dolmen - -// 40877 -[loc_40877] -active=yes -blockwalk=yes -anim=seq_10892 -width=3 -length=3 -contrast=25 -model=model_44145 -name=Dolmen - -// 40878 -[loc_40878] -active=yes -blockwalk=yes -anim=seq_10892 -width=3 -contrast=25 -model=model_44147 -name=Dolmen - -// 40879 -[loc_40879] -active=yes -blockwalk=yes -anim=seq_10890 -width=3 -contrast=25 -model=model_44146 -name=Dolmen - -// 40880 -[loc_40880] -active=yes -blockwalk=yes -anim=seq_10890 -width=3 -length=3 -contrast=25 -model=model_44145 -name=Dolmen - -// 40881 -[loc_40881] -active=yes -blockwalk=yes -anim=seq_10890 -width=3 -length=3 -contrast=25 -model=model_44145 -name=Dolmen - -// 40882 -[loc_40882] -active=yes -blockwalk=yes -anim=seq_10890 -width=3 -contrast=25 -model=model_44147 -name=Dolmen - -// 40883 -[loc_40883] -active=yes -blockwalk=yes -anim=seq_10890 -width=3 -contrast=25 -model=model_44146 -name=Dolmen - -// 40884 -[loc_40884] -active=yes -blockwalk=yes -anim=seq_10890 -width=3 -length=3 -contrast=25 -model=model_44145 -name=Dolmen - -// 40885 -[loc_40885] -active=yes -blockwalk=yes -anim=seq_10890 -width=3 -length=3 -contrast=25 -model=model_44145 -name=Dolmen - -// 40886 -[loc_40886] -active=yes -blockwalk=yes -anim=seq_10890 -width=3 -contrast=25 -model=model_44147 -name=Dolmen - -// 40887 -[loc_40887] -blockwalk=no -active=no -length=2 -model=model_3951 - -// 40888 -[loc_40888] -blockwalk=no -active=yes -hillskew=yes -sharelight=yes -contrast=15 -unknown90=yes -model=model_43724,0 -name=Dead vine - -// 40889 -[loc_40889] -op1=Pick -blockwalk=no -active=yes -anim=seq_10966 -hillskew=yes -sharelight=yes -model=model_43723,0 -name=Vine flower - -// 40890 -[loc_40890] -active=no -forcedecor=yes -contrast=25 -ambient=15 -model=model_43698,0 - -// 40891 -[loc_40891] -active=no -forcedecor=yes -contrast=25 -ambient=15 -model=model_43699,0 - -// 40892 -[loc_40892] -op1=Climb -ambient=20 -contrast=15 -forceapproach=east -blockwalk=yes -model=model_43938 -name=Ladder - -// 40893 -[loc_40893] -op1=Open -active=yes -raiseobject=no -ambient=20 -contrast=15 -model=model_44000,1 -name=Door - -// 40894 -[loc_40894] -active=yes -op1=Close -raiseobject=no -ambient=20 -contrast=15 -model=model_44000,1 -name=Door - -// 40895 -[loc_40895] -active=yes -hillskew=yes -sharelight=yes -contrast=15 -ambient=25 -recol1s=2112 -recol1d=3136 -recol2s=8354 -recol2d=5216 -recol3s=12581 -recol3d=7330 -model=model_43732 -name=Broken table - -// 40896 -[loc_40896] -active=yes -op1=Search -hillskew=yes -sharelight=yes -contrast=15 -ambient=25 -recol1s=2112 -recol1d=3136 -recol2s=8354 -recol2d=5216 -recol3s=12581 -recol3d=7330 -model=model_43732 -name=Broken table - -// 40897 -[loc_40897] -op1=Open -active=yes -blockwalk=yes -contrast=15 -ambient=25 -blockrange=no -model=model_43732 -name=Trapdoor table - -// 40898 -[loc_40898] -op1=Climb-into -op2=Close -active=yes -blockwalk=yes -contrast=15 -ambient=25 -blockrange=no -model=model_35403,8 -model=model_17661,0 -name=Trapdoor - -// 40899 -[loc_40899] -active=no -blockwalk=yes -contrast=15 -ambient=25 -blockrange=no -model=model_44481 - -// 40900 -[loc_40900] -op1=Climb-down -length=4 -width=3 -ambient=20 -contrast=15 -model=model_44029 -name=Stairs - -// 40901 -[loc_40901] -op1=Climb-up -length=2 -width=3 -ambient=20 -contrast=-106 -model=model_43950 -name=Stairs - -// 40902 -[loc_40902] -op1=Open -raiseobject=no -ambient=20 -contrast=15 -model=model_44063,8 -model=model_44066,1 -name=Door - -// 40903 -[loc_40903] -ambient=20 -contrast=15 -active=yes -raiseobject=no -model=model_44063,8 -model=model_44066,1 -name=Door - -// 40904 -[loc_40904] -active=yes -op1=Open -op3=hidden -op2=Pick-lock -active=yes -raiseobject=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_27252,1 -name=Gate - -// 40905 -[loc_40905] -active=yes -raiseobject=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_27252,1 -name=Gate - -// 40906 -[loc_40906] -op1=Open -op2=Search -ambient=20 -contrast=15 -raiseobject=no -model=model_44068 -name=Old battered door - -// 40907 -[loc_40907] -op1=Open -ambient=20 -contrast=15 -raiseobject=no -model=model_44063,8 -model=model_44066,1 -name=Old battered door - -// 40908 -[loc_40908] -ambient=20 -contrast=15 -raiseobject=no -model=model_44068 -name=Old battered door - -// 40909 -[loc_40909] -op1=Open -op2=Search -ambient=20 -contrast=15 -raiseobject=no -model=model_44069 -name=Old battered door - -// 40910 -[loc_40910] -op1=Open -op2=Search -ambient=20 -contrast=15 -raiseobject=no -model=model_44067 -name=Old battered door - -// 40911 -[loc_40911] -op1=Open -op2=Search -ambient=20 -contrast=15 -raiseobject=no -model=model_44062 -name=Old battered door - -// 40912 -[loc_40912] -op1=Open -op2=Search -ambient=20 -contrast=15 -raiseobject=no -model=model_44065 -name=Old battered door - -// 40913 -[loc_40913] -op1=Open -op2=Search -ambient=20 -contrast=15 -raiseobject=no -model=model_44064 -name=Old battered door - -// 40914 -[loc_40914] -active=yes -anim=seq_10909 -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -randomanimframe=no -unknown90=yes -model=model_44071,0 -name=Floor wire - -// 40915 -[loc_40915] -active=yes -anim=seq_10909 -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -randomanimframe=no -unknown90=yes -model=model_44074,0 -name=Floor wire - -// 40916 -[loc_40916] -active=yes -anim=seq_10908 -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -randomanimframe=no -unknown90=yes -model=model_44070,0 -name=Floor wire - -// 40917 -[loc_40917] -active=yes -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -randomanimframe=no -unknown90=yes -model=model_44076,0 -name=Floor wire - -// 40918 -[loc_40918] -active=yes -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -recolhsl1s=5797 -recolhsl1d=5785 -model=model_44073,0 -name=Floor wire - -// 40919 -[loc_40919] -active=yes -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -recolhsl1s=5797 -recolhsl1d=5785 -model=model_44072,0 -name=Floor wire - -// 40920 -[loc_40920] -active=yes -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -recolhsl1s=5797 -recolhsl1d=5785 -model=model_44077,0 -name=Floor wire - -// 40921 -[loc_40921] -active=yes -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -recolhsl1s=5797 -recolhsl1d=5785 -model=model_44075,0 -name=Floor wire - -// 40922 -[loc_40922] -op1=Look-at -op2=Search -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44184 -name=Bookcase - -// 40923 -[loc_40923] -op1=Look-at -op2=Search -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44178 -name=Bookcase - -// 40924 -[loc_40924] -op1=Look-at -op2=Search -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44177 -name=Bookcase - -// 40925 -[loc_40925] -op1=Look-at -op2=Search -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44183 -name=Bookcase - -// 40926 -[loc_40926] -op1=Look-at -op2=Search -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44180 -name=Bookcase - -// 40927 -[loc_40927] -op1=Look-at -op2=Search -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44183 -name=Bookcase - -// 40928 -[loc_40928] -op1=Look-at -op2=Search -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44177 -name=Bookcase - -// 40929 -[loc_40929] -active=yes -op1=Open -active=yes -raiseobject=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -bgsound=synth_5558,5 -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_44561,8 -model=model_44563,1 -name=Gate - -// 40930 -[loc_40930] -active=yes -op1=Open -active=yes -raiseobject=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_27252,1 -name=Gate - -// 40931 -[loc_40931] -active=yes -op1=Close -raiseobject=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_27252,1 -name=Gate - -// 40932 -[loc_40932] -op1=Climb-up -op2=Search -length=2 -width=2 -ambient=20 -contrast=15 -msi=msi_7 -forceapproach=south -model=model_43997 -name=Spiral staircase - -// 40933 -[loc_40933] -length=2 -width=2 -ambient=20 -contrast=15 -op1=Climb-down -msi=msi_7 -forceapproach=south -model=model_44040 -name=Spiral staircase - -// 40934 -[loc_40934] -op1=Look-at -op2=Search -ambient=20 -contrast=15 -blockwalk=yes -model=model_44047 -name=Statue - -// 40935 -[loc_40935] -op1=Look-at -op2=Search -ambient=20 -contrast=15 -blockwalk=yes -model=model_44053 -name=Statue - -// 40936 -[loc_40936] -op1=Look-at -op2=Search -ambient=20 -contrast=15 -blockwalk=yes -model=model_43996 -name=Statue - -// 40937 -[loc_40937] -op1=Look-at -op2=Search -ambient=20 -contrast=15 -blockwalk=yes -model=model_43954 -name=Statue - -// 40938 -[loc_40938] -op1=Look-at -op2=Search -ambient=20 -contrast=15 -blockwalk=yes -model=model_43953 -name=Statue - -// 40939 -[loc_40939] -op1=Look-at -op2=Search -ambient=20 -contrast=15 -blockwalk=yes -model=model_44046 -name=Statue - -// 40940 -[loc_40940] -active=yes -ambient=20 -contrast=15 -blockwalk=yes -multivar=varplayerbit_5583 -multiloc=0,loc_40934 -multiloc=1,loc_40935 -multiloc=2,loc_40936 -multiloc=3,loc_40937 -multiloc=4,loc_40938 -multiloc=5,loc_40939 - -// 40941 -[loc_40941] -active=yes -op1=Look-at -op2=Take -blockwalk=yes -forcedecor=yes -ambient=20 -contrast=15 -blockrange=no -model=model_43980 -name=Pile of weights - -// 40942 -[loc_40942] -op1=Look-at -op2=Search -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_43978 -name=Drawers - -// 40943 -[loc_40943] -op1=Look-at -blockwalk=yes -hillskew=yes -ambient=25 -contrast=15 -model=model_43987 -name=Thermometer - -// 40944 -[loc_40944] -op1=Look-at -op2=Pick-up -blockwalk=yes -ambient=20 -contrast=15 -recol1s=10500 -recol1d=8388 -recolhsl2s=6550 -recolhsl2d=5396 -recol3s=5249 -recol3d=5251 -recolhsl4s=8070 -recolhsl4d=5387 -model=model_44051 -name=Waste-paper basket - -// 40945 -[loc_40945] -op1=Look-at -op2=Search -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44039 -name=Bookcase - -// 40946 -[loc_40946] -active=yes -op1=Look-at -op2=Search -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43969,1 -name=Painting - -// 40947 -[loc_40947] -op1=Look-at -op2=Climb-through -op5=Close -active=yes -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43946,1 -name=Hidden doorway - -// 40948 -[loc_40948] -op1=Look-at -op2=Search -length=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44003 -model2=model_43968 -name=Desk - -// 40949 -[loc_40949] -op1=Look-at -op2=Search -length=2 -ambient=20 -contrast=15 -blockwalk=yes -mirror=yes -model=model_44003 -model2=model_44022 -name=Desk - -// 40950 -[loc_40950] -op1=Look-at -op2=Enter -active=yes -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -active=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43985,1 -name=Tunnel - -// 40951 -[loc_40951] -op1=Look-at -op2=Take -op3=Search -forceapproach=east -active=yes -length=2 -anim=seq_10751 -contrast=15 -ambient=25 -model=model_43890 -model2=model_43888 -model3=model_43889 -name=Treasure pile - -// 40952 -[loc_40952] -op1=Look-at -op2=Search -model=model_44264 -name=Contraption - -// 40953 -[loc_40953] -blockwalk=no -forcedecor=yes -active=no -contrast=20 -ambient=30 -model=model_43962,0 - -// 40954 -[loc_40954] -active=yes -blockwalk=no -forcedecor=yes -active=yes -contrast=20 -ambient=30 -model=model_43930 -name=Tiling - -// 40955 -[loc_40955] -active=yes -active=yes -model=model_43930 -name=Stairs - -// 40956 -[loc_40956] -op1=Climb-up -anim=seq_10703 -model=model_43930 -name=Stairs - -// 40957 -[loc_40957] -op1=Climb-down -active=yes -ambient=20 -contrast=15 -msi=msi_7 -forceapproach=east -model=model_43936 -name=Stairs - -// 40958 -[loc_40958] -op1=Look-at -op2=Search -forceapproach=south -active=yes -width=2 -blockwalk=yes -ambient=25 -contrast=15 -model=model_43706 -name=Bed - -// 40959 -[loc_40959] -op1=Open -op2=Search -forceapproach=south -active=yes -width=2 -blockwalk=yes -ambient=25 -contrast=15 -model=model_43709 -name=Bed chest - -// 40960 -[loc_40960] -op1=Search -forceapproach=south -active=yes -width=2 -blockwalk=yes -ambient=25 -contrast=15 -model=model_43707 -name=Bed chest - -// 40961 -[loc_40961] -op1=Search -forceapproach=south -active=yes -width=2 -blockwalk=yes -ambient=25 -contrast=15 -model=model_43708 -name=Bed chest - -// 40962 -[loc_40962] -active=yes -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44033 -model2=model_43939 -name=Empty pallet - -// 40963 -[loc_40963] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43937 -model2=model_43939 -name=Coal pile - -// 40964 -[loc_40964] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44035 -model2=model_43939 -name=Coal pile - -// 40965 -[loc_40965] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44052 -model2=model_43939 -name=Coal pile - -// 40966 -[loc_40966] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43993 -model2=model_43939 -name=Coal pile - -// 40967 -[loc_40967] -active=yes -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -multivar=varplayerbit_5552 -multiloc=0,loc_40962 -multiloc=1,loc_40963 -multiloc=2,loc_40963 -multiloc=3,loc_40963 -multiloc=4,loc_40963 -multiloc=5,loc_40963 -multiloc=6,loc_40963 -multiloc=7,loc_40963 -multiloc=8,loc_40963 -multiloc=9,loc_40963 -multiloc=10,loc_40963 -multiloc=11,loc_40963 -multiloc=12,loc_40963 -multiloc=13,loc_40963 -multiloc=14,loc_40963 -multiloc=15,loc_40963 -multiloc=16,loc_40963 -multiloc=17,loc_40963 -multiloc=18,loc_40963 -multiloc=19,loc_40963 -multiloc=20,loc_40963 -multiloc=21,loc_40963 -multiloc=22,loc_40963 -multiloc=23,loc_40963 -multiloc=24,loc_40963 -multiloc=25,loc_40963 -multiloc=26,loc_40964 -multiloc=27,loc_40964 -multiloc=28,loc_40964 -multiloc=29,loc_40964 -multiloc=30,loc_40964 -multiloc=31,loc_40964 -multiloc=32,loc_40964 -multiloc=33,loc_40964 -multiloc=34,loc_40964 -multiloc=35,loc_40964 -multiloc=36,loc_40964 -multiloc=37,loc_40964 -multiloc=38,loc_40964 -multiloc=39,loc_40964 -multiloc=40,loc_40964 -multiloc=41,loc_40964 -multiloc=42,loc_40964 -multiloc=43,loc_40964 -multiloc=44,loc_40964 -multiloc=45,loc_40964 -multiloc=46,loc_40964 -multiloc=47,loc_40964 -multiloc=48,loc_40964 -multiloc=49,loc_40964 -multiloc=50,loc_40964 -multiloc=51,loc_40965 -multiloc=52,loc_40965 -multiloc=53,loc_40965 -multiloc=54,loc_40965 -multiloc=55,loc_40965 -multiloc=56,loc_40965 -multiloc=57,loc_40965 -multiloc=58,loc_40965 -multiloc=59,loc_40965 -multiloc=60,loc_40965 -multiloc=61,loc_40965 -multiloc=62,loc_40965 -multiloc=63,loc_40965 -multiloc=64,loc_40965 -multiloc=65,loc_40965 -multiloc=66,loc_40965 -multiloc=67,loc_40965 -multiloc=68,loc_40965 -multiloc=69,loc_40965 -multiloc=70,loc_40965 -multiloc=71,loc_40965 -multiloc=72,loc_40965 -multiloc=73,loc_40965 -multiloc=74,loc_40965 -multiloc=75,loc_40965 -multiloc=76,loc_40966 -multiloc=77,loc_40966 -multiloc=78,loc_40966 -multiloc=79,loc_40966 -multiloc=80,loc_40966 -multiloc=81,loc_40966 -multiloc=82,loc_40966 -multiloc=83,loc_40966 -multiloc=84,loc_40966 -multiloc=85,loc_40966 -multiloc=86,loc_40966 -multiloc=87,loc_40966 -multiloc=88,loc_40966 -multiloc=89,loc_40966 -multiloc=90,loc_40966 -multiloc=91,loc_40966 -multiloc=92,loc_40966 -multiloc=93,loc_40966 -multiloc=94,loc_40966 -multiloc=95,loc_40966 -multiloc=96,loc_40966 -multiloc=97,loc_40966 -multiloc=98,loc_40966 -multiloc=99,loc_40966 -multiloc=100,loc_40966 - -// 40968 -[loc_40968] -active=yes -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43964 -model2=model_43939 -name=Empty pallet - -// 40969 -[loc_40969] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43972 -model2=model_43939 -name=Fire rune pile - -// 40970 -[loc_40970] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44025 -model2=model_43939 -name=Fire rune pile - -// 40971 -[loc_40971] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43976 -model2=model_43939 -name=Fire rune pile - -// 40972 -[loc_40972] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43966 -model2=model_43939 -name=Fire rune pile - -// 40973 -[loc_40973] -active=yes -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -multivar=varplayerbit_5553 -multiloc=0,loc_40968 -multiloc=1,loc_40969 -multiloc=2,loc_40969 -multiloc=3,loc_40969 -multiloc=4,loc_40969 -multiloc=5,loc_40969 -multiloc=6,loc_40969 -multiloc=7,loc_40969 -multiloc=8,loc_40969 -multiloc=9,loc_40969 -multiloc=10,loc_40969 -multiloc=11,loc_40969 -multiloc=12,loc_40969 -multiloc=13,loc_40969 -multiloc=14,loc_40969 -multiloc=15,loc_40969 -multiloc=16,loc_40969 -multiloc=17,loc_40969 -multiloc=18,loc_40969 -multiloc=19,loc_40969 -multiloc=20,loc_40969 -multiloc=21,loc_40969 -multiloc=22,loc_40969 -multiloc=23,loc_40969 -multiloc=24,loc_40969 -multiloc=25,loc_40969 -multiloc=26,loc_40970 -multiloc=27,loc_40970 -multiloc=28,loc_40970 -multiloc=29,loc_40970 -multiloc=30,loc_40970 -multiloc=31,loc_40970 -multiloc=32,loc_40970 -multiloc=33,loc_40970 -multiloc=34,loc_40970 -multiloc=35,loc_40970 -multiloc=36,loc_40970 -multiloc=37,loc_40970 -multiloc=38,loc_40970 -multiloc=39,loc_40970 -multiloc=40,loc_40970 -multiloc=41,loc_40970 -multiloc=42,loc_40970 -multiloc=43,loc_40970 -multiloc=44,loc_40970 -multiloc=45,loc_40970 -multiloc=46,loc_40970 -multiloc=47,loc_40970 -multiloc=48,loc_40970 -multiloc=49,loc_40970 -multiloc=50,loc_40970 -multiloc=51,loc_40971 -multiloc=52,loc_40971 -multiloc=53,loc_40971 -multiloc=54,loc_40971 -multiloc=55,loc_40971 -multiloc=56,loc_40971 -multiloc=57,loc_40971 -multiloc=58,loc_40971 -multiloc=59,loc_40971 -multiloc=60,loc_40971 -multiloc=61,loc_40971 -multiloc=62,loc_40971 -multiloc=63,loc_40971 -multiloc=64,loc_40971 -multiloc=65,loc_40971 -multiloc=66,loc_40971 -multiloc=67,loc_40971 -multiloc=68,loc_40971 -multiloc=69,loc_40971 -multiloc=70,loc_40971 -multiloc=71,loc_40971 -multiloc=72,loc_40971 -multiloc=73,loc_40971 -multiloc=74,loc_40971 -multiloc=75,loc_40971 -multiloc=76,loc_40972 -multiloc=77,loc_40972 -multiloc=78,loc_40972 -multiloc=79,loc_40972 -multiloc=80,loc_40972 -multiloc=81,loc_40972 -multiloc=82,loc_40972 -multiloc=83,loc_40972 -multiloc=84,loc_40972 -multiloc=85,loc_40972 -multiloc=86,loc_40972 -multiloc=87,loc_40972 -multiloc=88,loc_40972 -multiloc=89,loc_40972 -multiloc=90,loc_40972 -multiloc=91,loc_40972 -multiloc=92,loc_40972 -multiloc=93,loc_40972 -multiloc=94,loc_40972 -multiloc=95,loc_40972 -multiloc=96,loc_40972 -multiloc=97,loc_40972 -multiloc=98,loc_40972 -multiloc=99,loc_40972 -multiloc=100,loc_40972 - -// 40974 -[loc_40974] -active=yes -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44038 -model2=model_43939 -name=Empty pallet - -// 40975 -[loc_40975] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44009 -model2=model_43939 -name=Death rune pile - -// 40976 -[loc_40976] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44056 -model2=model_43939 -name=Death rune pile - -// 40977 -[loc_40977] -active=yes -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43971 -model2=model_43939 -name=Death rune pile - -// 40978 -[loc_40978] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43998 -model2=model_43939 -name=Death rune pile - -// 40979 -[loc_40979] -active=yes -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -multivar=varplayerbit_5554 -multiloc=0,loc_40974 -multiloc=1,loc_40975 -multiloc=2,loc_40975 -multiloc=3,loc_40975 -multiloc=4,loc_40975 -multiloc=5,loc_40975 -multiloc=6,loc_40975 -multiloc=7,loc_40975 -multiloc=8,loc_40975 -multiloc=9,loc_40975 -multiloc=10,loc_40975 -multiloc=11,loc_40975 -multiloc=12,loc_40975 -multiloc=13,loc_40975 -multiloc=14,loc_40975 -multiloc=15,loc_40975 -multiloc=16,loc_40975 -multiloc=17,loc_40975 -multiloc=18,loc_40975 -multiloc=19,loc_40975 -multiloc=20,loc_40975 -multiloc=21,loc_40975 -multiloc=22,loc_40975 -multiloc=23,loc_40975 -multiloc=24,loc_40975 -multiloc=25,loc_40975 -multiloc=26,loc_40976 -multiloc=27,loc_40976 -multiloc=28,loc_40976 -multiloc=29,loc_40976 -multiloc=30,loc_40976 -multiloc=31,loc_40976 -multiloc=32,loc_40976 -multiloc=33,loc_40976 -multiloc=34,loc_40976 -multiloc=35,loc_40976 -multiloc=36,loc_40976 -multiloc=37,loc_40976 -multiloc=38,loc_40976 -multiloc=39,loc_40976 -multiloc=40,loc_40976 -multiloc=41,loc_40976 -multiloc=42,loc_40976 -multiloc=43,loc_40976 -multiloc=44,loc_40976 -multiloc=45,loc_40976 -multiloc=46,loc_40976 -multiloc=47,loc_40976 -multiloc=48,loc_40976 -multiloc=49,loc_40976 -multiloc=50,loc_40976 -multiloc=51,loc_40977 -multiloc=52,loc_40977 -multiloc=53,loc_40977 -multiloc=54,loc_40977 -multiloc=55,loc_40977 -multiloc=56,loc_40977 -multiloc=57,loc_40977 -multiloc=58,loc_40977 -multiloc=59,loc_40977 -multiloc=60,loc_40977 -multiloc=61,loc_40977 -multiloc=62,loc_40977 -multiloc=63,loc_40977 -multiloc=64,loc_40977 -multiloc=65,loc_40977 -multiloc=66,loc_40977 -multiloc=67,loc_40977 -multiloc=68,loc_40977 -multiloc=69,loc_40977 -multiloc=70,loc_40977 -multiloc=71,loc_40977 -multiloc=72,loc_40977 -multiloc=73,loc_40977 -multiloc=74,loc_40977 -multiloc=75,loc_40977 -multiloc=76,loc_40978 -multiloc=77,loc_40978 -multiloc=78,loc_40978 -multiloc=79,loc_40978 -multiloc=80,loc_40978 -multiloc=81,loc_40978 -multiloc=82,loc_40978 -multiloc=83,loc_40978 -multiloc=84,loc_40978 -multiloc=85,loc_40978 -multiloc=86,loc_40978 -multiloc=87,loc_40978 -multiloc=88,loc_40978 -multiloc=89,loc_40978 -multiloc=90,loc_40978 -multiloc=91,loc_40978 -multiloc=92,loc_40978 -multiloc=93,loc_40978 -multiloc=94,loc_40978 -multiloc=95,loc_40978 -multiloc=96,loc_40978 -multiloc=97,loc_40978 -multiloc=98,loc_40978 -multiloc=99,loc_40978 -multiloc=100,loc_40978 - -// 40980 -[loc_40980] -active=yes -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44006 -model2=model_43939 -name=Empty pallet - -// 40981 -[loc_40981] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44020 -model2=model_43939 -name=Magic logs pile - -// 40982 -[loc_40982] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44002 -model2=model_43939 -name=Magic logs pile - -// 40983 -[loc_40983] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44050 -model2=model_43939 -name=Magic logs pile - -// 40984 -[loc_40984] -active=yes -op1=Look-at -op2=Take -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44016 -model2=model_43939 -name=Magic logs pile - -// 40985 -[loc_40985] -active=yes -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -multivar=varplayerbit_5555 -multiloc=0,loc_40980 -multiloc=1,loc_40981 -multiloc=2,loc_40981 -multiloc=3,loc_40981 -multiloc=4,loc_40981 -multiloc=5,loc_40981 -multiloc=6,loc_40981 -multiloc=7,loc_40981 -multiloc=8,loc_40981 -multiloc=9,loc_40981 -multiloc=10,loc_40981 -multiloc=11,loc_40981 -multiloc=12,loc_40981 -multiloc=13,loc_40981 -multiloc=14,loc_40981 -multiloc=15,loc_40981 -multiloc=16,loc_40981 -multiloc=17,loc_40981 -multiloc=18,loc_40981 -multiloc=19,loc_40981 -multiloc=20,loc_40981 -multiloc=21,loc_40981 -multiloc=22,loc_40981 -multiloc=23,loc_40981 -multiloc=24,loc_40981 -multiloc=25,loc_40981 -multiloc=26,loc_40982 -multiloc=27,loc_40982 -multiloc=28,loc_40982 -multiloc=29,loc_40982 -multiloc=30,loc_40982 -multiloc=31,loc_40982 -multiloc=32,loc_40982 -multiloc=33,loc_40982 -multiloc=34,loc_40982 -multiloc=35,loc_40982 -multiloc=36,loc_40982 -multiloc=37,loc_40982 -multiloc=38,loc_40982 -multiloc=39,loc_40982 -multiloc=40,loc_40982 -multiloc=41,loc_40982 -multiloc=42,loc_40982 -multiloc=43,loc_40982 -multiloc=44,loc_40982 -multiloc=45,loc_40982 -multiloc=46,loc_40982 -multiloc=47,loc_40982 -multiloc=48,loc_40982 -multiloc=49,loc_40982 -multiloc=50,loc_40982 -multiloc=51,loc_40983 -multiloc=52,loc_40983 -multiloc=53,loc_40983 -multiloc=54,loc_40983 -multiloc=55,loc_40983 -multiloc=56,loc_40983 -multiloc=57,loc_40983 -multiloc=58,loc_40983 -multiloc=59,loc_40983 -multiloc=60,loc_40983 -multiloc=61,loc_40983 -multiloc=62,loc_40983 -multiloc=63,loc_40983 -multiloc=64,loc_40983 -multiloc=65,loc_40983 -multiloc=66,loc_40983 -multiloc=67,loc_40983 -multiloc=68,loc_40983 -multiloc=69,loc_40983 -multiloc=70,loc_40983 -multiloc=71,loc_40983 -multiloc=72,loc_40983 -multiloc=73,loc_40983 -multiloc=74,loc_40983 -multiloc=75,loc_40983 -multiloc=76,loc_40984 -multiloc=77,loc_40984 -multiloc=78,loc_40984 -multiloc=79,loc_40984 -multiloc=80,loc_40984 -multiloc=81,loc_40984 -multiloc=82,loc_40984 -multiloc=83,loc_40984 -multiloc=84,loc_40984 -multiloc=85,loc_40984 -multiloc=86,loc_40984 -multiloc=87,loc_40984 -multiloc=88,loc_40984 -multiloc=89,loc_40984 -multiloc=90,loc_40984 -multiloc=91,loc_40984 -multiloc=92,loc_40984 -multiloc=93,loc_40984 -multiloc=94,loc_40984 -multiloc=95,loc_40984 -multiloc=96,loc_40984 -multiloc=97,loc_40984 -multiloc=98,loc_40984 -multiloc=99,loc_40984 -multiloc=100,loc_40984 - -// 40986 -[loc_40986] -active=yes -ambient=20 -contrast=15 -blockwalk=yes -model=model_44409 -name=Display dial - -// 40987 -[loc_40987] -active=yes -ambient=20 -contrast=15 -blockwalk=yes -model=model_44407 -name=Display dial - -// 40988 -[loc_40988] -active=yes -ambient=20 -contrast=15 -blockwalk=yes -model=model_44410 -name=Display dial - -// 40989 -[loc_40989] -active=yes -ambient=20 -contrast=15 -blockwalk=yes -model=model_44408 -name=Display dial - -// 40990 -[loc_40990] -op1=Open -op5=hidden -blockrange=no -model=model_9480,1 -name=Cell door - -// 40991 -[loc_40991] -blockrange=no -model=model_9480,1 - -// 40992 -[loc_40992] -active=yes -op1=Look-at -ambient=20 -contrast=15 -model=model_43703,Q -name=Poster - -// 40993 -[loc_40993] -active=yes -op1=Look-at -ambient=20 -contrast=15 -model=model_43704,Q -name=Wanted poster - -// 40994 -[loc_40994] -op1=Look-at -op2=Search -active=yes -blockwalk=no -forcedecor=yes -contrast=20 -ambient=30 -model=model_43722,0 -name=Tile - -// 40995 -[loc_40995] -op1=Climb-down -active=yes -forcedecor=yes -contrast=20 -ambient=30 -blockwalk=yes -blockrange=no -model=model_43712,0 -name=Trapdoor - -// 40996 -[loc_40996] -op1=Climb-down -active=yes -forcedecor=yes -contrast=20 -ambient=30 -blockwalk=yes -blockrange=no -model=model_43712,0 -name=Trapdoor - -// 40997 -[loc_40997] -blockwalk=no -forcedecor=yes -active=no -contrast=20 -ambient=30 -model=model_43721,0 - -// 40998 -[loc_40998] -blockwalk=no -forcedecor=yes -active=no -contrast=20 -ambient=30 -model=model_43719,0 - -// 40999 -[loc_40999] -blockwalk=no -forcedecor=yes -active=no -contrast=20 -ambient=30 -model=model_43715,0 - -// 41000 -[loc_41000] -blockwalk=no -forcedecor=yes -active=no -contrast=20 -ambient=30 -model=model_43720,0 - -// 41001 -[loc_41001] -blockwalk=no -forcedecor=yes -active=no -contrast=20 -ambient=30 -model=model_43718,0 - -// 41002 -[loc_41002] -blockwalk=no -forcedecor=yes -active=no -contrast=20 -ambient=30 -model=model_43716,0 - -// 41003 -[loc_41003] -blockwalk=no -forcedecor=yes -active=no -contrast=20 -ambient=30 -model=model_43714,0 - -// 41004 -[loc_41004] -blockwalk=no -forcedecor=yes -active=no -contrast=20 -ambient=30 -model=model_43717,0 - -// 41005 -[loc_41005] -blockwalk=yes -forcedecor=yes -active=no -contrast=20 -ambient=30 -blockrange=no -model=model_43712,0 - -// 41006 -[loc_41006] -op1=Jump-to -hillskew=yes -active=yes -blockwalk=no -hardshadow=no -forcedecor=yes -recol1s=6307 -recol1d=9443 -recol2s=5250 -recol2d=6272 -model=model_20317,0 -name=Rope bridge - -// 41007 -[loc_41007] -blockwalk=yes -op1=Climb-up -active=yes -hillskew=yes -contrast=15 -ambient=25 -msi=msi_7 -model=model_44187,1 -name=Wall - -// 41008 -[loc_41008] -blockwalk=yes -forcedecor=yes -op1=Jump-down -sharelight=yes -hillskew=yes -contrast=25 -model=model_43849,0 -name=Wall - -// 41009 -[loc_41009] -active=yes -hillskew=yes -sharelight=yes -ambient=25 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37967,1 -model=model_37974,Q -name=Cave wall - -// 41010 -[loc_41010] -active=yes -width=2 -ambient=50 -contrast=50 -model=model_7453,Q -name=Cave wall - -// 41011 -[loc_41011] -op1=Climb-up -ambient=30 -contrast=25 -hillskew=yes -width=2 -length=2 -model=model_38075 -name=Snow rock - -// 41012 -[loc_41012] -active=yes -op1=Climb-down -hillskew=yes -contrast=15 -ambient=25 -blockrange=no -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_12130,0 -name=Snow rock - -// 41013 -[loc_41013] -active=yes -op1=Jump-to -hillskew=yes -contrast=15 -ambient=25 -blockrange=no -recol1s=8423 -recol1d=25437 -recol2s=9480 -recol2d=25437 -recol3s=10537 -recol3d=25437 -recol4s=11594 -recol4d=25437 -model=model_44079,0 -name=Snow rock - -// 41014 -[loc_41014] -op1=Jump-to -active=yes -hillskew=yes -contrast=15 -ambient=25 -blockrange=no -model=model_44088,0 -name=Ledge - -// 41015 -[loc_41015] -op1=Search -blockwalk=no -length=2 -ambient=25 -contrast=25 -model=model_43700 -name=Mercenary axeman - -// 41016 -[loc_41016] -ambient=25 -op2=Inspect -model=model_7794 -name=Herb patch - -// 41017 -[loc_41017] -ambient=25 -op2=Inspect -model=model_7871 -model2=model_7766 -name=Herbs - -// 41018 -[loc_41018] -ambient=25 -op1=Pick -op2=Inspect -model=model_7875 -model2=model_7766 -name=Herbs - -// 41019 -[loc_41019] -blockwalk=no -active=no -recol1s=28436 -recol1d=17931 -model=model_28292,0 - -// 41020 -[loc_41020] -blockwalk=no -active=no -recol1s=28436 -recol1d=17931 -model=model_28291,0 - -// 41021 -[loc_41021] -op1=Look-at -op2=Search -blockrange=no -recol1s=28436 -recol1d=12778 -model=model_1078 -name=Skeleton - -// 41022 -[loc_41022] -active=yes -blockwalk=yes -multivar=varplayerbit_5563 -multiloc=0,loc_13104 -multiloc=1,loc_41025 - -// 41023 -[loc_41023] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_44148 -model2=model_44163 -model3=model_44156 -name=Broken statue - -// 41024 -[loc_41024] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -model=model_44167 -model2=model_44160 -model3=model_44149 -name=Broken statue - -// 41025 -[loc_41025] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44157 -name=Statue of Hazelmere - -// 41026 -[loc_41026] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44155 -name=Statue of Turael - -// 41027 -[loc_41027] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44151 -name=Statue of Duradel - -// 41028 -[loc_41028] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44153 -name=Statue of Sloane - -// 41029 -[loc_41029] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44169 -name=Statue of Ghommal - -// 41030 -[loc_41030] -active=yes -blockwalk=yes -contrast=15 -ambient=25 -recol1s=20013 -recol1d=21139 -recol2s=18988 -recol2d=21137 -recolhsl3s=8377 -recolhsl3d=10302 -recol4s=16842 -recol4d=17967 -retex1s=material_428 -retex1d=material_67 -retex2s=material_430 -retex2d=material_70 -model=model_44167 -model2=model_44154 -name=Statue of Cyrisus - -// 41031 -[loc_41031] -blockwalk=no -active=yes -op1=Look-at -op2=Search -recol1s=28436 -recol1d=17931 -model=model_28292,0 -name=Skeletal remains - -// 41032 -[loc_41032] -blockwalk=no -active=yes -op1=Look-at -op2=Search -recol1s=28436 -recol1d=17931 -model=model_28292,0 -name=Skeletal remains - -// 41033 -[loc_41033] -blockwalk=yes -active=no -width=3 -length=3 -contrast=25 -recolhsl1s=6924 -recolhsl1d=11300 -recolhsl2s=6930 -recolhsl2d=11304 -recolhsl3s=6674 -recolhsl3d=11308 -retex1s=material_380 -retex1d=material_68 -retex2s=material_335 -retex2d=material_69 -model=model_38007 - -// 41034 -[loc_41034] -blockwalk=yes -active=no -width=3 -length=3 -contrast=25 -recolhsl1s=6924 -recolhsl1d=11300 -recolhsl2s=6930 -recolhsl2d=11304 -recolhsl3s=6674 -recolhsl3d=11308 -recolhsl4s=6670 -recolhsl4d=11292 -recolhsl5s=6666 -recolhsl5d=11284 -recolhsl6s=6662 -recolhsl6d=11276 -retex1s=material_380 -retex1d=material_68 -retex2s=material_335 -retex2d=material_69 -model=model_38014 - -// 41035 -[loc_41035] -active=yes -op1=Look-at -op2=Search -blockwalk=yes -contrast=25 -anim=seq_10907 -bgsound=synth_4472,8 -model=model_44499 -name=Brazier - -// 41036 -[loc_41036] -active=yes -op1=Look-at -op2=Search -blockwalk=yes -contrast=25 -anim=seq_10907 -bgsound=synth_4472,8 -model=model_44502 -name=Brazier - -// 41037 -[loc_41037] -active=yes -op1=Look-at -op2=Search -blockwalk=yes -length=2 -contrast=25 -model=model_43866 -name=Brazier - -// 41038 -[loc_41038] -active=yes -op1=Look-at -op2=Search -blockwalk=yes -length=2 -contrast=25 -model=model_43867 -name=Brazier - -// 41039 -[loc_41039] -blockwalk=yes -contrast=25 -model=model_43864 -name=Brazier - -// 41040 -[loc_41040] -blockwalk=yes -length=2 -contrast=25 -model=model_43794 -name=Brazier - -// 41041 -[loc_41041] -active=yes -op1=Look-at -op2=Search -anim=seq_10648 -blockwalk=yes -contrast=15 -ambient=25 -length=2 -model=model_43869 -name=Rocks - -// 41042 -[loc_41042] -active=yes -op1=Look-at -op2=Search -anim=seq_10648 -blockwalk=yes -contrast=15 -ambient=25 -length=2 -model=model_43868 -name=Rocks - -// 41043 -[loc_41043] -active=yes -ambient=0 -contrast=0 -model=model_7452,Q -name=Etching - -// 41044 -[loc_41044] -active=yes -anim=seq_2178 -ambient=50 -contrast=50 -model=model_7452,Q -name=Etching - -// 41045 -[loc_41045] -active=yes -ambient=0 -contrast=0 -model=model_7457,Q -name=Etching - -// 41046 -[loc_41046] -active=yes -anim=seq_2178 -ambient=50 -contrast=50 -model=model_7457,Q -name=Etching - -// 41047 -[loc_41047] -active=yes -ambient=0 -contrast=0 -model=model_7451,Q -name=Etching - -// 41048 -[loc_41048] -active=yes -anim=seq_2178 -ambient=75 -contrast=75 -model=model_7451,Q -name=Etching - -// 41049 -[loc_41049] -active=yes -ambient=0 -contrast=0 -model=model_7446,Q -name=Etching - -// 41050 -[loc_41050] -active=yes -anim=seq_2178 -ambient=50 -contrast=50 -model=model_7446,Q -name=Etching - -// 41051 -[loc_41051] -blockwalk=yes -active=yes -op1=Look-at -op2=Squeeze-into -ambient=20 -contrast=15 -hillskew=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43985,1 -name=Skull nose cavity - -// 41052 -[loc_41052] -blockwalk=yes -active=yes -op1=Look-at -op2=Squeeze-into -ambient=20 -contrast=15 -hillskew=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43985,1 -name=Skull nose cavity - -// 41053 -[loc_41053] -blockwalk=yes -active=yes -op1=Look-at -op2=Squeeze-into -ambient=20 -contrast=15 -hillskew=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43985,1 -name=Skull nose cavity - -// 41054 -[loc_41054] -blockwalk=yes -active=yes -op1=Look-at -op2=Squeeze-into -ambient=20 -contrast=15 -hillskew=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43985,1 -name=Skull nose cavity - -// 41055 -[loc_41055] -active=yes -op1=Look-at -op2=Search -ambient=15 -contrast=20 -recolhsl1s=30757 -recolhsl1d=36893 -recolhsl2s=36907 -recolhsl2d=36901 -recolhsl3s=32804 -recolhsl3d=36881 -model=model_37465,1 -name=Square hole - -// 41056 -[loc_41056] -active=yes -op1=Look-at -op2=Search -ambient=15 -contrast=20 -recolhsl1s=30757 -recolhsl1d=36893 -recolhsl2s=32804 -recolhsl2d=36881 -model=model_37465,1 -name=Square hole - -// 41057 -[loc_41057] -active=yes -op1=Look-at -op2=Search -ambient=15 -contrast=20 -recolhsl1s=36907 -recolhsl1d=36901 -recolhsl2s=32804 -recolhsl2d=36881 -model=model_37465,1 -name=Square hole - -// 41058 -[loc_41058] -active=yes -op1=Look-at -op2=Search -ambient=15 -contrast=20 -recolhsl1s=36907 -recolhsl1d=36901 -recolhsl2s=30757 -recolhsl2d=36893 -model=model_37465,1 -name=Square hole - -// 41059 -[loc_41059] -op1=Exit -active=yes -sharelight=yes -occlude=yes -model=model_837,1 -model=model_838,2 -model=model_766,3 -model=model_767,4 -model=model_768,5 -name=Exit - -// 41060 -[loc_41060] -op1=Exit -active=yes -sharelight=yes -occlude=yes -model=model_837,1 -model=model_838,2 -model=model_766,3 -model=model_767,4 -model=model_768,5 -name=Exit - -// 41061 -[loc_41061] -op1=Exit -active=yes -sharelight=yes -occlude=yes -model=model_837,1 -model=model_838,2 -model=model_766,3 -model=model_767,4 -model=model_768,5 -name=Exit - -// 41062 -[loc_41062] -op1=Climb -blockrange=no -model=model_2103,Q -name=Climbing rocks - -// 41063 -[loc_41063] -op1=Climb-down -hillskew=yes -unknown90=yes -active=yes -recol1s=13505 -recol1d=26350 -recol2s=15618 -recol2d=26350 -recol3s=14594 -recol3d=26350 -model=model_1124,0 -name=Handholds - -// 41064 -[loc_41064] -active=yes -op1=Crawl-through -sharelight=yes -hillskew=yes -blockwalk=yes -ambient=20 -contrast=20 -model=model_23128,1 -name=Entrance - -// 41065 -[loc_41065] -width=2 -op2=Climb-down -randomanimframe=no -recol1s=12685 -recol1d=5284 -recol2s=13742 -recol2d=6341 -recol3s=14799 -recol3d=7398 -recol4s=25434 -recol4d=8455 -recolhsl5s=32887 -recolhsl5d=10274 -retex1s=material_407 -retex1d=material_180 -retex2s=material_502 -retex2d=material_180 -model=model_44174 -name=Rock - -// 41066 -[loc_41066] -randomanimframe=no -model=model_44175 -name=Rope - -// 41067 -[loc_41067] -randomanimframe=no -model=model_44173 -name=Rope - -// 41068 -[loc_41068] -active=yes -contrast=20 -ambient=30 -blockwalk=no -forcedecor=yes -op1=Climb-down -forceapproach=east -model=model_29022,0 -name=Climbing wall - -// 41069 -[loc_41069] -active=no -shadow=no -blockwalk=no -randomsound=10,250,10,synth_5587,synth_5628,synth_5624,synth_5596 -model=model_34351,Q - -// 41070 -[loc_41070] -active=no -shadow=no -blockwalk=no -bgsound=synth_5582,4 -model=model_34351,Q - -// 41071 -[loc_41071] -active=no -shadow=no -blockwalk=no -bgsound=synth_4472,1 -model=model_34351,Q - -// 41072 -[loc_41072] -forceapproach=east -op1=Open -recol1s=11491 -recol1d=12513 -recol2s=6241 -recol2d=7297 -recol3s=9377 -recol3d=11457 -model=model_43955 -name=Cupboard - -// 41073 -[loc_41073] -op2=Search -op3=Shut -forceapproach=east -recol1s=11491 -recol1d=12513 -recol2s=6241 -recol2d=7297 -recol3s=9377 -recol3d=11457 -model=model_43963 -name=Open cupboard - -// 41074 -[loc_41074] -active=no -shadow=no -blockwalk=no -randomsound=50,180,8,synth_5578,synth_5643,synth_5591 -model=model_34351,Q - -// 41075 -[loc_41075] -hillskew=yes -active=no -recolhsl1s=9098 -recolhsl1d=25 -recolhsl2s=8846 -recolhsl2d=32 -recolhsl3s=8722 -recolhsl3d=38 -recolhsl4s=8598 -recolhsl4d=44 -recolhsl5s=8602 -recolhsl5d=50 -recolhsl6s=8478 -recolhsl6d=54 -model=model_37368 - -// 41076 -[loc_41076] -hillskew=yes -active=no -recolhsl1s=9098 -recolhsl1d=25 -recolhsl2s=8846 -recolhsl2d=32 -recolhsl3s=8722 -recolhsl3d=38 -recolhsl4s=8598 -recolhsl4d=44 -recolhsl5s=8602 -recolhsl5d=50 -recolhsl6s=8478 -recolhsl6d=54 -model=model_37462 - -// 41077 -[loc_41077] -blockwalk=yes -active=yes -op1=Crawl-through -contrast=25 -hillskew=yes -sharelight=yes -model=model_43860,1 -name=Granite wall - -// 41078 -[loc_41078] -sharelight=yes -op1=Climb-up -forceapproach=north -msi=msi_7 -recol1s=12578 -recol1d=9445 -recolhsl2s=7834 -recolhsl2d=5402 -recolhsl3s=7958 -recolhsl3d=5398 -recolhsl4s=6932 -recolhsl4d=5394 -recolhsl5s=6930 -recolhsl5d=5390 -model=model_11538 -name=Ladder - -// 41079 -[loc_41079] -sharelight=yes -op1=Climb-down -forceapproach=south -msi=msi_7 -recol1s=12578 -recol1d=9445 -recolhsl2s=7834 -recolhsl2d=5402 -recolhsl3s=7958 -recolhsl3d=5398 -recolhsl4s=6932 -recolhsl4d=5394 -recolhsl5s=6930 -recolhsl5d=5390 -model=model_11539 -name=Ladder - -// 41080 -[loc_41080] -length=2 -ambient=25 -contrast=15 -model=model_44385 -name=Cart - -// 41081 -[loc_41081] -width=2 -length=2 -model=model_44363 -name=Compost - -// 41082 -[loc_41082] -ambient=25 -contrast=15 -recolhsl1s=5408 -recolhsl1d=5400 -model=model_36774,1 -model=model_36767,2 -model=model_36790,3 -model=model_36782,4 -model=model_36788,5 - -// 41083 -[loc_41083] -active=no -contrast=15 -ambient=25 -blockwalk=yes -wallwidth=16 -blockrange=no -model=model_44398,1 -model=model_44401,2 -model=model_44404,5 - -// 41084 -[loc_41084] -active=no -ambient=25 -contrast=15 -blockwalk=yes -wallwidth=12 -model=model_44395,1 -model=model_44403,2 -model=model_44397,5 - -// 41085 -[loc_41085] -active=no -ambient=25 -contrast=15 -blockwalk=yes -wallwidth=12 -model=model_44358,1 -model=model_44377,2 -model=model_44384,3 -model=model_44356,5 - -// 41086 -[loc_41086] -active=no -ambient=25 -contrast=15 -blockwalk=yes -wallwidth=12 -model=model_44365,1 -model=model_44374,5 - -// 41087 -[loc_41087] -active=no -ambient=25 -contrast=15 -blockwalk=yes -wallwidth=12 -model=model_44380,1 - -// 41088 -[loc_41088] -active=no -ambient=25 -contrast=15 -blockwalk=yes -wallwidth=12 -model=model_44361,1 -model=model_44376,2 - -// 41089 -[loc_41089] -active=no -ambient=25 -contrast=15 -blockwalk=yes -wallwidth=12 -model=model_44396,1 - -// 41090 -[loc_41090] -active=no -ambient=25 -contrast=15 -blockwalk=yes -wallwidth=12 -model=model_44402,1 - -// 41091 -[loc_41091] -active=no -ambient=25 -contrast=15 -blockwalk=yes -wallwidth=12 -model=model_44391,1 - -// 41092 -[loc_41092] -active=no -ambient=25 -contrast=15 -blockwalk=yes -wallwidth=12 -model=model_44400,1 - -// 41093 -[loc_41093] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_44367,1 - -// 41094 -[loc_41094] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_44367,1 - -// 41095 -[loc_41095] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_44354,1 -model=model_44371,2 - -// 41096 -[loc_41096] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_44354,1 -model=model_44371,2 - -// 41097 -[loc_41097] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_44373,8 -model=model_44352,1 - -// 41098 -[loc_41098] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_44405,1 - -// 41099 -[loc_41099] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_44373,8 -model=model_44352,1 - -// 41100 -[loc_41100] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_44405,1 - -// 41101 -[loc_41101] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_44364,1 - -// 41102 -[loc_41102] -active=no -ambient=25 -contrast=15 -blockwalk=yes -mirror=yes -model=model_44364,1 - -// 41103 -[loc_41103] -width=2 -blockrange=no -recol1s=14560 -recol1d=8388 -model=model_1496 -name=Bench - -// 41104 -[loc_41104] -width=2 -blockrange=no -model=model_44372 -name=Counter - -// 41105 -[loc_41105] -width=2 -blockrange=no -model=model_44386 -name=Table - -// 41106 -[loc_41106] -blockrange=no -model=model_44370 -name=Table - -// 41107 -[loc_41107] -length=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=11524 -recol1d=5251 -recolhsl2s=6563 -recolhsl2d=5394 -recolhsl3s=6439 -recolhsl3d=5396 -recol4s=14695 -recol4d=8388 -recol5s=16809 -recol5d=9445 -model=model_14027 -name=Table - -// 41108 -[loc_41108] -length=2 -ambient=25 -contrast=25 -model=model_44392 -name=Washing basket - -// 41109 -[loc_41109] -ambient=25 -contrast=25 -model=model_44353 -name=Washing basket - -// 41110 -[loc_41110] -ambient=25 -contrast=25 -model=model_44379 -name=Washing - -// 41111 -[loc_41111] -ambient=25 -contrast=25 -model=model_44381 -name=Washing - -// 41112 -[loc_41112] -ambient=25 -contrast=25 -model=model_44383 -name=Washing - -// 41113 -[loc_41113] -width=3 -ambient=25 -contrast=25 -recol1s=13573 -recol1d=9445 -model=model_1296 -name=Tanning line - -// 41114 -[loc_41114] -model=model_44366 -name=Mangle - -// 41115 -[loc_41115] -ambient=7 -recol1s=20933 -recol1d=8388 -recol2s=7329 -recol2d=9445 -model=model_10089 -name=Stool - -// 41116 -[loc_41116] -ambient=25 -contrast=15 -blockrange=no -recol1s=9377 -recol1d=8388 -recol2s=10401 -recol2d=9445 -model=model_1170 -name=Chair - -// 41117 -[loc_41117] -ambient=25 -contrast=15 -blockrange=no -recol1s=9377 -recol1d=8388 -recol2s=10401 -recol2d=9445 -model=model_1242 -name=Smashed chair - -// 41118 -[loc_41118] -width=2 -length=3 -ambient=25 -contrast=15 -recol1s=5248 -recol1d=9445 -recolhsl2s=8076 -recolhsl2d=5402 -recol3s=8385 -recol3d=8388 -recolhsl4s=7830 -recolhsl4d=5398 -recolhsl5s=7706 -recolhsl5d=5394 -recol6s=11556 -recol6d=5251 -model=model_33861 -name=Cart - -// 41119 -[loc_41119] -width=2 -length=3 -ambient=25 -contrast=15 -recol1s=5248 -recol1d=9445 -recolhsl2s=8076 -recolhsl2d=5402 -recol3s=8385 -recol3d=8388 -recolhsl4s=7830 -recolhsl4d=5398 -recolhsl5s=7706 -recolhsl5d=5394 -recol6s=11556 -recol6d=5251 -model=model_1480 -name=Cart - -// 41120 -[loc_41120] -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=3 -blockrange=no -recol1s=13670 -recol1d=9445 -recol2s=12613 -recol2d=8388 -recolhsl3s=7582 -recolhsl3d=5398 -recol4s=8387 -recol4d=5251 -model=model_25041 -name=Rack - -// 41121 -[loc_41121] -width=2 -length=2 -op1=Climb-up -forceapproach=south -msi=msi_7 -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recol2s=22059 -recol2d=8388 -model=model_12552 -name=Staircase - -// 41122 -[loc_41122] -width=2 -length=2 -op1=Climb-down -forceapproach=north -msi=msi_7 -ambient=25 -contrast=15 -recol1s=14662 -recol1d=9445 -recol2s=22059 -recol2d=8388 -recol3s=6336 -recol3d=5251 -model=model_12559 -name=Staircase - -// 41123 -[loc_41123] -active=yes -op1=Open -raiseobject=no -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 41124 -[loc_41124] -active=yes -op1=Close -raiseobject=no -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 41125 -[loc_41125] -active=yes -op1=Open -raiseobject=no -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 41126 -[loc_41126] -active=yes -op1=Close -raiseobject=no -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 41127 -[loc_41127] -active=yes -op1=Open -raiseobject=no -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14660 -recol2d=8388 -recolhsl3s=6945 -recolhsl3d=5396 -recolhsl4s=6940 -recolhsl4d=5394 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 41128 -[loc_41128] -active=yes -op1=Close -raiseobject=no -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14660 -recol2d=8388 -recolhsl3s=6945 -recolhsl3d=5396 -recolhsl4s=6940 -recolhsl4d=5394 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 41129 -[loc_41129] -active=yes -op1=Open -raiseobject=no -recol1s=12512 -recol1d=9445 -recol2s=14660 -recol2d=8388 -recolhsl3s=6945 -recolhsl3d=5396 -recolhsl4s=6940 -recolhsl4d=5394 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 41130 -[loc_41130] -active=yes -op1=Close -raiseobject=no -recol1s=12512 -recol1d=9445 -recol2s=14660 -recol2d=8388 -recolhsl3s=6945 -recolhsl3d=5396 -recolhsl4s=6940 -recolhsl4d=5394 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 41131 -[loc_41131] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -recol1s=14626 -recol1d=9445 -recolhsl2s=6940 -recolhsl2d=5402 -recol3s=13602 -recol3d=8388 -recolhsl4s=6697 -recolhsl4d=5398 -recolhsl5s=4762 -recolhsl5d=5394 -recol6s=12515 -recol6d=5251 -model=model_639,1 -name=Large door - -// 41132 -[loc_41132] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -recol1s=14626 -recol1d=9445 -recolhsl2s=6940 -recolhsl2d=5402 -recol3s=13602 -recol3d=8388 -recolhsl4s=6697 -recolhsl4d=5398 -recolhsl5s=4762 -recolhsl5d=5394 -recol6s=12515 -recol6d=5251 -model=model_639,1 -name=Large door - -// 41133 -[loc_41133] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=14626 -recol1d=9445 -recolhsl2s=6940 -recolhsl2d=5402 -recol3s=13602 -recol3d=8388 -recolhsl4s=6697 -recolhsl4d=5398 -recolhsl5s=4762 -recolhsl5d=5394 -recol6s=12515 -recol6d=5251 -model=model_639,1 -name=Large door - -// 41134 -[loc_41134] -op1=Close -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -recol1s=14626 -recol1d=9445 -recolhsl2s=6940 -recolhsl2d=5402 -recol3s=13602 -recol3d=8388 -recolhsl4s=6697 -recolhsl4d=5398 -recolhsl5s=4762 -recolhsl5d=5394 -recol6s=12515 -recol6d=5251 -model=model_639,1 -name=Large door - -// 41135 -[loc_41135] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -model=model_27233,1 -model=model_35668,2 -model=model_35669,4 -model=model_35670,5 - -// 41136 -[loc_41136] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -model=model_44357 - -// 41137 -[loc_41137] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -blockrange=no -model=model_44357 - -// 41138 -[loc_41138] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -blockrange=no -model=model_44389 - -// 41139 -[loc_41139] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=20 -blockwalk=yes -mirror=yes -blockrange=no -model=model_44389 - -// 41140 -[loc_41140] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -model=model_37644,1 - -// 41141 -[loc_41141] -sharelight=yes -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -blockrange=no -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -model=model_37736,1 - -// 41142 -[loc_41142] -active=yes -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -model=model_44355,1 -name=Door - -// 41143 -[loc_41143] -active=yes -mirror=yes -recolhsl1s=10388 -recolhsl1d=10261 -recolhsl2s=10392 -recolhsl2d=10264 -recolhsl3s=10508 -recolhsl3d=10252 -model=model_44355,1 -name=Door - -// 41144 -[loc_41144] -active=no -sharelight=yes -recol1s=13603 -recol1d=9445 -model=model_2186 - -// 41145 -[loc_41145] -active=no -sharelight=yes -recol1s=13603 -recol1d=9445 -model=model_2180 - -// 41146 -[loc_41146] -active=no -sharelight=yes -recol1s=13603 -recol1d=9445 -model=model_2196 - -// 41147 -[loc_41147] -active=no -ambient=25 -recolhsl1s=6682 -recolhsl1d=7460 -recolhsl2s=7706 -recolhsl2d=7454 -model=model_44360,Q - -// 41148 -[loc_41148] -active=no -ambient=25 -recolhsl1s=6682 -recolhsl1d=7460 -recolhsl2s=7706 -recolhsl2d=7454 -model=model_44393,Q - -// 41149 -[loc_41149] -active=no -ambient=25 -mirror=yes -recolhsl1s=6682 -recolhsl1d=7460 -recolhsl2s=7706 -recolhsl2d=7454 -model=model_44360,Q - -// 41150 -[loc_41150] -active=no -ambient=25 -recolhsl1s=6682 -recolhsl1d=7460 -recolhsl2s=7706 -recolhsl2d=7454 -model=model_44368,Q - -// 41151 -[loc_41151] -active=no -ambient=25 -mirror=yes -recolhsl1s=6682 -recolhsl1d=7460 -recolhsl2s=7706 -recolhsl2d=7454 -model=model_44368,Q - -// 41152 -[loc_41152] -active=no -ambient=25 -recolhsl1s=6682 -recolhsl1d=7460 -recolhsl2s=7706 -recolhsl2d=7454 -model=model_44378,Q - -// 41153 -[loc_41153] -active=no -ambient=25 -recolhsl1s=6682 -recolhsl1d=7460 -recolhsl2s=7706 -recolhsl2d=7454 -model=model_44390,Q - -// 41154 -[loc_41154] -active=no -recol1s=29424 -recol1d=9445 -recol2s=22059 -recol2d=8388 -recolhsl3s=5545 -recolhsl3d=5398 -model=model_12604,0 - -// 41155 -[loc_41155] -active=no -ambient=25 -contrast=10 -recol1s=10501 -recol1d=9445 -recolhsl2s=6550 -recolhsl2d=5398 -recolhsl3s=6798 -recolhsl3d=5394 -model=model_19312,0 - -// 41156 -[loc_41156] -active=no -ambient=25 -contrast=10 -recol1s=10501 -recol1d=9445 -recolhsl2s=6550 -recolhsl2d=5398 -recolhsl3s=6798 -recolhsl3d=5394 -model=model_19313,0 - -// 41157 -[loc_41157] -ambient=5 -contrast=15 -hillskew=yes -model=model_44369,0 - -// 41158 -[loc_41158] -sharelight=yes -ambient=25 -contrast=25 -retex1s=material_2 -retex1d=material_23 -model=model_44399,A -model=model_44406,Z - -// 41159 -[loc_41159] -sharelight=yes -ambient=25 -contrast=25 -mirror=yes -retex1s=material_2 -retex1d=material_23 -model=model_44399,A -model=model_44406,Z - -// 41160 -[loc_41160] -op1=Look-at -op2=Search -forceapproach=north -width=3 -length=3 -anim=seq_10750 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44496 -model2=model_44493 -model3=model_44497 -model4=model_44495 -name=Mysterious stone - -// 41161 -[loc_41161] -op1=Look-at -op2=Search -forceapproach=north -width=3 -length=3 -anim=seq_10750 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44496 -model2=model_44493 -model3=model_44495 -name=Mysterious stone - -// 41162 -[loc_41162] -op1=Look-at -op2=Search -forceapproach=north -width=3 -length=3 -anim=seq_10750 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44496 -model2=model_44493 -model3=model_44497 -model4=model_44495 -name=Stone of Jas - -// 41163 -[loc_41163] -op1=Look-at -op2=Search -forceapproach=north -width=3 -length=3 -anim=seq_10750 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44496 -model2=model_44493 -model3=model_44495 -name=Stone of Jas - -// 41164 -[loc_41164] -blockwalk=yes -width=3 -length=3 -anim=seq_10874 -contrast=15 -ambient=25 -model=model_44496 -model2=model_44493 -model3=model_44498 -name=Stone of Jas - -// 41165 -[loc_41165] -active=yes -blockwalk=yes -op1=Climb-up -contrast=15 -ambient=25 -sharelight=yes -offsety=120 -hardshadow=no -msi=msi_7 -model=model_44091,1 -name=Ice wall - -// 41166 -[loc_41166] -anim=seq_10757 -contrast=15 -ambient=25 -model=model_28462 -model2=model_28461 -name=Gas cloud - -// 41167 -[loc_41167] -op1=Talk-to -length=2 -anim=seq_10768 -ambient=25 -contrast=15 -active=yes -model=model_43604 -name=Wounded guardian - -// 41168 -[loc_41168] -length=2 -anim=seq_10975 -ambient=25 -contrast=15 -active=yes -model=model_43604 -name=Unconscious guardian - -// 41169 -[loc_41169] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_43701,1 - -// 41170 -[loc_41170] -ambient=25 -contrast=10 -unknown90=yes -recolhsl1s=24 -recolhsl1d=14 -recol2s=8456 -recol2d=5285 -model=model_26562,0 - -// 41171 -[loc_41171] -ambient=25 -contrast=10 -unknown90=yes -recolhsl1s=24 -recolhsl1d=14 -recol2s=8456 -recol2d=5285 -model=model_26564,0 - -// 41172 -[loc_41172] -ambient=25 -contrast=10 -unknown90=yes -recolhsl1s=24 -recolhsl1d=14 -recol2s=8456 -recol2d=5285 -model=model_26563,0 - -// 41173 -[loc_41173] -active=no -anim=seq_3107 -ambient=25 -contrast=15 -model=model_43726 - -// 41174 -[loc_41174] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -model=model_43725,1 -name=Large door - -// 41175 -[loc_41175] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_43725,1 -name=Large door - -// 41176 -[loc_41176] -op1=Open -raiseobject=no -ambient=25 -contrast=25 -active=no -model=model_43725,1 - -// 41177 -[loc_41177] -op1=Open -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -active=no -model=model_43725,1 - -// 41178 -[loc_41178] -op1=Close -raiseobject=no -ambient=25 -contrast=25 -model=model_43725,1 -name=Large door - -// 41179 -[loc_41179] -op1=Close -mirror=yes -raiseobject=no -ambient=25 -contrast=25 -model=model_43725,1 -name=Large door - -// 41180 -[loc_41180] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43942,1 -model=model_44018,2 - -// 41181 -[loc_41181] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43970,1 - -// 41182 -[loc_41182] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43941,1 -model=model_43961,2 - -// 41183 -[loc_41183] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -mirror=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43942,1 -model=model_44018,2 - -// 41184 -[loc_41184] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=12580 -recol1d=7330 -model=model_44057 - -// 41185 -[loc_41185] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6672 -recolhsl3s=6026 -recolhsl3d=6669 -recolhsl4s=5000 -recolhsl4d=6665 -recolhsl5s=3845 -recolhsl5d=6662 -model=model_43949 - -// 41186 -[loc_41186] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6672 -recolhsl3s=6026 -recolhsl3d=6669 -recolhsl4s=5000 -recolhsl4d=6665 -recolhsl5s=3845 -recolhsl5d=6662 -model=model_43983 - -// 41187 -[loc_41187] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=7296 -recol1d=7330 -recolhsl2s=7052 -recolhsl2d=6672 -recolhsl3s=6026 -recolhsl3d=6669 -recolhsl4s=5000 -recolhsl4d=6665 -recolhsl5s=3845 -recolhsl5d=6662 -model=model_44031 - -// 41188 -[loc_41188] -active=no -ambient=20 -contrast=15 -hillskew=yes -recol1s=6374 -recol1d=0 -model=model_33973 - -// 41189 -[loc_41189] -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -unknown90=yes -model=model_44058,0 - -// 41190 -[loc_41190] -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -unknown90=yes -model=model_43962,0 - -// 41191 -[loc_41191] -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -unknown90=yes -model=model_44007,0 - -// 41192 -[loc_41192] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=5541 -recol1d=6622 -recol2s=6689 -recol2d=6554 -recol3s=5692 -recol3d=5560 -recol4s=5904 -recol4d=6546 -recol5s=5784 -recol5d=5554 -model=model_8232 -name=Barrel - -// 41193 -[loc_41193] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=5541 -recol1d=6622 -recol2s=6689 -recol2d=6554 -recol3s=5692 -recol3d=5560 -recol4s=5904 -recol4d=6546 -recol5s=5784 -recol5d=5554 -model=model_14087 -name=Barrel - -// 41194 -[loc_41194] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=6563 -recolhsl1d=5535 -recolhsl2s=6806 -recolhsl2d=5519 -recolhsl3s=6682 -recolhsl3d=5523 -recolhsl4s=6443 -recolhsl4d=5528 -recolhsl5s=6439 -recolhsl5d=5530 -recolhsl6s=6558 -recolhsl6d=5531 -model=model_7685 -name=Crate - -// 41195 -[loc_41195] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=6563 -recolhsl1d=5535 -recolhsl2s=6806 -recolhsl2d=5519 -recolhsl3s=6682 -recolhsl3d=5523 -recolhsl4s=6443 -recolhsl4d=5528 -recolhsl5s=6439 -recolhsl5d=5530 -recolhsl6s=6558 -recolhsl6d=5531 -model=model_7700 -name=Crate - -// 41196 -[loc_41196] -width=2 -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=14695 -recol1d=13605 -recol2s=16809 -recol2d=10468 -recolhsl3s=6563 -recolhsl3d=5528 -recolhsl4s=6439 -recolhsl4d=5525 -model=model_14827 -name=Table - -// 41197 -[loc_41197] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=7329 -recol1d=10468 -recolhsl2s=6707 -recolhsl2d=5525 -model=model_10089 -name=Stool - -// 41198 -[loc_41198] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44011 -name=Bookcase - -// 41199 -[loc_41199] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_43982 -name=Bookcase - -// 41200 -[loc_41200] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44039 -name=Bookcase - -// 41201 -[loc_41201] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44026 -name=Bookcase - -// 41202 -[loc_41202] -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_43986 -name=Bookcase - -// 41203 -[loc_41203] -length=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_44028 -name=Trapdoor - -// 41204 -[loc_41204] -length=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43959 -name=Trapdoor - -// 41205 -[loc_41205] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12125,0 - -// 41206 -[loc_41206] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12126,0 - -// 41207 -[loc_41207] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12127,0 - -// 41208 -[loc_41208] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12128,0 - -// 41209 -[loc_41209] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12129,0 - -// 41210 -[loc_41210] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12130,0 - -// 41211 -[loc_41211] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -recol1s=11594 -recol1d=9409 -recol2s=8423 -recol2d=9409 -recol3s=10537 -recol3d=9409 -recol4s=9480 -recol4d=9409 -model=model_12131,0 - -// 41212 -[loc_41212] -active=no -blockwalk=no -msi=msi_7 -model=model_596,0 - -// 41213 -[loc_41213] -shadow=no -model=model_33304,1 - -// 41214 -[loc_41214] -active=yes -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43985,1 -name=Tunnel - -// 41215 -[loc_41215] -ambient=20 -contrast=15 -blockwalk=yes -model=model_44030 -name=Desk - -// 41216 -[loc_41216] -length=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43889 -model2=model_43890 -name=Desk - -// 41217 -[loc_41217] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_44021 -name=Books - -// 41218 -[loc_41218] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_44049 -name=Books - -// 41219 -[loc_41219] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_44010 -name=Books - -// 41220 -[loc_41220] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -model=model_44054,1 - -// 41221 -[loc_41221] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=no -mirror=yes -model=model_44054,1 - -// 41222 -[loc_41222] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -model=model_43988,1 -model=model_44037,4 - -// 41223 -[loc_41223] -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44183 -name=Bookcase - -// 41224 -[loc_41224] -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44177 -name=Bookcase - -// 41225 -[loc_41225] -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44180 -name=Bookcase - -// 41226 -[loc_41226] -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_44181 -name=Bookcase - -// 41227 -[loc_41227] -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_43952 -name=Bookcase - -// 41228 -[loc_41228] -width=3 -ambient=20 -contrast=15 -blockwalk=yes -recolhsl1s=5904 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=3974 -recolhsl3d=5520 -recol4s=9377 -recol4d=10468 -recol5s=11491 -recol5d=7331 -recolhsl6s=6930 -recolhsl6d=5540 -model=model_43995 -name=Bookcase - -// 41229 -[loc_41229] -active=yes -ambient=20 -contrast=15 -blockwalk=no -forcedecor=yes -model=model_44017,Q -name=Painting - -// 41230 -[loc_41230] -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -model=model_44044 -name=Broken furnace - -// 41231 -[loc_41231] -hillskew=yes -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=5660 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=5908 -recolhsl3d=5522 -model=model_43955 -name=Drawers - -// 41232 -[loc_41232] -hillskew=yes -blockwalk=yes -ambient=20 -contrast=15 -recolhsl1s=5660 -recolhsl1d=5535 -recolhsl2s=4750 -recolhsl2d=5527 -recolhsl3s=5908 -recolhsl3d=5522 -model=model_43963 -name=Drawers - -// 41233 -[loc_41233] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43981 - -// 41234 -[loc_41234] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43965 - -// 41235 -[loc_41235] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_44041,1 -model=model_44014,2 -model=model_43933,5 - -// 41236 -[loc_41236] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_44008,1 -model=model_43945,5 - -// 41237 -[loc_41237] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43984,1 - -// 41238 -[loc_41238] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_44042,1 - -// 41239 -[loc_41239] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43967,1 - -// 41240 -[loc_41240] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -mirror=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43967,1 - -// 41241 -[loc_41241] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43975,1 -model=model_44004,5 - -// 41242 -[loc_41242] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_44005,1 -model=model_44036,2 -model=model_43990,5 - -// 41243 -[loc_41243] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_43991,1 -model=model_43992,5 - -// 41244 -[loc_41244] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_44015,1 - -// 41245 -[loc_41245] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -mirror=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_44015,1 - -// 41246 -[loc_41246] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5535 -recolhsl2s=5660 -recolhsl2d=5523 -recolhsl3s=5541 -recolhsl3d=5528 -model=model_44034 - -// 41247 -[loc_41247] -length=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43973 -name=Bed - -// 41248 -[loc_41248] -length=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43948 -name=Bed - -// 41249 -[loc_41249] -length=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43951 -name=Bed - -// 41250 -[loc_41250] -length=2 -ambient=20 -contrast=15 -blockwalk=yes -model=model_43947 -name=Bed - -// 41251 -[loc_41251] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_27233,1 -model=model_35668,2 -model=model_35669,4 -model=model_35670,5 - -// 41252 -[loc_41252] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_35667,1 - -// 41253 -[loc_41253] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_37644,1 - -// 41254 -[loc_41254] -active=no -ambient=20 -contrast=15 -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_37736,1 - -// 41255 -[loc_41255] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5421 -recolhsl1d=5530 -recolhsl2s=5660 -recolhsl2d=5521 -recolhsl3s=5541 -recolhsl3d=5526 -recolhsl4s=10388 -recolhsl4d=5396 -recolhsl5s=10508 -recolhsl5d=5387 -recol6s=7397 -recol6d=8388 -model=model_43935,1 - -// 41256 -[loc_41256] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -mirror=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -recolhsl4s=10388 -recolhsl4d=5396 -recolhsl5s=10508 -recolhsl5d=5387 -recol6s=7397 -recol6d=8388 -model=model_43935,1 - -// 41257 -[loc_41257] -active=no -contrast=25 -ambient=30 -recol1s=6340 -recol1d=8388 -recolhsl2s=10396 -recolhsl2d=5407 -recolhsl3s=10512 -recolhsl3d=5393 -recolhsl4s=10392 -recolhsl4d=5403 -recol5s=4226 -recol5d=4194 -model=model_27393,Q - -// 41258 -[loc_41258] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -model=model_43989,1 -model=model_43979,2 - -// 41259 -[loc_41259] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5560 -recolhsl1d=5532 -recol2s=15719 -recol2d=7331 -model=model_44032,1 - -// 41260 -[loc_41260] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recolhsl1s=5560 -recolhsl1d=5532 -recol2s=15719 -recol2d=7331 -model=model_44024,1 - -// 41261 -[loc_41261] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recol1s=15719 -recol1d=7331 -model=model_44019,1 - -// 41262 -[loc_41262] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -model=model_43960 - -// 41263 -[loc_41263] -active=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -mirror=yes -recol1s=15719 -recol1d=11490 -recol2s=13605 -recol2d=10434 -recol3s=11491 -recol3d=9377 -model=model_43960 - -// 41264 -[loc_41264] -length=2 -ambient=20 -contrast=15 -blockwalk=yes -forceapproach=east -bgsound=synth_2199,5 -recolhsl1s=28 -recolhsl1d=5397 -recolhsl2s=45 -recolhsl2d=5406 -recolhsl3s=37 -recolhsl3d=5399 -model=model_12616 -name=Range - -// 41265 -[loc_41265] -length=2 -width=2 -ambient=20 -contrast=15 -blockwalk=yes -recol1s=22059 -recol1d=10468 -recol2s=14662 -recol2d=7331 -recolhsl3s=6682 -recolhsl3d=5520 -model=model_12502 -name=Larder - -// 41266 -[loc_41266] -ambient=20 -contrast=15 -blockwalk=yes -recol1s=5541 -recol1d=6622 -recol2s=6689 -recol2d=6554 -recol3s=5692 -recol3d=5560 -recol4s=5904 -recol4d=6546 -recol5s=5784 -recol5d=5554 -recolhsl6s=2995 -recolhsl6d=34920 -model=model_17300 -name=Barrel - -// 41267 -[loc_41267] -op1=Look-at -op2=Search -width=3 -ambient=25 -contrast=15 -blockrange=no -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_44313 -model2=model_44338 -name=Study desk - -// 41268 -[loc_41268] -op1=Look-at -op2=Search -width=3 -ambient=25 -contrast=15 -blockrange=no -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_44313 -model2=model_44327 -name=Study desk - -// 41269 -[loc_41269] -op1=Open -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=5412 -recolhsl1d=7580 -recolhsl2s=5408 -recolhsl2d=7577 -recolhsl3s=5404 -recolhsl3d=7573 -recolhsl4s=5400 -recolhsl4d=7570 -recolhsl5s=5396 -recolhsl5d=7564 -recolhsl6s=5427 -recolhsl6d=7564 -model=model_36438 -name=Wardrobe - -// 41270 -[loc_41270] -op2=Search -op3=Close -blockwalk=yes -ambient=25 -contrast=15 -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_44300 -name=Wardrobe - -// 41271 -[loc_41271] -active=yes -op1=Look-at -op2=Search -ambient=25 -contrast=15 -model=model_44305,8 -model=model_44337,Q -name=Key rack - -// 41272 -[loc_41272] -active=yes -op1=Look-at -ambient=25 -contrast=15 -model=model_44311,Q -name=Key rack - -// 41273 -[loc_41273] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_44253,1 -name=Solid black door - -// 41274 -[loc_41274] -op1=Open -raiseobject=no -ambient=25 -contrast=15 -model=model_44253,1 -name=Solid black door - -// 41275 -[loc_41275] -raiseobject=no -ambient=25 -contrast=15 -model=model_44253,1 - -// 41276 -[loc_41276] -op1=Open -active=yes -raiseobject=no -raiseobject=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_27252,1 -name=Cell door - -// 41277 -[loc_41277] -active=yes -raiseobject=no -raiseobject=no -ambient=20 -contrast=15 -hillskew=yes -blockwalk=yes -blockrange=no -recol1s=7397 -recol1d=8388 -recolhsl2s=10388 -recolhsl2d=5396 -recol3s=5283 -recol3d=5251 -recolhsl4s=10508 -recolhsl4d=5387 -model=model_27252,1 -name=Cell oor - -// 41278 -[loc_41278] -active=yes -blockwalk=yes -op1=Look-at -op2=Search -width=2 -ambient=25 -blockrange=no -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_44317 -model2=model_44345 -name=Desk - -// 41279 -[loc_41279] -blockwalk=yes -active=yes -op1=Look-at -op2=Search -width=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_44317 -model2=model_44298 -name=Desk - -// 41280 -[loc_41280] -blockwalk=yes -active=yes -op1=Look-at -op2=Search -width=2 -ambient=25 -contrast=15 -blockrange=no -recol1s=12581 -recol1d=7329 -recol2s=14695 -recol2d=9443 -recol3s=13638 -recol3d=8386 -recolhsl4s=6558 -recolhsl4d=7949 -recol5s=10467 -recol5d=5216 -recol6s=9410 -recol6d=5216 -model=model_44317 -name=Desk - -// 41281 -[loc_41281] -forceapproach=south -op1=Climb-up -active=yes -msi=msi_7 -sharelight=yes -model=model_1208 -name=Ladder - -// 41282 -[loc_41282] -forceapproach=south -op1=Climb-down -active=yes -msi=msi_7 -model=model_1215 -name=Ladder - -// 41283 -[loc_41283] -forceapproach=east -op1=Open -ambient=25 -contrast=15 -recolhsl1s=5412 -recolhsl1d=7580 -recolhsl2s=5408 -recolhsl2d=7577 -recolhsl3s=5404 -recolhsl3d=7573 -recolhsl4s=5400 -recolhsl4d=7570 -recolhsl5s=5396 -recolhsl5d=7564 -recolhsl6s=5427 -recolhsl6d=7564 -model=model_36438 -name=Wardrobe - -// 41284 -[loc_41284] -forceapproach=east -op2=Search -op3=Close -ambient=25 -contrast=15 -model=model_44303 -name=Wardrobe - -// 41285 -[loc_41285] -op2=Search -op3=Close -ambient=25 -contrast=15 -model=model_44333 -name=Wardrobe - -// 41286 -[loc_41286] -ambient=25 -contrast=15 -recol1s=29489 -recol1d=27410 -recolhsl2s=7384 -recolhsl2d=7358 -model=model_36417,Q - -// 41287 -[loc_41287] -ambient=25 -contrast=15 -recol1s=8579 -recol1d=27410 -recolhsl2s=14521 -recolhsl2d=7368 -recol3s=25298 -recol3d=21070 -recol4s=25264 -recol4d=20012 -recolhsl5s=6476 -recolhsl5d=7382 -recolhsl6s=43297 -recolhsl6d=7329 -model=model_16113,Q - -// 41288 -[loc_41288] -ambient=25 -contrast=15 -recol1s=26253 -recol1d=27410 -recolhsl2s=6602 -recolhsl2d=7374 -recol3s=25163 -recol3d=21070 -recolhsl4s=5435 -recolhsl4d=7352 -recolhsl5s=0 -recolhsl5d=7358 -model=model_43711,Q - -// 41289 -[loc_41289] -length=2 -width=2 -blockwalk=yes -blockrange=no -recol1s=9348 -recol1d=17860 -recol2s=8291 -recol2d=14724 -recol3s=7267 -recol3d=13667 -recol4s=23208 -recol4d=8291 -recol5s=16836 -recol5d=8291 -model=model_43710 -name=Table - -// 41290 -[loc_41290] -width=2 -op2=Climb-down -recol1s=12685 -recol1d=5284 -recol2s=13742 -recol2d=6341 -recol3s=14799 -recol3d=7398 -recol4s=25434 -recol4d=8455 -recolhsl5s=32887 -recolhsl5d=10274 -retex1s=material_407 -retex1d=material_180 -retex2s=material_502 -retex2d=material_180 -model=model_27919 -name=Rock - -// 41291 -[loc_41291] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_37644,1 - -// 41292 -[loc_41292] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_37736,1 - -// 41293 -[loc_41293] -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -model=model_27233,1 -model=model_35668,2 -model=model_35669,4 -model=model_35670,5 - -// 41294 -[loc_41294] -active=yes -length=2 -ambient=20 -contrast=15 -blockwalk=yes -multivar=varplayerbit_1982 -multiloc=0,loc_41203 -multiloc=1,loc_41204 - -// 41295 -[loc_41295] -blockwalk=yes -width=3 -active=yes -multivar=varplayerbit_5625 -multiloc=0,loc_41267 -multiloc=1,loc_41268 - -// 41296 -[loc_41296] -blockwalk=yes -active=yes -multivar=varplayerbit_5557 -multiloc=0,loc_41271 -multiloc=1,loc_41272 - -// 41297 -[loc_41297] -active=yes -blockwalk=yes -width=2 -blockrange=no -multivar=varplayerbit_5559 -multiloc=0,loc_41278 -multiloc=1,loc_41279 - -// 41298 -[loc_41298] -active=yes -blockwalk=yes -blockrange=no -multivar=varplayerbit_5560 -multiloc=0,loc_41283 -multiloc=1,loc_41285 -multiloc=2,loc_41284 - -// 41299 -[loc_41299] -active=yes -contrast=25 -blockwalk=yes -width=3 -length=3 -forceapproach=north -multivar=varplayerbit_5616 -multiloc=0,loc_40840 -multiloc=1,loc_40841 -multiloc=2,loc_40842 -multiloc=3,loc_40843 -multiloc=4,loc_40844 -multiloc=5,loc_40845 -multiloc=6,loc_40846 -multiloc=7,loc_40847 -multiloc=8,loc_40848 - -// 41300 -[loc_41300] -blockwalk=yes -active=yes -blockrange=no -multivar=varplayerbit_5573 -multiloc=0,loc_40850 -multiloc=1,loc_40851 -multiloc=2,loc_40852 -multiloc=3,loc_40853 -multiloc=4,loc_40854 -multiloc=5,loc_40855 -multiloc=6,loc_40856 -multiloc=7,loc_40857 -multiloc=8,loc_40858 -multiloc=9,loc_40859 -multiloc=10,loc_40860 -multiloc=11,loc_40861 -multiloc=12,loc_40862 -multiloc=13,loc_40863 -multiloc=14,loc_40864 -multiloc=15,loc_40865 - -// 41301 -[loc_41301] -active=yes -sharelight=yes -width=9 -length=2 -multivar=varplayerbit_5534 -multiloc=1,loc_40867 - -// 41302 -[loc_41302] -active=yes -sharelight=yes -width=9 -length=2 -multivar=varplayerbit_5534 -multiloc=1,loc_40868 - -// 41303 -[loc_41303] -active=yes -sharelight=yes -width=9 -length=2 -multivar=varplayerbit_5534 -multiloc=1,loc_40869 - -// 41304 -[loc_41304] -active=yes -multivar=varplayerbit_5511 -multiloc=0,loc_40895 -multiloc=1,loc_40896 -multiloc=2,loc_40897 -multiloc=3,loc_40898 - -// 41305 -[loc_41305] -active=no -multivar=varplayerbit_5511 -multiloc=3,loc_40899 - -// 41306 -[loc_41306] -blockwalk=yes -active=yes -multivar=varplayerbit_5617 -multiloc=0,loc_40906 -multiloc=1,loc_40909 -multiloc=2,loc_40910 -multiloc=3,loc_40912 -multiloc=4,loc_40913 -multiloc=5,loc_40911 - -// 41307 -[loc_41307] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5513 -multiloc=0,loc_40918 -multiloc=1,loc_40914 - -// 41308 -[loc_41308] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5513 -multiloc=0,loc_40919 -multiloc=1,loc_40915 - -// 41309 -[loc_41309] -anim=seq_10908 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5513 -multiloc=0,loc_40920 -multiloc=1,loc_40916 - -// 41310 -[loc_41310] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5513 -multiloc=0,loc_40921 -multiloc=1,loc_40917 - -// 41311 -[loc_41311] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5514 -multiloc=0,loc_40918 -multiloc=1,loc_40914 - -// 41312 -[loc_41312] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5514 -multiloc=0,loc_40919 -multiloc=1,loc_40915 - -// 41313 -[loc_41313] -anim=seq_10908 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5514 -multiloc=0,loc_40920 -multiloc=1,loc_40916 - -// 41314 -[loc_41314] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5514 -multiloc=0,loc_40921 -multiloc=1,loc_40917 - -// 41315 -[loc_41315] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5515 -multiloc=0,loc_40918 -multiloc=1,loc_40914 - -// 41316 -[loc_41316] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5515 -multiloc=0,loc_40919 -multiloc=1,loc_40915 - -// 41317 -[loc_41317] -anim=seq_10908 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5515 -multiloc=0,loc_40920 -multiloc=1,loc_40916 - -// 41318 -[loc_41318] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5515 -multiloc=0,loc_40921 -multiloc=1,loc_40917 - -// 41319 -[loc_41319] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5516 -multiloc=0,loc_40918 -multiloc=1,loc_40914 - -// 41320 -[loc_41320] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5516 -multiloc=0,loc_40919 -multiloc=1,loc_40915 - -// 41321 -[loc_41321] -anim=seq_10908 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5516 -multiloc=0,loc_40920 -multiloc=1,loc_40916 - -// 41322 -[loc_41322] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5516 -multiloc=0,loc_40921 -multiloc=1,loc_40917 - -// 41323 -[loc_41323] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5517 -multiloc=0,loc_40918 -multiloc=1,loc_40914 - -// 41324 -[loc_41324] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5517 -multiloc=0,loc_40919 -multiloc=1,loc_40915 - -// 41325 -[loc_41325] -anim=seq_10908 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5517 -multiloc=0,loc_40920 -multiloc=1,loc_40916 - -// 41326 -[loc_41326] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5517 -multiloc=0,loc_40921 -multiloc=1,loc_40917 - -// 41327 -[loc_41327] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5518 -multiloc=0,loc_40918 -multiloc=1,loc_40914 - -// 41328 -[loc_41328] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5518 -multiloc=0,loc_40919 -multiloc=1,loc_40915 - -// 41329 -[loc_41329] -anim=seq_10908 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5518 -multiloc=0,loc_40920 -multiloc=1,loc_40916 - -// 41330 -[loc_41330] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5518 -multiloc=0,loc_40921 -multiloc=1,loc_40917 - -// 41331 -[loc_41331] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5519 -multiloc=0,loc_40918 -multiloc=1,loc_40914 - -// 41332 -[loc_41332] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5519 -multiloc=0,loc_40919 -multiloc=1,loc_40915 - -// 41333 -[loc_41333] -anim=seq_10908 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5519 -multiloc=0,loc_40920 -multiloc=1,loc_40916 - -// 41334 -[loc_41334] -anim=seq_10909 -active=yes -forcedecor=yes -contrast=15 -hillskew=yes -blockwalk=no -unknown90=yes -multivar=varplayerbit_5519 -multiloc=0,loc_40921 -multiloc=1,loc_40917 - -// 41335 -[loc_41335] -blockwalk=yes -active=yes -anim=seq_10967 -multivar=varplayerbit_5610 -multiloc=0,loc_40929 -multiloc=1,loc_40930 - -// 41336 -[loc_41336] -active=yes -forcedecor=yes -blockrange=no -multivar=varplayerbit_5523 -multiloc=0,loc_40989 -multiloc=1,loc_40988 -multiloc=2,loc_40987 -multiloc=3,loc_40986 - -// 41337 -[loc_41337] -active=yes -ambient=20 -contrast=15 -sharelight=yes -hillskew=yes -multivar=varplayerbit_5545 -multiloc=0,loc_40992 -multiloc=1,loc_40993 - -// 41338 -[loc_41338] -active=yes -blockwalk=yes -multivar=varplayerbit_5551 -multiloc=0,loc_40994 -multiloc=1,loc_40995 -multiloc=2,loc_40996 - -// 41339 -[loc_41339] -blockwalk=yes -width=2 -length=2 -active=yes -multivar=varplayerbit_5533 -multiloc=0,loc_41016 -multiloc=1,loc_41017 -multiloc=2,loc_41018 - -// 41340 -[loc_41340] -active=yes -blockwalk=yes -multivar=varplayerbit_5563 -multiloc=0,loc_41023 -multiloc=1,loc_41025 - -// 41341 -[loc_41341] -active=yes -blockwalk=yes -multivar=varplayerbit_5563 -multiloc=0,loc_41023 -multiloc=1,loc_41026 - -// 41342 -[loc_41342] -active=yes -blockwalk=yes -multivar=varplayerbit_5563 -multiloc=0,loc_41023 -multiloc=1,loc_41027 - -// 41343 -[loc_41343] -active=yes -blockwalk=yes -multivar=varplayerbit_5563 -multiloc=0,loc_41023 -multiloc=1,loc_41028 - -// 41344 -[loc_41344] -active=yes -blockwalk=yes -multivar=varplayerbit_5563 -multiloc=0,loc_41023 -multiloc=1,loc_41029 - -// 41345 -[loc_41345] -active=yes -blockwalk=yes -multivar=varplayerbit_5563 -multiloc=0,loc_41023 -multiloc=1,loc_41030 - -// 41346 -[loc_41346] -width=2 -blockwalk=yes -anim=seq_10864 -randomanimframe=no -multivar=varplayerbit_5564 -multiloc=1,loc_41065 - -// 41347 -[loc_41347] -blockwalk=yes -anim=seq_10863 -randomanimframe=no -multivar=varplayerbit_5564 -multiloc=1,loc_41066 - -// 41348 -[loc_41348] -blockwalk=yes -anim=seq_10862 -randomanimframe=no -multivar=varplayerbit_5564 -multiloc=1,loc_41067 - -// 41349 -[loc_41349] -active=yes -blockwalk=yes -op4=Dismantle -contrast=25 -ambient=15 -model=model_44782,0 -name=Collapsed trap - -// 41350 -[loc_41350] -forcedecor=yes -blockwalk=yes -active=yes -multivar=varplayerbit_5615 -multiloc=0,loc_41351 -multiloc=1,loc_41352 -multiloc=2,loc_41353 -multiloc=3,loc_41351 -multiloc=4,loc_41349 - -// 41351 -[loc_41351] -active=yes -op3=Trap -forcedecor=yes -contrast=25 -ambient=15 -model=model_44780,8 -model=model_44779,0 -name=Pit - -// 41352 -[loc_41352] -active=yes -forcedecor=yes -contrast=25 -ambient=15 -model=model_44778,0 -name=Pit trap - -// 41353 -[loc_41353] -active=yes -forcedecor=yes -contrast=25 -ambient=15 -model=model_44781,0 -name=Baited pit trap - -// 41354 -[loc_41354] -active=yes -width=2 -blockrange=no -model=model_44760 -name=Counter - -// 41355 -[loc_41355] -active=yes -op1=Search -width=2 -blockrange=no -model=model_44759 -name=Counter - -// 41356 -[loc_41356] -active=no -width=4 -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -anim=seq_5598 -model=model_44776 - -// 41357 -[loc_41357] -active=no -hillskew=yes -contrast=25 -blockwalk=yes -anim=seq_5598 -bgsound=synth_4472,3 -model=model_44777 - -// 41358 -[loc_41358] -active=no -width=4 -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -mirror=yes -anim=seq_5598 -model=model_44776 - -// 41359 -[loc_41359] -active=yes -op1=Climb-up -model=model_44812 -name=Rope - -// 41360 -[loc_41360] -active=yes -op1=Climb-up -model=model_44813 -name=Rope - -// 41361 -[loc_41361] -sharelight=yes -hillskew=yes -ambient=15 -blockrange=no -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=7399 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=7399 -recol5s=3203 -recol5d=7399 -recol6s=2146 -recol6d=3171 -retex1s=material_92 -retex1d=material_96 -retex2s=material_67 -retex2d=material_70 -model=model_44814,1 - -// 41362 -[loc_41362] -active=no -sharelight=yes -hillskew=yes -contrast=25 -blockwalk=yes -anim=seq_9154 -bgsound=synth_4472,1 -model=model_44802 - -// 41363 -[loc_41363] -hillskew=yes -active=no -ambient=25 -contrast=15 -wallwidth=12 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_44796,1 - -// 41364 -[loc_41364] -hillskew=yes -active=no -ambient=25 -contrast=15 -wallwidth=12 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_44795,1 - -// 41365 -[loc_41365] -hillskew=yes -active=no -ambient=25 -contrast=15 -wallwidth=12 -mirror=yes -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_44795,1 - -// 41366 -[loc_41366] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_44793 - -// 41367 -[loc_41367] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_44794 - -// 41368 -[loc_41368] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_44792 - -// 41369 -[loc_41369] -hillskew=yes -active=no -ambient=25 -contrast=15 -recol1s=11524 -recol1d=13675 -recolhsl2s=6682 -recolhsl2d=40 -recol3s=9410 -recol3d=8456 -recol4s=8353 -recol4d=8423 -recol5s=7296 -recol5d=7366 -model=model_44791,1 - -// 41370 -[loc_41370] -active=yes -length=3 -width=3 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44801 -name=Orb - -// 41371 -[loc_41371] -active=yes -anim=seq_10976 -length=3 -width=3 -contrast=15 -ambient=25 -blockwalk=yes -model=model_44801 -model2=model_44800 -model3=model_44803 -name=Orb - -// 41372 -[loc_41372] -ambient=25 -contrast=15 -anim=seq_9867 -model=model_44822 -name=Standard - -// 41373 -[loc_41373] -ambient=25 -contrast=15 -anim=seq_9642 -model=model_44821 -name=Standard - -// 41374 -[loc_41374] -ambient=25 -contrast=15 -anim=seq_9642 -model=model_44820 -name=Standard - -// 41375 -[loc_41375] -sharelight=yes -hillskew=yes -active=no -contrast=25 -recolhsl1s=6689 -recolhsl1d=11300 -recolhsl2s=5524 -recolhsl2d=11292 -recolhsl3s=8 -recolhsl3d=1029 -model=model_44818 - -// 41376 -[loc_41376] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -anim=seq_9154 -bgsound=synth_4472,1 -hardshadow=no -model=model_44799,1 - -// 41377 -[loc_41377] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -anim=seq_9154 -bgsound=synth_4472,1 -hardshadow=no -model=model_44799,1 - -// 41378 -[loc_41378] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -anim=seq_9154 -bgsound=synth_4472,3 -hardshadow=no -model=model_44797,1 - -// 41379 -[loc_41379] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -anim=seq_9154 -bgsound=synth_4472,1 -hardshadow=no -model=model_44798,1 - -// 41380 -[loc_41380] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -anim=seq_9154 -bgsound=synth_4472,1 -hardshadow=no -mirror=yes -model=model_44798,1 - -// 41381 -[loc_41381] -active=yes -blockwalk=no -forcedecor=yes -ambient=20 -contrast=15 -anim=seq_1112 -model=model_44783,0 -name=Floor - -// 41382 -[loc_41382] -active=yes -blockwalk=no -forcedecor=yes -ambient=20 -contrast=15 -anim=seq_1112 -model=model_44784,0 -name=Floor - -// 41383 -[loc_41383] -op1=Climb-up -forceapproach=north -sharelight=yes -recol1s=12578 -recol1d=23080 -recol2s=11522 -recol2d=22023 -recol3s=10465 -recol3d=19911 -recol4s=9409 -recol4d=17831 -recol5s=8353 -recol5d=16774 -model=model_44819 -name=Ladder - -// 41384 -[loc_41384] -active=no -hillskew=yes -contrast=15 -ambient=25 -forcedecor=yes -recolhsl1s=10407 -recolhsl1d=5520 -recolhsl2s=10403 -recolhsl2d=5644 -model=model_44824,0 - -// 41385 -[loc_41385] -active=no -sharelight=yes -hillskew=yes -contrast=25 -recolhsl1s=7054 -recolhsl1d=11300 -recolhsl2s=7052 -recolhsl2d=11300 -recolhsl3s=6026 -recolhsl3d=11292 -recolhsl4s=5000 -recolhsl4d=11284 -recolhsl5s=3845 -recolhsl5d=11276 -model=model_44825 - -// 41386 -[loc_41386] -active=no -sharelight=yes -hillskew=yes -contrast=25 -offsety=-80 -recolhsl1s=7054 -recolhsl1d=11300 -recolhsl2s=7052 -recolhsl2d=11300 -recolhsl3s=6026 -recolhsl3d=11292 -recolhsl4s=5000 -recolhsl4d=11284 -recolhsl5s=3845 -recolhsl5d=11276 -model=model_44825 - -// 41387 -[loc_41387] -active=no -sharelight=yes -hillskew=yes -offsety=104 -ambient=25 -contrast=15 -recolhsl1s=7054 -recolhsl1d=16654 -recolhsl2s=7052 -recolhsl2d=16654 -recolhsl3s=6026 -recolhsl3d=16650 -recolhsl4s=5000 -recolhsl4d=16646 -recolhsl5s=3845 -recolhsl5d=16642 -model=model_44825 - -// 41388 -[loc_41388] -ambient=25 -contrast=15 -model=model_43918,1 -model=model_43895,3 -model=model_43924,4 - -// 41389 -[loc_41389] -ambient=25 -contrast=15 -mirror=yes -model=model_43918,1 -model=model_43895,3 -model=model_43924,4 - -// 41390 -[loc_41390] -ambient=25 -contrast=15 -model=model_43893,1 - -// 41391 -[loc_41391] -ambient=25 -contrast=15 -model=model_43905,1 - -// 41392 -[loc_41392] -ambient=25 -contrast=15 -mirror=yes -model=model_43905,1 - -// 41393 -[loc_41393] -ambient=25 -contrast=15 -retex1s=material_533 -retex1d=material_225 -model=model_43918,1 -model=model_43895,3 -model=model_43924,4 - -// 41394 -[loc_41394] -ambient=25 -contrast=15 -mirror=yes -retex1s=material_533 -retex1d=material_225 -model=model_43918,1 -model=model_43895,3 -model=model_43924,4 - -// 41395 -[loc_41395] -ambient=25 -contrast=15 -retex1s=material_533 -retex1d=material_225 -model=model_43893,1 - -// 41396 -[loc_41396] -ambient=25 -contrast=15 -retex1s=material_533 -retex1d=material_225 -model=model_43905,1 - -// 41397 -[loc_41397] -ambient=25 -contrast=15 -mirror=yes -retex1s=material_533 -retex1d=material_225 -model=model_43905,1 - -// 41398 -[loc_41398] -ambient=25 -contrast=15 -model=model_43907,1 -model=model_43926,3 -model=model_43903,4 - -// 41399 -[loc_41399] -ambient=25 -contrast=15 -model=model_43920,1 -model=model_43902,3 - -// 41400 -[loc_41400] -ambient=25 -contrast=15 -mirror=yes -model=model_43920,1 -model=model_43902,3 - -// 41401 -[loc_41401] -ambient=25 -contrast=15 -model=model_43912,1 - -// 41402 -[loc_41402] -ambient=25 -contrast=15 -mirror=yes -model=model_43912,1 - -// 41403 -[loc_41403] -ambient=25 -contrast=15 -model=model_43909,1 - -// 41404 -[loc_41404] -ambient=25 -contrast=15 -mirror=yes -model=model_43909,1 - -// 41405 -[loc_41405] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_43911 - -// 41406 -[loc_41406] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_43911 - -// 41407 -[loc_41407] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_43899 - -// 41408 -[loc_41408] -active=no -blockwalk=yes -ambient=25 -contrast=15 -mirror=yes -model=model_43899 - -// 41409 -[loc_41409] -active=no -blockwalk=yes -ambient=15 -contrast=10 -offsety=-6 -recolhsl1s=34857 -recolhsl1d=8220 -recolhsl2s=34851 -recolhsl2d=8212 -recolhsl3s=35874 -recolhsl3d=8204 -recolhsl4s=35870 -recolhsl4d=8200 -retex1s=material_57 -retex1d=material_127 -model=model_43914,A -model=model_43908,G -model=model_43906,Z -model=model_43921,V - -// 41410 -[loc_41410] -active=no -blockwalk=yes -ambient=15 -contrast=10 -offsety=-73 -recolhsl1s=34857 -recolhsl1d=8220 -recolhsl2s=34851 -recolhsl2d=8212 -recolhsl3s=35874 -recolhsl3d=8204 -recolhsl4s=35870 -recolhsl4d=8200 -retex1s=material_57 -retex1d=material_127 -model=model_43901,H - -// 41411 -[loc_41411] -active=no -blockwalk=yes -ambient=15 -contrast=10 -offsety=-73 -mirror=yes -recolhsl1s=34857 -recolhsl1d=8220 -recolhsl2s=34851 -recolhsl2d=8212 -recolhsl3s=35874 -recolhsl3d=8204 -recolhsl4s=35870 -recolhsl4d=8200 -retex1s=material_57 -retex1d=material_127 -model=model_43901,H - -// 41412 -[loc_41412] -active=no -blockwalk=yes -ambient=15 -contrast=10 -offsety=-73 -recolhsl1s=34857 -recolhsl1d=8220 -recolhsl2s=34851 -recolhsl2d=8212 -recolhsl3s=35874 -recolhsl3d=8204 -recolhsl4s=35870 -recolhsl4d=8200 -retex1s=material_57 -retex1d=material_127 -model=model_43928,H - -// 41413 -[loc_41413] -active=no -blockwalk=yes -ambient=15 -contrast=10 -offsety=-6 -recolhsl1s=34857 -recolhsl1d=8220 -recolhsl2s=34851 -recolhsl2d=8212 -recolhsl3s=35874 -recolhsl3d=8204 -recolhsl4s=35870 -recolhsl4d=8200 -retex1s=material_57 -retex1d=material_127 -model=model_43925,A - -// 41414 -[loc_41414] -active=no -blockwalk=yes -ambient=15 -contrast=10 -offsety=-6 -recolhsl1s=34857 -recolhsl1d=8220 -recolhsl2s=34851 -recolhsl2d=8212 -recolhsl3s=35874 -recolhsl3d=8204 -recolhsl4s=35870 -recolhsl4d=8200 -retex1s=material_57 -retex1d=material_127 -model=model_43915,A -model=model_43916,Z - -// 41415 -[loc_41415] -active=no -blockwalk=yes -ambient=15 -contrast=10 -mirror=yes -offsety=-6 -recolhsl1s=34857 -recolhsl1d=8220 -recolhsl2s=34851 -recolhsl2d=8212 -recolhsl3s=35874 -recolhsl3d=8204 -recolhsl4s=35870 -recolhsl4d=8200 -retex1s=material_57 -retex1d=material_127 -model=model_43915,A -model=model_43916,Z - -// 41416 -[loc_41416] -active=no -blockwalk=no -unknown90=yes -ambient=10 -contrast=15 -recol1s=15392 -recol1d=4405 -recolhsl2s=0 -recolhsl2d=100 -recol3s=24265 -recol3d=2185 -retex1s=material_475 -retex1d=material_106 -model=model_12527,0 - -// 41417 -[loc_41417] -active=no -blockwalk=no -unknown90=yes -ambient=10 -contrast=15 -recol1s=15392 -recol1d=4405 -recolhsl2s=0 -recolhsl2d=100 -recol3s=24265 -recol3d=2185 -retex1s=material_478 -retex1d=material_106 -model=model_12529,0 - -// 41418 -[loc_41418] -active=no -blockwalk=no -unknown90=yes -ambient=10 -contrast=15 -recol1s=15392 -recol1d=4405 -recolhsl2s=0 -recolhsl2d=100 -recol3s=24265 -recol3d=2185 -model=model_12528,0 - -// 41419 -[loc_41419] -active=no -sharelight=yes -unknown90=yes -ambient=10 -contrast=15 -recolhsl1s=926 -recolhsl1d=100 -recolhsl2s=0 -recolhsl2d=40618 -recolhsl3s=9145 -recolhsl3d=40610 -model=model_1134,0 - -// 41420 -[loc_41420] -active=no -sharelight=yes -unknown90=yes -ambient=10 -contrast=15 -recolhsl1s=926 -recolhsl1d=100 -recolhsl2s=0 -recolhsl2d=40618 -recolhsl3s=9145 -recolhsl3d=40610 -model=model_1110,0 - -// 41421 -[loc_41421] -blockwalk=yes -ambient=25 -contrast=15 -width=2 -blockrange=no -recol1s=11492 -recol1d=10433 -recol2s=9412 -recol2d=7297 -recolhsl3s=4502 -recolhsl3d=5900 -model=model_22932 -name=Bench - -// 41422 -[loc_41422] -blockwalk=yes -ambient=25 -contrast=15 -model=model_43919 -name=Legend's Guild Throne - -// 41423 -[loc_41423] -anim=seq_3107 -ambient=25 -contrast=15 -recol1s=8388 -recol1d=8352 -recolhsl2s=5408 -recolhsl2d=7064 -recol3s=9445 -recol3d=10432 -model=model_38150,Q - -// 41424 -[loc_41424] -ambient=25 -contrast=15 -model=model_43904 -name=Suit of armour - -// 41425 -[loc_41425] -ambient=5 -contrast=5 -width=2 -length=3 -op1=Climb-down -msi=msi_7 -forceapproach=south -model=model_43917 -name=Staircase - -// 41426 -[loc_41426] -length=2 -ambient=25 -contrast=15 -blockwalk=yes -model=model_43922 -name=Desk - -// 41427 -[loc_41427] -ambient=25 -contrast=15 -blockwalk=yes -recol1s=7297 -recol1d=12513 -recol2s=6241 -recol2d=7297 -recolhsl3s=3974 -recolhsl3d=5900 -recol4s=11491 -recol4d=10433 -recol5s=8353 -recol5d=9377 -model=model_44026 -name=Bookcase - -// 41428 -[loc_41428] -ambient=25 -contrast=15 -blockwalk=yes -recol1s=7297 -recol1d=12513 -recol2s=6241 -recol2d=7297 -recolhsl3s=3974 -recolhsl3d=5900 -recol4s=11491 -recol4d=10433 -recol5s=8353 -recol5d=9377 -model=model_44011 -name=Bookcase - -// 41429 -[loc_41429] -active=yes -ambient=25 -contrast=15 -offsety=30 -model=model_36415,Q -name=Landscape - -// 41430 -[loc_41430] -active=yes -ambient=25 -contrast=15 -offsety=30 -model=model_2085,Q -name=Portrait - -// 41431 -[loc_41431] -ambient=25 -contrast=15 -blockrange=no -model=model_1170 -name=Chair - -// 41432 -[loc_41432] -ambient=25 -contrast=15 -blockwalk=yes -model=model_44051 -name=Waste Paper Basket - -// 41433 -[loc_41433] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -ambient=25 -contrast=15 -recol1s=11491 -recol1d=12513 -recol2s=6241 -recol2d=7297 -recol3s=9377 -recol3d=11457 -model=model_43955 -name=Drawers - -// 41434 -[loc_41434] -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -ambient=25 -contrast=15 -recol1s=11491 -recol1d=12513 -recol2s=6241 -recol2d=7297 -recol3s=9377 -recol3d=11457 -model=model_43963 -name=Drawers - -// 41435 -[loc_41435] -ambient=25 -contrast=15 -width=2 -length=3 -msi=msi_7 -sharelight=yes -forceapproach=south -op1=Climb-up -recol1s=11556 -recol1d=9377 -recol2s=9442 -recol2d=7297 -recolhsl3s=8078 -recolhsl3d=5900 -model=model_25072 -name=Staircase - -// 41436 -[loc_41436] -width=2 -length=2 -op1=Climb-down -forceapproach=north -sharelight=yes -msi=msi_7 -ambient=25 -contrast=15 -recol1s=11556 -recol1d=9377 -recol2s=9442 -recol2d=7297 -recolhsl3s=8078 -recolhsl3d=5900 -model=model_25074 -name=Staircase - -// 41437 -[loc_41437] -active=no -ambient=25 -contrast=15 -offsetx=-4 -recolhsl1s=6440 -recolhsl1d=5412 -recolhsl2s=6428 -recolhsl2d=5396 -model=model_43913,Q - -// 41438 -[loc_41438] -active=no -ambient=25 -contrast=15 -offsetz=-4 -recolhsl1s=6440 -recolhsl1d=5412 -recolhsl2s=6428 -recolhsl2d=5396 -model=model_43913,Q - -// 41439 -[loc_41439] -active=no -ambient=25 -contrast=15 -offsetz=4 -recolhsl1s=6440 -recolhsl1d=5412 -recolhsl2s=6428 -recolhsl2d=5396 -model=model_43913,Q - -// 41440 -[loc_41440] -active=no -ambient=25 -contrast=15 -offsetx=4 -recolhsl1s=6440 -recolhsl1d=5412 -recolhsl2s=6428 -recolhsl2d=5396 -model=model_43913,Q - -// 41441 -[loc_41441] -ambient=25 -contrast=15 -model=model_43923,Q - -// 41442 -[loc_41442] -ambient=25 -contrast=15 -offsetz=-4 -model=model_43923,Q - -// 41443 -[loc_41443] -ambient=25 -contrast=15 -offsetz=4 -model=model_43923,Q - -// 41444 -[loc_41444] -ambient=25 -contrast=15 -offsetx=4 -model=model_43923,Q - -// 41445 -[loc_41445] -ambient=25 -contrast=15 -offsetx=-4 -model=model_43923,Q - -// 41446 -[loc_41446] -active=no -anim=seq_481 -ambient=25 -contrast=15 -bgsound=synth_4472,1 -hardshadow=no -recol1s=10401 -recol1d=9377 -model=model_2255,Q - -// 41447 -[loc_41447] -ambient=25 -contrast=15 -model=model_7708 -name=Statue - -// 41448 -[loc_41448] -anim=seq_6023 -width=2 -length=2 -ambient=25 -contrast=15 -bgsound=synth_2151,5 -model=model_24520 -model2=model_24521 -name=Fountain - -// 41449 -[loc_41449] -op1=Open -ambient=25 -contrast=15 -recol1s=14695 -recol1d=12513 -recol2s=10467 -recol2d=7297 -model=model_12150 -name=Teak chest - -// 41450 -[loc_41450] -op2=Search -op3=Close -ambient=25 -contrast=15 -recol1s=14695 -recol1d=12513 -recol2s=10467 -recol2d=7297 -model=model_12151 -name=Teak chest - -// 41451 -[loc_41451] -active=no -ambient=25 -contrast=15 -blockwalk=yes -model=model_33865 - -// 41452 -[loc_41452] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_27531 -model2=model_27538 - -// 41453 -[loc_41453] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_27531 -model2=model_27539 - -// 41454 -[loc_41454] -active=no -blockwalk=yes -ambient=25 -contrast=15 -model=model_27531 -model2=model_27528 - -// 41455 -[loc_41455] -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=14629 -recol1d=9377 -recolhsl2s=4508 -recolhsl2d=5904 -recol3s=9412 -recol3d=9377 -recol4s=8355 -recol4d=3104 -model=model_36013,1 -model=model_36007,2 -model=model_35989,3 -model=model_35990,4 -model=model_35986,5 -model=model_35999,0 - -// 41456 -[loc_41456] -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=4502 -recolhsl1d=5903 -recolhsl2s=4504 -recolhsl2d=5907 -recolhsl3s=5906 -recolhsl3d=5912 -recol4s=9377 -recol4d=12513 -model=model_36012,1 -model=model_35966,2 -model=model_35981,3 -model=model_36003,4 -model=model_36009,5 -model=model_35969,0 - -// 41457 -[loc_41457] -sharelight=yes -ambient=25 -contrast=15 -blockrange=no -recolhsl1s=4502 -recolhsl1d=5903 -recolhsl2s=4504 -recolhsl2d=5907 -recolhsl3s=5906 -recolhsl3d=5912 -recol4s=9377 -recol4d=12513 -model=model_36012,1 -model=model_35966,2 -model=model_35981,3 -model=model_36003,4 -model=model_36009,5 -model=model_35969,0 - -// 41458 -[loc_41458] -active=yes -op1=Climb-up -msi=msi_7 -recolhsl1s=7050 -recolhsl1d=5903 -recolhsl2s=6930 -recolhsl2d=5907 -recol3s=9409 -recol3d=11457 -model=model_13459 -name=Ladder - -// 41459 -[loc_41459] -active=no -hillskew=yes -ambient=10 -contrast=15 -model=model_43898,0 - -// 41460 -[loc_41460] -active=no -hillskew=yes -ambient=10 -contrast=15 -model=model_43910,0 - -// 41461 -[loc_41461] -active=no -resizex=120 -resizey=135 -resizez=120 -ambient=25 -contrast=15 -recolhsl1s=933 -recolhsl1d=40612 -recolhsl2s=8128 -recolhsl2d=100 -recol3s=9312 -recol3d=9377 -model=model_1161 - -// 41462 -[loc_41462] -ambient=25 -contrast=15 -blockrange=no -recol1s=4162 -recol1d=7331 -recol2s=6274 -recol2d=7297 -recol3s=7331 -recol3d=12513 -model=model_11461 -name=Table - -// 41463 -[loc_41463] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=7297 -recol2s=13569 -recol2d=9377 -recol3s=14626 -recol3d=11457 -recol4s=14660 -recol4d=12513 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 41464 -[loc_41464] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=7297 -recol2s=13569 -recol2d=9377 -recol3s=14626 -recol3d=11457 -recol4s=14660 -recol4d=12513 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 41465 -[loc_41465] -length=2 -ambient=25 -contrast=15 -recol1s=7329 -recol1d=11457 -recol2s=5217 -recol2d=15821 -recolhsl3s=8860 -recolhsl3d=40600 -model=model_1243 -name=Bow cabinet - -// 41466 -[loc_41466] -length=2 -ambient=25 -contrast=15 -recol1s=7329 -recol1d=11457 -recol2s=5217 -recol2d=15821 -recolhsl3s=8860 -recolhsl3d=40600 -model=model_1232 -name=Sword cabinet - -// 41467 -[loc_41467] -active=yes -hillskew=yes -ambient=25 -contrast=15 -blockwalk=yes -length=2 -recol1s=5251 -recol1d=3104 -recol2s=8388 -recol2d=7297 -recol3s=9445 -recol3d=9377 -model=model_36506 -name=Cannon - -// 41468 -[loc_41468] -ambient=25 -contrast=15 -model=model_8232 -name=Barrel - -// 41469 -[loc_41469] -width=3 -ambient=25 -contrast=15 -model=model_43894 -name=Table - -// 41470 -[loc_41470] -active=no -ambient=25 -contrast=15 -blockrange=no -model=model_13174 - -// 41471 -[loc_41471] -active=no -ambient=25 -contrast=15 -blockrange=no -model=model_13167 - -// 41472 -[loc_41472] -active=no -ambient=25 -contrast=15 -blockrange=no -model=model_13180 - -// 41473 -[loc_41473] -sharelight=yes -hillskew=yes -ambient=15 -recol1s=7431 -recol1d=7399 -recol2s=6374 -recol2d=6342 -recol3s=5317 -recol3d=5285 -recol4s=4260 -recol4d=4228 -recol5s=3203 -recol5d=4228 -recol6s=2146 -recol6d=3171 -model=model_44826,1 -model=model_44827,5 - -// 41474 -[loc_41474] -active=no -ambient=25 -hillskew=yes -blockwalk=no -forcedecor=yes -unknown90=yes -recol1s=25360 -recol1d=24275 -recol2s=22191 -recol2d=23185 -recol3s=21134 -recol3d=22128 -model=model_44830,0 - -// 41475 -[loc_41475] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_533 -retex1d=material_225 -retex2s=material_402 -retex2d=material_401 -model=model_44828 - -// 41476 -[loc_41476] -sharelight=yes -active=no -ambient=20 -contrast=15 -wallwidth=32 -occlude=yes -recol1s=22095 -recol1d=24275 -recol2s=22128 -recol2d=22161 -retex1s=material_533 -retex1d=material_225 -retex2s=material_402 -retex2d=material_401 -model=model_44829 - -// 41477 -[loc_41477] -active=yes -op1=Open -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 41478 -[loc_41478] -active=yes -op1=Open -mirror=yes -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 41479 -[loc_41479] -width=2 -recol1s=14695 -recol1d=9445 -recol2s=16809 -recol2d=8388 -recolhsl3s=6563 -recolhsl3d=5396 -recol4s=13638 -recol4d=5251 -retex1s=material_190 -retex1d=material_158 -model=model_9547 -model2=model_40067 -model3=model_40075 -name=Hogs head - -// 41480 -[loc_41480] -width=2 -recol1s=14695 -recol1d=9445 -recol2s=16809 -recol2d=8388 -recolhsl3s=6563 -recolhsl3d=5396 -recol4s=13638 -recol4d=5251 -model=model_9547 -model2=model_40069 -model3=model_40072 -model4=model_40066 -name=Turkey platter - -// 41481 -[loc_41481] -width=2 -recol1s=14695 -recol1d=9445 -recol2s=16809 -recol2d=8388 -recolhsl3s=6563 -recolhsl3d=5396 -recol4s=13638 -recol4d=5251 -model=model_40068 -model2=model_40066 -name=Tavern table wine - -// 41482 -[loc_41482] -width=2 -recol1s=14695 -recol1d=9445 -recol2s=16809 -recol2d=8388 -recolhsl3s=6563 -recolhsl3d=5396 -recol4s=13638 -recol4d=5251 -model=model_40074 -model2=model_40064 -model3=model_40071 -model4=model_40073 -name=Chess set - -// 41483 -[loc_41483] -recol1s=9312 -recol1d=8388 -recol2s=32480 -recol2d=7168 -recol3s=18464 -recol3d=9282 -model=model_1161 -name=Bar stool - -// 41484 -[loc_41484] -recol1s=5457 -recol1d=9282 -recol2s=11760 -recol2d=7168 -recolhsl3s=5656 -recolhsl3d=5396 -recol4s=10468 -recol4d=9445 -model=model_25132 -name=Bar stool - -// 41485 -[loc_41485] -model=model_40065,Q - -// 41486 -[loc_41486] -active=no -ambient=20 -contrast=15 -recol1s=14560 -recol1d=8388 -model=model_42888 - -// 41487 -[loc_41487] -active=no -sharelight=yes -contrast=25 -ambient=30 -recol1s=6272 -recol1d=15786 -recol2s=4160 -recol2d=13672 -model=model_15234 -model=model_27372 - -// 41488 -[loc_41488] -active=no -sharelight=yes -contrast=25 -ambient=30 -recol1s=6272 -recol1d=15786 -recol2s=4160 -recol2d=13672 -model=model_15211 -model=model_27366 - -// 41489 -[loc_41489] -active=no -sharelight=yes -contrast=25 -ambient=30 -recol1s=6272 -recol1d=15786 -recol2s=4160 -recol2d=13672 -model=model_15226 -model=model_27369 - -// 41490 -[loc_41490] -op1=Borrow -model=model_44845 -name=A suit of Armour - -// 41491 -[loc_41491] -model=model_44842 -name=A suit of Armour - -// 41492 -[loc_41492] -recol1s=7398 -recol1d=9444 -recol2s=5284 -recol2d=6273 -model=model_44842 -name=A suit of Armour - -// 41493 -[loc_41493] -recol1s=7398 -recol1d=13675 -recol2s=5284 -recol2d=8456 -model=model_44842 -name=A suit of Armour - -// 41494 -[loc_41494] -width=3 -length=3 -op1=Talk-to -model=model_44833 -model2=model_44839 -model3=model_44832 -model4=model_44394 -name=A lazy Khazard guard - -// 41495 -[loc_41495] -width=3 -length=3 -recol1s=11328 -recol1d=384 -model=model_44833 -model2=model_44839 -model3=model_44832 -model4=model_44387 -name=A lazy Khazard guard - -// 41496 -[loc_41496] -width=3 -length=3 -op1=Steal-keys -model=model_44834 -model2=model_44837 -model3=model_44836 -model4=model_44382 -name=A lazy Khazard guard - -// 41497 -[loc_41497] -width=3 -length=3 -op1=Talk-to -model=model_44834 -model2=model_44837 -model3=model_44836 -model4=model_44375 -name=A lazy Khazard guard - -// 41498 -[loc_41498] -active=yes -multivar=varplayer_17 -multiloc=default,loc_41490 -multiloc=0,loc_37291 - -// 41499 -[loc_41499] -recol1s=9411 -recol1d=5251 -recolhsl2s=5532 -recolhsl2d=5398 -recol3s=10468 -recol3d=9445 -model=model_25156 -name=Tall Bar table - -// 41500 -[loc_41500] -recol1s=9411 -recol1d=5251 -recolhsl2s=5532 -recolhsl2d=5398 -recol3s=10468 -recol3d=9445 -model=model_25157 -name=Tall Bar table - -// 41501 -[loc_41501] -anim=seq_10979 -active=yes -width=3 -length=3 -multivar=varplayerbit_5627 -multiloc=0,loc_41494 -multiloc=1,loc_41495 -multiloc=2,loc_41496 -multiloc=3,loc_41497 - -// 41502 -[loc_41502] -recol1s=9411 -recol1d=5251 -recolhsl2s=5532 -recolhsl2d=5398 -recol3s=10468 -recol3d=9445 -model=model_25157 -model2=model_40066 -model3=model_40068 -name=Tall Bar table - -// 41503 -[loc_41503] -active=no -ambient=25 -contrast=25 -recolhsl1s=6444 -recolhsl1d=6554 -recolhsl2s=6559 -recolhsl2d=6552 -recolhsl3s=6434 -recolhsl3d=6798 -recolhsl4s=6435 -recolhsl4d=6556 -model=model_37698,1 - -// 41504 -[loc_41504] -active=no -raiseobject=no -model=model_43900,1 - -// 41505 -[loc_41505] -active=no -raiseobject=no -model=model_43927,1 - -// 41506 -[loc_41506] -model=model_44843 -name=A suit of Armour - -// 41507 -[loc_41507] -model=model_44846 -name=A suit of Armour - -// 41508 -[loc_41508] -model=model_44844 -name=A suit of Armour - -// 41509 -[loc_41509] -op1=Open -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 41510 -[loc_41510] -op1=Close -raiseobject=no -model=model_9476,1 -model=model_9477,5 -name=Door - -// 41511 -[loc_41511] -active=no -contrast=25 -ambient=15 -anim=seq_2870 -bgsound=synth_4472,1 -model=model_43527,8 -model=model_42908,Q - -// 41512 -[loc_41512] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_1089,0 - -// 41513 -[loc_41513] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -unknown90=yes -hardshadow=no -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_36366,0 - -// 41514 -[loc_41514] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -hardshadow=no -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_1096,0 - -// 41515 -[loc_41515] -sharelight=yes -forcedecor=yes -hillskew=yes -msi=msi_46 -active=no -hardshadow=no -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_27168,0 - -// 41516 -[loc_41516] -hillskew=yes -sharelight=yes -forcedecor=yes -msi=msi_46 -hardshadow=no -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_1068,0 - -// 41517 -[loc_41517] -sharelight=yes -hillskew=yes -active=no -hardshadow=no -blockrange=no -recol1s=9409 -recol1d=22023 -recol2s=11523 -recol2d=19909 -model=model_993,1 -model=model_995,2 -model=model_996,3 -model=model_998,4 -model=model_999,5 - -// 41518 -[loc_41518] -ambient=25 -hardshadow=no -blockrange=no -model=model_8232 -name=Barrel - -// 41519 -[loc_41519] -sharelight=yes -active=yes -anim=seq_6873 -hardshadow=no -model=model_27182 -model2=model_27184 -name=Novice Flag - -// 41520 -[loc_41520] -sharelight=yes -active=yes -anim=seq_6873 -hardshadow=no -model=model_27187 -model2=model_27184 -name=Intermediate Flag - -// 41521 -[loc_41521] -sharelight=yes -active=yes -anim=seq_6874 -hardshadow=no -model=model_27186 -model2=model_27184 -name=Veteran Flag - -// 41522 -[loc_41522] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 41523 -[loc_41523] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 -name=Door - -// 41524 -[loc_41524] -active=yes -op1=Open -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14660 -recol2d=8388 -recolhsl3s=6945 -recolhsl3d=5396 -recolhsl4s=6940 -recolhsl4d=5394 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 41525 -[loc_41525] -active=no -raiseobject=no -recol1s=12512 -recol1d=9445 -recol2s=14626 -recol2d=8388 -recolhsl3s=6940 -recolhsl3d=5396 -recol4s=11456 -recol4d=5251 -model=model_9476,1 -model=model_9477,5 - -// 41526 -[loc_41526] -active=yes -op1=Close -raiseobject=no -ambient=25 -contrast=15 -recol1s=12512 -recol1d=9445 -recol2s=14660 -recol2d=8388 -recolhsl3s=6945 -recolhsl3d=5396 -recolhsl4s=6940 -recolhsl4d=5394 -model=model_14928,1 -model=model_14929,5 -name=Door - -// 41527 -[loc_41527] -ambient=10 -contrast=5 -mirror=yes -active=no -raiseobject=no -model=model_27252,1 - -// 41528 -[loc_41528] -ambient=10 -contrast=5 -active=no -raiseobject=no -model=model_27252,1 - -// 41529 -[loc_41529] -hillskew=yes -ambient=25 -contrast=15 -active=yes -op1=Open -model=model_27252,1 -name=Door - -// 41530 -[loc_41530] -hillskew=yes -ambient=25 -contrast=15 -active=yes -op1=Close -model=model_27252,1 -name=Door - -// 41531 -[loc_41531] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=yes -op1=Step -unknown90=yes -hillskew=yes -blockwalk=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_44892,0 -name=Broken pier - -// 41532 -[loc_41532] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=yes -op1=Step -unknown90=yes -hillskew=yes -blockwalk=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_44889,0 -name=Broken pier - -// 41533 -[loc_41533] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -hillskew=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_44893,0 - -// 41534 -[loc_41534] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -hillskew=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_44888,0 - -// 41535 -[loc_41535] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -hillskew=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_44891,0 - -// 41536 -[loc_41536] -sharelight=yes -forcedecor=yes -msi=msi_46 -active=no -unknown90=yes -hillskew=yes -recol1s=9409 -recol1d=9445 -recol2s=11523 -recol2d=16740 -retex1s=material_132 -retex1d=material_102 -model=model_44890,0 - -// 41537 -[loc_41537] -active=no -ambient=-10 -hillchange=skew_to_fit -recol1s=9409 -recol1d=15719 -recol2s=11523 -recol2d=13605 -recol3s=5217 -recol3d=14662 -model=model_44887,0 - -// 41538 -[loc_41538] -ambient=25 -op2=Inspect -op4=Guide -width=2 -length=2 -model=model_44872 -model2=model_7767 -name=Lily - -// 41539 -[loc_41539] -ambient=25 -op2=Inspect -op4=Guide -width=2 -length=2 -model=model_14167 -model2=model_7767 -name=Lily - -// 41540 -[loc_41540] -ambient=25 -op2=Inspect -op4=Guide -width=2 -length=2 -model=model_44873 -model2=model_7767 -name=Lily - -// 41541 -[loc_41541] -ambient=25 -op2=Inspect -op4=Guide -width=2 -length=2 -model=model_44871 -model2=model_7767 -name=Lily - -// 41542 -[loc_41542] -ambient=25 -op1=Pick -op2=Inspect -op4=Guide -width=2 -length=2 -model=model_44870 -model2=model_7767 -name=Lily - -// 41543 -[loc_41543] -sharelight=yes -forcedecor=yes -msi=msi_46 -ambient=25 -contrast=15 -unknown90=yes -mapfunction=74 -model=model_35523,0 - -// 41544 -[loc_41544] -active=no -sharelight=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -width=4 -length=7 -model=model_45066 - -// 41545 -[loc_41545] -sharelight=yes -active=no -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -width=4 -length=7 -model=model_45074 - -// 41546 -[loc_41546] -sharelight=yes -active=no -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -width=3 -model=model_45129 - -// 41547 -[loc_41547] -sharelight=yes -active=no -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -width=3 -model=model_45052 - -// 41548 -[loc_41548] -active=no -ambient=15 -contrast=15 -sharelight=yes -hillskew=yes -blockwalk=no -shadow=no -hardshadow=no -recolhsl1s=2150 -recolhsl1d=37983 -model=model_45127 - -// 41549 -[loc_41549] -active=no -ambient=15 -contrast=15 -sharelight=yes -hillskew=yes -blockwalk=no -shadow=no -hardshadow=no -recolhsl1s=2150 -recolhsl1d=37983 -model=model_45106 - -// 41550 -[loc_41550] -active=no -ambient=15 -contrast=15 -sharelight=yes -hillskew=yes -blockwalk=no -shadow=no -hardshadow=no -recolhsl1s=2150 -recolhsl1d=37983 -model=model_45166 - -// 41551 -[loc_41551] -active=no -contrast=15 -ambient=15 -forcedecor=yes -blockwalk=no -sharelight=yes -shadow=no -hardshadow=no -model=model_45146 - -// 41552 -[loc_41552] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -shadow=no -model=model_45115,1 -model=model_45095,2 -model=model_45087,5 - -// 41553 -[loc_41553] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -shadow=no -model=model_45094,1 -model=model_45124,5 - -// 41554 -[loc_41554] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -shadow=no -model=model_45148 - -// 41555 -[loc_41555] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -shadow=no -model=model_45139 - -// 41556 -[loc_41556] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -shadow=no -model=model_45171 - -// 41557 -[loc_41557] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -mirror=yes -shadow=no -model=model_45148 - -// 41558 -[loc_41558] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -mirror=yes -shadow=no -model=model_45139 - -// 41559 -[loc_41559] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -mirror=yes -shadow=no -model=model_45171 - -// 41560 -[loc_41560] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -shadow=no -model=model_45100 - -// 41561 -[loc_41561] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -shadow=no -model=model_45113 - -// 41562 -[loc_41562] -active=no -sharelight=yes -hillskew=yes -ambient=15 -contrast=15 -shadow=no -model=model_45102 - -// 41563 -[loc_41563] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -shadow=no -msi=msi_22 -model=model_45123,1 -name=Rocks - -// 41564 -[loc_41564] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -shadow=no -msi=msi_92 -model=model_45136 -name=Rock - -// 41565 -[loc_41565] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillchange=skew_to_fit -shadow=no -length=3 -width=3 -model=model_45091 -name=Rock - -// 41566 -[loc_41566] -length=2 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -shadow=no -msi=msi_92 -model=model_45058 -name=Rock - -// 41567 -[loc_41567] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillchange=skew_to_fit -shadow=no -length=3 -width=3 -model=model_45046 -name=Rock - -// 41568 -[loc_41568] -length=2 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -shadow=no -msi=msi_92 -model=model_45147 -name=Rock - -// 41569 -[loc_41569] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillchange=skew_to_fit -shadow=no -length=2 -width=2 -model=model_45168 -name=Rock - -// 41570 -[loc_41570] -length=2 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -shadow=no -msi=msi_92 -model=model_45154 -name=Rock - -// 41571 -[loc_41571] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillchange=skew_to_fit -shadow=no -length=2 -model=model_45128 -name=Rock - -// 41572 -[loc_41572] -length=2 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -shadow=no -msi=msi_92 -model=model_45150 -name=Rocks - -// 41573 -[loc_41573] -width=3 -length=3 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillchange=skew_to_fit -shadow=no -model=model_45082 -name=Rocks - -// 41574 -[loc_41574] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -shadow=no -msi=msi_92 -model=model_45050 -name=Rock - -// 41575 -[loc_41575] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillchange=skew_to_fit -shadow=no -length=3 -width=3 -model=model_45055 -name=Rock - -// 41576 -[loc_41576] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -shadow=no -msi=msi_92 -model=model_45079 -name=Rock - -// 41577 -[loc_41577] -active=no -contrast=15 -ambient=25 -blockwalk=yes -hillchange=skew_to_fit -shadow=no -length=3 -width=3 -model=model_45177 - -// 41578 -[loc_41578] -active=no -contrast=15 -ambient=25 -blockwalk=yes -hillchange=skew_to_fit -shadow=no -length=2 -width=2 -msi=msi_92 -model=model_45179 - -// 41579 -[loc_41579] -active=yes -contrast=15 -ambient=25 -hillskew=yes -shadow=no -msi=msi_66 -model=model_45159,0 -name=Snow - -// 41580 -[loc_41580] -active=yes -hillskew=yes -contrast=15 -ambient=25 -shadow=no -msi=msi_66 -model=model_45089,0 -name=Snow - -// 41581 -[loc_41581] -width=2 -length=2 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -model=model_45143 -name=Rocks - -// 41582 -[loc_41582] -width=2 -length=2 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -model=model_45061 -name=Rocks - -// 41583 -[loc_41583] -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -model=model_45110 -name=Rocks - -// 41584 -[loc_41584] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45114,1 -model=model_45157,2 -model=model_45119,5 - -// 41585 -[loc_41585] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45144,1 - -// 41586 -[loc_41586] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45104,1 - -// 41587 -[loc_41587] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45064,1 - -// 41588 -[loc_41588] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45170,1 - -// 41589 -[loc_41589] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45105,1 - -// 41590 -[loc_41590] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45174,1 - -// 41591 -[loc_41591] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -mirror=yes -model=model_45174,1 - -// 41592 -[loc_41592] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45135,1 - -// 41593 -[loc_41593] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45070,1 - -// 41594 -[loc_41594] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -mirror=yes -model=model_45070,1 - -// 41595 -[loc_41595] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45149,1 - -// 41596 -[loc_41596] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45126,5 - -// 41597 -[loc_41597] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45167,5 - -// 41598 -[loc_41598] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45071,1 -model=model_45120,2 -model=model_45093,5 - -// 41599 -[loc_41599] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45049,1 - -// 41600 -[loc_41600] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45044,1 - -// 41601 -[loc_41601] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45111,1 -model=model_45169,2 - -// 41602 -[loc_41602] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45118,1 - -// 41603 -[loc_41603] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45067,1 - -// 41604 -[loc_41604] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45075,1 - -// 41605 -[loc_41605] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45152,1 - -// 41606 -[loc_41606] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45162,1 - -// 41607 -[loc_41607] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45078,1 - -// 41608 -[loc_41608] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45158,1 - -// 41609 -[loc_41609] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45069,1 - -// 41610 -[loc_41610] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45130,1 - -// 41611 -[loc_41611] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -model=model_45063,1 - -// 41612 -[loc_41612] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -length=2 -hardshadow=no -shadow=no -model=model_45047 - -// 41613 -[loc_41613] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -hardshadow=no -shadow=no -model=model_45133 - -// 41614 -[loc_41614] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -hardshadow=no -shadow=no -model=model_45142 - -// 41615 -[loc_41615] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -hardshadow=no -shadow=no -model=model_45109 - -// 41616 -[loc_41616] -active=no -sharelight=yes -hillskew=yes -ambient=15 -retex1s=material_418 -retex1d=material_494 -model=model_45096 - -// 41617 -[loc_41617] -active=no -sharelight=yes -hillskew=yes -ambient=15 -retex1s=material_418 -retex1d=material_494 -model=model_45090 - -// 41618 -[loc_41618] -active=no -sharelight=yes -hillskew=yes -ambient=15 -retex1s=material_418 -retex1d=material_494 -model=model_45141 - -// 41619 -[loc_41619] -active=no -sharelight=yes -hillskew=yes -ambient=15 -retex1s=material_418 -retex1d=material_494 -model=model_45051 - -// 41620 -[loc_41620] -active=no -sharelight=yes -hillskew=yes -ambient=15 -offsety=128 -retex1s=material_418 -retex1d=material_494 -model=model_45096 - -// 41621 -[loc_41621] -active=no -sharelight=yes -hillskew=yes -ambient=15 -offsety=128 -retex1s=material_418 -retex1d=material_494 -model=model_45090 - -// 41622 -[loc_41622] -active=no -sharelight=yes -hillskew=yes -ambient=15 -offsety=128 -retex1s=material_418 -retex1d=material_494 -model=model_45141 - -// 41623 -[loc_41623] -active=no -sharelight=yes -hillskew=yes -ambient=15 -offsety=128 -retex1s=material_418 -retex1d=material_494 -model=model_45051 - -// 41624 -[loc_41624] -active=no -hillskew=yes -ambient=15 -retex1s=material_418 -retex1d=material_494 -model=model_45099 - -// 41625 -[loc_41625] -active=no -ambient=15 -shadow=no -forcedecor=yes -msi=msi_66 -recolhsl1s=43125 -recolhsl1d=34937 -model=model_45178,0 - -// 41626 -[loc_41626] -active=no -blockwalk=yes -ambient=15 -hillchange=skew_to_fit -shadow=no -model=model_45117 - -// 41627 -[loc_41627] -active=no -blockwalk=yes -ambient=15 -hardshadow=no -shadow=no -msi=msi_92 -model=model_45112 - -// 41628 -[loc_41628] -active=no -blockwalk=yes -ambient=15 -hillchange=skew_to_fit -shadow=no -model=model_45042 - -// 41629 -[loc_41629] -active=no -blockwalk=yes -ambient=15 -hardshadow=no -shadow=no -msi=msi_92 -model=model_45097 - -// 41630 -[loc_41630] -active=no -blockwalk=yes -ambient=15 -hillchange=skew_to_fit -shadow=no -model=model_45155 - -// 41631 -[loc_41631] -active=no -blockwalk=yes -ambient=15 -hardshadow=no -shadow=no -msi=msi_92 -model=model_45145 - -// 41632 -[loc_41632] -active=no -blockwalk=yes -ambient=15 -hillchange=skew_to_fit -shadow=no -model=model_45080 - -// 41633 -[loc_41633] -active=no -blockwalk=yes -ambient=15 -hardshadow=no -shadow=no -msi=msi_92 -model=model_45121 - -// 41634 -[loc_41634] -active=no -blockwalk=yes -ambient=15 -hillchange=skew_to_fit -shadow=no -model=model_45140 - -// 41635 -[loc_41635] -active=no -blockwalk=yes -ambient=15 -hardshadow=no -shadow=no -msi=msi_92 -model=model_45081 - -// 41636 -[loc_41636] -active=no -blockwalk=yes -ambient=15 -hillchange=skew_to_fit -shadow=no -model=model_45060 - -// 41637 -[loc_41637] -active=no -blockwalk=yes -ambient=15 -hardshadow=no -shadow=no -msi=msi_92 -model=model_45062 - -// 41638 -[loc_41638] -active=no -blockwalk=yes -ambient=15 -hillchange=skew_to_fit -shadow=no -model=model_45101 - -// 41639 -[loc_41639] -active=yes -blockwalk=yes -ambient=15 -shadow=no -model=model_45180 -name=Stone horn - -// 41640 -[loc_41640] -active=yes -blockwalk=yes -ambient=15 -shadow=no -model=model_45103 -name=Stone block - -// 41641 -[loc_41641] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45073 - -// 41642 -[loc_41642] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45132 - -// 41643 -[loc_41643] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45065 - -// 41644 -[loc_41644] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45092 - -// 41645 -[loc_41645] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45076 - -// 41646 -[loc_41646] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -mirror=yes -model=model_45076 - -// 41647 -[loc_41647] -active=yes -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45163 -name=Horn - -// 41648 -[loc_41648] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45084 - -// 41649 -[loc_41649] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45054 - -// 41650 -[loc_41650] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45107 - -// 41651 -[loc_41651] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45175 - -// 41652 -[loc_41652] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45041 - -// 41653 -[loc_41653] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45108 - -// 41654 -[loc_41654] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45138 - -// 41655 -[loc_41655] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45085 - -// 41656 -[loc_41656] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45077 - -// 41657 -[loc_41657] -active=no -sharelight=yes -hillskew=yes -blockwalk=no -ambient=15 -shadow=no -model=model_45116 - -// 41658 -[loc_41658] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -forcedecor=yes -recolhsl1s=10266 -recolhsl1d=34900 -recol2s=8455 -recol2d=26525 -recol3s=9512 -recol3d=23354 -retex1s=material_70 -retex1d=material_315 -model=model_18241,0 - -// 41659 -[loc_41659] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -forcedecor=yes -recolhsl1s=10266 -recolhsl1d=34900 -recol2s=8455 -recol2d=26525 -recol3s=9512 -recol3d=23354 -retex1s=material_70 -retex1d=material_315 -model=model_17368,0 - -// 41660 -[loc_41660] -active=no -hillskew=yes -ambient=25 -contrast=15 -hardshadow=no -forcedecor=yes -recolhsl1s=10266 -recolhsl1d=34900 -recol2s=8455 -recol2d=26525 -recol3s=9512 -recol3d=23354 -retex1s=material_70 -retex1d=material_315 -model=model_18242,0 - -// 41661 -[loc_41661] -shadow=no -msi=msi_22 -model=model_2214,1 -model=model_4873,3 -model=model_2215,5 - -// 41662 -[loc_41662] -blockwalk=no -active=yes -ambient=15 -contrast=15 -multivar=varplayerbit_5735 -multiloc=1,loc_41664 - -// 41663 -[loc_41663] -blockwalk=no -active=yes -ambient=15 -contrast=15 -multivar=varplayerbit_5736 -multiloc=1,loc_41664 - -// 41664 -[loc_41664] -active=yes -blockwalk=yes -ambient=15 -contrast=15 -shadow=no -recolhsl1s=38997 -recolhsl1d=35064 -recolhsl2s=38992 -recolhsl2d=35050 -recolhsl3s=38987 -recolhsl3d=35057 -model=model_45103 -name=Stone block - -// 41665 -[loc_41665] -sharelight=yes -active=yes -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -width=3 -op1=Squeeze-through -model=model_45072 -name=Cave entrance - -// 41666 -[loc_41666] -sharelight=yes -active=no -contrast=15 -ambient=25 -blockwalk=yes -hillskew=yes -width=3 -model=model_45072 - -// 41667 -[loc_41667] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Squeeze-through -shadow=no -model=model_45130,1 -name=Crevice - -// 41668 -[loc_41668] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Squeeze-through -shadow=no -model=model_45125,1 -name=Crevice - -// 41669 -[loc_41669] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Squeeze-through -shadow=no -model=model_45130,1 -name=Crevice - -// 41670 -[loc_41670] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Squeeze-through -shadow=no -model=model_45125,1 -name=Crevice - -// 41671 -[loc_41671] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Exit-room -op2=Exit-cave -shadow=no -model=model_45105,1 -name=Archway - -// 41672 -[loc_41672] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Study -shadow=no -model=model_45069,1 -name=Wall - -// 41673 -[loc_41673] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Clear -shadow=no -model=model_45162,1 -name=Wall - -// 41674 -[loc_41674] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Study -shadow=no -model=model_45078,1 -name=Wall - -// 41675 -[loc_41675] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Study -shadow=no -model=model_45158,1 -name=Wall - -// 41676 -[loc_41676] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Clear -shadow=no -model=model_45075,1 -name=Wall - -// 41677 -[loc_41677] -sharelight=yes -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Study -shadow=no -model=model_45152,1 -name=Wall - -// 41678 -[loc_41678] -forceapproach=east -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Shout-in -shadow=no -multivar=varplayerbit_5733 -multiloc=default,loc_41679 -multiloc=0,loc_41680 -multiloc=10,loc_41680 -multiloc=20,loc_41680 - -// 41679 -[loc_41679] -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Shout-in -shadow=no -model=model_45163 -name=Pipe - -// 41680 -[loc_41680] -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -shadow=no -model=model_45163 -name=Pipe - -// 41681 -[loc_41681] -active=yes -op1=Exit -anim=seq_504 -ambient=100 -contrast=100 -bgsound=synth_3139,5 -recol1s=32745 -recol1d=8786 -model=model_2318 -name=Portal - -// 41682 -[loc_41682] -active=yes -blockwalk=yes -ambient=15 -contrast=15 -op1=Pick-up -blockrange=no -multivar=varplayerbit_5741 -multiloc=0,loc_41683 - -// 41683 -[loc_41683] -active=yes -blockwalk=yes -ambient=15 -contrast=15 -op1=Pick-up -shadow=no -blockrange=no -model=model_45098 -name=Stones - -// 41684 -[loc_41684] -active=yes -blockwalk=yes -ambient=15 -op1=Climb -shadow=no -model=model_45165,1 -name=Roots - -// 41685 -[loc_41685] -width=2 -length=3 -contrast=15 -ambient=25 -blockwalk=yes -anim=seq_11040 -model=model_45187 -name=Yeti - -// 41686 -[loc_41686] -model=model_26945 -name=Branches - -// 41687 -[loc_41687] -anim=seq_6853 -ambient=75 -contrast=75 -bgsound=synth_2065,3 -hardshadow=no -recol1s=8454 -recol1d=7365 -recol2s=8422 -recol2d=9479 -recol3s=9479 -recol3d=8422 -model=model_26945 -model2=model_26585 -name=Fire - -// 41688 -[loc_41688] -anim=seq_6853 -multivar=varplayerbit_5753 -multiloc=50,loc_41686 -multiloc=60,loc_41687 - -// 41689 -[loc_41689] -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=20 -recolhsl1s=43908 -recolhsl1d=35171 -recolhsl2s=40838 -recolhsl2d=35178 -recolhsl3s=38792 -recolhsl3d=35185 -recolhsl4s=38540 -recolhsl4d=35192 -recolhsl5s=38292 -recolhsl5d=35199 -model=model_27862 - -// 41690 -[loc_41690] -length=2 -width=2 -active=no -blockwalk=yes -sharelight=yes -hillskew=yes -ambient=20 -recolhsl1s=43908 -recolhsl1d=35171 -recolhsl2s=40838 -recolhsl2d=35178 -recolhsl3s=38792 -recolhsl3d=35185 -recolhsl4s=38540 -recolhsl4d=35192 -recolhsl5s=38292 -recolhsl5d=35199 -model=model_27868 - -// 41691 -[loc_41691] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_88 -msirotate=yes -forcedecor=yes -model=model_45218,0 - -// 41692 -[loc_41692] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_89 -msirotate=yes -forcedecor=yes -model=model_45216,0 - -// 41693 -[loc_41693] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_90 -msirotate=yes -forcedecor=yes -model=model_45210,0 - -// 41694 -[loc_41694] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_91 -msirotate=yes -forcedecor=yes -model=model_45205,0 - -// 41695 -[loc_41695] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_89 -msirotate=yes -forcedecor=yes -model=model_45212,0 - -// 41696 -[loc_41696] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_90 -msirotate=yes -forcedecor=yes -model=model_45209,0 - -// 41697 -[loc_41697] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_91 -msirotate=yes -forcedecor=yes -model=model_45228,0 - -// 41698 -[loc_41698] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_89 -msirotate=yes -forcedecor=yes -recolhsl1s=4502 -recolhsl1d=4130 -model=model_45212,0 - -// 41699 -[loc_41699] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_90 -msirotate=yes -forcedecor=yes -recolhsl1s=4502 -recolhsl1d=4130 -model=model_45209,0 - -// 41700 -[loc_41700] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_91 -msirotate=yes -forcedecor=yes -recolhsl1s=4506 -recolhsl1d=4130 -recolhsl2s=4502 -recolhsl2d=4130 -model=model_45228,0 - -// 41701 -[loc_41701] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_88 -msirotate=yes -forcedecor=yes -model=model_45211,0 - -// 41702 -[loc_41702] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_88 -msirotate=yes -forcedecor=yes -model=model_45206,0 - -// 41703 -[loc_41703] -active=no -sharelight=yes -hardshadow=no -hillskew=yes -ambient=25 -contrast=15 -msi=msi_88 -msirotate=yes -forcedecor=yes -model=model_45207,0 - -// 41704 -[loc_41704] -active=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_45213 -name=Iced rocks - -// 41705 -[loc_41705] -active=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_45225 -name=Iced rocks - -// 41706 -[loc_41706] -active=yes -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_45214 -name=Iced rocks - -// 41707 -[loc_41707] -active=yes -width=2 -length=2 -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -model=model_45215 -name=Iced rocks - -// 41708 -[loc_41708] -active=yes -width=2 -length=2 -hillskew=yes -blockwalk=yes -ambient=25 -contrast=15 -recolhsl1s=30 -recolhsl1d=6675 -recolhsl2s=35 -recolhsl2d=6680 -recolhsl3s=39 -recolhsl3d=6686 -recolhsl4s=43 -recolhsl4d=6691 -model=model_45215 -name=Iced rocks - -// 41709 -[loc_41709] -active=yes -hillskew=yes -blockwalk=no -ambient=25 -contrast=15 -model=model_45217 -name=Iced plant - -// 41710 -[loc_41710] -active=yes -width=2 -length=2 -hillskew=yes -blockwalk=no -ambient=25 -contrast=15 -model=model_45230 -name=Iced plant - -// 41711 -[loc_41711] -width=2 -length=2 -msi=msi_0 -op1=Chop down -op3=hidden -hillchange=tree_skew,42 -recol1s=5218 -recol1d=12548 -model=model_45219 -name=Tree - -// 41712 -[loc_41712] -ambient=25 -width=3 -length=3 -op1=Chop down -op3=hidden -msi=msi_1 -hillchange=tree_skew,32 -model=model_45227 -name=Oak - -// 41713 -[loc_41713] -msi=msi_27 -op1=Chop down -op3=hidden -hillchange=tree_skew,32 -recol1s=6240 -recol1d=5218 -recol2s=7296 -recol2d=5218 -model=model_45222 -name=Dead tree - -// 41714 -[loc_41714] -width=2 -length=3 -ambient=25 -contrast=15 -recol1s=9442 -recol1d=9445 -recolhsl2s=7582 -recolhsl2d=5396 -model=model_45223 -name=Cart - -// 41715 -[loc_41715] -length=2 -width=2 -ambient=25 -contrast=15 -recolhsl1s=7954 -recolhsl1d=5396 -recol2s=9442 -recol2d=8388 -model=model_45208 -name=Wheelbarrow - -// 41716 -[loc_41716] -msi=msi_6 -ambient=25 -contrast=15 -recol1s=4194 -recol1d=8388 -model=model_45224 -name=Tree stump - -// 41717 -[loc_41717] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45270 -name=Ice sculpture - -// 41718 -[loc_41718] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45266 -name=Ice sculpture - -// 41719 -[loc_41719] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45270 -name=Ice sculpture - -// 41720 -[loc_41720] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45266 -name=Ice sculpture - -// 41721 -[loc_41721] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_30372 -name=Reindeer - -// 41722 -[loc_41722] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_30373 -name=Reindeer - -// 41723 -[loc_41723] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -anim=seq_7552 -model=model_30372 -name=Reindeer - -// 41724 -[loc_41724] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -anim=seq_7552 -model=model_30373 -name=Reindeer - -// 41725 -[loc_41725] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45262 -model2=model_45269 -name=Reindeer - -// 41726 -[loc_41726] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45271 -model2=model_45268 -name=Reindeer - -// 41727 -[loc_41727] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45264 -model2=model_45265 -name=Reindeer - -// 41728 -[loc_41728] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45263 -model2=model_45267 -name=Reindeer - -// 41729 -[loc_41729] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45262 -model2=model_45269 -name=Reindeer - -// 41730 -[loc_41730] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45271 -model2=model_45268 -name=Reindeer - -// 41731 -[loc_41731] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45264 -model2=model_45265 -name=Reindeer - -// 41732 -[loc_41732] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -mirror=yes -model=model_45263 -model2=model_45267 -name=Reindeer - -// 41733 -[loc_41733] -width=2 -length=5 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45236 -name=Ice sculpture - -// 41734 -[loc_41734] -width=2 -length=5 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45236 -name=Sleigh - -// 41735 -[loc_41735] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45242 -model2=model_45257 -name=Sleigh - -// 41736 -[loc_41736] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45251 -model2=model_45249 -name=Sleigh - -// 41737 -[loc_41737] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45245 -model2=model_45254 -name=Sleigh - -// 41738 -[loc_41738] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45256 -model2=model_45248 -name=Sleigh - -// 41739 -[loc_41739] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45247 -model2=model_45243 -name=Sleigh - -// 41740 -[loc_41740] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45252 -model2=model_45255 -name=Sleigh - -// 41741 -[loc_41741] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45246 -model2=model_45250 -name=Sleigh - -// 41742 -[loc_41742] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45253 -model2=model_45258 -name=Sleigh - -// 41743 -[loc_41743] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45244 -model2=model_45261 -name=Sleigh - -// 41744 -[loc_41744] -anim=seq_11054 -ambient=15 -contrast=25 -randomanimframe=no -model=model_45260 -model2=model_45259 -name=Sleigh - -// 41745 -[loc_41745] -ambient=15 -contrast=25 -width=2 -length=5 -model=model_45221 -name=Sleigh - -// 41746 -[loc_41746] -width=2 -length=5 -active=no -contrast=15 -ambient=25 -blockwalk=yes -model=model_45233 - -// 41747 -[loc_41747] -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Study -multivar=varplayerbit_5738 -multiloc=0,loc_41673 -multiloc=1,loc_41674 - -// 41748 -[loc_41748] -blockwalk=yes -hillskew=yes -ambient=15 -active=yes -op1=Study -shadow=no -multivar=varplayerbit_5737 -multiloc=0,loc_41676 -multiloc=1,loc_41677 - -// 41749 -[loc_41749] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -multivar=varplayerbit_5753 -multiloc=0,loc_41719 -multiloc=1,loc_41719 -multiloc=2,loc_41719 -multiloc=10,loc_41719 -multiloc=20,loc_41719 -multiloc=25,loc_41719 -multiloc=30,loc_41719 -multiloc=35,loc_41719 -multiloc=40,loc_41717 -multiloc=45,loc_41717 -multiloc=50,loc_41717 - -// 41750 -[loc_41750] -length=4 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -multivar=varplayerbit_5753 -multiloc=0,loc_41720 -multiloc=1,loc_41720 -multiloc=2,loc_41720 -multiloc=10,loc_41720 -multiloc=20,loc_41720 -multiloc=25,loc_41720 -multiloc=30,loc_41720 -multiloc=35,loc_41720 -multiloc=40,loc_41718 -multiloc=45,loc_41718 -multiloc=50,loc_41718 - -// 41751 -[loc_41751] -width=2 -length=5 -active=yes -contrast=15 -ambient=25 -blockwalk=yes -multivar=varplayerbit_5753 -multiloc=0,loc_41733 -multiloc=1,loc_41733 -multiloc=2,loc_41733 -multiloc=10,loc_41733 -multiloc=20,loc_41733 -multiloc=25,loc_41733 -multiloc=30,loc_41733 -multiloc=35,loc_41733 -multiloc=40,loc_41734 -multiloc=45,loc_41734 -multiloc=50,loc_41734 - -// 41752 -[loc_41752] -active=no -sharelight=yes -hillskew=yes -ambient=15 -shadow=no -anim=seq_9154 -bgsound=synth_4472,1 -model=model_45293,1 - -// 41753 -[loc_41753] -hillskew=yes -length=2 -model=model_45296 -name=Pile of logs - -// 41754 -[loc_41754] -ambient=30 -contrast=30 -active=no -retex1s=material_563 -retex1d=material_561 -retex2s=material_161 -retex2d=material_132 -retex3s=material_160 -retex3d=material_132 -model=model_45303,1 - -// 41755 -[loc_41755] -ambient=30 -contrast=30 -active=no -mirror=yes -retex1s=material_563 -retex1d=material_561 -retex2s=material_161 -retex2d=material_132 -retex3s=material_160 -retex3d=material_132 -model=model_45303,1 - -// 41756 -[loc_41756] -sharelight=yes -ambient=30 -contrast=30 -offsety=-91 -model=model_25250,A -model=model_25259,S -model=model_25255,D -model=model_25256,F -model=model_25257,G -model=model_25258,H -model=model_25275,Z -model=model_25274,X -model=model_31122,C -model=model_25267,V -model=model_25236,A -model=model_25241,S -model=model_25237,D -model=model_25238,F -model=model_25239,G -model=model_25240,H -model=model_25244,Z -model=model_25243,X -model=model_31692,C -model=model_25242,V - -// 41757 -[loc_41757] -sharelight=yes -ambient=30 -contrast=30 -model=model_45304,S - -// 41758 -[loc_41758] -sharelight=yes -ambient=30 -contrast=30 -mirror=yes -model=model_45302,S - -// 41759 -[loc_41759] -sharelight=yes -ambient=30 -contrast=30 -offsety=-91 -model=model_25249,H -model=model_25235,H - -// 41760 -[loc_41760] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45300 - -// 41761 -[loc_41761] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_45300 - -// 41762 -[loc_41762] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45299 - -// 41763 -[loc_41763] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45297 - -// 41764 -[loc_41764] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45298 - -// 41765 -[loc_41765] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -mirror=yes -model=model_45298 - -// 41766 -[loc_41766] -active=no -sharelight=yes -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_45301 - -// 41767 -[loc_41767] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31927 - -// 41768 -[loc_41768] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31916 - -// 41769 -[loc_41769] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31925 - -// 41770 -[loc_41770] -active=no -hillskew=yes -contrast=15 -ambient=25 -blockwalk=yes -model=model_31921 - -// 41771 -[loc_41771] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 41772 -[loc_41772] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37741,1 -model=model_37723,2 -model=model_37738,5 - -// 41773 -[loc_41773] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37648,1 -model=model_37627,2 -model=model_37709,5 - -// 41774 -[loc_41774] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37679,1 - -// 41775 -[loc_41775] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37692,1 -model=model_37763,5 - -// 41776 -[loc_41776] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37569,1 -model=model_37667,5 - -// 41777 -[loc_41777] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_15962,1 -model=model_31720,2 -model=model_15963,5 - -// 41778 -[loc_41778] -hillskew=yes -active=no -ambient=25 -contrast=15 -anim=seq_9154 -bgsound=synth_4472,1 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37973,1 - -// 41779 -[loc_41779] -active=no -hillskew=yes -ambient=25 -contrast=25 -msi=msi_22 -model=model_45333,1 -model=model_45341,3 - -// 41780 -[loc_41780] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -model=model_33969 - -// 41781 -[loc_41781] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_33972 - -// 41782 -[loc_41782] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_33971 - -// 41783 -[loc_41783] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_33970 - -// 41784 -[loc_41784] -active=no -hillskew=yes -ambient=25 -contrast=15 -model=model_35414 - -// 41785 -[loc_41785] -active=no -hillskew=yes -ambient=25 -contrast=15 -recol1s=6374 -recol1d=0 -model=model_33973 - -// 41786 -[loc_41786] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37834,1 -model=model_37828,2 -model=model_37829,5 - -// 41787 -[loc_41787] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 41788 -[loc_41788] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_15954,1 -model=model_15955,2 -model=model_15956,5 - -// 41789 -[loc_41789] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37833,1 -model=model_37831,5 - -// 41790 -[loc_41790] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_45342,5 - -// 41791 -[loc_41791] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_45339,5 - -// 41792 -[loc_41792] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_31737,5 - -// 41793 -[loc_41793] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -mirror=yes -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37833,1 -model=model_37831,5 - -// 41794 -[loc_41794] -hillskew=yes -sharelight=yes -active=no -ambient=25 -contrast=15 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_37830,1 -model=model_37832,5 - -// 41795 -[loc_41795] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37529 - -// 41796 -[loc_41796] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37528 - -// 41797 -[loc_41797] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37528 - -// 41798 -[loc_41798] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37532 - -// 41799 -[loc_41799] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37526 - -// 41800 -[loc_41800] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37520 - -// 41801 -[loc_41801] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -mirror=yes -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37520 - -// 41802 -[loc_41802] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37530 - -// 41803 -[loc_41803] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37518 - -// 41804 -[loc_41804] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -occlude=yes -recol1s=7329 -recol1d=6272 -model=model_37524 - -// 41805 -[loc_41805] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37525 - -// 41806 -[loc_41806] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_37521 - -// 41807 -[loc_41807] -hillskew=yes -sharelight=yes -forcedecor=yes -active=no -ambient=25 -contrast=15 -model=model_37531,0 - -// 41808 -[loc_41808] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38016 - -// 41809 -[loc_41809] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38006 - -// 41810 -[loc_41810] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38017 - -// 41811 -[loc_41811] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38008 - -// 41812 -[loc_41812] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38009 - -// 41813 -[loc_41813] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38005 - -// 41814 -[loc_41814] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38013 - -// 41815 -[loc_41815] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38011 - -// 41816 -[loc_41816] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38018 - -// 41817 -[loc_41817] -blockwalk=yes -ambient=25 -contrast=15 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38010 - -// 41818 -[loc_41818] -blockwalk=yes -ambient=25 -contrast=15 -active=no -width=2 -length=2 -hillchange=tree_skew,32 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38012 - -// 41819 -[loc_41819] -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -sharelight=yes -active=no -width=2 -length=2 -recol1s=9444 -recol1d=10467 -recol2s=8387 -recol2d=9410 -recol3s=7330 -recol3d=8353 -recolhsl4s=6670 -recolhsl4d=6026 -recolhsl5s=6666 -recolhsl5d=5000 -recolhsl6s=6662 -recolhsl6d=3845 -model=model_38015 - -// 41820 -[loc_41820] -active=no -hillchange=tree_skew,32 -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -model=model_11795 - -// 41821 -[loc_41821] -active=no -hillchange=tree_skew,32 -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -model=model_11797 - -// 41822 -[loc_41822] -active=no -hillchange=tree_skew,32 -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11796 - -// 41823 -[loc_41823] -active=no -hillchange=tree_skew,32 -blockwalk=yes -ambient=25 -contrast=15 -width=2 -length=2 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_37188 - -// 41824 -[loc_41824] -active=no -hillchange=tree_skew,32 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11799 - -// 41825 -[loc_41825] -active=no -hillchange=tree_skew,32 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11800 - -// 41826 -[loc_41826] -active=no -hillchange=tree_skew,32 -blockwalk=yes -ambient=25 -contrast=15 -hillchange=tree_skew,32 -blockrange=no -recol1s=8423 -recol1d=8353 -recol2s=9480 -recol2d=7296 -recol3s=10537 -recol3d=8353 -recol4s=11594 -recol4d=9410 -recol5s=12651 -recol5d=10467 -recol6s=14699 -recol6d=11524 -model=model_11798 - -// 41827 -[loc_41827] -active=no -ambient=25 -contrast=15 -hillchange=tree_skew,32 -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37343 - -// 41828 -[loc_41828] -active=no -ambient=25 -contrast=15 -hillchange=tree_skew,32 -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37368 - -// 41829 -[loc_41829] -active=no -ambient=25 -contrast=15 -hillchange=tree_skew,32 -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37418 - -// 41830 -[loc_41830] -active=no -ambient=25 -contrast=15 -hillchange=tree_skew,32 -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37434 - -// 41831 -[loc_41831] -active=no -ambient=25 -contrast=15 -hillchange=tree_skew,32 -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37462 - -// 41832 -[loc_41832] -active=no -ambient=25 -contrast=15 -hillchange=tree_skew,32 -resizey=96 -resizex=96 -resizez=96 -blockrange=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_37315 - -// 41833 -[loc_41833] -ambient=25 -contrast=15 -hillskew=yes -active=no -recol1s=5248 -recol1d=7296 -recol2s=6305 -recol2d=8353 -recol3s=7362 -recol3d=9410 -recol4s=8419 -recol4d=10467 -recol5s=9476 -recol5d=11524 -recol6s=10533 -recol6d=12581 -model=model_12042,0 - -// 41834 -[loc_41834] -active=no -contrast=25 -ambient=15 -anim=seq_9154 -bgsound=synth_4472,1 -hillchange=tree_skew,32 -recol1s=6374 -recol1d=7296 -recol2s=7431 -recol2d=8353 -recol3s=8488 -recol3d=9410 -recol4s=9545 -recol4d=10467 -recol5s=10602 -recol5d=11524 -model=model_34002 - -// 41835 -[loc_41835] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18241,0 - -// 41836 -[loc_41836] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_17368,0 - -// 41837 -[loc_41837] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18242,0 - -// 41838 -[loc_41838] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18243,0 - -// 41839 -[loc_41839] -active=no -hillskew=yes -ambient=25 -contrast=15 -unknown90=yes -recol1s=7398 -recol1d=9410 -recol2s=8455 -recol2d=10467 -recol3s=9512 -recol3d=11524 -model=model_18244,0 - -// 41840 -[loc_41840] -active=no -width=2 -length=2 -anim=seq_3101 -ambient=60 -contrast=60 -blockwalk=no -shadow=no -hardshadow=no -model=model_5809 - -// 41841 -[loc_41841] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_45340,0 - -// 41842 -[loc_41842] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_45335,0 - -// 41843 -[loc_41843] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -mirror=yes -model=model_45335,0 - -// 41844 -[loc_41844] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_45337,0 - -// 41845 -[loc_41845] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_45328,0 - -// 41846 -[loc_41846] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -model=model_45330,0 - -// 41847 -[loc_41847] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown96=yes -model=model_37043,0 - -// 41848 -[loc_41848] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown96=yes -model=model_37040,0 - -// 41849 -[loc_41849] -active=no -hillskew=yes -ambient=25 -contrast=15 -sharelight=yes -hardshadow=no -unknown96=yes -model=model_45330,0 - -// 41850 -[loc_41850] -active=no -hillskew=yes -ambient=25 -contrast=15 -mirror=yes -sharelight=yes -hardshadow=no -unknown96=yes -recolhsl1s=8076 -recolhsl1d=8069 -recolhsl2s=7952 -recolhsl2d=7946 -recolhsl3s=7700 -recolhsl3d=7694 -recolhsl4s=7950 -recolhsl4d=7944 -model=model_36965,0 - -// 41851 -[loc_41851] -active=no -ambient=25 -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_45422 -model2=model_45414 -model3=model_45416 - -// 41852 -[loc_41852] -active=no -ambient=25 -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_45424 -model2=model_45414 -model3=model_45418 - -// 41853 -[loc_41853] -active=no -ambient=25 -contrast=25 -blockwalk=yes -width=2 -length=2 -model=model_45427 -model2=model_45414 -model3=model_45420 - -// 41854 -[loc_41854] -active=no -ambient=25 -contrast=25 -blockwalk=yes -width=2 -length=2 -resizex=110 -resizey=110 -resizez=110 -model=model_45422 -model2=model_45414 -model3=model_45416 - -// 41855 -[loc_41855] -active=no -ambient=25 -contrast=25 -blockwalk=yes -width=2 -length=2 -resizex=110 -resizey=110 -resizez=110 -model=model_45424 -model2=model_45414 -model3=model_45418 - -// 41856 -[loc_41856] -active=no -ambient=25 -contrast=25 -blockwalk=yes -width=2 -length=2 -resizex=110 -resizey=110 -resizez=110 -model=model_45427 -model2=model_45414 -model3=model_45420 - -// 41857 -[loc_41857] -length=2 -width=2 -msi=msi_5 -ambient=10 -contrast=5 -anim=seq_4239 -bgsound=synth_2065,3 -model=model_45310 -model2=model_15827 -name=Burning tree - -// 41858 -[loc_41858] -length=2 -width=2 -msi=msi_5 -ambient=10 -contrast=5 -anim=seq_4239 -bgsound=synth_2065,3 -model=model_45312 -model2=model_15827 -name=Burning tree - -// 41859 -[loc_41859] -msi=msi_5 -ambient=10 -contrast=5 -anim=seq_4239 -bgsound=synth_2065,3 -model=model_45311 -model2=model_15827 -name=Burning tree - -// 41860 -[loc_41860] -width=3 -length=2 -msi=msi_6 -hillchange=tree_skew,48 -ambient=25 -contrast=15 -recol1s=8450 -recol1d=8455 -recol2s=6336 -recol2d=6341 -recol3s=5282 -recol3d=5284 -model=model_14739 -name=Tree - -// 41861 -[loc_41861] -hillchange=tree_skew,16 -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_26478 -name=A burnt tree - -// 41862 -[loc_41862] -hillchange=tree_skew,48 -width=2 -length=2 -blockwalk=yes -ambient=25 -contrast=15 -blockrange=no -model=model_26461 -name=A burnt tree - -// 41863 -[loc_41863] -hillchange=tree_skew,48 -active=no -msi=msi_6 -ambient=25 -contrast=15 -model=model_42191 - -// 41864 -[loc_41864] -hillchange=tree_skew,48 -active=no -msi=msi_6 -ambient=25 -contrast=15 -model=model_42197 - -// 41865 -[loc_41865] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14594 - -// 41866 -[loc_41866] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14595 - -// 41867 -[loc_41867] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14596 - -// 41868 -[loc_41868] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14610 - -// 41869 -[loc_41869] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14611 - -// 41870 -[loc_41870] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -recol1s=8423 -recol1d=4228 -recol2s=9480 -recol2d=5285 -recol3s=10537 -recol3d=6342 -recol4s=11594 -recol4d=7399 -recol5s=14699 -recol5d=8456 -model=model_14612 - -// 41871 -[loc_41871] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_11795 - -// 41872 -[loc_41872] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_11796 - -// 41873 -[loc_41873] -width=2 -length=2 -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_11797 - -// 41874 -[loc_41874] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_11798 - -// 41875 -[loc_41875] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_11799 - -// 41876 -[loc_41876] -active=no -hillskew=yes -ambient=25 -contrast=15 -blockrange=no -model=model_11800 - -// 41877 -[loc_41877] -active=no -hillskew=yes -unknown90=yes -ambient=10 -contrast=5 -blockrange=no -recolhsl1s=30 -recolhsl1d=14 -recolhsl2s=35 -recolhsl2d=19 -recolhsl3s=39 -recolhsl3d=23 -recolhsl4s=43 -recolhsl4d=27 -model=model_12125,0 - -// 41878 -[loc_41878] -active=no -hillskew=yes -unknown90=yes -ambient=10 -contrast=5 -blockrange=no -recolhsl1s=30 -recolhsl1d=14 -recolhsl2s=35 -recolhsl2d=19 -recolhsl3s=39 -recolhsl3d=23 -recolhsl4s=43 -recolhsl4d=27 -model=model_12126,0 - -// 41879 -[loc_41879] -active=no -hillskew=yes -unknown90=yes -ambient=10 -contrast=5 -blockrange=no -recolhsl1s=30 -recolhsl1d=14 -recolhsl2s=35 -recolhsl2d=19 -recolhsl3s=39 -recolhsl3d=23 -recolhsl4s=43 -recolhsl4d=27 -model=model_12127,0 - -// 41880 -[loc_41880] -active=no -hillskew=yes -unknown90=yes -ambient=10 -contrast=5 -blockrange=no -recolhsl1s=30 -recolhsl1d=14 -recolhsl2s=35 -recolhsl2d=19 -recolhsl3s=39 -recolhsl3d=23 -recolhsl4s=43 -recolhsl4d=27 -model=model_12128,0 - -// 41881 -[loc_41881] -active=no -blockwalk=no -hillskew=yes -unknown90=yes -ambient=10 -contrast=5 -recolhsl1s=30 -recolhsl1d=14 -recolhsl2s=35 -recolhsl2d=19 -recolhsl3s=39 -recolhsl3d=23 -recolhsl4s=43 -recolhsl4d=27 -model=model_12130,0 - -// 41882 -[loc_41882] -hillskew=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4401,0 - -// 41883 -[loc_41883] -hillskew=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4402,0 - -// 41884 -[loc_41884] -hillskew=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4403,0 - -// 41885 -[loc_41885] -hillskew=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -recol1s=22131 -recol1d=8451 -recol2s=16846 -recol2d=7427 -recol3s=11561 -recol3d=6336 -model=model_4404,0 - -// 41886 -[loc_41886] -hillskew=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=61 -recolhsl1d=8346 -recolhsl2s=82 -recolhsl2d=8209 -recolhsl3s=41 -recolhsl3d=8477 -model=model_4401,0 - -// 41887 -[loc_41887] -hillskew=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=61 -recolhsl1d=8346 -recolhsl2s=82 -recolhsl2d=8209 -recolhsl3s=41 -recolhsl3d=8477 -model=model_4402,0 - -// 41888 -[loc_41888] -hillskew=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=61 -recolhsl1d=8346 -recolhsl2s=82 -recolhsl2d=8209 -recolhsl3s=41 -recolhsl3d=8477 -model=model_4403,0 - -// 41889 -[loc_41889] -hillskew=yes -active=no -ambient=25 -contrast=15 -hardshadow=no -recolhsl1s=61 -recolhsl1d=8346 -recolhsl2s=82 -recolhsl2d=8209 -recolhsl3s=41 -recolhsl3d=8477 -model=model_4404,0 - -// 41890 -[loc_41890] -hillskew=yes -unknown90=yes -ambient=25 -contrast=15 -recol1s=13505 -recol1d=26350 -recol2s=15618 -recol2d=26350 -recol3s=14594 -recol3d=26350 -retex1s=material_154 -retex1d=material_128 -model=model_1124,0 - -// 41891 -[loc_41891] -hillskew=yes -unknown90=yes -ambient=25 -contrast=15 -recol1s=13505 -recol1d=26350 -recol2s=15618 -recol2d=26350 -recol3s=14594 -recol3d=26350 -retex1s=material_154 -retex1d=material_128 -model=model_1139,0 - -// 41892 -[loc_41892] -hillskew=yes -unknown90=yes -ambient=25 -contrast=15 -recol1s=13505 -recol1d=26350 -recol2s=15618 -recol2d=26350 -recol3s=14594 -recol3d=26350 -retex1s=material_154 -retex1d=material_128 -model=model_1032,0 - -// 41893 -[loc_41893] -hillskew=yes -unknown90=yes -ambient=25 -contrast=15 -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=17929 -recol3s=14594 -recol3d=15815 -retex1s=material_154 -retex1d=material_348 -model=model_1124,0 - -// 41894 -[loc_41894] -hillskew=yes -unknown90=yes -ambient=25 -contrast=15 -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=17929 -recol3s=14594 -recol3d=15815 -retex1s=material_154 -retex1d=material_348 -model=model_1139,0 - -// 41895 -[loc_41895] -hillskew=yes -unknown90=yes -ambient=25 -contrast=15 -recol1s=13505 -recol1d=21098 -recol2s=15618 -recol2d=17929 -recol3s=14594 -recol3d=15815 -retex1s=material_154 -retex1d=material_348 -model=model_1032,0 - -// 41896 -[loc_41896] -hillskew=yes -active=no -ambient=20 -hardshadow=no -unknown90=yes -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4401,0 - -// 41897 -[loc_41897] -hillskew=yes -active=no -ambient=20 -hardshadow=no -unknown90=yes -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4402,0 - -// 41898 -[loc_41898] -hillskew=yes -active=no -ambient=20 -hardshadow=no -unknown90=yes -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4403,0 - -// 41899 -[loc_41899] -hillskew=yes -active=no -ambient=20 -hardshadow=no -unknown90=yes -recol1s=22131 -recol1d=12736 -recol2s=16846 -recol2d=11715 -recol3s=11561 -recol3d=10659 -model=model_4404,0 - -// 41900 -[loc_41900] -contrast=15 -ambient=25 -blockwalk=yes -width=4 -length=4 -forceapproach=south -op1=Enter -members=yes -model=model_45334 -name=Cave entrance - -// 41901 -[loc_41901] -active=yes -hillskew=yes -ambient=25 -contrast=15 -op1=Enter -members=yes -model=model_37653,1 -name=Cave entrance - -// 41902 -[loc_41902] -active=yes -hillskew=yes -ambient=25 -contrast=15 -op1=Look-at -op2=Escape -members=yes -model=model_37653,1 -name=Cave entrance - -// 41903 -[loc_41903] -active=yes -blockwalk=yes -width=2 -length=2 -msi=msi_0 -length=2 -width=2 -active=yes -hillchange=tree_skew,32 -ambient=25 -contrast=15 -op1=Harvest-twigs -members=yes -model=model_45441 -name=Cinnamon tree - -// 41904 -[loc_41904] -active=yes -blockwalk=yes -width=2 -length=2 -msi=msi_0 -length=2 -width=2 -active=yes -hillchange=tree_skew,32 -ambient=25 -contrast=15 -op1=Harvest-twigs -members=yes -recolhsl1s=3609 -recolhsl1d=5524 -recolhsl2s=3612 -recolhsl2d=5527 -recolhsl3s=3614 -recolhsl3d=5529 -model=model_45441 -name=Sassafras tree - -// 41905 -[loc_41905] -active=yes -blockwalk=yes -width=2 -length=2 -msi=msi_0 -length=2 -width=2 -active=yes -hillchange=tree_skew,32 -ambient=25 -contrast=15 -op1=Harvest-twigs -members=yes -recolhsl1s=3609 -recolhsl1d=9487 -recolhsl2s=3612 -recolhsl2d=9490 -recolhsl3s=3614 -recolhsl3d=9492 -model=model_45441 -name=Ailanthus tree - -// 41906 -[loc_41906] -active=yes -blockwalk=yes -width=2 -length=2 -msi=msi_0 -length=2 -width=2 -active=yes -hillchange=tree_skew,32 -ambient=25 -contrast=15 -op1=Harvest-twigs -members=yes -recolhsl1s=3609 -recolhsl1d=6935 -recolhsl2s=3612 -recolhsl2d=6938 -recol3s=12483 -recol3d=13569 -model=model_45441 -name=Cedar tree - -// 41907 -[loc_41907] -active=yes -blockwalk=yes -width=2 -length=2 -msi=msi_0 -length=2 -width=2 -active=yes -hillchange=tree_skew,32 -ambient=25 -contrast=15 -op1=Harvest-twigs -members=yes -recolhsl1s=3609 -recolhsl1d=6296 -recolhsl2s=3612 -recolhsl2d=6299 -recolhsl3s=3614 -recolhsl3d=6301 -model=model_45441 -name=Mastic tree - -// 41908 -[loc_41908] -forceapproach=west -contrast=15 -ambient=25 -blockwalk=yes -width=4 -length=4 -blockrange=no -model=model_45343 -name=Pyre - -// 41909 -[loc_41909] -forceapproach=west -contrast=15 -ambient=25 -blockwalk=yes -width=4 -length=4 -anim=seq_11090 -blockrange=no -model=model_45348 -name=Pyre - -// 41910 -[loc_41910] -forceapproach=west -contrast=15 -ambient=25 -blockwalk=yes -width=4 -length=4 -anim=seq_11129 -blockrange=no -model=model_45349 -name=Pyre - -// 41911 -[loc_41911] -active=yes -forceapproach=west -contrast=15 -ambient=25 -blockwalk=yes -width=4 -length=4 -blockrange=no -multivar=varplayerbit_5774 -multiloc=0,loc_41908 -multiloc=1,loc_41909 -multiloc=2,loc_41908 -multiloc=3,loc_41910 -multiloc=4,loc_41908 - -// 41912 -[loc_41912] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45351 - -// 41913 -[loc_41913] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45357 - -// 41914 -[loc_41914] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45377 - -// 41915 -[loc_41915] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45396 - -// 41916 -[loc_41916] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45382 - -// 41917 -[loc_41917] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45368 - -// 41918 -[loc_41918] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45365 - -// 41919 -[loc_41919] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45389 - -// 41920 -[loc_41920] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45360 - -// 41921 -[loc_41921] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45391 - -// 41922 -[loc_41922] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45388 - -// 41923 -[loc_41923] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45373 - -// 41924 -[loc_41924] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45374 - -// 41925 -[loc_41925] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45385 - -// 41926 -[loc_41926] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45354 - -// 41927 -[loc_41927] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45367 - -// 41928 -[loc_41928] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45381 - -// 41929 -[loc_41929] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45380 - -// 41930 -[loc_41930] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45376 - -// 41931 -[loc_41931] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45366 - -// 41932 -[loc_41932] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45393 - -// 41933 -[loc_41933] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45395 - -// 41934 -[loc_41934] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45352 - -// 41935 -[loc_41935] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45362 - -// 41936 -[loc_41936] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45375 - -// 41937 -[loc_41937] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45359 - -// 41938 -[loc_41938] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45372 - -// 41939 -[loc_41939] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45387 - -// 41940 -[loc_41940] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45392 - -// 41941 -[loc_41941] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45364 - -// 41942 -[loc_41942] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45394 - -// 41943 -[loc_41943] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45383 - -// 41944 -[loc_41944] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45355 - -// 41945 -[loc_41945] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45363 - -// 41946 -[loc_41946] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45384 - -// 41947 -[loc_41947] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45361 - -// 41948 -[loc_41948] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45353 - -// 41949 -[loc_41949] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45370 - -// 41950 -[loc_41950] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45390 - -// 41951 -[loc_41951] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45397 - -// 41952 -[loc_41952] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45358 - -// 41953 -[loc_41953] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45356 - -// 41954 -[loc_41954] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45369 - -// 41955 -[loc_41955] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45386 - -// 41956 -[loc_41956] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45350 - -// 41957 -[loc_41957] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45378 - -// 41958 -[loc_41958] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45371 - -// 41959 -[loc_41959] -active=no -contrast=15 -ambient=25 -blockwalk=no -model=model_45379 - -// 41960 -[loc_41960] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45400,0 - -// 41961 -[loc_41961] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45410,0 - -// 41962 -[loc_41962] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45403,0 - -// 41963 -[loc_41963] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45399,0 - -// 41964 -[loc_41964] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45409,0 - -// 41965 -[loc_41965] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45405,0 - -// 41966 -[loc_41966] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45401,0 - -// 41967 -[loc_41967] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45406,0 - -// 41968 -[loc_41968] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45408,0 - -// 41969 -[loc_41969] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45404,0 - -// 41970 -[loc_41970] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45398,0 - -// 41971 -[loc_41971] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45402,0 - -// 41972 -[loc_41972] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -model=model_45407,0 - -// 41973 -[loc_41973] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -mirror=yes -model=model_45406,0 - -// 41974 -[loc_41974] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -mirror=yes -model=model_45408,0 - -// 41975 -[loc_41975] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -mirror=yes -model=model_45404,0 - -// 41976 -[loc_41976] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -mirror=yes -model=model_45398,0 - -// 41977 -[loc_41977] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -mirror=yes -model=model_45402,0 - -// 41978 -[loc_41978] -active=no -ambient=25 -contrast=15 -unknown90=yes -forcedecor=yes -mirror=yes -model=model_45407,0 - -// 41979 -[loc_41979] -forceapproach=north -ambient=25 -contrast=25 -blockwalk=yes -width=2 -op2=Read-book -blockrange=no -model=model_45338 -name=Shrine - -// 41980 -[loc_41980] -active=no -ambient=25 -contrast=15 -blockwalk=yes -resizex=64 -resizey=64 -resizez=64 -model=model_45332 - -// 41981 -[loc_41981] -active=no -ambient=25 -contrast=15 -blockwalk=yes -resizex=64 -resizey=64 -resizez=64 -model=model_45331 - -// 41982 -[loc_41982] -active=no -ambient=25 -contrast=15 -blockwalk=yes -resizex=64 -resizey=64 -resizez=64 -model=model_45336 - -// 41983 -[loc_41983] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41912 -multiloc=1,loc_41912 -multiloc=2,loc_41913 -multiloc=3,loc_41914 -multiloc=4,loc_41914 - -// 41984 -[loc_41984] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41915 -multiloc=1,loc_41915 -multiloc=2,loc_41916 -multiloc=3,loc_41917 -multiloc=4,loc_41917 - -// 41985 -[loc_41985] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41918 -multiloc=1,loc_41918 -multiloc=2,loc_41919 -multiloc=3,loc_41920 -multiloc=4,loc_41920 - -// 41986 -[loc_41986] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41921 -multiloc=1,loc_41921 -multiloc=2,loc_41922 -multiloc=3,loc_41923 -multiloc=4,loc_41923 - -// 41987 -[loc_41987] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41924 -multiloc=1,loc_41924 -multiloc=2,loc_41925 -multiloc=3,loc_41926 -multiloc=4,loc_41926 - -// 41988 -[loc_41988] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41927 -multiloc=1,loc_41927 -multiloc=2,loc_41928 -multiloc=3,loc_41929 -multiloc=4,loc_41929 - -// 41989 -[loc_41989] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41930 -multiloc=1,loc_41930 -multiloc=2,loc_41931 -multiloc=3,loc_41932 -multiloc=4,loc_41932 - -// 41990 -[loc_41990] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41933 -multiloc=1,loc_41933 -multiloc=2,loc_41934 -multiloc=3,loc_41935 -multiloc=4,loc_41935 - -// 41991 -[loc_41991] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41936 -multiloc=1,loc_41936 -multiloc=2,loc_41937 -multiloc=3,loc_41938 -multiloc=4,loc_41938 - -// 41992 -[loc_41992] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41939 -multiloc=1,loc_41939 -multiloc=2,loc_41940 -multiloc=3,loc_41941 -multiloc=4,loc_41941 - -// 41993 -[loc_41993] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41942 -multiloc=1,loc_41942 -multiloc=2,loc_41943 -multiloc=3,loc_41944 -multiloc=4,loc_41944 - -// 41994 -[loc_41994] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41945 -multiloc=1,loc_41945 -multiloc=2,loc_41946 -multiloc=3,loc_41947 -multiloc=4,loc_41947 - -// 41995 -[loc_41995] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41948 -multiloc=1,loc_41948 -multiloc=2,loc_41949 -multiloc=3,loc_41950 -multiloc=4,loc_41950 - -// 41996 -[loc_41996] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41951 -multiloc=1,loc_41951 -multiloc=2,loc_41952 -multiloc=3,loc_41953 -multiloc=4,loc_41953 - -// 41997 -[loc_41997] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41954 -multiloc=1,loc_41954 -multiloc=2,loc_41955 -multiloc=3,loc_41956 -multiloc=4,loc_41956 - -// 41998 -[loc_41998] -active=no -contrast=15 -ambient=25 -blockwalk=no -multivar=varplayerbit_5774 -multiloc=0,loc_41957 -multiloc=1,loc_41957 -multiloc=2,loc_41958 -multiloc=3,loc_41959 -multiloc=4,loc_41959 - -// 41999 -[loc_41999] -hillskew=yes -sharelight=yes -blockwalk=no -forcedecor=yes -active=no -ambient=25 -contrast=15 -recol1s=7329 -recol1d=6272 -model=model_45442 - -// 42000 -[loc_42000] -randomsound=50,50,5,synth_5739,synth_3090,synth_5738 -active=no -shadow=no -blockwalk=no -model=model_34351,Q - -// 42001 -[loc_42001] -active=no -hillskew=yes -ambient=15 -contrast=25 -hardshadow=no -forcedecor=yes -recolhsl1s=8076 -recolhsl1d=31850 -recolhsl2s=7952 -recolhsl2d=31837 -recolhsl3s=7700 -recolhsl3d=31832 -recolhsl4s=7950 -recolhsl4d=31834 -retex1s=material_300 -retex1d=material_502 -model=model_45447,0 - -// 42002 -[loc_42002] -active=yes -op1=Close -recol1s=12480 -recol1d=9445 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - -// 42003 -[loc_42003] -active=yes -mirror=yes -op1=Close -recol1s=12480 -recol1d=9445 -model=model_966,1 -model=model_967,2 -model=model_968,5 -name=Gate - diff --git a/dumps/530/config/dump.npc b/dumps/530/config/dump.npc deleted file mode 100644 index 75ad86231..000000000 --- a/dumps/530/config/dump.npc +++ /dev/null @@ -1,172963 +0,0 @@ -// 0 -[npc_0] -bas=bas_117 -vislevel=0 -size=1 -op1=Talk-to -op4=Work-for -recolhsl1s=5133 -recolhsl1d=6798 -recolhsl2s=6443 -recolhsl2d=1561 -recolhsl3s=5404 -recolhsl3d=1561 -recolhsl4s=6563 -recolhsl4d=1555 -recolhsl5s=5524 -recolhsl5d=1555 -retex1s=material_255 -retex1d=material_292 -retex2s=material_251 -retex2d=material_262 -name=Hans -model1=model_40329 -model2=model_28785 -model3=model_28796 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_39575 -unknown119=2 - -// 1 -[npc_1] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=6273 -recol1d=11425 -recol2s=14724 -recol2d=5287 -recol3s=2340 -recol3d=10501 -recol4s=7298 -recol4d=2114 -name=Man -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_326 -model5=model_151 -model6=model_177 -model7=model_12138 -model8=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 2 -[npc_2] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=6273 -recol1d=21029 -recol2s=14724 -recol2d=8289 -recol3s=2340 -recol3d=12711 -retex1s=material_203 -retex1d=material_140 -name=Man -model1=model_217 -model2=model_246 -model3=model_292 -model4=model_326 -model5=model_170 -model6=model_177 -model7=model_274 -model8=model_185 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 3 -[npc_3] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=14724 -recol1d=6406 -recol2s=2340 -recol2d=7396 -name=Man -model1=model_235 -model2=model_253 -model3=model_292 -model4=model_326 -model5=model_151 -model6=model_177 -model7=model_267 -model8=model_181 -head1=model_38641 -head2=model_39227 -unknown119=3 - -// 4 -[npc_4] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=13325 -recol3s=15856 -recol3d=25098 -name=Woman -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_10706 -model5=model_421 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 5 -[npc_5] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=10434 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=14594 -recol5s=14724 -recol5d=10434 -retex1s=material_252 -retex1d=material_257 -name=Woman -model1=model_391 -model2=model_471 -model3=model_332 -model4=model_10706 -model5=model_419 -model6=model_358 -model7=model_414 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 6 -[npc_6] -bas=bas_4 -size=1 -op2=Attack -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=14724 -recol1d=17605 -recol2s=4160 -recol2d=9442 -recol3s=2340 -recol3d=12320 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=28262 -retex1s=material_228 -retex1d=material_426 -name=Woman -model1=model_393 -model2=model_456 -model3=model_40401 -model4=model_10706 -model5=model_435 -model6=model_414 -head1=model_39016 -head2=model_38861 -unknown119=3 - -// 7 -[npc_7] -bas=bas_35 -size=1 -op3=Pickpocket -op2=Attack -vislevel=7 -recolhsl1s=5674 -recolhsl1d=7368 -recolhsl2s=5659 -recolhsl2d=7357 -recolhsl3s=32798 -recolhsl3d=8346 -recolhsl4s=32803 -recolhsl4d=8352 -recolhsl5s=32790 -recolhsl5d=8340 -retex1s=material_255 -retex1d=material_292 -retex2s=material_251 -retex2d=material_272 -retex3s=material_359 -retex3d=material_272 -name=Farmer -model1=model_40333 -model2=model_40352 -model3=model_40364 -model4=model_40370 -model5=model_28767 -model6=model_28810 -model7=model_40319 -head1=model_40008 -unknown119=3 - -// 8 -[npc_8] -bas=bas_4 -size=1 -op2=Attack -vislevel=16 -recol1s=2340 -recol1d=9452 -recol2s=14724 -recol2d=8353 -name=Thief -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_320 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 9 -[npc_9] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=21 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=3 - -// 10 -[npc_10] -bas=bas_509 -vislevel=0 -op1=Talk-to -name=Schoolgirl -model1=model_28599 -head1=model_28686 -unknown119=3 - -// 11 -[npc_11] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=11524 -recol2s=2340 -recol2d=8492 -recol3s=25098 -recol3d=21995 -recol4s=6273 -recol4d=7366 -recol5s=7298 -recol5d=2146 -recol6s=10535 -recol6d=9511 -name=Tramp -model1=model_18190 -model2=model_203 -model3=model_11190 -model4=model_310 -model5=model_18126 -model6=model_10218 -model7=model_15005 -model8=model_18127 -head1=model_39635 -head2=model_39212 -head3=model_39452 -unknown119=3 - -// 12 -[npc_12] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=7 -recol1s=2340 -recol1d=8354 -recol2s=15392 -recol2d=16846 -recol3s=6273 -recol3d=28295 -recol4s=14724 -recol4d=13539 -name=Barbarian -model1=model_219 -model2=model_252 -model3=model_311 -model4=model_173 -model5=model_176 -model6=model_274 -model7=model_242 -model8=model_185 -model9=model_550 -head1=model_38589 -head2=model_39328 -head3=model_38097 -unknown119=3 - -// 13 -[npc_13] -bas=bas_4 -size=1 -op2=Attack -vislevel=9 -recol1s=14724 -recol1d=1295 -recol2s=2340 -recol2d=173 -recol3s=6273 -recol3d=32767 -recol4s=32701 -recol4d=5526 -recol5s=32767 -recol5d=32701 -recol6s=27483 -recol6d=4228 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Wizard -model1=model_215 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_202 -model9=model_3189 -model10=model_326 -head1=model_39836 -head2=model_39223 -head3=model_39400 -unknown119=3 - -// 14 -[npc_14] -bas=bas_4 -size=1 -op2=Attack -vislevel=33 -recol1s=2340 -recol1d=32767 -recol2s=14724 -recol2d=32767 -recol3s=6273 -recol3d=32767 -retex1s=material_257 -retex1d=material_268 -retex2s=material_202 -retex2d=material_268 -retex3s=material_268 -retex3d=material_258 -retex4s=material_252 -retex4d=material_254 -retex5s=material_228 -retex5d=material_426 -name=Druid -model1=model_217 -model2=model_181 -model3=model_250 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -unknown119=3 - -// 15 -[npc_15] -bas=bas_4 -size=1 -op3=Pickpocket -op2=Attack -vislevel=24 -recol1s=6273 -recol1d=28295 -recol2s=7298 -recol2d=6342 -retex1s=material_228 -retex1d=material_426 -name=Warrior woman -model1=model_390 -model2=model_468 -model3=model_337 -model4=model_353 -model5=model_432 -model6=model_361 -model7=model_376 -model8=model_519 -model9=model_541 -modeloffset7=3,-11,6 -modeloffset8=-3,-11,6 -unknown119=3 - -// 16 -[npc_16] -bas=bas_4 -size=1 -op3=Pickpocket -op2=Attack -vislevel=2 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=25098 -recol3d=15652 -recol4s=15856 -recol4d=15652 -name=Man -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -unknown119=3 - -// 17 -[npc_17] -bas=bas_509 -vislevel=0 -op1=Talk-to -recol1s=22065 -recol1d=26146 -recol2s=12720 -recol2d=6503 -recol3s=8387 -recol3d=0 -recol4s=18828 -recol4d=21920 -recol5s=18464 -recol5d=32576 -name=Schoolgirl -model1=model_28599 -head1=model_28686 -unknown119=3 - -// 18 -[npc_18] -bas=bas_4 -size=1 -op3=Pickpocket -op2=Attack -vislevel=9 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=13325 -recol3s=25098 -recol3d=19813 -recol4s=6273 -recol4d=4226 -recol5s=15856 -recol5d=19813 -name=Al-Kharid warrior -model1=model_40313 -unknown119=3 - -// 19 -[npc_19] -bas=bas_78 -size=1 -op2=Attack -vislevel=36 -recol1s=8388 -recol1d=26357 -recol2s=6274 -recol2d=23220 -recol3s=11561 -recol3d=23220 -recol4s=16846 -recol4d=28471 -recol5s=15789 -recol5d=27447 -recol6s=8463 -recol6d=15392 -name=White Knight -model1=model_11744 -model2=model_306 -model3=model_164 -model4=model_13318 -model5=model_546 -model6=model_268 -model7=model_4954 -unknown119=3 - -// 20 -[npc_20] -bas=bas_4 -size=1 -op3=Pickpocket -op2=Attack -vislevel=62 -recol1s=7298 -recol1d=6342 -recol2s=6273 -recol2d=28295 -recol3s=15375 -recol3d=19126 -recol4s=15856 -recol4d=25098 -retex1s=material_228 -retex1d=material_426 -name=Paladin -model1=model_217 -model2=model_248 -model3=model_313 -model4=model_156 -model5=model_10218 -model6=model_268 -model7=model_185 -model8=model_518 -model9=model_541 -model10=model_3330 -unknown119=3 - -// 21 -[npc_21] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=69 -recol1s=18960 -recol1d=6476 -recol2s=10468 -recol2d=12788 -recol3s=11561 -recol3d=12788 -recol4s=16846 -recol4d=6476 -recol5s=15789 -recol5d=6476 -recol6s=25098 -recol6d=19813 -name=Hero -model1=model_217 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_518 -model8=model_246 -model9=model_541 -unknown119=3 - -// 22 -[npc_22] -bas=bas_4 -size=1 -op2=Attack -vislevel=15 -recol1s=8386 -recol1d=7424 -recol2s=14724 -recol2d=6336 -recol3s=15856 -recol3d=25098 -recol4s=32736 -recol4d=4226 -name=Forester -model1=model_217 -model2=model_247 -model3=model_292 -model4=model_151 -model5=model_179 -model6=model_274 -model7=model_181 -model8=model_196 -model9=model_326 -model10=model_323 -model11=model_510 -unknown119=3 - -// 23 -[npc_23] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=46 -recol1s=26400 -recol1d=19476 -recol2s=10468 -recol2d=22131 -recol3s=32735 -recol3d=12350 -recol4s=6273 -recol4d=12350 -name=Knight of Ardougne -model1=model_218 -model2=model_313 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_518 -model8=model_3330 -unknown119=3 - -// 24 -[npc_24] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=16704 -name=Man -model1=model_230 -model2=model_185 -model3=model_299 -model4=model_32592 -model5=model_179 -model6=model_267 -model7=model_252 -model8=model_321 -model9=model_186 -head1=model_39799 -head2=model_38097 -head3=model_39371 -unknown119=3 - -// 25 -[npc_25] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=15682 -name=Woman -model1=model_378 -model2=model_361 -model3=model_462 -model4=model_341 -model5=model_10706 -model6=model_428 -model7=model_483 -model8=model_445 -head1=model_39090 -unknown119=3 - -// 26 -[npc_26] -bas=bas_118 -size=1 -op2=Attack -op3=Pickpocket -vislevel=46 -recol1s=26400 -recol1d=19476 -recol2s=10468 -recol2d=22131 -recol3s=32735 -recol3d=12350 -recol4s=6273 -recol4d=12350 -name=Knight of Ardougne -model1=model_232 -model2=model_246 -model3=model_313 -model4=model_164 -model5=model_179 -model6=model_268 -model7=model_185 -model8=model_518 -model9=model_3330 -unknown119=3 - -// 27 -[npc_27] -bas=bas_4 -size=1 -op2=Attack -vislevel=37 -recol1s=7330 -recol1d=24096 -retex1s=material_202 -retex1d=material_258 -name=Archer -model1=model_220 -model2=model_185 -model3=model_253 -model4=model_296 -model5=model_151 -model6=model_179 -model7=model_262 -model8=model_563 -unknown119=3 - -// 28 -[npc_28] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recolhsl1s=25238 -recolhsl1d=8529 -recolhsl2s=43569 -recolhsl2d=8529 -recolhsl3s=43560 -recolhsl3d=8529 -recolhsl4s=43565 -recolhsl4d=8529 -recolhsl5s=43570 -recolhsl5d=8529 -recolhsl6s=43573 -recolhsl6d=8529 -retex1s=material_262 -retex1d=material_250 -retex2s=material_256 -retex2d=material_262 -retex3s=material_359 -retex3d=material_527 -name=Zoo keeper -model1=model_215 -model2=model_292 -model3=model_250 -model4=model_151 -model5=model_10218 -model6=model_271 -model7=model_185 -model8=model_194 -model9=model_327 -model10=model_495 -head1=model_39836 -head2=model_38642 -head3=model_39481 -unknown119=3 - -// 29 -[npc_29] -bas=bas_4 -size=1 -vislevel=1 -recol1s=2340 -recol1d=8416 -retex1s=material_264 -retex1d=material_258 -name=Chuck -model1=model_210 -model2=model_250 -model3=model_315 -model4=model_173 -model5=model_179 -model6=model_271 -model7=model_185 -model8=model_196 -model9=model_510 -model10=model_280 -unknown119=3 - -// 30 -[npc_30] -bas=bas_4 -vislevel=0 -size=1 -recol1s=2340 -recol1d=6342 -recol2s=14724 -recol2d=3170 -recol3s=15856 -recol3d=25098 -name=Barman -model1=model_230 -model2=model_247 -model3=model_299 -model4=model_32592 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_321 -unknown119=3 - -// 31 -[npc_31] -bas=bas_4 -vislevel=0 -size=1 -recol1s=2340 -recol1d=3176 -recol2s=14724 -recol2d=1061 -recol3s=7328 -recol3d=25370 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Priest -model1=model_223 -model2=model_249 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_265 -model7=model_185 -model8=model_325 -unknown119=3 - -// 32 -[npc_32] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=20 -recol1s=2340 -recol1d=19554 -recol2s=14724 -recol2d=1072 -name=Guard -model1=model_225 -model2=model_301 -model3=model_162 -model4=model_179 -model5=model_274 -model6=model_185 -model7=model_502 -unknown119=3 - -// 33 -[npc_33] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=13600 -recol1d=1494 -recol2s=8386 -recol2d=23208 -recol3s=6273 -recol3d=28341 -recol4s=4228 -recol4d=32740 -recol5s=14724 -recol5d=1494 -name=Door man -model1=model_214 -model2=model_252 -model3=model_295 -model4=model_323 -model5=model_283 -model6=model_170 -model7=model_176 -model8=model_268 -model9=model_183 -head1=model_39726 -head2=model_38097 -unknown119=3 - -// 34 -[npc_34] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=33 -recol1s=2340 -recol1d=19554 -recol2s=14724 -recol2d=1072 -name=Watchman -model1=model_219 -model2=model_301 -model3=model_167 -model4=model_179 -model5=model_274 -model6=model_185 -model7=model_249 -unknown119=3 - -// 35 -[npc_35] -bas=bas_4 -size=1 -op2=Attack -vislevel=28 -recol1s=2340 -recol1d=19554 -recol2s=14724 -recol2d=1072 -name=Soldier -model1=model_219 -model2=model_301 -model3=model_167 -model4=model_179 -model5=model_274 -model6=model_185 -model7=model_249 -model8=model_518 -unknown119=3 - -// 36 -[npc_36] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=10637 -name=Wyson the gardener -model1=model_230 -model2=model_253 -model3=model_11761 -model4=model_10301 -model5=model_179 -model6=model_40270 -model7=model_185 -model8=model_4843 -model9=model_496 -head1=model_39799 -head2=model_39547 -head3=model_39227 -unknown119=3 - -// 37 -[npc_37] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=8386 -recol2s=26400 -recol2d=16846 -recol3s=32736 -recol3d=11561 -recol4s=26400 -recol4d=11561 -recol5s=15392 -recol5d=15 -name=Sigbert the Adventurer -model1=model_313 -model2=model_208 -model3=model_167 -model4=model_268 -model5=model_185 -model6=model_179 -model7=model_250 -model8=model_323 -model9=model_553 -model10=model_3330 -head1=model_38588 -head2=model_38642 -unknown119=3 - -// 38 -[npc_38] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=11 -recol1s=2340 -recol1d=8420 -recol2s=6273 -recol2d=14594 -recol3s=14724 -recol3d=16846 -name=Shipyard worker -model1=model_215 -model2=model_247 -model3=model_305 -model4=model_151 -model5=model_179 -model6=model_254 -model7=model_185 -head1=model_39836 -head2=model_39256 -unknown119=3 - -// 39 -[npc_39] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=11 -recol1s=2340 -recol1d=8420 -recol2s=14724 -recol2d=16846 -name=Shipyard worker -model1=model_230 -model2=model_246 -model3=model_305 -model4=model_173 -model5=model_179 -model6=model_271 -model7=model_185 -model8=model_491 -head1=model_39630 -unknown119=3 - -// 40 -[npc_40] -bas=bas_1415 -size=1 -vislevel=0 -name=Shark -model1=model_2848 -unknown119=7 - -// 41 -[npc_41] -bas=bas_62 -size=1 -resizeh=80 -resizev=80 -op2=Attack -vislevel=1 -name=Chicken -model1=model_23905 -unknown119=3 - -// 42 -[npc_42] -bas=bas_63 -vislevel=0 -size=1 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 43 -[npc_43] -bas=bas_64 -vislevel=0 -size=1 -op1=Shear -name=Sheep -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 44 -[npc_44] -bas=bas_92 -resizeh=130 -resizev=124 -op1=Talk-to -op3=Bank -op4=Collect -ambient=20 -vislevel=0 -recol1s=14724 -recol1d=5255 -recol2s=2340 -recol2d=5255 -recol3s=7328 -recol3d=5255 -recol4s=0 -recol4d=3141 -recol5s=1090 -recol5d=5255 -recol6s=7298 -recol6d=1057 -retex1s=material_256 -retex1d=material_202 -retex2s=material_359 -retex2d=material_202 -name=Banker -model1=model_215 -model2=model_246 -model3=model_17365 -model4=model_163 -model5=model_10218 -model6=model_12138 -model7=model_181 -head1=model_39836 -head2=model_39223 -unknown119=1 - -// 45 -[npc_45] -bas=bas_92 -op1=Talk-to -op3=Bank -op4=Collect -ambient=20 -vislevel=0 -recol1s=14724 -recol1d=3141 -recol2s=2340 -recol2d=3141 -recol3s=7328 -recol3d=5255 -recol4s=6144 -recol4d=5255 -recol5s=7298 -recol5d=3171 -recol6s=6273 -recol6d=17632 -retex1s=material_251 -retex1d=material_258 -retex2s=material_252 -retex2d=material_273 -retex3s=material_263 -retex3d=material_257 -name=Banker -model1=model_378 -model2=model_25868 -model3=model_343 -model4=model_353 -model5=model_433 -model6=model_358 -head1=model_39090 -unknown119=1 - -// 46 -[npc_46] -bas=bas_1405 -size=1 -op2=Attack -minimap=no -vislevel=1 -name=Duck -model1=model_26873 -unknown119=7 - -// 47 -[npc_47] -bas=bas_101 -size=1 -op2=Attack -minimap=no -resizeh=133 -resizev=134 -vislevel=1 -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 48 -[npc_48] -bas=bas_62 -size=1 -op2=Attack -resizeh=85 -resizev=85 -resizeh=180 -resizev=180 -vislevel=46 -recol1s=22059 -recol1d=9413 -recol2s=23150 -recol2d=12320 -recol3s=23116 -recol3d=7299 -name=Oomlie bird -model1=model_23905 -unknown119=3 - -// 49 -[npc_49] -bas=bas_96 -size=2 -op2=Attack -vislevel=122 -name=Hellhound -model1=model_26256 -unknown119=3 - -// 50 -[npc_50] -bas=bas_1403 -size=5 -op2=Attack -vislevel=276 -name=King Black Dragon -model1=model_17414 -model2=model_17415 -model3=model_17429 -model4=model_17422 -unknown119=3 - -// 51 -[npc_51] -bas=bas_1398 -size=2 -resizeh=110 -resizev=110 -op2=Attack -vislevel=48 -recol1s=7168 -recol1d=7399 -recol2s=8192 -recol2d=8456 -recol3s=9248 -recol3d=10504 -recol4s=10305 -recol4d=11561 -recol5s=11427 -recol5d=13640 -recol6s=13541 -recol6d=15754 -name=Baby dragon -model1=model_17411 -model2=model_17427 -model3=model_17421 -unknown119=3 - -// 52 -[npc_52] -bas=bas_1398 -size=2 -resizeh=105 -resizev=105 -op2=Attack -vislevel=48 -recol1s=7168 -recol1d=1096 -recol2s=8192 -recol2d=2153 -recol3s=9248 -recol3d=3210 -recol4s=10305 -recol4d=4267 -recol5s=11427 -recol5d=7438 -recol6s=13541 -recol6d=9520 -name=Baby blue dragon -model1=model_17411 -model2=model_17427 -model3=model_17421 -unknown119=3 - -// 53 -[npc_53] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=152 -name=Red dragon -model1=model_17407 -model2=model_17425 -model3=model_17418 -unknown119=3 - -// 54 -[npc_54] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=227 -recol1s=13541 -recol1d=8456 -recol2s=8192 -recol2d=2112 -recol3s=9248 -recol3d=2113 -recol4s=10305 -recol4d=3170 -recol5s=11427 -recol5d=6342 -recol6s=7168 -recol6d=1056 -name=Black dragon -model1=model_17407 -model2=model_17425 -model3=model_17418 -unknown119=3 - -// 55 -[npc_55] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=111 -recol1s=7168 -recol1d=1096 -recol2s=8192 -recol2d=2153 -recol3s=9248 -recol3d=3210 -recol4s=10305 -recol4d=4267 -recol5s=11427 -recol5d=7438 -recol6s=13541 -recol6d=9520 -name=Blue dragon -model1=model_17408 -model2=model_17425 -model3=model_17418 -unknown119=3 - -// 56 -[npc_56] -bas=bas_44 -size=1 -vislevel=1 -retex1s=material_363 -retex1d=material_387 -name=Dryad -model1=model_2856 -unknown119=3 - -// 57 -[npc_57] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -name=Fairy -model1=model_2857 -head1=model_11 -unknown119=3 - -// 58 -[npc_58] -bas=bas_17 -size=1 -minimap=no -op2=Attack -vislevel=52 -recol1s=31808 -recol1d=4228 -recol2s=2014 -recol2d=3171 -recol3s=1666 -recol3d=2114 -recol4s=32736 -recol4d=1057 -recol5s=31773 -recol5d=8416 -recol6s=14392 -recol6d=32481 -name=Shadow spider -model1=model_20309 -model2=model_20312 -unknown119=3 - -// 59 -[npc_59] -bas=bas_17 -size=1 -op2=Attack -vislevel=2 -recol1s=31808 -recol1d=12544 -recol2s=2014 -recol2d=5248 -recol3s=1666 -recol3d=6272 -recol4s=32736 -recol4d=24224 -recol5s=31773 -recol5d=8386 -recol6s=14392 -recol6d=32385 -name=Giant spider -model1=model_20309 -model2=model_20311 -unknown119=3 - -// 60 -[npc_60] -bas=bas_17 -size=1 -op2=Attack -vislevel=27 -recol1s=31808 -recol1d=20896 -recol2s=2014 -recol2d=5248 -recol3s=1666 -recol3d=6272 -recol4s=32736 -recol4d=24224 -recol5s=31773 -recol5d=8386 -recol6s=14392 -recol6d=32385 -name=Giant spider -model1=model_20309 -model2=model_20310 -unknown119=3 - -// 61 -[npc_61] -bas=bas_99 -size=1 -op2=Attack -vislevel=1 -name=Spider -model1=model_24613 -unknown119=3 - -// 62 -[npc_62] -bas=bas_17 -size=1 -minimap=no -op2=Attack -vislevel=44 -recol1s=2014 -recol1d=12901 -recol2s=31773 -recol2d=11590 -recol3s=1666 -recol3d=6567 -recol4s=14392 -recol4d=6567 -recol5s=31808 -recol5d=10756 -name=Jungle spider -model1=model_20315 -model2=model_20313 -unknown119=3 - -// 63 -[npc_63] -bas=bas_17 -size=1 -op2=Attack -vislevel=34 -recol1s=31808 -recol1d=25764 -recol2s=2014 -recol2d=15363 -recol3s=1666 -recol3d=15458 -recol4s=32736 -recol4d=11425 -recol5s=31773 -recol5d=2116 -recol6s=14392 -recol6d=1058 -name=Deadly red spider -model1=model_20309 -model2=model_20312 -unknown119=3 - -// 64 -[npc_64] -bas=bas_17 -size=1 -minimap=no -op2=Attack -vislevel=61 -name=Ice spider -model1=model_20303 -model2=model_20304 -unknown119=3 - -// 65 -[npc_65] -bas=bas_108 -size=1 -op2=Attack -vislevel=12 -name=Leprechaun -model1=model_2909 -model2=model_2896 -model3=model_2915 -unknown119=3 - -// 66 -[npc_66] -bas=bas_108 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=1 -retex1s=material_404 -retex1d=material_227 -name=Gnome -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 67 -[npc_67] -bas=bas_108 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=1 -recol1s=352 -recol1d=14625 -retex1s=material_404 -retex1d=material_141 -name=Gnome -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 68 -[npc_68] -bas=bas_108 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=1 -recol1s=25098 -recol1d=13537 -recol2s=22984 -recol2d=13537 -recol3s=21927 -recol3d=13537 -name=Gnome -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 69 -[npc_69] -bas=bas_1411 -size=2 -op2=Attack -vislevel=22 -name=Lizard man -model1=model_2888 -unknown119=3 - -// 70 -[npc_70] -bas=bas_30 -vislevel=1 -multivar=varplayerbit_5526 -multinpc=2,npc_8268 -unknown119=3 - -// 71 -[npc_71] -bas=bas_1413 -size=1 -op1=Talk-to -vislevel=20 -name=Orc -model1=model_2926 -unknown119=3 - -// 72 -[npc_72] -bas=bas_42 -size=1 -op2=Attack -vislevel=69 -name=Troll -model1=model_3752 -unknown119=3 - -// 73 -[npc_73] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21104 -model2=model_21057 -model3=model_21037 -model4=model_21086 -model5=model_21113 -model6=model_21073 -model7=model_21140 -unknown119=3 - -// 74 -[npc_74] -bas=bas_68 -size=1 -op2=Attack -vislevel=18 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21002 -model2=model_20971 -model3=model_20964 -model4=model_21000 -model5=model_21028 -model6=model_20982 -model7=model_21029 -unknown119=3 - -// 75 -[npc_75] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 76 -[npc_76] -bas=bas_38 -size=1 -op2=Attack -vislevel=25 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -recol6s=16846 -recol6d=8354 -name=Zombie -model1=model_21104 -model2=model_21057 -model3=model_21037 -model4=model_21086 -model5=model_21113 -model6=model_21073 -model7=model_21133 -unknown119=3 - -// 77 -[npc_77] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Summoned Zombie -model1=model_21111 -model2=model_21067 -model3=model_21049 -model4=model_21098 -model5=model_21125 -model6=model_21081 -model7=model_21140 -unknown119=3 - -// 78 -[npc_78] -bas=bas_76 -size=2 -op2=Attack -vislevel=27 -name=Giant bat -model1=model_18898 -unknown119=3 - -// 79 -[npc_79] -bas=bas_76 -size=2 -op2=Attack -vislevel=83 -name=Death wing -model1=model_18897 -unknown119=3 - -// 80 -[npc_80] -bas=bas_109 -vislevel=0 -size=2 -ambient=25 -op1=Talk-to -name=Camel -model1=model_38647 -head1=model_38723 -unknown119=3 - -// 81 -[npc_81] -bas=bas_66 -size=2 -op2=Attack -vislevel=2 -retex1s=material_438 -retex1d=material_166 -name=Cow -model1=model_23889 -unknown119=3 - -// 82 -[npc_82] -bas=bas_75 -size=2 -resizeh=86 -resizev=86 -op2=Attack -vislevel=82 -name=Lesser demon -model1=model_17375 -model2=model_17391 -model3=model_17384 -model4=model_17388 -unknown119=3 - -// 83 -[npc_83] -bas=bas_75 -size=3 -resizeh=110 -resizev=110 -op2=Attack -vislevel=92 -name=Greater demon -model1=model_17375 -model2=model_17391 -model3=model_17384 -model4=model_17399 -unknown119=3 - -// 84 -[npc_84] -bas=bas_75 -size=3 -op2=Attack -vislevel=172 -recol1s=7168 -recol1d=1024 -recol2s=8192 -recol2d=1057 -recol3s=9248 -recol3d=2114 -recol4s=10305 -recol4d=3171 -recol5s=11362 -recol5d=4228 -recol6s=0 -recol6d=23220 -name=Black demon -model1=model_17375 -model2=model_17391 -model3=model_17384 -model4=model_17399 -unknown119=3 - -// 85 -[npc_85] -bas=bas_46 -size=2 -op2=Attack -vislevel=55 -name=Golem -model1=model_2969 -unknown119=3 - -// 86 -[npc_86] -bas=bas_9 -size=2 -op2=Attack -vislevel=3 -name=Giant rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 87 -[npc_87] -bas=bas_9 -size=2 -op2=Attack -vislevel=6 -name=Giant rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 88 -[npc_88] -bas=bas_9 -size=2 -op2=Attack -vislevel=12 -recol1s=15852 -recol1d=18001 -recol2s=14795 -recol2d=20115 -recol3s=12683 -recol3d=18001 -recol4s=11626 -recol4d=19058 -recol5s=10569 -recol5d=16944 -recol6s=9512 -recol6d=15887 -name=Dungeon rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 89 -[npc_89] -bas=bas_110 -size=2 -resizeh=110 -resizev=110 -ambient=15 -op2=Attack -vislevel=15 -name=Unicorn -model1=model_25755 -unknown119=3 - -// 90 -[npc_90] -bas=bas_70 -size=1 -op2=Attack -vislevel=22 -name=Skeleton -model1=model_21175 -model2=model_21160 -model3=model_21157 -model4=model_21182 -model5=model_21201 -model6=model_21187 -unknown119=3 - -// 91 -[npc_91] -bas=bas_70 -size=1 -op2=Attack -vislevel=21 -name=Skeleton -model1=model_21175 -model2=model_21160 -model3=model_21157 -model4=model_21182 -model5=model_21201 -model6=model_21187 -unknown119=3 - -// 92 -[npc_92] -bas=bas_70 -size=1 -op2=Attack -vislevel=25 -name=Skeleton -model1=model_21170 -model2=model_21178 -model3=model_21159 -model4=model_21156 -model5=model_21180 -model6=model_21202 -model7=model_21187 -unknown119=3 - -// 93 -[npc_93] -bas=bas_72 -size=1 -resizeh=108 -resizev=108 -op2=Attack -vislevel=45 -name=Skeleton -model1=model_21165 -unknown119=3 - -// 94 -[npc_94] -bas=bas_71 -size=1 -op2=Attack -vislevel=16 -name=Skeleton Mage -model1=model_21193 -unknown119=3 - -// 95 -[npc_95] -bas=bas_97 -size=2 -op2=Attack -vislevel=64 -recol1s=6308 -recol1d=6342 -recol2s=11559 -recol2d=11593 -recol3s=12616 -recol3d=12650 -recol4s=13673 -recol4d=13707 -recol5s=16874 -recol5d=17934 -recol6s=21102 -recol6d=20081 -name=Wolf -model1=model_26266 -unknown119=3 - -// 96 -[npc_96] -bas=bas_97 -size=2 -ambient=50 -op2=Attack -vislevel=25 -name=White wolf -model1=model_26266 -unknown119=3 - -// 97 -[npc_97] -bas=bas_97 -size=2 -ambient=50 -op2=Attack -vislevel=38 -name=White wolf -model1=model_26266 -unknown119=3 - -// 98 -[npc_98] -bas=bas_98 -size=1 -vislevel=0 -name=Dog -model1=model_26253 -unknown119=3 - -// 99 -[npc_99] -bas=bas_98 -size=1 -op2=Attack -vislevel=44 -name=Guard dog -model1=model_26255 -unknown119=3 - -// 100 -[npc_100] -bas=bas_86 -size=1 -op2=Attack -ambient=15 -vislevel=2 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24431 -model4=model_24472 -model5=model_24441 -model6=model_24448 -head1=model_24211 -unknown119=3 - -// 101 -[npc_101] -bas=bas_87 -size=1 -op2=Attack -ambient=15 -vislevel=5 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24431 -model4=model_24474 -model5=model_24441 -model6=model_24448 -model7=model_24507 -head1=model_24209 -unknown119=3 - -// 102 -[npc_102] -bas=bas_86 -size=1 -op2=Attack -ambient=15 -vislevel=13 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24465 -model2=model_24483 -model3=model_24432 -model4=model_24475 -model5=model_24441 -model6=model_24449 -head1=model_24217 -unknown119=3 - -// 103 -[npc_103] -bas=bas_73 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21154 -unknown119=3 - -// 104 -[npc_104] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21144 -unknown119=3 - -// 105 -[npc_105] -bas=bas_13 -size=2 -op2=Attack -vislevel=21 -name=Grizzly bear -model1=model_18884 -unknown119=3 - -// 106 -[npc_106] -bas=bas_13 -size=2 -op2=Attack -vislevel=19 -name=Black bear -model1=model_18882 -unknown119=3 - -// 107 -[npc_107] -bas=bas_100 -size=2 -op2=Attack -vislevel=14 -name=Scorpion -model1=model_24609 -unknown119=3 - -// 108 -[npc_108] -bas=bas_100 -size=2 -op2=Attack -vislevel=20 -recol1s=16710 -recol1d=16774 -recol2s=14596 -recol2d=14660 -recol3s=11459 -recol3d=11523 -recol4s=9345 -recol4d=9409 -recol5s=4195 -recol5d=4163 -recol6s=3104 -recol6d=3072 -name=Poison Scorpion -model1=model_24609 -unknown119=3 - -// 109 -[npc_109] -bas=bas_1418 -size=1 -op2=Attack -vislevel=28 -name=Pit Scorpion -model1=model_24612 -unknown119=3 - -// 110 -[npc_110] -bas=bas_55 -size=2 -contrast=25 -ambient=50 -op2=Attack -vislevel=86 -name=Fire giant -model1=model_17452 -model2=model_17437 -unknown119=3 - -// 111 -[npc_111] -bas=bas_1409 -size=2 -op2=Attack -vislevel=53 -name=Ice giant -model1=model_17453 -model2=model_17442 -unknown119=3 - -// 112 -[npc_112] -bas=bas_57 -size=2 -op2=Attack -vislevel=42 -name=Moss giant -model1=model_17455 -model2=model_17439 -unknown119=3 - -// 113 -[npc_113] -bas=bas_59 -size=2 -op2=Attack -vislevel=53 -recol1s=25098 -recol1d=10688 -recol2s=23357 -recol2d=5378 -recol3s=17927 -recol3d=10688 -name=Jogre -model1=model_2870 -model2=model_2866 -unknown119=3 - -// 114 -[npc_114] -bas=bas_60 -size=2 -op2=Attack -vislevel=60 -recol1s=7362 -recol1d=10565 -recol2s=25264 -recol2d=18992 -recol3s=16704 -recol3d=7363 -recol4s=16846 -recol4d=11561 -name=Mogre -model1=model_2876 -model2=model_9809 -model3=model_9808 -unknown119=3 - -// 115 -[npc_115] -bas=bas_60 -size=2 -op2=Attack -vislevel=53 -name=Ogre -model1=model_2878 -model2=model_2876 -unknown119=3 - -// 116 -[npc_116] -bas=bas_61 -size=2 -op2=Attack -vislevel=56 -name=Cyclops -model1=model_26408 -model2=model_17446 -model3=model_17432 -model4=model_17466 -unknown119=3 - -// 117 -[npc_117] -bas=bas_61 -size=2 -contrast=5 -ambient=8 -alwaysontop=yes -op2=Attack -vislevel=28 -name=Hill Giant -model1=model_17463 -model2=model_17446 -model3=model_17430 -model4=model_17466 -unknown119=3 - -// 118 -[npc_118] -bas=bas_2 -size=1 -op2=Attack -vislevel=10 -recol1s=15458 -recol1d=8354 -name=Dwarf -model1=model_2970 -model2=model_2981 -model3=model_2979 -model4=model_2983 -model5=model_2985 -model6=model_2990 -unknown119=3 - -// 119 -[npc_119] -bas=bas_2 -size=1 -op2=Attack -vislevel=48 -recol1s=15785 -recol1d=16846 -recol2s=25098 -recol2d=23878 -name=Chaos dwarf -model1=model_2970 -model2=model_2982 -model3=model_2977 -model4=model_2983 -model5=model_2985 -model6=model_2989 -model7=model_2993 -model8=model_2991 -unknown119=3 - -// 120 -[npc_120] -bas=bas_2 -size=1 -op2=Attack -vislevel=20 -name=Dwarf -model1=model_2970 -model2=model_2980 -model3=model_2978 -model4=model_2984 -model5=model_2985 -model6=model_2993 -unknown119=3 - -// 121 -[npc_121] -bas=bas_2 -size=1 -op2=Attack -vislevel=9 -name=Dwarf -model1=model_2970 -model2=model_2980 -model3=model_2978 -model4=model_2984 -model5=model_2985 -model6=model_2993 -unknown119=3 - -// 122 -[npc_122] -bas=bas_88 -size=1 -op2=Attack -vislevel=28 -name=Hobgoblin -model1=model_2994 -unknown119=3 - -// 123 -[npc_123] -bas=bas_88 -size=1 -op2=Attack -vislevel=42 -name=Hobgoblin -model1=model_2994 -model2=model_2995 -unknown119=3 - -// 124 -[npc_124] -bas=bas_4 -size=1 -op2=Attack -vislevel=51 -name=Earth warrior -model1=model_32091 -unknown119=3 - -// 125 -[npc_125] -bas=bas_111 -size=1 -op2=Attack -vislevel=57 -recol1s=16846 -recol1d=10078 -recol2s=11561 -recol2d=10078 -recol3s=25098 -recol3d=10078 -recol4s=15789 -recol4d=10078 -recol5s=3171 -recol5d=10078 -recol6s=6342 -recol6d=10078 -name=Ice warrior -model1=model_213 -model2=model_306 -model3=model_164 -model4=model_176 -model5=model_268 -model6=model_184 -model7=model_511 -unknown119=3 - -// 126 -[npc_126] -bas=bas_4 -size=1 -op2=Attack -vislevel=64 -recol1s=2340 -recol1d=4226 -recol2s=239 -recol2d=4226 -recol3s=14724 -recol3d=4226 -recol4s=25098 -recol4d=4226 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Otherworldly being -model1=model_202 -model2=model_292 -model3=model_170 -model4=model_260 -unknown119=3 - -// 127 -[npc_127] -bas=bas_112 -size=1 -op2=Attack -vislevel=42 -name=Magic axe -model1=model_3000 -unknown119=3 - -// 128 -[npc_128] -bas=bas_113 -size=1 -op2=Attack -vislevel=5 -name=Snake -model1=model_3002 -unknown119=3 - -// 129 -[npc_129] -bas=bas_114 -size=1 -op2=Attack -vislevel=2 -name=Skavid -model1=model_20388 -unknown119=3 - -// 130 -[npc_130] -bas=bas_115 -size=3 -op2=Attack -vislevel=58 -name=Yeti -model1=model_3001 -unknown119=3 - -// 131 -[npc_131] -bas=bas_90 -size=1 -op2=Attack -resizeh=75 -resizev=75 -vislevel=2 -name=Penguin -model1=model_21547 -unknown119=3 - -// 132 -[npc_132] -bas=bas_116 -size=1 -op2=Attack -vislevel=3 -name=Monkey -model1=model_3004 -unknown119=3 - -// 133 -[npc_133] -bas=bas_110 -size=2 -resizeh=110 -resizev=110 -op2=Attack -vislevel=27 -name=Black unicorn -model1=model_25754 -unknown119=3 - -// 134 -[npc_134] -bas=bas_17 -size=1 -op2=Attack -vislevel=64 -recol1s=31808 -recol1d=4228 -recol2s=2014 -recol2d=3171 -recol3s=1666 -recol3d=2114 -recol4s=32736 -recol4d=1057 -recol5s=31773 -recol5d=18464 -recol6s=14392 -recol6d=25602 -name=Poison spider -model1=model_20315 -model2=model_20316 -unknown119=3 - -// 135 -[npc_135] -bas=bas_1412 -size=3 -op2=Attack -vislevel=41 -name=Mammoth -model1=model_3005 -unknown119=3 - -// 136 -[npc_136] -bas=bas_503 -vislevel=0 -op1=Talk-to -name=Mounted terrorchick gnome -model1=model_26854 -head1=model_16970 -unknown119=3 - -// 137 -[npc_137] -bas=bas_503 -vislevel=0 -vislevel=0 -name=Terrorchick gnome -model1=model_26859 -unknown119=3 - -// 138 -[npc_138] -bas=bas_15 -size=2 -op2=Attack -vislevel=28 -name=Terrorbird -model1=model_26856 -unknown119=3 - -// 139 -[npc_139] -bas=bas_15 -size=2 -resizeh=119 -resizev=119 -op2=Attack -vislevel=28 -recol1s=9573 -recol1d=6402 -recol2s=10598 -recol2d=7427 -name=Terrorbird -model1=model_26856 -unknown119=3 - -// 140 -[npc_140] -bas=bas_1419 -size=1 -op2=Attack -vislevel=18 -name=Souless -model1=model_2958 -unknown119=3 - -// 141 -[npc_141] -bas=bas_97 -size=2 -resizeh=170 -resizev=170 -op2=Attack -vislevel=73 -recol1s=2081 -recol1d=4228 -name=Big Wolf -model1=model_26264 -unknown119=3 - -// 142 -[npc_142] -bas=bas_97 -size=2 -op2=Attack -vislevel=25 -name=Wolf -model1=model_26266 -unknown119=3 - -// 143 -[npc_143] -bas=bas_97 -size=2 -op2=Attack -vislevel=64 -recol1s=16874 -recol1d=14793 -recol2s=13673 -recol2d=13704 -recol3s=12616 -recol3d=12647 -recol4s=11559 -recol4d=11590 -recol5s=6308 -recol5d=12648 -recol6s=21102 -recol6d=11590 -name=Jungle Wolf -model1=model_26265 -unknown119=3 - -// 144 -[npc_144] -bas=bas_1414 -size=2 -op2=Attack -vislevel=32 -name=King Scorpion -model1=model_24611 -unknown119=3 - -// 145 -[npc_145] -bas=bas_111 -size=1 -op2=Attack -vislevel=57 -recol1s=16846 -recol1d=16925 -recol2s=11561 -recol2d=16061 -recol3s=25098 -recol3d=22270 -recol4s=15789 -recol4d=16925 -recol5s=3171 -recol5d=16925 -recol6s=6342 -recol6d=20124 -name=Ice warrior -model1=model_213 -model2=model_306 -model3=model_164 -model4=model_176 -model5=model_268 -model6=model_184 -model7=model_511 -unknown119=3 - -// 146 -[npc_146] -bas=bas_83 -size=2 -ambient=20 -resizeh=138 -resizev=138 -minimap=no -vislevel=0 -name=Gull -model1=model_26841 -unknown119=7 - -// 147 -[npc_147] -bas=bas_1399 -size=2 -ambient=20 -minimap=no -vislevel=0 -name=Cormorant -model1=model_26840 -unknown119=3 - -// 148 -[npc_148] -bas=bas_85 -size=2 -ambient=20 -minimap=no -vislevel=0 -name=Pelican -model1=model_26846 -unknown119=3 - -// 149 -[npc_149] -bas=bas_83 -size=2 -ambient=20 -resizeh=138 -resizev=138 -vislevel=0 -minimap=no -recol1s=15648 -recol1d=22131 -recol2s=32736 -recol2d=4428 -name=Gull -model1=model_26841 -unknown119=7 - -// 150 -[npc_150] -bas=bas_83 -size=2 -ambient=20 -resizeh=138 -resizev=138 -vislevel=0 -minimap=no -name=Gull -model1=model_26841 -unknown119=7 - -// 151 -[npc_151] -vislevel=0 -size=1 -minimap=no -name=Fly trap -model1=model_14207 -unknown119=3 - -// 152 -[npc_152] -vislevel=85 -multivar=varplayerbit_3185 -multinpc=0,npc_5207 -multinpc=10,npc_5207 -multinpc=20,npc_5207 -multinpc=30,npc_5207 -multinpc=40,npc_5207 -multinpc=50,npc_5207 -multinpc=60,npc_5207 -multinpc=70,npc_5207 -multinpc=73,npc_5207 -multinpc=76,npc_5207 -multinpc=80,npc_5207 -multinpc=90,npc_5207 -multinpc=100,npc_5207 -multinpc=110,npc_5207 -multinpc=120,npc_5207 -multinpc=130,npc_5207 -multinpc=140,npc_5207 -multinpc=150,npc_5208 -multinpc=160,npc_5208 -multinpc=170,npc_5208 -multinpc=180,npc_5208 -multinpc=190,npc_5208 -multinpc=200,npc_5208 -multinpc=210,npc_5208 -multinpc=220,npc_5208 -multinpc=230,npc_5208 -multinpc=240,npc_5208 -unknown119=3 - -// 153 -[npc_153] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -spotshadow=no -name=Butterfly -model1=model_3022 -unknown119=3 - -// 154 -[npc_154] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -spotshadow=no -name=Butterfly -model1=model_3023 -unknown119=3 - -// 155 -[npc_155] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -spotshadow=no -recol1s=11902 -recol1d=1722 -recol2s=16061 -recol2d=6846 -recol3s=30686 -recol3d=6274 -name=Butterfly -model1=model_3023 -unknown119=3 - -// 156 -[npc_156] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -spotshadow=no -recol1s=11902 -recol1d=6342 -recol2s=16061 -recol2d=32738 -recol3s=30686 -recol3d=6342 -name=Butterfly -model1=model_3023 -unknown119=3 - -// 157 -[npc_157] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -spotshadow=no -recol1s=11902 -recol1d=21989 -recol2s=16061 -recol2d=21989 -recol3s=30686 -recol3d=6273 -name=Butterfly -model1=model_3023 -unknown119=3 - -// 158 -[npc_158] -bas=bas_111 -size=1 -minimap=no -op2=Attack -vislevel=48 -recol1s=16846 -recol1d=5284 -recol2s=11561 -recol2d=4227 -recol3s=15789 -recol3d=4227 -recol4s=16704 -recol4d=4227 -recol5s=25098 -recol5d=1056 -recol6s=9473 -recol6d=1056 -name=Shadow warrior -model1=model_213 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_184 -model7=model_550 -unknown119=3 - -// 159 -[npc_159] -bas=bas_108 -size=1 -resizeh=100 -resizev=100 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=1 -recol1s=416 -recol1d=22221 -retex1s=material_404 -retex1d=material_227 -name=Gnome child -model1=model_2909 -model2=model_2899 -model3=model_2918 -head1=model_16 -unknown119=3 - -// 160 -[npc_160] -bas=bas_108 -size=1 -resizeh=100 -resizev=100 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=1 -recol1s=416 -recol1d=17044 -retex1s=material_404 -retex1d=material_445 -name=Gnome child -model1=model_2909 -model2=model_2899 -model3=model_2918 -head1=model_16 -unknown119=3 - -// 161 -[npc_161] -bas=bas_108 -size=1 -resizeh=100 -resizev=100 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=1 -retex1s=material_404 -retex1d=material_141 -name=Gnome child -model1=model_2909 -model2=model_2899 -model3=model_2918 -head1=model_16 -unknown119=3 - -// 162 -[npc_162] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=416 -recol1d=14661 -retex1s=material_404 -retex1d=material_227 -name=Gnome trainer -model1=model_2909 -model2=model_2890 -model3=model_2922 -head1=model_21 -unknown119=3 - -// 163 -[npc_163] -bas=bas_108 -size=1 -op2=Attack -vislevel=23 -recol1s=352 -recol1d=21508 -retex1s=material_404 -retex1d=material_414 -name=Gnome guard -model1=model_2909 -model2=model_2893 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 164 -[npc_164] -bas=bas_108 -size=1 -op2=Attack -vislevel=23 -recol1s=352 -recol1d=21508 -retex1s=material_404 -retex1d=material_403 -name=Gnome guard -model1=model_2909 -model2=model_2892 -model3=model_2922 -head1=model_21 -unknown119=3 - -// 165 -[npc_165] -bas=bas_108 -size=1 -vislevel=0 -recol1s=32766 -recol1d=21959 -name=Gnome shop keeper -model1=model_2909 -model2=model_2901 -model3=model_2917 -head1=model_17 -unknown119=3 - -// 166 -[npc_166] -bas=bas_506 -size=1 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=416 -recol1d=2114 -retex1s=material_404 -retex1d=material_271 -name=Gnome banker -model1=model_2909 -model2=model_2900 -model3=model_2915 -head1=model_23 -unknown119=3 - -// 167 -[npc_167] -bas=bas_108 -size=1 -vislevel=0 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 168 -[npc_168] -bas=bas_108 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=1 -recol1s=352 -recol1d=18868 -recol2s=288 -recol2d=18868 -name=Gnome woman -model1=model_2911 -model2=model_2907 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 169 -[npc_169] -bas=bas_108 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=1 -recol1s=352 -recol1d=18868 -recol2s=288 -recol2d=18868 -recol3s=25098 -recol3d=13537 -recol4s=22984 -recol4d=13537 -recol5s=21927 -recol5d=13537 -retex1s=material_293 -retex1d=material_111 -name=Gnome woman -model1=model_2911 -model2=model_2907 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 170 -[npc_170] -bas=bas_53 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=14724 -recol1d=12619 -recol2s=2340 -recol2d=10535 -name=Man -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_3707 -model5=model_151 -model6=model_176 -model7=model_3711 -model8=model_254 -model9=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 171 -[npc_171] -bas=bas_108 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Teleport -recol1s=15392 -recol1d=2186 -recol2s=416 -recol2d=5320 -recol3s=9378 -recol3d=3170 -recol4s=1473 -recol4d=6377 -name=Brimstail -model1=model_17000 -model2=model_16986 -model3=model_17014 -model4=model_17007 -head1=model_18 -head2=model_16980 -unknown119=3 - -// 172 -[npc_172] -bas=bas_4 -size=1 -op2=Attack -vislevel=20 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=6273 -recol3d=4226 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Dark wizard -model1=model_208 -model2=model_181 -model3=model_251 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -unknown119=3 - -// 173 -[npc_173] -bas=bas_4 -size=1 -op2=Attack -vislevel=20 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=6273 -recol3d=4226 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Invrigar the Necromancer -model1=model_208 -model2=model_181 -model3=model_251 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -unknown119=3 - -// 174 -[npc_174] -bas=bas_4 -size=1 -op2=Attack -vislevel=7 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=6273 -recol3d=4226 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Dark wizard -model1=model_208 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -unknown119=3 - -// 175 -[npc_175] -bas=bas_4 -size=1 -op2=Attack -vislevel=6 -recol1s=7525 -recol1d=7330 -recol2s=14724 -recol2d=12452 -recol3s=28534 -recol3d=9444 -recol4s=22196 -recol4d=9444 -recol5s=3298 -recol5d=9444 -recol6s=32760 -recol6d=7330 -retex1s=material_257 -retex1d=material_313 -retex2s=material_359 -retex2d=material_273 -name=Mugger -model1=model_20749 -model2=model_310 -model3=model_9450 -model4=model_176 -model5=model_25665 -unknown119=3 - -// 176 -[npc_176] -bas=bas_4 -size=1 -op2=Attack -vislevel=25 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=239 -recol3d=4226 -recol4s=455 -recol4d=25098 -recol5s=14724 -recol5d=4226 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Witch -model1=model_405 -model2=model_470 -model3=model_348 -model4=model_353 -model5=model_428 -model6=model_361 -model7=model_377 -unknown119=3 - -// 177 -[npc_177] -bas=bas_4 -size=1 -op2=Attack -vislevel=25 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=239 -recol3d=4226 -recol4s=14724 -recol4d=4226 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Witch -model1=model_405 -model2=model_470 -model3=model_348 -model4=model_353 -model5=model_428 -model6=model_361 -model7=model_377 -unknown119=3 - -// 178 -[npc_178] -bas=bas_4 -size=1 -op2=Attack -vislevel=33 -recol1s=16846 -recol1d=2114 -recol2s=9473 -recol2d=2114 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=7298 -recol6d=2114 -name=Black Knight -model1=model_218 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_518 -unknown119=3 - -// 179 -[npc_179] -bas=bas_4 -size=1 -op2=Attack -vislevel=33 -recol1s=16846 -recol1d=2114 -recol2s=9473 -recol2d=2114 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=7298 -recol6d=2114 -name=Black Knight -model1=model_218 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_518 -unknown119=3 - -// 180 -[npc_180] -bas=bas_4 -size=1 -op2=Attack -vislevel=5 -recol1s=8386 -recol1d=3171 -recol2s=32736 -recol2d=7271 -recol3s=15392 -recol3d=3171 -recol4s=14724 -recol4d=6272 -recol5s=2340 -recol5d=13478 -name=Highwayman -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_243 -model9=model_323 -model10=model_519 -head1=model_39836 -head2=model_39302 -head3=model_39223 -unknown119=3 - -// 181 -[npc_181] -bas=bas_123 -size=1 -op2=Attack -vislevel=13 -recol1s=32731 -recol1d=16678 -recol2s=32697 -recol2d=16644 -recol3s=29560 -recol3d=14564 -recol4s=26421 -recol4d=13507 -recol5s=24307 -recol5d=13507 -retex1s=material_255 -retex1d=material_252 -retex2s=material_228 -retex2d=material_426 -name=Chaos druid -model1=model_31572 -model2=model_31595 -model3=model_31600 -model4=model_31578 -model5=model_31588 -model6=model_31606 -unknown119=3 - -// 182 -[npc_182] -bas=bas_35 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -name=Pirate -model1=model_28786 -model2=model_28802 -model3=model_28749 -model4=model_28758 -model5=model_28773 -model6=model_28806 -model7=model_28763 -head1=model_39941 -head2=model_38097 -head3=model_39482 -unknown119=3 - -// 183 -[npc_183] -bas=bas_35 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -name=Pirate -model1=model_28780 -model2=model_28803 -model3=model_28752 -model4=model_28756 -model5=model_28776 -model6=model_28807 -head1=model_39974 -head2=model_39424 -unknown119=3 - -// 184 -[npc_184] -bas=bas_35 -size=1 -op2=Attack -vislevel=26 -name=Pirate -model1=model_28789 -model2=model_28797 -model3=model_28754 -model4=model_28756 -model5=model_28774 -model6=model_28807 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 185 -[npc_185] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -recol1s=14724 -recol1d=7328 -recol2s=6273 -recol2d=28295 -recol3s=23357 -recol3d=7328 -name=Pirate -model1=model_388 -model2=model_469 -model3=model_348 -model4=model_353 -model5=model_434 -model6=model_417 -model7=model_410 -model8=model_490 -head1=model_39013 -head2=model_38891 -head3=model_38888 -modeloffset7=3,-11,6 -unknown119=3 - -// 186 -[npc_186] -bas=bas_4 -size=1 -op2=Attack -vislevel=10 -recol1s=2340 -recol1d=4234 -recol2s=14724 -recol2d=4226 -name=Thug -model1=model_215 -model2=model_248 -model3=model_299 -model4=model_159 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_533 -unknown119=3 - -// 187 -[npc_187] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=15 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=10434 -recol3s=15856 -recol3d=25098 -name=Rogue -model1=model_230 -model2=model_248 -model3=model_311 -model4=model_32592 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_533 -unknown119=3 - -// 188 -[npc_188] -bas=bas_4 -size=1 -op2=Attack -vislevel=22 -recol1s=2340 -recol1d=16482 -recol2s=14724 -recol2d=16482 -recol3s=6273 -recol3d=32767 -retex1s=material_257 -retex1d=material_272 -retex2s=material_202 -retex2d=material_268 -name=Monk of Zamorak -model1=model_230 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_256 -unknown119=3 - -// 189 -[npc_189] -bas=bas_4 -size=1 -op2=Attack -vislevel=17 -recol1s=2340 -recol1d=20611 -recol2s=14724 -recol2d=20611 -recol3s=6273 -recol3d=32767 -retex1s=material_257 -retex1d=material_272 -retex2s=material_202 -retex2d=material_268 -name=Monk of Zamorak -model1=model_230 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -unknown119=3 - -// 190 -[npc_190] -bas=bas_4 -size=1 -op2=Attack -vislevel=45 -recol1s=2340 -recol1d=14368 -recol2s=14724 -recol2d=14368 -recol3s=6273 -recol3d=32767 -retex1s=material_257 -retex1d=material_272 -retex2s=material_202 -retex2d=material_268 -name=Monk of Zamorak -model1=model_208 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_256 -unknown119=3 - -// 191 -[npc_191] -bas=bas_119 -size=1 -op2=Attack -vislevel=32 -recol1s=25098 -recol1d=9410 -recol2s=15856 -recol2d=9410 -name=Tribesman -model1=model_231 -model2=model_181 -model3=model_246 -model4=model_315 -model5=model_173 -model6=model_176 -model7=model_279 -model8=model_540 -model9=model_201 -unknown119=3 - -// 192 -[npc_192] -bas=bas_4 -size=1 -op2=Attack -vislevel=8 -recol1s=25098 -recol1d=19813 -recol2s=8416 -recol2d=4226 -recol3s=11561 -recol3d=4226 -recol4s=16846 -recol4d=6342 -recol5s=15392 -recol5d=6342 -recol6s=15789 -recol6d=6342 -name=Dark warrior -model1=model_219 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_518 -model8=model_246 -unknown119=3 - -// 193 -[npc_193] -bas=bas_4 -size=1 -op2=Attack -vislevel=37 -recol1s=14724 -recol1d=20611 -recol2s=2340 -recol2d=20611 -recol3s=6273 -recol3d=22131 -name=Chaos druid warrior -model1=model_206 -model2=model_181 -model3=model_246 -model4=model_294 -model5=model_170 -model6=model_176 -model7=model_260 -model8=model_502 -unknown119=3 - -// 194 -[npc_194] -bas=bas_4 -size=1 -op2=Attack -vislevel=26 -recol1s=2340 -recol1d=20611 -recol2s=14724 -recol2d=20611 -recol3s=6273 -recol3d=32767 -retex1s=material_257 -retex1d=material_268 -retex2s=material_202 -retex2d=material_268 -name=Necromancer -model1=model_230 -model2=model_181 -model3=model_250 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -model8=model_328 -unknown119=3 - -// 195 -[npc_195] -bas=bas_4 -size=1 -op2=Attack -vislevel=22 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4234 -recol3s=8386 -recol3d=4226 -recol4s=32736 -recol4d=4226 -name=Bandit -model1=model_215 -model2=model_248 -model3=model_292 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_243 -model9=model_323 -model10=model_518 -unknown119=3 - -// 196 -[npc_196] -bas=bas_4 -size=1 -op2=Attack -vislevel=22 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4234 -recol3s=8386 -recol3d=4226 -recol4s=32736 -recol4d=4226 -name=Guard Bandit -model1=model_215 -model2=model_248 -model3=model_292 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_243 -model9=model_323 -model10=model_518 -model11=model_517 -unknown119=3 - -// 197 -[npc_197] -bas=bas_4 -size=1 -op2=Attack -vislevel=8 -recol1s=2340 -recol1d=8354 -recol2s=15392 -recol2d=16846 -recol3s=6273 -recol3d=28295 -recol4s=14724 -recol4d=13539 -recol5s=15856 -recol5d=8456 -recol6s=25098 -recol6d=21989 -name=Barbarian guard -model1=model_219 -model2=model_252 -model3=model_301 -model4=model_159 -model5=model_176 -model6=model_274 -model7=model_242 -model8=model_185 -model9=model_550 -unknown119=3 - -// 198 -[npc_198] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=7298 -recol1d=6342 -recol2s=10468 -recol2d=11561 -name=Guildmaster -model1=model_12137 -model2=model_253 -model3=model_306 -model4=model_317 -model5=model_164 -model6=model_179 -model7=model_518 -model8=model_4047 -model9=model_268 -model10=model_185 -head1=model_39643 -head2=model_39227 -unknown119=3 - -// 199 -[npc_199] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=29 -recol1s=14724 -recol1d=4226 -recol2s=6273 -recol2d=8386 -recol3s=7298 -recol3d=6342 -recol4s=2340 -recol4d=9479 -recol5s=32735 -recol5d=7367 -name=Gunthor the Brave -model1=model_11759 -model2=model_11764 -model3=model_11727 -model4=model_11732 -model5=model_11793 -model6=model_11810 -model7=model_11736 -model8=model_11743 -model9=model_11750 -head1=model_39602 -unknown119=3 - -// 200 -[npc_200] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=16846 -recol1d=2114 -recol2s=25098 -recol2d=7329 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=8388 -recol6d=2114 -name=Lord Daquarius -model1=model_217 -model2=model_246 -model3=model_3379 -model4=model_317 -model5=model_164 -model6=model_40732 -model7=model_268 -model8=model_4954 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 201 -[npc_201] -bas=bas_4 -size=1 -op2=Attack -vislevel=47 -recol1s=16846 -recol1d=5285 -recol2s=11561 -recol2d=3171 -recol3s=15392 -recol3d=5285 -recol4s=15789 -recol4d=5285 -name=Jailer -model1=model_230 -model2=model_306 -model3=model_268 -model4=model_253 -model5=model_185 -model6=model_156 -model7=model_179 -unknown119=3 - -// 202 -[npc_202] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=34 -recol1s=14724 -recol1d=3171 -recol2s=4160 -recol2d=4226 -recol3s=13696 -recol3d=3171 -recol4s=8386 -recol4d=15424 -recol5s=32736 -recol5d=26948 -name=Black Heather -model1=model_401 -model2=model_456 -model3=model_348 -model4=model_353 -model5=model_435 -model6=model_490 -model7=model_481 -modeloffset5=3,-11,6 -unknown119=3 - -// 203 -[npc_203] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=34 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=8386 -recol3d=15424 -recol4s=32736 -recol4d=26948 -name=Donny the Lad -model1=model_235 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_243 -model9=model_323 -model10=model_490 -unknown119=3 - -// 204 -[npc_204] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=34 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=8386 -recol3d=15424 -recol4s=32736 -recol4d=26948 -retex1s=material_202 -retex1d=material_262 -retex2s=material_257 -retex2d=material_527 -name=Speedy Keith -model1=model_206 -model2=model_249 -model3=model_292 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_243 -model9=model_323 -model10=model_490 -unknown119=3 - -// 205 -[npc_205] -bas=bas_4 -size=1 -op2=Attack -vislevel=70 -recol1s=2340 -recol1d=20611 -recol2s=14724 -recol2d=20611 -recol3s=6273 -recol3d=22882 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Salarin the Twisted -model1=model_203 -model2=model_181 -model3=model_250 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -unknown119=3 - -// 206 -[npc_206] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -vislevel=10 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Guard -model1=model_2971 -model2=model_2986 -model3=model_7051 -model4=model_7040 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_1 -head2=model_6 -unknown119=3 - -// 207 -[npc_207] -bas=bas_2 -vislevel=0 -resizev=70 -resizeh=70 -size=1 -op1=Talk-to -recol1s=15458 -recol1d=8354 -name=Lollk -model1=model_2976 -model2=model_2981 -model3=model_2979 -model4=model_2983 -model5=model_2985 -head1=model_5 -unknown119=3 - -// 208 -[npc_208] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=16846 -recol1d=3105 -recol2s=7296 -recol2d=25236 -recol3s=6144 -recol3d=7366 -recol4s=5120 -recol4d=29419 -name=Captain Lawgof -model1=model_7029 -model2=model_6020 -model3=model_7050 -model4=model_7039 -model5=model_2991 -model6=model_7042 -head1=model_6988 -head2=model_15405 -unknown119=3 - -// 209 -[npc_209] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=13639 -recol1d=5282 -recol2s=16846 -recol2d=8419 -recol3s=10434 -recol3d=9312 -recol4s=12548 -recol4d=8224 -recol5s=29592 -recol5d=27484 -name=Nulodion -model1=model_7030 -model2=model_7062 -model3=model_2978 -model4=model_7044 -model5=model_2985 -head1=model_6989 -unknown119=3 - -// 210 -[npc_210] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=13675 -recol2s=32736 -recol2d=32607 -recol3s=2340 -recol3d=8456 -recol4s=7298 -recol4d=0 -recol5s=7328 -recol5d=5285 -name=Grail Maiden -model1=model_384 -model2=model_456 -model3=model_343 -model4=model_353 -model5=model_421 -model6=model_358 -model7=model_446 -head1=model_39025 -unknown119=3 - -// 211 -[npc_211] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=8416 -recol1d=18960 -recol2s=6273 -recol2d=2114 -recol3s=16846 -recol3d=29464 -recol4s=480 -recol4d=31808 -recol5s=7298 -recol5d=18960 -recol6s=15789 -recol6d=29464 -name=Sir Percival -model1=model_232 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_246 -model8=model_318 -head1=model_39707 -head2=model_39223 -unknown119=3 - -// 212 -[npc_212] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=8416 -recol1d=18960 -recol2s=6273 -recol2d=2114 -recol3s=16846 -recol3d=29464 -recol4s=480 -recol4d=31808 -recol5s=7298 -recol5d=18960 -recol6s=15789 -recol6d=29464 -name=King Percival -model1=model_232 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_246 -model8=model_318 -model9=model_192 -model10=model_323 -head1=model_39987 -unknown119=3 - -// 213 -[npc_213] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=16843 -recol2s=32701 -recol2d=1430 -retex1s=material_256 -retex1d=material_268 -retex2s=material_228 -retex2d=material_426 -name=Merlin -model1=model_20399 -model2=model_214 -model3=model_250 -model4=model_20405 -model5=model_3189 -model6=model_20395 -model7=model_177 -model8=model_20402 -model9=model_181 -head1=model_38642 -head2=model_39582 -head3=model_39448 -unknown119=3 - -// 214 -[npc_214] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=18464 -recol1d=25098 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=15648 -recol4s=2340 -recol4d=2114 -recol5s=6273 -recol5d=11561 -name=Peasant -model1=model_230 -model2=model_310 -model3=model_32593 -model4=model_10218 -model5=model_275 -model6=model_185 -model7=model_247 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 215 -[npc_215] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=18464 -recol1d=25098 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=15648 -recol4s=2340 -recol4d=2114 -recol5s=6273 -recol5d=11561 -name=Peasant -model1=model_230 -model2=model_310 -model3=model_32593 -model4=model_10218 -model5=model_275 -model6=model_185 -model7=model_247 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 216 -[npc_216] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=30560 -recol1d=9345 -recol2s=2340 -recol2d=13539 -recol3s=6273 -recol3d=4161 -recol4s=25098 -recol4d=11488 -recol5s=14724 -recol5d=13539 -recol6s=10401 -recol6d=6274 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=High Priest -model1=model_223 -model2=model_246 -model3=model_284 -model4=model_292 -model5=model_9607 -model6=model_170 -model7=model_10218 -model8=model_265 -model9=model_8919 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 217 -[npc_217] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=20980 -recol2s=25098 -recol2d=32496 -recol3s=14724 -recol3d=2000 -recol4s=2340 -recol4d=495 -recol5s=10468 -recol5d=495 -name=Crone -model1=model_378 -model2=model_462 -model3=model_346 -model4=model_356 -model5=model_426 -model6=model_361 -head1=model_39090 -unknown119=3 - -// 218 -[npc_218] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=13600 -recol1d=15648 -recol2s=2340 -recol2d=15648 -recol3s=6273 -recol3d=20832 -recol4s=14724 -recol4d=15648 -recol5s=13600 -recol5d=15648 -retex1s=material_257 -retex1d=material_273 -retex2s=material_254 -retex2d=material_273 -retex3s=material_272 -retex3d=material_273 -retex4s=material_252 -retex4d=material_273 -name=Galahad -model1=model_223 -model2=model_295 -model3=model_162 -model4=model_176 -model5=model_265 -model6=model_185 -model7=model_284 -model8=model_249 -head1=model_39938 -head2=model_39254 -unknown119=3 - -// 219 -[npc_219] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=7298 -recol2s=2340 -recol2d=8420 -recol3s=6354 -recol3d=7298 -recol4s=6273 -recol4d=28407 -recol5s=25098 -recol5d=21989 -recol6s=32735 -recol6d=495 -retex1s=material_228 -retex1d=material_426 -name=Fisherman -model1=model_230 -model2=model_299 -model3=model_151 -model4=model_179 -model5=model_267 -model6=model_185 -model7=model_194 -model8=model_251 -model9=model_562 -model10=model_236 -model11=model_320 -head1=model_39799 -head2=model_38096 -head3=model_39481 -head4=model_39307 -unknown119=3 - -// 220 -[npc_220] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7298 -recol1d=29464 -recol2s=16846 -recol2d=29464 -recol3s=11561 -recol3d=22131 -recol4s=25098 -recol4d=22027 -recol5s=8384 -recol5d=29464 -recol6s=15789 -recol6d=29464 -name=The Fisher King -model1=model_215 -model2=model_14440 -model3=model_165 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_534 -model8=model_252 -model9=model_192 -model10=model_323 -head1=model_39836 -head2=model_38097 -head3=model_39495 -unknown119=3 - -// 221 -[npc_221] -bas=bas_59 -size=1 -op1=Talk-to -op2=Attack -vislevel=120 -recol1s=12320 -recol1d=0 -recol2s=32736 -recol2d=16443 -recol3s=31808 -recol3d=11561 -recol4s=25098 -recol4d=11561 -recol5s=23357 -recol5d=0 -recol6s=29760 -recol6d=8456 -name=Black Knight Titan -model1=model_2864 -model2=model_2872 -head1=model_38655 -unknown119=7 - -// 222 -[npc_222] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=5 -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Monk -model1=model_230 -model2=model_8919 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39630 -unknown119=3 - -// 223 -[npc_223] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=10496 -recol1d=13539 -recol2s=14724 -recol2d=13539 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Brother Kojo -model1=model_223 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 224 -[npc_224] -bas=bas_133 -size=1 -resizeh=64 -resizev=64 -op2=Attack -vislevel=12 -recol1s=15852 -recol1d=18001 -recol2s=14795 -recol2d=20115 -recol3s=12683 -recol3d=18001 -recol4s=11626 -recol4d=19058 -recol5s=10569 -recol5d=16944 -recol6s=9512 -recol6d=15887 -name=Dungeon rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 225 -[npc_225] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -op3=Pay -recol1s=25098 -recol1d=11488 -recol2s=1475 -recol2d=7458 -recol3s=24196 -recol3d=17860 -recol4s=29248 -recol4d=12613 -recol5s=7364 -recol5d=11488 -recol6s=24004 -recol6d=12609 -retex1s=material_256 -retex1d=material_202 -retex2s=material_527 -retex2d=material_257 -name=Bonzo -model1=model_14339 -model2=model_230 -model3=model_246 -model4=model_14383 -model5=model_10980 -model6=model_10218 -model7=model_14380 -model8=model_14375 -head1=model_39630 -head2=model_39544 -unknown119=3 - -// 226 -[npc_226] -bas=bas_4 -alwaysontop=yes -size=1 -vislevel=1 -multivar=varplayerbit_2054 -multinpc=0,npc_3677 -multinpc=1,npc_3678 -unknown119=3 - -// 227 -[npc_227] -bas=bas_1050 -alwaysontop=yes -vislevel=0 -size=1 -op1=Talk-to -turnspeed=0 -recol1s=12756 -recol1d=19948 -recol2s=14724 -recol2d=8388 -recol3s=4232 -recol3d=9379 -recol4s=10640 -recol4d=13605 -recol5s=8526 -recol5d=7332 -recol6s=6379 -recol6d=12552 -retex1s=material_257 -retex1d=material_253 -name=Morris -model1=model_14340 -model2=model_247 -model3=model_10705 -model4=model_14373 -model5=model_177 -model6=model_14377 -head1=model_39915 -head2=model_39256 -unknown119=1 - -// 228 -[npc_228] -bas=bas_4 -alwaysontop=yes -vislevel=0 -size=1 -resizev=135 -resizeh=135 -op1=Talk-to -recol1s=14724 -recol1d=19911 -recol2s=4266 -recol2d=10502 -recol3s=24196 -recol3d=16776 -recol4s=17860 -recol4d=12613 -recol5s=32701 -recol5d=25296 -name=Big Dave -model1=model_14339 -model2=model_40230 -model3=model_252 -model4=model_299 -model5=model_321 -model6=model_167 -model7=model_179 -model8=model_562 -model9=model_14381 -model10=model_14376 -head1=model_39755 -head2=model_38097 -head3=model_39544 -unknown119=3 - -// 229 -[npc_229] -bas=bas_4 -alwaysontop=yes -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=27435 -recol2s=14724 -recol2d=8596 -recol3s=15856 -recol3d=25098 -recol4s=3170 -recol4d=22023 -recol5s=9473 -recol5d=6416 -retex1s=material_228 -retex1d=material_426 -name=Joshua -model1=model_12137 -model2=model_246 -model3=model_9606 -model4=model_10984 -model5=model_33034 -model6=model_179 -model7=model_562 -model8=model_14378 -model9=model_7607 -head1=model_39643 -head2=model_39223 -unknown119=3 - -// 230 -[npc_230] -bas=bas_4 -alwaysontop=yes -vislevel=0 -size=1 -op1=Talk-to -recol1s=4266 -recol1d=10407 -recol2s=6524 -recol2d=12586 -recol3s=6273 -recol3d=22131 -recol4s=24196 -recol4d=10503 -recol5s=14724 -recol5d=10407 -recol6s=32701 -recol6d=12586 -retex1s=material_257 -retex1d=material_262 -retex2s=material_202 -retex2d=material_262 -retex3s=material_228 -retex3d=material_426 -name=Grandpa Jack -model1=model_40230 -model2=model_250 -model3=model_14384 -model4=model_3189 -model5=model_10980 -model6=model_177 -model7=model_14381 -model8=model_14376 -model9=model_194 -head1=model_39934 -head2=model_38642 -head3=model_39481 -unknown119=3 - -// 231 -[npc_231] -bas=bas_4 -alwaysontop=yes -vislevel=0 -size=1 -op1=Talk-to -recol1s=8386 -recol1d=7424 -recol2s=14724 -recol2d=6336 -recol3s=15856 -recol3d=25098 -recol4s=32736 -recol4d=4226 -name=Forester -model1=model_217 -model2=model_247 -model3=model_292 -model4=model_151 -model5=model_179 -model6=model_274 -model7=model_181 -model8=model_196 -model9=model_326 -model10=model_323 -model11=model_510 -head1=model_39686 -head2=model_39256 -head3=model_39559 -unknown119=3 - -// 232 -[npc_232] -bas=bas_2 -alwaysontop=yes -vislevel=0 -size=1 -op1=Talk-to -name=Austri -model1=model_2970 -model2=model_2984 -model3=model_2978 -model4=model_2990 -model5=model_2980 -model6=model_2985 -head1=model_0 -unknown119=3 - -// 233 -[npc_233] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Bait -name=Fishing spot -model1=model_36844 -unknown119=6 - -// 234 -[npc_234] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Bait -name=Fishing spot -model1=model_36844 -unknown119=6 - -// 235 -[npc_235] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Bait -name=Fishing spot -model1=model_36844 -unknown119=6 - -// 236 -[npc_236] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Bait -name=Fishing spot -model1=model_36844 -unknown119=6 - -// 237 -[npc_237] -bas=bas_237 -size=1 -op2=Attack -vislevel=37 -name=Renegade Knight -model1=model_27129 -model2=model_25685 -head1=model_39806 -unknown119=3 - -// 238 -[npc_238] -bas=bas_73 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=92 -name=Thrantax the Mighty -model1=model_21154 -head1=model_21394 -unknown119=3 - -// 239 -[npc_239] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=11525 -name=Sir Lancelot -model1=model_27191 -model2=model_27195 -model3=model_27203 -head1=model_39747 -head2=model_39281 -unknown119=3 - -// 240 -[npc_240] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=16708 -recol1d=6274 -recol2s=6273 -recol2d=6274 -name=Sir Gawain -model1=model_27125 -model2=model_27194 -model3=model_27203 -head1=model_39747 -head2=model_39254 -unknown119=3 - -// 241 -[npc_241] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=11525 -name=Sir Kay -model1=model_27130 -model2=model_27200 -model3=model_27203 -head1=model_39993 -head2=model_39365 -unknown119=3 - -// 242 -[npc_242] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=16708 -recol1d=23253 -recol2s=6273 -recol2d=23253 -retex1s=material_228 -retex1d=material_426 -name=Sir Bedivere -model1=model_27191 -model2=model_27202 -head1=model_39747 -head2=model_39281 -unknown119=3 - -// 243 -[npc_243] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Sir Tristram -model1=model_27127 -model2=model_27195 -model3=model_27203 -head1=model_39718 -unknown119=3 - -// 244 -[npc_244] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=16708 -recol1d=19941 -recol2s=6273 -recol2d=19941 -retex1s=material_228 -retex1d=material_426 -name=Sir Pelleas -model1=model_27125 -model2=model_27196 -model3=model_27203 -head1=model_39747 -head2=model_39254 -unknown119=3 - -// 245 -[npc_245] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=11525 -name=Sir Lucan -model1=model_27126 -model2=model_27195 -model3=model_27203 -head1=model_39839 -head2=model_39381 -head3=model_38096 -unknown119=3 - -// 246 -[npc_246] -bas=bas_402 -vislevel=94 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Teapotspout -model1=model_8728 -model2=model_215 -model3=model_253 -model4=model_9638 -model5=model_8732 -model6=model_8726 -model7=model_8730 -model8=model_8727 -model9=model_290 -model10=model_4610 -unknown119=1 - -// 247 -[npc_247] -bas=bas_95 -size=1 -op1=Talk-to -op2=Attack -vislevel=39 -recol1s=11561 -recol1d=4230 -recol2s=13675 -recol2d=5287 -recol3s=15789 -recol3d=3173 -recol4s=29419 -recol4d=7239 -name=Sir Mordred -model1=model_27128 -model2=model_25685 -model3=model_27199 -head1=model_39781 -unknown119=3 - -// 248 -[npc_248] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=0 -recol2s=8352 -recol2d=5285 -recol3s=14724 -recol3d=5285 -recol4s=2340 -recol4d=5285 -recol5s=7298 -recol5d=0 -name=Morgan Le Faye -model1=model_390 -model2=model_27555 -model3=model_353 -model4=model_27556 -model5=model_14589 -model6=model_414 -head1=model_39066 -head2=model_38861 -modeloffset4=3,-11,6 -unknown119=3 - -// 249 -[npc_249] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=16843 -recol2s=32701 -recol2d=1430 -retex1s=material_256 -retex1d=material_268 -retex2s=material_228 -retex2d=material_426 -name=Merlin -model1=model_20399 -model2=model_214 -model3=model_250 -model4=model_20405 -model5=model_3189 -model6=model_20395 -model7=model_177 -model8=model_20402 -model9=model_181 -head1=model_38642 -head2=model_39582 -head3=model_39448 -unknown119=3 - -// 250 -[npc_250] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=28407 -recol2s=8352 -recol2d=32767 -recol3s=14724 -recol3d=32767 -recol4s=2340 -recol4d=32767 -recol5s=7298 -recol5d=32767 -retex1s=material_257 -retex1d=material_258 -retex2s=material_252 -retex2d=material_254 -retex3s=material_228 -retex3d=material_426 -name=The Lady of the Lake -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_353 -model5=model_421 -model6=model_358 -model7=model_417 -head1=model_39066 -unknown119=3 - -// 251 -[npc_251] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=20611 -recol1d=6347 -name=King Arthur -model1=model_27193 -model2=model_27197 -model3=model_27203 -head1=model_39839 -head2=model_39382 -head3=model_38096 -unknown119=3 - -// 252 -[npc_252] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=28407 -recol2s=15856 -recol2d=25098 -recol3s=2340 -recol3d=8420 -recol4s=7298 -recol4d=2114 -recol5s=25098 -recol5d=32529 -retex1s=material_228 -retex1d=material_426 -name=Beggar -model1=model_230 -model2=model_308 -model3=model_33034 -model4=model_10218 -model5=model_275 -model6=model_181 -model7=model_250 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 253 -[npc_253] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -recol1s=7398 -recol1d=7399 -recol2s=7298 -recol2d=7399 -recol3s=15856 -recol3d=32631 -name=Khazard Guard -model1=model_6848 -model2=model_252 -model3=model_22314 -model4=model_152 -model5=model_177 -model6=model_550 -model7=model_176 -model8=model_8748 -model9=model_181 -head1=model_39744 -head2=model_38097 -unknown119=3 - -// 254 -[npc_254] -bas=bas_4 -size=1 -resizeh=133 -resizev=110 -op1=Talk-to -op2=Attack -vislevel=23 -recol1s=15856 -recol1d=32631 -recol2s=7398 -recol2d=7399 -recol3s=7298 -recol3d=7399 -name=Khazard Guard -model1=model_18192 -model2=model_22163 -model3=model_22315 -model4=model_22333 -model5=model_177 -model6=model_550 -model7=model_176 -model8=model_40258 -model9=model_181 -head1=model_39626 -head2=model_39286 -unknown119=3 - -// 255 -[npc_255] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -recol1s=7298 -recol1d=7399 -recol2s=16846 -recol2d=7399 -recol3s=15392 -recol3d=32631 -name=Khazard Guard -model1=model_22311 -model2=model_246 -model3=model_22314 -model4=model_152 -model5=model_177 -model6=model_8748 -model7=model_181 -model8=model_550 -head1=model_38589 -head2=model_39223 -unknown119=3 - -// 256 -[npc_256] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -recol1s=7298 -recol1d=7399 -recol2s=15856 -recol2d=32631 -recol3s=16846 -recol3d=7399 -recol4s=15392 -recol4d=32631 -name=Khazard Guard -model1=model_22311 -model2=model_253 -model3=model_22314 -model4=model_152 -model5=model_177 -model6=model_550 -model7=model_176 -model8=model_8748 -model9=model_181 -head1=model_38589 -head2=model_39227 -unknown119=3 - -// 257 -[npc_257] -bas=bas_4 -size=1 -vislevel=25 -recol1s=16846 -recol1d=5285 -recol2s=2340 -recol2d=3104 -name=Khazard Guard -model1=model_230 -model2=model_252 -model3=model_22314 -model4=model_152 -model5=model_177 -model6=model_550 -model7=model_176 -model8=model_8748 -model9=model_181 -head1=model_39799 -head2=model_38097 -unknown119=3 - -// 258 -[npc_258] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=112 -recol1s=16846 -recol1d=5285 -recol2s=15789 -recol2d=5285 -name=General Khazard -model1=model_22310 -model2=model_22313 -model3=model_22316 -model4=model_22307 -model5=model_22309 -model6=model_22318 -model7=model_22312 -model8=model_22308 -head1=model_149 -unknown119=3 - -// 259 -[npc_259] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=29591 -recol3s=15856 -recol3d=25098 -name=Khazard barman -model1=model_230 -model2=model_247 -model3=model_292 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -model8=model_326 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 260 -[npc_260] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7298 -recol1d=25098 -recol2s=2340 -recol2d=7362 -recol3s=14724 -recol3d=17732 -retex1s=material_257 -retex1d=material_313 -name=Kelvin -model1=model_214 -model2=model_246 -model3=model_310 -model4=model_151 -model5=model_176 -model6=model_275 -model7=model_33033 -head1=model_39223 -head2=model_39726 -unknown119=3 - -// 261 -[npc_261] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7298 -recol1d=26189 -recol2s=2340 -recol2d=7362 -recol3s=6273 -recol3d=10401 -recol4s=14724 -recol4d=15686 -recol5s=25098 -recol5d=26189 -retex1s=material_257 -retex1d=material_313 -name=Joe -model1=model_206 -model2=model_246 -model3=model_310 -model4=model_151 -model5=model_176 -model6=model_275 -model7=model_33033 -model8=model_326 -head1=model_39947 -head2=model_39223 -unknown119=3 - -// 262 -[npc_262] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7298 -recol1d=25098 -recol2s=2340 -recol2d=7298 -retex1s=material_257 -retex1d=material_313 -name=Fightslave -model1=model_214 -model2=model_246 -model3=model_310 -model4=model_151 -model5=model_176 -model6=model_275 -model7=model_33033 -head1=model_39223 -head2=model_39726 -unknown119=3 - -// 263 -[npc_263] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7298 -recol1d=25098 -recol2s=2340 -recol2d=7362 -recol3s=14724 -recol3d=14730 -retex1s=material_257 -retex1d=material_313 -name=Hengrad -model1=model_230 -model2=model_246 -model3=model_310 -model4=model_151 -model5=model_176 -model6=model_275 -model7=model_33033 -head1=model_39630 -unknown119=3 - -// 264 -[npc_264] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Lady Servil -model1=model_378 -model2=model_40639 -model3=model_25868 -model4=model_40399 -model5=model_353 -model6=model_11119 -model7=model_358 -head1=model_39090 -unknown119=3 - -// 265 -[npc_265] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -name=Jeremy Servil -model1=model_28596 -head1=model_28684 -unknown119=3 - -// 266 -[npc_266] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -name=Jeremy Servil -model1=model_28596 -head1=model_28684 -unknown119=3 - -// 267 -[npc_267] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=2053 -recol2s=2340 -recol2d=2053 -name=Justin Servil -model1=model_230 -model2=model_250 -model3=model_40191 -model4=model_40168 -model5=model_177 -model6=model_176 -model7=model_275 -model8=model_19943 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 268 -[npc_268] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=8192 -recol2s=2340 -recol2d=8456 -name=Local -model1=model_230 -model2=model_249 -model3=model_236 -model4=model_299 -model5=model_167 -model6=model_179 -model7=model_275 -model8=model_185 -head1=model_39799 -head2=model_39254 -head3=model_39307 -unknown119=3 - -// 269 -[npc_269] -bas=bas_229 -size=2 -op2=Attack -resizeh=87 -resizev=87 -vislevel=137 -name=Bouncer -model1=model_26257 -unknown119=3 - -// 270 -[npc_270] -bas=bas_60 -size=2 -op2=Attack -vislevel=63 -name=Khazard Ogre -model1=model_2880 -model2=model_2876 -unknown119=3 - -// 271 -[npc_271] -bas=bas_929 -size=3 -op2=Attack -vislevel=44 -name=Khazard Scorpion -model1=model_24610 -unknown119=3 - -// 272 -[npc_272] -bas=bas_255 -size=1 -op1=Talk-to -op2=Attack -alwaysontop=yes -vislevel=14 -recol1s=14724 -recol1d=7365 -recol2s=4229 -recol2d=7365 -recol3s=4228 -recol3d=7365 -recol4s=3171 -recol4d=7365 -recol5s=1058 -recol5d=6308 -recol6s=8324 -recol6d=5284 -name=Lucien -model1=model_10375 -model2=model_246 -model3=model_9983 -model4=model_10374 -model5=model_11732 -model6=model_25683 -model7=model_10000 -model8=model_181 -head1=model_39984 -unknown119=3 - -// 273 -[npc_273] -bas=bas_255 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=7365 -recol2s=4229 -recol2d=7365 -recol3s=4228 -recol3d=7365 -recol4s=3171 -recol4d=7365 -recol5s=1058 -recol5d=6308 -recol6s=8324 -recol6d=5284 -name=Lucien -model1=model_10375 -model2=model_246 -model3=model_9983 -model4=model_10374 -model5=model_11732 -model6=model_25683 -model7=model_10000 -model8=model_181 -head1=model_39984 -unknown119=3 - -// 274 -[npc_274] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=45 -recol1s=15789 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=16846 -recol3d=6476 -recol4s=14724 -recol4d=32767 -recol5s=7328 -recol5d=28407 -recol6s=15392 -recol6d=23454 -name=Guardian of Armadyl -model1=model_214 -model2=model_313 -model3=model_268 -model4=model_162 -model5=model_176 -model6=model_323 -model7=model_185 -model8=model_250 -model9=model_518 -model10=model_523 -model11=model_3330 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 275 -[npc_275] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=43 -recol1s=15789 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=16846 -recol3d=6476 -recol4s=14724 -recol4d=32767 -recol5s=7328 -recol5d=28407 -recol6s=15392 -recol6d=23454 -name=Guardian of Armadyl -model1=model_390 -model2=model_456 -model3=model_432 -model4=model_343 -model5=model_353 -model6=model_481 -model7=model_361 -model8=model_482 -model9=model_518 -model10=model_523 -head1=model_39069 -modeloffset8=3,-11,6 -modeloffset9=-3,-11,6 -unknown119=3 - -// 276 -[npc_276] -bas=bas_119 -size=1 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=15392 -recol2s=2340 -recol2d=6152 -recol3s=239 -recol3d=4228 -recol4s=9408 -recol4d=8 -recol5s=32736 -recol5d=14444 -recol6s=25098 -recol6d=22164 -name=Winelda -model1=model_393 -model2=model_377 -model3=model_462 -model4=model_348 -model5=model_10706 -model6=model_481 -model7=model_440 -model8=model_454 -model9=model_534 -head1=model_38926 -head2=model_38748 -modeloffset8=3,-11,6 -unknown119=3 - -// 277 -[npc_277] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=84 -recol1s=25098 -recol1d=21635 -recol2s=14724 -recol2d=22720 -recol3s=16846 -recol3d=8354 -recol4s=11561 -recol4d=8354 -recol5s=15789 -recol5d=8354 -recol6s=32736 -recol6d=22720 -name=Fire Warrior of Lesarkus -model1=model_230 -model2=model_14441 -model3=model_268 -model4=model_163 -model5=model_176 -model6=model_328 -model7=model_323 -model8=model_246 -model9=model_184 -head1=model_39630 -unknown119=3 - -// 278 -[npc_278] -bas=bas_117 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recolhsl1s=5297 -recolhsl1d=98 -recol2s=12616 -recol2d=25269 -recolhsl3s=5279 -recolhsl3d=82 -recolhsl4s=5674 -recolhsl4d=40244 -recolhsl5s=5670 -recolhsl5d=40239 -recolhsl6s=5659 -recolhsl6d=40226 -retex1s=material_359 -retex1d=material_268 -retex2s=material_255 -retex2d=material_272 -name=Cook -model1=model_40332 -model2=model_40353 -model3=model_40343 -model4=model_40364 -model5=model_40370 -model6=model_28804 -head1=model_39830 -unknown119=3 - -// 279 -[npc_279] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Brother Omad -model1=model_223 -model2=model_181 -model3=model_246 -model4=model_299 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 280 -[npc_280] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Brother Cedric -model1=model_223 -model2=model_181 -model3=model_246 -model4=model_299 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 281 -[npc_281] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=3 -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Monk -model1=model_223 -model2=model_181 -model3=model_246 -model4=model_299 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 282 -[npc_282] -bas=bas_4 -size=1 -op2=Attack -vislevel=14 -recol1s=2340 -recol1d=9452 -name=Thief -model1=model_215 -model2=model_246 -model3=model_311 -model4=model_169 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_519 -unknown119=3 - -// 283 -[npc_283] -bas=bas_4 -size=1 -op2=Attack -vislevel=26 -recol1s=2340 -recol1d=9452 -name=Head Thief -model1=model_215 -model2=model_247 -model3=model_311 -model4=model_169 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_518 -unknown119=3 - -// 284 -[npc_284] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -recol1s=12646 -recol1d=14434 -recol2s=15785 -recol2d=12320 -recol3s=10434 -recol3d=14630 -recol4s=25364 -recol4d=22195 -name=Doric -model1=model_2971 -model2=model_2986 -model3=model_10825 -model4=model_2979 -model5=model_2993 -model6=model_7046 -model7=model_2985 -head1=model_1 -head2=model_6 -unknown119=3 - -// 285 -[npc_285] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=300 -recol2s=14724 -recol2d=14899 -recol3s=15856 -recol3d=25098 -recol4s=6144 -recol4d=268 -recol5s=16416 -recol5d=2095 -recol6s=6273 -recol6d=17760 -name=Veronica -model1=model_399 -model2=model_446 -model3=model_470 -model4=model_9359 -model5=model_10706 -model6=model_8784 -model7=model_358 -head1=model_39124 -unknown119=3 - -// 286 -[npc_286] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=32696 -recol2s=2340 -recol2d=12716 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=18000 -retex1s=material_257 -retex1d=material_256 -name=Professor Oddenstein -model1=model_10981 -model2=model_247 -model3=model_9622 -model4=model_170 -model5=model_10218 -model6=model_274 -model7=model_185 -head1=model_40053 -head2=model_39256 -unknown119=3 - -// 287 -[npc_287] -bas=bas_4 -vislevel=0 -size=1 -recol1s=9419 -recol1d=14899 -recol2s=14724 -recol2d=12852 -recol3s=2340 -recol3d=300 -recol4s=7298 -recol4d=4192 -recol5s=15856 -recol5d=2407 -recol6s=6273 -recol6d=7331 -name=Ernest -model1=model_217 -model2=model_246 -model3=model_10077 -model4=model_326 -model5=model_9450 -model6=model_176 -model7=model_274 -model8=model_185 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 288 -[npc_288] -bas=bas_50 -vislevel=0 -size=1 -resizeh=32 -resizev=32 -recol1s=17830 -recol1d=14933 -recol2s=15716 -recol2d=14899 -recol3s=13602 -recol3d=12752 -recol4s=11488 -recol4d=9614 -recol5s=10432 -recol5d=7466 -recol6s=7328 -recol6d=6375 -name=Chicken -model1=model_7728 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 289 -[npc_289] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=24288 -recol1d=10504 -recol2s=14724 -recol2d=2123 -recol3s=2340 -recol3d=1062 -recol4s=8384 -recol4d=1062 -recol5s=32735 -recol5d=25962 -recol6s=7298 -recol6d=0 -name=Councillor Halgrive -model1=model_215 -model2=model_238 -model3=model_247 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_254 -model8=model_181 -model9=model_320 -head1=model_39836 -head2=model_38643 -head3=model_39256 -unknown119=3 - -// 290 -[npc_290] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=28407 -recol2s=8416 -recol2d=28407 -recol3s=13600 -recol3d=28407 -retex1s=material_202 -retex1d=material_258 -retex2s=material_252 -retex2d=material_272 -name=Doctor Orbon -model1=model_230 -model2=model_273 -model3=model_246 -model4=model_305 -model5=model_151 -model6=model_179 -model7=model_245 -model8=model_561 -head1=model_39630 -head2=model_39316 -unknown119=3 - -// 291 -[npc_291] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=11493 -recol2s=14724 -recol2d=16708 -recol3s=6354 -recol3d=11493 -recol4s=25098 -recol4d=21989 -retex1s=material_257 -retex1d=material_313 -name=Farmer Brumty -model1=model_217 -model2=model_194 -model3=model_251 -model4=model_310 -model5=model_167 -model6=model_176 -model7=model_271 -model8=model_181 -head1=model_39686 -head2=model_39481 -head3=model_38096 -unknown119=3 - -// 292 -[npc_292] -bas=bas_64 -size=1 -vislevel=1 -multivar=varplayerbit_801 -multinpc=0,npc_2345 -multinpc=1,npc_2377 -unknown119=3 - -// 293 -[npc_293] -bas=bas_64 -size=1 -vislevel=1 -multivar=varplayerbit_803 -multinpc=0,npc_2346 -multinpc=1,npc_2378 -unknown119=3 - -// 294 -[npc_294] -bas=bas_64 -size=1 -vislevel=1 -multivar=varplayerbit_800 -multinpc=0,npc_2347 -multinpc=1,npc_2379 -unknown119=3 - -// 295 -[npc_295] -bas=bas_64 -size=1 -vislevel=1 -multivar=varplayerbit_802 -multinpc=0,npc_2348 -multinpc=1,npc_2380 -unknown119=3 - -// 296 -[npc_296] -bas=bas_105 -size=1 -op2=Attack -op3=Pickpocket -alwaysontop=yes -vislevel=21 -recol1s=11621 -recol1d=6340 -recol2s=10564 -recol2d=7397 -recol3s=18989 -recol3d=11559 -recol4s=8352 -recol4d=8420 -recol5s=21074 -recol5d=12618 -recol6s=17903 -recol6d=10504 -name=Guard -model1=model_28867 -model2=model_28869 -model3=model_28873 -unknown119=3 - -// 297 -[npc_297] -bas=bas_106 -size=1 -op2=Attack -op3=Pickpocket -alwaysontop=yes -vislevel=21 -recol1s=11621 -recol1d=6340 -recol2s=10564 -recol2d=7397 -recol3s=18989 -recol3d=11559 -recol4s=8352 -recol4d=8420 -recol5s=21074 -recol5d=12618 -recol6s=17903 -recol6d=10504 -name=Guard -model1=model_28867 -model2=model_28871 -model3=model_28872 -unknown119=3 - -// 298 -[npc_298] -bas=bas_105 -size=1 -op2=Attack -op3=Pickpocket -alwaysontop=yes -vislevel=21 -recol1s=11621 -recol1d=6340 -recol2s=10564 -recol2d=7397 -recol3s=18989 -recol3d=11559 -recol4s=8352 -recol4d=8420 -recol5s=21074 -recol5d=12618 -recol6s=17903 -recol6d=10504 -name=Guard -model1=model_28867 -model2=model_28869 -model3=model_28874 -unknown119=3 - -// 299 -[npc_299] -bas=bas_107 -size=1 -op2=Attack -op3=Pickpocket -alwaysontop=yes -vislevel=21 -recol1s=11621 -recol1d=6340 -recol2s=10564 -recol2d=7397 -recol3s=18989 -recol3d=11559 -recol4s=8352 -recol4d=8420 -recol5s=21074 -recol5d=12618 -recol6s=17903 -recol6d=10504 -name=Guard -model1=model_28867 -model2=model_28868 -model3=model_28873 -unknown119=3 - -// 300 -[npc_300] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -op3=Teleport -recol1s=2340 -recol1d=3646 -recol2s=14724 -recol2d=3646 -recol3s=6273 -recol3d=14594 -recol4s=239 -recol4d=3646 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Sedridor -model1=model_214 -model2=model_181 -model3=model_250 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_202 -model9=model_534 -model10=model_290 -head1=model_39582 -head2=model_39525 -head3=model_38642 -unknown119=3 - -// 301 -[npc_301] -vislevel=0 -name=Twig -model1=model_1644 -unknown119=2 - -// 302 -[npc_302] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=29457 -name=Hadley -model1=model_215 -model2=model_181 -model3=model_250 -model4=model_299 -model5=model_32592 -model6=model_10218 -model7=model_254 -model8=model_329 -model9=model_245 -head1=model_39836 -head2=model_38642 -head3=model_39316 -unknown119=3 - -// 303 -[npc_303] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -name=Gerald -model1=model_230 -model2=model_250 -model3=model_292 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_181 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 304 -[npc_304] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=22237 -recol2s=14724 -recol2d=32701 -recol3s=25098 -recol3d=19811 -recol4s=15856 -recol4d=19811 -name=Almera -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 305 -[npc_305] -bas=bas_165 -size=1 -op1=Talk-to -vislevel=0 -recol1s=6471 -recol1d=13509 -recol2s=4357 -recol2d=11395 -recol3s=2243 -recol3d=9281 -recol4s=7363 -recol4d=9411 -recol5s=11590 -recol5d=11561 -name=Hudon -model1=model_28604 -model2=model_28639 -model3=model_28653 -model4=model_28611 -model5=model_28624 -model6=model_28673 -head1=model_28688 -unknown119=3 - -// 306 -[npc_306] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -name=Golrie -model1=model_2900 -model2=model_2914 -model3=model_2915 -head1=model_23 -unknown119=3 - -// 307 -[npc_307] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -ambient=20 -name=Hetty -model1=model_42696 -head1=model_42678 -unknown119=3 - -// 308 -[npc_308] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=22048 -recol2s=7328 -recol2d=32480 -recol3s=2340 -recol3d=14656 -recol4s=13600 -recol4d=22048 -retex1s=material_258 -retex1d=material_202 -retex2s=material_254 -retex2d=material_257 -retex3s=material_273 -retex3d=material_250 -name=Master fisher -model1=model_230 -model2=model_244 -model3=model_248 -model4=model_295 -model5=model_162 -model6=model_176 -model7=model_274 -model8=model_185 -model9=model_18933 -head1=model_39799 -head2=model_39312 -head3=model_39275 -unknown119=3 - -// 309 -[npc_309] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 310 -[npc_310] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 311 -[npc_311] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 312 -[npc_312] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 313 -[npc_313] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 314 -[npc_314] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 315 -[npc_315] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 316 -[npc_316] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 317 -[npc_317] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 318 -[npc_318] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 319 -[npc_319] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 320 -[npc_320] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 321 -[npc_321] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 322 -[npc_322] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 323 -[npc_323] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 324 -[npc_324] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 325 -[npc_325] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 326 -[npc_326] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 327 -[npc_327] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 328 -[npc_328] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 329 -[npc_329] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 330 -[npc_330] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 331 -[npc_331] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 332 -[npc_332] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 333 -[npc_333] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 334 -[npc_334] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 335 -[npc_335] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_1784 -multinpc=1,npc_3209 -unknown119=3 - -// 336 -[npc_336] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=11558 -recol2s=32760 -recol2d=9444 -recol3s=7328 -recol3d=10501 -recol4s=6273 -recol4d=11523 -recol5s=7298 -recol5d=8387 -name=Da Vinci -model1=model_9618 -model2=model_217 -model3=model_9620 -model4=model_292 -model5=model_317 -model6=model_162 -model7=model_10218 -model8=model_9461 -model9=model_6090 -model10=model_9617 -model11=model_4391 -head1=model_39686 -head2=model_39270 -head3=model_39492 -unknown119=3 - -// 337 -[npc_337] -bas=bas_79 -vislevel=0 -op1=Talk-to -name=Da Vinci -model1=model_28002 -head1=model_39686 -head2=model_39270 -head3=model_39492 -unknown119=3 - -// 338 -[npc_338] -bas=bas_799 -vislevel=0 -op1=Talk-to -turnspeed=0 -recol1s=14724 -recol1d=7492 -recol2s=2340 -recol2d=5282 -recol3s=6273 -recol3d=12548 -recol4s=15748 -recol4d=5378 -recol5s=10464 -recol5d=15556 -recol6s=15856 -recol6d=24074 -name=Chancy -model1=model_217 -model2=model_246 -model3=model_292 -model4=model_5432 -model5=model_170 -model6=model_10218 -model7=model_9623 -model8=model_264 -model9=model_4391 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 339 -[npc_339] -bas=bas_79 -vislevel=0 -op1=Talk-to -name=Chancy -model1=model_26844 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 340 -[npc_340] -bas=bas_798 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=17899 -recol2s=14724 -recol2d=10502 -recol3s=2340 -recol3d=6307 -recol4s=15856 -recol4d=25098 -recol5s=11328 -recol5d=12482 -recol6s=5120 -recol6d=8388 -name=Hops -model1=model_6848 -model2=model_250 -model3=model_299 -model4=model_9621 -model5=model_170 -model6=model_10218 -model7=model_3876 -model8=model_274 -model9=model_181 -model10=model_9607 -head1=model_39744 -head2=model_38642 -unknown119=3 - -// 341 -[npc_341] -bas=bas_79 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=17899 -recol2s=14724 -recol2d=10502 -recol3s=2340 -recol3d=6307 -recol4s=15856 -recol4d=25098 -recol5s=11328 -recol5d=12482 -recol6s=5120 -recol6d=8388 -name=Hops -model1=model_6848 -model2=model_250 -model3=model_299 -model4=model_9621 -model5=model_170 -model6=model_10218 -model7=model_6098 -model8=model_274 -model9=model_181 -model10=model_9607 -head1=model_39744 -head2=model_38642 -unknown119=3 - -// 342 -[npc_342] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8354 -recol3s=15856 -recol3d=4226 -recol4s=6273 -recol4d=12618 -name=Guidor's wife -model1=model_378 -model2=model_25713 -model3=model_25697 -model4=model_353 -model5=model_421 -model6=model_358 -head1=model_39090 -unknown119=3 - -// 343 -[npc_343] -bas=bas_276 -vislevel=0 -size=1 -op1=Talk-to -turnspeed=0 -recol1s=25098 -recol1d=24110 -name=Guidor -model1=model_230 -model2=model_253 -model3=model_25673 -model4=model_25664 -head1=model_39799 -head2=model_39227 -unknown119=3 - -// 344 -[npc_344] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=16846 -recol1d=8420 -retex1s=material_268 -retex1d=material_202 -name=Guard -model1=model_208 -model2=model_185 -model3=model_248 -model4=model_311 -model5=model_151 -model6=model_179 -model7=model_254 -model8=model_276 -model9=model_502 -model10=model_541 -head1=model_38588 -head2=model_39227 -unknown119=3 - -// 345 -[npc_345] -bas=bas_51 -vislevel=0 -size=1 -op1=Talk-to -recol1s=16846 -recol1d=8420 -retex1s=material_268 -retex1d=material_202 -name=Guard -model1=model_208 -model2=model_185 -model3=model_248 -model4=model_311 -model5=model_151 -model6=model_179 -model7=model_254 -model8=model_276 -model9=model_16846 -head1=model_38588 -head2=model_39227 -unknown119=3 - -// 346 -[npc_346] -bas=bas_51 -vislevel=0 -size=1 -op1=Talk-to -recol1s=16846 -recol1d=8420 -retex1s=material_268 -retex1d=material_202 -name=Guard -model1=model_208 -model2=model_185 -model3=model_248 -model4=model_311 -model5=model_151 -model6=model_179 -model7=model_254 -model8=model_276 -model9=model_16846 -head1=model_38588 -head2=model_39275 -unknown119=3 - -// 347 -[npc_347] -bas=bas_119 -size=1 -op1=Talk-to -op2=Attack -vislevel=11 -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16704 -recol3d=8320 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=11489 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_185 -model6=model_323 -model7=model_553 -head1=model_40025 -unknown119=3 - -// 348 -[npc_348] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=24 -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=32736 -recol3d=1058 -recol4s=13600 -recol4d=11489 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_185 -model6=model_323 -head1=model_40025 -unknown119=3 - -// 349 -[npc_349] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=6208 -recol2s=8420 -recol2d=6208 -retex1s=material_268 -retex1d=material_202 -name=Kilron -model1=model_208 -model2=model_185 -model3=model_250 -model4=model_311 -model5=model_162 -model6=model_179 -model7=model_274 -head1=model_38588 -head2=model_38642 -unknown119=3 - -// 350 -[npc_350] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16704 -recol3d=8320 -recol4s=32736 -recol4d=1058 -name=Omart -model1=model_207 -model2=model_185 -model3=model_252 -model4=model_311 -model5=model_163 -model6=model_179 -model7=model_274 -head1=model_40023 -head2=model_38097 -unknown119=3 - -// 351 -[npc_351] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=4 -recol1s=15856 -recol1d=12547 -recol2s=2340 -recol2d=6208 -recol3s=25098 -recol3d=12616 -name=Man -model1=model_215 -model2=model_185 -model3=model_249 -model4=model_310 -model5=model_173 -model6=model_176 -model7=model_275 -head1=model_39836 -head2=model_39254 -unknown119=3 - -// 352 -[npc_352] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=3 -recol1s=15856 -recol1d=12547 -recol2s=2340 -recol2d=6208 -recol3s=25098 -recol3d=12616 -recol4s=14730 -recol4d=21893 -retex1s=material_257 -retex1d=material_292 -name=Woman -model1=model_408 -model2=model_361 -model3=model_474 -model4=model_332 -model5=model_353 -model6=model_438 -head1=model_39082 -unknown119=3 - -// 353 -[npc_353] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=4 -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=6208 -recol3s=25098 -recol3d=24276 -name=Woman -model1=model_390 -model2=model_474 -model3=model_40401 -model4=model_10706 -model5=model_438 -model6=model_358 -head1=model_39149 -unknown119=3 - -// 354 -[npc_354] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=3 -recol1s=15856 -recol1d=12547 -recol2s=2340 -recol2d=6208 -recol3s=25098 -recol3d=12616 -recolhsl4s=4417 -recolhsl4d=5285 -recolhsl5s=4412 -recolhsl5d=5281 -recolhsl6s=4407 -recolhsl6d=5277 -retex1s=material_277 -retex1d=material_262 -retex2s=material_292 -retex2d=material_527 -name=Woman -model1=model_378 -model2=model_474 -model3=model_351 -model4=model_353 -model5=model_438 -model6=model_358 -head1=model_39142 -unknown119=3 - -// 355 -[npc_355] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2243 -recol1d=11561 -recol2s=4357 -recol2d=12618 -recol3s=7363 -recol3d=13735 -recol4s=9414 -recol4d=7330 -recol5s=7300 -recol5d=6273 -name=Child -model1=model_28603 -model2=model_28640 -model3=model_28657 -model4=model_28611 -model5=model_28612 -model6=model_28669 -head1=model_28691 -unknown119=3 - -// 356 -[npc_356] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=14596 -recol2s=2243 -recol2d=11561 -recol3s=4357 -recol3d=12618 -recol4s=7363 -recol4d=4228 -recol5s=9414 -recol5d=7330 -recol6s=7300 -recol6d=6273 -name=Child -model1=model_28603 -model2=model_28640 -model3=model_28657 -model4=model_28611 -model5=model_28612 -model6=model_28669 -head1=model_28692 -unknown119=3 - -// 357 -[npc_357] -bas=bas_119 -size=1 -op2=Attack -vislevel=18 -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=32736 -recol3d=1058 -recol4s=13600 -recol4d=11489 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_185 -model6=model_323 -model7=model_553 -head1=model_40025 -unknown119=3 - -// 358 -[npc_358] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=3171 -recol2s=14724 -recol2d=3171 -recol3s=25098 -recol3d=9377 -recol4s=16877 -recol4d=10469 -recol5s=20048 -recol5d=6241 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_268 -name=Priest -model1=model_230 -model2=model_181 -model3=model_250 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 359 -[npc_359] -bas=bas_4 -vislevel=0 -size=1 -recol1s=15856 -recol1d=12547 -recol2s=2340 -recol2d=6208 -recol3s=14724 -recol3d=16808 -recol4s=25098 -recol4d=12547 -name=Man -model1=model_230 -model2=model_185 -model3=model_250 -model4=model_299 -model5=model_32592 -model6=model_179 -model7=model_275 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 360 -[npc_360] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=4 -recol1s=15856 -recol1d=12547 -recol2s=2340 -recol2d=6208 -recol3s=25098 -recol3d=12616 -recol4s=25098 -recol4d=12616 -name=Woman -model1=model_399 -model2=model_474 -model3=model_351 -model4=model_353 -model5=model_437 -model6=model_358 -head1=model_39124 -head2=model_39100 -unknown119=3 - -// 361 -[npc_361] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=12 -recol1s=15856 -recol1d=12547 -recol2s=2340 -recol2d=6208 -recol3s=25098 -recol3d=12616 -recol4s=25098 -recol4d=12616 -name=Woman -model1=model_404 -model2=model_478 -model3=model_40401 -model4=model_353 -model5=model_437 -model6=model_358 -head1=model_39054 -unknown119=3 - -// 362 -[npc_362] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=3 -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=13638 -recol3s=25098 -recol3d=24276 -name=Woman -model1=model_404 -model2=model_11360 -model3=model_40401 -model4=model_10706 -model5=model_437 -model6=model_358 -head1=model_38951 -unknown119=3 - -// 363 -[npc_363] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=14 -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=13638 -recol3s=25098 -recol3d=24276 -name=Woman -model1=model_399 -model2=model_455 -model3=model_40401 -model4=model_10706 -model5=model_437 -model6=model_358 -head1=model_39091 -unknown119=3 - -// 364 -[npc_364] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7328 -recol1d=15392 -recol2s=14724 -recol2d=32767 -recol3s=2340 -recol3d=15392 -recol4s=7298 -recol4d=32767 -recol5s=8386 -recol5d=15392 -recol6s=32736 -recol6d=32767 -retex1s=material_257 -retex1d=material_359 -name=King Lathas -model1=model_230 -model2=model_185 -model3=model_251 -model4=model_313 -model5=model_160 -model6=model_176 -model7=model_267 -model8=model_1808 -model9=model_323 -head1=model_39799 -head2=model_38096 -head3=model_39390 -unknown119=3 - -// 365 -[npc_365] -bas=bas_4 -size=1 -op2=Attack -vislevel=59 -recol1s=8386 -recol1d=25730 -recol2s=32736 -recol2d=1113 -recol3s=15392 -recol3d=28407 -recol4s=6273 -recol4d=26400 -recol5s=25098 -recol5d=11458 -recol6s=7296 -recol6d=25730 -name=Paladin -model1=model_225 -model2=model_185 -model3=model_313 -model4=model_164 -model5=model_179 -model6=model_268 -model7=model_323 -model8=model_241 -model9=model_518 -model10=model_523 -model11=model_3330 -unknown119=3 - -// 366 -[npc_366] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=16896 -recol2s=15856 -recol2d=25098 -recol3s=7328 -recol3d=25370 -name=Jerico -model1=model_214 -model2=model_250 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_267 -model7=model_185 -model8=model_280 -head1=model_38642 -head2=model_39726 -unknown119=3 - -// 367 -[npc_367] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=32564 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=32758 -recol4s=2340 -recol4d=12580 -recol5s=22024 -recol5d=8388 -recol6s=32696 -recol6d=16810 -retex1s=material_257 -retex1d=material_359 -retex2s=material_228 -retex2d=material_426 -name=Chemist -model1=model_9452 -model2=model_9619 -model3=model_246 -model4=model_9622 -model5=model_163 -model6=model_10218 -model7=model_4226 -model8=model_4218 -head1=model_40019 -head2=model_39343 -head3=model_39223 -unknown119=3 - -// 368 -[npc_368] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=9411 -recol2s=8322 -recol2d=9411 -recol3s=7298 -recol3d=12608 -recol4s=6274 -recol4d=12608 -recol5s=24196 -recol5d=12608 -retex1s=material_254 -retex1d=material_257 -name=Guard -model1=model_25854 -model2=model_230 -model3=model_246 -model4=model_299 -model5=model_25857 -model6=model_25852 -model7=model_19332 -model8=model_18194 -model9=model_14848 -model10=model_25687 -head1=model_39429 -head2=model_39630 -unknown119=3 - -// 369 -[npc_369] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=24 -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16846 -recol3d=1058 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=11489 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_323 -model6=model_499 -head1=model_40025 -unknown119=3 - -// 370 -[npc_370] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=13 -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=32736 -recol3d=1058 -recol4s=13600 -recol4d=11489 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_185 -model6=model_323 -head1=model_40025 -unknown119=3 - -// 371 -[npc_371] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=12 -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16704 -recol3d=8320 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=11489 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_185 -model6=model_323 -head1=model_40025 -unknown119=3 - -// 372 -[npc_372] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16704 -recol3d=8320 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=11489 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_185 -model6=model_323 -head1=model_40025 -unknown119=3 - -// 373 -[npc_373] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=32631 -recol2s=14724 -recol2d=32631 -recol3s=25098 -recol3d=19811 -recol4s=15856 -recol4d=19811 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Nurse Sarah -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 374 -[npc_374] -bas=bas_60 -size=2 -op2=Attack -alwaysontop=yes -vislevel=58 -recol1s=25264 -recol1d=19946 -recol2s=24207 -recol2d=17865 -recol3s=23150 -recol3d=16808 -name=Ogre -model1=model_20383 -model2=model_20368 -unknown119=3 - -// 375 -[npc_375] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=7428 -recol2s=2340 -recol2d=7470 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=22882 -recol5s=32736 -recol5d=16776 -name=Redbeard Frank -model1=model_215 -model2=model_15004 -model3=model_236 -model4=model_11190 -model5=model_15008 -model6=model_151 -model7=model_10218 -model8=model_5218 -head1=model_39836 -head2=model_39212 -head3=model_39307 -head4=model_39486 -unknown119=3 - -// 376 -[npc_376] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Pay-fare -recol1s=2340 -recol1d=4234 -recol2s=14724 -recol2d=4334 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=4226 -name=Captain Tobias -model1=model_215 -model2=model_253 -model3=model_299 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -model8=model_194 -head1=model_39836 -head2=model_39227 -head3=model_39481 -unknown119=3 - -// 377 -[npc_377] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Pay-fare -recol1s=2340 -recol1d=4234 -recol2s=14724 -recol2d=4334 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=4226 -name=Seaman Lorris -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -model8=model_194 -head1=model_39836 -head2=model_39481 -head3=model_39223 -unknown119=3 - -// 378 -[npc_378] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Pay-fare -recol1s=2340 -recol1d=4234 -recol2s=14724 -recol2d=4334 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=4226 -name=Seaman Thresnor -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -model8=model_194 -head1=model_39836 -head2=model_39481 -head3=model_39223 -unknown119=3 - -// 379 -[npc_379] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=17867 -recol2s=6273 -recol2d=6240 -recol3s=2340 -recol3d=9410 -recol4s=25098 -recol4d=15648 -retex1s=material_228 -retex1d=material_426 -name=Luthas -model1=model_14340 -model2=model_11190 -model3=model_292 -model4=model_14935 -model5=model_10980 -model6=model_179 -model7=model_11339 -model8=model_276 -model9=model_181 -model10=model_4391 -head1=model_39915 -head2=model_39212 -head3=model_39300 -unknown119=3 - -// 380 -[npc_380] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Pay-Fare -recol1s=14724 -recol1d=4234 -recol2s=2340 -recol2d=4234 -recol3s=25098 -recol3d=17764 -recol4s=9473 -recol4d=6342 -recol5s=20041 -recol5d=4234 -recol6s=6354 -recol6d=4234 -retex1s=material_359 -retex1d=material_257 -name=Customs officer -model1=model_370 -model2=model_393 -model3=model_471 -model4=model_480 -model5=model_11775 -model6=model_356 -model7=model_419 -model8=model_361 -head1=model_39143 -head2=model_38789 -unknown119=3 - -// 381 -[npc_381] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_2798 -multinpc=0,npc_4974 -unknown119=3 - -// 382 -[npc_382] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -recol1s=10434 -recol1d=5216 -recol2s=7399 -recol2d=16810 -recol3s=16846 -recol3d=10504 -recol4s=7296 -recol4d=16846 -name=Dwarf -model1=model_10321 -model2=model_2980 -model3=model_2977 -model4=model_7050 -model5=model_10326 -model6=model_2993 -model7=model_2988 -head1=model_10236 -head2=model_8 -unknown119=3 - -// 383 -[npc_383] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15458 -recol1d=8354 -recol2s=32736 -recol2d=11396 -name=Stankers -model1=model_2970 -model2=model_2981 -model3=model_2979 -model4=model_2983 -model5=model_2985 -model6=model_2990 -model7=model_2988 -head1=model_0 -head2=model_8 -unknown119=3 - -// 384 -[npc_384] -bas=bas_102 -vislevel=0 -size=1 -resizeh=137 -op1=Talk-to -name=Barbarian guard -model1=model_11739 -model2=model_214 -model3=model_11747 -model4=model_252 -model5=model_11758 -model6=model_11762 -model7=model_11727 -model8=model_11732 -model9=model_11753 -model10=model_11733 -model11=model_11764 -model12=model_11788 -head1=model_39895 -head2=model_38097 -head3=model_39410 -unknown119=3 - -// 385 -[npc_385] -bas=bas_272 -vislevel=0 -size=1 -op1=Pick-up -name=Kharid Scorpion -model1=model_24612 -unknown119=3 - -// 386 -[npc_386] -bas=bas_272 -vislevel=0 -size=1 -op1=Pick-up -name=Kharid Scorpion -model1=model_24612 -unknown119=3 - -// 387 -[npc_387] -bas=bas_272 -vislevel=0 -size=1 -op1=Pick-up -name=Kharid Scorpion -model1=model_24612 -unknown119=3 - -// 388 -[npc_388] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=32767 -recol2s=14724 -recol2d=32767 -recol3s=6273 -recol3d=32767 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_252 -retex3d=material_254 -retex4s=material_228 -retex4d=material_426 -name=Seer -model1=model_217 -model2=model_181 -model3=model_250 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39859 -head2=model_38642 -unknown119=3 - -// 389 -[npc_389] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=239 -recol2s=2340 -recol2d=239 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=23255 -recol5s=16704 -recol5d=5 -recol6s=27483 -recol6d=22847 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_252 -name=Thormac -model1=model_202 -model2=model_214 -model3=model_250 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_256 -model8=model_283 -model9=model_553 -model10=model_567 -head1=model_39400 -head2=model_39582 -head3=model_38642 -unknown119=3 - -// 390 -[npc_390] -bas=bas_667 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -alwaysontop=yes -name=Big fish -model1=model_2845 -unknown119=7 - -// 391 -[npc_391] -bas=bas_42 -size=1 -resizev=96 -resizeh=160 -op2=Attack -alwaysontop=yes -vislevel=14 -recol1s=16846 -recol1d=8651 -name=River troll -model1=model_3752 -unknown119=2 - -// 392 -[npc_392] -bas=bas_42 -size=1 -resizev=96 -resizeh=160 -op2=Attack -alwaysontop=yes -vislevel=29 -recol1s=16846 -recol1d=8651 -name=River troll -model1=model_3752 -unknown119=2 - -// 393 -[npc_393] -bas=bas_42 -size=1 -resizev=96 -resizeh=160 -op2=Attack -alwaysontop=yes -vislevel=49 -recol1s=16846 -recol1d=8651 -name=River troll -model1=model_3752 -unknown119=2 - -// 394 -[npc_394] -bas=bas_42 -size=1 -resizev=96 -resizeh=160 -op2=Attack -alwaysontop=yes -vislevel=79 -recol1s=16846 -recol1d=8651 -name=River troll -model1=model_3752 -unknown119=2 - -// 395 -[npc_395] -bas=bas_42 -size=1 -resizev=96 -resizeh=160 -op2=Attack -alwaysontop=yes -vislevel=120 -recol1s=16846 -recol1d=8651 -name=River troll -model1=model_3752 -unknown119=2 - -// 396 -[npc_396] -bas=bas_42 -size=1 -resizev=96 -resizeh=160 -op2=Attack -alwaysontop=yes -vislevel=159 -recol1s=16846 -recol1d=8651 -name=River troll -model1=model_3752 -unknown119=2 - -// 397 -[npc_397] -bas=bas_66 -size=2 -op2=Attack -vislevel=2 -retex1s=material_438 -retex1d=material_166 -name=Cow -model1=model_23895 -unknown119=3 - -// 398 -[npc_398] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7329 -recol1d=32767 -recol2s=16846 -recol2d=19030 -recol3s=11561 -recol3d=9517 -recol4s=15392 -recol4d=32767 -recol5s=15789 -recol5d=19030 -recol6s=9473 -recol6d=32767 -name=Legends guard -model1=model_219 -model2=model_253 -model3=model_306 -model4=model_164 -model5=model_179 -model6=model_268 -model7=model_184 -model8=model_540 -model9=model_317 -head1=model_38589 -head2=model_39227 -unknown119=2 - -// 399 -[npc_399] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7329 -recol1d=32767 -recol2s=16846 -recol2d=19030 -recol3s=11561 -recol3d=9517 -recol4s=15392 -recol4d=32767 -recol5s=15789 -recol5d=19030 -recol6s=9473 -recol6d=32767 -name=Legends guard -model1=model_219 -model2=model_253 -model3=model_306 -model4=model_164 -model5=model_179 -model6=model_268 -model7=model_184 -model8=model_540 -model9=model_317 -head1=model_38589 -head2=model_39227 -unknown119=2 - -// 400 -[npc_400] -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recol1s=6273 -recol1d=32503 -retex1s=material_228 -retex1d=material_426 -name=Radimus Erkle -model1=model_40613 -head1=model_39706 -unknown119=3 - -// 401 -[npc_401] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=32736 -recol2d=14724 -recol3s=15392 -recol3d=7329 -recol4s=8384 -recol4d=7329 -retex1s=material_268 -retex1d=material_202 -name=Jungle forester -model1=model_207 -model2=model_250 -model3=model_292 -model4=model_167 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_323 -model9=model_324 -model10=model_566 -head1=model_40023 -head2=model_38642 -unknown119=3 - -// 402 -[npc_402] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=32736 -recol2d=14724 -recol3s=15392 -recol3d=7329 -recol4s=8384 -recol4d=7329 -retex1s=material_268 -retex1d=material_202 -name=Jungle forester -model1=model_383 -model2=model_456 -model3=model_346 -model4=model_356 -model5=model_419 -model6=model_361 -model7=model_481 -model8=model_482 -model9=model_566 -head1=model_38587 -modeloffset8=3,-11,6 -unknown119=3 - -// 403 -[npc_403] -bas=bas_43 -vislevel=0 -size=1 -resizeh=32 -resizev=32 -op1=Lure -op3=Bait -op4=hidden -op5=hidden -alwaysontop=yes -name=Fishing spot -model1=model_2320 -unknown119=7 - -// 404 -[npc_404] -bas=bas_43 -vislevel=0 -size=1 -resizeh=32 -resizev=32 -op1=Net -op3=Bait -op4=hidden -op5=hidden -alwaysontop=yes -name=Fishing spot -model1=model_2320 -unknown119=7 - -// 405 -[npc_405] -bas=bas_43 -vislevel=0 -size=1 -resizeh=32 -resizev=32 -op1=Cage -op3=Harpoon -op4=hidden -op5=hidden -alwaysontop=yes -name=Fishing spot -model1=model_2320 -unknown119=7 - -// 406 -[npc_406] -bas=bas_43 -vislevel=0 -size=1 -resizeh=32 -resizev=32 -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -alwaysontop=yes -name=Fishing spot -model1=model_2320 -unknown119=7 - -// 407 -[npc_407] -bas=bas_672 -size=1 -vislevel=0 -op1=Pick -alwaysontop=yes -name=Strange plant -model1=model_3371 -unknown119=3 - -// 408 -[npc_408] -bas=bas_671 -size=1 -vislevel=0 -op2=Attack -alwaysontop=yes -name=Strange plant -model1=model_3371 -unknown119=3 - -// 409 -[npc_409] -bas=bas_669 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=15376 -recol2s=25098 -recol2d=9822 -recol3s=15856 -recol3d=26528 -recol4s=6273 -recol4d=4405 -recol5s=4405 -recol5d=10 -recol6s=0 -recol6d=30784 -name=Genie -model1=model_231 -model2=model_241 -model3=model_252 -model4=model_315 -model5=model_173 -model6=model_176 -model7=model_264 -head1=model_39778 -head2=model_39296 -head3=model_39261 -unknown119=3 - -// 410 -[npc_410] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=67 -recol2s=2340 -recol2d=67 -recol3s=7329 -recol3d=34 -recol4s=6273 -recol4d=22198 -recol5s=7298 -recol5d=1 -recol6s=8384 -recol6d=168 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_268 -retex3d=material_250 -retex4s=material_253 -retex4d=material_250 -name=Mysterious Old Man -model1=model_208 -model2=model_250 -model3=model_292 -model4=model_324 -model5=model_317 -model6=model_170 -model7=model_176 -model8=model_267 -model9=model_185 -head1=model_38588 -head2=model_38642 -unknown119=3 - -// 411 -[npc_411] -bas=bas_49 -vislevel=0 -size=1 -minimap=no -alwaysontop=yes -recol1s=3171 -recol1d=10336 -name=Swarm -model1=model_2950 -unknown119=3 - -// 412 -[npc_412] -bas=bas_76 -size=1 -resizeh=64 -resizev=64 -op2=Attack -vislevel=6 -name=Bat -model1=model_18900 -unknown119=3 - -// 413 -[npc_413] -bas=bas_46 -size=1 -op2=Attack -alwaysontop=yes -resizev=112 -resizeh=112 -vislevel=14 -recol1s=22130 -recol1d=13635 -recol2s=13707 -recol2d=12546 -recol3s=0 -recol3d=12320 -name=Rock Golem -model1=model_2969 -unknown119=2 - -// 414 -[npc_414] -bas=bas_46 -size=1 -op2=Attack -alwaysontop=yes -resizev=112 -resizeh=112 -vislevel=29 -recol1s=22130 -recol1d=13635 -recol2s=13707 -recol2d=12546 -recol3s=0 -recol3d=12320 -name=Rock Golem -model1=model_2969 -unknown119=2 - -// 415 -[npc_415] -bas=bas_46 -size=1 -op2=Attack -alwaysontop=yes -resizev=112 -resizeh=112 -vislevel=49 -recol1s=22130 -recol1d=13635 -recol2s=13707 -recol2d=12546 -recol3s=0 -recol3d=12320 -name=Rock Golem -model1=model_2969 -unknown119=2 - -// 416 -[npc_416] -bas=bas_46 -size=1 -op2=Attack -alwaysontop=yes -resizev=112 -resizeh=112 -vislevel=79 -recol1s=22130 -recol1d=13635 -recol2s=13707 -recol2d=12546 -recol3s=0 -recol3d=12320 -name=Rock Golem -model1=model_2969 -unknown119=2 - -// 417 -[npc_417] -bas=bas_46 -size=1 -op2=Attack -alwaysontop=yes -resizev=112 -resizeh=112 -vislevel=120 -recol1s=22130 -recol1d=13635 -recol2s=13707 -recol2d=12546 -recol3s=0 -recol3d=12320 -name=Rock Golem -model1=model_2969 -unknown119=2 - -// 418 -[npc_418] -bas=bas_46 -size=1 -op2=Attack -alwaysontop=yes -resizev=112 -resizeh=112 -vislevel=159 -recol1s=22130 -recol1d=13635 -recol2s=13707 -recol2d=12546 -recol3s=0 -recol3d=12320 -name=Rock Golem -model1=model_2969 -unknown119=2 - -// 419 -[npc_419] -bas=bas_38 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=14 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 420 -[npc_420] -bas=bas_38 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=29 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 421 -[npc_421] -bas=bas_38 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=49 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 422 -[npc_422] -bas=bas_38 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=79 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 423 -[npc_423] -bas=bas_38 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=120 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 424 -[npc_424] -bas=bas_38 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=159 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 425 -[npc_425] -bas=bas_665 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=14 -recol1s=25098 -recol1d=0 -recol2s=14724 -recol2d=0 -recol3s=11561 -recol3d=0 -recol4s=16846 -recol4d=0 -recol5s=2340 -recol5d=0 -name=Shade -model1=model_226 -model2=model_306 -model3=model_174 -model4=model_265 -unknown119=3 - -// 426 -[npc_426] -bas=bas_665 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=29 -recol1s=25098 -recol1d=0 -recol2s=14724 -recol2d=0 -recol3s=11561 -recol3d=0 -recol4s=16846 -recol4d=0 -recol5s=2340 -recol5d=0 -name=Shade -model1=model_226 -model2=model_306 -model3=model_174 -model4=model_265 -unknown119=3 - -// 427 -[npc_427] -bas=bas_665 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=49 -recol1s=25098 -recol1d=0 -recol2s=14724 -recol2d=0 -recol3s=11561 -recol3d=0 -recol4s=16846 -recol4d=0 -recol5s=2340 -recol5d=0 -name=Shade -model1=model_226 -model2=model_306 -model3=model_174 -model4=model_265 -unknown119=3 - -// 428 -[npc_428] -bas=bas_665 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=79 -recol1s=25098 -recol1d=0 -recol2s=14724 -recol2d=0 -recol3s=11561 -recol3d=0 -recol4s=16846 -recol4d=0 -recol5s=2340 -recol5d=0 -name=Shade -model1=model_226 -model2=model_306 -model3=model_174 -model4=model_265 -unknown119=3 - -// 429 -[npc_429] -bas=bas_665 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=120 -recol1s=25098 -recol1d=0 -recol2s=14724 -recol2d=0 -recol3s=11561 -recol3d=0 -recol4s=16846 -recol4d=0 -recol5s=2340 -recol5d=0 -name=Shade -model1=model_226 -model2=model_306 -model3=model_174 -model4=model_265 -unknown119=3 - -// 430 -[npc_430] -bas=bas_665 -size=1 -minimap=no -op2=Attack -alwaysontop=yes -vislevel=159 -recol1s=25098 -recol1d=0 -recol2s=14724 -recol2d=0 -recol3s=11561 -recol3d=0 -recol4s=16846 -recol4d=0 -recol5s=2340 -recol5d=0 -name=Shade -model1=model_226 -model2=model_306 -model3=model_174 -model4=model_265 -unknown119=3 - -// 431 -[npc_431] -bas=bas_35 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3618 -multinpc=0,npc_4544 -multinpc=2,npc_4544 -multinpc=4,npc_4544 -multinpc=6,npc_4544 -multinpc=8,npc_4544 -multinpc=10,npc_4544 -multinpc=12,npc_4544 -multinpc=14,npc_4544 -unknown119=3 - -// 432 -[npc_432] -bas=bas_4 -vislevel=138 -op2=hidden -alwaysontop=yes -recol1s=25098 -recol1d=24072 -recol2s=32767 -recol2d=23536 -recol3s=16846 -recol3d=6438 -name=Cyrisus -model1=model_4115 -model2=model_215 -model3=model_244 -model4=model_248 -model5=model_24987 -model6=model_24979 -model7=model_10218 -model8=model_24988 -model9=model_24984 -model10=model_4954 -head1=model_39798 -head2=model_39312 -unknown119=3 - -// 433 -[npc_433] -bas=bas_4 -vislevel=138 -op2=hidden -alwaysontop=yes -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -recol3s=25098 -recol3d=24072 -retex1s=material_257 -retex1d=material_303 -name=Cyrisus -model1=model_24983 -model2=model_4929 -model3=model_6659 -model4=model_248 -model5=model_6669 -model6=model_170 -model7=model_10218 -model8=model_5409 -head1=model_39793 -unknown119=3 - -// 434 -[npc_434] -bas=bas_4 -vislevel=138 -op2=hidden -alwaysontop=yes -recol1s=25098 -recol1d=24072 -recol2s=14724 -recol2d=5283 -recol3s=7429 -recol3d=5283 -name=Cyrisus -model1=model_3378 -model2=model_215 -model3=model_244 -model4=model_248 -model5=model_3820 -model6=model_156 -model7=model_10218 -model8=model_6232 -model9=model_24985 -model10=model_10683 -head1=model_40012 -unknown119=3 - -// 435 -[npc_435] -bas=bas_1187 -vislevel=0 -turnspeed=0 -op1=Talk-to -op3=Inspect -alwaysontop=yes -recol1s=7488 -recol1d=25098 -recol2s=5283 -recol2d=5317 -recol3s=15856 -recol3d=25098 -recol4s=7298 -recol4d=6309 -recol5s=25098 -recol5d=24072 -name=Fallen Man -model1=model_24986 -head1=model_39753 -head2=model_39312 -unknown119=3 - -// 436 -[npc_436] -bas=bas_1185 -vislevel=0 -turnspeed=0 -op1=Talk-to -op3=Inspect -alwaysontop=yes -recol1s=7488 -recol1d=25098 -recol2s=5283 -recol2d=5317 -recol3s=15856 -recol3d=25098 -recol4s=7298 -recol4d=6309 -recol5s=25098 -recol5d=24072 -retex1s=material_254 -retex1d=material_277 -retex2s=material_258 -retex2d=material_251 -retex3s=material_392 -retex3d=material_59 -name=Fallen Man -model1=model_18086 -model2=model_244 -model3=model_248 -model4=model_15007 -model5=model_8915 -model6=model_10218 -model7=model_13925 -model8=model_18129 -head1=model_39753 -head2=model_39312 -unknown119=3 - -// 437 -[npc_437] -bas=bas_4 -op1=Talk-to -op3=Pay -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=0 -recol2s=5216 -recol2d=3177 -recol3s=2340 -recol3d=21130 -recol4s=7298 -recol4d=0 -recol5s=9473 -recol5d=0 -name=Cap'n Izzy No-Beard -model1=model_210 -model2=model_246 -model3=model_193 -model4=model_292 -model5=model_26875 -model6=model_167 -model7=model_179 -model8=model_271 -model9=model_185 -model10=model_18917 -head1=model_39946 -head2=model_42887 -head3=model_39223 -unknown119=3 - -// 438 -[npc_438] -bas=bas_44 -size=1 -op2=Attack -minimap=no -alwaysontop=yes -vislevel=14 -recol1s=14692 -recol1d=5218 -recol2s=25098 -recol2d=5282 -recol3s=26154 -recol3d=5250 -recol4s=32767 -recol4d=480 -name=Tree spirit -model1=model_2856 -unknown119=2 - -// 439 -[npc_439] -bas=bas_44 -size=1 -op2=Attack -minimap=no -alwaysontop=yes -vislevel=29 -recol1s=14692 -recol1d=5218 -recol2s=25098 -recol2d=5282 -recol3s=26154 -recol3d=5250 -recol4s=32767 -recol4d=480 -name=Tree spirit -model1=model_2856 -unknown119=2 - -// 440 -[npc_440] -bas=bas_44 -size=1 -op2=Attack -minimap=no -alwaysontop=yes -vislevel=49 -recol1s=14692 -recol1d=5218 -recol2s=25098 -recol2d=5282 -recol3s=26154 -recol3d=5250 -recol4s=32767 -recol4d=480 -name=Tree spirit -model1=model_2856 -unknown119=2 - -// 441 -[npc_441] -bas=bas_44 -size=1 -op2=Attack -minimap=no -alwaysontop=yes -vislevel=79 -recol1s=14692 -recol1d=5218 -recol2s=25098 -recol2d=5282 -recol3s=26154 -recol3d=5250 -recol4s=32767 -recol4d=480 -name=Tree spirit -model1=model_2856 -unknown119=2 - -// 442 -[npc_442] -bas=bas_44 -size=1 -op2=Attack -minimap=no -alwaysontop=yes -vislevel=120 -recol1s=14692 -recol1d=5218 -recol2s=25098 -recol2d=5282 -recol3s=26154 -recol3d=5250 -recol4s=32767 -recol4d=480 -name=Tree spirit -model1=model_2856 -unknown119=2 - -// 443 -[npc_443] -bas=bas_44 -size=1 -op2=Attack -minimap=no -alwaysontop=yes -vislevel=159 -recol1s=14692 -recol1d=5218 -recol2s=25098 -recol2d=5282 -recol3s=26154 -recol3d=5250 -recol4s=32767 -recol4d=480 -name=Tree spirit -model1=model_2856 -unknown119=2 - -// 444 -[npc_444] -bas=bas_86 -size=1 -op2=Attack -op1=Talk-to -resizev=126 -resizeh=126 -ambient=15 -vislevel=5 -recol1s=14819 -recol1d=14755 -recol2s=12705 -recol2d=12641 -recol3s=18923 -recol3d=15488 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24468 -model2=model_24483 -model3=model_24433 -model4=model_24474 -model5=model_24441 -model6=model_24449 -model7=model_24498 -head1=model_24220 -unknown119=3 - -// 445 -[npc_445] -bas=bas_87 -size=1 -op2=Attack -resizev=125 -resizeh=125 -ambient=15 -vislevel=5 -recol1s=14819 -recol1d=14755 -recol2s=12705 -recol2d=12641 -recol3s=18923 -recol3d=4486 -recol4s=12549 -recol4d=4486 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24467 -model2=model_24483 -model3=model_24433 -model4=model_24474 -model5=model_24441 -model6=model_24449 -model7=model_24507 -head1=model_24219 -unknown119=3 - -// 446 -[npc_446] -bas=bas_9 -size=2 -op2=Attack -vislevel=3 -recol1s=15852 -recol1d=18002 -recol2s=14795 -recol2d=20116 -recol3s=12683 -recol3d=18002 -recol4s=11626 -recol4d=19059 -recol5s=10569 -recol5d=16945 -recol6s=9512 -recol6d=15888 -name=Giant rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 447 -[npc_447] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -resizev=120 -resizeh=120 -vislevel=26 -recol1s=2340 -recol1d=8354 -recol2s=10468 -recol2d=4226 -recol3s=6273 -recol3d=15684 -recol4s=14724 -recol4d=15424 -name=Jail guard -model1=model_215 -model2=model_246 -model3=model_311 -model4=model_151 -model5=model_179 -model6=model_257 -model7=model_502 -head1=model_39836 -head2=model_39223 -unknown119=2 - -// 448 -[npc_448] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -resizev=130 -resizeh=130 -vislevel=26 -recol1s=2340 -recol1d=8354 -recol2s=10468 -recol2d=4226 -recol3s=14724 -recol3d=15424 -name=Jail guard -model1=model_214 -model2=model_246 -model3=model_311 -model4=model_167 -model5=model_179 -model6=model_257 -model7=model_502 -head1=model_39726 -head2=model_39223 -unknown119=2 - -// 449 -[npc_449] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=26 -recol1s=2340 -recol1d=8354 -recol2s=10468 -recol2d=4226 -recol3s=6273 -recol3d=28295 -recol4s=14724 -recol4d=15424 -name=Jail guard -model1=model_230 -model2=model_246 -model3=model_311 -model4=model_151 -model5=model_179 -model6=model_257 -model7=model_502 -head1=model_39630 -unknown119=2 - -// 450 -[npc_450] -bas=bas_83 -size=1 -ambient=20 -vislevel=0 -minimap=no -vislevel=0 -name=Gull -model1=model_26841 -unknown119=6 - -// 451 -[npc_451] -bas=bas_83 -size=1 -ambient=20 -vislevel=0 -minimap=no -vislevel=0 -name=Gull -model1=model_26841 -unknown119=6 - -// 452 -[npc_452] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -resizev=130 -resizeh=140 -recolhsl1s=32798 -recolhsl1d=9509 -recolhsl2s=32790 -recolhsl2d=9502 -recol3s=8489 -recol3d=15815 -recolhsl4s=5404 -recolhsl4d=9491 -recolhsl5s=5400 -recolhsl5d=9486 -recolhsl6s=5289 -recolhsl6d=9480 -retex1s=material_255 -retex1d=material_273 -name=Seth Groats -model1=model_40340 -model2=model_40354 -model3=model_28802 -model4=model_40370 -model5=model_28767 -model6=model_28810 -model7=model_40319 -head1=model_39663 -unknown119=3 - -// 453 -[npc_453] -bas=bas_118 -size=1 -op2=Attack -vislevel=19 -recol1s=6273 -recol1d=15392 -recol2s=11561 -recol2d=16846 -recol3s=16846 -recol3d=11561 -recol4s=25098 -recol4d=0 -recol5s=15789 -recol5d=11561 -recol6s=7296 -recol6d=15392 -name=Suit of armour -model1=model_41148 -unknown119=3 - -// 454 -[npc_454] -bas=bas_123 -vislevel=0 -size=1 -op1=Talk-to -contrast=10 -ambient=10 -retex1s=material_252 -retex1d=material_254 -retex2s=material_253 -retex2d=material_258 -retex3s=material_247 -retex3d=material_426 -name=Sanfew -model1=model_31569 -model2=model_31595 -model3=model_31604 -model4=model_31578 -model5=model_31587 -model6=model_31606 -head1=model_39854 -unknown119=3 - -// 455 -[npc_455] -bas=bas_123 -vislevel=0 -size=1 -op1=Talk-to -contrast=10 -ambient=10 -recol1s=32731 -recol1d=27577 -recol2s=32697 -recol2d=26552 -recol3s=29560 -recol3d=25495 -recol4s=26421 -recol4d=24438 -retex1s=material_252 -retex1d=material_254 -retex2s=material_253 -retex2d=material_258 -retex3s=material_247 -retex3d=material_426 -name=Kaqemeex -model1=model_31573 -model2=model_31595 -model3=model_31601 -model4=model_31578 -model5=model_31588 -model6=model_31606 -head1=model_39854 -unknown119=3 - -// 456 -[npc_456] -bas=bas_117 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recolhsl1s=6435 -recolhsl1d=7824 -name=Father Aereck -model1=model_40307 -model2=model_40311 -model3=model_40308 -model4=model_40312 -model5=model_31606 -model6=model_31578 -head1=model_39567 -unknown119=3 - -// 457 -[npc_457] -bas=bas_4 -vislevel=0 -alwaysontop=yes -ambient=35 -contrast=35 -op1=Talk-to -recol1s=14861 -recol1d=14830 -name=Restless ghost -model1=model_15003 -model2=model_5212 -model3=model_5219 -model4=model_5209 -model5=model_5216 -head1=model_39661 -head2=model_39565 -unknown119=3 - -// 458 -[npc_458] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=480 -recol3d=8462 -recol4s=8324 -recol4d=4228 -recol5s=6273 -recol5d=23186 -recol6s=10464 -recol6d=25098 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -retex3s=material_228 -retex3d=material_426 -name=Father Urhney -model1=model_9452 -model2=model_11190 -model3=model_292 -model4=model_4391 -model5=model_170 -model6=model_10218 -model7=model_10000 -model8=model_181 -head1=model_40019 -head2=model_39212 -unknown119=3 - -// 459 -[npc_459] -bas=bas_71 -alwaysontop=yes -ambient=5 -op2=Attack -vislevel=13 -recol1s=19023 -recol1d=25298 -recol2s=17966 -recol2d=24242 -recol3s=16909 -recol3d=24242 -recol4s=15852 -recol4d=24242 -recol5s=14795 -recol5d=24242 -recol6s=12683 -recol6d=23218 -name=Skeleton -model1=model_21168 -model2=model_21179 -model3=model_21160 -model4=model_21157 -model5=model_21181 -model6=model_21199 -model7=model_21187 -unknown119=3 - -// 460 -[npc_460] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=239 -recol2s=2340 -recol2d=239 -recol3s=6273 -recol3d=32767 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Wizard Frumscone -model1=model_214 -model2=model_181 -model3=model_249 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_202 -head1=model_39582 -head2=model_39400 -head3=model_39254 -unknown119=3 - -// 461 -[npc_461] -bas=bas_4 -size=1 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14724 -recol1d=239 -recol2s=2340 -recol2d=239 -recol3s=6273 -recol3d=32767 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_253 -retex3s=material_228 -retex3d=material_426 -name=Magic Store owner -model1=model_215 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_202 -head1=model_39836 -head2=model_39400 -head3=model_39223 -unknown119=3 - -// 462 -[npc_462] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -op3=Teleport -recol1s=2340 -recol1d=3646 -recol2s=14724 -recol2d=3646 -recol3s=6273 -recol3d=14594 -recol4s=239 -recol4d=3646 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Wizard Distentor -model1=model_214 -model2=model_181 -model3=model_250 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_202 -model9=model_534 -model10=model_290 -head1=model_39582 -head2=model_39400 -head3=model_38642 -unknown119=3 - -// 463 -[npc_463] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6354 -recol1d=14724 -recol2s=14724 -recol2d=4366 -recol3s=2340 -recol3d=5219 -recol4s=6341 -recol4d=11561 -recol5s=6273 -recol5d=20017 -recol6s=25098 -recol6d=21989 -retex1s=material_527 -retex1d=material_359 -retex2s=material_313 -retex2d=material_257 -name=Murphy -model1=model_217 -model2=model_310 -model3=model_267 -model4=model_170 -model5=model_176 -model6=model_185 -model7=model_194 -model8=model_244 -model9=model_322 -model10=model_249 -head1=model_39686 -head2=model_39254 -head3=model_39481 -head4=model_39312 -unknown119=3 - -// 464 -[npc_464] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6354 -recol1d=14724 -recol2s=14724 -recol2d=4366 -recol3s=2340 -recol3d=5219 -recol4s=6341 -recol4d=11561 -recol5s=6273 -recol5d=20017 -recol6s=25098 -recol6d=21989 -retex1s=material_527 -retex1d=material_359 -retex2s=material_313 -retex2d=material_257 -name=Murphy -model1=model_217 -model2=model_310 -model3=model_267 -model4=model_170 -model5=model_176 -model6=model_185 -model7=model_194 -model8=model_244 -model9=model_322 -model10=model_249 -head1=model_39686 -head2=model_39254 -head3=model_39481 -head4=model_39312 -unknown119=2 - -// 465 -[npc_465] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6354 -recol1d=14724 -recol2s=14724 -recol2d=4366 -recol3s=2340 -recol3d=5219 -recol4s=6341 -recol4d=11561 -recol5s=6273 -recol5d=20017 -recol6s=25098 -recol6d=21989 -retex1s=material_527 -retex1d=material_359 -retex2s=material_313 -retex2d=material_257 -name=Murphy -model1=model_217 -model2=model_310 -model3=model_267 -model4=model_170 -model5=model_176 -model6=model_185 -model7=model_194 -model8=model_244 -model9=model_322 -model10=model_249 -head1=model_39686 -head2=model_39254 -head3=model_39481 -head4=model_39312 -unknown119=2 - -// 466 -[npc_466] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=6354 -recol1d=14724 -recol2s=14724 -recol2d=4366 -recol3s=2340 -recol3d=5219 -recol4s=6341 -recol4d=11561 -recol5s=6273 -recol5d=20017 -recol6s=25098 -recol6d=21989 -retex1s=material_527 -retex1d=material_359 -retex2s=material_313 -retex2d=material_257 -name=Murphy -model1=model_217 -model2=model_310 -model3=model_267 -model4=model_170 -model5=model_176 -model6=model_185 -model7=model_194 -model8=model_244 -model9=model_322 -model10=model_249 -head1=model_39686 -head2=model_39254 -head3=model_39481 -head4=model_39312 -unknown119=3 - -// 467 -[npc_467] -bas=bas_151 -size=1 -vislevel=0 -name=Shark -model1=model_2848 -unknown119=2 - -// 468 -[npc_468] -bas=bas_151 -size=1 -vislevel=0 -name=Shark -model1=model_2848 -unknown119=2 - -// 469 -[npc_469] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=416 -recol1d=27204 -retex1s=material_404 -retex1d=material_219 -name=King Bolren -model1=model_2909 -model2=model_2891 -model3=model_2916 -head1=model_20 -unknown119=3 - -// 470 -[npc_470] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -resizeh=150 -resizev=150 -recol1s=11561 -recol1d=18464 -retex1s=material_404 -retex1d=material_260 -name=Commander Montai -model1=model_2909 -model2=model_2903 -model3=model_2919 -head1=model_22 -unknown119=3 - -// 471 -[npc_471] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -name=Bolkoy -model1=model_2909 -model2=model_2901 -model3=model_2917 -head1=model_17 -unknown119=3 - -// 472 -[npc_472] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -recol1s=13728 -recol1d=3578 -recol2s=352 -recol2d=3578 -retex1s=material_404 -retex1d=material_414 -name=Remsai -model1=model_2909 -model2=model_2890 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 473 -[npc_473] -bas=bas_108 -size=1 -vislevel=1 -multivar=varplayer_111 -multinpc=default,npc_5182 -multinpc=0,npc_5179 -unknown119=3 - -// 474 -[npc_474] -bas=bas_108 -size=1 -vislevel=1 -multivar=varplayer_111 -multinpc=default,npc_5182 -multinpc=0,npc_5179 -unknown119=3 - -// 475 -[npc_475] -bas=bas_4 -size=1 -op2=Attack -vislevel=19 -recol1s=16846 -recol1d=5285 -recolhsl2s=5442 -recolhsl2d=5408 -name=Khazard trooper -model1=model_219 -model2=model_252 -model3=model_306 -model4=model_152 -model5=model_176 -model6=model_269 -model7=model_185 -model8=model_502 -model9=model_523 -unknown119=3 - -// 476 -[npc_476] -bas=bas_119 -size=1 -op2=Attack -vislevel=19 -recol1s=16846 -recol1d=5285 -recolhsl2s=5442 -recolhsl2d=5408 -name=Khazard trooper -model1=model_219 -model2=model_252 -model3=model_306 -model4=model_152 -model5=model_176 -model6=model_269 -model7=model_185 -model8=model_540 -unknown119=3 - -// 477 -[npc_477] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=112 -recol1s=16846 -recol1d=5285 -recol2s=8386 -recol2d=1056 -recol3s=15789 -recol3d=5285 -name=Khazard warlord -model1=model_225 -model2=model_246 -model3=model_306 -model4=model_152 -model5=model_176 -model6=model_268 -model7=model_185 -model8=model_542 -model9=model_523 -model10=model_323 -head1=model_40035 -head2=model_39223 -unknown119=3 - -// 478 -[npc_478] -bas=bas_226 -size=1 -op2=Attack -vislevel=48 -recol1s=16846 -recol1d=5285 -recol2s=15789 -recol2d=5285 -name=Khazard commander -model1=model_206 -model2=model_252 -model3=model_306 -model4=model_152 -model5=model_176 -model6=model_268 -model7=model_185 -model8=model_540 -model9=model_323 -unknown119=3 - -// 479 -[npc_479] -bas=bas_108 -size=1 -op1=Talk-to -op2=Attack -vislevel=1 -name=Gnome troop -model1=model_2914 -model2=model_2903 -model3=model_2919 -head1=model_22 -unknown119=3 - -// 480 -[npc_480] -bas=bas_108 -size=1 -op1=Talk-to -op2=Attack -vislevel=1 -recol1s=25098 -recol1d=13537 -recol2s=22984 -recol2d=13537 -recol3s=22984 -recol3d=13537 -recol4s=21927 -recol4d=13537 -name=Gnome troop -model1=model_2914 -model2=model_2903 -model3=model_2919 -head1=model_22 -unknown119=3 - -// 481 -[npc_481] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -recol1s=352 -recol1d=14625 -recol2s=416 -recol2d=14626 -retex1s=material_404 -retex1d=material_445 -name=Tracker gnome 1 -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 482 -[npc_482] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -recol1s=352 -recol1d=14625 -recol2s=416 -recol2d=14626 -retex1s=material_404 -retex1d=material_445 -name=Tracker gnome 2 -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 483 -[npc_483] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -recol1s=352 -recol1d=14625 -recol2s=416 -recol2d=14626 -retex1s=material_404 -retex1d=material_445 -name=Tracker gnome 3 -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 484 -[npc_484] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_404 -retex1d=material_293 -name=Local Gnome -model1=model_2909 -model2=model_2890 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 485 -[npc_485] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_404 -retex1d=material_293 -name=Local Gnome -model1=model_2909 -model2=model_2890 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 486 -[npc_486] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_404 -retex1d=material_414 -name=Kalron -model1=model_2909 -model2=model_2890 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 487 -[npc_487] -bas=bas_674 -size=2 -vislevel=0 -name=Giant -model1=model_27114 -unknown119=3 - -// 488 -[npc_488] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Observatory professor -model1=model_26890 -model2=model_26885 -model3=model_26892 -model4=model_26886 -model5=model_26889 -model6=model_26887 -head1=model_39765 -unknown119=3 - -// 489 -[npc_489] -bas=bas_271 -op2=Attack -vislevel=42 -recol1s=7404 -recol1d=303 -recol2s=18923 -recol2d=303 -recol3s=32384 -recol3d=269 -recol4s=28128 -recol4d=172 -name=Goblin guard -model1=model_24466 -model2=model_24484 -model3=model_24436 -model4=model_24472 -model5=model_24446 -model6=model_24449 -model7=model_24507 -head1=model_24218 -unknown119=3 - -// 490 -[npc_490] -bas=bas_678 -size=2 -vislevel=0 -name=Mummy -model1=model_27112 -unknown119=3 - -// 491 -[npc_491] -bas=bas_73 -size=1 -ambient=20 -contrast=20 -op1=Talk-to -op2=Attack -vislevel=24 -name=Ghost -model1=model_21154 -head1=model_21394 -unknown119=3 - -// 492 -[npc_492] -bas=bas_73 -vislevel=0 -size=1 -op1=Talk-to -name=Spirit of Scorpius -model1=model_21155 -head1=model_21405 -unknown119=3 - -// 493 -[npc_493] -bas=bas_272 -size=1 -op2=Attack -vislevel=12 -recol1s=3104 -recol1d=3169 -recol2s=4195 -recol2d=5283 -recol3s=9345 -recol3d=10534 -recol4s=11459 -recol4d=11591 -recol5s=14596 -recol5d=13705 -recol6s=16710 -recol6d=16842 -name=Grave scorpion -model1=model_24612 -unknown119=3 - -// 494 -[npc_494] -bas=bas_92 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=16846 -recol3d=25098 -recol4s=6273 -recol4d=11561 -name=Banker -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_320 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 495 -[npc_495] -bas=bas_92 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=6273 -recol3d=11561 -recol4s=14724 -recol4d=12618 -name=Banker -model1=model_378 -model2=model_470 -model3=model_343 -model4=model_353 -model5=model_419 -model6=model_358 -head1=model_39090 -unknown119=3 - -// 496 -[npc_496] -bas=bas_92 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=16846 -recol3d=25098 -recol4s=6273 -recol4d=11561 -recol5s=25098 -recol5d=15652 -name=Banker -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_320 -head1=model_39836 -head2=model_39223 -unknown119=1 - -// 497 -[npc_497] -bas=bas_92 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=6273 -recol3d=11561 -recol4s=14724 -recol4d=12618 -recol5s=25098 -recol5d=15652 -name=Banker -model1=model_378 -model2=model_470 -model3=model_343 -model4=model_353 -model5=model_419 -model6=model_358 -head1=model_39090 -unknown119=1 - -// 498 -[npc_498] -bas=bas_1270 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -name=Banker -model1=model_2860 -head1=model_14 -unknown119=3 - -// 499 -[npc_499] -bas=bas_92 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=16846 -recol3d=25098 -recol4s=6273 -recol4d=11561 -recol5s=25098 -recol5d=21859 -name=Banker -model1=model_206 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_271 -model7=model_181 -model8=model_320 -head1=model_39947 -head2=model_39223 -unknown119=3 - -// 500 -[npc_500] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15856 -recol1d=21859 -recol2s=25098 -recol2d=21859 -recol3s=25098 -recol3d=21859 -name=Mosol Rei -model1=model_206 -model2=model_249 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_279 -model7=model_181 -model8=model_553 -head1=model_39947 -head2=model_39254 -unknown119=2 - -// 501 -[npc_501] -bas=bas_74 -vislevel=0 -size=1 -op1=Talk-to -name=Spirit of Zadimus -model1=model_21151 -head1=model_21406 -unknown119=3 - -// 502 -[npc_502] -bas=bas_71 -size=1 -op2=Attack -vislevel=68 -recol1s=19023 -recol1d=25389 -recol2s=17966 -recol2d=24332 -recol3s=16909 -recol3d=24330 -recol4s=15852 -recol4d=25389 -recol5s=14795 -recol5d=25389 -recol6s=12683 -recol6d=23240 -name=Undead one -model1=model_21170 -model2=model_21178 -model3=model_21160 -model4=model_21158 -model5=model_21181 -model6=model_21188 -unknown119=3 - -// 503 -[npc_503] -bas=bas_71 -size=1 -op2=Attack -vislevel=61 -recol1s=19023 -recol1d=25389 -recol2s=17966 -recol2d=24332 -recol3s=16909 -recol3d=24330 -recol4s=15852 -recol4d=25389 -recol5s=14795 -recol5d=25389 -recol6s=12683 -recol6d=23240 -name=Undead one -model1=model_21169 -model2=model_21161 -model3=model_21157 -model4=model_21181 -model5=model_21204 -model6=model_21188 -unknown119=3 - -// 504 -[npc_504] -bas=bas_67 -size=1 -op2=Attack -vislevel=68 -recol1s=17998 -recol1d=16842 -recol2s=16941 -recol2d=16842 -recol3s=14827 -recol3d=13705 -recol4s=13770 -recol4d=13705 -recol5s=15884 -recol5d=14762 -recol6s=11656 -recol6d=10534 -name=Undead one -model1=model_21108 -model2=model_21064 -model3=model_21046 -model4=model_21093 -model5=model_21122 -model6=model_21078 -model7=model_21140 -unknown119=3 - -// 505 -[npc_505] -bas=bas_38 -size=1 -op2=Attack -vislevel=73 -recol1s=17998 -recol1d=16842 -recol2s=16941 -recol2d=16842 -recol3s=14827 -recol3d=13705 -recol4s=13770 -recol4d=13705 -recol5s=15884 -recol5d=14762 -recol6s=11656 -recol6d=10534 -name=Undead one -model1=model_21109 -model2=model_21065 -model3=model_21047 -model4=model_21094 -model5=model_21123 -model6=model_21079 -model7=model_21135 -unknown119=3 - -// 506 -[npc_506] -bas=bas_74 -vislevel=0 -size=1 -op1=Talk-to -name=Rashiliyia -model1=model_21141 -head1=model_39026 -unknown119=3 - -// 507 -[npc_507] -bas=bas_1030 -size=2 -op2=Attack -vislevel=91 -name=Nazastarool -model1=model_20950 -unknown119=3 - -// 508 -[npc_508] -bas=bas_1029 -size=2 -op2=Attack -vislevel=68 -name=Nazastarool -model1=model_21167 -unknown119=3 - -// 509 -[npc_509] -bas=bas_74 -size=2 -op2=Attack -vislevel=93 -name=Nazastarool -model1=model_21142 -unknown119=3 - -// 510 -[npc_510] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Pay-fare -recol1s=14724 -recol1d=28407 -recol2s=2340 -recol2d=17977 -recol3s=7298 -recol3d=28407 -recol4s=13600 -recol4d=28407 -name=Hajedy -model1=model_230 -model2=model_247 -model3=model_295 -model4=model_150 -model5=model_179 -model6=model_274 -model7=model_185 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 511 -[npc_511] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Pay-fare -recol1s=14724 -recol1d=28407 -recol2s=2340 -recol2d=17977 -recol3s=28407 -recol3d=28407 -recol4s=13600 -recol4d=28407 -recol5s=25098 -recol5d=14596 -name=Vigroy -model1=model_230 -model2=model_247 -model3=model_295 -model4=model_150 -model5=model_179 -model6=model_274 -model7=model_185 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 512 -[npc_512] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=21859 -recol2s=14724 -recol2d=21859 -recol3s=15856 -recol3d=21859 -recol4s=2340 -recol4d=15648 -name=Kaleb Paramaya -model1=model_217 -model2=model_252 -model3=model_305 -model4=model_33034 -model5=model_10218 -model6=model_254 -model7=model_181 -head1=model_39859 -head2=model_38097 -unknown119=3 - -// 513 -[npc_513] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=21859 -recol2s=6273 -recol2d=16846 -recol3s=14724 -recol3d=21859 -recol4s=15856 -recol4d=21859 -recol5s=2340 -recol5d=0 -recol6s=32735 -recol6d=15648 -retex1s=material_228 -retex1d=material_426 -name=Yohnus -model1=model_214 -model2=model_251 -model3=model_305 -model4=model_33034 -model5=model_10218 -model6=model_274 -model7=model_181 -head1=model_39726 -head2=model_38096 -unknown119=3 - -// 514 -[npc_514] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=21859 -recol2s=14724 -recol2d=11795 -recol3s=5120 -recol3d=72 -recol4s=8420 -recol4d=72 -recol5s=7298 -recol5d=11795 -name=Seravel -model1=model_235 -model2=model_253 -model3=model_311 -model4=model_170 -model5=model_176 -model6=model_274 -model7=model_181 -head1=model_39836 -head2=model_39227 -unknown119=3 - -// 515 -[npc_515] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=21859 -recol2s=14724 -recol2d=13536 -recol3s=2340 -recol3d=9216 -recol4s=6273 -recol4d=26336 -recol5s=16909 -recol5d=21859 -retex1s=material_228 -retex1d=material_426 -name=Yanni Salika -model1=model_215 -model2=model_249 -model3=model_292 -model4=model_167 -model5=model_176 -model6=model_267 -model7=model_181 -head1=model_39836 -head2=model_39256 -unknown119=3 - -// 516 -[npc_516] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=25098 -recol1d=21859 -recol2s=2340 -recol2d=14724 -name=Obli -model1=model_223 -model2=model_247 -model3=model_302 -model4=model_170 -model5=model_176 -model6=model_274 -model7=model_181 -head1=model_39938 -head2=model_39256 -unknown119=3 - -// 517 -[npc_517] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=25098 -recol1d=21859 -recol2s=15856 -recol2d=21859 -recol3s=2340 -recol3d=15648 -name=Fernahei -model1=model_203 -model2=model_248 -model3=model_311 -model4=model_167 -model5=model_10218 -model6=model_267 -model7=model_181 -head1=model_39811 -head2=model_39275 -unknown119=3 - -// 518 -[npc_518] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=21859 -recol2s=2340 -recol2d=4234 -recol3s=14724 -recol3d=4334 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=4226 -name=Captain Shanks -model1=model_214 -model2=model_249 -model3=model_292 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -model8=model_194 -head1=model_39582 -head2=model_39254 -head3=model_39481 -unknown119=3 - -// 519 -[npc_519] -bas=bas_117 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recolhsl1s=5175 -recolhsl1d=20 -recolhsl2s=4550 -recolhsl2d=4378 -recolhsl3s=6378 -recolhsl3d=415 -recolhsl4s=6368 -recolhsl4d=406 -recolhsl5s=8398 -recolhsl5d=415 -recol6s=21102 -recol6d=8291 -retex1s=material_527 -retex1d=material_272 -name=Bob -model1=model_40331 -model2=model_40370 -model3=model_28767 -model4=model_40349 -model5=model_28794 -model6=model_28810 -head1=model_40014 -head2=model_39223 -unknown119=3 - -// 520 -[npc_520] -bas=bas_117 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Trade -recol1s=10535 -recol1d=7298 -recolhsl2s=10266 -recolhsl2d=4621 -recolhsl3s=18 -recolhsl3d=4616 -recolhsl4s=98 -recolhsl4d=6327 -recolhsl5s=92 -recolhsl5d=6320 -recolhsl6s=82 -recolhsl6d=6313 -retex1s=material_359 -retex1d=material_252 -retex2s=material_255 -retex2d=material_272 -name=Shopkeeper -model1=model_40331 -model2=model_40370 -model3=model_40364 -model4=model_40353 -model5=model_40344 -model6=model_28804 -head1=model_40014 -head2=model_39223 -unknown119=3 - -// 521 -[npc_521] -bas=bas_117 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -op3=Trade -recol1s=10535 -recol1d=7298 -recolhsl2s=10266 -recolhsl2d=4621 -recolhsl3s=18 -recolhsl3d=4616 -recolhsl4s=98 -recolhsl4d=6327 -recolhsl5s=92 -recolhsl5d=6320 -recolhsl6s=82 -recolhsl6d=6313 -retex1s=material_359 -retex1d=material_252 -retex2s=material_255 -retex2d=material_272 -name=Shop assistant -model1=model_40329 -model2=model_40370 -model3=model_40364 -model4=model_40353 -model5=model_40344 -model6=model_28804 -head1=model_39575 -unknown119=3 - -// 522 -[npc_522] -bas=bas_4 -vislevel=0 -size=1 -resizeh=130 -resizev=124 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=6273 -recol1d=14496 -recol2s=8354 -recol2d=2114 -recol3s=32735 -recol3d=18955 -recol4s=14724 -recol4d=11658 -recol5s=2340 -recol5d=7434 -name=Shopkeeper -model1=model_215 -model2=model_245 -model3=model_246 -model4=model_305 -model5=model_25867 -model6=model_10301 -model7=model_177 -model8=model_12138 -model9=model_181 -head1=model_39836 -head2=model_39316 -head3=model_39223 -unknown119=3 - -// 523 -[npc_523] -bas=bas_4 -vislevel=0 -size=1 -resizeh=130 -resizev=124 -resizeh=120 -resizev=120 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=5249 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=21059 -recol4s=15856 -recol4d=25098 -recol5s=32735 -recol5d=13606 -recol6s=17864 -recol6d=13606 -retex1s=material_228 -retex1d=material_426 -name=Shop assistant -model1=model_217 -model2=model_246 -model3=model_305 -model4=model_25867 -model5=model_10980 -model6=model_177 -model7=model_11339 -model8=model_181 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 524 -[npc_524] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -name=Shopkeeper -model1=model_40241 -model2=model_29681 -model3=model_40183 -model4=model_40249 -model5=model_40149 -model6=model_29694 -model7=model_29683 -head1=model_40029 -head2=model_39248 -unknown119=3 - -// 525 -[npc_525] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -name=Shop assistant -model1=model_40439 -model2=model_40423 -model3=model_40416 -model4=model_40479 -model5=model_40405 -model6=model_40494 -head1=model_39167 -unknown119=3 - -// 526 -[npc_526] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=4226 -recol4s=15856 -recol4d=15652 -recol5s=25098 -recol5d=15652 -recol6s=32735 -recol6d=13606 -name=Shopkeeper -model1=model_215 -model2=model_254 -model3=model_246 -model4=model_305 -model5=model_151 -model6=model_10218 -model7=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 527 -[npc_527] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=4226 -recol4s=15856 -recol4d=15652 -recol5s=25098 -recol5d=15652 -recol6s=32735 -recol6d=13606 -name=Shop assistant -model1=model_390 -model2=model_421 -model3=model_467 -model4=model_332 -model5=model_10706 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 528 -[npc_528] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=32767 -recol4s=15856 -recol4d=25098 -recol5s=32735 -recol5d=13606 -retex1s=material_228 -retex1d=material_426 -name=Shopkeeper -model1=model_215 -model2=model_254 -model3=model_246 -model4=model_305 -model5=model_151 -model6=model_10218 -model7=model_181 -head1=model_38641 -head2=model_39223 -unknown119=3 - -// 529 -[npc_529] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=25098 -recol3d=15652 -recol4s=15856 -recol4d=15652 -recol5s=32735 -recol5d=13606 -retex1s=material_272 -retex1d=material_252 -name=Shop assistant -model1=model_390 -model2=model_421 -model3=model_467 -model4=model_332 -model5=model_10706 -model6=model_358 -head1=model_39069 -unknown119=3 - -// 530 -[npc_530] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=23252 -recol4s=15856 -recol4d=25098 -recol5s=32735 -recol5d=17798 -recol6s=7298 -recol6d=6274 -retex1s=material_202 -retex1d=material_251 -retex2s=material_257 -retex2d=material_255 -retex3s=material_228 -retex3d=material_426 -name=Shopkeeper -model1=model_215 -model2=model_245 -model3=model_247 -model4=model_302 -model5=model_163 -model6=model_10218 -model7=model_254 -model8=model_181 -head1=model_39836 -head2=model_39316 -head3=model_39256 -unknown119=3 - -// 531 -[npc_531] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=4226 -recol4s=15856 -recol4d=25098 -recol5s=32735 -recol5d=17798 -name=Shop assistant -model1=model_217 -model2=model_254 -model3=model_246 -model4=model_305 -model5=model_151 -model6=model_10218 -model7=model_181 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 532 -[npc_532] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=10434 -recol4s=15856 -recol4d=14596 -recol5s=25098 -recol5d=14596 -recol6s=32735 -recol6d=13606 -name=Shopkeeper -model1=model_215 -model2=model_254 -model3=model_246 -model4=model_305 -model5=model_151 -model6=model_10218 -model7=model_181 -model8=model_245 -head1=model_39836 -head2=model_39223 -head3=model_39316 -unknown119=3 - -// 533 -[npc_533] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=4226 -recol4s=15856 -recol4d=14596 -recol5s=25098 -recol5d=14596 -recol6s=32735 -recol6d=13606 -name=Shop assistant -model1=model_217 -model2=model_254 -model3=model_246 -model4=model_305 -model5=model_151 -model6=model_10218 -model7=model_181 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 534 -[npc_534] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=20372 -recol1d=16720 -recol2s=32723 -recol2d=27008 -name=Fairy shopkeeper -model1=model_2857 -head1=model_13 -unknown119=3 - -// 535 -[npc_535] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=20372 -recol1d=16720 -recol2s=32723 -recol2d=27008 -name=Fairy shop assistant -model1=model_2857 -head1=model_13 -unknown119=3 - -// 536 -[npc_536] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=23357 -recol3s=6273 -recol3d=28295 -recol4s=15856 -recol4d=25098 -name=Valaine -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_10706 -model5=model_421 -model6=model_358 -head1=model_39069 -unknown119=3 - -// 537 -[npc_537] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=12618 -recol4s=15856 -recol4d=25098 -name=Scavvo -model1=model_206 -model2=model_254 -model3=model_253 -model4=model_292 -model5=model_151 -model6=model_10218 -model7=model_181 -head1=model_39947 -head2=model_39227 -unknown119=3 - -// 538 -[npc_538] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=6273 -recol3d=28295 -recol4s=19488 -recol4d=12352 -retex1s=material_228 -retex1d=material_426 -name=Peksa -model1=model_11741 -model2=model_214 -model3=model_11746 -model4=model_252 -model5=model_11759 -model6=model_11727 -model7=model_11732 -model8=model_11810 -model9=model_11736 -model10=model_11764 -head1=model_39856 -head2=model_38097 -head3=model_39468 -unknown119=3 - -// 539 -[npc_539] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=7435 -recol1d=12328 -recol2s=5319 -recol2d=10246 -recol3s=4262 -recol3d=9221 -recol4s=6378 -recol4d=11272 -recol5s=9549 -recol5d=13385 -name=Silk trader -model1=model_40224 -model2=model_40192 -model3=model_29685 -model4=model_29686 -model5=model_29690 -model6=model_40167 -model7=model_29683 -head1=model_39578 -head2=model_39199 -unknown119=3 - -// 540 -[npc_540] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=9549 -recol1d=9737 -recol2s=5319 -recol2d=6630 -recol3s=7435 -recol3d=6630 -recol4s=20044 -recol4d=9249 -recol5s=15816 -recol5d=7168 -recol6s=4262 -recol6d=5573 -retex1s=material_272 -retex1d=material_254 -name=Gem trader -model1=model_40224 -model2=model_40198 -model3=model_40184 -model4=model_29686 -model5=model_40150 -model6=model_29694 -model7=model_29683 -head1=model_39578 -head2=model_39279 -unknown119=3 - -// 541 -[npc_541] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=7435 -recol1d=21536 -recol2s=6378 -recol2d=20512 -recol3s=5319 -recol3d=18464 -recol4s=4262 -recol4d=16416 -recol5s=9549 -recol5d=21602 -name=Zeke -model1=model_40224 -model2=model_40192 -model3=model_29685 -model4=model_40255 -model5=model_29690 -model6=model_40167 -model7=model_29683 -head1=model_39199 -head2=model_39578 -unknown119=3 - -// 542 -[npc_542] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -name=Louie Legs -model1=model_40192 -model2=model_29690 -model3=model_29694 -model4=model_29683 -model5=model_40183 -model6=model_40224 -model7=model_268 -head1=model_39199 -head2=model_39578 -unknown119=3 - -// 543 -[npc_543] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=9354 -recol3s=6273 -recol3d=4226 -recol4s=15856 -recol4d=15652 -recol5s=25098 -recol5d=15652 -recol6s=32735 -recol6d=13539 -name=Karim -model1=model_235 -model2=model_254 -model3=model_249 -model4=model_305 -model5=model_151 -model6=model_10218 -model7=model_181 -head1=model_38641 -head2=model_39254 -unknown119=3 - -// 544 -[npc_544] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=25098 -recol1d=15652 -recol2s=14724 -recol2d=15424 -recol3s=6273 -recol3d=4226 -recol4s=8352 -recol4d=15424 -recol5s=2340 -recol5d=8456 -recol6s=15856 -recol6d=15652 -name=Ranael -model1=model_390 -model2=model_478 -model3=model_332 -model4=model_10706 -model5=model_428 -model6=model_361 -model7=model_376 -head1=model_39066 -head2=model_38799 -unknown119=3 - -// 545 -[npc_545] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=12677 -recol2s=14724 -recol2d=8354 -recol3s=6273 -recol3d=14594 -recol4s=15856 -recol4d=15652 -recol5s=25098 -recol5d=15652 -recol6s=32735 -recol6d=13539 -name=Dommik -model1=model_217 -model2=model_254 -model3=model_253 -model4=model_305 -model5=model_151 -model6=model_10218 -model7=model_181 -head1=model_39859 -head2=model_39227 -unknown119=3 - -// 546 -[npc_546] -bas=bas_119 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -op3=Trade -op4=Buy-battlestaves -recol1s=25098 -recol1d=9410 -recol2s=0 -recol2d=4226 -recol3s=12894 -recol3d=13669 -recol4s=9654 -recol4d=13634 -recol5s=32635 -recol5d=13705 -recol6s=22266 -recol6d=14726 -name=Zaff -model1=model_215 -model2=model_251 -model3=model_299 -model4=model_4952 -model5=model_4953 -model6=model_553 -model7=model_11338 -model8=model_181 -head1=model_39836 -head2=model_38096 -unknown119=3 - -// 547 -[npc_547] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=10434 -recol2s=14724 -recol2d=14594 -recol3s=2340 -recol3d=19945 -recol4s=15856 -recol4d=25098 -name=Baraek -model1=model_230 -model2=model_244 -model3=model_248 -model4=model_299 -model5=model_25866 -model6=model_25680 -model7=model_254 -model8=model_19947 -head1=model_39799 -head2=model_39312 -head3=model_39275 -unknown119=3 - -// 548 -[npc_548] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -op4=Change-clothes -alwaysontop=yes -recol1s=19463 -recol1d=9612 -recol2s=14724 -recol2d=9612 -recol3s=11296 -recol3d=8555 -recol4s=16416 -recol4d=7498 -recol5s=2340 -recol5d=18661 -recol6s=6273 -recol6d=21125 -retex1s=material_527 -retex1d=material_257 -retex2s=material_228 -retex2d=material_426 -name=Thessalia -model1=model_390 -model2=model_26102 -model3=model_332 -model4=model_10706 -model5=model_17166 -model6=model_361 -head1=model_39069 -unknown119=3 - -// 549 -[npc_549] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=8354 -recol3s=6273 -recol3d=28295 -recol4s=32735 -recol4d=13539 -recol5s=15856 -recol5d=25098 -retex1s=material_228 -retex1d=material_426 -retex2s=material_286 -retex2d=material_132 -name=Horvik -model1=model_215 -model2=model_246 -model3=model_305 -model4=model_25856 -model5=model_19329 -model6=model_19332 -model7=model_491 -model8=model_12138 -model9=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 550 -[npc_550] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=10468 -recol2d=4226 -recol3s=6273 -recol3d=28295 -recol4s=14724 -recol4d=15424 -name=Lowe -model1=model_235 -model2=model_236 -model3=model_246 -model4=model_293 -model5=model_173 -model6=model_177 -model7=model_257 -model8=model_181 -head1=model_39779 -head2=model_39307 -head3=model_39223 -unknown119=3 - -// 551 -[npc_551] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=9314 -recol3s=6273 -recol3d=28295 -recol4s=32735 -recol4d=17798 -recol5s=15856 -recol5d=25098 -recol6s=21074 -recol6d=19971 -retex1s=material_268 -retex1d=material_202 -name=Shopkeeper -model1=model_5736 -model2=model_248 -model3=model_305 -model4=model_25856 -model5=model_25853 -model6=model_15929 -model7=model_12138 -model8=model_181 -head1=model_38588 -head2=model_39227 -unknown119=3 - -// 552 -[npc_552] -bas=bas_4 -vislevel=0 -size=1 -resizeh=120 -resizev=120 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=7333 -recol2s=14724 -recol2d=5378 -recol3s=6273 -recol3d=4226 -recol4s=32735 -recol4d=13539 -recol5s=15856 -recol5d=25098 -recol6s=12610 -recol6d=3265 -name=Shop assistant -model1=model_14340 -model2=model_246 -model3=model_305 -model4=model_25856 -model5=model_10980 -model6=model_10218 -model7=model_12138 -model8=model_181 -head1=model_39915 -head2=model_39223 -unknown119=3 - -// 553 -[npc_553] -bas=bas_4 -vislevel=0 -size=1 -resizeh=130 -resizev=124 -op1=Talk-to -op3=Trade -op4=Teleport -alwaysontop=yes -recol1s=6273 -recol1d=23188 -recol2s=8384 -recol2d=9445 -recol3s=14724 -recol3d=13638 -recol4s=8322 -recol4d=18923 -recol5s=24288 -recol5d=5285 -recol6s=2340 -recol6d=18923 -retex1s=material_228 -retex1d=material_426 -name=Aubury -model1=model_14340 -model2=model_238 -model3=model_251 -model4=model_299 -model5=model_19102 -model6=model_151 -model7=model_177 -model8=model_12138 -model9=model_181 -model10=model_18947 -head1=model_39915 -head2=model_38643 -head3=model_38096 -unknown119=3 - -// 554 -[npc_554] -bas=bas_4 -vislevel=0 -size=1 -resizeh=134 -resizev=111 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=3169 -recol2s=14724 -recol2d=32701 -recol3s=4262 -recol3d=12428 -recol4s=1090 -recol4d=13485 -recol5s=20512 -recol5d=12428 -recol6s=25098 -recol6d=27346 -name=Fancy-dress shop owner -model1=model_7743 -model2=model_230 -model3=model_245 -model4=model_247 -model5=model_11811 -model6=model_10301 -model7=model_10218 -model8=model_12138 -model9=model_181 -head1=model_39799 -head2=model_39256 -head3=model_39316 -head4=model_40656 -unknown119=3 - -// 555 -[npc_555] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=29591 -recol3s=15856 -recol3d=25098 -name=Shopkeeper -model1=model_230 -model2=model_247 -model3=model_292 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -model8=model_326 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 556 -[npc_556] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=4195 -recol1d=7370 -recol2s=6340 -recol2d=4199 -recol3s=2340 -recol3d=4199 -recol4s=12677 -recol4d=4199 -recol5s=6273 -recol5d=8387 -retex1s=material_256 -retex1d=material_258 -retex2s=material_272 -retex2d=material_254 -retex3s=material_263 -retex3d=material_252 -retex4s=material_264 -retex4d=material_253 -name=Grum -model1=model_198 -model2=model_253 -model3=model_26131 -model4=model_26117 -model5=model_257 -model6=model_215 -head1=model_39836 -head2=model_39227 -head3=model_39444 -unknown119=3 - -// 557 -[npc_557] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=6273 -recol1d=14594 -recol2s=2340 -recol2d=11558 -recol3s=14724 -recol3d=9548 -recol4s=4195 -recol4d=9548 -recol5s=12354 -recol5d=3206 -retex1s=material_257 -retex1d=material_527 -name=Wydin -model1=model_18086 -model2=model_305 -model3=model_26116 -model4=model_185 -model5=model_254 -model6=model_246 -head1=model_39897 -head2=model_39223 -unknown119=3 - -// 558 -[npc_558] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=7429 -recol2s=14724 -recol2d=17864 -recol3s=6273 -recol3d=4226 -recol4s=18464 -recol4d=22988 -recol5s=15856 -recol5d=24074 -recol6s=14727 -recol6d=19978 -name=Gerrant -model1=model_14339 -model2=model_18192 -model3=model_302 -model4=model_3190 -model5=model_167 -model6=model_10218 -model7=model_562 -model8=model_271 -model9=model_185 -model10=model_40152 -head1=model_39734 -head2=model_39544 -unknown119=3 - -// 559 -[npc_559] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=31775 -recol1d=6273 -recol2s=5317 -recol2d=14662 -recol3s=14724 -recol3d=14662 -recol4s=32701 -recol4d=8388 -recol5s=2340 -recol5d=9542 -retex1s=material_250 -retex1d=material_273 -name=Brian -model1=model_230 -model2=model_254 -model3=model_27640 -model4=model_12085 -model5=model_167 -model6=model_11732 -model7=model_185 -model8=model_11812 -head1=model_39799 -head2=model_39204 -unknown119=3 - -// 560 -[npc_560] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=25098 -recol1d=14596 -recol2s=15856 -recol2d=22984 -recol3s=2340 -recol3d=22984 -recol4s=15392 -recol4d=32668 -recol5s=8352 -recol5d=22984 -recol6s=7298 -recol6d=14596 -retex1s=material_202 -retex1d=material_268 -retex2s=material_57 -retex2d=material_268 -retex3s=material_258 -retex3d=material_59 -retex4s=material_253 -retex4d=material_252 -name=Jiminua -model1=model_404 -model2=model_453 -model3=model_478 -model4=model_351 -model5=model_353 -model6=model_429 -model7=model_40417 -head1=model_39035 -unknown119=3 - -// 561 -[npc_561] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=29591 -recol3s=15856 -recol3d=8420 -retex1s=material_268 -retex1d=material_202 -name=Shopkeeper -model1=model_208 -model2=model_253 -model3=model_299 -model4=model_159 -model5=model_179 -model6=model_254 -model7=model_181 -model8=model_329 -head1=model_38588 -head2=model_39227 -unknown119=3 - -// 562 -[npc_562] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=6273 -recol1d=15648 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=21173 -recol4s=2340 -recol4d=2114 -recol5s=7298 -recol5d=2114 -recol6s=32735 -recol6d=13606 -name=Candle-maker -model1=model_217 -model2=model_302 -model3=model_167 -model4=model_10218 -model5=model_274 -model6=model_185 -model7=model_249 -head1=model_39859 -head2=model_39254 -unknown119=3 - -// 563 -[npc_563] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=6273 -recol1d=2114 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=15648 -recol4s=2340 -recol4d=2114 -recol5s=7298 -recol5d=2114 -recol6s=32735 -recol6d=13606 -name=Arhein -model1=model_215 -model2=model_305 -model3=model_167 -model4=model_10218 -model5=model_254 -model6=model_185 -model7=model_246 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 564 -[npc_564] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=20372 -recol1d=4039 -recol2s=32723 -recol2d=4670 -name=Jukat -model1=model_2857 -head1=model_13 -unknown119=3 - -// 565 -[npc_565] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=25098 -recol1d=20832 -recol2s=32723 -recol2d=6210 -recol3s=20372 -recol3d=27968 -recol4s=6144 -recol4d=28512 -name=Lunderwin -model1=model_2857 -head1=model_14 -unknown119=3 - -// 566 -[npc_566] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=4226 -recol2s=239 -recol2d=4226 -recol3s=14724 -recol3d=4226 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Irksol -model1=model_292 -model2=model_170 -model3=model_260 -model4=model_202 -head1=model_39400 -unknown119=3 - -// 567 -[npc_567] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=20372 -recol1d=15648 -recol2s=25098 -recol2d=32469 -recol3s=32723 -recol3d=19776 -name=Fairy -model1=model_2857 -head1=model_11 -unknown119=3 - -// 568 -[npc_568] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=16686 -recol1d=19833 -recol2s=10542 -recol2d=13620 -name=Zambo -model1=model_235 -model2=model_249 -model3=model_14933 -model4=model_14934 -model5=model_14932 -model6=model_10218 -model7=model_14378 -model8=model_185 -head1=model_39836 -head2=model_39254 -unknown119=3 - -// 569 -[npc_569] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=32576 -recol1d=29464 -recol2s=24288 -recol2d=29464 -recol3s=15856 -recol3d=25098 -recol4s=32735 -recol4d=18855 -recol5s=2340 -recol5d=26254 -name=Silver merchant -model1=model_214 -model2=model_302 -model3=model_252 -model4=model_151 -model5=model_179 -model6=model_274 -model7=model_185 -model8=model_281 -model9=model_238 -head1=model_39726 -head2=model_38097 -head3=model_39291 -unknown119=3 - -// 570 -[npc_570] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=11456 -recol2s=14724 -recol2d=32625 -recol3s=8416 -recol3d=32625 -recol4s=25098 -recol4d=17798 -name=Gem merchant -model1=model_230 -model2=model_292 -model3=model_251 -model4=model_151 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_283 -model9=model_238 -model10=model_186 -model11=model_320 -head1=model_39799 -head2=model_38643 -head3=model_38096 -head4=model_39406 -unknown119=3 - -// 571 -[npc_571] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=32767 -recol2s=29464 -recol2d=32767 -recol3s=14724 -recol3d=23116 -retex1s=material_252 -retex1d=material_253 -name=Baker -model1=model_206 -model2=model_302 -model3=model_247 -model4=model_159 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_283 -model9=model_199 -head1=model_39934 -head2=model_39509 -head3=model_39256 -unknown119=3 - -// 572 -[npc_572] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=9444 -recol2s=7328 -recol2d=9444 -recol3s=14724 -recol3d=19683 -recol4s=16846 -recol4d=19683 -recol5s=25098 -recol5d=20901 -name=Spice seller -model1=model_217 -model2=model_292 -model3=model_250 -model4=model_162 -model5=model_176 -model6=model_260 -model7=model_185 -model8=model_280 -model9=model_201 -head1=model_39756 -head2=model_39366 -head3=model_38642 -unknown119=3 - -// 573 -[npc_573] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=20832 -name=Fur trader -model1=model_230 -model2=model_299 -model3=model_250 -model4=model_159 -model5=model_176 -model6=model_254 -model7=model_185 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 574 -[npc_574] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=23196 -recol3s=6273 -recol3d=4226 -recol4s=14724 -recol4d=23863 -recol5s=12677 -recol5d=23863 -name=Silk merchant -model1=model_215 -model2=model_198 -model3=model_254 -model4=model_248 -model5=model_170 -model6=model_176 -model7=model_181 -model8=model_292 -model9=model_181 -head1=model_39836 -head2=model_39444 -head3=model_39275 -unknown119=3 - -// 575 -[npc_575] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=22027 -recol1d=16385 -recol2s=15392 -recol2d=2340 -recol3s=2340 -recol3d=2534 -recol4s=15856 -recol4d=6273 -recol5s=6273 -recol5d=2048 -name=Hickton -model1=model_230 -model2=model_274 -model3=model_247 -model4=model_173 -model5=model_179 -model6=model_185 -model7=model_307 -model8=model_322 -model9=model_18937 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 576 -[npc_576] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=11424 -recol2s=2340 -recol2d=21989 -recol3s=32735 -recol3d=1392 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=21074 -retex1s=material_228 -retex1d=material_426 -name=Harry -model1=model_215 -model2=model_263 -model3=model_246 -model4=model_32592 -model5=model_10218 -model6=model_185 -model7=model_302 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 577 -[npc_577] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=29205 -recol2s=4160 -recol2d=2114 -recol3s=13696 -recol3d=2114 -recol4s=10468 -recol4d=2114 -recol5s=15856 -recol5d=2114 -recol6s=6273 -recol6d=28262 -retex1s=material_228 -retex1d=material_426 -name=Cassie -model1=model_393 -model2=model_469 -model3=model_351 -model4=model_356 -model5=model_435 -model6=model_414 -head1=model_39016 -head2=model_38861 -unknown119=3 - -// 578 -[npc_578] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Frincos -model1=model_230 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39630 -head2=model_39223 -unknown119=3 - -// 579 -[npc_579] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=15458 -recol1d=8354 -name=Drogo dwarf -model1=model_2970 -model2=model_2981 -model3=model_2979 -model4=model_2983 -model5=model_2985 -model6=model_2990 -head1=model_0 -unknown119=3 - -// 580 -[npc_580] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=25098 -recol1d=15652 -recol2s=14724 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=7298 -recol4d=6342 -recol5s=2340 -recol5d=9479 -recol6s=32735 -recol6d=7367 -name=Flynn -model1=model_215 -model2=model_254 -model3=model_249 -model4=model_170 -model5=model_176 -model6=model_185 -model7=model_305 -model8=model_10741 -head1=model_39836 -head2=model_39254 -head3=model_39442 -unknown119=3 - -// 581 -[npc_581] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=8354 -recol3s=6273 -recol3d=16846 -recol4s=32735 -recol4d=13539 -retex1s=material_228 -retex1d=material_426 -name=Wayne -model1=model_215 -model2=model_254 -model3=model_252 -model4=model_305 -model5=model_159 -model6=model_176 -model7=model_181 -model8=model_491 -head1=model_39836 -head2=model_38097 -unknown119=3 - -// 582 -[npc_582] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=15856 -recol1d=25098 -recol2s=15785 -recol2d=15458 -recol3s=16846 -recol3d=6476 -name=Dwarf -model1=model_2971 -model2=model_2981 -model3=model_2979 -model4=model_2983 -model5=model_2985 -model6=model_2990 -head1=model_1 -unknown119=3 - -// 583 -[npc_583] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=12354 -recol1d=12492 -recol2s=25098 -recol2d=29392 -recol3s=16515 -recol3d=16656 -recol4s=18752 -recol4d=0 -recol5s=22131 -recol5d=28379 -recol6s=10273 -recol6d=7207 -retex1s=material_359 -retex1d=material_527 -name=Betty -model1=model_29704 -model2=model_446 -model3=model_26153 -model4=model_26140 -model5=model_26147 -model6=model_361 -head1=model_38982 -unknown119=3 - -// 584 -[npc_584] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -name=Herquin -model1=model_235 -model2=model_11748 -model3=model_9620 -model4=model_11760 -model5=model_11769 -model6=model_11326 -model7=model_10218 -model8=model_11869 -model9=model_33033 -model10=model_11770 -head1=model_38641 -head2=model_39270 -head3=model_39320 -unknown119=3 - -// 585 -[npc_585] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=12677 -recol2s=14724 -recol2d=8354 -recol3s=15856 -recol3d=15652 -recol4s=32735 -recol4d=13539 -name=Rommik -model1=model_217 -model2=model_254 -model3=model_253 -model4=model_305 -model5=model_151 -model6=model_176 -model7=model_181 -model8=model_529 -head1=model_39859 -head2=model_39227 -unknown119=3 - -// 586 -[npc_586] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=8354 -recol3s=6273 -recol3d=28295 -recol4s=15856 -recol4d=25098 -recol5s=7298 -recol5d=1090 -recol6s=32701 -recol6d=14694 -retex1s=material_228 -retex1d=material_426 -name=Gaius -model1=model_214 -model2=model_250 -model3=model_294 -model4=model_15106 -model5=model_32592 -model6=model_10218 -model7=model_491 -model8=model_274 -model9=model_181 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 587 -[npc_587] -bas=bas_123 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=22127 -recol1d=32626 -recol2s=20013 -recol2d=32624 -recol3s=15784 -recol3d=27377 -recol4s=22195 -recol4d=32697 -recol5s=16846 -recol5d=17053 -retex1s=material_272 -retex1d=material_254 -retex2s=material_253 -retex2d=material_258 -retex3s=material_252 -retex3d=material_254 -name=Jatix -model1=model_31574 -model2=model_31595 -model3=model_31604 -model4=model_31578 -model5=model_31587 -model6=model_31606 -model7=model_31580 -head1=model_39667 -unknown119=3 - -// 588 -[npc_588] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=15862 -recol2s=2340 -recol2d=2060 -recol3s=7298 -recol3d=15862 -recol4s=6144 -recol4d=30106 -name=Davon -model1=model_299 -model2=model_170 -model3=model_245 -model4=model_281 -model5=model_290 -model6=model_230 -model7=model_246 -model8=model_263 -model9=model_176 -model10=model_181 -head1=model_39630 -head2=model_39316 -unknown119=3 - -// 589 -[npc_589] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=28407 -recol2s=6273 -recol2d=28262 -retex1s=material_228 -retex1d=material_426 -name=Zenesha -model1=model_393 -model2=model_468 -model3=model_352 -model4=model_356 -model5=model_432 -model6=model_414 -model7=model_361 -head1=model_39016 -head2=model_38861 -unknown119=3 - -// 590 -[npc_590] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=12618 -recol4s=15856 -recol4d=25098 -recol5s=32736 -recol5d=6273 -recol6s=15392 -recol6d=6273 -name=Aemad -model1=model_206 -model2=model_274 -model3=model_253 -model4=model_292 -model5=model_167 -model6=model_10218 -model7=model_185 -model8=model_323 -head1=model_39947 -head2=model_39227 -unknown119=3 - -// 591 -[npc_591] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=12618 -recol4s=15856 -recol4d=25098 -recol5s=6144 -recol5d=28407 -recol6s=7298 -recol6d=6144 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -name=Kortan -model1=model_215 -model2=model_254 -model3=model_253 -model4=model_292 -model5=model_151 -model6=model_10218 -model7=model_181 -head1=model_39836 -head2=model_39227 -unknown119=3 - -// 592 -[npc_592] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=7437 -recol2s=2340 -recol2d=10502 -recol3s=6354 -recol3d=7439 -recol4s=6273 -recol4d=28407 -recol5s=25098 -recol5d=21989 -recol6s=32735 -recol6d=495 -name=Roachey -model1=model_230 -model2=model_299 -model3=model_151 -model4=model_179 -model5=model_267 -model6=model_185 -model7=model_194 -model8=model_251 -model9=model_562 -model10=model_236 -model11=model_320 -head1=model_39799 -head2=model_39481 -head3=model_39307 -head4=model_38096 -unknown119=3 - -// 593 -[npc_593] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=15856 -recol1d=25098 -recol2s=6273 -recol2d=32767 -recol3s=14724 -recol3d=17582 -recol4s=2340 -recol4d=25344 -recol5s=7298 -recol5d=17582 -recol6s=8354 -recol6d=25384 -retex1s=material_228 -retex1d=material_426 -name=Frenita -model1=model_378 -model2=model_465 -model3=model_346 -model4=model_10706 -model5=model_428 -model6=model_358 -head1=model_39090 -unknown119=3 - -// 594 -[npc_594] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=16846 -recol1d=25098 -recol2s=15458 -recol2d=234 -recol3s=15785 -recol3d=234 -recol4s=8456 -recol4d=32767 -name=Nurmof -model1=model_2970 -model2=model_2983 -model3=model_2979 -model4=model_2981 -model5=model_2985 -head1=model_0 -unknown119=3 - -// 595 -[npc_595] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=4226 -recol4s=15856 -recol4d=25098 -recol5s=32735 -recol5d=24096 -name=Tea seller -model1=model_235 -model2=model_254 -model3=model_247 -model4=model_25674 -model5=model_25681 -model6=model_25642 -model7=model_10218 -model8=model_181 -head1=model_38641 -head2=model_39256 -unknown119=3 - -// 596 -[npc_596] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=15424 -recol3s=29464 -recol3d=32767 -recol4s=25098 -recol4d=32431 -retex1s=material_253 -retex1d=material_268 -retex2s=material_252 -retex2d=material_272 -name=Fat Tony -model1=model_230 -model2=model_247 -model3=model_302 -model4=model_159 -model5=model_176 -model6=model_254 -model7=model_199 -model8=model_181 -head1=model_39799 -head2=model_39256 -head3=model_39347 -unknown119=3 - -// 597 -[npc_597] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -name=Noterazzo -model1=model_207 -model2=model_181 -model3=model_247 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_254 -model8=model_326 -head1=model_40023 -head2=model_39256 -unknown119=3 - -// 598 -[npc_598] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Hair-cut -alwaysontop=yes -recol1s=13600 -recol1d=14724 -recol2s=14724 -recol2d=32383 -recol3s=2340 -recol3d=5120 -retex1s=material_258 -retex1d=material_202 -retex2s=material_254 -retex2d=material_257 -name=Hairdresser -model1=model_235 -model2=model_181 -model3=model_246 -model4=model_295 -model5=model_162 -model6=model_176 -model7=model_274 -model8=model_244 -head1=model_38641 -head2=model_39312 -head3=model_39223 -unknown119=3 - -// 599 -[npc_599] -bas=bas_29 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=14594 -recol2s=14724 -recol2d=8559 -recol3s=12894 -recol3d=7502 -recol4s=32635 -recol4d=5388 -recol5s=9654 -recol5d=7468 -recol6s=7328 -recol6d=7468 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_250 -retex3d=material_253 -name=Make-over Mage -model1=model_9604 -model2=model_214 -model3=model_250 -model4=model_9606 -model5=model_292 -model6=model_162 -model7=model_176 -model8=model_534 -model9=model_4844 -model10=model_181 -head1=model_39582 -head2=model_39413 -head3=model_38642 -unknown119=3 - -// 600 -[npc_600] -bas=bas_108 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=416 -recol1d=8420 -recol2s=384 -recol2d=2340 -recol3s=32766 -recol3d=16838 -recol4s=32767 -recol4d=16838 -name=Hudo -model1=model_2901 -model2=model_2909 -model3=model_2915 -head1=model_17 -unknown119=3 - -// 601 -[npc_601] -bas=bas_108 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=416 -recol1d=16439 -recol2s=384 -recol2d=4228 -recol3s=11456 -recol3d=12302 -recol4s=15392 -recol4d=16439 -recol5s=29568 -recol5d=28407 -name=Rometti -model1=model_2900 -model2=model_2909 -model3=model_2916 -head1=model_23 -unknown119=3 - -// 602 -[npc_602] -bas=bas_108 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=416 -recol1d=8420 -recol2s=384 -recol2d=3170 -retex1s=material_404 -retex1d=material_227 -name=Gulluck -model1=model_2892 -model2=model_2909 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 603 -[npc_603] -bas=bas_108 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=416 -recol1d=8420 -recol2s=384 -recol2d=5 -recol3s=32766 -recol3d=16838 -recol4s=32767 -recol4d=16838 -name=Heckel Funch -model1=model_2901 -model2=model_2909 -model3=model_2915 -head1=model_17 -unknown119=3 - -// 604 -[npc_604] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15458 -recol1d=8354 -recol2s=25098 -recol2d=19981 -name=Thurgo -model1=model_7034 -model2=model_7049 -model3=model_7041 -model4=model_7057 -model5=model_2985 -model6=model_19100 -head1=model_6993 -unknown119=3 - -// 605 -[npc_605] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=15789 -recol6d=28341 -name=Sir Vyvin -model1=model_206 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_247 -model8=model_236 -head1=model_39947 -head2=model_39256 -head3=model_39307 -unknown119=3 - -// 606 -[npc_606] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=25300 -recol2s=2340 -recol2d=11591 -recol3s=16704 -recol3d=14727 -recol4s=15853 -recol4d=23220 -recol5s=8384 -recol5d=9477 -recol6s=5120 -recol6d=7363 -name=Squire -model1=model_191 -model2=model_217 -model3=model_253 -model4=model_297 -model5=model_163 -model6=model_179 -model7=model_553 -model8=model_254 -model9=model_9617 -model10=model_4390 -model11=model_3707 -head1=model_39686 -head2=model_39227 -head3=model_39362 -unknown119=3 - -// 607 -[npc_607] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Gunnjorn -model1=model_11741 -model2=model_214 -model3=model_11746 -model4=model_252 -model5=model_11759 -model6=model_11727 -model7=model_11732 -model8=model_11810 -model9=model_11736 -model10=model_11764 -head1=model_39856 -head2=model_38097 -head3=model_39468 -unknown119=3 - -// 608 -[npc_608] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=15789 -recol6d=28341 -name=Sir Amik Varze -model1=model_215 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_184 -model7=model_518 -model8=model_517 -model9=model_201 -model10=model_249 -model11=model_323 -head1=model_39836 -head2=model_39254 -head3=model_39549 -unknown119=3 - -// 609 -[npc_609] -bas=bas_29 -size=1 -op1=Talk-to -op2=Attack -vislevel=20 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8456 -name=Fortress Guard -model1=model_7668 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_540 -head1=model_39593 -head2=model_39223 -unknown119=3 - -// 610 -[npc_610] -bas=bas_4 -vislevel=0 -size=1 -resizeh=145 -resizev=135 -op1=Talk-to -recol1s=16846 -recol1d=2114 -recol2s=7364 -recol2d=2114 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=7298 -recol6d=2114 -name=Black Knight Captain -model1=model_215 -model2=model_9620 -model3=model_3379 -model4=model_10298 -model5=model_15411 -model6=model_518 -model7=model_268 -model8=model_15410 -model9=model_15318 -head1=model_39915 -head2=model_39270 -unknown119=3 - -// 611 -[npc_611] -bas=bas_29 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=2340 -recol1d=1090 -recol2s=14724 -recol2d=1090 -recol3s=239 -recol3d=1090 -recol4s=6144 -recol4d=4226 -recol5s=14724 -recol5d=5186 -recol6s=25098 -recol6d=455 -retex1s=material_202 -retex1d=material_256 -retex2s=material_257 -retex2d=material_359 -name=Witch -model1=model_11354 -model2=model_405 -model3=model_470 -model4=model_17165 -model5=model_353 -model6=model_17166 -model7=model_361 -model8=model_17164 -head1=model_39041 -head2=model_40844 -modeloffset7=3,-11,6 -unknown119=3 - -// 612 -[npc_612] -bas=bas_271 -vislevel=0 -size=1 -ambient=15 -recol1s=18923 -recol1d=3171 -recol2s=19874 -recol2d=6240 -recol3s=17760 -recol3d=4128 -recol4s=13707 -recol4d=8354 -recol5s=11593 -recol5d=6240 -recol6s=12549 -recol6d=6240 -retex1s=material_207 -retex1d=material_132 -name=Greldo -model1=model_24463 -model2=model_24483 -model3=model_24433 -model4=model_24474 -model5=model_24441 -model6=model_24449 -model7=model_24508 -model8=model_24507 -head1=model_24215 -unknown119=3 - -// 613 -[npc_613] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Steal-from -recol1s=2340 -recol1d=8526 -recol2s=18464 -recol2d=9440 -recol3s=14724 -recol3d=19948 -recol4s=8526 -recol4d=6413 -recol5s=10640 -recol5d=8527 -recol6s=9473 -recol6d=7296 -retex1s=material_256 -retex1d=material_250 -retex2s=material_359 -retex2d=material_273 -name=Digsite workman -model1=model_215 -model2=model_246 -model3=model_10705 -model4=model_167 -model5=model_179 -model6=model_5218 -model7=model_10723 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 614 -[npc_614] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Steal-from -recol1s=2340 -recol1d=8526 -recol2s=18464 -recol2d=9440 -recol3s=14724 -recol3d=8647 -recol4s=8526 -recol4d=3275 -recol5s=10640 -recol5d=5389 -recol6s=9473 -recol6d=7296 -retex1s=material_359 -retex1d=material_273 -name=Doug Deeping -model1=model_217 -model2=model_246 -model3=model_10705 -model4=model_167 -model5=model_179 -model6=model_5218 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 615 -[npc_615] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=9570 -recol2s=12610 -recol2d=7456 -recol3s=9473 -recol3d=7297 -recol4s=2340 -recol4d=2217 -recol5s=6273 -recol5d=22085 -recol6s=18464 -recol6d=10468 -retex1s=material_228 -retex1d=material_426 -name=Student -model1=model_12137 -model2=model_246 -model3=model_292 -model4=model_10723 -model5=model_10980 -model6=model_179 -model7=model_254 -model8=model_185 -head1=model_39643 -head2=model_39223 -unknown119=3 - -// 616 -[npc_616] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=13605 -recol2s=2340 -recol2d=9508 -recol3s=14724 -recol3d=14496 -recol4s=12610 -recol4d=12352 -recol5s=9473 -recol5d=6306 -recol6s=7298 -recol6d=5249 -name=Student -model1=model_235 -model2=model_249 -model3=model_299 -model4=model_10980 -model5=model_179 -model6=model_254 -model7=model_185 -head1=model_38641 -head2=model_39254 -unknown119=3 - -// 617 -[npc_617] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Pickpocket -recol1s=6273 -recol1d=25260 -recol2s=14724 -recol2d=11369 -recol3s=2340 -recol3d=6180 -recol4s=6144 -recol4d=8294 -recol5s=9473 -recol5d=9410 -recol6s=1762 -recol6d=28407 -retex1s=material_228 -retex1d=material_426 -name=Student -model1=model_399 -model2=model_447 -model3=model_456 -model4=model_332 -model5=model_356 -model6=model_429 -model7=model_361 -head1=model_39124 -unknown119=3 - -// 618 -[npc_618] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=17760 -recol2s=14724 -recol2d=13344 -recol3s=2340 -recol3d=7168 -name=Examiner -model1=model_378 -model2=model_418 -model3=model_470 -model4=model_332 -model5=model_10706 -model6=model_421 -model7=model_358 -head1=model_39090 -head2=model_38884 -unknown119=3 - -// 619 -[npc_619] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=23650 -recol2s=15856 -recol2d=11457 -recol3s=14724 -recol3d=17903 -recol4s=25098 -recol4d=11457 -name=Archaeological expert -model1=model_217 -model2=model_250 -model3=model_299 -model4=model_327 -model5=model_32592 -model6=model_254 -model7=model_179 -model8=model_185 -head1=model_39859 -head2=model_38642 -unknown119=3 - -// 620 -[npc_620] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7298 -recol1d=3171 -recol2s=2340 -recol2d=11459 -recol3s=14724 -recol3d=14596 -name=Panning guide -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_179 -model6=model_254 -model7=model_276 -model8=model_185 -model9=model_326 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 621 -[npc_621] -bas=bas_108 -size=1 -vislevel=0 -op1=Tackle -recol1s=10504 -recol1d=26754 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 622 -[npc_622] -bas=bas_108 -size=1 -vislevel=0 -op1=Tackle -recol1s=10504 -recol1d=26754 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2921 -head1=model_21 -unknown119=3 - -// 623 -[npc_623] -bas=bas_319 -size=1 -vislevel=0 -recol1s=10504 -recol1d=26754 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 624 -[npc_624] -bas=bas_318 -size=1 -vislevel=0 -recol1s=10504 -recol1d=26754 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 625 -[npc_625] -bas=bas_108 -size=1 -vislevel=0 -op1=Tackle -recol1s=10504 -recol1d=29088 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 626 -[npc_626] -bas=bas_108 -size=1 -vislevel=0 -op1=Tackle -recol1s=10504 -recol1d=29088 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2921 -head1=model_21 -unknown119=3 - -// 627 -[npc_627] -bas=bas_319 -size=1 -vislevel=0 -recol1s=10504 -recol1d=29088 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 628 -[npc_628] -bas=bas_318 -size=1 -vislevel=0 -recol1s=10504 -recol1d=29088 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 629 -[npc_629] -bas=bas_108 -size=1 -vislevel=0 -op1=Tackle -recol1s=10504 -recol1d=27392 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 630 -[npc_630] -bas=bas_108 -size=1 -vislevel=0 -op1=Tackle -recol1s=10504 -recol1d=27392 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2921 -head1=model_21 -unknown119=3 - -// 631 -[npc_631] -bas=bas_319 -size=1 -vislevel=0 -recol1s=10504 -recol1d=27392 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 632 -[npc_632] -bas=bas_318 -size=1 -vislevel=0 -recol1s=10504 -recol1d=27392 -name=Gnome baller -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 633 -[npc_633] -bas=bas_108 -size=1 -vislevel=0 -op1=Pass-to -recol1s=10504 -recol1d=1698 -name=Gnome winger -model1=model_2914 -model2=model_2905 -model3=model_2924 -head1=model_21 -unknown119=3 - -// 634 -[npc_634] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=10504 -recol1d=1698 -name=Gnome winger -model1=model_2914 -model2=model_2905 -model3=model_2921 -head1=model_21 -unknown119=3 - -// 635 -[npc_635] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=416 -recol1d=2114 -recol2s=25098 -recol2d=13537 -recol3s=22984 -recol3d=13537 -recol4s=21927 -recol4d=13537 -name=Gnome ball referee -model1=model_2909 -model2=model_2900 -model3=model_2915 -head1=model_23 -unknown119=3 - -// 636 -[npc_636] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -name=Cheerleader -model1=model_2913 -model2=model_2904 -model3=model_2923 -head1=model_21 -unknown119=3 - -// 637 -[npc_637] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=32273 -recol2s=14724 -recol2d=32273 -recol3s=15392 -recol3d=8711 -recol4s=21135 -recol4d=25364 -recol5s=6144 -recol5d=17605 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_253 -retex3s=material_228 -retex3d=material_426 -name=Juliet -model1=model_12142 -model2=model_9361 -model3=model_9359 -model4=model_9360 -model5=model_9113 -head1=model_38970 -unknown119=3 - -// 638 -[npc_638] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=21139 -recol2s=12610 -recol2d=17867 -recol3s=14724 -recol3d=17867 -recol4s=1090 -recol4d=6179 -recol5s=29464 -recol5d=21105 -recol6s=2340 -recol6d=7365 -retex1s=material_228 -retex1d=material_426 -name=Apothecary -model1=model_25657 -model2=model_253 -model3=model_11811 -model4=model_10980 -model5=model_10218 -model6=model_12138 -model7=model_8919 -head1=model_39725 -head2=model_39227 -unknown119=3 - -// 639 -[npc_639] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=9419 -recol1d=17605 -recol2s=2340 -recol2d=12392 -recol3s=16838 -recol3d=22181 -recol4s=7297 -recol4d=3302 -recol5s=25098 -recol5d=24040 -recol6s=7298 -recol6d=3140 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -name=Romeo -model1=model_12137 -model2=model_10075 -model3=model_246 -model4=model_10077 -model5=model_12086 -model6=model_10073 -model7=model_10074 -model8=model_677 -model9=model_10076 -model10=model_185 -head1=model_39673 -unknown119=3 - -// 640 -[npc_640] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_250 -name=Father Lawrence -model1=model_223 -model2=model_325 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -model8=model_181 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 641 -[npc_641] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=11624 -recol1d=16810 -recol2s=14724 -recol2d=10499 -recol3s=10535 -recol3d=10537 -recol4s=6273 -recol4d=15458 -recol5s=6144 -recol5d=9479 -recol6s=12616 -recol6d=10537 -retex1s=material_314 -retex1d=material_202 -name=Charlie the Tramp -model1=model_18190 -model2=model_42301 -model3=model_244 -model4=model_10304 -model5=model_18135 -model6=model_14175 -model7=model_18126 -model8=model_10218 -model9=model_15005 -model10=model_8919 -head1=model_39635 -head2=model_39245 -head3=model_39452 -unknown119=3 - -// 642 -[npc_642] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=27443 -retex1s=material_228 -retex1d=material_426 -name=Katrine -model1=model_393 -model2=model_414 -model3=model_25716 -model4=model_25698 -model5=model_353 -model6=model_25694 -model7=model_25709 -head1=model_39016 -head2=model_38861 -modeloffset5=3,-11,6 -unknown119=3 - -// 643 -[npc_643] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -alwaysontop=yes -vislevel=23 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -name=Weaponsmaster -model1=model_230 -model2=model_249 -model3=model_306 -model4=model_156 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_518 -head1=model_39799 -head2=model_39254 -unknown119=3 - -// 644 -[npc_644] -bas=bas_4 -size=1 -op1=Talk-to -alwaysontop=yes -vislevel=0 -recol1s=14724 -recol1d=4228 -recol2s=2340 -recol2d=4228 -recol3s=2053 -recol3d=4228 -name=Straven -model1=model_25659 -model2=model_10039 -model3=model_25676 -model4=model_25644 -model5=model_25653 -model6=model_176 -model7=model_25667 -model8=model_19948 -head1=model_39720 -head2=model_39232 -unknown119=3 - -// 645 -[npc_645] -bas=bas_4 -size=1 -resizeh=130 -resizev=124 -op1=Talk-to -op2=Attack -alwaysontop=yes -vislevel=2 -recol1s=2340 -recol1d=7232 -recol2s=14724 -recol2d=4226 -recol3s=15856 -recol3d=25098 -recol4s=7363 -recol4d=9582 -name=Jonny the beard -model1=model_25658 -model2=model_25663 -model3=model_299 -model4=model_16831 -model5=model_32592 -model6=model_177 -model7=model_19250 -model8=model_25649 -head1=model_39255 -head2=model_39906 -unknown119=3 - -// 646 -[npc_646] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Pickpocket -alwaysontop=yes -recol1s=6273 -recol1d=16846 -recol2s=14724 -recol2d=2114 -recol3s=12320 -recol3d=5322 -recol4s=2340 -recol4d=2114 -recol5s=7364 -recol5d=32767 -recol6s=7298 -recol6d=2114 -retex1s=material_256 -retex1d=material_202 -retex2s=material_228 -retex2d=material_426 -name=Curator Haig Halen -model1=model_14340 -model2=model_238 -model3=model_246 -model4=model_10305 -model5=model_163 -model6=model_177 -model7=model_254 -model8=model_12082 -model9=model_25693 -head1=model_39915 -head2=model_39291 -head3=model_39223 -unknown119=3 - -// 647 -[npc_647] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1036 -multinpc=0,npc_2661 -multinpc=1,npc_2660 -unknown119=3 - -// 648 -[npc_648] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=7395 -recol1d=10305 -recol2s=14724 -recol2d=10305 -recol3s=7328 -recol3d=28534 -recol4s=6338 -recol4d=28534 -recol5s=5281 -recol5d=32631 -name=King Roald -model1=model_1808 -model2=model_215 -model3=model_249 -model4=model_23939 -model5=model_162 -model6=model_176 -model7=model_23931 -model8=model_181 -head1=model_39836 -head2=model_39390 -head3=model_39254 -unknown119=3 - -// 649 -[npc_649] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=8676 -recol2s=9473 -recol2d=18887 -recol3s=23357 -recol3d=8676 -recol4s=4160 -recol4d=18887 -recol5s=15392 -recol5d=18887 -recol6s=32701 -recol6d=18887 -retex1s=material_257 -retex1d=material_254 -name=Archer -model1=model_390 -model2=model_414 -model3=model_477 -model4=model_3194 -model5=model_332 -model6=model_356 -model7=model_563 -model8=model_422 -head1=model_39066 -head2=model_38861 -modeloffset6=3,-11,6 -unknown119=3 - -// 650 -[npc_650] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6342 -recol1d=24132 -recol2s=7296 -recol2d=11561 -recol3s=32701 -recol3d=24132 -name=Warrior -model1=model_214 -model2=model_250 -model3=model_3379 -model4=model_164 -model5=model_179 -model6=model_268 -model7=model_185 -model8=model_550 -model9=model_521 -model10=model_3189 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 651 -[npc_651] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Monk -model1=model_223 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 652 -[npc_652] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=4399 -recol2s=14724 -recol2d=4399 -recol3s=6273 -recol3d=32767 -recol4s=9654 -recol4d=4399 -retex1s=material_228 -retex1d=material_426 -retex2s=material_257 -retex2d=material_252 -name=Wizard -model1=model_215 -model2=model_181 -model3=model_251 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_4844 -model8=model_534 -model9=model_202 -head1=model_39836 -head2=model_38096 -head3=model_39400 -unknown119=3 - -// 653 -[npc_653] -vislevel=0 -size=1 -op1=Talk-to -name=Fairy Queen -model1=model_2858 -head1=model_12 -unknown119=3 - -// 654 -[npc_654] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -name=Shamus -model1=model_2909 -model2=model_2896 -model3=model_2915 -head1=model_24 -unknown119=3 - -// 655 -[npc_655] -bas=bas_74 -size=1 -op2=Attack -vislevel=101 -name=Tree spirit -model1=model_21150 -unknown119=3 - -// 656 -[npc_656] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Cave monk -model1=model_223 -model2=model_181 -model3=model_246 -model4=model_299 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 657 -[npc_657] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Take-boat -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=28295 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -retex4s=material_228 -retex4d=material_426 -name=Monk of Entrana -model1=model_223 -model2=model_181 -model3=model_251 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -model8=model_9607 -head1=model_39938 -head2=model_38096 -unknown119=3 - -// 658 -[npc_658] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Take-boat -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=28295 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_253 -retex3d=material_250 -retex4s=material_252 -retex4d=material_273 -retex5s=material_228 -retex5d=material_426 -name=Monk of Entrana -model1=model_223 -model2=model_181 -model3=model_251 -model4=model_292 -model5=model_170 -model6=model_10218 -model7=model_260 -head1=model_39938 -head2=model_38096 -unknown119=3 - -// 659 -[npc_659] -bas=bas_324 -size=1 -op1=Talk-to -vislevel=0 -name=Party Pete -model1=model_34122 -head1=model_39708 -head2=model_39297 -unknown119=3 - -// 660 -[npc_660] -bas=bas_325 -op1=Talk-to -vislevel=0 -recol1s=8388 -recol1d=26357 -recol2s=6274 -recol2d=23220 -recol3s=11561 -recol3d=23220 -recol4s=16846 -recol4d=28471 -recol5s=15789 -recol5d=27447 -recol6s=8463 -recol6d=15392 -name=Knight -model1=model_11744 -model2=model_306 -model3=model_164 -model4=model_13318 -model5=model_268 -model6=model_4954 -head1=model_40022 -unknown119=1 - -// 661 -[npc_661] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=13851 -recol2s=2340 -recol2d=5288 -name=Megan -model1=model_390 -model2=model_363 -model3=model_467 -model4=model_348 -model5=model_353 -model6=model_429 -model7=model_358 -head1=model_39047 -head2=model_38795 -unknown119=3 - -// 662 -[npc_662] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=13851 -recol2s=2340 -recol2d=5288 -recol3s=6273 -recol3d=18592 -name=Lucy -model1=model_390 -model2=model_363 -model3=model_467 -model4=model_348 -model5=model_353 -model6=model_429 -model7=model_358 -head1=model_39047 -head2=model_38795 -unknown119=3 - -// 663 -[npc_663] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=22226 -recol3s=8386 -recol3d=32736 -recol4s=15392 -recol4d=32736 -recol5s=15856 -recol5d=25098 -name=Man -model1=model_215 -model2=model_281 -model3=model_246 -model4=model_292 -model5=model_151 -model6=model_10218 -model7=model_254 -model8=model_181 -model9=model_323 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 664 -[npc_664] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_5387 -multinpc=default,npc_8172 -multinpc=230,npc_8171 -unknown119=3 - -// 665 -[npc_665] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -name=Boot -model1=model_2971 -model2=model_2981 -model3=model_2979 -model4=model_2983 -model5=model_2985 -model6=model_2990 -head1=model_1 -unknown119=3 - -// 666 -[npc_666] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=22226 -recol3s=8386 -recol3d=32736 -recol4s=15392 -recol4d=32736 -recol5s=15856 -recol5d=25098 -name=Caleb -model1=model_215 -model2=model_281 -model3=model_246 -model4=model_292 -model5=model_151 -model6=model_10218 -model7=model_254 -model8=model_181 -model9=model_199 -head1=model_39836 -head2=model_39347 -head3=model_39223 -unknown119=3 - -// 667 -[npc_667] -bas=bas_75 -size=3 -op2=Attack -resizeh=110 -resizev=110 -vislevel=170 -recol1s=0 -recol1d=16580 -recol2s=7168 -recol2d=9280 -recol3s=8192 -recol3d=10304 -recol4s=9248 -recol4d=11328 -recol5s=10305 -recol5d=12352 -recol6s=11362 -recol6d=13376 -name=Chronozon -model1=model_17375 -model2=model_17391 -model3=model_17384 -model4=model_17399 -unknown119=3 - -// 668 -[npc_668] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=11631 -recol2s=14724 -recol2d=11631 -recol3s=7328 -recol3d=9517 -recol4s=6342 -recol4d=9517 -recol5s=15856 -recol5d=25098 -recol6s=6273 -recol6d=21002 -retex1s=material_272 -retex1d=material_257 -name=Johnathon -model1=model_10981 -model2=model_246 -model3=model_281 -model4=model_292 -model5=model_9607 -model6=model_162 -model7=model_176 -model8=model_10982 -model9=model_181 -head1=model_40053 -head2=model_39223 -unknown119=3 - -// 669 -[npc_669] -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=1285 -recol1d=21826 -recol2s=416 -recol2d=15618 -recol3s=21960 -recol3d=9412 -recol4s=21205 -recol4d=15618 -recol5s=28471 -recol5d=20017 -recol6s=25098 -recol6d=11526 -name=Hazelmere -model1=model_17023 -model2=model_17001 -model3=model_2917 -model4=model_17022 -head1=model_44788 -head2=model_44785 -head3=model_44786 -unknown119=3 - -// 670 -[npc_670] -bas=bas_108 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -retex1s=material_404 -retex1d=material_233 -name=King Narnode Shareen -model1=model_2909 -model2=model_2891 -model3=model_2916 -head1=model_20 -unknown119=3 - -// 671 -[npc_671] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=8421 -recol1d=5315 -recol2s=13638 -recol2d=9543 -name=Glough -model1=model_17025 -model2=model_14809 -model3=model_16988 -head1=model_22 -unknown119=3 - -// 672 -[npc_672] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=352 -recol1d=12422 -name=Anita -model1=model_2911 -model2=model_2907 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 673 -[npc_673] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=16846 -recol2s=2340 -recol2d=16846 -recol3s=6273 -recol3d=22882 -name=Charlie -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 674 -[npc_674] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=23 -recol1s=2340 -recol1d=8420 -recol2s=6273 -recol2d=18991 -recol3s=14724 -recol3d=16846 -retex1s=material_228 -retex1d=material_426 -name=Foreman -model1=model_214 -model2=model_247 -model3=model_302 -model4=model_173 -model5=model_179 -model6=model_254 -model7=model_185 -head1=model_39726 -head2=model_39256 -unknown119=3 - -// 675 -[npc_675] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=8420 -recol2s=6273 -recol2d=14594 -recol3s=14724 -recol3d=16846 -name=Shipyard worker -model1=model_215 -model2=model_247 -model3=model_305 -model4=model_151 -model5=model_179 -model6=model_254 -model7=model_185 -head1=model_39836 -head2=model_39256 -unknown119=3 - -// 676 -[npc_676] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=352 -recol1d=20512 -recol2s=416 -recol2d=8420 -recol3s=288 -recol3d=8420 -name=Femi -model1=model_2907 -model2=model_2911 -model3=model_2922 -head1=model_21 -unknown119=3 - -// 677 -[npc_677] -bas=bas_75 -size=3 -op2=Attack -vislevel=172 -recol1s=7168 -recol1d=1024 -recol2s=8192 -recol2d=1057 -recol3s=9248 -recol3d=2114 -recol4s=10305 -recol4d=3171 -recol5s=11362 -recol5d=4228 -recol6s=0 -recol6d=23220 -name=Black demon -model1=model_17377 -model2=model_17395 -model3=model_17384 -model4=model_17399 -unknown119=3 - -// 678 -[npc_678] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=37 -recol1s=7330 -recol1d=24096 -retex1s=material_202 -retex1d=material_251 -name=Guard -model1=model_220 -model2=model_185 -model3=model_253 -model4=model_296 -model5=model_151 -model6=model_179 -model7=model_262 -model8=model_563 -head1=model_39799 -head2=model_39227 -head3=model_39441 -unknown119=3 - -// 679 -[npc_679] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7330 -recol1d=24096 -retex1s=material_202 -retex1d=material_258 -name=Ranging Guild Doorman -model1=model_220 -model2=model_185 -model3=model_253 -model4=model_296 -model5=model_151 -model6=model_179 -model7=model_262 -model8=model_563 -head1=model_39799 -head2=model_39227 -head3=model_39441 -unknown119=3 - -// 680 -[npc_680] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=24096 -recol2s=14724 -recol2d=20768 -recol3s=2340 -recol3d=10573 -recol4s=6273 -recol4d=11561 -recol5s=15856 -recol5d=7364 -retex1s=material_202 -retex1d=material_258 -name=Leatherworker -model1=model_396 -model2=model_457 -model3=model_332 -model4=model_353 -model5=model_436 -model6=model_479 -model7=model_444 -head1=model_39170 -head2=model_38760 -unknown119=3 - -// 681 -[npc_681] -bas=bas_170 -op2=Attack -ambient=-25 -turnspeed=0 -resizeh=143 -resizev=140 -vislevel=59 -recol1s=25098 -recol1d=20115 -recol2s=6412 -recol2d=8585 -recol3s=8526 -recol3d=9642 -recol4s=9583 -recol4d=10699 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Held vampyre juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=1 - -// 682 -[npc_682] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=7330 -recol1d=24096 -recol2s=289 -recol2d=17600 -recol3s=6273 -recol3d=16704 -recol4s=2340 -recol4d=15520 -recol5s=14724 -recol5d=15520 -name=Armour salesman -model1=model_246 -model2=model_303 -model3=model_18930 -model4=model_167 -model5=model_179 -model6=model_563 -model7=model_486 -model8=model_262 -model9=model_185 -head1=model_39971 -unknown119=3 - -// 683 -[npc_683] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=14724 -recol1d=2340 -name=Bow and Arrow salesman -model1=model_220 -model2=model_185 -model3=model_253 -model4=model_296 -model5=model_151 -model6=model_179 -model7=model_262 -head1=model_39799 -head2=model_39227 -head3=model_39441 -unknown119=3 - -// 684 -[npc_684] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_202 -retex1d=material_258 -name=Tower Advisor -model1=model_208 -model2=model_185 -model3=model_253 -model4=model_296 -model5=model_151 -model6=model_179 -model7=model_262 -model8=model_563 -model9=model_317 -head1=model_38588 -head2=model_39227 -unknown119=3 - -// 685 -[npc_685] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_202 -retex1d=material_258 -name=Tower Advisor -model1=model_208 -model2=model_185 -model3=model_253 -model4=model_296 -model5=model_151 -model6=model_179 -model7=model_262 -model8=model_563 -model9=model_317 -head1=model_38588 -head2=model_39227 -unknown119=3 - -// 686 -[npc_686] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_202 -retex1d=material_258 -name=Tower Advisor -model1=model_208 -model2=model_185 -model3=model_253 -model4=model_296 -model5=model_151 -model6=model_179 -model7=model_262 -model8=model_563 -model9=model_317 -head1=model_38588 -head2=model_39227 -unknown119=3 - -// 687 -[npc_687] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_202 -retex1d=material_258 -name=Tower Advisor -model1=model_208 -model2=model_185 -model3=model_253 -model4=model_296 -model5=model_151 -model6=model_179 -model7=model_262 -model8=model_563 -model9=model_317 -head1=model_38588 -head2=model_39227 -unknown119=3 - -// 688 -[npc_688] -bas=bas_4 -size=1 -op2=Attack -vislevel=19 -recol1s=7330 -recol1d=24096 -recol2s=12685 -recol2d=7363 -recol3s=15856 -recol3d=7364 -name=Tower Archer -model1=model_220 -model2=model_253 -model3=model_311 -model4=model_169 -model5=model_176 -model6=model_262 -model7=model_185 -model8=model_563 -unknown119=3 - -// 689 -[npc_689] -bas=bas_4 -size=1 -op2=Attack -vislevel=34 -recol1s=7330 -recol1d=21059 -recol2s=15856 -recol2d=7364 -name=Tower Archer -model1=model_220 -model2=model_253 -model3=model_296 -model4=model_169 -model5=model_176 -model6=model_262 -model7=model_185 -model8=model_563 -unknown119=3 - -// 690 -[npc_690] -bas=bas_4 -size=1 -op2=Attack -vislevel=49 -recol1s=7330 -recol1d=21040 -recol2s=15856 -recol2d=256 -name=Tower Archer -model1=model_220 -model2=model_253 -model3=model_303 -model4=model_169 -model5=model_176 -model6=model_277 -model7=model_185 -model8=model_563 -unknown119=3 - -// 691 -[npc_691] -bas=bas_4 -size=1 -op2=Attack -vislevel=64 -recol1s=7330 -recol1d=24160 -recol2s=15856 -recol2d=256 -name=Tower Archer -model1=model_220 -model2=model_253 -model3=model_314 -model4=model_169 -model5=model_176 -model6=model_258 -model7=model_185 -model8=model_563 -unknown119=3 - -// 692 -[npc_692] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=25098 -recol1d=9410 -recol2s=15856 -recol2d=9410 -retex1s=material_277 -retex1d=material_253 -name=Tribal Weapon Salesman -model1=model_231 -model2=model_181 -model3=model_246 -model4=model_315 -model5=model_33034 -model6=model_10218 -model7=model_279 -model8=model_323 -model9=model_201 -head1=model_39778 -head2=model_39549 -head3=model_39251 -unknown119=3 - -// 693 -[npc_693] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7330 -recol1d=24096 -name=Competition Judge -model1=model_220 -model2=model_185 -model3=model_253 -model4=model_296 -model5=model_151 -model6=model_179 -model7=model_262 -model8=model_563 -head1=model_39799 -head2=model_39227 -head3=model_39441 -unknown119=3 - -// 694 -[npc_694] -bas=bas_4 -vislevel=0 -size=1 -op1=Trade -recol1s=7330 -recol1d=24096 -recol2s=289 -recol2d=10240 -recol3s=6273 -recol3d=16704 -recol4s=2340 -recol4d=10240 -recol5s=14724 -recol5d=10240 -retex1s=material_202 -retex1d=material_250 -name=Ticket Merchant -model1=model_221 -model2=model_185 -model3=model_246 -model4=model_303 -model5=model_167 -model6=model_262 -model7=model_179 -head1=model_39611 -head2=model_39223 -unknown119=3 - -// 695 -[npc_695] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=27346 -recol1d=25098 -recol2s=15856 -recol2d=25098 -recol3s=8456 -recol3d=19980 -recol4s=14724 -recol4d=19980 -recol5s=32735 -recol5d=17971 -recol6s=13638 -recol6d=10468 -name=Bailey -model1=model_11111 -model2=model_247 -model3=model_302 -model4=model_18077 -model5=model_10218 -model6=model_15104 -model7=model_10124 -head1=model_39807 -head2=model_39256 -unknown119=3 - -// 696 -[npc_696] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=23180 -recol2s=14724 -recol2d=23180 -recol3s=8388 -recol3d=10535 -recol4s=6342 -recol4d=10535 -name=Caroline -model1=model_390 -model2=model_11359 -model3=model_18120 -model4=model_9359 -model5=model_10706 -model6=model_440 -model7=model_358 -head1=model_39069 -unknown119=3 - -// 697 -[npc_697] -bas=bas_1107 -op1=Talk-to -vislevel=1 -multivar=varplayer_159 -multinpc=0,npc_4864 -multinpc=1,npc_4864 -multinpc=2,npc_4864 -multinpc=3,npc_4864 -multinpc=4,npc_4864 -multinpc=5,npc_4864 -multinpc=6,npc_4864 -multinpc=7,npc_4864 -multinpc=8,npc_4864 -multinpc=9,npc_4864 -multinpc=10,npc_4864 -unknown119=3 - -// 698 -[npc_698] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=2276 -recol2s=4266 -recol2d=9408 -recol3s=24196 -recol3d=6342 -recol4s=15856 -recol4d=25098 -recol5s=12610 -recol5d=356 -name=Holgart -model1=model_18487 -model2=model_215 -model3=model_18490 -model4=model_250 -model5=model_299 -model6=model_10980 -model7=model_10218 -model8=model_18493 -model9=model_10218 -model10=model_14381 -model11=model_14376 -head1=model_39349 -head2=model_39799 -head3=model_38642 -head4=model_39331 -unknown119=3 - -// 699 -[npc_699] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=2276 -recol2s=4266 -recol2d=9408 -recol3s=24196 -recol3d=6342 -recol4s=15856 -recol4d=25098 -recol5s=12610 -recol5d=356 -name=Holgart -model1=model_18487 -model2=model_215 -model3=model_18490 -model4=model_250 -model5=model_299 -model6=model_10980 -model7=model_10218 -model8=model_18493 -model9=model_176 -model10=model_14381 -model11=model_14376 -head1=model_39349 -head2=model_39799 -head3=model_38642 -head4=model_39331 -unknown119=3 - -// 700 -[npc_700] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=2276 -recol2s=4266 -recol2d=9408 -recol3s=24196 -recol3d=6342 -recol4s=15856 -recol4d=25098 -recol5s=12610 -recol5d=356 -name=Holgart -model1=model_18487 -model2=model_215 -model3=model_18490 -model4=model_250 -model5=model_299 -model6=model_10980 -model7=model_10218 -model8=model_18493 -model9=model_10218 -model10=model_14381 -model11=model_14376 -head1=model_39349 -head2=model_39799 -head3=model_38642 -head4=model_39331 -unknown119=3 - -// 701 -[npc_701] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=5317 -recol1d=15887 -recol2s=14724 -recol2d=25098 -recol3s=15856 -recol3d=25098 -name=Kent -model1=model_214 -model2=model_10304 -model3=model_12085 -model4=model_32593 -model5=model_8918 -model6=model_18493 -model7=model_10218 -model8=model_18132 -model9=model_18129 -head1=model_39726 -head2=model_39245 -unknown119=3 - -// 702 -[npc_702] -bas=bas_1111 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=25258 -recol2s=15856 -recol2d=25258 -recol3s=14724 -recol3d=26350 -recol4s=8526 -recol4d=3207 -recol5s=1475 -recol5d=3207 -recol6s=17867 -recol6d=6342 -retex1s=material_314 -retex1d=material_202 -retex2s=material_257 -retex2d=material_273 -retex3s=material_202 -retex3d=material_203 -name=Fisherman -model1=model_18190 -model2=model_230 -model3=model_11190 -model4=model_40211 -model5=model_40153 -model6=model_177 -model7=model_562 -model8=model_10218 -model9=model_14380 -model10=model_14848 -head1=model_39712 -head2=model_39428 -head3=model_39192 -unknown119=3 - -// 703 -[npc_703] -bas=bas_1111 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=25258 -recol2s=14724 -recol2d=16840 -recol3s=9479 -recol3d=8258 -recol4s=2340 -recol4d=8386 -recol5s=24196 -recol5d=5317 -recol6s=10637 -recol6d=16840 -name=Fisherman -model1=model_10741 -model2=model_215 -model3=model_10304 -model4=model_11761 -model5=model_162 -model6=model_177 -model7=model_562 -model8=model_176 -model9=model_4226 -model10=model_14376 -head1=model_39886 -head2=model_39442 -unknown119=3 - -// 704 -[npc_704] -bas=bas_1111 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=1220 -recol2s=26350 -recol2d=1220 -recol3s=8526 -recol3d=7201 -recol4s=1475 -recol4d=7201 -recol5s=25098 -recol5d=25258 -recol6s=15856 -recol6d=25258 -name=Fisherman -model1=model_10741 -model2=model_18489 -model3=model_248 -model4=model_18133 -model5=model_10980 -model6=model_177 -model7=model_562 -model8=model_176 -model9=model_14380 -model10=model_14375 -head1=model_39780 -head2=model_39186 -head3=model_39442 -unknown119=3 - -// 705 -[npc_705] -bas=bas_204 -op1=Talk-to -op4=Work-for -vislevel=0 -alwaysontop=yes -recol1s=2114 -recol1d=6273 -recolhsl2s=36137 -recolhsl2d=41270 -recolhsl3s=36257 -recolhsl3d=36262 -recolhsl4s=35998 -recolhsl4d=41242 -recolhsl5s=34993 -recolhsl5d=41248 -recolhsl6s=37987 -recolhsl6d=38015 -retex1s=material_255 -retex1d=material_359 -name=Melee Tutor -model1=model_40334 -model2=model_40350 -model3=model_40365 -model4=model_40371 -model5=model_40346 -model6=model_28810 -model7=model_40322 -model8=model_40323 -model9=model_40368 -head1=model_39931 -unknown119=3 - -// 706 -[npc_706] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=6342 -recol2s=6273 -recol2d=13675 -recol3s=12320 -recol3d=7469 -recol4s=13344 -recol4d=8526 -recol5s=14368 -recol5d=9583 -recol6s=25236 -recol6d=7469 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_250 -name=Wizard Mizgog -model1=model_217 -model2=model_14564 -model3=model_251 -model4=model_292 -model5=model_14562 -model6=model_177 -model7=model_14565 -model8=model_181 -head1=model_39859 -head2=model_38096 -head3=model_39322 -unknown119=3 - -// 707 -[npc_707] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=5285 -recol2s=239 -recol2d=0 -recol3s=25236 -recol3d=12353 -recol4s=6273 -recol4d=8388 -recol5s=21989 -recol5d=12353 -recol6s=16738 -recol6d=10240 -name=Wizard Grayzag -model1=model_202 -model2=model_214 -model3=model_250 -model4=model_10985 -model5=model_14562 -model6=model_177 -model7=model_14565 -model8=model_181 -head1=model_39582 -head2=model_39400 -head3=model_38642 -unknown119=3 - -// 708 -[npc_708] -bas=bas_130 -size=1 -op2=Attack -vislevel=2 -retex1s=material_171 -retex1d=material_140 -name=Imp -model1=model_19982 -head1=model_39824 -unknown119=3 - -// 709 -[npc_709] -bas=bas_130 -size=1 -op2=Attack -vislevel=3 -recol1s=13411 -recol1d=9282 -recol2s=11363 -recol2d=11396 -recol3s=12354 -recol3d=10339 -recol4s=10273 -recol4d=7168 -recol5s=13377 -recol5d=9282 -recol6s=12652 -recol6d=13711 -name=Imp -model1=model_19982 -unknown119=3 - -// 710 -[npc_710] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=21235 -recol2s=2340 -recol2d=18163 -recol3s=7328 -recol3d=28665 -recol4s=15392 -recol4d=29689 -recol5s=9408 -recol5d=9705 -recol6s=32736 -recol6d=2209 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_253 -name=Alrena -model1=model_390 -model2=model_361 -model3=model_469 -model4=model_348 -model5=model_353 -model6=model_421 -model7=model_481 -model8=model_447 -head1=model_39066 -unknown119=3 - -// 711 -[npc_711] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=25197 -recol2s=14724 -recol2d=28367 -recol3s=15856 -recol3d=25098 -name=Bravek -model1=model_206 -model2=model_299 -model3=model_32592 -model4=model_274 -model5=model_185 -model6=model_323 -model7=model_252 -model8=model_10218 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 712 -[npc_712] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=16608 -recol2s=14724 -recol2d=22973 -recol3s=14724 -recol3d=22973 -recol4s=2340 -recol4d=22973 -recol5s=15856 -recol5d=25098 -recol6s=7298 -recol6d=10284 -name=Carla -model1=model_390 -model2=model_471 -model3=model_332 -model4=model_10706 -model5=model_428 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 713 -[npc_713] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=15856 -recol2s=8354 -recol2d=15856 -recol3s=14724 -recol3d=11561 -recol4s=2340 -recol4d=5285 -name=Clerk -model1=model_230 -model2=model_247 -model3=model_245 -model4=model_292 -model5=model_327 -model6=model_151 -model7=model_176 -model8=model_254 -model9=model_181 -head1=model_39799 -head2=model_39256 -head3=model_39316 -unknown119=3 - -// 714 -[npc_714] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=12547 -recol2s=2340 -recol2d=13731 -recol3s=15856 -recol3d=12547 -recol4s=14724 -recol4d=27345 -name=Edmond -model1=model_230 -model2=model_185 -model3=model_250 -model4=model_299 -model5=model_32592 -model6=model_10218 -model7=model_263 -model8=model_276 -model9=model_329 -model10=model_495 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 715 -[npc_715] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_1784 -multinpc=0,npc_3215 -unknown119=3 - -// 716 -[npc_716] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=2114 -recol3s=32736 -recol3d=1058 -recol4s=13600 -recol4d=1057 -recol5s=13600 -recol5d=2114 -name=Head mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_290 -model6=model_323 -head1=model_40025 -unknown119=3 - -// 717 -[npc_717] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16846 -recol3d=1058 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=2114 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_323 -model6=model_499 -head1=model_40025 -unknown119=3 - -// 718 -[npc_718] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16846 -recol3d=1058 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=2114 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_323 -model6=model_499 -head1=model_40025 -unknown119=3 - -// 719 -[npc_719] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16846 -recol3d=1058 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=2114 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_323 -model6=model_499 -head1=model_40025 -unknown119=3 - -// 720 -[npc_720] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -name=Recruiter -model1=model_230 -model2=model_181 -model3=model_253 -model4=model_306 -model5=model_164 -model6=model_176 -model7=model_268 -model8=model_201 -model9=model_553 -head1=model_39799 -head2=model_39227 -unknown119=3 - -// 721 -[npc_721] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=6208 -retex1s=material_257 -retex1d=material_314 -name=Ted Rehnison -model1=model_230 -model2=model_185 -model3=model_250 -model4=model_310 -model5=model_151 -model6=model_10218 -model7=model_275 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 722 -[npc_722] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=6208 -recol3s=14724 -recol3d=16808 -name=Martha Rehnison -model1=model_378 -model2=model_361 -model3=model_474 -model4=model_40401 -model5=model_10706 -model6=model_438 -head1=model_39090 -unknown119=3 - -// 723 -[npc_723] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7300 -recol1d=4228 -recol2s=9414 -recol2d=5285 -recol3s=2243 -recol3d=5315 -recol4s=4357 -recol4d=7429 -recol5s=11590 -recol5d=11561 -name=Billy Rehnison -model1=model_28604 -model2=model_28645 -model3=model_28661 -model4=model_28611 -model5=model_28613 -model6=model_28675 -head1=model_28688 -unknown119=3 - -// 724 -[npc_724] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -recol1s=4357 -recol1d=10534 -recol2s=2243 -recol2d=8420 -recol3s=9315 -recol3d=6373 -recol4s=13541 -recol4d=9544 -recol5s=17703 -recol5d=10601 -recol6s=25200 -recol6d=19948 -name=Milli Rehnison -model1=model_28605 -model2=model_28637 -model3=model_28663 -model4=model_28611 -model5=model_28623 -model6=model_28668 -head1=model_28682 -unknown119=3 - -// 725 -[npc_725] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=16808 -recol2s=2340 -recol2d=13731 -recol3s=6273 -recol3d=16909 -recol4s=15856 -recol4d=25098 -retex1s=material_228 -retex1d=material_426 -name=Jethick -model1=model_235 -model2=model_252 -model3=model_299 -model4=model_33034 -model5=model_10218 -model6=model_263 -model7=model_185 -head1=model_38641 -head2=model_38097 -unknown119=3 - -// 726 -[npc_726] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=6208 -recol3s=25098 -recol3d=24276 -recol4s=6273 -recol4d=7364 -recol5s=14724 -recol5d=14761 -recol6s=21893 -recol6d=23219 -name=Man -model1=model_235 -model2=model_250 -model3=model_310 -model4=model_40154 -model5=model_177 -model6=model_275 -model7=model_185 -head1=model_39922 -head2=model_38642 -unknown119=3 - -// 727 -[npc_727] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=6208 -recol3s=14724 -recol3d=22055 -retex1s=material_202 -retex1d=material_314 -retex2s=material_257 -retex2d=material_313 -name=Man -model1=model_235 -model2=model_185 -model3=model_250 -model4=model_310 -model5=model_151 -model6=model_179 -model7=model_275 -head1=model_38641 -head2=model_38642 -unknown119=3 - -// 728 -[npc_728] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=8320 -recol3s=14724 -recol3d=16808 -recol4s=25098 -recol4d=24276 -recol5s=6273 -recol5d=7364 -recol6s=21893 -recol6d=23219 -retex1s=material_202 -retex1d=material_314 -retex2s=material_250 -retex2d=material_314 -name=Man -model1=model_214 -model2=model_250 -model3=model_299 -model4=model_32592 -model5=model_179 -model6=model_271 -model7=model_185 -head1=model_39327 -head2=model_38642 -unknown119=3 - -// 729 -[npc_729] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=24276 -recol2s=6273 -recol2d=7364 -recol3s=2340 -recol3d=6208 -recol4s=14695 -recol4d=11623 -recol5s=21893 -recol5d=23219 -name=Man -model1=model_214 -model2=model_250 -model3=model_8845 -model4=model_11431 -model5=model_10218 -model6=model_275 -model7=model_185 -head1=model_39922 -head2=model_38642 -unknown119=3 - -// 730 -[npc_730] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15856 -recol1d=12547 -recol2s=2340 -recol2d=6208 -recol3s=14724 -recol3d=16808 -recol4s=25098 -recol4d=12547 -name=Man -model1=model_214 -model2=model_185 -model3=model_250 -model4=model_310 -model5=model_33034 -model6=model_179 -model7=model_275 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 731 -[npc_731] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=25364 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=16909 -recol5s=12610 -recol5d=20114 -retex1s=material_359 -retex1d=material_257 -retex2s=material_228 -retex2d=material_426 -retex3s=material_253 -retex3d=material_272 -name=Bartender -model1=model_235 -model2=model_248 -model3=model_25865 -model4=model_11812 -model5=model_10980 -model6=model_10218 -model7=model_254 -model8=model_181 -head1=model_38641 -head2=model_39275 -unknown119=3 - -// 732 -[npc_732] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14594 -recol2s=14724 -recol2d=8354 -recol3s=15856 -recol3d=25098 -name=Bartender -model1=model_235 -model2=model_245 -model3=model_247 -model4=model_299 -model5=model_151 -model6=model_10218 -model7=model_25863 -model8=model_181 -model9=model_25869 -head1=model_38641 -head2=model_39256 -head3=model_39316 -unknown119=3 - -// 733 -[npc_733] -bas=bas_4 -vislevel=0 -size=1 -resizeh=130 -resizev=124 -op1=Talk-to -recol1s=6273 -recol1d=8288 -recol2s=14724 -recol2d=11661 -recol3s=12610 -recol3d=11661 -recol4s=2340 -recol4d=3202 -recol5s=8322 -recol5d=6338 -recol6s=8384 -recol6d=9547 -retex1s=material_273 -retex1d=material_202 -retex2s=material_253 -retex2d=material_272 -name=Bartender -model1=model_235 -model2=model_250 -model3=model_292 -model4=model_25869 -model5=model_10980 -model6=model_10218 -model7=model_12138 -model8=model_181 -model9=model_15106 -model10=model_327 -head1=model_38641 -head2=model_38642 -unknown119=3 - -// 734 -[npc_734] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=32735 -recol1d=22129 -recol2s=15856 -recol2d=25098 -recol3s=23357 -recol3d=9615 -recol4s=3168 -recol4d=16742 -recol5s=14724 -recol5d=17798 -recol6s=13728 -recol6d=10466 -retex1s=material_252 -retex1d=material_272 -retex2s=material_253 -retex2d=material_268 -name=Bartender -model1=model_217 -model2=model_305 -model3=model_151 -model4=model_10218 -model5=model_259 -model6=model_246 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 735 -[npc_735] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=9376 -recol2s=2340 -recol2d=9376 -recol3s=15856 -recol3d=25098 -name=Bartender -model1=model_203 -model2=model_253 -model3=model_236 -model4=model_291 -model5=model_263 -model6=model_10218 -model7=model_32592 -model8=model_185 -head1=model_39685 -head2=model_39286 -head3=model_39307 -unknown119=3 - -// 736 -[npc_736] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=3171 -recol3s=14724 -recol3d=32403 -recol4s=6273 -recol4d=26400 -retex1s=material_228 -retex1d=material_426 -name=Emily -model1=model_378 -model2=model_467 -model3=model_11787 -model4=model_332 -model5=model_10706 -model6=model_419 -model7=model_358 -head1=model_39090 -unknown119=3 - -// 737 -[npc_737] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_252 -retex1d=material_272 -name=Bartender -model1=model_214 -model2=model_248 -model3=model_305 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_181 -head1=model_39726 -head2=model_39275 -unknown119=3 - -// 738 -[npc_738] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_252 -retex1d=material_272 -name=Bartender -model1=model_217 -model2=model_250 -model3=model_302 -model4=model_159 -model5=model_176 -model6=model_254 -model7=model_181 -head1=model_39859 -head2=model_38642 -unknown119=3 - -// 739 -[npc_739] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=32735 -recol1d=20771 -recol2s=14724 -recol2d=12322 -recol3s=2340 -recol3d=16744 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=24932 -retex1s=material_252 -retex1d=material_272 -retex2s=material_253 -retex2d=material_268 -name=Bartender -model1=model_215 -model2=model_249 -model3=model_302 -model4=model_32592 -model5=model_10218 -model6=model_254 -model7=model_185 -head1=model_39836 -head2=model_39254 -unknown119=3 - -// 740 -[npc_740] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -resizeh=127 -resizev=131 -recol1s=6273 -recol1d=26357 -recol2s=15856 -recol2d=14596 -recol3s=14695 -recol3d=18855 -recol4s=24106 -recol4d=18855 -recol5s=25098 -recol5d=14596 -retex1s=material_228 -retex1d=material_426 -name=Trufitus -model1=model_210 -model2=model_250 -model3=model_285 -model4=model_8845 -model5=model_33034 -model6=model_10218 -model7=model_553 -model8=model_8925 -model9=model_8919 -head1=model_39928 -head2=model_39241 -unknown119=3 - -// 741 -[npc_741] -bas=bas_117 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -retex1s=material_263 -retex1d=material_527 -name=Duke Horacio -model1=model_40357 -head1=model_39624 -unknown119=3 - -// 742 -[npc_742] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -alwaysontop=yes -vislevel=83 -name=Elvarg -model1=model_17404 -model2=model_17406 -model3=model_17405 -unknown119=3 - -// 743 -[npc_743] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=4234 -recol2s=14724 -recol2d=4334 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=32767 -retex1s=material_256 -retex1d=material_262 -retex2s=material_359 -retex2d=material_527 -retex3s=material_228 -retex3d=material_426 -name=Ned -model1=model_215 -model2=model_253 -model3=model_299 -model4=model_151 -model5=model_10218 -model6=model_263 -model7=model_185 -model8=model_194 -model9=model_9621 -head1=model_39836 -head2=model_39227 -head3=model_39481 -unknown119=3 - -// 744 -[npc_744] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=6354 -recol2s=14724 -recol2d=32767 -recol3s=15856 -recol3d=25098 -retex1s=material_256 -retex1d=material_262 -retex2s=material_359 -retex2d=material_257 -name=Klarense -model1=model_194 -model2=model_215 -model3=model_253 -model4=model_26420 -model5=model_151 -model6=model_177 -model7=model_10218 -model8=model_254 -model9=model_181 -head1=model_39836 -head2=model_39227 -head3=model_39481 -unknown119=3 - -// 745 -[npc_745] -bas=bas_86 -op1=Talk-to -op2=Attack -ambient=15 -alwaysontop=yes -vislevel=2 -name=Wormbrain -model1=model_24455 -model2=model_24485 -model3=model_24431 -model4=model_24476 -model5=model_24441 -model6=model_24449 -head1=model_24209 -unknown119=3 - -// 746 -[npc_746] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=15856 -recol1d=25098 -recol2s=22270 -recol2d=25098 -recol3s=25098 -recol3d=25406 -recol4s=480 -recol4d=15392 -name=Oracle -model1=model_26441 -model2=model_26426 -model3=model_26435 -model4=model_26433 -model5=model_358 -head1=model_38979 -unknown119=3 - -// 747 -[npc_747] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=16846 -recol1d=6542 -recol2s=11561 -recol2d=6476 -recol3s=6273 -recol3d=7296 -recol4s=2340 -recol4d=8359 -name=Oziach -model1=model_235 -model2=model_247 -model3=model_312 -model4=model_26422 -model5=model_164 -model6=model_177 -model7=model_176 -model8=model_254 -model9=model_181 -head1=model_38641 -head2=model_39256 -unknown119=3 - -// 748 -[npc_748] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -multivar=varplayer_176 -multinpc=0,npc_6085 -multinpc=1,npc_6085 -multinpc=2,npc_6085 -multinpc=3,npc_6085 -multinpc=4,npc_6085 -multinpc=5,npc_6085 -multinpc=6,npc_6085 -multinpc=7,npc_6085 -unknown119=3 - -// 749 -[npc_749] -bas=bas_1250 -op2=Attack -vislevel=166 -recol1s=6210 -recol1d=9410 -recol2s=5153 -recol2d=8353 -recol3s=3172 -recol3d=4260 -recol4s=2115 -recol4d=3203 -recol5s=6343 -recol5d=5317 -recol6s=5286 -recol6d=6374 -name=Angry barbarian spirit -model1=model_26675 -model2=model_26676 -unknown119=3 - -// 750 -[npc_750] -bas=bas_1250 -op2=Attack -vislevel=166 -recol1s=12514 -recol1d=11625 -recol2s=11457 -recol2d=9511 -recol3s=10400 -recol3d=7397 -recol4s=10601 -recol4d=14831 -recol5s=7430 -recol5d=11660 -recol6s=8487 -recol6d=10603 -name=Enraged barbarian spirit -model1=model_26675 -model2=model_26677 -unknown119=3 - -// 751 -[npc_751] -bas=bas_1250 -op2=Attack -vislevel=166 -recol1s=6210 -recol1d=2115 -recol2s=5153 -recol2d=3172 -recol3s=3172 -recol3d=3072 -recol4s=2115 -recol4d=6210 -recol5s=6343 -recol5d=4096 -recol6s=5286 -recol6d=5153 -name=Berserk barbarian spirit -model1=model_26675 -model2=model_26676 -unknown119=3 - -// 752 -[npc_752] -bas=bas_1250 -op2=Attack -vislevel=166 -recol1s=6210 -recol1d=9410 -recol2s=5153 -recol2d=8353 -recol3s=3172 -recol3d=4260 -recol4s=2115 -recol4d=3203 -recol5s=6343 -recol5d=5317 -recol6s=5286 -recol6d=6374 -name=Ferocious barbarian spirit -model1=model_26675 -model2=model_26676 -unknown119=3 - -// 753 -[npc_753] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=43 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=6273 -recol3d=4226 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Melzar the Mad -model1=model_208 -model2=model_181 -model3=model_251 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -head1=model_38588 -head2=model_38096 -unknown119=3 - -// 754 -[npc_754] -vislevel=0 -name=Peaceful barbarian spirit -model1=model_26616 -model2=model_26634 -model3=model_26644 -model4=model_26619 -model5=model_26618 -model6=model_26633 -model7=model_26630 -unknown119=3 - -// 755 -[npc_755] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=20046 -recol2s=14724 -recol2d=24242 -recol3s=25098 -recol3d=32431 -recol4s=7329 -recol4d=9526 -recol5s=8384 -recol5d=18923 -name=Morgan -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_317 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 756 -[npc_756] -bas=bas_290 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=28471 -recol2s=14724 -recol2d=32503 -recol3s=15856 -recol3d=25098 -recol4s=2340 -recol4d=4195 -recol5s=7364 -recol5d=25098 -retex1s=material_228 -retex1d=material_426 -name=Dr Harlow -model1=model_217 -model2=model_245 -model3=model_11190 -model4=model_302 -model5=model_3190 -model6=model_32592 -model7=model_10218 -model8=model_11194 -model9=model_254 -model10=model_181 -head1=model_39859 -head2=model_39316 -head3=model_39212 -unknown119=3 - -// 757 -[npc_757] -bas=bas_4 -size=1 -resizev=140 -resizev=140 -op2=Attack -alwaysontop=yes -vislevel=34 -recol1s=25098 -recol1d=32499 -recol2s=14724 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=8384 -recol4d=12353 -recol5s=7329 -recol5d=9216 -recol6s=7328 -recol6d=6144 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_264 -retex3d=material_253 -retex4s=material_268 -retex4d=material_253 -name=Count Draynor -model1=model_227 -model2=model_238 -model3=model_246 -model4=model_292 -model5=model_320 -model6=model_162 -model7=model_176 -model8=model_256 -model9=model_181 -model10=model_317 -unknown119=3 - -// 758 -[npc_758] -bas=bas_29 -vislevel=0 -op1=Talk-to -op4=Work-for -retex1s=material_250 -retex1d=material_111 -retex2s=material_273 -retex2d=material_139 -retex3s=material_255 -retex3d=material_254 -retex4s=material_314 -retex4d=material_258 -retex5s=material_313 -retex5d=material_254 -name=Fred the Farmer -model1=model_40336 -model2=model_40356 -model3=model_28800 -model4=model_40369 -model5=model_28767 -model6=model_28810 -model7=model_40325 -head1=model_39932 -unknown119=3 - -// 759 -[npc_759] -bas=bas_41 -vislevel=1 -multivar=varplayer_180 -multinpc=2,npc_7742 -multinpc=3,npc_7742 -multinpc=4,npc_7742 -unknown119=3 - -// 760 -[npc_760] -bas=bas_302 -vislevel=0 -size=1 -contrast=15 -ambient=15 -name=Kittens -model1=model_34112 -unknown119=3 - -// 761 -[npc_761] -bas=bas_127 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op1=Pick-up -op2=Hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Kitten -model1=model_34021 -head1=model_34042 -unknown119=2 - -// 762 -[npc_762] -bas=bas_127 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op1=Pick-up -op2=Hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Kitten -model1=model_34032 -head1=model_34039 -unknown119=2 - -// 763 -[npc_763] -bas=bas_127 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op1=Pick-up -op2=Hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Kitten -model1=model_34009 -head1=model_34042 -unknown119=2 - -// 764 -[npc_764] -bas=bas_127 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op1=Pick-up -op2=Hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Kitten -model1=model_34032 -head1=model_34039 -unknown119=2 - -// 765 -[npc_765] -bas=bas_127 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op1=Pick-up -op2=Hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7332 -recol1d=8355 -recol2s=6275 -recol2d=7298 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Kitten -model1=model_34021 -head1=model_34042 -unknown119=2 - -// 766 -[npc_766] -bas=bas_127 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op1=Pick-up -op2=Hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Kitten -model1=model_34009 -head1=model_34057 -unknown119=2 - -// 767 -[npc_767] -vislevel=0 -ambient=20 -op1=Search -minimap=no -recol1s=14695 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -name=Crate -model1=model_7685 -unknown119=3 - -// 768 -[npc_768] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Cat -model1=model_34020 -head1=model_34053 -unknown119=2 - -// 769 -[npc_769] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Cat -model1=model_34012 -head1=model_34047 -unknown119=2 - -// 770 -[npc_770] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Cat -model1=model_34019 -head1=model_34046 -unknown119=2 - -// 771 -[npc_771] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Cat -model1=model_34012 -head1=model_34047 -unknown119=2 - -// 772 -[npc_772] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7332 -recol1d=8355 -recol2s=6275 -recol2d=7298 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Cat -model1=model_34020 -head1=model_34053 -unknown119=2 - -// 773 -[npc_773] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Cat -model1=model_34019 -head1=model_34046 -unknown119=2 - -// 774 -[npc_774] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Overgrown cat -model1=model_34008 -head1=model_34056 -unknown119=2 - -// 775 -[npc_775] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Overgrown cat -model1=model_34026 -head1=model_34055 -unknown119=2 - -// 776 -[npc_776] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Overgrown cat -model1=model_34033 -head1=model_34052 -unknown119=2 - -// 777 -[npc_777] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Overgrown cat -model1=model_34026 -head1=model_34055 -unknown119=2 - -// 778 -[npc_778] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7332 -recol1d=8355 -recol2s=6275 -recol2d=7298 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Overgrown cat -model1=model_34008 -head1=model_34056 -unknown119=2 - -// 779 -[npc_779] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Overgrown cat -model1=model_34033 -head1=model_34052 -unknown119=2 - -// 780 -[npc_780] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=12649 -recol2s=20041 -recol2d=20975 -recol3s=6342 -recol3d=26293 -recol4s=20085 -recol4d=18988 -recol5s=16914 -recol5d=22191 -recol6s=6273 -recol6d=24898 -retex1s=material_359 -retex1d=material_257 -name=Gertrude -model1=model_25705 -model2=model_391 -model3=model_417 -model4=model_11360 -model5=model_11775 -model6=model_10706 -model7=model_11357 -model8=model_358 -head1=model_39068 -head2=model_38891 -head3=model_38836 -unknown119=3 - -// 781 -[npc_781] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=9414 -recol1d=6342 -recol2s=7300 -recol2d=4228 -recol3s=11590 -recol3d=11561 -recol4s=4357 -recol4d=4360 -retex1s=material_121 -retex1d=material_139 -retex2s=material_269 -retex2d=material_139 -name=Shilop -model1=model_28603 -model2=model_28629 -model3=model_28657 -model4=model_28611 -model5=model_28612 -model6=model_28669 -head1=model_28691 -unknown119=3 - -// 782 -[npc_782] -bas=bas_948 -vislevel=0 -op1=Talk-to -turnspeed=0 -recol1s=2243 -recol1d=2248 -recol2s=4357 -recol2d=4362 -recol3s=11590 -recol3d=12618 -name=Philop -model1=model_28604 -model2=model_28633 -model3=model_28661 -model4=model_28611 -model5=model_28612 -model6=model_28669 -model7=model_28591 -head1=model_28688 -unknown119=3 - -// 783 -[npc_783] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=7300 -recol1d=4228 -recol2s=9414 -recol2d=6342 -recol3s=2243 -recol3d=7299 -recol4s=4357 -recol4d=8356 -recol5s=11590 -recol5d=11561 -retex1s=material_269 -retex1d=material_139 -name=Wilough -model1=model_28609 -model2=model_28638 -model3=model_28661 -model4=model_28611 -model5=model_28613 -model6=model_28675 -head1=model_28684 -unknown119=3 - -// 784 -[npc_784] -bas=bas_949 -vislevel=0 -op1=Talk-to -turnspeed=0 -op1=Talk-to -recol1s=4357 -recol1d=9445 -recol2s=2243 -recol2d=7365 -recol3s=7300 -recol3d=4230 -recol4s=9414 -recol4d=6345 -recol5s=7363 -recol5d=10566 -name=Kanel -model1=model_28609 -model2=model_28647 -model3=model_28661 -model4=model_28611 -model5=model_28612 -model6=model_28669 -model7=model_28591 -head1=model_28684 -unknown119=3 - -// 785 -[npc_785] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=14795 -recol2s=2340 -recol2d=12320 -recol3s=6273 -recol3d=21984 -retex1s=material_228 -retex1d=material_426 -name=Civilian -model1=model_217 -model2=model_299 -model3=model_167 -model4=model_179 -model5=model_263 -model6=model_185 -model7=model_329 -model8=model_246 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 786 -[npc_786] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=21989 -recol2s=2340 -recol2d=10656 -recol3s=25098 -recol3d=21989 -retex1s=material_257 -retex1d=material_527 -name=Civilian -model1=model_214 -model2=model_299 -model3=model_33034 -model4=model_176 -model5=model_263 -model6=model_185 -model7=model_246 -head1=model_39726 -head2=model_39223 -unknown119=3 - -// 787 -[npc_787] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=7616 -recol2s=2340 -recol2d=9345 -recol3s=6273 -recol3d=21984 -name=Civilian -model1=model_230 -model2=model_293 -model3=model_162 -model4=model_179 -model5=model_271 -model6=model_185 -model7=model_246 -head1=model_39630 -unknown119=3 - -// 788 -[npc_788] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=3171 -recol2s=2340 -recol2d=3171 -recol3s=16846 -recol3d=3171 -name=Garv -model1=model_219 -model2=model_294 -model3=model_151 -model4=model_254 -model5=model_185 -model6=model_179 -model7=model_246 -model8=model_550 -head1=model_38589 -head2=model_39223 -unknown119=3 - -// 789 -[npc_789] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=15648 -recol2s=2340 -recol2d=3171 -recol3s=6273 -recol3d=16640 -recol4s=7328 -recol4d=32529 -recol5s=15856 -recol5d=25098 -recol6s=25098 -recol6d=21989 -retex1s=material_228 -retex1d=material_426 -name=Grubor -model1=model_215 -model2=model_250 -model3=model_299 -model4=model_151 -model5=model_329 -model6=model_263 -model7=model_185 -model8=model_10218 -head1=model_39836 -head2=model_38642 -unknown119=3 - -// 790 -[npc_790] -bas=bas_4 -vislevel=111 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Letham -model1=model_27747 -model2=model_250 -model3=model_20423 -model4=model_290 -model5=model_5197 -model6=model_27734 -model7=model_27750 -model8=model_27742 -model9=model_13307 -model10=model_4929 -unknown119=1 - -// 791 -[npc_791] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=14596 -recol2s=14724 -recol2d=1113 -recol3s=2340 -recol3d=16704 -recol4s=6273 -recol4d=22131 -recol5s=25384 -recol5d=3171 -retex1s=material_228 -retex1d=material_426 -name=Seth -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_322 -model5=model_254 -model6=model_185 -model7=model_151 -model8=model_176 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 792 -[npc_792] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=22 -recol1s=23357 -recol1d=16846 -recol2s=3168 -recol2d=8384 -recol3s=22027 -recol3d=25098 -name=Grip -model1=model_218 -model2=model_294 -model3=model_246 -model4=model_40165 -model5=model_259 -model6=model_550 -head1=model_40022 -unknown119=3 - -// 793 -[npc_793] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=32735 -recol1d=25098 -recol2s=8384 -recol2d=32569 -recol3s=14724 -recol3d=32569 -recol4s=2340 -recol4d=15773 -retex1s=material_257 -retex1d=material_359 -retex2s=material_202 -retex2d=material_256 -retex3s=material_253 -retex3d=material_258 -retex4s=material_255 -retex4d=material_59 -retex5s=material_253 -retex5d=material_359 -name=Alfonse the waiter -model1=model_235 -model2=model_292 -model3=model_247 -model4=model_170 -model5=model_267 -model6=model_185 -model7=model_176 -model8=model_320 -head1=model_38641 -head2=model_39256 -unknown119=3 - -// 794 -[npc_794] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=29464 -recol1d=32701 -recol2s=14724 -recol2d=17903 -recol3s=2340 -recol3d=30464 -retex1s=material_252 -retex1d=material_253 -name=Charlie the cook -model1=model_235 -model2=model_199 -model3=model_302 -model4=model_263 -model5=model_176 -model6=model_185 -model7=model_151 -model8=model_249 -head1=model_39580 -head2=model_39254 -head3=model_39347 -unknown119=3 - -// 795 -[npc_795] -bas=bas_4 -op2=Attack -vislevel=111 -recol1s=11561 -recol1d=16925 -recol2s=16846 -recol2d=16061 -recol3s=25098 -recol3d=22270 -recol4s=31712 -recol4d=16925 -recol5s=2340 -recol5d=16925 -recol6s=6273 -recol6d=20124 -name=Ice Queen -model1=model_379 -model2=model_368 -model3=model_468 -model4=model_440 -model5=model_10706 -model6=model_339 -head1=model_38948 -head2=model_38859 -unknown119=3 - -// 796 -[npc_796] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=32558 -recol2s=10468 -recol2d=16846 -recol3s=2340 -recol3d=15392 -retex1s=material_228 -retex1d=material_426 -name=Achietties -model1=model_393 -model2=model_376 -model3=model_468 -model4=model_430 -model5=model_356 -model6=model_360 -model7=model_339 -model8=model_417 -model9=model_541 -model10=model_518 -head1=model_39016 -head2=model_38891 -head3=model_38799 -modeloffset8=-3,-11,6 -modeloffset9=3,-11,6 -unknown119=3 - -// 797 -[npc_797] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=8420 -recol1d=3562 -recol2s=7328 -recol2d=3562 -recol3s=14724 -recol3d=15850 -recol4s=2340 -recol4d=3402 -recol5s=25098 -recol5d=21989 -recol6s=6273 -recol6d=17760 -name=Helemos -model1=model_217 -model2=model_162 -model3=model_291 -model4=model_274 -model5=model_176 -model6=model_185 -model7=model_251 -head1=model_39859 -head2=model_38096 -unknown119=3 - -// 798 -[npc_798] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=32529 -recol2s=15856 -recol2d=32529 -recol3s=7298 -recol3d=32529 -recol4s=25098 -recol4d=32529 -recol5s=6273 -recol5d=16846 -recol6s=2340 -recol6d=11561 -retex1s=material_228 -retex1d=material_426 -name=Velrak the explorer -model1=model_214 -model2=model_250 -model3=model_40188 -model4=model_275 -model5=model_10218 -model6=model_33033 -model7=model_32593 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 799 -[npc_799] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=19 -recol1s=14724 -recol1d=3171 -recol2s=2340 -recol2d=3171 -recol3s=16846 -recol3d=3171 -name=Pirate Guard -model1=model_219 -model2=model_294 -model3=model_151 -model4=model_254 -model5=model_185 -model6=model_179 -model7=model_246 -model8=model_518 -head1=model_38589 -head2=model_39223 -unknown119=3 - -// 800 -[npc_800] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Bait -op3=hidden -name=Fishing spot -model1=model_36843 -unknown119=6 - -// 801 -[npc_801] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=15856 -retex1s=material_228 -retex1d=material_426 -name=Abbot Langley -model1=model_223 -model2=model_181 -model3=model_248 -model4=model_16256 -model5=model_16253 -model6=model_10218 -model7=model_16252 -head1=model_39938 -head2=model_39275 -unknown119=3 - -// 802 -[npc_802] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=24160 -retex1s=material_228 -retex1d=material_426 -name=Brother Jered -model1=model_223 -model2=model_181 -model3=model_246 -model4=model_16254 -model5=model_16253 -model6=model_10218 -model7=model_16252 -model8=model_18944 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 803 -[npc_803] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=5 -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -retex1s=material_257 -retex1d=material_273 -retex2s=material_252 -retex2d=material_273 -retex3s=material_202 -retex3d=material_250 -name=Monk -model1=model_230 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39630 -unknown119=3 - -// 804 -[npc_804] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=17800 -recol3s=6273 -recol3d=4226 -recol4s=15856 -recol4d=15652 -recol5s=25098 -recol5d=17668 -recol6s=32735 -recol6d=13539 -name=Tanner -model1=model_217 -model2=model_246 -model3=model_305 -model4=model_163 -model5=model_176 -model6=model_274 -model7=model_181 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 805 -[npc_805] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=10468 -recol2s=14724 -recol2d=7500 -recol3s=32735 -recol3d=13539 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=29496 -recol6s=4192 -recol6d=10468 -retex1s=material_252 -retex1d=material_254 -retex2s=material_228 -retex2d=material_426 -name=Master Crafter -model1=model_6848 -model2=model_245 -model3=model_247 -model4=model_305 -model5=model_151 -model6=model_10218 -model7=model_274 -model8=model_181 -model9=model_18926 -head1=model_39744 -head2=model_39256 -head3=model_39316 -unknown119=3 - -// 806 -[npc_806] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=2114 -recol2s=8416 -recol2d=2114 -recol3s=2340 -recol3d=2114 -recol4s=11456 -recol4d=11561 -recol5s=32735 -recol5d=0 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -name=Donovan the Family Handyman -model1=model_214 -model2=model_252 -model3=model_299 -model4=model_151 -model5=model_179 -model6=model_267 -model7=model_185 -model8=model_491 -model9=model_330 -head1=model_39726 -head2=model_38097 -unknown119=3 - -// 807 -[npc_807] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=2114 -recol2s=2340 -recol2d=2114 -recol3s=6144 -recol3d=2114 -recol4s=13600 -recol4d=2114 -name=Pierre -model1=model_230 -model2=model_246 -model3=model_295 -model4=model_150 -model5=model_275 -model6=model_185 -model7=model_236 -model8=model_322 -head1=model_39630 -head2=model_39307 -unknown119=3 - -// 808 -[npc_808] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=32767 -recol2s=14724 -recol2d=2114 -recol3s=15648 -recol3d=32736 -recol4s=15846 -recol4d=32767 -recol5s=2340 -recol5d=2114 -recol6s=15856 -recol6d=2114 -retex1s=material_250 -retex1d=material_202 -retex2s=material_273 -retex2d=material_257 -retex3s=material_228 -retex3d=material_426 -name=Hobbes -model1=model_215 -model2=model_247 -model3=model_292 -model4=model_163 -model5=model_176 -model6=model_267 -model7=model_185 -model8=model_327 -head1=model_39836 -head2=model_39256 -unknown119=3 - -// 809 -[npc_809] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=16883 -recol2s=14724 -recol2d=2114 -recol3s=2340 -recol3d=2114 -recol4s=15856 -recol4d=25098 -retex1s=material_228 -retex1d=material_426 -name=Louisa -model1=model_378 -model2=model_465 -model3=model_332 -model4=model_10706 -model5=model_419 -model6=model_358 -model7=model_483 -head1=model_39090 -unknown119=3 - -// 810 -[npc_810] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=2114 -recol2s=8420 -recol2d=32767 -recol3s=2340 -recol3d=2114 -recol4s=15856 -recol4d=25098 -name=Mary -model1=model_391 -model2=model_475 -model3=model_40401 -model4=model_10706 -model5=model_429 -model6=model_358 -model7=model_483 -model8=model_414 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 811 -[npc_811] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=8416 -recol1d=2114 -recol2s=15856 -recol2d=2114 -recol3s=7298 -recol3d=2114 -recol4s=2340 -recol4d=2114 -recol5s=25098 -recol5d=14624 -name=Stanford -model1=model_203 -model2=model_251 -model3=model_315 -model4=model_173 -model5=model_179 -model6=model_271 -model7=model_185 -model8=model_496 -model9=model_283 -head1=model_39811 -head2=model_38096 -unknown119=3 - -// 812 -[npc_812] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=15856 -recol2s=15392 -recol2d=1118 -recol3s=2340 -recol3d=15856 -name=Guard -model1=model_219 -model2=model_248 -model3=model_301 -model4=model_163 -model5=model_176 -model6=model_274 -model7=model_185 -model8=model_519 -model9=model_517 -model10=model_323 -head1=model_38589 -head2=model_39275 -unknown119=3 - -// 813 -[npc_813] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=15856 -recol1d=25098 -recol2s=14724 -recol2d=2114 -recol3s=2340 -recol3d=15648 -name=Gossip -model1=model_217 -model2=model_249 -model3=model_292 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -head1=model_39859 -head2=model_39254 -unknown119=3 - -// 814 -[npc_814] -bas=bas_240 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recol1s=6273 -recol1d=32192 -recol2s=14724 -recol2d=19488 -recol3s=2340 -recol3d=288 -recol4s=14724 -recol4d=31808 -recol5s=15856 -recol5d=25098 -recol6s=20041 -recol6d=19488 -name=Anna -model1=model_390 -model2=model_417 -model3=model_11360 -model4=model_332 -model5=model_10706 -model6=model_419 -model7=model_361 -head1=model_39066 -unknown119=3 - -// 815 -[npc_815] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=15556 -recol2s=15856 -recol2d=25098 -recol3s=2340 -recol3d=12419 -recol4s=6273 -recol4d=32192 -name=Bob -model1=model_215 -model2=model_248 -model3=model_14577 -model4=model_170 -model5=model_176 -model6=model_267 -model7=model_185 -head1=model_39836 -head2=model_39275 -unknown119=3 - -// 816 -[npc_816] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=32576 -recol2s=14724 -recol2d=15 -recol3s=2340 -recol3d=18464 -recol4s=14724 -recol4d=15 -recol5s=15856 -recol5d=25098 -recol6s=7298 -recol6d=10370 -retex1s=material_228 -retex1d=material_426 -name=Carol -model1=model_391 -model2=model_414 -model3=model_456 -model4=model_332 -model5=model_10706 -model6=model_419 -model7=model_361 -head1=model_38988 -unknown119=3 - -// 817 -[npc_817] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=10632 -recol2s=15856 -recol2d=25098 -recol3s=2340 -recol3d=9605 -recol4s=6273 -recol4d=32576 -retex1s=material_228 -retex1d=material_426 -name=David -model1=model_215 -model2=model_246 -model3=model_14577 -model4=model_170 -model5=model_176 -model6=model_267 -model7=model_185 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 818 -[npc_818] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Elizabeth -model1=model_42306 -model2=model_42305 -model3=model_42307 -model4=model_42304 -model5=model_42303 -model6=model_42308 -head1=model_38957 -unknown119=3 - -// 819 -[npc_819] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=11635 -recol2s=15856 -recol2d=25098 -recol3s=2340 -recol3d=8462 -recol4s=6273 -recol4d=11296 -name=Frank -model1=model_215 -model2=model_251 -model3=model_14577 -model4=model_170 -model5=model_176 -model6=model_267 -model7=model_185 -head1=model_39836 -head2=model_38096 -unknown119=3 - -// 820 -[npc_820] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=23616 -recol2s=14724 -recol2d=16704 -recol3s=7328 -recol3d=17760 -recol4s=2340 -recol4d=16704 -name=Poison Salesman -model1=model_217 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_257 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 821 -[npc_821] -bas=bas_98 -size=1 -size=1 -resizeh=110 -resizev=110 -vislevel=0 -recol1s=13641 -recol1d=12651 -recol2s=10470 -recol2d=10537 -recol3s=8356 -recol3d=8423 -recol4s=5219 -recol4d=5285 -recol5s=4161 -recol5d=4228 -name=Sinclair Guard dog -model1=model_26255 -unknown119=3 - -// 822 -[npc_822] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=6144 -recol2d=14724 -recolhsl3s=6798 -recolhsl3d=8657 -retex1s=material_228 -retex1d=material_426 -retex2s=material_257 -retex2d=material_252 -name=Ana -model1=model_390 -model2=model_471 -model3=model_348 -model4=model_353 -model5=model_428 -model6=model_361 -model7=model_509 -head1=model_39069 -modeloffset6=3,-11,6 -unknown119=3 - -// 823 -[npc_823] -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=26351 -recol2s=2340 -recol2d=14724 -recol3s=6144 -recol3d=14724 -name=Ana -model1=model_390 -model2=model_471 -model3=model_348 -model4=model_353 -model5=model_428 -model6=model_361 -head1=model_39069 -head2=model_38886 -unknown119=3 - -// 824 -[npc_824] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=6144 -recol2d=14724 -retex1s=material_252 -retex1d=material_313 -retex2s=material_257 -retex2d=material_313 -name=Female slave -model1=model_393 -model2=model_471 -model3=model_348 -model4=model_353 -model5=model_428 -model6=model_361 -model7=model_509 -head1=model_39016 -modeloffset6=3,-11,6 -unknown119=3 - -// 825 -[npc_825] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=6144 -recol2d=14724 -retex1s=material_202 -retex1d=material_292 -retex2s=material_257 -retex2d=material_292 -name=Male slave -model1=model_217 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_19179 -model7=model_19175 -model8=model_509 -head1=model_39859 -head2=model_38642 -unknown119=3 - -// 826 -[npc_826] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=32767 -recol2s=2340 -recol2d=32767 -recol3s=7298 -recol3d=32767 -recol4s=15856 -recol4d=25098 -recol5s=6144 -recol5d=32767 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_252 -retex3d=material_254 -name=Escaping slave -model1=model_217 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_10218 -model6=model_265 -model7=model_185 -head1=model_39859 -head2=model_38642 -unknown119=3 - -// 827 -[npc_827] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=10 -recol1s=2340 -recol1d=14724 -recol2s=6144 -recol2d=14724 -recol3s=25098 -recol3d=14596 -recol4s=15853 -recol4d=26400 -retex1s=material_202 -retex1d=material_277 -retex2s=material_257 -retex2d=material_292 -retex3s=material_252 -retex3d=material_292 -name=Rowdy slave -model1=model_217 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_185 -model8=model_509 -head1=model_39859 -head2=model_38642 -unknown119=3 - -// 828 -[npc_828] -bas=bas_600 -vislevel=0 -op1=Talk-to -alwaysontop=yes -size=1 -name=Shanty Claws -model1=model_19234 -model2=model_19235 -head1=model_19236 -unknown119=3 - -// 829 -[npc_829] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3186 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 830 -[npc_830] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Watch -alwaysontop=yes -vislevel=47 -recol1s=7183 -recol1d=9409 -recol2s=2340 -recol2d=18887 -recol3s=5283 -recol3d=18855 -recol4s=3170 -recol4d=8387 -recol5s=25098 -recol5d=21925 -recol6s=7329 -recol6d=9479 -name=Mercenary Captain -model1=model_6130 -model2=model_10561 -model3=model_9458 -model4=model_7605 -model5=model_179 -model6=model_19336 -model7=model_15417 -model8=model_7609 -model9=model_16473 -model10=model_317 -head1=model_39771 -head2=model_40003 -head3=model_39216 -unknown119=3 - -// 831 -[npc_831] -bas=bas_1063 -vislevel=0 -size=1 -turnspeed=0 -op1=Talk-to -recol1s=14724 -recol1d=6475 -recol2s=8384 -recol2d=9646 -recol3s=7328 -recol3d=9646 -recol4s=32735 -recol4d=29458 -recol5s=25098 -recol5d=14596 -recol6s=2340 -recol6d=8388 -name=Captain Siad -model1=model_6848 -model2=model_253 -model3=model_292 -model4=model_320 -model5=model_162 -model6=model_10218 -model7=model_4234 -model8=model_10218 -model9=model_3599 -head1=model_39744 -head2=model_39227 -unknown119=3 - -// 832 -[npc_832] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=32767 -recol2s=2340 -recol2d=32767 -recol3s=7298 -recol3d=32767 -recol4s=6144 -recol4d=32767 -recol5s=15856 -recol5d=32767 -recol6s=25098 -recol6d=14596 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_252 -retex3d=material_254 -retex4s=material_253 -retex4d=material_258 -name=Al Shabim -model1=model_215 -model2=model_253 -model3=model_188 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_185 -model9=model_534 -model10=model_323 -head1=model_39198 -head2=model_39439 -head3=model_40003 -unknown119=3 - -// 833 -[npc_833] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14724 -recol1d=32767 -recol2s=2340 -recol2d=32767 -recol3s=7298 -recol3d=32767 -recol4s=6144 -recol4d=32767 -recol5s=15856 -recol5d=32767 -recol6s=25098 -recol6d=14596 -retex1s=material_257 -retex1d=material_254 -retex2s=material_202 -retex2d=material_258 -retex3s=material_252 -retex3d=material_254 -name=Bedabin Nomad -model1=model_217 -model2=model_246 -model3=model_188 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_185 -head1=model_39686 -head2=model_39439 -head3=model_39223 -unknown119=3 - -// 834 -[npc_834] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=32767 -recol2s=2340 -recol2d=32767 -recol3s=7298 -recol3d=32767 -recol4s=6144 -recol4d=32767 -recol5s=15856 -recol5d=32767 -recol6s=25098 -recol6d=14596 -retex1s=material_257 -retex1d=material_254 -retex2s=material_202 -retex2d=material_258 -retex3s=material_252 -retex3d=material_254 -name=Bedabin Nomad Guard -model1=model_230 -model2=model_248 -model3=model_188 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_185 -model9=model_490 -head1=model_39799 -head2=model_39439 -head3=model_39275 -unknown119=3 - -// 835 -[npc_835] -bas=bas_81 -vislevel=0 -size=1 -op1=Talk-to -ambient=15 -recol1s=2340 -recol1d=32444 -recol2s=6342 -recol2d=29209 -recol3s=14724 -recol3d=23227 -recol4s=20041 -recol4d=23227 -recol5s=6273 -recol5d=17935 -recol6s=6144 -recol6d=32315 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_228 -retex3d=material_426 -name=Irena -model1=model_10078 -model2=model_456 -model3=model_7005 -model4=model_10706 -model5=model_11357 -model6=model_8934 -head1=model_39069 -unknown119=3 - -// 836 -[npc_836] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -op4=Buy-pass -recol1s=14724 -recol1d=8384 -recol2s=16846 -recol2d=25098 -recol3s=2340 -recol3d=20967 -name=Shantay -model1=model_12137 -model2=model_247 -model3=model_10218 -model4=model_181 -model5=model_40203 -model6=model_40269 -model7=model_40159 -head1=model_39643 -head2=model_39256 -unknown119=3 - -// 837 -[npc_837] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=22 -name=Shantay Guard -model1=model_40228 -model2=model_253 -model3=model_40187 -model4=model_40162 -model5=model_10218 -model6=model_40262 -model7=model_181 -model8=model_519 -head1=model_39996 -head2=model_39198 -unknown119=3 - -// 838 -[npc_838] -bas=bas_4 -size=1 -op1=Talk-to -op3=Bribe -vislevel=22 -recol1s=14724 -recol1d=8420 -recol2s=2340 -recol2d=8420 -recol3s=15856 -recol3d=25098 -recol4s=15856 -recol4d=25098 -recol5s=6144 -recol5d=24640 -name=Shantay Guard -model1=model_40228 -model2=model_248 -model3=model_40187 -model4=model_40162 -model5=model_10218 -model6=model_40262 -model7=model_181 -model8=model_519 -head1=model_39996 -head2=model_39252 -unknown119=3 - -// 839 -[npc_839] -bas=bas_97 -size=2 -op2=Attack -vislevel=27 -name=Desert Wolf -model1=model_26265 -unknown119=3 - -// 840 -[npc_840] -bas=bas_259 -size=2 -ambient=25 -op1=Talk-to -op2=Attack -vislevel=42 -name=Ugthanki -model1=model_38648 -head1=model_38723 -unknown119=3 - -// 841 -[npc_841] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=32767 -recol2s=2340 -recol2d=32767 -recol3s=7298 -recol3d=32767 -recol4s=6144 -recol4d=32767 -recol5s=16704 -recol5d=32767 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -name=Mine cart driver -model1=model_217 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_185 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 842 -[npc_842] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=43 -recol1s=2340 -recol1d=26400 -recol2s=14724 -recol2d=26400 -recol3s=25098 -recol3d=14596 -retex1s=material_273 -retex1d=material_527 -name=Rowdy Guard -model1=model_219 -model2=model_246 -model3=model_294 -model4=model_167 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_490 -model9=model_517 -head1=model_38589 -head2=model_39223 -unknown119=3 - -// 843 -[npc_843] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=6354 -recol2s=14724 -recol2d=19093 -recol3s=15856 -recol3d=25098 -recol4s=15648 -recol4d=6354 -retex1s=material_262 -retex1d=material_256 -name=RPDT employee -model1=model_215 -model2=model_292 -model3=model_249 -model4=model_151 -model5=model_10218 -model6=model_271 -model7=model_185 -model8=model_194 -model9=model_327 -head1=model_39836 -head2=model_39254 -head3=model_39481 -unknown119=3 - -// 844 -[npc_844] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4056 -multinpc=0,npc_2328 -unknown119=3 - -// 845 -[npc_845] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=15856 -recol1d=25098 -name=Horacio -model1=model_214 -model2=model_185 -model3=model_250 -model4=model_299 -model5=model_32592 -model6=model_10218 -model7=model_271 -model8=model_276 -model9=model_329 -model10=model_495 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 846 -[npc_846] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=11488 -recol2s=2340 -recol2d=15392 -recol3s=6273 -recol3d=3171 -name=Kangai Mau -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_173 -model5=model_276 -model6=model_179 -model7=model_185 -model8=model_254 -model9=model_326 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 847 -[npc_847] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=23357 -recol2s=14724 -recol2d=5284 -recol3s=29464 -recol3d=32767 -retex1s=material_252 -retex1d=material_272 -name=Head chef -model1=model_215 -model2=model_199 -model3=model_251 -model4=model_305 -model5=model_170 -model6=model_176 -model7=model_254 -model8=model_181 -model9=model_18923 -head1=model_39836 -head2=model_39347 -head3=model_38096 -unknown119=3 - -// 848 -[npc_848] -bas=bas_108 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recol1s=416 -recol1d=202 -recol2s=11456 -recol2d=1327 -recol3s=13728 -recol3d=3171 -retex1s=material_404 -retex1d=material_304 -name=Blurberry -model1=model_2909 -model2=model_2900 -model3=model_2917 -head1=model_23 -unknown119=3 - -// 849 -[npc_849] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -retex1s=material_404 -retex1d=material_414 -name=Barman -model1=model_2909 -model2=model_2900 -model3=model_2915 -head1=model_23 -unknown119=3 - -// 850 -[npc_850] -bas=bas_108 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recol1s=416 -recol1d=22164 -recol2s=384 -recol2d=5322 -recol3s=13728 -recol3d=9376 -name=Aluft Gianne snr. -model1=model_17010 -model2=model_2909 -model3=model_2917 -head1=model_16968 -unknown119=3 - -// 851 -[npc_851] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=416 -recol1d=6342 -recol2s=11456 -recol2d=10504 -recol3s=13728 -recol3d=3171 -retex1s=material_404 -retex1d=material_271 -name=Gnome Waiter -model1=model_2909 -model2=model_2900 -model3=model_2915 -head1=model_23 -unknown119=3 - -// 852 -[npc_852] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=81 -name=Ogre chieftain -model1=model_20379 -model2=model_20373 -head1=model_20413 -unknown119=3 - -// 853 -[npc_853] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -vislevel=0 -name=Og -model1=model_20372 -model2=model_20383 -head1=model_20415 -unknown119=3 - -// 854 -[npc_854] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -vislevel=0 -name=Grew -model1=model_20373 -model2=model_20384 -head1=model_20416 -unknown119=3 - -// 855 -[npc_855] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -vislevel=0 -name=Toban -model1=model_20374 -model2=model_20385 -head1=model_20417 -unknown119=3 - -// 856 -[npc_856] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=68 -name=Gorad -model1=model_20371 -model2=model_20386 -head1=model_20418 -unknown119=3 - -// 857 -[npc_857] -bas=bas_60 -size=2 -op1=Talk-to -vislevel=0 -name=Ogre guard -model1=model_20377 -model2=model_14116 -head1=model_20411 -unknown119=3 - -// 858 -[npc_858] -bas=bas_60 -size=2 -op1=Talk-to -vislevel=0 -name=Ogre guard -model1=model_20376 -model2=model_14116 -head1=model_20410 -unknown119=3 - -// 859 -[npc_859] -bas=bas_60 -size=2 -op1=Talk-to -vislevel=0 -name=Ogre guard -model1=model_20375 -model2=model_14116 -head1=model_20409 -unknown119=3 - -// 860 -[npc_860] -bas=bas_60 -size=2 -op1=Talk-to -vislevel=0 -name=Ogre guard -model1=model_20377 -model2=model_14116 -head1=model_20411 -unknown119=3 - -// 861 -[npc_861] -bas=bas_60 -size=2 -op1=Talk-to -vislevel=0 -name=Ogre guard -model1=model_20376 -model2=model_14116 -head1=model_20410 -unknown119=3 - -// 862 -[npc_862] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=83 -name=City guard -model1=model_20379 -model2=model_20374 -head1=model_20413 -unknown119=3 - -// 863 -[npc_863] -bas=bas_114 -vislevel=0 -size=2 -op1=Talk-to -name=Scared skavid -model1=model_20388 -head1=model_20394 -unknown119=3 - -// 864 -[npc_864] -bas=bas_114 -vislevel=0 -size=2 -op1=Talk-to -recol1s=17926 -recol1d=9504 -name=Mad skavid -model1=model_20388 -head1=model_20394 -unknown119=3 - -// 865 -[npc_865] -bas=bas_114 -vislevel=0 -size=2 -op1=Talk-to -name=Skavid -model1=model_20388 -head1=model_20394 -unknown119=3 - -// 866 -[npc_866] -bas=bas_114 -vislevel=0 -size=2 -op1=Talk-to -name=Skavid -model1=model_20388 -head1=model_20394 -unknown119=3 - -// 867 -[npc_867] -bas=bas_114 -vislevel=0 -size=2 -op1=Talk-to -name=Skavid -model1=model_20388 -head1=model_20394 -unknown119=3 - -// 868 -[npc_868] -bas=bas_114 -vislevel=0 -size=2 -op1=Talk-to -name=Skavid -model1=model_20388 -head1=model_20394 -unknown119=3 - -// 869 -[npc_869] -bas=bas_114 -vislevel=0 -size=2 -op1=Talk-to -name=Skavid -model1=model_20388 -head1=model_20394 -unknown119=3 - -// 870 -[npc_870] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=83 -name=Enclave guard -model1=model_20378 -model2=model_20373 -head1=model_20410 -unknown119=3 - -// 871 -[npc_871] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayer_175 -multinpc=12,npc_8041 -multinpc=13,npc_8041 -unknown119=3 - -// 872 -[npc_872] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=15786 -recol2s=32701 -recol2d=1430 -name=Watchtower Wizard -model1=model_20397 -model2=model_217 -model3=model_20400 -model4=model_20401 -model5=model_20405 -model6=model_20395 -model7=model_177 -model8=model_20403 -model9=model_181 -model10=model_3189 -head1=model_39265 -head2=model_39632 -unknown119=3 - -// 873 -[npc_873] -bas=bas_60 -size=2 -op1=Talk-to -op1=Talk-to -op3=Trade -vislevel=0 -name=Ogre trader -model1=model_2874 -model2=model_14116 -head1=model_141 -unknown119=3 - -// 874 -[npc_874] -bas=bas_60 -size=2 -op1=Talk-to -op1=Talk-to -op3=Trade -vislevel=0 -name=Ogre merchant -model1=model_2874 -model2=model_14116 -head1=model_141 -unknown119=3 - -// 875 -[npc_875] -bas=bas_60 -size=2 -op1=Talk-to -op1=Talk-to -op3=Trade -vislevel=0 -name=Ogre trader -model1=model_2874 -model2=model_14116 -head1=model_141 -unknown119=3 - -// 876 -[npc_876] -bas=bas_60 -size=2 -op1=Talk-to -op1=Talk-to -op3=Trade -vislevel=0 -name=Ogre trader -model1=model_2874 -model2=model_14116 -head1=model_141 -unknown119=3 - -// 877 -[npc_877] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=28 -recol1s=2340 -recol1d=3171 -recol2s=14724 -recol2d=3171 -name=Tower guard -model1=model_233 -model2=model_246 -model3=model_301 -model4=model_151 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_517 -model9=model_519 -head1=model_39994 -head2=model_39223 -unknown119=3 - -// 878 -[npc_878] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=38 -recol1s=6273 -recol1d=16704 -recol2s=8416 -recol2d=11561 -recol3s=7299 -recol3d=16846 -name=Colonel Radick -model1=model_214 -model2=model_244 -model3=model_250 -model4=model_313 -model5=model_164 -model6=model_179 -model7=model_268 -model8=model_185 -model9=model_323 -model10=model_550 -model11=model_3330 -head1=model_39726 -head2=model_39312 -head3=model_38642 -unknown119=3 - -// 879 -[npc_879] -bas=bas_75 -size=2 -op2=Attack -resizeh=86 -resizev=86 -alwaysontop=yes -vislevel=27 -name=Delrith -model1=model_17382 -model2=model_17387 -model3=model_17392 -unknown119=3 - -// 880 -[npc_880] -bas=bas_956 -size=2 -resizeh=86 -resizev=86 -op1=Banish -alwaysontop=yes -vislevel=1 -recol1s=11296 -recol1d=11460 -name=Weakened Delrith -model1=model_17382 -model2=model_17387 -model3=model_17392 -model4=model_17389 -unknown119=1 - -// 881 -[npc_881] -bas=bas_4 -vislevel=107 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=32766 -retex1s=material_272 -retex1d=material_252 -retex2s=material_256 -retex2d=material_268 -retex3s=material_359 -retex3d=material_272 -name=Traiborn -model1=model_20399 -model2=model_215 -model3=model_251 -model4=model_20405 -model5=model_3189 -model6=model_20395 -model7=model_177 -model8=model_40268 -model9=model_181 -model10=model_245 -model11=model_40171 -head1=model_39836 -head2=model_38096 -head3=model_39316 -head4=model_39566 -unknown119=3 - -// 882 -[npc_882] -bas=bas_4 -vislevel=1 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=14441 -recol2s=6342 -recol2d=32403 -recol3s=6273 -recol3d=17903 -retex1s=material_228 -retex1d=material_426 -name=Gypsy Aris -model1=model_408 -model2=model_15010 -model3=model_11359 -model4=model_332 -model5=model_10706 -model6=model_17548 -head1=model_39156 -head2=model_38864 -unknown119=3 - -// 883 -[npc_883] -bas=bas_4 -vislevel=124 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Sir Prysin -model1=model_17522 -model2=model_17529 -model3=model_17515 -model4=model_17520 -model5=model_17526 -model6=model_17517 -head1=model_39997 -unknown119=3 - -// 884 -[npc_884] -bas=bas_4 -vislevel=52 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Captain Rovin -model1=model_40614 -head1=model_40609 -unknown119=3 - -// 885 -[npc_885] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=26293 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=23714 -recol4s=8386 -recol4d=23714 -name=Ceril Carnillean -model1=model_217 -model2=model_246 -model3=model_299 -model4=model_32592 -model5=model_10218 -model6=model_274 -model7=model_185 -model8=model_323 -model9=model_281 -model10=model_201 -head1=model_39859 -head2=model_39350 -head3=model_39223 -unknown119=3 - -// 886 -[npc_886] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=29464 -recol1d=32767 -recol2s=15856 -recol2d=25098 -recol3s=25098 -recol3d=21989 -recol4s=2340 -recol4d=15716 -recol5s=14724 -recol5d=10240 -retex1s=material_252 -retex1d=material_272 -name=Claus the chef -model1=model_230 -model2=model_246 -model3=model_302 -model4=model_32592 -model5=model_10218 -model6=model_263 -model7=model_181 -model8=model_199 -head1=model_39734 -head2=model_39485 -unknown119=3 - -// 887 -[npc_887] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=19554 -recol2s=14724 -recol2d=1072 -name=Guard -model1=model_225 -model2=model_301 -model3=model_162 -model4=model_179 -model5=model_274 -model6=model_185 -head1=model_40035 -head2=model_39223 -unknown119=3 - -// 888 -[npc_888] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -name=Philipe Carnillean -model1=model_28593 -head1=model_28691 -unknown119=3 - -// 889 -[npc_889] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=11392 -recol2s=2340 -recol2d=17602 -recol3s=14724 -recol3d=11392 -recol4s=7328 -recol4d=9216 -recol5s=24288 -recol5d=21074 -recol6s=10504 -recol6d=21074 -name=Henryeta Carnillean -model1=model_378 -model2=model_361 -model3=model_470 -model4=model_343 -model5=model_353 -model6=model_421 -model7=model_482 -model8=model_447 -model9=model_412 -head1=model_39090 -head2=model_38866 -unknown119=3 - -// 890 -[npc_890] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=6342 -recol2s=2340 -recol2d=6342 -recol3s=6273 -recol3d=7234 -recol4s=15648 -recol4d=11561 -recol5s=15856 -recol5d=32529 -recol6s=25098 -recol6d=32529 -name=Butler Jones -model1=model_235 -model2=model_247 -model3=model_292 -model4=model_167 -model5=model_10218 -model6=model_267 -model7=model_185 -model8=model_327 -head1=model_38641 -head2=model_39256 -unknown119=3 - -// 891 -[npc_891] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=13 -recol1s=14724 -recol1d=6342 -recol2s=2340 -recol2d=6342 -recol3s=25098 -recol3d=32529 -recol4s=32736 -recol4d=32756 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Alomone -model1=model_208 -model2=model_251 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_256 -model7=model_286 -head1=model_38588 -head2=model_38096 -unknown119=3 - -// 892 -[npc_892] -bas=bas_4 -vislevel=296 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=32598 -recol2s=2340 -recol2d=0 -recol3s=15392 -recol3d=5285 -recol4s=15856 -recol4d=32598 -recol5s=7298 -recol5d=32598 -name=Hazeel -model1=model_231 -model2=model_246 -model3=model_315 -model4=model_32593 -model5=model_10218 -model6=model_275 -model7=model_33033 -model8=model_328 -model9=model_239 -head1=model_40912 -head2=model_39251 -unknown119=3 - -// 893 -[npc_893] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=13 -recol1s=14724 -recol1d=6342 -recol2s=2340 -recol2d=6342 -recol3s=25098 -recol3d=32529 -recol4s=27483 -recol4d=15375 -recol5s=16704 -recol5d=11561 -recol6s=32736 -recol6d=32756 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Clivet -model1=model_226 -model2=model_246 -model3=model_299 -model4=model_162 -model5=model_176 -model6=model_256 -model7=model_286 -model8=model_534 -model9=model_567 -head1=model_39813 -unknown119=3 - -// 894 -[npc_894] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=13 -recol1s=14724 -recol1d=6342 -recol2s=2340 -recol2d=6342 -recol3s=25098 -recol3d=32529 -recol4s=32736 -recol4d=32756 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Hazeel Cultist -model1=model_226 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_256 -model7=model_286 -model8=model_534 -head1=model_39813 -unknown119=3 - -// 895 -[npc_895] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2243 -recol1d=10534 -recol2s=4357 -recol2d=9477 -recol3s=6471 -recol3d=8420 -recol4s=11590 -recol4d=21925 -name=Boy -model1=model_28603 -model2=model_28646 -model3=model_28664 -model4=model_28611 -model5=model_28624 -model6=model_28673 -head1=model_28691 -unknown119=3 - -// 896 -[npc_896] -bas=bas_4 -vislevel=0 -size=1 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=239 -recol3d=4226 -recol4s=455 -recol4d=25098 -recol5s=14724 -recol5d=4226 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Nora T. Hagg -model1=model_405 -model2=model_470 -model3=model_348 -model4=model_353 -model5=model_428 -model6=model_361 -model7=model_377 -head1=model_39041 -head2=model_38748 -unknown119=2 - -// 897 -[npc_897] -bas=bas_114 -size=1 -op2=Attack -vislevel=19 -recol1s=17926 -recol1d=9228 -recol2s=32767 -recol2d=11213 -name=Witch's experiment -model1=model_20388 -unknown119=3 - -// 898 -[npc_898] -bas=bas_17 -size=1 -op2=Attack -vislevel=30 -recol1s=31808 -recol1d=7303 -recol2s=31773 -recol2d=12844 -recol3s=2014 -recol3d=5189 -recol4s=14392 -recol4d=10666 -recol5s=1666 -recol5d=4132 -recol6s=32736 -recol6d=8584 -name=Witch's experiment (second form) -model1=model_20309 -model2=model_20312 -unknown119=3 - -// 899 -[npc_899] -bas=bas_13 -resizeh=108 -resizev=108 -size=2 -op2=Attack -vislevel=42 -recol1s=6341 -recol1d=7303 -recol2s=11561 -recol2d=12844 -recol3s=5284 -recol3d=5189 -recol4s=13675 -recol4d=10666 -recol5s=7398 -recol5d=4132 -name=Witch's experiment (third form) -model1=model_18882 -unknown119=3 - -// 900 -[npc_900] -bas=bas_97 -size=2 -resizeh=110 -resizev=110 -op2=Attack -vislevel=53 -recol1s=14763 -recol1d=7303 -recol2s=8455 -recol2d=12844 -recol3s=6341 -recol3d=6246 -recol4s=5284 -recol4d=4132 -recol5s=22131 -recol5d=12844 -recol6s=16910 -recol6d=7303 -name=Witch's experiment (fourth form) -model1=model_26264 -unknown119=3 - -// 901 -[npc_901] -bas=bas_132 -vislevel=0 -size=1 -recol1s=16846 -recol1d=18889 -name=Mouse -model1=model_2927 -unknown119=3 - -// 902 -[npc_902] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=16846 -recol2s=14724 -recol2d=16846 -retex1s=material_202 -retex1d=material_250 -name=Gundai -model1=model_215 -model2=model_253 -model3=model_245 -model4=model_303 -model5=model_167 -model6=model_176 -model7=model_274 -model8=model_185 -head1=model_39836 -head2=model_39227 -head3=model_39316 -unknown119=3 - -// 903 -[npc_903] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -name=Lundail -model1=model_230 -model2=model_252 -model3=model_303 -model4=model_173 -model5=model_176 -model6=model_274 -model7=model_185 -head1=model_39799 -head2=model_38097 -unknown119=3 - -// 904 -[npc_904] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=6273 -recol1d=15616 -recol2s=14724 -recol2d=11488 -recol3s=2340 -recol3d=11488 -recol4s=7329 -recol4d=6240 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Chamber guardian -model1=model_214 -model2=model_250 -model3=model_303 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_185 -model8=model_317 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 905 -[npc_905] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=24729 -recol1d=1118 -recol2s=32736 -recol2d=15 -recol3s=14724 -recol3d=8 -recol4s=2340 -recol4d=8 -recol5s=7328 -recol5d=11 -recol6s=6144 -recol6d=1118 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Kolodion -model1=model_162 -model2=model_185 -model3=model_176 -model4=model_208 -model5=model_250 -model6=model_265 -model7=model_292 -model8=model_236 -model9=model_290 -head1=model_38588 -head2=model_38642 -head3=model_39307 -unknown119=3 - -// 906 -[npc_906] -bas=bas_4 -vislevel=0 -recol1s=24729 -recol1d=1118 -recol2s=32736 -recol2d=15 -recol3s=14724 -recol3d=8 -recol4s=2340 -recol4d=8 -recol5s=7328 -recol5d=11 -recol6s=6144 -recol6d=1118 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Kolodion -model1=model_162 -model2=model_185 -model3=model_176 -model4=model_208 -model5=model_250 -model6=model_265 -model7=model_292 -model8=model_236 -model9=model_290 -head1=model_38588 -head2=model_38642 -head3=model_39307 -unknown119=3 - -// 907 -[npc_907] -bas=bas_4 -vislevel=0 -op2=Attack -recol1s=24729 -recol1d=1118 -recol2s=32736 -recol2d=15 -recol3s=14724 -recol3d=8 -recol4s=2340 -recol4d=8 -recol5s=7328 -recol5d=11 -recol6s=6144 -recol6d=1118 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Kolodion -model1=model_162 -model2=model_185 -model3=model_176 -model4=model_208 -model5=model_250 -model6=model_265 -model7=model_292 -model8=model_236 -model9=model_290 -head1=model_38588 -head2=model_38642 -head3=model_39307 -unknown119=3 - -// 908 -[npc_908] -bas=bas_59 -vislevel=0 -op2=Attack -recol1s=17927 -recol1d=11555 -recol2s=25098 -recol2d=11555 -recol3s=10470 -recol3d=11555 -recol4s=8439 -recol4d=8 -recol5s=19542 -recol5d=8 -recol6s=16704 -recol6d=5283 -name=Kolodion -model1=model_2863 -model2=model_2871 -unknown119=3 - -// 909 -[npc_909] -bas=bas_323 -vislevel=0 -resizeh=108 -resizev=108 -size=3 -op2=Attack -recol1s=14104 -recol1d=16913 -recol2s=17143 -recol2d=14800 -recol3s=15062 -recol3d=10572 -recol4s=11924 -recol4d=15857 -recol5s=7664 -recol5d=10572 -recol6s=20248 -recol6d=14800 -name=Kolodion -model1=model_20306 -model2=model_20305 -unknown119=3 - -// 910 -[npc_910] -bas=bas_111 -vislevel=0 -resizeh=192 -resizev=224 -op2=Attack -recol1s=289 -recol1d=16846 -recol2s=25098 -recol2d=27517 -recol3s=14724 -recol3d=11561 -recol4s=7328 -recol4d=16846 -recol5s=2340 -recol5d=11561 -recol6s=7298 -recol6d=27517 -retex1s=material_268 -retex1d=material_202 -name=Kolodion -model1=model_221 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_267 -model7=model_33033 -unknown119=3 - -// 911 -[npc_911] -bas=bas_75 -size=3 -op2=Attack -vislevel=112 -recol1s=7168 -recol1d=1024 -recol2s=8192 -recol2d=1057 -recol3s=9248 -recol3d=2114 -recol4s=10305 -recol4d=3171 -recol5s=11362 -recol5d=4228 -recol6s=0 -recol6d=23220 -name=Kolodion -model1=model_17378 -model2=model_17394 -model3=model_17387 -model4=model_17399 -unknown119=3 - -// 912 -[npc_912] -bas=bas_4 -op2=Attack -vislevel=54 -recol1s=32736 -recol1d=15392 -recol2s=8386 -recol2d=0 -recol3s=14724 -recol3d=5285 -recol4s=2340 -recol4d=5285 -recol5s=25098 -recol5d=32529 -recol6s=7298 -recol6d=0 -retex1s=material_313 -retex1d=material_272 -name=Battle mage -model1=model_207 -model2=model_246 -model3=model_243 -model4=model_310 -model5=model_168 -model6=model_176 -model7=model_260 -model8=model_323 -model9=model_185 -model10=model_544 -unknown119=3 - -// 913 -[npc_913] -bas=bas_4 -op2=Attack -vislevel=54 -recol1s=14724 -recol1d=32767 -recol2s=2340 -recol2d=32767 -recol3s=7298 -recol3d=32756 -recol4s=15392 -recol4d=32767 -recol5s=8386 -recol5d=1106 -recol6s=25098 -recol6d=14596 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_252 -retex3d=material_254 -name=Battle mage -model1=model_217 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_323 -model8=model_185 -model9=model_554 -unknown119=3 - -// 914 -[npc_914] -bas=bas_108 -op2=Attack -vislevel=54 -recol1s=416 -recol1d=13600 -recol2s=15392 -recol2d=416 -name=Battle mage -model1=model_2909 -model2=model_2898 -model3=model_2920 -unknown119=3 - -// 915 -[npc_915] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=8352 -recol2s=2340 -recol2d=13539 -recol3s=6273 -recol3d=4226 -recol4s=25098 -recol4d=19813 -name=Leela -model1=model_393 -model2=model_456 -model3=model_332 -model4=model_353 -model5=model_419 -model6=model_358 -model7=model_376 -head1=model_39016 -head2=model_38799 -unknown119=3 - -// 916 -[npc_916] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=7299 -recol1d=6342 -recol2s=10468 -recol2d=11561 -recol3s=6273 -recol3d=4226 -name=Joe -model1=model_217 -model2=model_246 -model3=model_294 -model4=model_173 -model5=model_179 -model6=model_268 -model7=model_185 -model8=model_502 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 917 -[npc_917] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=26 -recol1s=2340 -recol1d=8354 -recol2s=10468 -recol2d=4226 -recol3s=6273 -recol3d=28295 -recol4s=14724 -recol4d=15424 -retex1s=material_228 -retex1d=material_426 -name=Jail guard -model1=model_217 -model2=model_246 -model3=model_311 -model4=model_151 -model5=model_179 -model6=model_257 -model7=model_502 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 918 -[npc_918] -bas=bas_4 -size=1 -op1=Talk-to -op4=Work-for -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=4234 -recol2s=14724 -recol2d=4334 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=32767 -retex1s=material_256 -retex1d=material_262 -retex2s=material_359 -retex2d=material_527 -retex3s=material_228 -retex3d=material_426 -name=Ned -model1=model_215 -model2=model_253 -model3=model_299 -model4=model_151 -model5=model_10218 -model6=model_263 -model7=model_185 -model8=model_194 -model9=model_9621 -head1=model_39836 -head2=model_39227 -head3=model_39481 -unknown119=3 - -// 919 -[npc_919] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=32440 -recol2s=14724 -recol2d=13325 -recol3s=6273 -recol3d=28295 -retex1s=material_228 -retex1d=material_341 -name=Lady Keli -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_353 -model5=model_428 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 920 -[npc_920] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=15392 -recol1d=10250 -recol2s=28308 -recol2d=8200 -recol3s=29464 -recol3d=11275 -recol4s=32767 -recol4d=13325 -recol5s=25098 -recol5d=19813 -name=Prince Ali -model1=model_40615 -model2=model_215 -model3=model_246 -model4=model_40612 -model5=model_323 -model6=model_40611 -model7=model_176 -model8=model_40616 -model9=model_181 -head1=model_39352 -head2=model_40003 -head3=model_39237 -unknown119=3 - -// 921 -[npc_921] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=32440 -recol2s=14724 -recol2d=13325 -recol3s=6273 -recol3d=28295 -retex1s=material_228 -retex1d=material_426 -name=Prince Ali -model1=model_214 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_151 -model6=model_176 -model7=model_265 -head1=model_39726 -head2=model_39223 -unknown119=3 - -// 922 -[npc_922] -bas=bas_4 -size=1 -op1=Talk-to -op3=Make-dyes -op4=Work-for -vislevel=0 -name=Aggie -model1=model_29617 -head1=model_38996 -unknown119=3 - -// 923 -[npc_923] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -name=Hassan -model1=model_29689 -model2=model_40192 -model3=model_29685 -model4=model_40255 -model5=model_29690 -model6=model_40167 -model7=model_29683 -model8=model_281 -head1=model_40048 -head2=model_39199 -unknown119=3 - -// 924 -[npc_924] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=14724 -recol4d=4226 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_202 -name=Osman -model1=model_208 -model2=model_254 -model3=model_249 -model4=model_170 -model5=model_176 -model6=model_181 -model7=model_292 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 925 -[npc_925] -bas=bas_210 -size=1 -op1=Talk-to -vislevel=0 -name=Border Guard -model1=model_40314 -head1=model_39865 -unknown119=3 - -// 926 -[npc_926] -bas=bas_210 -size=1 -op1=Talk-to -vislevel=0 -name=Border Guard -model1=model_40314 -head1=model_39865 -unknown119=3 - -// 927 -[npc_927] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 928 -[npc_928] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -op2=Hidden -recol1s=25098 -recol1d=11488 -recol2s=15856 -recol2d=11488 -recol3s=2340 -recol3d=13763 -recol4s=14724 -recol4d=13763 -recol5s=6144 -recol5d=10592 -recol6s=15392 -recol6d=32767 -name=Gujuo -model1=model_231 -model2=model_246 -model3=model_309 -model4=model_167 -model5=model_176 -model6=model_265 -model7=model_181 -model8=model_540 -head1=model_39778 -head2=model_39251 -unknown119=3 - -// 929 -[npc_929] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=70 -recol1s=25098 -recol1d=11488 -recol2s=14724 -recol2d=32767 -recol3s=2340 -recol3d=32767 -recol4s=6273 -recol4d=23188 -recol5s=15392 -recol5d=11488 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_253 -retex3d=material_258 -retex4s=material_252 -retex4d=material_254 -retex5s=material_228 -retex5d=material_426 -name=Ungadulu -model1=model_214 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_181 -model8=model_534 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 930 -[npc_930] -bas=bas_4 -size=1 -resizeh=150 -resizev=150 -op1=Talk-to -op2=Attack -vislevel=169 -recol1s=25098 -recol1d=17632 -recol2s=14724 -recol2d=28407 -recol3s=2340 -recol3d=28407 -recol4s=6273 -recol4d=20975 -recol5s=15392 -recol5d=17632 -recol6s=0 -recol6d=31808 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_253 -retex3d=material_258 -retex4s=material_252 -retex4d=material_254 -retex5s=material_228 -retex5d=material_426 -name=Ungadulu -model1=model_214 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_181 -model8=model_534 -head1=model_39690 -head2=model_38642 -unknown119=3 - -// 931 -[npc_931] -bas=bas_29 -size=1 -op2=Attack -vislevel=90 -recol1s=25098 -recol1d=19845 -recol2s=15856 -recol2d=19845 -recol3s=16846 -recol3d=14560 -recol4s=2340 -recol4d=14560 -recol5s=6144 -recol5d=14560 -recol6s=7298 -recol6d=19845 -retex1s=material_291 -retex1d=material_369 -name=Jungle savage -model1=model_231 -model2=model_246 -model3=model_309 -model4=model_33034 -model5=model_10218 -model6=model_266 -model7=model_33033 -model8=model_540 -head1=model_39778 -head2=model_39251 -unknown119=3 - -// 932 -[npc_932] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=2340 -recol1d=9517 -recol2s=14724 -recol2d=9517 -recol3s=3232 -recol3d=32767 -recol4s=4192 -recol4d=32767 -recol5s=7328 -recol5d=32767 -recol6s=16846 -recol6d=32767 -retex1s=material_268 -retex1d=material_250 -retex2s=material_272 -retex2d=material_273 -name=Fionella -model1=model_390 -model2=model_470 -model3=model_343 -model4=model_484 -model5=model_353 -model6=model_437 -model7=model_361 -model8=model_376 -head1=model_39066 -head2=model_38799 -unknown119=3 - -// 933 -[npc_933] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=2340 -recol1d=9517 -recol2s=14724 -recol2d=9517 -recol3s=3232 -recol3d=32767 -recol4s=4192 -recol4d=32767 -recol5s=7328 -recol5d=32767 -recol6s=8384 -recol6d=32767 -name=Siegfried Erkle -model1=model_230 -model2=model_250 -model3=model_292 -model4=model_327 -model5=model_162 -model6=model_176 -model7=model_274 -model8=model_185 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 934 -[npc_934] -bas=bas_75 -size=3 -op2=Attack -vislevel=187 -recol1s=7168 -recol1d=1024 -recol2s=8192 -recol2d=1057 -recol3s=9248 -recol3d=2114 -recol4s=10305 -recol4d=3171 -recol5s=11362 -recol5d=4228 -recol6s=0 -recol6d=23220 -name=Nezikchened -model1=model_17375 -model2=model_17391 -model3=model_17384 -model4=model_17399 -unknown119=3 - -// 935 -[npc_935] -bas=bas_47 -size=1 -op1=Talk-to -op2=Attack -vislevel=79 -recol1s=14724 -recol1d=239 -recol2s=7328 -recol2d=239 -recol3s=2340 -recol3d=239 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Viyeldi -model1=model_202 -model2=model_292 -model3=model_170 -model4=model_256 -model5=model_534 -model6=model_209 -head1=model_40744 -unknown119=3 - -// 936 -[npc_936] -bas=bas_70 -size=1 -op1=Talk-to -op2=Attack -vislevel=106 -name=San Tojalon -model1=model_21195 -head1=model_21404 -head2=model_21409 -unknown119=3 - -// 937 -[npc_937] -bas=bas_70 -size=1 -op1=Talk-to -op2=Attack -vislevel=100 -name=Irvig Senay -model1=model_21192 -head1=model_21404 -head2=model_21407 -unknown119=3 - -// 938 -[npc_938] -bas=bas_70 -size=1 -op1=Talk-to -op2=Attack -vislevel=92 -name=Ranalph Devere -model1=model_21194 -head1=model_21404 -head2=model_21408 -unknown119=3 - -// 939 -[npc_939] -bas=bas_289 -size=2 -op1=Push -vislevel=0 -minimap=no -name=Boulder -model1=model_2846 -unknown119=3 - -// 940 -[npc_940] -bas=bas_73 -op1=Talk-to -vislevel=187 -name=Echned Zekin -model1=model_21153 -head1=model_21403 -unknown119=3 - -// 941 -[npc_941] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=79 -recol1s=13541 -recol1d=13735 -recol2s=8192 -recol2d=8448 -recol3s=9248 -recol3d=9505 -recol4s=10305 -recol4d=10562 -recol5s=11427 -recol5d=11621 -recol6s=7168 -recol6d=7392 -name=Green dragon -model1=model_17407 -model2=model_17425 -model3=model_17418 -unknown119=3 - -// 942 -[npc_942] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=20 -recolhsl1s=8741 -recolhsl1d=16696 -recol2s=6273 -recol2d=14764 -recol3s=25098 -recol3d=14596 -name=Master chef -model1=model_199 -model2=model_235 -model3=model_253 -model4=model_42895 -model5=model_11326 -model6=model_42891 -model7=model_42901 -model8=model_26119 -model9=model_12767 -model10=model_10218 -head1=model_39626 -head2=model_42905 -head3=model_39485 -unknown119=3 - -// 943 -[npc_943] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=20 -recolhsl1s=8741 -recolhsl1d=39218 -recolhsl2s=25238 -recolhsl2d=39218 -recolhsl3s=10394 -recolhsl3d=39218 -recolhsl4s=11146 -recolhsl4d=39188 -recolhsl5s=7446 -recolhsl5d=38951 -recolhsl6s=123 -recolhsl6d=36940 -retex1s=material_303 -retex1d=material_202 -retex2s=material_272 -retex2d=material_228 -name=Survival expert -model1=model_384 -model2=model_9643 -model3=model_6699 -model4=model_3194 -model5=model_343 -model6=model_11777 -model7=model_27657 -model8=model_26141 -head1=model_39025 -unknown119=3 - -// 944 -[npc_944] -bas=bas_31 -vislevel=146 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=20 -recol1s=22027 -recol1d=25098 -recol2s=8384 -recol2d=11561 -recol3s=7298 -recol3d=11561 -recol4s=27211 -recol4d=13675 -recol5s=32736 -recol5d=11561 -recol6s=0 -recol6d=15392 -retex1s=material_254 -retex1d=material_291 -name=Combat instructor -model1=model_231 -model2=model_252 -model3=model_315 -model4=model_165 -model5=model_565 -model6=model_268 -model7=model_185 -model8=model_546 -model9=model_328 -model10=model_290 -model11=model_201 -head1=model_39778 -head2=model_39261 -head3=model_39549 -unknown119=3 - -// 945 -[npc_945] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=20 -recolhsl1s=6798 -recolhsl1d=5153 -recol2s=11561 -recol2d=14499 -recol3s=16846 -recol3d=13442 -recolhsl4s=55232 -recolhsl4d=5178 -recolhsl5s=10659 -recolhsl5d=1689 -recolhsl6s=5528 -recolhsl6d=5168 -name=RuneScape guide -model1=model_198 -model2=model_230 -model3=model_27646 -model4=model_42894 -model5=model_3330 -model6=model_156 -model7=model_10218 -model8=model_26126 -model9=model_185 -head1=model_39920 -head2=model_39180 -head3=model_39444 -unknown119=3 - -// 946 -[npc_946] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=20 -recol1s=14724 -recol1d=1362 -recol2s=7435 -recol2d=1362 -recol3s=7328 -recol3d=5319 -recol4s=6144 -recol4d=4262 -recol5s=21074 -recol5d=21139 -recolhsl6s=6798 -recolhsl6d=5200 -retex1s=material_256 -retex1d=material_254 -name=Magic instructor -model1=model_20398 -model2=model_42897 -model3=model_250 -model4=model_40192 -model5=model_162 -model6=model_176 -model7=model_21895 -model8=model_14460 -model9=model_9617 -head1=model_39566 -head2=model_38642 -head3=model_39649 -unknown119=3 - -// 947 -[npc_947] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=20 -recolhsl1s=12 -recolhsl1d=40966 -recolhsl2s=48010 -recolhsl2d=40966 -recolhsl3s=25238 -recolhsl3d=40966 -recol4s=28374 -recol4d=25286 -recol5s=6273 -recol5d=32767 -recolhsl6s=8741 -recolhsl6d=40966 -retex1s=material_250 -retex1d=material_202 -retex2s=material_228 -retex2d=material_426 -name=Financial advisor -model1=model_6848 -model2=model_25662 -model3=model_247 -model4=model_40209 -model5=model_10301 -model6=model_12138 -model7=model_19948 -head1=model_39744 -head2=model_39256 -head3=model_39314 -unknown119=3 - -// 948 -[npc_948] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=20 -recolhsl1s=22177 -recolhsl1d=4259 -recol2s=32760 -recol2d=22162 -recolhsl3s=10324 -recolhsl3d=7346 -recol4s=28534 -recol4d=21070 -recolhsl5s=3346 -recolhsl5d=4242 -recolhsl6s=3974 -recolhsl6d=4236 -retex1s=material_202 -retex1d=material_59 -name=Mining instructor -model1=model_211 -model2=model_249 -model3=model_19828 -model4=model_20753 -model5=model_11726 -model6=model_19332 -model7=model_509 -model8=model_32066 -head1=model_39917 -head2=model_39254 -unknown119=3 - -// 949 -[npc_949] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=20 -recol1s=8420 -recol1d=4353 -recol2s=11590 -recol2d=6497 -recolhsl3s=7566 -recolhsl3d=16496 -recol4s=8417 -recol4d=4353 -recolhsl5s=4626 -recolhsl5d=16538 -recol6s=7363 -recol6d=5409 -name=Quest guide -model1=model_230 -model2=model_249 -model3=model_42892 -model4=model_21868 -model5=model_42104 -model6=model_11869 -model7=model_185 -head1=model_39799 -head2=model_39254 -unknown119=3 - -// 950 -[npc_950] -bas=bas_9 -vislevel=3 -size=2 -op2=Attack -ambient=20 -name=Giant rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 951 -[npc_951] -bas=bas_62 -vislevel=3 -size=1 -resizeh=80 -resizev=80 -op2=Attack -ambient=20 -name=Chicken -model1=model_23905 -unknown119=3 - -// 952 -[npc_952] -bas=bas_178 -vislevel=0 -size=1 -op1=Net -op3=hidden -minimap=no -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 953 -[npc_953] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=20 -recol1s=3171 -recol1d=1090 -recol2s=13638 -recol2d=1090 -recol3s=10501 -recol3d=1090 -recol4s=8387 -recol4d=1090 -recol5s=7330 -recol5d=1090 -recolhsl6s=4626 -recolhsl6d=3348 -retex1s=material_250 -retex1d=material_359 -retex2s=material_251 -retex2d=material_256 -name=Banker -model1=model_215 -model2=model_246 -model3=model_17365 -model4=model_14372 -model5=model_29687 -model6=model_12082 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 954 -[npc_954] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=20 -recol1s=6273 -recol1d=24160 -recol2s=2340 -recol2d=8387 -retex1s=material_252 -retex1d=material_273 -retex2s=material_268 -retex2d=material_250 -name=Brother Brace -model1=model_223 -model2=model_42898 -model3=model_246 -model4=model_16254 -model5=model_16253 -model6=model_176 -model7=model_260 -model8=model_181 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 955 -[npc_955] -bas=bas_66 -size=2 -op2=Attack -vislevel=2 -name=Cow -model1=model_23896 -unknown119=3 - -// 956 -[npc_956] -bas=bas_48 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Drunken Dwarf -model1=model_2974 -model2=model_2986 -model3=model_2983 -model4=model_2979 -model5=model_2981 -model6=model_2985 -model7=model_2992 -head1=model_4 -head2=model_6 -unknown119=3 - -// 957 -[npc_957] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=6306 -recol2s=7329 -recol2d=9444 -recol3s=16846 -recol3d=8387 -recol4s=25098 -recol4d=19909 -name=Mubariz -model1=model_230 -model2=model_252 -model3=model_201 -model4=model_303 -model5=model_317 -model6=model_169 -model7=model_179 -model8=model_254 -model9=model_276 -model10=model_185 -head1=model_39799 -head2=model_38097 -head3=model_39549 -unknown119=3 - -// 958 -[npc_958] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op3=Bank -op4=Collect -op5=Buy -vislevel=0 -recol1s=2340 -recol1d=6306 -recol2s=25098 -recol2d=19909 -recol3s=15856 -recol3d=19909 -name=Fadli -model1=model_210 -model2=model_249 -model3=model_296 -model4=model_33034 -model5=model_179 -model6=model_254 -model7=model_185 -head1=model_39600 -head2=model_39254 -unknown119=3 - -// 959 -[npc_959] -bas=bas_4 -size=1 -ambient=20 -contrast=10 -op1=Talk-to -op3=Heal -vislevel=0 -recol1s=15856 -recol1d=29630 -recol2s=3239 -recol2d=9716 -name=A'abla -model1=model_393 -model2=model_29698 -model3=model_29708 -model4=model_353 -model5=model_29701 -model6=model_417 -model7=model_29706 -head1=model_38926 -head2=model_38891 -head3=model_38797 -unknown119=3 - -// 960 -[npc_960] -bas=bas_4 -size=1 -ambient=20 -contrast=10 -op1=Talk-to -op3=Heal -vislevel=0 -recol1s=15856 -recol1d=29630 -recol2s=3239 -recol2d=9716 -retex1s=material_262 -retex1d=material_202 -name=Sabreen -model1=model_215 -model2=model_246 -model3=model_29682 -model4=model_29693 -model5=model_176 -model6=model_29688 -model7=model_29684 -model8=model_29691 -head1=model_39836 -head2=model_39408 -head3=model_39223 -unknown119=3 - -// 961 -[npc_961] -bas=bas_4 -size=1 -ambient=20 -contrast=10 -op1=Talk-to -op3=Heal -vislevel=0 -recol1s=15856 -recol1d=29630 -recol2s=6273 -recol2d=22122 -recol3s=3239 -recol3d=9716 -retex1s=material_228 -retex1d=material_426 -name=Surgeon General Tafani -model1=model_393 -model2=model_29698 -model3=model_29708 -model4=model_353 -model5=model_29701 -model6=model_417 -model7=model_29706 -model8=model_18979 -head1=model_38926 -head2=model_38891 -head3=model_38797 -unknown119=3 - -// 962 -[npc_962] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op3=Heal -vislevel=0 -recol1s=25098 -recol1d=19909 -recol2s=14724 -recol2d=32735 -recol3s=2340 -recol3d=32735 -recol4s=9473 -recol4d=32735 -recol5s=15856 -recol5d=19909 -name=Jaraah -model1=model_230 -model2=model_250 -model3=model_302 -model4=model_32592 -model5=model_179 -model6=model_263 -model7=model_185 -model8=model_536 -model9=model_3190 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 963 -[npc_963] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=6306 -recol2s=2340 -recol2d=6306 -recol3s=15856 -recol3d=25098 -recol4s=0 -recol4d=28407 -retex1s=material_257 -retex1d=material_313 -name=Zahwa -model1=model_206 -model2=model_253 -model3=model_310 -model4=model_151 -model5=model_10218 -model6=model_275 -model7=model_181 -model8=model_236 -head1=model_39947 -head2=model_39227 -head3=model_39307 -unknown119=3 - -// 964 -[npc_964] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=19909 -recol2s=14724 -recol2d=32767 -recol3s=2340 -recol3d=32767 -recol4s=32702 -recol4d=32767 -retex1s=material_250 -retex1d=material_202 -retex2s=material_273 -retex2d=material_257 -name=Ima -model1=model_215 -model2=model_253 -model3=model_188 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_267 -model8=model_181 -head1=model_39198 -head2=model_39439 -head3=model_40003 -unknown119=3 - -// 965 -[npc_965] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=19909 -recol2s=14724 -recol2d=32626 -recol3s=2340 -recol3d=32626 -recol4s=32702 -recol4d=32626 -retex1s=material_250 -retex1d=material_202 -retex2s=material_273 -retex2d=material_257 -name=Sabeil -model1=model_215 -model2=model_250 -model3=model_188 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_267 -model8=model_181 -head1=model_39189 -head2=model_39439 -head3=model_40003 -unknown119=3 - -// 966 -[npc_966] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=19909 -recol2s=14724 -recol2d=32626 -recol3s=2340 -recol3d=32626 -recol4s=32702 -recol4d=32626 -retex1s=material_250 -retex1d=material_202 -retex2s=material_273 -retex2d=material_257 -name=Jadid -model1=model_215 -model2=model_251 -model3=model_188 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_267 -model8=model_181 -head1=model_39189 -head2=model_39439 -head3=model_40003 -unknown119=3 - -// 967 -[npc_967] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=19909 -recol2s=14724 -recol2d=32767 -recol3s=2340 -recol3d=32767 -recol4s=32702 -recol4d=32767 -name=Dalal -model1=model_391 -model2=model_364 -model3=model_456 -model4=model_348 -model5=model_353 -model6=model_428 -model7=model_358 -head1=model_39170 -head2=model_38826 -unknown119=3 - -// 968 -[npc_968] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=19909 -recol2s=14724 -recol2d=32767 -recol3s=2340 -recol3d=32767 -recol4s=32702 -recol4d=32767 -retex1s=material_250 -retex1d=material_202 -retex2s=material_273 -retex2d=material_257 -name=Afrah -model1=model_391 -model2=model_364 -model3=model_456 -model4=model_348 -model5=model_353 -model6=model_431 -model7=model_358 -head1=model_39170 -head2=model_38826 -unknown119=3 - -// 969 -[npc_969] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=19909 -recol2s=14724 -recol2d=32626 -recol3s=2340 -recol3d=32626 -recol4s=32767 -recol4d=32626 -name=Jeed -model1=model_390 -model2=model_456 -model3=model_348 -model4=model_353 -model5=model_428 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 970 -[npc_970] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -op4=Holiday-items -alwaysontop=yes -recol1s=6273 -recol1d=10369 -recol2s=14724 -recol2d=7298 -recol3s=8384 -recol3d=5250 -recol4s=2340 -recol4d=3336 -recol5s=16704 -recol5d=8355 -recol6s=9473 -recol6d=6144 -name=Diango -model1=model_186 -model2=model_217 -model3=model_253 -model4=model_292 -model5=model_320 -model6=model_167 -model7=model_179 -model8=model_3329 -model9=model_730 -head1=model_40728 -head2=model_39686 -head3=model_39227 -unknown119=3 - -// 971 -[npc_971] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -name=Chadwell -model1=model_230 -model2=model_292 -model3=model_254 -model4=model_246 -model5=model_173 -model6=model_181 -model7=model_176 -head1=model_39630 -unknown119=3 - -// 972 -[npc_972] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_268 -retex1d=material_202 -name=Koftik -model1=model_163 -model2=model_185 -model3=model_176 -model4=model_208 -model5=model_249 -model6=model_274 -model7=model_292 -model8=model_326 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 973 -[npc_973] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_268 -retex1d=material_202 -name=Koftik -model1=model_163 -model2=model_185 -model3=model_176 -model4=model_208 -model5=model_249 -model6=model_274 -model7=model_292 -model8=model_326 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 974 -[npc_974] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_268 -retex1d=material_202 -name=Koftik -model1=model_163 -model2=model_185 -model3=model_176 -model4=model_208 -model5=model_249 -model6=model_274 -model7=model_292 -model8=model_326 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 975 -[npc_975] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_268 -retex1d=material_202 -name=Koftik -model1=model_163 -model2=model_185 -model3=model_176 -model4=model_208 -model5=model_249 -model6=model_274 -model7=model_292 -model8=model_326 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 976 -[npc_976] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_268 -retex1d=material_202 -name=Koftik -model1=model_163 -model2=model_185 -model3=model_176 -model4=model_208 -model5=model_249 -model6=model_274 -model7=model_292 -model8=model_326 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 977 -[npc_977] -bas=bas_17 -size=1 -op2=Attack -vislevel=39 -recol1s=31808 -recol1d=24297 -recol2s=2014 -recol2d=2148 -recol3s=1666 -recol3d=3205 -recol4s=32736 -recol4d=1091 -recol5s=31773 -recol5d=27466 -recol6s=14392 -recol6d=28521 -name=Blessed spider -model1=model_20309 -model2=model_20312 -unknown119=3 - -// 978 -[npc_978] -bas=bas_9 -size=2 -op2=Attack -vislevel=9 -name=Blessed giant rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 979 -[npc_979] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=7298 -recol2d=32529 -recol3s=25098 -recol3d=32529 -name=Slave -model1=model_230 -model2=model_310 -model3=model_275 -model4=model_246 -model5=model_173 -model6=model_33033 -model7=model_176 -head1=model_39630 -unknown119=3 - -// 980 -[npc_980] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=7298 -recol2d=32529 -recol3s=25098 -recol3d=32529 -retex1s=material_313 -retex1d=material_272 -name=Slave -model1=model_214 -model2=model_310 -model3=model_275 -model4=model_246 -model5=model_173 -model6=model_33033 -model7=model_176 -head1=model_39726 -head2=model_39223 -unknown119=3 - -// 981 -[npc_981] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=7298 -recol2d=32529 -recol3s=25098 -recol3d=32529 -name=Slave -model1=model_210 -model2=model_310 -model3=model_275 -model4=model_246 -model5=model_173 -model6=model_33033 -model7=model_176 -head1=model_39600 -head2=model_39223 -unknown119=3 - -// 982 -[npc_982] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=7298 -recol2d=32529 -recol3s=25098 -recol3d=32529 -retex1s=material_268 -retex1d=material_277 -name=Slave -model1=model_207 -model2=model_310 -model3=model_275 -model4=model_248 -model5=model_173 -model6=model_33033 -model7=model_176 -head1=model_40023 -head2=model_39214 -unknown119=3 - -// 983 -[npc_983] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=7298 -recol2d=32529 -recol3s=25098 -recol3d=32529 -recol4s=6273 -recol4d=16877 -name=Slave -model1=model_203 -model2=model_310 -model3=model_275 -model4=model_246 -model5=model_173 -model6=model_33033 -model7=model_176 -head1=model_39811 -head2=model_39223 -unknown119=3 - -// 984 -[npc_984] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=7298 -recol2d=32529 -recol3s=25098 -recol3d=32529 -retex1s=material_313 -retex1d=material_272 -name=Slave -model1=model_208 -model2=model_310 -model3=model_275 -model4=model_249 -model5=model_173 -model6=model_33033 -model7=model_176 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 985 -[npc_985] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=14724 -recol2s=7298 -recol2d=32529 -recol3s=25098 -recol3d=32529 -name=Slave -model1=model_214 -model2=model_310 -model3=model_275 -model4=model_250 -model5=model_173 -model6=model_181 -model7=model_176 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 986 -[npc_986] -bas=bas_289 -size=2 -op1=Push -vislevel=0 -minimap=no -recol1s=14761 -recol1d=7296 -name=Boulder -model1=model_40117 -unknown119=7 - -// 987 -[npc_987] -bas=bas_232 -size=2 -resizeh=110 -resizev=110 -vislevel=15 -name=Unicorn -model1=model_25755 -unknown119=3 - -// 988 -[npc_988] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=62 -recol1s=7298 -recol1d=6342 -recol2s=6273 -recol2d=28295 -recol3s=15375 -recol3d=19126 -recol4s=15856 -recol4d=25098 -retex1s=material_228 -retex1d=material_426 -name=Sir Jerro -model1=model_217 -model2=model_248 -model3=model_313 -model4=model_156 -model5=model_10218 -model6=model_268 -model7=model_185 -model8=model_518 -model9=model_541 -model10=model_3330 -head1=model_39859 -head2=model_39275 -unknown119=3 - -// 989 -[npc_989] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=62 -recol1s=7298 -recol1d=6342 -recol2s=15375 -recol2d=19126 -recol3s=15856 -recol3d=25098 -name=Sir Carl -model1=model_214 -model2=model_250 -model3=model_313 -model4=model_156 -model5=model_10218 -model6=model_268 -model7=model_185 -model8=model_518 -model9=model_541 -model10=model_3330 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 990 -[npc_990] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=62 -recol1s=7298 -recol1d=6342 -recol2s=15375 -recol2d=19126 -recol3s=15856 -recol3d=25098 -name=Sir Harry -model1=model_214 -model2=model_250 -model3=model_313 -model4=model_156 -model5=model_10218 -model6=model_268 -model7=model_185 -model8=model_518 -model9=model_541 -model10=model_3330 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 991 -[npc_991] -bas=bas_797 -size=2 -vislevel=1 -recol1s=2340 -recol1d=20007 -recol2s=7298 -recol2d=26389 -recol3s=25098 -recol3d=26389 -recol4s=14724 -recol4d=20007 -recol5s=15856 -recol5d=26389 -name=Half-soulless -model1=model_230 -model2=model_310 -model3=model_275 -model4=model_246 -model5=model_32593 -model6=model_33033 -model7=model_10218 -unknown119=3 - -// 992 -[npc_992] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15856 -recol1d=15850 -recol2s=25098 -recol2d=15850 -recol3s=455 -recol3d=15850 -recol4s=239 -recol4d=5123 -recol5s=2340 -recol5d=5123 -name=Kardia -model1=model_405 -model2=model_474 -model3=model_347 -model4=model_421 -model5=model_10706 -model6=model_361 -model7=model_479 -model8=model_447 -model9=model_534 -model10=model_377 -head1=model_39041 -head2=model_38748 -modeloffset8=3,-11,6 -unknown119=3 - -// 993 -[npc_993] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Witch's cat -model1=model_34012 -head1=model_34047 -unknown119=3 - -// 994 -[npc_994] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15458 -recol1d=5319 -recol2s=25098 -recol2d=21989 -recol3s=10434 -recol3d=17903 -recol4s=16846 -recol4d=6384 -name=Niloof -model1=model_2970 -model2=model_2984 -model3=model_2981 -model4=model_2979 -model5=model_2985 -model6=model_2990 -head1=model_0 -unknown119=3 - -// 995 -[npc_995] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15458 -recol1d=5248 -recol2s=25098 -recol2d=14596 -recol3s=16846 -recol3d=5376 -name=Klank -model1=model_2971 -model2=model_2984 -model3=model_2981 -model4=model_2979 -model5=model_2985 -head1=model_1 -unknown119=3 - -// 996 -[npc_996] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15458 -recol1d=5319 -recol2s=25098 -recol2d=21989 -name=Kamen -model1=model_2972 -model2=model_2984 -model3=model_2981 -model4=model_2979 -model5=model_2985 -model6=model_2990 -head1=model_2 -unknown119=3 - -// 997 -[npc_997] -bas=bas_283 -resizeh=108 -resizev=108 -size=3 -op2=Attack -vislevel=89 -recol1s=31808 -recol1d=24297 -recol2s=2014 -recol2d=2148 -recol3s=1666 -recol3d=3205 -recol4s=32736 -recol4d=1091 -recol5s=31773 -recol5d=27466 -recol6s=14392 -recol6d=28521 -name=Kalrag -model1=model_20314 -model2=model_20298 -unknown119=3 - -// 998 -[npc_998] -bas=bas_75 -size=3 -op2=Attack -resizeh=110 -resizev=110 -vislevel=91 -name=Othainian -model1=model_17375 -model2=model_17391 -model3=model_17384 -model4=model_17399 -unknown119=3 - -// 999 -[npc_999] -bas=bas_75 -size=3 -op2=Attack -resizeh=110 -resizev=110 -vislevel=91 -name=Doomion -model1=model_17377 -model2=model_17396 -model3=model_17386 -model4=model_17400 -unknown119=3 - -// 1000 -[npc_1000] -bas=bas_75 -size=3 -op2=Attack -resizeh=110 -resizev=110 -vislevel=91 -name=Holthion -model1=model_17375 -model2=model_17393 -model3=model_17385 -model4=model_17399 -unknown119=3 - -// 1001 -[npc_1001] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=20611 -recol2s=14724 -recol2d=20611 -recol3s=6273 -recol3d=32767 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Dark mage -model1=model_235 -model2=model_181 -model3=model_249 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_38641 -head2=model_39254 -unknown119=3 - -// 1002 -[npc_1002] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=13 -recol1s=2340 -recol1d=20611 -recol2s=14724 -recol2d=20611 -recol3s=6273 -recol3d=32767 -recol4s=25098 -recol4d=32529 -retex1s=material_257 -retex1d=material_273 -retex2s=material_202 -retex2d=material_250 -retex3s=material_252 -retex3d=material_273 -retex4s=material_228 -retex4d=material_426 -name=Disciple of Iban -model1=model_235 -model2=model_181 -model3=model_249 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_38641 -head2=model_39254 -unknown119=3 - -// 1003 -[npc_1003] -bas=bas_796 -vislevel=0 -size=2 -recol1s=16846 -recol1d=6342 -recol2s=7329 -recol2d=5285 -recol3s=14724 -recol3d=5285 -recol4s=2340 -recol4d=5285 -recol5s=15392 -recol5d=15375 -recol6s=289 -recol6d=5285 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Lord Iban -model1=model_221 -model2=model_292 -model3=model_179 -model4=model_170 -model5=model_325 -model6=model_286 -model7=model_251 -model8=model_265 -head1=model_39611 -head2=model_38096 -unknown119=1 - -// 1004 -[npc_1004] -bas=bas_99 -size=1 -op2=Attack -vislevel=1 -recol1s=16846 -recol1d=5284 -name=Spider -model1=model_24613 -unknown119=3 - -// 1005 -[npc_1005] -bas=bas_76 -size=2 -vislevel=0 -minimap=no -name=Giant bat -model1=model_18898 -unknown119=3 - -// 1006 -[npc_1006] -bas=bas_253 -vislevel=0 -op1=Take -recol1s=17897 -recol1d=29528 -recol2s=16840 -recol2d=12353 -recol3s=15783 -recol3d=21701 -recol4s=14726 -recol4d=19753 -recol5s=11555 -recol5d=20970 -name=Sea slug -model1=model_560 -unknown119=3 - -// 1007 -[npc_1007] -bas=bas_4 -size=1 -op2=Attack -vislevel=65 -recol1s=8386 -recol1d=0 -recol2s=32736 -recol2d=15392 -recol3s=2340 -recol3d=15392 -recol4s=14724 -recol4d=15392 -recol5s=6273 -recol5d=0 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Zamorak wizard -model1=model_206 -model2=model_181 -model3=model_248 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_176 -model8=model_265 -model9=model_544 -unknown119=3 - -// 1008 -[npc_1008] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=25098 -recol3d=19909 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Hamid -model1=model_230 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -head1=model_39630 -unknown119=3 - -// 1009 -[npc_1009] -bas=bas_186 -size=1 -op2=Attack -vislevel=31 -recol1s=31808 -recol1d=24740 -recol2s=2014 -recol2d=3171 -recol3s=1666 -recol3d=2114 -recol4s=32736 -recol4d=1057 -recol5s=31773 -recol5d=8192 -recol6s=14392 -recol6d=12320 -name=Poison spider -model1=model_20315 -model2=model_20316 -unknown119=3 - -// 1010 -[npc_1010] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -name=Rantz -model1=model_2878 -model2=model_3442 -head1=model_141 -unknown119=3 - -// 1011 -[npc_1011] -bas=bas_60 -vislevel=0 -size=1 -op1=Talk -resizeh=128 -resizev=90 -recol1s=7362 -recol1d=15718 -recol2s=28471 -recol2d=17952 -name=Fycie -model1=model_2878 -model2=model_3441 -head1=model_3444 -unknown119=3 - -// 1012 -[npc_1012] -bas=bas_60 -vislevel=0 -size=1 -op1=Talk -resizeh=128 -resizev=90 -recol1s=7362 -recol1d=15718 -recol2s=28471 -recol2d=9376 -name=Bugs -model1=model_2878 -model2=model_3441 -head1=model_3444 -unknown119=3 - -// 1013 -[npc_1013] -bas=bas_274 -vislevel=0 -size=1 -name=Swamp toad -model1=model_3447 -unknown119=3 - -// 1014 -[npc_1014] -bas=bas_1051 -vislevel=0 -size=1 -name=Bloated Toad -model1=model_3447 -unknown119=3 - -// 1015 -[npc_1015] -bas=bas_1000 -op1=Take -size=1 -vislevel=0 -minimap=no -name=Iron pickaxe -model1=model_4922 -unknown119=3 - -// 1016 -[npc_1016] -bas=bas_1053 -vislevel=0 -size=1 -op4=Pluck -name=Chompy bird -model1=model_26861 -unknown119=1 - -// 1017 -[npc_1017] -bas=bas_62 -size=1 -resizeh=80 -resizev=80 -op2=Attack -vislevel=1 -recol1s=23150 -recol1d=12547 -recol2s=23116 -recol2d=11490 -recol3s=22059 -recol3d=10433 -name=Chicken -model1=model_23905 -unknown119=3 - -// 1018 -[npc_1018] -bas=bas_62 -size=1 -op2=Attack -resizeh=100 -resizev=100 -vislevel=3 -recol1s=22059 -recol1d=14496 -recol2s=28388 -recol2d=26182 -recol3s=19488 -recol3d=19587 -recol4s=16416 -recol4d=16515 -recol5s=23150 -recol5d=17634 -recol6s=23116 -recol6d=17600 -name=Rooster -model1=model_23905 -unknown119=3 - -// 1019 -[npc_1019] -bas=bas_1177 -op2=Attack -ambient=25 -vislevel=35 -name=Fire elemental -model1=model_335 -unknown119=3 - -// 1020 -[npc_1020] -bas=bas_1174 -op2=Attack -vislevel=35 -recol1s=14446 -recol1d=16776 -recol2s=13389 -recol2d=13639 -recol3s=12332 -recol3d=12582 -recol4s=11275 -recol4d=11525 -name=Earth elemental -model1=model_18649 -unknown119=3 - -// 1021 -[npc_1021] -bas=bas_1176 -op2=Attack -vislevel=34 -name=Air elemental -model1=model_172 -unknown119=3 - -// 1022 -[npc_1022] -bas=bas_1178 -op2=Attack -vislevel=34 -name=Water elemental -model1=model_334 -unknown119=3 - -// 1023 -[npc_1023] -bas=bas_4 -size=1 -vislevel=72 -recol1s=25098 -recol1d=32596 -recol2s=18991 -recol2d=32596 -recol3s=2340 -recol3d=10400 -recol4s=14724 -recol4d=6272 -recol5s=7298 -recol5d=32596 -name=Vampire -model1=model_4089 -model2=model_4090 -model3=model_4088 -model4=model_275 -model5=model_33033 -unknown119=3 - -// 1024 -[npc_1024] -vislevel=0 -size=1 -active=no -vislevel=0 -spotshadow=no -model1=model_6318 -unknown119=3 - -// 1025 -[npc_1025] -vislevel=0 -size=1 -active=no -vislevel=0 -spotshadow=no -model1=model_6318 -unknown119=3 - -// 1026 -[npc_1026] -vislevel=0 -size=1 -active=no -vislevel=0 -spotshadow=no -model1=model_6318 -unknown119=3 - -// 1027 -[npc_1027] -vislevel=0 -size=1 -active=no -vislevel=0 -spotshadow=no -model1=model_6318 -unknown119=3 - -// 1028 -[npc_1028] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Baby impling -model1=model_26366 -model2=model_26367 -unknown119=3 - -// 1029 -[npc_1029] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Young impling -model1=model_26365 -model2=model_26367 -unknown119=3 - -// 1030 -[npc_1030] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Gourmet impling -model1=model_26371 -model2=model_26367 -unknown119=3 - -// 1031 -[npc_1031] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Earth impling -model1=model_26369 -model2=model_26367 -unknown119=3 - -// 1032 -[npc_1032] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Essence impling -model1=model_26372 -model2=model_26367 -unknown119=3 - -// 1033 -[npc_1033] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Eclectic impling -model1=model_26370 -model2=model_26367 -unknown119=3 - -// 1034 -[npc_1034] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Nature impling -model1=model_26375 -model2=model_26367 -unknown119=3 - -// 1035 -[npc_1035] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Magpie impling -model1=model_26373 -model2=model_26367 -unknown119=3 - -// 1036 -[npc_1036] -bas=bas_92 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=16846 -recol3d=25098 -recol4s=6273 -recol4d=11561 -name=Banker -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_320 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 1037 -[npc_1037] -bas=bas_108 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=416 -recol1d=13671 -recol2s=384 -recol2d=10496 -recol3s=352 -recol3d=10496 -recol4s=13728 -recol4d=8353 -recol5s=6144 -recol5d=8353 -name=Prissy Scilla -model1=model_8238 -model2=model_2909 -model3=model_2922 -head1=model_21 -unknown119=3 - -// 1038 -[npc_1038] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -retex1s=material_359 -retex1d=material_254 -retex2s=material_256 -retex2d=material_258 -retex3s=material_252 -retex3d=material_254 -name=Rufus -model1=model_26121 -model2=model_26133 -model3=model_26118 -model4=model_26128 -model5=model_26119 -head1=model_39751 -unknown119=3 - -// 1039 -[npc_1039] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -retex1s=material_257 -retex1d=material_359 -name=Barker -model1=model_26122 -model2=model_26134 -model3=model_26114 -model4=model_26129 -model5=model_26119 -head1=model_39958 -unknown119=3 - -// 1040 -[npc_1040] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -name=Fidelio -model1=model_26121 -model2=model_26130 -model3=model_26114 -model4=model_26125 -model5=model_26119 -head1=model_39751 -unknown119=3 - -// 1041 -[npc_1041] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -retex1s=material_359 -retex1d=material_254 -retex2s=material_256 -retex2d=material_258 -name=Sbott -model1=model_26122 -model2=model_26131 -model3=model_26115 -model4=model_26126 -model5=model_26119 -head1=model_39958 -unknown119=3 - -// 1042 -[npc_1042] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -retex1s=material_527 -retex1d=material_263 -name=Roavar -model1=model_26123 -model2=model_26132 -model3=model_26116 -model4=model_26127 -model5=model_26119 -head1=model_39890 -unknown119=3 - -// 1043 -[npc_1043] -bas=bas_250 -vislevel=0 -resizeh=142 -resizev=142 -minimap=no -ambient=70 -contrast=70 -name=Will o' the wisp -model1=model_3558 -unknown119=7 - -// 1044 -[npc_1044] -bas=bas_4 -size=1 -op2=Attack -vislevel=22 -retex1s=material_359 -retex1d=material_250 -retex2s=material_268 -retex2d=material_250 -name=Monk of Zamorak -model1=model_31576 -model2=model_31598 -model3=model_31602 -model4=model_31577 -model5=model_31589 -model6=model_31607 -unknown119=3 - -// 1045 -[npc_1045] -bas=bas_4 -size=1 -op2=Attack -vislevel=17 -retex1s=material_255 -retex1d=material_272 -retex2s=material_228 -retex2d=material_426 -name=Monk of Zamorak -model1=model_31570 -model2=model_31594 -model3=model_31603 -model4=model_31577 -model5=model_31586 -model6=model_31607 -unknown119=3 - -// 1046 -[npc_1046] -bas=bas_4 -vislevel=30 -size=1 -op2=Attack -retex1s=material_255 -retex1d=material_272 -name=Monk of Zamorak -model1=model_31568 -model2=model_31597 -model3=model_31603 -model4=model_31577 -model5=model_31589 -model6=model_31607 -unknown119=3 - -// 1047 -[npc_1047] -bas=bas_4 -op1=Talk-to -alwaysontop=yes -vislevel=1 -retex1s=material_256 -retex1d=material_250 -multivar=varplayerbit_4593 -multinpc=0,npc_7707 -unknown119=3 - -// 1048 -[npc_1048] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4570 -multinpc=1,npc_7664 -unknown119=3 - -// 1049 -[npc_1049] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=27347 -recol1d=25098 -recol2s=11296 -recol2d=5216 -recol3s=13543 -recol3d=6273 -recol4s=10240 -recol4d=5216 -recol5s=8192 -recol5d=5216 -retex1s=material_256 -retex1d=material_250 -retex2s=material_252 -retex2d=material_273 -retex3s=material_359 -retex3d=material_273 -name=Drezel -model1=model_31568 -model2=model_31592 -model3=model_31602 -model4=model_31577 -model5=model_31584 -model6=model_31607 -head1=model_39760 -unknown119=3 - -// 1050 -[npc_1050] -bas=bas_111 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=25098 -recol1d=17085 -recol2s=14724 -recol2d=11488 -recol3s=2340 -recol3d=11488 -recol4s=6273 -recol4d=23292 -recol5s=12352 -recol5d=1118 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Filliman Tarlock -model1=model_210 -model2=model_292 -model3=model_256 -model4=model_170 -model5=model_250 -model6=model_176 -model7=model_280 -head1=model_39600 -head2=model_38642 -unknown119=3 - -// 1051 -[npc_1051] -bas=bas_111 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=1634 -recol2s=2340 -recol2d=1634 -recol3s=6273 -recol3d=1634 -recol4s=25098 -recol4d=1986 -recol5s=8456 -recol5d=32767 -recol6s=12352 -recol6d=320 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Nature Spirit -model1=model_210 -model2=model_292 -model3=model_256 -model4=model_170 -model5=model_250 -model6=model_176 -model7=model_280 -model8=model_3604 -head1=model_39600 -head2=model_38642 -unknown119=3 - -// 1052 -[npc_1052] -bas=bas_167 -vislevel=0 -size=2 -minimap=no -name=Ghast -model1=model_3559 -unknown119=3 - -// 1053 -[npc_1053] -bas=bas_168 -size=2 -op2=Attack -vislevel=30 -name=Ghast -model1=model_3559 -unknown119=3 - -// 1054 -[npc_1054] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=15375 -recol3d=7329 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Ulizius -model1=model_232 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -model8=model_317 -model9=model_317 -model10=model_325 -model11=model_536 -head1=model_39707 -head2=model_39223 -unknown119=3 - -// 1055 -[npc_1055] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14724 -recol1d=20810 -recol2s=2340 -recol2d=16916 -recol3s=7298 -recol3d=0 -recol4s=9473 -recol4d=0 -recol5s=3491 -recol5d=12688 -name=Pirate Jackie the Fruit -model1=model_388 -model2=model_456 -model3=model_332 -model4=model_356 -model5=model_433 -model6=model_361 -head1=model_39013 -unknown119=3 - -// 1056 -[npc_1056] -bas=bas_47 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=8384 -recol1d=27483 -recol2s=2340 -recol2d=2114 -recol3s=7298 -recol3d=2114 -recol4s=9473 -recol4d=27483 -recol5s=14724 -recol5d=2114 -recol6s=12677 -recol6d=2114 -name=Mime -model1=model_40225 -model2=model_3667 -model3=model_292 -model4=model_163 -model5=model_179 -model6=model_254 -model7=model_185 -unknown119=3 - -// 1057 -[npc_1057] -bas=bas_670 -vislevel=0 -size=1 -minimap=no -recol1s=14724 -recol1d=21074 -recol2s=2340 -recol2d=21074 -recol3s=6273 -recol3d=25236 -recol4s=25098 -recol4d=19813 -recol5s=15856 -recol5d=28512 -recol6s=7298 -recol6d=21074 -name=Strange watcher -model1=model_223 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_3599 -unknown119=3 - -// 1058 -[npc_1058] -bas=bas_670 -vislevel=0 -size=1 -minimap=no -recol1s=25098 -recol1d=7552 -recol2s=6273 -recol2d=6304 -recol3s=15856 -recol3d=7552 -recol4s=2340 -recol4d=7360 -recol5s=7298 -recol5d=3168 -name=Strange watcher -model1=model_206 -model2=model_252 -model3=model_315 -model4=model_173 -model5=model_176 -model6=model_3599 -unknown119=3 - -// 1059 -[npc_1059] -bas=bas_670 -vislevel=0 -size=1 -minimap=no -recol1s=32631 -recol1d=17734 -recol2s=15856 -recol2d=17734 -recol3s=25098 -recol3d=17734 -recol4s=2340 -recol4d=13443 -recol5s=16846 -recol5d=12419 -recol6s=11561 -recol6d=10272 -name=Strange watcher -model1=model_209 -model2=model_306 -model3=model_156 -model4=model_176 -model5=model_3599 -unknown119=3 - -// 1060 -[npc_1060] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=8386 -recol5d=0 -name=Denulth -model1=model_225 -model2=model_295 -model3=model_150 -model4=model_254 -model5=model_185 -model6=model_323 -model7=model_3780 -head1=model_40035 -head2=model_39223 -unknown119=3 - -// 1061 -[npc_1061] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=8386 -recol5d=0 -recol6s=15392 -recol6d=0 -name=Sergeant -model1=model_225 -model2=model_295 -model3=model_150 -model4=model_254 -model5=model_185 -model6=model_323 -model7=model_3780 -head1=model_40035 -head2=model_39223 -unknown119=1 - -// 1062 -[npc_1062] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=8386 -recol5d=0 -recol6s=15392 -recol6d=0 -name=Sergeant -model1=model_225 -model2=model_295 -model3=model_150 -model4=model_254 -model5=model_185 -model6=model_323 -model7=model_3780 -head1=model_40035 -head2=model_39223 -unknown119=3 - -// 1063 -[npc_1063] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=7329 -recol5d=0 -name=Soldier -model1=model_225 -model2=model_295 -model3=model_150 -model4=model_254 -model5=model_185 -model6=model_317 -model7=model_3780 -head1=model_40035 -head2=model_39223 -unknown119=1 - -// 1064 -[npc_1064] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=7329 -recol5d=0 -name=Soldier -model1=model_225 -model2=model_295 -model3=model_150 -model4=model_254 -model5=model_185 -model6=model_317 -model7=model_3780 -head1=model_40035 -head2=model_39223 -unknown119=1 - -// 1065 -[npc_1065] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op2=Attack -vislevel=48 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=7329 -recol5d=0 -name=Soldier -model1=model_225 -model2=model_295 -model3=model_150 -model4=model_254 -model5=model_185 -model6=model_317 -model7=model_3780 -head1=model_40035 -head2=model_39223 -unknown119=3 - -// 1066 -[npc_1066] -bas=bas_999 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=7329 -recol5d=0 -name=Soldier -model1=model_217 -model2=model_295 -model3=model_150 -model4=model_264 -model5=model_3710 -model6=model_246 -head1=model_39859 -head2=model_39223 -unknown119=1 - -// 1067 -[npc_1067] -bas=bas_999 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=7329 -recol5d=0 -name=Soldier -model1=model_230 -model2=model_295 -model3=model_150 -model4=model_264 -model5=model_3710 -model6=model_246 -head1=model_39859 -head2=model_39223 -unknown119=1 - -// 1068 -[npc_1068] -bas=bas_999 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=6273 -recol5d=0 -name=Soldier -model1=model_214 -model2=model_295 -model3=model_150 -model4=model_264 -model5=model_3710 -model6=model_246 -head1=model_39859 -head2=model_39223 -unknown119=1 - -// 1069 -[npc_1069] -bas=bas_249 -size=2 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=7329 -recol5d=0 -name=Soldier -model1=model_217 -model2=model_295 -model3=model_150 -model4=model_3779 -model5=model_246 -head1=model_39859 -head2=model_39223 -unknown119=1 - -// 1070 -[npc_1070] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=14732 -recol2s=7298 -recol2d=25098 -recol3s=2340 -recol3d=7298 -recol4s=15856 -recol4d=25098 -name=Saba -model1=model_206 -model2=model_250 -model3=model_315 -model4=model_32593 -model5=model_10218 -model6=model_275 -model7=model_181 -head1=model_39811 -head2=model_38642 -unknown119=3 - -// 1071 -[npc_1071] -bas=bas_53 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=20017 -recol2s=2340 -recol2d=20017 -recol3s=4192 -recol3d=16846 -recol4s=7328 -recol4d=16846 -name=Tenzing -model1=model_230 -model2=model_253 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_274 -model7=model_3704 -model8=model_3706 -model9=model_3707 -model10=model_3711 -head1=model_39799 -head2=model_39227 -head3=model_39456 -unknown119=3 - -// 1072 -[npc_1072] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op2=Attack -vislevel=4 -recol1s=16909 -recol1d=25098 -recol2s=14724 -recol2d=7399 -recol3s=2340 -recol3d=13675 -recol4s=7298 -recol4d=21074 -name=Eadburg -model1=model_393 -model2=model_374 -model3=model_467 -model4=model_332 -model5=model_353 -model6=model_428 -model7=model_358 -head1=model_38926 -head2=model_38769 -unknown119=3 - -// 1073 -[npc_1073] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op2=Attack -vislevel=42 -recol1s=7330 -recol1d=24096 -name=Archer -model1=model_220 -model2=model_246 -model3=model_303 -model4=model_167 -model5=model_179 -model6=model_277 -model7=model_185 -model8=model_563 -head1=model_39441 -head2=model_39630 -unknown119=3 - -// 1074 -[npc_1074] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op2=Attack -vislevel=42 -recol1s=7330 -recol1d=24096 -recol2s=6273 -recol2d=5217 -name=Archer -model1=model_220 -model2=model_250 -model3=model_303 -model4=model_151 -model5=model_179 -model6=model_277 -model7=model_185 -model8=model_563 -head1=model_39441 -head2=model_39799 -head3=model_38642 -unknown119=3 - -// 1075 -[npc_1075] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op2=Attack -vislevel=42 -recol1s=7330 -recol1d=24096 -recol2s=6273 -recol2d=5217 -name=Archer -model1=model_220 -model2=model_248 -model3=model_303 -model4=model_167 -model5=model_179 -model6=model_277 -model7=model_185 -model8=model_563 -head1=model_39441 -head2=model_39799 -head3=model_39275 -unknown119=3 - -// 1076 -[npc_1076] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op2=Attack -vislevel=37 -recol1s=2340 -recol1d=14724 -recol2s=6273 -recol2d=0 -recol3s=15789 -recol3d=16846 -name=Guard -model1=model_219 -model2=model_248 -model3=model_294 -model4=model_167 -model5=model_179 -model6=model_274 -model7=model_185 -model8=model_542 -model9=model_541 -head1=model_38589 -head2=model_39275 -unknown119=3 - -// 1077 -[npc_1077] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op2=Attack -vislevel=37 -recol1s=2340 -recol1d=14724 -recol2s=6273 -recol2d=23188 -recol3s=15789 -recol3d=16846 -recol4s=15856 -recol4d=25098 -name=Guard -model1=model_219 -model2=model_253 -model3=model_298 -model4=model_32592 -model5=model_179 -model6=model_263 -model7=model_185 -model8=model_542 -model9=model_541 -head1=model_38589 -head2=model_39227 -unknown119=3 - -// 1078 -[npc_1078] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=14724 -name=Harold -model1=model_219 -model2=model_246 -model3=model_294 -model4=model_167 -model5=model_179 -model6=model_274 -model7=model_185 -head1=model_38589 -head2=model_39223 -unknown119=3 - -// 1079 -[npc_1079] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=25098 -recol2s=14724 -recol2d=6342 -recol3s=2340 -recol3d=4228 -recol4s=6273 -recol4d=2114 -retex1s=material_252 -retex1d=material_272 -name=Tostig -model1=model_217 -model2=model_247 -model3=model_302 -model4=model_32592 -model5=model_10218 -model6=model_263 -model7=model_185 -head1=model_39859 -head2=model_39256 -unknown119=3 - -// 1080 -[npc_1080] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=15856 -recol1d=25098 -recol2s=14724 -recol2d=13517 -recol3s=2340 -recol3d=13517 -recol4s=6273 -recol4d=23182 -name=Eohric -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_267 -model7=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 1081 -[npc_1081] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op2=Attack -vislevel=5 -recol1s=15856 -recol1d=25098 -recol2s=14724 -recol2d=13675 -recol3s=2340 -recol3d=13675 -recol4s=6273 -recol4d=14694 -retex1s=material_250 -retex1d=material_262 -retex2s=material_273 -retex2d=material_527 -name=Servant -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_267 -model7=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 1082 -[npc_1082] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=32735 -recol1d=15751 -recol2s=2340 -recol2d=10465 -recol3s=6273 -recol3d=0 -name=Dunstan -model1=model_214 -model2=model_252 -model3=model_302 -model4=model_167 -model5=model_179 -model6=model_263 -model7=model_185 -model8=model_491 -head1=model_39726 -head2=model_38097 -unknown119=3 - -// 1083 -[npc_1083] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=32735 -recol1d=15751 -recol2s=2340 -recol2d=17903 -recol3s=14724 -recol3d=0 -name=Wistan -model1=model_230 -model2=model_249 -model3=model_305 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -head1=model_39799 -head2=model_39254 -unknown119=3 - -// 1084 -[npc_1084] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=5 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=11561 -name=Breoca -model1=model_208 -model2=model_246 -model3=model_292 -model4=model_163 -model5=model_179 -model6=model_254 -model7=model_185 -head1=model_38588 -head2=model_39223 -unknown119=3 - -// 1085 -[npc_1085] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=5 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=6346 -retex1s=material_268 -retex1d=material_202 -name=Ocga -model1=model_208 -model2=model_249 -model3=model_292 -model4=model_163 -model5=model_179 -model6=model_254 -model7=model_185 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 1086 -[npc_1086] -bas=bas_53 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=14724 -recol1d=12619 -recol2s=2340 -recol2d=10535 -name=Man -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_3707 -model5=model_151 -model6=model_176 -model7=model_3711 -model8=model_254 -model9=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 1087 -[npc_1087] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=5 -recol1s=2340 -recol1d=4292 -recol2s=14724 -recol2d=7527 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=25236 -retex1s=material_257 -retex1d=material_527 -retex2s=material_228 -retex2d=material_426 -retex3s=material_202 -retex3d=material_262 -name=Penda -model1=model_214 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -head1=model_39726 -head2=model_39223 -unknown119=3 - -// 1088 -[npc_1088] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=4 -recol1s=2340 -recol1d=16816 -recol2s=14724 -recol2d=16816 -retex1s=material_268 -retex1d=material_202 -name=Hygd -model1=model_398 -model2=model_470 -model3=model_348 -model4=model_356 -model5=model_421 -model6=model_361 -head1=model_39022 -unknown119=3 - -// 1089 -[npc_1089] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=4 -recol1s=2340 -recol1d=15558 -recol2s=14724 -recol2d=21867 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -name=Ceolburg -model1=model_398 -model2=model_470 -model3=model_348 -model4=model_356 -model5=model_421 -model6=model_361 -model7=model_444 -head1=model_39022 -unknown119=3 - -// 1090 -[npc_1090] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=0 -recol2s=14724 -recol2d=0 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=0 -name=Hild -model1=model_378 -model2=model_456 -model3=model_332 -model4=model_10706 -model5=model_431 -model6=model_358 -model7=model_447 -head1=model_39090 -unknown119=3 - -// 1091 -[npc_1091] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Talk-to -alwaysontop=yes -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=4228 -recol3s=14630 -recol3d=4228 -recol4s=13573 -recol4d=3171 -recol5s=32760 -recol5d=3171 -recol6s=29591 -recol6d=2114 -name=Bob -model1=model_34020 -head1=model_34053 -unknown119=3 - -// 1092 -[npc_1092] -bas=bas_78 -size=1 -op1=Talk-to -op2=Attack -vislevel=36 -recol1s=8388 -recol1d=26357 -recol2s=6274 -recol2d=23220 -recol3s=11561 -recol3d=23220 -recol4s=16846 -recol4d=28471 -recol5s=15789 -recol5d=27447 -recol6s=9473 -recol6d=23220 -name=White Knight -model1=model_11744 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_546 -model6=model_268 -model7=model_4954 -head1=model_39952 -unknown119=3 - -// 1093 -[npc_1093] -bas=bas_63 -vislevel=0 -size=1 -resizeh=100 -resizev=100 -recol1s=21102 -recol1d=24206 -recol2s=18989 -recol2d=24240 -recol3s=15818 -recol3d=22159 -recol4s=6308 -recol4d=16906 -recol5s=4194 -recol5d=24275 -recol6s=5251 -recol6d=23217 -name=Billy -model1=model_20273 -model2=model_20281 -model3=model_20277 -unknown119=3 - -// 1094 -[npc_1094] -bas=bas_63 -vislevel=0 -size=1 -recol1s=21102 -recol1d=22195 -recol2s=18989 -recol2d=20080 -recol3s=15818 -recol3d=17966 -recol4s=13736 -recol4d=16906 -recol5s=4194 -recol5d=9512 -recol6s=5251 -recol6d=8455 -name=Mountain goat -model1=model_20273 -model2=model_20281 -model3=model_20275 -unknown119=3 - -// 1095 -[npc_1095] -bas=bas_258 -size=2 -resizeh=180 -resizev=180 -op2=Attack -vislevel=111 -recol1s=16846 -recol1d=14761 -recol2s=32761 -recol2d=25360 -recol3s=15919 -recol3d=14728 -name=Rock -model1=model_3753 -model2=model_3759 -model3=model_3756 -model4=model_3768 -model5=model_3770 -model6=model_3760 -model7=model_3773 -unknown119=3 - -// 1096 -[npc_1096] -bas=bas_42 -size=2 -resizeh=185 -resizev=162 -op2=Attack -vislevel=104 -recol1s=16846 -recol1d=13704 -recol2s=15919 -recol2d=13671 -name=Stick -model1=model_3754 -model2=model_3758 -model3=model_3756 -model4=model_3766 -model5=model_3763 -unknown119=3 - -// 1097 -[npc_1097] -bas=bas_254 -size=2 -resizeh=174 -resizev=160 -op2=Attack -vislevel=91 -recol1s=16846 -recol1d=10533 -recol2s=15919 -recol2d=10500 -recol3s=32761 -recol3d=28432 -name=Pee Hat -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3766 -model5=model_3762 -unknown119=3 - -// 1098 -[npc_1098] -bas=bas_254 -size=2 -resizeh=178 -resizev=162 -op2=Attack -vislevel=91 -recol1s=16846 -recol1d=11558 -recol2s=15919 -recol2d=11492 -name=Kraka -model1=model_3753 -model2=model_3759 -model3=model_3756 -model4=model_3773 -model5=model_3766 -model6=model_3763 -unknown119=3 - -// 1099 -[npc_1099] -bas=bas_42 -size=2 -resizeh=145 -resizev=145 -vislevel=0 -recol1s=16846 -recol1d=13704 -recol2s=15919 -recol2d=13671 -recol3s=29464 -recol3d=22127 -name=Dung -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3772 -model5=model_3767 -unknown119=3 - -// 1100 -[npc_1100] -bas=bas_42 -size=2 -resizeh=132 -resizev=132 -vislevel=0 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=29464 -recol3d=24275 -name=Ash -model1=model_3754 -model2=model_3758 -model3=model_3756 -model4=model_3772 -model5=model_3764 -unknown119=3 - -// 1101 -[npc_1101] -bas=bas_42 -size=1 -resizeh=112 -resizev=112 -op2=Attack -vislevel=67 -recol1s=16846 -recol1d=14728 -recol2s=15919 -recol2d=13638 -name=Thrower Troll -model1=model_3753 -model2=model_3758 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 1102 -[npc_1102] -bas=bas_42 -size=1 -resizeh=128 -resizev=128 -op2=Attack -vislevel=67 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -name=Thrower Troll -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 1103 -[npc_1103] -bas=bas_42 -size=1 -resizeh=108 -resizev=108 -op2=Attack -vislevel=67 -recol1s=16846 -recol1d=13704 -recol2s=15919 -recol2d=13671 -name=Thrower Troll -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3765 -unknown119=3 - -// 1104 -[npc_1104] -bas=bas_42 -size=1 -resizeh=122 -resizev=122 -op2=Attack -vislevel=67 -recol1s=16846 -recol1d=14728 -recol2s=15919 -recol2d=13638 -name=Thrower Troll -model1=model_3754 -model2=model_3758 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 1105 -[npc_1105] -bas=bas_42 -size=1 -resizeh=120 -resizev=120 -op2=Attack -vislevel=67 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -name=Thrower Troll -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 1106 -[npc_1106] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -op2=Attack -vislevel=69 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -name=Mountain troll -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3762 -unknown119=3 - -// 1107 -[npc_1107] -bas=bas_42 -size=1 -resizeh=128 -resizev=128 -op2=Attack -vislevel=69 -recol1s=16846 -recol1d=13704 -recol2s=15919 -recol2d=13671 -recol3s=10501 -recol3d=10502 -name=Mountain troll -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3763 -unknown119=3 - -// 1108 -[npc_1108] -bas=bas_254 -size=1 -resizeh=139 -resizev=139 -op2=Attack -vislevel=69 -recol1s=16846 -recol1d=10533 -recol2s=15919 -recol2d=10500 -recol3s=32761 -recol3d=26318 -name=Mountain troll -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3762 -model5=model_3766 -unknown119=3 - -// 1109 -[npc_1109] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -op2=Attack -vislevel=69 -recol1s=16846 -recol1d=11558 -recol2s=15919 -recol2d=11492 -recol3s=10501 -recol3d=9445 -name=Mountain troll -model1=model_3753 -model2=model_3758 -model3=model_3755 -model4=model_3763 -unknown119=3 - -// 1110 -[npc_1110] -bas=bas_254 -size=1 -resizeh=138 -resizev=138 -op2=Attack -vislevel=69 -recol1s=16846 -recol1d=14761 -recol2s=32761 -recol2d=25360 -recol3s=32761 -recol3d=28432 -name=Mountain troll -model1=model_3753 -model2=model_3759 -model3=model_3756 -model4=model_3762 -model5=model_3766 -unknown119=3 - -// 1111 -[npc_1111] -bas=bas_42 -size=1 -resizeh=125 -resizev=125 -op2=Attack -vislevel=69 -recol1s=16846 -recol1d=11557 -recol2s=15919 -recol2d=11491 -name=Mountain troll -model1=model_3754 -model2=model_3758 -model3=model_3755 -model4=model_3763 -unknown119=3 - -// 1112 -[npc_1112] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -op2=Attack -vislevel=69 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=27409 -name=Mountain troll -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3762 -unknown119=3 - -// 1113 -[npc_1113] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -op1=Talk-to -vislevel=0 -recol1s=15856 -recol1d=25098 -recol2s=6273 -recol2d=11593 -recol3s=2340 -recol3d=7364 -recol4s=14724 -recol4d=8388 -recol5s=5120 -recol5d=15718 -name=Eadgar -model1=model_230 -model2=model_250 -model3=model_310 -model4=model_32593 -model5=model_10218 -model6=model_275 -model7=model_33033 -model8=model_326 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 1114 -[npc_1114] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -resizeh=118 -resizev=118 -recol1s=13600 -recol1d=0 -recol2s=16846 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=7298 -recol4d=0 -recol5s=8386 -recol5d=0 -recol6s=6273 -recol6d=2081 -name=Godric -model1=model_215 -model2=model_295 -model3=model_150 -model4=model_254 -model5=model_185 -model6=model_246 -head1=model_38641 -head2=model_39223 -unknown119=3 - -// 1115 -[npc_1115] -bas=bas_258 -size=2 -resizeh=200 -resizev=200 -op2=Attack -vislevel=113 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -recol4s=15392 -recol4d=9443 -name=Troll general -model1=model_3753 -model2=model_3759 -model3=model_3756 -model4=model_3768 -model5=model_3770 -model6=model_3760 -model7=model_3757 -model8=model_3774 -unknown119=3 - -// 1116 -[npc_1116] -bas=bas_254 -size=2 -resizeh=200 -resizev=200 -op2=Attack -vislevel=113 -recol1s=16846 -recol1d=14761 -recol2s=32761 -recol2d=25360 -recol3s=15919 -recol3d=14728 -recol4s=15392 -recol4d=9443 -name=Troll general -model1=model_3754 -model2=model_3759 -model3=model_3756 -model4=model_3769 -model5=model_3770 -model6=model_3760 -model7=model_3757 -model8=model_3774 -unknown119=3 - -// 1117 -[npc_1117] -bas=bas_254 -size=2 -resizeh=200 -resizev=200 -op2=Attack -vislevel=113 -recol1s=16846 -recol1d=11558 -recol2s=15919 -recol2d=11492 -recol3s=10501 -recol3d=9445 -recol4s=15392 -recol4d=9443 -name=Troll general -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3769 -model5=model_3770 -model6=model_3760 -model7=model_3757 -model8=model_3774 -unknown119=3 - -// 1118 -[npc_1118] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -op2=Attack -vislevel=71 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -name=Troll spectator -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3762 -unknown119=3 - -// 1119 -[npc_1119] -bas=bas_42 -size=1 -resizeh=128 -resizev=128 -op2=Attack -vislevel=71 -recol1s=16846 -recol1d=13704 -recol2s=15919 -recol2d=13671 -recol3s=10501 -recol3d=10502 -name=Troll spectator -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3763 -unknown119=3 - -// 1120 -[npc_1120] -bas=bas_254 -size=1 -resizeh=139 -resizev=139 -op2=Attack -vislevel=71 -recol1s=16846 -recol1d=10533 -recol2s=15919 -recol2d=10500 -recol3s=32761 -recol3d=26318 -name=Troll spectator -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3762 -model5=model_3766 -unknown119=3 - -// 1121 -[npc_1121] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -op2=Attack -vislevel=71 -recol1s=16846 -recol1d=11558 -recol2s=15919 -recol2d=11492 -recol3s=10501 -recol3d=9445 -name=Troll spectator -model1=model_3753 -model2=model_3758 -model3=model_3755 -model4=model_3763 -unknown119=3 - -// 1122 -[npc_1122] -bas=bas_254 -size=1 -resizeh=138 -resizev=138 -op2=Attack -vislevel=71 -recol1s=16846 -recol1d=14761 -recol2s=32761 -recol2d=25360 -recol3s=32761 -recol3d=28432 -name=Troll spectator -model1=model_3753 -model2=model_3759 -model3=model_3756 -model4=model_3762 -model5=model_3766 -unknown119=3 - -// 1123 -[npc_1123] -bas=bas_42 -size=1 -resizeh=125 -resizev=125 -op2=Attack -vislevel=71 -recol1s=16846 -recol1d=11557 -recol2s=15919 -recol2d=11491 -name=Troll spectator -model1=model_3754 -model2=model_3758 -model3=model_3755 -model4=model_3763 -unknown119=3 - -// 1124 -[npc_1124] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -op2=Attack -vislevel=71 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=27409 -name=Troll spectator -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3762 -unknown119=3 - -// 1125 -[npc_1125] -bas=bas_815 -size=3 -resizeh=224 -resizev=224 -op1=Talk-to -op2=Attack -vislevel=101 -recol1s=16846 -recol1d=13706 -recol2s=15919 -recol2d=13673 -name=Dad -model1=model_3753 -model2=model_3759 -model3=model_3756 -model4=model_3773 -model5=model_3761 -head1=model_3791 -head2=model_3789 -unknown119=1 - -// 1126 -[npc_1126] -bas=bas_42 -size=2 -resizeh=142 -resizev=142 -op2=Attack -vislevel=71 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -recol4s=15789 -recol4d=20013 -recol5s=13675 -recol5d=14762 -name=Twig -model1=model_3754 -model2=model_3758 -model3=model_3756 -model4=model_3769 -model5=model_3771 -unknown119=3 - -// 1127 -[npc_1127] -bas=bas_42 -size=2 -resizeh=148 -resizev=148 -op2=Attack -vislevel=71 -recol1s=16846 -recol1d=13704 -recol2s=15919 -recol2d=13671 -recol3s=10501 -recol3d=10502 -recol4s=15789 -recol4d=16942 -recol5s=13675 -recol5d=11688 -name=Berry -model1=model_3754 -model2=model_3758 -model3=model_3756 -model4=model_3763 -model5=model_3771 -unknown119=3 - -// 1128 -[npc_1128] -bas=bas_816 -size=2 -resizeh=142 -resizev=142 -op2=Attack -op3=Pickpocket -vislevel=71 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -recol4s=15789 -recol4d=20013 -recol5s=13675 -recol5d=14762 -name=Twig -model1=model_3754 -model2=model_3758 -model3=model_3756 -model4=model_3769 -model5=model_3771 -unknown119=1 - -// 1129 -[npc_1129] -bas=bas_816 -size=2 -resizeh=148 -resizev=148 -op2=Attack -op3=Pickpocket -vislevel=71 -recol1s=16846 -recol1d=13704 -recol2s=15919 -recol2d=13671 -recol3s=10501 -recol3d=10502 -recol4s=15789 -recol4d=16942 -recol5s=13675 -recol5d=11688 -name=Berry -model1=model_3754 -model2=model_3758 -model3=model_3756 -model4=model_3763 -model5=model_3771 -unknown119=1 - -// 1130 -[npc_1130] -bas=bas_42 -size=1 -resizeh=112 -resizev=112 -op2=Attack -vislevel=68 -recol1s=16846 -recol1d=14728 -recol2s=15919 -recol2d=13638 -name=Thrower troll -model1=model_3753 -model2=model_3758 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 1131 -[npc_1131] -bas=bas_42 -size=1 -resizeh=128 -resizev=128 -op2=Attack -vislevel=68 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -name=Thrower troll -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 1132 -[npc_1132] -bas=bas_42 -size=1 -resizeh=108 -resizev=108 -op2=Attack -vislevel=68 -recol1s=16846 -recol1d=13704 -recol2s=15919 -recol2d=13671 -name=Thrower troll -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3765 -unknown119=3 - -// 1133 -[npc_1133] -bas=bas_42 -size=1 -resizeh=122 -resizev=122 -op2=Attack -vislevel=68 -recol1s=16846 -recol1d=14728 -recol2s=15919 -recol2d=13638 -name=Thrower troll -model1=model_3754 -model2=model_3758 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 1134 -[npc_1134] -bas=bas_42 -size=1 -resizeh=120 -resizev=120 -op2=Attack -vislevel=68 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -name=Thrower troll -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 1135 -[npc_1135] -bas=bas_42 -size=2 -resizeh=132 -resizev=132 -vislevel=0 -recol1s=16846 -recol1d=10533 -recol2s=15919 -recol2d=10500 -recol3s=32761 -recol3d=26318 -name=Cook -model1=model_3754 -model2=model_3758 -model3=model_3756 -model4=model_3772 -model5=model_3764 -unknown119=3 - -// 1136 -[npc_1136] -bas=bas_42 -size=2 -resizeh=132 -resizev=132 -vislevel=0 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -name=Cook -model1=model_3754 -model2=model_3758 -model3=model_3755 -model4=model_3772 -model5=model_3767 -unknown119=3 - -// 1137 -[npc_1137] -bas=bas_42 -size=2 -resizeh=132 -resizev=132 -vislevel=0 -recol1s=16846 -recol1d=14761 -recol2s=32761 -recol2d=25360 -recol3s=32761 -recol3d=28432 -name=Cook -model1=model_3754 -model2=model_3759 -model3=model_3756 -model4=model_3772 -model5=model_3767 -unknown119=3 - -// 1138 -[npc_1138] -bas=bas_42 -size=1 -resizeh=136 -resizev=136 -op2=Attack -vislevel=71 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=27409 -name=Mountain troll -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3769 -unknown119=3 - -// 1139 -[npc_1139] -bas=bas_816 -size=2 -resizeh=142 -resizev=142 -vislevel=0 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -name=Mushroom -model1=model_3754 -model2=model_3758 -model3=model_3756 -model4=model_3769 -unknown119=3 - -// 1140 -[npc_1140] -bas=bas_63 -vislevel=0 -resizeh=138 -resizev=138 -size=1 -recol1s=21102 -recol1d=10468 -recol2s=18989 -recol2d=8387 -recol3s=15818 -recol3d=6306 -recol4s=6308 -recol4d=23182 -recol5s=4194 -recol5d=23180 -recol6s=5251 -recol6d=22123 -name=Mountain goat -model1=model_20273 -model2=model_20280 -model3=model_20275 -unknown119=3 - -// 1141 -[npc_1141] -bas=bas_63 -vislevel=0 -resizeh=118 -resizev=118 -size=1 -recol1s=21102 -recol1d=10468 -recol2s=18989 -recol2d=8387 -recol3s=15818 -recol3d=6306 -recol4s=6308 -recol4d=23182 -recol5s=4194 -recol5d=23180 -recol6s=5251 -recol6d=22123 -name=Mountain goat -model1=model_20273 -model2=model_20280 -model3=model_20279 -unknown119=3 - -// 1142 -[npc_1142] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -vislevel=0 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -name=Guard -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3763 -unknown119=2 - -// 1143 -[npc_1143] -bas=bas_42 -size=1 -resizeh=128 -resizev=128 -vislevel=0 -recol1s=16846 -recol1d=13704 -recol2s=15919 -recol2d=13671 -recol3s=10501 -recol3d=10502 -name=Guard -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_3763 -unknown119=2 - -// 1144 -[npc_1144] -bas=bas_42 -size=1 -resizeh=139 -resizev=139 -vislevel=0 -recol1s=16846 -recol1d=10533 -recol2s=15919 -recol2d=10500 -recol3s=32761 -recol3d=26318 -name=Guard -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3763 -model5=model_3766 -unknown119=2 - -// 1145 -[npc_1145] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -vislevel=0 -recol1s=16846 -recol1d=11558 -recol2s=15919 -recol2d=11492 -recol3s=10501 -recol3d=9445 -name=Guard -model1=model_3753 -model2=model_3758 -model3=model_3755 -model4=model_3763 -unknown119=2 - -// 1146 -[npc_1146] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -vislevel=0 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -name=Guard -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3763 -unknown119=2 - -// 1147 -[npc_1147] -bas=bas_42 -size=1 -resizeh=125 -resizev=125 -vislevel=0 -recol1s=16846 -recol1d=11557 -recol2s=15919 -recol2d=11491 -name=Guard -model1=model_3754 -model2=model_3758 -model3=model_3755 -model4=model_3763 -unknown119=2 - -// 1148 -[npc_1148] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -vislevel=0 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -name=Guard -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3763 -unknown119=2 - -// 1149 -[npc_1149] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -vislevel=0 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -name=Guard -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3763 -unknown119=2 - -// 1150 -[npc_1150] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -vislevel=0 -recol1s=16846 -recol1d=13671 -recol2s=15919 -recol2d=13638 -recol3s=32761 -recol3d=25260 -name=Guard -model1=model_3753 -model2=model_3758 -model3=model_3756 -model4=model_3763 -unknown119=1 - -// 1151 -[npc_1151] -bas=bas_42 -alwaysontop=yes -size=2 -resizeh=156 -resizev=156 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=14761 -recol2s=32761 -recol2d=25360 -recol3s=15919 -recol3d=14728 -name=Burntmeat -model1=model_3754 -model2=model_3758 -model3=model_3756 -model4=model_3772 -model5=model_3764 -head1=model_3791 -head2=model_2930 -unknown119=1 - -// 1152 -[npc_1152] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=23250 -recol2s=14724 -recol2d=10566 -recol3s=2340 -recol3d=10566 -recol4s=15856 -recol4d=18789 -recol5s=25098 -recol5d=18789 -recol6s=7298 -recol6d=17864 -name=Weird Old Man -model1=model_230 -model2=model_250 -model3=model_310 -model4=model_32593 -model5=model_10218 -model6=model_275 -model7=model_181 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 1153 -[npc_1153] -bas=bas_195 -size=2 -op2=Attack -vislevel=28 -name=Kalphite Worker -model1=model_24596 -unknown119=3 - -// 1154 -[npc_1154] -bas=bas_195 -size=3 -op2=Attack -vislevel=85 -name=Kalphite Soldier -model1=model_24595 -unknown119=3 - -// 1155 -[npc_1155] -bas=bas_1222 -size=4 -op2=Attack -vislevel=141 -name=Kalphite Guardian -model1=model_24594 -unknown119=3 - -// 1156 -[npc_1156] -bas=bas_195 -size=2 -op2=Attack -vislevel=28 -name=Kalphite Worker -model1=model_24596 -unknown119=3 - -// 1157 -[npc_1157] -bas=bas_1222 -size=4 -op2=Attack -vislevel=141 -name=Kalphite Guardian -model1=model_24594 -unknown119=3 - -// 1158 -[npc_1158] -bas=bas_260 -size=5 -op2=Attack -headicon=6 -vislevel=333 -name=Kalphite Queen -model1=model_24597 -model2=model_24598 -unknown119=3 - -// 1159 -[npc_1159] -bas=bas_224 -vislevel=333 -size=5 -name=Kalphite Queen -model1=model_3850 -unknown119=3 - -// 1160 -[npc_1160] -bas=bas_261 -size=5 -op2=Attack -headicon=0 -vislevel=333 -name=Kalphite Queen -model1=model_24602 -model2=model_24605 -model3=model_24606 -unknown119=3 - -// 1161 -[npc_1161] -bas=bas_1221 -vislevel=0 -size=1 -name=Kalphite Larva -model1=model_24591 -unknown119=3 - -// 1162 -[npc_1162] -bas=bas_119 -resizeh=127 -resizev=131 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=9411 -recol2s=19165 -recol2d=24106 -recol3s=22332 -recol3d=25197 -recol4s=28573 -recol4d=29424 -name=Timfraku -model1=model_3615 -model2=model_230 -model3=model_246 -model4=model_8928 -model5=model_8916 -model6=model_10218 -model7=model_540 -model8=model_8925 -model9=model_8919 -head1=model_39778 -head2=model_39251 -head3=model_39411 -unknown119=3 - -// 1163 -[npc_1163] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=9410 -recol2s=15856 -recol2d=9410 -recol3s=10401 -recol3d=13908 -recol4s=24106 -recol4d=32534 -recol5s=16846 -recol5d=15392 -name=Tiadeche -model1=model_231 -model2=model_8919 -model3=model_246 -model4=model_315 -model5=model_33034 -model6=model_10218 -model7=model_8925 -model8=model_201 -model9=model_289 -head1=model_39778 -head2=model_39251 -head3=model_39549 -unknown119=3 - -// 1164 -[npc_1164] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=25098 -recol1d=9410 -recol2s=15856 -recol2d=9410 -recol3s=10401 -recol3d=13908 -recol4s=24106 -recol4d=32534 -recol5s=16846 -recol5d=15392 -name=Tiadeche -model1=model_231 -model2=model_8919 -model3=model_246 -model4=model_8928 -model5=model_8916 -model6=model_10218 -model7=model_8925 -model8=model_201 -model9=model_289 -head1=model_39778 -head2=model_39251 -head3=model_39549 -unknown119=3 - -// 1165 -[npc_1165] -bas=bas_119 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=15744 -recol2s=15856 -recol2d=14596 -recol3s=24106 -recol3d=16588 -recol4s=10401 -recol4d=18927 -recol5s=25098 -recol5d=9410 -recol6s=16846 -recol6d=16588 -retex1s=material_228 -retex1d=material_426 -name=Tinsay -model1=model_206 -model2=model_250 -model3=model_8928 -model4=model_8916 -model5=model_10218 -model6=model_8925 -model7=model_8919 -model8=model_553 -model9=model_201 -head1=model_39742 -head2=model_38642 -head3=model_39549 -unknown119=3 - -// 1166 -[npc_1166] -bas=bas_119 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=15744 -recol2s=15856 -recol2d=14596 -recol3s=24106 -recol3d=16588 -recol4s=10401 -recol4d=18927 -recol5s=25098 -recol5d=9410 -recol6s=16846 -recol6d=16588 -retex1s=material_228 -retex1d=material_426 -name=Tinsay -model1=model_206 -model2=model_250 -model3=model_8928 -model4=model_8916 -model5=model_10218 -model6=model_8925 -model7=model_8919 -model8=model_553 -model9=model_201 -head1=model_39742 -head2=model_38642 -head3=model_39549 -unknown119=3 - -// 1167 -[npc_1167] -bas=bas_119 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=9410 -recol2s=15856 -recol2d=9410 -recol3s=16846 -recol3d=15392 -name=Tamayu -model1=model_231 -model2=model_8919 -model3=model_246 -model4=model_315 -model5=model_33034 -model6=model_10218 -model7=model_8925 -model8=model_540 -model9=model_201 -head1=model_39778 -head2=model_39251 -head3=model_39549 -unknown119=3 - -// 1168 -[npc_1168] -bas=bas_119 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=25098 -recol1d=9410 -recol2s=15856 -recol2d=9410 -recol3s=16846 -recol3d=15392 -name=Tamayu -model1=model_231 -model2=model_8919 -model3=model_246 -model4=model_315 -model5=model_33034 -model6=model_10218 -model7=model_8925 -model8=model_540 -model9=model_201 -head1=model_39778 -head2=model_39251 -head3=model_39549 -unknown119=3 - -// 1169 -[npc_1169] -bas=bas_119 -vislevel=0 -recol1s=25098 -recol1d=9410 -recol2s=15856 -recol2d=9410 -recol3s=16846 -recol3d=15392 -name=Tamayu -model1=model_231 -model2=model_8919 -model3=model_246 -model4=model_315 -model5=model_33034 -model6=model_10218 -model7=model_8925 -model8=model_540 -model9=model_201 -head1=model_39778 -head2=model_39251 -head3=model_39549 -unknown119=1 - -// 1170 -[npc_1170] -bas=bas_119 -vislevel=0 -recol1s=25098 -recol1d=9410 -recol2s=15856 -recol2d=9410 -recol3s=16846 -recol3d=15392 -name=Tamayu -model1=model_231 -model2=model_8919 -model3=model_246 -model4=model_315 -model5=model_33034 -model6=model_10218 -model7=model_8925 -model8=model_540 -model9=model_201 -head1=model_39778 -head2=model_39251 -head3=model_39549 -unknown119=1 - -// 1171 -[npc_1171] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=24344 -name=Lubufu -model1=model_185 -model2=model_246 -model3=model_3873 -model4=model_173 -model5=model_176 -model6=model_254 -head1=model_39799 -head2=model_39254 -unknown119=3 - -// 1172 -[npc_1172] -bas=bas_689 -size=3 -minimap=no -op2=Attack -vislevel=83 -name=The Shaikahan -model1=model_3879 -unknown119=3 - -// 1173 -[npc_1173] -bas=bas_689 -size=3 -minimap=no -vislevel=83 -name=The Shaikahan -model1=model_3879 -unknown119=1 - -// 1174 -[npc_1174] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op4=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1175 -[npc_1175] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op4=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1176 -[npc_1176] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Fish -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1177 -[npc_1177] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Fish -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1178 -[npc_1178] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Fish -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1179 -[npc_1179] -bas=bas_83 -size=2 -ambient=20 -resizeh=138 -resizev=138 -minimap=no -vislevel=0 -name=Gull -model1=model_26841 -unknown119=3 - -// 1180 -[npc_1180] -bas=bas_85 -size=2 -ambient=20 -minimap=no -vislevel=0 -name=Cormorant -model1=model_26840 -unknown119=3 - -// 1181 -[npc_1181] -bas=bas_85 -size=2 -ambient=20 -minimap=no -vislevel=0 -name=Pelican -model1=model_26846 -unknown119=3 - -// 1182 -[npc_1182] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=32430 -recol2s=32576 -recol2d=5218 -recol3s=28288 -recol3d=5218 -name=Lord Iorwerth -model1=model_4014 -model2=model_4020 -model3=model_4022 -model4=model_4024 -model5=model_4033 -model6=model_4026 -head1=model_39601 -unknown119=1 - -// 1183 -[npc_1183] -bas=bas_119 -size=1 -op2=Attack -vislevel=90 -name=Elf warrior -model1=model_4014 -model2=model_4018 -model3=model_4022 -model4=model_4024 -model5=model_4044 -unknown119=3 - -// 1184 -[npc_1184] -bas=bas_119 -size=1 -op2=Attack -vislevel=108 -name=Elf warrior -model1=model_4014 -model2=model_4018 -model3=model_4022 -model4=model_4024 -model5=model_4033 -unknown119=3 - -// 1185 -[npc_1185] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -name=Elven city guard -model1=model_4014 -model2=model_4018 -model3=model_4022 -model4=model_4024 -model5=model_4033 -head1=model_39647 -unknown119=3 - -// 1186 -[npc_1186] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_228 -retex1d=material_426 -name=Idris -model1=model_4016 -model2=model_4020 -model3=model_4023 -model4=model_4025 -model5=model_4017 -head1=model_39601 -head2=model_39514 -unknown119=1 - -// 1187 -[npc_1187] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Essyllt -model1=model_4014 -model2=model_4018 -model3=model_4022 -model4=model_4024 -model5=model_563 -head1=model_39647 -unknown119=1 - -// 1188 -[npc_1188] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Morvran -model1=model_4014 -model2=model_4018 -model3=model_4022 -model4=model_4024 -model5=model_563 -head1=model_39647 -unknown119=1 - -// 1189 -[npc_1189] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1190 -[npc_1190] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1191 -[npc_1191] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1192 -[npc_1192] -bas=bas_129 -size=1 -ambient=30 -op2=Attack -vislevel=2 -recol1s=12582 -recol1d=19945 -recol2s=13639 -recol2d=18889 -recol3s=15719 -recol3d=17832 -name=Rabbit -model1=model_23901 -unknown119=3 - -// 1193 -[npc_1193] -bas=bas_129 -size=1 -resizeh=120 -resizev=110 -resizeh=100 -resizev=120 -ambient=30 -op2=Attack -vislevel=2 -recol1s=12582 -recol1d=16776 -recol2s=13639 -recol2d=15720 -recol3s=15719 -recol3d=14663 -name=Rabbit -model1=model_23901 -unknown119=3 - -// 1194 -[npc_1194] -bas=bas_129 -size=1 -resizeh=120 -resizev=110 -resizeh=110 -resizev=120 -ambient=30 -op2=Attack -vislevel=2 -recol1s=12582 -recol1d=23150 -recol2s=13639 -recol2d=23116 -recol3s=15719 -recol3d=22059 -name=Rabbit -model1=model_23901 -unknown119=3 - -// 1195 -[npc_1195] -bas=bas_13 -size=2 -resizeh=108 -resizev=108 -op2=Attack -vislevel=42 -recol1s=6307 -recol1d=6308 -recol2s=10536 -recol2d=7365 -name=Grizzly bear -model1=model_18884 -unknown119=3 - -// 1196 -[npc_1196] -bas=bas_301 -size=2 -resizeh=148 -resizev=148 -op2=Attack -vislevel=33 -recol1s=12517 -recol1d=3105 -recol2s=10536 -recol2d=7365 -name=Grizzly bear cub -model1=model_18883 -unknown119=3 - -// 1197 -[npc_1197] -bas=bas_301 -size=1 -resizeh=108 -resizev=108 -op2=Attack -vislevel=36 -recol1s=12517 -recol1d=3105 -recol2s=10536 -recol2d=7365 -name=Grizzly bear cub -model1=model_18883 -unknown119=3 - -// 1198 -[npc_1198] -bas=bas_97 -size=2 -resizeh=170 -resizev=130 -op2=Attack -vislevel=88 -recol1s=22131 -recol1d=10569 -recol2s=16910 -recol2d=9512 -recol3s=14763 -recol3d=8456 -recol4s=2081 -recol4d=4228 -name=Dire Wolf -model1=model_26264 -unknown119=3 - -// 1199 -[npc_1199] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=16010 -recol1d=5447 -recol2s=15750 -recol2d=12580 -recol3s=32576 -recol3d=3171 -recol4s=28288 -recol4d=3171 -name=Elf Tracker -model1=model_4014 -model2=model_4020 -model3=model_4022 -model4=model_4025 -head1=model_39601 -unknown119=1 - -// 1200 -[npc_1200] -bas=bas_4 -size=1 -op2=Attack -vislevel=110 -recol1s=9473 -recol1d=16846 -recol2s=7298 -recol2d=16846 -recol3s=5250 -recol3d=16846 -recol4s=7364 -recol4d=11561 -recol5s=2340 -recol5d=16846 -recol6s=32735 -recol6d=10678 -retex1s=material_256 -retex1d=material_249 -name=Tyras guard -model1=model_164 -model2=model_185 -model3=model_179 -model4=model_4019 -model5=model_3329 -model6=model_313 -model7=model_555 -head1=model_39784 -unknown119=1 - -// 1201 -[npc_1201] -bas=bas_119 -size=1 -op1=Talk-to -vislevel=0 -name=Elf warrior -model1=model_4014 -model2=model_4018 -model3=model_4022 -model4=model_4024 -model5=model_4044 -head1=model_39647 -unknown119=3 - -// 1202 -[npc_1202] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_202 -retex1d=material_258 -retex2s=material_228 -retex2d=material_426 -name=Arianwyn -model1=model_4015 -model2=model_4021 -model3=model_4023 -model4=model_4025 -model5=model_4027 -head1=model_39695 -unknown119=1 - -// 1203 -[npc_1203] -bas=bas_29 -size=1 -op1=Talk-to -op2=Attack -vislevel=110 -recol1s=9473 -recol1d=16846 -recol2s=7298 -recol2d=16846 -recol3s=5250 -recol3d=16846 -recol4s=7364 -recol4d=11561 -recol5s=2340 -recol5d=16846 -recol6s=32735 -recol6d=10678 -retex1s=material_256 -retex1d=material_249 -name=Tyras guard -model1=model_164 -model2=model_185 -model3=model_179 -model4=model_4019 -model5=model_3329 -model6=model_313 -model7=model_555 -head1=model_39784 -head2=model_39223 -unknown119=1 - -// 1204 -[npc_1204] -bas=bas_29 -size=1 -op1=Talk-to -op2=Attack -vislevel=110 -recol1s=9473 -recol1d=16846 -recol2s=7298 -recol2d=16846 -recol3s=5250 -recol3d=16846 -recol4s=7364 -recol4d=11561 -recol5s=2340 -recol5d=16846 -recol6s=32735 -recol6d=10678 -retex1s=material_256 -retex1d=material_249 -name=Tyras guard -model1=model_164 -model2=model_185 -model3=model_179 -model4=model_4019 -model5=model_3329 -model6=model_313 -model7=model_555 -head1=model_39784 -head2=model_39223 -unknown119=3 - -// 1205 -[npc_1205] -bas=bas_848 -size=1 -turnspeed=0 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4396 -multinpc=20,npc_7116 -unknown119=3 - -// 1206 -[npc_1206] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -vislevel=0 -recol1s=9473 -recol1d=16846 -recol2s=7298 -recol2d=16846 -recol3s=5250 -recol3d=16846 -recol4s=7364 -recol4d=11561 -recol5s=2340 -recol5d=16846 -recol6s=32735 -recol6d=10678 -retex1s=material_256 -retex1d=material_249 -name=Tyras guard -model1=model_164 -model2=model_185 -model3=model_179 -model4=model_4019 -model5=model_3329 -model6=model_313 -model7=model_555 -head1=model_39784 -head2=model_39223 -unknown119=1 - -// 1207 -[npc_1207] -bas=bas_849 -size=1 -turnspeed=0 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4396 -multinpc=25,npc_7117 -multinpc=30,npc_7117 -multinpc=35,npc_7117 -multinpc=40,npc_7117 -multinpc=45,npc_7117 -multinpc=50,npc_7117 -multinpc=55,npc_7117 -multinpc=60,npc_7117 -unknown119=3 - -// 1208 -[npc_1208] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -vislevel=0 -recol1s=9473 -recol1d=16846 -recol2s=7298 -recol2d=16846 -recol3s=5250 -recol3d=16846 -recol4s=7364 -recol4d=11561 -recol5s=2340 -recol5d=16846 -recol6s=32735 -recol6d=10678 -retex1s=material_256 -retex1d=material_249 -name=Quartermaster -model1=model_164 -model2=model_185 -model3=model_176 -model4=model_215 -model5=model_246 -model6=model_3329 -model7=model_313 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 1209 -[npc_1209] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -name=Koftik -model1=model_163 -model2=model_185 -model3=model_176 -model4=model_208 -model5=model_249 -model6=model_274 -model7=model_292 -model8=model_326 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 1210 -[npc_1210] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Kings messenger -model1=model_151 -model2=model_176 -model3=model_235 -model4=model_253 -model5=model_273 -model6=model_292 -model7=model_317 -head1=model_38641 -head2=model_39227 -unknown119=1 - -// 1211 -[npc_1211] -bas=bas_250 -vislevel=0 -resizeh=142 -resizev=142 -minimap=no -ambient=70 -contrast=70 -recol1s=32489 -recol1d=23485 -name=Will o' the wisp -model1=model_3558 -unknown119=7 - -// 1212 -[npc_1212] -bas=bas_250 -vislevel=0 -minimap=no -ambient=70 -contrast=70 -recol1s=32489 -recol1d=23485 -name=Will o' the wisp -model1=model_3558 -unknown119=7 - -// 1213 -[npc_1213] -bas=bas_864 -size=2 -op1=Talk-to -vislevel=0 -ambient=25 -recol1s=15683 -recol1d=26293 -retex1s=material_257 -retex1d=material_273 -retex2s=material_202 -retex2d=material_250 -retex3s=material_255 -retex3d=material_254 -retex4s=material_252 -retex4d=material_254 -name=Tegid -model1=model_31571 -model2=model_31606 -model3=model_31593 -model4=model_31599 -model5=model_31578 -model6=model_31585 -model7=model_31579 -head1=model_39960 -head2=model_39223 -unknown119=3 - -// 1214 -[npc_1214] -size=1 -vislevel=0 -minimap=no -op1=Pick -name=Thistle -model1=model_4067 -unknown119=1 - -// 1215 -[npc_1215] -size=1 -vislevel=0 -name=Parrots -model1=model_26868 -unknown119=3 - -// 1216 -[npc_1216] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=26322 -recol2s=14724 -recol2d=17792 -recol3s=15856 -recol3d=25098 -recol4s=6354 -recol4d=26322 -recol5s=6273 -recol5d=23112 -name=Parroty Pete -model1=model_215 -model2=model_292 -model3=model_251 -model4=model_151 -model5=model_10218 -model6=model_271 -model7=model_185 -model8=model_194 -model9=model_327 -model10=model_319 -head1=model_39836 -head2=model_38096 -head3=model_39481 -unknown119=3 - -// 1217 -[npc_1217] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=4 -recol1s=14724 -recol1d=12580 -recol2s=8526 -recol2d=9410 -recol3s=10640 -recol3d=10467 -recol4s=2340 -recol4d=10467 -recol5s=15789 -recol5d=9410 -recol6s=6273 -recol6d=11557 -name=Gardener -model1=model_6848 -model2=model_249 -model3=model_10705 -model4=model_170 -model5=model_179 -model6=model_495 -model7=model_274 -model8=model_185 -model9=model_4390 -head1=model_39744 -head2=model_39254 -unknown119=3 - -// 1218 -[npc_1218] -bas=bas_122 -size=1 -op2=Attack -vislevel=42 -recol1s=7298 -recol1d=27475 -recol2s=25098 -recol2d=27475 -recol3s=2340 -recol3d=6374 -retex1s=material_118 -retex1d=material_258 -name=Ghoul -model1=model_4077 -model2=model_4078 -model3=model_4076 -model4=model_275 -model5=model_181 -unknown119=3 - -// 1219 -[npc_1219] -bas=bas_588 -size=1 -op2=Attack -minimap=no -vislevel=52 -name=Leech -model1=model_4083 -unknown119=3 - -// 1220 -[npc_1220] -bas=bas_4 -size=1 -op2=Attack -vislevel=72 -recol1s=25098 -recol1d=32596 -recol2s=18991 -recol2d=32596 -recol3s=2340 -recol3d=10400 -recol4s=14724 -recol4d=6272 -recol5s=7298 -recol5d=32596 -name=Vampire -model1=model_4089 -model2=model_4090 -model3=model_4088 -model4=model_275 -model5=model_33033 -unknown119=3 - -// 1221 -[npc_1221] -bas=bas_99 -vislevel=0 -size=1 -minimap=no -recol1s=16846 -recol1d=2048 -recol2s=8453 -recol2d=4162 -recol3s=7396 -recol3d=3105 -recol4s=6339 -recol4d=2048 -recol5s=5284 -recol5d=6276 -recol6s=6341 -recol6d=4162 -name=Spider -model1=model_24613 -unknown119=3 - -// 1222 -[npc_1222] -bas=bas_125 -size=2 -vislevel=1 -name=Mist -model1=model_4086 -unknown119=7 - -// 1223 -[npc_1223] -bas=bas_4 -size=1 -op2=Attack -vislevel=61 -recol1s=25098 -recol1d=32596 -recol2s=18991 -recol2d=32596 -recol3s=2340 -recol3d=10400 -recol4s=14724 -recol4d=6272 -recol5s=7298 -recol5d=32596 -name=Vampire -model1=model_4089 -model2=model_310 -model3=model_151 -model4=model_4088 -model5=model_275 -model6=model_33033 -unknown119=3 - -// 1224 -[npc_1224] -bas=bas_587 -size=2 -vislevel=1 -recol1s=12683 -recol1d=5248 -recol2s=15852 -recol2d=6305 -recol3s=17966 -recol3d=7362 -recol4s=20080 -recol4d=8419 -recol5s=23253 -recol5d=9476 -recol6s=28532 -recol6d=10533 -name=Vampyric hound -model1=model_26266 -unknown119=3 - -// 1225 -[npc_1225] -bas=bas_4 -size=1 -op2=Attack -vislevel=25 -recol1s=16846 -recol1d=7202 -recol2s=11561 -recol2d=5120 -recol3s=2340 -recol3d=6144 -recol4s=14724 -recol4d=6144 -recol5s=25098 -recol5d=32596 -recol6s=18991 -recol6d=32596 -retex1s=material_251 -retex1d=material_268 -name=Vampire -model1=model_4089 -model2=model_306 -model3=model_174 -model4=model_176 -model5=model_265 -model6=model_546 -unknown119=3 - -// 1226 -[npc_1226] -vislevel=0 -size=1 -minimap=no -recol1s=7296 -recol1d=7428 -recol2s=6240 -recol2d=7428 -name=Tree -model1=model_3014 -unknown119=3 - -// 1227 -[npc_1227] -bas=bas_305 -size=1 -op2=Attack -vislevel=9 -recol1s=16904 -recol1d=16904 -recol2s=14823 -recol2d=14823 -recol3s=13766 -recol3d=13766 -recol4s=22059 -recol4d=22059 -recol5s=17831 -recol5d=17831 -recol6s=16740 -recol6d=16740 -name=Myre Blamish Snail -model1=model_4108 -unknown119=3 - -// 1228 -[npc_1228] -bas=bas_305 -size=1 -op2=Attack -vislevel=20 -recol1s=16904 -recol1d=12682 -recol2s=14823 -recol2d=11625 -recol3s=13766 -recol3d=10536 -recol4s=22059 -recol4d=5285 -recol5s=17831 -recol5d=13510 -recol6s=16740 -recol6d=5285 -name=Blood Blamish Snail -model1=model_4108 -unknown119=3 - -// 1229 -[npc_1229] -bas=bas_305 -size=1 -op2=Attack -vislevel=10 -recol1s=16904 -recol1d=20039 -recol2s=14823 -recol2d=17958 -recol3s=13766 -recol3d=15846 -recol4s=22059 -recol4d=18915 -recol5s=17831 -recol5d=22086 -recol6s=16740 -recol6d=26312 -name=Ochre Blamish Snail -model1=model_4108 -unknown119=3 - -// 1230 -[npc_1230] -bas=bas_305 -size=1 -op2=Attack -vislevel=20 -recol1s=16904 -recol1d=16907 -recol2s=14823 -recol2d=14827 -recol3s=13766 -recol3d=13771 -recol4s=22059 -recol4d=15827 -recol5s=17831 -recol5d=12657 -recol6s=16740 -recol6d=10543 -name=Bruise Blamish Snail -model1=model_4108 -unknown119=3 - -// 1231 -[npc_1231] -bas=bas_305 -size=1 -op2=Attack -vislevel=15 -recol1s=16904 -recol1d=22018 -recol2s=14823 -recol2d=19874 -recol3s=13766 -recol3d=18784 -recol4s=22059 -recol4d=27106 -recol5s=17831 -recol5d=22912 -recol6s=16740 -recol6d=20768 -name=Bark Blamish Snail -model1=model_4108 -unknown119=3 - -// 1232 -[npc_1232] -bas=bas_305 -size=1 -op2=Attack -vislevel=10 -recol1s=16904 -recol1d=16904 -recol2s=14823 -recol2d=14823 -recol3s=13766 -recol3d=13766 -recol4s=19975 -recol4d=19975 -recol5s=23148 -recol5d=23148 -name=Myre Blamish Snail -model1=model_4109 -unknown119=3 - -// 1233 -[npc_1233] -bas=bas_305 -size=1 -op2=Attack -vislevel=20 -recol1s=16904 -recol1d=12682 -recol2s=14823 -recol2d=11625 -recol3s=13766 -recol3d=10536 -recol4s=23148 -recol4d=13510 -recol5s=19975 -recol5d=5285 -name=Blood Blamish Snail -model1=model_4109 -unknown119=3 - -// 1234 -[npc_1234] -bas=bas_305 -size=1 -op2=Attack -vislevel=15 -recol1s=16904 -recol1d=20039 -recol2s=14823 -recol2d=17958 -recol3s=13766 -recol3d=15846 -recol4s=23148 -recol4d=26312 -recol5s=19975 -recol5d=18915 -name=Ochre Blamish Snail -model1=model_4109 -unknown119=3 - -// 1235 -[npc_1235] -bas=bas_305 -size=1 -op2=Attack -vislevel=20 -recol1s=16904 -recol1d=16907 -recol2s=14823 -recol2d=14827 -recol3s=13766 -recol3d=13771 -recol4s=23148 -recol4d=15827 -recol5s=19975 -recol5d=10543 -name=Bruise Blamish Snail -model1=model_4109 -unknown119=3 - -// 1236 -[npc_1236] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Bait -op3=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1237 -[npc_1237] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Bait -op3=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1238 -[npc_1238] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Bait -op3=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1239 -[npc_1239] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=56 -recol1s=14724 -recol1d=32767 -recol2s=2340 -recol2d=32767 -recol3s=7298 -recol3d=32767 -recol4s=6144 -recol4d=32767 -recol5s=15856 -recol5d=32767 -recol6s=25098 -recol6d=14596 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_252 -retex3d=material_254 -name=Bedabin Nomad Fighter -model1=model_230 -model2=model_247 -model3=model_191 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_185 -model9=model_490 -head1=model_39799 -head2=model_39362 -head3=model_39256 -unknown119=3 - -// 1240 -[npc_1240] -bas=bas_880 -size=1 -op2=Attack -vislevel=40 -recol1s=0 -recol1d=160 -name=Loar Shadow -model1=model_4143 -unknown119=3 - -// 1241 -[npc_1241] -bas=bas_169 -size=1 -op2=Attack -alwaysontop=yes -vislevel=40 -recol1s=0 -recol1d=160 -recol2s=10240 -recol2d=1986 -name=Loar Shade -model1=model_4140 -unknown119=3 - -// 1242 -[npc_1242] -bas=bas_879 -vislevel=0 -size=1 -recol1s=10240 -recol1d=1986 -recol2s=0 -recol2d=32767 -recol3s=6342 -recol3d=32767 -name=Shade Spirit -model1=model_4140 -unknown119=3 - -// 1243 -[npc_1243] -bas=bas_880 -size=1 -op2=Attack -vislevel=60 -recol1s=0 -recol1d=3137 -name=Phrin Shadow -model1=model_4143 -unknown119=3 - -// 1244 -[npc_1244] -bas=bas_169 -size=1 -op2=Attack -alwaysontop=yes -vislevel=60 -recol1s=0 -recol1d=3137 -recol2s=10240 -recol2d=32767 -name=Phrin Shade -model1=model_4140 -unknown119=3 - -// 1245 -[npc_1245] -bas=bas_880 -size=1 -op2=Attack -vislevel=80 -recol1s=0 -recol1d=5120 -name=Riyl Shadow -model1=model_4143 -unknown119=3 - -// 1246 -[npc_1246] -bas=bas_169 -size=1 -op2=Attack -alwaysontop=yes -vislevel=80 -recol1s=0 -recol1d=5120 -recol2s=10240 -recol2d=31808 -name=Riyl Shade -model1=model_4140 -unknown119=3 - -// 1247 -[npc_1247] -bas=bas_880 -size=1 -op2=Attack -vislevel=100 -recol1s=0 -recol1d=5 -name=Asyn Shadow -model1=model_4143 -unknown119=3 - -// 1248 -[npc_1248] -bas=bas_169 -size=1 -op2=Attack -alwaysontop=yes -vislevel=100 -recol1s=0 -recol1d=5 -recol2s=10240 -recol2d=1118 -name=Asyn Shade -model1=model_4140 -unknown119=3 - -// 1249 -[npc_1249] -bas=bas_880 -size=1 -op2=Attack -vislevel=120 -name=Fiyr Shadow -model1=model_4143 -unknown119=3 - -// 1250 -[npc_1250] -bas=bas_169 -size=1 -op2=Attack -alwaysontop=yes -vislevel=120 -recol1s=10240 -recol1d=32767 -name=Fiyr Shade -model1=model_4140 -unknown119=3 - -// 1251 -[npc_1251] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=15686 -recol2s=14724 -recol2d=15686 -recol3s=25098 -recol3d=21197 -recol4s=6273 -recol4d=10595 -recol5s=15856 -recol5d=21197 -recol6s=7404 -recol6d=31808 -retex1s=material_257 -retex1d=material_273 -retex2s=material_202 -retex2d=material_250 -retex3s=material_252 -retex3d=material_273 -retex4s=material_228 -retex4d=material_426 -name=Afflicted(Ulsquire) -model1=model_223 -model2=model_247 -model3=model_299 -model4=model_163 -model5=model_176 -model6=model_265 -model7=model_181 -head1=model_39938 -head2=model_39256 -unknown119=3 - -// 1252 -[npc_1252] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=25888 -recol2s=14724 -recol2d=25888 -recol3s=6273 -recol3d=18960 -retex1s=material_257 -retex1d=material_273 -retex2s=material_202 -retex2d=material_250 -retex3s=material_252 -retex3d=material_273 -retex4s=material_228 -retex4d=material_426 -name=Ulsquire Shauncy -model1=model_223 -model2=model_247 -model3=model_299 -model4=model_163 -model5=model_176 -model6=model_265 -model7=model_181 -head1=model_39938 -head2=model_39256 -unknown119=3 - -// 1253 -[npc_1253] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=8390 -recol2s=14724 -recol2d=12648 -recol3s=25098 -recol3d=21197 -recol4s=6273 -recol4d=10595 -recol5s=32735 -recol5d=24241 -recol6s=7404 -recol6d=31808 -retex1s=material_228 -retex1d=material_426 -name=Afflicted(Razmire) -model1=model_235 -model2=model_248 -model3=model_305 -model4=model_170 -model5=model_176 -model6=model_274 -model7=model_181 -head1=model_38641 -head2=model_39275 -unknown119=3 - -// 1254 -[npc_1254] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade-General-Store -op4=Trade-Builders-Store -alwaysontop=yes -recol1s=2340 -recol1d=8240 -recol2s=14724 -recol2d=8496 -name=Razmire Keelgan -model1=model_235 -model2=model_248 -model3=model_305 -model4=model_170 -model5=model_176 -model6=model_274 -model7=model_181 -head1=model_38641 -head2=model_39275 -unknown119=3 - -// 1255 -[npc_1255] -bas=bas_54 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=15648 -recol2s=14724 -recol2d=11488 -recol3s=15856 -recol3d=25098 -name=Mort'ton Local -model1=model_217 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_274 -model7=model_181 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 1256 -[npc_1256] -bas=bas_54 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=15648 -recol2s=14724 -recol2d=11488 -recol3s=15856 -recol3d=25098 -name=Mort'ton Local -model1=model_390 -model2=model_456 -model3=model_40401 -model4=model_10706 -model5=model_437 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 1257 -[npc_1257] -bas=bas_877 -size=1 -op1=Talk-to -op2=Attack -vislevel=37 -recol1s=2340 -recol1d=15648 -recol2s=14724 -recol2d=11488 -recol3s=25098 -recol3d=21197 -recol4s=6273 -recol4d=10595 -recol5s=15856 -recol5d=21197 -recol6s=7404 -recol6d=31808 -retex1s=material_228 -retex1d=material_426 -name=Afflicted -model1=model_217 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_275 -model7=model_181 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 1258 -[npc_1258] -bas=bas_877 -size=1 -op1=Talk-to -op2=Attack -vislevel=34 -recol1s=2340 -recol1d=15648 -recol2s=14724 -recol2d=11488 -recol3s=25098 -recol3d=21197 -recol4s=6273 -recol4d=10595 -recol5s=15856 -recol5d=21197 -recol6s=7404 -recol6d=31808 -retex1s=material_228 -retex1d=material_426 -name=Afflicted -model1=model_390 -model2=model_456 -model3=model_40401 -model4=model_10706 -model5=model_438 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 1259 -[npc_1259] -bas=bas_54 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=13568 -recol2s=14724 -recol2d=13568 -recol3s=15856 -recol3d=25098 -retex1s=material_257 -retex1d=material_313 -name=Mort'ton local -model1=model_230 -model2=model_251 -model3=model_310 -model4=model_151 -model5=model_10218 -model6=model_265 -model7=model_181 -head1=model_39799 -head2=model_38096 -unknown119=3 - -// 1260 -[npc_1260] -bas=bas_54 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=16653 -recol2s=14724 -recol2d=19858 -recol3s=15856 -recol3d=25098 -retex1s=material_257 -retex1d=material_313 -name=Mort'ton local -model1=model_399 -model2=model_474 -model3=model_346 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39124 -unknown119=3 - -// 1261 -[npc_1261] -bas=bas_877 -size=1 -op1=Talk-to -op2=Attack -vislevel=32 -recol1s=2340 -recol1d=14793 -recol2s=14724 -recol2d=14793 -recol3s=25098 -recol3d=21197 -recol4s=6273 -recol4d=10595 -recol5s=15856 -recol5d=21197 -recol6s=7404 -recol6d=31808 -retex1s=material_257 -retex1d=material_313 -retex2s=material_228 -retex2d=material_426 -name=Afflicted -model1=model_230 -model2=model_251 -model3=model_310 -model4=model_151 -model5=model_10218 -model6=model_265 -model7=model_181 -head1=model_39799 -head2=model_38096 -unknown119=3 - -// 1262 -[npc_1262] -bas=bas_877 -size=1 -op1=Talk-to -op2=Attack -vislevel=30 -recol1s=2340 -recol1d=15758 -recol2s=14724 -recol2d=15758 -recol3s=25098 -recol3d=21197 -recol4s=6273 -recol4d=10595 -recol5s=15856 -recol5d=21197 -recol6s=7404 -recol6d=31808 -retex1s=material_257 -retex1d=material_313 -retex2s=material_228 -retex2d=material_426 -name=Afflicted -model1=model_399 -model2=model_474 -model3=model_346 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_38906 -unknown119=3 - -// 1263 -[npc_1263] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Wizard -model1=model_215 -model2=model_4114 -model3=model_250 -model4=model_4117 -model5=model_4112 -model6=model_4113 -model7=model_4116 -model8=model_4115 -head1=model_39836 -head2=model_39412 -head3=model_38642 -unknown119=3 - -// 1264 -[npc_1264] -bas=bas_4 -size=1 -op2=Attack -vislevel=108 -recol1s=15392 -recol1d=30656 -recol2s=8386 -recol2d=30656 -recol3s=32736 -recol3d=28341 -recol4s=2340 -recol4d=28341 -recol5s=14724 -recol5d=28341 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_252 -retex3d=material_254 -name=Saradomin wizard -model1=model_230 -model2=model_181 -model3=model_249 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_176 -model8=model_265 -model9=model_539 -unknown119=3 - -// 1265 -[npc_1265] -bas=bas_82 -size=1 -minimap=no -op2=Attack -vislevel=13 -name=Rock Crab -model1=model_4399 -model2=model_4400 -unknown119=3 - -// 1266 -[npc_1266] -bas=bas_1410 -vislevel=0 -size=1 -minimap=no -name=Rocks -model1=model_4399 -model2=model_4400 -unknown119=3 - -// 1267 -[npc_1267] -bas=bas_82 -size=1 -resizeh=84 -resizev=84 -minimap=no -op2=Attack -vislevel=13 -name=Rock Crab -model1=model_4399 -model2=model_4400 -unknown119=3 - -// 1268 -[npc_1268] -bas=bas_1410 -vislevel=0 -size=1 -resizeh=84 -resizev=84 -minimap=no -name=Rocks -model1=model_4399 -model2=model_4400 -unknown119=3 - -// 1269 -[npc_1269] -bas=bas_791 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=14595 -recol2s=22024 -recol2d=9445 -recol3s=10464 -recol3d=9509 -recol4s=2340 -recol4d=11558 -recol5s=14724 -recol5d=15782 -recol6s=7329 -recol6d=4257 -name=Olaf the Bard -model1=model_215 -model2=model_249 -model3=model_292 -model4=model_163 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_4391 -model9=model_4390 -model10=model_244 -model11=model_317 -head1=model_39836 -head2=model_39254 -head3=model_39312 -unknown119=3 - -// 1270 -[npc_1270] -bas=bas_42 -vislevel=0 -size=1 -resizeh=160 -resizev=160 -op1=Talk-to -recol1s=16846 -recol1d=18889 -recol2s=15919 -recol2d=18823 -recol3s=32761 -recol3d=25260 -name=Lalli -model1=model_3753 -model2=model_3759 -model3=model_3755 -head1=model_3791 -unknown119=3 - -// 1271 -[npc_1271] -bas=bas_63 -vislevel=0 -size=1 -recol1s=22131 -recol1d=20963 -recol2s=21074 -recol2d=17831 -recol3s=20017 -recol3d=19975 -recol4s=25236 -recol4d=22054 -recol5s=18960 -recol5d=22019 -name=Golden sheep -model1=model_20283 -model2=model_20288 -model3=model_20286 -unknown119=3 - -// 1272 -[npc_1272] -bas=bas_65 -vislevel=0 -size=1 -recol1s=23216 -recol1d=30505 -recol2s=22160 -recol2d=30504 -recol3s=18921 -recol3d=30502 -recol4s=14727 -recol4d=30405 -recol5s=13670 -recol5d=28325 -name=Golden sheep -model1=model_20282 -model2=model_20288 -model3=model_20286 -unknown119=3 - -// 1273 -[npc_1273] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=80 -recol1s=25098 -recol1d=17905 -recol2s=6273 -recol2d=8527 -recol3s=2340 -recol3d=1192 -recol4s=14724 -recol4d=3304 -recol5s=7328 -recol5d=5418 -recol6s=6144 -recol6d=3304 -name=Fossegrimen -model1=model_6142 -head1=model_40902 -unknown119=3 - -// 1274 -[npc_1274] -bas=bas_80 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=26183 -recol2s=2340 -recol2d=7365 -recol3s=14724 -recol3d=14662 -recol4s=7328 -recol4d=15719 -recol5s=5120 -recol5d=16710 -retex1s=material_228 -retex1d=material_426 -name=Ospak -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_3599 -model7=model_326 -model8=model_40305 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1275 -[npc_1275] -bas=bas_80 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=22023 -recol2s=2340 -recol2d=13671 -recol3s=14724 -recol3d=9445 -recol4s=7328 -recol4d=10502 -recol5s=10464 -recol5d=17863 -name=Styrmir -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_3599 -model7=model_4391 -model8=model_4234 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1276 -[npc_1276] -bas=bas_80 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=14626 -recol2s=2340 -recol2d=9412 -recol3s=14724 -recol3d=9475 -recol4s=7328 -recol4d=8418 -recol5s=10464 -recol5d=17863 -name=Torbrund -model1=model_230 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_3599 -model7=model_4391 -model8=model_4234 -head1=model_39799 -head2=model_38097 -unknown119=3 - -// 1277 -[npc_1277] -bas=bas_80 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=14626 -recol2s=2340 -recol2d=9412 -recol3s=14724 -recol3d=7396 -recol4s=7328 -recol4d=6339 -recol5s=10464 -recol5d=17863 -name=Fridgeir -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_3599 -model7=model_4391 -model8=model_4234 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1278 -[npc_1278] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=24004 -name=Longhall Bouncer -model1=model_4220 -model2=model_252 -model3=model_291 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_550 -model9=model_4222 -model10=model_317 -model11=model_4219 -head1=model_40675 -head2=model_38097 -unknown119=3 - -// 1279 -[npc_1279] -bas=bas_4 -op2=Attack -ambient=80 -vislevel=69 -recol1s=31607 -recol1d=26322 -name=The Draugen -model1=model_6141 -unknown119=3 - -// 1280 -[npc_1280] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -spotshadow=no -recol1s=27551 -recol1d=17897 -recol2s=9412 -recol2d=8554 -name=Butterfly -model1=model_3022 -unknown119=3 - -// 1281 -[npc_1281] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=28261 -recol2s=22024 -recol2d=8388 -recol3s=7329 -recol3d=5281 -recol4s=289 -recol4d=5281 -recol5s=14724 -recol5d=5281 -recol6s=2340 -recol6d=5281 -retex1s=material_268 -retex1d=material_202 -name=Sigli the Huntsman -model1=model_221 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_563 -model9=model_317 -head1=model_39612 -head2=model_38097 -unknown119=3 - -// 1282 -[npc_1282] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=6273 -recol1d=14595 -recol2s=2340 -recol2d=12582 -recol3s=14724 -recol3d=12582 -recol4s=7329 -recol4d=10468 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Sigmund The Merchant -model1=model_208 -model2=model_252 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_185 -model8=model_317 -model9=model_326 -head1=model_38588 -head2=model_38097 -unknown119=3 - -// 1283 -[npc_1283] -bas=bas_119 -size=1 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=23219 -recol2s=2340 -recol2d=8486 -recol3s=14724 -recol3d=8486 -recol4s=7329 -recol4d=5283 -recol5s=16704 -recol5d=11492 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Swensen the Navigator -model1=model_230 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_185 -model8=model_553 -model9=model_317 -model10=model_326 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 1284 -[npc_1284] -bas=bas_79 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=22023 -recol2s=2340 -recol2d=13671 -recol3s=14724 -recol3d=17897 -recol4s=7328 -recol4d=21034 -recol5s=10464 -recol5d=17863 -retex1s=material_228 -retex1d=material_426 -name=Bjorn -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4226 -model7=model_4218 -model8=model_4396 -model9=model_4391 -model10=model_4390 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1285 -[npc_1285] -bas=bas_79 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=26183 -recol2s=2340 -recol2d=7365 -recol3s=14724 -recol3d=11590 -recol4s=7328 -recol4d=10533 -recol5s=5120 -recol5d=16710 -retex1s=material_228 -retex1d=material_426 -name=Eldgrim -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4226 -model7=model_4218 -model8=model_4396 -model9=model_326 -model10=model_4390 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1286 -[npc_1286] -bas=bas_79 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=20963 -recol2s=2340 -recol2d=4325 -recol3s=14724 -recol3d=11623 -recol4s=7328 -recol4d=10566 -recol5s=5120 -recol5d=16710 -retex1s=material_228 -retex1d=material_426 -name=Manni the Reveller -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4226 -model7=model_4218 -model8=model_326 -model9=model_4390 -model10=model_4396 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1287 -[npc_1287] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=12685 -recol1d=26112 -recol2s=7363 -recol2d=11492 -recol3s=6273 -recol3d=11492 -recol4s=4228 -recol4d=26112 -recol5s=13600 -recol5d=25344 -recol6s=2340 -recol6d=7403 -retex1s=material_254 -retex1d=material_257 -retex2s=material_258 -retex2d=material_202 -name=Council workman -model1=model_230 -model2=model_247 -model3=model_295 -model4=model_151 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_509 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 1288 -[npc_1288] -bas=bas_29 -size=1 -vislevel=0 -op1=Talk-to -op3=Deposit -recol1s=6273 -recol1d=22095 -recol2s=2340 -recol2d=11591 -recol3s=14724 -recol3d=11591 -recol4s=7329 -recol4d=7363 -recol5s=16704 -recol5d=11492 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Peer the Seer -model1=model_208 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_185 -model8=model_534 -model9=model_317 -model10=model_326 -head1=model_38588 -head2=model_38642 -unknown119=3 - -// 1289 -[npc_1289] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=24004 -name=Thorvald the Warrior -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_4236 -model9=model_326 -model10=model_4235 -model11=model_4221 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 1290 -[npc_1290] -bas=bas_119 -vislevel=0 -size=1 -op2=Attack -recol1s=9473 -recol1d=16846 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=24032 -recol5s=25098 -recol5d=22027 -recol6s=20512 -recol6d=9216 -retex1s=material_228 -retex1d=material_426 -name=Koschei the deathless -model1=model_203 -model2=model_252 -model3=model_315 -model4=model_40165 -model5=model_3381 -model6=model_4226 -model7=model_4218 -model8=model_4236 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1291 -[npc_1291] -bas=bas_119 -vislevel=0 -size=1 -op2=Attack -recol1s=9473 -recol1d=16846 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=24032 -recol5s=25098 -recol5d=22027 -recol6s=20512 -recol6d=12320 -retex1s=material_228 -retex1d=material_426 -name=Koschei the deathless -model1=model_203 -model2=model_252 -model3=model_315 -model4=model_40165 -model5=model_3381 -model6=model_4226 -model7=model_4218 -model8=model_4236 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1292 -[npc_1292] -bas=bas_119 -vislevel=0 -size=1 -op2=Attack -recol1s=9473 -recol1d=16846 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=24032 -recol5s=25098 -recol5d=22027 -recol6s=20512 -recol6d=17440 -retex1s=material_228 -retex1d=material_426 -name=Koschei the deathless -model1=model_203 -model2=model_252 -model3=model_315 -model4=model_40165 -model5=model_3381 -model6=model_4226 -model7=model_4218 -model8=model_4236 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1293 -[npc_1293] -bas=bas_119 -vislevel=0 -size=1 -op2=Attack -recol1s=9473 -recol1d=16846 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=24032 -recol5s=25098 -recol5d=22027 -recol6s=20512 -recol6d=9216 -name=Koschei the deathless -model1=model_203 -model2=model_252 -model3=model_315 -model4=model_40165 -model5=model_3381 -model6=model_4226 -model7=model_4218 -model8=model_4236 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1294 -[npc_1294] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=11593 -recol1d=28296 -recol2s=6342 -recol2d=28296 -recol3s=6273 -recol3d=20933 -recol4s=2340 -recol4d=11591 -recol5s=16846 -recol5d=8422 -recol6s=11561 -recol6d=6308 -name=Brundt the Chieftain -model1=model_4220 -model2=model_250 -model3=model_3379 -model4=model_164 -model5=model_176 -model6=model_4226 -model7=model_4218 -model8=model_542 -model9=model_236 -model10=model_4221 -model11=model_4219 -head1=model_38095 -head2=model_38642 -head3=model_39307 -unknown119=3 - -// 1295 -[npc_1295] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -name=Askeladden -model1=model_28592 -head1=model_28691 -head2=model_28699 -unknown119=3 - -// 1296 -[npc_1296] -bas=bas_119 -vislevel=0 -size=1 -vislevel=0 -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Guard -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_540 -model9=model_326 -model10=model_4235 -model11=model_317 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 1297 -[npc_1297] -bas=bas_119 -vislevel=0 -size=1 -vislevel=0 -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=24004 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Guard -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_540 -model9=model_326 -model10=model_4235 -model11=model_317 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 1298 -[npc_1298] -bas=bas_119 -vislevel=0 -size=1 -vislevel=0 -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=24004 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Town Guard -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_540 -model9=model_326 -model10=model_4235 -model11=model_317 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 1299 -[npc_1299] -bas=bas_119 -vislevel=0 -size=1 -vislevel=0 -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=16770 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Town Guard -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_540 -model9=model_326 -model10=model_4235 -model11=model_317 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 1300 -[npc_1300] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk to -op3=Trade -recol1s=6273 -recol1d=27274 -recol2s=14724 -recol2d=15718 -recol3s=16909 -recol3d=25098 -recol4s=2340 -recol4d=15622 -retex1s=material_228 -retex1d=material_426 -name=Thora the Barkeep -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_353 -model5=model_428 -model6=model_361 -model7=model_417 -head1=model_39066 -head2=model_38891 -unknown119=3 - -// 1301 -[npc_1301] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=10372 -recol2s=14724 -recol2d=13510 -recol3s=7328 -recol3d=14567 -recol4s=16909 -recol4d=25098 -recol5s=6273 -recol5d=30311 -recol6s=8386 -recol6d=6276 -retex1s=material_228 -retex1d=material_426 -name=Yrsa -model1=model_378 -model2=model_343 -model3=model_470 -model4=model_421 -model5=model_483 -model6=model_479 -model7=model_353 -model8=model_361 -head1=model_39090 -unknown119=3 - -// 1302 -[npc_1302] -bas=bas_793 -size=1 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=24004 -name=Fisherman -model1=model_208 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_562 -model9=model_326 -model10=model_417 -model11=model_4390 -model12=model_317 -head1=model_38588 -head2=model_38097 -unknown119=1 - -// 1303 -[npc_1303] -bas=bas_4 -size=1 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=6273 -recol1d=14626 -recol2s=2340 -recol2d=9412 -recol3s=14724 -recol3d=7396 -recol4s=7328 -recol4d=6339 -recol5s=10464 -recol5d=17863 -name=Skulgrimen -model1=model_206 -model2=model_252 -model3=model_299 -model4=model_162 -model5=model_176 -model6=model_4226 -model7=model_4218 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1304 -[npc_1304] -bas=bas_4 -size=1 -op1=Talk-to -op3=Travel -vislevel=0 -recol1s=14724 -recol1d=6377 -recol2s=2340 -recol2d=3204 -recol3s=7328 -recol3d=8491 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=3206 -retex1s=material_257 -retex1d=material_272 -retex2s=material_202 -retex2d=material_268 -name=Sailor -model1=model_208 -model2=model_252 -model3=model_299 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_3877 -model9=model_317 -head1=model_38588 -head2=model_38097 -unknown119=3 - -// 1305 -[npc_1305] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Pickpocket -recol1s=6273 -recol1d=26183 -recol2s=2340 -recol2d=7365 -recol3s=14724 -recol3d=14662 -recol4s=7328 -recol4d=15719 -recol5s=5120 -recol5d=16710 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -name=Agnar -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4221 -model7=model_4219 -model8=model_4226 -model9=model_4218 -model10=model_550 -model11=model_4235 -model12=model_4391 -head1=model_39836 -head2=model_38097 -head3=model_38095 -unknown119=3 - -// 1306 -[npc_1306] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=48 -recol1s=6273 -recol1d=20963 -recol2s=2340 -recol2d=4325 -recol3s=14724 -recol3d=11623 -recol4s=7328 -recol4d=10566 -recol5s=5120 -recol5d=16710 -name=Freidir -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4226 -model7=model_4218 -model8=model_4391 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1307 -[npc_1307] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=48 -recol1s=6273 -recol1d=22023 -recol2s=2340 -recol2d=13671 -recol3s=14724 -recol3d=17897 -recol4s=7328 -recol4d=21034 -recol5s=10464 -recol5d=17863 -name=Borrokar -model1=model_4220 -model2=model_252 -model3=model_299 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_550 -model9=model_4221 -model10=model_4219 -head1=model_39836 -head2=model_38097 -head3=model_38095 -unknown119=3 - -// 1308 -[npc_1308] -bas=bas_53 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=48 -recol1s=6273 -recol1d=14595 -recol2s=2340 -recol2d=12582 -recol3s=14724 -recol3d=12582 -recol4s=7329 -recol4d=10468 -recol5s=32759 -recol5d=24303 -recol6s=13504 -recol6d=11461 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_252 -name=Lanzig -model1=model_208 -model2=model_252 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_185 -model8=model_317 -model9=model_4391 -model10=model_3711 -head1=model_38588 -head2=model_38097 -unknown119=3 - -// 1309 -[npc_1309] -bas=bas_119 -size=1 -op1=Talk-to -op3=Pickpocket -vislevel=48 -recol1s=6273 -recol1d=22023 -recol2s=2340 -recol2d=13671 -recol3s=14724 -recol3d=9445 -recol4s=7328 -recol4d=10502 -recol5s=10464 -recol5d=17863 -name=Pontak -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4221 -model7=model_4219 -model8=model_4226 -model9=model_4218 -model10=model_4236 -model11=model_317 -model12=model_4391 -head1=model_39836 -head2=model_38097 -head3=model_38095 -unknown119=3 - -// 1310 -[npc_1310] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=48 -recol1s=2340 -recol1d=5319 -recol2s=14724 -recol2d=9480 -recol3s=7328 -recol3d=11594 -recol4s=8386 -recol4d=6276 -recol5s=6273 -recol5d=25254 -retex1s=material_228 -retex1d=material_426 -name=Freygerd -model1=model_387 -model2=model_343 -model3=model_456 -model4=model_421 -model5=model_353 -model6=model_479 -model7=model_361 -head1=model_39084 -unknown119=3 - -// 1311 -[npc_1311] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=48 -recol1s=2340 -recol1d=7395 -recol2s=14724 -recol2d=9541 -recol3s=7328 -recol3d=12710 -recol4s=8386 -recol4d=9541 -recol5s=6273 -recol5d=24201 -name=Lensa -model1=model_382 -model2=model_470 -model3=model_343 -model4=model_353 -model5=model_421 -model6=model_358 -model7=model_479 -head1=model_39023 -unknown119=3 - -// 1312 -[npc_1312] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=48 -recol1s=2340 -recol1d=6272 -recol2s=14724 -recol2d=9442 -recol3s=7328 -recol3d=11556 -recol4s=8386 -recol4d=9442 -recol5s=6273 -recol5d=26247 -name=Jennella -model1=model_390 -model2=model_343 -model3=model_456 -model4=model_421 -model5=model_353 -model6=model_479 -model7=model_361 -model8=model_417 -head1=model_39066 -head2=model_38891 -unknown119=3 - -// 1313 -[npc_1313] -bas=bas_4 -size=1 -op1=Talk-to -op3=Pickpocket -vislevel=48 -recol1s=2340 -recol1d=10368 -recol2s=14724 -recol2d=14596 -recol3s=8386 -recol3d=6276 -recol4s=6273 -recol4d=24102 -retex1s=material_228 -retex1d=material_426 -name=Sassilik -model1=model_382 -model2=model_483 -model3=model_456 -model4=model_479 -model5=model_348 -model6=model_353 -model7=model_421 -model8=model_358 -head1=model_39023 -unknown119=3 - -// 1314 -[npc_1314] -bas=bas_4 -size=1 -op1=Talk-to -op3=Pickpocket -vislevel=48 -recol1s=2340 -recol1d=10372 -recol2s=14724 -recol2d=13510 -recol3s=7328 -recol3d=14567 -recol4s=16909 -recol4d=25098 -recol5s=6273 -recol5d=30311 -recol6s=8386 -recol6d=6276 -retex1s=material_228 -retex1d=material_426 -name=Inga -model1=model_378 -model2=model_343 -model3=model_470 -model4=model_421 -model5=model_483 -model6=model_479 -model7=model_353 -model8=model_361 -head1=model_39090 -unknown119=3 - -// 1315 -[npc_1315] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=14724 -recol1d=12619 -recol2s=2340 -recol2d=8390 -recol3s=7328 -recol3d=14733 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Fish monger -model1=model_230 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_326 -model9=model_317 -head1=model_39799 -head2=model_38097 -unknown119=3 - -// 1316 -[npc_1316] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=13538 -recol2s=2340 -recol2d=6274 -recol3s=7328 -recol3d=15652 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=9379 -name=Fur trader -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_4391 -model9=model_317 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1317 -[npc_1317] -bas=bas_119 -size=1 -op2=Attack -vislevel=48 -recol1s=14724 -recol1d=8387 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=17861 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Market Guard -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_4236 -model9=model_326 -model10=model_4235 -model11=model_317 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 1318 -[npc_1318] -bas=bas_4 -size=1 -op2=Attack -vislevel=48 -recol1s=14724 -recol1d=11558 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=24169 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Warrior -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_542 -model9=model_326 -model10=model_4235 -model11=model_317 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 1319 -[npc_1319] -bas=bas_98 -size=1 -vislevel=0 -name=Fox -model1=model_26254 -unknown119=3 - -// 1320 -[npc_1320] -bas=bas_183 -size=1 -resizeh=128 -resizev=128 -op2=Attack -vislevel=2 -recol1s=16832 -recol1d=10465 -recol2s=12 -recol2d=4128 -recol3s=32602 -recol3d=19946 -name=Bunny -model1=model_4042 -unknown119=3 - -// 1321 -[npc_1321] -bas=bas_183 -size=1 -resizeh=92 -resizev=92 -op2=Attack -vislevel=2 -recol1s=16832 -recol1d=10465 -recol2s=12 -recol2d=4128 -recol3s=32602 -recol3d=19946 -name=Bunny -model1=model_4042 -unknown119=3 - -// 1322 -[npc_1322] -bas=bas_83 -size=1 -ambient=20 -vislevel=0 -minimap=no -vislevel=0 -name=Gull -model1=model_26841 -unknown119=6 - -// 1323 -[npc_1323] -bas=bas_83 -size=1 -ambient=20 -vislevel=0 -minimap=no -name=Gull -model1=model_26841 -unknown119=6 - -// 1324 -[npc_1324] -bas=bas_83 -size=1 -ambient=20 -vislevel=0 -minimap=no -name=Gull -model1=model_26841 -unknown119=6 - -// 1325 -[npc_1325] -bas=bas_83 -size=1 -ambient=20 -vislevel=0 -minimap=no -name=Gull -model1=model_26841 -unknown119=6 - -// 1326 -[npc_1326] -bas=bas_301 -size=2 -resizeh=148 -resizev=148 -op2=Attack -vislevel=15 -name=Bear Cub -model1=model_18883 -unknown119=3 - -// 1327 -[npc_1327] -bas=bas_301 -size=1 -resizeh=108 -resizev=108 -op2=Attack -vislevel=15 -name=Bear Cub -model1=model_18883 -unknown119=3 - -// 1328 -[npc_1328] -bas=bas_110 -size=2 -resizeh=86 -resizev=86 -op2=Attack -vislevel=12 -recol1s=32635 -recol1d=32722 -recol2s=32767 -recol2d=32724 -recol3s=32503 -recol3d=32657 -name=Unicorn Foal -model1=model_25755 -unknown119=3 - -// 1329 -[npc_1329] -bas=bas_110 -size=2 -resizeh=86 -resizev=86 -op2=Attack -vislevel=22 -name=Black unicorn Foal -model1=model_25754 -unknown119=3 - -// 1330 -[npc_1330] -bas=bas_97 -size=2 -size=2 -op2=Attack -vislevel=64 -name=Wolf -model1=model_26265 -unknown119=3 - -// 1331 -[npc_1331] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1332 -[npc_1332] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1333 -[npc_1333] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1334 -[npc_1334] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=6273 -recol1d=8323 -recol2s=2340 -recol2d=8388 -recol3s=14724 -recol3d=12451 -recol4s=7328 -recol4d=14565 -recol5s=10464 -recol5d=11394 -recol6s=6354 -recol6d=13475 -retex1s=material_257 -retex1d=material_527 -retex2s=material_202 -retex2d=material_262 -name=Jossik -model1=model_206 -model2=model_292 -model3=model_162 -model4=model_4226 -model5=model_253 -model6=model_4218 -model7=model_4391 -model8=model_176 -model9=model_194 -head1=model_39934 -head2=model_39227 -head3=model_40662 -unknown119=3 - -// 1335 -[npc_1335] -bas=bas_249 -size=2 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=8323 -recol2s=2340 -recol2d=8388 -recol3s=14724 -recol3d=12451 -recol4s=7328 -recol4d=14565 -recol5s=10464 -recol5d=11394 -recol6s=6354 -recol6d=13475 -retex1s=material_202 -retex1d=material_262 -retex2s=material_257 -retex2d=material_527 -name=Jossik -model1=model_206 -model2=model_292 -model3=model_162 -model4=model_4227 -model5=model_253 -model6=model_4391 -model7=model_176 -model8=model_194 -head1=model_39934 -head2=model_39227 -head3=model_40662 -unknown119=3 - -// 1336 -[npc_1336] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=12417 -recol2s=14724 -recol2d=15588 -recol3s=7328 -recol3d=17636 -recol4s=8386 -recol4d=10304 -recol5s=6273 -recol5d=26248 -recol6s=16846 -recol6d=11456 -retex1s=material_228 -retex1d=material_426 -name=Larrissa -model1=model_390 -model2=model_343 -model3=model_470 -model4=model_421 -model5=model_483 -model6=model_479 -model7=model_353 -model8=model_361 -model9=model_417 -model10=model_40896 -head1=model_39066 -head2=model_38891 -head3=model_40894 -unknown119=3 - -// 1337 -[npc_1337] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=12417 -recol2s=14724 -recol2d=15588 -recol3s=7328 -recol3d=17636 -recol4s=8386 -recol4d=10304 -recol5s=6273 -recol5d=26248 -recol6s=16846 -recol6d=11456 -retex1s=material_228 -retex1d=material_426 -name=Larrissa -model1=model_390 -model2=model_343 -model3=model_470 -model4=model_421 -model5=model_483 -model6=model_479 -model7=model_353 -model8=model_361 -model9=model_417 -model10=model_376 -head1=model_39066 -head2=model_38891 -head3=model_38799 -unknown119=3 - -// 1338 -[npc_1338] -bas=bas_196 -size=1 -resizeh=64 -resizev=64 -op2=Attack -vislevel=74 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 1339 -[npc_1339] -bas=bas_196 -size=1 -resizeh=60 -resizev=60 -op2=Attack -vislevel=74 -recol1s=14795 -recol1d=12650 -recol2s=12683 -recol2d=11593 -recol3s=11626 -recol3d=10536 -recol4s=10569 -recol4d=9479 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 1340 -[npc_1340] -bas=bas_196 -size=1 -resizeh=69 -resizev=69 -op2=Attack -vislevel=74 -recol1s=14795 -recol1d=14796 -recol2s=12683 -recol2d=13739 -recol3s=11626 -recol3d=13706 -recol4s=10569 -recol4d=12649 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 1341 -[npc_1341] -bas=bas_196 -size=2 -resizeh=85 -resizev=85 -op2=Attack -vislevel=92 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 1342 -[npc_1342] -bas=bas_196 -size=2 -resizeh=88 -resizev=88 -op2=Attack -vislevel=92 -recol1s=14795 -recol1d=12650 -recol2s=12683 -recol2d=11593 -recol3s=11626 -recol3d=10536 -recol4s=10569 -recol4d=9479 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 1343 -[npc_1343] -bas=bas_196 -size=2 -resizeh=82 -resizev=82 -op2=Attack -vislevel=92 -recol1s=14795 -recol1d=14796 -recol2s=12683 -recol2d=13739 -recol3s=11626 -recol3d=13706 -recol4s=10569 -recol4d=12649 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 1344 -[npc_1344] -bas=bas_914 -vislevel=100 -size=2 -resizeh=82 -resizev=82 -recol1s=14795 -recol1d=14796 -recol2s=12683 -recol2d=13739 -recol3s=11626 -recol3d=13706 -recol4s=10569 -recol4d=12649 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 1345 -[npc_1345] -bas=bas_915 -vislevel=100 -size=2 -resizeh=82 -resizev=82 -recol1s=14795 -recol1d=14796 -recol2s=12683 -recol2d=13739 -recol3s=11626 -recol3d=13706 -recol4s=10569 -recol4d=12649 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 1346 -[npc_1346] -bas=bas_916 -vislevel=100 -size=2 -resizeh=82 -resizev=82 -recol1s=14795 -recol1d=14796 -recol2s=12683 -recol2d=13739 -recol3s=11626 -recol3d=13706 -recol4s=10569 -recol4d=12649 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 1347 -[npc_1347] -bas=bas_196 -vislevel=100 -size=2 -resizeh=82 -resizev=82 -op2=Attack -recol1s=14795 -recol1d=14796 -recol2s=12683 -recol2d=13739 -recol3s=11626 -recol3d=13706 -recol4s=10569 -recol4d=12649 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 1348 -[npc_1348] -bas=bas_914 -size=3 -resizeh=155 -resizev=155 -vislevel=100 -recol1s=14795 -recol1d=32758 -recolhsl2s=10287 -recolhsl2d=10350 -recolhsl3s=10283 -recolhsl3d=10360 -recolhsl4s=10279 -recolhsl4d=10367 -name=Dagannoth mother -model1=model_4587 -unknown119=3 - -// 1349 -[npc_1349] -bas=bas_915 -size=3 -resizeh=155 -resizev=155 -vislevel=100 -recol1s=14795 -recol1d=32758 -recolhsl2s=10287 -recolhsl2d=10350 -recolhsl3s=10283 -recolhsl3d=10360 -recolhsl4s=10279 -recolhsl4d=10367 -name=Dagannoth mother -model1=model_4587 -unknown119=3 - -// 1350 -[npc_1350] -bas=bas_916 -size=3 -resizeh=155 -resizev=155 -vislevel=100 -recol1s=14795 -recol1d=32758 -recolhsl2s=10287 -recolhsl2d=10350 -recolhsl3s=10283 -recolhsl3d=10360 -recolhsl4s=10279 -recolhsl4d=10367 -name=Dagannoth mother -model1=model_4587 -unknown119=3 - -// 1351 -[npc_1351] -bas=bas_196 -size=3 -op2=Attack -resizeh=155 -resizev=155 -vislevel=100 -recol1s=14795 -recol1d=32758 -recolhsl2s=10287 -recolhsl2d=10350 -recolhsl3s=10283 -recolhsl3d=10360 -recolhsl4s=10279 -recolhsl4d=10367 -name=Dagannoth mother -model1=model_4587 -unknown119=3 - -// 1352 -[npc_1352] -bas=bas_196 -size=3 -op2=Attack -resizeh=155 -resizev=155 -vislevel=100 -recol1s=14795 -recol1d=3310 -recol2s=12683 -recol2d=4434 -recol3s=11626 -recol3d=5526 -recolhsl4s=10279 -recolhsl4d=39617 -name=Dagannoth mother -model1=model_4587 -unknown119=3 - -// 1353 -[npc_1353] -bas=bas_196 -size=3 -op2=Attack -resizeh=155 -resizev=155 -vislevel=100 -recolhsl1s=10291 -recolhsl1d=1949 -recol2s=12683 -recol2d=19552 -recol3s=11626 -recol3d=24704 -recol4s=10569 -recol4d=29856 -name=Dagannoth mother -model1=model_4587 -unknown119=3 - -// 1354 -[npc_1354] -bas=bas_196 -size=3 -op2=Attack -resizeh=155 -resizev=155 -vislevel=100 -recolhsl1s=10291 -recolhsl1d=3482 -recolhsl2s=10287 -recolhsl2d=3492 -recolhsl3s=10283 -recolhsl3d=3502 -recolhsl4s=10279 -recolhsl4d=3512 -name=Dagannoth mother -model1=model_4587 -unknown119=3 - -// 1355 -[npc_1355] -bas=bas_196 -size=3 -op2=Attack -resizeh=155 -resizev=155 -vislevel=100 -recolhsl1s=10291 -recolhsl1d=22293 -recolhsl2s=10287 -recolhsl2d=22303 -recol3s=11626 -recol3d=2626 -recol4s=10569 -recol4d=3780 -name=Dagannoth mother -model1=model_4587 -unknown119=3 - -// 1356 -[npc_1356] -bas=bas_196 -size=3 -op2=Attack -resizeh=155 -resizev=155 -vislevel=100 -recolhsl1s=10291 -recolhsl1d=6064 -recolhsl2s=10287 -recolhsl2d=6074 -recol3s=11626 -recol3d=32322 -recol4s=10569 -recol4d=32391 -name=Dagannoth mother -model1=model_4587 -unknown119=3 - -// 1357 -[npc_1357] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14724 -recol1d=10574 -recol2s=2340 -recol2d=11561 -recol3s=6273 -recol3d=23180 -name=Sam -model1=model_393 -model2=model_467 -model3=model_348 -model4=model_353 -model5=model_419 -model6=model_358 -head1=model_39016 -unknown119=3 - -// 1358 -[npc_1358] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14724 -recol1d=10574 -recol2s=2340 -recol2d=11561 -recol3s=6273 -recol3d=6242 -name=Rachael -model1=model_390 -model2=model_467 -model3=model_348 -model4=model_353 -model5=model_419 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 1359 -[npc_1359] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=9314 -recol2s=15856 -recol2d=26357 -recol3s=8352 -recol3d=9314 -recol4s=6273 -recol4d=9477 -recol5s=8386 -recol5d=26357 -recol6s=9473 -recol6d=26357 -retex1s=material_57 -retex1d=material_387 -name=Queen Sigrid -model1=model_393 -model2=model_478 -model3=model_351 -model4=model_356 -model5=model_440 -model6=model_446 -model7=model_3675 -model8=model_481 -head1=model_39016 -unknown119=3 - -// 1360 -[npc_1360] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=25098 -recol3d=32334 -recol4s=14724 -recol4d=23112 -recol5s=32736 -recol5d=27371 -name=Banker -model1=model_230 -model2=model_247 -model3=model_299 -model4=model_162 -model5=model_176 -model6=model_4226 -model7=model_4218 -model8=model_282 -head1=model_39799 -head2=model_39256 -unknown119=1 - -// 1361 -[npc_1361] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=12551 -recol2s=15856 -recol2d=32334 -recol3s=14724 -recol3d=12579 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -name=Arnor -model1=model_4220 -model2=model_251 -model3=model_292 -model4=model_163 -model5=model_10218 -model6=model_4226 -model7=model_4218 -model8=model_4219 -head1=model_38095 -head2=model_38096 -unknown119=3 - -// 1362 -[npc_1362] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=12551 -recol2s=15856 -recol2d=32334 -recol3s=14724 -recol3d=8555 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -recol6s=22024 -recol6d=8555 -name=Haming -model1=model_4220 -model2=model_246 -model3=model_293 -model4=model_167 -model5=model_10218 -model6=model_4226 -model7=model_4218 -model8=model_4219 -head1=model_38095 -head2=model_39223 -unknown119=3 - -// 1363 -[npc_1363] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=128 -recol2s=32735 -recol2d=16776 -recol3s=14724 -recol3d=12544 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -retex1s=material_228 -retex1d=material_426 -name=Moldof -model1=model_210 -model2=model_250 -model3=model_305 -model4=model_168 -model5=model_176 -model6=model_4226 -model7=model_4218 -head1=model_39881 -head2=model_39260 -unknown119=3 - -// 1364 -[npc_1364] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=98 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=12551 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23104 -recol6s=32735 -recol6d=21103 -retex1s=material_228 -retex1d=material_426 -name=Helga -model1=model_393 -model2=model_467 -model3=model_348 -model4=model_353 -model5=model_421 -model6=model_358 -head1=model_39016 -unknown119=3 - -// 1365 -[npc_1365] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=128 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=12551 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -recol6s=7298 -recol6d=98 -retex1s=material_228 -retex1d=material_426 -name=Matilda -model1=model_390 -model2=model_474 -model3=model_347 -model4=model_353 -model5=model_421 -model6=model_358 -model7=model_447 -head1=model_39066 -unknown119=3 - -// 1366 -[npc_1366] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=10569 -recol2s=15856 -recol2d=32334 -recol3s=14724 -recol3d=10569 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=20997 -recol6s=7298 -recol6d=98 -name=Ashild -model1=model_391 -model2=model_469 -model3=model_347 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39068 -unknown119=3 - -// 1367 -[npc_1367] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=6273 -recol1d=26183 -recol2s=2340 -recol2d=7365 -recol3s=14724 -recol3d=11525 -recol4s=7328 -recol4d=13639 -recol5s=7329 -recol5d=7395 -recol6s=25098 -recol6d=32334 -name=Skraeling -model1=model_4220 -model2=model_250 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_317 -model7=model_4219 -model8=model_4226 -model9=model_4218 -model10=model_4236 -model11=model_4235 -model12=model_4391 -head1=model_39836 -head2=model_38642 -head3=model_38095 -unknown119=3 - -// 1368 -[npc_1368] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=6273 -recol1d=26183 -recol2s=2340 -recol2d=7365 -recol3s=14724 -recol3d=11525 -recol4s=7328 -recol4d=13639 -recol5s=7329 -recol5d=7395 -recol6s=25098 -recol6d=32334 -name=Skraeling -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4221 -model7=model_4219 -model8=model_4226 -model9=model_4218 -model10=model_550 -model11=model_4235 -model12=model_4391 -head1=model_39836 -head2=model_38097 -head3=model_38095 -unknown119=3 - -// 1369 -[npc_1369] -bas=bas_119 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=14724 -recol1d=8458 -recol2s=2340 -recol2d=5287 -recol3s=7328 -recol3d=10572 -recol4s=6273 -recol4d=15684 -recol5s=7329 -recol5d=8457 -recol6s=16704 -recol6d=9445 -name=Fishmonger -model1=model_210 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4226 -model7=model_4218 -model8=model_326 -model9=model_317 -head1=model_39600 -head2=model_39223 -unknown119=3 - -// 1370 -[npc_1370] -bas=bas_119 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=14724 -recol1d=12711 -recol2s=2340 -recol2d=6369 -recol3s=7328 -recol3d=10597 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=9379 -name=Greengrocer -model1=model_206 -model2=model_249 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4226 -model7=model_4218 -model8=model_4391 -model9=model_317 -head1=model_39947 -head2=model_39254 -unknown119=3 - -// 1371 -[npc_1371] -bas=bas_279 -size=1 -vislevel=0 -op1=Talk-to -recol1s=7329 -recol1d=12320 -recol2s=15856 -recol2d=32334 -recol3s=2340 -recol3d=9314 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -recol6s=14724 -recol6d=12320 -retex1s=material_257 -retex1d=material_273 -retex2s=material_228 -retex2d=material_426 -name=Prince Brand -model1=model_235 -model2=model_246 -model3=model_311 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_281 -model9=model_317 -model10=model_4394 -head1=model_38641 -head2=model_39223 -unknown119=3 - -// 1372 -[npc_1372] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=128 -recol2s=8420 -recol2d=128 -recol3s=14724 -recol3d=32598 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -retex1s=material_228 -retex1d=material_426 -name=Princess Astrid -model1=model_378 -model2=model_466 -model3=model_347 -model4=model_354 -model5=model_429 -model6=model_3708 -model7=model_446 -head1=model_39090 -unknown119=3 - -// 1373 -[npc_1373] -bas=bas_115 -size=2 -vislevel=0 -op1=Talk-to -recol1s=32563 -recol1d=29426 -name=King Vargas -model1=model_3001 -head1=model_4651 -unknown119=1 - -// 1374 -[npc_1374] -bas=bas_4 -size=1 -op1=Talk-to -size=1 -resizeh=128 -resizev=128 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -name=Guard -model1=model_4220 -model2=model_250 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_326 -model9=model_4221 -model10=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=1 - -// 1375 -[npc_1375] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=23182 -recol2s=14724 -recol2d=9314 -recol3s=2340 -recol3d=9314 -recol4s=11456 -recol4d=15392 -recol5s=24288 -recol5d=32757 -recol6s=32735 -recol6d=12320 -retex1s=material_228 -retex1d=material_426 -retex2s=material_202 -retex2d=material_258 -name=Advisor Ghrim -model1=model_230 -model2=model_323 -model3=model_292 -model4=model_320 -model5=model_256 -model6=model_163 -model7=model_176 -model8=model_238 -model9=model_283 -model10=model_250 -head1=model_39799 -head2=model_38642 -head3=model_38643 -unknown119=1 - -// 1376 -[npc_1376] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -vislevel=0 -op1=Talk-to -recol1s=32735 -recol1d=15751 -recol2s=2340 -recol2d=10465 -recol3s=6273 -recol3d=0 -name=Derrik -model1=model_214 -model2=model_252 -model3=model_302 -model4=model_167 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_491 -head1=model_39726 -head2=model_38097 -unknown119=3 - -// 1377 -[npc_1377] -bas=bas_944 -vislevel=0 -recol1s=14724 -recol1d=11558 -recol2s=2340 -recol2d=11525 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=19909 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -retex1s=material_228 -retex1d=material_426 -name=Farmer -model1=model_215 -model2=model_248 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_40287 -model9=model_4390 -model10=model_317 -head1=model_39836 -head2=model_39275 -unknown119=2 - -// 1378 -[npc_1378] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=8420 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=9314 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -name=Flower Girl -model1=model_390 -model2=model_471 -model3=model_348 -model4=model_353 -model5=model_428 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 1379 -[npc_1379] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=1 -recol1s=2340 -recol1d=10569 -recol2s=15856 -recol2d=32334 -recol3s=14724 -recol3d=12544 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=20997 -recol6s=22024 -recol6d=128 -retex1s=material_228 -retex1d=material_426 -name=Ragnar -model1=model_4220 -model2=model_250 -model3=model_292 -model4=model_151 -model5=model_10218 -model6=model_4226 -model7=model_4218 -model8=model_4219 -head1=model_38095 -head2=model_38642 -unknown119=3 - -// 1380 -[npc_1380] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=1 -recol1s=2340 -recol1d=8420 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=15719 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=20997 -retex1s=material_228 -retex1d=material_426 -name=Einar -model1=model_4220 -model2=model_4219 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_250 -model9=model_3707 -head1=model_38095 -head2=model_38642 -unknown119=3 - -// 1381 -[npc_1381] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=1 -recol1s=2340 -recol1d=8420 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=19948 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23104 -recol6s=16846 -recol6d=12579 -retex1s=material_228 -retex1d=material_426 -name=Alrik -model1=model_215 -model2=model_252 -model3=model_311 -model4=model_169 -model5=model_176 -model6=model_4226 -model7=model_4218 -model8=model_3706 -head1=model_39836 -head2=model_38097 -head3=model_39428 -unknown119=3 - -// 1382 -[npc_1382] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=1 -recol1s=2340 -recol1d=9314 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=9314 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -recol6s=7298 -recol6d=98 -name=Thorhild -model1=model_383 -model2=model_469 -model3=model_347 -model4=model_353 -model5=model_421 -model6=model_358 -head1=model_38587 -unknown119=3 - -// 1383 -[npc_1383] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=1 -recol1s=2340 -recol1d=8420 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=14702 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=20997 -retex1s=material_228 -retex1d=material_426 -name=Halla -model1=model_393 -model2=model_462 -model3=model_341 -model4=model_353 -model5=model_426 -model6=model_358 -model7=model_414 -head1=model_39016 -head2=model_38861 -unknown119=3 - -// 1384 -[npc_1384] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=1 -recol1s=2340 -recol1d=8420 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=16776 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=20997 -retex1s=material_257 -retex1d=material_262 -retex2s=material_228 -retex2d=material_426 -name=Yrsa -model1=model_387 -model2=model_472 -model3=model_343 -model4=model_353 -model5=model_3332 -model6=model_439 -model7=model_358 -head1=model_39084 -unknown119=3 - -// 1385 -[npc_1385] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Travel -recol1s=14724 -recol1d=6377 -recol2s=2340 -recol2d=3204 -recol3s=7328 -recol3d=8491 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=3206 -retex1s=material_268 -retex1d=material_202 -name=Sailor -model1=model_208 -model2=model_252 -model3=model_299 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_3877 -model9=model_317 -head1=model_38588 -head2=model_38097 -unknown119=3 - -// 1386 -[npc_1386] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=2340 -recol1d=5319 -recol2s=14724 -recol2d=9480 -recol3s=7328 -recol3d=11594 -recol4s=8386 -recol4d=6276 -recol5s=6273 -recol5d=25254 -recol6s=25098 -recol6d=32334 -retex1s=material_228 -retex1d=material_426 -name=Rannveig -model1=model_387 -model2=model_343 -model3=model_456 -model4=model_421 -model5=model_353 -model6=model_479 -model7=model_361 -head1=model_39084 -unknown119=3 - -// 1387 -[npc_1387] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=2340 -recol1d=7395 -recol2s=14724 -recol2d=9541 -recol3s=7328 -recol3d=12710 -recol4s=8386 -recol4d=9541 -recol5s=6273 -recol5d=24201 -recol6s=25098 -recol6d=32334 -retex1s=material_228 -retex1d=material_426 -name=Thora -model1=model_382 -model2=model_470 -model3=model_343 -model4=model_353 -model5=model_421 -model6=model_358 -model7=model_479 -head1=model_39023 -unknown119=3 - -// 1388 -[npc_1388] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=2340 -recol1d=6272 -recol2s=14724 -recol2d=9442 -recol3s=7328 -recol3d=11556 -recol4s=8386 -recol4d=9442 -recol5s=6273 -recol5d=26247 -recol6s=25098 -recol6d=32334 -retex1s=material_228 -retex1d=material_426 -name=Valgerd -model1=model_390 -model2=model_343 -model3=model_456 -model4=model_421 -model5=model_353 -model6=model_479 -model7=model_361 -model8=model_417 -head1=model_39066 -head2=model_38891 -unknown119=3 - -// 1389 -[npc_1389] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=6273 -recol1d=26183 -recol2s=2340 -recol2d=7365 -recol3s=14724 -recol3d=14662 -recol4s=7328 -recol4d=15719 -recol5s=5120 -recol5d=16710 -recol6s=25098 -recol6d=32334 -name=Skraeling -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4221 -model7=model_4219 -model8=model_4226 -model9=model_4218 -model10=model_550 -model11=model_4235 -model12=model_4391 -head1=model_39836 -head2=model_38097 -head3=model_38095 -unknown119=3 - -// 1390 -[npc_1390] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=6273 -recol1d=20963 -recol2s=2340 -recol2d=4325 -recol3s=14724 -recol3d=11623 -recol4s=7328 -recol4d=10566 -recol5s=5120 -recol5d=16710 -recol6s=25098 -recol6d=32334 -name=Broddi -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4226 -model7=model_4218 -model8=model_4391 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1391 -[npc_1391] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=6273 -recol1d=22023 -recol2s=2340 -recol2d=13671 -recol3s=14724 -recol3d=17897 -recol4s=7328 -recol4d=21034 -recol5s=10464 -recol5d=17863 -recol6s=25098 -recol6d=32334 -name=Skraeling -model1=model_4220 -model2=model_252 -model3=model_299 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_550 -model9=model_4235 -model10=model_4221 -model11=model_4219 -head1=model_39836 -head2=model_38097 -head3=model_38095 -unknown119=3 - -// 1392 -[npc_1392] -bas=bas_53 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=6273 -recol1d=14595 -recol2s=2340 -recol2d=12582 -recol3s=14724 -recol3d=12582 -recol4s=7329 -recol4d=10468 -recol5s=32759 -recol5d=24303 -recol6s=25098 -recol6d=32334 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Ragnvald -model1=model_208 -model2=model_252 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_185 -model8=model_317 -model9=model_4391 -model10=model_3711 -head1=model_38588 -head2=model_38097 -unknown119=3 - -// 1393 -[npc_1393] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=14724 -recol1d=10606 -recol2s=2340 -recol2d=7432 -recol3s=7328 -recol3d=12717 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Fishmonger -model1=model_230 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_326 -model9=model_317 -head1=model_39799 -head2=model_38097 -unknown119=3 - -// 1394 -[npc_1394] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=14724 -recol1d=7463 -recol2s=2340 -recol2d=5349 -recol3s=7328 -recol3d=9577 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=9379 -name=Greengrocer -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_4391 -model9=model_317 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1395 -[npc_1395] -bas=bas_945 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=2340 -recol1d=12551 -recol2s=15856 -recol2d=4323 -recol3s=14724 -recol3d=4323 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=20997 -recol6s=22024 -recol6d=4323 -retex1s=material_228 -retex1d=material_426 -name=Lumberjack Leif -model1=model_215 -model2=model_252 -model3=model_299 -model4=model_167 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_510 -head1=model_39836 -head2=model_38097 -unknown119=1 - -// 1396 -[npc_1396] -bas=bas_280 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=12551 -recol2s=15856 -recol2d=12551 -recol3s=14724 -recol3d=128 -recol4s=25098 -recol4d=25131 -recol5s=6273 -recol5d=23104 -recol6s=22024 -recol6d=12544 -retex1s=material_228 -retex1d=material_426 -name=Miner Magnus -model1=model_215 -model2=model_247 -model3=model_299 -model4=model_168 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_509 -head1=model_39836 -head2=model_39256 -unknown119=1 - -// 1397 -[npc_1397] -bas=bas_946 -vislevel=0 -size=1 -op1=Talk-to -size=2 -recol1s=14724 -recol1d=11558 -recol2s=2340 -recol2d=11525 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=19909 -recol5s=7329 -recol5d=6369 -recol6s=32701 -recol6d=12544 -retex1s=material_228 -retex1d=material_426 -name=Fisherman Frodi -model1=model_215 -model2=model_248 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_254 -model7=model_358 -model8=model_562 -model9=model_327 -model10=model_317 -head1=model_39836 -head2=model_39275 -unknown119=1 - -// 1398 -[npc_1398] -bas=bas_947 -size=1 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=32334 -recol2s=2340 -recol2d=16776 -recol3s=15856 -recol3d=4323 -recol4s=6273 -recol4d=23104 -recol5s=7329 -recol5d=6369 -recol6s=14724 -recol6d=6369 -retex1s=material_228 -retex1d=material_426 -name=Gardener Gunnhild -model1=model_390 -model2=model_478 -model3=model_332 -model4=model_356 -model5=model_421 -model6=model_358 -model7=model_480 -model8=model_7125 -head1=model_39066 -modeloffset7=3,-11,6 -unknown119=1 - -// 1399 -[npc_1399] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1400 -[npc_1400] -bas=bas_83 -size=1 -ambient=20 -op2=Attack -vislevel=0 -minimap=no -name=Gull -model1=model_26841 -unknown119=7 - -// 1401 -[npc_1401] -bas=bas_62 -size=1 -resizeh=80 -resizev=80 -op2=Attack -vislevel=1 -name=Chicken -model1=model_23905 -unknown119=3 - -// 1402 -[npc_1402] -bas=bas_62 -size=1 -op2=Attack -resizeh=85 -resizev=85 -vislevel=1 -recol1s=23150 -recol1d=11491 -recol2s=23116 -recol2d=9409 -recol3s=22059 -recol3d=8352 -recol4s=28388 -recol4d=29312 -name=Chicken -model1=model_23905 -unknown119=3 - -// 1403 -[npc_1403] -bas=bas_62 -size=1 -op2=Attack -resizeh=100 -resizev=100 -vislevel=2 -recol1s=22059 -recol1d=14496 -recol2s=28388 -recol2d=26182 -recol3s=19488 -recol3d=19587 -recol4s=16416 -recol4d=16515 -recol5s=23150 -recol5d=17634 -recol6s=23116 -recol6d=17600 -name=Rooster -model1=model_23905 -unknown119=3 - -// 1404 -[npc_1404] -bas=bas_129 -size=1 -ambient=30 -op2=Attack -vislevel=2 -name=Rabbit -model1=model_23901 -unknown119=3 - -// 1405 -[npc_1405] -bas=bas_178 -vislevel=0 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1406 -[npc_1406] -bas=bas_178 -vislevel=0 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 1407 -[npc_1407] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=11561 -recol1d=2114 -retex1s=material_404 -retex1d=material_260 -name=Daero -model1=model_2909 -model2=model_2903 -model3=model_2919 -head1=model_22 -unknown119=3 - -// 1408 -[npc_1408] -bas=bas_108 -op1=Talk-to -vislevel=0 -name=Waydar -model1=model_2909 -model2=model_2908 -model3=model_2922 -head1=model_19 -unknown119=3 - -// 1409 -[npc_1409] -bas=bas_108 -op1=Talk-to -vislevel=0 -name=Waydar -model1=model_2909 -model2=model_2908 -model3=model_2922 -head1=model_19 -unknown119=3 - -// 1410 -[npc_1410] -bas=bas_108 -op1=Talk-to -vislevel=0 -name=Waydar -model1=model_2909 -model2=model_2908 -model3=model_2922 -head1=model_19 -unknown119=3 - -// 1411 -[npc_1411] -bas=bas_108 -resizeh=150 -resizev=150 -op1=Talk-to -vislevel=0 -recol1s=11561 -recol1d=18464 -retex1s=material_404 -retex1d=material_260 -name=Garkor -model1=model_2909 -model2=model_4702 -model3=model_2919 -head1=model_22 -unknown119=3 - -// 1412 -[npc_1412] -bas=bas_108 -resizeh=150 -resizev=150 -op1=Talk-to -vislevel=0 -recol1s=11561 -recol1d=18464 -retex1s=material_404 -retex1d=material_65535 -name=Garkor -model1=model_2909 -model2=model_4702 -model3=model_2919 -head1=model_22 -unknown119=3 - -// 1413 -[npc_1413] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=13798 -recol2s=25098 -recol2d=17830 -recol3s=352 -recol3d=14724 -name=Lumo -model1=model_2914 -model2=model_4698 -model3=model_2919 -head1=model_21 -unknown119=3 - -// 1414 -[npc_1414] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=13798 -recol2s=25098 -recol2d=17830 -recol3s=352 -recol3d=14724 -name=Lumo -model1=model_2914 -model2=model_4699 -model3=model_2919 -head1=model_21 -unknown119=3 - -// 1415 -[npc_1415] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=14887 -recol2s=352 -recol2d=14724 -name=Bunkdo -model1=model_2914 -model2=model_4698 -model3=model_2919 -head1=model_21 -unknown119=3 - -// 1416 -[npc_1416] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=14887 -recol2s=352 -recol2d=14724 -name=Bunkdo -model1=model_2914 -model2=model_4699 -model3=model_2919 -head1=model_21 -unknown119=3 - -// 1417 -[npc_1417] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=13798 -recol2s=352 -recol2d=14983 -name=Carado -model1=model_2914 -model2=model_4698 -model3=model_2919 -head1=model_21 -unknown119=3 - -// 1418 -[npc_1418] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=13798 -recol2s=352 -recol2d=14983 -name=Carado -model1=model_2914 -model2=model_14924 -model3=model_2919 -head1=model_21 -unknown119=3 - -// 1419 -[npc_1419] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=13927 -recol2s=352 -recol2d=19719 -name=Lumdo -model1=model_2914 -model2=model_4699 -model3=model_2919 -head1=model_21 -unknown119=3 - -// 1420 -[npc_1420] -bas=bas_238 -op1=Talk-to -vislevel=0 -name=Karam -model1=model_4703 -model2=model_4704 -model3=model_4697 -head1=model_4653 -unknown119=3 - -// 1421 -[npc_1421] -bas=bas_238 -vislevel=0 -name=Karam -model1=model_4703 -model2=model_4704 -model3=model_4697 -head1=model_4653 -unknown119=3 - -// 1422 -[npc_1422] -bas=bas_238 -op1=Talk-to -vislevel=0 -name=Karam -model1=model_4703 -model2=model_4704 -model3=model_4697 -head1=model_4653 -unknown119=3 - -// 1423 -[npc_1423] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=12581 -recol2s=416 -recol2d=9603 -retex1s=material_404 -retex1d=material_271 -name=Bunkwicket -model1=model_2909 -model2=model_2915 -model3=model_4701 -head1=model_21 -unknown119=1 - -// 1424 -[npc_1424] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=12581 -recol2s=416 -recol2d=9603 -retex1s=material_404 -retex1d=material_414 -name=Waymottin -model1=model_2909 -model2=model_2915 -model3=model_4701 -head1=model_21 -unknown119=1 - -// 1425 -[npc_1425] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=13728 -recol1d=10641 -recol2s=384 -recol2d=9603 -recol3s=32767 -recol3d=10641 -recol4s=416 -recol4d=10641 -name=Zooknock -model1=model_2909 -model2=model_2915 -model3=model_4700 -head1=model_4654 -unknown119=3 - -// 1426 -[npc_1426] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=13728 -recol1d=10641 -recol2s=384 -recol2d=9603 -recol3s=32767 -recol3d=10641 -recol4s=416 -recol4d=10641 -name=Zooknock -model1=model_2909 -model2=model_2915 -model3=model_4700 -head1=model_4654 -unknown119=3 - -// 1427 -[npc_1427] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=352 -recol1d=14625 -recol2s=416 -recol2d=14626 -retex1s=material_404 -retex1d=material_293 -name=G.L.O. Caranock -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 1428 -[npc_1428] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=352 -recol1d=14625 -recol2s=416 -recol2d=14626 -retex1s=material_404 -retex1d=material_293 -name=G.L.O. Caranock -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 1429 -[npc_1429] -bas=bas_177 -resizeh=130 -resizev=180 -op1=Talk-to -vislevel=0 -name=Dugopul -model1=model_4820 -model2=model_4827 -model3=model_4834 -head1=model_4659 -unknown119=3 - -// 1430 -[npc_1430] -bas=bas_116 -op1=Talk-to -vislevel=0 -name=Salenab -model1=model_3004 -unknown119=3 - -// 1431 -[npc_1431] -bas=bas_281 -size=2 -op1=Talk-to -vislevel=0 -name=Trefaji -model1=model_4809 -model2=model_4812 -head1=model_4662 -unknown119=1 - -// 1432 -[npc_1432] -bas=bas_281 -size=2 -op1=Talk-to -vislevel=0 -name=Aberab -model1=model_4809 -model2=model_4812 -head1=model_4662 -unknown119=1 - -// 1433 -[npc_1433] -bas=bas_177 -resizeh=170 -resizev=150 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14728 -recol1d=13811 -recol2s=5285 -recol2d=7399 -name=Solihib -model1=model_4820 -model2=model_4827 -head1=model_4659 -unknown119=3 - -// 1434 -[npc_1434] -bas=bas_177 -resizeh=160 -resizev=160 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14728 -recol1d=18037 -recol2s=16772 -recol2d=19978 -name=Daga -model1=model_4822 -model2=model_4827 -head1=model_4659 -unknown119=3 - -// 1435 -[npc_1435] -bas=bas_177 -resizeh=130 -resizev=160 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=5285 -recol1d=12618 -recol2s=16772 -recol2d=21002 -name=Tutab -model1=model_4817 -model2=model_4827 -head1=model_4659 -unknown119=3 - -// 1436 -[npc_1436] -bas=bas_177 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14728 -recol1d=9639 -recol2s=5285 -recol2d=3171 -name=Ifaba -model1=model_4822 -model2=model_4827 -head1=model_4659 -unknown119=3 - -// 1437 -[npc_1437] -bas=bas_177 -resizeh=140 -resizev=140 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14728 -recol1d=25266 -name=Hamab -model1=model_4819 -model2=model_4826 -head1=model_4658 -unknown119=3 - -// 1438 -[npc_1438] -bas=bas_281 -size=2 -resizeh=180 -resizev=180 -op1=Talk-to -vislevel=0 -name=Hafuba -model1=model_4811 -model2=model_4813 -model3=model_4814 -head1=model_4664 -unknown119=3 - -// 1439 -[npc_1439] -bas=bas_723 -resizeh=180 -resizev=180 -op1=Talk-to -vislevel=0 -name=Denadu -model1=model_4815 -model2=model_4824 -model3=model_4829 -head1=model_4656 -unknown119=3 - -// 1440 -[npc_1440] -bas=bas_723 -resizeh=180 -resizev=180 -op1=Talk-to -vislevel=0 -name=Lofu -model1=model_4815 -model2=model_4824 -model3=model_4829 -head1=model_4656 -unknown119=3 - -// 1441 -[npc_1441] -bas=bas_724 -resizeh=180 -resizev=180 -op1=Talk-to -vislevel=149 -name=Kruk -model1=model_4821 -model2=model_4828 -model3=model_4832 -head1=model_4660 -unknown119=3 - -// 1442 -[npc_1442] -bas=bas_724 -resizeh=180 -resizev=180 -op2=Attack -vislevel=149 -name=Duke -model1=model_4821 -model2=model_4828 -model3=model_4832 -head1=model_4660 -unknown119=3 - -// 1443 -[npc_1443] -bas=bas_724 -resizeh=180 -resizev=180 -op2=Attack -vislevel=149 -name=Oipuis -model1=model_4821 -model2=model_4828 -model3=model_4832 -head1=model_4660 -unknown119=3 - -// 1444 -[npc_1444] -bas=bas_724 -resizeh=180 -resizev=180 -op2=Attack -vislevel=149 -name=Uyoro -model1=model_4821 -model2=model_4828 -model3=model_4832 -head1=model_4660 -unknown119=3 - -// 1445 -[npc_1445] -bas=bas_724 -resizeh=180 -resizev=180 -op2=Attack -vislevel=149 -name=Ouhai -model1=model_4821 -model2=model_4828 -model3=model_4832 -head1=model_4660 -unknown119=3 - -// 1446 -[npc_1446] -bas=bas_724 -resizeh=180 -resizev=180 -op2=Attack -vislevel=149 -name=Uodai -model1=model_4821 -model2=model_4828 -model3=model_4832 -head1=model_4660 -unknown119=3 - -// 1447 -[npc_1447] -bas=bas_177 -op1=Talk-to -op2=Attack -vislevel=149 -name=Padulah -model1=model_4821 -model2=model_4828 -model3=model_4833 -head1=model_4660 -unknown119=2 - -// 1448 -[npc_1448] -bas=bas_177 -op1=Talk-to -vislevel=0 -name=Awowogei -model1=model_4816 -model2=model_4823 -head1=model_4655 -unknown119=3 - -// 1449 -[npc_1449] -bas=bas_177 -resizeh=180 -resizev=180 -op1=Talk-to -vislevel=0 -name=Uwogo -model1=model_4822 -model2=model_4824 -head1=model_4656 -unknown119=3 - -// 1450 -[npc_1450] -bas=bas_177 -resizeh=180 -resizev=180 -op1=Talk-to -vislevel=0 -name=Muruwoi -model1=model_4822 -model2=model_4824 -head1=model_4656 -unknown119=3 - -// 1451 -[npc_1451] -bas=bas_725 -resizeh=180 -resizev=180 -op1=Talk-to -vislevel=0 -name=Sleeping Monkey -model1=model_4817 -model2=model_4827 -model3=model_4830 -head1=model_4659 -unknown119=3 - -// 1452 -[npc_1452] -bas=bas_177 -resizeh=100 -resizev=100 -op1=Talk-to -vislevel=0 -name=Monkey Child -model1=model_4818 -model2=model_4825 -head1=model_4657 -unknown119=3 - -// 1453 -[npc_1453] -bas=bas_177 -resizeh=140 -resizev=180 -op1=Talk-to -vislevel=0 -recol1s=6342 -recol1d=15789 -name=The Monkey's Uncle -model1=model_4820 -model2=model_4827 -head1=model_4659 -unknown119=3 - -// 1454 -[npc_1454] -bas=bas_177 -resizeh=160 -resizev=160 -op1=Talk-to -vislevel=0 -name=The Monkey's Aunt -model1=model_4819 -model2=model_4826 -head1=model_4658 -unknown119=2 - -// 1455 -[npc_1455] -bas=bas_177 -op2=Attack -vislevel=149 -name=Monkey Guard -model1=model_4821 -model2=model_4828 -model3=model_4833 -head1=model_4660 -unknown119=3 - -// 1456 -[npc_1456] -bas=bas_177 -op2=Attack -vislevel=86 -name=Monkey Archer -model1=model_4821 -model2=model_4828 -model3=model_4831 -head1=model_4660 -unknown119=3 - -// 1457 -[npc_1457] -bas=bas_177 -op2=Attack -vislevel=86 -name=Monkey Archer -model1=model_4821 -model2=model_4828 -model3=model_4831 -head1=model_4660 -unknown119=3 - -// 1458 -[npc_1458] -bas=bas_177 -op2=Attack -vislevel=86 -name=Monkey Archer -model1=model_4821 -model2=model_4828 -model3=model_4831 -head1=model_4660 -unknown119=7 - -// 1459 -[npc_1459] -bas=bas_281 -size=2 -op2=Attack -vislevel=167 -name=Monkey Guard -model1=model_4810 -model2=model_4812 -head1=model_4662 -unknown119=3 - -// 1460 -[npc_1460] -bas=bas_281 -size=2 -op2=Attack -vislevel=167 -name=Monkey Guard -model1=model_4810 -model2=model_4813 -head1=model_4663 -unknown119=3 - -// 1461 -[npc_1461] -bas=bas_281 -size=2 -op1=Talk-to -vislevel=0 -name=Elder Guard -model1=model_4809 -model2=model_4813 -head1=model_4663 -unknown119=1 - -// 1462 -[npc_1462] -bas=bas_281 -size=2 -op1=Talk-to -vislevel=0 -name=Elder Guard -model1=model_4809 -model2=model_4813 -head1=model_4663 -unknown119=1 - -// 1463 -[npc_1463] -bas=bas_116 -op1=Talk-to -vislevel=3 -name=Monkey -model1=model_3004 -head1=model_4661 -unknown119=3 - -// 1464 -[npc_1464] -bas=bas_116 -op1=Talk-to -vislevel=3 -name=Monkey -model1=model_3004 -head1=model_4661 -unknown119=3 - -// 1465 -[npc_1465] -bas=bas_282 -resizeh=190 -resizev=190 -op2=Attack -turnspeed=6 -vislevel=98 -recol1s=5285 -recol1d=7592 -recol2s=16772 -recol2d=17100 -recol3s=0 -recol3d=23554 -name=Monkey Zombie -model1=model_4817 -model2=model_4824 -unknown119=3 - -// 1466 -[npc_1466] -bas=bas_282 -resizeh=200 -resizev=200 -op2=Attack -turnspeed=6 -vislevel=129 -recol1s=5285 -recol1d=7592 -recol2s=16772 -recol2d=17100 -recol3s=0 -recol3d=23554 -name=Monkey Zombie -model1=model_4817 -model2=model_4824 -unknown119=3 - -// 1467 -[npc_1467] -bas=bas_282 -turnspeed=10 -op2=Attack -vislevel=82 -recol1s=5285 -recol1d=7592 -recol2s=16772 -recol2d=17100 -recol3s=0 -recol3d=23554 -name=Monkey Zombie -model1=model_4817 -model2=model_4824 -unknown119=3 - -// 1468 -[npc_1468] -bas=bas_723 -resizeh=180 -resizev=180 -op1=Talk-to -vislevel=0 -recol1s=24276 -recol1d=13646 -recol2s=10471 -recol2d=24276 -name=Bonzara -model1=model_4815 -model2=model_4824 -model3=model_4829 -head1=model_4656 -unknown119=3 - -// 1469 -[npc_1469] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=26322 -recol2s=14724 -recol2d=17792 -recol3s=15856 -recol3d=25098 -recol4s=6354 -recol4d=26322 -retex1s=material_262 -retex1d=material_250 -retex2s=material_256 -retex2d=material_262 -retex3s=material_359 -retex3d=material_527 -name=Monkey minder -model1=model_215 -model2=model_292 -model3=model_250 -model4=model_151 -model5=model_10218 -model6=model_271 -model7=model_185 -model8=model_194 -model9=model_327 -model10=model_495 -head1=model_39836 -head2=model_38642 -head3=model_40659 -unknown119=3 - -// 1470 -[npc_1470] -bas=bas_4 -vislevel=0 -recol1s=2340 -recol1d=8420 -recol2s=6273 -recol2d=18991 -recol3s=14724 -recol3d=16846 -retex1s=material_228 -retex1d=material_426 -name=Foreman -model1=model_214 -model2=model_247 -model3=model_302 -model4=model_173 -model5=model_179 -model6=model_254 -model7=model_185 -head1=model_39726 -head2=model_39256 -unknown119=3 - -// 1471 -[npc_1471] -bas=bas_726 -op2=Attack -vislevel=142 -name=Skeleton -model1=model_21190 -unknown119=3 - -// 1472 -[npc_1472] -bas=bas_75 -size=3 -turnspeed=16 -op2=Attack -vislevel=195 -recol1s=7168 -recol1d=4289 -recol2s=8192 -recol2d=5346 -recol3s=9248 -recol3d=6403 -recol4s=10305 -recol4d=7460 -recol5s=11362 -recol5d=8517 -recol6s=0 -recol6d=19968 -name=Jungle demon -model1=model_17375 -model2=model_17391 -model3=model_17384 -model4=model_17399 -unknown119=3 - -// 1473 -[npc_1473] -bas=bas_99 -resizeh=64 -resizev=64 -minimap=no -op2=Attack -vislevel=1 -recol1s=9510 -recol1d=5285 -recol2s=8453 -recol2d=4228 -recol3s=7396 -recol3d=3171 -recol4s=6339 -recol4d=2114 -name=Spider -model1=model_24613 -unknown119=3 - -// 1474 -[npc_1474] -bas=bas_99 -resizeh=64 -resizev=64 -minimap=no -vislevel=0 -recol1s=9510 -recol1d=5285 -recol2s=8453 -recol2d=4228 -recol3s=7396 -recol3d=3171 -recol4s=6339 -recol4d=2114 -name=Spider -model1=model_24613 -unknown119=3 - -// 1475 -[npc_1475] -bas=bas_85 -ambient=20 -turnspeed=64 -op2=Attack -vislevel=11 -name=Bird -model1=model_26847 -unknown119=3 - -// 1476 -[npc_1476] -bas=bas_83 -ambient=20 -turnspeed=64 -op2=Attack -vislevel=5 -name=Bird -model1=model_26849 -unknown119=3 - -// 1477 -[npc_1477] -bas=bas_722 -minimap=no -resizeh=32 -resizev=32 -op2=Attack -vislevel=38 -recol1s=4195 -recol1d=4162 -recol2s=3104 -recol2d=2048 -recol3s=16710 -recol3d=8390 -recol4s=14596 -recol4d=7333 -recol5s=11459 -recol5d=6276 -recol6s=9345 -recol6d=5219 -name=Scorpion -model1=model_24609 -unknown119=3 - -// 1478 -[npc_1478] -bas=bas_186 -minimap=no -resizeh=100 -resizev=100 -op2=Attack -vislevel=37 -recol1s=31773 -recol1d=19618 -recol2s=2014 -recol2d=14823 -recol3s=14392 -recol3d=11362 -recol4s=1666 -recol4d=11652 -recol5s=31808 -recol5d=16937 -name=Jungle spider -model1=model_20309 -model2=model_20310 -unknown119=3 - -// 1479 -[npc_1479] -bas=bas_727 -minimap=no -op2=Attack -vislevel=24 -recol1s=21120 -recol1d=16967 -recol2s=7488 -recol2d=3233 -name=Snake -model1=model_3002 -unknown119=3 - -// 1480 -[npc_1480] -bas=bas_177 -vislevel=1 -name=Small ninja monkey -model1=model_4821 -model2=model_4828 -head1=model_4660 -unknown119=3 - -// 1481 -[npc_1481] -bas=bas_177 -resizeh=180 -resizev=180 -vislevel=1 -name=Medium ninja monkey -model1=model_4821 -model2=model_4828 -head1=model_4660 -unknown119=3 - -// 1482 -[npc_1482] -bas=bas_281 -vislevel=1 -name=Gorilla -model1=model_4810 -model2=model_4812 -head1=model_4662 -unknown119=3 - -// 1483 -[npc_1483] -bas=bas_281 -vislevel=1 -name=Bearded gorilla -model1=model_4810 -model2=model_4813 -head1=model_4663 -unknown119=3 - -// 1484 -[npc_1484] -bas=bas_281 -vislevel=1 -recol1s=10504 -recol1d=1118 -recol2s=12618 -recol2d=10504 -name=Ancient monkey -model1=model_4809 -model2=model_4813 -head1=model_4663 -unknown119=3 - -// 1485 -[npc_1485] -bas=bas_282 -vislevel=1 -recol1s=5285 -recol1d=7592 -recol2s=16772 -recol2d=17100 -recol3s=0 -recol3d=23554 -name=Small zombie monkey -model1=model_4817 -model2=model_4824 -head1=model_4656 -unknown119=3 - -// 1486 -[npc_1486] -bas=bas_282 -resizeh=190 -resizev=190 -vislevel=1 -recol1s=5285 -recol1d=7592 -recol2s=16772 -recol2d=17100 -recol3s=0 -recol3d=23554 -name=Large zombie monkey -model1=model_4817 -model2=model_4824 -head1=model_4656 -unknown119=3 - -// 1487 -[npc_1487] -bas=bas_116 -vislevel=1 -name=Monkey -model1=model_3004 -head1=model_4661 -unknown119=3 - -// 1488 -[npc_1488] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=17764 -name=Dummy -model1=model_14035 -head1=model_39911 -unknown119=3 - -// 1489 -[npc_1489] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=17764 -name=Dummy -model1=model_14035 -head1=model_40049 -unknown119=3 - -// 1490 -[npc_1490] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=17764 -name=Dummy -model1=model_14035 -head1=model_40056 -unknown119=3 - -// 1491 -[npc_1491] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=17764 -name=Dummy -model1=model_14035 -head1=model_39643 -head2=model_39223 -unknown119=3 - -// 1492 -[npc_1492] -vislevel=0 -size=1 -turnspeed=0 -recol1s=25098 -recol1d=18926 -recol2s=6273 -recol2d=15786 -name=Dummy -model1=model_14035 -head1=model_39812 -head2=model_39280 -unknown119=3 - -// 1493 -[npc_1493] -vislevel=0 -size=1 -turnspeed=0 -name=Dummy -model1=model_14035 -head1=model_39837 -unknown119=3 - -// 1494 -[npc_1494] -vislevel=0 -size=1 -turnspeed=0 -name=Dummy -model1=model_14035 -head1=model_39688 -unknown119=3 - -// 1495 -[npc_1495] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=31775 -name=Dummy -model1=model_14035 -head1=model_39812 -head2=model_39280 -unknown119=3 - -// 1496 -[npc_1496] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=32736 -name=Dummy -model1=model_14035 -head1=model_39977 -unknown119=3 - -// 1497 -[npc_1497] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=32736 -name=Dummy -model1=model_14035 -head1=model_40042 -unknown119=3 - -// 1498 -[npc_1498] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=32736 -name=Dummy -model1=model_14035 -head1=model_39675 -unknown119=3 - -// 1499 -[npc_1499] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=32736 -recol2s=6273 -recol2d=15719 -name=Dummy -model1=model_14035 -head1=model_38641 -head2=model_38642 -unknown119=3 - -// 1500 -[npc_1500] -vislevel=0 -size=1 -turnspeed=0 -name=Dummy -model1=model_14035 -head1=model_38931 -unknown119=3 - -// 1501 -[npc_1501] -vislevel=0 -size=1 -turnspeed=0 -name=Dummy -model1=model_14035 -head1=model_38934 -unknown119=3 - -// 1502 -[npc_1502] -vislevel=0 -size=1 -turnspeed=0 -name=Dummy -model1=model_14035 -head1=model_38978 -unknown119=3 - -// 1503 -[npc_1503] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=2174 -name=Dummy -model1=model_14035 -head1=model_39069 -unknown119=3 - -// 1504 -[npc_1504] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=31808 -name=Dummy -model1=model_14035 -head1=model_38931 -unknown119=3 - -// 1505 -[npc_1505] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=31808 -name=Dummy -model1=model_14035 -head1=model_38934 -unknown119=3 - -// 1506 -[npc_1506] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=31808 -name=Dummy -model1=model_14035 -head1=model_38978 -unknown119=3 - -// 1507 -[npc_1507] -vislevel=0 -size=1 -turnspeed=0 -recol1s=18464 -recol1d=31808 -name=Dummy -model1=model_14035 -head1=model_39069 -unknown119=3 - -// 1508 -[npc_1508] -bas=bas_4 -vislevel=0 -op1=Talk-to -size=1 -recol1s=15392 -recol1d=15523 -recol2s=8386 -recol2d=17637 -recol3s=32736 -recol3d=15523 -recol4s=2340 -recol4d=13409 -recol5s=14728 -recol5d=7364 -name=Forester -model1=model_12137 -model2=model_246 -model3=model_311 -model4=model_323 -model5=model_169 -model6=model_10218 -model7=model_563 -model8=model_262 -model9=model_185 -head1=model_39643 -head2=model_39223 -unknown119=1 - -// 1509 -[npc_1509] -bas=bas_4 -vislevel=0 -op1=Talk-to -size=1 -recol1s=16846 -recol1d=6346 -recol2s=11561 -recol2d=3174 -recol3s=15789 -recol3d=6346 -recol4s=15392 -recol4d=15523 -recol5s=8386 -recol5d=17637 -recol6s=32736 -recol6d=15523 -name=Woman-at-arms -model1=model_395 -model2=model_468 -model3=model_337 -model4=model_10706 -model5=model_23178 -model6=model_23179 -model7=model_432 -model8=model_5031 -model9=model_481 -head1=model_38586 -unknown119=3 - -// 1510 -[npc_1510] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -size=1 -recol1s=14724 -recol1d=239 -recol2s=7298 -recol2d=239 -recol3s=2340 -recol3d=239 -recol4s=27339 -recol4d=32588 -recol5s=15747 -recol5d=25090 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Apprentice -model1=model_202 -model2=model_215 -model3=model_251 -model4=model_292 -model5=model_5592 -model6=model_170 -model7=model_4113 -model8=model_534 -model9=model_3470 -model10=model_265 -model11=model_185 -head1=model_39836 -head2=model_39400 -head3=model_38096 -modeloffset7=3,-11,6 -unknown119=3 - -// 1511 -[npc_1511] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=14693 -recol2d=19973 -recol3s=15747 -recol3d=21027 -recol4s=27339 -recol4d=32619 -recol5s=6273 -recol5d=26274 -recol6s=7330 -recol6d=24160 -retex1s=material_228 -retex1d=material_426 -name=Ranger -model1=model_390 -model2=model_477 -model3=model_5602 -model4=model_40401 -model5=model_10706 -model6=model_23177 -model7=model_423 -model8=model_361 -head1=model_39066 -modeloffset5=3,-11,6 -unknown119=3 - -// 1512 -[npc_1512] -bas=bas_78 -vislevel=0 -op1=Talk-to -size=1 -recol1s=32701 -recol1d=1363 -recol2s=6342 -recol2d=6476 -recol3s=16846 -recol3d=6476 -recol4s=11561 -recol4d=3272 -recol5s=15789 -recol5d=6476 -recol6s=15392 -recol6d=6159 -name=Adventurer -model1=model_218 -model2=model_306 -model3=model_3189 -model4=model_164 -model5=model_10218 -model6=model_546 -model7=model_268 -model8=model_4954 -head1=model_40022 -unknown119=3 - -// 1513 -[npc_1513] -bas=bas_29 -vislevel=0 -op1=Talk-to -recol1s=7298 -recol1d=32767 -recol2s=27339 -recol2d=23324 -recol3s=15747 -recol3d=6483 -recol4s=14693 -recol4d=6483 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Mage -model1=model_5033 -model2=model_393 -model3=model_5035 -model4=model_5603 -model5=model_5029 -model6=model_5030 -model7=model_14589 -model8=model_5034 -model9=model_358 -model10=model_567 -head1=model_38737 -head2=model_39016 -unknown119=3 - -// 1514 -[npc_1514] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -size=1 -recol1s=14724 -recol1d=11524 -recol2s=6342 -recol2d=10467 -recol3s=5285 -recol3d=9410 -recol4s=4228 -recol4d=8353 -recol5s=3171 -recol5d=7296 -recol6s=25236 -recol6d=4128 -retex1s=material_257 -retex1d=material_273 -retex2s=material_202 -retex2d=material_250 -name=Hiylik Myna -model1=model_230 -model2=model_250 -model3=model_292 -model4=model_14562 -model5=model_176 -model6=model_14566 -model7=model_181 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 1515 -[npc_1515] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3412 -multinpc=1,npc_1508 -unknown119=3 - -// 1516 -[npc_1516] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3412 -multinpc=1,npc_1509 -unknown119=3 - -// 1517 -[npc_1517] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3412 -multinpc=1,npc_1510 -unknown119=3 - -// 1518 -[npc_1518] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3412 -multinpc=1,npc_1511 -unknown119=3 - -// 1519 -[npc_1519] -bas=bas_78 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3412 -multinpc=1,npc_1512 -unknown119=3 - -// 1520 -[npc_1520] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3412 -multinpc=1,npc_1513 -unknown119=3 - -// 1521 -[npc_1521] -bas=bas_338 -op2=Attack -size=2 -vislevel=69 -name=Nail beast -model1=model_23212 -unknown119=3 - -// 1522 -[npc_1522] -bas=bas_338 -op2=Attack -size=2 -vislevel=98 -name=Nail beast -model1=model_23212 -unknown119=3 - -// 1523 -[npc_1523] -bas=bas_338 -op2=Attack -size=2 -vislevel=141 -name=Nail beast -model1=model_23212 -unknown119=3 - -// 1524 -[npc_1524] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=30 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 1525 -[npc_1525] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=30 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 1526 -[npc_1526] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op4=Trade-with -recol1s=6273 -recol1d=16846 -recol2s=25098 -recol2d=32463 -recol3s=14724 -recol3d=25960 -recol4s=5120 -recol4d=0 -recol5s=2340 -recol5d=0 -name=Lanthus -model1=model_235 -model2=model_250 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_274 -model7=model_185 -model8=model_326 -model9=model_3189 -model10=model_238 -head1=model_38641 -head2=model_38643 -head3=model_38642 -unknown119=3 - -// 1527 -[npc_1527] -size=1 -turnspeed=1024 -vislevel=0 -name=Mine cart -model1=model_4894 -unknown119=1 - -// 1528 -[npc_1528] -bas=bas_4 -op1=Talk-to -op3=Pickpocket -alwaysontop=yes -vislevel=0 -recol1s=32736 -recol1d=32767 -recol2s=15392 -recol2d=32767 -recol3s=2340 -recol3d=8386 -recol4s=14724 -recol4d=8386 -recol5s=26400 -recol5d=14688 -recol6s=6144 -recol6d=32767 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Zealot -model1=model_248 -model2=model_230 -model3=model_292 -model4=model_3330 -model5=model_323 -model6=model_170 -model7=model_176 -model8=model_533 -model9=model_185 -model10=model_265 -head1=model_39799 -head2=model_39275 -unknown119=3 - -// 1529 -[npc_1529] -bas=bas_64 -size=1 -resizeh=108 -resizev=108 -ambient=20 -vislevel=1 -name=Sheep -model1=model_20290 -model2=model_20291 -head1=model_20271 -unknown119=3 - -// 1530 -[npc_1530] -bas=bas_129 -size=1 -resizeh=132 -resizev=132 -ambient=30 -vislevel=1 -recol1s=12582 -recol1d=32563 -recol2s=13639 -recol2d=32563 -recol3s=15719 -recol3d=27412 -name=Rabbit -model1=model_23901 -head1=model_31738 -unknown119=3 - -// 1531 -[npc_1531] -bas=bas_130 -size=1 -resizeh=132 -resizev=132 -ambient=30 -vislevel=1 -recol1s=17967 -recol1d=17961 -recol2s=15853 -recol2d=16906 -recol3s=3206 -recol3d=35 -recol4s=12614 -recol4d=7329 -recol5s=14728 -recol5d=9443 -name=Imp -model1=model_19982 -head1=model_20045 -unknown119=3 - -// 1532 -[npc_1532] -bas=bas_128 -minimap=no -vislevel=0 -op2=Attack -name=Barricade -model1=model_38205 -unknown119=7 - -// 1533 -[npc_1533] -bas=bas_128 -minimap=no -vislevel=0 -op2=Attack -name=Barricade -model1=model_38207 -model2=model_38205 -unknown119=7 - -// 1534 -[npc_1534] -bas=bas_128 -minimap=no -vislevel=0 -op2=Attack -name=Barricade -model1=model_38205 -unknown119=7 - -// 1535 -[npc_1535] -bas=bas_128 -minimap=no -vislevel=0 -op2=Attack -name=Barricade -model1=model_38207 -model2=model_38205 -unknown119=7 - -// 1536 -[npc_1536] -bas=bas_112 -size=1 -op2=Attack -vislevel=50 -name=Possessed pickaxe -model1=model_4922 -unknown119=3 - -// 1537 -[npc_1537] -bas=bas_1001 -size=1 -ambient=20 -contrast=20 -vislevel=0 -minimap=no -name=Haze -model1=model_21154 -unknown119=3 - -// 1538 -[npc_1538] -bas=bas_1004 -size=1 -vislevel=0 -minimap=no -name=Corpse -model1=model_21171 -model2=model_21177 -model3=model_21162 -model4=model_21157 -model5=model_21183 -model6=model_21203 -model7=model_21188 -unknown119=3 - -// 1539 -[npc_1539] -bas=bas_71 -size=1 -op2=Attack -vislevel=42 -name=Skeletal miner -model1=model_21171 -model2=model_21177 -model3=model_21162 -model4=model_21157 -model5=model_21183 -model6=model_21203 -model7=model_21188 -unknown119=3 - -// 1540 -[npc_1540] -bas=bas_73 -size=1 -op2=Attack -alwaysontop=yes -vislevel=95 -name=Treus Dayth -model1=model_21152 -head1=model_21401 -unknown119=2 - -// 1541 -[npc_1541] -bas=bas_1001 -size=1 -vislevel=95 -name=Ghost -model1=model_21152 -unknown119=2 - -// 1542 -[npc_1542] -size=3 -vislevel=0 -minimap=no -recol1s=8320 -recol1d=5216 -recol2s=14624 -recol2d=7330 -recol3s=16708 -recol3d=9444 -name=Loading crane -model1=model_4909 -unknown119=1 - -// 1543 -[npc_1543] -bas=bas_1003 -size=1 -minimap=no -vislevel=0 -alwaysontop=yes -op1=Take -name=Innocent-looking key -model1=model_4918 -unknown119=1 - -// 1544 -[npc_1544] -minimap=no -vislevel=0 -alwaysontop=yes -turnspeed=1024 -name=Mine cart -model1=model_4894 -unknown119=1 - -// 1545 -[npc_1545] -vislevel=0 -alwaysontop=yes -turnspeed=1024 -bgsound=synth_2411,synth_1605,synth_1605,synth_1605,15 -name=Mine cart -model1=model_4894 -unknown119=2 - -// 1546 -[npc_1546] -vislevel=0 -alwaysontop=yes -turnspeed=1024 -bgsound=synth_2411,synth_1605,synth_1605,synth_1605,15 -name=Mine cart -model1=model_4894 -unknown119=2 - -// 1547 -[npc_1547] -vislevel=0 -alwaysontop=yes -turnspeed=1024 -bgsound=synth_2411,synth_1605,synth_1605,synth_1605,15 -name=Mine cart -model1=model_4894 -unknown119=2 - -// 1548 -[npc_1548] -vislevel=0 -alwaysontop=yes -turnspeed=1024 -bgsound=synth_2411,synth_1605,synth_1605,synth_1605,15 -name=Mine cart -model1=model_4894 -unknown119=2 - -// 1549 -[npc_1549] -bas=bas_73 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=29 -name=Ghost -model1=model_21154 -unknown119=3 - -// 1550 -[npc_1550] -bas=bas_1052 -size=1 -op5=Attack -alwaysontop=yes -vislevel=6 -name=Chompy bird -model1=model_26861 -unknown119=3 - -// 1551 -[npc_1551] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -vislevel=0 -name=Mischievous ghost -model1=model_21147 -unknown119=1 - -// 1552 -[npc_1552] -bas=bas_4 -vislevel=0 -size=1 -minimap=no -alwaysontop=yes -op1=Talk-to -recol1s=6273 -recol1d=23188 -recol2s=7328 -recol2d=32759 -recol3s=14724 -recol3d=18464 -recol4s=2340 -recol4d=18464 -recol5s=22024 -recol5d=32759 -recol6s=8388 -recol6d=0 -retex1s=material_257 -retex1d=material_359 -retex2s=material_202 -retex2d=material_256 -retex3s=material_273 -retex3d=material_359 -retex4s=material_369 -retex4d=material_528 -name=Santa -model1=model_235 -model2=model_189 -model3=model_299 -model4=model_4226 -model5=model_4218 -model6=model_162 -model7=model_4924 -model8=model_4925 -model9=model_4926 -head1=model_39799 -head2=model_38642 -head3=model_39321 -unknown119=3 - -// 1553 -[npc_1553] -bas=bas_1117 -op1=Talk-to -resizeh=124 -resizev=124 -vislevel=0 -recol1s=16846 -recol1d=14761 -name=Ug -model1=model_3753 -model2=model_3758 -model3=model_3755 -model4=model_3773 -model5=model_4945 -head1=model_3790 -head2=model_3789 -unknown119=3 - -// 1554 -[npc_1554] -bas=bas_42 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=15752 -recol2s=15919 -recol2d=14662 -name=Aga -model1=model_4941 -model2=model_4944 -model3=model_3755 -head1=model_4940 -unknown119=3 - -// 1555 -[npc_1555] -bas=bas_42 -op1=Talk-to -size=2 -resizeh=150 -resizev=150 -vislevel=171 -recol1s=16846 -recol1d=11558 -recol2s=15919 -recol2d=11492 -name=Arrg -model1=model_3754 -model2=model_3759 -model3=model_3756 -model4=model_3757 -model5=model_3770 -model6=model_3769 -head1=model_3791 -unknown119=3 - -// 1556 -[npc_1556] -bas=bas_42 -op2=Attack -size=2 -resizeh=150 -resizev=150 -vislevel=171 -recol1s=16846 -recol1d=11558 -recol2s=15919 -recol2d=11492 -name=Arrg -model1=model_3754 -model2=model_3759 -model3=model_3756 -model4=model_3757 -model5=model_3770 -model6=model_3769 -head1=model_3791 -unknown119=3 - -// 1557 -[npc_1557] -bas=bas_1118 -op1=Talk-to -resizeh=124 -resizev=124 -vislevel=1 -recol1s=16846 -recol1d=14761 -name=Ug -model1=model_3753 -model2=model_3758 -model3=model_3755 -model4=model_3773 -model5=model_4947 -head1=model_3790 -head2=model_3789 -unknown119=3 - -// 1558 -[npc_1558] -bas=bas_97 -size=2 -ambient=70 -op2=Attack -resizev=110 -resizeh=110 -vislevel=96 -name=Ice wolf -model1=model_26266 -unknown119=3 - -// 1559 -[npc_1559] -bas=bas_97 -size=2 -ambient=80 -op2=Attack -vislevel=132 -name=Ice wolf -model1=model_26266 -unknown119=3 - -// 1560 -[npc_1560] -bas=bas_42 -resizeh=134 -resizev=134 -op2=Attack -vislevel=124 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice Troll -model1=model_4942 -model2=model_4943 -model3=model_3756 -model4=model_3762 -unknown119=3 - -// 1561 -[npc_1561] -bas=bas_42 -resizeh=128 -resizev=128 -op2=Attack -vislevel=123 -recol1s=16846 -recol1d=25402 -recol2s=15919 -recol2d=22232 -recol3s=10501 -recol3d=32767 -name=Ice Troll -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_4949 -unknown119=3 - -// 1562 -[npc_1562] -bas=bas_254 -resizeh=139 -resizev=139 -op2=Attack -vislevel=120 -recol1s=16846 -recol1d=24312 -recol2s=15919 -recol2d=20086 -name=Ice Troll -model1=model_4942 -model2=model_3758 -model3=model_3756 -model4=model_3762 -model5=model_4948 -unknown119=3 - -// 1563 -[npc_1563] -bas=bas_42 -resizeh=134 -resizev=134 -op2=Attack -vislevel=121 -recol1s=16846 -recol1d=19028 -recol2s=15919 -recol2d=16914 -recol3s=10501 -recol3d=32767 -name=Ice Troll -model1=model_4942 -model2=model_4943 -model3=model_3755 -model4=model_3763 -unknown119=3 - -// 1564 -[npc_1564] -bas=bas_254 -resizeh=138 -resizev=138 -op2=Attack -vislevel=120 -recol1s=16846 -recol1d=24344 -recol2s=15919 -recol2d=21173 -name=Ice Troll -model1=model_4942 -model2=model_4943 -model3=model_3756 -model4=model_3762 -model5=model_4948 -unknown119=3 - -// 1565 -[npc_1565] -bas=bas_42 -resizeh=125 -resizev=125 -op2=Attack -vislevel=120 -recol1s=16846 -recol1d=29629 -recol2s=15919 -recol2d=28540 -recol3s=10501 -recol3d=32767 -name=Ice Troll -model1=model_3754 -model2=model_3758 -model3=model_3755 -model4=model_4949 -unknown119=3 - -// 1566 -[npc_1566] -bas=bas_42 -resizeh=134 -resizev=134 -op2=Attack -vislevel=121 -recol1s=16846 -recol1d=25529 -recol2s=15919 -recol2d=21430 -name=Ice Troll -model1=model_4942 -model2=model_4943 -model3=model_3755 -model4=model_3762 -unknown119=3 - -// 1567 -[npc_1567] -bas=bas_118 -size=1 -vislevel=0 -op1=Talk-to -recol1s=7329 -recol1d=6501 -recol2s=7298 -recol2d=98 -recol3s=14724 -recol3d=6501 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -recol6s=2340 -recol6d=6501 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_252 -name=Cyreg Paddlehorn -model1=model_208 -model2=model_250 -model3=model_292 -model4=model_163 -model5=model_179 -model6=model_265 -model7=model_185 -model8=model_317 -model9=model_534 -head1=model_38588 -head2=model_38642 -unknown119=3 - -// 1568 -[npc_1568] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=9377 -recol2s=16846 -recol2d=11488 -recol3s=14724 -recol3d=16640 -recol4s=25098 -recol4d=23016 -recol5s=6273 -recol5d=7328 -recol6s=32736 -recol6d=6305 -name=Curpile Fyod -model1=model_230 -model2=model_247 -model3=model_293 -model4=model_167 -model5=model_179 -model6=model_263 -model7=model_181 -model8=model_519 -model9=model_521 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 1569 -[npc_1569] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=hidden -recol1s=2340 -recol1d=9377 -recol2s=32735 -recol2d=9708 -recol3s=7298 -recol3d=11561 -recol4s=25098 -recol4d=15716 -recol5s=6273 -recol5d=0 -recol6s=32736 -recol6d=6305 -name=Veliaf Hurtz -model1=model_210 -model2=model_247 -model3=model_313 -model4=model_167 -model5=model_179 -model6=model_268 -model7=model_181 -model8=model_284 -model9=model_244 -head1=model_39600 -head2=model_39256 -head3=model_39312 -unknown119=3 - -// 1570 -[npc_1570] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=9314 -recol2s=15856 -recol2d=26157 -recol3s=14724 -recol3d=9314 -recol4s=25098 -recol4d=26157 -recol5s=6273 -recol5d=1 -recol6s=7298 -recol6d=98 -name=Sani Piliu -model1=model_390 -model2=model_457 -model3=model_347 -model4=model_356 -model5=model_438 -model6=model_358 -model7=model_417 -head1=model_39066 -unknown119=3 - -// 1571 -[npc_1571] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=2249 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=9314 -recol4s=25098 -recol4d=15716 -recol5s=9473 -recol5d=16846 -recol6s=7298 -recol6d=264 -name=Harold Evans -model1=model_230 -model2=model_244 -model3=model_280 -model4=model_312 -model5=model_152 -model6=model_179 -model7=model_263 -model8=model_181 -model9=model_246 -head1=model_39630 -head2=model_39312 -unknown119=3 - -// 1572 -[npc_1572] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=2249 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=9314 -recol4s=25098 -recol4d=15716 -recol5s=9473 -recol5d=16846 -recol6s=7298 -recol6d=8420 -name=Radigad Ponfit -model1=model_214 -model2=model_244 -model3=model_280 -model4=model_311 -model5=model_168 -model6=model_179 -model7=model_275 -model8=model_185 -model9=model_253 -head1=model_39726 -head2=model_39227 -unknown119=3 - -// 1573 -[npc_1573] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=130 -recol2s=15856 -recol2d=8420 -recol3s=14724 -recol3d=128 -recol4s=25098 -recol4d=32334 -recol5s=9473 -recol5d=16846 -recol6s=7298 -recol6d=98 -name=Polmafi Ferdygris -model1=model_215 -model2=model_245 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_275 -model7=model_181 -model8=model_324 -model9=model_249 -head1=model_40903 -head2=model_40905 -unknown119=3 - -// 1574 -[npc_1574] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7329 -recol1d=9 -recol2s=16846 -recol2d=11488 -recol3s=2340 -recol3d=9314 -recol4s=15856 -recol4d=23104 -recol5s=32736 -recol5d=31879 -recol6s=14724 -recol6d=12320 -retex1s=material_268 -retex1d=material_202 -name=Ivan Strom -model1=model_207 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_176 -model6=model_275 -model7=model_185 -model8=model_287 -model9=model_317 -model10=model_521 -head1=model_40023 -head2=model_39223 -unknown119=3 - -// 1575 -[npc_1575] -bas=bas_187 -size=2 -op2=Attack -vislevel=97 -name=Skeleton Hellhound -model1=model_26262 -unknown119=3 - -// 1576 -[npc_1576] -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=9440 -recol2s=2340 -recol2d=9440 -recol3s=25098 -recol3d=29326 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -name=Stranger -model1=model_208 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_3599 -model7=model_26135 -head1=model_39913 -unknown119=3 - -// 1577 -[npc_1577] -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=11394 -recol2s=2340 -recol2d=11394 -recol3s=25098 -recol3d=29326 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_268 -retex3d=material_250 -retex4s=material_272 -retex4d=material_273 -retex5s=material_253 -retex5d=material_258 -name=Vanstrom Klause -model1=model_226 -model2=model_292 -model3=model_170 -model4=model_176 -model5=model_3599 -model6=model_26135 -head1=model_39813 -unknown119=3 - -// 1578 -[npc_1578] -bas=bas_125 -vislevel=0 -size=3 -alwaysontop=yes -name=Mist -model1=model_4086 -unknown119=1 - -// 1579 -[npc_1579] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=11394 -recol2s=2340 -recol2d=11394 -recol3s=25098 -recol3d=29326 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_253 -retex3d=material_258 -name=Vanstrom Klause -model1=model_226 -model2=model_292 -model3=model_170 -model4=model_176 -model5=model_254 -model6=model_181 -head1=model_39813 -unknown119=1 - -// 1580 -[npc_1580] -bas=bas_4 -vislevel=0 -size=2 -op1=Talk-to -recol1s=14724 -recol1d=11394 -recol2s=2340 -recol2d=11394 -recol3s=25098 -recol3d=18991 -retex1s=material_257 -retex1d=material_254 -retex2s=material_202 -retex2d=material_258 -name=Vanstrom Klause -model1=model_4977 -model2=model_4978 -model3=model_170 -model4=model_4088 -model5=model_254 -model6=model_181 -head1=model_4976 -unknown119=1 - -// 1581 -[npc_1581] -bas=bas_1184 -vislevel=0 -size=2 -op1=Talk-to -recol1s=14724 -recol1d=11394 -recol2s=2340 -recol2d=11394 -recol3s=25098 -recol3d=18991 -retex1s=material_257 -retex1d=material_254 -retex2s=material_202 -retex2d=material_258 -name=Vanstrom Klause -model1=model_4977 -model2=model_4978 -model3=model_170 -model4=model_4088 -model5=model_254 -model6=model_181 -head1=model_4976 -unknown119=1 - -// 1582 -[npc_1582] -bas=bas_55 -size=2 -contrast=25 -ambient=50 -resizeh=150 -resizev=150 -op2=Attack -vislevel=86 -name=Fire giant -model1=model_17452 -model2=model_17437 -unknown119=3 - -// 1583 -[npc_1583] -bas=bas_56 -size=2 -contrast=25 -ambient=50 -resizeh=150 -resizev=150 -op2=Attack -vislevel=86 -name=Fire giant -model1=model_17451 -model2=model_17438 -unknown119=3 - -// 1584 -[npc_1584] -bas=bas_56 -size=2 -contrast=25 -ambient=50 -resizeh=150 -resizev=150 -op2=Attack -vislevel=86 -name=Fire giant -model1=model_17451 -model2=model_17435 -unknown119=3 - -// 1585 -[npc_1585] -bas=bas_56 -size=2 -contrast=25 -ambient=50 -op2=Attack -vislevel=86 -name=Fire giant -model1=model_17451 -model2=model_17435 -unknown119=3 - -// 1586 -[npc_1586] -bas=bas_56 -size=2 -contrast=25 -ambient=50 -op2=Attack -vislevel=86 -name=Fire giant -model1=model_17450 -model2=model_17438 -unknown119=3 - -// 1587 -[npc_1587] -bas=bas_57 -size=2 -op2=Attack -vislevel=42 -recol1s=8483 -recol1d=13603 -recol2s=8451 -recol2d=11523 -name=Moss giant -model1=model_17455 -model2=model_17444 -unknown119=3 - -// 1588 -[npc_1588] -bas=bas_57 -size=2 -op2=Attack -vislevel=42 -name=Moss giant -model1=model_17456 -model2=model_17444 -unknown119=3 - -// 1589 -[npc_1589] -bas=bas_1398 -size=2 -resizeh=105 -resizev=105 -op2=Attack -vislevel=48 -name=Baby red dragon -model1=model_17411 -model2=model_17427 -model3=model_17421 -unknown119=3 - -// 1590 -[npc_1590] -bas=bas_77 -size=4 -ambient=15 -contrast=15 -op2=Attack -vislevel=131 -recol1s=3173 -recol1d=7297 -recol2s=5353 -recol2d=8354 -recol3s=6410 -recol3d=8387 -recol4s=8524 -recol4d=9444 -recol5s=10638 -recol5d=10502 -recol6s=16980 -recol6d=11559 -name=Bronze dragon -model1=model_24576 -model2=model_24585 -model3=model_24581 -unknown119=3 - -// 1591 -[npc_1591] -bas=bas_77 -size=4 -ambient=15 -contrast=15 -op2=Attack -vislevel=189 -recol1s=3173 -recol1d=5285 -recol2s=5353 -recol2d=6342 -recol3s=6410 -recol3d=7399 -recol4s=8524 -recol4d=8456 -recol5s=10638 -recol5d=10504 -recol6s=16980 -recol6d=11561 -name=Iron dragon -model1=model_24577 -model2=model_24586 -model3=model_24582 -unknown119=3 - -// 1592 -[npc_1592] -bas=bas_77 -size=4 -ambient=15 -contrast=15 -op2=Attack -vislevel=246 -recol1s=3173 -recol1d=11593 -recol2s=5353 -recol2d=14731 -recol3s=6410 -recol3d=16845 -recol4s=8524 -recol4d=18959 -recol5s=10638 -recol5d=21073 -recol6s=16980 -recol6d=22163 -name=Steel dragon -model1=model_24578 -model2=model_24587 -model3=model_24583 -unknown119=3 - -// 1593 -[npc_1593] -bas=bas_98 -size=1 -op2=Attack -vislevel=63 -recol1s=15718 -recol1d=7399 -recol2s=21002 -recol2d=7399 -name=Wild dog -model1=model_26263 -unknown119=3 - -// 1594 -[npc_1594] -bas=bas_98 -size=1 -resizeh=116 -resizev=116 -op2=Attack -vislevel=63 -recol1s=9479 -recol1d=11559 -recol2s=8422 -recol2d=10502 -recol3s=7365 -recol3d=9445 -recol4s=6308 -recol4d=8388 -name=Wild dog -model1=model_26263 -unknown119=3 - -// 1595 -[npc_1595] -bas=bas_4 -size=1 -resizeh=135 -resizev=128 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=25098 -recol1d=9410 -recol2s=15856 -recol2d=9410 -name=Saniboch -model1=model_231 -model2=model_246 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_279 -model7=model_33033 -model8=model_281 -head1=model_39778 -head2=model_39251 -unknown119=3 - -// 1596 -[npc_1596] -bas=bas_35 -vislevel=0 -size=1 -multivar=varplayerbit_5530 -multinpc=1,npc_8336 -unknown119=3 - -// 1597 -[npc_1597] -bas=bas_31 -vislevel=0 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -recol1s=22027 -recol1d=25098 -recol2s=8384 -recol2d=11561 -recol3s=7298 -recol3d=11561 -recol4s=27211 -recol4d=13675 -recol5s=32736 -recol5d=11561 -recol6s=0 -recol6d=15392 -name=Vannaka -model1=model_231 -model2=model_252 -model3=model_315 -model4=model_165 -model5=model_565 -model6=model_268 -model7=model_185 -model8=model_546 -model9=model_328 -model10=model_290 -model11=model_201 -head1=model_39778 -head2=model_39261 -head3=model_39549 -unknown119=3 - -// 1598 -[npc_1598] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -recol1s=10504 -recol1d=14774 -recolhsl2s=57 -recolhsl2d=44317 -recolhsl3s=41 -recolhsl3d=44326 -name=Chaeldar -model1=model_5044 -head1=model_2925 -unknown119=3 - -// 1599 -[npc_1599] -bas=bas_35 -vislevel=0 -size=1 -multivar=varplayerbit_5530 -multinpc=2,npc_8336 -unknown119=3 - -// 1600 -[npc_1600] -bas=bas_625 -size=2 -op2=Attack -vislevel=23 -name=Cave crawler -model1=model_34553 -unknown119=3 - -// 1601 -[npc_1601] -bas=bas_625 -size=2 -op2=Attack -vislevel=23 -recolhsl1s=10330 -recolhsl1d=2105 -recolhsl2s=10322 -recolhsl2d=2110 -recolhsl3s=10314 -recolhsl3d=2115 -name=Cave crawler -model1=model_34553 -unknown119=3 - -// 1602 -[npc_1602] -bas=bas_625 -size=2 -op2=Attack -vislevel=23 -recolhsl1s=10330 -recolhsl1d=29769 -recolhsl2s=10322 -recolhsl2d=29774 -recolhsl3s=10314 -recolhsl3d=29779 -recolhsl4s=10301 -recolhsl4d=29764 -recolhsl5s=16425 -recolhsl5d=29754 -name=Cave crawler -model1=model_34553 -unknown119=3 - -// 1603 -[npc_1603] -bas=bas_625 -size=2 -op2=Attack -vislevel=23 -recolhsl1s=10330 -recolhsl1d=24633 -recolhsl2s=10322 -recolhsl2d=24638 -recolhsl3s=10314 -recolhsl3d=24643 -recolhsl4s=10301 -recolhsl4d=24653 -recolhsl5s=16425 -recolhsl5d=24623 -name=Cave crawler -model1=model_34553 -unknown119=3 - -// 1604 -[npc_1604] -bas=bas_33 -size=2 -ambient=30 -op2=Attack -vislevel=96 -recolhsl1s=3369 -recolhsl1d=12451 -recolhsl2s=3377 -recolhsl2d=12441 -recolhsl3s=3365 -recolhsl3d=12436 -recolhsl4s=3489 -recolhsl4d=12431 -name=Aberrant spectre -model1=model_34564 -unknown119=3 - -// 1605 -[npc_1605] -bas=bas_33 -size=2 -ambient=30 -resizeh=120 -resizev=120 -op2=Attack -vislevel=96 -recolhsl1s=3369 -recolhsl1d=12451 -recolhsl2s=3377 -recolhsl2d=12441 -recolhsl3s=3365 -recolhsl3d=12436 -recolhsl4s=3489 -recolhsl4d=12431 -name=Aberrant spectre -model1=model_34564 -unknown119=3 - -// 1606 -[npc_1606] -bas=bas_33 -size=2 -ambient=30 -resizeh=110 -resizev=110 -op2=Attack -vislevel=96 -recolhsl1s=3369 -recolhsl1d=12451 -recolhsl2s=3377 -recolhsl2d=12441 -recolhsl3s=3365 -recolhsl3d=12436 -recolhsl4s=3489 -recolhsl4d=12431 -name=Aberrant spectre -model1=model_34564 -unknown119=3 - -// 1607 -[npc_1607] -bas=bas_33 -size=2 -ambient=30 -resizeh=115 -resizev=115 -op2=Attack -vislevel=96 -recolhsl1s=3369 -recolhsl1d=12451 -recolhsl2s=3377 -recolhsl2d=12441 -recolhsl3s=3365 -recolhsl3d=12436 -recolhsl4s=3489 -recolhsl4d=12431 -name=Aberrant spectre -model1=model_34564 -unknown119=3 - -// 1608 -[npc_1608] -bas=bas_634 -size=3 -resizeh=118 -resizev=118 -op2=Attack -vislevel=106 -name=Kurask -model1=model_34569 -unknown119=3 - -// 1609 -[npc_1609] -bas=bas_634 -size=3 -op2=Attack -vislevel=106 -name=Kurask -model1=model_34569 -unknown119=3 - -// 1610 -[npc_1610] -bas=bas_629 -size=3 -ambient=25 -op2=Attack -vislevel=111 -name=Gargoyle -model1=model_34556 -unknown119=3 - -// 1611 -[npc_1611] -bas=bas_811 -size=1 -ambient=25 -op2=Attack -vislevel=89 -name=Swarming turoth -model1=model_2944 -unknown119=3 - -// 1612 -[npc_1612] -bas=bas_34 -size=2 -ambient=25 -op2=Attack -vislevel=23 -name=Banshee -model1=model_34577 -unknown119=3 - -// 1613 -[npc_1613] -bas=bas_635 -size=1 -ambient=25 -op2=Attack -ambient=-25 -contrast=-15 -vislevel=115 -name=Nechryael -model1=model_2948 -unknown119=3 - -// 1614 -[npc_1614] -bas=bas_627 -size=1 -ambient=25 -op2=Attack -vislevel=46 -name=Death spawn -model1=model_34565 -unknown119=3 - -// 1615 -[npc_1615] -bas=bas_619 -size=1 -resizeh=64 -resizev=64 -op2=Attack -vislevel=124 -recol1s=23808 -recol1d=6210 -name=Abyssal demon -model1=model_5062 -unknown119=3 - -// 1616 -[npc_1616] -bas=bas_621 -size=2 -ambient=25 -op2=Attack -vislevel=61 -name=Basilisk -model1=model_34563 -unknown119=3 - -// 1617 -[npc_1617] -bas=bas_622 -size=2 -ambient=25 -resizeh=110 -resizev=110 -op2=Attack -vislevel=61 -name=Basilisk -model1=model_34563 -unknown119=3 - -// 1618 -[npc_1618] -bas=bas_623 -size=2 -ambient=25 -op2=Attack -vislevel=76 -name=Bloodveld -model1=model_33714 -unknown119=3 - -// 1619 -[npc_1619] -bas=bas_624 -size=2 -ambient=25 -resizeh=200 -resizev=200 -op2=Attack -vislevel=76 -name=Bloodveld -model1=model_33711 -unknown119=3 - -// 1620 -[npc_1620] -bas=bas_18 -size=2 -ambient=25 -op2=Attack -vislevel=37 -name=Cockatrice -model1=model_34387 -unknown119=3 - -// 1621 -[npc_1621] -bas=bas_18 -size=3 -ambient=25 -op2=Attack -vislevel=37 -name=Cockatrice -model1=model_34386 -unknown119=3 - -// 1622 -[npc_1622] -bas=bas_642 -size=1 -ambient=25 -resizeh=138 -resizev=138 -op2=Attack -vislevel=86 -name=Turoth -model1=model_2931 -unknown119=3 - -// 1623 -[npc_1623] -bas=bas_643 -size=2 -ambient=25 -op2=Attack -vislevel=89 -name=Turoth -model1=model_2947 -unknown119=3 - -// 1624 -[npc_1624] -bas=bas_628 -size=1 -op2=Attack -vislevel=93 -name=Dust devil -model1=model_5076 -unknown119=3 - -// 1625 -[npc_1625] -bas=bas_628 -size=1 -op2=Attack -vislevel=93 -recol1s=29359 -recol1d=17764 -recol2s=29423 -recol2d=17828 -recol3s=29391 -recol3d=17796 -recol4s=29326 -recol4d=17731 -recol5s=29455 -recol5d=17860 -recol6s=28302 -recol6d=16707 -name=Smokedevil -model1=model_5076 -unknown119=3 - -// 1626 -[npc_1626] -bas=bas_643 -size=2 -ambient=25 -op2=Attack -vislevel=87 -name=Turoth -model1=model_2946 -unknown119=3 - -// 1627 -[npc_1627] -bas=bas_642 -size=1 -ambient=25 -op2=Attack -vislevel=85 -name=Turoth -model1=model_2931 -unknown119=3 - -// 1628 -[npc_1628] -bas=bas_644 -size=1 -ambient=25 -op2=Attack -vislevel=83 -name=Turoth -model1=model_2944 -unknown119=3 - -// 1629 -[npc_1629] -bas=bas_643 -size=2 -ambient=25 -op2=Attack -vislevel=88 -recolhsl1s=2485 -recolhsl1d=2495 -name=Turoth -model1=model_2947 -unknown119=3 - -// 1630 -[npc_1630] -bas=bas_643 -size=2 -ambient=25 -op2=Attack -vislevel=88 -recolhsl1s=2485 -recolhsl1d=2480 -recolhsl2s=2481 -recolhsl2d=2466 -name=Turoth -model1=model_2947 -unknown119=3 - -// 1631 -[npc_1631] -bas=bas_636 -size=1 -ambient=25 -op2=Attack -vislevel=29 -recol1s=19875 -recol1d=4324 -name=Rockslug -model1=model_34590 -unknown119=3 - -// 1632 -[npc_1632] -bas=bas_637 -size=1 -ambient=25 -op2=Attack -vislevel=29 -name=Rockslug -model1=model_34591 -unknown119=3 - -// 1633 -[npc_1633] -bas=bas_8 -size=1 -ambient=40 -contrast=56 -op2=Attack -ambient=60 -contrast=60 -spotshadowcolour=3012,3012 -spotshadowtrans=-106,-64 -vislevel=43 -name=Pyrefiend -model1=model_34385 -unknown119=3 - -// 1634 -[npc_1634] -bas=bas_8 -size=1 -ambient=40 -contrast=56 -op2=Attack -resizeh=120 -resizev=120 -ambient=62 -contrast=62 -spotshadowcolour=3012,3012 -spotshadowtrans=-106,-64 -vislevel=43 -name=Pyrefiend -model1=model_34385 -unknown119=3 - -// 1635 -[npc_1635] -bas=bas_8 -size=1 -ambient=40 -contrast=56 -op2=Attack -resizeh=100 -resizev=100 -ambient=58 -contrast=58 -spotshadowcolour=3012,3012 -spotshadowtrans=-106,-64 -vislevel=43 -name=Pyrefiend -model1=model_34385 -unknown119=3 - -// 1636 -[npc_1636] -bas=bas_8 -size=1 -ambient=40 -contrast=56 -op2=Attack -resizeh=106 -resizev=106 -ambient=65 -contrast=65 -spotshadowcolour=3012,3012 -spotshadowtrans=-106,-64 -vislevel=43 -name=Pyrefiend -model1=model_34385 -unknown119=3 - -// 1637 -[npc_1637] -bas=bas_12 -size=1 -ambient=50 -contrast=-44 -op2=Attack -vislevel=78 -name=Jelly -model1=model_34594 -unknown119=3 - -// 1638 -[npc_1638] -bas=bas_12 -size=1 -ambient=50 -contrast=-44 -op2=Attack -vislevel=78 -name=Jelly -model1=model_34592 -unknown119=3 - -// 1639 -[npc_1639] -bas=bas_12 -size=1 -ambient=50 -contrast=-44 -op2=Attack -vislevel=78 -name=Jelly -model1=model_34596 -unknown119=3 - -// 1640 -[npc_1640] -bas=bas_12 -size=1 -ambient=50 -contrast=-44 -op2=Attack -vislevel=78 -name=Jelly -model1=model_34593 -unknown119=3 - -// 1641 -[npc_1641] -bas=bas_12 -size=1 -ambient=50 -contrast=-44 -op2=Attack -resizeh=102 -resizev=102 -vislevel=78 -name=Jelly -model1=model_34594 -unknown119=3 - -// 1642 -[npc_1642] -bas=bas_12 -size=1 -ambient=50 -contrast=-44 -op2=Attack -resizeh=110 -resizev=110 -vislevel=78 -name=Jelly -model1=model_34592 -unknown119=3 - -// 1643 -[npc_1643] -bas=bas_35 -size=1 -op2=Attack -vislevel=66 -retex1s=material_247 -retex1d=material_426 -name=Infernal Mage -model1=model_34392 -unknown119=3 - -// 1644 -[npc_1644] -bas=bas_35 -size=1 -op2=Attack -vislevel=66 -name=Infernal Mage -model1=model_34394 -unknown119=3 - -// 1645 -[npc_1645] -bas=bas_35 -size=1 -op2=Attack -vislevel=66 -name=Infernal Mage -model1=model_34390 -unknown119=3 - -// 1646 -[npc_1646] -bas=bas_35 -size=1 -op2=Attack -vislevel=66 -name=Infernal Mage -model1=model_34393 -unknown119=3 - -// 1647 -[npc_1647] -bas=bas_35 -size=1 -op2=Attack -vislevel=66 -name=Infernal Mage -model1=model_34391 -unknown119=3 - -// 1648 -[npc_1648] -bas=bas_630 -size=1 -ambient=25 -op2=Attack -resizeh=112 -resizev=112 -ambient=30 -vislevel=8 -recolhsl1s=2258 -recolhsl1d=13374 -recolhsl2s=2254 -recolhsl2d=13366 -recolhsl3s=675 -recolhsl3d=13345 -recolhsl4s=2138 -recolhsl4d=13353 -name=Crawling Hand -model1=model_33723 -unknown119=3 - -// 1649 -[npc_1649] -bas=bas_630 -size=1 -ambient=25 -op2=Attack -vislevel=8 -recolhsl1s=5309 -recolhsl1d=13374 -recolhsl2s=5305 -recolhsl2d=13366 -recolhsl3s=5318 -recolhsl3d=13353 -recolhsl4s=675 -recolhsl4d=13345 -name=Crawling Hand -model1=model_33716 -unknown119=3 - -// 1650 -[npc_1650] -bas=bas_630 -size=1 -ambient=25 -op2=Attack -vislevel=7 -recolhsl1s=2258 -recolhsl1d=13374 -recolhsl2s=2254 -recolhsl2d=13366 -recolhsl3s=675 -recolhsl3d=13345 -recolhsl4s=2138 -recolhsl4d=13353 -name=Crawling Hand -model1=model_33717 -unknown119=3 - -// 1651 -[npc_1651] -bas=bas_630 -size=1 -ambient=25 -op2=Attack -vislevel=8 -recolhsl1s=4397 -recolhsl1d=13374 -recolhsl2s=4395 -recolhsl2d=13366 -recolhsl3s=4405 -recolhsl3d=13353 -recolhsl4s=675 -recolhsl4d=13345 -name=Crawling Hand -model1=model_33729 -unknown119=3 - -// 1652 -[npc_1652] -bas=bas_630 -size=1 -ambient=25 -op2=Attack -vislevel=8 -recolhsl1s=5309 -recolhsl1d=13374 -recolhsl2s=5305 -recolhsl2d=13366 -recolhsl3s=5318 -recolhsl3d=13353 -recolhsl4s=675 -recolhsl4d=13345 -name=Crawling Hand -model1=model_33719 -unknown119=3 - -// 1653 -[npc_1653] -bas=bas_631 -size=2 -ambient=25 -op2=Attack -ambient=30 -vislevel=12 -recolhsl1s=2258 -recolhsl1d=13374 -recolhsl2s=2254 -recolhsl2d=13366 -recolhsl3s=675 -recolhsl3d=13345 -recolhsl4s=2138 -recolhsl4d=13353 -name=Crawling Hand -model1=model_33727 -unknown119=3 - -// 1654 -[npc_1654] -bas=bas_631 -size=2 -ambient=25 -op2=Attack -vislevel=12 -recolhsl1s=5309 -recolhsl1d=13374 -recolhsl2s=5305 -recolhsl2d=13366 -recolhsl3s=5318 -recolhsl3d=13353 -recolhsl4s=675 -recolhsl4d=13345 -name=Crawling Hand -model1=model_33718 -unknown119=3 - -// 1655 -[npc_1655] -bas=bas_631 -size=2 -ambient=25 -op2=Attack -vislevel=11 -recolhsl1s=2258 -recolhsl1d=13374 -recolhsl2s=2254 -recolhsl2d=13366 -recolhsl3s=675 -recolhsl3d=13345 -recolhsl4s=2138 -recolhsl4d=13353 -name=Crawling Hand -model1=model_33728 -unknown119=3 - -// 1656 -[npc_1656] -bas=bas_631 -size=2 -ambient=25 -op2=Attack -vislevel=12 -recolhsl1s=4397 -recolhsl1d=13374 -recolhsl2s=4395 -recolhsl2d=13366 -recolhsl3s=4405 -recolhsl3d=13353 -recolhsl4s=675 -recolhsl4d=13345 -name=Crawling Hand -model1=model_33724 -unknown119=3 - -// 1657 -[npc_1657] -bas=bas_631 -size=2 -ambient=25 -op2=Attack -vislevel=12 -recolhsl1s=5309 -recolhsl1d=13374 -recolhsl2s=5305 -recolhsl2d=13366 -recolhsl3s=5318 -recolhsl3d=13353 -recolhsl4s=675 -recolhsl4d=13345 -name=Crawling Hand -model1=model_33726 -unknown119=3 - -// 1658 -[npc_1658] -bas=bas_4 -size=1 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=9419 -recol1d=9654 -name=Robe Store owner -model1=model_215 -model2=model_4955 -model3=model_250 -model4=model_5028 -model5=model_4952 -model6=model_4953 -model7=model_4844 -model8=model_5027 -model9=model_18941 -head1=model_39836 -head2=model_39497 -head3=model_38642 -unknown119=3 - -// 1659 -[npc_1659] -bas=bas_660 -size=1 -alwaysontop=yes -op1=Tap -op3=Kick -op4=Shoot -op5=Show-Goal -vislevel=0 -ambient=20 -name=Skullball -model1=model_5145 -unknown119=5 - -// 1660 -[npc_1660] -bas=bas_190 -size=1 -op1=Talk-To -vislevel=0 -name=Skullball Boss -model1=model_26177 -model2=model_26190 -model3=model_26184 -head1=model_26113 -unknown119=3 - -// 1661 -[npc_1661] -bas=bas_661 -size=1 -vislevel=0 -op1=Talk-To -name=Agility Boss -model1=model_26177 -model2=model_26189 -model3=model_26183 -model4=model_26173 -head1=model_26113 -unknown119=3 - -// 1662 -[npc_1662] -bas=bas_190 -size=1 -vislevel=0 -op1=Talk-To -name=Skullball Trainer -model1=model_26177 -model2=model_26190 -model3=model_26184 -head1=model_26113 -unknown119=3 - -// 1663 -[npc_1663] -bas=bas_190 -size=1 -vislevel=0 -recol1s=15812 -recol1d=16813 -recol2s=17924 -recol2d=17870 -recol3s=17926 -recol3d=16881 -recol4s=17928 -recol4d=16882 -recol5s=18983 -recol5d=19984 -name=Agility Trainer -model1=model_26177 -model2=model_26190 -model3=model_26184 -head1=model_26113 -unknown119=3 - -// 1664 -[npc_1664] -bas=bas_190 -size=1 -vislevel=0 -op1=Give-Stick -recol1s=15812 -recol1d=15820 -recol2s=17924 -recol2d=16877 -recol3s=17926 -recol3d=16875 -recol4s=17928 -recol4d=17931 -recol5s=18983 -recol5d=18987 -name=Agility Trainer -model1=model_26177 -model2=model_26190 -model3=model_26184 -head1=model_26113 -unknown119=3 - -// 1665 -[npc_1665] -bas=bas_190 -size=1 -vislevel=0 -op1=Talk-To -name=Werewolf -model1=model_26177 -model2=model_26188 -model3=model_26181 -head1=model_26113 -unknown119=3 - -// 1666 -[npc_1666] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_185 -multinpc=1,npc_1675 -unknown119=3 - -// 1667 -[npc_1667] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_185 -multinpc=0,npc_1675 -unknown119=3 - -// 1668 -[npc_1668] -bas=bas_4 -vislevel=1 -multivar=varplayer_399 -multinpc=0,npc_1670 -multinpc=1,npc_1670 -multinpc=2,npc_1670 -multinpc=3,npc_1670 -multinpc=4,npc_1670 -multinpc=5,npc_1670 -multinpc=6,npc_1670 -multinpc=7,npc_1670 -unknown119=3 - -// 1669 -[npc_1669] -bas=bas_4 -vislevel=1 -multivar=varplayer_399 -multinpc=8,npc_1670 -unknown119=3 - -// 1670 -[npc_1670] -resizeh=140 -resizev=148 -vislevel=0 -op1=Talk-to -op3=Pickpocket -size=1 -recol1s=9473 -recol1d=24308 -recol2s=32735 -recol2d=24308 -recol3s=2340 -recol3d=23249 -recol4s=6273 -recol4d=15852 -recol5s=14724 -recol5d=3205 -name=Dr Fenkenstrain -model1=model_185 -model2=model_163 -model3=model_179 -model4=model_230 -model5=model_238 -model6=model_247 -model7=model_265 -model8=model_305 -head1=model_39799 -head2=model_39256 -head3=model_38643 -unknown119=3 - -// 1671 -[npc_1671] -bas=bas_837 -vislevel=1 -multivar=varplayer_399 -multinpc=0,npc_1673 -multinpc=1,npc_1673 -multinpc=2,npc_1673 -multinpc=3,npc_1673 -multinpc=4,npc_1673 -multinpc=5,npc_1673 -multinpc=6,npc_1673 -multinpc=7,npc_1673 -unknown119=3 - -// 1672 -[npc_1672] -bas=bas_837 -vislevel=1 -multivar=varplayer_399 -multinpc=8,npc_1674 -multinpc=9,npc_1674 -unknown119=3 - -// 1673 -[npc_1673] -size=1 -resizeh=93 -resizev=71 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Fenkenstrain's Monster -model1=model_5175 -head1=model_39862 -unknown119=3 - -// 1674 -[npc_1674] -size=1 -resizeh=93 -resizev=71 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Lord Rologarth -model1=model_5175 -head1=model_39862 -unknown119=3 - -// 1675 -[npc_1675] -bas=bas_4 -op1=Talk-to -size=1 -resizeh=130 -resizev=135 -alwaysontop=yes -vislevel=0 -recol1s=2340 -recol1d=9473 -recol2s=25098 -recol2d=18887 -recol3s=12480 -recol3d=9473 -recol4s=15856 -recol4d=18887 -recol5s=7298 -recol5d=9473 -recol6s=16846 -recol6d=11561 -name=Gardener Ghost -model1=model_5182 -model2=model_5180 -model3=model_5181 -model4=model_5183 -model5=model_5184 -model6=model_5185 -model7=model_496 -head1=model_5179 -unknown119=3 - -// 1676 -[npc_1676] -bas=bas_838 -size=2 -op2=Attack -alwaysontop=yes -vislevel=51 -name=Experiment -model1=model_5176 -unknown119=3 - -// 1677 -[npc_1677] -bas=bas_839 -size=2 -op2=Attack -vislevel=25 -name=Experiment -model1=model_5143 -unknown119=3 - -// 1678 -[npc_1678] -bas=bas_840 -size=1 -op2=Attack -vislevel=25 -name=Experiment -model1=model_5144 -unknown119=3 - -// 1679 -[npc_1679] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=16010 -recol1d=6859 -recol2s=25216 -recol2d=2114 -recol3s=25098 -recol3d=11488 -name=Eluned -model1=model_4030 -model2=model_4032 -model3=model_4028 -model4=model_4031 -model5=model_4029 -head1=model_39093 -head2=model_38835 -unknown119=3 - -// 1680 -[npc_1680] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=16010 -recol1d=12901 -recol2s=32576 -recol2d=32503 -retex1s=material_228 -retex1d=material_426 -name=Islwyn -model1=model_4015 -model2=model_4020 -model3=model_4023 -model4=model_4025 -head1=model_39601 -unknown119=1 - -// 1681 -[npc_1681] -bas=bas_57 -size=2 -resizeh=132 -resizev=132 -op2=Attack -resizeh=160 -resizev=160 -vislevel=84 -name=Moss giant -model1=model_17458 -model2=model_17439 -unknown119=3 - -// 1682 -[npc_1682] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Golrie -model1=model_2900 -model2=model_2914 -model3=model_2915 -head1=model_23 -unknown119=3 - -// 1683 -[npc_1683] -bas=bas_4 -resizev=120 -resizeh=120 -ambient=50 -contrast=50 -vislevel=0 -op1=Talk-To -recol1s=14861 -recol1d=15950 -name=Velorina -model1=model_5226 -model2=model_5228 -model3=model_5225 -model4=model_5227 -head1=model_38945 -unknown119=3 - -// 1684 -[npc_1684] -bas=bas_29 -ambient=50 -contrast=50 -vislevel=0 -op1=Talk-To -size=1 -recol1s=14861 -recol1d=15950 -name=Necrovarus -model1=model_5213 -model2=model_5219 -model3=model_5209 -model4=model_5216 -model5=model_5223 -model6=model_5232 -head1=model_39621 -unknown119=3 - -// 1685 -[npc_1685] -bas=bas_1198 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Gravingas -model1=model_5398 -model2=model_5219 -model3=model_5209 -model4=model_5216 -model5=model_5399 -head1=model_39682 -unknown119=3 - -// 1686 -[npc_1686] -bas=bas_29 -resizev=114 -resizeh=114 -ambient=40 -contrast=40 -op1=Talk-to -op3=Collect -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Ghost disciple -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_5216 -model5=model_5223 -model6=model_5230 -head1=model_39661 -unknown119=3 - -// 1687 -[npc_1687] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_217 -multinpc=4,npc_1688 -multinpc=5,npc_1688 -multinpc=6,npc_1688 -multinpc=7,npc_1688 -multinpc=8,npc_1688 -unknown119=3 - -// 1688 -[npc_1688] -size=1 -vislevel=0 -op1=Talk-To -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=20646 -recol2s=32696 -recol2d=14403 -recol3s=25098 -recol3d=23016 -recol4s=6273 -recol4d=5286 -recol5s=2340 -recol5d=14403 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Ak-Haranu -model1=model_217 -model2=model_5215 -model3=model_5221 -model4=model_170 -model5=model_176 -model6=model_5217 -model7=model_181 -model8=model_241 -model9=model_5233 -head1=model_39859 -head2=model_39296 -head3=model_39218 -unknown119=3 - -// 1689 -[npc_1689] -bas=bas_1197 -size=3 -ambient=90 -contrast=50 -minimap=no -vislevel=0 -active=no -spotshadow=no -model1=model_5366 -unknown119=7 - -// 1690 -[npc_1690] -bas=bas_1196 -size=1 -ambient=90 -contrast=50 -minimap=no -vislevel=0 -active=no -spotshadow=no -model1=model_5368 -unknown119=7 - -// 1691 -[npc_1691] -bas=bas_66 -size=2 -op2=Attack -vislevel=2 -name=Undead cow -model1=model_23894 -unknown119=3 - -// 1692 -[npc_1692] -bas=bas_62 -size=1 -resizeh=64 -resizev=64 -op2=Attack -vislevel=1 -name=Undead chicken -model1=model_20463 -unknown119=3 - -// 1693 -[npc_1693] -bas=bas_278 -size=2 -op2=Attack -vislevel=32 -name=Giant lobster -model1=model_24608 -unknown119=3 - -// 1694 -[npc_1694] -bas=bas_4 -op1=Talk-To -vislevel=0 -recol1s=7298 -recol1d=4290 -recol2s=2340 -recol2d=6436 -recol3s=14724 -recol3d=10629 -recol4s=7329 -recol4d=8485 -name=Robin -model1=model_215 -model2=model_249 -model3=model_292 -model4=model_151 -model5=model_179 -model6=model_254 -model7=model_181 -model8=model_3378 -model9=model_317 -model10=model_563 -head1=model_39836 -head2=model_39254 -head3=model_39496 -unknown119=3 - -// 1695 -[npc_1695] -bas=bas_4 -resizev=106 -resizeh=114 -op1=Talk-To -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=20017 -recol2s=25098 -recol2d=23150 -recol3s=2340 -recol3d=5282 -recol4s=32735 -recol4d=20048 -retex1s=material_228 -retex1d=material_426 -name=Old crone -model1=model_393 -model2=model_417 -model3=model_465 -model4=model_332 -model5=model_353 -model6=model_440 -head1=model_39169 -unknown119=3 - -// 1696 -[npc_1696] -bas=bas_4 -op1=Talk-To -resizev=106 -resizeh=114 -vislevel=0 -recol1s=6273 -recol1d=20017 -recol2s=25098 -recol2d=23150 -recol3s=2340 -recol3d=5282 -recol4s=32735 -recol4d=20048 -recol5s=15856 -recol5d=23150 -retex1s=material_228 -retex1d=material_426 -name=Old man -model1=model_214 -model2=model_315 -model3=model_33034 -model4=model_10218 -model5=model_275 -model6=model_250 -model7=model_181 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 1697 -[npc_1697] -bas=bas_4 -resizev=112 -resizeh=112 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Ghost villager -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_5216 -head1=model_39661 -unknown119=3 - -// 1698 -[npc_1698] -bas=bas_4 -resizev=112 -resizeh=112 -ambient=12 -contrast=12 -op2=Attack -vislevel=59 -recol1s=14861 -recol1d=11721 -name=Tortured soul -model1=model_5398 -model2=model_5219 -model3=model_5209 -model4=model_5216 -head1=model_39682 -unknown119=3 - -// 1699 -[npc_1699] -bas=bas_4 -resizev=110 -resizeh=110 -ambient=40 -contrast=40 -op1=Talk-To -op3=Trade -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Ghost shopkeeper -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_5216 -head1=model_39661 -unknown119=3 - -// 1700 -[npc_1700] -bas=bas_4 -resizev=110 -resizeh=110 -ambient=40 -contrast=40 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Ghost innkeeper -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_5216 -head1=model_39661 -unknown119=3 - -// 1701 -[npc_1701] -bas=bas_4 -resizev=110 -resizeh=110 -ambient=40 -contrast=40 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Ghost farmer -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_5216 -model5=model_5211 -model6=model_5231 -head1=model_39661 -head2=model_39397 -unknown119=3 - -// 1702 -[npc_1702] -bas=bas_92 -resizev=112 -resizeh=112 -ambient=40 -contrast=40 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=14861 -recol1d=15950 -retex1s=material_251 -retex1d=material_262 -retex2s=material_257 -retex2d=material_527 -name=Ghost banker -model1=model_5212 -model2=model_5220 -model3=model_5209 -model4=model_5216 -head1=model_39661 -unknown119=3 - -// 1703 -[npc_1703] -bas=bas_4 -resizev=112 -resizeh=112 -ambient=40 -contrast=40 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Ghost sailor -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_5216 -model5=model_5224 -model6=model_5210 -head1=model_39661 -unknown119=3 - -// 1704 -[npc_1704] -bas=bas_4 -resizev=112 -resizeh=112 -ambient=40 -contrast=40 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Ghost captain -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_5216 -model5=model_5224 -model6=model_5210 -head1=model_39661 -unknown119=3 - -// 1705 -[npc_1705] -bas=bas_4 -resizev=112 -resizeh=112 -ambient=40 -contrast=40 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Ghost captain -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_5216 -model5=model_5224 -model6=model_5210 -head1=model_39661 -unknown119=3 - -// 1706 -[npc_1706] -bas=bas_4 -resizev=112 -resizeh=112 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Ghost guard -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_5216 -head1=model_39661 -unknown119=3 - -// 1707 -[npc_1707] -bas=bas_1195 -size=1 -vislevel=1 -recol1s=21206 -recol1d=17862 -name=Ghost (?) -model1=model_5367 -head1=model_39628 -unknown119=3 - -// 1708 -[npc_1708] -bas=bas_1195 -size=1 -vislevel=1 -recol1s=21206 -recol1d=16147 -name=Ghost (?) -model1=model_5367 -head1=model_39628 -unknown119=3 - -// 1709 -[npc_1709] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -resizev=130 -resizeh=130 -recol1s=14724 -recol1d=3072 -recol2s=2340 -recol2d=3072 -recol3s=7329 -recol3d=3072 -recol4s=6273 -recol4d=0 -recol5s=15856 -recol5d=25098 -name=Johanhus Ulsbrecht -model1=model_167 -model2=model_10218 -model3=model_215 -model4=model_249 -model5=model_181 -model6=model_265 -model7=model_292 -model8=model_5434 -model9=model_5433 -model10=model_317 -head1=model_39836 -head2=model_39254 -unknown119=3 - -// 1710 -[npc_1710] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -resizev=134 -resizeh=134 -vislevel=12 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -name=H.A.M. Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_246 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38093 -unknown119=3 - -// 1711 -[npc_1711] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -resizev=134 -resizeh=134 -vislevel=18 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=10434 -name=H.A.M. Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_248 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_39254 -unknown119=3 - -// 1712 -[npc_1712] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=22 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -name=H.A.M. Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=3 - -// 1713 -[npc_1713] -bas=bas_4 -vislevel=0 -size=1 -recol1s=14724 -recol1d=6147 -recol2s=2340 -recol2d=6147 -recol3s=7329 -recol3d=6147 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=H.A.M. Deacon -model1=model_151 -model2=model_176 -model3=model_248 -model4=model_181 -model5=model_265 -model6=model_292 -model7=model_5434 -model8=model_5430 -model9=model_5433 -model10=model_317 -head1=model_38093 -head2=model_39201 -unknown119=3 - -// 1714 -[npc_1714] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Pickpocket -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=25098 -recol4d=26256 -retex1s=material_255 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=H.A.M. Member -model1=model_163 -model2=model_176 -model3=model_247 -model4=model_185 -model5=model_265 -model6=model_308 -model7=model_5434 -model8=model_5430 -model9=model_5433 -model10=model_317 -head1=model_38094 -head2=model_39183 -unknown119=3 - -// 1715 -[npc_1715] -bas=bas_4 -vislevel=0 -size=1 -resizev=115 -resizeh=115 -op1=Talk-to -op3=Pickpocket -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=25098 -recol4d=26256 -retex1s=material_257 -retex1d=material_253 -name=H.A.M. Member -model1=model_348 -model2=model_353 -model3=model_358 -model4=model_428 -model5=model_456 -model6=model_5434 -model7=model_398 -model8=model_5433 -model9=model_317 -head1=model_39022 -unknown119=3 - -// 1716 -[npc_1716] -bas=bas_192 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=H.A.M. Member -model1=model_151 -model2=model_176 -model3=model_248 -model4=model_5441 -model5=model_292 -model6=model_5434 -model7=model_5430 -model8=model_5433 -model9=model_5432 -head1=model_38094 -head2=model_39275 -unknown119=3 - -// 1717 -[npc_1717] -bas=bas_193 -vislevel=0 -size=1 -op1=Talk-to -turnspeed=0 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=9377 -recol4d=9444 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_252 -retex3s=material_272 -retex3d=material_252 -name=H.A.M. Member -model1=model_151 -model2=model_176 -model3=model_248 -model4=model_5436 -model5=model_5431 -model6=model_292 -model7=model_5434 -model8=model_5430 -model9=model_5433 -model10=model_5432 -head1=model_38094 -head2=model_39275 -unknown119=3 - -// 1718 -[npc_1718] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -resizev=120 -resizeh=120 -recol1s=2340 -recol1d=8384 -recol2s=32701 -recol2d=14724 -recol3s=25098 -recol3d=26256 -recol4s=25098 -recol4d=21992 -recol5s=15856 -recol5d=21992 -name=Jimmy the Chisel -model1=model_33034 -model2=model_10218 -model3=model_4218 -model4=model_4226 -model5=model_297 -model6=model_3189 -model7=model_226 -model8=model_280 -head1=model_39813 -unknown119=3 - -// 1719 -[npc_1719] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=5218 -recol1d=12548 -name=Tree -model1=model_21840 -unknown119=3 - -// 1720 -[npc_1720] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=5218 -recol1d=18688 -name=Tree -model1=model_21840 -unknown119=3 - -// 1721 -[npc_1721] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=5218 -recol1d=12548 -name=Tree -model1=model_21841 -unknown119=3 - -// 1722 -[npc_1722] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Dead tree -model1=model_21827 -unknown119=3 - -// 1723 -[npc_1723] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=4194 -recol1d=13602 -recol2s=5250 -recol2d=12514 -name=Dead tree -model1=model_21827 -unknown119=3 - -// 1724 -[npc_1724] -bas=bas_666 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=6240 -recol1d=5218 -recol2s=7296 -recol2d=5218 -name=Dead tree -model1=model_21828 -unknown119=3 - -// 1725 -[npc_1725] -bas=bas_45 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=7296 -recol1d=3203 -recol2s=6240 -recol2d=3203 -name=Dead tree -model1=model_21828 -unknown119=3 - -// 1726 -[npc_1726] -bas=bas_45 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Dead tree -model1=model_21828 -unknown119=3 - -// 1727 -[npc_1727] -bas=bas_45 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=7296 -recol1d=4194 -recol2s=6240 -recol2d=4194 -name=Dead tree -model1=model_21828 -unknown119=3 - -// 1728 -[npc_1728] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Dead tree -model1=model_21829 -unknown119=3 - -// 1729 -[npc_1729] -bas=bas_45 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Dead tree -model1=model_23907 -unknown119=3 - -// 1730 -[npc_1730] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Dead tree -model1=model_21827 -unknown119=3 - -// 1731 -[npc_1731] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=4193 -recol1d=5218 -name=Dead tree -model1=model_21830 -unknown119=3 - -// 1732 -[npc_1732] -bas=bas_4 -vislevel=0 -op1=Talk-to -multivar=varplayerbit_2025 -multinpc=1,npc_5462 -unknown119=3 - -// 1733 -[npc_1733] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Dramen tree -model1=model_21831 -unknown119=3 - -// 1734 -[npc_1734] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -ambient=25 -turnspeed=0 -name=Magic tree -model1=model_21838 -unknown119=3 - -// 1735 -[npc_1735] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -ambient=25 -turnspeed=0 -name=Maple tree -model1=model_21839 -unknown119=3 - -// 1736 -[npc_1736] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Willow -model1=model_21852 -unknown119=3 - -// 1737 -[npc_1737] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=11490 -recol1d=8419 -recol2s=10433 -recol2d=7362 -recol3s=9376 -recol3d=6305 -name=Willow -model1=model_21850 -unknown119=3 - -// 1738 -[npc_1738] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=11490 -recol1d=8419 -recol2s=10433 -recol2d=7362 -recol3s=9376 -recol3d=6305 -name=Willow -model1=model_21851 -unknown119=3 - -// 1739 -[npc_1739] -bas=bas_45 -size=3 -vislevel=0 -op1=Chop down -op3=hidden -ambient=25 -turnspeed=0 -name=Oak -model1=model_21842 -unknown119=3 - -// 1740 -[npc_1740] -bas=bas_45 -size=3 -vislevel=0 -op1=Chop down -op3=hidden -ambient=25 -turnspeed=0 -name=Yew -model1=model_21853 -unknown119=3 - -// 1741 -[npc_1741] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=5218 -recol1d=12548 -name=Evergreen -model1=model_21832 -unknown119=3 - -// 1742 -[npc_1742] -bas=bas_45 -size=3 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=5218 -recol1d=12548 -name=Evergreen -model1=model_21823 -unknown119=3 - -// 1743 -[npc_1743] -bas=bas_45 -size=3 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=5218 -recol1d=12548 -name=Evergreen -model1=model_21833 -unknown119=3 - -// 1744 -[npc_1744] -bas=bas_45 -size=3 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Tree -model1=model_21848 -unknown119=3 - -// 1745 -[npc_1745] -bas=bas_666 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Dead tree -model1=model_21826 -unknown119=3 - -// 1746 -[npc_1746] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Achey Tree -model1=model_21825 -unknown119=3 - -// 1747 -[npc_1747] -bas=bas_45 -size=3 -vislevel=0 -op1=Chop down -op3=hidden -ambient=10 -contrast=10 -turnspeed=0 -name=Tree -model1=model_21845 -unknown119=3 - -// 1748 -[npc_1748] -bas=bas_45 -size=3 -resizeh=64 -resizev=84 -vislevel=0 -op1=Chop down -op3=hidden -ambient=10 -contrast=10 -turnspeed=0 -name=Tree -model1=model_21845 -unknown119=3 - -// 1749 -[npc_1749] -bas=bas_666 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=8352 -recol1d=7428 -recol2s=7330 -recol2d=5283 -name=Hollow tree -model1=model_21834 -unknown119=3 - -// 1750 -[npc_1750] -bas=bas_666 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=8352 -recol1d=7428 -recol2s=7330 -recol2d=5283 -name=Hollow tree -model1=model_21824 -unknown119=3 - -// 1751 -[npc_1751] -bas=bas_15 -size=2 -resizeh=110 -resizev=110 -op2=Attack -vislevel=28 -recol1s=9573 -recol1d=6471 -recol2s=10598 -recol2d=8519 -recol3s=32192 -recol3d=32033 -recol4s=26848 -recol4d=31232 -name=Terrorbird -model1=model_26856 -unknown119=3 - -// 1752 -[npc_1752] -bas=bas_91 -size=2 -op2=Attack -vislevel=31 -name=Mounted terrorbird gnome -model1=model_26858 -unknown119=3 - -// 1753 -[npc_1753] -bas=bas_91 -size=2 -op2=Attack -vislevel=49 -name=Mounted terrorbird gnome -model1=model_26855 -unknown119=3 - -// 1754 -[npc_1754] -bas=bas_1400 -vislevel=0 -size=1 -minimap=no -name=Crow -model1=model_26851 -unknown119=2 - -// 1755 -[npc_1755] -bas=bas_1401 -vislevel=0 -size=1 -minimap=no -name=Crow -model1=model_26851 -unknown119=2 - -// 1756 -[npc_1756] -bas=bas_1402 -vislevel=0 -size=1 -minimap=no -name=Crow -model1=model_26851 -unknown119=2 - -// 1757 -[npc_1757] -bas=bas_35 -size=1 -op3=Pickpocket -op2=Attack -vislevel=7 -recol1s=2114 -recol1d=6273 -recol2s=13667 -recol2d=7527 -recol3s=12610 -recol3d=6406 -recol4s=22161 -recol4d=7527 -recol5s=21102 -recol5d=6406 -name=Farmer -model1=model_28750 -model2=model_40358 -model3=model_28794 -model4=model_40370 -model5=model_40344 -model6=model_28804 -model7=model_40319 -head1=model_39931 -unknown119=3 - -// 1758 -[npc_1758] -bas=bas_35 -size=1 -op3=Pickpocket -op2=Attack -vislevel=7 -recolhsl1s=6378 -recolhsl1d=6451 -recolhsl2s=6368 -recolhsl2d=6441 -recolhsl3s=5674 -recolhsl3d=6451 -recolhsl4s=5659 -recolhsl4d=6441 -recolhsl5s=7322 -recolhsl5d=7949 -recolhsl6s=7442 -recolhsl6d=7942 -retex1s=material_255 -retex1d=material_292 -retex2s=material_359 -retex2d=material_272 -name=Farmer -model1=model_40339 -model2=model_40349 -model3=model_40364 -model4=model_40370 -model5=model_28767 -model6=model_28810 -model7=model_40319 -head1=model_40008 -unknown119=3 - -// 1759 -[npc_1759] -bas=bas_35 -vislevel=0 -size=1 -recolhsl1s=6378 -recolhsl1d=4261 -recolhsl2s=6368 -recolhsl2d=4253 -recolhsl3s=8398 -recolhsl3d=4261 -recolhsl4s=8390 -recolhsl4d=4253 -retex1s=material_359 -retex1d=material_262 -retex2s=material_527 -retex2d=material_272 -name=Farmer -model1=model_40340 -model2=model_40349 -model3=model_28794 -model4=model_40370 -model5=model_40344 -model6=model_28804 -model7=model_40326 -head1=model_39663 -unknown119=2 - -// 1760 -[npc_1760] -bas=bas_35 -vislevel=0 -size=1 -recolhsl1s=6378 -recolhsl1d=4261 -recolhsl2s=6368 -recolhsl2d=4253 -recolhsl3s=8398 -recolhsl3d=4261 -recolhsl4s=8390 -recolhsl4d=4253 -retex1s=material_359 -retex1d=material_262 -name=Farmer -model1=model_40329 -model2=model_40349 -model3=model_28794 -model4=model_40370 -model5=model_40344 -model6=model_28804 -model7=model_40326 -head1=model_39575 -unknown119=2 - -// 1761 -[npc_1761] -bas=bas_35 -vislevel=0 -size=1 -recol1s=2340 -recol1d=17862 -recol2s=14724 -recol2d=8353 -recol3s=15856 -recol3d=25098 -recol4s=9473 -recol4d=5220 -name=Farmer -model1=model_230 -model2=model_246 -model3=model_315 -model4=model_33034 -model5=model_179 -model6=model_275 -model7=model_185 -model8=model_5442 -model9=model_4843 -head1=model_39630 -head2=model_39547 -unknown119=2 - -// 1762 -[npc_1762] -bas=bas_63 -vislevel=0 -size=1 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 1763 -[npc_1763] -bas=bas_64 -vislevel=0 -size=1 -op1=Shear -name=Sheep -model1=model_20292 -model2=model_20295 -model3=model_20293 -unknown119=3 - -// 1764 -[npc_1764] -bas=bas_63 -vislevel=0 -size=1 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 1765 -[npc_1765] -bas=bas_64 -vislevel=0 -size=1 -op1=Shear -name=Sheep -model1=model_20292 -model2=model_20295 -model3=model_20293 -unknown119=3 - -// 1766 -[npc_1766] -bas=bas_1397 -size=2 -resizeh=68 -resizev=68 -op2=Attack -vislevel=2 -name=Cow calf -model1=model_23890 -unknown119=3 - -// 1767 -[npc_1767] -bas=bas_66 -size=2 -op2=Attack -vislevel=2 -retex1s=material_438 -retex1d=material_166 -name=Cow -model1=model_23893 -unknown119=3 - -// 1768 -[npc_1768] -bas=bas_1397 -size=2 -resizeh=68 -resizev=68 -op2=Attack -vislevel=2 -name=Cow calf -model1=model_23890 -unknown119=3 - -// 1769 -[npc_1769] -bas=bas_86 -size=1 -op2=Attack -resizev=125 -resizeh=125 -ambient=15 -vislevel=2 -retex1s=material_371 -retex1d=material_314 -name=Goblin -model1=model_24455 -model2=model_24485 -model3=model_24431 -model4=model_24472 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 1770 -[npc_1770] -bas=bas_86 -size=1 -op2=Attack -resizev=125 -resizeh=125 -ambient=15 -vislevel=2 -recol1s=15876 -recol1d=8580 -recol2s=15843 -recol2d=7523 -recol3s=14819 -recol3d=11751 -recol4s=12705 -recol4d=9637 -recol5s=13762 -recol5d=6466 -retex1s=material_238 -retex1d=material_82 -name=Goblin -model1=model_24457 -model2=model_24488 -model3=model_24434 -model4=model_24478 -model5=model_24441 -model6=model_24448 -head1=model_24210 -unknown119=3 - -// 1771 -[npc_1771] -bas=bas_86 -size=1 -op2=Attack -resizev=120 -resizeh=120 -ambient=15 -vislevel=2 -recol1s=12480 -recol1d=14627 -recol2s=15786 -recol2d=9344 -recol3s=18923 -recol3d=11456 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24432 -model4=model_24474 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 1772 -[npc_1772] -bas=bas_86 -size=1 -op2=Attack -resizev=130 -resizeh=130 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=10790 -recol2s=12705 -recol2d=8676 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -retex3s=material_435 -retex3d=material_111 -name=Goblin -model1=model_24458 -model2=model_24486 -model3=model_24432 -model4=model_24475 -model5=model_24441 -model6=model_24448 -head1=model_24211 -unknown119=3 - -// 1773 -[npc_1773] -bas=bas_86 -size=1 -op2=Attack -resizev=123 -resizeh=123 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=18090 -recol2s=12705 -recol2d=16007 -name=Goblin -model1=model_24465 -model2=model_24483 -model3=model_24432 -model4=model_24476 -model5=model_24441 -model6=model_24449 -head1=model_24217 -unknown119=3 - -// 1774 -[npc_1774] -bas=bas_86 -size=1 -op2=Attack -resizev=122 -resizeh=122 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=14850 -recol2s=12705 -recol2d=12736 -recol3s=18923 -recol3d=11561 -recol4s=15786 -recol4d=8456 -name=Goblin -model1=model_24466 -model2=model_24486 -model3=model_24433 -model4=model_24475 -model5=model_24443 -model6=model_24449 -model7=model_24491 -head1=model_24218 -unknown119=3 - -// 1775 -[npc_1775] -bas=bas_86 -size=1 -op2=Attack -resizev=128 -resizeh=128 -ambient=15 -vislevel=2 -recol1s=18923 -recol1d=11456 -recol2s=15786 -recol2d=13570 -retex1s=material_371 -retex1d=material_106 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24486 -model3=model_24433 -model4=model_24474 -model5=model_24443 -model6=model_24449 -model7=model_24491 -head1=model_24210 -unknown119=3 - -// 1776 -[npc_1776] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -name=Goblin -model1=model_24467 -model2=model_24488 -model3=model_24437 -model4=model_24478 -model5=model_24443 -model6=model_24448 -head1=model_24219 -unknown119=3 - -// 1777 -[npc_1777] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=17163 -recol1d=15747 -recol2s=14858 -recol2d=19973 -recol3s=32701 -recol3d=24207 -name=Ilfeen -model1=model_4029 -model2=model_4030 -model3=model_4032 -model4=model_3194 -model5=model_4028 -model6=model_4031 -head1=model_39093 -head2=model_38835 -unknown119=3 - -// 1778 -[npc_1778] -bas=bas_223 -size=2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=21107 -name=William -model1=model_217 -model2=model_250 -model3=model_5614 -model4=model_173 -model5=model_176 -model6=model_269 -model7=model_181 -model8=model_293 -head1=model_39859 -head2=model_38642 -unknown119=3 - -// 1779 -[npc_1779] -bas=bas_223 -size=2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=21107 -recol2s=25098 -recol2d=17767 -name=Ian -model1=model_210 -model2=model_250 -model3=model_5614 -model4=model_173 -model5=model_176 -model6=model_269 -model7=model_181 -model8=model_293 -head1=model_39600 -head2=model_38642 -unknown119=3 - -// 1780 -[npc_1780] -bas=bas_223 -size=2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=21107 -name=Larry -model1=model_230 -model2=model_246 -model3=model_5614 -model4=model_173 -model5=model_176 -model6=model_269 -model7=model_181 -model8=model_293 -head1=model_39630 -unknown119=3 - -// 1781 -[npc_1781] -bas=bas_223 -size=2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=21107 -name=Darren -model1=model_217 -model2=model_249 -model3=model_5614 -model4=model_173 -model5=model_176 -model6=model_269 -model7=model_181 -model8=model_293 -head1=model_39859 -head2=model_39254 -unknown119=3 - -// 1782 -[npc_1782] -bas=bas_223 -size=2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=21107 -recol2s=25098 -recol2d=14626 -name=Edward -model1=model_235 -model2=model_247 -model3=model_5614 -model4=model_173 -model5=model_176 -model6=model_269 -model7=model_181 -model8=model_293 -head1=model_38641 -head2=model_39256 -unknown119=3 - -// 1783 -[npc_1783] -bas=bas_223 -size=2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=21107 -recol2s=25098 -recol2d=14626 -name=Richard -model1=model_225 -model2=model_250 -model3=model_5614 -model4=model_173 -model5=model_176 -model6=model_269 -model7=model_181 -model8=model_293 -head1=model_40035 -head2=model_38642 -unknown119=3 - -// 1784 -[npc_1784] -bas=bas_223 -size=2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=21107 -recol2s=25098 -recol2d=19879 -name=Neil -model1=model_230 -model2=model_250 -model3=model_5614 -model4=model_173 -model5=model_176 -model6=model_269 -model7=model_181 -model8=model_293 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 1785 -[npc_1785] -bas=bas_223 -size=2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=21107 -name=Edmond -model1=model_230 -model2=model_246 -model3=model_5614 -model4=model_173 -model5=model_176 -model6=model_269 -model7=model_181 -model8=model_293 -head1=model_39630 -unknown119=3 - -// 1786 -[npc_1786] -bas=bas_223 -size=2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=21107 -name=Simon -model1=model_217 -model2=model_250 -model3=model_5614 -model4=model_173 -model5=model_176 -model6=model_269 -model7=model_181 -model8=model_293 -head1=model_39859 -head2=model_38642 -unknown119=3 - -// 1787 -[npc_1787] -bas=bas_223 -size=2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=15856 -recol1d=21107 -name=Sam -model1=model_232 -model2=model_250 -model3=model_5614 -model4=model_173 -model5=model_176 -model6=model_269 -model7=model_181 -model8=model_293 -head1=model_39707 -head2=model_38642 -unknown119=3 - -// 1788 -[npc_1788] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=13927 -recol2s=352 -recol2d=19719 -name=Lumdo -model1=model_2914 -model2=model_14924 -model3=model_2919 -head1=model_21 -unknown119=3 - -// 1789 -[npc_1789] -bas=bas_108 -vislevel=0 -recol1s=384 -recol1d=12581 -recol2s=416 -recol2d=9603 -name=Bunkwicket -model1=model_2909 -model2=model_2915 -model3=model_4701 -head1=model_21 -unknown119=3 - -// 1790 -[npc_1790] -bas=bas_108 -vislevel=0 -recol1s=384 -recol1d=12581 -recol2s=416 -recol2d=9603 -name=Waymottin -model1=model_2909 -model2=model_2915 -model3=model_4701 -head1=model_21 -unknown119=3 - -// 1791 -[npc_1791] -bas=bas_666 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7298 -name=Jungle Tree -model1=model_21835 -unknown119=3 - -// 1792 -[npc_1792] -bas=bas_666 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Jungle Tree -model1=model_21835 -unknown119=3 - -// 1793 -[npc_1793] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=7400 -recol2s=14724 -recol2d=11394 -recol3s=6273 -recol3d=15488 -recol4s=7298 -recol4d=10368 -recol5s=32735 -recol5d=11592 -recol6s=15856 -recol6d=25098 -name=Tassie Slipcast -model1=model_391 -model2=model_417 -model3=model_467 -model4=model_348 -model5=model_353 -model6=model_437 -model7=model_358 -head1=model_39068 -head2=model_38891 -unknown119=3 - -// 1794 -[npc_1794] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15458 -recol1d=8354 -name=Hammerspike Stoutbeard -model1=model_2970 -model2=model_2981 -model3=model_2979 -model4=model_2983 -model5=model_2985 -model6=model_2993 -head1=model_0 -unknown119=3 - -// 1795 -[npc_1795] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -resizev=129 -resizeh=142 -vislevel=44 -recol1s=15785 -recol1d=0 -recol2s=15458 -recol2d=0 -name=Dwarf gang member -model1=model_5621 -model2=model_2979 -model3=model_2985 -model4=model_2981 -model5=model_2983 -model6=model_2993 -head1=model_5618 -unknown119=3 - -// 1796 -[npc_1796] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -resizev=125 -resizeh=135 -vislevel=48 -recol1s=15785 -recol1d=0 -recol2s=15458 -recol2d=0 -name=Dwarf gang member -model1=model_2970 -model2=model_2979 -model3=model_2985 -model4=model_2980 -model5=model_2983 -model6=model_2993 -head1=model_0 -unknown119=3 - -// 1797 -[npc_1797] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -resizev=128 -resizeh=140 -vislevel=49 -recol1s=15785 -recol1d=0 -recol2s=15458 -recol2d=0 -recol3s=15888 -recol3d=0 -name=Dwarf gang member -model1=model_2972 -model2=model_2978 -model3=model_2985 -model4=model_2981 -model5=model_2983 -model6=model_2993 -head1=model_2 -unknown119=3 - -// 1798 -[npc_1798] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=22131 -recol2s=14724 -recol2d=22131 -recol3s=6273 -recol3d=25236 -recol4s=7329 -recol4d=32635 -recol5s=6144 -recol5d=32635 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_228 -retex3d=material_426 -name=Phantuwti Fanstuwi Farsight -model1=model_170 -model2=model_256 -model3=model_292 -model4=model_317 -model5=model_217 -model6=model_249 -model7=model_176 -head1=model_39859 -head2=model_39254 -unknown119=3 - -// 1799 -[npc_1799] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Give-Sword -recol1s=2340 -recol1d=0 -recol2s=14724 -recol2d=0 -recol3s=8384 -recol3d=5285 -recol4s=7298 -recol4d=0 -name=Tindel Marchant -model1=model_163 -model2=model_254 -model3=model_292 -model4=model_320 -model5=model_230 -model6=model_247 -model7=model_176 -model8=model_181 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 1800 -[npc_1800] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=32735 -recol2s=384 -recol2d=7403 -recol3s=8702 -recol3d=25344 -recol4s=416 -recol4d=11492 -name=Gnormadium Avlafrim -model1=model_2909 -model2=model_4696 -model3=model_2922 -head1=model_5619 -unknown119=3 - -// 1801 -[npc_1801] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=1 -recol1s=2340 -recol1d=14728 -recol2s=32736 -recol2d=14728 -name=Petra Fiyed -model1=model_332 -model2=model_429 -model3=model_475 -model4=model_481 -model5=model_390 -model6=model_356 -model7=model_358 -model8=model_519 -model9=model_4235 -head1=model_39069 -modeloffset7=3,-11,6 -modeloffset8=-3,-11,6 -unknown119=3 - -// 1802 -[npc_1802] -bas=bas_266 -size=2 -op2=Attack -resizev=50 -resizeh=50 -vislevel=92 -name=Slagilith -model1=model_5654 -unknown119=2 - -// 1803 -[npc_1803] -bas=bas_937 -vislevel=0 -minimap=no -size=2 -resizev=40 -resizeh=40 -name=Rock pile -model1=model_5654 -unknown119=1 - -// 1804 -[npc_1804] -bas=bas_936 -vislevel=0 -minimap=no -size=2 -resizev=45 -resizeh=45 -name=Slagilith -model1=model_5654 -unknown119=1 - -// 1805 -[npc_1805] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Guard -model1=model_214 -model2=model_250 -model3=model_5674 -model4=model_5672 -model5=model_5668 -model6=model_5725 -model7=model_4236 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 1806 -[npc_1806] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Guard -model1=model_230 -model2=model_250 -model3=model_5674 -model4=model_5672 -model5=model_5668 -model6=model_5725 -model7=model_4236 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 1807 -[npc_1807] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recol1s=6273 -recol1d=22162 -retex1s=material_228 -retex1d=material_528 -name=Hamal the Chieftain -model1=model_214 -model2=model_250 -model3=model_5674 -model4=model_5672 -model5=model_5668 -model6=model_5725 -model7=model_5726 -model8=model_5670 -head1=model_39582 -head2=model_38642 -head3=model_39461 -unknown119=3 - -// 1808 -[npc_1808] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=11593 -recol1d=28296 -recol2s=6342 -recol2d=28296 -recol3s=6273 -recol3d=20933 -recol4s=2340 -recol4d=11591 -recol5s=16846 -recol5d=8422 -recol6s=11561 -recol6d=6308 -retex1s=material_228 -retex1d=material_426 -name=Ragnar -model1=model_206 -model2=model_250 -model3=model_5673 -model4=model_5671 -model5=model_5667 -model6=model_5725 -head1=model_39947 -head2=model_38642 -unknown119=3 - -// 1809 -[npc_1809] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Svidi -model1=model_230 -model2=model_246 -model3=model_5673 -model4=model_5671 -model5=model_5667 -model6=model_5725 -head1=model_39630 -unknown119=3 - -// 1810 -[npc_1810] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -name=Jokul -model1=model_203 -model2=model_250 -model3=model_5673 -model4=model_5672 -model5=model_5667 -model6=model_5725 -model7=model_553 -head1=model_39811 -head2=model_38642 -unknown119=3 - -// 1811 -[npc_1811] -bas=bas_917 -size=2 -op1=Talk-to -op2=Attack -vislevel=1 -multivar=varplayerbit_269 -multinpc=0,npc_1812 -unknown119=3 - -// 1812 -[npc_1812] -bas=bas_917 -size=2 -vislevel=70 -op1=Talk-to -op2=Attack -name=The Kendal -model1=model_18904 -model2=model_18905 -head1=model_18880 -unknown119=3 - -// 1813 -[npc_1813] -bas=bas_917 -size=2 -vislevel=70 -op2=Attack -name=The Kendal -model1=model_18904 -model2=model_18905 -head1=model_18880 -unknown119=3 - -// 1814 -[npc_1814] -bas=bas_4 -size=1 -resizeh=120 -resizev=120 -op1=Talk-to -op2=Attack -vislevel=31 -name=Camp dweller -model1=model_214 -model2=model_250 -model3=model_5673 -model4=model_5671 -model5=model_5667 -model6=model_5725 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 1815 -[npc_1815] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=31 -recol1s=25098 -recol1d=17798 -retex1s=material_313 -retex1d=material_273 -name=Camp dweller -model1=model_210 -model2=model_250 -model3=model_5674 -model4=model_5672 -model5=model_5667 -model6=model_5725 -head1=model_39600 -head2=model_38642 -unknown119=3 - -// 1816 -[npc_1816] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=31 -name=Camp dweller -model1=model_390 -model2=model_5678 -model3=model_5677 -model4=model_5675 -head1=model_39066 -unknown119=3 - -// 1817 -[npc_1817] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=31 -recol1s=25098 -recol1d=17798 -name=Camp dweller -model1=model_387 -model2=model_5678 -model3=model_5677 -model4=model_5675 -head1=model_39084 -unknown119=3 - -// 1818 -[npc_1818] -bas=bas_4 -size=1 -resizeh=130 -resizev=100 -op1=Talk-to -op2=Attack -vislevel=25 -recol1s=14724 -recol1d=13605 -recol2s=289 -recol2d=13605 -retex1s=material_268 -retex1d=material_314 -name=Camp dweller -model1=model_385 -model2=model_5678 -model3=model_5677 -model4=model_5675 -head1=model_39060 -unknown119=3 - -// 1819 -[npc_1819] -bas=bas_63 -vislevel=0 -size=1 -resizeh=100 -resizev=100 -recol1s=21102 -recol1d=24206 -recol2s=18989 -recol2d=24240 -recol3s=15818 -recol3d=22159 -recol4s=6308 -recol4d=16906 -recol5s=4194 -recol5d=24275 -recol6s=5251 -recol6d=23217 -name=Mountain Goat -model1=model_20273 -model2=model_20281 -model3=model_20276 -unknown119=3 - -// 1820 -[npc_1820] -bas=bas_63 -vislevel=0 -size=1 -recol1s=21102 -recol1d=24206 -recol2s=18989 -recol2d=24240 -recol3s=15818 -recol3d=22159 -recol4s=6308 -recol4d=16906 -recol5s=4194 -recol5d=24275 -recol6s=5251 -recol6d=23217 -name=Mountain Goat -model1=model_20273 -model2=model_20280 -model3=model_20275 -unknown119=3 - -// 1821 -[npc_1821] -bas=bas_264 -vislevel=0 -size=2 -resizeh=30 -resizev=30 -name=Bald Headed Eagle -model1=model_5728 -unknown119=7 - -// 1822 -[npc_1822] -bas=bas_214 -op1=Talk-to -op2=Attack -vislevel=3 -name=Cave goblin -model1=model_23663 -model2=model_23694 -model3=model_23629 -head1=model_23246 -unknown119=3 - -// 1823 -[npc_1823] -bas=bas_214 -op1=Talk-to -op2=Attack -vislevel=3 -name=Cave goblin -model1=model_23652 -model2=model_23694 -model3=model_23630 -head1=model_23246 -unknown119=3 - -// 1824 -[npc_1824] -bas=bas_214 -op1=Talk-to -op2=Attack -vislevel=3 -name=Cave goblin -model1=model_23670 -model2=model_23694 -model3=model_23629 -head1=model_23246 -unknown119=3 - -// 1825 -[npc_1825] -bas=bas_214 -op1=Talk-to -op2=Attack -vislevel=3 -name=Cave goblin -model1=model_23653 -model2=model_23705 -model3=model_23629 -head1=model_23249 -unknown119=3 - -// 1826 -[npc_1826] -bas=bas_1049 -op1=Talk-to -op2=Attack -vislevel=39 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21101 -model2=model_34604 -model3=model_21050 -model4=model_21085 -model5=model_21126 -model6=model_21082 -model7=model_21140 -unknown119=2 - -// 1827 -[npc_1827] -size=3 -ambient=25 -op2=Attack -vislevel=111 -name=Gargoyle -model1=model_34599 -unknown119=3 - -// 1828 -[npc_1828] -bas=bas_37 -op2=Attack -size=2 -vislevel=99 -name=Giant frog -model1=model_6947 -unknown119=3 - -// 1829 -[npc_1829] -bas=bas_37 -resizeh=64 -resizev=64 -op2=Attack -vislevel=24 -name=Big frog -model1=model_6947 -unknown119=3 - -// 1830 -[npc_1830] -bas=bas_37 -resizeh=32 -resizev=32 -vislevel=0 -name=Frog -model1=model_6947 -unknown119=3 - -// 1831 -[npc_1831] -bas=bas_650 -op2=Attack -vislevel=23 -name=Cave slime -model1=model_5786 -unknown119=3 - -// 1832 -[npc_1832] -bas=bas_651 -op2=Attack -vislevel=6 -recol1s=19685 -recol1d=14499 -recol2s=17638 -recol2d=13538 -recol3s=15524 -recol3d=12420 -recol4s=12544 -recol4d=11488 -name=Cave bug -model1=model_23854 -unknown119=3 - -// 1833 -[npc_1833] -bas=bas_649 -size=1 -minimap=no -vislevel=0 -name=Cave bug larva -model1=model_5785 -unknown119=3 - -// 1834 -[npc_1834] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=4128 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=21173 -recol4s=2340 -recol4d=2114 -recol5s=7298 -recol5d=2114 -name=Candle seller -model1=model_210 -model2=model_250 -model3=model_302 -model4=model_167 -model5=model_10218 -model6=model_274 -model7=model_185 -head1=model_39600 -head2=model_38642 -unknown119=3 - -// 1835 -[npc_1835] -bas=bas_180 -alwaysontop=yes -vislevel=0 -op1=Talk-to -ambient=20 -contrast=10 -name=Easter Bunny -model1=model_23995 -head1=model_23994 -unknown119=3 - -// 1836 -[npc_1836] -bas=bas_2 -size=1 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_299 -multinpc=0,npc_1837 -multinpc=10,npc_1837 -multinpc=20,npc_1837 -multinpc=30,npc_1837 -multinpc=40,npc_1837 -multinpc=50,npc_1837 -multinpc=60,npc_1837 -multinpc=70,npc_1837 -multinpc=80,npc_1837 -multinpc=90,npc_1837 -multinpc=100,npc_1837 -multinpc=110,npc_1838 -unknown119=1 - -// 1837 -[npc_1837] -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=7266 -recol1d=17866 -recol2s=17903 -recol2d=9712 -recol3s=9475 -recol3d=9410 -recol4s=10434 -recol4d=32662 -recol5s=16846 -recol5d=9444 -name=Dondakan the Dwarf -model1=model_2970 -model2=model_2980 -model3=model_2978 -model4=model_2984 -model5=model_6018 -model6=model_2990 -head1=model_0 -unknown119=3 - -// 1838 -[npc_1838] -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=7266 -recol1d=17866 -recol2s=17903 -recol2d=9712 -recol3s=9475 -recol3d=9410 -recol4s=10434 -recol4d=32662 -recol5s=16846 -recol5d=9444 -name=Dondakan the Dwarf -model1=model_2970 -model2=model_2980 -model3=model_2978 -model4=model_2984 -model5=model_6018 -head1=model_0 -unknown119=3 - -// 1839 -[npc_1839] -bas=bas_2 -size=1 -vislevel=0 -recol1s=7266 -recol1d=17866 -recol2s=17903 -recol2d=9712 -recol3s=9475 -recol3d=9410 -recol4s=10434 -recol4d=32662 -recol5s=16846 -recol5d=9444 -name=Dondakan the Dwarf -model1=model_2970 -model2=model_2980 -model3=model_2978 -model4=model_2984 -model5=model_6018 -model6=model_2990 -head1=model_0 -unknown119=1 - -// 1840 -[npc_1840] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -recol1s=7266 -recol1d=13638 -recol2s=16846 -recol2d=18923 -recol3s=9475 -recol3d=9410 -name=Dwarven Engineer -model1=model_2970 -model2=model_2980 -model3=model_2978 -model4=model_2984 -model5=model_2985 -model6=model_6021 -head1=model_0 -unknown119=3 - -// 1841 -[npc_1841] -bas=bas_2 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=24242 -recol2s=3171 -recol2d=10469 -recol3s=10434 -recol3d=24032 -retex1s=material_295 -retex1d=material_142 -name=Rolad -model1=model_2971 -model2=model_2980 -model3=model_2978 -model4=model_6017 -model5=model_2985 -model6=model_6020 -head1=model_1 -head2=model_70 -unknown119=3 - -// 1842 -[npc_1842] -bas=bas_48 -size=1 -vislevel=0 -op1=Talk-to -recol1s=7266 -recol1d=13638 -recol2s=16846 -recol2d=18923 -recol3s=7298 -recol3d=10469 -name=Khorvak, a dwarven engineer -model1=model_2972 -model2=model_2980 -model3=model_2979 -model4=model_2983 -model5=model_2985 -model6=model_2992 -head1=model_2 -unknown119=3 - -// 1843 -[npc_1843] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=22058 -name=Dwarven Ferryman -model1=model_2971 -model2=model_2980 -model3=model_2979 -model4=model_2983 -model5=model_2985 -head1=model_1 -unknown119=3 - -// 1844 -[npc_1844] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=22058 -name=Dwarven Ferryman -model1=model_2970 -model2=model_2980 -model3=model_2979 -model4=model_2983 -model5=model_2985 -head1=model_0 -unknown119=3 - -// 1845 -[npc_1845] -bas=bas_2 -size=1 -vislevel=1 -multivar=varplayerbit_299 -multinpc=110,npc_1846 -unknown119=3 - -// 1846 -[npc_1846] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -op3=Deliver-gold -name=Dwarven Boatman -model1=model_2970 -model2=model_2980 -model3=model_2979 -model4=model_2983 -model5=model_2985 -head1=model_0 -unknown119=3 - -// 1847 -[npc_1847] -bas=bas_2 -size=1 -resizeh=120 -resizev=100 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=8526 -recol2s=15785 -recol2d=13811 -recol3s=10434 -recol3d=23218 -recol4s=12677 -recol4d=23218 -recol5s=12677 -recol5d=13811 -name=Miodvetnir -model1=model_2980 -model2=model_2979 -model3=model_2983 -model4=model_2985 -model5=model_40130 -head1=model_0 -head2=model_6026 -unknown119=3 - -// 1848 -[npc_1848] -bas=bas_2 -size=1 -resizeh=115 -resizev=120 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=13737 -recol2s=15785 -recol2d=11623 -recol3s=10434 -recol3d=23218 -recol4s=12677 -recol4d=11623 -recol5s=12677 -recol5d=11623 -name=Dernu -model1=model_2980 -model2=model_2979 -model3=model_2983 -model4=model_2985 -model5=model_40128 -head1=model_1 -head2=model_6026 -unknown119=3 - -// 1849 -[npc_1849] -bas=bas_2 -size=1 -vislevel=0 -resizeh=110 -resizev=105 -op1=Talk-to -recol1s=7266 -recol1d=13638 -recol2s=16846 -recol2d=18923 -recol3s=12677 -recol3d=11522 -recol4s=10434 -recol4d=20076 -name=Derni -model1=model_2980 -model2=model_2978 -model3=model_2984 -model4=model_2985 -model5=model_40126 -head1=model_2 -head2=model_6026 -unknown119=3 - -// 1850 -[npc_1850] -bas=bas_928 -vislevel=0 -op2=Attack -name=Arzinian Avatar of Strength -model1=model_6011 -model2=model_6010 -head1=model_5817 -unknown119=3 - -// 1851 -[npc_1851] -bas=bas_928 -vislevel=125 -resizeh=115 -resizev=115 -op2=Attack -recol1s=17085 -recol1d=13899 -name=Arzinian Avatar of Strength -model1=model_6011 -model2=model_6010 -head1=model_5817 -unknown119=3 - -// 1852 -[npc_1852] -bas=bas_928 -vislevel=75 -resizeh=100 -resizev=100 -op2=Attack -recol1s=17085 -recol1d=28517 -name=Arzinian Avatar of Strength -model1=model_6011 -model2=model_6010 -head1=model_5817 -unknown119=3 - -// 1853 -[npc_1853] -bas=bas_928 -vislevel=0 -op2=Attack -name=Arzinian Avatar of Ranging -model1=model_6011 -model2=model_6008 -head1=model_5817 -unknown119=3 - -// 1854 -[npc_1854] -bas=bas_928 -vislevel=125 -resizeh=115 -resizev=115 -op2=Attack -recol1s=17085 -recol1d=13899 -name=Arzinian Avatar of Ranging -model1=model_6011 -model2=model_6008 -head1=model_5817 -unknown119=3 - -// 1855 -[npc_1855] -bas=bas_928 -vislevel=75 -resizeh=100 -resizev=100 -op2=Attack -recol1s=17085 -recol1d=28517 -name=Arzinian Avatar of Ranging -model1=model_6011 -model2=model_6008 -head1=model_5817 -unknown119=3 - -// 1856 -[npc_1856] -bas=bas_928 -vislevel=0 -op2=Attack -name=Arzinian Avatar of Magic -model1=model_6011 -model2=model_6009 -head1=model_5817 -unknown119=3 - -// 1857 -[npc_1857] -bas=bas_928 -vislevel=125 -resizeh=115 -resizev=115 -op2=Attack -recol1s=17085 -recol1d=13899 -name=Arzinian Avatar of Magic -model1=model_6011 -model2=model_6009 -head1=model_5817 -unknown119=3 - -// 1858 -[npc_1858] -bas=bas_928 -vislevel=75 -resizeh=100 -resizev=100 -op2=Attack -recol1s=17085 -recol1d=28517 -name=Arzinian Avatar of Magic -model1=model_6011 -model2=model_6009 -head1=model_5817 -unknown119=3 - -// 1859 -[npc_1859] -bas=bas_928 -op1=Talk-to -vislevel=781 -name=Arzinian Being of Bordanzan -model1=model_6011 -model2=model_6009 -head1=model_5817 -unknown119=3 - -// 1860 -[npc_1860] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=8484 -recol2s=2340 -recol2d=5313 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=11525 -recol5s=3296 -recol5d=9410 -recol6s=6464 -recol6d=12544 -name=Brian -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_326 -model5=model_163 -model6=model_10218 -model7=model_254 -model8=model_4929 -model9=model_9607 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 1861 -[npc_1861] -bas=bas_205 -op1=Talk-to -op3=Claim -op4=Work-for -vislevel=0 -alwaysontop=yes -recol1s=14824 -recol1d=25098 -recol2s=12710 -recol2d=25098 -recol3s=28502 -recol3d=12756 -recol4s=4324 -recol4d=11699 -recol5s=5381 -recol5d=12756 -recol6s=9446 -recol6d=6273 -retex1s=material_313 -retex1d=material_252 -retex2s=material_205 -retex2d=material_75 -retex3s=material_219 -retex3d=material_206 -retex4s=material_218 -retex4d=material_106 -retex5s=material_255 -retex5d=material_359 -name=Ranged Tutor -model1=model_28824 -model2=model_28837 -model3=model_28846 -model4=model_28842 -model5=model_40396 -model6=model_40373 -model7=model_40394 -model8=model_40388 -head1=model_39118 -unknown119=3 - -// 1862 -[npc_1862] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=21926 -recol3d=32759 -recol4s=25098 -recol4d=18855 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_251 -retex3d=material_258 -retex4s=material_228 -retex4d=material_426 -name=Ali Morrisane -model1=model_6086 -model2=model_6087 -model3=model_6091 -model4=model_6084 -model5=model_6089 -model6=model_185 -model7=model_176 -head1=model_39490 -head2=model_39250 -head3=model_40003 -unknown119=3 - -// 1863 -[npc_1863] -bas=bas_968 -size=1 -op1=Talk-to -vislevel=0 -turnspeed=0 -alwaysontop=yes -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=25098 -recol3d=18855 -recol4s=15856 -recol4d=18855 -retex1s=material_228 -retex1d=material_426 -name=Drunken Ali -model1=model_211 -model2=model_6087 -model3=model_292 -model4=model_33034 -model5=model_3599 -model6=model_10218 -model7=model_6098 -model8=model_4234 -head1=model_39917 -head2=model_39182 -unknown119=1 - -// 1864 -[npc_1864] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=25098 -recol3d=18855 -name=Ali The barman -model1=model_6086 -model2=model_249 -model3=model_292 -model4=model_170 -model5=model_254 -model6=model_185 -model7=model_176 -head1=model_39490 -head2=model_39227 -head3=model_39799 -unknown119=3 - -// 1865 -[npc_1865] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=25098 -recol3d=18855 -name=Ali the Kebab seller -model1=model_6086 -model2=model_249 -model3=model_292 -model4=model_170 -model5=model_254 -model6=model_185 -model7=model_176 -head1=model_39490 -head2=model_39227 -head3=model_39799 -unknown119=3 - -// 1866 -[npc_1866] -bas=bas_4 -size=1 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=25098 -recol3d=18855 -name=Market seller -model1=model_6086 -model2=model_249 -model3=model_292 -model4=model_170 -model5=model_254 -model6=model_185 -model7=model_176 -head1=model_39560 -head2=model_39227 -head3=model_39799 -unknown119=3 - -// 1867 -[npc_1867] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=6273 -recol3d=32767 -recol4s=25098 -recol4d=18855 -retex1s=material_257 -retex1d=material_254 -retex2s=material_202 -retex2d=material_258 -retex3s=material_252 -retex3d=material_254 -retex4s=material_228 -retex4d=material_426 -name=Ali the Camel Man -model1=model_214 -model2=model_6087 -model3=model_292 -model4=model_162 -model5=model_265 -model6=model_181 -model7=model_176 -model8=model_323 -model9=model_280 -head1=model_39764 -head2=model_39250 -unknown119=3 - -// 1868 -[npc_1868] -bas=bas_165 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Street urchin -model1=model_28606 -model2=model_28635 -model3=model_28658 -model4=model_28610 -model5=model_28625 -model6=model_28672 -head1=model_28680 -unknown119=3 - -// 1869 -[npc_1869] -bas=bas_4 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_344 -multinpc=0,npc_1870 -unknown119=3 - -// 1870 -[npc_1870] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=6273 -recol3d=32767 -recol4s=25098 -recol4d=18855 -retex1s=material_228 -retex1d=material_426 -retex2s=material_250 -retex2d=material_202 -retex3s=material_273 -retex3d=material_257 -name=Ali the Mayor -model1=model_215 -model2=model_6087 -model3=model_292 -model4=model_151 -model5=model_254 -model6=model_181 -model7=model_176 -head1=model_40845 -head2=model_39216 -unknown119=3 - -// 1871 -[npc_1871] -bas=bas_166 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=0 -recol2s=2340 -recol2d=0 -recol3s=25098 -recol3d=18855 -retex1s=material_369 -retex1d=material_528 -name=Ali the Hag -model1=model_6095 -model2=model_6097 -model3=model_6092 -model4=model_428 -model5=model_6093 -model6=model_181 -model7=model_6102 -head1=model_39058 -modeloffset6=3,-11,6 -unknown119=3 - -// 1872 -[npc_1872] -bas=bas_967 -size=1 -op1=Talk-to -vislevel=0 -turnspeed=0 -alwaysontop=yes -recol1s=2340 -recol1d=32759 -recol2s=21926 -recol2d=32759 -recol3s=25098 -recol3d=18855 -retex1s=material_268 -retex1d=material_258 -name=Ali the Snake Charmer -model1=model_6085 -model2=model_315 -model3=model_173 -model4=model_264 -model5=model_6100 -model6=model_246 -model7=model_176 -head1=model_39446 -head2=model_39237 -head3=model_40003 -unknown119=1 - -// 1873 -[npc_1873] -bas=bas_259 -op3=Pet -size=2 -ambient=25 -vislevel=0 -name=Ali the Camel -model1=model_38648 -head1=model_38723 -unknown119=3 - -// 1874 -[npc_1874] -bas=bas_113 -size=1 -op2=Attack -alwaysontop=yes -vislevel=5 -name=Desert snake -model1=model_3002 -unknown119=3 - -// 1875 -[npc_1875] -bas=bas_966 -size=1 -vislevel=0 -alwaysontop=yes -name=Snake -model1=model_6104 -unknown119=3 - -// 1876 -[npc_1876] -bas=bas_4 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_334 -multinpc=28,npc_2548 -unknown119=3 - -// 1877 -[npc_1877] -bas=bas_4 -vislevel=0 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_251 -retex3d=material_254 -retex4s=material_256 -retex4d=material_258 -retex5s=material_228 -retex5d=material_426 -multivar=varplayerbit_338 -multinpc=1,npc_1878 -unknown119=3 - -// 1878 -[npc_1878] -size=1 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=18855 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_251 -retex3d=material_254 -retex4s=material_256 -retex4d=material_251 -retex5s=material_228 -retex5d=material_426 -name=Bandit Leader -model1=model_6085 -model2=model_6087 -model3=model_6091 -model4=model_6084 -model5=model_6089 -model6=model_181 -model7=model_176 -model8=model_490 -head1=model_39799 -head2=model_39446 -head3=model_39182 -unknown119=3 - -// 1879 -[npc_1879] -bas=bas_4 -vislevel=56 -multivar=varplayerbit_340 -multinpc=0,npc_1880 -multinpc=1,npc_1880 -multinpc=2,npc_1881 -unknown119=3 - -// 1880 -[npc_1880] -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=56 -recol1s=14724 -recol1d=32759 -recol2s=25098 -recol2d=18855 -retex1s=material_255 -retex1d=material_258 -name=Bandit -model1=model_6086 -model2=model_247 -model3=model_292 -model4=model_173 -model5=model_6090 -model6=model_181 -model7=model_176 -model8=model_490 -model9=model_523 -head1=model_39836 -head2=model_39446 -head3=model_39256 -unknown119=3 - -// 1881 -[npc_1881] -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -op4=Lure -op5=Knock-Out -vislevel=56 -recol1s=14724 -recol1d=32759 -recol2s=25098 -recol2d=18855 -retex1s=material_255 -retex1d=material_258 -name=Bandit -model1=model_6086 -model2=model_247 -model3=model_292 -model4=model_173 -model5=model_6090 -model6=model_181 -model7=model_176 -model8=model_490 -model9=model_523 -head1=model_39836 -head2=model_39446 -head3=model_39256 -unknown119=3 - -// 1882 -[npc_1882] -bas=bas_4 -size=1 -op2=Hidden -op1=Talk-to -vislevel=118 -recol1s=29419 -recol1d=17698 -recol2s=11525 -recol2d=8354 -recol3s=6273 -recol3d=8354 -name=Sir Palomedes -model1=model_27126 -model2=model_27195 -model3=model_27203 -head1=model_39839 -head2=model_39381 -head3=model_38096 -unknown119=3 - -// 1883 -[npc_1883] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=118 -recol1s=29419 -recol1d=17698 -recol2s=11525 -recol2d=8354 -recol3s=6273 -recol3d=8354 -name=Sir Palomedes -model1=model_27126 -model2=model_27195 -model3=model_27203 -head1=model_39839 -head2=model_39381 -head3=model_39246 -unknown119=3 - -// 1884 -[npc_1884] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=3171 -recol2s=6273 -recol2d=3171 -recol3s=8386 -recol3d=21920 -recol4s=32736 -recol4d=32503 -name=Trobert -model1=model_235 -model2=model_246 -model3=model_292 -model4=model_254 -model5=model_323 -model6=model_179 -model7=model_185 -model8=model_151 -model9=model_290 -model10=model_518 -model11=model_326 -head1=model_38641 -head2=model_39223 -unknown119=3 - -// 1885 -[npc_1885] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=70 -recol1s=14724 -recol1d=32759 -recol2s=25098 -recol2d=18855 -retex1s=material_255 -retex1d=material_258 -name=Bandit champion -model1=model_6086 -model2=model_247 -model3=model_292 -model4=model_173 -model5=model_6090 -model6=model_181 -model7=model_176 -model8=model_490 -model9=model_523 -head1=model_39256 -head2=model_39560 -head3=model_39799 -unknown119=2 - -// 1886 -[npc_1886] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=56 -recol1s=14724 -recol1d=32759 -recol2s=25098 -recol2d=18855 -retex1s=material_255 -retex1d=material_258 -name=Cowardly Bandit -model1=model_6086 -model2=model_247 -model3=model_292 -model4=model_173 -model5=model_6090 -model6=model_181 -model7=model_176 -model8=model_490 -model9=model_523 -head1=model_39799 -head2=model_39256 -head3=model_39490 -unknown119=3 - -// 1887 -[npc_1887] -bas=bas_4 -vislevel=3 -multivar=varplayerbit_340 -multinpc=0,npc_1888 -multinpc=1,npc_1889 -multinpc=2,npc_1890 -unknown119=3 - -// 1888 -[npc_1888] -size=1 -op1=Talk-to -op3=Pickpocket -vislevel=3 -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=6273 -recol3d=32767 -recol4s=25098 -recol4d=18855 -retex1s=material_228 -retex1d=material_426 -name=Villager -model1=model_215 -model2=model_6087 -model3=model_292 -model4=model_151 -model5=model_254 -model6=model_181 -model7=model_176 -head1=model_39182 -head2=model_39836 -unknown119=3 - -// 1889 -[npc_1889] -size=1 -op1=Talk-to -op3=Pickpocket -op4=Lure -vislevel=3 -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=6273 -recol3d=32767 -recol4s=25098 -recol4d=18855 -name=Villager -model1=model_215 -model2=model_6087 -model3=model_292 -model4=model_151 -model5=model_254 -model6=model_181 -model7=model_176 -head1=model_39216 -head2=model_40845 -unknown119=3 - -// 1890 -[npc_1890] -size=1 -op1=Talk-to -op3=Pickpocket -op4=Lure -op5=Knock-Out -vislevel=3 -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=6273 -recol3d=32767 -recol4s=25098 -recol4d=18855 -retex1s=material_228 -retex1d=material_426 -name=Villager -model1=model_215 -model2=model_6087 -model3=model_292 -model4=model_151 -model5=model_254 -model6=model_181 -model7=model_176 -head1=model_39198 -head2=model_39842 -unknown119=3 - -// 1891 -[npc_1891] -bas=bas_4 -vislevel=3 -multivar=varplayerbit_340 -multinpc=0,npc_1892 -multinpc=1,npc_1893 -multinpc=2,npc_1894 -unknown119=3 - -// 1892 -[npc_1892] -size=1 -op1=Talk-to -op3=Pickpocket -vislevel=3 -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=25098 -recol3d=18855 -retex1s=material_273 -retex1d=material_257 -name=Villager -model1=model_215 -model2=model_188 -model3=model_246 -model4=model_292 -model5=model_173 -model6=model_254 -model7=model_181 -model8=model_176 -head1=model_39237 -head2=model_39439 -head3=model_40003 -unknown119=3 - -// 1893 -[npc_1893] -size=1 -op1=Talk-to -op3=Pickpocket -op4=Lure -vislevel=3 -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=25098 -recol3d=18855 -retex1s=material_273 -retex1d=material_257 -name=Villager -model1=model_215 -model2=model_188 -model3=model_246 -model4=model_292 -model5=model_173 -model6=model_254 -model7=model_181 -model8=model_176 -head1=model_39237 -head2=model_39439 -head3=model_40003 -unknown119=3 - -// 1894 -[npc_1894] -size=1 -op1=Talk-to -op3=Pickpocket -op4=Lure -op5=Knock-Out -vislevel=3 -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=25098 -recol3d=18855 -retex1s=material_273 -retex1d=material_257 -name=Villager -model1=model_215 -model2=model_188 -model3=model_246 -model4=model_292 -model5=model_173 -model6=model_254 -model7=model_181 -model8=model_176 -head1=model_39237 -head2=model_39439 -head3=model_40003 -unknown119=3 - -// 1895 -[npc_1895] -bas=bas_4 -vislevel=3 -multivar=varplayerbit_340 -multinpc=0,npc_1896 -multinpc=1,npc_1897 -multinpc=2,npc_1898 -unknown119=3 - -// 1896 -[npc_1896] -size=1 -op1=Talk-to -op3=Pickpocket -vislevel=3 -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=25098 -recol3d=18855 -retex1s=material_252 -retex1d=material_257 -name=Villager -model1=model_390 -model2=model_364 -model3=model_456 -model4=model_348 -model5=model_429 -model6=model_358 -model7=model_353 -head1=model_39047 -head2=model_38826 -unknown119=3 - -// 1897 -[npc_1897] -size=1 -op1=Talk-to -op3=Pickpocket -op4=Lure -vislevel=3 -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=25098 -recol3d=18855 -retex1s=material_252 -retex1d=material_257 -name=Villager -model1=model_390 -model2=model_364 -model3=model_456 -model4=model_348 -model5=model_429 -model6=model_358 -model7=model_353 -head1=model_39047 -head2=model_38826 -unknown119=3 - -// 1898 -[npc_1898] -size=1 -op1=Talk-to -op3=Pickpocket -op4=Lure -op5=Knock-Out -vislevel=3 -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=25098 -recol3d=18855 -retex1s=material_252 -retex1d=material_257 -name=Villager -model1=model_390 -model2=model_364 -model3=model_456 -model4=model_348 -model5=model_429 -model6=model_358 -model7=model_353 -head1=model_39047 -head2=model_38826 -unknown119=3 - -// 1899 -[npc_1899] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_335 -multinpc=1,npc_1901 -unknown119=3 - -// 1900 -[npc_1900] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_336 -multinpc=1,npc_1901 -unknown119=3 - -// 1901 -[npc_1901] -size=1 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=7183 -recol2s=25098 -recol2d=18855 -name=Menaphite Leader -model1=model_6130 -model2=model_6131 -model3=model_6134 -model4=model_170 -model5=model_6132 -model6=model_176 -model7=model_6135 -head1=model_39591 -head2=model_39203 -unknown119=3 - -// 1902 -[npc_1902] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=28386 -recol2s=14724 -recol2d=7183 -recol3s=25098 -recol3d=18855 -name=Ali the Operator -model1=model_6130 -model2=model_246 -model3=model_6134 -model4=model_151 -model5=model_6133 -model6=model_176 -model7=model_490 -model8=model_185 -head1=model_39836 -head2=model_39380 -head3=model_39223 -unknown119=3 - -// 1903 -[npc_1903] -bas=bas_4 -vislevel=55 -multivar=varplayerbit_340 -multinpc=0,npc_1904 -multinpc=1,npc_1904 -multinpc=2,npc_1905 -unknown119=3 - -// 1904 -[npc_1904] -size=1 -op1=Talk-to -op2=Attack -vislevel=55 -recol1s=2340 -recol1d=28386 -recol2s=14724 -recol2d=7183 -recol3s=25098 -recol3d=18855 -name=Menaphite Thug -model1=model_6130 -model2=model_249 -model3=model_6134 -model4=model_151 -model5=model_6133 -model6=model_176 -model7=model_6099 -model8=model_185 -head1=model_39591 -head2=model_39227 -unknown119=3 - -// 1905 -[npc_1905] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -op4=Lure -op5=Knock-Out -vislevel=55 -recol1s=2340 -recol1d=28386 -recol2s=14724 -recol2d=7183 -recol3s=25098 -recol3d=18855 -name=Menaphite Thug -model1=model_6130 -model2=model_249 -model3=model_6134 -model4=model_151 -model5=model_6133 -model6=model_176 -model7=model_6099 -model8=model_185 -head1=model_39591 -head2=model_39227 -unknown119=3 - -// 1906 -[npc_1906] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=75 -recol1s=2340 -recol1d=28386 -recol2s=14724 -recol2d=7183 -recol3s=25098 -recol3d=18855 -name=Tough Guy -model1=model_6130 -model2=model_249 -model3=model_6134 -model4=model_151 -model5=model_6133 -model6=model_176 -model7=model_6099 -model8=model_185 -head1=model_39591 -head2=model_39227 -unknown119=2 - -// 1907 -[npc_1907] -bas=bas_241 -vislevel=1 -multivar=varplayerbit_348 -multinpc=0,npc_1908 -multinpc=1,npc_1908 -multinpc=2,npc_1909 -multinpc=3,npc_1909 -multinpc=4,npc_1910 -unknown119=3 - -// 1908 -[npc_1908] -bas=bas_241 -size=1 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Broken clay golem -model1=model_6146 -model2=model_6147 -model3=model_6149 -head1=model_6145 -unknown119=3 - -// 1909 -[npc_1909] -bas=bas_241 -size=1 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Damaged clay golem -model1=model_6146 -model2=model_6147 -model3=model_6150 -head1=model_6145 -unknown119=3 - -// 1910 -[npc_1910] -bas=bas_241 -size=1 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Clay golem -model1=model_6146 -model2=model_6148 -model3=model_6150 -head1=model_6145 -unknown119=3 - -// 1911 -[npc_1911] -bas=bas_251 -size=2 -ambient=40 -op3=Grab-feather -vislevel=0 -name=Desert Phoenix -model1=model_26852 -unknown119=3 - -// 1912 -[npc_1912] -bas=bas_4 -size=1 -resizeh=115 -resizev=115 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=24264 -recol2s=2340 -recol2d=10532 -recol3s=25098 -recol3d=21960 -recol4s=4160 -recol4d=24264 -name=Elissa -model1=model_378 -model2=model_418 -model3=model_446 -model4=model_471 -model5=model_348 -model6=model_354 -model7=model_440 -head1=model_39090 -head2=model_38884 -unknown119=3 - -// 1913 -[npc_1913] -bas=bas_111 -size=1 -op2=Attack -vislevel=154 -recol1s=25098 -recol1d=32563 -recol2s=16846 -recol2d=32767 -recol3s=11561 -recol3d=32767 -recol4s=15789 -recol4d=32767 -name=Kamil -model1=model_219 -model2=model_268 -model3=model_251 -model4=model_164 -model5=model_179 -model6=model_185 -model7=model_3379 -model8=model_518 -model9=model_317 -head1=model_38589 -head2=model_38096 -unknown119=3 - -// 1914 -[npc_1914] -bas=bas_4 -size=1 -op2=Attack -vislevel=139 -recol1s=25098 -recol1d=32660 -recol2s=2340 -recol2d=7364 -recol3s=7298 -recol3d=32660 -recol4s=32727 -recol4d=16836 -recol5s=18991 -recol5d=32660 -recol6s=28468 -recol6d=17866 -name=Dessous -model1=model_6225 -model2=model_4088 -model3=model_6227 -model4=model_275 -model5=model_181 -head1=model_6218 -unknown119=3 - -// 1915 -[npc_1915] -bas=bas_4 -size=1 -op2=Attack -vislevel=139 -recol1s=25098 -recol1d=32660 -recol2s=2340 -recol2d=7364 -recol3s=7298 -recol3d=32660 -recol4s=32727 -recol4d=16836 -recol5s=18991 -recol5d=32660 -recol6s=28468 -recol6d=17866 -name=Dessous -model1=model_6225 -model2=model_4088 -model3=model_6227 -model4=model_275 -model5=model_33033 -head1=model_6218 -unknown119=3 - -// 1916 -[npc_1916] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=32660 -recol2s=2340 -recol2d=14724 -recol3s=7298 -recol3d=32660 -recol4s=32701 -recol4d=16836 -recol5s=18991 -recol5d=32660 -name=Ruantun -model1=model_6224 -model2=model_6220 -model3=model_4090 -model4=model_275 -model5=model_33033 -model6=model_3189 -head1=model_6217 -unknown119=3 - -// 1917 -[npc_1917] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=14724 -recol1d=32767 -recol2s=2340 -recol2d=32767 -recol3s=7298 -recol3d=32767 -recol4s=21926 -recol4d=32767 -recol5s=15856 -recol5d=32767 -recol6s=25098 -recol6d=14596 -retex1s=material_251 -retex1d=material_258 -name=Bandit shopkeeper -model1=model_217 -model2=model_246 -model3=model_188 -model4=model_6091 -model5=model_3707 -model6=model_170 -model7=model_176 -model8=model_6089 -model9=model_185 -head1=model_39686 -head2=model_39439 -head3=model_39223 -unknown119=3 - -// 1918 -[npc_1918] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=15856 -recol1d=18855 -recol2s=25098 -recol2d=18855 -recol3s=14724 -recol3d=11488 -recol4s=2340 -recol4d=5248 -recol5s=5120 -recol5d=0 -recol6s=16704 -recol6d=5248 -name=Archaeologist -model1=model_215 -model2=model_253 -model3=model_292 -model4=model_33034 -model5=model_10218 -model6=model_274 -model7=model_185 -model8=model_326 -model9=model_6364 -model10=model_6228 -model11=model_3707 -head1=model_39836 -head2=model_39387 -head3=model_39227 -unknown119=3 - -// 1919 -[npc_1919] -bas=bas_4 -size=1 -op2=Attack -vislevel=95 -recol1s=25098 -recol1d=11458 -recol2s=9473 -recol2d=2114 -recol3s=14724 -recol3d=2114 -recol4s=2340 -recol4d=2114 -recol5s=3491 -recol5d=2114 -recol6s=7298 -recol6d=2114 -name=Stranger -model1=model_211 -model2=model_248 -model3=model_292 -model4=model_151 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_6221 -model9=model_539 -head1=model_39634 -head2=model_39464 -unknown119=3 - -// 1920 -[npc_1920] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=32701 -recol1d=2114 -recol2s=9473 -recol2d=5125 -recol3s=14724 -recol3d=5125 -recol4s=2340 -recol4d=5125 -recol5s=3491 -recol5d=5125 -recol6s=25098 -recol6d=32660 -name=Malak -model1=model_227 -model2=model_292 -model3=model_170 -model4=model_179 -model5=model_267 -model6=model_185 -model7=model_3189 -head1=model_39615 -unknown119=3 - -// 1921 -[npc_1921] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=4399 -recol3s=15856 -recol3d=25098 -retex1s=material_252 -retex1d=material_272 -retex2s=material_253 -retex2d=material_268 -name=Bartender -model1=model_235 -model2=model_248 -model3=model_302 -model4=model_32592 -model5=model_10218 -model6=model_254 -model7=model_181 -head1=model_38641 -head2=model_39275 -unknown119=3 - -// 1922 -[npc_1922] -bas=bas_4 -vislevel=1 -retex1s=material_272 -retex1d=material_254 -retex2s=material_268 -retex2d=material_258 -retex3s=material_252 -retex3d=material_254 -multivar=varplayerbit_358 -multinpc=0,npc_1923 -multinpc=1,npc_1923 -multinpc=2,npc_1923 -multinpc=3,npc_1923 -multinpc=4,npc_1923 -multinpc=5,npc_1923 -multinpc=6,npc_1923 -multinpc=7,npc_1923 -multinpc=8,npc_1923 -multinpc=9,npc_1923 -multinpc=10,npc_1923 -unknown119=3 - -// 1923 -[npc_1923] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=32767 -recol2s=2340 -recol2d=32767 -recol3s=7298 -recol3d=32767 -recol4s=6144 -recol4d=32767 -recol5s=15856 -recol5d=32767 -recol6s=25098 -recol6d=14596 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_252 -retex3d=material_254 -name=Eblis -model1=model_217 -model2=model_246 -model3=model_188 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_185 -head1=model_39686 -head2=model_39439 -head3=model_39223 -unknown119=3 - -// 1924 -[npc_1924] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_358 -multinpc=10,npc_1925 -multinpc=11,npc_1925 -multinpc=12,npc_1925 -multinpc=13,npc_1925 -multinpc=14,npc_1925 -multinpc=15,npc_1925 -unknown119=3 - -// 1925 -[npc_1925] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=32767 -recol2s=2340 -recol2d=32767 -recol3s=7298 -recol3d=32767 -recol4s=6144 -recol4d=32767 -recol5s=15856 -recol5d=32767 -recol6s=25098 -recol6d=14596 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_252 -retex3d=material_254 -name=Eblis -model1=model_217 -model2=model_246 -model3=model_188 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_185 -head1=model_39686 -head2=model_39439 -head3=model_39223 -unknown119=3 - -// 1926 -[npc_1926] -bas=bas_4 -size=1 -op3=Pickpocket -op2=Attack -op1=Talk-to -vislevel=74 -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=32767 -recol3s=6273 -recol3d=4226 -recol4s=14724 -recol4d=32767 -recol5s=8386 -recol5d=15392 -recol6s=32736 -recol6d=15392 -name=Bandit -model1=model_215 -model2=model_254 -model3=model_248 -model4=model_170 -model5=model_176 -model6=model_181 -model7=model_323 -model8=model_292 -model9=model_188 -model10=model_533 -head1=model_39252 -head2=model_39439 -head3=model_40003 -unknown119=3 - -// 1927 -[npc_1927] -bas=bas_788 -vislevel=0 -turnspeed=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=32767 -recol3s=6273 -recol3d=4226 -recol4s=14724 -recol4d=32767 -recol5s=8386 -recol5d=15392 -recol6s=32736 -recol6d=15392 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_257 -name=Bandit -model1=model_215 -model2=model_3599 -model3=model_248 -model4=model_170 -model5=model_176 -model6=model_292 -model7=model_188 -model8=model_6230 -head1=model_40003 -head2=model_39252 -head3=model_39439 -unknown119=3 - -// 1928 -[npc_1928] -bas=bas_787 -vislevel=0 -turnspeed=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=32767 -recol3s=6273 -recol3d=4226 -recol4s=14724 -recol4d=32767 -recol5s=8386 -recol5d=15392 -recol6s=32736 -recol6d=15392 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_257 -name=Bandit -model1=model_215 -model2=model_3599 -model3=model_248 -model4=model_170 -model5=model_176 -model6=model_292 -model7=model_188 -model8=model_6230 -head1=model_40003 -head2=model_39252 -head3=model_39439 -unknown119=3 - -// 1929 -[npc_1929] -bas=bas_786 -vislevel=0 -turnspeed=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=32767 -recol3s=6273 -recol3d=4226 -recol4s=14724 -recol4d=32767 -recol5s=8386 -recol5d=15392 -recol6s=32736 -recol6d=15392 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_257 -name=Bandit -model1=model_215 -model2=model_3599 -model3=model_248 -model4=model_170 -model5=model_176 -model6=model_292 -model7=model_188 -model8=model_6230 -head1=model_40003 -head2=model_39252 -head3=model_39439 -unknown119=3 - -// 1930 -[npc_1930] -bas=bas_789 -vislevel=0 -turnspeed=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=32767 -recol3s=6273 -recol3d=4226 -recol4s=14724 -recol4d=32767 -recol5s=8386 -recol5d=15392 -recol6s=32736 -recol6d=15392 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_257 -name=Bandit -model1=model_215 -model2=model_3599 -model3=model_248 -model4=model_170 -model5=model_176 -model6=model_292 -model7=model_188 -model8=model_6230 -head1=model_40003 -head2=model_39252 -head3=model_39439 -unknown119=3 - -// 1931 -[npc_1931] -bas=bas_4 -size=1 -op3=Pickpocket -op2=Attack -op1=Talk-to -vislevel=57 -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=32767 -recol3s=6273 -recol3d=4226 -recol4s=14724 -recol4d=32767 -recol5s=8386 -recol5d=15392 -recol6s=32736 -recol6d=15392 -name=Bandit -model1=model_215 -model2=model_254 -model3=model_248 -model4=model_170 -model5=model_176 -model6=model_181 -model7=model_323 -model8=model_292 -model9=model_188 -model10=model_533 -head1=model_39252 -head2=model_39439 -head3=model_40003 -unknown119=3 - -// 1932 -[npc_1932] -bas=bas_42 -alwaysontop=yes -vislevel=0 -resizeh=72 -resizev=72 -multivar=varplayerbit_382 -multinpc=0,npc_1934 -multinpc=1,npc_1933 -multinpc=2,npc_1933 -multinpc=3,npc_1933 -multinpc=4,npc_1933 -multinpc=5,npc_1933 -unknown119=3 - -// 1933 -[npc_1933] -bas=bas_42 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=0 -resizeh=72 -resizev=72 -recol1s=16846 -recol1d=24312 -recol2s=15919 -recol2d=20086 -name=Troll child -model1=model_4942 -model2=model_6239 -model3=model_3756 -head1=model_3791 -head2=model_3789 -unknown119=3 - -// 1934 -[npc_1934] -bas=bas_790 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=0 -resizeh=72 -resizev=72 -recol1s=16846 -recol1d=24312 -recol2s=15919 -recol2d=20086 -name=Troll child -model1=model_4942 -model2=model_6239 -model3=model_3756 -model4=model_4945 -head1=model_3791 -head2=model_3789 -unknown119=3 - -// 1935 -[npc_1935] -bas=bas_42 -size=1 -resizeh=139 -resizev=139 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=24312 -recol2s=15919 -recol2d=20086 -name=Ice troll -model1=model_4942 -model2=model_3758 -model3=model_3756 -model4=model_3762 -model5=model_4948 -head1=model_3791 -head2=model_3789 -unknown119=3 - -// 1936 -[npc_1936] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -op2=Attack -vislevel=124 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll -model1=model_4942 -model2=model_4943 -model3=model_3756 -model4=model_3762 -unknown119=3 - -// 1937 -[npc_1937] -bas=bas_42 -size=1 -resizeh=128 -resizev=128 -op2=Attack -vislevel=123 -recol1s=16846 -recol1d=25402 -recol2s=15919 -recol2d=22232 -recol3s=10501 -recol3d=32767 -name=Ice troll -model1=model_3753 -model2=model_3759 -model3=model_3755 -model4=model_4949 -unknown119=3 - -// 1938 -[npc_1938] -bas=bas_254 -size=1 -resizeh=139 -resizev=139 -op2=Attack -vislevel=120 -recol1s=16846 -recol1d=24312 -recol2s=15919 -recol2d=20086 -name=Ice troll -model1=model_4942 -model2=model_3758 -model3=model_3756 -model4=model_3762 -model5=model_4948 -unknown119=3 - -// 1939 -[npc_1939] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -op2=Attack -vislevel=121 -recol1s=16846 -recol1d=19028 -recol2s=15919 -recol2d=16914 -recol3s=10501 -recol3d=32767 -name=Ice troll -model1=model_4942 -model2=model_4943 -model3=model_3755 -model4=model_3763 -unknown119=3 - -// 1940 -[npc_1940] -bas=bas_254 -size=1 -resizeh=138 -resizev=138 -op2=Attack -vislevel=120 -recol1s=16846 -recol1d=24344 -recol2s=15919 -recol2d=21173 -name=Ice troll -model1=model_4942 -model2=model_4943 -model3=model_3756 -model4=model_3762 -model5=model_4948 -unknown119=3 - -// 1941 -[npc_1941] -bas=bas_42 -size=1 -resizeh=125 -resizev=125 -op2=Attack -vislevel=120 -recol1s=16846 -recol1d=29629 -recol2s=15919 -recol2d=28540 -recol3s=10501 -recol3d=32767 -name=Ice troll -model1=model_3754 -model2=model_3758 -model3=model_3755 -model4=model_4949 -unknown119=3 - -// 1942 -[npc_1942] -bas=bas_42 -size=1 -resizeh=134 -resizev=134 -op2=Attack -vislevel=121 -recol1s=16846 -recol1d=25529 -recol2s=15919 -recol2d=21430 -name=Ice troll -model1=model_4942 -model2=model_4943 -model3=model_3755 -model4=model_3762 -unknown119=3 - -// 1943 -[npc_1943] -turnspeed=0 -size=2 -turnspeed=0 -vislevel=34 -multivar=varplayerbit_380 -multinpc=0,npc_1944 -multinpc=1,npc_1948 -unknown119=3 - -// 1944 -[npc_1944] -vislevel=0 -size=2 -op1=Talk-to -op2=Smash-ice -turnspeed=0 -name=Ice block -model1=model_6323 -unknown119=3 - -// 1945 -[npc_1945] -turnspeed=0 -size=2 -turnspeed=0 -vislevel=34 -multivar=varplayerbit_381 -multinpc=0,npc_1946 -multinpc=1,npc_1950 -unknown119=3 - -// 1946 -[npc_1946] -vislevel=0 -size=2 -op1=Talk-to -op2=Smash-ice -turnspeed=0 -name=Ice block -model1=model_6323 -unknown119=3 - -// 1947 -[npc_1947] -bas=bas_42 -vislevel=1 -multivar=varplayerbit_382 -multinpc=4,npc_1948 -multinpc=5,npc_1948 -unknown119=3 - -// 1948 -[npc_1948] -bas=bas_42 -size=1 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=24312 -recol2s=15919 -recol2d=20086 -name=Troll father -model1=model_4942 -model2=model_4943 -model3=model_3756 -head1=model_3791 -head2=model_3789 -unknown119=3 - -// 1949 -[npc_1949] -bas=bas_42 -vislevel=1 -multivar=varplayerbit_382 -multinpc=4,npc_1950 -multinpc=5,npc_1950 -unknown119=3 - -// 1950 -[npc_1950] -bas=bas_42 -size=1 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=24312 -recol2s=15919 -recol2d=20086 -recol3s=32390 -recol3d=20080 -recol4s=32003 -recol4d=20716 -name=Troll mother -model1=model_4941 -model2=model_4944 -model3=model_3756 -head1=model_3791 -head2=model_3789 -unknown119=3 - -// 1951 -[npc_1951] -bas=bas_97 -size=2 -ambient=65 -op2=Attack -vislevel=132 -name=Ice wolf -model1=model_26266 -unknown119=3 - -// 1952 -[npc_1952] -bas=bas_97 -size=2 -ambient=90 -op2=Attack -vislevel=132 -name=Ice wolf -model1=model_26266 -unknown119=3 - -// 1953 -[npc_1953] -bas=bas_97 -size=2 -ambient=85 -op2=Attack -vislevel=132 -name=Ice wolf -model1=model_26266 -unknown119=3 - -// 1954 -[npc_1954] -bas=bas_97 -size=2 -ambient=80 -op2=Attack -vislevel=132 -name=Ice wolf -model1=model_26266 -unknown119=3 - -// 1955 -[npc_1955] -bas=bas_97 -size=2 -ambient=75 -op2=Attack -vislevel=132 -name=Ice wolf -model1=model_26266 -unknown119=3 - -// 1956 -[npc_1956] -bas=bas_97 -size=2 -ambient=70 -op2=Attack -vislevel=132 -name=Ice wolf -model1=model_26266 -unknown119=3 - -// 1957 -[npc_1957] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 1958 -[npc_1958] -bas=bas_244 -op2=Attack -vislevel=96 -name=Mummy -model1=model_20926 -model2=model_20939 -model3=model_20907 -model4=model_20920 -model5=model_20922 -model6=model_20929 -model7=model_20917 -model8=model_20935 -unknown119=3 - -// 1959 -[npc_1959] -bas=bas_244 -op2=Attack -ambient=60 -contrast=60 -vislevel=98 -name=Mummy -model1=model_20904 -model2=model_20905 -unknown119=3 - -// 1960 -[npc_1960] -bas=bas_785 -vislevel=96 -name=Mummy ashes -model1=model_20904 -unknown119=3 - -// 1961 -[npc_1961] -bas=bas_244 -op2=Attack -vislevel=103 -name=Mummy -model1=model_20927 -model2=model_20941 -model3=model_20909 -model4=model_20920 -model5=model_20922 -model6=model_20931 -model7=model_20917 -model8=model_20936 -unknown119=3 - -// 1962 -[npc_1962] -bas=bas_244 -op2=Attack -vislevel=103 -name=Mummy -model1=model_20928 -model2=model_20942 -model3=model_20911 -model4=model_20921 -model5=model_20922 -model6=model_20930 -model7=model_20918 -model8=model_20936 -unknown119=3 - -// 1963 -[npc_1963] -bas=bas_244 -op2=Attack -vislevel=103 -name=Mummy -model1=model_20883 -model2=model_20896 -model3=model_20865 -model4=model_20878 -model5=model_20880 -model6=model_20887 -model7=model_20875 -model8=model_20893 -unknown119=3 - -// 1964 -[npc_1964] -bas=bas_244 -op2=Attack -vislevel=103 -name=Mummy -model1=model_20884 -model2=model_20899 -model3=model_20871 -model4=model_20879 -model5=model_20880 -model6=model_20889 -model7=model_20877 -model8=model_20894 -unknown119=3 - -// 1965 -[npc_1965] -bas=bas_244 -op2=Attack -ambient=60 -contrast=60 -vislevel=103 -name=Mummy -model1=model_20904 -model2=model_20905 -unknown119=3 - -// 1966 -[npc_1966] -bas=bas_244 -op2=Attack -ambient=60 -contrast=60 -vislevel=103 -name=Mummy -model1=model_20904 -model2=model_20905 -unknown119=3 - -// 1967 -[npc_1967] -bas=bas_244 -op2=Attack -ambient=60 -contrast=60 -vislevel=103 -name=Mummy -model1=model_20903 -model2=model_20902 -unknown119=3 - -// 1968 -[npc_1968] -bas=bas_244 -op2=Attack -ambient=60 -contrast=60 -vislevel=103 -recol1s=17966 -recol1d=13638 -recol2s=27447 -recol2d=22059 -recol3s=32760 -recol3d=21994 -recol4s=0 -recol4d=7296 -recol5s=32631 -recol5d=32495 -name=Mummy -model1=model_20903 -model2=model_20902 -unknown119=3 - -// 1969 -[npc_1969] -bas=bas_135 -op2=Attack -vislevel=92 -name=Scarabs -model1=model_6276 -unknown119=3 - -// 1970 -[npc_1970] -bas=bas_784 -vislevel=0 -size=2 -multivar=varplayerbit_358 -multinpc=13,npc_1971 -multinpc=14,npc_1971 -unknown119=3 - -// 1971 -[npc_1971] -bas=bas_784 -vislevel=0 -size=2 -op1=Talk-to -name=Azzanadra -model1=model_6236 -model2=model_6237 -model3=model_6238 -head1=model_6363 -unknown119=3 - -// 1972 -[npc_1972] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=25098 -recol1d=11488 -recol2s=2340 -recol2d=7398 -recol3s=6273 -recol3d=17966 -recol4s=14724 -recol4d=12518 -recol5s=16704 -recol5d=4224 -recol6s=7298 -recol6d=4224 -retex1s=material_257 -retex1d=material_253 -retex2s=material_228 -retex2d=material_426 -name=Rasolo -model1=model_230 -model2=model_250 -model3=model_186 -model4=model_5222 -model5=model_162 -model6=model_179 -model7=model_267 -model8=model_730 -head1=model_39799 -head2=model_38642 -head3=model_39406 -unknown119=3 - -// 1973 -[npc_1973] -bas=bas_72 -size=1 -resizeh=108 -resizev=108 -op2=Attack -vislevel=80 -name=Giant skeleton -model1=model_21165 -unknown119=3 - -// 1974 -[npc_1974] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=103 -recol1s=25098 -recol1d=15652 -recol2s=16846 -recol2d=4228 -recol3s=11561 -recol3d=3171 -recol4s=15789 -recol4d=3171 -name=Damis -model1=model_219 -model2=model_268 -model3=model_248 -model4=model_164 -model5=model_176 -model6=model_181 -model7=model_306 -model8=model_546 -head1=model_38589 -head2=model_39275 -unknown119=2 - -// 1975 -[npc_1975] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=174 -recol1s=25098 -recol1d=15652 -recol2s=16846 -recol2d=4228 -recol3s=11561 -recol3d=3171 -recol4s=15789 -recol4d=3171 -name=Damis -model1=model_215 -model2=model_254 -model3=model_248 -model4=model_173 -model5=model_176 -model6=model_181 -model7=model_315 -model8=model_546 -head1=model_39836 -head2=model_39275 -unknown119=2 - -// 1976 -[npc_1976] -bas=bas_98 -size=1 -op2=Attack -vislevel=63 -recol1s=9479 -recol1d=6309 -recol2s=8422 -recol2d=5252 -recol3s=7365 -recol3d=4195 -recol4s=6308 -recol4d=3138 -name=Shadow Hound -model1=model_26263 -unknown119=3 - -// 1977 -[npc_1977] -bas=bas_4 -size=1 -op2=Attack -vislevel=167 -name=Fareed -model1=model_6223 -model2=model_6226 -model3=model_6219 -model4=model_6365 -model5=model_6366 -unknown119=3 - -// 1978 -[npc_1978] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=11524 -recol4s=6273 -recol4d=11524 -recol5s=2340 -recol5d=78 -recol6s=15856 -recol6d=11524 -name=Slave -model1=model_6468 -model2=model_248 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_266 -model7=model_33033 -head1=model_39831 -head2=model_39275 -head3=model_39719 -unknown119=3 - -// 1979 -[npc_1979] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=11524 -recol4s=6273 -recol4d=0 -recol5s=2340 -recol5d=78 -recol6s=15856 -recol6d=11524 -name=Slave -model1=model_210 -model2=model_251 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_266 -model7=model_33033 -head1=model_39176 -head2=model_39620 -unknown119=3 - -// 1980 -[npc_1980] -bas=bas_4 -size=1 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=2149 -recol4s=6273 -recol4d=26395 -recol5s=2340 -recol5d=78 -recol6s=15856 -recol6d=11524 -retex1s=material_228 -retex1d=material_426 -name=Embalmer -model1=model_6130 -model2=model_251 -model3=model_280 -model4=model_6134 -model5=model_32593 -model6=model_10218 -model7=model_6135 -model8=model_266 -model9=model_185 -head1=model_39771 -head2=model_39930 -head3=model_38096 -unknown119=3 - -// 1981 -[npc_1981] -bas=bas_4 -size=1 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=2149 -recol4s=32735 -recol4d=11558 -recol5s=2340 -recol5d=78 -recol6s=14724 -recol6d=26274 -name=Carpenter -model1=model_230 -model2=model_250 -model3=model_40200 -model4=model_151 -model5=model_176 -model6=model_491 -model7=model_266 -model8=model_185 -head1=model_38642 -head2=model_39930 -unknown119=3 - -// 1982 -[npc_1982] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=2149 -recol4s=32735 -recol4d=11558 -recol5s=2340 -recol5d=11558 -recol6s=14724 -recol6d=26274 -name=Raetul -model1=model_201 -model2=model_6130 -model3=model_247 -model4=model_6134 -model5=model_326 -model6=model_151 -model7=model_176 -model8=model_4047 -model9=model_265 -model10=model_185 -head1=model_39771 -head2=model_39930 -head3=model_39256 -unknown119=3 - -// 1983 -[npc_1983] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=2149 -recol4s=32735 -recol4d=11558 -recol5s=2340 -recol5d=11558 -recol6s=14724 -recol6d=26274 -retex1s=material_268 -retex1d=material_253 -retex2s=material_272 -retex2d=material_252 -name=Siamun -model1=model_201 -model2=model_214 -model3=model_253 -model4=model_292 -model5=model_326 -model6=model_163 -model7=model_176 -model8=model_4047 -model9=model_265 -model10=model_185 -head1=model_39227 -head2=model_39645 -head3=model_39549 -unknown119=3 - -// 1984 -[npc_1984] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_418 -multinpc=19,npc_1986 -multinpc=20,npc_1986 -multinpc=21,npc_1986 -multinpc=22,npc_1986 -multinpc=23,npc_1986 -multinpc=24,npc_1986 -unknown119=3 - -// 1985 -[npc_1985] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_408 -multinpc=0,npc_1986 -unknown119=3 - -// 1986 -[npc_1986] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recolhsl1s=49054 -recolhsl1d=1834 -recolhsl2s=9133 -recolhsl2d=1834 -recolhsl3s=4550 -recolhsl3d=4268 -name=High Priest -model1=model_6466 -model2=model_250 -model3=model_6134 -model4=model_323 -model5=model_40165 -model6=model_6135 -model7=model_6132 -model8=model_185 -head1=model_39283 -head2=model_39771 -head3=model_39596 -unknown119=3 - -// 1987 -[npc_1987] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_418 -multinpc=19,npc_1988 -multinpc=20,npc_1988 -multinpc=21,npc_1988 -multinpc=22,npc_1988 -multinpc=23,npc_1988 -multinpc=24,npc_1988 -multinpc=25,npc_1988 -unknown119=3 - -// 1988 -[npc_1988] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=11561 -recol1d=22027 -recol2s=7183 -recol2d=15392 -recol3s=8386 -recol3d=15392 -recol4s=2340 -recol4d=28386 -recol5s=25098 -recol5d=11524 -recol6s=22027 -recol6d=11524 -name=Priest -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_40165 -model5=model_6135 -model6=model_6133 -model7=model_185 -head1=model_39771 -head2=model_39930 -head3=model_39275 -unknown119=3 - -// 1989 -[npc_1989] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=11561 -recol1d=22027 -recol2s=7183 -recol2d=15392 -recol3s=8386 -recol3d=15392 -recol4s=2340 -recol4d=28386 -recol5s=25098 -recol5d=11524 -recol6s=22027 -recol6d=11524 -name=Priest -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_40165 -model5=model_6135 -model6=model_6133 -model7=model_185 -head1=model_39771 -head2=model_39930 -head3=model_39275 -unknown119=3 - -// 1990 -[npc_1990] -bas=bas_275 -op1=Talk-to -resizev=240 -resizeh=240 -size=2 -vislevel=0 -alwaysontop=yes -recol1s=10505 -recol1d=24196 -recol2s=25236 -recol2d=22082 -recol3s=25098 -recol3d=25384 -recol4s=24041 -recol4d=21222 -recol5s=7183 -recol5d=22084 -recol6s=6273 -recol6d=25098 -name=Sphinx -model1=model_6456 -model2=model_6457 -head1=model_39591 -head2=model_39223 -unknown119=3 - -// 1991 -[npc_1991] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=91 -recol1s=11561 -recol1d=22027 -recol2s=7183 -recol2d=15392 -recol3s=8386 -recol3d=15392 -recol4s=2340 -recol4d=28386 -recol5s=25098 -recol5d=11524 -recol6s=22027 -recol6d=11524 -name=Possessed Priest -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_40165 -model5=model_6135 -model6=model_6133 -model7=model_185 -head1=model_39771 -head2=model_39930 -head3=model_39275 -head4=model_39294 -unknown119=2 - -// 1992 -[npc_1992] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Talk-to -alwaysontop=yes -name=Neite -model1=model_34013 -head1=model_34049 -unknown119=3 - -// 1993 -[npc_1993] -bas=bas_247 -size=2 -op2=Attack -vislevel=63 -name=Crocodile -model1=model_31023 -unknown119=3 - -// 1994 -[npc_1994] -bas=bas_98 -size=1 -op2=Attack -vislevel=21 -name=Jackal -model1=model_26260 -unknown119=3 - -// 1995 -[npc_1995] -bas=bas_773 -size=1 -op2=Attack -vislevel=18 -name=Locust -model1=model_6455 -unknown119=3 - -// 1996 -[npc_1996] -size=2 -op2=Attack -vislevel=31 -name=Vulture -model1=model_30853 -unknown119=3 - -// 1997 -[npc_1997] -bas=bas_274 -size=1 -op2=Attack -vislevel=11 -recol1s=11747 -recol1d=21160 -recol2s=12835 -recol2d=21160 -name=Plague frog -model1=model_3447 -unknown119=3 - -// 1998 -[npc_1998] -bas=bas_66 -size=2 -vislevel=0 -op1=Pet -recol1s=6307 -recol1d=14759 -recol2s=5250 -recol2d=13702 -recol3s=4193 -recol3d=12645 -recol4s=3136 -recol4d=11588 -recol5s=18992 -recol5d=15816 -recol6s=21106 -recol6d=17928 -name=Plague cow -model1=model_23889 -unknown119=3 - -// 1999 -[npc_1999] -bas=bas_66 -size=2 -vislevel=0 -op1=Pet -recol1s=8389 -recol1d=14761 -recol2s=7332 -recol2d=13704 -recol3s=6275 -recol3d=12647 -recol4s=5218 -recol4d=11590 -recol5s=18992 -recol5d=15818 -recol6s=21106 -recol6d=16875 -name=Plague cow -model1=model_23895 -unknown119=3 - -// 2000 -[npc_2000] -bas=bas_66 -size=2 -vislevel=0 -op1=Pet -recol1s=6307 -recol1d=14793 -recol2s=5250 -recol2d=13736 -recol3s=4193 -recol3d=13734 -recol4s=3136 -recol4d=11622 -recol5s=18992 -recol5d=15850 -recol6s=21106 -recol6d=16907 -name=Plague cow -model1=model_23889 -unknown119=3 - -// 2001 -[npc_2001] -bas=bas_135 -op2=Attack -vislevel=98 -name=Scarab swarm -model1=model_6276 -unknown119=2 - -// 2002 -[npc_2002] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_415 -multinpc=0,npc_2006 -unknown119=3 - -// 2003 -[npc_2003] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_415 -multinpc=2,npc_2006 -unknown119=3 - -// 2004 -[npc_2004] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_415 -multinpc=3,npc_2006 -unknown119=3 - -// 2005 -[npc_2005] -bas=bas_166 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=11524 -recol4s=6273 -recol4d=16608 -recol5s=2340 -recol5d=11524 -name=Wanderer -model1=model_390 -model2=model_449 -model3=model_471 -model4=model_479 -model5=model_348 -model6=model_353 -model7=model_3711 -model8=model_428 -model9=model_361 -head1=model_39066 -modeloffset6=3,-11,6 -unknown119=3 - -// 2006 -[npc_2006] -bas=bas_166 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=11524 -recol4s=6273 -recol4d=16608 -recol5s=2340 -recol5d=11524 -name=Wanderer -model1=model_390 -model2=model_449 -model3=model_471 -model4=model_479 -model5=model_348 -model6=model_353 -model7=model_3711 -model8=model_428 -model9=model_40417 -head1=model_38969 -unknown119=3 - -// 2007 -[npc_2007] -bas=bas_29 -size=1 -resizeh=140 -resizev=140 -op2=Attack -alwaysontop=yes -vislevel=81 -recol1s=16846 -recol1d=26274 -recol2s=15856 -recol2d=26274 -recol3s=7298 -recol3d=25098 -recol4s=2340 -recol4d=78 -recol5s=16704 -recol5d=26274 -recol6s=25098 -recol6d=11524 -name=Het -model1=model_6130 -model2=model_249 -model3=model_281 -model4=model_315 -model5=model_173 -model6=model_176 -model7=model_6135 -model8=model_266 -model9=model_33033 -unknown119=2 - -// 2008 -[npc_2008] -bas=bas_29 -size=1 -resizeh=140 -resizev=140 -op2=Attack -vislevel=75 -alwaysontop=yes -recol1s=25098 -recol1d=12613 -recol2s=16846 -recol2d=26274 -recol3s=15856 -recol3d=12613 -recol4s=7298 -recol4d=12613 -recol5s=2340 -recol5d=78 -name=Apmeken -model1=model_6464 -model2=model_281 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_6135 -model7=model_266 -model8=model_33033 -unknown119=2 - -// 2009 -[npc_2009] -bas=bas_29 -resizeh=140 -resizev=140 -op2=Attack -vislevel=75 -alwaysontop=yes -recol1s=25098 -recol1d=4229 -recol2s=15856 -recol2d=4229 -recol3s=7298 -recol3d=4229 -recol4s=16846 -recol4d=24132 -recol5s=16704 -recol5d=24132 -recol6s=2340 -recol6d=2192 -name=Scabaras -model1=model_6470 -model2=model_167 -model3=model_10218 -model4=model_6135 -model5=model_266 -model6=model_33033 -unknown119=2 - -// 2010 -[npc_2010] -bas=bas_29 -size=1 -resizeh=140 -resizev=140 -op2=Attack -vislevel=75 -alwaysontop=yes -recol1s=25098 -recol1d=10600 -recol2s=16846 -recol2d=26274 -recol3s=15856 -recol3d=10600 -recol4s=7298 -recol4d=10600 -recol5s=2340 -recol5d=78 -recol6s=16704 -recol6d=26274 -name=Crondis -model1=model_6465 -model2=model_281 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_6135 -model7=model_266 -model8=model_33033 -unknown119=2 - -// 2011 -[npc_2011] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_418 -multinpc=24,npc_2012 -unknown119=3 - -// 2012 -[npc_2012] -bas=bas_29 -resizeh=140 -resizev=140 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=25098 -recol1d=4229 -recol2s=16846 -recol2d=26274 -recol3s=15856 -recol3d=4229 -recol4s=7298 -recol4d=4229 -recol5s=2340 -recol5d=78 -recol6s=16704 -recol6d=26274 -name=Icthlarin -model1=model_6467 -model2=model_281 -model3=model_315 -model4=model_33034 -model5=model_6135 -model6=model_266 -model7=model_33033 -model8=model_10218 -head1=model_6463 -unknown119=3 - -// 2013 -[npc_2013] -bas=bas_73 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_449 -multinpc=1,npc_2014 -unknown119=3 - -// 2014 -[npc_2014] -bas=bas_73 -op1=Talk-to -size=1 -ambient=20 -contrast=20 -vislevel=0 -name=Klenter -model1=model_21154 -head1=model_21394 -unknown119=3 - -// 2015 -[npc_2015] -bas=bas_774 -op2=Attack -vislevel=84 -name=Mummy -model1=model_20925 -model2=model_20944 -model3=model_20915 -model4=model_20920 -model5=model_20923 -model6=model_20933 -model7=model_20917 -model8=model_20937 -unknown119=3 - -// 2016 -[npc_2016] -bas=bas_774 -op2=Attack -vislevel=84 -name=Mummy -model1=model_20925 -model2=model_20945 -model3=model_20916 -model4=model_20921 -model5=model_20924 -model6=model_20934 -model7=model_20919 -model8=model_20937 -unknown119=3 - -// 2017 -[npc_2017] -bas=bas_774 -op2=Attack -vislevel=84 -name=Mummy -model1=model_20886 -model2=model_20900 -model3=model_20873 -model4=model_20878 -model5=model_20881 -model6=model_20891 -model7=model_20875 -model8=model_20895 -unknown119=3 - -// 2018 -[npc_2018] -bas=bas_774 -op2=Attack -vislevel=84 -name=Mummy -model1=model_20886 -model2=model_20901 -model3=model_20874 -model4=model_20878 -model5=model_20882 -model6=model_20888 -model7=model_20875 -model8=model_20895 -unknown119=3 - -// 2019 -[npc_2019] -bas=bas_774 -op2=Attack -vislevel=84 -name=Mummy -model1=model_20925 -model2=model_20945 -model3=model_20915 -model4=model_20921 -model5=model_20924 -model6=model_20933 -model7=model_20917 -model8=model_20936 -unknown119=3 - -// 2020 -[npc_2020] -turnspeed=0 -vislevel=1 -multivar=varplayerbit_396 -multinpc=0,npc_1577 -multinpc=1,npc_1576 -unknown119=1 - -// 2021 -[npc_2021] -bas=bas_136 -vislevel=0 -bgsound=synth_5611,synth_5611,synth_5611,synth_5611,8 -name=Light creature -model1=model_6541 -unknown119=3 - -// 2022 -[npc_2022] -bas=bas_136 -size=3 -resizeh=220 -resizev=220 -vislevel=0 -bgsound=synth_5611,synth_5611,synth_5611,synth_5611,8 -name=Light creature -model1=model_6541 -unknown119=3 - -// 2023 -[npc_2023] -vislevel=0 -name=Juna -model1=model_6511 -head1=model_6567 -unknown119=3 - -// 2024 -[npc_2024] -bas=bas_375 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=22261 -recol2s=32696 -recol2d=8452 -recol3s=25098 -recol3d=23148 -recol4s=14724 -recol4d=9538 -recol5s=2340 -recol5d=6368 -recol6s=15856 -recol6d=22091 -retex1s=material_257 -retex1d=material_313 -retex2s=material_228 -retex2d=material_426 -name=Strange Old Man -model1=model_5430 -model2=model_250 -model3=model_310 -model4=model_317 -model5=model_163 -model6=model_176 -model7=model_5442 -model8=model_275 -model9=model_185 -head1=model_38094 -head2=model_38642 -unknown119=2 - -// 2025 -[npc_2025] -bas=bas_29 -op2=Attack -ambient=50 -contrast=50 -alwaysontop=yes -vislevel=98 -name=Ahrim the Blighted -model1=model_6668 -unknown119=2 - -// 2026 -[npc_2026] -bas=bas_102 -op2=Attack -ambient=50 -contrast=50 -alwaysontop=yes -vislevel=115 -name=Dharok the Wretched -model1=model_6652 -model2=model_6671 -model3=model_6640 -model4=model_6661 -model5=model_6703 -model6=model_6679 -unknown119=2 - -// 2027 -[npc_2027] -bas=bas_29 -op2=Attack -ambient=50 -contrast=50 -alwaysontop=yes -vislevel=115 -name=Guthan the Infested -model1=model_6654 -model2=model_6673 -model3=model_6642 -model4=model_6666 -model5=model_6679 -model6=model_6710 -unknown119=2 - -// 2028 -[npc_2028] -bas=bas_4 -op2=Attack -ambient=50 -contrast=50 -alwaysontop=yes -vislevel=98 -name=Karil the Tainted -model1=model_6675 -unknown119=2 - -// 2029 -[npc_2029] -bas=bas_4 -op2=Attack -ambient=50 -contrast=50 -alwaysontop=yes -vislevel=115 -name=Torag the Corrupted -model1=model_6657 -model2=model_6677 -model3=model_6645 -model4=model_6663 -model5=model_6708 -model6=model_6679 -unknown119=2 - -// 2030 -[npc_2030] -bas=bas_371 -op2=Attack -ambient=50 -contrast=50 -alwaysontop=yes -vislevel=115 -name=Verac the Defiled -model1=model_6678 -model2=model_6705 -unknown119=2 - -// 2031 -[npc_2031] -bas=bas_374 -op2=Attack -vislevel=52 -recol1s=30248 -recol1d=18979 -recol2s=28006 -recol2d=17792 -recol3s=26948 -recol3d=15648 -recol4s=20642 -recol4d=10368 -recol5s=6208 -recol5d=64 -name=Bloodworm -model1=model_6632 -unknown119=3 - -// 2032 -[npc_2032] -bas=bas_132 -op2=Attack -minimap=no -vislevel=43 -recol1s=16846 -recol1d=10666 -recol2s=26158 -recol2d=16941 -name=Crypt rat -model1=model_2927 -unknown119=3 - -// 2033 -[npc_2033] -bas=bas_133 -size=2 -op2=Attack -vislevel=76 -recol1s=15852 -recol1d=9579 -recol2s=14795 -recol2d=11691 -recol3s=12683 -recol3d=9577 -recol4s=11626 -recol4d=10634 -recol5s=10569 -recol5d=8520 -recol6s=9512 -recol6d=8520 -name=Giant crypt rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 2034 -[npc_2034] -bas=bas_99 -op2=Attack -vislevel=56 -recol1s=9510 -recol1d=9541 -recol2s=8453 -recol2d=10598 -recol3s=7396 -recol3d=12710 -recol4s=6339 -recol4d=12712 -name=Crypt spider -model1=model_24613 -unknown119=3 - -// 2035 -[npc_2035] -bas=bas_17 -op2=Attack -vislevel=79 -recol1s=31808 -recol1d=5384 -recol2s=2014 -recol2d=3302 -recol3s=1666 -recol3d=3272 -recol4s=32736 -recol4d=3235 -recol5s=31773 -recol5d=9609 -recol6s=14392 -recol6d=4360 -name=Giant crypt spider -model1=model_20315 -model2=model_20316 -unknown119=3 - -// 2036 -[npc_2036] -bas=bas_70 -op2=Attack -vislevel=77 -recol1s=19023 -recol1d=16907 -recol2s=17966 -recol2d=15850 -recol3s=16909 -recol3d=14793 -recol4s=15852 -recol4d=14793 -recol5s=14795 -recol5d=13736 -recol6s=12683 -recol6d=11624 -name=Skeleton -model1=model_21174 -model2=model_21178 -model3=model_21160 -model4=model_21158 -model5=model_21181 -model6=model_21201 -model7=model_21188 -model8=model_21164 -unknown119=3 - -// 2037 -[npc_2037] -bas=bas_70 -op2=Attack -vislevel=77 -recol1s=19023 -recol1d=16907 -recol2s=17966 -recol2d=15850 -recol3s=16909 -recol3d=14793 -recol4s=15852 -recol4d=14793 -recol5s=14795 -recol5d=13736 -recol6s=12683 -recol6d=11624 -name=Skeleton -model1=model_21173 -model2=model_21179 -model3=model_21160 -model4=model_21156 -model5=model_21182 -model6=model_21200 -model7=model_21186 -model8=model_21164 -unknown119=3 - -// 2038 -[npc_2038] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -name=Grish -model1=model_6759 -model2=model_6769 -head1=model_6754 -unknown119=3 - -// 2039 -[npc_2039] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -op3=Trade -name=Uglug Nar -model1=model_6760 -model2=model_6769 -head1=model_141 -unknown119=3 - -// 2040 -[npc_2040] -bas=bas_1047 -vislevel=0 -size=2 -op1=Talk-to -turnspeed=0 -name=Pilg -model1=model_6768 -head1=model_141 -unknown119=1 - -// 2041 -[npc_2041] -bas=bas_1048 -vislevel=0 -size=2 -op1=Talk-to -turnspeed=0 -name=Grug -model1=model_6768 -head1=model_141 -unknown119=1 - -// 2042 -[npc_2042] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -name=Ogre guard -model1=model_2880 -model2=model_2874 -head1=model_141 -unknown119=3 - -// 2043 -[npc_2043] -bas=bas_60 -size=2 -size=2 -op1=Talk-to -vislevel=76 -name=Ogre guard -model1=model_2880 -model2=model_2876 -head1=model_141 -unknown119=3 - -// 2044 -[npc_2044] -bas=bas_1043 -size=2 -resizeh=135 -resizev=135 -op2=Attack -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6763 -model2=model_6774 -unknown119=3 - -// 2045 -[npc_2045] -bas=bas_1043 -resizeh=120 -resizev=120 -op2=Attack -size=2 -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6762 -model2=model_6771 -unknown119=3 - -// 2046 -[npc_2046] -bas=bas_1043 -resizeh=130 -resizev=130 -op2=Attack -size=2 -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6767 -model2=model_6772 -unknown119=3 - -// 2047 -[npc_2047] -bas=bas_1043 -resizeh=120 -resizev=120 -op2=Attack -size=2 -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6762 -model2=model_6771 -unknown119=3 - -// 2048 -[npc_2048] -bas=bas_1043 -resizeh=125 -resizev=125 -op2=Attack -size=2 -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6767 -model2=model_6773 -unknown119=3 - -// 2049 -[npc_2049] -bas=bas_1043 -resizeh=120 -resizev=120 -op2=Attack -size=2 -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6766 -model2=model_6771 -unknown119=3 - -// 2050 -[npc_2050] -bas=bas_1045 -resizeh=120 -resizev=120 -op2=Attack -size=2 -vislevel=44 -name=Skogre -model1=model_6770 -unknown119=3 - -// 2051 -[npc_2051] -bas=bas_1044 -resizeh=130 -resizev=130 -op2=Attack -size=2 -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6767 -model2=model_6772 -unknown119=3 - -// 2052 -[npc_2052] -bas=bas_1044 -size=2 -resizeh=120 -resizev=120 -op2=Attack -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6766 -model2=model_6771 -unknown119=3 - -// 2053 -[npc_2053] -bas=bas_1044 -resizeh=120 -resizev=120 -op2=Attack -size=2 -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6762 -model2=model_6771 -unknown119=3 - -// 2054 -[npc_2054] -bas=bas_1044 -resizeh=125 -resizev=125 -op2=Attack -size=2 -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6767 -model2=model_6773 -unknown119=3 - -// 2055 -[npc_2055] -bas=bas_1046 -resizeh=120 -size=2 -op2=Attack -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Zogre -model1=model_6761 -model2=model_6771 -model3=model_6765 -unknown119=3 - -// 2056 -[npc_2056] -bas=bas_1046 -resizeh=120 -op2=Attack -size=2 -vislevel=44 -recol1s=25264 -recol1d=22192 -recol2s=7362 -recol2d=7426 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=21133 -name=Skogre -model1=model_6761 -model2=model_6770 -model3=model_6765 -unknown119=3 - -// 2057 -[npc_2057] -bas=bas_60 -resizeh=130 -resizev=130 -op2=Attack -size=2 -vislevel=44 -name=Skogre -model1=model_6770 -unknown119=3 - -// 2058 -[npc_2058] -bas=bas_655 -minimap=no -vislevel=0 -turnspeed=0 -name=Hole in the wall -model1=model_34601 -unknown119=1 - -// 2059 -[npc_2059] -bas=bas_119 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=18074 -recol2s=7328 -recol2d=32735 -recol3s=2340 -recol3d=31742 -recol4s=239 -recol4d=18074 -recol5s=8386 -recol5d=32767 -recol6s=15392 -recol6d=22230 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Zavistic Rarve -model1=model_202 -model2=model_214 -model3=model_251 -model4=model_290 -model5=model_292 -model6=model_323 -model7=model_162 -model8=model_176 -model9=model_534 -model10=model_256 -head1=model_39582 -head2=model_38096 -head3=model_39400 -unknown119=3 - -// 2060 -[npc_2060] -bas=bas_60 -resizeh=256 -resizev=240 -size=3 -op2=Attack -vislevel=111 -recol1s=25264 -recol1d=16906 -recol2s=7362 -recol2d=7398 -recol3s=28341 -recol3d=31750 -recol4s=24207 -recol4d=13737 -recol5s=32634 -recol5d=28344 -name=Slash Bash -model1=model_6764 -model2=model_6771 -unknown119=2 - -// 2061 -[npc_2061] -vislevel=1 -recol1s=2340 -recol1d=7298 -recol2s=25098 -recol2d=29328 -recol3s=32736 -recol3d=2081 -recol4s=239 -recol4d=7434 -recol5s=8456 -recol5d=15720 -name=Sithik Ints -model1=model_6809 -head1=model_39836 -head2=model_38642 -head3=model_39483 -unknown119=3 - -// 2062 -[npc_2062] -vislevel=1 -recol1s=2340 -recol1d=7298 -recol2s=25098 -recol2d=29328 -recol3s=32736 -recol3d=2081 -recol4s=239 -recol4d=7434 -recol5s=8456 -recol5d=15720 -name=Sithik Ints -model1=model_6810 -head1=model_6753 -unknown119=3 - -// 2063 -[npc_2063] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -recol1s=7362 -recol1d=8515 -name=Gargh -model1=model_2878 -model2=model_3442 -head1=model_141 -unknown119=3 - -// 2064 -[npc_2064] -bas=bas_60 -vislevel=0 -size=2 -resizeh=125 -resizev=123 -op1=Talk-to -recol1s=7362 -recol1d=16708 -name=Scarg -model1=model_3442 -model2=model_2878 -head1=model_141 -unknown119=3 - -// 2065 -[npc_2065] -bas=bas_60 -vislevel=0 -size=2 -resizeh=129 -resizev=133 -op1=Talk-to -recol1s=7362 -recol1d=11589 -name=Gruh -model1=model_3442 -model2=model_2878 -head1=model_141 -unknown119=3 - -// 2066 -[npc_2066] -bas=bas_4 -vislevel=0 -resizeh=111 -resizev=103 -op1=Talk-to -recol1s=2340 -recol1d=23780 -recol2s=14724 -recol2d=21536 -recol3s=239 -recol3d=17477 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Irwin Feaselbaum -model1=model_202 -model2=model_215 -model3=model_292 -model4=model_328 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_181 -model9=model_246 -head1=model_39836 -head2=model_39223 -head3=model_39400 -unknown119=3 - -// 2067 -[npc_2067] -bas=bas_265 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_6568 -unknown119=5 - -// 2068 -[npc_2068] -bas=bas_265 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_6568 -unknown119=5 - -// 2069 -[npc_2069] -bas=bas_782 -op1=Talk-to -op2=Attack -vislevel=11 -name=Cave goblin miner -model1=model_23665 -model2=model_23703 -model3=model_23632 -model4=model_23681 -head1=model_23246 -head2=model_23231 -unknown119=3 - -// 2070 -[npc_2070] -bas=bas_782 -op1=Talk-to -op2=Attack -vislevel=11 -name=Cave goblin miner -model1=model_23666 -model2=model_23703 -model3=model_23632 -model4=model_23681 -head1=model_23246 -head2=model_23231 -unknown119=3 - -// 2071 -[npc_2071] -bas=bas_782 -op1=Talk-to -op2=Attack -vislevel=11 -name=Cave goblin miner -model1=model_23649 -model2=model_23703 -model3=model_23632 -model4=model_23681 -head1=model_23246 -head2=model_23231 -unknown119=3 - -// 2072 -[npc_2072] -bas=bas_782 -op1=Talk-to -op2=Attack -vislevel=11 -recol1s=11589 -recol1d=8486 -recol2s=9476 -recol2d=7429 -recol3s=8419 -recol3d=6372 -recol4s=11520 -recol4d=4290 -recol5s=7361 -recol5d=3234 -name=Cave goblin miner -model1=model_23667 -model2=model_23703 -model3=model_23632 -model4=model_23681 -head1=model_23246 -head2=model_23231 -unknown119=3 - -// 2073 -[npc_2073] -bas=bas_782 -op1=Talk-to -op2=Attack -vislevel=26 -name=Cave goblin guard -model1=model_23658 -model2=model_23700 -model3=model_23634 -model4=model_23680 -head1=model_23228 -head2=model_23246 -unknown119=3 - -// 2074 -[npc_2074] -bas=bas_782 -op1=Talk-to -op2=Attack -vislevel=24 -recol1s=7432 -recol1d=10603 -name=Cave goblin guard -model1=model_23658 -model2=model_23700 -model3=model_23634 -model4=model_23676 -head1=model_23228 -head2=model_23246 -unknown119=3 - -// 2075 -[npc_2075] -bas=bas_783 -op1=Talk-to -op2=Attack -vislevel=11 -name=Cave goblin miner -model1=model_23665 -model2=model_23703 -model3=model_23632 -model4=model_23681 -head1=model_23246 -head2=model_23231 -unknown119=1 - -// 2076 -[npc_2076] -bas=bas_783 -op1=Talk-to -op2=Attack -vislevel=11 -name=Cave goblin miner -model1=model_23666 -model2=model_23703 -model3=model_23632 -model4=model_23681 -head1=model_6957 -unknown119=1 - -// 2077 -[npc_2077] -bas=bas_783 -op1=Talk-to -op2=Attack -vislevel=11 -name=Cave goblin miner -model1=model_23649 -model2=model_23703 -model3=model_23632 -model4=model_23681 -head1=model_23246 -head2=model_23231 -unknown119=1 - -// 2078 -[npc_2078] -bas=bas_783 -op1=Talk-to -op2=Attack -vislevel=11 -recol1s=11589 -recol1d=8486 -recol2s=9476 -recol2d=7429 -recol3s=8419 -recol3d=6372 -recol4s=11520 -recol4d=4290 -recol5s=7361 -recol5d=3234 -name=Cave goblin miner -model1=model_23667 -model2=model_23703 -model3=model_23632 -model4=model_23681 -head1=model_23246 -head2=model_23231 -unknown119=1 - -// 2079 -[npc_2079] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_532 -multinpc=0,npc_2082 -multinpc=1,npc_2082 -multinpc=2,npc_2082 -multinpc=3,npc_2082 -multinpc=4,npc_2082 -multinpc=5,npc_2082 -multinpc=6,npc_2082 -multinpc=7,npc_2082 -multinpc=8,npc_2082 -multinpc=9,npc_2082 -unknown119=3 - -// 2080 -[npc_2080] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_540 -multinpc=1,npc_2082 -unknown119=3 - -// 2081 -[npc_2081] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_532 -multinpc=10,npc_2083 -multinpc=11,npc_2083 -unknown119=3 - -// 2082 -[npc_2082] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pickpocket -recol1s=2340 -recol1d=7569 -recol2s=14724 -recol2d=7569 -recol3s=7328 -recol3d=16025 -recol4s=15392 -recol4d=23391 -recol5s=8386 -recol5d=23391 -recol6s=32736 -recol6d=23391 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Sigmund -model1=model_6848 -model2=model_292 -model3=model_162 -model4=model_265 -model5=model_181 -model6=model_176 -model7=model_323 -model8=model_283 -model9=model_5215 -head1=model_39744 -head2=model_39218 -unknown119=3 - -// 2083 -[npc_2083] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=10434 -recol5s=7328 -recol5d=17416 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_24536 -model2=model_176 -model3=model_5215 -model4=model_181 -model5=model_24537 -model6=model_296 -model7=model_5434 -model8=model_5430 -model9=model_5433 -model10=model_317 -model11=model_283 -head1=model_38093 -head2=model_39218 -unknown119=3 - -// 2084 -[npc_2084] -bas=bas_214 -op1=Talk-to -op3=Follow -vislevel=0 -alwaysontop=yes -name=Mistag -model1=model_23668 -model2=model_23704 -head1=model_23246 -head2=model_23232 -head3=model_23230 -unknown119=3 - -// 2085 -[npc_2085] -bas=bas_782 -vislevel=1 -multivar=varplayerbit_532 -multinpc=9,npc_2086 -multinpc=10,npc_2086 -multinpc=11,npc_2086 -unknown119=3 - -// 2086 -[npc_2086] -bas=bas_782 -vislevel=0 -op1=Talk-to -op3=Follow -name=Kazgar -model1=model_23658 -model2=model_23700 -model3=model_23634 -model4=model_23676 -head1=model_23228 -head2=model_23246 -unknown119=3 - -// 2087 -[npc_2087] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=10468 -recol1d=8291 -recol2s=9411 -recol2d=9348 -recol3s=8354 -recol3d=10405 -name=Ur-tag -model1=model_23674 -model2=model_23710 -model3=model_23630 -head1=model_23235 -head2=model_23246 -head3=model_23227 -unknown119=1 - -// 2088 -[npc_2088] -bas=bas_117 -vislevel=0 -size=1 -retex1s=material_263 -retex1d=material_527 -name=Duke Horacio -model1=model_40357 -head1=model_39624 -unknown119=1 - -// 2089 -[npc_2089] -bas=bas_214 -vislevel=0 -name=Mistag -model1=model_23668 -model2=model_23704 -head1=model_23246 -head2=model_23232 -head3=model_23230 -unknown119=1 - -// 2090 -[npc_2090] -bas=bas_4 -vislevel=0 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=10434 -recol5s=7328 -recol5d=17416 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_24536 -model2=model_176 -model3=model_5215 -model4=model_181 -model5=model_24537 -model6=model_296 -model7=model_5434 -model8=model_5430 -model9=model_5433 -model10=model_317 -model11=model_283 -head1=model_38093 -head2=model_39218 -unknown119=1 - -// 2091 -[npc_2091] -bas=bas_436 -size=1 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=7234 -recol2s=11628 -recol2d=20578 -recol3s=25098 -recol3d=26222 -name=Secretary -model1=model_7031 -model2=model_7071 -model3=model_7058 -model4=model_7036 -model5=model_7048 -model6=model_7068 -head1=model_6990 -head2=model_6998 -unknown119=3 - -// 2092 -[npc_2092] -bas=bas_436 -size=1 -vislevel=0 -op1=Talk-to -recol1s=24242 -recol1d=15633 -recol2s=16846 -recol2d=15633 -recol3s=7266 -recol3d=15633 -recol4s=30340 -recol4d=0 -name=Purple Pewter Secretary -model1=model_7031 -model2=model_7070 -model3=model_7060 -model4=model_7038 -model5=model_7048 -model6=model_7068 -head1=model_6990 -head2=model_6995 -unknown119=3 - -// 2093 -[npc_2093] -bas=bas_436 -size=1 -resizeh=120 -resizev=120 -vislevel=0 -op1=Talk-to -recol1s=7266 -recol1d=27402 -recol2s=11628 -recol2d=32517 -recol3s=16846 -recol3d=27402 -recol4s=3171 -recol4d=22984 -recol5s=7168 -recol5d=10566 -name=Yellow Fortune Secretary -model1=model_7035 -model2=model_7058 -model3=model_7038 -model4=model_7048 -model5=model_7068 -head1=model_6994 -unknown119=3 - -// 2094 -[npc_2094] -bas=bas_440 -vislevel=0 -turnspeed=0 -op1=Talk-to -recol1s=15785 -recol1d=12788 -recol2s=16846 -recol2d=12788 -retex1s=material_232 -retex1d=material_142 -name=Blue Opal Secretary -model1=model_2973 -model2=model_2983 -model3=model_7037 -model4=model_7047 -head1=model_3 -unknown119=3 - -// 2095 -[npc_2095] -bas=bas_440 -vislevel=0 -turnspeed=0 -op1=Talk-to -recol1s=16846 -recol1d=11881 -recol2s=6309 -recol2d=7232 -name=Green Gemstone Secretary -model1=model_2970 -model2=model_7059 -model3=model_2978 -model4=model_7047 -head1=model_0 -unknown119=3 - -// 2096 -[npc_2096] -bas=bas_440 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=32634 -recol2s=15785 -recol2d=32634 -recol3s=6309 -recol3d=17967 -retex1s=material_232 -retex1d=material_295 -name=White Chisel Secretary -model1=model_2973 -model2=model_2983 -model3=model_2978 -model4=model_7047 -head1=model_3 -unknown119=3 - -// 2097 -[npc_2097] -bas=bas_440 -vislevel=0 -turnspeed=0 -op1=Talk-to -recol1s=25098 -recol1d=26255 -recol2s=7266 -recol2d=15789 -recol3s=16846 -recol3d=18960 -recol4s=6309 -recol4d=13675 -name=Silver Cog Secretary -model1=model_2970 -model2=model_7059 -model3=model_2978 -model4=model_7047 -head1=model_0 -unknown119=3 - -// 2098 -[npc_2098] -bas=bas_440 -vislevel=0 -turnspeed=0 -op1=Talk-to -recol1s=25098 -recol1d=21927 -recol2s=10434 -recol2d=14626 -recol3s=16846 -recol3d=14724 -recol4s=6309 -recol4d=12546 -name=Brown Engine Secretary -model1=model_2971 -model2=model_7063 -model3=model_2978 -model4=model_7047 -head1=model_1 -unknown119=3 - -// 2099 -[npc_2099] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=15785 -recol1d=15523 -recol2s=16846 -recol2d=12417 -recol3s=6309 -recol3d=10405 -recol4s=7298 -recol4d=4226 -recol5s=7266 -recol5d=4226 -recol6s=25098 -recol6d=26255 -name=Red Axe Secretary -model1=model_2974 -model2=model_7069 -model3=model_7059 -model4=model_2978 -model5=model_7045 -model6=model_2985 -head1=model_4 -head2=model_6949 -unknown119=3 - -// 2100 -[npc_2100] -bas=bas_2 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=24242 -recol1d=15633 -recol2s=16846 -recol2d=15633 -recol3s=20017 -recol3d=28454 -recol4s=7298 -recol4d=5322 -name=Purple Pewter Director -model1=model_7026 -model2=model_6020 -model3=model_6017 -model4=model_7037 -model5=model_7045 -model6=model_2985 -head1=model_6985 -unknown119=3 - -// 2101 -[npc_2101] -bas=bas_2 -size=1 -resizeh=130 -resizev=115 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=12685 -recol1d=12788 -recol2s=16846 -recol2d=12723 -recol3s=13639 -recol3d=10571 -recol4s=16878 -recol4d=12751 -recol5s=7298 -recol5d=69 -recol6s=7266 -recol6d=5352 -name=Blue Opal Director -model1=model_7027 -model2=model_7055 -model3=model_7037 -model4=model_7044 -model5=model_2985 -head1=model_6986 -unknown119=3 - -// 2102 -[npc_2102] -bas=bas_436 -size=1 -resizeh=135 -resizev=128 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=30340 -recol1d=29489 -recol2s=11628 -recol2d=32517 -recol3s=16846 -recol3d=27402 -recol4s=25098 -recol4d=22984 -recol5s=7168 -recol5d=26406 -recol6s=6309 -recol6d=26406 -name=Yellow Fortune Director -model1=model_7031 -model2=model_7070 -model3=model_7058 -model4=model_7038 -model5=model_7045 -model6=model_7068 -head1=model_6990 -head2=model_6995 -unknown119=3 - -// 2103 -[npc_2103] -bas=bas_2 -size=1 -resizeh=138 -resizev=135 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=25098 -recol1d=28303 -recol2s=7266 -recol2d=5474 -recol3s=16878 -recol3d=15719 -recol4s=16846 -recol4d=11881 -recol5s=10532 -recol5d=5474 -retex1s=material_295 -retex1d=material_142 -name=Green Gemstone Director -model1=model_7029 -model2=model_7069 -model3=model_6017 -model4=model_2978 -model5=model_7044 -model6=model_2985 -head1=model_6988 -head2=model_6949 -unknown119=3 - -// 2104 -[npc_2104] -bas=bas_2 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=7266 -recol1d=32634 -recol2s=11488 -recol2d=29464 -recol3s=16846 -recol3d=17864 -recol4s=3171 -recol4d=17864 -name=White Chisel Director -model1=model_7028 -model2=model_7059 -model3=model_2979 -model4=model_2980 -model5=model_2985 -head1=model_6987 -unknown119=3 - -// 2105 -[npc_2105] -bas=bas_2 -size=1 -resizeh=140 -resizev=128 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=24242 -recol1d=16846 -recol2s=7298 -recol2d=2114 -recol3s=8456 -recol3d=20084 -name=Silver Cog Director -model1=model_7029 -model2=model_6017 -model3=model_7037 -model4=model_7045 -model5=model_2985 -head1=model_6988 -unknown119=3 - -// 2106 -[npc_2106] -bas=bas_2 -size=1 -resizeh=135 -resizev=140 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=10434 -recol1d=26221 -recol2s=25098 -recol2d=21960 -recol3s=16846 -recol3d=12546 -recol4s=7168 -recol4d=12546 -recol5s=14732 -recol5d=12546 -retex1s=material_294 -retex1d=material_142 -name=Brown Engine Director -model1=model_2971 -model2=model_7055 -model3=model_7036 -model4=model_7045 -model5=model_7068 -head1=model_1 -unknown119=3 - -// 2107 -[npc_2107] -bas=bas_212 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=25098 -recol1d=24142 -recol2s=12548 -recol2d=32497 -recol3s=10434 -recol3d=29394 -recol4s=16846 -recol4d=15523 -recol5s=25236 -recol5d=10339 -recol6s=14732 -recol6d=12420 -name=Red Axe Director -model1=model_7030 -model2=model_7055 -model3=model_7037 -model4=model_7075 -model5=model_2980 -model6=model_2985 -head1=model_6989 -unknown119=3 - -// 2108 -[npc_2108] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Red Axe Cat -model1=model_34012 -head1=model_34053 -unknown119=3 - -// 2109 -[npc_2109] -bas=bas_2 -resizeh=120 -resizev=125 -vislevel=0 -recol1s=16846 -recol1d=15633 -recol2s=29592 -recol2d=12329 -recol3s=7298 -recol3d=9417 -name=Trader -model1=model_2971 -model2=model_7072 -model3=model_7063 -model4=model_2978 -model5=model_7045 -model6=model_2985 -head1=model_1 -head2=model_6997 -unknown119=3 - -// 2110 -[npc_2110] -bas=bas_436 -vislevel=0 -recol1s=16846 -recol1d=15633 -recol2s=7168 -recol2d=12329 -recol3s=7298 -recol3d=9417 -recol4s=7266 -recol4d=15633 -recol5s=11628 -recol5d=20018 -recol6s=3171 -recol6d=25098 -name=Trader -model1=model_7035 -model2=model_7070 -model3=model_7060 -model4=model_7036 -model5=model_7048 -model6=model_7068 -head1=model_6994 -head2=model_6995 -unknown119=3 - -// 2111 -[npc_2111] -bas=bas_2 -resizeh=130 -resizev=115 -vislevel=0 -recol1s=16846 -recol1d=12788 -recol2s=6309 -recol2d=9615 -recol3s=7298 -recol3d=167 -recol4s=10434 -recol4d=14722 -recol5s=25098 -recol5d=26189 -name=Trader -model1=model_2970 -model2=model_7072 -model3=model_7063 -model4=model_2979 -model5=model_7045 -model6=model_2985 -head1=model_0 -head2=model_6997 -unknown119=3 - -// 2112 -[npc_2112] -bas=bas_2 -vislevel=0 -recol1s=29592 -recol1d=12788 -recol2s=16846 -recol2d=8495 -recol3s=25236 -recol3d=12788 -recol4s=7298 -recol4d=2146 -recol5s=13639 -recol5d=6512 -recol6s=10434 -recol6d=11626 -name=Trader -model1=model_2972 -model2=model_7071 -model3=model_7062 -model4=model_7037 -model5=model_7044 -model6=model_2985 -head1=model_2 -head2=model_6996 -unknown119=3 - -// 2113 -[npc_2113] -bas=bas_436 -resizeh=130 -resizev=115 -vislevel=0 -recol1s=30340 -recol1d=14626 -recol2s=16846 -recol2d=27402 -recol3s=11628 -recol3d=27275 -recol4s=13639 -recol4d=22095 -name=Trader -model1=model_7031 -model2=model_7071 -model3=model_7064 -model4=model_7036 -model5=model_7044 -model6=model_7068 -head1=model_6990 -head2=model_6998 -unknown119=3 - -// 2114 -[npc_2114] -bas=bas_436 -vislevel=0 -recol1s=30340 -recol1d=10466 -recol2s=16846 -recol2d=27402 -recol3s=11628 -recol3d=27275 -recol4s=29592 -recol4d=17895 -recol5s=25098 -recol5d=27278 -name=Trader -model1=model_7031 -model2=model_7064 -model3=model_7036 -model4=model_7048 -model5=model_7068 -head1=model_6990 -unknown119=3 - -// 2115 -[npc_2115] -bas=bas_2 -resizeh=134 -resizev=115 -vislevel=0 -recol1s=16846 -recol1d=11881 -recol2s=25236 -recol2d=16066 -recol3s=25098 -recol3d=19907 -recol4s=29592 -recol4d=26382 -retex1s=material_295 -retex1d=material_142 -name=Trader -model1=model_2974 -model2=model_7072 -model3=model_7063 -model4=model_7037 -model5=model_7044 -model6=model_2985 -head1=model_4 -head2=model_6997 -unknown119=3 - -// 2116 -[npc_2116] -bas=bas_2 -resizeh=130 -resizev=115 -vislevel=0 -recol1s=16846 -recol1d=11881 -recol2s=25236 -recol2d=16066 -recol3s=25098 -recol3d=24102 -recol4s=29592 -recol4d=22255 -name=Trader -model1=model_2973 -model2=model_7072 -model3=model_7062 -model4=model_7037 -model5=model_7044 -model6=model_2985 -head1=model_3 -head2=model_6997 -unknown119=3 - -// 2117 -[npc_2117] -bas=bas_2 -resizeh=134 -resizev=130 -vislevel=0 -recol1s=16846 -recol1d=32634 -name=Trader -model1=model_2973 -model2=model_7072 -model3=model_7063 -model4=model_2978 -model5=model_7044 -model6=model_2985 -head1=model_3 -head2=model_6997 -unknown119=3 - -// 2118 -[npc_2118] -bas=bas_2 -vislevel=0 -recol1s=16846 -recol1d=32634 -name=Trader -model1=model_2972 -model2=model_6020 -model3=model_7062 -model4=model_2979 -model5=model_7044 -model6=model_2985 -head1=model_2 -unknown119=3 - -// 2119 -[npc_2119] -bas=bas_2 -vislevel=0 -recol1s=13639 -recol1d=13675 -recol2s=7298 -recol2d=2114 -retex1s=material_295 -retex1d=material_142 -name=Trader -model1=model_2974 -model2=model_7072 -model3=model_7062 -model4=model_2978 -model5=model_7044 -model6=model_2985 -head1=model_4 -head2=model_6997 -unknown119=3 - -// 2120 -[npc_2120] -bas=bas_2 -vislevel=0 -recol1s=13639 -recol1d=13675 -recol2s=10434 -recol2d=25218 -name=Trader -model1=model_2972 -model2=model_7072 -model3=model_7063 -model4=model_2978 -model5=model_7044 -model6=model_2985 -head1=model_2 -head2=model_6997 -unknown119=3 - -// 2121 -[npc_2121] -bas=bas_2 -resizeh=134 -resizev=124 -vislevel=0 -recol1s=16846 -recol1d=12546 -recol2s=6309 -recol2d=10432 -recol3s=10434 -recol3d=16580 -name=Trader -model1=model_2970 -model2=model_7072 -model3=model_7063 -model4=model_2978 -model5=model_7045 -model6=model_2985 -head1=model_0 -head2=model_6997 -unknown119=3 - -// 2122 -[npc_2122] -bas=bas_436 -resizeh=134 -resizev=134 -vislevel=0 -recol1s=16846 -recol1d=12546 -recol2s=6309 -recol2d=10432 -recol3s=7168 -recol3d=8454 -name=Trader -model1=model_7033 -model2=model_7060 -model3=model_7038 -model4=model_7045 -model5=model_7068 -head1=model_6992 -unknown119=3 - -// 2123 -[npc_2123] -bas=bas_48 -size=1 -vislevel=0 -multivar=varplayerbit_581 -multinpc=0,npc_2124 -unknown119=3 - -// 2124 -[npc_2124] -bas=bas_2 -resizeh=110 -resizev=115 -vislevel=0 -recol1s=16846 -recol1d=15523 -recol2s=29592 -recol2d=23650 -recol3s=25098 -recol3d=26222 -name=Trader -model1=model_2974 -model2=model_7072 -model3=model_7063 -model4=model_2978 -model5=model_7044 -model6=model_2985 -head1=model_4 -head2=model_6997 -unknown119=3 - -// 2125 -[npc_2125] -bas=bas_48 -size=1 -vislevel=0 -multivar=varplayerbit_581 -multinpc=0,npc_2126 -unknown119=3 - -// 2126 -[npc_2126] -bas=bas_2 -resizeh=115 -resizev=125 -vislevel=0 -recol1s=16846 -recol1d=15523 -recol2s=29592 -recol2d=99 -recol3s=25098 -recol3d=25164 -recol4s=10434 -recol4d=17858 -name=Trader -model1=model_2974 -model2=model_7072 -model3=model_7063 -model4=model_2978 -model5=model_7045 -model6=model_2985 -head1=model_4 -head2=model_6997 -unknown119=3 - -// 2127 -[npc_2127] -bas=bas_2 -resizeh=140 -resizev=130 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=16846 -recol1d=3171 -recol2s=29592 -recol2d=22131 -recol3s=10434 -recol3d=28532 -recol4s=25098 -recol4d=29328 -name=Trade Referee -model1=model_2973 -model2=model_7071 -model3=model_7063 -model4=model_7037 -model5=model_7044 -model6=model_2985 -head1=model_3 -head2=model_6996 -unknown119=3 - -// 2128 -[npc_2128] -bas=bas_2 -resizeh=135 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=7399 -recol1d=2114 -recol2s=16846 -recol2d=5220 -recol3s=5120 -recol3d=29410 -recol4s=6144 -recol4d=2114 -recol5s=16878 -recol5d=13637 -name=Supreme Commander -model1=model_7029 -model2=model_7050 -model3=model_7039 -model4=model_7042 -head1=model_6988 -unknown119=3 - -// 2129 -[npc_2129] -bas=bas_2 -size=1 -resizeh=140 -resizev=130 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=7298 -recol1d=2114 -recol2s=10504 -recol2d=2114 -recol3s=16846 -recol3d=2114 -recol4s=7399 -recol4d=11628 -recol5s=11488 -recol5d=28527 -recol6s=7296 -recol6d=11628 -name=Commander Veldaban -model1=model_7028 -model2=model_7050 -model3=model_7039 -model4=model_2991 -model5=model_7043 -model6=model_2985 -head1=model_6987 -unknown119=3 - -// 2130 -[npc_2130] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -vislevel=48 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Black Guard -model1=model_2971 -model2=model_2986 -model3=model_7051 -model4=model_7040 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_1 -head2=model_6 -unknown119=3 - -// 2131 -[npc_2131] -bas=bas_2 -size=1 -resizeh=130 -resizev=130 -op1=Talk-to -op2=Attack -vislevel=48 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Black Guard -model1=model_2970 -model2=model_2986 -model3=model_7051 -model4=model_7040 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_0 -head2=model_6 -unknown119=3 - -// 2132 -[npc_2132] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -vislevel=48 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=10434 -recol4d=20041 -name=Black Guard -model1=model_2973 -model2=model_2986 -model3=model_7051 -model4=model_7040 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_3 -head2=model_6 -unknown119=3 - -// 2133 -[npc_2133] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -vislevel=48 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Black Guard -model1=model_2971 -model2=model_2986 -model3=model_7051 -model4=model_7040 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_1 -head2=model_6 -unknown119=2 - -// 2134 -[npc_2134] -bas=bas_2 -resizeh=150 -resizev=132 -op1=Talk-to -op2=Attack -vislevel=66 -recol1s=16846 -recol1d=2114 -recol2s=7399 -recol2d=6144 -recol3s=8456 -recol3d=6144 -name=Black Guard Berserker -model1=model_7025 -model2=model_7050 -model3=model_7039 -model4=model_7073 -model5=model_2991 -model6=model_7042 -head1=model_6984 -unknown119=3 - -// 2135 -[npc_2135] -bas=bas_2 -resizeh=150 -resizev=130 -op1=Talk-to -op2=Attack -vislevel=66 -recol1s=16846 -recol1d=3172 -recol2s=6144 -recol2d=3172 -recol3s=5120 -recol3d=3172 -name=Black Guard Berserker -model1=model_7025 -model2=model_7050 -model3=model_7039 -model4=model_2993 -model5=model_2991 -model6=model_7042 -head1=model_6984 -unknown119=3 - -// 2136 -[npc_2136] -bas=bas_2 -resizeh=145 -resizev=135 -op1=Talk-to -op2=Attack -vislevel=66 -recol1s=16846 -recol1d=96 -recol2s=2114 -recol2d=96 -recol3s=8456 -recol3d=4227 -recol4s=6144 -recol4d=96 -recol5s=5120 -recol5d=96 -name=Black Guard Berserker -model1=model_7025 -model2=model_7050 -model3=model_7039 -model4=model_7073 -model5=model_7042 -head1=model_6984 -unknown119=3 - -// 2137 -[npc_2137] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=288 -recol1d=20611 -recol2s=384 -recol2d=12672 -recol3s=416 -recol3d=20611 -recol4s=11456 -recol4d=15392 -name=Gnome emissary -model1=model_2900 -model2=model_2911 -model3=model_2922 -head1=model_23 -unknown119=3 - -// 2138 -[npc_2138] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=352 -recol1d=20611 -recol2s=384 -recol2d=12672 -recol3s=416 -recol3d=20611 -recol4s=11456 -recol4d=15392 -name=Gnome traveller -model1=model_2907 -model2=model_2914 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 2139 -[npc_2139] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=352 -recol1d=11396 -recol2s=10504 -recol2d=7395 -recol3s=416 -recol3d=13572 -recol4s=13675 -recol4d=7396 -name=Gnome traveller -model1=model_2890 -model2=model_2914 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 2140 -[npc_2140] -bas=bas_435 -size=1 -op1=Talk-to -turnspeed=0 -vislevel=0 -recol1s=14630 -recol1d=10504 -recol2s=13573 -recol2d=8456 -recol3s=32760 -recol3d=21074 -recol4s=29591 -recol4d=17903 -name=Dromund's cat -model1=model_34027 -head1=model_34056 -unknown119=3 - -// 2141 -[npc_2141] -bas=bas_2 -size=1 -resizeh=140 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=24074 -recol2s=16878 -recol2d=32594 -recol3s=10532 -recol3d=12646 -recol4s=7298 -recol4d=26387 -name=Blasidar the sculptor -model1=model_7029 -model2=model_7069 -model3=model_7061 -model4=model_2979 -model5=model_7046 -model6=model_2985 -model7=model_7074 -head1=model_6988 -head2=model_6949 -unknown119=3 - -// 2142 -[npc_2142] -bas=bas_2 -size=1 -vislevel=0 -retex1s=material_294 -retex1d=material_232 -multivar=varplayerbit_576 -multinpc=0,npc_2143 -multinpc=1,npc_2144 -multinpc=2,npc_2145 -multinpc=3,npc_2147 -multinpc=4,npc_2146 -multinpc=5,npc_2148 -multinpc=6,npc_2149 -multinpc=7,npc_2150 -unknown119=3 - -// 2143 -[npc_2143] -bas=bas_2 -size=1 -resizeh=135 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=7266 -recol1d=16846 -recol2s=3171 -recol2d=16846 -recol3s=16846 -recol3d=15785 -name=Riki the sculptor's model -model1=model_2974 -model2=model_2983 -model3=model_2978 -model4=model_2980 -model5=model_2985 -head1=model_4 -unknown119=3 - -// 2144 -[npc_2144] -bas=bas_2 -size=1 -resizeh=135 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=7266 -recol1d=16846 -recol2s=3171 -recol2d=16846 -recol3s=16846 -recol3d=15785 -retex1s=material_295 -retex1d=material_232 -name=Riki the sculptor's model -model1=model_2974 -model2=model_2983 -model3=model_2978 -model4=model_2980 -model5=model_7067 -head1=model_4 -unknown119=3 - -// 2145 -[npc_2145] -bas=bas_2 -size=1 -resizeh=135 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=12645 -recol2s=14732 -recol2d=14728 -recol3s=3171 -recol3d=11588 -recol4s=7266 -recol4d=13669 -name=Riki the sculptor's model -model1=model_2974 -model2=model_7056 -model3=model_7037 -model4=model_2980 -model5=model_2985 -head1=model_4 -unknown119=3 - -// 2146 -[npc_2146] -bas=bas_2 -size=1 -resizeh=135 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=7266 -recol1d=16846 -recol2s=3171 -recol2d=16846 -recol3s=16846 -recol3d=15785 -retex1s=material_295 -retex1d=material_232 -name=Riki the sculptor's model -model1=model_2974 -model2=model_2983 -model3=model_2978 -model4=model_2980 -model5=model_2985 -model6=model_7073 -head1=model_4 -unknown119=3 - -// 2147 -[npc_2147] -bas=bas_2 -size=1 -resizeh=135 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=12645 -recol2s=14732 -recol2d=14728 -recol3s=3171 -recol3d=11588 -recol4s=7266 -recol4d=13669 -name=Riki the sculptor's model -model1=model_2974 -model2=model_7056 -model3=model_7037 -model4=model_2980 -model5=model_7067 -head1=model_4 -unknown119=3 - -// 2148 -[npc_2148] -bas=bas_2 -size=1 -resizeh=135 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=7266 -recol1d=16846 -recol2s=3171 -recol2d=16846 -recol3s=16846 -recol3d=15785 -retex1s=material_295 -retex1d=material_232 -name=Riki the sculptor's model -model1=model_2974 -model2=model_2983 -model3=model_2978 -model4=model_2980 -model5=model_7067 -model6=model_7073 -head1=model_4 -unknown119=3 - -// 2149 -[npc_2149] -bas=bas_2 -size=1 -resizeh=135 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=12645 -recol2s=14732 -recol2d=14728 -recol3s=3171 -recol3d=11588 -recol4s=7266 -recol4d=13669 -name=Riki the sculptor's model -model1=model_2974 -model2=model_7056 -model3=model_7037 -model4=model_2980 -model5=model_2985 -model6=model_7073 -head1=model_4 -unknown119=3 - -// 2150 -[npc_2150] -bas=bas_2 -size=1 -resizeh=135 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=12645 -recol2s=14732 -recol2d=14728 -recol3s=3171 -recol3d=11588 -recol4s=7266 -recol4d=13669 -name=Riki the sculptor's model -model1=model_2974 -model2=model_7056 -model3=model_7037 -model4=model_2980 -model5=model_7067 -model6=model_7073 -head1=model_4 -unknown119=3 - -// 2151 -[npc_2151] -bas=bas_2 -size=1 -resizeh=130 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=16846 -recol1d=12354 -recol2s=8456 -recol2d=28288 -recol3s=3171 -recol3d=12354 -recol4s=10532 -recol4d=11363 -name=Vigr -model1=model_2974 -model2=model_7069 -model3=model_7059 -model4=model_2979 -model5=model_2980 -model6=model_2985 -head1=model_4 -head2=model_6949 -unknown119=3 - -// 2152 -[npc_2152] -bas=bas_2 -size=1 -resizeh=130 -resizeh=130 -resizev=120 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=16846 -recol1d=18784 -recol2s=15785 -recol2d=28341 -recol3s=7298 -recol3d=12677 -name=Santiri -model1=model_2971 -model2=model_2983 -model3=model_2979 -model4=model_2980 -model5=model_2985 -head1=model_1 -unknown119=3 - -// 2153 -[npc_2153] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=15458 -recol1d=7433 -recol2s=15785 -recol2d=20073 -recol3s=24242 -recol3d=7436 -recol4s=12677 -recol4d=7434 -name=Saro -model1=model_2984 -model2=model_2978 -model3=model_2981 -model4=model_2985 -model5=model_40129 -head1=model_4 -head2=model_6026 -unknown119=3 - -// 2154 -[npc_2154] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=15458 -recol1d=7426 -recol2s=15785 -recol2d=20073 -recol3s=24242 -recol3d=7426 -recol4s=16846 -recol4d=98 -name=Gunslik -model1=model_2974 -model2=model_2984 -model3=model_2978 -model4=model_2981 -model5=model_2985 -head1=model_4 -unknown119=3 - -// 2155 -[npc_2155] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -recol1s=12677 -recol1d=17903 -recol2s=15785 -recol2d=16846 -recol3s=24242 -recol3d=7426 -retex1s=material_295 -retex1d=material_232 -name=Wemund -model1=model_2983 -model2=model_2978 -model3=model_6021 -model4=model_7045 -model5=model_2985 -model6=model_40127 -head1=model_3 -head2=model_6026 -unknown119=3 - -// 2156 -[npc_2156] -bas=bas_2 -resizeh=130 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=16846 -recol1d=25236 -recol2s=12646 -recol2d=21031 -recol3s=10434 -recol3d=18914 -recol4s=25098 -recol4d=26157 -retex1s=material_125 -retex1d=material_253 -retex2s=material_140 -retex2d=material_253 -name=Randivor -model1=model_2973 -model2=model_7072 -model3=model_7061 -model4=model_2978 -model5=model_7046 -model6=model_2985 -head1=model_3 -head2=model_6997 -unknown119=3 - -// 2157 -[npc_2157] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=16846 -recol1d=9574 -recol2s=8456 -recol2d=28288 -recol3s=3171 -recol3d=8512 -recol4s=10532 -recol4d=7332 -recol5s=7266 -recol5d=15682 -name=Hervi -model1=model_2974 -model2=model_7069 -model3=model_7059 -model4=model_2979 -model5=model_2980 -model6=model_2985 -head1=model_4 -head2=model_6949 -unknown119=3 - -// 2158 -[npc_2158] -bas=bas_2 -size=1 -resizeh=130 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=12646 -recol1d=15758 -recol2s=15785 -recol2d=20041 -recol3s=12677 -recol3d=19941 -recol4s=10434 -recol4d=18754 -name=Nolar -model1=model_7061 -model2=model_2979 -model3=model_7046 -model4=model_2985 -model5=model_40126 -head1=model_2 -head2=model_6026 -unknown119=3 - -// 2159 -[npc_2159] -bas=bas_2 -size=1 -resizeh=130 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=12646 -recol1d=4228 -recol2s=15785 -recol2d=20041 -recol3s=25364 -recol3d=19941 -recol4s=10532 -recol4d=14794 -recol5s=16846 -recol5d=20041 -name=Gulldamar -model1=model_2971 -model2=model_7069 -model3=model_7061 -model4=model_2978 -model5=model_7046 -model6=model_2985 -head1=model_2 -head2=model_6949 -unknown119=3 - -// 2160 -[npc_2160] -bas=bas_212 -size=1 -resizeh=130 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=15785 -recol1d=14628 -recol2s=7266 -recol2d=15789 -recol3s=10532 -recol3d=7332 -name=Tati -model1=model_7029 -model2=model_7071 -model3=model_2983 -model4=model_2979 -model5=model_7075 -model6=model_2980 -model7=model_2985 -head1=model_6988 -head2=model_6996 -unknown119=3 - -// 2161 -[npc_2161] -bas=bas_436 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=16846 -recol1d=24944 -recol2s=11628 -recol2d=20578 -recol3s=3171 -recol3d=25098 -recol4s=7168 -recol4d=6212 -name=Agmundi -model1=model_7032 -model2=model_7060 -model3=model_7038 -model4=model_7048 -model5=model_7068 -head1=model_6991 -unknown119=3 - -// 2162 -[npc_2162] -bas=bas_436 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=16846 -recol1d=27204 -recol2s=11628 -recol2d=20578 -recol3s=11488 -recol3d=24098 -name=Vermundi -model1=model_7032 -model2=model_7060 -model3=model_7038 -model4=model_7048 -model5=model_7068 -head1=model_6991 -unknown119=3 - -// 2163 -[npc_2163] -bas=bas_439 -size=1 -resizeh=120 -resizev=120 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=16846 -recol1d=11522 -recol2s=11628 -recol2d=20578 -recol3s=7266 -recol3d=10534 -recol4s=3171 -recol4d=25098 -name=Banker -model1=model_7035 -model2=model_6020 -model3=model_7060 -model4=model_7038 -model5=model_7048 -model6=model_7068 -head1=model_6994 -unknown119=1 - -// 2164 -[npc_2164] -bas=bas_438 -size=1 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=15458 -recol1d=11522 -recol2s=15785 -recol2d=11522 -recol3s=24242 -recol3d=11522 -recol4s=16846 -recol4d=98 -recol5s=7298 -recol5d=1024 -retex1s=material_295 -retex1d=material_142 -name=Banker -model1=model_2972 -model2=model_6020 -model3=model_6017 -model4=model_2978 -model5=model_2981 -model6=model_2985 -head1=model_2 -unknown119=1 - -// 2165 -[npc_2165] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=24242 -recol2s=25098 -recol2d=29296 -name=Librarian -model1=model_7029 -model2=model_7071 -model3=model_6017 -model4=model_7037 -model5=model_7045 -model6=model_2985 -head1=model_6988 -head2=model_6996 -unknown119=3 - -// 2166 -[npc_2166] -bas=bas_436 -resizeh=120 -resizev=118 -vislevel=0 -op1=Talk-to -recol1s=7168 -recol1d=7328 -recol2s=16846 -recol2d=20975 -recol3s=29592 -recol3d=23216 -recol4s=11488 -recol4d=17632 -name=Assistant -model1=model_7035 -model2=model_7064 -model3=model_7038 -model4=model_7045 -model5=model_7068 -head1=model_6994 -unknown119=3 - -// 2167 -[npc_2167] -bas=bas_436 -resizeh=115 -resizev=120 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=9549 -recol2s=6309 -recol2d=11429 -recol3s=25098 -recol3d=26256 -name=Customer -model1=model_7033 -model2=model_7060 -model3=model_7036 -model4=model_7045 -model5=model_7068 -head1=model_6992 -unknown119=3 - -// 2168 -[npc_2168] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=18019 -recol2s=2340 -recol2d=11556 -name=Customer -model1=model_378 -model2=model_456 -model3=model_480 -model4=model_348 -model5=model_353 -model6=model_419 -model7=model_358 -head1=model_39090 -unknown119=3 - -// 2169 -[npc_2169] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=24132 -recol1d=11628 -recol2s=28360 -recol2d=11628 -recol3s=16846 -recol3d=7434 -recol4s=14732 -recol4d=8455 -recol5s=21005 -recol5d=6373 -recol6s=25236 -recol6d=6373 -name=Dromund -model1=model_7027 -model2=model_7055 -model3=model_7037 -model4=model_7045 -model5=model_2985 -head1=model_6986 -unknown119=2 - -// 2170 -[npc_2170] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=10532 -recol2s=15458 -recol2d=5316 -recol3s=10434 -recol3d=18981 -name=Rind the gardener -model1=model_2973 -model2=model_7069 -model3=model_7062 -model4=model_2979 -model5=model_2981 -model6=model_2985 -head1=model_3 -head2=model_6949 -unknown119=3 - -// 2171 -[npc_2171] -bas=bas_2 -resizeh=130 -resizev=120 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=13639 -recol2s=29592 -recol2d=13675 -recol3s=10434 -recol3d=12578 -recol4s=7298 -recol4d=12547 -retex1s=material_295 -retex1d=material_142 -name=Factory Manager -model1=model_2970 -model2=model_7063 -model3=model_7037 -model4=model_7044 -model5=model_2985 -head1=model_0 -unknown119=3 - -// 2172 -[npc_2172] -bas=bas_2 -resizeh=120 -resizev=135 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=13639 -recol2s=29592 -recol2d=13675 -recol3s=25098 -recol3d=20903 -name=Factory Worker -model1=model_2971 -model2=model_2983 -model3=model_2979 -model4=model_7044 -model5=model_2985 -head1=model_1 -unknown119=3 - -// 2173 -[npc_2173] -bas=bas_2 -resizeh=115 -resizev=130 -vislevel=0 -op1=Talk-to -recol1s=15785 -recol1d=13639 -recol2s=29592 -recol2d=13675 -recol3s=25098 -recol3d=20903 -name=Factory Worker -model1=model_2972 -model2=model_2983 -model3=model_2979 -model4=model_7045 -model5=model_2985 -head1=model_2 -unknown119=3 - -// 2174 -[npc_2174] -bas=bas_2 -resizeh=120 -resizev=130 -vislevel=0 -op1=Talk-to -recol1s=15785 -recol1d=13639 -recol2s=25098 -recol2d=22026 -recol3s=6309 -recol3d=12418 -recol4s=29592 -recol4d=5285 -recol5s=16846 -recol5d=11561 -name=Factory Worker -model1=model_2973 -model2=model_7062 -model3=model_2979 -model4=model_7045 -model5=model_2985 -head1=model_4 -unknown119=3 - -// 2175 -[npc_2175] -bas=bas_2 -resizeh=133 -resizev=133 -vislevel=0 -op1=Talk-to -recol1s=15785 -recol1d=13639 -recol2s=25098 -recol2d=22026 -recol3s=16846 -recol3d=13639 -recol4s=29592 -recol4d=5285 -retex1s=material_295 -retex1d=material_232 -name=Factory Worker -model1=model_2974 -model2=model_2983 -model3=model_2978 -model4=model_7045 -model5=model_2985 -head1=model_4 -unknown119=3 - -// 2176 -[npc_2176] -bas=bas_2 -resizeh=128 -resizev=138 -vislevel=0 -op1=Talk-to -recol1s=25364 -recol1d=20077 -name=Inn Keeper -model1=model_2970 -model2=model_7061 -model3=model_2979 -model4=model_7046 -model5=model_2985 -head1=model_0 -unknown119=3 - -// 2177 -[npc_2177] -bas=bas_2 -resizeh=135 -resizev=140 -vislevel=0 -op1=Talk-to -recol1s=15785 -recol1d=12354 -recol2s=12646 -recol2d=6243 -recol3s=7266 -recol3d=24308 -recol4s=16846 -recol4d=11628 -recol5s=25098 -recol5d=26223 -name=Inn Keeper -model1=model_2974 -model2=model_7061 -model3=model_2979 -model4=model_7046 -model5=model_2985 -head1=model_4 -unknown119=3 - -// 2178 -[npc_2178] -bas=bas_436 -vislevel=0 -op1=Talk-to -recol1s=11488 -recol1d=22054 -recol2s=16846 -recol2d=4260 -recol3s=29592 -recol3d=5380 -recol4s=7168 -recol4d=3202 -name=Barmaid -model1=model_7035 -model2=model_7064 -model3=model_7038 -model4=model_7048 -model5=model_7068 -head1=model_6994 -unknown119=3 - -// 2179 -[npc_2179] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=15785 -recol1d=12453 -recol2s=12646 -recol2d=9412 -recol3s=7298 -recol3d=1090 -recol4s=25098 -recol4d=21994 -recol5s=16846 -recol5d=21994 -name=Barman -model1=model_2972 -model2=model_7061 -model3=model_2979 -model4=model_7046 -model5=model_2985 -head1=model_2 -unknown119=3 - -// 2180 -[npc_2180] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=7399 -recol2s=15785 -recol2d=7399 -recol3s=25364 -recol3d=4261 -recol4s=12677 -recol4d=4261 -name=Cart conductor -model1=model_7061 -model2=model_2978 -model3=model_7046 -model4=model_2985 -model5=model_40130 -head1=model_0 -head2=model_6026 -unknown119=3 - -// 2181 -[npc_2181] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=7399 -recol2s=15785 -recol2d=7399 -recol3s=25364 -recol3d=10405 -recol4s=12677 -recol4d=4261 -name=Cart conductor -model1=model_7061 -model2=model_2979 -model3=model_7046 -model4=model_2985 -model5=model_40130 -head1=model_0 -head2=model_6026 -unknown119=3 - -// 2182 -[npc_2182] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=7399 -recol2s=15785 -recol2d=7399 -recol3s=25364 -recol3d=10405 -recol4s=12677 -recol4d=4261 -name=Cart conductor -model1=model_2983 -model2=model_2979 -model3=model_2980 -model4=model_2985 -model5=model_40128 -head1=model_1 -head2=model_6026 -unknown119=3 - -// 2183 -[npc_2183] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=7399 -recol2s=15785 -recol2d=7399 -recol3s=25364 -recol3d=10405 -recol4s=12677 -recol4d=4261 -name=Cart conductor -model1=model_2983 -model2=model_2978 -model3=model_7045 -model4=model_2985 -model5=model_40129 -head1=model_4 -head2=model_6026 -unknown119=3 - -// 2184 -[npc_2184] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=7399 -recol2s=15785 -recol2d=7399 -recol3s=25364 -recol3d=10405 -recol4s=12677 -recol4d=4261 -name=Cart conductor -model1=model_7063 -model2=model_2978 -model3=model_7045 -model4=model_2985 -model5=model_40127 -head1=model_3 -head2=model_6026 -unknown119=3 - -// 2185 -[npc_2185] -bas=bas_48 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=7398 -recol2s=15785 -recol2d=7399 -recol3s=25364 -recol3d=10405 -recol4s=12677 -recol4d=6309 -recol5s=10434 -recol5d=22946 -recol6s=25098 -recol6d=21927 -name=Cart conductor -model1=model_7063 -model2=model_2978 -model3=model_2992 -model4=model_7045 -model5=model_2985 -model6=model_40127 -head1=model_3 -head2=model_6026 -unknown119=3 - -// 2186 -[npc_2186] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=12677 -recol1d=5283 -recol2s=16846 -recol2d=9443 -recol3s=29592 -recol3d=9348 -name=Cart conductor -model1=model_7063 -model2=model_2978 -model3=model_2980 -model4=model_7067 -model5=model_40126 -head1=model_2 -head2=model_6026 -unknown119=3 - -// 2187 -[npc_2187] -bas=bas_213 -resizeh=145 -resizev=120 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=7563 -recol2s=29592 -recol2d=21102 -recol3s=10434 -recol3d=12320 -recol4s=13639 -recol4d=13573 -recol5s=25098 -recol5d=25066 -name=Rowdy dwarf -model1=model_2971 -model2=model_7072 -model3=model_7062 -model4=model_2978 -model5=model_7044 -model6=model_2985 -model7=model_7054 -model8=model_2992 -head1=model_1 -head2=model_6997 -unknown119=2 - -// 2188 -[npc_2188] -bas=bas_212 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=17931 -name=Hegir -model1=model_7026 -model2=model_7071 -model3=model_7059 -model4=model_7036 -model5=model_7075 -model6=model_7045 -model7=model_2985 -head1=model_6985 -head2=model_6996 -unknown119=3 - -// 2189 -[npc_2189] -bas=bas_436 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=17776 -recol2s=6309 -recol2d=13742 -recol3s=11488 -recol3d=17903 -recol4s=7168 -recol4d=13734 -name=Haera -model1=model_7033 -model2=model_7060 -model3=model_7036 -model4=model_7045 -model5=model_7068 -head1=model_6992 -unknown119=3 - -// 2190 -[npc_2190] -bas=bas_2 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=17931 -recol2s=6309 -recol2d=13742 -recol3s=11488 -recol3d=17903 -name=Runvastr -model1=model_7028 -model2=model_7059 -model3=model_7036 -model4=model_7045 -model5=model_2985 -head1=model_6987 -unknown119=3 - -// 2191 -[npc_2191] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=9543 -name=Sune -model1=model_2970 -model2=model_7072 -model3=model_7059 -model4=model_2978 -model5=model_7045 -model6=model_2985 -head1=model_0 -head2=model_6997 -unknown119=2 - -// 2192 -[npc_2192] -bas=bas_2 -op1=Talk-to -vislevel=0 -recol1s=29592 -recol1d=12552 -recol2s=16846 -recol2d=13669 -recol3s=6309 -recol3d=8419 -name=Bentamir -model1=model_2972 -model2=model_7063 -model3=model_2978 -model4=model_7045 -model5=model_2985 -head1=model_2 -unknown119=3 - -// 2193 -[npc_2193] -bas=bas_2 -op1=Talk-to -vislevel=0 -recol1s=29592 -recol1d=12680 -recol2s=16846 -recol2d=4325 -recol3s=3171 -recol3d=8419 -recol4s=7266 -recol4d=8419 -retex1s=material_295 -retex1d=material_142 -name=Ulifed -model1=model_2973 -model2=model_7062 -model3=model_2978 -model4=model_2980 -model5=model_2985 -head1=model_3 -unknown119=3 - -// 2194 -[npc_2194] -bas=bas_2 -op1=Talk-to -op3=Change-armguards -vislevel=0 -retex1s=material_142 -retex1d=material_294 -name=Reinald -model1=model_7062 -model2=model_2978 -model3=model_7044 -model4=model_2985 -model5=model_40126 -head1=model_2 -head2=model_6026 -unknown119=3 - -// 2195 -[npc_2195] -bas=bas_2 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=12715 -recol2s=25098 -recol2d=21960 -recol3s=7298 -recol3d=10533 -name=Karl -model1=model_2972 -model2=model_7063 -model3=model_2979 -model4=model_7044 -model5=model_2985 -head1=model_2 -unknown119=3 - -// 2196 -[npc_2196] -bas=bas_2 -op1=Talk-to -vislevel=0 -recol1s=16878 -recol1d=15652 -recol2s=29592 -recol2d=8419 -recol3s=16846 -recol3d=21102 -retex1s=material_142 -retex1d=material_295 -name=Gauss -model1=model_7026 -model2=model_7062 -model3=model_2978 -model4=model_7045 -model5=model_2985 -model6=model_2992 -head1=model_6985 -unknown119=3 - -// 2197 -[npc_2197] -bas=bas_2 -op1=Talk-to -vislevel=0 -recol1s=11488 -recol1d=15652 -recol2s=29592 -recol2d=13315 -recol3s=16846 -recol3d=7534 -recol4s=6309 -recol4d=7461 -retex1s=material_142 -retex1d=material_295 -name=Myndill -model1=model_7028 -model2=model_7062 -model3=model_2978 -model4=model_7045 -model5=model_2985 -head1=model_6987 -unknown119=3 - -// 2198 -[npc_2198] -bas=bas_2 -op1=Talk-to -vislevel=0 -recol1s=25364 -recol1d=22160 -recol2s=15785 -recol2d=13577 -recol3s=12646 -recol3d=6377 -recol4s=25098 -recol4d=26189 -name=Kjut -model1=model_2971 -model2=model_7061 -model3=model_2979 -model4=model_7046 -model5=model_2985 -head1=model_1 -unknown119=3 - -// 2199 -[npc_2199] -bas=bas_2 -op1=Talk-to -resizeh=130 -resizev=145 -vislevel=0 -recol1s=25098 -recol1d=25131 -recol2s=15785 -recol2d=6409 -recol3s=6309 -recol3d=6375 -recol4s=7298 -recol4d=10469 -recol5s=11488 -recol5d=5283 -name=Tombar -model1=model_7028 -model2=model_2983 -model3=model_2979 -model4=model_7045 -model5=model_2985 -head1=model_6987 -unknown119=3 - -// 2200 -[npc_2200] -bas=bas_2 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=12811 -recol2s=15785 -recol2d=11754 -recol3s=12646 -recol3d=12711 -recol4s=25098 -recol4d=20901 -name=Odmar -model1=model_2974 -model2=model_7061 -model3=model_2978 -model4=model_7046 -model5=model_2985 -head1=model_4 -unknown119=3 - -// 2201 -[npc_2201] -bas=bas_2 -op1=Talk-to -vislevel=0 -recol1s=15458 -recol1d=8421 -recol2s=16846 -recol2d=8451 -recol3s=14732 -recol3d=8456 -recol4s=21005 -recol4d=4228 -recol5s=25236 -recol5d=4228 -recol6s=7266 -recol6d=14791 -name=Audmann -model1=model_2972 -model2=model_7055 -model3=model_7037 -model4=model_2981 -model5=model_2985 -head1=model_2 -unknown119=3 - -// 2202 -[npc_2202] -bas=bas_48 -size=1 -vislevel=0 -multivar=varplayerbit_559 -multinpc=0,npc_2203 -multinpc=1,npc_2204 -unknown119=3 - -// 2203 -[npc_2203] -bas=bas_48 -vislevel=0 -size=1 -op1=Talk-to -name=Drunken Dwarf -model1=model_2983 -model2=model_2979 -model3=model_2992 -model4=model_7045 -model5=model_2985 -model6=model_40129 -head1=model_4 -head2=model_6026 -unknown119=3 - -// 2204 -[npc_2204] -bas=bas_48 -vislevel=0 -size=1 -op1=Talk-to -name=Drunken Dwarf -model1=model_2822 -head1=model_4 -head2=model_6026 -unknown119=3 - -// 2205 -[npc_2205] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=25131 -recol2s=15785 -recol2d=6409 -recol3s=6309 -recol3d=6375 -recol4s=7298 -recol4d=10469 -recol5s=11488 -recol5d=5283 -name=Dwarven Boatman -model1=model_2970 -model2=model_2980 -model3=model_2979 -model4=model_2983 -model5=model_2985 -head1=model_0 -unknown119=3 - -// 2206 -[npc_2206] -bas=bas_2 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=25131 -recol2s=15785 -recol2d=6409 -recol3s=6309 -recol3d=6375 -recol4s=7298 -recol4d=10469 -recol5s=11488 -recol5d=5283 -name=Dwarven Boatman -model1=model_2970 -model2=model_2980 -model3=model_2979 -model4=model_2983 -model5=model_2985 -head1=model_0 -unknown119=3 - -// 2207 -[npc_2207] -bas=bas_437 -vislevel=0 -turnspeed=5000 -size=1 -bgsound=synth_2411,synth_1605,synth_1605,synth_1605,15 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=6275 -recol3s=16846 -recol3d=7332 -recol4s=8456 -recol4d=28452 -name=Dwarven Miner -model1=model_7059 -model2=model_2979 -model3=model_2990 -model4=model_2980 -model5=model_7066 -model6=model_7053 -model7=model_40128 -head1=model_1 -unknown119=6 - -// 2208 -[npc_2208] -bas=bas_437 -op1=Talk-to -vislevel=0 -size=1 -bgsound=synth_2411,synth_1605,synth_1605,synth_1605,15 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=6275 -recol3s=16846 -recol3d=7332 -recol4s=8456 -recol4d=28452 -name=Dwarven Miner -model1=model_7059 -model2=model_2979 -model3=model_2990 -model4=model_2980 -model5=model_7066 -model6=model_7052 -model7=model_40128 -head1=model_1 -unknown119=1 - -// 2209 -[npc_2209] -bas=bas_2 -vislevel=0 -vislevel=0 -size=1 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=6275 -recol3s=16846 -recol3d=7332 -recol4s=8456 -recol4d=28452 -name=Dwarven Miner -model1=model_7059 -model2=model_2979 -model3=model_2990 -model4=model_2980 -model5=model_2985 -model6=model_7053 -model7=model_40128 -head1=model_1 -unknown119=2 - -// 2210 -[npc_2210] -bas=bas_2 -vislevel=0 -vislevel=0 -size=1 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=6275 -recol3s=16846 -recol3d=7332 -recol4s=8456 -recol4d=28452 -name=Dwarven Miner -model1=model_7059 -model2=model_2979 -model3=model_2990 -model4=model_2980 -model5=model_2985 -model6=model_7052 -model7=model_40128 -head1=model_1 -unknown119=2 - -// 2211 -[npc_2211] -bas=bas_437 -vislevel=0 -turnspeed=5000 -size=1 -bgsound=synth_2411,synth_1605,synth_1605,synth_1605,15 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=6275 -recol3s=16846 -recol3d=12682 -name=Dwarven Miner -model1=model_2970 -model2=model_7059 -model3=model_2979 -model4=model_2993 -model5=model_7053 -model6=model_2980 -model7=model_7066 -head1=model_0 -unknown119=6 - -// 2212 -[npc_2212] -bas=bas_437 -op1=Talk-to -vislevel=0 -size=1 -bgsound=synth_2411,synth_1605,synth_1605,synth_1605,15 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=6275 -recol3s=16846 -recol3d=12682 -name=Dwarven Miner -model1=model_2970 -model2=model_7059 -model3=model_2979 -model4=model_2993 -model5=model_7052 -model6=model_2980 -model7=model_7066 -head1=model_0 -unknown119=1 - -// 2213 -[npc_2213] -bas=bas_2 -op1=Talk-to -vislevel=0 -vislevel=0 -size=1 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=6275 -recol3s=16846 -recol3d=12682 -name=Dwarven Miner -model1=model_2970 -model2=model_7059 -model3=model_2979 -model4=model_2993 -model5=model_7053 -model6=model_2980 -model7=model_2985 -head1=model_0 -unknown119=2 - -// 2214 -[npc_2214] -bas=bas_2 -vislevel=0 -vislevel=0 -size=1 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=6275 -recol3s=16846 -recol3d=12682 -name=Dwarven Miner -model1=model_2970 -model2=model_7059 -model3=model_2979 -model4=model_2993 -model5=model_7052 -model6=model_2980 -model7=model_2985 -head1=model_0 -unknown119=2 - -// 2215 -[npc_2215] -bas=bas_437 -vislevel=0 -turnspeed=5000 -size=1 -bgsound=synth_2411,synth_1605,synth_1605,synth_1605,15 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=15523 -recol3s=16846 -recol3d=7332 -name=Dwarven Miner -model1=model_7059 -model2=model_2978 -model3=model_2990 -model4=model_7053 -model5=model_7045 -model6=model_7066 -model7=model_40126 -head1=model_2 -unknown119=6 - -// 2216 -[npc_2216] -bas=bas_437 -op1=Talk-to -vislevel=0 -size=1 -bgsound=synth_2411,synth_1605,synth_1605,synth_1605,15 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=15523 -recol3s=16846 -recol3d=7332 -name=Dwarven Miner -model1=model_7059 -model2=model_2978 -model3=model_2990 -model4=model_7052 -model5=model_7045 -model6=model_7066 -model7=model_40126 -head1=model_2 -unknown119=1 - -// 2217 -[npc_2217] -bas=bas_2 -vislevel=0 -vislevel=0 -size=1 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=15523 -recol3s=16846 -recol3d=7332 -name=Dwarven Miner -model1=model_7059 -model2=model_2978 -model3=model_2990 -model4=model_7053 -model5=model_7045 -model6=model_2985 -model7=model_40126 -head1=model_2 -unknown119=2 - -// 2218 -[npc_2218] -bas=bas_2 -vislevel=0 -vislevel=0 -size=1 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=15523 -recol3s=16846 -recol3d=7332 -name=Dwarven Miner -model1=model_7059 -model2=model_2978 -model3=model_2990 -model4=model_7052 -model5=model_7045 -model6=model_2985 -model7=model_40126 -head1=model_2 -unknown119=2 - -// 2219 -[npc_2219] -bas=bas_953 -size=1 -vislevel=0 -recol1s=24242 -recol1d=15633 -recol2s=16846 -recol2d=15633 -recol3s=20017 -recol3d=28454 -recol4s=7298 -recol4d=5322 -name=Purple Pewter Director -model1=model_7026 -model2=model_6020 -model3=model_6017 -model4=model_7037 -model5=model_7045 -model6=model_2985 -head1=model_6985 -unknown119=3 - -// 2220 -[npc_2220] -bas=bas_2 -size=1 -vislevel=0 -recol1s=24242 -recol1d=15633 -recol2s=16846 -recol2d=15633 -recol3s=20017 -recol3d=28454 -recol4s=7298 -recol4d=5322 -name=Purple Pewter Director -model1=model_7026 -model2=model_6020 -model3=model_6017 -model4=model_7037 -model5=model_7045 -model6=model_2985 -head1=model_6985 -unknown119=3 - -// 2221 -[npc_2221] -bas=bas_2 -size=1 -resizeh=130 -resizev=115 -vislevel=0 -recol1s=12685 -recol1d=12788 -recol2s=16846 -recol2d=12723 -recol3s=13639 -recol3d=10571 -recol4s=16878 -recol4d=12751 -recol5s=7298 -recol5d=69 -recol6s=7266 -recol6d=5352 -name=Blue Opal Director -model1=model_7027 -model2=model_7055 -model3=model_7037 -model4=model_7044 -model5=model_2985 -head1=model_6986 -unknown119=3 - -// 2222 -[npc_2222] -bas=bas_954 -size=1 -resizeh=135 -resizev=128 -vislevel=0 -recol1s=30340 -recol1d=29489 -recol2s=11628 -recol2d=32517 -recol3s=16846 -recol3d=27402 -recol4s=25098 -recol4d=22984 -recol5s=7168 -recol5d=26406 -recol6s=6309 -recol6d=26406 -name=Yellow Fortune Director -model1=model_7031 -model2=model_7070 -model3=model_7058 -model4=model_7038 -model5=model_7045 -model6=model_7068 -head1=model_6990 -head2=model_6995 -unknown119=3 - -// 2223 -[npc_2223] -bas=bas_2 -size=1 -resizeh=138 -resizev=135 -vislevel=0 -recol1s=25098 -recol1d=28303 -recol2s=7266 -recol2d=5474 -recol3s=16878 -recol3d=15719 -recol4s=16846 -recol4d=11881 -recol5s=10532 -recol5d=5474 -retex1s=material_295 -retex1d=material_142 -name=Green Gemstone Director -model1=model_7029 -model2=model_7069 -model3=model_6017 -model4=model_2978 -model5=model_7044 -model6=model_2985 -head1=model_6988 -head2=model_6949 -unknown119=3 - -// 2224 -[npc_2224] -bas=bas_955 -size=1 -vislevel=0 -recol1s=7266 -recol1d=32634 -recol2s=11488 -recol2d=29464 -recol3s=16846 -recol3d=17864 -recol4s=3171 -recol4d=17864 -name=White Chisel Director -model1=model_7028 -model2=model_7059 -model3=model_2979 -model4=model_2980 -model5=model_2985 -head1=model_6987 -unknown119=3 - -// 2225 -[npc_2225] -bas=bas_2 -size=1 -resizeh=140 -resizev=128 -vislevel=0 -recol1s=24242 -recol1d=16846 -recol2s=7298 -recol2d=2114 -recol3s=8456 -recol3d=20084 -name=Silver Cog Director -model1=model_7029 -model2=model_6017 -model3=model_7037 -model4=model_7045 -model5=model_2985 -head1=model_6988 -unknown119=3 - -// 2226 -[npc_2226] -bas=bas_955 -size=1 -resizeh=135 -resizev=140 -vislevel=0 -recol1s=10434 -recol1d=26221 -recol2s=25098 -recol2d=21960 -recol3s=16846 -recol3d=12546 -recol4s=7168 -recol4d=12546 -recol5s=14732 -recol5d=12546 -retex1s=material_294 -retex1d=material_142 -name=Brown Engine Director -model1=model_2971 -model2=model_7055 -model3=model_7036 -model4=model_7045 -model5=model_7068 -head1=model_1 -unknown119=3 - -// 2227 -[npc_2227] -bas=bas_212 -vislevel=0 -recol1s=25098 -recol1d=24142 -recol2s=12548 -recol2d=32497 -recol3s=10434 -recol3d=29394 -recol4s=16846 -recol4d=15523 -recol5s=25236 -recol5d=10339 -recol6s=14732 -recol6d=12420 -name=Red Axe Director -model1=model_7030 -model2=model_7055 -model3=model_7037 -model4=model_7075 -model5=model_2980 -model6=model_2985 -head1=model_6989 -unknown119=3 - -// 2228 -[npc_2228] -bas=bas_2 -size=1 -resizeh=140 -resizev=130 -vislevel=0 -recol1s=7298 -recol1d=2114 -recol2s=10504 -recol2d=2114 -recol3s=16846 -recol3d=2114 -recol4s=7399 -recol4d=11628 -recol5s=11488 -recol5d=28527 -recol6s=7296 -recol6d=11628 -name=Commander Veldaban -model1=model_7028 -model2=model_7050 -model3=model_7039 -model4=model_2991 -model5=model_7043 -model6=model_2985 -head1=model_6987 -unknown119=3 - -// 2229 -[npc_2229] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Red Axe Cat -model1=model_34026 -head1=model_34055 -unknown119=3 - -// 2230 -[npc_2230] -bas=bas_952 -vislevel=0 -size=1 -ambient=15 -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Red Axe Cat -model1=model_34026 -head1=model_6436 -unknown119=3 - -// 2231 -[npc_2231] -bas=bas_2 -size=1 -vislevel=0 -multivar=varplayerbit_579 -multinpc=1,npc_2232 -unknown119=3 - -// 2232 -[npc_2232] -bas=bas_2 -resizeh=145 -resizev=135 -vislevel=0 -recol1s=16846 -recol1d=96 -recol2s=2114 -recol2d=96 -recol3s=8456 -recol3d=4227 -recol4s=6144 -recol4d=96 -recol5s=5120 -recol5d=96 -name=Black Guard Berserker -model1=model_7025 -model2=model_7050 -model3=model_7039 -model4=model_7073 -model5=model_7042 -head1=model_6984 -unknown119=3 - -// 2233 -[npc_2233] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=32735 -recol1d=9509 -recol2s=14724 -recol2d=13769 -recol3s=2340 -recol3d=6371 -recol4s=7298 -recol4d=5314 -recol5s=6273 -recol5d=18659 -recol6s=15856 -recol6d=25098 -name=Olivia -model1=model_393 -model2=model_417 -model3=model_467 -model4=model_348 -model5=model_10706 -model6=model_428 -model7=model_7366 -head1=model_39016 -head2=model_38891 -unknown119=3 - -// 2234 -[npc_2234] -bas=bas_4 -op3=Pickpocket -vislevel=0 -recol1s=14724 -recol1d=12710 -recol2s=2340 -recol2d=8388 -recol3s=6273 -recol3d=13671 -recol4s=4192 -recol4d=8388 -recol5s=32735 -recol5d=16840 -name=Master Farmer -model1=model_6364 -model2=model_217 -model3=model_249 -model4=model_292 -model5=model_4391 -model6=model_170 -model7=model_176 -model8=model_7367 -model9=model_274 -model10=model_7121 -head1=model_39686 -head2=model_39254 -head3=model_39387 -unknown119=3 - -// 2235 -[npc_2235] -bas=bas_120 -op3=Pickpocket -vislevel=0 -recol1s=2340 -recol1d=4394 -recol2s=5120 -recol2d=12485 -recol3s=14724 -recol3d=9540 -recol4s=6273 -recol4d=29354 -recol5s=0 -recol5d=12485 -retex1s=material_228 -retex1d=material_426 -name=Master Farmer -model1=model_3706 -model2=model_217 -model3=model_246 -model4=model_292 -model5=model_326 -model6=model_170 -model7=model_176 -model8=model_496 -model9=model_5218 -head1=model_39686 -head2=model_39223 -head3=model_39456 -unknown119=3 - -// 2236 -[npc_2236] -bas=bas_4 -op2=Attack -vislevel=20 -recol1s=2340 -recol1d=8484 -recol2s=15856 -recol2d=27147 -recol3s=16846 -recol3d=15755 -recol4s=32736 -recol4d=15655 -name=Market Guard -model1=model_232 -model2=model_251 -model3=model_293 -model4=model_317 -model5=model_169 -model6=model_10218 -model7=model_518 -model8=model_523 -model9=model_274 -model10=model_185 -unknown119=3 - -// 2237 -[npc_2237] -bas=bas_121 -size=1 -op1=Talk-to -op4=Work-for -vislevel=0 -recol1s=15719 -recol1d=9445 -recolhsl2s=25238 -recolhsl2d=9414 -recolhsl3s=6378 -recolhsl3d=6430 -recolhsl4s=5674 -recolhsl4d=6430 -recolhsl5s=6368 -recolhsl5d=6422 -recolhsl6s=5659 -recolhsl6d=6422 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_255 -retex3d=material_272 -name=Gee -model1=model_40339 -model2=model_40349 -model3=model_40364 -model4=model_40370 -model5=model_40345 -model6=model_28810 -model7=model_40315 -head1=model_39706 -unknown119=3 - -// 2238 -[npc_2238] -bas=bas_121 -size=1 -op1=Talk-to -op4=Work-for -vislevel=0 -recol1s=6340 -recol1d=6273 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=7298 -recolhsl4s=25238 -recolhsl4d=8411 -recol5s=15719 -recol5d=9445 -retex1s=material_252 -retex1d=material_254 -name=Donie -model1=model_40378 -model2=model_40389 -model3=model_40392 -model4=model_40396 -model5=model_40382 -model6=model_28847 -model7=model_40372 -head1=model_39042 -unknown119=3 - -// 2239 -[npc_2239] -bas=bas_1408 -vislevel=0 -ambient=15 -name=Pig -model1=model_7363 -unknown119=3 - -// 2240 -[npc_2240] -bas=bas_1408 -vislevel=0 -size=2 -ambient=15 -resizeh=200 -resizev=200 -recol1s=24078 -recol1d=23021 -recol2s=21964 -recol2d=21930 -name=Pig -model1=model_7363 -unknown119=3 - -// 2241 -[npc_2241] -bas=bas_1408 -vislevel=0 -resizeh=50 -resizev=50 -ambient=15 -name=Piglet -model1=model_7364 -unknown119=3 - -// 2242 -[npc_2242] -bas=bas_1408 -vislevel=0 -resizeh=70 -resizev=70 -ambient=15 -recol1s=24078 -recol1d=25133 -recol2s=21964 -recol2d=24010 -name=Piglet -model1=model_7364 -unknown119=3 - -// 2243 -[npc_2243] -bas=bas_1408 -vislevel=0 -resizeh=64 -resizev=64 -ambient=15 -name=Piglet -model1=model_7364 -unknown119=3 - -// 2244 -[npc_2244] -bas=bas_121 -op1=Talk-to -alwaysontop=yes -vislevel=0 -recolhsl1s=6798 -recolhsl1d=6252 -recolhsl2s=6165 -recolhsl2d=41279 -retex1s=material_260 -retex1d=material_359 -name=Lumbridge Guide -model1=model_40339 -model2=model_40348 -model3=model_40363 -model4=model_40369 -model5=model_40342 -model6=model_40324 -head1=model_39706 -unknown119=3 - -// 2245 -[npc_2245] -bas=bas_4 -size=1 -op2=Attack -vislevel=19 -recol1s=16846 -recol1d=5285 -recolhsl2s=5442 -recolhsl2d=5408 -name=Khazard trooper -model1=model_219 -model2=model_252 -model3=model_306 -model4=model_152 -model5=model_176 -model6=model_269 -model7=model_185 -model8=model_502 -model9=model_523 -unknown119=3 - -// 2246 -[npc_2246] -bas=bas_226 -size=1 -op2=Attack -vislevel=19 -recol1s=16846 -recol1d=5285 -recolhsl2s=5442 -recolhsl2d=5408 -name=Khazard trooper -model1=model_219 -model2=model_252 -model3=model_306 -model4=model_152 -model5=model_176 -model6=model_269 -model7=model_185 -model8=model_540 -unknown119=3 - -// 2247 -[npc_2247] -bas=bas_108 -size=1 -op2=Attack -vislevel=3 -name=Gnome troop -model1=model_2914 -model2=model_2903 -model3=model_2919 -head1=model_22 -unknown119=3 - -// 2248 -[npc_2248] -bas=bas_108 -size=1 -op2=Attack -vislevel=3 -recol1s=25098 -recol1d=13537 -recol2s=22984 -recol2d=13537 -recol3s=22984 -recol3d=13537 -recol4s=21927 -recol4d=13537 -name=Gnome troop -model1=model_2914 -model2=model_2903 -model3=model_2919 -head1=model_22 -unknown119=3 - -// 2249 -[npc_2249] -bas=bas_108 -size=1 -op2=Attack -vislevel=3 -recol1s=352 -recol1d=14625 -name=Gnome -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 2250 -[npc_2250] -bas=bas_108 -size=1 -op2=Attack -vislevel=1 -recol1s=25098 -recol1d=13537 -recol2s=22984 -recol2d=13537 -recol3s=21927 -recol3d=13537 -name=Gnome -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 2251 -[npc_2251] -bas=bas_108 -size=1 -op2=Attack -vislevel=3 -name=Gnome -model1=model_2909 -model2=model_2890 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 2252 -[npc_2252] -bas=bas_1400 -vislevel=0 -size=1 -minimap=no -name=Crow -model1=model_26851 -unknown119=2 - -// 2253 -[npc_2253] -bas=bas_53 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=10498 -recol2s=8386 -recol2d=2191 -recol3s=15392 -recol3d=1116 -recol4s=32736 -recol4d=14726 -recol5s=2340 -recol5d=10498 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_369 -retex3d=material_426 -name=Wise Old Man -model1=model_187 -model2=model_9103 -model3=model_4925 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_176 -model8=model_3711 -model9=model_265 -model10=model_181 -head1=model_39761 -unknown119=1 - -// 2254 -[npc_2254] -bas=bas_395 -minimap=no -vislevel=0 -turnspeed=0 -size=2 -op1=Kick -name=Bed -model1=model_7381 -unknown119=3 - -// 2255 -[npc_2255] -bas=bas_395 -vislevel=0 -turnspeed=0 -size=2 -op2=Attack -name=Thing under the bed -model1=model_7381 -unknown119=3 - -// 2256 -[npc_2256] -bas=bas_4 -size=1 -op3=Pickpocket -op2=Attack -vislevel=62 -recol1s=7298 -recol1d=6342 -recol2s=6273 -recol2d=28295 -recol3s=15375 -recol3d=19126 -recol4s=15856 -recol4d=25098 -retex1s=material_228 -retex1d=material_426 -name=Paladin -model1=model_217 -model2=model_248 -model3=model_313 -model4=model_156 -model5=model_10218 -model6=model_268 -model7=model_185 -model8=model_518 -model9=model_541 -model10=model_3330 -unknown119=3 - -// 2257 -[npc_2257] -bas=bas_4 -vislevel=1 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -multivar=varplayer_492 -multinpc=0,npc_2258 -multinpc=1,npc_2258 -multinpc=2,npc_2258 -multinpc=3,npc_2258 -multinpc=4,npc_2259 -unknown119=3 - -// 2258 -[npc_2258] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=14724 -recol1d=2340 -recol2s=2340 -recol2d=15392 -recol3s=6273 -recol3d=21074 -recol4s=22131 -recol4d=8291 -recol5s=30656 -recol5d=0 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Mage of Zamorak -model1=model_5430 -model2=model_251 -model3=model_286 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_544 -model8=model_556 -model9=model_256 -head1=model_38094 -head2=model_38096 -unknown119=3 - -// 2259 -[npc_2259] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -op4=Teleport -size=1 -recol1s=14724 -recol1d=2340 -recol2s=2340 -recol2d=15392 -recol3s=6273 -recol3d=21074 -recol4s=22131 -recol4d=8291 -recol5s=30656 -recol5d=0 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Mage of Zamorak -model1=model_5430 -model2=model_251 -model3=model_286 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_544 -model8=model_556 -model9=model_256 -head1=model_38094 -head2=model_38096 -unknown119=3 - -// 2260 -[npc_2260] -bas=bas_4 -vislevel=1 -multivar=varplayer_492 -multinpc=1,npc_2261 -multinpc=2,npc_2261 -multinpc=3,npc_2261 -multinpc=4,npc_2261 -unknown119=3 - -// 2261 -[npc_2261] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=2340 -recol2s=2340 -recol2d=15392 -recol3s=6273 -recol3d=21074 -recol4s=22131 -recol4d=8291 -recol5s=30656 -recol5d=0 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Mage of Zamorak -model1=model_5430 -model2=model_251 -model3=model_286 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_544 -model8=model_556 -model9=model_256 -head1=model_38094 -head2=model_38096 -unknown119=3 - -// 2262 -[npc_2262] -bas=bas_460 -vislevel=0 -size=1 -turnspeed=0 -op1=Talk-to -op3=Repair-pouches -recol1s=14724 -recol1d=0 -recol2s=2340 -recol2d=0 -recol3s=25098 -recol3d=22028 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -name=Dark mage -model1=model_5430 -model2=model_246 -model3=model_285 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_5441 -head1=model_38093 -unknown119=1 - -// 2263 -[npc_2263] -bas=bas_457 -size=1 -op2=Attack -vislevel=41 -name=Abyssal leech -model1=model_7461 -unknown119=3 - -// 2264 -[npc_2264] -bas=bas_458 -size=1 -op2=Attack -vislevel=59 -name=Abyssal guardian -model1=model_7462 -unknown119=3 - -// 2265 -[npc_2265] -bas=bas_459 -size=1 -op2=Attack -vislevel=81 -name=Abyssal walker -model1=model_7464 -unknown119=3 - -// 2266 -[npc_2266] -bas=bas_4 -vislevel=0 -resizeh=120 -resizev=120 -alwaysontop=yes -op1=Talk-to -op3=Quick-start -recol1s=14724 -recol1d=2113 -recol2s=2340 -recol2d=3138 -recol3s=5120 -recol3d=32536 -recol4s=7328 -recol4d=13580 -recol5s=2472 -recol5d=13580 -name=Brian O'Richard -model1=model_230 -model2=model_7611 -model3=model_162 -model4=model_176 -model5=model_246 -model6=model_267 -model7=model_730 -head1=model_39924 -unknown119=3 - -// 2267 -[npc_2267] -bas=bas_4 -vislevel=0 -resizeh=133 -resizev=133 -op3=hidden -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=1056 -recol2s=2340 -recol2d=1057 -recol3s=5120 -recol3d=32536 -name=Rogue Guard -model1=model_230 -model2=model_280 -model3=model_293 -model4=model_162 -model5=model_176 -model6=model_490 -model7=model_274 -model8=model_185 -model9=model_246 -head1=model_39630 -unknown119=3 - -// 2268 -[npc_2268] -bas=bas_4 -vislevel=0 -resizeh=130 -resizev=130 -op3=hidden -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=2114 -recol2s=5120 -recol2d=15810 -recol3s=7298 -recol3d=3138 -recol4s=15856 -recol4d=5252 -recol5s=8420 -recol5d=2114 -name=Rogue Guard -model1=model_6655 -model2=model_293 -model3=model_151 -model4=model_176 -model5=model_490 -model6=model_274 -model7=model_185 -model8=model_246 -head1=model_39872 -unknown119=3 - -// 2269 -[npc_2269] -bas=bas_4 -vislevel=0 -resizeh=133 -resizev=133 -op3=hidden -vislevel=0 -alwaysontop=yes -recol1s=22027 -recol1d=5252 -recol2s=11561 -recol2d=3138 -recol3s=2340 -recol3d=2114 -recol4s=10504 -recol4d=3171 -recol5s=7298 -recol5d=3202 -recol6s=13675 -recol6d=10338 -name=Rogue Guard -model1=model_6655 -model2=model_307 -model3=model_40160 -model4=model_490 -model5=model_274 -model6=model_185 -head1=model_39872 -unknown119=3 - -// 2270 -[npc_2270] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=15856 -recol1d=3138 -recol2s=2340 -recol2d=4194 -recol3s=13696 -recol3d=5251 -recol4s=5312 -recol4d=3137 -name=Martin Thwait -model1=model_214 -model2=model_296 -model3=model_18958 -model4=model_173 -model5=model_4924 -model6=model_274 -model7=model_185 -model8=model_246 -head1=model_39726 -head2=model_39223 -unknown119=3 - -// 2271 -[npc_2271] -bas=bas_4 -vislevel=0 -resizeh=130 -resizev=135 -op1=Talk-to -op3=Bank -op4=Collect -alwaysontop=yes -recol1s=15856 -recol1d=6306 -recol2s=14724 -recol2d=6306 -recol3s=32696 -recol3d=12646 -recol4s=13600 -recol4d=5217 -recol5s=4228 -recol5d=9477 -retex1s=material_359 -retex1d=material_255 -name=Emerald Benedict -model1=model_230 -model2=model_238 -model3=model_5221 -model4=model_173 -model5=model_176 -model6=model_273 -model7=model_246 -head1=model_39630 -head2=model_38643 -unknown119=3 - -// 2272 -[npc_2272] -bas=bas_507 -vislevel=0 -alwaysontop=yes -name=Spin Blades -model1=model_7575 -unknown119=2 - -// 2273 -[npc_2273] -bas=bas_507 -vislevel=0 -alwaysontop=yes -name=Spin Blades -model1=model_7575 -unknown119=2 - -// 2274 -[npc_2274] -bas=bas_86 -size=1 -op2=Attack -resizev=125 -resizeh=125 -ambient=15 -vislevel=2 -name=Goblin -model1=model_24455 -model2=model_24485 -model3=model_24431 -model4=model_24472 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 2275 -[npc_2275] -bas=bas_86 -size=1 -op2=Attack -resizev=125 -resizeh=125 -ambient=15 -vislevel=2 -recol1s=15876 -recol1d=8580 -recol2s=15843 -recol2d=7523 -recol3s=14819 -recol3d=11751 -recol4s=12705 -recol4d=9637 -recol5s=13762 -recol5d=6466 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -retex3s=material_238 -retex3d=material_82 -name=Goblin -model1=model_24455 -model2=model_24488 -model3=model_24434 -model4=model_24478 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 2276 -[npc_2276] -bas=bas_86 -size=1 -op2=Attack -resizev=120 -resizeh=120 -ambient=15 -vislevel=2 -recol1s=12480 -recol1d=14627 -recol2s=15786 -recol2d=9344 -recol3s=18923 -recol3d=11456 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24432 -model4=model_24474 -model5=model_24441 -model6=model_24448 -head1=model_24210 -unknown119=3 - -// 2277 -[npc_2277] -bas=bas_86 -size=1 -op2=Attack -resizev=130 -resizeh=130 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=10790 -recol2s=12705 -recol2d=8676 -retex1s=material_371 -retex1d=material_314 -retex2s=material_435 -retex2d=material_111 -name=Goblin -model1=model_24458 -model2=model_24486 -model3=model_24432 -model4=model_24475 -model5=model_24441 -model6=model_24448 -head1=model_24211 -unknown119=3 - -// 2278 -[npc_2278] -bas=bas_86 -size=1 -op2=Attack -resizev=123 -resizeh=123 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=18090 -recol2s=12705 -recol2d=16007 -name=Goblin -model1=model_24465 -model2=model_24483 -model3=model_24432 -model4=model_24476 -model5=model_24441 -model6=model_24449 -head1=model_24217 -unknown119=3 - -// 2279 -[npc_2279] -bas=bas_86 -size=1 -op2=Attack -resizev=122 -resizeh=122 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=14850 -recol2s=12705 -recol2d=12736 -recol3s=18923 -recol3d=11561 -recol4s=15786 -recol4d=8456 -retex1s=material_371 -retex1d=material_106 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24466 -model2=model_24486 -model3=model_24433 -model4=model_24475 -model5=model_24443 -model6=model_24449 -model7=model_24491 -head1=model_24218 -unknown119=3 - -// 2280 -[npc_2280] -bas=bas_86 -size=1 -op2=Attack -resizev=128 -resizeh=128 -ambient=15 -vislevel=2 -recol1s=18923 -recol1d=11456 -recol2s=15786 -recol2d=13570 -name=Goblin -model1=model_24455 -model2=model_24486 -model3=model_24433 -model4=model_24474 -model5=model_24443 -model6=model_24449 -model7=model_24491 -head1=model_24209 -unknown119=3 - -// 2281 -[npc_2281] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -name=Goblin -model1=model_24467 -model2=model_24488 -model3=model_24437 -model4=model_24478 -model5=model_24443 -model6=model_24448 -head1=model_24219 -unknown119=3 - -// 2282 -[npc_2282] -bas=bas_827 -vislevel=0 -size=1 -op1=Talk-to -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=25098 -recol6d=29360 -name=Sir Spishyus -model1=model_206 -model2=model_249 -model3=model_306 -model4=model_323 -model5=model_164 -model6=model_179 -model7=model_546 -model8=model_7723 -model9=model_268 -model10=model_184 -head1=model_39947 -head2=model_39254 -unknown119=3 - -// 2283 -[npc_2283] -bas=bas_236 -vislevel=0 -size=1 -op1=Talk-to -recol1s=18960 -recol1d=28341 -recol2s=7298 -recol2d=28341 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=25098 -recol6d=24041 -retex1s=material_254 -retex1d=material_291 -name=Lady Table -model1=model_390 -model2=model_468 -model3=model_481 -model4=model_344 -model5=model_356 -model6=model_432 -model7=model_361 -head1=model_39066 -unknown119=3 - -// 2284 -[npc_2284] -bas=bas_827 -vislevel=0 -size=1 -op1=Talk-to -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=6273 -recol6d=16704 -name=Sir Kuam Ferentse -model1=model_217 -model2=model_253 -model3=model_306 -model4=model_323 -model5=model_164 -model6=model_179 -model7=model_546 -model8=model_7723 -model9=model_268 -model10=model_184 -head1=model_39859 -head2=model_39227 -unknown119=3 - -// 2285 -[npc_2285] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=20 -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=6342 -recol6d=28407 -name=Sir Leye -model1=model_233 -model2=model_246 -model3=model_3379 -model4=model_323 -model5=model_157 -model6=model_176 -model7=model_540 -model8=model_268 -model9=model_184 -head1=model_39994 -head2=model_39223 -unknown119=3 - -// 2286 -[npc_2286] -bas=bas_827 -vislevel=0 -size=1 -op1=Talk-to -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=6273 -recol6d=10501 -name=Sir Tinley -model1=model_214 -model2=model_249 -model3=model_306 -model4=model_323 -model5=model_164 -model6=model_179 -model7=model_546 -model8=model_7723 -model9=model_268 -model10=model_184 -head1=model_39726 -head2=model_39254 -unknown119=3 - -// 2287 -[npc_2287] -bas=bas_830 -vislevel=0 -size=1 -op1=Talk-to -turnspeed=0 -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=25098 -recol6d=20903 -name=Sir Ren Itchood -model1=model_201 -model2=model_230 -model3=model_249 -model4=model_306 -model5=model_323 -model6=model_164 -model7=model_179 -model8=model_4394 -model9=model_268 -model10=model_184 -head1=model_39799 -head2=model_39254 -head3=model_39549 -unknown119=3 - -// 2288 -[npc_2288] -bas=bas_236 -vislevel=0 -size=1 -op1=Talk-to -recol1s=18960 -recol1d=28341 -recol2s=7298 -recol2d=28341 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=25098 -recol6d=25232 -retex1s=material_254 -retex1d=material_291 -name=Miss Cheevers -model1=model_376 -model2=model_393 -model3=model_468 -model4=model_481 -model5=model_344 -model6=model_356 -model7=model_432 -model8=model_361 -head1=model_39143 -head2=model_38823 -unknown119=3 - -// 2289 -[npc_2289] -bas=bas_828 -vislevel=0 -size=2 -op1=Talk-to -turnspeed=0 -recol1s=18960 -recol1d=28341 -recol2s=7298 -recol2d=28341 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=6273 -recol6d=25226 -retex1s=material_228 -retex1d=material_426 -name=Ms. Hynn Terprett -model1=model_376 -model2=model_390 -model3=model_468 -model4=model_344 -model5=model_356 -model6=model_7720 -model7=model_432 -model8=model_361 -head1=model_39143 -head2=model_38823 -unknown119=3 - -// 2290 -[npc_2290] -bas=bas_829 -vislevel=0 -size=1 -op1=Talk-to -turnspeed=0 -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=6273 -recol6d=32666 -retex1s=material_228 -retex1d=material_426 -name=Sir Tiffy Cashien -model1=model_7722 -model2=model_18347 -model3=model_7719 -model4=model_268 -model5=model_184 -head1=model_39744 -head2=model_38642 -head3=model_38643 -unknown119=3 - -// 2291 -[npc_2291] -bas=bas_4 -op1=Talk-to -op3=Travel -vislevel=0 -alwaysontop=yes -recol1s=4367 -recol1d=13537 -recol2s=14724 -recol2d=23116 -recol3s=2340 -recol3d=27412 -recol4s=32696 -recol4d=27412 -recol5s=25098 -recol5d=24040 -retex1s=material_359 -retex1d=material_268 -name=Rug Merchant -model1=model_7743 -model2=model_230 -model3=model_247 -model4=model_280 -model5=model_5221 -model6=model_170 -model7=model_176 -model8=model_265 -model9=model_4955 -head1=model_39551 -head2=model_39799 -head3=model_39256 -unknown119=3 - -// 2292 -[npc_2292] -bas=bas_4 -op1=Talk-to -op3=Travel -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=27412 -recol2s=16846 -recol2d=19913 -recol3s=7298 -recol3d=13640 -recol4s=6274 -recol4d=10502 -recol5s=25098 -recol5d=24040 -name=Rug Merchant -model1=model_7743 -model2=model_215 -model3=model_248 -model4=model_310 -model5=model_173 -model6=model_176 -model7=model_6090 -model8=model_4954 -head1=model_39551 -head2=model_39836 -head3=model_39275 -unknown119=3 - -// 2293 -[npc_2293] -bas=bas_4 -op1=Talk-to -op3=Travel -vislevel=0 -alwaysontop=yes -recol1s=32760 -recol1d=29528 -recol2s=14724 -recol2d=26461 -recol3s=25098 -recol3d=24040 -name=Rug Merchant -model1=model_7743 -model2=model_235 -model3=model_249 -model4=model_292 -model5=model_151 -model6=model_176 -model7=model_6090 -model8=model_185 -head1=model_39551 -head2=model_38641 -head3=model_39254 -unknown119=3 - -// 2294 -[npc_2294] -bas=bas_192 -op1=Talk-to -op3=Travel -vislevel=0 -turnspeed=0 -alwaysontop=yes -recol1s=31711 -recol1d=6273 -recol2s=14724 -recol2d=27412 -recol3s=2340 -recol3d=27412 -recol4s=4367 -recol4d=6273 -recol5s=7328 -recol5d=23116 -recol6s=25098 -recol6d=24040 -name=Rug Merchant -model1=model_7743 -model2=model_215 -model3=model_6087 -model4=model_292 -model5=model_162 -model6=model_176 -model7=model_5441 -head1=model_39551 -head2=model_39842 -head3=model_39216 -unknown119=3 - -// 2295 -[npc_2295] -bas=bas_192 -alwaysontop=yes -turnspeed=0 -op1=Talk-to -op3=Travel -vislevel=1 -multivar=varplayerbit_346 -multinpc=10,npc_2296 -unknown119=3 - -// 2296 -[npc_2296] -bas=bas_192 -op1=Talk-to -op3=Travel -vislevel=0 -turnspeed=0 -alwaysontop=yes -recol1s=4367 -recol1d=8388 -recol2s=2340 -recol2d=23116 -recol3s=14724 -recol3d=27412 -recol4s=25098 -recol4d=24040 -name=Rug Merchant -model1=model_7743 -model2=model_215 -model3=model_247 -model4=model_292 -model5=model_163 -model6=model_176 -model7=model_264 -model8=model_326 -head1=model_39551 -head2=model_39836 -head3=model_39256 -unknown119=3 - -// 2297 -[npc_2297] -bas=bas_4 -alwaysontop=yes -op1=Talk-to -op3=Travel -vislevel=0 -multivar=varplayerbit_395 -multinpc=1,npc_2298 -unknown119=3 - -// 2298 -[npc_2298] -bas=bas_4 -op1=Talk-to -op3=Travel -vislevel=0 -alwaysontop=yes -recol1s=7298 -recol1d=25098 -recol2s=4367 -recol2d=11491 -recol3s=14724 -recol3d=23116 -recol4s=32760 -recol4d=27412 -recol5s=32759 -recol5d=27412 -recol6s=25098 -recol6d=24040 -retex1s=material_255 -retex1d=material_268 -name=Rug Merchant -model1=model_7743 -model2=model_214 -model3=model_249 -model4=model_280 -model5=model_292 -model6=model_6084 -model7=model_176 -model8=model_6090 -model9=model_4955 -head1=model_39582 -head2=model_39551 -head3=model_39254 -unknown119=3 - -// 2299 -[npc_2299] -bas=bas_4 -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_395 -multinpc=1,npc_2300 -unknown119=3 - -// 2300 -[npc_2300] -bas=bas_4 -op1=Talk-to -op3=Travel -vislevel=0 -alwaysontop=yes -recol1s=4367 -recol1d=13537 -recol2s=14724 -recol2d=23116 -recol3s=2340 -recol3d=27412 -recol4s=32696 -recol4d=27412 -recol5s=25098 -recol5d=24040 -retex1s=material_359 -retex1d=material_272 -name=Rug Station Attendant -model1=model_7743 -model2=model_230 -model3=model_247 -model4=model_280 -model5=model_5221 -model6=model_170 -model7=model_176 -model8=model_265 -model9=model_4955 -head1=model_39551 -head2=model_39630 -head3=model_39256 -unknown119=3 - -// 2301 -[npc_2301] -bas=bas_116 -op1=Talk-to -vislevel=0 -recol1s=16772 -recol1d=19975 -recol2s=9409 -recol2d=12580 -name=Monkey -model1=model_7744 -head1=model_7742 -unknown119=3 - -// 2302 -[npc_2302] -bas=bas_116 -alwaysontop=yes -vislevel=0 -op1=Talk-to -multivar=varplayerbit_395 -multinpc=1,npc_2301 -unknown119=3 - -// 2303 -[npc_2303] -bas=bas_116 -alwaysontop=yes -vislevel=0 -op1=Talk-to -multivar=varplayerbit_346 -multinpc=10,npc_2301 -unknown119=3 - -// 2304 -[npc_2304] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=32735 -recol1d=20973 -recol2s=2340 -recol2d=11526 -recol3s=14724 -recol3d=17736 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=13603 -name=Sarah -model1=model_378 -model2=model_467 -model3=model_348 -model4=model_353 -model5=model_421 -model6=model_7366 -head1=model_39090 -unknown119=3 - -// 2305 -[npc_2305] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=21763 -recol2s=32735 -recol2d=22159 -recol3s=2340 -recol3d=11556 -recol4s=14724 -recol4d=12644 -recol5s=15856 -recol5d=25098 -name=Vanessa -model1=model_387 -model2=model_467 -model3=model_348 -model4=model_353 -model5=model_421 -model6=model_7366 -head1=model_39084 -unknown119=3 - -// 2306 -[npc_2306] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=12710 -recol2s=2340 -recol2d=8388 -recol3s=6273 -recol3d=23080 -recol4s=4192 -recol4d=8388 -recol5s=32735 -recol5d=16840 -retex1s=material_228 -retex1d=material_426 -name=Richard -model1=model_217 -model2=model_305 -model3=model_170 -model4=model_176 -model5=model_274 -model6=model_7121 -model7=model_246 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 2307 -[npc_2307] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=32735 -recol1d=13770 -recol2s=14724 -recol2d=9542 -recol3s=2340 -recol3d=6371 -recol4s=6273 -recol4d=24200 -retex1s=material_228 -retex1d=material_426 -name=Alice -model1=model_393 -model2=model_414 -model3=model_467 -model4=model_348 -model5=model_353 -model6=model_421 -model7=model_7366 -head1=model_39016 -head2=model_38861 -unknown119=3 - -// 2308 -[npc_2308] -bas=bas_40 -vislevel=0 -op1=Talk-to -alwaysontop=yes -retex1s=material_255 -retex1d=material_272 -retex2s=material_251 -retex2d=material_268 -name=Capt' Arnav -model1=model_28785 -model2=model_28792 -model3=model_28755 -model4=model_28757 -model5=model_28769 -model6=model_28808 -model7=model_28759 -head1=model_39696 -head2=model_39553 -unknown119=3 - -// 2309 -[npc_2309] -vislevel=0 -name= -model1=model_8236 -unknown119=3 - -// 2310 -[npc_2310] -bas=bas_1394 -resizeh=68 -resizev=68 -op2=Attack -vislevel=2 -name=Cow calf -model1=model_23890 -unknown119=3 - -// 2311 -[npc_2311] -bas=bas_1416 -vislevel=0 -name=Sheepdog -model1=model_7755 -unknown119=3 - -// 2312 -[npc_2312] -bas=bas_50 -vislevel=0 -resizeh=32 -resizev=32 -ambient=15 -name=Rooster -model1=model_7728 -unknown119=3 - -// 2313 -[npc_2313] -bas=bas_62 -size=1 -op2=Attack -resizeh=85 -resizev=85 -ambient=15 -vislevel=1 -recol1s=22059 -recol1d=17831 -recol2s=23116 -recol2d=16740 -recol3s=23150 -recol3d=13603 -name=Chicken -model1=model_23905 -unknown119=3 - -// 2314 -[npc_2314] -bas=bas_62 -size=1 -op2=Attack -resizeh=85 -resizev=85 -ambient=15 -vislevel=1 -recol1s=23150 -recol1d=11491 -recol2s=23116 -recol2d=9409 -recol3s=22059 -recol3d=8352 -recol4s=28388 -recol4d=29312 -name=Chicken -model1=model_23905 -unknown119=3 - -// 2315 -[npc_2315] -bas=bas_62 -size=1 -op2=Attack -resizeh=85 -resizev=85 -ambient=15 -vislevel=1 -recol1s=23150 -recol1d=21034 -recol2s=23116 -recol2d=19977 -recol3s=22059 -recol3d=17863 -recol4s=32288 -recol4d=29312 -name=Chicken -model1=model_23905 -unknown119=3 - -// 2316 -[npc_2316] -bas=bas_1408 -vislevel=0 -ambient=15 -name=Pig -model1=model_8227 -unknown119=3 - -// 2317 -[npc_2317] -bas=bas_1408 -vislevel=0 -size=2 -ambient=15 -resizeh=200 -resizev=200 -recol1s=24078 -recol1d=23021 -recol2s=21964 -recol2d=21930 -name=Pig -model1=model_8227 -unknown119=3 - -// 2318 -[npc_2318] -bas=bas_1408 -vislevel=0 -resizeh=50 -resizev=50 -ambient=15 -name=Piglet -model1=model_8228 -unknown119=3 - -// 2319 -[npc_2319] -bas=bas_1408 -vislevel=0 -resizeh=70 -resizev=70 -ambient=15 -recol1s=24078 -recol1d=25133 -recol2s=21964 -recol2d=24010 -name=Piglet -model1=model_8228 -unknown119=3 - -// 2320 -[npc_2320] -bas=bas_1408 -vislevel=0 -resizeh=64 -resizev=64 -ambient=15 -name=Piglet -model1=model_8228 -unknown119=3 - -// 2321 -[npc_2321] -bas=bas_2 -op1=Talk-to -vislevel=0 -recol1s=10434 -recol1d=27346 -recol2s=12677 -recol2d=17798 -recol3s=16846 -recol3d=14661 -recol4s=25236 -recol4d=12547 -recol5s=13639 -recol5d=10433 -recol6s=29592 -recol6d=18889 -name=Blandebir -model1=model_7062 -model2=model_7037 -model3=model_7044 -model4=model_2985 -model5=model_40130 -head1=model_0 -head2=model_6026 -unknown119=3 - -// 2322 -[npc_2322] -bas=bas_4 -ambient=50 -contrast=50 -op1=Talk-to -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Metarialus -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_5216 -head1=model_39661 -unknown119=3 - -// 2323 -[npc_2323] -bas=bas_120 -vislevel=0 -op1=Talk-to -op3=Pay (North-west) -op4=Pay (South-east) -recol1s=14724 -recol1d=9548 -recol2s=2340 -recol2d=10532 -recol3s=25098 -recol3d=29362 -recol4s=6273 -recol4d=24992 -name=Elstan -model1=model_210 -model2=model_252 -model3=model_292 -model4=model_326 -model5=model_170 -model6=model_10218 -model7=model_496 -model8=model_274 -model9=model_7121 -head1=model_39600 -head2=model_38097 -unknown119=3 - -// 2324 -[npc_2324] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay (North) -op4=Pay (South) -recol1s=2340 -recol1d=10532 -recol2s=14724 -recol2d=7460 -recol3s=6273 -recol3d=27342 -recol4s=15856 -recol4d=25098 -retex1s=material_228 -retex1d=material_426 -retex2s=material_257 -retex2d=material_252 -retex3s=material_202 -retex3d=material_253 -name=Dantaera -model1=model_378 -model2=model_471 -model3=model_4392 -model4=model_348 -model5=model_10706 -model6=model_7368 -model7=model_421 -model8=model_7366 -head1=model_39090 -modeloffset5=3,-11,6 -unknown119=3 - -// 2325 -[npc_2325] -bas=bas_120 -vislevel=0 -op1=Talk-to -op3=Pay (North) -op4=Pay (South) -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=12580 -recol3s=4192 -recol3d=10466 -recol4s=6273 -recol4d=11588 -recol5s=6144 -recol5d=12580 -name=Kragen -model1=model_4843 -model2=model_235 -model3=model_253 -model4=model_315 -model5=model_33034 -model6=model_10218 -model7=model_496 -model8=model_274 -model9=model_7121 -head1=model_39580 -head2=model_39547 -head3=model_39227 -unknown119=3 - -// 2326 -[npc_2326] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay (North-west) -op4=Pay (South-east) -recol1s=14724 -recol1d=7460 -recol2s=2340 -recol2d=4289 -recol3s=15856 -recol3d=25098 -recol4s=13707 -recol4d=10666 -recol5s=14764 -recol5d=12716 -recol6s=16878 -recol6d=14830 -retex1s=material_268 -retex1d=material_202 -name=Lyra -model1=model_385 -model2=model_470 -model3=model_483 -model4=model_348 -model5=model_353 -model6=model_7368 -model7=model_421 -model8=model_361 -model9=model_7366 -head1=model_39060 -modeloffset5=3,-11,6 -unknown119=3 - -// 2327 -[npc_2327] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=14724 -recol1d=12548 -recol2s=2340 -recol2d=12548 -recol3s=6273 -recol3d=17932 -recol4s=15856 -recol4d=25098 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Francis -model1=model_6848 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_10218 -model6=model_7368 -model7=model_265 -model8=model_7121 -head1=model_39744 -head2=model_38642 -unknown119=3 - -// 2328 -[npc_2328] -vislevel=0 -size=1 -op1=Talk-to -op3=Teleport -recol1s=6273 -recol1d=32635 -recol2s=32701 -recol2d=1430 -retex1s=material_256 -retex1d=material_268 -name=Wizard Cromperty -model1=model_202 -model2=model_215 -model3=model_246 -model4=model_20405 -model5=model_3189 -model6=model_20395 -model7=model_10218 -model8=model_20403 -model9=model_181 -head1=model_39836 -head2=model_39525 -head3=model_39223 -unknown119=3 - -// 2329 -[npc_2329] -bas=bas_187 -vislevel=0 -size=2 -alwaysontop=yes -op1=Interact -name=Muncher -model1=model_26262 -unknown119=1 - -// 2330 -[npc_2330] -bas=bas_120 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=14724 -recol1d=17637 -recol2s=8384 -recol2d=12355 -recol3s=2340 -recol3d=5418 -recol4s=3170 -recol4d=7330 -recol5s=15856 -recol5d=25098 -recol6s=26531 -recol6d=12617 -name=Garth -model1=model_193 -model2=model_215 -model3=model_247 -model4=model_292 -model5=model_3667 -model6=model_151 -model7=model_10218 -model8=model_496 -model9=model_5218 -head1=model_39836 -head2=model_39256 -head3=model_39470 -unknown119=3 - -// 2331 -[npc_2331] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=2340 -recol1d=12580 -recol2s=14724 -recol2d=14728 -recol3s=6273 -recol3d=27342 -recol4s=15856 -recol4d=25098 -recol5s=6354 -recol5d=19946 -recol6s=6341 -recol6d=17798 -name=Ellena -model1=model_370 -model2=model_390 -model3=model_456 -model4=model_332 -model5=model_10706 -model6=model_7368 -model7=model_433 -model8=model_7366 -head1=model_39047 -head2=model_38789 -modeloffset5=3,-11,6 -unknown119=3 - -// 2332 -[npc_2332] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=239 -recol1d=10596 -recol2s=14724 -recol2d=8452 -recol3s=2340 -recol3d=10596 -recol4s=15856 -recol4d=25098 -recol5s=6144 -recol5d=7328 -name=Selena -model1=model_377 -model2=model_390 -model3=model_456 -model4=model_343 -model5=model_10706 -model6=model_7368 -model7=model_428 -model8=model_361 -head1=model_38748 -head2=model_39047 -modeloffset5=3,-11,6 -unknown119=3 - -// 2333 -[npc_2333] -bas=bas_120 -vislevel=0 -op1=Talk-to -op3=Pay -recolhsl1s=7368 -recolhsl1d=21785 -recolhsl2s=7357 -recolhsl2d=21779 -recolhsl3s=5674 -recolhsl3d=21785 -recolhsl4s=5659 -recolhsl4d=21779 -recolhsl5s=7700 -recolhsl5d=7592 -recolhsl6s=5133 -recolhsl6d=6802 -retex1s=material_272 -retex1d=material_256 -retex2s=material_250 -retex2d=material_258 -retex3s=material_273 -retex3d=material_254 -name=Vasquen -model1=model_40336 -model2=model_40352 -model3=model_40364 -model4=model_40370 -model5=model_40344 -model6=model_28804 -model7=model_40318 -head1=model_39932 -unknown119=3 - -// 2334 -[npc_2334] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=6273 -recol1d=23188 -recol2s=14724 -recol2d=32569 -recol3s=2340 -recol3d=32569 -recol4s=5249 -recol4d=9445 -recol5s=6144 -recol5d=9445 -recol6s=15856 -recol6d=25098 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_252 -retex3d=material_254 -retex4s=material_228 -retex4d=material_426 -name=Rhonen -model1=model_217 -model2=model_248 -model3=model_292 -model4=model_8233 -model5=model_170 -model6=model_10218 -model7=model_7368 -model8=model_265 -model9=model_185 -head1=model_39859 -head2=model_39275 -unknown119=3 - -// 2335 -[npc_2335] -bas=bas_120 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=14724 -recol1d=19813 -recol2s=2340 -recol2d=8354 -recol3s=6144 -recol3d=6240 -recol4s=15856 -recol4d=25133 -recol5s=25098 -recol5d=25133 -recol6s=6273 -recol6d=10433 -name=Dreven -model1=model_206 -model2=model_253 -model3=model_292 -model4=model_326 -model5=model_151 -model6=model_10218 -model7=model_496 -model8=model_254 -model9=model_7121 -model10=model_276 -head1=model_39947 -head2=model_39227 -unknown119=3 - -// 2336 -[npc_2336] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=14724 -recol1d=11622 -recol2s=2340 -recol2d=10500 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=11457 -recol5s=6144 -recol5d=6272 -recol6s=6307 -recol6d=6272 -name=Taria -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_10706 -model5=model_7368 -model6=model_433 -model7=model_7366 -head1=model_39066 -modeloffset4=3,-11,6 -unknown119=3 - -// 2337 -[npc_2337] -bas=bas_120 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=6273 -recol1d=17797 -recol2s=14724 -recol2d=11524 -recol3s=2340 -recol3d=5314 -recol4s=6144 -recol4d=6274 -retex1s=material_228 -retex1d=material_426 -name=Rhazien -model1=model_214 -model2=model_4219 -model3=model_252 -model4=model_292 -model5=model_326 -model6=model_162 -model7=model_176 -model8=model_496 -model9=model_254 -model10=model_7121 -head1=model_39582 -head2=model_38097 -head3=model_39479 -unknown119=3 - -// 2338 -[npc_2338] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=14724 -recol1d=12516 -recol2s=2340 -recol2d=12516 -recol3s=6144 -recol3d=12516 -recol4s=15856 -recol4d=25098 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Torrell -model1=model_223 -model2=model_248 -model3=model_299 -model4=model_163 -model5=model_10218 -model6=model_7368 -model7=model_260 -model8=model_7121 -head1=model_39938 -head2=model_39275 -unknown119=3 - -// 2339 -[npc_2339] -bas=bas_657 -vislevel=0 -op1=Talk-to -op3=Pay -retex1s=material_253 -retex1d=material_258 -retex2s=material_252 -retex2d=material_254 -name=Alain -model1=model_31567 -model2=model_31595 -model3=model_31601 -model4=model_31578 -model5=model_31588 -model6=model_31606 -model7=model_31581 -head1=model_39640 -unknown119=3 - -// 2340 -[npc_2340] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=14724 -recol1d=13606 -recol2s=2340 -recol2d=8388 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=17632 -recol5s=6144 -recol5d=6272 -recol6s=25384 -recol6d=6272 -name=Heskel -model1=model_390 -model2=model_456 -model3=model_480 -model4=model_332 -model5=model_10706 -model6=model_7368 -model7=model_433 -model8=model_7366 -head1=model_39066 -modeloffset5=3,-11,6 -unknown119=3 - -// 2341 -[npc_2341] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay -name=Treznor -model1=model_25671 -model2=model_25686 -head1=model_40034 -unknown119=3 - -// 2342 -[npc_2342] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=14724 -recol1d=14596 -recol2s=2340 -recol2d=8388 -recol3s=6144 -recol3d=5216 -recol4s=15856 -recol4d=26189 -recol5s=25098 -recol5d=26189 -recol6s=25384 -recol6d=5216 -name=Fayeth -model1=model_393 -model2=model_470 -model3=model_480 -model4=model_332 -model5=model_10706 -model6=model_7368 -model7=model_433 -model8=model_7366 -head1=model_39016 -modeloffset5=3,-11,6 -unknown119=3 - -// 2343 -[npc_2343] -bas=bas_108 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=416 -recol1d=13671 -recol2s=384 -recol2d=10496 -recol3s=352 -recol3d=10496 -recol4s=13728 -recol4d=8353 -recol5s=6144 -recol5d=8353 -name=Bolongo -model1=model_8238 -model2=model_2909 -model3=model_2922 -head1=model_21 -unknown119=3 - -// 2344 -[npc_2344] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Pay -name=Gileth -model1=model_390 -model2=model_470 -model3=model_482 -model4=model_332 -model5=model_353 -model6=model_7368 -model7=model_428 -model8=model_7366 -head1=model_39066 -modeloffset5=3,-11,6 -unknown119=3 - -// 2345 -[npc_2345] -bas=bas_64 -vislevel=0 -size=1 -op1=Prod -alwaysontop=yes -recol1s=32767 -recol1d=29362 -recol2s=32701 -recol2d=29296 -recol3s=32569 -recol3d=26222 -recol4s=28407 -recol4d=26157 -recol5s=28341 -recol5d=25067 -recol6s=25236 -recol6d=23945 -name=Sick-looking sheep (1) -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 2346 -[npc_2346] -bas=bas_64 -vislevel=0 -size=1 -op1=Prod -alwaysontop=yes -recol1s=32767 -recol1d=20371 -recol2s=32701 -recol2d=18289 -recol3s=32569 -recol3d=20275 -recol4s=28407 -recol4d=20243 -recol5s=28341 -recol5d=18192 -recol6s=25236 -recol6d=17104 -name=Sick-looking sheep (2) -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 2347 -[npc_2347] -bas=bas_64 -vislevel=0 -size=1 -op1=Prod -alwaysontop=yes -recol1s=32767 -recol1d=22268 -recol2s=32701 -recol2d=23289 -recol3s=32569 -recol3d=20154 -recol4s=28407 -recol4d=20153 -recol5s=28341 -recol5d=19097 -recol6s=25236 -recol6d=18071 -name=Sick-looking sheep (3) -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 2348 -[npc_2348] -bas=bas_64 -vislevel=0 -size=1 -op1=Prod -alwaysontop=yes -recol1s=32767 -recol1d=23246 -recol2s=32701 -recol2d=23244 -recol3s=32569 -recol3d=22188 -recol4s=28407 -recol4d=22186 -recol5s=28341 -recol5d=20074 -recol6s=25236 -recol6d=19017 -name=Sick-looking sheep (4) -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 2349 -[npc_2349] -bas=bas_119 -size=1 -op2=Attack -vislevel=11 -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16704 -recol3d=8320 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=11489 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_185 -model6=model_323 -model7=model_553 -head1=model_40025 -unknown119=2 - -// 2350 -[npc_2350] -bas=bas_119 -size=1 -op2=Attack -vislevel=11 -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16704 -recol3d=8320 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=11489 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_185 -model6=model_323 -model7=model_553 -head1=model_40025 -unknown119=2 - -// 2351 -[npc_2351] -bas=bas_119 -size=1 -op2=Attack -vislevel=11 -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16704 -recol3d=8320 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=11489 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_185 -model6=model_323 -model7=model_553 -head1=model_40025 -unknown119=2 - -// 2352 -[npc_2352] -bas=bas_4 -vislevel=0 -size=1 -resizeh=127 -resizev=120 -op1=Talk-to -op3=Trade -recol1s=15750 -recol1d=22024 -recol2s=28464 -recol2d=26319 -retex1s=material_228 -retex1d=material_426 -name=Eudav -model1=model_8264 -model2=model_8268 -model3=model_6975 -model4=model_8267 -head1=model_39775 -unknown119=3 - -// 2353 -[npc_2353] -bas=bas_4 -resizev=129 -op1=Talk-to -op3=Trade -vislevel=0 -size=1 -recol1s=15750 -recol1d=22024 -recol2s=28464 -recol2d=17067 -retex1s=material_228 -retex1d=material_426 -name=Oronwen -model1=model_4030 -model2=model_6981 -model3=model_480 -model4=model_6978 -model5=model_8270 -head1=model_39093 -unknown119=3 - -// 2354 -[npc_2354] -bas=bas_92 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=29464 -recol1d=27412 -recol2s=15750 -recol2d=22162 -recol3s=28464 -recol3d=18921 -recol4s=25293 -recol4d=8388 -retex1s=material_228 -retex1d=material_426 -name=Banker -model1=model_8266 -model2=model_8269 -model3=model_6975 -model4=model_6976 -head1=model_39844 -unknown119=3 - -// 2355 -[npc_2355] -bas=bas_92 -vislevel=0 -size=1 -resizeh=135 -resizev=130 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=29464 -recol1d=27412 -recol2s=15750 -recol2d=22162 -recol3s=28464 -recol3d=18921 -recol4s=25216 -recol4d=8355 -recol5s=14858 -recol5d=18921 -recol6s=25293 -recol6d=13638 -name=Banker -model1=model_4030 -model2=model_6980 -model3=model_480 -model4=model_6978 -model5=model_6979 -head1=model_39093 -unknown119=3 - -// 2356 -[npc_2356] -bas=bas_4 -vislevel=0 -size=1 -resizeh=127 -resizev=120 -op1=Talk-to -op3=Trade -recol1s=28464 -recol1d=26319 -recol2s=15750 -recol2d=14884 -recol3s=14724 -recol3d=14884 -retex1s=material_228 -retex1d=material_426 -name=Dalldav -model1=model_4021 -model2=model_6977 -model3=model_6975 -model4=model_8267 -head1=model_39695 -unknown119=3 - -// 2357 -[npc_2357] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=29464 -recol1d=27412 -recol2s=15750 -recol2d=24208 -recol3s=28464 -recol3d=20967 -name=Gethin -model1=model_8357 -model2=model_8263 -model3=model_8268 -model4=model_6975 -model5=model_6976 -head1=model_39870 -head2=model_39347 -unknown119=3 - -// 2358 -[npc_2358] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_228 -retex1d=material_426 -name=Arianwyn -model1=model_4015 -model2=model_4021 -model3=model_4023 -model4=model_4025 -model5=model_4027 -head1=model_39695 -unknown119=1 - -// 2359 -[npc_2359] -bas=bas_4 -resizeh=127 -resizev=120 -size=1 -op2=Attack -vislevel=108 -recol1s=32576 -recol1d=29483 -recol2s=16808 -recol2d=32591 -recol3s=5447 -recol3d=32591 -retex1s=material_228 -retex1d=material_426 -name=Elf warrior -model1=model_4020 -model2=model_4025 -model3=model_4016 -model4=model_4033 -model5=model_4023 -head1=model_39601 -unknown119=3 - -// 2360 -[npc_2360] -bas=bas_4 -resizeh=127 -resizev=120 -size=1 -op2=Attack -vislevel=108 -recol1s=25216 -recol1d=12608 -recol2s=16808 -recol2d=32591 -recol3s=25098 -recol3d=19875 -name=Elf warrior -model1=model_8266 -model2=model_4025 -model3=model_4016 -model4=model_4033 -model5=model_4023 -unknown119=3 - -// 2361 -[npc_2361] -bas=bas_4 -resizeh=127 -resizev=120 -size=1 -op2=Attack -vislevel=90 -recol1s=32576 -recol1d=29482 -recol2s=25216 -recol2d=17833 -recol3s=5447 -recol3d=32591 -retex1s=material_228 -retex1d=material_426 -name=Elf warrior -model1=model_8266 -model2=model_4025 -model3=model_4016 -model4=model_4044 -model5=model_4023 -head1=model_39844 -unknown119=3 - -// 2362 -[npc_2362] -bas=bas_4 -resizev=125 -size=1 -op2=Attack -vislevel=90 -recol1s=32576 -recol1d=29482 -recol2s=25216 -recol2d=17833 -recol3s=25098 -recol3d=17796 -name=Elf warrior -model1=model_8263 -model2=model_4025 -model3=model_4016 -model4=model_4044 -model5=model_4023 -unknown119=3 - -// 2363 -[npc_2363] -bas=bas_4 -resizeh=127 -resizev=113 -op3=Pickpocket -op1=Talk-to -vislevel=0 -recol1s=16010 -recol1d=23112 -recol2s=25216 -recol2d=17833 -recol3s=5447 -recol3d=32591 -retex1s=material_228 -retex1d=material_426 -name=Goreu -model1=model_8266 -model2=model_6977 -model3=model_6975 -model4=model_4023 -head1=model_39844 -unknown119=3 - -// 2364 -[npc_2364] -bas=bas_4 -resizeh=132 -resizev=131 -op3=Pickpocket -op1=Talk-to -vislevel=0 -recol1s=16010 -recol1d=23112 -recol2s=25216 -recol2d=17833 -recol3s=5447 -recol3d=32591 -recol4s=28464 -recol4d=20201 -recol5s=32576 -recol5d=18848 -retex1s=material_228 -retex1d=material_426 -name=Ysgawyn -model1=model_4020 -model2=model_8269 -model3=model_6975 -model4=model_8267 -head1=model_39601 -unknown119=3 - -// 2365 -[npc_2365] -bas=bas_4 -op3=Pickpocket -op1=Talk-to -vislevel=0 -recol1s=16010 -recol1d=23112 -recol2s=25216 -recol2d=23040 -recol3s=5447 -recol3d=32591 -recol4s=28464 -recol4d=20201 -recol5s=25293 -recol5d=15750 -recol6s=14858 -recol6d=15750 -retex1s=material_228 -retex1d=material_426 -name=Arvel -model1=model_4030 -model2=model_6981 -model3=model_480 -model4=model_6978 -model5=model_6979 -head1=model_39093 -unknown119=3 - -// 2366 -[npc_2366] -bas=bas_4 -resizeh=123 -resizev=110 -op3=Pickpocket -op1=Talk-to -vislevel=0 -recol1s=14858 -recol1d=15750 -retex1s=material_228 -retex1d=material_426 -name=Mawrth -model1=model_4030 -model2=model_6980 -model3=model_480 -model4=model_6978 -model5=model_6979 -head1=model_39093 -unknown119=3 - -// 2367 -[npc_2367] -bas=bas_4 -op3=Pickpocket -op1=Talk-to -vislevel=0 -recol1s=16010 -recol1d=23112 -recol2s=25216 -recol2d=17833 -recol3s=5447 -recol3d=32591 -retex1s=material_228 -retex1d=material_426 -name=Kelyn -model1=model_4030 -model2=model_6981 -model3=model_6978 -model4=model_6979 -head1=model_39093 -unknown119=3 - -// 2368 -[npc_2368] -bas=bas_4 -resizeh=100 -resizev=79 -op1=Talk-to -vislevel=0 -recol1s=25216 -recol1d=27232 -recol2s=28464 -recol2d=22221 -retex1s=material_228 -retex1d=material_426 -name=Eoin -model1=model_8264 -model2=model_8269 -model3=model_6975 -model4=model_6976 -head1=model_40671 -unknown119=3 - -// 2369 -[npc_2369] -bas=bas_4 -resizeh=106 -resizev=87 -op1=Talk-to -vislevel=0 -recol1s=25216 -recol1d=27232 -recol2s=28464 -recol2d=22221 -retex1s=material_228 -retex1d=material_426 -name=Iona -model1=model_4021 -model2=model_6977 -model3=model_6975 -model4=model_8267 -head1=model_40670 -unknown119=3 - -// 2370 -[npc_2370] -bas=bas_108 -size=1 -vislevel=0 -multivar=varplayerbit_799 -multinpc=7,npc_2371 -multinpc=8,npc_2371 -multinpc=9,npc_2371 -multinpc=10,npc_2371 -multinpc=11,npc_2371 -multinpc=12,npc_2371 -multinpc=13,npc_2371 -multinpc=14,npc_2371 -multinpc=15,npc_2371 -multinpc=16,npc_2371 -multinpc=17,npc_2371 -unknown119=3 - -// 2371 -[npc_2371] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=9638 -recol2s=2340 -recol2d=14758 -recol3s=13728 -recol3d=11623 -recol4s=352 -recol4d=9638 -name=Gnome -model1=model_8362 -model2=model_8363 -model3=model_2918 -head1=model_21 -unknown119=3 - -// 2372 -[npc_2372] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=15392 -recol1d=7297 -recol2s=32736 -recol2d=12544 -recol3s=25216 -recol3d=6273 -name=Head mourner -model1=model_205 -model2=model_247 -model3=model_295 -model4=model_323 -model5=model_150 -model6=model_273 -head1=model_39745 -unknown119=3 - -// 2373 -[npc_2373] -bas=bas_29 -size=1 -op2=Attack -vislevel=108 -recol1s=25098 -recol1d=26318 -recol2s=15392 -recol2d=7297 -recol3s=32736 -recol3d=12544 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_4033 -model5=model_273 -model6=model_323 -head1=model_40025 -unknown119=3 - -// 2374 -[npc_2374] -bas=bas_29 -vislevel=0 -size=1 -recol1s=25098 -recol1d=26318 -recol2s=15392 -recol2d=7297 -recol3s=32736 -recol3d=12544 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_4033 -model5=model_273 -model6=model_323 -head1=model_40025 -unknown119=3 - -// 2375 -[npc_2375] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_797 -multinpc=1,npc_2376 -unknown119=1 - -// 2376 -[npc_2376] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recol1s=16010 -recol1d=6859 -recol2s=25216 -recol2d=2114 -recol3s=25098 -recol3d=11488 -name=Eluned -model1=model_4030 -model2=model_4032 -model3=model_4028 -model4=model_4031 -model5=model_4029 -head1=model_39093 -head2=model_38835 -unknown119=3 - -// 2377 -[npc_2377] -bas=bas_64 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=32767 -recol1d=22824 -recol2s=32701 -recol2d=21767 -recol3s=32569 -recol3d=19719 -recol4s=28407 -recol4d=18695 -recol5s=28341 -recol5d=17671 -recol6s=25236 -recol6d=17670 -name=Sick-looking sheep (1) -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 2378 -[npc_2378] -bas=bas_64 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=32767 -recol1d=12841 -recol2s=32701 -recol2d=11784 -recol3s=32569 -recol3d=10727 -recol4s=28407 -recol4d=9670 -recol5s=28341 -recol5d=8613 -recol6s=25236 -recol6d=7556 -name=Sick-looking sheep (2) -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 2379 -[npc_2379] -bas=bas_64 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=32767 -recol1d=12820 -recol2s=32701 -recol2d=11763 -recol3s=32569 -recol3d=10707 -recol4s=28407 -recol4d=10674 -recol5s=28341 -recol5d=8626 -recol6s=25236 -recol6d=9584 -name=Sick-looking sheep (3) -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 2380 -[npc_2380] -bas=bas_64 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=32767 -recol1d=25227 -recol2s=32701 -recol2d=25226 -recol3s=32569 -recol3d=24202 -recol4s=28407 -recol4d=24201 -recol5s=28341 -recol5d=24200 -recol6s=25236 -recol6d=25254 -name=Sick-looking sheep (4) -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 2381 -[npc_2381] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2399 -unknown119=3 - -// 2382 -[npc_2382] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2397 -unknown119=3 - -// 2383 -[npc_2383] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2397 -unknown119=3 - -// 2384 -[npc_2384] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2397 -unknown119=3 - -// 2385 -[npc_2385] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2398 -unknown119=3 - -// 2386 -[npc_2386] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2398 -unknown119=3 - -// 2387 -[npc_2387] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2398 -unknown119=3 - -// 2388 -[npc_2388] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2400 -unknown119=3 - -// 2389 -[npc_2389] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2400 -unknown119=3 - -// 2390 -[npc_2390] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2400 -unknown119=3 - -// 2391 -[npc_2391] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2401 -unknown119=3 - -// 2392 -[npc_2392] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2401 -unknown119=3 - -// 2393 -[npc_2393] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2401 -unknown119=3 - -// 2394 -[npc_2394] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2402 -unknown119=3 - -// 2395 -[npc_2395] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2402 -unknown119=3 - -// 2396 -[npc_2396] -bas=bas_252 -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_2402 -unknown119=3 - -// 2397 -[npc_2397] -bas=bas_252 -resizev=112 -resizeh=112 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -minimap=no -recol1s=2340 -recol1d=2147 -recol2s=10368 -recol2d=6274 -recol3s=9473 -recol3d=6274 -retex1s=material_255 -retex1d=material_111 -retex2s=material_250 -retex2d=material_111 -name=Mysterious ghost -model1=model_7608 -model2=model_7610 -model3=model_7605 -model4=model_179 -model5=model_262 -model6=model_185 -head1=model_40011 -head2=model_39223 -unknown119=3 - -// 2398 -[npc_2398] -bas=bas_252 -resizev=112 -resizeh=112 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -minimap=no -recol1s=239 -recol1d=2243 -recol2s=2340 -recol2d=2243 -recol3s=14724 -recol3d=3298 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Mysterious ghost -model1=model_202 -model2=model_230 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -model8=model_185 -head1=model_39583 -head2=model_39430 -unknown119=3 - -// 2399 -[npc_2399] -bas=bas_252 -resizev=112 -resizeh=112 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -minimap=no -recol1s=15856 -recol1d=3171 -recol2s=16845 -recol2d=6340 -recol3s=15788 -recol3d=6339 -recol4s=14724 -recol4d=4228 -recol5s=14731 -recol5d=5282 -name=Mysterious ghost -model1=model_6364 -model2=model_230 -model3=model_251 -model4=model_292 -model5=model_3707 -model6=model_173 -model7=model_176 -model8=model_254 -model9=model_185 -head1=model_39583 -head2=model_39437 -head3=model_39210 -unknown119=3 - -// 2400 -[npc_2400] -bas=bas_252 -resizev=112 -resizeh=112 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -minimap=no -recol1s=2340 -recol1d=3172 -recol2s=15856 -recol2d=21927 -recol3s=25098 -recol3d=21927 -recol4s=22024 -recol4d=5253 -name=Mysterious ghost -model1=model_230 -model2=model_246 -model3=model_280 -model4=model_315 -model5=model_33034 -model6=model_10218 -model7=model_4226 -model8=model_4218 -head1=model_39583 -unknown119=3 - -// 2401 -[npc_2401] -bas=bas_252 -resizev=112 -resizeh=112 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -minimap=no -recol1s=25098 -recol1d=21927 -recol2s=14724 -recol2d=8386 -recol3s=16846 -recol3d=6274 -recol4s=2340 -recol4d=2244 -retex1s=material_277 -retex1d=material_202 -name=Mysterious ghost -model1=model_7615 -model2=model_474 -model3=model_347 -model4=model_356 -model5=model_437 -model6=model_358 -head1=model_39141 -unknown119=3 - -// 2402 -[npc_2402] -bas=bas_252 -resizev=112 -resizeh=112 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -minimap=no -recol1s=25098 -recol1d=21927 -recol2s=14724 -recol2d=8386 -recol3s=16846 -recol3d=6274 -recol4s=2340 -recol4d=2244 -recol5s=32736 -recol5d=16896 -recol6s=15789 -recol6d=8455 -name=Mysterious ghost -model1=model_230 -model2=model_252 -model3=model_3379 -model4=model_317 -model5=model_164 -model6=model_178 -model7=model_519 -model8=model_268 -model9=model_181 -head1=model_39717 -head2=model_39177 -unknown119=3 - -// 2403 -[npc_2403] -bas=bas_2 -size=1 -vislevel=0 -multivar=varplayerbit_582 -multinpc=0,npc_2099 -unknown119=3 - -// 2404 -[npc_2404] -bas=bas_212 -size=1 -vislevel=0 -multivar=varplayerbit_582 -multinpc=0,npc_2107 -unknown119=3 - -// 2405 -[npc_2405] -bas=bas_41 -size=1 -vislevel=0 -turnspeed=0 -multivar=varplayerbit_582 -multinpc=0,npc_2108 -unknown119=3 - -// 2406 -[npc_2406] -bas=bas_108 -vislevel=0 -multivar=varplayerbit_582 -multinpc=0,npc_2137 -unknown119=3 - -// 2407 -[npc_2407] -bas=bas_108 -vislevel=0 -multivar=varplayerbit_582 -multinpc=0,npc_2138 -unknown119=3 - -// 2408 -[npc_2408] -bas=bas_108 -vislevel=0 -multivar=varplayerbit_582 -multinpc=0,npc_2139 -unknown119=3 - -// 2409 -[npc_2409] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=7399 -recol2s=15785 -recol2d=7399 -recol3s=25364 -recol3d=10405 -recol4s=12677 -recol4d=4261 -name=Cart conductor -model1=model_7061 -model2=model_2979 -model3=model_7046 -model4=model_2985 -model5=model_40130 -head1=model_0 -head2=model_6026 -unknown119=3 - -// 2410 -[npc_2410] -bas=bas_212 -vislevel=0 -recol1s=25098 -recol1d=24142 -recol2s=12548 -recol2d=32497 -recol3s=10434 -recol3d=29394 -recol4s=16846 -recol4d=15523 -recol5s=25236 -recol5d=10339 -recol6s=14732 -recol6d=12420 -name=Red Axe Director -model1=model_7030 -model2=model_7055 -model3=model_7037 -model4=model_7075 -model5=model_2980 -model6=model_2985 -head1=model_6989 -unknown119=3 - -// 2411 -[npc_2411] -bas=bas_212 -vislevel=0 -op1=Listen-to -recol1s=25098 -recol1d=24142 -recol2s=12548 -recol2d=32497 -recol3s=10434 -recol3d=29394 -recol4s=16846 -recol4d=15523 -recol5s=25236 -recol5d=10339 -recol6s=14732 -recol6d=12420 -name=Red Axe Director -model1=model_7030 -model2=model_7055 -model3=model_7037 -model4=model_7075 -model5=model_2980 -model6=model_2985 -head1=model_6989 -unknown119=3 - -// 2412 -[npc_2412] -bas=bas_970 -vislevel=0 -recol1s=7298 -recol1d=10571 -recol2s=4228 -recol2d=15392 -recol3s=13675 -recol3d=20512 -name=Red Axe Henchman -model1=model_8637 -model2=model_8639 -model3=model_8638 -model4=model_8640 -model5=model_2985 -model6=model_7073 -model7=model_8643 -head1=model_8393 -unknown119=3 - -// 2413 -[npc_2413] -bas=bas_970 -vislevel=0 -op1=Listen-to -recol1s=7298 -recol1d=10571 -recol2s=4228 -recol2d=15392 -recol3s=13675 -recol3d=20512 -name=Red Axe Henchman -model1=model_8637 -model2=model_8639 -model3=model_8638 -model4=model_8640 -model5=model_2985 -model6=model_7073 -model7=model_8643 -head1=model_8393 -unknown119=3 - -// 2414 -[npc_2414] -bas=bas_2 -vislevel=0 -recol1s=7298 -recol1d=10571 -recol2s=4228 -recol2d=15392 -recol3s=13675 -recol3d=20512 -name=Red Axe Henchman -model1=model_8637 -model2=model_8639 -model3=model_8638 -model4=model_8640 -model5=model_2985 -model6=model_7073 -model7=model_8641 -head1=model_8393 -head2=model_8394 -unknown119=3 - -// 2415 -[npc_2415] -bas=bas_970 -vislevel=0 -recol1s=7298 -recol1d=10571 -recol2s=4228 -recol2d=15392 -recol3s=13675 -recol3d=20512 -name=Colonel Grimsson -model1=model_8637 -model2=model_8639 -model3=model_8638 -model4=model_8640 -model5=model_2985 -model6=model_7073 -model7=model_8643 -head1=model_8393 -unknown119=3 - -// 2416 -[npc_2416] -bas=bas_2 -vislevel=0 -recol1s=7298 -recol1d=10571 -recol2s=4228 -recol2d=15392 -recol3s=13675 -recol3d=20512 -name=Colonel Grimsson -model1=model_8637 -model2=model_8639 -model3=model_8638 -model4=model_8640 -model5=model_2985 -model6=model_7073 -model7=model_8641 -head1=model_8393 -head2=model_8394 -unknown119=3 - -// 2417 -[npc_2417] -bas=bas_60 -size=2 -vislevel=0 -name=Ogre shaman -model1=model_8682 -model2=model_2877 -head1=model_141 -unknown119=3 - -// 2418 -[npc_2418] -bas=bas_60 -size=2 -vislevel=0 -op1=Listen-to -name=Ogre shaman -model1=model_8682 -model2=model_2877 -head1=model_141 -unknown119=3 - -// 2419 -[npc_2419] -bas=bas_60 -size=2 -vislevel=0 -name=Grunsh -model1=model_8682 -model2=model_2877 -head1=model_141 -unknown119=3 - -// 2420 -[npc_2420] -bas=bas_108 -vislevel=0 -recol1s=288 -recol1d=20611 -recol2s=384 -recol2d=12672 -recol3s=416 -recol3d=20611 -recol4s=11456 -recol4d=15392 -name=Gnome emissary -model1=model_2900 -model2=model_2911 -model3=model_2922 -head1=model_23 -unknown119=3 - -// 2421 -[npc_2421] -bas=bas_108 -vislevel=0 -recol1s=352 -recol1d=20611 -recol2s=384 -recol2d=12672 -recol3s=416 -recol3d=20611 -recol4s=11456 -recol4d=15392 -name=Gnome companion -model1=model_2907 -model2=model_2914 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 2422 -[npc_2422] -bas=bas_108 -vislevel=0 -recol1s=352 -recol1d=11396 -recol2s=10504 -recol2d=7395 -recol3s=416 -recol3d=13572 -recol4s=13675 -recol4d=7396 -name=Gnome companion -model1=model_2890 -model2=model_2914 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 2423 -[npc_2423] -bas=bas_2 -size=1 -vislevel=48 -recol1s=15785 -recol1d=16846 -recol2s=25098 -recol2d=23878 -name=Chaos dwarf -model1=model_2970 -model2=model_2982 -model3=model_2977 -model4=model_2983 -model5=model_2985 -model6=model_2989 -model7=model_2993 -model8=model_2991 -unknown119=3 - -// 2424 -[npc_2424] -bas=bas_2 -size=1 -vislevel=0 -recol1s=15458 -recol1d=7426 -recol2s=15785 -recol2d=20073 -recol3s=24242 -recol3d=7426 -recol4s=16846 -recol4d=98 -name=Gunslik -model1=model_2974 -model2=model_2984 -model3=model_2978 -model4=model_2981 -model5=model_2985 -model6=model_2992 -head1=model_4 -unknown119=3 - -// 2425 -[npc_2425] -bas=bas_2 -size=1 -resizeh=130 -vislevel=0 -recol1s=12646 -recol1d=15758 -recol2s=15785 -recol2d=20041 -recol3s=12677 -recol3d=19941 -recol4s=10434 -recol4d=18754 -name=Nolar -model1=model_7061 -model2=model_2979 -model3=model_7046 -model4=model_2985 -model5=model_2992 -model6=model_40126 -head1=model_2 -head2=model_6026 -unknown119=3 - -// 2426 -[npc_2426] -bas=bas_2 -resizeh=115 -resizev=130 -vislevel=0 -recol1s=15785 -recol1d=13639 -recol2s=29592 -recol2d=13675 -recol3s=25098 -recol3d=20903 -name=Factory Worker -model1=model_2972 -model2=model_2983 -model3=model_2979 -model4=model_7045 -model5=model_2985 -model6=model_2992 -head1=model_2 -unknown119=3 - -// 2427 -[npc_2427] -bas=bas_48 -vislevel=0 -recol1s=16846 -recol1d=7398 -recol2s=15785 -recol2d=7399 -recol3s=25364 -recol3d=10405 -recol4s=12677 -recol4d=6309 -recol5s=10434 -recol5d=22946 -recol6s=25098 -recol6d=21927 -name=Cart conductor -model1=model_7063 -model2=model_2978 -model3=model_2992 -model4=model_7045 -model5=model_2985 -model6=model_40127 -head1=model_3 -head2=model_6026 -unknown119=3 - -// 2428 -[npc_2428] -bas=bas_971 -vislevel=0 -recol1s=16878 -recol1d=15652 -recol2s=29592 -recol2d=8419 -recol3s=16846 -recol3d=21102 -retex1s=material_142 -retex1d=material_295 -name=Gauss -model1=model_7026 -model2=model_7062 -model3=model_2978 -model4=model_7045 -model5=model_2985 -model6=model_2992 -model7=model_8642 -head1=model_6985 -unknown119=3 - -// 2429 -[npc_2429] -bas=bas_48 -vislevel=0 -size=1 -vislevel=0 -name=Drunken Dwarf -model1=model_2974 -model2=model_2986 -model3=model_2983 -model4=model_2979 -model5=model_2981 -model6=model_2985 -model7=model_2992 -head1=model_4 -head2=model_6 -unknown119=3 - -// 2430 -[npc_2430] -bas=bas_213 -resizeh=145 -resizev=120 -vislevel=0 -recol1s=16846 -recol1d=7563 -recol2s=29592 -recol2d=21102 -recol3s=10434 -recol3d=12320 -recol4s=13639 -recol4d=13573 -recol5s=25098 -recol5d=25066 -name=Rowdy dwarf -model1=model_2971 -model2=model_7072 -model3=model_7062 -model4=model_2978 -model5=model_7044 -model6=model_2985 -model7=model_7054 -model8=model_2992 -head1=model_1 -head2=model_6997 -unknown119=3 - -// 2431 -[npc_2431] -bas=bas_972 -op1=Talk-to -vislevel=0 -recol1s=29592 -recol1d=12680 -recol2s=16846 -recol2d=4325 -recol3s=3171 -recol3d=8419 -recol4s=7266 -recol4d=8419 -retex1s=material_142 -retex1d=material_295 -name=Ulifed -model1=model_2973 -model2=model_7062 -model3=model_2978 -model4=model_2980 -model5=model_2985 -model6=model_2992 -model7=model_8642 -head1=model_3 -unknown119=3 - -// 2432 -[npc_2432] -bas=bas_2 -op1=Talk-to -vislevel=1 -recol1s=7298 -recol1d=10571 -recol2s=4228 -recol2d=15392 -recol3s=13675 -recol3d=20512 -name=Red Axe Henchman -model1=model_8637 -model2=model_8639 -model3=model_8638 -model4=model_8640 -model5=model_2985 -model6=model_7073 -model7=model_8641 -head1=model_8393 -head2=model_8394 -unknown119=3 - -// 2433 -[npc_2433] -bas=bas_969 -op1=Talk-to -vislevel=1 -recol1s=7298 -recol1d=10571 -recol2s=4228 -recol2d=15392 -recol3s=13675 -recol3d=20512 -name=Red Axe Henchman -model1=model_8637 -model2=model_8639 -model3=model_8638 -model4=model_8640 -model5=model_2985 -model6=model_7073 -model7=model_8643 -head1=model_8393 -unknown119=3 - -// 2434 -[npc_2434] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=1 -name=Ogre shaman -model1=model_8682 -model2=model_2877 -head1=model_141 -unknown119=3 - -// 2435 -[npc_2435] -bas=bas_119 -vislevel=1 -multivar=varplayerbit_814 -multinpc=0,npc_2436 -multinpc=1,npc_2437 -unknown119=3 - -// 2436 -[npc_2436] -bas=bas_119 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=6340 -recol2s=14724 -recol2d=12614 -name=Jarvald -model1=model_8747 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4236 -model7=model_4235 -model8=model_4226 -model9=model_4218 -head1=model_39939 -head2=model_38097 -unknown119=3 - -// 2437 -[npc_2437] -bas=bas_119 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -op3=Travel -recol1s=2340 -recol1d=6340 -recol2s=14724 -recol2d=12614 -name=Jarvald -model1=model_8747 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4236 -model7=model_4235 -model8=model_4226 -model9=model_4218 -head1=model_39939 -head2=model_38097 -unknown119=3 - -// 2438 -[npc_2438] -bas=bas_119 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -op3=Travel -recol1s=2340 -recol1d=6340 -recol2s=14724 -recol2d=12614 -name=Jarvald -model1=model_8747 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_4236 -model7=model_4235 -model8=model_4226 -model9=model_4218 -head1=model_39939 -head2=model_38097 -unknown119=3 - -// 2439 -[npc_2439] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -name=Askeladden -model1=model_28592 -head1=model_28691 -head2=model_28699 -unknown119=3 - -// 2440 -[npc_2440] -turnspeed=0 -vislevel=0 -minimap=no -op2=Destroy -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -name=Door-support -model1=model_8718 -unknown119=1 - -// 2441 -[npc_2441] -bas=bas_445 -turnspeed=0 -vislevel=0 -minimap=no -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -name=Door -model1=model_8718 -unknown119=1 - -// 2442 -[npc_2442] -bas=bas_448 -turnspeed=0 -vislevel=0 -minimap=no -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -name=Door -model1=model_8718 -unknown119=1 - -// 2443 -[npc_2443] -bas=bas_452 -turnspeed=0 -vislevel=0 -minimap=no -op2=Destroy -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -name=Door-support -model1=model_8718 -unknown119=1 - -// 2444 -[npc_2444] -bas=bas_447 -turnspeed=0 -vislevel=0 -minimap=no -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -name=Door -model1=model_8718 -unknown119=1 - -// 2445 -[npc_2445] -bas=bas_450 -turnspeed=0 -vislevel=0 -minimap=no -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -name=Door -model1=model_8718 -unknown119=1 - -// 2446 -[npc_2446] -bas=bas_451 -turnspeed=0 -vislevel=0 -minimap=no -op2=Destroy -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -name=Door-support -model1=model_8718 -unknown119=1 - -// 2447 -[npc_2447] -bas=bas_446 -turnspeed=0 -vislevel=0 -minimap=no -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -name=Door -model1=model_8718 -unknown119=1 - -// 2448 -[npc_2448] -bas=bas_449 -turnspeed=0 -vislevel=0 -minimap=no -recol1s=7432 -recol1d=4260 -recol2s=8489 -recol2d=5318 -recol3s=9546 -recol3d=6375 -recol4s=10603 -recol4d=7432 -recol5s=11660 -recol5d=8489 -name=Door -model1=model_8718 -unknown119=1 - -// 2449 -[npc_2449] -size=1 -resizeh=100 -resizev=100 -turnspeed=0 -vislevel=0 -minimap=no -name=Egg -model1=model_8712 -unknown119=1 - -// 2450 -[npc_2450] -bas=bas_444 -size=1 -resizeh=100 -resizev=100 -turnspeed=0 -vislevel=0 -minimap=no -name=Egg -model1=model_8713 -unknown119=1 - -// 2451 -[npc_2451] -size=1 -resizeh=100 -resizev=100 -turnspeed=0 -vislevel=0 -minimap=no -name=Egg -model1=model_8714 -unknown119=1 - -// 2452 -[npc_2452] -bas=bas_82 -size=2 -resizeh=250 -resizev=250 -op2=Attack -vislevel=137 -name=Giant Rock Crab -model1=model_8741 -model2=model_8742 -unknown119=3 - -// 2453 -[npc_2453] -vislevel=0 -size=2 -resizeh=250 -resizev=250 -turnspeed=0 -name=Boulder -model1=model_8743 -unknown119=3 - -// 2454 -[npc_2454] -bas=bas_443 -size=1 -resizeh=60 -resizev=60 -op2=Attack -vislevel=42 -name=Dagannoth spawn -model1=model_8740 -unknown119=3 - -// 2455 -[npc_2455] -bas=bas_196 -size=1 -resizeh=69 -resizev=69 -op2=Attack -vislevel=90 -recol1s=14795 -recol1d=12650 -recol2s=12683 -recol2d=11593 -recol3s=11626 -recol3d=10536 -recol4s=10569 -recol4d=9479 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 2456 -[npc_2456] -bas=bas_196 -size=1 -resizeh=69 -resizev=69 -op2=Attack -vislevel=88 -recol1s=14795 -recol1d=14796 -recol2s=12683 -recol2d=13739 -recol3s=11626 -recol3d=13706 -recol4s=10569 -recol4d=12649 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 2457 -[npc_2457] -bas=bas_225 -size=1 -resizeh=110 -resizev=110 -op2=Attack -vislevel=98 -name=Wallasalki -model1=model_8715 -unknown119=3 - -// 2458 -[npc_2458] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=32635 -name=Freaky Forester -model1=model_215 -model2=model_249 -model3=model_299 -model4=model_170 -model5=model_176 -model6=model_8777 -model7=model_185 -model8=model_8781 -model9=model_8775 -head1=model_39836 -head2=model_39254 -head3=model_39538 -unknown119=3 - -// 2459 -[npc_2459] -bas=bas_680 -size=1 -op2=Attack -resizeh=30 -resizev=30 -vislevel=3 -name=Pheasant -model1=model_8839 -model2=model_8840 -unknown119=3 - -// 2460 -[npc_2460] -bas=bas_680 -size=1 -op2=Attack -alwaysontop=yes -resizeh=30 -resizev=30 -vislevel=3 -name=Pheasant -model1=model_8839 -model2=model_8841 -unknown119=3 - -// 2461 -[npc_2461] -bas=bas_680 -size=1 -op2=Attack -alwaysontop=yes -resizeh=30 -resizev=30 -vislevel=3 -name=Pheasant -model1=model_8839 -model2=model_8842 -unknown119=3 - -// 2462 -[npc_2462] -bas=bas_680 -size=1 -resizeh=180 -resizev=180 -op2=Attack -alwaysontop=yes -resizeh=30 -resizev=30 -vislevel=3 -name=Pheasant -model1=model_8839 -model2=model_8843 -unknown119=3 - -// 2463 -[npc_2463] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=19 -name=Evil Chicken -model1=model_7728 -unknown119=1 - -// 2464 -[npc_2464] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=38 -name=Evil Chicken -model1=model_7728 -unknown119=1 - -// 2465 -[npc_2465] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=69 -name=Evil Chicken -model1=model_7728 -unknown119=1 - -// 2466 -[npc_2466] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=81 -name=Evil Chicken -model1=model_7728 -unknown119=1 - -// 2467 -[npc_2467] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=121 -name=Evil Chicken -model1=model_7728 -unknown119=1 - -// 2468 -[npc_2468] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=159 -name=Evil Chicken -model1=model_7728 -unknown119=1 - -// 2469 -[npc_2469] -bas=bas_37 -resizeh=64 -resizev=64 -ambient=20 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Frog -model1=model_6948 -model2=model_6944 -head1=model_8851 -unknown119=3 - -// 2470 -[npc_2470] -bas=bas_37 -resizeh=64 -resizev=64 -ambient=20 -vislevel=0 -op1=Talk-to -name=Frog -model1=model_6948 -model2=model_6944 -head1=model_8851 -unknown119=3 - -// 2471 -[npc_2471] -bas=bas_37 -resizeh=64 -resizev=64 -vislevel=0 -ambient=75 -op1=Talk-to -name=Frog -model1=model_6945 -model2=model_6948 -head1=model_8852 -unknown119=3 - -// 2472 -[npc_2472] -bas=bas_37 -resizeh=64 -resizev=64 -vislevel=0 -ambient=70 -op1=Talk-to -name=Frog -model1=model_6946 -model2=model_6948 -head1=model_8853 -unknown119=3 - -// 2473 -[npc_2473] -bas=bas_37 -resizeh=64 -resizev=64 -vislevel=0 -ambient=70 -name=Frog -model1=model_6947 -head1=model_8850 -unknown119=3 - -// 2474 -[npc_2474] -bas=bas_4 -vislevel=0 -recol1s=14724 -recol1d=7218 -recol2s=4160 -recol2d=5249 -recol3s=7328 -recol3d=5249 -recol4s=2340 -recol4d=32767 -name=Frog prince -model1=model_8774 -model2=model_235 -model3=model_7611 -model4=model_162 -model5=model_257 -model6=model_8233 -model7=model_176 -model8=model_246 -head1=model_39580 -head2=model_39440 -head3=model_39223 -unknown119=3 - -// 2475 -[npc_2475] -bas=bas_4 -vislevel=0 -recol1s=14724 -recol1d=32767 -recol2s=6144 -recol2d=32767 -recol3s=2340 -recol3d=27548 -recol4s=7298 -recol4d=32767 -recol5s=6273 -recol5d=32744 -recol6s=16909 -recol6d=25098 -retex1s=material_359 -retex1d=material_253 -retex2s=material_313 -retex2d=material_253 -retex3s=material_228 -retex3d=material_426 -name=Frog princess -model1=model_6962 -model2=model_390 -model3=model_8786 -model4=model_8846 -model5=model_8784 -model6=model_360 -model7=model_353 -model8=model_444 -head1=model_39047 -head2=model_38752 -unknown119=3 - -// 2476 -[npc_2476] -bas=bas_51 -op1=Talk-To -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=6309 -recol2s=2340 -recol2d=5252 -recol3s=9473 -recol3d=0 -recol4s=6464 -recol4d=0 -recol5s=2472 -recol5d=10444 -recol6s=7329 -recol6d=14476 -name=Rick Turpentine -model1=model_228 -model2=model_244 -model3=model_246 -model4=model_7611 -model5=model_163 -model6=model_179 -model7=model_267 -model8=model_4929 -model9=model_317 -model10=model_16846 -head1=model_39836 -head2=model_39302 -head3=model_39312 -head4=model_39223 -unknown119=3 - -// 2477 -[npc_2477] -bas=bas_4 -vislevel=0 -recol1s=14724 -recol1d=11561 -recol2s=8384 -recol2d=8456 -recol3s=2340 -recol3d=9481 -recol4s=7298 -recol4d=3171 -recol5s=2472 -recol5d=5289 -name=Quiz Master -model1=model_215 -model2=model_245 -model3=model_247 -model4=model_7611 -model5=model_163 -model6=model_176 -model7=model_254 -model8=model_181 -head1=model_39836 -head2=model_39256 -head3=model_39316 -unknown119=3 - -// 2478 -[npc_2478] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -name=Evil Bob -model1=model_34011 -head1=model_34037 -unknown119=3 - -// 2479 -[npc_2479] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -turnspeed=0 -op1=Talk-to -name=Evil Bob -model1=model_34011 -head1=model_34037 -unknown119=1 - -// 2480 -[npc_2480] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=14695 -recol3s=7298 -recol3d=25098 -recol4s=6273 -recol4d=11523 -recol5s=6144 -recol5d=24174 -name=Servant -model1=model_214 -model2=model_250 -model3=model_8845 -model4=model_33034 -model5=model_10218 -model6=model_275 -model7=model_33033 -head1=model_39726 -head2=model_38642 -unknown119=2 - -// 2481 -[npc_2481] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=15392 -recol2d=14695 -recol3s=7298 -recol3d=25098 -recol4s=6273 -recol4d=15712 -retex1s=material_359 -retex1d=material_277 -name=Servant -model1=model_390 -model2=model_8849 -model3=model_40401 -model4=model_10706 -model5=model_443 -model6=model_358 -head1=model_39066 -unknown119=2 - -// 2482 -[npc_2482] -bas=bas_76 -size=2 -vislevel=0 -minimap=no -name=Giant bat -model1=model_18899 -unknown119=7 - -// 2483 -[npc_2483] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayer_320 -multinpc=0,npc_1163 -multinpc=1,npc_1163 -multinpc=2,npc_1163 -multinpc=3,npc_1163 -multinpc=4,npc_1163 -multinpc=5,npc_1163 -unknown119=3 - -// 2484 -[npc_2484] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayer_320 -multinpc=6,npc_1164 -unknown119=3 - -// 2485 -[npc_2485] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayer_320 -multinpc=0,npc_1165 -multinpc=1,npc_1165 -multinpc=2,npc_1165 -multinpc=3,npc_1165 -multinpc=4,npc_1165 -multinpc=5,npc_1165 -unknown119=3 - -// 2486 -[npc_2486] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayer_320 -multinpc=6,npc_1166 -unknown119=3 - -// 2487 -[npc_2487] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayer_320 -multinpc=0,npc_1167 -multinpc=1,npc_1167 -multinpc=2,npc_1167 -multinpc=3,npc_1167 -multinpc=4,npc_1167 -multinpc=5,npc_1167 -unknown119=3 - -// 2488 -[npc_2488] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayer_320 -multinpc=6,npc_1167 -unknown119=3 - -// 2489 -[npc_2489] -bas=bas_113 -size=1 -op2=Attack -vislevel=35 -name=Bush snake -model1=model_3002 -unknown119=3 - -// 2490 -[npc_2490] -bas=bas_578 -size=1 -op2=Attack -turnspeed=1024 -vislevel=35 -name=Bush snake -model1=model_3002 -unknown119=3 - -// 2491 -[npc_2491] -bas=bas_17 -size=1 -minimap=no -op2=Attack -vislevel=44 -recol1s=2014 -recol1d=12901 -recol2s=31773 -recol2d=11590 -recol3s=1666 -recol3d=6567 -recol4s=14392 -recol4d=6567 -recol5s=31808 -recol5d=10756 -name=Jungle spider -model1=model_20315 -model2=model_20313 -unknown119=3 - -// 2492 -[npc_2492] -bas=bas_581 -size=1 -minimap=no -op2=Attack -turnspeed=1024 -vislevel=44 -recol1s=2014 -recol1d=12901 -recol2s=31773 -recol2d=11590 -recol3s=1666 -recol3d=6567 -recol4s=14392 -recol4d=6567 -recol5s=31808 -recol5d=10756 -name=Jungle spider -model1=model_20315 -model2=model_20313 -unknown119=3 - -// 2493 -[npc_2493] -bas=bas_203 -size=1 -op2=Attack -vislevel=13 -name=Large mosquito -model1=model_8904 -unknown119=3 - -// 2494 -[npc_2494] -bas=bas_203 -size=1 -op2=Attack -vislevel=17 -name=Mosquito swarm -model1=model_8905 -unknown119=3 - -// 2495 -[npc_2495] -bas=bas_203 -size=1 -op2=Attack -vislevel=20 -name=Mosquito swarm -model1=model_8906 -unknown119=3 - -// 2496 -[npc_2496] -bas=bas_579 -size=1 -turnspeed=1024 -vislevel=32 -recol1s=25098 -recol1d=15684 -recol2s=15856 -recol2d=15684 -name=Tribesman -model1=model_231 -model2=model_181 -model3=model_246 -model4=model_315 -model5=model_33034 -model6=model_176 -model7=model_279 -model8=model_540 -model9=model_201 -head1=model_39778 -head2=model_39251 -head3=model_39549 -unknown119=3 - -// 2497 -[npc_2497] -bas=bas_119 -size=1 -op2=Attack -vislevel=32 -recol1s=25098 -recol1d=15684 -recol2s=15856 -recol2d=15684 -name=Tribesman -model1=model_231 -model2=model_181 -model3=model_246 -model4=model_315 -model5=model_33034 -model6=model_10218 -model7=model_279 -model8=model_540 -model9=model_201 -head1=model_39778 -head2=model_39251 -unknown119=3 - -// 2498 -[npc_2498] -bas=bas_579 -size=1 -turnspeed=1024 -vislevel=1 -recol1s=25098 -recol1d=9602 -recol2s=15856 -recol2d=9602 -recol3s=22023 -recol3d=9602 -recol4s=22397 -recol4d=20354 -recol5s=22397 -recol5d=10818 -recol6s=2215 -recol6d=9506 -name=Broodoo victim -model1=model_8923 -model2=model_181 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_8926 -model7=model_230 -unknown119=3 - -// 2499 -[npc_2499] -bas=bas_580 -size=1 -op2=Attack -vislevel=60 -recol1s=25098 -recol1d=9602 -recol2s=15856 -recol2d=9602 -recol3s=22023 -recol3d=9602 -recol4s=22397 -recol4d=20354 -recol5s=22397 -recol5d=10818 -recol6s=2215 -recol6d=9506 -name=Broodoo victim -model1=model_8923 -model2=model_181 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_8926 -model7=model_230 -head1=model_39879 -unknown119=3 - -// 2500 -[npc_2500] -bas=bas_579 -size=1 -turnspeed=1024 -vislevel=1 -recol1s=25098 -recol1d=15843 -recol2s=22023 -recol2d=21027 -recol3s=22397 -recol3d=30179 -recol4s=22397 -recol4d=29346 -recol5s=32635 -recol5d=30179 -recol6s=9816 -recol6d=21926 -name=Broodoo victim -model1=model_8923 -model2=model_181 -model3=model_315 -model4=model_173 -model5=model_176 -model6=model_8926 -model7=model_230 -unknown119=3 - -// 2501 -[npc_2501] -bas=bas_580 -size=1 -op2=Attack -vislevel=60 -recol1s=25098 -recol1d=15843 -recol2s=22023 -recol2d=21027 -recol3s=22397 -recol3d=30179 -recol4s=22397 -recol4d=29346 -recol5s=32635 -recol5d=30179 -recol6s=9816 -recol6d=21926 -name=Broodoo victim -model1=model_8923 -model2=model_181 -model3=model_315 -model4=model_173 -model5=model_176 -model6=model_8926 -model7=model_230 -head1=model_39879 -unknown119=3 - -// 2502 -[npc_2502] -bas=bas_579 -size=1 -turnspeed=1024 -vislevel=1 -recol1s=25098 -recol1d=17870 -recol2s=15856 -recol2d=17870 -name=Broodoo victim -model1=model_8923 -model2=model_181 -model3=model_315 -model4=model_33034 -model5=model_176 -model6=model_8926 -model7=model_230 -unknown119=3 - -// 2503 -[npc_2503] -bas=bas_580 -size=1 -op2=Attack -vislevel=60 -recol1s=25098 -recol1d=17870 -recol2s=15856 -recol2d=17870 -name=Broodoo victim -model1=model_8923 -model2=model_181 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_8926 -model7=model_230 -unknown119=3 - -// 2504 -[npc_2504] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_892 -multinpc=1,npc_2505 -multinpc=2,npc_2506 -multinpc=3,npc_2506 -multinpc=4,npc_2506 -multinpc=5,npc_2506 -multinpc=6,npc_2506 -multinpc=7,npc_2506 -unknown119=3 - -// 2505 -[npc_2505] -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=14596 -recol2s=24106 -recol2d=24781 -recol3s=10401 -recol3d=27415 -name=Sharimika -model1=model_210 -model2=model_8921 -model3=model_249 -model4=model_8928 -model5=model_8916 -model6=model_8918 -model7=model_8925 -model8=model_8919 -model9=model_8947 -head1=model_39946 -head2=model_39254 -head3=model_39543 -unknown119=3 - -// 2506 -[npc_2506] -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=14596 -recol2s=24106 -recol2d=24781 -recol3s=10401 -recol3d=27415 -name=Sharimika -model1=model_210 -model2=model_8921 -model3=model_249 -model4=model_8928 -model5=model_8916 -model6=model_8918 -model7=model_8925 -model8=model_8919 -head1=model_39946 -head2=model_39254 -head3=model_39543 -unknown119=3 - -// 2507 -[npc_2507] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_893 -multinpc=1,npc_2508 -multinpc=2,npc_2509 -multinpc=3,npc_2509 -multinpc=4,npc_2509 -multinpc=5,npc_2509 -multinpc=6,npc_2509 -multinpc=7,npc_2509 -unknown119=3 - -// 2508 -[npc_2508] -vislevel=0 -size=1 -op1=Talk-to -recol1s=32576 -recol1d=10401 -recol2s=11561 -recol2d=24106 -recol3s=10401 -recol3d=12513 -recol4s=16846 -recol4d=24106 -recol5s=25098 -recol5d=10468 -recol6s=6273 -recol6d=23253 -retex1s=material_228 -retex1d=material_426 -name=Mamma Bufetta -model1=model_387 -model2=model_445 -model3=model_8943 -model4=model_341 -model5=model_8933 -model6=model_8940 -model7=model_8934 -model8=model_8947 -head1=model_39084 -modeloffset7=-3,-11,6 -unknown119=3 - -// 2509 -[npc_2509] -vislevel=0 -size=1 -op1=Talk-to -recol1s=32576 -recol1d=10401 -recol2s=11561 -recol2d=24106 -recol3s=10401 -recol3d=12513 -recol4s=16846 -recol4d=24106 -recol5s=25098 -recol5d=10468 -recol6s=6273 -recol6d=23253 -retex1s=material_228 -retex1d=material_426 -name=Mamma Bufetta -model1=model_387 -model2=model_445 -model3=model_8943 -model4=model_341 -model5=model_8933 -model6=model_8940 -model7=model_8934 -head1=model_39084 -unknown119=3 - -// 2510 -[npc_2510] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_894 -multinpc=1,npc_2511 -multinpc=2,npc_2512 -multinpc=3,npc_2512 -multinpc=4,npc_2512 -multinpc=5,npc_2512 -multinpc=6,npc_2512 -multinpc=7,npc_2512 -unknown119=3 - -// 2511 -[npc_2511] -vislevel=0 -size=1 -op1=Talk-to -resizeh=116 -resizev=114 -recol1s=14724 -recol1d=24106 -recol2s=25098 -recol2d=17799 -recol3s=16846 -recol3d=10756 -retex1s=material_314 -retex1d=material_253 -retex2s=material_313 -retex2d=material_252 -name=Layleen -model1=model_390 -model2=model_444 -model3=model_8849 -model4=model_8931 -model5=model_8933 -model6=model_8940 -model7=model_8934 -model8=model_8947 -head1=model_39066 -modeloffset7=-3,-11,6 -unknown119=3 - -// 2512 -[npc_2512] -vislevel=0 -size=1 -op1=Talk-to -resizeh=116 -resizev=114 -recol1s=14724 -recol1d=24106 -recol2s=25098 -recol2d=17799 -recol3s=16846 -recol3d=10756 -retex1s=material_272 -retex1d=material_252 -retex2s=material_314 -retex2d=material_253 -retex3s=material_313 -retex3d=material_252 -name=Layleen -model1=model_390 -model2=model_444 -model3=model_8849 -model4=model_8931 -model5=model_8933 -model6=model_8940 -model7=model_8934 -head1=model_39066 -unknown119=3 - -// 2513 -[npc_2513] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_895 -multinpc=1,npc_2514 -multinpc=2,npc_2515 -multinpc=3,npc_2515 -multinpc=4,npc_2515 -multinpc=5,npc_2515 -multinpc=6,npc_2515 -multinpc=7,npc_2515 -unknown119=3 - -// 2514 -[npc_2514] -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=14627 -recol2s=13537 -recol2d=25232 -recol3s=28437 -recol3d=32701 -recol4s=15856 -recol4d=14627 -name=Karaday -model1=model_230 -model2=model_246 -model3=model_285 -model4=model_315 -model5=model_33034 -model6=model_8918 -model7=model_8925 -model8=model_8919 -model9=model_8947 -head1=model_39630 -unknown119=3 - -// 2515 -[npc_2515] -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=14627 -recol2s=13537 -recol2d=25232 -recol3s=28437 -recol3d=32701 -recol4s=15856 -recol4d=14627 -name=Karaday -model1=model_230 -model2=model_246 -model3=model_285 -model4=model_315 -model5=model_33034 -model6=model_8918 -model7=model_8925 -model8=model_8919 -head1=model_39799 -head2=model_39223 -unknown119=3 - -// 2516 -[npc_2516] -bas=bas_119 -vislevel=1 -multivar=varplayerbit_896 -multinpc=1,npc_2517 -multinpc=2,npc_2518 -multinpc=3,npc_2518 -multinpc=4,npc_2518 -multinpc=5,npc_2518 -multinpc=6,npc_2518 -multinpc=7,npc_2518 -unknown119=3 - -// 2517 -[npc_2517] -vislevel=0 -size=1 -op1=Talk-to -resizeh=130 -resizev=130 -recol1s=25098 -recol1d=14627 -recol2s=13537 -recol2d=25232 -recol3s=28437 -recol3d=32701 -recol4s=15856 -recol4d=14627 -recol5s=6273 -recol5d=21073 -retex1s=material_228 -retex1d=material_426 -name=Safta Doc -model1=model_210 -model2=model_250 -model3=model_285 -model4=model_8928 -model5=model_33034 -model6=model_8918 -model7=model_566 -model8=model_8925 -model9=model_8919 -model10=model_8947 -head1=model_39600 -head2=model_38642 -unknown119=3 - -// 2518 -[npc_2518] -vislevel=0 -size=1 -op1=Talk-to -resizeh=130 -resizev=130 -recol1s=25098 -recol1d=14627 -recol2s=13537 -recol2d=25232 -recol3s=28437 -recol3d=32701 -recol4s=15856 -recol4d=14627 -recol5s=6273 -recol5d=21073 -retex1s=material_228 -retex1d=material_426 -name=Safta Doc -model1=model_210 -model2=model_250 -model3=model_285 -model4=model_8928 -model5=model_33034 -model6=model_8918 -model7=model_566 -model8=model_8925 -model9=model_8919 -head1=model_39600 -head2=model_38642 -unknown119=3 - -// 2519 -[npc_2519] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_897 -multinpc=1,npc_2520 -multinpc=2,npc_2521 -multinpc=3,npc_2521 -multinpc=4,npc_2521 -multinpc=5,npc_2521 -multinpc=6,npc_2521 -multinpc=7,npc_2521 -unknown119=3 - -// 2520 -[npc_2520] -vislevel=0 -size=1 -op1=Talk-to -op3=Trade-Co-op -op4=Trade-Drinks -resizeh=127 -resizev=126 -recol1s=25098 -recol1d=14627 -recol2s=2340 -recol2d=24106 -recol3s=14695 -recol3d=24106 -recol4s=15856 -recol4d=14627 -retex1s=material_277 -retex1d=material_314 -name=Gabooty -model1=model_230 -model2=model_250 -model3=model_8845 -model4=model_326 -model5=model_33034 -model6=model_8918 -model7=model_275 -model8=model_8919 -model9=model_553 -model10=model_8947 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 2521 -[npc_2521] -vislevel=0 -size=1 -op1=Talk-to -op3=Trade-Co-op -op4=Trade-Drinks -resizeh=127 -resizev=126 -recol1s=25098 -recol1d=14627 -recol2s=2340 -recol2d=24106 -recol3s=14695 -recol3d=24106 -recol4s=15856 -recol4d=14627 -name=Gabooty -model1=model_230 -model2=model_250 -model3=model_8845 -model4=model_326 -model5=model_33034 -model6=model_8918 -model7=model_275 -model8=model_8919 -model9=model_553 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 2522 -[npc_2522] -bas=bas_119 -vislevel=1 -multivar=varplayerbit_898 -multinpc=1,npc_2523 -multinpc=2,npc_2524 -multinpc=3,npc_2524 -multinpc=4,npc_2524 -multinpc=5,npc_2524 -multinpc=6,npc_2524 -multinpc=7,npc_2524 -unknown119=3 - -// 2523 -[npc_2523] -vislevel=0 -size=1 -op1=Talk-to -resizeh=130 -resizev=130 -recol1s=25098 -recol1d=14627 -recol2s=13537 -recol2d=25232 -recol3s=28437 -recol3d=32701 -recol4s=15856 -recol4d=14627 -recol5s=2340 -recol5d=25232 -recol6s=6273 -recol6d=26084 -retex1s=material_277 -retex1d=material_314 -name=Fanellaman -model1=model_210 -model2=model_252 -model3=model_8928 -model4=model_33034 -model5=model_8918 -model6=model_566 -model7=model_275 -model8=model_8919 -model9=model_8947 -head1=model_39600 -head2=model_38097 -unknown119=3 - -// 2524 -[npc_2524] -vislevel=0 -size=1 -op1=Talk-to -resizeh=130 -resizev=130 -recol1s=25098 -recol1d=14627 -recol2s=13537 -recol2d=25232 -recol3s=28437 -recol3d=32701 -recol4s=15856 -recol4d=14627 -recol5s=2340 -recol5d=25232 -recol6s=6273 -recol6d=26084 -retex1s=material_228 -retex1d=material_426 -name=Fanellaman -model1=model_210 -model2=model_252 -model3=model_8928 -model4=model_33034 -model5=model_8918 -model6=model_566 -model7=model_275 -model8=model_8919 -head1=model_39600 -head2=model_38097 -unknown119=3 - -// 2525 -[npc_2525] -bas=bas_29 -vislevel=1 -multivar=varplayerbit_899 -multinpc=1,npc_2526 -multinpc=2,npc_2527 -multinpc=3,npc_2527 -multinpc=4,npc_2527 -multinpc=5,npc_2527 -multinpc=6,npc_2527 -multinpc=7,npc_2527 -unknown119=3 - -// 2526 -[npc_2526] -vislevel=0 -size=1 -op1=Talk-to -resizeh=130 -resizev=131 -recol1s=25098 -recol1d=15684 -recol2s=6273 -recol2d=20803 -recol3s=21994 -recol3d=24106 -recol4s=15856 -recol4d=24106 -recol5s=14695 -recol5d=24106 -retex1s=material_57 -retex1d=material_268 -retex2s=material_249 -retex2d=material_268 -name=Jagbakoba -model1=model_206 -model2=model_252 -model3=model_8845 -model4=model_173 -model5=model_176 -model6=model_566 -model7=model_8925 -model8=model_8919 -model9=model_8947 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 2527 -[npc_2527] -vislevel=0 -size=1 -op1=Talk-to -resizeh=130 -resizev=131 -recol1s=25098 -recol1d=15684 -recol2s=6273 -recol2d=20803 -recol3s=21994 -recol3d=24106 -recol4s=15856 -recol4d=24106 -recol5s=14695 -recol5d=24106 -name=Jagbakoba -model1=model_206 -model2=model_252 -model3=model_8845 -model4=model_173 -model5=model_176 -model6=model_566 -model7=model_8925 -model8=model_8919 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 2528 -[npc_2528] -bas=bas_119 -vislevel=1 -multivar=varplayerbit_900 -multinpc=1,npc_2529 -multinpc=2,npc_2530 -multinpc=3,npc_2530 -multinpc=4,npc_2530 -multinpc=5,npc_2530 -multinpc=6,npc_2530 -multinpc=7,npc_2530 -unknown119=3 - -// 2529 -[npc_2529] -vislevel=0 -size=1 -op1=Talk-to -resizeh=130 -resizev=131 -recol1s=25098 -recol1d=10468 -recol2s=6307 -recol2d=16707 -recol3s=21994 -recol3d=24106 -recol4s=15856 -recol4d=15684 -recol5s=14695 -recol5d=24106 -recol6s=16704 -recol6d=24175 -name=Murcaily -model1=model_8921 -model2=model_230 -model3=model_246 -model4=model_8928 -model5=model_173 -model6=model_8918 -model7=model_534 -model8=model_8925 -model9=model_8919 -model10=model_8947 -head1=model_39630 -head2=model_39543 -unknown119=3 - -// 2530 -[npc_2530] -vislevel=0 -size=1 -op1=Talk-to -resizeh=130 -resizev=131 -recol1s=25098 -recol1d=10468 -recol2s=6307 -recol2d=16707 -recol3s=21994 -recol3d=24106 -recol4s=15856 -recol4d=15684 -recol5s=14695 -recol5d=24106 -recol6s=16704 -recol6d=24175 -name=Murcaily -model1=model_8921 -model2=model_230 -model3=model_246 -model4=model_8928 -model5=model_173 -model6=model_8918 -model7=model_534 -model8=model_8925 -model9=model_8919 -head1=model_39630 -head2=model_39543 -unknown119=3 - -// 2531 -[npc_2531] -bas=bas_119 -vislevel=1 -multivar=varplayerbit_901 -multinpc=1,npc_2532 -multinpc=2,npc_2533 -multinpc=3,npc_2533 -multinpc=4,npc_2533 -multinpc=5,npc_2533 -multinpc=6,npc_2533 -multinpc=7,npc_2533 -unknown119=3 - -// 2532 -[npc_2532] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -op3=Send-parcel -resizeh=126 -resizev=121 -recol1s=25098 -recol1d=11458 -recol2s=14695 -recol2d=24106 -recol3s=2340 -recol3d=24106 -recol4s=15856 -recol4d=11458 -recol5s=6273 -recol5d=27412 -retex1s=material_228 -retex1d=material_426 -name=Rionasta -model1=model_6848 -model2=model_251 -model3=model_8845 -model4=model_33034 -model5=model_8918 -model6=model_534 -model7=model_274 -model8=model_8919 -model9=model_8947 -head1=model_39744 -head2=model_38096 -unknown119=3 - -// 2533 -[npc_2533] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -op3=Send-parcel -resizeh=126 -resizev=121 -recol1s=25098 -recol1d=11458 -recol2s=14695 -recol2d=24106 -recol3s=2340 -recol3d=24106 -recol4s=15856 -recol4d=11458 -recol5s=6273 -recol5d=27412 -retex1s=material_228 -retex1d=material_426 -name=Rionasta -model1=model_6848 -model2=model_251 -model3=model_8845 -model4=model_33034 -model5=model_8918 -model6=model_534 -model7=model_274 -model8=model_8919 -head1=model_39744 -head2=model_38096 -unknown119=3 - -// 2534 -[npc_2534] -bas=bas_45 -size=3 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Mahogany -model1=model_21837 -unknown119=3 - -// 2535 -[npc_2535] -bas=bas_45 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Teak -model1=model_21849 -unknown119=3 - -// 2536 -[npc_2536] -bas=bas_4 -resizeh=120 -resizev=136 -op1=Talk-To -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=8456 -recol2s=2340 -recol2d=6342 -recol3s=7298 -recol3d=0 -recol4s=2472 -recol4d=1057 -recol5s=6144 -recol5d=1057 -name=Niles -model1=model_215 -model2=model_247 -model3=model_7611 -model4=model_163 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_8954 -head1=model_39836 -head2=model_39256 -unknown119=3 - -// 2537 -[npc_2537] -bas=bas_4 -op1=Talk-To -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=8456 -recol2s=2340 -recol2d=6342 -recol3s=7298 -recol3d=0 -recol4s=2472 -recol4d=1057 -recol5s=6144 -recol5d=1057 -name=Miles -model1=model_223 -model2=model_247 -model3=model_7611 -model4=model_163 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_8954 -head1=model_39938 -head2=model_39256 -unknown119=3 - -// 2538 -[npc_2538] -bas=bas_4 -resizeh=145 -resizev=106 -op1=Talk-To -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=8456 -recol2s=2340 -recol2d=6342 -recol3s=7298 -recol3d=0 -recol4s=2472 -recol4d=1057 -recol5s=6144 -recol5d=1057 -name=Giles -model1=model_230 -model2=model_247 -model3=model_7611 -model4=model_163 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_8954 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 2539 -[npc_2539] -bas=bas_684 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -name=Cap'n Hand -model1=model_28812 -head1=model_39405 -head2=model_39263 -head3=model_39978 -unknown119=3 - -// 2540 -[npc_2540] -bas=bas_4 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -retex1s=material_268 -retex1d=material_256 -retex2s=material_228 -retex2d=material_426 -name=Dr Jekyll -model1=model_245 -model2=model_6848 -model3=model_8970 -model4=model_6846 -model5=model_263 -model6=model_181 -model7=model_176 -model8=model_249 -head1=model_39744 -head2=model_39254 -head3=model_39316 -unknown119=3 - -// 2541 -[npc_2541] -bas=bas_4 -op2=Attack -alwaysontop=yes -vislevel=14 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_8968 -model2=model_8953 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -unknown119=3 - -// 2542 -[npc_2542] -bas=bas_4 -op2=Attack -alwaysontop=yes -vislevel=29 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_8968 -model2=model_8953 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -unknown119=3 - -// 2543 -[npc_2543] -bas=bas_4 -op2=Attack -alwaysontop=yes -vislevel=49 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_8968 -model2=model_8953 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -unknown119=3 - -// 2544 -[npc_2544] -bas=bas_4 -op2=Attack -alwaysontop=yes -vislevel=79 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_8968 -model2=model_8953 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -unknown119=3 - -// 2545 -[npc_2545] -bas=bas_4 -op2=Attack -alwaysontop=yes -vislevel=120 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_8968 -model2=model_8953 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -unknown119=3 - -// 2546 -[npc_2546] -bas=bas_4 -op2=Attack -alwaysontop=yes -vislevel=159 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_8968 -model2=model_8953 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -unknown119=3 - -// 2547 -[npc_2547] -bas=bas_123 -size=1 -op2=Attack -vislevel=13 -recol1s=32731 -recol1d=16678 -recol2s=32697 -recol2d=16644 -recol3s=29560 -recol3d=14564 -recol4s=26421 -recol4d=13507 -recol5s=24307 -recol5d=13507 -retex1s=material_255 -retex1d=material_252 -retex2s=material_247 -retex2d=material_426 -name=Chaos druid -model1=model_31571 -model2=model_31595 -model3=model_31600 -model4=model_31578 -model5=model_31588 -model6=model_31606 -unknown119=3 - -// 2548 -[npc_2548] -bas=bas_4 -size=1 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=26318 -recol2s=2340 -recol2d=27475 -recol3s=32760 -recol3d=23222 -name=Blackjack seller -model1=model_6085 -model2=model_249 -model3=model_5221 -model4=model_170 -model5=model_254 -model6=model_185 -model7=model_176 -model8=model_6099 -head1=model_39446 -head2=model_39799 -head3=model_39254 -unknown119=3 - -// 2549 -[npc_2549] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=7566 -recol2s=14724 -recol2d=20910 -recol3s=6144 -recol3d=17956 -recol4s=15856 -recol4d=22984 -recol5s=25098 -recol5d=22984 -recol6s=7298 -recol6d=12486 -name=Ali the dyer -model1=model_364 -model2=model_390 -model3=model_456 -model4=model_348 -model5=model_10706 -model6=model_429 -model7=model_358 -head1=model_38826 -head2=model_39047 -unknown119=3 - -// 2550 -[npc_2550] -bas=bas_2 -vislevel=0 -vislevel=0 -size=1 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=6275 -recol3s=16846 -recol3d=7332 -recol4s=8456 -recol4d=28452 -name=Dwarven Miner -model1=model_7059 -model2=model_2979 -model3=model_2990 -model4=model_2980 -model5=model_2985 -model6=model_7053 -model7=model_40128 -head1=model_1 -unknown119=2 - -// 2551 -[npc_2551] -bas=bas_2 -op1=Talk-to -vislevel=0 -vislevel=0 -size=1 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=6275 -recol3s=16846 -recol3d=12682 -name=Dwarven Miner -model1=model_2970 -model2=model_7059 -model3=model_2979 -model4=model_2993 -model5=model_7053 -model6=model_2980 -model7=model_2985 -head1=model_0 -unknown119=2 - -// 2552 -[npc_2552] -bas=bas_2 -vislevel=0 -vislevel=0 -size=1 -recol1s=7266 -recol1d=9445 -recol2s=12677 -recol2d=15523 -recol3s=16846 -recol3d=7332 -name=Dwarven Miner -model1=model_7059 -model2=model_2978 -model3=model_2990 -model4=model_7053 -model5=model_7045 -model6=model_2985 -model7=model_40126 -head1=model_2 -unknown119=2 - -// 2553 -[npc_2553] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=7266 -recol1d=13638 -recol2s=16846 -recol2d=18923 -recol3s=9475 -recol3d=9410 -name=Blast Furnace Foreman -model1=model_2970 -model2=model_7072 -model3=model_7059 -model4=model_2978 -model5=model_7045 -model6=model_2985 -head1=model_0 -head2=model_6997 -unknown119=3 - -// 2554 -[npc_2554] -vislevel=0 -size=3 -recol1s=11488 -recol1d=15789 -name=Tin ore -model1=model_9071 -unknown119=1 - -// 2555 -[npc_2555] -vislevel=0 -size=3 -recol1s=11488 -recol1d=30150 -name=Copper ore -model1=model_9071 -unknown119=1 - -// 2556 -[npc_2556] -vislevel=0 -size=3 -recol1s=11488 -recol1d=6242 -recol2s=12618 -recol2d=6242 -name=Iron ore -model1=model_9071 -unknown119=1 - -// 2557 -[npc_2557] -vislevel=0 -size=3 -recol1s=11488 -recol1d=6346 -name=Mithril ore -model1=model_9071 -unknown119=1 - -// 2558 -[npc_2558] -vislevel=0 -size=3 -recol1s=11488 -recol1d=6438 -name=Adamantite ore -model1=model_9071 -unknown119=1 - -// 2559 -[npc_2559] -vislevel=0 -size=3 -recol1s=11488 -recol1d=6476 -name=Runite ore -model1=model_9071 -unknown119=1 - -// 2560 -[npc_2560] -vislevel=0 -size=3 -recol1s=11488 -recol1d=22198 -recol2s=12618 -recol2d=22198 -name=Silver ore -model1=model_9071 -unknown119=1 - -// 2561 -[npc_2561] -vislevel=0 -size=3 -recol1s=11488 -recol1d=32480 -recol2s=12618 -recol2d=32480 -name=Gold ore -model1=model_9071 -unknown119=1 - -// 2562 -[npc_2562] -vislevel=0 -size=3 -recol1s=11488 -recol1d=4226 -name=Coal -model1=model_9071 -unknown119=1 - -// 2563 -[npc_2563] -vislevel=0 -size=3 -recol1s=11488 -recol1d=32480 -recol2s=12618 -recol2d=32480 -name=Perfect gold ore -model1=model_9071 -unknown119=1 - -// 2564 -[npc_2564] -bas=bas_2 -op1=Talk-to -vislevel=0 -op3=Trade -recol1s=7266 -recol1d=13638 -recol2s=16846 -recol2d=18923 -recol3s=9475 -recol3d=9410 -name=Ordan -model1=model_2971 -model2=model_7061 -model3=model_2979 -model4=model_7046 -model5=model_2985 -head1=model_1 -unknown119=3 - -// 2565 -[npc_2565] -bas=bas_2 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=7266 -recol1d=13638 -recol2s=16846 -recol2d=18923 -recol3s=9475 -recol3d=9410 -name=Jorzik -model1=model_2972 -model2=model_7055 -model3=model_7037 -model4=model_2981 -model5=model_2985 -head1=model_2 -unknown119=3 - -// 2566 -[npc_2566] -bas=bas_53 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=10498 -recol2s=8386 -recol2d=2191 -recol3s=15392 -recol3d=1116 -recol4s=32736 -recol4d=14726 -recol5s=2340 -recol5d=10498 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_369 -retex3d=material_426 -name=Wise Old Man -model1=model_7409 -model2=model_4925 -model3=model_292 -model4=model_323 -model5=model_170 -model6=model_176 -model7=model_554 -model8=model_260 -model9=model_181 -head1=model_39761 -unknown119=1 - -// 2567 -[npc_2567] -bas=bas_53 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=10498 -recol2s=8386 -recol2d=2191 -recol3s=15392 -recol3d=1116 -recol4s=32736 -recol4d=14726 -recol5s=2340 -recol5d=10498 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_369 -retex3d=material_426 -name=Wise Old Man -model1=model_187 -model2=model_9103 -model3=model_4925 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_176 -model8=model_554 -model9=model_260 -model10=model_181 -head1=model_39761 -unknown119=1 - -// 2568 -[npc_2568] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=16846 -recol3d=25098 -recol4s=6273 -recol4d=11561 -name=Banker -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_320 -head1=model_39836 -head2=model_39223 -unknown119=1 - -// 2569 -[npc_2569] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=6273 -recol3d=11561 -recol4s=14724 -recol4d=12618 -name=Banker -model1=model_378 -model2=model_470 -model3=model_343 -model4=model_353 -model5=model_419 -model6=model_358 -head1=model_39090 -unknown119=1 - -// 2570 -[npc_2570] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=6273 -recol3d=11561 -recol4s=14724 -recol4d=12618 -name=Banker -model1=model_378 -model2=model_470 -model3=model_343 -model4=model_353 -model5=model_419 -model6=model_358 -head1=model_39090 -unknown119=1 - -// 2571 -[npc_2571] -bas=bas_4 -op2=Attack -vislevel=20 -recol1s=2340 -recol1d=8484 -recol2s=15856 -recol2d=27147 -recol3s=16846 -recol3d=15755 -recol4s=32736 -recol4d=15655 -name=Market Guard -model1=model_232 -model2=model_251 -model3=model_293 -model4=model_317 -model5=model_169 -model6=model_10218 -model7=model_518 -model8=model_523 -model9=model_274 -model10=model_185 -unknown119=1 - -// 2572 -[npc_2572] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=32735 -recol1d=9509 -recol2s=14724 -recol2d=13769 -recol3s=2340 -recol3d=6371 -recol4s=7298 -recol4d=5314 -recol5s=6273 -recol5d=18659 -recol6s=15856 -recol6d=25098 -name=Olivia -model1=model_393 -model2=model_417 -model3=model_467 -model4=model_348 -model5=model_353 -model6=model_428 -model7=model_7366 -head1=model_39016 -head2=model_38891 -unknown119=3 - -// 2573 -[npc_2573] -bas=bas_4 -vislevel=0 -size=1 -resizeh=138 -resizev=131 -alwaysontop=yes -recol1s=8420 -recol1d=15821 -recol2s=6304 -recol2d=15821 -recol3s=22027 -recol3d=7363 -recol4s=32736 -recol4d=7363 -name=Pillory Guard -model1=model_225 -model2=model_301 -model3=model_169 -model4=model_179 -model5=model_519 -model6=model_269 -model7=model_185 -unknown119=1 - -// 2574 -[npc_2574] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=16846 -recol3d=25098 -recol4s=6273 -recol4d=11561 -name=Bank guard -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_320 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 2575 -[npc_2575] -bas=bas_4 -vislevel=52 -op3=Walk here -op4=Follow -op5=Trade -recol1s=11626 -recol1d=7398 -recol2s=2340 -recol2d=2180 -recol3s=15856 -recol3d=3172 -recol4s=7298 -recol4d=4226 -retex1s=material_255 -retex1d=material_111 -retex2s=material_250 -retex2d=material_111 -name=Purepker895 -model1=model_7608 -model2=model_249 -model3=model_7610 -model4=model_7605 -model5=model_4924 -model6=model_524 -model7=model_517 -model8=model_254 -model9=model_185 -unknown119=1 - -// 2576 -[npc_2576] -bas=bas_4 -size=1 -vislevel=16 -op3=Walk here -op4=Follow -op5=Trade -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -name=Qutiedoll -model1=model_3352 -model2=model_230 -model3=model_247 -model4=model_281 -model5=model_303 -model6=model_169 -model7=model_176 -model8=model_3780 -model9=model_258 -model10=model_185 -unknown119=1 - -// 2577 -[npc_2577] -bas=bas_393 -vislevel=63 -op3=Walk here -op4=Follow -op5=Trade -recol1s=11626 -recol1d=7398 -recol2s=2340 -recol2d=2180 -name=1337sp34kr -model1=model_206 -model2=model_250 -model3=model_8733 -model4=model_8726 -model5=model_5036 -model6=model_5112 -model7=model_274 -model8=model_7121 -unknown119=1 - -// 2578 -[npc_2578] -bas=bas_4 -size=1 -vislevel=87 -op3=Walk here -op4=Follow -op5=Trade -recol1s=6273 -recol1d=3649 -recol2s=15392 -recol2d=4242 -name=Elfinlocks -model1=model_363 -model2=model_390 -model3=model_7010 -model4=model_3194 -model5=model_7005 -model6=model_353 -model7=model_5409 -model8=model_8754 -model9=model_3331 -modeloffset6=3,-11,6 -unknown119=1 - -// 2579 -[npc_2579] -bas=bas_4 -size=1 -op3=Walk here -op4=Follow -op5=Trade -vislevel=27 -recol1s=14724 -recol1d=32767 -name=Cool Mom227 -model1=model_374 -model2=model_399 -model3=model_456 -model4=model_3194 -model5=model_332 -model6=model_353 -model7=model_533 -model8=model_7007 -model9=model_7614 -modeloffset6=3,-11,6 -unknown119=1 - -// 2580 -[npc_2580] -bas=bas_4 -ambient=50 -contrast=50 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=15856 -recol1d=25098 -recol2s=32735 -recol2d=21071 -recol3s=14724 -recol3d=14598 -recol4s=2340 -recol4d=9412 -recol5s=6273 -recol5d=13638 -recol6s=18464 -recol6d=19980 -name=Bernald -model1=model_6848 -model2=model_250 -model3=model_302 -model4=model_32592 -model5=model_10218 -model6=model_263 -model7=model_7121 -head1=model_39744 -head2=model_38642 -unknown119=3 - -// 2581 -[npc_2581] -bas=bas_287 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=28640 -recol1d=21536 -recol2s=14724 -recol2d=2310 -recol3s=2340 -recol3d=2310 -recol4s=8320 -recol4d=30467 -recol5s=31712 -recol5d=30467 -recol6s=15856 -recol6d=30467 -name=Ellamaria -model1=model_42553 -model2=model_390 -model3=model_8786 -model4=model_481 -model5=model_8846 -model6=model_353 -model7=model_9113 -model8=model_358 -head1=model_39103 -head2=model_38811 -unknown119=3 - -// 2582 -[npc_2582] -bas=bas_1054 -ambient=30 -op1=Push -op3=Pull -op4=Big-push -op5=Place -ambient=10 -alwaysontop=yes -vislevel=0 -recol1s=9476 -recol1d=7362 -recol2s=10533 -recol2d=8419 -recol3s=12647 -recol3d=10533 -recol4s=13704 -recol4d=11590 -name=Trolley -model1=model_9225 -model2=model_9226 -unknown119=3 - -// 2583 -[npc_2583] -op1=Push -op3=Pull -op4=Big-push -op5=Place -ambient=10 -alwaysontop=yes -vislevel=0 -recol1s=9476 -recol1d=7362 -recol2s=10533 -recol2d=8419 -recol3s=12647 -recol3d=10533 -recol4s=13704 -recol4d=11590 -name=Trolley -model1=model_9225 -model2=model_36460 -unknown119=3 - -// 2584 -[npc_2584] -ambient=10 -alwaysontop=yes -vislevel=0 -recol1s=9476 -recol1d=7362 -recol2s=10533 -recol2d=8419 -recol3s=12647 -recol3d=10533 -recol4s=13704 -recol4d=11590 -name=Trolley -model1=model_9225 -unknown119=3 - -// 2585 -[npc_2585] -bas=bas_1054 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_965 -multinpc=0,npc_2584 -multinpc=1,npc_2582 -multinpc=2,npc_2583 -unknown119=5 - -// 2586 -[npc_2586] -bas=bas_4 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=17732 -recol5s=16846 -recol5d=8354 -name=Billy, a guard of Falador -model1=model_233 -model2=model_253 -model3=model_294 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -head1=model_39994 -head2=model_39227 -unknown119=3 - -// 2587 -[npc_2587] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=11492 -recol5s=16846 -recol5d=8354 -name=Bob, another guard of Falador -model1=model_233 -model2=model_250 -model3=model_294 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -head1=model_39994 -head2=model_38642 -unknown119=3 - -// 2588 -[npc_2588] -bas=bas_4 -op1=Talk-to -alwaysontop=yes -vislevel=0 -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -name=Brother Althric -model1=model_230 -model2=model_181 -model3=model_246 -model4=model_16256 -model5=model_16253 -model6=model_10218 -model7=model_16252 -head1=model_39630 -unknown119=3 - -// 2589 -[npc_2589] -bas=bas_4 -size=1 -vislevel=87 -recol1s=16846 -recol1d=2114 -recol2s=15392 -recol2d=6159 -recol3s=6342 -recol3d=16846 -recol4s=16846 -recol4d=2114 -recol5s=11561 -recol5d=0 -recol6s=16846 -recol6d=0 -name=PKMaster0036 -model1=model_218 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_32797 -model6=model_32841 -model7=model_518 -unknown119=3 - -// 2590 -[npc_2590] -bas=bas_4 -vislevel=0 -recol1s=7395 -recol1d=10305 -recol2s=14724 -recol2d=10305 -recol3s=7328 -recol3d=28534 -recol4s=6338 -recol4d=28534 -recol5s=5281 -recol5d=32631 -name=King Roald -model1=model_1808 -model2=model_215 -model3=model_249 -model4=model_23939 -model5=model_162 -model6=model_176 -model7=model_23931 -model8=model_181 -head1=model_39836 -head2=model_39390 -head3=model_39254 -unknown119=3 - -// 2591 -[npc_2591] -bas=bas_481 -op2=Attack -contrast=0 -ambient=10 -vislevel=103 -name=TzHaar-Mej -model1=model_34240 -model2=model_34245 -model3=model_34249 -model4=model_34238 -model5=model_34191 -head1=model_34291 -unknown119=3 - -// 2592 -[npc_2592] -bas=bas_481 -op2=Attack -contrast=0 -ambient=10 -vislevel=103 -name=TzHaar-Mej -model1=model_34242 -model2=model_34246 -model3=model_34248 -model4=model_34239 -model5=model_34191 -head1=model_34284 -unknown119=3 - -// 2593 -[npc_2593] -bas=bas_481 -op2=Attack -contrast=0 -ambient=10 -vislevel=103 -name=TzHaar-Mej -model1=model_34241 -model2=model_34243 -model3=model_34247 -model4=model_34236 -model5=model_34191 -head1=model_34278 -unknown119=3 - -// 2594 -[npc_2594] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=103 -name=TzHaar-Mej -model1=model_34242 -model2=model_34243 -model3=model_34249 -model4=model_34238 -model5=model_34197 -head1=model_34291 -unknown119=3 - -// 2595 -[npc_2595] -bas=bas_481 -op2=Attack -contrast=0 -ambient=10 -vislevel=103 -name=TzHaar-Mej -model1=model_34240 -model2=model_34246 -model3=model_34247 -model4=model_34239 -model5=model_34191 -head1=model_34284 -unknown119=3 - -// 2596 -[npc_2596] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=103 -name=TzHaar-Mej -model1=model_34241 -model2=model_34246 -model3=model_34249 -model4=model_34236 -model5=model_34197 -head1=model_34278 -unknown119=3 - -// 2597 -[npc_2597] -bas=bas_481 -op2=Attack -contrast=0 -ambient=10 -vislevel=103 -name=TzHaar-Mej -model1=model_34240 -model2=model_34245 -model3=model_34247 -model4=model_34239 -model5=model_34191 -head1=model_34284 -unknown119=3 - -// 2598 -[npc_2598] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=74 -name=TzHaar-Hur -model1=model_34168 -model2=model_34170 -model3=model_34173 -model4=model_34163 -unknown119=3 - -// 2599 -[npc_2599] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=74 -name=TzHaar-Hur -model1=model_34167 -model2=model_34170 -model3=model_34173 -model4=model_34164 -unknown119=3 - -// 2600 -[npc_2600] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=74 -name=TzHaar-Hur -model1=model_34166 -model2=model_34170 -model3=model_34173 -model4=model_34165 -unknown119=3 - -// 2601 -[npc_2601] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=74 -name=TzHaar-Hur -model1=model_34167 -model2=model_34170 -model3=model_34173 -model4=model_34163 -unknown119=3 - -// 2602 -[npc_2602] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=74 -name=TzHaar-Hur -model1=model_34168 -model2=model_34170 -model3=model_34173 -model4=model_34165 -unknown119=3 - -// 2603 -[npc_2603] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=74 -name=TzHaar-Hur -model1=model_34167 -model2=model_34170 -model3=model_34173 -model4=model_34165 -unknown119=3 - -// 2604 -[npc_2604] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=133 -name=TzHaar-Xil -model1=model_34141 -model2=model_34146 -model3=model_34147 -model4=model_34138 -model5=model_34201 -model6=model_34205 -unknown119=3 - -// 2605 -[npc_2605] -bas=bas_228 -op2=Attack -contrast=0 -ambient=10 -vislevel=133 -name=TzHaar-Xil -model1=model_34143 -model2=model_34144 -model3=model_34147 -model4=model_34140 -model5=model_34180 -model6=model_34177 -unknown119=3 - -// 2606 -[npc_2606] -bas=bas_480 -op2=Attack -contrast=0 -ambient=10 -vislevel=133 -name=TzHaar-Xil -model1=model_34142 -model2=model_34145 -model3=model_34147 -model4=model_34139 -model5=model_34185 -unknown119=3 - -// 2607 -[npc_2607] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=133 -name=TzHaar-Xil -model1=model_34143 -model2=model_34146 -model3=model_34147 -model4=model_34138 -model5=model_34201 -model6=model_34199 -unknown119=3 - -// 2608 -[npc_2608] -bas=bas_228 -op2=Attack -contrast=0 -ambient=10 -vislevel=133 -name=TzHaar-Xil -model1=model_34142 -model2=model_34144 -model3=model_34147 -model4=model_34140 -model5=model_34180 -model6=model_34177 -unknown119=3 - -// 2609 -[npc_2609] -bas=bas_480 -op2=Attack -contrast=0 -ambient=10 -vislevel=133 -name=TzHaar-Xil -model1=model_34141 -model2=model_34145 -model3=model_34147 -model4=model_34139 -model5=model_34185 -unknown119=3 - -// 2610 -[npc_2610] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=149 -name=TzHaar-Ket -model1=model_34155 -model2=model_34158 -model3=model_34160 -model4=model_34150 -model5=model_34198 -model6=model_34200 -head1=model_34283 -unknown119=3 - -// 2611 -[npc_2611] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=149 -name=TzHaar-Ket -model1=model_34154 -model2=model_34157 -model3=model_34162 -model4=model_34151 -model5=model_34178 -model6=model_34175 -model7=model_34183 -head1=model_34286 -unknown119=3 - -// 2612 -[npc_2612] -bas=bas_228 -op2=Attack -contrast=0 -ambient=10 -vislevel=149 -name=TzHaar-Ket -model1=model_34153 -model2=model_34156 -model3=model_34161 -model4=model_34152 -model5=model_34200 -model6=model_34181 -model7=model_34178 -head1=model_34282 -unknown119=3 - -// 2613 -[npc_2613] -bas=bas_228 -op2=Attack -contrast=0 -ambient=10 -vislevel=149 -name=TzHaar-Ket -model1=model_34155 -model2=model_34157 -model3=model_34161 -model4=model_34150 -model5=model_34198 -model6=model_34181 -model7=model_34175 -model8=model_34183 -head1=model_34283 -unknown119=3 - -// 2614 -[npc_2614] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=149 -name=TzHaar-Ket -model1=model_34153 -model2=model_34158 -model3=model_34162 -model4=model_34152 -model5=model_34198 -model6=model_34200 -head1=model_34282 -unknown119=3 - -// 2615 -[npc_2615] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=149 -name=TzHaar-Ket -model1=model_34155 -model2=model_34156 -model3=model_34161 -model4=model_34151 -model5=model_34198 -model6=model_34175 -model7=model_34183 -head1=model_34286 -unknown119=3 - -// 2616 -[npc_2616] -bas=bas_227 -op2=Attack -contrast=0 -ambient=10 -vislevel=149 -name=TzHaar-Ket -model1=model_34154 -model2=model_34158 -model3=model_34162 -model4=model_34152 -model5=model_34198 -model6=model_34200 -unknown119=3 - -// 2617 -[npc_2617] -bas=bas_481 -vislevel=0 -op1=Talk-to -contrast=0 -ambient=10 -alwaysontop=yes -name=TzHaar-Mej-Jal -model1=model_34240 -model2=model_34246 -model3=model_34247 -model4=model_34239 -model5=model_34191 -head1=model_34284 -unknown119=3 - -// 2618 -[npc_2618] -bas=bas_481 -vislevel=0 -op1=Talk-to -contrast=0 -ambient=10 -name=TzHaar-Mej-Kah -model1=model_34241 -model2=model_34245 -model3=model_34247 -model4=model_34236 -model5=model_34191 -head1=model_34278 -unknown119=3 - -// 2619 -[npc_2619] -bas=bas_481 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -contrast=0 -ambient=10 -alwaysontop=yes -name=TzHaar-Ket-Zuh -model1=model_34154 -model2=model_34156 -model3=model_34162 -model4=model_34150 -model5=model_34179 -model6=model_34175 -model7=model_34183 -head1=model_34283 -unknown119=3 - -// 2620 -[npc_2620] -bas=bas_481 -vislevel=0 -op1=Talk-to -op3=Trade -contrast=0 -ambient=10 -alwaysontop=yes -name=TzHaar-Hur-Tel -model1=model_34168 -model2=model_34172 -model3=model_34173 -model4=model_34163 -model5=model_34187 -head1=model_34280 -unknown119=3 - -// 2621 -[npc_2621] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -alwaysontop=yes -recol1s=22059 -recol1d=23153 -recol2s=13605 -recol2d=14664 -recol3s=12548 -recol3d=11526 -recol4s=11491 -recol4d=10469 -recol5s=5249 -recol5d=11526 -recol6s=6273 -recol6d=24243 -retex1s=material_251 -retex1d=material_268 -retex2s=material_228 -retex2d=material_426 -name=Olaf Hradson -model1=model_214 -model2=model_250 -model3=model_5674 -model4=model_24191 -model5=model_5668 -model6=model_18131 -model7=model_18128 -head1=model_39726 -head2=model_38642 -unknown119=1 - -// 2622 -[npc_2622] -bas=bas_481 -vislevel=0 -op1=Talk-to -op3=Trade -contrast=0 -ambient=10 -alwaysontop=yes -name=TzHaar-Hur-Lek -model1=model_34166 -model2=model_34172 -model3=model_34173 -model4=model_34165 -model5=model_34174 -head1=model_34290 -unknown119=3 - -// 2623 -[npc_2623] -bas=bas_481 -vislevel=0 -op1=Talk-to -op3=Trade -contrast=0 -ambient=10 -alwaysontop=yes -name=TzHaar-Mej-Roh -model1=model_34242 -model2=model_34243 -model3=model_34249 -model4=model_34238 -model5=model_34188 -head1=model_34291 -unknown119=3 - -// 2624 -[npc_2624] -bas=bas_228 -vislevel=0 -op1=Talk-to -contrast=0 -ambient=10 -name=TzHaar-Ket -model1=model_34155 -model2=model_34156 -model3=model_34162 -model4=model_34152 -model5=model_34200 -model6=model_34181 -model7=model_34178 -head1=model_34282 -unknown119=3 - -// 2625 -[npc_2625] -bas=bas_228 -vislevel=0 -op1=Talk-to -contrast=0 -ambient=10 -name=TzHaar-Ket -model1=model_34153 -model2=model_34156 -model3=model_34161 -model4=model_34150 -model5=model_34181 -model6=model_34198 -model7=model_34175 -model8=model_34183 -head1=model_34283 -unknown119=3 - -// 2626 -[npc_2626] -size=1 -minimap=no -vislevel=1 -name=Rocks -model1=model_1390 -unknown119=3 - -// 2627 -[npc_2627] -bas=bas_484 -size=1 -op2=Attack -ambient=60 -contrast=60 -vislevel=22 -name=Tz-Kih -model1=model_34252 -unknown119=3 - -// 2628 -[npc_2628] -bas=bas_484 -size=1 -op2=Attack -ambient=60 -contrast=60 -vislevel=22 -name=Tz-Kih -model1=model_34252 -unknown119=3 - -// 2629 -[npc_2629] -bas=bas_482 -size=2 -op2=Attack -ambient=40 -contrast=40 -vislevel=45 -name=Tz-Kek -model1=model_34251 -unknown119=3 - -// 2630 -[npc_2630] -bas=bas_482 -size=2 -op2=Attack -resizeh=160 -resizev=160 -ambient=40 -contrast=40 -vislevel=45 -recol1s=25888 -recol1d=5155 -recol2s=27968 -recol2d=8225 -recol3s=22720 -recol3d=4130 -recol4s=19552 -recol4d=3105 -recol5s=30016 -recol5d=17536 -name=Tz-Kek -model1=model_34251 -unknown119=3 - -// 2631 -[npc_2631] -bas=bas_197 -size=3 -op2=Attack -ambient=60 -contrast=60 -vislevel=90 -name=Tok-Xil -model1=model_34133 -unknown119=3 - -// 2632 -[npc_2632] -bas=bas_197 -size=3 -op2=Attack -ambient=60 -contrast=60 -vislevel=90 -name=Tok-Xil -model1=model_34133 -unknown119=3 - -// 2633 -[npc_2633] -bas=bas_53 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=10498 -recol2s=2340 -recol2d=10498 -recol3s=15392 -recol3d=14726 -recol4s=32736 -recol4d=14726 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -retex3s=material_369 -retex3d=material_426 -name=Wise Old Man -model1=model_7409 -model2=model_292 -model3=model_170 -model4=model_265 -model5=model_181 -model6=model_176 -model7=model_4925 -model8=model_323 -model9=model_3711 -head1=model_40051 -head2=model_39182 -unknown119=3 - -// 2634 -[npc_2634] -bas=bas_193 -vislevel=0 -turnspeed=0 -op1=Talk-to -recol1s=2340 -recol1d=2316 -recol2s=14724 -recol2d=4396 -recol3s=25098 -recol3d=22027 -name=Miss Schism -model1=model_40735 -model2=model_40734 -model3=model_40733 -model4=model_40737 -model5=model_40736 -model6=model_9363 -head1=model_39045 -unknown119=3 - -// 2635 -[npc_2635] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Talk-to -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=4228 -recol3s=14630 -recol3d=4228 -recol4s=13573 -recol4d=3171 -recol5s=32760 -recol5d=3171 -recol6s=29591 -recol6d=2114 -name=Bob -model1=model_34020 -head1=model_34053 -unknown119=1 - -// 2636 -[npc_2636] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Talk-to -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=4228 -recol3s=14630 -recol3d=4228 -recol4s=13573 -recol4d=3171 -recol5s=32760 -recol5d=3171 -recol6s=29591 -recol6d=2114 -name=Bob -model1=model_34020 -head1=model_34059 -unknown119=1 - -// 2637 -[npc_2637] -bas=bas_275 -op1=Talk-to -resizev=240 -resizeh=240 -size=2 -vislevel=0 -alwaysontop=yes -recol1s=10505 -recol1d=24196 -recol2s=25236 -recol2d=22082 -recol3s=25098 -recol3d=25384 -recol4s=24041 -recol4d=21222 -recol5s=7183 -recol5d=22084 -recol6s=6273 -recol6d=25098 -name=Sphinx -model1=model_6456 -model2=model_6457 -head1=model_39591 -head2=model_39223 -unknown119=1 - -// 2638 -[npc_2638] -bas=bas_41 -vislevel=0 -ambient=15 -op1=Talk-to -alwaysontop=yes -name=Neite -model1=model_34013 -head1=model_34049 -unknown119=1 - -// 2639 -[npc_2639] -bas=bas_4 -vislevel=0 -size=1 -resizeh=132 -resizev=138 -op1=Talk-to -recol1s=7398 -recol1d=15789 -recol2s=7330 -recol2d=17044 -recol3s=11626 -recol3d=15789 -recol4s=8389 -recol4d=15789 -recol5s=14799 -recol5d=2114 -recol6s=15856 -recol6d=15789 -name=Robert the Strong -model1=model_8747 -model2=model_250 -model3=model_8749 -model4=model_4924 -model5=model_9431 -model6=model_8748 -model7=model_8727 -head1=model_39939 -head2=model_38642 -unknown119=1 - -// 2640 -[npc_2640] -bas=bas_1059 -vislevel=0 -size=2 -op1=Talk-to -recol1s=16846 -recol1d=3171 -recol2s=4228 -recol2d=3171 -recol3s=32767 -recol3d=8456 -name=Odysseus -model1=model_9390 -head1=model_6435 -unknown119=1 - -// 2641 -[npc_2641] -bas=bas_257 -vislevel=0 -size=3 -resizeh=150 -resizev=150 -alwaysontop=yes -minimap=no -recol1s=18464 -recol1d=9346 -recol2s=5350 -recol2d=8454 -name=Dragonkin -model1=model_9416 -unknown119=1 - -// 2642 -[npc_2642] -bas=bas_1057 -size=5 -resizeh=160 -resizev=160 -alwaysontop=yes -vislevel=0 -recol1s=16846 -recol1d=2112 -recol2s=11561 -recol2d=1056 -recol3s=0 -recol3d=20512 -recol4s=32569 -recol4d=19907 -recol5s=32767 -recol5d=19907 -name=King Black Dragon -model1=model_17414 -model2=model_17415 -model3=model_17429 -model4=model_17422 -head1=model_17546 -unknown119=1 - -// 2643 -[npc_2643] -bas=bas_4 -size=1 -alwaysontop=yes -vislevel=0 -recol1s=256 -recol1d=1057 -recol2s=384 -recol2d=4228 -recol3s=8420 -recol3d=1057 -recol4s=6306 -recol4d=4228 -recol5s=7330 -recol5d=1451 -name=R4ng3rNo0b889 -model1=model_512 -model2=model_314 -model3=model_258 -model4=model_178 -model5=model_4929 -model6=model_3378 -model7=model_251 -model8=model_151 -model9=model_217 -unknown119=1 - -// 2644 -[npc_2644] -bas=bas_1055 -vislevel=0 -size=2 -alwaysontop=yes -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Love Cats -model1=model_34114 -model2=model_34113 -unknown119=1 - -// 2645 -[npc_2645] -bas=bas_1061 -vislevel=0 -size=1 -alwaysontop=yes -turnspeed=0 -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Love Cats -model1=model_34113 -unknown119=3 - -// 2646 -[npc_2646] -bas=bas_1056 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Neite -model1=model_34030 -head1=model_34050 -unknown119=3 - -// 2647 -[npc_2647] -bas=bas_1056 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=4228 -recol3s=14630 -recol3d=4228 -recol4s=13573 -recol4d=3171 -recol5s=32760 -recol5d=3171 -recol6s=29591 -recol6d=2114 -name=Bob -model1=model_34018 -head1=model_34060 -unknown119=3 - -// 2648 -[npc_2648] -bas=bas_127 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op1=Talk-to -alwaysontop=yes -recol1s=7332 -recol1d=6343 -recol2s=6275 -recol2d=5286 -recol3s=14630 -recol3d=8456 -recol4s=13573 -recol4d=7399 -recol5s=32760 -recol5d=6342 -recol6s=29591 -recol6d=5285 -name=Beite -model1=model_34021 -head1=model_34042 -unknown119=3 - -// 2649 -[npc_2649] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=352 -recol1d=3429 -recol2s=416 -recol2d=6533 -recol3s=384 -recol3d=8518 -recol4s=25098 -recol4d=19781 -name=Gnome -model1=model_9433 -model2=model_2909 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 2650 -[npc_2650] -bas=bas_1058 -size=1 -vislevel=0 -op1=Talk-to -recol1s=416 -recol1d=14758 -recol2s=384 -recol2d=8612 -recol3s=352 -recol3d=16740 -recol4s=32767 -recol4d=14790 -name=Gnome -model1=model_9432 -model2=model_2909 -model3=model_9434 -head1=model_21 -unknown119=3 - -// 2651 -[npc_2651] -bas=bas_1060 -vislevel=0 -size=2 -turnspeed=0 -op1=Talk-to -recol1s=16846 -recol1d=3171 -recol2s=4228 -recol2d=3171 -recol3s=32767 -recol3d=8456 -name=Odysseus -model1=model_9390 -head1=model_6435 -unknown119=3 - -// 2652 -[npc_2652] -bas=bas_41 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1028 -multinpc=60,npc_2653 -multinpc=65,npc_2653 -multinpc=70,npc_2653 -unknown119=3 - -// 2653 -[npc_2653] -bas=bas_41 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Neite -model1=model_34013 -head1=model_34049 -unknown119=3 - -// 2654 -[npc_2654] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1032 -multinpc=0,npc_2655 -multinpc=1,npc_2656 -multinpc=2,npc_2657 -multinpc=3,npc_2658 -multinpc=4,npc_2659 -multinpc=5,npc_2658 -multinpc=6,npc_2657 -multinpc=7,npc_2656 -multinpc=8,npc_2655 -unknown119=3 - -// 2655 -[npc_2655] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=0 -recol2s=14724 -recol2d=10442 -recol3s=15856 -recol3d=25098 -name=Unferth -model1=model_230 -model2=model_246 -model3=model_292 -model4=model_167 -model5=model_10218 -model6=model_254 -model7=model_185 -head1=model_39630 -unknown119=3 - -// 2656 -[npc_2656] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=0 -recol2s=14724 -recol2d=10442 -recol3s=15856 -recol3d=25098 -name=Unferth -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_167 -model5=model_10218 -model6=model_254 -model7=model_185 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 2657 -[npc_2657] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=0 -recol2s=14724 -recol2d=10442 -recol3s=15856 -recol3d=25098 -name=Unferth -model1=model_217 -model2=model_249 -model3=model_292 -model4=model_167 -model5=model_10218 -model6=model_254 -model7=model_185 -head1=model_39859 -head2=model_39254 -unknown119=3 - -// 2658 -[npc_2658] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=0 -recol2s=14724 -recol2d=10442 -recol3s=15856 -recol3d=25098 -name=Unferth -model1=model_206 -model2=model_251 -model3=model_292 -model4=model_167 -model5=model_10218 -model6=model_254 -model7=model_185 -head1=model_39947 -head2=model_38096 -unknown119=3 - -// 2659 -[npc_2659] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=0 -recol2s=14724 -recol2d=10442 -recol3s=15856 -recol3d=25098 -name=Unferth -model1=model_214 -model2=model_250 -model3=model_292 -model4=model_167 -model5=model_10218 -model6=model_254 -model7=model_185 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 2660 -[npc_2660] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=10436 -recol2s=14724 -recol2d=15848 -recol3s=15856 -recol3d=25098 -recol4s=11456 -recol4d=12743 -recol5s=32735 -recol5d=8420 -name=Reldo -model1=model_215 -model2=model_181 -model3=model_248 -model4=model_292 -model5=model_163 -model6=model_10218 -model7=model_254 -model8=model_245 -model9=model_244 -model10=model_320 -model11=model_4591 -head1=model_39836 -head2=model_39275 -head3=model_39316 -head4=model_39312 -unknown119=3 - -// 2661 -[npc_2661] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=10436 -recol2s=14724 -recol2d=15848 -recol3s=15856 -recol3d=25098 -recol4s=11456 -recol4d=12743 -recol5s=32735 -recol5d=8420 -name=Reldo -model1=model_215 -model2=model_181 -model3=model_248 -model4=model_292 -model5=model_163 -model6=model_10218 -model7=model_254 -model8=model_245 -model9=model_244 -model10=model_320 -model11=model_556 -head1=model_39836 -head2=model_39275 -head3=model_39316 -head4=model_39312 -unknown119=3 - -// 2662 -[npc_2662] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Lazy cat -model1=model_34023 -head1=model_34038 -unknown119=2 - -// 2663 -[npc_2663] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Lazy cat -model1=model_34007 -head1=model_34045 -unknown119=2 - -// 2664 -[npc_2664] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Lazy cat -model1=model_34014 -head1=model_34035 -unknown119=2 - -// 2665 -[npc_2665] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Lazy cat -model1=model_34023 -head1=model_34038 -unknown119=2 - -// 2666 -[npc_2666] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7332 -recol1d=8355 -recol2s=6275 -recol2d=7298 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Lazy cat -model1=model_34007 -head1=model_34045 -unknown119=2 - -// 2667 -[npc_2667] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Lazy cat -model1=model_34014 -head1=model_34035 -unknown119=2 - -// 2668 -[npc_2668] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op2=hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Wily cat -model1=model_34028 -head1=model_34061 -unknown119=2 - -// 2669 -[npc_2669] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op2=hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Wily cat -model1=model_34006 -head1=model_34054 -unknown119=2 - -// 2670 -[npc_2670] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op2=hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Wily cat -model1=model_34022 -head1=model_34041 -unknown119=2 - -// 2671 -[npc_2671] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op2=hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Wily cat -model1=model_34028 -head1=model_34061 -unknown119=2 - -// 2672 -[npc_2672] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op2=hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=7332 -recol1d=8355 -recol2s=6275 -recol2d=7298 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Wily cat -model1=model_34006 -head1=model_34054 -unknown119=2 - -// 2673 -[npc_2673] -bas=bas_41 -vislevel=0 -size=1 -size=1 -ambient=15 -op1=Pick-up -op2=hidden -op3=Talk-to -op4=Interact-with -minimap=no -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Wily cat -model1=model_34022 -head1=model_34041 -unknown119=2 - -// 2674 -[npc_2674] -bas=bas_4 -op2=Attack -vislevel=16 -recol1s=2340 -recol1d=11460 -recol2s=14724 -recol2d=9475 -name=Thief -model1=model_215 -model2=model_228 -model3=model_246 -model4=model_292 -model5=model_326 -model6=model_170 -model7=model_179 -model8=model_254 -model9=model_185 -model10=model_317 -head1=model_39836 -head2=model_39302 -head3=model_39223 -unknown119=3 - -// 2675 -[npc_2675] -bas=bas_53 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=14724 -recol1d=12619 -recol2s=2340 -recol2d=10535 -name=Man -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_3707 -model5=model_151 -model6=model_176 -model7=model_3711 -model8=model_254 -model9=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 2676 -[npc_2676] -bas=bas_29 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=14594 -recol2s=14724 -recol2d=8559 -recol3s=12894 -recol3d=7502 -recol4s=32635 -recol4d=5388 -recol5s=9654 -recol5d=7468 -recol6s=7328 -recol6d=7468 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_250 -retex3d=material_253 -name=Make-over Mage -model1=model_9608 -model2=model_390 -model3=model_9459 -model4=model_471 -model5=model_343 -model6=model_353 -model7=model_534 -model8=model_5034 -model9=model_358 -head1=model_39047 -head2=model_38778 -modeloffset6=3,-11,6 -unknown119=3 - -// 2677 -[npc_2677] -bas=bas_4 -size=1 -op2=Attack -vislevel=5 -recol1s=8386 -recol1d=3171 -recol2s=32736 -recol2d=7271 -recol3s=15392 -recol3d=3171 -recol4s=14724 -recol4d=6272 -name=Highwayman -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_243 -model9=model_4604 -model10=model_519 -head1=model_38588 -head2=model_39302 -head3=model_39223 -unknown119=3 - -// 2678 -[npc_2678] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -recol1s=12705 -recol1d=15808 -recol2s=14819 -recol2d=14752 -recol3s=16704 -recol3d=9441 -recol4s=19874 -recol4d=11589 -recol5s=17760 -recol5d=10499 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24458 -model2=model_24486 -model3=model_24437 -model4=model_24475 -model5=model_24442 -model6=model_24450 -model7=model_24491 -unknown119=3 - -// 2679 -[npc_2679] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -recol1s=12705 -recol1d=14823 -recol2s=13762 -recol2d=15882 -recol3s=14819 -recol3d=15880 -recol4s=15843 -recol4d=16939 -recol5s=18923 -recol5d=15880 -name=Goblin -model1=model_24455 -model2=model_24488 -model3=model_24433 -model4=model_24478 -model5=model_24442 -model6=model_24448 -unknown119=3 - -// 2680 -[npc_2680] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=12775 -recol2s=12705 -recol2d=10630 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24487 -model3=model_24435 -model4=model_24472 -model5=model_24442 -model6=model_24448 -unknown119=3 - -// 2681 -[npc_2681] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=16941 -recol2s=12705 -recol2d=14827 -recol3s=15786 -recol3d=13672 -recol4s=22128 -recol4d=21037 -recol5s=19874 -recol5d=14722 -recol6s=32384 -recol6d=25216 -retex1s=material_371 -retex1d=material_314 -name=Goblin -model1=model_24458 -model2=model_24485 -model3=model_24436 -model4=model_24475 -model5=model_24441 -model6=model_24448 -unknown119=3 - -// 2682 -[npc_2682] -bas=bas_101 -size=1 -op2=Attack -minimap=no -resizeh=133 -resizev=134 -vislevel=1 -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 2683 -[npc_2683] -bas=bas_4 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recol1s=14724 -recol1d=17867 -recol2s=2340 -recol2d=6377 -recol3s=6273 -recol3d=17632 -recol4s=7328 -recol4d=7434 -recol5s=15856 -recol5d=25098 -retex1s=material_258 -retex1d=material_250 -name=Hengel -model1=model_235 -model2=model_247 -model3=model_292 -model4=model_327 -model5=model_163 -model6=model_10218 -model7=model_254 -model8=model_185 -model9=model_276 -head1=model_38641 -head2=model_39256 -unknown119=3 - -// 2684 -[npc_2684] -bas=bas_4 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recol1s=14724 -recol1d=21867 -recol2s=2340 -recol2d=10468 -recol3s=6273 -recol3d=17792 -recol4s=15856 -recol4d=25098 -retex1s=material_228 -retex1d=material_426 -name=Anja -model1=model_390 -model2=model_456 -model3=model_483 -model4=model_332 -model5=model_10706 -model6=model_437 -model7=model_358 -head1=model_39066 -unknown119=3 - -// 2685 -[npc_2685] -bas=bas_88 -op2=Attack -ambient=10 -vislevel=28 -recol1s=15616 -recol1d=17764 -recol2s=3137 -recol2d=7331 -recol3s=7328 -recol3d=6273 -recol4s=7399 -recol4d=9445 -recol5s=18924 -recol5d=11559 -name=Hobgoblin -model1=model_9463 -unknown119=3 - -// 2686 -[npc_2686] -bas=bas_88 -resizeh=132 -resizev=132 -op2=Attack -ambient=10 -vislevel=28 -recol1s=15616 -recol1d=15651 -recol2s=3137 -recol2d=7331 -recol3s=7328 -recol3d=8389 -recol4s=7399 -recol4d=11593 -recol5s=18924 -recol5d=12547 -recol6s=9444 -recol6d=11490 -name=Hobgoblin -model1=model_9463 -unknown119=3 - -// 2687 -[npc_2687] -bas=bas_88 -resizeh=134 -resizev=136 -op2=Attack -ambient=10 -vislevel=28 -recol1s=15616 -recol1d=13570 -recol2s=18924 -recol2d=13638 -recol3s=7399 -recol3d=8422 -recol4s=19971 -recol4d=6308 -name=Hobgoblin -model1=model_9463 -unknown119=3 - -// 2688 -[npc_2688] -bas=bas_88 -resizeh=142 -resizev=142 -op2=Attack -ambient=10 -vislevel=28 -recol1s=15616 -recol1d=11490 -recol2s=18924 -recol2d=13638 -recol3s=7399 -recol3d=8422 -recol4s=19971 -recol4d=6308 -recol5s=7328 -recol5d=8354 -name=Hobgoblin -model1=model_9463 -model2=model_2995 -unknown119=3 - -// 2689 -[npc_2689] -bas=bas_37 -resizeh=32 -resizev=32 -vislevel=0 -ambient=15 -name=Frog -model1=model_6947 -unknown119=3 - -// 2690 -[npc_2690] -bas=bas_79 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=4460 -recol2s=14724 -recol2d=19619 -recol3s=8384 -recol3d=16514 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=15751 -recol6s=3170 -recol6d=9413 -name=Jack Seagull -model1=model_206 -model2=model_252 -model3=model_292 -model4=model_3667 -model5=model_151 -model6=model_10218 -model7=model_6098 -model8=model_5218 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 2691 -[npc_2691] -bas=bas_79 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=10501 -recol2s=14724 -recol2d=13713 -recol3s=8384 -recol3d=21078 -recol4s=15856 -recol4d=25098 -recol5s=3491 -recol5d=17572 -recol6s=7329 -recol6d=15721 -name=Longbow Ben -model1=model_211 -model2=model_246 -model3=model_292 -model4=model_3667 -model5=model_170 -model6=model_10218 -model7=model_6098 -model8=model_5218 -model9=model_317 -head1=model_39634 -unknown119=3 - -// 2692 -[npc_2692] -bas=bas_80 -vislevel=0 -turnspeed=0 -op1=Talk-to -recol1s=14724 -recol1d=21037 -recol2s=2340 -recol2d=9443 -recol3s=6273 -recol3d=28366 -recol4s=15856 -recol4d=25098 -retex1s=material_228 -retex1d=material_426 -name=Ahab -model1=model_235 -model2=model_246 -model3=model_292 -model4=model_8233 -model5=model_170 -model6=model_10218 -model7=model_3599 -model8=model_4391 -model9=model_9627 -head1=model_38641 -head2=model_39223 -unknown119=3 - -// 2693 -[npc_2693] -bas=bas_1405 -size=1 -op2=Attack -minimap=no -vislevel=1 -name=Duck -model1=model_26870 -unknown119=7 - -// 2694 -[npc_2694] -bas=bas_1405 -size=1 -resizeh=64 -resizev=64 -op2=Attack -resizeh=64 -resizev=64 -minimap=no -vislevel=1 -name=Duckling -model1=model_26872 -unknown119=5 - -// 2695 -[npc_2695] -bas=bas_35 -op2=Attack -vislevel=23 -name=Pirate -model1=model_28779 -model2=model_28795 -model3=model_28754 -model4=model_28758 -model5=model_28768 -model6=model_28807 -model7=model_28765 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 2696 -[npc_2696] -bas=bas_81 -op2=Attack -vislevel=16 -recol1s=14724 -recol1d=11523 -recol2s=32735 -recol2d=16840 -recol3s=2340 -recol3d=8458 -name=Thief -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_320 -model5=model_163 -model6=model_176 -model7=model_254 -model8=model_185 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 2697 -[npc_2697] -bas=bas_1395 -op2=Attack -vislevel=6 -recol1s=2340 -recol1d=7330 -recol2s=14724 -recol2d=12452 -recol3s=6273 -recol3d=14594 -recol4s=15856 -recol4d=25098 -retex1s=material_257 -retex1d=material_313 -name=Mugger -model1=model_230 -model2=model_243 -model3=model_246 -model4=model_310 -model5=model_167 -model6=model_10218 -model7=model_275 -model8=model_185 -unknown119=3 - -// 2698 -[npc_2698] -bas=bas_4 -op2=Attack -vislevel=33 -recol1s=16846 -recol1d=2114 -recol2s=9473 -recol2d=2114 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=7298 -recol6d=2114 -name=Black knight -model1=model_218 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -unknown119=3 - -// 2699 -[npc_2699] -bas=bas_4 -op2=Attack -op3=Pickpocket -vislevel=21 -recol1s=2340 -recol1d=12582 -recol2s=14724 -recol2d=15719 -recol3s=5120 -recol3d=8354 -recol4s=16846 -recol4d=14698 -recol5s=15392 -recol5d=14698 -retex1s=material_257 -retex1d=material_273 -name=Guard -model1=model_9451 -model2=model_253 -model3=model_9458 -model4=model_9450 -model5=model_176 -model6=model_5437 -model7=model_274 -model8=model_185 -unknown119=3 - -// 2700 -[npc_2700] -bas=bas_4 -op2=Attack -op3=Pickpocket -vislevel=21 -recol1s=2340 -recol1d=12582 -recol2s=14724 -recol2d=15719 -recol3s=5120 -recol3d=8354 -recol4s=16846 -recol4d=14698 -recol5s=15392 -recol5d=14698 -retex1s=material_257 -retex1d=material_273 -name=Guard -model1=model_215 -model2=model_253 -model3=model_9458 -model4=model_9450 -model5=model_176 -model6=model_274 -model7=model_185 -unknown119=3 - -// 2701 -[npc_2701] -bas=bas_4 -op2=Attack -op3=Pickpocket -vislevel=21 -recol1s=2340 -recol1d=12582 -recol2s=14724 -recol2d=15719 -recol3s=5120 -recol3d=8354 -recol4s=16846 -recol4d=14698 -recol5s=15392 -recol5d=14698 -recol6s=6273 -recol6d=26349 -retex1s=material_257 -retex1d=material_273 -retex2s=material_228 -retex2d=material_426 -name=Guard -model1=model_235 -model2=model_246 -model3=model_9458 -model4=model_9450 -model5=model_176 -model6=model_274 -model7=model_185 -unknown119=3 - -// 2702 -[npc_2702] -bas=bas_4 -op2=Attack -op3=Pickpocket -vislevel=21 -recol1s=2340 -recol1d=12582 -recol2s=14724 -recol2d=15719 -recol3s=5120 -recol3d=8354 -recol4s=16846 -recol4d=14698 -recol5s=15392 -recol5d=14698 -recol6s=6273 -recol6d=22912 -retex1s=material_257 -retex1d=material_273 -name=Guard -model1=model_206 -model2=model_249 -model3=model_9458 -model4=model_9450 -model5=model_176 -model6=model_5437 -model7=model_274 -model8=model_185 -unknown119=3 - -// 2703 -[npc_2703] -bas=bas_4 -op2=Attack -op3=Pickpocket -vislevel=21 -recol1s=2340 -recol1d=12582 -recol2s=14724 -recol2d=15719 -recol3s=5120 -recol3d=8354 -recol4s=16846 -recol4d=14698 -recol5s=15392 -recol5d=14698 -recol6s=6273 -recol6d=10432 -retex1s=material_257 -retex1d=material_273 -name=Guard -model1=model_9451 -model2=model_250 -model3=model_9458 -model4=model_9450 -model5=model_176 -model6=model_5437 -model7=model_274 -model8=model_185 -unknown119=3 - -// 2704 -[npc_2704] -bas=bas_1396 -vislevel=0 -turnspeed=0 -op1=Talk-to -recol1s=2340 -recol1d=12582 -recol2s=14724 -recol2d=15719 -recol3s=5120 -recol3d=8354 -recol4s=16846 -recol4d=14698 -recol5s=15392 -recol5d=14698 -retex1s=material_272 -retex1d=material_273 -retex2s=material_257 -retex2d=material_273 -retex3s=material_268 -retex3d=material_250 -name=Guard -model1=model_9451 -model2=model_253 -model3=model_9458 -model4=model_9450 -model5=model_176 -model6=model_3599 -model7=model_43593 -unknown119=3 - -// 2705 -[npc_2705] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=12582 -recol2s=14724 -recol2d=15719 -recol3s=5120 -recol3d=8354 -recol4s=16846 -recol4d=14698 -recol5s=15392 -recol5d=14698 -retex1s=material_257 -retex1d=material_273 -name=Guard -model1=model_9451 -model2=model_253 -model3=model_9458 -model4=model_9450 -model5=model_176 -model6=model_563 -model7=model_274 -model8=model_185 -head1=model_38589 -head2=model_39227 -unknown119=2 - -// 2706 -[npc_2706] -bas=bas_82 -resizeh=42 -resizev=42 -minimap=no -vislevel=0 -recol1s=8421 -recol1d=15555 -recol2s=11592 -recol2d=17669 -recol3s=13706 -recol3d=19717 -recol4s=16846 -recol4d=19783 -name=Crab -model1=model_4399 -model2=model_8744 -unknown119=3 - -// 2707 -[npc_2707] -bas=bas_83 -ambient=20 -vislevel=0 -minimap=no -vislevel=0 -name=Seagull -model1=model_26841 -unknown119=6 - -// 2708 -[npc_2708] -bas=bas_83 -ambient=20 -vislevel=0 -minimap=no -vislevel=0 -name=Seagull -model1=model_26841 -unknown119=6 - -// 2709 -[npc_2709] -bas=bas_29 -size=1 -op2=Attack -alwaysontop=yes -vislevel=13 -recol1s=14724 -recol1d=16580 -recol2s=2340 -recol2d=16580 -recol3s=8386 -recol3d=12352 -recol4s=15392 -recol4d=10240 -recol5s=32736 -recol5d=10240 -recol6s=27483 -recol6d=31808 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Fire wizard -model1=model_9456 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_534 -model9=model_567 -model10=model_323 -head1=model_39655 -head2=model_39275 -unknown119=3 - -// 2710 -[npc_2710] -bas=bas_29 -size=1 -op2=Attack -alwaysontop=yes -vislevel=13 -recol1s=14724 -recol1d=5391 -recol2s=2340 -recol2d=5391 -recol3s=8386 -recol3d=139 -recol4s=15392 -recol4d=10 -recol5s=32736 -recol5d=10 -recol6s=27483 -recol6d=1118 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_272 -retex3d=material_252 -name=Water wizard -model1=model_9457 -model2=model_181 -model3=model_248 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_534 -model9=model_567 -model10=model_323 -head1=model_39874 -head2=model_39275 -unknown119=3 - -// 2711 -[npc_2711] -bas=bas_29 -size=1 -op2=Attack -alwaysontop=yes -vislevel=13 -recol1s=14724 -recol1d=9701 -recol2s=2340 -recol2d=9701 -recol3s=8386 -recol3d=4480 -recol4s=15392 -recol4d=320 -recol5s=32736 -recol5d=320 -recol6s=27483 -recol6d=16678 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Earth wizard -model1=model_9455 -model2=model_181 -model3=model_249 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_534 -model9=model_567 -model10=model_323 -head1=model_39254 -head2=model_39577 -unknown119=3 - -// 2712 -[npc_2712] -bas=bas_29 -size=1 -op2=Attack -alwaysontop=yes -vislevel=13 -recol1s=14724 -recol1d=22131 -recol2s=2340 -recol2d=22131 -recol3s=8386 -recol3d=16846 -recol4s=15392 -recol4d=13675 -recol5s=32736 -recol5d=13675 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -name=Air wizard -model1=model_9453 -model2=model_181 -model3=model_252 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_534 -model9=model_567 -model10=model_323 -head1=model_39613 -head2=model_38097 -unknown119=3 - -// 2713 -[npc_2713] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=6342 -recol2s=2340 -recol2d=6342 -recol3s=8386 -recol3d=4228 -recol4s=15392 -recol4d=2114 -recol5s=32736 -recol5d=2114 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=Malignius Mortifer -model1=model_9454 -model2=model_181 -model3=model_250 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_265 -model8=model_323 -head1=model_39853 -head2=model_38642 -unknown119=3 - -// 2714 -[npc_2714] -bas=bas_84 -size=1 -vislevel=0 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21101 -model2=model_21068 -model3=model_21050 -model4=model_21085 -model5=model_21126 -model6=model_21082 -model7=model_21139 -unknown119=3 - -// 2715 -[npc_2715] -bas=bas_71 -size=1 -vislevel=0 -name=Skeleton -model1=model_21168 -model2=model_21177 -model3=model_21159 -model4=model_21156 -model5=model_21180 -model6=model_21201 -model7=model_21188 -unknown119=3 - -// 2716 -[npc_2716] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -vislevel=0 -name=Ghost -model1=model_21145 -unknown119=3 - -// 2717 -[npc_2717] -bas=bas_71 -size=1 -vislevel=0 -name=Skeleton mage -model1=model_21193 -unknown119=3 - -// 2718 -[npc_2718] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=15856 -recol1d=25098 -recol2s=6273 -recol2d=0 -recol3s=14724 -recol3d=9225 -recol4s=2340 -recol4d=0 -recol5s=8384 -recol5d=32767 -recol6s=25098 -recol6d=29392 -name=Betty -model1=model_378 -model2=model_446 -model3=model_469 -model4=model_332 -model5=model_10706 -model6=model_421 -model7=model_361 -head1=model_39090 -unknown119=3 - -// 2719 -[npc_2719] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=15856 -recol1d=25098 -recol2s=14724 -recol2d=16403 -recol3s=2340 -recol3d=6313 -recol4s=12677 -recol4d=6313 -recol5s=8384 -recol5d=19795 -recol6s=8354 -recol6d=5125 -retex1s=material_250 -retex1d=material_202 -name=Grum -model1=model_198 -model2=model_215 -model3=model_245 -model4=model_247 -model5=model_292 -model6=model_327 -model7=model_151 -model8=model_10218 -model9=model_257 -head1=model_39444 -head2=model_39256 -head3=model_39836 -unknown119=3 - -// 2720 -[npc_2720] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=2340 -recol1d=7429 -recol2s=14724 -recol2d=17864 -recol3s=6273 -recol3d=4226 -recol4s=18464 -recol4d=22988 -recol5s=15856 -recol5d=24074 -recol6s=16704 -recol6d=19978 -name=Gerrant -model1=model_186 -model2=model_217 -model3=model_302 -model4=model_3190 -model5=model_151 -model6=model_10218 -model7=model_562 -model8=model_254 -model9=model_185 -model10=model_246 -head1=model_39686 -head2=model_39371 -head3=model_39223 -unknown119=3 - -// 2721 -[npc_2721] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=2340 -recol1d=11558 -recol2s=14724 -recol2d=9548 -recol3s=6273 -recol3d=14594 -recol4s=25098 -recol4d=25164 -recol5s=15856 -recol5d=25164 -name=Wydin -model1=model_217 -model2=model_305 -model3=model_151 -model4=model_10218 -model5=model_254 -model6=model_181 -model7=model_246 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 2722 -[npc_2722] -bas=bas_178 -size=1 -minimap=no -op1=Use-rod -op4=hidden -vislevel=0 -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 2723 -[npc_2723] -bas=bas_43 -vislevel=0 -size=1 -resizeh=32 -resizev=32 -op1=Use-rod -op4=hidden -alwaysontop=yes -name=Fishing spot -model1=model_2320 -unknown119=7 - -// 2724 -[npc_2724] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 2725 -[npc_2725] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=7363 -recol1d=4194 -retex1s=material_251 -retex1d=material_258 -name=Otto Godblessed -model1=model_18192 -model2=model_11747 -model3=model_22163 -model4=model_280 -model5=model_11759 -model6=model_11764 -model7=model_11727 -model8=model_11731 -model9=model_19250 -model10=model_11733 -head1=model_39925 -head2=model_39201 -unknown119=3 - -// 2726 -[npc_2726] -bas=bas_83 -size=1 -ambient=20 -vislevel=0 -minimap=no -vislevel=0 -name=Gull -model1=model_26841 -unknown119=6 - -// 2727 -[npc_2727] -bas=bas_83 -size=1 -ambient=20 -vislevel=0 -minimap=no -vislevel=0 -name=Gull -model1=model_26841 -unknown119=6 - -// 2728 -[npc_2728] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Take-boat -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=17833 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_253 -retex3d=material_250 -retex4s=material_252 -retex4d=material_273 -name=Monk of Entrana -model1=model_6848 -model2=model_250 -model3=model_292 -model4=model_9607 -model5=model_170 -model6=model_10218 -model7=model_260 -model8=model_181 -head1=model_40052 -head2=model_38096 -unknown119=3 - -// 2729 -[npc_2729] -bas=bas_53 -vislevel=0 -op1=Talk-to -op3=Take-boat -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=25268 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_253 -retex3d=material_250 -retex4s=material_252 -retex4d=material_273 -retex5s=material_268 -retex5d=material_250 -retex6s=material_228 -retex6d=material_426 -name=Monk of Entrana -model1=model_208 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_10218 -model6=model_3711 -model7=model_260 -model8=model_181 -head1=model_38588 -head2=model_38096 -unknown119=3 - -// 2730 -[npc_2730] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Take-boat -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=17833 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_253 -retex3d=material_250 -retex4s=material_252 -retex4d=material_273 -name=Monk of Entrana -model1=model_6848 -model2=model_250 -model3=model_292 -model4=model_9607 -model5=model_170 -model6=model_10218 -model7=model_260 -model8=model_181 -head1=model_39744 -head2=model_38096 -unknown119=3 - -// 2731 -[npc_2731] -bas=bas_29 -vislevel=0 -op1=Talk-to -op3=Take-boat -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=25268 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_253 -retex3d=material_250 -retex4s=material_252 -retex4d=material_273 -retex5s=material_268 -retex5d=material_250 -retex6s=material_228 -retex6d=material_426 -name=Monk of Entrana -model1=model_208 -model2=model_250 -model3=model_292 -model4=model_170 -model5=model_10218 -model6=model_553 -model7=model_260 -model8=model_181 -head1=model_38588 -head2=model_38096 -unknown119=3 - -// 2732 -[npc_2732] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=10468 -recol2s=14724 -recol2d=7500 -recol3s=32735 -recol3d=13539 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=18921 -recol6s=4192 -recol6d=10468 -retex1s=material_252 -retex1d=material_254 -name=Master Crafter -model1=model_235 -model2=model_253 -model3=model_305 -model4=model_163 -model5=model_10218 -model6=model_274 -model7=model_181 -head1=model_38641 -head2=model_39227 -unknown119=3 - -// 2733 -[npc_2733] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=4363 -recol3s=32735 -recol3d=13539 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=12582 -recol6s=4192 -recol6d=8354 -retex1s=material_252 -retex1d=material_254 -name=Master Crafter -model1=model_210 -model2=model_246 -model3=model_305 -model4=model_163 -model5=model_10218 -model6=model_274 -model7=model_181 -head1=model_39600 -head2=model_39223 -unknown119=3 - -// 2734 -[npc_2734] -bas=bas_484 -size=1 -op2=Attack -ambient=60 -contrast=-60 -vislevel=22 -name=Tz-Kih -model1=model_34252 -unknown119=3 - -// 2735 -[npc_2735] -bas=bas_484 -size=1 -op2=Attack -ambient=60 -contrast=-60 -vislevel=22 -recol1s=19488 -recol1d=19680 -recolhsl2s=946 -recolhsl2d=4018 -recol3s=32037 -recol3d=32293 -recol4s=28736 -recol4d=28992 -recol5s=7168 -recol5d=7232 -name=Tz-Kih -model1=model_34252 -unknown119=3 - -// 2736 -[npc_2736] -bas=bas_482 -size=2 -op2=Attack -ambient=40 -contrast=40 -vislevel=45 -name=Tz-Kek -model1=model_34251 -unknown119=3 - -// 2737 -[npc_2737] -bas=bas_482 -size=2 -op2=Attack -ambient=40 -contrast=40 -vislevel=45 -recolhsl1s=35 -recolhsl1d=4383 -recolhsl2s=30 -recolhsl2d=4369 -recolhsl3s=40 -recolhsl3d=4375 -recolhsl4s=20 -recolhsl4d=4363 -recolhsl5s=10 -recolhsl5d=4355 -name=Tz-Kek -model1=model_34251 -unknown119=3 - -// 2738 -[npc_2738] -bas=bas_483 -size=1 -op2=Attack -ambient=40 -contrast=40 -vislevel=22 -name=Tz-Kek -model1=model_34250 -unknown119=3 - -// 2739 -[npc_2739] -bas=bas_197 -size=3 -op2=Attack -ambient=60 -contrast=60 -vislevel=90 -name=Tok-Xil -model1=model_34133 -unknown119=3 - -// 2740 -[npc_2740] -bas=bas_197 -size=3 -op2=Attack -ambient=60 -contrast=60 -vislevel=90 -recolhsl1s=40 -recolhsl1d=3240 -recol2s=8423 -recol2d=9446 -recolhsl3s=20 -recolhsl3d=3220 -recolhsl4s=10 -recolhsl4d=3210 -name=Tok-Xil -model1=model_34133 -unknown119=3 - -// 2741 -[npc_2741] -bas=bas_478 -size=4 -op2=Attack -ambient=30 -contrast=30 -vislevel=180 -name=Yt-MejKot -model1=model_34135 -unknown119=3 - -// 2742 -[npc_2742] -bas=bas_478 -size=4 -op2=Attack -ambient=30 -contrast=30 -vislevel=180 -name=Yt-MejKot -model1=model_34135 -unknown119=3 - -// 2743 -[npc_2743] -bas=bas_477 -size=5 -op2=Attack -ambient=40 -contrast=40 -vislevel=360 -name=Ket-Zek -model1=model_34137 -unknown119=3 - -// 2744 -[npc_2744] -bas=bas_477 -size=5 -op2=Attack -ambient=40 -contrast=40 -vislevel=360 -name=Ket-Zek -model1=model_34137 -unknown119=3 - -// 2745 -[npc_2745] -bas=bas_485 -size=5 -op2=Attack -ambient=60 -contrast=60 -vislevel=702 -name=TzTok-Jad -model1=model_34131 -unknown119=3 - -// 2746 -[npc_2746] -bas=bas_479 -size=1 -op2=Attack -ambient=30 -contrast=30 -vislevel=108 -name=Yt-HurKot -model1=model_34136 -unknown119=3 - -// 2747 -[npc_2747] -bas=bas_29 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=8225 -recol2s=4367 -recol2d=8225 -recol3s=7329 -recol3d=8225 -recol4s=6273 -recol4d=10405 -recol5s=7328 -recol5d=6144 -recol6s=21120 -recol6d=8225 -retex1s=material_268 -retex1d=material_202 -name=Solus Dellagar -model1=model_9647 -model2=model_217 -model3=model_250 -model4=model_292 -model5=model_317 -model6=model_162 -model7=model_179 -model8=model_9650 -model9=model_556 -model10=model_9648 -model11=model_4955 -model12=model_9649 -head1=model_39686 -head2=model_39426 -head3=model_38642 -unknown119=3 - -// 2748 -[npc_2748] -bas=bas_236 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=28471 -recol2s=14724 -recol2d=32662 -recol3s=7329 -recol3d=25300 -recol4s=6144 -recol4d=28534 -recol5s=7298 -recol5d=21038 -recol6s=15856 -recol6d=25098 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_258 -retex3s=material_253 -retex3d=material_258 -retex4s=material_252 -retex4d=material_254 -retex5s=material_268 -retex5d=material_258 -retex6s=material_272 -retex6d=material_254 -name=Savant -model1=model_398 -model2=model_471 -model3=model_479 -model4=model_348 -model5=model_10706 -model6=model_40483 -model7=model_361 -head1=model_39022 -head2=model_38887 -unknown119=3 - -// 2749 -[npc_2749] -bas=bas_4 -vislevel=0 -alwaysontop=yes -recol1s=16846 -recol1d=2114 -recol2s=25098 -recol2d=7329 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=8388 -recol6d=2114 -name=Lord Daquarius -model1=model_217 -model2=model_246 -model3=model_3379 -model4=model_317 -model5=model_164 -model6=model_40732 -model7=model_268 -model8=model_4954 -head1=model_39859 -head2=model_39223 -unknown119=1 - -// 2750 -[npc_2750] -bas=bas_29 -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=8225 -recol2s=4367 -recol2d=8225 -recol3s=7329 -recol3d=8225 -recol4s=6273 -recol4d=10405 -recol5s=7328 -recol5d=6144 -recol6s=21120 -recol6d=8225 -retex1s=material_268 -retex1d=material_202 -name=Solus Dellagar -model1=model_9647 -model2=model_217 -model3=model_250 -model4=model_292 -model5=model_317 -model6=model_162 -model7=model_179 -model8=model_9650 -model9=model_556 -model10=model_9648 -model11=model_4955 -model12=model_9649 -head1=model_39686 -head2=model_39426 -head3=model_38642 -unknown119=1 - -// 2751 -[npc_2751] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=16846 -recol1d=2114 -recol2s=9473 -recol2d=2114 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=7298 -recol6d=2114 -name=Black Knight -model1=model_218 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_518 -unknown119=1 - -// 2752 -[npc_2752] -bas=bas_1093 -vislevel=0 -alwaysontop=yes -recol1s=16846 -recol1d=2114 -recol2s=25098 -recol2d=7329 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=8388 -recol6d=2114 -name=Lord Daquarius -model1=model_217 -model2=model_246 -model3=model_3379 -model4=model_317 -model5=model_164 -model6=model_40732 -model7=model_268 -model8=model_4954 -head1=model_39859 -head2=model_39223 -unknown119=1 - -// 2753 -[npc_2753] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=14724 -recol1d=2340 -recol2s=2340 -recol2d=15392 -recol3s=6273 -recol3d=21074 -recol4s=22131 -recol4d=8291 -recol5s=30656 -recol5d=0 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Mage of Zamorak -model1=model_5430 -model2=model_251 -model3=model_286 -model4=model_292 -model5=model_170 -model6=model_10218 -model7=model_544 -model8=model_556 -model9=model_256 -head1=model_38093 -head2=model_38096 -unknown119=1 - -// 2754 -[npc_2754] -bas=bas_1095 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=14724 -recol1d=2340 -recol2s=2340 -recol2d=15392 -recol3s=6273 -recol3d=21074 -recol4s=22131 -recol4d=8291 -recol5s=30656 -recol5d=0 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Mage of Zamorak -model1=model_5430 -model2=model_251 -model3=model_286 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_544 -model8=model_556 -model9=model_256 -head1=model_38093 -head2=model_38096 -unknown119=1 - -// 2755 -[npc_2755] -bas=bas_1094 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=14724 -recol1d=2340 -recol2s=2340 -recol2d=15392 -recol3s=6273 -recol3d=21074 -recol4s=22131 -recol4d=8291 -recol5s=30656 -recol5d=0 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Mage of Zamorak -model1=model_5430 -model2=model_251 -model3=model_286 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_544 -model8=model_556 -model9=model_256 -head1=model_38093 -head2=model_38096 -unknown119=1 - -// 2756 -[npc_2756] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1065 -multinpc=1,npc_2747 -unknown119=1 - -// 2757 -[npc_2757] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1067 -multinpc=1,npc_2747 -unknown119=1 - -// 2758 -[npc_2758] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1069 -multinpc=1,npc_2747 -unknown119=3 - -// 2759 -[npc_2759] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1071 -multinpc=1,npc_2747 -unknown119=1 - -// 2760 -[npc_2760] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1073 -multinpc=1,npc_2747 -unknown119=1 - -// 2761 -[npc_2761] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1075 -multinpc=1,npc_2747 -unknown119=1 - -// 2762 -[npc_2762] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1077 -multinpc=1,npc_2747 -unknown119=1 - -// 2763 -[npc_2763] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1079 -multinpc=1,npc_2747 -unknown119=1 - -// 2764 -[npc_2764] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1081 -multinpc=1,npc_2747 -unknown119=1 - -// 2765 -[npc_2765] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1083 -multinpc=1,npc_2747 -unknown119=1 - -// 2766 -[npc_2766] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1085 -multinpc=1,npc_2747 -unknown119=1 - -// 2767 -[npc_2767] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1087 -multinpc=1,npc_2747 -unknown119=1 - -// 2768 -[npc_2768] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1089 -multinpc=1,npc_2747 -unknown119=1 - -// 2769 -[npc_2769] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1091 -multinpc=1,npc_2747 -unknown119=1 - -// 2770 -[npc_2770] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1093 -multinpc=1,npc_2747 -unknown119=1 - -// 2771 -[npc_2771] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1095 -multinpc=1,npc_2747 -unknown119=1 - -// 2772 -[npc_2772] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1097 -multinpc=1,npc_2747 -unknown119=1 - -// 2773 -[npc_2773] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1099 -multinpc=1,npc_2747 -unknown119=1 - -// 2774 -[npc_2774] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1101 -multinpc=1,npc_2747 -unknown119=1 - -// 2775 -[npc_2775] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1069 -multinpc=1,npc_2776 -unknown119=1 - -// 2776 -[npc_2776] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=17605 -recol2s=4160 -recol2d=9442 -recol3s=2340 -recol3d=12320 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=28262 -retex1s=material_228 -retex1d=material_426 -name=Woman -model1=model_393 -model2=model_456 -model3=model_40401 -model4=model_10706 -model5=model_435 -model6=model_414 -head1=model_39016 -head2=model_38861 -unknown119=3 - -// 2777 -[npc_2777] -bas=bas_4 -size=1 -alwaysontop=yes -op2=Attack -vislevel=32 -recol1s=16846 -recol1d=2114 -recol2s=9473 -recol2d=2114 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=7298 -recol6d=2114 -name=Black Knight -model1=model_218 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_518 -unknown119=2 - -// 2778 -[npc_2778] -bas=bas_4 -size=1 -alwaysontop=yes -vislevel=32 -recol1s=16846 -recol1d=2114 -recol2s=9473 -recol2d=2114 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=7298 -recol6d=2114 -name=Black Knight -model1=model_218 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_518 -unknown119=1 - -// 2779 -[npc_2779] -bas=bas_1092 -vislevel=0 -op2=Attack -recol1s=384 -recol1d=28341 -recol2s=256 -recol2d=22131 -recol3s=289 -recol3d=22131 -recol4s=14724 -recol4d=22131 -recol5s=7330 -recol5d=28341 -recol6s=7298 -recol6d=20017 -retex1s=material_257 -retex1d=material_254 -retex2s=material_268 -retex2d=material_258 -name=Ranger -model1=model_221 -model2=model_253 -model3=model_314 -model4=model_170 -model5=model_179 -model6=model_563 -model7=model_258 -model8=model_185 -model9=model_9651 -head1=model_39611 -head2=model_39227 -unknown119=3 - -// 2780 -[npc_2780] -bas=bas_29 -vislevel=0 -op2=Attack -alwaysontop=yes -recol1s=14724 -recol1d=8225 -recol2s=4367 -recol2d=8225 -recol3s=7329 -recol3d=8225 -recol4s=6273 -recol4d=10405 -recol5s=7328 -recol5d=6144 -recol6s=21120 -recol6d=8225 -retex1s=material_268 -retex1d=material_202 -name=Solus Dellagar -model1=model_9647 -model2=model_217 -model3=model_250 -model4=model_292 -model5=model_317 -model6=model_162 -model7=model_179 -model8=model_9650 -model9=model_556 -model10=model_9648 -model11=model_4955 -model12=model_9649 -head1=model_39686 -head2=model_39426 -head3=model_38642 -unknown119=2 - -// 2781 -[npc_2781] -bas=bas_108 -size=1 -vislevel=0 -recol1s=352 -recol1d=21508 -retex1s=material_404 -retex1d=material_271 -name=Gnome guard -model1=model_2909 -model2=model_2893 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 2782 -[npc_2782] -bas=bas_836 -op2=Attack -spotshadow=no -vislevel=73 -name=Shadow -model1=model_9739 -unknown119=3 - -// 2783 -[npc_2783] -bas=bas_833 -size=3 -op2=Attack -vislevel=182 -name=Dark beast -model1=model_26395 -unknown119=3 - -// 2784 -[npc_2784] -bas=bas_29 -size=1 -vislevel=0 -recol1s=25098 -recol1d=26318 -recol2s=15392 -recol2d=7297 -recol3s=32736 -recol3d=12544 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_4033 -model5=model_273 -model6=model_323 -head1=model_40025 -unknown119=3 - -// 2785 -[npc_2785] -bas=bas_834 -vislevel=0 -recol1s=7298 -recol1d=24074 -recol2s=15856 -recol2d=24074 -recol3s=2340 -recol3d=5316 -name=Slave -model1=model_235 -model2=model_253 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_509 -model7=model_275 -model8=model_33033 -unknown119=3 - -// 2786 -[npc_2786] -bas=bas_835 -vislevel=0 -recol1s=7298 -recol1d=24074 -recol2s=15856 -recol2d=24074 -recol3s=2340 -recol3d=7396 -name=Slave -model1=model_214 -model2=model_251 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_496 -model7=model_254 -model8=model_181 -unknown119=3 - -// 2787 -[npc_2787] -bas=bas_4 -vislevel=0 -resizeh=110 -resizev=100 -recol1s=7298 -recol1d=24074 -recol2s=15856 -recol2d=24074 -recol3s=2340 -recol3d=7396 -name=Slave -model1=model_215 -model2=model_246 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_254 -model7=model_181 -unknown119=3 - -// 2788 -[npc_2788] -bas=bas_2 -size=1 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1330 -multinpc=1,npc_2789 -unknown119=1 - -// 2789 -[npc_2789] -bas=bas_2 -vislevel=0 -op1=Talk-to -size=1 -alwaysontop=yes -name=Thorgel -model1=model_2970 -model2=model_2981 -model3=model_2979 -model4=model_2983 -model5=model_2985 -model6=model_2990 -head1=model_0 -unknown119=3 - -// 2790 -[npc_2790] -bas=bas_4 -resizev=160 -resizeh=160 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=14884 -recol2s=2340 -recol2d=192 -recol3s=25098 -recol3d=11296 -recol4s=11296 -recol4d=18624 -recol5s=15856 -recol5d=16704 -name=Sergeant Damien -model1=model_229 -model2=model_9762 -model3=model_6755 -model4=model_167 -model5=model_176 -model6=model_9761 -model7=model_182 -model8=model_9763 -head1=model_140 -unknown119=2 - -// 2791 -[npc_2791] -bas=bas_4 -vislevel=0 -size=1 -resizeh=138 -resizev=131 -alwaysontop=yes -recol1s=8420 -recol1d=15821 -recol2s=6304 -recol2d=15821 -recol3s=22027 -recol3d=7363 -recol4s=32736 -recol4d=7363 -name=Pillory Guard -model1=model_225 -model2=model_301 -model3=model_169 -model4=model_179 -model5=model_519 -model6=model_269 -model7=model_185 -head1=model_60 -unknown119=3 - -// 2792 -[npc_2792] -bas=bas_4 -vislevel=0 -size=1 -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=8355 -recol3s=15856 -recol3d=25098 -name=Tramp -model1=model_214 -model2=model_246 -model3=model_310 -model4=model_151 -model5=model_176 -model6=model_275 -model7=model_181 -head1=model_52 -unknown119=3 - -// 2793 -[npc_2793] -bas=bas_4 -vislevel=0 -size=1 -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=8355 -recol3s=15856 -recol3d=25098 -name=Tramp -model1=model_214 -model2=model_246 -model3=model_310 -model4=model_151 -model5=model_176 -model6=model_275 -model7=model_181 -head1=model_52 -unknown119=3 - -// 2794 -[npc_2794] -bas=bas_4 -vislevel=0 -size=1 -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=8355 -recol3s=15856 -recol3d=25098 -name=Tramp -model1=model_214 -model2=model_246 -model3=model_310 -model4=model_151 -model5=model_176 -model6=model_275 -model7=model_181 -head1=model_52 -unknown119=3 - -// 2795 -[npc_2795] -bas=bas_52 -op1=Talk-To -op3=Sober-Up -vislevel=48 -multivar=varplayerbit_1344 -multinpc=0,npc_2796 -multinpc=1,npc_2797 -multinpc=2,npc_2798 -multinpc=3,npc_2799 -unknown119=2 - -// 2796 -[npc_2796] -vislevel=0 -size=1 -op1=Talk-To -op3=Sober-Up -recol1s=2340 -recol1d=6374 -recol2s=15856 -recol2d=29424 -recol3s=14695 -recol3d=11623 -recol4s=25098 -recol4d=29424 -name=Skippy -model1=model_6364 -model2=model_210 -model3=model_253 -model4=model_8845 -model5=model_32593 -model6=model_10218 -model7=model_275 -model8=model_9823 -head1=model_39827 -head2=model_39227 -head3=model_39453 -unknown119=2 - -// 2797 -[npc_2797] -vislevel=0 -size=1 -op1=Talk-To -op3=Sober-Up -recol1s=2340 -recol1d=6374 -recol2s=15856 -recol2d=29424 -recol3s=14695 -recol3d=11623 -recol4s=25098 -recol4d=29424 -name=Skippy -model1=model_6364 -model2=model_210 -model3=model_253 -model4=model_8845 -model5=model_32593 -model6=model_10218 -model7=model_275 -model8=model_9823 -head1=model_39827 -head2=model_39227 -head3=model_39453 -unknown119=2 - -// 2798 -[npc_2798] -vislevel=0 -size=1 -op1=Talk-To -op3=Sober-Up -recol1s=2340 -recol1d=6374 -recol2s=15856 -recol2d=29424 -recol3s=14695 -recol3d=11623 -recol4s=25098 -recol4d=29424 -name=Skippy -model1=model_6364 -model2=model_210 -model3=model_253 -model4=model_8845 -model5=model_32593 -model6=model_10218 -model7=model_275 -model8=model_9823 -head1=model_39827 -head2=model_39227 -head3=model_39453 -unknown119=2 - -// 2799 -[npc_2799] -vislevel=0 -size=1 -op1=Talk-To -op3=Sober-Up -recol1s=2340 -recol1d=6374 -recol2s=15856 -recol2d=29424 -recol3s=14695 -recol3d=11623 -recol4s=25098 -recol4d=29424 -name=Skippy -model1=model_6364 -model2=model_210 -model3=model_253 -model4=model_8845 -model5=model_32593 -model6=model_10218 -model7=model_275 -model8=model_9823 -head1=model_39827 -head2=model_39227 -head3=model_39453 -unknown119=2 - -// 2800 -[npc_2800] -vislevel=0 -size=1 -minimap=no -name=A pile of broken glass -model1=model_2676 -unknown119=1 - -// 2801 -[npc_2801] -bas=bas_60 -size=2 -op2=Attack -vislevel=63 -name=Ogre -model1=model_2878 -model2=model_2874 -unknown119=3 - -// 2802 -[npc_2802] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=416 -recol1d=21992 -recol2s=384 -recol2d=14731 -recol3s=22024 -recol3d=7331 -recol4s=32767 -recol4d=32563 -name=Gnome Coach -model1=model_9832 -model2=model_4245 -model3=model_2915 -model4=model_9833 -head1=model_9364 -unknown119=2 - -// 2803 -[npc_2803] -bas=bas_639 -size=3 -contrast=30 -ambient=30 -alwaysontop=yes -op2=Attack -vislevel=42 -name=Lizard -model1=model_9831 -unknown119=3 - -// 2804 -[npc_2804] -bas=bas_640 -size=2 -resizeh=69 -resizev=69 -contrast=30 -ambient=30 -op2=Attack -vislevel=24 -recol1s=7395 -recol1d=8449 -recol2s=10566 -recol2d=10529 -recol3s=11624 -recol3d=14785 -recol4s=10565 -recol4d=10533 -recol5s=9508 -recol5d=8485 -recol6s=17607 -recol6d=3404 -name=Desert Lizard -model1=model_9831 -model2=model_9830 -unknown119=3 - -// 2805 -[npc_2805] -bas=bas_640 -size=2 -resizeh=82 -resizev=82 -contrast=30 -ambient=30 -op2=Attack -vislevel=24 -recol1s=7395 -recol1d=11521 -recol2s=10566 -recol2d=12577 -recol3s=11624 -recol3d=18912 -recol4s=10565 -recol4d=12581 -recol5s=9508 -recol5d=11557 -recol6s=24047 -recol6d=18857 -name=Desert Lizard -model1=model_9831 -unknown119=3 - -// 2806 -[npc_2806] -bas=bas_640 -size=2 -resizeh=80 -resizev=76 -contrast=30 -ambient=30 -op2=Attack -vislevel=24 -recol1s=7395 -recol1d=11524 -recol2s=10566 -recol2d=15684 -recol3s=11624 -recol3d=16742 -recol4s=10565 -recol4d=12614 -recol5s=9508 -recol5d=11558 -recol6s=17607 -recol6d=10546 -name=Desert Lizard -model1=model_9831 -unknown119=3 - -// 2807 -[npc_2807] -bas=bas_641 -size=1 -resizeh=40 -resizev=40 -contrast=30 -ambient=30 -op2=Attack -vislevel=12 -name=Small Lizard -model1=model_9831 -model2=model_9830 -unknown119=3 - -// 2808 -[npc_2808] -bas=bas_641 -size=1 -resizeh=40 -resizev=40 -contrast=30 -ambient=30 -op2=Attack -vislevel=12 -recol1s=7395 -recol1d=11521 -recol2s=10566 -recol2d=12577 -recol3s=11624 -recol3d=18912 -recol4s=10565 -recol4d=12581 -recol5s=9508 -recol5d=11557 -recol6s=24047 -recol6d=18857 -name=Small Lizard -model1=model_9831 -unknown119=3 - -// 2809 -[npc_2809] -bas=bas_109 -op1=Talk-to -size=2 -ambient=25 -vislevel=0 -name=Al the Camel -model1=model_38649 -head1=model_38724 -unknown119=3 - -// 2810 -[npc_2810] -bas=bas_109 -op1=Talk-to -size=2 -ambient=25 -vislevel=0 -name=Elly the Camel -model1=model_38645 -head1=model_38723 -unknown119=3 - -// 2811 -[npc_2811] -bas=bas_109 -op1=Talk-to -size=2 -ambient=25 -vislevel=0 -name=Ollie the Camel -model1=model_38647 -head1=model_38723 -unknown119=3 - -// 2812 -[npc_2812] -bas=bas_109 -op1=Talk-to -size=2 -ambient=25 -vislevel=0 -name=Cam the Camel -model1=model_38648 -head1=model_38723 -unknown119=3 - -// 2813 -[npc_2813] -bas=bas_109 -size=2 -vislevel=0 -multivar=varplayerbit_1353 -multinpc=0,npc_80 -multinpc=1,npc_2814 -unknown119=3 - -// 2814 -[npc_2814] -bas=bas_109 -op1=Talk-to -size=2 -ambient=25 -vislevel=0 -name=Alice the Camel -model1=model_38645 -head1=model_38723 -unknown119=3 - -// 2815 -[npc_2815] -bas=bas_109 -op1=Talk-to -size=2 -ambient=25 -vislevel=0 -name=Neferti the Camel -model1=model_38644 -head1=model_38723 -unknown119=3 - -// 2816 -[npc_2816] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1353 -multinpc=1,npc_2820 -unknown119=3 - -// 2817 -[npc_2817] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1353 -multinpc=1,npc_2821 -unknown119=3 - -// 2818 -[npc_2818] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1353 -multinpc=1,npc_2822 -unknown119=3 - -// 2819 -[npc_2819] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1353 -multinpc=1,npc_2823 -unknown119=3 - -// 2820 -[npc_2820] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=32759 -recol2s=7298 -recol2d=19813 -retex1s=material_203 -retex1d=material_144 -name=Ali the Smith -model1=model_6086 -model2=model_6087 -model3=model_302 -model4=model_6084 -model5=model_176 -model6=model_491 -model7=model_6090 -model8=model_185 -head1=model_39490 -head2=model_39250 -head3=model_40003 -unknown119=3 - -// 2821 -[npc_2821] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -name=Ali the Farmer -model1=model_40241 -model2=model_29681 -model3=model_29685 -model4=model_40249 -model5=model_40150 -model6=model_29694 -model7=model_495 -model8=model_29683 -head1=model_40029 -head2=model_39279 -unknown119=3 - -// 2822 -[npc_2822] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=9549 -recol1d=25364 -recol2s=5319 -recol2d=22195 -recol3s=4262 -recol3d=20081 -recol4s=6273 -recol4d=9549 -recol5s=3104 -recol5d=5319 -recol6s=5216 -recol6d=7435 -retex1s=material_202 -retex1d=material_250 -name=Ali the Tailor -model1=model_40241 -model2=model_40198 -model3=model_40183 -model4=model_29686 -model5=model_29690 -model6=model_29694 -model7=model_525 -model8=model_29683 -head1=model_40029 -head2=model_39199 -unknown119=3 - -// 2823 -[npc_2823] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=6309 -recol1d=3104 -recol2s=7366 -recol2d=5218 -name=Ali the Guard -model1=model_40224 -model2=model_29681 -model3=model_40184 -model4=model_29686 -model5=model_40150 -model6=model_8973 -model7=model_29694 -model8=model_29683 -head1=model_39578 -head2=model_39279 -unknown119=3 - -// 2824 -[npc_2824] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=28005 -recol3s=6273 -recol3d=4226 -recol4s=15856 -recol4d=15652 -recol5s=25098 -recol5d=15652 -recol6s=32735 -recol6d=13539 -name=Ellis -model1=model_217 -model2=model_254 -model3=model_246 -model4=model_305 -model5=model_151 -model6=model_10218 -model7=model_181 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 2825 -[npc_2825] -bas=bas_40 -op1=Talk-to -vislevel=0 -recol1s=10536 -recol1d=9445 -recol2s=11593 -recol2d=9445 -recol3s=21074 -recol3d=7331 -recol4s=18960 -recol4d=7331 -retex1s=material_250 -retex1d=material_258 -retex2s=material_273 -retex2d=material_254 -name=Pirate Pete -model1=model_28821 -head1=model_38093 -unknown119=1 - -// 2826 -[npc_2826] -bas=bas_40 -op1=Talk-to -vislevel=0 -recol1s=10536 -recol1d=9445 -recol2s=11593 -recol2d=9445 -recol3s=21074 -recol3d=7331 -recol4s=18960 -recol4d=7331 -retex1s=material_250 -retex1d=material_258 -retex2s=material_273 -retex2d=material_254 -name=Pirate Pete -model1=model_28821 -head1=model_39838 -head2=model_39498 -unknown119=1 - -// 2827 -[npc_2827] -bas=bas_35 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=7331 -recol1d=13675 -recol2s=9445 -recol2d=15789 -recol3s=8289 -recol3d=3171 -recol4s=8322 -recol4d=5252 -recol5s=9346 -recol5d=5285 -recol6s=7265 -recol6d=5285 -retex1s=material_262 -retex1d=material_258 -name=Captain Braindeath -model1=model_28783 -model2=model_28796 -model3=model_28749 -model4=model_28758 -model5=model_28777 -model6=model_28810 -model7=model_28765 -head1=model_39941 -head2=model_38097 -head3=model_39482 -unknown119=1 - -// 2828 -[npc_2828] -bas=bas_919 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=50% Luke -model1=model_21391 -head1=model_21395 -unknown119=1 - -// 2829 -[npc_2829] -bas=bas_35 -vislevel=0 -op1=Talk-to -recol1s=5286 -recol1d=13675 -recol2s=7400 -recol2d=14732 -recol3s=3172 -recol3d=8456 -recol4s=10571 -recol4d=15789 -recol5s=2115 -recol5d=7399 -name=Davey -model1=model_28790 -model2=model_28799 -model3=model_28753 -model4=model_28758 -model5=model_28772 -model6=model_28804 -model7=model_28765 -head1=model_40041 -head2=model_39415 -unknown119=1 - -// 2830 -[npc_2830] -bas=bas_918 -vislevel=0 -op1=Talk-to -size=1 -recol1s=17010 -recol1d=13937 -recol2s=15953 -recol2d=12880 -recol3s=14896 -recol3d=11823 -recol4s=13839 -recol4d=10766 -recol5s=32767 -recol5d=7267 -name=Captain Donnie -model1=model_21427 -model2=model_21467 -model3=model_21413 -model4=model_21441 -model5=model_21459 -model6=model_21447 -model7=model_21421 -head1=model_21397 -unknown119=3 - -// 2831 -[npc_2831] -bas=bas_921 -resizeh=118 -resizev=118 -op1=Talk-to -vislevel=0 -recol1s=17998 -recol1d=13937 -recol2s=16941 -recol2d=13937 -recol3s=14827 -recol3d=8652 -recol4s=13770 -recol4d=8652 -recol5s=15884 -recol5d=11823 -name=Zombie protester -model1=model_21102 -model2=model_21069 -model3=model_21051 -model4=model_21096 -model5=model_21125 -model6=model_21075 -head1=model_21388 -unknown119=3 - -// 2832 -[npc_2832] -bas=bas_921 -resizeh=118 -resizev=118 -op1=Talk-to -vislevel=0 -recol1s=17998 -recol1d=13937 -recol2s=16941 -recol2d=13937 -recol3s=14827 -recol3d=8652 -recol4s=13770 -recol4d=8652 -recol5s=15884 -recol5d=11823 -name=Zombie protester -model1=model_21101 -model2=model_21072 -model3=model_21052 -model4=model_21096 -model5=model_21119 -model6=model_21076 -head1=model_21390 -unknown119=3 - -// 2833 -[npc_2833] -bas=bas_921 -resizeh=118 -resizev=118 -op1=Talk-to -vislevel=0 -recol1s=17998 -recol1d=13937 -recol2s=16941 -recol2d=13937 -recol3s=14827 -recol3d=8652 -recol4s=13770 -recol4d=8652 -recol5s=15884 -recol5d=11823 -name=Zombie protester -model1=model_21111 -model2=model_21071 -model3=model_21052 -model4=model_21096 -model5=model_21129 -model6=model_21074 -head1=model_21387 -unknown119=3 - -// 2834 -[npc_2834] -bas=bas_921 -resizeh=118 -resizev=118 -op1=Talk-to -vislevel=0 -recol1s=17998 -recol1d=13937 -recol2s=16941 -recol2d=13937 -recol3s=14827 -recol3d=8652 -recol4s=13770 -recol4d=8652 -recol5s=15884 -recol5d=11823 -name=Zombie protester -model1=model_21103 -model2=model_21067 -model3=model_21052 -model4=model_21097 -model5=model_21113 -model6=model_21073 -head1=model_21389 -unknown119=3 - -// 2835 -[npc_2835] -bas=bas_921 -resizeh=118 -resizev=118 -op1=Talk-to -vislevel=0 -recol1s=17998 -recol1d=13937 -recol2s=16941 -recol2d=13937 -recol3s=14827 -recol3d=8652 -recol4s=13770 -recol4d=8652 -recol5s=15884 -recol5d=11823 -name=Zombie protester -model1=model_21102 -model2=model_21068 -model3=model_21050 -model4=model_21097 -model5=model_21129 -model6=model_21083 -head1=model_21388 -unknown119=3 - -// 2836 -[npc_2836] -bas=bas_921 -resizeh=118 -resizev=118 -op1=Talk-to -vislevel=0 -recol1s=17998 -recol1d=13937 -recol2s=16941 -recol2d=13937 -recol3s=14827 -recol3d=8652 -recol4s=13770 -recol4d=8652 -recol5s=15884 -recol5d=11823 -name=Zombie protester -model1=model_21101 -model2=model_21056 -model3=model_21038 -model4=model_21097 -model5=model_21130 -model6=model_21074 -head1=model_21390 -unknown119=3 - -// 2837 -[npc_2837] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -recol1s=17010 -recol1d=13937 -recol2s=15953 -recol2d=12880 -recol3s=14896 -recol3d=11823 -recol4s=13839 -recol4d=10766 -recol5s=32767 -recol5d=7267 -name=Zombie pirate -model1=model_21432 -model2=model_21477 -model3=model_21416 -model4=model_21440 -model5=model_21460 -model6=model_21457 -model7=model_21423 -head1=model_21396 -unknown119=3 - -// 2838 -[npc_2838] -bas=bas_263 -op2=Attack -size=1 -vislevel=57 -recol1s=17010 -recol1d=13937 -recol2s=15953 -recol2d=12880 -recol3s=14896 -recol3d=11823 -recol4s=13839 -recol4d=10766 -recol5s=32767 -recol5d=7267 -name=Zombie pirate -model1=model_21435 -model2=model_21473 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21455 -model7=model_21424 -head1=model_21400 -unknown119=3 - -// 2839 -[npc_2839] -bas=bas_263 -op2=Attack -size=1 -vislevel=57 -recol1s=17010 -recol1d=13937 -recol2s=15953 -recol2d=12880 -recol3s=14896 -recol3d=11823 -recol4s=13839 -recol4d=10766 -recol5s=32767 -recol5d=7267 -name=Zombie pirate -model1=model_21436 -model2=model_21474 -model3=model_21414 -model4=model_21441 -model5=model_21462 -model6=model_21449 -model7=model_21424 -head1=model_21399 -unknown119=3 - -// 2840 -[npc_2840] -bas=bas_263 -op2=Attack -size=1 -vislevel=57 -recol1s=17010 -recol1d=13937 -recol2s=15953 -recol2d=12880 -recol3s=14896 -recol3d=11823 -recol4s=13839 -recol4d=10766 -recol5s=32767 -recol5d=7267 -name=Zombie pirate -model1=model_21431 -model2=model_21476 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21456 -model7=model_21425 -head1=model_21393 -unknown119=3 - -// 2841 -[npc_2841] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -recol1s=17010 -recol1d=13937 -recol2s=15953 -recol2d=12880 -recol3s=14896 -recol3d=11823 -recol4s=13839 -recol4d=10766 -recol5s=32767 -recol5d=7267 -name=Zombie pirate -model1=model_21437 -model2=model_21481 -model3=model_21414 -model4=model_21443 -model5=model_21463 -model6=model_21457 -model7=model_21423 -head1=model_21398 -unknown119=3 - -// 2842 -[npc_2842] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -recol1s=17010 -recol1d=13937 -recol2s=15953 -recol2d=12880 -recol3s=14896 -recol3d=11823 -recol4s=13839 -recol4d=10766 -recol5s=32767 -recol5d=7267 -name=Zombie pirate -model1=model_21438 -model2=model_21475 -model3=model_21415 -model4=model_21440 -model5=model_21460 -model6=model_21456 -model7=model_21423 -head1=model_21392 -unknown119=3 - -// 2843 -[npc_2843] -bas=bas_262 -resizeh=116 -resizev=116 -op1=Talk-to -op2=Attack -op3=Intimidate -size=1 -vislevel=55 -recol1s=17010 -recol1d=21171 -recol2s=15953 -recol2d=19057 -recol3s=14896 -recol3d=18000 -recol4s=13839 -recol4d=15886 -recol5s=32767 -recol5d=7267 -name=Zombie swab -model1=model_21431 -model2=model_21470 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21453 -model7=model_21423 -head1=model_21393 -unknown119=3 - -// 2844 -[npc_2844] -bas=bas_262 -resizeh=116 -resizev=116 -op1=Talk-to -op2=Attack -op3=Intimidate -size=1 -vislevel=55 -recol1s=17010 -recol1d=21171 -recol2s=15953 -recol2d=19057 -recol3s=14896 -recol3d=18000 -recol4s=13839 -recol4d=15886 -recol5s=32767 -recol5d=7267 -name=Zombie swab -model1=model_21432 -model2=model_21472 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21454 -model7=model_21423 -head1=model_21396 -unknown119=3 - -// 2845 -[npc_2845] -bas=bas_263 -resizeh=116 -resizev=116 -op1=Talk-to -op2=Attack -op3=Intimidate -size=1 -vislevel=55 -recol1s=17010 -recol1d=21171 -recol2s=15953 -recol2d=19057 -recol3s=14896 -recol3d=18000 -recol4s=13839 -recol4d=15886 -recol5s=32767 -recol5d=7267 -name=Zombie swab -model1=model_21432 -model2=model_21478 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21456 -model7=model_21424 -head1=model_21396 -unknown119=3 - -// 2846 -[npc_2846] -bas=bas_263 -resizeh=116 -resizev=116 -op1=Talk-to -op2=Attack -op3=Intimidate -size=1 -vislevel=55 -recol1s=17010 -recol1d=21171 -recol2s=15953 -recol2d=19057 -recol3s=14896 -recol3d=18000 -recol4s=13839 -recol4d=15886 -recol5s=32767 -recol5d=7267 -name=Zombie swab -model1=model_21434 -model2=model_21479 -model3=model_21418 -model4=model_21441 -model5=model_21462 -model6=model_21449 -model7=model_21425 -head1=model_21400 -unknown119=3 - -// 2847 -[npc_2847] -bas=bas_262 -resizeh=116 -resizev=116 -op1=Talk-to -op2=Attack -op3=Intimidate -size=1 -vislevel=55 -recol1s=17010 -recol1d=21171 -recol2s=15953 -recol2d=19057 -recol3s=14896 -recol3d=18000 -recol4s=13839 -recol4d=15886 -recol5s=32767 -recol5d=7267 -name=Zombie swab -model1=model_21435 -model2=model_21477 -model3=model_21416 -model4=model_21440 -model5=model_21462 -model6=model_21455 -model7=model_21423 -head1=model_21400 -unknown119=3 - -// 2848 -[npc_2848] -bas=bas_262 -resizeh=116 -resizev=116 -op1=Talk-to -op2=Attack -op3=Intimidate -size=1 -vislevel=55 -recol1s=17010 -recol1d=21171 -recol2s=15953 -recol2d=19057 -recol3s=14896 -recol3d=18000 -recol4s=13839 -recol4d=15886 -recol5s=32767 -recol5d=7267 -name=Zombie swab -model1=model_21437 -model2=model_21474 -model3=model_21419 -model4=model_21442 -model5=model_21460 -model6=model_21447 -model7=model_21423 -head1=model_21398 -unknown119=3 - -// 2849 -[npc_2849] -bas=bas_920 -size=2 -op2=Attack -vislevel=150 -name=Evil spirit -model1=model_9892 -unknown119=3 - -// 2850 -[npc_2850] -bas=bas_283 -size=2 -resizeh=78 -resizev=78 -op2=Attack -vislevel=49 -recol1s=31773 -recol1d=18818 -recol2s=31808 -recol2d=14561 -recol3s=2014 -recol3d=5285 -recol4s=1666 -recol4d=8353 -recol5s=14392 -recol5d=18688 -recol6s=32736 -recol6d=4194 -name=Fever spider -model1=model_20302 -model2=model_20301 -unknown119=3 - -// 2851 -[npc_2851] -bas=bas_4 -resizeh=135 -resizev=120 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=24274 -recol2s=32696 -recol2d=24274 -recol3s=9473 -recol3d=4228 -recol4s=25098 -recol4d=20901 -recol5s=2472 -recol5d=24274 -recol6s=3491 -recol6d=5285 -name=Brewer -model1=model_6848 -model2=model_244 -model3=model_251 -model4=model_7611 -model5=model_170 -model6=model_3660 -model7=model_5218 -head1=model_39744 -head2=model_38096 -head3=model_39312 -unknown119=3 - -// 2852 -[npc_2852] -bas=bas_4 -resizev=125 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=23253 -recol2s=32696 -recol2d=23253 -recol3s=9473 -recol3d=4228 -recol4s=25098 -recol4d=26148 -recol5s=2472 -recol5d=23253 -recol6s=3491 -recol6d=5285 -retex1s=material_251 -retex1d=material_264 -name=Brewer -model1=model_217 -model2=model_241 -model3=model_247 -model4=model_7611 -model5=model_170 -model6=model_179 -model7=model_5218 -head1=model_39859 -head2=model_39296 -head3=model_39256 -unknown119=3 - -// 2853 -[npc_2853] -bas=bas_4 -resizeh=145 -resizev=118 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=17966 -recol2s=32696 -recol2d=17966 -recol3s=9473 -recol3d=4228 -recol4s=25098 -recol4d=25298 -recol5s=2472 -recol5d=17966 -recol6s=2340 -recol6d=14790 -name=Brewer -model1=model_214 -model2=model_252 -model3=model_7611 -model4=model_170 -model5=model_179 -model6=model_5218 -head1=model_39726 -head2=model_38097 -unknown119=3 - -// 2854 -[npc_2854] -bas=bas_4 -resizeh=118 -resizev=122 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=17966 -recol2s=32696 -recol2d=17966 -recol3s=13728 -recol3d=4228 -recol4s=25098 -recol4d=25298 -recol5s=2472 -recol5d=17966 -recol6s=23357 -recol6d=5382 -name=Brewer -model1=model_230 -model2=model_250 -model3=model_7611 -model4=model_170 -model5=model_176 -model6=model_259 -head1=model_39630 -head2=model_38642 -unknown119=3 - -// 2855 -[npc_2855] -bas=bas_4 -resizev=125 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=20080 -recol2s=32696 -recol2d=20080 -recol3s=2472 -recol3d=20080 -recol4s=25098 -recol4d=15747 -recol5s=2340 -recol5d=11524 -recol6s=7298 -recol6d=2114 -name=Brewer -model1=model_220 -model2=model_251 -model3=model_7611 -model4=model_170 -model5=model_176 -model6=model_254 -model7=model_181 -head1=model_39630 -head2=model_38096 -head3=model_39441 -unknown119=3 - -// 2856 -[npc_2856] -bas=bas_4 -resizeh=135 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=20080 -recol2s=32696 -recol2d=20080 -recol3s=3491 -recol3d=3171 -recol4s=25098 -recol4d=20867 -recol5s=2340 -recol5d=7332 -recol6s=7298 -recol6d=2114 -name=Brewer -model1=model_211 -model2=model_5215 -model3=model_7611 -model4=model_170 -model5=model_176 -model6=model_254 -model7=model_185 -head1=model_39917 -head2=model_39218 -unknown119=3 - -// 2857 -[npc_2857] -bas=bas_4 -resizev=132 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=27475 -recol2s=32696 -recol2d=27475 -recol3s=3491 -recol3d=3171 -recol4s=25098 -recol4d=27277 -recol5s=2340 -recol5d=7332 -recol6s=2472 -recol6d=27475 -name=Brewer -model1=model_215 -model2=model_193 -model3=model_5215 -model4=model_7611 -model5=model_170 -model6=model_176 -model7=model_5218 -head1=model_39836 -head2=model_39470 -head3=model_39218 -unknown119=3 - -// 2858 -[npc_2858] -bas=bas_4 -resizeh=134 -resizev=117 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=28468 -recol2s=32696 -recol2d=28468 -recol3s=3491 -recol3d=3171 -recol4s=25098 -recol4d=32525 -recol5s=2340 -recol5d=10534 -recol6s=2472 -recol6d=28468 -name=Brewer -model1=model_235 -model2=model_244 -model3=model_9620 -model4=model_7611 -model5=model_170 -model6=model_176 -model7=model_5218 -head1=model_38641 -head2=model_39312 -head3=model_39270 -unknown119=3 - -// 2859 -[npc_2859] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Fish -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 2860 -[npc_2860] -bas=bas_4 -resizeh=132 -resizev=131 -vislevel=0 -op1=Talk-to -op3=Pay -retex1s=material_228 -retex1d=material_426 -name=Amaethwr -model1=model_31741 -head1=model_39730 -head2=model_39463 -unknown119=3 - -// 2861 -[npc_2861] -bas=bas_4 -resizeh=132 -resizev=131 -vislevel=0 -op1=Talk-to -op3=Exchange -op4=Teleport -retex1s=material_228 -retex1d=material_426 -name=Teclyn -model1=model_31742 -head1=model_39730 -head2=model_39433 -unknown119=3 - -// 2862 -[npc_2862] -bas=bas_607 -size=1 -vislevel=0 -minimap=no -alwaysontop=yes -recol1s=9473 -recol1d=32631 -recol2s=2340 -recol2d=0 -recol3s=14724 -recol3d=0 -recol4s=25098 -recol4d=32596 -recol5s=6144 -recol5d=0 -recol6s=16704 -recol6d=10464 -retex1s=material_257 -retex1d=material_272 -name=Death -model1=model_5100 -model2=model_292 -model3=model_170 -model4=model_179 -model5=model_256 -model6=model_40287 -unknown119=3 - -// 2863 -[npc_2863] -bas=bas_4 -resizeh=122 -resizev=123 -op3=Call-Over -op1=Talk-To -vislevel=0 -recol1s=14724 -recol1d=7563 -recol2s=7298 -recol2d=1122 -recol3s=32696 -recol3d=9510 -recol4s=25098 -recol4d=16939 -recol5s=2340 -recol5d=15922 -recol6s=6273 -recol6d=2208 -name=Zombie -model1=model_310 -model2=model_230 -model3=model_246 -model4=model_168 -model5=model_176 -model6=model_275 -model7=model_181 -head1=model_39630 -unknown119=3 - -// 2864 -[npc_2864] -bas=bas_4 -resizeh=122 -resizev=123 -op1=Talk-To -vislevel=0 -recol1s=14724 -recol1d=7563 -recol2s=7298 -recol2d=1122 -recol3s=32696 -recol3d=9510 -recol4s=25098 -recol4d=16939 -recol5s=2340 -recol5d=15922 -recol6s=6273 -recol6d=2208 -name=Most of a Zombie -model1=model_275 -model2=model_181 -unknown119=3 - -// 2865 -[npc_2865] -bas=bas_592 -resizeh=122 -resizev=123 -op1=Talk-To -vislevel=0 -recol1s=14724 -recol1d=7563 -recol2s=7298 -recol2d=1122 -recol3s=32696 -recol3d=9510 -recol4s=25098 -recol4d=16939 -recol5s=2340 -recol5d=15922 -recol6s=6273 -recol6d=2208 -name=Most of a Zombie -model1=model_310 -model2=model_230 -model3=model_246 -model4=model_168 -model5=model_176 -model6=model_9921 -head1=model_39630 -unknown119=3 - -// 2866 -[npc_2866] -bas=bas_4 -op3=Insult -op1=Talk-To -vislevel=0 -recol1s=25098 -recol1d=13771 -recol2s=2340 -recol2d=6408 -recol3s=14724 -recol3d=7398 -recol4s=7298 -recol4d=3202 -recol5s=6273 -recol5d=11561 -recol6s=15856 -recol6d=13771 -name=Zombie -model1=model_6848 -model2=model_246 -model3=model_310 -model4=model_32593 -model5=model_10218 -model6=model_275 -model7=model_181 -head1=model_39699 -unknown119=3 - -// 2867 -[npc_2867] -bas=bas_4 -op1=Talk-To -vislevel=0 -recol1s=25098 -recol1d=13771 -recol2s=2340 -recol2d=6408 -recol3s=14724 -recol3d=7398 -recol4s=7298 -recol4d=3202 -recol5s=15392 -recol5d=13771 -recol6s=15856 -recol6d=13771 -name=Most of a Zombie -model1=model_224 -model2=model_310 -model3=model_32593 -model4=model_10218 -model5=model_275 -model6=model_181 -unknown119=3 - -// 2868 -[npc_2868] -bas=bas_591 -op1=Catch -op2=Talk-To -vislevel=0 -recol1s=25098 -recol1d=13771 -recol2s=2340 -recol2d=6408 -recol3s=14724 -recol3d=7398 -recol4s=7298 -recol4d=3202 -recol5s=6273 -recol5d=11561 -recol6s=15856 -recol6d=13771 -name=Zombie Head -model1=model_6848 -model2=model_246 -model3=model_9925 -head1=model_39871 -unknown119=3 - -// 2869 -[npc_2869] -bas=bas_4 -op3=Scare -op1=Talk-To -vislevel=0 -recol1s=25098 -recol1d=18955 -recol2s=14724 -recol2d=8420 -recol3s=2340 -recol3d=6375 -recol4s=7298 -recol4d=18955 -recol5s=15856 -recol5d=18955 -retex1s=material_202 -retex1d=material_314 -name=Zombie -model1=model_230 -model2=model_246 -model3=model_310 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_33033 -head1=model_39630 -unknown119=3 - -// 2870 -[npc_2870] -bas=bas_589 -op1=Talk-To -vislevel=0 -name=Half-Zombie -model1=model_9913 -head1=model_9919 -unknown119=3 - -// 2871 -[npc_2871] -bas=bas_590 -op1=Talk-To -vislevel=0 -name=Other Half-Zombie -model1=model_9914 -head1=model_9920 -unknown119=3 - -// 2872 -[npc_2872] -bas=bas_108 -vislevel=0 -size=1 -op1=Talk-to -recol1s=384 -recol1d=16800 -recol2s=416 -recol2d=235 -recol3s=13728 -recol3d=1056 -recol4s=25098 -recol4d=16708 -recol5s=8387 -recol5d=0 -recol6s=6273 -recol6d=0 -retex1s=material_404 -retex1d=material_403 -name=Child -model1=model_2897 -model2=model_2909 -model3=model_2918 -head1=model_139 -unknown119=3 - -// 2873 -[npc_2873] -bas=bas_108 -vislevel=0 -size=1 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=416 -recol1d=22976 -recol2s=384 -recol2d=8288 -recol3s=25098 -recol3d=29361 -recol4s=8388 -recol4d=12484 -recol5s=8387 -recol5d=19683 -recol6s=6273 -recol6d=19683 -name=Child -model1=model_2897 -model2=model_4245 -model3=model_2918 -head1=model_139 -unknown119=3 - -// 2874 -[npc_2874] -bas=bas_108 -vislevel=0 -size=1 -resizeh=116 -resizev=116 -op1=Talk-to -recol1s=416 -recol1d=8462 -recol2s=384 -recol2d=207 -recol3s=25098 -recol3d=25131 -recol4s=8388 -recol4d=3268 -recol5s=8387 -recol5d=26338 -recol6s=6273 -recol6d=26338 -name=Child -model1=model_2897 -model2=model_4245 -model3=model_2918 -head1=model_139 -unknown119=3 - -// 2875 -[npc_2875] -bas=bas_108 -vislevel=0 -size=1 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=21705 -recol2s=416 -recol2d=21705 -recol3s=13728 -recol3d=21705 -recol4s=6273 -recol4d=18944 -name=Child -model1=model_2902 -model2=model_2912 -model3=model_2918 -head1=model_138 -unknown119=3 - -// 2876 -[npc_2876] -bas=bas_108 -vislevel=0 -size=1 -resizeh=115 -resizev=115 -op1=Talk-to -recol1s=25098 -recol1d=12484 -recol2s=6273 -recol2d=1056 -recol3s=416 -recol3d=12627 -recol4s=384 -recol4d=20896 -recol5s=13728 -recol5d=2144 -name=Child -model1=model_2902 -model2=model_2909 -model3=model_2918 -head1=model_138 -unknown119=3 - -// 2877 -[npc_2877] -bas=bas_108 -vislevel=0 -size=1 -resizeh=119 -resizev=119 -op1=Talk-to -recol1s=25098 -recol1d=26151 -recol2s=6273 -recol2d=1056 -recol3s=416 -recol3d=27346 -recol4s=384 -recol4d=22131 -recol5s=13728 -recol5d=17932 -retex1s=material_404 -retex1d=material_414 -name=Child -model1=model_2902 -model2=model_2909 -model3=model_2918 -head1=model_138 -unknown119=3 - -// 2878 -[npc_2878] -vislevel=0 -name=Zombie -model1=model_6318 -unknown119=3 - -// 2879 -[npc_2879] -bas=bas_119 -size=1 -op2=Attack -op1=Talk-to -vislevel=94 -recol1s=14724 -recol1d=8387 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=17861 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Bardur -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_4236 -model9=model_326 -model10=model_4235 -model11=model_317 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 2880 -[npc_2880] -bas=bas_456 -size=2 -resizeh=69 -resizev=69 -contrast=30 -ambient=30 -resizeh=60 -resizev=60 -op2=Attack -vislevel=70 -name=Dagannoth fledgeling -model1=model_9828 -model2=model_9829 -unknown119=3 - -// 2881 -[npc_2881] -bas=bas_453 -vislevel=303 -size=3 -resizeh=167 -resizev=165 -contrast=30 -ambient=30 -op2=Attack -name=Dagannoth Supreme -model1=model_9941 -model2=model_9943 -unknown119=3 - -// 2882 -[npc_2882] -bas=bas_453 -vislevel=303 -size=3 -resizeh=175 -resizev=180 -contrast=30 -ambient=30 -op2=Attack -recol1s=10594 -recol1d=19810 -recol2s=1122 -recol2d=10338 -recol3s=6373 -recol3d=6374 -recol4s=7430 -recol4d=7431 -name=Dagannoth Prime -model1=model_9940 -model2=model_9943 -model3=model_9942 -unknown119=3 - -// 2883 -[npc_2883] -bas=bas_453 -vislevel=303 -size=3 -resizeh=220 -resizev=190 -contrast=30 -ambient=30 -op2=Attack -recol1s=6373 -recol1d=8421 -recol2s=7430 -recol2d=9478 -recol3s=1122 -recol3d=10567 -recol4s=16646 -recol4d=13508 -name=Dagannoth Rex -model1=model_9941 -unknown119=3 - -// 2884 -[npc_2884] -bas=bas_225 -size=1 -resizeh=110 -resizev=110 -op2=Attack -vislevel=98 -name=Wallasalki -model1=model_8715 -unknown119=3 - -// 2885 -[npc_2885] -bas=bas_82 -size=2 -resizeh=250 -resizev=250 -op2=Attack -vislevel=137 -name=Giant Rock Crab -model1=model_8741 -model2=model_8742 -unknown119=3 - -// 2886 -[npc_2886] -vislevel=0 -size=2 -resizeh=250 -resizev=250 -turnspeed=0 -name=Boulder -model1=model_8743 -unknown119=3 - -// 2887 -[npc_2887] -bas=bas_196 -size=1 -resizeh=69 -resizev=69 -op2=Attack -vislevel=88 -recol1s=14795 -recol1d=14796 -recol2s=12683 -recol2d=13739 -recol3s=11626 -recol3d=13706 -recol4s=10569 -recol4d=12649 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 2888 -[npc_2888] -bas=bas_196 -size=1 -resizeh=69 -resizev=69 -op2=Attack -vislevel=90 -recol1s=14795 -recol1d=12650 -recol2s=12683 -recol2d=11593 -recol3s=11626 -recol3d=10536 -recol4s=10569 -recol4d=9479 -name=Dagannoth -model1=model_4587 -unknown119=3 - -// 2889 -[npc_2889] -bas=bas_454 -size=2 -resizeh=85 -resizev=85 -contrast=15 -ambient=15 -op2=Attack -vislevel=127 -name=Rock lobster -model1=model_9945 -model2=model_9946 -unknown119=3 - -// 2890 -[npc_2890] -vislevel=0 -size=2 -resizeh=85 -resizev=85 -contrast=15 -ambient=15 -turnspeed=0 -minimap=no -name=Rock -model1=model_14183 -unknown119=3 - -// 2891 -[npc_2891] -size=1 -minimap=no -vislevel=34 -name=Suspicious water -model1=model_6318 -unknown119=7 - -// 2892 -[npc_2892] -bas=bas_455 -size=1 -resizeh=40 -resizev=40 -contrast=50 -ambient=50 -op2=Attack -vislevel=76 -name=Spinolyp -model1=model_9947 -unknown119=7 - -// 2893 -[npc_2893] -size=1 -minimap=no -vislevel=34 -name=Suspicious water -model1=model_6318 -unknown119=7 - -// 2894 -[npc_2894] -bas=bas_455 -size=1 -resizeh=40 -resizev=40 -contrast=50 -ambient=50 -op2=Attack -vislevel=76 -name=Spinolyp -model1=model_9947 -unknown119=7 - -// 2895 -[npc_2895] -size=1 -minimap=no -vislevel=34 -name=Suspicious water -model1=model_6318 -unknown119=7 - -// 2896 -[npc_2896] -bas=bas_455 -size=1 -resizeh=40 -resizev=40 -contrast=50 -ambient=50 -op2=Attack -vislevel=76 -name=Spinolyp -model1=model_9947 -unknown119=7 - -// 2897 -[npc_2897] -bas=bas_53 -vislevel=1 -multivar=varplayerbit_1372 -multinpc=0,npc_2899 -multinpc=10,npc_2899 -multinpc=20,npc_2899 -unknown119=3 - -// 2898 -[npc_2898] -bas=bas_53 -vislevel=1 -multivar=varplayerbit_1382 -multinpc=1,npc_2899 -unknown119=3 - -// 2899 -[npc_2899] -bas=bas_53 -vislevel=0 -size=1 -resizeh=120 -resizev=115 -op1=Talk-to -recol1s=32760 -recol1d=13706 -recol2s=32759 -recol2d=13706 -recol3s=21926 -recol3d=9445 -recol4s=6144 -recol4d=9445 -recol5s=14724 -recol5d=13706 -recol6s=25098 -recol6d=18857 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_251 -retex3d=material_256 -name=Father Reen -model1=model_223 -model2=model_248 -model3=model_6091 -model4=model_170 -model5=model_176 -model6=model_6089 -model7=model_8919 -model8=model_534 -model9=model_40247 -head1=model_39938 -head2=model_39275 -unknown119=3 - -// 2900 -[npc_2900] -bas=bas_4 -vislevel=0 -size=1 -resizeh=120 -resizev=115 -op1=Talk-to -recol1s=32760 -recol1d=13706 -recol2s=32759 -recol2d=13706 -recol3s=21926 -recol3d=9445 -recol4s=6144 -recol4d=9445 -recol5s=14724 -recol5d=13706 -recol6s=25098 -recol6d=18857 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -name=Father Reen -model1=model_223 -model2=model_248 -model3=model_6091 -model4=model_170 -model5=model_176 -model6=model_6089 -model7=model_8919 -model8=model_9986 -model9=model_40247 -head1=model_39938 -head2=model_39275 -unknown119=3 - -// 2901 -[npc_2901] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1381 -multinpc=1,npc_2902 -unknown119=3 - -// 2902 -[npc_2902] -bas=bas_4 -vislevel=0 -size=1 -resizev=136 -op1=Talk-to -recol1s=32760 -recol1d=9445 -recol2s=32759 -recol2d=9445 -recol3s=21926 -recol3d=13706 -recol4s=6144 -recol4d=13706 -recol5s=14724 -recol5d=9445 -recol6s=6273 -recol6d=15789 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_228 -retex3d=material_426 -retex4s=material_251 -retex4d=material_256 -name=Father Badden -model1=model_223 -model2=model_253 -model3=model_6091 -model4=model_170 -model5=model_176 -model6=model_6089 -model7=model_8919 -model8=model_284 -head1=model_39938 -head2=model_39227 -unknown119=3 - -// 2903 -[npc_2903] -bas=bas_4 -vislevel=0 -size=1 -resizev=136 -op1=Talk-to -recol1s=32760 -recol1d=9445 -recol2s=32759 -recol2d=9445 -recol3s=21926 -recol3d=13706 -recol4s=6144 -recol4d=13706 -recol5s=14724 -recol5d=9445 -recol6s=6273 -recol6d=15789 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_250 -retex3s=material_228 -retex3d=material_426 -name=Father Badden -model1=model_223 -model2=model_253 -model3=model_6091 -model4=model_170 -model5=model_176 -model6=model_6089 -model7=model_8919 -model8=model_9986 -model9=model_284 -head1=model_39938 -head2=model_39227 -unknown119=3 - -// 2904 -[npc_2904] -bas=bas_4 -size=1 -resizeh=135 -resizev=140 -vislevel=0 -op1=Talk-to -retex1s=material_262 -retex1d=material_253 -retex2s=material_202 -retex2d=material_253 -retex3s=material_257 -retex3d=material_252 -name=Denath -model1=model_9999 -model2=model_6131 -model3=model_10001 -model4=model_9998 -model5=model_10000 -model6=model_181 -head1=model_40003 -head2=model_39267 -head3=model_39477 -unknown119=3 - -// 2905 -[npc_2905] -bas=bas_4 -size=1 -resizeh=135 -resizev=140 -vislevel=0 -op1=Talk-to -retex1s=material_262 -retex1d=material_253 -retex2s=material_202 -retex2d=material_253 -retex3s=material_257 -retex3d=material_252 -name=Denath -model1=model_9999 -model2=model_6131 -model3=model_10001 -model4=model_9998 -model5=model_10000 -model6=model_181 -model7=model_9986 -head1=model_40003 -head2=model_39267 -head3=model_39477 -unknown119=3 - -// 2906 -[npc_2906] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -name=Eric -model1=model_9981 -model2=model_181 -model3=model_246 -model4=model_9983 -model5=model_9979 -model6=model_9980 -model7=model_9982 -head1=model_39836 -head2=model_39518 -head3=model_39223 -unknown119=3 - -// 2907 -[npc_2907] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -name=Eric -model1=model_9981 -model2=model_181 -model3=model_246 -model4=model_9983 -model5=model_9979 -model6=model_9980 -model7=model_9982 -model8=model_9986 -head1=model_39630 -head2=model_39518 -unknown119=3 - -// 2908 -[npc_2908] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1372 -multinpc=10,npc_2910 -multinpc=20,npc_2910 -multinpc=30,npc_2910 -multinpc=40,npc_2910 -multinpc=50,npc_2910 -multinpc=60,npc_2910 -multinpc=70,npc_2910 -unknown119=1 - -// 2909 -[npc_2909] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -name=Evil Dave -model1=model_9981 -model2=model_181 -model3=model_253 -model4=model_9983 -model5=model_9979 -model6=model_9980 -model7=model_9982 -model8=model_9986 -head1=model_39836 -head2=model_39518 -head3=model_39227 -unknown119=3 - -// 2910 -[npc_2910] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -name=Evil Dave -model1=model_9981 -model2=model_181 -model3=model_253 -model4=model_9983 -model5=model_9979 -model6=model_9980 -model7=model_9982 -head1=model_39836 -head2=model_39518 -head3=model_39227 -unknown119=3 - -// 2911 -[npc_2911] -bas=bas_4 -size=1 -resizeh=134 -resizev=125 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=13573 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Matthew -model1=model_9981 -model2=model_246 -model3=model_9983 -model4=model_9979 -model5=model_9980 -model6=model_9982 -model7=model_181 -head1=model_39836 -head2=model_39518 -head3=model_39223 -unknown119=3 - -// 2912 -[npc_2912] -bas=bas_4 -size=1 -resizeh=134 -resizev=125 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=13573 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Matthew -model1=model_9981 -model2=model_246 -model3=model_9983 -model4=model_9979 -model5=model_9980 -model6=model_9982 -model7=model_181 -model8=model_9986 -head1=model_39836 -head2=model_39518 -head3=model_39223 -unknown119=3 - -// 2913 -[npc_2913] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=28366 -recol1d=3171 -recol2s=25229 -recol2d=3171 -recol3s=6608 -recol3d=8324 -recol4s=24138 -recol4d=3171 -recol5s=14724 -recol5d=3171 -recol6s=15856 -recol6d=8324 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Jennifer -model1=model_391 -model2=model_9359 -model3=model_353 -model4=model_10003 -model5=model_361 -model6=model_9984 -model7=model_9985 -head1=model_39170 -head2=model_38742 -unknown119=3 - -// 2914 -[npc_2914] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=28366 -recol1d=3171 -recol2s=25229 -recol2d=3171 -recol3s=6608 -recol3d=8324 -recol4s=24138 -recol4d=3171 -recol5s=14724 -recol5d=3171 -recol6s=15856 -recol6d=8324 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Jennifer -model1=model_391 -model2=model_9359 -model3=model_353 -model4=model_10003 -model5=model_361 -model6=model_9984 -model7=model_9985 -model8=model_9986 -head1=model_39170 -head2=model_38742 -modeloffset7=3,-11,6 -unknown119=3 - -// 2915 -[npc_2915] -bas=bas_4 -size=1 -resizeh=138 -resizev=119 -vislevel=0 -op1=Talk-to -recol1s=28366 -recol1d=3171 -recol2s=25229 -recol2d=3171 -recol3s=6608 -recol3d=8324 -recol4s=24138 -recol4d=3171 -recol5s=14724 -recol5d=3171 -recol6s=15856 -recol6d=8324 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_250 -retex3d=material_251 -name=Tanya -model1=model_9984 -model2=model_390 -model3=model_9985 -model4=model_9359 -model5=model_353 -model6=model_10003 -model7=model_358 -head1=model_39047 -head2=model_38742 -unknown119=3 - -// 2916 -[npc_2916] -bas=bas_4 -size=1 -resizeh=138 -resizev=119 -vislevel=0 -op1=Talk-to -recol1s=28366 -recol1d=3171 -recol2s=25229 -recol2d=3171 -recol3s=6608 -recol3d=8324 -recol4s=24138 -recol4d=3171 -recol5s=14724 -recol5d=3171 -recol6s=15856 -recol6d=8324 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_250 -retex3d=material_251 -name=Tanya -model1=model_9984 -model2=model_390 -model3=model_9985 -model4=model_9359 -model5=model_353 -model6=model_10003 -model7=model_358 -model8=model_9986 -head1=model_39047 -head2=model_38742 -modeloffset7=3,-11,6 -unknown119=3 - -// 2917 -[npc_2917] -bas=bas_4 -size=1 -resizeh=147 -resizev=122 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=32531 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Patrick -model1=model_9981 -model2=model_247 -model3=model_9983 -model4=model_9979 -model5=model_9980 -model6=model_9982 -model7=model_181 -head1=model_39836 -head2=model_39518 -head3=model_39256 -unknown119=1 - -// 2918 -[npc_2918] -bas=bas_4 -size=1 -resizeh=147 -resizev=122 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=32531 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Patrick -model1=model_9981 -model2=model_247 -model3=model_9983 -model4=model_9979 -model5=model_9980 -model6=model_9982 -model7=model_181 -model8=model_9986 -head1=model_39836 -head2=model_39518 -head3=model_39256 -unknown119=1 - -// 2919 -[npc_2919] -bas=bas_201 -size=3 -resizeh=95 -resizev=95 -op2=Attack -vislevel=100 -name=Agrith Naar -model1=model_17380 -model2=model_17397 -model3=model_17384 -model4=model_17401 -head1=model_17547 -unknown119=1 - -// 2920 -[npc_2920] -bas=bas_1173 -size=3 -vislevel=1 -multivar=varplayerbit_1372 -multinpc=90,npc_2921 -multinpc=100,npc_2921 -multinpc=110,npc_2921 -unknown119=3 - -// 2921 -[npc_2921] -bas=bas_1173 -size=3 -resizev=220 -resizeh=190 -ambient=20 -vislevel=0 -minimap=no -name=Sand storm -model1=model_9994 -unknown119=3 - -// 2922 -[npc_2922] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1380 -multinpc=1,npc_2910 -unknown119=1 - -// 2923 -[npc_2923] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1380 -multinpc=2,npc_2910 -unknown119=1 - -// 2924 -[npc_2924] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1381 -multinpc=2,npc_2902 -unknown119=1 - -// 2925 -[npc_2925] -bas=bas_53 -vislevel=1 -multivar=varplayerbit_1382 -multinpc=2,npc_2899 -unknown119=1 - -// 2926 -[npc_2926] -bas=bas_241 -vislevel=1 -multivar=varplayerbit_348 -multinpc=5,npc_1910 -unknown119=1 - -// 2927 -[npc_2927] -bas=bas_241 -size=1 -op1=Talk-to -vislevel=0 -name=Clay golem -model1=model_6146 -model2=model_6148 -model3=model_6150 -head1=model_6145 -unknown119=3 - -// 2928 -[npc_2928] -bas=bas_241 -size=1 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Clay golem -model1=model_6146 -model2=model_10002 -model3=model_6150 -head1=model_6145 -unknown119=3 - -// 2929 -[npc_2929] -turnspeed=0 -vislevel=2 -multivar=varplayerbit_1372 -multinpc=90,npc_2915 -unknown119=1 - -// 2930 -[npc_2930] -bas=bas_1172 -vislevel=0 -multivar=varplayerbit_1372 -multinpc=90,npc_2931 -unknown119=1 - -// 2931 -[npc_2931] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -vislevel=0 -name=Ghost -model1=model_21144 -unknown119=3 - -// 2932 -[npc_2932] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recolhsl1s=6378 -recolhsl1d=5416 -recolhsl2s=6368 -recolhsl2d=5410 -recolhsl3s=8390 -recolhsl3d=5416 -recolhsl4s=8398 -recolhsl4d=5410 -recol5s=6273 -recol5d=10501 -retex1s=material_255 -retex1d=material_272 -name=Jorral -model1=model_40617 -model2=model_40349 -model3=model_28801 -model4=model_40370 -model5=model_40344 -model6=model_28805 -head1=model_39836 -head2=model_39254 -head3=model_39312 -head4=model_39316 -unknown119=3 - -// 2933 -[npc_2933] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_1387 -multinpc=0,npc_2935 -unknown119=3 - -// 2934 -[npc_2934] -bas=bas_935 -vislevel=0 -ambient=40 -contrast=-112 -name=Melina -model1=model_10010 -unknown119=3 - -// 2935 -[npc_2935] -bas=bas_4 -vislevel=0 -ambient=50 -contrast=50 -op1=Talk-To -recol1s=14861 -recol1d=15950 -name=Melina -model1=model_5226 -model2=model_5228 -model3=model_5225 -model4=model_5227 -head1=model_38945 -unknown119=3 - -// 2936 -[npc_2936] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_1388 -multinpc=0,npc_2938 -unknown119=3 - -// 2937 -[npc_2937] -bas=bas_935 -ambient=40 -contrast=-112 -vislevel=0 -name=Droalak -model1=model_10009 -unknown119=3 - -// 2938 -[npc_2938] -bas=bas_4 -ambient=40 -contrast=40 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -retex1s=material_202 -retex1d=material_277 -name=Droalak -model1=model_5212 -model2=model_5219 -model3=model_5209 -model4=model_10024 -head1=model_39661 -unknown119=3 - -// 2939 -[npc_2939] -bas=bas_4 -vislevel=0 -size=1 -resizev=132 -resizeh=136 -op1=Talk-to -recol1s=6273 -recol1d=27042 -recol2s=2340 -recol2d=9379 -recol3s=14724 -recol3d=14662 -recol4s=7328 -recol4d=22027 -recol5s=5120 -recol5d=16710 -recol6s=16846 -recol6d=11561 -name=Dron -model1=model_4219 -model2=model_4220 -model3=model_242 -model4=model_252 -model5=model_292 -model6=model_4391 -model7=model_162 -model8=model_176 -model9=model_502 -model10=model_4235 -model11=model_4226 -model12=model_4218 -head1=model_38097 -head2=model_38095 -head3=model_39299 -unknown119=3 - -// 2940 -[npc_2940] -bas=bas_4 -vislevel=0 -size=1 -resizev=132 -resizeh=136 -op1=Talk-to -recol1s=14724 -recol1d=13604 -recol2s=2340 -recol2d=7298 -recol3s=7328 -recol3d=23080 -recol4s=6273 -recol4d=27042 -recol5s=7329 -recol5d=10469 -recol6s=16704 -recol6d=11493 -name=Blanin -model1=model_217 -model2=model_252 -model3=model_292 -model4=model_317 -model5=model_162 -model6=model_179 -model7=model_4226 -model8=model_4218 -model9=model_326 -head1=model_39859 -head2=model_38097 -unknown119=3 - -// 2941 -[npc_2941] -bas=bas_41 -ambient=15 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=15687 -recol1d=15789 -recol2s=14630 -recol2d=14732 -recol3s=13573 -recol3d=13675 -recol4s=12516 -recol4d=12618 -recol5s=32760 -recol5d=11561 -recol6s=29591 -recol6d=10504 -name=The Beast -model1=model_34026 -head1=model_34062 -unknown119=3 - -// 2942 -[npc_2942] -bas=bas_41 -ambient=15 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=13701 -recol4s=11594 -recol4d=14758 -recol5s=10537 -recol5d=15815 -recol6s=32760 -recol6d=16872 -name=Bellemorde -model1=model_34022 -head1=model_34041 -unknown119=3 - -// 2943 -[npc_2943] -bas=bas_41 -ambient=15 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=15687 -recol1d=17903 -recol2s=14630 -recol2d=16846 -recol3s=13573 -recol3d=15789 -recol4s=12516 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Pox -model1=model_34023 -head1=model_34038 -unknown119=3 - -// 2944 -[npc_2944] -bas=bas_41 -ambient=15 -size=1 -vislevel=0 -alwaysontop=yes -op2=hidden -recol1s=15687 -recol1d=17903 -recol2s=14630 -recol2d=16846 -recol3s=13573 -recol3d=15789 -recol4s=12516 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Pox -model1=model_34012 -head1=model_34047 -unknown119=3 - -// 2945 -[npc_2945] -bas=bas_127 -resizeh=64 -resizev=64 -ambient=15 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=15687 -recol1d=15857 -recol2s=14630 -recol2d=14800 -recol3s=13573 -recol3d=13743 -recol4s=12516 -recol4d=12686 -recol5s=32760 -recol5d=11629 -recol6s=29591 -recol6d=10572 -name=Bones -model1=model_34032 -head1=model_34039 -unknown119=3 - -// 2946 -[npc_2946] -bas=bas_4 -size=1 -resizeh=115 -resizev=136 -contrast=10 -ambient=20 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=32767 -recol1d=5318 -recol2s=25098 -recol2d=19946 -recol3s=14724 -recol3d=14729 -recol4s=2340 -recol4d=5381 -recol5s=7298 -recol5d=6308 -recol6s=15856 -recol6d=12614 -retex1s=material_313 -retex1d=material_257 -retex2s=material_314 -retex2d=material_202 -name=Grimesquit -model1=model_10078 -model2=model_8849 -model3=model_332 -model4=model_353 -model5=model_428 -model6=model_358 -model7=model_418 -head1=model_39164 -head2=model_38884 -unknown119=3 - -// 2947 -[npc_2947] -bas=bas_4 -size=1 -resizeh=140 -resizev=115 -contrast=10 -ambient=20 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=7329 -recol1d=11688 -recol2s=14724 -recol2d=11688 -recol3s=2340 -recol3d=7333 -recol4s=7298 -recol4d=6308 -recol5s=15856 -recol5d=12614 -retex1s=material_268 -retex1d=material_202 -retex2s=material_253 -retex2d=material_202 -retex3s=material_271 -retex3d=material_257 -name=Phingspet -model1=model_398 -model2=model_470 -model3=model_479 -model4=model_348 -model5=model_353 -model6=model_428 -model7=model_358 -head1=model_39022 -unknown119=3 - -// 2948 -[npc_2948] -bas=bas_4 -size=1 -resizeh=140 -resizev=115 -contrast=10 -ambient=20 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=32767 -recol1d=5318 -recol2s=25098 -recol2d=18855 -recol3s=14724 -recol3d=14729 -recol4s=2340 -recol4d=5381 -recol5s=7298 -recol5d=6308 -recol6s=9473 -recol6d=8452 -name=Hooknosed Jack -model1=model_45448 -model2=model_246 -model3=model_299 -model4=model_4926 -model5=model_167 -model6=model_179 -model7=model_263 -model8=model_181 -head1=model_39818 -unknown119=3 - -// 2949 -[npc_2949] -bas=bas_53 -size=1 -contrast=10 -ambient=20 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=2340 -recol1d=6314 -recol2s=10468 -recol2d=2116 -retex1s=material_257 -retex1d=material_273 -retex2s=material_359 -retex2d=material_272 -name=Jimmy Dazzler -model1=model_9618 -model2=model_6848 -model3=model_10075 -model4=model_10039 -model5=model_10077 -model6=model_10073 -model7=model_10074 -model8=model_3711 -model9=model_10076 -model10=model_185 -head1=model_39919 -head2=model_39232 -head3=model_39492 -unknown119=3 - -// 2950 -[npc_2950] -bas=bas_53 -size=1 -resizeh=140 -resizev=115 -contrast=10 -ambient=20 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=4192 -recol1d=22159 -recol2s=2340 -recol2d=11556 -recol3s=14724 -recol3d=6343 -recol4s=7298 -recol4d=13444 -name=The Face -model1=model_403 -model2=model_456 -model3=model_9359 -model4=model_353 -model5=model_3711 -model6=model_438 -model7=model_358 -head1=model_39028 -modeloffset4=3,-11,6 -unknown119=3 - -// 2951 -[npc_2951] -bas=bas_4 -size=1 -resizeh=130 -resizev=132 -contrast=10 -ambient=20 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=4192 -recol1d=22159 -recol2s=2340 -recol2d=11556 -recol3s=14724 -recol3d=8525 -recol4s=10401 -recol4d=9443 -name=Felkrash -model1=model_10078 -model2=model_9361 -model3=model_9359 -model4=model_9360 -model5=model_437 -model6=model_8934 -head1=model_39117 -unknown119=3 - -// 2952 -[npc_2952] -bas=bas_2 -size=1 -resizeh=140 -resizev=130 -contrast=10 -ambient=20 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=12646 -recol1d=10534 -recol2s=16846 -recol2d=10636 -recol3s=25364 -recol3d=20080 -recol4s=29592 -recol4d=20080 -name=Smokin' Joe -model1=model_7026 -model2=model_7062 -model3=model_2979 -model4=model_7046 -model5=model_2985 -head1=model_10025 -unknown119=3 - -// 2953 -[npc_2953] -bas=bas_4 -vislevel=0 -size=1 -recol1s=2340 -recol1d=26293 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=23714 -recol4s=8386 -recol4d=23714 -name=Ceril Carnillean -model1=model_217 -model2=model_246 -model3=model_299 -model4=model_32592 -model5=model_10218 -model6=model_274 -model7=model_185 -model8=model_323 -model9=model_281 -model10=model_201 -head1=model_39859 -head2=model_39549 -head3=model_39223 -unknown119=3 - -// 2954 -[npc_2954] -bas=bas_4 -vislevel=0 -size=1 -recol1s=24288 -recol1d=10504 -recol2s=14724 -recol2d=2123 -recol3s=2340 -recol3d=1062 -recol4s=8384 -recol4d=1062 -recol5s=32735 -recol5d=25962 -recol6s=7298 -recol6d=0 -name=Councillor Halgrive -model1=model_215 -model2=model_238 -model3=model_247 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_254 -model8=model_181 -model9=model_320 -head1=model_39836 -head2=model_38643 -head3=model_39256 -unknown119=3 - -// 2955 -[npc_2955] -bas=bas_4 -vislevel=0 -size=1 -recol1s=2340 -recol1d=9444 -recol2s=7328 -recol2d=9444 -recol3s=14724 -recol3d=19683 -recol4s=16846 -recol4d=19683 -recol5s=25098 -recol5d=20901 -name=Spice seller -model1=model_217 -model2=model_292 -model3=model_250 -model4=model_162 -model5=model_176 -model6=model_260 -model7=model_185 -model8=model_280 -model9=model_201 -head1=model_39859 -head2=model_39366 -head3=model_38642 -unknown119=3 - -// 2956 -[npc_2956] -bas=bas_4 -vislevel=0 -size=1 -recol1s=14724 -recol1d=20832 -name=Fur trader -model1=model_230 -model2=model_299 -model3=model_250 -model4=model_159 -model5=model_176 -model6=model_254 -model7=model_185 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 2957 -[npc_2957] -bas=bas_4 -vislevel=0 -size=1 -recol1s=2340 -recol1d=11456 -recol2s=14724 -recol2d=32625 -recol3s=8416 -recol3d=32625 -recol4s=25098 -recol4d=17798 -name=Gem merchant -model1=model_230 -model2=model_292 -model3=model_251 -model4=model_151 -model5=model_179 -model6=model_254 -model7=model_185 -model8=model_283 -model9=model_238 -model10=model_186 -model11=model_320 -head1=model_39799 -head2=model_38643 -head3=model_38097 -head4=model_39371 -unknown119=3 - -// 2958 -[npc_2958] -bas=bas_4 -vislevel=0 -size=1 -recol1s=32576 -recol1d=29464 -recol2s=24288 -recol2d=29464 -recol3s=15856 -recol3d=25098 -recol4s=32735 -recol4d=18855 -recol5s=2340 -recol5d=26254 -name=Silver merchant -model1=model_214 -model2=model_302 -model3=model_252 -model4=model_32592 -model5=model_179 -model6=model_274 -model7=model_185 -model8=model_281 -model9=model_238 -head1=model_39726 -head2=model_38097 -head3=model_38643 -unknown119=3 - -// 2959 -[npc_2959] -bas=bas_4 -vislevel=0 -size=1 -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=23196 -recol3s=6273 -recol3d=4226 -recol4s=14724 -recol4d=23863 -recol5s=12677 -recol5d=23863 -name=Silk merchant -model1=model_215 -model2=model_198 -model3=model_254 -model4=model_248 -model5=model_170 -model6=model_176 -model7=model_181 -model8=model_292 -model9=model_181 -head1=model_39836 -head2=model_39444 -head3=model_39275 -unknown119=3 - -// 2960 -[npc_2960] -bas=bas_4 -vislevel=0 -size=1 -recol1s=14724 -recol1d=28407 -recol2s=6273 -recol2d=28262 -retex1s=material_253 -retex1d=material_202 -retex2s=material_228 -retex2d=material_426 -name=Zenesha -model1=model_393 -model2=model_468 -model3=model_352 -model4=model_356 -model5=model_432 -model6=model_414 -model7=model_361 -head1=model_39016 -head2=model_38861 -unknown119=3 - -// 2961 -[npc_2961] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=21926 -recol3d=32759 -recol4s=25098 -recol4d=18855 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_251 -retex3d=material_256 -retex4s=material_228 -retex4d=material_426 -name=Ali Morrisane -model1=model_6086 -model2=model_6087 -model3=model_6091 -model4=model_6084 -model5=model_6089 -model6=model_185 -model7=model_176 -head1=model_39446 -head2=model_39250 -head3=model_40003 -unknown119=3 - -// 2962 -[npc_2962] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=3 - -// 2963 -[npc_2963] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=3 - -// 2964 -[npc_2964] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=1 - -// 2965 -[npc_2965] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=1 - -// 2966 -[npc_2966] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=1 - -// 2967 -[npc_2967] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=1 - -// 2968 -[npc_2968] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=1 - -// 2969 -[npc_2969] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=1 - -// 2970 -[npc_2970] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=1 - -// 2971 -[npc_2971] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=1 - -// 2972 -[npc_2972] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=1 - -// 2973 -[npc_2973] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_246 -model3=model_294 -model4=model_151 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=1 - -// 2974 -[npc_2974] -bas=bas_101 -vislevel=1 -multivar=varplayerbit_1424 -multinpc=0,npc_2980 -unknown119=3 - -// 2975 -[npc_2975] -bas=bas_101 -vislevel=1 -multivar=varplayerbit_1425 -multinpc=0,npc_2980 -unknown119=3 - -// 2976 -[npc_2976] -bas=bas_101 -vislevel=1 -multivar=varplayerbit_1426 -multinpc=0,npc_2980 -unknown119=3 - -// 2977 -[npc_2977] -bas=bas_101 -vislevel=1 -multivar=varplayerbit_1427 -multinpc=0,npc_2980 -unknown119=3 - -// 2978 -[npc_2978] -bas=bas_101 -vislevel=1 -multivar=varplayerbit_1428 -multinpc=0,npc_2980 -unknown119=3 - -// 2979 -[npc_2979] -bas=bas_101 -vislevel=1 -multivar=varplayerbit_1429 -multinpc=0,npc_2980 -unknown119=3 - -// 2980 -[npc_2980] -size=1 -minimap=no -vislevel=0 -op2=Hidden -resizeh=133 -resizev=134 -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 2981 -[npc_2981] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -op2=Attack -resizeh=133 -resizev=134 -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=1 - -// 2982 -[npc_2982] -bas=bas_101 -size=1 -alwaysontop=yes -resizeh=180 -resizev=175 -vislevel=0 -op2=Hidden -resizeh=140 -resizev=140 -recol1s=14724 -recol1d=4162 -recol2s=13734 -recol2d=2113 -recol3s=17801 -recol3d=15687 -name=King rat -model1=model_9610 -head1=model_10035 -unknown119=3 - -// 2983 -[npc_2983] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -alwaysontop=yes -op2=hidden -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Turbogroomer -model1=model_34022 -head1=model_34041 -unknown119=3 - -// 2984 -[npc_2984] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -alwaysontop=yes -op2=hidden -recol1s=7332 -recol1d=8355 -recol2s=6275 -recol2d=7298 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Pusskins -model1=model_34006 -head1=model_34054 -unknown119=3 - -// 2985 -[npc_2985] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -alwaysontop=yes -op2=Hidden -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Loki -model1=model_34019 -head1=model_34046 -unknown119=3 - -// 2986 -[npc_2986] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -size=1 -vislevel=0 -op2=hidden -alwaysontop=yes -recol1s=7332 -recol1d=11561 -recol2s=6275 -recol2d=10504 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Captain Tom -model1=model_34008 -head1=model_34056 -unknown119=3 - -// 2987 -[npc_2987] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -alwaysontop=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Treacle -model1=model_34019 -head1=model_34046 -unknown119=3 - -// 2988 -[npc_2988] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op2=Hidden -alwaysontop=yes -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Mittens -model1=model_34012 -head1=model_34047 -unknown119=3 - -// 2989 -[npc_2989] -bas=bas_127 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op2=Hidden -alwaysontop=yes -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Claude -model1=model_34021 -head1=model_34042 -unknown119=3 - -// 2990 -[npc_2990] -bas=bas_127 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op2=Hidden -alwaysontop=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Topsy -model1=model_34009 -head1=model_34042 -unknown119=3 - -// 2991 -[npc_2991] -bas=bas_2 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=16846 -recol1d=24242 -retex1s=material_295 -retex1d=material_142 -name=Rauborn -model1=model_2970 -model2=model_7071 -model3=model_6017 -model4=model_2978 -model5=model_2981 -model6=model_2985 -head1=model_0 -head2=model_6996 -unknown119=3 - -// 2992 -[npc_2992] -bas=bas_2 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=15785 -recol1d=16846 -name=Vaeringk -model1=model_2973 -model2=model_2986 -model3=model_2983 -model4=model_7040 -model5=model_2992 -model6=model_2991 -model7=model_2980 -model8=model_2985 -head1=model_3 -head2=model_6 -unknown119=3 - -// 2993 -[npc_2993] -bas=bas_212 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=10532 -recol1d=16843 -recol2s=16846 -recol2d=14729 -name=Oxi -model1=model_2973 -model2=model_7069 -model3=model_2983 -model4=model_2979 -model5=model_7075 -model6=model_7053 -model7=model_7044 -model8=model_6018 -head1=model_3 -head2=model_6949 -unknown119=3 - -// 2994 -[npc_2994] -bas=bas_2 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=10532 -recol1d=16843 -recol2s=16846 -recol2d=14729 -recol3s=12646 -recol3d=6498 -name=Fior -model1=model_2971 -model2=model_7072 -model3=model_7061 -model4=model_2979 -model5=model_2992 -model6=model_7046 -model7=model_2985 -head1=model_1 -head2=model_6997 -unknown119=3 - -// 2995 -[npc_2995] -bas=bas_2 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=9544 -recol2s=12677 -recol2d=17704 -recol3s=11488 -recol3d=21095 -recol4s=6309 -recol4d=5313 -recol5s=25098 -recol5d=17766 -recol6s=7168 -recol6d=20042 -name=Sagira -model1=model_7032 -model2=model_7060 -model3=model_7038 -model4=model_7045 -model5=model_7068 -head1=model_6991 -unknown119=3 - -// 2996 -[npc_2996] -bas=bas_2 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=16846 -recol1d=17833 -recol2s=7168 -recol2d=2244 -recol3s=29592 -recol3d=12751 -name=Anleif -model1=model_7035 -model2=model_7064 -model3=model_7038 -model4=model_7048 -model5=model_7068 -head1=model_6994 -unknown119=3 - -// 2997 -[npc_2997] -bas=bas_41 -ambient=15 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Gertrude's cat -model1=model_34020 -head1=model_34053 -unknown119=3 - -// 2998 -[npc_2998] -bas=bas_53 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=5316 -recol2s=2340 -recol2d=3268 -recol3s=32696 -recol3d=17995 -recol4s=25098 -recol4d=21895 -name=Gambler -model1=model_215 -model2=model_10038 -model3=model_5215 -model4=model_5221 -model5=model_326 -model6=model_162 -model7=model_176 -model8=model_3711 -model9=model_274 -model10=model_181 -head1=model_39836 -head2=model_39388 -head3=model_39232 -unknown119=3 - -// 2999 -[npc_2999] -bas=bas_53 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=2114 -recol2s=2340 -recol2d=2114 -recol3s=7298 -recol3d=2114 -recol4s=3140 -recol4d=2114 -recol5s=7328 -recol5d=2114 -name=Gambler -model1=model_230 -model2=model_10038 -model3=model_248 -model4=model_5221 -model5=model_162 -model6=model_176 -model7=model_3711 -model8=model_254 -model9=model_181 -head1=model_39799 -head2=model_39388 -head3=model_39275 -unknown119=3 - -// 3000 -[npc_3000] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=10436 -recol2s=2340 -recol2d=9412 -recol3s=32696 -recol3d=17995 -recol4s=8386 -recol4d=14660 -name=Barman -model1=model_230 -model2=model_10037 -model3=model_249 -model4=model_5221 -model5=model_326 -model6=model_162 -model7=model_176 -model8=model_274 -model9=model_185 -head1=model_39799 -head2=model_39401 -head3=model_39254 -unknown119=3 - -// 3001 -[npc_3001] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=9419 -recol1d=5418 -recol2s=7329 -recol2d=5352 -recol3s=2340 -recol3d=4261 -recol4s=16704 -recol4d=9443 -recol5s=7298 -recol5d=2147 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -name=Gambler -model1=model_215 -model2=model_186 -model3=model_249 -model4=model_10077 -model5=model_317 -model6=model_10073 -model7=model_10074 -model8=model_10076 -model9=model_185 -model10=model_326 -head1=model_39836 -head2=model_39406 -head3=model_39254 -unknown119=3 - -// 3002 -[npc_3002] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=9540 -recol2s=2340 -recol2d=4323 -recol3s=15856 -recol3d=25098 -recol4s=7329 -recol4d=5313 -name=Gambler -model1=model_378 -model2=model_9361 -model3=model_479 -model4=model_332 -model5=model_10706 -model6=model_428 -model7=model_7614 -head1=model_39131 -unknown119=3 - -// 3003 -[npc_3003] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=9544 -recol2s=2340 -recol2d=4328 -recol3s=15856 -recol3d=25098 -recol4s=7329 -recol4d=5313 -recol5s=25098 -recol5d=17798 -name=Gambler -model1=model_387 -model2=model_470 -model3=model_480 -model4=model_332 -model5=model_10706 -model6=model_438 -model7=model_8934 -head1=model_39084 -unknown119=3 - -// 3004 -[npc_3004] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=9544 -recol2s=12677 -recol2d=17704 -recol3s=20041 -recol3d=17704 -recol4s=7329 -recol4d=5313 -recol5s=25098 -recol5d=11522 -recol6s=15392 -recol6d=20042 -name=Gambler -model1=model_373 -model2=model_390 -model3=model_9361 -model4=model_9359 -model5=model_9360 -model6=model_7008 -model7=model_8934 -head1=model_38783 -head2=model_39047 -unknown119=3 - -// 3005 -[npc_3005] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=10436 -recol2s=2340 -recol2d=9412 -recol3s=15856 -recol3d=17995 -recol4s=25098 -recol4d=17799 -recol5s=8386 -recol5d=14660 -name=Gambler -model1=model_206 -model2=model_250 -model3=model_296 -model4=model_169 -model5=model_176 -model6=model_275 -model7=model_185 -head1=model_39947 -head2=model_38642 -unknown119=3 - -// 3006 -[npc_3006] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=5284 -recol2s=15856 -recol2d=25098 -name=Gambler -model1=model_9452 -model2=model_246 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_275 -model7=model_181 -head1=model_40019 -head2=model_39223 -unknown119=3 - -// 3007 -[npc_3007] -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3008 -[npc_3008] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3009 -[npc_3009] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3010 -[npc_3010] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3011 -[npc_3011] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3012 -[npc_3012] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3013 -[npc_3013] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3014 -[npc_3014] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3015 -[npc_3015] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3016 -[npc_3016] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3017 -[npc_3017] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3018 -[npc_3018] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -resizeh=133 -resizev=134 -op2=Hidden -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 3019 -[npc_3019] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Lure -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 3020 -[npc_3020] -bas=bas_4 -op1=Talk-to -op3=Travel -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=27412 -recol2s=16846 -recol2d=19913 -recol3s=7298 -recol3d=13640 -recol4s=6274 -recol4d=10502 -recol5s=25098 -recol5d=24040 -retex1s=material_314 -retex1d=material_268 -name=Rug Merchant -model1=model_7743 -model2=model_215 -model3=model_248 -model4=model_310 -model5=model_173 -model6=model_176 -model7=model_6090 -model8=model_4954 -head1=model_39551 -head2=model_39836 -head3=model_39275 -unknown119=3 - -// 3021 -[npc_3021] -bas=bas_658 -vislevel=0 -op1=Talk-to -op3=Exchange -op4=Teleport -retex1s=material_445 -retex1d=material_122 -name=Tool leprechaun -model1=model_10220 -head1=model_24 -unknown119=3 - -// 3022 -[npc_3022] -bas=bas_998 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=25098 -recol1d=13943 -recol2s=6273 -recol2d=4405 -recol3s=15392 -recol3d=10 -recol4s=15856 -recol4d=13943 -recol5s=0 -recol5d=30784 -recol6s=2340 -recol6d=15499 -name=Genie -model1=model_231 -model2=model_241 -model3=model_252 -model4=model_315 -model5=model_33034 -model6=model_10218 -model7=model_264 -head1=model_39778 -head2=model_39296 -head3=model_39261 -unknown119=3 - -// 3023 -[npc_3023] -bas=bas_126 -vislevel=0 -alwaysontop=yes -op1=Talk-to -ambient=20 -recol1s=17797 -recol1d=28366 -name=Nirrie -model1=model_10212 -head1=model_39063 -unknown119=3 - -// 3024 -[npc_3024] -bas=bas_997 -vislevel=0 -alwaysontop=yes -op1=Talk-to -ambient=20 -turnspeed=0 -name=Tirrie -model1=model_10214 -model2=model_10211 -head1=model_39063 -unknown119=3 - -// 3025 -[npc_3025] -bas=bas_126 -vislevel=0 -alwaysontop=yes -op1=Talk-to -ambient=20 -name=Hallak -model1=model_10213 -head1=model_39665 -unknown119=3 - -// 3026 -[npc_3026] -bas=bas_241 -resizeh=150 -resizev=150 -resizeh=150 -resizev=150 -op2=Attack -alwaysontop=yes -alwaysontop=yes -vislevel=75 -recol1s=14630 -recol1d=8354 -recol2s=13606 -recol2d=10468 -recol3s=12582 -recol3d=10468 -recol4s=11558 -recol4d=9411 -recol5s=10534 -recol5d=8354 -recol6s=16846 -recol6d=10534 -name=Black golem -model1=model_6146 -model2=model_6148 -model3=model_6150 -unknown119=2 - -// 3027 -[npc_3027] -bas=bas_241 -resizeh=150 -resizev=150 -op2=Attack -alwaysontop=yes -alwaysontop=yes -vislevel=75 -recol1s=14630 -recol1d=32691 -recol2s=13606 -recol2d=32691 -recol3s=12582 -recol3d=32624 -recol4s=11558 -recol4d=32594 -recol5s=10534 -recol5d=27346 -recol6s=16846 -recol6d=27314 -name=White golem -model1=model_6146 -model2=model_6147 -model3=model_6149 -unknown119=2 - -// 3028 -[npc_3028] -bas=bas_241 -resizeh=150 -resizev=150 -op2=Attack -alwaysontop=yes -alwaysontop=yes -vislevel=75 -recol1s=14630 -recol1d=16843 -recol2s=13606 -recol2d=14762 -recol3s=12582 -recol3d=14729 -recol4s=11558 -recol4d=13672 -recol5s=10534 -recol5d=13638 -recol6s=16846 -recol6d=13638 -name=Grey golem -model1=model_6146 -model2=model_6147 -model3=model_6150 -unknown119=2 - -// 3029 -[npc_3029] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=20080 -recol2s=28386 -recol2d=24198 -recol3s=14724 -recol3d=24198 -recol4s=7183 -recol4d=8458 -recol5s=25098 -recol5d=11524 -recol6s=13504 -recol6d=17732 -retex1s=material_228 -retex1d=material_426 -name=Ghaslor the Elder -model1=model_6130 -model2=model_250 -model3=model_9017 -model4=model_151 -model5=model_176 -model6=model_556 -model7=model_6132 -model8=model_181 -head1=model_39771 -head2=model_38642 -head3=model_39799 -unknown119=3 - -// 3030 -[npc_3030] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=32760 -recol2s=15856 -recol2d=21927 -recol3s=25098 -recol3d=16710 -name=Ali the Carter -model1=model_6085 -model2=model_247 -model3=model_292 -model4=model_326 -model5=model_33034 -model6=model_10218 -model7=model_6090 -model8=model_181 -head1=model_39256 -head2=model_39439 -head3=model_39799 -unknown119=3 - -// 3031 -[npc_3031] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28386 -recol1d=24168 -recol2s=14724 -recol2d=24168 -recol3s=7183 -recol3d=9548 -recol4s=2340 -recol4d=13637 -recol5s=25098 -recol5d=15686 -name=Usi -model1=model_9016 -model2=model_248 -model3=model_9017 -model4=model_151 -model5=model_176 -model6=model_265 -model7=model_181 -head1=model_39945 -head2=model_39275 -unknown119=3 - -// 3032 -[npc_3032] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28386 -recol1d=24168 -recol2s=14724 -recol2d=24168 -recol3s=7183 -recol3d=13541 -recol4s=2340 -recol4d=13541 -recol5s=25098 -recol5d=15686 -name=Nkuku -model1=model_9016 -model2=model_251 -model3=model_9017 -model4=model_151 -model5=model_176 -model6=model_265 -model7=model_181 -head1=model_39945 -head2=model_38096 -unknown119=3 - -// 3033 -[npc_3033] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28386 -recol1d=24168 -recol2s=14724 -recol2d=24168 -recol3s=7183 -recol3d=8457 -recol4s=2340 -recol4d=9547 -recol5s=25098 -recol5d=15686 -name=Garai -model1=model_9016 -model2=model_251 -model3=model_9017 -model4=model_151 -model5=model_176 -model6=model_6133 -model7=model_181 -head1=model_39945 -head2=model_38096 -unknown119=3 - -// 3034 -[npc_3034] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28386 -recol1d=26285 -recol2s=14724 -recol2d=26285 -recol3s=7183 -recol3d=10639 -recol4s=16846 -recol4d=10639 -recol5s=2340 -recol5d=12753 -recol6s=25098 -recol6d=17734 -name=Habibah -model1=model_9022 -model2=model_9025 -model3=model_483 -model4=model_332 -model5=model_353 -model6=model_430 -model7=model_358 -head1=model_39048 -unknown119=3 - -// 3035 -[npc_3035] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28386 -recol1d=23117 -recol2s=14724 -recol2d=23117 -recol3s=7183 -recol3d=17798 -recol4s=16846 -recol4d=17798 -recol5s=2340 -recol5d=20935 -recol6s=25098 -recol6d=15654 -name=Meskhenet -model1=model_390 -model2=model_9025 -model3=model_483 -model4=model_332 -model5=model_353 -model6=model_430 -model7=model_358 -head1=model_39066 -unknown119=3 - -// 3036 -[npc_3036] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28386 -recol1d=26255 -recol2s=14724 -recol2d=26255 -recol3s=7183 -recol3d=10475 -recol4s=15856 -recol4d=17734 -recol5s=2340 -recol5d=17798 -recol6s=25098 -recol6d=17734 -name=Zahra -model1=model_9022 -model2=model_9025 -model3=model_332 -model4=model_353 -model5=model_428 -model6=model_358 -head1=model_39048 -unknown119=3 - -// 3037 -[npc_3037] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28386 -recol1d=24138 -recol2s=28366 -recol2d=18887 -recol3s=14724 -recol3d=24138 -recol4s=6608 -recol4d=18921 -recol5s=7183 -recol5d=11460 -recol6s=25098 -recol6d=16676 -name=Zahur -model1=model_9022 -model2=model_9025 -model3=model_343 -model4=model_353 -model5=model_506 -model6=model_10003 -model7=model_358 -model8=model_376 -head1=model_39048 -head2=model_38799 -modeloffset4=3,-11,6 -unknown119=3 - -// 3038 -[npc_3038] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=28386 -recol1d=24168 -recol2s=14724 -recol2d=24168 -recol3s=7183 -recol3d=7364 -recol4s=2340 -recol4d=11592 -recol5s=25098 -recol5d=17733 -name=Seddu -model1=model_9016 -model2=model_253 -model3=model_9017 -model4=model_326 -model5=model_151 -model6=model_176 -model7=model_491 -model8=model_6133 -model9=model_181 -model10=model_201 -head1=model_39945 -head2=model_39227 -unknown119=3 - -// 3039 -[npc_3039] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=28386 -recol1d=26216 -recol2s=14724 -recol2d=26216 -recol3s=7183 -recol3d=10506 -recol4s=2340 -recol4d=12620 -recol5s=25098 -recol5d=17733 -name=Kazemde -model1=model_9016 -model2=model_248 -model3=model_9017 -model4=model_326 -model5=model_151 -model6=model_176 -model7=model_6133 -model8=model_181 -model9=model_201 -head1=model_39945 -head2=model_39227 -unknown119=3 - -// 3040 -[npc_3040] -bas=bas_29 -vislevel=0 -op1=Talk-to -recol1s=28386 -recol1d=26216 -recol2s=14724 -recol2d=26216 -recol3s=7183 -recol3d=10438 -recol4s=2340 -recol4d=12620 -recol5s=7328 -recol5d=10438 -recol6s=25098 -recol6d=17733 -name=Awusah the Mayor -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_326 -model5=model_162 -model6=model_176 -model7=model_6135 -model8=model_6132 -model9=model_181 -head1=model_39771 -head2=model_39275 -head3=model_39799 -unknown119=3 - -// 3041 -[npc_3041] -bas=bas_29 -op2=Attack -vislevel=21 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -recol4s=2340 -recol4d=12620 -recol5s=7328 -recol5d=10438 -recol6s=25098 -recol6d=11493 -name=Tarik -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_326 -model5=model_10123 -model6=model_176 -model7=model_6135 -model8=model_6133 -model9=model_181 -head1=model_39591 -head2=model_39275 -unknown119=3 - -// 3042 -[npc_3042] -bas=bas_29 -op2=Attack -vislevel=21 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -recol4s=2340 -recol4d=12620 -recol5s=7328 -recol5d=10438 -recol6s=25098 -recol6d=11493 -name=Poltenip -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_326 -model5=model_10123 -model6=model_176 -model7=model_6135 -model8=model_6133 -model9=model_181 -head1=model_39591 -head2=model_39275 -unknown119=3 - -// 3043 -[npc_3043] -bas=bas_29 -op2=Attack -vislevel=21 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -recol4s=2340 -recol4d=12620 -recol5s=7328 -recol5d=10438 -recol6s=25098 -recol6d=11493 -name=Radat -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_326 -model5=model_10123 -model6=model_176 -model7=model_6135 -model8=model_6133 -model9=model_181 -head1=model_39591 -head2=model_39275 -unknown119=3 - -// 3044 -[npc_3044] -bas=bas_29 -vislevel=0 -op1=Talk-to -recol1s=7183 -recol1d=6443 -recol2s=28386 -recol2d=24142 -recol3s=28366 -recol3d=24142 -recol4s=6608 -recol4d=6443 -recol5s=24138 -recol5d=16875 -recol6s=25098 -recol6d=11526 -name=Shiratti the Custodian -model1=model_9021 -model2=model_9026 -model3=model_10126 -model4=model_353 -model5=model_6135 -model6=model_10003 -model7=model_361 -head1=model_39150 -modeloffset4=3,-11,6 -unknown119=3 - -// 3045 -[npc_3045] -bas=bas_996 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=14724 -recol1d=26152 -recol2s=7183 -recol2d=17800 -recol3s=2340 -recol3d=12580 -recol4s=16846 -recol4d=9445 -recol5s=25098 -recol5d=15619 -recol6s=32735 -recol6d=27347 -name=Rokuh -model1=model_201 -model2=model_9016 -model3=model_248 -model4=model_10219 -model5=model_151 -model6=model_10218 -model7=model_6133 -model8=model_185 -model9=model_10128 -head1=model_39945 -head2=model_39275 -unknown119=3 - -// 3046 -[npc_3046] -bas=bas_92 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=7183 -recol1d=14728 -recol2s=28386 -recol2d=22122 -recol3s=2340 -recol3d=22122 -recol4s=14724 -recol4d=22122 -recol5s=16846 -recol5d=21038 -recol6s=25098 -recol6d=16676 -name=Nardah Banker -model1=model_201 -model2=model_9016 -model3=model_5215 -model4=model_6134 -model5=model_151 -model6=model_176 -model7=model_6133 -model8=model_185 -head1=model_39549 -head2=model_39945 -head3=model_39218 -unknown119=3 - -// 3047 -[npc_3047] -turnspeed=0 -op2=Shoot -minimap=no -vislevel=0 -name=Target -model1=model_10210 -unknown119=1 - -// 3048 -[npc_3048] -turnspeed=0 -minimap=no -vislevel=0 -name=Target -model1=model_10209 -unknown119=1 - -// 3049 -[npc_3049] -turnspeed=0 -vislevel=1 -multivar=varplayerbit_1451 -multinpc=0,npc_3047 -multinpc=1,npc_3048 -unknown119=1 - -// 3050 -[npc_3050] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=145 -resizev=122 -recol1s=14724 -recol1d=1090 -recol2s=2340 -recol2d=3204 -recol3s=7298 -recol3d=1090 -retex1s=material_202 -retex1d=material_256 -retex2s=material_257 -retex2d=material_359 -name=Larxus -model1=model_10038 -model2=model_10302 -model3=model_10304 -model4=model_10305 -model5=model_10301 -model6=model_254 -model7=model_185 -head1=model_39940 -head2=model_39388 -unknown119=3 - -// 3051 -[npc_3051] -bas=bas_1259 -vislevel=0 -size=2 -recol1s=16846 -recol1d=4231 -recol2s=15789 -recol2d=32576 -recol3s=11561 -recol3d=2149 -recol4s=9473 -recol4d=2149 -recol5s=7298 -recol5d=2149 -recol6s=6273 -recol6d=29552 -retex1s=material_228 -retex1d=material_426 -name=Mystery figure -model1=model_9452 -model2=model_250 -model3=model_306 -model4=model_10298 -model5=model_179 -model6=model_268 -model7=model_185 -model8=model_10314 -model9=model_10311 -head1=model_40019 -head2=model_38642 -unknown119=1 - -// 3052 -[npc_3052] -bas=bas_1263 -vislevel=0 -size=2 -name=Mystery figure -model1=model_10321 -model2=model_10327 -model3=model_10325 -model4=model_10322 -model5=model_10324 -model6=model_10328 -head1=model_10236 -head2=model_10237 -unknown119=1 - -// 3053 -[npc_3053] -bas=bas_1260 -vislevel=0 -size=2 -name=Mystery figure -model1=model_10338 -model2=model_10340 -model3=model_10341 -model4=model_10339 -head1=model_10238 -unknown119=1 - -// 3054 -[npc_3054] -bas=bas_1267 -vislevel=0 -size=2 -ambient=10 -spotshadow=no -name=Mystery figure -model1=model_34148 -model2=model_34149 -head1=model_34276 -unknown119=1 - -// 3055 -[npc_3055] -bas=bas_1268 -vislevel=0 -size=2 -name=Mystery figure -model1=model_26163 -model2=model_26161 -head1=model_26111 -unknown119=1 - -// 3056 -[npc_3056] -bas=bas_1261 -vislevel=0 -size=2 -retex1s=material_228 -retex1d=material_426 -name=Mystery figure -model1=model_9660 -model2=model_9661 -model3=model_9659 -model4=model_4023 -model5=model_10310 -head1=model_39787 -unknown119=1 - -// 3057 -[npc_3057] -bas=bas_1264 -size=1 -op2=Attack -vislevel=102 -name=Earth Warrior Champion -model1=model_10274 -model2=model_10278 -model3=model_10276 -model4=model_10277 -model5=model_10275 -unknown119=3 - -// 3058 -[npc_3058] -bas=bas_1265 -size=2 -op2=Attack -vislevel=56 -name=Giant Champion -model1=model_25624 -model2=model_25623 -model3=model_25622 -model4=model_17466 -unknown119=3 - -// 3059 -[npc_3059] -bas=bas_122 -size=1 -op2=Attack -vislevel=85 -recol1s=7298 -recol1d=27475 -recol2s=25098 -recol2d=27475 -recol3s=2340 -recol3d=9511 -recol4s=6144 -recol4d=7365 -recol5s=18464 -recol5d=22193 -name=Ghoul Champion -model1=model_10303 -model2=model_10306 -model3=model_10299 -model4=model_40254 -model5=model_40182 -model6=model_10315 -unknown119=3 - -// 3060 -[npc_3060] -bas=bas_199 -size=1 -op2=Attack -ambient=15 -vislevel=24 -name=Goblin Champion -model1=model_24460 -model2=model_24489 -model3=model_24438 -model4=model_24473 -model5=model_24440 -model6=model_24453 -model7=model_24510 -unknown119=3 - -// 3061 -[npc_3061] -bas=bas_1262 -size=1 -resizeh=160 -resizev=160 -op2=Attack -vislevel=56 -name=Hobgoblin Champion -model1=model_10334 -model2=model_10335 -unknown119=3 - -// 3062 -[npc_3062] -bas=bas_130 -size=1 -op2=Attack -vislevel=14 -name=Imp Champion -model1=model_20046 -unknown119=3 - -// 3063 -[npc_3063] -bas=bas_200 -size=2 -op2=Attack -vislevel=107 -name=Jogre Champion -model1=model_10280 -model2=model_10282 -model3=model_10281 -unknown119=3 - -// 3064 -[npc_3064] -bas=bas_201 -size=2 -resizeh=86 -resizev=86 -op2=Attack -vislevel=162 -name=Lesser Demon Champion -model1=model_17381 -model2=model_17398 -model3=model_17384 -unknown119=3 - -// 3065 -[npc_3065] -bas=bas_1266 -size=1 -op2=Attack -vislevel=40 -name=Skeleton Champion -model1=model_21189 -unknown119=3 - -// 3066 -[npc_3066] -bas=bas_1269 -size=2 -op2=Attack -vislevel=51 -name=Zombies Champion -model1=model_20949 -unknown119=3 - -// 3067 -[npc_3067] -bas=bas_103 -size=1 -op2=Attack -vislevel=141 -recol1s=16846 -recol1d=4231 -recol2s=15789 -recol2d=32576 -recol3s=11561 -recol3d=2149 -recol4s=9473 -recol4d=2149 -recol5s=7298 -recol5d=2149 -recol6s=6273 -recol6d=29552 -name=Leon d'Cour -model1=model_9452 -model2=model_250 -model3=model_306 -model4=model_10298 -model5=model_179 -model6=model_268 -model7=model_185 -model8=model_10314 -model9=model_10318 -model10=model_10313 -head1=model_40019 -head2=model_38642 -unknown119=3 - -// 3068 -[npc_3068] -bas=bas_645 -size=3 -op2=Attack -vislevel=140 -recol1s=28407 -recol1d=22233 -recol2s=22131 -recol2d=20119 -recol3s=16846 -recol3d=16948 -recol4s=11561 -recol4d=12720 -recol5s=0 -recol5d=9581 -name=Skeletal Wyvern -model1=model_10351 -model2=model_10355 -model3=model_10357 -unknown119=3 - -// 3069 -[npc_3069] -bas=bas_645 -size=3 -op2=Attack -vislevel=140 -recol1s=28407 -recol1d=22233 -recol2s=22131 -recol2d=20119 -recol3s=16846 -recol3d=16948 -recol4s=11561 -recol4d=12720 -recol5s=0 -recol5d=9581 -name=Skeletal Wyvern -model1=model_10352 -model2=model_10353 -model3=model_10356 -unknown119=3 - -// 3070 -[npc_3070] -bas=bas_645 -size=3 -op2=Attack -vislevel=140 -recol1s=28407 -recol1d=22233 -recol2s=22131 -recol2d=20119 -recol3s=16846 -recol3d=16948 -recol4s=11561 -recol4d=12720 -recol5s=0 -recol5d=9581 -name=Skeletal Wyvern -model1=model_10351 -model2=model_10355 -model3=model_10358 -unknown119=3 - -// 3071 -[npc_3071] -bas=bas_645 -size=3 -op2=Attack -vislevel=140 -recol1s=28407 -recol1d=22233 -recol2s=22131 -recol2d=20119 -recol3s=16846 -recol3d=16948 -recol4s=11561 -recol4d=12720 -recol5s=0 -recol5d=9581 -name=Skeletal Wyvern -model1=model_10351 -model2=model_10354 -model3=model_10356 -unknown119=3 - -// 3072 -[npc_3072] -bas=bas_1409 -size=2 -op2=Attack -vislevel=53 -recol1s=23452 -recol1d=20380 -recol2s=20248 -recol2d=19190 -recol3s=14104 -recol3d=14005 -recol4s=11924 -recol4d=10834 -name=Ice giant -model1=model_17454 -model2=model_17442 -unknown119=3 - -// 3073 -[npc_3073] -bas=bas_111 -op2=Attack -vislevel=57 -recol1s=16846 -recol1d=10078 -recol2s=11561 -recol2d=10078 -recol3s=25098 -recol3d=10078 -recol4s=15789 -recol4d=10078 -recol5s=3171 -recol5d=10078 -recol6s=6342 -recol6d=10078 -name=Ice warrior -model1=model_213 -model2=model_306 -model3=model_164 -model4=model_176 -model5=model_268 -model6=model_184 -model7=model_511 -unknown119=3 - -// 3074 -[npc_3074] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_1467 -multinpc=0,npc_3075 -unknown119=3 - -// 3075 -[npc_3075] -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=5120 -recol3d=11425 -recol4s=13638 -recol4d=7298 -recol5s=19980 -recol5d=8355 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -retex4s=material_272 -retex4d=material_250 -name=Monk -model1=model_10375 -model2=model_246 -model3=model_292 -model4=model_326 -model5=model_170 -model6=model_179 -model7=model_260 -model8=model_10124 -model9=model_317 -head1=model_39790 -unknown119=3 - -// 3076 -[npc_3076] -bas=bas_813 -size=2 -vislevel=1 -multivar=varplayerbit_1467 -multinpc=1,npc_3077 -unknown119=1 - -// 3077 -[npc_3077] -vislevel=0 -size=2 -op1=Search -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=5120 -recol3d=11425 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Dead Monk -model1=model_230 -model2=model_246 -model3=model_292 -model4=model_9607 -model5=model_170 -model6=model_10218 -model7=model_260 -model8=model_8919 -model9=model_326 -unknown119=3 - -// 3078 -[npc_3078] -bas=bas_4 -vislevel=0 -size=1 -recol1s=30560 -recol1d=9345 -recol2s=2340 -recol2d=13539 -recol3s=6273 -recol3d=4161 -recol4s=25098 -recol4d=11488 -recol5s=14724 -recol5d=13539 -recol6s=10401 -recol6d=6274 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=High Priest -model1=model_223 -model2=model_246 -model3=model_284 -model4=model_292 -model5=model_9607 -model6=model_170 -model7=model_10218 -model8=model_265 -model9=model_8919 -head1=model_39938 -head2=model_39223 -unknown119=1 - -// 3079 -[npc_3079] -bas=bas_29 -vislevel=0 -size=1 -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Monk -model1=model_230 -model2=model_8919 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -model8=model_553 -head1=model_39630 -unknown119=1 - -// 3080 -[npc_3080] -bas=bas_814 -vislevel=0 -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=5120 -recol3d=11425 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Monk -model1=model_230 -model2=model_246 -model3=model_292 -model4=model_9607 -model5=model_170 -model6=model_10218 -model7=model_260 -model8=model_8919 -model9=model_326 -model10=model_10380 -head1=model_39630 -unknown119=1 - -// 3081 -[npc_3081] -bas=bas_29 -vislevel=0 -recol1s=9473 -recol1d=1058 -recol2s=16846 -recol2d=6346 -recol3s=4229 -recol3d=3172 -name=Assassin -model1=model_10374 -model2=model_10376 -model3=model_10378 -model4=model_10377 -model5=model_10379 -model6=model_179 -unknown119=1 - -// 3082 -[npc_3082] -bas=bas_612 -resizeh=145 -resizev=145 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=19917 -recol2s=7438 -recol2d=14510 -recol3s=14500 -recol3d=14510 -recol4s=9605 -recol4d=10542 -recol5s=2340 -recol5d=10542 -name=Rosie -model1=model_10508 -model2=model_10519 -model3=model_10511 -model4=model_10514 -model5=model_10527 -model6=model_10526 -head1=model_38906 -head2=model_38849 -unknown119=3 - -// 3083 -[npc_3083] -bas=bas_612 -resizeh=150 -resizev=150 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=22927 -recol2s=7438 -recol2d=22927 -recol3s=14500 -recol3d=25098 -recol4s=9605 -recol4d=27258 -recol5s=25098 -recol5d=26258 -name=Sorcha -model1=model_10508 -model2=model_10517 -model3=model_10511 -model4=model_10515 -model5=model_10527 -head1=model_39099 -head2=model_38780 -unknown119=3 - -// 3084 -[npc_3084] -bas=bas_612 -resizeh=148 -resizev=148 -vislevel=0 -op1=Talk-to -recol1s=7438 -recol1d=26350 -recol2s=2340 -recol2d=26350 -recol3s=14500 -recol3d=25098 -recol4s=9605 -recol4d=28468 -recol5s=25098 -recol5d=21959 -recol6s=32767 -recol6d=31743 -name=Cait -model1=model_10508 -model2=model_10521 -model3=model_10511 -model4=model_10514 -model5=model_10528 -head1=model_39007 -head2=model_38818 -unknown119=3 - -// 3085 -[npc_3085] -bas=bas_612 -resizeh=150 -resizev=150 -vislevel=0 -op1=Talk-to -recol1s=7438 -recol1d=25098 -recol2s=14500 -recol2d=25098 -recol3s=25098 -recol3d=22060 -name=Cormac -model1=model_10506 -model2=model_10517 -model3=model_10509 -model4=model_10512 -model5=model_10527 -model6=model_10525 -head1=model_39973 -head2=model_39504 -unknown119=3 - -// 3086 -[npc_3086] -bas=bas_612 -resizeh=160 -resizev=150 -vislevel=0 -op1=Talk-to -recol1s=7438 -recol1d=25098 -recol2s=14500 -recol2d=25098 -recol3s=25098 -recol3d=17767 -recol4s=9605 -recol4d=9477 -recol5s=32767 -recol5d=32701 -name=Fionn -model1=model_10507 -model2=model_10518 -model3=model_10510 -model4=model_10513 -model5=model_10528 -head1=model_39722 -head2=model_39418 -unknown119=3 - -// 3087 -[npc_3087] -bas=bas_612 -resizeh=150 -resizev=150 -vislevel=0 -op1=Talk-to -recol1s=9605 -recol1d=16482 -recol2s=14500 -recol2d=6534 -recol3s=7438 -recol3d=6534 -recol4s=25098 -recol4d=17966 -recol5s=32767 -recol5d=30717 -name=Donnacha -model1=model_10506 -model2=model_10521 -model3=model_10511 -model4=model_10512 -model5=model_10528 -model6=model_10524 -head1=model_39737 -head2=model_39409 -unknown119=3 - -// 3088 -[npc_3088] -bas=bas_612 -resizeh=150 -resizev=140 -vislevel=0 -op1=Talk-to -recol1s=9605 -recol1d=9549 -recol2s=14500 -recol2d=25332 -recol3s=7438 -recol3d=12720 -recol4s=25098 -recol4d=20941 -name=Ronan -model1=model_10507 -model2=model_10520 -model3=model_10510 -model4=model_10513 -model5=model_10527 -model6=model_10522 -head1=model_39691 -head2=model_39364 -unknown119=3 - -// 3089 -[npc_3089] -minimap=no -vislevel=0 -name= -model1=model_8236 -unknown119=2 - -// 3090 -[npc_3090] -minimap=no -vislevel=0 -name= -model1=model_8236 -unknown119=2 - -// 3091 -[npc_3091] -minimap=no -vislevel=0 -name= -model1=model_8236 -unknown119=2 - -// 3092 -[npc_3092] -bas=bas_4 -resizeh=130 -resizev=150 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=6468 -recol2s=12610 -recol2d=4354 -recol3s=22024 -recol3d=21106 -recol4s=15856 -recol4d=2114 -recol5s=25098 -recol5d=19980 -recol6s=6273 -recol6d=25236 -retex1s=material_228 -retex1d=material_426 -retex2s=material_268 -retex2d=material_182 -name=Hooded Stranger -model1=model_208 -model2=model_10561 -model3=model_10541 -model4=model_10542 -model5=model_10531 -model6=model_176 -model7=model_10536 -model8=model_4218 -head1=model_38588 -head2=model_39257 -unknown119=3 - -// 3093 -[npc_3093] -bas=bas_25 -size=1 -minimap=no -active=no -vislevel=0 -recol1s=31808 -recol1d=32635 -recol2s=32288 -recol2d=32701 -recol3s=32384 -recol3d=32569 -model1=model_3087 -unknown119=7 - -// 3094 -[npc_3094] -bas=bas_584 -size=1 -minimap=no -vislevel=0 -name=Flying Book -model1=model_10625 -unknown119=3 - -// 3095 -[npc_3095] -bas=bas_584 -size=1 -minimap=no -vislevel=0 -recol1s=8266 -recol1d=8387 -recol2s=8357 -recol2d=12320 -name=Flying Book -model1=model_10625 -unknown119=3 - -// 3096 -[npc_3096] -size=1 -op1=Talk-to -vislevel=1 -name=Pizzaz Hat -model1=model_10633 -head1=model_10626 -unknown119=3 - -// 3097 -[npc_3097] -bas=bas_582 -size=1 -resizeh=60 -resizev=60 -contrast=10 -ambient=10 -op1=Talk-to -vislevel=0 -recol1s=17970 -recol1d=20081 -recol2s=16913 -recol2d=20081 -recol3s=14800 -recol3d=19024 -recol4s=13742 -recol4d=20080 -recol5s=11628 -recol5d=15885 -recol6s=6342 -recol6d=8455 -name=Entrance Guardian -model1=model_10633 -model2=model_10635 -model3=model_10637 -model4=model_10638 -model5=model_10630 -head1=model_10695 -unknown119=3 - -// 3098 -[npc_3098] -bas=bas_582 -vislevel=0 -size=1 -resizeh=60 -resizev=62 -contrast=10 -ambient=10 -op1=Talk-to -name=Telekinetic Guardian -model1=model_10633 -model2=model_10640 -model3=model_10637 -model4=model_10638 -model5=model_10632 -head1=model_10696 -unknown119=3 - -// 3099 -[npc_3099] -bas=bas_583 -vislevel=0 -size=1 -resizeh=60 -resizev=60 -contrast=10 -ambient=10 -op1=Talk-to -recol1s=17970 -recol1d=14693 -recol2s=16913 -recol2d=13636 -recol3s=14800 -recol3d=13636 -recol4s=13742 -recol4d=13635 -recol5s=11628 -recol5d=11522 -recol6s=6342 -recol6d=6272 -name=Alchemy Guardian -model1=model_10633 -model2=model_10635 -model3=model_10637 -model4=model_10638 -model5=model_10627 -head1=model_10695 -unknown119=3 - -// 3100 -[npc_3100] -bas=bas_582 -vislevel=0 -size=2 -resizeh=120 -resizev=125 -contrast=10 -ambient=10 -op1=Talk-to -recol1s=17970 -recol1d=7494 -recol2s=16913 -recol2d=8550 -recol3s=14800 -recol3d=7493 -recol4s=13742 -recol4d=6436 -recol5s=11628 -recol5d=6436 -recol6s=6342 -recol6d=19211 -name=Enchantment Guardian -model1=model_10633 -model2=model_10640 -model3=model_10637 -model4=model_10638 -model5=model_10628 -head1=model_10696 -unknown119=3 - -// 3101 -[npc_3101] -bas=bas_583 -vislevel=0 -size=2 -resizeh=130 -resizev=130 -op1=Talk-to -recol1s=17970 -recol1d=11593 -recol2s=16913 -recol2d=10569 -recol3s=14800 -recol3d=10536 -recol4s=13742 -recol4d=9512 -recol5s=11628 -recol5d=8454 -recol6s=6342 -recol6d=19488 -name=Graveyard Guardian -model1=model_10633 -model2=model_10634 -model3=model_10637 -model4=model_10638 -model5=model_10629 -head1=model_10697 -unknown119=3 - -// 3102 -[npc_3102] -bas=bas_582 -vislevel=0 -size=1 -resizeh=60 -resizev=62 -contrast=10 -ambient=10 -op1=Talk-to -name=Maze Guardian -model1=model_10633 -model2=model_10640 -model3=model_10637 -model4=model_10638 -model5=model_10632 -head1=model_10696 -unknown119=3 - -// 3103 -[npc_3103] -bas=bas_583 -vislevel=0 -size=2 -resizeh=126 -resizev=126 -op1=Talk-to -op4=Trade-with -recol1s=17970 -recol1d=22151 -recol2s=16913 -recol2d=22085 -recol3s=14800 -recol3d=22151 -recol4s=13742 -recol4d=22054 -recol5s=11628 -recol5d=13649 -name=Rewards Guardian -model1=model_10633 -model2=model_10635 -model3=model_10637 -model4=model_10638 -model5=model_10631 -head1=model_10695 -unknown119=3 - -// 3104 -[npc_3104] -bas=bas_585 -vislevel=0 -size=1 -contrast=10 -ambient=10 -op1=Talk-to -name=Charmed Warrior -model1=model_10641 -model2=model_10642 -model3=model_10643 -unknown119=3 - -// 3105 -[npc_3105] -bas=bas_585 -vislevel=0 -size=1 -contrast=10 -ambient=10 -op1=Talk-to -name=Charmed Warrior -model1=model_10641 -model2=model_10643 -unknown119=3 - -// 3106 -[npc_3106] -bas=bas_585 -vislevel=0 -size=1 -contrast=10 -ambient=10 -op1=Talk-to -recol1s=25323 -recol1d=21932 -recol2s=24266 -recol2d=32459 -recol3s=8591 -recol3d=12641 -recol4s=15789 -recol4d=12717 -name=Charmed Warrior -model1=model_10641 -model2=model_10642 -unknown119=3 - -// 3107 -[npc_3107] -bas=bas_585 -vislevel=0 -size=1 -contrast=10 -ambient=10 -op1=Talk-to -recol1s=25323 -recol1d=21932 -recol2s=24266 -recol2d=32459 -recol3s=8591 -recol3d=12641 -recol4s=15789 -recol4d=12717 -name=Charmed Warrior -model1=model_10641 -model2=model_10643 -unknown119=3 - -// 3108 -[npc_3108] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=8526 -recol2s=14724 -recol2d=21070 -recol3s=18464 -recol3d=26276 -recol4s=6273 -recol4d=8389 -recol5s=4192 -recol5d=10640 -recol6s=6144 -recol6d=8526 -retex1s=material_359 -retex1d=material_250 -name=Bert -model1=model_217 -model2=model_246 -model3=model_10705 -model4=model_10723 -model5=model_163 -model6=model_10218 -model7=model_274 -model8=model_185 -head1=model_42330 -head2=model_39272 -unknown119=3 - -// 3109 -[npc_3109] -bas=bas_290 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=11561 -recol2s=25098 -recol2d=24010 -recol3s=9473 -recol3d=8456 -recol4s=6274 -recol4d=6342 -recol5s=6144 -recol5d=6342 -recol6s=32736 -recol6d=15392 -name=Guard Captain -model1=model_233 -model2=model_247 -model3=model_312 -model4=model_323 -model5=model_152 -model6=model_179 -model7=model_6098 -model8=model_263 -model9=model_4954 -head1=model_39994 -head2=model_39256 -unknown119=3 - -// 3110 -[npc_3110] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_1535 -multinpc=0,npc_3112 -unknown119=1 - -// 3111 -[npc_3111] -bas=bas_1033 -size=1 -vislevel=1 -multivar=varplayerbit_1535 -multinpc=1,npc_3113 -unknown119=1 - -// 3112 -[npc_3112] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -op3=Pickpocket -recol1s=6354 -recol1d=11559 -recol2s=10464 -recol2d=28341 -recol3s=14724 -recol3d=6380 -recol4s=2340 -recol4d=13638 -recol5s=6144 -recol5d=10467 -retex1s=material_262 -retex1d=material_256 -retex2s=material_527 -retex2d=material_359 -name=Sandy -model1=model_194 -model2=model_215 -model3=model_247 -model4=model_5221 -model5=model_4391 -model6=model_163 -model7=model_10218 -model8=model_274 -model9=model_185 -head1=model_39836 -head2=model_39481 -head3=model_39256 -unknown119=3 - -// 3113 -[npc_3113] -bas=bas_1033 -size=1 -vislevel=0 -recol1s=6354 -recol1d=11559 -recol2s=10464 -recol2d=28341 -recol3s=14724 -recol3d=6380 -recol4s=2340 -recol4d=13638 -recol5s=6144 -recol5d=10467 -retex1s=material_262 -retex1d=material_256 -retex2s=material_527 -retex2d=material_359 -name=Sandy -model1=model_194 -model2=model_215 -model3=model_247 -model4=model_5221 -model5=model_4391 -model6=model_163 -model7=model_10218 -model8=model_274 -model9=model_185 -head1=model_39836 -head2=model_39481 -head3=model_39256 -unknown119=3 - -// 3114 -[npc_3114] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=18464 -recol1d=26276 -recol2s=8526 -recol2d=10466 -recol3s=2340 -recol3d=10466 -recol4s=14724 -recol4d=14728 -recol5s=10640 -recol5d=14728 -recol6s=6144 -recol6d=10466 -retex1s=material_359 -retex1d=material_268 -name=Mazion -model1=model_223 -model2=model_246 -model3=model_10705 -model4=model_10723 -model5=model_170 -model6=model_10218 -model7=model_260 -model8=model_185 -head1=model_39938 -head2=model_39223 -unknown119=3 - -// 3115 -[npc_3115] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=4364 -recol2s=14724 -recol2d=27380 -recol3s=18464 -recol3d=26276 -recol4s=6273 -recol4d=19911 -recol5s=8526 -recol5d=4364 -retex1s=material_359 -retex1d=material_250 -retex2s=material_228 -retex2d=material_426 -name=Blaec -model1=model_235 -model2=model_253 -model3=model_10705 -model4=model_163 -model5=model_10218 -model6=model_254 -model7=model_185 -model8=model_10723 -head1=model_38641 -head2=model_39227 -unknown119=3 - -// 3116 -[npc_3116] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=8389 -recol2s=6273 -recol2d=21071 -recol3s=18464 -recol3d=26276 -recol4s=10640 -recol4d=10503 -recol5s=8526 -recol5d=8389 -recol6s=4192 -recol6d=10640 -retex1s=material_228 -retex1d=material_426 -name=Reeso -model1=model_206 -model2=model_252 -model3=model_10705 -model4=model_10723 -model5=model_151 -model6=model_10218 -model7=model_4226 -model8=model_4218 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 3117 -[npc_3117] -bas=bas_681 -op1=Talk-to -alwaysontop=yes -size=1 -vislevel=0 -recol1s=14724 -recol1d=29297 -recol2s=2340 -recol2d=29297 -recol3s=7298 -recol3d=4225 -retex1s=material_257 -retex1d=material_273 -name=Sandwich lady -model1=model_391 -model2=model_10744 -model3=model_332 -model4=model_353 -model5=model_428 -model6=model_358 -model7=model_10745 -model8=model_417 -head1=model_39040 -modeloffset6=3,-11,6 -unknown119=3 - -// 3118 -[npc_3118] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=0 -recol1s=15392 -recol1d=0 -retex1s=material_251 -retex1d=material_250 -retex2s=material_202 -retex2d=material_250 -name=Prison Pete -model1=model_230 -model2=model_246 -model3=model_10741 -model4=model_10743 -model5=model_10742 -model6=model_181 -head1=model_40020 -head2=model_39442 -head3=model_39223 -unknown119=3 - -// 3119 -[npc_3119] -bas=bas_682 -minimap=no -op1=Pop -vislevel=0 -name=Balloon Animal -model1=model_10734 -unknown119=3 - -// 3120 -[npc_3120] -bas=bas_683 -minimap=no -op1=Pop -vislevel=0 -name=Balloon Animal -model1=model_10735 -unknown119=3 - -// 3121 -[npc_3121] -bas=bas_682 -minimap=no -op1=Pop -vislevel=0 -name=Balloon Animal -model1=model_10736 -unknown119=3 - -// 3122 -[npc_3122] -bas=bas_682 -minimap=no -op1=Pop -vislevel=0 -name=Balloon Animal -model1=model_10737 -unknown119=3 - -// 3123 -[npc_3123] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=15752 -recol2s=2340 -recol2d=9409 -recol3s=25098 -recol3d=22984 -name=Simon Templeton -model1=model_6364 -model2=model_215 -model3=model_244 -model4=model_246 -model5=model_292 -model6=model_4391 -model7=model_151 -model8=model_10218 -model9=model_271 -model10=model_185 -head1=model_39836 -head2=model_39387 -head3=model_39312 -head4=model_39223 -unknown119=3 - -// 3124 -[npc_3124] -size=2 -vislevel=0 -alwaysontop=yes -minimap=no -turnspeed=0 -name=Pyramid block -model1=model_10817 -unknown119=1 - -// 3125 -[npc_3125] -size=2 -vislevel=0 -alwaysontop=yes -minimap=no -turnspeed=0 -name=Pyramid block -model1=model_10817 -unknown119=1 - -// 3126 -[npc_3126] -bas=bas_1077 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=15719 -recol2s=15789 -recol2d=12582 -recol3s=7329 -recol3d=12582 -recol4s=11561 -recol4d=9379 -recol5s=25098 -recol5d=32529 -recol6s=6273 -recol6d=32696 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Pentyn -model1=model_10981 -model2=model_250 -model3=model_3379 -model4=model_10838 -model5=model_157 -model6=model_10218 -model7=model_268 -model8=model_185 -model9=model_317 -model10=model_40846 -head1=model_40053 -head2=model_38642 -unknown119=3 - -// 3127 -[npc_3127] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=14596 -recol2s=6273 -recol2d=30622 -recol3s=6342 -recol3d=28386 -recol4s=2340 -recol4d=7183 -recol5s=14724 -recol5d=7183 -recol6s=10401 -recol6d=1121 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -retex3s=material_272 -retex3d=material_252 -retex4s=material_228 -retex4d=material_426 -name=Aristarchus -model1=model_230 -model2=model_253 -model3=model_10984 -model4=model_9607 -model5=model_10979 -model6=model_10218 -model7=model_10982 -model8=model_8919 -head1=model_39799 -head2=model_39227 -unknown119=3 - -// 3128 -[npc_3128] -bas=bas_1079 -turnspeed=0 -vislevel=13 -multivar=varplayerbit_1560 -multinpc=0,npc_3129 -multinpc=10,npc_3129 -multinpc=20,npc_3129 -multinpc=30,npc_3129 -multinpc=40,npc_3129 -multinpc=50,npc_3130 -multinpc=60,npc_3130 -multinpc=65,npc_3130 -multinpc=70,npc_3130 -unknown119=1 - -// 3129 -[npc_3129] -bas=bas_1078 -vislevel=0 -size=2 -op2=Talk-to -turnspeed=0 -name=Boneguard -model1=model_10972 -head1=model_11016 -unknown119=1 - -// 3130 -[npc_3130] -vislevel=0 -size=2 -op1=Climb-over -turnspeed=0 -name=Pile of bones -model1=model_10874 -unknown119=1 - -// 3131 -[npc_3131] -bas=bas_252 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=32588 -recol2s=14724 -recol2d=32588 -recol3s=6144 -recol3d=32588 -recol4s=32701 -recol4d=32588 -recol5s=25098 -recol5d=32588 -recol6s=16704 -recol6d=32588 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Desert Spirit -model1=model_10375 -model2=model_246 -model3=model_292 -model4=model_3189 -model5=model_10833 -model6=model_256 -head1=model_39710 -unknown119=3 - -// 3132 -[npc_3132] -vislevel=0 -size=2 -minimap=no -turnspeed=0 -multivar=varplayerbit_1577 -multinpc=0,npc_3133 -unknown119=1 - -// 3133 -[npc_3133] -vislevel=0 -size=2 -turnspeed=0 -op2=Melt -minimap=no -name=Crust of ice -model1=model_10884 -unknown119=1 - -// 3134 -[npc_3134] -vislevel=0 -size=2 -minimap=no -turnspeed=0 -multivar=varplayerbit_1578 -multinpc=0,npc_3135 -unknown119=1 - -// 3135 -[npc_3135] -vislevel=0 -size=2 -turnspeed=0 -op2=Clear -minimap=no -recol1s=6371 -recol1d=24169 -recol2s=5314 -recol2d=22055 -recol3s=4257 -recol3d=20933 -recol4s=3200 -recol4d=18853 -recol5s=2144 -recol5d=15750 -recol6s=0 -recol6d=13636 -name=Furnace grate -model1=model_10996 -unknown119=1 - -// 3136 -[npc_3136] -vislevel=1 -multivar=varplayerbit_1605 -multinpc=0,npc_3137 -multinpc=1,npc_3138 -unknown119=3 - -// 3137 -[npc_3137] -bas=bas_4 -vislevel=0 -resizev=140 -op1=Talk-to -recol1s=2340 -recol1d=12320 -recol2s=14724 -recol2d=12320 -recol3s=5249 -recol3d=2115 -recol4s=32736 -recol4d=5120 -recol5s=8386 -recol5d=8194 -recol6s=15392 -recol6d=24640 -retex1s=material_359 -retex1d=material_252 -name=Enakhra -model1=model_383 -model2=model_10842 -model3=model_481 -model4=model_10839 -model5=model_10706 -model6=model_440 -head1=model_38587 -unknown119=3 - -// 3138 -[npc_3138] -bas=bas_4 -vislevel=0 -resizev=140 -recol1s=2340 -recol1d=12320 -recol2s=14724 -recol2d=12320 -recol3s=25098 -recol3d=28436 -recol4s=32736 -recol4d=5120 -recol5s=8386 -recol5d=8194 -recol6s=15392 -recol6d=24640 -retex1s=material_359 -retex1d=material_252 -name=Enakhra -model1=model_10841 -model2=model_10842 -model3=model_481 -model4=model_10839 -model5=model_10706 -model6=model_440 -model7=model_10843 -head1=model_10832 -unknown119=3 - -// 3139 -[npc_3139] -vislevel=1 -multivar=varplayerbit_1606 -multinpc=0,npc_3140 -multinpc=1,npc_3141 -multinpc=2,npc_3142 -unknown119=3 - -// 3140 -[npc_3140] -bas=bas_1078 -vislevel=0 -size=3 -op1=Talk-to -resizev=100 -retex1s=material_273 -retex1d=material_272 -retex2s=material_202 -retex2d=material_268 -retex3s=material_257 -retex3d=material_272 -name=Boneguard -model1=model_10971 -head1=model_11015 -unknown119=3 - -// 3141 -[npc_3141] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=12610 -recol1d=23872 -recol2s=14724 -recol2d=26048 -recol3s=2340 -recol3d=26048 -recol4s=6342 -recol4d=2081 -recol5s=21989 -recol5d=6309 -recol6s=16738 -recol6d=2081 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_268 -retex3d=material_250 -retex4s=material_272 -retex4d=material_273 -name=Akthanakos -model1=model_10834 -model2=model_10985 -model3=model_10979 -model4=model_10218 -model5=model_10982 -model6=model_8919 -head1=model_11017 -unknown119=3 - -// 3142 -[npc_3142] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=12610 -recol1d=23872 -recol2s=14724 -recol2d=26048 -recol3s=2340 -recol3d=26048 -recol4s=25098 -recol4d=25332 -recol5s=21989 -recol5d=6309 -recol6s=16738 -recol6d=2081 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_268 -retex3d=material_250 -retex4s=material_272 -retex4d=material_273 -name=Akthanakos -model1=model_10837 -model2=model_10985 -model3=model_10979 -model4=model_10218 -model5=model_10982 -model6=model_8919 -head1=model_10832 -unknown119=3 - -// 3143 -[npc_3143] -bas=bas_119 -vislevel=1 -multivar=varplayerbit_1604 -multinpc=0,npc_3147 -unknown119=3 - -// 3144 -[npc_3144] -bas=bas_119 -vislevel=1 -multivar=varplayerbit_1604 -multinpc=1,npc_3147 -unknown119=3 - -// 3145 -[npc_3145] -bas=bas_119 -vislevel=1 -multivar=varplayerbit_1604 -multinpc=2,npc_3147 -unknown119=3 - -// 3146 -[npc_3146] -bas=bas_119 -vislevel=1 -multivar=varplayerbit_1604 -multinpc=3,npc_3147 -unknown119=3 - -// 3147 -[npc_3147] -bas=bas_29 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=21989 -recol2s=15748 -recol2d=14791 -recol3s=14724 -recol3d=17961 -recol4s=12610 -recol4d=14791 -recol5s=2340 -recol5d=14791 -recol6s=16704 -recol6d=18919 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Lazim -model1=model_6848 -model2=model_246 -model3=model_292 -model4=model_10980 -model5=model_10218 -model6=model_534 -model7=model_265 -model8=model_8919 -model9=model_4391 -model10=model_9607 -head1=model_39744 -head2=model_39223 -unknown119=3 - -// 3148 -[npc_3148] -bas=bas_4 -vislevel=0 -resizev=140 -recol1s=25098 -recol1d=28437 -recol2s=14724 -recol2d=16878 -recol3s=2340 -recol3d=16878 -recol4s=6144 -recol4d=13707 -recol5s=7329 -recol5d=6308 -recol6s=9410 -recol6d=6308 -retex1s=material_359 -retex1d=material_252 -name=Enakhra -model1=model_383 -model2=model_10842 -model3=model_479 -model4=model_10839 -model5=model_10706 -model6=model_440 -model7=model_358 -head1=model_39018 -unknown119=1 - -// 3149 -[npc_3149] -bas=bas_4 -vislevel=0 -recol1s=14724 -recol1d=10536 -recol2s=2340 -recol2d=10536 -recol3s=25098 -recol3d=22163 -recol4s=6144 -recol4d=10536 -recol5s=10401 -recol5d=11593 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Akthanakos -model1=model_10835 -model2=model_292 -model3=model_170 -model4=model_10218 -model5=model_265 -model6=model_8919 -head1=model_11018 -unknown119=1 - -// 3150 -[npc_3150] -bas=bas_103 -vislevel=0 -recol1s=16846 -recol1d=16878 -recol2s=15789 -recol2d=14764 -recol3s=11561 -recol3d=12650 -recol4s=3171 -recol4d=7365 -recol5s=7298 -recol5d=7365 -recol6s=25098 -recol6d=16878 -name=Knight -model1=model_213 -model2=model_3379 -model3=model_10838 -model4=model_164 -model5=model_17520 -model6=model_10844 -model7=model_268 -model8=model_181 -head1=model_39810 -unknown119=1 - -// 3151 -[npc_3151] -bas=bas_71 -size=1 -vislevel=1 -name=Skeleton -model1=model_21168 -model2=model_21178 -model3=model_21161 -model4=model_21157 -model5=model_21182 -model6=model_21201 -model7=model_21188 -unknown119=1 - -// 3152 -[npc_3152] -bas=bas_118 -vislevel=1 -multivar=varplayerbit_1606 -multinpc=0,npc_3140 -multinpc=1,npc_3141 -multinpc=2,npc_3142 -unknown119=1 - -// 3153 -[npc_3153] -bas=bas_638 -size=1 -op2=Attack -vislevel=46 -name=Harpie Bug Swarm -model1=model_11075 -unknown119=3 - -// 3154 -[npc_3154] -vislevel=34 -size=2 -resizev=140 -resizev=140 -recol1s=25098 -recol1d=32499 -recol2s=14724 -recol2d=0 -recol3s=2340 -recol3d=0 -recol4s=8384 -recol4d=12353 -recol5s=7329 -recol5d=9216 -recol6s=7328 -recol6d=6144 -name=Count Draynor -model1=model_227 -model2=model_238 -model3=model_246 -model4=model_292 -model5=model_320 -model6=model_11107 -model7=model_256 -model8=model_181 -model9=model_317 -model10=model_11122 -unknown119=3 - -// 3155 -[npc_3155] -bas=bas_35 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=5285 -recol1d=2114 -retex1s=material_251 -retex1d=material_258 -retex2s=material_255 -retex2d=material_254 -retex3s=material_202 -retex3d=material_258 -retex4s=material_257 -retex4d=material_272 -name=Bill Teach -model1=model_28785 -model2=model_28792 -model3=model_28750 -model4=model_28758 -model5=model_28769 -model6=model_28810 -model7=model_28765 -head1=model_39767 -head2=model_39259 -unknown119=3 - -// 3156 -[npc_3156] -bas=bas_35 -vislevel=0 -op1=Talk-to -recol1s=5285 -recol1d=2114 -retex1s=material_251 -retex1d=material_258 -retex2s=material_255 -retex2d=material_254 -retex3s=material_202 -retex3d=material_258 -retex4s=material_257 -retex4d=material_272 -name=Bill Teach -model1=model_28785 -model2=model_28792 -model3=model_28750 -model4=model_28758 -model5=model_28769 -model6=model_28810 -model7=model_28765 -head1=model_39767 -head2=model_39259 -unknown119=1 - -// 3157 -[npc_3157] -bas=bas_35 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=5285 -recol1d=2114 -retex1s=material_251 -retex1d=material_258 -retex2s=material_255 -retex2d=material_254 -retex3s=material_202 -retex3d=material_258 -retex4s=material_257 -retex4d=material_272 -name=Bill Teach -model1=model_28785 -model2=model_28792 -model3=model_28750 -model4=model_28758 -model5=model_28769 -model6=model_28810 -model7=model_28765 -head1=model_39767 -head2=model_39259 -unknown119=3 - -// 3158 -[npc_3158] -bas=bas_35 -vislevel=0 -op1=Talk-to -op3=Return-Home -alwaysontop=yes -recol1s=5285 -recol1d=2114 -retex1s=material_251 -retex1d=material_258 -retex2s=material_255 -retex2d=material_254 -retex3s=material_202 -retex3d=material_258 -retex4s=material_257 -retex4d=material_272 -name=Bill Teach -model1=model_28785 -model2=model_28792 -model3=model_28750 -model4=model_28758 -model5=model_28769 -model6=model_28810 -model7=model_28765 -head1=model_39767 -head2=model_39259 -unknown119=3 - -// 3159 -[npc_3159] -bas=bas_35 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=5285 -recol1d=2114 -retex1s=material_251 -retex1d=material_258 -retex2s=material_255 -retex2d=material_254 -retex3s=material_202 -retex3d=material_258 -retex4s=material_257 -retex4d=material_272 -name=Bill Teach -model1=model_28785 -model2=model_28792 -model3=model_28750 -model4=model_28758 -model5=model_28769 -model6=model_28810 -model7=model_28765 -head1=model_39767 -head2=model_39259 -unknown119=3 - -// 3160 -[npc_3160] -bas=bas_35 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=5285 -recol1d=2114 -retex1s=material_251 -retex1d=material_258 -retex2s=material_255 -retex2d=material_254 -retex3s=material_202 -retex3d=material_258 -retex4s=material_257 -retex4d=material_272 -name=Bill Teach -model1=model_28785 -model2=model_28792 -model3=model_28750 -model4=model_28758 -model5=model_28769 -model6=model_28810 -model7=model_28765 -head1=model_39767 -head2=model_39259 -unknown119=3 - -// 3161 -[npc_3161] -bas=bas_40 -vislevel=0 -op1=Talk-to -op3=Trade -name=Charley -model1=model_28814 -head1=model_39676 -unknown119=3 - -// 3162 -[npc_3162] -bas=bas_35 -vislevel=0 -op1=Talk-to -op3=Trade -name=Smith -model1=model_28787 -model2=model_28800 -model3=model_28754 -model4=model_28758 -model5=model_28768 -model6=model_28807 -model7=model_28763 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 3163 -[npc_3163] -bas=bas_35 -vislevel=0 -op1=Talk-to -op3=Trade -name=Joe -model1=model_28780 -model2=model_28803 -model3=model_28754 -model4=model_28850 -model5=model_28776 -model6=model_28807 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 3164 -[npc_3164] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=25098 -recol1d=11488 -recol2s=14724 -recol2d=6144 -recol3s=15856 -recol3d=26400 -recol4s=6273 -recol4d=1057 -name=Mama -model1=model_378 -model2=model_8786 -model3=model_8846 -model4=model_353 -model5=model_11119 -model6=model_358 -head1=model_39123 -unknown119=3 - -// 3165 -[npc_3165] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=11488 -recol2s=14724 -recol2d=6144 -recol3s=15856 -recol3d=26400 -recol4s=6273 -recol4d=1057 -retex1s=material_359 -retex1d=material_252 -name=Mama -model1=model_378 -model2=model_8786 -model3=model_8846 -model4=model_353 -model5=model_11119 -model6=model_358 -head1=model_39123 -unknown119=1 - -// 3166 -[npc_3166] -bas=bas_35 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=5286 -recol1d=6342 -recol2s=7400 -recol2d=7399 -name=Mike -model1=model_28790 -model2=model_28799 -model3=model_28749 -model4=model_28758 -model5=model_28772 -model6=model_28810 -model7=model_28765 -head1=model_39941 -head2=model_38097 -head3=model_39482 -unknown119=3 - -// 3167 -[npc_3167] -bas=bas_35 -vislevel=0 -op1=Talk-to -retex1s=material_202 -retex1d=material_258 -name=Pirate -model1=model_28784 -model2=model_28801 -model3=model_28748 -model4=model_28758 -model5=model_28775 -model6=model_28810 -model7=model_28765 -head1=model_39800 -head2=model_39224 -unknown119=3 - -// 3168 -[npc_3168] -bas=bas_35 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=14629 -name=Pirate -model1=model_28782 -model2=model_28793 -model3=model_28751 -model4=model_28758 -model5=model_28770 -model6=model_28805 -model7=model_28765 -head1=model_39941 -head2=model_39399 -head3=model_39240 -unknown119=3 - -// 3169 -[npc_3169] -bas=bas_35 -vislevel=0 -op1=Talk-to -name=Pirate -model1=model_28787 -model2=model_28800 -model3=model_28754 -model4=model_28758 -model5=model_28768 -model6=model_28807 -model7=model_28765 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 3170 -[npc_3170] -bas=bas_35 -vislevel=0 -op1=Talk-to -retex1s=material_202 -retex1d=material_250 -name=Pirate -model1=model_28778 -model2=model_28791 -model3=model_28755 -model4=model_28758 -model5=model_28766 -model6=model_28804 -model7=model_28765 -head1=model_39696 -head2=model_39553 -unknown119=3 - -// 3171 -[npc_3171] -bas=bas_35 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=14629 -retex1s=material_272 -retex1d=material_268 -name=Pirate -model1=model_28788 -model2=model_28798 -model3=model_28753 -model4=model_28758 -model5=model_28767 -model6=model_28809 -model7=model_28765 -head1=model_40041 -head2=model_39415 -unknown119=3 - -// 3172 -[npc_3172] -bas=bas_40 -vislevel=0 -op1=Talk-to -retex1s=material_202 -retex1d=material_250 -retex2s=material_262 -retex2d=material_250 -retex3s=material_257 -retex3d=material_273 -name=Pirate -model1=model_28786 -model2=model_28802 -model3=model_28749 -model4=model_28758 -model5=model_28773 -model6=model_28808 -model7=model_28765 -head1=model_39941 -head2=model_38097 -head3=model_39482 -unknown119=3 - -// 3173 -[npc_3173] -bas=bas_35 -vislevel=0 -op1=Talk-to -name=Pirate -model1=model_28841 -model2=model_28844 -model3=model_28822 -model4=model_28828 -model5=model_28835 -model6=model_28848 -head1=model_39115 -unknown119=3 - -// 3174 -[npc_3174] -bas=bas_35 -vislevel=0 -op1=Talk-to -name=Pirate -model1=model_28838 -model2=model_28842 -model3=model_28824 -model4=model_28826 -model5=model_28837 -model6=model_28846 -head1=model_39111 -unknown119=3 - -// 3175 -[npc_3175] -bas=bas_35 -vislevel=0 -op1=Talk-to -retex1s=material_256 -retex1d=material_262 -name=Pirate -model1=model_28779 -model2=model_28795 -model3=model_28755 -model4=model_28756 -model5=model_28768 -model6=model_28807 -head1=model_39696 -head2=model_39553 -unknown119=3 - -// 3176 -[npc_3176] -bas=bas_35 -vislevel=0 -op1=Talk-to -recol1s=11363 -recol1d=6404 -recol2s=13477 -recol2d=5347 -name=Pirate -model1=model_28779 -model2=model_28795 -model3=model_28754 -model4=model_28756 -model5=model_28776 -model6=model_28807 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 3177 -[npc_3177] -bas=bas_35 -vislevel=0 -op1=Talk-to -retex1s=material_251 -retex1d=material_272 -name=Pirate -model1=model_28784 -model2=model_28801 -model3=model_28748 -model4=model_28758 -model5=model_28775 -model6=model_28810 -model7=model_28763 -head1=model_39224 -head2=model_39800 -unknown119=3 - -// 3178 -[npc_3178] -bas=bas_35 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=14629 -name=Pirate -model1=model_28782 -model2=model_28793 -model3=model_28751 -model4=model_28756 -model5=model_28770 -model6=model_28805 -head1=model_39941 -head2=model_39399 -head3=model_39240 -unknown119=3 - -// 3179 -[npc_3179] -bas=bas_35 -vislevel=0 -op1=Talk-to -retex1s=material_359 -retex1d=material_313 -name=Pirate -model1=model_28787 -model2=model_28800 -model3=model_28754 -model4=model_28758 -model5=model_28768 -model6=model_28807 -model7=model_28762 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 3180 -[npc_3180] -bas=bas_35 -vislevel=0 -op1=Talk-to -name=Pirate -model1=model_28778 -model2=model_28791 -model3=model_28755 -model4=model_28758 -model5=model_28766 -model6=model_28804 -model7=model_28764 -head1=model_39696 -head2=model_39553 -unknown119=3 - -// 3181 -[npc_3181] -bas=bas_35 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=14629 -name=Pirate -model1=model_28788 -model2=model_28798 -model3=model_28753 -model4=model_28758 -model5=model_28767 -model6=model_28809 -model7=model_28762 -head1=model_40041 -head2=model_39415 -unknown119=3 - -// 3182 -[npc_3182] -bas=bas_40 -vislevel=0 -op1=Talk-to -retex1s=material_257 -retex1d=material_527 -name=Pirate -model1=model_28786 -model2=model_28802 -model3=model_28749 -model4=model_28758 -model5=model_28773 -model6=model_28808 -model7=model_28759 -head1=model_39941 -head2=model_38097 -head3=model_39482 -unknown119=3 - -// 3183 -[npc_3183] -bas=bas_35 -vislevel=0 -op1=Talk-to -name=Pirate -model1=model_28841 -model2=model_28844 -model3=model_28822 -model4=model_28828 -model5=model_28835 -model6=model_28848 -model7=model_28830 -head1=model_39115 -unknown119=3 - -// 3184 -[npc_3184] -bas=bas_35 -vislevel=0 -op1=Talk-to -retex1s=material_251 -retex1d=material_272 -name=Pirate -model1=model_28838 -model2=model_28842 -model3=model_28824 -model4=model_28826 -model5=model_28837 -model6=model_28846 -model7=model_28829 -head1=model_39115 -unknown119=3 - -// 3185 -[npc_3185] -bas=bas_35 -vislevel=0 -op1=Talk-to -retex1s=material_359 -retex1d=material_257 -name=Pirate -model1=model_28779 -model2=model_28795 -model3=model_28755 -model4=model_28756 -model5=model_28768 -model6=model_28807 -head1=model_39696 -head2=model_39553 -unknown119=3 - -// 3186 -[npc_3186] -bas=bas_35 -vislevel=0 -op1=Talk-to -recol1s=11363 -recol1d=6404 -recol2s=13477 -recol2d=5347 -retex1s=material_255 -retex1d=material_272 -name=Pirate -model1=model_28779 -model2=model_28795 -model3=model_28754 -model4=model_28756 -model5=model_28776 -model6=model_28807 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 3187 -[npc_3187] -bas=bas_35 -op1=Talk-to -op2=Attack -vislevel=57 -recol1s=21102 -recol1d=10339 -recol2s=22161 -recol2d=9282 -recol3s=17934 -recol3d=11591 -recol4s=15820 -recol4d=10534 -name=Pirate -model1=model_28784 -model2=model_28801 -model3=model_28748 -model4=model_28758 -model5=model_28775 -model6=model_28810 -model7=model_28763 -head1=model_39224 -head2=model_39800 -unknown119=3 - -// 3188 -[npc_3188] -bas=bas_35 -op1=Talk-to -op2=Attack -vislevel=57 -recol1s=25098 -recol1d=14629 -recol2s=5353 -recol2d=10339 -recol3s=10638 -recol3d=12453 -recol4s=6410 -recol4d=9282 -recol5s=9581 -recol5d=10339 -recol6s=7467 -recol6d=8225 -name=Pirate -model1=model_28782 -model2=model_28793 -model3=model_28751 -model4=model_28756 -model5=model_28770 -model6=model_28805 -head1=model_39941 -head2=model_39399 -head3=model_39240 -unknown119=3 - -// 3189 -[npc_3189] -bas=bas_35 -op1=Talk-to -op2=Attack -vislevel=57 -recol1s=19984 -recol1d=10339 -recol2s=17870 -recol2d=8225 -recol3s=10336 -recol3d=10534 -recol4s=11393 -recol4d=9477 -recol5s=12450 -recol5d=8420 -recol6s=9280 -recol6d=7363 -name=Pirate -model1=model_28787 -model2=model_28800 -model3=model_28754 -model4=model_28758 -model5=model_28768 -model6=model_28807 -model7=model_28762 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 3190 -[npc_3190] -bas=bas_35 -op1=Talk-to -op2=Attack -vislevel=57 -recol1s=21102 -recol1d=10306 -recol2s=22161 -recol2d=12420 -recol3s=12716 -recol3d=7363 -recol4s=13773 -recol4d=8420 -recol5s=14830 -recol5d=9477 -retex1s=material_251 -retex1d=material_268 -name=Pirate -model1=model_28778 -model2=model_28791 -model3=model_28755 -model4=model_28758 -model5=model_28766 -model6=model_28804 -model7=model_28764 -head1=model_39696 -head2=model_39553 -unknown119=3 - -// 3191 -[npc_3191] -bas=bas_35 -op1=Talk-to -op2=Attack -vislevel=57 -recol1s=25098 -recol1d=14629 -recol2s=22161 -recol2d=11363 -recol3s=21102 -recol3d=9249 -name=Pirate -model1=model_28788 -model2=model_28798 -model3=model_28753 -model4=model_28758 -model5=model_28767 -model6=model_28809 -model7=model_28762 -head1=model_40041 -head2=model_39415 -unknown119=3 - -// 3192 -[npc_3192] -bas=bas_40 -op1=Talk-to -op2=Attack -vislevel=57 -recol1s=12682 -recol1d=10306 -recol2s=7398 -recol2d=9249 -recol3s=9512 -recol3d=11363 -recol4s=22161 -recol4d=9477 -recol5s=24275 -recol5d=10534 -recol6s=21102 -recol6d=8420 -retex1s=material_202 -retex1d=material_264 -name=Pirate -model1=model_28786 -model2=model_28802 -model3=model_28749 -model4=model_28758 -model5=model_28773 -model6=model_28808 -model7=model_28759 -head1=model_39941 -head2=model_38097 -head3=model_39482 -unknown119=3 - -// 3193 -[npc_3193] -bas=bas_35 -op1=Talk-to -op2=Attack -vislevel=57 -recol1s=13737 -recol1d=8420 -recol2s=16906 -recol2d=9477 -name=Pirate -model1=model_28841 -model2=model_28844 -model3=model_28822 -model4=model_28828 -model5=model_28835 -model6=model_28848 -model7=model_28830 -head1=model_39115 -unknown119=3 - -// 3194 -[npc_3194] -bas=bas_35 -op1=Talk-to -op2=Attack -vislevel=57 -recol1s=5381 -recol1d=10306 -recol2s=3267 -recol2d=9249 -recol3s=4324 -recol3d=8192 -recol4s=28502 -recol4d=9477 -recol5s=12710 -recol5d=9477 -recol6s=14824 -recol6d=10534 -name=Pirate -model1=model_28838 -model2=model_28842 -model3=model_28824 -model4=model_28826 -model5=model_28837 -model6=model_28846 -model7=model_28829 -head1=model_39115 -unknown119=3 - -// 3195 -[npc_3195] -bas=bas_35 -op1=Talk-to -op2=Attack -vislevel=57 -recol1s=13477 -recol1d=10306 -recol2s=11363 -recol2d=8192 -recol3s=11393 -recol3d=9477 -recol4s=12450 -recol4d=8420 -recol5s=10336 -recol5d=7363 -recol6s=9280 -recol6d=6306 -retex1s=material_272 -retex1d=material_254 -retex2s=material_359 -retex2d=material_273 -name=Pirate -model1=model_28779 -model2=model_28795 -model3=model_28755 -model4=model_28756 -model5=model_28768 -model6=model_28807 -head1=model_39696 -head2=model_39553 -unknown119=3 - -// 3196 -[npc_3196] -bas=bas_35 -op1=Talk-to -op2=Attack -vislevel=57 -name=Pirate -model1=model_28819 -head1=model_39802 -head2=model_39337 -head3=model_39230 -unknown119=3 - -// 3197 -[npc_3197] -bas=bas_83 -size=1 -ambient=20 -vislevel=0 -minimap=no -name=Gull -model1=model_26841 -unknown119=7 - -// 3198 -[npc_3198] -bas=bas_92 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=15852 -recol2s=14724 -recol2d=11626 -recol3s=8384 -recol3d=8455 -name=Banker -model1=model_215 -model2=model_236 -model3=model_246 -model4=model_292 -model5=model_320 -model6=model_10301 -model7=model_10218 -model8=model_254 -model9=model_181 -head1=model_39836 -head2=model_39223 -head3=model_39307 -unknown119=3 - -// 3199 -[npc_3199] -bas=bas_92 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=15852 -recol2s=14724 -recol2d=11626 -recol3s=8384 -recol3d=8455 -name=Banker -model1=model_215 -model2=model_193 -model3=model_246 -model4=model_292 -model5=model_320 -model6=model_10301 -model7=model_10218 -model8=model_254 -model9=model_181 -head1=model_39836 -head2=model_39223 -head3=model_39470 -unknown119=3 - -// 3200 -[npc_3200] -bas=bas_392 -size=3 -op2=Attack -vislevel=305 -name=Chaos Elemental -model1=model_11216 -unknown119=3 - -// 3201 -[npc_3201] -bas=bas_633 -size=1 -turnspeed=900 -op2=Attack -vislevel=55 -name=Killerwatt -model1=model_11264 -unknown119=3 - -// 3202 -[npc_3202] -bas=bas_632 -size=1 -vislevel=55 -turnspeed=900 -op2=Attack -name=Killerwatt -model1=model_11263 -unknown119=3 - -// 3203 -[npc_3203] -bas=bas_36 -vislevel=0 -size=3 -resizev=128 -resizeh=256 -alwaysontop=yes -minimap=no -name=Storm Cloud -model1=model_11265 -unknown119=3 - -// 3204 -[npc_3204] -bas=bas_626 -vislevel=0 -minimap=no -name=Storm Cloud -model1=model_11266 -unknown119=3 - -// 3205 -[npc_3205] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=2340 -recol1d=24169 -recol2s=32735 -recol2d=23216 -recol3s=12677 -recol3d=17797 -recol4s=14731 -recol4d=9510 -recol5s=15788 -recol5d=17858 -recol6s=16845 -recol6d=15684 -name=Romily Weaklax -model1=model_198 -model2=model_217 -model3=model_250 -model4=model_302 -model5=model_3707 -model6=model_162 -model7=model_176 -model8=model_274 -model9=model_8919 -head1=model_39686 -head2=model_39444 -head3=model_38642 -unknown119=3 - -// 3206 -[npc_3206] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=30560 -recol1d=9345 -recol2s=2340 -recol2d=13539 -recol3s=6273 -recol3d=4161 -recol4s=14724 -recol4d=13539 -recol5s=10401 -recol5d=6274 -name=Priest -model1=model_230 -model2=model_244 -model3=model_246 -model4=model_284 -model5=model_292 -model6=model_9607 -model7=model_170 -model8=model_10218 -model9=model_265 -model10=model_8919 -head1=model_63 -head2=model_77 -unknown119=3 - -// 3207 -[npc_3207] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=30560 -recol1d=9345 -recol2s=2340 -recol2d=13539 -recol3s=6273 -recol3d=4161 -recol4s=14724 -recol4d=13539 -recol5s=10401 -recol5d=6274 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -name=Pious Pete -model1=model_230 -model2=model_244 -model3=model_246 -model4=model_284 -model5=model_292 -model6=model_9607 -model7=model_170 -model8=model_10218 -model9=model_265 -model10=model_8919 -head1=model_39630 -head2=model_39312 -unknown119=1 - -// 3208 -[npc_3208] -bas=bas_686 -vislevel=0 -turnspeed=0 -minimap=no -name=Taper -model1=model_11313 -unknown119=5 - -// 3209 -[npc_3209] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=14930 -recol2s=2340 -recol2d=17104 -recol3s=6273 -recol3d=8355 -recol4s=15856 -recol4d=25098 -recol5s=11561 -recol5d=32120 -name=Elena -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_10706 -model5=model_440 -model6=model_445 -head1=model_39066 -unknown119=3 - -// 3210 -[npc_3210] -bas=bas_841 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=21235 -recol2s=2340 -recol2d=18163 -recol3s=7328 -recol3d=28665 -recol4s=15392 -recol4d=29689 -recol5s=9408 -recol5d=9705 -recol6s=32736 -recol6d=2209 -name=Alrena -model1=model_390 -model2=model_361 -model3=model_469 -model4=model_348 -model5=model_353 -model6=model_421 -model7=model_481 -model8=model_447 -model9=model_11433 -head1=model_39066 -modeloffset8=-3,-11,6 -unknown119=3 - -// 3211 -[npc_3211] -bas=bas_843 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=21235 -recol2s=2340 -recol2d=18163 -recol3s=7328 -recol3d=28665 -recol4s=15392 -recol4d=29689 -recol5s=9408 -recol5d=9705 -recol6s=32736 -recol6d=2209 -name=Alrena -model1=model_390 -model2=model_361 -model3=model_469 -model4=model_348 -model5=model_353 -model6=model_421 -model7=model_481 -model8=model_447 -model9=model_11434 -head1=model_39066 -modeloffset8=3,-11,6 -unknown119=3 - -// 3212 -[npc_3212] -bas=bas_842 -vislevel=0 -size=1 -op1=Talk-to -recol1s=2340 -recol1d=25197 -recol2s=14724 -recol2d=28367 -recol3s=15856 -recol3d=25098 -name=Bravek -model1=model_206 -model2=model_299 -model3=model_32592 -model4=model_274 -model5=model_185 -model6=model_323 -model7=model_252 -model8=model_10218 -model9=model_11432 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 3213 -[npc_3213] -bas=bas_29 -vislevel=0 -size=1 -multivar=varplayerbit_1783 -multinpc=0,npc_714 -unknown119=3 - -// 3214 -[npc_3214] -bas=bas_29 -vislevel=0 -size=1 -multivar=varplayerbit_1783 -multinpc=1,npc_714 -unknown119=3 - -// 3215 -[npc_3215] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=14930 -recol2s=2340 -recol2d=17104 -recol3s=6273 -recol3d=8355 -recol4s=15856 -recol4d=25098 -name=Elena -model1=model_390 -model2=model_474 -model3=model_347 -model4=model_10706 -model5=model_438 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 3216 -[npc_3216] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=15392 -recol1d=1058 -recol2s=14724 -recol2d=11489 -recol3s=16846 -recol3d=1058 -recol4s=32736 -recol4d=1058 -recol5s=13600 -recol5d=2114 -name=Mourner -model1=model_212 -model2=model_295 -model3=model_150 -model4=model_273 -model5=model_323 -model6=model_499 -head1=model_39136 -unknown119=3 - -// 3217 -[npc_3217] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=3171 -recol3s=14724 -recol3d=27263 -name=Kaylee -model1=model_378 -model2=model_467 -model3=model_11787 -model4=model_332 -model5=model_10706 -model6=model_419 -model7=model_358 -head1=model_39090 -unknown119=3 - -// 3218 -[npc_3218] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=3171 -recol3s=14724 -recol3d=32755 -name=Tina -model1=model_378 -model2=model_467 -model3=model_11787 -model4=model_332 -model5=model_10706 -model6=model_419 -model7=model_358 -head1=model_39090 -unknown119=3 - -// 3219 -[npc_3219] -bas=bas_2 -size=1 -op2=Attack -vislevel=11 -recol1s=32736 -recol1d=8358 -name=Dwarf -model1=model_2970 -model2=model_2982 -model3=model_2983 -model4=model_7067 -model5=model_2990 -model6=model_2979 -model7=model_2991 -model8=model_2988 -unknown119=3 - -// 3220 -[npc_3220] -bas=bas_2 -size=1 -op2=Attack -vislevel=11 -recol1s=25098 -recol1d=19813 -recol2s=10434 -recol2d=23908 -recol3s=7296 -recol3d=6276 -recol4s=12549 -recol4d=6276 -name=Dwarf -model1=model_2970 -model2=model_11816 -model3=model_2979 -model4=model_7050 -model5=model_10326 -model6=model_2993 -model7=model_2986 -model8=model_2991 -unknown119=3 - -// 3221 -[npc_3221] -bas=bas_2 -size=1 -op2=Attack -vislevel=10 -recol1s=11628 -recol1d=22263 -retex1s=material_218 -retex1d=material_294 -name=Dwarf -model1=model_2970 -model2=model_2980 -model3=model_2977 -model4=model_10325 -model5=model_2985 -model6=model_2990 -model7=model_7070 -model8=model_2991 -unknown119=3 - -// 3222 -[npc_3222] -bas=bas_52 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=3 -recol1s=2340 -recol1d=4294 -recol2s=14724 -recol2d=4226 -recol3s=7298 -recol3d=6144 -recol4s=14724 -recol4d=1090 -retex1s=material_256 -retex1d=material_202 -retex2s=material_359 -retex2d=material_202 -name=Drunken man -model1=model_215 -model2=model_246 -model3=model_11811 -model4=model_40158 -model5=model_10218 -model6=model_254 -model7=model_185 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 3223 -[npc_3223] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=2340 -recol1d=6344 -recol2s=14724 -recol2d=15896 -recol3s=31711 -recol3d=10467 -recol4s=6273 -recol4d=10467 -recol5s=4192 -recol5d=7298 -recol6s=12677 -recol6d=15896 -name=Man -model1=model_217 -model2=model_6087 -model3=model_299 -model4=model_170 -model5=model_10218 -model6=model_263 -model7=model_185 -model8=model_330 -model9=model_198 -head1=model_39686 -head2=model_38096 -head3=model_39444 -unknown119=3 - -// 3224 -[npc_3224] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=14724 -recol1d=14534 -recol2s=2340 -recol2d=8354 -recol3s=6354 -recol3d=19463 -retex1s=material_202 -retex1d=material_262 -retex2s=material_257 -retex2d=material_527 -name=Man -model1=model_6848 -model2=model_253 -model3=model_8970 -model4=model_9450 -model5=model_10218 -model6=model_267 -model7=model_181 -model8=model_194 -head1=model_39812 -head2=model_39280 -head3=model_39481 -unknown119=3 - -// 3225 -[npc_3225] -bas=bas_53 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=14724 -recol1d=12619 -recol2s=2340 -recol2d=10535 -name=Man -model1=model_217 -model2=model_247 -model3=model_292 -model4=model_3707 -model5=model_162 -model6=model_10218 -model7=model_320 -model8=model_254 -model9=model_181 -head1=model_39859 -head2=model_39256 -unknown119=3 - -// 3226 -[npc_3226] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=2340 -recol1d=2312 -recol2s=14724 -recol2d=32403 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=27008 -retex1s=material_228 -retex1d=material_426 -name=Woman -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_10706 -model5=model_421 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 3227 -[npc_3227] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=14724 -recol1d=27447 -recol2s=6273 -recol2d=27268 -recol3s=4549 -recol3d=11297 -recol4s=2340 -recol4d=11297 -recol5s=3296 -recol5d=11297 -recol6s=6464 -recol6d=11297 -retex1s=material_228 -retex1d=material_426 -name=Woman -model1=model_391 -model2=model_470 -model3=model_343 -model4=model_10706 -model5=model_429 -model6=model_4930 -model7=model_414 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 3228 -[npc_3228] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=21 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_248 -model3=model_294 -model4=model_10374 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_519 -model9=model_541 -unknown119=3 - -// 3229 -[npc_3229] -bas=bas_51 -size=1 -op2=Attack -op3=Pickpocket -vislevel=22 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -retex1s=material_253 -retex1d=material_257 -name=Guard -model1=model_233 -model2=model_249 -model3=model_294 -model4=model_10374 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_16846 -unknown119=3 - -// 3230 -[npc_3230] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=19 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -retex1s=material_253 -retex1d=material_257 -name=Guard -model1=model_233 -model2=model_247 -model3=model_294 -model4=model_10374 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_550 -model9=model_541 -unknown119=3 - -// 3231 -[npc_3231] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=22 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_250 -model3=model_9458 -model4=model_9450 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_563 -unknown119=3 - -// 3232 -[npc_3232] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=22 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_247 -model3=model_9458 -model4=model_9450 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_563 -unknown119=3 - -// 3233 -[npc_3233] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -vislevel=22 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Guard -model1=model_233 -model2=model_253 -model3=model_9458 -model4=model_9450 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_563 -unknown119=3 - -// 3234 -[npc_3234] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=3 -recol1s=14724 -recol1d=7522 -recol2s=2340 -recol2d=2215 -recol3s=32701 -recol3d=24106 -name=Gardener -model1=model_230 -model2=model_251 -model3=model_292 -model4=model_4391 -model5=model_170 -model6=model_179 -model7=model_254 -model8=model_183 -model9=model_495 -model10=model_4843 -model11=model_11812 -head1=model_39799 -head2=model_38096 -head3=model_39547 -unknown119=3 - -// 3235 -[npc_3235] -bas=bas_54 -vislevel=0 -resizev=131 -contrast=10 -ambient=10 -op1=Talk-to -recol1s=2340 -recol1d=9477 -recol2s=32735 -recol2d=22162 -recol3s=14724 -recol3d=15754 -recol4s=18464 -recol4d=11563 -recol5s=6273 -recol5d=10468 -name=Apprentice workman -model1=model_217 -model2=model_246 -model3=model_305 -model4=model_10723 -model5=model_151 -model6=model_176 -model7=model_271 -model8=model_181 -model9=model_491 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 3236 -[npc_3236] -bas=bas_54 -vislevel=0 -contrast=10 -ambient=10 -op1=Talk-to -recol1s=2340 -recol1d=9477 -recol2s=32735 -recol2d=22162 -recol3s=14724 -recol3d=15818 -recol4s=18464 -recol4d=11559 -name=Workman -model1=model_6848 -model2=model_248 -model3=model_302 -model4=model_163 -model5=model_10218 -model6=model_491 -model7=model_263 -model8=model_185 -head1=model_39744 -head2=model_39275 -unknown119=3 - -// 3237 -[npc_3237] -bas=bas_4 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=3 -recol1s=2340 -recol1d=2213 -recol2s=14724 -recol2d=8387 -recol3s=6273 -recol3d=17959 -retex1s=material_228 -retex1d=material_426 -name=Cuffs -model1=model_217 -model2=model_246 -model3=model_11760 -model4=model_162 -model5=model_10218 -model6=model_274 -model7=model_181 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 3238 -[npc_3238] -bas=bas_4 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recol1s=2340 -recol1d=9442 -recol2s=14724 -recol2d=6144 -recol3s=6273 -recol3d=17959 -recol4s=12610 -recol4d=9216 -name=Narf -model1=model_208 -model2=model_246 -model3=model_292 -model4=model_3707 -model5=model_10980 -model6=model_10218 -model7=model_275 -model8=model_181 -head1=model_38588 -head2=model_39245 -unknown119=3 - -// 3239 -[npc_3239] -bas=bas_4 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recol1s=14724 -recol1d=192 -recol2s=2340 -recol2d=4192 -recol3s=7329 -recol3d=13606 -recol4s=6273 -recol4d=0 -name=Rusty -model1=model_217 -model2=model_249 -model3=model_292 -model4=model_317 -model5=model_170 -model6=model_10218 -model7=model_254 -model8=model_185 -head1=model_39859 -head2=model_39254 -unknown119=3 - -// 3240 -[npc_3240] -bas=bas_4 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recol1s=14724 -recol1d=8355 -recol2s=2340 -recol2d=11490 -recol3s=7298 -recol3d=4128 -name=Jeff -model1=model_226 -model2=model_246 -model3=model_292 -model4=model_163 -model5=model_10218 -model6=model_11339 -model7=model_181 -head1=model_39813 -unknown119=3 - -// 3241 -[npc_3241] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=19 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -retex1s=material_253 -retex1d=material_202 -name=Guard -model1=model_233 -model2=model_247 -model3=model_294 -model4=model_10374 -model5=model_176 -model6=model_254 -model7=model_185 -model8=model_550 -model9=model_541 -head1=model_39994 -head2=model_39256 -unknown119=3 - -// 3242 -[npc_3242] -bas=bas_4 -op2=Attack -vislevel=23 -recol1s=2340 -recol1d=2081 -recol2s=14724 -recol2d=2081 -recol3s=6273 -recol3d=28407 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Dark wizard -model1=model_208 -model2=model_251 -model3=model_292 -model4=model_11766 -model5=model_11809 -model6=model_10218 -model7=model_256 -model8=model_181 -model9=model_11767 -unknown119=3 - -// 3243 -[npc_3243] -bas=bas_4 -op2=Attack -vislevel=22 -recol1s=2340 -recol1d=2081 -recol2s=14724 -recol2d=2081 -recol3s=6273 -recol3d=28407 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Dark wizard -model1=model_208 -model2=model_250 -model3=model_292 -model4=model_11766 -model5=model_11809 -model6=model_10218 -model7=model_256 -model8=model_181 -model9=model_11767 -unknown119=3 - -// 3244 -[npc_3244] -bas=bas_4 -op2=Attack -vislevel=11 -recol1s=2340 -recol1d=2081 -recol2s=14724 -recol2d=2081 -recol3s=6273 -recol3d=4226 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_268 -retex3d=material_253 -retex4s=material_272 -retex4d=material_252 -retex5s=material_258 -retex5d=material_253 -retex6s=material_254 -retex6d=material_252 -name=Dark wizard -model1=model_208 -model2=model_246 -model3=model_292 -model4=model_11766 -model5=model_11809 -model6=model_10218 -model7=model_256 -model8=model_181 -model9=model_11767 -unknown119=3 - -// 3245 -[npc_3245] -bas=bas_4 -op2=Attack -vislevel=11 -recol1s=2340 -recol1d=2081 -recol2s=14724 -recol2d=2081 -recol3s=6273 -recol3d=4226 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_268 -name=Dark wizard -model1=model_208 -model2=model_249 -model3=model_292 -model4=model_11766 -model5=model_11809 -model6=model_10218 -model7=model_256 -model8=model_181 -model9=model_11767 -unknown119=3 - -// 3246 -[npc_3246] -bas=bas_102 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=17 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11739 -model2=model_214 -model3=model_11747 -model4=model_252 -model5=model_11758 -model6=model_11762 -model7=model_11727 -model8=model_11732 -model9=model_11753 -model10=model_11733 -model11=model_11764 -model12=model_11788 -head1=model_39895 -head2=model_38097 -head3=model_39410 -unknown119=3 - -// 3247 -[npc_3247] -bas=bas_103 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=10 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11738 -model2=model_214 -model3=model_11747 -model4=model_251 -model5=model_11758 -model6=model_11728 -model7=model_11731 -model8=model_11754 -model9=model_11733 -model10=model_11763 -model11=model_11793 -head1=model_39581 -head2=model_38096 -head3=model_39467 -unknown119=3 - -// 3248 -[npc_3248] -bas=bas_102 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=17 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11739 -model2=model_214 -model3=model_251 -model4=model_11758 -model5=model_11764 -model6=model_11727 -model7=model_11731 -model8=model_11788 -model9=model_11756 -model10=model_11734 -model11=model_11762 -head1=model_39582 -head2=model_38096 -head3=model_39410 -unknown119=3 - -// 3249 -[npc_3249] -bas=bas_103 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=17 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11739 -model2=model_214 -model3=model_251 -model4=model_11758 -model5=model_11764 -model6=model_11727 -model7=model_11731 -model8=model_11756 -model9=model_11734 -model10=model_11762 -model11=model_11792 -head1=model_39582 -head2=model_38096 -head3=model_39410 -unknown119=3 - -// 3250 -[npc_3250] -bas=bas_102 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=10 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11738 -model2=model_214 -model3=model_11747 -model4=model_249 -model5=model_11759 -model6=model_11727 -model7=model_11732 -model8=model_11810 -model9=model_11736 -model10=model_11764 -model11=model_11788 -head1=model_39895 -head2=model_39254 -head3=model_39467 -unknown119=3 - -// 3251 -[npc_3251] -bas=bas_103 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=10 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11737 -model2=model_214 -model3=model_11747 -model4=model_249 -model5=model_11759 -model6=model_11729 -model7=model_11731 -model8=model_11810 -model9=model_11736 -model10=model_11793 -head1=model_39895 -head2=model_39254 -head3=model_39539 -unknown119=3 - -// 3252 -[npc_3252] -bas=bas_102 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=10 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11737 -model2=model_214 -model3=model_11746 -model4=model_249 -model5=model_11758 -model6=model_11763 -model7=model_11729 -model8=model_11731 -model9=model_11754 -model10=model_11733 -model11=model_11788 -head1=model_39856 -head2=model_39254 -head3=model_39539 -unknown119=3 - -// 3253 -[npc_3253] -bas=bas_103 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=17 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11739 -model2=model_214 -model3=model_11746 -model4=model_249 -model5=model_11758 -model6=model_11762 -model7=model_11729 -model8=model_11731 -model9=model_11810 -model10=model_11736 -model11=model_11789 -head1=model_39856 -head2=model_39254 -head3=model_39467 -unknown119=3 - -// 3254 -[npc_3254] -bas=bas_4 -resizeh=137 -vislevel=0 -op1=Talk-to -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Hunding -model1=model_11739 -model2=model_214 -model3=model_11746 -model4=model_252 -model5=model_11759 -model6=model_11764 -model7=model_11727 -model8=model_11732 -model9=model_11790 -model10=model_11810 -model11=model_11736 -head1=model_39856 -head2=model_38097 -head3=model_39410 -unknown119=3 - -// 3255 -[npc_3255] -bas=bas_103 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=10 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11738 -model2=model_214 -model3=model_11746 -model4=model_252 -model5=model_11758 -model6=model_11762 -model7=model_11727 -model8=model_11731 -model9=model_11810 -model10=model_11736 -model11=model_11764 -model12=model_11792 -head1=model_39856 -head2=model_38097 -head3=model_39467 -unknown119=3 - -// 3256 -[npc_3256] -bas=bas_103 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=10 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11738 -model2=model_214 -model3=model_11747 -model4=model_252 -model5=model_11759 -model6=model_11727 -model7=model_11731 -model8=model_11755 -model9=model_11734 -model10=model_11764 -model11=model_11793 -head1=model_39895 -head2=model_38097 -head3=model_39467 -unknown119=3 - -// 3257 -[npc_3257] -bas=bas_102 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=10 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_214 -model2=model_11747 -model3=model_252 -model4=model_11759 -model5=model_11728 -model6=model_11731 -model7=model_11755 -model8=model_11734 -model9=model_11788 -head1=model_39895 -head2=model_38097 -unknown119=3 - -// 3258 -[npc_3258] -bas=bas_103 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=10 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_214 -model2=model_11747 -model3=model_252 -model4=model_11758 -model5=model_11763 -model6=model_11727 -model7=model_11732 -model8=model_11755 -model9=model_11734 -model10=model_11764 -model11=model_11789 -head1=model_39895 -head2=model_38097 -unknown119=3 - -// 3259 -[npc_3259] -bas=bas_4 -resizeh=137 -op2=Attack -op1=Talk-to -vislevel=15 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -name=Barbarian -model1=model_11739 -model2=model_214 -model3=model_11746 -model4=model_252 -model5=model_11759 -model6=model_11764 -model7=model_11727 -model8=model_11732 -model9=model_11790 -model10=model_11810 -model11=model_11736 -head1=model_39856 -head2=model_38097 -head3=model_39410 -unknown119=3 - -// 3260 -[npc_3260] -bas=bas_29 -op2=Attack -op1=Talk-to -vislevel=17 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=6273 -recol3d=32384 -recol4s=19488 -recol4d=12352 -retex1s=material_228 -retex1d=material_426 -name=Barbarian -model1=model_390 -model2=model_414 -model3=model_11783 -model4=model_11771 -model5=model_11777 -model6=model_11780 -model7=model_11778 -model8=model_11791 -head1=model_39066 -head2=model_38861 -modeloffset7=3,-11,6 -unknown119=3 - -// 3261 -[npc_3261] -bas=bas_29 -op2=Attack -op1=Talk-to -vislevel=10 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=6273 -recol3d=32384 -recol4s=19488 -recol4d=12352 -retex1s=material_228 -retex1d=material_426 -name=Barbarian -model1=model_390 -model2=model_414 -model3=model_11784 -model4=model_11771 -model5=model_11776 -model6=model_11781 -model7=model_11778 -model8=model_11791 -head1=model_39066 -head2=model_38861 -modeloffset7=3,-11,6 -unknown119=3 - -// 3262 -[npc_3262] -bas=bas_29 -op2=Attack -op1=Talk-to -vislevel=10 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=6273 -recol3d=32384 -recol4s=19488 -recol4d=12352 -retex1s=material_228 -retex1d=material_426 -name=Barbarian -model1=model_390 -model2=model_414 -model3=model_11785 -model4=model_11786 -model5=model_11774 -model6=model_11776 -model7=model_11782 -model8=model_11779 -model9=model_11791 -head1=model_39066 -head2=model_38861 -modeloffset8=3,-11,6 -unknown119=3 - -// 3263 -[npc_3263] -bas=bas_29 -op2=Attack -op1=Talk-to -vislevel=9 -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=6273 -recol3d=32384 -recol4s=19488 -recol4d=12352 -retex1s=material_228 -retex1d=material_426 -name=Barbarian -model1=model_390 -model2=model_414 -model3=model_11783 -model4=model_11772 -model5=model_11777 -model6=model_11782 -model7=model_11779 -model8=model_11791 -head1=model_39066 -head2=model_38861 -modeloffset7=3,-11,6 -unknown119=3 - -// 3264 -[npc_3264] -bas=bas_87 -op2=Attack -ambient=15 -vislevel=5 -recol1s=14819 -recol1d=10660 -recol2s=12705 -recol2d=8546 -recol3s=18923 -recol3d=13474 -recol4s=15786 -recol4d=11360 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24466 -model2=model_24486 -model3=model_24433 -model4=model_24474 -model5=model_24444 -model6=model_24450 -model7=model_24507 -model8=model_24491 -unknown119=3 - -// 3265 -[npc_3265] -bas=bas_87 -op2=Attack -ambient=15 -vislevel=5 -recol1s=14819 -recol1d=9603 -recol2s=12705 -recol2d=7489 -recol3s=18923 -recol3d=13474 -recol4s=15786 -recol4d=11360 -name=Goblin -model1=model_24468 -model2=model_24486 -model3=model_24432 -model4=model_24476 -model5=model_24443 -model6=model_24450 -model7=model_24507 -model8=model_24491 -unknown119=3 - -// 3266 -[npc_3266] -bas=bas_87 -op2=Attack -ambient=15 -vislevel=5 -recol1s=14819 -recol1d=10660 -recol2s=12705 -recol2d=8546 -recol3s=18923 -recol3d=13474 -recol4s=15786 -recol4d=11360 -name=Goblin -model1=model_24465 -model2=model_24483 -model3=model_24433 -model4=model_24474 -model5=model_24443 -model6=model_24449 -model7=model_24507 -unknown119=3 - -// 3267 -[npc_3267] -bas=bas_87 -op2=Attack -ambient=15 -vislevel=5 -recol1s=14819 -recol1d=7554 -recol2s=12705 -recol2d=5440 -recol3s=18923 -recol3d=12450 -recol4s=15786 -recol4d=10336 -retex1s=material_371 -retex1d=material_218 -name=Goblin -model1=model_24469 -model2=model_24486 -model3=model_24434 -model4=model_24472 -model5=model_24443 -model6=model_24449 -model7=model_24507 -model8=model_24491 -unknown119=3 - -// 3268 -[npc_3268] -bas=bas_2 -op2=Attack -vislevel=11 -recol1s=16846 -recol1d=25098 -name=Dwarf -model1=model_2970 -model2=model_7061 -model3=model_2979 -model4=model_6021 -model5=model_7046 -model6=model_2985 -head1=model_0 -unknown119=3 - -// 3269 -[npc_3269] -bas=bas_2 -op2=Attack -vislevel=11 -recol1s=16846 -recol1d=25098 -recol2s=12646 -recol2d=8385 -recol3s=7298 -recol3d=0 -name=Dwarf -model1=model_2971 -model2=model_7061 -model3=model_2979 -model4=model_6021 -model5=model_7046 -model6=model_2985 -head1=model_1 -unknown119=3 - -// 3270 -[npc_3270] -bas=bas_2 -op2=Attack -vislevel=11 -recol1s=15785 -recol1d=9541 -recol2s=12646 -recol2d=6370 -recol3s=25364 -recol3d=9479 -name=Dwarf -model1=model_2972 -model2=model_7061 -model3=model_2979 -model4=model_6021 -model5=model_7046 -model6=model_2985 -head1=model_2 -unknown119=3 - -// 3271 -[npc_3271] -bas=bas_2 -op2=Attack -vislevel=11 -name=Dwarf -model1=model_2973 -model2=model_7061 -model3=model_2979 -model4=model_2990 -model5=model_7046 -model6=model_2985 -head1=model_3 -unknown119=3 - -// 3272 -[npc_3272] -bas=bas_2 -op2=Attack -vislevel=10 -recol1s=16846 -recol1d=9545 -name=Dwarf -model1=model_2974 -model2=model_7059 -model3=model_2978 -model4=model_2990 -model5=model_7044 -model6=model_2985 -head1=model_4 -unknown119=3 - -// 3273 -[npc_3273] -bas=bas_2 -op2=Attack -vislevel=11 -recol1s=16846 -recol1d=5382 -recol2s=15458 -recol2d=12480 -recol3s=7266 -recol3d=6241 -recol4s=8456 -recol4d=20064 -recol5s=13675 -recol5d=12552 -name=Dwarf -model1=model_2970 -model2=model_7059 -model3=model_2978 -model4=model_6021 -model5=model_2981 -model6=model_2985 -head1=model_0 -unknown119=3 - -// 3274 -[npc_3274] -bas=bas_2 -op2=Attack -vislevel=11 -recol1s=16846 -recol1d=14401 -recol2s=15458 -recol2d=10432 -recol3s=7266 -recol3d=3137 -recol4s=8456 -recol4d=20064 -recol5s=13675 -recol5d=12552 -name=Dwarf -model1=model_2970 -model2=model_7059 -model3=model_2978 -model4=model_2981 -model5=model_2985 -head1=model_0 -unknown119=3 - -// 3275 -[npc_3275] -bas=bas_2 -op2=Attack -vislevel=7 -recol1s=12646 -recol1d=10532 -recol2s=16846 -recol2d=8387 -recol3s=8456 -recol3d=20064 -recol4s=13675 -recol4d=7366 -recol5s=7266 -recol5d=5217 -recol6s=10434 -recol6d=32664 -retex1s=material_445 -retex1d=material_371 -name=Dwarf -model1=model_2971 -model2=model_7059 -model3=model_2978 -model4=model_6021 -model5=model_7046 -model6=model_2985 -head1=model_0 -unknown119=3 - -// 3276 -[npc_3276] -bas=bas_2 -size=1 -op2=Attack -vislevel=25 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Black Guard -model1=model_2971 -model2=model_2986 -model3=model_7051 -model4=model_11815 -model5=model_2993 -model6=model_7043 -model7=model_7065 -head1=model_1 -head2=model_6 -unknown119=3 - -// 3277 -[npc_3277] -bas=bas_2 -size=1 -resizeh=130 -resizev=130 -op2=Attack -vislevel=25 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Black Guard -model1=model_2970 -model2=model_2986 -model3=model_7051 -model4=model_11815 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_1 -head2=model_6 -unknown119=3 - -// 3278 -[npc_3278] -bas=bas_2 -size=1 -op2=Attack -vislevel=25 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=10434 -recol4d=20041 -name=Black Guard -model1=model_2973 -model2=model_2986 -model3=model_7051 -model4=model_11815 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_1 -head2=model_6 -unknown119=3 - -// 3279 -[npc_3279] -bas=bas_2 -size=1 -op2=Attack -vislevel=25 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Black Guard -model1=model_2971 -model2=model_2986 -model3=model_7051 -model4=model_11815 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_1 -head2=model_6 -unknown119=3 - -// 3280 -[npc_3280] -bas=bas_806 -vislevel=0 -recol1s=12646 -recol1d=22087 -recol2s=16846 -recol2d=25098 -recol3s=8456 -recol3d=20064 -recol4s=6309 -recol4d=7298 -recol5s=7266 -recol5d=5217 -recol6s=10434 -recol6d=8322 -retex1s=material_295 -retex1d=material_59 -name=Engineering assistant -model1=model_2971 -model2=model_7059 -model3=model_2978 -model4=model_7045 -model5=model_2985 -model6=model_11817 -unknown119=2 - -// 3281 -[npc_3281] -bas=bas_806 -vislevel=0 -recol1s=12646 -recol1d=22087 -recol2s=16846 -recol2d=25098 -recol3s=8456 -recol3d=20064 -recol4s=6309 -recol4d=12514 -recol5s=7266 -recol5d=0 -recol6s=10434 -recol6d=8322 -retex1s=material_295 -retex1d=material_59 -name=Engineering assistant -model1=model_2971 -model2=model_7059 -model3=model_2978 -model4=model_7045 -model5=model_2985 -model6=model_11817 -unknown119=2 - -// 3282 -[npc_3282] -bas=bas_2 -vislevel=0 -recol1s=16846 -recol1d=17903 -recol2s=15458 -recol2d=12480 -recol3s=7266 -recol3d=6241 -recol4s=8456 -recol4d=20064 -recol5s=13675 -recol5d=12552 -name=Engineer -model1=model_2970 -model2=model_7059 -model3=model_2978 -model4=model_2993 -model5=model_2981 -model6=model_2985 -unknown119=1 - -// 3283 -[npc_3283] -bas=bas_808 -vislevel=0 -recol1s=22096 -recol1d=13707 -recol2s=20048 -recol2d=16877 -recol3s=16846 -recol3d=13675 -recol4s=14764 -recol4d=11593 -name=Squirrel -model1=model_11723 -unknown119=3 - -// 3284 -[npc_3284] -bas=bas_809 -vislevel=0 -recol1s=22096 -recol1d=8422 -recol2s=20048 -recol2d=13706 -recol3s=16846 -recol3d=10504 -recol4s=14764 -recol4d=8422 -name=Squirrel -model1=model_11723 -unknown119=3 - -// 3285 -[npc_3285] -bas=bas_809 -vislevel=0 -recol1s=22096 -recol1d=11426 -recol2s=20048 -recol2d=11492 -recol3s=16846 -recol3d=11492 -recol4s=14764 -recol4d=10402 -recol5s=8423 -recol5d=11426 -name=Squirrel -model1=model_11723 -unknown119=3 - -// 3286 -[npc_3286] -bas=bas_807 -vislevel=0 -name=Raccoon -model1=model_30484 -unknown119=3 - -// 3287 -[npc_3287] -bas=bas_807 -vislevel=0 -name=Raccoon -model1=model_30484 -unknown119=3 - -// 3288 -[npc_3288] -bas=bas_807 -vislevel=0 -name=Raccoon -model1=model_30483 -unknown119=3 - -// 3289 -[npc_3289] -bas=bas_4 -vislevel=1 -multivar=varplayer_32 -multinpc=3,npc_287 -unknown119=3 - -// 3290 -[npc_3290] -bas=bas_50 -vislevel=1 -multivar=varplayer_32 -multinpc=0,npc_288 -multinpc=1,npc_288 -multinpc=2,npc_288 -unknown119=3 - -// 3291 -[npc_3291] -bas=bas_70 -op2=Attack -ambient=5 -vislevel=22 -recol1s=19023 -recol1d=19980 -recol2s=17966 -recol2d=18923 -recol3s=16909 -recol3d=16842 -recol4s=15852 -recol4d=15786 -recol5s=14795 -recol5d=14729 -recol6s=12683 -recol6d=13672 -retex1s=material_445 -retex1d=material_144 -name=Skeleton -model1=model_21191 -unknown119=3 - -// 3292 -[npc_3292] -bas=bas_4 -op2=Attack -vislevel=25 -recol1s=455 -recol1d=22091 -recol2s=25098 -recol2d=22091 -recol3s=2340 -recol3d=7333 -recol4s=14724 -recol4d=7332 -recol5s=9583 -recol5d=7332 -recol6s=7469 -recol6d=6275 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_306 -retex3d=material_250 -name=Witch -model1=model_9608 -model2=model_405 -model3=model_9361 -model4=model_9359 -model5=model_353 -model6=model_440 -head1=model_39041 -head2=model_38778 -unknown119=3 - -// 3293 -[npc_3293] -bas=bas_1159 -vislevel=0 -active=no -recol1s=10401 -recol1d=3136 -recol2s=9377 -recol2d=5249 -model1=model_11470 -unknown119=1 - -// 3294 -[npc_3294] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -recol1s=15458 -recol1d=12320 -recol2s=13673 -recol2d=12617 -recol3s=16846 -recol3d=20967 -recol4s=10434 -recol4d=20866 -recol5s=12548 -recol5d=30242 -name=Dwarf -model1=model_7030 -model2=model_2981 -model3=model_2977 -model4=model_10325 -model5=model_7067 -model6=model_2993 -model7=model_2991 -head1=model_6989 -unknown119=3 - -// 3295 -[npc_3295] -bas=bas_2 -size=1 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=11525 -recol2s=10434 -recol2d=23180 -recol3s=13742 -recol3d=9514 -recol4s=10306 -recol4d=236 -recol5s=7201 -recol5d=2350 -name=Dwarf -model1=model_2974 -model2=model_10325 -model3=model_8638 -model4=model_2990 -model5=model_2991 -model6=model_10323 -model7=model_2985 -model8=model_19099 -head1=model_4 -unknown119=3 - -// 3296 -[npc_3296] -bas=bas_1420 -size=1 -vislevel=0 -resizeh=57 -resizev=57 -ambient=20 -name=Swan -model1=model_11725 -unknown119=7 - -// 3297 -[npc_3297] -bas=bas_1420 -size=1 -vislevel=0 -resizeh=57 -resizev=57 -ambient=20 -recol1s=28407 -recol1d=4228 -recol2s=26293 -recol2d=3171 -name=Black swan -model1=model_11725 -unknown119=7 - -// 3298 -[npc_3298] -bas=bas_586 -vislevel=0 -size=1 -contrast=10 -ambient=10 -recol1s=8591 -recol1d=9445 -recol2s=25323 -recol2d=11626 -recol3s=24266 -recol3d=10569 -name=Sweeper -model1=model_10641 -model2=model_1760 -unknown119=3 - -// 3299 -[npc_3299] -bas=bas_4 -op1=Talk-to -op3=Pickpocket -vislevel=0 -recol1s=14724 -recol1d=12710 -recol2s=2340 -recol2d=8388 -recol3s=6273 -recol3d=13671 -recol4s=4192 -recol4d=8388 -recol5s=32735 -recol5d=16840 -name=Martin the Master Gardener -model1=model_6364 -model2=model_217 -model3=model_249 -model4=model_292 -model5=model_4391 -model6=model_170 -model7=model_176 -model8=model_7367 -model9=model_274 -model10=model_7121 -model11=model_18921 -head1=model_39686 -head2=model_39254 -head3=model_39387 -unknown119=3 - -// 3300 -[npc_3300] -bas=bas_37 -vislevel=0 -resizeh=64 -resizev=64 -ambient=20 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Frog -model1=model_6948 -model2=model_6944 -head1=model_8851 -unknown119=3 - -// 3301 -[npc_3301] -bas=bas_36 -vislevel=0 -size=3 -resizev=128 -resizeh=256 -alwaysontop=yes -minimap=no -name=Storm cloud -model1=model_11265 -unknown119=3 - -// 3302 -[npc_3302] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -recol1s=32723 -recol1d=12578 -name=Co-ordinator -model1=model_11879 -head1=model_14 -unknown119=3 - -// 3303 -[npc_3303] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -recol1s=32723 -recol1d=32665 -recol2s=7331 -recol2d=23260 -name=Fairy Nuff -model1=model_11883 -head1=model_14 -unknown119=3 - -// 3304 -[npc_3304] -vislevel=0 -size=1 -op1=Talk-to -recol1s=32723 -recol1d=12578 -name=Fairy Godfather -model1=model_11880 -head1=model_3178 -unknown119=3 - -// 3305 -[npc_3305] -vislevel=0 -size=1 -op1=Talk-to -recol1s=32723 -recol1d=12578 -name=Slim Louie -model1=model_11881 -head1=model_3179 -unknown119=3 - -// 3306 -[npc_3306] -vislevel=0 -size=1 -op1=Talk-to -recol1s=32723 -recol1d=12578 -name=Fat Rocco -model1=model_11882 -head1=model_4382 -unknown119=3 - -// 3307 -[npc_3307] -bas=bas_4 -vislevel=0 -resizeh=110 -resizev=140 -op1=Talk-to -recol1s=14724 -recol1d=6275 -name=Gatekeeper -model1=model_6453 -model2=model_6472 -model3=model_170 -model4=model_6310 -model5=model_6471 -head1=model_11986 -unknown119=3 - -// 3308 -[npc_3308] -bas=bas_29 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=6273 -recol3d=26421 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Zandar Horfyre -model1=model_208 -model2=model_251 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_534 -model7=model_265 -model8=model_181 -head1=model_38588 -head2=model_38096 -unknown119=3 - -// 3309 -[npc_3309] -bas=bas_66 -size=2 -op1=Talk-to -op2=Attack -vislevel=2 -name=Cow -model1=model_23889 -head1=model_23888 -unknown119=3 - -// 3310 -[npc_3310] -bas=bas_64 -vislevel=0 -size=1 -ambient=20 -op1=Talk-to -name=Sheep -model1=model_20290 -model2=model_20291 -head1=model_20271 -unknown119=3 - -// 3311 -[npc_3311] -bas=bas_63 -vislevel=0 -size=1 -op1=Talk-to -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 3312 -[npc_3312] -bas=bas_703 -vislevel=0 -size=1 -op1=Talk-to -vislevel=0 -recol1s=16838 -recol1d=17487 -recol2s=14724 -recol2d=17425 -recol3s=12611 -recol3d=16401 -recol4s=10497 -recol4d=14354 -recol5s=8384 -recol5d=13331 -name=Zanaris choir -model1=model_40882 -head1=model_6309 -unknown119=3 - -// 3313 -[npc_3313] -bas=bas_706 -size=1 -resizev=150 -op2=Attack -vislevel=111 -recol1s=25195 -recol1d=10436 -recol2s=15785 -recol2d=9379 -recol3s=14728 -recol3d=8322 -recol4s=12614 -recol4d=7265 -name=Tanglefoot -model1=model_11979 -head1=model_11987 -unknown119=3 - -// 3314 -[npc_3314] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_1807 -multinpc=0,npc_653 -unknown119=3 - -// 3315 -[npc_3315] -bas=bas_702 -vislevel=1 -multivar=varplayerbit_1808 -multinpc=1,npc_3304 -multinpc=2,npc_4433 -unknown119=1 - -// 3316 -[npc_3316] -bas=bas_702 -vislevel=1 -multivar=varplayerbit_1808 -multinpc=1,npc_3305 -multinpc=2,npc_3305 -unknown119=1 - -// 3317 -[npc_3317] -bas=bas_702 -vislevel=1 -multivar=varplayerbit_1808 -multinpc=1,npc_3306 -multinpc=2,npc_3306 -unknown119=1 - -// 3318 -[npc_3318] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1803 -multinpc=10,npc_3321 -multinpc=20,npc_3321 -multinpc=30,npc_3321 -multinpc=40,npc_3321 -multinpc=50,npc_3321 -multinpc=60,npc_3321 -multinpc=70,npc_3321 -multinpc=80,npc_3321 -multinpc=90,npc_3321 -unknown119=3 - -// 3319 -[npc_3319] -bas=bas_706 -size=1 -op2=Attack -resizeh=80 -resizev=50 -vislevel=45 -recol1s=25195 -recol1d=20999 -recol2s=15785 -recol2d=18919 -recol3s=14728 -recol3d=17862 -recol4s=12614 -recol4d=17828 -name=Baby tanglefoot -model1=model_11979 -head1=model_11987 -unknown119=3 - -// 3320 -[npc_3320] -bas=bas_706 -size=1 -op2=Attack -resizeh=70 -resizev=80 -vislevel=45 -recol1s=25195 -recol1d=12648 -recol2s=15785 -recol2d=11591 -recol3s=14728 -recol3d=10534 -recol4s=12614 -recol4d=9477 -name=Baby tanglefoot -model1=model_11979 -head1=model_11987 -unknown119=3 - -// 3321 -[npc_3321] -vislevel=0 -resizeh=110 -resizev=140 -op1=Talk-to -recol1s=14724 -recol1d=6275 -name=Gatekeeper -model1=model_6453 -model2=model_6472 -model3=model_170 -model4=model_6310 -model5=model_6471 -head1=model_11986 -unknown119=3 - -// 3322 -[npc_3322] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -recol1s=32723 -recol1d=12578 -name=Fairy chef -model1=model_9228 -head1=model_14 -head2=model_2222 -unknown119=3 - -// 3323 -[npc_3323] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_1838 -multinpc=0,npc_637 -multinpc=2,npc_637 -unknown119=3 - -// 3324 -[npc_3324] -bas=bas_4 -vislevel=0 -size=1 -resizeh=132 -resizev=138 -op1=Talk-to -recol1s=1090 -recol1d=16772 -recol2s=4262 -recol2d=21005 -recol3s=6273 -recol3d=26357 -recol4s=14724 -recol4d=16772 -recol5s=8417 -recol5d=17792 -recol6s=7298 -recol6d=130 -retex1s=material_228 -retex1d=material_426 -retex2s=material_256 -retex2d=material_202 -retex3s=material_359 -retex3d=material_257 -name=Draul Leptoc -model1=model_215 -model2=model_238 -model3=model_247 -model4=model_11811 -model5=model_11769 -model6=model_10980 -model7=model_10218 -model8=model_11869 -model9=model_181 -head1=model_39836 -head2=model_38643 -head3=model_39256 -unknown119=3 - -// 3325 -[npc_3325] -bas=bas_4 -vislevel=0 -size=1 -resizeh=122 -resizev=122 -op1=Talk-to -recol1s=14724 -recol1d=14434 -recol2s=13667 -recol2d=12353 -recol3s=14725 -recol3d=13410 -recol4s=12677 -recol4d=6275 -recol5s=29521 -recol5d=15523 -recol6s=16838 -recol6d=6342 -name=Phillipa -model1=model_12141 -model2=model_11359 -model3=model_11348 -model4=model_10706 -model5=model_12143 -model6=model_361 -head1=model_39092 -unknown119=3 - -// 3326 -[npc_3326] -bas=bas_1031 -vislevel=0 -size=1 -turnspeed=0 -ambient=10 -contrast=5 -recol1s=2340 -recol1d=14638 -recol2s=14724 -recol2d=24303 -recol3s=14725 -recol3d=23249 -retex1s=material_256 -retex1d=material_202 -name=Martina Scorsby -model1=model_12140 -model2=model_391 -model3=model_470 -model4=model_12139 -model5=model_428 -model6=model_358 -model7=model_12144 -head1=model_39102 -head2=model_38781 -unknown119=3 - -// 3327 -[npc_3327] -bas=bas_1032 -vislevel=0 -size=1 -turnspeed=0 -ambient=10 -contrast=5 -recol1s=14724 -recol1d=14730 -recol2s=2340 -recol2d=7428 -retex1s=material_250 -retex1d=material_202 -name=Jeremy Clerksin -model1=model_6848 -model2=model_252 -model3=model_292 -model4=model_326 -model5=model_12136 -model6=model_274 -model7=model_181 -model8=model_12144 -head1=model_39744 -head2=model_38097 -unknown119=3 - -// 3328 -[npc_3328] -bas=bas_47 -size=1 -vislevel=0 -contrast=10 -ambient=10 -op1=Talk-To -recol1s=14724 -recol1d=28504 -recol2s=2340 -recol2d=24239 -recol3s=27467 -recol3d=25356 -recol4s=26418 -recol4d=25361 -recol5s=24298 -recol5d=24304 -name=Tarquin -model1=model_11330 -model2=model_6848 -model3=model_249 -model4=model_12084 -model5=model_163 -model6=model_177 -model7=model_12087 -model8=model_254 -model9=model_12082 -head1=model_39733 -head2=model_39254 -head3=model_39521 -unknown119=3 - -// 3329 -[npc_3329] -bas=bas_4 -size=1 -vislevel=0 -resizev=133 -op1=Talk-To -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=19488 -recol3d=12352 -recol4s=11593 -recol4d=7296 -recol5s=25098 -recol5d=21960 -name=Sigurd -model1=model_11739 -model2=model_214 -model3=model_11746 -model4=model_252 -model5=model_11759 -model6=model_11764 -model7=model_11727 -model8=model_11732 -model9=model_12087 -model10=model_11810 -model11=model_11736 -head1=model_39895 -head2=model_38097 -head3=model_39410 -unknown119=3 - -// 3330 -[npc_3330] -bas=bas_4 -size=1 -vislevel=0 -resizeh=134 -resizev=145 -op1=Talk-To -recol1s=25098 -recol1d=20903 -recol2s=15856 -recol2d=20903 -recol3s=2340 -recol3d=9581 -recol4s=26531 -recol4d=10536 -name=Hari -model1=model_12083 -model2=model_244 -model3=model_12085 -model4=model_33034 -model5=model_177 -model6=model_12087 -model7=model_5218 -head1=model_39715 -head2=model_39312 -unknown119=3 - -// 3331 -[npc_3331] -bas=bas_4 -size=1 -vislevel=0 -resizeh=134 -resizev=145 -op1=Talk-To -recol1s=14724 -recol1d=23255 -recol2s=25384 -recol2d=3169 -recol3s=26531 -recol3d=5216 -recol4s=2340 -recol4d=9649 -recol5s=9473 -recol5d=3170 -name=Barfy Bill -model1=model_193 -model2=model_215 -model3=model_244 -model4=model_250 -model5=model_292 -model6=model_322 -model7=model_170 -model8=model_179 -model9=model_12087 -model10=model_5218 -head1=model_39836 -head2=model_39470 -head3=model_38642 -unknown119=3 - -// 3332 -[npc_3332] -size=5 -contrast=10 -ambient=10 -turnspeed=0 -minimap=no -vislevel=0 -name=Trees -model1=model_12021 -unknown119=3 - -// 3333 -[npc_3333] -size=5 -contrast=10 -ambient=10 -turnspeed=0 -minimap=no -vislevel=0 -name=Trees -model1=model_12022 -unknown119=3 - -// 3334 -[npc_3334] -size=5 -contrast=10 -ambient=10 -turnspeed=0 -minimap=no -vislevel=0 -name=Cavemouth -model1=model_12018 -unknown119=3 - -// 3335 -[npc_3335] -size=1 -contrast=10 -ambient=10 -turnspeed=0 -minimap=no -vislevel=0 -name=Bullrush -model1=model_5564 -unknown119=3 - -// 3336 -[npc_3336] -size=1 -contrast=10 -ambient=10 -turnspeed=0 -minimap=no -vislevel=0 -name=Bullrush -model1=model_1674 -unknown119=3 - -// 3337 -[npc_3337] -size=3 -contrast=10 -ambient=5 -turnspeed=0 -minimap=no -vislevel=0 -name=Cave scenery -model1=model_12015 -unknown119=3 - -// 3338 -[npc_3338] -size=3 -contrast=10 -ambient=5 -turnspeed=0 -minimap=no -vislevel=0 -name=Cave scenery -model1=model_12016 -unknown119=3 - -// 3339 -[npc_3339] -size=4 -contrast=10 -ambient=5 -turnspeed=0 -minimap=no -vislevel=0 -name=Cave scenery -model1=model_12017 -unknown119=3 - -// 3340 -[npc_3340] -bas=bas_316 -size=3 -op2=Attack -resizeh=118 -resizev=118 -alwaysontop=yes -vislevel=230 -name=Giant Mole -model1=model_12076 -model2=model_12075 -model3=model_12074 -model4=model_12077 -unknown119=3 - -// 3341 -[npc_3341] -bas=bas_317 -vislevel=0 -size=1 -minimap=no -recol1s=4194 -recol1d=20810 -recol2s=5251 -recol2d=21867 -recol3s=6308 -recol3d=22924 -recol4s=7365 -recol4d=22957 -recol5s=8422 -recol5d=24014 -recol6s=26189 -recol6d=27219 -name=Baby Mole -model1=model_12073 -unknown119=3 - -// 3342 -[npc_3342] -bas=bas_317 -vislevel=0 -size=1 -resizeh=118 -resizev=118 -minimap=no -recol1s=4194 -recol1d=20810 -recol2s=5251 -recol2d=21867 -recol3s=6308 -recol3d=22924 -recol4s=7365 -recol4d=22957 -recol5s=8422 -recol5d=24014 -recol6s=26189 -recol6d=27219 -name=Baby Mole -model1=model_12073 -unknown119=3 - -// 3343 -[npc_3343] -bas=bas_317 -vislevel=0 -size=1 -resizeh=108 -resizev=108 -minimap=no -recol1s=4194 -recol1d=20810 -recol2s=5251 -recol2d=21867 -recol3s=6308 -recol3d=22924 -recol4s=7365 -recol4d=22957 -recol5s=8422 -recol5d=24014 -recol6s=26189 -recol6d=27219 -name=Baby Mole -model1=model_12073 -unknown119=3 - -// 3344 -[npc_3344] -bas=bas_648 -size=1 -turnspeed=0 -turnspeed=900 -op1=Pick -op3=Hidden -vislevel=74 -name=Fungi -model1=model_12640 -unknown119=3 - -// 3345 -[npc_3345] -bas=bas_648 -size=1 -resizeh=220 -resizev=220 -turnspeed=0 -turnspeed=900 -op1=Pick -op3=Hidden -vislevel=86 -name=Fungi -model1=model_12640 -unknown119=3 - -// 3346 -[npc_3346] -bas=bas_646 -size=1 -turnspeed=900 -op2=Attack -op3=Hidden -ambient=10 -contrast=10 -vislevel=74 -recol1s=32593 -recol1d=23249 -recol2s=27410 -recol2d=19057 -recol3s=22162 -recol3d=14830 -recol4s=16910 -recol4d=10667 -recol5s=12517 -recol5d=23714 -name=Zygomite -model1=model_12641 -unknown119=3 - -// 3347 -[npc_3347] -bas=bas_647 -size=2 -resizeh=220 -resizev=220 -turnspeed=900 -op2=Attack -op3=Hidden -ambient=10 -contrast=10 -vislevel=86 -name=Zygomite -model1=model_12641 -unknown119=3 - -// 3348 -[npc_3348] -bas=bas_78 -size=1 -op2=Attack -vislevel=38 -recol1s=8388 -recol1d=26357 -recol2s=6274 -recol2d=23220 -recol3s=11561 -recol3d=23220 -recol4s=16846 -recol4d=28471 -recol5s=15789 -recol5d=27447 -recol6s=8463 -recol6d=32736 -name=White Knight -model1=model_11744 -model2=model_306 -model3=model_164 -model4=model_13318 -model5=model_546 -model6=model_268 -model7=model_4954 -unknown119=3 - -// 3349 -[npc_3349] -bas=bas_78 -size=1 -op2=Attack -vislevel=39 -recol1s=8388 -recol1d=26357 -recol2s=6274 -recol2d=23220 -recol3s=11561 -recol3d=23220 -recol4s=16846 -recol4d=28471 -recol5s=15789 -recol5d=27447 -recol6s=8463 -recol6d=2755 -name=White Knight -model1=model_11744 -model2=model_306 -model3=model_164 -model4=model_13318 -model5=model_546 -model6=model_268 -model7=model_4954 -unknown119=3 - -// 3350 -[npc_3350] -bas=bas_78 -size=1 -op2=Attack -vislevel=42 -recol1s=8388 -recol1d=26357 -recol2s=6274 -recol2d=23220 -recol3s=11561 -recol3d=23220 -recol4s=16846 -recol4d=28471 -recol5s=15789 -recol5d=27447 -recol6s=9473 -recol6d=23220 -name=White Knight -model1=model_11744 -model2=model_306 -model3=model_164 -model4=model_13318 -model5=model_546 -model6=model_268 -model7=model_4954 -unknown119=3 - -// 3351 -[npc_3351] -bas=bas_669 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=25098 -recol1d=9822 -recol2s=6273 -recol2d=4405 -recol3s=15392 -recol3d=10 -recol4s=15856 -recol4d=26528 -recol5s=0 -recol5d=30784 -recol6s=2340 -recol6d=15376 -name=Genie -model1=model_13335 -model2=model_13333 -model3=model_315 -model4=model_173 -model5=model_176 -model6=model_264 -model7=model_12758 -head1=model_39855 -unknown119=3 - -// 3352 -[npc_3352] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=67 -recol2s=2340 -recol2d=67 -recol3s=7329 -recol3d=34 -recol4s=6273 -recol4d=22198 -recol5s=7298 -recol5d=1 -recol6s=8384 -recol6d=168 -name=Mysterious Old Man -model1=model_13335 -model2=model_13333 -model3=model_292 -model4=model_324 -model5=model_12758 -model6=model_170 -model7=model_176 -model8=model_267 -model9=model_185 -head1=model_39855 -unknown119=3 - -// 3353 -[npc_3353] -bas=bas_49 -vislevel=0 -size=1 -minimap=no -alwaysontop=yes -recol1s=3171 -recol1d=21477 -name=Swarm -model1=model_2950 -unknown119=3 - -// 3354 -[npc_3354] -bas=bas_684 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -name=Cap'n Hand -model1=model_28815 -head1=model_13871 -unknown119=3 - -// 3355 -[npc_3355] -bas=bas_51 -op1=Talk-To -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=6309 -recol2s=2340 -recol2d=5252 -recol3s=9473 -recol3d=0 -recol4s=6464 -recol4d=0 -recol5s=2472 -recol5d=10444 -recol6s=7329 -recol6d=14476 -name=Rick Turpentine -model1=model_13335 -model2=model_13333 -model3=model_7611 -model4=model_163 -model5=model_179 -model6=model_267 -model7=model_4929 -model8=model_12758 -model9=model_16846 -head1=model_13871 -unknown119=3 - -// 3356 -[npc_3356] -bas=bas_4 -resizeh=120 -resizev=136 -op1=Talk-To -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=8456 -recol2s=2340 -recol2d=6342 -recol3s=7298 -recol3d=0 -recol4s=2472 -recol4d=1057 -recol5s=6144 -recol5d=1057 -name=Niles -model1=model_13335 -model2=model_13333 -model3=model_7611 -model4=model_163 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_8954 -model9=model_12758 -head1=model_39855 -unknown119=3 - -// 3357 -[npc_3357] -bas=bas_4 -op1=Talk-To -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=8456 -recol2s=2340 -recol2d=6342 -recol3s=7298 -recol3d=0 -recol4s=2472 -recol4d=1057 -recol5s=6144 -recol5d=1057 -name=Miles -model1=model_13335 -model2=model_13333 -model3=model_7611 -model4=model_163 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_8954 -model9=model_12758 -head1=model_39855 -unknown119=3 - -// 3358 -[npc_3358] -bas=bas_4 -resizeh=145 -resizev=106 -op1=Talk-To -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=8456 -recol2s=2340 -recol2d=6342 -recol3s=7298 -recol3d=0 -recol4s=2472 -recol4d=1057 -recol5s=6144 -recol5d=1057 -name=Giles -model1=model_13335 -model2=model_13333 -model3=model_7611 -model4=model_163 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_8954 -model9=model_12758 -head1=model_39855 -unknown119=3 - -// 3359 -[npc_3359] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -name=Dr Jekyll -model1=model_13335 -model2=model_13333 -model3=model_8970 -model4=model_6846 -model5=model_263 -model6=model_181 -model7=model_176 -model8=model_12758 -head1=model_13871 -unknown119=3 - -// 3360 -[npc_3360] -bas=bas_4 -op2=Attack -vislevel=14 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_13335 -model2=model_13333 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -model7=model_12758 -unknown119=3 - -// 3361 -[npc_3361] -bas=bas_4 -op2=Attack -vislevel=29 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_13335 -model2=model_13333 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -model7=model_12758 -unknown119=3 - -// 3362 -[npc_3362] -bas=bas_4 -op2=Attack -vislevel=49 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_13335 -model2=model_13333 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -model7=model_12758 -unknown119=3 - -// 3363 -[npc_3363] -bas=bas_4 -op2=Attack -vislevel=79 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_13335 -model2=model_13333 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -model7=model_12758 -unknown119=3 - -// 3364 -[npc_3364] -bas=bas_4 -op2=Attack -vislevel=120 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_13335 -model2=model_13333 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -model7=model_12758 -unknown119=3 - -// 3365 -[npc_3365] -bas=bas_4 -op2=Attack -vislevel=159 -recol1s=14724 -recol1d=12646 -recol2s=7298 -recol2d=0 -recol3s=2340 -recol3d=3171 -recol4s=6273 -recol4d=19023 -recol5s=18991 -recol5d=25098 -name=Mr Hyde -model1=model_13335 -model2=model_8953 -model3=model_8952 -model4=model_263 -model5=model_181 -model6=model_4088 -model7=model_12758 -unknown119=3 - -// 3366 -[npc_3366] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=19 -name=Evil Chicken -model1=model_7728 -model2=model_13902 -unknown119=1 - -// 3367 -[npc_3367] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=38 -name=Evil Chicken -model1=model_7728 -model2=model_13902 -unknown119=1 - -// 3368 -[npc_3368] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=69 -name=Evil Chicken -model1=model_7728 -model2=model_13902 -unknown119=1 - -// 3369 -[npc_3369] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=81 -name=Evil Chicken -model1=model_7728 -model2=model_13902 -unknown119=1 - -// 3370 -[npc_3370] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=121 -name=Evil Chicken -model1=model_7728 -model2=model_13902 -unknown119=1 - -// 3371 -[npc_3371] -bas=bas_50 -size=1 -resizeh=40 -resizev=40 -op2=Attack -alwaysontop=yes -vislevel=159 -name=Evil Chicken -model1=model_7728 -model2=model_13902 -unknown119=1 - -// 3372 -[npc_3372] -bas=bas_153 -vislevel=0 -size=1 -turnspeed=0 -op1=Talk-to -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=15789 -recol6d=28341 -name=Sir Amik Varze -model1=model_215 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_184 -model7=model_201 -model8=model_249 -model9=model_12799 -head1=model_39836 -head2=model_39254 -head3=model_39549 -unknown119=1 - -// 3373 -[npc_3373] -vislevel=1 -multivar=varplayerbit_1864 -multinpc=1,npc_3374 -multinpc=2,npc_3372 -unknown119=3 - -// 3374 -[npc_3374] -bas=bas_769 -vislevel=0 -size=1 -turnspeed=0 -op1=Inspect -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=15789 -recol6d=28341 -name=Sir Amik Varze -model1=model_215 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_184 -model7=model_201 -model8=model_249 -model9=model_12799 -head1=model_39836 -head2=model_39254 -head3=model_39549 -unknown119=1 - -// 3375 -[npc_3375] -bas=bas_50 -size=1 -resizeh=50 -resizev=50 -op2=Attack -alwaysontop=yes -vislevel=159 -name=Evil Chicken -model1=model_7728 -unknown119=3 - -// 3376 -[npc_3376] -bas=bas_194 -size=2 -resizeh=110 -resizev=110 -op2=Attack -vislevel=83 -recol1s=7168 -recol1d=7399 -recol2s=8192 -recol2d=8456 -recol3s=9248 -recol3d=10504 -recol4s=10305 -recol4d=11561 -recol5s=11427 -recol5d=13640 -recol6s=13541 -recol6d=15754 -name=Baby black dragon -model1=model_17411 -model2=model_17427 -model3=model_17421 -unknown119=3 - -// 3377 -[npc_3377] -bas=bas_770 -vislevel=0 -name=K'klik -model1=model_13850 -model2=model_13848 -head1=model_13847 -unknown119=3 - -// 3378 -[npc_3378] -bas=bas_4 -size=1 -vislevel=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=4228 -recol1d=5285 -recol2s=3171 -recol2d=5285 -recol3s=8324 -recol3d=8390 -retex1s=material_268 -retex1d=material_253 -retex2s=material_272 -retex2d=material_252 -name=Evil Dave -model1=model_9981 -model2=model_181 -model3=model_253 -model4=model_9983 -model5=model_13893 -model6=model_9980 -model7=model_13896 -head1=model_39836 -head2=model_39518 -head3=model_39227 -unknown119=3 - -// 3379 -[npc_3379] -vislevel=1 -multivar=varplayerbit_1862 -multinpc=0,npc_3380 -multinpc=1,npc_3380 -multinpc=2,npc_3380 -multinpc=3,npc_3380 -multinpc=4,npc_3380 -unknown119=1 - -// 3380 -[npc_3380] -bas=bas_153 -size=1 -vislevel=0 -vislevel=0 -turnspeed=0 -op1=Inspect -retex1s=material_268 -retex1d=material_253 -retex2s=material_272 -retex2d=material_252 -name=Evil Dave -model1=model_9981 -model2=model_181 -model3=model_253 -model4=model_9983 -model5=model_9979 -model6=model_9980 -model7=model_9982 -model8=model_12760 -head1=model_39836 -head2=model_39518 -head3=model_39227 -unknown119=1 - -// 3381 -[npc_3381] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=10641 -recol2s=15856 -recol2d=25098 -retex1s=material_268 -retex1d=material_258 -name=Doris -model1=model_408 -model2=model_13345 -model3=model_465 -model4=model_8846 -model5=model_10706 -model6=model_13346 -model7=model_13339 -head1=model_38980 -unknown119=3 - -// 3382 -[npc_3382] -bas=bas_101 -size=1 -minimap=no -vislevel=0 -name=Hell-Rat -model1=model_13433 -unknown119=3 - -// 3383 -[npc_3383] -bas=bas_118 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_1850 -multinpc=3,npc_3385 -multinpc=4,npc_3385 -unknown119=3 - -// 3384 -[npc_3384] -bas=bas_118 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_1850 -multinpc=4,npc_3385 -unknown119=3 - -// 3385 -[npc_3385] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=14441 -recol2s=6342 -recol2d=32403 -recol3s=6273 -recol3d=17903 -retex1s=material_228 -retex1d=material_426 -name=Gypsy -model1=model_408 -model2=model_15010 -model3=model_11359 -model4=model_332 -model5=model_10706 -model6=model_17548 -head1=model_39156 -head2=model_38864 -unknown119=3 - -// 3386 -[npc_3386] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=14441 -recol2s=6342 -recol2d=32403 -recol3s=6273 -recol3d=17903 -retex1s=material_228 -retex1d=material_426 -name=Gypsy -model1=model_408 -model2=model_15010 -model3=model_11359 -model4=model_332 -model5=model_10706 -model6=model_17548 -head1=model_39156 -head2=model_38864 -unknown119=1 - -// 3387 -[npc_3387] -bas=bas_738 -vislevel=0 -recol1s=25098 -recol1d=28374 -recol2s=12 -recol2d=7402 -recol3s=7298 -recol3d=5285 -recol4s=32701 -recol4d=10504 -recol5s=6273 -recol5d=32701 -recol6s=29464 -recol6d=12618 -name=Culinaromancer -model1=model_12749 -model2=model_215 -model3=model_244 -model4=model_6131 -model5=model_13897 -model6=model_13330 -model7=model_12765 -model8=model_12750 -model9=model_181 -head1=model_39347 -head2=model_39842 -head3=model_39312 -head4=model_39267 -unknown119=3 - -// 3388 -[npc_3388] -bas=bas_759 -size=1 -vislevel=0 -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=14724 -recol4d=4226 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_202 -name=Osman -model1=model_40210 -model2=model_40302 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 3389 -[npc_3389] -bas=bas_758 -size=1 -vislevel=0 -recol1s=10536 -recol1d=9445 -recol2s=11593 -recol2d=9445 -recol3s=21074 -recol3d=7331 -recol4s=18960 -recol4d=7331 -name=Pirate Pete -model1=model_28821 -model2=model_40286 -head1=model_38093 -unknown119=3 - -// 3390 -[npc_3390] -bas=bas_752 -size=1 -vislevel=0 -name=Mountain Dwarf -model1=model_40123 -model2=model_40122 -head1=model_0 -unknown119=3 - -// 3391 -[npc_3391] -bas=bas_754 -vislevel=0 -size=1 -resizev=148 -resizeh=148 -alwaysontop=yes -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=11827 -recol3d=224 -recol4s=8722 -recol4d=160 -name=General Wartface -model1=model_24462 -model2=model_24484 -model3=model_24433 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24214 -unknown119=3 - -// 3392 -[npc_3392] -bas=bas_753 -vislevel=0 -size=1 -resizeh=148 -resizev=148 -resizev=148 -resizeh=148 -alwaysontop=yes -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=11827 -recol3d=10240 -recol4s=8722 -recol4d=8192 -name=General Bentnoze -model1=model_24456 -model2=model_24484 -model3=model_24433 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24208 -unknown119=3 - -// 3393 -[npc_3393] -bas=bas_755 -alwaysontop=yes -vislevel=0 -recol1s=22059 -recol1d=32767 -recol2s=13605 -recol2d=12756 -recol3s=19945 -recol3d=32767 -recol4s=5249 -recol4d=24207 -recol5s=6273 -recol5d=32735 -retex1s=material_260 -retex1d=material_359 -name=Lumbridge Guide -model1=model_40339 -model2=model_40348 -model3=model_40363 -model4=model_40369 -model5=model_40342 -model6=model_40286 -head1=model_39706 -unknown119=3 - -// 3394 -[npc_3394] -bas=bas_757 -size=1 -vislevel=0 -name=Evil Dave -model1=model_40205 -model2=model_40302 -head1=model_39836 -head2=model_39518 -head3=model_39227 -unknown119=3 - -// 3395 -[npc_3395] -bas=bas_756 -vislevel=0 -size=1 -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=15789 -recol6d=28341 -name=Sir Amik Varze -model1=model_40208 -model2=model_40302 -head1=model_39836 -head2=model_39254 -head3=model_39549 -unknown119=3 - -// 3396 -[npc_3396] -bas=bas_760 -vislevel=0 -name=Awowogei -model1=model_4816 -model2=model_4823 -model3=model_38640 -head1=model_4655 -unknown119=3 - -// 3397 -[npc_3397] -bas=bas_177 -vislevel=0 -name=Awowogei -model1=model_4816 -model2=model_4823 -head1=model_4655 -unknown119=3 - -// 3398 -[npc_3398] -bas=bas_761 -vislevel=0 -size=2 -turnspeed=0 -recol1s=25264 -recol1d=24207 -recol2s=7201 -recol2d=192 -recol3s=7362 -recol3d=192 -name=Skrach Uglogwee -model1=model_40632 -model2=model_40634 -head1=model_141 -unknown119=3 - -// 3399 -[npc_3399] -vislevel=1 -multivar=varplayerbit_1850 -multinpc=3,npc_3400 -multinpc=4,npc_3400 -unknown119=3 - -// 3400 -[npc_3400] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=28374 -recol2s=12 -recol2d=7402 -recol3s=7298 -recol3d=5285 -recol4s=32701 -recol4d=10504 -recol5s=6273 -recol5d=32701 -recol6s=29464 -recol6d=12618 -name=Culinaromancer -model1=model_12749 -model2=model_215 -model3=model_244 -model4=model_6131 -model5=model_13897 -model6=model_13330 -model7=model_12765 -model8=model_12750 -model9=model_181 -head1=model_39347 -head2=model_39842 -head3=model_39312 -head4=model_39267 -unknown119=3 - -// 3401 -[npc_3401] -bas=bas_2 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1890 -multinpc=0,npc_3402 -multinpc=1,npc_3403 -unknown119=3 - -// 3402 -[npc_3402] -resizeh=145 -resizev=100 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=8456 -recol1d=24132 -recol2s=10434 -recol2d=20114 -recol3s=12549 -recol3d=20114 -recol4s=16846 -recol4d=12608 -recol5s=7266 -recol5d=4160 -recol6s=3171 -recol6d=6240 -name=An old Dwarf -model1=model_2970 -model2=model_2986 -model3=model_2984 -model4=model_7037 -model5=model_2980 -model6=model_10326 -head1=model_0 -head2=model_6 -unknown119=3 - -// 3403 -[npc_3403] -resizeh=145 -resizev=100 -vislevel=0 -op1=Talk-to -alwaysontop=yes -alwaysontop=yes -recol1s=8456 -recol1d=24132 -recol2s=10434 -recol2d=20114 -recol3s=12549 -recol3d=20114 -recol4s=16846 -recol4d=12608 -recol5s=7266 -recol5d=4160 -recol6s=3171 -recol6d=6240 -retex1s=material_142 -retex1d=material_295 -name=Rohak -model1=model_2970 -model2=model_2986 -model3=model_2984 -model4=model_7037 -model5=model_2980 -model6=model_10326 -head1=model_0 -head2=model_6 -unknown119=3 - -// 3404 -[npc_3404] -bas=bas_48 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1890 -multinpc=2,npc_3405 -unknown119=3 - -// 3405 -[npc_3405] -resizeh=145 -resizev=100 -vislevel=0 -op1=Talk-to -alwaysontop=yes -alwaysontop=yes -recol1s=8456 -recol1d=24132 -recol2s=10434 -recol2d=20114 -recol3s=12549 -recol3d=20114 -recol4s=16846 -recol4d=12608 -recol5s=7266 -recol5d=4160 -recol6s=3171 -recol6d=6240 -name=Rohak -model1=model_2970 -model2=model_2986 -model3=model_2984 -model4=model_7037 -model5=model_2980 -model6=model_10326 -head1=model_0 -head2=model_6 -unknown119=3 - -// 3406 -[npc_3406] -bas=bas_8 -size=1 -ambient=40 -contrast=56 -op2=Attack -ambient=60 -contrast=60 -alwaysontop=yes -vislevel=18 -name=Icefiend -model1=model_33842 -unknown119=3 - -// 3407 -[npc_3407] -bas=bas_105 -size=1 -op2=Attack -op3=Pickpocket -alwaysontop=yes -vislevel=21 -recol1s=11621 -recol1d=6340 -recol2s=10564 -recol2d=7397 -recol3s=18989 -recol3d=11559 -recol4s=8352 -recol4d=8420 -recol5s=21074 -recol5d=12618 -recol6s=17903 -recol6d=10504 -name=Guard -model1=model_28867 -model2=model_28869 -model3=model_28875 -unknown119=3 - -// 3408 -[npc_3408] -bas=bas_107 -size=1 -op2=Attack -op3=Pickpocket -alwaysontop=yes -vislevel=21 -recol1s=11621 -recol1d=6340 -recol2s=10564 -recol2d=7397 -recol3s=18989 -recol3d=11559 -recol4s=8352 -recol4d=8420 -recol5s=21074 -recol5d=12618 -recol6s=17903 -recol6d=10504 -name=Guard -model1=model_28867 -model2=model_28868 -model3=model_28874 -unknown119=3 - -// 3409 -[npc_3409] -bas=bas_804 -size=3 -contrast=20 -ambient=20 -turnspeed=0 -op2=Attack -vislevel=167 -name=Wild jade vine -model1=model_28965 -unknown119=1 - -// 3410 -[npc_3410] -bas=bas_804 -size=3 -contrast=20 -ambient=20 -turnspeed=0 -op2=Attack -vislevel=167 -name=Wild jade vine -model1=model_28968 -unknown119=1 - -// 3411 -[npc_3411] -bas=bas_804 -size=3 -contrast=20 -ambient=20 -turnspeed=0 -op2=Attack -vislevel=167 -name=Wild jade vine -model1=model_28948 -unknown119=1 - -// 3412 -[npc_3412] -bas=bas_804 -size=3 -contrast=20 -ambient=20 -turnspeed=0 -op2=Attack -vislevel=167 -name=Wild jade vine -model1=model_28956 -unknown119=1 - -// 3413 -[npc_3413] -bas=bas_86 -op1=Talk-to -size=1 -vislevel=0 -name=Goblin Cook -model1=model_24461 -model2=model_24490 -model3=model_24439 -model4=model_24480 -model5=model_24446 -model6=model_24452 -model7=model_24503 -head1=model_24213 -unknown119=3 - -// 3414 -[npc_3414] -bas=bas_86 -size=1 -op1=Talk-to -vislevel=0 -name=Goblin Cook -model1=model_24459 -model2=model_24481 -model3=model_24430 -model4=model_24479 -model5=model_24445 -model6=model_24453 -model7=model_24504 -head1=model_24212 -unknown119=3 - -// 3415 -[npc_3415] -bas=bas_730 -size=1 -turnspeed=1024 -vislevel=0 -name=Goblin Cook -model1=model_24459 -model2=model_24481 -model3=model_24430 -model4=model_24479 -model5=model_24445 -model6=model_24453 -model7=model_24504 -head1=model_24212 -unknown119=3 - -// 3416 -[npc_3416] -bas=bas_153 -size=1 -vislevel=0 -op1=Talk-to -turnspeed=0 -alwaysontop=yes -recol1s=6410 -recol1d=1153 -recol2s=5353 -recol2d=96 -retex1s=material_251 -retex1d=material_268 -retex2s=material_255 -retex2d=material_272 -name=Pirate Pete -model1=model_28788 -model2=model_28801 -model3=model_28749 -model4=model_28758 -model5=model_28770 -model6=model_28808 -model7=model_28765 -model8=model_12799 -unknown119=1 - -// 3417 -[npc_3417] -vislevel=1 -multivar=varplayerbit_1860 -multinpc=1,npc_3418 -multinpc=2,npc_3416 -unknown119=3 - -// 3418 -[npc_3418] -bas=bas_747 -size=1 -vislevel=0 -op1=Inspect -turnspeed=0 -alwaysontop=yes -recol1s=23357 -recol1d=12545 -recol2s=13728 -recol2d=8288 -recol3s=2472 -recol3d=2114 -recol4s=3491 -recol4d=3171 -recol5s=14724 -recol5d=9506 -retex1s=material_257 -retex1d=material_254 -retex2s=material_252 -retex2d=material_254 -retex3s=material_253 -retex3d=material_258 -retex4s=material_202 -retex4d=material_258 -name=Pirate Pete -model1=model_190 -model2=model_211 -model3=model_236 -model4=model_11190 -model5=model_5222 -model6=model_162 -model7=model_177 -model8=model_259 -model9=model_12760 -unknown119=1 - -// 3419 -[npc_3419] -bas=bas_60 -size=2 -op2=Attack -vislevel=53 -name=Ogre -model1=model_2878 -model2=model_2874 -unknown119=3 - -// 3420 -[npc_3420] -bas=bas_750 -size=2 -vislevel=0 -op1=Talk-to -recol1s=7362 -recol1d=10565 -recol2s=25264 -recol2d=18992 -recol3s=16704 -recol3d=7363 -recol4s=16846 -recol4d=11561 -name=Mogre Guard -model1=model_13424 -model2=model_9809 -model3=model_13428 -head1=model_13885 -unknown119=3 - -// 3421 -[npc_3421] -bas=bas_202 -size=2 -resizeh=256 -resizev=256 -op2=Attack -vislevel=23 -name=Crab -model1=model_13799 -unknown119=3 - -// 3422 -[npc_3422] -bas=bas_749 -size=1 -op2=Attack -vislevel=30 -name=Mudskipper -model1=model_13832 -unknown119=3 - -// 3423 -[npc_3423] -bas=bas_749 -size=2 -resizeh=256 -resizev=256 -op2=Attack -vislevel=31 -name=Mudskipper -model1=model_13832 -unknown119=3 - -// 3424 -[npc_3424] -bas=bas_202 -size=1 -op2=Attack -vislevel=21 -name=Crab -model1=model_13799 -unknown119=3 - -// 3425 -[npc_3425] -bas=bas_748 -ambient=25 -vislevel=0 -minimap=no -spotshadow=no -name=Fish -model1=model_13806 -unknown119=3 - -// 3426 -[npc_3426] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=100 -resizev=100 -minimap=no -spotshadow=no -name=Fish -model1=model_13808 -unknown119=3 - -// 3427 -[npc_3427] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=150 -resizev=150 -minimap=no -spotshadow=no -name=Fish -model1=model_13807 -unknown119=3 - -// 3428 -[npc_3428] -bas=bas_748 -ambient=25 -vislevel=0 -minimap=no -spotshadow=no -recol1s=30315 -recol1d=1057 -recol2s=32259 -recol2d=6342 -recol3s=32192 -recol3d=4228 -recol4s=30112 -recol4d=2114 -recol5s=23744 -recol5d=1057 -name=Fish -model1=model_13806 -unknown119=3 - -// 3429 -[npc_3429] -bas=bas_748 -resizeh=100 -resizev=100 -ambient=25 -vislevel=0 -minimap=no -spotshadow=no -recol1s=30315 -recol1d=1057 -recol2s=32259 -recol2d=6342 -recol3s=32192 -recol3d=4228 -recol4s=30112 -recol4d=2114 -recol5s=23744 -recol5d=1057 -name=Fish -model1=model_13808 -unknown119=3 - -// 3430 -[npc_3430] -bas=bas_748 -resizeh=150 -resizev=150 -ambient=25 -vislevel=0 -minimap=no -spotshadow=no -recol1s=30315 -recol1d=1057 -recol2s=32259 -recol2d=6342 -recol3s=32192 -recol3d=4228 -recol4s=30112 -recol4d=2114 -recol5s=23744 -recol5d=1057 -name=Fish -model1=model_13807 -unknown119=3 - -// 3431 -[npc_3431] -bas=bas_748 -ambient=25 -vislevel=0 -minimap=no -spotshadow=no -name=Fish -model1=model_13800 -unknown119=3 - -// 3432 -[npc_3432] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=100 -resizev=100 -minimap=no -spotshadow=no -name=Fish -model1=model_13802 -unknown119=3 - -// 3433 -[npc_3433] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=150 -resizev=150 -minimap=no -spotshadow=no -name=Fish -model1=model_13801 -unknown119=3 - -// 3434 -[npc_3434] -bas=bas_748 -ambient=25 -vislevel=0 -minimap=no -spotshadow=no -name=Fish -model1=model_13810 -unknown119=3 - -// 3435 -[npc_3435] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=100 -resizev=100 -minimap=no -spotshadow=no -name=Fish -model1=model_13812 -unknown119=3 - -// 3436 -[npc_3436] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=150 -resizev=150 -minimap=no -spotshadow=no -name=Fish -model1=model_13811 -unknown119=3 - -// 3437 -[npc_3437] -bas=bas_748 -ambient=25 -vislevel=0 -minimap=no -spotshadow=no -name=Fish -model1=model_13803 -unknown119=3 - -// 3438 -[npc_3438] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=100 -resizev=100 -minimap=no -spotshadow=no -name=Fish -model1=model_13805 -unknown119=3 - -// 3439 -[npc_3439] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=150 -resizev=150 -minimap=no -spotshadow=no -name=Fish -model1=model_13804 -unknown119=3 - -// 3440 -[npc_3440] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=100 -resizev=80 -minimap=no -spotshadow=no -recol1s=32748 -recol1d=28198 -recol2s=32742 -recol2d=26084 -recol3s=8456 -recol3d=30346 -recol4s=6342 -recol4d=28232 -recol5s=27409 -recol5d=26285 -recol6s=20009 -recol6d=26084 -name=Fish -model1=model_13800 -unknown119=3 - -// 3441 -[npc_3441] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=80 -resizev=80 -minimap=no -spotshadow=no -recol1s=32748 -recol1d=28198 -recol2s=32742 -recol2d=26084 -recol3s=8456 -recol3d=30346 -recol4s=6342 -recol4d=28232 -recol5s=27409 -recol5d=26285 -recol6s=20009 -recol6d=26084 -name=Fish -model1=model_13802 -unknown119=3 - -// 3442 -[npc_3442] -bas=bas_748 -ambient=25 -vislevel=0 -resizeh=120 -resizev=120 -minimap=no -spotshadow=no -recol1s=32748 -recol1d=28198 -recol2s=32742 -recol2d=26084 -recol3s=8456 -recol3d=30346 -recol4s=6342 -recol4d=28232 -recol5s=27409 -recol5d=26285 -recol6s=20009 -recol6d=26084 -name=Fish -model1=model_13801 -unknown119=3 - -// 3443 -[npc_3443] -bas=bas_751 -size=2 -ambient=25 -vislevel=0 -resizeh=256 -resizev=256 -turnspeed=15 -minimap=no -spotshadow=no -name=Fish -model1=model_13834 -unknown119=3 - -// 3444 -[npc_3444] -bas=bas_751 -size=2 -ambient=25 -vislevel=0 -resizeh=256 -resizev=256 -turnspeed=15 -minimap=no -spotshadow=no -name=Fish -model1=model_13836 -unknown119=3 - -// 3445 -[npc_3445] -bas=bas_751 -size=3 -ambient=25 -vislevel=0 -resizeh=300 -resizev=300 -turnspeed=15 -minimap=no -spotshadow=no -name=Fish -model1=model_13835 -unknown119=3 - -// 3446 -[npc_3446] -bas=bas_751 -size=2 -ambient=25 -vislevel=0 -resizeh=256 -resizev=256 -turnspeed=15 -minimap=no -spotshadow=no -recol1s=8158 -recol1d=31583 -recol2s=31808 -recol2d=32403 -recol3s=26253 -recol3d=25278 -recol4s=23080 -recol4d=24252 -name=Fish -model1=model_13834 -unknown119=3 - -// 3447 -[npc_3447] -bas=bas_751 -size=2 -ambient=25 -vislevel=0 -resizeh=256 -resizev=256 -turnspeed=15 -minimap=no -spotshadow=no -recol1s=8158 -recol1d=31583 -recol2s=31808 -recol2d=32403 -recol3s=26253 -recol3d=25278 -recol4s=23080 -recol4d=24252 -name=Fish -model1=model_13836 -unknown119=3 - -// 3448 -[npc_3448] -bas=bas_751 -size=3 -ambient=25 -vislevel=0 -resizeh=300 -resizev=300 -turnspeed=15 -minimap=no -spotshadow=no -recol1s=8158 -recol1d=31583 -recol2s=31808 -recol2d=32403 -recol3s=26253 -recol3d=25278 -recol4s=23080 -recol4d=24252 -name=Fish -model1=model_13835 -unknown119=3 - -// 3449 -[npc_3449] -bas=bas_153 -alwaysontop=yes -vislevel=0 -alwaysontop=yes -vislevel=0 -turnspeed=0 -op1=Talk-to -recol1s=22059 -recol1d=32767 -recol2s=13605 -recol2d=12756 -recol3s=19945 -recol3d=32767 -recol4s=5249 -recol4d=24207 -recol5s=6273 -recol5d=32735 -retex1s=material_228 -retex1d=material_426 -name=Lumbridge Guide -model1=model_214 -model2=model_250 -model3=model_5674 -model4=model_5668 -model5=model_5672 -model6=model_12799 -head1=model_39726 -head2=model_38642 -unknown119=1 - -// 3450 -[npc_3450] -vislevel=1 -multivar=varplayerbit_1861 -multinpc=1,npc_3451 -multinpc=2,npc_3449 -unknown119=3 - -// 3451 -[npc_3451] -bas=bas_737 -alwaysontop=yes -vislevel=0 -alwaysontop=yes -vislevel=0 -turnspeed=0 -op1=Inspect -vislevel=0 -recol1s=22059 -recol1d=32767 -recol2s=13605 -recol2d=12756 -recol3s=19945 -recol3d=32767 -recol4s=5249 -recol4d=24207 -recol5s=6273 -recol5d=32735 -retex1s=material_228 -retex1d=material_426 -name=Lumbridge Guide -model1=model_214 -model2=model_250 -model3=model_5674 -model4=model_5668 -model5=model_5672 -model6=model_7123 -model7=model_12799 -head1=model_39726 -head2=model_38642 -unknown119=1 - -// 3452 -[npc_3452] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=0 -recol2s=14724 -recol2d=10442 -recol3s=15856 -recol3d=25098 -name=? ? ? ? -model1=model_230 -model2=model_246 -model3=model_292 -model4=model_167 -model5=model_10218 -model6=model_254 -model7=model_185 -model8=model_12771 -head1=model_39630 -unknown119=3 - -// 3453 -[npc_3453] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=2340 -recol1d=12649 -recol2s=20041 -recol2d=20975 -recol3s=6342 -recol3d=26293 -recol4s=20085 -recol4d=18988 -recol5s=16914 -recol5d=22191 -recol6s=6273 -recol6d=24898 -retex1s=material_359 -retex1d=material_257 -name=? ? ? ? -model1=model_25705 -model2=model_391 -model3=model_417 -model4=model_11360 -model5=model_11775 -model6=model_10706 -model7=model_11357 -model8=model_358 -model9=model_12771 -head1=model_39068 -head2=model_38891 -head3=model_38836 -unknown119=3 - -// 3454 -[npc_3454] -bas=bas_4 -vislevel=0 -size=1 -recol1s=7328 -recol1d=15392 -recol2s=14724 -recol2d=32767 -recol3s=2340 -recol3d=15392 -recol4s=7298 -recol4d=32767 -recol5s=8386 -recol5d=15392 -recol6s=32736 -recol6d=32767 -retex1s=material_257 -retex1d=material_272 -name=? ? ? ? -model1=model_230 -model2=model_185 -model3=model_251 -model4=model_313 -model5=model_160 -model6=model_176 -model7=model_267 -model8=model_13922 -model9=model_323 -model10=model_12771 -head1=model_39799 -head2=model_38096 -head3=model_39390 -unknown119=3 - -// 3455 -[npc_3455] -bas=bas_4 -resizeh=148 -resizev=117 -vislevel=0 -recol1s=2340 -recol1d=2180 -recol2s=7298 -recol2d=6306 -recol3s=14724 -recol3d=13639 -recol4s=9473 -recol4d=4129 -recol5s=25098 -recol5d=16740 -retex1s=material_257 -retex1d=material_254 -retex2s=material_313 -retex2d=material_254 -retex3s=material_268 -retex3d=material_258 -name=? ? ? ? -model1=model_5430 -model2=model_246 -model3=model_310 -model4=model_163 -model5=model_179 -model6=model_3329 -model7=model_185 -model8=model_12771 -head1=model_38093 -unknown119=1 - -// 3456 -[npc_3456] -bas=bas_4 -vislevel=0 -size=1 -recol1s=16010 -recol1d=12901 -recol2s=32576 -recol2d=32503 -retex1s=material_228 -retex1d=material_426 -name=? ? ? ? -model1=model_4015 -model2=model_4020 -model3=model_4023 -model4=model_4025 -model5=model_12771 -head1=model_39601 -unknown119=1 - -// 3457 -[npc_3457] -bas=bas_4 -size=1 -vislevel=0 -recol1s=455 -recol1d=21163 -recol2s=25098 -recol2d=21163 -recol3s=239 -recol3d=2210 -recol4s=2340 -recol4d=2210 -recol5s=14724 -recol5d=2210 -recol6s=15856 -recol6d=21163 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=? ? ? ? -model1=model_377 -model2=model_405 -model3=model_462 -model4=model_348 -model5=model_353 -model6=model_421 -model7=model_360 -model8=model_12771 -head1=model_39041 -head2=model_38748 -unknown119=3 - -// 3458 -[npc_3458] -bas=bas_4 -vislevel=0 -size=1 -recol1s=14724 -recol1d=25236 -recol2s=15856 -recol2d=25236 -name=? ? ? ? -model1=model_26890 -model2=model_26885 -model3=model_26892 -model4=model_26886 -model5=model_26889 -model6=model_26887 -model7=model_12771 -head1=model_39765 -unknown119=3 - -// 3459 -[npc_3459] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=32759 -recol2s=2340 -recol2d=32759 -recol3s=21926 -recol3d=32759 -recol4s=25098 -recol4d=18855 -recol5s=2340 -recol5d=32759 -retex1s=material_252 -retex1d=material_254 -retex2s=material_257 -retex2d=material_254 -retex3s=material_202 -retex3d=material_258 -retex4s=material_251 -retex4d=material_258 -retex5s=material_228 -retex5d=material_426 -name=? ? ? ? -model1=model_6086 -model2=model_6087 -model3=model_6091 -model4=model_6084 -model5=model_265 -model6=model_185 -model7=model_176 -model8=model_12771 -head1=model_39446 -head2=model_39250 -head3=model_40003 -unknown119=3 - -// 3460 -[npc_3460] -bas=bas_4 -resizev=120 -resizeh=120 -ambient=50 -contrast=50 -vislevel=0 -recol1s=14861 -recol1d=15950 -name=? ? ? ? -model1=model_5226 -model2=model_5228 -model3=model_5225 -model4=model_5227 -model5=model_12771 -head1=model_38945 -unknown119=3 - -// 3461 -[npc_3461] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=2340 -recol1d=10436 -recol2s=14724 -recol2d=15848 -recol3s=15856 -recol3d=25098 -recol4s=11456 -recol4d=12743 -recol5s=32735 -recol5d=8420 -name=? ? ? ? -model1=model_215 -model2=model_181 -model3=model_248 -model4=model_292 -model5=model_163 -model6=model_176 -model7=model_254 -model8=model_245 -model9=model_244 -model10=model_320 -model11=model_556 -model12=model_12771 -head1=model_39836 -head2=model_39275 -head3=model_39316 -head4=model_39312 -unknown119=3 - -// 3462 -[npc_3462] -bas=bas_60 -vislevel=0 -multivar=varplayerbit_1863 -multinpc=1,npc_3463 -multinpc=2,npc_3464 -unknown119=3 - -// 3463 -[npc_3463] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -op1=Inspect -vislevel=0 -recol1s=25264 -recol1d=24207 -recol2s=7201 -recol2d=192 -recol3s=7362 -recol3d=192 -name=Skrach Uglogwee -model1=model_6760 -model2=model_8682 -head1=model_141 -unknown119=5 - -// 3464 -[npc_3464] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -recol1s=25264 -recol1d=24207 -recol2s=7201 -recol2d=192 -recol3s=7362 -recol3d=192 -name=Skrach Uglogwee -model1=model_6760 -model2=model_8682 -head1=model_141 -unknown119=7 - -// 3465 -[npc_3465] -bas=bas_750 -size=2 -vislevel=0 -op1=Talk-to -recol1s=7362 -recol1d=10565 -recol2s=25264 -recol2d=18992 -recol3s=16704 -recol3d=7363 -recol4s=16846 -recol4d=11561 -name=Nung -model1=model_13426 -model2=model_9809 -model3=model_13431 -head1=model_13887 -unknown119=3 - -// 3466 -[npc_3466] -bas=bas_60 -size=2 -op2=Attack -vislevel=53 -recol1s=21138 -recol1d=23273 -name=Ogre -model1=model_13425 -model2=model_14111 -model3=model_14116 -unknown119=3 - -// 3467 -[npc_3467] -bas=bas_60 -vislevel=0 -size=2 -op1=Talk-to -alwaysontop=yes -name=Rantz -model1=model_2878 -model2=model_3442 -head1=model_141 -unknown119=3 - -// 3468 -[npc_3468] -bas=bas_764 -size=2 -op1=Talk-to -alwaysontop=yes -vislevel=1 -name=Rantz -model1=model_2878 -model2=model_3442 -head1=model_141 -unknown119=3 - -// 3469 -[npc_3469] -bas=bas_763 -size=5 -vislevel=1 -multivar=varplayerbit_1908 -multinpc=1,npc_3472 -unknown119=3 - -// 3470 -[npc_3470] -bas=bas_763 -size=5 -vislevel=1 -multivar=varplayerbit_1908 -multinpc=1,npc_3471 -unknown119=3 - -// 3471 -[npc_3471] -bas=bas_763 -vislevel=0 -size=5 -op1=Board -name=Ogre boat -model1=model_13730 -model2=model_13728 -model3=model_13727 -head1=model_13884 -head2=model_13888 -unknown119=3 - -// 3472 -[npc_3472] -bas=bas_763 -vislevel=0 -size=5 -op1=Board -name=Ogre boat -model1=model_13729 -model2=model_13728 -model3=model_13727 -head1=model_13884 -head2=model_13888 -unknown119=3 - -// 3473 -[npc_3473] -bas=bas_767 -vislevel=0 -name=Balloon Toad -model1=model_13723 -unknown119=3 - -// 3474 -[npc_3474] -bas=bas_767 -vislevel=0 -recol1s=13570 -recol1d=13675 -name=Balloon Toad -model1=model_13723 -unknown119=3 - -// 3475 -[npc_3475] -bas=bas_766 -vislevel=0 -name=Balloon Toad -model1=model_13724 -unknown119=3 - -// 3476 -[npc_3476] -bas=bas_269 -size=3 -op5=Attack -alwaysontop=yes -vislevel=9 -name=Jubbly bird -model1=model_26863 -unknown119=3 - -// 3477 -[npc_3477] -bas=bas_768 -vislevel=0 -size=3 -op4=Pluck -name=Jubbly bird -model1=model_26863 -unknown119=3 - -// 3478 -[npc_3478] -bas=bas_177 -op1=Talk-to -vislevel=0 -name=King Awowogei -model1=model_4816 -model2=model_4823 -head1=model_4655 -unknown119=3 - -// 3479 -[npc_3479] -vislevel=1 -multivar=varplayerbit_1865 -multinpc=1,npc_3480 -multinpc=2,npc_3478 -unknown119=3 - -// 3480 -[npc_3480] -bas=bas_177 -vislevel=0 -op1=Inspect -vislevel=0 -name=King Awowogei -model1=model_4816 -model2=model_4823 -head1=model_4655 -unknown119=1 - -// 3481 -[npc_3481] -bas=bas_745 -op1=Talk-to -vislevel=0 -turnspeed=0 -name=Mizaru -model1=model_13878 -model2=model_13879 -model3=model_13880 -head1=model_13891 -head2=model_13890 -unknown119=3 - -// 3482 -[npc_3482] -bas=bas_744 -op1=Talk-to -vislevel=0 -turnspeed=0 -name=Kikazaru -model1=model_13878 -model2=model_13879 -model3=model_13880 -head1=model_13891 -head2=model_13889 -unknown119=3 - -// 3483 -[npc_3483] -bas=bas_746 -op1=Talk-to -vislevel=0 -turnspeed=0 -name=Iwazaru -model1=model_13878 -model2=model_13879 -model3=model_13880 -head1=model_13891 -head2=model_13892 -unknown119=3 - -// 3484 -[npc_3484] -bas=bas_268 -size=2 -resizeh=65 -resizev=65 -ambient=10 -alwaysontop=yes -op2=Attack -vislevel=84 -name=Big Snake -model1=model_13910 -unknown119=3 - -// 3485 -[npc_3485] -bas=bas_734 -vislevel=0 -recol1s=25098 -recol1d=28374 -recol2s=12 -recol2d=7402 -recol3s=7298 -recol3d=5285 -recol4s=32701 -recol4d=10504 -recol5s=6273 -recol5d=32701 -recol6s=29464 -recol6d=12618 -retex1s=material_228 -retex1d=material_426 -name=Culinaromancer -model1=model_12749 -model2=model_215 -model3=model_244 -model4=model_6131 -model5=model_13897 -model6=model_13330 -model7=model_12750 -model8=model_181 -head1=model_39347 -head2=model_39842 -head3=model_39312 -head4=model_39267 -unknown119=1 - -// 3486 -[npc_3486] -bas=bas_734 -vislevel=0 -recol1s=25098 -recol1d=28374 -recol2s=12 -recol2d=7402 -recol3s=7298 -recol3d=5285 -recol4s=32701 -recol4d=10504 -recol5s=6273 -recol5d=32701 -recol6s=29464 -recol6d=12618 -name=Culinaromancer -model1=model_12749 -model2=model_215 -model3=model_244 -model4=model_6131 -model5=model_13897 -model6=model_13330 -model7=model_12750 -model8=model_181 -model9=model_12756 -head1=model_39347 -head2=model_39842 -head3=model_39312 -head4=model_39267 -unknown119=1 - -// 3487 -[npc_3487] -bas=bas_734 -vislevel=0 -recol1s=25098 -recol1d=28374 -recol2s=12 -recol2d=7402 -recol3s=7298 -recol3d=5285 -recol4s=32701 -recol4d=10504 -recol5s=6273 -recol5d=32701 -recol6s=29464 -recol6d=12618 -retex1s=material_228 -retex1d=material_426 -name=Culinaromancer -model1=model_12749 -model2=model_215 -model3=model_244 -model4=model_6131 -model5=model_13897 -model6=model_13330 -model7=model_12750 -model8=model_181 -model9=model_12755 -head1=model_39347 -head2=model_39842 -head3=model_39312 -head4=model_39267 -unknown119=1 - -// 3488 -[npc_3488] -bas=bas_734 -vislevel=0 -recol1s=25098 -recol1d=28374 -recol2s=12 -recol2d=7402 -recol3s=7298 -recol3d=5285 -recol4s=32701 -recol4d=10504 -recol5s=6273 -recol5d=32701 -recol6s=29464 -recol6d=12618 -retex1s=material_228 -retex1d=material_426 -name=Culinaromancer -model1=model_12749 -model2=model_215 -model3=model_244 -model4=model_6131 -model5=model_13897 -model6=model_13330 -model7=model_12750 -model8=model_181 -model9=model_12754 -head1=model_39347 -head2=model_39842 -head3=model_39312 -head4=model_39267 -unknown119=1 - -// 3489 -[npc_3489] -bas=bas_734 -vislevel=0 -recol1s=25098 -recol1d=28374 -recol2s=12 -recol2d=7402 -recol3s=7298 -recol3d=5285 -recol4s=32701 -recol4d=10504 -recol5s=6273 -recol5d=32701 -recol6s=29464 -recol6d=12618 -retex1s=material_228 -retex1d=material_426 -name=Culinaromancer -model1=model_12749 -model2=model_215 -model3=model_244 -model4=model_6131 -model5=model_13897 -model6=model_13330 -model7=model_12750 -model8=model_181 -model9=model_12753 -head1=model_39347 -head2=model_39842 -head3=model_39312 -head4=model_39267 -unknown119=1 - -// 3490 -[npc_3490] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=28374 -recol2s=12 -recol2d=7402 -recol3s=7298 -recol3d=5285 -recol4s=32701 -recol4d=10504 -recol5s=6273 -recol5d=32701 -recol6s=29464 -recol6d=12618 -retex1s=material_228 -retex1d=material_426 -name=Culinaromancer -model1=model_12749 -model2=model_215 -model3=model_244 -model4=model_6131 -model5=model_13897 -model6=model_13330 -model7=model_12765 -model8=model_12750 -model9=model_181 -head1=model_39842 -head2=model_39347 -head3=model_39312 -head4=model_39267 -unknown119=1 - -// 3491 -[npc_3491] -bas=bas_4 -op2=Attack -vislevel=75 -recol1s=25098 -recol1d=28374 -recol2s=12 -recol2d=7402 -recol3s=7298 -recol3d=5285 -recol4s=32701 -recol4d=10504 -recol5s=6273 -recol5d=32701 -recol6s=29464 -recol6d=12618 -retex1s=material_228 -retex1d=material_426 -name=Culinaromancer -model1=model_12749 -model2=model_215 -model3=model_244 -model4=model_6131 -model5=model_13897 -model6=model_13330 -model7=model_12765 -model8=model_12750 -model9=model_181 -head1=model_39347 -head2=model_39842 -head3=model_39312 -head4=model_39267 -unknown119=3 - -// 3492 -[npc_3492] -bas=bas_736 -turnspeed=15 -vislevel=0 -recol1s=25098 -recol1d=28374 -recol2s=12 -recol2d=7402 -recol3s=7298 -recol3d=5285 -recol4s=32701 -recol4d=10504 -recol5s=6273 -recol5d=32701 -recol6s=29464 -recol6d=12618 -retex1s=material_228 -retex1d=material_426 -name=Culinaromancer -model1=model_12749 -model2=model_215 -model3=model_244 -model4=model_6131 -model5=model_13897 -model6=model_13330 -model7=model_12765 -model8=model_12750 -model9=model_181 -head1=model_39842 -head2=model_39267 -head3=model_39549 -head4=model_39347 -unknown119=1 - -// 3493 -[npc_3493] -bas=bas_733 -size=3 -op2=Attack -vislevel=146 -name=Agrith-Na-Na -model1=model_13693 -unknown119=3 - -// 3494 -[npc_3494] -bas=bas_266 -size=5 -resizev=90 -resizeh=90 -op2=Attack -vislevel=149 -name=Flambeed -model1=model_13905 -model2=model_13906 -model3=model_13907 -unknown119=3 - -// 3495 -[npc_3495] -bas=bas_4 -op2=Attack -ambient=50 -contrast=50 -alwaysontop=yes -vislevel=136 -name=Karamel -model1=model_13337 -unknown119=3 - -// 3496 -[npc_3496] -bas=bas_735 -size=1 -op2=Attack -vislevel=121 -name=Dessourt -model1=model_13694 -unknown119=3 - -// 3497 -[npc_3497] -bas=bas_196 -size=3 -op2=Attack -vislevel=130 -recol1s=19488 -recol1d=28407 -name=Gelatinnoth Mother -model1=model_13442 -unknown119=3 - -// 3498 -[npc_3498] -bas=bas_196 -size=3 -op2=Attack -vislevel=130 -recol1s=19488 -recol1d=32192 -name=Gelatinnoth Mother -model1=model_13442 -unknown119=3 - -// 3499 -[npc_3499] -bas=bas_196 -size=3 -op2=Attack -vislevel=130 -recol1s=19488 -recol1d=7582 -name=Gelatinnoth Mother -model1=model_13442 -unknown119=3 - -// 3500 -[npc_3500] -bas=bas_196 -size=3 -op2=Attack -vislevel=130 -name=Gelatinnoth Mother -model1=model_13442 -unknown119=3 - -// 3501 -[npc_3501] -bas=bas_196 -size=3 -op2=Attack -vislevel=130 -recol1s=19488 -recol1d=7776 -name=Gelatinnoth Mother -model1=model_13442 -unknown119=3 - -// 3502 -[npc_3502] -bas=bas_196 -size=3 -op2=Attack -vislevel=130 -recol1s=19488 -recol1d=8387 -name=Gelatinnoth Mother -model1=model_13442 -unknown119=3 - -// 3503 -[npc_3503] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -ambient=40 -recol1s=4228 -recol1d=9216 -name=Overgrown hellcat -model1=model_34017 -head1=model_34058 -unknown119=3 - -// 3504 -[npc_3504] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -name=Hellcat -model1=model_34025 -head1=model_34036 -unknown119=3 - -// 3505 -[npc_3505] -bas=bas_41 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op1=Pick-up -op2=Hidden -op3=Talk-to -op4=Interact-with -minimap=no -name=Hell-kitten -model1=model_34010 -head1=model_34048 -unknown119=2 - -// 3506 -[npc_3506] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -ambient=40 -name=Lazy hellcat -model1=model_34005 -head1=model_34051 -unknown119=3 - -// 3507 -[npc_3507] -bas=bas_41 -vislevel=0 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -name=Wily hellcat -model1=model_34029 -head1=model_34043 -unknown119=3 - -// 3508 -[npc_3508] -bas=bas_39 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=12617 -recol2s=2340 -recol2d=8420 -recol3s=14724 -recol3d=16774 -name=Leo -model1=model_6848 -model2=model_13937 -model3=model_11190 -model4=model_293 -model5=model_169 -model6=model_177 -model7=model_13938 -model8=model_275 -model9=model_185 -head1=model_39744 -head2=model_39212 -head3=model_39339 -unknown119=1 - -// 3509 -[npc_3509] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=32767 -recol1d=6210 -recol2s=15856 -recol2d=32497 -recol3s=2340 -recol3d=6340 -recol4s=14724 -recol4d=11522 -recol5s=25098 -recol5d=24243 -recol6s=18464 -recol6d=4229 -retex1s=material_257 -retex1d=material_314 -name=Sorin -model1=model_9452 -model2=model_246 -model3=model_310 -model4=model_326 -model5=model_163 -model6=model_176 -model7=model_274 -model8=model_185 -head1=model_40019 -head2=model_39223 -unknown119=3 - -// 3510 -[npc_3510] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1981 -multinpc=1,npc_3511 -multinpc=2,npc_3539 -unknown119=3 - -// 3511 -[npc_3511] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=32767 -recol1d=6210 -recol2s=15856 -recol2d=32497 -recol3s=2340 -recol3d=6340 -recol4s=14724 -recol4d=11522 -recol5s=25098 -recol5d=24243 -recol6s=18464 -recol6d=4229 -retex1s=material_257 -retex1d=material_314 -name=Wiskit -model1=model_9452 -model2=model_246 -model3=model_310 -model4=model_326 -model5=model_163 -model6=model_10218 -model7=model_274 -model8=model_185 -head1=model_40019 -head2=model_39223 -unknown119=3 - -// 3512 -[npc_3512] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1981 -multinpc=1,npc_3514 -unknown119=3 - -// 3513 -[npc_3513] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1981 -multinpc=1,npc_3515 -unknown119=3 - -// 3514 -[npc_3514] -vislevel=0 -op1=Talk-to -resizeh=143 -resizev=140 -recol1s=25098 -recol1d=21108 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3515 -[npc_3515] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=132 -resizev=130 -recol1s=25098 -recol1d=22159 -recol2s=9583 -recol2d=7470 -recol3s=8526 -recol3d=6412 -recol4s=6412 -recol4d=4298 -recol5s=18034 -recol5d=15920 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3516 -[npc_3516] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1981 -multinpc=1,npc_3517 -unknown119=3 - -// 3517 -[npc_3517] -bas=bas_102 -vislevel=0 -op1=Talk-to -resizeh=144 -resizev=144 -recol1s=25098 -recol1d=22159 -recol2s=14724 -recol2d=28535 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -name=Gadderanks -model1=model_6848 -model2=model_170 -model3=model_14048 -model4=model_14045 -model5=model_14051 -model6=model_248 -model7=model_176 -head1=model_39744 -head2=model_39275 -unknown119=3 - -// 3518 -[npc_3518] -bas=bas_102 -op1=Talk-to -op2=Attack -resizeh=144 -resizev=144 -vislevel=35 -recol1s=25098 -recol1d=22159 -recol2s=14724 -recol2d=28535 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -name=Gadderanks -model1=model_6848 -model2=model_170 -model3=model_14048 -model4=model_14045 -model5=model_14051 -model6=model_248 -model7=model_176 -head1=model_39744 -head2=model_39275 -unknown119=3 - -// 3519 -[npc_3519] -bas=bas_863 -vislevel=0 -size=2 -op1=Talk-to -resizeh=144 -resizev=144 -turnspeed=0 -recol1s=25098 -recol1d=22159 -recol2s=14724 -recol2d=28535 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -name=Gadderanks -model1=model_6848 -model2=model_170 -model3=model_14048 -model4=model_14045 -model5=model_14051 -model6=model_248 -model7=model_176 -head1=model_39744 -head2=model_39275 -unknown119=3 - -// 3520 -[npc_3520] -bas=bas_4 -op2=Attack -resizeh=143 -resizev=140 -vislevel=50 -recol1s=25098 -recol1d=21108 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3521 -[npc_3521] -bas=bas_4 -op2=Attack -resizeh=143 -resizev=140 -vislevel=54 -recol1s=25098 -recol1d=22159 -recol2s=9583 -recol2d=7470 -recol3s=8526 -recol3d=6412 -recol4s=6412 -recol4d=4298 -recol5s=18034 -recol5d=15920 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3522 -[npc_3522] -bas=bas_4 -resizeh=143 -resizev=140 -op2=Attack -ambient=-25 -vislevel=54 -recol1s=25098 -recol1d=21108 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3523 -[npc_3523] -bas=bas_4 -resizeh=132 -resizev=130 -op2=Attack -ambient=-25 -vislevel=54 -recol1s=25098 -recol1d=21108 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3524 -[npc_3524] -bas=bas_4 -resizeh=145 -resizev=147 -op2=Attack -ambient=-25 -vislevel=54 -recol1s=25098 -recol1d=22159 -recol2s=9583 -recol2d=7470 -recol3s=8526 -recol3d=6412 -recol4s=6412 -recol4d=4298 -recol5s=18034 -recol5d=15920 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3525 -[npc_3525] -bas=bas_4 -resizeh=136 -resizev=136 -op2=Attack -ambient=-25 -vislevel=54 -recol1s=25098 -recol1d=17009 -recol2s=9583 -recol2d=11698 -recol3s=8526 -recol3d=10640 -recol4s=6412 -recol4d=8526 -recol5s=18034 -recol5d=19023 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3526 -[npc_3526] -bas=bas_4 -size=1 -resizeh=190 -resizev=158 -op2=Attack -vislevel=64 -recol1s=2340 -recol1d=0 -recol2s=7298 -recol2d=26293 -recol3s=25098 -recol3d=26293 -recol4s=6144 -recol4d=0 -recol5s=18991 -recol5d=26293 -name=Vampyre Juvinate -model1=model_4089 -model2=model_16346 -model3=model_10133 -model4=model_16345 -model5=model_176 -model6=model_275 -model7=model_33033 -head1=model_6216 -unknown119=3 - -// 3527 -[npc_3527] -bas=bas_170 -resizeh=143 -resizev=140 -op2=Attack -ambient=-25 -turnspeed=0 -vislevel=54 -recol1s=25098 -recol1d=21108 -name=Held Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=1 - -// 3528 -[npc_3528] -bas=bas_4 -vislevel=0 -resizeh=143 -resizev=140 -ambient=-25 -recol1s=25098 -recol1d=21108 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3529 -[npc_3529] -bas=bas_4 -vislevel=0 -resizeh=132 -resizev=130 -ambient=-25 -recol1s=25098 -recol1d=21108 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3530 -[npc_3530] -bas=bas_125 -vislevel=0 -size=3 -alwaysontop=yes -name=Mist -model1=model_4086 -unknown119=1 - -// 3531 -[npc_3531] -bas=bas_4 -resizeh=142 -resizev=142 -op2=Attack -vislevel=45 -recol1s=2340 -recol1d=10503 -recol2s=14724 -recol2d=9515 -recol3s=25098 -recol3d=27346 -recol4s=18991 -recol4d=27346 -recol5s=7298 -recol5d=7332 -name=Vampyre Juvenile -model1=model_4089 -model2=model_246 -model3=model_14047 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -unknown119=3 - -// 3532 -[npc_3532] -bas=bas_4 -resizeh=142 -resizev=142 -op2=Attack -vislevel=45 -recol1s=2340 -recol1d=8389 -recol2s=14724 -recol2d=8457 -recol3s=25098 -recol3d=25266 -recol4s=18991 -recol4d=25266 -recol5s=7298 -recol5d=7332 -recol6s=9515 -recol6d=8458 -name=Vampyre Juvenile -model1=model_4089 -model2=model_246 -model3=model_14047 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -unknown119=3 - -// 3533 -[npc_3533] -bas=bas_4 -resizeh=142 -resizev=142 -op2=Attack -vislevel=45 -recol1s=2340 -recol1d=6310 -recol2s=14724 -recol2d=7400 -recol3s=25098 -recol3d=24244 -recol4s=18991 -recol4d=24244 -recol5s=7298 -recol5d=6275 -name=Vampyre Juvenile -model1=model_4089 -model2=model_246 -model3=model_14047 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -unknown119=3 - -// 3534 -[npc_3534] -bas=bas_170 -resizeh=142 -resizev=142 -op2=Attack -turnspeed=0 -vislevel=45 -recol1s=2340 -recol1d=6310 -recol2s=14724 -recol2d=7400 -recol3s=25098 -recol3d=24244 -recol4s=18991 -recol4d=24244 -recol5s=7298 -recol5d=6275 -name=Held Vampyre Juvenile -model1=model_4089 -model2=model_246 -model3=model_14047 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -unknown119=1 - -// 3535 -[npc_3535] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7329 -recol1d=9 -recol2s=16846 -recol2d=11488 -recol3s=2340 -recol3d=9314 -recol4s=15856 -recol4d=23104 -recol5s=32736 -recol5d=31879 -recol6s=14724 -recol6d=12320 -retex1s=material_268 -retex1d=material_202 -name=Ivan Strom -model1=model_207 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_176 -model6=model_274 -model7=model_185 -model8=model_287 -model9=model_317 -model10=model_521 -model11=model_519 -head1=model_40023 -head2=model_39223 -unknown119=3 - -// 3536 -[npc_3536] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7329 -recol1d=9 -recol2s=16846 -recol2d=11488 -recol3s=2340 -recol3d=9314 -recol4s=15856 -recol4d=23104 -recol5s=32736 -recol5d=31879 -recol6s=14724 -recol6d=12320 -retex1s=material_268 -retex1d=material_202 -name=Ivan Strom -model1=model_207 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_176 -model6=model_274 -model7=model_185 -model8=model_287 -model9=model_317 -model10=model_521 -model11=model_3604 -head1=model_40023 -head2=model_39223 -unknown119=3 - -// 3537 -[npc_3537] -bas=bas_4 -op2=Attack -resizeh=143 -resizev=140 -ambient=-25 -vislevel=75 -recol1s=25098 -recol1d=21108 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3538 -[npc_3538] -bas=bas_4 -op2=Attack -resizeh=143 -resizev=140 -ambient=-25 -vislevel=50 -recol1s=25098 -recol1d=22159 -recol2s=9583 -recol2d=7470 -recol3s=8526 -recol3d=6412 -recol4s=6412 -recol4d=4298 -recol5s=18034 -recol5d=15920 -name=Vampyre Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3539 -[npc_3539] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=9377 -recol2s=32735 -recol2d=9708 -recol3s=7298 -recol3d=11561 -recol4s=25098 -recol4d=15716 -recol5s=6273 -recol5d=0 -recol6s=32736 -recol6d=6305 -name=Veliaf Hurtz -model1=model_210 -model2=model_247 -model3=model_313 -model4=model_167 -model5=model_179 -model6=model_268 -model7=model_181 -model8=model_284 -model9=model_244 -model10=model_3604 -head1=model_39600 -head2=model_39256 -head3=model_39312 -unknown119=3 - -// 3540 -[npc_3540] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=117 -resizev=122 -recol1s=13600 -recol1d=23250 -recol2s=25098 -recol2d=23250 -recol3s=2340 -recol3d=23250 -recol4s=6273 -recol4d=11394 -recol5s=13605 -recol5d=4259 -recol6s=22059 -recol6d=8487 -retex1s=material_251 -retex1d=material_314 -name=Elisabeta -model1=model_393 -model2=model_5678 -model3=model_5675 -model4=model_443 -model5=model_8934 -head1=model_39116 -unknown119=3 - -// 3541 -[npc_3541] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -resizeh=117 -resizev=122 -recol1s=15856 -recol1d=32497 -recol2s=2340 -recol2d=6340 -recol3s=14724 -recol3d=8418 -recol4s=25098 -recol4d=23250 -recol5s=18464 -recol5d=4259 -retex1s=material_257 -retex1d=material_314 -name=Aurel -model1=model_206 -model2=model_250 -model3=model_310 -model4=model_326 -model5=model_163 -model6=model_176 -model7=model_275 -model8=model_181 -head1=model_39947 -head2=model_38642 -unknown119=3 - -// 3542 -[npc_3542] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=117 -resizev=122 -recol1s=15856 -recol1d=32497 -recol2s=2340 -recol2d=6340 -recol3s=14724 -recol3d=8453 -recol4s=25098 -recol4d=23250 -recol5s=18464 -recol5d=4229 -retex1s=material_257 -retex1d=material_314 -name=Sorin -model1=model_9452 -model2=model_246 -model3=model_310 -model4=model_326 -model5=model_163 -model6=model_10218 -model7=model_274 -model8=model_185 -head1=model_40019 -head2=model_39223 -unknown119=3 - -// 3543 -[npc_3543] -bas=bas_4 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=15856 -recol1d=23250 -recol2s=2340 -recol2d=6336 -recol3s=25098 -recol3d=23250 -recol4s=14695 -recol4d=8486 -recol5s=10401 -recol5d=7428 -name=Luscion -model1=model_210 -model2=model_250 -model3=model_8845 -model4=model_326 -model5=model_32593 -model6=model_10218 -model7=model_275 -model8=model_8919 -head1=model_40031 -head2=model_39260 -unknown119=3 - -// 3544 -[npc_3544] -bas=bas_4 -vislevel=0 -resizeh=120 -resizev=120 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=32767 -recol1d=6210 -recol2s=15856 -recol2d=23250 -recol3s=2340 -recol3d=6340 -recol4s=14724 -recol4d=7427 -recol5s=25098 -recol5d=23250 -recol6s=18464 -recol6d=4229 -retex1s=material_257 -retex1d=material_313 -name=Sergiu -model1=model_214 -model2=model_250 -model3=model_310 -model4=model_163 -model5=model_10218 -model6=model_275 -model7=model_9823 -head1=model_39629 -head2=model_38642 -unknown119=3 - -// 3545 -[npc_3545] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=122 -op1=Talk-to -recol1s=2340 -recol1d=4290 -recol2s=15856 -recol2d=23250 -recol3s=14724 -recol3d=4258 -recol4s=6144 -recol4d=12645 -recol5s=25098 -recol5d=23250 -recol6s=7298 -recol6d=23250 -name=Radu -model1=model_217 -model2=model_253 -model3=model_310 -model4=model_33034 -model5=model_10218 -model6=model_271 -model7=model_33033 -head1=model_39589 -head2=model_39227 -unknown119=3 - -// 3546 -[npc_3546] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=113 -op1=Talk-to -recol1s=2340 -recol1d=3298 -recol2s=7298 -recol2d=23250 -recol3s=15856 -recol3d=23250 -recol4s=6273 -recol4d=9544 -recol5s=25098 -recol5d=23250 -recol6s=14695 -recol6d=6370 -name=Grigore -model1=model_6848 -model2=model_253 -model3=model_8845 -model4=model_32593 -model5=model_10218 -model6=model_254 -model7=model_33033 -head1=model_39975 -head2=model_39268 -unknown119=3 - -// 3547 -[npc_3547] -bas=bas_4 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=7462 -recol2s=14724 -recol2d=5313 -recol3s=15856 -recol3d=23250 -recol4s=18464 -recol4d=23250 -recol5s=25098 -recol5d=23250 -retex1s=material_202 -retex1d=material_277 -retex2s=material_257 -retex2d=material_292 -name=Ileana -model1=model_387 -model2=model_474 -model3=model_9359 -model4=model_10706 -model5=model_438 -model6=model_358 -head1=model_39024 -unknown119=3 - -// 3548 -[npc_3548] -bas=bas_4 -vislevel=0 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=5447 -recol2s=14724 -recol2d=3268 -recol3s=16846 -recol3d=23250 -recol4s=18464 -recol4d=17764 -recol5s=15856 -recol5d=23250 -recol6s=25098 -recol6d=23250 -name=Valeria -model1=model_382 -model2=model_8849 -model3=model_33036 -model4=model_10706 -model5=model_438 -model6=model_361 -head1=model_39077 -unknown119=3 - -// 3549 -[npc_3549] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=122 -op1=Talk-to -recol1s=2340 -recol1d=3268 -recol2s=14724 -recol2d=7463 -recol3s=16846 -recol3d=23250 -recol4s=7298 -recol4d=23250 -recol5s=15856 -recol5d=23250 -recol6s=25098 -recol6d=23250 -retex1s=material_262 -retex1d=material_277 -name=Emilia -model1=model_390 -model2=model_472 -model3=model_33036 -model4=model_10706 -model5=model_435 -head1=model_39149 -unknown119=3 - -// 3550 -[npc_3550] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=122 -op1=Talk-to -recol1s=2340 -recol1d=6402 -recol2s=15856 -recol2d=23250 -recol3s=14724 -recol3d=3266 -recol4s=6144 -recol4d=8581 -recol5s=25098 -recol5d=23250 -recol6s=7298 -recol6d=23250 -name=Florin -model1=model_217 -model2=model_253 -model3=model_310 -model4=model_33034 -model5=model_10218 -model6=model_271 -model7=model_33033 -head1=model_39589 -head2=model_39227 -unknown119=3 - -// 3551 -[npc_3551] -bas=bas_248 -vislevel=0 -op1=Talk-to -recol1s=7300 -recol1d=4229 -recol2s=8357 -recol2d=3172 -recol3s=2243 -recol3d=6339 -recol4s=25200 -recol4d=24243 -recol5s=4357 -recol5d=8453 -recol6s=11590 -recol6d=9479 -name=Catalina -model1=model_29212 -model2=model_29194 -model3=model_29206 -model4=model_28611 -model5=model_29202 -model6=model_28670 -head1=model_29216 -unknown119=3 - -// 3552 -[npc_3552] -bas=bas_248 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=7363 -recol2d=5217 -recol3s=2243 -recol3d=5251 -recol4s=4357 -recol4d=6308 -recol5s=6471 -recol5d=7365 -recol6s=11590 -recol6d=4194 -name=Ivan -model1=model_29215 -model2=model_29196 -model3=model_29208 -model4=model_28611 -model5=model_29198 -model6=model_28676 -head1=model_29219 -unknown119=3 - -// 3553 -[npc_3553] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=7363 -recol2d=12616 -recol3s=2243 -recol3d=6277 -recol4s=4357 -recol4d=7334 -recol5s=6471 -recol5d=8391 -recol6s=11590 -recol6d=9479 -name=Victor -model1=model_29213 -model2=model_29192 -model3=model_29205 -model4=model_28611 -model5=model_29199 -model6=model_29211 -head1=model_29220 -unknown119=3 - -// 3554 -[npc_3554] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=22191 -recol2d=7432 -recol3s=21134 -recol3d=6375 -recol4s=20077 -recol4d=5318 -recol5s=19020 -recol5d=4261 -recol6s=7363 -recol6d=8422 -name=Helena -model1=model_29214 -model2=model_29195 -model3=model_29207 -model4=model_28611 -model5=model_29201 -model6=model_28670 -head1=model_29221 -unknown119=3 - -// 3555 -[npc_3555] -bas=bas_4 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=7430 -recol2s=14724 -recol2d=4257 -recol3s=15856 -recol3d=23250 -recol4s=25098 -recol4d=23250 -recol5s=6144 -recol5d=23250 -recol6s=8386 -recol6d=7429 -retex1s=material_202 -retex1d=material_314 -retex2s=material_257 -retex2d=material_313 -name=Teodor -model1=model_6364 -model2=model_217 -model3=model_246 -model4=model_310 -model5=model_151 -model6=model_10218 -model7=model_495 -model8=model_275 -model9=model_9823 -head1=model_39972 -head2=model_39387 -head3=model_39223 -unknown119=3 - -// 3556 -[npc_3556] -vislevel=0 -size=2 -op1=Talk-to -turnspeed=0 -recol1s=18464 -recol1d=17764 -name=Marius -model1=model_14035 -head1=model_39589 -head2=model_39227 -unknown119=3 - -// 3557 -[npc_3557] -bas=bas_4 -vislevel=0 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=5413 -recol2s=14724 -recol2d=6403 -recol3s=16846 -recol3d=23250 -recol4s=18464 -recol4d=14693 -recol5s=15856 -recol5d=23250 -recol6s=25098 -recol6d=23250 -name=Gabriela -model1=model_382 -model2=model_8849 -model3=model_33036 -model4=model_10706 -model5=model_438 -model6=model_361 -head1=model_39077 -unknown119=3 - -// 3558 -[npc_3558] -bas=bas_249 -vislevel=0 -size=2 -resizeh=117 -resizev=122 -op1=Talk-to -vislevel=0 -ambient=-25 -recol1s=2340 -recol1d=15718 -recol2s=15856 -recol2d=32730 -recol3s=14724 -recol3d=10438 -recol4s=6144 -recol4d=12645 -recol5s=25098 -recol5d=32730 -recol6s=7298 -recol6d=32730 -name=Vladimir -model1=model_217 -model2=model_253 -model3=model_315 -model4=model_33034 -model5=model_10218 -model6=model_4227 -head1=model_39589 -head2=model_39227 -unknown119=3 - -// 3559 -[npc_3559] -bas=bas_192 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=15856 -recol1d=23250 -recol2s=2340 -recol2d=6336 -recol3s=25098 -recol3d=23250 -recol4s=14695 -recol4d=9510 -name=Calin -model1=model_210 -model2=model_250 -model3=model_8845 -model4=model_32593 -model5=model_10218 -model6=model_264 -head1=model_40031 -head2=model_39260 -unknown119=3 - -// 3560 -[npc_3560] -bas=bas_192 -vislevel=0 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=6273 -recol1d=5282 -recol2s=15856 -recol2d=23250 -recol3s=2340 -recol3d=4260 -recol4s=14724 -recol4d=8482 -recol5s=25098 -recol5d=23250 -recol6s=18464 -recol6d=4229 -retex1s=material_257 -retex1d=material_314 -name=Mihail -model1=model_214 -model2=model_250 -model3=model_310 -model4=model_163 -model5=model_10218 -model6=model_264 -head1=model_39629 -head2=model_38642 -unknown119=3 - -// 3561 -[npc_3561] -bas=bas_192 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=8486 -recol2s=14724 -recol2d=5313 -recol3s=15856 -recol3d=23250 -recol4s=18464 -recol4d=23250 -recol5s=25098 -recol5d=23250 -retex1s=material_202 -retex1d=material_277 -name=Nicoleta -model1=model_387 -model2=model_474 -model3=model_9359 -model4=model_10706 -model5=model_427 -head1=model_39024 -unknown119=3 - -// 3562 -[npc_3562] -bas=bas_192 -vislevel=0 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=5381 -recol2s=14724 -recol2d=4291 -recol3s=16846 -recol3d=23250 -recol4s=18464 -recol4d=17764 -recol5s=15856 -recol5d=23250 -recol6s=25098 -recol6d=23250 -name=Simona -model1=model_382 -model2=model_8849 -model3=model_33036 -model4=model_10706 -model5=model_427 -head1=model_39077 -unknown119=3 - -// 3563 -[npc_3563] -bas=bas_218 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=15856 -recol1d=23250 -recol2s=2340 -recol2d=4289 -recol3s=25098 -recol3d=23250 -recol4s=14695 -recol4d=5349 -name=Vasile -model1=model_210 -model2=model_250 -model3=model_8845 -model4=model_32593 -model5=model_10218 -model6=model_275 -model7=model_8919 -model8=model_10087 -head1=model_40031 -head2=model_39260 -unknown119=3 - -// 3564 -[npc_3564] -bas=bas_218 -vislevel=0 -resizeh=125 -resizev=113 -op1=Talk-to -recol1s=2340 -recol1d=3266 -recol2s=7298 -recol2d=23250 -recol3s=15856 -recol3d=23250 -recol4s=6273 -recol4d=8521 -recol5s=25098 -recol5d=23250 -recol6s=14695 -recol6d=5346 -name=Razvan -model1=model_6848 -model2=model_253 -model3=model_8845 -model4=model_32593 -model5=model_10218 -model6=model_254 -model7=model_33033 -model8=model_10087 -head1=model_39986 -head2=model_39227 -unknown119=3 - -// 3565 -[npc_3565] -bas=bas_218 -vislevel=0 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=7461 -recol2s=14724 -recol2d=3268 -recol3s=16846 -recol3d=23250 -recol4s=18464 -recol4d=17764 -recol5s=15856 -recol5d=23250 -recol6s=25098 -recol6d=23250 -name=Luminata -model1=model_382 -model2=model_8849 -model3=model_33036 -model4=model_10706 -model5=model_438 -model6=model_361 -model7=model_10087 -head1=model_39077 -modeloffset6=3,-11,6 -unknown119=3 - -// 3566 -[npc_3566] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1979 -multinpc=0,npc_3568 -unknown119=3 - -// 3567 -[npc_3567] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1979 -multinpc=1,npc_3569 -unknown119=3 - -// 3568 -[npc_3568] -bas=bas_4 -vislevel=0 -op1=Talk-to -op1=Talk-to -recol1s=2340 -recol1d=5313 -recol2s=32735 -recol2d=23250 -recol3s=15856 -recol3d=23250 -recol4s=6273 -recol4d=14794 -recol5s=25098 -recol5d=23250 -recol6s=14724 -recol6d=2209 -retex1s=material_228 -retex1d=material_426 -name=Cornelius -model1=model_6848 -model2=model_253 -model3=model_310 -model4=model_320 -model5=model_32593 -model6=model_10218 -model7=model_254 -model8=model_181 -head1=model_39986 -head2=model_39227 -unknown119=3 - -// 3569 -[npc_3569] -bas=bas_4 -vislevel=0 -op1=Talk-to -op1=Talk-to -recol1s=2340 -recol1d=5313 -recol2s=32735 -recol2d=23250 -recol3s=15856 -recol3d=23250 -recol4s=6273 -recol4d=14794 -recol5s=25098 -recol5d=23250 -recol6s=14724 -recol6d=2209 -retex1s=material_228 -retex1d=material_426 -name=Cornelius -model1=model_6848 -model2=model_253 -model3=model_310 -model4=model_320 -model5=model_32593 -model6=model_10218 -model7=model_254 -model8=model_181 -model9=model_10037 -head1=model_39914 -head2=model_39280 -head3=model_39401 -unknown119=3 - -// 3570 -[npc_3570] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=21108 -name=Benjamin -model1=model_9452 -model2=model_246 -model3=model_16342 -model4=model_16341 -model5=model_177 -model6=model_176 -model7=model_14044 -head1=model_40019 -head2=model_39223 -unknown119=3 - -// 3571 -[npc_3571] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=-25 -recol1s=25098 -recol1d=21108 -name=Liam -model1=model_210 -model2=model_250 -model3=model_16342 -model4=model_16341 -model5=model_177 -model6=model_176 -model7=model_14044 -head1=model_39769 -head2=model_38642 -unknown119=3 - -// 3572 -[npc_3572] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=-25 -recol1s=25098 -recol1d=21108 -name=Miala -model1=model_214 -model2=model_250 -model3=model_16342 -model4=model_16341 -model5=model_177 -model6=model_176 -model7=model_14044 -head1=model_39629 -head2=model_38642 -unknown119=3 - -// 3573 -[npc_3573] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=-25 -recol1s=25098 -recol1d=21108 -name=Verak -model1=model_217 -model2=model_253 -model3=model_16342 -model4=model_16341 -model5=model_177 -model6=model_176 -model7=model_14044 -head1=model_39589 -head2=model_39227 -unknown119=3 - -// 3574 -[npc_3574] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 3575 -[npc_3575] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 3576 -[npc_3576] -bas=bas_4 -op2=Attack -resizeh=143 -resizev=140 -op2=Attack -ambient=5 -vislevel=59 -recol1s=25098 -recol1d=20115 -recol2s=6412 -recol2d=8585 -recol3s=8526 -recol3d=9642 -recol4s=9583 -recol4d=10699 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3577 -[npc_3577] -bas=bas_4 -op2=Attack -resizeh=132 -resizev=130 -op2=Attack -ambient=5 -vislevel=90 -recol1s=25098 -recol1d=19058 -recol2s=6412 -recol2d=10632 -recol3s=8526 -recol3d=9575 -recol4s=9583 -recol4d=8518 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3578 -[npc_3578] -bas=bas_4 -resizeh=145 -resizev=147 -op2=Attack -ambient=5 -vislevel=119 -recol1s=25098 -recol1d=19058 -recol2s=6412 -recol2d=8519 -recol3s=8526 -recol3d=7462 -recol4s=9583 -recol4d=6405 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 3579 -[npc_3579] -bas=bas_832 -vislevel=0 -alwaysontop=yes -op1=Shear -op3=Talk-to -name=Sheep -model1=model_14084 -model2=model_14085 -head1=model_21525 -unknown119=3 - -// 3580 -[npc_3580] -bas=bas_171 -size=1 -vislevel=0 -name=Tentacle -model1=model_13201 -unknown119=1 - -// 3581 -[npc_3581] -bas=bas_71 -op2=Attack -vislevel=22 -name=Skeleton -model1=model_21176 -model2=model_21178 -model3=model_21160 -model4=model_21156 -model5=model_21182 -model6=model_21199 -model7=model_21187 -unknown119=3 - -// 3582 -[npc_3582] -bas=bas_98 -resizeh=110 -resizev=110 -op2=Attack -vislevel=44 -name=Guard dog -model1=model_26255 -unknown119=3 - -// 3583 -[npc_3583] -bas=bas_88 -op2=Attack -vislevel=54 -recol1s=7399 -recol1d=5251 -recol2s=9444 -recol2d=13540 -recol3s=10466 -recol3d=11492 -recol4s=7328 -recol4d=11492 -recol5s=18924 -recol5d=5251 -name=Hobgoblin -model1=model_14109 -unknown119=3 - -// 3584 -[npc_3584] -bas=bas_42 -op2=Attack -vislevel=91 -name=Troll -model1=model_3753 -model2=model_3756 -model3=model_3758 -model4=model_14113 -unknown119=3 - -// 3585 -[npc_3585] -bas=bas_1388 -size=2 -resizeh=78 -resizev=78 -op2=Attack -vislevel=81 -recol1s=31808 -recol1d=12416 -recol2s=2014 -recol2d=5184 -recol3s=1666 -recol3d=6144 -recol4s=32736 -recol4d=23808 -recol5s=31773 -recol5d=8258 -recol6s=14392 -recol6d=6241 -name=Huge spider -model1=model_20307 -model2=model_20308 -unknown119=3 - -// 3586 -[npc_3586] -bas=bas_96 -size=2 -op2=Attack -vislevel=122 -name=Hellhound -model1=model_26258 -unknown119=3 - -// 3587 -[npc_3587] -bas=bas_765 -size=2 -op1=Talk-to -alwaysontop=yes -vislevel=1 -name=Rantz -model1=model_2878 -model2=model_2874 -head1=model_141 -unknown119=3 - -// 3588 -[npc_3588] -bas=bas_194 -size=2 -resizeh=100 -resizev=100 -op2=Attack -vislevel=65 -name=Baby red dragon -model1=model_17411 -model2=model_17427 -model3=model_17421 -model4=model_17417 -unknown119=3 - -// 3589 -[npc_3589] -bas=bas_195 -size=3 -resizeh=172 -resizev=172 -op2=Attack -vislevel=85 -recol1s=12677 -recol1d=162 -recol2s=192 -recol2d=6337 -name=Kalphite Soldier -model1=model_24593 -unknown119=3 - -// 3590 -[npc_3590] -bas=bas_1384 -size=3 -ambient=15 -contrast=15 -op2=Attack -resizeh=96 -resizev=96 -vislevel=246 -recol1s=3173 -recol1d=11593 -recol2s=5353 -recol2d=14731 -recol3s=6410 -recol3d=16845 -recol4s=8524 -recol4d=18959 -recol5s=10638 -recol5d=21073 -recol6s=16980 -recol6d=22163 -name=Steel dragon -model1=model_24578 -model2=model_24587 -model3=model_24583 -model4=model_24579 -unknown119=3 - -// 3591 -[npc_3591] -bas=bas_196 -size=3 -op2=Attack -vislevel=135 -recol1s=14795 -recol1d=12650 -recol2s=12683 -recol2d=11593 -recol3s=11626 -recol3d=10536 -recol4s=10569 -recol4d=9479 -name=Dagannoth -model1=model_4587 -model2=model_14117 -unknown119=3 - -// 3592 -[npc_3592] -bas=bas_197 -size=3 -op2=Attack -ambient=60 -contrast=60 -resizev=75 -resizeh=75 -vislevel=135 -name=Tok-Xil -model1=model_34134 -unknown119=3 - -// 3593 -[npc_3593] -bas=bas_75 -size=2 -op2=Attack -resizeh=65 -resizev=65 -vislevel=82 -name=Demon -model1=model_17375 -model2=model_17393 -model3=model_17384 -model4=model_17399 -model5=model_17376 -unknown119=3 - -// 3594 -[npc_3594] -bas=bas_1387 -size=2 -op2=Attack -vislevel=97 -name=Rocnar -model1=model_13224 -unknown119=3 - -// 3595 -[npc_3595] -bas=bas_1392 -size=1 -op1=Pick-up -vislevel=0 -minimap=no -name=Toy Soldier -model1=model_13227 -unknown119=1 - -// 3596 -[npc_3596] -bas=bas_1390 -size=1 -op1=Pick-up -vislevel=0 -minimap=no -name=Toy Doll -model1=model_13225 -unknown119=1 - -// 3597 -[npc_3597] -bas=bas_1391 -size=1 -op1=Pick-up -vislevel=0 -minimap=no -name=Toy Mouse -model1=model_13226 -unknown119=3 - -// 3598 -[npc_3598] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op5=Shoo -minimap=no -name=Clockwork cat -model1=model_34024 -head1=model_34040 -unknown119=3 - -// 3599 -[npc_3599] -bas=bas_339 -alwaysontop=yes -op2=Attack -size=3 -resizeh=97 -resizev=97 -ambient=10 -vislevel=80 -recol1s=30150 -recol1d=18120 -recol2s=28036 -recol2d=15975 -recol3s=25922 -recol3d=13861 -name=Swamp snake -model1=model_14171 -unknown119=3 - -// 3600 -[npc_3600] -bas=bas_340 -alwaysontop=yes -op2=Attack -size=4 -resizeh=129 -resizev=129 -ambient=10 -vislevel=109 -recol1s=30150 -recol1d=18120 -recol2s=28036 -recol2d=15975 -recol3s=25922 -recol3d=13861 -recol4s=10664 -recol4d=10600 -recol5s=8519 -recol5d=9574 -recol6s=6405 -recol6d=6372 -name=Swamp snake -model1=model_14171 -unknown119=3 - -// 3601 -[npc_3601] -bas=bas_341 -alwaysontop=yes -op2=Attack -size=5 -resizeh=161 -resizev=161 -ambient=10 -vislevel=139 -recol1s=30150 -recol1d=18120 -recol2s=28036 -recol2d=15975 -recol3s=25922 -recol3d=13861 -recol4s=10664 -recol4d=11688 -recol5s=8519 -recol5d=10631 -recol6s=6405 -recol6d=7429 -name=Swamp snake -model1=model_14171 -unknown119=3 - -// 3602 -[npc_3602] -bas=bas_342 -vislevel=0 -alwaysontop=yes -op2=Skin -size=3 -resizeh=97 -resizev=97 -ambient=10 -recol1s=30150 -recol1d=18120 -recol2s=28036 -recol2d=15975 -recol3s=25922 -recol3d=13861 -name=Swamp snake -model1=model_14171 -unknown119=3 - -// 3603 -[npc_3603] -bas=bas_344 -vislevel=0 -turnspeed=0 -alwaysontop=yes -size=3 -resizeh=97 -resizev=97 -ambient=10 -recol1s=30150 -recol1d=18120 -recol2s=28036 -recol2d=15975 -recol3s=25922 -recol3d=13861 -name=Dead swamp snake -model1=model_14171 -unknown119=3 - -// 3604 -[npc_3604] -bas=bas_345 -vislevel=0 -turnspeed=0 -alwaysontop=yes -size=4 -resizeh=129 -resizev=129 -ambient=10 -recol1s=30150 -recol1d=18120 -recol2s=28036 -recol2d=15975 -recol3s=25922 -recol3d=13861 -recol4s=10664 -recol4d=10600 -recol5s=8519 -recol5d=9574 -recol6s=6405 -recol6d=6372 -name=Dead swamp snake -model1=model_14171 -unknown119=3 - -// 3605 -[npc_3605] -bas=bas_346 -vislevel=0 -turnspeed=0 -alwaysontop=yes -size=5 -resizeh=161 -resizev=161 -ambient=10 -recol1s=30150 -recol1d=18120 -recol2s=28036 -recol2d=15975 -recol3s=25922 -recol3d=13861 -recol4s=10664 -recol4d=11688 -recol5s=8519 -recol5d=10631 -recol6s=6405 -recol6d=7429 -name=Dead swamp snake -model1=model_14171 -unknown119=3 - -// 3606 -[npc_3606] -bas=bas_167 -vislevel=0 -minimap=no -size=2 -name=Ghast -model1=model_3559 -unknown119=3 - -// 3607 -[npc_3607] -bas=bas_167 -vislevel=0 -minimap=no -size=2 -name=Ghast -model1=model_3559 -unknown119=3 - -// 3608 -[npc_3608] -bas=bas_167 -vislevel=0 -minimap=no -size=2 -name=Ghast -model1=model_3559 -unknown119=3 - -// 3609 -[npc_3609] -bas=bas_168 -op2=Attack -size=2 -vislevel=79 -recol1s=32761 -recol1d=26612 -recol2s=31712 -recol2d=22422 -recol3s=16846 -recol3d=12781 -recol4s=18991 -recol4d=13838 -recol5s=15784 -recol5d=11656 -recol6s=12320 -recol6d=6240 -name=Ghast -model1=model_3559 -unknown119=3 - -// 3610 -[npc_3610] -bas=bas_168 -op2=Attack -size=2 -vislevel=109 -recol1s=32761 -recol1d=26612 -recol2s=31712 -recol2d=22422 -recol3s=16846 -recol3d=12781 -recol4s=18991 -recol4d=13838 -recol5s=15784 -recol5d=11688 -recol6s=12320 -recol6d=6240 -name=Ghast -model1=model_3559 -unknown119=3 - -// 3611 -[npc_3611] -bas=bas_168 -op2=Attack -size=2 -vislevel=139 -recol1s=32761 -recol1d=26612 -recol2s=31712 -recol2d=22422 -recol3s=16846 -recol3d=13838 -recol4s=18991 -recol4d=14895 -recol5s=15784 -recol5d=9543 -recol6s=12320 -recol6d=6240 -name=Ghast -model1=model_3559 -unknown119=3 - -// 3612 -[npc_3612] -bas=bas_343 -op2=Attack -size=3 -resizeh=170 -resizev=170 -ambient=15 -vislevel=80 -name=Giant snail -model1=model_14161 -unknown119=3 - -// 3613 -[npc_3613] -bas=bas_343 -op2=Attack -size=3 -resizeh=170 -resizev=170 -ambient=15 -vislevel=109 -recol1s=10599 -recol1d=10596 -recol2s=9542 -recol2d=9539 -recol3s=8485 -recol3d=8482 -recol4s=7428 -recol4d=7425 -recol5s=6371 -recol5d=6368 -recol6s=5314 -recol6d=5312 -name=Giant snail -model1=model_14161 -unknown119=3 - -// 3614 -[npc_3614] -bas=bas_343 -op2=Attack -size=3 -resizeh=170 -resizev=170 -ambient=15 -vislevel=139 -recol1s=10599 -recol1d=11622 -recol2s=9542 -recol2d=10565 -recol3s=8485 -recol3d=9508 -recol4s=7428 -recol4d=8451 -recol5s=6371 -recol5d=7394 -recol6s=5314 -recol6d=6337 -name=Giant snail -model1=model_14161 -unknown119=3 - -// 3615 -[npc_3615] -bas=bas_169 -alwaysontop=yes -op2=Attack -vislevel=80 -recol1s=0 -recol1d=5120 -recol2s=10240 -recol2d=31808 -name=Riyl shadow -model1=model_4140 -unknown119=3 - -// 3616 -[npc_3616] -bas=bas_169 -op2=Attack -alwaysontop=yes -vislevel=110 -recol1s=0 -recol1d=5 -recol2s=10240 -recol2d=1118 -name=Asyn shadow -model1=model_4140 -unknown119=3 - -// 3617 -[npc_3617] -bas=bas_169 -alwaysontop=yes -op2=Attack -vislevel=140 -recol1s=10240 -recol1d=32767 -name=Shade -model1=model_4140 -unknown119=3 - -// 3618 -[npc_3618] -bas=bas_171 -op2=Attack -ambient=15 -vislevel=99 -recol1s=19973 -recol1d=17995 -recol2s=16836 -recol2d=17995 -recol3s=14722 -recol3d=17995 -recol4s=32761 -recol4d=21166 -name=Tentacle -model1=model_13202 -unknown119=1 - -// 3619 -[npc_3619] -bas=bas_347 -op2=Attack -ambient=15 -vislevel=140 -recol1s=19973 -recol1d=17995 -recol2s=16836 -recol2d=17995 -recol3s=14722 -recol3d=17995 -recol4s=32761 -recol4d=21166 -name=Head -model1=model_14162 -unknown119=1 - -// 3620 -[npc_3620] -bas=bas_348 -op2=Attack -ambient=15 -vislevel=140 -recol1s=19973 -recol1d=17995 -recol2s=16836 -recol2d=17995 -recol3s=14722 -recol3d=17995 -recol4s=32761 -recol4d=21166 -name=Head -model1=model_14162 -unknown119=1 - -// 3621 -[npc_3621] -bas=bas_349 -op2=Attack -ambient=15 -vislevel=136 -recol1s=19973 -recol1d=17995 -recol2s=16836 -recol2d=17995 -recol3s=14722 -recol3d=17995 -recol4s=32761 -recol4d=21166 -name=Tentacle -model1=model_13202 -unknown119=1 - -// 3622 -[npc_3622] -bas=bas_38 -op2=Attack -vislevel=23 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=16846 -recol5d=8354 -name=Zombie -model1=model_21102 -model2=model_21069 -model3=model_21051 -model4=model_21085 -model5=model_21127 -model6=model_21082 -model7=model_21133 -unknown119=3 - -// 3623 -[npc_3623] -bas=bas_165 -vislevel=1 -multivar=varplayerbit_1954 -multinpc=1,npc_3624 -unknown119=3 - -// 3624 -[npc_3624] -bas=bas_165 -vislevel=0 -op1=Talk-to -op1=Talk-to -size=1 -name=Smiddi Ryak -model1=model_28600 -head1=model_28687 -unknown119=3 - -// 3625 -[npc_3625] -bas=bas_166 -vislevel=1 -multivar=varplayerbit_1954 -multinpc=1,npc_3626 -unknown119=3 - -// 3626 -[npc_3626] -bas=bas_166 -vislevel=0 -size=1 -op1=Talk-to -recol1s=24106 -recol1d=14695 -recol2s=25098 -recol2d=23250 -recol3s=14731 -recol3d=10405 -recol4s=2340 -recol4d=7267 -recol5s=16845 -recol5d=14567 -recol6s=6273 -recol6d=13605 -retex1s=material_252 -retex1d=material_314 -name=Rolayne Twickit -model1=model_6848 -model2=model_250 -model3=model_8845 -model4=model_14175 -model5=model_8916 -model6=model_10218 -model7=model_3711 -model8=model_275 -model9=model_8919 -head1=model_39986 -head2=model_38642 -unknown119=3 - -// 3627 -[npc_3627] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1954 -multinpc=1,npc_3628 -unknown119=3 - -// 3628 -[npc_3628] -bas=bas_4 -vislevel=0 -op1=Talk-to -size=1 -recol1s=25098 -recol1d=23250 -recol2s=15392 -recol2d=11591 -recol3s=14724 -recol3d=21031 -recol4s=7298 -recol4d=13605 -recol5s=24106 -recol5d=14724 -recol6s=32736 -recol6d=14724 -retex1s=material_272 -retex1d=material_314 -name=Jayene Kliyn -model1=model_10078 -model2=model_8849 -model3=model_14176 -model4=model_8931 -model5=model_10706 -model6=model_7007 -model7=model_358 -head1=model_39152 -unknown119=3 - -// 3629 -[npc_3629] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1954 -multinpc=1,npc_3630 -unknown119=3 - -// 3630 -[npc_3630] -bas=bas_4 -vislevel=0 -op1=Talk-to -size=1 -recol1s=25098 -recol1d=23250 -recol2s=14724 -recol2d=22122 -recol3s=2340 -recol3d=14724 -recol4s=13638 -recol4d=14724 -recol5s=7298 -recol5d=14596 -name=Valantay Eppel -model1=model_14174 -model2=model_215 -model3=model_9620 -model4=model_292 -model5=model_326 -model6=model_10301 -model7=model_275 -model8=model_8919 -model9=model_14175 -head1=model_39836 -head2=model_39270 -head3=model_39458 -unknown119=3 - -// 3631 -[npc_3631] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1954 -multinpc=1,npc_3632 -unknown119=3 - -// 3632 -[npc_3632] -bas=bas_53 -vislevel=0 -op1=Talk-to -size=1 -recol1s=25098 -recol1d=23250 -recol2s=14724 -recol2d=15890 -recol3s=7183 -recol3d=4229 -recol4s=28386 -recol4d=15856 -recol5s=6273 -recol5d=15853 -recol6s=7328 -recol6d=4230 -retex1s=material_314 -retex1d=material_202 -retex2s=material_313 -retex2d=material_257 -retex3s=material_228 -retex3d=material_426 -name=Dalcian Fang -model1=model_6848 -model2=model_253 -model3=model_310 -model4=model_10980 -model5=model_10218 -model6=model_6132 -model7=model_185 -model8=model_553 -model9=model_14175 -head1=model_39986 -head2=model_39227 -unknown119=3 - -// 3633 -[npc_3633] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_1954 -multinpc=1,npc_3634 -unknown119=3 - -// 3634 -[npc_3634] -bas=bas_4 -vislevel=0 -op1=Talk-to -size=1 -recol1s=25098 -recol1d=23250 -recol2s=6273 -recol2d=16909 -recol3s=14724 -recol3d=15856 -recol4s=11561 -recol4d=11629 -recol5s=7298 -recol5d=13605 -recol6s=32736 -recol6d=3176 -name=Fyiona Fray -model1=model_408 -model2=model_9361 -model3=model_332 -model4=model_353 -model5=model_519 -model6=model_432 -model7=model_361 -model8=model_14176 -head1=model_38908 -modeloffset4=3,-11,6 -unknown119=3 - -// 3635 -[npc_3635] -bas=bas_53 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=23250 -recol2s=10637 -recol2d=7430 -recol3s=14724 -recol3d=7430 -recol4s=2340 -recol4d=5315 -recol5s=16704 -recol5d=14695 -recol6s=6273 -recol6d=13605 -retex1s=material_202 -retex1d=material_252 -retex2s=material_257 -retex2d=material_252 -name=Abidor Crank -model1=model_223 -model2=model_253 -model3=model_11761 -model4=model_170 -model5=model_10218 -model6=model_265 -model7=model_8919 -model8=model_534 -model9=model_14175 -head1=model_39662 -head2=model_39227 -unknown119=3 - -// 3636 -[npc_3636] -size=2 -turnspeed=0 -minimap=no -alwaysontop=yes -op1=Talk-to -vislevel=0 -name=Spirit tree -model1=model_8110 -head1=model_147 -unknown119=1 - -// 3637 -[npc_3637] -bas=bas_862 -size=4 -turnspeed=0 -minimap=no -alwaysontop=yes -op1=Talk-to -vislevel=0 -name=Spirit tree -model1=model_2851 -head1=model_148 -unknown119=1 - -// 3638 -[npc_3638] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_2026 -multinpc=0,npc_3639 -unknown119=3 - -// 3639 -[npc_3639] -bas=bas_166 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=32501 -recol2s=14722 -recol2d=32501 -recol3s=0 -recol3d=7404 -recol4s=15856 -recol4d=5285 -retex1s=material_250 -retex1d=material_202 -retex2s=material_257 -retex2d=material_65535 -name=Launa -model1=model_6095 -model2=model_6097 -model3=model_6092 -model4=model_6093 -model5=model_13900 -model6=model_358 -model7=model_6102 -head1=model_39058 -modeloffset6=3,-11,6 -unknown119=3 - -// 3640 -[npc_3640] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=32501 -recol2s=14722 -recol2d=32501 -recol3s=0 -recol3d=6348 -retex1s=material_268 -retex1d=material_202 -name=Launa -model1=model_398 -model2=model_471 -model3=model_348 -model4=model_10706 -model5=model_13900 -model6=model_358 -head1=model_39022 -unknown119=3 - -// 3641 -[npc_3641] -bas=bas_53 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=32569 -recol2s=2340 -recol2d=22026 -recol3s=7298 -recol3d=5285 -recol4s=14724 -recol4d=13605 -recol5s=2472 -recol5d=11490 -recol6s=32696 -recol6d=16881 -retex1s=material_257 -retex1d=material_250 -retex2s=material_228 -retex2d=material_426 -name=Brana -model1=model_6364 -model2=model_230 -model3=model_249 -model4=model_7611 -model5=model_5668 -model6=model_177 -model7=model_3711 -model8=model_254 -model9=model_181 -head1=model_39799 -head2=model_39254 -head3=model_39387 -unknown119=3 - -// 3642 -[npc_3642] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=2340 -recol1d=14795 -recol2s=14724 -recol2d=16809 -recol3s=6273 -recol3d=32701 -recol4s=16704 -recol4d=13603 -retex1s=material_228 -retex1d=material_426 -name=Mawnis Burowgar -model1=model_4220 -model2=model_21873 -model3=model_252 -model4=model_292 -model5=model_4391 -model6=model_162 -model7=model_179 -model8=model_4226 -model9=model_4218 -model10=model_21890 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 3643 -[npc_3643] -bas=bas_1199 -vislevel=0 -size=2 -op1=Talk-to -recol1s=14724 -recol1d=266 -recol2s=2340 -recol2d=22082 -recol3s=7298 -recol3d=3138 -recol4s=15856 -recol4d=3138 -recol5s=6273 -recol5d=10469 -name=Tolna -model1=model_217 -model2=model_11190 -model3=model_292 -model4=model_151 -model5=model_177 -model6=model_275 -model7=model_9823 -head1=model_39859 -head2=model_39212 -unknown119=3 - -// 3644 -[npc_3644] -bas=bas_165 -vislevel=0 -alwaysontop=yes -recol1s=2243 -recol1d=10534 -recol2s=4357 -recol2d=9477 -recol3s=6471 -recol3d=8420 -recol4s=11590 -recol4d=16806 -name=Tolna -model1=model_28595 -head1=model_28691 -unknown119=3 - -// 3645 -[npc_3645] -bas=bas_13 -size=2 -vislevel=40 -resizeh=108 -resizev=108 -contrast=30 -ambient=30 -op2=Attack -recol1s=0 -recol1d=6177 -recol2s=6341 -recol2d=21859 -recol3s=7398 -recol3d=17632 -recol4s=5284 -recol4d=14497 -recol5s=13675 -recol5d=26054 -recol6s=11561 -recol6d=28168 -name=Angry bear -model1=model_18882 -unknown119=3 - -// 3646 -[npc_3646] -bas=bas_110 -size=2 -vislevel=45 -contrast=30 -ambient=30 -resizeh=110 -resizev=110 -op2=Attack -recol1s=32635 -recol1d=27941 -recol2s=32503 -recol2d=26884 -recol3s=32767 -recol3d=27975 -recol4s=27379 -recol4d=22690 -recol5s=28436 -recol5d=22656 -name=Angry unicorn -model1=model_25755 -unknown119=3 - -// 3647 -[npc_3647] -bas=bas_9 -size=2 -vislevel=45 -resizeh=64 -resizev=64 -op2=Attack -contrast=30 -ambient=30 -recol1s=15852 -recol1d=21960 -recol2s=14795 -recol2d=21960 -recol3s=12683 -recol3d=20903 -recol4s=11626 -recol4d=21960 -recol5s=10569 -recol5d=20903 -recol6s=9512 -recol6d=18823 -name=Angry giant rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 3648 -[npc_3648] -bas=bas_86 -size=1 -vislevel=45 -contrast=30 -ambient=30 -op2=Attack -ambient=15 -recol1s=32767 -recol1d=32750 -name=Angry goblin -model1=model_24428 -unknown119=3 - -// 3649 -[npc_3649] -bas=bas_1201 -size=2 -op2=Attack -ambient=60 -contrast=60 -vislevel=42 -name=Fear reaper -model1=model_14282 -unknown119=3 - -// 3650 -[npc_3650] -bas=bas_1200 -size=2 -resizev=60 -resizeh=60 -op2=Attack -vislevel=43 -name=Confusion beast -model1=model_14278 -unknown119=3 - -// 3651 -[npc_3651] -bas=bas_1200 -size=2 -resizev=60 -resizeh=60 -op2=Attack -vislevel=43 -name=Confusion beast -model1=model_14278 -unknown119=3 - -// 3652 -[npc_3652] -bas=bas_1200 -size=2 -resizev=60 -resizeh=60 -op2=Attack -vislevel=43 -name=Confusion beast -model1=model_14278 -unknown119=3 - -// 3653 -[npc_3653] -bas=bas_1200 -size=2 -resizev=60 -resizeh=60 -op2=Attack -vislevel=43 -name=Confusion beast -model1=model_14278 -unknown119=3 - -// 3654 -[npc_3654] -bas=bas_1200 -size=2 -resizev=60 -resizeh=60 -op2=Attack -vislevel=43 -name=Confusion beast -model1=model_14278 -unknown119=3 - -// 3655 -[npc_3655] -bas=bas_1202 -size=2 -op2=Attack -vislevel=40 -name=Hopeless creature -model1=model_14283 -unknown119=3 - -// 3656 -[npc_3656] -bas=bas_1202 -size=2 -resizev=106 -resizeh=106 -op2=Attack -vislevel=40 -name=Hopeless creature -model1=model_14283 -unknown119=3 - -// 3657 -[npc_3657] -bas=bas_1202 -size=2 -resizev=80 -resizeh=80 -op2=Attack -vislevel=40 -name=Hopeless creature -model1=model_14283 -unknown119=3 - -// 3658 -[npc_3658] -bas=bas_1203 -size=3 -op2=Attack -vislevel=46 -name=Tolna -model1=model_14284 -unknown119=1 - -// 3659 -[npc_3659] -bas=bas_1203 -size=3 -op2=Attack -vislevel=46 -name=Tolna -model1=model_14284 -unknown119=1 - -// 3660 -[npc_3660] -bas=bas_1203 -size=3 -op2=Attack -vislevel=46 -name=Tolna -model1=model_14284 -unknown119=1 - -// 3661 -[npc_3661] -bas=bas_110 -size=2 -contrast=30 -ambient=30 -resizeh=110 -resizev=110 -op2=Attack -vislevel=47 -recol1s=32635 -recol1d=27941 -recol2s=32503 -recol2d=26884 -recol3s=32767 -recol3d=27975 -recol4s=27379 -recol4d=22690 -recol5s=28436 -recol5d=22656 -name=Angry unicorn -model1=model_25755 -unknown119=3 - -// 3662 -[npc_3662] -bas=bas_9 -size=1 -resizeh=64 -resizev=64 -contrast=30 -ambient=30 -op2=Attack -vislevel=47 -recol1s=15852 -recol1d=21767 -recol2s=14795 -recol2d=21767 -recol3s=12683 -recol3d=19719 -recol4s=11626 -recol4d=21767 -recol5s=10569 -recol5d=19719 -recol6s=9512 -recol6d=19653 -name=Angry giant rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 3663 -[npc_3663] -bas=bas_86 -size=1 -contrast=30 -ambient=30 -op2=Attack -ambient=15 -vislevel=47 -recol1s=32767 -recol1d=32750 -name=Angry goblin -model1=model_24428 -unknown119=3 - -// 3664 -[npc_3664] -bas=bas_13 -size=2 -resizeh=108 -resizev=108 -op2=Attack -vislevel=47 -recol1s=0 -recol1d=6177 -recol2s=6341 -recol2d=21859 -recol3s=7398 -recol3d=17632 -recol4s=5284 -recol4d=14497 -recol5s=13675 -recol5d=26054 -recol6s=11561 -recol6d=28168 -name=Angry bear -model1=model_18882 -unknown119=3 - -// 3665 -[npc_3665] -bas=bas_1201 -size=2 -op2=Attack -vislevel=55 -name=Fear reaper -model1=model_14282 -unknown119=3 - -// 3666 -[npc_3666] -bas=bas_1200 -size=2 -resizev=110 -resizeh=110 -op2=Attack -vislevel=63 -name=Confusion beast -model1=model_14278 -unknown119=3 - -// 3667 -[npc_3667] -bas=bas_1202 -size=2 -op2=Attack -vislevel=71 -name=Hopeless creature -model1=model_14283 -unknown119=3 - -// 3668 -[npc_3668] -bas=bas_1202 -size=2 -resizev=106 -resizeh=106 -op2=Attack -vislevel=71 -name=Hopeless beast -model1=model_14283 -unknown119=3 - -// 3669 -[npc_3669] -bas=bas_1202 -size=2 -resizev=80 -resizeh=80 -op2=Attack -vislevel=71 -name=Hopeless beast -model1=model_14283 -unknown119=3 - -// 3670 -[npc_3670] -bas=bas_223 -size=2 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=26293 -recol2s=14695 -recol2d=10535 -retex1s=material_228 -retex1d=material_426 -name=Odd Old Man -model1=model_6848 -model2=model_11752 -model3=model_14321 -model4=model_4985 -model5=model_168 -model6=model_176 -model7=model_14320 -model8=model_7121 -head1=model_39812 -head2=model_39265 -unknown119=3 - -// 3671 -[npc_3671] -bas=bas_4 -size=1 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=2340 -recol1d=4096 -recol2s=14724 -recol2d=4096 -recol3s=10433 -recol3d=29464 -recol4s=32735 -recol4d=26293 -recol5s=13638 -recol5d=3171 -recol6s=11456 -recol6d=8323 -retex1s=material_228 -retex1d=material_426 -name=Fortunato -model1=model_13705 -model2=model_14107 -model3=model_245 -model4=model_299 -model5=model_330 -model6=model_10301 -model7=model_263 -model8=model_10124 -model9=model_3707 -head1=model_39249 -head2=model_39920 -head3=model_39316 -head4=model_39417 -unknown119=3 - -// 3672 -[npc_3672] -bas=bas_63 -size=1 -op2=Attack -vislevel=2 -name=Ram -model1=model_20283 -model2=model_20289 -model3=model_20287 -unknown119=3 - -// 3673 -[npc_3673] -bas=bas_64 -size=1 -op2=Attack -vislevel=2 -name=Ram -model1=model_20292 -model2=model_20295 -model3=model_20294 -unknown119=3 - -// 3674 -[npc_3674] -bas=bas_1245 -size=1 -vislevel=0 -name=Bones -model1=model_13700 -head1=model_13700 -unknown119=3 - -// 3675 -[npc_3675] -bas=bas_1246 -size=2 -op2=Attack -vislevel=31 -name=Vulture -model1=model_30853 -unknown119=3 - -// 3676 -[npc_3676] -bas=bas_1247 -size=2 -op2=Attack -vislevel=31 -name=Vulture -model1=model_30853 -unknown119=3 - -// 3677 -[npc_3677] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recol1s=25098 -recol1d=28504 -recol2s=8386 -recol2d=0 -recol3s=32736 -recol3d=0 -recol4s=8320 -recol4d=15392 -name=Sinister Stranger -model1=model_227 -model2=model_246 -model3=model_14382 -model4=model_14372 -model5=model_14379 -model6=model_14374 -model7=model_562 -model8=model_323 -model9=model_14341 -head1=model_39615 -head2=model_39304 -unknown119=1 - -// 3678 -[npc_3678] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recol1s=25098 -recol1d=28504 -recol2s=8386 -recol2d=0 -recol3s=32736 -recol3d=0 -recol4s=8320 -recol4d=15392 -name=Sinister Stranger -model1=model_227 -model2=model_246 -model3=model_14382 -model4=model_14372 -model5=model_14379 -model6=model_14374 -model7=model_562 -model8=model_323 -model9=model_14341 -head1=model_39615 -head2=model_39304 -unknown119=1 - -// 3679 -[npc_3679] -bas=bas_2 -alwaysontop=yes -vislevel=0 -size=1 -op1=Talk-to -recol1s=10434 -recol1d=17730 -recol2s=16846 -recol2d=15756 -recol3s=12618 -recol3d=10569 -recol4s=12549 -recol4d=12553 -name=Vestri -model1=model_2970 -model2=model_2984 -model3=model_2978 -model4=model_2990 -model5=model_2980 -model6=model_2985 -head1=model_0 -unknown119=3 - -// 3680 -[npc_3680] -bas=bas_165 -size=1 -op1=Talk-to -op3=Take-flyer -vislevel=0 -alwaysontop=yes -name=Ali the Leaflet Dropper -model1=model_28606 -model2=model_28635 -model3=model_28658 -model4=model_28610 -model5=model_28625 -model6=model_28672 -head1=model_28680 -unknown119=3 - -// 3681 -[npc_3681] -bas=bas_608 -size=1 -vislevel=0 -recol1s=14724 -recol1d=21137 -recol2s=6273 -recol2d=20017 -recol3s=7298 -recol3d=4226 -retex1s=material_228 -retex1d=material_426 -name=Nigel -model1=model_18086 -model2=model_253 -model3=model_24038 -model4=model_151 -model5=model_10218 -model6=model_13938 -model7=model_24036 -model8=model_185 -head1=model_39897 -head2=model_39227 -unknown119=3 - -// 3682 -[npc_3682] -bas=bas_609 -vislevel=0 -ambient=50 -contrast=30 -turnspeed=1024 -name=Egg -model1=model_14413 -unknown119=2 - -// 3683 -[npc_3683] -bas=bas_609 -vislevel=0 -ambient=50 -contrast=30 -turnspeed=1024 -name=Egg -model1=model_14412 -unknown119=2 - -// 3684 -[npc_3684] -bas=bas_609 -vislevel=0 -ambient=50 -contrast=30 -turnspeed=1024 -name=Egg -model1=model_14415 -unknown119=2 - -// 3685 -[npc_3685] -bas=bas_609 -vislevel=0 -ambient=50 -contrast=30 -turnspeed=1024 -name=Egg -model1=model_14410 -unknown119=2 - -// 3686 -[npc_3686] -bas=bas_181 -size=1 -ambient=20 -contrast=10 -vislevel=0 -op1=Grab -alwaysontop=yes -recol1s=8288 -recol1d=9376 -recol2s=9411 -recol2d=9376 -recol3s=10468 -recol3d=10400 -recol4s=11525 -recol4d=11456 -recol5s=12582 -recol5d=10400 -recol6s=13639 -recol6d=8288 -name=Chocolate kebbit -model1=model_19389 -model2=model_19381 -model3=model_19384 -unknown119=3 - -// 3687 -[npc_3687] -bas=bas_181 -size=1 -ambient=20 -contrast=10 -vislevel=0 -alwaysontop=yes -recol1s=8288 -recol1d=9376 -recol2s=9411 -recol2d=9376 -recol3s=10468 -recol3d=10400 -recol4s=11525 -recol4d=11456 -recol5s=12582 -recol5d=10400 -recol6s=13639 -recol6d=8288 -name=Chocolate kebbit -model1=model_19389 -model2=model_19381 -model3=model_19384 -unknown119=3 - -// 3688 -[npc_3688] -bas=bas_611 -ambient=30 -contrast=10 -vislevel=1 -name=Easter Bunny -model1=model_23901 -unknown119=3 - -// 3689 -[npc_3689] -vislevel=0 -ambient=30 -contrast=10 -turnspeed=1024 -name=Egg -model1=model_14412 -unknown119=2 - -// 3690 -[npc_3690] -vislevel=0 -ambient=30 -contrast=10 -turnspeed=1024 -name=Egg -model1=model_14411 -unknown119=2 - -// 3691 -[npc_3691] -vislevel=0 -ambient=30 -contrast=10 -turnspeed=1024 -name=Egg -model1=model_14410 -unknown119=2 - -// 3692 -[npc_3692] -vislevel=0 -ambient=30 -contrast=10 -turnspeed=1024 -name=Egg -model1=model_14413 -unknown119=2 - -// 3693 -[npc_3693] -vislevel=0 -ambient=30 -contrast=10 -turnspeed=1024 -name=Egg -model1=model_14414 -unknown119=2 - -// 3694 -[npc_3694] -vislevel=0 -ambient=30 -contrast=10 -turnspeed=1024 -name=Egg -model1=model_14415 -unknown119=2 - -// 3695 -[npc_3695] -bas=bas_4 -size=1 -resizeh=120 -resizev=120 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=15718 -recol2s=2340 -recol2d=6273 -recol3s=13605 -recol3d=11490 -recol4s=22059 -recol4d=19945 -recol5s=25098 -recol5d=26254 -name=Volf Olafson -model1=model_214 -model2=model_252 -model3=model_5673 -model4=model_5667 -model5=model_4226 -model6=model_18128 -model7=model_5725 -head1=model_39726 -head2=model_38097 -unknown119=3 - -// 3696 -[npc_3696] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=32735 -recol1d=17832 -recol2s=14724 -recol2d=13605 -recol3s=2340 -recol3d=13605 -recol4s=6273 -recol4d=23180 -recol5s=25098 -recol5d=26189 -retex1s=material_314 -retex1d=material_202 -retex2s=material_228 -retex2d=material_426 -name=Ingrid Hradson -model1=model_24193 -model2=model_390 -model3=model_467 -model4=model_5675 -model5=model_428 -model6=model_361 -head1=model_39047 -head2=model_38766 -unknown119=3 - -// 3697 -[npc_3697] -bas=bas_711 -size=1 -op2=Attack -vislevel=40 -retex1s=material_228 -retex1d=material_426 -retex2s=material_249 -retex2d=material_303 -retex3s=material_291 -retex3d=material_302 -name=Skeleton fremennik -model1=model_24180 -model2=model_24187 -model3=model_24184 -model4=model_24054 -unknown119=3 - -// 3698 -[npc_3698] -bas=bas_711 -size=1 -op2=Attack -vislevel=40 -recol1s=24274 -recol1d=16909 -recol2s=11560 -recol2d=7298 -recol3s=21074 -recol3d=14726 -recol4s=20017 -recol4d=14726 -retex1s=material_228 -retex1d=material_426 -retex2s=material_249 -retex2d=material_303 -retex3s=material_291 -retex3d=material_302 -name=Skeleton fremennik -model1=model_24180 -model2=model_24187 -model3=model_24184 -model4=model_24054 -unknown119=3 - -// 3699 -[npc_3699] -bas=bas_711 -size=1 -op2=Attack -vislevel=40 -recol1s=5217 -recol1d=6342 -recol2s=11560 -recol2d=23180 -recol3s=21074 -recol3d=6342 -recol4s=20017 -recol4d=6342 -retex1s=material_249 -retex1d=material_303 -retex2s=material_291 -retex2d=material_302 -name=Skeleton fremennik -model1=model_24180 -model2=model_24187 -model3=model_24184 -model4=model_24054 -unknown119=3 - -// 3700 -[npc_3700] -bas=bas_711 -size=1 -op2=Attack -vislevel=50 -retex1s=material_249 -retex1d=material_303 -retex2s=material_291 -retex2d=material_302 -name=Skeleton fremennik -model1=model_24182 -model2=model_24190 -model3=model_24186 -model4=model_24192 -model5=model_24053 -unknown119=3 - -// 3701 -[npc_3701] -bas=bas_711 -size=1 -op2=Attack -vislevel=50 -recol1s=10604 -recol1d=6336 -recol2s=24274 -recol2d=16909 -recol3s=7431 -recol3d=6342 -recol4s=9545 -recol4d=13675 -retex1s=material_249 -retex1d=material_303 -retex2s=material_291 -retex2d=material_302 -name=Skeleton fremennik -model1=model_24182 -model2=model_24190 -model3=model_24186 -model4=model_24053 -unknown119=3 - -// 3702 -[npc_3702] -bas=bas_711 -size=1 -op2=Attack -vislevel=50 -recol1s=10604 -recol1d=4293 -recol2s=7431 -recol2d=5352 -recol3s=9545 -recol3d=6409 -recol4s=8422 -recol4d=6342 -retex1s=material_249 -retex1d=material_303 -retex2s=material_291 -retex2d=material_302 -name=Skeleton fremennik -model1=model_24182 -model2=model_24190 -model3=model_24186 -model4=model_24192 -model5=model_24053 -unknown119=3 - -// 3703 -[npc_3703] -bas=bas_711 -size=1 -op2=Attack -vislevel=60 -retex1s=material_228 -retex1d=material_426 -retex2s=material_249 -retex2d=material_303 -retex3s=material_291 -retex3d=material_302 -name=Skeleton fremennik -model1=model_24181 -model2=model_24189 -model3=model_24185 -model4=model_24054 -unknown119=3 - -// 3704 -[npc_3704] -bas=bas_711 -size=1 -op2=Attack -vislevel=60 -recol1s=24274 -recol1d=16909 -recol2s=7427 -recol2d=8420 -recol3s=9541 -recol3d=9477 -recol4s=23217 -recol4d=16909 -recol5s=11622 -recol5d=11592 -retex1s=material_228 -retex1d=material_426 -retex2s=material_249 -retex2d=material_303 -retex3s=material_291 -retex3d=material_302 -name=Skeleton fremennik -model1=model_24181 -model2=model_24189 -model3=model_24185 -model4=model_24053 -unknown119=3 - -// 3705 -[npc_3705] -bas=bas_711 -size=1 -op2=Attack -vislevel=60 -recol1s=12618 -recol1d=6336 -recol2s=13675 -recol2d=6336 -recol3s=9541 -recol3d=13675 -recol4s=7427 -recol4d=13675 -recol5s=11622 -recol5d=21074 -recol6s=12680 -recol6d=21074 -retex1s=material_249 -retex1d=material_303 -retex2s=material_291 -retex2d=material_302 -name=Skeleton fremennik -model1=model_24181 -model2=model_24189 -model3=model_24185 -model4=model_24054 -unknown119=3 - -// 3706 -[npc_3706] -bas=bas_711 -size=1 -op2=Attack -vislevel=100 -name=Ulfric -model1=model_24188 -model2=model_24050 -unknown119=3 - -// 3707 -[npc_3707] -bas=bas_708 -size=1 -op2=Attack -vislevel=70 -name=Brine rat -model1=model_24150 -unknown119=3 - -// 3708 -[npc_3708] -bas=bas_709 -size=2 -vislevel=0 -minimap=no -op1=Roll -turnspeed=0 -name=Boulder -model1=model_24149 -unknown119=1 - -// 3709 -[npc_3709] -bas=bas_709 -size=2 -vislevel=0 -minimap=no -turnspeed=0 -name=Boulder -model1=model_24149 -unknown119=1 - -// 3710 -[npc_3710] -bas=bas_710 -size=1 -vislevel=0 -name=Ulfric -model1=model_24151 -unknown119=3 - -// 3711 -[npc_3711] -bas=bas_707 -size=1 -op2=Attack -vislevel=27 -name=Giant bat -model1=model_24194 -unknown119=3 - -// 3712 -[npc_3712] -bas=bas_214 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Zanik -model1=model_23648 -model2=model_23693 -model3=model_23628 -head1=model_23243 -head2=model_15561 -unknown119=3 - -// 3713 -[npc_3713] -bas=bas_4 -headicon=0 -alwaysontop=yes -vislevel=64 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38094 -head2=model_39218 -unknown119=1 - -// 3714 -[npc_3714] -bas=bas_214 -size=1 -vislevel=41 -name=Zanik -model1=model_23638 -model2=model_23693 -model3=model_24524 -head1=model_23243 -head2=model_15561 -unknown119=1 - -// 3715 -[npc_3715] -bas=bas_4 -size=1 -op1=Attack -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=1 - -// 3716 -[npc_3716] -bas=bas_4 -op2=Attack -vislevel=64 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38094 -head2=model_39218 -unknown119=1 - -// 3717 -[npc_3717] -bas=bas_4 -headicon=0 -op2=Attack -vislevel=64 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38094 -head2=model_39218 -unknown119=1 - -// 3718 -[npc_3718] -bas=bas_4 -headicon=1 -op2=Attack -vislevel=64 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38094 -head2=model_39218 -unknown119=1 - -// 3719 -[npc_3719] -bas=bas_4 -headicon=2 -op2=Attack -vislevel=64 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38094 -head2=model_39218 -unknown119=1 - -// 3720 -[npc_3720] -bas=bas_4 -op2=Attack -vislevel=64 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38094 -head2=model_39218 -unknown119=1 - -// 3721 -[npc_3721] -bas=bas_214 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=2 - -// 3722 -[npc_3722] -bas=bas_214 -size=1 -vislevel=0 -alwaysontop=yes -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=1 - -// 3723 -[npc_3723] -bas=bas_293 -vislevel=0 -size=1 -resizeh=148 -resizev=148 -resizev=148 -resizeh=148 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=11827 -recol3d=10240 -recol4s=8722 -recol4d=8192 -name=General Bentnoze -model1=model_24456 -model2=model_24484 -model3=model_24433 -model4=model_24476 -model5=model_24443 -model6=model_24450 -model7=model_24505 -model8=model_24506 -head1=model_24208 -unknown119=1 - -// 3724 -[npc_3724] -bas=bas_293 -vislevel=0 -size=1 -resizev=148 -resizeh=148 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=11827 -recol3d=224 -recol4s=8722 -recol4d=160 -name=General Wartface -model1=model_24462 -model2=model_24484 -model3=model_24433 -model4=model_24477 -model5=model_24444 -model6=model_24450 -model7=model_24502 -model8=model_24506 -head1=model_24214 -unknown119=1 - -// 3725 -[npc_3725] -bas=bas_86 -resizeh=108 -resizev=108 -vislevel=0 -recol1s=10240 -recol1d=6273 -name=Grubfoot -model1=model_24435 -model2=model_24442 -model3=model_24452 -model4=model_24455 -model5=model_24472 -model6=model_24487 -head1=model_24209 -unknown119=1 - -// 3726 -[npc_3726] -bas=bas_86 -vislevel=0 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=14819 -recol3d=12675 -recol4s=16898 -recol4d=14785 -name=Goblin -model1=model_24435 -model2=model_24441 -model3=model_24451 -model4=model_24465 -model5=model_24472 -model6=model_24484 -model7=model_24429 -head1=model_24217 -unknown119=1 - -// 3727 -[npc_3727] -bas=bas_138 -size=1 -op2=Attack -vislevel=22 -name=Splatter -model1=model_14550 -unknown119=3 - -// 3728 -[npc_3728] -bas=bas_138 -size=1 -op2=Attack -vislevel=33 -recol1s=25098 -recol1d=24085 -recol2s=24041 -recol2d=23028 -recol3s=22984 -recol3d=21971 -recol4s=21927 -recol4d=20914 -name=Splatter -model1=model_14550 -unknown119=3 - -// 3729 -[npc_3729] -bas=bas_138 -size=1 -op2=Attack -vislevel=44 -recol1s=25098 -recol1d=13767 -recol2s=24041 -recol2d=12710 -recol3s=22984 -recol3d=11653 -recol4s=21927 -recol4d=10596 -name=Splatter -model1=model_14550 -unknown119=3 - -// 3730 -[npc_3730] -bas=bas_138 -size=1 -op2=Attack -vislevel=54 -recol1s=25098 -recol1d=18592 -recol2s=24041 -recol2d=17504 -recol3s=22984 -recol3d=16448 -recol4s=21927 -recol4d=15392 -name=Splatter -model1=model_14550 -unknown119=3 - -// 3731 -[npc_3731] -bas=bas_138 -size=1 -op2=Attack -vislevel=65 -recol1s=25098 -recol1d=136 -recol2s=24041 -recol2d=103 -recol3s=22984 -recol3d=70 -recol4s=21927 -recol4d=37 -name=Splatter -model1=model_14550 -unknown119=3 - -// 3732 -[npc_3732] -bas=bas_139 -size=1 -op2=Attack -vislevel=38 -name=Shifter -model1=model_14548 -unknown119=3 - -// 3733 -[npc_3733] -bas=bas_139 -size=1 -op2=Attack -vislevel=38 -name=Shifter -model1=model_14548 -unknown119=3 - -// 3734 -[npc_3734] -bas=bas_139 -size=1 -op2=Attack -vislevel=57 -recol1s=10273 -recol1d=1219 -recol2s=25664 -recol2d=8512 -recol3s=17735 -recol3d=97 -recol4s=3171 -recol4d=3104 -name=Shifter -model1=model_14548 -unknown119=3 - -// 3735 -[npc_3735] -bas=bas_139 -size=1 -op2=Attack -vislevel=57 -recol1s=10273 -recol1d=1219 -recol2s=25664 -recol2d=8512 -recol3s=17735 -recol3d=97 -recol4s=3171 -recol4d=3104 -name=Shifter -model1=model_14548 -unknown119=3 - -// 3736 -[npc_3736] -bas=bas_139 -size=1 -op2=Attack -vislevel=76 -recol1s=10273 -recol1d=0 -recol2s=25664 -recol2d=6276 -recol3s=17735 -recol3d=25664 -recol4s=3171 -recol4d=17903 -name=Shifter -model1=model_14548 -unknown119=3 - -// 3737 -[npc_3737] -bas=bas_139 -size=1 -op2=Attack -vislevel=76 -recol1s=10273 -recol1d=0 -recol2s=25664 -recol2d=6276 -recol3s=17735 -recol3d=25664 -recol4s=3171 -recol4d=17903 -name=Shifter -model1=model_14548 -unknown119=3 - -// 3738 -[npc_3738] -bas=bas_139 -size=1 -op2=Attack -vislevel=90 -recol1s=10273 -recol1d=6241 -recol2s=25664 -recol2d=27170 -recol3s=17735 -recol3d=32614 -recol4s=3171 -recol4d=0 -name=Shifter -model1=model_14548 -unknown119=3 - -// 3739 -[npc_3739] -bas=bas_139 -size=1 -op2=Attack -vislevel=90 -recol1s=10273 -recol1d=6241 -recol2s=25664 -recol2d=27170 -recol3s=17735 -recol3d=32614 -recol4s=3171 -recol4d=0 -name=Shifter -model1=model_14548 -unknown119=3 - -// 3740 -[npc_3740] -bas=bas_139 -size=1 -op2=Attack -vislevel=104 -recol1s=10273 -recol1d=12653 -recol2s=25664 -recol2d=25429 -recol3s=17735 -recol3d=8423 -recol4s=3171 -recol4d=0 -name=Shifter -model1=model_14548 -unknown119=3 - -// 3741 -[npc_3741] -bas=bas_139 -size=1 -op2=Attack -vislevel=104 -recol1s=10273 -recol1d=12653 -recol2s=25664 -recol2d=25429 -recol3s=17735 -recol3d=8423 -recol4s=3171 -recol4d=0 -name=Shifter -model1=model_14548 -unknown119=3 - -// 3742 -[npc_3742] -bas=bas_140 -size=1 -op2=Attack -vislevel=36 -name=Ravager -model1=model_14547 -unknown119=3 - -// 3743 -[npc_3743] -bas=bas_140 -size=1 -op2=Attack -vislevel=53 -recol1s=7495 -recol1d=10567 -recol2s=6371 -recol2d=7395 -recol3s=25364 -recol3d=27412 -recol4s=28407 -recol4d=25664 -recol5s=19879 -recol5d=17766 -recol6s=15718 -recol6d=17799 -name=Ravager -model1=model_14547 -unknown119=3 - -// 3744 -[npc_3744] -bas=bas_140 -size=1 -op2=Attack -vislevel=71 -recol1s=7495 -recol1d=18988 -recol2s=6371 -recol2d=21992 -recol3s=25364 -recol3d=10537 -recol4s=28407 -recol4d=8423 -recol5s=19879 -recol5d=22162 -recol6s=15718 -recol6d=21103 -name=Ravager -model1=model_14547 -unknown119=3 - -// 3745 -[npc_3745] -bas=bas_140 -size=1 -op2=Attack -vislevel=89 -recol1s=7495 -recol1d=13710 -recol2s=6371 -recol2d=9450 -recol3s=25364 -recol3d=23218 -recol4s=28407 -recol4d=25664 -recol5s=19879 -recol5d=11596 -recol6s=15718 -recol6d=9482 -name=Ravager -model1=model_14547 -unknown119=3 - -// 3746 -[npc_3746] -bas=bas_140 -size=1 -op2=Attack -vislevel=106 -recol1s=7495 -recol1d=9414 -recol2s=6371 -recol2d=27170 -recol3s=25364 -recol3d=14727 -recol4s=28407 -recol4d=32723 -recol5s=19879 -recol5d=23182 -recol6s=15718 -recol6d=21070 -name=Ravager -model1=model_14547 -unknown119=3 - -// 3747 -[npc_3747] -bas=bas_141 -size=1 -op2=Attack -vislevel=36 -name=Spinner -model1=model_14549 -unknown119=3 - -// 3748 -[npc_3748] -bas=bas_141 -size=1 -op2=Attack -vislevel=55 -recol1s=31808 -recol1d=31841 -recol2s=31480 -recol2d=19853 -recol3s=23260 -recol3d=15887 -recol4s=27484 -recol4d=29483 -recol5s=32341 -recol5d=13036 -name=Spinner -model1=model_14549 -unknown119=3 - -// 3749 -[npc_3749] -bas=bas_141 -size=1 -op2=Attack -vislevel=74 -recol1s=31808 -recol1d=23260 -recol2s=29235 -recol2d=32736 -recol3s=31480 -recol3d=18612 -recol4s=23260 -recol4d=15887 -recol5s=27484 -recol5d=27544 -recol6s=32341 -recol6d=13036 -name=Spinner -model1=model_14549 -unknown119=3 - -// 3750 -[npc_3750] -bas=bas_141 -size=1 -op2=Attack -vislevel=92 -recol1s=31808 -recol1d=0 -recol2s=29235 -recol2d=29702 -recol3s=31480 -recol3d=9758 -recol4s=23260 -recol4d=23246 -recol5s=27484 -recol5d=27544 -recol6s=32341 -recol6d=32736 -name=Spinner -model1=model_14549 -unknown119=3 - -// 3751 -[npc_3751] -bas=bas_141 -size=1 -op2=Attack -vislevel=88 -recol1s=31808 -recol1d=0 -recol2s=29235 -recol2d=31770 -recol3s=31480 -recol3d=32756 -recol4s=23260 -recol4d=28656 -recol5s=27484 -recol5d=27544 -recol6s=32341 -recol6d=17014 -name=Spinner -model1=model_14549 -unknown119=3 - -// 3752 -[npc_3752] -bas=bas_142 -size=1 -op2=Attack -vislevel=33 -recol1s=15856 -recol1d=25098 -recol2s=12685 -recol2d=21927 -name=Torcher -model1=model_14552 -unknown119=3 - -// 3753 -[npc_3753] -bas=bas_142 -size=1 -op2=Attack -vislevel=33 -recol1s=15856 -recol1d=25098 -recol2s=12685 -recol2d=21927 -name=Torcher -model1=model_14552 -unknown119=3 - -// 3754 -[npc_3754] -bas=bas_142 -size=1 -op2=Attack -vislevel=49 -recol1s=15856 -recol1d=8530 -recol2s=12685 -recol2d=6352 -name=Torcher -model1=model_14552 -unknown119=3 - -// 3755 -[npc_3755] -bas=bas_142 -size=1 -op2=Attack -vislevel=49 -recol1s=15856 -recol1d=8530 -recol2s=12685 -recol2d=6352 -name=Torcher -model1=model_14552 -unknown119=3 - -// 3756 -[npc_3756] -bas=bas_142 -size=1 -op2=Attack -vislevel=66 -recol1s=15856 -recol1d=16544 -recol2s=12685 -recol2d=12448 -name=Torcher -model1=model_14552 -unknown119=3 - -// 3757 -[npc_3757] -bas=bas_142 -size=1 -op2=Attack -vislevel=66 -recol1s=15856 -recol1d=16544 -recol2s=12685 -recol2d=12448 -name=Torcher -model1=model_14552 -unknown119=3 - -// 3758 -[npc_3758] -bas=bas_142 -size=1 -op2=Attack -vislevel=79 -recol1s=15856 -recol1d=18085 -recol2s=12685 -recol2d=12772 -name=Torcher -model1=model_14552 -unknown119=3 - -// 3759 -[npc_3759] -bas=bas_142 -size=1 -op2=Attack -vislevel=79 -recol1s=15856 -recol1d=18085 -recol2s=12685 -recol2d=12772 -name=Torcher -model1=model_14552 -unknown119=3 - -// 3760 -[npc_3760] -bas=bas_142 -size=1 -op2=Attack -vislevel=91 -name=Torcher -model1=model_14552 -unknown119=3 - -// 3761 -[npc_3761] -bas=bas_142 -size=1 -op2=Attack -vislevel=92 -name=Torcher -model1=model_14552 -unknown119=3 - -// 3762 -[npc_3762] -bas=bas_143 -size=1 -op2=Attack -vislevel=33 -name=Defiler -model1=model_14546 -unknown119=3 - -// 3763 -[npc_3763] -bas=bas_143 -size=1 -op2=Attack -vislevel=33 -name=Defiler -model1=model_14546 -unknown119=3 - -// 3764 -[npc_3764] -bas=bas_143 -size=1 -op2=Attack -vislevel=50 -recol1s=9482 -recol1d=10410 -recol2s=10540 -recol2d=14510 -recol3s=19879 -recol3d=18991 -recol4s=15718 -recol4d=16843 -recol5s=32602 -recol5d=32576 -name=Defiler -model1=model_14546 -unknown119=3 - -// 3765 -[npc_3765] -bas=bas_143 -size=1 -op2=Attack -vislevel=50 -recol1s=9482 -recol1d=10410 -recol2s=10540 -recol2d=14510 -recol3s=19879 -recol3d=18991 -recol4s=15718 -recol4d=16843 -recol5s=32602 -recol5d=32576 -name=Defiler -model1=model_14546 -unknown119=3 - -// 3766 -[npc_3766] -bas=bas_143 -size=1 -op2=Attack -vislevel=66 -recol1s=9482 -recol1d=17702 -recol2s=10540 -recol2d=13409 -recol3s=32602 -recol3d=26418 -name=Defiler -model1=model_14546 -unknown119=3 - -// 3767 -[npc_3767] -bas=bas_143 -size=1 -op2=Attack -vislevel=67 -recol1s=9482 -recol1d=17702 -recol2s=10540 -recol2d=13409 -recol3s=32602 -recol3d=26418 -name=Defiler -model1=model_14546 -unknown119=3 - -// 3768 -[npc_3768] -bas=bas_143 -size=1 -op2=Attack -vislevel=80 -recol1s=9482 -recol1d=5252 -recol2s=10540 -recol2d=3072 -recol3s=32602 -recol3d=25236 -name=Defiler -model1=model_14546 -unknown119=3 - -// 3769 -[npc_3769] -bas=bas_143 -size=1 -op2=Attack -vislevel=80 -recol1s=9482 -recol1d=5252 -recol2s=10540 -recol2d=3072 -recol3s=32602 -recol3d=25236 -name=Defiler -model1=model_14546 -unknown119=3 - -// 3770 -[npc_3770] -bas=bas_143 -size=1 -op2=Attack -vislevel=97 -recol1s=9482 -recol1d=27474 -recol2s=10540 -recol2d=29591 -recol3s=19879 -recol3d=24174 -recol4s=15718 -recol4d=18889 -recol5s=32602 -recol5d=6342 -name=Defiler -model1=model_14546 -unknown119=3 - -// 3771 -[npc_3771] -bas=bas_143 -size=1 -op2=Attack -vislevel=97 -recol1s=9482 -recol1d=27474 -recol2s=10540 -recol2d=29591 -recol3s=19879 -recol3d=24174 -recol4s=15718 -recol4d=18889 -recol5s=32602 -recol5d=6342 -name=Defiler -model1=model_14546 -unknown119=3 - -// 3772 -[npc_3772] -bas=bas_144 -size=2 -op2=Attack -vislevel=51 -name=Brawler -model1=model_14545 -unknown119=3 - -// 3773 -[npc_3773] -bas=bas_144 -size=2 -op2=Attack -vislevel=76 -recol1s=3328 -recol1d=14368 -recol2s=6496 -recol2d=17504 -recol3s=10691 -recol3d=19715 -recol4s=14884 -recol4d=20805 -recol5s=18023 -recol5d=21960 -recol6s=20073 -recol6d=20970 -name=Brawler -model1=model_14545 -unknown119=3 - -// 3774 -[npc_3774] -bas=bas_144 -size=2 -op2=Attack -vislevel=101 -recol1s=3328 -recol1d=14 -recol2s=6496 -recol2d=1136 -recol3s=10691 -recol3d=4370 -recol4s=14884 -recol4d=6483 -recol5s=18023 -recol5d=9684 -recol6s=20073 -recol6d=11763 -name=Brawler -model1=model_14545 -unknown119=3 - -// 3775 -[npc_3775] -bas=bas_144 -size=2 -op2=Attack -vislevel=129 -recolhsl1s=8514 -recolhsl1d=6318 -recolhsl2s=6602 -recolhsl2d=5416 -recolhsl3s=4562 -recolhsl3d=5536 -recolhsl4s=4558 -recolhsl4d=5517 -recolhsl5s=4550 -recolhsl5d=5510 -recolhsl6s=10553 -recolhsl6d=6334 -name=Brawler -model1=model_14545 -unknown119=3 - -// 3776 -[npc_3776] -bas=bas_144 -size=2 -op2=Attack -vislevel=158 -recol1s=25098 -recol1d=26848 -recol2s=26189 -recol2d=25888 -recol3s=26223 -recol3d=24928 -recol4s=25196 -recol4d=23970 -recol5s=22123 -recol5d=19907 -recol6s=20073 -recol6d=17956 -name=Brawler -model1=model_14545 -unknown119=3 - -// 3777 -[npc_3777] -bas=bas_198 -op1=Talk-to -op3=Toggle-warnings -vislevel=0 -recolhsl1s=6435 -recolhsl1d=6672 -recolhsl2s=37912 -recolhsl2d=36145 -recolhsl3s=37902 -recolhsl3d=36139 -recolhsl4s=37896 -recolhsl4d=36127 -retex1s=material_272 -retex1d=material_252 -retex2s=material_359 -retex2d=material_252 -retex3s=material_251 -retex3d=material_256 -retex4s=material_255 -retex4d=material_359 -retex5s=material_250 -retex5d=material_256 -retex6s=material_268 -retex6d=material_253 -name=Doomsayer -model1=model_40629 -model2=model_40310 -model3=model_40309 -model4=model_40312 -model5=model_31606 -model6=model_31578 -model7=model_31582 -head1=model_40046 -unknown119=3 - -// 3778 -[npc_3778] -bas=bas_4 -op1=Talk-to -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3888 -multinpc=80,npc_251 -multinpc=85,npc_3779 -unknown119=3 - -// 3779 -[npc_3779] -bas=bas_29 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=15789 -recol1d=8354 -recol2s=16846 -recol2d=8354 -recol3s=2340 -recol3d=3171 -recol4s=14724 -recol4d=3171 -recol5s=7329 -recol5d=0 -name=Arthur -model1=model_14575 -model2=model_294 -model3=model_317 -model4=model_151 -model5=model_177 -model6=model_254 -model7=model_185 -head1=model_39593 -head2=model_39246 -unknown119=3 - -// 3780 -[npc_3780] -bas=bas_119 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_3888 -multinpc=45,npc_249 -multinpc=50,npc_249 -multinpc=55,npc_249 -unknown119=3 - -// 3781 -[npc_3781] -bas=bas_29 -vislevel=0 -op1=Talk-to -op3=Leave -recol1s=15856 -recol1d=25098 -recol2s=16846 -recol2d=4228 -recol3s=16704 -recol3d=5217 -recol4s=14724 -recol4d=6342 -recol5s=8384 -recol5d=4228 -retex1s=material_273 -retex1d=material_252 -retex2s=material_250 -retex2d=material_253 -name=Squire -model1=model_215 -model2=model_246 -model3=model_294 -model4=model_33034 -model5=model_10218 -model6=model_534 -model7=model_14565 -model8=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 3782 -[npc_3782] -bas=bas_137 -vislevel=0 -turnspeed=0 -op2=hidden -recol1s=15856 -recol1d=25098 -name=Void Knight -model1=model_230 -model2=model_249 -model3=model_14568 -model4=model_33034 -model5=model_10218 -model6=model_14566 -model7=model_181 -model8=model_14580 -head1=model_39323 -head2=model_39799 -head3=model_39254 -unknown119=1 - -// 3783 -[npc_3783] -bas=bas_802 -ambient=25 -op2=Attack -vislevel=66 -recol1s=13638 -recol1d=15908 -recol2s=14729 -recol2d=7426 -recol3s=8200 -recol3d=13443 -name=Frog -model1=model_29123 -model2=model_29124 -unknown119=3 - -// 3784 -[npc_3784] -bas=bas_137 -vislevel=0 -turnspeed=0 -op2=hidden -recol1s=16704 -recol1d=8418 -recol2s=7298 -recol2d=1059 -recol3s=25098 -recol3d=12545 -name=Void Knight -model1=model_378 -model2=model_14578 -model3=model_14570 -model4=model_14572 -model5=model_14576 -model6=model_358 -model7=model_14579 -head1=model_39090 -head2=model_38893 -modeloffset6=3,-11,6 -unknown119=1 - -// 3785 -[npc_3785] -bas=bas_137 -vislevel=0 -turnspeed=0 -op2=hidden -recol1s=16704 -recol1d=8418 -recol2s=7298 -recol2d=1059 -name=Void Knight -model1=model_378 -model2=model_14578 -model3=model_14570 -model4=model_14572 -model5=model_14576 -model6=model_358 -model7=model_14579 -head1=model_39090 -head2=model_38893 -modeloffset6=3,-11,6 -unknown119=1 - -// 3786 -[npc_3786] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Exchange -recol1s=15856 -recol1d=25098 -name=Void Knight -model1=model_230 -model2=model_249 -model3=model_14568 -model4=model_33034 -model5=model_10218 -model6=model_14566 -model7=model_181 -model8=model_14580 -head1=model_39323 -head2=model_39799 -head3=model_39254 -unknown119=3 - -// 3787 -[npc_3787] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=29419 -recol1d=17698 -recol2s=11525 -recol2d=8354 -recol3s=6273 -recol3d=8354 -name=Sir Palomedes -model1=model_27126 -model2=model_27195 -model3=model_27203 -head1=model_39839 -head2=model_39381 -head3=model_38096 -unknown119=3 - -// 3788 -[npc_3788] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Exchange -recol1s=16704 -recol1d=8418 -recol2s=7298 -recol2d=1059 -recol3s=25098 -recol3d=12545 -name=Void Knight -model1=model_378 -model2=model_14578 -model3=model_14570 -model4=model_14572 -model5=model_14576 -model6=model_358 -model7=model_14579 -head1=model_39090 -head2=model_38893 -modeloffset6=3,-11,6 -unknown119=3 - -// 3789 -[npc_3789] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Exchange -recol1s=16704 -recol1d=8418 -recol2s=7298 -recol2d=1059 -name=Void Knight -model1=model_378 -model2=model_14578 -model3=model_14570 -model4=model_14572 -model5=model_14576 -model6=model_358 -model7=model_14579 -head1=model_39090 -head2=model_38893 -modeloffset6=3,-11,6 -unknown119=3 - -// 3790 -[npc_3790] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=16846 -recol2d=10504 -recol3s=16704 -recol3d=8321 -retex1s=material_273 -retex1d=material_252 -retex2s=material_250 -retex2d=material_253 -name=Squire -model1=model_215 -model2=model_246 -model3=model_301 -model4=model_33034 -model5=model_10218 -model6=model_534 -model7=model_14565 -model8=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 3791 -[npc_3791] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=16704 -recol2d=10433 -retex1s=material_273 -retex1d=material_252 -retex2s=material_250 -retex2d=material_253 -name=Squire -model1=model_217 -model2=model_246 -model3=model_301 -model4=model_33034 -model5=model_10218 -model6=model_553 -model7=model_14565 -model8=model_181 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 3792 -[npc_3792] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=16846 -recol2d=4228 -recol3s=16704 -recol3d=5217 -recol4s=14724 -recol4d=6342 -recol5s=8384 -recol5d=4228 -retex1s=material_268 -retex1d=material_252 -name=Squire -model1=model_390 -model2=model_14442 -model3=model_14588 -model4=model_10706 -model5=model_14589 -model6=model_14574 -model7=model_358 -head1=model_39066 -modeloffset4=3,-11,6 -unknown119=3 - -// 3793 -[npc_3793] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=16846 -recol2d=4228 -recol3s=16704 -recol3d=5217 -recol4s=14724 -recol4d=6342 -recol5s=8384 -recol5d=4228 -retex1s=material_268 -retex1d=material_252 -name=Squire -model1=model_10078 -model2=model_14442 -model3=model_14588 -model4=model_10706 -model5=model_14589 -model6=model_14574 -model7=model_358 -head1=model_39069 -modeloffset4=3,-11,6 -unknown119=3 - -// 3794 -[npc_3794] -bas=bas_4 -vislevel=0 -alwaysontop=yes -recol1s=15856 -recol1d=25098 -recol2s=16846 -recol2d=4228 -recol3s=16704 -recol3d=5217 -recol4s=25098 -recol4d=12545 -recol5s=14724 -recol5d=6342 -recol6s=8384 -recol6d=4228 -retex1s=material_273 -retex1d=material_252 -retex2s=material_250 -retex2d=material_253 -name=Squire -model1=model_215 -model2=model_246 -model3=model_301 -model4=model_33034 -model5=model_10218 -model6=model_14565 -model7=model_181 -head1=model_39849 -head2=model_39251 -unknown119=3 - -// 3795 -[npc_3795] -bas=bas_4 -vislevel=0 -alwaysontop=yes -recol1s=15856 -recol1d=25098 -recol2s=16846 -recol2d=4228 -recol3s=16704 -recol3d=5217 -recol4s=14724 -recol4d=6342 -recol5s=8384 -recol5d=4228 -retex1s=material_268 -retex1d=material_252 -name=Squire -model1=model_378 -model2=model_14442 -model3=model_14588 -model4=model_10706 -model5=model_14574 -model6=model_358 -head1=model_39090 -unknown119=3 - -// 3796 -[npc_3796] -bas=bas_4 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Trade -recol1s=15856 -recol1d=25098 -recol2s=6273 -recol2d=15789 -retex1s=material_273 -retex1d=material_252 -retex2s=material_250 -retex2d=material_253 -name=Squire -model1=model_6848 -model2=model_246 -model3=model_301 -model4=model_33034 -model5=model_10218 -model6=model_14565 -model7=model_181 -head1=model_39744 -head2=model_39223 -unknown119=3 - -// 3797 -[npc_3797] -bas=bas_4 -vislevel=0 -alwaysontop=yes -op1=Talk-to -retex1s=material_273 -retex1d=material_252 -retex2s=material_250 -retex2d=material_253 -name=Squire -model1=model_214 -model2=model_252 -model3=model_301 -model4=model_14587 -model5=model_10218 -model6=model_14565 -model7=model_181 -head1=model_39726 -head2=model_38097 -unknown119=3 - -// 3798 -[npc_3798] -bas=bas_4 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Trade -recol1s=15856 -recol1d=25098 -retex1s=material_273 -retex1d=material_252 -retex2s=material_250 -retex2d=material_253 -name=Squire -model1=model_217 -model2=model_249 -model3=model_301 -model4=model_33034 -model5=model_10218 -model6=model_14565 -model7=model_181 -head1=model_39859 -head2=model_39254 -unknown119=3 - -// 3799 -[npc_3799] -bas=bas_4 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Trade -recol1s=15856 -recol1d=25098 -recol2s=16846 -recol2d=4228 -recol3s=8456 -recol3d=0 -recol4s=11561 -recol4d=4228 -recol5s=13675 -recol5d=6342 -retex1s=material_273 -retex1d=material_252 -retex2s=material_250 -retex2d=material_253 -name=Squire -model1=model_230 -model2=model_251 -model3=model_301 -model4=model_33034 -model5=model_10218 -model6=model_14565 -model7=model_181 -head1=model_39799 -head2=model_38096 -unknown119=3 - -// 3800 -[npc_3800] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Travel -recol1s=15856 -recol1d=25098 -recol2s=3491 -recol2d=3171 -recol3s=16846 -recol3d=4228 -recol4s=16704 -recol4d=9409 -retex1s=material_273 -retex1d=material_252 -retex2s=material_250 -retex2d=material_253 -name=Squire -model1=model_211 -model2=model_249 -model3=model_301 -model4=model_33034 -model5=model_10218 -model6=model_553 -model7=model_14565 -model8=model_181 -head1=model_39917 -head2=model_39254 -unknown119=3 - -// 3801 -[npc_3801] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Travel -recol1s=15856 -recol1d=25098 -recol2s=3491 -recol2d=3171 -recol3s=16846 -recol3d=4228 -recol4s=16704 -recol4d=9409 -retex1s=material_268 -retex1d=material_252 -name=Squire -model1=model_388 -model2=model_464 -model3=model_40401 -model4=model_10706 -model5=model_14589 -model6=model_14574 -model7=model_358 -head1=model_39013 -modeloffset4=3,-11,6 -unknown119=3 - -// 3802 -[npc_3802] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=9410 -recol1d=22131 -recol2s=16846 -recol2d=4228 -recol3s=16704 -recol3d=5217 -recol4s=14724 -recol4d=6342 -recol5s=8384 -recol5d=4228 -recol6s=6144 -recol6d=25236 -retex1s=material_268 -retex1d=material_252 -name=Squire (Novice) -model1=model_10078 -model2=model_14442 -model3=model_10839 -model4=model_354 -model5=model_14589 -model6=model_14574 -model7=model_358 -model8=model_27135 -model9=model_14447 -head1=model_39069 -modeloffset4=3,-11,6 -unknown119=3 - -// 3803 -[npc_3803] -active=no -minimap=no -vislevel=1 -model1=model_8236 -unknown119=1 - -// 3804 -[npc_3804] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 3805 -[npc_3805] -bas=bas_391 -size=1 -vislevel=0 -op1=Talk-to -name=Postie Pete -model1=model_14826 -head1=model_14790 -head2=model_14789 -unknown119=1 - -// 3806 -[npc_3806] -bas=bas_4 -vislevel=0 -op1=Talk-to -op4=Work-for -recol1s=14724 -recol1d=17704 -recol2s=15856 -recol2d=25098 -recolhsl3s=6320 -recolhsl3d=412 -recol4s=13672 -recol4d=9315 -recolhsl5s=6310 -recolhsl5d=532 -recol6s=9446 -recol6d=6273 -retex1s=material_251 -retex1d=material_250 -name=Millie Miller -model1=model_40377 -model2=model_40385 -model3=model_40392 -model4=model_40396 -model5=model_40381 -model6=model_28848 -head1=model_38899 -unknown119=3 - -// 3807 -[npc_3807] -bas=bas_1158 -vislevel=0 -op1=Talk-to -op4=Work-for -recolhsl1s=1331 -recolhsl1d=31014 -recolhsl2s=1313 -recolhsl2d=30996 -recol3s=28502 -recol3d=7629 -recolhsl4s=6320 -recolhsl4d=24732 -recolhsl5s=6315 -recolhsl5d=24725 -recolhsl6s=6310 -recolhsl6d=25745 -retex1s=material_255 -retex1d=material_273 -name=Gillie Groats -model1=model_28824 -model2=model_40385 -model3=model_28842 -model4=model_40396 -model5=model_40381 -model6=model_28848 -model7=model_40395 -head1=model_39118 -unknown119=3 - -// 3808 -[npc_3808] -bas=bas_504 -size=3 -alwaysontop=yes -ambient=10 -contrast=15 -turnspeed=15 -op2=Attack -vislevel=92 -name=Tortoise -model1=model_14801 -model2=model_14803 -model3=model_14799 -model4=model_14795 -model5=model_14797 -model6=model_14796 -unknown119=3 - -// 3809 -[npc_3809] -bas=bas_108 -size=1 -op1=Talk-to -op3=Glider -vislevel=0 -recol1s=416 -recol1d=15651 -recol2s=352 -recol2d=12513 -recol3s=3363 -recol3d=7298 -recol4s=22163 -recol4d=13605 -recol5s=17860 -recol5d=7298 -name=Captain Dalbur -model1=model_2908 -model2=model_14824 -model3=model_14825 -head1=model_25874 -unknown119=3 - -// 3810 -[npc_3810] -bas=bas_108 -size=1 -op1=Talk-to -op3=Glider -vislevel=0 -recol1s=416 -recol1d=15651 -recol2s=352 -recol2d=12513 -recol3s=3363 -recol3d=7298 -recol4s=22163 -recol4d=13605 -recol5s=17860 -recol5d=7298 -name=Captain Bleemadge -model1=model_2908 -model2=model_14824 -model3=model_14825 -head1=model_25874 -unknown119=3 - -// 3811 -[npc_3811] -bas=bas_108 -size=1 -op1=Talk-to -op3=Glider -vislevel=0 -recol1s=416 -recol1d=15651 -recol2s=352 -recol2d=12513 -recol3s=3363 -recol3d=7298 -recol4s=22163 -recol4d=13605 -recol5s=17860 -recol5d=7298 -name=Captain Errdo -model1=model_2908 -model2=model_14824 -model3=model_14825 -head1=model_25874 -unknown119=3 - -// 3812 -[npc_3812] -bas=bas_108 -size=1 -op1=Talk-to -op3=Glider -vislevel=0 -recol1s=416 -recol1d=15651 -recol2s=352 -recol2d=12513 -recol3s=3363 -recol3d=7298 -recol4s=22163 -recol4d=13605 -recol5s=17860 -recol5d=7298 -name=Captain Klemfoodle -model1=model_2908 -model2=model_14824 -model3=model_14825 -head1=model_25874 -unknown119=3 - -// 3814 -[npc_3814] -bas=bas_108 -op2=Attack -vislevel=5 -name=Gnome Archer -model1=model_2890 -model2=model_2909 -model3=model_2915 -head1=model_21 -unknown119=3 - -// 3815 -[npc_3815] -bas=bas_108 -op2=Attack -vislevel=5 -recol1s=352 -recol1d=14625 -name=Gnome Driver -model1=model_14806 -model2=model_2914 -model3=model_14811 -model4=model_14805 -head1=model_22 -unknown119=3 - -// 3816 -[npc_3816] -bas=bas_108 -op2=Attack -vislevel=5 -recol1s=352 -recol1d=14625 -name=Gnome Mage -model1=model_14807 -model2=model_10340 -model3=model_14812 -head1=model_4654 -unknown119=3 - -// 3817 -[npc_3817] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=15786 -recol2s=13675 -recol2d=15850 -recol3s=4356 -recol3d=6436 -name=Lieutenant Schepbur -model1=model_10338 -model2=model_10340 -model3=model_14814 -model4=model_14810 -head1=model_10238 -unknown119=3 - -// 3818 -[npc_3818] -bas=bas_505 -op1=Talk-to -vislevel=0 -name=Trainer Nacklepen -model1=model_14808 -model2=model_14809 -model3=model_14813 -head1=model_14822 -unknown119=3 - -// 3819 -[npc_3819] -bas=bas_504 -size=3 -alwaysontop=yes -ambient=10 -contrast=15 -turnspeed=15 -resizeh=115 -resizev=120 -op2=Attack -vislevel=79 -name=Tortoise -model1=model_14800 -model2=model_14802 -model3=model_14798 -unknown119=3 - -// 3820 -[npc_3820] -bas=bas_394 -size=1 -vislevel=1 -multivar=varplayerbit_2098 -multinpc=0,npc_2253 -multinpc=5,npc_2253 -multinpc=10,npc_2253 -multinpc=15,npc_2253 -multinpc=20,npc_2253 -multinpc=190,npc_2253 -multinpc=200,npc_2253 -unknown119=3 - -// 3821 -[npc_3821] -bas=bas_53 -vislevel=0 -recol1s=14724 -recol1d=10498 -recol2s=8386 -recol2d=2191 -recol3s=15392 -recol3d=1116 -recol4s=32736 -recol4d=14726 -recol5s=2340 -recol5d=10498 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_369 -retex3d=material_426 -name=Wise Old Man -model1=model_187 -model2=model_9103 -model3=model_4925 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_176 -model8=model_554 -model9=model_260 -model10=model_181 -head1=model_39761 -unknown119=1 - -// 3822 -[npc_3822] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -retex1s=material_228 -retex1d=material_426 -name=Herman Caranos -model1=model_14843 -model2=model_176 -model3=model_14855 -model4=model_14851 -model5=model_14376 -model6=model_14381 -model7=model_14384 -model8=model_14870 -head1=model_39966 -head2=model_39217 -head3=model_39356 -unknown119=3 - -// 3823 -[npc_3823] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -name=Franklin Caranos -model1=model_14854 -model2=model_14860 -model3=model_14842 -model4=model_14846 -model5=model_14857 -model6=model_14848 -model7=model_14869 -head1=model_39998 -unknown119=3 - -// 3824 -[npc_3824] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -op3=Trade -op4=Bank -op5=Collect -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -retex1s=material_228 -retex1d=material_426 -name=Arnold Lydspor -model1=model_14852 -model2=model_14859 -model3=model_14840 -model4=model_176 -model5=model_14856 -model6=model_181 -head1=model_39821 -unknown119=3 - -// 3825 -[npc_3825] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=1475 -recol1d=7493 -recol2s=24196 -recol2d=22055 -recol3s=29248 -recol3d=26210 -recol4s=4235 -recol4d=8493 -recol5s=30306 -recol5d=24096 -retex1s=material_527 -retex1d=material_257 -retex2s=material_262 -retex2d=material_202 -name=Devin Mendelberg -model1=model_14107 -model2=model_14383 -model3=model_14841 -model4=model_176 -model5=model_14380 -model6=model_14375 -model7=model_14850 -head1=model_39920 -head2=model_38096 -head3=model_39462 -unknown119=3 - -// 3826 -[npc_3826] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=1475 -recol1d=7493 -recol2s=24196 -recol2d=22055 -recol3s=29248 -recol3d=26210 -recol4s=4235 -recol4d=8493 -recol5s=30306 -recol5d=24096 -name=George Laxmeister -model1=model_14853 -model2=model_14383 -model3=model_14841 -model4=model_14844 -model5=model_14380 -model6=model_14375 -model7=model_14850 -head1=model_39741 -head2=model_39239 -head3=model_39462 -unknown119=3 - -// 3827 -[npc_3827] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=1475 -recol1d=7493 -recol2s=24196 -recol2d=22055 -recol3s=29248 -recol3d=26210 -recol4s=4235 -recol4d=8493 -recol5s=30306 -recol5d=24096 -name=Ramara du Croissant -model1=model_14866 -model2=model_14868 -model3=model_14862 -model4=model_14863 -model5=model_14867 -model6=model_14864 -model7=model_14865 -head1=model_39126 -head2=model_38850 -unknown119=3 - -// 3828 -[npc_3828] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_2098 -multinpc=0,npc_3825 -multinpc=5,npc_3825 -multinpc=10,npc_3825 -multinpc=15,npc_3825 -multinpc=20,npc_3825 -multinpc=30,npc_3825 -unknown119=3 - -// 3829 -[npc_3829] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_2098 -multinpc=0,npc_3830 -multinpc=5,npc_3831 -multinpc=10,npc_3831 -multinpc=15,npc_3831 -multinpc=20,npc_3831 -multinpc=30,npc_3831 -multinpc=40,npc_3831 -multinpc=50,npc_3831 -multinpc=55,npc_3831 -multinpc=60,npc_3831 -multinpc=65,npc_3831 -multinpc=70,npc_3831 -multinpc=80,npc_3831 -multinpc=90,npc_3831 -multinpc=95,npc_3831 -multinpc=100,npc_3831 -multinpc=110,npc_3831 -multinpc=120,npc_3831 -multinpc=130,npc_3831 -multinpc=140,npc_3831 -multinpc=150,npc_3831 -multinpc=160,npc_3831 -multinpc=170,npc_3831 -multinpc=180,npc_3831 -multinpc=190,npc_3831 -multinpc=200,npc_3831 -unknown119=3 - -// 3830 -[npc_3830] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=1475 -recol1d=7493 -recol2s=24196 -recol2d=22055 -recol3s=29248 -recol3d=26210 -recol4s=4235 -recol4d=8493 -recol5s=25098 -recol5d=26189 -recol6s=30306 -recol6d=24096 -name=Kathy Corkat -model1=model_399 -model2=model_14868 -model3=model_14862 -model4=model_14863 -model5=model_14867 -model6=model_14864 -head1=model_39124 -unknown119=3 - -// 3831 -[npc_3831] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Travel -recol1s=1475 -recol1d=7493 -recol2s=24196 -recol2d=22055 -recol3s=29248 -recol3d=26210 -recol4s=4235 -recol4d=8493 -recol5s=25098 -recol5d=26189 -recol6s=30306 -recol6d=24096 -name=Kathy Corkat -model1=model_399 -model2=model_14868 -model3=model_14862 -model4=model_14863 -model5=model_14867 -model6=model_14864 -head1=model_39124 -unknown119=3 - -// 3832 -[npc_3832] -bas=bas_47 -size=1 -vislevel=1 -multivar=varplayerbit_2098 -multinpc=0,npc_3822 -multinpc=5,npc_3822 -multinpc=10,npc_3822 -multinpc=15,npc_3822 -multinpc=20,npc_3822 -multinpc=30,npc_2567 -multinpc=40,npc_2567 -multinpc=50,npc_2567 -multinpc=55,npc_2567 -unknown119=3 - -// 3833 -[npc_3833] -bas=bas_47 -size=1 -vislevel=1 -multivar=varplayerbit_2098 -multinpc=65,npc_2567 -multinpc=70,npc_2567 -multinpc=80,npc_2567 -multinpc=90,npc_2567 -multinpc=95,npc_2567 -multinpc=100,npc_2567 -multinpc=110,npc_2567 -multinpc=120,npc_2567 -multinpc=130,npc_2567 -multinpc=140,npc_2567 -multinpc=150,npc_2567 -multinpc=180,npc_2567 -unknown119=3 - -// 3834 -[npc_3834] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_2098 -multinpc=30,npc_3821 -unknown119=3 - -// 3835 -[npc_3835] -bas=bas_260 -size=5 -op2=Attack -headicon=6 -vislevel=333 -name=Kalphite Queen -model1=model_24597 -model2=model_24598 -unknown119=1 - -// 3836 -[npc_3836] -bas=bas_261 -size=5 -op2=Attack -headicon=0 -vislevel=333 -name=Kalphite Queen -model1=model_24602 -model2=model_24605 -model3=model_24606 -unknown119=1 - -// 3837 -[npc_3837] -bas=bas_48 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Drunken Dwarf -model1=model_2974 -model2=model_2986 -model3=model_2983 -model4=model_2979 -model5=model_2981 -model6=model_2985 -model7=model_2992 -head1=model_4 -head2=model_6 -unknown119=3 - -// 3838 -[npc_3838] -bas=bas_53 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=10498 -recol2s=8386 -recol2d=2191 -recol3s=15392 -recol3d=1116 -recol4s=32736 -recol4d=14726 -recol5s=2340 -recol5d=10498 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -retex3s=material_369 -retex3d=material_528 -name=Wise Old Man -model1=model_187 -model2=model_9103 -model3=model_4925 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_176 -model8=model_554 -model9=model_260 -model10=model_181 -head1=model_39609 -head2=model_39182 -unknown119=3 - -// 3839 -[npc_3839] -bas=bas_1181 -vislevel=0 -turnspeed=0 -recol1s=14724 -recol1d=10498 -recol2s=8386 -recol2d=2191 -recol3s=15392 -recol3d=1116 -recol4s=32736 -recol4d=14726 -recol5s=2340 -recol5d=10498 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -retex3s=material_369 -retex3d=material_528 -name=Wise Old Man -model1=model_187 -model2=model_9103 -model3=model_4925 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_176 -model8=model_554 -model9=model_260 -model10=model_181 -head1=model_39609 -head2=model_39182 -unknown119=1 - -// 3840 -[npc_3840] -bas=bas_1183 -op2=Attack -size=1 -resizeh=128 -resizev=128 -vislevel=79 -recol1s=10698 -recol1d=13770 -recol2s=8584 -recol2d=11656 -name=Sea troll -model1=model_14912 -model2=model_14905 -model3=model_14909 -unknown119=3 - -// 3841 -[npc_3841] -bas=bas_1183 -op2=Attack -size=1 -resizeh=128 -resizev=128 -vislevel=65 -recol1s=10698 -recol1d=13839 -recol2s=8584 -recol2d=12717 -name=Sea troll -model1=model_14912 -model2=model_14908 -model3=model_14909 -unknown119=3 - -// 3842 -[npc_3842] -bas=bas_1183 -op2=Attack -size=1 -resizeh=128 -resizev=128 -vislevel=87 -recol1s=10698 -recol1d=8586 -recol2s=8584 -recol2d=6472 -name=Sea troll -model1=model_14912 -model2=model_14907 -model3=model_14910 -unknown119=3 - -// 3843 -[npc_3843] -bas=bas_1183 -op2=Attack -size=1 -resizeh=128 -resizev=128 -vislevel=101 -name=Sea troll -model1=model_14911 -model2=model_14905 -model3=model_14909 -model4=model_14913 -unknown119=3 - -// 3844 -[npc_3844] -bas=bas_71 -size=1 -vislevel=64 -name=Skeleton Mage -model1=model_21196 -unknown119=1 - -// 3845 -[npc_3845] -bas=bas_1183 -size=1 -resizeh=128 -resizev=128 -vislevel=58 -recol1s=10698 -recol1d=14794 -recol2s=8584 -recol2d=12680 -name=Sea troll -model1=model_14911 -model2=model_14906 -model3=model_14910 -model4=model_14914 -unknown119=1 - -// 3846 -[npc_3846] -bas=bas_1180 -vislevel=0 -size=3 -name=Sea Troll General -model1=model_14918 -model2=model_14916 -model3=model_14915 -model4=model_14919 -unknown119=1 - -// 3847 -[npc_3847] -bas=bas_1182 -size=5 -vislevel=170 -op2=Attack -name=Sea Troll Queen -model1=model_14920 -unknown119=3 - -// 3848 -[npc_3848] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Harpoon -op3=Net -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 3849 -[npc_3849] -bas=bas_43 -vislevel=0 -size=1 -resizeh=32 -resizev=32 -op1=Harpoon -op3=Net -op4=hidden -op5=hidden -alwaysontop=yes -name=Fishing spot -model1=model_2320 -unknown119=7 - -// 3850 -[npc_3850] -vislevel=0 -name=Skeleton Mage -model1=model_21489 -unknown119=2 - -// 3851 -[npc_3851] -bas=bas_71 -size=1 -op2=Attack -vislevel=83 -name=Skeleton Mage -model1=model_21196 -unknown119=3 - -// 3852 -[npc_3852] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=28366 -recol1d=21536 -recol2s=25229 -recol2d=17440 -recol3s=24138 -recol3d=12353 -recol4s=6608 -recol4d=8192 -recol5s=14724 -recol5d=20578 -name=Suspect -model1=model_378 -model2=model_11359 -model3=model_332 -model4=model_10706 -model5=model_10003 -model6=model_358 -model7=model_15010 -head1=model_39090 -head2=model_38864 -unknown119=3 - -// 3853 -[npc_3853] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=28366 -recol1d=1447 -recol2s=25229 -recol2d=325 -recol3s=24138 -recol3d=260 -recol4s=6608 -recol4d=163 -recol5s=14724 -recol5d=3595 -recol6s=6342 -recol6d=15985 -name=Suspect -model1=model_378 -model2=model_15010 -model3=model_11359 -model4=model_332 -model5=model_10706 -model6=model_10003 -model7=model_358 -head1=model_39090 -head2=model_38864 -unknown119=3 - -// 3854 -[npc_3854] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=28366 -recol1d=6350 -recol2s=25229 -recol2d=5292 -recol3s=24138 -recol3d=4233 -recol4s=6608 -recol4d=4231 -recol5s=14724 -recol5d=9521 -recol6s=6342 -recol6d=12688 -name=Suspect -model1=model_378 -model2=model_15010 -model3=model_11359 -model4=model_332 -model5=model_10706 -model6=model_10003 -model7=model_358 -head1=model_39090 -head2=model_38864 -unknown119=3 - -// 3855 -[npc_3855] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=28366 -recol1d=24200 -recol2s=25229 -recol2d=26311 -recol3s=24138 -recol3d=28327 -recol4s=6608 -recol4d=30441 -recol5s=14724 -recol5d=30568 -recol6s=6342 -recol6d=28533 -name=Suspect -model1=model_378 -model2=model_15010 -model3=model_11359 -model4=model_332 -model5=model_10706 -model6=model_10003 -model7=model_358 -head1=model_39090 -head2=model_38864 -unknown119=3 - -// 3856 -[npc_3856] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=27778 -recol3s=7328 -recol3d=9249 -recol4s=6342 -recol4d=25037 -recol5s=3232 -recol5d=9249 -recol6s=6273 -recol6d=27266 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -head1=model_39069 -unknown119=3 - -// 3857 -[npc_3857] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1539 -recol3s=7328 -recol3d=160 -recol4s=6342 -recol4d=17040 -recol5s=6273 -recol5d=27266 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -head1=model_39069 -unknown119=3 - -// 3858 -[npc_3858] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=6350 -recol2s=14724 -recol2d=9519 -recol3s=7328 -recol3d=14799 -recol4s=6342 -recol4d=23260 -recol5s=3232 -recol5d=23260 -recol6s=6273 -recol6d=27266 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -head1=model_39069 -unknown119=3 - -// 3859 -[npc_3859] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=24200 -recol2s=14724 -recol2d=32576 -recol3s=7328 -recol3d=24275 -recol4s=6342 -recol4d=24275 -recol5s=3232 -recol5d=24275 -recol6s=6273 -recol6d=27266 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -head1=model_39069 -unknown119=3 - -// 3860 -[npc_3860] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=25863 -recol3s=6342 -recol3d=10306 -recol4s=20041 -recol4d=25863 -recol5s=3232 -recol5d=24275 -recol6s=6273 -recol6d=30467 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -head1=model_39016 -unknown119=3 - -// 3861 -[npc_3861] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1317 -recol3s=6342 -recol3d=5637 -recol4s=20041 -recol4d=1317 -recol5s=6144 -recol5d=14896 -recol6s=6273 -recol6d=30467 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -head1=model_39016 -unknown119=3 - -// 3862 -[npc_3862] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=6350 -recol2s=6342 -recol2d=13745 -recol3s=20041 -recol3d=14802 -recol4s=14724 -recol4d=10577 -recol5s=6273 -recol5d=30467 -recol6s=6144 -recol6d=10577 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -head1=model_39016 -unknown119=3 - -// 3863 -[npc_3863] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=24200 -recol2s=14724 -recol2d=32576 -recol3s=6342 -recol3d=24275 -recol4s=20041 -recol4d=32576 -recol5s=3232 -recol5d=24275 -recol6s=6273 -recol6d=30467 -retex1s=material_228 -retex1d=material_426 -retex2s=material_252 -retex2d=material_253 -name=Suspect -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -head1=model_39016 -unknown119=3 - -// 3864 -[npc_3864] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=24938 -recol3s=20041 -recol3d=24938 -recol4s=29464 -recol4d=27218 -recol5s=6144 -recol5d=27218 -recol6s=6273 -recol6d=26848 -name=Suspect -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39124 -unknown119=3 - -// 3865 -[npc_3865] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1317 -recol3s=6342 -recol3d=5637 -recol4s=20041 -recol4d=1317 -recol5s=6144 -recol5d=14896 -recol6s=6273 -recol6d=26848 -name=Suspect -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39124 -unknown119=3 - -// 3866 -[npc_3866] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=6350 -recol2s=14724 -recol2d=13746 -recol3s=20041 -recol3d=13746 -recol4s=29464 -recol4d=24344 -recol5s=6144 -recol5d=25369 -recol6s=6273 -recol6d=26848 -name=Suspect -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39124 -unknown119=3 - -// 3867 -[npc_3867] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=24200 -recol2s=20041 -recol2d=27339 -recol3s=14724 -recol3d=27339 -recol4s=6273 -recol4d=26848 -recol5s=6144 -recol5d=10499 -recol6s=7298 -recol6d=10499 -retex1s=material_252 -retex1d=material_253 -name=Suspect -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39124 -unknown119=3 - -// 3868 -[npc_3868] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=24938 -recol3s=6342 -recol3d=20584 -recol4s=6144 -recol4d=26848 -recol5s=15392 -recol5d=27218 -recol6s=6273 -recol6d=10468 -name=Suspect -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 3869 -[npc_3869] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1569 -recol3s=6144 -recol3d=13869 -recol4s=6342 -recol4d=4420 -recol5s=15392 -recol5d=1569 -recol6s=6273 -recol6d=10468 -name=Suspect -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 3870 -[npc_3870] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=6350 -recol2s=14724 -recol2d=13746 -recol3s=6144 -recol3d=21142 -recol4s=6342 -recol4d=15859 -recol5s=15392 -recol5d=17978 -recol6s=6273 -recol6d=10468 -name=Suspect -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 3871 -[npc_3871] -bas=bas_4 -vislevel=0 -op1=Grab -recol1s=2340 -recol1d=24200 -recol2s=14724 -recol2d=32576 -recol3s=6144 -recol3d=28535 -recol4s=6342 -recol4d=30504 -recol5s=15392 -recol5d=32576 -recol6s=6273 -recol6d=10468 -name=Suspect -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 3872 -[npc_3872] -bas=bas_685 -vislevel=0 -recol1s=28366 -recol1d=21536 -recol2s=25229 -recol2d=17440 -recol3s=24138 -recol3d=12353 -recol4s=6608 -recol4d=8192 -recol5s=14724 -recol5d=20578 -name=Suspect -model1=model_378 -model2=model_11359 -model3=model_332 -model4=model_10706 -model5=model_10003 -model6=model_358 -model7=model_15010 -model8=model_15009 -unknown119=3 - -// 3873 -[npc_3873] -bas=bas_685 -vislevel=0 -recol1s=28366 -recol1d=1447 -recol2s=25229 -recol2d=325 -recol3s=24138 -recol3d=260 -recol4s=6608 -recol4d=163 -recol5s=14724 -recol5d=3595 -recol6s=6342 -recol6d=15985 -name=Suspect -model1=model_378 -model2=model_11359 -model3=model_332 -model4=model_10706 -model5=model_10003 -model6=model_358 -model7=model_15010 -model8=model_15009 -unknown119=3 - -// 3874 -[npc_3874] -bas=bas_685 -vislevel=0 -recol1s=28366 -recol1d=6350 -recol2s=25229 -recol2d=5292 -recol3s=24138 -recol3d=4233 -recol4s=6608 -recol4d=4231 -recol5s=14724 -recol5d=9521 -recol6s=6342 -recol6d=12688 -name=Suspect -model1=model_378 -model2=model_11359 -model3=model_332 -model4=model_10706 -model5=model_10003 -model6=model_358 -model7=model_15010 -model8=model_15009 -unknown119=3 - -// 3875 -[npc_3875] -bas=bas_685 -vislevel=0 -recol1s=28366 -recol1d=24200 -recol2s=25229 -recol2d=26311 -recol3s=24138 -recol3d=28327 -recol4s=6608 -recol4d=30441 -recol5s=14724 -recol5d=30568 -recol6s=6342 -recol6d=28533 -name=Suspect -model1=model_378 -model2=model_11359 -model3=model_332 -model4=model_10706 -model5=model_10003 -model6=model_358 -model7=model_15010 -model8=model_15009 -unknown119=3 - -// 3876 -[npc_3876] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=27778 -recol3s=7328 -recol3d=9249 -recol4s=6342 -recol4d=25037 -recol5s=3232 -recol5d=9249 -recol6s=6273 -recol6d=27266 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -model7=model_15009 -unknown119=3 - -// 3877 -[npc_3877] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1539 -recol3s=7328 -recol3d=160 -recol4s=6342 -recol4d=17040 -recol5s=6273 -recol5d=27266 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -model7=model_15009 -unknown119=3 - -// 3878 -[npc_3878] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=6350 -recol2s=14724 -recol2d=9519 -recol3s=7328 -recol3d=14799 -recol4s=6342 -recol4d=23260 -recol5s=3232 -recol5d=23260 -recol6s=6273 -recol6d=27266 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -model7=model_15009 -unknown119=3 - -// 3879 -[npc_3879] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=24200 -recol2s=14724 -recol2d=32576 -recol3s=7328 -recol3d=24275 -recol4s=6342 -recol4d=24275 -recol5s=3232 -recol5d=24275 -recol6s=6273 -recol6d=27266 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -model7=model_15009 -unknown119=3 - -// 3880 -[npc_3880] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=25863 -recol3s=6342 -recol3d=10306 -recol4s=20041 -recol4d=25863 -recol5s=3232 -recol5d=24275 -recol6s=6273 -recol6d=30467 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -model7=model_15009 -head1=model_39016 -unknown119=3 - -// 3881 -[npc_3881] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1317 -recol3s=6342 -recol3d=5637 -recol4s=20041 -recol4d=1317 -recol5s=6144 -recol5d=14896 -recol6s=6273 -recol6d=30467 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -model7=model_15009 -unknown119=3 - -// 3882 -[npc_3882] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=6350 -recol2s=6342 -recol2d=13745 -recol3s=20041 -recol3d=14802 -recol4s=14724 -recol4d=10577 -recol5s=6273 -recol5d=30467 -recol6s=6144 -recol6d=10577 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -model7=model_15009 -unknown119=3 - -// 3883 -[npc_3883] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=24200 -recol2s=14724 -recol2d=32576 -recol3s=6342 -recol3d=24275 -recol4s=20041 -recol4d=32576 -recol5s=3232 -recol5d=24275 -recol6s=6273 -recol6d=30467 -retex1s=material_228 -retex1d=material_426 -name=Suspect -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -model7=model_15009 -unknown119=3 - -// 3884 -[npc_3884] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=24938 -recol3s=20041 -recol3d=24938 -recol4s=29464 -recol4d=27218 -recol5s=6144 -recol5d=27218 -recol6s=6273 -recol6d=26848 -name=Suspect -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -model7=model_15009 -unknown119=3 - -// 3885 -[npc_3885] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1317 -recol3s=6342 -recol3d=5637 -recol4s=20041 -recol4d=1317 -recol5s=6144 -recol5d=14896 -recol6s=6273 -recol6d=26848 -name=Suspect -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -model7=model_15009 -head1=model_39124 -unknown119=3 - -// 3886 -[npc_3886] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=6350 -recol2s=14724 -recol2d=13746 -recol3s=20041 -recol3d=13746 -recol4s=29464 -recol4d=24344 -recol5s=6144 -recol5d=25369 -recol6s=6273 -recol6d=26848 -name=Suspect -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -model7=model_15009 -unknown119=3 - -// 3887 -[npc_3887] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=24200 -recol2s=20041 -recol2d=27339 -recol3s=14724 -recol3d=27339 -recol4s=6273 -recol4d=26848 -recol5s=6144 -recol5d=10499 -recol6s=7298 -recol6d=10499 -retex1s=material_252 -retex1d=material_253 -name=Suspect -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -model7=model_15009 -unknown119=3 - -// 3888 -[npc_3888] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=24938 -recol3s=6342 -recol3d=20584 -recol4s=6144 -recol4d=26848 -recol5s=15392 -recol5d=27218 -recol6s=6273 -recol6d=10468 -name=Suspect -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -model8=model_15009 -unknown119=3 - -// 3889 -[npc_3889] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1569 -recol3s=6144 -recol3d=13869 -recol4s=6342 -recol4d=4420 -recol5s=15392 -recol5d=1569 -recol6s=6273 -recol6d=10468 -name=Suspect -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -model8=model_15009 -unknown119=3 - -// 3890 -[npc_3890] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=6350 -recol2s=14724 -recol2d=13746 -recol3s=6144 -recol3d=21142 -recol4s=6342 -recol4d=15859 -recol5s=15392 -recol5d=17978 -recol6s=6273 -recol6d=10468 -name=Suspect -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -model8=model_15009 -unknown119=3 - -// 3891 -[npc_3891] -bas=bas_685 -size=1 -vislevel=0 -recol1s=2340 -recol1d=24200 -recol2s=14724 -recol2d=32576 -recol3s=6144 -recol3d=28535 -recol4s=6342 -recol4d=30504 -recol5s=15392 -recol5d=32576 -recol6s=6273 -recol6d=10468 -retex1s=material_252 -retex1d=material_253 -name=Suspect -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -model8=model_15009 -unknown119=3 - -// 3892 -[npc_3892] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28366 -recol1d=21536 -recol2s=25229 -recol2d=17440 -recol3s=24138 -recol3d=12353 -recol4s=6608 -recol4d=8192 -recol5s=14724 -recol5d=20578 -name=Molly -model1=model_378 -model2=model_11359 -model3=model_332 -model4=model_10706 -model5=model_10003 -model6=model_358 -model7=model_15010 -head1=model_39090 -head2=model_38864 -unknown119=3 - -// 3893 -[npc_3893] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28366 -recol1d=1447 -recol2s=25229 -recol2d=325 -recol3s=24138 -recol3d=260 -recol4s=6608 -recol4d=163 -recol5s=14724 -recol5d=3595 -recol6s=6342 -recol6d=15985 -name=Molly -model1=model_378 -model2=model_15010 -model3=model_11359 -model4=model_332 -model5=model_10706 -model6=model_10003 -model7=model_358 -head1=model_39090 -head2=model_38864 -unknown119=3 - -// 3894 -[npc_3894] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28366 -recol1d=6350 -recol2s=25229 -recol2d=5292 -recol3s=24138 -recol3d=4233 -recol4s=6608 -recol4d=4231 -recol5s=14724 -recol5d=9521 -recol6s=6342 -recol6d=12688 -name=Molly -model1=model_378 -model2=model_15010 -model3=model_11359 -model4=model_332 -model5=model_10706 -model6=model_10003 -model7=model_358 -head1=model_39090 -head2=model_38864 -unknown119=3 - -// 3895 -[npc_3895] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=28366 -recol1d=24200 -recol2s=25229 -recol2d=26311 -recol3s=24138 -recol3d=28327 -recol4s=6608 -recol4d=30441 -recol5s=14724 -recol5d=30568 -recol6s=6342 -recol6d=28533 -name=Molly -model1=model_378 -model2=model_15010 -model3=model_11359 -model4=model_332 -model5=model_10706 -model6=model_10003 -model7=model_358 -head1=model_39090 -head2=model_38864 -unknown119=3 - -// 3896 -[npc_3896] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=27778 -recol3s=7328 -recol3d=9249 -recol4s=6342 -recol4d=25037 -recol5s=3232 -recol5d=9249 -recol6s=6273 -recol6d=27266 -retex1s=material_228 -retex1d=material_426 -name=Molly -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -head1=model_39069 -unknown119=3 - -// 3897 -[npc_3897] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1539 -recol3s=7328 -recol3d=160 -recol4s=6342 -recol4d=17040 -recol5s=6273 -recol5d=27266 -retex1s=material_228 -retex1d=material_426 -name=Molly -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -head1=model_39069 -unknown119=3 - -// 3898 -[npc_3898] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=6350 -recol2s=14724 -recol2d=9519 -recol3s=7328 -recol3d=14799 -recol4s=6342 -recol4d=23260 -recol5s=3232 -recol5d=23260 -recol6s=6273 -recol6d=27266 -retex1s=material_228 -retex1d=material_426 -name=Molly -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -head1=model_39069 -unknown119=3 - -// 3899 -[npc_3899] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=24200 -recol2s=14724 -recol2d=32576 -recol3s=7328 -recol3d=24275 -recol4s=6342 -recol4d=24275 -recol5s=3232 -recol5d=24275 -recol6s=6273 -recol6d=27266 -retex1s=material_228 -retex1d=material_426 -name=Molly -model1=model_10078 -model2=model_11359 -model3=model_343 -model4=model_10706 -model5=model_431 -model6=model_358 -head1=model_39069 -unknown119=3 - -// 3900 -[npc_3900] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=25863 -recol3s=6342 -recol3d=10306 -recol4s=20041 -recol4d=25863 -recol5s=3232 -recol5d=24275 -recol6s=6273 -recol6d=30467 -retex1s=material_228 -retex1d=material_426 -name=Molly -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -head1=model_39016 -unknown119=3 - -// 3901 -[npc_3901] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1317 -recol3s=6342 -recol3d=5637 -recol4s=20041 -recol4d=1317 -recol5s=6144 -recol5d=14896 -recol6s=6273 -recol6d=30467 -retex1s=material_228 -retex1d=material_426 -name=Molly -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -head1=model_39016 -unknown119=3 - -// 3902 -[npc_3902] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=6350 -recol2s=6342 -recol2d=13745 -recol3s=20041 -recol3d=14802 -recol4s=14724 -recol4d=10577 -recol5s=6273 -recol5d=30467 -recol6s=6144 -recol6d=10577 -retex1s=material_228 -retex1d=material_426 -name=Molly -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -head1=model_39016 -unknown119=3 - -// 3903 -[npc_3903] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=24200 -recol2s=14724 -recol2d=32576 -recol3s=6342 -recol3d=24275 -recol4s=20041 -recol4d=32576 -recol5s=3232 -recol5d=24275 -recol6s=6273 -recol6d=30467 -retex1s=material_228 -retex1d=material_426 -retex2s=material_252 -retex2d=material_253 -name=Molly -model1=model_393 -model2=model_11360 -model3=model_348 -model4=model_10706 -model5=model_11357 -model6=model_358 -head1=model_39016 -unknown119=3 - -// 3904 -[npc_3904] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=24938 -recol3s=20041 -recol3d=24938 -recol4s=29464 -recol4d=27218 -recol5s=6144 -recol5d=27218 -recol6s=6273 -recol6d=26848 -name=Molly -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39124 -unknown119=3 - -// 3905 -[npc_3905] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1317 -recol3s=6342 -recol3d=5637 -recol4s=20041 -recol4d=1317 -recol5s=6144 -recol5d=14896 -recol6s=6273 -recol6d=26848 -name=Molly -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39124 -unknown119=3 - -// 3906 -[npc_3906] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=6350 -recol2s=14724 -recol2d=13746 -recol3s=20041 -recol3d=13746 -recol4s=29464 -recol4d=24344 -recol5s=6144 -recol5d=25369 -recol6s=6273 -recol6d=26848 -name=Molly -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39124 -unknown119=3 - -// 3907 -[npc_3907] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=24200 -recol2s=20041 -recol2d=27339 -recol3s=14724 -recol3d=27339 -recol4s=6273 -recol4d=26848 -recol5s=6144 -recol5d=10499 -recol6s=7298 -recol6d=10499 -retex1s=material_252 -retex1d=material_253 -name=Molly -model1=model_399 -model2=model_11360 -model3=model_332 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39124 -unknown119=3 - -// 3908 -[npc_3908] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=21536 -recol2s=14724 -recol2d=24938 -recol3s=6342 -recol3d=20584 -recol4s=6144 -recol4d=26848 -recol5s=15392 -recol5d=27218 -recol6s=6273 -recol6d=10468 -name=Molly -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 3909 -[npc_3909] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=1447 -recol2s=14724 -recol2d=1569 -recol3s=6144 -recol3d=13869 -recol4s=6342 -recol4d=4420 -recol5s=15392 -recol5d=1569 -recol6s=6273 -recol6d=10468 -name=Molly -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 3910 -[npc_3910] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=6350 -recol2s=14724 -recol2d=13746 -recol3s=6144 -recol3d=21142 -recol4s=6342 -recol4d=15859 -recol5s=15392 -recol5d=17978 -recol6s=6273 -recol6d=10468 -name=Molly -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 3911 -[npc_3911] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=24200 -recol2s=14724 -recol2d=32576 -recol3s=6144 -recol3d=28535 -recol4s=6342 -recol4d=30504 -recol5s=15392 -recol5d=32576 -recol6s=6273 -recol6d=10468 -retex1s=material_252 -retex1d=material_253 -name=Molly -model1=model_391 -model2=model_414 -model3=model_470 -model4=model_11348 -model5=model_10706 -model6=model_433 -model7=model_358 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 3912 -[npc_3912] -bas=bas_687 -size=2 -resizeh=178 -resizev=162 -vislevel=0 -op1=Talk-To -recol1s=16846 -recol1d=11558 -recol2s=15919 -recol2d=11492 -name=Flippa -model1=model_3753 -model2=model_3759 -model3=model_3756 -model4=model_15012 -head1=model_3790 -unknown119=1 - -// 3913 -[npc_3913] -bas=bas_688 -size=2 -resizeh=178 -resizev=162 -vislevel=0 -op1=Talk-To -recol1s=16846 -recol1d=11558 -recol2s=15919 -recol2d=11492 -name=Tilt -model1=model_3753 -model2=model_3759 -model3=model_3756 -model4=model_15013 -head1=model_3790 -unknown119=1 - -// 3914 -[npc_3914] -bas=bas_4 -size=1 -op2=Attack -vislevel=4 -recol1s=14724 -recol1d=12580 -recol2s=8526 -recol2d=9410 -recol3s=10640 -recol3d=10467 -recol4s=2340 -recol4d=10467 -recol5s=15789 -recol5d=9410 -recol6s=6273 -recol6d=11557 -retex1s=material_359 -retex1d=material_254 -retex2s=material_273 -retex2d=material_254 -name=Gardener -model1=model_6848 -model2=model_249 -model3=model_10705 -model4=model_170 -model5=model_179 -model6=model_495 -model7=model_274 -model8=model_185 -model9=model_4390 -head1=model_39744 -head2=model_39254 -unknown119=3 - -// 3915 -[npc_3915] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=2340 -recol1d=4226 -recol2s=15856 -recol2d=16708 -recol3s=25098 -recol3d=16708 -recol4s=7298 -recol4d=16708 -recol5s=6144 -recol5d=10503 -name=Man -model1=model_210 -model2=model_246 -model3=model_15007 -model4=model_32593 -model5=model_177 -model6=model_15005 -model7=model_33033 -head1=model_39600 -head2=model_39223 -unknown119=3 - -// 3916 -[npc_3916] -bas=bas_945 -op1=Talk-to -size=1 -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=26350 -recol2s=8526 -recol2d=8322 -recol3s=7469 -recol3d=8322 -name=Carpenter Kjallak -model1=model_15103 -model2=model_215 -model3=model_11190 -model4=model_15105 -model5=model_167 -model6=model_179 -model7=model_510 -model8=model_15104 -model9=model_4218 -head1=model_39836 -head2=model_39212 -head3=model_39432 -unknown119=1 - -// 3917 -[npc_3917] -bas=bas_947 -op1=Talk-to -size=1 -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=8526 -recol2s=14724 -recol2d=26350 -name=Farmer Fromund -model1=model_4843 -model2=model_215 -model3=model_252 -model4=model_10705 -model5=model_170 -model6=model_177 -model7=model_7125 -model8=model_263 -model9=model_185 -head1=model_39836 -head2=model_38097 -head3=model_39547 -unknown119=1 - -// 3918 -[npc_3918] -bas=bas_279 -size=1 -vislevel=0 -recol1s=7329 -recol1d=12320 -recol2s=15856 -recol2d=32334 -recol3s=2340 -recol3d=9314 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -recol6s=14724 -recol6d=12320 -retex1s=material_257 -retex1d=material_273 -retex2s=material_228 -retex2d=material_426 -name=Prince Brand -model1=model_235 -model2=model_246 -model3=model_311 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_281 -model9=model_317 -model10=model_4394 -head1=model_38641 -head2=model_39223 -unknown119=1 - -// 3919 -[npc_3919] -bas=bas_4 -size=1 -vislevel=0 -recol1s=2340 -recol1d=128 -recol2s=8420 -recol2d=128 -recol3s=14724 -recol3d=32598 -recol4s=25098 -recol4d=32334 -recol5s=6273 -recol5d=23112 -retex1s=material_228 -retex1d=material_426 -name=Princess Astrid -model1=model_378 -model2=model_466 -model3=model_347 -model4=model_354 -model5=model_429 -model6=model_3708 -model7=model_446 -head1=model_39090 -unknown119=1 - -// 3920 -[npc_3920] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=2340 -recol1d=192 -recol2s=15856 -recol2d=32334 -recol3s=14724 -recol3d=31735 -recol4s=25098 -recol4d=32334 -recol5s=6144 -recol5d=1121 -recol6s=6273 -recol6d=32525 -retex1s=material_228 -retex1d=material_426 -name=Runa -model1=model_399 -model2=model_456 -model3=model_483 -model4=model_332 -model5=model_10706 -model6=model_429 -model7=model_358 -head1=model_39124 -unknown119=3 - -// 3921 -[npc_3921] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=25098 -recol1d=32334 -recol2s=14724 -recol2d=12551 -recol3s=2340 -recol3d=4096 -recol4s=15856 -recol4d=32334 -recol5s=32736 -recol5d=32576 -recol6s=6273 -recol6d=9411 -name=Halla -model1=model_390 -model2=model_470 -model3=model_9359 -model4=model_10706 -model5=model_8784 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 3922 -[npc_3922] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=14724 -recol1d=11525 -recol2s=25098 -recol2d=32334 -recol3s=15856 -recol3d=32334 -recol4s=2340 -recol4d=5287 -recol5s=22024 -recol5d=11618 -recol6s=32701 -recol6d=26357 -name=Finn -model1=model_6848 -model2=model_252 -model3=model_292 -model4=model_32592 -model5=model_10218 -model6=model_4226 -model7=model_4218 -model8=model_15106 -head1=model_39744 -head2=model_38097 -unknown119=3 - -// 3923 -[npc_3923] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -recol1s=25098 -recol1d=32334 -recol2s=15856 -recol2d=32334 -recol3s=14724 -recol3d=10606 -recol4s=2340 -recol4d=12717 -recol5s=6273 -recol5d=16512 -recol6s=32735 -recol6d=26357 -name=Osvald -model1=model_206 -model2=model_252 -model3=model_302 -model4=model_32592 -model5=model_10218 -model6=model_4226 -model7=model_4218 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 3924 -[npc_3924] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=15785 -recol2s=14724 -recol2d=15785 -recol3s=25098 -recol3d=32334 -recol4s=6273 -recol4d=20013 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_252 -retex3d=material_273 -retex4s=material_268 -retex4d=material_250 -name=Runolf -model1=model_208 -model2=model_252 -model3=model_292 -model4=model_4391 -model5=model_170 -model6=model_176 -model7=model_3711 -model8=model_265 -model9=model_185 -head1=model_38588 -head2=model_38097 -unknown119=3 - -// 3925 -[npc_3925] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=32334 -recol2s=14724 -recol2d=10566 -recol3s=2340 -recol3d=7395 -recol4s=6273 -recol4d=15747 -name=Tjorvi -model1=model_10981 -model2=model_252 -model3=model_292 -model4=model_326 -model5=model_170 -model6=model_176 -model7=model_3711 -model8=model_4226 -model9=model_4218 -head1=model_40053 -head2=model_38097 -unknown119=3 - -// 3926 -[npc_3926] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=32334 -recol2s=15856 -recol2d=32334 -recol3s=2340 -recol3d=9412 -recol4s=14724 -recol4d=14702 -recol5s=6273 -recol5d=8193 -name=Ingrid -model1=model_387 -model2=model_470 -model3=model_483 -model4=model_348 -model5=model_10706 -model6=model_431 -model7=model_358 -head1=model_39084 -unknown119=3 - -// 3927 -[npc_3927] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=32334 -recol2s=15856 -recol2d=32334 -recol3s=2340 -recol3d=9442 -recol4s=14724 -recol4d=14562 -recol5s=6273 -recol5d=4162 -name=Thora -model1=model_10078 -model2=model_470 -model3=model_9359 -model4=model_10706 -model5=model_429 -model6=model_358 -model7=model_479 -head1=model_39069 -unknown119=3 - -// 3928 -[npc_3928] -bas=bas_4 -vislevel=0 -resizeh=110 -resizev=110 -op1=Talk-to -recol1s=14724 -recol1d=12613 -recol2s=2340 -recol2d=12518 -recol3s=15392 -recol3d=291 -recol4s=6273 -recol4d=25254 -retex1s=material_228 -retex1d=material_426 -name=Signy -model1=model_391 -model2=model_414 -model3=model_456 -model4=model_9359 -model5=model_353 -model6=model_437 -model7=model_358 -model8=model_479 -head1=model_39068 -head2=model_38861 -unknown119=1 - -// 3929 -[npc_3929] -bas=bas_4 -vislevel=0 -resizev=110 -op1=Talk-to -recol1s=14724 -recol1d=11456 -recol2s=2340 -recol2d=9451 -recol3s=7328 -recol3d=10368 -recol4s=6273 -recol4d=17632 -recol5s=15856 -recol5d=25098 -name=Hild -model1=model_399 -model2=model_470 -model3=model_343 -model4=model_10706 -model5=model_429 -model6=model_358 -head1=model_39124 -unknown119=1 - -// 3930 -[npc_3930] -bas=bas_4 -vislevel=0 -resizeh=110 -resizev=110 -op1=Talk-to -recol1s=14724 -recol1d=6274 -recol2s=15856 -recol2d=25098 -recol3s=2340 -recol3d=10566 -recol4s=6273 -recol4d=1 -name=Armod -model1=model_10981 -model2=model_246 -model3=model_292 -model4=model_9607 -model5=model_170 -model6=model_10218 -model7=model_4226 -model8=model_4218 -model9=model_4391 -head1=model_40053 -head2=model_39223 -unknown119=1 - -// 3931 -[npc_3931] -bas=bas_4 -vislevel=0 -resizeh=110 -resizev=110 -op1=Talk-to -recol1s=14724 -recol1d=10372 -recol2s=15856 -recol2d=25098 -recol3s=2340 -recol3d=6276 -recol4s=6273 -recol4d=30311 -recol5s=10464 -recol5d=27516 -recol6s=15748 -recol6d=10372 -name=Beigarth -model1=model_203 -model2=model_246 -model3=model_292 -model4=model_9607 -model5=model_163 -model6=model_10218 -model7=model_4226 -model8=model_4218 -model9=model_4391 -head1=model_38948 -unknown119=1 - -// 3932 -[npc_3932] -bas=bas_4 -vislevel=0 -resizeh=110 -resizev=110 -op1=Talk-to -recol1s=15856 -recol1d=25098 -recol2s=14724 -recol2d=11695 -recol3s=2340 -recol3d=8556 -recol4s=6273 -recol4d=8388 -recol5s=25384 -recol5d=20045 -name=Reinn -model1=model_206 -model2=model_246 -model3=model_292 -model4=model_317 -model5=model_170 -model6=model_176 -model7=model_4226 -model8=model_4218 -model9=model_322 -head1=model_39023 -unknown119=1 - -// 3933 -[npc_3933] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=24242 -recol2s=6309 -recol2d=9547 -recol3s=7266 -recol3d=7334 -recol4s=10434 -recol4d=11625 -name=Alviss -model1=model_2970 -model2=model_7071 -model3=model_7059 -model4=model_7038 -model5=model_7045 -model6=model_2985 -head1=model_0 -head2=model_6996 -unknown119=3 - -// 3934 -[npc_3934] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=15785 -recol1d=15887 -recol2s=13639 -recol2d=17798 -recol3s=8456 -recol3d=14699 -recol4s=7298 -recol4d=4196 -recol5s=16846 -recol5d=13604 -recol6s=10434 -recol6d=15554 -name=Fullangr -model1=model_2972 -model2=model_2983 -model3=model_2979 -model4=model_7044 -model5=model_2985 -head1=model_2 -unknown119=3 - -// 3935 -[npc_3935] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=18036 -recol2s=7266 -recol2d=14800 -recol3s=7168 -recol3d=8388 -recol4s=11488 -recol4d=4194 -name=Jari -model1=model_7032 -model2=model_7060 -model3=model_7038 -model4=model_7048 -model5=model_7068 -head1=model_6991 -unknown119=3 - -// 3936 -[npc_3936] -bas=bas_1065 -vislevel=0 -op1=Talk-to -recol1s=12646 -recol1d=4194 -recol2s=15785 -recol2d=5251 -recol3s=25364 -recol3d=17934 -recol4s=16846 -recol4d=25098 -recol5s=7168 -recol5d=4096 -recol6s=10434 -recol6d=3202 -name=Thorodin -model1=model_2970 -model2=model_7061 -model3=model_2978 -model4=model_2990 -model5=model_7046 -model6=model_2985 -head1=model_0 -unknown119=3 - -// 3937 -[npc_3937] -bas=bas_1065 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=25098 -recol2s=15458 -recol2d=6344 -recol3s=7168 -recol3d=5253 -recol4s=10434 -recol4d=7333 -name=Ferd -model1=model_2973 -model2=model_2986 -model3=model_7061 -model4=model_2978 -model5=model_2990 -model6=model_2981 -model7=model_2985 -head1=model_3 -head2=model_6 -unknown119=3 - -// 3938 -[npc_3938] -bas=bas_1066 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=16947 -recol2s=15458 -recol2d=9282 -recol3s=7298 -recol3d=2114 -name=Donal -model1=model_2971 -model2=model_7059 -model3=model_2979 -model4=model_2992 -model5=model_2981 -model6=model_2985 -head1=model_1 -unknown119=3 - -// 3939 -[npc_3939] -bas=bas_268 -size=2 -resizeh=65 -resizev=65 -ambient=10 -alwaysontop=yes -op2=Attack -vislevel=90 -name=Sea Snake Young -model1=model_13911 -unknown119=3 - -// 3940 -[npc_3940] -bas=bas_268 -size=1 -resizeh=36 -resizev=36 -ambient=10 -alwaysontop=yes -op2=Attack -vislevel=62 -name=Sea Snake Hatchling -model1=model_13911 -unknown119=3 - -// 3941 -[npc_3941] -bas=bas_4 -size=1 -resizeh=128 -resizev=128 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -name=Guard -model1=model_4220 -model2=model_250 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_326 -model9=model_4221 -model10=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=1 - -// 3942 -[npc_3942] -bas=bas_4 -resizeh=128 -resizev=128 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -name=Guard -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_326 -model9=model_4221 -model10=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=1 - -// 3943 -[npc_3943] -bas=bas_1067 -size=5 -resizeh=71 -resizev=71 -ambient=10 -alwaysontop=yes -op2=Attack -vislevel=149 -name=Giant Sea Snake -model1=model_15096 -unknown119=1 - -// 3944 -[npc_3944] -size=2 -op1=Guess-letter -turnspeed=1024 -vislevel=0 -op3=Banish -name=Hangman game -model1=model_12975 -unknown119=1 - -// 3945 -[npc_3945] -size=2 -op1=Guess-letter -vislevel=0 -op3=Banish -name=Hangman game -model1=model_12975 -model2=model_12977 -unknown119=1 - -// 3946 -[npc_3946] -size=2 -op1=Guess-letter -vislevel=0 -op3=Banish -name=Hangman game -model1=model_12975 -model2=model_12977 -model3=model_12978 -unknown119=1 - -// 3947 -[npc_3947] -size=2 -op1=Guess-letter -vislevel=0 -op3=Banish -name=Hangman game -model1=model_12975 -model2=model_12977 -model3=model_12978 -model4=model_12979 -unknown119=1 - -// 3948 -[npc_3948] -size=2 -op1=Guess-letter -vislevel=0 -op3=Banish -name=Hangman game -model1=model_12975 -model2=model_12977 -model3=model_12978 -model4=model_12979 -model5=model_12980 -unknown119=1 - -// 3949 -[npc_3949] -size=2 -op1=Guess-letter -vislevel=0 -op3=Banish -name=Hangman game -model1=model_12975 -model2=model_12977 -model3=model_12978 -model4=model_12979 -model5=model_12980 -model6=model_12981 -unknown119=1 - -// 3950 -[npc_3950] -size=2 -op1=Guess-letter -vislevel=0 -op3=Banish -name=Hangman game -model1=model_12975 -model2=model_12977 -model3=model_12978 -model4=model_12979 -model5=model_12980 -model6=model_12981 -model7=model_12982 -unknown119=1 - -// 3951 -[npc_3951] -size=2 -op1=Guess-letter -vislevel=0 -op3=Banish -name=Hangman game -model1=model_12975 -model2=model_12977 -model3=model_12978 -model4=model_12979 -model5=model_12980 -model6=model_12981 -model7=model_12982 -model8=model_12983 -unknown119=1 - -// 3952 -[npc_3952] -size=2 -op1=Guess-letter -vislevel=0 -op3=Banish -name=Hangman game -model1=model_12975 -model2=model_12977 -model3=model_12978 -model4=model_12979 -model5=model_12980 -model6=model_12981 -model7=model_12982 -model8=model_12983 -model9=model_12984 -unknown119=1 - -// 3953 -[npc_3953] -size=2 -op1=Reset -vislevel=0 -op3=Banish -name=Hangman game -model1=model_12975 -model2=model_12977 -model3=model_12978 -model4=model_12979 -model5=model_12980 -model6=model_12981 -model7=model_12982 -model8=model_12983 -model9=model_12984 -model10=model_12976 -unknown119=1 - -// 3954 -[npc_3954] -bas=bas_32 -vislevel=0 -size=1 -recol1s=32723 -recol1d=2114 -name=Treasure fairy -model1=model_2857 -unknown119=1 - -// 3955 -[npc_3955] -bas=bas_4 -size=1 -resizeh=95 -resizev=90 -alwaysontop=yes -vislevel=0 -op1=Banish -alwaysontop=yes -recol1s=9419 -recol1d=16482 -recol2s=2340 -recol2d=5540 -recol3s=7298 -recol3d=16482 -recol4s=25098 -recol4d=28500 -recol5s=6273 -recol5d=28500 -retex1s=material_253 -retex1d=material_250 -name=Jacky Jester -model1=model_15144 -model2=model_228 -model3=model_10075 -model4=model_246 -model5=model_15146 -model6=model_10073 -model7=model_10074 -model8=model_10076 -model9=model_15143 -head1=model_39630 -head2=model_39302 -head3=model_39454 -unknown119=1 - -// 3956 -[npc_3956] -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13214 -unknown119=1 - -// 3957 -[npc_3957] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -model6=model_13207 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 3958 -[npc_3958] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 3959 -[npc_3959] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -model6=model_13209 -unknown119=1 - -// 3960 -[npc_3960] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -unknown119=1 - -// 3961 -[npc_3961] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -model5=model_13207 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 3962 -[npc_3962] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 3963 -[npc_3963] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -model5=model_13209 -unknown119=1 - -// 3964 -[npc_3964] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -unknown119=1 - -// 3965 -[npc_3965] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -model4=model_13207 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 3966 -[npc_3966] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -model4=model_13208 -model5=model_13209 -unknown119=1 - -// 3967 -[npc_3967] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -model4=model_13209 -unknown119=1 - -// 3968 -[npc_3968] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -unknown119=1 - -// 3969 -[npc_3969] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13207 -model4=model_13208 -model5=model_13209 -unknown119=1 - -// 3970 -[npc_3970] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13208 -model4=model_13209 -unknown119=1 - -// 3971 -[npc_3971] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13209 -unknown119=1 - -// 3972 -[npc_3972] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -unknown119=1 - -// 3973 -[npc_3973] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 3974 -[npc_3974] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 3975 -[npc_3975] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -model7=model_13209 -unknown119=1 - -// 3976 -[npc_3976] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -unknown119=1 - -// 3977 -[npc_3977] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -model6=model_13208 -model7=model_13207 -unknown119=1 - -// 3978 -[npc_3978] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 3979 -[npc_3979] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -model6=model_13209 -unknown119=1 - -// 3980 -[npc_3980] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -unknown119=1 - -// 3981 -[npc_3981] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -model5=model_13208 -model6=model_13209 -model7=model_13207 -unknown119=1 - -// 3982 -[npc_3982] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 3983 -[npc_3983] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -model5=model_13209 -unknown119=1 - -// 3984 -[npc_3984] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -unknown119=1 - -// 3985 -[npc_3985] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13208 -model5=model_13209 -model6=model_13207 -unknown119=1 - -// 3986 -[npc_3986] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13208 -model5=model_13209 -unknown119=1 - -// 3987 -[npc_3987] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13209 -unknown119=1 - -// 3988 -[npc_3988] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -unknown119=1 - -// 3989 -[npc_3989] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -model8=model_13207 -model9=model_13208 -model10=model_13209 -unknown119=1 - -// 3990 -[npc_3990] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 3991 -[npc_3991] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -model8=model_13209 -unknown119=1 - -// 3992 -[npc_3992] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -unknown119=1 - -// 3993 -[npc_3993] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 3994 -[npc_3994] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 3995 -[npc_3995] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13209 -unknown119=1 - -// 3996 -[npc_3996] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -unknown119=1 - -// 3997 -[npc_3997] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -model6=model_13207 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 3998 -[npc_3998] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 3999 -[npc_3999] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -model6=model_13209 -unknown119=1 - -// 4000 -[npc_4000] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -unknown119=1 - -// 4001 -[npc_4001] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13207 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4002 -[npc_4002] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 4003 -[npc_4003] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13209 -unknown119=1 - -// 4004 -[npc_4004] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -unknown119=1 - -// 4005 -[npc_4005] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -model9=model_13207 -model10=model_13208 -model11=model_13209 -unknown119=1 - -// 4006 -[npc_4006] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -model9=model_13208 -model10=model_13209 -unknown119=1 - -// 4007 -[npc_4007] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -model9=model_13209 -unknown119=1 - -// 4008 -[npc_4008] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -unknown119=1 - -// 4009 -[npc_4009] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4010 -[npc_4010] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13211 -model7=model_13212 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4011 -[npc_4011] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13211 -model7=model_13212 -model8=model_13209 -unknown119=1 - -// 4012 -[npc_4012] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13211 -model7=model_13212 -unknown119=1 - -// 4013 -[npc_4013] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4014 -[npc_4014] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4015 -[npc_4015] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -model7=model_13209 -unknown119=1 - -// 4016 -[npc_4016] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -unknown119=1 - -// 4017 -[npc_4017] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13207 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4018 -[npc_4018] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4019 -[npc_4019] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13209 -unknown119=1 - -// 4020 -[npc_4020] -op1=Hit -vislevel=0 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -unknown119=1 - -// 4021 -[npc_4021] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4022 -[npc_4022] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=32569 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4023 -[npc_4023] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=32436 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4024 -[npc_4024] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=32271 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4025 -[npc_4025] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=32106 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4026 -[npc_4026] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=31973 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4027 -[npc_4027] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=31808 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4028 -[npc_4028] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=28541 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4029 -[npc_4029] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=23261 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4030 -[npc_4030] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=17981 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4031 -[npc_4031] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=11678 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4032 -[npc_4032] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=6398 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4033 -[npc_4033] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=1118 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4034 -[npc_4034] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=28603 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4035 -[npc_4035] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=23478 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4036 -[npc_4036] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=18353 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4037 -[npc_4037] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=12236 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4038 -[npc_4038] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=7111 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4039 -[npc_4039] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=1986 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4040 -[npc_4040] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=28605 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4041 -[npc_4041] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=23485 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4042 -[npc_4042] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=18365 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4043 -[npc_4043] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=12254 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4044 -[npc_4044] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=7134 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4045 -[npc_4045] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=70 -resizev=70 -recol1s=32767 -recol1d=2014 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4046 -[npc_4046] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4047 -[npc_4047] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=32569 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4048 -[npc_4048] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=32436 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4049 -[npc_4049] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=32271 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4050 -[npc_4050] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=32106 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4051 -[npc_4051] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=31973 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4052 -[npc_4052] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=31808 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4053 -[npc_4053] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=28541 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4054 -[npc_4054] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=23261 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4055 -[npc_4055] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=17981 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4056 -[npc_4056] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=11678 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4057 -[npc_4057] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=6398 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4058 -[npc_4058] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=1118 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4059 -[npc_4059] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=28603 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4060 -[npc_4060] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=23478 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4061 -[npc_4061] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=18353 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4062 -[npc_4062] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=12236 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4063 -[npc_4063] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=7111 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4064 -[npc_4064] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=1986 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4065 -[npc_4065] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=28605 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4066 -[npc_4066] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=23485 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4067 -[npc_4067] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=18365 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4068 -[npc_4068] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=12254 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4069 -[npc_4069] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=7134 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4070 -[npc_4070] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -resizeh=100 -resizev=100 -recol1s=32767 -recol1d=2014 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4071 -[npc_4071] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4072 -[npc_4072] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=32569 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4073 -[npc_4073] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=32436 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4074 -[npc_4074] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=32271 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4075 -[npc_4075] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=32106 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4076 -[npc_4076] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=31973 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4077 -[npc_4077] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=31808 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4078 -[npc_4078] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=28541 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4079 -[npc_4079] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=23261 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4080 -[npc_4080] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=17981 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4081 -[npc_4081] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=11678 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4082 -[npc_4082] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=6398 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4083 -[npc_4083] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=1118 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4084 -[npc_4084] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=28603 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4085 -[npc_4085] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=23478 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4086 -[npc_4086] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=18353 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4087 -[npc_4087] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=12236 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4088 -[npc_4088] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=7111 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4089 -[npc_4089] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=1986 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4090 -[npc_4090] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=28605 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4091 -[npc_4091] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=23485 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4092 -[npc_4092] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=18365 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4093 -[npc_4093] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=12254 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4094 -[npc_4094] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=7134 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4095 -[npc_4095] -bas=bas_1385 -vislevel=0 -size=1 -op2=Banish -turnspeed=0 -recol1s=32767 -recol1d=2014 -name=Elemental balance -model1=model_12960 -unknown119=1 - -// 4096 -[npc_4096] -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13214 -unknown119=1 - -// 4097 -[npc_4097] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -model6=model_13207 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4098 -[npc_4098] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4099 -[npc_4099] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -model6=model_13209 -unknown119=1 - -// 4100 -[npc_4100] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -unknown119=1 - -// 4101 -[npc_4101] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -model5=model_13207 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4102 -[npc_4102] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 4103 -[npc_4103] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -model5=model_13209 -unknown119=1 - -// 4104 -[npc_4104] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -unknown119=1 - -// 4105 -[npc_4105] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -model4=model_13207 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 4106 -[npc_4106] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -model4=model_13208 -model5=model_13209 -unknown119=1 - -// 4107 -[npc_4107] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -model4=model_13209 -unknown119=1 - -// 4108 -[npc_4108] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -unknown119=1 - -// 4109 -[npc_4109] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13207 -model4=model_13208 -model5=model_13209 -unknown119=1 - -// 4110 -[npc_4110] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13208 -model4=model_13209 -unknown119=1 - -// 4111 -[npc_4111] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13209 -unknown119=1 - -// 4112 -[npc_4112] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -unknown119=1 - -// 4113 -[npc_4113] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4114 -[npc_4114] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4115 -[npc_4115] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -model7=model_13209 -unknown119=1 - -// 4116 -[npc_4116] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -unknown119=1 - -// 4117 -[npc_4117] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -model6=model_13208 -model7=model_13207 -unknown119=1 - -// 4118 -[npc_4118] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4119 -[npc_4119] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -model6=model_13209 -unknown119=1 - -// 4120 -[npc_4120] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -unknown119=1 - -// 4121 -[npc_4121] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -model5=model_13208 -model6=model_13209 -model7=model_13207 -unknown119=1 - -// 4122 -[npc_4122] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 4123 -[npc_4123] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -model5=model_13209 -unknown119=1 - -// 4124 -[npc_4124] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -unknown119=1 - -// 4125 -[npc_4125] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13208 -model5=model_13209 -model6=model_13207 -unknown119=1 - -// 4126 -[npc_4126] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13208 -model5=model_13209 -unknown119=1 - -// 4127 -[npc_4127] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13209 -unknown119=1 - -// 4128 -[npc_4128] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -unknown119=1 - -// 4129 -[npc_4129] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -model8=model_13207 -model9=model_13208 -model10=model_13209 -unknown119=1 - -// 4130 -[npc_4130] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4131 -[npc_4131] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -model8=model_13209 -unknown119=1 - -// 4132 -[npc_4132] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -unknown119=1 - -// 4133 -[npc_4133] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4134 -[npc_4134] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4135 -[npc_4135] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13209 -unknown119=1 - -// 4136 -[npc_4136] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -unknown119=1 - -// 4137 -[npc_4137] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -model6=model_13207 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4138 -[npc_4138] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4139 -[npc_4139] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -model6=model_13209 -unknown119=1 - -// 4140 -[npc_4140] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -unknown119=1 - -// 4141 -[npc_4141] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13207 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4142 -[npc_4142] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 4143 -[npc_4143] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13209 -unknown119=1 - -// 4144 -[npc_4144] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -unknown119=1 - -// 4145 -[npc_4145] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -model9=model_13207 -model10=model_13208 -model11=model_13209 -unknown119=1 - -// 4146 -[npc_4146] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -model9=model_13208 -model10=model_13209 -unknown119=1 - -// 4147 -[npc_4147] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -model9=model_13209 -unknown119=1 - -// 4148 -[npc_4148] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -unknown119=1 - -// 4149 -[npc_4149] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4150 -[npc_4150] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13211 -model7=model_13212 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4151 -[npc_4151] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13211 -model7=model_13212 -model8=model_13209 -unknown119=1 - -// 4152 -[npc_4152] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13211 -model7=model_13212 -unknown119=1 - -// 4153 -[npc_4153] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4154 -[npc_4154] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4155 -[npc_4155] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -model7=model_13209 -unknown119=1 - -// 4156 -[npc_4156] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -unknown119=1 - -// 4157 -[npc_4157] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13207 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4158 -[npc_4158] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4159 -[npc_4159] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13209 -unknown119=1 - -// 4160 -[npc_4160] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=20933 -recol2s=17966 -recol2d=17796 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -unknown119=1 - -// 4161 -[npc_4161] -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13214 -unknown119=1 - -// 4162 -[npc_4162] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -model6=model_13207 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4163 -[npc_4163] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4164 -[npc_4164] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -model6=model_13209 -unknown119=1 - -// 4165 -[npc_4165] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13210 -model4=model_13211 -model5=model_13212 -unknown119=1 - -// 4166 -[npc_4166] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -model5=model_13207 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4167 -[npc_4167] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 4168 -[npc_4168] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -model5=model_13209 -unknown119=1 - -// 4169 -[npc_4169] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13211 -model4=model_13212 -unknown119=1 - -// 4170 -[npc_4170] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -model4=model_13207 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 4171 -[npc_4171] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -model4=model_13208 -model5=model_13209 -unknown119=1 - -// 4172 -[npc_4172] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -model4=model_13209 -unknown119=1 - -// 4173 -[npc_4173] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13212 -unknown119=1 - -// 4174 -[npc_4174] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13207 -model4=model_13208 -model5=model_13209 -unknown119=1 - -// 4175 -[npc_4175] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13208 -model4=model_13209 -unknown119=1 - -// 4176 -[npc_4176] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13209 -unknown119=1 - -// 4177 -[npc_4177] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -unknown119=1 - -// 4178 -[npc_4178] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4179 -[npc_4179] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4180 -[npc_4180] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -model7=model_13209 -unknown119=1 - -// 4181 -[npc_4181] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13210 -model5=model_13211 -model6=model_13212 -unknown119=1 - -// 4182 -[npc_4182] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -model6=model_13208 -model7=model_13207 -unknown119=1 - -// 4183 -[npc_4183] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4184 -[npc_4184] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -model6=model_13209 -unknown119=1 - -// 4185 -[npc_4185] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13211 -model5=model_13212 -unknown119=1 - -// 4186 -[npc_4186] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -model5=model_13208 -model6=model_13209 -model7=model_13207 -unknown119=1 - -// 4187 -[npc_4187] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 4188 -[npc_4188] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -model5=model_13209 -unknown119=1 - -// 4189 -[npc_4189] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13212 -unknown119=1 - -// 4190 -[npc_4190] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13208 -model5=model_13209 -model6=model_13207 -unknown119=1 - -// 4191 -[npc_4191] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13208 -model5=model_13209 -unknown119=1 - -// 4192 -[npc_4192] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13209 -unknown119=1 - -// 4193 -[npc_4193] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -unknown119=1 - -// 4194 -[npc_4194] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -model8=model_13207 -model9=model_13208 -model10=model_13209 -unknown119=1 - -// 4195 -[npc_4195] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4196 -[npc_4196] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -model8=model_13209 -unknown119=1 - -// 4197 -[npc_4197] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13210 -model6=model_13211 -model7=model_13212 -unknown119=1 - -// 4198 -[npc_4198] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4199 -[npc_4199] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4200 -[npc_4200] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13209 -unknown119=1 - -// 4201 -[npc_4201] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -unknown119=1 - -// 4202 -[npc_4202] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -model6=model_13207 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4203 -[npc_4203] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4204 -[npc_4204] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -model6=model_13209 -unknown119=1 - -// 4205 -[npc_4205] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13212 -unknown119=1 - -// 4206 -[npc_4206] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13207 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4207 -[npc_4207] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13208 -model6=model_13209 -unknown119=1 - -// 4208 -[npc_4208] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13209 -unknown119=1 - -// 4209 -[npc_4209] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -unknown119=1 - -// 4210 -[npc_4210] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -model9=model_13207 -model10=model_13208 -model11=model_13209 -unknown119=1 - -// 4211 -[npc_4211] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -model9=model_13208 -model10=model_13209 -unknown119=1 - -// 4212 -[npc_4212] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -model9=model_13209 -unknown119=1 - -// 4213 -[npc_4213] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13210 -model7=model_13211 -model8=model_13212 -unknown119=1 - -// 4214 -[npc_4214] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13211 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4215 -[npc_4215] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13211 -model7=model_13212 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4216 -[npc_4216] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13211 -model7=model_13212 -model8=model_13209 -unknown119=1 - -// 4217 -[npc_4217] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13211 -model7=model_13212 -unknown119=1 - -// 4218 -[npc_4218] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -model7=model_13207 -model8=model_13208 -model9=model_13209 -unknown119=1 - -// 4219 -[npc_4219] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4220 -[npc_4220] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -model7=model_13209 -unknown119=1 - -// 4221 -[npc_4221] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13212 -unknown119=1 - -// 4222 -[npc_4222] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13207 -model7=model_13208 -model8=model_13209 -unknown119=1 - -// 4223 -[npc_4223] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13208 -model7=model_13209 -unknown119=1 - -// 4224 -[npc_4224] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -model6=model_13209 -unknown119=1 - -// 4225 -[npc_4225] -op1=Hit -vislevel=0 -recol1s=15852 -recol1d=32758 -recol2s=17966 -recol2d=32754 -name=Combat stone -model1=model_13203 -model2=model_13213 -model3=model_13204 -model4=model_13205 -model5=model_13206 -unknown119=1 - -// 4226 -[npc_4226] -vislevel=0 -size=1 -name=Crawling hand -model1=model_3010 -model2=model_3006 -head1=model_12735 -unknown119=3 - -// 4227 -[npc_4227] -vislevel=0 -size=1 -name=Cockatrice -model1=model_3010 -model2=model_3006 -head1=model_34583 -unknown119=3 - -// 4228 -[npc_4228] -vislevel=0 -size=1 -name=Basilisk -model1=model_3010 -model2=model_3006 -head1=model_34581 -unknown119=3 - -// 4229 -[npc_4229] -vislevel=0 -size=1 -name=Kurask -model1=model_3010 -model2=model_3006 -head1=model_34582 -unknown119=3 - -// 4230 -[npc_4230] -vislevel=0 -size=1 -name=Abyssal demon -model1=model_3010 -model2=model_3006 -head1=model_14428 -unknown119=3 - -// 4231 -[npc_4231] -vislevel=0 -size=1 -name=Left head -model1=model_3010 -model2=model_3006 -head1=model_18506 -head2=model_18505 -head3=model_18509 -unknown119=3 - -// 4232 -[npc_4232] -vislevel=0 -size=1 -name=Middle head -model1=model_3010 -model2=model_3006 -head1=model_18507 -head2=model_18504 -head3=model_18509 -unknown119=3 - -// 4233 -[npc_4233] -vislevel=0 -size=1 -name=Right head -model1=model_3010 -model2=model_3006 -head1=model_18507 -head2=model_18505 -head3=model_18508 -unknown119=3 - -// 4234 -[npc_4234] -vislevel=0 -size=1 -name=Kalphite Queen -model1=model_3010 -model2=model_3006 -head1=model_24572 -unknown119=3 - -// 4235 -[npc_4235] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=28504 -recol1d=16875 -recol2s=29464 -recol2d=18989 -recol3s=12610 -recol3d=16875 -recol4s=14724 -recol4d=18989 -recol5s=2340 -recol5d=8386 -recol6s=18464 -recol6d=25098 -name=Rick -model1=model_10037 -model2=model_230 -model3=model_10304 -model4=model_11811 -model5=model_10980 -model6=model_10218 -model7=model_275 -model8=model_181 -head1=model_39940 -head2=model_39401 -unknown119=3 - -// 4236 -[npc_4236] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2190 -multinpc=0,npc_4235 -multinpc=2,npc_4235 -multinpc=3,npc_4235 -multinpc=4,npc_4235 -multinpc=5,npc_4235 -multinpc=6,npc_4235 -multinpc=7,npc_4235 -multinpc=8,npc_4235 -unknown119=3 - -// 4237 -[npc_4237] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=20041 -recol1d=2112 -recol2s=15392 -recol2d=2112 -recol3s=6273 -recol3d=11458 -name=Maid -model1=model_391 -model2=model_417 -model3=model_11360 -model4=model_11775 -model5=model_10706 -model6=model_15154 -model7=model_358 -head1=model_39068 -head2=model_38891 -unknown119=3 - -// 4238 -[npc_4238] -bas=bas_4 -alwaysontop=yes -vislevel=1 -retex1s=material_257 -retex1d=material_252 -retex2s=material_256 -retex2d=material_252 -multivar=varplayerbit_2190 -multinpc=0,npc_4237 -multinpc=1,npc_4237 -multinpc=2,npc_4237 -multinpc=4,npc_4237 -multinpc=5,npc_4237 -multinpc=6,npc_4237 -multinpc=7,npc_4237 -multinpc=8,npc_4237 -unknown119=3 - -// 4239 -[npc_4239] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=29464 -recol2s=12610 -recol2d=25236 -recol3s=6273 -recol3d=32576 -recol4s=15392 -recol4d=12 -recol5s=7298 -recol5d=1088 -retex1s=material_228 -retex1d=material_426 -retex2s=material_256 -retex2d=material_253 -name=Cook -model1=model_391 -model2=model_414 -model3=model_14793 -model4=model_15155 -model5=model_15123 -model6=model_10706 -model7=model_14792 -model8=model_358 -head1=model_39068 -head2=model_38861 -unknown119=3 - -// 4240 -[npc_4240] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2190 -multinpc=0,npc_4239 -multinpc=1,npc_4239 -multinpc=2,npc_4239 -multinpc=3,npc_4239 -multinpc=4,npc_4239 -multinpc=6,npc_4239 -multinpc=7,npc_4239 -multinpc=8,npc_4239 -unknown119=3 - -// 4241 -[npc_4241] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=12320 -recol2s=2340 -recol2d=1090 -recol3s=7298 -recol3d=1090 -recol4s=6273 -recol4d=1090 -recol5s=25364 -recol5d=26293 -retex1s=material_257 -retex1d=material_359 -retex2s=material_256 -retex2d=material_359 -name=Butler -model1=model_6848 -model2=model_9620 -model3=model_12752 -model4=model_10301 -model5=model_12138 -model6=model_181 -head1=model_39744 -head2=model_39270 -unknown119=3 - -// 4242 -[npc_4242] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2190 -multinpc=0,npc_4241 -multinpc=1,npc_4241 -multinpc=2,npc_4241 -multinpc=3,npc_4241 -multinpc=4,npc_4241 -multinpc=5,npc_4241 -multinpc=7,npc_4241 -multinpc=8,npc_4241 -unknown119=3 - -// 4243 -[npc_4243] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=29464 -recol2s=12610 -recol2d=25236 -recol3s=4262 -recol3d=6144 -recol4s=1090 -recol4d=8258 -recol5s=25098 -recol5d=11296 -recol6s=2340 -recol6d=3072 -retex1s=material_202 -retex1d=material_268 -retex2s=material_272 -retex2d=material_268 -name=Demon butler -model1=model_229 -model2=model_11811 -model3=model_15106 -model4=model_14373 -model5=model_180 -model6=model_12138 -model7=model_181 -head1=model_140 -unknown119=3 - -// 4244 -[npc_4244] -bas=bas_4 -alwaysontop=yes -vislevel=1 -retex1s=material_202 -retex1d=material_268 -multivar=varplayerbit_2190 -multinpc=0,npc_4243 -multinpc=1,npc_4243 -multinpc=2,npc_4243 -multinpc=3,npc_4243 -multinpc=4,npc_4243 -multinpc=5,npc_4243 -multinpc=6,npc_4243 -multinpc=7,npc_4243 -unknown119=3 - -// 4245 -[npc_4245] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=12320 -recol2s=14724 -recol2d=12320 -recol3s=7328 -recol3d=32614 -recol4s=3140 -recol4d=0 -recol5s=25384 -recol5d=0 -retex1s=material_257 -retex1d=material_250 -name=Chief servant -model1=model_15121 -model2=model_230 -model3=model_5215 -model4=model_12751 -model5=model_322 -model6=model_162 -model7=model_4924 -model8=model_15147 -model9=model_254 -model10=model_181 -head1=model_39799 -head2=model_39523 -head3=model_39218 -unknown119=3 - -// 4246 -[npc_4246] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=4300 -recol2s=32735 -recol2d=15756 -recol3s=14724 -recol3d=7430 -recol4s=7328 -recol4d=9478 -retex1s=material_268 -retex1d=material_257 -name=Taxidermist -model1=model_15125 -model2=model_390 -model3=model_467 -model4=model_15124 -model5=model_428 -model6=model_358 -model7=model_7366 -head1=model_39066 -head2=model_38822 -unknown119=3 - -// 4247 -[npc_4247] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=0 -recol2s=2340 -recol2d=0 -recol3s=6144 -recol3d=12753 -name=Estate agent -model1=model_13705 -model2=model_230 -model3=model_10039 -model4=model_11760 -model5=model_163 -model6=model_10218 -model7=model_8954 -model8=model_11339 -model9=model_181 -model10=model_18922 -head1=model_39799 -head2=model_39417 -head3=model_39232 -unknown119=3 - -// 4248 -[npc_4248] -bas=bas_2 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=12677 -recol1d=3267 -recol2s=12646 -recol2d=3267 -recol3s=12645 -recol3d=3267 -recol4s=15785 -recol4d=3267 -recol5s=25364 -recol5d=12650 -name=Stonemason -model1=model_7061 -model2=model_2979 -model3=model_2993 -model4=model_7046 -model5=model_7067 -model6=model_40128 -head1=model_1 -head2=model_6026 -unknown119=3 - -// 4249 -[npc_4249] -bas=bas_1389 -op1=Talk-to -turnspeed=0 -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=28407 -recol2s=13600 -recol2d=32767 -recol3s=2340 -recol3d=14724 -recol4s=14724 -recol4d=204 -recol5s=15392 -recol5d=30655 -name=Sir Renitee -model1=model_6848 -model2=model_15145 -model3=model_246 -model4=model_8970 -model5=model_14091 -model6=model_8778 -model7=model_181 -model8=model_12857 -head1=model_39744 -head2=model_39223 -head3=model_39338 -unknown119=3 - -// 4250 -[npc_4250] -bas=bas_4 -op1=Talk-to -op3=Buy-plank -op4=Trade -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=8422 -recol2s=9473 -recol2d=8422 -recol3s=2340 -recol3d=7396 -recol4s=32735 -recol4d=12650 -name=Sawmill operator -model1=model_230 -model2=model_9619 -model3=model_249 -model4=model_305 -model5=model_10980 -model6=model_179 -model7=model_274 -model8=model_181 -head1=model_39343 -head2=model_39799 -head3=model_39254 -unknown119=3 - -// 4251 -[npc_4251] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=4292 -recol2s=32735 -recol2d=165 -recol3s=14724 -recol3d=7430 -recol4s=7328 -recol4d=9478 -name=Garden supplier -model1=model_11353 -model2=model_390 -model3=model_467 -model4=model_332 -model5=model_353 -model6=model_428 -model7=model_358 -model8=model_7366 -head1=model_39047 -head2=model_38739 -unknown119=3 - -// 4252 -[npc_4252] -bas=bas_90 -size=1 -vislevel=0 -resizeh=75 -resizev=75 -name=Macaroni Penguin -model1=model_21550 -unknown119=3 - -// 4253 -[npc_4253] -bas=bas_831 -vislevel=1 -multivar=varplayerbit_2231 -multinpc=1,npc_2345 -unknown119=3 - -// 4254 -[npc_4254] -bas=bas_831 -vislevel=1 -multivar=varplayerbit_2232 -multinpc=1,npc_2346 -unknown119=3 - -// 4255 -[npc_4255] -bas=bas_831 -vislevel=1 -multivar=varplayerbit_2233 -multinpc=1,npc_2347 -unknown119=3 - -// 4256 -[npc_4256] -bas=bas_831 -vislevel=1 -multivar=varplayerbit_2234 -multinpc=1,npc_2348 -unknown119=3 - -// 4257 -[npc_4257] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -vislevel=10 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Guard -model1=model_2971 -model2=model_2986 -model3=model_7051 -model4=model_7040 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_1 -head2=model_6 -unknown119=2 - -// 4258 -[npc_4258] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -vislevel=10 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Guard -model1=model_2970 -model2=model_2986 -model3=model_7051 -model4=model_7040 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_0 -head2=model_6 -unknown119=2 - -// 4259 -[npc_4259] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -vislevel=10 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Guard -model1=model_2971 -model2=model_2986 -model3=model_7051 -model4=model_7040 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_1 -head2=model_6 -unknown119=2 - -// 4260 -[npc_4260] -bas=bas_2 -size=1 -op1=Talk-to -op2=Attack -vislevel=10 -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=3171 -recol3s=10504 -recol3d=3171 -recol4s=7296 -recol4d=7399 -name=Guard -model1=model_2971 -model2=model_2986 -model3=model_7051 -model4=model_7040 -model5=model_7043 -model6=model_7065 -model7=model_2993 -head1=model_1 -head2=model_6 -unknown119=2 - -// 4261 -[npc_4261] -bas=bas_86 -size=1 -op2=Attack -vislevel=2 -name=Goblin -model1=model_24455 -model2=model_24483 -model3=model_24432 -model4=model_24476 -model5=model_24441 -model6=model_24449 -head1=model_24209 -unknown119=3 - -// 4262 -[npc_4262] -bas=bas_86 -size=1 -op2=Attack -vislevel=2 -recol1s=14819 -recol1d=8578 -recol2s=12705 -recol2d=6464 -recol3s=18923 -recol3d=7435 -name=Goblin -model1=model_24457 -model2=model_24483 -model3=model_24434 -model4=model_24476 -model5=model_24441 -model6=model_24449 -model7=model_24498 -unknown119=3 - -// 4263 -[npc_4263] -bas=bas_86 -size=1 -op2=Attack -resizev=125 -resizeh=125 -ambient=15 -vislevel=2 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24431 -model4=model_24472 -model5=model_24441 -model6=model_24449 -unknown119=3 - -// 4264 -[npc_4264] -bas=bas_86 -size=1 -op2=Attack -resizev=125 -resizeh=125 -ambient=15 -vislevel=2 -name=Goblin -model1=model_24455 -model2=model_24488 -model3=model_24433 -model4=model_24478 -model5=model_24441 -model6=model_24449 -unknown119=3 - -// 4265 -[npc_4265] -bas=bas_86 -size=1 -op2=Attack -resizev=120 -resizeh=120 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=14914 -recol2s=12705 -recol2d=12800 -recol3s=18923 -recol3d=11456 -recol4s=15786 -recol4d=13570 -recol5s=12480 -recol5d=19847 -name=Goblin -model1=model_24458 -model2=model_24486 -model3=model_24433 -model4=model_24476 -model5=model_24441 -model6=model_24449 -unknown119=3 - -// 4266 -[npc_4266] -bas=bas_86 -size=1 -op2=Attack -resizev=130 -resizeh=130 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=10790 -recol2s=12705 -recol2d=8676 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24455 -model2=model_24483 -model3=model_24432 -model4=model_24476 -model5=model_24441 -model6=model_24449 -unknown119=3 - -// 4267 -[npc_4267] -bas=bas_86 -size=1 -op2=Attack -resizev=123 -resizeh=123 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=18090 -recol2s=12705 -recol2d=16007 -retex1s=material_371 -retex1d=material_218 -name=Goblin -model1=model_24466 -model2=model_24487 -model3=model_24432 -model4=model_24478 -model5=model_24441 -model6=model_24449 -unknown119=3 - -// 4268 -[npc_4268] -bas=bas_86 -size=1 -op2=Attack -resizev=122 -resizeh=122 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=14850 -recol2s=12705 -recol2d=12736 -name=Goblin -model1=model_24467 -model2=model_24488 -model3=model_24434 -model4=model_24478 -model5=model_24442 -model6=model_24450 -unknown119=3 - -// 4269 -[npc_4269] -bas=bas_86 -size=1 -op2=Attack -resizev=128 -resizeh=128 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=17954 -recol2s=12705 -recol2d=15840 -name=Goblin -model1=model_24467 -model2=model_24483 -model3=model_24437 -model4=model_24476 -model5=model_24442 -model6=model_24450 -unknown119=3 - -// 4270 -[npc_4270] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=18019 -recol2s=12705 -recol2d=14850 -recol3s=15843 -recol3d=18021 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24469 -model2=model_24483 -model3=model_24437 -model4=model_24478 -model5=model_24442 -model6=model_24450 -unknown119=3 - -// 4271 -[npc_4271] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -recol1s=12549 -recol1d=4193 -recol2s=11492 -recol2d=3136 -recol3s=10435 -recol3d=2080 -recol4s=9378 -recol4d=1024 -recol5s=13707 -recol5d=11626 -recol6s=11593 -recol6d=9512 -name=Goblin -model1=model_24457 -model2=model_24488 -model3=model_24433 -model4=model_24478 -model5=model_24442 -model6=model_24450 -unknown119=3 - -// 4272 -[npc_4272] -bas=bas_87 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -recol1s=18923 -recol1d=15488 -recol2s=15786 -recol2d=13344 -recol3s=14819 -recol3d=15808 -recol4s=12705 -recol4d=13696 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24434 -model4=model_24476 -model5=model_24442 -model6=model_24450 -model7=model_24509 -unknown119=3 - -// 4273 -[npc_4273] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24455 -model2=model_24488 -model3=model_24433 -model4=model_24478 -model5=model_24442 -model6=model_24449 -model7=model_24494 -unknown119=3 - -// 4274 -[npc_4274] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=10630 -recol2s=12705 -recol2d=8516 -retex1s=material_371 -retex1d=material_314 -name=Goblin -model1=model_24457 -model2=model_24483 -model3=model_24437 -model4=model_24475 -model5=model_24442 -model6=model_24449 -model7=model_24505 -unknown119=3 - -// 4275 -[npc_4275] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=14827 -recol2s=12705 -recol2d=12713 -name=Goblin -model1=model_24458 -model2=model_24486 -model3=model_24431 -model4=model_24476 -model5=model_24442 -model6=model_24449 -model7=model_24498 -model8=model_24506 -unknown119=3 - -// 4276 -[npc_4276] -bas=bas_86 -size=1 -op2=Attack -resizev=124 -resizeh=124 -ambient=15 -vislevel=2 -recol1s=14819 -recol1d=14850 -recol2s=12705 -recol2d=12736 -recol3s=15843 -recol3d=15907 -name=Goblin -model1=model_24455 -model2=model_24486 -model3=model_24436 -model4=model_24478 -model5=model_24442 -model6=model_24449 -model7=model_24505 -unknown119=3 - -// 4277 -[npc_4277] -size=5 -alwaysontop=yes -vislevel=1 -name=Buinn -model1=model_15359 -model2=model_15360 -model3=model_15361 -model4=model_15355 -model5=model_15362 -unknown119=3 - -// 4278 -[npc_4278] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=11 -recol1s=16846 -recol1d=8354 -recol2s=11561 -recol2d=5216 -recol3s=6342 -recol3d=5216 -recol4s=10504 -recol4d=5216 -recol5s=32736 -recol5d=11458 -name=Animated Bronze Armour -model1=model_15311 -model2=model_15316 -model3=model_15301 -model4=model_15304 -model5=model_518 -model6=model_15314 -model7=model_15303 -unknown119=3 - -// 4279 -[npc_4279] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=23 -recol1s=16846 -recol1d=8456 -recol2s=11561 -recol2d=5285 -recol3s=6342 -recol3d=4195 -recol4s=10504 -recol4d=5285 -recol5s=32736 -recol5d=13675 -name=Animated Iron Armour -model1=model_15311 -model2=model_15316 -model3=model_15301 -model4=model_15304 -model5=model_518 -model6=model_15314 -model7=model_15303 -unknown119=3 - -// 4280 -[npc_4280] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=46 -recol1s=6342 -recol1d=8456 -recol2s=10504 -recol2d=5285 -recol3s=32736 -recol3d=16846 -name=Animated Steel Armour -model1=model_15311 -model2=model_15316 -model3=model_15301 -model4=model_15304 -model5=model_518 -model6=model_15314 -model7=model_15303 -unknown119=3 - -// 4281 -[npc_4281] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=69 -recol1s=16846 -recol1d=2114 -recol2s=11561 -recol2d=0 -recol3s=6342 -recol3d=3171 -recol4s=10504 -recol4d=3171 -recol5s=32736 -recol5d=3171 -name=Animated Black Armour -model1=model_15311 -model2=model_15316 -model3=model_15301 -model4=model_15304 -model5=model_518 -model6=model_15314 -model7=model_15303 -unknown119=3 - -// 4282 -[npc_4282] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=92 -recol1s=16846 -recol1d=6346 -recol2s=11561 -recol2d=3174 -recol3s=6342 -recol3d=2116 -recol4s=10504 -recol4d=3174 -recol5s=32736 -recol5d=2116 -name=Animated Mithril Armour -model1=model_15311 -model2=model_15316 -model3=model_15301 -model4=model_15304 -model5=model_518 -model6=model_15314 -model7=model_15303 -unknown119=3 - -// 4283 -[npc_4283] -bas=bas_102 -size=1 -op2=Attack -alwaysontop=yes -vislevel=113 -recol1s=16846 -recol1d=6438 -recol2s=11561 -recol2d=3235 -recol3s=6342 -recol3d=1153 -recol4s=10504 -recol4d=3235 -recol5s=32419 -recol5d=6406 -recol6s=8387 -recol6d=96 -name=Animated Adamant Armour -model1=model_15311 -model2=model_15316 -model3=model_15301 -model4=model_15304 -model5=model_546 -model6=model_15314 -model7=model_15303 -unknown119=3 - -// 4284 -[npc_4284] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=138 -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=2181 -recol4s=10504 -recol4d=3272 -recol5s=32736 -recol5d=2181 -name=Animated Rune Armour -model1=model_15311 -model2=model_15316 -model3=model_15301 -model4=model_15304 -model5=model_518 -model6=model_15314 -model7=model_15303 -unknown119=3 - -// 4285 -[npc_4285] -bas=bas_4 -vislevel=0 -op1=Talk-to -size=1 -resizeh=160 -resizev=160 -alwaysontop=yes -recol1s=25098 -recol1d=14595 -recol2s=7296 -recol2d=0 -recol3s=6273 -recol3d=32470 -recol4s=21536 -recol4d=0 -recol5s=16846 -recol5d=7296 -recol6s=2340 -recol6d=0 -retex1s=material_228 -retex1d=material_426 -name=Ghommal -model1=model_230 -model2=model_253 -model3=model_15315 -model4=model_11764 -model5=model_11727 -model6=model_11731 -model7=model_266 -model8=model_4954 -head1=model_39630 -head2=model_39227 -unknown119=3 - -// 4286 -[npc_4286] -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=17603 -recol2s=2340 -recol2d=1253 -recol3s=12685 -recol3d=17603 -recol4s=7328 -recol4d=25365 -recol5s=9473 -recol5d=3170 -retex1s=material_257 -retex1d=material_252 -name=Harrallak Menarous -model1=model_220 -model2=model_9620 -model3=model_15305 -model4=model_14187 -model5=model_162 -model6=model_179 -model7=model_5218 -model8=model_15415 -head1=model_40017 -head2=model_39270 -head3=model_39389 -unknown119=3 - -// 4287 -[npc_4287] -bas=bas_2 -op1=Talk-to -op3=Claim-Tokens -op4=Claim-Shield -size=1 -vislevel=0 -resizeh=150 -resizev=120 -alwaysontop=yes -recol1s=25098 -recol1d=21960 -recol2s=10434 -recol2d=21792 -recol3s=10306 -recol3d=9443 -recol4s=16846 -recol4d=19909 -recol5s=13675 -recol5d=6309 -recol6s=15458 -recol6d=9379 -name=Gamfred -model1=model_10321 -model2=model_10325 -model3=model_2977 -model4=model_6021 -model5=model_2982 -model6=model_7067 -head1=model_10235 -unknown119=3 - -// 4288 -[npc_4288] -bas=bas_441 -size=1 -vislevel=0 -op1=Talk-to -op3=Claim-Tokens -resizeh=145 -resizev=135 -alwaysontop=yes -recol1s=32735 -recol1d=13675 -recol2s=10468 -recol2d=2114 -recol3s=11561 -recol3d=2114 -recol4s=16846 -recol4d=4228 -recol5s=15789 -recol5d=4229 -recol6s=6273 -recol6d=23221 -name=Ajjat -model1=model_217 -model2=model_10304 -model3=model_3379 -model4=model_8233 -model5=model_10298 -model6=model_15411 -model7=model_15414 -model8=model_268 -model9=model_15410 -model10=model_15318 -model11=model_18919 -head1=model_39572 -unknown119=3 - -// 4289 -[npc_4289] -bas=bas_102 -size=1 -vislevel=0 -op1=Talk-to -op3=Claim-Tokens -alwaysontop=yes -recol1s=9654 -recol1d=15392 -recol2s=12894 -recol2d=26084 -recol3s=16846 -recol3d=17771 -recol4s=11561 -recol4d=21107 -recol5s=6273 -recol5d=0 -recol6s=32635 -recol6d=15392 -name=Kamfreena -model1=model_391 -model2=model_414 -model3=model_468 -model4=model_481 -model5=model_344 -model6=model_353 -model7=model_546 -model8=model_15413 -model9=model_5034 -model10=model_3331 -head1=model_39068 -head2=model_38861 -modeloffset6=3,-11,6 -modeloffset7=-3,-11,6 -unknown119=3 - -// 4290 -[npc_4290] -bas=bas_39 -op1=Talk-to -op3=Claim-Tokens -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=21536 -recol2s=8386 -recol2d=14434 -recol3s=11561 -recol3d=28532 -recol4s=6272 -recol4d=9216 -recol5s=16846 -recol5d=22127 -recol6s=6273 -recol6d=0 -name=Shanomi -model1=model_208 -model2=model_250 -model3=model_306 -model4=model_4604 -model5=model_15302 -model6=model_176 -model7=model_10318 -model8=model_15313 -model9=model_185 -head1=model_38588 -head2=model_38642 -unknown119=3 - -// 4291 -[npc_4291] -bas=bas_61 -size=2 -op2=Attack -alwaysontop=yes -vislevel=56 -name=Cyclops -model1=model_26408 -model2=model_26400 -model3=model_17434 -model4=model_17467 -unknown119=3 - -// 4292 -[npc_4292] -bas=bas_61 -size=2 -op2=Attack -alwaysontop=yes -vislevel=76 -name=Cyclops -model1=model_26409 -model2=model_26401 -model3=model_17430 -model4=model_17466 -unknown119=3 - -// 4293 -[npc_4293] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=12 -recol1d=10573 -recol2s=14724 -recol2d=10573 -recol3s=13638 -recol3d=32735 -name=Lidio -model1=model_14174 -model2=model_215 -model3=model_10561 -model4=model_302 -model5=model_170 -model6=model_10218 -model7=model_12750 -model8=model_181 -head1=model_39842 -head2=model_39216 -head3=model_39519 -unknown119=3 - -// 4294 -[npc_4294] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=15985 -recol2s=25098 -recol2d=26290 -recol3s=7298 -recol3d=13377 -name=Lilly -model1=model_399 -model2=model_470 -model3=model_15321 -model4=model_332 -model5=model_10706 -model6=model_433 -model7=model_361 -head1=model_39124 -unknown119=3 - -// 4295 -[npc_4295] -bas=bas_4 -vislevel=0 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=6273 -recol1d=12580 -recol2s=14724 -recol2d=10535 -recol3s=8420 -recol3d=4193 -recol4s=2340 -recol4d=20046 -recol5s=15856 -recol5d=17861 -recol6s=25098 -recol6d=21893 -name=Anton -model1=model_214 -model2=model_249 -model3=model_293 -model4=model_15412 -model5=model_167 -model6=model_176 -model7=model_491 -model8=model_5218 -head1=model_39726 -head2=model_39254 -unknown119=3 - -// 4296 -[npc_4296] -bas=bas_92 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -alwaysontop=yes -recol1s=14724 -recol1d=32760 -recol2s=2340 -recol2d=12685 -recol3s=7328 -recol3d=3072 -recol4s=6273 -recol4d=28386 -retex1s=material_228 -retex1d=material_426 -name=Jade -model1=model_408 -model2=model_418 -model3=model_15320 -model4=model_343 -model5=model_10706 -model6=model_435 -head1=model_39068 -head2=model_38884 -unknown119=3 - -// 4297 -[npc_4297] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Claim-Tokens -alwaysontop=yes -recol1s=14724 -recol1d=4387 -recol2s=8420 -recol2d=4193 -recol3s=2340 -recol3d=20046 -recol4s=15856 -recol4d=17861 -recol5s=25098 -recol5d=21893 -name=Sloane -model1=model_217 -model2=model_10304 -model3=model_311 -model4=model_18952 -model5=model_167 -model6=model_176 -model7=model_11788 -model8=model_11869 -model9=model_181 -head1=model_39898 -unknown119=3 - -// 4298 -[npc_4298] -bas=bas_52 -vislevel=0 -size=1 -resizeh=145 -resizev=135 -op1=Talk-to -alwaysontop=yes -recol1s=25098 -recol1d=10437 -recol2s=16846 -recol2d=18464 -recol3s=6274 -recol3d=9510 -recol4s=10467 -recol4d=6339 -recol5s=7298 -recol5d=5282 -recol6s=8354 -recol6d=4225 -name=Jimmy -model1=model_201 -model2=model_230 -model3=model_11746 -model4=model_246 -model5=model_11759 -model6=model_11728 -model7=model_11732 -model8=model_11810 -model9=model_11736 -head1=model_39847 -head2=model_39549 -head3=model_39223 -unknown119=3 - -// 4299 -[npc_4299] -bas=bas_4 -vislevel=0 -size=1 -resizeh=131 -resizev=117 -op1=Talk-to -op3=Claim-Tokens -alwaysontop=yes -recol1s=14724 -recol1d=2115 -recol2s=2340 -recol2d=2115 -recol3s=9411 -recol3d=2114 -recol4s=7297 -recol4d=1057 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_250 -retex3s=material_256 -retex3d=material_250 -retex4s=material_359 -retex4d=material_250 -name=Ref -model1=model_6848 -model2=model_10039 -model3=model_11811 -model4=model_10301 -model5=model_12138 -model6=model_9617 -head1=model_39744 -head2=model_39232 -unknown119=3 - -// 4300 -[npc_4300] -bas=bas_4 -vislevel=0 -size=1 -resizeh=131 -resizev=117 -op1=Talk-to -op3=Claim-Tokens -alwaysontop=yes -recol1s=14724 -recol1d=2115 -recol2s=2340 -recol2d=2115 -recol3s=9411 -recol3d=2114 -recol4s=7297 -recol4d=1057 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_250 -retex3s=material_256 -retex3d=material_250 -retex4s=material_359 -retex4d=material_250 -name=Ref -model1=model_6848 -model2=model_10039 -model3=model_11811 -model4=model_10301 -model5=model_12138 -model6=model_9617 -head1=model_39744 -head2=model_39232 -unknown119=3 - -// 4301 -[npc_4301] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=1 - -// 4302 -[npc_4302] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10436 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=3 - -// 4303 -[npc_4303] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=1 - -// 4304 -[npc_4304] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=3 - -// 4305 -[npc_4305] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=3 - -// 4306 -[npc_4306] -bas=bas_4 -size=1 -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=1 - -// 4307 -[npc_4307] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=2 - -// 4308 -[npc_4308] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=2 - -// 4309 -[npc_4309] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=2 - -// 4310 -[npc_4310] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=2 - -// 4311 -[npc_4311] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=2 - -// 4312 -[npc_4312] -bas=bas_821 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -name=Nardok -model1=model_23851 -head1=model_23247 -unknown119=3 - -// 4313 -[npc_4313] -bas=bas_214 -vislevel=1 -multivar=varplayerbit_2258 -multinpc=13,npc_4314 -unknown119=3 - -// 4314 -[npc_4314] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Follow -recol1s=10603 -recol1d=14699 -recol2s=9546 -recol2d=12651 -recol3s=7432 -recol3d=10537 -recol4s=6375 -recol4d=9480 -recol5s=5318 -recol5d=8423 -name=Dartog -model1=model_23658 -model2=model_23700 -model3=model_23633 -model4=model_23676 -head1=model_23228 -head2=model_23246 -unknown119=3 - -// 4315 -[npc_4315] -bas=bas_2 -vislevel=1 -multivar=varplayerbit_2258 -multinpc=7,npc_4316 -multinpc=8,npc_4316 -multinpc=9,npc_4316 -unknown119=3 - -// 4316 -[npc_4316] -bas=bas_2 -resizeh=129 -resizev=132 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=9345 -recol2s=29592 -recol2d=13675 -recol3s=25098 -recol3d=20903 -recol4s=13639 -recol4d=10434 -name=Dwarf -model1=model_2971 -model2=model_7072 -model3=model_7062 -model4=model_2979 -model5=model_7044 -model6=model_2985 -head1=model_1 -head2=model_15568 -unknown119=3 - -// 4317 -[npc_4317] -bas=bas_823 -vislevel=1 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -multivar=varplayerbit_2258 -multinpc=7,npc_4318 -multinpc=8,npc_4318 -multinpc=9,npc_4318 -unknown119=2 - -// 4318 -[npc_4318] -bas=bas_823 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=25098 -recol4d=26256 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=H.A.M. Member -model1=model_163 -model2=model_176 -model3=model_247 -model4=model_185 -model5=model_265 -model6=model_292 -model7=model_5434 -model8=model_5430 -model9=model_5433 -model10=model_317 -model11=model_15475 -head1=model_38093 -head2=model_39256 -unknown119=2 - -// 4319 -[npc_4319] -bas=bas_4 -vislevel=1 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -multivar=varplayerbit_2258 -multinpc=7,npc_4320 -multinpc=8,npc_4320 -multinpc=9,npc_4320 -unknown119=2 - -// 4320 -[npc_4320] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=25098 -recol4d=26256 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_272 -retex3d=material_252 -name=H.A.M. Member -model1=model_163 -model2=model_176 -model3=model_247 -model4=model_185 -model5=model_265 -model6=model_292 -model7=model_5434 -model8=model_5430 -model9=model_5433 -model10=model_317 -head1=model_38093 -head2=model_39256 -unknown119=2 - -// 4321 -[npc_4321] -bas=bas_823 -vislevel=1 -multivar=varplayerbit_2258 -multinpc=100,npc_4320 -unknown119=2 - -// 4322 -[npc_4322] -bas=bas_214 -size=1 -vislevel=0 -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -unknown119=3 - -// 4323 -[npc_4323] -bas=bas_826 -size=1 -vislevel=0 -name=Zanik -model1=model_23638 -model2=model_23693 -model3=model_23683 -head1=model_23243 -unknown119=3 - -// 4324 -[npc_4324] -bas=bas_214 -size=1 -vislevel=0 -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15563 -unknown119=3 - -// 4325 -[npc_4325] -bas=bas_136 -vislevel=0 -bgsound=synth_5611,synth_5611,synth_5611,synth_5611,8 -name=Light creature -model1=model_6541 -unknown119=7 - -// 4326 -[npc_4326] -bas=bas_214 -size=1 -vislevel=0 -name=Zanik -model1=model_23650 -head1=model_23242 -unknown119=3 - -// 4327 -[npc_4327] -bas=bas_824 -size=1 -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=HAM member -model1=model_169 -model2=model_176 -model3=model_15476 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38093 -head2=model_38642 -unknown119=3 - -// 4328 -[npc_4328] -bas=bas_824 -vislevel=0 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -model11=model_15476 -head1=model_38094 -head2=model_39218 -unknown119=1 - -// 4329 -[npc_4329] -bas=bas_824 -vislevel=0 -size=1 -recol1s=14724 -recol1d=6147 -recol2s=2340 -recol2d=6147 -recol3s=7329 -recol3d=6147 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=H.A.M. Deacon -model1=model_151 -model2=model_176 -model3=model_248 -model4=model_181 -model5=model_265 -model6=model_292 -model7=model_5434 -model8=model_5430 -model9=model_5433 -model10=model_317 -model11=model_15476 -head1=model_38094 -head2=model_39214 -unknown119=3 - -// 4330 -[npc_4330] -bas=bas_818 -vislevel=0 -size=1 -resizev=130 -resizeh=130 -recol1s=14724 -recol1d=3072 -recol2s=2340 -recol2d=3072 -recol3s=7329 -recol3d=3072 -recol4s=6273 -recol4d=0 -recol5s=15856 -recol5d=25098 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_268 -name=Johanhus Ulsbrecht -model1=model_167 -model2=model_10218 -model3=model_215 -model4=model_249 -model5=model_181 -model6=model_265 -model7=model_292 -model8=model_5434 -model9=model_5433 -model10=model_317 -model11=model_15476 -head1=model_39836 -head2=model_39254 -unknown119=1 - -// 4331 -[npc_4331] -bas=bas_4 -vislevel=0 -op2=Attack -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38093 -head2=model_39218 -unknown119=1 - -// 4332 -[npc_4332] -bas=bas_4 -headicon=0 -op2=Attack -vislevel=50 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38094 -head2=model_39218 -unknown119=1 - -// 4333 -[npc_4333] -bas=bas_4 -headicon=1 -op2=Attack -vislevel=50 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38094 -head2=model_39218 -unknown119=1 - -// 4334 -[npc_4334] -bas=bas_4 -headicon=2 -op2=Attack -vislevel=50 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38094 -head2=model_39218 -unknown119=1 - -// 4335 -[npc_4335] -bas=bas_4 -headicon=1 -op2=Attack -vislevel=50 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=18927 -recol5s=7328 -recol5d=17416 -recol6s=32736 -recol6d=14666 -retex1s=material_272 -retex1d=material_252 -name=Sigmund -model1=model_5430 -model2=model_5215 -model3=model_283 -model4=model_296 -model5=model_317 -model6=model_24536 -model7=model_177 -model8=model_518 -model9=model_24537 -model10=model_181 -head1=model_38093 -head2=model_39218 -unknown119=1 - -// 4336 -[npc_4336] -bas=bas_4 -size=1 -op2=Attack -vislevel=22 -recol1s=14724 -recol1d=17419 -recol2s=2340 -recol2d=17419 -recol3s=7329 -recol3d=17419 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -recol6s=16704 -recol6d=9408 -name=Guard -model1=model_169 -model2=model_176 -model3=model_517 -model4=model_250 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -model12=model_5437 -head1=model_38094 -head2=model_38642 -unknown119=3 - -// 4337 -[npc_4337] -bas=bas_214 -size=1 -op1=Talk-to -vislevel=0 -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=3 - -// 4338 -[npc_4338] -bas=bas_214 -vislevel=1 -multivar=varplayerbit_2264 -multinpc=1,npc_4337 -unknown119=3 - -// 4339 -[npc_4339] -bas=bas_214 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=2 - -// 4340 -[npc_4340] -bas=bas_214 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Zanik -model1=model_23650 -head1=model_23242 -unknown119=2 - -// 4341 -[npc_4341] -bas=bas_820 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -turnspeed=0 -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=1 - -// 4342 -[npc_4342] -bas=bas_214 -size=1 -op1=Talk-to -alwaysontop=yes -vislevel=41 -retex1s=material_185 -retex1d=material_426 -name=Zanik -model1=model_23638 -model2=model_23693 -model3=model_23679 -head1=model_23243 -head2=model_15561 -unknown119=3 - -// 4343 -[npc_4343] -bas=bas_113 -size=1 -op2=Attack -vislevel=35 -recol1s=13737 -recol1d=21920 -recol2s=7395 -recol2d=21920 -recol3s=5283 -recol3d=6342 -recol4s=8451 -recol4d=0 -name=Snake -model1=model_3002 -unknown119=3 - -// 4344 -[npc_4344] -bas=bas_116 -size=1 -op1=Talk-To -op2=Attack -vislevel=3 -recol1s=16772 -recol1d=11523 -recol2s=9409 -recol2d=16772 -recol3s=15392 -recol3d=15712 -name=Monkey -model1=model_3004 -head1=model_4661 -unknown119=3 - -// 4345 -[npc_4345] -bas=bas_76 -size=2 -op2=Attack -vislevel=52 -recol1s=10536 -recol1d=28344 -recol2s=11593 -recol2d=28409 -recol3s=12650 -recol3d=29466 -recol4s=9480 -recol4d=22132 -recol5s=13707 -recol5d=17903 -recol6s=15821 -recol6d=19984 -name=Albino bat -model1=model_18898 -unknown119=3 - -// 4346 -[npc_4346] -bas=bas_202 -size=1 -resizeh=50 -resizev=50 -vislevel=0 -minimap=no -recol1s=19650 -recol1d=11458 -recol2s=24144 -recol2d=15716 -recol3s=21764 -recol3d=12513 -recol4s=25958 -recol4d=12545 -name=Crab -model1=model_13799 -unknown119=3 - -// 4347 -[npc_4347] -bas=bas_203 -size=1 -minimap=no -op2=Attack -vislevel=13 -name=Giant mosquito -model1=model_15965 -unknown119=3 - -// 4348 -[npc_4348] -bas=bas_577 -size=2 -op2=Attack -vislevel=70 -name=Jungle horror -model1=model_15653 -model2=model_15656 -unknown119=3 - -// 4349 -[npc_4349] -bas=bas_577 -resizeh=80 -resizev=80 -op2=Attack -vislevel=70 -recol1s=7429 -recol1d=9574 -recol2s=8485 -recol2d=14856 -recol3s=12320 -recol3d=32576 -name=Jungle horror -model1=model_15653 -model2=model_15656 -unknown119=3 - -// 4350 -[npc_4350] -bas=bas_577 -size=2 -op2=Attack -vislevel=70 -name=Jungle horror -model1=model_15652 -model2=model_15655 -unknown119=3 - -// 4351 -[npc_4351] -bas=bas_577 -resizeh=90 -resizev=90 -op2=Attack -vislevel=70 -recol1s=13280 -recol1d=13790 -name=Jungle horror -model1=model_15652 -model2=model_15655 -unknown119=3 - -// 4352 -[npc_4352] -bas=bas_577 -size=2 -op2=Attack -vislevel=70 -recol1s=7429 -recol1d=10566 -recol2s=8485 -recol2d=8486 -recol3s=12320 -recol3d=32154 -name=Jungle horror -model1=model_15653 -model2=model_15656 -unknown119=3 - -// 4353 -[npc_4353] -bas=bas_577 -size=2 -op2=Attack -vislevel=80 -name=Cave horror -model1=model_15651 -model2=model_15654 -unknown119=3 - -// 4354 -[npc_4354] -bas=bas_577 -resizeh=110 -resizev=110 -op2=Attack -size=2 -vislevel=80 -recol1s=7329 -recol1d=0 -recol2s=8453 -recol2d=12749 -name=Cave horror -model1=model_15651 -model2=model_15654 -unknown119=3 - -// 4355 -[npc_4355] -bas=bas_577 -size=2 -op2=Attack -vislevel=80 -recol1s=10568 -recol1d=13739 -recol2s=8453 -recol2d=5283 -recol3s=7329 -recol3d=9442 -name=Cave horror -model1=model_15651 -model2=model_15654 -model3=model_15658 -unknown119=3 - -// 4356 -[npc_4356] -bas=bas_577 -resizeh=110 -resizev=110 -op2=Attack -size=2 -vislevel=80 -recol1s=10568 -recol1d=13736 -recol2s=8453 -recol2d=6342 -recol3s=7329 -recol3d=21074 -name=Cave horror -model1=model_15651 -model2=model_15654 -model3=model_15658 -unknown119=3 - -// 4357 -[npc_4357] -bas=bas_577 -size=2 -op2=Attack -vislevel=80 -recol1s=8453 -recol1d=7329 -name=Cave horror -model1=model_15651 -model2=model_15654 -model3=model_15657 -unknown119=3 - -// 4358 -[npc_4358] -bas=bas_40 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14695 -recol1d=10306 -recol2s=12581 -recol2d=9249 -recol3s=6275 -recol3d=5381 -recol4s=7332 -recol4d=6438 -retex1s=material_255 -retex1d=material_272 -retex2s=material_251 -retex2d=material_268 -name=Cavey Davey -model1=model_28785 -model2=model_28792 -model3=model_28749 -model4=model_28756 -model5=model_28769 -model6=model_28808 -head1=model_39941 -head2=model_38097 -head3=model_39482 -unknown119=3 - -// 4359 -[npc_4359] -bas=bas_4 -resizeh=130 -resizev=130 -op1=Talk-to -op3=Sew -vislevel=0 -alwaysontop=yes -name=Patchy -model1=model_28817 -model2=model_28760 -head1=model_39942 -unknown119=3 - -// 4360 -[npc_4360] -bas=bas_4 -op1=Talk-To -op3=Join-Crew -vislevel=0 -alwaysontop=yes -recol1s=32767 -recol1d=3182 -recol2s=20041 -recol2d=28407 -recol3s=14724 -recol3d=28407 -recol4s=7328 -recol4d=25236 -recol5s=23357 -recol5d=2114 -recol6s=25098 -recol6d=19847 -name=San Fan -model1=model_11118 -model2=model_456 -model3=model_343 -model4=model_353 -model5=model_15984 -model6=model_422 -head1=model_42300 -unknown119=3 - -// 4361 -[npc_4361] -bas=bas_4 -op1=Talk-To -op3=Join-Crew -vislevel=0 -alwaysontop=yes -recol1s=5216 -recol1d=11297 -recol2s=8463 -recol2d=11297 -recol3s=6273 -recol3d=1057 -recol4s=4235 -recol4d=10240 -recol5s=2340 -recol5d=1060 -recol6s=7404 -recol6d=12354 -name=Fancy Dan -model1=model_193 -model2=model_214 -model3=model_250 -model4=model_15978 -model5=model_15973 -model6=model_177 -model7=model_5218 -head1=model_39582 -head2=model_38642 -head3=model_39470 -unknown119=3 - -// 4362 -[npc_4362] -bas=bas_306 -op1=Talk-To -op3=Trade -op4=Join-Team -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=6342 -recol2s=3140 -recol2d=2114 -recol3s=14724 -recol3d=1121 -recol4s=2117 -recol4d=2114 -recol5s=2472 -recol5d=5152 -recol6s=3235 -recol6d=2114 -retex1s=material_257 -retex1d=material_252 -name=Honest Jimmy -model1=model_10038 -model2=model_15975 -model3=model_10304 -model4=model_14187 -model5=model_10301 -model6=model_177 -model7=model_15977 -head1=model_40739 -head2=model_39388 -head3=model_39245 -unknown119=3 - -// 4363 -[npc_4363] -bas=bas_116 -size=1 -op3=Talk-To -op1=Catch -vislevel=0 -vislevel=0 -name=Monkey -model1=model_3004 -head1=model_4661 -unknown119=3 - -// 4364 -[npc_4364] -bas=bas_49 -vislevel=0 -size=1 -minimap=no -alwaysontop=yes -recol1s=3171 -recol1d=10336 -name=Swarm -model1=model_2950 -unknown119=3 - -// 4365 -[npc_4365] -vislevel=0 -active=no -model1=model_6318 -unknown119=3 - -// 4366 -[npc_4366] -vislevel=0 -active=no -model1=model_6318 -unknown119=3 - -// 4367 -[npc_4367] -vislevel=0 -active=no -model1=model_6318 -unknown119=3 - -// 4368 -[npc_4368] -vislevel=0 -active=no -model1=model_6318 -unknown119=3 - -// 4369 -[npc_4369] -vislevel=0 -active=no -model1=model_6318 -unknown119=3 - -// 4370 -[npc_4370] -vislevel=0 -active=no -model1=model_6318 -unknown119=3 - -// 4371 -[npc_4371] -bas=bas_177 -vislevel=1 -recol1s=5285 -recol1d=8463 -recol2s=6342 -recol2d=7406 -name=Blue Monkey -model1=model_4817 -model2=model_4824 -head1=model_4656 -unknown119=3 - -// 4372 -[npc_4372] -bas=bas_177 -vislevel=1 -recol1s=5285 -recol1d=11396 -recol2s=6342 -recol2d=10339 -name=Red Monkey -model1=model_4817 -model2=model_4824 -head1=model_4656 -unknown119=3 - -// 4373 -[npc_4373] -bas=bas_307 -vislevel=0 -op1=Talk-To -resizeh=86 -resizev=86 -turnspeed=0 -name=Parrot -model1=model_15833 -unknown119=3 - -// 4374 -[npc_4374] -bas=bas_307 -vislevel=0 -op1=Talk-To -resizeh=86 -resizev=86 -turnspeed=0 -recol1s=1234 -recol1d=15491 -recol2s=5393 -recol2d=21767 -recol3s=1163 -recol3d=8225 -name=Parrot -model1=model_15833 -unknown119=3 - -// 4375 -[npc_4375] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op2=Attack -alwaysontop=yes -recol1s=2340 -recol1d=2114 -recol2s=16846 -recol2d=2114 -recol3s=5217 -recol3d=2114 -recol4s=6306 -recol4d=2114 -recol5s=9473 -recol5d=2114 -recol6s=6144 -recol6d=2114 -name=Security Guard -model1=model_11737 -model2=model_10302 -model3=model_10304 -model4=model_296 -model5=model_169 -model6=model_179 -model7=model_3329 -model8=model_4954 -head1=model_10239 -head2=model_11802 -unknown119=3 - -// 4376 -[npc_4376] -bas=bas_29 -vislevel=0 -op1=Talk-to -recol1s=23616 -recol1d=12352 -recol2s=21536 -recol2d=12352 -recol3s=6273 -recol3d=32384 -recol4s=29520 -recol4d=22383 -retex1s=material_228 -retex1d=material_426 -name=Litara -model1=model_390 -model2=model_414 -model3=model_11783 -model4=model_11772 -model5=model_11777 -model6=model_11781 -model7=model_11778 -model8=model_11791 -head1=model_39066 -head2=model_38861 -modeloffset7=3,-11,6 -unknown119=3 - -// 4377 -[npc_4377] -op1=talk -size=1 -vislevel=1 -name=Gate of War -model1=model_10302 -head1=model_15913 -unknown119=3 - -// 4378 -[npc_4378] -op1=talk -size=1 -vislevel=1 -name=Ricketty door -model1=model_10302 -head1=model_15911 -unknown119=3 - -// 4379 -[npc_4379] -op1=talk -size=1 -vislevel=1 -name=Oozing barrier -model1=model_10302 -head1=model_15912 -unknown119=3 - -// 4380 -[npc_4380] -op1=talk -size=1 -vislevel=1 -name=Portal of Death -model1=model_10302 -head1=model_15910 -unknown119=3 - -// 4381 -[npc_4381] -bas=bas_4 -op2=Attack -size=1 -vislevel=75 -recol1s=9741 -recol1d=18538 -recol2s=8848 -recol2d=23650 -recol3s=24534 -recol3d=22159 -recol4s=14286 -recol4d=31808 -name=Ankou -model1=model_16016 -model2=model_16017 -unknown119=3 - -// 4382 -[npc_4382] -bas=bas_4 -op2=Attack -size=1 -vislevel=82 -recol1s=9741 -recol1d=18538 -recol2s=8848 -recol2d=23650 -recol3s=24534 -recol3d=22159 -recol4s=14286 -recol4d=31808 -name=Ankou -model1=model_16016 -model2=model_16017 -unknown119=3 - -// 4383 -[npc_4383] -bas=bas_4 -op2=Attack -size=1 -vislevel=86 -recol1s=9741 -recol1d=18538 -recol2s=8848 -recol2d=23650 -recol3s=24534 -recol3d=22159 -recol4s=14286 -recol4d=31808 -name=Ankou -model1=model_16016 -model2=model_16017 -unknown119=3 - -// 4384 -[npc_4384] -bas=bas_70 -size=1 -op2=Attack -vislevel=68 -name=Skeleton -model1=model_21175 -model2=model_21160 -model3=model_21157 -model4=model_21182 -model5=model_21201 -model6=model_21187 -unknown119=3 - -// 4385 -[npc_4385] -bas=bas_71 -size=1 -op2=Attack -vislevel=60 -name=Skeleton -model1=model_21170 -model2=model_21178 -model3=model_21160 -model4=model_21158 -model5=model_21181 -model6=model_21188 -unknown119=3 - -// 4386 -[npc_4386] -bas=bas_70 -size=1 -op2=Attack -vislevel=85 -name=Skeleton -model1=model_21170 -model2=model_21178 -model3=model_21159 -model4=model_21156 -model5=model_21180 -model6=model_21202 -model7=model_21187 -unknown119=3 - -// 4387 -[npc_4387] -bas=bas_73 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=77 -name=Ghost -model1=model_21154 -unknown119=3 - -// 4388 -[npc_4388] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=76 -name=Ghost -model1=model_21148 -unknown119=3 - -// 4389 -[npc_4389] -bas=bas_224 -size=2 -op2=Attack -vislevel=28 -name=Flesh Crawler -model1=model_16018 -unknown119=3 - -// 4390 -[npc_4390] -bas=bas_224 -size=2 -op2=Attack -vislevel=35 -name=Flesh Crawler -model1=model_16018 -unknown119=3 - -// 4391 -[npc_4391] -bas=bas_224 -size=2 -op2=Attack -vislevel=41 -name=Flesh Crawler -model1=model_16018 -unknown119=3 - -// 4392 -[npc_4392] -bas=bas_69 -size=1 -op2=Attack -vislevel=30 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21003 -model2=model_20972 -model3=model_20953 -model4=model_20991 -model5=model_21015 -model6=model_20983 -model7=model_21036 -unknown119=3 - -// 4393 -[npc_4393] -bas=bas_38 -size=1 -op2=Attack -vislevel=44 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 4394 -[npc_4394] -bas=bas_68 -op2=Attack -vislevel=53 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21104 -model2=model_21057 -model3=model_21037 -model4=model_21086 -model5=model_21113 -model6=model_21073 -model7=model_21132 -unknown119=3 - -// 4395 -[npc_4395] -bas=bas_9 -size=2 -op2=Attack -vislevel=26 -name=Giant rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 4396 -[npc_4396] -bas=bas_101 -size=1 -op2=Attack -minimap=no -vislevel=1 -recol1s=14724 -recol1d=14794 -name=Rat -model1=model_9610 -unknown119=3 - -// 4397 -[npc_4397] -bas=bas_461 -size=2 -op2=Attack -vislevel=49 -recol1s=7431 -recol1d=6503 -recol2s=6374 -recol2d=5445 -recol3s=2146 -recol3d=2242 -recol4s=1089 -recol4d=1185 -recol5s=7776 -recol5d=8097 -name=Catablepon -model1=model_15914 -unknown119=3 - -// 4398 -[npc_4398] -bas=bas_461 -size=2 -op2=Attack -vislevel=64 -recol1s=7431 -recol1d=6503 -recol2s=6374 -recol2d=5445 -recol3s=2146 -recol3d=2242 -recol4s=1089 -recol4d=1185 -recol5s=7776 -recol5d=8097 -name=Catablepon -model1=model_15914 -unknown119=3 - -// 4399 -[npc_4399] -bas=bas_461 -size=2 -op2=Attack -vislevel=68 -recol1s=7431 -recol1d=6503 -recol2s=6374 -recol2d=5445 -recol3s=2146 -recol3d=2242 -recol4s=1089 -recol4d=1185 -recol5s=7776 -recol5d=8097 -name=Catablepon -model1=model_15914 -unknown119=3 - -// 4400 -[npc_4400] -bas=bas_17 -size=1 -op2=Attack -vislevel=50 -recol1s=31808 -recol1d=12416 -recol2s=2014 -recol2d=5184 -recol3s=1666 -recol3d=6144 -recol4s=32736 -recol4d=23808 -recol5s=31773 -recol5d=8258 -recol6s=14392 -recol6d=32033 -name=Giant spider -model1=model_20309 -model2=model_20310 -unknown119=3 - -// 4401 -[npc_4401] -bas=bas_99 -size=1 -op2=Attack -vislevel=24 -name=Spider -model1=model_24613 -unknown119=3 - -// 4402 -[npc_4402] -bas=bas_100 -size=2 -op2=Attack -vislevel=59 -name=Scorpion -model1=model_24609 -unknown119=3 - -// 4403 -[npc_4403] -bas=bas_100 -size=2 -op2=Attack -vislevel=37 -recol1s=3104 -recol1d=5155 -recol2s=4195 -recol2d=6244 -recol3s=9345 -recol3d=10337 -recol4s=11459 -recol4d=12451 -recol5s=14596 -recol5d=15588 -recol6s=16710 -recol6d=17702 -name=Scorpion -model1=model_24609 -unknown119=3 - -// 4404 -[npc_4404] -bas=bas_462 -size=1 -op2=Attack -vislevel=12 -recol1s=6273 -recol1d=2114 -recol2s=9444 -recol2d=4228 -recol3s=10501 -recol3d=5285 -recol4s=11558 -recol4d=6342 -recol5s=13638 -recol5d=7399 -recol6s=13344 -recol6d=21536 -name=Minotaur -model1=model_15915 -unknown119=3 - -// 4405 -[npc_4405] -bas=bas_462 -size=1 -op2=Attack -vislevel=19 -recol1s=6273 -recol1d=2114 -recol2s=9444 -recol2d=4228 -recol3s=10501 -recol3d=5285 -recol4s=11558 -recol4d=6342 -recol5s=13638 -recol5d=7399 -recol6s=13344 -recol6d=21536 -name=Minotaur -model1=model_15915 -unknown119=3 - -// 4406 -[npc_4406] -bas=bas_462 -size=1 -op2=Attack -vislevel=27 -recol1s=6273 -recol1d=2114 -recol2s=9444 -recol2d=4228 -recol3s=10501 -recol3d=5285 -recol4s=11558 -recol4d=6342 -recol5s=13638 -recol5d=7399 -recol6s=13344 -recol6d=21536 -name=Minotaur -model1=model_15915 -unknown119=3 - -// 4407 -[npc_4407] -bas=bas_87 -size=1 -op2=Attack -vislevel=5 -ambient=15 -recol1s=32384 -recol1d=26022 -recol2s=28128 -recol2d=22848 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24431 -model4=model_24472 -model5=model_24441 -model6=model_24448 -model7=model_24507 -head1=model_24210 -unknown119=3 - -// 4408 -[npc_4408] -bas=bas_87 -size=1 -op2=Attack -ambient=15 -vislevel=13 -recol1s=19874 -recol1d=19941 -name=Goblin -model1=model_24465 -model2=model_24482 -model3=model_24432 -model4=model_24474 -model5=model_24442 -model6=model_24449 -model7=model_24507 -unknown119=3 - -// 4409 -[npc_4409] -bas=bas_87 -size=1 -op2=Attack -resizev=125 -resizeh=125 -vislevel=11 -ambient=15 -recol1s=14819 -recol1d=14755 -recol2s=12705 -recol2d=12641 -recol3s=18923 -recol3d=4486 -recol4s=24932 -recol4d=21923 -recol5s=26023 -recol5d=21959 -name=Goblin -model1=model_24466 -model2=model_24483 -model3=model_24432 -model4=model_24475 -model5=model_24443 -model6=model_24450 -model7=model_24507 -unknown119=3 - -// 4410 -[npc_4410] -bas=bas_87 -size=1 -op2=Attack -ambient=15 -vislevel=16 -recol1s=14819 -recol1d=14755 -recol2s=12705 -recol2d=12641 -recol3s=18923 -recol3d=4486 -recol4s=13906 -recol4d=4486 -recol5s=11792 -recol5d=2372 -recol6s=20704 -recol6d=13537 -name=Goblin -model1=model_24455 -model2=model_24484 -model3=model_24433 -model4=model_24476 -model5=model_24444 -model6=model_24451 -model7=model_24507 -unknown119=3 - -// 4411 -[npc_4411] -bas=bas_87 -size=1 -op2=Attack -ambient=15 -vislevel=25 -recol1s=7564 -recol1d=8489 -recol2s=11792 -recol2d=9546 -recol3s=13906 -recol3d=10603 -name=Goblin -model1=model_24468 -model2=model_24484 -model3=model_24434 -model4=model_24477 -model5=model_24444 -model6=model_24450 -model7=model_24507 -unknown119=3 - -// 4412 -[npc_4412] -bas=bas_87 -size=1 -op2=Attack -resizev=125 -resizeh=125 -ambient=15 -vislevel=16 -recol1s=14819 -recol1d=14755 -recol2s=12705 -recol2d=12641 -recol3s=18923 -recol3d=4486 -recol4s=11792 -recol4d=12717 -recol5s=13906 -recol5d=14831 -recol6s=15786 -recol6d=2372 -name=Goblin -model1=model_24469 -model2=model_24482 -model3=model_24432 -model4=model_24476 -model5=model_24444 -model6=model_24450 -model7=model_24507 -unknown119=3 - -// 4413 -[npc_4413] -bas=bas_97 -size=2 -op2=Attack -vislevel=14 -recol1s=6308 -recol1d=6342 -recol2s=11559 -recol2d=11593 -recol3s=12616 -recol3d=12650 -recol4s=13673 -recol4d=13707 -recol5s=16874 -recol5d=17934 -recol6s=21102 -recol6d=20081 -name=Wolf -model1=model_26265 -unknown119=3 - -// 4414 -[npc_4414] -bas=bas_97 -size=2 -op2=Attack -vislevel=11 -recol1s=12683 -recol1d=10569 -recol2s=15852 -recol2d=12683 -recol3s=17966 -recol3d=15852 -recol4s=22161 -recol4d=15820 -recol5s=22131 -recol5d=15852 -name=Wolf -model1=model_26266 -unknown119=3 - -// 4415 -[npc_4415] -bas=bas_101 -size=1 -op2=Attack -minimap=no -vislevel=1 -recol1s=14724 -recol1d=14794 -name=Rat -model1=model_9610 -unknown119=3 - -// 4416 -[npc_4416] -bas=bas_47 -vislevel=0 -size=1 -op1=Talk-To -alwaysontop=yes -recol1s=14724 -recol1d=28407 -recol2s=13600 -recol2d=28407 -recol3s=7298 -recol3d=28407 -recol4s=7328 -recol4d=6342 -recol5s=4228 -recol5d=6342 -recol6s=9473 -recol6d=6342 -name=Bee keeper -model1=model_230 -model2=model_249 -model3=model_305 -model4=model_162 -model5=model_179 -model6=model_273 -model7=model_185 -model8=model_16038 -head1=model_39799 -head2=model_39254 -head3=model_39423 -unknown119=3 - -// 4417 -[npc_4417] -bas=bas_49 -vislevel=0 -size=1 -minimap=no -alwaysontop=yes -vislevel=0 -recol1s=3171 -recol1d=10336 -name=Bees! -model1=model_2950 -unknown119=1 - -// 4418 -[npc_4418] -bas=bas_230 -size=2 -resizeh=100 -resizev=100 -op2=Attack -alwaysontop=yes -vislevel=145 -name=Gorak -model1=model_16205 -unknown119=3 - -// 4419 -[npc_4419] -bas=bas_865 -op1=Talk-to -vislevel=0 -size=1 -ambient=20 -alwaysontop=yes -name=Cosmic Being -model1=model_16204 -head1=model_38932 -unknown119=3 - -// 4420 -[npc_4420] -bas=bas_25 -size=1 -minimap=no -active=no -vislevel=0 -recol1s=31808 -recol1d=32635 -recol2s=32288 -recol2d=32701 -recol3s=32384 -recol3d=32569 -model1=model_3087 -unknown119=7 - -// 4421 -[npc_4421] -bas=bas_25 -size=1 -minimap=no -active=no -vislevel=0 -recol1s=31808 -recol1d=32635 -recol2s=32288 -recol2d=32701 -recol3s=32384 -recol3d=32569 -model1=model_3087 -unknown119=7 - -// 4422 -[npc_4422] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=0,npc_57 -multinpc=10,npc_57 -unknown119=3 - -// 4423 -[npc_4423] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=0,npc_57 -multinpc=10,npc_57 -multinpc=20,npc_57 -multinpc=30,npc_57 -unknown119=3 - -// 4424 -[npc_4424] -bas=bas_104 -op1=Talk-to -vislevel=0 -multivar=varplayerbit_2326 -multinpc=45,npc_4456 -multinpc=50,npc_4456 -multinpc=60,npc_4456 -multinpc=65,npc_4456 -multinpc=70,npc_4456 -multinpc=72,npc_4456 -multinpc=73,npc_4456 -multinpc=75,npc_4456 -multinpc=80,npc_4456 -multinpc=90,npc_4456 -multinpc=100,npc_4456 -unknown119=3 - -// 4425 -[npc_4425] -bas=bas_104 -op1=Talk-to -vislevel=0 -multivar=varplayerbit_2326 -multinpc=45,npc_4458 -multinpc=50,npc_4458 -multinpc=60,npc_4458 -multinpc=65,npc_4458 -multinpc=70,npc_4458 -multinpc=72,npc_4458 -multinpc=73,npc_4458 -multinpc=75,npc_4458 -multinpc=80,npc_4458 -multinpc=90,npc_4458 -multinpc=100,npc_4458 -unknown119=3 - -// 4426 -[npc_4426] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=40,npc_57 -multinpc=45,npc_57 -multinpc=50,npc_57 -multinpc=60,npc_57 -multinpc=65,npc_57 -multinpc=70,npc_57 -multinpc=72,npc_57 -multinpc=73,npc_57 -multinpc=75,npc_57 -multinpc=80,npc_57 -multinpc=90,npc_57 -multinpc=100,npc_57 -unknown119=3 - -// 4427 -[npc_4427] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=40,npc_4443 -multinpc=45,npc_4443 -multinpc=50,npc_4443 -multinpc=60,npc_4443 -multinpc=65,npc_4443 -multinpc=70,npc_4443 -multinpc=72,npc_4443 -multinpc=73,npc_4443 -multinpc=75,npc_4443 -multinpc=80,npc_4443 -multinpc=90,npc_4443 -multinpc=100,npc_4443 -unknown119=3 - -// 4428 -[npc_4428] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=40,npc_4444 -multinpc=45,npc_4444 -multinpc=50,npc_4444 -multinpc=60,npc_4444 -multinpc=65,npc_4444 -multinpc=70,npc_4444 -multinpc=72,npc_4444 -multinpc=73,npc_4444 -multinpc=75,npc_4444 -multinpc=80,npc_4444 -multinpc=90,npc_4444 -multinpc=100,npc_4444 -unknown119=3 - -// 4429 -[npc_4429] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=40,npc_4446 -multinpc=45,npc_4446 -multinpc=50,npc_4446 -multinpc=60,npc_4446 -multinpc=65,npc_4446 -multinpc=70,npc_4446 -multinpc=72,npc_4446 -multinpc=73,npc_4446 -multinpc=75,npc_4446 -multinpc=80,npc_4446 -multinpc=90,npc_4446 -multinpc=100,npc_4446 -unknown119=3 - -// 4430 -[npc_4430] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=40,npc_4445 -multinpc=45,npc_4445 -multinpc=50,npc_4445 -multinpc=60,npc_4445 -multinpc=65,npc_4445 -multinpc=70,npc_4445 -multinpc=72,npc_4445 -multinpc=73,npc_4445 -multinpc=75,npc_4445 -multinpc=80,npc_4445 -multinpc=90,npc_4445 -multinpc=100,npc_4445 -unknown119=3 - -// 4431 -[npc_4431] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2332 -multinpc=0,npc_4434 -unknown119=3 - -// 4432 -[npc_4432] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=40,npc_4434 -multinpc=45,npc_4434 -multinpc=50,npc_4434 -multinpc=60,npc_4434 -multinpc=65,npc_4434 -multinpc=70,npc_4434 -multinpc=72,npc_4434 -multinpc=73,npc_4434 -multinpc=75,npc_4434 -multinpc=80,npc_4434 -multinpc=90,npc_4434 -multinpc=100,npc_4434 -unknown119=3 - -// 4433 -[npc_4433] -vislevel=0 -size=1 -op1=Talk-to -op3=Pick-pocket -recol1s=32723 -recol1d=12578 -name=Fairy Godfather -model1=model_11880 -head1=model_3178 -unknown119=3 - -// 4434 -[npc_4434] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -recol1s=32723 -recol1d=32665 -recol2s=7331 -recol2d=23260 -name=Fairy Nuff -model1=model_11883 -head1=model_14 -unknown119=3 - -// 4435 -[npc_4435] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=45,npc_4442 -multinpc=50,npc_4442 -multinpc=60,npc_4442 -multinpc=65,npc_4442 -multinpc=70,npc_4442 -multinpc=72,npc_4442 -multinpc=73,npc_4442 -multinpc=75,npc_4442 -multinpc=80,npc_4442 -multinpc=90,npc_4442 -unknown119=1 - -// 4436 -[npc_4436] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=80,npc_4437 -multinpc=90,npc_4437 -unknown119=1 - -// 4437 -[npc_4437] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -name=Fairy Queen -model1=model_2858 -head1=model_12 -unknown119=3 - -// 4438 -[npc_4438] -bas=bas_233 -vislevel=0 -size=2 -op1=Talk-to -name=Centaur -model1=model_16196 -model2=model_16202 -model3=model_16199 -head1=model_16213 -unknown119=3 - -// 4439 -[npc_4439] -bas=bas_233 -vislevel=0 -size=2 -op1=Talk-to -name=Centaur -model1=model_16195 -model2=model_16201 -model3=model_16197 -head1=model_16212 -head2=model_16211 -unknown119=3 - -// 4440 -[npc_4440] -bas=bas_232 -size=2 -op2=Attack -resizeh=100 -resizev=100 -ambient=25 -vislevel=15 -name=Stag -model1=model_25753 -unknown119=3 - -// 4441 -[npc_4441] -bas=bas_4 -vislevel=0 -op1=Talk-to -name=Wood Dryad -model1=model_16296 -model2=model_16295 -model3=model_16298 -model4=model_16297 -head1=model_38956 -unknown119=3 - -// 4442 -[npc_4442] -bas=bas_32 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=23220 -name=Fairy Very Wise -model1=model_16218 -head1=model_11 -head2=model_25637 -unknown119=1 - -// 4443 -[npc_4443] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -recol1s=20372 -recol1d=18126 -recol2s=25098 -recol2d=25165 -name=Fairy -model1=model_16219 -head1=model_16206 -unknown119=3 - -// 4444 -[npc_4444] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -recol1s=20372 -recol1d=28296 -recol2s=25098 -recol2d=25165 -recol3s=32723 -recol3d=32653 -name=Fairy -model1=model_16220 -head1=model_11 -unknown119=3 - -// 4445 -[npc_4445] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -recol1s=20372 -recol1d=32309 -recol2s=25098 -recol2d=25165 -recol3s=32723 -recol3d=10470 -name=Fairy -model1=model_16223 -head1=model_11 -unknown119=3 - -// 4446 -[npc_4446] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -recol1s=20372 -recol1d=20124 -recol2s=25098 -recol2d=25165 -recol3s=32723 -recol3d=10534 -name=Fairy -model1=model_16221 -head1=model_11 -unknown119=3 - -// 4447 -[npc_4447] -bas=bas_129 -size=1 -op2=Attack -ambient=30 -vislevel=1 -recol1s=12582 -recol1d=28314 -recol2s=13639 -recol2d=28314 -recol3s=15719 -recol3d=27314 -name=Rabbit -model1=model_23901 -unknown119=3 - -// 4448 -[npc_4448] -bas=bas_129 -size=1 -op2=Attack -ambient=30 -vislevel=1 -recol1s=12582 -recol1d=22092 -recol2s=13639 -recol2d=26285 -recol3s=15719 -recol3d=26285 -name=Rabbit -model1=model_23901 -unknown119=3 - -// 4449 -[npc_4449] -bas=bas_89 -size=1 -vislevel=0 -spotshadow=no -recol1s=30686 -recol1d=26272 -recol2s=16061 -recol2d=31808 -recol3s=11902 -recol3d=26272 -name=Butterfly -model1=model_3023 -unknown119=3 - -// 4450 -[npc_4450] -bas=bas_89 -size=1 -vislevel=0 -spotshadow=no -recol1s=30686 -recol1d=32563 -recol2s=16061 -recol2d=32563 -recol3s=11902 -recol3d=32563 -name=Butterfly -model1=model_3023 -unknown119=3 - -// 4451 -[npc_4451] -bas=bas_867 -size=1 -ambient=35 -turnspeed=0 -minimap=no -vislevel=0 -name=Starflower -model1=model_16194 -unknown119=3 - -// 4452 -[npc_4452] -bas=bas_866 -size=1 -ambient=35 -turnspeed=0 -minimap=no -vislevel=0 -op1=Pick -name=Starflower -model1=model_16194 -unknown119=3 - -// 4453 -[npc_4453] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=100,npc_4442 -unknown119=3 - -// 4454 -[npc_4454] -bas=bas_32 -vislevel=1 -multivar=varplayerbit_2326 -multinpc=100,npc_4437 -unknown119=3 - -// 4455 -[npc_4455] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -name=Fairy Fixit -model1=model_16222 -head1=model_16207 -unknown119=3 - -// 4456 -[npc_4456] -bas=bas_104 -size=1 -op1=Talk-to -vislevel=0 -name=Ork -model1=model_16299 -model2=model_16303 -model3=model_16307 -model4=model_16321 -model5=model_16326 -model6=model_16317 -model7=model_16315 -model8=model_16316 -head1=model_16214 -unknown119=3 - -// 4457 -[npc_4457] -bas=bas_104 -size=1 -op1=Talk-to -vislevel=0 -recol1s=8452 -recol1d=8517 -recol2s=7395 -recol2d=6403 -recol3s=6338 -recol3d=4289 -recol4s=5281 -recol4d=2176 -name=Ork -model1=model_16300 -model2=model_16304 -model3=model_16308 -model4=model_16322 -model5=model_16330 -model6=model_16317 -model7=model_16315 -model8=model_16316 -head1=model_16215 -unknown119=3 - -// 4458 -[npc_4458] -bas=bas_104 -size=1 -op1=Talk-to -vislevel=20 -recol1s=8452 -recol1d=9575 -recol2s=7395 -recol2d=7461 -recol3s=6338 -recol3d=5347 -recol4s=5281 -recol4d=4290 -name=Ork -model1=model_16301 -model2=model_16305 -model3=model_16309 -model4=model_16323 -model5=model_16328 -model6=model_16317 -model7=model_16315 -model8=model_16316 -head1=model_16216 -unknown119=3 - -// 4459 -[npc_4459] -bas=bas_104 -size=1 -op1=Talk-to -vislevel=20 -recol1s=8452 -recol1d=8521 -recol2s=7395 -recol2d=6407 -recol3s=6338 -recol3d=4293 -recol4s=5281 -recol4d=2179 -name=Ork -model1=model_16302 -model2=model_16306 -model3=model_16310 -model4=model_16324 -model5=model_16329 -model6=model_16317 -model7=model_16315 -model8=model_16316 -head1=model_16217 -unknown119=3 - -// 4460 -[npc_4460] -vislevel=1 -name=Fake Man -model1=model_4065 -head1=model_39599 -unknown119=3 - -// 4461 -[npc_4461] -bas=bas_170 -op2=Attack -ambient=-25 -turnspeed=0 -resizeh=143 -resizev=140 -vislevel=90 -recol1s=25098 -recol1d=20115 -recol2s=6412 -recol2d=8585 -recol3s=8526 -recol3d=9642 -recol4s=9583 -recol4d=10699 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Held vampyre juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=1 - -// 4462 -[npc_4462] -bas=bas_170 -op2=Attack -ambient=-25 -turnspeed=0 -resizeh=143 -resizev=140 -vislevel=119 -recol1s=25098 -recol1d=20115 -recol2s=6412 -recol2d=8585 -recol3s=8526 -recol3d=9642 -recol4s=9583 -recol4d=10699 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Held vampyre juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=1 - -// 4463 -[npc_4463] -bas=bas_4 -op2=Attack -size=1 -resizeh=190 -resizev=158 -vislevel=70 -recol1s=25098 -recol1d=19058 -recol2s=18991 -recol2d=19058 -recol3s=2340 -recol3d=8585 -recol4s=14724 -recol4d=8585 -recol5s=7298 -recol5d=19058 -retex1s=material_202 -retex1d=material_314 -retex2s=material_257 -retex2d=material_314 -name=Angry juvinate -model1=model_4089 -model2=model_310 -model3=model_167 -model4=model_176 -model5=model_275 -model6=model_33033 -head1=model_6216 -unknown119=3 - -// 4464 -[npc_4464] -bas=bas_4 -op2=Attack -size=1 -resizeh=190 -resizev=158 -vislevel=100 -recol1s=25098 -recol1d=19058 -recol2s=18991 -recol2d=19058 -recol3s=2340 -recol3d=8585 -recol4s=14724 -recol4d=8585 -recol5s=7298 -recol5d=19058 -retex1s=material_202 -retex1d=material_314 -retex2s=material_257 -retex2d=material_314 -name=Angry juvinate -model1=model_4089 -model2=model_310 -model3=model_167 -model4=model_176 -model5=model_275 -model6=model_33033 -head1=model_6216 -unknown119=3 - -// 4465 -[npc_4465] -bas=bas_4 -op2=Attack -size=1 -resizeh=190 -resizev=158 -vislevel=130 -recol1s=25098 -recol1d=19058 -recol2s=18991 -recol2d=19058 -recol3s=2340 -recol3d=8585 -recol4s=14724 -recol4d=8585 -recol5s=7298 -recol5d=19058 -retex1s=material_202 -retex1d=material_314 -retex2s=material_257 -retex2d=material_314 -name=Angry juvinate -model1=model_4089 -model2=model_310 -model3=model_167 -model4=model_176 -model5=model_275 -model6=model_33033 -head1=model_6216 -unknown119=3 - -// 4466 -[npc_4466] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=19058 -recol2s=6412 -recol2d=10632 -recol3s=8526 -recol3d=9575 -recol4s=9583 -recol4d=8518 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Benjamin -model1=model_9452 -model2=model_246 -model3=model_16342 -model4=model_16341 -model5=model_177 -model6=model_176 -model7=model_14044 -head1=model_40019 -head2=model_39223 -unknown119=3 - -// 4467 -[npc_4467] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=-25 -recol1s=25098 -recol1d=19058 -recol2s=6412 -recol2d=10632 -recol3s=8526 -recol3d=9575 -recol4s=9583 -recol4d=8518 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Liam -model1=model_210 -model2=model_250 -model3=model_16342 -model4=model_16341 -model5=model_177 -model6=model_176 -model7=model_14044 -head1=model_39769 -head2=model_38642 -unknown119=3 - -// 4468 -[npc_4468] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=-25 -recol1s=25098 -recol1d=19058 -recol2s=6412 -recol2d=10632 -recol3s=8526 -recol3d=9575 -recol4s=9583 -recol4d=8518 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Miala -model1=model_214 -model2=model_250 -model3=model_16342 -model4=model_16341 -model5=model_177 -model6=model_176 -model7=model_14044 -head1=model_39629 -head2=model_38642 -unknown119=3 - -// 4469 -[npc_4469] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=-25 -recol1s=25098 -recol1d=19058 -recol2s=6412 -recol2d=10632 -recol3s=8526 -recol3d=9575 -recol4s=9583 -recol4d=8518 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Verak -model1=model_217 -model2=model_253 -model3=model_16342 -model4=model_16341 -model5=model_177 -model6=model_176 -model7=model_14044 -head1=model_39589 -head2=model_39227 -unknown119=3 - -// 4470 -[npc_4470] -bas=bas_44 -size=1 -op2=Attack -minimap=no -vislevel=14 -recol1s=14692 -recol1d=5218 -recol2s=25098 -recol2d=5282 -recol3s=26154 -recol3d=5250 -recol4s=32767 -recol4d=480 -name=Tree spirit -model1=model_2856 -unknown119=3 - -// 4471 -[npc_4471] -bas=bas_60 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_1905 -multinpc=1,npc_3467 -unknown119=3 - -// 4472 -[npc_4472] -bas=bas_288 -size=2 -op1=Talk-To -op3=Trade -op4=Swap -vislevel=0 -name=Bogrog -model1=model_31698 -head1=model_31696 -unknown119=3 - -// 4473 -[npc_4473] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=28502 -recol1d=19023 -recolhsl2s=5002 -recolhsl2d=6442 -recolhsl3s=1688 -recolhsl3d=6424 -recolhsl4s=902 -recolhsl4d=6433 -recolhsl5s=25238 -recolhsl5d=6301 -recolhsl6s=3230 -recolhsl6d=3497 -retex1s=material_255 -retex1d=material_359 -retex2s=material_264 -retex2d=material_254 -retex3s=material_251 -retex3d=material_258 -name=Woman -model1=model_28824 -model2=model_40387 -model3=model_28842 -model4=model_40396 -model5=model_40382 -model6=model_28847 -head1=model_39118 -unknown119=3 - -// 4474 -[npc_4474] -size=1 -vislevel=0 -turnspeed=0 -op2=Attack -recolhsl1s=7479 -recolhsl1d=39208 -recolhsl2s=7474 -recolhsl2d=39218 -recol3s=14728 -recol3d=7503 -recolhsl4s=7464 -recolhsl4d=39208 -name=Magic dummy -model1=model_36512 -unknown119=1 - -// 4475 -[npc_4475] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=4234 -recol2s=14724 -recol2d=4334 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=32767 -retex1s=material_256 -retex1d=material_262 -retex2s=material_359 -retex2d=material_527 -retex3s=material_228 -retex3d=material_426 -name=Ned -model1=model_215 -model2=model_253 -model3=model_299 -model4=model_151 -model5=model_10218 -model6=model_263 -model7=model_185 -model8=model_194 -model9=model_9621 -head1=model_39836 -head2=model_39227 -head3=model_39481 -unknown119=3 - -// 4476 -[npc_4476] -bas=bas_366 -vislevel=0 -resizeh=140 -resizev=138 -op1=Talk-to -op3=Start-minigame -alwaysontop=yes -name=Guardian mummy -model1=model_20906 -head1=model_21386 -unknown119=1 - -// 4477 -[npc_4477] -bas=bas_366 -vislevel=0 -resizeh=140 -resizev=138 -alwaysontop=yes -name=Annoyed guardian mummy -model1=model_20906 -head1=model_21386 -unknown119=1 - -// 4478 -[npc_4478] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=10466 -recol2s=15856 -recol2d=10466 -recol3s=16846 -recol3d=22085 -recol4s=2340 -recol4d=12580 -recol5s=7298 -recol5d=10466 -recol6s=15789 -recol6d=25254 -name=Tarik -model1=model_6364 -model2=model_230 -model3=model_251 -model4=model_11758 -model5=model_33034 -model6=model_177 -model7=model_4206 -model8=model_181 -head1=model_39930 -head2=model_39387 -head3=model_38096 -unknown119=3 - -// 4479 -[npc_4479] -bas=bas_86 -op2=Attack -op1=Talk-to -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=14819 -recol3d=12675 -recol4s=16898 -recol4d=14785 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24433 -model2=model_24443 -model3=model_24450 -model4=model_24464 -model5=model_24476 -model6=model_24484 -model7=model_24502 -model8=model_24506 -head1=model_24216 -unknown119=3 - -// 4480 -[npc_4480] -bas=bas_87 -op2=Attack -op1=Talk-to -resizev=120 -resizeh=120 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=12705 -recol3d=11751 -recol4s=14819 -recol4d=12808 -name=Goblin -model1=model_24435 -model2=model_24441 -model3=model_24452 -model4=model_24455 -model5=model_24472 -model6=model_24486 -model7=model_24509 -head1=model_24209 -unknown119=3 - -// 4481 -[npc_4481] -bas=bas_86 -op2=Attack -op1=Talk-to -resizev=121 -resizeh=121 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=14819 -recol3d=12675 -recol4s=16898 -recol4d=14785 -retex1s=material_371 -retex1d=material_314 -name=Goblin -model1=model_24432 -model2=model_24443 -model3=model_24449 -model4=model_24465 -model5=model_24476 -model6=model_24483 -model7=model_24505 -model8=model_24506 -head1=model_24217 -unknown119=3 - -// 4482 -[npc_4482] -bas=bas_271 -op2=Attack -op1=Talk-to -resizev=120 -resizeh=120 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=12705 -recol3d=10528 -recol4s=14819 -recol4d=12640 -recol5s=12608 -recol5d=10240 -name=Goblin -model1=model_24432 -model2=model_24443 -model3=model_24449 -model4=model_24466 -model5=model_24476 -model6=model_24482 -model7=model_24507 -model8=model_24506 -head1=model_24218 -unknown119=3 - -// 4483 -[npc_4483] -bas=bas_86 -op2=Attack -op1=Talk-to -resizev=124 -resizeh=124 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=14819 -recol3d=12675 -recol4s=16898 -recol4d=14785 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24431 -model2=model_24443 -model3=model_24448 -model4=model_24466 -model5=model_24476 -model6=model_24485 -model7=model_24502 -head1=model_24218 -unknown119=3 - -// 4484 -[npc_4484] -bas=bas_87 -op2=Attack -op1=Talk-to -resizev=129 -resizeh=129 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=12705 -recol3d=14755 -recol4s=14819 -recol4d=15812 -name=Goblin -model1=model_24435 -model2=model_24441 -model3=model_24452 -model4=model_24457 -model5=model_24472 -model6=model_24485 -model7=model_24509 -head1=model_24210 -unknown119=3 - -// 4485 -[npc_4485] -bas=bas_87 -op2=Attack -op1=Talk-to -resizev=124 -resizeh=124 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=12705 -recol3d=14919 -recol4s=14819 -recol4d=18090 -name=Goblin -model1=model_24431 -model2=model_24444 -model3=model_24448 -model4=model_24458 -model5=model_24477 -model6=model_24483 -model7=model_24509 -head1=model_24211 -unknown119=3 - -// 4486 -[npc_4486] -bas=bas_86 -op2=Attack -op1=Talk-to -resizev=120 -resizeh=120 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=14819 -recol3d=12675 -recol4s=16898 -recol4d=14785 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24433 -model2=model_24443 -model3=model_24450 -model4=model_24464 -model5=model_24476 -model6=model_24484 -model7=model_24502 -model8=model_24506 -head1=model_24216 -unknown119=3 - -// 4487 -[npc_4487] -bas=bas_87 -op2=Attack -op1=Talk-to -resizev=120 -resizeh=120 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=14819 -recol3d=12675 -recol4s=16898 -recol4d=14785 -retex1s=material_371 -retex1d=material_218 -name=Goblin -model1=model_24435 -model2=model_24441 -model3=model_24452 -model4=model_24455 -model5=model_24472 -model6=model_24486 -model7=model_24509 -head1=model_24209 -unknown119=3 - -// 4488 -[npc_4488] -bas=bas_86 -op2=Attack -op1=Talk-to -resizev=125 -resizeh=125 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=14819 -recol3d=12675 -recol4s=16898 -recol4d=14785 -name=Goblin -model1=model_24432 -model2=model_24443 -model3=model_24449 -model4=model_24465 -model5=model_24476 -model6=model_24483 -model7=model_24505 -model8=model_24506 -head1=model_24217 -unknown119=3 - -// 4489 -[npc_4489] -bas=bas_271 -op2=Attack -op1=Talk-to -resizev=118 -resizeh=118 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=12705 -recol3d=10528 -recol4s=14819 -recol4d=12640 -recol5s=12608 -recol5d=10240 -retex1s=material_244 -retex1d=material_239 -name=Goblin -model1=model_24432 -model2=model_24443 -model3=model_24449 -model4=model_24466 -model5=model_24476 -model6=model_24482 -model7=model_24507 -model8=model_24506 -head1=model_24218 -unknown119=3 - -// 4490 -[npc_4490] -bas=bas_86 -op2=Attack -op1=Talk-to -resizev=124 -resizeh=124 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=14819 -recol3d=12675 -recol4s=16898 -recol4d=14785 -name=Goblin -model1=model_24431 -model2=model_24443 -model3=model_24448 -model4=model_24466 -model5=model_24476 -model6=model_24485 -model7=model_24502 -head1=model_24218 -unknown119=3 - -// 4491 -[npc_4491] -bas=bas_87 -op2=Attack -op1=Talk-to -resizev=130 -resizeh=130 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=12705 -recol3d=14755 -recol4s=14819 -recol4d=15812 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24435 -model2=model_24441 -model3=model_24452 -model4=model_24455 -model5=model_24472 -model6=model_24485 -model7=model_24509 -head1=model_24209 -unknown119=3 - -// 4492 -[npc_4492] -bas=bas_87 -op2=Attack -op1=Talk-to -resizev=124 -resizeh=124 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=12705 -recol3d=14919 -recol4s=14819 -recol4d=18090 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24431 -model2=model_24444 -model3=model_24448 -model4=model_24457 -model5=model_24477 -model6=model_24483 -model7=model_24509 -head1=model_24210 -unknown119=3 - -// 4493 -[npc_4493] -bas=bas_293 -vislevel=0 -size=1 -resizeh=148 -resizev=148 -op1=Talk-to -resizev=148 -resizeh=148 -ambient=15 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -recol3s=11827 -recol3d=10240 -recol4s=8722 -recol4d=8192 -name=General Bentnoze -model1=model_24456 -model2=model_24484 -model3=model_24433 -model4=model_24476 -model5=model_24443 -model6=model_24450 -model7=model_24505 -model8=model_24506 -head1=model_24208 -unknown119=3 - -// 4494 -[npc_4494] -bas=bas_293 -vislevel=0 -size=1 -op1=Talk-to -resizev=148 -resizeh=148 -ambient=15 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=11827 -recol3d=224 -recol4s=8722 -recol4d=160 -name=General Wartface -model1=model_24462 -model2=model_24484 -model3=model_24433 -model4=model_24477 -model5=model_24444 -model6=model_24450 -model7=model_24502 -model8=model_24506 -head1=model_24214 -unknown119=3 - -// 4495 -[npc_4495] -bas=bas_86 -ambient=15 -vislevel=1 -multivar=varplayerbit_2378 -multinpc=0,npc_4496 -multinpc=1,npc_4496 -multinpc=2,npc_4496 -multinpc=3,npc_4496 -multinpc=4,npc_4497 -multinpc=5,npc_4498 -multinpc=6,npc_4496 -unknown119=3 - -// 4496 -[npc_4496] -bas=bas_86 -resizeh=108 -resizev=108 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=10240 -recol1d=6273 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Grubfoot -model1=model_24435 -model2=model_24442 -model3=model_24452 -model4=model_24455 -model5=model_24472 -model6=model_24487 -head1=model_24209 -unknown119=3 - -// 4497 -[npc_4497] -bas=bas_86 -resizeh=108 -resizev=108 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=18923 -recol1d=30180 -recol2s=15786 -recol2d=28066 -recol3s=22128 -recol3d=32294 -name=Grubfoot -model1=model_24435 -model2=model_24442 -model3=model_24452 -model4=model_24455 -model5=model_24472 -model6=model_24487 -head1=model_24209 -unknown119=3 - -// 4498 -[npc_4498] -bas=bas_86 -resizeh=108 -resizev=108 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=18923 -recol1d=8498 -recol2s=15786 -recol2d=7441 -recol3s=22128 -recol3d=8498 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Grubfoot -model1=model_24435 -model2=model_24442 -model3=model_24452 -model4=model_24455 -model5=model_24472 -model6=model_24487 -head1=model_24209 -unknown119=3 - -// 4499 -[npc_4499] -bas=bas_86 -op2=Attack -resizev=130 -resizeh=130 -ambient=15 -vislevel=5 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -name=Goblin -model1=model_24466 -model2=model_24486 -model3=model_24432 -model4=model_24475 -model5=model_24442 -model6=model_24450 -model7=model_24502 -model8=model_24491 -head1=model_24218 -unknown119=3 - -// 4500 -[npc_4500] -bas=bas_135 -op2=Attack -vislevel=98 -name=Scarab swarm -model1=model_6276 -unknown119=2 - -// 4501 -[npc_4501] -bas=bas_29 -vislevel=0 -op1=Talk-to -ambient=40 -contrast=40 -recol1s=198 -recol1d=16850 -recol2s=9348 -recol2d=18100 -recol3s=2312 -recol3d=17906 -recol4s=8523 -recol4d=32403 -recol5s=16774 -recol5d=28347 -recol6s=2180 -recol6d=13017 -name=Ethereal Man -model1=model_16480 -model2=model_16484 -model3=model_16487 -model4=model_16471 -model5=model_16475 -model6=model_16482 -model7=model_16474 -model8=model_16489 -model9=model_16483 -head1=model_39893 -unknown119=3 - -// 4502 -[npc_4502] -bas=bas_29 -vislevel=0 -op1=Talk-to -ambient=40 -contrast=40 -recol1s=198 -recol1d=16850 -recol2s=9348 -recol2d=18100 -recol3s=2312 -recol3d=17906 -recol4s=8523 -recol4d=32403 -recol5s=16774 -recol5d=28347 -recol6s=2180 -recol6d=13017 -name=Ethereal Lady -model1=model_16455 -model2=model_16504 -model3=model_16505 -model4=model_16507 -model5=model_16492 -model6=model_16497 -model7=model_16489 -model8=model_16502 -model9=model_16495 -head1=model_39893 -modeloffset6=3,-11,6 -unknown119=3 - -// 4503 -[npc_4503] -bas=bas_29 -vislevel=0 -resizeh=127 -resizev=124 -op1=Talk-to -ambient=40 -contrast=40 -recol1s=198 -recol1d=19888 -recol2s=9348 -recol2d=18100 -recol3s=2312 -recol3d=18930 -recol4s=8523 -recol4d=27284 -recol5s=16774 -recol5d=28347 -recol6s=2180 -recol6d=18100 -name=Ethereal Numerator -model1=model_16480 -model2=model_16484 -model3=model_16471 -model4=model_16475 -model5=model_16482 -model6=model_16474 -model7=model_16483 -head1=model_39893 -unknown119=3 - -// 4504 -[npc_4504] -bas=bas_29 -vislevel=0 -resizeh=127 -resizev=124 -op1=Talk-to -ambient=40 -contrast=40 -recol1s=198 -recol1d=19888 -recol2s=9348 -recol2d=18100 -recol3s=2312 -recol3d=18930 -recol4s=8523 -recol4d=27284 -recol5s=16774 -recol5d=28347 -recol6s=2180 -recol6d=18100 -name=Ethereal Expert -model1=model_16480 -model2=model_16484 -model3=model_16471 -model4=model_16475 -model5=model_16482 -model6=model_16474 -model7=model_16483 -head1=model_39893 -unknown119=1 - -// 4505 -[npc_4505] -bas=bas_29 -vislevel=0 -resizeh=127 -resizev=124 -op1=Talk-to -ambient=40 -contrast=40 -recol1s=198 -recol1d=19888 -recol2s=9348 -recol2d=18100 -recol3s=2312 -recol3d=18930 -recol4s=8523 -recol4d=27284 -recol5s=16774 -recol5d=28347 -recol6s=16846 -recol6d=18100 -name=Ethereal Perceptive -model1=model_16480 -model2=model_16484 -model3=model_16471 -model4=model_16475 -model5=model_16482 -model6=model_16474 -model7=model_16483 -model8=model_510 -head1=model_39893 -unknown119=3 - -// 4506 -[npc_4506] -bas=bas_29 -vislevel=0 -resizeh=127 -resizev=124 -op1=Talk-to -ambient=40 -contrast=40 -recol1s=198 -recol1d=19888 -recol2s=9348 -recol2d=18100 -recol3s=2312 -recol3d=18930 -recol4s=8523 -recol4d=27284 -recol5s=16774 -recol5d=28347 -recol6s=2180 -recol6d=18100 -name=Ethereal Guide -model1=model_16480 -model2=model_16484 -model3=model_16471 -model4=model_16475 -model5=model_16482 -model6=model_16474 -model7=model_16483 -head1=model_39893 -unknown119=3 - -// 4507 -[npc_4507] -bas=bas_29 -vislevel=0 -resizeh=127 -resizev=124 -op1=Talk-to -ambient=40 -contrast=40 -recol1s=198 -recol1d=19888 -recol2s=9348 -recol2d=18100 -recol3s=2312 -recol3d=18930 -recol4s=8523 -recol4d=27284 -recol5s=16774 -recol5d=28347 -recol6s=2180 -recol6d=18100 -name=Ethereal Fluke -model1=model_16480 -model2=model_16484 -model3=model_16471 -model4=model_16475 -model5=model_16482 -model6=model_16474 -model7=model_16483 -head1=model_39893 -unknown119=3 - -// 4508 -[npc_4508] -bas=bas_4 -vislevel=0 -resizeh=127 -resizev=124 -op1=Talk-to -ambient=40 -contrast=40 -recol1s=198 -recol1d=22034 -recol2s=9348 -recol2d=18166 -recol3s=2312 -recol3d=24055 -recol4s=8523 -recol4d=20214 -recol5s=16774 -recol5d=28347 -recol6s=2180 -recol6d=18166 -name=Ethereal Mimic -model1=model_16480 -model2=model_16484 -model3=model_16471 -model4=model_16475 -model5=model_16482 -model6=model_16474 -model7=model_16483 -head1=model_39893 -unknown119=1 - -// 4509 -[npc_4509] -bas=bas_29 -op2=Attack -ambient=40 -contrast=40 -op2=Attack -vislevel=79 -name=Me -model1=model_16480 -model2=model_16484 -model3=model_16482 -model4=model_16475 -model5=model_16474 -model6=model_16487 -model7=model_16483 -model8=model_16489 -model9=model_16471 -head1=model_39893 -unknown119=3 - -// 4510 -[npc_4510] -bas=bas_29 -op2=Attack -ambient=40 -contrast=40 -op2=Attack -vislevel=79 -name=Me -model1=model_16455 -model2=model_16505 -model3=model_16502 -model4=model_16497 -model5=model_16495 -model6=model_16507 -model7=model_16504 -model8=model_452 -model9=model_16492 -head1=model_39893 -modeloffset7=3,-11,6 -unknown119=3 - -// 4511 -[npc_4511] -bas=bas_871 -size=1 -contrast=15 -ambient=15 -resizeh=135 -resizev=135 -alwaysontop=yes -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14725 -recol1d=24313 -recol2s=14724 -recol2d=24312 -recol3s=13667 -recol3d=23256 -recol4s=2340 -recol4d=23256 -recol5s=9635 -recol5d=32437 -recol6s=10273 -recol6d=32637 -retex1s=material_228 -retex1d=material_426 -name=Oneiromancer -model1=model_16500 -model2=model_12141 -model3=model_16506 -model4=model_16494 -model5=model_16498 -model6=model_10699 -model7=model_16503 -head1=model_38970 -head2=model_38833 -modeloffset5=-3,-11,6 -unknown119=3 - -// 4512 -[npc_4512] -bas=bas_873 -size=5 -contrast=10 -ambient=10 -resizeh=215 -resizev=215 -alwaysontop=yes -op1=Go-inside -minimap=no -vislevel=0 -name=House -model1=model_16736 -model2=model_16735 -model3=model_16737 -unknown119=3 - -// 4513 -[npc_4513] -bas=bas_871 -size=1 -resizeh=110 -resizev=110 -contrast=12 -ambient=12 -alwaysontop=yes -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=14725 -recol2s=6273 -recol2d=26293 -recol3s=16704 -recol3d=11560 -recol4s=25098 -recol4d=26223 -retex1s=material_272 -retex1d=material_359 -name=Baba Yaga -model1=model_41754 -model2=model_16506 -model3=model_16494 -model4=model_353 -model5=model_534 -model6=model_16503 -head1=model_39045 -head2=model_38827 -modeloffset4=3,-11,6 -unknown119=3 - -// 4514 -[npc_4514] -bas=bas_871 -size=1 -contrast=12 -ambient=12 -op1=Talk-to -vislevel=0 -alwaysontop=yes -retex1s=material_359 -retex1d=material_273 -retex2s=material_228 -retex2d=material_426 -name=Pauline Polaris -model1=model_16500 -model2=model_12141 -model3=model_16506 -model4=model_16493 -model5=model_16498 -model6=model_12143 -model7=model_16496 -head1=model_39092 -head2=model_38833 -unknown119=3 - -// 4515 -[npc_4515] -bas=bas_871 -size=1 -vislevel=0 -contrast=12 -ambient=12 -op1=Talk-to -alwaysontop=yes -recol1s=9635 -recol1d=26312 -recol2s=16838 -recol2d=20121 -recol3s=14725 -recol3d=10542 -recol4s=13667 -recol4d=8428 -retex1s=material_359 -retex1d=material_273 -name=Meteora -model1=model_390 -model2=model_16506 -model3=model_16493 -model4=model_16498 -model5=model_12143 -model6=model_16496 -model7=model_16499 -model8=model_16508 -head1=model_39094 -head2=model_38740 -unknown119=3 - -// 4516 -[npc_4516] -bas=bas_871 -size=1 -vislevel=0 -contrast=12 -ambient=12 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=11660 -recol2s=16838 -recol2d=13970 -recol3s=14725 -recol3d=11660 -recol4s=13667 -recol4d=9579 -retex1s=material_359 -retex1d=material_273 -retex2s=material_228 -retex2d=material_426 -name=Melana Moonlander -model1=model_12141 -model2=model_16506 -model3=model_16494 -model4=model_16498 -model5=model_16503 -model6=model_16508 -model7=model_16500 -head1=model_39092 -head2=model_38833 -unknown119=3 - -// 4517 -[npc_4517] -bas=bas_871 -size=1 -vislevel=0 -contrast=12 -ambient=12 -op1=Talk-to -alwaysontop=yes -recol1s=9635 -recol1d=11771 -recol2s=16838 -recol2d=29482 -recol3s=14725 -recol3d=10636 -recol4s=13667 -recol4d=6474 -retex1s=material_359 -retex1d=material_273 -name=Selene -model1=model_10078 -model2=model_16506 -model3=model_16493 -model4=model_16498 -model5=model_12143 -model6=model_16496 -model7=model_12140 -model8=model_16508 -head1=model_38930 -head2=model_38827 -unknown119=3 - -// 4518 -[npc_4518] -bas=bas_871 -size=1 -vislevel=0 -resizeh=120 -resizev=120 -contrast=12 -ambient=12 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=9635 -recol1d=24982 -recol2s=16838 -recol2d=16109 -recol3s=14725 -recol3d=16939 -recol4s=13667 -recol4d=14826 -recol5s=2340 -recol5d=16939 -retex1s=material_359 -retex1d=material_273 -name=Rimae Sirsalis -model1=model_403 -model2=model_16506 -model3=model_16493 -model4=model_16498 -model5=model_16503 -model6=model_16508 -head1=model_39170 -unknown119=3 - -// 4519 -[npc_4519] -bas=bas_872 -size=1 -vislevel=0 -resizeh=120 -resizev=120 -contrast=12 -ambient=12 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=6273 -recol1d=29484 -retex1s=material_228 -retex1d=material_426 -name=Sirsal Banker -model1=model_220 -model2=model_253 -model3=model_16485 -model4=model_16472 -model5=model_16476 -model6=model_16481 -model7=model_16473 -model8=model_12086 -head1=model_40017 -head2=model_39227 -unknown119=3 - -// 4520 -[npc_4520] -bas=bas_871 -vislevel=1 -vislevel=0 -resizeh=120 -resizev=120 -contrast=12 -ambient=12 -alwaysontop=yes -name=Clan Guard -model1=model_16480 -model2=model_16484 -model3=model_16487 -model4=model_16471 -model5=model_16475 -model6=model_16482 -model7=model_16474 -head1=model_39893 -unknown119=3 - -// 4521 -[npc_4521] -bas=bas_874 -contrast=12 -ambient=12 -vislevel=0 -minimap=no -name=Enchanted Broom -model1=model_16738 -unknown119=2 - -// 4522 -[npc_4522] -bas=bas_874 -contrast=12 -ambient=12 -vislevel=0 -minimap=no -name=Enchanted Broom -model1=model_16738 -unknown119=2 - -// 4523 -[npc_4523] -bas=bas_874 -contrast=12 -ambient=12 -vislevel=0 -minimap=no -name=Enchanted Broom -model1=model_16738 -unknown119=2 - -// 4524 -[npc_4524] -bas=bas_875 -contrast=12 -ambient=12 -vislevel=0 -minimap=no -name=Enchanted Bucket -model1=model_16739 -unknown119=3 - -// 4525 -[npc_4525] -bas=bas_875 -contrast=12 -ambient=12 -vislevel=0 -minimap=no -name=Enchanted Bucket -model1=model_16739 -unknown119=3 - -// 4526 -[npc_4526] -bas=bas_871 -size=1 -vislevel=0 -contrast=12 -ambient=12 -op1=Talk-to -alwaysontop=yes -recol1s=9635 -recol1d=11771 -recol2s=16838 -recol2d=29482 -recol3s=14725 -recol3d=10636 -recol4s=13667 -recol4d=6474 -name=Bouquet Mac Hyacinth -model1=model_10078 -model2=model_16506 -model3=model_16493 -model4=model_16498 -model5=model_12143 -model6=model_16496 -model7=model_12140 -model8=model_16491 -head1=model_38930 -head2=model_38827 -modeloffset7=3,-11,6 -unknown119=3 - -// 4527 -[npc_4527] -bas=bas_876 -size=2 -resizeh=134 -resizev=128 -op2=Attack -ambient=14 -contrast=8 -vislevel=111 -name=Suqah -model1=model_16589 -model2=model_16594 -model3=model_16588 -model4=model_16591 -unknown119=3 - -// 4528 -[npc_4528] -bas=bas_876 -size=2 -resizeh=120 -resizev=130 -op2=Attack -ambient=14 -contrast=8 -vislevel=111 -recol1s=12683 -recol1d=11626 -recol2s=7432 -recol2d=11561 -recol3s=12480 -recol3d=14569 -recol4s=8520 -recol4d=10438 -name=Suqah -model1=model_16589 -model2=model_16593 -model3=model_16591 -unknown119=3 - -// 4529 -[npc_4529] -bas=bas_876 -size=2 -resizeh=125 -resizev=130 -op2=Attack -ambient=14 -contrast=8 -vislevel=111 -recol1s=12683 -recol1d=11626 -recol2s=7432 -recol2d=11561 -name=Suqah -model1=model_16589 -model2=model_16594 -model3=model_16591 -model4=model_16588 -unknown119=3 - -// 4530 -[npc_4530] -bas=bas_876 -size=2 -resizeh=134 -resizev=138 -op2=Attack -ambient=14 -contrast=8 -vislevel=111 -recol1s=12683 -recol1d=16909 -recol2s=11626 -recol2d=14795 -recol3s=24241 -recol3d=26388 -recol4s=12480 -recol4d=12488 -recol5s=10336 -recol5d=15988 -name=Suqah -model1=model_16589 -model2=model_16594 -model3=model_16592 -model4=model_16590 -unknown119=3 - -// 4531 -[npc_4531] -bas=bas_876 -size=2 -resizeh=120 -resizev=128 -op2=Attack -ambient=14 -contrast=8 -vislevel=111 -recol1s=12683 -recol1d=16909 -recol2s=11626 -recol2d=14795 -recol3s=24241 -recol3d=26388 -recol4s=12480 -recol4d=12488 -recol5s=10336 -recol5d=7310 -name=Suqah -model1=model_16589 -model2=model_16593 -model3=model_16592 -unknown119=3 - -// 4532 -[npc_4532] -bas=bas_876 -size=2 -resizeh=134 -resizev=120 -op2=Attack -ambient=14 -contrast=8 -vislevel=111 -recol1s=12683 -recol1d=13804 -recol2s=11626 -recol2d=12715 -recol3s=24241 -recol3d=26388 -recol4s=8520 -recol4d=6312 -recol5s=10336 -recol5d=3328 -name=Suqah -model1=model_16589 -model2=model_16594 -model3=model_16591 -model4=model_16590 -unknown119=3 - -// 4533 -[npc_4533] -bas=bas_876 -size=2 -resizeh=120 -resizev=120 -op2=Attack -ambient=14 -contrast=8 -vislevel=111 -recol1s=12683 -recol1d=14699 -recol2s=11626 -recol2d=12651 -recol3s=24241 -recol3d=26388 -recol4s=8520 -recol4d=6312 -recol5s=10336 -recol5d=3171 -name=Suqah -model1=model_16589 -model2=model_16594 -model3=model_16591 -unknown119=3 - -// 4534 -[npc_4534] -bas=bas_58 -size=2 -op2=Attack -vislevel=48 -name=Moss giant -model1=model_17458 -model2=model_17439 -unknown119=3 - -// 4535 -[npc_4535] -size=1 -op1=Talk-to -vislevel=1 -name=Parrot -model1=model_214 -head1=model_26869 -unknown119=3 - -// 4536 -[npc_4536] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=9445 -recol1d=22161 -recol2s=7331 -recol2d=22159 -recol3s=6340 -recol3d=17894 -retex1s=material_228 -retex1d=material_426 -name=Lokar Searunner -model1=model_28781 -model2=model_28796 -model3=model_28748 -model4=model_28756 -model5=model_28776 -model6=model_28810 -head1=model_39224 -head2=model_39800 -unknown119=1 - -// 4537 -[npc_4537] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=9445 -recol1d=22161 -recol2s=7331 -recol2d=22159 -recol3s=6340 -recol3d=17894 -retex1s=material_228 -retex1d=material_426 -name=Lokar Searunner -model1=model_28781 -model2=model_28796 -model3=model_28748 -model4=model_28756 -model5=model_28776 -model6=model_28810 -head1=model_39224 -head2=model_39800 -unknown119=1 - -// 4538 -[npc_4538] -bas=bas_165 -vislevel=1 -multivar=varplayerbit_2448 -multinpc=0,npc_4539 -multinpc=10,npc_4539 -multinpc=20,npc_4539 -multinpc=30,npc_4539 -multinpc=40,npc_4539 -multinpc=45,npc_4539 -multinpc=50,npc_4539 -multinpc=60,npc_4539 -multinpc=70,npc_4539 -multinpc=80,npc_4539 -multinpc=90,npc_4539 -multinpc=100,npc_4539 -multinpc=110,npc_4539 -multinpc=112,npc_4539 -multinpc=114,npc_4539 -multinpc=116,npc_4539 -multinpc=118,npc_4539 -multinpc=120,npc_4539 -multinpc=125,npc_4539 -unknown119=3 - -// 4539 -[npc_4539] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Cabin boy -model1=model_28594 -head1=model_28683 -unknown119=3 - -// 4540 -[npc_4540] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Captain Bentley -model1=model_28816 -head1=model_39671 -head2=model_39502 -head3=model_39274 -unknown119=3 - -// 4541 -[npc_4541] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name='Beefy' Burns -model1=model_28820 -head1=model_39918 -head2=model_39491 -head3=model_39282 -unknown119=3 - -// 4542 -[npc_4542] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name='Eagle-eye' Shultz -model1=model_28813 -head1=model_39838 -head2=model_39498 -unknown119=1 - -// 4543 -[npc_4543] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=First mate 'Davey-boy' -model1=model_28811 -head1=model_39749 -head2=model_39414 -head3=model_39284 -unknown119=3 - -// 4544 -[npc_4544] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name='Bird's-Eye' Jack -model1=model_28818 -head1=model_39990 -head2=model_39537 -head3=model_39194 -unknown119=3 - -// 4545 -[npc_4545] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name='Picarron' Pete -model1=model_28780 -model2=model_28803 -model3=model_28752 -model4=model_28756 -model5=model_28776 -model6=model_28807 -head1=model_39974 -head2=model_39424 -unknown119=3 - -// 4546 -[npc_4546] -bas=bas_35 -size=1 -op2=Attack -alwaysontop=yes -vislevel=37 -name=Jake -model1=model_28780 -model2=model_28803 -model3=model_28752 -model4=model_28756 -model5=model_28776 -model6=model_28807 -head1=model_39974 -head2=model_39424 -unknown119=3 - -// 4547 -[npc_4547] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Bedread the bold -model1=model_28783 -model2=model_28796 -model3=model_28750 -model4=model_28758 -model5=model_28777 -model6=model_28804 -model7=model_28765 -head1=model_39767 -head2=model_39259 -unknown119=3 - -// 4548 -[npc_4548] -bas=bas_35 -size=1 -op2=Attack -alwaysontop=yes -vislevel=37 -name=Wilson -model1=model_28783 -model2=model_28796 -model3=model_28750 -model4=model_28758 -model5=model_28777 -model6=model_28804 -model7=model_28764 -head1=model_39767 -head2=model_39259 -unknown119=3 - -// 4549 -[npc_4549] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Tommy 2-times -model1=model_28790 -model2=model_28799 -model3=model_28749 -model4=model_28758 -model5=model_28772 -model6=model_28810 -model7=model_28765 -head1=model_39482 -head2=model_39211 -head3=model_39804 -unknown119=3 - -// 4550 -[npc_4550] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Murky Pat -model1=model_28785 -model2=model_28792 -model3=model_28755 -model4=model_28758 -model5=model_28769 -model6=model_28808 -model7=model_28765 -head1=model_39696 -head2=model_39553 -unknown119=3 - -// 4551 -[npc_4551] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Jack Sails -model1=model_28781 -model2=model_28794 -model3=model_28752 -model4=model_28758 -model5=model_28771 -model6=model_28807 -model7=model_28765 -head1=model_39974 -head2=model_39424 -unknown119=3 - -// 4552 -[npc_4552] -bas=bas_35 -size=1 -op2=Attack -alwaysontop=yes -vislevel=37 -name=Palmer -model1=model_28781 -model2=model_28794 -model3=model_28752 -model4=model_28758 -model5=model_28771 -model6=model_28807 -model7=model_28764 -head1=model_39974 -head2=model_39424 -unknown119=3 - -// 4553 -[npc_4553] -bas=bas_35 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=15424 -recol2s=14724 -recol2d=8354 -name='Betty' B.Boppin -model1=model_28789 -model2=model_28797 -model3=model_28754 -model4=model_28756 -model5=model_28774 -model6=model_28807 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 4554 -[npc_4554] -bas=bas_35 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=24275 -recol1d=13667 -recol2s=22161 -recol2d=13667 -recol3s=21102 -recol3d=13667 -retex1s=material_272 -retex1d=material_313 -name='Beedy-eye' Jones -model1=model_28789 -model2=model_28798 -model3=model_28752 -model4=model_28758 -model5=model_28767 -model6=model_28804 -model7=model_28765 -head1=model_39974 -head2=model_39424 -unknown119=3 - -// 4555 -[npc_4555] -bas=bas_35 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Jenny Blade -model1=model_28840 -model2=model_28843 -model3=model_28823 -model4=model_28825 -model5=model_28834 -model6=model_28847 -model7=model_28829 -head1=model_38896 -unknown119=3 - -// 4556 -[npc_4556] -bas=bas_35 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=22161 -recol1d=25236 -recol2s=21102 -recol2d=23188 -retex1s=material_255 -retex1d=material_254 -retex2s=material_272 -retex2d=material_254 -name='Lecherous' Lee -model1=model_28779 -model2=model_28791 -model3=model_28753 -model4=model_28758 -model5=model_28766 -model6=model_28804 -model7=model_28765 -head1=model_40041 -head2=model_39415 -unknown119=3 - -// 4557 -[npc_4557] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=8289 -recol1d=7393 -recol2s=9346 -recol2d=8450 -recol3s=9445 -recol3d=6373 -recol4s=7331 -recol4d=7430 -name='Sticky' Sanders -model1=model_28783 -model2=model_28796 -model3=model_28754 -model4=model_28758 -model5=model_28777 -model6=model_28804 -model7=model_28765 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 4558 -[npc_4558] -bas=bas_2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=25364 -recol1d=14761 -recol2s=12645 -recol2d=9478 -recol3s=10533 -recol3d=9478 -recol4s=8456 -recol4d=14761 -recol5s=10504 -recol5d=14761 -name=Hirko -model1=model_16947 -model2=model_16948 -model3=model_16946 -model4=model_7046 -model5=model_7067 -head1=model_16945 -unknown119=3 - -// 4559 -[npc_4559] -bas=bas_2 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=10434 -recol1d=17903 -recol2s=25098 -recol2d=20903 -recol3s=8456 -recol3d=17903 -recol4s=14761 -recol4d=17903 -recol5s=7298 -recol5d=5217 -recol6s=25364 -recol6d=23252 -name=Holoy -model1=model_16947 -model2=model_16948 -model3=model_16946 -model4=model_7046 -model5=model_2985 -head1=model_16945 -unknown119=3 - -// 4560 -[npc_4560] -bas=bas_108 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=416 -recol1d=13671 -recol2s=384 -recol2d=10496 -recol3s=352 -recol3d=10496 -recol4s=13728 -recol4d=8353 -recol5s=6144 -recol5d=8353 -name=Frizzy Skernip -model1=model_8238 -model2=model_2909 -model3=model_2922 -head1=model_21 -unknown119=3 - -// 4561 -[npc_4561] -bas=bas_108 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=416 -recol1d=13671 -recol2s=384 -recol2d=10496 -recol3s=352 -recol3d=10496 -recol4s=13728 -recol4d=8353 -recol5s=6144 -recol5d=8353 -name=Yulf Squecks -model1=model_8238 -model2=model_2909 -model3=model_2922 -head1=model_21 -unknown119=3 - -// 4562 -[npc_4562] -bas=bas_108 -vislevel=0 -op1=Talk-to -op3=Pay -recol1s=416 -recol1d=13671 -recol2s=384 -recol2d=10496 -recol3s=352 -recol3d=10496 -recol4s=13728 -recol4d=8353 -recol5s=6144 -recol5d=8353 -name=Praistan Ebola -model1=model_8238 -model2=model_2909 -model3=model_2922 -head1=model_21 -unknown119=3 - -// 4563 -[npc_4563] -bas=bas_2 -op1=Talk-to -op3=Trade -vislevel=0 -turnspeed=0 -recol1s=8456 -recol1d=9377 -recol2s=10504 -recol2d=10434 -recol3s=14761 -recol3d=11491 -recol4s=8386 -recol4d=6208 -recol5s=25364 -recol5d=9377 -recol6s=11559 -recol6d=12548 -name=Hura -model1=model_16947 -model2=model_16948 -model3=model_16946 -model4=model_7046 -model5=model_10326 -model6=model_16949 -head1=model_16945 -unknown119=3 - -// 4564 -[npc_4564] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Steal-from -recol1s=2340 -recol1d=8526 -recol2s=32735 -recol2d=9440 -recol3s=14724 -recol3d=28341 -recol4s=8526 -recol4d=3275 -recol5s=10640 -recol5d=5389 -recol6s=9473 -recol6d=7296 -retex1s=material_253 -retex1d=material_252 -name=Digsite workman -model1=model_235 -model2=model_246 -model3=model_305 -model4=model_151 -model5=model_179 -model6=model_5218 -head1=model_38641 -head2=model_39223 -unknown119=3 - -// 4565 -[npc_4565] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Steal-from -recol1s=2340 -recol1d=8526 -recol2s=32735 -recol2d=11552 -recol3s=14724 -recol3d=12718 -recol4s=8526 -recol4d=5389 -recol5s=10640 -recol5d=5389 -recol6s=9473 -recol6d=7296 -retex1s=material_253 -retex1d=material_252 -name=Digsite workman -model1=model_214 -model2=model_246 -model3=model_305 -model4=model_151 -model5=model_179 -model6=model_5218 -head1=model_39726 -head2=model_39223 -unknown119=3 - -// 4566 -[npc_4566] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=17760 -recol2s=14724 -recol2d=20041 -recol3s=2340 -recol3d=8483 -recol4s=6144 -recol4d=5312 -retex1s=material_256 -retex1d=material_202 -retex2s=material_228 -retex2d=material_426 -name=Examiner -model1=model_390 -model2=model_418 -model3=model_470 -model4=model_11775 -model5=model_10706 -model6=model_421 -model7=model_358 -head1=model_39066 -head2=model_38884 -unknown119=3 - -// 4567 -[npc_4567] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=17760 -recol2s=14724 -recol2d=11662 -recol3s=2340 -recol3d=8491 -recol4s=6144 -recol4d=0 -recol5s=7298 -recol5d=11524 -recol6s=8354 -recol6d=1057 -retex1s=material_256 -retex1d=material_255 -retex2s=material_228 -retex2d=material_426 -name=Examiner -model1=model_399 -model2=model_418 -model3=model_8786 -model4=model_14588 -model5=model_10706 -model6=model_428 -model7=model_358 -head1=model_39124 -head2=model_38884 -unknown119=3 - -// 4568 -[npc_4568] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=10573 -recol2s=2340 -recol2d=6346 -recol3s=15392 -recol3d=6273 -recol4s=5280 -recol4d=4230 -name=Researcher -model1=model_16456 -model2=model_417 -model3=model_470 -model4=model_332 -model5=model_10706 -model6=model_419 -model7=model_358 -head1=model_39168 -head2=model_38891 -unknown119=3 - -// 4569 -[npc_4569] -bas=bas_1249 -vislevel=0 -turnspeed=0 -recol1s=2340 -recol1d=5417 -recol2s=14724 -recol2d=16644 -recol3s=12610 -recol3d=19781 -recol4s=6273 -recol4d=25280 -retex1s=material_228 -retex1d=material_426 -name=Nick -model1=model_217 -model2=model_246 -model3=model_292 -model4=model_10980 -model5=model_10218 -model6=model_17284 -model7=model_271 -model8=model_181 -unknown119=3 - -// 4570 -[npc_4570] -bas=bas_1401 -vislevel=0 -size=1 -minimap=no -name=Crow -model1=model_26851 -unknown119=2 - -// 4571 -[npc_4571] -bas=bas_1402 -vislevel=0 -size=1 -minimap=no -name=Crow -model1=model_26851 -unknown119=2 - -// 4572 -[npc_4572] -bas=bas_502 -op1=Talk-to -vislevel=0 -turnspeed=0 -recol1s=384 -recol1d=11561 -recol2s=416 -recol2d=8526 -recol3s=13728 -recol3d=9408 -name=Gianne jnr. -model1=model_17009 -model2=model_16994 -model3=model_16984 -model4=model_16992 -head1=model_16970 -unknown119=3 - -// 4573 -[npc_4573] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=11561 -recol2s=416 -recol2d=8526 -recol3s=13728 -recol3d=9408 -name=Timble -model1=model_17009 -model2=model_2909 -model3=model_2915 -head1=model_16970 -unknown119=3 - -// 4574 -[npc_4574] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=11561 -recol2s=416 -recol2d=8526 -recol3s=13728 -recol3d=9408 -name=Tamble -model1=model_17009 -model2=model_2909 -model3=model_2915 -head1=model_16970 -unknown119=3 - -// 4575 -[npc_4575] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=11561 -recol2s=416 -recol2d=8526 -recol3s=13728 -recol3d=9408 -name=Spang -model1=model_17009 -model2=model_2909 -model3=model_2915 -head1=model_16970 -unknown119=3 - -// 4576 -[npc_4576] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=22163 -recol2s=320 -recol2d=22128 -recol3s=3363 -recol3d=8422 -recol4s=11624 -recol4d=22160 -recol5s=8389 -recol5d=14761 -recol6s=14560 -recol6d=8422 -name=Brambickle -model1=model_17011 -model2=model_14824 -model3=model_2922 -model4=model_14177 -head1=model_16969 -unknown119=3 - -// 4577 -[npc_4577] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=3363 -recol1d=22059 -recol2s=416 -recol2d=24239 -recol3s=22163 -recol3d=17831 -recol4s=1313 -recol4d=25265 -recol5s=6502 -recol5d=22159 -recol6s=11624 -recol6d=17830 -name=Wingstone -model1=model_17013 -model2=model_14824 -model3=model_2917 -model4=model_14177 -head1=model_16972 -unknown119=3 - -// 4578 -[npc_4578] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=3363 -recol1d=9573 -recol2s=416 -recol2d=10529 -recol3s=22163 -recol3d=8481 -recol4s=1313 -recol4d=12737 -recol5s=6502 -recol5d=9573 -recol6s=8389 -recol6d=10529 -name=Penwie -model1=model_17013 -model2=model_14824 -model3=model_2917 -model4=model_14177 -head1=model_16972 -unknown119=3 - -// 4579 -[npc_4579] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=4195 -recol2s=416 -recol2d=7399 -recol3s=13728 -recol3d=3138 -name=Generic Diplomat -model1=model_17012 -model2=model_2909 -model3=model_2915 -head1=model_16971 -unknown119=3 - -// 4580 -[npc_4580] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=4195 -recol2s=416 -recol2d=7399 -recol3s=13728 -recol3d=3138 -retex1s=material_404 -retex1d=material_271 -name=Ambassador Gimblewap -model1=model_17012 -model2=model_2909 -model3=model_2915 -head1=model_16971 -unknown119=3 - -// 4581 -[npc_4581] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=4195 -recol2s=416 -recol2d=8458 -recol3s=13728 -recol3d=3138 -retex1s=material_404 -retex1d=material_271 -name=Ambassador Spanfipple -model1=model_17012 -model2=model_2909 -model3=model_2915 -head1=model_16971 -unknown119=3 - -// 4582 -[npc_4582] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=4229 -recol2s=416 -recol2d=7368 -recol3s=13728 -recol3d=7298 -retex1s=material_404 -retex1d=material_271 -name=Ambassador Ferrnook -model1=model_17012 -model2=model_2909 -model3=model_2915 -head1=model_16971 -unknown119=3 - -// 4583 -[npc_4583] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=16810 -recol2s=416 -recol2d=23220 -recol3s=13728 -recol3d=3138 -recol4s=32735 -recol4d=28541 -retex1s=material_404 -retex1d=material_141 -name=Professor Manglethorp -model1=model_17015 -model2=model_2909 -model3=model_2915 -head1=model_16973 -unknown119=3 - -// 4584 -[npc_4584] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=20512 -recol1d=25896 -recol2s=6144 -recol2d=32576 -recol3s=25098 -recol3d=24041 -name=Damwin -model1=model_2904 -model2=model_2913 -model3=model_2923 -head1=model_16965 -unknown119=3 - -// 4585 -[npc_4585] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=8718 -recol2s=1345 -recol2d=5354 -recol3s=224 -recol3d=3338 -recol4s=4356 -recol4d=4228 -recol5s=10501 -recol5d=2181 -recol6s=8419 -recol6d=2181 -name=Professor Onglewip -model1=model_17016 -model2=model_10340 -model3=model_16983 -head1=model_16975 -unknown119=3 - -// 4586 -[npc_4586] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=15687 -recol2s=224 -recol2d=13410 -recol3s=4356 -recol3d=8357 -recol4s=10501 -recol4d=13410 -recol5s=8419 -recol5d=13410 -recol6s=1345 -recol6d=416 -retex1s=material_306 -retex1d=material_483 -retex2s=material_120 -retex2d=material_122 -retex3s=material_577 -retex3d=material_167 -retex4s=material_306 -retex4d=material_122 -name=Professor Imblewyn -model1=model_17016 -model2=model_10340 -model3=model_16983 -head1=model_16975 -unknown119=3 - -// 4587 -[npc_4587] -bas=bas_500 -op1=Talk-to -vislevel=0 -turnspeed=0 -recol1s=416 -recol1d=11591 -recol2s=384 -recol2d=7363 -recol3s=13728 -recol3d=5249 -name=Perrdur -model1=model_17008 -model2=model_16994 -model3=model_2915 -model4=model_16992 -head1=model_16967 -unknown119=3 - -// 4588 -[npc_4588] -bas=bas_501 -op1=Talk-to -vislevel=0 -turnspeed=0 -recol1s=20512 -recol1d=16584 -recol2s=416 -recol2d=16584 -name=Dalila -model1=model_2904 -model2=model_16995 -model3=model_2917 -model4=model_16992 -head1=model_16965 -unknown119=3 - -// 4589 -[npc_4589] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=11687 -recol2s=384 -recol2d=13604 -recol3s=13728 -recol3d=5249 -recol4s=32767 -recol4d=1285 -name=Sorrn -model1=model_2899 -model2=model_2909 -model3=model_2915 -head1=model_16 -unknown119=3 - -// 4590 -[npc_4590] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=7395 -recol2s=416 -recol2d=8419 -recol3s=4353 -recol3d=7494 -recol4s=29592 -recol4d=22159 -recol5s=22163 -recol5d=5347 -name=Mimm -model1=model_17018 -model2=model_2911 -model3=model_14825 -head1=model_16977 -unknown119=3 - -// 4591 -[npc_4591] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=17961 -recol2s=384 -recol2d=10532 -recol3s=352 -recol3d=10564 -recol4s=320 -recol4d=9639 -retex1s=material_404 -retex1d=material_219 -name=Eebel -model1=model_17008 -model2=model_2909 -model3=model_14825 -head1=model_16967 -unknown119=3 - -// 4592 -[npc_4592] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=5281 -recol2s=416 -recol2d=24137 -recol3s=1285 -recol3d=13409 -recol4s=29592 -recol4d=16015 -recol5s=288 -recol5d=13409 -retex1s=material_404 -retex1d=material_445 -name=Ermin -model1=model_17008 -model2=model_2909 -model3=model_2915 -head1=model_16967 -unknown119=3 - -// 4593 -[npc_4593] -bas=bas_108 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=15651 -recol2s=352 -recol2d=12513 -recol3s=3363 -recol3d=7298 -recol4s=22163 -recol4d=13605 -recol5s=17860 -recol5d=7298 -retex1s=material_404 -retex1d=material_271 -name=Portobello -model1=model_2908 -model2=model_14824 -model3=model_14825 -head1=model_25874 -unknown119=3 - -// 4594 -[npc_4594] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=416 -recol1d=10502 -recol2s=384 -recol2d=6308 -name=Captain Ninto -model1=model_2908 -model2=model_2909 -model3=model_2922 -head1=model_25874 -unknown119=3 - -// 4595 -[npc_4595] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=416 -recol1d=16809 -recol2s=384 -recol2d=6372 -recol3s=13728 -recol3d=16809 -name=Captain Daerkin -model1=model_2908 -model2=model_2909 -model3=model_2922 -head1=model_25874 -unknown119=3 - -// 4596 -[npc_4596] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=416 -recol1d=16809 -recol2s=384 -recol2d=6372 -recol3s=13728 -recol3d=16809 -name=Captain Lamdoo -model1=model_2908 -model2=model_2909 -model3=model_2922 -head1=model_25874 -unknown119=3 - -// 4597 -[npc_4597] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=16515 -recol2s=352 -recol2d=20611 -recol3s=3363 -recol3d=21107 -recol4s=22163 -recol4d=5120 -recol5s=4353 -recol5d=5120 -name=Meegle -model1=model_17018 -model2=model_14824 -model3=model_14825 -model4=model_17032 -head1=model_16977 -unknown119=3 - -// 4598 -[npc_4598] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -recol1s=10504 -recol1d=26754 -recol2s=416 -recol2d=11560 -recol3s=13675 -recol3d=7462 -recol4s=12618 -recol4d=26754 -recol5s=25098 -recol5d=20903 -name=Wurbel -model1=model_2905 -model2=model_16993 -model3=model_2924 -head1=model_16966 -unknown119=3 - -// 4599 -[npc_4599] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -recol1s=384 -recol1d=5347 -recol2s=416 -recol2d=5347 -recol3s=4353 -recol3d=1349 -recol4s=29592 -recol4d=16015 -recol5s=22163 -recol5d=5347 -name=Sarble -model1=model_17018 -model2=model_16993 -model3=model_14825 -head1=model_16977 -unknown119=3 - -// 4600 -[npc_4600] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=18035 -recol2s=384 -recol2d=99 -recol3s=13728 -recol3d=1024 -retex1s=material_404 -retex1d=material_271 -name=Guard Vemmeldo -model1=model_17017 -model2=model_2909 -model3=model_2915 -head1=model_16976 -unknown119=3 - -// 4601 -[npc_4601] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -name=Burkor -model1=model_17019 -model2=model_16996 -model3=model_16985 -model4=model_17031 -head1=model_16974 -unknown119=3 - -// 4602 -[npc_4602] -bas=bas_108 -size=1 -resizeh=100 -resizev=100 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=22221 -retex1s=material_404 -retex1d=material_141 -name=Froono -model1=model_2909 -model2=model_2899 -model3=model_2918 -head1=model_16 -unknown119=3 - -// 4603 -[npc_4603] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=20 -recol1s=15789 -recol1d=8354 -recol2s=16846 -recol2d=8354 -recol3s=2340 -recol3d=3171 -recol4s=14724 -recol4d=3171 -recol5s=7329 -recol5d=0 -name=Fortress Guard -model1=model_7668 -model2=model_253 -model3=model_294 -model4=model_317 -model5=model_151 -model6=model_177 -model7=model_518 -model8=model_541 -model9=model_254 -model10=model_185 -head1=model_39593 -head2=model_39227 -unknown119=3 - -// 4604 -[npc_4604] -bas=bas_29 -size=1 -op1=Talk-to -op2=Attack -vislevel=20 -recol1s=15789 -recol1d=8354 -recol2s=16846 -recol2d=8354 -recol3s=2340 -recol3d=3171 -recol4s=14724 -recol4d=3171 -recol5s=7329 -recol5d=0 -recol6s=25098 -recol6d=11524 -name=Fortress Guard -model1=model_7668 -model2=model_11190 -model3=model_294 -model4=model_317 -model5=model_151 -model6=model_177 -model7=model_555 -model8=model_541 -model9=model_254 -model10=model_185 -head1=model_39593 -head2=model_39212 -unknown119=3 - -// 4605 -[npc_4605] -bas=bas_29 -size=1 -op1=Talk-to -op2=Attack -vislevel=20 -recol1s=2340 -recol1d=3171 -recol2s=14724 -recol2d=3171 -recol3s=15789 -recol3d=8354 -recol4s=7329 -recol4d=3139 -recol5s=16704 -recol5d=8354 -recol6s=8456 -recol6d=10569 -name=Fortress Guard -model1=model_7668 -model2=model_248 -model3=model_294 -model4=model_317 -model5=model_151 -model6=model_177 -model7=model_540 -model8=model_541 -model9=model_254 -model10=model_185 -head1=model_39593 -head2=model_39275 -unknown119=3 - -// 4606 -[npc_4606] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=20 -recol1s=2340 -recol1d=3171 -recol2s=14724 -recol2d=3171 -recol3s=15789 -recol3d=8354 -recol4s=7329 -recol4d=3139 -recol5s=16846 -recol5d=8354 -name=Fortress Guard -model1=model_7668 -model2=model_252 -model3=model_294 -model4=model_317 -model5=model_151 -model6=model_177 -model7=model_518 -model8=model_541 -model9=model_254 -model10=model_185 -head1=model_39593 -head2=model_38097 -unknown119=3 - -// 4607 -[npc_4607] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Black Cat -model1=model_34012 -head1=model_34047 -unknown119=3 - -// 4608 -[npc_4608] -bas=bas_4 -vislevel=0 -size=1 -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -recol3s=6273 -recol3d=24160 -retex1s=material_257 -retex1d=material_273 -retex2s=material_202 -retex2d=material_250 -retex3s=material_252 -retex3d=material_273 -retex4s=material_228 -retex4d=material_426 -name=Monk -model1=model_223 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -model8=model_280 -model9=model_284 -head1=model_39938 -head2=model_39223 -unknown119=1 - -// 4609 -[npc_4609] -bas=bas_108 -size=1 -vislevel=0 -active=no -model1=model_17026 -model2=model_17003 -model3=model_16990 -head1=model_22 -unknown119=1 - -// 4610 -[npc_4610] -bas=bas_108 -size=1 -vislevel=0 -recol1s=15392 -recol1d=2186 -recol2s=416 -recol2d=5320 -recol3s=9378 -recol3d=3170 -recol4s=1473 -recol4d=6377 -name=Brimstail -model1=model_17000 -model2=model_16986 -model3=model_17014 -model4=model_17007 -head1=model_18 -head2=model_16980 -unknown119=3 - -// 4611 -[npc_4611] -bas=bas_238 -vislevel=0 -name=Saboteur -model1=model_4703 -model2=model_4704 -model3=model_4697 -head1=model_4653 -unknown119=3 - -// 4612 -[npc_4612] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=32766 -recol1d=21959 -name=Gnome shop keeper -model1=model_2909 -model2=model_2901 -model3=model_2917 -head1=model_17 -unknown119=3 - -// 4613 -[npc_4613] -bas=bas_239 -vislevel=0 -multivar=varplayerbit_2504 -multinpc=0,npc_4614 -multinpc=1,npc_4615 -multinpc=2,npc_1957 -unknown119=3 - -// 4614 -[npc_4614] -vislevel=0 -name=Cute creature -model1=model_16956 -model2=model_16954 -unknown119=3 - -// 4615 -[npc_4615] -op2=Attack -vislevel=0 -name=Evil creature -model1=model_16957 -model2=model_16955 -unknown119=3 - -// 4616 -[npc_4616] -bas=bas_239 -vislevel=1 -multivar=varplayerbit_2505 -multinpc=0,npc_4617 -multinpc=1,npc_4618 -multinpc=2,npc_1957 -unknown119=3 - -// 4617 -[npc_4617] -vislevel=0 -name=Cute creature -model1=model_16956 -model2=model_16954 -unknown119=3 - -// 4618 -[npc_4618] -op2=Attack -vislevel=0 -name=Evil creature -model1=model_16957 -model2=model_16955 -unknown119=3 - -// 4619 -[npc_4619] -bas=bas_239 -vislevel=1 -multivar=varplayerbit_2506 -multinpc=0,npc_4620 -multinpc=1,npc_4621 -multinpc=2,npc_1957 -unknown119=3 - -// 4620 -[npc_4620] -vislevel=0 -name=Cute creature -model1=model_16956 -model2=model_16954 -unknown119=3 - -// 4621 -[npc_4621] -op2=Attack -vislevel=0 -name=Evil creature -model1=model_16957 -model2=model_16955 -unknown119=3 - -// 4622 -[npc_4622] -bas=bas_239 -vislevel=1 -multivar=varplayerbit_2507 -multinpc=0,npc_4623 -multinpc=1,npc_4624 -multinpc=2,npc_1957 -unknown119=3 - -// 4623 -[npc_4623] -vislevel=0 -name=Cute creature -model1=model_16956 -model2=model_16954 -unknown119=3 - -// 4624 -[npc_4624] -op2=Attack -vislevel=0 -name=Evil creature -model1=model_16957 -model2=model_16955 -unknown119=3 - -// 4625 -[npc_4625] -bas=bas_239 -vislevel=1 -multivar=varplayerbit_2508 -multinpc=0,npc_4626 -multinpc=1,npc_4627 -multinpc=2,npc_1957 -unknown119=3 - -// 4626 -[npc_4626] -vislevel=0 -name=Cute creature -model1=model_16956 -model2=model_16954 -unknown119=3 - -// 4627 -[npc_4627] -op2=Attack -vislevel=0 -name=Evil creature -model1=model_16957 -model2=model_16955 -unknown119=3 - -// 4628 -[npc_4628] -bas=bas_239 -vislevel=1 -multivar=varplayerbit_2509 -multinpc=0,npc_4629 -multinpc=1,npc_4630 -multinpc=2,npc_1957 -unknown119=3 - -// 4629 -[npc_4629] -vislevel=0 -name=Cute creature -model1=model_16956 -model2=model_16954 -unknown119=3 - -// 4630 -[npc_4630] -op2=Attack -vislevel=0 -name=Evil creature -model1=model_16957 -model2=model_16955 -unknown119=3 - -// 4631 -[npc_4631] -bas=bas_239 -vislevel=0 -name=fluffie -model1=model_16956 -model2=model_16954 -unknown119=3 - -// 4632 -[npc_4632] -bas=bas_239 -vislevel=0 -name=fluffie -model1=model_16957 -model2=model_16955 -unknown119=3 - -// 4633 -[npc_4633] -bas=bas_1113 -size=1 -vislevel=0 -ambient=15 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24467 -model2=model_24483 -model3=model_24431 -model4=model_24475 -model5=model_24443 -model6=model_24452 -model7=model_24495 -model8=model_24506 -head1=model_24219 -unknown119=1 - -// 4634 -[npc_4634] -bas=bas_1113 -size=1 -resizev=120 -resizeh=120 -vislevel=0 -ambient=15 -recol1s=14819 -recol1d=11751 -recol2s=18923 -recol2d=10240 -recol3s=22128 -recol3d=13344 -recol4s=24242 -recol4d=22692 -recol5s=12705 -recol5d=8581 -name=Goblin -model1=model_24469 -model2=model_24486 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -model7=model_24509 -head1=model_24221 -unknown119=1 - -// 4635 -[npc_4635] -bas=bas_1113 -size=1 -resizev=121 -resizeh=121 -vislevel=0 -ambient=15 -recol1s=14819 -recol1d=12675 -recol2s=18923 -recol2d=10240 -recol3s=22128 -recol3d=13344 -recol4s=24242 -recol4d=22692 -recol5s=12705 -recol5d=9504 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24468 -model2=model_24484 -model3=model_24432 -model4=model_24472 -model5=model_24442 -model6=model_24450 -model7=model_24505 -model8=model_24497 -head1=model_24220 -unknown119=1 - -// 4636 -[npc_4636] -bas=bas_1113 -size=1 -resizev=120 -resizeh=120 -vislevel=0 -ambient=15 -recol1s=14819 -recol1d=12640 -recol2s=18923 -recol2d=10240 -recol3s=22128 -recol3d=13344 -recol4s=24242 -recol4d=22692 -recol5s=12705 -recol5d=10528 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24433 -model4=model_24477 -model5=model_24444 -model6=model_24448 -model7=model_24497 -model8=model_24507 -unknown119=1 - -// 4637 -[npc_4637] -bas=bas_1113 -size=1 -resizev=124 -resizeh=124 -vislevel=0 -ambient=15 -recol1s=14819 -recol1d=11751 -recol2s=18923 -recol2d=10240 -recol3s=22128 -recol3d=13344 -recol4s=24242 -recol4d=22692 -recol5s=12705 -recol5d=9637 -retex1s=material_371 -retex1d=material_314 -name=Goblin -model1=model_24464 -model2=model_24486 -model3=model_24433 -model4=model_24477 -model5=model_24444 -model6=model_24448 -model7=model_24502 -model8=model_24491 -head1=model_24216 -unknown119=1 - -// 4638 -[npc_4638] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=6470 -recol2s=352 -recol2d=4356 -recol3s=7296 -recol3d=8290 -recol4s=32736 -recol4d=9475 -name=Gnome soldier -model1=model_2892 -model2=model_2914 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 4639 -[npc_4639] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=6470 -recol2s=352 -recol2d=4356 -recol3s=6273 -recol3d=8290 -recol4s=25098 -recol4d=24174 -name=Gnome soldier -model1=model_2890 -model2=model_14805 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 4640 -[npc_4640] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=6470 -recol2s=352 -recol2d=4356 -recol3s=6273 -recol3d=8290 -recol4s=10501 -recol4d=3299 -recol5s=15392 -recol5d=4265 -recol6s=8419 -recol6d=2242 -name=Gnome soldier -model1=model_2898 -model2=model_2914 -model3=model_10341 -head1=model_18 -unknown119=3 - -// 4641 -[npc_4641] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=6470 -recol2s=352 -recol2d=4356 -recol3s=6273 -recol3d=8290 -recol4s=10501 -recol4d=3299 -recol5s=15392 -recol5d=4265 -recol6s=8419 -recol6d=2242 -name=Gnome soldier -model1=model_14806 -model2=model_2914 -model3=model_14811 -head1=model_22 -unknown119=3 - -// 4642 -[npc_4642] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=6470 -recol2s=352 -recol2d=4356 -recol3s=16704 -recol3d=8290 -recol4s=7429 -recol4d=3299 -recol5s=13638 -recol5d=3299 -recol6s=8421 -recol6d=5413 -name=Gnome soldier -model1=model_2893 -model2=model_14809 -model3=model_14811 -head1=model_21 -unknown119=3 - -// 4643 -[npc_4643] -bas=bas_1112 -size=3 -vislevel=0 -name=Healthorg and tortoise -model1=model_14803 -model2=model_14801 -model3=model_14799 -model4=model_17273 -unknown119=3 - -// 4644 -[npc_4644] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=2183 -recol2s=7300 -recol2d=2183 -name=Oaknock the Engineer -model1=model_17021 -model2=model_16999 -model3=model_16987 -head1=model_16979 -unknown119=1 - -// 4645 -[npc_4645] -bas=bas_108 -vislevel=0 -recol1s=9378 -recol1d=4228 -recol2s=320 -recol2d=5285 -recol3s=28341 -recol3d=22131 -recol4s=9512 -recol4d=3171 -name=Glouphrie the Untrusted -model1=model_16997 -model2=model_17007 -model3=model_16989 -head1=model_16969 -unknown119=1 - -// 4646 -[npc_4646] -bas=bas_108 -vislevel=0 -recol1s=15392 -recol1d=10504 -recol2s=1105 -recol2d=7168 -recol3s=416 -recol3d=0 -name=King Healthorg -model1=model_17020 -model2=model_14805 -model3=model_16985 -model4=model_17033 -head1=model_16982 -unknown119=1 - -// 4647 -[npc_4647] -bas=bas_108 -size=1 -vislevel=0 -recol1s=1285 -recol1d=21826 -recol2s=416 -recol2d=15618 -recol3s=21960 -recol3d=9412 -recol4s=21205 -recol4d=15618 -recol5s=28471 -recol5d=20017 -recol6s=25098 -recol6d=11526 -name=Hazelmere -model1=model_17024 -model2=model_17002 -model3=model_17274 -head1=model_16978 -unknown119=3 - -// 4648 -[npc_4648] -bas=bas_1248 -vislevel=0 -turnspeed=0 -recol1s=15856 -recol1d=13570 -recol2s=25098 -recol2d=13570 -recol3s=2340 -recol3d=22054 -recol4s=6144 -recol4d=22054 -recol5s=6273 -recol5d=33 -recol6s=14724 -recol6d=16518 -name=Nisha -model1=model_387 -model2=model_469 -model3=model_332 -model4=model_353 -model5=model_17284 -model6=model_429 -model7=model_358 -unknown119=3 - -// 4649 -[npc_4649] -bas=bas_29 -size=1 -op1=Talk-to -vislevel=110 -vislevel=0 -alwaysontop=yes -recol1s=9473 -recol1d=16846 -recol2s=7298 -recol2d=16846 -recol3s=5250 -recol3d=16846 -recol4s=7364 -recol4d=11561 -recol5s=2340 -recol5d=16846 -recol6s=32735 -recol6d=10678 -retex1s=material_256 -retex1d=material_249 -name=Tyras guard -model1=model_164 -model2=model_185 -model3=model_179 -model4=model_4019 -model5=model_3329 -model6=model_313 -model7=model_555 -head1=model_17348 -head2=model_39223 -unknown119=3 - -// 4650 -[npc_4650] -bas=bas_4 -vislevel=0 -op1=Talk-To -op3=Trade -op4=Charter -recol1s=1618 -recol1d=22176 -recol2s=2340 -recol2d=28407 -recol3s=9509 -recol3d=11456 -recol4s=5283 -recol4d=11456 -recol5s=13739 -recol5d=11456 -retex1s=material_370 -retex1d=material_258 -retex2s=material_247 -retex2d=material_258 -name=Trader Stan -model1=model_186 -model2=model_6848 -model3=model_5215 -model4=model_17354 -model5=model_17351 -model6=model_177 -model7=model_17366 -model8=model_267 -model9=model_8920 -head1=model_39733 -head2=model_39218 -head3=model_39406 -unknown119=3 - -// 4651 -[npc_4651] -bas=bas_4 -vislevel=0 -op1=Talk-To -op3=Trade -op4=Charter -alwaysontop=yes -recol1s=14724 -recol1d=1090 -recol2s=2340 -recol2d=1090 -recol3s=7298 -recol3d=1090 -retex1s=material_256 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Trader Crewmember -model1=model_17352 -model2=model_10039 -model3=model_10305 -model4=model_163 -model5=model_177 -model6=model_267 -model7=model_185 -head1=model_39232 -head2=model_39923 -unknown119=3 - -// 4652 -[npc_4652] -bas=bas_4 -vislevel=0 -op1=Talk-To -op3=Trade -op4=Charter -alwaysontop=yes -recol1s=14724 -recol1d=28407 -recol2s=1090 -recol2d=28407 -recol3s=29464 -recol3d=12320 -recol4s=2340 -recol4d=28407 -recol5s=26293 -recol5d=12320 -recol6s=7298 -recol6d=12320 -retex1s=material_257 -retex1d=material_359 -retex2s=material_273 -retex2d=material_359 -name=Trader Crewmember -model1=model_17353 -model2=model_249 -model3=model_17365 -model4=model_10301 -model5=model_177 -model6=model_267 -model7=model_181 -head1=model_39569 -head2=model_39254 -unknown119=3 - -// 4653 -[npc_4653] -bas=bas_4 -vislevel=0 -op1=Talk-To -op3=Trade -op4=Charter -alwaysontop=yes -recol1s=14724 -recol1d=4268 -recol2s=3140 -recol2d=4268 -recol3s=2340 -recol3d=4268 -recol4s=7364 -recol4d=4268 -name=Trader Crewmember -model1=model_10038 -model2=model_17352 -model3=model_7611 -model4=model_151 -model5=model_177 -model6=model_267 -model7=model_181 -model8=model_248 -head1=model_39852 -head2=model_39388 -unknown119=3 - -// 4654 -[npc_4654] -bas=bas_4 -vislevel=0 -op1=Talk-To -op3=Trade -op4=Charter -alwaysontop=yes -recol1s=20041 -recol1d=12295 -recol2s=7298 -recol2d=12295 -recol3s=15392 -recol3d=24228 -recol4s=29464 -recol4d=24228 -recol5s=6273 -recol5d=0 -name=Trader Crewmember -model1=model_11360 -model2=model_17355 -model3=model_7007 -model4=model_361 -model5=model_399 -head1=model_39124 -unknown119=3 - -// 4655 -[npc_4655] -bas=bas_4 -vislevel=0 -op1=Talk-To -op3=Trade -op4=Charter -alwaysontop=yes -recol1s=2340 -recol1d=3072 -recol2s=15392 -recol2d=32760 -recol3s=6144 -recol3d=8456 -recol4s=24228 -recol4d=3072 -recol5s=6273 -recol5d=32760 -retex1s=material_251 -retex1d=material_256 -retex2s=material_228 -retex2d=material_426 -name=Trader Crewmember -model1=model_15320 -model2=model_9113 -model3=model_17355 -model4=model_393 -head1=model_39016 -unknown119=3 - -// 4656 -[npc_4656] -bas=bas_4 -vislevel=0 -op1=Talk-To -op3=Trade -op4=Charter -alwaysontop=yes -recol1s=2340 -recol1d=1234 -recol2s=14724 -recol2d=1234 -recol3s=6144 -recol3d=24228 -recol4s=7298 -recol4d=0 -recol5s=6273 -recol5d=0 -name=Trader Crewmember -model1=model_469 -model2=model_428 -model3=model_358 -model4=model_393 -model5=model_17355 -head1=model_39016 -unknown119=3 - -// 4657 -[npc_4657] -bas=bas_4 -vislevel=124 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Sir Prysin -model1=model_17522 -model2=model_17529 -model3=model_17515 -model4=model_17520 -model5=model_17526 -model6=model_17517 -model7=model_513 -head1=model_39997 -unknown119=3 - -// 4658 -[npc_4658] -bas=bas_4 -size=1 -op2=Attack -vislevel=7 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=6273 -recol3d=4226 -recol4s=25098 -recol4d=17833 -retex1s=material_268 -retex1d=material_202 -name=Dark wizard -model1=model_208 -model2=model_5215 -model3=model_17528 -model4=model_17514 -model5=model_177 -model6=model_176 -model7=model_17525 -model8=model_181 -head1=model_38588 -head2=model_39218 -unknown119=3 - -// 4659 -[npc_4659] -bas=bas_4 -size=1 -op2=Attack -vislevel=7 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=6273 -recol3d=4226 -recol4s=25098 -recol4d=22026 -retex1s=material_268 -retex1d=material_202 -name=Dark wizard -model1=model_208 -model2=model_11190 -model3=model_17528 -model4=model_17514 -model5=model_177 -model6=model_176 -model7=model_17525 -model8=model_181 -head1=model_38588 -head2=model_39212 -unknown119=3 - -// 4660 -[npc_4660] -bas=bas_4 -size=1 -op2=Attack -vislevel=20 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=6273 -recol3d=4226 -recol4s=25098 -recol4d=23118 -retex1s=material_268 -retex1d=material_202 -name=Dark wizard -model1=model_208 -model2=model_5215 -model3=model_17528 -model4=model_17514 -model5=model_177 -model6=model_176 -model7=model_17525 -model8=model_181 -head1=model_38588 -head2=model_39218 -unknown119=3 - -// 4661 -[npc_4661] -bas=bas_4 -size=1 -op2=Attack -vislevel=20 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=4226 -recol3s=6273 -recol3d=4226 -recol4s=25098 -recol4d=26221 -retex1s=material_268 -retex1d=material_202 -name=Dark wizard -model1=model_208 -model2=model_252 -model3=model_17528 -model4=model_17514 -model5=model_177 -model6=model_176 -model7=model_17525 -model8=model_181 -head1=model_38588 -head2=model_38097 -unknown119=3 - -// 4662 -[npc_4662] -bas=bas_4 -size=1 -resizeh=135 -resizev=140 -vislevel=0 -recol1s=3171 -recol1d=4226 -recol2s=8324 -recol2d=8454 -name=Denath -model1=model_17523 -model2=model_6131 -model3=model_17530 -model4=model_17513 -model5=model_17524 -head1=model_40003 -head2=model_39267 -head3=model_39477 -unknown119=1 - -// 4663 -[npc_4663] -bas=bas_957 -size=1 -resizeh=135 -resizev=140 -vislevel=0 -recol1s=3171 -recol1d=4226 -recol2s=8324 -recol2d=8454 -name=Denath -model1=model_17523 -model2=model_6131 -model3=model_17530 -model4=model_17513 -model5=model_17524 -model6=model_17519 -head1=model_40003 -head2=model_39267 -head3=model_39477 -unknown119=1 - -// 4664 -[npc_4664] -bas=bas_4 -alwaysontop=yes -vislevel=1 -recol1s=26281 -recol1d=7365 -recol2s=23252 -recol2d=14764 -recol3s=26421 -recol3d=16878 -retex1s=material_252 -retex1d=material_302 -name=Wally -model1=model_230 -model2=model_11190 -model3=model_17529 -model4=model_17515 -model5=model_17520 -model6=model_513 -model7=model_268 -model8=model_17517 -head1=model_39799 -head2=model_39212 -unknown119=3 - -// 4665 -[npc_4665] -bas=bas_1398 -size=2 -resizeh=105 -resizev=105 -op2=Attack -vislevel=48 -recol1s=7168 -recol1d=5290 -recol2s=8192 -recol2d=6347 -recol3s=9248 -recol3d=7404 -recol4s=10305 -recol4d=7437 -recol5s=11427 -recol5d=13809 -recol6s=13541 -recol6d=15923 -name=Baby blue dragon -model1=model_17412 -model2=model_17428 -model3=model_17421 -unknown119=3 - -// 4666 -[npc_4666] -bas=bas_1398 -size=2 -resizeh=105 -resizev=105 -op2=Attack -vislevel=48 -recol1s=7168 -recol1d=5290 -recol2s=8192 -recol2d=6347 -recol3s=9248 -recol3d=7404 -recol4s=10305 -recol4d=7437 -recol5s=11427 -recol5d=13809 -recol6s=13541 -recol6d=15923 -name=Baby blue dragon -model1=model_17413 -model2=model_17427 -model3=model_17421 -unknown119=3 - -// 4667 -[npc_4667] -bas=bas_1398 -size=2 -resizeh=105 -resizev=105 -op2=Attack -vislevel=48 -recol1s=7168 -recol1d=8256 -recol2s=8192 -recol2d=9280 -recol3s=9248 -recol3d=10336 -recol4s=10305 -recol4d=10337 -name=Baby red dragon -model1=model_17412 -model2=model_17428 -model3=model_17421 -unknown119=3 - -// 4668 -[npc_4668] -bas=bas_1398 -size=2 -resizeh=105 -resizev=105 -op2=Attack -vislevel=48 -recol1s=7168 -recol1d=5152 -recol2s=8192 -recol2d=6176 -recol3s=9248 -recol3d=7232 -recol4s=10305 -recol4d=8257 -recol5s=11427 -recol5d=11460 -recol6s=13541 -recol6d=13574 -name=Baby red dragon -model1=model_17413 -model2=model_17427 -model3=model_17421 -unknown119=3 - -// 4669 -[npc_4669] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=152 -recol1s=7168 -recol1d=5152 -recol2s=8192 -recol2d=6176 -recol3s=9248 -recol3d=7232 -recol4s=10305 -recol4d=8257 -recol5s=11427 -recol5d=11460 -recol6s=13541 -recol6d=13574 -name=Red dragon -model1=model_17408 -model2=model_17425 -model3=model_17418 -unknown119=3 - -// 4670 -[npc_4670] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=152 -recol1s=7168 -recol1d=5120 -recol2s=8192 -recol2d=6144 -recol3s=9248 -recol3d=7168 -recol4s=10305 -recol4d=8193 -recol5s=11427 -recol5d=10403 -recol6s=13541 -recol6d=12517 -name=Red dragon -model1=model_17409 -model2=model_17425 -model3=model_17420 -unknown119=3 - -// 4671 -[npc_4671] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=152 -recol1s=7168 -recol1d=8256 -recol2s=8192 -recol2d=9280 -recol3s=9248 -recol3d=10336 -recol4s=10305 -recol4d=10337 -name=Red dragon -model1=model_17410 -model2=model_17425 -model3=model_17419 -unknown119=3 - -// 4672 -[npc_4672] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=152 -recol1s=7168 -recol1d=9217 -recol2s=8192 -recol2d=10242 -recol3s=9248 -recol3d=10274 -recol4s=10305 -recol4d=10306 -recol5s=11427 -recol5d=11429 -recol6s=13541 -recol6d=13543 -name=Red dragon -model1=model_17407 -model2=model_17426 -model3=model_17418 -unknown119=3 - -// 4673 -[npc_4673] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=227 -recol1s=13541 -recol1d=6342 -recol2s=8192 -recol2d=1024 -recol3s=9248 -recol3d=1056 -recol4s=10305 -recol4d=1057 -recol5s=11427 -recol5d=4228 -recol6s=7168 -recol6d=0 -name=Black dragon -model1=model_17408 -model2=model_17426 -model3=model_17418 -unknown119=3 - -// 4674 -[npc_4674] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=227 -recol1s=13541 -recol1d=6342 -recol2s=8192 -recol2d=1025 -recol3s=9248 -recol3d=1057 -recol4s=10305 -recol4d=1058 -recol5s=11427 -recol5d=4228 -recol6s=7168 -recol6d=1 -name=Black dragon -model1=model_17409 -model2=model_17425 -model3=model_17419 -unknown119=3 - -// 4675 -[npc_4675] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=227 -recol1s=13541 -recol1d=6342 -recol2s=8192 -recol2d=1057 -recol3s=9248 -recol3d=1089 -recol4s=10305 -recol4d=1090 -recol5s=11427 -recol5d=4228 -recol6s=7168 -recol6d=1025 -name=Black dragon -model1=model_17410 -model2=model_17425 -model3=model_17420 -unknown119=3 - -// 4676 -[npc_4676] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=227 -recol1s=13541 -recol1d=11561 -recol2s=8192 -recol2d=3171 -recol3s=9248 -recol3d=4228 -recol4s=10305 -recol4d=5285 -recol5s=11427 -recol5d=8456 -recol6s=7168 -recol6d=2114 -name=Black dragon -model1=model_17407 -model2=model_17425 -model3=model_17418 -unknown119=3 - -// 4677 -[npc_4677] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=79 -recol1s=13541 -recol1d=9639 -recol2s=8192 -recol2d=3328 -recol3s=9248 -recol3d=4385 -recol4s=10305 -recol4d=5442 -recol5s=11427 -recol5d=7525 -recol6s=7168 -recol6d=2272 -name=Green dragon -model1=model_17408 -model2=model_17426 -model3=model_17418 -unknown119=3 - -// 4678 -[npc_4678] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=79 -recol1s=13541 -recol1d=7557 -recol2s=8192 -recol2d=1216 -recol3s=9248 -recol3d=2273 -recol4s=10305 -recol4d=3330 -recol5s=11427 -recol5d=5443 -recol6s=7168 -recol6d=160 -name=Green dragon -model1=model_17409 -model2=model_17425 -model3=model_17419 -unknown119=3 - -// 4679 -[npc_4679] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=79 -recol1s=13541 -recol1d=9709 -recol2s=8192 -recol2d=262 -recol3s=9248 -recol3d=295 -recol4s=10305 -recol4d=328 -recol5s=11427 -recol5d=7595 -recol6s=7168 -recol6d=229 -name=Green dragon -model1=model_17410 -model2=model_17425 -model3=model_17420 -unknown119=3 - -// 4680 -[npc_4680] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=79 -recol1s=13541 -recol1d=13897 -recol2s=8192 -recol2d=8549 -recol3s=9248 -recol3d=9606 -recol4s=10305 -recol4d=10663 -recol5s=11427 -recol5d=11784 -recol6s=7168 -recol6d=7492 -name=Green dragon -model1=model_17407 -model2=model_17426 -model3=model_17418 -unknown119=3 - -// 4681 -[npc_4681] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=111 -recol1s=7168 -recol1d=1096 -recol2s=8192 -recol2d=2153 -recol3s=9248 -recol3d=3210 -recol4s=10305 -recol4d=4267 -recol5s=11427 -recol5d=7438 -recol6s=13541 -recol6d=9520 -name=Blue dragon -model1=model_17407 -model2=model_17426 -model3=model_17418 -unknown119=3 - -// 4682 -[npc_4682] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=111 -recol1s=7168 -recol1d=2218 -recol2s=8192 -recol2d=3275 -recol3s=9248 -recol3d=4332 -recol4s=10305 -recol4d=5389 -recol5s=11427 -recol5d=11761 -recol6s=13541 -recol6d=13875 -name=Blue dragon -model1=model_17409 -model2=model_17425 -model3=model_17419 -unknown119=3 - -// 4683 -[npc_4683] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=111 -recol1s=7168 -recol1d=5290 -recol2s=8192 -recol2d=6347 -recol3s=9248 -recol3d=7404 -recol4s=10305 -recol4d=7437 -recol5s=11427 -recol5d=13809 -recol6s=13541 -recol6d=15923 -name=Blue dragon -model1=model_17410 -model2=model_17425 -model3=model_17420 -unknown119=3 - -// 4684 -[npc_4684] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=111 -recol1s=7168 -recol1d=2086 -recol2s=8192 -recol2d=3143 -recol3s=9248 -recol3d=4200 -recol4s=10305 -recol4d=5257 -recol5s=11427 -recol5d=3244 -recol6s=13541 -recol6d=5358 -name=Blue dragon -model1=model_17407 -model2=model_17425 -model3=model_17418 -unknown119=3 - -// 4685 -[npc_4685] -bas=bas_1409 -size=2 -op2=Attack -vislevel=53 -recol1s=23452 -recol1d=20380 -recol2s=20248 -recol2d=19190 -recol3s=14104 -recol3d=14005 -recol4s=11924 -recol4d=10834 -name=Ice giant -model1=model_17454 -model2=model_17442 -unknown119=3 - -// 4686 -[npc_4686] -bas=bas_1409 -size=2 -op2=Attack -vislevel=53 -name=Ice giant -model1=model_17453 -model2=model_17443 -unknown119=3 - -// 4687 -[npc_4687] -bas=bas_1409 -size=2 -op2=Attack -vislevel=53 -name=Ice giant -model1=model_17453 -model2=model_17443 -unknown119=3 - -// 4688 -[npc_4688] -bas=bas_58 -size=2 -op2=Attack -vislevel=42 -recol1s=11686 -recol1d=12677 -name=Moss giant -model1=model_17457 -model2=model_17445 -unknown119=3 - -// 4689 -[npc_4689] -bas=bas_61 -size=2 -contrast=5 -ambient=8 -alwaysontop=yes -op2=Attack -vislevel=28 -name=Hill Giant -model1=model_17462 -model2=model_17446 -model3=model_17441 -model4=model_17466 -unknown119=3 - -// 4690 -[npc_4690] -bas=bas_61 -size=2 -contrast=5 -ambient=8 -alwaysontop=yes -op2=Attack -vislevel=28 -recol1s=26221 -recol1d=26222 -recol2s=26255 -recol2d=26223 -recol3s=25164 -recol3d=26189 -name=Hill Giant -model1=model_17464 -model2=model_17446 -model3=model_17434 -model4=model_17467 -unknown119=3 - -// 4691 -[npc_4691] -bas=bas_61 -size=2 -contrast=5 -ambient=8 -alwaysontop=yes -op2=Attack -vislevel=28 -recol1s=26221 -recol1d=21960 -recol2s=26255 -recol2d=21960 -recol3s=25165 -recol3d=20903 -recol4s=25164 -recol4d=19847 -recol5s=11458 -recol5d=8418 -recol6s=23084 -recol6d=11525 -name=Hill Giant -model1=model_17462 -model2=model_17447 -model3=model_17440 -model4=model_17467 -unknown119=3 - -// 4692 -[npc_4692] -bas=bas_61 -size=2 -contrast=5 -ambient=8 -alwaysontop=yes -op2=Attack -vislevel=28 -recol1s=23084 -recol1d=11525 -recol2s=21038 -recol2d=15789 -recol3s=22095 -recol3d=16846 -name=Hill Giant -model1=model_17464 -model2=model_17447 -model3=model_17431 -model4=model_17466 -unknown119=3 - -// 4693 -[npc_4693] -bas=bas_61 -size=2 -contrast=5 -ambient=8 -alwaysontop=yes -op2=Attack -vislevel=28 -recol1s=26221 -recol1d=21960 -recol2s=26255 -recol2d=21960 -recol3s=25165 -recol3d=20903 -recol4s=25164 -recol4d=19847 -recol5s=11458 -recol5d=8418 -recol6s=23084 -recol6d=11525 -name=Hill Giant -model1=model_17463 -model2=model_17447 -model3=model_17434 -model4=model_17467 -unknown119=3 - -// 4694 -[npc_4694] -bas=bas_75 -size=2 -resizeh=86 -resizev=86 -op2=Attack -vislevel=82 -recol1s=11362 -recol1d=14533 -recol2s=10305 -recol2d=13476 -recol3s=9248 -recol3d=12419 -recol4s=8192 -recol4d=11363 -recol5s=7168 -recol5d=10339 -recol6s=0 -recol6d=18956 -name=Lesser demon -model1=model_17378 -model2=model_17396 -model3=model_17384 -model4=model_17388 -unknown119=3 - -// 4695 -[npc_4695] -bas=bas_75 -size=2 -resizeh=86 -resizev=86 -op2=Attack -vislevel=82 -recol1s=11362 -recol1d=13609 -recol2s=10305 -recol2d=11495 -recol3s=9248 -recol3d=9381 -recol4s=8192 -recol4d=7267 -recol5s=7168 -recol5d=5153 -recol6s=0 -recol6d=27410 -name=Lesser demon -model1=model_17377 -model2=model_17393 -model3=model_17385 -model4=model_17388 -unknown119=3 - -// 4696 -[npc_4696] -bas=bas_75 -size=2 -resizeh=86 -resizev=86 -op2=Attack -vislevel=82 -recol1s=11362 -recol1d=19653 -recol2s=10305 -recol2d=16548 -recol3s=9248 -recol3d=14434 -recol4s=8192 -recol4d=12320 -recol5s=7168 -recol5d=10240 -name=Lesser demon -model1=model_17379 -model2=model_17395 -model3=model_17386 -model4=model_17388 -unknown119=3 - -// 4697 -[npc_4697] -bas=bas_75 -size=2 -resizeh=86 -resizev=86 -op2=Attack -vislevel=82 -name=Lesser demon -model1=model_17377 -model2=model_17395 -model3=model_17386 -model4=model_17388 -unknown119=3 - -// 4698 -[npc_4698] -bas=bas_75 -size=3 -resizeh=110 -resizev=110 -op2=Attack -vislevel=92 -recol1s=11362 -recol1d=13609 -recol2s=10305 -recol2d=11495 -recol3s=9248 -recol3d=9381 -recol4s=8192 -recol4d=7267 -recol5s=7168 -recol5d=5153 -recol6s=0 -recol6d=27410 -name=Greater demon -model1=model_17377 -model2=model_17393 -model3=model_17385 -model4=model_17399 -unknown119=3 - -// 4699 -[npc_4699] -bas=bas_75 -size=3 -resizeh=110 -resizev=110 -op2=Attack -vislevel=92 -recol1s=11362 -recol1d=14533 -recol2s=10305 -recol2d=13476 -recol3s=9248 -recol3d=12419 -recol4s=8192 -recol4d=11363 -recol5s=7168 -recol5d=10339 -recol6s=0 -recol6d=18956 -name=Greater demon -model1=model_17378 -model2=model_17396 -model3=model_17386 -model4=model_17400 -unknown119=3 - -// 4700 -[npc_4700] -bas=bas_75 -size=3 -resizeh=110 -resizev=110 -op2=Attack -vislevel=92 -recol1s=11362 -recol1d=19653 -recol2s=10305 -recol2d=16548 -recol3s=9248 -recol3d=14434 -recol4s=8192 -recol4d=12320 -recol5s=7168 -recol5d=10240 -name=Greater demon -model1=model_17379 -model2=model_17395 -model3=model_17386 -model4=model_17399 -unknown119=3 - -// 4701 -[npc_4701] -bas=bas_75 -size=3 -resizeh=110 -resizev=110 -op2=Attack -vislevel=92 -name=Greater demon -model1=model_17378 -model2=model_17391 -model3=model_17385 -model4=model_17400 -unknown119=3 - -// 4702 -[npc_4702] -bas=bas_75 -size=3 -op2=Attack -vislevel=172 -recol1s=7168 -recol1d=1024 -recol2s=8192 -recol2d=1057 -recol3s=9248 -recol3d=2114 -recol4s=10305 -recol4d=3171 -recol5s=11362 -recol5d=4228 -recol6s=0 -recol6d=23220 -name=Black demon -model1=model_17377 -model2=model_17392 -model3=model_17386 -model4=model_17400 -unknown119=3 - -// 4703 -[npc_4703] -bas=bas_75 -size=3 -op2=Attack -vislevel=172 -recol1s=7168 -recol1d=1024 -recol2s=8192 -recol2d=1057 -recol3s=9248 -recol3d=2114 -recol4s=10305 -recol4d=3171 -recol5s=11362 -recol5d=4228 -recol6s=0 -recol6d=23220 -name=Black demon -model1=model_17378 -model2=model_17393 -model3=model_17387 -model4=model_17399 -unknown119=3 - -// 4704 -[npc_4704] -bas=bas_75 -size=3 -op2=Attack -vislevel=172 -recol1s=7168 -recol1d=1024 -recol2s=8192 -recol2d=1057 -recol3s=9248 -recol3d=2114 -recol4s=10305 -recol4d=3171 -recol5s=11362 -recol5d=4228 -recol6s=0 -recol6d=23220 -name=Black demon -model1=model_17379 -model2=model_17396 -model3=model_17385 -model4=model_17400 -unknown119=3 - -// 4705 -[npc_4705] -bas=bas_75 -size=3 -op2=Attack -vislevel=172 -recol1s=7168 -recol1d=1024 -recol2s=8192 -recol2d=1057 -recol3s=9248 -recol3d=2114 -recol4s=10305 -recol4d=3171 -recol5s=11362 -recol5d=4228 -recol6s=0 -recol6d=23220 -name=Black demon -model1=model_17375 -model2=model_17395 -model3=model_17385 -model4=model_17399 -unknown119=3 - -// 4706 -[npc_4706] -bas=bas_57 -size=2 -op2=Attack -vislevel=48 -name=Moss giant -model1=model_17456 -model2=model_17445 -unknown119=3 - -// 4707 -[npc_4707] -bas=bas_206 -op1=Talk-to -op3=Claim -op4=Work-for -vislevel=0 -alwaysontop=yes -recolhsl1s=10421 -recolhsl1d=41270 -recolhsl2s=4506 -recolhsl2d=38015 -recolhsl3s=5002 -recolhsl3d=37990 -recolhsl4s=4624 -recolhsl4d=4550 -recolhsl5s=10413 -recolhsl5d=41250 -retex1s=material_313 -retex1d=material_272 -retex2s=material_314 -retex2d=material_268 -retex3s=material_262 -retex3d=material_258 -retex4s=material_251 -retex4d=material_253 -retex5s=material_250 -retex5d=material_268 -name=Magic Tutor -model1=model_40375 -model2=model_28848 -model3=model_40396 -model4=model_40764 -model5=model_40380 -model6=model_28844 -model7=model_40386 -head1=model_38964 -unknown119=3 - -// 4708 -[npc_4708] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -resizeh=100 -recol1s=25098 -recol1d=26293 -recol2s=4229 -recol2d=5218 -recol3s=3171 -recol3d=5218 -recol4s=1058 -recol4d=2114 -recol5s=8324 -recol5d=2114 -recol6s=5317 -recol6d=5218 -retex1s=material_252 -retex1d=material_313 -retex2s=material_228 -retex2d=material_426 -name=Old Man Ral -model1=model_6364 -model2=model_230 -model3=model_4925 -model4=model_10378 -model5=model_18074 -model6=model_177 -model7=model_3711 -model8=model_18089 -model9=model_181 -head1=model_39965 -head2=model_39215 -head3=model_39387 -unknown119=3 - -// 4709 -[npc_4709] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=25098 -recol1d=26293 -recol2s=6273 -recol2d=21074 -retex1s=material_228 -retex1d=material_426 -name=Vertida Sefalatis -model1=model_18086 -model2=model_246 -model3=model_18095 -model4=model_18075 -model5=model_18082 -model6=model_18092 -model7=model_181 -head1=model_39701 -unknown119=3 - -// 4710 -[npc_4710] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=6342 -recol2s=14368 -recol2d=32569 -recol3s=13344 -recol3d=29464 -recol4s=12320 -recol4d=28341 -recol5s=6273 -recol5d=26293 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_250 -retex3s=material_228 -retex3d=material_426 -name=Aeonisig Raispher -model1=model_217 -model2=model_14564 -model3=model_11190 -model4=model_284 -model5=model_292 -model6=model_14563 -model7=model_10218 -model8=model_14565 -model9=model_181 -head1=model_39859 -head2=model_39212 -head3=model_39322 -unknown119=3 - -// 4711 -[npc_4711] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_2592 -multinpc=1,npc_4713 -unknown119=3 - -// 4712 -[npc_4712] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_2592 -multinpc=2,npc_4713 -unknown119=3 - -// 4713 -[npc_4713] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizev=150 -resizeh=150 -recol1s=0 -recol1d=12795 -recol2s=14724 -recol2d=3075 -recol3s=2340 -recol3d=3075 -recol4s=7298 -recol4d=0 -recol5s=6342 -recol5d=9227 -recol6s=25098 -recol6d=26189 -retex1s=material_202 -retex1d=material_264 -retex2s=material_257 -retex2d=material_263 -name=Safalaan -model1=model_18087 -model2=model_246 -model3=model_18134 -model4=model_10979 -model5=model_177 -model6=model_12138 -model7=model_181 -head1=model_39608 -unknown119=3 - -// 4714 -[npc_4714] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_2593 -multinpc=1,npc_4715 -unknown119=3 - -// 4715 -[npc_4715] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -name=Sarius Guile -model1=model_18111 -model2=model_18118 -model3=model_18120 -model4=model_18105 -model5=model_18110 -model6=model_18114 -model7=model_18106 -head1=model_38944 -unknown119=3 - -// 4716 -[npc_4716] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -resizeh=117 -resizev=122 -recol1s=14724 -recol1d=8357 -recol2s=8322 -recol2d=8357 -recol3s=5317 -recol3d=8357 -recol4s=6273 -recol4d=28341 -retex1s=material_314 -retex1d=material_257 -retex2s=material_228 -retex2d=material_426 -name=Trader Sven -model1=model_6848 -model2=model_248 -model3=model_5221 -model4=model_18074 -model5=model_177 -model6=model_3711 -model7=model_18090 -model8=model_181 -head1=model_39744 -head2=model_39275 -unknown119=3 - -// 4717 -[npc_4717] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=117 -resizev=122 -recol1s=14724 -recol1d=8357 -recol2s=8322 -recol2d=8357 -recol3s=5317 -recol3d=8357 -recol4s=6273 -recol4d=28341 -retex1s=material_314 -retex1d=material_257 -retex2s=material_228 -retex2d=material_426 -name=Meiyerditch citizen -model1=model_6848 -model2=model_248 -model3=model_5221 -model4=model_18074 -model5=model_177 -model6=model_3711 -model7=model_18090 -model8=model_181 -head1=model_39744 -head2=model_39275 -unknown119=3 - -// 4718 -[npc_4718] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=117 -resizev=122 -recol1s=14724 -recol1d=8357 -recol2s=8322 -recol2d=8357 -recol3s=5317 -recol3d=8357 -recol4s=6273 -recol4d=28341 -recol5s=13605 -recol5d=8357 -retex1s=material_228 -retex1d=material_426 -name=Meiyerditch citizen -model1=model_230 -model2=model_250 -model3=model_5673 -model4=model_18074 -model5=model_177 -model6=model_3711 -model7=model_18090 -model8=model_181 -head1=model_39799 -head2=model_38642 -unknown119=3 - -// 4719 -[npc_4719] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=25098 -recol1d=26293 -recol2s=6273 -recol2d=16846 -recol3s=6272 -recol3d=16846 -recol4s=14724 -recol4d=5285 -recol5s=9412 -recol5d=0 -recol6s=7298 -recol6d=5285 -retex1s=material_228 -retex1d=material_426 -retex2s=material_202 -retex2d=material_314 -retex3s=material_257 -retex3d=material_313 -name=Meiyerditch citizen -model1=model_210 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_177 -model6=model_18089 -model7=model_12082 -head1=model_39604 -unknown119=3 - -// 4720 -[npc_4720] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=25098 -recol1d=26293 -recol2s=14724 -recol2d=7430 -recol3s=5317 -recol3d=7430 -retex1s=material_257 -retex1d=material_313 -retex2s=material_202 -retex2d=material_314 -name=Meiyerditch citizen -model1=model_10302 -model2=model_246 -model3=model_292 -model4=model_18074 -model5=model_177 -model6=model_275 -model7=model_181 -head1=model_39631 -unknown119=3 - -// 4721 -[npc_4721] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=6273 -recol1d=16846 -recol2s=14724 -recol2d=10535 -recol3s=8420 -recol3d=10535 -recol4s=25098 -recol4d=26293 -retex1s=material_254 -retex1d=material_313 -retex2s=material_202 -retex2d=material_314 -retex3s=material_257 -retex3d=material_313 -retex4s=material_273 -retex4d=material_313 -retex5s=material_228 -retex5d=material_426 -name=Meiyerditch citizen -model1=model_6848 -model2=model_246 -model3=model_292 -model4=model_169 -model5=model_177 -model6=model_18132 -model7=model_185 -head1=model_39740 -unknown119=3 - -// 4722 -[npc_4722] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=6343 -recol2s=6273 -recol2d=16846 -recol3s=7298 -recol3d=5285 -recol4s=25098 -recol4d=26293 -retex1s=material_228 -retex1d=material_426 -retex2s=material_202 -retex2d=material_314 -retex3s=material_257 -retex3d=material_313 -name=Meiyerditch citizen -model1=model_12137 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_177 -model6=model_15005 -model7=model_183 -head1=model_39926 -unknown119=3 - -// 4723 -[npc_4723] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=4162 -recol2s=7328 -recol2d=6210 -recol3s=5249 -recol3d=6276 -recol4s=6273 -recol4d=16846 -recol5s=25098 -recol5d=26293 -retex1s=material_228 -retex1d=material_426 -retex2s=material_202 -retex2d=material_314 -retex3s=material_257 -retex3d=material_313 -name=Meiyerditch citizen -model1=model_214 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_177 -model6=model_18131 -model7=model_18128 -head1=model_39603 -unknown119=3 - -// 4724 -[npc_4724] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=4325 -recol2s=14724 -recol2d=5317 -recol3s=7298 -recol3d=5285 -recol4s=25098 -recol4d=26293 -recol5s=6273 -recol5d=16846 -retex1s=material_202 -retex1d=material_314 -retex2s=material_257 -retex2d=material_313 -retex3s=material_228 -retex3d=material_426 -name=Meiyerditch citizen -model1=model_217 -model2=model_246 -model3=model_292 -model4=model_18074 -model5=model_177 -model6=model_18130 -model7=model_183 -head1=model_39650 -unknown119=3 - -// 4725 -[npc_4725] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=6306 -recol2s=5317 -recol2d=6306 -recol3s=6273 -recol3d=16846 -recol4s=25098 -recol4d=26293 -recol5s=25233 -recol5d=26293 -retex1s=material_202 -retex1d=material_314 -retex2s=material_257 -retex2d=material_313 -retex3s=material_228 -retex3d=material_426 -name=Meiyerditch citizen -model1=model_223 -model2=model_246 -model3=model_292 -model4=model_18074 -model5=model_177 -model6=model_15005 -model7=model_9823 -head1=model_39598 -unknown119=3 - -// 4726 -[npc_4726] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=4230 -recol2s=10535 -recol2d=6210 -recol3s=25233 -recol3d=26293 -recol4s=5317 -recol4d=4230 -recol5s=6273 -recol5d=16846 -recol6s=25098 -recol6d=26293 -retex1s=material_202 -retex1d=material_314 -retex2s=material_257 -retex2d=material_313 -retex3s=material_228 -retex3d=material_426 -name=Meiyerditch citizen -model1=model_223 -model2=model_246 -model3=model_292 -model4=model_18074 -model5=model_177 -model6=model_14320 -model7=model_18127 -head1=model_39598 -unknown119=3 - -// 4727 -[npc_4727] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=25098 -recol1d=26293 -recol2s=6273 -recol2d=16846 -recol3s=6272 -recol3d=16846 -recol4s=14724 -recol4d=9509 -recol5s=9412 -recol5d=0 -recol6s=7298 -recol6d=5285 -retex1s=material_228 -retex1d=material_426 -retex2s=material_202 -retex2d=material_314 -retex3s=material_257 -retex3d=material_313 -name=Meiyerditch citizen -model1=model_210 -model2=model_246 -model3=model_292 -model4=model_151 -model5=model_177 -model6=model_18089 -model7=model_12082 -head1=model_39604 -unknown119=3 - -// 4728 -[npc_4728] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=13772 -recol2s=14724 -recol2d=10534 -recol3s=25098 -recol3d=26293 -recol4s=5317 -recol4d=10534 -retex1s=material_202 -retex1d=material_314 -retex2s=material_257 -retex2d=material_313 -name=Meiyerditch citizen -model1=model_10302 -model2=model_246 -model3=model_292 -model4=model_18074 -model5=model_177 -model6=model_275 -model7=model_181 -head1=model_39631 -unknown119=3 - -// 4729 -[npc_4729] -bas=bas_1009 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=6273 -recol1d=16846 -recol2s=14724 -recol2d=3303 -recol3s=8420 -recol3d=3303 -recol4s=25098 -recol4d=26293 -recol5s=7298 -recol5d=5285 -retex1s=material_257 -retex1d=material_254 -retex2s=material_228 -retex2d=material_426 -name=Meiyerditch citizen -model1=model_6848 -model2=model_246 -model3=model_292 -model4=model_169 -model5=model_177 -model6=model_18132 -model7=model_185 -head1=model_39740 -unknown119=3 - -// 4730 -[npc_4730] -bas=bas_1009 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=6210 -recol2s=6273 -recol2d=16846 -recol3s=7298 -recol3d=5285 -recol4s=25098 -recol4d=26293 -recol5s=10535 -recol5d=7430 -retex1s=material_228 -retex1d=material_426 -name=Meiyerditch citizen -model1=model_12137 -model2=model_246 -model3=model_292 -model4=model_170 -model5=model_177 -model6=model_15005 -model7=model_183 -head1=model_39926 -unknown119=3 - -// 4731 -[npc_4731] -bas=bas_1009 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=7332 -recol2s=7328 -recol2d=9413 -recol3s=5249 -recol3d=7434 -recol4s=6273 -recol4d=16846 -recol5s=25098 -recol5d=26293 -retex1s=material_228 -retex1d=material_426 -name=Meiyerditch citizen -model1=model_214 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_177 -model6=model_18131 -model7=model_18128 -head1=model_39603 -unknown119=3 - -// 4732 -[npc_4732] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=6307 -recol2s=20041 -recol2d=6307 -recol3s=2340 -recol3d=6307 -recol4s=13605 -recol4d=6307 -recol5s=25098 -recol5d=26293 -recol6s=6273 -recol6d=15789 -retex1s=material_257 -retex1d=material_313 -retex2s=material_228 -retex2d=material_426 -name=Meiyerditch citizen -model1=model_18111 -model2=model_5678 -model3=model_348 -model4=model_353 -model5=model_428 -model6=model_358 -head1=model_38944 -unknown119=3 - -// 4733 -[npc_4733] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=13605 -recol1d=5153 -recol2s=2340 -recol2d=4162 -recol3s=14724 -recol3d=5153 -recol4s=25098 -recol4d=26293 -recol5s=6273 -recol5d=11561 -recol6s=22059 -recol6d=5285 -retex1s=material_257 -retex1d=material_313 -retex2s=material_228 -retex2d=material_426 -name=Meiyerditch citizen -model1=model_378 -model2=model_5678 -model3=model_348 -model4=model_353 -model5=model_428 -model6=model_358 -head1=model_39090 -unknown119=3 - -// 4734 -[npc_4734] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=6273 -recol1d=16846 -recol2s=2340 -recol2d=4325 -recol3s=14724 -recol3d=4325 -recol4s=25098 -recol4d=26293 -name=Meiyerditch citizen -model1=model_390 -model2=model_456 -model3=model_18103 -model4=model_353 -model5=model_438 -model6=model_358 -head1=model_38917 -unknown119=3 - -// 4735 -[npc_4735] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=4230 -recol2s=14724 -recol2d=4230 -recol3s=6273 -recol3d=16846 -recol4s=25098 -recol4d=26293 -retex1s=material_228 -retex1d=material_426 -retex2s=material_202 -retex2d=material_314 -retex3s=material_257 -retex3d=material_313 -name=Meiyerditch citizen -model1=model_10078 -model2=model_469 -model3=model_18100 -model4=model_353 -model5=model_18138 -model6=model_11779 -head1=model_38946 -unknown119=3 - -// 4736 -[npc_4736] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=6370 -recol2s=14724 -recol2d=8452 -recol3s=25098 -recol3d=26293 -recol4s=6273 -recol4d=16846 -recol5s=7298 -recol5d=5285 -retex1s=material_359 -retex1d=material_257 -retex2s=material_228 -retex2d=material_426 -name=Meiyerditch citizen -model1=model_393 -model2=model_470 -model3=model_18104 -model4=model_353 -model5=model_438 -model6=model_361 -head1=model_38981 -unknown119=3 - -// 4737 -[npc_4737] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=4198 -recol2s=14724 -recol2d=6312 -recol3s=25098 -recol3d=26293 -recol4s=6273 -recol4d=16846 -retex1s=material_247 -retex1d=material_426 -retex2s=material_252 -retex2d=material_313 -retex3s=material_257 -retex3d=material_313 -name=Meiyerditch citizen -model1=model_16456 -model2=model_471 -model3=model_18103 -model4=model_353 -model5=model_18138 -model6=model_7614 -head1=model_39008 -unknown119=3 - -// 4738 -[npc_4738] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=4325 -recol2s=13605 -recol2d=6370 -recol3s=25098 -recol3d=26293 -recol4s=6273 -recol4d=16846 -recol5s=14724 -recol5d=6370 -retex1s=material_202 -retex1d=material_313 -retex2s=material_228 -retex2d=material_426 -name=Meiyerditch citizen -model1=model_391 -model2=model_5678 -model3=model_18100 -model4=model_353 -model5=model_438 -model6=model_18136 -head1=model_39133 -unknown119=3 - -// 4739 -[npc_4739] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=8452 -recol2s=25098 -recol2d=26293 -recol3s=6273 -recol3d=16846 -recol4s=14724 -recol4d=4325 -retex1s=material_257 -retex1d=material_313 -retex2s=material_228 -retex2d=material_426 -name=Meiyerditch citizen -model1=model_408 -model2=model_474 -model3=model_18103 -model4=model_353 -model5=model_18138 -model6=model_18137 -head1=model_38900 -unknown119=3 - -// 4740 -[npc_4740] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=6210 -recol2s=25098 -recol2d=26293 -recol3s=6273 -recol3d=16846 -recol4s=14724 -recol4d=4162 -recol5s=7298 -recol5d=5285 -recol6s=5280 -recol6d=2114 -retex1s=material_359 -retex1d=material_313 -retex2s=material_228 -retex2d=material_426 -name=Meiyerditch citizen -model1=model_16459 -model2=model_8849 -model3=model_18104 -model4=model_353 -model5=model_438 -model6=model_18136 -head1=model_39109 -unknown119=3 - -// 4741 -[npc_4741] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=4230 -recol2s=25098 -recol2d=26293 -recol3s=6273 -recol3d=16846 -recol4s=13605 -recol4d=6345 -recol5s=22059 -recol5d=5285 -recol6s=14724 -recol6d=6345 -retex1s=material_202 -retex1d=material_313 -retex2s=material_228 -retex2d=material_426 -name=Meiyerditch citizen -model1=model_10078 -model2=model_5678 -model3=model_18100 -model4=model_353 -model5=model_18138 -model6=model_18136 -head1=model_38946 -unknown119=3 - -// 4742 -[npc_4742] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=6273 -recol1d=16846 -recol2s=2340 -recol2d=8456 -recol3s=14724 -recol3d=9445 -recol4s=25098 -recol4d=26293 -retex1s=material_228 -retex1d=material_426 -name=Meiyerditch citizen -model1=model_390 -model2=model_456 -model3=model_18103 -model4=model_353 -model5=model_438 -model6=model_358 -head1=model_38917 -unknown119=3 - -// 4743 -[npc_4743] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=6273 -recol1d=16846 -recol2s=2340 -recol2d=6278 -recol3s=14724 -recol3d=6246 -recol4s=25098 -recol4d=26293 -retex1s=material_228 -retex1d=material_426 -retex2s=material_202 -retex2d=material_314 -retex3s=material_257 -retex3d=material_313 -name=Meiyerditch citizen -model1=model_10078 -model2=model_469 -model3=model_18100 -model4=model_353 -model5=model_18138 -model6=model_11779 -head1=model_38946 -unknown119=3 - -// 4744 -[npc_4744] -bas=bas_1009 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=10401 -recol2s=14724 -recol2d=8321 -recol3s=25098 -recol3d=26293 -recol4s=6273 -recol4d=16846 -recol5s=7298 -recol5d=5285 -retex1s=material_256 -retex1d=material_202 -retex2s=material_359 -retex2d=material_202 -retex3s=material_228 -retex3d=material_426 -name=Meiyerditch citizen -model1=model_393 -model2=model_470 -model3=model_18104 -model4=model_353 -model5=model_438 -model6=model_361 -head1=model_38981 -unknown119=3 - -// 4745 -[npc_4745] -bas=bas_1009 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=2051 -recol2s=14724 -recol2d=101 -recol3s=25098 -recol3d=26293 -recol4s=6273 -recol4d=16846 -retex1s=material_228 -retex1d=material_426 -name=Meiyerditch citizen -model1=model_16456 -model2=model_471 -model3=model_18103 -model4=model_353 -model5=model_18138 -model6=model_7614 -head1=model_39008 -unknown119=3 - -// 4746 -[npc_4746] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=7363 -recol2d=5217 -recol3s=2243 -recol3d=5251 -recol4s=4357 -recol4d=6308 -recol5s=6471 -recol5d=7365 -recol6s=11590 -recol6d=4194 -name=A Meiyerditch child -model1=model_29215 -model2=model_29196 -model3=model_29208 -model4=model_28611 -model5=model_29198 -model6=model_28676 -head1=model_29219 -unknown119=3 - -// 4747 -[npc_4747] -bas=bas_248 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=7363 -recol2d=12616 -recol3s=2243 -recol3d=6277 -recol4s=4357 -recol4d=7334 -recol5s=6471 -recol5d=8391 -recol6s=11590 -recol6d=9479 -name=A Meiyerditch child -model1=model_29213 -model2=model_29192 -model3=model_29205 -model4=model_28611 -model5=model_29199 -model6=model_29211 -head1=model_29220 -unknown119=3 - -// 4748 -[npc_4748] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=7363 -recol2d=17931 -recol3s=2243 -recol3d=4230 -recol4s=4357 -recol4d=5287 -recol5s=6471 -recol5d=6344 -recol6s=11590 -recol6d=17903 -name=A Meiyerditch child -model1=model_28603 -model2=model_29197 -model3=model_29204 -model4=model_28611 -model5=model_29200 -model6=model_29211 -head1=model_29218 -unknown119=3 - -// 4749 -[npc_4749] -bas=bas_248 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=7363 -recol2d=19981 -recol3s=2243 -recol3d=4230 -recol4s=4357 -recol4d=5287 -recol5s=6471 -recol5d=6344 -recol6s=11590 -recol6d=14761 -name=A Meiyerditch child -model1=model_29215 -model2=model_29192 -model3=model_29205 -model4=model_28611 -model5=model_29198 -model6=model_29211 -head1=model_29219 -unknown119=3 - -// 4750 -[npc_4750] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=7363 -recol2d=12650 -recol3s=2243 -recol3d=4260 -recol4s=4357 -recol4d=5317 -recol5s=6471 -recol5d=6374 -recol6s=11590 -recol6d=7432 -name=A Meiyerditch child -model1=model_29213 -model2=model_29196 -model3=model_29204 -model4=model_28611 -model5=model_29200 -model6=model_28673 -head1=model_29220 -unknown119=3 - -// 4751 -[npc_4751] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=7363 -recol2d=5285 -recol3s=2243 -recol3d=5285 -recol4s=4357 -recol4d=6342 -recol5s=6471 -recol5d=7399 -recol6s=11590 -recol6d=7432 -name=A Meiyerditch child -model1=model_28603 -model2=model_29192 -model3=model_29209 -model4=model_28611 -model5=model_29198 -model6=model_28676 -head1=model_29218 -unknown119=3 - -// 4752 -[npc_4752] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=9450 -recol2d=3204 -recol3s=10507 -recol3d=2147 -recol4s=8393 -recol4d=3204 -recol5s=11564 -recol5d=2147 -recol6s=7363 -recol6d=7398 -name=A Meiyerditch child -model1=model_28608 -model2=model_29193 -model3=model_29210 -model4=model_28611 -model5=model_29203 -model6=model_28670 -head1=model_29217 -unknown119=3 - -// 4753 -[npc_4753] -bas=bas_248 -vislevel=0 -op1=Talk-to -recol1s=7300 -recol1d=4229 -recol2s=8357 -recol2d=3172 -recol3s=2243 -recol3d=6339 -recol4s=25200 -recol4d=24243 -recol5s=4357 -recol5d=8453 -recol6s=11590 -recol6d=9479 -name=A Meiyerditch child -model1=model_29212 -model2=model_29194 -model3=model_29206 -model4=model_28611 -model5=model_29202 -model6=model_28670 -head1=model_29216 -unknown119=3 - -// 4754 -[npc_4754] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=22191 -recol2d=7432 -recol3s=21134 -recol3d=6375 -recol4s=20077 -recol4d=5318 -recol5s=19020 -recol5d=4261 -recol6s=7363 -recol6d=8422 -name=A Meiyerditch child -model1=model_29214 -model2=model_29195 -model3=model_29207 -model4=model_28611 -model5=model_29201 -model6=model_28670 -head1=model_29221 -unknown119=3 - -// 4755 -[npc_4755] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=21134 -recol2d=1121 -recol3s=22191 -recol3d=64 -recol4s=9450 -recol4d=4292 -recol5s=8393 -recol5d=2178 -recol6s=11590 -recol6d=6341 -name=A Meiyerditch child -model1=model_28608 -model2=model_29193 -model3=model_28656 -model4=model_28611 -model5=model_29201 -model6=model_28670 -head1=model_29217 -unknown119=3 - -// 4756 -[npc_4756] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=7402 -recol2s=7328 -recol2d=6344 -recol3s=26350 -recol3d=7402 -recol4s=25098 -recol4d=26293 -recol5s=8526 -recol5d=8322 -name=Meiyerditch miner -model1=model_6848 -model2=model_246 -model3=model_18133 -model4=model_18070 -model5=model_177 -model6=model_18099 -model7=model_18088 -model8=model_7607 -head1=model_39744 -head2=model_39223 -unknown119=3 - -// 4757 -[npc_4757] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=2277 -recol2s=7328 -recol2d=2244 -recol3s=26350 -recol3d=2277 -recol4s=25098 -recol4d=26293 -recol5s=8526 -recol5d=8322 -name=Meiyerditch miner -model1=model_18084 -model2=model_230 -model3=model_246 -model4=model_18133 -model5=model_18070 -model6=model_177 -model7=model_18099 -model8=model_18088 -model9=model_7607 -head1=model_39921 -unknown119=3 - -// 4758 -[npc_4758] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=9445 -recol2s=7328 -recol2d=8389 -recol3s=26350 -recol3d=9445 -recol4s=25098 -recol4d=26293 -recol5s=8526 -recol5d=8322 -recol6s=8322 -recol6d=8390 -name=Meiyerditch miner -model1=model_18084 -model2=model_230 -model3=model_246 -model4=model_18133 -model5=model_18070 -model6=model_177 -model7=model_18099 -model8=model_18088 -model9=model_7607 -head1=model_39921 -unknown119=3 - -// 4759 -[npc_4759] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=16846 -recol2s=7328 -recol2d=16813 -recol3s=26350 -recol3d=16846 -recol4s=25098 -recol4d=26293 -recol5s=8526 -recol5d=8322 -recol6s=8322 -recol6d=10501 -name=Meiyerditch miner -model1=model_18084 -model2=model_230 -model3=model_246 -model4=model_18133 -model5=model_18072 -model6=model_177 -model7=model_18099 -model8=model_18090 -model9=model_7607 -head1=model_39921 -unknown119=3 - -// 4760 -[npc_4760] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=6210 -recol2s=7328 -recol2d=5186 -recol3s=26350 -recol3d=6210 -recol4s=25098 -recol4d=26293 -recol5s=8526 -recol5d=8322 -recol6s=8322 -recol6d=6342 -name=Meiyerditch miner -model1=model_18084 -model2=model_230 -model3=model_246 -model4=model_18133 -model5=model_18072 -model6=model_177 -model7=model_18099 -model8=model_18090 -model9=model_7607 -head1=model_39921 -unknown119=3 - -// 4761 -[npc_4761] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=14724 -recol1d=3206 -recol2s=7328 -recol2d=3173 -recol3s=26350 -recol3d=3206 -recol4s=25098 -recol4d=26293 -recol5s=8526 -recol5d=8322 -recol6s=8322 -recol6d=2114 -name=Meiyerditch miner -model1=model_18084 -model2=model_230 -model3=model_246 -model4=model_18133 -model5=model_18072 -model6=model_177 -model7=model_18099 -model8=model_18090 -model9=model_7607 -head1=model_39921 -unknown119=3 - -// 4762 -[npc_4762] -bas=bas_190 -vislevel=0 -size=1 -name=Shadowy figure -model1=model_26160 -head1=model_26112 -unknown119=3 - -// 4763 -[npc_4763] -bas=bas_190 -vislevel=0 -size=1 -recol1s=5283 -recol1d=4229 -recol2s=4226 -recol2d=4228 -recol3s=2112 -recol3d=3172 -name=Shadowy figure -model1=model_26160 -head1=model_26112 -unknown119=3 - -// 4764 -[npc_4764] -bas=bas_1020 -vislevel=0 -size=1 -name=Shadowy figure -model1=model_26160 -model2=model_26157 -head1=model_26112 -unknown119=3 - -// 4765 -[npc_4765] -bas=bas_154 -vislevel=0 -active=no -turnspeed=15 -size=1 -ambient=10 -minimap=no -model1=model_18009 -unknown119=3 - -// 4766 -[npc_4766] -bas=bas_94 -vislevel=0 -minimap=no -size=1 -minimap=no -name=Stray dog -model1=model_18168 -model2=model_18169 -model3=model_18167 -unknown119=3 - -// 4767 -[npc_4767] -bas=bas_94 -vislevel=0 -minimap=no -size=1 -minimap=no -recol1s=8456 -recol1d=6306 -recol2s=13675 -recol2d=10534 -recol3s=6342 -recol3d=4192 -name=Stray dog -model1=model_18169 -model2=model_18168 -model3=model_18167 -unknown119=3 - -// 4768 -[npc_4768] -bas=bas_41 -minimap=no -vislevel=0 -op1=Talk-to -size=1 -ambient=15 -recol1s=15687 -recol1d=10469 -recol2s=14630 -recol2d=9412 -recol3s=13573 -recol3d=8355 -recol4s=12516 -recol4d=7298 -recol5s=32760 -recol5d=20013 -recol6s=29591 -recol6d=18988 -name=Cat -model1=model_34028 -head1=model_34061 -unknown119=3 - -// 4769 -[npc_4769] -bas=bas_41 -minimap=no -vislevel=0 -op1=Talk-to -size=1 -ambient=15 -recol1s=15687 -recol1d=7399 -recol2s=14630 -recol2d=6342 -recol3s=13573 -recol3d=5285 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Cat -model1=model_34028 -head1=model_34061 -unknown119=3 - -// 4770 -[npc_4770] -bas=bas_1007 -vislevel=0 -size=4 -turnspeed=0 -name=Boat -model1=model_17556 -model2=model_17555 -unknown119=7 - -// 4771 -[npc_4771] -bas=bas_1008 -vislevel=0 -size=3 -turnspeed=0 -name=Boat -model1=model_17556 -model2=model_17555 -unknown119=3 - -// 4772 -[npc_4772] -bas=bas_1014 -op1=Talk-to -ambient=-25 -vislevel=54 -name=Juvinate guard -model1=model_17968 -model2=model_17986 -head1=model_18046 -unknown119=3 - -// 4773 -[npc_4773] -bas=bas_1015 -op1=Talk-to -ambient=-25 -vislevel=54 -name=Juvinate guard -model1=model_17962 -model2=model_17980 -head1=model_18045 -unknown119=3 - -// 4774 -[npc_4774] -bas=bas_1014 -op1=Talk-to -op2=Attack -ambient=-25 -vislevel=45 -name=Vampyre juvenile -model1=model_17967 -model2=model_17985 -head1=model_18044 -unknown119=3 - -// 4775 -[npc_4775] -bas=bas_1013 -op1=Talk-to -op2=Attack -ambient=-25 -vislevel=45 -name=Vampyre juvenile -model1=model_17961 -model2=model_17979 -head1=model_18043 -unknown119=3 - -// 4776 -[npc_4776] -bas=bas_1014 -op1=Talk-to -op2=Attack -ambient=-25 -vislevel=54 -recol1s=28411 -recol1d=17440 -name=Vampyre juvinate -model1=model_17968 -model2=model_17986 -head1=model_18046 -unknown119=3 - -// 4777 -[npc_4777] -bas=bas_1015 -op1=Talk-to -op2=Attack -ambient=-25 -vislevel=54 -name=Vampyre juvinate -model1=model_17962 -model2=model_17980 -head1=model_18045 -unknown119=1 - -// 4778 -[npc_4778] -bas=bas_1010 -turnspeed=0 -op1=Talk-to -op2=Attack -ambient=-25 -vislevel=54 -name=Held vampyre juvenile -model1=model_17967 -model2=model_17985 -head1=model_18044 -unknown119=3 - -// 4779 -[npc_4779] -bas=bas_1010 -turnspeed=0 -op1=Talk-to -op2=Attack -ambient=-25 -vislevel=54 -name=Held vampyre juvenile -model1=model_17961 -model2=model_17979 -head1=model_18043 -unknown119=1 - -// 4780 -[npc_4780] -bas=bas_1010 -turnspeed=0 -op1=Talk-to -op2=Attack -ambient=-25 -vislevel=54 -recol1s=28411 -recol1d=17440 -name=Held vampyre juvinate -model1=model_17968 -model2=model_17986 -head1=model_18046 -unknown119=1 - -// 4781 -[npc_4781] -bas=bas_1010 -turnspeed=0 -op1=Talk-to -op2=Attack -ambient=-25 -vislevel=54 -name=Held vampyre juvinate -model1=model_17962 -model2=model_17980 -head1=model_18045 -unknown119=1 - -// 4782 -[npc_4782] -bas=bas_1006 -vislevel=0 -ambient=-25 -name=Vampyre juvinate -model1=model_17968 -model2=model_17999 -model3=model_17986 -head1=model_18046 -unknown119=3 - -// 4783 -[npc_4783] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=27346 -retex1s=material_202 -retex1d=material_256 -retex2s=material_257 -retex2d=material_256 -name=Former vampyre -model1=model_12137 -model2=model_246 -model3=model_16346 -model4=model_18077 -model5=model_18081 -model6=model_18091 -model7=model_18079 -head1=model_39643 -head2=model_39223 -unknown119=3 - -// 4784 -[npc_4784] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=27346 -recol2s=21074 -recol2d=13671 -recol3s=6273 -recol3d=21074 -retex1s=material_228 -retex1d=material_426 -name=Former vampyre -model1=model_18086 -model2=model_246 -model3=model_18097 -model4=model_18078 -model5=model_18083 -model6=model_18093 -model7=model_18080 -head1=model_39980 -unknown119=3 - -// 4785 -[npc_4785] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=27346 -recol2s=21074 -recol2d=13671 -retex1s=material_202 -retex1d=material_256 -retex2s=material_257 -retex2d=material_256 -name=Former vampyre -model1=model_217 -model2=model_246 -model3=model_16346 -model4=model_18078 -model5=model_18083 -model6=model_18093 -model7=model_18080 -head1=model_39859 -head2=model_39223 -unknown119=3 - -// 4786 -[npc_4786] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=27346 -name=Former vampyre -model1=model_18111 -model2=model_18116 -model3=model_18101 -model4=model_18108 -model5=model_18112 -model6=model_18107 -head1=model_38944 -unknown119=3 - -// 4787 -[npc_4787] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=27346 -recol2s=28411 -recol2d=17440 -name=Former vampyre -model1=model_16456 -model2=model_18117 -model3=model_18102 -model4=model_18109 -model5=model_18113 -model6=model_18107 -head1=model_39168 -unknown119=3 - -// 4788 -[npc_4788] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=27346 -recol2s=28411 -recol2d=17440 -name=Former vampyre -model1=model_10078 -model2=model_18116 -model3=model_18102 -model4=model_18109 -model5=model_18113 -model6=model_18107 -head1=model_39069 -unknown119=3 - -// 4789 -[npc_4789] -bas=bas_4 -op2=Attack -resizeh=190 -resizev=158 -vislevel=64 -recol1s=2340 -recol1d=0 -recol2s=7298 -recol2d=26293 -recol3s=25098 -recol3d=26293 -recol4s=6144 -recol4d=0 -recol5s=18991 -recol5d=26293 -name=Angry vampyre -model1=model_4089 -model2=model_16346 -model3=model_10133 -model4=model_16345 -model5=model_176 -model6=model_275 -model7=model_33033 -head1=model_6216 -unknown119=3 - -// 4790 -[npc_4790] -bas=bas_4 -op2=Attack -resizeh=190 -resizev=158 -vislevel=64 -recol1s=2340 -recol1d=0 -recol2s=7298 -recol2d=26293 -recol3s=25098 -recol3d=26293 -recol4s=6144 -recol4d=0 -recol5s=18991 -recol5d=26293 -recol6s=28411 -recol6d=17440 -name=Angry vampyre -model1=model_4089 -model2=model_16346 -model3=model_10133 -model4=model_16345 -model5=model_176 -model6=model_275 -model7=model_33033 -head1=model_6216 -unknown119=3 - -// 4791 -[npc_4791] -bas=bas_1014 -vislevel=0 -size=1 -name=Vanstrom Klause -model1=model_17976 -model2=model_17993 -head1=model_18050 -unknown119=1 - -// 4792 -[npc_4792] -bas=bas_1014 -vislevel=0 -size=1 -name=Vanstrom Klause -model1=model_17977 -model2=model_17995 -head1=model_18051 -unknown119=1 - -// 4793 -[npc_4793] -bas=bas_1014 -op2=Attack -size=1 -vislevel=169 -name=Vanstrom Klause -model1=model_17977 -model2=model_17995 -head1=model_18051 -unknown119=3 - -// 4794 -[npc_4794] -bas=bas_1011 -vislevel=0 -size=3 -name=Vanstrom Klause -model1=model_18004 -model2=model_18003 -head1=model_18051 -unknown119=3 - -// 4795 -[npc_4795] -bas=bas_1018 -vislevel=0 -size=3 -name=Vanstrom Klause -model1=model_18004 -model2=model_18003 -head1=model_18051 -unknown119=3 - -// 4796 -[npc_4796] -bas=bas_1012 -vislevel=0 -alwaysontop=yes -size=3 -name=Vanstrom Klause -model1=model_18004 -model2=model_18003 -head1=model_18051 -unknown119=3 - -// 4797 -[npc_4797] -bas=bas_1016 -vislevel=0 -name=Vanescula Drakan -model1=model_17964 -model2=model_17982 -head1=model_18042 -unknown119=3 - -// 4798 -[npc_4798] -bas=bas_1013 -vislevel=0 -name=Vanescula Drakan -model1=model_17975 -model2=model_17994 -head1=model_18049 -unknown119=3 - -// 4799 -[npc_4799] -bas=bas_1011 -vislevel=0 -size=3 -name=Vanescula Drakan -model1=model_18006 -model2=model_18001 -head1=model_18049 -unknown119=3 - -// 4800 -[npc_4800] -bas=bas_1018 -vislevel=0 -size=3 -name=Vanescula Drakan -model1=model_18006 -model2=model_18001 -head1=model_18049 -unknown119=3 - -// 4801 -[npc_4801] -bas=bas_1014 -vislevel=0 -name=Ranis Drakan -model1=model_17974 -model2=model_17991 -head1=model_18048 -unknown119=3 - -// 4802 -[npc_4802] -bas=bas_1014 -vislevel=0 -name=Ranis Drakan -model1=model_17973 -model2=model_17992 -head1=model_18047 -unknown119=3 - -// 4803 -[npc_4803] -bas=bas_1011 -vislevel=0 -size=3 -name=Ranis Drakan -model1=model_18005 -model2=model_18002 -head1=model_18047 -unknown119=3 - -// 4804 -[npc_4804] -bas=bas_1018 -vislevel=0 -size=3 -name=Ranis Drakan -model1=model_18005 -model2=model_18002 -head1=model_18047 -unknown119=3 - -// 4805 -[npc_4805] -bas=bas_1013 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=110 -name=Vyrewatch -model1=model_17963 -model2=model_18000 -model3=model_17981 -head1=model_18053 -unknown119=3 - -// 4806 -[npc_4806] -bas=bas_1013 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=120 -name=Vyrewatch -model1=model_17960 -model2=model_18000 -model3=model_17978 -head1=model_18052 -unknown119=3 - -// 4807 -[npc_4807] -bas=bas_1013 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=130 -name=Vyrewatch -model1=model_17965 -model2=model_18000 -model3=model_17983 -head1=model_18054 -unknown119=3 - -// 4808 -[npc_4808] -bas=bas_1013 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=140 -name=Vyrewatch -model1=model_17966 -model2=model_18000 -model3=model_17984 -head1=model_18055 -unknown119=3 - -// 4809 -[npc_4809] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=110 -name=Flying female vampire -model1=model_17952 -model2=model_17959 -head1=model_18053 -unknown119=3 - -// 4810 -[npc_4810] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=120 -name=Flying female vampire -model1=model_17951 -model2=model_17959 -head1=model_18052 -unknown119=3 - -// 4811 -[npc_4811] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=130 -name=Flying female vampire -model1=model_17953 -model2=model_17959 -head1=model_18054 -unknown119=3 - -// 4812 -[npc_4812] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=140 -name=Flying female vampire -model1=model_17954 -model2=model_17959 -head1=model_18055 -unknown119=3 - -// 4813 -[npc_4813] -bas=bas_161 -op1=Talk-to -op2=Attack -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17952 -model2=model_17959 -head1=model_18053 -unknown119=3 - -// 4814 -[npc_4814] -bas=bas_161 -op1=Talk-to -op2=Attack -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17951 -model2=model_17959 -head1=model_18052 -unknown119=3 - -// 4815 -[npc_4815] -bas=bas_161 -op1=Talk-to -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17953 -model2=model_17959 -head1=model_18054 -unknown119=3 - -// 4816 -[npc_4816] -bas=bas_161 -op1=Talk-to -op2=Attack -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17954 -model2=model_17959 -head1=model_18055 -unknown119=3 - -// 4817 -[npc_4817] -bas=bas_1014 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=110 -name=Vyrewatch -model1=model_17969 -model2=model_18000 -model3=model_17987 -head1=model_18056 -unknown119=3 - -// 4818 -[npc_4818] -bas=bas_1014 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=120 -name=Vyrewatch -model1=model_17970 -model2=model_18000 -model3=model_17988 -head1=model_18057 -unknown119=3 - -// 4819 -[npc_4819] -bas=bas_1014 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=130 -name=Vyrewatch -model1=model_17971 -model2=model_18000 -model3=model_17989 -head1=model_18058 -unknown119=3 - -// 4820 -[npc_4820] -bas=bas_1014 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=140 -name=Vyrewatch -model1=model_17972 -model2=model_18000 -model3=model_17990 -head1=model_18059 -unknown119=3 - -// 4821 -[npc_4821] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17955 -model2=model_17959 -head1=model_18056 -unknown119=3 - -// 4822 -[npc_4822] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17956 -model2=model_17959 -head1=model_18057 -unknown119=3 - -// 4823 -[npc_4823] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17957 -model2=model_17959 -head1=model_18058 -unknown119=3 - -// 4824 -[npc_4824] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17958 -model2=model_17959 -head1=model_18059 -unknown119=3 - -// 4825 -[npc_4825] -bas=bas_161 -op1=Talk-to -op2=Attack -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17955 -model2=model_17959 -head1=model_18056 -unknown119=3 - -// 4826 -[npc_4826] -bas=bas_161 -op1=Talk-to -op2=Attack -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17956 -model2=model_17959 -head1=model_18057 -unknown119=3 - -// 4827 -[npc_4827] -bas=bas_161 -op1=Talk-to -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17957 -model2=model_17959 -head1=model_18058 -unknown119=3 - -// 4828 -[npc_4828] -bas=bas_161 -op1=Talk-to -op2=Attack -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17958 -model2=model_17959 -head1=model_18059 -unknown119=3 - -// 4829 -[npc_4829] -bas=bas_161 -op2=Attack -op1=Talk-to -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17952 -model2=model_17959 -head1=model_18053 -unknown119=3 - -// 4830 -[npc_4830] -bas=bas_161 -op2=Attack -op1=Talk-to -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17951 -model2=model_17959 -head1=model_18052 -unknown119=3 - -// 4831 -[npc_4831] -bas=bas_161 -op2=Attack -op1=Talk-to -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17953 -model2=model_17959 -head1=model_18054 -unknown119=3 - -// 4832 -[npc_4832] -bas=bas_161 -op2=Attack -op1=Talk-to -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17954 -model2=model_17959 -head1=model_18055 -unknown119=3 - -// 4833 -[npc_4833] -bas=bas_161 -op2=Attack -op1=Talk-to -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17955 -model2=model_17959 -head1=model_18056 -unknown119=3 - -// 4834 -[npc_4834] -bas=bas_161 -op2=Attack -op1=Talk-to -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17956 -model2=model_17959 -head1=model_18057 -unknown119=3 - -// 4835 -[npc_4835] -bas=bas_161 -op2=Attack -op1=Talk-to -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17957 -model2=model_17959 -head1=model_18058 -unknown119=3 - -// 4836 -[npc_4836] -bas=bas_161 -op1=Talk-to -op2=Attack -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17958 -model2=model_17959 -head1=model_18059 -unknown119=3 - -// 4837 -[npc_4837] -bas=bas_1013 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=110 -name=Vyrewatch -model1=model_17963 -model2=model_18000 -model3=model_17981 -head1=model_18053 -unknown119=3 - -// 4838 -[npc_4838] -bas=bas_1013 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=120 -name=Vyrewatch -model1=model_17960 -model2=model_18000 -model3=model_17978 -head1=model_18052 -unknown119=3 - -// 4839 -[npc_4839] -bas=bas_1013 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=130 -name=Vyrewatch -model1=model_17965 -model2=model_18000 -model3=model_17983 -head1=model_18054 -unknown119=3 - -// 4840 -[npc_4840] -bas=bas_1013 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=140 -name=Vyrewatch -model1=model_17966 -model2=model_18000 -model3=model_17984 -head1=model_18055 -unknown119=3 - -// 4841 -[npc_4841] -bas=bas_1014 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=110 -name=Vyrewatch -model1=model_17969 -model2=model_18000 -model3=model_17987 -head1=model_18056 -unknown119=3 - -// 4842 -[npc_4842] -bas=bas_1014 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=120 -name=Vyrewatch -model1=model_17969 -model2=model_18000 -model3=model_17987 -head1=model_18057 -unknown119=3 - -// 4843 -[npc_4843] -bas=bas_1014 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=130 -name=Vyrewatch -model1=model_17969 -model2=model_18000 -model3=model_17987 -head1=model_18058 -unknown119=3 - -// 4844 -[npc_4844] -bas=bas_1014 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=140 -name=Vyrewatch -model1=model_17969 -model2=model_18000 -model3=model_17987 -head1=model_18059 -unknown119=3 - -// 4845 -[npc_4845] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=110 -name=Flying female vampire -model1=model_17952 -model2=model_17959 -head1=model_18053 -unknown119=3 - -// 4846 -[npc_4846] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=120 -name=Flying female vampire -model1=model_17951 -model2=model_17959 -head1=model_18052 -unknown119=3 - -// 4847 -[npc_4847] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=130 -name=Flying female vampire -model1=model_17953 -model2=model_17959 -head1=model_18054 -unknown119=3 - -// 4848 -[npc_4848] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=140 -name=Flying female vampire -model1=model_17954 -model2=model_17959 -head1=model_18055 -unknown119=3 - -// 4849 -[npc_4849] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17955 -model2=model_17959 -head1=model_18056 -unknown119=3 - -// 4850 -[npc_4850] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17956 -model2=model_17959 -head1=model_18057 -unknown119=3 - -// 4851 -[npc_4851] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17957 -model2=model_17959 -head1=model_18058 -unknown119=3 - -// 4852 -[npc_4852] -bas=bas_1017 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17958 -model2=model_17959 -head1=model_18059 -unknown119=3 - -// 4853 -[npc_4853] -bas=bas_276 -turnspeed=0 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2610 -multinpc=0,npc_4872 -multinpc=1,npc_4872 -multinpc=2,npc_4872 -multinpc=3,npc_4872 -multinpc=4,npc_4872 -multinpc=5,npc_4872 -multinpc=6,npc_4872 -multinpc=7,npc_4872 -multinpc=8,npc_4872 -multinpc=9,npc_4873 -multinpc=10,npc_4873 -multinpc=11,npc_4873 -multinpc=12,npc_4873 -unknown119=3 - -// 4854 -[npc_4854] -bas=bas_4 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2610 -multinpc=0,npc_4874 -multinpc=1,npc_4874 -multinpc=2,npc_4874 -multinpc=3,npc_4874 -multinpc=4,npc_4874 -multinpc=5,npc_4874 -multinpc=6,npc_4874 -multinpc=7,npc_4874 -multinpc=8,npc_4874 -multinpc=9,npc_4874 -multinpc=10,npc_4874 -multinpc=11,npc_4874 -multinpc=12,npc_4875 -multinpc=13,npc_4875 -unknown119=3 - -// 4855 -[npc_4855] -bas=bas_4 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2610 -multinpc=0,npc_4878 -multinpc=1,npc_4878 -multinpc=2,npc_4878 -multinpc=3,npc_4878 -multinpc=4,npc_4878 -multinpc=5,npc_4878 -multinpc=6,npc_4878 -multinpc=7,npc_4878 -multinpc=8,npc_4879 -multinpc=9,npc_4879 -multinpc=10,npc_4879 -multinpc=11,npc_4879 -multinpc=12,npc_4879 -multinpc=13,npc_4879 -unknown119=3 - -// 4856 -[npc_4856] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op4=Shop -recol1s=8322 -recol1d=10572 -recol2s=24196 -recol2d=8421 -recol3s=14724 -recol3d=18989 -recol4s=32735 -recol4d=26293 -recol5s=25098 -recol5d=25258 -name=Ezekial Lovecraft -model1=model_18191 -model2=model_230 -model3=model_10304 -model4=model_302 -model5=model_10980 -model6=model_10218 -model7=model_18194 -model8=model_14376 -head1=model_39886 -head2=model_39510 -head3=model_39184 -unknown119=3 - -// 4857 -[npc_4857] -bas=bas_4 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2610 -multinpc=0,npc_4883 -unknown119=3 - -// 4858 -[npc_4858] -bas=bas_4 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2610 -multinpc=0,npc_4885 -multinpc=1,npc_4885 -multinpc=2,npc_4885 -multinpc=3,npc_4885 -multinpc=4,npc_4885 -unknown119=3 - -// 4859 -[npc_4859] -bas=bas_4 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2610 -multinpc=0,npc_4887 -multinpc=1,npc_4887 -multinpc=2,npc_4887 -multinpc=3,npc_4887 -multinpc=4,npc_4887 -multinpc=5,npc_4887 -multinpc=6,npc_4887 -multinpc=7,npc_4887 -multinpc=8,npc_4887 -unknown119=3 - -// 4860 -[npc_4860] -bas=bas_4 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2610 -multinpc=0,npc_4895 -multinpc=1,npc_4895 -multinpc=2,npc_4896 -multinpc=3,npc_4896 -multinpc=4,npc_4896 -multinpc=5,npc_4896 -multinpc=6,npc_4896 -multinpc=7,npc_4896 -multinpc=8,npc_4896 -multinpc=9,npc_4896 -multinpc=10,npc_4896 -multinpc=11,npc_4896 -multinpc=12,npc_4896 -multinpc=13,npc_4896 -multinpc=14,npc_4896 -unknown119=3 - -// 4861 -[npc_4861] -bas=bas_4 -vislevel=0 -resizeh=100 -name=Sarius Guile -model1=model_18111 -model2=model_18118 -model3=model_18120 -model4=model_18105 -model5=model_18110 -model6=model_18114 -model7=model_18106 -head1=model_38944 -unknown119=3 - -// 4862 -[npc_4862] -bas=bas_1014 -size=1 -vislevel=169 -name=Vanstrom Klause -model1=model_17977 -model2=model_17995 -head1=model_18051 -unknown119=3 - -// 4863 -[npc_4863] -bas=bas_1105 -vislevel=0 -size=1 -op1=Talk-to -name=Kennith -model1=model_28601 -head1=model_28688 -unknown119=3 - -// 4864 -[npc_4864] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -name=Kennith -model1=model_28601 -head1=model_28688 -unknown119=3 - -// 4865 -[npc_4865] -bas=bas_165 -vislevel=1 -multivar=varplayer_159 -multinpc=11,npc_4864 -multinpc=12,npc_4864 -unknown119=3 - -// 4866 -[npc_4866] -bas=bas_1106 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=2276 -recol2s=4266 -recol2d=9408 -recol3s=24196 -recol3d=6342 -recol4s=15856 -recol4d=25098 -recol5s=12610 -recol5d=356 -name=Holgart -model1=model_18487 -model2=model_215 -model3=model_18490 -model4=model_250 -model5=model_299 -model6=model_10980 -model7=model_10218 -model8=model_10218 -model9=model_14381 -model10=model_14376 -head1=model_39349 -head2=model_39920 -head3=model_38642 -head4=model_39331 -unknown119=1 - -// 4867 -[npc_4867] -bas=bas_1109 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=2276 -recol2s=4266 -recol2d=9408 -recol3s=24196 -recol3d=6342 -recol4s=15856 -recol4d=25098 -recol5s=12610 -recol5d=356 -name=Holgart -model1=model_18487 -model2=model_215 -model3=model_18490 -model4=model_250 -model5=model_299 -model6=model_10980 -model7=model_10218 -model8=model_14381 -model9=model_14376 -head1=model_39349 -head2=model_39920 -head3=model_38642 -head4=model_39331 -unknown119=1 - -// 4868 -[npc_4868] -bas=bas_1110 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=2276 -recol2s=4266 -recol2d=9408 -recol3s=24196 -recol3d=6342 -recol4s=15856 -recol4d=25098 -recol5s=12610 -recol5d=356 -name=Holgart -model1=model_18487 -model2=model_215 -model3=model_18490 -model4=model_250 -model5=model_299 -model6=model_10980 -model7=model_10218 -model8=model_14381 -model9=model_14376 -head1=model_39349 -head2=model_39920 -head3=model_38642 -head4=model_39331 -unknown119=1 - -// 4869 -[npc_4869] -bas=bas_4 -vislevel=1 -multivar=varplayer_159 -multinpc=11,npc_701 -multinpc=12,npc_701 -unknown119=3 - -// 4870 -[npc_4870] -bas=bas_1111 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=25258 -recol2s=14724 -recol2d=9446 -recol3s=9479 -recol3d=8258 -recol4s=2340 -recol4d=5285 -recol5s=24196 -recol5d=5317 -recol6s=10637 -recol6d=9446 -retex1s=material_313 -retex1d=material_202 -name=Fisherman -model1=model_214 -model2=model_10304 -model3=model_11761 -model4=model_18126 -model5=model_177 -model6=model_562 -model7=model_176 -model8=model_4226 -model9=model_14376 -head1=model_39820 -head2=model_39219 -unknown119=3 - -// 4871 -[npc_4871] -bas=bas_4 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2614 -multinpc=0,npc_699 -multinpc=1,npc_4896 -unknown119=3 - -// 4872 -[npc_4872] -bas=bas_276 -vislevel=0 -size=1 -op1=Talk-to -turnspeed=0 -recol1s=25098 -recol1d=24041 -recol2s=12610 -recol2d=8495 -recol3s=14724 -recol3d=6381 -retex1s=material_314 -retex1d=material_202 -name=Col. O'Niall -model1=model_18190 -model2=model_214 -model3=model_11190 -model4=model_8780 -model5=model_10980 -model6=model_177 -model7=model_10218 -model8=model_18196 -head1=model_39428 -head2=model_39582 -head3=model_39212 -unknown119=3 - -// 4873 -[npc_4873] -bas=bas_276 -vislevel=0 -size=1 -op1=Talk-to -turnspeed=0 -recol1s=2340 -recol1d=27475 -recol2s=6273 -recol2d=23220 -recol3s=32755 -recol3d=4265 -recol4s=14724 -recol4d=6381 -recol5s=25098 -recol5d=25258 -retex1s=material_314 -retex1d=material_202 -retex2s=material_228 -retex2d=material_426 -name=Col. O'Niall -model1=model_18190 -model2=model_214 -model3=model_11190 -model4=model_8780 -model5=model_10980 -model6=model_177 -model7=model_10218 -model8=model_18196 -head1=model_39450 -head2=model_39866 -head3=model_39192 -unknown119=3 - -// 4874 -[npc_4874] -bas=bas_47 -vislevel=0 -size=1 -resizeh=140 -resizev=124 -op1=Talk-to -recol1s=27467 -recol1d=3141 -recol2s=24298 -recol2d=7368 -recol3s=2340 -recol3d=3141 -recol4s=11456 -recol4d=14799 -recol5s=14724 -recol5d=7368 -recol6s=25098 -recol6d=25258 -name=Mayor Hobb -model1=model_44866 -model2=model_18192 -model3=model_18193 -model4=model_18197 -model5=model_15008 -model6=model_330 -model7=model_10301 -model8=model_10218 -model9=model_263 -model10=model_14374 -head1=model_39521 -head2=model_39843 -head3=model_39238 -unknown119=3 - -// 4875 -[npc_4875] -bas=bas_4 -vislevel=0 -size=1 -resizeh=146 -resizev=120 -op1=Talk-to -recol1s=27467 -recol1d=3141 -recol2s=24298 -recol2d=7368 -recol3s=2340 -recol3d=3141 -recol4s=11456 -recol4d=14799 -recol5s=14724 -recol5d=7368 -recol6s=25098 -recol6d=25258 -name=Mayor Hobb -model1=model_44866 -model2=model_18192 -model3=model_18346 -model4=model_18197 -model5=model_15008 -model6=model_330 -model7=model_10301 -model8=model_177 -model9=model_10218 -model10=model_263 -model11=model_14374 -head1=model_39521 -head2=model_39858 -unknown119=1 - -// 4876 -[npc_4876] -bas=bas_4 -active=no -vislevel=0 -size=1 -resizeh=140 -resizev=124 -turnspeed=32 -recol1s=27467 -recol1d=10414 -recol2s=24298 -recol2d=15665 -recol3s=2340 -recol3d=9382 -recol4s=11456 -recol4d=12626 -recol5s=14724 -recol5d=20984 -recol6s=25098 -recol6d=25258 -model1=model_44866 -model2=model_18192 -model3=model_18193 -model4=model_18197 -model5=model_15008 -model6=model_330 -model7=model_10301 -model8=model_10218 -model9=model_263 -model10=model_14374 -head1=model_39521 -head2=model_39843 -head3=model_39238 -unknown119=1 - -// 4877 -[npc_4877] -bas=bas_4 -active=no -vislevel=0 -size=1 -resizeh=146 -resizev=120 -recol1s=27467 -recol1d=3141 -recol2s=24298 -recol2d=7368 -recol3s=2340 -recol3d=3141 -recol4s=11456 -recol4d=14799 -recol5s=14724 -recol5d=7368 -recol6s=25098 -recol6d=25258 -model1=model_44866 -model2=model_18192 -model3=model_18346 -model4=model_18197 -model5=model_15008 -model6=model_330 -model7=model_10301 -model8=model_177 -model9=model_10218 -model10=model_263 -model11=model_14374 -head1=model_39521 -head2=model_39858 -unknown119=1 - -// 4878 -[npc_4878] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -turnspeed=0 -recol1s=2340 -recol1d=2251 -recol2s=14724 -recol2d=2251 -recol3s=12610 -recol3d=1057 -recol4s=30560 -recol4d=32767 -recol5s=16738 -recol5d=23188 -recol6s=21989 -recol6d=32767 -retex1s=material_252 -retex1d=material_273 -retex2s=material_257 -retex2d=material_250 -name=Brother Maledict -model1=model_6848 -model2=model_248 -model3=model_284 -model4=model_10985 -model5=model_170 -model6=model_177 -model7=model_256 -model8=model_181 -head1=model_39744 -head2=model_39275 -unknown119=3 - -// 4879 -[npc_4879] -bas=bas_277 -vislevel=0 -size=1 -op1=Talk-to -turnspeed=0 -recol1s=2340 -recol1d=2251 -recol2s=14724 -recol2d=2251 -recol3s=12610 -recol3d=1057 -recol4s=30560 -recol4d=32767 -recol5s=25098 -recol5d=25258 -recol6s=21989 -recol6d=32767 -retex1s=material_252 -retex1d=material_273 -retex2s=material_257 -retex2d=material_250 -name=Brother Maledict -model1=model_6848 -model2=model_248 -model3=model_284 -model4=model_10985 -model5=model_170 -model6=model_177 -model7=model_256 -model8=model_181 -head1=model_39644 -head2=model_39238 -unknown119=3 - -// 4880 -[npc_4880] -bas=bas_277 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2610 -multinpc=1,npc_4884 -multinpc=2,npc_4884 -multinpc=3,npc_4884 -multinpc=4,npc_4884 -multinpc=5,npc_4884 -multinpc=6,npc_4884 -multinpc=7,npc_4884 -multinpc=8,npc_4884 -multinpc=9,npc_4884 -multinpc=10,npc_4884 -multinpc=11,npc_4884 -multinpc=12,npc_4884 -multinpc=13,npc_4884 -multinpc=14,npc_4884 -unknown119=3 - -// 4881 -[npc_4881] -bas=bas_277 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2610 -multinpc=5,npc_4886 -multinpc=6,npc_4886 -multinpc=7,npc_4886 -multinpc=8,npc_4886 -multinpc=9,npc_4886 -multinpc=10,npc_4886 -multinpc=11,npc_4886 -multinpc=12,npc_4886 -multinpc=13,npc_4886 -multinpc=14,npc_4886 -unknown119=3 - -// 4882 -[npc_4882] -bas=bas_277 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_2610 -multinpc=9,npc_4888 -multinpc=10,npc_4888 -multinpc=11,npc_4888 -multinpc=12,npc_4888 -multinpc=13,npc_4888 -multinpc=14,npc_4888 -unknown119=3 - -// 4883 -[npc_4883] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7298 -recol1d=25098 -recol2s=15856 -recol2d=25098 -recol3s=5317 -recol3d=14826 -name=Witchaven villager -model1=model_14339 -model2=model_217 -model3=model_10304 -model4=model_12085 -model5=model_33034 -model6=model_177 -model7=model_10218 -model8=model_15005 -model9=model_33033 -model10=model_4390 -head1=model_39544 -head2=model_39686 -head3=model_39245 -unknown119=3 - -// 4884 -[npc_4884] -bas=bas_277 -vislevel=0 -size=1 -op1=Talk-to -recol1s=7298 -recol1d=25098 -recol2s=15856 -recol2d=25098 -recol3s=25098 -recol3d=25258 -recol4s=21994 -recol4d=22183 -recol5s=19948 -recol5d=16973 -recol6s=5317 -recol6d=14826 -name=Witchaven villager -model1=model_14339 -model2=model_217 -model3=model_10304 -model4=model_12085 -model5=model_33034 -model6=model_177 -model7=model_10218 -model8=model_15005 -model9=model_33033 -model10=model_4390 -head1=model_39544 -head2=model_39957 -head3=model_39219 -unknown119=3 - -// 4885 -[npc_4885] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=3171 -recol1d=10468 -recol2s=7488 -recol2d=17864 -recol3s=10401 -recol3d=17864 -recol4s=10535 -recol4d=11559 -recol5s=16838 -recol5d=11558 -retex1s=material_256 -retex1d=material_202 -retex2s=material_314 -retex2d=material_258 -name=Witchaven villager -model1=model_12140 -model2=model_390 -model3=model_11360 -model4=model_11775 -model5=model_10706 -model6=model_13347 -model7=model_8934 -head1=model_38781 -head2=model_39066 -unknown119=3 - -// 4886 -[npc_4886] -bas=bas_277 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=25258 -recol2s=3171 -recol2d=10468 -recol3s=7488 -recol3d=17864 -recol4s=10401 -recol4d=17864 -recol5s=10535 -recol5d=11559 -recol6s=16838 -recol6d=11558 -retex1s=material_256 -retex1d=material_202 -retex2s=material_313 -retex2d=material_254 -retex3s=material_359 -retex3d=material_257 -name=Witchaven villager -model1=model_12140 -model2=model_390 -model3=model_11360 -model4=model_11775 -model5=model_10706 -model6=model_13347 -model7=model_8934 -head1=model_39144 -head2=model_38781 -unknown119=3 - -// 4887 -[npc_4887] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=17860 -recol1d=6343 -recol2s=8526 -recol2d=8522 -recol3s=1475 -recol3d=8522 -recol4s=26350 -recol4d=12649 -recol5s=24196 -recol5d=13675 -retex1s=material_313 -retex1d=material_273 -name=Witchaven villager -model1=model_10741 -model2=model_215 -model3=model_249 -model4=model_18133 -model5=model_6999 -model6=model_10218 -model7=model_14380 -model8=model_14848 -head1=model_39442 -head2=model_39836 -head3=model_39254 -unknown119=3 - -// 4888 -[npc_4888] -bas=bas_277 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=25258 -recol2s=17860 -recol2d=6343 -recol3s=8526 -recol3d=8522 -recol4s=1475 -recol4d=8522 -recol5s=26350 -recol5d=12649 -recol6s=24196 -recol6d=13675 -retex1s=material_313 -retex1d=material_273 -name=Witchaven villager -model1=model_10741 -model2=model_215 -model3=model_249 -model4=model_18133 -model5=model_6999 -model6=model_10218 -model7=model_14380 -model8=model_14848 -head1=model_39442 -head2=model_39616 -head3=model_39186 -unknown119=3 - -// 4889 -[npc_4889] -bas=bas_1090 -size=4 -resizeh=120 -resizev=120 -vislevel=0 -name=Mother Mallum -model1=model_18421 -model2=model_18423 -model3=model_18422 -head1=model_39065 -unknown119=1 - -// 4890 -[npc_4890] -bas=bas_1091 -size=2 -op2=Attack -vislevel=62 -name=Slug Prince -model1=model_18420 -unknown119=1 - -// 4891 -[npc_4891] -bas=bas_278 -size=2 -vislevel=1 -multivar=varplayerbit_2614 -multinpc=1,npc_4892 -unknown119=3 - -// 4892 -[npc_4892] -bas=bas_278 -size=2 -vislevel=0 -name=Giant lobster -model1=model_24607 -unknown119=3 - -// 4893 -[npc_4893] -bas=bas_278 -size=2 -op2=Attack -vislevel=45 -name=Giant Lobster -model1=model_24607 -unknown119=3 - -// 4894 -[npc_4894] -bas=bas_253 -vislevel=0 -name=Sea slug -model1=model_560 -unknown119=1 - -// 4895 -[npc_4895] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=32760 -recol1d=10640 -recol2s=14724 -recol2d=25259 -recol3s=12610 -recol3d=24304 -recol4s=17867 -recol4d=12692 -recol5s=12616 -recol5d=12686 -retex1s=material_314 -retex1d=material_202 -name=Jeb -model1=model_18190 -model2=model_230 -model3=model_217 -model4=model_10304 -model5=model_10705 -model6=model_10980 -model7=model_177 -model8=model_10218 -model9=model_18195 -model10=model_18188 -head1=model_39428 -head2=model_39686 -head3=model_39245 -unknown119=3 - -// 4896 -[npc_4896] -bas=bas_1088 -vislevel=0 -size=1 -op1=Talk-to -recol1s=32760 -recol1d=10640 -recol2s=14724 -recol2d=25259 -recol3s=12610 -recol3d=24304 -recol4s=17867 -recol4d=12692 -recol5s=12616 -recol5d=12686 -recol6s=25098 -recol6d=25258 -name=Jeb -model1=model_18190 -model2=model_230 -model3=model_217 -model4=model_10304 -model5=model_10705 -model6=model_10980 -model7=model_177 -model8=model_10218 -model9=model_18195 -model10=model_18188 -head1=model_39219 -head2=model_39957 -head3=model_39450 -unknown119=3 - -// 4897 -[npc_4897] -bas=bas_1089 -vislevel=0 -size=1 -op1=Talk-to -recol1s=18960 -recol1d=28341 -recol2s=10468 -recol2d=22131 -recol3s=11561 -recol3d=22131 -recol4s=16846 -recol4d=28341 -recol5s=8386 -recol5d=28407 -recol6s=6273 -recol6d=10501 -name=Sir Tinley -model1=model_214 -model2=model_249 -model3=model_306 -model4=model_323 -model5=model_164 -model6=model_179 -model7=model_268 -model8=model_184 -head1=model_39726 -head2=model_39254 -unknown119=3 - -// 4898 -[npc_4898] -bas=bas_88 -resizeh=142 -resizev=142 -op2=Attack -ambient=10 -vislevel=28 -recol1s=15616 -recol1d=11490 -recol2s=18924 -recol2d=13638 -recol3s=7399 -recol3d=8422 -recol4s=19971 -recol4d=6308 -recol5s=7328 -recol5d=8354 -name=Hobgoblin -model1=model_9463 -model2=model_2995 -unknown119=7 - -// 4899 -[npc_4899] -bas=bas_117 -op1=Talk-to -op4=Work-for -vislevel=0 -alwaysontop=yes -recolhsl1s=43038 -recolhsl1d=38015 -recolhsl2s=43030 -recolhsl2d=37983 -recolhsl3s=43150 -recolhsl3d=41270 -recolhsl4s=43146 -recolhsl4d=41256 -retex1s=material_254 -retex1d=material_253 -name=Cooking Tutor -model1=model_40328 -model2=model_40355 -model3=model_28799 -model4=model_40370 -model5=model_40343 -model6=model_28804 -head1=model_39815 -unknown119=3 - -// 4900 -[npc_4900] -bas=bas_117 -op1=Talk-to -op4=Work-for -vislevel=0 -alwaysontop=yes -recolhsl1s=8398 -recolhsl1d=98 -recol2s=21102 -recol2d=26293 -recolhsl3s=5399 -recolhsl3d=41258 -recolhsl4s=5394 -recolhsl4d=41254 -recolhsl5s=5389 -recolhsl5d=41250 -retex1s=material_262 -retex1d=material_268 -retex2s=material_527 -retex2d=material_272 -name=Crafting Tutor -model1=model_28748 -model2=model_40351 -model3=model_28794 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39594 -unknown119=3 - -// 4901 -[npc_4901] -bas=bas_207 -turnspeed=0 -op1=Talk-to -op4=Work-for -vislevel=0 -alwaysontop=yes -name=Fishing Tutor -model1=model_40360 -model2=model_40628 -head1=model_39888 -unknown119=1 - -// 4902 -[npc_4902] -bas=bas_208 -op1=Talk-to -op4=Work-for -vislevel=0 -resizev=120 -alwaysontop=yes -recolhsl1s=32798 -recolhsl1d=41270 -recolhsl2s=32790 -recolhsl2d=41254 -recol3s=8489 -recol3d=13814 -recolhsl4s=8398 -recolhsl4d=6378 -recolhsl5s=8390 -recolhsl5d=6368 -recolhsl6s=8406 -recolhsl6d=6385 -retex1s=material_255 -retex1d=material_254 -name=Mining Tutor -model1=model_40338 -model2=model_40349 -model3=model_28798 -model4=model_40370 -model5=model_28767 -model6=model_28810 -model7=model_40317 -head1=model_39648 -unknown119=3 - -// 4903 -[npc_4903] -bas=bas_117 -op1=Talk-to -op4=Work-for -vislevel=0 -alwaysontop=yes -recolhsl1s=8293 -recolhsl1d=41262 -recolhsl2s=10388 -recolhsl2d=11480 -retex1s=material_251 -retex1d=material_256 -retex2s=material_228 -retex2d=material_426 -retex3s=material_255 -retex3d=material_359 -name=Prayer Tutor -model1=model_28822 -model2=model_40391 -model3=model_28842 -model4=model_40396 -model5=model_40383 -model6=model_28848 -model7=model_40374 -head1=model_39042 -unknown119=3 - -// 4904 -[npc_4904] -bas=bas_117 -op1=Talk-to -op4=Work-for -vislevel=0 -resizev=110 -resizeh=100 -alwaysontop=yes -recolhsl1s=5674 -recolhsl1d=41270 -recolhsl2s=5670 -recolhsl2d=41266 -recolhsl3s=5659 -recolhsl3d=41262 -recolhsl4s=8406 -recolhsl4d=41270 -recolhsl5s=8398 -recolhsl5d=41266 -recolhsl6s=8390 -recolhsl6d=41262 -retex1s=material_268 -retex1d=material_258 -retex2s=material_272 -retex2d=material_254 -retex3s=material_255 -retex3d=material_254 -name=Smelting Tutor -model1=model_40330 -model2=model_42889 -model3=model_28798 -model4=model_40369 -model5=model_40347 -model6=model_28810 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 4905 -[npc_4905] -bas=bas_117 -op1=Talk-to -vislevel=0 -resizev=120 -alwaysontop=yes -recolhsl1s=5674 -recolhsl1d=41287 -recolhsl2s=5670 -recolhsl2d=41279 -recolhsl3s=5659 -recolhsl3d=41265 -recolhsl4s=8406 -recolhsl4d=41287 -recolhsl5s=8398 -recolhsl5d=41279 -recol6s=21102 -recol6d=9551 -retex1s=material_255 -retex1d=material_254 -name=Smithing Tutor -model1=model_40341 -model2=model_42889 -model3=model_28798 -model4=model_40369 -model5=model_40347 -model6=model_28810 -model7=model_40320 -head1=model_39678 -unknown119=3 - -// 4906 -[npc_4906] -bas=bas_117 -op1=Talk-to -op4=Work-for -vislevel=0 -alwaysontop=yes -recolhsl1s=32798 -recolhsl1d=34903 -recolhsl2s=32803 -recolhsl2d=34914 -recolhsl3s=32790 -recolhsl3d=34884 -recolhsl4s=8398 -recolhsl4d=41270 -recolhsl5s=8390 -recolhsl5d=41262 -recolhsl6s=8406 -recolhsl6d=41278 -retex1s=material_255 -retex1d=material_254 -retex2s=material_247 -retex2d=material_426 -name=Woodcutting Tutor -model1=model_40337 -model2=model_40361 -model3=model_28798 -model4=model_40370 -model5=model_40347 -model6=model_28804 -model7=model_40316 -model8=model_40367 -head1=model_39677 -unknown119=3 - -// 4907 -[npc_4907] -bas=bas_209 -op1=Talk-to -op3=Bank -op4=Collect -vislevel=0 -recol1s=14824 -recol1d=25098 -recol2s=12710 -recol2d=25098 -recolhsl3s=21782 -recolhsl3d=38015 -recol4s=5381 -recol4d=27516 -recolhsl5s=5002 -recolhsl5d=38015 -recolhsl6s=1688 -recolhsl6d=41270 -retex1s=material_313 -retex1d=material_359 -retex2s=material_273 -retex2d=material_359 -retex3s=material_255 -retex3d=material_253 -name=Bank Tutor -model1=model_40376 -model2=model_40390 -model3=model_28845 -model4=model_40396 -model5=model_28837 -model6=model_28846 -head1=model_39080 -unknown119=3 - -// 4908 -[npc_4908] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 4909 -[npc_4909] -bas=bas_389 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=24196 -recol1d=10533 -recol2s=14724 -recol2d=10533 -recol3s=1475 -recol3d=19680 -recol4s=9473 -recol4d=10501 -retex1s=material_256 -retex1d=material_202 -name=Fritz the Glassblower -model1=model_14174 -model2=model_6848 -model3=model_247 -model4=model_14383 -model5=model_15412 -model6=model_151 -model7=model_179 -model8=model_14857 -model9=model_14848 -model10=model_515 -model11=model_9619 -head1=model_39733 -head2=model_39256 -head3=model_39343 -head4=model_39458 -unknown119=3 - -// 4910 -[npc_4910] -bas=bas_1174 -op2=Attack -vislevel=35 -name=Earth elemental -model1=model_18649 -unknown119=3 - -// 4911 -[npc_4911] -bas=bas_1175 -op1=Mine -turnspeed=1024 -minimap=no -vislevel=0 -name=Elemental rock -model1=model_18649 -unknown119=1 - -// 4912 -[npc_4912] -minimap=no -vislevel=0 -multivar=varplayerbit_2643 -multinpc=0,npc_4913 -multinpc=1,npc_4914 -multinpc=2,npc_4915 -multinpc=3,npc_4916 -multinpc=4,npc_4917 -multinpc=5,npc_4918 -unknown119=1 - -// 4913 -[npc_4913] -minimap=no -vislevel=0 -name=Jig cart -model1=model_18664 -unknown119=3 - -// 4914 -[npc_4914] -vislevel=0 -minimap=no -op1=Take-from -vislevel=0 -recol1s=11488 -recol1d=11314 -name=Jig cart -model1=model_18664 -model2=model_18663 -unknown119=3 - -// 4915 -[npc_4915] -vislevel=0 -minimap=no -op1=Take-from -vislevel=0 -recol1s=11488 -recol1d=31232 -name=Jig cart -model1=model_18664 -model2=model_18663 -unknown119=3 - -// 4916 -[npc_4916] -vislevel=0 -minimap=no -op1=Take-from -vislevel=0 -recol1s=11488 -recol1d=31232 -name=Jig cart -model1=model_18664 -model2=model_18666 -unknown119=3 - -// 4917 -[npc_4917] -vislevel=0 -minimap=no -op1=Take-from -vislevel=0 -recol1s=11488 -recol1d=17981 -name=Jig cart -model1=model_18664 -model2=model_18666 -unknown119=3 - -// 4918 -[npc_4918] -vislevel=0 -minimap=no -op1=Take-from -vislevel=0 -recol1s=11488 -recol1d=32569 -name=Jig cart -model1=model_18664 -model2=model_18666 -unknown119=3 - -// 4919 -[npc_4919] -bas=bas_53 -vislevel=0 -recol1s=25098 -recol1d=23250 -recol2s=10637 -recol2d=7430 -recol3s=14724 -recol3d=7430 -recol4s=2340 -recol4d=5315 -recol5s=16704 -recol5d=14695 -recol6s=6273 -recol6d=13605 -name=Abidor Crank -model1=model_223 -model2=model_253 -model3=model_11761 -model4=model_170 -model5=model_10218 -model6=model_265 -model7=model_8919 -model8=model_534 -model9=model_14175 -head1=model_39662 -head2=model_39227 -unknown119=3 - -// 4920 -[npc_4920] -bas=bas_133 -size=2 -op2=Attack -vislevel=76 -recol1s=15852 -recol1d=11725 -recol2s=14795 -recol2d=11692 -recol3s=12683 -recol3d=11691 -recol4s=11626 -recol4d=11658 -recol5s=10569 -recol5d=11658 -recol6s=9512 -recol6d=11592 -name=Giant crypt rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4921 -[npc_4921] -bas=bas_133 -size=2 -op2=Attack -vislevel=76 -recol1s=15852 -recol1d=7495 -recol2s=14795 -recol2d=8552 -recol3s=12683 -recol3d=9609 -recol4s=11626 -recol4d=8552 -recol5s=10569 -recol5d=7495 -recol6s=9512 -recol6d=5381 -name=Giant crypt rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 4922 -[npc_4922] -bas=bas_9 -size=2 -op2=Attack -vislevel=3 -recol1s=15852 -recol1d=11725 -recol2s=14795 -recol2d=11692 -recol3s=12683 -recol3d=11691 -recol4s=11626 -recol4d=11658 -recol5s=10569 -recol5d=11658 -recol6s=9512 -recol6d=11592 -name=Giant rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4923 -[npc_4923] -bas=bas_9 -size=2 -op2=Attack -vislevel=3 -recol1s=15852 -recol1d=12650 -recol2s=14795 -recol2d=12619 -recol3s=12683 -recol3d=12618 -recol4s=11626 -recol4d=11594 -recol5s=10569 -recol5d=11594 -recol6s=9512 -recol6d=11528 -name=Giant rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 4924 -[npc_4924] -bas=bas_9 -size=2 -op2=Attack -vislevel=3 -recol1s=15852 -recol1d=16945 -recol2s=14795 -recol2d=19059 -recol3s=12683 -recol3d=16945 -recol4s=11626 -recol4d=18002 -recol5s=10569 -recol5d=15888 -recol6s=9512 -recol6d=14831 -name=Giant rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4925 -[npc_4925] -bas=bas_9 -size=2 -op2=Attack -vislevel=3 -recol1s=15852 -recol1d=15888 -recol2s=14795 -recol2d=18002 -recol3s=12683 -recol3d=15888 -recol4s=11626 -recol4d=16945 -recol5s=10569 -recol5d=14831 -recol6s=9512 -recol6d=13774 -name=Giant rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 4926 -[npc_4926] -bas=bas_9 -size=2 -op2=Attack -vislevel=6 -recol1s=15852 -recol1d=11725 -recol2s=14795 -recol2d=11692 -recol3s=12683 -recol3d=11691 -recol4s=11626 -recol4d=11658 -recol5s=10569 -recol5d=11658 -recol6s=9512 -recol6d=11592 -name=Giant rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4927 -[npc_4927] -bas=bas_9 -size=2 -op2=Attack -vislevel=6 -recol1s=15852 -recol1d=12650 -recol2s=14795 -recol2d=12619 -recol3s=12683 -recol3d=12618 -recol4s=11626 -recol4d=11594 -recol5s=10569 -recol5d=11594 -recol6s=9512 -recol6d=11528 -name=Giant rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 4928 -[npc_4928] -bas=bas_9 -size=2 -op2=Attack -vislevel=12 -recol1s=15852 -recol1d=16944 -recol2s=14795 -recol2d=19058 -recol3s=12683 -recol3d=16944 -recol4s=11626 -recol4d=18001 -recol5s=10569 -recol5d=15887 -recol6s=9512 -recol6d=14830 -name=Dungeon rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4929 -[npc_4929] -bas=bas_9 -size=2 -op2=Attack -vislevel=12 -recol1s=15852 -recol1d=15887 -recol2s=14795 -recol2d=18001 -recol3s=12683 -recol3d=15887 -recol4s=11626 -recol4d=16944 -recol5s=10569 -recol5d=14830 -recol6s=9512 -recol6d=13773 -name=Dungeon rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 4930 -[npc_4930] -bas=bas_63 -size=1 -op2=Attack -vislevel=23 -name=Goat -model1=model_18901 -unknown119=3 - -// 4931 -[npc_4931] -bas=bas_63 -size=1 -op2=Attack -vislevel=23 -name=Goat -model1=model_18902 -unknown119=3 - -// 4932 -[npc_4932] -bas=bas_63 -size=1 -op2=Attack -vislevel=33 -name=Billy Goat -model1=model_18903 -unknown119=3 - -// 4933 -[npc_4933] -bas=bas_63 -size=1 -op2=Attack -resizeh=100 -resizev=100 -vislevel=23 -recol1s=3104 -recol1d=20013 -recol2s=11525 -recol2d=26349 -recol3s=23182 -recol3d=32470 -recol4s=12581 -recol4d=19973 -name=Goat -model1=model_18901 -unknown119=3 - -// 4934 -[npc_4934] -bas=bas_63 -size=1 -op2=Attack -resizeh=95 -resizev=100 -vislevel=23 -recol1s=3104 -recol1d=20013 -recol2s=11525 -recol2d=26349 -recol3s=23182 -recol3d=32470 -recol4s=12581 -recol4d=19973 -name=Goat -model1=model_18902 -unknown119=3 - -// 4935 -[npc_4935] -bas=bas_63 -size=1 -op2=Attack -resizeh=110 -resizev=110 -vislevel=33 -recol1s=3104 -recol1d=20013 -recol2s=11525 -recol2d=26349 -recol3s=23182 -recol3d=32470 -recol4s=12581 -recol4d=19973 -name=Billy Goat -model1=model_18903 -unknown119=3 - -// 4936 -[npc_4936] -bas=bas_133 -size=1 -resizeh=64 -resizev=64 -op2=Attack -vislevel=12 -recol1s=15852 -recol1d=16944 -recol2s=14795 -recol2d=19058 -recol3s=12683 -recol3d=16944 -recol4s=11626 -recol4d=18001 -recol5s=10569 -recol5d=15887 -recol6s=9512 -recol6d=14830 -name=Dungeon rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4937 -[npc_4937] -bas=bas_133 -size=1 -resizeh=64 -resizev=64 -op2=Attack -vislevel=12 -recol1s=15852 -recol1d=15887 -recol2s=14795 -recol2d=18001 -recol3s=12683 -recol3d=15887 -recol4s=11626 -recol4d=16944 -recol5s=10569 -recol5d=14830 -recol6s=9512 -recol6d=13773 -name=Dungeon rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 4938 -[npc_4938] -bas=bas_9 -size=2 -vislevel=45 -resizeh=64 -resizev=64 -op2=Attack -contrast=30 -ambient=30 -recol1s=15852 -recol1d=19882 -recol2s=14795 -recol2d=19882 -recol3s=12683 -recol3d=18825 -recol4s=11626 -recol4d=19882 -recol5s=10569 -recol5d=18825 -recol6s=9512 -recol6d=17768 -name=Angry giant rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4939 -[npc_4939] -bas=bas_9 -size=2 -vislevel=45 -resizeh=64 -resizev=64 -op2=Attack -contrast=30 -ambient=30 -recol1s=15852 -recol1d=17767 -recol2s=14795 -recol2d=17768 -recol3s=12683 -recol3d=17767 -recol4s=11626 -recol4d=17768 -recol5s=10569 -recol5d=16710 -recol6s=9512 -recol6d=16676 -name=Angry giant rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 4940 -[npc_4940] -bas=bas_9 -size=1 -resizeh=64 -resizev=64 -contrast=30 -ambient=30 -op2=Attack -vislevel=47 -recol1s=15852 -recol1d=21800 -recol2s=14795 -recol2d=21800 -recol3s=12683 -recol3d=20743 -recol4s=11626 -recol4d=21800 -recol5s=10569 -recol5d=20743 -recol6s=9512 -recol6d=18695 -name=Angry giant rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4941 -[npc_4941] -bas=bas_9 -size=2 -op2=Attack -vislevel=9 -recol1s=15852 -recol1d=11725 -recol2s=14795 -recol2d=11692 -recol3s=12683 -recol3d=11691 -recol4s=11626 -recol4d=11658 -recol5s=10569 -recol5d=11658 -recol6s=9512 -recol6d=11592 -name=Blessed giant rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4942 -[npc_4942] -bas=bas_9 -vislevel=3 -size=2 -op2=Attack -ambient=20 -recol1s=15852 -recol1d=11725 -recol2s=14795 -recol2d=11692 -recol3s=12683 -recol3d=11691 -recol4s=11626 -recol4d=11658 -recol5s=10569 -recol5d=11658 -recol6s=9512 -recol6d=11592 -name=Giant rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4943 -[npc_4943] -bas=bas_9 -vislevel=3 -size=2 -op2=Attack -ambient=20 -recol1s=15852 -recol1d=12650 -recol2s=14795 -recol2d=12619 -recol3s=12683 -recol3d=12618 -recol4s=11626 -recol4d=11594 -recol5s=10569 -recol5d=11594 -recol6s=9512 -recol6d=11528 -name=Giant rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 4944 -[npc_4944] -bas=bas_9 -size=2 -op2=Attack -vislevel=26 -recol1s=15852 -recol1d=11725 -recol2s=14795 -recol2d=11692 -recol3s=12683 -recol3d=11691 -recol4s=11626 -recol4d=11658 -recol5s=10569 -recol5d=11658 -recol6s=9512 -recol6d=11592 -name=Giant rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 4945 -[npc_4945] -bas=bas_9 -size=2 -op2=Attack -vislevel=26 -recol1s=15852 -recol1d=12650 -recol2s=14795 -recol2d=12619 -recol3s=12683 -recol3d=12618 -recol4s=11626 -recol4d=11594 -recol5s=10569 -recol5d=11594 -recol6s=9512 -recol6d=11528 -name=Giant rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 4946 -[npc_4946] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=20805 -recol2s=15789 -recol2d=20771 -recol3s=13675 -recol3d=18691 -recol4s=11561 -recol4d=17634 -recol5s=9473 -recol5d=15520 -recol6s=6273 -recol6d=26357 -retex1s=material_228 -retex1d=material_426 -name=Ignatius Vulcan -model1=model_18086 -model2=model_246 -model3=model_3379 -model4=model_18931 -model5=model_164 -model6=model_179 -model7=model_268 -model8=model_181 -head1=model_39897 -head2=model_39223 -unknown119=3 - -// 4947 -[npc_4947] -bas=bas_922 -vislevel=0 -size=1 -resizeh=100 -resizev=100 -op1=Talk-to -alwaysontop=yes -recol1s=16846 -recol1d=16906 -name=My Arm -model1=model_19109 -head1=model_3790 -head2=model_19105 -unknown119=1 - -// 4948 -[npc_4948] -bas=bas_922 -vislevel=0 -size=1 -resizeh=100 -resizev=100 -recol1s=16846 -recol1d=16906 -name=My Arm -model1=model_19109 -head1=model_3790 -head2=model_19105 -unknown119=1 - -// 4949 -[npc_4949] -bas=bas_922 -vislevel=0 -size=1 -resizeh=100 -resizev=100 -op1=Talk-to -alwaysontop=yes -recol1s=16846 -recol1d=16906 -name=My Arm -model1=model_19109 -head1=model_3790 -head2=model_19105 -unknown119=1 - -// 4950 -[npc_4950] -bas=bas_922 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2790 -multinpc=20,npc_4947 -multinpc=30,npc_4947 -multinpc=40,npc_4947 -multinpc=50,npc_4947 -multinpc=60,npc_4947 -multinpc=70,npc_4947 -unknown119=3 - -// 4951 -[npc_4951] -bas=bas_922 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2790 -multinpc=80,npc_4948 -unknown119=1 - -// 4952 -[npc_4952] -bas=bas_922 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2790 -multinpc=140,npc_4948 -unknown119=3 - -// 4953 -[npc_4953] -bas=bas_927 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2790 -multinpc=150,npc_4947 -multinpc=220,npc_4947 -unknown119=3 - -// 4954 -[npc_4954] -bas=bas_922 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2790 -multinpc=160,npc_4948 -unknown119=3 - -// 4955 -[npc_4955] -bas=bas_927 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2790 -multinpc=160,npc_4947 -unknown119=3 - -// 4956 -[npc_4956] -bas=bas_922 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2790 -multinpc=170,npc_4947 -multinpc=180,npc_4947 -multinpc=190,npc_4947 -multinpc=200,npc_4947 -multinpc=210,npc_4947 -unknown119=3 - -// 4957 -[npc_4957] -bas=bas_927 -size=1 -resizeh=100 -resizev=100 -vislevel=0 -recol1s=16846 -recol1d=16906 -name=My Arm -model1=model_19165 -model2=model_19110 -model3=model_19112 -head1=model_3790 -head2=model_19105 -unknown119=3 - -// 4958 -[npc_4958] -bas=bas_927 -size=1 -resizeh=100 -resizev=100 -vislevel=0 -name=My Arm -model1=model_19165 -model2=model_19110 -model3=model_19111 -unknown119=3 - -// 4959 -[npc_4959] -bas=bas_927 -size=1 -resizeh=100 -resizev=100 -vislevel=0 -name=My Arm -model1=model_19165 -model2=model_19110 -model3=model_19113 -unknown119=3 - -// 4960 -[npc_4960] -bas=bas_923 -vislevel=0 -size=2 -resizeh=192 -resizev=192 -recol1s=1537 -recol1d=23181 -recol2s=320 -recol2d=15716 -recol3s=25098 -recol3d=19847 -name=Adventurer -model1=model_19166 -head1=model_39859 -head2=model_39308 -head3=model_39223 -unknown119=1 - -// 4961 -[npc_4961] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2798 -multinpc=1,npc_4962 -unknown119=1 - -// 4962 -[npc_4962] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=32569 -recol2s=14724 -recol2d=1329 -recol3s=2340 -recol3d=1329 -recol4s=15856 -recol4d=21989 -recol5s=25098 -recol5d=21989 -recol6s=5120 -recol6d=32384 -retex1s=material_228 -retex1d=material_426 -name=Captain Barnaby -model1=model_214 -model2=model_250 -model3=model_299 -model4=model_32592 -model5=model_263 -model6=model_10218 -model7=model_185 -model8=model_326 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 4963 -[npc_4963] -bas=bas_119 -size=1 -vislevel=0 -resizeh=130 -resizev=131 -recol1s=25098 -recol1d=10468 -recol2s=6307 -recol2d=16707 -recol3s=21994 -recol3d=24106 -recol4s=15856 -recol4d=15684 -recol5s=14695 -recol5d=24106 -recol6s=16704 -recol6d=24175 -name=Murcaily -model1=model_8921 -model2=model_230 -model3=model_246 -model4=model_8928 -model5=model_173 -model6=model_8918 -model7=model_534 -model8=model_8925 -model9=model_8919 -head1=model_39630 -head2=model_39543 -unknown119=1 - -// 4964 -[npc_4964] -bas=bas_119 -size=1 -vislevel=0 -resizeh=130 -resizev=131 -recol1s=25098 -recol1d=15684 -recol2s=6273 -recol2d=20803 -recol3s=21994 -recol3d=24106 -recol4s=15856 -recol4d=24106 -recol5s=14695 -recol5d=24106 -retex1s=material_252 -retex1d=material_313 -retex2s=material_249 -retex2d=material_314 -name=Jagbakoba -model1=model_206 -model2=model_252 -model3=model_8845 -model4=model_173 -model5=model_176 -model6=model_540 -model7=model_8925 -model8=model_8919 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 4965 -[npc_4965] -bas=bas_926 -size=1 -vislevel=0 -op1=Talk-to -op3=Exchange -op4=Trade -turnspeed=0 -recol1s=13728 -recol1d=25098 -name=Tool Leprechaun -model1=model_17004 -model2=model_19107 -model3=model_19106 -model4=model_19108 -head1=model_24 -head2=model_19164 -unknown119=1 - -// 4966 -[npc_4966] -bas=bas_49 -minimap=no -vislevel=1 -multivar=varplayerbit_334 -multinpc=28,npc_4967 -unknown119=3 - -// 4967 -[npc_4967] -vislevel=0 -size=1 -recol1s=3171 -recol1d=10336 -name=Flies -model1=model_2950 -unknown119=3 - -// 4968 -[npc_4968] -bas=bas_42 -size=1 -alwaysontop=yes -vislevel=0 -resizeh=66 -resizev=66 -recol1s=16846 -recol1d=10533 -recol2s=15919 -recol2d=10500 -recol3s=32761 -recol3d=28432 -name=Unnamed troll child -model1=model_4942 -model2=model_6239 -model3=model_3756 -head1=model_3791 -head2=model_3789 -unknown119=1 - -// 4969 -[npc_4969] -bas=bas_42 -size=1 -alwaysontop=yes -vislevel=0 -resizeh=66 -resizev=66 -op1=Talk-to -recol1s=16846 -recol1d=10533 -recol2s=15919 -recol2d=10500 -recol3s=32761 -recol3d=28432 -name=Drunken dwarf's leg -model1=model_4942 -model2=model_6239 -model3=model_3756 -head1=model_3791 -head2=model_3789 -unknown119=1 - -// 4970 -[npc_4970] -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2796 -multinpc=1,npc_4969 -unknown119=1 - -// 4971 -[npc_4971] -bas=bas_925 -op2=Attack -vislevel=75 -name=Baby Roc -model1=model_19139 -unknown119=1 - -// 4972 -[npc_4972] -bas=bas_924 -op2=Attack -size=5 -resizeh=106 -resizev=106 -vislevel=172 -name=Giant Roc -model1=model_19136 -unknown119=1 - -// 4973 -[npc_4973] -vislevel=0 -size=4 -resizeh=106 -resizev=106 -name=Shadow -model1=model_19137 -unknown119=1 - -// 4974 -[npc_4974] -vislevel=0 -size=1 -op1=Talk-to -op3=Pay-fare -recol1s=6273 -recol1d=32569 -recol2s=14724 -recol2d=1329 -recol3s=2340 -recol3d=1329 -recol4s=15856 -recol4d=21989 -recol5s=25098 -recol5d=21989 -recol6s=5120 -recol6d=32384 -retex1s=material_228 -retex1d=material_426 -name=Captain Barnaby -model1=model_214 -model2=model_250 -model3=model_299 -model4=model_151 -model5=model_263 -model6=model_10218 -model7=model_185 -model8=model_326 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 4975 -[npc_4975] -bas=bas_280 -vislevel=0 -op1=Talk-to -size=1 -recol1s=2340 -recol1d=14724 -recol2s=6144 -recol2d=14724 -name=Male slave -model1=model_217 -model2=model_250 -model3=model_19182 -model4=model_19173 -model5=model_19331 -model6=model_19181 -model7=model_19330 -model8=model_509 -head1=model_39859 -head2=model_38642 -unknown119=3 - -// 4976 -[npc_4976] -bas=bas_280 -vislevel=0 -op1=Talk-to -size=1 -recol1s=2340 -recol1d=14724 -recol2s=6144 -recol2d=14724 -recol3s=25098 -recol3d=19847 -recol4s=6273 -recol4d=13666 -retex1s=material_228 -retex1d=material_426 -name=Male slave -model1=model_217 -model2=model_250 -model3=model_19182 -model4=model_19173 -model5=model_19331 -model6=model_509 -model7=model_19181 -model8=model_19330 -head1=model_39859 -head2=model_38642 -unknown119=3 - -// 4977 -[npc_4977] -bas=bas_280 -vislevel=0 -op1=Talk-to -size=1 -recol1s=2340 -recol1d=14724 -recol2s=6144 -recol2d=14724 -recol3s=6273 -recol3d=5220 -name=Female slave -model1=model_393 -model2=model_19198 -model3=model_19189 -model4=model_19338 -model5=model_509 -model6=model_19197 -model7=model_19337 -head1=model_39143 -modeloffset4=3,-11,6 -unknown119=3 - -// 4978 -[npc_4978] -bas=bas_280 -vislevel=0 -op1=Talk-to -size=1 -recol1s=2340 -recol1d=14724 -recol2s=6144 -recol2d=14724 -recol3s=6273 -recol3d=13675 -recol4s=25098 -recol4d=21994 -retex1s=material_228 -retex1d=material_426 -name=Female slave -model1=model_393 -model2=model_19198 -model3=model_19189 -model4=model_19338 -model5=model_509 -model6=model_19197 -model7=model_19337 -head1=model_39143 -modeloffset4=3,-11,6 -unknown119=3 - -// 4979 -[npc_4979] -bas=bas_1062 -vislevel=0 -size=4 -op1=Talk-to -turnspeed=0 -name=Cart Camel -model1=model_19325 -model2=model_19326 -head1=model_9840 -unknown119=3 - -// 4980 -[npc_4980] -vislevel=0 -minimap=no -name=Mine Cart -model1=model_19284 -model2=model_19283 -unknown119=1 - -// 4981 -[npc_4981] -vislevel=0 -minimap=no -name=Mine Cart -model1=model_19284 -unknown119=1 - -// 4982 -[npc_4982] -vislevel=0 -size=1 -op1=Talk-to -recol1s=6273 -recol1d=26400 -recol2s=2340 -recol2d=14724 -recol3s=6144 -recol3d=14724 -name=Ana -model1=model_361 -head1=model_39124 -unknown119=3 - -// 4983 -[npc_4983] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=45 -recol1s=11593 -recol1d=8420 -recol2s=15392 -recol2d=17856 -recol3s=25098 -recol3d=14596 -recol4s=32760 -recol4d=8420 -recol5s=8354 -recol5d=8420 -recol6s=14724 -recol6d=6342 -name=Mercenary -model1=model_11737 -model2=model_4220 -model3=model_253 -model4=model_294 -model5=model_19329 -model6=model_19332 -model7=model_19336 -model8=model_523 -model9=model_6090 -model10=model_16473 -head1=model_39539 -head2=model_39799 -head3=model_39227 -unknown119=3 - -// 4984 -[npc_4984] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_2805 -multinpc=0,npc_822 -unknown119=3 - -// 4985 -[npc_4985] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_2803 -multinpc=0,npc_825 -multinpc=1,npc_826 -unknown119=3 - -// 4986 -[npc_4986] -bas=bas_81 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_2807 -multinpc=0,npc_835 -unknown119=3 - -// 4987 -[npc_4987] -bas=bas_4 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_2807 -multinpc=1,npc_4988 -unknown119=3 - -// 4988 -[npc_4988] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -ambient=15 -recol1s=2340 -recol1d=32444 -recol2s=6342 -recol2d=29209 -recol3s=14724 -recol3d=23227 -recol4s=20041 -recol4d=23227 -recol5s=6273 -recol5d=17935 -recol6s=6144 -recol6d=32315 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -retex3s=material_228 -retex3d=material_426 -name=Irena -model1=model_10078 -model2=model_456 -model3=model_7005 -model4=model_10706 -model5=model_11357 -model6=model_8934 -head1=model_39069 -unknown119=3 - -// 4989 -[npc_4989] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=7183 -recol1d=9409 -recol2s=2340 -recol2d=18887 -recol3s=5283 -recol3d=18855 -recol4s=3170 -recol4d=19875 -recol5s=25098 -recol5d=21925 -recol6s=6273 -recol6d=23219 -retex1s=material_262 -retex1d=material_258 -name=Mercenary -model1=model_9016 -model2=model_249 -model3=model_9458 -model4=model_8233 -model5=model_169 -model6=model_179 -model7=model_19336 -model8=model_19335 -model9=model_19333 -model10=model_16473 -model11=model_317 -head1=model_39945 -head2=model_39254 -unknown119=3 - -// 4990 -[npc_4990] -bas=bas_4 -op1=Talk-to -op2=Attack -resizeh=124 -resizev=124 -ambient=15 -vislevel=45 -recol1s=2340 -recol1d=8420 -recol2s=15392 -recol2d=4227 -recol3s=7333 -recol3d=9410 -recol4s=32736 -recol4d=8420 -recol5s=21102 -recol5d=8420 -recol6s=25330 -recol6d=8420 -name=Mercenary -model1=model_214 -model2=model_5104 -model3=model_7365 -model4=model_9458 -model5=model_323 -model6=model_173 -model7=model_176 -model8=model_566 -model9=model_19335 -model10=model_262 -model11=model_16473 -head1=model_39726 -head2=model_39178 -unknown119=3 - -// 4991 -[npc_4991] -bas=bas_4 -op1=Talk-to -op2=Attack -resizeh=140 -resizev=140 -ambient=15 -vislevel=45 -recol1s=14724 -recol1d=8420 -recol2s=2340 -recol2d=18887 -recol3s=5283 -recol3d=18855 -recol4s=3170 -recol4d=19875 -recol5s=25098 -recol5d=21925 -recol6s=32760 -recol6d=8420 -name=Mercenary -model1=model_6086 -model2=model_250 -model3=model_7365 -model4=model_9458 -model5=model_167 -model6=model_179 -model7=model_19336 -model8=model_517 -model9=model_19334 -model10=model_8919 -head1=model_39799 -head2=model_38642 -head3=model_39490 -unknown119=3 - -// 4992 -[npc_4992] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=7183 -recol1d=9409 -recol2s=22131 -recol2d=4192 -recol3s=9509 -recol3d=18855 -recol4s=3170 -recol4d=19875 -recol5s=25098 -recol5d=21925 -recol6s=12685 -recol6d=8420 -name=Mercenary -model1=model_220 -model2=model_11190 -model3=model_280 -model4=model_9458 -model5=model_6999 -model6=model_179 -model7=model_566 -model8=model_19335 -model9=model_19333 -model10=model_8920 -head1=model_40017 -head2=model_39212 -unknown119=3 - -// 4993 -[npc_4993] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=11593 -recol1d=8420 -recol2s=15392 -recol2d=17856 -recol3s=25098 -recol3d=14596 -recol4s=32760 -recol4d=4227 -recol5s=8354 -recol5d=8420 -recol6s=14724 -recol6d=8456 -name=Guard -model1=model_235 -model2=model_248 -model3=model_294 -model4=model_151 -model5=model_177 -model6=model_566 -model7=model_517 -model8=model_6090 -model9=model_185 -head1=model_38641 -head2=model_39275 -unknown119=3 - -// 4994 -[npc_4994] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=11593 -recol1d=8420 -recol2s=15392 -recol2d=17856 -recol3s=25098 -recol3d=14596 -recol4s=32760 -recol4d=8420 -recol5s=8354 -recol5d=8420 -recol6s=14724 -recol6d=13705 -name=Guard -model1=model_11737 -model2=model_4220 -model3=model_247 -model4=model_301 -model5=model_169 -model6=model_8918 -model7=model_19336 -model8=model_523 -model9=model_6090 -model10=model_185 -head1=model_39539 -head2=model_39256 -head3=model_39799 -unknown119=3 - -// 4995 -[npc_4995] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=11593 -recol1d=8420 -recol2s=8417 -recol2d=4227 -recol3s=25098 -recol3d=14596 -recol4s=32760 -recol4d=8420 -recol5s=5217 -recol5d=4227 -recol6s=14724 -recol6d=13705 -name=Guard -model1=model_11737 -model2=model_230 -model3=model_246 -model4=model_294 -model5=model_169 -model6=model_177 -model7=model_566 -model8=model_517 -model9=model_11869 -model10=model_8919 -head1=model_39539 -head2=model_39630 -unknown119=3 - -// 4996 -[npc_4996] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=11593 -recol1d=8420 -recol2s=15392 -recol2d=17856 -recol3s=25098 -recol3d=14596 -recol4s=32760 -recol4d=8420 -recol5s=8354 -recol5d=8420 -recol6s=14724 -recol6d=6342 -name=Guard -model1=model_11737 -model2=model_4220 -model3=model_253 -model4=model_294 -model5=model_19329 -model6=model_19332 -model7=model_19336 -model8=model_523 -model9=model_6090 -model10=model_16473 -head1=model_39539 -head2=model_39799 -head3=model_39227 -unknown119=3 - -// 4997 -[npc_4997] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=15392 -recol1d=4227 -recol2s=12685 -recol2d=8420 -recol3s=25098 -recol3d=14596 -recol4s=32760 -recol4d=8420 -recol5s=16846 -recol5d=4227 -recol6s=14724 -recol6d=8420 -name=Guard -model1=model_220 -model2=model_253 -model3=model_294 -model4=model_160 -model5=model_179 -model6=model_19336 -model7=model_521 -model8=model_6090 -model9=model_16473 -model10=model_11768 -head1=model_40017 -head2=model_39227 -unknown119=3 - -// 4998 -[npc_4998] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=11593 -recol1d=8420 -recol2s=15856 -recol2d=4227 -recol3s=25098 -recol3d=14596 -recol4s=8417 -recol4d=8420 -recol5s=8354 -recol5d=8420 -recol6s=14724 -recol6d=4227 -name=Guard -model1=model_230 -model2=model_247 -model3=model_301 -model4=model_159 -model5=model_10218 -model6=model_566 -model7=model_517 -model8=model_11869 -model9=model_181 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 4999 -[npc_4999] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=11593 -recol1d=8420 -recol2s=15392 -recol2d=17856 -recol3s=25098 -recol3d=14596 -recol4s=32760 -recol4d=4227 -recol5s=8354 -recol5d=8420 -recol6s=14724 -recol6d=8456 -name=Guard -model1=model_235 -model2=model_248 -model3=model_294 -model4=model_151 -model5=model_177 -model6=model_566 -model7=model_517 -model8=model_6090 -model9=model_185 -head1=model_38641 -head2=model_39275 -unknown119=3 - -// 5000 -[npc_5000] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=11593 -recol1d=8420 -recol2s=15392 -recol2d=17856 -recol3s=25098 -recol3d=14596 -recol4s=32760 -recol4d=8420 -recol5s=8354 -recol5d=8420 -recol6s=14724 -recol6d=13705 -name=Guard -model1=model_11737 -model2=model_4220 -model3=model_247 -model4=model_301 -model5=model_169 -model6=model_8918 -model7=model_19336 -model8=model_523 -model9=model_6090 -model10=model_185 -head1=model_39539 -head2=model_39256 -head3=model_39799 -unknown119=3 - -// 5001 -[npc_5001] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=11593 -recol1d=8420 -recol2s=8417 -recol2d=4227 -recol3s=25098 -recol3d=14596 -recol4s=32760 -recol4d=8420 -recol5s=5217 -recol5d=4227 -recol6s=14724 -recol6d=13705 -name=Guard -model1=model_11737 -model2=model_230 -model3=model_246 -model4=model_294 -model5=model_169 -model6=model_177 -model7=model_566 -model8=model_517 -model9=model_11869 -model10=model_8919 -head1=model_39539 -head2=model_39630 -unknown119=3 - -// 5002 -[npc_5002] -bas=bas_4 -op1=Talk-to -op2=Attack -ambient=15 -vislevel=45 -recol1s=11593 -recol1d=8420 -recol2s=15392 -recol2d=17856 -recol3s=25098 -recol3d=14596 -recol4s=32760 -recol4d=4227 -recol5s=8354 -recol5d=8420 -recol6s=14724 -recol6d=8456 -name=Guard -model1=model_235 -model2=model_248 -model3=model_294 -model4=model_151 -model5=model_177 -model6=model_566 -model7=model_517 -model8=model_6090 -model9=model_185 -head1=model_38641 -head2=model_39275 -unknown119=3 - -// 5003 -[npc_5003] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3187 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5004 -[npc_5004] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3188 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5005 -[npc_5005] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3189 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5006 -[npc_5006] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3190 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5007 -[npc_5007] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3191 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5008 -[npc_5008] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3192 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5009 -[npc_5009] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3193 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5010 -[npc_5010] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3194 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5011 -[npc_5011] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3195 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5012 -[npc_5012] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3196 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5013 -[npc_5013] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3197 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5014 -[npc_5014] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3198 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5015 -[npc_5015] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3199 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5016 -[npc_5016] -bas=bas_599 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3200 -multinpc=0,npc_5017 -multinpc=1,npc_5018 -multinpc=2,npc_5019 -unknown119=3 - -// 5017 -[npc_5017] -bas=bas_599 -vislevel=0 -op2=Pelt -alwaysontop=yes -name=Gublinch -model1=model_20500 -unknown119=3 - -// 5018 -[npc_5018] -bas=bas_599 -vislevel=0 -op2=Pelt -alwaysontop=yes -name=Gublinch -model1=model_20499 -unknown119=3 - -// 5019 -[npc_5019] -bas=bas_599 -vislevel=0 -op2=Pelt -alwaysontop=yes -name=Gublinch -model1=model_20498 -unknown119=3 - -// 5020 -[npc_5020] -bas=bas_165 -vislevel=0 -multivar=varplayerbit_3207 -multinpc=1,npc_5023 -unknown119=3 - -// 5021 -[npc_5021] -bas=bas_165 -vislevel=0 -multivar=varplayerbit_3207 -multinpc=1,npc_5024 -unknown119=3 - -// 5022 -[npc_5022] -bas=bas_165 -vislevel=0 -multivar=varplayerbit_3207 -multinpc=1,npc_5025 -unknown119=3 - -// 5023 -[npc_5023] -bas=bas_165 -vislevel=0 -op1=Talk-to -ambient=20 -recol1s=25200 -recol1d=19913 -recol2s=24110 -recol2d=17833 -recol3s=23053 -recol3d=16776 -name=Jack -model1=model_28603 -model2=model_28646 -model3=model_28664 -model4=model_28611 -model5=model_28615 -model6=model_28676 -head1=model_28691 -unknown119=3 - -// 5024 -[npc_5024] -bas=bas_165 -vislevel=0 -op1=Talk-to -ambient=20 -recol1s=25200 -recol1d=19913 -recol2s=24110 -recol2d=17833 -recol3s=23053 -recol3d=16776 -recol4s=2243 -recol4d=2151 -recol5s=4357 -recol5d=4265 -name=Jill -model1=model_28605 -model2=model_28643 -model3=model_28652 -model4=model_28611 -model5=model_28627 -model6=model_28669 -head1=model_28682 -unknown119=3 - -// 5025 -[npc_5025] -bas=bas_165 -vislevel=0 -op1=Talk-to -ambient=20 -recol1s=25200 -recol1d=19913 -recol2s=24110 -recol2d=17833 -recol3s=23053 -recol3d=16776 -recol4s=11590 -recol4d=11429 -name=Jeff -model1=model_28609 -model2=model_28631 -model3=model_28651 -model4=model_28611 -model5=model_28617 -model6=model_28673 -head1=model_28684 -unknown119=3 - -// 5026 -[npc_5026] -bas=bas_308 -size=1 -vislevel=0 -alwaysontop=yes -minimap=no -name=Egg launcher -model1=model_20660 -unknown119=3 - -// 5027 -[npc_5027] -bas=bas_309 -size=1 -vislevel=0 -alwaysontop=yes -minimap=no -name=Egg launcher -model1=model_20660 -unknown119=3 - -// 5028 -[npc_5028] -bas=bas_308 -vislevel=0 -alwaysontop=yes -minimap=no -name=Egg launcher -model1=model_20660 -unknown119=3 - -// 5029 -[npc_5029] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Get-rewards -alwaysontop=yes -retex1s=material_264 -retex1d=material_273 -name=Commander Connad -model1=model_20096 -model2=model_230 -model3=model_251 -model4=model_11758 -model5=model_11765 -model6=model_11727 -model7=model_11732 -model8=model_19251 -model9=model_11735 -model10=model_11763 -model11=model_11762 -head1=model_39799 -head2=model_39345 -head3=model_38096 -unknown119=3 - -// 5030 -[npc_5030] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Tutorial -alwaysontop=yes -name=Captain Cain -model1=model_11740 -model2=model_230 -model3=model_252 -model4=model_11759 -model5=model_11765 -model6=model_11727 -model7=model_11732 -model8=model_19250 -model9=model_11735 -head1=model_39799 -head2=model_39391 -head3=model_38097 -unknown119=3 - -// 5031 -[npc_5031] -bas=bas_102 -vislevel=0 -op1=Talk-to -name=Private Paldo -model1=model_11740 -model2=model_230 -model3=model_252 -model4=model_11759 -model5=model_11729 -model6=model_11732 -model7=model_11788 -model8=model_19250 -model9=model_11735 -head1=model_39799 -head2=model_39391 -head3=model_38097 -unknown119=3 - -// 5032 -[npc_5032] -bas=bas_103 -vislevel=0 -op1=Talk-to -name=Private Pendron -model1=model_11740 -model2=model_230 -model3=model_249 -model4=model_11759 -model5=model_11764 -model6=model_11727 -model7=model_11732 -model8=model_11792 -model9=model_19250 -model10=model_11735 -head1=model_39799 -head2=model_39391 -head3=model_39254 -unknown119=3 - -// 5033 -[npc_5033] -bas=bas_4 -vislevel=0 -op1=Talk-to -name=Private Pierreb -model1=model_11740 -model2=model_230 -model3=model_250 -model4=model_11759 -model5=model_11726 -model6=model_11732 -model7=model_11790 -model8=model_19250 -model9=model_11735 -head1=model_39799 -head2=model_39391 -head3=model_38642 -unknown119=3 - -// 5034 -[npc_5034] -bas=bas_103 -vislevel=0 -op1=Talk-to -name=Private Paldon -model1=model_11740 -model2=model_230 -model3=model_251 -model4=model_11759 -model5=model_11726 -model6=model_11732 -model7=model_11793 -model8=model_19250 -model9=model_11735 -head1=model_39799 -head2=model_39391 -head3=model_38096 -unknown119=3 - -// 5035 -[npc_5035] -bas=bas_4 -vislevel=0 -alwaysontop=yes -recol1s=1602 -recol1d=25664 -name=Major Attack -model1=model_11740 -model2=model_230 -model3=model_252 -model4=model_11759 -model5=model_11727 -model6=model_11732 -model7=model_19250 -model8=model_11735 -model9=model_11764 -model10=model_19260 -head1=model_39799 -head2=model_39391 -head3=model_38097 -unknown119=3 - -// 5036 -[npc_5036] -bas=bas_4 -vislevel=0 -alwaysontop=yes -recol1s=1602 -recol1d=32736 -name=Major Collect -model1=model_11740 -model2=model_230 -model3=model_250 -model4=model_11758 -model5=model_11762 -model6=model_11727 -model7=model_11732 -model8=model_19250 -model9=model_11735 -model10=model_11764 -model11=model_19259 -head1=model_39799 -head2=model_39391 -head3=model_38642 -unknown119=3 - -// 5037 -[npc_5037] -bas=bas_4 -vislevel=0 -alwaysontop=yes -recol1s=1602 -recol1d=1112 -name=Major Defend -model1=model_11740 -model2=model_230 -model3=model_251 -model4=model_11758 -model5=model_11763 -model6=model_11726 -model7=model_11731 -model8=model_19250 -model9=model_11735 -model10=model_19261 -unknown119=3 - -// 5038 -[npc_5038] -bas=bas_4 -vislevel=0 -alwaysontop=yes -recol1s=1602 -recol1d=1794 -name=Major Heal -model1=model_11740 -model2=model_230 -model3=model_252 -model4=model_11758 -model5=model_11763 -model6=model_11728 -model7=model_11731 -model8=model_19250 -model9=model_11735 -model10=model_11762 -model11=model_19262 -head1=model_39799 -head2=model_39391 -head3=model_38097 -unknown119=3 - -// 5039 -[npc_5039] -bas=bas_102 -vislevel=0 -op1=Talk-to -name=Sergeant Sambur -model1=model_11740 -model2=model_230 -model3=model_252 -model4=model_11759 -model5=model_11729 -model6=model_11732 -model7=model_11788 -model8=model_19250 -model9=model_11735 -head1=model_39799 -head2=model_39391 -head3=model_38097 -unknown119=3 - -// 5040 -[npc_5040] -bas=bas_311 -vislevel=0 -name=Penance Fighter -model1=model_20697 -model2=model_20696 -unknown119=1 - -// 5041 -[npc_5041] -bas=bas_314 -vislevel=0 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Penance Ranger -model1=model_20719 -model2=model_20720 -unknown119=1 - -// 5042 -[npc_5042] -bas=bas_315 -vislevel=0 -name=Penance Runner -model1=model_20721 -unknown119=1 - -// 5043 -[npc_5043] -bas=bas_312 -vislevel=0 -vislevel=0 -name=Penance Healer -model1=model_20698 -unknown119=1 - -// 5044 -[npc_5044] -bas=bas_311 -op2=Attack -vislevel=30 -name=Penance Fighter -model1=model_20697 -model2=model_20696 -unknown119=3 - -// 5045 -[npc_5045] -bas=bas_311 -op2=Attack -vislevel=32 -recol1s=11688 -recol1d=10600 -recol2s=12745 -recol2d=11688 -recol3s=13771 -recol3d=12745 -recol4s=14828 -recol4d=13771 -recol5s=15885 -recol5d=14828 -name=Penance Fighter -model1=model_20697 -model2=model_20696 -unknown119=3 - -// 5046 -[npc_5046] -bas=bas_108 -vislevel=0 -op1=Talk-to -ambient=20 -recol1s=13728 -recol1d=6306 -recol2s=14724 -recol2d=9539 -recol3s=416 -recol3d=9539 -recol4s=384 -recol4d=7429 -recol5s=25098 -recol5d=13538 -recol6s=25098 -recol6d=14596 -name=Jack -model1=model_2906 -model2=model_2909 -model3=model_2918 -head1=model_139 -unknown119=3 - -// 5047 -[npc_5047] -bas=bas_108 -vislevel=0 -op1=Talk-to -ambient=20 -recol1s=13728 -recol1d=6306 -recol2s=14724 -recol2d=9477 -recol3s=416 -recol3d=9477 -recol4s=2340 -recol4d=6405 -recol5s=25098 -recol5d=14596 -name=Jill -model1=model_2895 -model2=model_2912 -model3=model_2918 -head1=model_138 -unknown119=3 - -// 5048 -[npc_5048] -bas=bas_108 -vislevel=0 -op1=Talk-to -ambient=20 -recol1s=14724 -recol1d=15783 -recol2s=13728 -recol2d=6306 -recol3s=416 -recol3d=15783 -recol4s=384 -recol4d=7460 -recol5s=25098 -recol5d=14596 -name=Jeff -model1=model_2906 -model2=model_2909 -model3=model_2918 -head1=model_139 -unknown119=3 - -// 5049 -[npc_5049] -bas=bas_4 -op1=Talk-to -op4=Fly -vislevel=0 -alwaysontop=yes -recol1s=7298 -recol1d=0 -retex1s=material_228 -retex1d=material_426 -name=Auguste -model1=model_19470 -model2=model_246 -model3=model_19476 -model4=model_19467 -model5=model_177 -model6=model_19472 -model7=model_181 -head1=model_39641 -unknown119=3 - -// 5050 -[npc_5050] -bas=bas_4 -op1=Talk-to -op4=Fly -vislevel=0 -alwaysontop=yes -recol1s=7298 -recol1d=0 -retex1s=material_228 -retex1d=material_426 -name=Auguste -model1=model_19470 -model2=model_246 -model3=model_19476 -model4=model_19467 -model5=model_177 -model6=model_19472 -model7=model_181 -head1=model_39641 -unknown119=3 - -// 5051 -[npc_5051] -bas=bas_930 -op1=Talk-to -op4=Fly -vislevel=0 -alwaysontop=yes -recol1s=7298 -recol1d=0 -retex1s=material_228 -retex1d=material_426 -name=Auguste -model1=model_19470 -model2=model_246 -model3=model_19476 -model4=model_19467 -model5=model_177 -model6=model_19472 -model7=model_181 -head1=model_39641 -unknown119=3 - -// 5052 -[npc_5052] -bas=bas_4 -op1=Talk-to -op4=Fly -vislevel=0 -alwaysontop=yes -recol1s=7298 -recol1d=0 -retex1s=material_228 -retex1d=material_426 -name=Auguste -model1=model_19470 -model2=model_246 -model3=model_19476 -model4=model_19467 -model5=model_177 -model6=model_19472 -model7=model_181 -head1=model_39641 -unknown119=3 - -// 5053 -[npc_5053] -bas=bas_4 -vislevel=0 -op1=Talk-to -op4=Fly -alwaysontop=yes -recol1s=6342 -recol1d=6275 -recol2s=10401 -recol2d=8356 -recol3s=4192 -recol3d=6275 -recol4s=28341 -recol4d=14762 -recol5s=2340 -recol5d=7396 -recol6s=6273 -recol6d=11524 -retex1s=material_273 -retex1d=material_257 -name=Assistant Serf -model1=model_12137 -model2=model_246 -model3=model_19474 -model4=model_326 -model5=model_19465 -model6=model_10218 -model7=model_274 -model8=model_185 -head1=model_39643 -head2=model_39223 -unknown119=3 - -// 5054 -[npc_5054] -bas=bas_4 -vislevel=0 -op1=Talk-to -op4=Fly -alwaysontop=yes -recol1s=2340 -recol1d=10468 -recol2s=28341 -recol2d=7500 -recol3s=32735 -recol3d=13539 -recol4s=15856 -recol4d=25098 -recol5s=6273 -recol5d=29496 -recol6s=4192 -recol6d=10468 -retex1s=material_273 -retex1d=material_257 -retex2s=material_228 -retex2d=material_426 -name=Assistant Brock -model1=model_6848 -model2=model_247 -model3=model_19474 -model4=model_19465 -model5=model_176 -model6=model_274 -model7=model_181 -head1=model_39744 -head2=model_39256 -unknown119=3 - -// 5055 -[npc_5055] -bas=bas_4 -vislevel=0 -op1=Talk-to -op4=Fly -alwaysontop=yes -recol1s=2340 -recol1d=5384 -recol2s=28341 -recol2d=12484 -recol3s=8384 -recol3d=16514 -recol4s=26531 -recol4d=7299 -recol5s=6273 -recol5d=15751 -recol6s=3170 -recol6d=6275 -retex1s=material_272 -retex1d=material_257 -name=Assistant Marrow -model1=model_206 -model2=model_252 -model3=model_19474 -model4=model_19465 -model5=model_10218 -model6=model_5218 -head1=model_39947 -head2=model_38097 -unknown119=3 - -// 5056 -[npc_5056] -bas=bas_108 -vislevel=0 -op1=Talk-to -op4=Fly -alwaysontop=yes -recol1s=352 -recol1d=2242 -retex1s=material_306 -retex1d=material_203 -name=Assistant Le Smith -model1=model_19773 -model2=model_19772 -model3=model_10340 -head1=model_21 -unknown119=3 - -// 5057 -[npc_5057] -bas=bas_4 -vislevel=0 -op1=Talk-to -op4=Fly -alwaysontop=yes -recol1s=2340 -recol1d=32631 -recol2s=14724 -recol2d=32631 -recol3s=6273 -recol3d=26387 -recol4s=21074 -recol4d=26387 -retex1s=material_228 -retex1d=material_426 -name=Assistant Stan -model1=model_18086 -model2=model_250 -model3=model_19475 -model4=model_19465 -model5=model_10218 -model6=model_8919 -model7=model_19471 -head1=model_39897 -head2=model_38642 -unknown119=3 - -// 5058 -[npc_5058] -bas=bas_931 -vislevel=0 -recol1s=14724 -recol1d=11559 -recol2s=7298 -recol2d=11559 -recol3s=6144 -recol3d=10502 -name=Bob -model1=model_18086 -model2=model_246 -model3=model_310 -model4=model_18125 -model5=model_10218 -model6=model_495 -model7=model_15005 -model8=model_18129 -unknown119=3 - -// 5059 -[npc_5059] -bas=bas_932 -vislevel=0 -recol1s=15856 -recol1d=25098 -recol2s=2340 -recol2d=11559 -recol3s=6144 -recol3d=9478 -recol4s=7298 -recol4d=11559 -recol5s=21074 -recol5d=12580 -recol6s=6273 -recol6d=12580 -name=Curly -model1=model_18086 -model2=model_11190 -model3=model_14321 -model4=model_33034 -model5=model_10218 -model6=model_495 -model7=model_275 -model8=model_18127 -unknown119=3 - -// 5060 -[npc_5060] -bas=bas_933 -vislevel=0 -recol1s=15856 -recol1d=25098 -recol2s=14724 -recol2d=11559 -recol3s=6144 -recol3d=9478 -recol4s=7298 -recol4d=11559 -recol5s=21074 -recol5d=12580 -recol6s=6273 -recol6d=12580 -name=Moe -model1=model_6848 -model2=model_11190 -model3=model_310 -model4=model_33034 -model5=model_10218 -model6=model_495 -model7=model_18132 -model8=model_18127 -unknown119=3 - -// 5061 -[npc_5061] -bas=bas_934 -vislevel=0 -recol1s=15856 -recol1d=25098 -recol2s=14724 -recol2d=11559 -recol3s=6144 -recol3d=9478 -recol4s=7298 -recol4d=11559 -recol5s=21074 -recol5d=12580 -recol6s=6273 -recol6d=12580 -name=Larry -model1=model_214 -model2=model_11190 -model3=model_8845 -model4=model_33034 -model5=model_10218 -model6=model_495 -model7=model_15005 -model8=model_18129 -unknown119=3 - -// 5062 -[npc_5062] -bas=bas_4 -op1=Talk-to -op4=Fly -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2868 -multinpc=1,npc_5049 -multinpc=2,npc_5057 -unknown119=3 - -// 5063 -[npc_5063] -bas=bas_4 -op1=Talk-to -op4=Fly -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2869 -multinpc=1,npc_5055 -unknown119=3 - -// 5064 -[npc_5064] -bas=bas_108 -op1=Talk-to -op4=Fly -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2870 -multinpc=1,npc_5056 -unknown119=3 - -// 5065 -[npc_5065] -bas=bas_4 -op1=Talk-to -op4=Fly -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2871 -multinpc=1,npc_5054 -unknown119=3 - -// 5066 -[npc_5066] -bas=bas_4 -op1=Talk-to -op4=Fly -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_2872 -multinpc=1,npc_5053 -unknown119=3 - -// 5067 -[npc_5067] -bas=bas_151 -vislevel=0 -name=Shark -model1=model_19778 -unknown119=2 - -// 5068 -[npc_5068] -bas=bas_151 -vislevel=0 -name=Shark -model1=model_19778 -unknown119=2 - -// 5069 -[npc_5069] -bas=bas_151 -vislevel=0 -name=Shark -model1=model_19778 -unknown119=2 - -// 5070 -[npc_5070] -minimap=no -vislevel=0 -op5=hidden -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5071 -[npc_5071] -minimap=no -vislevel=0 -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5072 -[npc_5072] -bas=bas_83 -ambient=20 -vislevel=0 -op5=hidden -vislevel=0 -name=Tropical wagtail -model1=model_26839 -unknown119=3 - -// 5073 -[npc_5073] -bas=bas_83 -ambient=20 -vislevel=0 -op5=hidden -vislevel=0 -name=Crimson swift -model1=model_26842 -unknown119=3 - -// 5074 -[npc_5074] -bas=bas_83 -ambient=20 -vislevel=0 -op5=hidden -vislevel=0 -name=Cerulean twitch -model1=model_26850 -unknown119=3 - -// 5075 -[npc_5075] -bas=bas_83 -ambient=20 -vislevel=0 -op5=hidden -vislevel=0 -name=Golden warbler -model1=model_26845 -unknown119=3 - -// 5076 -[npc_5076] -bas=bas_83 -ambient=20 -vislevel=0 -op5=hidden -vislevel=0 -name=Copper longtail -model1=model_26848 -unknown119=3 - -// 5077 -[npc_5077] -minimap=no -vislevel=0 -op5=hidden -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5078 -[npc_5078] -minimap=no -vislevel=0 -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5079 -[npc_5079] -bas=bas_1278 -op2=Attack -vislevel=1 -name=Chinchompa -model1=model_19371 -unknown119=3 - -// 5080 -[npc_5080] -bas=bas_1278 -op2=Attack -vislevel=2 -recol1s=13707 -recol1d=10336 -recol2s=13706 -recol2d=10336 -recol3s=11592 -recol3d=7232 -recol4s=12649 -recol4d=9312 -recol5s=13706 -recol5d=11424 -recol6s=12650 -recol6d=10336 -name=Carnivorous chinchompa -model1=model_19371 -unknown119=3 - -// 5081 -[npc_5081] -bas=bas_285 -size=1 -contrast=12 -ambient=12 -vislevel=0 -name=Ferret -model1=model_19373 -unknown119=3 - -// 5082 -[npc_5082] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -op1=Catch -spotshadow=no -recol1s=11902 -recol1d=10240 -recol2s=16061 -recol2d=0 -recol3s=30686 -recol3d=10240 -name=Black warlock -model1=model_3023 -unknown119=3 - -// 5083 -[npc_5083] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -op1=Catch -spotshadow=no -recol1s=11902 -recol1d=29597 -recol2s=16061 -recol2d=29597 -recol3s=30686 -recol3d=32767 -name=Snowy knight -model1=model_3023 -unknown119=3 - -// 5084 -[npc_5084] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -op1=Catch -spotshadow=no -recol1s=27551 -recol1d=21404 -name=Sapphire glacialis -model1=model_3022 -unknown119=3 - -// 5085 -[npc_5085] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -op1=Catch -spotshadow=no -recol1s=27551 -recol1d=25664 -name=Ruby harvest -model1=model_3022 -unknown119=3 - -// 5086 -[npc_5086] -bas=bas_181 -size=1 -op5=Hidden -vislevel=0 -name=Prickly kebbit -model1=model_19381 -model2=model_19388 -model3=model_19384 -unknown119=3 - -// 5087 -[npc_5087] -bas=bas_181 -size=1 -op5=Hidden -vislevel=0 -recol1s=8288 -recol1d=25403 -recol2s=10468 -recol2d=26461 -recol3s=11525 -recol3d=27519 -recol4s=12582 -recol4d=29631 -recol5s=13639 -recol5d=31743 -recol6s=9411 -recol6d=25403 -name=Sabre-toothed kebbit -model1=model_19382 -model2=model_19389 -model3=model_19384 -unknown119=3 - -// 5088 -[npc_5088] -bas=bas_181 -size=1 -op5=Hidden -vislevel=0 -recol1s=10468 -recol1d=8420 -recol2s=11525 -recol2d=9477 -recol3s=12582 -recol3d=10534 -recol4s=13639 -recol4d=11559 -recol5s=9411 -recol5d=8388 -recol6s=8288 -recol6d=8420 -name=Barb-tailed kebbit -model1=model_19381 -model2=model_19386 -model3=model_19384 -unknown119=3 - -// 5089 -[npc_5089] -bas=bas_181 -size=1 -op5=Hidden -vislevel=0 -recol1s=8288 -recol1d=10468 -name=Wild kebbit -model1=model_19381 -model2=model_19389 -model3=model_19385 -unknown119=3 - -// 5090 -[npc_5090] -minimap=no -vislevel=0 -op5=hidden -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5091 -[npc_5091] -minimap=no -vislevel=0 -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5092 -[npc_5092] -bas=bas_1284 -vislevel=0 -size=1 -resizeh=132 -resizev=135 -op1=Talk-to -op3=Quick-falconry -alwaysontop=yes -recol1s=32736 -recol1d=11784 -recol2s=15392 -recol2d=9414 -recol3s=2340 -recol3d=10533 -recol4s=25098 -recol4d=21994 -recol5s=6273 -recol5d=24226 -recol6s=7298 -recol6d=9476 -retex1s=material_228 -retex1d=material_426 -retex2s=material_247 -retex2d=material_426 -name=Matthias -model1=model_10981 -model2=model_251 -model3=model_293 -model4=model_323 -model5=model_169 -model6=model_19954 -model7=model_274 -model8=model_185 -head1=model_40053 -head2=model_38096 -unknown119=3 - -// 5093 -[npc_5093] -bas=bas_1284 -vislevel=0 -size=1 -resizeh=132 -resizev=135 -op1=Talk-to -op3=Quick-falconry -alwaysontop=yes -recol1s=32736 -recol1d=11784 -recol2s=15392 -recol2d=9414 -recol3s=2340 -recol3d=10533 -recol4s=25098 -recol4d=21994 -recol5s=6273 -recol5d=24226 -recol6s=7298 -recol6d=9476 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Matthias -model1=model_10981 -model2=model_251 -model3=model_293 -model4=model_323 -model5=model_169 -model6=model_19955 -model7=model_274 -model8=model_185 -head1=model_40053 -head2=model_38096 -unknown119=3 - -// 5094 -[npc_5094] -bas=bas_1281 -vislevel=0 -resizeh=76 -resizev=76 -op1=Retrieve -recol1s=15619 -recol1d=13504 -name=Gyr Falcon -model1=model_19974 -unknown119=3 - -// 5095 -[npc_5095] -bas=bas_1281 -vislevel=0 -resizeh=76 -resizev=76 -op1=Retrieve -recol1s=15619 -recol1d=13504 -name=Gyr Falcon -model1=model_19974 -unknown119=3 - -// 5096 -[npc_5096] -bas=bas_1281 -vislevel=0 -resizeh=76 -resizev=76 -op1=Retrieve -recol1s=15619 -recol1d=13504 -name=Gyr Falcon -model1=model_19974 -unknown119=3 - -// 5097 -[npc_5097] -bas=bas_1282 -vislevel=0 -turnspeed=0 -resizeh=76 -resizev=76 -recol1s=15619 -recol1d=13504 -name=Gyr Falcon -model1=model_19974 -model2=model_2498 -unknown119=3 - -// 5098 -[npc_5098] -bas=bas_181 -size=1 -resizeh=96 -resizev=96 -op1=Catch -turnspeed=64 -vislevel=0 -recol1s=8288 -recol1d=0 -name=Spotted kebbit -model1=model_19381 -model2=model_19389 -model3=model_19384 -unknown119=3 - -// 5099 -[npc_5099] -bas=bas_181 -size=1 -resizeh=96 -resizev=96 -op1=Catch -turnspeed=64 -vislevel=0 -recol1s=8288 -recol1d=0 -recol2s=10468 -recol2d=2114 -recol3s=11525 -recol3d=4229 -recol4s=12582 -recol4d=6342 -recol5s=13639 -recol5d=8456 -recol6s=9411 -recol6d=4229 -name=Dark kebbit -model1=model_19381 -model2=model_19389 -model3=model_19384 -unknown119=3 - -// 5100 -[npc_5100] -bas=bas_181 -size=1 -resizeh=96 -resizev=96 -op1=Catch -turnspeed=64 -vislevel=0 -recol1s=13639 -recol1d=24242 -recol2s=12582 -recol2d=24242 -recol3s=11525 -recol3d=19879 -recol4s=10468 -recol4d=20935 -recol5s=9411 -recol5d=21992 -recol6s=8288 -recol6d=0 -name=Dashing kebbit -model1=model_19389 -model2=model_19381 -model3=model_19384 -unknown119=3 - -// 5101 -[npc_5101] -minimap=no -vislevel=0 -op5=hidden -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5102 -[npc_5102] -minimap=no -vislevel=0 -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5103 -[npc_5103] -bas=bas_222 -size=2 -op1=Tease -vislevel=60 -name=Sabre-toothed kyatt -model1=model_19375 -unknown119=3 - -// 5104 -[npc_5104] -bas=bas_222 -size=2 -op1=Tease -vislevel=40 -name=Spined larupia -model1=model_19376 -unknown119=3 - -// 5105 -[npc_5105] -bas=bas_222 -size=2 -op1=Tease -vislevel=50 -name=Horned graahk -model1=model_19374 -unknown119=3 - -// 5106 -[npc_5106] -minimap=no -vislevel=0 -turnspeed=1024 -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=5 - -// 5107 -[npc_5107] -minimap=no -vislevel=0 -turnspeed=1024 -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=5 - -// 5108 -[npc_5108] -minimap=no -vislevel=0 -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5109 -[npc_5109] -bas=bas_4 -op1=Talk-to -op5=Trade -alwaysontop=yes -vislevel=0 -recol1s=25098 -recol1d=13606 -name=Artimeus -model1=model_19823 -model2=model_252 -model3=model_11759 -model4=model_14175 -model5=model_169 -model6=model_176 -model7=model_19333 -model8=model_181 -head1=model_39355 -head2=model_39799 -head3=model_38097 -unknown119=3 - -// 5110 -[npc_5110] -bas=bas_4 -op1=Talk-to -op5=Trade -alwaysontop=yes -vislevel=0 -recol1s=20967 -recol1d=12616 -recol2s=16708 -recol2d=12613 -name=Aleck -model1=model_19822 -model2=model_19832 -model3=model_14175 -model4=model_169 -model5=model_179 -model6=model_19333 -model7=model_19814 -head1=model_39431 -head2=model_39630 -unknown119=3 - -// 5111 -[npc_5111] -bas=bas_4 -op1=Talk-to -op5=Trade -alwaysontop=yes -vislevel=0 -recol1s=14724 -recol1d=14368 -recol2s=2340 -recol2d=8192 -recol3s=7298 -recol3d=18955 -recol4s=6273 -recol4d=12484 -name=Leon -model1=model_9452 -model2=model_245 -model3=model_9620 -model4=model_10984 -model5=model_6036 -model6=model_151 -model7=model_179 -model8=model_19839 -model9=model_11339 -model10=model_181 -head1=model_40019 -head2=model_39270 -head3=model_39316 -unknown119=3 - -// 5112 -[npc_5112] -bas=bas_4 -op1=Talk-to -alwaysontop=yes -vislevel=0 -ambient=10 -contrast=10 -recol1s=7298 -recol1d=18891 -recol2s=9473 -recol2d=18891 -name=Hunting expert -model1=model_19820 -model2=model_253 -model3=model_19830 -model4=model_19809 -model5=model_179 -model6=model_19825 -model7=model_185 -head1=model_39585 -head2=model_39227 -unknown119=3 - -// 5113 -[npc_5113] -bas=bas_4 -op1=Talk-to -alwaysontop=yes -vislevel=0 -ambient=10 -contrast=10 -name=Hunting expert -model1=model_19862 -model2=model_19871 -model3=model_19856 -model4=model_10706 -model5=model_19866 -model6=model_358 -model7=model_19873 -head1=model_39135 -unknown119=3 - -// 5114 -[npc_5114] -bas=bas_1280 -size=1 -vislevel=0 -recol1s=16846 -recol1d=21856 -name=Orange salamander -model1=model_19391 -unknown119=3 - -// 5115 -[npc_5115] -bas=bas_1280 -size=1 -vislevel=0 -recol1s=16846 -recol1d=14432 -name=Red salamander -model1=model_19391 -unknown119=3 - -// 5116 -[npc_5116] -bas=bas_1280 -size=1 -vislevel=0 -recol1s=16846 -recol1d=2114 -name=Black salamander -model1=model_19391 -unknown119=3 - -// 5117 -[npc_5117] -bas=bas_1280 -size=1 -vislevel=0 -recol1s=16846 -recol1d=2242 -name=Swamp lizard -model1=model_19391 -unknown119=3 - -// 5118 -[npc_5118] -minimap=no -vislevel=0 -op5=hidden -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5119 -[npc_5119] -minimap=no -vislevel=0 -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 5120 -[npc_5120] -bas=bas_264 -size=3 -resizeh=40 -resizev=40 -vislevel=0 -name=Eagle -model1=model_5728 -unknown119=7 - -// 5121 -[npc_5121] -bas=bas_264 -size=5 -turnspeed=1024 -vislevel=0 -recol1s=32762 -recol1d=27379 -recol2s=14661 -recol2d=17866 -recol3s=13604 -recol3d=15752 -recol4s=16740 -recol4d=13638 -recol5s=16774 -recol5d=11524 -recol6s=17798 -recol6d=9410 -name=Eagle -model1=model_5727 -model2=model_5729 -unknown119=1 - -// 5122 -[npc_5122] -bas=bas_264 -size=5 -turnspeed=1024 -vislevel=0 -recol1s=32762 -recol1d=15816 -recol2s=14661 -recol2d=11591 -recol3s=13604 -recol3d=10534 -recol4s=16740 -recol4d=9477 -recol5s=16774 -recol5d=8420 -recol6s=17798 -recol6d=7363 -name=Eagle -model1=model_5727 -model2=model_5729 -unknown119=1 - -// 5123 -[npc_5123] -bas=bas_264 -size=5 -turnspeed=1024 -vislevel=0 -recol1s=32762 -recol1d=16914 -recol2s=14661 -recol2d=28540 -recol3s=13604 -recol3d=26426 -recol4s=16740 -recol4d=24312 -recol5s=16774 -recol5d=22198 -recol6s=17798 -recol6d=20084 -name=Eagle -model1=model_5727 -model2=model_5729 -unknown119=1 - -// 5124 -[npc_5124] -bas=bas_4 -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_2780 -multinpc=15,npc_5127 -multinpc=20,npc_5128 -multinpc=25,npc_5129 -unknown119=3 - -// 5125 -[npc_5125] -bas=bas_4 -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_2780 -multinpc=0,npc_5128 -multinpc=25,npc_5128 -multinpc=30,npc_5128 -multinpc=35,npc_5128 -multinpc=40,npc_5128 -unknown119=3 - -// 5126 -[npc_5126] -bas=bas_1219 -alwaysontop=yes -vislevel=0 -recol1s=8386 -recol1d=28431 -recol2s=14724 -recol2d=28431 -recol3s=2340 -recol3d=23080 -recol4s=8384 -recol4d=23080 -recol5s=15856 -recol5d=25098 -recol6s=7399 -recol6d=12608 -name=Nickolaus -model1=model_251 -model2=model_230 -model3=model_292 -model4=model_327 -model5=model_3707 -model6=model_151 -model7=model_179 -model8=model_566 -model9=model_3704 -model10=model_275 -model11=model_6364 -model12=model_245 -head1=model_39799 -head2=model_38096 -head3=model_39316 -head4=model_39387 -unknown119=3 - -// 5127 -[npc_5127] -op1=Shout-to -alwaysontop=yes -vislevel=0 -recol1s=8386 -recol1d=28431 -recol2s=14724 -recol2d=28431 -recol3s=2340 -recol3d=23080 -recol4s=8384 -recol4d=23080 -recol5s=15856 -recol5d=25098 -recol6s=7399 -recol6d=12608 -name=Nickolaus -model1=model_251 -model2=model_230 -model3=model_292 -model4=model_327 -model5=model_3707 -model6=model_151 -model7=model_179 -model8=model_566 -model9=model_3704 -model10=model_275 -model11=model_6364 -model12=model_245 -head1=model_39799 -head2=model_38096 -head3=model_39316 -head4=model_39387 -unknown119=3 - -// 5128 -[npc_5128] -op1=Talk-to -alwaysontop=yes -vislevel=0 -recol1s=8386 -recol1d=28431 -recol2s=14724 -recol2d=28431 -recol3s=2340 -recol3d=23080 -recol4s=8384 -recol4d=23080 -recol5s=15856 -recol5d=25098 -recol6s=7399 -recol6d=12608 -name=Nickolaus -model1=model_251 -model2=model_230 -model3=model_292 -model4=model_327 -model5=model_3707 -model6=model_151 -model7=model_179 -model8=model_566 -model9=model_3704 -model10=model_275 -model11=model_6364 -model12=model_245 -head1=model_39799 -head2=model_38096 -head3=model_39316 -head4=model_39387 -unknown119=3 - -// 5129 -[npc_5129] -op1=Talk-to -alwaysontop=yes -vislevel=0 -recol1s=8386 -recol1d=28431 -recol2s=14724 -recol2d=28431 -recol3s=2340 -recol3d=23080 -recol4s=8384 -recol4d=23080 -recol5s=15856 -recol5d=25098 -recol6s=7399 -recol6d=12608 -name=Nickolaus -model1=model_251 -model2=model_230 -model3=model_292 -model4=model_327 -model5=model_19859 -model6=model_151 -model7=model_179 -model8=model_566 -model9=model_3704 -model10=model_275 -model11=model_6364 -model12=model_20097 -head1=model_39799 -head2=model_38096 -head3=model_39310 -head4=model_39387 -unknown119=3 - -// 5130 -[npc_5130] -bas=bas_286 -size=3 -alwaysontop=yes -vislevel=0 -recol1s=32762 -recol1d=27379 -recol2s=14661 -recol2d=17866 -recol3s=13604 -recol3d=15752 -recol4s=16740 -recol4d=13638 -recol5s=16774 -recol5d=11524 -recol6s=17798 -recol6d=9410 -name=Desert eagle -model1=model_19380 -unknown119=3 - -// 5131 -[npc_5131] -bas=bas_286 -size=3 -alwaysontop=yes -vislevel=0 -recol1s=32762 -recol1d=15816 -recol2s=14661 -recol2d=11591 -recol3s=13604 -recol3d=10534 -recol4s=16740 -recol4d=9477 -recol5s=16774 -recol5d=8420 -recol6s=17798 -recol6d=7363 -name=Jungle eagle -model1=model_19380 -unknown119=3 - -// 5132 -[npc_5132] -bas=bas_286 -size=3 -alwaysontop=yes -vislevel=0 -recol1s=32762 -recol1d=16914 -recol2s=14661 -recol2d=28540 -recol3s=13604 -recol3d=26426 -recol4s=16740 -recol4d=24312 -recol5s=16774 -recol5d=22198 -recol6s=17798 -recol6d=20084 -name=Polar eagle -model1=model_19380 -unknown119=3 - -// 5133 -[npc_5133] -bas=bas_286 -size=3 -op1=Walk-past -alwaysontop=yes -vislevel=0 -recol1s=14661 -recol1d=22131 -recol2s=13604 -recol2d=21074 -recol3s=16740 -recol3d=20017 -recol4s=32762 -recol4d=28407 -recol5s=17798 -recol5d=16846 -recol6s=20935 -recol6d=13675 -name=Eagle -model1=model_19380 -unknown119=1 - -// 5134 -[npc_5134] -bas=bas_286 -size=3 -alwaysontop=yes -vislevel=0 -recol1s=32762 -recol1d=27379 -recol2s=14661 -recol2d=17866 -recol3s=13604 -recol3d=15752 -recol4s=16740 -recol4d=13638 -recol5s=16774 -recol5d=11524 -recol6s=17798 -recol6d=9410 -multivar=varplayerbit_2780 -multinpc=40,npc_5130 -unknown119=3 - -// 5135 -[npc_5135] -bas=bas_286 -size=3 -alwaysontop=yes -vislevel=0 -recol1s=32762 -recol1d=15816 -recol2s=14661 -recol2d=11591 -recol3s=13604 -recol3d=10534 -recol4s=16740 -recol4d=9477 -recol5s=16774 -recol5d=8420 -recol6s=17798 -recol6d=7363 -multivar=varplayerbit_2780 -multinpc=40,npc_5131 -unknown119=3 - -// 5136 -[npc_5136] -bas=bas_286 -size=3 -alwaysontop=yes -vislevel=0 -recol1s=32762 -recol1d=16914 -recol2s=14661 -recol2d=28540 -recol3s=13604 -recol3d=26426 -recol4s=16740 -recol4d=24312 -recol5s=16774 -recol5d=22198 -recol6s=17798 -recol6d=20084 -multivar=varplayerbit_2780 -multinpc=40,npc_5132 -unknown119=3 - -// 5137 -[npc_5137] -bas=bas_1220 -size=1 -op2=Attack -alwaysontop=yes -vislevel=13 -name=Kebbit -model1=model_20090 -model2=model_20091 -model3=model_20093 -unknown119=3 - -// 5138 -[npc_5138] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=15750 -recol2s=2340 -recol2d=15750 -recol3s=7298 -recol3d=7364 -recol4s=0 -recol4d=5249 -retex1s=material_256 -retex1d=material_202 -name=Charlie -model1=model_20096 -model2=model_230 -model3=model_11190 -model4=model_292 -model5=model_20098 -model6=model_20095 -model7=model_15411 -model8=model_495 -model9=model_271 -model10=model_185 -head1=model_39799 -head2=model_39212 -head3=model_39345 -unknown119=3 - -// 5139 -[npc_5139] -bas=bas_285 -size=1 -vislevel=0 -multivar=varplayerbit_2780 -multinpc=40,npc_5081 -unknown119=3 - -// 5140 -[npc_5140] -bas=bas_1217 -vislevel=0 -size=2 -ambient=15 -op1=Push -turnspeed=0 -minimap=no -recolhsl1s=8367 -recolhsl1d=6450 -name=Boulder -model1=model_20088 -unknown119=1 - -// 5141 -[npc_5141] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=17416 -recol2s=14724 -recol2d=17416 -recol3s=15392 -recol3d=17416 -recol4s=8386 -recol4d=17416 -recol5s=32736 -recol5d=17416 -recol6s=8320 -recol6d=17416 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Uri -model1=model_13705 -model2=model_215 -model3=model_10039 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_177 -model8=model_8954 -model9=model_265 -model10=model_181 -model11=model_5434 -head1=model_39836 -head2=model_39232 -head3=model_39417 -unknown119=1 - -// 5142 -[npc_5142] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=17416 -recol2s=14724 -recol2d=17416 -recol3s=15392 -recol3d=17416 -recol4s=8386 -recol4d=17416 -recol5s=32736 -recol5d=17416 -recol6s=8320 -recol6d=17416 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Uri -model1=model_13705 -model2=model_215 -model3=model_10039 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_177 -model8=model_8954 -model9=model_265 -model10=model_181 -model11=model_5434 -head1=model_39836 -head2=model_39232 -head3=model_39417 -unknown119=1 - -// 5143 -[npc_5143] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=17416 -recol2s=14724 -recol2d=17416 -recol3s=15392 -recol3d=17416 -recol4s=8386 -recol4d=17416 -recol5s=32736 -recol5d=17416 -recol6s=8320 -recol6d=17416 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Uri -model1=model_13705 -model2=model_215 -model3=model_10039 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_177 -model8=model_8954 -model9=model_265 -model10=model_181 -model11=model_5434 -head1=model_39836 -head2=model_39232 -head3=model_39417 -unknown119=1 - -// 5144 -[npc_5144] -bas=bas_4 -op2=Attack -vislevel=65 -recol1s=2340 -recol1d=17416 -recol2s=14724 -recol2d=17416 -recol3s=15392 -recol3d=17416 -recol4s=8386 -recol4d=17416 -recol5s=32736 -recol5d=17416 -recol6s=8320 -recol6d=17416 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Double agent -model1=model_13705 -model2=model_215 -model3=model_10039 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_177 -model8=model_8954 -model9=model_265 -model10=model_181 -model11=model_5434 -head1=model_39836 -head2=model_39232 -head3=model_39417 -unknown119=3 - -// 5145 -[npc_5145] -bas=bas_4 -op2=Attack -vislevel=108 -recol1s=2340 -recol1d=17416 -recol2s=14724 -recol2d=17416 -recol3s=15392 -recol3d=17416 -recol4s=8386 -recol4d=17416 -recol5s=32736 -recol5d=17416 -recol6s=8320 -recol6d=17416 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Double agent -model1=model_13705 -model2=model_215 -model3=model_10039 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_177 -model8=model_8954 -model9=model_265 -model10=model_181 -model11=model_5434 -head1=model_39836 -head2=model_39232 -head3=model_39417 -unknown119=3 - -// 5146 -[npc_5146] -bas=bas_63 -vislevel=0 -size=1 -ambient=20 -resizeh=88 -resizev=88 -name=Li'l lamb -model1=model_20272 -unknown119=3 - -// 5147 -[npc_5147] -bas=bas_63 -vislevel=0 -size=1 -ambient=20 -resizeh=88 -resizev=88 -recol1s=32569 -recol1d=4228 -recol2s=32631 -recol2d=6342 -recol3s=29464 -recol3d=5285 -recol4s=28341 -recol4d=7399 -recol5s=11561 -recol5d=7399 -name=Lamb -model1=model_20272 -unknown119=3 - -// 5148 -[npc_5148] -bas=bas_63 -vislevel=0 -size=1 -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=10536 -recol4s=7399 -recol4d=12650 -recol5s=8456 -recol5d=13707 -recol6s=10504 -recol6d=15788 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 5149 -[npc_5149] -bas=bas_63 -vislevel=0 -size=1 -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=14764 -recol4s=7399 -recol4d=16878 -recol5s=8456 -recol5d=17935 -recol6s=10504 -recol6d=20016 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 5150 -[npc_5150] -bas=bas_63 -vislevel=0 -size=1 -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=10536 -recol4s=7399 -recol4d=12650 -recol5s=8456 -recol5d=13707 -recol6s=10504 -recol6d=15788 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 5151 -[npc_5151] -bas=bas_63 -vislevel=0 -size=1 -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=14764 -recol4s=7399 -recol4d=16878 -recol5s=8456 -recol5d=17935 -recol6s=10504 -recol6d=20016 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 5152 -[npc_5152] -bas=bas_63 -vislevel=0 -size=1 -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=10536 -recol4s=7399 -recol4d=12650 -recol5s=8456 -recol5d=13707 -recol6s=10504 -recol6d=15788 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 5153 -[npc_5153] -bas=bas_63 -vislevel=0 -size=1 -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=14764 -recol4s=7399 -recol4d=16878 -recol5s=8456 -recol5d=17935 -recol6s=10504 -recol6d=20016 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 5154 -[npc_5154] -bas=bas_63 -vislevel=0 -size=1 -recol1s=25236 -recol1d=24242 -recol2s=22131 -recol2d=22159 -recol3s=21074 -recol3d=20045 -recol4s=20017 -recol4d=17899 -recol5s=18960 -recol5d=10535 -name=Sheep -model1=model_20283 -model2=model_20288 -model3=model_20284 -unknown119=3 - -// 5155 -[npc_5155] -bas=bas_63 -vislevel=0 -size=1 -recol1s=25236 -recol1d=24242 -recol2s=22131 -recol2d=22159 -recol3s=21074 -recol3d=20045 -recol4s=20017 -recol4d=17899 -recol5s=18960 -recol5d=10535 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 5156 -[npc_5156] -bas=bas_64 -vislevel=0 -size=1 -op1=Shear -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=10536 -recol4s=7399 -recol4d=12650 -recol5s=8456 -recol5d=13707 -recol6s=10504 -recol6d=15788 -name=Sheep -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 5157 -[npc_5157] -bas=bas_64 -vislevel=0 -size=1 -op1=Shear -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=14764 -recol4s=7399 -recol4d=16878 -recol5s=8456 -recol5d=17935 -recol6s=10504 -recol6d=20016 -name=Sheep -model1=model_20290 -model2=model_20291 -unknown119=3 - -// 5158 -[npc_5158] -bas=bas_64 -vislevel=0 -size=1 -op1=Shear -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=10536 -recol4s=7399 -recol4d=12650 -recol5s=8456 -recol5d=13707 -recol6s=10504 -recol6d=15788 -name=Sheep -model1=model_20292 -model2=model_20295 -model3=model_20293 -unknown119=3 - -// 5159 -[npc_5159] -bas=bas_64 -vislevel=0 -size=1 -op1=Shear -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=14764 -recol4s=7399 -recol4d=16878 -recol5s=8456 -recol5d=17935 -recol6s=10504 -recol6d=20016 -name=Sheep -model1=model_20292 -model2=model_20295 -model3=model_20293 -unknown119=3 - -// 5160 -[npc_5160] -bas=bas_64 -vislevel=0 -size=1 -op1=Shear -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=10536 -recol4s=7399 -recol4d=12650 -recol5s=8456 -recol5d=13707 -recol6s=10504 -recol6d=15788 -name=Sheep -model1=model_20292 -model2=model_20295 -model3=model_20293 -unknown119=3 - -// 5161 -[npc_5161] -bas=bas_64 -vislevel=0 -size=1 -op1=Shear -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=14764 -recol4s=7399 -recol4d=16878 -recol5s=8456 -recol5d=17935 -recol6s=10504 -recol6d=20016 -name=Sheep -model1=model_20292 -model2=model_20295 -model3=model_20293 -unknown119=3 - -// 5162 -[npc_5162] -bas=bas_65 -vislevel=0 -size=1 -op1=Shear -recol1s=23216 -recol1d=24242 -recol2s=22160 -recol2d=22159 -recol3s=18921 -recol3d=20045 -recol4s=14727 -recol4d=17899 -recol5s=13670 -recol5d=10535 -name=Sheep -model1=model_20282 -model2=model_20288 -model3=model_20284 -unknown119=3 - -// 5163 -[npc_5163] -bas=bas_65 -vislevel=0 -size=1 -op1=Shear -recol1s=23216 -recol1d=24242 -recol2s=22160 -recol2d=22159 -recol3s=18921 -recol3d=20045 -recol4s=14727 -recol4d=17899 -recol5s=13670 -recol5d=10535 -name=Sheep -model1=model_20282 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 5164 -[npc_5164] -bas=bas_64 -vislevel=0 -size=1 -ambient=20 -op1=Talk-to -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=14764 -recol4s=7399 -recol4d=16878 -recol5s=8456 -recol5d=17935 -recol6s=10504 -recol6d=20016 -name=Sheep -model1=model_20290 -model2=model_20291 -head1=model_20271 -unknown119=3 - -// 5165 -[npc_5165] -bas=bas_63 -vislevel=0 -size=1 -op1=Talk-to -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=14764 -recol4s=7399 -recol4d=16878 -recol5s=8456 -recol5d=17935 -recol6s=10504 -recol6d=20016 -name=Sheep -model1=model_20283 -model2=model_20289 -model3=model_20285 -unknown119=3 - -// 5166 -[npc_5166] -bas=bas_63 -vislevel=0 -size=1 -resizeh=110 -resizev=110 -recol1s=21102 -recol1d=24206 -recol2s=18989 -recol2d=24240 -recol3s=15818 -recol3d=22159 -recol4s=6308 -recol4d=16906 -recol5s=4194 -recol5d=24275 -recol6s=5251 -recol6d=23217 -name=Mountain Goat -model1=model_20274 -model2=model_20281 -model3=model_20279 -unknown119=3 - -// 5167 -[npc_5167] -bas=bas_63 -vislevel=0 -size=1 -resizeh=110 -resizev=110 -recol1s=21102 -recol1d=24240 -recol2s=18989 -recol2d=23149 -recol3s=15818 -recol3d=22127 -recol4s=6308 -recol4d=16906 -recol5s=4194 -recol5d=24275 -recol6s=5251 -recol6d=23217 -name=Mountain Goat -model1=model_20273 -model2=model_20281 -model3=model_20277 -unknown119=3 - -// 5168 -[npc_5168] -bas=bas_64 -size=1 -op2=Attack -vislevel=2 -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=14764 -recol4s=7399 -recol4d=16878 -recol5s=8456 -recol5d=17935 -recol6s=10504 -recol6d=20016 -retex1s=material_283 -retex1d=material_111 -name=Ram -model1=model_20292 -model2=model_20295 -model3=model_20294 -unknown119=3 - -// 5169 -[npc_5169] -bas=bas_64 -size=1 -op2=Attack -vislevel=2 -recol1s=0 -recol1d=6309 -recol2s=5285 -recol2d=7365 -recol3s=6342 -recol3d=10536 -recol4s=7399 -recol4d=12650 -recol5s=8456 -recol5d=13707 -recol6s=10504 -recol6d=15788 -name=Ram -model1=model_20292 -model2=model_20295 -model3=model_20294 -unknown119=3 - -// 5170 -[npc_5170] -bas=bas_65 -size=1 -op2=Attack -vislevel=2 -recol1s=23216 -recol1d=24242 -recol2s=22160 -recol2d=22159 -recol3s=18921 -recol3d=20045 -recol4s=14727 -recol4d=17899 -recol5s=13670 -recol5d=10535 -retex1s=material_283 -retex1d=material_77 -name=Ram -model1=model_20282 -model2=model_20288 -model3=model_20286 -unknown119=3 - -// 5171 -[npc_5171] -bas=bas_63 -vislevel=0 -size=1 -recol1s=21102 -recol1d=11492 -recol2s=18989 -recol2d=8387 -recol3s=15818 -recol3d=6306 -recol4s=6308 -recol4d=23182 -recol5s=4194 -recol5d=23180 -recol6s=5251 -recol6d=22123 -name=Mountain goat -model1=model_20273 -model2=model_20280 -model3=model_20277 -unknown119=3 - -// 5172 -[npc_5172] -bas=bas_63 -vislevel=0 -size=1 -recol1s=22131 -recol1d=24168 -recol2s=21074 -recol2d=24134 -recol3s=20017 -recol3d=25226 -recol4s=25236 -recol4d=26282 -recol5s=18960 -recol5d=26247 -name=Golden sheep -model1=model_20283 -model2=model_20288 -model3=model_20284 -unknown119=3 - -// 5173 -[npc_5173] -bas=bas_65 -vislevel=0 -size=1 -recol1s=23216 -recol1d=28424 -recol2s=22160 -recol2d=28327 -recol3s=18921 -recol3d=30502 -recol4s=14727 -recol4d=30405 -recol5s=13670 -recol5d=26247 -name=Golden sheep -model1=model_20282 -model2=model_20288 -model3=model_20284 -unknown119=3 - -// 5174 -[npc_5174] -bas=bas_60 -size=2 -vislevel=81 -name=Ogre chieftain -model1=model_20379 -model2=model_20373 -head1=model_20381 -unknown119=3 - -// 5175 -[npc_5175] -bas=bas_60 -size=2 -vislevel=1 -multivar=varplayerbit_3131 -multinpc=0,npc_5176 -unknown119=3 - -// 5176 -[npc_5176] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=113 -name=Ogre shaman -model1=model_20369 -model2=model_20381 -model3=model_20387 -head1=model_20413 -unknown119=3 - -// 5177 -[npc_5177] -bas=bas_60 -size=2 -vislevel=1 -name=Ogre shaman -model1=model_20369 -model2=model_20381 -model3=model_20387 -head1=model_20413 -unknown119=1 - -// 5178 -[npc_5178] -bas=bas_256 -size=4 -resizeh=110 -resizev=110 -vislevel=27 -recol1s=7168 -recol1d=1096 -recol2s=8192 -recol2d=2153 -recol3s=9248 -recol3d=3210 -recol4s=10305 -recol4d=4267 -recol5s=11427 -recol5d=7438 -recol6s=13541 -recol6d=9520 -name=Blue dragon -model1=model_17408 -model2=model_17425 -model3=model_17418 -unknown119=1 - -// 5179 -[npc_5179] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -recol1s=13728 -recol1d=6548 -recol2s=352 -recol2d=6548 -retex1s=material_404 -retex1d=material_414 -name=Elkoy -model1=model_2909 -model2=model_2890 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 5180 -[npc_5180] -bas=bas_60 -size=2 -vislevel=1 -multivar=varplayerbit_3132 -multinpc=0,npc_5181 -unknown119=3 - -// 5181 -[npc_5181] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=113 -name=Ogre shaman -model1=model_20368 -model2=model_20380 -model3=model_20387 -head1=model_20412 -unknown119=3 - -// 5182 -[npc_5182] -bas=bas_108 -size=1 -vislevel=0 -op1=Talk-to -op3=Follow -recol1s=13728 -recol1d=6548 -recol2s=352 -recol2d=6548 -retex1s=material_404 -retex1d=material_414 -name=Elkoy -model1=model_2909 -model2=model_2890 -model3=model_2917 -head1=model_21 -unknown119=3 - -// 5183 -[npc_5183] -bas=bas_60 -size=2 -vislevel=1 -multivar=varplayerbit_3133 -multinpc=0,npc_5184 -unknown119=3 - -// 5184 -[npc_5184] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=113 -name=Ogre shaman -model1=model_20370 -model2=model_20382 -model3=model_20387 -head1=model_20414 -unknown119=3 - -// 5185 -[npc_5185] -bas=bas_216 -vislevel=126 -op3=Walk here -op4=Follow -op5=Trade -recol1s=15857 -recol1d=15392 -recol2s=19028 -recol2d=19619 -recol3s=14724 -recol3d=5283 -recol4s=7429 -recol4d=5283 -recol5s=5258 -recol5d=3228 -retex1s=material_257 -retex1d=material_302 -name=Biggleswade -model1=model_33001 -model2=model_32985 -model3=model_9644 -model4=model_6232 -model5=model_6697 -model6=model_348 -model7=model_10699 -model8=model_40595 -model9=model_13319 -model10=model_10690 -modeloffset3=3,-11,6 -modeloffset6=-3,-11,6 -unknown119=1 - -// 5186 -[npc_5186] -bas=bas_60 -size=2 -vislevel=1 -multivar=varplayerbit_3134 -multinpc=0,npc_5187 -unknown119=3 - -// 5187 -[npc_5187] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=113 -name=Ogre shaman -model1=model_20370 -model2=model_20375 -model3=model_20387 -head1=model_20409 -unknown119=3 - -// 5188 -[npc_5188] -bas=bas_216 -vislevel=126 -op3=Walk here -op4=Follow -op5=Trade -recol1s=15857 -recol1d=15392 -recol2s=19028 -recol2d=19619 -recol3s=14724 -recol3d=5283 -recol4s=7429 -recol4d=5283 -recol5s=5258 -recol5d=3228 -retex1s=material_257 -retex1d=material_302 -name=Saff Waldon -model1=model_33001 -model2=model_32985 -model3=model_9644 -model4=model_6232 -model5=model_6697 -model6=model_348 -model7=model_10699 -model8=model_40595 -model9=model_13319 -model10=model_10690 -modeloffset3=3,-11,6 -modeloffset6=-3,-11,6 -unknown119=1 - -// 5189 -[npc_5189] -bas=bas_60 -size=2 -vislevel=1 -multivar=varplayerbit_3135 -multinpc=0,npc_5190 -unknown119=3 - -// 5190 -[npc_5190] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=113 -name=Ogre shaman -model1=model_20369 -model2=model_20376 -model3=model_20387 -head1=model_20410 -unknown119=3 - -// 5191 -[npc_5191] -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Blaze Sharpeye -model1=model_41824 -head1=model_41765 -unknown119=3 - -// 5192 -[npc_5192] -bas=bas_60 -size=2 -vislevel=1 -multivar=varplayerbit_3136 -multinpc=0,npc_5193 -unknown119=3 - -// 5193 -[npc_5193] -bas=bas_60 -size=2 -op1=Talk-to -op2=Attack -vislevel=113 -name=Ogre shaman -model1=model_20368 -model2=model_20377 -model3=model_20387 -head1=model_20411 -unknown119=3 - -// 5194 -[npc_5194] -vislevel=0 -op1=Talk-to -op3=Information -alwaysontop=yes -name=Blaze Sharpeye -model1=model_41824 -head1=model_41765 -unknown119=3 - -// 5195 -[npc_5195] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=16843 -recol2s=32701 -recol2d=1430 -retex1s=material_256 -retex1d=material_268 -retex2s=material_228 -retex2d=material_426 -name=Wizard -model1=model_20398 -model2=model_214 -model3=model_250 -model4=model_20404 -model5=model_3189 -model6=model_20395 -model7=model_177 -model8=model_20402 -model9=model_181 -head1=model_39582 -head2=model_38642 -head3=model_39566 -unknown119=3 - -// 5196 -[npc_5196] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=16843 -recol2s=32701 -recol2d=1430 -retex1s=material_257 -retex1d=material_252 -retex2s=material_256 -retex2d=material_253 -retex3s=material_228 -retex3d=material_426 -name=Wizard -model1=model_20399 -model2=model_214 -model3=model_251 -model4=model_20406 -model5=model_3189 -model6=model_20395 -model7=model_177 -model8=model_20402 -model9=model_181 -head1=model_39582 -head2=model_38096 -head3=model_39448 -unknown119=3 - -// 5197 -[npc_5197] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=16843 -recol2s=32701 -recol2d=1430 -retex1s=material_202 -retex1d=material_268 -retex2s=material_256 -retex2d=material_268 -retex3s=material_228 -retex3d=material_426 -name=Wizard -model1=model_20399 -model2=model_214 -model3=model_250 -model4=model_20405 -model5=model_3189 -model6=model_20395 -model7=model_177 -model8=model_20402 -model9=model_181 -head1=model_39582 -head2=model_38642 -head3=model_39448 -unknown119=3 - -// 5198 -[npc_5198] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=2340 -recol1d=7395 -recol2s=6273 -recol2d=25362 -retex1s=material_359 -retex1d=material_254 -retex2s=material_228 -retex2d=material_426 -name=Ava -model1=model_20461 -model2=model_17288 -model3=model_17287 -model4=model_18110 -model5=model_421 -model6=model_13339 -head1=model_39067 -unknown119=3 - -// 5199 -[npc_5199] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -multivar=varplayer_32 -multinpc=3,npc_5198 -unknown119=3 - -// 5200 -[npc_5200] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=455 -recol1d=22091 -recol2s=25098 -recol2d=22091 -recol3s=2340 -recol3d=7333 -recol4s=14724 -recol4d=7332 -recol5s=9583 -recol5d=7332 -recol6s=7469 -recol6d=6275 -retex1s=material_250 -retex1d=material_268 -retex2s=material_202 -retex2d=material_253 -retex3s=material_257 -retex3d=material_253 -name=Witch -model1=model_9608 -model2=model_405 -model3=model_9361 -model4=model_9359 -model5=model_353 -model6=model_440 -head1=model_39041 -head2=model_38778 -unknown119=3 - -// 5201 -[npc_5201] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -multivar=varplayer_32 -multinpc=3,npc_5200 -unknown119=3 - -// 5202 -[npc_5202] -bas=bas_1169 -ambient=40 -contrast=40 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14861 -recol1d=15950 -name=Alice's husband -model1=model_5212 -model2=model_5219 -model3=model_20421 -model4=model_5209 -model5=model_5231 -model6=model_5216 -head1=model_39661 -unknown119=3 - -// 5203 -[npc_5203] -bas=bas_1169 -ambient=40 -contrast=40 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14861 -recol1d=15950 -name=Alice's husband -model1=model_5212 -model2=model_20460 -model3=model_5219 -model4=model_20421 -model5=model_5209 -model6=model_5231 -model7=model_5216 -head1=model_39661 -unknown119=3 - -// 5204 -[npc_5204] -bas=bas_1169 -ambient=40 -contrast=40 -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Alice's husband -model1=model_5212 -model2=model_20460 -model3=model_5219 -model4=model_20421 -model5=model_5209 -model6=model_5231 -model7=model_5216 -head1=model_39661 -unknown119=1 - -// 5205 -[npc_5205] -bas=bas_1170 -ambient=40 -contrast=40 -vislevel=0 -recol1s=14861 -recol1d=15950 -name=Alice's husband -model1=model_5212 -model2=model_20460 -model3=model_5219 -model4=model_20421 -model5=model_5209 -model6=model_20426 -model7=model_5216 -head1=model_39661 -unknown119=1 - -// 5206 -[npc_5206] -bas=bas_1169 -op1=Talk-to -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3185 -multinpc=0,npc_5202 -multinpc=10,npc_5202 -multinpc=20,npc_5202 -multinpc=30,npc_5202 -multinpc=40,npc_5202 -multinpc=50,npc_5202 -multinpc=60,npc_5202 -multinpc=70,npc_5202 -multinpc=73,npc_5202 -multinpc=76,npc_5202 -multinpc=80,npc_5203 -multinpc=90,npc_5203 -multinpc=100,npc_5203 -multinpc=110,npc_5203 -multinpc=120,npc_5203 -multinpc=130,npc_5203 -multinpc=140,npc_5203 -multinpc=150,npc_5203 -multinpc=160,npc_5203 -multinpc=170,npc_5203 -multinpc=180,npc_5203 -multinpc=190,npc_5203 -multinpc=200,npc_5203 -multinpc=210,npc_5203 -multinpc=220,npc_5203 -multinpc=230,npc_5203 -multinpc=240,npc_5203 -unknown119=3 - -// 5207 -[npc_5207] -vislevel=0 -minimap=no -recol1s=7296 -recol1d=4194 -recol2s=6240 -recol2d=4194 -name=Tree -model1=model_3014 -unknown119=3 - -// 5208 -[npc_5208] -op1=Chop -vislevel=0 -minimap=no -recol1s=7296 -recol1d=4194 -recol2s=6240 -recol2d=4194 -name=Undead tree -model1=model_3014 -unknown119=3 - -// 5209 -[npc_5209] -bas=bas_62 -resizeh=64 -resizev=64 -vislevel=1 -name= Sneaky undead fowl -model1=model_20463 -head1=model_20464 -unknown119=1 - -// 5210 -[npc_5210] -bas=bas_102 -size=1 -vislevel=123 -alwaysontop=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=18071 -recol4s=2340 -recol4d=3272 -recol5s=9473 -recol5d=131 -name=Cow1337killr -model1=model_215 -model2=model_6651 -model3=model_306 -model4=model_323 -model5=model_164 -model6=model_4954 -model7=model_6702 -model8=model_179 -model9=model_266 -head1=model_39969 -head2=model_39223 -unknown119=1 - -// 5211 -[npc_5211] -bas=bas_66 -size=2 -vislevel=2 -name=Undead cow -model1=model_23894 -unknown119=1 - -// 5212 -[npc_5212] -bas=bas_4 -vislevel=0 -alwaysontop=yes -recol1s=32735 -recol1d=13770 -recol2s=14724 -recol2d=9542 -recol3s=2340 -recol3d=6371 -recol4s=6273 -recol4d=24200 -retex1s=material_228 -retex1d=material_426 -name=Alice -model1=model_393 -model2=model_414 -model3=model_467 -model4=model_348 -model5=model_353 -model6=model_421 -model7=model_7366 -head1=model_39016 -head2=model_38861 -unknown119=1 - -// 5213 -[npc_5213] -bas=bas_311 -op2=Attack -vislevel=37 -recol1s=11688 -recol1d=9543 -recol2s=12745 -recol2d=10600 -recol3s=13771 -recol3d=11688 -recol4s=14828 -recol4d=12745 -recol5s=15885 -recol5d=13771 -name=Penance Fighter -model1=model_20697 -model2=model_20696 -unknown119=3 - -// 5214 -[npc_5214] -bas=bas_311 -op2=Attack -vislevel=42 -recol1s=11688 -recol1d=8486 -recol2s=12745 -recol2d=9543 -recol3s=13771 -recol3d=10600 -recol4s=14828 -recol4d=11688 -recol5s=15885 -recol5d=12745 -name=Penance Fighter -model1=model_20697 -model2=model_20696 -unknown119=3 - -// 5215 -[npc_5215] -bas=bas_311 -op2=Attack -vislevel=47 -recol1s=11688 -recol1d=7429 -recol2s=12745 -recol2d=8486 -recol3s=13771 -recol3d=9543 -recol4s=14828 -recol4d=10600 -recol5s=15885 -recol5d=11688 -name=Penance Fighter -model1=model_20697 -model2=model_20696 -unknown119=3 - -// 5216 -[npc_5216] -bas=bas_311 -op2=Attack -vislevel=56 -recol1s=11688 -recol1d=6372 -recol2s=12745 -recol2d=7429 -recol3s=13771 -recol3d=8486 -recol4s=14828 -recol4d=9543 -recol5s=15885 -recol5d=10600 -name=Penance Fighter -model1=model_20697 -model2=model_20696 -unknown119=3 - -// 5217 -[npc_5217] -bas=bas_311 -op2=Attack -vislevel=61 -recol1s=11688 -recol1d=5315 -recol2s=12745 -recol2d=6372 -recol3s=13771 -recol3d=7429 -recol4s=14828 -recol4d=8486 -recol5s=15885 -recol5d=9543 -name=Penance Fighter -model1=model_20697 -model2=model_20696 -unknown119=3 - -// 5218 -[npc_5218] -bas=bas_311 -op2=Attack -vislevel=68 -recol1s=11688 -recol1d=4258 -recol2s=12745 -recol2d=5315 -recol3s=13771 -recol3d=6372 -recol4s=14828 -recol4d=7429 -recol5s=15885 -recol5d=8486 -name=Penance Fighter -model1=model_20697 -model2=model_20696 -unknown119=3 - -// 5219 -[npc_5219] -bas=bas_311 -op2=Attack -vislevel=77 -recol1s=11688 -recol1d=3201 -recol2s=12745 -recol2d=4258 -recol3s=13771 -recol3d=5315 -recol4s=14828 -recol4d=6372 -recol5s=15885 -recol5d=7429 -name=Penance Fighter -model1=model_20697 -model2=model_20696 -unknown119=3 - -// 5220 -[npc_5220] -bas=bas_315 -vislevel=0 -name=Penance Runner -model1=model_20721 -unknown119=1 - -// 5221 -[npc_5221] -bas=bas_315 -vislevel=0 -recol1s=13771 -recol1d=12745 -recol2s=14828 -recol2d=13771 -recol3s=15885 -recol3d=14828 -recol4s=19019 -recol4d=16907 -recol5s=18987 -recol5d=18985 -recol6s=21034 -recol6d=19977 -name=Penance Runner -model1=model_20721 -unknown119=1 - -// 5222 -[npc_5222] -bas=bas_315 -vislevel=0 -recol1s=13771 -recol1d=11688 -recol2s=14828 -recol2d=12745 -recol3s=15885 -recol3d=13771 -recol4s=19019 -recol4d=15850 -recol5s=18987 -recol5d=17928 -recol6s=21034 -recol6d=17897 -name=Penance Runner -model1=model_20721 -unknown119=1 - -// 5223 -[npc_5223] -bas=bas_315 -vislevel=0 -recol1s=13771 -recol1d=10600 -recol2s=14828 -recol2d=11688 -recol3s=15885 -recol3d=12745 -recol4s=19019 -recol4d=14793 -recol5s=18987 -recol5d=15816 -recol6s=21034 -recol6d=16840 -name=Penance Runner -model1=model_20721 -unknown119=1 - -// 5224 -[npc_5224] -bas=bas_315 -vislevel=0 -recol1s=13771 -recol1d=9543 -recol2s=14828 -recol2d=10600 -recol3s=15885 -recol3d=11688 -recol4s=19019 -recol4d=13736 -recol5s=18987 -recol5d=14759 -recol6s=21034 -recol6d=15783 -name=Penance Runner -model1=model_20721 -unknown119=1 - -// 5225 -[npc_5225] -bas=bas_315 -vislevel=0 -recol1s=13771 -recol1d=8486 -recol2s=14828 -recol2d=9543 -recol3s=15885 -recol3d=10600 -recol4s=19019 -recol4d=13734 -recol5s=18987 -recol5d=13702 -recol6s=21034 -recol6d=14726 -name=Penance Runner -model1=model_20721 -unknown119=1 - -// 5226 -[npc_5226] -bas=bas_315 -vislevel=0 -recol1s=13771 -recol1d=7429 -recol2s=14828 -recol2d=8486 -recol3s=15885 -recol3d=9543 -recol4s=19019 -recol4d=11622 -recol5s=18987 -recol5d=12645 -recol6s=21034 -recol6d=13669 -name=Penance Runner -model1=model_20721 -unknown119=1 - -// 5227 -[npc_5227] -bas=bas_315 -vislevel=0 -recol1s=13771 -recol1d=6372 -recol2s=14828 -recol2d=7429 -recol3s=15885 -recol3d=8486 -recol4s=19019 -recol4d=10565 -recol5s=18987 -recol5d=11588 -recol6s=21034 -recol6d=12612 -name=Penance Runner -model1=model_20721 -unknown119=1 - -// 5228 -[npc_5228] -bas=bas_315 -vislevel=0 -recol1s=13771 -recol1d=5315 -recol2s=14828 -recol2d=6372 -recol3s=15885 -recol3d=7429 -recol4s=19019 -recol4d=9508 -recol5s=18987 -recol5d=10531 -recol6s=21034 -recol6d=11555 -name=Penance Runner -model1=model_20721 -unknown119=1 - -// 5229 -[npc_5229] -bas=bas_314 -op2=Attack -vislevel=21 -recol1s=2340 -recol1d=4226 -recol2s=14724 -recol2d=8353 -recol3s=16846 -recol3d=8354 -name=Penance Ranger -model1=model_20719 -model2=model_20720 -unknown119=3 - -// 5230 -[npc_5230] -bas=bas_314 -op2=Attack -vislevel=25 -recol1s=13771 -recol1d=12745 -recol2s=15885 -recol2d=14828 -recol3s=17963 -recol3d=16906 -recol4s=17995 -recol4d=15883 -recol5s=19019 -recol5d=16907 -recol6s=21034 -recol6d=19977 -name=Penance Ranger -model1=model_20719 -model2=model_20720 -unknown119=3 - -// 5231 -[npc_5231] -bas=bas_314 -op2=Attack -vislevel=32 -recol1s=13771 -recol1d=11688 -recol2s=15885 -recol2d=13771 -recol3s=17963 -recol3d=14794 -recol4s=17995 -recol4d=14826 -recol5s=19019 -recol5d=15850 -recol6s=21034 -recol6d=17897 -name=Penance Ranger -model1=model_20719 -model2=model_20720 -unknown119=3 - -// 5232 -[npc_5232] -bas=bas_314 -op2=Attack -vislevel=38 -recol1s=13771 -recol1d=10600 -recol2s=15885 -recol2d=12745 -recol3s=17963 -recol3d=13737 -recol4s=17995 -recol4d=13769 -recol5s=19019 -recol5d=14793 -recol6s=21034 -recol6d=16840 -name=Penance Ranger -model1=model_20719 -model2=model_20720 -unknown119=3 - -// 5233 -[npc_5233] -bas=bas_314 -op2=Attack -vislevel=43 -recol1s=13771 -recol1d=9543 -recol2s=15885 -recol2d=11688 -recol3s=17963 -recol3d=12680 -recol4s=17995 -recol4d=12712 -recol5s=19019 -recol5d=13736 -recol6s=21034 -recol6d=15783 -name=Penance Ranger -model1=model_20719 -model2=model_20720 -unknown119=3 - -// 5234 -[npc_5234] -bas=bas_314 -op2=Attack -vislevel=51 -recol1s=13771 -recol1d=8486 -recol2s=15885 -recol2d=10600 -recol3s=17963 -recol3d=11623 -recol4s=17995 -recol4d=12710 -recol5s=19019 -recol5d=13734 -recol6s=21034 -recol6d=14726 -name=Penance Ranger -model1=model_20719 -model2=model_20720 -unknown119=3 - -// 5235 -[npc_5235] -bas=bas_314 -op2=Attack -vislevel=57 -recol1s=13771 -recol1d=7429 -recol2s=15885 -recol2d=9543 -recol3s=17963 -recol3d=10566 -recol4s=17995 -recol4d=10598 -recol5s=19019 -recol5d=11622 -recol6s=21034 -recol6d=13669 -name=Penance Ranger -model1=model_20719 -model2=model_20720 -unknown119=3 - -// 5236 -[npc_5236] -bas=bas_314 -op2=Attack -vislevel=64 -recol1s=13771 -recol1d=6372 -recol2s=15885 -recol2d=8486 -recol3s=17963 -recol3d=9509 -recol4s=17995 -recol4d=9541 -recol5s=19019 -recol5d=10565 -recol6s=21034 -recol6d=12612 -name=Penance Ranger -model1=model_20719 -model2=model_20720 -unknown119=3 - -// 5237 -[npc_5237] -bas=bas_314 -op2=Attack -vislevel=72 -recol1s=13771 -recol1d=5315 -recol2s=15885 -recol2d=7429 -recol3s=17963 -recol3d=8452 -recol4s=17995 -recol4d=8484 -recol5s=19019 -recol5d=9508 -recol6s=21034 -recol6d=11555 -name=Penance Ranger -model1=model_20719 -model2=model_20720 -unknown119=3 - -// 5238 -[npc_5238] -bas=bas_312 -vislevel=0 -name=Penance Healer -model1=model_20698 -unknown119=1 - -// 5239 -[npc_5239] -bas=bas_312 -vislevel=0 -recol1s=14828 -recol1d=13771 -recol2s=15885 -recol2d=14828 -recol3s=17963 -recol3d=16906 -recol4s=18987 -recol4d=18985 -recol5s=21034 -recol5d=19977 -recol6s=19977 -recol6d=17897 -name=Penance Healer -model1=model_20698 -unknown119=1 - -// 5240 -[npc_5240] -bas=bas_312 -vislevel=0 -recol1s=14828 -recol1d=12745 -recol2s=15885 -recol2d=13771 -recol3s=17963 -recol3d=14794 -recol4s=18987 -recol4d=17928 -recol5s=21034 -recol5d=17897 -recol6s=19977 -recol6d=16840 -name=Penance Healer -model1=model_20698 -unknown119=1 - -// 5241 -[npc_5241] -bas=bas_312 -vislevel=0 -recol1s=14828 -recol1d=11688 -recol2s=15885 -recol2d=12745 -recol3s=17963 -recol3d=13737 -recol4s=18987 -recol4d=15816 -recol5s=21034 -recol5d=16840 -recol6s=19977 -recol6d=15783 -name=Penance Healer -model1=model_20698 -unknown119=1 - -// 5242 -[npc_5242] -bas=bas_312 -vislevel=0 -recol1s=14828 -recol1d=10600 -recol2s=15885 -recol2d=11688 -recol3s=17963 -recol3d=12680 -recol4s=18987 -recol4d=14759 -recol5s=21034 -recol5d=15783 -recol6s=19977 -recol6d=14726 -name=Penance Healer -model1=model_20698 -unknown119=1 - -// 5243 -[npc_5243] -bas=bas_312 -vislevel=0 -recol1s=14828 -recol1d=9543 -recol2s=15885 -recol2d=10600 -recol3s=17963 -recol3d=11623 -recol4s=18987 -recol4d=13702 -recol5s=21034 -recol5d=14726 -recol6s=19977 -recol6d=13669 -name=Penance Healer -model1=model_20698 -unknown119=1 - -// 5244 -[npc_5244] -bas=bas_312 -vislevel=0 -recol1s=14828 -recol1d=8486 -recol2s=15885 -recol2d=9543 -recol3s=17963 -recol3d=10566 -recol4s=18987 -recol4d=12645 -recol5s=21034 -recol5d=13669 -recol6s=19977 -recol6d=12612 -name=Penance Healer -model1=model_20698 -unknown119=1 - -// 5245 -[npc_5245] -bas=bas_312 -vislevel=0 -recol1s=14828 -recol1d=7429 -recol2s=15885 -recol2d=8486 -recol3s=17963 -recol3d=9509 -recol4s=18987 -recol4d=11588 -recol5s=21034 -recol5d=12612 -recol6s=19977 -recol6d=11555 -name=Penance Healer -model1=model_20698 -unknown119=1 - -// 5246 -[npc_5246] -bas=bas_312 -vislevel=0 -recol1s=14828 -recol1d=6372 -recol2s=15885 -recol2d=7429 -recol3s=17963 -recol3d=8452 -recol4s=18987 -recol4d=10531 -recol5s=21034 -recol5d=11555 -recol6s=19977 -recol6d=10498 -name=Penance Healer -model1=model_20698 -unknown119=1 - -// 5247 -[npc_5247] -bas=bas_310 -size=5 -op2=Attack -resizeh=100 -vislevel=209 -name=Penance Queen -model1=model_20717 -model2=model_20715 -model3=model_20714 -model4=model_20709 -model5=model_20713 -model6=model_20712 -model7=model_20711 -model8=model_20710 -unknown119=3 - -// 5248 -[npc_5248] -bas=bas_313 -op2=Attack -vislevel=63 -name=Queen spawn -model1=model_20718 -unknown119=3 - -// 5249 -[npc_5249] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -recol1s=416 -recol1d=15651 -recol2s=352 -recol2d=12513 -recol3s=3363 -recol3d=7298 -recol4s=22163 -recol4d=13605 -recol5s=17860 -recol5d=7298 -name=Captain Errdo -model1=model_2908 -model2=model_14824 -model3=model_14825 -head1=model_25874 -unknown119=3 - -// 5250 -[npc_5250] -bas=bas_245 -op2=Attack -alwaysontop=yes -vislevel=93 -name=Scarab mage -model1=model_31020 -model2=model_31019 -unknown119=3 - -// 5251 -[npc_5251] -bas=bas_246 -size=2 -op2=Attack -vislevel=106 -name=Locust rider -model1=model_31076 -model2=model_31077 -model3=model_31079 -unknown119=3 - -// 5252 -[npc_5252] -bas=bas_246 -size=2 -op2=Attack -vislevel=98 -recol1s=2185 -recol1d=9248 -recol2s=12545 -recol2d=10593 -recol3s=13633 -recol3d=11649 -recol4s=10433 -recol4d=8481 -name=Locust rider -model1=model_31076 -model2=model_31077 -model3=model_31078 -unknown119=3 - -// 5253 -[npc_5253] -bas=bas_844 -size=3 -op2=Attack -alwaysontop=yes -vislevel=191 -name=Giant scarab -model1=model_20821 -unknown119=3 - -// 5254 -[npc_5254] -bas=bas_245 -op2=Attack -alwaysontop=yes -vislevel=66 -name=Scarab mage -model1=model_31020 -model2=model_31019 -unknown119=3 - -// 5255 -[npc_5255] -bas=bas_246 -size=2 -op2=Attack -vislevel=68 -name=Locust rider -model1=model_31076 -model2=model_31077 -model3=model_31079 -unknown119=3 - -// 5256 -[npc_5256] -bas=bas_246 -size=2 -op2=Attack -vislevel=68 -recol1s=2185 -recol1d=9248 -recol2s=12545 -recol2d=10593 -recol3s=13633 -recol3d=11649 -recol4s=10433 -recol4d=8481 -name=Locust rider -model1=model_31076 -model2=model_31077 -model3=model_31078 -unknown119=3 - -// 5257 -[npc_5257] -bas=bas_4 -op1=Talk-to -op3=Bank -op4=Collect -vislevel=1 -multivar=varplayerbit_3276 -multinpc=1,npc_5258 -unknown119=3 - -// 5258 -[npc_5258] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=15852 -recol2s=14724 -recol2d=11626 -recol3s=6342 -recol3d=8455 -recol4s=16846 -recol4d=11626 -recol5s=8384 -recol5d=8455 -recol6s=25098 -recol6d=16708 -retex1s=material_291 -retex1d=material_202 -name=Banker -model1=model_215 -model2=model_6131 -model3=model_292 -model4=model_320 -model5=model_10979 -model6=model_10218 -model7=model_266 -model8=model_181 -head1=model_39836 -head2=model_40682 -unknown119=3 - -// 5259 -[npc_5259] -bas=bas_4 -op1=Talk-to -op3=Bank -op4=Collect -vislevel=1 -multivar=varplayerbit_3276 -multinpc=1,npc_5260 -unknown119=3 - -// 5260 -[npc_5260] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=15852 -recol2s=14724 -recol2d=11626 -recol3s=6342 -recol3d=8455 -recol4s=16846 -recol4d=11626 -recol5s=8384 -recol5d=8455 -recol6s=25098 -recol6d=16708 -retex1s=material_249 -retex1d=material_202 -name=Banker -model1=model_378 -model2=model_470 -model3=model_484 -model4=model_11348 -model5=model_10706 -model6=model_430 -model7=model_358 -head1=model_39090 -unknown119=3 - -// 5261 -[npc_5261] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_3275 -multinpc=1,npc_5262 -unknown119=3 - -// 5262 -[npc_5262] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=25098 -recol1d=11524 -recol2s=14724 -recol2d=11524 -recol3s=13700 -recol3d=15750 -recol4s=13638 -recol4d=21034 -recol5s=6273 -recol5d=3104 -recol6s=5184 -recol6d=3104 -retex1s=material_251 -retex1d=material_250 -retex2s=material_255 -retex2d=material_273 -retex3s=material_256 -retex3d=material_202 -name=Stonemason -model1=model_14174 -model2=model_217 -model3=model_10561 -model4=model_40204 -model5=model_11763 -model6=model_14587 -model7=model_10218 -model8=model_11112 -model9=model_181 -head1=model_39458 -head2=model_39686 -head3=model_38096 -unknown119=3 - -// 5263 -[npc_5263] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_3275 -multinpc=1,npc_5264 -unknown119=3 - -// 5264 -[npc_5264] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=25098 -recol1d=12581 -recol2s=2340 -recol2d=21034 -recol3s=15392 -recol3d=26274 -recol4s=15856 -recol4d=28386 -recol5s=16846 -recol5d=28386 -name=Nathifa -model1=model_376 -model2=model_10078 -model3=model_15010 -model4=model_9026 -model5=model_14588 -model6=model_353 -model7=model_9113 -model8=model_358 -head1=model_38799 -head2=model_39163 -head3=model_38864 -unknown119=3 - -// 5265 -[npc_5265] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_3275 -multinpc=1,npc_5266 -unknown119=3 - -// 5266 -[npc_5266] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=25098 -recol1d=12581 -recol2s=2340 -recol2d=21034 -recol3s=15392 -recol3d=7183 -recol4s=15856 -recol4d=28386 -recol5s=16846 -recol5d=28386 -name=Urbi -model1=model_376 -model2=model_390 -model3=model_9026 -model4=model_14588 -model5=model_10706 -model6=model_9113 -model7=model_358 -head1=model_38799 -head2=model_38995 -unknown119=3 - -// 5267 -[npc_5267] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_3275 -multinpc=1,npc_5268 -unknown119=3 - -// 5268 -[npc_5268] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=25098 -recol1d=12581 -recol2s=28386 -recol2d=8207 -recol3s=15392 -recol3d=7183 -recol4s=15856 -recol4d=28386 -recol5s=7183 -recol5d=21034 -recol6s=16846 -recol6d=28386 -name=Jamila -model1=model_376 -model2=model_390 -model3=model_9026 -model4=model_14588 -model5=model_10706 -model6=model_9024 -model7=model_358 -head1=model_38799 -head2=model_38995 -unknown119=3 - -// 5269 -[npc_5269] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_3275 -multinpc=1,npc_5270 -unknown119=3 - -// 5270 -[npc_5270] -bas=bas_29 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=23616 -recol2d=103 -recol3s=15392 -recol3d=103 -recol4s=14724 -recol4d=169 -recol5s=7298 -recol5d=28386 -recol6s=32760 -recol6d=103 -retex1s=material_251 -retex1d=material_202 -retex2s=material_255 -retex2d=material_257 -name=Sophanem guard -model1=model_20762 -model2=model_456 -model3=model_20761 -model4=model_10706 -model5=model_20757 -model6=model_20763 -model7=model_358 -head1=model_39032 -modeloffset4=3,-11,6 -unknown119=3 - -// 5271 -[npc_5271] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_3275 -multinpc=1,npc_5272 -unknown119=3 - -// 5272 -[npc_5272] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=23616 -recol2d=103 -recol3s=15392 -recol3d=103 -recol4s=14724 -recol4d=169 -recol5s=7298 -recol5d=28386 -recol6s=32760 -recol6d=103 -retex1s=material_251 -retex1d=material_202 -retex2s=material_255 -retex2d=material_257 -name=Sophanem guard -model1=model_20762 -model2=model_456 -model3=model_14588 -model4=model_10706 -model5=model_20760 -model6=model_20763 -model7=model_358 -head1=model_39032 -modeloffset4=3,-11,6 -unknown119=3 - -// 5273 -[npc_5273] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_3275 -multinpc=1,npc_5274 -unknown119=3 - -// 5274 -[npc_5274] -bas=bas_29 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=32760 -recol2d=103 -recol3s=7298 -recol3d=28386 -recol4s=21536 -recol4d=103 -recol5s=23616 -recol5d=103 -recol6s=15392 -recol6d=103 -retex1s=material_255 -retex1d=material_258 -name=Sophanem guard -model1=model_20750 -model2=model_251 -model3=model_11758 -model4=model_11762 -model5=model_14587 -model6=model_10218 -model7=model_20756 -model8=model_6090 -model9=model_181 -head1=model_39698 -head2=model_38096 -unknown119=3 - -// 5275 -[npc_5275] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_3275 -multinpc=1,npc_5276 -unknown119=3 - -// 5276 -[npc_5276] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=32760 -recol2d=103 -recol3s=7298 -recol3d=28386 -recol4s=21536 -recol4d=103 -recol5s=23616 -recol5d=103 -recol6s=15392 -recol6d=103 -retex1s=material_255 -retex1d=material_258 -name=Sophanem guard -model1=model_20750 -model2=model_251 -model3=model_11758 -model4=model_11762 -model5=model_20746 -model6=model_10218 -model7=model_11201 -model8=model_6090 -model9=model_181 -head1=model_39698 -head2=model_38096 -unknown119=3 - -// 5277 -[npc_5277] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=12581 -recol2s=7183 -recol2d=5185 -recol3s=15392 -recol3d=5185 -recol4s=9512 -recol4d=5251 -recol5s=17966 -recol5d=28386 -recol6s=11626 -recol6d=9411 -name=Menaphite guard -model1=model_20750 -model2=model_5104 -model3=model_11758 -model4=model_20754 -model5=model_20747 -model6=model_10218 -model7=model_9955 -model8=model_20751 -model9=model_185 -model10=model_20755 -model11=model_11762 -head1=model_39698 -head2=model_39178 -head3=model_39223 -unknown119=1 - -// 5278 -[npc_5278] -bas=bas_4 -vislevel=0 -recol1s=25098 -recol1d=12581 -recol2s=7183 -recol2d=3173 -recol3s=15392 -recol3d=3173 -recol4s=7298 -recol4d=3137 -recol5s=17966 -recol5d=28386 -recol6s=11626 -recol6d=9411 -name=Coenus -model1=model_20750 -model2=model_5104 -model3=model_11758 -model4=model_20754 -model5=model_20747 -model6=model_10218 -model7=model_9955 -model8=model_20751 -model9=model_185 -model10=model_20755 -model11=model_11762 -head1=model_39687 -head2=model_39178 -head3=model_39223 -unknown119=1 - -// 5279 -[npc_5279] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=11561 -recol1d=22027 -recol2s=7183 -recol2d=15392 -recol3s=8386 -recol3d=15392 -recol4s=2340 -recol4d=28386 -recol5s=25098 -recol5d=11524 -recol6s=22027 -recol6d=11524 -name=Jex -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_40165 -model5=model_6135 -model6=model_6133 -model7=model_185 -head1=model_39275 -head2=model_39771 -head3=model_39930 -unknown119=3 - -// 5280 -[npc_5280] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3284 -multinpc=0,npc_5281 -unknown119=3 - -// 5281 -[npc_5281] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=25098 -recol1d=19813 -recol2s=2340 -recol2d=32759 -recol3s=14724 -recol3d=26421 -name=Maisa -model1=model_364 -model2=model_391 -model3=model_20830 -model4=model_470 -model5=model_332 -model6=model_10706 -model7=model_20829 -model8=model_419 -model9=model_358 -head1=model_39170 -head2=model_38826 -head3=model_38871 -modeloffset6=-3,-11,6 -unknown119=3 - -// 5282 -[npc_5282] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3280 -multinpc=0,npc_924 -multinpc=1,npc_924 -multinpc=2,npc_5284 -unknown119=3 - -// 5283 -[npc_5283] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3274 -multinpc=70,npc_924 -multinpc=80,npc_924 -unknown119=3 - -// 5284 -[npc_5284] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=14724 -recol4d=4226 -recol5s=12610 -recol5d=5283 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_257 -retex3s=material_292 -retex3d=material_250 -retex4s=material_314 -retex4d=material_202 -retex5s=material_313 -retex5d=material_257 -name=Osman -model1=model_208 -model2=model_249 -model3=model_310 -model4=model_10980 -model5=model_176 -model6=model_275 -model7=model_181 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 5285 -[npc_5285] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=14724 -recol4d=4226 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_257 -retex3s=material_292 -retex3d=material_250 -retex4s=material_314 -retex4d=material_202 -name=Osman -model1=model_208 -model2=model_249 -model3=model_170 -model4=model_176 -model5=model_292 -model6=model_275 -model7=model_181 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 5286 -[npc_5286] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=14724 -recol4d=4226 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_257 -retex3s=material_314 -retex3d=material_202 -name=Osman -model1=model_208 -model2=model_254 -model3=model_249 -model4=model_170 -model5=model_176 -model6=model_181 -model7=model_292 -model8=model_490 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 5287 -[npc_5287] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=14724 -recol4d=4226 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_257 -retex3s=material_314 -retex3d=material_202 -name=Osman -model1=model_208 -model2=model_254 -model3=model_249 -model4=model_170 -model5=model_176 -model6=model_181 -model7=model_292 -model8=model_6099 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 5288 -[npc_5288] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=2149 -recol4s=6273 -recol4d=26395 -recol5s=2340 -recol5d=78 -recol6s=15856 -recol6d=11524 -retex1s=material_228 -retex1d=material_426 -retex2s=material_291 -retex2d=material_257 -name=Embalmer -model1=model_6130 -model2=model_251 -model3=model_280 -model4=model_6134 -model5=model_32593 -model6=model_10218 -model7=model_6135 -model8=model_266 -model9=model_185 -head1=model_38096 -head2=model_39771 -head3=model_39930 -unknown119=1 - -// 5289 -[npc_5289] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=2149 -recol4s=32735 -recol4d=11558 -recol5s=2340 -recol5d=78 -recol6s=14724 -recol6d=26274 -retex1s=material_228 -retex1d=material_426 -retex2s=material_291 -retex2d=material_257 -name=Carpenter -model1=model_230 -model2=model_250 -model3=model_40200 -model4=model_151 -model5=model_176 -model6=model_491 -model7=model_266 -model8=model_185 -head1=model_38642 -head2=model_39930 -unknown119=1 - -// 5290 -[npc_5290] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=2149 -recol4s=32735 -recol4d=11558 -recol5s=2340 -recol5d=11558 -recol6s=14724 -recol6d=26274 -name=Linen worker -model1=model_201 -model2=model_6130 -model3=model_247 -model4=model_6134 -model5=model_326 -model6=model_151 -model7=model_176 -model8=model_4047 -model9=model_265 -model10=model_185 -head1=model_39771 -head2=model_39256 -head3=model_39392 -head4=model_39930 -unknown119=1 - -// 5291 -[npc_5291] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=11561 -recol1d=22027 -recol2s=7183 -recol2d=15392 -recol3s=8386 -recol3d=15392 -recol4s=2340 -recol4d=28386 -recol5s=25098 -recol5d=11524 -recol6s=22027 -recol6d=11524 -name=Priest -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_40165 -model5=model_6135 -model6=model_6133 -model7=model_185 -head1=model_39771 -head2=model_39275 -head3=model_39930 -unknown119=1 - -// 5292 -[npc_5292] -bas=bas_844 -size=3 -vislevel=0 -alwaysontop=yes -name=Giant scarab -model1=model_20821 -unknown119=3 - -// 5293 -[npc_5293] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21140 -unknown119=3 - -// 5294 -[npc_5294] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21105 -model2=model_21059 -model3=model_21041 -model4=model_21088 -model5=model_21117 -model6=model_21073 -model7=model_21140 -unknown119=3 - -// 5295 -[npc_5295] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21003 -model2=model_20972 -model3=model_20953 -model4=model_20991 -model5=model_21015 -model6=model_20983 -model7=model_21036 -unknown119=3 - -// 5296 -[npc_5296] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21002 -model2=model_20973 -model3=model_20954 -model4=model_20992 -model5=model_21016 -model6=model_20984 -model7=model_21036 -unknown119=3 - -// 5297 -[npc_5297] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21004 -model2=model_20974 -model3=model_20955 -model4=model_20990 -model5=model_21017 -model6=model_20985 -model7=model_21036 -unknown119=3 - -// 5298 -[npc_5298] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_21103 -model2=model_21055 -model3=model_21039 -model4=model_21084 -model5=model_21115 -model6=model_21075 -model7=model_21140 -unknown119=3 - -// 5299 -[npc_5299] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_21106 -model2=model_21060 -model3=model_21042 -model4=model_21089 -model5=model_21118 -model6=model_21076 -model7=model_21140 -unknown119=3 - -// 5300 -[npc_5300] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_21102 -model2=model_21061 -model3=model_21043 -model4=model_21090 -model5=model_21119 -model6=model_21076 -model7=model_21140 -unknown119=3 - -// 5301 -[npc_5301] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_21005 -model2=model_20975 -model3=model_20956 -model4=model_20993 -model5=model_21018 -model6=model_20986 -model7=model_21036 -unknown119=3 - -// 5302 -[npc_5302] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_21006 -model2=model_20976 -model3=model_20957 -model4=model_20994 -model5=model_21019 -model6=model_20986 -model7=model_21036 -unknown119=3 - -// 5303 -[npc_5303] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_21002 -model2=model_20977 -model3=model_20958 -model4=model_20995 -model5=model_21020 -model6=model_20986 -model7=model_21036 -unknown119=3 - -// 5304 -[npc_5304] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21112 -model2=model_21070 -model3=model_21052 -model4=model_21099 -model5=model_21128 -model6=model_21083 -model7=model_21140 -unknown119=3 - -// 5305 -[npc_5305] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21102 -model2=model_21071 -model3=model_21053 -model4=model_21100 -model5=model_21129 -model6=model_21083 -unknown119=3 - -// 5306 -[npc_5306] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21002 -model2=model_20969 -model3=model_20962 -model4=model_20999 -model5=model_21026 -model6=model_20982 -model7=model_21036 -unknown119=3 - -// 5307 -[npc_5307] -bas=bas_67 -size=1 -op2=Attack -vislevel=13 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21012 -model2=model_20970 -model3=model_20963 -model4=model_21000 -model5=model_21027 -model6=model_20982 -model7=model_21036 -unknown119=3 - -// 5308 -[npc_5308] -bas=bas_67 -size=1 -op2=Attack -vislevel=18 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21101 -model2=model_21072 -model3=model_21054 -model4=model_21100 -model5=model_21130 -model6=model_21083 -unknown119=3 - -// 5309 -[npc_5309] -bas=bas_38 -size=1 -op2=Attack -vislevel=18 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21112 -model2=model_21070 -model3=model_21052 -model4=model_21099 -model5=model_21128 -model6=model_21083 -model7=model_21031 -unknown119=3 - -// 5310 -[npc_5310] -bas=bas_67 -size=1 -op2=Attack -vislevel=18 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21111 -model2=model_21067 -model3=model_21049 -model4=model_21098 -model5=model_21125 -model6=model_21081 -model7=model_21140 -unknown119=3 - -// 5311 -[npc_5311] -bas=bas_67 -size=1 -op2=Attack -vislevel=18 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21101 -model2=model_21068 -model3=model_21050 -model4=model_21085 -model5=model_21126 -model6=model_21082 -model7=model_21140 -unknown119=3 - -// 5312 -[npc_5312] -bas=bas_67 -size=1 -op2=Attack -vislevel=18 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21009 -model2=model_20965 -model3=model_20959 -model4=model_20990 -model5=model_21023 -model6=model_20983 -model7=model_21036 -unknown119=3 - -// 5313 -[npc_5313] -bas=bas_67 -size=1 -op2=Attack -vislevel=18 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21010 -model2=model_20967 -model3=model_20960 -model4=model_20998 -model5=model_21024 -model6=model_20982 -model7=model_21036 -unknown119=3 - -// 5314 -[npc_5314] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21105 -model2=model_21059 -model3=model_21041 -model4=model_21088 -model5=model_21117 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 5315 -[npc_5315] -bas=bas_68 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21002 -model2=model_20973 -model3=model_20954 -model4=model_20992 -model5=model_21016 -model6=model_20984 -model7=model_21029 -unknown119=3 - -// 5316 -[npc_5316] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -retex1s=material_445 -retex1d=material_144 -name=Zombie -model1=model_21107 -model2=model_21063 -model3=model_21045 -model4=model_21092 -model5=model_21121 -model6=model_21077 -model7=model_21139 -unknown119=3 - -// 5317 -[npc_5317] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_20948 -unknown119=3 - -// 5318 -[npc_5318] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_21106 -model2=model_21060 -model3=model_21042 -model4=model_21089 -model5=model_21118 -model6=model_21076 -model7=model_21139 -unknown119=3 - -// 5319 -[npc_5319] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21112 -model2=model_21070 -model3=model_21052 -model4=model_21099 -model5=model_21128 -model6=model_21083 -model7=model_21134 -unknown119=3 - -// 5320 -[npc_5320] -bas=bas_69 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21002 -model2=model_20969 -model3=model_20962 -model4=model_20999 -model5=model_21026 -model6=model_20982 -model7=model_21031 -unknown119=3 - -// 5321 -[npc_5321] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21012 -model2=model_20970 -model3=model_20963 -model4=model_21000 -model5=model_21027 -model6=model_20982 -model7=model_21035 -unknown119=3 - -// 5322 -[npc_5322] -bas=bas_68 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=18930 -recol2s=16941 -recol2d=18930 -recol3s=14827 -recol3d=16816 -recol4s=13770 -recol4d=16816 -recol5s=15884 -recol5d=17873 -recol6s=12713 -recol6d=14702 -name=Zombie -model1=model_21002 -model2=model_20971 -model3=model_20964 -model4=model_21000 -model5=model_21028 -model6=model_20982 -model7=model_21029 -unknown119=3 - -// 5323 -[npc_5323] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21111 -model2=model_21067 -model3=model_21049 -model4=model_21098 -model5=model_21125 -model6=model_21081 -model7=model_21136 -unknown119=3 - -// 5324 -[npc_5324] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21101 -model2=model_21068 -model3=model_21050 -model4=model_21085 -model5=model_21126 -model6=model_21082 -model7=model_21139 -unknown119=3 - -// 5325 -[npc_5325] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21102 -model2=model_21069 -model3=model_21051 -model4=model_21085 -model5=model_21127 -model6=model_21082 -model7=model_21134 -unknown119=3 - -// 5326 -[npc_5326] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21009 -model2=model_20965 -model3=model_20959 -model4=model_20990 -model5=model_21023 -model6=model_20983 -model7=model_21035 -unknown119=3 - -// 5327 -[npc_5327] -bas=bas_38 -size=1 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21011 -model2=model_20968 -model3=model_20961 -model4=model_20990 -model5=model_21025 -model6=model_20988 -model7=model_21031 -unknown119=3 - -// 5328 -[npc_5328] -bas=bas_38 -size=1 -op2=Attack -vislevel=25 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -recol6s=16846 -recol6d=8354 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21133 -unknown119=3 - -// 5329 -[npc_5329] -bas=bas_38 -size=1 -op2=Attack -vislevel=25 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -recol6s=16846 -recol6d=8354 -name=Zombie -model1=model_21105 -model2=model_21059 -model3=model_21041 -model4=model_21088 -model5=model_21117 -model6=model_21073 -model7=model_21133 -unknown119=3 - -// 5330 -[npc_5330] -bas=bas_38 -size=1 -op2=Attack -vislevel=25 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -recol6s=16846 -recol6d=8354 -name=Zombie -model1=model_21003 -model2=model_20972 -model3=model_20953 -model4=model_20991 -model5=model_21015 -model6=model_20983 -model7=model_21030 -unknown119=3 - -// 5331 -[npc_5331] -bas=bas_38 -size=1 -op2=Attack -vislevel=25 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -recol6s=16846 -recol6d=8354 -name=Zombie -model1=model_21002 -model2=model_20973 -model3=model_20954 -model4=model_20992 -model5=model_21016 -model6=model_20984 -model7=model_21030 -unknown119=3 - -// 5332 -[npc_5332] -bas=bas_71 -size=1 -op2=Attack -vislevel=22 -name=Skeleton -model1=model_21170 -model2=model_21178 -model3=model_21160 -model4=model_21158 -model5=model_21181 -model6=model_21188 -unknown119=3 - -// 5333 -[npc_5333] -bas=bas_71 -size=1 -op2=Attack -vislevel=22 -name=Skeleton -model1=model_21168 -model2=model_21177 -model3=model_21159 -model4=model_21156 -model5=model_21180 -model6=model_21188 -unknown119=3 - -// 5334 -[npc_5334] -bas=bas_70 -size=1 -op2=Attack -vislevel=22 -name=Skeleton -model1=model_21169 -model2=model_21161 -model3=model_21157 -model4=model_21182 -model5=model_21201 -model6=model_21186 -unknown119=3 - -// 5335 -[npc_5335] -bas=bas_71 -size=1 -op2=Attack -vislevel=21 -name=Skeleton -model1=model_21170 -model2=model_21178 -model3=model_21160 -model4=model_21158 -model5=model_21181 -model6=model_21188 -unknown119=3 - -// 5336 -[npc_5336] -bas=bas_71 -size=1 -op2=Attack -vislevel=21 -name=Skeleton -model1=model_21168 -model2=model_21177 -model3=model_21159 -model4=model_21156 -model5=model_21180 -model6=model_21188 -unknown119=3 - -// 5337 -[npc_5337] -bas=bas_70 -size=1 -op2=Attack -vislevel=25 -name=Skeleton -model1=model_21173 -model2=model_21179 -model3=model_21160 -model4=model_21156 -model5=model_21182 -model6=model_21200 -model7=model_21186 -unknown119=3 - -// 5338 -[npc_5338] -bas=bas_70 -size=1 -op2=Attack -vislevel=25 -name=Skeleton -model1=model_21175 -model2=model_21179 -model3=model_21161 -model4=model_21156 -model5=model_21181 -model6=model_21205 -model7=model_21187 -unknown119=3 - -// 5339 -[npc_5339] -bas=bas_70 -size=1 -op2=Attack -vislevel=25 -name=Skeleton -model1=model_21174 -model2=model_21179 -model3=model_21161 -model4=model_21156 -model5=model_21182 -model6=model_21199 -model7=model_21186 -unknown119=3 - -// 5340 -[npc_5340] -bas=bas_71 -size=1 -op2=Attack -vislevel=25 -name=Skeleton -model1=model_21169 -model2=model_21161 -model3=model_21157 -model4=model_21181 -model5=model_21204 -model6=model_21188 -unknown119=3 - -// 5341 -[npc_5341] -bas=bas_1417 -size=1 -resizeh=108 -resizev=108 -op2=Attack -vislevel=45 -name=Skeleton -model1=model_21166 -unknown119=3 - -// 5342 -[npc_5342] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21147 -unknown119=3 - -// 5343 -[npc_5343] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21148 -unknown119=3 - -// 5344 -[npc_5344] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21149 -unknown119=3 - -// 5345 -[npc_5345] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21143 -unknown119=3 - -// 5346 -[npc_5346] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21144 -unknown119=3 - -// 5347 -[npc_5347] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21145 -unknown119=3 - -// 5348 -[npc_5348] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21146 -unknown119=3 - -// 5349 -[npc_5349] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21143 -unknown119=3 - -// 5350 -[npc_5350] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -retex1s=material_236 -retex1d=material_91 -name=Ghost -model1=model_21146 -unknown119=3 - -// 5351 -[npc_5351] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21149 -unknown119=3 - -// 5352 -[npc_5352] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=19 -name=Ghost -model1=model_21147 -unknown119=3 - -// 5353 -[npc_5353] -bas=bas_70 -size=1 -op2=Attack -vislevel=68 -recol1s=19023 -recol1d=25389 -recol2s=17966 -recol2d=24332 -recol3s=16909 -recol3d=24330 -recol4s=15852 -recol4d=25389 -recol5s=14795 -recol5d=25389 -recol6s=12683 -recol6d=23240 -name=Undead one -model1=model_21169 -model2=model_21161 -model3=model_21157 -model4=model_21182 -model5=model_21201 -model6=model_21186 -unknown119=3 - -// 5354 -[npc_5354] -bas=bas_70 -size=1 -op2=Attack -vislevel=61 -recol1s=19023 -recol1d=25389 -recol2s=17966 -recol2d=24332 -recol3s=16909 -recol3d=24330 -recol4s=15852 -recol4d=25389 -recol5s=14795 -recol5d=25389 -recol6s=12683 -recol6d=23240 -name=Undead one -model1=model_21175 -model2=model_21179 -model3=model_21161 -model4=model_21156 -model5=model_21181 -model6=model_21205 -model7=model_21187 -unknown119=3 - -// 5355 -[npc_5355] -bas=bas_67 -size=1 -op2=Attack -vislevel=68 -recol1s=17998 -recol1d=16842 -recol2s=16941 -recol2d=16842 -recol3s=14827 -recol3d=13705 -recol4s=13770 -recol4d=13705 -recol5s=15884 -recol5d=14762 -recol6s=11656 -recol6d=10534 -name=Undead one -model1=model_21001 -model2=model_20978 -model3=model_20951 -model4=model_20989 -model5=model_21013 -model6=model_20981 -model7=model_21036 -unknown119=3 - -// 5356 -[npc_5356] -bas=bas_67 -size=1 -op2=Attack -vislevel=68 -recol1s=17998 -recol1d=16842 -recol2s=16941 -recol2d=16842 -recol3s=14827 -recol3d=13705 -recol4s=13770 -recol4d=13705 -recol5s=15884 -recol5d=14762 -recol6s=11656 -recol6d=10534 -name=Undead one -model1=model_21007 -model2=model_20979 -model3=model_20952 -model4=model_20996 -model5=model_21013 -model6=model_20987 -model7=model_21036 -unknown119=3 - -// 5357 -[npc_5357] -bas=bas_38 -size=1 -op2=Attack -vislevel=73 -recol1s=17998 -recol1d=16842 -recol2s=16941 -recol2d=16842 -recol3s=14827 -recol3d=13705 -recol4s=13770 -recol4d=13705 -recol5s=15884 -recol5d=14762 -recol6s=11656 -recol6d=10534 -name=Undead one -model1=model_21110 -model2=model_21066 -model3=model_21048 -model4=model_21095 -model5=model_21124 -model6=model_21080 -model7=model_21131 -unknown119=3 - -// 5358 -[npc_5358] -bas=bas_38 -size=1 -op2=Attack -vislevel=73 -recol1s=17998 -recol1d=16842 -recol2s=16941 -recol2d=16842 -recol3s=14827 -recol3d=13705 -recol4s=13770 -recol4d=13705 -recol5s=15884 -recol5d=14762 -recol6s=11656 -recol6d=10534 -name=Undead one -model1=model_21008 -model2=model_20980 -model3=model_20952 -model4=model_20997 -model5=model_21022 -model6=model_20987 -model7=model_21032 -unknown119=3 - -// 5359 -[npc_5359] -bas=bas_72 -size=1 -resizeh=108 -resizev=108 -op2=Attack -vislevel=80 -name=Giant skeleton -model1=model_21166 -unknown119=3 - -// 5360 -[npc_5360] -bas=bas_785 -vislevel=96 -name=Mummy ashes -model1=model_20903 -unknown119=3 - -// 5361 -[npc_5361] -bas=bas_1251 -ambient=40 -contrast=56 -op2=Attack -ambient=60 -contrast=60 -size=1 -vislevel=115 -name=Waterfiend -model1=model_34580 -unknown119=3 - -// 5362 -[npc_5362] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -op2=Attack -vislevel=227 -recol1s=13541 -recol1d=13897 -recol2s=8192 -recol2d=8549 -recol3s=9248 -recol3d=9606 -recol4s=10305 -recol4d=10663 -recol5s=11427 -recol5d=11784 -recol6s=7168 -recol6d=7492 -name=Brutal green dragon -model1=model_17407 -model2=model_17426 -model3=model_17418 -unknown119=3 - -// 5363 -[npc_5363] -bas=bas_77 -size=4 -ambient=15 -contrast=15 -resizeh=110 -resizev=110 -op2=Attack -vislevel=304 -name=Mithril dragon -model1=model_24575 -model2=model_24584 -model3=model_24580 -unknown119=3 - -// 5364 -[npc_5364] -bas=bas_102 -op2=Attack -vislevel=132 -name=Confused barbarian -model1=model_26626 -model2=model_214 -model3=model_252 -model4=model_26640 -model5=model_26643 -model6=model_26620 -model7=model_26617 -model8=model_26622 -model9=model_11747 -model10=model_11788 -unknown119=3 - -// 5365 -[npc_5365] -bas=bas_71 -size=1 -op2=Attack -vislevel=60 -name=Skeleton -model1=model_21168 -model2=model_21177 -model3=model_21159 -model4=model_21156 -model5=model_21180 -model6=model_21188 -unknown119=3 - -// 5366 -[npc_5366] -bas=bas_70 -size=1 -op2=Attack -vislevel=60 -name=Skeleton -model1=model_21169 -model2=model_21161 -model3=model_21157 -model4=model_21182 -model5=model_21201 -model6=model_21186 -unknown119=3 - -// 5367 -[npc_5367] -bas=bas_70 -size=1 -op2=Attack -vislevel=85 -name=Skeleton -model1=model_21173 -model2=model_21179 -model3=model_21160 -model4=model_21156 -model5=model_21182 -model6=model_21200 -model7=model_21186 -unknown119=3 - -// 5368 -[npc_5368] -bas=bas_70 -size=1 -op2=Attack -vislevel=85 -name=Skeleton -model1=model_21175 -model2=model_21179 -model3=model_21161 -model4=model_21156 -model5=model_21181 -model6=model_21205 -model7=model_21187 -unknown119=3 - -// 5369 -[npc_5369] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=77 -name=Ghost -model1=model_21147 -unknown119=3 - -// 5370 -[npc_5370] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=77 -name=Ghost -model1=model_21143 -unknown119=3 - -// 5371 -[npc_5371] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=77 -name=Ghost -model1=model_21144 -unknown119=3 - -// 5372 -[npc_5372] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=76 -name=Ghost -model1=model_21149 -unknown119=3 - -// 5373 -[npc_5373] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=76 -name=Ghost -model1=model_21145 -unknown119=3 - -// 5374 -[npc_5374] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=76 -name=Ghost -model1=model_21146 -unknown119=3 - -// 5375 -[npc_5375] -bas=bas_69 -size=1 -op2=Attack -vislevel=30 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21140 -unknown119=3 - -// 5376 -[npc_5376] -bas=bas_69 -size=1 -op2=Attack -vislevel=30 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21002 -model2=model_20973 -model3=model_20954 -model4=model_20992 -model5=model_21016 -model6=model_20984 -model7=model_21036 -unknown119=3 - -// 5377 -[npc_5377] -bas=bas_38 -size=1 -op2=Attack -vislevel=44 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21004 -model2=model_20974 -model3=model_20955 -model4=model_20990 -model5=model_21017 -model6=model_20985 -model7=model_21031 -unknown119=3 - -// 5378 -[npc_5378] -bas=bas_38 -size=1 -op2=Attack -vislevel=44 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21105 -model2=model_21059 -model3=model_21041 -model4=model_21088 -model5=model_21117 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 5379 -[npc_5379] -bas=bas_68 -op2=Attack -vislevel=53 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21002 -model2=model_20973 -model3=model_20954 -model4=model_20992 -model5=model_21016 -model6=model_20984 -model7=model_21029 -unknown119=3 - -// 5380 -[npc_5380] -bas=bas_38 -op2=Attack -vislevel=53 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21136 -unknown119=3 - -// 5381 -[npc_5381] -bas=bas_70 -op2=Attack -vislevel=77 -recol1s=19023 -recol1d=16907 -recol2s=17966 -recol2d=15850 -recol3s=16909 -recol3d=14793 -recol4s=15852 -recol4d=14793 -recol5s=14795 -recol5d=13736 -recol6s=12683 -recol6d=11624 -name=Skeleton -model1=model_21172 -model2=model_21178 -model3=model_21159 -model4=model_21156 -model5=model_21180 -model6=model_21201 -model7=model_21187 -model8=model_21164 -unknown119=3 - -// 5382 -[npc_5382] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=53 -recol1s=6342 -recol1d=8456 -recol2s=10504 -recol2d=5285 -recol3s=32736 -recol3d=16846 -name=Animated steel armour -model1=model_15311 -model2=model_15316 -model3=model_15301 -model4=model_15304 -model5=model_518 -model6=model_15314 -model7=model_15303 -unknown119=3 - -// 5383 -[npc_5383] -bas=bas_26 -size=1 -resizeh=120 -resizev=120 -op1=Talk-to -op3=Bank -op4=Collect -vislevel=0 -alwaysontop=yes -name=Odovacar -model1=model_20859 -model2=model_20862 -model3=model_20853 -head1=model_39933 -head2=model_39344 -unknown119=3 - -// 5384 -[npc_5384] -bas=bas_72 -size=1 -resizeh=108 -resizev=108 -size=2 -op2=Attack -vislevel=100 -recol1s=6242 -recol1d=5251 -recol2s=5185 -recol2d=3137 -name=Giant skeleton -model1=model_21166 -unknown119=3 - -// 5385 -[npc_5385] -bas=bas_71 -size=1 -size=1 -op2=Attack -vislevel=94 -name=Skeleton -model1=model_21193 -unknown119=3 - -// 5386 -[npc_5386] -bas=bas_70 -size=1 -op2=Attack -vislevel=77 -recol1s=6242 -recol1d=5251 -recol2s=5185 -recol2d=3137 -name=Skeleton -model1=model_21172 -model2=model_21177 -model3=model_21160 -model4=model_21156 -model5=model_21180 -model6=model_21186 -model7=model_21199 -unknown119=3 - -// 5387 -[npc_5387] -bas=bas_70 -size=1 -op2=Attack -vislevel=81 -recol1s=6242 -recol1d=5251 -recol2s=5185 -recol2d=3137 -name=Skeleton -model1=model_21173 -model2=model_21177 -model3=model_21159 -model4=model_21156 -model5=model_21181 -model6=model_21186 -model7=model_21200 -unknown119=3 - -// 5388 -[npc_5388] -bas=bas_70 -size=1 -op2=Attack -vislevel=42 -recol1s=1058 -recol1d=5251 -name=Skeleton -model1=model_21175 -model2=model_21177 -model3=model_21161 -model4=model_21157 -model5=model_21181 -model6=model_21187 -model7=model_21205 -unknown119=3 - -// 5389 -[npc_5389] -bas=bas_70 -size=1 -op2=Attack -vislevel=59 -recol1s=1058 -recol1d=5251 -name=Skeleton -model1=model_21168 -model2=model_21177 -model3=model_21161 -model4=model_21157 -model5=model_21182 -model6=model_21187 -model7=model_21205 -unknown119=3 - -// 5390 -[npc_5390] -bas=bas_70 -size=1 -op2=Attack -vislevel=42 -recol1s=1058 -recol1d=5251 -name=Skeleton -model1=model_21168 -model2=model_21178 -model3=model_21161 -model4=model_21156 -model5=model_21182 -model6=model_21187 -model7=model_21202 -unknown119=3 - -// 5391 -[npc_5391] -bas=bas_71 -size=1 -op2=Attack -vislevel=63 -recol1s=1058 -recol1d=5251 -name=Skeleton -model1=model_21168 -model2=model_21179 -model3=model_21160 -model4=model_21157 -model5=model_21182 -model6=model_21188 -model7=model_21202 -unknown119=3 - -// 5392 -[npc_5392] -bas=bas_71 -size=1 -op2=Attack -vislevel=40 -name=Skeleton -model1=model_21168 -model2=model_21177 -model3=model_21162 -model4=model_21156 -model5=model_21184 -model6=model_21188 -model7=model_21203 -unknown119=3 - -// 5393 -[npc_5393] -bas=bas_490 -size=1 -op2=Attack -vislevel=40 -name=Zombie -model1=model_21105 -model2=model_21132 -model3=model_21056 -model4=model_21038 -model5=model_21119 -model6=model_21077 -model7=model_21085 -unknown119=3 - -// 5394 -[npc_5394] -bas=bas_490 -size=1 -op2=Attack -vislevel=42 -recol1s=8422 -recol1d=11594 -recol2s=7365 -recol2d=9480 -recol3s=6308 -recol3d=7366 -recol4s=2114 -recol4d=7363 -recol5s=1024 -recol5d=7363 -recol6s=3171 -recol6d=5249 -name=Zombie -model1=model_21105 -model2=model_21132 -model3=model_21056 -model4=model_21038 -model5=model_21119 -model6=model_21077 -model7=model_21085 -unknown119=3 - -// 5395 -[npc_5395] -bas=bas_490 -size=1 -op2=Attack -vislevel=47 -recol1s=8422 -recol1d=6374 -recol2s=7365 -recol2d=4260 -recol3s=6308 -recol3d=2146 -recol4s=2114 -recol4d=8490 -recol5s=1024 -recol5d=8490 -recol6s=3171 -recol6d=6376 -name=Zombie -model1=model_21103 -model2=model_21132 -model3=model_21056 -model4=model_21038 -model5=model_21119 -model6=model_21077 -model7=model_21085 -unknown119=3 - -// 5396 -[npc_5396] -bas=bas_490 -size=1 -op2=Attack -vislevel=50 -name=Zombie -model1=model_21104 -model2=model_21132 -model3=model_21056 -model4=model_21052 -model5=model_21119 -model6=model_21077 -model7=model_21085 -unknown119=3 - -// 5397 -[npc_5397] -bas=bas_490 -size=1 -op2=Attack -vislevel=56 -recol1s=8422 -recol1d=14626 -recol2s=7365 -recol2d=12512 -recol3s=6308 -recol3d=10400 -recol4s=2114 -recol4d=13606 -recol5s=1024 -recol5d=13606 -recol6s=3171 -recol6d=10469 -name=Zombie -model1=model_21111 -model2=model_21132 -model3=model_21056 -model4=model_21052 -model5=model_21119 -model6=model_21077 -model7=model_21085 -unknown119=3 - -// 5398 -[npc_5398] -bas=bas_490 -size=1 -op2=Attack -vislevel=61 -recol1s=8422 -recol1d=9510 -recol2s=7365 -recol2d=7396 -recol3s=6308 -recol3d=5282 -recol4s=2114 -recol4d=7396 -recol5s=1024 -recol5d=13606 -recol6s=3171 -recol6d=5282 -name=Zombie -model1=model_21111 -model2=model_21132 -model3=model_21056 -model4=model_21052 -model5=model_21119 -model6=model_21076 -model7=model_21088 -unknown119=3 - -// 5399 -[npc_5399] -bas=bas_84 -size=1 -op2=Attack -vislevel=67 -name=Zombie -model1=model_21102 -model2=model_21139 -model3=model_21057 -model4=model_21037 -model5=model_21113 -model6=model_21073 -model7=model_21086 -unknown119=3 - -// 5400 -[npc_5400] -bas=bas_84 -size=1 -op2=Attack -vislevel=70 -recol1s=11494 -recol1d=5251 -recol2s=10437 -recol2d=9478 -recol3s=9380 -recol3d=8421 -recol4s=7266 -recol4d=7364 -recol5s=7266 -recol5d=6307 -name=Zombie -model1=model_21102 -model2=model_21139 -model3=model_21057 -model4=model_21037 -model5=model_21113 -model6=model_21073 -model7=model_21086 -unknown119=3 - -// 5401 -[npc_5401] -bas=bas_84 -size=1 -op2=Attack -vislevel=72 -recol1s=11494 -recol1d=10569 -recol2s=10437 -recol2d=9512 -recol3s=9380 -recol3d=8455 -recol4s=7266 -recol4d=7398 -recol5s=7266 -recol5d=6341 -name=Zombie -model1=model_21104 -model2=model_21139 -model3=model_21057 -model4=model_21037 -model5=model_21113 -model6=model_21073 -model7=model_21086 -unknown119=3 - -// 5402 -[npc_5402] -bas=bas_84 -size=1 -op2=Attack -vislevel=76 -name=Zombie -model1=model_21101 -model2=model_21139 -model3=model_21067 -model4=model_21049 -model5=model_21125 -model6=model_21081 -model7=model_21098 -unknown119=3 - -// 5403 -[npc_5403] -bas=bas_84 -size=1 -op2=Attack -vislevel=80 -recol1s=22123 -recol1d=12682 -recol2s=21034 -recol2d=11625 -recol3s=19977 -recol3d=10568 -name=Zombie -model1=model_21101 -model2=model_21139 -model3=model_21067 -model4=model_21049 -model5=model_21125 -model6=model_21081 -model7=model_21098 -unknown119=3 - -// 5404 -[npc_5404] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -recol1s=22123 -recol1d=10636 -recol2s=21034 -recol2d=9579 -recol3s=19977 -recol3d=8522 -name=Zombie -model1=model_21101 -model2=model_21139 -model3=model_21067 -model4=model_21049 -model5=model_21125 -model6=model_21081 -model7=model_21098 -unknown119=3 - -// 5405 -[npc_5405] -bas=bas_84 -size=1 -op2=Attack -vislevel=86 -name=Zombie -model1=model_21101 -model2=model_21139 -model3=model_21071 -model4=model_21052 -model5=model_21128 -model6=model_21083 -model7=model_21099 -unknown119=3 - -// 5406 -[npc_5406] -bas=bas_84 -size=1 -op2=Attack -vislevel=90 -recol1s=9477 -recol1d=7432 -recol2s=8420 -recol2d=6375 -recol3s=7363 -recol3d=5318 -recol4s=6306 -recol4d=4261 -name=Zombie -model1=model_21101 -model2=model_21139 -model3=model_21071 -model4=model_21052 -model5=model_21128 -model6=model_21083 -model7=model_21099 -unknown119=3 - -// 5407 -[npc_5407] -bas=bas_84 -size=1 -op2=Attack -vislevel=95 -recol1s=9477 -recol1d=5383 -recol2s=8420 -recol2d=4326 -recol3s=7363 -recol3d=3269 -recol4s=6306 -recol4d=2212 -name=Zombie -model1=model_21109 -model2=model_21139 -model3=model_21071 -model4=model_21052 -model5=model_21128 -model6=model_21083 -model7=model_21099 -unknown119=3 - -// 5408 -[npc_5408] -bas=bas_84 -size=1 -op2=Attack -vislevel=98 -name=Zombie -model1=model_21112 -model2=model_21139 -model3=model_21056 -model4=model_21052 -model5=model_21128 -model6=model_21083 -model7=model_21099 -unknown119=3 - -// 5409 -[npc_5409] -bas=bas_84 -size=1 -op2=Attack -vislevel=100 -recol1s=9477 -recol1d=9580 -recol2s=8420 -recol2d=8523 -recol3s=7363 -recol3d=7466 -recol4s=6306 -recol4d=6409 -name=Zombie -model1=model_21112 -model2=model_21139 -model3=model_21056 -model4=model_21052 -model5=model_21128 -model6=model_21083 -model7=model_21099 -unknown119=3 - -// 5410 -[npc_5410] -bas=bas_84 -size=1 -op2=Attack -vislevel=81 -recol1s=9477 -recol1d=12682 -recol2s=8420 -recol2d=11625 -recol3s=7363 -recol3d=10568 -recol4s=6306 -recol4d=9511 -name=Zombie -model1=model_21111 -model2=model_21139 -model3=model_21056 -model4=model_21052 -model5=model_21128 -model6=model_21083 -model7=model_21099 -unknown119=3 - -// 5411 -[npc_5411] -bas=bas_71 -size=1 -op2=Attack -vislevel=72 -name=Skeleton -model1=model_21173 -model2=model_21178 -model3=model_21160 -model4=model_21156 -model5=model_21180 -model6=model_21188 -model7=model_21199 -unknown119=3 - -// 5412 -[npc_5412] -bas=bas_70 -size=1 -op2=Attack -vislevel=87 -name=Skeleton -model1=model_21175 -model2=model_21177 -model3=model_21161 -model4=model_21156 -model5=model_21180 -model6=model_21187 -model7=model_21202 -unknown119=3 - -// 5413 -[npc_5413] -bas=bas_486 -size=1 -op2=Attack -vislevel=50 -name=Possessed pickaxe -model1=model_21380 -unknown119=3 - -// 5414 -[npc_5414] -bas=bas_487 -size=1 -op2=Attack -vislevel=50 -name=Animated spade -model1=model_21381 -unknown119=3 - -// 5415 -[npc_5415] -turnspeed=0 -size=2 -vislevel=0 -name=Terror dog statue -model1=model_21383 -unknown119=3 - -// 5416 -[npc_5416] -size=3 -turnspeed=0 -vislevel=0 -name=Terror dog statue -model1=model_21382 -unknown119=3 - -// 5417 -[npc_5417] -bas=bas_489 -op2=Attack -size=2 -alwaysontop=yes -vislevel=110 -name=Terror dog -model1=model_21382 -unknown119=3 - -// 5418 -[npc_5418] -bas=bas_489 -op2=Attack -size=1 -resizev=70 -resizeh=70 -alwaysontop=yes -vislevel=100 -recol1s=1121 -recol1d=2178 -recol2s=32 -recol2d=2178 -recol3s=3235 -recol3d=5349 -recol4s=7168 -recol4d=10405 -name=Terror dog -model1=model_21382 -unknown119=3 - -// 5419 -[npc_5419] -bas=bas_4 -size=1 -vislevel=0 -retex1s=material_228 -retex1d=material_426 -retex2s=material_272 -retex2d=material_252 -name=Tarn -model1=model_20854 -model2=model_20861 -model3=model_20857 -head1=model_39851 -unknown119=1 - -// 5420 -[npc_5420] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=69 -name=Tarn -model1=model_20855 -model2=model_20860 -model3=model_20856 -unknown119=3 - -// 5421 -[npc_5421] -bas=bas_488 -size=3 -op2=Attack -alwaysontop=yes -vislevel=69 -name=Mutant tarn -model1=model_21379 -unknown119=3 - -// 5422 -[npc_5422] -bas=bas_70 -op2=Attack -vislevel=77 -recol1s=19023 -recol1d=16907 -recol2s=17966 -recol2d=15850 -recol3s=16909 -recol3d=14793 -recol4s=15852 -recol4d=14793 -recol5s=14795 -recol5d=13736 -recol6s=12683 -recol6d=11624 -name=Skeleton -model1=model_21175 -model2=model_21179 -model3=model_21161 -model4=model_21156 -model5=model_21181 -model6=model_21205 -model7=model_21187 -model8=model_21164 -unknown119=3 - -// 5423 -[npc_5423] -bas=bas_4 -op1=Talk-to -op3=Tuxedo-time -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_3298 -multinpc=1,npc_5424 -unknown119=3 - -// 5424 -[npc_5424] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Tuxedo-time -alwaysontop=yes -recol1s=14724 -recol1d=13671 -recol2s=12610 -recol2d=15752 -recol3s=11557 -recol3d=16809 -recol4s=6273 -recol4d=16708 -recol5s=11624 -recol5d=13671 -recol6s=8389 -recol6d=11557 -name=Larry -model1=model_10981 -model2=model_249 -model3=model_21813 -model4=model_14175 -model5=model_10980 -model6=model_21811 -model7=model_21812 -model8=model_19947 -head1=model_40053 -head2=model_39254 -unknown119=3 - -// 5425 -[npc_5425] -bas=bas_4 -vislevel=0 -op1=Talk-to -op4=Travel -alwaysontop=yes -recol1s=14724 -recol1d=13671 -recol2s=12610 -recol2d=15752 -recol3s=11557 -recol3d=16809 -recol4s=6273 -recol4d=16708 -recol5s=11624 -recol5d=13671 -recol6s=8389 -recol6d=11557 -name=Larry -model1=model_10981 -model2=model_249 -model3=model_21813 -model4=model_14175 -model5=model_10980 -model6=model_21811 -model7=model_21812 -model8=model_19947 -head1=model_40053 -head2=model_39254 -unknown119=3 - -// 5426 -[npc_5426] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Tuxedo-time -op4=Travel -alwaysontop=yes -recol1s=14724 -recol1d=13671 -recol2s=12610 -recol2d=15752 -recol3s=11557 -recol3d=16809 -recol4s=6273 -recol4d=16708 -recol5s=11624 -recol5d=13671 -recol6s=8389 -recol6d=11557 -name=Larry -model1=model_10981 -model2=model_249 -model3=model_21813 -model4=model_14175 -model5=model_10980 -model6=model_21811 -model7=model_21812 -model8=model_19947 -head1=model_40053 -head2=model_39254 -unknown119=2 - -// 5427 -[npc_5427] -bas=bas_90 -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_3294 -multinpc=0,npc_5428 -multinpc=1,npc_5428 -multinpc=2,npc_5428 -unknown119=3 - -// 5428 -[npc_5428] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 5429 -[npc_5429] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 5430 -[npc_5430] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -alwaysontop=yes -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 5431 -[npc_5431] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -alwaysontop=yes -name=KGP Guard -model1=model_21552 -head1=model_21528 -unknown119=3 - -// 5432 -[npc_5432] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -alwaysontop=yes -name=Pescaling Pax -model1=model_21551 -head1=model_21527 -unknown119=3 - -// 5433 -[npc_5433] -bas=bas_270 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -alwaysontop=yes -name=Ping -model1=model_21547 -model2=model_21549 -head1=model_21525 -unknown119=3 - -// 5434 -[npc_5434] -bas=bas_1213 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -alwaysontop=yes -name=Ping -model1=model_21547 -model2=model_21549 -head1=model_21525 -unknown119=3 - -// 5435 -[npc_5435] -bas=bas_1210 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -alwaysontop=yes -name=Pong -model1=model_21547 -model2=model_21545 -head1=model_21525 -unknown119=3 - -// 5436 -[npc_5436] -bas=bas_1213 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -alwaysontop=yes -name=Pong -model1=model_21547 -model2=model_21545 -head1=model_21525 -unknown119=3 - -// 5437 -[npc_5437] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Ping -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 5438 -[npc_5438] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Pong -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 5439 -[npc_5439] -bas=bas_90 -op1=Talk-to -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_3299 -multinpc=1,npc_5441 -unknown119=3 - -// 5440 -[npc_5440] -op1=Talk-to -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_3299 -multinpc=0,npc_5441 -multinpc=1,npc_5441 -unknown119=3 - -// 5441 -[npc_5441] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=KGP Agent -model1=model_21552 -head1=model_21528 -unknown119=3 - -// 5442 -[npc_5442] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=KGP Agent -model1=model_21552 -head1=model_21528 -unknown119=3 - -// 5443 -[npc_5443] -bas=bas_90 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3299 -multinpc=1,npc_5444 -unknown119=3 - -// 5444 -[npc_5444] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Noodle -model1=model_21550 -head1=model_21526 -unknown119=3 - -// 5445 -[npc_5445] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 5446 -[npc_5446] -bas=bas_90 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -minimap=no -op1=Pick-up -name=Penguin suit -model1=model_21544 -head1=model_21523 -unknown119=1 - -// 5447 -[npc_5447] -bas=bas_1211 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Agility Instructor -model1=model_21547 -model2=model_21548 -head1=model_21525 -unknown119=3 - -// 5448 -[npc_5448] -bas=bas_1211 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Army Commander -model1=model_21546 -model2=model_21548 -head1=model_21524 -unknown119=3 - -// 5449 -[npc_5449] -bas=bas_1215 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -name=Penguin -model1=model_21547 -unknown119=3 - -// 5450 -[npc_5450] -bas=bas_1214 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -name=Penguin -model1=model_21547 -unknown119=3 - -// 5451 -[npc_5451] -bas=bas_1212 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -name=Penguin -model1=model_21547 -unknown119=3 - -// 5452 -[npc_5452] -bas=bas_1216 -size=2 -op2=Attack -alwaysontop=yes -vislevel=51 -name=Icelord -model1=model_21802 -model2=model_21806 -unknown119=3 - -// 5453 -[npc_5453] -bas=bas_1216 -size=2 -op2=Attack -alwaysontop=yes -vislevel=51 -name=Icelord -model1=model_21803 -unknown119=3 - -// 5454 -[npc_5454] -bas=bas_1216 -size=2 -op2=Attack -alwaysontop=yes -vislevel=51 -name=Icelord -model1=model_21804 -unknown119=3 - -// 5455 -[npc_5455] -bas=bas_1216 -size=2 -op2=Attack -alwaysontop=yes -vislevel=51 -name=Icelord -model1=model_21805 -unknown119=3 - -// 5456 -[npc_5456] -size=1 -vislevel=0 -alwaysontop=yes -turnspeed=0 -name=Crusher -model1=model_21591 -unknown119=1 - -// 5457 -[npc_5457] -size=1 -vislevel=0 -alwaysontop=yes -turnspeed=0 -name=Crusher -model1=model_21591 -unknown119=1 - -// 5458 -[npc_5458] -size=1 -vislevel=0 -alwaysontop=yes -turnspeed=0 -name=Crusher -model1=model_21591 -unknown119=1 - -// 5459 -[npc_5459] -size=1 -vislevel=0 -alwaysontop=yes -turnspeed=0 -name=Crusher -model1=model_21591 -unknown119=1 - -// 5460 -[npc_5460] -bas=bas_45 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=5218 -recol1d=12548 -name=Tree -model1=model_21840 -unknown119=3 - -// 5461 -[npc_5461] -bas=bas_666 -size=1 -ambient=40 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=16846 -recol1d=5378 -recol2s=13675 -recol2d=5314 -recol3s=11561 -recol3d=7298 -name=Jungle Tree -model1=model_21844 -unknown119=3 - -// 5462 -[npc_5462] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=266 -recol2s=2340 -recol2d=22082 -recol3s=7298 -recol3d=3138 -recol4s=15856 -recol4d=3138 -recol5s=6273 -recol5d=10469 -name=Tolna -model1=model_217 -model2=model_11190 -model3=model_292 -model4=model_151 -model5=model_177 -model6=model_275 -model7=model_9823 -head1=model_39859 -head2=model_39212 -unknown119=3 - -// 5463 -[npc_5463] -bas=bas_119 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -retex1s=material_228 -retex1d=material_426 -name=Honour guard -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_540 -model9=model_326 -model10=model_4235 -model11=model_317 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 5464 -[npc_5464] -bas=bas_119 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -retex1s=material_228 -retex1d=material_426 -name=Honour guard -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_540 -model9=model_326 -model10=model_4235 -model11=model_317 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 5465 -[npc_5465] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=12580 -recol2s=14724 -recol2d=12579 -recol3s=32736 -recol3d=13603 -recol4s=15392 -recol4d=9344 -recol5s=6273 -recol5d=24832 -retex1s=material_255 -retex1d=material_254 -name=Fridleif Shieldson -model1=model_4219 -model2=model_4220 -model3=model_242 -model4=model_252 -model5=model_293 -model6=model_323 -model7=model_21868 -model8=model_179 -model9=model_4236 -model10=model_19335 -model11=model_4226 -model12=model_4218 -head1=model_38095 -head2=model_38097 -head3=model_39299 -unknown119=3 - -// 5466 -[npc_5466] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=2340 -recol1d=8388 -recol2s=14724 -recol2d=12579 -recol3s=6273 -recol3d=30208 -recol4s=8320 -recol4d=13603 -retex1s=material_228 -retex1d=material_426 -name=Thakkrad Sigmundson -model1=model_4219 -model2=model_4220 -model3=model_4221 -model4=model_253 -model5=model_292 -model6=model_4391 -model7=model_170 -model8=model_177 -model9=model_491 -model10=model_4226 -model11=model_4218 -head1=model_38095 -head2=model_39227 -unknown119=3 - -// 5467 -[npc_5467] -bas=bas_1068 -vislevel=0 -minimap=no -name=Iceberg -model1=model_19892 -unknown119=3 - -// 5468 -[npc_5468] -bas=bas_1068 -size=2 -vislevel=0 -minimap=no -name=Iceberg -model1=model_19895 -unknown119=3 - -// 5469 -[npc_5469] -bas=bas_1069 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -name=Arctic Pine -model1=model_16293 -model2=model_27610 -unknown119=3 - -// 5470 -[npc_5470] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 5471 -[npc_5471] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 5472 -[npc_5472] -bas=bas_42 -op2=Attack -resizeh=160 -resizev=160 -size=2 -alwaysontop=yes -vislevel=122 -recol1s=10569 -recol1d=10240 -recol2s=11626 -recol2d=8225 -recol3s=16846 -recol3d=27483 -recol4s=14732 -recol4d=26426 -recol5s=17903 -recol5d=27484 -recol6s=17999 -recol6d=25369 -name=Ice Troll King -model1=model_21920 -model2=model_21917 -model3=model_21923 -model4=model_4949 -head1=model_21862 -unknown119=3 - -// 5473 -[npc_5473] -bas=bas_42 -resizeh=90 -resizev=90 -op2=Attack -alwaysontop=yes -vislevel=74 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll runt -model1=model_4942 -model2=model_4943 -model3=model_3756 -model4=model_3763 -unknown119=3 - -// 5474 -[npc_5474] -bas=bas_42 -resizeh=134 -resizev=134 -op2=Attack -alwaysontop=yes -vislevel=82 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll male -model1=model_4942 -model2=model_4943 -model3=model_3756 -model4=model_3763 -unknown119=3 - -// 5475 -[npc_5475] -bas=bas_42 -resizeh=134 -resizev=134 -op2=Attack -op2=Attack -alwaysontop=yes -vislevel=82 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll female -model1=model_4941 -model2=model_4944 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 5476 -[npc_5476] -bas=bas_42 -resizeh=120 -resizev=120 -op2=Attack -alwaysontop=yes -vislevel=102 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll grunt -model1=model_21921 -model2=model_3759 -model3=model_21918 -unknown119=3 - -// 5477 -[npc_5477] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Request-supplies -recol1s=2340 -recol1d=14729 -recol2s=14724 -recol2d=16842 -recol3s=6273 -recol3d=24832 -recol4s=8320 -recol4d=13603 -recol5s=8422 -recol5d=19023 -recol6s=8388 -recol6d=10569 -name=Bork Sigmundson -model1=model_230 -model2=model_11190 -model3=model_299 -model4=model_22164 -model5=model_170 -model6=model_10218 -model7=model_4046 -model8=model_4226 -model9=model_4218 -head1=model_39630 -head2=model_39212 -unknown119=3 - -// 5478 -[npc_5478] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recolhsl1s=12810 -recolhsl1d=898 -recol2s=2340 -recol2d=2114 -recol3s=6144 -recol3d=31712 -recol4s=6342 -recol4d=26293 -recol5s=22024 -recol5d=26293 -recol6s=6273 -recol6d=26293 -retex1s=material_228 -retex1d=material_426 -name=King Gjuki Sorvott IV -model1=model_192 -model2=model_206 -model3=model_252 -model4=model_10984 -model5=model_323 -model6=model_10301 -model7=model_177 -model8=model_4226 -model9=model_4218 -head1=model_39934 -head2=model_39312 -head3=model_39528 -head4=model_38097 -unknown119=3 - -// 5479 -[npc_5479] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Talk-to -alwaysontop=yes -recol1s=7332 -recol1d=18915 -recol2s=6275 -recol2d=17858 -recol3s=13573 -recol3d=22086 -recol4s=14630 -recol4d=24198 -recol5s=32760 -recol5d=24200 -recol6s=29591 -recol6d=21029 -name=HRH Hrafn -model1=model_34007 -head1=model_34038 -unknown119=3 - -// 5480 -[npc_5480] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=24170 -recol2s=14724 -recol2d=8417 -recol3s=22024 -recol3d=25346 -recol4s=6144 -recol4d=25346 -recol5s=7328 -recol5d=25346 -name=Thorkel Silkbeard -model1=model_215 -model2=model_244 -model3=model_249 -model4=model_21884 -model5=model_162 -model6=model_179 -model7=model_4226 -model8=model_4218 -head1=model_39836 -head2=model_39254 -head3=model_39312 -unknown119=3 - -// 5481 -[npc_5481] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Ferry-Jatizso -alwaysontop=yes -recol1s=14724 -recol1d=6377 -recol2s=2340 -recol2d=3204 -recol3s=7328 -recol3d=8491 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=3206 -retex1s=material_228 -retex1d=material_426 -retex2s=material_268 -retex2d=material_202 -name=Mord Gunnars -model1=model_208 -model2=model_252 -model3=model_299 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_3877 -model9=model_317 -head1=model_38588 -head2=model_38097 -unknown119=3 - -// 5482 -[npc_5482] -bas=bas_4 -op1=Talk-to -op3=Ferry-Rellekka -size=1 -vislevel=0 -alwaysontop=yes -alwaysontop=yes -recol1s=14724 -recol1d=6377 -recol2s=2340 -recol2d=3204 -recol3s=7328 -recol3d=8491 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=3206 -retex1s=material_228 -retex1d=material_426 -retex2s=material_268 -retex2d=material_202 -name=Mord Gunnars -model1=model_208 -model2=model_252 -model3=model_299 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_3877 -model9=model_317 -head1=model_38588 -head2=model_38097 -unknown119=3 - -// 5483 -[npc_5483] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -resizeh=120 -resizev=120 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=6273 -recol1d=15718 -recol2s=2340 -recol2d=6273 -recol3s=13605 -recol3d=11490 -recol4s=22059 -recol4d=19945 -recol5s=25098 -recol5d=26254 -name=Hring Hring -model1=model_214 -model2=model_252 -model3=model_5673 -model4=model_5667 -model5=model_4226 -model6=model_18128 -model7=model_5725 -model8=model_542 -head1=model_39726 -head2=model_38097 -unknown119=3 - -// 5484 -[npc_5484] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -resizev=132 -resizeh=136 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=13604 -recol2s=2340 -recol2d=7298 -recol3s=6273 -recol3d=27042 -recol4s=7329 -recol4d=10469 -recol5s=16704 -recol5d=11493 -retex1s=material_253 -retex1d=material_252 -retex2s=material_228 -retex2d=material_426 -name=Flosi Dalksson -model1=model_217 -model2=model_252 -model3=model_305 -model4=model_162 -model5=model_179 -model6=model_12769 -model7=model_4226 -model8=model_4218 -head1=model_39859 -head2=model_38097 -unknown119=3 - -// 5485 -[npc_5485] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=6273 -recol1d=28261 -recol2s=22024 -recol2d=8388 -recol3s=7329 -recol3d=5281 -recol4s=289 -recol4d=5281 -recol5s=14724 -recol5d=5281 -recol6s=2340 -recol6d=5281 -retex1s=material_268 -retex1d=material_202 -retex2s=material_228 -retex2d=material_426 -name=Raum Urda-Stein -model1=model_221 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_563 -model9=model_317 -head1=model_39612 -head2=model_38097 -unknown119=3 - -// 5486 -[npc_5486] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=6273 -recol1d=22023 -recol2s=2340 -recol2d=13671 -recol3s=14724 -recol3d=17897 -recol4s=7328 -recol4d=21034 -recol5s=10464 -recol5d=17863 -name=Skuli Myrka -model1=model_4220 -model2=model_252 -model3=model_299 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_550 -model9=model_4221 -model10=model_4219 -head1=model_39836 -head2=model_38097 -head3=model_39479 -unknown119=3 - -// 5487 -[npc_5487] -bas=bas_119 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=14724 -recol1d=29464 -recol2s=7328 -recol2d=29464 -recol3s=7298 -recol3d=29464 -retex1s=material_257 -retex1d=material_253 -name=Keepa Kettilon -model1=model_199 -model2=model_206 -model3=model_10039 -model4=model_14791 -model5=model_162 -model6=model_179 -model7=model_12765 -model8=model_12750 -model9=model_181 -head1=model_39934 -head2=model_39270 -head3=model_39509 -unknown119=3 - -// 5488 -[npc_5488] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Bank -op4=Collect -alwaysontop=yes -recol1s=6273 -recol1d=14595 -recol2s=2340 -recol2d=12582 -recol3s=14724 -recol3d=12582 -recol4s=7329 -recol4d=10468 -retex1s=material_202 -retex1d=material_250 -retex2s=material_257 -retex2d=material_273 -name=Magnus Gram -model1=model_208 -model2=model_252 -model3=model_292 -model4=model_170 -model5=model_176 -model6=model_265 -model7=model_185 -model8=model_317 -model9=model_326 -head1=model_38588 -head2=model_38097 -unknown119=3 - -// 5489 -[npc_5489] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Watch-shouting -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=12619 -recol2s=2340 -recol2d=8390 -recol3s=7328 -recol3d=14733 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Guard -model1=model_4219 -model2=model_230 -model3=model_11750 -model4=model_292 -model5=model_317 -model6=model_162 -model7=model_179 -model8=model_542 -model9=model_517 -model10=model_4226 -model11=model_4218 -head1=model_38095 -head2=model_39209 -unknown119=3 - -// 5490 -[npc_5490] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -op3=Watch-shouting -size=1 -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Guard -model1=model_4220 -model2=model_252 -model3=model_292 -model4=model_162 -model5=model_179 -model6=model_4226 -model7=model_4218 -model8=model_540 -model9=model_326 -model10=model_4235 -model11=model_317 -model12=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 5491 -[npc_5491] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=12619 -recol2s=2340 -recol2d=8390 -recol3s=7328 -recol3d=14733 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Guard -model1=model_4219 -model2=model_230 -model3=model_11750 -model4=model_292 -model5=model_317 -model6=model_162 -model7=model_179 -model8=model_542 -model9=model_517 -model10=model_4226 -model11=model_4218 -head1=model_38095 -head2=model_39209 -unknown119=3 - -// 5492 -[npc_5492] -bas=bas_4 -size=1 -vislevel=115 -op1=Talk-to -alwaysontop=yes -vislevel=0 -recol1s=14724 -recol1d=12619 -recol2s=2340 -recol2d=8390 -recol3s=7328 -recol3d=14733 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Guard -model1=model_4219 -model2=model_230 -model3=model_11750 -model4=model_292 -model5=model_317 -model6=model_162 -model7=model_179 -model8=model_4236 -model9=model_517 -model10=model_4226 -model11=model_4218 -head1=model_38095 -head2=model_39209 -unknown119=3 - -// 5493 -[npc_5493] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=5319 -recol2s=14724 -recol2d=9480 -recol3s=7328 -recol3d=11594 -recol4s=8386 -recol4d=6276 -recol5s=6273 -recol5d=25254 -retex1s=material_228 -retex1d=material_426 -name=Freygerd -model1=model_387 -model2=model_343 -model3=model_456 -model4=model_421 -model5=model_353 -model6=model_479 -model7=model_361 -head1=model_39084 -unknown119=3 - -// 5494 -[npc_5494] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=7395 -recol2s=14724 -recol2d=9541 -recol3s=7328 -recol3d=12710 -recol4s=8386 -recol4d=9541 -recol5s=6273 -recol5d=24201 -retex1s=material_228 -retex1d=material_426 -name=Lensa -model1=model_382 -model2=model_470 -model3=model_343 -model4=model_353 -model5=model_421 -model6=model_358 -model7=model_479 -head1=model_39023 -unknown119=3 - -// 5495 -[npc_5495] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -size=1 -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=6272 -recol2s=14724 -recol2d=9442 -recol3s=7328 -recol3d=11556 -recol4s=8386 -recol4d=9442 -recol5s=6273 -recol5d=26247 -retex1s=material_268 -retex1d=material_202 -name=Vanligga Gastfrihet -model1=model_383 -model2=model_343 -model3=model_456 -model4=model_421 -model5=model_353 -model6=model_479 -model7=model_361 -model8=model_417 -head1=model_38587 -unknown119=3 - -// 5496 -[npc_5496] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=10368 -recol2s=14724 -recol2d=14596 -recol3s=8386 -recol3d=6276 -recol4s=6273 -recol4d=24102 -retex1s=material_228 -retex1d=material_426 -name=Sassilik -model1=model_382 -model2=model_483 -model3=model_456 -model4=model_479 -model5=model_348 -model6=model_353 -model7=model_421 -model8=model_358 -head1=model_39023 -unknown119=3 - -// 5497 -[npc_5497] -bas=bas_1070 -vislevel=0 -op1=Talk-to -recol1s=3491 -recol1d=8420 -recol2s=25098 -recol2d=26189 -recol3s=14724 -recol3d=7364 -recol4s=12610 -recol4d=9478 -recol5s=2340 -recol5d=16877 -recol6s=26531 -recol6d=25300 -name=Miner -model1=model_211 -model2=model_246 -model3=model_10984 -model4=model_10980 -model5=model_10218 -model6=model_509 -model7=model_5218 -head1=model_39634 -unknown119=3 - -// 5498 -[npc_5498] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=3491 -recol1d=8420 -recol2s=25098 -recol2d=26189 -recol3s=14724 -recol3d=7364 -recol4s=12610 -recol4d=9478 -recol5s=2340 -recol5d=16877 -recol6s=26531 -recol6d=25300 -name=Miner -model1=model_211 -model2=model_246 -model3=model_10984 -model4=model_10980 -model5=model_10218 -model6=model_509 -model7=model_5218 -head1=model_39634 -unknown119=3 - -// 5499 -[npc_5499] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -vislevel=0 -recol1s=15856 -recol1d=12547 -recol2s=2340 -recol2d=6208 -recol3s=25098 -recol3d=12616 -name=Eric -model1=model_215 -model2=model_185 -model3=model_249 -model4=model_310 -model5=model_173 -model6=model_176 -model7=model_275 -head1=model_39836 -head2=model_39254 -unknown119=3 - -// 5500 -[npc_5500] -bas=bas_4 -size=1 -op1=Talk-to -size=1 -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=12619 -recol2s=2340 -recol2d=8390 -recol3s=7328 -recol3d=14733 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Gruva Patrull -model1=model_4219 -model2=model_230 -model3=model_11750 -model4=model_292 -model5=model_317 -model6=model_162 -model7=model_179 -model8=model_4236 -model9=model_517 -model10=model_4226 -model11=model_4218 -head1=model_38095 -head2=model_39209 -unknown119=3 - -// 5501 -[npc_5501] -bas=bas_2 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=15785 -recol1d=15523 -recol2s=16846 -recol2d=12417 -recol3s=6309 -recol3d=10405 -recol4s=7298 -recol4d=4226 -recol5s=7266 -recol5d=4226 -recol6s=25098 -recol6d=26255 -name=Brendt -model1=model_2974 -model2=model_7069 -model3=model_7059 -model4=model_2978 -model5=model_7045 -model6=model_2985 -head1=model_4 -head2=model_6949 -unknown119=3 - -// 5502 -[npc_5502] -bas=bas_2 -resizeh=110 -resizev=115 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=16846 -recol1d=15523 -recol2s=29592 -recol2d=23650 -recol3s=25098 -recol3d=26222 -name=Grundt -model1=model_2974 -model2=model_7072 -model3=model_7063 -model4=model_2978 -model5=model_7044 -model6=model_2985 -head1=model_4 -head2=model_6997 -unknown119=3 - -// 5503 -[npc_5503] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=2340 -recol1d=14795 -recol2s=14724 -recol2d=16809 -recol3s=6273 -recol3d=32701 -recol4s=16704 -recol4d=13603 -retex1s=material_228 -retex1d=material_426 -name=Mawnis Burowgar -model1=model_21873 -model2=model_4220 -model3=model_22163 -model4=model_21885 -model5=model_21890 -model6=model_21863 -model7=model_176 -model8=model_21878 -model9=model_19945 -head1=model_39516 -head2=model_39227 -head3=model_39630 -unknown119=3 - -// 5504 -[npc_5504] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=2340 -recol1d=14795 -recol2s=14724 -recol2d=16809 -recol3s=6273 -recol3d=32701 -recol4s=16704 -recol4d=13603 -recol5s=15856 -recol5d=25190 -retex1s=material_228 -retex1d=material_426 -name=Mawnis Burowgar -model1=model_235 -model2=model_22163 -model3=model_21885 -model4=model_21890 -model5=model_21863 -model6=model_176 -model7=model_21878 -model8=model_19945 -head1=model_38641 -head2=model_39227 -unknown119=3 - -// 5505 -[npc_5505] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -resizeh=140 -resizev=140 -recol1s=2340 -recol1d=12580 -recol2s=6273 -recol2d=24832 -recol3s=25190 -recol3d=20049 -name=Fridleif Shieldson -model1=model_4219 -model2=model_4220 -model3=model_242 -model4=model_250 -model5=model_21882 -model6=model_21863 -model7=model_179 -model8=model_21892 -model9=model_19335 -model10=model_21878 -model11=model_19945 -head1=model_38095 -head2=model_38642 -head3=model_39299 -unknown119=3 - -// 5506 -[npc_5506] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Craft-goods -recol1s=7525 -recol1d=9445 -recol2s=8484 -recol2d=8388 -recol3s=6437 -recol3d=9445 -recol4s=3298 -recol4d=9445 -recol5s=25190 -recol5d=8388 -recol6s=6273 -recol6d=28352 -retex1s=material_228 -retex1d=material_426 -name=Thakkrad Sigmundson -model1=model_4219 -model2=model_4220 -model3=model_4221 -model4=model_253 -model5=model_21886 -model6=model_167 -model7=model_177 -model8=model_491 -model9=model_14857 -model10=model_19945 -head1=model_38095 -head2=model_39227 -unknown119=3 - -// 5507 -[npc_5507] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -op3=Ferry-Rellekka -alwaysontop=yes -recol1s=2340 -recol1d=14665 -recol2s=14724 -recol2d=13704 -recol3s=6273 -recol3d=20832 -recol4s=8388 -recol4d=3171 -recol5s=11328 -recol5d=5184 -recol6s=6342 -recol6d=10464 -retex1s=material_268 -retex1d=material_202 -name=Maria Gunnars -model1=model_383 -model2=model_470 -model3=model_479 -model4=model_11348 -model5=model_10706 -model6=model_428 -model7=model_358 -head1=model_38587 -unknown119=3 - -// 5508 -[npc_5508] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Ferry-Neitiznot -recol1s=2340 -recol1d=14665 -recol2s=14724 -recol2d=13704 -recol3s=6273 -recol3d=20832 -recol4s=8388 -recol4d=3171 -recol5s=11328 -recol5d=5184 -recol6s=6342 -recol6d=10464 -name=Maria Gunnars -model1=model_383 -model2=model_470 -model3=model_479 -model4=model_11348 -model5=model_10706 -model6=model_428 -model7=model_358 -head1=model_38587 -unknown119=3 - -// 5509 -[npc_5509] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Trade -recol1s=2340 -recol1d=17899 -recol2s=14724 -recol2d=15719 -recol3s=6273 -recol3d=26400 -recol4s=8320 -recol4d=13603 -recol5s=8422 -recol5d=19023 -recol6s=8388 -recol6d=10569 -retex1s=material_228 -retex1d=material_426 -name=Jofridr Mordstatter -model1=model_378 -model2=model_471 -model3=model_479 -model4=model_348 -model5=model_10706 -model6=model_11357 -model7=model_19950 -head1=model_39090 -unknown119=3 - -// 5510 -[npc_5510] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=8323 -recol2s=1475 -recol2d=7328 -recol3s=14724 -recol3d=12451 -recol4s=25190 -recol4d=9445 -recol5s=6354 -recol5d=13475 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -name=Morten Holdstrom -model1=model_40236 -model2=model_21886 -model3=model_162 -model4=model_14380 -model5=model_253 -model6=model_19945 -model7=model_4391 -model8=model_176 -model9=model_194 -head1=model_39934 -head2=model_39227 -head3=model_39481 -unknown119=3 - -// 5511 -[npc_5511] -bas=bas_4 -vislevel=0 -size=1 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=8323 -recol2s=2340 -recol2d=8388 -recol3s=14724 -recol3d=12451 -recol4s=7328 -recol4d=14565 -recol5s=10464 -recol5d=11394 -recol6s=6354 -recol6d=13475 -name=Gunnar Holdstrom -model1=model_40236 -model2=model_292 -model3=model_162 -model4=model_4226 -model5=model_253 -model6=model_4218 -model7=model_4391 -model8=model_176 -model9=model_194 -head1=model_39934 -head2=model_39227 -head3=model_40662 -unknown119=3 - -// 5512 -[npc_5512] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=28341 -retex1s=material_228 -retex1d=material_426 -name=Anne Isaakson -model1=model_390 -model2=model_456 -model3=model_332 -model4=model_353 -model5=model_421 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 5513 -[npc_5513] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=16387 -recol1d=6371 -recol2s=6273 -recol2d=28502 -retex1s=material_228 -retex1d=material_426 -name=Lisse Isaakson -model1=model_408 -model2=model_417 -model3=model_21914 -model4=model_21899 -model5=model_10706 -model6=model_21911 -model7=model_358 -head1=model_39156 -head2=model_38891 -unknown119=3 - -// 5514 -[npc_5514] -bas=bas_119 -size=1 -vislevel=115 -op1=Talk-to -alwaysontop=yes -recol1s=7329 -recol1d=6369 -recol2s=25190 -recol2d=8389 -name=Honour guard -model1=model_4220 -model2=model_252 -model3=model_21883 -model4=model_317 -model5=model_156 -model6=model_179 -model7=model_4236 -model8=model_19335 -model9=model_21878 -model10=model_19945 -model11=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 5515 -[npc_5515] -bas=bas_4 -size=1 -vislevel=115 -op1=Talk-to -recol1s=7329 -recol1d=6369 -recol2s=25190 -recol2d=8389 -name=Honour guard -model1=model_4220 -model2=model_252 -model3=model_21883 -model4=model_317 -model5=model_156 -model6=model_179 -model7=model_4236 -model8=model_19335 -model9=model_21878 -model10=model_19945 -model11=model_4219 -head1=model_38095 -head2=model_38097 -unknown119=3 - -// 5516 -[npc_5516] -bas=bas_4 -size=1 -vislevel=115 -op1=Talk-to -recol1s=2340 -recol1d=12580 -recol2s=6273 -recol2d=18464 -recol3s=25190 -recol3d=20049 -name=Honour guard -model1=model_4219 -model2=model_4220 -model3=model_242 -model4=model_252 -model5=model_21883 -model6=model_323 -model7=model_156 -model8=model_179 -model9=model_21892 -model10=model_19335 -model11=model_21878 -model12=model_19945 -head1=model_40675 -head2=model_38097 -unknown119=3 - -// 5517 -[npc_5517] -bas=bas_4 -size=1 -vislevel=115 -recol1s=14724 -recol1d=9444 -recol2s=2340 -recol2d=5250 -recol3s=7328 -recol3d=22055 -recol4s=6273 -recol4d=23046 -recol5s=7329 -recol5d=6369 -recol6s=16704 -recol6d=9445 -name=Honour guard -model1=model_4219 -model2=model_4220 -model3=model_242 -model4=model_252 -model5=model_21883 -model6=model_317 -model7=model_156 -model8=model_179 -model9=model_4236 -model10=model_19335 -model11=model_21878 -model12=model_19945 -head1=model_40675 -head2=model_38097 -unknown119=3 - -// 5518 -[npc_5518] -bas=bas_119 -size=1 -vislevel=115 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=12580 -recol2s=25190 -recol2d=8389 -name=Kjedelig Uppsen -model1=model_4219 -model2=model_4220 -model3=model_242 -model4=model_252 -model5=model_21883 -model6=model_323 -model7=model_156 -model8=model_179 -model9=model_21892 -model10=model_19335 -model11=model_21878 -model12=model_19945 -head1=model_38095 -head2=model_38097 -head3=model_39328 -unknown119=3 - -// 5519 -[npc_5519] -bas=bas_119 -size=1 -vislevel=115 -op1=Talk-to -vislevel=0 -recol1s=2340 -recol1d=12580 -recol2s=6273 -recol2d=18464 -recol3s=25190 -recol3d=20049 -name=Trogen Konungarde -model1=model_4219 -model2=model_4220 -model3=model_242 -model4=model_252 -model5=model_21883 -model6=model_323 -model7=model_156 -model8=model_179 -model9=model_21892 -model10=model_19335 -model11=model_21878 -model12=model_19945 -head1=model_38095 -head2=model_38097 -head3=model_39299 -unknown119=3 - -// 5520 -[npc_5520] -bas=bas_4 -size=1 -vislevel=115 -op1=Talk-to -vislevel=0 -recol1s=7364 -recol1d=32701 -recol2s=6273 -recol2d=32225 -recol3s=25190 -recol3d=20049 -name=Slug Hemligssen -model1=model_21875 -model2=model_230 -model3=model_253 -model4=model_21889 -model5=model_21864 -model6=model_21898 -model7=model_21881 -model8=model_21870 -head1=model_39630 -head2=model_39227 -head3=model_39394 -unknown119=3 - -// 5521 -[npc_5521] -bas=bas_42 -resizeh=90 -resizev=90 -op2=Attack -alwaysontop=yes -vislevel=74 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll runt -model1=model_4942 -model2=model_4943 -model3=model_3756 -model4=model_3763 -unknown119=3 - -// 5522 -[npc_5522] -bas=bas_42 -resizeh=134 -resizev=134 -op2=Attack -alwaysontop=yes -vislevel=82 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll male -model1=model_4942 -model2=model_4943 -model3=model_3756 -model4=model_3763 -unknown119=3 - -// 5523 -[npc_5523] -bas=bas_42 -resizeh=134 -resizev=134 -op2=Attack -op2=Attack -alwaysontop=yes -vislevel=82 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll female -model1=model_4941 -model2=model_4944 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 5524 -[npc_5524] -bas=bas_42 -resizeh=120 -resizev=120 -op2=Attack -alwaysontop=yes -vislevel=100 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll grunt -model1=model_21921 -model2=model_3759 -model3=model_21918 -unknown119=3 - -// 5525 -[npc_5525] -bas=bas_42 -resizeh=90 -resizev=90 -op2=Attack -alwaysontop=yes -vislevel=74 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll runt -model1=model_4942 -model2=model_4943 -model3=model_3756 -model4=model_3763 -unknown119=3 - -// 5526 -[npc_5526] -bas=bas_42 -resizeh=134 -resizev=134 -op2=Attack -alwaysontop=yes -vislevel=82 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll male -model1=model_4942 -model2=model_4943 -model3=model_3756 -model4=model_3763 -unknown119=3 - -// 5527 -[npc_5527] -bas=bas_42 -resizeh=134 -resizev=134 -op2=Attack -op2=Attack -alwaysontop=yes -vislevel=82 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll female -model1=model_4941 -model2=model_4944 -model3=model_3755 -model4=model_3765 -unknown119=3 - -// 5528 -[npc_5528] -bas=bas_42 -resizeh=120 -resizev=120 -op2=Attack -alwaysontop=yes -vislevel=100 -recol1s=16846 -recol1d=30655 -recol2s=15919 -recol2d=28540 -name=Ice troll grunt -model1=model_21921 -model2=model_3759 -model3=model_21918 -unknown119=3 - -// 5529 -[npc_5529] -bas=bas_11 -size=2 -op2=Attack -alwaysontop=yes -vislevel=22 -recol1s=7366 -recol1d=32766 -recol2s=32765 -recol2d=10434 -recol3s=8423 -recol3d=32766 -name=Yak -model1=model_22165 -unknown119=3 - -// 5530 -[npc_5530] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_3316 -multinpc=0,npc_5503 -multinpc=1,npc_5504 -unknown119=3 - -// 5531 -[npc_5531] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=13874 -recol2s=14724 -recol2d=13874 -recol3s=9410 -recol3d=14468 -recol4s=11524 -recol4d=16548 -recol5s=25098 -recol5d=19847 -recol6s=6144 -recol6d=13874 -retex1s=material_257 -retex1d=material_253 -retex2s=material_313 -retex2d=material_252 -name=Sorceress -model1=model_22288 -model2=model_403 -model3=model_451 -model4=model_11359 -model5=model_10839 -model6=model_353 -model7=model_8784 -model8=model_361 -head1=model_39019 -head2=model_38773 -unknown119=3 - -// 5532 -[npc_5532] -bas=bas_93 -op1=Talk-to -op4=Teleport -vislevel=0 -alwaysontop=yes -recol1s=28386 -recol1d=13874 -recol2s=2340 -recol2d=32755 -recol3s=16846 -recol3d=32755 -recol4s=15856 -recol4d=27476 -name=Apprentice -model1=model_22287 -model2=model_390 -model3=model_9026 -model4=model_347 -model5=model_353 -model6=model_428 -model7=model_361 -model8=model_22306 -head1=model_40684 -head2=model_38773 -modeloffset7=3,-11,6 -unknown119=3 - -// 5533 -[npc_5533] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Autumn Elemental -model1=model_22264 -model2=model_22265 -unknown119=2 - -// 5534 -[npc_5534] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Autumn Elemental -model1=model_22264 -model2=model_22265 -unknown119=2 - -// 5535 -[npc_5535] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Autumn Elemental -model1=model_22264 -model2=model_22265 -unknown119=2 - -// 5536 -[npc_5536] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Autumn Elemental -model1=model_22264 -model2=model_22265 -unknown119=2 - -// 5537 -[npc_5537] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Autumn Elemental -model1=model_22264 -model2=model_22265 -unknown119=2 - -// 5538 -[npc_5538] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Autumn Elemental -model1=model_22264 -model2=model_22265 -unknown119=2 - -// 5539 -[npc_5539] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Spring Elemental -model1=model_22266 -model2=model_22267 -unknown119=2 - -// 5540 -[npc_5540] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Spring Elemental -model1=model_22266 -model2=model_22267 -unknown119=2 - -// 5541 -[npc_5541] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Spring Elemental -model1=model_22266 -model2=model_22267 -unknown119=2 - -// 5542 -[npc_5542] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Spring Elemental -model1=model_22266 -model2=model_22267 -unknown119=2 - -// 5543 -[npc_5543] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Spring Elemental -model1=model_22266 -model2=model_22267 -unknown119=2 - -// 5544 -[npc_5544] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Spring Elemental -model1=model_22266 -model2=model_22267 -unknown119=2 - -// 5545 -[npc_5545] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Spring Elemental -model1=model_22266 -model2=model_22267 -unknown119=2 - -// 5546 -[npc_5546] -bas=bas_355 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Spring Elemental -model1=model_22266 -model2=model_22267 -unknown119=2 - -// 5547 -[npc_5547] -bas=bas_355 -size=1 -ambient=40 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Summer Elemental -model1=model_22269 -model2=model_22270 -unknown119=2 - -// 5548 -[npc_5548] -bas=bas_355 -size=1 -ambient=40 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Summer Elemental -model1=model_22269 -model2=model_22270 -unknown119=2 - -// 5549 -[npc_5549] -bas=bas_355 -size=1 -ambient=40 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Summer Elemental -model1=model_22269 -model2=model_22270 -unknown119=2 - -// 5550 -[npc_5550] -bas=bas_355 -size=1 -ambient=40 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Summer Elemental -model1=model_22269 -model2=model_22270 -unknown119=2 - -// 5551 -[npc_5551] -bas=bas_355 -size=1 -ambient=40 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Summer Elemental -model1=model_22269 -model2=model_22270 -unknown119=2 - -// 5552 -[npc_5552] -bas=bas_355 -size=1 -ambient=40 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Summer Elemental -model1=model_22269 -model2=model_22270 -unknown119=2 - -// 5553 -[npc_5553] -bas=bas_356 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Winter Elemental -model1=model_22272 -model2=model_22273 -unknown119=2 - -// 5554 -[npc_5554] -bas=bas_356 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Winter Elemental -model1=model_22272 -model2=model_22273 -unknown119=2 - -// 5555 -[npc_5555] -bas=bas_356 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Winter Elemental -model1=model_22272 -model2=model_22273 -unknown119=2 - -// 5556 -[npc_5556] -bas=bas_356 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Winter Elemental -model1=model_22272 -model2=model_22273 -unknown119=2 - -// 5557 -[npc_5557] -bas=bas_356 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Winter Elemental -model1=model_22272 -model2=model_22273 -unknown119=2 - -// 5558 -[npc_5558] -bas=bas_356 -size=1 -ambient=20 -resizeh=80 -resizev=80 -vislevel=0 -alwaysontop=yes -walksmoothing=no -name=Winter Elemental -model1=model_22272 -model2=model_22273 -unknown119=2 - -// 5559 -[npc_5559] -bas=bas_153 -size=1 -vislevel=0 -op1=Talk-to -vislevel=0 -turnspeed=0 -alwaysontop=yes -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=14724 -recol4d=4226 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_202 -name=Osman -model1=model_208 -model2=model_254 -model3=model_249 -model4=model_170 -model5=model_176 -model6=model_181 -model7=model_292 -model8=model_12760 -head1=model_38588 -head2=model_39254 -unknown119=1 - -// 5560 -[npc_5560] -bas=bas_153 -size=1 -vislevel=0 -op1=Talk-to -vislevel=0 -turnspeed=0 -alwaysontop=yes -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=14724 -recol4d=4226 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_202 -name=Osman -model1=model_208 -model2=model_254 -model3=model_249 -model4=model_170 -model5=model_176 -model6=model_181 -model7=model_292 -model8=model_12760 -head1=model_38588 -head2=model_39254 -unknown119=1 - -// 5561 -[npc_5561] -bas=bas_354 -size=1 -vislevel=0 -turnspeed=0 -op1=Inspect -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=14724 -recol4d=4226 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_202 -name=Osman -model1=model_208 -model2=model_254 -model3=model_249 -model4=model_170 -model5=model_176 -model6=model_181 -model7=model_292 -model8=model_12760 -head1=model_38588 -head2=model_39254 -unknown119=1 - -// 5562 -[npc_5562] -bas=bas_154 -vislevel=0 -size=1 -active=no -turnspeed=15 -recol1s=12905 -recol1d=24137 -recol2s=10760 -recol2d=22023 -recol3s=8646 -recol3d=19909 -recol4s=6532 -recol4d=14626 -model1=model_18009 -unknown119=3 - -// 5563 -[npc_5563] -bas=bas_41 -vislevel=0 -size=1 -op1=Talk-to -ambient=15 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=4230 -recol1d=17932 -recol2s=3173 -recol2d=16875 -recol3s=2116 -recol3d=15818 -recol4s=1059 -recol4d=13704 -name=Del-Monty -model1=model_34013 -head1=model_34049 -unknown119=3 - -// 5564 -[npc_5564] -bas=bas_229 -size=2 -op2=Attack -resizeh=87 -resizev=87 -ambient=40 -contrast=40 -minimap=no -alwaysontop=yes -vislevel=160 -name=Bouncer -model1=model_26259 -unknown119=1 - -// 5565 -[npc_5565] -bas=bas_229 -size=2 -op2=Attack -resizeh=87 -resizev=87 -ambient=40 -contrast=40 -minimap=no -alwaysontop=yes -vislevel=160 -name=Bouncer -model1=model_26259 -unknown119=3 - -// 5566 -[npc_5566] -bas=bas_111 -size=1 -op1=Talk-to -vislevel=0 -minimap=no -alwaysontop=yes -recol1s=7298 -recol1d=3171 -name=General Khazard -model1=model_22310 -model2=model_22313 -model3=model_22316 -model4=model_22307 -model5=model_22309 -model6=model_22318 -model7=model_22312 -model8=model_22308 -head1=model_149 -unknown119=3 - -// 5567 -[npc_5567] -bas=bas_111 -resizeh=127 -resizev=127 -op1=Talk-to -minimap=no -alwaysontop=yes -vislevel=0 -recol1s=16846 -recol1d=8456 -recol2s=14724 -recol2d=10504 -name=Scout -model1=model_5736 -model2=model_248 -model3=model_22314 -model4=model_152 -model5=model_21872 -model6=model_11337 -model7=model_15410 -model8=model_14175 -head1=model_39658 -unknown119=3 - -// 5568 -[npc_5568] -bas=bas_111 -resizeh=132 -resizev=132 -op1=Talk-to -minimap=no -alwaysontop=yes -vislevel=0 -recol1s=16846 -recol1d=8456 -recol2s=14724 -recol2d=10504 -recol3s=2340 -recol3d=7399 -name=Scout -model1=model_18086 -model2=model_11190 -model3=model_22315 -model4=model_22333 -model5=model_4924 -model6=model_277 -model7=model_730 -model8=model_3707 -head1=model_39664 -unknown119=3 - -// 5569 -[npc_5569] -bas=bas_111 -resizeh=126 -resizev=126 -op1=Talk-to -minimap=no -alwaysontop=yes -vislevel=0 -recol1s=16846 -recol1d=8456 -recol2s=14724 -recol2d=10504 -recol3s=2340 -recol3d=7399 -recol4s=15856 -recol4d=8456 -name=Scout -model1=model_10376 -model2=model_247 -model3=model_22314 -model4=model_152 -model5=model_176 -model6=model_10377 -model7=model_14175 -head1=model_39587 -unknown119=3 - -// 5570 -[npc_5570] -bas=bas_111 -resizeh=129 -resizev=129 -op1=Talk-to -minimap=no -alwaysontop=yes -vislevel=0 -recol1s=16846 -recol1d=8456 -recol2s=14724 -recol2d=13675 -recol3s=8523 -recol3d=7399 -recol4s=2312 -recol4d=8456 -recol5s=6338 -recol5d=7399 -recol6s=7395 -recol6d=11561 -name=Scout -model1=model_16480 -model2=model_22314 -model3=model_152 -model4=model_179 -model5=model_6664 -model6=model_4954 -model7=model_3707 -head1=model_39794 -unknown119=3 - -// 5571 -[npc_5571] -bas=bas_800 -vislevel=0 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Sin Seer -model1=model_22319 -model2=model_22320 -head1=model_39147 -unknown119=3 - -// 5572 -[npc_5572] -bas=bas_4 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -alwaysontop=yes -recol1s=15950 -recol1d=17966 -name=Ghost -model1=model_22280 -model2=model_22283 -model3=model_22278 -model4=model_22282 -model5=model_22279 -model6=model_22284 -head1=model_39605 -unknown119=3 - -// 5573 -[npc_5573] -bas=bas_111 -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_393 -multinpc=1,npc_5566 -unknown119=3 - -// 5574 -[npc_5574] -bas=bas_111 -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_393 -multinpc=1,npc_5567 -unknown119=3 - -// 5575 -[npc_5575] -bas=bas_111 -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_393 -multinpc=1,npc_5568 -unknown119=3 - -// 5576 -[npc_5576] -bas=bas_111 -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_393 -multinpc=1,npc_5569 -unknown119=3 - -// 5577 -[npc_5577] -bas=bas_111 -alwaysontop=yes -vislevel=0 -multivar=varplayerbit_393 -multinpc=1,npc_5570 -unknown119=3 - -// 5578 -[npc_5578] -bas=bas_690 -vislevel=0 -resizeh=124 -resizev=124 -ambient=25 -contrast=25 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=27483 -retex1s=material_228 -retex1d=material_426 -retex2s=material_228 -retex2d=material_426 -name=Effigy -model1=model_214 -model2=model_250 -model3=model_22605 -model4=model_22596 -model5=model_177 -model6=model_22602 -model7=model_181 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 5579 -[npc_5579] -bas=bas_690 -vislevel=0 -resizeh=124 -resizev=124 -ambient=25 -contrast=25 -alwaysontop=yes -recol1s=6273 -recol1d=27483 -retex1s=material_268 -retex1d=material_250 -retex2s=material_228 -retex2d=material_426 -name=Effigy -model1=model_214 -model2=model_250 -model3=model_22605 -model4=model_22596 -model5=model_177 -model6=model_22602 -model7=model_181 -head1=model_39726 -head2=model_38642 -unknown119=3 - -// 5580 -[npc_5580] -bas=bas_691 -size=2 -op1=Talk-to -resizeh=140 -resizev=140 -turnspeed=0 -ambient=25 -contrast=25 -vislevel=0 -alwaysontop=yes -recol1s=24312 -recol1d=25098 -name=Bonafido -model1=model_22600 -model2=model_22599 -model3=model_22603 -model4=model_22595 -model5=model_22598 -model6=model_22601 -model7=model_19947 -model8=model_22606 -head1=model_40015 -unknown119=3 - -// 5581 -[npc_5581] -bas=bas_698 -size=3 -ambient=10 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Homunculus -model1=model_22772 -head1=model_22774 -unknown119=3 - -// 5582 -[npc_5582] -bas=bas_699 -size=3 -ambient=10 -vislevel=0 -op1=Talk-to -turnspeed=0 -alwaysontop=yes -name=Homunculus -model1=model_22772 -model2=model_22771 -head1=model_22774 -unknown119=3 - -// 5583 -[npc_5583] -bas=bas_699 -size=3 -ambient=10 -vislevel=0 -op1=Talk-to -turnspeed=0 -alwaysontop=yes -name=Homunculus -model1=model_22772 -model2=model_22773 -head1=model_22774 -unknown119=3 - -// 5584 -[npc_5584] -size=3 -ambient=10 -vislevel=0 -turnspeed=0 -alwaysontop=yes -name=Cage -model1=model_22771 -unknown119=3 - -// 5585 -[npc_5585] -bas=bas_700 -resizeh=130 -resizev=130 -ambient=25 -contrast=25 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=3205 -recol2s=3171 -recol2d=2057 -recol3s=4226 -recol3d=1031 -recol4s=8454 -recol4d=9321 -recol5s=8324 -recol5d=10378 -recol6s=14724 -recol6d=1032 -retex1s=material_268 -retex1d=material_250 -name='Transmute' The Alchemist -model1=model_207 -model2=model_248 -model3=model_22604 -model4=model_22596 -model5=model_177 -model6=model_17525 -model7=model_181 -head1=model_40023 -head2=model_39275 -unknown119=3 - -// 5586 -[npc_5586] -bas=bas_690 -resizeh=130 -resizev=130 -ambient=25 -contrast=25 -vislevel=0 -recol1s=6273 -recol1d=3205 -recol2s=3171 -recol2d=2057 -recol3s=4226 -recol3d=1031 -recol4s=8454 -recol4d=9321 -recol5s=8324 -recol5d=10378 -recol6s=14724 -recol6d=1032 -retex1s=material_268 -retex1d=material_250 -name='Transmute' The Alchemist -model1=model_207 -model2=model_248 -model3=model_22604 -model4=model_22596 -model5=model_177 -model6=model_17525 -model7=model_181 -head1=model_40023 -head2=model_39275 -unknown119=3 - -// 5587 -[npc_5587] -bas=bas_700 -resizeh=127 -resizev=127 -ambient=25 -contrast=25 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=27445 -recol2s=3171 -recol2d=2057 -recol3s=4226 -recol3d=1031 -recol4s=8454 -recol4d=9321 -recol5s=8324 -recol5d=10378 -recol6s=14724 -recol6d=1032 -retex1s=material_268 -retex1d=material_250 -retex2s=material_228 -retex2d=material_426 -name='Currency' The Alchemist -model1=model_207 -model2=model_249 -model3=model_22604 -model4=model_22596 -model5=model_177 -model6=model_17525 -model7=model_181 -head1=model_40023 -head2=model_39254 -unknown119=3 - -// 5588 -[npc_5588] -bas=bas_690 -resizeh=127 -resizev=127 -ambient=25 -contrast=25 -vislevel=0 -recol1s=6273 -recol1d=27445 -recol2s=3171 -recol2d=2057 -recol3s=4226 -recol3d=1031 -recol4s=8454 -recol4d=9321 -recol5s=8324 -recol5d=10378 -recol6s=14724 -recol6d=1032 -retex1s=material_268 -retex1d=material_250 -name='Currency' The Alchemist -model1=model_207 -model2=model_249 -model3=model_22604 -model4=model_22596 -model5=model_177 -model6=model_17525 -model7=model_181 -head1=model_40023 -head2=model_39254 -unknown119=3 - -// 5589 -[npc_5589] -bas=bas_692 -vislevel=0 -resizeh=130 -resizev=130 -ambient=25 -contrast=25 -op1=Talk-to -op3=Pickpocket -alwaysontop=yes -recol1s=3171 -recol1d=10535 -recol2s=14724 -recol2d=27483 -recol3s=8526 -recol3d=10535 -recol4s=10640 -recol4d=5217 -retex1s=material_251 -retex1d=material_314 -name='Black-eye' -model1=model_230 -model2=model_22599 -model3=model_246 -model4=model_10705 -model5=model_19329 -model6=model_19332 -model7=model_14379 -model8=model_181 -head1=model_39422 -head2=model_39311 -head3=model_39630 -unknown119=3 - -// 5590 -[npc_5590] -bas=bas_693 -resizeh=120 -resizev=120 -ambient=25 -contrast=25 -vislevel=0 -op1=Talk-to -op3=Pickpocket -turnspeed=0 -alwaysontop=yes -recol1s=7469 -recol1d=5217 -recol2s=26350 -recol2d=18530 -recol3s=14724 -recol3d=18530 -recol4s=13605 -recol4d=6242 -recol5s=4266 -recol5d=10535 -recol6s=8526 -recol6d=10535 -retex1s=material_273 -retex1d=material_527 -name='No fingers' -model1=model_230 -model2=model_22599 -model3=model_10561 -model4=model_18498 -model5=model_19329 -model6=model_19332 -model7=model_14381 -model8=model_18128 -model9=model_22609 -head1=model_39422 -head2=model_39216 -head3=model_40003 -unknown119=3 - -// 5591 -[npc_5591] -bas=bas_694 -resizeh=126 -resizev=126 -ambient=25 -contrast=25 -vislevel=0 -op1=Talk-to -op3=Pickpocket -turnspeed=0 -alwaysontop=yes -recol1s=2340 -recol1d=10535 -recol2s=14724 -recol2d=26350 -recol3s=8526 -recol3d=10535 -recol4s=7469 -recol4d=5217 -recol5s=6273 -recol5d=26048 -name='Gummy' -model1=model_230 -model2=model_22599 -model3=model_247 -model4=model_18498 -model5=model_159 -model6=model_179 -model7=model_271 -model8=model_19947 -head1=model_39422 -head2=model_39256 -head3=model_39799 -unknown119=3 - -// 5592 -[npc_5592] -bas=bas_695 -resizeh=129 -resizev=129 -ambient=25 -contrast=25 -vislevel=0 -op1=Talk-to -op3=Pickpocket -turnspeed=0 -alwaysontop=yes -recol1s=2340 -recol1d=10535 -recol2s=14724 -recol2d=25098 -name='The Guns' -model1=model_230 -model2=model_22599 -model3=model_11190 -model4=model_315 -model5=model_33034 -model6=model_19332 -model7=model_271 -model8=model_19947 -model9=model_22607 -head1=model_39422 -head2=model_39212 -head3=model_39799 -unknown119=3 - -// 5593 -[npc_5593] -bas=bas_697 -size=2 -op2=Attack -vislevel=103 -name=Frogeel -model1=model_22770 -unknown119=3 - -// 5594 -[npc_5594] -bas=bas_696 -size=1 -op2=Attack -vislevel=42 -name=Spidine -model1=model_22630 -unknown119=3 - -// 5595 -[npc_5595] -bas=bas_62 -size=1 -resizeh=80 -resizev=80 -op2=Attack -ambient=15 -vislevel=46 -name=Swordchick -model1=model_23906 -unknown119=3 - -// 5596 -[npc_5596] -bas=bas_269 -size=3 -op2=Attack -vislevel=87 -name=Jubster -model1=model_26864 -unknown119=3 - -// 5597 -[npc_5597] -bas=bas_50 -size=1 -op2=Attack -resizeh=40 -resizev=40 -vislevel=19 -name=Newtroost -model1=model_22631 -unknown119=3 - -// 5598 -[npc_5598] -bas=bas_690 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3337 -multinpc=0,npc_5578 -multinpc=2,npc_5578 -multinpc=3,npc_5578 -multinpc=4,npc_5578 -multinpc=6,npc_5578 -multinpc=8,npc_5578 -multinpc=11,npc_5578 -multinpc=12,npc_5578 -multinpc=14,npc_5578 -multinpc=16,npc_5578 -unknown119=3 - -// 5599 -[npc_5599] -bas=bas_699 -vislevel=0 -turnspeed=0 -size=3 -alwaysontop=yes -multivar=varplayerbit_3337 -multinpc=12,npc_5583 -multinpc=14,npc_5583 -multinpc=16,npc_5583 -unknown119=3 - -// 5600 -[npc_5600] -bas=bas_699 -vislevel=0 -turnspeed=0 -size=3 -alwaysontop=yes -multivar=varplayerbit_3359 -multinpc=1,npc_5581 -unknown119=3 - -// 5601 -[npc_5601] -bas=bas_700 -vislevel=0 -multivar=varplayerbit_3337 -multinpc=0,npc_5585 -multinpc=2,npc_5585 -multinpc=3,npc_5585 -multinpc=4,npc_5585 -multinpc=6,npc_5585 -multinpc=8,npc_5585 -multinpc=11,npc_5585 -multinpc=12,npc_5585 -multinpc=14,npc_5585 -multinpc=16,npc_5585 -unknown119=3 - -// 5602 -[npc_5602] -bas=bas_700 -vislevel=0 -multivar=varplayerbit_3337 -multinpc=0,npc_5587 -multinpc=2,npc_5587 -multinpc=3,npc_5587 -multinpc=4,npc_5587 -multinpc=6,npc_5587 -multinpc=8,npc_5587 -multinpc=11,npc_5587 -multinpc=12,npc_5587 -multinpc=14,npc_5587 -multinpc=16,npc_5587 -unknown119=3 - -// 5603 -[npc_5603] -bas=bas_66 -size=2 -op2=Attack -vislevel=25 -name=Unicow -model1=model_22775 -unknown119=3 - -// 5604 -[npc_5604] -bas=bas_4 -size=1 -vislevel=93 -alwaysontop=yes -recol1s=6273 -recol1d=3649 -recol2s=15392 -recol2d=4242 -name=Elfinlocks -model1=model_363 -model2=model_390 -model3=model_7010 -model4=model_3194 -model5=model_7005 -model6=model_353 -model7=model_5409 -model8=model_8754 -model9=model_3331 -modeloffset6=3,-11,6 -unknown119=1 - -// 5605 -[npc_5605] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -ambient=40 -minimap=no -alwaysontop=yes -name=Clockwork cat -model1=model_34024 -head1=model_34040 -unknown119=1 - -// 5606 -[npc_5606] -bas=bas_4 -op1=Talk-to -op3=Pickpocket -vislevel=0 -alwaysontop=yes -multivar=varplayer_980 -multinpc=70,npc_1670 -multinpc=80,npc_1670 -multinpc=90,npc_1670 -multinpc=100,npc_1670 -multinpc=110,npc_1670 -multinpc=120,npc_1670 -multinpc=130,npc_1670 -unknown119=1 - -// 5607 -[npc_5607] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -ambient=40 -minimap=no -vislevel=0 -name=Clockwork cat -model1=model_34024 -head1=model_34040 -unknown119=1 - -// 5608 -[npc_5608] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=17010 -recol1d=25098 -recol2s=15953 -recol2d=25098 -recol3s=12782 -recol3d=25098 -name=Monk -model1=model_21429 -model2=model_21468 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21448 -model7=model_21422 -head1=model_40038 -unknown119=3 - -// 5609 -[npc_5609] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=17010 -recol1d=25098 -recol2s=15953 -recol2d=25098 -recol3s=12782 -recol3d=25098 -name=Monk -model1=model_21428 -model2=model_21469 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21448 -model7=model_21422 -head1=model_39814 -unknown119=3 - -// 5610 -[npc_5610] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=17010 -recol1d=13605 -recol2s=15953 -recol2d=13605 -recol3s=12782 -recol3d=13605 -recol4s=25098 -recol4d=13605 -recol5s=22984 -recol5d=13605 -recol6s=19813 -recol6d=10434 -name=Monk -model1=model_21429 -model2=model_21468 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21446 -model7=model_21422 -head1=model_40038 -unknown119=3 - -// 5611 -[npc_5611] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=17010 -recol1d=13605 -recol2s=15953 -recol2d=13605 -recol3s=12782 -recol3d=13605 -recol4s=25098 -recol4d=13605 -recol5s=22984 -recol5d=13605 -recol6s=19813 -recol6d=4228 -name=Monk -model1=model_21428 -model2=model_21469 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21446 -model7=model_21422 -head1=model_39814 -unknown119=3 - -// 5612 -[npc_5612] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -retex1s=material_252 -retex1d=material_359 -name=Rufus -model1=model_26121 -model2=model_26133 -model3=model_26118 -model4=model_26128 -model5=model_26119 -head1=model_39751 -unknown119=1 - -// 5613 -[npc_5613] -bas=bas_989 -op1=Confront -vislevel=0 -alwaysontop=yes -name=Mi-Gor -model1=model_22791 -head1=model_22782 -unknown119=1 - -// 5614 -[npc_5614] -bas=bas_990 -vislevel=0 -name=Puffin -model1=model_22792 -unknown119=3 - -// 5615 -[npc_5615] -bas=bas_991 -turnspeed=0 -vislevel=0 -name=Puffin -model1=model_22793 -unknown119=3 - -// 5616 -[npc_5616] -bas=bas_986 -op1=Talk-to -op3=Transport -vislevel=0 -alwaysontop=yes -recol1s=21093 -recol1d=10337 -name=Brother Tranquility -model1=model_21426 -model2=model_21468 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21448 -model7=model_21422 -head1=model_21402 -unknown119=3 - -// 5617 -[npc_5617] -bas=bas_262 -op1=Talk-to -op3=Transport -vislevel=0 -alwaysontop=yes -recol1s=17010 -recol1d=25098 -recol2s=15953 -recol2d=25098 -recol3s=12782 -recol3d=25098 -recol4s=21093 -recol4d=10337 -name=Brother Tranquility -model1=model_21429 -model2=model_21468 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21448 -model7=model_21422 -head1=model_40038 -unknown119=3 - -// 5618 -[npc_5618] -bas=bas_262 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=17010 -recol1d=25098 -recol2s=15953 -recol2d=25098 -recol3s=12782 -recol3d=25098 -recol4s=21093 -recol4d=10337 -name=Brother Tranquility -model1=model_21429 -model2=model_21468 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21448 -model7=model_21422 -head1=model_40038 -unknown119=3 - -// 5619 -[npc_5619] -bas=bas_262 -op1=Talk-to -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=17010 -recol1d=25098 -recol2s=15953 -recol2d=25098 -recol3s=12782 -recol3d=25098 -name=Monk -model1=model_21429 -model2=model_21468 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21448 -model7=model_21422 -head1=model_40038 -unknown119=3 - -// 5620 -[npc_5620] -bas=bas_262 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=17010 -recol1d=25098 -recol2s=15953 -recol2d=25098 -recol3s=12782 -recol3d=25098 -name=Monk -model1=model_21428 -model2=model_21469 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21448 -model7=model_21422 -head1=model_39814 -unknown119=3 - -// 5621 -[npc_5621] -bas=bas_262 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=17010 -recol1d=13605 -recol2s=15953 -recol2d=13605 -recol3s=12782 -recol3d=13605 -recol4s=25098 -recol4d=13605 -recol5s=22984 -recol5d=13605 -recol6s=19813 -recol6d=10434 -name=Monk -model1=model_21429 -model2=model_21468 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21446 -model7=model_21422 -head1=model_40038 -unknown119=3 - -// 5622 -[npc_5622] -bas=bas_262 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=17010 -recol1d=13605 -recol2s=15953 -recol2d=13605 -recol3s=12782 -recol3d=13605 -recol4s=25098 -recol4d=13605 -recol5s=22984 -recol5d=13605 -recol6s=19813 -recol6d=4228 -name=Monk -model1=model_21428 -model2=model_21469 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21446 -model7=model_21422 -head1=model_39814 -unknown119=3 - -// 5623 -[npc_5623] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Zombie monk -model1=model_21431 -model2=model_21469 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21446 -model7=model_21422 -head1=model_21393 -unknown119=3 - -// 5624 -[npc_5624] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=21093 -recol1d=20045 -name=Zombie monk -model1=model_21426 -model2=model_21468 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21446 -model7=model_21422 -head1=model_21402 -unknown119=3 - -// 5625 -[npc_5625] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=21093 -recol1d=6279 -name=Zombie monk -model1=model_21431 -model2=model_21469 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21448 -model7=model_21422 -head1=model_21393 -unknown119=3 - -// 5626 -[npc_5626] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=21093 -recol1d=1185 -name=Zombie monk -model1=model_21426 -model2=model_21468 -model3=model_21412 -model4=model_21440 -model5=model_21460 -model6=model_21448 -model7=model_21422 -head1=model_21402 -unknown119=3 - -// 5627 -[npc_5627] -bas=bas_992 -op2=Attack -size=1 -vislevel=57 -name=Sorebones -model1=model_21430 -model2=model_21481 -model3=model_21420 -model4=model_21445 -model5=model_21461 -model6=model_21457 -model7=model_21421 -head1=model_22785 -unknown119=3 - -// 5628 -[npc_5628] -bas=bas_992 -op2=Attack -size=1 -vislevel=57 -name=Sorebones -model1=model_21430 -model2=model_21482 -model3=model_21420 -model4=model_21445 -model5=model_21461 -model6=model_21458 -model7=model_21423 -head1=model_22785 -unknown119=3 - -// 5629 -[npc_5629] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21431 -model2=model_21470 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21453 -model7=model_21423 -unknown119=3 - -// 5630 -[npc_5630] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21431 -model2=model_21470 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21453 -model7=model_21423 -unknown119=3 - -// 5631 -[npc_5631] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21432 -model2=model_21470 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21456 -model7=model_21421 -unknown119=3 - -// 5632 -[npc_5632] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21432 -model2=model_21470 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21456 -model7=model_21421 -unknown119=3 - -// 5633 -[npc_5633] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21434 -model2=model_21470 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21455 -model7=model_21423 -unknown119=3 - -// 5634 -[npc_5634] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -recol1s=3203 -recol1d=4164 -recol2s=4260 -recol2d=6278 -recol3s=5317 -recol3d=5221 -recol4s=6374 -recol4d=6278 -recol5s=7431 -recol5d=7335 -recol6s=6307 -recol6d=4164 -name=Zombie pirate -model1=model_21435 -model2=model_21472 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21456 -model7=model_21421 -unknown119=3 - -// 5635 -[npc_5635] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -recol1s=9312 -recol1d=4330 -recol2s=10369 -recol2d=5387 -recol3s=11426 -recol3d=6444 -recol4s=12483 -recol4d=7501 -recol5s=13540 -recol5d=8558 -name=Zombie pirate -model1=model_21436 -model2=model_21473 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21455 -model7=model_21423 -unknown119=3 - -// 5636 -[npc_5636] -bas=bas_262 -op2=Attack -size=1 -vislevel=57 -recol1s=9312 -recol1d=4330 -recol2s=10369 -recol2d=5387 -recol3s=11426 -recol3d=6444 -recol4s=12483 -recol4d=7501 -recol5s=13540 -recol5d=8558 -name=Zombie pirate -model1=model_21436 -model2=model_21473 -model3=model_21414 -model4=model_21442 -model5=model_21462 -model6=model_21455 -model7=model_21423 -unknown119=3 - -// 5637 -[npc_5637] -bas=bas_263 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21433 -model2=model_21474 -model3=model_21414 -model4=model_21443 -model5=model_21463 -model6=model_21455 -model7=model_21423 -unknown119=3 - -// 5638 -[npc_5638] -bas=bas_263 -op2=Attack -size=1 -vislevel=57 -recol1s=9312 -recol1d=4330 -recol2s=10369 -recol2d=5387 -recol3s=11426 -recol3d=6444 -recol4s=12483 -recol4d=7501 -recol5s=13540 -recol5d=8558 -name=Zombie pirate -model1=model_21437 -model2=model_21476 -model3=model_21415 -model4=model_21443 -model5=model_21463 -model6=model_21455 -model7=model_21423 -unknown119=3 - -// 5639 -[npc_5639] -bas=bas_263 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21438 -model2=model_21477 -model3=model_21416 -model4=model_21443 -model5=model_21463 -model6=model_21456 -model7=model_21423 -unknown119=3 - -// 5640 -[npc_5640] -bas=bas_263 -op2=Attack -size=1 -vislevel=57 -recol1s=9312 -recol1d=7328 -recol2s=10369 -recol2d=8385 -recol3s=11426 -recol3d=9442 -recol4s=12483 -recol4d=10499 -recol5s=13540 -recol5d=11556 -recol6s=7200 -recol6d=4160 -name=Zombie pirate -model1=model_21431 -model2=model_21476 -model3=model_21419 -model4=model_21443 -model5=model_21463 -model6=model_21455 -model7=model_21421 -unknown119=3 - -// 5641 -[npc_5641] -bas=bas_263 -op2=Attack -size=1 -vislevel=57 -recol1s=3203 -recol1d=4164 -recol2s=4260 -recol2d=6278 -recol3s=5317 -recol3d=5221 -recol4s=6374 -recol4d=6278 -recol5s=7431 -recol5d=7335 -recol6s=6307 -recol6d=4164 -name=Zombie pirate -model1=model_21432 -model2=model_21477 -model3=model_21415 -model4=model_21443 -model5=model_21463 -model6=model_21456 -model7=model_21421 -unknown119=3 - -// 5642 -[npc_5642] -bas=bas_995 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21433 -model2=model_21475 -model3=model_21415 -model4=model_21444 -model5=model_21463 -model6=model_21454 -model7=model_21424 -unknown119=3 - -// 5643 -[npc_5643] -bas=bas_995 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21434 -model2=model_21475 -model3=model_21416 -model4=model_21444 -model5=model_21463 -model6=model_21449 -model7=model_21424 -unknown119=3 - -// 5644 -[npc_5644] -bas=bas_995 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21435 -model2=model_21475 -model3=model_21419 -model4=model_21444 -model5=model_21463 -model6=model_21455 -model7=model_21425 -unknown119=3 - -// 5645 -[npc_5645] -bas=bas_995 -op2=Attack -size=1 -vislevel=57 -recol1s=5120 -recol1d=6306 -recol2s=6176 -recol2d=7363 -recol3s=7232 -recol3d=8420 -recol4s=8289 -recol4d=9477 -recol5s=9346 -recol5d=9477 -recol6s=13839 -recol6d=9477 -name=Zombie pirate -model1=model_21436 -model2=model_21477 -model3=model_21416 -model4=model_21444 -model5=model_21463 -model6=model_21449 -model7=model_21424 -unknown119=3 - -// 5646 -[npc_5646] -bas=bas_995 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21437 -model2=model_21476 -model3=model_21419 -model4=model_21444 -model5=model_21463 -model6=model_21456 -model7=model_21425 -unknown119=3 - -// 5647 -[npc_5647] -bas=bas_993 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21438 -model2=model_21479 -model3=model_21417 -model4=model_21441 -model5=model_21463 -model6=model_21449 -model7=model_21421 -unknown119=3 - -// 5648 -[npc_5648] -bas=bas_993 -op2=Attack -size=1 -vislevel=57 -recol1s=5120 -recol1d=6306 -recol2s=6176 -recol2d=7363 -recol3s=7232 -recol3d=8420 -recol4s=8289 -recol4d=9477 -recol5s=9346 -recol5d=9477 -recol6s=13839 -recol6d=9477 -name=Zombie pirate -model1=model_21431 -model2=model_21477 -model3=model_21418 -model4=model_21441 -model5=model_21465 -model6=model_21449 -model7=model_21424 -unknown119=3 - -// 5649 -[npc_5649] -bas=bas_993 -op2=Attack -size=1 -vislevel=57 -recol1s=5120 -recol1d=6306 -recol2s=6176 -recol2d=7363 -recol3s=7232 -recol3d=8420 -recol4s=8289 -recol4d=9477 -recol5s=9346 -recol5d=9477 -recol6s=13839 -recol6d=9477 -name=Zombie pirate -model1=model_21431 -model2=model_21477 -model3=model_21418 -model4=model_21441 -model5=model_21465 -model6=model_21449 -model7=model_21424 -unknown119=3 - -// 5650 -[npc_5650] -bas=bas_993 -op2=Attack -size=1 -vislevel=57 -recol1s=5120 -recol1d=1125 -recol2s=6176 -recol2d=2182 -recol3s=7232 -recol3d=3239 -recol4s=8289 -recol4d=4296 -recol5s=9346 -recol5d=4296 -name=Zombie pirate -model1=model_21432 -model2=model_21478 -model3=model_21418 -model4=model_21441 -model5=model_21465 -model6=model_21449 -model7=model_21424 -unknown119=3 - -// 5651 -[npc_5651] -bas=bas_993 -op2=Attack -size=1 -vislevel=57 -recol1s=5120 -recol1d=1125 -recol2s=6176 -recol2d=2182 -recol3s=7232 -recol3d=3239 -recol4s=8289 -recol4d=4296 -recol5s=9346 -recol5d=4296 -name=Zombie pirate -model1=model_21432 -model2=model_21478 -model3=model_21418 -model4=model_21441 -model5=model_21465 -model6=model_21449 -model7=model_21424 -unknown119=3 - -// 5652 -[npc_5652] -bas=bas_993 -op2=Attack -size=1 -vislevel=57 -recol1s=5120 -recol1d=7395 -recol2s=6176 -recol2d=9509 -recol3s=7232 -recol3d=10566 -recol4s=8289 -recol4d=11623 -recol5s=9346 -recol5d=11623 -name=Zombie pirate -model1=model_21434 -model2=model_21478 -model3=model_21418 -model4=model_21443 -model5=model_21463 -model6=model_21449 -model7=model_21424 -unknown119=3 - -// 5653 -[npc_5653] -bas=bas_993 -op2=Attack -size=1 -vislevel=57 -recol1s=5120 -recol1d=7395 -recol2s=6176 -recol2d=9509 -recol3s=7232 -recol3d=10566 -recol4s=8289 -recol4d=11623 -recol5s=9346 -recol5d=11623 -name=Zombie pirate -model1=model_21434 -model2=model_21478 -model3=model_21418 -model4=model_21443 -model5=model_21463 -model6=model_21449 -model7=model_21424 -unknown119=3 - -// 5654 -[npc_5654] -bas=bas_993 -op2=Attack -size=1 -vislevel=57 -recol1s=5120 -recol1d=5157 -recol2s=6176 -recol2d=6214 -recol3s=7232 -recol3d=7271 -recol4s=8289 -recol4d=8328 -recol5s=9346 -recol5d=8328 -name=Zombie pirate -model1=model_21436 -model2=model_21474 -model3=model_21417 -model4=model_21443 -model5=model_21463 -model6=model_21449 -model7=model_21425 -unknown119=3 - -// 5655 -[npc_5655] -bas=bas_993 -op2=Attack -size=1 -vislevel=57 -recol1s=5120 -recol1d=5157 -recol2s=6176 -recol2d=6214 -recol3s=7232 -recol3d=7271 -recol4s=8289 -recol4d=8328 -recol5s=9346 -recol5d=8328 -name=Zombie pirate -model1=model_21436 -model2=model_21474 -model3=model_21417 -model4=model_21443 -model5=model_21463 -model6=model_21449 -model7=model_21425 -unknown119=3 - -// 5656 -[npc_5656] -bas=bas_994 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21437 -model2=model_21475 -model3=model_21415 -model4=model_21441 -model5=model_21464 -model6=model_21453 -model7=model_21423 -unknown119=3 - -// 5657 -[npc_5657] -bas=bas_994 -op2=Attack -size=1 -vislevel=57 -name=Zombie pirate -model1=model_21437 -model2=model_21475 -model3=model_21415 -model4=model_21441 -model5=model_21464 -model6=model_21453 -model7=model_21423 -unknown119=3 - -// 5658 -[npc_5658] -bas=bas_994 -op2=Attack -size=1 -vislevel=57 -recol1s=9346 -recol1d=97 -recol2s=9477 -recol2d=9346 -recol3s=11591 -recol3d=10403 -recol4s=5184 -recol4d=32 -name=Zombie pirate -model1=model_21438 -model2=model_21475 -model3=model_21416 -model4=model_21441 -model5=model_21465 -model6=model_21455 -model7=model_21424 -unknown119=3 - -// 5659 -[npc_5659] -bas=bas_994 -op2=Attack -size=1 -vislevel=57 -recol1s=9346 -recol1d=4232 -recol2s=9477 -recol2d=15784 -recol3s=11591 -recol3d=18921 -recol4s=5184 -recol4d=2118 -name=Zombie pirate -model1=model_21431 -model2=model_21475 -model3=model_21419 -model4=model_21441 -model5=model_21466 -model6=model_21456 -model7=model_21421 -unknown119=3 - -// 5660 -[npc_5660] -bas=bas_994 -op2=Attack -size=1 -vislevel=57 -recol1s=9346 -recol1d=4232 -recol2s=9477 -recol2d=15784 -recol3s=11591 -recol3d=18921 -recol4s=5184 -recol4d=2118 -name=Zombie pirate -model1=model_21431 -model2=model_21475 -model3=model_21419 -model4=model_21441 -model5=model_21466 -model6=model_21456 -model7=model_21421 -unknown119=3 - -// 5661 -[npc_5661] -bas=bas_994 -op2=Attack -size=1 -vislevel=57 -recol1s=9346 -recol1d=5223 -recol2s=9477 -recol2d=7200 -recol3s=11591 -recol3d=9314 -recol4s=5184 -recol4d=2052 -name=Zombie pirate -model1=model_21434 -model2=model_21475 -model3=model_21415 -model4=model_21443 -model5=model_21466 -model6=model_21454 -model7=model_21424 -unknown119=3 - -// 5662 -[npc_5662] -bas=bas_994 -op2=Attack -size=1 -vislevel=57 -recol1s=9346 -recol1d=5223 -recol2s=9477 -recol2d=7200 -recol3s=11591 -recol3d=9314 -recol4s=5184 -recol4d=2052 -name=Zombie pirate -model1=model_21434 -model2=model_21475 -model3=model_21415 -model4=model_21443 -model5=model_21466 -model6=model_21454 -model7=model_21424 -unknown119=3 - -// 5663 -[npc_5663] -bas=bas_994 -op2=Attack -size=1 -vislevel=57 -recol1s=9346 -recol1d=23168 -recol2s=9477 -recol2d=4228 -recol3s=11591 -recol3d=5285 -recol4s=5184 -recol4d=10561 -name=Zombie pirate -model1=model_21435 -model2=model_21475 -model3=model_21416 -model4=model_21443 -model5=model_21464 -model6=model_21453 -model7=model_21424 -unknown119=3 - -// 5664 -[npc_5664] -bas=bas_994 -op2=Attack -size=1 -vislevel=57 -recol1s=9346 -recol1d=23168 -recol2s=9477 -recol2d=4228 -recol3s=11591 -recol3d=5285 -recol4s=5184 -recol4d=10561 -name=Zombie pirate -model1=model_21435 -model2=model_21475 -model3=model_21416 -model4=model_21443 -model5=model_21464 -model6=model_21453 -model7=model_21424 -unknown119=3 - -// 5665 -[npc_5665] -bas=bas_994 -op2=Attack -size=1 -vislevel=57 -recol1s=9346 -recol1d=23168 -recol2s=9477 -recol2d=4228 -recol3s=11591 -recol3d=5285 -recol4s=5184 -recol4d=10561 -name=Zombie pirate -model1=model_21435 -model2=model_21480 -model3=model_21416 -model4=model_21443 -model5=model_21464 -model6=model_21453 -model7=model_21424 -unknown119=3 - -// 5666 -[npc_5666] -bas=bas_987 -op2=Attack -size=3 -alwaysontop=yes -vislevel=170 -name=Barrelchest -model1=model_22790 -unknown119=3 - -// 5667 -[npc_5667] -bas=bas_986 -op1=Talk-to -op3=Transport -vislevel=0 -alwaysontop=yes -multivar=varplayer_980 -multinpc=0,npc_5616 -multinpc=10,npc_5616 -multinpc=20,npc_5616 -multinpc=30,npc_5616 -multinpc=40,npc_5616 -multinpc=50,npc_5616 -multinpc=60,npc_5616 -multinpc=70,npc_5616 -multinpc=80,npc_5616 -multinpc=90,npc_5616 -multinpc=100,npc_5617 -multinpc=110,npc_5617 -multinpc=120,npc_5617 -multinpc=130,npc_5617 -unknown119=3 - -// 5668 -[npc_5668] -bas=bas_986 -op1=Talk-to -op3=Transport -vislevel=0 -alwaysontop=yes -multivar=varplayer_980 -multinpc=0,npc_5616 -multinpc=10,npc_5616 -multinpc=20,npc_5616 -multinpc=30,npc_5616 -multinpc=40,npc_5616 -multinpc=50,npc_5616 -multinpc=60,npc_5616 -multinpc=70,npc_5616 -multinpc=80,npc_5616 -multinpc=90,npc_5616 -multinpc=100,npc_5617 -multinpc=110,npc_5617 -multinpc=120,npc_5617 -multinpc=130,npc_5617 -unknown119=3 - -// 5669 -[npc_5669] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3407 -multinpc=0,npc_5623 -multinpc=1,npc_5608 -unknown119=3 - -// 5670 -[npc_5670] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3407 -multinpc=0,npc_5624 -multinpc=1,npc_5609 -unknown119=3 - -// 5671 -[npc_5671] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3407 -multinpc=0,npc_5625 -multinpc=1,npc_5610 -unknown119=3 - -// 5672 -[npc_5672] -bas=bas_988 -op1=Talk-to -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3407 -multinpc=0,npc_5626 -multinpc=1,npc_5611 -unknown119=3 - -// 5673 -[npc_5673] -bas=bas_262 -vislevel=0 -op1=Talk-to -alwaysontop=yes -multivar=varplayerbit_3407 -multinpc=0,npc_5619 -unknown119=3 - -// 5674 -[npc_5674] -bas=bas_262 -vislevel=0 -op1=Talk-to -alwaysontop=yes -multivar=varplayerbit_3407 -multinpc=0,npc_5620 -unknown119=3 - -// 5675 -[npc_5675] -bas=bas_262 -vislevel=0 -op1=Talk-to -alwaysontop=yes -multivar=varplayerbit_3407 -multinpc=0,npc_5621 -unknown119=3 - -// 5676 -[npc_5676] -bas=bas_262 -vislevel=0 -op1=Talk-to -alwaysontop=yes -multivar=varplayerbit_3407 -multinpc=0,npc_5622 -unknown119=3 - -// 5677 -[npc_5677] -bas=bas_262 -vislevel=0 -op1=Talk-to -alwaysontop=yes -multivar=varplayerbit_3407 -multinpc=0,npc_5618 -unknown119=3 - -// 5678 -[npc_5678] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=30 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5679 -[npc_5679] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=30 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5680 -[npc_5680] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=30 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5681 -[npc_5681] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=30 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5682 -[npc_5682] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=30 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5683 -[npc_5683] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=30 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5684 -[npc_5684] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=35 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5685 -[npc_5685] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=35 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5686 -[npc_5686] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=35 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5687 -[npc_5687] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=35 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5688 -[npc_5688] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=35 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5689 -[npc_5689] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=35 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5690 -[npc_5690] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=35 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5691 -[npc_5691] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=35 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5692 -[npc_5692] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=40 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5693 -[npc_5693] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=40 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5694 -[npc_5694] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=40 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5695 -[npc_5695] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=40 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5696 -[npc_5696] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=40 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5697 -[npc_5697] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=40 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5698 -[npc_5698] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=40 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5699 -[npc_5699] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=40 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5700 -[npc_5700] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=45 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5701 -[npc_5701] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=45 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5702 -[npc_5702] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=45 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5703 -[npc_5703] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=45 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5704 -[npc_5704] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=45 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5705 -[npc_5705] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=45 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5706 -[npc_5706] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=45 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5707 -[npc_5707] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=45 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5708 -[npc_5708] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=50 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5709 -[npc_5709] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=50 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5710 -[npc_5710] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=50 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5711 -[npc_5711] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=50 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5712 -[npc_5712] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=50 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5713 -[npc_5713] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=50 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5714 -[npc_5714] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=50 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5715 -[npc_5715] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=50 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5716 -[npc_5716] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=55 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5717 -[npc_5717] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=55 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5718 -[npc_5718] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=55 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5719 -[npc_5719] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=55 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5720 -[npc_5720] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=55 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5721 -[npc_5721] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=55 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5722 -[npc_5722] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=55 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5723 -[npc_5723] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=55 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5724 -[npc_5724] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=60 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5725 -[npc_5725] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=60 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5726 -[npc_5726] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=60 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5727 -[npc_5727] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=60 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5728 -[npc_5728] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=60 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5729 -[npc_5729] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=60 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5730 -[npc_5730] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=60 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5731 -[npc_5731] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=60 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5732 -[npc_5732] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=64 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5733 -[npc_5733] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=64 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5734 -[npc_5734] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=64 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5735 -[npc_5735] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=64 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5736 -[npc_5736] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=64 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5737 -[npc_5737] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=64 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5738 -[npc_5738] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=64 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5739 -[npc_5739] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=64 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5740 -[npc_5740] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=70 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5741 -[npc_5741] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=70 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5742 -[npc_5742] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=70 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5743 -[npc_5743] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=70 -name=Undead Lumberjack -model1=model_23213 -unknown119=3 - -// 5744 -[npc_5744] -bas=bas_335 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=70 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5745 -[npc_5745] -bas=bas_337 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=70 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5746 -[npc_5746] -bas=bas_336 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=70 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5747 -[npc_5747] -bas=bas_334 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=70 -recol1s=8422 -recol1d=7398 -recol2s=9479 -recol2d=8455 -recol3s=6343 -recol3d=12651 -recol4s=8457 -recol4d=14699 -recol5s=9514 -recol5d=15756 -recol6s=10571 -recol6d=16813 -name=Undead Lumberjack -model1=model_23214 -unknown119=3 - -// 5748 -[npc_5748] -bas=bas_265 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_6568 -unknown119=5 - -// 5749 -[npc_5749] -bas=bas_265 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_6568 -unknown119=5 - -// 5750 -[npc_5750] -bas=bas_652 -size=2 -op2=Attack -vislevel=96 -name=Cave bug -model1=model_23853 -unknown119=3 - -// 5751 -[npc_5751] -bas=bas_653 -op2=Attack -ambient=-30 -contrast=-30 -alwaysontop=yes -vislevel=51 -name=Molanisk -model1=model_23855 -unknown119=3 - -// 5752 -[npc_5752] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -name=Cave goblin -model1=model_23651 -model2=model_23696 -model3=model_23634 -head1=model_23246 -head2=model_23225 -unknown119=3 - -// 5753 -[npc_5753] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -name=Cave goblin -model1=model_23652 -model2=model_23694 -model3=model_23629 -head1=model_23246 -unknown119=3 - -// 5754 -[npc_5754] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -recol1s=5285 -recol1d=7462 -recol2s=4228 -recol2d=4358 -recol3s=6342 -recol3d=4358 -name=Cave goblin -model1=model_23669 -model2=model_23708 -model3=model_23629 -head1=model_23233 -head2=model_23246 -unknown119=3 - -// 5755 -[npc_5755] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -name=Cave goblin -model1=model_23659 -model2=model_23694 -model3=model_23635 -head1=model_23246 -unknown119=3 - -// 5756 -[npc_5756] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -recol1s=17800 -recol1d=17869 -recol2s=15720 -recol2d=16812 -recol3s=14663 -recol3d=15755 -name=Cave goblin -model1=model_23653 -model2=model_23696 -model3=model_23629 -head1=model_23225 -head2=model_23246 -unknown119=3 - -// 5757 -[npc_5757] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -recol1s=12754 -recol1d=10731 -recol2s=10640 -recol2d=9674 -recol3s=8526 -recol3d=8617 -recol4s=15623 -recol4d=10536 -recol5s=13575 -recol5d=9479 -recol6s=11461 -recol6d=8389 -name=Cave goblin -model1=model_23659 -model2=model_23698 -model3=model_23635 -head1=model_23226 -head2=model_23246 -unknown119=3 - -// 5758 -[npc_5758] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -recol1s=6337 -recol1d=7497 -recol2s=7361 -recol2d=6440 -recol3s=16742 -recol3d=16847 -recol4s=16708 -recol4d=15759 -recol5s=13571 -recol5d=12652 -name=Cave goblin -model1=model_23651 -model2=model_23706 -model3=model_23635 -head1=model_23248 -unknown119=3 - -// 5759 -[npc_5759] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -name=Cave goblin -model1=model_23673 -model2=model_23705 -model3=model_23634 -head1=model_23249 -unknown119=3 - -// 5760 -[npc_5760] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -recol1s=17867 -recol1d=20017 -recol2s=16810 -recol2d=18960 -recol3s=13673 -recol3d=17903 -recol4s=6376 -recol4d=10503 -recol5s=4262 -recol5d=9446 -name=Cave goblin -model1=model_23653 -model2=model_23705 -model3=model_23629 -head1=model_23249 -unknown119=3 - -// 5761 -[npc_5761] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -name=Cave goblin -model1=model_23637 -model2=model_23685 -model3=model_23626 -head1=model_23237 -unknown119=3 - -// 5762 -[npc_5762] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -name=Cave goblin -model1=model_23644 -model2=model_23687 -model3=model_23626 -head1=model_23237 -head2=model_23221 -unknown119=3 - -// 5763 -[npc_5763] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -name=Cave goblin -model1=model_23636 -model2=model_23692 -model3=model_23626 -head1=model_23240 -unknown119=3 - -// 5764 -[npc_5764] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -recol1s=12482 -recol1d=29436 -recol2s=11425 -recol2d=32479 -name=Cave goblin -model1=model_23647 -model2=model_23691 -model3=model_23626 -head1=model_23241 -unknown119=3 - -// 5765 -[npc_5765] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Pickpocket -recol1s=21002 -recol1d=16875 -recol2s=19945 -recol2d=15818 -recol3s=17865 -recol3d=14761 -recol4s=16742 -recol4d=16977 -recol5s=16708 -recol5d=15920 -recol6s=13571 -recol6d=14863 -name=Cave goblin -model1=model_23637 -model2=model_23692 -model3=model_23628 -head1=model_23240 -unknown119=3 - -// 5766 -[npc_5766] -bas=bas_214 -op1=Talk-to -vislevel=0 -op3=Pickpocket -recol1s=16972 -recol1d=15847 -recol2s=15915 -recol2d=14790 -recol3s=24074 -recol3d=3404 -recol4s=18921 -recol4d=9710 -recol5s=17864 -recol5d=8653 -name=Cave goblin -model1=model_23636 -model2=model_23688 -model3=model_23625 -head1=model_23237 -head2=model_23222 -unknown119=3 - -// 5767 -[npc_5767] -bas=bas_214 -op1=Talk-to -vislevel=0 -op3=Pickpocket -recol1s=11687 -recol1d=10638 -recol2s=13802 -recol2d=11695 -recol3s=14859 -recol3d=12752 -recol4s=18004 -recol4d=7434 -recol5s=16947 -recol5d=6377 -name=Cave goblin -model1=model_23644 -model2=model_23685 -model3=model_23628 -head1=model_23237 -unknown119=3 - -// 5768 -[npc_5768] -bas=bas_214 -op1=Talk-to -vislevel=0 -op3=Pickpocket -recol1s=16742 -recol1d=24934 -recol2s=16708 -recol2d=24868 -recol3s=13571 -recol3d=22820 -recol4s=11429 -recol4d=5285 -recol5s=10372 -recol5d=4228 -recol6s=12482 -recol6d=2080 -name=Cave goblin -model1=model_23637 -model2=model_23691 -model3=model_23625 -head1=model_23241 -unknown119=3 - -// 5769 -[npc_5769] -bas=bas_214 -op1=Talk-to -vislevel=0 -op3=Pickpocket -recol1s=4160 -recol1d=14730 -recol2s=2048 -recol2d=13673 -recol3s=22164 -recol3d=14698 -recol4s=21107 -recol4d=13641 -recol5s=10532 -recol5d=17732 -recol6s=11589 -recol6d=18789 -name=Cave goblin -model1=model_23647 -model2=model_23692 -model3=model_23625 -head1=model_23240 -unknown119=3 - -// 5770 -[npc_5770] -bas=bas_214 -op1=Talk-to -vislevel=0 -name=Ur-zek -model1=model_23657 -model2=model_23705 -model3=model_23629 -head1=model_23249 -unknown119=3 - -// 5771 -[npc_5771] -bas=bas_214 -op1=Talk-to -vislevel=0 -name=Ur-vass -model1=model_23656 -model2=model_23706 -model3=model_23635 -head1=model_23248 -unknown119=3 - -// 5772 -[npc_5772] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=4160 -recol1d=32696 -recol2s=2048 -recol2d=28504 -name=Ur-taal -model1=model_23641 -model2=model_23692 -model3=model_23628 -head1=model_23240 -unknown119=3 - -// 5773 -[npc_5773] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=12486 -recol1d=6342 -recol2s=11429 -recol2d=5285 -recol3s=10372 -recol3d=4228 -recol4s=1157 -recol4d=1351 -recol5s=100 -recol5d=294 -recol6s=67 -recol6d=261 -name=Ur-meg -model1=model_23641 -model2=model_23691 -model3=model_23628 -head1=model_23241 -unknown119=3 - -// 5774 -[npc_5774] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=4160 -recol1d=28502 -recol2s=2048 -recol2d=26388 -recol3s=17696 -recol3d=9315 -recol4s=13537 -recol4d=8258 -name=Ur-lun -model1=model_23642 -model2=model_23692 -model3=model_23625 -head1=model_23240 -unknown119=3 - -// 5775 -[npc_5775] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=13670 -recol1d=8422 -recol2s=12613 -recol2d=7365 -recol3s=11556 -recol3d=6308 -recol4s=9315 -recol4d=7400 -recol5s=8258 -recol5d=6343 -recol6s=19840 -recol6d=9315 -name=Ur-pel -model1=model_23642 -model2=model_23685 -model3=model_23625 -head1=model_23237 -unknown119=3 - -// 5776 -[npc_5776] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=21002 -recol1d=11429 -recol2s=19945 -recol2d=11429 -recol3s=17865 -recol3d=11429 -recol4s=16742 -recol4d=13543 -recol5s=16708 -recol5d=12486 -recol6s=13571 -recol6d=11429 -name=Banker -model1=model_23637 -model2=model_23684 -model3=model_23625 -head1=model_23237 -head2=model_23220 -unknown119=3 - -// 5777 -[npc_5777] -bas=bas_214 -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=16742 -recol1d=11429 -recol2s=16708 -recol2d=10372 -recol3s=13571 -recol3d=9315 -recol4s=12646 -recol4d=11429 -recol5s=11589 -recol5d=10372 -recol6s=9475 -recol6d=9315 -name=Banker -model1=model_23670 -model2=model_23699 -model3=model_23629 -head1=model_23227 -head2=model_23246 -unknown119=3 - -// 5778 -[npc_5778] -bas=bas_214 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Bartak -model1=model_23660 -model2=model_23702 -model3=model_23631 -head1=model_23223 -head2=model_23246 -unknown119=3 - -// 5779 -[npc_5779] -bas=bas_214 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Turgall -model1=model_23675 -model2=model_23701 -model3=model_23631 -head1=model_23229 -head2=model_23246 -unknown119=3 - -// 5780 -[npc_5780] -bas=bas_214 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=10468 -recol1d=7395 -recol2s=9411 -recol2d=6338 -recol3s=8354 -recol3d=5281 -recol4s=5285 -recol4d=6338 -recol5s=6342 -recol5d=7395 -recol6s=20064 -recol6d=5281 -name=Reldak -model1=model_23661 -model2=model_23708 -model3=model_23630 -head1=model_23233 -head2=model_23246 -unknown119=3 - -// 5781 -[npc_5781] -bas=bas_214 -op1=Talk-to -vislevel=0 -op3=Trade -recol1s=10468 -recol1d=7395 -recol2s=9411 -recol2d=6338 -recol3s=8354 -recol3d=5281 -recol4s=5285 -recol4d=6338 -recol5s=6342 -recol5d=7395 -recol6s=20064 -recol6d=5281 -name=Miltog -model1=model_23643 -model2=model_23690 -model3=model_23625 -head1=model_23236 -unknown119=3 - -// 5782 -[npc_5782] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=11589 -recol1d=17733 -recol2s=10532 -recol2d=15652 -recol3s=9414 -recol3d=19984 -recol4s=8357 -recol4d=18927 -recol5s=7300 -recol5d=17870 -name=Mernik -model1=model_23647 -model2=model_23690 -model3=model_23625 -head1=model_23236 -unknown119=3 - -// 5783 -[npc_5783] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=18004 -recol1d=11695 -recol2s=16947 -recol2d=10638 -recol3s=14859 -recol3d=24411 -recol4s=13802 -recol4d=23354 -recol5s=11687 -recol5d=22297 -name=Cave goblin -model1=model_23644 -model2=model_23687 -model3=model_23628 -head1=model_23237 -head2=model_23221 -unknown119=2 - -// 5784 -[npc_5784] -bas=bas_493 -op1=Talk-to -vislevel=0 -recol1s=16742 -recol1d=9574 -recol2s=16708 -recol2d=8517 -recol3s=13571 -recol3d=7427 -recol4s=12646 -recol4d=15622 -recol5s=11589 -recol5d=14565 -name=Crate goblin -model1=model_23670 -model2=model_23705 -model3=model_23630 -model4=model_23678 -head1=model_23249 -unknown119=2 - -// 5785 -[npc_5785] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=16742 -recol1d=21074 -recol2s=16708 -recol2d=20017 -recol3s=13571 -recol3d=18960 -recol4s=12646 -recol4d=9478 -recol5s=11589 -recol5d=8421 -name=Cave goblin -model1=model_23670 -model2=model_23694 -model3=model_23635 -head1=model_23246 -unknown119=2 - -// 5786 -[npc_5786] -bas=bas_494 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=16742 -recol1d=21074 -recol2s=16708 -recol2d=20017 -recol3s=13571 -recol3d=18960 -recol4s=12646 -recol4d=9478 -recol5s=11589 -recol5d=8421 -name=Goblin scribe -model1=model_23672 -model2=model_23699 -model3=model_23629 -model4=model_23682 -head1=model_23227 -head2=model_23246 -unknown119=3 - -// 5787 -[npc_5787] -bas=bas_214 -op1=Talk-to -vislevel=0 -op3=Buy-sphere -multivar=varplayerbit_4105 -multinpc=0,npc_6392 -multinpc=1,npc_6392 -multinpc=2,npc_6392 -multinpc=3,npc_6392 -multinpc=4,npc_6392 -multinpc=5,npc_6392 -multinpc=6,npc_6392 -multinpc=7,npc_6392 -multinpc=8,npc_6392 -multinpc=9,npc_6392 -multinpc=10,npc_6392 -multinpc=11,npc_6392 -multinpc=12,npc_6392 -multinpc=13,npc_6392 -multinpc=14,npc_6392 -multinpc=15,npc_6392 -multinpc=18,npc_6392 -unknown119=3 - -// 5788 -[npc_5788] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=9573 -recol1d=3173 -recol2s=7460 -recol2d=2116 -recol3s=7459 -recol3d=1059 -recol4s=22176 -recol4d=21107 -recol5s=20064 -recol5d=19987 -recol6s=19008 -recol6d=18930 -name=Gourmet -model1=model_23669 -model2=model_23708 -model3=model_23629 -head1=model_23233 -head2=model_23246 -unknown119=3 - -// 5789 -[npc_5789] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=17867 -recol1d=26350 -recol2s=16810 -recol2d=24238 -recol3s=13673 -recol3d=23181 -recol4s=8456 -recol4d=21800 -recol5s=6376 -recol5d=16680 -recol6s=4262 -recol6d=15622 -name=Gourmet -model1=model_23653 -model2=model_23699 -model3=model_23629 -head1=model_23246 -head2=model_23227 -unknown119=3 - -// 5790 -[npc_5790] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=18921 -recol1d=12785 -recol2s=17864 -recol2d=11728 -recol3s=24074 -recol3d=10671 -recol4s=15690 -recol4d=19019 -recol5s=18795 -recol5d=19017 -recol6s=19852 -recol6d=17960 -name=Gourmet -model1=model_23636 -model2=model_23688 -model3=model_23625 -head1=model_23237 -head2=model_23222 -unknown119=3 - -// 5791 -[npc_5791] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=14859 -recol1d=8553 -recol2s=13802 -recol2d=9610 -recol3s=11687 -recol3d=10667 -recol4s=18004 -recol4d=11759 -recol5s=16947 -recol5d=10702 -name=Gourmet -model1=model_23644 -model2=model_23687 -model3=model_23625 -head1=model_23237 -head2=model_23221 -unknown119=3 - -// 5792 -[npc_5792] -bas=bas_214 -op1=Talk-to -vislevel=0 -name=Turgok -model1=model_23662 -model2=model_23695 -model3=model_23629 -head1=model_23224 -head2=model_23246 -unknown119=3 - -// 5793 -[npc_5793] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=11724 -recol1d=7467 -recol2s=10667 -recol2d=6410 -recol3s=9610 -recol3d=5353 -name=Markog -model1=model_23663 -model2=model_23698 -model3=model_23629 -head1=model_23226 -head2=model_23246 -unknown119=3 - -// 5794 -[npc_5794] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=7401 -recol1d=13513 -recol2s=6344 -recol2d=11464 -recol3s=5287 -recol3d=10407 -recol4s=28437 -recol4d=32631 -recol5s=26357 -recol5d=29528 -name=Durgok -model1=model_23663 -model2=model_23696 -model3=model_23629 -head1=model_23225 -head2=model_23246 -unknown119=3 - -// 5795 -[npc_5795] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=11429 -recol1d=11559 -recol2s=10372 -recol2d=10502 -name=Tindar -model1=model_23645 -model2=model_23684 -model3=model_23626 -head1=model_23237 -head2=model_23220 -unknown119=3 - -// 5796 -[npc_5796] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=11425 -recol1d=5317 -recol2s=12482 -recol2d=4260 -name=Gundik -model1=model_23646 -model2=model_23691 -model3=model_23626 -head1=model_23241 -unknown119=3 - -// 5797 -[npc_5797] -bas=bas_214 -op1=Talk-to -vislevel=0 -recol1s=21037 -recol1d=11561 -recol2s=18923 -recol2d=10504 -recol3s=13673 -recol3d=9447 -recol4s=12616 -recol4d=8390 -recol5s=11559 -recol5d=7333 -name=Zenkog -model1=model_23645 -model2=model_23685 -model3=model_23625 -head1=model_23237 -unknown119=3 - -// 5798 -[npc_5798] -bas=bas_214 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -name=Lurgon -model1=model_23664 -model2=model_23709 -model3=model_23629 -head1=model_23234 -head2=model_23246 -unknown119=3 - -// 5799 -[npc_5799] -bas=bas_214 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=10468 -recol1d=8291 -recol2s=9411 -recol2d=9348 -recol3s=8354 -recol3d=10405 -name=Ur-tag -model1=model_23674 -model2=model_23710 -model3=model_23630 -head1=model_23235 -head2=model_23246 -head3=model_23227 -unknown119=3 - -// 5800 -[npc_5800] -bas=bas_214 -op1=Talk-to -op2=Attack -vislevel=26 -name=Guard -model1=model_23658 -model2=model_23700 -model3=model_23633 -model4=model_23680 -head1=model_23228 -head2=model_23246 -unknown119=3 - -// 5801 -[npc_5801] -bas=bas_214 -op1=Talk-to -op2=Attack -vislevel=24 -recol1s=10603 -recol1d=14699 -recol2s=9546 -recol2d=12651 -recol3s=7432 -recol3d=10537 -recol4s=6375 -recol4d=9480 -recol5s=5318 -recol5d=8423 -name=Guard -model1=model_23658 -model2=model_23700 -model3=model_23633 -model4=model_23676 -head1=model_23228 -head2=model_23246 -unknown119=3 - -// 5802 -[npc_5802] -bas=bas_214 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4104 -multinpc=1,npc_3712 -unknown119=3 - -// 5803 -[npc_5803] -bas=bas_491 -vislevel=0 -op1=Talk-to -name=Young 'un -model1=model_23711 -head1=model_23245 -unknown119=3 - -// 5804 -[npc_5804] -bas=bas_492 -vislevel=0 -turnspeed=0 -op1=Talk-to -recol1s=28468 -recol1d=26389 -recol2s=25333 -recol2d=25332 -recol3s=23282 -recol3d=22225 -recol4s=22225 -recol4d=21168 -name=Tyke -model1=model_23711 -head1=model_23245 -unknown119=3 - -// 5805 -[npc_5805] -bas=bas_491 -vislevel=0 -op1=Talk-to -name=Nipper -model1=model_23712 -head1=model_23245 -unknown119=3 - -// 5806 -[npc_5806] -bas=bas_492 -vislevel=0 -turnspeed=0 -op1=Talk-to -recol1s=24306 -recol1d=23283 -recol2s=23249 -recol2d=22226 -recol3s=24240 -recol3d=32758 -recol4s=24206 -recol4d=32758 -recol5s=10607 -recol5d=13672 -recol6s=9550 -recol6d=13638 -name=Nipper -model1=model_23712 -head1=model_23245 -unknown119=3 - -// 5807 -[npc_5807] -bas=bas_495 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -name=Cave goblin child -model1=model_23654 -model2=model_23697 -model3=model_23633 -head1=model_23244 -unknown119=3 - -// 5808 -[npc_5808] -bas=bas_497 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -name=Cave goblin child -model1=model_23654 -model2=model_23697 -model3=model_23633 -model4=model_23677 -head1=model_23244 -unknown119=3 - -// 5809 -[npc_5809] -bas=bas_495 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -recol1s=15886 -recol1d=14892 -recol2s=14829 -recol2d=13835 -recol3s=8357 -recol3d=12581 -recol4s=7300 -recol4d=11524 -name=Cave goblin child -model1=model_23654 -model2=model_23697 -model3=model_23633 -head1=model_23244 -unknown119=3 - -// 5810 -[npc_5810] -bas=bas_497 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -recol1s=15886 -recol1d=14892 -recol2s=14829 -recol2d=13835 -recol3s=8357 -recol3d=12581 -recol4s=7300 -recol4d=11524 -name=Cave goblin child -model1=model_23654 -model2=model_23697 -model3=model_23633 -model4=model_23677 -head1=model_23244 -unknown119=3 - -// 5811 -[npc_5811] -bas=bas_495 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -name=Cave goblin child -model1=model_23655 -model2=model_23697 -model3=model_23633 -head1=model_23244 -unknown119=3 - -// 5812 -[npc_5812] -bas=bas_497 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -name=Cave goblin child -model1=model_23655 -model2=model_23697 -model3=model_23633 -model4=model_23677 -head1=model_23244 -unknown119=3 - -// 5813 -[npc_5813] -bas=bas_495 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -recol1s=10503 -recol1d=18956 -recol2s=9446 -recol2d=17899 -recol3s=7300 -recol3d=11524 -recol4s=14832 -recol4d=16909 -recol5s=13775 -recol5d=15852 -name=Cave goblin child -model1=model_23655 -model2=model_23697 -model3=model_23633 -head1=model_23244 -unknown119=3 - -// 5814 -[npc_5814] -bas=bas_497 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -recol1s=10503 -recol1d=18956 -recol2s=9446 -recol2d=17899 -recol3s=7300 -recol3d=11524 -recol4s=14832 -recol4d=16909 -recol5s=13775 -recol5d=15852 -name=Cave goblin child -model1=model_23655 -model2=model_23697 -model3=model_23633 -model4=model_23677 -head1=model_23244 -unknown119=3 - -// 5815 -[npc_5815] -bas=bas_495 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -name=Cave goblin child -model1=model_23640 -model2=model_23686 -model3=model_23627 -head1=model_23239 -unknown119=3 - -// 5816 -[npc_5816] -bas=bas_497 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -name=Cave goblin child -model1=model_23640 -model2=model_23686 -model3=model_23627 -model4=model_23677 -head1=model_23239 -unknown119=3 - -// 5817 -[npc_5817] -bas=bas_495 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -recol1s=11429 -recol1d=25194 -recol2s=10372 -recol2d=24137 -recol3s=14530 -recol3d=2114 -recol4s=13473 -recol4d=3171 -recol5s=10503 -recol5d=9645 -recol6s=9446 -recol6d=8588 -name=Cave goblin child -model1=model_23640 -model2=model_23689 -model3=model_23627 -head1=model_23238 -unknown119=3 - -// 5818 -[npc_5818] -bas=bas_497 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -recol1s=11429 -recol1d=25194 -recol2s=10372 -recol2d=24137 -recol3s=14530 -recol3d=2114 -recol4s=13473 -recol4d=3171 -recol5s=10503 -recol5d=9645 -recol6s=9446 -recol6d=8588 -name=Cave goblin child -model1=model_23640 -model2=model_23689 -model3=model_23627 -model4=model_23677 -head1=model_23238 -unknown119=3 - -// 5819 -[npc_5819] -bas=bas_495 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -name=Cave goblin child -model1=model_23639 -model2=model_23689 -model3=model_23627 -head1=model_23238 -unknown119=3 - -// 5820 -[npc_5820] -bas=bas_497 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -name=Cave goblin child -model1=model_23639 -model2=model_23689 -model3=model_23627 -model4=model_23677 -head1=model_23238 -unknown119=3 - -// 5821 -[npc_5821] -bas=bas_495 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -recol1s=26416 -recol1d=13605 -recol2s=26414 -recol2d=12548 -recol3s=22032 -recol3d=12779 -recol4s=17771 -recol4d=11722 -recol5s=14666 -recol5d=10665 -recol6s=13609 -recol6d=9608 -name=Cave goblin child -model1=model_23639 -model2=model_23686 -model3=model_23627 -head1=model_23239 -unknown119=3 - -// 5822 -[npc_5822] -bas=bas_497 -resizeh=86 -resizev=86 -op1=Talk-to -vislevel=0 -recol1s=26416 -recol1d=13605 -recol2s=26414 -recol2d=12548 -recol3s=22032 -recol3d=12779 -recol4s=17771 -recol4d=11722 -recol5s=14666 -recol5d=10665 -recol6s=13609 -recol6d=9608 -name=Cave goblin child -model1=model_23639 -model2=model_23686 -model3=model_23627 -model4=model_23677 -head1=model_23239 -unknown119=3 - -// 5823 -[npc_5823] -bas=bas_496 -size=1 -turnspeed=0 -op1=Talk-to -vislevel=0 -name=Spit goblin -model1=model_23651 -model2=model_23702 -model3=model_23634 -head1=model_23223 -head2=model_23246 -unknown119=3 - -// 5824 -[npc_5824] -bas=bas_498 -size=1 -minimap=no -vislevel=0 -name=Goblin fish -model1=model_23713 -model2=model_23714 -unknown119=7 - -// 5825 -[npc_5825] -bas=bas_215 -op1=Talk-to -op3=Pickpocket -vislevel=0 -recol1s=2340 -recol1d=2081 -recol2s=14724 -recol2d=2081 -recol3s=6273 -recol3d=28407 -recol4s=15392 -recol4d=4740 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Movario -model1=model_208 -model2=model_11190 -model3=model_282 -model4=model_292 -model5=model_11767 -model6=model_11809 -model7=model_177 -model8=model_23251 -model9=model_256 -model10=model_181 -head1=model_38588 -head2=model_39212 -unknown119=3 - -// 5826 -[npc_5826] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=5285 -recol2s=32736 -recol2d=16813 -name=Darve -model1=model_230 -model2=model_253 -model3=model_306 -model4=model_152 -model5=model_177 -model6=model_519 -model7=model_523 -model8=model_269 -model9=model_185 -head1=model_39799 -head2=model_39227 -unknown119=3 - -// 5827 -[npc_5827] -bas=bas_499 -vislevel=0 -minimap=no -name=Moths -model1=model_23474 -unknown119=3 - -// 5828 -[npc_5828] -bas=bas_214 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=10468 -recol1d=18921 -recol2s=9411 -recol2d=17864 -recol3s=8354 -recol3d=15784 -recol4s=5285 -recol4d=14727 -recol5s=6342 -recol5d=13670 -recol6s=20064 -recol6d=12613 -name=Barlak -model1=model_23661 -model2=model_23708 -model3=model_23630 -head1=model_23233 -head2=model_23246 -unknown119=3 - -// 5829 -[npc_5829] -bas=bas_129 -size=1 -ambient=30 -resizeh=120 -resizev=110 -op2=Attack -vislevel=2 -recol1s=12582 -recol1d=25300 -recol2s=13639 -recol2d=23186 -recol3s=15719 -recol3d=22095 -name=Rabbit -model1=model_23901 -unknown119=3 - -// 5830 -[npc_5830] -bas=bas_215 -vislevel=1 -multivar=varplayerbit_3447 -multinpc=1,npc_5825 -unknown119=3 - -// 5831 -[npc_5831] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_3447 -multinpc=1,npc_5826 -unknown119=3 - -// 5832 -[npc_5832] -bas=bas_2 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3550 -multinpc=0,npc_5863 -multinpc=1,npc_5863 -multinpc=2,npc_5863 -multinpc=3,npc_5863 -multinpc=4,npc_5863 -multinpc=5,npc_5863 -multinpc=6,npc_5863 -multinpc=7,npc_5863 -multinpc=8,npc_5863 -multinpc=9,npc_5863 -multinpc=10,npc_5863 -unknown119=3 - -// 5833 -[npc_5833] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=15811 -name=Rat Burgiss -model1=model_23924 -model2=model_230 -model3=model_253 -model4=model_23942 -model5=model_23920 -model6=model_23938 -model7=model_23921 -head1=model_39630 -head2=model_39227 -head3=model_39346 -unknown119=3 - -// 5834 -[npc_5834] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=16843 -retex1s=material_256 -retex1d=material_268 -retex2s=material_359 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Surok Magis -model1=model_23925 -model2=model_214 -model3=model_250 -model4=model_23943 -model5=model_23915 -model6=model_177 -model7=model_23933 -model8=model_181 -head1=model_38642 -head2=model_39582 -head3=model_39383 -unknown119=3 - -// 5835 -[npc_5835] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -op1=Talk-To -alwaysontop=yes -recol1s=6273 -recol1d=16843 -retex1s=material_256 -retex1d=material_268 -retex2s=material_359 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Surok Magis -model1=model_23926 -model2=model_214 -model3=model_250 -model4=model_23944 -model5=model_23916 -model6=model_177 -model7=model_23934 -head1=model_38642 -head2=model_39582 -head3=model_39469 -unknown119=3 - -// 5836 -[npc_5836] -bas=bas_119 -vislevel=0 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=25098 -recol1d=9410 -recol2s=0 -recol2d=4226 -recol3s=12894 -recol3d=13669 -recol4s=9654 -recol4d=13634 -recol5s=32635 -recol5d=13705 -recol6s=22266 -recol6d=14726 -name=Zaff -model1=model_215 -model2=model_251 -model3=model_299 -model4=model_40163 -model5=model_4953 -model6=model_553 -model7=model_11338 -model8=model_181 -head1=model_39836 -head2=model_38096 -unknown119=1 - -// 5837 -[npc_5837] -bas=bas_817 -vislevel=0 -size=1 -op1=Talk-To -turnspeed=0 -alwaysontop=yes -name=Anna Jones -model1=model_23955 -model2=model_23947 -model3=model_23956 -model4=model_19953 -head1=model_39016 -head2=model_38746 -unknown119=1 - -// 5838 -[npc_5838] -bas=bas_4 -vislevel=0 -op2=Attack -vislevel=47 -recol1s=7395 -recol1d=10305 -recol2s=14724 -recol2d=10305 -recol3s=7328 -recol3d=28534 -recol4s=6338 -recol4d=28534 -recol5s=5281 -recol5d=32631 -name=King Roald -model1=model_1808 -model2=model_215 -model3=model_249 -model4=model_23939 -model5=model_162 -model6=model_176 -model7=model_23931 -model8=model_181 -head1=model_39836 -head2=model_39390 -head3=model_39254 -unknown119=3 - -// 5839 -[npc_5839] -bas=bas_4 -size=1 -op1=Talk-To -vislevel=0 -alwaysontop=yes -name=Mishkal'un Dorn -model1=model_23928 -model2=model_23917 -model3=model_23934 -head1=model_39630 -head2=model_39526 -unknown119=3 - -// 5840 -[npc_5840] -bas=bas_4 -size=1 -op1=Talk-To -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=16843 -name=Dakh'thoulan Aegis -model1=model_23927 -model2=model_23917 -model3=model_23934 -head1=model_39630 -head2=model_39526 -head3=model_38642 -unknown119=3 - -// 5841 -[npc_5841] -bas=bas_4 -size=1 -op1=Talk-To -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=16843 -name=Sil'as Dahcsnu -model1=model_23929 -model2=model_23917 -model3=model_23934 -head1=model_39630 -head2=model_39526 -head3=model_38096 -unknown119=3 - -// 5842 -[npc_5842] -bas=bas_4 -size=1 -op2=Attack -vislevel=32 -recolhsl1s=8390 -recolhsl1d=2333 -name=Outlaw -model1=model_23922 -model2=model_23930 -model3=model_23941 -model4=model_23945 -model5=model_23919 -model6=model_23948 -model7=model_23937 -head1=model_39223 -head2=model_40680 -head3=model_39190 -unknown119=3 - -// 5843 -[npc_5843] -bas=bas_4 -size=1 -op2=Attack -vislevel=32 -recolhsl1s=8390 -recolhsl1d=2333 -name=Outlaw -model1=model_23923 -model2=model_23930 -model3=model_23940 -model4=model_23918 -model5=model_23948 -model6=model_23935 -head1=model_39223 -head2=model_40673 -head3=model_39190 -unknown119=3 - -// 5844 -[npc_5844] -bas=bas_4 -size=1 -op2=Attack -vislevel=32 -recolhsl1s=8390 -recolhsl1d=2333 -name=Outlaw -model1=model_23923 -model2=model_228 -model3=model_11190 -model4=model_23941 -model5=model_23945 -model6=model_23919 -model7=model_23948 -model8=model_23936 -head1=model_39223 -head2=model_40673 -head3=model_39190 -head4=model_39302 -unknown119=3 - -// 5845 -[npc_5845] -bas=bas_4 -size=1 -op2=Attack -vislevel=32 -recolhsl1s=8390 -recolhsl1d=2333 -name=Outlaw -model1=model_23922 -model2=model_228 -model3=model_11190 -model4=model_23941 -model5=model_23945 -model6=model_23919 -model7=model_23948 -model8=model_23937 -head1=model_39223 -head2=model_40680 -head3=model_39190 -head4=model_39302 -unknown119=3 - -// 5846 -[npc_5846] -bas=bas_4 -size=1 -op2=Attack -vislevel=32 -recol1s=10503 -recol1d=3171 -recol2s=6273 -recol2d=17903 -name=Outlaw -model1=model_23923 -model2=model_228 -model3=model_249 -model4=model_23941 -model5=model_23945 -model6=model_23919 -model7=model_23948 -model8=model_23936 -head1=model_39302 -head2=model_40674 -unknown119=3 - -// 5847 -[npc_5847] -bas=bas_4 -size=1 -op2=Attack -vislevel=32 -recol1s=10503 -recol1d=3171 -recol2s=6273 -recol2d=16774 -recolhsl3s=6191 -recolhsl3d=6573 -name=Outlaw -model1=model_23923 -model2=model_228 -model3=model_249 -model4=model_23941 -model5=model_23945 -model6=model_23918 -model7=model_23948 -model8=model_23935 -head1=model_39302 -head2=model_40674 -unknown119=3 - -// 5848 -[npc_5848] -bas=bas_4 -size=1 -op2=Attack -vislevel=32 -recol1s=10503 -recol1d=3171 -recol2s=6273 -recol2d=21893 -recolhsl3s=6191 -recolhsl3d=4661 -name=Outlaw -model1=model_23923 -model2=model_228 -model3=model_249 -model4=model_23941 -model5=model_23945 -model6=model_23918 -model7=model_23948 -model8=model_23937 -head1=model_39302 -head2=model_40674 -unknown119=3 - -// 5849 -[npc_5849] -bas=bas_4 -size=1 -op2=Attack -vislevel=32 -recolhsl1s=8390 -recolhsl1d=2333 -name=Outlaw -model1=model_23922 -model2=model_23930 -model3=model_23941 -model4=model_23945 -model5=model_23918 -model6=model_23948 -model7=model_23935 -head1=model_39223 -head2=model_40680 -head3=model_39190 -unknown119=3 - -// 5850 -[npc_5850] -bas=bas_4 -size=1 -op2=Attack -vislevel=32 -recolhsl1s=8390 -recolhsl1d=2333 -retex1s=material_359 -retex1d=material_252 -retex2s=material_257 -retex2d=material_273 -name=Outlaw -model1=model_23922 -model2=model_23930 -model3=model_23940 -model4=model_23918 -model5=model_23948 -model6=model_23936 -head1=model_39223 -head2=model_40680 -head3=model_39190 -unknown119=3 - -// 5851 -[npc_5851] -bas=bas_4 -size=1 -op2=Attack -vislevel=32 -recolhsl1s=8390 -recolhsl1d=2333 -retex1s=material_359 -retex1d=material_252 -retex2s=material_257 -retex2d=material_273 -name=Outlaw -model1=model_23923 -model2=model_23930 -model3=model_23941 -model4=model_23945 -model5=model_23919 -model6=model_23948 -model7=model_23936 -head1=model_39223 -head2=model_40673 -head3=model_39190 -unknown119=3 - -// 5852 -[npc_5852] -bas=bas_116 -size=1 -vislevel=1 -name=Monkey -model1=model_3004 -unknown119=3 - -// 5853 -[npc_5853] -bas=bas_4 -alwaysontop=yes -op1=Talk-To -vislevel=0 -spotshadow=no -multivar=varplayerbit_4314 -multinpc=0,npc_5834 -multinpc=1,npc_5835 -unknown119=3 - -// 5854 -[npc_5854] -bas=bas_817 -vislevel=0 -minimap=no -turnspeed=0 -name=Bench -model1=model_23946 -unknown119=3 - -// 5855 -[npc_5855] -bas=bas_87 -resizev=120 -resizeh=120 -vislevel=0 -recol1s=18923 -recol1d=224 -recol2s=15786 -recol2d=160 -recol3s=14819 -recol3d=12675 -recol4s=16898 -recol4d=14785 -name=Goblin -model1=model_24435 -model2=model_24441 -model3=model_24452 -model4=model_24455 -model5=model_24472 -model6=model_24486 -model7=model_24509 -head1=model_24209 -unknown119=1 - -// 5856 -[npc_5856] -bas=bas_1167 -turnspeed=1024 -vislevel=0 -recol1s=18923 -recol1d=10240 -recol2s=15786 -recol2d=8192 -name=Goblin -model1=model_24433 -model2=model_24443 -model3=model_24450 -model4=model_24464 -model5=model_24476 -model6=model_24484 -model7=model_24502 -model8=model_24506 -head1=model_24216 -unknown119=1 - -// 5857 -[npc_5857] -bas=bas_1165 -size=1 -vislevel=0 -alwaysontop=yes -turnspeed=1024 -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=1 - -// 5858 -[npc_5858] -bas=bas_214 -vislevel=0 -alwaysontop=yes -recol1s=10468 -recol1d=8291 -recol2s=9411 -recol2d=9348 -recol3s=8354 -recol3d=10405 -name=Ur-tag -model1=model_23674 -model2=model_23710 -model3=model_23630 -head1=model_23235 -head2=model_23246 -head3=model_23227 -unknown119=1 - -// 5859 -[npc_5859] -bas=bas_4 -size=1 -op2=Attack -resizev=134 -resizeh=134 -op2=Attack -vislevel=30 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -name=H.A.M. Archer -model1=model_169 -model2=model_176 -model3=model_563 -model4=model_246 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -head1=model_38093 -unknown119=1 - -// 5860 -[npc_5860] -bas=bas_29 -size=1 -op2=Attack -resizev=134 -resizeh=134 -op2=Attack -vislevel=30 -recol1s=14724 -recol1d=17416 -recol2s=2340 -recol2d=17416 -recol3s=7329 -recol3d=17416 -recol4s=16846 -recol4d=10434 -recol5s=25098 -recol5d=27274 -name=H.A.M. Mage -model1=model_169 -model2=model_176 -model3=model_534 -model4=model_246 -model5=model_181 -model6=model_265 -model7=model_296 -model8=model_5434 -model9=model_5430 -model10=model_5433 -model11=model_317 -head1=model_38093 -unknown119=1 - -// 5861 -[npc_5861] -bas=bas_1168 -size=2 -op1=Talk-to -alwaysontop=yes -turnspeed=0 -vislevel=0 -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=3 - -// 5862 -[npc_5862] -bas=bas_1166 -size=2 -vislevel=0 -name=Sigmund and Zanik -model1=model_24422 -unknown119=3 - -// 5863 -[npc_5863] -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=16846 -recol1d=6342 -recol2s=7298 -recol2d=2114 -recol3s=20017 -recol3d=7362 -name=Ambassador Alvijar -model1=model_7029 -model2=model_6020 -model3=model_23876 -model4=model_7037 -model5=model_7045 -model6=model_2985 -head1=model_6988 -head2=model_15405 -unknown119=3 - -// 5864 -[npc_5864] -bas=bas_1161 -size=1 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=32635 -name=Builder -model1=model_2970 -model2=model_23874 -model3=model_23877 -model4=model_2978 -model5=model_2990 -model6=model_23875 -model7=model_2985 -head1=model_0 -head2=model_24533 -unknown119=3 - -// 5865 -[npc_5865] -bas=bas_1162 -size=1 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=32635 -name=Builder -model1=model_2974 -model2=model_23874 -model3=model_23878 -model4=model_2978 -model5=model_2990 -model6=model_23875 -model7=model_2985 -head1=model_4 -head2=model_24533 -unknown119=3 - -// 5866 -[npc_5866] -bas=bas_1163 -size=1 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=32635 -name=Builder -model1=model_2971 -model2=model_23874 -model3=model_23878 -model4=model_2978 -model5=model_23875 -model6=model_2985 -head1=model_1 -head2=model_24533 -unknown119=3 - -// 5867 -[npc_5867] -bas=bas_1164 -size=1 -op1=Talk-to -vislevel=0 -recol1s=16846 -recol1d=32635 -name=Builder -model1=model_2972 -model2=model_23874 -model3=model_23878 -model4=model_2978 -model5=model_23875 -model6=model_2985 -head1=model_2 -head2=model_24533 -unknown119=3 - -// 5868 -[npc_5868] -bas=bas_214 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Tegdak -model1=model_24525 -model2=model_24522 -model3=model_23633 -head1=model_24535 -unknown119=3 - -// 5869 -[npc_5869] -bas=bas_214 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3550 -multinpc=11,npc_5868 -unknown119=3 - -// 5870 -[npc_5870] -bas=bas_214 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=3 - -// 5871 -[npc_5871] -bas=bas_231 -op1=Talk-to -alwaysontop=yes -vislevel=51 -retex1s=material_227 -retex1d=material_273 -name=Sergeant Mossfists -model1=model_24424 -model2=model_24425 -head1=model_24222 -unknown119=1 - -// 5872 -[npc_5872] -bas=bas_231 -op1=Talk-to -alwaysontop=yes -vislevel=51 -recol1s=16515 -recol1d=6469 -recol2s=12320 -recol2d=4355 -recol3s=10240 -recol3d=2241 -retex1s=material_141 -retex1d=material_304 -name=Sergeant Slimetoes -model1=model_24423 -model2=model_24425 -head1=model_24223 -unknown119=1 - -// 5873 -[npc_5873] -bas=bas_214 -vislevel=0 -op1=Talk-to -name=Cave goblin -model1=model_23670 -model2=model_23694 -model3=model_23629 -head1=model_23246 -unknown119=3 - -// 5874 -[npc_5874] -bas=bas_214 -vislevel=0 -op1=Talk-to -name=Cave goblin -model1=model_23673 -model2=model_23694 -model3=model_23634 -head1=model_23246 -unknown119=3 - -// 5875 -[npc_5875] -bas=bas_214 -vislevel=0 -op1=Talk-to -name=Cave goblin -model1=model_23636 -model2=model_23685 -model3=model_23626 -head1=model_23237 -unknown119=3 - -// 5876 -[npc_5876] -bas=bas_214 -vislevel=0 -op1=Talk-to -recol1s=18795 -recol1d=9612 -recol2s=19852 -recol2d=7597 -recol3s=15690 -recol3d=5450 -recol4s=17864 -recol4d=8585 -recol5s=18921 -recol5d=7562 -name=Cave goblin -model1=model_23636 -model2=model_23685 -model3=model_23626 -head1=model_23237 -unknown119=3 - -// 5877 -[npc_5877] -bas=bas_214 -vislevel=0 -op1=Talk-to -recol1s=16742 -recol1d=6339 -recol2s=16708 -recol2d=6341 -recol3s=13571 -recol3d=4195 -recol4s=11589 -recol4d=7399 -recol5s=12646 -recol5d=7430 -name=Cave goblin -model1=model_23670 -model2=model_23694 -model3=model_23629 -head1=model_23246 -unknown119=3 - -// 5878 -[npc_5878] -bas=bas_214 -vislevel=0 -op1=Talk-to -recol1s=3173 -recol1d=11561 -recol2s=5287 -recol2d=16847 -recol3s=4230 -recol3d=15757 -recol4s=13537 -recol4d=6374 -recol5s=16640 -recol5d=5317 -recol6s=17696 -recol6d=4260 -name=Cave goblin -model1=model_23673 -model2=model_23694 -model3=model_23634 -head1=model_23246 -unknown119=3 - -// 5879 -[npc_5879] -bas=bas_214 -vislevel=0 -op1=Talk-to -name=Ticket goblin -model1=model_24523 -model2=model_24526 -model3=model_23629 -head1=model_23246 -head2=model_24534 -unknown119=3 - -// 5880 -[npc_5880] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=9543 -name=Dwarf -model1=model_2970 -model2=model_7072 -model3=model_7059 -model4=model_2978 -model5=model_7045 -model6=model_2985 -head1=model_0 -head2=model_6997 -unknown119=3 - -// 5881 -[npc_5881] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=29592 -recol1d=12552 -recol2s=16846 -recol2d=13669 -recol3s=6309 -recol3d=8419 -name=Dwarf -model1=model_2972 -model2=model_7063 -model3=model_2978 -model4=model_7045 -model5=model_2985 -head1=model_2 -unknown119=3 - -// 5882 -[npc_5882] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=18036 -recol2s=7266 -recol2d=14800 -recol3s=7168 -recol3d=8388 -recol4s=11488 -recol4d=4194 -name=Dwarf -model1=model_7032 -model2=model_7060 -model3=model_7038 -model4=model_7048 -model5=model_7068 -head1=model_6991 -unknown119=3 - -// 5883 -[npc_5883] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=13639 -recol2s=6309 -recol2d=2118 -name=Dwarf -model1=model_2970 -model2=model_7072 -model3=model_7059 -model4=model_2978 -model5=model_7045 -model6=model_2985 -head1=model_0 -head2=model_6997 -unknown119=3 - -// 5884 -[npc_5884] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=29592 -recol1d=12552 -recol2s=16846 -recol2d=4328 -recol3s=6309 -recol3d=3139 -recol4s=7298 -recol4d=5186 -name=Dwarf -model1=model_2972 -model2=model_7063 -model3=model_2978 -model4=model_7045 -model5=model_2985 -head1=model_2 -unknown119=3 - -// 5885 -[npc_5885] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=13512 -recol2s=7266 -recol2d=14502 -recol3s=7168 -recol3d=8388 -recol4s=11488 -recol4d=4194 -name=Dwarf -model1=model_7032 -model2=model_7060 -model3=model_7038 -model4=model_7048 -model5=model_7068 -head1=model_6991 -unknown119=3 - -// 5886 -[npc_5886] -bas=bas_2 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=6411 -recol2s=6309 -recol2d=4297 -retex1s=material_295 -retex1d=material_293 -retex2s=material_288 -retex2d=material_293 -retex3s=material_239 -retex3d=material_125 -name=Ticket dwarf -model1=model_2970 -model2=model_23873 -model3=model_7050 -model4=model_2978 -model5=model_7045 -model6=model_2985 -model7=model_23879 -head1=model_0 -head2=model_24532 -unknown119=3 - -// 5887 -[npc_5887] -bas=bas_2 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3550 -multinpc=11,npc_5863 -unknown119=3 - -// 5888 -[npc_5888] -bas=bas_214 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3557 -multinpc=1,npc_5870 -unknown119=3 - -// 5889 -[npc_5889] -bas=bas_231 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3550 -multinpc=8,npc_5871 -multinpc=9,npc_5871 -unknown119=3 - -// 5890 -[npc_5890] -bas=bas_231 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3550 -multinpc=8,npc_5872 -multinpc=9,npc_5872 -unknown119=3 - -// 5891 -[npc_5891] -bas=bas_231 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3550 -multinpc=9,npc_5871 -unknown119=3 - -// 5892 -[npc_5892] -bas=bas_231 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3550 -multinpc=9,npc_5872 -unknown119=3 - -// 5893 -[npc_5893] -bas=bas_1186 -vislevel=0 -turnspeed=0 -op1=Talk-to -op3=Inspect -alwaysontop=yes -recol1s=7488 -recol1d=25098 -recol2s=5283 -recol2d=5317 -recol3s=15856 -recol3d=25098 -recol4s=7298 -recol4d=6309 -recol5s=25098 -recol5d=24072 -retex1s=material_254 -retex1d=material_277 -retex2s=material_258 -retex2d=material_251 -retex3s=material_392 -retex3d=material_59 -name=Cyrisus -model1=model_18086 -model2=model_244 -model3=model_248 -model4=model_15007 -model5=model_8915 -model6=model_10218 -model7=model_13925 -model8=model_18129 -head1=model_39823 -head2=model_39312 -unknown119=3 - -// 5894 -[npc_5894] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Inspect -alwaysontop=yes -recol1s=7488 -recol1d=25098 -recol2s=5283 -recol2d=5317 -recol3s=15856 -recol3d=25098 -recol4s=7298 -recol4d=6309 -recol5s=25098 -recol5d=24072 -retex1s=material_254 -retex1d=material_277 -retex2s=material_258 -retex2d=material_251 -retex3s=material_392 -retex3d=material_59 -name=Cyrisus -model1=model_18086 -model2=model_244 -model3=model_248 -model4=model_15007 -model5=model_8915 -model6=model_10218 -model7=model_13925 -model8=model_18129 -head1=model_40006 -unknown119=3 - -// 5895 -[npc_5895] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Inspect -alwaysontop=yes -recol1s=25098 -recol1d=24072 -recol2s=32767 -recol2d=23536 -recol3s=16846 -recol3d=6438 -name=Cyrisus -model1=model_4115 -model2=model_215 -model3=model_244 -model4=model_248 -model5=model_24987 -model6=model_24979 -model7=model_10218 -model8=model_24988 -model9=model_24984 -model10=model_4954 -head1=model_39798 -head2=model_39312 -unknown119=3 - -// 5896 -[npc_5896] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Inspect -alwaysontop=yes -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -recol3s=25098 -recol3d=24072 -name=Cyrisus -model1=model_24983 -model2=model_215 -model3=model_244 -model4=model_248 -model5=model_6669 -model6=model_170 -model7=model_10218 -model8=model_5409 -model9=model_6659 -model10=model_4929 -head1=model_39793 -unknown119=3 - -// 5897 -[npc_5897] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Inspect -alwaysontop=yes -recol1s=25098 -recol1d=24072 -recol2s=14724 -recol2d=5283 -recol3s=7429 -recol3d=5283 -name=Cyrisus -model1=model_3378 -model2=model_215 -model3=model_244 -model4=model_248 -model5=model_3820 -model6=model_156 -model7=model_10218 -model8=model_6232 -model9=model_24985 -model10=model_10683 -head1=model_40012 -head2=model_39312 -unknown119=3 - -// 5898 -[npc_5898] -bas=bas_4 -op1=Talk-to -op3=Bank -op4=Collect -alwaysontop=yes -vislevel=0 -recol1s=6273 -recol1d=16910 -name='Bird's-Eye' Jack -model1=model_28854 -model2=model_16485 -model3=model_12086 -model4=model_16472 -model5=model_16476 -model6=model_16481 -model7=model_16473 -head1=model_39990 -head2=model_39537 -head3=model_39194 -unknown119=3 - -// 5899 -[npc_5899] -bas=bas_4 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3634 -multinpc=1,npc_5896 -multinpc=2,npc_5897 -multinpc=3,npc_5895 -unknown119=3 - -// 5900 -[npc_5900] -bas=bas_4 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3634 -multinpc=4,npc_5896 -multinpc=5,npc_5897 -multinpc=6,npc_5895 -unknown119=3 - -// 5901 -[npc_5901] -bas=bas_4 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_3618 -multinpc=16,npc_5898 -multinpc=18,npc_5898 -multinpc=20,npc_5898 -multinpc=22,npc_5898 -multinpc=24,npc_5898 -multinpc=26,npc_5898 -multinpc=28,npc_5898 -unknown119=3 - -// 5902 -[npc_5902] -bas=bas_1191 -size=5 -op2=Attack -vislevel=343 -name=The Inadequacy -model1=model_25000 -model2=model_25006 -model3=model_25001 -model4=model_25002 -model5=model_25003 -model6=model_25004 -model7=model_25005 -unknown119=1 - -// 5903 -[npc_5903] -bas=bas_1188 -size=3 -op2=Attack -vislevel=223 -name=The Everlasting -model1=model_24998 -unknown119=3 - -// 5904 -[npc_5904] -bas=bas_1193 -size=2 -op2=Attack -vislevel=274 -name=The Untouchable -model1=model_25008 -unknown119=3 - -// 5905 -[npc_5905] -bas=bas_1189 -size=1 -op2=Attack -vislevel=108 -name=The Illusive -model1=model_24999 -unknown119=3 - -// 5906 -[npc_5906] -bas=bas_1192 -size=1 -op2=Attack -vislevel=78 -name=A Doubt -model1=model_25007 -unknown119=3 - -// 5907 -[npc_5907] -bas=bas_1190 -size=1 -vislevel=1 -name=The Illusive -model1=model_24999 -unknown119=3 - -// 5908 -[npc_5908] -bas=bas_45 -size=1 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -recol1s=7393 -recol1d=12613 -recol2s=4384 -recol2d=11556 -recol3s=6336 -recol3d=10499 -recol4s=3328 -recol4d=9442 -recol5s=5280 -recol5d=8385 -recol6s=2272 -recol6d=7328 -name=Dying tree -model1=model_25749 -unknown119=3 - -// 5909 -[npc_5909] -bas=bas_4 -size=1 -op2=Attack -op1=Talk-to -vislevel=8 -recol1s=29521 -recol1d=6274 -name=Barbarian -model1=model_12142 -model2=model_11785 -model3=model_11771 -model4=model_11777 -model5=model_11782 -model6=model_11779 -head1=model_38970 -unknown119=3 - -// 5910 -[npc_5910] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=20 -recol1s=29464 -recol1d=14762 -recol2s=14724 -recol2d=14762 -recol3s=12 -recol3d=21103 -recol4s=32701 -recol4d=26388 -recol5s=25236 -recol5d=7362 -recol6s=12610 -recol6d=14762 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -retex3s=material_258 -retex3d=material_268 -retex4s=material_254 -retex4d=material_272 -retex5s=material_253 -retex5d=material_272 -name=Cook -model1=model_230 -model2=model_5215 -model3=model_14791 -model4=model_15106 -model5=model_10980 -model6=model_10218 -model7=model_12750 -model8=model_181 -head1=model_39799 -head2=model_39218 -unknown119=1 - -// 5911 -[npc_5911] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=20 -recol1s=25098 -recol1d=21960 -recol2s=7525 -recol2d=9287 -recol3s=12610 -recol3d=8359 -recol4s=14724 -recol4d=8359 -recol5s=29464 -recol5d=13705 -recol6s=25236 -recol6d=10567 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -retex3s=material_253 -retex3d=material_272 -name=Cook -model1=model_230 -model2=model_249 -model3=model_14791 -model4=model_15106 -model5=model_10980 -model6=model_10218 -model7=model_25665 -head1=model_39799 -head2=model_39254 -unknown119=1 - -// 5912 -[npc_5912] -bas=bas_92 -vislevel=0 -size=1 -resizeh=130 -resizev=124 -op1=Talk-to -op3=Bank -op4=Collect -ambient=20 -recol1s=14724 -recol1d=5255 -recol2s=2340 -recol2d=5255 -recol3s=7328 -recol3d=5255 -recol4s=0 -recol4d=3141 -recol5s=1090 -recol5d=5255 -recol6s=7298 -recol6d=1057 -retex1s=material_256 -retex1d=material_202 -retex2s=material_359 -retex2d=material_257 -name=Banker -model1=model_215 -model2=model_246 -model3=model_17365 -model4=model_163 -model5=model_10218 -model6=model_12138 -model7=model_181 -head1=model_39836 -head2=model_39223 -unknown119=1 - -// 5913 -[npc_5913] -bas=bas_92 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -ambient=20 -recol1s=14724 -recol1d=3141 -recol2s=2340 -recol2d=3141 -recol3s=7328 -recol3d=5255 -recol4s=6144 -recol4d=5255 -recol5s=7298 -recol5d=3171 -recol6s=6273 -recol6d=17632 -retex1s=material_263 -retex1d=material_257 -retex2s=material_252 -retex2d=material_250 -name=Banker -model1=model_378 -model2=model_25868 -model3=model_343 -model4=model_353 -model5=model_433 -model6=model_358 -head1=model_39090 -unknown119=1 - -// 5914 -[npc_5914] -bas=bas_1421 -op1=Talk-to -ambient=20 -vislevel=0 -recol1s=6273 -recol1d=19028 -recol2s=6272 -recol2d=13638 -recol3s=20933 -recol3d=16809 -recol4s=7329 -recol4d=12581 -recol5s=14724 -recol5d=21098 -recol6s=2340 -recol6d=16914 -retex1s=material_256 -retex1d=material_257 -retex2s=material_228 -retex2d=material_426 -retex3s=material_252 -retex3d=material_273 -name=Iffie -model1=model_25705 -model2=model_393 -model3=model_471 -model4=model_15123 -model5=model_10706 -model6=model_40296 -model7=model_11357 -model8=model_358 -model9=model_25690 -model10=model_25682 -model11=model_25706 -head1=model_39157 -head2=model_38801 -head3=model_38872 -modeloffset8=3,-11,6 -modeloffset9=-3,-11,6 -unknown119=3 - -// 5915 -[npc_5915] -bas=bas_1421 -op1=Talk-to -ambient=20 -vislevel=0 -recol1s=6273 -recol1d=23188 -recol2s=6272 -recol2d=13638 -recol3s=20933 -recol3d=16809 -recol4s=7329 -recol4d=12581 -recol5s=14724 -recol5d=19857 -recol6s=2340 -recol6d=18891 -retex1s=material_256 -retex1d=material_257 -retex2s=material_228 -retex2d=material_426 -retex3s=material_252 -retex3d=material_273 -name=Elsie -model1=model_25705 -model2=model_393 -model3=model_471 -model4=model_15123 -model5=model_10706 -model6=model_12805 -model7=model_11357 -model8=model_358 -model9=model_25690 -model10=model_25682 -model11=model_25706 -head1=model_39157 -head2=model_38801 -head3=model_38872 -modeloffset8=3,-11,6 -modeloffset9=-3,-11,6 -unknown119=3 - -// 5916 -[npc_5916] -bas=bas_93 -vislevel=0 -ambient=20 -recol1s=6342 -recol1d=6275 -recol2s=10401 -recol2d=8356 -recol3s=12610 -recol3d=18988 -recol4s=14724 -recol4d=17931 -recol5s=2340 -recol5d=7396 -name=Cleaner -model1=model_12137 -model2=model_5215 -model3=model_10984 -model4=model_15412 -model5=model_10980 -model6=model_10218 -model7=model_25689 -model8=model_271 -model9=model_8919 -head1=model_39643 -head2=model_39218 -unknown119=3 - -// 5917 -[npc_5917] -bas=bas_94 -size=1 -ambient=20 -vislevel=0 -op5=Shoo-away -name=Stray dog -model1=model_18168 -model2=model_18170 -model3=model_18167 -unknown119=3 - -// 5918 -[npc_5918] -bas=bas_94 -size=1 -ambient=20 -vislevel=0 -op5=Shoo-away -recol1s=8456 -recol1d=8354 -recol2s=13675 -recol2d=12582 -recol3s=6342 -recol3d=6240 -name=Stray dog -model1=model_18168 -model2=model_18170 -model3=model_18167 -unknown119=3 - -// 5919 -[npc_5919] -bas=bas_95 -op2=Attack -op3=Pickpocket -ambient=20 -contrast=15 -vislevel=21 -name=Guard -model1=model_25671 -model2=model_25685 -model3=model_25684 -head1=model_40034 -unknown119=3 - -// 5920 -[npc_5920] -bas=bas_95 -op2=Attack -op3=Pickpocket -ambient=20 -contrast=15 -vislevel=21 -name=Guard -model1=model_25672 -model2=model_25685 -model3=model_25684 -head1=model_40043 -unknown119=3 - -// 5921 -[npc_5921] -bas=bas_95 -ambient=20 -contrast=15 -vislevel=0 -name=Trainee Guard -model1=model_25671 -model2=model_25685 -model3=model_25684 -unknown119=1 - -// 5922 -[npc_5922] -bas=bas_95 -ambient=20 -contrast=15 -vislevel=0 -op1=Talk-to -name=Captain -model1=model_25672 -model2=model_25685 -model3=model_25684 -head1=model_40043 -unknown119=3 - -// 5923 -[npc_5923] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=2340 -recol1d=5280 -recol2s=14724 -recol2d=10534 -recol3s=12610 -recol3d=8420 -recol4s=4228 -recol4d=10534 -recol5s=2114 -recol5d=8420 -recol6s=13344 -recol6d=15922 -retex1s=material_272 -retex1d=material_273 -retex2s=material_251 -retex2d=material_250 -retex3s=material_252 -retex3d=material_273 -name=Man -model1=model_215 -model2=model_249 -model3=model_25676 -model4=model_14373 -model5=model_10218 -model6=model_12138 -model7=model_181 -head1=model_39836 -head2=model_39254 -unknown119=3 - -// 5924 -[npc_5924] -bas=bas_4 -size=1 -op2=Attack -op3=Pickpocket -op1=Talk-to -vislevel=2 -recol1s=28407 -recol1d=17774 -recol2s=23221 -recol2d=19888 -recol3s=21074 -recol3d=14668 -recol4s=15756 -recol4d=22002 -recol5s=14724 -recol5d=13841 -recol6s=6273 -recol6d=29522 -name=Woman -model1=model_390 -model2=model_9361 -model3=model_332 -model4=model_10706 -model5=model_17548 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 5925 -[npc_5925] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=12650 -retex1s=material_228 -retex1d=material_426 -retex2s=material_272 -retex2d=material_252 -name=Benny -model1=model_217 -model2=model_253 -model3=model_25670 -model4=model_25641 -model5=model_177 -model6=model_25666 -model7=model_181 -head1=model_39859 -head2=model_39227 -unknown119=3 - -// 5926 -[npc_5926] -bas=bas_4 -resizeh=128 -resizev=128 -op2=Attack -vislevel=16 -recol1s=7329 -recol1d=2148 -recol2s=14724 -recol2d=3205 -name=Thief -model1=model_208 -model2=model_10304 -model3=model_25675 -model4=model_317 -model5=model_25643 -model6=model_25652 -model7=model_25668 -model8=model_25650 -unknown119=3 - -// 5927 -[npc_5927] -bas=bas_4 -resizeh=134 -resizev=134 -op2=Attack -vislevel=16 -recol1s=6273 -recol1d=26319 -recol2s=32767 -recol2d=1091 -retex1s=material_228 -retex1d=material_426 -name=Thief -model1=model_11111 -model2=model_25661 -model3=model_5215 -model4=model_25677 -model5=model_25645 -model6=model_25654 -model7=model_25669 -model8=model_25651 -unknown119=3 - -// 5928 -[npc_5928] -bas=bas_4 -resizeh=126 -resizev=126 -op2=Attack -vislevel=16 -recol1s=6273 -recol1d=22882 -retex1s=material_228 -retex1d=material_426 -name=Thief -model1=model_16459 -model2=model_25707 -model3=model_25714 -model4=model_25699 -model5=model_25703 -model6=model_25710 -model7=model_25701 -unknown119=3 - -// 5929 -[npc_5929] -bas=bas_4 -resizeh=130 -resizev=130 -op2=Attack -vislevel=16 -recol1s=6273 -recol1d=26319 -retex1s=material_228 -retex1d=material_426 -name=Thief -model1=model_390 -model2=model_25715 -model3=model_25700 -model4=model_25704 -model5=model_25711 -model6=model_25702 -unknown119=3 - -// 5930 -[npc_5930] -bas=bas_510 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=32699 -recol1d=11659 -recol2s=4228 -recol2d=24306 -recol3s=12677 -recol3d=4228 -recol4s=7364 -recol4d=11659 -recol5s=6273 -recol5d=2114 -name=Art Critic Jacques -model1=model_198 -model2=model_14340 -model3=model_249 -model4=model_25678 -model5=model_25646 -model6=model_177 -model7=model_25667 -model8=model_181 -model9=model_25695 -head1=model_39836 -head2=model_39444 -head3=model_39254 -unknown119=3 - -// 5931 -[npc_5931] -bas=bas_518 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=13671 -recol2s=6273 -recol2d=18959 -retex1s=material_228 -retex1d=material_426 -name=Historian Minas -model1=model_25656 -model2=model_6848 -model3=model_25662 -model4=model_250 -model5=model_8970 -model6=model_14175 -model7=model_151 -model8=model_21811 -model9=model_21812 -model10=model_19947 -head1=model_39733 -head2=model_38642 -head3=model_39379 -head4=model_39314 -unknown119=3 - -// 5932 -[npc_5932] -size=1 -turnspeed=0 -op1=Talk-to -vislevel=0 -spotshadow=no -recol1s=6273 -recol1d=17935 -name=Barnabus Hurma -model1=model_25362 -head1=model_40052 -unknown119=3 - -// 5933 -[npc_5933] -size=1 -turnspeed=0 -op1=Talk-to -vislevel=0 -spotshadow=no -name=Marius Giste -model1=model_25362 -head1=model_39915 -head2=model_38096 -unknown119=3 - -// 5934 -[npc_5934] -size=1 -turnspeed=0 -op1=Talk-to -vislevel=0 -spotshadow=no -recol1s=6273 -recol1d=17923 -name=Caden Azro -model1=model_25362 -head1=model_39915 -head2=model_38096 -unknown119=3 - -// 5935 -[npc_5935] -size=1 -turnspeed=0 -op1=Talk-to -vislevel=0 -spotshadow=no -recol1s=17935 -recol1d=6273 -name=Thias Leacke -model1=model_25362 -head1=model_39744 -head2=model_39223 -unknown119=3 - -// 5936 -[npc_5936] -size=1 -turnspeed=0 -op1=Talk-to -vislevel=0 -spotshadow=no -recol1s=6273 -recol1d=28407 -name=Sinco Doar -model1=model_25362 -head1=model_39915 -head2=model_38096 -unknown119=3 - -// 5937 -[npc_5937] -size=1 -turnspeed=0 -op1=Talk-to -vislevel=0 -spotshadow=no -recol1s=6273 -recol1d=22085 -name=Tinse Torpe -model1=model_25362 -head1=model_40052 -unknown119=3 - -// 5938 -[npc_5938] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=17760 -recol2s=14724 -recol2d=13344 -recol3s=2340 -recol3d=7168 -name=Information clerk -model1=model_378 -model2=model_470 -model3=model_332 -model4=model_10706 -model5=model_421 -model6=model_358 -head1=model_39090 -unknown119=3 - -// 5939 -[npc_5939] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=6476 -recol3s=11561 -recol3d=3272 -recol4s=15789 -recol4d=6476 -name=Torrcs -model1=model_206 -model2=model_246 -model3=model_306 -model4=model_164 -model5=model_179 -model6=model_518 -model7=model_541 -model8=model_268 -model9=model_4954 -head1=model_39947 -head2=model_39223 -unknown119=3 - -// 5940 -[npc_5940] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -name=Marfet -model1=model_4115 -model2=model_215 -model3=model_251 -model4=model_4117 -model5=model_4112 -model6=model_4113 -model7=model_534 -model8=model_3470 -model9=model_4116 -model10=model_4114 -head1=model_39836 -head2=model_39412 -head3=model_38096 -unknown119=3 - -// 5941 -[npc_5941] -bas=bas_517 -turnspeed=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Museum guard -model1=model_25655 -model2=model_6848 -model3=model_246 -model4=model_25679 -model5=model_25647 -model6=model_177 -model7=model_25667 -model8=model_181 -head1=model_39733 -head2=model_39223 -head3=model_39466 -unknown119=3 - -// 5942 -[npc_5942] -bas=bas_508 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=7298 -recol1d=0 -name=Museum guard -model1=model_25655 -model2=model_6848 -model3=model_246 -model4=model_25679 -model5=model_25647 -model6=model_177 -model7=model_25667 -model8=model_181 -head1=model_39733 -head2=model_39223 -head3=model_39466 -unknown119=1 - -// 5943 -[npc_5943] -bas=bas_531 -turnspeed=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=7298 -recol1d=0 -name=Museum guard -model1=model_25655 -model2=model_6848 -model3=model_246 -model4=model_25679 -model5=model_25647 -model6=model_177 -model7=model_25667 -model8=model_181 -head1=model_39733 -head2=model_39223 -head3=model_39466 -unknown119=3 - -// 5944 -[npc_5944] -bas=bas_536 -vislevel=0 -op1=Talk-to -name=Teacher and pupil -model1=model_28588 -model2=model_25799 -model3=model_25800 -unknown119=3 - -// 5945 -[npc_5945] -bas=bas_509 -vislevel=0 -op1=Talk-to -recol1s=416 -recol1d=12717 -recol2s=2340 -recol2d=2215 -recol3s=13728 -recol3d=4228 -recol4s=23356 -recol4d=8225 -name=Schoolboy -model1=model_28597 -model2=model_28666 -head1=model_28693 -head2=model_28700 -unknown119=3 - -// 5946 -[npc_5946] -bas=bas_509 -vislevel=0 -op1=Talk-to -recol1s=416 -recol1d=25236 -recol2s=2340 -recol2d=2215 -recol3s=13728 -recol3d=2114 -recol4s=23356 -recol4d=8225 -recol5s=8387 -recol5d=21093 -retex1s=material_294 -retex1d=material_222 -retex2s=material_295 -retex2d=material_306 -retex3s=material_404 -retex3d=material_106 -name=Schoolboy -model1=model_28597 -model2=model_28666 -head1=model_28693 -head2=model_28700 -unknown119=3 - -// 5947 -[npc_5947] -bas=bas_516 -vislevel=0 -op1=Talk-to -name=Teacher and pupil -model1=model_25793 -model2=model_25794 -model3=model_25795 -model4=model_25796 -model5=model_28589 -unknown119=3 - -// 5948 -[npc_5948] -vislevel=1 -name=Teacher and pupil -model1=model_2214 -head1=model_39915 -head2=model_39275 -unknown119=3 - -// 5949 -[npc_5949] -vislevel=1 -name=Schoolboy -model1=model_2214 -head1=model_28691 -unknown119=3 - -// 5950 -[npc_5950] -vislevel=1 -name=Teacher -model1=model_2214 -head1=model_38942 -unknown119=3 - -// 5951 -[npc_5951] -vislevel=1 -name=Schoolgirl -model1=model_2214 -head1=model_28686 -unknown119=3 - -// 5952 -[npc_5952] -bas=bas_532 -size=2 -turnspeed=1024 -vislevel=0 -alwaysontop=yes -retex1s=material_286 -retex1d=material_160 -name=Workman -model1=model_25832 -model2=model_25821 -model3=model_25833 -model4=model_25822 -model5=model_25836 -unknown119=2 - -// 5953 -[npc_5953] -bas=bas_533 -size=2 -turnspeed=1024 -vislevel=0 -alwaysontop=yes -name=Workman -model1=model_25820 -model2=model_25821 -model3=model_25829 -model4=model_25822 -model5=model_25836 -unknown119=2 - -// 5954 -[npc_5954] -bas=bas_534 -size=2 -alwaysontop=yes -vislevel=0 -alwaysontop=yes -name=Workman -model1=model_25837 -model2=model_25840 -model3=model_25838 -unknown119=1 - -// 5955 -[npc_5955] -bas=bas_535 -size=2 -alwaysontop=yes -vislevel=0 -alwaysontop=yes -name=Workman -model1=model_25837 -model2=model_25840 -model3=model_25838 -unknown119=1 - -// 5956 -[npc_5956] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Exchange -recol1s=16704 -recol1d=8418 -recol2s=15856 -recol2d=16708 -recol3s=25098 -recol3d=16708 -name=Void Knight -model1=model_230 -model2=model_252 -model3=model_14568 -model4=model_173 -model5=model_10218 -model6=model_14566 -model7=model_181 -model8=model_14580 -head1=model_39799 -head2=model_39323 -head3=model_38097 -unknown119=3 - -// 5957 -[npc_5957] -bas=bas_509 -vislevel=0 -op1=Talk-to -recol1s=22065 -recol1d=3364 -recol2s=18828 -recol2d=193 -recol3s=12720 -recol3d=18530 -recol4s=8387 -recol4d=23140 -recol5s=6273 -recol5d=24162 -name=Schoolgirl -model1=model_28599 -head1=model_28686 -unknown119=3 - -// 5958 -[npc_5958] -bas=bas_537 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=2340 -recol1d=8526 -recol2s=18464 -recol2d=9440 -recol3s=14724 -recol3d=19948 -recol4s=8526 -recol4d=6413 -recol5s=10640 -recol5d=8527 -recol6s=9473 -recol6d=7296 -retex1s=material_256 -retex1d=material_250 -retex2s=material_359 -retex2d=material_273 -name=Digsite workman -model1=model_215 -model2=model_246 -model3=model_10705 -model4=model_167 -model5=model_179 -model6=model_5218 -model7=model_10723 -model8=model_25696 -unknown119=3 - -// 5959 -[npc_5959] -bas=bas_512 -turnspeed=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Barge workman -model1=model_25809 -model2=model_25808 -model3=model_25816 -unknown119=3 - -// 5960 -[npc_5960] -bas=bas_514 -turnspeed=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Barge workman -model1=model_25811 -model2=model_25810 -model3=model_25817 -unknown119=3 - -// 5961 -[npc_5961] -bas=bas_515 -turnspeed=0 -vislevel=0 -op1=Talk-to -name=Barge workman -model1=model_25815 -model2=model_25814 -model3=model_25818 -unknown119=3 - -// 5962 -[npc_5962] -bas=bas_513 -turnspeed=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Barge workman -model1=model_25813 -model2=model_25812 -model3=model_25801 -model4=model_25802 -unknown119=3 - -// 5963 -[npc_5963] -bas=bas_511 -turnspeed=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Barge foreman -model1=model_25804 -model2=model_25805 -model3=model_25806 -model4=model_25807 -model5=model_25803 -unknown119=3 - -// 5964 -[npc_5964] -bas=bas_102 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=32503 -recol1d=6342 -recol2s=14724 -recol2d=15458 -recol3s=12610 -recol3d=13344 -recol4s=2340 -recol4d=12680 -recol5s=25664 -recol5d=15458 -retex1s=material_202 -retex1d=material_268 -name=Ed Wood -model1=model_15103 -model2=model_217 -model3=model_248 -model4=model_18546 -model5=model_10980 -model6=model_177 -model7=model_18541 -model8=model_21812 -model9=model_19947 -head1=model_39686 -head2=model_39275 -head3=model_39432 -unknown119=3 - -// 5965 -[npc_5965] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=9473 -recol1d=13671 -recol2s=14724 -recol2d=13671 -name=Orlando Smith -model1=model_6364 -model2=model_217 -model3=model_10304 -model4=model_21813 -model5=model_151 -model6=model_179 -model7=model_21812 -model8=model_19947 -head1=model_39686 -head2=model_39387 -head3=model_39245 -unknown119=3 - -// 5966 -[npc_5966] -bas=bas_518 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=13671 -recol2s=6273 -recol2d=18959 -retex1s=material_228 -retex1d=material_426 -name=Natural historian -model1=model_25656 -model2=model_6848 -model3=model_25662 -model4=model_250 -model5=model_8970 -model6=model_14175 -model7=model_151 -model8=model_21811 -model9=model_21812 -model10=model_19947 -head1=model_39733 -head2=model_38642 -head3=model_39379 -head4=model_39314 -unknown119=3 - -// 5967 -[npc_5967] -bas=bas_518 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=13671 -recol2s=6273 -recol2d=18959 -retex1s=material_228 -retex1d=material_426 -name=Natural historian -model1=model_25656 -model2=model_6848 -model3=model_25662 -model4=model_250 -model5=model_8970 -model6=model_14175 -model7=model_151 -model8=model_21811 -model9=model_21812 -model10=model_19947 -head1=model_39733 -head2=model_38642 -head3=model_39379 -head4=model_39314 -unknown119=3 - -// 5968 -[npc_5968] -bas=bas_518 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=13671 -recol2s=6273 -recol2d=18959 -retex1s=material_228 -retex1d=material_426 -name=Natural historian -model1=model_25656 -model2=model_6848 -model3=model_25662 -model4=model_250 -model5=model_8970 -model6=model_14175 -model7=model_151 -model8=model_21811 -model9=model_21812 -model10=model_19947 -head1=model_39733 -head2=model_38642 -head3=model_39379 -head4=model_39314 -unknown119=3 - -// 5969 -[npc_5969] -bas=bas_518 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=14724 -recol1d=13671 -recol2s=6273 -recol2d=18959 -retex1s=material_228 -retex1d=material_426 -name=Natural historian -model1=model_25656 -model2=model_6848 -model3=model_25662 -model4=model_250 -model5=model_8970 -model6=model_14175 -model7=model_151 -model8=model_21811 -model9=model_21812 -model10=model_19947 -head1=model_39733 -head2=model_38642 -head3=model_39379 -head4=model_39314 -unknown119=3 - -// 5970 -[npc_5970] -bas=bas_518 -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=13671 -recol2s=6273 -recol2d=18959 -name=Natural historian -model1=model_25656 -model2=model_6848 -model3=model_238 -model4=model_250 -model5=model_8970 -model6=model_14175 -model7=model_151 -model8=model_21811 -model9=model_21812 -model10=model_19947 -head1=model_39733 -head2=model_38642 -head3=model_39379 -head4=model_39314 -unknown119=3 - -// 5971 -[npc_5971] -bas=bas_522 -vislevel=0 -turnspeed=0 -minimap=no -size=3 -name=Leech display -model1=model_4083 -model2=model_25759 -model3=model_25760 -model4=model_25492 -unknown119=3 - -// 5972 -[npc_5972] -bas=bas_527 -vislevel=0 -turnspeed=0 -minimap=no -size=3 -name=Sea slugs display -model1=model_25739 -model2=model_25740 -model3=model_25741 -model4=model_25742 -model5=model_25743 -model6=model_25744 -unknown119=3 - -// 5973 -[npc_5973] -bas=bas_528 -vislevel=0 -turnspeed=0 -minimap=no -size=3 -name=Snail display -model1=model_25486 -model2=model_25488 -model3=model_25786 -model4=model_25485 -unknown119=3 - -// 5974 -[npc_5974] -bas=bas_525 -vislevel=0 -turnspeed=0 -minimap=no -size=3 -name=Monkey display -model1=model_25871 -model2=model_25786 -model3=model_25785 -model4=model_25787 -unknown119=3 - -// 5975 -[npc_5975] -bas=bas_523 -vislevel=0 -turnspeed=0 -minimap=no -size=4 -name=Lizard display -model1=model_25765 -model2=model_25767 -model3=model_25768 -model4=model_25766 -unknown119=3 - -// 5976 -[npc_5976] -bas=bas_526 -vislevel=0 -turnspeed=0 -minimap=no -size=3 -name=Penguin display -model1=model_25784 -model2=model_41149 -model3=model_25783 -unknown119=3 - -// 5977 -[npc_5977] -bas=bas_520 -vislevel=0 -turnspeed=0 -minimap=no -size=3 -name=Camel display -model1=model_38650 -unknown119=3 - -// 5978 -[npc_5978] -bas=bas_529 -vislevel=0 -turnspeed=0 -minimap=no -size=3 -name=Terrorbird display -model1=model_26857 -model2=model_25746 -model3=model_25747 -model4=model_25748 -model5=model_25492 -unknown119=3 - -// 5979 -[npc_5979] -bas=bas_521 -vislevel=0 -turnspeed=0 -minimap=no -size=5 -name=Dragon display -model1=model_17407 -model2=model_17425 -model3=model_17418 -model4=model_25752 -model5=model_25751 -unknown119=3 - -// 5980 -[npc_5980] -bas=bas_530 -vislevel=0 -turnspeed=0 -minimap=no -size=4 -name=Wyvern display -model1=model_25496 -model2=model_25497 -model3=model_25499 -model4=model_25498 -model5=model_25493 -model6=model_25494 -unknown119=3 - -// 5981 -[npc_5981] -bas=bas_519 -vislevel=0 -turnspeed=0 -minimap=no -size=5 -name=Battle tortoise display -model1=model_25728 -model2=model_25727 -model3=model_25729 -model4=model_25730 -model5=model_25731 -model6=model_25732 -model7=model_25733 -unknown119=3 - -// 5982 -[npc_5982] -bas=bas_524 -vislevel=0 -turnspeed=0 -minimap=no -size=3 -name=Mole display -model1=model_25482 -model2=model_25481 -model3=model_25483 -unknown119=3 - -// 5983 -[npc_5983] -bas=bas_509 -vislevel=0 -op1=Talk-to -recol1s=22065 -recol1d=10578 -recol2s=12720 -recol2d=24068 -recol3s=3171 -recol3d=7298 -recol4s=32736 -recol4d=26216 -recol5s=18828 -recol5d=6352 -recol6s=28573 -recol6d=32403 -name=Schoolgirl -model1=model_28599 -head1=model_28686 -unknown119=3 - -// 5984 -[npc_5984] -bas=bas_509 -vislevel=0 -op1=Talk-to -recol1s=8387 -recol1d=25218 -recol2s=22065 -recol2d=7504 -recol3s=18828 -recol3d=3310 -recol4s=12720 -recol4d=24212 -recol5s=6273 -recol5d=24162 -recol6s=6273 -recol6d=25218 -retex1s=material_231 -retex1d=material_306 -name=Schoolgirl -model1=model_28599 -head1=model_28686 -unknown119=3 - -// 5985 -[npc_5985] -bas=bas_509 -vislevel=0 -op1=Talk-to -recol1s=22065 -recol1d=396 -recol2s=12720 -recol2d=12493 -recol3s=23778 -recol3d=32576 -recol4s=32736 -recol4d=19488 -recol5s=8387 -recol5d=17667 -recol6s=18828 -recol6d=265 -name=Schoolgirl -model1=model_28599 -head1=model_28686 -unknown119=3 - -// 5986 -[npc_5986] -bas=bas_534 -size=2 -alwaysontop=yes -vislevel=0 -alwaysontop=yes -recol1s=14761 -recol1d=8388 -name=Workman -model1=model_25839 -model2=model_25840 -model3=model_25838 -unknown119=1 - -// 5987 -[npc_5987] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=25300 -recol2s=13473 -recol2d=25300 -retex1s=material_228 -retex1d=material_426 -name=Sylas -model1=model_26092 -model2=model_230 -model3=model_15936 -model4=model_26094 -model5=model_26089 -model6=model_10218 -model7=model_26093 -model8=model_26090 -model9=model_26096 -head1=model_39363 -head2=model_39573 -unknown119=3 - -// 5988 -[npc_5988] -bas=bas_775 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=28352 -recol2s=3172 -recol2d=28352 -recol3s=18960 -recol3d=32767 -retex1s=material_262 -retex1d=material_250 -retex2s=material_228 -retex2d=material_426 -retex3s=material_527 -retex3d=material_273 -name=Miazrqa -model1=model_26099 -model2=model_390 -model3=model_26102 -model4=model_26097 -model5=model_26098 -model6=model_26101 -model7=model_358 -head1=model_38936 -head2=model_38785 -unknown119=3 - -// 5989 -[npc_5989] -bas=bas_781 -alwaysontop=yes -vislevel=0 -size=3 -turnspeed=0 -size=3 -alwaysontop=yes -vislevel=0 -op1=Talk-To -turnspeed=0 -alwaysontop=yes -vislevel=0 -name=Grimgnash -model1=model_26077 -model2=model_26076 -model3=model_26079 -head1=model_26088 -unknown119=3 - -// 5990 -[npc_5990] -minimap=no -spotshadow=no -vislevel=1 -name=Rupert the Beard -model1=model_26050 -head1=model_26082 -head2=model_26081 -unknown119=3 - -// 5991 -[npc_5991] -op1=Talk-to -vislevel=0 -minimap=no -spotshadow=no -name=Drain pipe -model1=model_26050 -head1=model_26087 -unknown119=3 - -// 5992 -[npc_5992] -minimap=no -spotshadow=no -vislevel=1 -name=Rupert the Beard -model1=model_26050 -head1=model_26082 -head2=model_26081 -unknown119=3 - -// 5993 -[npc_5993] -bas=bas_776 -size=2 -op2=Attack -alwaysontop=yes -vislevel=109 -name=Experiment No.2 -model1=model_26073 -unknown119=3 - -// 5994 -[npc_5994] -bas=bas_184 -size=4 -op2=Attack -alwaysontop=yes -vislevel=95 -name=Mouse -model1=model_26075 -unknown119=3 - -// 5995 -[npc_5995] -bas=bas_184 -op2=Attack -size=4 -alwaysontop=yes -vislevel=95 -recol1s=14661 -recol1d=9411 -recol2s=18889 -recol2d=10468 -recol3s=25296 -recol3d=13673 -name=Mouse -model1=model_26075 -unknown119=3 - -// 5996 -[npc_5996] -bas=bas_777 -size=4 -op2=Attack -alwaysontop=yes -vislevel=138 -name=Glod -model1=model_26074 -unknown119=3 - -// 5997 -[npc_5997] -bas=bas_781 -size=3 -alwaysontop=yes -vislevel=0 -turnspeed=0 -multivar=varplayerbit_3717 -multinpc=0,npc_5989 -unknown119=3 - -// 5998 -[npc_5998] -bas=bas_2 -alwaysontop=yes -alwaysontop=yes -op1=Talk-to -vislevel=0 -multivar=varplayerbit_3701 -multinpc=0,npc_1957 -multinpc=1,npc_5999 -unknown119=3 - -// 5999 -[npc_5999] -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Rupert the Beard -model1=model_26105 -model2=model_26107 -model3=model_26103 -model4=model_26106 -model5=model_26104 -model6=model_26109 -head1=model_26082 -head2=model_26081 -unknown119=3 - -// 6000 -[npc_6000] -bas=bas_2 -alwaysontop=yes -op1=Talk-to -vislevel=0 -spotshadow=no -multivar=varplayerbit_3711 -multinpc=0,npc_5992 -multinpc=1,npc_6001 -unknown119=3 - -// 6001 -[npc_6001] -op1=Talk-to -vislevel=0 -name=Rupert the Beard -model1=model_26105 -model2=model_26107 -model3=model_26103 -model4=model_26106 -model5=model_26104 -model6=model_26109 -head1=model_26082 -head2=model_26081 -unknown119=3 - -// 6002 -[npc_6002] -bas=bas_778 -size=1 -op1=Talk-to -op3=Pickpocket -turnspeed=0 -op1=Talk-to -vislevel=0 -name=Gnome -model1=model_26110 -model2=model_26108 -unknown119=3 - -// 6003 -[npc_6003] -bas=bas_779 -size=1 -op1=Talk-to -turnspeed=0 -vislevel=0 -recol1s=416 -recol1d=10472 -recol2s=2340 -recol2d=14633 -recol3s=352 -recol3d=13712 -recol4s=13728 -recol4d=10537 -name=Winkin -model1=model_26110 -model2=model_26108 -head1=model_21 -unknown119=3 - -// 6004 -[npc_6004] -bas=bas_780 -size=1 -op1=Talk-to -turnspeed=0 -vislevel=0 -recol1s=416 -recol1d=10400 -recol2s=2340 -recol2d=14625 -recol3s=352 -recol3d=14625 -recol4s=13728 -recol4d=10400 -name=Gnome -model1=model_26110 -model2=model_26108 -unknown119=3 - -// 6005 -[npc_6005] -size=1 -minimap=no -turnspeed=0 -vislevel=0 -name=Cage -model1=model_26108 -unknown119=3 - -// 6006 -[npc_6006] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=8551 -recol1d=17572 -recol2s=7494 -recol2d=13411 -recol3s=6437 -recol3d=11297 -recol4s=5251 -recol4d=9475 -recol5s=7365 -recol5d=10500 -name=Werewolf -model1=model_26176 -model2=model_26187 -model3=model_26180 -head1=model_40057 -unknown119=3 - -// 6007 -[npc_6007] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=5353 -recol1d=4193 -recol2s=7467 -recol2d=4195 -recol3s=3239 -recol3d=3137 -name=Werewolf -model1=model_26176 -model2=model_26185 -model3=model_26179 -head1=model_39751 -unknown119=3 - -// 6008 -[npc_6008] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=6437 -recol1d=13444 -recol2s=7494 -recol2d=11330 -recol3s=8551 -recol3d=9216 -recol4s=13574 -recol4d=17870 -recol5s=14631 -recol5d=19984 -recol6s=15688 -recol6d=22131 -name=Werewolf -model1=model_26175 -model2=model_26187 -model3=model_26178 -head1=model_39958 -unknown119=3 - -// 6009 -[npc_6009] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=15857 -recol1d=6309 -recol2s=13743 -recol2d=5252 -recol3s=11629 -recol3d=3138 -recol4s=3239 -recol4d=15591 -recol5s=5353 -recol5d=14501 -recol6s=7467 -recol6d=13411 -name=Werewolf -model1=model_26174 -model2=model_26185 -model3=model_26182 -head1=model_39890 -unknown119=3 - -// 6010 -[npc_6010] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=15857 -recol1d=6309 -recol2s=13743 -recol2d=5252 -recol3s=11629 -recol3d=3138 -recol4s=8551 -recol4d=6309 -recol5s=7494 -recol5d=5252 -recol6s=6437 -recol6d=3138 -name=Werewolf -model1=model_26176 -model2=model_26187 -model3=model_26180 -head1=model_40016 -unknown119=3 - -// 6011 -[npc_6011] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=8551 -recol1d=21139 -recol2s=7494 -recol2d=20080 -recol3s=6437 -recol3d=17966 -recol4s=15857 -recol4d=21139 -recol5s=13743 -recol5d=20080 -recol6s=11629 -recol6d=17966 -name=Werewolf -model1=model_26174 -model2=model_26187 -model3=model_26182 -head1=model_39890 -unknown119=3 - -// 6012 -[npc_6012] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=8551 -recol1d=4261 -recol2s=7494 -recol2d=3204 -recol3s=6437 -recol3d=2147 -recol4s=15688 -recol4d=13444 -recol5s=14631 -recol5d=11363 -recol6s=13574 -recol6d=9282 -name=Werewolf -model1=model_26176 -model2=model_26187 -model3=model_26178 -head1=model_40016 -unknown119=3 - -// 6013 -[npc_6013] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=7467 -recol1d=15491 -recol2s=5353 -recol2d=13410 -recol3s=3239 -recol3d=11297 -recol4s=8551 -recol4d=21139 -recol5s=7494 -recol5d=20080 -recol6s=6437 -recol6d=17966 -name=Werewolf -model1=model_26174 -model2=model_26185 -model3=model_26180 -head1=model_40057 -unknown119=3 - -// 6014 -[npc_6014] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=24178 -recol1d=3204 -recol2s=19853 -recol2d=2147 -recol3s=13610 -recol3d=1090 -recol4s=15856 -recol4d=14434 -recol5s=11629 -recol5d=15491 -recol6s=8458 -recol6d=16548 -name=Werewolf -model1=model_26166 -model2=model_26170 -model3=model_26169 -head1=model_39139 -unknown119=3 - -// 6015 -[npc_6015] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=24178 -recol1d=21074 -recol2s=19853 -recol2d=19984 -recol3s=13610 -recol3d=17903 -recol4s=11622 -recol4d=14468 -recol5s=23213 -recol5d=13411 -recol6s=16872 -recol6d=11330 -name=Werewolf -model1=model_26164 -model2=model_26172 -model3=model_26167 -head1=model_39021 -unknown119=3 - -// 6016 -[npc_6016] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=15856 -recol1d=17440 -recol2s=11629 -recol2d=12417 -recol3s=8458 -recol3d=7234 -name=Werewolf -model1=model_26165 -model2=model_26170 -model3=model_26168 -head1=model_39137 -unknown119=3 - -// 6017 -[npc_6017] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=23213 -recol1d=21107 -recol2s=16872 -recol2d=19984 -recol3s=11622 -recol3d=17870 -name=Werewolf -model1=model_26166 -model2=model_26171 -model3=model_26167 -head1=model_38940 -unknown119=3 - -// 6018 -[npc_6018] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=24178 -recol1d=16515 -recol2s=19853 -recol2d=15458 -recol3s=13610 -recol3d=14401 -name=Werewolf -model1=model_26164 -model2=model_26172 -model3=model_26169 -head1=model_39092 -unknown119=3 - -// 6019 -[npc_6019] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=24178 -recol1d=3204 -recol2s=19853 -recol2d=2147 -recol3s=13610 -recol3d=1090 -recol4s=15856 -recol4d=14434 -recol5s=11629 -recol5d=15491 -recol6s=8458 -recol6d=16548 -name=Werewolf -model1=model_26166 -model2=model_26170 -model3=model_26169 -head1=model_39139 -unknown119=3 - -// 6020 -[npc_6020] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=15856 -recol1d=17440 -recol2s=11629 -recol2d=12417 -recol3s=8458 -recol3d=7234 -recol4s=24178 -recol4d=17440 -recol5s=19853 -recol5d=12417 -recol6s=13610 -recol6d=7234 -name=Werewolf -model1=model_26164 -model2=model_26170 -model3=model_26169 -head1=model_39021 -unknown119=3 - -// 6021 -[npc_6021] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=24178 -recol1d=17440 -recol2s=19853 -recol2d=12417 -recol3s=13610 -recol3d=7234 -recol4s=23213 -recol4d=4195 -recol5s=16872 -recol5d=5252 -recol6s=11622 -recol6d=6309 -name=Werewolf -model1=model_26165 -model2=model_26172 -model3=model_26167 -head1=model_39137 -unknown119=3 - -// 6022 -[npc_6022] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=24178 -recol1d=16515 -recol2s=19853 -recol2d=15458 -recol3s=13610 -recol3d=14401 -name=Werewolf -model1=model_26164 -model2=model_26172 -model3=model_26169 -head1=model_38940 -unknown119=3 - -// 6023 -[npc_6023] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=24178 -recol1d=16515 -recol2s=19853 -recol2d=15458 -recol3s=13610 -recol3d=14401 -name=Werewolf -model1=model_26164 -model2=model_26172 -model3=model_26169 -head1=model_39092 -unknown119=3 - -// 6024 -[npc_6024] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -recol1s=15856 -recol1d=17440 -recol2s=11629 -recol2d=12417 -recol3s=8458 -recol3d=7234 -recol4s=24178 -recol4d=17440 -recol5s=19853 -recol5d=12417 -recol6s=13610 -recol6d=7234 -name=Werewolf -model1=model_26164 -model2=model_26170 -model3=model_26169 -head1=model_39139 -unknown119=3 - -// 6025 -[npc_6025] -bas=bas_190 -size=1 -op2=Attack -vislevel=88 -name=Werewolf -model1=model_26164 -model2=model_26170 -model3=model_26169 -head1=model_38940 -unknown119=3 - -// 6026 -[npc_6026] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=24 -name=Boris -model1=model_26120 -model2=model_26130 -model3=model_26114 -model4=model_26125 -model5=model_26119 -head1=model_40057 -unknown119=3 - -// 6027 -[npc_6027] -bas=bas_4 -op3=Talk-to -op2=Attack -vislevel=24 -retex1s=material_359 -retex1d=material_254 -name=Imre -model1=model_26121 -model2=model_26131 -model3=model_26115 -model4=model_26126 -model5=model_26119 -head1=model_39751 -unknown119=3 - -// 6028 -[npc_6028] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=24 -retex1s=material_527 -retex1d=material_263 -name=Yuri -model1=model_26122 -model2=model_26132 -model3=model_26116 -model4=model_26127 -model5=model_26119 -head1=model_39958 -unknown119=3 - -// 6029 -[npc_6029] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=24 -retex1s=material_359 -retex1d=material_254 -retex2s=material_252 -retex2d=material_254 -name=Joseph -model1=model_26123 -model2=model_26133 -model3=model_26117 -model4=model_26128 -model5=model_26119 -head1=model_39890 -unknown119=3 - -// 6030 -[npc_6030] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=24 -retex1s=material_359 -retex1d=material_254 -name=Nikolai -model1=model_26124 -model2=model_26134 -model3=model_26118 -model4=model_26129 -model5=model_26119 -head1=model_40016 -unknown119=3 - -// 6031 -[npc_6031] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=24 -retex1s=material_359 -retex1d=material_254 -name=Eduard -model1=model_26123 -model2=model_26130 -model3=model_26115 -model4=model_26125 -model5=model_26119 -head1=model_39890 -unknown119=3 - -// 6032 -[npc_6032] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=24 -retex1s=material_527 -retex1d=material_263 -name=Lev -model1=model_26124 -model2=model_26131 -model3=model_26116 -model4=model_26126 -model5=model_26119 -head1=model_40016 -unknown119=3 - -// 6033 -[npc_6033] -bas=bas_4 -op1=Talk-to -op2=Attack -vislevel=24 -retex1s=material_359 -retex1d=material_254 -name=Georgy -model1=model_26120 -model2=model_26132 -model3=model_26117 -model4=model_26127 -model5=model_26119 -head1=model_40057 -unknown119=3 - -// 6034 -[npc_6034] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -name=Svetlana -model1=model_26143 -model2=model_26152 -model3=model_26136 -model4=model_26147 -model5=model_26141 -head1=model_39139 -unknown119=3 - -// 6035 -[npc_6035] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -name=Irina -model1=model_26144 -model2=model_26153 -model3=model_26137 -model4=model_26148 -model5=model_26141 -head1=model_39021 -unknown119=3 - -// 6036 -[npc_6036] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -name=Alexis -model1=model_26145 -model2=model_26154 -model3=model_26138 -model4=model_26149 -model5=model_26142 -head1=model_39137 -unknown119=3 - -// 6037 -[npc_6037] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -name=Milla -model1=model_26146 -model2=model_26155 -model3=model_26139 -model4=model_26150 -model5=model_26142 -head1=model_38940 -unknown119=3 - -// 6038 -[npc_6038] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -retex1s=material_228 -retex1d=material_426 -name=Galina -model1=model_12141 -model2=model_26156 -model3=model_26140 -model4=model_26151 -model5=model_26142 -head1=model_39092 -unknown119=3 - -// 6039 -[npc_6039] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -name=Sofiya -model1=model_26143 -model2=model_26152 -model3=model_26136 -model4=model_26148 -model5=model_26141 -head1=model_39139 -unknown119=3 - -// 6040 -[npc_6040] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -name=Ksenia -model1=model_26144 -model2=model_26153 -model3=model_26137 -model4=model_26149 -model5=model_26141 -head1=model_39021 -unknown119=3 - -// 6041 -[npc_6041] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -name=Yadviga -model1=model_26145 -model2=model_26154 -model3=model_26138 -model4=model_26150 -model5=model_26142 -head1=model_39137 -unknown119=3 - -// 6042 -[npc_6042] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -name=Nikita -model1=model_26146 -model2=model_26155 -model3=model_26139 -model4=model_26151 -model5=model_26142 -head1=model_38940 -unknown119=3 - -// 6043 -[npc_6043] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -retex1s=material_228 -retex1d=material_426 -name=Vera -model1=model_12141 -model2=model_26156 -model3=model_26140 -model4=model_26147 -model5=model_26142 -head1=model_39092 -unknown119=3 - -// 6044 -[npc_6044] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -name=Zoja -model1=model_26143 -model2=model_26156 -model3=model_26137 -model4=model_26149 -model5=model_26141 -head1=model_39139 -unknown119=3 - -// 6045 -[npc_6045] -bas=bas_664 -op1=Talk-to -op2=Attack -vislevel=24 -name=Liliya -model1=model_26146 -model2=model_26152 -model3=model_26136 -model4=model_26149 -model5=model_26141 -head1=model_38940 -unknown119=3 - -// 6046 -[npc_6046] -bas=bas_97 -size=2 -ambient=30 -resizeh=170 -resizev=170 -op2=Attack -vislevel=73 -recol1s=5284 -recol1d=20080 -recol2s=5285 -recol2d=20017 -recol3s=6341 -recol3d=17966 -recol4s=8455 -recol4d=22196 -recol5s=2081 -recol5d=14795 -recol6s=14763 -recol6d=22196 -name=Big Wolf -model1=model_26264 -unknown119=3 - -// 6047 -[npc_6047] -bas=bas_97 -size=2 -ambient=20 -op2=Attack -vislevel=25 -name=Wolf -model1=model_26266 -unknown119=3 - -// 6048 -[npc_6048] -bas=bas_97 -size=2 -resizeh=120 -resizev=120 -op2=Attack -vislevel=25 -recol1s=20080 -recol1d=22196 -recol2s=23253 -recol2d=29591 -recol3s=28532 -recol3d=32758 -name=Wolf -model1=model_26266 -unknown119=3 - -// 6049 -[npc_6049] -bas=bas_97 -size=2 -resizeh=110 -resizev=110 -op2=Attack -vislevel=25 -recol1s=17966 -recol1d=21139 -recol2s=20080 -recol2d=22196 -recol3s=23253 -recol3d=29591 -recol4s=28532 -recol4d=32758 -name=Wolf -model1=model_26266 -unknown119=3 - -// 6050 -[npc_6050] -bas=bas_97 -size=2 -resizeh=116 -resizev=116 -op2=Attack -vislevel=27 -recol1s=28532 -recol1d=14725 -recol2s=23253 -recol2d=12612 -recol3s=20080 -recol3d=10499 -recol4s=17966 -recol4d=8386 -recol5s=15852 -recol5d=6273 -recol6s=12683 -recol6d=4160 -name=Desert Wolf -model1=model_26266 -unknown119=3 - -// 6051 -[npc_6051] -bas=bas_97 -size=2 -resizeh=110 -resizev=110 -op2=Attack -vislevel=27 -recol1s=28532 -recol1d=17894 -recol2s=23253 -recol2d=14726 -recol3s=20080 -recol3d=12613 -recol4s=17966 -recol4d=10500 -recol5s=15852 -recol5d=8387 -recol6s=12683 -recol6d=6274 -name=Desert Wolf -model1=model_26266 -unknown119=3 - -// 6052 -[npc_6052] -bas=bas_97 -size=2 -ambient=60 -resizeh=120 -resizev=120 -op2=Attack -resizev=110 -resizeh=110 -vislevel=96 -recol1s=17966 -recol1d=21139 -recol2s=20080 -recol2d=22196 -recol3s=23253 -recol3d=29591 -recol4s=28532 -recol4d=32758 -recol5s=15852 -recol5d=19024 -name=Ice wolf -model1=model_26266 -unknown119=3 - -// 6053 -[npc_6053] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Ninja impling -model1=model_26376 -model2=model_26367 -unknown119=3 - -// 6054 -[npc_6054] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Dragon impling -model1=model_26368 -model2=model_26367 -unknown119=3 - -// 6055 -[npc_6055] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Baby impling -model1=model_26366 -model2=model_26367 -unknown119=3 - -// 6056 -[npc_6056] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Young impling -model1=model_26365 -model2=model_26367 -unknown119=3 - -// 6057 -[npc_6057] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Gourmet impling -model1=model_26371 -model2=model_26367 -unknown119=3 - -// 6058 -[npc_6058] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Earth impling -model1=model_26369 -model2=model_26367 -unknown119=3 - -// 6059 -[npc_6059] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Essence impling -model1=model_26372 -model2=model_26367 -unknown119=3 - -// 6060 -[npc_6060] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Eclectic impling -model1=model_26370 -model2=model_26367 -unknown119=3 - -// 6061 -[npc_6061] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Nature impling -model1=model_26375 -model2=model_26367 -unknown119=3 - -// 6062 -[npc_6062] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Magpie impling -model1=model_26373 -model2=model_26367 -unknown119=3 - -// 6063 -[npc_6063] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Ninja impling -model1=model_26376 -model2=model_26367 -unknown119=3 - -// 6064 -[npc_6064] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Dragon impling -model1=model_26368 -model2=model_26367 -unknown119=3 - -// 6065 -[npc_6065] -active=no -vislevel=0 -model1=model_6318 -unknown119=3 - -// 6066 -[npc_6066] -active=no -vislevel=0 -model1=model_6318 -unknown119=3 - -// 6067 -[npc_6067] -active=no -vislevel=0 -model1=model_6318 -unknown119=3 - -// 6068 -[npc_6068] -vislevel=0 -active=no -model1=model_6318 -unknown119=3 - -// 6069 -[npc_6069] -bas=bas_130 -size=1 -vislevel=0 -minimap=no -active=no -recol1s=27551 -recol1d=25664 -model1=model_19982 -unknown119=1 - -// 6070 -[npc_6070] -bas=bas_108 -op1=Talk-to -op3=Trade -op4=Quick-start -vislevel=0 -alwaysontop=yes -recol1s=12514 -recol1d=2215 -recol2s=6470 -recol2d=4329 -recol3s=4356 -recol3d=1158 -recol4s=2242 -recol4d=1158 -recol5s=20013 -recol5d=101 -recol6s=352 -recol6d=1158 -name=Elnock Inquisitor -model1=model_19773 -model2=model_10340 -model3=model_25205 -head1=model_42660 -head2=model_42662 -head3=model_42661 -unknown119=3 - -// 6071 -[npc_6071] -bas=bas_172 -vislevel=0 -size=1 -op1=Talk-to -op3=Quick-leave -alwaysontop=yes -name=Immenizz -model1=model_26374 -head1=model_26278 -unknown119=3 - -// 6072 -[npc_6072] -bas=bas_32 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Fairy Aeryka -model1=model_2857 -head1=model_11 -unknown119=3 - -// 6073 -[npc_6073] -bas=bas_172 -vislevel=1 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Wandering impling -model1=model_26374 -head1=model_26278 -unknown119=3 - -// 6074 -[npc_6074] -bas=bas_130 -size=1 -walksmoothing=no -vislevel=0 -alwaysontop=yes -name=Imp defender -model1=model_26394 -head1=model_20045 -unknown119=3 - -// 6075 -[npc_6075] -bas=bas_1198 -size=1 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -multivar=varplayerbit_3732 -multinpc=0,npc_1685 -unknown119=3 - -// 6076 -[npc_6076] -bas=bas_1198 -size=1 -ambient=35 -contrast=35 -op1=Talk-To -vislevel=0 -recol1s=14861 -recol1d=15950 -multivar=varplayerbit_3732 -multinpc=1,npc_1685 -unknown119=3 - -// 6077 -[npc_6077] -bas=bas_4 -vislevel=0 -multivar=varplayerbit_3733 -multinpc=1,npc_822 -unknown119=3 - -// 6078 -[npc_6078] -bas=bas_61 -size=2 -op2=Attack -alwaysontop=yes -vislevel=56 -recol1s=17864 -recol1d=9546 -recol2s=5282 -recol2d=7432 -name=Cyclops -model1=model_26408 -model2=model_26402 -model3=model_17441 -model4=model_17467 -unknown119=3 - -// 6079 -[npc_6079] -bas=bas_61 -size=2 -op2=Attack -alwaysontop=yes -vislevel=76 -recol1s=17864 -recol1d=9546 -recol2s=11458 -recol2d=11561 -name=Cyclops -model1=model_26410 -model2=model_26403 -model3=model_17440 -model4=model_17466 -unknown119=3 - -// 6080 -[npc_6080] -bas=bas_61 -size=2 -op2=Attack -alwaysontop=yes -vislevel=56 -recol1s=17864 -recol1d=9546 -recol2s=11458 -recol2d=11561 -name=Cyclops -model1=model_26405 -model2=model_26404 -model3=model_17434 -model4=model_17466 -unknown119=3 - -// 6081 -[npc_6081] -bas=bas_61 -size=2 -op2=Attack -alwaysontop=yes -vislevel=76 -recol1s=17864 -recol1d=16776 -recol2s=5282 -recol2d=10502 -name=Cyclops -model1=model_26409 -model2=model_17447 -model3=model_17441 -model4=model_17467 -unknown119=3 - -// 6082 -[npc_6082] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayer_176 -multinpc=7,npc_4475 -multinpc=8,npc_4475 -multinpc=9,npc_4475 -multinpc=10,npc_4475 -unknown119=3 - -// 6083 -[npc_6083] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayer_176 -multinpc=8,npc_4475 -multinpc=9,npc_4475 -multinpc=10,npc_4475 -unknown119=3 - -// 6084 -[npc_6084] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=4234 -recol2s=14724 -recol2d=4334 -recol3s=15856 -recol3d=25098 -recol4s=6273 -recol4d=32767 -retex1s=material_228 -retex1d=material_426 -name=Captain Ned -model1=model_215 -model2=model_253 -model3=model_299 -model4=model_151 -model5=model_10218 -model6=model_263 -model7=model_185 -model8=model_194 -model9=model_9621 -head1=model_39836 -head2=model_39227 -head3=model_39481 -unknown119=1 - -// 6085 -[npc_6085] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=20092 -recol2s=3491 -recol2d=21635 -recol3s=2340 -recol3d=22662 -recol4s=8384 -recol4d=21112 -retex1s=material_257 -retex1d=material_254 -name=Cabin boy Jenkins -model1=model_211 -model2=model_249 -model3=model_292 -model4=model_3667 -model5=model_167 -model6=model_179 -model7=model_271 -model8=model_181 -head1=model_39917 -head2=model_39254 -unknown119=3 - -// 6086 -[npc_6086] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=14724 -recol1d=20092 -recol2s=3491 -recol2d=21635 -recol3s=2340 -recol3d=22662 -recol4s=8384 -recol4d=21112 -name=Cabin boy Jenkins -model1=model_211 -model2=model_249 -model3=model_292 -model4=model_3667 -model5=model_167 -model6=model_179 -model7=model_271 -model8=model_181 -head1=model_39917 -head2=model_39254 -unknown119=1 - -// 6087 -[npc_6087] -bas=bas_77 -size=4 -resizeh=110 -resizev=110 -vislevel=83 -name=Elvarg -model1=model_17404 -model2=model_17406 -model3=model_17405 -unknown119=1 - -// 6088 -[npc_6088] -bas=bas_133 -size=2 -resizeh=64 -resizev=64 -op2=Attack -ambient=15 -vislevel=3 -recol1s=15852 -recol1d=12616 -recol2s=14795 -recol2d=14730 -recol3s=12683 -recol3d=12616 -recol4s=11626 -recol4d=13673 -recol5s=10569 -recol5d=11559 -recol6s=9512 -recol6d=10502 -name=Zombie rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 6089 -[npc_6089] -bas=bas_133 -size=2 -resizeh=64 -resizev=64 -op2=Attack -resizeh=106 -resizev=106 -ambient=15 -vislevel=3 -recol1s=15852 -recol1d=14730 -recol2s=14795 -recol2d=16810 -recol3s=12683 -recol3d=13673 -recol4s=11626 -recol4d=14730 -recol5s=10569 -recol5d=13673 -recol6s=9512 -recol6d=12616 -name=Zombie rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 6090 -[npc_6090] -bas=bas_133 -size=1 -op2=Attack -resizeh=64 -resizev=64 -ambient=15 -vislevel=3 -recol1s=15852 -recol1d=14730 -recol2s=14795 -recol2d=16810 -recol3s=12683 -recol3d=13673 -recol4s=11626 -recol4d=14730 -recol5s=10569 -recol5d=13673 -recol6s=9512 -recol6d=12616 -name=Zombie rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 6091 -[npc_6091] -bas=bas_70 -op2=Attack -ambient=5 -vislevel=22 -recol1s=19023 -recol1d=27378 -recol2s=17966 -recol2d=27378 -recol3s=16909 -recol3d=27378 -recol4s=15852 -recol4d=27378 -recol5s=14795 -recol5d=27378 -recol6s=12683 -recol6d=27378 -name=Skeleton -model1=model_21175 -model2=model_21179 -model3=model_21161 -model4=model_21156 -model5=model_21181 -model6=model_21205 -model7=model_21187 -unknown119=3 - -// 6092 -[npc_6092] -bas=bas_70 -resizeh=132 -resizev=132 -op2=Attack -ambient=5 -vislevel=22 -recol1s=19023 -recol1d=27378 -recol2s=17966 -recol2d=27378 -recol3s=16909 -recol3d=27378 -recol4s=15852 -recol4d=27378 -recol5s=14795 -recol5d=27378 -recol6s=12683 -recol6d=27378 -name=Skeleton -model1=model_21174 -model2=model_21179 -model3=model_21161 -model4=model_21156 -model5=model_21182 -model6=model_21199 -model7=model_21186 -unknown119=3 - -// 6093 -[npc_6093] -bas=bas_71 -resizeh=136 -resizev=136 -op2=Attack -ambient=5 -vislevel=22 -recol1s=19023 -recol1d=27378 -recol2s=17966 -recol2d=27378 -recol3s=16909 -recol3d=27378 -recol4s=15852 -recol4d=27378 -recol5s=14795 -recol5d=27378 -recol6s=12683 -recol6d=27378 -name=Skeleton -model1=model_21175 -model2=model_21178 -model3=model_21160 -model4=model_21156 -model5=model_21182 -model6=model_21199 -model7=model_21188 -unknown119=3 - -// 6094 -[npc_6094] -bas=bas_73 -size=1 -ambient=20 -contrast=20 -op1=Talk-to -op2=Attack -vislevel=19 -name=Ghost -model1=model_21154 -head1=model_21394 -unknown119=3 - -// 6095 -[npc_6095] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op1=Talk-to -op2=Attack -vislevel=19 -name=Ghost -model1=model_21148 -head1=model_21394 -unknown119=3 - -// 6096 -[npc_6096] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op1=Talk-to -op2=Attack -vislevel=19 -name=Ghost -model1=model_21143 -head1=model_39057 -unknown119=3 - -// 6097 -[npc_6097] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op1=Talk-to -op2=Attack -vislevel=19 -name=Ghost -model1=model_21145 -head1=model_39051 -unknown119=3 - -// 6098 -[npc_6098] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op1=Talk-to -op2=Attack -vislevel=19 -name=Ghost -model1=model_21146 -head1=model_38963 -unknown119=3 - -// 6099 -[npc_6099] -bas=bas_38 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_21106 -model2=model_21060 -model3=model_21042 -model4=model_21089 -model5=model_21118 -model6=model_21076 -model7=model_21139 -unknown119=3 - -// 6100 -[npc_6100] -bas=bas_38 -op2=Attack -vislevel=24 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_21106 -model2=model_21060 -model3=model_21042 -model4=model_21089 -model5=model_21118 -model6=model_21076 -model7=model_21139 -unknown119=3 - -// 6101 -[npc_6101] -bas=bas_75 -size=2 -op2=Attack -resizeh=86 -resizev=86 -vislevel=82 -name=Lesser demon -model1=model_17378 -model2=model_26454 -model3=model_17386 -model4=model_17388 -unknown119=3 - -// 6102 -[npc_6102] -bas=bas_4 -op2=Attack -vislevel=132 -name=Lost barbarian -model1=model_26625 -model2=model_214 -model3=model_252 -model4=model_26638 -model5=model_26646 -model6=model_26620 -model7=model_26613 -model8=model_26622 -unknown119=3 - -// 6103 -[npc_6103] -bas=bas_102 -op2=Attack -vislevel=149 -name=Skeleton hero -model1=model_26629 -model2=model_26635 -model3=model_26641 -model4=model_26614 -model5=model_26624 -model6=model_11788 -unknown119=3 - -// 6104 -[npc_6104] -bas=bas_4 -op2=Attack -vislevel=132 -name=Skeleton brute -model1=model_26628 -model2=model_26637 -model3=model_26642 -model4=model_23932 -model5=model_26623 -unknown119=3 - -// 6105 -[npc_6105] -bas=bas_102 -op2=Attack -vislevel=132 -name=Skeleton warlord -model1=model_26631 -model2=model_26636 -model3=model_26641 -model4=model_23932 -model5=model_26624 -model6=model_11788 -unknown119=3 - -// 6106 -[npc_6106] -bas=bas_103 -op2=Attack -vislevel=132 -name=Skeleton heavy -model1=model_26628 -model2=model_26637 -model3=model_26641 -model4=model_23932 -model5=model_26623 -model6=model_11793 -unknown119=3 - -// 6107 -[npc_6107] -bas=bas_4 -op2=Attack -vislevel=132 -name=Skeleton thug -model1=model_26629 -model2=model_26635 -model3=model_26642 -model4=model_26614 -model5=model_26624 -unknown119=3 - -// 6108 -[npc_6108] -bas=bas_251 -size=2 -ambient=40 -op2=Attack -vislevel=2 -name=Entrana firebird -model1=model_26853 -unknown119=3 - -// 6109 -[npc_6109] -bas=bas_91 -size=2 -op2=Attack -vislevel=49 -name=Mounted terrorbird gnome -model1=model_26855 -unknown119=3 - -// 6110 -[npc_6110] -bas=bas_91 -size=2 -op2=Attack -vislevel=49 -recol1s=9573 -recol1d=6402 -recol2s=10598 -recol2d=7427 -name=Mounted terrorbird gnome -model1=model_26855 -unknown119=3 - -// 6111 -[npc_6111] -bas=bas_91 -size=2 -op2=Attack -vislevel=49 -recol1s=9573 -recol1d=6471 -recol2s=10598 -recol2d=8519 -recol3s=32192 -recol3d=32033 -recol4s=26848 -recol4d=31232 -name=Mounted terrorbird gnome -model1=model_26855 -unknown119=3 - -// 6112 -[npc_6112] -bas=bas_1407 -resizeh=64 -resizev=64 -vislevel=0 -minimap=no -name=Ducklings -model1=model_26871 -unknown119=7 - -// 6113 -[npc_6113] -bas=bas_1406 -size=1 -vislevel=0 -minimap=no -name=Duck -model1=model_26870 -unknown119=3 - -// 6114 -[npc_6114] -bas=bas_1406 -size=1 -vislevel=0 -minimap=no -name=Drake -model1=model_26873 -unknown119=3 - -// 6115 -[npc_6115] -bas=bas_1404 -ambient=20 -op2=Attack -vislevel=2 -name=Seagull -model1=model_26874 -unknown119=3 - -// 6116 -[npc_6116] -bas=bas_1404 -ambient=20 -resizeh=148 -resizev=148 -op2=Attack -vislevel=3 -name=Seagull -model1=model_26874 -unknown119=3 - -// 6117 -[npc_6117] -bas=bas_673 -size=5 -vislevel=0 -op1=Talk-to -ambient=20 -name=Mr. Mordaut -model1=model_26896 -model2=model_26898 -model3=model_26895 -model4=model_26897 -model5=model_26894 -head1=model_26906 -unknown119=3 - -// 6118 -[npc_6118] -bas=bas_958 -size=2 -vislevel=0 -op1=Talk-to -turnspeed=0 -recol1s=16809 -recol1d=8421 -recol2s=14695 -recol2d=6307 -recol3s=13638 -recol3d=4193 -recol4s=12581 -recol4d=5250 -name=Observatory assistant -model1=model_26883 -model2=model_26879 -head1=model_39579 -unknown119=1 - -// 6119 -[npc_6119] -bas=bas_4 -vislevel=0 -alwaysontop=yes -multivar=varplayer_112 -multinpc=0,npc_488 -multinpc=1,npc_488 -multinpc=2,npc_488 -multinpc=3,npc_488 -multinpc=4,npc_488 -multinpc=5,npc_488 -unknown119=3 - -// 6120 -[npc_6120] -bas=bas_4 -vislevel=0 -alwaysontop=yes -multivar=varplayer_112 -multinpc=6,npc_488 -multinpc=7,npc_488 -multinpc=8,npc_488 -unknown119=3 - -// 6121 -[npc_6121] -bas=bas_4 -vislevel=0 -size=1 -name=Observatory professor -model1=model_26890 -model2=model_26885 -model3=model_26892 -model4=model_26886 -model5=model_26889 -model6=model_26887 -head1=model_39765 -unknown119=3 - -// 6122 -[npc_6122] -bas=bas_959 -op1=Prod -vislevel=1 -recol1s=7404 -recol1d=303 -recol2s=18923 -recol2d=303 -recol3s=32384 -recol3d=269 -recol4s=28128 -recol4d=172 -name=Sleeping guard -model1=model_24466 -model2=model_24484 -model3=model_24436 -model4=model_24472 -model5=model_24446 -model6=model_24449 -model7=model_24507 -head1=model_24218 -unknown119=1 - -// 6123 -[npc_6123] -bas=bas_961 -vislevel=0 -recol1s=18923 -recol1d=23189 -recol2s=15786 -recol2d=20018 -recol3s=12480 -recol3d=10474 -recol4s=19874 -recol4d=7303 -recol5s=8256 -recol5d=7303 -name=Naghead -model1=model_26901 -model2=model_24487 -model3=model_24435 -model4=model_24474 -model5=model_24442 -model6=model_24451 -unknown119=3 - -// 6124 -[npc_6124] -bas=bas_962 -vislevel=0 -recol1s=15786 -recol1d=11798 -recol2s=18923 -recol2d=9684 -recol3s=8256 -recol3d=138 -recol4s=12480 -recol4d=2252 -recol5s=24242 -recol5d=9584 -recol6s=22128 -recol6d=10675 -name=Wagchin -model1=model_26900 -model2=model_24486 -model3=model_24435 -model4=model_24476 -model5=model_24442 -model6=model_24452 -unknown119=3 - -// 6125 -[npc_6125] -bas=bas_86 -size=1 -ambient=15 -vislevel=0 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24431 -model4=model_24472 -model5=model_24441 -model6=model_24448 -head1=model_24211 -unknown119=2 - -// 6126 -[npc_6126] -bas=bas_86 -size=1 -ambient=15 -vislevel=0 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24431 -model4=model_24472 -model5=model_24441 -model6=model_24448 -head1=model_24211 -unknown119=2 - -// 6127 -[npc_6127] -bas=bas_960 -size=1 -vislevel=0 -op1=Talk-to -name=Greasycheeks -model1=model_24465 -model2=model_24485 -model3=model_24432 -model4=model_24472 -model5=model_24441 -model6=model_24448 -model7=model_24501 -head1=model_24217 -unknown119=3 - -// 6128 -[npc_6128] -bas=bas_963 -size=1 -vislevel=0 -op1=Talk-to -name=Smellytoes -model1=model_24457 -model2=model_24488 -model3=model_24437 -model4=model_24477 -model5=model_24444 -model6=model_24448 -model7=model_26899 -model8=model_24499 -head1=model_24210 -unknown119=3 - -// 6129 -[npc_6129] -bas=bas_965 -size=1 -vislevel=0 -op1=Talk-to -name=Creakyknees -model1=model_24466 -model2=model_24483 -model3=model_24436 -model4=model_24476 -model5=model_24443 -model6=model_24448 -model7=model_24500 -head1=model_24218 -unknown119=3 - -// 6130 -[npc_6130] -bas=bas_964 -vislevel=0 -op1=Talk-to -name=Clothears -model1=model_24427 -unknown119=3 - -// 6131 -[npc_6131] -bas=bas_679 -size=2 -vislevel=0 -recol1s=17998 -recol1d=12717 -recol2s=16941 -recol2d=12717 -recol3s=14827 -recol3d=10603 -recol4s=13770 -recol4d=10603 -recol5s=15884 -recol5d=11660 -name=Zombie -model1=model_27113 -unknown119=3 - -// 6132 -[npc_6132] -bas=bas_675 -size=2 -vislevel=0 -name=Goblin -model1=model_27110 -unknown119=3 - -// 6133 -[npc_6133] -bas=bas_676 -size=2 -vislevel=0 -name=Goblin -model1=model_27111 -unknown119=3 - -// 6134 -[npc_6134] -bas=bas_677 -size=1 -vislevel=0 -name=Dunce -model1=model_27115 -unknown119=3 - -// 6135 -[npc_6135] -bas=bas_390 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -retex1s=material_228 -retex1d=material_426 -name=Town crier -model1=model_27149 -model2=model_27153 -model3=model_27140 -model4=model_27141 -model5=model_27144 -model6=model_2847 -model7=model_27155 -model8=model_27152 -head1=model_40045 -head2=model_39416 -unknown119=3 - -// 6136 -[npc_6136] -bas=bas_390 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=8525 -recol1d=8389 -recol2s=7468 -recol2d=7332 -recol3s=4297 -recol3d=7332 -recol4s=2183 -recol4d=6275 -recol5s=6411 -recol5d=6275 -recol6s=32576 -recol6d=23180 -name=Town crier -model1=model_27149 -model2=model_27153 -model3=model_27140 -model4=model_27141 -model5=model_27144 -model6=model_2847 -model7=model_27155 -model8=model_27152 -head1=model_40045 -head2=model_39416 -unknown119=3 - -// 6137 -[npc_6137] -bas=bas_390 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=8525 -recol1d=13675 -recol2s=7468 -recol2d=12618 -recol3s=4297 -recol3d=10504 -recol4s=2183 -recol4d=6342 -recol5s=6411 -recol5d=11561 -name=Town crier -model1=model_27149 -model2=model_27153 -model3=model_27140 -model4=model_27141 -model5=model_27144 -model6=model_2847 -model7=model_27155 -model8=model_27152 -head1=model_40045 -head2=model_39416 -unknown119=3 - -// 6138 -[npc_6138] -bas=bas_390 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=8525 -recol1d=4234 -recol2s=7468 -recol2d=3177 -recol3s=4297 -recol3d=2120 -recol4s=2183 -recol4d=1062 -recol5s=6411 -recol5d=2120 -name=Town crier -model1=model_27149 -model2=model_27153 -model3=model_27140 -model4=model_27141 -model5=model_27144 -model6=model_2847 -model7=model_27155 -model8=model_27152 -head1=model_40045 -head2=model_39416 -unknown119=3 - -// 6139 -[npc_6139] -bas=bas_390 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=8525 -recol1d=4325 -recol2s=7468 -recol2d=3268 -recol3s=4297 -recol3d=2178 -recol4s=2183 -recol4d=1153 -recol5s=6411 -recol5d=2179 -name=Town crier -model1=model_27149 -model2=model_27153 -model3=model_27140 -model4=model_27141 -model5=model_27144 -model6=model_2847 -model7=model_27155 -model8=model_27152 -head1=model_40045 -head2=model_39416 -unknown119=3 - -// 6140 -[npc_6140] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=25098 -recol1d=15719 -recol2s=16846 -recol2d=4228 -recol3s=16704 -recol3d=5217 -recol4s=14724 -recol4d=6342 -recol5s=8384 -recol5d=4228 -recol6s=6274 -recol6d=3171 -retex1s=material_273 -retex1d=material_252 -retex2s=material_250 -retex2d=material_253 -name=Squire (Intermediate) -model1=model_230 -model2=model_248 -model3=model_301 -model4=model_19329 -model5=model_19332 -model6=model_553 -model7=model_14565 -model8=model_181 -model9=model_8233 -model10=model_27146 -head1=model_39799 -head2=model_39275 -unknown119=3 - -// 6141 -[npc_6141] -bas=bas_29 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=12610 -recol1d=3171 -recol2s=16846 -recol2d=4228 -recol3s=16704 -recol3d=5217 -recol4s=14724 -recol4d=8456 -recol5s=8384 -recol5d=4228 -recol6s=15392 -recol6d=3171 -retex1s=material_268 -retex1d=material_252 -name=Squire (Veteran) -model1=model_391 -model2=model_414 -model3=model_14442 -model4=model_14447 -model5=model_341 -model6=model_10706 -model7=model_14589 -model8=model_14574 -model9=model_358 -model10=model_27134 -head1=model_39068 -head2=model_38861 -modeloffset6=3,-11,6 -unknown119=3 - -// 6142 -[npc_6142] -bas=bas_145 -vislevel=0 -size=3 -op1=hidden -op2=Attack -turnspeed=0 -ambient=40 -name=Portal -model1=model_14533 -model2=model_14527 -model3=model_14528 -unknown119=1 - -// 6143 -[npc_6143] -bas=bas_146 -vislevel=0 -size=3 -op1=hidden -op2=Attack -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=24317 -recol2s=32383 -recol2d=20088 -recol3s=27194 -recol3d=19029 -recol4s=25625 -recol4d=15859 -recol5s=17425 -recol5d=12688 -name=Portal -model1=model_14533 -model2=model_14526 -unknown119=1 - -// 6144 -[npc_6144] -bas=bas_147 -vislevel=0 -size=3 -op1=hidden -op2=Attack -turnspeed=0 -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=32761 -recol2s=32383 -recol2d=32755 -recol3s=27194 -recol3d=27460 -recol4s=25625 -recol4d=32736 -recol5s=17425 -recol5d=26400 -name=Portal -model1=model_14533 -model2=model_14522 -unknown119=1 - -// 6145 -[npc_6145] -bas=bas_147 -vislevel=0 -size=3 -op1=hidden -op2=Attack -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=25607 -recol2s=32383 -recol2d=25673 -recol3s=27194 -recol3d=25738 -recol4s=25625 -recol4d=25901 -recol5s=17425 -recol5d=25901 -name=Portal -model1=model_14533 -model2=model_14523 -model3=model_14524 -model4=model_14525 -unknown119=1 - -// 6146 -[npc_6146] -bas=bas_148 -vislevel=0 -size=3 -op1=hidden -turnspeed=0 -ambient=40 -name=Portal -model1=model_14533 -model2=model_14527 -model3=model_14528 -model4=model_27179 -unknown119=1 - -// 6147 -[npc_6147] -bas=bas_149 -vislevel=0 -size=3 -op1=hidden -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=24317 -recol2s=32383 -recol2d=20088 -recol3s=27194 -recol3d=19029 -recol4s=25625 -recol4d=15859 -recol5s=17425 -recol5d=12688 -name=Portal -model1=model_14533 -model2=model_14526 -model3=model_27179 -unknown119=1 - -// 6148 -[npc_6148] -bas=bas_150 -vislevel=0 -size=3 -op1=hidden -turnspeed=0 -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=32761 -recol2s=32383 -recol2d=32755 -recol3s=27194 -recol3d=27460 -recol4s=25625 -recol4d=32736 -recol5s=17425 -recol5d=26400 -name=Portal -model1=model_14533 -model2=model_14522 -model3=model_27179 -unknown119=1 - -// 6149 -[npc_6149] -bas=bas_150 -vislevel=0 -size=3 -op1=hidden -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=25607 -recol2s=32383 -recol2d=25673 -recol3s=27194 -recol3d=25738 -recol4s=25625 -recol4d=25901 -recol5s=17425 -recol5d=25901 -name=Portal -model1=model_14533 -model2=model_14523 -model3=model_14524 -model4=model_14525 -model5=model_27179 -unknown119=1 - -// 6150 -[npc_6150] -bas=bas_145 -vislevel=0 -size=3 -op1=hidden -op2=Attack -turnspeed=0 -ambient=40 -name=Portal -model1=model_14533 -model2=model_14527 -model3=model_14528 -unknown119=1 - -// 6151 -[npc_6151] -bas=bas_146 -vislevel=0 -size=3 -op1=hidden -op2=Attack -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=24317 -recol2s=32383 -recol2d=20088 -recol3s=27194 -recol3d=19029 -recol4s=25625 -recol4d=15859 -recol5s=17425 -recol5d=12688 -name=Portal -model1=model_14533 -model2=model_14526 -unknown119=1 - -// 6152 -[npc_6152] -bas=bas_147 -vislevel=0 -size=3 -op1=hidden -op2=Attack -turnspeed=0 -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=32761 -recol2s=32383 -recol2d=32755 -recol3s=27194 -recol3d=27460 -recol4s=25625 -recol4d=32736 -recol5s=17425 -recol5d=26400 -name=Portal -model1=model_14533 -model2=model_14522 -unknown119=1 - -// 6153 -[npc_6153] -bas=bas_147 -vislevel=0 -size=3 -op1=hidden -op2=Attack -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=25607 -recol2s=32383 -recol2d=25673 -recol3s=27194 -recol3d=25738 -recol4s=25625 -recol4d=25901 -recol5s=17425 -recol5d=25901 -name=Portal -model1=model_14533 -model2=model_14523 -model3=model_14524 -model4=model_14525 -unknown119=1 - -// 6154 -[npc_6154] -bas=bas_148 -vislevel=0 -size=3 -op1=hidden -turnspeed=0 -ambient=40 -name=Portal -model1=model_14533 -model2=model_14527 -model3=model_14528 -model4=model_27179 -unknown119=1 - -// 6155 -[npc_6155] -bas=bas_149 -vislevel=0 -size=3 -op1=hidden -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=24317 -recol2s=32383 -recol2d=20088 -recol3s=27194 -recol3d=19029 -recol4s=25625 -recol4d=15859 -recol5s=17425 -recol5d=12688 -name=Portal -model1=model_14533 -model2=model_14526 -model3=model_27179 -unknown119=1 - -// 6156 -[npc_6156] -bas=bas_150 -vislevel=0 -size=3 -op1=hidden -turnspeed=0 -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=32761 -recol2s=32383 -recol2d=32755 -recol3s=27194 -recol3d=27460 -recol4s=25625 -recol4d=32736 -recol5s=17425 -recol5d=26400 -name=Portal -model1=model_14533 -model2=model_14522 -model3=model_27179 -unknown119=1 - -// 6157 -[npc_6157] -bas=bas_150 -vislevel=0 -size=3 -op1=hidden -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=25607 -recol2s=32383 -recol2d=25673 -recol3s=27194 -recol3d=25738 -recol4s=25625 -recol4d=25901 -recol5s=17425 -recol5d=25901 -name=Portal -model1=model_14533 -model2=model_14523 -model3=model_14524 -model4=model_14525 -model5=model_27179 -unknown119=1 - -// 6158 -[npc_6158] -bas=bas_4 -size=1 -op2=Hidden -op1=Talk-to -vislevel=120 -recol1s=6273 -recol1d=11525 -retex1s=material_228 -retex1d=material_426 -name=Sir Lucan -model1=model_27126 -model2=model_27195 -model3=model_27203 -head1=model_39839 -head2=model_39381 -head3=model_38096 -unknown119=3 - -// 6159 -[npc_6159] -bas=bas_535 -size=2 -alwaysontop=yes -vislevel=0 -alwaysontop=yes -recol1s=14761 -recol1d=8388 -name=Workman -model1=model_25839 -model2=model_25840 -model3=model_25838 -unknown119=1 - -// 6160 -[npc_6160] -bas=bas_4 -size=1 -op2=Hidden -op1=Talk-to -vislevel=127 -recol1s=6273 -recol1d=11525 -name=Sir Lancelot -model1=model_27191 -model2=model_27195 -model3=model_27203 -head1=model_39747 -head2=model_39281 -unknown119=3 - -// 6161 -[npc_6161] -bas=bas_4 -size=1 -op2=Hidden -op1=Talk-to -vislevel=110 -recol1s=16708 -recol1d=23253 -recol2s=6273 -recol2d=23253 -retex1s=material_228 -retex1d=material_426 -name=Sir Bedivere -model1=model_27191 -model2=model_27202 -head1=model_39747 -head2=model_39281 -unknown119=3 - -// 6162 -[npc_6162] -bas=bas_4 -size=1 -op2=Hidden -op1=Talk-to -vislevel=115 -name=Sir Tristram -model1=model_27127 -model2=model_27195 -model3=model_27203 -head1=model_39718 -unknown119=3 - -// 6163 -[npc_6163] -bas=bas_4 -size=1 -op2=Hidden -op1=Talk-to -vislevel=112 -recol1s=16708 -recol1d=19941 -recol2s=6273 -recol2d=19941 -retex1s=material_228 -retex1d=material_426 -name=Sir Pelleas -model1=model_27125 -model2=model_27196 -model3=model_27203 -head1=model_39747 -head2=model_39254 -unknown119=3 - -// 6164 -[npc_6164] -bas=bas_4 -size=1 -op2=Hidden -op1=Talk-to -vislevel=122 -recol1s=16708 -recol1d=6274 -recol2s=6273 -recol2d=6274 -name=Sir Gawain -model1=model_27125 -model2=model_27194 -model3=model_27203 -head1=model_39747 -head2=model_39254 -unknown119=3 - -// 6165 -[npc_6165] -bas=bas_4 -size=1 -op2=Hidden -op1=Talk-to -vislevel=124 -recol1s=6273 -recol1d=11525 -name=Sir Kay -model1=model_27130 -model2=model_27200 -model3=model_27203 -head1=model_39584 -head2=model_39365 -head3=model_39223 -unknown119=3 - -// 6166 -[npc_6166] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=16708 -recol1d=19941 -recol2s=6273 -recol2d=19941 -retex1s=material_228 -retex1d=material_426 -name=Sir Pelleas -model1=model_27125 -head1=model_39747 -head2=model_39254 -unknown119=3 - -// 6167 -[npc_6167] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=16708 -recol1d=6274 -name=Sir Gawain -model1=model_27125 -head1=model_39747 -head2=model_39254 -unknown119=3 - -// 6168 -[npc_6168] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Sir Kay -model1=model_27130 -head1=model_39584 -head2=model_39365 -head3=model_39223 -unknown119=3 - -// 6169 -[npc_6169] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=25300 -recol2s=2340 -recol2d=11591 -recol3s=16704 -recol3d=14727 -recol4s=15853 -recol4d=23220 -recol5s=8384 -recol5d=9477 -recol6s=5120 -recol6d=7363 -name=Squire -model1=model_191 -model2=model_217 -model3=model_253 -model4=model_297 -model5=model_163 -model6=model_179 -model7=model_553 -model8=model_254 -model9=model_9617 -model10=model_4390 -model11=model_3707 -head1=model_39686 -head2=model_39227 -head3=model_39362 -unknown119=3 - -// 6170 -[npc_6170] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=127 -recol1s=6273 -recol1d=11525 -name=Sir Lancelot -model1=model_27191 -model2=model_27195 -model3=model_27203 -head1=model_39747 -head2=model_39281 -unknown119=3 - -// 6171 -[npc_6171] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=124 -recol1s=6273 -recol1d=11525 -name=Sir Kay -model1=model_27130 -model2=model_27200 -model3=model_27203 -head1=model_39584 -head2=model_39365 -head3=model_39223 -unknown119=3 - -// 6172 -[npc_6172] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=122 -recol1s=16708 -recol1d=6274 -recol2s=6273 -recol2d=6274 -name=Sir Gawain -model1=model_27125 -model2=model_27194 -model3=model_27203 -head1=model_39747 -head2=model_39254 -unknown119=3 - -// 6173 -[npc_6173] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=120 -recol1s=6273 -recol1d=11525 -name=Sir Lucan -model1=model_27126 -model2=model_27195 -model3=model_27203 -head1=model_39839 -head2=model_39381 -head3=model_39246 -unknown119=3 - -// 6174 -[npc_6174] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=41 -recol1s=14724 -recol1d=32759 -recol2s=25098 -recol2d=18855 -retex1s=material_255 -retex1d=material_258 -retex2s=material_228 -retex2d=material_426 -name=Bandit -model1=model_6086 -model2=model_6087 -model3=model_292 -model4=model_173 -model5=model_6090 -model6=model_181 -model7=model_176 -model8=model_6099 -model9=model_523 -head1=model_39799 -head2=model_39490 -head3=model_39182 -unknown119=3 - -// 6175 -[npc_6175] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=115 -name=Sir Tristram -model1=model_27127 -model2=model_27195 -model3=model_27203 -head1=model_39718 -unknown119=3 - -// 6176 -[npc_6176] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=112 -recol1s=16708 -recol1d=19941 -recol2s=6273 -recol2d=19941 -retex1s=material_228 -retex1d=material_426 -name=Sir Pelleas -model1=model_27125 -model2=model_27196 -model3=model_27203 -head1=model_39747 -head2=model_39254 -unknown119=3 - -// 6177 -[npc_6177] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=110 -recol1s=16708 -recol1d=23253 -retex1s=material_228 -retex1d=material_426 -name=Sir Bedivere -model1=model_27191 -model2=model_27202 -head1=model_39747 -head2=model_38096 -unknown119=3 - -// 6178 -[npc_6178] -bas=bas_240 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recol1s=6273 -recol1d=32192 -recol2s=14724 -recol2d=19488 -recol3s=2340 -recol3d=288 -recol4s=14724 -recol4d=31808 -recol5s=15856 -recol5d=25098 -recol6s=20041 -recol6d=19488 -name=Anna -model1=model_390 -model2=model_417 -model3=model_11360 -model4=model_332 -model5=model_353 -model6=model_419 -model7=model_361 -head1=model_38982 -unknown119=3 - -// 6179 -[npc_6179] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=10632 -recol2s=15856 -recol2d=25098 -recol3s=2340 -recol3d=9605 -recol4s=6273 -recol4d=32576 -name=David -model1=model_215 -model2=model_246 -model3=model_14577 -model4=model_170 -model5=model_176 -model6=model_267 -model7=model_185 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 6180 -[npc_6180] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=32192 -recol2s=14724 -recol2d=19488 -recol3s=2340 -recol3d=288 -recol4s=14724 -recol4d=31808 -recol5s=15856 -recol5d=25098 -recol6s=20041 -recol6d=19488 -name=Anna -model1=model_390 -model2=model_417 -model3=model_11360 -model4=model_332 -model5=model_10706 -model6=model_419 -model7=model_361 -head1=model_38982 -unknown119=3 - -// 6181 -[npc_6181] -bas=bas_79 -vislevel=0 -name=Court judge -model1=model_25362 -head1=model_39752 -unknown119=3 - -// 6182 -[npc_6182] -bas=bas_4 -vislevel=0 -minimap=no -size=1 -spotshadow=no -name=Jury -model1=model_27192 -unknown119=3 - -// 6183 -[npc_6183] -bas=bas_107 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_206 -retex1d=material_63 -name=Guard -model1=model_28872 -model2=model_28867 -model3=model_28868 -head1=model_39836 -head2=model_39501 -head3=model_39276 -unknown119=3 - -// 6184 -[npc_6184] -bas=bas_107 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_206 -retex1d=material_63 -name=Guard -model1=model_28875 -model2=model_28867 -model3=model_28868 -head1=model_39836 -head2=model_39501 -head3=model_39223 -unknown119=3 - -// 6185 -[npc_6185] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=28534 -recol1d=35 -recol2s=32758 -recol2d=101 -recol3s=32764 -recol3d=134 -recol4s=14724 -recol4d=133 -recol5s=6342 -recol5d=0 -recol6s=7298 -recol6d=0 -retex1s=material_228 -retex1d=material_426 -name=Prosecutor -model1=model_14466 -model2=model_246 -model3=model_27563 -model4=model_10301 -model5=model_10218 -model6=model_20142 -model7=model_181 -head1=model_39900 -unknown119=3 - -// 6186 -[npc_6186] -bas=bas_4 -alwaysontop=yes -op1=Talk-to -vislevel=0 -multivar=varplayerbit_3907 -multinpc=1,npc_806 -multinpc=2,npc_807 -multinpc=3,npc_808 -multinpc=4,npc_809 -multinpc=5,npc_810 -multinpc=6,npc_811 -unknown119=3 - -// 6187 -[npc_6187] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=6273 -recol1d=0 -recol2s=8352 -recol2d=5285 -recol3s=14724 -recol3d=5285 -recol4s=2340 -recol4d=5285 -recol5s=7298 -recol5d=0 -name=Morgan Le Faye -model1=model_390 -model2=model_27555 -model3=model_353 -model4=model_27556 -model5=model_14589 -model6=model_414 -head1=model_39066 -head2=model_38861 -modeloffset4=3,-11,6 -unknown119=3 - -// 6188 -[npc_6188] -bas=bas_237 -size=1 -op2=Hidden -vislevel=37 -name=Renegade knight -model1=model_27129 -model2=model_25685 -head1=model_39806 -unknown119=3 - -// 6189 -[npc_6189] -bas=bas_4 -size=1 -op2=Attack -alwaysontop=yes -vislevel=33 -recol1s=16846 -recol1d=2114 -recol2s=9473 -recol2d=2114 -recol3s=6342 -recol3d=2114 -recol4s=11561 -recol4d=0 -recol5s=15789 -recol5d=2114 -recol6s=7298 -recol6d=2114 -name=Black Knight -model1=model_218 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_185 -model7=model_518 -unknown119=3 - -// 6190 -[npc_6190] -bas=bas_1035 -ambient=20 -contrast=15 -turnspeed=0 -vislevel=0 -alwaysontop=yes -name=Guard -model1=model_27131 -model2=model_27198 -model3=model_27201 -head1=model_40034 -unknown119=3 - -// 6191 -[npc_6191] -bas=bas_4 -alwaysontop=yes -op1=Talk-to -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_3888 -multinpc=0,npc_812 -multinpc=90,npc_812 -unknown119=3 - -// 6192 -[npc_6192] -bas=bas_4 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_3888 -multinpc=0,npc_814 -multinpc=90,npc_814 -unknown119=3 - -// 6193 -[npc_6193] -bas=bas_4 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_3888 -multinpc=0,npc_815 -multinpc=90,npc_815 -unknown119=3 - -// 6194 -[npc_6194] -bas=bas_4 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_3888 -multinpc=0,npc_816 -multinpc=90,npc_816 -unknown119=3 - -// 6195 -[npc_6195] -bas=bas_4 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_3888 -multinpc=0,npc_817 -multinpc=90,npc_817 -unknown119=3 - -// 6196 -[npc_6196] -bas=bas_4 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_3888 -multinpc=0,npc_818 -multinpc=90,npc_818 -unknown119=3 - -// 6197 -[npc_6197] -bas=bas_4 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_3888 -multinpc=0,npc_819 -multinpc=90,npc_819 -unknown119=3 - -// 6198 -[npc_6198] -bas=bas_4 -vislevel=0 -minimap=no -size=1 -name=Sinclair -model1=model_27192 -unknown119=3 - -// 6199 -[npc_6199] -bas=bas_1034 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_3888 -multinpc=5,npc_6178 -multinpc=10,npc_6178 -multinpc=15,npc_6178 -multinpc=20,npc_6178 -multinpc=25,npc_6178 -multinpc=30,npc_6178 -multinpc=35,npc_6178 -multinpc=40,npc_6178 -unknown119=3 - -// 6200 -[npc_6200] -bas=bas_92 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=2340 -recol1d=12618 -recol2s=14724 -recol2d=12618 -recol3s=16846 -recol3d=25098 -recol4s=6273 -recol4d=11561 -name=Banker -model1=model_215 -model2=model_246 -model3=model_292 -model4=model_162 -model5=model_176 -model6=model_254 -model7=model_181 -model8=model_320 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 6201 -[npc_6201] -bas=bas_542 -turnspeed=0 -size=2 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=8455 -recol2s=25098 -recol2d=27347 -name=Knight -model1=model_27744 -model2=model_27735 -model3=model_27741 -head1=model_39897 -head2=model_39212 -unknown119=1 - -// 6202 -[npc_6202] -bas=bas_542 -size=2 -turnspeed=0 -vislevel=1 -multivar=varplayerbit_3936 -multinpc=0,npc_6201 -unknown119=1 - -// 6203 -[npc_6203] -bas=bas_545 -size=5 -resizeh=110 -resizev=110 -op2=Attack -alwaysontop=yes -vislevel=650 -name=K'ril Tsutsaroth -model1=model_27768 -model2=model_27773 -model3=model_27764 -model4=model_27765 -model5=model_27770 -unknown119=3 - -// 6204 -[npc_6204] -bas=bas_75 -size=3 -resizeh=110 -resizev=110 -op2=Attack -vislevel=145 -name=Tstanon Karlak -model1=model_27775 -model2=model_27767 -model3=model_27763 -unknown119=3 - -// 6205 -[npc_6205] -minimap=no -size=3 -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6206 -[npc_6206] -bas=bas_75 -size=2 -resizeh=86 -resizev=86 -op2=Attack -vislevel=142 -name=Zakl'n Gritch -model1=model_27776 -model2=model_27769 -model3=model_27766 -unknown119=3 - -// 6207 -[npc_6207] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6208 -[npc_6208] -bas=bas_75 -size=3 -op2=Attack -vislevel=151 -name=Balfrug Kreeyath -model1=model_27772 -model2=model_27771 -model3=model_27774 -unknown119=3 - -// 6209 -[npc_6209] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6210 -[npc_6210] -bas=bas_229 -size=2 -op2=Attack -resizeh=90 -resizev=90 -alwaysontop=yes -vislevel=127 -name=Hellhound -model1=model_26252 -unknown119=3 - -// 6211 -[npc_6211] -bas=bas_130 -op2=Attack -size=1 -alwaysontop=yes -vislevel=7 -name=Imp -model1=model_27780 -head1=model_20045 -unknown119=3 - -// 6212 -[npc_6212] -bas=bas_190 -size=1 -resizeh=150 -resizev=150 -op2=Attack -alwaysontop=yes -vislevel=93 -recol1s=2340 -recol1d=11561 -recol2s=14724 -recol2d=10240 -recol3s=6273 -recol3d=8324 -name=Werewolf -model1=model_26158 -unknown119=3 - -// 6213 -[npc_6213] -bas=bas_190 -size=1 -resizeh=150 -resizev=150 -op2=Attack -alwaysontop=yes -vislevel=93 -recol1s=2340 -recol1d=11561 -recol2s=14724 -recol2d=10240 -recol3s=6273 -recol3d=8324 -name=Werewolf -model1=model_26159 -unknown119=3 - -// 6214 -[npc_6214] -bas=bas_4 -size=1 -resizeh=140 -resizev=140 -op2=Attack -alwaysontop=yes -vislevel=77 -recol1s=25098 -recol1d=14763 -recol2s=15856 -recol2d=18991 -recol3s=7298 -recol3d=14763 -recol4s=2340 -recol4d=8422 -retex1s=material_438 -retex1d=material_59 -name=Vampire -model1=model_4089 -model2=model_315 -model3=model_33034 -model4=model_4088 -model5=model_275 -model6=model_33033 -unknown119=3 - -// 6215 -[npc_6215] -bas=bas_538 -size=2 -ambient=25 -op2=Attack -alwaysontop=yes -vislevel=81 -recolhsl1s=4416 -recolhsl1d=424 -recolhsl2s=4411 -recolhsl2d=416 -recolhsl3s=4407 -recolhsl3d=411 -name=Bloodveld -model1=model_33712 -unknown119=3 - -// 6216 -[npc_6216] -bas=bas_8 -size=1 -ambient=40 -contrast=56 -op2=Attack -ambient=60 -contrast=60 -alwaysontop=yes -vislevel=48 -name=Pyrefiend -model1=model_34385 -unknown119=3 - -// 6217 -[npc_6217] -bas=bas_8 -size=1 -ambient=40 -contrast=56 -op2=Attack -vislevel=13 -name=Icefiend -model1=model_33842 -unknown119=3 - -// 6218 -[npc_6218] -bas=bas_230 -size=2 -resizeh=100 -resizev=100 -op2=Attack -alwaysontop=yes -vislevel=149 -name=Gorak -model1=model_28253 -unknown119=3 - -// 6219 -[npc_6219] -bas=bas_4 -resizeh=132 -resizev=132 -alwaysontop=yes -op2=Attack -vislevel=115 -recol1s=25098 -recol1d=0 -recol2s=7398 -recol2d=19618 -recol3s=8453 -recol3d=12322 -recol4s=6340 -recol4d=10241 -recol5s=9509 -recol5d=8226 -recol6s=5283 -recol6d=6178 -retex1s=material_313 -retex1d=material_268 -retex2s=material_254 -retex2d=material_302 -name=Spiritual warrior -model1=model_8387 -model2=model_447 -model3=model_6698 -model4=model_6681 -model5=model_1898 -model6=model_486 -model7=model_6692 -model8=model_8935 -modeloffset4=3,-11,6 -modeloffset5=-3,-11,6 -unknown119=3 - -// 6220 -[npc_6220] -bas=bas_4 -resizeh=126 -resizev=126 -alwaysontop=yes -op2=Attack -vislevel=118 -recol1s=14724 -recol1d=16482 -recol2s=10501 -recol2d=14368 -recol3s=7398 -recol3d=14368 -recol4s=3170 -recol4d=6144 -recol5s=12894 -recol5d=6144 -recol6s=25098 -recol6d=0 -retex1s=material_313 -retex1d=material_268 -name=Spiritual ranger -model1=model_8381 -model2=model_286 -model3=model_5222 -model4=model_27749 -model5=model_8918 -model6=model_563 -model7=model_7609 -model8=model_7607 -unknown119=3 - -// 6221 -[npc_6221] -bas=bas_4 -resizeh=132 -resizev=132 -alwaysontop=yes -op2=Attack -vislevel=121 -recol1s=2340 -recol1d=16482 -recol2s=14724 -recol2d=16482 -recol3s=6273 -recol3d=32767 -recol4s=12894 -recol4d=16482 -recol5s=7398 -recol5d=16482 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_313 -retex3d=material_268 -name=Spiritual mage -model1=model_8381 -model2=model_292 -model3=model_170 -model4=model_4953 -model5=model_544 -model6=model_256 -model7=model_286 -unknown119=3 - -// 6222 -[npc_6222] -bas=bas_540 -size=5 -op2=Attack -alwaysontop=yes -vislevel=580 -name=Kree'arra -model1=model_28003 -model2=model_28004 -unknown119=3 - -// 6223 -[npc_6223] -bas=bas_539 -size=2 -op2=Attack -vislevel=143 -name=Wingman Skree -model1=model_28044 -model2=model_28054 -model3=model_28037 -model4=model_28069 -model5=model_28081 -model6=model_28083 -model7=model_28079 -unknown119=3 - -// 6224 -[npc_6224] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6225 -[npc_6225] -bas=bas_539 -size=2 -op2=Attack -vislevel=149 -name=Flockleader Geerin -model1=model_28018 -model2=model_28028 -model3=model_28006 -model4=model_28063 -unknown119=3 - -// 6226 -[npc_6226] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6227 -[npc_6227] -bas=bas_539 -size=2 -op2=Attack -vislevel=159 -name=Flight Kilisa -model1=model_28015 -model2=model_28025 -model3=model_28012 -model4=model_28073 -model5=model_28072 -unknown119=3 - -// 6228 -[npc_6228] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6229 -[npc_6229] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=123 -name=Spiritual warrior -model1=model_28058 -model2=model_28082 -model3=model_28085 -unknown119=3 - -// 6230 -[npc_6230] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=127 -name=Spiritual ranger -model1=model_28059 -model2=model_28086 -model3=model_28081 -unknown119=3 - -// 6231 -[npc_6231] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=122 -name=Spiritual mage -model1=model_28060 -unknown119=3 - -// 6232 -[npc_6232] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=69 -name=Aviansie -model1=model_28040 -model2=model_28055 -model3=model_28031 -model4=model_28082 -model5=model_28085 -unknown119=3 - -// 6233 -[npc_6233] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=79 -name=Aviansie -model1=model_28040 -model2=model_28048 -model3=model_28039 -model4=model_28065 -model5=model_28084 -unknown119=3 - -// 6234 -[npc_6234] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=84 -name=Aviansie -model1=model_28040 -model2=model_28052 -model3=model_28034 -model4=model_28080 -model5=model_28081 -unknown119=3 - -// 6235 -[npc_6235] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=83 -name=Aviansie -model1=model_28043 -model2=model_28053 -model3=model_28035 -model4=model_28086 -model5=model_28061 -unknown119=3 - -// 6236 -[npc_6236] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=92 -name=Aviansie -model1=model_28046 -model2=model_28051 -model3=model_28038 -model4=model_28066 -model5=model_28084 -unknown119=3 - -// 6237 -[npc_6237] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=97 -name=Aviansie -model1=model_28041 -model2=model_28050 -model3=model_28033 -model4=model_28085 -model5=model_28066 -unknown119=3 - -// 6238 -[npc_6238] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=137 -name=Aviansie -model1=model_28042 -model2=model_28047 -model3=model_28032 -model4=model_28084 -unknown119=3 - -// 6239 -[npc_6239] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=148 -name=Aviansie -model1=model_28045 -model2=model_28049 -model3=model_28036 -model4=model_28085 -unknown119=3 - -// 6240 -[npc_6240] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=71 -name=Aviansie -model1=model_28016 -model2=model_28023 -model3=model_28010 -model4=model_28077 -model5=model_28075 -unknown119=3 - -// 6241 -[npc_6241] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=73 -name=Aviansie -model1=model_28016 -model2=model_28022 -model3=model_28014 -model4=model_28068 -model5=model_28064 -unknown119=3 - -// 6242 -[npc_6242] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=79 -name=Aviansie -model1=model_28016 -model2=model_28029 -model3=model_28009 -model4=model_28074 -model5=model_28063 -unknown119=3 - -// 6243 -[npc_6243] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=89 -name=Aviansie -model1=model_28017 -model2=model_28030 -model3=model_28011 -model4=model_28062 -model5=model_28076 -unknown119=3 - -// 6244 -[npc_6244] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=94 -name=Aviansie -model1=model_28019 -model2=model_28026 -model3=model_28007 -model4=model_28072 -model5=model_28064 -unknown119=3 - -// 6245 -[npc_6245] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=97 -name=Aviansie -model1=model_28021 -model2=model_28024 -model3=model_28008 -model4=model_28076 -unknown119=3 - -// 6246 -[npc_6246] -bas=bas_539 -size=2 -alwaysontop=yes -op2=Attack -vislevel=131 -name=Aviansie -model1=model_28020 -model2=model_28027 -model3=model_28013 -model4=model_28075 -model5=model_28072 -unknown119=3 - -// 6247 -[npc_6247] -bas=bas_544 -size=2 -op2=Attack -alwaysontop=yes -vislevel=596 -name=Commander Zilyana -model1=model_28057 -model2=model_28071 -model3=model_28078 -model4=model_28056 -unknown119=3 - -// 6248 -[npc_6248] -bas=bas_232 -size=2 -resizeh=110 -resizev=110 -ambient=25 -op2=Attack -vislevel=149 -name=Starlight -model1=model_27761 -unknown119=3 - -// 6249 -[npc_6249] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6250 -[npc_6250] -bas=bas_543 -size=3 -ambient=20 -op2=Attack -resizeh=144 -resizev=144 -vislevel=139 -name=Growler -model1=model_27718 -unknown119=3 - -// 6251 -[npc_6251] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6252 -[npc_6252] -bas=bas_233 -size=2 -ambient=25 -op2=Attack -vislevel=146 -name=Bree -model1=model_28254 -unknown119=3 - -// 6253 -[npc_6253] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6254 -[npc_6254] -bas=bas_4 -op2=Attack -alwaysontop=yes -vislevel=113 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_426 -name=Saradomin priest -model1=model_27746 -model2=model_27733 -model3=model_27725 -model4=model_27740 -unknown119=3 - -// 6255 -[npc_6255] -bas=bas_4 -resizeh=128 -resizev=128 -op2=Attack -alwaysontop=yes -vislevel=125 -recol1s=14724 -recol1d=12759 -recol2s=8386 -recol2d=15928 -recol3s=6272 -recol3d=2251 -recol4s=32736 -recol4d=32756 -recol5s=6342 -recol5d=2251 -recol6s=7398 -recol6d=12759 -retex1s=material_313 -retex1d=material_268 -name=Spiritual warrior -model1=model_8381 -model2=model_284 -model3=model_3379 -model4=model_4953 -model5=model_11793 -model6=model_486 -model7=model_268 -model8=model_27749 -unknown119=3 - -// 6256 -[npc_6256] -bas=bas_4 -resizeh=126 -resizev=126 -op2=Attack -alwaysontop=yes -vislevel=122 -recol1s=14724 -recol1d=12759 -recol2s=8386 -recol2d=15928 -recol3s=6272 -recol3d=2251 -recol4s=32736 -recol4d=32756 -recol5s=25098 -recol5d=22159 -recol6s=7398 -recol6d=12759 -retex1s=material_313 -retex1d=material_268 -name=Spiritual ranger -model1=model_8387 -model2=model_18547 -model3=model_14447 -model4=model_340 -model5=model_563 -model6=model_7616 -modeloffset4=3,-11,6 -unknown119=3 - -// 6257 -[npc_6257] -bas=bas_4 -resizeh=130 -resizev=130 -resizeh=130 -resizev=130 -op2=Attack -alwaysontop=yes -vislevel=120 -recol1s=14724 -recol1d=12759 -recol2s=8386 -recol2d=15928 -recol3s=6272 -recol3d=2251 -recol4s=7398 -recol4d=12759 -recol5s=23216 -recol5d=22159 -recol6s=2340 -recol6d=1351 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_313 -retex3d=material_268 -name=Spiritual mage -model1=model_8381 -model2=model_284 -model3=model_5028 -model4=model_27749 -model5=model_4953 -model6=model_554 -model7=model_4844 -unknown119=3 - -// 6258 -[npc_6258] -bas=bas_546 -op2=Attack -ambient=25 -ambient=25 -vislevel=103 -recol1s=13344 -recol1d=2214 -name=Knight of Saradomin -model1=model_27745 -model2=model_27736 -model3=model_27751 -model4=model_10318 -unknown119=3 - -// 6259 -[npc_6259] -bas=bas_4 -op2=Attack -ambient=25 -vislevel=101 -recol1s=12686 -recol1d=13777 -recol2s=11629 -recol2d=11663 -recol3s=10572 -recol3d=8494 -recol4s=19028 -recol4d=21138 -recol5s=17970 -recol5d=19023 -recol6s=15856 -recol6d=16910 -retex1s=material_264 -retex1d=material_302 -name=Knight of Saradomin -model1=model_27743 -model2=model_27736 -model3=model_27751 -model4=model_27730 -unknown119=3 - -// 6260 -[npc_6260] -bas=bas_541 -size=4 -resizeh=110 -resizev=110 -op2=Attack -alwaysontop=yes -vislevel=624 -name=General Graardor -model1=model_27785 -model2=model_27789 -unknown119=3 - -// 6261 -[npc_6261] -bas=bas_231 -op2=Attack -ambient=20 -vislevel=141 -name=Sergeant Strongstack -model1=model_27794 -model2=model_24425 -unknown119=3 - -// 6262 -[npc_6262] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6263 -[npc_6263] -bas=bas_231 -op2=Attack -ambient=20 -vislevel=142 -name=Sergeant Steelwill -model1=model_27793 -model2=model_27792 -unknown119=3 - -// 6264 -[npc_6264] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6265 -[npc_6265] -bas=bas_231 -op2=Attack -ambient=20 -vislevel=142 -name=Sergeant Grimspike -model1=model_27795 -unknown119=3 - -// 6266 -[npc_6266] -minimap=no -vislevel=0 -spotshadow=no -name= -model1=model_7766 -unknown119=3 - -// 6267 -[npc_6267] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=hidden -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 6268 -[npc_6268] -bas=bas_200 -size=2 -op2=Attack -alwaysontop=yes -vislevel=58 -recol1s=25098 -recol1d=10688 -recol2s=23357 -recol2d=5378 -recol3s=17927 -recol3d=10688 -name=Jogre -model1=model_10282 -model2=model_10280 -model3=model_10281 -unknown119=3 - -// 6269 -[npc_6269] -bas=bas_61 -size=2 -op2=Attack -alwaysontop=yes -vislevel=81 -recol1s=22196 -recol1d=23286 -recol2s=20081 -recol2d=20115 -recol3s=19024 -recol3d=19058 -recol4s=17967 -recol4d=18001 -recol5s=16910 -recol5d=12716 -recol6s=9444 -recol6d=10468 -name=Cyclops -model1=model_26407 -model2=model_28268 -model3=model_28270 -model4=model_28271 -unknown119=3 - -// 6270 -[npc_6270] -bas=bas_61 -size=2 -op2=Attack -alwaysontop=yes -vislevel=81 -name=Cyclops -model1=model_26406 -model2=model_28269 -model3=model_28270 -model4=model_28271 -unknown119=3 - -// 6271 -[npc_6271] -bas=bas_104 -size=1 -op2=Attack -alwaysontop=yes -vislevel=107 -name=Ork -model1=model_27783 -model2=model_27782 -unknown119=3 - -// 6272 -[npc_6272] -bas=bas_104 -size=1 -op2=Attack -alwaysontop=yes -vislevel=107 -name=Ork -model1=model_27787 -model2=model_27786 -unknown119=3 - -// 6273 -[npc_6273] -bas=bas_104 -size=1 -op2=Attack -alwaysontop=yes -vislevel=107 -recol1s=8452 -recol1d=8421 -recol2s=7395 -recol2d=7364 -recol3s=5281 -recol3d=5250 -recol4s=16910 -recol4d=24275 -recol5s=15853 -recol5d=23218 -recol6s=13739 -recol6d=22161 -name=Ork -model1=model_27783 -model2=model_27786 -unknown119=3 - -// 6274 -[npc_6274] -bas=bas_104 -size=1 -op2=Attack -alwaysontop=yes -vislevel=107 -recol1s=8452 -recol1d=4226 -recol2s=7395 -recol2d=3169 -recol3s=5281 -recol3d=1088 -name=Ork -model1=model_27787 -model2=model_27782 -unknown119=3 - -// 6275 -[npc_6275] -bas=bas_88 -size=1 -resizeh=140 -resizev=140 -op2=Attack -alwaysontop=yes -vislevel=47 -recol1s=16742 -recol1d=11592 -recol2s=16708 -recol2d=10535 -recol3s=13571 -recol3d=9478 -recol4s=20997 -recol4d=15789 -recol5s=7232 -recol5d=96 -recol6s=8289 -recol6d=97 -name=Hobgoblin -model1=model_10334 -unknown119=3 - -// 6276 -[npc_6276] -bas=bas_104 -size=1 -op2=Attack -alwaysontop=yes -vislevel=115 -name=Spiritual ranger -model1=model_27784 -model2=model_28267 -model3=model_16317 -unknown119=3 - -// 6277 -[npc_6277] -bas=bas_104 -size=1 -op2=Attack -alwaysontop=yes -vislevel=134 -name=Spiritual warrior -model1=model_27790 -unknown119=3 - -// 6278 -[npc_6278] -bas=bas_104 -size=1 -op2=Attack -alwaysontop=yes -vislevel=121 -name=Spiritual mage -model1=model_27788 -unknown119=3 - -// 6279 -[npc_6279] -bas=bas_86 -op2=Attack -ambient=20 -op2=Attack -alwaysontop=yes -vislevel=17 -name=Goblin -model1=model_27802 -model2=model_27796 -model3=model_27811 -model4=model_27799 -model5=model_27808 -model6=model_27806 -model7=model_24498 -unknown119=3 - -// 6280 -[npc_6280] -bas=bas_86 -op2=Attack -ambient=20 -op2=Attack -alwaysontop=yes -vislevel=12 -recol1s=15821 -recol1d=18891 -recol2s=13707 -recol2d=15754 -recol3s=12650 -recol3d=14697 -recol4s=9511 -recol4d=10632 -recol5s=8454 -recol5d=9575 -name=Goblin -model1=model_27804 -model2=model_27797 -model3=model_27810 -model4=model_27799 -model5=model_27808 -model6=model_27805 -model7=model_24505 -unknown119=3 - -// 6281 -[npc_6281] -bas=bas_199 -ambient=20 -op2=attack -op2=Attack -alwaysontop=yes -vislevel=12 -recol1s=15821 -recol1d=17932 -recol2s=13707 -recol2d=15818 -recol3s=12650 -recol3d=14761 -recol4s=9511 -recol4d=11560 -recol5s=8454 -recol5d=10503 -name=Goblin -model1=model_27803 -model2=model_27798 -model3=model_27809 -model4=model_27800 -model5=model_27808 -model6=model_27807 -model7=model_27801 -unknown119=3 - -// 6282 -[npc_6282] -bas=bas_87 -op2=Attack -ambient=20 -op2=Attack -alwaysontop=yes -vislevel=15 -recol1s=15821 -recol1d=15852 -recol2s=13707 -recol2d=14793 -recol3s=12650 -recol3d=13736 -recol4s=9511 -recol4d=8489 -recol5s=8454 -recol5d=7432 -name=Goblin -model1=model_27803 -model2=model_27798 -model3=model_27809 -model4=model_27800 -model5=model_27808 -model6=model_27807 -model7=model_24507 -unknown119=3 - -// 6283 -[npc_6283] -bas=bas_86 -op2=Attack -ambient=20 -op2=Attack -alwaysontop=yes -vislevel=13 -recol1s=15821 -recol1d=8422 -recol2s=13707 -recol2d=7365 -recol3s=12650 -recol3d=6308 -recol4s=9511 -recol4d=4193 -recol5s=8454 -recol5d=3136 -name=Goblin -model1=model_27804 -model2=model_27797 -model3=model_27810 -model4=model_27799 -model5=model_27808 -model6=model_27806 -model7=model_24502 -unknown119=3 - -// 6284 -[npc_6284] -size=2 -active=no -vislevel=0 -spotshadow=no -model1=model_6318 -unknown119=3 - -// 6285 -[npc_6285] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -name=Warped terrorbird -model1=model_28333 -model2=model_28338 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6286 -[npc_6286] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -name=Warped terrorbird -model1=model_28331 -model2=model_28337 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6287 -[npc_6287] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -name=Warped terrorbird -model1=model_28332 -model2=model_28340 -model3=model_28334 -model4=model_28336 -unknown119=3 - -// 6288 -[npc_6288] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -name=Warped terrorbird -model1=model_28332 -model2=model_28341 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6289 -[npc_6289] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -name=Warped terrorbird -model1=model_28331 -model2=model_28339 -model3=model_28334 -model4=model_28336 -unknown119=3 - -// 6290 -[npc_6290] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -name=Warped terrorbird -model1=model_28333 -model2=model_28338 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6291 -[npc_6291] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -name=Warped terrorbird -model1=model_28332 -model2=model_28337 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6292 -[npc_6292] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -name=Warped terrorbird -model1=model_28331 -model2=model_28340 -model3=model_28334 -model4=model_28336 -unknown119=3 - -// 6293 -[npc_6293] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=143 -name=Warped terrorbird -model1=model_28331 -model2=model_28340 -model3=model_28334 -model4=model_28336 -unknown119=3 - -// 6294 -[npc_6294] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=143 -name=Warped terrorbird -model1=model_28333 -model2=model_28337 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6295 -[npc_6295] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=143 -name=Warped terrorbird -model1=model_28332 -model2=model_28338 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6296 -[npc_6296] -bas=bas_1227 -size=3 -contrast=15 -ambient=15 -op2=Attack -vislevel=96 -name=Warped tortoise -model1=model_28345 -unknown119=3 - -// 6297 -[npc_6297] -bas=bas_1227 -size=3 -contrast=15 -ambient=15 -op2=Attack -vislevel=96 -recol1s=8448 -recol1d=8454 -recol2s=6336 -recol2d=7397 -recol3s=4224 -recol3d=7397 -recol4s=16872 -recol4d=11590 -recol5s=21098 -recol5d=14761 -recol6s=22155 -recol6d=15818 -name=Warped tortoise -model1=model_28345 -unknown119=3 - -// 6298 -[npc_6298] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2340 -recol1d=8354 -recol2s=14724 -recol2d=8354 -recol3s=6273 -recol3d=28295 -recol4s=32735 -recol4d=13539 -recol5s=15856 -recol5d=25098 -retex1s=material_252 -retex1d=material_258 -retex2s=material_228 -retex2d=material_426 -name=Jeffery -model1=model_215 -model2=model_246 -model3=model_305 -model4=model_25856 -model5=model_19329 -model6=model_19332 -model7=model_12138 -model8=model_181 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 6299 -[npc_6299] -size=2 -vislevel=0 -alwaysontop=yes -minimap=no -turnspeed=0 -op1=Push -name=Big monolith -model1=model_28343 -unknown119=1 - -// 6300 -[npc_6300] -size=1 -vislevel=0 -alwaysontop=yes -minimap=no -turnspeed=0 -op1=Push -name=Small monolith -model1=model_28344 -unknown119=1 - -// 6301 -[npc_6301] -vislevel=0 -name=Cute creature -model1=model_16956 -model2=model_16954 -unknown119=3 - -// 6302 -[npc_6302] -op2=Attack -vislevel=0 -name=Evil creature -model1=model_16957 -model2=model_16955 -unknown119=3 - -// 6303 -[npc_6303] -bas=bas_108 -vislevel=0 -recol1s=416 -recol1d=1327 -recol2s=7300 -recol2d=1327 -name=Yewnock the engineer -model1=model_28304 -model2=model_28306 -model3=model_28305 -head1=model_16979 -unknown119=1 - -// 6304 -[npc_6304] -bas=bas_108 -vislevel=0 -recol1s=384 -recol1d=3144 -recol2s=13728 -recol2d=2147 -name=Bolrie -model1=model_28301 -model2=model_2909 -model3=model_28307 -head1=model_16978 -unknown119=1 - -// 6305 -[npc_6305] -bas=bas_108 -size=1 -vislevel=0 -alwaysontop=yes -recol1s=1285 -recol1d=21826 -recol2s=416 -recol2d=15618 -recol3s=21960 -recol3d=9412 -recol4s=21205 -recol4d=15618 -recol5s=28471 -recol5d=20017 -recol6s=25098 -recol6d=11526 -name=Hazelmere -model1=model_17023 -model2=model_17001 -model3=model_2917 -model4=model_17022 -model5=model_28298 -head1=model_16967 -head2=model_16981 -unknown119=3 - -// 6306 -[npc_6306] -bas=bas_108 -vislevel=0 -recol1s=384 -recol1d=3144 -recol2s=13728 -recol2d=2147 -name=Bolrie -model1=model_28303 -model2=model_2909 -model3=model_28307 -unknown119=1 - -// 6307 -[npc_6307] -bas=bas_108 -size=1 -vislevel=0 -recol1s=416 -recol1d=10242 -recol2s=1285 -recol2d=10245 -recol3s=21205 -recol3d=8192 -recol4s=10669 -recol4d=13607 -recol5s=8555 -recol5d=12550 -recol6s=6441 -recol6d=11493 -name=Advisor -model1=model_17024 -model2=model_17002 -model3=model_17274 -head1=model_16978 -unknown119=3 - -// 6308 -[npc_6308] -bas=bas_108 -vislevel=0 -recol1s=15392 -recol1d=10504 -recol2s=1105 -recol2d=7168 -recol3s=416 -recol3d=0 -name=King Argenthorg -model1=model_28299 -model2=model_16985 -model3=model_14805 -model4=model_17033 -head1=model_28311 -unknown119=1 - -// 6309 -[npc_6309] -bas=bas_108 -vislevel=0 -recol1s=15392 -recol1d=10504 -recol2s=1105 -recol2d=7168 -recol3s=416 -recol3d=0 -name=Prince Argenthorg -model1=model_28302 -model2=model_16985 -model3=model_14805 -model4=model_17033 -head1=model_28311 -unknown119=1 - -// 6310 -[npc_6310] -bas=bas_239 -vislevel=0 -multivar=varplayerbit_2504 -multinpc=0,npc_6311 -multinpc=1,npc_6312 -multinpc=2,npc_1957 -unknown119=3 - -// 6311 -[npc_6311] -vislevel=0 -name=Cute creature -model1=model_16956 -model2=model_16954 -unknown119=3 - -// 6312 -[npc_6312] -op2=Attack -vislevel=0 -name=Evil creature -model1=model_16957 -model2=model_16955 -unknown119=3 - -// 6313 -[npc_6313] -bas=bas_1223 -size=2 -contrast=15 -ambient=15 -vislevel=0 -name=Terrorbird servant -model1=model_28346 -unknown119=3 - -// 6314 -[npc_6314] -bas=bas_1223 -size=2 -contrast=15 -ambient=15 -vislevel=0 -name=Guard no. 21 -model1=model_28346 -head1=model_28312 -unknown119=1 - -// 6315 -[npc_6315] -bas=bas_1224 -size=2 -contrast=15 -ambient=15 -vislevel=0 -name=Guard no. 72 -model1=model_28346 -head1=model_28312 -unknown119=1 - -// 6316 -[npc_6316] -bas=bas_1225 -size=2 -contrast=15 -ambient=15 -vislevel=0 -name=Guard no. 21 -model1=model_28346 -head1=model_28312 -unknown119=1 - -// 6317 -[npc_6317] -bas=bas_1225 -size=2 -contrast=15 -ambient=15 -vislevel=0 -name=Guard no. 72 -model1=model_28346 -head1=model_28312 -unknown119=1 - -// 6318 -[npc_6318] -bas=bas_108 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=3363 -recol1d=3204 -recol2s=416 -recol2d=10637 -recol3s=22163 -recol3d=7431 -recol4s=1313 -recol4d=8490 -recol5s=6502 -recol5d=14831 -recol6s=11624 -recol6d=8522 -name=Longramble -model1=model_17013 -model2=model_14177 -model3=model_2917 -model4=model_14824 -head1=model_16972 -unknown119=3 - -// 6319 -[npc_6319] -active=no -vislevel=0 -model1=model_6318 -unknown119=3 - -// 6320 -[npc_6320] -size=2 -turnspeed=0 -minimap=no -alwaysontop=yes -vislevel=0 -name=Spirit tree -model1=model_8110 -head1=model_28552 -unknown119=1 - -// 6321 -[npc_6321] -size=2 -turnspeed=0 -minimap=no -alwaysontop=yes -vislevel=0 -name=Spirit tree -model1=model_8110 -head1=model_28553 -unknown119=1 - -// 6322 -[npc_6322] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28333 -model2=model_28338 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6323 -[npc_6323] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28331 -model2=model_28337 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6324 -[npc_6324] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28332 -model2=model_28340 -model3=model_28334 -model4=model_28336 -unknown119=3 - -// 6325 -[npc_6325] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28332 -model2=model_28341 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6326 -[npc_6326] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28331 -model2=model_28339 -model3=model_28334 -model4=model_28336 -unknown119=3 - -// 6327 -[npc_6327] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28333 -model2=model_28338 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6328 -[npc_6328] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28332 -model2=model_28337 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6329 -[npc_6329] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=81 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28331 -model2=model_28340 -model3=model_28334 -model4=model_28336 -unknown119=3 - -// 6330 -[npc_6330] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=143 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28331 -model2=model_28340 -model3=model_28334 -model4=model_28336 -unknown119=3 - -// 6331 -[npc_6331] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=143 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28333 -model2=model_28337 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6332 -[npc_6332] -bas=bas_1226 -size=2 -contrast=15 -ambient=15 -op2=Attack -size=2 -alwaysontop=yes -vislevel=143 -recol1s=12717 -recol1d=10599 -recol2s=9612 -recol2d=12713 -recol3s=13677 -recol3d=10634 -recol4s=32722 -recol4d=29488 -recol5s=27443 -recol5d=26286 -recol6s=22159 -recol6d=24168 -name=Warped terrorbird -model1=model_28332 -model2=model_28338 -model3=model_28334 -model4=model_28335 -unknown119=3 - -// 6333 -[npc_6333] -bas=bas_239 -vislevel=0 -multivar=varplayerbit_3973 -multinpc=1,npc_6311 -multinpc=2,npc_6312 -unknown119=3 - -// 6334 -[npc_6334] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2243 -recol1d=8482 -recol2s=4357 -recol2d=9539 -recol3s=7363 -recol3d=11589 -name=Child -model1=model_28604 -model2=model_28645 -model3=model_28661 -model4=model_28611 -model5=model_28613 -model6=model_28675 -head1=model_28688 -unknown119=3 - -// 6335 -[npc_6335] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=11590 -recol1d=14796 -recol2s=7300 -recol2d=5319 -recol3s=9414 -recol3d=6376 -name=Child -model1=model_28609 -model2=model_28630 -model3=model_28662 -model4=model_28611 -model5=model_28621 -model6=model_28674 -head1=model_28684 -unknown119=3 - -// 6336 -[npc_6336] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -name=Child -model1=model_28604 -model2=model_28630 -model3=model_28661 -model4=model_28611 -model5=model_28612 -model6=model_28675 -head1=model_28688 -unknown119=3 - -// 6337 -[npc_6337] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=22191 -recol1d=3237 -recol2s=19020 -recol2d=5351 -recol3s=20077 -recol3d=4294 -recol4s=21134 -recol4d=3237 -recol5s=7363 -recol5d=13603 -name=Child -model1=model_28608 -model2=model_28641 -model3=model_28650 -model4=model_28611 -model5=model_28616 -model6=model_28671 -head1=model_28694 -unknown119=3 - -// 6338 -[npc_6338] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=4357 -recol1d=6275 -recol2s=2243 -recol2d=7332 -recol3s=7363 -recol3d=4228 -name=Child -model1=model_28605 -model2=model_28637 -model3=model_28663 -model4=model_28611 -model5=model_28623 -model6=model_28668 -head1=model_28682 -unknown119=3 - -// 6339 -[npc_6339] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=4357 -recol1d=5184 -recol2s=2243 -recol2d=4128 -recol3s=6471 -recol3d=6241 -recol4s=11590 -recol4d=8518 -name=Child -model1=model_28607 -model2=model_28648 -model3=model_28654 -model4=model_28611 -model5=model_28622 -model6=model_28668 -head1=model_28695 -unknown119=3 - -// 6340 -[npc_6340] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=14596 -recol2s=2243 -recol2d=8482 -recol3s=4357 -recol3d=9539 -recol4s=7363 -recol4d=4228 -name=Child -model1=model_28604 -model2=model_28645 -model3=model_28661 -model4=model_28611 -model5=model_28613 -model6=model_28675 -head1=model_28689 -unknown119=3 - -// 6341 -[npc_6341] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=14596 -recol2s=7363 -recol2d=4260 -recol3s=11590 -recol3d=14796 -recol4s=7300 -recol4d=5319 -recol5s=9414 -recol5d=6376 -name=Child -model1=model_28609 -model2=model_28630 -model3=model_28662 -model4=model_28611 -model5=model_28621 -model6=model_28674 -head1=model_28690 -unknown119=3 - -// 6342 -[npc_6342] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=14596 -recol2s=7363 -recol2d=4228 -name=Child -model1=model_28604 -model2=model_28630 -model3=model_28661 -model4=model_28611 -model5=model_28612 -model6=model_28675 -head1=model_28689 -unknown119=3 - -// 6343 -[npc_6343] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=14596 -recol2s=22191 -recol2d=3237 -recol3s=19020 -recol3d=5351 -recol4s=20077 -recol4d=4294 -recol5s=21134 -recol5d=3237 -recol6s=7363 -recol6d=4228 -name=Child -model1=model_28608 -model2=model_28641 -model3=model_28650 -model4=model_28611 -model5=model_28616 -model6=model_28671 -head1=model_28685 -unknown119=3 - -// 6344 -[npc_6344] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=14596 -recol2s=4357 -recol2d=6275 -recol3s=2243 -recol3d=7332 -recol4s=7363 -recol4d=4228 -name=Child -model1=model_28605 -model2=model_28637 -model3=model_28663 -model4=model_28611 -model5=model_28623 -model6=model_28668 -head1=model_28681 -unknown119=3 - -// 6345 -[npc_6345] -bas=bas_165 -size=1 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=14596 -recol2s=7363 -recol2d=4228 -recol3s=4357 -recol3d=9280 -recol4s=2243 -recol4d=8224 -recol5s=6471 -recol5d=10337 -name=Child -model1=model_28607 -model2=model_28648 -model3=model_28654 -model4=model_28611 -model5=model_28622 -model6=model_28668 -head1=model_28697 -unknown119=3 - -// 6346 -[npc_6346] -bas=bas_35 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -name=Pirate -model1=model_28783 -model2=model_28796 -model3=model_28750 -model4=model_28758 -model5=model_28777 -model6=model_28804 -model7=model_28764 -head1=model_39767 -head2=model_39259 -unknown119=3 - -// 6347 -[npc_6347] -bas=bas_35 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -name=Pirate -model1=model_28790 -model2=model_28799 -model3=model_28749 -model4=model_28758 -model5=model_28772 -model6=model_28810 -model7=model_28763 -head1=model_39941 -head2=model_38097 -head3=model_39482 -unknown119=3 - -// 6348 -[npc_6348] -bas=bas_40 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -retex1s=material_255 -retex1d=material_292 -retex2s=material_251 -retex2d=material_277 -name=Pirate -model1=model_28785 -model2=model_28792 -model3=model_28755 -model4=model_28758 -model5=model_28769 -model6=model_28808 -model7=model_28759 -head1=model_39696 -head2=model_39553 -unknown119=3 - -// 6349 -[npc_6349] -bas=bas_35 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -name=Pirate -model1=model_28781 -model2=model_28794 -model3=model_28752 -model4=model_28758 -model5=model_28771 -model6=model_28807 -model7=model_28764 -head1=model_39974 -head2=model_39424 -unknown119=3 - -// 6350 -[npc_6350] -bas=bas_35 -size=1 -op1=Talk-to -op2=Attack -vislevel=23 -name=Pirate -model1=model_28838 -model2=model_28842 -model3=model_28824 -model4=model_28826 -model5=model_28837 -model6=model_28846 -model7=model_28831 -head1=model_39111 -unknown119=3 - -// 6351 -[npc_6351] -bas=bas_35 -size=1 -op2=Attack -vislevel=26 -name=Pirate -model1=model_28779 -model2=model_28795 -model3=model_28751 -model4=model_28756 -model5=model_28768 -model6=model_28807 -head1=model_39941 -head2=model_39399 -head3=model_39240 -unknown119=3 - -// 6352 -[npc_6352] -bas=bas_35 -size=1 -op2=Attack -vislevel=26 -name=Pirate -model1=model_28784 -model2=model_28801 -model3=model_28748 -model4=model_28758 -model5=model_28775 -model6=model_28810 -model7=model_28764 -head1=model_39224 -head2=model_39800 -unknown119=3 - -// 6353 -[npc_6353] -bas=bas_35 -size=1 -op2=Attack -vislevel=26 -recolhsl1s=6798 -recolhsl1d=6312 -retex1s=material_262 -retex1d=material_253 -name=Pirate -model1=model_28782 -model2=model_28793 -model3=model_28751 -model4=model_28758 -model5=model_28770 -model6=model_28805 -model7=model_28762 -head1=model_39941 -head2=model_39399 -head3=model_39180 -unknown119=3 - -// 6354 -[npc_6354] -bas=bas_35 -size=1 -op2=Attack -vislevel=26 -name=Pirate -model1=model_28787 -model2=model_28800 -model3=model_28754 -model4=model_28758 -model5=model_28768 -model6=model_28807 -model7=model_28763 -head1=model_39785 -head2=model_39313 -unknown119=3 - -// 6355 -[npc_6355] -bas=bas_35 -size=1 -op2=Attack -vislevel=26 -name=Pirate -model1=model_28778 -model2=model_28791 -model3=model_28755 -model4=model_28758 -model5=model_28766 -model6=model_28804 -model7=model_28765 -unknown119=3 - -// 6356 -[npc_6356] -bas=bas_35 -size=1 -op2=Attack -vislevel=26 -name=Pirate -model1=model_28839 -model2=model_28845 -model3=model_28824 -model4=model_28851 -model5=model_28836 -model6=model_28852 -model7=model_28829 -head1=model_39111 -unknown119=3 - -// 6357 -[npc_6357] -bas=bas_165 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25200 -recol1d=14596 -recol2s=7363 -recol2d=3104 -name=Street urchin -model1=model_28604 -model2=model_28644 -model3=model_28655 -model4=model_28610 -model5=model_28626 -model6=model_28672 -model7=model_28665 -head1=model_28689 -unknown119=3 - -// 6358 -[npc_6358] -bas=bas_165 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25200 -recol1d=14596 -recol2s=7363 -recol2d=3104 -name=Street urchin -model1=model_28602 -model2=model_28628 -model3=model_28649 -model4=model_28610 -model5=model_28620 -model6=model_28672 -head1=model_28696 -unknown119=3 - -// 6359 -[npc_6359] -bas=bas_165 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25200 -recol1d=14596 -recol2s=7363 -recol2d=3104 -name=Street urchin -model1=model_28605 -model2=model_28632 -model3=model_28659 -model4=model_28610 -model5=model_28614 -model6=model_28672 -head1=model_28681 -unknown119=3 - -// 6360 -[npc_6360] -bas=bas_165 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25200 -recol1d=14596 -recol2s=8460 -recol2d=16877 -recol3s=13742 -recol3d=15820 -recol4s=5287 -recol4d=14763 -recol5s=7363 -recol5d=5249 -recol6s=7363 -recol6d=3104 -name=Street urchin -model1=model_28605 -model2=model_28632 -model3=model_28659 -model4=model_28610 -model5=model_28614 -model6=model_28672 -head1=model_28681 -unknown119=3 - -// 6361 -[npc_6361] -bas=bas_165 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=25200 -recol1d=14596 -recol2s=7363 -recol2d=3104 -recol3s=32760 -recol3d=25362 -recol4s=29560 -recol4d=25362 -name=Street urchin -model1=model_28609 -model2=model_28635 -model3=model_28655 -model4=model_28610 -model5=model_28626 -model6=model_28672 -head1=model_28690 -unknown119=3 - -// 6362 -[npc_6362] -bas=bas_26 -size=1 -resizeh=120 -resizev=120 -op1=Talk-to -op3=Bank -op4=Collect -vislevel=0 -alwaysontop=yes -name=Eniola -model1=model_33302 -model2=model_20862 -model3=model_33300 -head1=model_39857 -head2=model_39344 -unknown119=3 - -// 6363 -[npc_6363] -bas=bas_4 -alwaysontop=yes -op2=Attack -vislevel=84 -recol1s=23080 -recol1d=11296 -recol2s=24072 -recol2d=11296 -recol3s=11525 -recol3d=14434 -recol4s=8453 -recol4d=11296 -recol5s=7330 -recol5d=7201 -recol6s=7298 -recol6d=14434 -retex1s=material_369 -retex1d=material_291 -retex2s=material_247 -retex2d=material_249 -retex3s=material_248 -retex3d=material_303 -retex4s=material_327 -retex4d=material_302 -retex5s=material_228 -retex5d=material_249 -retex6s=material_255 -retex6d=material_291 -name=Zamorak warrior -model1=model_6653 -model2=model_4117 -model3=model_151 -model4=model_14847 -model5=model_10318 -model6=model_12848 -model7=model_4116 -model8=model_185 -unknown119=3 - -// 6364 -[npc_6364] -bas=bas_4 -alwaysontop=yes -op2=Attack -vislevel=85 -recol1s=7398 -recol1d=11297 -recol2s=10568 -recol2d=8225 -recol3s=10569 -recol3d=11297 -recol4s=11626 -recol4d=11297 -recol5s=9512 -recol5d=8225 -recol6s=9444 -recol6d=7333 -retex1s=material_139 -retex1d=material_291 -name=Zamorak warrior -model1=model_8747 -model2=model_246 -model3=model_8732 -model4=model_8726 -model5=model_564 -model6=model_565 -model7=model_10362 -model8=model_28864 -unknown119=3 - -// 6365 -[npc_6365] -bas=bas_4 -alwaysontop=yes -op2=Attack -vislevel=81 -recol1s=14724 -recol1d=9216 -recol2s=2340 -recol2d=8192 -recol3s=5420 -recol3d=8225 -recol4s=21074 -recol4d=4096 -recol5s=2215 -recol5d=7201 -recol6s=9647 -recol6d=9216 -retex1s=material_257 -retex1d=material_254 -retex2s=material_253 -retex2d=material_258 -retex3s=material_252 -retex3d=material_254 -name=Zamorak ranger -model1=model_226 -model2=model_10561 -model3=model_14461 -model4=model_28855 -model5=model_167 -model6=model_176 -model7=model_512 -model8=model_254 -model9=model_7121 -unknown119=3 - -// 6366 -[npc_6366] -bas=bas_4 -alwaysontop=yes -op2=Attack -vislevel=82 -recol1s=14724 -recol1d=9249 -recol2s=32765 -recol2d=8192 -recol3s=7366 -recol3d=12320 -recol4s=2340 -recol4d=5120 -recol5s=32696 -recol5d=12320 -recol6s=2472 -recol6d=5120 -retex1s=material_253 -retex1d=material_258 -retex2s=material_252 -retex2d=material_254 -retex3s=material_268 -retex3d=material_258 -retex4s=material_251 -retex4d=material_258 -name=Zamorak ranger -model1=model_208 -model2=model_11190 -model3=model_5222 -model4=model_28855 -model5=model_28863 -model6=model_176 -model7=model_563 -model8=model_254 -model9=model_7121 -unknown119=3 - -// 6367 -[npc_6367] -bas=bas_4 -alwaysontop=yes -op2=Attack -vislevel=84 -recol1s=6342 -recol1d=14434 -recol2s=4228 -recol2d=10241 -recol3s=2114 -recol3d=9249 -recol4s=12320 -recol4d=5120 -recol5s=7399 -recol5d=32635 -recol6s=3171 -recol6d=10241 -retex1s=material_250 -retex1d=material_253 -retex2s=material_273 -retex2d=material_252 -name=Zamorak mage -model1=model_9981 -model2=model_250 -model3=model_25676 -model4=model_23916 -model5=model_176 -model6=model_23934 -model7=model_181 -unknown119=3 - -// 6368 -[npc_6368] -bas=bas_4 -alwaysontop=yes -op2=Attack -vislevel=82 -recol1s=7399 -recol1d=7168 -recol2s=8456 -recol2d=9216 -recol3s=10504 -recol3d=10240 -recol4s=11561 -recol4d=10240 -recol5s=12618 -recol5d=13344 -recol6s=13675 -recol6d=7168 -retex1s=material_359 -retex1d=material_252 -retex2s=material_256 -retex2d=material_253 -name=Zamorak mage -model1=model_230 -model2=model_251 -model3=model_23943 -model4=model_23915 -model5=model_176 -model6=model_23933 -model7=model_181 -unknown119=3 - -// 6369 -[npc_6369] -bas=bas_656 -resizeh=108 -resizev=108 -op2=Attack -vislevel=37 -recol1s=14886 -recol1d=27008 -recol2s=10662 -recol2d=21728 -recol3s=8548 -recol3d=17504 -recol4s=6434 -recol4d=15392 -recol5s=3264 -recol5d=11296 -name=Cave lizard -model1=model_28856 -unknown119=3 - -// 6370 -[npc_6370] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=20611 -recol2s=14724 -recol2d=20611 -recol3s=13737 -recol3d=15491 -recol4s=9509 -recol4d=23616 -retex1s=material_254 -retex1d=material_252 -name=Mage of Zamorak -model1=model_230 -model2=model_246 -model3=model_8927 -model4=model_23916 -model5=model_176 -model6=model_23934 -model7=model_181 -head1=model_39630 -unknown119=3 - -// 6371 -[npc_6371] -bas=bas_4 -size=1 -op2=Attack -vislevel=19 -recol1s=0 -recol1d=10273 -recol2s=5250 -recol2d=10273 -recol3s=4228 -recol3d=17440 -recol4s=2340 -recol4d=17440 -recol5s=5285 -recol5d=8225 -recol6s=7364 -recol6d=9216 -retex1s=material_263 -retex1d=material_252 -retex2s=material_250 -retex2d=material_256 -retex3s=material_273 -retex3d=material_359 -name=Zamorak crafter -model1=model_13335 -model2=model_18096 -model3=model_18076 -model4=model_176 -model5=model_3329 -model6=model_19943 -unknown119=2 - -// 6372 -[npc_6372] -bas=bas_4 -size=1 -op2=Attack -vislevel=19 -recol1s=0 -recol1d=10273 -recol2s=5250 -recol2d=10273 -recol3s=4228 -recol3d=17440 -recol4s=2340 -recol4d=17440 -recol5s=5285 -recol5d=8225 -recol6s=7364 -recol6d=9216 -retex1s=material_202 -retex1d=material_250 -retex2s=material_250 -retex2d=material_256 -retex3s=material_273 -retex3d=material_359 -name=Zamorak crafter -model1=model_13335 -model2=model_18096 -model3=model_18076 -model4=model_176 -model5=model_3329 -model6=model_19943 -unknown119=2 - -// 6373 -[npc_6373] -bas=bas_1108 -vislevel=0 -size=1 -op1=Talk-to -name=Kennith -model1=model_28601 -head1=model_28688 -unknown119=3 - -// 6374 -[npc_6374] -bas=bas_801 -size=1 -vislevel=44 -name=Guard dog -model1=model_26255 -unknown119=3 - -// 6375 -[npc_6375] -bas=bas_4 -vislevel=0 -size=1 -turnspeed=0 -alwaysontop=yes -recol1s=6273 -recol1d=32635 -recol2s=32701 -recol2d=1430 -name=Wizard Cromperty -model1=model_202 -model2=model_215 -model3=model_246 -model4=model_20405 -model5=model_3189 -model6=model_20395 -model7=model_176 -model8=model_20403 -model9=model_181 -head1=model_39836 -head2=model_39400 -head3=model_39223 -unknown119=1 - -// 6376 -[npc_6376] -bas=bas_17 -size=1 -op2=Attack -vislevel=40 -recol1s=2014 -recol1d=12672 -recol2s=31773 -recol2d=7393 -recol3s=1666 -recol3d=10560 -recol4s=14392 -recol4d=12674 -recol5s=31808 -recol5d=16896 -name=Jungle spider -model1=model_20315 -model2=model_20313 -unknown119=3 - -// 6377 -[npc_6377] -bas=bas_17 -size=1 -op2=Attack -vislevel=40 -recol1s=2014 -recol1d=12672 -recol2s=31773 -recol2d=7393 -recol3s=1666 -recol3d=10560 -recol4s=14392 -recol4d=20963 -recol5s=31808 -recol5d=16896 -name=Jungle spider -model1=model_20315 -model2=model_20313 -unknown119=3 - -// 6378 -[npc_6378] -bas=bas_85 -ambient=20 -op2=Attack -vislevel=70 -recol1s=26443 -recol1d=32760 -recol2s=27402 -recol2d=29591 -recol3s=11766 -recol3d=20099 -recol4s=9652 -recol4d=16930 -recol5s=22283 -recol5d=29152 -name=Tenacious toucan -model1=model_26847 -unknown119=3 - -// 6379 -[npc_6379] -bas=bas_803 -size=1 -contrast=20 -ambient=20 -op2=Attack -vislevel=40 -name=Giant ant worker -model1=model_28974 -unknown119=3 - -// 6380 -[npc_6380] -bas=bas_803 -size=1 -contrast=20 -ambient=20 -op2=Attack -vislevel=58 -name=Giant ant soldier -model1=model_28975 -unknown119=3 - -// 6381 -[npc_6381] -bas=bas_805 -size=1 -contrast=20 -ambient=20 -op2=Attack -vislevel=66 -name=Giant wasp -model1=model_28980 -model2=model_28979 -unknown119=3 - -// 6382 -[npc_6382] -bas=bas_83 -ambient=20 -op2=Attack -vislevel=66 -recol1s=8589 -recol1d=22692 -recol2s=8587 -recol2d=20578 -recol3s=6471 -recol3d=30467 -recol4s=7462 -recol4d=1464 -recol5s=7528 -recol5d=27266 -recol6s=12811 -recol6d=24806 -name=Pernicious parrot -model1=model_26849 -unknown119=3 - -// 6383 -[npc_6383] -bas=bas_805 -size=1 -contrast=20 -ambient=20 -op2=Attack -vislevel=66 -name=Giant wasp -model1=model_28980 -model2=model_28979 -unknown119=3 - -// 6384 -[npc_6384] -bas=bas_264 -size=5 -turnspeed=1024 -vislevel=0 -recol1s=32762 -recol1d=15820 -recol2s=14661 -recol2d=11591 -recol3s=13604 -recol3d=10534 -recol4s=16740 -recol4d=9477 -recol5s=16774 -recol5d=8420 -recol6s=17798 -recol6d=6273 -name=Karamjan Jungle Eagle -model1=model_5727 -model2=model_5729 -unknown119=1 - -// 6385 -[npc_6385] -bas=bas_286 -size=3 -alwaysontop=yes -vislevel=0 -recol1s=32762 -recol1d=15820 -recol2s=14661 -recol2d=11591 -recol3s=13604 -recol3d=10534 -recol4s=16740 -recol4d=9477 -recol5s=16774 -recol5d=8420 -recol6s=17798 -recol6d=6273 -name=Karamjan Jungle eagle -model1=model_19380 -unknown119=3 - -// 6386 -[npc_6386] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4056 -multinpc=1,npc_6375 -unknown119=3 - -// 6387 -[npc_6387] -bas=bas_286 -size=3 -alwaysontop=yes -vislevel=0 -recol1s=32762 -recol1d=15820 -recol2s=14661 -recol2d=11591 -recol3s=13604 -recol3d=10534 -recol4s=16740 -recol4d=9477 -recol5s=16774 -recol5d=8420 -recol6s=17798 -recol6d=6273 -multivar=varplayerbit_2780 -multinpc=40,npc_6385 -unknown119=3 - -// 6388 -[npc_6388] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -op4=Lure -op5=Knock-Out -vislevel=41 -recol1s=14724 -recol1d=32759 -recol2s=25098 -recol2d=18855 -retex1s=material_255 -retex1d=material_258 -retex2s=material_228 -retex2d=material_426 -name=Bandit -model1=model_6086 -model2=model_6087 -model3=model_292 -model4=model_173 -model5=model_6090 -model6=model_181 -model7=model_176 -model8=model_6099 -model9=model_523 -head1=model_39799 -head2=model_39490 -head3=model_39182 -unknown119=3 - -// 6389 -[npc_6389] -vislevel=1 -name=Gargoyle -model1=model_29188 -head1=model_29182 -unknown119=3 - -// 6390 -[npc_6390] -bas=bas_617 -vislevel=0 -size=2 -turnspeed=0 -alwaysontop=yes -op1=Talk-to -name=Grim Reaper -model1=model_29188 -model2=model_29187 -head1=model_29183 -unknown119=1 - -// 6391 -[npc_6391] -bas=bas_108 -size=1 -vislevel=0 -recol1s=8421 -recol1d=5315 -recol2s=13638 -recol2d=9543 -name=Glough -model1=model_17025 -model2=model_14809 -model3=model_16988 -head1=model_22 -unknown119=1 - -// 6392 -[npc_6392] -bas=bas_214 -op1=Talk-to -vislevel=0 -op3=Buy-sphere -recol1s=16742 -recol1d=21074 -recol2s=16708 -recol2d=20017 -recol3s=13571 -recol3d=18960 -recol4s=12646 -recol4d=9478 -recol5s=11589 -recol5d=8421 -name=Oldak -model1=model_23671 -model2=model_23707 -model3=model_23629 -head1=model_23250 -unknown119=3 - -// 6393 -[npc_6393] -bas=bas_214 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=3 - -// 6394 -[npc_6394] -bas=bas_214 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4107 -multinpc=1,npc_6393 -unknown119=3 - -// 6395 -[npc_6395] -bas=bas_214 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=2 - -// 6396 -[npc_6396] -bas=bas_214 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4105 -multinpc=7,npc_6393 -multinpc=8,npc_6393 -unknown119=3 - -// 6397 -[npc_6397] -bas=bas_214 -size=1 -vislevel=0 -alwaysontop=yes -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=3 - -// 6398 -[npc_6398] -bas=bas_214 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4105 -multinpc=16,npc_6393 -multinpc=17,npc_6393 -unknown119=3 - -// 6399 -[npc_6399] -bas=bas_214 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Zanik -model1=model_23638 -model2=model_23693 -head1=model_23243 -head2=model_15561 -unknown119=1 - -// 6400 -[npc_6400] -bas=bas_940 -op1=Talk-to -vislevel=0 -op3=Buy-sphere -alwaysontop=yes -multivar=varplayerbit_4105 -multinpc=16,npc_6392 -multinpc=17,npc_6392 -unknown119=3 - -// 6401 -[npc_6401] -bas=bas_214 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=16742 -recol1d=21074 -recol2s=16708 -recol2d=20017 -recol3s=13571 -recol3d=18960 -recol4s=12646 -recol4d=9478 -recol5s=11589 -recol5d=8421 -name=Oldak -model1=model_23671 -model2=model_23707 -model3=model_23629 -head1=model_23250 -unknown119=1 - -// 6402 -[npc_6402] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -name=Goblin -model1=model_29248 -head1=model_24209 -unknown119=3 - -// 6403 -[npc_6403] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=10372 -recol2s=18923 -recol2d=11429 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 6404 -[npc_6404] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=8519 -recol2s=18923 -recol2d=9576 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 6405 -[npc_6405] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=7441 -recol2s=18923 -recol2d=8498 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 6406 -[npc_6406] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20064 -recol2s=18923 -recol2d=20066 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 6407 -[npc_6407] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=21925 -recol2s=18923 -recol2d=22982 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 6408 -[npc_6408] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=9389 -recol2s=18923 -recol2d=11534 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 6409 -[npc_6409] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=3171 -recol2s=18923 -recol2d=5285 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 6410 -[npc_6410] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20017 -recol2s=18923 -recol2d=22131 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 6411 -[npc_6411] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=22933 -recol2s=18923 -recol2d=26040 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 6412 -[npc_6412] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=6273 -recol2s=18923 -recol2d=8387 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24455 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24441 -model6=model_24448 -head1=model_24209 -unknown119=3 - -// 6413 -[npc_6413] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -name=Goblin -model1=model_29242 -head1=model_24210 -unknown119=3 - -// 6414 -[npc_6414] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=10372 -recol2s=18923 -recol2d=11429 -recol3s=14819 -recol3d=11651 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24210 -unknown119=3 - -// 6415 -[npc_6415] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=8519 -recol2s=18923 -recol2d=9576 -recol3s=14819 -recol3d=11651 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24210 -unknown119=3 - -// 6416 -[npc_6416] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=7441 -recol2s=18923 -recol2d=8498 -recol3s=14819 -recol3d=11651 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24210 -unknown119=3 - -// 6417 -[npc_6417] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20064 -recol2s=18923 -recol2d=20066 -recol3s=14819 -recol3d=11651 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24210 -unknown119=3 - -// 6418 -[npc_6418] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=21925 -recol2s=18923 -recol2d=22982 -recol3s=14819 -recol3d=11651 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24210 -unknown119=3 - -// 6419 -[npc_6419] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=9389 -recol2s=18923 -recol2d=11534 -recol3s=14819 -recol3d=11651 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24210 -unknown119=3 - -// 6420 -[npc_6420] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=3171 -recol2s=18923 -recol2d=5285 -recol3s=14819 -recol3d=11651 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24210 -unknown119=3 - -// 6421 -[npc_6421] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20017 -recol2s=18923 -recol2d=22131 -recol3s=14819 -recol3d=11651 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24210 -unknown119=3 - -// 6422 -[npc_6422] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=22933 -recol2s=18923 -recol2d=26040 -recol3s=14819 -recol3d=11651 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24210 -unknown119=3 - -// 6423 -[npc_6423] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=6273 -recol2s=18923 -recol2d=8387 -recol3s=14819 -recol3d=11651 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24450 -head1=model_24210 -unknown119=3 - -// 6424 -[npc_6424] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_29237 -head1=model_24211 -unknown119=3 - -// 6425 -[npc_6425] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=10372 -recol2s=18923 -recol2d=11429 -recol3s=14819 -recol3d=18021 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24436 -model4=model_24474 -model5=model_24444 -model6=model_24450 -head1=model_24211 -unknown119=3 - -// 6426 -[npc_6426] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=8519 -recol2s=18923 -recol2d=9576 -recol3s=14819 -recol3d=18021 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24436 -model4=model_24474 -model5=model_24444 -model6=model_24450 -head1=model_24211 -unknown119=3 - -// 6427 -[npc_6427] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=7441 -recol2s=18923 -recol2d=8498 -recol3s=14819 -recol3d=18021 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24436 -model4=model_24474 -model5=model_24444 -model6=model_24450 -head1=model_24211 -unknown119=3 - -// 6428 -[npc_6428] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20064 -recol2s=18923 -recol2d=20066 -recol3s=14819 -recol3d=18021 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24436 -model4=model_24474 -model5=model_24444 -model6=model_24450 -head1=model_24211 -unknown119=3 - -// 6429 -[npc_6429] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=21925 -recol2s=18923 -recol2d=22982 -recol3s=14819 -recol3d=18021 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24436 -model4=model_24474 -model5=model_24444 -model6=model_24450 -head1=model_24211 -unknown119=3 - -// 6430 -[npc_6430] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=9389 -recol2s=18923 -recol2d=11534 -recol3s=14819 -recol3d=18021 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24436 -model4=model_24474 -model5=model_24444 -model6=model_24450 -head1=model_24211 -unknown119=3 - -// 6431 -[npc_6431] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=3171 -recol2s=18923 -recol2d=5285 -recol3s=14819 -recol3d=18021 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24436 -model4=model_24474 -model5=model_24444 -model6=model_24450 -head1=model_24211 -unknown119=3 - -// 6432 -[npc_6432] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20017 -recol2s=18923 -recol2d=22131 -recol3s=14819 -recol3d=18021 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24436 -model4=model_24474 -model5=model_24444 -model6=model_24450 -head1=model_24211 -unknown119=3 - -// 6433 -[npc_6433] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=22933 -recol2s=18923 -recol2d=26040 -recol3s=14819 -recol3d=18021 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24436 -model4=model_24474 -model5=model_24444 -model6=model_24450 -head1=model_24211 -unknown119=3 - -// 6434 -[npc_6434] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=6273 -recol2s=18923 -recol2d=8387 -recol3s=14819 -recol3d=18021 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24458 -model2=model_24482 -model3=model_24436 -model4=model_24474 -model5=model_24444 -model6=model_24450 -head1=model_24211 -unknown119=3 - -// 6435 -[npc_6435] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -name=Goblin -model1=model_29245 -head1=model_24216 -unknown119=3 - -// 6436 -[npc_6436] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=10372 -recol2s=18923 -recol2d=11429 -recol3s=14819 -recol3d=9540 -recol4s=12705 -recol4d=11654 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24464 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24216 -unknown119=3 - -// 6437 -[npc_6437] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=8519 -recol2s=18923 -recol2d=9576 -recol3s=14819 -recol3d=9540 -recol4s=12705 -recol4d=11654 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24464 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24216 -unknown119=3 - -// 6438 -[npc_6438] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=7441 -recol2s=18923 -recol2d=8498 -recol3s=14819 -recol3d=9540 -recol4s=12705 -recol4d=11654 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24464 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24216 -unknown119=3 - -// 6439 -[npc_6439] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20064 -recol2s=18923 -recol2d=20066 -recol3s=14819 -recol3d=9540 -recol4s=12705 -recol4d=11654 -name=Goblin -model1=model_24464 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24216 -unknown119=3 - -// 6440 -[npc_6440] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=21925 -recol2s=18923 -recol2d=22982 -recol3s=14819 -recol3d=9540 -recol4s=12705 -recol4d=11654 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24464 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24216 -unknown119=3 - -// 6441 -[npc_6441] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=9389 -recol2s=18923 -recol2d=11534 -recol3s=14819 -recol3d=9540 -recol4s=12705 -recol4d=11654 -name=Goblin -model1=model_24464 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24216 -unknown119=3 - -// 6442 -[npc_6442] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=3171 -recol2s=18923 -recol2d=5285 -recol3s=14819 -recol3d=9540 -recol4s=12705 -recol4d=11654 -retex1s=material_371 -retex1d=material_218 -name=Goblin -model1=model_24464 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24216 -unknown119=3 - -// 6443 -[npc_6443] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20017 -recol2s=18923 -recol2d=22131 -recol3s=14819 -recol3d=9540 -recol4s=12705 -recol4d=11654 -retex1s=material_244 -retex1d=material_239 -name=Goblin -model1=model_24464 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24216 -unknown119=3 - -// 6444 -[npc_6444] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=22933 -recol2s=18923 -recol2d=26040 -recol3s=14819 -recol3d=9540 -recol4s=12705 -recol4d=11654 -retex1s=material_371 -retex1d=material_314 -name=Goblin -model1=model_24464 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24216 -unknown119=3 - -// 6445 -[npc_6445] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=6273 -recol2s=18923 -recol2d=8387 -recol3s=14819 -recol3d=9540 -recol4s=12705 -recol4d=11654 -name=Goblin -model1=model_24464 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24450 -head1=model_24216 -unknown119=3 - -// 6446 -[npc_6446] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_29246 -head1=model_24218 -unknown119=3 - -// 6447 -[npc_6447] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=10372 -recol2s=18923 -recol2d=11429 -recol3s=14819 -recol3d=16904 -recol4s=12705 -recol4d=13733 -recol5s=22128 -recol5d=10372 -name=Goblin -model1=model_24466 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -head1=model_24218 -unknown119=3 - -// 6448 -[npc_6448] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=8519 -recol2s=18923 -recol2d=9576 -recol3s=14819 -recol3d=16904 -recol4s=12705 -recol4d=13733 -recol5s=22128 -recol5d=8519 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24466 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -head1=model_24218 -unknown119=3 - -// 6449 -[npc_6449] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=7441 -recol2s=18923 -recol2d=8498 -recol3s=14819 -recol3d=16904 -recol4s=12705 -recol4d=13733 -recol5s=22128 -recol5d=7433 -name=Goblin -model1=model_24466 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -head1=model_24218 -unknown119=3 - -// 6450 -[npc_6450] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20064 -recol2s=18923 -recol2d=20066 -recol3s=14819 -recol3d=16904 -recol4s=12705 -recol4d=13733 -recol5s=22128 -recol5d=20064 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24466 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -head1=model_24218 -unknown119=3 - -// 6451 -[npc_6451] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=21925 -recol2s=18923 -recol2d=22982 -recol3s=14819 -recol3d=16904 -recol4s=12705 -recol4d=13733 -recol5s=22128 -recol5d=21925 -name=Goblin -model1=model_24466 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -head1=model_24218 -unknown119=3 - -// 6452 -[npc_6452] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=9389 -recol2s=18923 -recol2d=11534 -recol3s=14819 -recol3d=16904 -recol4s=12705 -recol4d=13733 -recol5s=22128 -recol5d=9389 -retex1s=material_244 -retex1d=material_239 -name=Goblin -model1=model_24466 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -head1=model_24218 -unknown119=3 - -// 6453 -[npc_6453] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=3171 -recol2s=18923 -recol2d=5285 -recol3s=14819 -recol3d=16904 -recol4s=12705 -recol4d=13733 -recol5s=22128 -recol5d=3171 -name=Goblin -model1=model_24466 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -head1=model_24218 -unknown119=3 - -// 6454 -[npc_6454] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20017 -recol2s=18923 -recol2d=22131 -recol3s=14819 -recol3d=16904 -recol4s=12705 -recol4d=13733 -recol5s=22128 -recol5d=20017 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24466 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -head1=model_24218 -unknown119=3 - -// 6455 -[npc_6455] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=22933 -recol2s=18923 -recol2d=26040 -recol3s=14819 -recol3d=16904 -recol4s=12705 -recol4d=13733 -recol5s=22128 -recol5d=22933 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24466 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -head1=model_24218 -unknown119=3 - -// 6456 -[npc_6456] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=6273 -recol2s=18923 -recol2d=8387 -recol3s=14819 -recol3d=16904 -recol4s=12705 -recol4d=13733 -recol5s=22128 -recol5d=6273 -name=Goblin -model1=model_24466 -model2=model_24482 -model3=model_24435 -model4=model_24476 -model5=model_24443 -model6=model_24452 -head1=model_24218 -unknown119=3 - -// 6457 -[npc_6457] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -name=Goblin -model1=model_29241 -head1=model_24210 -unknown119=3 - -// 6458 -[npc_6458] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=10372 -recol2s=18923 -recol2d=11429 -recol3s=14819 -recol3d=23272 -recol4s=12705 -recol4d=20103 -recol5s=22128 -recol5d=10372 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24452 -head1=model_24210 -unknown119=3 - -// 6459 -[npc_6459] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=8519 -recol2s=18923 -recol2d=9576 -recol3s=14819 -recol3d=23272 -recol4s=12705 -recol4d=20103 -recol5s=22128 -recol5d=9576 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24452 -head1=model_24210 -unknown119=3 - -// 6460 -[npc_6460] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=7441 -recol2s=18923 -recol2d=8498 -recol3s=14819 -recol3d=23272 -recol4s=12705 -recol4d=20103 -recol5s=22128 -recol5d=7433 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24452 -head1=model_24210 -unknown119=3 - -// 6461 -[npc_6461] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20064 -recol2s=18923 -recol2d=20066 -recol3s=14819 -recol3d=23272 -recol4s=12705 -recol4d=20103 -recol5s=22128 -recol5d=20064 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24452 -head1=model_24210 -unknown119=3 - -// 6462 -[npc_6462] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=21925 -recol2s=18923 -recol2d=22982 -recol3s=14819 -recol3d=23272 -recol4s=12705 -recol4d=20103 -recol5s=22128 -recol5d=21925 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24452 -head1=model_24210 -unknown119=3 - -// 6463 -[npc_6463] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=9389 -recol2s=18923 -recol2d=11534 -recol3s=14819 -recol3d=23272 -recol4s=12705 -recol4d=20103 -recol5s=22128 -recol5d=9389 -retex1s=material_371 -retex1d=material_218 -retex2s=material_244 -retex2d=material_239 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24452 -head1=model_24210 -unknown119=3 - -// 6464 -[npc_6464] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=3171 -recol2s=18923 -recol2d=5285 -recol3s=14819 -recol3d=23272 -recol4s=12705 -recol4d=20103 -recol5s=22128 -recol5d=3171 -retex1s=material_371 -retex1d=material_218 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24452 -head1=model_24210 -unknown119=3 - -// 6465 -[npc_6465] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=20017 -recol2s=18923 -recol2d=22131 -recol3s=14819 -recol3d=23272 -recol4s=12705 -recol4d=20103 -recol5s=22128 -recol5d=20017 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24452 -head1=model_24210 -unknown119=3 - -// 6466 -[npc_6466] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=22933 -recol2s=18923 -recol2d=26040 -recol3s=14819 -recol3d=23272 -recol4s=12705 -recol4d=20103 -recol5s=22128 -recol5d=22933 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24452 -head1=model_24210 -unknown119=3 - -// 6467 -[npc_6467] -bas=bas_86 -vislevel=0 -op1=Talk-to -ambient=15 -recol1s=15786 -recol1d=6273 -recol2s=18923 -recol2d=8387 -recol3s=14819 -recol3d=23272 -recol4s=12705 -recol4d=20103 -recol5s=22128 -recol5d=6273 -name=Goblin -model1=model_24457 -model2=model_24482 -model3=model_24436 -model4=model_24477 -model5=model_24444 -model6=model_24452 -head1=model_24210 -unknown119=3 - -// 6468 -[npc_6468] -bas=bas_86 -op2=Attack -vislevel=15 -name=Skoblin -model1=model_29238 -unknown119=1 - -// 6469 -[npc_6469] -bas=bas_86 -op2=Attack -vislevel=35 -name=Snothead -model1=model_29244 -unknown119=1 - -// 6470 -[npc_6470] -bas=bas_86 -op2=Attack -vislevel=45 -name=Snailfeet -model1=model_29249 -unknown119=1 - -// 6471 -[npc_6471] -bas=bas_86 -op2=Attack -vislevel=55 -name=Mosschin -model1=model_29236 -unknown119=1 - -// 6472 -[npc_6472] -bas=bas_86 -op2=Attack -vislevel=65 -name=Redeyes -model1=model_29247 -unknown119=1 - -// 6473 -[npc_6473] -bas=bas_86 -op2=Attack -vislevel=75 -name=Strongbones -model1=model_29243 -unknown119=1 - -// 6474 -[npc_6474] -bas=bas_941 -op1=Talk-to -vislevel=0 -turnspeed=0 -name=Snothead -model1=model_29244 -head1=model_29231 -unknown119=1 - -// 6475 -[npc_6475] -bas=bas_941 -op1=Talk-to -vislevel=0 -turnspeed=0 -name=Snailfeet -model1=model_29249 -head1=model_29233 -unknown119=1 - -// 6476 -[npc_6476] -bas=bas_941 -op1=Talk-to -vislevel=0 -turnspeed=0 -name=Mosschin -model1=model_29236 -head1=model_29232 -unknown119=1 - -// 6477 -[npc_6477] -bas=bas_941 -op1=Talk-to -vislevel=0 -turnspeed=0 -name=Redeyes -model1=model_29247 -head1=model_29234 -unknown119=1 - -// 6478 -[npc_6478] -bas=bas_941 -op1=Talk-to -vislevel=0 -turnspeed=0 -name=Strongbones -model1=model_29243 -head1=model_29230 -unknown119=1 - -// 6479 -[npc_6479] -bas=bas_86 -resizeh=108 -resizev=108 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=10240 -recol1d=6273 -name=Grubfoot -model1=model_24435 -model2=model_24442 -model3=model_24452 -model4=model_24455 -model5=model_24472 -model6=model_24487 -head1=model_24209 -unknown119=3 - -// 6480 -[npc_6480] -bas=bas_86 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4106 -multinpc=1,npc_6479 -unknown119=3 - -// 6481 -[npc_6481] -bas=bas_86 -resizeh=108 -resizev=108 -op1=Talk-to -vislevel=0 -ambient=15 -alwaysontop=yes -recol1s=10240 -recol1d=6273 -name=Grubfoot -model1=model_24435 -model2=model_24442 -model3=model_24452 -model4=model_24455 -model5=model_24472 -model6=model_24487 -head1=model_24209 -unknown119=2 - -// 6482 -[npc_6482] -bas=bas_86 -ambient=15 -op1=Talk-to -op3=Pickpocket -vislevel=0 -alwaysontop=yes -recol1s=12582 -recol1d=7441 -recol2s=11525 -recol2d=8498 -recol3s=10468 -recol3d=8498 -name=Priest -model1=model_29240 -head1=model_29227 -unknown119=3 - -// 6483 -[npc_6483] -bas=bas_86 -ambient=15 -op1=Talk-to -op3=Pickpocket -vislevel=0 -alwaysontop=yes -recol1s=12582 -recol1d=21925 -recol2s=11525 -recol2d=22982 -recol3s=10468 -recol3d=22982 -name=Priest -model1=model_29240 -head1=model_29227 -unknown119=3 - -// 6484 -[npc_6484] -bas=bas_86 -ambient=15 -op1=Talk-to -op3=Pickpocket -vislevel=0 -alwaysontop=yes -recol1s=12582 -recol1d=3171 -recol2s=11525 -recol2d=5285 -recol3s=10468 -recol3d=3171 -name=Priest -model1=model_29240 -head1=model_29227 -unknown119=3 - -// 6485 -[npc_6485] -bas=bas_86 -ambient=15 -op1=Talk-to -op3=Pickpocket -vislevel=0 -alwaysontop=yes -recol1s=12582 -recol1d=20017 -recol2s=11525 -recol2d=22131 -recol3s=10468 -recol3d=16026 -name=Priest -model1=model_29240 -head1=model_29227 -unknown119=3 - -// 6486 -[npc_6486] -bas=bas_86 -ambient=15 -op1=Talk-to -op3=Pickpocket -vislevel=0 -alwaysontop=yes -recol1s=12582 -recol1d=9389 -recol2s=11525 -recol2d=11534 -recol3s=10468 -recol3d=12591 -name=Priest -model1=model_29240 -head1=model_29227 -unknown119=3 - -// 6487 -[npc_6487] -bas=bas_86 -ambient=15 -op1=Talk-to -op3=Pickpocket -vislevel=0 -alwaysontop=yes -recol1s=12582 -recol1d=20064 -recol2s=11525 -recol2d=20066 -recol3s=10468 -recol3d=20064 -name=Priest -model1=model_29240 -head1=model_29227 -unknown119=3 - -// 6488 -[npc_6488] -bas=bas_939 -ambient=15 -vislevel=0 -alwaysontop=yes -name=Preacher -model1=model_29239 -head1=model_29229 -unknown119=3 - -// 6489 -[npc_6489] -bas=bas_942 -ambient=15 -op1=Talk-to -vislevel=0 -alwaysontop=yes -turnspeed=0 -name=High priest -model1=model_29250 -head1=model_29228 -unknown119=1 - -// 6490 -[npc_6490] -bas=bas_86 -vislevel=0 -ambient=15 -name=Goblin -model1=model_29248 -head1=model_24209 -unknown119=3 - -// 6491 -[npc_6491] -bas=bas_86 -vislevel=0 -ambient=15 -name=Goblin -model1=model_29242 -head1=model_24210 -unknown119=3 - -// 6492 -[npc_6492] -bas=bas_86 -vislevel=0 -ambient=15 -name=Goblin -model1=model_29237 -head1=model_24211 -unknown119=3 - -// 6493 -[npc_6493] -bas=bas_86 -vislevel=0 -ambient=15 -name=Goblin -model1=model_29245 -head1=model_24216 -unknown119=3 - -// 6494 -[npc_6494] -bas=bas_86 -vislevel=0 -ambient=15 -name=Goblin -model1=model_29246 -head1=model_24218 -unknown119=3 - -// 6495 -[npc_6495] -bas=bas_86 -vislevel=0 -ambient=15 -name=Goblin -model1=model_29241 -head1=model_24210 -unknown119=3 - -// 6496 -[npc_6496] -bas=bas_87 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=17760 -recol1d=12484 -recol2s=19874 -recol2d=13541 -recol3s=14819 -recol3d=12678 -recol4s=20064 -recol4d=12678 -recol5s=16898 -recol5d=12678 -recol6s=18923 -recol6d=6273 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Goblin guard -model1=model_24469 -model2=model_24484 -model3=model_24434 -model4=model_24476 -model5=model_24441 -model6=model_24450 -model7=model_29251 -head1=model_24221 -unknown119=3 - -// 6497 -[npc_6497] -bas=bas_87 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=17760 -recol1d=12484 -recol2s=19874 -recol2d=13541 -recol3s=14819 -recol3d=12678 -recol4s=20064 -recol4d=12678 -recol5s=16898 -recol5d=12678 -recol6s=18923 -recol6d=6273 -name=Goblin guard -model1=model_24467 -model2=model_24483 -model3=model_24432 -model4=model_24476 -model5=model_24441 -model6=model_24450 -model7=model_29251 -head1=model_24219 -unknown119=3 - -// 6498 -[npc_6498] -bas=bas_87 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=17760 -recol1d=7441 -recol2s=19874 -recol2d=8498 -recol3s=18923 -recol3d=8498 -retex1s=material_371 -retex1d=material_314 -retex2s=material_244 -retex2d=material_239 -name=Guard -model1=model_24469 -model2=model_24484 -model3=model_24434 -model4=model_24476 -model5=model_24441 -model6=model_24450 -model7=model_29251 -head1=model_24221 -unknown119=3 - -// 6499 -[npc_6499] -bas=bas_87 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=17760 -recol1d=21925 -recol2s=19874 -recol2d=22982 -recol3s=18923 -recol3d=22982 -retex1s=material_371 -retex1d=material_218 -name=Guard -model1=model_24469 -model2=model_24484 -model3=model_24434 -model4=model_24476 -model5=model_24441 -model6=model_24450 -model7=model_29251 -head1=model_24221 -unknown119=3 - -// 6500 -[npc_6500] -bas=bas_87 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=17760 -recol1d=3171 -recol2s=19874 -recol2d=5285 -recol3s=18923 -recol3d=5285 -name=Guard -model1=model_24469 -model2=model_24484 -model3=model_24434 -model4=model_24476 -model5=model_24441 -model6=model_24450 -model7=model_29251 -head1=model_24221 -unknown119=3 - -// 6501 -[npc_6501] -bas=bas_87 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=17760 -recol1d=20017 -recol2s=19874 -recol2d=22131 -recol3s=18923 -recol3d=22131 -name=Guard -model1=model_24469 -model2=model_24484 -model3=model_24434 -model4=model_24476 -model5=model_24441 -model6=model_24450 -model7=model_29251 -head1=model_24221 -unknown119=3 - -// 6502 -[npc_6502] -bas=bas_87 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=17760 -recol1d=9389 -recol2s=19874 -recol2d=11534 -recol3s=18923 -recol3d=11534 -retex1s=material_371 -retex1d=material_314 -name=Guard -model1=model_24469 -model2=model_24484 -model3=model_24434 -model4=model_24476 -model5=model_24441 -model6=model_24450 -model7=model_29251 -head1=model_24221 -unknown119=3 - -// 6503 -[npc_6503] -bas=bas_87 -op1=Talk-to -vislevel=0 -ambient=15 -recol1s=17760 -recol1d=20064 -recol2s=19874 -recol2d=20066 -recol3s=18923 -recol3d=20066 -name=Guard -model1=model_24469 -model2=model_24484 -model3=model_24434 -model4=model_24476 -model5=model_24441 -model6=model_24450 -model7=model_29251 -head1=model_24221 -unknown119=3 - -// 6504 -[npc_6504] -bas=bas_943 -ambient=25 -op1=Talk-to -vislevel=0 -minimap=no -name=Ghost -model1=model_29260 -head1=model_29226 -unknown119=3 - -// 6505 -[npc_6505] -bas=bas_943 -minimap=no -vislevel=1 -multivar=varplayerbit_393 -multinpc=1,npc_6504 -unknown119=3 - -// 6506 -[npc_6506] -bas=bas_388 -ambient=20 -contrast=10 -turnspeed=0 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=12320 -recol1d=4418 -recol2s=7233 -recol2d=4418 -recol3s=7233 -recol3d=12320 -recol4s=4455 -recol4d=5216 -recol5s=18752 -recol5d=5216 -recol6s=8388 -recol6d=1090 -retex1s=material_262 -retex1d=material_256 -name=Registrar 1 -model1=model_29705 -model2=model_29704 -model3=model_29697 -model4=model_29699 -model5=model_10706 -model6=model_29703 -model7=model_18105 -head1=model_38771 -head2=model_38991 -unknown119=1 - -// 6507 -[npc_6507] -bas=bas_388 -ambient=20 -contrast=10 -turnspeed=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recolhsl1s=920 -recolhsl1d=43566 -recolhsl2s=1808 -recolhsl2d=43566 -recol3s=7233 -recol3d=12320 -recol4s=6273 -recol4d=22123 -recol5s=4455 -recol5d=18752 -recol6s=8388 -recol6d=1090 -retex1s=material_262 -retex1d=material_256 -retex2s=material_228 -retex2d=material_426 -name=Registrar 2 -model1=model_29705 -model2=model_29704 -model3=model_29697 -model4=model_29699 -model5=model_10706 -model6=model_29703 -model7=model_18105 -head1=model_38771 -head2=model_38991 -unknown119=1 - -// 6508 -[npc_6508] -bas=bas_388 -ambient=20 -contrast=10 -turnspeed=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=1090 -recol2s=3171 -recol2d=1090 -recol3s=7233 -recol3d=12320 -recol4s=6273 -recol4d=22123 -recolhsl5s=920 -recolhsl5d=10158 -retex1s=material_250 -retex1d=material_256 -retex2s=material_273 -retex2d=material_359 -retex3s=material_251 -retex3d=material_256 -retex4s=material_228 -retex4d=material_426 -name=Registrar 3 -model1=model_25655 -model2=model_215 -model3=model_246 -model4=model_10305 -model5=model_14372 -model6=model_254 -model7=model_12082 -head1=model_39466 -head2=model_39836 -head3=model_39223 -unknown119=1 - -// 6509 -[npc_6509] -bas=bas_388 -ambient=20 -contrast=10 -turnspeed=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=1090 -recol2s=3171 -recol2d=1090 -recol3s=7233 -recol3d=12320 -recol4s=6273 -recol4d=22123 -recol5s=12320 -recol5d=24992 -retex1s=material_250 -retex1d=material_256 -retex2s=material_273 -retex2d=material_359 -retex3s=material_251 -retex3d=material_256 -retex4s=material_228 -retex4d=material_426 -name=Registrar 4 -model1=model_25655 -model2=model_215 -model3=model_246 -model4=model_10305 -model5=model_14372 -model6=model_254 -model7=model_12082 -head1=model_39466 -head2=model_39836 -head3=model_39223 -unknown119=1 - -// 6510 -[npc_6510] -bas=bas_4 -vislevel=0 -minimap=no -size=1 -spotshadow=no -name=Jury -model1=model_7766 -unknown119=3 - -// 6511 -[npc_6511] -bas=bas_4 -vislevel=0 -minimap=no -size=1 -spotshadow=no -name=Jury -model1=model_7766 -unknown119=3 - -// 6512 -[npc_6512] -bas=bas_4 -ambient=20 -contrast=10 -vislevel=0 -op1=Talk-to -recol1s=4195 -recol1d=4229 -recol2s=12354 -recol2d=10571 -recol3s=2340 -recol3d=1058 -retex1s=material_527 -retex1d=material_252 -name=Spectator -model1=model_235 -model2=model_246 -model3=model_10378 -model4=model_26116 -model5=model_176 -model6=model_254 -model7=model_181 -head1=model_38641 -head2=model_39223 -unknown119=3 - -// 6513 -[npc_6513] -bas=bas_4 -ambient=20 -contrast=10 -vislevel=0 -op1=Talk-to -recol1s=9583 -recol1d=7431 -recol2s=14724 -recol2d=7431 -recol3s=2340 -recol3d=10535 -recol4s=32696 -recol4d=21105 -recol5s=15856 -recol5d=21105 -recol6s=25098 -recol6d=14596 -name=Spectator -model1=model_6848 -model2=model_10561 -model3=model_25864 -model4=model_14039 -model5=model_176 -model6=model_254 -model7=model_19814 -head1=model_39744 -head2=model_38096 -unknown119=3 - -// 6514 -[npc_6514] -bas=bas_4 -ambient=20 -contrast=10 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=32767 -recol2s=14724 -recol2d=11560 -recol3s=11659 -recol3d=11560 -recol4s=2340 -recol4d=7332 -recol5s=10501 -recol5d=3170 -recol6s=25098 -recol6d=14596 -retex1s=material_359 -retex1d=material_273 -retex2s=material_251 -retex2d=material_256 -name=Spectator -model1=model_6848 -model2=model_245 -model3=model_253 -model4=model_11760 -model5=model_25646 -model6=model_176 -model7=model_254 -model8=model_7607 -head1=model_39744 -head2=model_39227 -head3=model_39316 -unknown119=3 - -// 6515 -[npc_6515] -bas=bas_4 -ambient=20 -contrast=10 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=8258 -recol2s=3171 -recol2d=8258 -recol3s=32701 -recol3d=5120 -recol4s=3172 -recol4d=4195 -recol5s=1058 -recol5d=12618 -retex1s=material_251 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_202 -retex3d=material_258 -retex4s=material_263 -retex4d=material_273 -name=Spectator -model1=model_14340 -model2=model_246 -model3=model_10984 -model4=model_14372 -model5=model_10377 -head1=model_39915 -head2=model_39223 -unknown119=3 - -// 6516 -[npc_6516] -bas=bas_4 -ambient=20 -contrast=10 -vislevel=0 -op1=Talk-to -recol1s=14724 -recol1d=8560 -recol2s=10401 -recol2d=14800 -name=Spectator -model1=model_378 -model2=model_9361 -model3=model_9359 -model4=model_10706 -model5=model_13346 -model6=model_8934 -head1=model_39090 -unknown119=3 - -// 6517 -[npc_6517] -bas=bas_4 -ambient=20 -contrast=10 -vislevel=0 -op1=Talk-to -recol1s=31775 -recol1d=10469 -recol2s=14724 -recol2d=2081 -recol3s=25098 -recol3d=14596 -recol4s=32758 -recol4d=21137 -recol5s=32764 -recol5d=22196 -recol6s=28534 -recol6d=19023 -retex1s=material_255 -retex1d=material_272 -name=Spectator -model1=model_16453 -model2=model_29695 -model3=model_27668 -model4=model_10706 -model5=model_20197 -model6=model_358 -head1=model_38959 -unknown119=3 - -// 6518 -[npc_6518] -bas=bas_4 -ambient=20 -contrast=10 -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=28407 -recol2s=14724 -recol2d=5382 -recol3s=2340 -recol3d=5382 -recol4s=25098 -recol4d=14596 -recol5s=7299 -recol5d=15750 -name=Spectator -model1=model_18111 -model2=model_25706 -model3=model_27675 -model4=model_332 -model5=model_10706 -model6=model_429 -model7=model_29700 -head1=model_38944 -head2=model_38881 -unknown119=3 - -// 6519 -[npc_6519] -bas=bas_4 -ambient=20 -contrast=10 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=14596 -retex1s=material_257 -retex1d=material_254 -name=Spectator -model1=model_399 -model2=model_20215 -model3=model_14588 -model4=model_21905 -model5=model_14867 -model6=model_29702 -head1=model_39124 -unknown119=3 - -// 6520 -[npc_6520] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -retex1s=material_268 -retex1d=material_258 -name=Head Registrar -model1=model_29689 -model2=model_29681 -model3=model_29685 -model4=model_29686 -model5=model_29690 -model6=model_29694 -model7=model_29683 -head1=model_40048 -head2=model_39199 -unknown119=3 - -// 6521 -[npc_6521] -bas=bas_1258 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=8421 -recol1d=10501 -name=Grand Exchange Tutor -model1=model_29898 -model2=model_29900 -model3=model_29891 -model4=model_28758 -model5=model_29896 -model6=model_28810 -model7=model_29895 -head1=model_39703 -unknown119=3 - -// 6522 -[npc_6522] -bas=bas_1253 -vislevel=0 -alwaysontop=yes -op1=Talk-to -name=Brugsen Bursen -model1=model_29907 -model2=model_29902 -head1=model_39642 -unknown119=3 - -// 6523 -[npc_6523] -bas=bas_1254 -vislevel=0 -op1=Talk-to -op3=Info-ores -alwaysontop=yes -name=Farid Morrisane (ores) -model1=model_29867 -head1=model_29873 -unknown119=3 - -// 6524 -[npc_6524] -bas=bas_1252 -vislevel=0 -op1=Talk-to -op3=Info-herbs -op4=Decant -alwaysontop=yes -name=Bob Barter (herbs) -model1=model_29910 -head1=model_39773 -unknown119=3 - -// 6525 -[npc_6525] -bas=bas_1256 -vislevel=0 -op1=Talk-to -op3=Info-runes -alwaysontop=yes -name=Murky Matt (runes) -model1=model_29909 -head1=model_39571 -unknown119=3 - -// 6526 -[npc_6526] -bas=bas_1257 -vislevel=0 -op1=Talk-to -op3=Info-logs -alwaysontop=yes -name=Relobo Blinyo (logs) -model1=model_29899 -model2=model_29901 -model3=model_29892 -model4=model_28758 -model5=model_29897 -model6=model_28807 -model7=model_29894 -head1=model_39656 -unknown119=3 - -// 6527 -[npc_6527] -bas=bas_1255 -size=1 -vislevel=0 -op1=Talk-to -op3=Info-combat -alwaysontop=yes -name=Hofuthand (armour and weapons) -model1=model_29868 -model2=model_29869 -model3=model_29871 -model4=model_29872 -model5=model_29870 -head1=model_29885 -unknown119=3 - -// 6528 -[npc_6528] -bas=bas_47 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -op3=Exchange -op4=History -op5=Sets -name=Grand Exchange clerk -model1=model_29890 -model2=model_29887 -head1=model_39131 -unknown119=1 - -// 6529 -[npc_6529] -bas=bas_47 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -op3=Exchange -op4=History -op5=Sets -name=Grand Exchange clerk -model1=model_29890 -model2=model_29889 -head1=model_39112 -unknown119=1 - -// 6530 -[npc_6530] -bas=bas_47 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -op3=Exchange -op4=History -op5=Sets -retex1s=material_250 -retex1d=material_272 -name=Grand Exchange clerk -model1=model_29908 -model2=model_29904 -head1=model_40033 -unknown119=1 - -// 6531 -[npc_6531] -bas=bas_47 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -op3=Exchange -op4=History -op5=Sets -retex1s=material_250 -retex1d=material_272 -name=Grand Exchange clerk -model1=model_29908 -model2=model_29903 -head1=model_39713 -unknown119=1 - -// 6532 -[npc_6532] -bas=bas_47 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=1059 -recol1d=9512 -recol2s=3141 -recol2d=10569 -recol3s=3140 -recol3d=11626 -recol4s=5255 -recol4d=12683 -recol5s=7369 -recol5d=14795 -recol6s=8426 -recol6d=15852 -retex1s=material_272 -retex1d=material_273 -retex2s=material_273 -retex2d=material_257 -retex3s=material_247 -retex3d=material_426 -name=Banker -model1=model_29890 -model2=model_29888 -head1=model_39055 -unknown119=1 - -// 6533 -[npc_6533] -bas=bas_47 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=1059 -recol1d=9512 -recol2s=3141 -recol2d=10569 -recol3s=3140 -recol3d=11626 -recol4s=5255 -recol4d=12683 -recol5s=7369 -recol5d=14795 -recol6s=8426 -recol6d=15852 -retex1s=material_272 -retex1d=material_273 -retex2s=material_273 -retex2d=material_257 -name=Banker -model1=model_29890 -model2=model_29886 -head1=model_38937 -unknown119=1 - -// 6534 -[npc_6534] -bas=bas_47 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=1059 -recol1d=9512 -recol2s=3141 -recol2d=10569 -recol3s=3140 -recol3d=11626 -recol4s=5255 -recol4d=12683 -recol5s=7369 -recol5d=14795 -recol6s=8426 -recol6d=15852 -name=Banker -model1=model_29908 -model2=model_29904 -head1=model_40033 -unknown119=1 - -// 6535 -[npc_6535] -bas=bas_47 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=1059 -recol1d=9512 -recol2s=3141 -recol2d=10569 -recol3s=3140 -recol3d=11626 -recol4s=5255 -recol4d=12683 -recol5s=7369 -recol5d=14795 -recol6s=8426 -recol6d=15852 -name=Banker -model1=model_29908 -model2=model_29905 -head1=model_39651 -unknown119=1 - -// 6536 -[npc_6536] -bas=bas_388 -ambient=20 -contrast=10 -turnspeed=0 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=1090 -recol2s=3171 -recol2d=1090 -recol3s=7233 -recol3d=12320 -name=Registrar 5 -model1=model_25655 -model2=model_215 -model3=model_246 -model4=model_10305 -model5=model_14372 -model6=model_254 -model7=model_12082 -head1=model_39466 -head2=model_39836 -head3=model_39223 -unknown119=1 - -// 6537 -[npc_6537] -bas=bas_353 -op1=Talk-to -ambient=25 -contrast=25 -vislevel=0 -alwaysontop=yes -name=Mandrith -model1=model_30182 -head1=model_40667 -unknown119=3 - -// 6538 -[npc_6538] -bas=bas_26 -size=1 -ambient=25 -contrast=25 -resizeh=120 -resizev=120 -op1=Talk-to -op3=Bank -op4=Collect -vislevel=0 -alwaysontop=yes -name=Banker -model1=model_33303 -model2=model_20862 -model3=model_33301 -head1=model_39933 -head2=model_39344 -unknown119=3 - -// 6539 -[npc_6539] -bas=bas_93 -vislevel=0 -ambient=25 -contrast=25 -op1=Talk-to -recol1s=14724 -recol1d=10537 -recol2s=2340 -recol2d=12651 -recol3s=6273 -recol3d=18960 -recol4s=28407 -recol4d=15789 -retex1s=material_228 -retex1d=material_426 -name=Charley the Cleaner -model1=model_210 -model2=model_27140 -model3=model_10984 -model4=model_15412 -model5=model_10980 -model6=model_10218 -model7=model_25689 -model8=model_271 -model9=model_8919 -head1=model_39600 -head2=model_39202 -unknown119=3 - -// 6540 -[npc_6540] -bas=bas_93 -vislevel=0 -ambient=25 -contrast=25 -op1=Talk-to -recol1s=14724 -recol1d=10537 -recol2s=2340 -recol2d=12651 -recol3s=6273 -recol3d=18960 -recol4s=28407 -recol4d=15789 -retex1s=material_228 -retex1d=material_426 -name=Scotty the Cleaner -model1=model_210 -model2=model_27140 -model3=model_10984 -model4=model_15412 -model5=model_10980 -model6=model_10218 -model7=model_25689 -model8=model_271 -model9=model_8919 -head1=model_39600 -head2=model_39202 -unknown119=3 - -// 6541 -[npc_6541] -bas=bas_93 -vislevel=0 -ambient=25 -contrast=25 -op1=Talk-to -recol1s=14724 -recol1d=10537 -recol2s=2340 -recol2d=12651 -recol3s=6273 -recol3d=18960 -recol4s=28407 -recol4d=15789 -retex1s=material_228 -retex1d=material_426 -name=Sanchez the Cleaner -model1=model_210 -model2=model_27140 -model3=model_10984 -model4=model_15412 -model5=model_10980 -model6=model_10218 -model7=model_25689 -model8=model_271 -model9=model_8919 -head1=model_39600 -head2=model_39202 -unknown119=3 - -// 6542 -[npc_6542] -bas=bas_217 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5092,synth_5092,synth_5092,synth_5092,2 -name=Summer Bonde -model1=model_41141 -head1=model_40928 -unknown119=3 - -// 6543 -[npc_6543] -minimap=no -spotshadow=no -vislevel=0 -name= -model1=model_6318 -unknown119=1 - -// 6544 -[npc_6544] -minimap=no -spotshadow=no -vislevel=0 -name= -model1=model_6318 -unknown119=1 - -// 6545 -[npc_6545] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=1 - -// 6546 -[npc_6546] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6547 -[npc_6547] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6548 -[npc_6548] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6549 -[npc_6549] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6550 -[npc_6550] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6551 -[npc_6551] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6552 -[npc_6552] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6553 -[npc_6553] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6554 -[npc_6554] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6555 -[npc_6555] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6556 -[npc_6556] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6557 -[npc_6557] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6558 -[npc_6558] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6559 -[npc_6559] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6560 -[npc_6560] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6561 -[npc_6561] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 6562 -[npc_6562] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6563 -[npc_6563] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=2 - -// 6564 -[npc_6564] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 6565 -[npc_6565] -size=1 -contrast=10 -ambient=20 -minimap=no -vislevel=0 -op1=Read -op4=Bless -op5=Demolish -name=Grave marker -model1=model_30231 -head1=model_30231 -unknown119=1 - -// 6566 -[npc_6566] -size=1 -contrast=10 -ambient=20 -minimap=no -alwaysontop=yes -vislevel=0 -op1=Read -op3=Repair -op4=Bless -op5=Demolish -name=Broken grave marker -model1=model_30226 -unknown119=1 - -// 6567 -[npc_6567] -size=1 -contrast=10 -ambient=20 -minimap=no -alwaysontop=yes -vislevel=0 -op1=Read -op3=Repair -op4=Bless -op5=Demolish -name=Collapsing grave marker -model1=model_30203 -unknown119=1 - -// 6568 -[npc_6568] -bas=bas_304 -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -name=Grave marker -model1=model_30192 -head1=model_30192 -unknown119=1 - -// 6569 -[npc_6569] -bas=bas_304 -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -name=Broken grave marker -model1=model_30193 -unknown119=1 - -// 6570 -[npc_6570] -bas=bas_304 -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -name=Collapsing grave marker -model1=model_30191 -unknown119=1 - -// 6571 -[npc_6571] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Gravestone -model1=model_30228 -head1=model_30228 -unknown119=1 - -// 6572 -[npc_6572] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken gravestone -model1=model_30223 -unknown119=1 - -// 6573 -[npc_6573] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing gravestone -model1=model_30220 -unknown119=1 - -// 6574 -[npc_6574] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Gravestone -model1=model_30222 -head1=model_30222 -unknown119=1 - -// 6575 -[npc_6575] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken gravestone -model1=model_30207 -unknown119=1 - -// 6576 -[npc_6576] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing gravestone -model1=model_30232 -unknown119=1 - -// 6577 -[npc_6577] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Gravestone -model1=model_30217 -head1=model_30217 -unknown119=1 - -// 6578 -[npc_6578] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken gravestone -model1=model_30201 -unknown119=1 - -// 6579 -[npc_6579] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing gravestone -model1=model_30230 -unknown119=1 - -// 6580 -[npc_6580] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Stele -model1=model_30211 -head1=model_30211 -unknown119=1 - -// 6581 -[npc_6581] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken stele -model1=model_30195 -unknown119=1 - -// 6582 -[npc_6582] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing stele -model1=model_30206 -unknown119=1 - -// 6583 -[npc_6583] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Saradomin symbol -model1=model_30200 -model2=model_30227 -head1=model_30190 -unknown119=1 - -// 6584 -[npc_6584] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken Saradomin symbol -model1=model_30221 -model2=model_30219 -unknown119=1 - -// 6585 -[npc_6585] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing Saradomin symbol -model1=model_30210 -model2=model_30214 -unknown119=1 - -// 6586 -[npc_6586] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Zamorak symbol -model1=model_30200 -model2=model_30224 -head1=model_30186 -unknown119=1 - -// 6587 -[npc_6587] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken Zamorak symbol -model1=model_30221 -model2=model_30213 -unknown119=1 - -// 6588 -[npc_6588] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing Zamorak symbol -model1=model_30210 -model2=model_30218 -unknown119=1 - -// 6589 -[npc_6589] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Guthix symbol -model1=model_30200 -model2=model_30216 -head1=model_30185 -unknown119=1 - -// 6590 -[npc_6590] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken Guthix symbol -model1=model_30221 -model2=model_30205 -unknown119=1 - -// 6591 -[npc_6591] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing Guthix symbol -model1=model_30210 -model2=model_30204 -unknown119=1 - -// 6592 -[npc_6592] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Bandos symbol -model1=model_30200 -model2=model_30209 -head1=model_30189 -unknown119=1 - -// 6593 -[npc_6593] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken Bandos symbol -model1=model_30221 -model2=model_30208 -unknown119=1 - -// 6594 -[npc_6594] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing Bandos symbol -model1=model_30210 -model2=model_30202 -unknown119=1 - -// 6595 -[npc_6595] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Armadyl symbol -model1=model_30200 -model2=model_30197 -head1=model_30188 -unknown119=1 - -// 6596 -[npc_6596] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken Armadyl symbol -model1=model_30221 -model2=model_30212 -unknown119=1 - -// 6597 -[npc_6597] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing Armadyl symbol -model1=model_30210 -model2=model_30199 -unknown119=1 - -// 6598 -[npc_6598] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Memorial stone -model1=model_30200 -model2=model_30198 -head1=model_30187 -unknown119=1 - -// 6599 -[npc_6599] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken memorial stone -model1=model_30221 -model2=model_30229 -unknown119=1 - -// 6600 -[npc_6600] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing memorial stone -model1=model_30210 -model2=model_30225 -unknown119=1 - -// 6601 -[npc_6601] -size=1 -contrast=10 -ambient=20 -vislevel=0 -minimap=no -op1=Read -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Memorial stone -model1=model_30196 -head1=model_30196 -unknown119=1 - -// 6602 -[npc_6602] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Broken memorial stone -model1=model_30215 -unknown119=1 - -// 6603 -[npc_6603] -size=1 -contrast=10 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Read -op3=Repair -op4=Bless -op5=Demolish -recol1s=22195 -recol1d=20081 -name=Collapsing memorial stone -model1=model_30194 -unknown119=1 - -// 6604 -[npc_6604] -bas=bas_570 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=7 -name=Revenant imp -model1=model_30255 -unknown119=2 - -// 6605 -[npc_6605] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=15 -name=Revenant goblin -model1=model_30245 -model2=model_30243 -model3=model_30250 -model4=model_30249 -model5=model_30238 -unknown119=2 - -// 6606 -[npc_6606] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=45 -name=Revenant icefiend -model1=model_33841 -unknown119=2 - -// 6607 -[npc_6607] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6608 -[npc_6608] -bas=bas_569 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=60 -name=Revenant hobgoblin -model1=model_30258 -unknown119=2 - -// 6609 -[npc_6609] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6610 -[npc_6610] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6611 -[npc_6611] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6612 -[npc_6612] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=30 -name=Revenant goblin -model1=model_30245 -model2=model_30242 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6613 -[npc_6613] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6614 -[npc_6614] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6615 -[npc_6615] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6616 -[npc_6616] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=15 -name=Revenant goblin -model1=model_30245 -model2=model_30243 -model3=model_30250 -model4=model_30249 -model5=model_30238 -unknown119=2 - -// 6617 -[npc_6617] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6618 -[npc_6618] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6619 -[npc_6619] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6620 -[npc_6620] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=22 -name=Revenant goblin -model1=model_30246 -model2=model_30243 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6621 -[npc_6621] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=45 -name=Revenant icefiend -model1=model_33841 -unknown119=2 - -// 6622 -[npc_6622] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=52 -name=Revenant pyrefiend -model1=model_30257 -unknown119=2 - -// 6623 -[npc_6623] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6624 -[npc_6624] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6625 -[npc_6625] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6626 -[npc_6626] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6627 -[npc_6627] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6628 -[npc_6628] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=45 -name=Revenant icefiend -model1=model_33841 -unknown119=2 - -// 6629 -[npc_6629] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6630 -[npc_6630] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6631 -[npc_6631] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=52 -name=Revenant pyrefiend -model1=model_30257 -unknown119=2 - -// 6632 -[npc_6632] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6633 -[npc_6633] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6634 -[npc_6634] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6635 -[npc_6635] -bas=bas_570 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=7 -name=Revenant imp -model1=model_30255 -unknown119=3 - -// 6636 -[npc_6636] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=15 -name=Revenant goblin -model1=model_30245 -model2=model_30243 -model3=model_30250 -model4=model_30249 -model5=model_30238 -unknown119=3 - -// 6637 -[npc_6637] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=22 -name=Revenant goblin -model1=model_30246 -model2=model_30243 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=3 - -// 6638 -[npc_6638] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=30 -name=Revenant goblin -model1=model_30245 -model2=model_30242 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=3 - -// 6639 -[npc_6639] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=37 -name=Revenant goblin -model1=model_30244 -model2=model_30241 -model3=model_30250 -model4=model_30247 -model5=model_30240 -unknown119=3 - -// 6640 -[npc_6640] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=45 -name=Revenant icefiend -model1=model_33841 -unknown119=3 - -// 6641 -[npc_6641] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=52 -name=Revenant pyrefiend -model1=model_30257 -unknown119=3 - -// 6642 -[npc_6642] -bas=bas_569 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=60 -name=Revenant hobgoblin -model1=model_30258 -unknown119=3 - -// 6643 -[npc_6643] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=3 - -// 6644 -[npc_6644] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=3 - -// 6645 -[npc_6645] -bas=bas_565 -size=2 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=82 -name=Revenant cyclops -model1=model_30259 -unknown119=3 - -// 6646 -[npc_6646] -bas=bas_568 -size=2 -resizeh=90 -resizev=90 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=90 -name=Revenant hellhound -model1=model_30252 -unknown119=3 - -// 6647 -[npc_6647] -bas=bas_571 -size=2 -resizeh=86 -resizev=86 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=98 -name=Revenant demon -model1=model_30236 -unknown119=3 - -// 6648 -[npc_6648] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=3 - -// 6649 -[npc_6649] -bas=bas_566 -size=3 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=120 -name=Revenant dark beast -model1=model_30253 -unknown119=3 - -// 6650 -[npc_6650] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=3 - -// 6651 -[npc_6651] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=22 -name=Revenant goblin -model1=model_30246 -model2=model_30243 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6652 -[npc_6652] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6653 -[npc_6653] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6654 -[npc_6654] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6655 -[npc_6655] -bas=bas_570 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=7 -name=Revenant imp -model1=model_30255 -unknown119=2 - -// 6656 -[npc_6656] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=15 -name=Revenant goblin -model1=model_30245 -model2=model_30243 -model3=model_30250 -model4=model_30249 -model5=model_30238 -unknown119=2 - -// 6657 -[npc_6657] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=30 -name=Revenant goblin -model1=model_30245 -model2=model_30242 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6658 -[npc_6658] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=37 -name=Revenant goblin -model1=model_30244 -model2=model_30241 -model3=model_30250 -model4=model_30247 -model5=model_30240 -unknown119=2 - -// 6659 -[npc_6659] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=45 -name=Revenant icefiend -model1=model_33841 -unknown119=2 - -// 6660 -[npc_6660] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=52 -name=Revenant pyrefiend -model1=model_30257 -unknown119=2 - -// 6661 -[npc_6661] -bas=bas_569 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=60 -name=Revenant hobgoblin -model1=model_30258 -unknown119=2 - -// 6662 -[npc_6662] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6663 -[npc_6663] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6664 -[npc_6664] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6665 -[npc_6665] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6666 -[npc_6666] -bas=bas_570 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=7 -name=Revenant imp -model1=model_30255 -unknown119=2 - -// 6667 -[npc_6667] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=30 -name=Revenant goblin -model1=model_30245 -model2=model_30242 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6668 -[npc_6668] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=52 -name=Revenant pyrefiend -model1=model_30257 -unknown119=2 - -// 6669 -[npc_6669] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6670 -[npc_6670] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6671 -[npc_6671] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6672 -[npc_6672] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6673 -[npc_6673] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6674 -[npc_6674] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6675 -[npc_6675] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6676 -[npc_6676] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6677 -[npc_6677] -bas=bas_570 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=7 -name=Revenant imp -model1=model_30255 -unknown119=3 - -// 6678 -[npc_6678] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=15 -name=Revenant goblin -model1=model_30245 -model2=model_30243 -model3=model_30250 -model4=model_30249 -model5=model_30238 -unknown119=3 - -// 6679 -[npc_6679] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=22 -name=Revenant goblin -model1=model_30246 -model2=model_30243 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=3 - -// 6680 -[npc_6680] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=30 -name=Revenant goblin -model1=model_30245 -model2=model_30242 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=3 - -// 6681 -[npc_6681] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=37 -name=Revenant goblin -model1=model_30244 -model2=model_30241 -model3=model_30250 -model4=model_30247 -model5=model_30240 -unknown119=3 - -// 6682 -[npc_6682] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=45 -name=Revenant icefiend -model1=model_33841 -unknown119=3 - -// 6683 -[npc_6683] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=52 -name=Revenant pyrefiend -model1=model_30257 -unknown119=3 - -// 6684 -[npc_6684] -bas=bas_569 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=60 -name=Revenant hobgoblin -model1=model_30258 -unknown119=3 - -// 6685 -[npc_6685] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=3 - -// 6686 -[npc_6686] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=3 - -// 6687 -[npc_6687] -bas=bas_565 -size=2 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=82 -name=Revenant cyclops -model1=model_30259 -unknown119=3 - -// 6688 -[npc_6688] -bas=bas_568 -size=2 -resizeh=90 -resizev=90 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=90 -name=Revenant hellhound -model1=model_30252 -unknown119=3 - -// 6689 -[npc_6689] -bas=bas_571 -size=2 -resizeh=86 -resizev=86 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=98 -name=Revenant demon -model1=model_30236 -unknown119=3 - -// 6690 -[npc_6690] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=3 - -// 6691 -[npc_6691] -bas=bas_566 -size=3 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=120 -name=Revenant dark beast -model1=model_30253 -unknown119=3 - -// 6692 -[npc_6692] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=3 - -// 6693 -[npc_6693] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=30 -name=Revenant goblin -model1=model_30245 -model2=model_30242 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6694 -[npc_6694] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=45 -name=Revenant icefiend -model1=model_33841 -unknown119=2 - -// 6695 -[npc_6695] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6696 -[npc_6696] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6697 -[npc_6697] -bas=bas_570 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=7 -name=Revenant imp -model1=model_30255 -unknown119=2 - -// 6698 -[npc_6698] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=22 -name=Revenant goblin -model1=model_30246 -model2=model_30243 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6699 -[npc_6699] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=37 -name=Revenant goblin -model1=model_30244 -model2=model_30241 -model3=model_30250 -model4=model_30247 -model5=model_30240 -unknown119=2 - -// 6700 -[npc_6700] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6701 -[npc_6701] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6702 -[npc_6702] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6703 -[npc_6703] -bas=bas_570 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=7 -name=Revenant imp -model1=model_30255 -unknown119=2 - -// 6704 -[npc_6704] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=15 -name=Revenant goblin -model1=model_30245 -model2=model_30243 -model3=model_30250 -model4=model_30249 -model5=model_30238 -unknown119=2 - -// 6705 -[npc_6705] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=22 -name=Revenant goblin -model1=model_30246 -model2=model_30243 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6706 -[npc_6706] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=30 -name=Revenant goblin -model1=model_30245 -model2=model_30242 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6707 -[npc_6707] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=37 -name=Revenant goblin -model1=model_30244 -model2=model_30241 -model3=model_30250 -model4=model_30247 -model5=model_30240 -unknown119=2 - -// 6708 -[npc_6708] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=45 -name=Revenant icefiend -model1=model_33841 -unknown119=2 - -// 6709 -[npc_6709] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=52 -name=Revenant pyrefiend -model1=model_30257 -unknown119=2 - -// 6710 -[npc_6710] -bas=bas_569 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=60 -name=Revenant hobgoblin -model1=model_30258 -unknown119=2 - -// 6711 -[npc_6711] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6712 -[npc_6712] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6713 -[npc_6713] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6714 -[npc_6714] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6715 -[npc_6715] -bas=bas_570 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=7 -name=Revenant imp -model1=model_30255 -unknown119=2 - -// 6716 -[npc_6716] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=15 -name=Revenant goblin -model1=model_30245 -model2=model_30243 -model3=model_30250 -model4=model_30249 -model5=model_30238 -unknown119=2 - -// 6717 -[npc_6717] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=22 -name=Revenant goblin -model1=model_30246 -model2=model_30243 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6718 -[npc_6718] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=30 -name=Revenant goblin -model1=model_30245 -model2=model_30242 -model3=model_30250 -model4=model_30248 -model5=model_30238 -unknown119=2 - -// 6719 -[npc_6719] -bas=bas_567 -ambient=20 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=37 -name=Revenant goblin -model1=model_30244 -model2=model_30241 -model3=model_30250 -model4=model_30247 -model5=model_30240 -unknown119=2 - -// 6720 -[npc_6720] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=45 -name=Revenant icefiend -model1=model_33841 -unknown119=2 - -// 6721 -[npc_6721] -bas=bas_573 -ambient=60 -contrast=60 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=52 -name=Revenant pyrefiend -model1=model_30257 -unknown119=2 - -// 6722 -[npc_6722] -bas=bas_569 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=60 -name=Revenant hobgoblin -model1=model_30258 -unknown119=2 - -// 6723 -[npc_6723] -bas=bas_574 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=68 -name=Revenant vampire -model1=model_30254 -unknown119=2 - -// 6724 -[npc_6724] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6725 -[npc_6725] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6726 -[npc_6726] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6727 -[npc_6727] -bas=bas_569 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=60 -name=Revenant hobgoblin -model1=model_30258 -unknown119=2 - -// 6728 -[npc_6728] -bas=bas_575 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=75 -name=Revenant werewolf -model1=model_30237 -unknown119=2 - -// 6729 -[npc_6729] -bas=bas_572 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=105 -name=Revenant ork -model1=model_30251 -unknown119=2 - -// 6730 -[npc_6730] -bas=bas_564 -ambient=25 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=126 -name=Revenant knight -model1=model_30235 -unknown119=2 - -// 6731 -[npc_6731] -bas=bas_179 -size=1 -contrast=30 -ambient=30 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Queen of Snow -model1=model_30275 -head1=model_39076 -unknown119=3 - -// 6732 -[npc_6732] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Snow imp -model1=model_30268 -head1=model_30284 -unknown119=3 - -// 6733 -[npc_6733] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Snow imp -model1=model_30268 -head1=model_30284 -unknown119=3 - -// 6734 -[npc_6734] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Snow imp -model1=model_30268 -head1=model_30284 -unknown119=3 - -// 6735 -[npc_6735] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Snow imp -model1=model_30268 -head1=model_30284 -unknown119=3 - -// 6736 -[npc_6736] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Snow imp -model1=model_30268 -head1=model_30284 -unknown119=3 - -// 6737 -[npc_6737] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Snow imp -model1=model_30268 -head1=model_30284 -unknown119=3 - -// 6738 -[npc_6738] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Snow imp -model1=model_30268 -head1=model_30284 -unknown119=3 - -// 6739 -[npc_6739] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Snow imp -model1=model_30268 -head1=model_30284 -unknown119=3 - -// 6740 -[npc_6740] -bas=bas_604 -size=1 -contrast=60 -ambient=60 -minimap=no -vislevel=0 -name=Snow -model1=model_30382 -unknown119=3 - -// 6741 -[npc_6741] -bas=bas_606 -size=1 -contrast=60 -ambient=60 -minimap=no -vislevel=0 -name=Snow -model1=model_30382 -unknown119=1 - -// 6742 -[npc_6742] -bas=bas_605 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Barbarian snowman -model1=model_30375 -head1=model_30283 -unknown119=3 - -// 6743 -[npc_6743] -bas=bas_605 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Dragon snowman -model1=model_30379 -head1=model_30277 -unknown119=3 - -// 6744 -[npc_6744] -bas=bas_605 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Dwarf snowman -model1=model_30374 -head1=model_30276 -unknown119=3 - -// 6745 -[npc_6745] -bas=bas_605 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Pirate snowman -model1=model_30377 -head1=model_30281 -unknown119=3 - -// 6746 -[npc_6746] -bas=bas_605 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Snowman -model1=model_30376 -head1=model_30280 -unknown119=3 - -// 6747 -[npc_6747] -bas=bas_605 -size=1 -contrast=15 -ambient=25 -op3=Talk-to -op1=Pelt -alwaysontop=yes -vislevel=29 -name=Snow ranger -model1=model_30380 -head1=model_30278 -unknown119=3 - -// 6748 -[npc_6748] -bas=bas_605 -size=1 -contrast=15 -ambient=25 -op3=Talk-to -op1=Pelt -alwaysontop=yes -vislevel=29 -name=Snow warrior -model1=model_30381 -head1=model_30279 -unknown119=3 - -// 6749 -[npc_6749] -bas=bas_605 -size=1 -contrast=15 -ambient=25 -op3=Talk-to -op1=Pelt -alwaysontop=yes -vislevel=29 -name=Snow mage -model1=model_30378 -head1=model_30282 -unknown119=3 - -// 6750 -[npc_6750] -bas=bas_4 -ambient=25 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14724 -recol1d=14697 -recol2s=2340 -recol2d=3202 -recol3s=6273 -recol3d=22131 -retex1s=material_228 -retex1d=material_426 -retex2s=material_268 -retex2d=material_256 -name=Pet shop owner -model1=model_378 -model2=model_30387 -model3=model_17165 -model4=model_10706 -model5=model_17166 -model6=model_358 -head1=model_39123 -unknown119=2 - -// 6751 -[npc_6751] -vislevel=0 -minimap=no -active=no -model1=model_6318 -unknown119=1 - -// 6752 -[npc_6752] -bas=bas_1338 -vislevel=0 -name=Bulldog -model1=model_30411 -unknown119=2 - -// 6753 -[npc_6753] -bas=bas_244 -op2=Attack -vislevel=125 -name=Mummy -model1=model_20927 -model2=model_20941 -model3=model_20909 -model4=model_20920 -model5=model_20922 -model6=model_20931 -model7=model_20917 -model8=model_20936 -unknown119=3 - -// 6754 -[npc_6754] -bas=bas_244 -op2=Attack -vislevel=125 -name=Mummy -model1=model_20928 -model2=model_20942 -model3=model_20911 -model4=model_20921 -model5=model_20922 -model6=model_20930 -model7=model_20918 -model8=model_20936 -unknown119=3 - -// 6755 -[npc_6755] -bas=bas_244 -op2=Attack -vislevel=125 -name=Mummy -model1=model_20883 -model2=model_20896 -model3=model_20865 -model4=model_20878 -model5=model_20880 -model6=model_20887 -model7=model_20875 -model8=model_20893 -unknown119=3 - -// 6756 -[npc_6756] -bas=bas_244 -op2=Attack -vislevel=125 -name=Mummy -model1=model_20884 -model2=model_20899 -model3=model_20871 -model4=model_20879 -model5=model_20880 -model6=model_20889 -model7=model_20877 -model8=model_20894 -unknown119=3 - -// 6757 -[npc_6757] -bas=bas_244 -op2=Attack -ambient=60 -contrast=60 -vislevel=125 -name=Mummy -model1=model_20904 -model2=model_20905 -unknown119=3 - -// 6758 -[npc_6758] -bas=bas_244 -op2=Attack -ambient=60 -contrast=60 -vislevel=125 -name=Mummy -model1=model_20904 -model2=model_20905 -unknown119=3 - -// 6759 -[npc_6759] -bas=bas_244 -op2=Attack -ambient=60 -contrast=60 -vislevel=125 -name=Mummy -model1=model_20903 -model2=model_20902 -unknown119=3 - -// 6760 -[npc_6760] -bas=bas_244 -op2=Attack -ambient=60 -contrast=60 -vislevel=125 -recol1s=17966 -recol1d=13638 -recol2s=27447 -recol2d=22059 -recol3s=32760 -recol3d=21994 -recol4s=0 -recol4d=7296 -recol5s=32631 -recol5d=32495 -name=Mummy -model1=model_20903 -model2=model_20902 -unknown119=3 - -// 6761 -[npc_6761] -bas=bas_67 -size=1 -op2=Attack -vislevel=89 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Dried zombie -model1=model_21104 -model2=model_21057 -model3=model_21037 -model4=model_21086 -model5=model_21113 -model6=model_21073 -model7=model_21140 -unknown119=3 - -// 6762 -[npc_6762] -bas=bas_67 -size=1 -op2=Attack -vislevel=94 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Dried zombie -model1=model_21102 -model2=model_21058 -model3=model_21040 -model4=model_21087 -model5=model_21116 -model6=model_21073 -model7=model_21140 -unknown119=3 - -// 6763 -[npc_6763] -bas=bas_67 -size=1 -op2=Attack -vislevel=110 -recol1s=17998 -recol1d=17966 -recol2s=16941 -recol2d=17966 -recol3s=14827 -recol3d=15852 -recol4s=13770 -recol4d=15852 -recol5s=15884 -recol5d=16909 -name=Dried zombie -model1=model_21105 -model2=model_21059 -model3=model_21041 -model4=model_21088 -model5=model_21117 -model6=model_21073 -model7=model_21140 -unknown119=3 - -// 6764 -[npc_6764] -bas=bas_70 -size=1 -op2=Attack -vislevel=97 -name=Skeleton -model1=model_21170 -model2=model_21178 -model3=model_21159 -model4=model_21156 -model5=model_21180 -model6=model_21202 -model7=model_21187 -unknown119=3 - -// 6765 -[npc_6765] -bas=bas_70 -size=1 -op2=Attack -vislevel=108 -name=Skeleton -model1=model_21173 -model2=model_21179 -model3=model_21160 -model4=model_21156 -model5=model_21182 -model6=model_21200 -model7=model_21186 -unknown119=3 - -// 6766 -[npc_6766] -bas=bas_70 -size=1 -op2=Attack -vislevel=120 -name=Skeleton -model1=model_21175 -model2=model_21179 -model3=model_21161 -model4=model_21156 -model5=model_21181 -model6=model_21205 -model7=model_21187 -unknown119=3 - -// 6767 -[npc_6767] -bas=bas_70 -size=1 -op2=Attack -vislevel=115 -name=Skeleton -model1=model_21174 -model2=model_21179 -model3=model_21161 -model4=model_21156 -model5=model_21182 -model6=model_21199 -model7=model_21186 -unknown119=3 - -// 6768 -[npc_6768] -bas=bas_71 -size=1 -op2=Attack -vislevel=140 -name=Skeleton -model1=model_21169 -model2=model_21161 -model3=model_21157 -model4=model_21181 -model5=model_21204 -model6=model_21188 -unknown119=3 - -// 6769 -[npc_6769] -bas=bas_29 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=11561 -recol1d=9443 -recol2s=7183 -recol2d=13408 -recol3s=8386 -recol3d=13408 -recol4s=2340 -recol4d=27332 -recol5s=25098 -recol5d=9443 -recol6s=22027 -recol6d=9443 -name=Doorman -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_40165 -model5=model_6135 -model6=model_6133 -model7=model_185 -head1=model_39771 -head2=model_39930 -head3=model_39275 -unknown119=3 - -// 6770 -[npc_6770] -bas=bas_1129 -op2=Attack -size=3 -alwaysontop=yes -vislevel=191 -name=Giant scarab -model1=model_31075 -unknown119=3 - -// 6771 -[npc_6771] -bas=bas_1129 -op2=Attack -size=3 -alwaysontop=yes -vislevel=206 -name=Giant scarab -model1=model_31075 -unknown119=3 - -// 6772 -[npc_6772] -bas=bas_1126 -op2=Attack -vislevel=14 -name=Scarab larva -model1=model_30852 -unknown119=3 - -// 6773 -[npc_6773] -bas=bas_242 -op2=Attack -vislevel=103 -name=Scabaras ranger -model1=model_31016 -model2=model_31022 -unknown119=3 - -// 6774 -[npc_6774] -bas=bas_243 -op2=Attack -vislevel=112 -name=Scabaras lancer -model1=model_31017 -model2=model_31015 -unknown119=3 - -// 6775 -[npc_6775] -bas=bas_242 -vislevel=1 -name=Scabaras priest -model1=model_31018 -head1=model_31081 -unknown119=3 - -// 6776 -[npc_6776] -bas=bas_246 -op2=Attack -size=2 -vislevel=106 -name=Scabaras locust -model1=model_31076 -unknown119=3 - -// 6777 -[npc_6777] -bas=bas_246 -op2=Attack -size=2 -vislevel=109 -name=Locust lancer -model1=model_31076 -model2=model_31077 -model3=model_31079 -unknown119=3 - -// 6778 -[npc_6778] -bas=bas_246 -op2=Attack -size=2 -vislevel=98 -recol1s=2185 -recol1d=9248 -recol2s=12545 -recol2d=10593 -recol3s=13633 -recol3d=11649 -recol4s=10433 -recol4d=8481 -name=Locust ranger -model1=model_31076 -model2=model_31077 -model3=model_31078 -unknown119=3 - -// 6779 -[npc_6779] -bas=bas_247 -size=2 -op2=Attack -vislevel=89 -name=Crocodile -model1=model_31023 -unknown119=3 - -// 6780 -[npc_6780] -bas=bas_245 -op2=Attack -alwaysontop=yes -vislevel=98 -name=Scabaras mage -model1=model_31020 -model2=model_31019 -unknown119=3 - -// 6781 -[npc_6781] -bas=bas_245 -op2=Attack -alwaysontop=yes -vislevel=88 -name=Scabaras mage -model1=model_31020 -model2=model_31019 -unknown119=3 - -// 6782 -[npc_6782] -bas=bas_1125 -resizeh=122 -resizev=122 -op1=Talk-to -alwaysontop=yes -vislevel=0 -recol1s=16515 -recol1d=32569 -recol2s=12354 -recol2d=32503 -recol3s=25098 -recol3d=20967 -recol4s=22131 -recol4d=32569 -recol5s=10273 -recol5d=32654 -recol6s=6273 -recol6d=0 -retex1s=material_268 -retex1d=material_256 -retex2s=material_252 -retex2d=material_359 -name=Maisa -model1=model_26155 -model2=model_26140 -model3=model_26149 -model4=model_26141 -model5=model_387 -head1=model_39084 -unknown119=3 - -// 6783 -[npc_6783] -bas=bas_1125 -resizeh=122 -resizev=122 -op1=Talk-to -alwaysontop=yes -vislevel=0 -recol1s=16515 -recol1d=32569 -recol2s=12354 -recol2d=32503 -recol3s=25098 -recol3d=29458 -recol4s=22131 -recol4d=32569 -recol5s=10273 -recol5d=32654 -recol6s=6273 -recol6d=0 -retex1s=material_268 -retex1d=material_256 -retex2s=material_252 -retex2d=material_359 -name=Maisa -model1=model_26155 -model2=model_26140 -model3=model_26149 -model4=model_26141 -model5=model_387 -head1=model_39084 -unknown119=3 - -// 6784 -[npc_6784] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=11561 -recol1d=22027 -recol2s=7183 -recol2d=15392 -recol3s=8386 -recol3d=15392 -recol4s=2340 -recol4d=28386 -recol5s=25098 -recol5d=11524 -recol6s=22027 -recol6d=11524 -name=Priest -model1=model_6130 -model2=model_248 -model3=model_6134 -model4=model_40165 -model5=model_6135 -model6=model_6133 -model7=model_185 -head1=model_39771 -head2=model_39275 -head3=model_39930 -unknown119=3 - -// 6785 -[npc_6785] -bas=bas_241 -size=1 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Clay golem -model1=model_6146 -model2=model_6148 -model3=model_6150 -head1=model_6145 -unknown119=3 - -// 6786 -[npc_6786] -bas=bas_1127 -size=1 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Lead archaeologist Abigail -model1=model_30857 -head1=model_39027 -head2=model_38842 -head3=model_38864 -unknown119=1 - -// 6787 -[npc_6787] -bas=bas_1128 -size=1 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Assistant archaeologist Kerner -model1=model_30855 -model2=model_30854 -head1=model_39619 -head2=model_39474 -unknown119=1 - -// 6788 -[npc_6788] -bas=bas_242 -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=High Priest of Scabaras -model1=model_31018 -head1=model_31081 -unknown119=3 - -// 6789 -[npc_6789] -bas=bas_243 -op2=Attack -vislevel=179 -name=High Priest of Scabaras -model1=model_31018 -model2=model_31015 -head1=model_31081 -unknown119=3 - -// 6790 -[npc_6790] -bas=bas_242 -op2=Attack -vislevel=139 -name=High Priest of Scabaras -model1=model_31018 -model2=model_31022 -head1=model_31081 -unknown119=3 - -// 6791 -[npc_6791] -bas=bas_243 -op2=Attack -vislevel=148 -name=High Priest of Scabaras -model1=model_31018 -model2=model_31015 -head1=model_31081 -unknown119=3 - -// 6792 -[npc_6792] -bas=bas_20 -size=2 -op2=Attack -vislevel=31 -name=Vulture -model1=model_30853 -unknown119=3 - -// 6793 -[npc_6793] -bas=bas_1124 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_4235 -multinpc=1,npc_6782 -unknown119=3 - -// 6794 -[npc_6794] -bas=bas_15 -ambient=25 -size=2 -op1=Interact -op3=Store -vislevel=0 -minimap=no -alwaysontop=yes -name=Spirit terrorbird -model1=model_31096 -head1=model_31146 -unknown119=1 - -// 6795 -[npc_6795] -bas=bas_15 -ambient=25 -size=2 -op2=Attack -op1=Interact -op3=Store -vislevel=62 -minimap=no -alwaysontop=yes -name=Spirit terrorbird -model1=model_31096 -head1=model_31146 -unknown119=1 - -// 6796 -[npc_6796] -bas=bas_1319 -minimap=no -op1=Interact -op3=Withdraw -vislevel=0 -alwaysontop=yes -name=Granite crab -model1=model_31133 -head1=model_31251 -unknown119=1 - -// 6797 -[npc_6797] -bas=bas_1319 -vislevel=26 -minimap=no -op2=Attack -op1=Interact -op3=Withdraw -alwaysontop=yes -name=Granite crab -model1=model_31133 -head1=model_31251 -unknown119=1 - -// 6798 -[npc_6798] -bas=bas_1311 -vislevel=0 -ambient=25 -op1=talk-to -op1=Interact -alwaysontop=yes -minimap=no -resizeh=112 -resizev=112 -name=Praying mantis -model1=model_30498 -head1=model_31274 -unknown119=1 - -// 6799 -[npc_6799] -bas=bas_1311 -ambient=25 -op1=talk-to -op2=Attack -op1=Interact -vislevel=131 -alwaysontop=yes -minimap=no -resizeh=112 -resizev=112 -name=Praying mantis -model1=model_30498 -head1=model_31274 -unknown119=1 - -// 6800 -[npc_6800] -bas=bas_1296 -size=2 -ambient=25 -op1=Interact -op3=Withdraw -vislevel=0 -minimap=no -alwaysontop=yes -name=Giant ent -model1=model_30500 -head1=model_31272 -unknown119=1 - -// 6801 -[npc_6801] -bas=bas_1296 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Withdraw -vislevel=137 -minimap=no -alwaysontop=yes -name=Giant ent -model1=model_30500 -head1=model_31272 -unknown119=1 - -// 6802 -[npc_6802] -bas=bas_1328 -ambient=25 -size=2 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Spirit cobra -model1=model_30457 -head1=model_31270 -unknown119=1 - -// 6803 -[npc_6803] -bas=bas_1328 -ambient=25 -size=2 -op2=Attack -op1=Interact -vislevel=105 -minimap=no -alwaysontop=yes -name=Spirit cobra -model1=model_30457 -head1=model_31270 -unknown119=1 - -// 6804 -[npc_6804] -bas=bas_1323 -ambient=25 -size=2 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Spirit dagannoth -model1=model_30528 -head1=model_31213 -unknown119=1 - -// 6805 -[npc_6805] -bas=bas_1323 -ambient=25 -size=2 -op2=Attack -op1=Interact -vislevel=148 -minimap=no -alwaysontop=yes -name=Spirit dagannoth -model1=model_30528 -head1=model_31213 -unknown119=1 - -// 6806 -[npc_6806] -bas=bas_1329 -ambient=25 -op1=Interact -op3=Store -vislevel=0 -minimap=no -alwaysontop=yes -name=Thorny snail -model1=model_30435 -head1=model_31168 -unknown119=1 - -// 6807 -[npc_6807] -bas=bas_1329 -ambient=25 -op2=Attack -op1=Interact -op3=Store -vislevel=26 -minimap=no -alwaysontop=yes -name=Thorny snail -model1=model_30435 -head1=model_31168 -unknown119=1 - -// 6808 -[npc_6808] -bas=bas_10 -vislevel=0 -size=1 -ambient=25 -minimap=no -op1=Interact -op3=Withdraw -name=Beaver -model1=model_30482 -head1=model_31207 -unknown119=1 - -// 6809 -[npc_6809] -bas=bas_1294 -size=1 -ambient=25 -vislevel=0 -op1=Interact -op5=Drown -resizeh=110 -resizev=110 -minimap=no -alwaysontop=yes -name=Karamthulhu overlord -model1=model_30485 -head1=model_31158 -unknown119=1 - -// 6810 -[npc_6810] -bas=bas_1294 -size=1 -ambient=25 -op2=Attack -op1=Interact -op5=Drown -resizeh=110 -resizev=110 -vislevel=95 -minimap=no -alwaysontop=yes -name=Karamthulhu overlord -model1=model_30485 -head1=model_31158 -unknown119=1 - -// 6811 -[npc_6811] -bas=bas_1316 -ambient=25 -size=2 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Hydra -model1=model_30497 -head1=model_31250 -unknown119=1 - -// 6812 -[npc_6812] -bas=bas_1316 -ambient=25 -size=2 -op2=Attack -op1=Interact -vislevel=141 -minimap=no -alwaysontop=yes -name=Hydra -model1=model_30497 -head1=model_31250 -unknown119=1 - -// 6813 -[npc_6813] -bas=bas_1307 -size=2 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Bunyip -model1=model_30434 -head1=model_31201 -unknown119=1 - -// 6814 -[npc_6814] -bas=bas_1307 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=70 -minimap=no -alwaysontop=yes -name=Bunyip -model1=model_30434 -head1=model_31201 -unknown119=1 - -// 6815 -[npc_6815] -bas=bas_1293 -ambient=25 -size=2 -op1=Interact -op3=Store -vislevel=0 -minimap=no -alwaysontop=yes -name=War tortoise -model1=model_30460 -head1=model_31144 -unknown119=1 - -// 6816 -[npc_6816] -bas=bas_1293 -ambient=25 -op2=Attack -op1=Interact -op3=Store -vislevel=86 -size=2 -minimap=no -alwaysontop=yes -name=War tortoise -model1=model_30460 -head1=model_31144 -unknown119=1 - -// 6817 -[npc_6817] -bas=bas_7 -vislevel=0 -alwaysontop=yes -op1=Interact -op3=Withdraw -minimap=no -name=Fruit bat -model1=model_31106 -head1=model_31225 -unknown119=1 - -// 6818 -[npc_6818] -bas=bas_1300 -ambient=25 -size=1 -op1=Interact -op3=Store -vislevel=0 -minimap=no -alwaysontop=yes -name=Abyssal parasite -model1=model_30458 -head1=model_31167 -unknown119=1 - -// 6819 -[npc_6819] -bas=bas_1300 -ambient=25 -size=1 -op2=Attack -op1=Interact -op3=Store -vislevel=86 -minimap=no -alwaysontop=yes -name=Abyssal parasite -model1=model_30458 -head1=model_31167 -unknown119=1 - -// 6820 -[npc_6820] -bas=bas_1304 -ambient=25 -size=1 -op1=Interact -op3=Store -vislevel=0 -alwaysontop=yes -minimap=no -name=Abyssal lurker -model1=model_30439 -head1=model_31153 -unknown119=1 - -// 6821 -[npc_6821] -bas=bas_1304 -ambient=25 -size=1 -op2=Attack -op1=Interact -op3=Store -vislevel=93 -alwaysontop=yes -minimap=no -name=Abyssal lurker -model1=model_30439 -head1=model_31153 -unknown119=1 - -// 6822 -[npc_6822] -bas=bas_1295 -size=2 -ambient=25 -op1=Interact -op5=Cure -vislevel=0 -alwaysontop=yes -minimap=no -name=Unicorn stallion -model1=model_31101 -head1=model_31223 -unknown119=1 - -// 6823 -[npc_6823] -bas=bas_1295 -size=2 -ambient=25 -op2=Attack -op1=Interact -op5=Cure -vislevel=70 -alwaysontop=yes -minimap=no -name=Unicorn stallion -model1=model_31101 -head1=model_31223 -unknown119=1 - -// 6824 -[npc_6824] -bas=bas_14 -size=1 -op1=Interact -op3=Withdraw -vislevel=0 -alwaysontop=yes -minimap=no -name=Magpie -model1=model_30488 -head1=model_31152 -unknown119=1 - -// 6825 -[npc_6825] -bas=bas_1308 -resizeh=110 -resizev=110 -op1=Interact -op5=Special -vislevel=0 -alwaysontop=yes -minimap=no -name=Dreadfowl -model1=model_30429 -head1=model_31147 -unknown119=1 - -// 6826 -[npc_6826] -bas=bas_1308 -resizeh=110 -resizev=110 -op2=Attack -op1=Interact -op5=Special -vislevel=26 -alwaysontop=yes -minimap=no -name=Dreadfowl -model1=model_30429 -head1=model_31147 -unknown119=1 - -// 6827 -[npc_6827] -bas=bas_1327 -size=1 -ambient=25 -minimap=no -alwaysontop=yes -op1=Interact -op3=Withdraw -vislevel=0 -name=Stranger plant -model1=model_30455 -head1=model_31156 -unknown119=1 - -// 6828 -[npc_6828] -bas=bas_1327 -size=1 -ambient=25 -vislevel=107 -minimap=no -alwaysontop=yes -op1=Interact -op2=Attack -op3=Withdraw -name=Stranger plant -model1=model_30455 -head1=model_31156 -unknown119=1 - -// 6829 -[npc_6829] -bas=bas_1326 -size=2 -resizeh=104 -resizev=104 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Spirit wolf -model1=model_30443 -head1=model_31211 -unknown119=1 - -// 6830 -[npc_6830] -bas=bas_1326 -size=2 -resizeh=104 -resizev=104 -op2=Attack -op1=Interact -vislevel=26 -alwaysontop=yes -minimap=no -name=Spirit wolf -model1=model_30443 -head1=model_31211 -unknown119=1 - -// 6831 -[npc_6831] -bas=bas_1303 -ambient=25 -size=2 -op1=Interact -op3=Burrow -vislevel=0 -minimap=no -alwaysontop=yes -name=Desert wyrm -model1=model_30456 -head1=model_31217 -unknown119=1 - -// 6832 -[npc_6832] -bas=bas_1303 -ambient=25 -size=2 -op2=Attack -op1=Interact -op3=Burrow -vislevel=31 -minimap=no -alwaysontop=yes -name=Desert wyrm -model1=model_30456 -head1=model_31217 -unknown119=1 - -// 6833 -[npc_6833] -bas=bas_1321 -ambient=25 -ambient=25 -vislevel=0 -alwaysontop=yes -op1=Interact -op3=Withdraw -minimap=no -name=Evil turnip -model1=model_30524 -head1=model_31197 -unknown119=1 - -// 6834 -[npc_6834] -bas=bas_1321 -ambient=25 -op2=Attack -ambient=25 -alwaysontop=yes -op1=Interact -op3=Withdraw -vislevel=62 -minimap=no -name=Evil turnip -model1=model_30524 -head1=model_31197 -unknown119=1 - -// 6835 -[npc_6835] -bas=bas_7 -vislevel=0 -minimap=no -op1=Interact -alwaysontop=yes -name=Vampire bat -model1=model_31105 -head1=model_31209 -unknown119=1 - -// 6836 -[npc_6836] -bas=bas_7 -vislevel=44 -op1=Interact -op2=Attack -minimap=no -alwaysontop=yes -name=Vampire bat -model1=model_31105 -head1=model_31209 -unknown119=1 - -// 6837 -[npc_6837] -bas=bas_1297 -vislevel=0 -ambient=25 -op1=talk-to -resizeh=180 -resizev=180 -op1=Interact -minimap=no -resizeh=112 -resizev=112 -alwaysontop=yes -name=Spirit scorpion -model1=model_31095 -head1=model_31273 -unknown119=1 - -// 6838 -[npc_6838] -bas=bas_1297 -ambient=25 -vislevel=51 -resizeh=180 -resizev=180 -op1=Interact -op2=Attack -minimap=no -resizeh=112 -resizev=112 -alwaysontop=yes -name=Spirit scorpion -model1=model_31095 -head1=model_31273 -unknown119=1 - -// 6839 -[npc_6839] -bas=bas_13 -size=2 -ambient=25 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Arctic bear -model1=model_31645 -head1=model_31205 -unknown119=1 - -// 6840 -[npc_6840] -bas=bas_13 -size=2 -ambient=25 -op1=Interact -op2=Attack -vislevel=122 -alwaysontop=yes -minimap=no -name=Arctic bear -model1=model_31645 -head1=model_31205 -unknown119=1 - -// 6841 -[npc_6841] -bas=bas_17 -size=1 -ambient=25 -vislevel=0 -op1=Interact -minimap=no -alwaysontop=yes -name=Spirit spider -model1=model_31098 -head1=model_31276 -unknown119=1 - -// 6842 -[npc_6842] -bas=bas_17 -size=1 -ambient=25 -op1=Interact -op2=Attack -vislevel=25 -minimap=no -alwaysontop=yes -name=Spirit spider -model1=model_31098 -head1=model_31276 -unknown119=1 - -// 6843 -[npc_6843] -bas=bas_1288 -ambient=25 -size=1 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Bloated leech -model1=model_30499 -head1=model_31232 -unknown119=1 - -// 6844 -[npc_6844] -bas=bas_1288 -ambient=25 -size=1 -op2=Attack -op1=Interact -vislevel=76 -minimap=no -alwaysontop=yes -name=Bloated leech -model1=model_30499 -head1=model_31232 -unknown119=1 - -// 6845 -[npc_6845] -bas=bas_1335 -ambient=25 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Honey badger -model1=model_30476 -head1=model_31194 -unknown119=1 - -// 6846 -[npc_6846] -bas=bas_1335 -ambient=25 -op2=Attack -op1=Interact -vislevel=45 -alwaysontop=yes -minimap=no -name=Honey badger -model1=model_30476 -head1=model_31194 -unknown119=1 - -// 6847 -[npc_6847] -bas=bas_9 -size=2 -ambient=25 -op1=Interact -op3=Withdraw -vislevel=0 -alwaysontop=yes -minimap=no -name=Albino rat -model1=model_31102 -head1=model_31220 -unknown119=1 - -// 6848 -[npc_6848] -bas=bas_9 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Withdraw -vislevel=37 -alwaysontop=yes -minimap=no -name=Albino rat -model1=model_31102 -head1=model_31220 -unknown119=1 - -// 6849 -[npc_6849] -bas=bas_1332 -vislevel=0 -ambient=25 -op1=talk-to -op1=Interact -op3=Withdraw -alwaysontop=yes -minimap=no -name=Granite lobster -model1=model_30537 -head1=model_31275 -unknown119=1 - -// 6850 -[npc_6850] -bas=bas_1332 -ambient=25 -op1=talk-to -vislevel=129 -op2=Attack -op1=Interact -op3=Withdraw -alwaysontop=yes -minimap=no -name=Granite lobster -model1=model_30537 -head1=model_31275 -unknown119=1 - -// 6851 -[npc_6851] -bas=bas_14 -vislevel=0 -op1=Interact -op3=Withdraw -resizeh=90 -resizev=90 -minimap=no -alwaysontop=yes -name=Macaw -model1=model_30495 -head1=model_31137 -unknown119=1 - -// 6852 -[npc_6852] -bas=bas_1334 -minimap=no -alwaysontop=yes -vislevel=0 -name=Macaw -model1=model_30522 -unknown119=1 - -// 6853 -[npc_6853] -bas=bas_1291 -size=2 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=9411 -recol2s=9579 -recol2d=8354 -recol3s=7432 -recol3d=7297 -recol4s=12678 -recol4d=7330 -recol5s=11621 -recol5d=6273 -recol6s=10564 -recol6d=5216 -name=Bronze minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6854 -[npc_6854] -bas=bas_1291 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=50 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=9411 -recol2s=9579 -recol2d=8354 -recol3s=7432 -recol3d=7297 -recol4s=12678 -recol4d=7330 -recol5s=11621 -recol5d=6273 -recol6s=10564 -recol6d=5216 -name=Bronze minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6855 -[npc_6855] -bas=bas_1291 -size=2 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=10504 -recol2s=9579 -recol2d=8456 -recol3s=7432 -recol3d=7399 -recol4s=12678 -recol4d=5285 -recol5s=11621 -recol5d=4228 -recol6s=10564 -recol6d=3171 -name=Iron minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6856 -[npc_6856] -bas=bas_1291 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=70 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=10504 -recol2s=9579 -recol2d=8456 -recol3s=7432 -recol3d=7399 -recol4s=12678 -recol4d=5285 -recol5s=11621 -recol5d=4228 -recol6s=10564 -recol6d=3171 -name=Iron minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6857 -[npc_6857] -bas=bas_1291 -size=2 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=18960 -recol2s=9579 -recol2d=17903 -recol3s=7432 -recol3d=16846 -recol4s=12678 -recol4d=11561 -recol5s=11621 -recol5d=10504 -recol6s=10564 -recol6d=8456 -name=Steel minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6858 -[npc_6858] -bas=bas_1291 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=90 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=18960 -recol2s=9579 -recol2d=17903 -recol3s=7432 -recol3d=16846 -recol4s=12678 -recol4d=11561 -recol5s=11621 -recol5d=10504 -recol6s=10564 -recol6d=8456 -name=Steel minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6859 -[npc_6859] -bas=bas_1291 -size=2 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=7403 -recol2s=9579 -recol2d=6346 -recol3s=7432 -recol3d=5289 -recol4s=12678 -recol4d=5289 -recol5s=11621 -recol5d=4232 -recol6s=10564 -recol6d=3175 -name=Mithril minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6860 -[npc_6860] -bas=bas_1291 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=112 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=7403 -recol2s=9579 -recol2d=6346 -recol3s=7432 -recol3d=5289 -recol4s=12678 -recol4d=5289 -recol5s=11621 -recol5d=4232 -recol6s=10564 -recol6d=3175 -name=Mithril minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6861 -[npc_6861] -bas=bas_1291 -size=2 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=7495 -recol2s=9579 -recol2d=6438 -recol3s=7432 -recol3d=5381 -recol4s=12678 -recol4d=5349 -recol5s=11621 -recol5d=4292 -recol6s=10564 -recol6d=3235 -name=Adamant minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6862 -[npc_6862] -bas=bas_1291 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=133 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=7495 -recol2s=9579 -recol2d=6438 -recol3s=7432 -recol3d=5381 -recol4s=12678 -recol4d=5349 -recol5s=11621 -recol5d=4292 -recol6s=10564 -recol6d=3235 -name=Adamant minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6863 -[npc_6863] -bas=bas_1291 -size=2 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=7533 -recol2s=9579 -recol2d=6476 -recol3s=7432 -recol3d=5419 -recol4s=12678 -recol4d=2248 -recol5s=11621 -recol5d=1191 -recol6s=10564 -recol6d=134 -name=Rune minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6864 -[npc_6864] -bas=bas_1291 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=154 -minimap=no -alwaysontop=yes -recol1s=11693 -recol1d=7533 -recol2s=9579 -recol2d=6476 -recol3s=7432 -recol3d=5419 -recol4s=12678 -recol4d=2248 -recol5s=11621 -recol5d=1191 -recol6s=10564 -recol6d=134 -name=Rune minotaur -model1=model_30520 -head1=model_31193 -unknown119=1 - -// 6865 -[npc_6865] -bas=bas_1301 -ambient=25 -size=1 -op1=Interact -op5=Flames -vislevel=0 -minimap=no -alwaysontop=yes -name=Smoke devil -model1=model_30459 -head1=model_31192 -unknown119=1 - -// 6866 -[npc_6866] -bas=bas_1301 -ambient=25 -size=1 -op2=Attack -op1=Interact -op5=Flames -vislevel=101 -minimap=no -alwaysontop=yes -name=Smoke devil -model1=model_30459 -head1=model_31192 -unknown119=1 - -// 6867 -[npc_6867] -bas=bas_1302 -ambient=25 -op1=talk-to -op1=Interact -op3=Store -vislevel=0 -alwaysontop=yes -minimap=no -name=Bull ant -model1=model_30431 -head1=model_24573 -unknown119=1 - -// 6868 -[npc_6868] -bas=bas_1302 -ambient=25 -op1=talk-to -op2=Attack -op1=Interact -op3=Store -vislevel=58 -alwaysontop=yes -minimap=no -name=Bull ant -model1=model_30431 -head1=model_24573 -unknown119=1 - -// 6869 -[npc_6869] -bas=bas_1289 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Wolpertinger -model1=model_30475 -head1=model_31221 -unknown119=1 - -// 6870 -[npc_6870] -bas=bas_1289 -ambient=25 -op2=Attack -op1=Interact -vislevel=210 -minimap=no -alwaysontop=yes -name=Wolpertinger -model1=model_30475 -head1=model_31221 -unknown119=1 - -// 6871 -[npc_6871] -bas=bas_1325 -ambient=25 -size=2 -op1=Interact -op3=Withdraw -vislevel=0 -minimap=no -alwaysontop=yes -name=Compost mound -model1=model_30442 -head1=model_31169 -unknown119=1 - -// 6872 -[npc_6872] -bas=bas_1325 -ambient=25 -size=2 -op2=Attack -op1=Interact -op3=Withdraw -vislevel=37 -minimap=no -alwaysontop=yes -name=Compost mound -model1=model_30442 -head1=model_31169 -unknown119=1 - -// 6873 -[npc_6873] -bas=bas_11 -size=2 -ambient=25 -op1=Interact -op3=Store -vislevel=0 -alwaysontop=yes -minimap=no -name=Pack yak -model1=model_23892 -head1=model_31230 -unknown119=1 - -// 6874 -[npc_6874] -bas=bas_11 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Store -vislevel=175 -alwaysontop=yes -minimap=no -name=Pack yak -model1=model_23892 -head1=model_31230 -unknown119=1 - -// 6875 -[npc_6875] -bas=bas_18 -size=2 -ambient=25 -op1=Interact -op3=Withdraw -op5=Drain -vislevel=0 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit cockatrice -model1=model_30463 -head1=model_31264 -unknown119=1 - -// 6876 -[npc_6876] -bas=bas_18 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Withdraw -op5=Drain -vislevel=64 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit cockatrice -model1=model_30463 -head1=model_31264 -unknown119=1 - -// 6877 -[npc_6877] -bas=bas_18 -size=2 -ambient=25 -op1=Interact -op3=Withdraw -op5=Drain -vislevel=0 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit guthatrice -model1=model_30464 -head1=model_31263 -unknown119=1 - -// 6878 -[npc_6878] -bas=bas_18 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Withdraw -op5=Drain -vislevel=64 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit guthatrice -model1=model_30464 -head1=model_31263 -unknown119=1 - -// 6879 -[npc_6879] -bas=bas_18 -size=2 -ambient=25 -op1=Interact -op3=Withdraw -op5=Drain -vislevel=0 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit saratrice -model1=model_30462 -head1=model_31267 -unknown119=1 - -// 6880 -[npc_6880] -bas=bas_18 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Withdraw -op5=Drain -vislevel=64 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit saratrice -model1=model_30462 -head1=model_31267 -unknown119=1 - -// 6881 -[npc_6881] -bas=bas_18 -size=2 -ambient=25 -op1=Interact -op3=Withdraw -op5=Drain -vislevel=0 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit zamatrice -model1=model_30468 -head1=model_31269 -unknown119=1 - -// 6882 -[npc_6882] -bas=bas_18 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Withdraw -op5=Drain -vislevel=64 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit zamatrice -model1=model_30468 -head1=model_31269 -unknown119=1 - -// 6883 -[npc_6883] -bas=bas_18 -size=2 -ambient=25 -op1=Interact -op3=Withdraw -op5=Drain -vislevel=0 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit pengatrice -model1=model_30466 -head1=model_31266 -unknown119=1 - -// 6884 -[npc_6884] -bas=bas_18 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Withdraw -op5=Drain -vislevel=64 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit pengatrice -model1=model_30466 -head1=model_31266 -unknown119=1 - -// 6885 -[npc_6885] -bas=bas_18 -size=2 -ambient=25 -op1=Interact -op3=Withdraw -op5=Drain -vislevel=0 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit coraxatrice -model1=model_30465 -head1=model_31260 -unknown119=1 - -// 6886 -[npc_6886] -bas=bas_18 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Withdraw -op5=Drain -vislevel=64 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit coraxatrice -model1=model_30465 -head1=model_31260 -unknown119=1 - -// 6887 -[npc_6887] -bas=bas_18 -size=2 -ambient=25 -op1=Interact -op3=Withdraw -op5=Drain -vislevel=0 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit vulatrice -model1=model_30467 -head1=model_31262 -unknown119=1 - -// 6888 -[npc_6888] -bas=bas_18 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Withdraw -op5=Drain -vislevel=64 -minimap=no -alwaysontop=yes -resizeh=110 -resizev=110 -name=Spirit vulatrice -model1=model_30467 -head1=model_31262 -unknown119=1 - -// 6889 -[npc_6889] -bas=bas_1336 -ambient=25 -op1=Interact -op5=Cannon -vislevel=0 -alwaysontop=yes -minimap=no -name=Barker toad -model1=model_29123 -model2=model_29124 -head1=model_31258 -unknown119=1 - -// 6890 -[npc_6890] -bas=bas_1336 -ambient=25 -op2=Attack -op1=Interact -op5=Cannon -vislevel=112 -alwaysontop=yes -minimap=no -name=Barker toad -model1=model_29123 -model2=model_29124 -head1=model_31258 -unknown119=1 - -// 6891 -[npc_6891] -bas=bas_4 -op1=Talk-to -alwaysontop=yes -vislevel=0 -recol1s=2340 -recol1d=26322 -recol2s=14724 -recol2d=17792 -recol3s=15856 -recol3d=25098 -recol4s=6354 -recol4d=26322 -name=Penguin keeper -model1=model_215 -model2=model_292 -model3=model_250 -model4=model_151 -model5=model_10218 -model6=model_271 -model7=model_185 -model8=model_194 -model9=model_327 -model10=model_495 -head1=model_39836 -head2=model_38642 -head3=model_39481 -unknown119=3 - -// 6892 -[npc_6892] -bas=bas_4 -ambient=25 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=14697 -recol2s=2340 -recol2d=3202 -recol3s=6273 -recol3d=22131 -retex1s=material_228 -retex1d=material_426 -name=Pet shop owner -model1=model_378 -model2=model_30387 -model3=model_17165 -model4=model_10706 -model5=model_17166 -model6=model_358 -head1=model_39123 -unknown119=3 - -// 6893 -[npc_6893] -bas=bas_4 -ambient=25 -op1=Talk-to -op3=Trade -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=14697 -recol2s=2340 -recol2d=3202 -recol3s=15856 -recol3d=25098 -recol4s=27456 -recol4d=16416 -recol5s=32192 -recol5d=28295 -name=Pet shop owner -model1=model_12137 -model2=model_247 -model3=model_31630 -model4=model_319 -model5=model_32592 -model6=model_10218 -model7=model_15104 -model8=model_181 -head1=model_39643 -head2=model_39256 -unknown119=3 - -// 6894 -[npc_6894] -bas=bas_5 -ambient=25 -vislevel=0 -name=Terrier -model1=model_30447 -unknown119=3 - -// 6895 -[npc_6895] -bas=bas_1337 -ambient=25 -vislevel=0 -name=Labrador -model1=model_30444 -unknown119=3 - -// 6896 -[npc_6896] -bas=bas_1339 -ambient=25 -vislevel=0 -name=Dalmatian -model1=model_30451 -unknown119=3 - -// 6897 -[npc_6897] -bas=bas_1338 -vislevel=0 -name=Bulldog -model1=model_30411 -unknown119=3 - -// 6898 -[npc_6898] -bas=bas_4 -ambient=25 -op1=Talk-to -vislevel=0 -recol1s=14724 -recol1d=14697 -recol2s=2340 -recol2d=3202 -recol3s=15856 -recol3d=25098 -recol4s=27456 -recol4d=16416 -recol5s=32192 -recol5d=28295 -name=Pet shop owner -model1=model_12137 -model2=model_247 -model3=model_31630 -model4=model_319 -model5=model_32592 -model6=model_10218 -model7=model_15104 -model8=model_181 -head1=model_39643 -head2=model_39256 -unknown119=2 - -// 6899 -[npc_6899] -bas=bas_1338 -vislevel=0 -name=Bulldog -model1=model_30411 -unknown119=2 - -// 6900 -[npc_6900] -bas=bas_1343 -size=1 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Hatchling dragon -model1=model_31104 -head1=model_31259 -unknown119=3 - -// 6901 -[npc_6901] -bas=bas_1344 -size=2 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -name=Baby dragon -model1=model_31103 -head1=model_31268 -unknown119=3 - -// 6902 -[npc_6902] -bas=bas_1343 -size=1 -ambient=25 -op1=talk-to -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10305 -recol1d=6414 -recol2s=9248 -recol2d=5357 -recol3s=8192 -recol3d=4300 -recol4s=7168 -recol4d=3243 -recol5s=13573 -recol5d=24349 -recol6s=23220 -recol6d=22193 -name=Hatchling dragon -model1=model_31104 -head1=model_31259 -unknown119=3 - -// 6903 -[npc_6903] -bas=bas_1344 -size=2 -ambient=25 -op1=talk-to -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -recol1s=10305 -recol1d=6414 -recol2s=9248 -recol2d=5357 -recol3s=8192 -recol3d=4300 -recol4s=7168 -recol4d=3243 -recol5s=13573 -recol5d=24349 -recol6s=23220 -recol6d=22193 -name=Baby dragon -model1=model_31103 -head1=model_31268 -unknown119=3 - -// 6904 -[npc_6904] -bas=bas_1343 -vislevel=0 -size=1 -ambient=25 -op1=talk-to -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10305 -recol1d=10663 -recol2s=9248 -recol2d=9606 -recol3s=8192 -recol3d=8549 -recol4s=7168 -recol4d=7492 -recol5s=13573 -recol5d=18058 -recol6s=23220 -recol6d=22160 -name=Hatchling dragon -model1=model_31104 -head1=model_31259 -unknown119=3 - -// 6905 -[npc_6905] -bas=bas_1344 -vislevel=0 -size=2 -ambient=25 -op1=talk-to -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -recol1s=10305 -recol1d=10663 -recol2s=9248 -recol2d=9606 -recol3s=8192 -recol3d=8549 -recol4s=7168 -recol4d=7492 -recol5s=13573 -recol5d=18058 -recol6s=23220 -recol6d=22160 -name=Baby dragon -model1=model_31103 -head1=model_31268 -unknown119=3 - -// 6906 -[npc_6906] -bas=bas_1343 -vislevel=0 -size=1 -ambient=25 -op1=talk-to -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10305 -recol1d=3172 -recol2s=9248 -recol2d=2115 -recol3s=8192 -recol3d=1058 -recol4s=7168 -recol4d=1 -recol5s=13573 -recol5d=15759 -recol6s=23220 -recol6d=10538 -name=Hatchling dragon -model1=model_31104 -head1=model_31259 -unknown119=3 - -// 6907 -[npc_6907] -bas=bas_1344 -vislevel=0 -size=2 -ambient=25 -op1=talk-to -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -recol1s=10305 -recol1d=3172 -recol2s=9248 -recol2d=2115 -recol3s=8192 -recol3d=1058 -recol4s=7168 -recol4d=1 -recol5s=13573 -recol5d=15759 -recol6s=23220 -recol6d=10538 -name=Baby dragon -model1=model_31103 -head1=model_31268 -unknown119=3 - -// 6908 -[npc_6908] -bas=bas_1345 -resizeh=80 -resizev=80 -size=1 -vislevel=0 -minimap=no -op1=Pick-up -op4=Talk-to -ambient=25 -name=Baby penguin -model1=model_21541 -head1=model_21521 -unknown119=3 - -// 6909 -[npc_6909] -bas=bas_1346 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -minimap=no -op1=Pick-up -op4=Talk-to -ambient=25 -name=Penguin -model1=model_21542 -head1=model_21522 -unknown119=3 - -// 6910 -[npc_6910] -bas=bas_1347 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -minimap=no -op1=Pick-up -op4=Talk-to -ambient=25 -name=Penguin -model1=model_21542 -head1=model_21522 -unknown119=3 - -// 6911 -[npc_6911] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=26387 -recol1d=4229 -recol2s=27444 -recol2d=6343 -recol3s=32722 -recol3d=7400 -recol4s=30500 -recol4d=17864 -recol5s=32614 -recol5d=17864 -name=Raven chick -model1=model_30494 -head1=model_31142 -unknown119=3 - -// 6912 -[npc_6912] -bas=bas_14 -resizeh=110 -resizev=110 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=14800 -recol1d=6343 -recol2s=13743 -recol2d=5286 -recol3s=12686 -recol3d=4229 -recol4s=11629 -recol4d=3172 -recol5s=10572 -recol5d=2115 -recol6s=8458 -recol6d=1 -name=Raven -model1=model_30493 -head1=model_31148 -unknown119=3 - -// 6913 -[npc_6913] -bas=bas_10 -vislevel=0 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -name=Baby raccoon -model1=model_30483 -head1=model_31224 -unknown119=3 - -// 6914 -[npc_6914] -bas=bas_10 -vislevel=0 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -name=Raccoon -model1=model_30484 -head1=model_31216 -unknown119=3 - -// 6915 -[npc_6915] -bas=bas_1379 -op1=Pick-up -op4=Talk-to -resizeh=60 -resizev=60 -minimap=no -vislevel=0 -name=Baby gecko -model1=model_30531 -head1=model_31261 -unknown119=3 - -// 6916 -[npc_6916] -bas=bas_1380 -op1=Pick-up -op4=Talk-to -vislevel=0 -resizeh=90 -resizev=90 -minimap=no -name=Gecko -model1=model_30529 -head1=model_18503 -unknown119=3 - -// 6917 -[npc_6917] -bas=bas_1379 -resizeh=60 -resizev=60 -minimap=no -vislevel=0 -name=Baby gecko -model1=model_30529 -unknown119=3 - -// 6918 -[npc_6918] -bas=bas_1380 -vislevel=0 -resizeh=80 -resizev=80 -minimap=no -vislevel=0 -name=Gecko -model1=model_30529 -unknown119=3 - -// 6919 -[npc_6919] -bas=bas_1342 -vislevel=0 -op1=Pick-up -op3=Talk-to -vislevel=0 -size=1 -ambient=25 -minimap=no -name=Baby squirrel -model1=model_30527 -head1=model_31196 -unknown119=3 - -// 6920 -[npc_6920] -bas=bas_1342 -vislevel=0 -op1=Pick-up -op3=Talk-to -size=1 -ambient=25 -minimap=no -name=Squirrel -model1=model_30526 -head1=model_31229 -unknown119=3 - -// 6921 -[npc_6921] -bas=bas_1342 -vislevel=0 -size=1 -ambient=25 -minimap=no -name=Baby squirrel -model1=model_30527 -head1=model_31196 -unknown119=3 - -// 6922 -[npc_6922] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10704 -recol1d=5509 -recol2s=8590 -recol2d=4452 -recol3s=6476 -recol3d=3395 -name=Baby chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 6923 -[npc_6923] -bas=bas_23 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10704 -recol1d=5509 -recol2s=8590 -recol2d=4452 -recol3s=6476 -recol3d=3395 -name=Chameleon -model1=model_30533 -head1=model_31271 -unknown119=3 - -// 6924 -[npc_6924] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=7559 -recol1d=9480 -recol2s=8648 -recol2d=10537 -recol3s=10729 -recol3d=11594 -recol4s=19248 -recol4d=16813 -recol5s=18127 -recol5d=15756 -name=Baby chameleon -model1=model_30534 -head1=model_31265 -unknown119=3 - -// 6925 -[npc_6925] -bas=bas_23 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=7559 -recol1d=9480 -recol2s=8648 -recol2d=10537 -recol3s=10729 -recol3d=11594 -recol4s=19248 -recol4d=16813 -recol5s=18127 -recol5d=15756 -name=Chameleon -model1=model_30534 -head1=model_31271 -unknown119=3 - -// 6926 -[npc_6926] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10704 -recol1d=4424 -recol2s=8590 -recol2d=3367 -recol3s=6476 -recol3d=2310 -recol4s=10729 -recol4d=9708 -recol5s=8648 -recol5d=8651 -recol6s=7559 -recol6d=7594 -name=Baby chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 6927 -[npc_6927] -bas=bas_23 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10704 -recol1d=4424 -recol2s=8590 -recol2d=3367 -recol3s=6476 -recol3d=2310 -recol4s=10729 -recol4d=9708 -recol5s=8648 -recol5d=8651 -recol6s=7559 -recol6d=7594 -name=Chameleon -model1=model_30533 -head1=model_31271 -unknown119=3 - -// 6928 -[npc_6928] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=7559 -recol1d=24272 -recol2s=8648 -recol2d=25329 -recol3s=10729 -recol3d=26386 -recol4s=6476 -recol4d=27443 -recol5s=8590 -recol5d=28500 -recol6s=10704 -recol6d=32722 -name=Baby chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 6929 -[npc_6929] -bas=bas_23 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=7559 -recol1d=24272 -recol2s=8648 -recol2d=25329 -recol3s=10729 -recol3d=26386 -recol4s=6476 -recol4d=27443 -recol5s=8590 -recol5d=28500 -recol6s=10704 -recol6d=32722 -name=Chameleon -model1=model_30533 -head1=model_31271 -unknown119=3 - -// 6930 -[npc_6930] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=7559 -recol1d=6273 -recol2s=8648 -recol2d=7330 -recol3s=10729 -recol3d=8387 -recol4s=18127 -recol4d=16843 -recol5s=19248 -recol5d=15786 -name=Baby chameleon -model1=model_30534 -head1=model_31265 -unknown119=3 - -// 6931 -[npc_6931] -bas=bas_23 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=7559 -recol1d=6273 -recol2s=8648 -recol2d=7330 -recol3s=10729 -recol3d=8387 -recol4s=18127 -recol4d=16843 -recol5s=19248 -recol5d=15786 -name=Chameleon -model1=model_30534 -head1=model_31271 -unknown119=3 - -// 6932 -[npc_6932] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=7559 -recol1d=32762 -recol2s=8648 -recol2d=32764 -recol3s=10729 -recol3d=32766 -recol4s=18127 -recol4d=28541 -recol5s=19248 -recol5d=27484 -name=Baby chameleon -model1=model_30534 -head1=model_31265 -unknown119=3 - -// 6933 -[npc_6933] -bas=bas_23 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=7559 -recol1d=32762 -recol2s=8648 -recol2d=32764 -recol3s=10729 -recol3d=32766 -recol4s=18127 -recol4d=28541 -recol5s=19248 -recol5d=27484 -name=Chameleon -model1=model_30534 -head1=model_31271 -unknown119=3 - -// 6934 -[npc_6934] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=19248 -recol1d=31841 -recol2s=18127 -recol2d=29760 -recol3s=10729 -recol3d=3238 -recol4s=8648 -recol4d=2181 -recol5s=7559 -recol5d=1124 -name=Baby chameleon -model1=model_30534 -head1=model_31265 -unknown119=3 - -// 6935 -[npc_6935] -bas=bas_23 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=19248 -recol1d=31841 -recol2s=18127 -recol2d=29760 -recol3s=10729 -recol3d=3238 -recol4s=8648 -recol4d=2181 -recol5s=7559 -recol5d=1124 -name=Chameleon -model1=model_30534 -head1=model_31271 -unknown119=3 - -// 6936 -[npc_6936] -bas=bas_23 -resizeh=60 -resizev=60 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=19248 -recol1d=23482 -recol2s=18127 -recol2d=22425 -recol3s=6476 -recol3d=20376 -recol4s=10729 -recol4d=4627 -recol5s=8648 -recol5d=3570 -recol6s=7559 -recol6d=2513 -name=Baby chameleon -model1=model_30534 -head1=model_31265 -unknown119=3 - -// 6937 -[npc_6937] -bas=bas_23 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=19248 -recol1d=23482 -recol2s=18127 -recol2d=22425 -recol3s=6476 -recol3d=20376 -recol4s=10729 -recol4d=4627 -recol5s=8648 -recol5d=3570 -recol6s=7559 -recol6d=2513 -name=Chameleon -model1=model_30534 -head1=model_31271 -unknown119=3 - -// 6938 -[npc_6938] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10704 -recol1d=26064 -recol2s=8590 -recol2d=24974 -recol3s=6476 -recol3d=18731 -recol4s=10729 -recol4d=32518 -recol5s=8648 -recol5d=32482 -recol6s=7559 -recol6d=32418 -name=Baby chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 6939 -[npc_6939] -bas=bas_23 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10704 -recol1d=26064 -recol2s=8590 -recol2d=24974 -recol3s=6476 -recol3d=18731 -recol4s=10729 -recol4d=32518 -recol5s=8648 -recol5d=32482 -recol6s=7559 -recol6d=32418 -name=Chameleon -model1=model_30533 -head1=model_31271 -unknown119=3 - -// 6940 -[npc_6940] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=19248 -recol1d=10340 -recol2s=18127 -recol2d=9283 -recol3s=10729 -recol3d=23908 -recol4s=8648 -recol4d=22818 -recol5s=7559 -recol5d=19717 -name=Baby chameleon -model1=model_30534 -head1=model_31265 -unknown119=3 - -// 6941 -[npc_6941] -bas=bas_23 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=19248 -recol1d=10340 -recol2s=18127 -recol2d=9283 -recol3s=10729 -recol3d=23908 -recol4s=8648 -recol4d=22818 -recol5s=7559 -recol5d=19717 -name=Chameleon -model1=model_30534 -head1=model_31271 -unknown119=3 - -// 6942 -[npc_6942] -bas=bas_1341 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30516 -head1=model_31172 -unknown119=3 - -// 6943 -[npc_6943] -bas=bas_1340 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Monkey -model1=model_30507 -head1=model_31181 -unknown119=3 - -// 6944 -[npc_6944] -bas=bas_1341 -ambient=25 -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30516 -head1=model_31172 -unknown119=3 - -// 6945 -[npc_6945] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=23116 -recol1d=29362 -name=Vulture chick -model1=model_30487 -head1=model_31140 -unknown119=3 - -// 6946 -[npc_6946] -bas=bas_20 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=23116 -recol1d=29362 -name=Vulture -model1=model_30438 -head1=model_31151 -unknown119=3 - -// 6947 -[npc_6947] -bas=bas_1348 -vislevel=0 -resizeh=60 -resizev=60 -ambient=25 -vislevel=0 -op1=Pick-up -op4=Talk-to -minimap=no -name=Baby giant crab -model1=model_31134 -head1=model_31252 -unknown119=3 - -// 6948 -[npc_6948] -bas=bas_1348 -vislevel=0 -ambient=25 -op1=Pick-up -op4=Talk-to -vislevel=0 -minimap=no -name=Giant crab -model1=model_31134 -head1=model_31253 -unknown119=3 - -// 6949 -[npc_6949] -bas=bas_19 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -name=Saradomin chick -model1=model_30494 -head1=model_31142 -unknown119=3 - -// 6950 -[npc_6950] -bas=bas_14 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=5670 -recol1d=13877 -recol2s=3556 -recol2d=11763 -recol3s=1442 -recol3d=8626 -name=Saradomin bird -model1=model_30492 -head1=model_31154 -unknown119=3 - -// 6951 -[npc_6951] -bas=bas_14 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -name=Saradomin owl -model1=model_30489 -head1=model_31145 -unknown119=3 - -// 6952 -[npc_6952] -bas=bas_19 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -name=Zamorak chick -model1=model_30494 -head1=model_31142 -unknown119=3 - -// 6953 -[npc_6953] -bas=bas_14 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=5670 -recol1d=8225 -recol2s=3556 -recol2d=6144 -recol3s=1442 -recol3d=5120 -name=Zamorak bird -model1=model_30492 -head1=model_31154 -unknown119=3 - -// 6954 -[npc_6954] -bas=bas_14 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -name=Zamorak hawk -model1=model_30486 -head1=model_31149 -unknown119=3 - -// 6955 -[npc_6955] -bas=bas_19 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -name=Guthix chick -model1=model_30494 -head1=model_31142 -unknown119=3 - -// 6956 -[npc_6956] -bas=bas_14 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -name=Guthix bird -model1=model_30492 -head1=model_31154 -unknown119=3 - -// 6957 -[npc_6957] -bas=bas_14 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -name=Guthix raptor -model1=model_30490 -head1=model_31141 -unknown119=3 - -// 6958 -[npc_6958] -bas=bas_1367 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Terrier puppy -model1=model_30447 -head1=model_31215 -unknown119=3 - -// 6959 -[npc_6959] -bas=bas_1368 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -name=Terrier -model1=model_30453 -head1=model_31200 -unknown119=3 - -// 6960 -[npc_6960] -bas=bas_1349 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Greyhound puppy -model1=model_30449 -head1=model_31227 -unknown119=3 - -// 6961 -[npc_6961] -bas=bas_1350 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -size=2 -name=Greyhound -model1=model_30454 -head1=model_31226 -unknown119=3 - -// 6962 -[npc_6962] -bas=bas_1355 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Labrador puppy -model1=model_30444 -head1=model_31218 -unknown119=3 - -// 6963 -[npc_6963] -bas=bas_1356 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -size=2 -name=Labrador -model1=model_30445 -head1=model_31203 -unknown119=3 - -// 6964 -[npc_6964] -bas=bas_1373 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Dalmatian puppy -model1=model_30451 -head1=model_31202 -unknown119=3 - -// 6965 -[npc_6965] -bas=bas_1374 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -name=Dalmatian -model1=model_30446 -head1=model_31208 -unknown119=3 - -// 6966 -[npc_6966] -bas=bas_1355 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Sheepdog puppy -model1=model_30450 -head1=model_31206 -unknown119=3 - -// 6967 -[npc_6967] -bas=bas_1356 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -size=2 -name=Sheepdog -model1=model_30452 -head1=model_31214 -unknown119=3 - -// 6968 -[npc_6968] -bas=bas_1361 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -name=Bulldog -model1=model_30448 -head1=model_31219 -unknown119=3 - -// 6969 -[npc_6969] -bas=bas_1364 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Bulldog puppy -model1=model_30411 -head1=model_31199 -unknown119=3 - -// 6970 -[npc_6970] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op1=Talk-to -op3=Trade -op4=Enchant -vislevel=0 -recol1s=31770 -recol1d=23356 -recol2s=18451 -recol2d=32767 -recol3s=32383 -recol3d=23356 -recol4s=31808 -recol4d=15687 -recol5s=1986 -recol5d=13573 -recol6s=1118 -recol6d=11459 -retex1s=material_359 -retex1d=material_254 -retex2s=material_255 -retex2d=material_273 -name=Pikkupstix -model1=model_31566 -head1=model_39845 -unknown119=3 - -// 6971 -[npc_6971] -bas=bas_1115 -size=1 -contrast=10 -ambient=10 -op1=Talk-to -vislevel=0 -recol1s=31770 -recol1d=23356 -recol2s=18451 -recol2d=32767 -recol3s=32383 -recol3d=23356 -recol4s=31808 -recol4d=15687 -recol5s=1986 -recol5d=13573 -recol6s=1118 -recol6d=11459 -retex1s=material_359 -retex1d=material_254 -retex2s=material_255 -retex2d=material_273 -name=Pikkupstix -model1=model_31566 -head1=model_39845 -unknown119=3 - -// 6972 -[npc_6972] -bas=bas_1114 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -retex1s=material_268 -retex1d=material_258 -retex2s=material_252 -retex2d=material_254 -retex3s=material_253 -retex3d=material_258 -retex4s=material_247 -retex4d=material_426 -name=Druid -model1=model_31588 -model2=model_31567 -model3=model_31595 -model4=model_31601 -model5=model_31606 -model6=model_31578 -model7=model_31582 -head1=model_39640 -unknown119=3 - -// 6973 -[npc_6973] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -retex1s=material_252 -retex1d=material_254 -retex2s=material_253 -retex2d=material_258 -retex3s=material_268 -retex3d=material_258 -retex4s=material_228 -retex4d=material_426 -name=Druid -model1=model_31587 -model2=model_31571 -model3=model_31596 -model4=model_31604 -model5=model_31606 -model6=model_31578 -head1=model_39960 -head2=model_39223 -unknown119=3 - -// 6974 -[npc_6974] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -retex1s=material_252 -retex1d=material_254 -retex2s=material_272 -retex2d=material_254 -retex3s=material_268 -retex3d=material_258 -retex4s=material_256 -retex4d=material_250 -retex5s=material_251 -retex5d=material_250 -retex6s=material_253 -retex6d=material_258 -name=Druid -model1=model_31590 -model2=model_31575 -model3=model_31591 -model4=model_31605 -model5=model_31606 -model6=model_31578 -model7=model_31583 -head1=model_39574 -unknown119=3 - -// 6975 -[npc_6975] -bas=bas_1114 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -retex1s=material_252 -retex1d=material_254 -retex2s=material_268 -retex2d=material_250 -retex3s=material_253 -retex3d=material_258 -retex4s=material_255 -retex4d=material_258 -retex5s=material_257 -retex5d=material_273 -retex6s=material_202 -retex6d=material_250 -name=Druid -model1=model_31585 -model2=model_31569 -model3=model_31593 -model4=model_31599 -model5=model_31606 -model6=model_31578 -model7=model_31582 -head1=model_39854 -unknown119=3 - -// 6976 -[npc_6976] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -recol1s=24241 -recol1d=16842 -recol2s=24239 -recol2d=14762 -recol3s=22127 -recol3d=13705 -recol4s=26421 -recol4d=12648 -recol5s=20013 -recol5d=14762 -recol6s=18992 -recol6d=30686 -retex1s=material_252 -retex1d=material_254 -retex2s=material_253 -retex2d=material_258 -retex3s=material_247 -retex3d=material_426 -name=Druid -model1=model_31588 -model2=model_31567 -model3=model_31595 -model4=model_31601 -model5=model_31606 -model6=model_31578 -head1=model_39640 -unknown119=3 - -// 6977 -[npc_6977] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -recol1s=32697 -recol1d=27543 -recol2s=29560 -recol2d=28533 -recol3s=26421 -recol3d=28469 -recol4s=28532 -recol4d=27543 -recol5s=32624 -recol5d=11558 -recol6s=22159 -recol6d=13672 -retex1s=material_252 -retex1d=material_254 -retex2s=material_268 -retex2d=material_258 -retex3s=material_253 -retex3d=material_258 -retex4s=material_426 -retex4d=material_247 -name=Druid -model1=model_31587 -model2=model_31571 -model3=model_31596 -model4=model_31604 -model5=model_31606 -model6=model_31578 -model7=model_31583 -head1=model_39960 -head2=model_39223 -unknown119=3 - -// 6978 -[npc_6978] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -recol1s=22195 -recol1d=29528 -recol2s=32569 -recol2d=28471 -recol3s=29464 -recol3d=28437 -recol4s=25370 -recol4d=26357 -recol5s=23256 -recol5d=25300 -retex1s=material_252 -retex1d=material_254 -retex2s=material_272 -retex2d=material_254 -retex3s=material_268 -retex3d=material_258 -retex4s=material_256 -retex4d=material_250 -retex5s=material_251 -retex5d=material_250 -retex6s=material_253 -retex6d=material_258 -name=Druid -model1=model_31590 -model2=model_31575 -model3=model_31591 -model4=model_31605 -model5=model_31606 -model6=model_31578 -head1=model_39574 -unknown119=3 - -// 6979 -[npc_6979] -bas=bas_1114 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -recol1s=24241 -recol1d=16842 -recol2s=22195 -recol2d=11591 -recol3s=15853 -recol3d=9477 -recol4s=17967 -recol4d=8420 -recol5s=29521 -recol5d=16842 -recol6s=28407 -recol6d=25429 -retex1s=material_252 -retex1d=material_254 -retex2s=material_268 -retex2d=material_250 -retex3s=material_228 -retex3d=material_426 -retex4s=material_255 -retex4d=material_258 -retex5s=material_257 -retex5d=material_273 -retex6s=material_202 -retex6d=material_250 -name=Druid -model1=model_31585 -model2=model_31569 -model3=model_31593 -model4=model_31599 -model5=model_31606 -model6=model_31578 -model7=model_31582 -head1=model_39854 -unknown119=3 - -// 6980 -[npc_6980] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -recol1s=22195 -recol1d=24275 -recol2s=32569 -recol2d=26389 -recol3s=29464 -recol3d=25332 -recol4s=25370 -recol4d=23185 -recol5s=23256 -recol5d=21071 -recol6s=28407 -recol6d=21137 -retex1s=material_252 -retex1d=material_254 -retex2s=material_272 -retex2d=material_254 -retex3s=material_268 -retex3d=material_258 -retex4s=material_256 -retex4d=material_250 -retex5s=material_251 -retex5d=material_250 -retex6s=material_228 -retex6d=material_426 -name=Druid -model1=model_31590 -model2=model_31569 -model3=model_31591 -model4=model_31605 -model5=model_31606 -model6=model_31578 -head1=model_39854 -unknown119=3 - -// 6981 -[npc_6981] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -retex1s=material_252 -retex1d=material_254 -retex2s=material_253 -retex2d=material_258 -retex3s=material_251 -retex3d=material_250 -retex4s=material_228 -retex4d=material_426 -name=Druidess -model1=model_31694 -model2=model_31609 -model3=model_31615 -model4=model_31616 -model5=model_31619 -model6=model_31610 -head1=model_38939 -unknown119=3 - -// 6982 -[npc_6982] -bas=bas_1114 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -retex1s=material_252 -retex1d=material_254 -retex2s=material_253 -retex2d=material_258 -retex3s=material_251 -retex3d=material_250 -retex4s=material_255 -retex4d=material_254 -name=Druidess -model1=model_31694 -model2=model_31608 -model3=model_31614 -model4=model_31618 -model5=model_31619 -model6=model_31610 -model7=model_31611 -head1=model_39166 -unknown119=3 - -// 6983 -[npc_6983] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -recol1s=6273 -recol1d=13675 -retex1s=material_253 -retex1d=material_258 -retex2s=material_252 -retex2d=material_254 -retex3s=material_255 -retex3d=material_254 -retex4s=material_268 -retex4d=material_250 -name=Druidess -model1=model_31613 -model2=model_31608 -model3=model_31614 -model4=model_31618 -model5=model_31619 -model6=model_31610 -head1=model_39166 -unknown119=3 - -// 6984 -[npc_6984] -bas=bas_1114 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -recol1s=6273 -recol1d=12581 -recol2s=22195 -recol2d=18956 -recol3s=17967 -recol3d=14728 -recol4s=21138 -recol4d=16842 -recol5s=26421 -recol5d=16842 -retex1s=material_253 -retex1d=material_258 -retex2s=material_252 -retex2d=material_254 -retex3s=material_251 -retex3d=material_253 -retex4s=material_255 -retex4d=material_254 -retex5s=material_268 -retex5d=material_250 -name=Druidess -model1=model_31613 -model2=model_31608 -model3=model_31614 -model4=model_31618 -model5=model_31619 -model6=model_31610 -model7=model_31611 -head1=model_39166 -unknown119=3 - -// 6985 -[npc_6985] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -recol1s=28407 -recol1d=8420 -recol2s=22127 -recol2d=8420 -recol3s=26421 -recol3d=7363 -recol4s=32624 -recol4d=6306 -recol5s=22159 -recol5d=8420 -retex1s=material_252 -retex1d=material_254 -retex2s=material_253 -retex2d=material_258 -retex3s=material_251 -retex3d=material_250 -name=Druidess -model1=model_31694 -model2=model_31609 -model3=model_31615 -model4=model_31616 -model5=model_31619 -model6=model_31610 -model7=model_31612 -head1=model_38939 -unknown119=3 - -// 6986 -[npc_6986] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -recol1s=28407 -recol1d=7364 -retex1s=material_253 -retex1d=material_258 -retex2s=material_252 -retex2d=material_254 -name=Druidess -model1=model_31694 -model2=model_31609 -model3=model_31615 -model4=model_31617 -model5=model_31619 -model6=model_31610 -head1=model_38939 -unknown119=3 - -// 6987 -[npc_6987] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op2=Attack -vislevel=33 -recol1s=6273 -recol1d=22196 -recol2s=22195 -recol2d=18956 -recol3s=17967 -recol3d=14728 -recol4s=21138 -recol4d=16842 -recol5s=26421 -recol5d=16842 -retex1s=material_252 -retex1d=material_254 -retex2s=material_268 -retex2d=material_250 -retex3s=material_255 -retex3d=material_254 -retex4s=material_253 -retex4d=material_254 -name=Druidess -model1=model_31613 -model2=model_31608 -model3=model_31614 -model4=model_31617 -model5=model_31619 -model6=model_31610 -head1=model_38939 -unknown119=3 - -// 6988 -[npc_6988] -bas=bas_1115 -op1=Talk-to -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_4302 -multinpc=0,npc_6971 -multinpc=10,npc_6971 -multinpc=20,npc_6971 -multinpc=30,npc_6971 -multinpc=40,npc_6971 -multinpc=50,npc_6971 -multinpc=60,npc_6971 -multinpc=70,npc_6971 -multinpc=80,npc_6971 -multinpc=90,npc_6971 -multinpc=100,npc_6971 -unknown119=3 - -// 6989 -[npc_6989] -bas=bas_123 -op1=Talk-to -op3=Trade -op4=Enchant -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_4302 -multinpc=110,npc_6970 -unknown119=3 - -// 6990 -[npc_6990] -bas=bas_1116 -resizeh=100 -resizev=100 -size=3 -minimap=no -vislevel=0 -name=Giant wolpertinger -model1=model_31640 -unknown119=1 - -// 6991 -[npc_6991] -bas=bas_1313 -size=1 -ambient=25 -op1=Interact -op3=Withdraw -vislevel=0 -alwaysontop=yes -minimap=no -name=Ibis -model1=model_30437 -head1=model_31155 -unknown119=1 - -// 6992 -[npc_6992] -bas=bas_12 -ambient=50 -contrast=-44 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Spirit jelly -model1=model_31695 -head1=model_31256 -unknown119=1 - -// 6993 -[npc_6993] -bas=bas_12 -ambient=50 -contrast=-44 -size=1 -op2=Attack -op1=Interact -vislevel=88 -minimap=no -alwaysontop=yes -name=Spirit jelly -model1=model_31695 -head1=model_31256 -unknown119=1 - -// 6994 -[npc_6994] -bas=bas_1309 -vislevel=0 -ambient=25 -op1=Interact -op3=Store -size=2 -alwaysontop=yes -minimap=no -name=Spirit kalphite -model1=model_31693 -head1=model_24574 -unknown119=1 - -// 6995 -[npc_6995] -bas=bas_1309 -ambient=25 -op2=Attack -op1=Interact -op3=Store -vislevel=39 -size=2 -alwaysontop=yes -minimap=no -name=Spirit kalphite -model1=model_31693 -head1=model_24574 -unknown119=1 - -// 6996 -[npc_6996] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=hidden -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 6997 -[npc_6997] -bas=bas_10 -vislevel=0 -size=1 -ambient=25 -vislevel=0 -minimap=no -name=Baby raccoon -model1=model_30483 -head1=model_31224 -unknown119=3 - -// 6998 -[npc_6998] -bas=bas_576 -size=2 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=135 -name=Revenant dragon -model1=model_31721 -unknown119=3 - -// 6999 -[npc_6999] -bas=bas_576 -size=2 -op2=Attack -spotshadow=no -alwaysontop=yes -vislevel=135 -name=Revenant dragon -model1=model_31721 -unknown119=3 - -// 7000 -[npc_7000] -active=no -minimap=no -spotshadow=no -vislevel=1 -model1=model_26050 -unknown119=3 - -// 7001 -[npc_7001] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -vislevel=0 -name=Dark Squall -model1=model_32363 -unknown119=3 - -// 7002 -[npc_7002] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -op1=Talk-To -alwaysontop=yes -recol1s=6273 -recol1d=16843 -name=Surok Magis -model1=model_23926 -model2=model_214 -model3=model_250 -model4=model_23944 -model5=model_23916 -model6=model_177 -model7=model_23934 -head1=model_38642 -head2=model_39582 -head3=model_39469 -unknown119=3 - -// 7003 -[npc_7003] -bas=bas_55 -size=2 -contrast=25 -ambient=50 -op2=Attack -vislevel=86 -name=Fire giant -model1=model_17452 -model2=model_17437 -unknown119=3 - -// 7004 -[npc_7004] -bas=bas_56 -size=2 -contrast=25 -ambient=50 -op2=Attack -vislevel=86 -name=Fire giant -model1=model_17451 -model2=model_17435 -unknown119=3 - -// 7005 -[npc_7005] -bas=bas_97 -size=2 -resizeh=170 -resizev=170 -op2=Attack -vislevel=73 -recol1s=2081 -recol1d=4228 -name=Big wolf -model1=model_26264 -unknown119=1 - -// 7006 -[npc_7006] -bas=bas_35 -alwaysontop=yes -vislevel=0 -spotshadow=no -multivar=varplayerbit_4459 -multinpc=1,npc_7001 -unknown119=1 - -// 7007 -[npc_7007] -bas=bas_35 -alwaysontop=yes -vislevel=0 -spotshadow=no -multivar=varplayerbit_4459 -multinpc=1,npc_7001 -unknown119=1 - -// 7008 -[npc_7008] -bas=bas_35 -alwaysontop=yes -vislevel=0 -spotshadow=no -multivar=varplayerbit_4459 -multinpc=1,npc_7001 -unknown119=1 - -// 7009 -[npc_7009] -bas=bas_4 -alwaysontop=yes -op1=Talk-To -vislevel=0 -spotshadow=no -multivar=varplayerbit_4312 -multinpc=1,npc_7002 -unknown119=3 - -// 7010 -[npc_7010] -bas=bas_1275 -size=1 -contrast=10 -ambient=10 -turnspeed=40 -vislevel=0 -alwaysontop=yes -name=Grenwall -model1=model_31749 -unknown119=3 - -// 7011 -[npc_7011] -bas=bas_1276 -size=1 -contrast=10 -ambient=10 -vislevel=0 -name=Grenwall -model1=model_31749 -unknown119=1 - -// 7012 -[npc_7012] -bas=bas_1273 -size=1 -contrast=12 -ambient=12 -vislevel=0 -ambient=25 -contrast=25 -name=Pawya -model1=model_31746 -unknown119=3 - -// 7013 -[npc_7013] -size=1 -contrast=20 -ambient=20 -turnspeed=0 -resizeh=110 -resizev=110 -vislevel=0 -name=Earth mound -model1=model_31748 -unknown119=3 - -// 7014 -[npc_7014] -bas=bas_1274 -size=1 -vislevel=0 -contrast=10 -ambient=10 -turnspeed=0 -ambient=25 -contrast=25 -name=Pawya -model1=model_31746 -unknown119=3 - -// 7015 -[npc_7015] -bas=bas_1155 -size=1 -contrast=10 -ambient=25 -vislevel=0 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Platypus -model1=model_31818 -head1=model_32058 -unknown119=3 - -// 7016 -[npc_7016] -bas=bas_1155 -size=1 -contrast=10 -ambient=25 -vislevel=0 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=9412 -recol1d=11526 -recol2s=8355 -recol2d=10469 -recol3s=6241 -recol3d=8355 -recol4s=5251 -recol4d=6308 -recol5s=8422 -recol5d=7365 -recol6s=7365 -recol6d=5251 -name=Platypus -model1=model_31818 -head1=model_32058 -unknown119=3 - -// 7017 -[npc_7017] -bas=bas_1155 -size=1 -contrast=10 -ambient=25 -vislevel=0 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=9412 -recol1d=8389 -recol2s=8355 -recol2d=7332 -recol3s=6241 -recol3d=5251 -recol4s=6241 -recol4d=6308 -recol5s=8422 -recol5d=6308 -recol6s=7365 -recol6d=4194 -name=Platypus -model1=model_31818 -head1=model_32058 -unknown119=3 - -// 7018 -[npc_7018] -bas=bas_1156 -size=1 -contrast=10 -ambient=25 -vislevel=0 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Baby platypus -model1=model_31817 -head1=model_32059 -unknown119=3 - -// 7019 -[npc_7019] -bas=bas_1156 -size=1 -contrast=10 -ambient=25 -vislevel=0 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=9412 -recol1d=11526 -recol2s=8355 -recol2d=10469 -recol3s=6241 -recol3d=8355 -recol4s=5251 -recol4d=6308 -recol5s=8422 -recol5d=7365 -recol6s=7365 -recol6d=5251 -name=Baby platypus -model1=model_31817 -head1=model_32059 -unknown119=3 - -// 7020 -[npc_7020] -bas=bas_1156 -size=1 -contrast=10 -ambient=25 -vislevel=0 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=9412 -recol1d=8389 -recol2s=8355 -recol2d=7332 -recol3s=6241 -recol3d=5251 -recol4s=6241 -recol4d=6308 -recol5s=8422 -recol5d=6308 -recol6s=7365 -recol6d=4194 -name=Baby platypus -model1=model_31817 -head1=model_32059 -unknown119=3 - -// 7021 -[npc_7021] -bas=bas_1155 -size=1 -contrast=10 -ambient=25 -vislevel=0 -name=Platypus -model1=model_31818 -unknown119=3 - -// 7022 -[npc_7022] -bas=bas_1155 -size=1 -contrast=10 -ambient=25 -vislevel=0 -recol1s=9412 -recol1d=11526 -recol2s=8355 -recol2d=10469 -recol3s=6241 -recol3d=8355 -recol4s=5251 -recol4d=6308 -recol5s=8422 -recol5d=7365 -recol6s=7365 -recol6d=5251 -name=Platypus -model1=model_31818 -unknown119=3 - -// 7023 -[npc_7023] -bas=bas_1155 -size=1 -contrast=10 -ambient=25 -vislevel=0 -recol1s=9412 -recol1d=8389 -recol2s=8355 -recol2d=7332 -recol3s=6241 -recol3d=5251 -recol4s=6241 -recol4d=6308 -recol5s=8422 -recol5d=6308 -recol6s=7365 -recol6d=4194 -name=Platypus -model1=model_31818 -unknown119=3 - -// 7024 -[npc_7024] -bas=bas_1156 -size=1 -contrast=10 -ambient=25 -vislevel=0 -name=Baby platypus -model1=model_31817 -unknown119=3 - -// 7025 -[npc_7025] -bas=bas_1156 -size=1 -contrast=10 -ambient=25 -vislevel=0 -recol1s=9412 -recol1d=11526 -recol2s=8355 -recol2d=10469 -recol3s=6241 -recol3d=8355 -recol4s=5251 -recol4d=6308 -recol5s=8422 -recol5d=7365 -recol6s=7365 -recol6d=5251 -name=Baby platypus -model1=model_31817 -unknown119=3 - -// 7026 -[npc_7026] -bas=bas_1156 -size=1 -contrast=10 -ambient=25 -vislevel=0 -recol1s=9412 -recol1d=8389 -recol2s=8355 -recol2d=7332 -recol3s=6241 -recol3d=5251 -recol4s=6241 -recol4d=6308 -recol5s=8422 -recol5d=6308 -recol6s=7365 -recol6d=4194 -name=Baby platypus -model1=model_31817 -unknown119=3 - -// 7027 -[npc_7027] -bas=bas_1155 -size=1 -contrast=10 -ambient=25 -vislevel=0 -name=Patrick -model1=model_31818 -unknown119=3 - -// 7028 -[npc_7028] -bas=bas_1155 -size=1 -contrast=10 -ambient=25 -vislevel=0 -recol1s=9412 -recol1d=11526 -recol2s=8355 -recol2d=10469 -recol3s=6241 -recol3d=8355 -recol4s=5251 -recol4d=6308 -recol5s=8422 -recol5d=7365 -recol6s=7365 -recol6d=5251 -name=Penelope -model1=model_31818 -unknown119=3 - -// 7029 -[npc_7029] -bas=bas_1156 -size=1 -contrast=10 -ambient=25 -vislevel=0 -name=Peter -model1=model_31817 -unknown119=3 - -// 7030 -[npc_7030] -bas=bas_1156 -size=1 -contrast=10 -ambient=25 -vislevel=0 -recol1s=9412 -recol1d=11526 -recol2s=8355 -recol2d=10469 -recol3s=6241 -recol3d=8355 -recol4s=5251 -recol4d=6308 -recol5s=8422 -recol5d=7365 -recol6s=7365 -recol6d=5251 -name=Peanut -model1=model_31817 -unknown119=3 - -// 7031 -[npc_7031] -bas=bas_83 -size=1 -op5=hidden -vislevel=0 -name=Wimpy bird -model1=model_31814 -unknown119=3 - -// 7032 -[npc_7032] -bas=bas_83 -op5=hidden -vislevel=1 -multivar=varplayerbit_4325 -multinpc=0,npc_7031 -multinpc=1,npc_7083 -unknown119=3 - -// 7033 -[npc_7033] -bas=bas_83 -op5=hidden -vislevel=1 -multivar=varplayerbit_4326 -multinpc=0,npc_7031 -multinpc=1,npc_7083 -unknown119=3 - -// 7034 -[npc_7034] -bas=bas_83 -op5=hidden -vislevel=1 -multivar=varplayerbit_4327 -multinpc=0,npc_7031 -multinpc=1,npc_7083 -unknown119=3 - -// 7035 -[npc_7035] -bas=bas_83 -op5=hidden -vislevel=1 -multivar=varplayerbit_4328 -multinpc=0,npc_7031 -multinpc=1,npc_7083 -unknown119=3 - -// 7036 -[npc_7036] -bas=bas_83 -op5=hidden -vislevel=1 -multivar=varplayerbit_4329 -multinpc=0,npc_7031 -multinpc=1,npc_7083 -unknown119=3 - -// 7037 -[npc_7037] -minimap=no -vislevel=0 -op5=hidden -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 7038 -[npc_7038] -minimap=no -vislevel=0 -multivar=varplayerbit_3075 -multinpc=1,npc_1 -unknown119=1 - -// 7039 -[npc_7039] -bas=bas_181 -size=1 -op5=Hidden -vislevel=0 -recol1s=9411 -recol1d=11585 -recol2s=10468 -recol2d=13670 -recol3s=11525 -recol3d=10500 -recol4s=12582 -recol4d=12613 -recol5s=13639 -recol5d=12647 -recol6s=8288 -recol6d=15808 -name=Diseased kebbit -model1=model_19389 -model2=model_19381 -model3=model_19384 -unknown119=3 - -// 7040 -[npc_7040] -bas=bas_181 -op5=Hidden -vislevel=0 -multivar=varplayerbit_4342 -multinpc=0,npc_7039 -multinpc=1,npc_7083 -unknown119=3 - -// 7041 -[npc_7041] -bas=bas_181 -op5=Hidden -vislevel=0 -multivar=varplayerbit_4343 -multinpc=0,npc_7039 -multinpc=1,npc_7083 -unknown119=3 - -// 7042 -[npc_7042] -bas=bas_181 -op5=Hidden -vislevel=0 -multivar=varplayerbit_4344 -multinpc=0,npc_7039 -multinpc=1,npc_7083 -unknown119=3 - -// 7043 -[npc_7043] -bas=bas_181 -op5=Hidden -vislevel=0 -multivar=varplayerbit_4345 -multinpc=0,npc_7039 -multinpc=1,npc_7083 -unknown119=3 - -// 7044 -[npc_7044] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 7045 -[npc_7045] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Net -op3=Bait -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 7046 -[npc_7046] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=Harpoon -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 7047 -[npc_7047] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=10438 -recol2s=2081 -recol2d=10438 -recol3s=6342 -recol3d=14633 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -retex3s=material_273 -retex3d=material_272 -retex4s=material_250 -retex4d=material_268 -name=Balnea -model1=model_18111 -model2=model_29695 -model3=model_27665 -model4=model_32060 -model5=model_31770 -model6=model_31780 -model7=model_31774 -head1=model_38944 -modeloffset4=3,-11,6 -unknown119=3 - -// 7048 -[npc_7048] -bas=bas_1144 -size=2 -ambient=25 -turnspeed=0 -op1=Talk-to -op3=Trade -vislevel=0 -name=Frawd -model1=model_32025 -model2=model_32054 -head1=model_31787 -unknown119=3 - -// 7049 -[npc_7049] -bas=bas_1145 -size=2 -ambient=25 -op1=Talk-to -op3=Bank -op4=Collect -vislevel=0 -name=Ogress banker -model1=model_32033 -head1=model_31804 -unknown119=1 - -// 7050 -[npc_7050] -bas=bas_288 -size=2 -ambient=25 -op1=Talk-to -op3=Bank -op4=Collect -vislevel=0 -recol1s=14625 -recol1d=6307 -recol2s=15682 -recol2d=7364 -recol3s=16739 -recol3d=8421 -name=Ogress banker -model1=model_32033 -head1=model_31804 -unknown119=1 - -// 7051 -[npc_7051] -bas=bas_1142 -size=2 -ambient=25 -op1=Talk-to -vislevel=0 -name=Chief Tess -model1=model_32029 -head1=model_31796 -unknown119=3 - -// 7052 -[npc_7052] -bas=bas_1152 -size=2 -ambient=25 -resizeh=112 -resizev=112 -op1=Talk-to -vislevel=0 -name=Seegud -model1=model_32045 -head1=model_31781 -unknown119=3 - -// 7053 -[npc_7053] -bas=bas_1141 -size=2 -ambient=25 -op1=Talk-to -vislevel=0 -turnspeed=0 -name=Chargurr -model1=model_32034 -head1=model_31806 -unknown119=1 - -// 7054 -[npc_7054] -bas=bas_1151 -size=2 -ambient=25 -op1=Talk-to -op3=Trade -vislevel=0 -turnspeed=0 -name=Chargurr -model1=model_32034 -head1=model_31806 -unknown119=1 - -// 7055 -[npc_7055] -bas=bas_1141 -size=2 -ambient=25 -op1=Talk-to -vislevel=0 -turnspeed=0 -multivar=varplayerbit_4322 -multinpc=0,npc_7053 -unknown119=1 - -// 7056 -[npc_7056] -bas=bas_1151 -size=2 -ambient=25 -op1=Talk-to -vislevel=0 -turnspeed=0 -multivar=varplayerbit_4322 -multinpc=1,npc_7054 -unknown119=1 - -// 7057 -[npc_7057] -bas=bas_1153 -size=2 -ambient=25 -op1=Talk-to -vislevel=0 -retex1s=material_374 -retex1d=material_218 -name=Snurgh -model1=model_32030 -head1=model_31801 -unknown119=3 - -// 7058 -[npc_7058] -bas=bas_288 -ambient=25 -op1=Talk-to -size=2 -vislevel=0 -name=Kringk -model1=model_32039 -head1=model_31783 -unknown119=3 - -// 7059 -[npc_7059] -bas=bas_1149 -op1=Talk -size=2 -ambient=25 -turnspeed=0 -vislevel=0 -name=Thump -model1=model_31886 -unknown119=3 - -// 7060 -[npc_7060] -bas=bas_1149 -size=2 -ambient=25 -turnspeed=0 -vislevel=0 -minimap=no -name=Massage table -model1=model_31885 -unknown119=3 - -// 7061 -[npc_7061] -bas=bas_288 -size=2 -ambient=25 -op1=Talk-to -vislevel=0 -name=Thump -model1=model_32032 -head1=model_31784 -unknown119=3 - -// 7062 -[npc_7062] -bas=bas_288 -size=2 -ambient=25 -op1=Talk-to -vislevel=0 -name=Muggh -model1=model_32041 -head1=model_31794 -unknown119=3 - -// 7063 -[npc_7063] -size=1 -turnspeed=0 -vislevel=0 -op1=Talk-to -name=Kringk -model1=model_32027 -head1=model_31783 -unknown119=3 - -// 7064 -[npc_7064] -size=1 -turnspeed=0 -vislevel=0 -name=Hairdryer -model1=model_32027 -unknown119=3 - -// 7065 -[npc_7065] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_4322 -multinpc=1,npc_4654 -unknown119=3 - -// 7066 -[npc_7066] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -multivar=varplayerbit_4322 -multinpc=1,npc_4651 -unknown119=3 - -// 7067 -[npc_7067] -bas=bas_1143 -ambient=25 -op1=Talk-to -vislevel=0 -name=Snert -model1=model_32038 -head1=model_31788 -unknown119=3 - -// 7068 -[npc_7068] -bas=bas_1143 -ambient=25 -op1=Talk-to -vislevel=0 -name=Tyke -model1=model_32042 -head1=model_31802 -unknown119=3 - -// 7069 -[npc_7069] -bas=bas_1143 -ambient=25 -op1=Talk-to -vislevel=0 -recol1s=14729 -recol1d=13539 -recol2s=13672 -recol2d=12482 -recol3s=11591 -recol3d=11425 -recol4s=16739 -recol4d=8420 -recol5s=15682 -recol5d=7363 -recol6s=14625 -recol6d=6306 -name=Snarrl -model1=model_32038 -head1=model_31788 -unknown119=3 - -// 7070 -[npc_7070] -bas=bas_1143 -ambient=25 -op1=Talk-to -vislevel=0 -recol1s=14729 -recol1d=17769 -recol2s=13672 -recol2d=16712 -recol3s=11591 -recol3d=15655 -recol4s=16739 -recol4d=25258 -recol5s=15682 -recol5d=24201 -recol6s=14625 -recol6d=23144 -name=Snarrk -model1=model_32038 -head1=model_31788 -unknown119=3 - -// 7071 -[npc_7071] -bas=bas_1143 -ambient=25 -op1=Talk-to -vislevel=0 -recol1s=14729 -recol1d=14893 -recol2s=13672 -recol2d=13836 -recol3s=11591 -recol3d=12779 -recol4s=16739 -recol4d=25258 -recol5s=15682 -recol5d=24201 -recol6s=14625 -recol6d=23144 -name=I'rk -model1=model_32042 -head1=model_31802 -unknown119=3 - -// 7072 -[npc_7072] -bas=bas_1143 -ambient=25 -op1=Talk-to -vislevel=0 -name=Thuddley -model1=model_32035 -head1=model_31786 -unknown119=3 - -// 7073 -[npc_7073] -bas=bas_1143 -ambient=25 -op1=Talk-to -vislevel=0 -name=Grr'bah -model1=model_32028 -head1=model_31786 -unknown119=3 - -// 7074 -[npc_7074] -bas=bas_1143 -ambient=25 -op1=Talk-to -vislevel=0 -recol1s=14729 -recol1d=13539 -recol2s=13672 -recol2d=12482 -recol3s=11591 -recol3d=11425 -recol4s=16739 -recol4d=8420 -recol5s=15682 -recol5d=7363 -recol6s=14625 -recol6d=6306 -name=Chomp -model1=model_32035 -head1=model_31786 -unknown119=3 - -// 7075 -[npc_7075] -bas=bas_1143 -ambient=25 -op1=Talk-to -vislevel=0 -recol1s=14729 -recol1d=14698 -recol2s=13672 -recol2d=13641 -recol3s=11591 -recol3d=12584 -recol4s=16739 -recol4d=25258 -recol5s=15682 -recol5d=24201 -recol6s=14625 -recol6d=23144 -name=Grubb -model1=model_32035 -head1=model_31786 -unknown119=3 - -// 7076 -[npc_7076] -bas=bas_1143 -ambient=25 -op1=Talk-to -vislevel=0 -recol1s=14729 -recol1d=14893 -recol2s=13672 -recol2d=13836 -recol3s=11591 -recol3d=12779 -recol4s=14799 -recol4d=11658 -recol5s=13742 -recol5d=10601 -recol6s=11628 -recol6d=9544 -name=Grunther -model1=model_32028 -head1=model_31786 -unknown119=3 - -// 7077 -[npc_7077] -bas=bas_1143 -ambient=25 -vislevel=0 -size=2 -op1=Talk-To -alwaysontop=yes -name=Glum -model1=model_32035 -head1=model_31786 -unknown119=3 - -// 7078 -[npc_7078] -bas=bas_1146 -size=2 -ambient=25 -op2=Attack -alwaysontop=yes -vislevel=99 -name=Ogress champion -model1=model_32046 -model2=model_32049 -unknown119=3 - -// 7079 -[npc_7079] -bas=bas_1154 -size=2 -ambient=25 -op2=Attack -alwaysontop=yes -vislevel=86 -name=Ogress warrior -model1=model_32026 -model2=model_32050 -unknown119=3 - -// 7080 -[npc_7080] -bas=bas_1147 -ambient=25 -op2=Attack -size=2 -alwaysontop=yes -vislevel=86 -name=Ogress warrior -model1=model_32031 -model2=model_32053 -unknown119=3 - -// 7081 -[npc_7081] -bas=bas_1154 -ambient=25 -op2=Attack -size=2 -alwaysontop=yes -vislevel=69 -name=Ogress -model1=model_32040 -model2=model_32048 -unknown119=3 - -// 7082 -[npc_7082] -bas=bas_1148 -ambient=25 -op2=Attack -size=2 -alwaysontop=yes -vislevel=69 -name=Ogress -model1=model_32043 -model2=model_32051 -unknown119=3 - -// 7083 -[npc_7083] -bas=bas_1140 -minimap=no -vislevel=0 -name=Flying bugs -model1=model_31862 -unknown119=3 - -// 7084 -[npc_7084] -bas=bas_45 -size=2 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Eucalyptus ent -model1=model_31757 -unknown119=3 - -// 7085 -[npc_7085] -bas=bas_45 -size=3 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Eucalyptus ent -model1=model_31758 -unknown119=3 - -// 7086 -[npc_7086] -bas=bas_45 -size=4 -vislevel=0 -op1=Chop down -op3=hidden -turnspeed=0 -name=Eucalyptus ent -model1=model_31756 -unknown119=3 - -// 7087 -[npc_7087] -bas=bas_4 -vislevel=0 -recol1s=14724 -recol1d=10438 -recol2s=2081 -recol2d=10438 -recol3s=6342 -recol3d=14633 -name=Balnea -model1=model_18111 -model2=model_29695 -model3=model_27665 -model4=model_32060 -model5=model_31770 -model6=model_31780 -model7=model_31774 -head1=model_38944 -modeloffset4=3,-11,6 -unknown119=1 - -// 7088 -[npc_7088] -bas=bas_1142 -size=2 -ambient=25 -vislevel=0 -name=Chief Tess -model1=model_32029 -head1=model_31796 -unknown119=1 - -// 7089 -[npc_7089] -bas=bas_1150 -size=2 -ambient=25 -vislevel=0 -turnspeed=0 -name=Chargurr -model1=model_32034 -head1=model_31806 -unknown119=1 - -// 7090 -[npc_7090] -bas=bas_53 -vislevel=0 -recol1s=8386 -recol1d=2191 -recol2s=15392 -recol2d=1116 -recol3s=16846 -recol3d=6476 -recol4s=11561 -recol4d=3272 -recol5s=15789 -recol5d=32753 -retex1s=material_369 -retex1d=material_426 -name=Wise Old Man -model1=model_187 -model2=model_9103 -model3=model_4925 -model4=model_21860 -model5=model_323 -model6=model_164 -model7=model_176 -model8=model_268 -model9=model_4954 -head1=model_39609 -head2=model_39182 -unknown119=1 - -// 7091 -[npc_7091] -bas=bas_1155 -vislevel=1 -multivar=varplayerbit_4331 -multinpc=0,npc_7027 -multinpc=1,npc_7083 -unknown119=3 - -// 7092 -[npc_7092] -bas=bas_1155 -vislevel=1 -multivar=varplayerbit_4332 -multinpc=0,npc_7028 -multinpc=1,npc_7083 -unknown119=3 - -// 7093 -[npc_7093] -bas=bas_1156 -vislevel=1 -multivar=varplayerbit_4333 -multinpc=0,npc_7029 -multinpc=1,npc_7083 -unknown119=3 - -// 7094 -[npc_7094] -bas=bas_1156 -vislevel=1 -multivar=varplayerbit_4334 -multinpc=0,npc_7030 -multinpc=1,npc_7083 -unknown119=3 - -// 7095 -[npc_7095] -bas=bas_1155 -vislevel=0 -multivar=varplayerbit_4335 -multinpc=1,npc_7027 -unknown119=3 - -// 7096 -[npc_7096] -bas=bas_1155 -vislevel=0 -multivar=varplayerbit_4336 -multinpc=1,npc_7028 -unknown119=3 - -// 7097 -[npc_7097] -bas=bas_1155 -vislevel=0 -multivar=varplayerbit_4337 -multinpc=1,npc_7029 -unknown119=3 - -// 7098 -[npc_7098] -bas=bas_1155 -vislevel=0 -multivar=varplayerbit_4338 -multinpc=1,npc_7030 -unknown119=3 - -// 7099 -[npc_7099] -bas=bas_288 -ambient=25 -op1=Talk-to -size=2 -vislevel=0 -multivar=varplayerbit_4322 -multinpc=0,npc_7058 -unknown119=3 - -// 7100 -[npc_7100] -bas=bas_1149 -size=2 -ambient=25 -turnspeed=0 -vislevel=0 -multivar=varplayerbit_4322 -multinpc=0,npc_7060 -multinpc=1,npc_7059 -unknown119=3 - -// 7101 -[npc_7101] -bas=bas_288 -size=2 -ambient=25 -vislevel=0 -multivar=varplayerbit_4322 -multinpc=0,npc_7061 -unknown119=3 - -// 7102 -[npc_7102] -size=1 -turnspeed=0 -vislevel=0 -multivar=varplayerbit_4322 -multinpc=1,npc_7063 -unknown119=3 - -// 7103 -[npc_7103] -size=1 -turnspeed=0 -vislevel=0 -multivar=varplayerbit_4322 -multinpc=1,npc_7064 -unknown119=3 - -// 7104 -[npc_7104] -bas=bas_222 -ambient=25 -size=2 -op1=Talk-to -vislevel=0 -name=Dawg -model1=model_32057 -head1=model_31231 -unknown119=3 - -// 7105 -[npc_7105] -bas=bas_123 -size=1 -op2=Attack -vislevel=13 -recol1s=32731 -recol1d=16678 -recol2s=32697 -recol2d=16644 -recol3s=29560 -recol3d=14564 -recol4s=26421 -recol4d=13507 -recol5s=24307 -recol5d=13507 -retex1s=material_247 -retex1d=material_426 -name=Chaos druid -model1=model_31567 -model2=model_31595 -model3=model_31601 -model4=model_31578 -model5=model_31588 -model6=model_31606 -unknown119=3 - -// 7106 -[npc_7106] -bas=bas_4 -size=1 -op2=Attack -vislevel=10 -retex1s=material_264 -retex1d=material_202 -name=Thug -model1=model_32068 -model2=model_32080 -model3=model_32093 -model4=model_32095 -model5=model_32082 -model6=model_32073 -model7=model_32097 -model8=model_32067 -model9=model_32096 -unknown119=3 - -// 7107 -[npc_7107] -bas=bas_4 -size=1 -op2=Attack -vislevel=10 -retex1s=material_258 -retex1d=material_202 -name=Thug -model1=model_32069 -model2=model_32079 -model3=model_32090 -model4=model_32087 -model5=model_32075 -model6=model_32097 -model7=model_32066 -unknown119=3 - -// 7108 -[npc_7108] -bas=bas_4 -size=1 -op2=Attack -vislevel=10 -name=Thug -model1=model_32070 -model2=model_32079 -model3=model_32089 -model4=model_32084 -model5=model_32074 -model6=model_32097 -model7=model_32067 -model8=model_32096 -unknown119=3 - -// 7109 -[npc_7109] -bas=bas_4 -size=1 -op2=Attack -vislevel=10 -name=Thug -model1=model_32068 -model2=model_32081 -model3=model_32092 -model4=model_32086 -model5=model_32077 -model6=model_32097 -model7=model_32066 -unknown119=3 - -// 7110 -[npc_7110] -bas=bas_4 -size=1 -op2=Attack -vislevel=10 -name=Thug -model1=model_32072 -model2=model_32079 -model3=model_32088 -model4=model_32095 -model5=model_32085 -model6=model_32078 -model7=model_32097 -model8=model_32067 -unknown119=3 - -// 7111 -[npc_7111] -bas=bas_4 -size=1 -op2=Attack -vislevel=10 -name=Thug -model1=model_32071 -model2=model_32079 -model3=model_32094 -model4=model_32083 -model5=model_32076 -model6=model_32097 -model7=model_32066 -model8=model_32096 -unknown119=3 - -// 7112 -[npc_7112] -bas=bas_4 -size=1 -op2=Attack -vislevel=10 -name=Thug -model1=model_32072 -model2=model_32079 -model3=model_32090 -model4=model_32086 -model5=model_32077 -model6=model_32097 -model7=model_32067 -model8=model_32096 -unknown119=3 - -// 7113 -[npc_7113] -bas=bas_4 -size=1 -op2=Attack -vislevel=10 -name=Thug -model1=model_32070 -model2=model_32079 -model3=model_32092 -model4=model_32083 -model5=model_32076 -model6=model_32097 -model7=model_32066 -model8=model_32095 -unknown119=3 - -// 7114 -[npc_7114] -bas=bas_4 -size=1 -op2=Attack -vislevel=10 -retex1s=material_264 -retex1d=material_202 -retex2s=material_258 -retex2d=material_202 -name=Thug -model1=model_32069 -model2=model_32079 -model3=model_32088 -model4=model_32087 -model5=model_32075 -model6=model_32097 -model7=model_32067 -model8=model_32096 -unknown119=3 - -// 7115 -[npc_7115] -bas=bas_851 -turnspeed=0 -op1=Talk-to -vislevel=0 -recol1s=10434 -recol1d=4228 -name=Thaki the delivery dwarf -model1=model_32148 -model2=model_32149 -head1=model_4 -unknown119=3 - -// 7116 -[npc_7116] -bas=bas_849 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=6273 -recol1d=27410 -recol2s=6354 -recol2d=9519 -recol3s=14724 -recol3d=8462 -recol4s=15748 -recol4d=7405 -recol5s=20041 -recol5d=6348 -recol6s=15856 -recol6d=25098 -retex1s=material_228 -retex1d=material_426 -name=Drunken sailor -model1=model_194 -model2=model_215 -model3=model_5215 -model4=model_299 -model5=model_4391 -model6=model_151 -model7=model_176 -model8=model_7002 -model9=model_181 -head1=model_39481 -head2=model_39218 -head3=model_39941 -unknown119=3 - -// 7117 -[npc_7117] -bas=bas_850 -vislevel=0 -turnspeed=0 -op1=Talk-to -op3=Search -alwaysontop=yes -recol1s=6273 -recol1d=27410 -recol2s=6354 -recol2d=9519 -recol3s=14724 -recol3d=8462 -recol4s=15748 -recol4d=7405 -recol5s=20041 -recol5d=6348 -recol6s=15856 -recol6d=25098 -retex1s=material_228 -retex1d=material_426 -name=Drunken sailor -model1=model_215 -model2=model_5215 -model3=model_299 -model4=model_4391 -model5=model_151 -model6=model_176 -model7=model_7002 -model8=model_181 -head1=model_39481 -head2=model_39218 -head3=model_39941 -unknown119=3 - -// 7118 -[npc_7118] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=10634 -recol2s=8526 -recol2d=13672 -recol3s=10640 -recol3d=15786 -recol4s=10535 -recol4d=13638 -recol5s=5217 -recol5d=8387 -recol6s=14466 -recol6d=11522 -retex1s=material_359 -retex1d=material_254 -retex2s=material_313 -retex2d=material_254 -name=Catapult engineer -model1=model_10302 -model2=model_10304 -model3=model_10705 -model4=model_151 -model5=model_24982 -model6=model_22601 -model7=model_185 -model8=model_6755 -head1=model_39940 -unknown119=3 - -// 7119 -[npc_7119] -bas=bas_4 -size=1 -alwaysontop=yes -vislevel=1 -retex1s=material_359 -retex1d=material_313 -multivar=varplayerbit_4396 -multinpc=10,npc_7118 -multinpc=15,npc_7118 -multinpc=16,npc_7118 -multinpc=18,npc_7118 -multinpc=19,npc_7118 -multinpc=20,npc_7118 -multinpc=25,npc_7118 -multinpc=30,npc_7118 -multinpc=35,npc_7118 -unknown119=3 - -// 7120 -[npc_7120] -bas=bas_4 -vislevel=0 -alwaysontop=yes -size=1 -op1=Talk-to -vislevel=0 -recol1s=9473 -recol1d=16846 -recol2s=7298 -recol2d=16846 -recol3s=5250 -recol3d=16846 -recol4s=7364 -recol4d=11561 -recol5s=2340 -recol5d=16846 -recol6s=14724 -recol6d=25098 -name=Tyras guard -model1=model_32232 -head1=model_39630 -unknown119=3 - -// 7121 -[npc_7121] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=3172 -name=General Hining -model1=model_32233 -head1=model_39747 -head2=model_39281 -unknown119=3 - -// 7122 -[npc_7122] -bas=bas_126 -vislevel=0 -alwaysontop=yes -ambient=20 -recol1s=17797 -recol1d=17336 -recol2s=18166 -recol2d=13037 -recol3s=23391 -recol3d=13037 -recol4s=7404 -recol4d=13037 -recol5s=0 -recol5d=25569 -recol6s=12352 -recol6d=5542 -name=Githan -model1=model_10212 -head1=model_39063 -unknown119=3 - -// 7123 -[npc_7123] -bas=bas_126 -vislevel=0 -ambient=20 -recol1s=17797 -recol1d=28366 -name=Amulet of Nature -model1=model_26050 -head1=model_32335 -unknown119=3 - -// 7124 -[npc_7124] -minimap=no -vislevel=0 -name=Mud -model1=model_32264 -unknown119=1 - -// 7125 -[npc_7125] -bas=bas_351 -size=1 -ambient=15 -vislevel=0 -op3=Feed -name=Rabbit -model1=model_32339 -unknown119=3 - -// 7126 -[npc_7126] -bas=bas_351 -size=1 -ambient=15 -vislevel=0 -op3=Feed -recol1s=12582 -recol1d=10537 -recol2s=13639 -recol2d=11594 -recol3s=15719 -recol3d=12651 -name=Rabbit -model1=model_32339 -unknown119=3 - -// 7127 -[npc_7127] -bas=bas_351 -size=1 -ambient=15 -vislevel=0 -op3=Feed -recol1s=12582 -recol1d=21005 -recol2s=13639 -recol2d=21039 -recol3s=15719 -recol3d=22096 -recol4s=21038 -recol4d=24243 -recol5s=20016 -recol5d=24244 -recol6s=21073 -recol6d=25301 -name=Rabbit -model1=model_32339 -unknown119=3 - -// 7128 -[npc_7128] -bas=bas_173 -vislevel=0 -alwaysontop=yes -name=Farmer -model1=model_32332 -model2=model_32331 -unknown119=3 - -// 7129 -[npc_7129] -bas=bas_173 -vislevel=0 -alwaysontop=yes -name=Farmer -model1=model_32328 -model2=model_32331 -unknown119=3 - -// 7130 -[npc_7130] -bas=bas_350 -vislevel=0 -alwaysontop=yes -name=Farmer -model1=model_32327 -model2=model_32331 -unknown119=3 - -// 7131 -[npc_7131] -bas=bas_174 -op1=Talk-to -op3=Buy-flags -op4=Buy-roots -vislevel=0 -name=Farmer Blinkin -model1=model_32326 -head1=model_32337 -unknown119=3 - -// 7132 -[npc_7132] -bas=bas_352 -size=1 -op1=Talk-to -op3=Trade -op4=Buy flags -alwaysontop=yes -vislevel=0 -name=Mrs. Winkin -model1=model_32329 -head1=model_32336 -unknown119=3 - -// 7133 -[npc_7133] -bas=bas_476 -size=3 -op2=Attack -vislevel=267 -name=Bork -model1=model_32351 -model2=model_32352 -unknown119=3 - -// 7134 -[npc_7134] -bas=bas_476 -size=3 -op2=Attack -vislevel=267 -name=Bork -model1=model_32351 -model2=model_32352 -unknown119=3 - -// 7135 -[npc_7135] -bas=bas_475 -size=1 -op2=Attack -vislevel=70 -name=Ork legion -model1=model_32348 -model2=model_32347 -unknown119=3 - -// 7136 -[npc_7136] -bas=bas_4 -size=1 -op1=Attack -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=16843 -name=Surok Magis -model1=model_23926 -model2=model_214 -model3=model_250 -model4=model_23944 -model5=model_23916 -model6=model_177 -model7=model_23934 -head1=model_38642 -head2=model_39582 -head3=model_39469 -unknown119=3 - -// 7137 -[npc_7137] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Attack -vislevel=0 -alwaysontop=yes -recol1s=6273 -recol1d=16843 -name=Dagon'hai Elite -model1=model_23929 -model2=model_23917 -model3=model_23934 -head1=model_39799 -head2=model_39526 -head3=model_38096 -unknown119=3 - -// 7138 -[npc_7138] -bas=bas_4 -size=1 -alwaysontop=yes -op2=Attack -vislevel=97 -name=Dagon'hai Monk -model1=model_23928 -model2=model_23917 -model3=model_23934 -head1=model_39630 -head2=model_39526 -unknown119=3 - -// 7139 -[npc_7139] -bas=bas_4 -size=1 -alwaysontop=yes -op2=Attack -vislevel=97 -recol1s=6273 -recol1d=16843 -name=Dagon'hai Monk -model1=model_23927 -model2=model_23917 -model3=model_23934 -head1=model_39799 -head2=model_40657 -head3=model_38642 -unknown119=3 - -// 7140 -[npc_7140] -bas=bas_4 -size=1 -alwaysontop=yes -op2=Attack -vislevel=97 -recol1s=6273 -recol1d=16843 -name=Dagon'hai Monk -model1=model_23929 -model2=model_23917 -model3=model_23934 -head1=model_39799 -head2=model_39526 -head3=model_38096 -unknown119=3 - -// 7141 -[npc_7141] -active=no -minimap=no -spotshadow=no -vislevel=1 -model1=model_26050 -unknown119=3 - -// 7142 -[npc_7142] -bas=bas_547 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=11297 -recol1d=11755 -recol2s=8192 -recol2d=8584 -recol3s=18989 -recol3d=8419 -recol4s=17903 -recol4d=8422 -recol5s=16846 -recol5d=7365 -recol6s=13675 -recol6d=4194 -name=Guard -model1=model_32374 -head1=model_39607 -unknown119=3 - -// 7143 -[npc_7143] -bas=bas_4 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=4228 -recol1d=6309 -retex1s=material_250 -retex1d=material_258 -retex2s=material_273 -retex2d=material_254 -retex3s=material_251 -retex3d=material_258 -name=Professor Henry -model1=model_32380 -model2=model_32383 -model3=model_25644 -model4=model_25667 -model5=model_14374 -model6=model_176 -head1=model_39910 -head2=model_39306 -unknown119=3 - -// 7144 -[npc_7144] -bas=bas_550 -size=2 -turnspeed=1024 -vislevel=0 -name=Gublinch jailmate -model1=model_32398 -unknown119=1 - -// 7145 -[npc_7145] -bas=bas_551 -size=1 -turnspeed=1024 -vislevel=0 -name=Gublinchette jailmate -model1=model_32392 -unknown119=1 - -// 7146 -[npc_7146] -bas=bas_552 -size=2 -turnspeed=1024 -vislevel=0 -name=Gublinchette jailmate -model1=model_32393 -model2=model_32395 -unknown119=1 - -// 7147 -[npc_7147] -bas=bas_553 -size=1 -turnspeed=1024 -vislevel=0 -name=Gublinch jailmate -model1=model_32391 -unknown119=1 - -// 7148 -[npc_7148] -bas=bas_554 -size=3 -turnspeed=1024 -vislevel=0 -name=Gublinch jailmate -model1=model_32394 -unknown119=1 - -// 7149 -[npc_7149] -bas=bas_555 -size=2 -turnspeed=1024 -vislevel=0 -name=Gublinch jailmate -model1=model_32399 -model2=model_32400 -unknown119=1 - -// 7150 -[npc_7150] -bas=bas_556 -size=2 -turnspeed=1024 -vislevel=0 -name=Gublinch jailmate -model1=model_32396 -model2=model_32397 -unknown119=1 - -// 7151 -[npc_7151] -bas=bas_563 -turnspeed=1024 -op1=Talk-to -vislevel=0 -recol1s=24307 -recol1d=29464 -recol2s=22193 -recol2d=28341 -recol3s=21134 -recol3d=26293 -recolhsl4s=10429 -recolhsl4d=89 -recolhsl5s=43916 -recolhsl5d=5387 -recolhsl6s=43914 -recolhsl6d=5382 -name=Student -model1=model_32385 -model2=model_32416 -model3=model_32415 -head1=model_39980 -head2=model_39316 -unknown119=3 - -// 7152 -[npc_7152] -bas=bas_559 -turnspeed=1024 -op1=Talk-to -vislevel=0 -recolhsl1s=8741 -recolhsl1d=5224 -recol2s=20041 -recol2d=28437 -recolhsl3s=25238 -recolhsl3d=4230 -name=Student -model1=model_32382 -model2=model_32416 -model3=model_32415 -head1=model_39090 -unknown119=3 - -// 7153 -[npc_7153] -bas=bas_562 -turnspeed=1024 -op1=Talk-to -vislevel=0 -recol1s=18034 -recol1d=9378 -recol2s=14724 -recol2d=15748 -recol3s=6342 -recol3d=32767 -name=Student -model1=model_32388 -model2=model_32416 -model3=model_32415 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7154 -[npc_7154] -bas=bas_561 -turnspeed=1024 -op1=Talk-to -vislevel=0 -recolhsl1s=10002 -recolhsl1d=4232 -recolhsl2s=8741 -recolhsl2d=5015 -name=Student -model1=model_32381 -model2=model_32416 -model3=model_32415 -head1=model_39600 -head2=model_39223 -unknown119=3 - -// 7155 -[npc_7155] -bas=bas_558 -turnspeed=1024 -op1=Talk-to -vislevel=0 -recol1s=7298 -recol1d=0 -recolhsl2s=25238 -recolhsl2d=41235 -recolhsl3s=8741 -recolhsl3d=5390 -recol4s=6144 -recol4d=0 -recolhsl5s=24 -recolhsl5d=10651 -name=Student -model1=model_32387 -model2=model_32416 -model3=model_32415 -head1=model_39897 -head2=model_39223 -unknown119=3 - -// 7156 -[npc_7156] -bas=bas_557 -turnspeed=1024 -op1=Talk-to -vislevel=0 -recolhsl1s=8741 -recolhsl1d=43415 -recolhsl2s=25238 -recolhsl2d=8467 -recolhsl3s=908 -recolhsl3d=8455 -recolhsl4s=24 -recolhsl4d=4908 -recolhsl5s=4886 -recolhsl5d=4874 -recolhsl6s=926 -recolhsl6d=4908 -name=Student -model1=model_32386 -model2=model_32416 -model3=model_32415 -head1=model_39124 -head2=model_38891 -unknown119=3 - -// 7157 -[npc_7157] -bas=bas_560 -turnspeed=1024 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=22150 -recolhsl2s=25238 -recolhsl2d=40219 -recol3s=14724 -recol3d=17731 -recol4s=7298 -recol4d=0 -retex1s=material_228 -retex1d=material_426 -name=Student -model1=model_32384 -model2=model_32416 -model3=model_32415 -head1=model_39016 -head2=model_38861 -unknown119=3 - -// 7158 -[npc_7158] -bas=bas_185 -size=1 -op2=Attack -vislevel=8 -name=Cockroach drone -model1=model_32377 -unknown119=3 - -// 7159 -[npc_7159] -bas=bas_548 -op2=Attack -alwaysontop=yes -size=2 -vislevel=56 -name=Cockroach worker -model1=model_32376 -unknown119=3 - -// 7160 -[npc_7160] -bas=bas_549 -op2=Attack -size=3 -alwaysontop=yes -vislevel=83 -name=Cockroach soldier -model1=model_32375 -unknown119=3 - -// 7161 -[npc_7161] -bas=bas_4 -size=1 -op2=Attack -vislevel=6 -recol1s=7525 -recol1d=7330 -recol2s=14724 -recol2d=12452 -recol3s=28534 -recol3d=9444 -recol4s=22196 -recol4d=9444 -recol5s=3298 -recol5d=9444 -recol6s=32760 -recol6d=7330 -retex1s=material_257 -retex1d=material_313 -name=Mugger -model1=model_20749 -model2=model_310 -model3=model_9450 -model4=model_176 -model5=model_25665 -unknown119=3 - -// 7162 -[npc_7162] -bas=bas_4 -size=1 -op2=Attack -vislevel=6 -recol1s=7525 -recol1d=7330 -recol2s=14724 -recol2d=4262 -recol3s=28534 -recol3d=9444 -recol4s=22196 -recol4d=9444 -recol5s=3298 -recol5d=9444 -recol6s=32760 -recol6d=7330 -retex1s=material_257 -retex1d=material_313 -name=Mugger -model1=model_20749 -model2=model_310 -model3=model_9450 -model4=model_176 -model5=model_25665 -unknown119=3 - -// 7163 -[npc_7163] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_4505 -multinpc=0,npc_696 -unknown119=3 - -// 7164 -[npc_7164] -bas=bas_277 -vislevel=0 -size=1 -walksmoothing=no -recol1s=25098 -recol1d=25258 -recol2s=3171 -recol2d=10468 -recol3s=7488 -recol3d=17864 -recol4s=10401 -recol4d=17864 -recol5s=10535 -recol5d=11559 -recol6s=16838 -recol6d=11558 -retex1s=material_202 -retex1d=material_256 -retex2s=material_257 -retex2d=material_256 -name=Villager -model1=model_12140 -model2=model_390 -model3=model_11360 -model4=model_11775 -model5=model_10706 -model6=model_13347 -model7=model_8934 -head1=model_39144 -head2=model_38781 -unknown119=3 - -// 7165 -[npc_7165] -bas=bas_982 -vislevel=0 -size=1 -walksmoothing=no -recol1s=25098 -recol1d=25258 -recol2s=2340 -recol2d=11664 -recol3s=15856 -recol3d=25258 -name=Villager -model1=model_310 -model2=model_275 -model3=model_181 -model4=model_6364 -model5=model_26120 -model6=model_18126 -model7=model_10218 -model8=model_32531 -unknown119=1 - -// 7166 -[npc_7166] -bas=bas_984 -vislevel=0 -size=1 -walksmoothing=no -recol1s=25098 -recol1d=25258 -recol2s=2340 -recol2d=11664 -recol3s=15856 -recol3d=25258 -name=Villager -model1=model_310 -model2=model_275 -model3=model_181 -model4=model_6364 -model5=model_26120 -model6=model_18126 -model7=model_10218 -model8=model_32531 -unknown119=1 - -// 7167 -[npc_7167] -bas=bas_983 -vislevel=0 -size=1 -walksmoothing=no -recol1s=25098 -recol1d=25258 -recol2s=2340 -recol2d=11664 -recol3s=15856 -recol3d=25258 -name=Villager -model1=model_310 -model2=model_275 -model3=model_181 -model4=model_6364 -model5=model_26120 -model6=model_18126 -model7=model_10218 -unknown119=1 - -// 7168 -[npc_7168] -bas=bas_217 -op1=Talk-to -alwaysontop=yes -vislevel=0 -recol1s=7363 -recol1d=25298 -recol2s=11330 -recol2d=21767 -recol3s=4420 -recol3d=8558 -recol4s=7591 -recol4d=5421 -name=Kimberly -model1=model_32522 -head1=model_28695 -unknown119=1 - -// 7169 -[npc_7169] -bas=bas_975 -size=1 -ambient=25 -op1=Talk-to -vislevel=0 -name=Kimberly -model1=model_32522 -head1=model_28695 -unknown119=3 - -// 7170 -[npc_7170] -bas=bas_980 -size=3 -ambient=25 -op1=Talk-to -vislevel=0 -name=Kimberly -model1=model_32539 -unknown119=3 - -// 7171 -[npc_7171] -bas=bas_165 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=Kennith -model1=model_28601 -head1=model_28688 -unknown119=3 - -// 7172 -[npc_7172] -bas=bas_977 -vislevel=0 -size=1 -op1=Talk-to -name=Kennith -model1=model_28601 -head1=model_32534 -unknown119=3 - -// 7173 -[npc_7173] -bas=bas_978 -size=3 -ambient=25 -vislevel=0 -name=Kennith -model1=model_28601 -unknown119=3 - -// 7174 -[npc_7174] -bas=bas_979 -size=3 -ambient=25 -op1=Talk-to -vislevel=0 -name=Kennith -model1=model_32537 -model2=model_32538 -head1=model_32534 -unknown119=3 - -// 7175 -[npc_7175] -bas=bas_981 -vislevel=0 -name=Kennith -model1=model_28601 -model2=model_32521 -head1=model_28688 -unknown119=3 - -// 7176 -[npc_7176] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4512 -multinpc=1,npc_701 -unknown119=3 - -// 7177 -[npc_7177] -bas=bas_976 -vislevel=1 -multivar=varplayerbit_4505 -multinpc=60,npc_701 -multinpc=61,npc_701 -multinpc=65,npc_701 -multinpc=70,npc_701 -multinpc=71,npc_701 -multinpc=75,npc_701 -multinpc=80,npc_701 -multinpc=82,npc_701 -multinpc=85,npc_701 -multinpc=90,npc_701 -unknown119=1 - -// 7178 -[npc_7178] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4505 -multinpc=25,npc_701 -multinpc=27,npc_701 -multinpc=30,npc_701 -unknown119=3 - -// 7179 -[npc_7179] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4505 -multinpc=20,npc_696 -unknown119=1 - -// 7180 -[npc_7180] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4505 -multinpc=25,npc_696 -multinpc=27,npc_696 -unknown119=1 - -// 7181 -[npc_7181] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4505 -multinpc=100,npc_696 -unknown119=1 - -// 7182 -[npc_7182] -bas=bas_976 -vislevel=1 -multivar=varplayerbit_4505 -multinpc=60,npc_696 -multinpc=61,npc_696 -multinpc=65,npc_696 -multinpc=70,npc_696 -multinpc=71,npc_696 -multinpc=75,npc_696 -multinpc=80,npc_696 -multinpc=82,npc_696 -multinpc=85,npc_696 -multinpc=90,npc_696 -unknown119=1 - -// 7183 -[npc_7183] -bas=bas_277 -vislevel=0 -size=1 -op1=Talk-to -recol1s=25098 -recol1d=25258 -recol2s=3171 -recol2d=10468 -recol3s=7488 -recol3d=17864 -recol4s=10401 -recol4d=17864 -recol5s=10535 -recol5d=11559 -recol6s=16838 -recol6d=11558 -retex1s=material_256 -retex1d=material_202 -name=Villager -model1=model_12140 -model2=model_390 -model3=model_11360 -model4=model_11775 -model5=model_10706 -model6=model_13347 -model7=model_8934 -head1=model_39144 -head2=model_38781 -unknown119=1 - -// 7184 -[npc_7184] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=8322 -recol1d=10572 -recol2s=24196 -recol2d=8421 -recol3s=14724 -recol3d=18989 -recol4s=32735 -recol4d=26293 -recol5s=25098 -recol5d=25258 -retex1s=material_253 -retex1d=material_252 -name=Ezekial Lovecraft -model1=model_18191 -model2=model_230 -model3=model_10304 -model4=model_302 -model5=model_10980 -model6=model_10218 -model7=model_18194 -model8=model_14376 -head1=model_39940 -head2=model_39510 -unknown119=1 - -// 7185 -[npc_7185] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=18722 -recol2s=4195 -recol2d=13671 -retex1s=material_264 -retex1d=material_250 -retex2s=material_263 -retex2d=material_273 -name=Clive -model1=model_14340 -model2=model_26131 -model3=model_26118 -model4=model_11869 -model5=model_249 -model6=model_181 -head1=model_39915 -head2=model_39254 -unknown119=1 - -// 7186 -[npc_7186] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=21027 -recol1d=25298 -recol2s=4195 -recol2d=19753 -recol3s=18927 -recol3d=8258 -recol4s=22131 -recol4d=10372 -retex1s=material_228 -retex1d=material_426 -name=Katherine -model1=model_32530 -model2=model_26155 -model3=model_26139 -model4=model_26147 -head1=model_38988 -unknown119=1 - -// 7187 -[npc_7187] -bas=bas_280 -op1=Talk-to -vislevel=0 -recol1s=21027 -recol1d=25298 -recol2s=4195 -recol2d=19753 -recol3s=18927 -recol3d=8258 -recol4s=22131 -recol4d=10372 -retex1s=material_228 -retex1d=material_426 -name=Katherine -model1=model_32530 -model2=model_26155 -model3=model_26139 -model4=model_26147 -model5=model_509 -head1=model_38988 -modeloffset4=3,-11,6 -unknown119=1 - -// 7188 -[npc_7188] -bas=bas_280 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=18722 -recol2s=4195 -recol2d=13671 -name=Clive -model1=model_14340 -model2=model_26131 -model3=model_26118 -model4=model_11869 -model5=model_249 -model6=model_181 -model7=model_509 -head1=model_39915 -head2=model_39254 -unknown119=3 - -// 7189 -[npc_7189] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recol1s=5317 -recol1d=15887 -recol2s=14724 -recol2d=25098 -recol3s=15856 -recol3d=25098 -name=Kent -model1=model_214 -model2=model_10304 -model3=model_12085 -model4=model_168 -model5=model_8918 -model6=model_176 -model7=model_18132 -model8=model_18129 -head1=model_39726 -head2=model_39245 -unknown119=3 - -// 7190 -[npc_7190] -bas=bas_4 -size=1 -vislevel=1 -multivar=varplayerbit_4505 -multinpc=0,npc_4856 -multinpc=5,npc_4856 -multinpc=10,npc_4856 -multinpc=15,npc_4856 -multinpc=20,npc_4856 -multinpc=25,npc_4856 -multinpc=30,npc_4856 -multinpc=35,npc_4856 -multinpc=100,npc_4856 -unknown119=3 - -// 7191 -[npc_7191] -bas=bas_165 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4505 -multinpc=0,npc_7168 -multinpc=5,npc_7168 -multinpc=10,npc_7168 -multinpc=15,npc_7168 -multinpc=20,npc_7168 -multinpc=25,npc_7168 -multinpc=27,npc_7168 -multinpc=30,npc_7168 -multinpc=35,npc_7168 -unknown119=1 - -// 7192 -[npc_7192] -bas=bas_165 -vislevel=1 -multivar=varplayerbit_4505 -multinpc=40,npc_7168 -unknown119=3 - -// 7193 -[npc_7193] -bas=bas_165 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4511 -multinpc=1,npc_7171 -unknown119=3 - -// 7194 -[npc_7194] -bas=bas_165 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4505 -multinpc=100,npc_7171 -unknown119=3 - -// 7195 -[npc_7195] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4505 -multinpc=20,npc_7189 -unknown119=1 - -// 7196 -[npc_7196] -vislevel=1 -name=Rabbit hole -model1=model_23995 -head1=model_32682 -unknown119=3 - -// 7197 -[npc_7197] -bas=bas_180 -alwaysontop=yes -vislevel=0 -op1=Talk-to -ambient=20 -contrast=10 -name=Easter Bunny -model1=model_23995 -head1=model_23994 -unknown119=1 - -// 7198 -[npc_7198] -bas=bas_183 -vislevel=0 -size=1 -resizeh=168 -resizev=168 -ambient=10 -contrast=10 -alwaysontop=yes -op1=Talk-to -recol1s=12 -recol1d=23945 -recol2s=16832 -recol2d=17865 -name=Bunny -model1=model_4042 -head1=model_14388 -unknown119=1 - -// 7199 -[npc_7199] -bas=bas_183 -vislevel=0 -size=1 -resizeh=168 -resizev=168 -ambient=10 -contrast=10 -alwaysontop=yes -op1=Talk-to -recol1s=12 -recol1d=23945 -recol2s=16832 -recol2d=17865 -name=Bunny -model1=model_4042 -head1=model_14388 -unknown119=1 - -// 7200 -[npc_7200] -bas=bas_183 -vislevel=0 -size=1 -resizeh=168 -resizev=168 -ambient=10 -contrast=10 -alwaysontop=yes -op1=Talk-to -recol1s=12 -recol1d=23945 -recol2s=16832 -recol2d=17865 -name=Guard bunny -model1=model_4042 -head1=model_14388 -unknown119=1 - -// 7201 -[npc_7201] -bas=bas_18 -op1=Interact -alwaysontop=yes -size=1 -vislevel=0 -minimap=no -alwaysontop=yes -resizeh=68 -resizev=68 -name=Chocatrice -model1=model_32601 -head1=model_32683 -unknown119=3 - -// 7202 -[npc_7202] -bas=bas_133 -size=1 -vislevel=0 -resizeh=64 -resizev=64 -recolhsl1s=10291 -recolhsl1d=8492 -recolhsl2s=10295 -recolhsl2d=8496 -recolhsl3s=10287 -recolhsl3d=8492 -recolhsl4s=10283 -recolhsl4d=8495 -recolhsl5s=10279 -recolhsl5d=8498 -recolhsl6s=10275 -recolhsl6d=8480 -name=Rat -model1=model_18891 -model2=model_18889 -model3=model_18894 -unknown119=3 - -// 7203 -[npc_7203] -bas=bas_137 -vislevel=0 -turnspeed=0 -op2=hidden -recol1s=16704 -recol1d=8418 -recol2s=15856 -recol2d=16708 -recol3s=25098 -recol3d=16708 -name=Void Knight -model1=model_230 -model2=model_252 -model3=model_14568 -model4=model_173 -model5=model_10218 -model6=model_14566 -model7=model_181 -model8=model_14580 -head1=model_39323 -head2=model_39799 -head3=model_38097 -unknown119=1 - -// 7204 -[npc_7204] -bas=bas_133 -size=1 -vislevel=0 -resizeh=64 -resizev=64 -recol1s=15852 -recol1d=7495 -recol2s=14795 -recol2d=8552 -recol3s=12683 -recol3d=9609 -recol4s=11626 -recol4d=8552 -recol5s=10569 -recol5d=7495 -recol6s=9512 -recol6d=5381 -name=Rat -model1=model_18893 -model2=model_18889 -model3=model_18896 -unknown119=3 - -// 7205 -[npc_7205] -bas=bas_184 -size=1 -vislevel=0 -resizeh=34 -resizev=34 -recol1s=14661 -recol1d=22124 -recol2s=18889 -recol2d=21066 -recolhsl3s=8530 -recolhsl3d=8496 -name=Mouse -model1=model_26075 -unknown119=3 - -// 7206 -[npc_7206] -bas=bas_185 -vislevel=0 -size=1 -name=Cockroach -model1=model_32377 -unknown119=3 - -// 7207 -[npc_7207] -bas=bas_186 -size=1 -vislevel=0 -recolhsl1s=33728 -recolhsl1d=9033 -recolhsl2s=56256 -recolhsl2d=9359 -recol3s=31808 -recol3d=19119 -recol4s=32736 -recol4d=20044 -recolhsl5s=50099 -recolhsl5d=9431 -recolhsl6s=22443 -recolhsl6d=9555 -name=Spider -model1=model_20309 -model2=model_20310 -unknown119=3 - -// 7208 -[npc_7208] -bas=bas_614 -vislevel=0 -size=1 -resizeh=168 -resizev=168 -ambient=10 -contrast=10 -alwaysontop=yes -recol1s=12 -recol1d=23945 -recol2s=16832 -recol2d=17865 -name=Rabbit -model1=model_4042 -head1=model_14388 -unknown119=3 - -// 7209 -[npc_7209] -bas=bas_613 -size=1 -vislevel=0 -ambient=10 -recolhsl1s=9034 -recolhsl1d=9254 -recolhsl2s=6040 -recolhsl2d=36900 -recolhsl3s=5301 -recolhsl3d=36904 -recolhsl4s=5673 -recolhsl4d=36892 -recolhsl5s=5921 -recolhsl5d=36904 -recolhsl6s=5553 -recolhsl6d=36914 -name=Snail -model1=model_32684 -head1=model_31168 -unknown119=3 - -// 7210 -[npc_7210] -bas=bas_1341 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30512 -head1=model_31179 -unknown119=3 - -// 7211 -[npc_7211] -bas=bas_1340 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Monkey -model1=model_30510 -head1=model_31187 -unknown119=3 - -// 7212 -[npc_7212] -bas=bas_1341 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30511 -head1=model_31176 -unknown119=3 - -// 7213 -[npc_7213] -bas=bas_1340 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Monkey -model1=model_30509 -head1=model_31189 -unknown119=3 - -// 7214 -[npc_7214] -bas=bas_1341 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30508 -head1=model_31178 -unknown119=3 - -// 7215 -[npc_7215] -bas=bas_1340 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Monkey -model1=model_30505 -head1=model_31174 -unknown119=3 - -// 7216 -[npc_7216] -bas=bas_1341 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30513 -head1=model_31182 -unknown119=3 - -// 7217 -[npc_7217] -bas=bas_1340 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Monkey -model1=model_30514 -head1=model_31180 -unknown119=3 - -// 7218 -[npc_7218] -bas=bas_1341 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30515 -head1=model_31170 -unknown119=3 - -// 7219 -[npc_7219] -bas=bas_1340 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Monkey -model1=model_30506 -head1=model_31171 -unknown119=3 - -// 7220 -[npc_7220] -bas=bas_1341 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30517 -head1=model_31190 -unknown119=3 - -// 7221 -[npc_7221] -bas=bas_1340 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -name=Monkey -model1=model_30518 -head1=model_31173 -unknown119=3 - -// 7222 -[npc_7222] -bas=bas_1341 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=12616 -recol1d=5286 -recol2s=11559 -recol2d=3172 -recol3s=25297 -recol3d=29560 -recol4s=22090 -recol4d=25332 -recol5s=22096 -recol5d=27347 -recol6s=24210 -recol6d=26290 -name=Baby monkey -model1=model_30516 -head1=model_31184 -unknown119=3 - -// 7223 -[npc_7223] -bas=bas_1340 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=12616 -recol1d=5286 -recol2s=11559 -recol2d=3172 -recol3s=25297 -recol3d=29560 -recol4s=22090 -recol4d=25332 -recol5s=22096 -recol5d=27347 -recol6s=24210 -recol6d=26290 -name=Monkey -model1=model_30507 -head1=model_31177 -unknown119=3 - -// 7224 -[npc_7224] -bas=bas_1341 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=26354 -recol1d=23976 -recol2s=27411 -recol2d=25067 -recol3s=23149 -recol3d=20839 -recol4s=22090 -recol4d=20803 -name=Baby monkey -model1=model_30508 -head1=model_31183 -unknown119=3 - -// 7225 -[npc_7225] -bas=bas_1340 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=26354 -recol1d=23976 -recol2s=27411 -recol2d=25067 -recol3s=23149 -recol3d=20839 -recol4s=22090 -recol4d=20803 -name=Monkey -model1=model_30505 -head1=model_31175 -unknown119=3 - -// 7226 -[npc_7226] -bas=bas_1341 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10536 -recol1d=22231 -recol2s=11593 -recol2d=21174 -recol3s=8422 -recol3d=24345 -recol4s=28504 -recol4d=4263 -name=Baby monkey -model1=model_30515 -head1=model_31188 -unknown119=3 - -// 7227 -[npc_7227] -bas=bas_1340 -ambient=25 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=10536 -recol1d=22231 -recol2s=11593 -recol2d=21174 -recol3s=8422 -recol3d=24345 -recol4s=28504 -recol4d=4263 -name=Monkey -model1=model_30506 -head1=model_31186 -unknown119=3 - -// 7228 -[npc_7228] -bas=bas_1341 -ambient=25 -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30512 -head1=model_31179 -unknown119=3 - -// 7229 -[npc_7229] -bas=bas_1341 -ambient=25 -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30511 -head1=model_31176 -unknown119=3 - -// 7230 -[npc_7230] -bas=bas_1341 -ambient=25 -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30508 -head1=model_31178 -unknown119=3 - -// 7231 -[npc_7231] -bas=bas_1341 -ambient=25 -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30513 -head1=model_31182 -unknown119=3 - -// 7232 -[npc_7232] -bas=bas_1341 -ambient=25 -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30515 -head1=model_31170 -unknown119=3 - -// 7233 -[npc_7233] -bas=bas_1341 -ambient=25 -vislevel=0 -minimap=no -name=Baby monkey -model1=model_30517 -head1=model_31190 -unknown119=3 - -// 7234 -[npc_7234] -bas=bas_1341 -ambient=25 -vislevel=0 -minimap=no -recol1s=12616 -recol1d=5286 -recol2s=11559 -recol2d=3172 -recol3s=25297 -recol3d=29560 -recol4s=22090 -recol4d=25332 -recol5s=22096 -recol5d=27347 -recol6s=24210 -recol6d=26290 -name=Baby monkey -model1=model_30516 -head1=model_31184 -unknown119=3 - -// 7235 -[npc_7235] -bas=bas_1341 -ambient=25 -vislevel=0 -minimap=no -recol1s=26354 -recol1d=23976 -recol2s=27411 -recol2d=25067 -recol3s=23149 -recol3d=20839 -recol4s=22090 -recol4d=20803 -name=Baby monkey -model1=model_30508 -head1=model_31183 -unknown119=3 - -// 7236 -[npc_7236] -bas=bas_1341 -ambient=25 -vislevel=0 -minimap=no -recol1s=10536 -recol1d=22231 -recol2s=11593 -recol2d=21174 -recol3s=8422 -recol3d=24345 -recol4s=28504 -recol4d=4263 -name=Baby monkey -model1=model_30515 -head1=model_31188 -unknown119=3 - -// 7237 -[npc_7237] -bas=bas_1369 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=25163 -recol1d=23221 -recol2s=26254 -recol2d=25269 -recol3s=26288 -recol3d=28308 -name=Terrier puppy -model1=model_30447 -head1=model_31215 -unknown119=3 - -// 7238 -[npc_7238] -bas=bas_1370 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -recol1s=25163 -recol1d=23221 -recol2s=26254 -recol2d=25269 -recol3s=26288 -recol3d=28308 -name=Terrier -model1=model_30453 -head1=model_31200 -unknown119=3 - -// 7239 -[npc_7239] -bas=bas_1371 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=25163 -recol1d=9479 -recol2s=26254 -recol2d=10536 -recol3s=26288 -recol3d=11593 -name=Terrier puppy -model1=model_30447 -head1=model_31215 -unknown119=3 - -// 7240 -[npc_7240] -bas=bas_1372 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -recol1s=25163 -recol1d=9479 -recol2s=26254 -recol2d=10536 -recol3s=26288 -recol3d=11593 -name=Terrier -model1=model_30453 -head1=model_31200 -unknown119=3 - -// 7241 -[npc_7241] -bas=bas_1351 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=19781 -recol1d=14728 -recol2s=19815 -recol2d=16842 -recol3s=21895 -recol3d=17899 -recol4s=22952 -recol4d=18956 -recol5s=25100 -recol5d=24239 -recol6s=24142 -recol6d=24241 -name=Greyhound puppy -model1=model_30449 -head1=model_31227 -unknown119=3 - -// 7242 -[npc_7242] -bas=bas_1352 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -size=2 -recol1s=19781 -recol1d=14728 -recol2s=19815 -recol2d=16842 -recol3s=21895 -recol3d=17899 -recol4s=22952 -recol4d=18956 -recol5s=25100 -recol5d=24239 -recol6s=24142 -recol6d=24241 -name=Greyhound -model1=model_30454 -head1=model_31226 -unknown119=3 - -// 7243 -[npc_7243] -bas=bas_1353 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=19781 -recol1d=8323 -recol2s=19815 -recol2d=9380 -recol3s=21895 -recol3d=10437 -recol4s=22952 -recol4d=11494 -recol5s=25100 -recol5d=19913 -recol6s=24142 -recol6d=20970 -name=Greyhound puppy -model1=model_30449 -head1=model_31227 -unknown119=3 - -// 7244 -[npc_7244] -bas=bas_1354 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -size=2 -recol1s=19781 -recol1d=8323 -recol2s=19815 -recol2d=9380 -recol3s=21895 -recol3d=10437 -recol4s=22952 -recol4d=11494 -recol5s=25100 -recol5d=19913 -recol6s=24142 -recol6d=20970 -name=Greyhound -model1=model_30454 -head1=model_31226 -unknown119=3 - -// 7245 -[npc_7245] -bas=bas_1357 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=20046 -recol1d=5286 -recol2s=22160 -recol2d=6343 -recol3s=24274 -recol3d=7400 -recol4s=26388 -recol4d=8457 -name=Labrador puppy -model1=model_30444 -head1=model_31218 -unknown119=3 - -// 7246 -[npc_7246] -bas=bas_1358 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -size=2 -recol1s=20046 -recol1d=5286 -recol2s=22160 -recol2d=6343 -recol3s=24274 -recol3d=7400 -recol4s=26388 -recol4d=8457 -name=Labrador -model1=model_30445 -head1=model_31203 -unknown119=3 - -// 7247 -[npc_7247] -bas=bas_1359 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=20046 -recol1d=11559 -recol2s=22160 -recol2d=12616 -recol3s=24274 -recol3d=13673 -recol4s=26388 -recol4d=14730 -name=Labrador puppy -model1=model_30444 -head1=model_31218 -unknown119=3 - -// 7248 -[npc_7248] -bas=bas_1360 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -size=2 -recol1s=20046 -recol1d=11559 -recol2s=22160 -recol2d=12616 -recol3s=24274 -recol3d=13673 -recol4s=26388 -recol4d=14730 -name=Labrador -model1=model_30445 -head1=model_31203 -unknown119=3 - -// 7249 -[npc_7249] -bas=bas_1375 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=3171 -recol1d=8458 -recol2s=20049 -recol2d=27251 -recol3s=21106 -recol3d=27251 -recol4s=22163 -recol4d=28308 -recol5s=23220 -recol5d=28308 -recol6s=25300 -recol6d=28308 -name=Dalmatian puppy -model1=model_30451 -head1=model_31202 -unknown119=3 - -// 7250 -[npc_7250] -bas=bas_1376 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -recol1s=3171 -recol1d=8458 -recol2s=20049 -recol2d=27251 -recol3s=21106 -recol3d=27251 -recol4s=22163 -recol4d=28308 -recol5s=23220 -recol5d=28308 -recol6s=25300 -recol6d=28308 -name=Dalmatian -model1=model_30446 -head1=model_31208 -unknown119=3 - -// 7251 -[npc_7251] -bas=bas_1377 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=3171 -recol1d=8324 -name=Dalmatian puppy -model1=model_30451 -head1=model_31202 -unknown119=3 - -// 7252 -[npc_7252] -bas=bas_1378 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -recol1s=3171 -recol1d=8324 -name=Dalmatian -model1=model_30446 -head1=model_31208 -unknown119=3 - -// 7253 -[npc_7253] -bas=bas_1357 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=4229 -recol1d=11559 -recol2s=5286 -recol2d=12616 -recol3s=6343 -recol3d=13673 -name=Sheepdog puppy -model1=model_30450 -head1=model_31206 -unknown119=3 - -// 7254 -[npc_7254] -bas=bas_1358 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -size=2 -recol1s=4229 -recol1d=11559 -recol2s=5286 -recol2d=12616 -recol3s=6343 -recol3d=13673 -name=Sheepdog -model1=model_30452 -head1=model_31214 -unknown119=3 - -// 7255 -[npc_7255] -bas=bas_1359 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=4229 -recol1d=17766 -recol2s=5286 -recol2d=17800 -recol3s=6343 -recol3d=18857 -recol4s=14764 -recol4d=24274 -recol5s=21106 -recol5d=25331 -recol6s=23220 -recol6d=26388 -name=Sheepdog puppy -model1=model_30450 -head1=model_31206 -unknown119=3 - -// 7256 -[npc_7256] -bas=bas_1360 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -size=2 -recol1s=4229 -recol1d=17766 -recol2s=5286 -recol2d=17800 -recol3s=6343 -recol3d=18857 -recol4s=14764 -recol4d=24274 -recol5s=21106 -recol5d=25331 -recol6s=23220 -recol6d=26388 -name=Sheepdog -model1=model_30452 -head1=model_31214 -unknown119=3 - -// 7257 -[npc_7257] -bas=bas_1362 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -recol1s=9444 -recol1d=5286 -recol2s=10501 -recol2d=6343 -recol3s=25365 -recol3d=7400 -recol4s=28532 -recol4d=8457 -recol5s=28534 -recol5d=9514 -recol6s=29591 -recol6d=10571 -name=Bulldog -model1=model_30448 -head1=model_31219 -unknown119=3 - -// 7258 -[npc_7258] -bas=bas_1363 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -resizeh=110 -resizev=110 -recol1s=9444 -recol1d=14697 -recol2s=10501 -recol2d=15754 -recol3s=25365 -recol3d=16811 -recol4s=28532 -recol4d=18891 -recol5s=28534 -recol5d=19948 -recol6s=29591 -recol6d=21005 -name=Bulldog -model1=model_30448 -head1=model_31219 -unknown119=3 - -// 7259 -[npc_7259] -bas=bas_1365 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=9444 -recol1d=5286 -recol2s=10501 -recol2d=6343 -recol3s=25365 -recol3d=7400 -recol4s=28532 -recol4d=8457 -recol5s=28534 -recol5d=9514 -recol6s=29591 -recol6d=10571 -name=Bulldog puppy -model1=model_30411 -head1=model_31199 -unknown119=3 - -// 7260 -[npc_7260] -bas=bas_1366 -op1=Pick-up -op3=Talk-to -vislevel=0 -minimap=no -recol1s=9444 -recol1d=14697 -recol2s=10501 -recol2d=15754 -recol3s=25365 -recol3d=16811 -recol4s=28532 -recol4d=18891 -recol5s=28534 -recol5d=19948 -recol6s=29591 -recol6d=21005 -name=Bulldog puppy -model1=model_30411 -head1=model_31199 -unknown119=3 - -// 7261 -[npc_7261] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recolhsl1s=9028 -recolhsl1d=42002 -recolhsl2s=9164 -recolhsl2d=42016 -recolhsl3s=8410 -recolhsl3d=42015 -recolhsl4s=8414 -recolhsl4d=42017 -recolhsl5s=9445 -recolhsl5d=42020 -recolhsl6s=9100 -recolhsl6d=9105 -name=Raven chick -model1=model_30494 -head1=model_31142 -unknown119=3 - -// 7262 -[npc_7262] -bas=bas_14 -resizeh=110 -resizev=110 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=14800 -recol1d=6343 -recol2s=13743 -recol2d=5286 -recol3s=12686 -recol3d=4229 -recol4s=11629 -recol4d=3172 -recol5s=10572 -recol5d=2115 -recol6s=8458 -recol6d=1 -name=Raven -model1=model_30491 -head1=model_31139 -unknown119=3 - -// 7263 -[npc_7263] -bas=bas_19 -ambient=25 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=26387 -recol1d=3172 -recol2s=27444 -recol2d=5286 -recol3s=32722 -recol3d=6343 -recol4s=30500 -recol4d=20999 -recol5s=32614 -recol5d=20999 -name=Raven chick -model1=model_30494 -head1=model_31142 -unknown119=3 - -// 7264 -[npc_7264] -bas=bas_14 -resizeh=100 -resizev=100 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=8458 -recol1d=1058 -recol2s=10572 -recol2d=3172 -recol3s=11629 -recol3d=4229 -recol4s=12686 -recol4d=5286 -recol5s=13743 -recol5d=6343 -recol6s=14800 -recol6d=12577 -name=Raven -model1=model_30493 -head1=model_31148 -unknown119=3 - -// 7265 -[npc_7265] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=26387 -recol1d=3172 -recol2s=27444 -recol2d=5286 -recol3s=32722 -recol3d=6343 -recol4s=30500 -recol4d=20999 -recol5s=32614 -recol5d=20999 -name=Raven chick -model1=model_30494 -head1=model_31142 -unknown119=3 - -// 7266 -[npc_7266] -bas=bas_14 -resizeh=100 -resizev=100 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=8458 -recol1d=3172 -recol2s=10572 -recol2d=5286 -recol3s=11629 -recol3d=6343 -recol4s=12686 -recol4d=7400 -recol5s=13743 -recol5d=8457 -recol6s=14800 -recol6d=20999 -name=Raven -model1=model_30491 -head1=model_31139 -unknown119=3 - -// 7267 -[npc_7267] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=26387 -recol1d=3072 -recol2s=27444 -recol2d=5186 -recol3s=32722 -recol3d=6243 -recol4s=30500 -recol4d=17833 -recol5s=32614 -recol5d=17833 -name=Raven chick -model1=model_30494 -head1=model_31142 -unknown119=3 - -// 7268 -[npc_7268] -bas=bas_14 -resizeh=100 -resizev=100 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=8458 -recol1d=3072 -recol2s=10572 -recol2d=5186 -recol3s=11629 -recol3d=6243 -recol4s=12686 -recol4d=7300 -recol5s=13743 -recol5d=10438 -recol6s=14800 -recol6d=17833 -name=Raven -model1=model_30493 -head1=model_31148 -unknown119=3 - -// 7269 -[npc_7269] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=26387 -recol1d=3072 -recol2s=27444 -recol2d=5186 -recol3s=32722 -recol3d=6243 -recol4s=30500 -recol4d=17833 -recol5s=32614 -recol5d=17833 -name=Raven chick -model1=model_30494 -head1=model_31142 -unknown119=3 - -// 7270 -[npc_7270] -bas=bas_14 -resizeh=100 -resizev=100 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=8458 -recol1d=3072 -recol2s=10572 -recol2d=5186 -recol3s=11629 -recol3d=6243 -recol4s=12686 -recol4d=7300 -recol5s=13743 -recol5d=10438 -recol6s=14800 -recol6d=17833 -name=Raven -model1=model_30491 -head1=model_31139 -unknown119=3 - -// 7271 -[npc_7271] -bas=bas_10 -vislevel=0 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=15756 -recol1d=13638 -recol2s=14699 -recol2d=12581 -recol3s=12651 -recol3d=11524 -recol4s=6309 -recol4d=7297 -recol5s=5252 -recol5d=6240 -name=Baby raccoon -model1=model_30483 -head1=model_31224 -unknown119=3 - -// 7272 -[npc_7272] -bas=bas_10 -vislevel=0 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=15756 -recol1d=13638 -recol2s=14699 -recol2d=12581 -recol3s=12651 -recol3d=11524 -recol4s=6309 -recol4d=7297 -recol5s=5252 -recol5d=6240 -name=Raccoon -model1=model_30484 -head1=model_31216 -unknown119=3 - -// 7273 -[npc_7273] -bas=bas_10 -vislevel=0 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=15756 -recol1d=12480 -recol2s=14699 -recol2d=11424 -recol3s=12651 -recol3d=10368 -recol4s=6309 -recol4d=7200 -recol5s=5252 -recol5d=6144 -name=Baby raccoon -model1=model_30483 -head1=model_31224 -unknown119=3 - -// 7274 -[npc_7274] -bas=bas_10 -vislevel=0 -size=1 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=15756 -recol1d=12480 -recol2s=14699 -recol2d=11424 -recol3s=12651 -recol3d=10368 -recol4s=6309 -recol4d=7200 -recol5s=5252 -recol5d=6144 -name=Raccoon -model1=model_30484 -head1=model_31216 -unknown119=3 - -// 7275 -[npc_7275] -bas=bas_10 -vislevel=0 -size=1 -ambient=25 -vislevel=0 -minimap=no -recol1s=15756 -recol1d=13638 -recol2s=14699 -recol2d=12581 -recol3s=12651 -recol3d=11524 -recol4s=6309 -recol4d=7297 -recol5s=5252 -recol5d=6240 -name=Baby Raccoon -model1=model_30483 -head1=model_31224 -unknown119=3 - -// 7276 -[npc_7276] -bas=bas_10 -vislevel=0 -size=1 -ambient=25 -vislevel=0 -minimap=no -recol1s=15756 -recol1d=12480 -recol2s=14699 -recol2d=11424 -recol3s=12651 -recol3d=10368 -recol4s=6309 -recol4d=7200 -recol5s=5252 -recol5d=6144 -name=Baby raccoon -model1=model_30483 -head1=model_31224 -unknown119=3 - -// 7277 -[npc_7277] -bas=bas_1379 -vislevel=0 -op1=Pick-up -op4=Talk-to -resizeh=60 -resizev=60 -minimap=no -name=Baby gecko -model1=model_30532 -head1=model_31261 -unknown119=3 - -// 7278 -[npc_7278] -bas=bas_1379 -vislevel=0 -op1=Pick-up -op4=Talk-to -resizeh=60 -resizev=60 -minimap=no -recol1s=26118 -recol1d=16044 -recol2s=24004 -recol2d=15018 -recol3s=20867 -recol3d=13930 -recol4s=14727 -recol4d=25427 -recol5s=17696 -recol5d=3201 -name=Baby gecko -model1=model_30532 -head1=model_31261 -unknown119=3 - -// 7279 -[npc_7279] -bas=bas_1379 -vislevel=0 -op1=Pick-up -op4=Talk-to -resizeh=60 -resizev=60 -minimap=no -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -name=Baby gecko -model1=model_30531 -head1=model_31261 -unknown119=3 - -// 7280 -[npc_7280] -bas=bas_1379 -vislevel=0 -op1=Pick-up -op4=Talk-to -resizeh=60 -resizev=60 -minimap=no -recol1s=26118 -recol1d=12784 -recol2s=24004 -recol2d=11727 -recol3s=20867 -recol3d=10670 -recol4s=17696 -recol4d=3336 -recol5s=14727 -recol5d=17012 -name=Baby gecko -model1=model_30532 -head1=model_31261 -unknown119=3 - -// 7281 -[npc_7281] -bas=bas_1380 -op1=Pick-up -op4=Talk-to -vislevel=0 -resizeh=90 -resizev=90 -minimap=no -name=Gecko -model1=model_30530 -head1=model_18503 -unknown119=3 - -// 7282 -[npc_7282] -bas=bas_1380 -op1=Pick-up -op4=Talk-to -vislevel=0 -resizeh=90 -resizev=90 -minimap=no -recol1s=26118 -recol1d=16044 -recol2s=24004 -recol2d=15018 -recol3s=20867 -recol3d=13930 -recol4s=14727 -recol4d=25427 -recol5s=17696 -recol5d=3201 -name=Gecko -model1=model_30530 -head1=model_18503 -unknown119=3 - -// 7283 -[npc_7283] -bas=bas_1380 -op1=Pick-up -op4=Talk-to -vislevel=0 -resizeh=90 -resizev=90 -minimap=no -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -name=Gecko -model1=model_30529 -head1=model_18503 -unknown119=3 - -// 7284 -[npc_7284] -bas=bas_1380 -op1=Pick-up -op4=Talk-to -vislevel=0 -resizeh=90 -resizev=90 -minimap=no -recol1s=26118 -recol1d=12784 -recol2s=24004 -recol2d=11727 -recol3s=20867 -recol3d=10670 -recol4s=17696 -recol4d=3336 -recol5s=14727 -recol5d=17012 -name=Gecko -model1=model_30530 -head1=model_18503 -unknown119=3 - -// 7285 -[npc_7285] -bas=bas_1379 -vislevel=0 -resizeh=60 -resizev=60 -minimap=no -vislevel=0 -name=Baby gecko -model1=model_30530 -unknown119=3 - -// 7286 -[npc_7286] -bas=bas_1379 -vislevel=0 -resizeh=60 -resizev=60 -minimap=no -vislevel=0 -recol1s=26118 -recol1d=16044 -recol2s=24004 -recol2d=15018 -recol3s=20867 -recol3d=13930 -recol4s=14727 -recol4d=25427 -recol5s=17696 -recol5d=3201 -name=Baby gecko -model1=model_30530 -unknown119=3 - -// 7287 -[npc_7287] -bas=bas_1379 -vislevel=0 -resizeh=60 -resizev=60 -minimap=no -vislevel=0 -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -name=Baby gecko -model1=model_30529 -unknown119=3 - -// 7288 -[npc_7288] -bas=bas_1379 -vislevel=0 -resizeh=60 -resizev=60 -minimap=no -vislevel=0 -recol1s=26118 -recol1d=12784 -recol2s=24004 -recol2d=11727 -recol3s=20867 -recol3d=10670 -recol4s=17696 -recol4d=3336 -recol5s=14727 -recol5d=17012 -name=Baby gecko -model1=model_30530 -unknown119=3 - -// 7289 -[npc_7289] -bas=bas_1380 -vislevel=0 -resizeh=80 -resizev=80 -minimap=no -vislevel=0 -name=Gecko -model1=model_30530 -unknown119=3 - -// 7290 -[npc_7290] -bas=bas_1380 -vislevel=0 -resizeh=80 -resizev=80 -minimap=no -vislevel=0 -recol1s=26118 -recol1d=16044 -recol2s=24004 -recol2d=15018 -recol3s=20867 -recol3d=13930 -recol4s=14727 -recol4d=25427 -recol5s=17696 -recol5d=3201 -name=Gecko -model1=model_30530 -unknown119=3 - -// 7291 -[npc_7291] -bas=bas_1380 -vislevel=0 -resizeh=80 -resizev=80 -minimap=no -vislevel=0 -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -name=Gecko -model1=model_30529 -unknown119=3 - -// 7292 -[npc_7292] -bas=bas_1380 -vislevel=0 -resizeh=80 -resizev=80 -minimap=no -vislevel=0 -recol1s=26118 -recol1d=12784 -recol2s=24004 -recol2d=11727 -recol3s=20867 -recol3d=10670 -recol4s=17696 -recol4d=3336 -recol5s=14727 -recol5d=17012 -name=Gecko -model1=model_30530 -unknown119=3 - -// 7293 -[npc_7293] -bas=bas_1348 -vislevel=0 -resizeh=60 -resizev=60 -ambient=25 -vislevel=0 -op1=Pick-up -op4=Talk-to -minimap=no -recol1s=20707 -recol1d=18889 -recol2s=19650 -recol2d=16808 -recol3s=17536 -recol3d=15751 -recol4s=24144 -recol4d=10466 -recol5s=23053 -recol5d=9409 -name=Baby giant crab -model1=model_31135 -head1=model_31252 -unknown119=3 - -// 7294 -[npc_7294] -bas=bas_1348 -vislevel=0 -ambient=25 -op1=Pick-up -op4=Talk-to -vislevel=0 -minimap=no -recol1s=20707 -recol1d=18889 -recol2s=19650 -recol2d=16808 -recol3s=17536 -recol3d=15751 -recol4s=24144 -recol4d=10466 -recol5s=23053 -recol5d=9409 -name=Giant crab -model1=model_31135 -head1=model_31253 -unknown119=3 - -// 7295 -[npc_7295] -bas=bas_1348 -vislevel=0 -resizeh=60 -resizev=60 -ambient=25 -vislevel=0 -op1=Pick-up -op4=Talk-to -minimap=no -recol1s=20707 -recol1d=8457 -recol2s=19650 -recol2d=7400 -recol3s=17536 -recol3d=6343 -recol4s=24144 -recol4d=24210 -recol5s=23053 -recol5d=22096 -name=Baby giant crab -model1=model_31134 -head1=model_31252 -unknown119=3 - -// 7296 -[npc_7296] -bas=bas_1348 -vislevel=0 -ambient=25 -op1=Pick-up -op4=Talk-to -vislevel=0 -minimap=no -recol1s=20707 -recol1d=8457 -recol2s=19650 -recol2d=7400 -recol3s=17536 -recol3d=6343 -recol4s=24144 -recol4d=24210 -recol5s=23053 -recol5d=22096 -name=Giant crab -model1=model_31134 -head1=model_31253 -unknown119=3 - -// 7297 -[npc_7297] -bas=bas_1348 -vislevel=0 -resizeh=60 -resizev=60 -ambient=25 -vislevel=0 -op1=Pick-up -op4=Talk-to -minimap=no -recol1s=20707 -recol1d=13540 -recol2s=19650 -recol2d=12482 -recol3s=17536 -recol3d=9345 -recol4s=24144 -recol4d=20048 -recol5s=23053 -recol5d=17934 -name=Baby giant crab -model1=model_31135 -head1=model_31252 -unknown119=3 - -// 7298 -[npc_7298] -bas=bas_1348 -vislevel=0 -ambient=25 -op1=Pick-up -op4=Talk-to -vislevel=0 -minimap=no -recol1s=20707 -recol1d=13540 -recol2s=19650 -recol2d=12482 -recol3s=17536 -recol3d=9345 -recol4s=24144 -recol4d=20048 -recol5s=23053 -recol5d=17934 -name=Giant crab -model1=model_31135 -head1=model_31253 -unknown119=3 - -// 7299 -[npc_7299] -bas=bas_1348 -vislevel=0 -resizeh=60 -resizev=60 -ambient=25 -vislevel=0 -op1=Pick-up -op4=Talk-to -minimap=no -recol1s=20707 -recol1d=13636 -recol2s=19650 -recol2d=12578 -recol3s=17536 -recol3d=9441 -recol4s=24144 -recol4d=21041 -recol5s=23053 -recol5d=18927 -name=Baby giant crab -model1=model_31134 -head1=model_31252 -unknown119=3 - -// 7300 -[npc_7300] -bas=bas_1348 -vislevel=0 -ambient=25 -op1=Pick-up -op4=Talk-to -vislevel=0 -minimap=no -recol1s=20707 -recol1d=13636 -recol2s=19650 -recol2d=12578 -recol3s=17536 -recol3d=9441 -recol4s=24144 -recol4d=21041 -recol5s=23053 -recol5d=18927 -name=Giant crab -model1=model_31134 -head1=model_31253 -unknown119=3 - -// 7301 -[npc_7301] -bas=bas_1342 -vislevel=0 -op1=Pick-up -vislevel=0 -size=1 -ambient=25 -op3=Talk-to -minimap=no -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=23080 -recol5s=17967 -recol5d=22023 -recol6s=15853 -recol6d=19909 -name=Baby squirrel -model1=model_30527 -head1=model_31196 -unknown119=3 - -// 7302 -[npc_7302] -bas=bas_1342 -vislevel=0 -op1=Pick-up -vislevel=0 -size=1 -ambient=25 -op3=Talk-to -minimap=no -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=23080 -recol5s=17967 -recol5d=22023 -recol6s=15853 -recol6d=19909 -name=Squirrel -model1=model_30526 -head1=model_31229 -unknown119=3 - -// 7303 -[npc_7303] -bas=bas_1342 -vislevel=0 -op1=Pick-up -vislevel=0 -size=1 -ambient=25 -op3=Talk-to -minimap=no -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=32701 -recol5s=17967 -recol5d=32569 -recol6s=15853 -recol6d=29464 -name=Baby squirrel -model1=model_30527 -head1=model_31196 -unknown119=3 - -// 7304 -[npc_7304] -bas=bas_1342 -vislevel=0 -op1=Pick-up -vislevel=0 -size=1 -ambient=25 -op3=Talk-to -minimap=no -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=32701 -recol5s=17967 -recol5d=32569 -recol6s=15853 -recol6d=29464 -name=Squirrel -model1=model_30526 -head1=model_31229 -unknown119=3 - -// 7305 -[npc_7305] -bas=bas_1342 -vislevel=0 -op1=Pick-up -size=1 -ambient=25 -op3=Talk-to -minimap=no -recol1s=26421 -recol1d=23180 -recol2s=25364 -recol2d=21066 -recol3s=23252 -recol3d=20007 -recol4s=20081 -recol4d=11561 -recol5s=17967 -recol5d=8456 -recol6s=15853 -recol6d=6342 -name=Baby squirrel -model1=model_30527 -head1=model_31196 -unknown119=3 - -// 7306 -[npc_7306] -bas=bas_1342 -vislevel=0 -op1=Pick-up -vislevel=0 -size=1 -ambient=25 -op3=Talk-to -minimap=no -recol1s=26421 -recol1d=23180 -recol2s=25364 -recol2d=21066 -recol3s=23252 -recol3d=20007 -recol4s=20081 -recol4d=11561 -recol5s=17967 -recol5d=8456 -recol6s=15853 -recol6d=6342 -name=Squirrel -model1=model_30526 -head1=model_31229 -unknown119=3 - -// 7307 -[npc_7307] -bas=bas_1342 -vislevel=0 -op1=Pick-up -vislevel=0 -size=1 -ambient=25 -op3=Talk-to -minimap=no -recol1s=26421 -recol1d=28463 -recol2s=25364 -recol2d=26349 -recol3s=23252 -recol3d=23180 -recol4s=20081 -recol4d=14660 -recol5s=17967 -recol5d=12546 -recol6s=15853 -recol6d=10432 -name=Baby squirrel -model1=model_30527 -head1=model_31196 -unknown119=3 - -// 7308 -[npc_7308] -bas=bas_1342 -vislevel=0 -op1=Pick-up -op3=Talk-to -vislevel=0 -size=1 -ambient=25 -minimap=no -recol1s=26421 -recol1d=28463 -recol2s=25364 -recol2d=26349 -recol3s=23252 -recol3d=23180 -recol4s=20081 -recol4d=14660 -recol5s=17967 -recol5d=12546 -recol6s=15853 -recol6d=10432 -name=Squirrel -model1=model_30526 -head1=model_31229 -unknown119=3 - -// 7309 -[npc_7309] -bas=bas_1342 -vislevel=0 -size=1 -ambient=25 -minimap=no -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=23080 -recol5s=17967 -recol5d=22023 -recol6s=15853 -recol6d=19909 -name=Baby squirrel -model1=model_30527 -head1=model_31196 -unknown119=3 - -// 7310 -[npc_7310] -bas=bas_1342 -vislevel=0 -size=1 -ambient=25 -minimap=no -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=32701 -recol5s=17967 -recol5d=32569 -recol6s=15853 -recol6d=29464 -name=Baby squirrel -model1=model_30527 -head1=model_31196 -unknown119=3 - -// 7311 -[npc_7311] -bas=bas_1342 -vislevel=0 -size=1 -ambient=25 -minimap=no -recol1s=26421 -recol1d=23180 -recol2s=25364 -recol2d=21066 -recol3s=23252 -recol3d=20007 -recol4s=20081 -recol4d=11561 -recol5s=17967 -recol5d=8456 -recol6s=15853 -recol6d=6342 -name=Baby squirrel -model1=model_30527 -head1=model_31196 -unknown119=3 - -// 7312 -[npc_7312] -bas=bas_1342 -vislevel=0 -size=1 -ambient=25 -minimap=no -recol1s=26421 -recol1d=28463 -recol2s=25364 -recol2d=26349 -recol3s=23252 -recol3d=23180 -recol4s=20081 -recol4d=14660 -recol5s=17967 -recol5d=12546 -recol6s=15853 -recol6d=10432 -name=Baby squirrel -model1=model_30527 -head1=model_31196 -unknown119=3 - -// 7313 -[npc_7313] -bas=bas_1345 -resizeh=80 -resizev=80 -size=1 -vislevel=0 -minimap=no -op1=Pick-up -op4=Talk-to -ambient=25 -recol1s=4228 -recol1d=5251 -recol2s=6342 -recol2d=6308 -recol3s=7399 -recol3d=7365 -recol4s=8423 -recol4d=8422 -recol5s=8456 -recol5d=9479 -name=Baby penguin -model1=model_21541 -head1=model_21521 -unknown119=3 - -// 7314 -[npc_7314] -bas=bas_1346 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -minimap=no -op1=Pick-up -op4=Talk-to -ambient=25 -recol1s=4228 -recol1d=5251 -recol2s=6342 -recol2d=6308 -recol3s=7399 -recol3d=7365 -recol4s=8423 -recol4d=8422 -recol5s=8456 -recol5d=9479 -name=Penguin -model1=model_21542 -head1=model_21522 -unknown119=3 - -// 7315 -[npc_7315] -bas=bas_1347 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -minimap=no -op1=Pick-up -op4=Talk-to -ambient=25 -recol1s=4228 -recol1d=5251 -recol2s=6342 -recol2d=6308 -recol3s=7399 -recol3d=7365 -recol4s=8423 -recol4d=8422 -recol5s=8456 -recol5d=9479 -name=Penguin -model1=model_21542 -head1=model_21522 -unknown119=3 - -// 7316 -[npc_7316] -bas=bas_1345 -resizeh=80 -resizev=80 -size=1 -vislevel=0 -minimap=no -op1=Pick-up -op4=Talk-to -ambient=25 -recol1s=4228 -recol1d=2116 -recol2s=6342 -recol2d=3173 -recol3s=7399 -recol3d=4230 -recol4s=8423 -recol4d=5287 -recol5s=8456 -recol5d=6344 -name=Baby penguin -model1=model_21541 -head1=model_21521 -unknown119=3 - -// 7317 -[npc_7317] -bas=bas_1346 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -minimap=no -op1=Pick-up -op4=Talk-to -ambient=25 -recol1s=4228 -recol1d=2116 -recol2s=6342 -recol2d=3173 -recol3s=7399 -recol3d=4230 -recol4s=8423 -recol4d=5287 -recol5s=8456 -recol5d=6344 -name=Penguin -model1=model_21542 -head1=model_21522 -unknown119=3 - -// 7318 -[npc_7318] -bas=bas_1347 -resizeh=75 -resizev=75 -size=1 -vislevel=0 -minimap=no -op1=Pick-up -op4=Talk-to -ambient=25 -recol1s=4228 -recol1d=2116 -recol2s=6342 -recol2d=3173 -recol3s=7399 -recol3d=4230 -recol4s=8423 -recol4d=5287 -recol5s=8456 -recol5d=6344 -name=Penguin -model1=model_21542 -head1=model_21522 -unknown119=3 - -// 7319 -[npc_7319] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=23116 -recol1d=29362 -name=Vulture chick -model1=model_30487 -head1=model_31140 -unknown119=3 - -// 7320 -[npc_7320] -bas=bas_20 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=23116 -recol1d=29362 -name=Vulture -model1=model_30440 -head1=model_31138 -unknown119=3 - -// 7321 -[npc_7321] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=13675 -recol1d=17865 -recol2s=23116 -recol2d=22097 -recol3s=29362 -recol3d=22097 -recol4s=10471 -recol4d=16776 -recol5s=8389 -recol5d=9380 -recol6s=9479 -recol6d=12551 -name=Vulture chick -model1=model_30487 -head1=model_31140 -unknown119=3 - -// 7322 -[npc_7322] -bas=bas_20 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=13675 -recol1d=17865 -recol2s=23116 -recol2d=22097 -recol3s=29362 -recol3d=22097 -recol4s=10471 -recol4d=16776 -recol5s=8389 -recol5d=9380 -recol6s=9479 -recol6d=12551 -name=Vulture -model1=model_30438 -head1=model_31151 -unknown119=3 - -// 7323 -[npc_7323] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=13675 -recol1d=17865 -recol2s=23116 -recol2d=22097 -recol3s=29362 -recol3d=22097 -recol4s=10471 -recol4d=16776 -recol5s=8389 -recol5d=9380 -recol6s=9479 -recol6d=12551 -name=Vulture chick -model1=model_30487 -head1=model_31140 -unknown119=3 - -// 7324 -[npc_7324] -bas=bas_20 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=13675 -recol1d=17865 -recol2s=23116 -recol2d=22097 -recol3s=29362 -recol3d=22097 -recol4s=10471 -recol4d=16776 -recol5s=8389 -recol5d=9380 -recol6s=9479 -recol6d=12551 -name=Vulture -model1=model_30440 -head1=model_31138 -unknown119=3 - -// 7325 -[npc_7325] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=13675 -recol1d=9477 -recol2s=23116 -recol2d=29424 -recol3s=29362 -recol3d=29424 -recol4s=10471 -recol4d=23150 -recol5s=8389 -recol5d=19815 -recol6s=9479 -recol6d=25066 -name=Vulture chick -model1=model_30487 -head1=model_31140 -unknown119=3 - -// 7326 -[npc_7326] -bas=bas_20 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=13675 -recol1d=9477 -recol2s=23116 -recol2d=29424 -recol3s=29362 -recol3d=29424 -recol4s=10471 -recol4d=23150 -recol5s=8389 -recol5d=19815 -recol6s=9479 -recol6d=25066 -name=Vulture -model1=model_30438 -head1=model_31151 -unknown119=3 - -// 7327 -[npc_7327] -bas=bas_19 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=13675 -recol1d=9477 -recol2s=23116 -recol2d=29424 -recol3s=29362 -recol3d=29424 -recol4s=10471 -recol4d=23150 -recol5s=8389 -recol5d=19815 -recol6s=9479 -recol6d=25066 -name=Vulture chick -model1=model_30487 -head1=model_31140 -unknown119=3 - -// 7328 -[npc_7328] -bas=bas_20 -ambient=25 -vislevel=0 -minimap=no -op1=Pick-up -op3=Talk-to -recol1s=13675 -recol1d=9477 -recol2s=23116 -recol2d=29424 -recol3s=29362 -recol3d=29424 -recol4s=10471 -recol4d=23150 -recol5s=8389 -recol5d=19815 -recol6s=9479 -recol6d=25066 -name=Vulture -model1=model_30440 -head1=model_31138 -unknown119=3 - -// 7329 -[npc_7329] -bas=bas_1333 -ambient=25 -size=2 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Swamp titan -model1=model_30539 -head1=model_31165 -unknown119=1 - -// 7330 -[npc_7330] -bas=bas_1333 -ambient=25 -size=2 -op2=Attack -op1=Interact -vislevel=152 -minimap=no -alwaysontop=yes -name=Swamp titan -model1=model_30539 -head1=model_31165 -unknown119=1 - -// 7331 -[npc_7331] -bas=bas_1292 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Spirit mosquito -model1=model_30430 -head1=model_31277 -unknown119=1 - -// 7332 -[npc_7332] -bas=bas_1292 -ambient=25 -op2=Attack -op1=Interact -vislevel=32 -minimap=no -alwaysontop=yes -name=Spirit mosquito -model1=model_30430 -head1=model_31277 -unknown119=1 - -// 7333 -[npc_7333] -bas=bas_1314 -ambient=25 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Void spinner -model1=model_30496 -head1=model_31235 -unknown119=1 - -// 7334 -[npc_7334] -bas=bas_1314 -ambient=25 -op2=Attack -op1=Interact -vislevel=40 -alwaysontop=yes -minimap=no -name=Void spinner -model1=model_30496 -head1=model_31235 -unknown119=1 - -// 7335 -[npc_7335] -bas=bas_1322 -ambient=64 -contrast=-56 -op1=Interact -op5=Fireball -vislevel=0 -alwaysontop=yes -minimap=no -name=Forge regent -model1=model_30504 -head1=model_31166 -unknown119=1 - -// 7336 -[npc_7336] -bas=bas_1322 -ambient=64 -contrast=-56 -op2=Attack -op1=Interact -op5=Fireball -vislevel=133 -alwaysontop=yes -minimap=no -name=Forge regent -model1=model_30504 -head1=model_31166 -unknown119=1 - -// 7337 -[npc_7337] -bas=bas_6 -ambient=25 -size=2 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Spirit larupia -model1=model_31126 -head1=model_31212 -unknown119=1 - -// 7338 -[npc_7338] -bas=bas_6 -ambient=25 -size=2 -op2=Attack -op1=Interact -vislevel=93 -minimap=no -alwaysontop=yes -name=Spirit larupia -model1=model_31126 -head1=model_31212 -unknown119=1 - -// 7339 -[npc_7339] -bas=bas_1298 -ambient=16 -contrast=-12 -size=2 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Geyser titan -model1=model_30538 -head1=model_31164 -unknown119=1 - -// 7340 -[npc_7340] -bas=bas_1298 -ambient=16 -contrast=-12 -size=2 -op2=Attack -op1=Interact -vislevel=200 -alwaysontop=yes -minimap=no -name=Geyser titan -model1=model_30538 -head1=model_31164 -unknown119=1 - -// 7341 -[npc_7341] -bas=bas_1310 -size=2 -contrast=6 -ambient=30 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Lava titan -model1=model_30481 -head1=model_31234 -unknown119=1 - -// 7342 -[npc_7342] -bas=bas_1310 -size=2 -contrast=6 -ambient=30 -op2=Attack -op1=Interact -vislevel=148 -minimap=no -alwaysontop=yes -name=Lava titan -model1=model_30481 -head1=model_31234 -unknown119=1 - -// 7343 -[npc_7343] -bas=bas_1318 -size=2 -ambient=25 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Steel titan -model1=model_30469 -head1=model_31161 -unknown119=1 - -// 7344 -[npc_7344] -bas=bas_1318 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=230 -alwaysontop=yes -minimap=no -name=Steel titan -model1=model_30469 -head1=model_31161 -unknown119=1 - -// 7345 -[npc_7345] -bas=bas_1299 -size=2 -ambient=40 -contrast=40 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Obsidian golem -model1=model_30502 -head1=model_30286 -unknown119=1 - -// 7346 -[npc_7346] -bas=bas_1299 -size=2 -ambient=40 -contrast=40 -op2=Attack -op1=Interact -vislevel=126 -alwaysontop=yes -minimap=no -name=Obsidian golem -model1=model_30502 -head1=model_30286 -unknown119=1 - -// 7347 -[npc_7347] -bas=bas_1331 -size=2 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Talon beast -model1=model_31636 -head1=model_31204 -unknown119=1 - -// 7348 -[npc_7348] -bas=bas_1331 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=135 -minimap=no -alwaysontop=yes -name=Talon beast -model1=model_31636 -head1=model_31204 -unknown119=1 - -// 7349 -[npc_7349] -bas=bas_1324 -ambient=25 -size=2 -op1=Interact -op3=Store -vislevel=0 -minimap=no -alwaysontop=yes -name=Abyssal titan -model1=model_30474 -head1=model_31162 -unknown119=1 - -// 7350 -[npc_7350] -bas=bas_1324 -ambient=25 -size=2 -op2=Attack -op1=Interact -op3=Store -vislevel=215 -minimap=no -alwaysontop=yes -name=Abyssal titan -model1=model_30474 -head1=model_31162 -unknown119=1 - -// 7351 -[npc_7351] -bas=bas_1315 -ambient=25 -op1=Interact -op5=Strike -vislevel=0 -alwaysontop=yes -minimap=no -name=Void torcher -model1=model_30477 -head1=model_31150 -unknown119=1 - -// 7352 -[npc_7352] -bas=bas_1315 -ambient=25 -op2=Attack -op1=Interact -op5=Strike -vislevel=46 -alwaysontop=yes -minimap=no -name=Void torcher -model1=model_30477 -head1=model_31150 -unknown119=1 - -// 7353 -[npc_7353] -bas=bas_1330 -ambient=25 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Giant chinchompa -model1=model_30441 -head1=model_31198 -unknown119=1 - -// 7354 -[npc_7354] -bas=bas_1330 -ambient=25 -op2=Attack -op1=Interact -vislevel=42 -minimap=no -alwaysontop=yes -name=Giant chinchompa -model1=model_30441 -head1=model_31198 -unknown119=1 - -// 7355 -[npc_7355] -bas=bas_1286 -size=2 -contrast=-44 -ambient=32 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Fire titan -model1=model_30536 -head1=model_31255 -unknown119=1 - -// 7356 -[npc_7356] -bas=bas_1286 -size=2 -contrast=-44 -ambient=32 -op2=Attack -op1=Interact -vislevel=139 -alwaysontop=yes -minimap=no -name=Fire titan -model1=model_30536 -head1=model_31255 -unknown119=1 - -// 7357 -[npc_7357] -bas=bas_1287 -size=2 -ambient=25 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Moss titan -model1=model_30472 -head1=model_31163 -unknown119=1 - -// 7358 -[npc_7358] -bas=bas_1287 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=139 -alwaysontop=yes -minimap=no -name=Moss titan -model1=model_30472 -head1=model_31163 -unknown119=1 - -// 7359 -[npc_7359] -bas=bas_1285 -size=2 -ambient=35 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Ice titan -model1=model_30470 -head1=model_45462 -unknown119=1 - -// 7360 -[npc_7360] -bas=bas_1285 -size=2 -ambient=35 -op2=Attack -op1=Interact -vislevel=139 -alwaysontop=yes -minimap=no -name=Ice titan -model1=model_30470 -head1=model_31160 -unknown119=1 - -// 7361 -[npc_7361] -bas=bas_1320 -ambient=64 -contrast=-56 -op1=Interact -op5=Despair -vislevel=0 -alwaysontop=yes -minimap=no -name=Spirit Tz-Kih -model1=model_30503 -head1=model_31157 -unknown119=1 - -// 7362 -[npc_7362] -bas=bas_1320 -ambient=64 -contrast=-56 -op2=Attack -op1=Interact -op5=Despair -vislevel=36 -alwaysontop=yes -minimap=no -name=Spirit Tz-Kih -model1=model_30503 -head1=model_31157 -unknown119=1 - -// 7363 -[npc_7363] -bas=bas_6 -ambient=25 -size=2 -op1=Interact -vislevel=0 -minimap=no -alwaysontop=yes -name=Spirit graahk -model1=model_31132 -head1=model_31210 -unknown119=1 - -// 7364 -[npc_7364] -bas=bas_6 -ambient=25 -size=2 -op2=Attack -op1=Interact -vislevel=93 -minimap=no -alwaysontop=yes -name=Spirit graahk -model1=model_31132 -head1=model_31210 -unknown119=1 - -// 7365 -[npc_7365] -bas=bas_6 -ambient=25 -size=2 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Spirit kyatt -model1=model_31127 -head1=model_31195 -unknown119=1 - -// 7366 -[npc_7366] -bas=bas_6 -ambient=25 -size=2 -op2=Attack -op1=Interact -vislevel=93 -alwaysontop=yes -minimap=no -name=Spirit kyatt -model1=model_31127 -head1=model_31195 -unknown119=1 - -// 7367 -[npc_7367] -bas=bas_1317 -ambient=25 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Void shifter -model1=model_30436 -head1=model_31233 -unknown119=1 - -// 7368 -[npc_7368] -bas=bas_1317 -ambient=25 -op2=Attack -op1=Interact -vislevel=46 -alwaysontop=yes -minimap=no -name=Void shifter -model1=model_30436 -head1=model_31233 -unknown119=1 - -// 7369 -[npc_7369] -bas=bas_1317 -op1=Interact -vislevel=47 -name=Void shifter -model1=model_30436 -head1=model_31233 -unknown119=3 - -// 7370 -[npc_7370] -bas=bas_1290 -ambient=25 -op1=Interact -op3=Withdraw -vislevel=0 -alwaysontop=yes -minimap=no -name=Void ravager -model1=model_30501 -head1=model_31228 -unknown119=1 - -// 7371 -[npc_7371] -bas=bas_1290 -ambient=25 -op2=Attack -op1=Interact -op3=Withdraw -vislevel=46 -alwaysontop=yes -minimap=no -name=Void ravager -model1=model_30501 -head1=model_31228 -unknown119=1 - -// 7372 -[npc_7372] -bas=bas_1305 -vislevel=0 -ambient=25 -op1=talk-to -op1=Interact -alwaysontop=yes -minimap=no -name=Ravenous locust -model1=model_30478 -head1=model_31278 -unknown119=1 - -// 7373 -[npc_7373] -bas=bas_1305 -ambient=25 -op1=talk-to -op2=Attack -op1=Interact -vislevel=120 -alwaysontop=yes -minimap=no -name=Ravenous locust -model1=model_30478 -head1=model_31278 -unknown119=1 - -// 7374 -[npc_7374] -bas=bas_1306 -minimap=no -alwaysontop=yes -vislevel=0 -name=Ravenous locust -model1=model_30478 -unknown119=1 - -// 7375 -[npc_7375] -bas=bas_1312 -size=2 -ambient=25 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Iron titan -model1=model_30473 -head1=model_31159 -unknown119=1 - -// 7376 -[npc_7376] -bas=bas_1312 -size=2 -ambient=25 -op2=Attack -op1=Interact -vislevel=220 -alwaysontop=yes -minimap=no -name=Iron titan -model1=model_30473 -head1=model_31159 -unknown119=1 - -// 7377 -[npc_7377] -bas=bas_8 -ambient=64 -contrast=-12 -op1=Interact -vislevel=0 -alwaysontop=yes -minimap=no -name=Pyrelord -model1=model_32695 -head1=model_31254 -unknown119=1 - -// 7378 -[npc_7378] -bas=bas_8 -ambient=64 -contrast=-12 -op2=Attack -op1=Interact -vislevel=70 -alwaysontop=yes -minimap=no -name=Pyrelord -model1=model_32695 -head1=model_31254 -unknown119=1 - -// 7379 -[npc_7379] -bas=bas_415 -size=1 -vislevel=93 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=15392 -recol1d=4242 -name=Elfinlocks -model1=model_363 -model2=model_390 -model3=model_7010 -model4=model_3194 -model5=model_7005 -model6=model_353 -model7=model_5409 -model8=model_8754 -model9=model_32970 -modeloffset6=3,-11,6 -unknown119=1 - -// 7380 -[npc_7380] -bas=bas_4 -size=1 -vislevel=98 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=22266 -recol1d=32517 -recol2s=12894 -recol2d=28407 -recol3s=9654 -recol3d=32767 -recol4s=26460 -recol4d=32517 -recol5s=32635 -recol5d=32517 -recol6s=4367 -recol6d=32767 -name=Missi Sissi -model1=model_5033 -model2=model_391 -model3=model_5035 -model4=model_5029 -model5=model_5034 -model6=model_5030 -model7=model_5032 -unknown119=1 - -// 7381 -[npc_7381] -bas=bas_4 -size=1 -vislevel=98 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=22266 -recol1d=32517 -recol2s=12894 -recol2d=28407 -recol3s=9654 -recol3d=32767 -recol4s=26460 -recol4d=32517 -recol5s=32635 -recol5d=32517 -recol6s=4367 -recol6d=32767 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Missi Sissi -model1=model_5033 -model2=model_391 -model3=model_5035 -model4=model_5029 -model5=model_5034 -model6=model_5030 -model7=model_5032 -model8=model_491 -modeloffset7=3,-11,6 -unknown119=1 - -// 7382 -[npc_7382] -bas=bas_4 -size=1 -vislevel=103 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=6476 -recol4s=6342 -recol4d=16846 -name=Uberlass -model1=model_391 -model2=model_4230 -model3=model_4228 -model4=model_468 -model5=model_9641 -model6=model_344 -model7=model_353 -model8=model_12822 -model9=model_432 -model10=model_32970 -modeloffset7=-3,-11,6 -unknown119=1 - -// 7383 -[npc_7383] -bas=bas_4 -size=1 -vislevel=103 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=6476 -recol4s=6342 -recol4d=16846 -name=Uberlass -model1=model_391 -model2=model_4230 -model3=model_4228 -model4=model_468 -model5=model_9641 -model6=model_344 -model7=model_353 -model8=model_491 -model9=model_12822 -model10=model_432 -model11=model_32970 -modeloffset7=3,-11,6 -unknown119=1 - -// 7384 -[npc_7384] -bas=bas_4 -size=1 -vislevel=103 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=6476 -recol4s=6342 -recol4d=16846 -name=Uberlass -model1=model_391 -model2=model_4230 -model3=model_4228 -model4=model_468 -model5=model_9641 -model6=model_344 -model7=model_353 -model8=model_432 -model9=model_32970 -unknown119=1 - -// 7385 -[npc_7385] -bas=bas_4 -size=1 -vislevel=103 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=6476 -recol4s=6342 -recol4d=16846 -name=Uberlass -model1=model_391 -model2=model_4230 -model3=model_4228 -model4=model_468 -model5=model_9641 -model6=model_344 -model7=model_353 -model8=model_33031 -model9=model_432 -model10=model_32970 -modeloffset7=3,-11,6 -unknown119=1 - -// 7386 -[npc_7386] -bas=bas_219 -size=1 -vislevel=103 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=6476 -recol4s=6342 -recol4d=16846 -name=Uberlass -model1=model_391 -model2=model_4230 -model3=model_4228 -model4=model_468 -model5=model_9641 -model6=model_344 -model7=model_353 -model8=model_13946 -model9=model_432 -model10=model_32970 -modeloffset7=3,-11,6 -unknown119=1 - -// 7387 -[npc_7387] -bas=bas_4 -size=1 -vislevel=108 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=25098 -recol1d=32463 -recol2s=6273 -recol2d=19616 -recol3s=31775 -recol3d=19650 -name=Sannytea -model1=model_15935 -model2=model_27632 -model3=model_32910 -model4=model_9638 -model5=model_32817 -model6=model_13307 -model7=model_12825 -model8=model_32803 -model9=model_27738 -model10=model_251 -model11=model_32836 -unknown119=1 - -// 7388 -[npc_7388] -bas=bas_4 -size=1 -vislevel=108 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=25098 -recol1d=32463 -recol2s=6273 -recol2d=19616 -recol3s=31775 -recol3d=19650 -name=Sannytea -model1=model_15935 -model2=model_27632 -model3=model_32910 -model4=model_9638 -model5=model_32817 -model6=model_13307 -model7=model_12825 -model8=model_32803 -model9=model_27738 -model10=model_251 -model11=model_32836 -model12=model_491 -unknown119=1 - -// 7389 -[npc_7389] -bas=bas_4 -size=1 -vislevel=113 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=25098 -recol1d=32463 -recol2s=15856 -recol2d=13331 -recol3s=8456 -recol3d=32767 -recol4s=6342 -recol4d=12685 -recol5s=6273 -recol5d=26023 -name=Irollsixes -model1=model_21873 -model2=model_253 -model3=model_27732 -model4=model_27748 -model5=model_24558 -model6=model_27739 -model7=model_3604 -model8=model_9639 -model9=model_32836 -model10=model_27738 -unknown119=1 - -// 7390 -[npc_7390] -bas=bas_29 -size=1 -vislevel=113 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=25098 -recol1d=32463 -recol2s=15856 -recol2d=13331 -recol3s=8456 -recol3d=32767 -recol4s=6342 -recol4d=12685 -recol5s=6273 -recol5d=26023 -name=Irollsixes -model1=model_21873 -model2=model_253 -model3=model_27732 -model4=model_27748 -model5=model_24558 -model6=model_27739 -model7=model_13946 -model8=model_9639 -model9=model_32836 -model10=model_27738 -unknown119=1 - -// 7391 -[npc_7391] -bas=bas_416 -size=1 -vislevel=118 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=256 -recol1d=1057 -recol2s=384 -recol2d=4228 -recol3s=8420 -recol3d=1057 -recol4s=6306 -recol4d=4228 -recol5s=14724 -recol5d=24274 -name=Foxyhunter -model1=model_21906 -model2=model_477 -model3=model_9641 -model4=model_355 -model5=model_27667 -model6=model_423 -model7=model_33018 -model8=model_4930 -modeloffset6=3,-11,6 -unknown119=1 - -// 7392 -[npc_7392] -bas=bas_416 -size=1 -vislevel=118 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -headicon=0 -recol1s=256 -recol1d=1057 -recol2s=384 -recol2d=4228 -recol3s=8420 -recol3d=1057 -recol4s=6306 -recol4d=4228 -recol5s=14724 -recol5d=24274 -name=Foxyhunter -model1=model_21906 -model2=model_477 -model3=model_9641 -model4=model_355 -model5=model_27667 -model6=model_423 -model7=model_33018 -model8=model_4930 -modeloffset6=3,-11,6 -unknown119=1 - -// 7393 -[npc_7393] -bas=bas_29 -size=1 -vislevel=118 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=256 -recol1d=1057 -recol2s=384 -recol2d=4228 -recol3s=8420 -recol3d=1057 -recol4s=6306 -recol4d=4228 -recol5s=14724 -recol5d=24274 -name=Foxyhunter -model1=model_21906 -model2=model_477 -model3=model_9641 -model4=model_355 -model5=model_27667 -model6=model_423 -model7=model_13946 -model8=model_4930 -modeloffset6=3,-11,6 -unknown119=1 - -// 7394 -[npc_7394] -bas=bas_4 -vislevel=0 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=5413 -recol2s=14724 -recol2d=6403 -recol3s=16846 -recol3d=23250 -recol4s=18464 -recol4d=14693 -recol5s=15856 -recol5d=23250 -recol6s=25098 -recol6d=23250 -name=Gabriela -model1=model_382 -model2=model_8849 -model3=model_33037 -model4=model_10706 -model5=model_438 -model6=model_361 -head1=model_39077 -unknown119=3 - -// 7395 -[npc_7395] -bas=bas_4 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=7430 -recol2s=14724 -recol2d=4257 -recol3s=15856 -recol3d=23250 -recol4s=25098 -recol4d=23250 -recol5s=6144 -recol5d=23250 -recol6s=8386 -recol6d=7429 -name=Teodor -model1=model_6364 -model2=model_217 -model3=model_246 -model4=model_310 -model5=model_151 -model6=model_10218 -model7=model_495 -model8=model_275 -model9=model_9823 -head1=model_39972 -head2=model_39387 -head3=model_39223 -unknown119=3 - -// 7396 -[npc_7396] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=122 -op1=Talk-to -op3=Trade -recol1s=15856 -recol1d=32497 -recol2s=2340 -recol2d=6340 -recol3s=14724 -recol3d=8418 -recol4s=25098 -recol4d=23250 -recol5s=18464 -recol5d=4259 -retex1s=material_257 -retex1d=material_313 -retex2s=material_202 -retex2d=material_314 -name=Aurel -model1=model_206 -model2=model_250 -model3=model_310 -model4=model_326 -model5=model_163 -model6=model_10218 -model7=model_275 -model8=model_181 -head1=model_39947 -head2=model_38642 -unknown119=3 - -// 7397 -[npc_7397] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=5313 -recol2s=32735 -recol2d=23250 -recol3s=15856 -recol3d=23250 -recol4s=6273 -recol4d=14794 -recol5s=25098 -recol5d=23250 -recol6s=14724 -recol6d=2209 -name=Cornelius -model1=model_6848 -model2=model_253 -model3=model_310 -model4=model_320 -model5=model_32593 -model6=model_176 -model7=model_254 -model8=model_181 -head1=model_39744 -head2=model_39227 -unknown119=3 - -// 7398 -[npc_7398] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=122 -op1=Talk-to -recol1s=13600 -recol1d=23250 -recol2s=25098 -recol2d=23250 -recol3s=2340 -recol3d=23250 -recol4s=6273 -recol4d=11394 -recol5s=13605 -recol5d=4259 -recol6s=22059 -recol6d=8487 -name=Elisabeta -model1=model_393 -model2=model_5678 -model3=model_5675 -model4=model_353 -model5=model_443 -model6=model_8934 -head1=model_39116 -unknown119=3 - -// 7399 -[npc_7399] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=122 -op1=Talk-to -recol1s=15856 -recol1d=32497 -recol2s=2340 -recol2d=6340 -recol3s=14724 -recol3d=8453 -recol4s=25098 -recol4d=23250 -recol5s=18464 -recol5d=4229 -retex1s=material_257 -retex1d=material_313 -retex2s=material_202 -retex2d=material_313 -name=Sorin -model1=model_9452 -model2=model_246 -model3=model_310 -model4=model_326 -model5=model_163 -model6=model_176 -model7=model_274 -model8=model_185 -head1=model_40019 -head2=model_39223 -unknown119=3 - -// 7400 -[npc_7400] -bas=bas_4 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=15856 -recol1d=23250 -recol2s=2340 -recol2d=6336 -recol3s=25098 -recol3d=23250 -recol4s=14695 -recol4d=8486 -recol5s=10401 -recol5d=7428 -name=Luscion -model1=model_210 -model2=model_250 -model3=model_8845 -model4=model_326 -model5=model_32593 -model6=model_10218 -model7=model_275 -model8=model_8919 -head1=model_40031 -head2=model_39260 -unknown119=3 - -// 7401 -[npc_7401] -bas=bas_4 -vislevel=0 -resizeh=120 -resizev=120 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=32767 -recol1d=6210 -recol2s=15856 -recol2d=23250 -recol3s=2340 -recol3d=6340 -recol4s=14724 -recol4d=7427 -recol5s=25098 -recol5d=23250 -recol6s=18464 -recol6d=4229 -retex1s=material_257 -retex1d=material_313 -retex2s=material_202 -retex2d=material_314 -name=Sergiu -model1=model_214 -model2=model_250 -model3=model_310 -model4=model_163 -model5=model_10218 -model6=model_275 -model7=model_9823 -head1=model_39629 -head2=model_38642 -unknown119=3 - -// 7402 -[npc_7402] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=122 -op1=Talk-to -recol1s=2340 -recol1d=4290 -recol2s=15856 -recol2d=23250 -recol3s=14724 -recol3d=4258 -recol4s=6144 -recol4d=12645 -recol5s=25098 -recol5d=23250 -recol6s=7298 -recol6d=23250 -name=Radu -model1=model_217 -model2=model_253 -model3=model_310 -model4=model_33034 -model5=model_10218 -model6=model_271 -model7=model_33033 -head1=model_39589 -head2=model_39227 -unknown119=3 - -// 7403 -[npc_7403] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=113 -op1=Talk-to -recol1s=2340 -recol1d=3298 -recol2s=7298 -recol2d=23250 -recol3s=15856 -recol3d=23250 -recol4s=6273 -recol4d=9544 -recol5s=25098 -recol5d=23250 -recol6s=14695 -recol6d=6370 -retex1s=material_228 -retex1d=material_426 -name=Grigore -model1=model_6848 -model2=model_253 -model3=model_8845 -model4=model_32593 -model5=model_10218 -model6=model_254 -model7=model_33033 -head1=model_39975 -head2=model_39228 -unknown119=3 - -// 7404 -[npc_7404] -bas=bas_4 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=7462 -recol2s=14724 -recol2d=5313 -recol3s=15856 -recol3d=23250 -recol4s=18464 -recol4d=23250 -recol5s=25098 -recol5d=23250 -retex1s=material_202 -retex1d=material_313 -name=Ileana -model1=model_387 -model2=model_474 -model3=model_9359 -model4=model_10706 -model5=model_438 -model6=model_358 -head1=model_39024 -unknown119=3 - -// 7405 -[npc_7405] -bas=bas_4 -vislevel=0 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=5447 -recol2s=14724 -recol2d=3268 -recol3s=16846 -recol3d=23250 -recol4s=18464 -recol4d=17764 -recol5s=15856 -recol5d=23250 -recol6s=25098 -recol6d=23250 -retex1s=material_314 -retex1d=material_253 -name=Valeria -model1=model_382 -model2=model_8849 -model3=model_40401 -model4=model_10706 -model5=model_438 -model6=model_361 -head1=model_39077 -unknown119=3 - -// 7406 -[npc_7406] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=122 -op1=Talk-to -recol1s=2340 -recol1d=3268 -recol2s=14724 -recol2d=7463 -recol3s=16846 -recol3d=23250 -recol4s=7298 -recol4d=23250 -recol5s=15856 -recol5d=23250 -recol6s=25098 -recol6d=23250 -name=Emilia -model1=model_390 -model2=model_472 -model3=model_33037 -model4=model_33035 -model5=model_435 -head1=model_39149 -unknown119=3 - -// 7407 -[npc_7407] -bas=bas_4 -vislevel=0 -resizeh=117 -resizev=122 -op1=Talk-to -recol1s=2340 -recol1d=6402 -recol2s=15856 -recol2d=23250 -recol3s=14724 -recol3d=3266 -recol4s=6144 -recol4d=8581 -recol5s=25098 -recol5d=23250 -recol6s=7298 -recol6d=23250 -name=Florin -model1=model_217 -model2=model_253 -model3=model_310 -model4=model_33034 -model5=model_10218 -model6=model_271 -model7=model_33033 -head1=model_39589 -head2=model_39227 -unknown119=3 - -// 7408 -[npc_7408] -bas=bas_217 -vislevel=0 -op1=Talk-to -recol1s=7300 -recol1d=4229 -recol2s=8357 -recol2d=3172 -recol3s=2243 -recol3d=6339 -recol4s=25200 -recol4d=24243 -recol5s=4357 -recol5d=8453 -recol6s=11590 -recol6d=9479 -name=Catalina -model1=model_29212 -model2=model_29194 -model3=model_29206 -model4=model_28611 -model5=model_29202 -model6=model_28670 -head1=model_28694 -unknown119=3 - -// 7409 -[npc_7409] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=7363 -recol2d=5217 -recol3s=2243 -recol3d=5251 -recol4s=4357 -recol4d=6308 -recol5s=6471 -recol5d=7365 -recol6s=11590 -recol6d=4194 -name=Ivan -model1=model_29215 -model2=model_29196 -model3=model_29208 -model4=model_28611 -model5=model_29198 -model6=model_28676 -head1=model_28691 -unknown119=3 - -// 7410 -[npc_7410] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=7363 -recol2d=12616 -recol3s=2243 -recol3d=6277 -recol4s=4357 -recol4d=7334 -recol5s=6471 -recol5d=8391 -recol6s=11590 -recol6d=9479 -name=Victor -model1=model_29213 -model2=model_29192 -model3=model_29205 -model4=model_28611 -model5=model_29199 -model6=model_29211 -head1=model_28684 -unknown119=3 - -// 7411 -[npc_7411] -bas=bas_165 -vislevel=0 -op1=Talk-to -recol1s=25200 -recol1d=24243 -recol2s=22191 -recol2d=7432 -recol3s=21134 -recol3d=6375 -recol4s=20077 -recol4d=5318 -recol5s=19020 -recol5d=4261 -recol6s=7363 -recol6d=8422 -name=Helena -model1=model_29214 -model2=model_29195 -model3=model_29207 -model4=model_28611 -model5=model_29201 -model6=model_28670 -head1=model_28682 -unknown119=3 - -// 7412 -[npc_7412] -bas=bas_192 -vislevel=0 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=6273 -recol1d=5282 -recol2s=15856 -recol2d=23250 -recol3s=2340 -recol3d=4260 -recol4s=14724 -recol4d=8482 -recol5s=25098 -recol5d=23250 -recol6s=18464 -recol6d=4229 -retex1s=material_257 -retex1d=material_314 -name=Mihail -model1=model_214 -model2=model_250 -model3=model_310 -model4=model_163 -model5=model_176 -model6=model_264 -head1=model_39649 -head2=model_38642 -unknown119=3 - -// 7413 -[npc_7413] -bas=bas_192 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=8486 -recol2s=14724 -recol2d=5313 -recol3s=15856 -recol3d=23250 -recol4s=18464 -recol4d=23250 -recol5s=25098 -recol5d=23250 -name=Nicoleta -model1=model_387 -model2=model_474 -model3=model_9359 -model4=model_353 -model5=model_427 -head1=model_39024 -unknown119=3 - -// 7414 -[npc_7414] -bas=bas_218 -vislevel=0 -resizeh=125 -resizev=120 -op1=Talk-to -recol1s=15856 -recol1d=23250 -recol2s=2340 -recol2d=4289 -recol3s=25098 -recol3d=23250 -recol4s=14695 -recol4d=5349 -name=Vasile -model1=model_210 -model2=model_250 -model3=model_8845 -model4=model_32593 -model5=model_10218 -model6=model_275 -model7=model_8919 -model8=model_10087 -head1=model_40031 -head2=model_39260 -unknown119=3 - -// 7415 -[npc_7415] -bas=bas_218 -vislevel=0 -resizeh=125 -resizev=113 -op1=Talk-to -recol1s=2340 -recol1d=3266 -recol2s=7298 -recol2d=23250 -recol3s=15856 -recol3d=23250 -recol4s=6273 -recol4d=8521 -recol5s=25098 -recol5d=23250 -recol6s=14695 -recol6d=5346 -retex1s=material_228 -retex1d=material_426 -name=Razvan -model1=model_6848 -model2=model_253 -model3=model_8845 -model4=model_32593 -model5=model_10218 -model6=model_254 -model7=model_33033 -model8=model_10087 -head1=model_39986 -head2=model_39227 -unknown119=3 - -// 7416 -[npc_7416] -bas=bas_218 -vislevel=0 -resizeh=120 -resizev=120 -op1=Talk-to -recol1s=2340 -recol1d=7461 -recol2s=14724 -recol2d=3268 -recol3s=16846 -recol3d=23250 -recol4s=18464 -recol4d=17764 -recol5s=15856 -recol5d=23250 -recol6s=25098 -recol6d=23250 -name=Luminata -model1=model_382 -model2=model_8849 -model3=model_33036 -model4=model_10706 -model5=model_438 -model6=model_361 -model7=model_10087 -head1=model_39077 -modeloffset6=3,-11,6 -unknown119=3 - -// 7417 -[npc_7417] -bas=bas_101 -size=1 -vislevel=1 -resizeh=133 -resizev=134 -op1=Attack -recol1s=14724 -recol1d=6342 -name=Rat -model1=model_9610 -unknown119=3 - -// 7418 -[npc_7418] -bas=bas_4 -resizeh=145 -resizev=147 -op1=Attack -ambient=5 -vislevel=119 -recol1s=25098 -recol1d=19058 -recol2s=6412 -recol2d=8519 -recol3s=8526 -recol3d=7462 -recol4s=9583 -recol4d=6405 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=3 - -// 7419 -[npc_7419] -bas=bas_170 -op1=Attack -ambient=-25 -turnspeed=0 -resizeh=143 -resizev=140 -vislevel=119 -recol1s=25098 -recol1d=20115 -recol2s=6412 -recol2d=8585 -recol3s=8526 -recol3d=9642 -recol4s=9583 -recol4d=10699 -recol5s=1056 -recol5d=6373 -recol6s=3171 -recol6d=6373 -name=Held vampyre juvinate -model1=model_14042 -model2=model_14039 -model3=model_14046 -model4=model_14041 -model5=model_14044 -head1=model_40005 -unknown119=1 - -// 7420 -[npc_7420] -bas=bas_400 -vislevel=0 -turnspeed=0 -op1=Talk-to -op3=Trade -alwaysontop=yes -recol1s=8388 -recol1d=5285 -recol2s=22024 -recol2d=8456 -name=Hieronymus Avlafrim -model1=model_16997 -model2=model_4245 -model3=model_33027 -model4=model_33029 -head1=model_32719 -unknown119=1 - -// 7421 -[npc_7421] -bas=bas_401 -vislevel=0 -turnspeed=0 -op1=Talk-to -alwaysontop=yes -name=Sasquine Huburns -model1=model_33030 -model2=model_33028 -model3=model_2922 -model4=model_33029 -head1=model_32720 -unknown119=1 - -// 7422 -[npc_7422] -vislevel=0 -name=Sasquine Huburns -model1=model_32721 -head1=model_32721 -unknown119=1 - -// 7423 -[npc_7423] -bas=bas_4 -vislevel=82 -op3=Walk here -op4=Follow -op5=Trade -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Lollery -model1=model_12140 -model2=model_16508 -model3=model_454 -model4=model_16506 -model5=model_16493 -model6=model_12143 -model7=model_16498 -model8=model_16496 -unknown119=1 - -// 7424 -[npc_7424] -bas=bas_417 -vislevel=130 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Wigglewoo -model1=model_391 -model2=model_6698 -model3=model_6681 -model4=model_32935 -model5=model_27754 -model6=model_4233 -model7=model_4228 -model8=model_9641 -model9=model_32979 -model10=model_5409 -modeloffset9=3,-11,6 -unknown119=1 - -// 7425 -[npc_7425] -bas=bas_417 -vislevel=130 -headicon=0 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Wigglewoo -model1=model_391 -model2=model_6698 -model3=model_6681 -model4=model_32935 -model5=model_27754 -model6=model_4233 -model7=model_4228 -model8=model_9641 -model9=model_32979 -model10=model_5409 -modeloffset9=3,-11,6 -unknown119=1 - -// 7426 -[npc_7426] -bas=bas_4 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -vislevel=72 -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=15856 -recol4d=25098 -recol5s=9473 -recol5d=1059 -recol6s=25098 -recol6d=16708 -name=Orangeowns -model1=model_230 -model2=model_27151 -model3=model_253 -model4=model_14567 -model5=model_14562 -model6=model_179 -model7=model_14566 -model8=model_32849 -model9=model_3189 -model10=model_290 -model11=model_33013 -model12=model_539 -unknown119=1 - -// 7427 -[npc_7427] -bas=bas_4 -headicon=1 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -vislevel=72 -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=15856 -recol4d=25098 -recol5s=9473 -recol5d=1059 -recol6s=25098 -recol6d=16708 -name=Orangeowns -model1=model_230 -model2=model_27151 -model3=model_253 -model4=model_14567 -model5=model_14562 -model6=model_179 -model7=model_14566 -model8=model_32849 -model9=model_3189 -model10=model_290 -model11=model_33013 -model12=model_539 -unknown119=1 - -// 7428 -[npc_7428] -bas=bas_78 -vislevel=95 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=6273 -recol4d=26023 -name=I like m0m -model1=model_8728 -model2=model_215 -model3=model_253 -model4=model_9638 -model5=model_8732 -model6=model_8726 -model7=model_8730 -model8=model_8727 -model9=model_290 -model10=model_33032 -unknown119=1 - -// 7429 -[npc_7429] -bas=bas_78 -headicon=0 -vislevel=95 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=6273 -recol4d=26023 -name=I like m0m -model1=model_8728 -model2=model_215 -model3=model_253 -model4=model_9638 -model5=model_8732 -model6=model_8726 -model7=model_8730 -model8=model_8727 -model9=model_290 -model10=model_33032 -unknown119=1 - -// 7430 -[npc_7430] -bas=bas_4 -size=1 -vislevel=99 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=16846 -recol1d=6476 -recol2s=25098 -recol2d=16708 -recol3s=6273 -recol3d=1519 -name=Qutiedoll -model1=model_215 -model2=model_32831 -model3=model_248 -model4=model_32901 -model5=model_32814 -model6=model_32870 -model7=model_32794 -model8=model_4954 -model9=model_32878 -model10=model_32836 -unknown119=1 - -// 7431 -[npc_7431] -bas=bas_4 -resizeh=127 -resizev=113 -op3=Pickpocket -op1=Talk-to -vislevel=0 -recol1s=16010 -recol1d=23112 -recol2s=25216 -recol2d=17833 -recol3s=5447 -recol3d=32591 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Goreu -model1=model_8266 -model2=model_6977 -model3=model_6975 -model4=model_4023 -head1=model_39844 -unknown119=3 - -// 7432 -[npc_7432] -bas=bas_4 -resizeh=132 -resizev=131 -op3=Pickpocket -op1=Talk-to -vislevel=0 -recol1s=16010 -recol1d=23112 -recol2s=25216 -recol2d=17833 -recol3s=5447 -recol3d=32591 -recol4s=28464 -recol4d=20201 -recol5s=32576 -recol5d=18848 -retex1s=material_228 -retex1d=material_426 -name=Ysgawyn -model1=model_4020 -model2=model_8269 -model3=model_6975 -model4=model_8267 -head1=model_39601 -unknown119=3 - -// 7433 -[npc_7433] -bas=bas_4 -op3=Pickpocket -op1=Talk-to -vislevel=0 -recol1s=16010 -recol1d=23112 -recol2s=25216 -recol2d=23040 -recol3s=5447 -recol3d=32591 -recol4s=28464 -recol4d=20201 -recol5s=25293 -recol5d=15750 -recol6s=14858 -recol6d=15750 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Arvel -model1=model_4030 -model2=model_6981 -model3=model_480 -model4=model_6978 -model5=model_6979 -head1=model_39093 -unknown119=3 - -// 7434 -[npc_7434] -bas=bas_4 -resizeh=123 -resizev=110 -op3=Pickpocket -op1=Talk-to -vislevel=0 -recol1s=14858 -recol1d=15750 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Mawrth -model1=model_4030 -model2=model_6980 -model3=model_480 -model4=model_6978 -model5=model_6979 -head1=model_39093 -unknown119=3 - -// 7435 -[npc_7435] -bas=bas_4 -op3=Pickpocket -op1=Talk-to -vislevel=0 -recol1s=16010 -recol1d=23112 -recol2s=25216 -recol2d=17833 -recol3s=5447 -recol3d=32591 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Kelyn -model1=model_4030 -model2=model_6981 -model3=model_6978 -model4=model_6979 -head1=model_39093 -unknown119=3 - -// 7436 -[npc_7436] -bas=bas_418 -resizeh=100 -resizev=79 -op1=Talk-to -vislevel=0 -recol1s=25216 -recol1d=27232 -recol2s=28464 -recol2d=22221 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Eoin -model1=model_8264 -model2=model_8269 -model3=model_6975 -model4=model_6976 -head1=model_39775 -unknown119=2 - -// 7437 -[npc_7437] -bas=bas_419 -resizeh=106 -resizev=87 -op1=Talk-to -vislevel=0 -recol1s=25216 -recol1d=27232 -recol2s=28464 -recol2d=22221 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Iona -model1=model_4021 -model2=model_6977 -model3=model_6975 -model4=model_8267 -head1=model_39695 -unknown119=3 - -// 7438 -[npc_7438] -bas=bas_4 -resizeh=127 -resizev=120 -size=1 -op1=Attack -vislevel=108 -recol1s=32576 -recol1d=29483 -recol2s=16808 -recol2d=32591 -recol3s=5447 -recol3d=32591 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Elf warrior -model1=model_4020 -model2=model_4025 -model3=model_4016 -model4=model_4033 -model5=model_4023 -head1=model_39601 -unknown119=3 - -// 7439 -[npc_7439] -bas=bas_4 -resizeh=127 -resizev=120 -size=1 -op1=Attack -vislevel=108 -recol1s=25216 -recol1d=12608 -recol2s=16808 -recol2d=32591 -recol3s=25098 -recol3d=19875 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Elf warrior -model1=model_8266 -model2=model_4025 -model3=model_4016 -model4=model_4033 -model5=model_4023 -unknown119=3 - -// 7440 -[npc_7440] -bas=bas_4 -resizeh=127 -resizev=120 -size=1 -op1=Attack -vislevel=90 -recol1s=32576 -recol1d=29482 -recol2s=25216 -recol2d=17833 -recol3s=5447 -recol3d=32591 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Elf warrior -model1=model_8266 -model2=model_4025 -model3=model_4016 -model4=model_4044 -model5=model_4023 -head1=model_39844 -unknown119=3 - -// 7441 -[npc_7441] -bas=bas_4 -resizev=125 -size=1 -op1=Attack -vislevel=90 -recol1s=32576 -recol1d=29482 -recol2s=25216 -recol2d=17833 -recol3s=25098 -recol3d=17796 -name=Elf warrior -model1=model_8263 -model2=model_4025 -model3=model_4016 -model4=model_4044 -model5=model_4023 -unknown119=3 - -// 7442 -[npc_7442] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Arianwyn -model1=model_4015 -model2=model_4021 -model3=model_4023 -model4=model_4025 -model5=model_4027 -head1=model_39695 -unknown119=1 - -// 7443 -[npc_7443] -bas=bas_4 -vislevel=0 -size=1 -resizeh=127 -resizev=120 -op1=Talk-to -op3=Trade -recol1s=15750 -recol1d=22024 -recol2s=28464 -recol2d=26319 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Eudav -model1=model_8264 -model2=model_8268 -model3=model_6975 -model4=model_8267 -head1=model_39775 -unknown119=7 - -// 7444 -[npc_7444] -bas=bas_4 -resizev=129 -op1=Talk-to -op3=Trade -vislevel=0 -size=1 -recol1s=15750 -recol1d=22024 -recol2s=28464 -recol2d=17067 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Oronwen -model1=model_4030 -model2=model_6981 -model3=model_480 -model4=model_6978 -model5=model_8270 -head1=model_39093 -unknown119=7 - -// 7445 -[npc_7445] -bas=bas_92 -vislevel=0 -size=1 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=29464 -recol1d=27412 -recol2s=15750 -recol2d=22162 -recol3s=28464 -recol3d=18921 -recol4s=25293 -recol4d=8388 -retex1s=material_228 -retex1d=material_426 -retex2s=material_369 -retex2d=material_528 -name=Banker -model1=model_8266 -model2=model_8269 -model3=model_6975 -model4=model_6976 -head1=model_39844 -unknown119=1 - -// 7446 -[npc_7446] -bas=bas_92 -vislevel=0 -size=1 -resizeh=135 -resizev=130 -op1=Talk-to -op3=Bank -op4=Collect -recol1s=29464 -recol1d=27412 -recol2s=15750 -recol2d=22162 -recol3s=28464 -recol3d=18921 -recol4s=25216 -recol4d=8355 -recol5s=14858 -recol5d=18921 -recol6s=25293 -recol6d=13638 -name=Banker -model1=model_4030 -model2=model_6980 -model3=model_480 -model4=model_6978 -model5=model_6979 -head1=model_39093 -unknown119=1 - -// 7447 -[npc_7447] -bas=bas_4 -vislevel=0 -size=1 -resizeh=127 -resizev=120 -op1=Talk-to -op3=Trade -recol1s=28464 -recol1d=26319 -recol2s=15750 -recol2d=14884 -recol3s=14724 -recol3d=14884 -retex1s=material_228 -retex1d=material_426 -name=Dalldav -model1=model_4021 -model2=model_6977 -model3=model_6975 -model4=model_8267 -head1=model_39695 -unknown119=7 - -// 7448 -[npc_7448] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op3=Trade -recol1s=29464 -recol1d=27412 -recol2s=15750 -recol2d=24208 -recol3s=28464 -recol3d=20967 -name=Gethin -model1=model_8357 -model2=model_8263 -model3=model_8268 -model4=model_6975 -model5=model_6976 -head1=model_39870 -head2=model_39347 -unknown119=7 - -// 7449 -[npc_7449] -bas=bas_4 -resizeh=132 -resizev=131 -vislevel=0 -op1=Talk-to -op3=Pay -retex1s=material_228 -retex1d=material_426 -name=Amaethwr -model1=model_31741 -head1=model_39730 -head2=model_39463 -unknown119=3 - -// 7450 -[npc_7450] -bas=bas_4 -resizeh=132 -resizev=131 -vislevel=0 -op1=Talk-to -op3=Exchange -op4=Teleport -retex1s=material_228 -retex1d=material_426 -name=Teclyn -model1=model_31742 -head1=model_39730 -head2=model_39433 -unknown119=3 - -// 7451 -[npc_7451] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -spotshadow=no -name=Butterfly -model1=model_3022 -unknown119=3 - -// 7452 -[npc_7452] -bas=bas_4 -vislevel=130 -op3=Walk here -op4=Follow -op5=Trade -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Lapsang -model1=model_391 -model2=model_6698 -model3=model_6681 -model4=model_32935 -model5=model_16012 -model6=model_4233 -model7=model_4228 -model8=model_9641 -model9=model_32979 -unknown119=1 - -// 7453 -[npc_7453] -bas=bas_402 -vislevel=130 -op3=Walk here -op4=Follow -op5=Trade -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Lapsang -model1=model_391 -model2=model_6698 -model3=model_6681 -model4=model_32935 -model5=model_16012 -model6=model_4233 -model7=model_4228 -model8=model_9641 -model9=model_32979 -model10=model_4610 -unknown119=1 - -// 7454 -[npc_7454] -bas=bas_4 -vislevel=105 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32765 -recol1d=23650 -recol2s=15748 -recol2d=23650 -recol3s=13700 -recol3d=23650 -recol4s=11561 -recol4d=1110 -recol5s=16708 -recol5d=25098 -name=Souchong -model1=model_11121 -model2=model_24560 -model3=model_11120 -model4=model_11193 -model5=model_15944 -model6=model_351 -model7=model_445 -unknown119=1 - -// 7455 -[npc_7455] -bas=bas_403 -vislevel=105 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32765 -recol1d=23650 -recol2s=15748 -recol2d=23650 -recol3s=13700 -recol3d=23650 -recol4s=11561 -recol4d=1110 -recol5s=16708 -recol5d=25098 -name=Souchong -model1=model_11121 -model2=model_24560 -model3=model_11120 -model4=model_11193 -model5=model_15944 -model6=model_4610 -model7=model_351 -model8=model_445 -unknown119=1 - -// 7456 -[npc_7456] -bas=bas_4 -vislevel=87 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=7298 -recol4d=11631 -name=Earlgrey -model1=model_33002 -model2=model_20429 -model3=model_33009 -model4=model_454 -model5=model_32943 -model6=model_361 -model7=model_32960 -model8=model_13319 -unknown119=1 - -// 7457 -[npc_7457] -bas=bas_402 -vislevel=87 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=7298 -recol4d=11631 -name=Earlgrey -model1=model_33002 -model2=model_20429 -model3=model_33009 -model4=model_454 -model5=model_32943 -model6=model_361 -model7=model_32960 -model8=model_13319 -model9=model_4610 -unknown119=1 - -// 7458 -[npc_7458] -bas=bas_4 -vislevel=93 -op3=Walk here -op4=Follow -op5=Trade -recol1s=21017 -recol1d=21535 -recol2s=15990 -recol2d=21535 -recol3s=20503 -recol3d=21535 -recol4s=7298 -recol4d=11631 -recol5s=25098 -recol5d=16708 -name=Fairtrade -model1=model_11416 -model2=model_11418 -model3=model_11415 -model4=model_353 -model5=model_11417 -model6=model_17157 -model7=model_677 -model8=model_361 -model9=model_3470 -unknown119=1 - -// 7459 -[npc_7459] -bas=bas_403 -vislevel=93 -op3=Walk here -op4=Follow -op5=Trade -recol1s=21017 -recol1d=21535 -recol2s=15990 -recol2d=21535 -recol3s=20503 -recol3d=21535 -recol4s=7298 -recol4d=11631 -recol5s=25098 -recol5d=16708 -name=Fairtrade -model1=model_11416 -model2=model_11418 -model3=model_11415 -model4=model_353 -model5=model_11417 -model6=model_17157 -model7=model_361 -model8=model_4610 -unknown119=1 - -// 7460 -[npc_7460] -bas=bas_4 -vislevel=94 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=25098 -recol4d=21927 -recol5s=6273 -recol5d=19616 -recol6s=31775 -recol6d=19650 -name=Teapotspout -model1=model_8728 -model2=model_215 -model3=model_27646 -model4=model_9638 -model5=model_8732 -model6=model_8726 -model7=model_8730 -model8=model_8727 -model9=model_290 -unknown119=1 - -// 7461 -[npc_7461] -bas=bas_133 -size=1 -vislevel=0 -resizeh=64 -resizev=64 -name=Rat -model1=model_18892 -model2=model_18890 -model3=model_18895 -unknown119=3 - -// 7462 -[npc_7462] -bas=bas_414 -vislevel=81 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=6476 -recol2s=6342 -recol2d=16846 -recol3s=11561 -recol3d=3272 -recol4s=15789 -recol4d=6476 -recol5s=9473 -recol5d=10240 -recol6s=10468 -recol6d=10240 -retex1s=material_228 -retex1d=material_426 -name=Hotwater -model1=model_32895 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_32847 -model7=model_564 -model8=model_246 -unknown119=1 - -// 7463 -[npc_7463] -bas=bas_403 -vislevel=81 -op3=Walk here -op4=Follow -op5=Trade -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=6476 -recol3s=11561 -recol3d=3272 -recol4s=15789 -recol4d=6476 -recol5s=9473 -recol5d=10240 -recol6s=10468 -recol6d=10240 -retex1s=material_228 -retex1d=material_426 -name=Hotwater -model1=model_32895 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_268 -model6=model_32847 -model7=model_4610 -model8=model_246 -unknown119=1 - -// 7464 -[npc_7464] -bas=bas_4 -vislevel=124 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=15856 -recol4d=25098 -recol5s=9473 -recol5d=1059 -recol6s=25098 -recol6d=16708 -name=Sliceoflemon -model1=model_230 -model2=model_27151 -model3=model_253 -model4=model_14567 -model5=model_14562 -model6=model_179 -model7=model_14566 -model8=model_32849 -model9=model_3189 -model10=model_290 -model11=model_14580 -unknown119=1 - -// 7465 -[npc_7465] -bas=bas_402 -vislevel=124 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=15856 -recol4d=25098 -recol5s=9473 -recol5d=1059 -recol6s=25098 -recol6d=16708 -name=Sliceoflemon -model1=model_230 -model2=model_27151 -model3=model_253 -model4=model_14567 -model5=model_14562 -model6=model_179 -model7=model_14566 -model8=model_32849 -model9=model_3189 -model10=model_290 -model11=model_4610 -unknown119=1 - -// 7466 -[npc_7466] -bas=bas_51 -vislevel=127 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=6476 -recol2s=25098 -recol2d=16708 -recol3s=6273 -recol3d=1519 -name=Milknosugar -model1=model_215 -model2=model_32831 -model3=model_248 -model4=model_32901 -model5=model_32814 -model6=model_32870 -model7=model_32794 -model8=model_4954 -model9=model_33018 -model10=model_32878 -model11=model_32836 -model12=model_565 -unknown119=1 - -// 7467 -[npc_7467] -bas=bas_403 -vislevel=127 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=6476 -recol2s=25098 -recol2d=16708 -recol3s=6273 -recol3d=1519 -name=Milknosugar -model1=model_215 -model2=model_32831 -model3=model_248 -model4=model_32901 -model5=model_32814 -model6=model_32870 -model7=model_32794 -model8=model_4954 -model9=model_4610 -model10=model_32878 -model11=model_32836 -unknown119=1 - -// 7468 -[npc_7468] -bas=bas_406 -vislevel=86 -op3=Walk here -op4=Follow -op5=Trade -recol1s=18464 -recol1d=24312 -recol2s=9312 -recol2d=4192 -name=Randomdood -model1=model_32788 -model2=model_42546 -unknown119=1 - -// 7469 -[npc_7469] -bas=bas_408 -vislevel=91 -op3=Walk here -op4=Follow -op5=Trade -recol1s=18464 -recol1d=24312 -recol2s=9312 -recol2d=4192 -name=Employedman -model1=model_32785 -model2=model_42546 -unknown119=1 - -// 7470 -[npc_7470] -bas=bas_409 -vislevel=98 -op3=Walk here -op4=Follow -op5=Trade -recol1s=18464 -recol1d=24312 -recol2s=9312 -recol2d=4192 -name=Heidiggle -model1=model_32787 -model2=model_42546 -unknown119=1 - -// 7471 -[npc_7471] -bas=bas_405 -vislevel=102 -op3=Walk here -op4=Follow -op5=Trade -recol1s=18464 -recol1d=24312 -recol2s=9312 -recol2d=4192 -name=Dodgy Penny -model1=model_32789 -model2=model_42546 -unknown119=1 - -// 7472 -[npc_7472] -bas=bas_404 -vislevel=98 -op3=Walk here -op4=Follow -op5=Trade -recol1s=18464 -recol1d=24312 -recol2s=9312 -recol2d=4192 -name=Shadydude98 -model1=model_32790 -model2=model_42546 -unknown119=1 - -// 7473 -[npc_7473] -bas=bas_412 -vislevel=73 -op3=Walk here -op4=Follow -op5=Trade -recol1s=25098 -recol1d=16708 -recol2s=9312 -recol2d=4192 -recol3s=18464 -recol3d=24312 -name=Madam C -model1=model_32783 -model2=model_42546 -unknown119=1 - -// 7474 -[npc_7474] -bas=bas_413 -vislevel=69 -op3=Walk here -op4=Follow -op5=Trade -recol1s=18464 -recol1d=24312 -recol2s=9312 -recol2d=4192 -recol3s=7298 -recol3d=10240 -recol4s=9473 -recol4d=10240 -name=M0m Online -model1=model_32781 -model2=model_42546 -unknown119=1 - -// 7475 -[npc_7475] -bas=bas_411 -vislevel=138 -op3=Walk here -op4=Follow -op5=Trade -recol1s=6273 -recol1d=4228 -recol2s=25098 -recol2d=16708 -recol3s=18464 -recol3d=24312 -recol4s=9312 -recol4d=4192 -name=Lady Seenit -model1=model_32782 -model2=model_42546 -unknown119=1 - -// 7476 -[npc_7476] -bas=bas_410 -vislevel=68 -op3=Walk here -op4=Follow -op5=Trade -recol1s=18464 -recol1d=24312 -recol2s=9312 -recol2d=4192 -name=Berrybree -model1=model_32784 -model2=model_42546 -unknown119=1 - -// 7477 -[npc_7477] -bas=bas_407 -vislevel=69 -op3=Walk here -op4=Follow -op5=Trade -recol1s=18464 -recol1d=24312 -recol2s=9312 -recol2d=4192 -name=Stuffstuffer -model1=model_32786 -model2=model_42546 -unknown119=1 - -// 7478 -[npc_7478] -bas=bas_4 -vislevel=41 -multivar=varplayerbit_340 -multinpc=0,npc_6174 -multinpc=1,npc_6174 -multinpc=2,npc_6388 -unknown119=3 - -// 7479 -[npc_7479] -bas=bas_216 -vislevel=83 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16774 -recol1d=3206 -recol2s=8523 -recol2d=3202 -recol3s=2312 -recol3d=5285 -recol4s=9348 -recol4d=6244 -recol5s=32576 -recol5d=8523 -recol6s=32576 -recol6d=8523 -name=Learking -model1=model_16455 -model2=model_16504 -model3=model_16489 -model4=model_454 -model5=model_16505 -model6=model_16492 -model7=model_16502 -model8=model_16495 -model9=model_16497 -modeloffset2=3,-11,6 -unknown119=1 - -// 7480 -[npc_7480] -bas=bas_4 -op1=Talk-to -op3=Trade -vislevel=0 -recol1s=14724 -recol1d=10574 -recol2s=2340 -recol2d=11561 -recol3s=6273 -recol3d=6242 -name=Rachael -model1=model_390 -model2=model_467 -model3=model_348 -model4=model_353 -model5=model_419 -model6=model_358 -head1=model_39066 -unknown119=3 - -// 7481 -[npc_7481] -bas=bas_433 -size=1 -vislevel=83 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=14724 -recol1d=32767 -recol2s=20041 -recol2d=17610 -recol3s=15392 -recol3d=27986 -recol4s=6273 -recol4d=23576 -name=Cool Mom227 -model1=model_374 -model2=model_399 -model3=model_456 -model4=model_3194 -model5=model_332 -model6=model_353 -model7=model_26281 -model8=model_7007 -model9=model_32972 -modeloffset6=3,-11,6 -unknown119=3 - -// 7482 -[npc_7482] -bas=bas_216 -vislevel=52 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=25098 -recol1d=32463 -name=Purepker895 -model1=model_7608 -model2=model_7610 -model3=model_7605 -model4=model_7606 -model5=model_19840 -model6=model_7609 -model7=model_7607 -unknown119=3 - -// 7483 -[npc_7483] -bas=bas_4 -size=1 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -vislevel=87 -recol1s=16846 -recol1d=2114 -recol2s=15392 -recol2d=6159 -recol3s=6342 -recol3d=16846 -recol4s=11561 -recol4d=0 -recol5s=16846 -recol5d=0 -name=Pkmaster0036 -model1=model_218 -model2=model_306 -model3=model_164 -model4=model_179 -model5=model_32797 -model6=model_32841 -model7=model_518 -unknown119=1 - -// 7484 -[npc_7484] -bas=bas_102 -size=1 -vislevel=123 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=18071 -recol4s=2340 -recol4d=3272 -recol5s=9473 -recol5d=131 -name=Cow1337killr -model1=model_6651 -model2=model_306 -model3=model_32875 -model4=model_164 -model5=model_4954 -model6=model_6702 -model7=model_179 -model8=model_266 -unknown119=1 - -// 7485 -[npc_7485] -bas=bas_160 -size=1 -vislevel=93 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -name=Mathdude -model1=model_32909 -unknown119=1 - -// 7486 -[npc_7486] -bas=bas_160 -size=1 -vislevel=93 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -name=Mathdude -model1=model_32897 -model2=model_19844 -unknown119=1 - -// 7487 -[npc_7487] -bas=bas_160 -vislevel=63 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -name=1337sp34kr -model1=model_32907 -unknown119=1 - -// 7488 -[npc_7488] -bas=bas_160 -vislevel=63 -op3=Walk here -op4=Follow -op5=Trade -alwaysontop=yes -name=1337sp34kr -model1=model_32905 -model2=model_19844 -unknown119=1 - -// 7489 -[npc_7489] -bas=bas_160 -op3=Walk here -op4=Follow -op5=Trade -vislevel=103 -name=Moglewee -model1=model_33005 -unknown119=1 - -// 7490 -[npc_7490] -bas=bas_160 -op3=Walk here -op4=Follow -op5=Trade -vislevel=103 -name=Moglewee -model1=model_33008 -model2=model_19844 -modeloffset1=3,-11,6 -unknown119=1 - -// 7491 -[npc_7491] -bas=bas_432 -op3=Walk here -op4=Follow -op5=Trade -vislevel=76 -recol1s=15856 -recol1d=25098 -name=Sarah Domin -model1=model_390 -model2=model_15290 -model3=model_14570 -model4=model_9641 -model5=model_24560 -model6=model_19956 -model7=model_8755 -model8=model_27754 -modeloffset5=3,-11,6 -unknown119=1 - -// 7492 -[npc_7492] -bas=bas_432 -op3=Walk here -op4=Follow -op5=Trade -vislevel=76 -recol1s=15856 -recol1d=25098 -name=Sarah Domin -model1=model_390 -model2=model_15290 -model3=model_14570 -model4=model_9641 -model5=model_24560 -model6=model_32686 -model7=model_8755 -model8=model_27754 -modeloffset5=3,-11,6 -unknown119=1 - -// 7493 -[npc_7493] -bas=bas_4 -op3=Walk here -op4=Follow -op5=Trade -vislevel=76 -recol1s=15856 -recol1d=25098 -name=Sarah Domin -model1=model_390 -model2=model_15290 -model3=model_14570 -model4=model_9641 -model5=model_24560 -model6=model_8755 -model7=model_27754 -unknown119=1 - -// 7494 -[npc_7494] -bas=bas_434 -vislevel=112 -op3=Walk here -op4=Follow -op5=Trade -name=Sue Spammers -model1=model_10078 -model2=model_447 -model3=model_6698 -model4=model_3194 -model5=model_6681 -model6=model_356 -model7=model_4946 -model8=model_6692 -model9=model_32970 -unknown119=1 - -// 7495 -[npc_7495] -bas=bas_434 -vislevel=86 -op3=Walk here -op4=Follow -op5=Trade -recol1s=14724 -recol1d=20707 -recol2s=8386 -recol2d=20773 -recol3s=6272 -recol3d=13441 -recol4s=32736 -recol4d=7266 -recol5s=23216 -recol5d=22159 -recol6s=2340 -recol6d=1351 -name=Killerwail -model1=model_249 -model2=model_6672 -model3=model_4604 -model4=model_6641 -model5=model_24567 -model6=model_4946 -model7=model_6662 -model8=model_4114 -unknown119=1 - -// 7496 -[npc_7496] -bas=bas_434 -vislevel=0 -recol1s=8386 -recol1d=2191 -recol2s=15392 -recol2d=1116 -recol3s=16846 -recol3d=6476 -recol4s=11561 -recol4d=3272 -recol5s=15789 -recol5d=32753 -retex1s=material_369 -retex1d=material_426 -name=Wise Old Man -model1=model_187 -model2=model_9103 -model3=model_4925 -model4=model_21860 -model5=model_323 -model6=model_164 -model7=model_176 -model8=model_4946 -model9=model_268 -model10=model_4954 -head1=model_39609 -head2=model_39182 -unknown119=1 - -// 7497 -[npc_7497] -bas=bas_222 -size=2 -vislevel=60 -name=Sabre-toothed kyatt -model1=model_19375 -unknown119=1 - -// 7498 -[npc_7498] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -op1=Catch -spotshadow=no -recol1s=11902 -recol1d=29597 -recol2s=16061 -recol2d=29597 -recol3s=30686 -recol3d=32767 -name=Snowy knight -model1=model_3023 -unknown119=3 - -// 7499 -[npc_7499] -bas=bas_89 -size=1 -minimap=no -vislevel=0 -op1=Catch -spotshadow=no -recol1s=27551 -recol1d=21404 -name=Sapphire glacialis -model1=model_3022 -unknown119=3 - -// 7500 -[npc_7500] -bas=bas_83 -ambient=20 -vislevel=0 -vislevel=0 -name=Cerulean twitch -model1=model_26850 -unknown119=3 - -// 7501 -[npc_7501] -bas=bas_431 -vislevel=74 -op3=Walk here -op4=Follow -op5=Trade -recol1s=256 -recol1d=1057 -recol2s=384 -recol2d=4228 -name=Abone -model1=model_32924 -model2=model_32871 -model3=model_185 -model4=model_15472 -model5=model_314 -model6=model_2929 -model7=model_258 -model8=model_32858 -model9=model_32821 -unknown119=1 - -// 7502 -[npc_7502] -bas=bas_160 -vislevel=87 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=12320 -recol4d=12082 -recol5s=8192 -recol5d=15120 -recol6s=3136 -recol6d=17103 -name=Mythmaster -model1=model_32922 -model2=model_32871 -model3=model_290 -model4=model_26279 -model5=model_20155 -model6=model_32822 -model7=model_32805 -model8=model_32829 -model9=model_10683 -unknown119=1 - -// 7503 -[npc_7503] -bas=bas_219 -vislevel=93 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Donkey Wrong -model1=model_32871 -model2=model_290 -model3=model_6232 -model4=model_4117 -model5=model_4112 -model6=model_565 -model7=model_4116 -model8=model_4114 -model9=model_176 -model10=model_253 -unknown119=1 - -// 7504 -[npc_7504] -bas=bas_160 -vislevel=101 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=256 -recol4d=1057 -recol5s=384 -recol5d=4228 -recol6s=7298 -recol6d=2114 -name=Creapantic -model1=model_32919 -model2=model_32871 -model3=model_32821 -model4=model_290 -model5=model_5197 -model6=model_314 -model7=model_258 -model8=model_32858 -model9=model_185 -unknown119=1 - -// 7505 -[npc_7505] -bas=bas_160 -vislevel=103 -op3=Walk here -op4=Follow -op5=Trade -name=Frondlike -model1=model_33000 -model2=model_32989 -model3=model_32965 -model4=model_9955 -model5=model_8756 -model6=model_8754 -model7=model_32977 -model8=model_8751 -modeloffset3=3,-11,6 -unknown119=1 - -// 7506 -[npc_7506] -bas=bas_431 -vislevel=112 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=7298 -recol4d=11631 -name=Happy Spud -model1=model_32997 -model2=model_32989 -model3=model_454 -model4=model_33018 -model5=model_6700 -model6=model_32960 -model7=model_26423 -model8=model_6694 -model9=model_13319 -model10=model_361 -modeloffset3=3,-11,6 -modeloffset6=-3,-11,6 -unknown119=1 - -// 7507 -[npc_7507] -bas=bas_160 -vislevel=82 -op3=Walk here -op4=Follow -op5=Trade -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -recol3s=7330 -recol3d=1451 -recol4s=256 -recol4d=8192 -recol5s=384 -recol5d=11363 -name=Nobodyhere -model1=model_32997 -model2=model_32989 -model3=model_454 -model4=model_512 -model5=model_477 -model6=model_32940 -model7=model_32978 -model8=model_4930 -model9=model_32950 -modeloffset3=3,-11,6 -unknown119=1 - -// 7508 -[npc_7508] -bas=bas_160 -vislevel=85 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Bluehairlass -model1=model_32996 -model2=model_32989 -model3=model_454 -model4=model_554 -model5=model_5029 -model6=model_33003 -model7=model_5034 -model8=model_5030 -model9=model_5032 -modeloffset3=3,-11,6 -unknown119=1 - -// 7509 -[npc_7509] -bas=bas_431 -vislevel=69 -op3=Walk here -op4=Follow -op5=Trade -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Evil Wibbler -model1=model_32874 -model2=model_246 -model3=model_8917 -model4=model_8920 -model5=model_8927 -model6=model_8915 -model7=model_8924 -model8=model_3470 -model9=model_15472 -model10=model_290 -unknown119=1 - -// 7510 -[npc_7510] -bas=bas_431 -op3=Walk here -op4=Follow -op5=Trade -vislevel=76 -recol1s=8420 -recol1d=4232 -recol2s=6306 -recol2d=8460 -recol3s=7364 -recol3d=4232 -recol4s=256 -recol4d=4232 -recol5s=384 -recol5d=8460 -name=Ilikekebabs -model1=model_32913 -model2=model_32874 -model3=model_32816 -model4=model_9347 -model5=model_11328 -model6=model_258 -model7=model_32899 -model8=model_15472 -model9=model_32850 -model10=model_32836 -unknown119=1 - -// 7511 -[npc_7511] -bas=bas_160 -vislevel=86 -op3=Walk here -op4=Follow -op5=Trade -recol1s=256 -recol1d=8192 -recol2s=384 -recol2d=11363 -name=Trunka Lex -model1=model_246 -model2=model_32874 -model3=model_32838 -model4=model_26279 -model5=model_314 -model6=model_258 -model7=model_32867 -model8=model_32847 -model9=model_32815 -unknown119=1 - -// 7512 -[npc_7512] -bas=bas_160 -op3=Walk here -op4=Follow -op5=Trade -vislevel=72 -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Val Razz -model1=model_32928 -model2=model_32874 -model3=model_290 -model4=model_5197 -model5=model_27734 -model6=model_27750 -model7=model_27742 -model8=model_13307 -model9=model_4929 -unknown119=1 - -// 7513 -[npc_7513] -bas=bas_160 -op3=Walk here -op4=Follow -op5=Trade -vislevel=72 -recol1s=256 -recol1d=8192 -recol2s=384 -recol2d=11363 -recol3s=14724 -recol3d=3171 -name=Abstractclas -model1=model_32985 -model2=model_32991 -model3=model_27670 -model4=model_32962 -model5=model_33022 -model6=model_477 -model7=model_423 -model8=model_32978 -model9=model_4930 -modeloffset4=3,-11,6 -unknown119=1 - -// 7514 -[npc_7514] -bas=bas_160 -vislevel=93 -op3=Walk here -op4=Follow -op5=Trade -recol1s=13737 -recol1d=21134 -recol2s=7429 -recol2d=6340 -recol3s=8452 -recol3d=5283 -recol4s=7395 -recol4d=4226 -recol5s=6338 -recol5d=3169 -recol6s=5281 -recol6d=2112 -name=Bigbluebox -model1=model_32991 -model2=model_32985 -model3=model_32962 -model4=model_26280 -model5=model_6700 -model6=model_32960 -model7=model_33019 -model8=model_6694 -model9=model_13319 -model10=model_32970 -modeloffset3=-3,-11,6 -modeloffset6=-3,-11,6 -unknown119=1 - -// 7515 -[npc_7515] -bas=bas_216 -vislevel=126 -op3=Walk here -op4=Follow -op5=Trade -recol1s=15857 -recol1d=15392 -recol2s=19028 -recol2d=19619 -recol3s=14724 -recol3d=5283 -recol4s=7429 -recol4d=5283 -recol5s=5258 -recol5d=3228 -retex1s=material_257 -retex1d=material_302 -name=Funorbrox -model1=model_33001 -model2=model_32985 -model3=model_9644 -model4=model_6232 -model5=model_6697 -model6=model_348 -model7=model_10699 -model8=model_40595 -model9=model_13319 -model10=model_10690 -modeloffset3=3,-11,6 -modeloffset6=-3,-11,6 -unknown119=1 - -// 7516 -[npc_7516] -bas=bas_160 -vislevel=118 -op3=Walk here -op4=Follow -op5=Trade -recol1s=15857 -recol1d=15392 -recol2s=19028 -recol2d=19619 -recol3s=9510 -recol3d=6340 -recol4s=7396 -recol4d=5283 -recol5s=5282 -recol5d=4226 -name=Heresjohnny -model1=model_32874 -model2=model_246 -model3=model_9642 -model4=model_539 -model5=model_315 -model6=model_6646 -model7=model_6667 -model8=model_13307 -model9=model_27738 -unknown119=1 - -// 7517 -[npc_7517] -bas=bas_221 -vislevel=105 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=8453 -recol4d=6340 -recol5s=14795 -recol5d=4226 -name=Mogglewump -model1=model_32874 -model2=model_32916 -model3=model_290 -model4=model_6672 -model5=model_6641 -model6=model_32791 -model7=model_33024 -model8=model_5409 -model9=model_13307 -model10=model_27738 -unknown119=1 - -// 7518 -[npc_7518] -bas=bas_160 -vislevel=83 -op3=Walk here -op4=Follow -op5=Trade -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Morrisnorris -model1=model_32874 -model2=model_32915 -model3=model_32836 -model4=model_539 -model5=model_32791 -model6=model_6672 -model7=model_6641 -model8=model_33019 -model9=model_32856 -model10=model_32847 -unknown119=1 - -// 7519 -[npc_7519] -bas=bas_160 -vislevel=138 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=20512 -recol2s=7296 -recol2d=1107 -recol3s=15789 -recol3d=1107 -recol4s=14724 -recol4d=8456 -recol5s=25098 -recol5d=4228 -name=Matt Blitzer -model1=model_32916 -model2=model_32874 -model3=model_32836 -model4=model_564 -model5=model_18096 -model6=model_18076 -model7=model_486 -model8=model_32801 -model9=model_32861 -model10=model_32853 -unknown119=1 - -// 7520 -[npc_7520] -bas=bas_160 -vislevel=108 -op3=Walk here -op4=Follow -op5=Trade -recol1s=7399 -recol1d=1193 -recol2s=20017 -recol2d=6478 -recol3s=15857 -recol3d=15392 -recol4s=19028 -recol4d=19619 -name=Ketchuppl0x -model1=model_32874 -model2=model_246 -model3=model_27739 -model4=model_19258 -model5=model_156 -model6=model_27738 -model7=model_539 -model8=model_15413 -model9=model_9642 -model10=model_176 -unknown119=1 - -// 7521 -[npc_7521] -bas=bas_430 -vislevel=61 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=20512 -recol4s=2340 -recol4d=3271 -name=Renderorder -model1=model_32999 -model2=model_32985 -model3=model_32962 -model4=model_5410 -model5=model_33006 -model6=model_32948 -model7=model_4207 -model8=model_32975 -model9=model_32970 -modeloffset3=3,-11,6 -unknown119=1 - -// 7522 -[npc_7522] -bas=bas_220 -vislevel=101 -op3=Walk here -op4=Follow -op5=Trade -recol1s=7399 -recol1d=1193 -recol2s=20017 -recol2d=6478 -recol3s=32767 -recol3d=13331 -recol4s=13537 -recol4d=32767 -recol5s=8321 -recol5d=32767 -name=Boolean -model1=model_32991 -model2=model_32985 -model3=model_27755 -model4=model_20516 -model5=model_337 -model6=model_27754 -model7=model_27726 -model8=model_454 -model9=model_353 -modeloffset6=3,-11,6 -unknown119=1 - -// 7523 -[npc_7523] -bas=bas_216 -vislevel=138 -vislevel=79 -op3=Walk here -op4=Follow -op5=Trade -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Stress Diva -model1=model_32985 -model2=model_32998 -model3=model_32963 -model4=model_33026 -model5=model_6699 -model6=model_32956 -model7=model_40593 -model8=model_13319 -model9=model_32970 -unknown119=1 - -// 7524 -[npc_7524] -bas=bas_221 -vislevel=106 -op3=Walk here -op4=Follow -op5=Trade -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Treadsoftly -model1=model_32995 -model2=model_32985 -model3=model_32966 -model4=model_5409 -model5=model_6698 -model6=model_6681 -model7=model_9347 -model8=model_32935 -model9=model_32979 -model10=model_27754 -modeloffset3=3,-11,6 -modeloffset6=-3,-11,6 -unknown119=1 - -// 7525 -[npc_7525] -bas=bas_160 -op3=Walk here -op4=Follow -op5=Trade -vislevel=76 -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=20512 -recol4s=2340 -recol4d=3271 -name=Helphelphelp -model1=model_33001 -model2=model_32985 -model3=model_32965 -model4=model_40282 -model5=model_40306 -model6=model_32958 -model7=model_32942 -model8=model_32984 -model9=model_32970 -model10=model_20516 -modeloffset3=3,-11,6 -modeloffset4=-3,-11,6 -unknown119=1 - -// 7526 -[npc_7526] -bas=bas_160 -vislevel=52 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=26293 -recol2s=11561 -recol2d=8468 -recol3s=16846 -recol3d=8468 -recol4s=11561 -recol4d=26293 -recol5s=15789 -recol5d=8468 -name=Doorbellpl0x -model1=model_32871 -model2=model_32924 -model3=model_32840 -model4=model_33014 -model5=model_306 -model6=model_164 -model7=model_32793 -model8=model_32857 -model9=model_32851 -unknown119=1 - -// 7527 -[npc_7527] -bas=bas_424 -vislevel=91 -op3=Walk here -op4=Follow -op5=Trade -name=Fixmydoorup -model1=model_32874 -model2=model_32917 -model3=model_32836 -model4=model_6702 -model5=model_23864 -model6=model_23861 -model7=model_23863 -model8=model_176 -model9=model_181 -unknown119=1 - -// 7528 -[npc_7528] -bas=bas_427 -vislevel=81 -op3=Walk here -op4=Follow -op5=Trade -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=6476 -recol3s=11561 -recol3d=3272 -recol4s=15789 -recol4d=6476 -name=Redheadmonky -model1=model_32874 -model2=model_246 -model3=model_32836 -model4=model_564 -model5=model_306 -model6=model_164 -model7=model_33013 -model8=model_268 -model9=model_32856 -model10=model_32847 -unknown119=1 - -// 7529 -[npc_7529] -bas=bas_160 -vislevel=62 -op3=Walk here -op4=Follow -op5=Trade -recol1s=6342 -recol1d=4362 -recol2s=8456 -recol2d=6476 -recol3s=11561 -recol3d=8590 -recol4s=13675 -recol4d=10704 -name=Wallscaler -model1=model_32874 -model2=model_253 -model3=model_3780 -model4=model_32906 -model5=model_32817 -model6=model_32803 -model7=model_4954 -model8=model_176 -unknown119=1 - -// 7530 -[npc_7530] -bas=bas_429 -op3=Walk here -op4=Follow -op5=Trade -vislevel=76 -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=20512 -recol4s=2340 -recol4d=3271 -name=2scompany -model1=model_32991 -model2=model_32985 -model3=model_32968 -model4=model_4850 -model5=model_3383 -model6=model_344 -model7=model_32873 -model8=model_4207 -model9=model_32980 -model10=model_32970 -modeloffset3=3,-11,6 -unknown119=1 - -// 7531 -[npc_7531] -bas=bas_427 -op3=Walk here -op4=Follow -op5=Trade -vislevel=76 -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=20512 -recol4s=2340 -recol4d=3271 -name=2scompany -model1=model_32991 -model2=model_32985 -model3=model_32968 -model4=model_564 -model5=model_3383 -model6=model_344 -model7=model_32873 -model8=model_4207 -model9=model_32980 -model10=model_32970 -modeloffset3=3,-11,6 -unknown119=1 - -// 7532 -[npc_7532] -bas=bas_221 -op3=Walk here -op4=Follow -op5=Trade -vislevel=103 -recol1s=9510 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=5282 -recol3d=4226 -name=3sacrowd -model1=model_32871 -model2=model_32923 -model3=model_32837 -model4=model_33016 -model5=model_32900 -model6=model_32825 -model7=model_32811 -model8=model_27738 -model9=model_5409 -model10=model_32863 -unknown119=1 - -// 7533 -[npc_7533] -bas=bas_428 -op3=Walk here -op4=Follow -op5=Trade -vislevel=103 -recol1s=15857 -recol1d=15392 -recol2s=19028 -recol2d=19619 -recol3s=9473 -recol3d=6347 -name=4sjustsilly -model1=model_32913 -model2=model_32871 -model3=model_9642 -model4=model_10702 -model5=model_10698 -model6=model_10687 -model7=model_10681 -model8=model_10686 -model9=model_179 -model10=model_10683 -unknown119=1 - -// 7534 -[npc_7534] -bas=bas_160 -op3=Walk here -op4=Follow -op5=Trade -vislevel=68 -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=11626 -recol4d=7398 -recol5s=8455 -recol5d=6341 -name=Roadblocked -model1=model_32874 -model2=model_246 -model3=model_290 -model4=model_539 -model5=model_20736 -model6=model_20735 -model7=model_2929 -model8=model_8748 -model9=model_8726 -model10=model_32844 -unknown119=1 - -// 7535 -[npc_7535] -minimap=no -vislevel=0 -op2=Attack -turnspeed=0 -name=Barricade -model1=model_38205 -unknown119=1 - -// 7536 -[npc_7536] -bas=bas_128 -minimap=no -vislevel=0 -op2=Attack -turnspeed=0 -name=Barricade -model1=model_38207 -model2=model_38205 -unknown119=1 - -// 7537 -[npc_7537] -bas=bas_429 -op3=Walk here -op4=Follow -op5=Trade -vislevel=81 -recol1s=8453 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=6340 -recol3d=4226 -recol4s=6339 -recol4d=3169 -recol5s=4226 -recol5d=2112 -name=Yoinker -model1=model_32871 -model2=model_32920 -model3=model_32839 -model4=model_32834 -model5=model_4851 -model6=model_315 -model7=model_6646 -model8=model_33023 -model9=model_14566 -model10=model_32861 -model11=model_32843 -unknown119=1 - -// 7538 -[npc_7538] -bas=bas_425 -op3=Walk here -op4=Follow -op5=Trade -vislevel=81 -recol1s=8453 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=6340 -recol3d=4226 -recol4s=6339 -recol4d=3169 -recol5s=4226 -recol5d=2112 -name=Yoinker -model1=model_32871 -model2=model_32920 -model3=model_32839 -model4=model_32834 -model5=model_5409 -model6=model_315 -model7=model_6646 -model8=model_33023 -model9=model_14566 -model10=model_32861 -model11=model_32843 -unknown119=1 - -// 7539 -[npc_7539] -bas=bas_160 -op3=Walk here -op4=Follow -op5=Trade -vislevel=76 -recol1s=32736 -recol1d=1986 -recol2s=16846 -recol2d=15392 -recol3s=8453 -recol3d=6144 -recol4s=26350 -recol4d=15392 -recol5s=25098 -recol5d=32463 -name=Stopthief -model1=model_32874 -model2=model_248 -model3=model_283 -model4=model_3820 -model5=model_156 -model6=model_565 -model7=model_5024 -model8=model_13307 -model9=model_27738 -model10=model_539 -unknown119=1 - -// 7540 -[npc_7540] -bas=bas_429 -op3=Walk here -op4=Follow -op5=Trade -vislevel=76 -recol1s=32736 -recol1d=1986 -recol2s=16846 -recol2d=15392 -recol3s=8453 -recol3d=6144 -recol4s=26350 -recol4d=15392 -recol5s=25098 -recol5d=32463 -name=Stopthief -model1=model_4851 -model2=model_32874 -model3=model_248 -model4=model_283 -model5=model_3820 -model6=model_156 -model7=model_5024 -model8=model_13307 -model9=model_27738 -unknown119=1 - -// 7541 -[npc_7541] -bas=bas_221 -vislevel=87 -op3=Walk here -op4=Follow -op5=Trade -recol1s=9473 -recol1d=16221 -recol2s=10468 -recol2d=16221 -recol3s=32767 -recol3d=31808 -recol4s=13537 -recol4d=32767 -recol5s=8321 -recol5d=32767 -recol6s=16846 -recol6d=6476 -name=Knickknack -model1=model_32871 -model2=model_32927 -model3=model_179 -model4=model_290 -model5=model_5409 -model6=model_32910 -model7=model_32817 -model8=model_9347 -model9=model_32803 -model10=model_4954 -unknown119=1 - -// 7542 -[npc_7542] -bas=bas_220 -vislevel=63 -op3=Walk here -op4=Follow -op5=Trade -recol1s=11561 -recol1d=32576 -name=Paddywhack -model1=model_32871 -model2=model_32921 -model3=model_281 -model4=model_32911 -model5=model_32812 -model6=model_32799 -model7=model_33020 -model8=model_32846 -model9=model_32860 -unknown119=1 - -// 7543 -[npc_7543] -bas=bas_426 -op3=Walk here -op4=Follow -op5=Trade -vislevel=81 -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=8453 -recol4d=5283 -recol5s=6340 -recol5d=3169 -name=Giveadog -model1=model_32925 -model2=model_32871 -model3=model_290 -model4=model_22787 -model5=model_6674 -model6=model_32826 -model7=model_6660 -model8=model_32868 -model9=model_27738 -unknown119=1 - -// 7544 -[npc_7544] -bas=bas_220 -vislevel=53 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=6476 -recol2s=6342 -recol2d=16846 -recol3s=11561 -recol3d=3272 -name=Spacebadgers -model1=model_32932 -model2=model_32871 -model3=model_32853 -model4=model_546 -model5=model_306 -model6=model_164 -model7=model_32803 -model8=model_176 -unknown119=1 - -// 7545 -[npc_7545] -bas=bas_160 -vislevel=31 -op3=Walk here -op4=Follow -op5=Trade -recol1s=30560 -recol1d=26293 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=16846 -recol4d=6346 -recol5s=9473 -recol5d=10240 -recol6s=10468 -recol6d=10240 -name=Freakypeaky -model1=model_32923 -model2=model_32871 -model3=model_280 -model4=model_284 -model5=model_518 -model6=model_32898 -model7=model_164 -model8=model_32800 -model9=model_179 -model10=model_32842 -unknown119=1 - -// 7546 -[npc_7546] -bas=bas_221 -vislevel=112 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=15856 -recol4d=13331 -name=Rollinghome -model1=model_32997 -model2=model_32989 -model3=model_454 -model4=model_5409 -model5=model_478 -model6=model_32951 -model7=model_565 -model8=model_32941 -model9=model_24564 -model10=model_27754 -modeloffset3=3,-11,6 -modeloffset6=-3,-11,6 -unknown119=1 - -// 7547 -[npc_7547] -bas=bas_160 -vislevel=61 -op3=Walk here -op4=Follow -op5=Trade -recol1s=8456 -recol1d=6476 -recol2s=11561 -recol2d=8590 -recol3s=13675 -recol3d=7532 -name=Nullpointer -model1=model_32997 -model2=model_32989 -model3=model_32952 -model4=model_33014 -model5=model_464 -model6=model_33021 -model7=model_32944 -model8=model_32982 -model9=model_32972 -modeloffset3=3,-11,6 -modeloffset5=-3,-11,6 -unknown119=1 - -// 7548 -[npc_7548] -bas=bas_160 -vislevel=118 -op3=Walk here -op4=Follow -op5=Trade -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -recol3s=8453 -recol3d=6340 -recol4s=14795 -recol4d=4226 -name=Badgerfreak -model1=model_32992 -model2=model_32989 -model3=model_20203 -model4=model_539 -model5=model_6699 -model6=model_6682 -model7=model_9347 -model8=model_40597 -model9=model_13319 -model10=model_27754 -modeloffset3=-3,-11,6 -modeloffset6=-3,-11,6 -unknown119=1 - -// 7549 -[npc_7549] -bas=bas_427 -vislevel=91 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=6342 -recol4d=16846 -recol5s=16846 -recol5d=28341 -recol6s=11561 -recol6d=22131 -name=Windstrike32 -model1=model_32992 -model2=model_32989 -model3=model_454 -model4=model_564 -model5=model_468 -model6=model_344 -model7=model_33017 -model8=model_32937 -model9=model_32982 -model10=model_32969 -modeloffset3=3,-11,6 -modeloffset6=-3,-11,6 -unknown119=1 - -// 7550 -[npc_7550] -bas=bas_137 -vislevel=0 -turnspeed=0 -recol1s=16704 -recol1d=8418 -recol2s=7298 -recol2d=1059 -name=Void Knight -model1=model_378 -model2=model_14578 -model3=model_14570 -model4=model_14572 -model5=model_14576 -model6=model_358 -model7=model_14579 -head1=model_39090 -head2=model_38893 -modeloffset6=3,-11,6 -unknown119=1 - -// 7551 -[npc_7551] -bas=bas_145 -vislevel=0 -size=3 -op1=Attack -turnspeed=0 -ambient=40 -name=Portal -model1=model_14533 -model2=model_14527 -model3=model_14528 -unknown119=1 - -// 7552 -[npc_7552] -bas=bas_146 -vislevel=0 -size=3 -op1=Attack -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=24317 -recol2s=32383 -recol2d=20088 -recol3s=27194 -recol3d=19029 -recol4s=25625 -recol4d=15859 -recol5s=17425 -recol5d=12688 -name=Portal -model1=model_14533 -model2=model_14526 -unknown119=1 - -// 7553 -[npc_7553] -bas=bas_147 -vislevel=0 -size=3 -op1=Attack -turnspeed=0 -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=32761 -recol2s=32383 -recol2d=32755 -recol3s=27194 -recol3d=27460 -recol4s=25625 -recol4d=32736 -recol5s=17425 -recol5d=26400 -name=Portal -model1=model_14533 -model2=model_14522 -unknown119=1 - -// 7554 -[npc_7554] -bas=bas_147 -vislevel=0 -size=3 -op1=Attack -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=25607 -recol2s=32383 -recol2d=25673 -recol3s=27194 -recol3d=25738 -recol4s=25625 -recol4d=25901 -recol5s=17425 -recol5d=25901 -name=Portal -model1=model_14533 -model2=model_14523 -model3=model_14524 -model4=model_14525 -unknown119=1 - -// 7555 -[npc_7555] -bas=bas_148 -vislevel=0 -size=3 -turnspeed=0 -ambient=40 -name=Portal -model1=model_14533 -model2=model_14527 -model3=model_14528 -model4=model_27179 -unknown119=1 - -// 7556 -[npc_7556] -bas=bas_149 -vislevel=0 -size=3 -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=24317 -recol2s=32383 -recol2d=20088 -recol3s=27194 -recol3d=19029 -recol4s=25625 -recol4d=15859 -recol5s=17425 -recol5d=12688 -name=Portal -model1=model_14533 -model2=model_14526 -model3=model_27179 -unknown119=1 - -// 7557 -[npc_7557] -bas=bas_150 -vislevel=0 -size=3 -turnspeed=0 -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=32761 -recol2s=32383 -recol2d=32755 -recol3s=27194 -recol3d=27460 -recol4s=25625 -recol4d=32736 -recol5s=17425 -recol5d=26400 -name=Portal -model1=model_14533 -model2=model_14522 -model3=model_27179 -unknown119=1 - -// 7558 -[npc_7558] -bas=bas_150 -vislevel=0 -size=3 -turnspeed=0 -ambient=40 -recol1s=32575 -recol1d=25607 -recol2s=32383 -recol2d=25673 -recol3s=27194 -recol3d=25738 -recol4s=25625 -recol4d=25901 -recol5s=17425 -recol5d=25901 -name=Portal -model1=model_14533 -model2=model_14523 -model3=model_14524 -model4=model_14525 -model5=model_27179 -unknown119=1 - -// 7559 -[npc_7559] -bas=bas_144 -size=2 -op1=Attack -vislevel=158 -recol1s=25098 -recol1d=26848 -recol2s=26189 -recol2d=25888 -recol3s=26223 -recol3d=24928 -recol4s=25196 -recol4d=23970 -recol5s=22123 -recol5d=19907 -recol6s=20073 -recol6d=17956 -name=Brawler -model1=model_14545 -unknown119=3 - -// 7560 -[npc_7560] -bas=bas_220 -vislevel=130 -op3=Walk here -op4=Follow -op5=Trade -recol1s=25098 -recol1d=16708 -recol2s=15856 -recol2d=13331 -name=Lostme -model1=model_21873 -model2=model_246 -model3=model_27732 -model4=model_27748 -model5=model_24558 -model6=model_27739 -model7=model_33025 -model8=model_9639 -model9=model_32836 -model10=model_27738 -unknown119=1 - -// 7561 -[npc_7561] -bas=bas_221 -vislevel=113 -op3=Walk here -op4=Follow -op5=Trade -recol1s=9473 -recol1d=27483 -recol2s=7298 -recol2d=32767 -recol3s=8416 -recol3d=32767 -recol4s=6273 -recol4d=29464 -name=Chiercat -model1=model_215 -model2=model_250 -model3=model_315 -model4=model_6646 -model5=model_179 -model6=model_14566 -model7=model_185 -model8=model_5409 -model9=model_32839 -model10=model_33023 -model11=model_32834 -unknown119=1 - -// 7562 -[npc_7562] -bas=bas_160 -vislevel=127 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=15392 -recol2s=25098 -recol2d=16708 -name=Skydischarge -model1=model_21873 -model2=model_246 -model3=model_3820 -model4=model_156 -model5=model_13307 -model6=model_5024 -model7=model_32850 -model8=model_539 -model9=model_32879 -model10=model_32835 -model11=model_5196 -unknown119=1 - -// 7563 -[npc_7563] -bas=bas_422 -vislevel=107 -op3=Walk here -op4=Follow -op5=Trade -recol1s=13537 -recol1d=32767 -recol2s=15376 -recol2d=27058 -recol3s=8453 -recol3d=6340 -recol4s=14795 -recol4d=4226 -recol5s=16846 -recol5d=6476 -recol6s=25098 -recol6d=19845 -name=Agplus -model1=model_6687 -model2=model_20864 -model3=model_6699 -model4=model_6682 -model5=model_13319 -model6=model_33026 -model7=model_40594 -model8=model_5031 -model9=model_9641 -modeloffset5=3,-11,6 -unknown119=1 - -// 7564 -[npc_7564] -bas=bas_420 -vislevel=89 -op3=Walk here -op4=Follow -op5=Trade -recol1s=25098 -recol1d=16708 -name=Distantthin -model1=model_214 -model2=model_246 -model3=model_32836 -model4=model_23864 -model5=model_23861 -model6=model_24553 -model7=model_6702 -model8=model_181 -model9=model_32877 -model10=model_23863 -unknown119=1 - -// 7565 -[npc_7565] -bas=bas_160 -vislevel=98 -op3=Walk here -op4=Follow -op5=Trade -recol1s=25098 -recol1d=9410 -recol2s=6273 -recol2d=26246 -name=Allmarshes -model1=model_215 -model2=model_8728 -model3=model_253 -model4=model_8732 -model5=model_8726 -model6=model_8730 -model7=model_8727 -model8=model_9955 -model9=model_9638 -model10=model_32836 -unknown119=1 - -// 7566 -[npc_7566] -bas=bas_221 -vislevel=100 -op3=Walk here -op4=Follow -op5=Trade -recol1s=7399 -recol1d=1193 -recol2s=20017 -recol2d=6478 -recol3s=25098 -recol3d=16708 -name=Explosive67 -model1=model_390 -model2=model_32965 -model3=model_33010 -model4=model_6682 -model5=model_40594 -model6=model_5409 -model7=model_15413 -model8=model_13319 -model9=model_27754 -modeloffset5=3,-11,6 -unknown119=1 - -// 7567 -[npc_7567] -bas=bas_160 -vislevel=102 -op3=Walk here -op4=Follow -op5=Trade -recol1s=6273 -recol1d=26246 -recol2s=2340 -recol2d=3272 -recol3s=15856 -recol3d=13331 -recol4s=25098 -recol4d=16708 -recol5s=27339 -recol5d=32588 -recol6s=15747 -recol6d=25090 -name=Wraithboss -model1=model_399 -model2=model_32965 -model3=model_20516 -model4=model_337 -model5=model_32981 -model6=model_40282 -model7=model_40306 -model8=model_430 -model9=model_32970 -model10=model_5595 -modeloffset5=3,-11,6 -modeloffset6=-3,-11,6 -unknown119=1 - -// 7568 -[npc_7568] -bas=bas_423 -vislevel=107 -op3=Walk here -op4=Follow -op5=Trade -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -recol3s=5258 -recol3d=3228 -recol4s=4367 -recol4d=0 -recol5s=25098 -recol5d=16708 -retex1s=material_257 -retex1d=material_252 -retex2s=material_202 -retex2d=material_253 -name=What Goudron -model1=model_5435 -model2=model_3194 -model3=model_40172 -model4=model_6232 -model5=model_6697 -model6=model_348 -model7=model_40595 -model8=model_13319 -model9=model_5032 -modeloffset3=3,-11,6 -unknown119=1 - -// 7569 -[npc_7569] -bas=bas_160 -vislevel=111 -op3=Walk here -op4=Follow -op5=Trade -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -recol3s=16846 -recol3d=6476 -recol4s=25098 -recol4d=16708 -name=Alpha1beta -model1=model_21906 -model2=model_33009 -model3=model_32960 -model4=model_13319 -model5=model_32943 -model6=model_5031 -model7=model_564 -model8=model_20429 -model9=model_454 -model10=model_33019 -modeloffset6=3,-11,6 -modeloffset9=-3,-11,6 -unknown119=1 - -// 7570 -[npc_7570] -bas=bas_221 -vislevel=122 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=28341 -recol2s=15392 -recol2d=32453 -recol3s=9473 -recol3d=27483 -name=Solltalk -model1=model_218 -model2=model_32904 -model3=model_32827 -model4=model_179 -model5=model_32792 -model6=model_5409 -model7=model_32872 -model8=model_40172 -model9=model_16009 -unknown119=1 - -// 7571 -[npc_7571] -bas=bas_160 -vislevel=126 -op3=Walk here -op4=Follow -op5=Trade -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=4226 -recol3s=13537 -recol3d=32767 -recol4s=8321 -recol4d=32767 -recol5s=14795 -recol5d=4226 -recol6s=25098 -recol6d=19845 -name=Hm Val -model1=model_6651 -model2=model_32914 -model3=model_6670 -model4=model_6639 -model5=model_179 -model6=model_32804 -model7=model_27738 -model8=model_493 -model9=model_290 -model10=model_33019 -model11=model_9639 -unknown119=1 - -// 7572 -[npc_7572] -bas=bas_221 -vislevel=130 -op3=Walk here -op4=Follow -op5=Trade -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -recol3s=7399 -recol3d=1193 -recol4s=20017 -recol4d=6478 -recol5s=16846 -recol5d=6476 -recol6s=25098 -recol6d=21927 -retex1s=material_139 -retex1d=material_302 -name=Wizzydumped -model1=model_9639 -model2=model_6656 -model3=model_246 -model4=model_6676 -model5=model_6644 -model6=model_13307 -model7=model_6662 -model8=model_4954 -model9=model_5409 -model10=model_32836 -model11=model_15413 -unknown119=1 - -// 7573 -[npc_7573] -bas=bas_221 -vislevel=129 -op3=Walk here -op4=Follow -op5=Trade -recol1s=7399 -recol1d=1193 -recol2s=20017 -recol2d=6478 -recol3s=15856 -recol3d=13331 -recol4s=16846 -recol4d=6476 -recol5s=6273 -recol5d=27076 -recol6s=31775 -recol6d=26153 -name=Oddskater -model1=model_4222 -model2=model_4219 -model3=model_215 -model4=model_253 -model5=model_8749 -model6=model_9638 -model7=model_24558 -model8=model_8748 -model9=model_4954 -model10=model_5409 -model11=model_32836 -model12=model_15413 -unknown119=1 - -// 7574 -[npc_7574] -bas=bas_221 -vislevel=117 -op3=Walk here -op4=Follow -op5=Trade -recol1s=15857 -recol1d=15392 -recol2s=19028 -recol2d=19619 -recol3s=7399 -recol3d=1193 -recol4s=20017 -recol4d=6478 -recol5s=6273 -recol5d=10435 -recol6s=31775 -recol6d=11492 -retex1s=material_251 -retex1d=material_255 -name=Lvzyoda -model1=model_3378 -model2=model_27631 -model3=model_253 -model4=model_9642 -model5=model_32902 -model6=model_32826 -model7=model_13307 -model8=model_9638 -model9=model_15413 -model10=model_32809 -model11=model_4929 -model12=model_5409 -unknown119=1 - -// 7575 -[npc_7575] -bas=bas_421 -vislevel=107 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=6476 -recol2s=25098 -recol2d=16708 -recol3s=6273 -recol3d=1519 -name=Airstriker -model1=model_215 -model2=model_32831 -model3=model_248 -model4=model_32901 -model5=model_32814 -model6=model_32870 -model7=model_32794 -model8=model_4954 -model9=model_33018 -model10=model_32878 -model11=model_32836 -model12=model_565 -unknown119=1 - -// 7576 -[npc_7576] -bas=bas_160 -vislevel=88 -op3=Walk here -op4=Follow -op5=Trade -recol1s=7298 -recol1d=11631 -name=Droepedoff -model1=model_33002 -model2=model_32965 -model3=model_33009 -model4=model_32960 -model5=model_13319 -model6=model_559 -model7=model_32943 -model8=model_361 -model9=model_20429 -model10=model_26423 -modeloffset5=3,-11,6 -unknown119=1 - -// 7577 -[npc_7577] -bas=bas_221 -vislevel=125 -op3=Walk here -op4=Follow -op5=Trade -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -recol3s=25098 -recol3d=21927 -name=Plzpudding -model1=model_391 -model2=model_4233 -model3=model_4228 -model4=model_32966 -model5=model_6698 -model6=model_6681 -model7=model_32979 -model8=model_5409 -model9=model_32935 -model10=model_27754 -model11=model_9347 -model12=model_32990 -modeloffset7=3,-11,6 -modeloffset10=-3,-11,6 -unknown119=1 - -// 7578 -[npc_7578] -bas=bas_160 -vislevel=115 -op3=Walk here -op4=Follow -op5=Trade -recol1s=7399 -recol1d=1193 -recol2s=20017 -recol2d=6478 -recol3s=6273 -recol3d=26246 -recol4s=15856 -recol4d=17830 -name=Assassin10 -model1=model_393 -model2=model_32965 -model3=model_20516 -model4=model_337 -model5=model_24559 -model6=model_539 -model7=model_27755 -model8=model_19951 -model9=model_15413 -model10=model_21906 -model11=model_32987 -modeloffset5=3,-11,6 -modeloffset8=-3,-11,6 -unknown119=1 - -// 7579 -[npc_7579] -bas=bas_160 -vislevel=113 -op3=Walk here -op4=Follow -op5=Trade -recol1s=8456 -recol1d=6476 -recol2s=11561 -recol2d=8590 -recol3s=13675 -recol3d=7532 -recol4s=6273 -recol4d=20975 -recol5s=31775 -recol5d=27185 -retex1s=material_228 -retex1d=material_426 -name=Steallake -model1=model_27664 -model2=model_464 -model3=model_32952 -model4=model_32982 -model5=model_32944 -model6=model_32972 -model7=model_33014 -model8=model_33021 -model9=model_3194 -modeloffset6=3,-11,6 -modeloffset7=-3,-11,6 -unknown119=1 - -// 7580 -[npc_7580] -bas=bas_216 -vislevel=114 -op3=Walk here -op4=Follow -op5=Trade -recol1s=10468 -recol1d=22024 -recol2s=8288 -recol2d=4228 -name=Poledragon -model1=model_391 -model2=model_4121 -model3=model_32967 -model4=model_4123 -model5=model_4118 -model6=model_4119 -model7=model_534 -model8=model_3665 -model9=model_4122 -model10=model_4120 -model11=model_3470 -model12=model_19986 -modeloffset7=3,-11,6 -modeloffset10=-3,-11,6 -unknown119=1 - -// 7581 -[npc_7581] -bas=bas_216 -vislevel=115 -op3=Walk here -op4=Follow -op5=Trade -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=22266 -recol4d=14368 -recol5s=12894 -recol5d=0 -recol6s=4367 -recol6d=0 -name=Deepkiwi -model1=model_391 -model2=model_32961 -model3=model_33007 -model4=model_32949 -model5=model_5030 -model6=model_32933 -model7=model_33038 -model8=model_5032 -model9=model_9956 -model10=model_454 -model11=model_33019 -modeloffset8=3,-11,6 -modeloffset10=-3,-11,6 -unknown119=1 - -// 7582 -[npc_7582] -bas=bas_160 -vislevel=116 -op3=Walk here -op4=Follow -op5=Trade -recol1s=16846 -recol1d=6476 -recol2s=15392 -recol2d=7751 -recol3s=16846 -recol3d=6476 -recol4s=9473 -recol4d=231 -recol5s=10468 -recol5d=231 -name=Al Truism -model1=model_394 -model2=model_33004 -model3=model_32953 -model4=model_356 -model5=model_490 -model6=model_32939 -model7=model_32971 -model8=model_3380 -model9=model_32986 -model10=model_33015 -modeloffset4=3,-11,6 -unknown119=1 - -// 7583 -[npc_7583] -bas=bas_216 -vislevel=117 -op3=Walk here -op4=Follow -op5=Trade -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -recol3s=5258 -recol3d=3228 -recol4s=4367 -recol4d=0 -name=Ohhhhdude -model1=model_391 -model2=model_5435 -model3=model_32965 -model4=model_6697 -model5=model_348 -model6=model_13319 -model7=model_6232 -model8=model_40595 -model9=model_5032 -model10=model_3470 -model11=model_3194 -modeloffset6=3,-11,6 -unknown119=1 - -// 7584 -[npc_7584] -bas=bas_216 -vislevel=118 -op3=Walk here -op4=Follow -op5=Trade -recol1s=11626 -recol1d=28405 -recol2s=8455 -recol2d=6341 -recol3s=8389 -recol3d=6341 -recol4s=32767 -recol4d=13331 -recol5s=13537 -recol5d=32767 -recol6s=8321 -recol6d=32767 -name=Bigface Oz -model1=model_391 -model2=model_8734 -model3=model_454 -model4=model_8736 -model5=model_3194 -model6=model_8750 -model7=model_6232 -model8=model_8735 -model9=model_8751 -model10=model_8948 -modeloffset6=3,-11,6 -modeloffset9=-3,-11,6 -unknown119=1 - -// 7585 -[npc_7585] -bas=bas_142 -size=1 -op1=Attack -vislevel=79 -recol1s=15856 -recol1d=18085 -recol2s=12685 -recol2d=12772 -name=Torcher -model1=model_14552 -unknown119=3 - -// 7586 -[npc_7586] -bas=bas_142 -size=1 -op1=Attack -vislevel=79 -recol1s=15856 -recol1d=18085 -recol2s=12685 -recol2d=12772 -name=Torcher -model1=model_14552 -unknown119=3 - -// 7587 -[npc_7587] -bas=bas_142 -size=1 -op1=Attack -vislevel=91 -name=Torcher -model1=model_14552 -unknown119=3 - -// 7588 -[npc_7588] -bas=bas_142 -size=1 -op1=Attack -vislevel=92 -name=Torcher -model1=model_14552 -unknown119=3 - -// 7589 -[npc_7589] -bas=bas_143 -size=1 -op1=Attack -vislevel=97 -recol1s=9482 -recol1d=27474 -recol2s=10540 -recol2d=29591 -recol3s=19879 -recol3d=24174 -recol4s=15718 -recol4d=18889 -recol5s=32602 -recol5d=6342 -name=Defiler -model1=model_14546 -unknown119=3 - -// 7590 -[npc_7590] -bas=bas_143 -size=1 -op1=Attack -vislevel=97 -recol1s=9482 -recol1d=27474 -recol2s=10540 -recol2d=29591 -recol3s=19879 -recol3d=24174 -recol4s=15718 -recol4d=18889 -recol5s=32602 -recol5d=6342 -name=Defiler -model1=model_14546 -unknown119=3 - -// 7591 -[npc_7591] -bas=bas_139 -size=1 -op1=Attack -vislevel=90 -recol1s=10273 -recol1d=6241 -recol2s=25664 -recol2d=27170 -recol3s=17735 -recol3d=32614 -recol4s=3171 -recol4d=0 -name=Shifter -model1=model_14548 -unknown119=3 - -// 7592 -[npc_7592] -bas=bas_139 -size=1 -op1=Attack -vislevel=90 -recol1s=10273 -recol1d=6241 -recol2s=25664 -recol2d=27170 -recol3s=17735 -recol3d=32614 -recol4s=3171 -recol4d=0 -name=Shifter -model1=model_14548 -unknown119=3 - -// 7593 -[npc_7593] -bas=bas_139 -size=1 -op1=Attack -vislevel=104 -recol1s=10273 -recol1d=12653 -recol2s=25664 -recol2d=25429 -recol3s=17735 -recol3d=8423 -recol4s=3171 -recol4d=0 -name=Shifter -model1=model_14548 -unknown119=3 - -// 7594 -[npc_7594] -bas=bas_139 -size=1 -op1=Attack -vislevel=104 -recol1s=10273 -recol1d=12653 -recol2s=25664 -recol2d=25429 -recol3s=17735 -recol3d=8423 -recol4s=3171 -recol4d=0 -name=Shifter -model1=model_14548 -unknown119=3 - -// 7595 -[npc_7595] -bas=bas_138 -size=1 -op1=Attack -vislevel=44 -recol1s=25098 -recol1d=13767 -recol2s=24041 -recol2d=12710 -recol3s=22984 -recol3d=11653 -recol4s=21927 -recol4d=10596 -name=Splatter -model1=model_14550 -unknown119=3 - -// 7596 -[npc_7596] -bas=bas_138 -size=1 -op1=Attack -vislevel=54 -recol1s=25098 -recol1d=18592 -recol2s=24041 -recol2d=17504 -recol3s=22984 -recol3d=16448 -recol4s=21927 -recol4d=15392 -name=Splatter -model1=model_14550 -unknown119=3 - -// 7597 -[npc_7597] -bas=bas_138 -size=1 -op1=Attack -vislevel=65 -recol1s=25098 -recol1d=136 -recol2s=24041 -recol2d=103 -recol3s=22984 -recol3d=70 -recol4s=21927 -recol4d=37 -name=Splatter -model1=model_14550 -unknown119=3 - -// 7598 -[npc_7598] -bas=bas_141 -size=1 -op1=Attack -vislevel=74 -recol1s=31808 -recol1d=23260 -recol2s=29235 -recol2d=32736 -recol3s=31480 -recol3d=18612 -recol4s=23260 -recol4d=15887 -recol5s=27484 -recol5d=27544 -recol6s=32341 -recol6d=13036 -name=Spinner -model1=model_14549 -unknown119=3 - -// 7599 -[npc_7599] -bas=bas_140 -size=1 -op1=Attack -vislevel=106 -recol1s=7495 -recol1d=9414 -recol2s=6371 -recol2d=27170 -recol3s=25364 -recol3d=14727 -recol4s=28407 -recol4d=32723 -recol5s=19879 -recol5d=23182 -recol6s=15718 -recol6d=21070 -name=Ravager -model1=model_14547 -unknown119=3 - -// 7600 -[npc_7600] -bas=bas_369 -size=3 -vislevel=0 -op1=Talk-to -ambient=25 -spotshadow=no -name=Fiara -model1=model_33049 -head1=model_33299 -unknown119=3 - -// 7601 -[npc_7601] -bas=bas_123 -size=1 -vislevel=0 -contrast=10 -ambient=10 -op1=Talk-to -op3=Trade -name=Reggie -model1=model_33244 -model2=model_33250 -model3=model_33243 -model4=model_33247 -model5=model_33249 -model6=model_33241 -head1=model_40040 -unknown119=3 - -// 7602 -[npc_7602] -bas=bas_123 -op1=Talk-to -ambient=25 -spotshadow=no -vislevel=0 -name=Getorix -model1=model_33251 -model2=model_33242 -model3=model_33246 -model4=model_33240 -model5=model_33245 -model6=model_33248 -head1=model_39961 -head2=model_38096 -unknown119=3 - -// 7603 -[npc_7603] -bas=bas_123 -op1=Talk-to -ambient=25 -spotshadow=no -vislevel=0 -name=Pontimer -model1=model_33252 -model2=model_33242 -model3=model_33246 -model4=model_33240 -model5=model_33245 -model6=model_33248 -head1=model_39961 -head2=model_39226 -unknown119=3 - -// 7604 -[npc_7604] -bas=bas_123 -op1=Talk-to -ambient=25 -spotshadow=no -vislevel=0 -name=Alran -model1=model_33253 -model2=model_33242 -model3=model_33246 -model4=model_33240 -model5=model_33245 -model6=model_33248 -head1=model_39961 -head2=model_39242 -unknown119=3 - -// 7605 -[npc_7605] -bas=bas_26 -size=1 -ambient=25 -contrast=25 -resizeh=120 -resizev=120 -op1=Talk-to -op3=Bank -op4=Collect -vislevel=0 -alwaysontop=yes -name=Banker -model1=model_33210 -model2=model_20862 -model3=model_33220 -head1=model_39857 -head2=model_39344 -unknown119=3 - -// 7606 -[npc_7606] -bas=bas_1019 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=110 -name=Vyrewatch -model1=model_17963 -model2=model_18000 -model3=model_17981 -head1=model_18053 -unknown119=1 - -// 7607 -[npc_7607] -bas=bas_1019 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=120 -name=Vyrewatch -model1=model_17960 -model2=model_18000 -model3=model_17978 -head1=model_18052 -unknown119=1 - -// 7608 -[npc_7608] -bas=bas_1019 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=130 -name=Vyrewatch -model1=model_17965 -model2=model_18000 -model3=model_17983 -head1=model_18054 -unknown119=1 - -// 7609 -[npc_7609] -bas=bas_1019 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=140 -name=Vyrewatch -model1=model_17966 -model2=model_18000 -model3=model_17984 -head1=model_18055 -unknown119=1 - -// 7610 -[npc_7610] -bas=bas_162 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=110 -name=Flying female vampire -model1=model_17952 -model2=model_17959 -head1=model_18053 -unknown119=1 - -// 7611 -[npc_7611] -bas=bas_162 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=120 -name=Flying female vampire -model1=model_17951 -model2=model_17959 -head1=model_18052 -unknown119=1 - -// 7612 -[npc_7612] -bas=bas_162 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=130 -name=Flying female vampire -model1=model_17953 -model2=model_17959 -head1=model_18054 -unknown119=1 - -// 7613 -[npc_7613] -bas=bas_162 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=140 -name=Flying female vampire -model1=model_17954 -model2=model_17959 -head1=model_18055 -unknown119=1 - -// 7614 -[npc_7614] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17952 -model2=model_17959 -head1=model_18053 -unknown119=1 - -// 7615 -[npc_7615] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17951 -model2=model_17959 -head1=model_18052 -unknown119=1 - -// 7616 -[npc_7616] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17953 -model2=model_17959 -head1=model_18054 -unknown119=1 - -// 7617 -[npc_7617] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17954 -model2=model_17959 -head1=model_18055 -unknown119=1 - -// 7618 -[npc_7618] -bas=bas_1019 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=110 -name=Vyrewatch -model1=model_17969 -model2=model_18000 -model3=model_17987 -head1=model_18056 -unknown119=1 - -// 7619 -[npc_7619] -bas=bas_1019 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=120 -name=Vyrewatch -model1=model_17970 -model2=model_18000 -model3=model_17988 -head1=model_18057 -unknown119=1 - -// 7620 -[npc_7620] -bas=bas_1019 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=130 -name=Vyrewatch -model1=model_17971 -model2=model_18000 -model3=model_17989 -head1=model_18058 -unknown119=1 - -// 7621 -[npc_7621] -bas=bas_1019 -op1=Talk-to -op2=Attack -alwaysontop=yes -ambient=-25 -vislevel=140 -name=Vyrewatch -model1=model_17972 -model2=model_18000 -model3=model_17990 -head1=model_18059 -unknown119=1 - -// 7622 -[npc_7622] -bas=bas_162 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17955 -model2=model_17959 -head1=model_18056 -unknown119=1 - -// 7623 -[npc_7623] -bas=bas_162 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17956 -model2=model_17959 -head1=model_18057 -unknown119=1 - -// 7624 -[npc_7624] -bas=bas_162 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17957 -model2=model_17959 -head1=model_18058 -unknown119=1 - -// 7625 -[npc_7625] -bas=bas_162 -turnspeed=0 -op1=Talk-to -op2=Attack -alwaysontop=yes -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17958 -model2=model_17959 -head1=model_18059 -unknown119=1 - -// 7626 -[npc_7626] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17955 -model2=model_17959 -head1=model_18056 -unknown119=1 - -// 7627 -[npc_7627] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17956 -model2=model_17959 -head1=model_18057 -unknown119=1 - -// 7628 -[npc_7628] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17957 -model2=model_17959 -head1=model_18058 -unknown119=1 - -// 7629 -[npc_7629] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17958 -model2=model_17959 -head1=model_18059 -unknown119=1 - -// 7630 -[npc_7630] -bas=bas_161 -op2=Attack -size=3 -vislevel=85 -name=Vyrewatch -model1=model_17952 -model2=model_17959 -unknown119=3 - -// 7631 -[npc_7631] -bas=bas_161 -op2=Attack -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17951 -model2=model_17959 -unknown119=3 - -// 7632 -[npc_7632] -bas=bas_161 -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17953 -model2=model_17959 -unknown119=3 - -// 7633 -[npc_7633] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=85 -name=Vyrewatch -model1=model_17952 -model2=model_17959 -head1=model_18053 -unknown119=1 - -// 7634 -[npc_7634] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17951 -model2=model_17959 -head1=model_18052 -unknown119=1 - -// 7635 -[npc_7635] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17953 -model2=model_17959 -head1=model_18054 -unknown119=1 - -// 7636 -[npc_7636] -bas=bas_265 -vislevel=0 -size=1 -minimap=no -op3=Bait -op5=hidden -recolhsl1s=34101 -recolhsl1d=20647 -recolhsl2s=33325 -recolhsl2d=20657 -name=Fishing spot -model1=model_6568 -unknown119=5 - -// 7637 -[npc_7637] -bas=bas_718 -spotshadow=no -active=no -vislevel=1 -model1=model_33720 -unknown119=3 - -// 7638 -[npc_7638] -bas=bas_716 -spotshadow=no -active=no -alwaysontop=yes -vislevel=1 -model1=model_33730 -unknown119=3 - -// 7639 -[npc_7639] -bas=bas_718 -spotshadow=no -active=no -vislevel=1 -model1=model_33720 -unknown119=3 - -// 7640 -[npc_7640] -bas=bas_714 -size=1 -op2=Attack -vislevel=80 -name=Skeletal hand -model1=model_33730 -unknown119=3 - -// 7641 -[npc_7641] -bas=bas_714 -vislevel=90 -size=1 -op2=Attack -name=Zombie hand -model1=model_33720 -unknown119=3 - -// 7642 -[npc_7642] -bas=bas_713 -vislevel=126 -size=2 -op2=Attack -name=Mutated bloodveld -model1=model_33715 -unknown119=3 - -// 7643 -[npc_7643] -bas=bas_713 -vislevel=146 -size=2 -op2=Attack -name=Mutated bloodveld -model1=model_33713 -unknown119=3 - -// 7644 -[npc_7644] -bas=bas_4 -size=1 -op2=Attack -vislevel=80 -name=Zaromark Sliver -model1=model_33385 -model2=model_33391 -model3=model_33390 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7645 -[npc_7645] -bas=bas_4 -size=1 -op2=Attack -headicon=0 -vislevel=80 -name=Zaromark Sliver -model1=model_33385 -model2=model_33391 -model3=model_33390 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7646 -[npc_7646] -bas=bas_4 -size=1 -op2=Attack -headicon=1 -vislevel=80 -name=Zaromark Sliver -model1=model_33385 -model2=model_33391 -model3=model_33390 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7647 -[npc_7647] -bas=bas_4 -size=1 -op2=Attack -headicon=2 -vislevel=80 -name=Zaromark Sliver -model1=model_33385 -model2=model_33391 -model3=model_33390 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7648 -[npc_7648] -bas=bas_4 -size=1 -op2=Attack -vislevel=80 -name=Zaromark Sliver -model1=model_33385 -model2=model_33388 -model3=model_33392 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7649 -[npc_7649] -bas=bas_4 -size=1 -op2=Attack -headicon=0 -vislevel=80 -name=Zaromark Sliver -model1=model_33385 -model2=model_33388 -model3=model_33392 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7650 -[npc_7650] -bas=bas_4 -size=1 -op2=Attack -headicon=1 -vislevel=80 -name=Zaromark Sliver -model1=model_33385 -model2=model_33388 -model3=model_33392 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7651 -[npc_7651] -bas=bas_4 -size=1 -op2=Attack -headicon=2 -vislevel=80 -name=Zaromark Sliver -model1=model_33385 -model2=model_33388 -model3=model_33392 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7652 -[npc_7652] -bas=bas_717 -vislevel=0 -size=1 -name=Zaromark Sliver -model1=model_33385 -model2=model_33391 -model3=model_33390 -head1=model_39836 -head2=model_39223 -unknown119=1 - -// 7653 -[npc_7653] -bas=bas_47 -vislevel=0 -size=1 -name=Zaromark Sliver -model1=model_33385 -model2=model_33391 -model3=model_33390 -head1=model_39836 -head2=model_39223 -unknown119=1 - -// 7654 -[npc_7654] -bas=bas_4 -size=1 -op2=Attack -vislevel=80 -name=Fistandantilus -model1=model_33387 -model2=model_33389 -model3=model_33390 -head1=model_39836 -head2=model_39275 -unknown119=3 - -// 7655 -[npc_7655] -bas=bas_4 -size=1 -op2=Attack -headicon=0 -vislevel=80 -name=Fistandantilus -model1=model_33387 -model2=model_33389 -model3=model_33390 -head1=model_39836 -head2=model_39275 -unknown119=3 - -// 7656 -[npc_7656] -bas=bas_4 -size=1 -op2=Attack -headicon=1 -vislevel=80 -name=Fistandantilus -model1=model_33387 -model2=model_33389 -model3=model_33390 -head1=model_39836 -head2=model_39275 -unknown119=3 - -// 7657 -[npc_7657] -bas=bas_4 -size=1 -op2=Attack -headicon=2 -vislevel=80 -name=Fistandantilus -model1=model_33387 -model2=model_33389 -model3=model_33390 -head1=model_39836 -head2=model_39275 -unknown119=3 - -// 7658 -[npc_7658] -bas=bas_4 -size=1 -op2=Attack -vislevel=80 -name=Fistandantilus -model1=model_33387 -model2=model_33392 -head1=model_39836 -head2=model_39275 -unknown119=3 - -// 7659 -[npc_7659] -bas=bas_4 -size=1 -op2=Attack -headicon=0 -vislevel=80 -name=Fistandantilus -model1=model_33387 -model2=model_33392 -head1=model_39836 -head2=model_39275 -unknown119=3 - -// 7660 -[npc_7660] -bas=bas_4 -size=1 -op2=Attack -headicon=1 -vislevel=80 -name=Fistandantilus -model1=model_33387 -model2=model_33392 -head1=model_39836 -head2=model_39275 -unknown119=3 - -// 7661 -[npc_7661] -bas=bas_4 -size=1 -op2=Attack -headicon=2 -vislevel=80 -name=Fistandantilus -model1=model_33387 -model2=model_33392 -head1=model_39836 -head2=model_39275 -unknown119=3 - -// 7662 -[npc_7662] -bas=bas_717 -vislevel=0 -size=1 -name=Fistandantilus -model1=model_33387 -model2=model_33389 -model3=model_33390 -head1=model_39836 -head2=model_39275 -unknown119=1 - -// 7663 -[npc_7663] -bas=bas_47 -vislevel=0 -size=1 -name=Fistandantilus -model1=model_33387 -model2=model_33389 -model3=model_33390 -head1=model_39836 -head2=model_39275 -unknown119=1 - -// 7664 -[npc_7664] -bas=bas_4 -vislevel=0 -op1=Talk-to -size=1 -recol1s=32701 -recol1d=1363 -recol2s=6342 -recol2d=6476 -recol3s=16846 -recol3d=6476 -recol4s=11561 -recol4d=3272 -recol5s=15789 -recol5d=6476 -recol6s=15392 -recol6d=6159 -name=Mercenary Adventurer -model1=model_218 -model2=model_33394 -model3=model_164 -model4=model_10218 -model5=model_3604 -model6=model_268 -model7=model_4954 -head1=model_40022 -unknown119=3 - -// 7665 -[npc_7665] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=32701 -recol1d=1363 -recol2s=6342 -recol2d=6476 -recol3s=16846 -recol3d=6476 -recol4s=11561 -recol4d=3272 -recol5s=15789 -recol5d=6476 -recol6s=15392 -recol6d=6159 -name=Ivan Strom -model1=model_230 -model2=model_33394 -model3=model_164 -model4=model_10218 -model5=model_3604 -model6=model_268 -model7=model_4954 -model8=model_246 -head1=model_39630 -unknown119=3 - -// 7666 -[npc_7666] -bas=bas_4 -vislevel=0 -recol1s=27411 -recol1d=25098 -name=Mysterious person -model1=model_33383 -head1=model_39700 -head2=model_39435 -unknown119=3 - -// 7667 -[npc_7667] -bas=bas_4 -vislevel=0 -name=Mysterious person -model1=model_33386 -unknown119=3 - -// 7668 -[npc_7668] -bas=bas_4 -vislevel=0 -name=Mysterious person -model1=model_33384 -unknown119=3 - -// 7669 -[npc_7669] -bas=bas_4 -vislevel=0 -size=1 -recolhsl1s=8741 -recolhsl1d=3488 -name=Mysterious person -model1=model_33382 -head1=model_39981 -unknown119=3 - -// 7670 -[npc_7670] -bas=bas_4 -vislevel=0 -name=Mysterious person -model1=model_33385 -model2=model_33391 -model3=model_33390 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7671 -[npc_7671] -bas=bas_4 -vislevel=0 -name=Mysterious person -model1=model_33387 -model2=model_33389 -model3=model_33390 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 7672 -[npc_7672] -vislevel=0 -op1=Talk-to -recol1s=6273 -recol1d=29464 -recol2s=2340 -recol2d=8456 -recol3s=25098 -recol3d=27346 -recolhsl4s=6798 -recolhsl4d=10124 -recolhsl5s=908 -recolhsl5d=9857 -name=Flaygian Screwte -model1=model_6848 -model2=model_11190 -model3=model_275 -model4=model_33397 -model5=model_33400 -model6=model_18080 -model7=model_10218 -head1=model_40052 -head2=model_39212 -unknown119=3 - -// 7673 -[npc_7673] -bas=bas_4 -vislevel=0 -op1=Talk-to -resizeh=100 -recol1s=2340 -recol1d=4325 -recol2s=14724 -recol2d=5317 -recol3s=7298 -recol3d=5285 -recol4s=25098 -recol4d=26293 -recol5s=6273 -recol5d=16846 -name=Mekritus A'hara -model1=model_217 -model2=model_246 -model3=model_292 -model4=model_18074 -model5=model_177 -model6=model_18130 -model7=model_183 -model8=model_3604 -head1=model_39650 -unknown119=3 - -// 7674 -[npc_7674] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=27346 -name=Andiess Juip -model1=model_210 -model2=model_11190 -model3=model_15005 -model4=model_9458 -model5=model_31765 -model6=model_177 -model7=model_15005 -model8=model_18127 -model9=model_3604 -head1=model_39762 -unknown119=3 - -// 7675 -[npc_7675] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=25098 -recol1d=27346 -recol2s=25098 -recol2d=27346 -recol3s=21074 -recol3d=6273 -name=Kael Forshaw -model1=model_18086 -model2=model_250 -model3=model_18132 -model4=model_9458 -model5=model_31765 -model6=model_177 -model7=model_15005 -model8=model_18127 -model9=model_3604 -head1=model_39701 -unknown119=3 - -// 7676 -[npc_7676] -bas=bas_4 -vislevel=0 -op1=Talk-to -op2=Hidden -recol1s=25098 -recol1d=27346 -name=Andiess Juip -model1=model_210 -model2=model_11190 -model3=model_15005 -model4=model_9458 -model5=model_31765 -model6=model_177 -model7=model_15005 -model8=model_18127 -model9=model_3604 -head1=model_39762 -unknown119=3 - -// 7677 -[npc_7677] -bas=bas_4 -vislevel=0 -op1=Talk-to -op2=Hidden -recol1s=25098 -recol1d=27346 -recol2s=25098 -recol2d=27346 -recol3s=21074 -recol3d=6273 -name=Kael Forshaw -model1=model_18086 -model2=model_250 -model3=model_18132 -model4=model_9458 -model5=model_31765 -model6=model_177 -model7=model_15005 -model8=model_18127 -model9=model_3604 -head1=model_39701 -unknown119=3 - -// 7678 -[npc_7678] -bas=bas_4 -vislevel=0 -op1=Talk-to -op2=Hidden -alwaysontop=yes -resizev=150 -resizeh=150 -recol1s=0 -recol1d=12795 -recol2s=14724 -recol2d=3075 -recol3s=2340 -recol3d=3075 -recol4s=7298 -recol4d=0 -recol5s=6342 -recol5d=9227 -recol6s=25098 -recol6d=26189 -name=Safalaan -model1=model_18087 -model2=model_246 -model3=model_18134 -model4=model_10979 -model5=model_177 -model6=model_12138 -model7=model_181 -model8=model_3604 -head1=model_39608 -unknown119=3 - -// 7679 -[npc_7679] -bas=bas_4 -vislevel=0 -op2=Hidden -recol1s=25098 -recol1d=27346 -name=Andiess Juip -model1=model_210 -model2=model_11190 -model3=model_15005 -model4=model_9458 -model5=model_31765 -model6=model_177 -model7=model_15005 -model8=model_18127 -model9=model_3604 -head1=model_39762 -unknown119=3 - -// 7680 -[npc_7680] -bas=bas_4 -vislevel=0 -op2=Hidden -recol1s=25098 -recol1d=27346 -recol2s=25098 -recol2d=27346 -recol3s=21074 -recol3d=6273 -name=Kael Forshaw -model1=model_18086 -model2=model_250 -model3=model_18132 -model4=model_9458 -model5=model_31765 -model6=model_177 -model7=model_15005 -model8=model_18127 -model9=model_3604 -head1=model_39701 -unknown119=3 - -// 7681 -[npc_7681] -bas=bas_4 -vislevel=0 -op2=Hidden -alwaysontop=yes -resizev=150 -resizeh=150 -recol1s=0 -recol1d=12795 -recol2s=14724 -recol2d=3075 -recol3s=2340 -recol3d=3075 -recol4s=7298 -recol4d=0 -recol5s=6342 -recol5d=9227 -recol6s=25098 -recol6d=26189 -name=Safalaan -model1=model_18087 -model2=model_246 -model3=model_18134 -model4=model_10979 -model5=model_177 -model6=model_12138 -model7=model_181 -model8=model_3604 -head1=model_39608 -unknown119=3 - -// 7682 -[npc_7682] -bas=bas_161 -op2=Attack -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17951 -model2=model_17959 -head1=model_18052 -unknown119=3 - -// 7683 -[npc_7683] -bas=bas_161 -op2=Attack -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17956 -model2=model_17959 -head1=model_18057 -unknown119=3 - -// 7684 -[npc_7684] -bas=bas_720 -size=3 -vislevel=1 -name=Vyrewatch -model1=model_17956 -model2=model_17959 -head1=model_18057 -unknown119=3 - -// 7685 -[npc_7685] -bas=bas_720 -size=3 -vislevel=1 -name=Vyrewatch -model1=model_17951 -model2=model_17959 -head1=model_18052 -unknown119=3 - -// 7686 -[npc_7686] -bas=bas_719 -op1=Talk-to -op2=hidden -alwaysontop=yes -resizev=150 -resizeh=150 -vislevel=41 -recol1s=0 -recol1d=12795 -recol2s=14724 -recol2d=3075 -recol3s=2340 -recol3d=3075 -recol4s=7298 -recol4d=0 -recol5s=6342 -recol5d=9227 -recol6s=25098 -recol6d=26189 -name=Safalaan -model1=model_18087 -model2=model_246 -model3=model_18134 -model4=model_10979 -model5=model_177 -model6=model_12138 -model7=model_181 -model8=model_3604 -head1=model_39608 -unknown119=3 - -// 7687 -[npc_7687] -bas=bas_715 -vislevel=0 -size=1 -ambient=30 -contrast=89 -alwaysontop=yes -turnspeed=1024 -name=Spectral Vyrewatch -model1=model_33378 -unknown119=3 - -// 7688 -[npc_7688] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4586 -multinpc=1,npc_7674 -unknown119=3 - -// 7689 -[npc_7689] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4587 -multinpc=1,npc_7675 -unknown119=3 - -// 7690 -[npc_7690] -bas=bas_4 -vislevel=0 -op1=Talk-to -size=1 -recol1s=27347 -recol1d=25098 -recol2s=11296 -recol2d=5216 -recol3s=13543 -recol3d=6273 -recol4s=10240 -recol4d=5216 -recol5s=8192 -recol5d=5216 -name=Drezel -model1=model_31568 -model2=model_31592 -model3=model_31602 -model4=model_31577 -model5=model_31584 -model6=model_31607 -head1=model_39760 -unknown119=3 - -// 7691 -[npc_7691] -bas=bas_161 -op2=Attack -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17952 -model2=model_17959 -unknown119=3 - -// 7692 -[npc_7692] -bas=bas_161 -op2=Attack -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17951 -model2=model_17959 -unknown119=3 - -// 7693 -[npc_7693] -bas=bas_161 -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17953 -model2=model_17959 -unknown119=3 - -// 7694 -[npc_7694] -bas=bas_161 -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17953 -model2=model_17959 -unknown119=3 - -// 7695 -[npc_7695] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17952 -model2=model_17959 -head1=model_18053 -unknown119=1 - -// 7696 -[npc_7696] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17951 -model2=model_17959 -head1=model_18052 -unknown119=1 - -// 7697 -[npc_7697] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17953 -model2=model_17959 -head1=model_18054 -unknown119=1 - -// 7698 -[npc_7698] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17953 -model2=model_17959 -head1=model_18054 -unknown119=1 - -// 7699 -[npc_7699] -bas=bas_161 -op2=Attack -op1=Talk-to -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17955 -model2=model_17959 -head1=model_18056 -unknown119=3 - -// 7700 -[npc_7700] -bas=bas_161 -op2=Attack -op1=Talk-to -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17956 -model2=model_17959 -head1=model_18057 -unknown119=3 - -// 7701 -[npc_7701] -bas=bas_161 -op2=Attack -op1=Talk-to -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17957 -model2=model_17959 -head1=model_18058 -unknown119=3 - -// 7702 -[npc_7702] -bas=bas_161 -op1=Talk-to -op2=Attack -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17958 -model2=model_17959 -head1=model_18059 -unknown119=3 - -// 7703 -[npc_7703] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=110 -name=Vyrewatch -model1=model_17955 -model2=model_17959 -head1=model_18056 -unknown119=1 - -// 7704 -[npc_7704] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=120 -name=Vyrewatch -model1=model_17956 -model2=model_17959 -head1=model_18057 -unknown119=1 - -// 7705 -[npc_7705] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=130 -name=Vyrewatch -model1=model_17957 -model2=model_17959 -head1=model_18058 -unknown119=1 - -// 7706 -[npc_7706] -bas=bas_162 -op1=Talk-to -op2=Attack -size=3 -vislevel=140 -name=Vyrewatch -model1=model_17958 -model2=model_17959 -head1=model_18059 -unknown119=1 - -// 7707 -[npc_7707] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=27347 -recol1d=25098 -recol2s=11296 -recol2d=5216 -recol3s=13543 -recol3d=6273 -recol4s=10240 -recol4d=5216 -recol5s=8192 -recol5d=5216 -retex1s=material_252 -retex1d=material_273 -retex2s=material_256 -retex2d=material_250 -retex3s=material_359 -retex3d=material_273 -name=Drezel -model1=model_31568 -model2=model_31592 -model3=model_31602 -model4=model_31577 -model5=model_31584 -model6=model_31607 -head1=model_39760 -unknown119=3 - -// 7708 -[npc_7708] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_4571 -multinpc=1,npc_7664 -multinpc=2,npc_7665 -unknown119=3 - -// 7709 -[npc_7709] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_4571 -multinpc=3,npc_7665 -unknown119=3 - -// 7710 -[npc_7710] -bas=bas_721 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4581 -multinpc=0,npc_7672 -unknown119=3 - -// 7711 -[npc_7711] -bas=bas_98 -vislevel=30 -size=2 -op2=Attack -recol1s=4161 -recol1d=6308 -recol2s=5219 -recol2d=8422 -recol3s=10470 -recol3d=10536 -recol4s=8356 -recol4d=9479 -name=Temple guardian -model1=model_33807 -unknown119=3 - -// 7712 -[npc_7712] -active=no -ambient=15 -contrast=15 -size=5 -turnspeed=0 -vislevel=1 -model1=model_33416 -unknown119=3 - -// 7713 -[npc_7713] -bas=bas_858 -vislevel=0 -size=1 -ambient=40 -contrast=56 -op1=Catch -name=Baby icefiend -model1=model_16264 -head1=model_20045 -unknown119=3 - -// 7714 -[npc_7714] -bas=bas_859 -ambient=40 -contrast=56 -op2=Attack -vislevel=13 -name=Icefiend -model1=model_33842 -unknown119=3 - -// 7715 -[npc_7715] -bas=bas_8 -ambient=40 -contrast=56 -op2=Attack -vislevel=13 -name=Icefiend -model1=model_16265 -unknown119=3 - -// 7716 -[npc_7716] -bas=bas_8 -op2=Attack -vislevel=13 -multivar=varplayerbit_4684 -multinpc=0,npc_7714 -multinpc=10,npc_7714 -multinpc=15,npc_7714 -multinpc=20,npc_7714 -multinpc=30,npc_7714 -multinpc=40,npc_7714 -multinpc=45,npc_7714 -multinpc=49,npc_7714 -multinpc=50,npc_7715 -multinpc=60,npc_7715 -multinpc=70,npc_7715 -multinpc=80,npc_7715 -multinpc=90,npc_7715 -multinpc=100,npc_7715 -multinpc=110,npc_7715 -multinpc=120,npc_7715 -multinpc=130,npc_7715 -multinpc=140,npc_7715 -multinpc=150,npc_7714 -unknown119=3 - -// 7717 -[npc_7717] -bas=bas_108 -vislevel=0 -recol1s=7298 -recol1d=13728 -name=Professor Arblenap -model1=model_16235 -model2=model_16237 -head1=model_16972 -head2=model_16260 -unknown119=1 - -// 7718 -[npc_7718] -bas=bas_2 -vislevel=0 -recolhsl1s=5784 -recolhsl1d=3108 -recolhsl2s=6798 -recolhsl2d=3108 -name=Brother Bordiss -model1=model_2970 -model2=model_16248 -model3=model_16242 -model4=model_2985 -head1=model_0 -unknown119=1 - -// 7719 -[npc_7719] -bas=bas_4 -alwaysontop=yes -vislevel=0 -recol1s=2340 -recol1d=13539 -recol2s=14724 -recol2d=13539 -name=Brother Althric -model1=model_230 -model2=model_181 -model3=model_246 -model4=model_16256 -model5=model_16253 -model6=model_10218 -model7=model_16252 -head1=model_39630 -unknown119=1 - -// 7720 -[npc_7720] -bas=bas_2 -vislevel=0 -name=Drorkar -model1=model_16245 -model2=model_16250 -model3=model_16239 -model4=model_16244 -model5=model_33968 -head1=model_16262 -head2=model_16261 -unknown119=1 - -// 7721 -[npc_7721] -bas=bas_2 -vislevel=0 -size=1 -recol1s=16846 -recol1d=25098 -recol2s=15458 -recol2d=234 -recol3s=15785 -recol3d=234 -recol4s=8456 -recol4d=32767 -name=Nurmof -model1=model_2970 -model2=model_2983 -model3=model_2979 -model4=model_2981 -model5=model_2985 -head1=model_0 -unknown119=1 - -// 7722 -[npc_7722] -bas=bas_2 -resizeh=129 -resizev=132 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=16846 -recol1d=9345 -recol2s=20064 -recol2d=4228 -recol3s=25098 -recol3d=20903 -recol4s=13639 -recol4d=10434 -recol5s=8525 -recol5d=10434 -recol6s=6411 -recol6d=8320 -name=Lakki the delivery dwarf -model1=model_2974 -model2=model_23873 -model3=model_7062 -model4=model_2979 -model5=model_7044 -model6=model_2985 -head1=model_4 -head2=model_24532 -unknown119=3 - -// 7723 -[npc_7723] -bas=bas_2 -op1=Talk-to -op3=Pickpocket -vislevel=0 -alwaysontop=yes -name=Drorkar -model1=model_16245 -model2=model_16250 -model3=model_16239 -model4=model_16244 -model5=model_33968 -head1=model_16262 -head2=model_16261 -unknown119=3 - -// 7724 -[npc_7724] -bas=bas_2 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recolhsl1s=5784 -recolhsl1d=3108 -recolhsl2s=6798 -recolhsl2d=3108 -name=Brother Bordiss -model1=model_2970 -model2=model_16248 -model3=model_16242 -model4=model_2985 -head1=model_0 -unknown119=3 - -// 7725 -[npc_7725] -bas=bas_108 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=7298 -recol1d=13728 -name=Professor Arblenap -model1=model_16235 -model2=model_16237 -model3=model_16238 -head1=model_16972 -head2=model_16260 -unknown119=3 - -// 7726 -[npc_7726] -bas=bas_861 -turnspeed=0 -vislevel=0 -recol1s=8525 -recol1d=10500 -recol2s=6411 -recol2d=9443 -recol3s=20064 -recol3d=6308 -recol4s=10434 -recol4d=18722 -recol5s=12645 -recol5d=8352 -recol6s=10533 -recol6d=10432 -name=Assistant -model1=model_2970 -model2=model_23873 -model3=model_16249 -model4=model_7074 -model5=model_23875 -model6=model_7067 -head1=model_0 -head2=model_24532 -unknown119=3 - -// 7727 -[npc_7727] -bas=bas_4 -size=1 -op1=Talk-to -op2=Attack -vislevel=5 -name=Monk -model1=model_230 -model2=model_181 -model3=model_246 -model4=model_16256 -model5=model_16253 -model6=model_10218 -model7=model_16252 -head1=model_39630 -unknown119=3 - -// 7728 -[npc_7728] -bas=bas_2 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4685 -multinpc=0,npc_7722 -unknown119=3 - -// 7729 -[npc_7729] -bas=bas_2 -vislevel=0 -alwaysontop=yes -alwaysontop=yes -recolhsl1s=5784 -recolhsl1d=3108 -recolhsl2s=6798 -recolhsl2d=3108 -multivar=varplayerbit_4684 -multinpc=0,npc_7723 -multinpc=10,npc_7723 -multinpc=15,npc_7723 -multinpc=20,npc_7723 -multinpc=30,npc_7723 -multinpc=40,npc_7723 -multinpc=45,npc_7723 -multinpc=49,npc_7723 -multinpc=50,npc_7723 -multinpc=60,npc_7723 -multinpc=70,npc_7723 -multinpc=80,npc_7723 -multinpc=90,npc_7723 -multinpc=100,npc_7723 -multinpc=110,npc_7723 -multinpc=120,npc_7723 -multinpc=130,npc_7723 -multinpc=140,npc_7723 -multinpc=150,npc_7724 -unknown119=3 - -// 7730 -[npc_7730] -bas=bas_2 -alwaysontop=yes -vislevel=1 -recolhsl1s=5784 -recolhsl1d=3108 -recolhsl2s=6798 -recolhsl2d=3108 -multivar=varplayerbit_4684 -multinpc=0,npc_7724 -multinpc=10,npc_7724 -multinpc=15,npc_7724 -multinpc=20,npc_7724 -multinpc=30,npc_7724 -multinpc=40,npc_7724 -multinpc=45,npc_7724 -multinpc=49,npc_7724 -multinpc=50,npc_7724 -multinpc=60,npc_7724 -multinpc=70,npc_7724 -multinpc=80,npc_7724 -multinpc=90,npc_7724 -multinpc=100,npc_7724 -multinpc=110,npc_7724 -multinpc=120,npc_7724 -multinpc=130,npc_7724 -multinpc=140,npc_7724 -unknown119=3 - -// 7731 -[npc_7731] -bas=bas_108 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4684 -multinpc=50,npc_7725 -multinpc=60,npc_7725 -multinpc=70,npc_7725 -multinpc=80,npc_7725 -multinpc=90,npc_7725 -unknown119=3 - -// 7732 -[npc_7732] -bas=bas_860 -vislevel=1 -multivar=varplayerbit_4686 -multinpc=0,npc_7736 -multinpc=1,npc_7713 -unknown119=3 - -// 7733 -[npc_7733] -bas=bas_860 -vislevel=1 -multivar=varplayerbit_4687 -multinpc=0,npc_7736 -multinpc=1,npc_7713 -unknown119=3 - -// 7734 -[npc_7734] -bas=bas_860 -vislevel=1 -multivar=varplayerbit_4688 -multinpc=0,npc_7736 -multinpc=1,npc_7713 -unknown119=3 - -// 7735 -[npc_7735] -bas=bas_860 -vislevel=1 -multivar=varplayerbit_4689 -multinpc=0,npc_7736 -multinpc=1,npc_7713 -unknown119=3 - -// 7736 -[npc_7736] -bas=bas_860 -vislevel=0 -size=1 -ambient=40 -contrast=56 -name=Baby icefiend -model1=model_33967 -unknown119=3 - -// 7737 -[npc_7737] -bas=bas_4 -vislevel=0 -vislevel=0 -recol1s=3172 -recol1d=7364 -recol2s=1058 -recol2d=8322 -recol3s=8526 -recol3d=7364 -recol4s=10640 -recol4d=5250 -recol5s=14724 -recol5d=14795 -recol6s=2115 -recol6d=6208 -retex1s=material_359 -retex1d=material_273 -retex2s=material_256 -retex2d=material_250 -retex3s=material_263 -retex3d=material_273 -name=Will -model1=model_18084 -model2=model_215 -model3=model_249 -model4=model_10705 -model5=model_19329 -model6=model_19332 -model7=model_10377 -unknown119=3 - -// 7738 -[npc_7738] -bas=bas_950 -vislevel=0 -recol1s=3172 -recol1d=7364 -recol2s=1058 -recol2d=8322 -recol3s=8526 -recol3d=7364 -recol4s=10640 -recol4d=5250 -recol5s=14724 -recol5d=14795 -recol6s=2115 -recol6d=6208 -retex1s=material_359 -retex1d=material_253 -name=Will -model1=model_18084 -model2=model_215 -model3=model_249 -model4=model_10705 -model5=model_19329 -model6=model_19332 -model7=model_10377 -model8=model_34034 -unknown119=1 - -// 7739 -[npc_7739] -bas=bas_4 -vislevel=0 -recol1s=3172 -recol1d=7364 -recol2s=6273 -recol2d=13703 -recol3s=8526 -recol3d=7364 -recol4s=10640 -recol4d=5250 -recol5s=14724 -recol5d=14795 -recol6s=16704 -recol6d=6208 -retex1s=material_263 -retex1d=material_359 -name=Phil -model1=model_18084 -model2=model_215 -model3=model_251 -model4=model_10705 -model5=model_19329 -model6=model_19332 -model7=model_550 -model8=model_10377 -unknown119=3 - -// 7740 -[npc_7740] -bas=bas_951 -vislevel=0 -ambient=20 -op1=Search -minimap=no -recol1s=14695 -recol1d=12613 -recol2s=13638 -recol2d=11556 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=9442 -recol5s=10467 -recol5d=8385 -recol6s=9410 -recol6d=7328 -name=Jiggling crate -model1=model_34115 -unknown119=3 - -// 7741 -[npc_7741] -bas=bas_302 -size=1 -contrast=15 -ambient=15 -vislevel=0 -name=Three little kittens -model1=model_34112 -unknown119=3 - -// 7742 -[npc_7742] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Stroke -op4=Talk-to -resizeh=120 -resizev=120 -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Fluffs -model1=model_34020 -head1=model_34053 -unknown119=3 - -// 7743 -[npc_7743] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -resizeh=120 -resizev=120 -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Fluffs -model1=model_34020 -head1=model_34053 -unknown119=3 - -// 7744 -[npc_7744] -bas=bas_41 -vislevel=1 -multivar=varplayer_180 -multinpc=5,npc_7742 -multinpc=6,npc_7742 -unknown119=3 - -// 7745 -[npc_7745] -bas=bas_302 -vislevel=0 -size=1 -contrast=15 -ambient=15 -name=Kittens -model1=model_34112 -unknown119=3 - -// 7746 -[npc_7746] -bas=bas_1242 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -alwaysontop=yes -name=TzHaar-Mej-Malk -model1=model_34241 -model2=model_34244 -model3=model_34247 -model4=model_34238 -head1=model_34291 -unknown119=1 - -// 7747 -[npc_7747] -bas=bas_1242 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -alwaysontop=yes -name=TzHaar-Xil-Tog -model1=model_34142 -model2=model_34144 -model3=model_34147 -model4=model_34140 -head1=model_34279 -unknown119=1 - -// 7748 -[npc_7748] -bas=bas_1242 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -alwaysontop=yes -name=TzHaar-Hur-Frok -model1=model_34166 -model2=model_34170 -model3=model_34173 -model4=model_34163 -head1=model_34280 -unknown119=1 - -// 7749 -[npc_7749] -bas=bas_228 -vislevel=0 -size=1 -op1=Talk-to -contrast=0 -ambient=10 -name=TzHaar-Ket-Grol -model1=model_34153 -model2=model_34156 -model3=model_34161 -model4=model_34150 -model5=model_34181 -model6=model_34198 -model7=model_34175 -model8=model_34183 -head1=model_34283 -unknown119=3 - -// 7750 -[npc_7750] -bas=bas_228 -vislevel=0 -size=1 -op1=Talk-to -contrast=0 -ambient=10 -name=TzHaar-Ket-Rok -model1=model_34153 -model2=model_34156 -model3=model_34161 -model4=model_34150 -model5=model_34181 -model6=model_34198 -model7=model_34175 -model8=model_34183 -head1=model_34283 -unknown119=3 - -// 7751 -[npc_7751] -bas=bas_228 -vislevel=0 -size=1 -op1=Talk-to -contrast=0 -ambient=10 -name=TzHaar-Ket-Lurk -model1=model_34153 -model2=model_34156 -model3=model_34161 -model4=model_34150 -model5=model_34181 -model6=model_34198 -model7=model_34175 -model8=model_34183 -head1=model_34283 -unknown119=3 - -// 7752 -[npc_7752] -bas=bas_1242 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -alwaysontop=yes -name=TzHaar-Mej-Lor -model1=model_34241 -model2=model_34246 -model3=model_34249 -model4=model_34237 -head1=model_34289 -unknown119=1 - -// 7753 -[npc_7753] -bas=bas_1236 -op1=Talk-to -contrast=0 -ambient=10 -vislevel=0 -name=TzHaar-Mej -model1=model_34240 -model2=model_34245 -model3=model_34249 -model4=model_34238 -model5=model_34193 -head1=model_34291 -unknown119=3 - -// 7754 -[npc_7754] -bas=bas_1234 -op1=Talk-to -contrast=0 -ambient=10 -vislevel=0 -name=TzHaar-Hur -model1=model_34168 -model2=model_34170 -model3=model_34173 -model4=model_34163 -model5=model_34195 -head1=model_34280 -unknown119=3 - -// 7755 -[npc_7755] -bas=bas_1237 -op1=Talk-to -contrast=0 -ambient=10 -vislevel=0 -name=TzHaar-Xil -model1=model_34141 -model2=model_34144 -model3=model_34147 -model4=model_34138 -model5=model_34186 -head1=model_34279 -unknown119=3 - -// 7756 -[npc_7756] -bas=bas_1235 -vislevel=0 -contrast=10 -ambient=15 -size=3 -name=Library assistant -model1=model_34169 -model2=model_34202 -unknown119=3 - -// 7757 -[npc_7757] -bas=bas_1232 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -alwaysontop=yes -name=TzHaar-Hur-Brekt -model1=model_34225 -model2=model_34226 -model3=model_34228 -model4=model_34221 -model5=model_34194 -head1=model_34293 -unknown119=1 - -// 7758 -[npc_7758] -bas=bas_1242 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -name=TzHaar-Hur-Brekt -model1=model_34225 -model2=model_34227 -model3=model_34228 -model4=model_34221 -head1=model_34293 -unknown119=1 - -// 7759 -[npc_7759] -bas=bas_1228 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -name=TzHaar-Ket-Jok -model1=model_34215 -model2=model_34217 -model3=model_34219 -model4=model_34214 -model5=model_34206 -head1=model_34274 -unknown119=1 - -// 7760 -[npc_7760] -bas=bas_1238 -vislevel=0 -size=1 -op1=Talk-to -name=TzHaar-Ket-Jok -model1=model_34216 -model2=model_34218 -model3=model_34219 -model4=model_34213 -head1=model_34281 -unknown119=1 - -// 7761 -[npc_7761] -bas=bas_1229 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -alwaysontop=yes -name=TzHaar-Xil-Mor -model1=model_34209 -model2=model_34210 -model3=model_34212 -model4=model_34208 -model5=model_34192 -head1=model_34288 -unknown119=1 - -// 7762 -[npc_7762] -bas=bas_1239 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -name=TzHaar-Xil-Mor -model1=model_34209 -model2=model_34211 -model3=model_34212 -model4=model_34207 -head1=model_34277 -unknown119=1 - -// 7763 -[npc_7763] -bas=bas_1228 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -alwaysontop=yes -name=TzHaar-Mej-Kol -model1=model_34232 -model2=model_34233 -model3=model_34235 -model4=model_34231 -model5=model_34196 -head1=model_34275 -unknown119=1 - -// 7764 -[npc_7764] -bas=bas_1240 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -name=TzHaar-Mej-Kol -model1=model_34232 -model2=model_34234 -model3=model_34235 -model4=model_34230 -head1=model_34272 -unknown119=1 - -// 7765 -[npc_7765] -bas=bas_1229 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -alwaysontop=yes -name=TzHaar-Hur-Klag -model1=model_34224 -model2=model_34226 -model3=model_34229 -model4=model_34222 -model5=model_34194 -head1=model_34292 -unknown119=1 - -// 7766 -[npc_7766] -bas=bas_1241 -vislevel=0 -size=1 -contrast=0 -ambient=10 -op1=Talk-to -name=TzHaar-Hur-Klag -model1=model_34223 -model2=model_34227 -model3=model_34229 -model4=model_34220 -head1=model_34273 -unknown119=1 - -// 7767 -[npc_7767] -bas=bas_227 -op1=Talk-to -op2=Attack -contrast=0 -ambient=10 -vislevel=74 -name=TzHaar-Hur -model1=model_34168 -model2=model_34170 -model3=model_34173 -model4=model_34163 -head1=model_34280 -unknown119=3 - -// 7768 -[npc_7768] -bas=bas_227 -op1=Talk-to -op2=Attack -contrast=0 -ambient=10 -vislevel=74 -name=TzHaar-Hur -model1=model_34167 -model2=model_34170 -model3=model_34173 -model4=model_34164 -head1=model_34280 -unknown119=3 - -// 7769 -[npc_7769] -bas=bas_227 -op1=Talk-to -op2=Attack -contrast=0 -ambient=10 -vislevel=74 -name=TzHaar-Hur -model1=model_34166 -model2=model_34170 -model3=model_34173 -model4=model_34165 -head1=model_34290 -unknown119=3 - -// 7770 -[npc_7770] -bas=bas_1230 -vislevel=100 -size=3 -ambient=20 -contrast=20 -op2=Attack -name=TokTz-Ket-Dill -model1=model_34301 -unknown119=3 - -// 7771 -[npc_7771] -bas=bas_1230 -vislevel=100 -size=3 -ambient=20 -contrast=20 -op2=Attack -name=TokTz-Ket-Dill -model1=model_34300 -unknown119=3 - -// 7772 -[npc_7772] -bas=bas_1233 -size=1 -op2=Attack -vislevel=47 -name=Lava monster -model1=model_34298 -unknown119=1 - -// 7773 -[npc_7773] -bas=bas_1231 -size=1 -op2=Attack -contrast=0 -ambient=64 -vislevel=47 -name=Fire monster -model1=model_34299 -unknown119=1 - -// 7774 -[npc_7774] -bas=bas_71 -size=1 -op2=Attack -spotshadow=no -ambient=25 -vislevel=40 -recolhsl1s=10287 -recolhsl1d=7478 -recol2s=14795 -recol2d=19978 -recol3s=15852 -recol3d=22090 -recolhsl4s=10299 -recolhsl4d=7493 -recol5s=17966 -recol5d=23182 -recol6s=19023 -recol6d=23182 -name=Skeleton -model1=model_34398 -unknown119=3 - -// 7775 -[npc_7775] -bas=bas_71 -size=1 -op2=Attack -spotshadow=no -ambient=25 -vislevel=38 -recolhsl1s=10287 -recolhsl1d=7478 -recol2s=14795 -recol2d=19978 -recol3s=15852 -recol3d=22090 -recolhsl4s=10299 -recolhsl4d=7493 -recol5s=17966 -recol5d=23182 -recol6s=19023 -recol6d=23182 -name=Skeleton -model1=model_34398 -unknown119=3 - -// 7776 -[npc_7776] -bas=bas_71 -size=1 -op2=Attack -spotshadow=no -ambient=25 -vislevel=31 -recolhsl1s=10287 -recolhsl1d=7478 -recol2s=14795 -recol2d=19978 -recol3s=15852 -recol3d=22090 -recolhsl4s=10299 -recolhsl4d=7493 -recol5s=17966 -recol5d=23182 -recol6s=19023 -recol6d=23182 -name=Skeleton -model1=model_34398 -unknown119=3 - -// 7777 -[npc_7777] -bas=bas_71 -size=1 -op2=Attack -spotshadow=no -ambient=25 -vislevel=31 -recolhsl1s=10287 -recolhsl1d=7478 -recol2s=14795 -recol2d=19978 -recol3s=15852 -recol3d=22090 -recolhsl4s=10299 -recolhsl4d=7493 -recol5s=17966 -recol5d=23182 -recol6s=19023 -recol6d=23182 -name=Skeleton -model1=model_34398 -unknown119=3 - -// 7778 -[npc_7778] -bas=bas_71 -size=1 -op2=Attack -spotshadow=no -ambient=25 -vislevel=28 -recolhsl1s=10287 -recolhsl1d=7478 -recol2s=14795 -recol2d=19978 -recol3s=15852 -recol3d=22090 -recolhsl4s=10299 -recolhsl4d=7493 -recol5s=17966 -recol5d=23182 -recol6s=19023 -recol6d=23182 -name=Skeleton -model1=model_34398 -unknown119=3 - -// 7779 -[npc_7779] -bas=bas_166 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -vislevel=0 -alwaysontop=yes -ambient=25 -spotshadow=no -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=11524 -recol4s=6273 -recol4d=16608 -recol5s=2340 -recol5d=11524 -multivar=varplayerbit_418 -multinpc=26,npc_7780 -unknown119=3 - -// 7780 -[npc_7780] -bas=bas_166 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -vislevel=0 -alwaysontop=yes -ambient=25 -spotshadow=no -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=11524 -recol4s=6273 -recol4d=16608 -recol5s=2340 -recol5d=11524 -name=Sumona -model1=model_34395 -head1=model_34607 -unknown119=3 - -// 7781 -[npc_7781] -bas=bas_166 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=25 -spotshadow=no -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=11524 -recol4s=6273 -recol4d=16608 -recol5s=2340 -recol5d=11524 -name=Jesmona -model1=model_34396 -head1=model_38969 -unknown119=3 - -// 7782 -[npc_7782] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op1=Talk-to -vislevel=0 -name=Catolax -model1=model_34397 -head1=model_39962 -unknown119=3 - -// 7783 -[npc_7783] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op1=Talk-to -vislevel=0 -multivar=varplayerbit_4764 -multinpc=250,npc_7782 -unknown119=3 - -// 7784 -[npc_7784] -bas=bas_41 -ambient=25 -alwaysontop=yes -spotshadow=no -op1=Talk-to -vislevel=0 -recol1s=15687 -recol1d=23185 -recolhsl2s=4521 -recolhsl2d=6341 -recol3s=12516 -recol3d=18923 -recol4s=13573 -recol4d=19980 -recolhsl5s=10345 -recolhsl5d=6366 -recolhsl6s=10353 -recolhsl6d=6378 -multivar=varplayerbit_4764 -multinpc=20,npc_7785 -multinpc=50,npc_7785 -multinpc=75,npc_7785 -multinpc=100,npc_7785 -multinpc=150,npc_7785 -multinpc=175,npc_7785 -multinpc=200,npc_7785 -multinpc=250,npc_7785 -unknown119=3 - -// 7785 -[npc_7785] -bas=bas_41 -ambient=25 -alwaysontop=yes -spotshadow=no -op1=Talk-to -vislevel=0 -recol1s=15687 -recol1d=23185 -recolhsl2s=4521 -recolhsl2d=6341 -recol3s=12516 -recol3d=18923 -recol4s=13573 -recol4d=19980 -recolhsl5s=10345 -recolhsl5d=6366 -recolhsl6s=10353 -recolhsl6d=6378 -name=Ali Cat -model1=model_34028 -head1=model_34061 -unknown119=3 - -// 7786 -[npc_7786] -bas=bas_34 -size=2 -ambient=25 -op2=Attack -vislevel=90 -name=Mighty banshee -model1=model_34577 -unknown119=3 - -// 7787 -[npc_7787] -bas=bas_810 -size=2 -op2=Attack -vislevel=138 -recolhsl1s=10330 -recolhsl1d=2105 -recolhsl2s=10322 -recolhsl2d=2110 -recolhsl3s=10314 -recolhsl3d=2115 -name=Cave crawler -model1=model_34553 -unknown119=3 - -// 7788 -[npc_7788] -bas=bas_71 -size=1 -op2=Attack -spotshadow=no -ambient=25 -vislevel=53 -recolhsl1s=10287 -recolhsl1d=7478 -recol2s=14795 -recol2d=19978 -recol3s=15852 -recol3d=22090 -recolhsl4s=10299 -recolhsl4d=7493 -recol5s=17966 -recol5d=23182 -recol6s=19023 -recol6d=23182 -name=Skeleton -model1=model_34398 -unknown119=3 - -// 7789 -[npc_7789] -bas=bas_67 -size=1 -op2=Attack -spotshadow=no -vislevel=41 -recolhsl1s=43038 -recolhsl1d=8418 -recolhsl2s=43034 -recolhsl2d=8428 -recolhsl3s=43030 -recolhsl3d=8438 -recolhsl4s=43026 -recolhsl4d=8443 -recol5s=32767 -recol5d=22162 -name=Zombie -model1=model_21111 -model2=model_21067 -model3=model_21049 -model4=model_21098 -model5=model_21125 -model6=model_21081 -model7=model_21140 -unknown119=3 - -// 7790 -[npc_7790] -bas=bas_67 -size=1 -op2=Attack -spotshadow=no -vislevel=38 -recol1s=3138 -recol1d=27444 -recolhsl2s=142 -recolhsl2d=8424 -recolhsl3s=18 -recolhsl3d=8434 -recol4s=6343 -recol4d=12648 -recolhsl5s=43038 -recolhsl5d=8376 -recol6s=8457 -recol6d=20045 -name=Zombie -model1=model_21101 -model2=model_21068 -model3=model_21050 -model4=model_21085 -model5=model_21126 -model6=model_21082 -model7=model_21140 -unknown119=3 - -// 7791 -[npc_7791] -bas=bas_67 -size=1 -op2=Attack -spotshadow=no -vislevel=56 -recol1s=8356 -recol1d=22161 -recolhsl2s=3235 -recolhsl2d=8408 -recolhsl3s=5413 -recolhsl3d=8413 -recolhsl4s=5417 -recolhsl4d=8418 -recolhsl5s=3226 -recolhsl5d=8433 -recol6s=9446 -recol6d=32691 -name=Zombie -model1=model_21009 -model2=model_20965 -model3=model_20959 -model4=model_20990 -model5=model_21023 -model6=model_20983 -model7=model_21036 -unknown119=3 - -// 7792 -[npc_7792] -bas=bas_67 -size=1 -op2=Attack -spotshadow=no -vislevel=69 -recol1s=8455 -recol1d=22161 -recolhsl2s=10266 -recolhsl2d=8408 -recolhsl3s=10262 -recolhsl3d=8413 -recolhsl4s=10258 -recolhsl4d=8418 -recolhsl5s=41 -recolhsl5d=8433 -recol6s=12618 -recol6d=32691 -name=Zombie -model1=model_21010 -model2=model_20967 -model3=model_20960 -model4=model_20998 -model5=model_21024 -model6=model_20982 -model7=model_21036 -unknown119=3 - -// 7793 -[npc_7793] -bas=bas_34 -size=2 -ambient=25 -op2=Attack -vislevel=111 -name=Banshee mistress -model1=model_34579 -unknown119=3 - -// 7794 -[npc_7794] -bas=bas_34 -size=2 -ambient=25 -op2=Attack -vislevel=0 -name=Banshee mistress -model1=model_34579 -unknown119=3 - -// 7795 -[npc_7795] -bas=bas_242 -op2=Attack -vislevel=141 -name=Insectoid assassin -model1=model_31018 -model2=model_31022 -head1=model_31081 -unknown119=3 - -// 7796 -[npc_7796] -bas=bas_242 -vislevel=0 -name=Insectoid assassin -model1=model_31018 -model2=model_31022 -head1=model_31081 -unknown119=3 - -// 7797 -[npc_7797] -bas=bas_296 -size=3 -resizeh=118 -resizev=118 -op2=Attack -vislevel=240 -name=Kurask overlord -model1=model_34568 -unknown119=3 - -// 7798 -[npc_7798] -bas=bas_297 -size=2 -op2=Attack -vislevel=180 -name=Monstrous cave crawler -model1=model_34555 -unknown119=3 - -// 7799 -[npc_7799] -bas=bas_298 -size=2 -ambient=25 -op2=Attack -spotshadow=no -vislevel=240 -name=Basilisk boss -model1=model_34562 -unknown119=3 - -// 7800 -[npc_7800] -bas=bas_299 -size=3 -ambient=25 -op2=Attack -vislevel=180 -name=Mightiest turoth -model1=model_34560 -unknown119=3 - -// 7801 -[npc_7801] -bas=bas_33 -size=2 -ambient=30 -op2=Attack -vislevel=96 -recolhsl1s=3369 -recolhsl1d=12451 -recolhsl2s=3377 -recolhsl2d=12441 -recolhsl3s=3365 -recolhsl3d=12436 -recolhsl4s=3489 -recolhsl4d=12431 -name=Aberrant spectre -model1=model_34564 -unknown119=3 - -// 7802 -[npc_7802] -bas=bas_33 -size=2 -ambient=30 -resizeh=120 -resizev=120 -op2=Attack -vislevel=96 -recolhsl1s=3369 -recolhsl1d=12451 -recolhsl2s=3377 -recolhsl2d=12441 -recolhsl3s=3365 -recolhsl3d=12436 -recolhsl4s=3489 -recolhsl4d=12431 -name=Aberrant spectre -model1=model_34564 -unknown119=3 - -// 7803 -[npc_7803] -bas=bas_33 -size=2 -ambient=30 -resizeh=110 -resizev=110 -op2=Attack -vislevel=96 -recolhsl1s=3369 -recolhsl1d=12451 -recolhsl2s=3377 -recolhsl2d=12441 -recolhsl3s=3365 -recolhsl3d=12436 -recolhsl4s=3489 -recolhsl4d=12431 -name=Aberrant spectre -model1=model_34564 -unknown119=3 - -// 7804 -[npc_7804] -bas=bas_33 -size=2 -ambient=30 -resizeh=115 -resizev=115 -op2=Attack -vislevel=96 -recolhsl1s=3369 -recolhsl1d=12451 -recolhsl2s=3377 -recolhsl2d=12441 -recolhsl3s=3365 -recolhsl3d=12436 -recolhsl4s=3489 -recolhsl4d=12431 -name=Aberrant spectre -model1=model_34564 -unknown119=3 - -// 7805 -[npc_7805] -bas=bas_296 -size=3 -resizeh=118 -resizev=118 -op2=Attack -vislevel=106 -name=Kurask minion -model1=model_34569 -unknown119=3 - -// 7806 -[npc_7806] -bas=bas_812 -size=3 -vislevel=0 -alwaysontop=yes -name=Mummy warrior -model1=model_34400 -unknown119=3 - -// 7807 -[npc_7807] -bas=bas_812 -op2=Attack -alwaysontop=yes -vislevel=54 -name=Mummy warrior -model1=model_34400 -unknown119=3 - -// 7808 -[npc_7808] -bas=bas_812 -ambient=60 -contrast=60 -op2=Attack -alwaysontop=yes -vislevel=54 -name=Mummy warrior -model1=model_34401 -model2=model_34402 -unknown119=3 - -// 7809 -[npc_7809] -ambient=25 -alwaysontop=yes -spotshadow=no -vislevel=1 -recol1s=15687 -recol1d=23185 -recolhsl2s=4521 -recolhsl2d=6341 -recol3s=12516 -recol3d=18923 -recol4s=13573 -recol4d=19980 -recolhsl5s=10345 -recolhsl5d=6366 -recolhsl6s=10353 -recolhsl6d=6378 -name=Cat -model1=model_34028 -head1=model_34061 -unknown119=3 - -// 7810 -[npc_7810] -bas=bas_34 -size=2 -ambient=25 -alwaysontop=yes -spotshadow=no -vislevel=1 -name=Banshee -model1=model_34579 -unknown119=3 - -// 7811 -[npc_7811] -bas=bas_296 -size=3 -ambient=25 -alwaysontop=yes -spotshadow=no -vislevel=1 -name=Kurask -model1=model_34568 -unknown119=3 - -// 7812 -[npc_7812] -bas=bas_297 -size=2 -op2=Attack -spotshadow=no -vislevel=2 -name=Cave crawler -model1=model_34555 -unknown119=3 - -// 7813 -[npc_7813] -bas=bas_298 -size=2 -op2=Attack -spotshadow=no -vislevel=2 -name=Basilisk -model1=model_34562 -unknown119=3 - -// 7814 -[npc_7814] -bas=bas_299 -size=3 -op2=Attack -spotshadow=no -vislevel=2 -name=Turoth -model1=model_34560 -unknown119=3 - -// 7815 -[npc_7815] -bas=bas_71 -size=1 -op2=Attack -spotshadow=no -ambient=25 -alwaysontop=yes -vislevel=22 -recolhsl1s=10287 -recolhsl1d=7478 -recol2s=14795 -recol2d=19978 -recol3s=15852 -recol3d=22090 -recolhsl4s=10299 -recolhsl4d=7493 -recol5s=17966 -recol5d=23182 -recol6s=19023 -recol6d=23182 -name=Skeleton -model1=model_34398 -unknown119=3 - -// 7816 -[npc_7816] -bas=bas_123 -size=1 -contrast=10 -ambient=10 -op1=Talk-to -op3=Trade -vislevel=0 -name=Master -model1=model_34397 -head1=model_34585 -unknown119=3 - -// 7817 -[npc_7817] -bas=bas_67 -size=1 -op2=Attack -spotshadow=no -vislevel=18 -recolhsl1s=43038 -recolhsl1d=8418 -recolhsl2s=43034 -recolhsl2d=8428 -recolhsl3s=43030 -recolhsl3d=8438 -recolhsl4s=43026 -recolhsl4d=8443 -recol5s=32767 -recol5d=22162 -name=Zombie -model1=model_21111 -model2=model_21067 -model3=model_21049 -model4=model_21098 -model5=model_21125 -model6=model_21081 -model7=model_21140 -unknown119=3 - -// 7818 -[npc_7818] -bas=bas_67 -size=1 -op2=Attack -spotshadow=no -vislevel=18 -recol1s=3138 -recol1d=27444 -recolhsl2s=142 -recolhsl2d=8424 -recolhsl3s=18 -recolhsl3d=8434 -recol4s=6343 -recol4d=12648 -recolhsl5s=43038 -recolhsl5d=8376 -recol6s=8457 -recol6d=20045 -name=Zombie -model1=model_21101 -model2=model_21068 -model3=model_21050 -model4=model_21085 -model5=model_21126 -model6=model_21082 -model7=model_21140 -unknown119=3 - -// 7819 -[npc_7819] -bas=bas_67 -size=1 -op2=Attack -spotshadow=no -vislevel=18 -recol1s=8356 -recol1d=22161 -recolhsl2s=3235 -recolhsl2d=8408 -recolhsl3s=5413 -recolhsl3d=8413 -recolhsl4s=5417 -recolhsl4d=8418 -recolhsl5s=3226 -recolhsl5d=8433 -recol6s=9446 -recol6d=32691 -name=Zombie -model1=model_21009 -model2=model_20965 -model3=model_20959 -model4=model_20990 -model5=model_21023 -model6=model_20983 -model7=model_21036 -unknown119=3 - -// 7820 -[npc_7820] -bas=bas_67 -size=1 -op2=Attack -spotshadow=no -vislevel=18 -recol1s=8455 -recol1d=22161 -recolhsl2s=10266 -recolhsl2d=8408 -recolhsl3s=10262 -recolhsl3d=8413 -recolhsl4s=10258 -recolhsl4d=8418 -recolhsl5s=41 -recolhsl5d=8433 -recol6s=12618 -recol6d=32691 -name=Zombie -model1=model_21010 -model2=model_20967 -model3=model_20960 -model4=model_20998 -model5=model_21024 -model6=model_20982 -model7=model_21036 -unknown119=3 - -// 7821 -[npc_7821] -bas=bas_166 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=25 -spotshadow=no -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=11524 -recol4s=6273 -recol4d=16608 -recol5s=2340 -recol5d=11524 -name=A wanderer. -model1=model_34396 -head1=model_113 -unknown119=3 - -// 7822 -[npc_7822] -bas=bas_166 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=25 -spotshadow=no -recol1s=25098 -recol1d=11524 -recol2s=16846 -recol2d=26274 -recol3s=7298 -recol3d=11524 -recol4s=6273 -recol4d=16608 -recol5s=2340 -recol5d=11524 -name=A wanderer. -model1=model_34395 -head1=model_113 -unknown119=3 - -// 7823 -[npc_7823] -bas=bas_654 -op2=Attack -turnspeed=0 -vislevel=49 -name=Wall beast -model1=model_34601 -unknown119=1 - -// 7824 -[npc_7824] -bas=bas_759 -size=1 -vislevel=0 -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=4226 -recol3s=6273 -recol3d=8386 -recol4s=14724 -recol4d=4226 -retex1s=material_268 -retex1d=material_202 -retex2s=material_272 -retex2d=material_202 -name=Osman -model1=model_208 -model2=model_254 -model3=model_249 -model4=model_170 -model5=model_176 -model6=model_181 -model7=model_292 -head1=model_38588 -head2=model_39254 -unknown119=3 - -// 7825 -[npc_7825] -bas=bas_1131 -vislevel=0 -op1=Talk-to -name=50 Ships Mufassah -model1=model_34679 -head1=model_39868 -head2=model_39298 -unknown119=3 - -// 7826 -[npc_7826] -bas=bas_1133 -vislevel=0 -size=2 -ambient=25 -op1=Catch -spotshadow=no -name=Karamthulhu -model1=model_34837 -model2=model_34836 -unknown119=3 - -// 7827 -[npc_7827] -bas=bas_1132 -vislevel=0 -size=2 -ambient=25 -spotshadow=no -name=Karamthulhu -model1=model_34837 -unknown119=3 - -// 7828 -[npc_7828] -bas=bas_1130 -size=2 -op2=Attack -ambient=10 -vislevel=60 -name=Giant lobster -model1=model_34646 -unknown119=3 - -// 7829 -[npc_7829] -bas=bas_202 -size=1 -op2=Attack -vislevel=60 -name=Giant crab -model1=model_34615 -unknown119=3 - -// 7830 -[npc_7830] -op1=Chat -ambient=25 -contrast=25 -vislevel=1 -name=Customs Sergeant -model1=model_34657 -head1=model_40024 -head2=model_39223 -unknown119=3 - -// 7831 -[npc_7831] -op1=Chat -ambient=25 -contrast=25 -vislevel=1 -name=Customs Sergeant -model1=model_34657 -head1=model_39979 -head2=model_39481 -unknown119=3 - -// 7832 -[npc_7832] -bas=bas_1138 -turnspeed=0 -ambient=10 -vislevel=0 -name=Young Ralph -model1=model_34841 -head1=model_39728 -head2=model_39244 -unknown119=3 - -// 7833 -[npc_7833] -bas=bas_1138 -turnspeed=0 -ambient=10 -vislevel=0 -name=Young Ralph -model1=model_34842 -head1=model_39728 -head2=model_39244 -unknown119=3 - -// 7834 -[npc_7834] -bas=bas_1138 -turnspeed=0 -ambient=10 -vislevel=0 -name=Young Ralph -model1=model_34840 -head1=model_39728 -head2=model_39244 -unknown119=3 - -// 7835 -[npc_7835] -bas=bas_1138 -turnspeed=0 -ambient=10 -vislevel=0 -name=Young Ralph -model1=model_34839 -head1=model_39728 -head2=model_39244 -unknown119=3 - -// 7836 -[npc_7836] -bas=bas_1138 -turnspeed=0 -ambient=10 -vislevel=0 -name=Young Ralph -model1=model_34838 -head1=model_39728 -head2=model_39244 -unknown119=3 - -// 7837 -[npc_7837] -bas=bas_4 -op2=Attack -vislevel=35 -recol1s=9473 -recol1d=6342 -recol2s=6354 -recol2d=4234 -recolhsl3s=4550 -recolhsl3d=5552 -recol4s=16846 -recol4d=6346 -name=Customs Officer -model1=model_370 -model2=model_393 -model3=model_34689 -model4=model_34686 -model5=model_356 -model6=model_490 -model7=model_34703 -model8=model_361 -head1=model_38926 -head2=model_38789 -modeloffset5=3,-11,6 -unknown119=3 - -// 7838 -[npc_7838] -bas=bas_4 -op2=Attack -vislevel=35 -recol1s=9473 -recol1d=6342 -recol2s=6354 -recol2d=4234 -recolhsl3s=4550 -recolhsl3d=5552 -recol4s=16846 -recol4d=6346 -name=Customs Officer -model1=model_194 -model2=model_217 -model3=model_246 -model4=model_34655 -model5=model_34650 -model6=model_179 -model7=model_490 -model8=model_34668 -model9=model_185 -head1=model_39686 -head2=model_39481 -head3=model_39223 -modeloffset6=3,-11,6 -unknown119=3 - -// 7839 -[npc_7839] -bas=bas_4 -vislevel=0 -recol1s=9473 -recol1d=6342 -recol2s=6354 -recol2d=4234 -recolhsl3s=4550 -recolhsl3d=5552 -recol4s=16846 -recol4d=6346 -name=Customs Officer -model1=model_370 -model2=model_393 -model3=model_34689 -model4=model_34686 -model5=model_356 -model6=model_490 -model7=model_34703 -model8=model_361 -head1=model_38926 -head2=model_38789 -modeloffset5=3,-11,6 -unknown119=1 - -// 7840 -[npc_7840] -bas=bas_4 -vislevel=0 -recol1s=9473 -recol1d=6342 -recol2s=6354 -recol2d=4234 -recolhsl3s=4550 -recolhsl3d=5552 -recol4s=16846 -recol4d=6346 -name=Heavy-Handed Harry -model1=model_194 -model2=model_217 -model3=model_246 -model4=model_34655 -model5=model_34650 -model6=model_179 -model7=model_490 -model8=model_34668 -model9=model_185 -head1=model_39686 -head2=model_39481 -head3=model_39223 -unknown119=1 - -// 7841 -[npc_7841] -vislevel=1 -name=Player -model1=model_26050 -head1=model_26082 -head2=model_26081 -unknown119=3 - -// 7842 -[npc_7842] -bas=bas_1135 -vislevel=0 -op1=Talk-to -recol1s=9473 -recol1d=6342 -recol2s=6354 -recol2d=4234 -recolhsl3s=4550 -recolhsl3d=5552 -recol4s=16846 -recol4d=6346 -name=Locker Officer -model1=model_194 -model2=model_217 -model3=model_246 -model4=model_34654 -model5=model_34652 -model6=model_179 -model7=model_34666 -model8=model_185 -model9=model_34671 -head1=model_39686 -head2=model_39481 -head3=model_39223 -unknown119=3 - -// 7843 -[npc_7843] -bas=bas_1135 -vislevel=0 -op1=Talk-to -recol1s=9473 -recol1d=6342 -recol2s=6354 -recol2d=4234 -recolhsl3s=4550 -recolhsl3d=5552 -recol4s=16846 -recol4d=6346 -name=Locker Officer -model1=model_194 -model2=model_217 -model3=model_246 -model4=model_34654 -model5=model_34652 -model6=model_179 -model7=model_34666 -model8=model_185 -model9=model_34671 -head1=model_39686 -head2=model_39481 -head3=model_39333 -head4=model_39223 -unknown119=3 - -// 7844 -[npc_7844] -bas=bas_14 -vislevel=0 -resizeh=100 -resizev=100 -minimap=no -op1=Pick-up -op4=Talk-to -vislevel=0 -name=Ex-ex-parrot -model1=model_34931 -head1=model_34645 -unknown119=3 - -// 7845 -[npc_7845] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Pirate impling -model1=model_34616 -unknown119=3 - -// 7846 -[npc_7846] -bas=bas_172 -vislevel=0 -op1=Catch -walksmoothing=no -alwaysontop=yes -name=Pirate impling -model1=model_34616 -model2=model_26367 -unknown119=3 - -// 7847 -[npc_7847] -bas=bas_35 -vislevel=0 -ambient=10 -name=Captain Rabid Jack -model1=model_34680 -head1=model_39766 -head2=model_39206 -head3=model_39465 -unknown119=1 - -// 7848 -[npc_7848] -bas=bas_1137 -vislevel=0 -ambient=10 -alwaysontop=yes -name=Jack -model1=model_34680 -model2=model_34681 -head1=model_39766 -head2=model_39206 -head3=model_39465 -unknown119=1 - -// 7849 -[npc_7849] -bas=bas_35 -vislevel=0 -op1=Talk-to -recolhsl1s=32790 -recolhsl1d=19591 -recolhsl2s=32798 -recolhsl2d=19595 -recolhsl3s=32803 -recolhsl3d=19599 -recol4s=21102 -recol4d=18563 -recolhsl5s=8398 -recolhsl5d=682 -recolhsl6s=8406 -recolhsl6d=690 -name=Bosun Giles -model1=model_28788 -model2=model_28798 -model3=model_34685 -model4=model_28758 -model5=model_28767 -model6=model_28809 -model7=model_28764 -head1=model_39505 -head2=model_39799 -head3=model_39259 -unknown119=1 - -// 7850 -[npc_7850] -bas=bas_35 -vislevel=0 -op1=Talk-to -recolhsl1s=21534 -recolhsl1d=19591 -recolhsl2s=21543 -recolhsl2d=19595 -recolhsl3s=21547 -recolhsl3d=19599 -recolhsl4s=64 -recolhsl4d=678 -recolhsl5s=72 -recolhsl5d=682 -name=Pirate -model1=model_28787 -model2=model_28800 -model3=model_34684 -model4=model_28758 -model5=model_28776 -model6=model_28809 -model7=model_28764 -head1=model_39505 -head2=model_40041 -unknown119=1 - -// 7851 -[npc_7851] -bas=bas_35 -vislevel=0 -op1=Talk-to -recolhsl1s=21778 -recolhsl1d=10422 -recolhsl2s=21782 -recolhsl2d=10426 -recolhsl3s=21658 -recolhsl3d=10430 -recolhsl4s=12583 -recolhsl4d=10445 -recol5s=14824 -recol5d=23250 -name=Lizzie -model1=model_28838 -model2=model_28842 -model3=model_28823 -model4=model_28828 -model5=model_28837 -model6=model_28846 -model7=model_28829 -head1=model_38896 -unknown119=1 - -// 7852 -[npc_7852] -bas=bas_4 -op1=Talk-to -vislevel=0 -recol1s=6273 -recol1d=0 -recol2s=5216 -recol2d=3177 -recol3s=2340 -recol3d=21130 -recol4s=7298 -recol4d=0 -recol5s=9473 -recol5d=0 -name=Cap'n Izzy No-Beard -model1=model_210 -model2=model_246 -model3=model_193 -model4=model_292 -model5=model_26875 -model6=model_167 -model7=model_179 -model8=model_271 -model9=model_185 -model10=model_18917 -model11=model_490 -head1=model_39946 -head2=model_42887 -head3=model_39223 -unknown119=3 - -// 7853 -[npc_7853] -bas=bas_35 -vislevel=0 -ambient=10 -name=Ralph -model1=model_34677 -head1=model_39731 -unknown119=3 - -// 7854 -[npc_7854] -bas=bas_300 -vislevel=0 -op1=Talk-to -name=Brass Hand Harry -model1=model_34683 -model2=model_34678 -head1=model_39828 -head2=model_39273 -unknown119=3 - -// 7855 -[npc_7855] -bas=bas_35 -vislevel=0 -vislevel=0 -op1=Talk-to -recol1s=5285 -recol1d=2114 -name=Bill Teach -model1=model_28785 -model2=model_28792 -model3=model_28750 -model4=model_28758 -model5=model_28769 -model6=model_28810 -model7=model_28764 -head1=model_39767 -head2=model_39259 -unknown119=1 - -// 7856 -[npc_7856] -bas=bas_35 -vislevel=0 -op1=Talk-to -recolhsl1s=3858 -recolhsl1d=7361 -recolhsl2s=3856 -recolhsl2d=7358 -recolhsl3s=3604 -recolhsl3d=7347 -recolhsl4s=3734 -recolhsl4d=7344 -recol5s=9445 -recol5d=10371 -recolhsl6s=5524 -recolhsl6d=1555 -name=Pirate -model1=model_28783 -model2=model_28796 -model3=model_28749 -model4=model_28758 -model5=model_28777 -model6=model_28809 -model7=model_28764 -head1=model_39482 -head2=model_39941 -head3=model_39211 -unknown119=1 - -// 7857 -[npc_7857] -bas=bas_300 -vislevel=0 -op1=Talk-to -name=Brass Hand Harry -model1=model_34683 -head1=model_39828 -head2=model_39273 -unknown119=3 - -// 7858 -[npc_7858] -bas=bas_1132 -vislevel=0 -size=2 -alwaysontop=yes -op1=hidden -spotshadow=no -multivar=varplayerbit_4795 -multinpc=0,npc_7826 -multinpc=1,npc_7827 -unknown119=3 - -// 7859 -[npc_7859] -bas=bas_1138 -vislevel=0 -size=1 -alwaysontop=yes -multivar=varplayerbit_4812 -multinpc=0,npc_7832 -multinpc=1,npc_7835 -multinpc=2,npc_7834 -unknown119=1 - -// 7860 -[npc_7860] -bas=bas_83 -size=1 -ambient=20 -op2=Attack -vislevel=0 -minimap=no -name=Gull -model1=model_26841 -unknown119=7 - -// 7861 -[npc_7861] -bas=bas_35 -op2=Attack -ambient=10 -vislevel=1 -name=Jack -model1=model_34680 -head1=model_39766 -head2=model_39206 -head3=model_39465 -unknown119=3 - -// 7862 -[npc_7862] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=hidden -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 7863 -[npc_7863] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=hidden -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 7864 -[npc_7864] -bas=bas_178 -vislevel=0 -size=1 -minimap=no -op1=Cage -op3=hidden -op4=hidden -op5=hidden -name=Fishing spot -model1=model_36844 -unknown119=5 - -// 7865 -[npc_7865] -bas=bas_105 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Guardsman Dante -model1=model_28867 -model2=model_38651 -model3=model_28873 -head1=model_39633 -unknown119=3 - -// 7866 -[npc_7866] -bas=bas_106 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Guardsman DeShawn -model1=model_28867 -model2=model_28871 -model3=model_28875 -head1=model_39892 -unknown119=3 - -// 7867 -[npc_7867] -bas=bas_105 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Guardsman Brawn -model1=model_28867 -model2=model_38651 -model3=model_28874 -head1=model_39792 -unknown119=3 - -// 7868 -[npc_7868] -bas=bas_117 -size=1 -op1=Talk-to -op4=Work-for -vislevel=0 -recolhsl1s=5133 -recolhsl1d=7488 -recol2s=16707 -recol2d=14692 -recolhsl3s=6378 -recolhsl3d=7717 -recolhsl4s=6368 -recolhsl4d=7710 -recol5s=14593 -recol5d=12579 -recol6s=6340 -recol6d=22090 -retex1s=material_255 -retex1d=material_254 -retex2s=material_272 -retex2d=material_254 -retex3s=material_268 -retex3d=material_258 -name=Iain -model1=model_40329 -model2=model_40349 -model3=model_28793 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_40008 -unknown119=3 - -// 7869 -[npc_7869] -bas=bas_117 -size=1 -op1=Talk-to -op4=Work-for -vislevel=0 -recolhsl1s=5404 -recolhsl1d=19475 -recolhsl2s=8398 -recolhsl2d=19618 -recolhsl3s=5674 -recolhsl3d=19618 -recolhsl4s=8390 -recolhsl4d=19608 -recolhsl5s=5659 -recolhsl5d=19608 -recolhsl6s=5400 -recolhsl6d=19471 -retex1s=material_255 -retex1d=material_272 -name=Julian -model1=model_40327 -model2=model_45466 -model3=model_40364 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39891 -unknown119=3 - -// 7870 -[npc_7870] -bas=bas_117 -size=1 -op1=Talk-to -vislevel=0 -recol1s=13667 -recol1d=14566 -recolhsl2s=5674 -recolhsl2d=1449 -recolhsl3s=8860 -recolhsl3d=1437 -recolhsl4s=5659 -recolhsl4d=1437 -recolhsl5s=5394 -recolhsl5d=5390 -recolhsl6s=5399 -recolhsl6d=5392 -retex1s=material_262 -retex1d=material_268 -retex2s=material_527 -retex2d=material_272 -name=Lachtopher -model1=model_40327 -model2=model_40358 -model3=model_40364 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39891 -unknown119=3 - -// 7871 -[npc_7871] -bas=bas_117 -size=1 -op1=Talk-to -op4=Work-for -vislevel=0 -recolhsl1s=4550 -recolhsl1d=4378 -recolhsl2s=5674 -recolhsl2d=8865 -recolhsl3s=5659 -recolhsl3d=8860 -recolhsl4s=32803 -recolhsl4d=8350 -recolhsl5s=32798 -recolhsl5d=8342 -recolhsl6s=32790 -recolhsl6d=8336 -retex1s=material_262 -retex1d=material_268 -retex2s=material_527 -retex2d=material_272 -name=Samuel -model1=model_28750 -model2=model_40358 -model3=model_40364 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_39931 -unknown119=3 - -// 7872 -[npc_7872] -bas=bas_117 -size=1 -op1=Talk-to -op4=Work-for -vislevel=0 -recolhsl1s=3230 -recolhsl1d=8506 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=16906 -recolhsl4s=6320 -recolhsl4d=15512 -recolhsl5s=6315 -recolhsl5d=15508 -recolhsl6s=6310 -recolhsl6d=15505 -retex1s=material_251 -retex1d=material_256 -retex2s=material_313 -retex2d=material_359 -name=Victoria -model1=model_28824 -model2=model_45464 -model3=model_40392 -model4=model_40396 -model5=model_40381 -model6=model_28847 -head1=model_39118 -unknown119=3 - -// 7873 -[npc_7873] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recolhsl1s=32798 -recolhsl1d=7321 -recolhsl2s=32803 -recolhsl2d=7329 -recolhsl3s=32790 -recolhsl3d=7313 -recolhsl4s=7322 -recolhsl4d=7194 -recolhsl5s=7442 -recolhsl5d=7183 -retex1s=material_527 -retex1d=material_359 -retex2s=material_255 -retex2d=material_359 -name=Man -model1=model_28750 -model2=model_40352 -model3=model_45465 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_39931 -unknown119=3 - -// 7874 -[npc_7874] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recolhsl1s=5133 -recolhsl1d=3872 -recol2s=22161 -recol2d=9445 -recol3s=21102 -recol3d=8388 -recol4s=9445 -recol4d=22161 -recol5s=8388 -recol5d=21102 -recolhsl6s=5289 -recolhsl6d=8374 -retex1s=material_258 -retex1d=material_250 -retex2s=material_255 -retex2d=material_254 -retex3s=material_527 -retex3d=material_254 -name=Man -model1=model_40329 -model2=model_45466 -model3=model_45465 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_39575 -unknown119=3 - -// 7875 -[npc_7875] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recolhsl1s=7368 -recolhsl1d=38177 -recol2s=16707 -recol2d=6410 -recol3s=18956 -recol3d=4296 -recol4s=14593 -recol4d=4296 -recolhsl5s=5175 -recolhsl5d=10438 -retex1s=material_255 -retex1d=material_359 -name=Man -model1=model_40331 -model2=model_40352 -model3=model_28793 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_40014 -head2=model_39223 -unknown119=3 - -// 7876 -[npc_7876] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recolhsl1s=8398 -recolhsl1d=6450 -recolhsl2s=8390 -recolhsl2d=6440 -recolhsl3s=5674 -recolhsl3d=6450 -recolhsl4s=5659 -recolhsl4d=6440 -recolhsl5s=5175 -recolhsl5d=4769 -retex1s=material_255 -retex1d=material_272 -name=Man -model1=model_40331 -model2=model_45466 -model3=model_40364 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_40014 -head2=model_39223 -unknown119=3 - -// 7877 -[npc_7877] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recol1s=13667 -recol1d=16707 -recol2s=12610 -recol2d=14593 -recolhsl3s=5399 -recolhsl3d=5409 -recolhsl4s=5394 -recolhsl4d=5404 -recolhsl5s=5389 -recolhsl5d=5399 -recolhsl6s=10388 -recolhsl6d=43016 -retex1s=material_255 -retex1d=material_272 -retex2s=material_527 -retex2d=material_272 -retex3s=material_262 -retex3d=material_268 -name=Man -model1=model_40333 -model2=model_40358 -model3=model_28793 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39575 -unknown119=3 - -// 7878 -[npc_7878] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recolhsl1s=5175 -recolhsl1d=5400 -recol2s=16707 -recol2d=22161 -recol3s=14593 -recol3d=21102 -recolhsl4s=5400 -recolhsl4d=5132 -recolhsl5s=5404 -recolhsl5d=5137 -recolhsl6s=5289 -recolhsl6d=5126 -name=Man -model1=model_40331 -model2=model_45466 -model3=model_28793 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_40014 -head2=model_39223 -unknown119=3 - -// 7879 -[npc_7879] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recolhsl1s=10388 -recolhsl1d=6438 -recolhsl2s=5674 -recolhsl2d=6443 -recolhsl3s=5659 -recolhsl3d=6563 -recolhsl4s=8369 -recolhsl4d=37032 -recolhsl5s=8361 -recolhsl5d=37022 -recolhsl6s=3856 -recolhsl6d=6553 -retex1s=material_251 -retex1d=material_268 -retex2s=material_255 -retex2d=material_272 -name=Man -model1=model_40333 -model2=model_28785 -model3=model_40364 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39575 -unknown119=3 - -// 7880 -[npc_7880] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recol1s=16906 -recol1d=28502 -recol2s=6340 -recol2d=13537 -recolhsl3s=25238 -recolhsl3d=5282 -recolhsl4s=4626 -recolhsl4d=41118 -recolhsl5s=5002 -recolhsl5d=41105 -retex1s=material_313 -retex1d=material_252 -retex2s=material_255 -retex2d=material_252 -name=Woman -model1=model_28822 -model2=model_45464 -model3=model_28842 -model4=model_40396 -model5=model_40382 -model6=model_28847 -head1=model_39042 -unknown119=3 - -// 7881 -[npc_7881] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recolhsl1s=10388 -recolhsl1d=5782 -recol2s=15856 -recol2d=25098 -recolhsl3s=8293 -recolhsl3d=9420 -recolhsl4s=8741 -recolhsl4d=9420 -recolhsl5s=21658 -recolhsl5d=2216 -recolhsl6s=21778 -recolhsl6d=2206 -name=Woman -model1=model_28822 -model2=model_28838 -model3=model_40392 -model4=model_40396 -model5=model_40381 -model6=model_28847 -head1=model_39042 -unknown119=3 - -// 7882 -[npc_7882] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recolhsl1s=10388 -recolhsl1d=5529 -recolhsl2s=21658 -recolhsl2d=42042 -recolhsl3s=21778 -recolhsl3d=42024 -name=Woman -model1=model_40378 -model2=model_28838 -model3=model_28842 -model4=model_40396 -model5=model_40384 -model6=model_28847 -head1=model_39172 -unknown119=3 - -// 7883 -[npc_7883] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recol1s=28502 -recol1d=19023 -recolhsl2s=5002 -recolhsl2d=6442 -recolhsl3s=1688 -recolhsl3d=6424 -recolhsl4s=902 -recolhsl4d=6433 -recolhsl5s=25238 -recolhsl5d=6301 -recolhsl6s=3230 -recolhsl6d=3497 -retex1s=material_255 -retex1d=material_359 -retex2s=material_264 -retex2d=material_254 -retex3s=material_251 -retex3d=material_258 -name=Woman -model1=model_28824 -model2=model_40387 -model3=model_28842 -model4=model_40396 -model5=model_40382 -model6=model_28847 -head1=model_39118 -unknown119=3 - -// 7884 -[npc_7884] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -op3=Pickpocket -vislevel=2 -recol1s=15856 -recol1d=25098 -recol2s=14724 -recol2d=5184 -recol3s=10338 -recol3d=9344 -recolhsl4s=10388 -recolhsl4d=3082 -retex1s=material_255 -retex1d=material_359 -retex2s=material_264 -retex2d=material_254 -retex3s=material_251 -retex3d=material_258 -name=Woman -model1=model_40378 -model2=model_40387 -model3=model_40392 -model4=model_40396 -model5=model_40381 -model6=model_28848 -head1=model_39172 -unknown119=3 - -// 7885 -[npc_7885] -bas=bas_105 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Guardsman Dante -model1=model_28867 -model2=model_38651 -model3=model_28873 -head1=model_39633 -unknown119=3 - -// 7886 -[npc_7886] -bas=bas_106 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Guardsman DeShawn -model1=model_28867 -model2=model_28871 -model3=model_28875 -head1=model_39892 -unknown119=3 - -// 7887 -[npc_7887] -bas=bas_105 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Guardsman Brawn -model1=model_28867 -model2=model_38651 -model3=model_28874 -head1=model_39792 -unknown119=3 - -// 7888 -[npc_7888] -bas=bas_107 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -retex1s=material_208 -retex1d=material_73 -name=Sergeant Abram -model1=model_28867 -model2=model_28868 -model3=model_28873 -head1=model_39633 -unknown119=3 - -// 7889 -[npc_7889] -bas=bas_105 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Guardsman Pazel -model1=model_28867 -model2=model_38651 -model3=model_28875 -head1=model_39892 -unknown119=3 - -// 7890 -[npc_7890] -bas=bas_107 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -retex1s=material_208 -retex1d=material_73 -name=Guardsman Peale -model1=model_28867 -model2=model_28868 -model3=model_28874 -head1=model_39792 -unknown119=3 - -// 7891 -[npc_7891] -size=1 -vislevel=0 -turnspeed=0 -op2=Attack -name=Melee dummy -model1=model_36514 -unknown119=1 - -// 7892 -[npc_7892] -bas=bas_729 -vislevel=0 -size=1 -resizev=148 -resizeh=148 -alwaysontop=yes -turnspeed=0 -op1=Talk-to -alwaysontop=yes -ambient=15 -recol1s=11744 -recol1d=12675 -recol2s=11520 -recol2d=11555 -recol3s=15488 -recol3d=4486 -recol4s=10240 -recol4d=224 -name=General Wartface -model1=model_2951 -model2=model_16426 -model3=model_16425 -model4=model_5549 -model5=model_5548 -model6=model_15483 -head1=model_40608 -unknown119=1 - -// 7893 -[npc_7893] -bas=bas_732 -vislevel=0 -size=1 -resizeh=148 -resizev=148 -resizev=148 -resizeh=148 -alwaysontop=yes -alwaysontop=yes -turnspeed=0 -op1=Talk-to -alwaysontop=yes -ambient=15 -recol1s=11744 -recol1d=12675 -recol2s=11520 -recol2d=11555 -recol3s=15488 -recol3d=10240 -name=General Bentnoze -model1=model_5535 -model2=model_16426 -model3=model_16425 -model4=model_5551 -model5=model_5547 -model6=model_15485 -head1=model_40607 -unknown119=1 - -// 7894 -[npc_7894] -turnspeed=0 -ambient=15 -vislevel=1 -multivar=varplayerbit_1859 -multinpc=1,npc_7895 -multinpc=2,npc_7892 -unknown119=1 - -// 7895 -[npc_7895] -bas=bas_728 -vislevel=0 -size=1 -resizev=148 -resizeh=148 -alwaysontop=yes -turnspeed=0 -alwaysontop=yes -op1=Inspect -vislevel=0 -ambient=15 -recol1s=11744 -recol1d=12675 -recol2s=11520 -recol2d=11555 -recol3s=15488 -recol3d=4486 -recol4s=10240 -recol4d=224 -name=General Wartface -model1=model_2951 -model2=model_16426 -model3=model_16425 -model4=model_5549 -model5=model_5548 -model6=model_15483 -head1=model_40608 -unknown119=1 - -// 7896 -[npc_7896] -turnspeed=0 -ambient=15 -vislevel=1 -multivar=varplayerbit_1859 -multinpc=1,npc_7897 -multinpc=2,npc_7893 -unknown119=1 - -// 7897 -[npc_7897] -bas=bas_731 -vislevel=0 -size=1 -resizeh=148 -resizev=148 -resizev=148 -resizeh=148 -alwaysontop=yes -turnspeed=0 -alwaysontop=yes -op1=Inspect -vislevel=0 -ambient=15 -recol1s=11744 -recol1d=12675 -recol2s=11520 -recol2d=11555 -recol3s=15488 -recol3d=10240 -name=General Bentnoze -model1=model_5535 -model2=model_16426 -model3=model_16425 -model4=model_5551 -model5=model_5547 -model6=model_15485 -head1=model_40607 -unknown119=1 - -// 7898 -[npc_7898] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4838 -multinpc=0,npc_1251 -multinpc=1,npc_1252 -unknown119=3 - -// 7899 -[npc_7899] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_4839 -multinpc=0,npc_1253 -multinpc=1,npc_1254 -unknown119=3 - -// 7900 -[npc_7900] -bas=bas_878 -size=1 -op2=Attack -vislevel=40 -recol1s=0 -recol1d=160 -name=Loar Shadow -model1=model_4143 -unknown119=3 - -// 7901 -[npc_7901] -bas=bas_881 -size=1 -op2=Attack -vislevel=40 -recol1s=0 -recol1d=160 -name=Loar Shadow -model1=model_4143 -unknown119=3 - -// 7902 -[npc_7902] -bas=bas_107 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Sergeant Abram -model1=model_28867 -model2=model_28868 -model3=model_28873 -head1=model_39633 -unknown119=3 - -// 7903 -[npc_7903] -bas=bas_105 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Guardsman Pazel -model1=model_28867 -model2=model_38651 -model3=model_28875 -head1=model_39892 -unknown119=3 - -// 7904 -[npc_7904] -bas=bas_107 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Guardsman Peale -model1=model_28867 -model2=model_28868 -model3=model_28874 -head1=model_39792 -unknown119=3 - -// 7905 -[npc_7905] -bas=bas_105 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Barricade guard -model1=model_28867 -model2=model_38651 -model3=model_28873 -head1=model_39633 -unknown119=3 - -// 7906 -[npc_7906] -bas=bas_106 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Barricade guard -model1=model_28867 -model2=model_28871 -model3=model_28875 -head1=model_39892 -unknown119=3 - -// 7907 -[npc_7907] -bas=bas_105 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Barricade guard -model1=model_28867 -model2=model_38651 -model3=model_28874 -head1=model_39792 -unknown119=3 - -// 7908 -[npc_7908] -bas=bas_107 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Barricade guard -model1=model_28867 -model2=model_28868 -model3=model_28873 -head1=model_39633 -unknown119=3 - -// 7909 -[npc_7909] -bas=bas_105 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Barricade guard -model1=model_28867 -model2=model_38651 -model3=model_28875 -head1=model_39892 -unknown119=3 - -// 7910 -[npc_7910] -bas=bas_107 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Barricade guard -model1=model_28867 -model2=model_28868 -model3=model_28874 -head1=model_38685 -unknown119=3 - -// 7911 -[npc_7911] -bas=bas_107 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -recol1s=2274 -recol1d=4405 -recol2s=160 -recol2d=3278 -recol3s=96 -recol3d=2219 -recolhsl4s=10657 -recolhsl4d=7445 -recolhsl5s=10652 -recolhsl5d=7440 -recolhsl6s=792 -recolhsl6d=7274 -name=Barricade guard -model1=model_28867 -model2=model_28868 -model3=model_28874 -head1=model_39792 -unknown119=3 - -// 7912 -[npc_7912] -bas=bas_210 -size=1 -op1=Talk-to -vislevel=0 -name=Border guard -model1=model_40314 -head1=model_39865 -unknown119=3 - -// 7913 -[npc_7913] -bas=bas_117 -size=1 -op1=Talk-to -vislevel=0 -recolhsl1s=5133 -recolhsl1d=7488 -recol2s=16707 -recol2d=14692 -recolhsl3s=6378 -recolhsl3d=7717 -recolhsl4s=6368 -recolhsl4d=7710 -recol5s=14593 -recol5d=12579 -recol6s=6340 -recol6d=22090 -retex1s=material_255 -retex1d=material_254 -retex2s=material_272 -retex2d=material_254 -retex3s=material_268 -retex3d=material_258 -name=Iain -model1=model_40329 -model2=model_40349 -model3=model_28793 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_40008 -unknown119=3 - -// 7914 -[npc_7914] -bas=bas_117 -size=1 -op1=Talk-to -vislevel=0 -recolhsl1s=5404 -recolhsl1d=19475 -recolhsl2s=8398 -recolhsl2d=19618 -recolhsl3s=5674 -recolhsl3d=19618 -recolhsl4s=8390 -recolhsl4d=19608 -recolhsl5s=5659 -recolhsl5d=19608 -recolhsl6s=5400 -recolhsl6d=19471 -retex1s=material_255 -retex1d=material_272 -name=Julian -model1=model_40327 -model2=model_40354 -model3=model_40364 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39891 -unknown119=3 - -// 7915 -[npc_7915] -bas=bas_117 -size=1 -op1=Talk-to -vislevel=0 -recol1s=13667 -recol1d=14566 -recolhsl2s=5674 -recolhsl2d=1449 -recolhsl3s=8860 -recolhsl3d=1437 -recolhsl4s=5659 -recolhsl4d=1437 -recolhsl5s=5394 -recolhsl5d=5390 -recolhsl6s=5399 -recolhsl6d=5392 -retex1s=material_262 -retex1d=material_268 -retex2s=material_527 -retex2d=material_272 -name=Lachtopher -model1=model_40327 -model2=model_40358 -model3=model_40364 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39891 -unknown119=3 - -// 7916 -[npc_7916] -bas=bas_117 -size=1 -op1=Talk-to -vislevel=0 -recolhsl1s=4550 -recolhsl1d=4378 -recolhsl2s=5674 -recolhsl2d=8865 -recolhsl3s=5659 -recolhsl3d=8860 -recolhsl4s=32803 -recolhsl4d=8350 -recolhsl5s=32798 -recolhsl5d=8342 -recolhsl6s=32790 -recolhsl6d=8336 -retex1s=material_262 -retex1d=material_268 -retex2s=material_527 -retex2d=material_272 -name=Samuel -model1=model_28750 -model2=model_40358 -model3=model_40364 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_39931 -unknown119=3 - -// 7917 -[npc_7917] -bas=bas_117 -size=1 -op1=Talk-to -vislevel=0 -recolhsl1s=3230 -recolhsl1d=8506 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=16906 -recolhsl4s=6320 -recolhsl4d=15512 -recolhsl5s=6315 -recolhsl5d=15508 -recolhsl6s=6310 -recolhsl6d=15505 -retex1s=material_251 -retex1d=material_256 -retex2s=material_313 -retex2d=material_359 -name=Victoria -model1=model_28824 -model2=model_28841 -model3=model_40392 -model4=model_40396 -model5=model_40381 -model6=model_28847 -head1=model_39118 -unknown119=3 - -// 7918 -[npc_7918] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recolhsl1s=32798 -recolhsl1d=7321 -recolhsl2s=32803 -recolhsl2d=7329 -recolhsl3s=32790 -recolhsl3d=7313 -recolhsl4s=7322 -recolhsl4d=7194 -recolhsl5s=7442 -recolhsl5d=7183 -retex1s=material_527 -retex1d=material_359 -retex2s=material_255 -retex2d=material_359 -name=Man -model1=model_28750 -model2=model_40352 -model3=model_28794 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_39931 -unknown119=3 - -// 7919 -[npc_7919] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recolhsl1s=5133 -recolhsl1d=3872 -recol2s=22161 -recol2d=9445 -recol3s=21102 -recol3d=8388 -recol4s=9445 -recol4d=22161 -recol5s=8388 -recol5d=21102 -recolhsl6s=5289 -recolhsl6d=8374 -retex1s=material_258 -retex1d=material_250 -retex2s=material_255 -retex2d=material_254 -retex3s=material_527 -retex3d=material_254 -name=Man -model1=model_40329 -model2=model_40354 -model3=model_28794 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_40008 -unknown119=3 - -// 7920 -[npc_7920] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recolhsl1s=7368 -recolhsl1d=38177 -recol2s=16707 -recol2d=6410 -recol3s=18956 -recol3d=4296 -recol4s=14593 -recol4d=4296 -recolhsl5s=5175 -recolhsl5d=10438 -retex1s=material_255 -retex1d=material_359 -name=Man -model1=model_40331 -model2=model_40352 -model3=model_28793 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_40014 -head2=model_39223 -unknown119=3 - -// 7921 -[npc_7921] -bas=bas_463 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recolhsl1s=8398 -recolhsl1d=6450 -recolhsl2s=8390 -recolhsl2d=6440 -recolhsl3s=5674 -recolhsl3d=6450 -recolhsl4s=5659 -recolhsl4d=6440 -recolhsl5s=5175 -recolhsl5d=4769 -retex1s=material_255 -retex1d=material_272 -name=Man -model1=model_40331 -model2=model_40354 -model3=model_40364 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_40014 -head2=model_39223 -unknown119=3 - -// 7922 -[npc_7922] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=13667 -recol1d=16707 -recol2s=12610 -recol2d=14593 -recolhsl3s=5399 -recolhsl3d=5409 -recolhsl4s=5394 -recolhsl4d=5404 -recolhsl5s=5389 -recolhsl5d=5399 -recolhsl6s=10388 -recolhsl6d=43016 -retex1s=material_255 -retex1d=material_272 -retex2s=material_527 -retex2d=material_272 -retex3s=material_262 -retex3d=material_268 -name=Man -model1=model_40333 -model2=model_40358 -model3=model_28793 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39575 -unknown119=3 - -// 7923 -[npc_7923] -bas=bas_463 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recolhsl1s=5175 -recolhsl1d=5400 -recol2s=16707 -recol2d=22161 -recol3s=14593 -recol3d=21102 -recolhsl4s=5400 -recolhsl4d=5132 -recolhsl5s=5404 -recolhsl5d=5137 -recolhsl6s=5289 -recolhsl6d=5126 -name=Man -model1=model_40331 -model2=model_40354 -model3=model_28793 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_40014 -head2=model_39223 -unknown119=3 - -// 7924 -[npc_7924] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recolhsl1s=10388 -recolhsl1d=6438 -recolhsl2s=5674 -recolhsl2d=6443 -recolhsl3s=5659 -recolhsl3d=6563 -recolhsl4s=8369 -recolhsl4d=37032 -recolhsl5s=8361 -recolhsl5d=37022 -recolhsl6s=3856 -recolhsl6d=6553 -retex1s=material_251 -retex1d=material_268 -retex2s=material_255 -retex2d=material_272 -name=Man -model1=model_40333 -model2=model_28785 -model3=model_40364 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39575 -unknown119=3 - -// 7925 -[npc_7925] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=16906 -recol1d=28502 -recol2s=6340 -recol2d=13537 -recolhsl3s=25238 -recolhsl3d=5282 -recolhsl4s=4626 -recolhsl4d=41118 -recolhsl5s=5002 -recolhsl5d=41105 -retex1s=material_313 -retex1d=material_252 -retex2s=material_255 -retex2d=material_252 -name=Woman -model1=model_28822 -model2=model_28841 -model3=model_28842 -model4=model_40396 -model5=model_40382 -model6=model_28847 -head1=model_39042 -unknown119=3 - -// 7926 -[npc_7926] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recolhsl1s=10388 -recolhsl1d=5782 -recol2s=15856 -recol2d=25098 -recolhsl3s=8293 -recolhsl3d=9420 -recolhsl4s=8741 -recolhsl4d=9420 -recolhsl5s=21658 -recolhsl5d=2216 -recolhsl6s=21778 -recolhsl6d=2206 -name=Woman -model1=model_28822 -model2=model_28838 -model3=model_40392 -model4=model_40396 -model5=model_40381 -model6=model_28847 -head1=model_39042 -unknown119=3 - -// 7927 -[npc_7927] -bas=bas_117 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recolhsl1s=10388 -recolhsl1d=5529 -recolhsl2s=21658 -recolhsl2d=42042 -recolhsl3s=21778 -recolhsl3d=42024 -name=Woman -model1=model_40378 -model2=model_28838 -model3=model_28842 -model4=model_40396 -model5=model_40384 -model6=model_28847 -head1=model_39172 -unknown119=3 - -// 7928 -[npc_7928] -bas=bas_463 -size=1 -op1=Talk-to -op2=Attack -vislevel=2 -recol1s=15856 -recol1d=25098 -recol2s=14724 -recol2d=5184 -recol3s=10338 -recol3d=9344 -recolhsl4s=10388 -recolhsl4d=3082 -retex1s=material_255 -retex1d=material_359 -retex2s=material_264 -retex2d=material_254 -retex3s=material_251 -retex3d=material_258 -name=Woman -model1=model_40378 -model2=model_40387 -model3=model_40392 -model4=model_40396 -model5=model_40381 -model6=model_28848 -head1=model_39172 -unknown119=3 - -// 7929 -[npc_7929] -bas=bas_121 -op1=Talk-to -alwaysontop=yes -vislevel=0 -recolhsl1s=6798 -recolhsl1d=6252 -recolhsl2s=6165 -recolhsl2d=41279 -retex1s=material_260 -retex1d=material_359 -name=Lumbridge Guide -model1=model_40339 -model2=model_40348 -model3=model_40363 -model4=model_40369 -model5=model_40342 -model6=model_40324 -head1=model_39706 -unknown119=3 - -// 7930 -[npc_7930] -bas=bas_198 -op1=Talk-to -vislevel=0 -recolhsl1s=6435 -recolhsl1d=6672 -recolhsl2s=37912 -recolhsl2d=36145 -recolhsl3s=37902 -recolhsl3d=36139 -recolhsl4s=37896 -recolhsl4d=36127 -retex1s=material_272 -retex1d=material_252 -retex2s=material_359 -retex2d=material_252 -retex3s=material_251 -retex3d=material_256 -retex4s=material_255 -retex4d=material_359 -retex5s=material_250 -retex5d=material_256 -retex6s=material_268 -retex6d=material_253 -name=Doomsayer -model1=model_40629 -model2=model_40310 -model3=model_40309 -model4=model_40312 -model5=model_31606 -model6=model_31578 -model7=model_31582 -head1=model_40046 -unknown119=3 - -// 7931 -[npc_7931] -bas=bas_121 -size=1 -op1=Talk-to -vislevel=0 -recol1s=6340 -recol1d=6273 -recol2s=15856 -recol2d=25098 -recol3s=14724 -recol3d=7298 -recolhsl4s=25238 -recolhsl4d=8411 -recol5s=15719 -recol5d=9445 -retex1s=material_252 -retex1d=material_254 -name=Donie -model1=model_40378 -model2=model_40389 -model3=model_40392 -model4=model_40396 -model5=model_40382 -model6=model_28847 -model7=model_40372 -head1=model_39042 -unknown119=3 - -// 7932 -[npc_7932] -bas=bas_121 -size=1 -op1=Talk-to -vislevel=0 -recol1s=15719 -recol1d=9445 -recolhsl2s=25238 -recolhsl2d=9414 -recolhsl3s=6378 -recolhsl3d=6430 -recolhsl4s=5674 -recolhsl4d=6430 -recolhsl5s=6368 -recolhsl5d=6422 -recolhsl6s=5659 -recolhsl6d=6422 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_255 -retex3d=material_272 -name=Gee -model1=model_40339 -model2=model_40349 -model3=model_40364 -model4=model_40370 -model5=model_40345 -model6=model_28810 -model7=model_40315 -head1=model_39902 -unknown119=3 - -// 7933 -[npc_7933] -bas=bas_117 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -retex1s=material_263 -retex1d=material_527 -name=Duke Horacio -model1=model_40357 -head1=model_39624 -unknown119=3 - -// 7934 -[npc_7934] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=2340 -recol1d=7569 -recol2s=14724 -recol2d=7569 -recol3s=7328 -recol3d=16025 -recol4s=15392 -recol4d=23391 -recol5s=8386 -recol5d=23391 -recol6s=32736 -recol6d=23391 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Sigmund -model1=model_6848 -model2=model_292 -model3=model_162 -model4=model_265 -model5=model_181 -model6=model_176 -model7=model_323 -model8=model_283 -model9=model_5215 -head1=model_39744 -head2=model_39256 -unknown119=3 - -// 7935 -[npc_7935] -bas=bas_117 -vislevel=0 -size=1 -op1=Talk-to -recolhsl1s=5133 -recolhsl1d=6798 -recolhsl2s=6443 -recolhsl2d=1561 -recolhsl3s=5404 -recolhsl3d=1561 -recolhsl4s=6563 -recolhsl4d=1555 -recolhsl5s=5524 -recolhsl5d=1555 -retex1s=material_255 -retex1d=material_292 -retex2s=material_251 -retex2d=material_262 -name=Hans -model1=model_40329 -model2=model_28785 -model3=model_28796 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_39575 -unknown119=2 - -// 7936 -[npc_7936] -bas=bas_117 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recolhsl1s=5297 -recolhsl1d=98 -recol2s=12616 -recol2d=25269 -recolhsl3s=5279 -recolhsl3d=82 -recolhsl4s=5674 -recolhsl4d=40244 -recolhsl5s=5670 -recolhsl5d=40239 -recolhsl6s=5659 -recolhsl6d=40226 -retex1s=material_359 -retex1d=material_268 -retex2s=material_255 -retex2d=material_272 -name=Cook -model1=model_40332 -model2=model_40353 -model3=model_40343 -model4=model_40364 -model5=model_40370 -model6=model_28804 -head1=model_39830 -unknown119=3 - -// 7937 -[npc_7937] -bas=bas_117 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -recolhsl1s=6435 -recolhsl1d=7824 -name=Father Aereck -model1=model_40307 -model2=model_40311 -model3=model_40308 -model4=model_40312 -model5=model_31606 -model6=model_31578 -head1=model_39744 -head2=model_39223 -unknown119=3 - -// 7938 -[npc_7938] -bas=bas_473 -size=1 -ambient=25 -contrast=15 -op1=Talk-to -vislevel=0 -walksmoothing=no -alwaysontop=yes -recol1s=6273 -recol1d=12608 -name=Sir Vant -model1=model_40755 -model2=model_40756 -model3=model_40753 -model4=model_40758 -model5=model_40757 -model6=model_40754 -model7=model_546 -model8=model_40759 -head1=model_39747 -head2=model_39223 -unknown119=1 - -// 7939 -[npc_7939] -bas=bas_474 -size=1 -ambient=25 -contrast=15 -op1=Talk-to -vislevel=0 -walksmoothing=no -alwaysontop=yes -recol1s=6273 -recol1d=12608 -retex1s=material_228 -retex1d=material_426 -name=Sir Vant -model1=model_40755 -model2=model_40756 -model3=model_40753 -model4=model_40758 -model5=model_40757 -model6=model_40754 -model7=model_546 -model8=model_40759 -head1=model_39747 -head2=model_39223 -unknown119=1 - -// 7940 -[npc_7940] -bas=bas_474 -size=1 -ambient=25 -contrast=15 -op1=Talk-to -vislevel=0 -walksmoothing=no -alwaysontop=yes -recol1s=6273 -recol1d=12608 -name=Sir Vant -model1=model_40755 -model2=model_40756 -model3=model_40753 -model4=model_40758 -model5=model_40757 -model6=model_40754 -head1=model_39747 -head2=model_39223 -unknown119=1 - -// 7941 -[npc_7941] -bas=bas_474 -size=1 -ambient=25 -contrast=15 -op1=Talk-to -vislevel=0 -walksmoothing=no -alwaysontop=yes -recol1s=6273 -recol1d=12608 -name=Sir Vant -model1=model_40755 -model2=model_40756 -model3=model_40753 -model4=model_40758 -model5=model_40757 -model6=model_40754 -model7=model_40762 -head1=model_39747 -head2=model_39223 -unknown119=1 - -// 7942 -[npc_7942] -bas=bas_472 -size=1 -ambient=25 -contrast=15 -op1=Talk-to -vislevel=0 -walksmoothing=no -alwaysontop=yes -turnspeed=0 -recol1s=7329 -recol1d=8388 -recol2s=20933 -recol2d=9445 -recol3s=6273 -recol3d=12608 -retex1s=material_228 -retex1d=material_426 -name=Sir Vant -model1=model_40752 -head1=model_39747 -head2=model_39223 -unknown119=1 - -// 7943 -[npc_7943] -bas=bas_464 -size=5 -ambient=25 -contrast=15 -walksmoothing=no -vislevel=243 -recol1s=3170 -recol1d=10562 -recol2s=2113 -recol2d=9505 -recol3s=2112 -recol3d=8448 -recol4s=1056 -recol4d=7392 -recol5s=8456 -recol5d=13735 -recol6s=6342 -recol6d=11621 -name=Dragon -model1=model_17404 -model2=model_17415 -model3=model_40748 -model4=model_17422 -unknown119=1 - -// 7944 -[npc_7944] -bas=bas_468 -size=5 -ambient=25 -contrast=15 -walksmoothing=no -vislevel=243 -recol1s=3170 -recol1d=10562 -recol2s=2113 -recol2d=9505 -recol3s=2112 -recol3d=8448 -recol4s=1056 -recol4d=7392 -recol5s=8456 -recol5d=13735 -recol6s=6342 -recol6d=11621 -name=Dragon -model1=model_17404 -model2=model_17415 -model3=model_40748 -model4=model_17422 -unknown119=1 - -// 7945 -[npc_7945] -bas=bas_464 -size=5 -ambient=25 -contrast=15 -walksmoothing=no -vislevel=243 -recol1s=3170 -recol1d=10562 -recol2s=2113 -recol2d=9505 -recol3s=2112 -recol3d=8448 -recol4s=1056 -recol4d=7392 -recol5s=8456 -recol5d=13735 -recol6s=6342 -recol6d=11621 -name=Dragon -model1=model_17404 -model2=model_17415 -model3=model_40748 -model4=model_17422 -unknown119=1 - -// 7946 -[npc_7946] -bas=bas_469 -size=5 -ambient=25 -contrast=15 -walksmoothing=no -vislevel=243 -recol1s=3170 -recol1d=10562 -recol2s=2113 -recol2d=9505 -recol3s=2112 -recol3d=8448 -recol4s=1056 -recol4d=7392 -recol5s=8456 -recol5d=13735 -recol6s=6342 -recol6d=11621 -name=Dragon -model1=model_17404 -model2=model_40745 -model3=model_40748 -model4=model_17422 -unknown119=1 - -// 7947 -[npc_7947] -bas=bas_470 -size=5 -ambient=25 -contrast=15 -walksmoothing=no -vislevel=243 -recol1s=3170 -recol1d=10562 -recol2s=2113 -recol2d=9505 -recol3s=2112 -recol3d=8448 -recol4s=1056 -recol4d=7392 -recol5s=8456 -recol5d=13735 -recol6s=6342 -recol6d=11621 -name=Dragon -model1=model_17404 -model2=model_40747 -model3=model_40748 -model4=model_17422 -unknown119=1 - -// 7948 -[npc_7948] -bas=bas_471 -size=5 -ambient=25 -contrast=15 -walksmoothing=no -vislevel=243 -recol1s=3170 -recol1d=10562 -recol2s=2113 -recol2d=9505 -recol3s=2112 -recol3d=8448 -recol4s=1056 -recol4d=7392 -recol5s=8456 -recol5d=13735 -recol6s=6342 -recol6d=11621 -name=Dragon -model1=model_17404 -model2=model_40747 -model3=model_40748 -model4=model_17422 -unknown119=1 - -// 7949 -[npc_7949] -bas=bas_121 -vislevel=0 -recolhsl1s=6798 -recolhsl1d=6252 -recolhsl2s=6165 -recolhsl2d=41279 -retex1s=material_260 -retex1d=material_359 -name=Lumbridge Guide -model1=model_40339 -model2=model_40348 -model3=model_40363 -model4=model_40369 -model5=model_40342 -model6=model_40324 -head1=model_39706 -unknown119=1 - -// 7950 -[npc_7950] -bas=bas_204 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=2114 -recol1d=6273 -recolhsl2s=36137 -recolhsl2d=41270 -recolhsl3s=36257 -recolhsl3d=36262 -recolhsl4s=35998 -recolhsl4d=41242 -recolhsl5s=34993 -recolhsl5d=41248 -recolhsl6s=37987 -recolhsl6d=38015 -retex1s=material_255 -retex1d=material_359 -name=Melee Tutor -model1=model_40334 -model2=model_40350 -model3=model_40365 -model4=model_40371 -model5=model_40346 -model6=model_28810 -model7=model_40322 -model8=model_40323 -model9=model_40368 -head1=model_39931 -unknown119=3 - -// 7951 -[npc_7951] -bas=bas_205 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recol1s=14824 -recol1d=25098 -recol2s=12710 -recol2d=25098 -recol3s=28502 -recol3d=12756 -recol4s=4324 -recol4d=11699 -recol5s=5381 -recol5d=12756 -recol6s=9446 -recol6d=6273 -retex1s=material_313 -retex1d=material_252 -retex2s=material_205 -retex2d=material_75 -retex3s=material_219 -retex3d=material_206 -retex4s=material_218 -retex4d=material_106 -retex5s=material_255 -retex5d=material_359 -name=Ranged Tutor -model1=model_28824 -model2=model_28837 -model3=model_28846 -model4=model_28842 -model5=model_40396 -model6=model_40373 -model7=model_40394 -model8=model_40388 -head1=model_39118 -unknown119=3 - -// 7952 -[npc_7952] -bas=bas_206 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recolhsl1s=10421 -recolhsl1d=41270 -recolhsl2s=4506 -recolhsl2d=38015 -recolhsl3s=5002 -recolhsl3d=37990 -recolhsl4s=4624 -recolhsl4d=4550 -recolhsl5s=10413 -recolhsl5d=41250 -retex1s=material_313 -retex1d=material_272 -retex2s=material_314 -retex2d=material_268 -retex3s=material_262 -retex3d=material_258 -retex4s=material_251 -retex4d=material_253 -retex5s=material_250 -retex5d=material_268 -name=Magic Tutor -model1=model_40375 -model2=model_28848 -model3=model_40396 -model4=model_40764 -model5=model_40380 -model6=model_28844 -model7=model_40386 -head1=model_38964 -unknown119=3 - -// 7953 -[npc_7953] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recolhsl1s=43038 -recolhsl1d=38015 -recolhsl2s=43030 -recolhsl2d=37983 -recolhsl3s=43150 -recolhsl3d=41270 -retex1s=material_254 -retex1d=material_253 -name=Cooking Tutor -model1=model_40328 -model2=model_40355 -model3=model_28799 -model4=model_40370 -model5=model_40343 -model6=model_28804 -head1=model_39815 -unknown119=3 - -// 7954 -[npc_7954] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recolhsl1s=8398 -recolhsl1d=98 -recol2s=21102 -recol2d=26293 -recolhsl3s=5399 -recolhsl3d=41258 -recolhsl4s=5394 -recolhsl4d=41254 -recolhsl5s=5389 -recolhsl5d=41250 -retex1s=material_262 -retex1d=material_268 -retex2s=material_527 -retex2d=material_272 -name=Crafting Tutor -model1=model_28748 -model2=model_40351 -model3=model_28794 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39594 -unknown119=3 - -// 7955 -[npc_7955] -bas=bas_207 -turnspeed=0 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Fishing Tutor -model1=model_40360 -model2=model_40628 -head1=model_39888 -unknown119=3 - -// 7956 -[npc_7956] -bas=bas_208 -op1=Talk-to -vislevel=0 -resizev=120 -alwaysontop=yes -recolhsl1s=32798 -recolhsl1d=41270 -recolhsl2s=32790 -recolhsl2d=41254 -recol3s=8489 -recol3d=13814 -recolhsl4s=8398 -recolhsl4d=6378 -recolhsl5s=8390 -recolhsl5d=6368 -recolhsl6s=8406 -recolhsl6d=6385 -retex1s=material_255 -retex1d=material_254 -name=Mining Tutor -model1=model_40338 -model2=model_40349 -model3=model_28798 -model4=model_40370 -model5=model_28767 -model6=model_28810 -model7=model_40317 -head1=model_39648 -unknown119=3 - -// 7957 -[npc_7957] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recolhsl1s=8293 -recolhsl1d=41262 -recolhsl2s=10388 -recolhsl2d=11480 -retex1s=material_251 -retex1d=material_256 -retex2s=material_228 -retex2d=material_426 -retex3s=material_255 -retex3d=material_359 -name=Prayer Tutor -model1=model_28822 -model2=model_40391 -model3=model_28842 -model4=model_40396 -model5=model_40383 -model6=model_28848 -model7=model_40374 -head1=model_39042 -unknown119=3 - -// 7958 -[npc_7958] -bas=bas_117 -op1=Talk-to -vislevel=0 -resizev=110 -resizeh=100 -alwaysontop=yes -recolhsl1s=5674 -recolhsl1d=41270 -recolhsl2s=5670 -recolhsl2d=41266 -recolhsl3s=5659 -recolhsl3d=41262 -recolhsl4s=8406 -recolhsl4d=41270 -recolhsl5s=8398 -recolhsl5d=41266 -recolhsl6s=8390 -recolhsl6d=41262 -retex1s=material_268 -retex1d=material_258 -retex2s=material_272 -retex2d=material_254 -retex3s=material_255 -retex3d=material_254 -name=Smelting Tutor -model1=model_40330 -model2=model_42889 -model3=model_28798 -model4=model_40369 -model5=model_40347 -model6=model_28810 -head1=model_40014 -head2=model_39223 -unknown119=3 - -// 7959 -[npc_7959] -bas=bas_117 -op1=Talk-to -vislevel=0 -resizev=120 -alwaysontop=yes -recolhsl1s=5674 -recolhsl1d=41287 -recolhsl2s=5670 -recolhsl2d=41279 -recolhsl3s=5659 -recolhsl3d=41265 -recolhsl4s=8406 -recolhsl4d=41287 -recolhsl5s=8398 -recolhsl5d=41279 -recol6s=21102 -recol6d=9551 -retex1s=material_255 -retex1d=material_254 -name=Smithing Tutor -model1=model_40341 -model2=model_42889 -model3=model_28798 -model4=model_40369 -model5=model_40347 -model6=model_28810 -model7=model_40320 -head1=model_39678 -unknown119=3 - -// 7960 -[npc_7960] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -recolhsl1s=32798 -recolhsl1d=34903 -recolhsl2s=32803 -recolhsl2d=34914 -recolhsl3s=32790 -recolhsl3d=34884 -recolhsl4s=8398 -recolhsl4d=41270 -recolhsl5s=8390 -recolhsl5d=41262 -recolhsl6s=8406 -recolhsl6d=41278 -retex1s=material_255 -retex1d=material_254 -retex2s=material_247 -retex2d=material_426 -name=Woodcutting Tutor -model1=model_40337 -model2=model_40361 -model3=model_28798 -model4=model_40370 -model5=model_40347 -model6=model_28804 -model7=model_40316 -model8=model_40367 -head1=model_39677 -unknown119=3 - -// 7961 -[npc_7961] -bas=bas_209 -op1=Talk-to -vislevel=0 -recol1s=14824 -recol1d=25098 -recol2s=12710 -recol2d=25098 -recolhsl3s=21782 -recolhsl3d=38015 -recol4s=5381 -recol4d=27516 -recolhsl5s=5002 -recolhsl5d=38015 -recolhsl6s=1688 -recolhsl6d=41270 -retex1s=material_313 -retex1d=material_359 -retex2s=material_273 -retex2d=material_359 -retex3s=material_255 -retex3d=material_253 -name=Bank Tutor -model1=model_40376 -model2=model_40390 -model3=model_28845 -model4=model_40396 -model5=model_28837 -model6=model_28846 -head1=model_39080 -unknown119=3 - -// 7962 -[npc_7962] -bas=bas_467 -size=1 -vislevel=0 -recol1s=15719 -recol1d=9445 -recolhsl2s=25238 -recolhsl2d=9414 -recolhsl3s=6378 -recolhsl3d=6430 -recolhsl4s=5674 -recolhsl4d=6430 -recolhsl5s=6368 -recolhsl5d=6422 -recolhsl6s=5659 -recolhsl6d=6422 -retex1s=material_202 -retex1d=material_258 -retex2s=material_257 -retex2d=material_254 -retex3s=material_255 -retex3d=material_272 -name=Gee -model1=model_40339 -model2=model_40349 -model3=model_40364 -model4=model_40370 -model5=model_40345 -model6=model_28810 -model7=model_40315 -head1=model_39902 -unknown119=1 - -// 7963 -[npc_7963] -bas=bas_217 -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -name=Spirit -model1=model_41139 -head1=model_40929 -unknown119=1 - -// 7964 -[npc_7964] -bas=bas_86 -size=1 -op1=Attack -ambient=25 -contrast=15 -walksmoothing=no -vislevel=2 -alwaysontop=yes -recol1s=18923 -recol1d=11456 -recol2s=15786 -recol2d=13570 -name=Goblin -model1=model_24455 -model2=model_24486 -model3=model_24433 -model4=model_24474 -model5=model_24443 -model6=model_24449 -model7=model_24491 -head1=model_24209 -unknown119=1 - -// 7965 -[npc_7965] -bas=bas_465 -size=1 -op1=Attack -ambient=25 -contrast=15 -walksmoothing=no -vislevel=2 -alwaysontop=yes -recol1s=18923 -recol1d=11456 -recol2s=15786 -recol2d=13570 -name=Goblin -model1=model_24455 -model2=model_24486 -model3=model_24433 -model4=model_24474 -model5=model_24443 -model6=model_24449 -model7=model_24491 -head1=model_24209 -unknown119=1 - -// 7966 -[npc_7966] -bas=bas_466 -size=1 -op2=Attack -vislevel=13 -recol1s=32731 -recol1d=16678 -recol2s=32697 -recol2d=16644 -recol3s=29560 -recol3d=14564 -recol4s=26421 -recol4d=13507 -recol5s=24307 -recol5d=13507 -name=Chaos druid -model1=model_31572 -model2=model_31595 -model3=model_31600 -model4=model_31578 -model5=model_31588 -model6=model_31606 -head1=model_39808 -unknown119=3 - -// 7967 -[npc_7967] -bas=bas_117 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op3=Trade -recol1s=10535 -recol1d=7298 -recolhsl2s=10266 -recolhsl2d=4621 -recolhsl3s=18 -recolhsl3d=4616 -recolhsl4s=98 -recolhsl4d=6327 -recolhsl5s=92 -recolhsl5d=6320 -recolhsl6s=82 -recolhsl6d=6313 -retex1s=material_255 -retex1d=material_272 -name=Shopkeeper -model1=model_40331 -model2=model_40370 -model3=model_40364 -model4=model_40353 -model5=model_40344 -model6=model_28804 -head1=model_40014 -head2=model_39223 -unknown119=3 - -// 7968 -[npc_7968] -active=no -minimap=no -spotshadow=no -vislevel=1 -model1=model_26050 -unknown119=3 - -// 7969 -[npc_7969] -bas=bas_117 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Explorer Jack -model1=model_40847 -head1=model_39395 -head2=model_39836 -head3=model_39204 -unknown119=3 - -// 7970 -[npc_7970] -size=1 -spotshadow=no -vislevel=0 -name=Smithing Tutor -model1=model_25362 -unknown119=1 - -// 7971 -[npc_7971] -size=1 -spotshadow=no -vislevel=0 -name=Mining Tutor -model1=model_25362 -unknown119=1 - -// 7972 -[npc_7972] -bas=bas_217 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5033 -multinpc=0,npc_7963 -unknown119=3 - -// 7973 -[npc_7973] -bas=bas_217 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5033 -multinpc=1,npc_7963 -unknown119=3 - -// 7974 -[npc_7974] -bas=bas_217 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5033 -multinpc=2,npc_7963 -unknown119=3 - -// 7975 -[npc_7975] -bas=bas_217 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5033 -multinpc=3,npc_7963 -unknown119=3 - -// 7976 -[npc_7976] -bas=bas_852 -vislevel=0 -ambient=32 -op1=Talk-to -name=Spirit -model1=model_41129 -model2=model_41134 -unknown119=1 - -// 7977 -[npc_7977] -bas=bas_853 -vislevel=0 -ambient=32 -op1=Talk-to -name=Spirit -model1=model_41130 -model2=model_41134 -unknown119=1 - -// 7978 -[npc_7978] -bas=bas_854 -vislevel=0 -ambient=32 -op1=Talk-to -name=Spirit -model1=model_41132 -model2=model_41134 -unknown119=1 - -// 7979 -[npc_7979] -bas=bas_855 -vislevel=0 -ambient=32 -op1=Talk-to -name=Spirit -model1=model_41131 -model2=model_41134 -unknown119=1 - -// 7980 -[npc_7980] -bas=bas_856 -vislevel=0 -ambient=32 -op1=Talk-to -name=Spirit -model1=model_41133 -model2=model_41134 -unknown119=1 - -// 7981 -[npc_7981] -bas=bas_217 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -name=Spirit -model1=model_41139 -head1=model_40929 -unknown119=1 - -// 7982 -[npc_7982] -bas=bas_217 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -name=Spirit -model1=model_41143 -head1=model_40928 -unknown119=1 - -// 7983 -[npc_7983] -bas=bas_217 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -name=Spirit -model1=model_41140 -head1=model_40928 -unknown119=1 - -// 7984 -[npc_7984] -bas=bas_217 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -name=Spirit -model1=model_41141 -head1=model_40928 -unknown119=3 - -// 7985 -[npc_7985] -bas=bas_217 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5032 -multinpc=15,npc_7981 -multinpc=20,npc_7982 -multinpc=25,npc_7982 -multinpc=30,npc_7983 -multinpc=35,npc_7984 -unknown119=3 - -// 7986 -[npc_7986] -bas=bas_217 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5092,synth_5092,synth_5092,synth_5092,2 -name=Summer Bonde -model1=model_41141 -head1=model_40928 -unknown119=1 - -// 7987 -[npc_7987] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5107,synth_5107,synth_5107,synth_5107,2 -name=Spirit -model1=model_40937 -head1=model_41333 -unknown119=1 - -// 7988 -[npc_7988] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5107,synth_5107,synth_5107,synth_5107,2 -name=Spirit -model1=model_40937 -head1=model_41333 -unknown119=3 - -// 7989 -[npc_7989] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5107,synth_5107,synth_5107,synth_5107,2 -name=Erik Bonde -model1=model_40937 -head1=model_41333 -unknown119=1 - -// 7990 -[npc_7990] -bas=bas_121 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5038,synth_5038,synth_5038,synth_5038,2 -name=Spirit -model1=model_40938 -head1=model_41337 -unknown119=3 - -// 7991 -[npc_7991] -bas=bas_121 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5038,synth_5038,synth_5038,synth_5038,2 -name=Jallek Lenkin -model1=model_40938 -head1=model_41337 -unknown119=1 - -// 7992 -[npc_7992] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5084,synth_5084,synth_5084,synth_5084,2 -name=Spirit -model1=model_40936 -head1=model_41334 -unknown119=3 - -// 7993 -[npc_7993] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5084,synth_5084,synth_5084,synth_5084,2 -name=Meranek Thanatos -model1=model_40936 -head1=model_41334 -unknown119=1 - -// 7994 -[npc_7994] -bas=bas_4 -op2=Attack -ambient=20 -contrast=15 -vislevel=42 -name=Ghostly warrior -model1=model_40931 -unknown119=3 - -// 7995 -[npc_7995] -bas=bas_291 -size=5 -vislevel=717 -name=Spirit Beast -model1=model_40959 -unknown119=2 - -// 7996 -[npc_7996] -bas=bas_291 -size=5 -vislevel=717 -name=Spirit Beast -model1=model_40959 -unknown119=1 - -// 7997 -[npc_7997] -bas=bas_857 -size=5 -vislevel=717 -name=Spirit Beast -model1=model_40959 -unknown119=1 - -// 7998 -[npc_7998] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=79 -name=Ghost -model1=model_21148 -unknown119=3 - -// 7999 -[npc_7999] -bas=bas_74 -size=1 -ambient=20 -contrast=20 -op2=Attack -vislevel=79 -name=Ghost -model1=model_21143 -unknown119=3 - -// 8000 -[npc_8000] -bas=bas_658 -vislevel=0 -op1=Talk-to -op3=Exchange -op4=Teleport -retex1s=material_445 -retex1d=material_122 -name=Goth leprechaun -model1=model_41147 -head1=model_41146 -unknown119=3 - -// 8001 -[npc_8001] -bas=bas_658 -vislevel=1 -multivar=varplayerbit_5032 -multinpc=80,npc_8000 -unknown119=3 - -// 8002 -[npc_8002] -bas=bas_29 -vislevel=0 -op1=Talk-to -ambient=25 -contrast=15 -recol1s=2114 -recol1d=16809 -recolhsl2s=8398 -recolhsl2d=5298 -recolhsl3s=8390 -recolhsl3d=5302 -recol4s=15719 -recol4d=8387 -recol5s=5285 -recol5d=16809 -name=Jack -model1=model_41184 -model2=model_41178 -model3=model_41187 -model4=model_41181 -model5=model_28810 -model6=model_41185 -model7=model_41182 -head1=model_39767 -head2=model_39259 -unknown119=3 - -// 8003 -[npc_8003] -bas=bas_1025 -vislevel=0 -op1=Talk-to -ambient=25 -contrast=15 -name=Sarah -model1=model_28822 -model2=model_41201 -model3=model_41199 -model4=model_41197 -model5=model_41192 -model6=model_41190 -model7=model_41194 -head1=model_39115 -unknown119=3 - -// 8004 -[npc_8004] -bas=bas_1022 -vislevel=0 -op1=Talk-to -ambient=25 -contrast=15 -recol1s=11592 -recol1d=25098 -recolhsl2s=675 -recolhsl2d=5275 -name=Laura -model1=model_28847 -model2=model_28824 -model3=model_41188 -model4=model_41202 -model5=model_41191 -model6=model_40396 -model7=model_41195 -head1=model_39111 -unknown119=1 - -// 8005 -[npc_8005] -bas=bas_1023 -vislevel=0 -op1=Talk-to -ambient=25 -contrast=15 -recol1s=11592 -recol1d=25098 -recolhsl2s=5274 -recolhsl2d=4550 -recol3s=28502 -recol3d=11559 -recolhsl4s=10388 -recolhsl4d=4151 -name=Laura -model1=model_28847 -model2=model_41200 -model3=model_41189 -model4=model_41198 -model5=model_41193 -model6=model_41196 -model7=model_28822 -head1=model_41321 -unknown119=3 - -// 8006 -[npc_8006] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=25 -contrast=15 -name=Roger -model1=model_40335 -model2=model_41177 -model3=model_41186 -model4=model_41180 -model5=model_28810 -model6=model_40370 -head1=model_39677 -unknown119=3 - -// 8007 -[npc_8007] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recolhsl1s=6378 -recolhsl1d=5416 -recolhsl2s=6368 -recolhsl2d=5410 -recolhsl3s=8390 -recolhsl3d=5416 -recolhsl4s=8398 -recolhsl4d=5410 -recol5s=6273 -recol5d=10501 -name=Jorral -model1=model_40617 -model2=model_40349 -model3=model_28801 -model4=model_40370 -model5=model_40344 -model6=model_28805 -head1=model_39836 -head2=model_39254 -head3=model_39312 -head4=model_39316 -unknown119=3 - -// 8008 -[npc_8008] -bas=bas_4 -vislevel=0 -ambient=25 -contrast=15 -name=Guthix -model1=model_40190 -head1=model_39705 -unknown119=3 - -// 8009 -[npc_8009] -bas=bas_4 -vislevel=0 -op1=Talk-to -ambient=25 -contrast=15 -name=Max the traveller -model1=model_40333 -model2=model_41179 -model3=model_28794 -model4=model_40370 -model5=model_41180 -model6=model_28810 -head1=model_40008 -unknown119=3 - -// 8010 -[npc_8010] -bas=bas_4 -vislevel=0 -ambient=25 -contrast=15 -recolhsl1s=6451 -recolhsl1d=6233 -recolhsl2s=6441 -recolhsl2d=6214 -name=Man -model1=model_40335 -model2=model_40354 -model3=model_28801 -model4=model_40370 -model5=model_40344 -model6=model_28804 -head1=model_39677 -unknown119=3 - -// 8011 -[npc_8011] -bas=bas_4 -vislevel=0 -ambient=25 -contrast=15 -recolhsl1s=5674 -recolhsl1d=7368 -recolhsl2s=5659 -recolhsl2d=7357 -recolhsl3s=32798 -recolhsl3d=6292 -recolhsl4s=32790 -recolhsl4d=6286 -recolhsl5s=32803 -recolhsl5d=6299 -name=Man -model1=model_40336 -model2=model_40352 -model3=model_40364 -model4=model_40370 -model5=model_28767 -model6=model_28810 -head1=model_39932 -unknown119=3 - -// 8012 -[npc_8012] -bas=bas_4 -vislevel=0 -ambient=25 -contrast=15 -recol1s=16906 -recol1d=28502 -recolhsl2s=10413 -recolhsl2d=8264 -recolhsl3s=4626 -recolhsl3d=4249 -recolhsl4s=5002 -recolhsl4d=4240 -recol5s=6340 -recol5d=17899 -name=Woman -model1=model_40378 -model2=model_28841 -model3=model_28842 -model4=model_40396 -model5=model_40381 -model6=model_28848 -head1=model_39042 -unknown119=3 - -// 8013 -[npc_8013] -bas=bas_4 -vislevel=0 -ambient=25 -contrast=15 -recol1s=28502 -recol1d=11559 -recolhsl2s=21658 -recolhsl2d=5271 -recol3s=4324 -recol3d=6308 -recolhsl4s=21778 -recolhsl4d=5263 -recolhsl5s=12591 -recolhsl5d=5306 -recolhsl6s=12583 -recolhsl6d=5295 -name=Woman -model1=model_28824 -model2=model_28838 -model3=model_41202 -model4=model_40396 -model5=model_28837 -model6=model_28846 -head1=model_39111 -unknown119=3 - -// 8014 -[npc_8014] -bas=bas_4 -vislevel=0 -size=1 -alwaysontop=yes -recol1s=16010 -recol1d=6859 -recol2s=25216 -recol2d=2114 -recol3s=25098 -recol3d=11488 -name=Haluned -model1=model_4030 -model2=model_4032 -model3=model_4028 -model4=model_4031 -model5=model_4029 -head1=model_39093 -head2=model_38835 -unknown119=3 - -// 8015 -[npc_8015] -bas=bas_4 -vislevel=0 -ambient=25 -contrast=15 -op1=Talk-to -spotshadow=no -alwaysontop=yes -recolhsl1s=8596 -recolhsl1d=8531 -name=Jack -model1=model_41206 -head1=model_28688 -unknown119=3 - -// 8016 -[npc_8016] -bas=bas_4 -vislevel=0 -op1=Talk-to -name=Baby Sarah -model1=model_41206 -head1=model_38726 -unknown119=3 - -// 8017 -[npc_8017] -bas=bas_5 -vislevel=0 -vislevel=0 -resizeh=110 -resizev=110 -ambient=25 -contrast=15 -op1=Interact -name=Snowy -model1=model_41176 -head1=model_31200 -unknown119=3 - -// 8018 -[npc_8018] -bas=bas_1024 -vislevel=0 -op1=Talk-to -ambient=25 -contrast=15 -turnspeed=0 -name=Roger -model1=model_41302 -head1=model_39875 -unknown119=1 - -// 8019 -[npc_8019] -bas=bas_364 -op1=Enter -ambient=20 -contrast=10 -alwaysontop=yes -turnspeed=0 -vislevel=0 -minimap=no -name=Portal -model1=model_41508 -unknown119=1 - -// 8020 -[npc_8020] -bas=bas_364 -op1=Enter -ambient=28 -contrast=20 -alwaysontop=yes -turnspeed=0 -vislevel=0 -minimap=no -name=Portal -model1=model_41506 -unknown119=1 - -// 8021 -[npc_8021] -bas=bas_363 -ambient=64 -spotshadowcolour=11193,11193 -vislevel=0 -alwaysontop=yes -op4=hidden -op5=hidden -recolhsl1s=14896 -recolhsl1d=11193 -multivar=varplayerbit_5093 -multinpc=0,npc_8022 -multinpc=1,npc_8023 -multinpc=2,npc_8024 -unknown119=1 - -// 8022 -[npc_8022] -bas=bas_363 -ambient=64 -spotshadowcolour=11193,11193 -vislevel=0 -recolhsl1s=14896 -recolhsl1d=11193 -name=Yellow orb -model1=model_41471 -unknown119=3 - -// 8023 -[npc_8023] -bas=bas_363 -ambient=64 -spotshadowcolour=11193,11193 -op1=Attract -op3=Change-wand -op4=hidden -op5=hidden -vislevel=0 -recolhsl1s=14896 -recolhsl1d=11193 -name=Yellow orb -model1=model_41471 -unknown119=3 - -// 8024 -[npc_8024] -bas=bas_363 -ambient=64 -spotshadowcolour=11193,11193 -op1=Repel -op3=Change-wand -op4=hidden -op5=hidden -vislevel=0 -recolhsl1s=14896 -recolhsl1d=11193 -name=Yellow orb -model1=model_41471 -unknown119=3 - -// 8025 -[npc_8025] -bas=bas_363 -ambient=64 -spotshadowcolour=14896,14896 -vislevel=0 -alwaysontop=yes -op4=hidden -op5=hidden -recolhsl1s=14896 -recolhsl1d=21454 -multivar=varplayerbit_5093 -multinpc=0,npc_8026 -multinpc=1,npc_8027 -multinpc=2,npc_8028 -unknown119=1 - -// 8026 -[npc_8026] -bas=bas_363 -ambient=64 -spotshadowcolour=14896,14896 -vislevel=0 -recolhsl1s=14896 -recolhsl1d=21454 -name=Green orb -model1=model_41472 -unknown119=3 - -// 8027 -[npc_8027] -bas=bas_363 -ambient=64 -spotshadowcolour=14896,14896 -op1=Attract -op3=Change-wand -op4=hidden -op5=hidden -vislevel=0 -recolhsl1s=14896 -recolhsl1d=21454 -name=Green orb -model1=model_41472 -unknown119=3 - -// 8028 -[npc_8028] -bas=bas_363 -ambient=64 -spotshadowcolour=14896,14896 -op1=Repel -op3=Change-wand -op4=hidden -op5=hidden -vislevel=0 -recolhsl1s=14896 -recolhsl1d=21454 -name=Green orb -model1=model_41472 -unknown119=3 - -// 8029 -[npc_8029] -bas=bas_362 -size=1 -ambient=25 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Wizard Korvak -model1=model_41463 -head1=model_40037 -unknown119=3 - -// 8030 -[npc_8030] -bas=bas_365 -ambient=25 -op1=Talk-to -op3=Join -vislevel=0 -alwaysontop=yes -name=Wizard Vief -model1=model_41465 -head1=model_39795 -unknown119=3 - -// 8031 -[npc_8031] -bas=bas_359 -size=2 -ambient=25 -op1=Talk-to -op3=Join -vislevel=0 -alwaysontop=yes -name=Wizard Acantha -model1=model_41475 -model2=model_41476 -head1=model_39155 -unknown119=3 - -// 8032 -[npc_8032] -bas=bas_361 -size=1 -ambient=25 -op1=Talk-to -op3=Exchange -vislevel=0 -alwaysontop=yes -name=Wizard Elriss -model1=model_41464 -head1=model_39122 -unknown119=3 - -// 8033 -[npc_8033] -bas=bas_360 -size=1 -ambient=25 -vislevel=0 -op1=Talk-to -op3=Join-game -name=Wizard -model1=model_41413 -model2=model_41418 -model3=model_41423 -model4=model_41424 -model5=model_41416 -model6=model_41420 -model7=model_41410 -head1=model_39646 -unknown119=3 - -// 8034 -[npc_8034] -bas=bas_123 -size=1 -ambient=25 -vislevel=0 -op1=Talk-to -op3=Join-game -name=Wizard -model1=model_41414 -model2=model_41419 -model3=model_41421 -model4=model_41424 -model5=model_41416 -model6=model_41420 -head1=model_40044 -unknown119=3 - -// 8035 -[npc_8035] -bas=bas_123 -size=1 -ambient=25 -vislevel=0 -op1=Talk-to -op3=Join-game -name=Wizard -model1=model_41411 -model2=model_41417 -model3=model_41423 -model4=model_41424 -model5=model_41415 -model6=model_41420 -head1=model_39937 -unknown119=3 - -// 8036 -[npc_8036] -bas=bas_123 -size=1 -ambient=25 -vislevel=0 -op1=Talk-to -op3=Join-game -name=Wizard -model1=model_41412 -model2=model_41418 -model3=model_41422 -model4=model_41424 -model5=model_41415 -model6=model_41420 -head1=model_39791 -unknown119=3 - -// 8037 -[npc_8037] -bas=bas_123 -size=1 -ambient=25 -vislevel=0 -op1=Talk-to -op3=Join-game -name=Wizard -model1=model_41428 -model2=model_41431 -model3=model_41436 -model4=model_41438 -model5=model_41430 -model6=model_41434 -head1=model_41355 -unknown119=3 - -// 8038 -[npc_8038] -bas=bas_123 -size=1 -ambient=25 -vislevel=0 -op1=Talk-to -op3=Join-game -name=Wizard -model1=model_41425 -model2=model_41433 -model3=model_41437 -model4=model_41438 -model5=model_41430 -model6=model_41434 -head1=model_41352 -unknown119=3 - -// 8039 -[npc_8039] -bas=bas_123 -size=1 -ambient=25 -vislevel=0 -op1=Talk-to -op3=Join-game -name=Wizard -model1=model_41426 -model2=model_41432 -model3=model_41436 -model4=model_41438 -model5=model_41429 -model6=model_41434 -head1=model_41353 -unknown119=3 - -// 8040 -[npc_8040] -bas=bas_123 -size=1 -ambient=25 -vislevel=0 -op1=Talk-to -op3=Join-game -name=Wizard -model1=model_41427 -model2=model_41431 -model3=model_41435 -model4=model_41438 -model5=model_41429 -model6=model_41434 -head1=model_41354 -unknown119=3 - -// 8041 -[npc_8041] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op1=Talk-to -op3=Pay -recol1s=25098 -recol1d=14627 -recol2s=13537 -recol2d=25232 -recol3s=28437 -recol3d=32701 -recol4s=15856 -recol4d=14627 -name=Imiago -model1=model_230 -model2=model_246 -model3=model_14933 -model4=model_315 -model5=model_33034 -model6=model_8918 -model7=model_7368 -model8=model_8925 -model9=model_8919 -head1=model_39799 -head2=model_39223 -unknown119=3 - -// 8042 -[npc_8042] -op1=Talk-To -alwaysontop=yes -vislevel=0 -name=Squire Fyre -model1=model_41827 -head1=model_41766 -unknown119=3 - -// 8043 -[npc_8043] -op1=Talk-To -op3=Information -alwaysontop=yes -vislevel=0 -name=Squire Fyre -model1=model_41827 -head1=model_41766 -unknown119=3 - -// 8044 -[npc_8044] -op1=Talk-to -vislevel=0 -name=Orry -model1=model_41826 -head1=model_41764 -head2=model_39197 -unknown119=3 - -// 8045 -[npc_8045] -op1=Talk-to -op3=Information -vislevel=0 -name=Orry -model1=model_41826 -head1=model_41764 -head2=model_39197 -unknown119=3 - -// 8046 -[npc_8046] -vislevel=0 -op1=Talk-to -op3=Information -vislevel=0 -name=Ube -model1=model_41828 -head1=model_41767 -unknown119=3 - -// 8047 -[npc_8047] -vislevel=0 -op1=Talk-to -op3=Information -vislevel=0 -name=Ube -model1=model_41828 -head1=model_41767 -unknown119=3 - -// 8048 -[npc_8048] -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Waldo -model1=model_41825 -head1=model_39915 -head2=model_39223 -head3=model_39339 -unknown119=3 - -// 8049 -[npc_8049] -vislevel=0 -op1=Talk-to -op3=Information -alwaysontop=yes -name=Waldo -model1=model_41825 -head1=model_39915 -head2=model_39223 -head3=model_39339 -unknown119=3 - -// 8050 -[npc_8050] -vislevel=0 -op1=Talk-to -alwaysontop=yes -recolhsl1s=6798 -recolhsl1d=6572 -name=Gjalp -model1=model_41829 -head1=model_39066 -unknown119=3 - -// 8051 -[npc_8051] -vislevel=0 -op1=Talk-to -op3=Information -alwaysontop=yes -recolhsl1s=6798 -recolhsl1d=6572 -name=Gjalp -model1=model_41829 -head1=model_39066 -unknown119=3 - -// 8052 -[npc_8052] -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Brother Fintan -model1=model_41823 -head1=model_41763 -head2=model_39223 -unknown119=3 - -// 8053 -[npc_8053] -vislevel=0 -op1=Talk-to -op3=Information -alwaysontop=yes -name=Brother Fintan -model1=model_41823 -head1=model_41763 -head2=model_39223 -unknown119=3 - -// 8054 -[npc_8054] -op1=Talk-to -alwaysontop=yes -vislevel=0 -ambient=15 -name=Stubthumb -model1=model_40574 -head1=model_24209 -unknown119=3 - -// 8055 -[npc_8055] -op1=Talk-to -op3=Information -alwaysontop=yes -vislevel=0 -ambient=15 -name=Stubthumb -model1=model_40574 -head1=model_24209 -unknown119=3 - -// 8056 -[npc_8056] -op1=Talk-to -op3=Information -alwaysontop=yes -vislevel=0 -ambient=15 -name=Stubthumb -model1=model_40573 -head1=model_41830 -unknown119=3 - -// 8057 -[npc_8057] -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -ambient=15 -name=Doronbol -model1=model_41818 -head1=model_41769 -unknown119=3 - -// 8058 -[npc_8058] -vislevel=0 -size=1 -op1=Talk-to -op3=Information -alwaysontop=yes -ambient=15 -name=Doronbol -model1=model_41818 -head1=model_41769 -unknown119=3 - -// 8059 -[npc_8059] -op1=Talk-to -alwaysontop=yes -size=2 -vislevel=0 -name=Crate -model1=model_41821 -head1=model_3790 -unknown119=3 - -// 8060 -[npc_8060] -op1=Talk-to -op3=Information -alwaysontop=yes -size=2 -vislevel=0 -name=Crate -model1=model_41821 -head1=model_3790 -unknown119=3 - -// 8061 -[npc_8061] -op1=Talk-to -alwaysontop=yes -size=2 -vislevel=0 -name=Egg -model1=model_41820 -head1=model_4940 -unknown119=3 - -// 8062 -[npc_8062] -op1=Talk-to -op3=Information -alwaysontop=yes -vislevel=0 -size=2 -vislevel=0 -name=Egg -model1=model_41820 -head1=model_4940 -unknown119=3 - -// 8063 -[npc_8063] -size=2 -op1=Talk-to -alwaysontop=yes -vislevel=0 -alwaysontop=yes -ambient=25 -name=Nanuq -model1=model_41819 -head1=model_41768 -unknown119=1 - -// 8064 -[npc_8064] -size=2 -op1=Talk-to -op3=Information -alwaysontop=yes -vislevel=0 -alwaysontop=yes -ambient=25 -name=Nanuq -model1=model_41819 -head1=model_41768 -unknown119=1 - -// 8065 -[npc_8065] -bas=bas_1097 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_5191 -multinpc=1,npc_5194 -multinpc=2,npc_5194 -unknown119=3 - -// 8066 -[npc_8066] -bas=bas_1098 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8042 -multinpc=1,npc_8043 -multinpc=2,npc_8043 -unknown119=3 - -// 8067 -[npc_8067] -bas=bas_1097 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8044 -multinpc=1,npc_8045 -multinpc=2,npc_8045 -unknown119=3 - -// 8068 -[npc_8068] -bas=bas_1098 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8046 -multinpc=1,npc_8047 -multinpc=2,npc_8047 -unknown119=3 - -// 8069 -[npc_8069] -bas=bas_1097 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8048 -multinpc=1,npc_8049 -multinpc=2,npc_8049 -unknown119=3 - -// 8070 -[npc_8070] -bas=bas_1099 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8050 -multinpc=1,npc_8051 -multinpc=2,npc_8051 -unknown119=3 - -// 8071 -[npc_8071] -bas=bas_1097 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8052 -multinpc=1,npc_8053 -multinpc=2,npc_8053 -unknown119=3 - -// 8072 -[npc_8072] -bas=bas_1100 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8054 -multinpc=1,npc_8055 -multinpc=2,npc_8056 -unknown119=3 - -// 8073 -[npc_8073] -bas=bas_1101 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8057 -multinpc=1,npc_8058 -multinpc=2,npc_8058 -unknown119=3 - -// 8074 -[npc_8074] -bas=bas_1102 -alwaysontop=yes -size=2 -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8059 -multinpc=1,npc_8060 -multinpc=2,npc_8060 -unknown119=3 - -// 8075 -[npc_8075] -bas=bas_1102 -alwaysontop=yes -size=2 -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8061 -multinpc=1,npc_8062 -multinpc=2,npc_8062 -unknown119=3 - -// 8076 -[npc_8076] -bas=bas_1103 -alwaysontop=yes -size=2 -vislevel=1 -multivar=varplayerbit_5134 -multinpc=0,npc_8063 -multinpc=1,npc_8064 -multinpc=2,npc_8064 -unknown119=3 - -// 8077 -[npc_8077] -bas=bas_376 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Pumpkin -model1=model_41855 -unknown119=3 - -// 8078 -[npc_8078] -bas=bas_1075 -op1=Talk-to -ambient=25 -alwaysontop=yes -vislevel=0 -name=Maggie -model1=model_42698 -head1=model_42679 -unknown119=3 - -// 8079 -[npc_8079] -bas=bas_329 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Circus barker -model1=model_41956 -head1=model_41837 -unknown119=3 - -// 8080 -[npc_8080] -bas=bas_329 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Circus barker -model1=model_41958 -head1=model_41836 -unknown119=3 - -// 8081 -[npc_8081] -bas=bas_329 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Circus barker -model1=model_41957 -head1=model_41840 -unknown119=3 - -// 8082 -[npc_8082] -bas=bas_329 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Agility assistant -model1=model_41956 -head1=model_41837 -unknown119=3 - -// 8083 -[npc_8083] -bas=bas_329 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Magic assistant -model1=model_41958 -head1=model_41836 -unknown119=3 - -// 8084 -[npc_8084] -bas=bas_329 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Ranged assistant -model1=model_41957 -head1=model_41840 -unknown119=3 - -// 8085 -[npc_8085] -bas=bas_332 -vislevel=0 -op1=Talk-to -op4=Rewards -alwaysontop=yes -size=2 -name=Ringmaster -model1=model_41959 -head1=model_41846 -unknown119=3 - -// 8086 -[npc_8086] -bas=bas_4 -vislevel=0 -minimap=no -size=1 -spotshadow=no -name=Audience -model1=model_27192 -unknown119=1 - -// 8087 -[npc_8087] -bas=bas_4 -vislevel=0 -minimap=no -size=1 -spotshadow=no -name=Audience -model1=model_27192 -unknown119=1 - -// 8088 -[npc_8088] -bas=bas_333 -size=2 -vislevel=0 -op1=Go-to -op3=Scoreboard -name=Ticket vendor -model1=model_41955 -unknown119=1 - -// 8089 -[npc_8089] -bas=bas_4 -vislevel=0 -minimap=no -active=no -size=2 -spotshadow=no -model1=model_27192 -unknown119=1 - -// 8090 -[npc_8090] -size=1 -spotshadow=no -ambient=15 -vislevel=1 -name=Rock -model1=model_6318 -unknown119=1 - -// 8091 -[npc_8091] -bas=bas_367 -op1=Talk-to -size=2 -ambient=25 -contrast=15 -turnspeed=0 -alwaysontop=yes -vislevel=0 -bgsound=synth_5197,synth_5197,synth_5197,synth_5197,4 -name=Star sprite -model1=model_42145 -model2=model_42147 -model3=model_42146 -head1=model_41848 -unknown119=1 - -// 8092 -[npc_8092] -bas=bas_368 -vislevel=0 -minimap=no -size=2 -spotshadow=no -name=Shooting star shadow -model1=model_42149 -unknown119=1 - -// 8093 -[npc_8093] -size=1 -vislevel=0 -name=Penguin -model1=model_27192 -unknown119=1 - -// 8094 -[npc_8094] -bas=bas_90 -alwaysontop=yes -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 8095 -[npc_8095] -bas=bas_90 -alwaysontop=yes -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 8096 -[npc_8096] -bas=bas_90 -alwaysontop=yes -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 8097 -[npc_8097] -bas=bas_90 -alwaysontop=yes -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 8098 -[npc_8098] -bas=bas_90 -alwaysontop=yes -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 8099 -[npc_8099] -bas=bas_90 -alwaysontop=yes -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 8100 -[npc_8100] -bas=bas_90 -alwaysontop=yes -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 8101 -[npc_8101] -bas=bas_90 -alwaysontop=yes -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 8102 -[npc_8102] -bas=bas_90 -alwaysontop=yes -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 8103 -[npc_8103] -bas=bas_90 -alwaysontop=yes -resizeh=75 -resizev=75 -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Penguin -model1=model_21547 -head1=model_21525 -unknown119=3 - -// 8104 -[npc_8104] -bas=bas_377 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Barrel -model1=model_41850 -unknown119=3 - -// 8105 -[npc_8105] -bas=bas_378 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Bush -model1=model_41854 -unknown119=3 - -// 8106 -[npc_8106] -bas=bas_378 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Bush -model1=model_41854 -unknown119=3 - -// 8107 -[npc_8107] -bas=bas_379 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Cactus -model1=model_41851 -unknown119=3 - -// 8108 -[npc_8108] -bas=bas_380 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Crate -model1=model_41856 -unknown119=3 - -// 8109 -[npc_8109] -bas=bas_381 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Rock -model1=model_41853 -unknown119=3 - -// 8110 -[npc_8110] -bas=bas_382 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -minimap=no -name=Toadstool -model1=model_41852 -unknown119=3 - -// 8111 -[npc_8111] -bas=bas_4 -op1=Talk-to -op3=Set-caller -vislevel=0 -alwaysontop=yes -recol1s=14724 -recol1d=3171 -recol2s=26350 -recol2d=8453 -recol3s=32696 -recol3d=8456 -recol4s=25098 -recol4d=18889 -recol5s=24040 -recol5d=18889 -retex1s=material_253 -retex1d=material_252 -name=Calladin -model1=model_14854 -model2=model_14577 -model3=model_5584 -model4=model_6641 -model5=model_176 -model6=model_10377 -head1=model_39998 -unknown119=3 - -// 8112 -[npc_8112] -bas=bas_217 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5332 -multinpc=1,npc_7986 -unknown119=3 - -// 8113 -[npc_8113] -bas=bas_1244 -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -name=Summer Bonde -model1=model_41141 -head1=model_40928 -unknown119=1 - -// 8114 -[npc_8114] -bas=bas_217 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5092,synth_5092,synth_5092,synth_5092,2 -name=Summer Bonde -model1=model_41142 -head1=model_40928 -unknown119=1 - -// 8115 -[npc_8115] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5107,synth_5107,synth_5107,synth_5107,2 -name=Erik Bonde -model1=model_40937 -head1=model_41333 -unknown119=3 - -// 8116 -[npc_8116] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5107,synth_5107,synth_5107,synth_5107,2 -name=Erik Bonde -model1=model_40934 -head1=model_41333 -unknown119=1 - -// 8117 -[npc_8117] -bas=bas_121 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5038,synth_5038,synth_5038,synth_5038,2 -name=Jallek Lenkin -model1=model_40938 -head1=model_41337 -unknown119=3 - -// 8118 -[npc_8118] -bas=bas_121 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5038,synth_5038,synth_5038,synth_5038,2 -name=Jallek Lenkin -model1=model_40935 -head1=model_41337 -unknown119=1 - -// 8119 -[npc_8119] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5084,synth_5084,synth_5084,synth_5084,2 -name=Meranek Thanatos -model1=model_40936 -head1=model_41334 -unknown119=3 - -// 8120 -[npc_8120] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -bgsound=synth_5084,synth_5084,synth_5084,synth_5084,2 -name=Meranek Thanatos -model1=model_40933 -head1=model_41334 -unknown119=1 - -// 8121 -[npc_8121] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -name=Spirit -model1=model_40932 -head1=model_41336 -unknown119=3 - -// 8122 -[npc_8122] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -name=Rogue -model1=model_40930 -head1=model_41335 -unknown119=3 - -// 8123 -[npc_8123] -bas=bas_117 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5337 -multinpc=0,npc_8122 -unknown119=3 - -// 8124 -[npc_8124] -bas=bas_117 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5337 -multinpc=1,npc_8122 -unknown119=3 - -// 8125 -[npc_8125] -bas=bas_74 -ambient=20 -contrast=15 -op2=Attack -vislevel=129 -name=Tormented wraith -model1=model_41144 -unknown119=3 - -// 8126 -[npc_8126] -bas=bas_1243 -size=1 -vislevel=0 -name=Dark energy core -model1=model_42314 -unknown119=1 - -// 8127 -[npc_8127] -bas=bas_1243 -size=1 -op2=Attack -vislevel=75 -name=Dark energy core -model1=model_42314 -unknown119=1 - -// 8128 -[npc_8128] -bas=bas_291 -size=5 -vislevel=752 -name=Spirit Beast -model1=model_40956 -unknown119=2 - -// 8129 -[npc_8129] -bas=bas_291 -size=5 -vislevel=752 -name=Spirit Beast -model1=model_40956 -unknown119=3 - -// 8130 -[npc_8130] -bas=bas_291 -size=5 -vislevel=752 -name=Spirit Beast -model1=model_40958 -unknown119=3 - -// 8131 -[npc_8131] -bas=bas_291 -size=5 -vislevel=752 -name=Spirit Beast -model1=model_40957 -unknown119=3 - -// 8132 -[npc_8132] -bas=bas_291 -size=5 -vislevel=752 -name=Spirit Beast -model1=model_40957 -unknown119=1 - -// 8133 -[npc_8133] -bas=bas_291 -size=5 -op2=Attack -unknown122=1509 -vislevel=785 -name=Corporeal Beast -model1=model_40955 -unknown119=3 - -// 8134 -[npc_8134] -bas=bas_4 -vislevel=0 -minimap=no -size=1 -spotshadow=no -name=Spirit -model1=model_27192 -unknown119=3 - -// 8135 -[npc_8135] -bas=bas_217 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -spotshadow=no -bgsound=synth_5092,synth_5092,synth_5092,synth_5092,2 -name=Summer Bonde -model1=model_41141 -head1=model_40928 -unknown119=1 - -// 8136 -[npc_8136] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -spotshadow=no -bgsound=synth_5107,synth_5107,synth_5107,synth_5107,2 -name=Erik Bonde -model1=model_40937 -head1=model_41333 -unknown119=1 - -// 8137 -[npc_8137] -bas=bas_121 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -spotshadow=no -bgsound=synth_5038,synth_5038,synth_5038,synth_5038,2 -name=Jallek Lenkin -model1=model_40938 -head1=model_41337 -unknown119=1 - -// 8138 -[npc_8138] -bas=bas_117 -op1=Talk-to -vislevel=0 -alwaysontop=yes -ambient=20 -contrast=15 -spotshadow=no -bgsound=synth_5084,synth_5084,synth_5084,synth_5084,2 -name=Meranek Thanatos -model1=model_40936 -head1=model_41334 -unknown119=1 - -// 8139 -[npc_8139] -bas=bas_4 -size=1 -ambient=30 -op1=Talk-to -vislevel=0 -name=Hartwin -model1=model_42366 -head1=model_42334 -unknown119=2 - -// 8140 -[npc_8140] -bas=bas_4 -size=1 -ambient=30 -vislevel=0 -name=Hartwin -model1=model_42366 -head1=model_42334 -unknown119=1 - -// 8141 -[npc_8141] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5393 -multinpc=1,npc_8140 -unknown119=1 - -// 8142 -[npc_8142] -bas=bas_67 -size=1 -vislevel=18 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21111 -model2=model_21067 -model3=model_21049 -model4=model_21098 -model5=model_21125 -model6=model_21081 -model7=model_21140 -unknown119=3 - -// 8143 -[npc_8143] -bas=bas_38 -size=1 -vislevel=24 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21101 -model2=model_21068 -model3=model_21050 -model4=model_21085 -model5=model_21126 -model6=model_21082 -model7=model_21139 -unknown119=3 - -// 8144 -[npc_8144] -bas=bas_67 -size=1 -vislevel=18 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21101 -model2=model_21068 -model3=model_21050 -model4=model_21085 -model5=model_21126 -model6=model_21082 -model7=model_21140 -unknown119=3 - -// 8145 -[npc_8145] -bas=bas_67 -size=1 -vislevel=18 -recol1s=17998 -recol1d=11658 -recol2s=16941 -recol2d=11658 -recol3s=14827 -recol3d=9544 -recol4s=13770 -recol4d=9544 -recol5s=15884 -recol5d=10601 -name=Zombie -model1=model_21009 -model2=model_20965 -model3=model_20959 -model4=model_20990 -model5=model_21023 -model6=model_20983 -model7=model_21036 -unknown119=3 - -// 8146 -[npc_8146] -bas=bas_1087 -vislevel=0 -size=2 -contrast=10 -ambient=10 -name=Zemouregal -model1=model_42376 -head1=model_42340 -unknown119=3 - -// 8147 -[npc_8147] -bas=bas_1087 -size=1 -vislevel=1 -multivar=varplayerbit_5387 -multinpc=60,npc_8146 -unknown119=3 - -// 8148 -[npc_8148] -bas=bas_1087 -vislevel=0 -size=2 -contrast=10 -ambient=10 -name=Zemouregal -model1=model_42376 -head1=model_42340 -unknown119=1 - -// 8149 -[npc_8149] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42363 -model2=model_42351 -model3=model_42359 -model4=model_42364 -model5=model_42345 -model6=model_42357 -model7=model_42352 -unknown119=3 - -// 8150 -[npc_8150] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42361 -model2=model_42349 -model3=model_42360 -model4=model_42364 -model5=model_42345 -model6=model_42358 -model7=model_42354 -model8=model_42353 -unknown119=3 - -// 8151 -[npc_8151] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42362 -model2=model_42348 -model3=model_42359 -model4=model_42364 -model5=model_42346 -model6=model_42357 -model7=model_42355 -model8=model_42356 -unknown119=3 - -// 8152 -[npc_8152] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42363 -model2=model_42349 -model3=model_42359 -model4=model_42364 -model5=model_42345 -model6=model_42358 -model7=model_42355 -model8=model_42356 -unknown119=3 - -// 8153 -[npc_8153] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42362 -model2=model_42351 -model3=model_42360 -model4=model_42364 -model5=model_42347 -model6=model_42357 -model7=model_42354 -model8=model_42353 -unknown119=3 - -// 8154 -[npc_8154] -bas=bas_84 -size=1 -vislevel=85 -name=Armoured zombie -model1=model_42363 -model2=model_42351 -model3=model_42359 -model4=model_42364 -model5=model_42345 -model6=model_42357 -model7=model_42352 -unknown119=3 - -// 8155 -[npc_8155] -bas=bas_1081 -size=1 -vislevel=85 -name=Armoured zombie -model1=model_42361 -model2=model_42349 -model3=model_42360 -model4=model_42364 -model5=model_42345 -model6=model_42358 -model7=model_42354 -model8=model_42353 -unknown119=3 - -// 8156 -[npc_8156] -bas=bas_1082 -size=1 -vislevel=85 -name=Armoured zombie -model1=model_42362 -model2=model_42348 -model3=model_42359 -model4=model_42364 -model5=model_42346 -model6=model_42357 -model7=model_42355 -model8=model_42356 -unknown119=3 - -// 8157 -[npc_8157] -bas=bas_84 -size=1 -vislevel=85 -name=Armoured zombie -model1=model_42363 -model2=model_42349 -model3=model_42359 -model4=model_42364 -model5=model_42345 -model6=model_42358 -model7=model_42355 -model8=model_42356 -unknown119=3 - -// 8158 -[npc_8158] -bas=bas_1081 -size=1 -vislevel=85 -name=Armoured zombie -model1=model_42362 -model2=model_42351 -model3=model_42360 -model4=model_42364 -model5=model_42347 -model6=model_42357 -model7=model_42354 -model8=model_42353 -unknown119=3 - -// 8159 -[npc_8159] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42363 -model2=model_42351 -model3=model_42359 -model4=model_42364 -model5=model_42345 -model6=model_42357 -model7=model_42352 -unknown119=3 - -// 8160 -[npc_8160] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42361 -model2=model_42349 -model3=model_42360 -model4=model_42364 -model5=model_42345 -model6=model_42358 -model7=model_42354 -model8=model_42353 -unknown119=3 - -// 8161 -[npc_8161] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42362 -model2=model_42348 -model3=model_42359 -model4=model_42364 -model5=model_42346 -model6=model_42357 -model7=model_42355 -model8=model_42356 -unknown119=3 - -// 8162 -[npc_8162] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42363 -model2=model_42349 -model3=model_42359 -model4=model_42364 -model5=model_42345 -model6=model_42358 -model7=model_42355 -model8=model_42356 -unknown119=3 - -// 8163 -[npc_8163] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42362 -model2=model_42351 -model3=model_42360 -model4=model_42364 -model5=model_42347 -model6=model_42357 -model7=model_42354 -model8=model_42353 -unknown119=3 - -// 8164 -[npc_8164] -bas=bas_84 -size=1 -op2=Attack -vislevel=85 -name=Armoured zombie -model1=model_42362 -model2=model_42348 -model3=model_42359 -model4=model_42364 -model5=model_42346 -model6=model_42357 -model7=model_42355 -model8=model_42356 -unknown119=3 - -// 8165 -[npc_8165] -bas=bas_1086 -size=3 -ambient=25 -vislevel=0 -name=Sharathteerk -model1=model_42373 -head1=model_42333 -unknown119=3 - -// 8166 -[npc_8166] -bas=bas_1086 -size=3 -vislevel=1 -multivar=varplayerbit_5387 -multinpc=60,npc_8165 -unknown119=3 - -// 8167 -[npc_8167] -bas=bas_1086 -size=3 -ambient=25 -vislevel=0 -name=Sharathteerk -model1=model_42373 -head1=model_42333 -unknown119=1 - -// 8168 -[npc_8168] -bas=bas_1080 -vislevel=180 -name=Arrav -model1=model_42367 -head1=model_42338 -unknown119=1 - -// 8169 -[npc_8169] -bas=bas_1080 -op1=Talk-to -vislevel=180 -name=Arrav -model1=model_42367 -head1=model_42338 -unknown119=3 - -// 8170 -[npc_8170] -bas=bas_1085 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recolhsl1s=4626 -recolhsl1d=19470 -recol2s=25098 -recol2d=19981 -name=Ramarno -model1=model_42342 -model2=model_2985 -model3=model_42344 -model4=model_42343 -head1=model_38704 -unknown119=3 - -// 8171 -[npc_8171] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=6348 -recol2s=2340 -recol2d=2120 -recol3s=6342 -recol3d=32384 -recol4s=7298 -recol4d=1090 -recol5s=6273 -recol5d=16843 -name=Dimintheis -model1=model_14340 -model2=model_5215 -model3=model_25864 -model4=model_40175 -model5=model_163 -model6=model_10218 -model7=model_11339 -model8=model_181 -model9=model_40281 -head1=model_39915 -head2=model_39218 -unknown119=3 - -// 8172 -[npc_8172] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -recol1s=14724 -recol1d=6348 -recol2s=2340 -recol2d=2120 -recol3s=6342 -recol3d=32384 -recol4s=7298 -recol4d=1090 -recol5s=6273 -recol5d=16843 -name=Dimintheis -model1=model_14340 -model2=model_5215 -model3=model_25864 -model4=model_10313 -model5=model_163 -model6=model_10218 -model7=model_11339 -model8=model_181 -head1=model_39915 -head2=model_39218 -unknown119=3 - -// 8173 -[npc_8173] -bas=bas_95 -op2=Attack -op3=Pickpocket -ambient=20 -contrast=15 -vislevel=21 -name=Guard -model1=model_25671 -model2=model_25685 -model3=model_25684 -head1=model_40034 -unknown119=3 - -// 8174 -[npc_8174] -bas=bas_4 -size=1 -op1=Talk-to -spotshadow=no -vislevel=0 -recolhsl1s=50467 -recolhsl1d=42132 -recolhsl2s=25238 -recolhsl2d=1432 -recolhsl3s=8621 -recolhsl3d=41110 -recol4s=7297 -recol4d=5321 -recol5s=25098 -recol5d=24040 -recol6s=7298 -recol6d=3140 -name=Clive -model1=model_12137 -model2=model_10075 -model3=model_246 -model4=model_10077 -model5=model_12086 -model6=model_10073 -model7=model_10074 -model8=model_10076 -model9=model_185 -head1=model_39673 -unknown119=3 - -// 8175 -[npc_8175] -bas=bas_287 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=28640 -recol1d=21536 -recol2s=14724 -recol2d=2310 -recol3s=2340 -recol3d=2310 -recol4s=8320 -recol4d=30467 -recol5s=31712 -recol5d=30467 -recol6s=15856 -recol6d=30467 -name=Ellamaria -model1=model_42553 -model2=model_390 -model3=model_8786 -model4=model_481 -model5=model_8846 -model6=model_353 -model7=model_9113 -model8=model_358 -head1=model_39103 -head2=model_38811 -unknown119=3 - -// 8176 -[npc_8176] -bas=bas_1083 -size=2 -vislevel=0 -alwaysontop=yes -minimap=no -name=Fish -model1=model_42375 -unknown119=3 - -// 8177 -[npc_8177] -bas=bas_1084 -size=2 -vislevel=0 -alwaysontop=yes -minimap=no -name=Fish -model1=model_42375 -unknown119=3 - -// 8178 -[npc_8178] -bas=bas_4 -size=1 -op2=Attack -vislevel=17 -recol1s=2340 -recol1d=20611 -recol2s=14724 -recol2d=20611 -recol3s=6273 -recol3d=32767 -retex1s=material_257 -retex1d=material_272 -retex2s=material_202 -retex2d=material_268 -name=Monk of Zamorak -model1=model_230 -model2=model_181 -model3=model_246 -model4=model_292 -model5=model_170 -model6=model_176 -model7=model_260 -unknown119=3 - -// 8179 -[npc_8179] -size=1 -vislevel=1 -name=Ellamaria -model1=model_42553 -model2=model_390 -model3=model_8786 -model4=model_481 -model5=model_8846 -model6=model_353 -model7=model_9113 -model8=model_358 -head1=model_42540 -unknown119=3 - -// 8180 -[npc_8180] -size=1 -vislevel=1 -name=Traiborn -model1=model_20399 -model2=model_215 -model3=model_251 -model4=model_20405 -model5=model_3189 -model6=model_20395 -model7=model_177 -model8=model_40268 -model9=model_181 -model10=model_245 -model11=model_40171 -head1=model_42339 -unknown119=3 - -// 8181 -[npc_8181] -size=1 -vislevel=1 -name=Fenkenstrain's Monster -model1=model_5175 -head1=model_42336 -unknown119=3 - -// 8182 -[npc_8182] -size=1 -vislevel=1 -name=Wise Old Man -model1=model_187 -model2=model_9103 -model3=model_4925 -model4=model_292 -model5=model_323 -model6=model_170 -model7=model_176 -model8=model_554 -model9=model_260 -model10=model_181 -head1=model_42337 -unknown119=3 - -// 8183 -[npc_8183] -bas=bas_1087 -size=1 -vislevel=1 -multivar=varplayerbit_5387 -multinpc=100,npc_8148 -multinpc=110,npc_8148 -multinpc=120,npc_8148 -unknown119=1 - -// 8184 -[npc_8184] -bas=bas_1086 -size=3 -vislevel=1 -multivar=varplayerbit_5387 -multinpc=100,npc_8167 -multinpc=110,npc_8167 -multinpc=120,npc_8167 -unknown119=1 - -// 8185 -[npc_8185] -bas=bas_331 -spotshadow=no -vislevel=1 -name=Acrobat -model1=model_42111 -head1=model_41849 -unknown119=3 - -// 8186 -[npc_8186] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=21927 -name=Acrobat -model1=model_42111 -head1=model_41849 -unknown119=3 - -// 8187 -[npc_8187] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=19845 -name=Acrobat -model1=model_42111 -head1=model_41849 -unknown119=3 - -// 8188 -[npc_8188] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=16708 -name=Acrobat -model1=model_42111 -head1=model_41849 -unknown119=3 - -// 8189 -[npc_8189] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=13570 -name=Acrobat -model1=model_42111 -head1=model_41849 -unknown119=3 - -// 8190 -[npc_8190] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=9410 -name=Acrobat -model1=model_42111 -head1=model_41849 -unknown119=3 - -// 8191 -[npc_8191] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=6272 -name=Acrobat -model1=model_42111 -head1=model_41849 -unknown119=3 - -// 8192 -[npc_8192] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=32463 -name=Acrobat -model1=model_42111 -head1=model_41849 -unknown119=3 - -// 8193 -[npc_8193] -bas=bas_331 -spotshadow=no -vislevel=1 -name=Acrobat -model1=model_42112 -head1=model_41839 -unknown119=3 - -// 8194 -[npc_8194] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=21927 -name=Acrobat -model1=model_42112 -head1=model_41839 -unknown119=3 - -// 8195 -[npc_8195] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=19845 -name=Acrobat -model1=model_42112 -head1=model_41839 -unknown119=3 - -// 8196 -[npc_8196] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=16708 -name=Acrobat -model1=model_42112 -head1=model_41839 -unknown119=3 - -// 8197 -[npc_8197] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=13570 -name=Acrobat -model1=model_42112 -head1=model_41839 -unknown119=3 - -// 8198 -[npc_8198] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=9410 -name=Acrobat -model1=model_42112 -head1=model_41839 -unknown119=3 - -// 8199 -[npc_8199] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=6272 -name=Acrobat -model1=model_42112 -head1=model_41839 -unknown119=3 - -// 8200 -[npc_8200] -bas=bas_331 -spotshadow=no -vislevel=1 -recol1s=25098 -recol1d=32463 -name=Acrobat -model1=model_42112 -head1=model_41839 -unknown119=3 - -// 8201 -[npc_8201] -bas=bas_1076 -op1=Talk-to -ambient=25 -vislevel=0 -alwaysontop=yes -name=Wendy -model1=model_42700 -head1=model_42677 -unknown119=3 - -// 8202 -[npc_8202] -bas=bas_41 -op1=Talk-to -vislevel=0 -ambient=25 -alwaysontop=yes -bgsound=synth_5410,synth_5410,synth_5410,synth_5410,3 -recolhsl1s=4397 -recolhsl1d=48665 -recolhsl2s=4521 -recolhsl2d=48660 -recolhsl3s=3239 -recolhsl3d=48657 -recolhsl4s=4517 -recolhsl4d=48655 -recolhsl5s=4641 -recolhsl5d=48649 -recolhsl6s=3226 -recolhsl6d=48648 -name=Trogs -model1=model_34012 -head1=model_34047 -unknown119=3 - -// 8203 -[npc_8203] -turnspeed=0 -spotshadow=no -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Norman -model1=model_42733 -head1=model_42667 -unknown119=3 - -// 8204 -[npc_8204] -turnspeed=0 -spotshadow=no -op1=Talk-to -alwaysontop=yes -vislevel=0 -name=Babe -model1=model_42736 -head1=model_42666 -unknown119=3 - -// 8205 -[npc_8205] -bas=bas_1074 -size=1 -op1=Talk-to -ambient=25 -vislevel=0 -alwaysontop=yes -name=Gus -model1=model_42687 -head1=model_42680 -unknown119=3 - -// 8206 -[npc_8206] -bas=bas_1073 -size=1 -ambient=25 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Lottie -model1=model_42701 -head1=model_42676 -unknown119=3 - -// 8207 -[npc_8207] -bas=bas_4 -size=1 -op1=Talk-to -vislevel=0 -alwaysontop=yes -name=Aggie -model1=model_29617 -head1=model_38996 -unknown119=1 - -// 8208 -[npc_8208] -bas=bas_1071 -size=1 -resizeh=64 -resizev=64 -ambient=25 -alwaysontop=yes -bgsound=synth_5390,synth_5390,synth_5390,synth_5390,8 -vislevel=0 -name=Bat -model1=model_42741 -head1=model_42855 -unknown119=7 - -// 8209 -[npc_8209] -bas=bas_1071 -vislevel=0 -size=1 -ambient=25 -alwaysontop=yes -bgsound=synth_5407,synth_5407,synth_5407,synth_5407,8 -vislevel=0 -name=Rat -model1=model_42740 -head1=model_42854 -unknown119=7 - -// 8210 -[npc_8210] -bas=bas_1071 -vislevel=0 -size=1 -ambient=25 -alwaysontop=yes -bgsound=synth_5384,synth_5384,synth_5384,synth_5384,8 -vislevel=0 -name=Lizard -model1=model_42743 -head1=model_42673 -unknown119=7 - -// 8211 -[npc_8211] -bas=bas_1071 -vislevel=0 -size=1 -ambient=25 -alwaysontop=yes -bgsound=synth_5398,synth_5398,synth_5398,synth_5398,8 -vislevel=0 -name=Blackbird -model1=model_42739 -head1=model_42675 -unknown119=7 - -// 8212 -[npc_8212] -bas=bas_1071 -vislevel=0 -size=1 -ambient=25 -alwaysontop=yes -bgsound=synth_5399,synth_5399,synth_5399,synth_5399,8 -vislevel=0 -name=Spider -model1=model_42742 -head1=model_42674 -unknown119=7 - -// 8213 -[npc_8213] -bas=bas_1071 -vislevel=0 -size=1 -ambient=25 -alwaysontop=yes -bgsound=synth_5412,synth_5412,synth_5412,synth_5412,8 -vislevel=0 -name=Snail -model1=model_42738 -head1=model_42665 -unknown119=7 - -// 8214 -[npc_8214] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -name=Cat -model1=model_42684 -head1=model_42671 -unknown119=2 - -// 8215 -[npc_8215] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -name=Lazy cat -model1=model_42685 -head1=model_42672 -unknown119=2 - -// 8216 -[npc_8216] -bas=bas_41 -vislevel=0 -size=1 -ambient=15 -op1=Pick-up -op3=Talk-to -op4=Interact-with -minimap=no -name=Overgrown cat -model1=model_42683 -head1=model_42670 -unknown119=2 - -// 8217 -[npc_8217] -bas=bas_127 -vislevel=0 -size=1 -resizeh=64 -resizev=64 -ambient=15 -op1=Pick-up -op2=Hidden -op3=Talk-to -op4=Interact-with -minimap=no -name=Kitten -model1=model_42681 -head1=model_42669 -unknown119=2 - -// 8218 -[npc_8218] -bas=bas_41 -vislevel=0 -size=1 -size=1 -ambient=15 -op1=Pick-up -op2=hidden -op3=Talk-to -op4=Interact-with -minimap=no -name=Wily cat -model1=model_42682 -head1=model_42668 -unknown119=2 - -// 8219 -[npc_8219] -bas=bas_1071 -vislevel=0 -multivar=varplayerbit_5470 -multinpc=1,npc_8208 -multinpc=2,npc_8211 -multinpc=3,npc_8210 -multinpc=4,npc_8212 -multinpc=5,npc_8213 -multinpc=6,npc_8209 -unknown119=7 - -// 8220 -[npc_8220] -bas=bas_1071 -vislevel=0 -multivar=varplayerbit_5471 -multinpc=1,npc_8208 -multinpc=2,npc_8211 -multinpc=3,npc_8210 -multinpc=4,npc_8212 -multinpc=5,npc_8213 -multinpc=6,npc_8209 -unknown119=7 - -// 8221 -[npc_8221] -bas=bas_1071 -vislevel=0 -multivar=varplayerbit_5472 -multinpc=1,npc_8208 -multinpc=2,npc_8211 -multinpc=3,npc_8210 -multinpc=4,npc_8212 -multinpc=5,npc_8213 -multinpc=6,npc_8209 -unknown119=7 - -// 8222 -[npc_8222] -bas=bas_1071 -vislevel=0 -multivar=varplayerbit_5473 -multinpc=1,npc_8208 -multinpc=2,npc_8211 -multinpc=3,npc_8210 -multinpc=4,npc_8212 -multinpc=5,npc_8213 -multinpc=6,npc_8209 -unknown119=7 - -// 8223 -[npc_8223] -bas=bas_1071 -vislevel=0 -multivar=varplayerbit_5474 -multinpc=1,npc_8208 -multinpc=2,npc_8211 -multinpc=3,npc_8210 -multinpc=4,npc_8212 -multinpc=5,npc_8213 -multinpc=6,npc_8209 -unknown119=7 - -// 8224 -[npc_8224] -bas=bas_1071 -vislevel=0 -multivar=varplayerbit_5475 -multinpc=1,npc_8208 -multinpc=2,npc_8211 -multinpc=3,npc_8210 -multinpc=4,npc_8212 -multinpc=5,npc_8213 -multinpc=6,npc_8209 -unknown119=7 - -// 8225 -[npc_8225] -bas=bas_1071 -vislevel=0 -multivar=varplayerbit_5476 -multinpc=1,npc_8208 -multinpc=2,npc_8211 -multinpc=3,npc_8210 -multinpc=4,npc_8212 -multinpc=5,npc_8213 -multinpc=6,npc_8209 -unknown119=7 - -// 8226 -[npc_8226] -bas=bas_35 -vislevel=0 -op1=Talk-to -size=1 -contrast=10 -ambient=10 -name=Guardian of Armadyl -model1=model_42878 -head1=model_42853 -unknown119=3 - -// 8227 -[npc_8227] -bas=bas_322 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -op1=Talk-to -name=Head mystic -model1=model_43432 -model2=model_43435 -model3=model_43433 -model4=model_43434 -model5=model_31606 -model6=model_31578 -model7=model_31582 -head1=model_43522 -head2=model_43299 -unknown119=3 - -// 8228 -[npc_8228] -bas=bas_4 -size=1 -alwaysontop=yes -vislevel=0 -op1=Talk-to -op3=Exchange -name=Rewards mystic -model1=model_40330 -model2=model_43437 -model3=model_43439 -model4=model_40370 -model5=model_43436 -model6=model_43438 -head1=model_39836 -head2=model_39223 -unknown119=3 - -// 8229 -[npc_8229] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recolhsl1s=43072 -recolhsl1d=1301 -recolhsl2s=6798 -recolhsl2d=6196 -recolhsl3s=55232 -recolhsl3d=6202 -name=Mystic -model1=model_217 -model2=model_43340 -model3=model_40157 -model4=model_176 -model5=model_43377 -model6=model_8919 -model7=model_250 -head1=model_39590 -head2=model_38642 -unknown119=3 - -// 8230 -[npc_8230] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recolhsl1s=43072 -recolhsl1d=1301 -recolhsl2s=6798 -recolhsl2d=6196 -recolhsl3s=55232 -recolhsl3d=6202 -name=Mystic -model1=model_217 -model2=model_43340 -model3=model_40157 -model4=model_176 -model5=model_43377 -model6=model_8919 -model7=model_248 -head1=model_39590 -head2=model_39275 -unknown119=3 - -// 8231 -[npc_8231] -bas=bas_86 -size=1 -ambient=15 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recolhsl1s=6955 -recolhsl1d=1301 -name=Mystic -model1=model_24455 -model2=model_43508 -model3=model_24437 -model4=model_43507 -model5=model_24440 -model6=model_24451 -head1=model_24210 -unknown119=3 - -// 8232 -[npc_8232] -bas=bas_321 -size=2 -ambient=25 -vislevel=0 -alwaysontop=yes -op1=Talk-To -recolhsl1s=36760 -recolhsl1d=1310 -name=Mystic -model1=model_43315 -head1=model_31800 -unknown119=3 - -// 8233 -[npc_8233] -bas=bas_2 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recolhsl1s=61 -recolhsl1d=1301 -recolhsl2s=4626 -recolhsl2d=1301 -name=Mystic -model1=model_2970 -model2=model_43524 -model3=model_2979 -model4=model_43523 -model5=model_2985 -head1=model_0 -unknown119=3 - -// 8234 -[npc_8234] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -op3=Show-clay -alwaysontop=yes -recolhsl1s=43072 -recolhsl1d=1301 -recolhsl2s=6798 -recolhsl2d=6196 -recolhsl3s=55232 -recolhsl3d=6202 -name=Mystic -model1=model_217 -model2=model_43340 -model3=model_40157 -model4=model_176 -model5=model_43377 -model6=model_8919 -model7=model_250 -head1=model_39590 -head2=model_38642 -unknown119=3 - -// 8235 -[npc_8235] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -op3=Show-clay -alwaysontop=yes -recolhsl1s=43072 -recolhsl1d=1301 -recolhsl2s=6798 -recolhsl2d=6196 -recolhsl3s=55232 -recolhsl3d=6202 -name=Mystic -model1=model_217 -model2=model_43340 -model3=model_40157 -model4=model_176 -model5=model_43377 -model6=model_8919 -model7=model_248 -head1=model_39590 -head2=model_39275 -unknown119=3 - -// 8236 -[npc_8236] -bas=bas_86 -size=1 -ambient=15 -vislevel=0 -op1=Talk-to -op3=Show-clay -alwaysontop=yes -recolhsl1s=6955 -recolhsl1d=1301 -name=Mystic -model1=model_24455 -model2=model_43508 -model3=model_24437 -model4=model_43507 -model5=model_24440 -model6=model_24451 -head1=model_24210 -unknown119=3 - -// 8237 -[npc_8237] -bas=bas_321 -size=2 -ambient=25 -vislevel=0 -op1=Talk-To -op3=Show-clay -alwaysontop=yes -recolhsl1s=36760 -recolhsl1d=1310 -name=Mystic -model1=model_43315 -head1=model_31800 -unknown119=3 - -// 8238 -[npc_8238] -bas=bas_2 -vislevel=0 -op1=Talk-to -op3=Show-clay -alwaysontop=yes -recolhsl1s=61 -recolhsl1d=1301 -recolhsl2s=4626 -recolhsl2d=1301 -name=Mystic -model1=model_2970 -model2=model_43524 -model3=model_2979 -model4=model_43523 -model5=model_2985 -head1=model_0 -unknown119=3 - -// 8239 -[npc_8239] -bas=bas_322 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -op1=Talk-to -name=Head mystic -model1=model_43432 -model2=model_43435 -model3=model_43433 -model4=model_43434 -model5=model_31606 -model6=model_31578 -model7=model_31582 -head1=model_43522 -head2=model_43299 -unknown119=3 - -// 8240 -[npc_8240] -bas=bas_320 -size=2 -ambient=25 -op1=Interact -op3=Store -vislevel=0 -alwaysontop=yes -minimap=no -name=Clay familiar (class 1) -model1=model_43087 -head1=model_43281 -unknown119=1 - -// 8241 -[npc_8241] -bas=bas_320 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Store -vislevel=25 -alwaysontop=yes -minimap=no -name=Clay familiar (class 1) -model1=model_43087 -head1=model_43281 -unknown119=1 - -// 8242 -[npc_8242] -bas=bas_320 -size=2 -ambient=25 -op1=Interact -op3=Store -vislevel=0 -alwaysontop=yes -minimap=no -name=Clay familiar (class 2) -model1=model_43091 -head1=model_43283 -unknown119=1 - -// 8243 -[npc_8243] -bas=bas_320 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Store -vislevel=37 -alwaysontop=yes -minimap=no -name=Clay familiar (class 2) -model1=model_43091 -head1=model_43283 -unknown119=1 - -// 8244 -[npc_8244] -bas=bas_320 -size=2 -ambient=25 -op1=Interact -op3=Store -vislevel=0 -alwaysontop=yes -minimap=no -name=Clay familiar (class 3) -model1=model_43090 -head1=model_43282 -unknown119=1 - -// 8245 -[npc_8245] -bas=bas_320 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Store -vislevel=58 -alwaysontop=yes -minimap=no -name=Clay familiar (class 3) -model1=model_43090 -head1=model_43282 -unknown119=1 - -// 8246 -[npc_8246] -bas=bas_320 -size=2 -ambient=25 -op1=Interact -op3=Store -vislevel=0 -alwaysontop=yes -minimap=no -name=Clay familiar (class 4) -model1=model_43088 -head1=model_43280 -unknown119=1 - -// 8247 -[npc_8247] -bas=bas_320 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Store -vislevel=93 -alwaysontop=yes -minimap=no -name=Clay familiar (class 4) -model1=model_43088 -head1=model_43280 -unknown119=1 - -// 8248 -[npc_8248] -bas=bas_320 -size=2 -ambient=25 -op1=Interact -op3=Store -vislevel=0 -alwaysontop=yes -minimap=no -name=Clay familiar (class 5) -model1=model_43089 -head1=model_43279 -unknown119=1 - -// 8249 -[npc_8249] -bas=bas_320 -size=2 -ambient=25 -op2=Attack -op1=Interact -op3=Store -vislevel=139 -alwaysontop=yes -minimap=no -name=Clay familiar (class 5) -model1=model_43089 -head1=model_43279 -unknown119=1 - -// 8250 -[npc_8250] -bas=bas_160 -vislevel=104 -op2=Attack -op3=Walk here -op4=Follow -op5=Pickpocket -alwaysontop=yes -recol1s=15747 -recol1d=15522 -recolhsl2s=7756 -recolhsl2d=2906 -name=Grindxplox -model1=model_43354 -model2=model_253 -model3=model_24556 -model4=model_5586 -model5=model_43332 -model6=model_43318 -model7=model_43370 -model8=model_43420 -model9=model_181 -unknown119=1 - -// 8251 -[npc_8251] -bas=bas_160 -vislevel=104 -op3=Attack -op4=Follow -op5=Pickpocket -alwaysontop=yes -recol1s=15747 -recol1d=15522 -recolhsl2s=7756 -recolhsl2d=2906 -name=Grindxplox -model1=model_43354 -model2=model_253 -model3=model_24556 -model4=model_5586 -model5=model_43332 -model6=model_43318 -model7=model_43370 -model8=model_43420 -model9=model_181 -unknown119=1 - -// 8252 -[npc_8252] -size=1 -spotshadow=no -ambient=30 -op1=Get-vars -vislevel=0 -name=Stealing Creation team -model1=model_6318 -unknown119=3 - -// 8253 -[npc_8253] -size=1 -ambient=30 -op1=Get-vars -vislevel=1 -name=Resource NPC -model1=model_6318 -unknown119=3 - -// 8254 -[npc_8254] -size=1 -ambient=30 -op1=Get-vars -op3=End-game -vislevel=1 -name=Game NPC -model1=model_6318 -unknown119=3 - -// 8255 -[npc_8255] -vislevel=250 -multivar=varplayer_1339 -multinpc=1,npc_8253 -unknown119=1 - -// 8256 -[npc_8256] -size=1 -ambient=30 -op1=Get-vars -vislevel=1 -name=Resource NPC -model1=model_6318 -unknown119=3 - -// 8257 -[npc_8257] -vislevel=1 -multivar=varplayer_1339 -multinpc=1,npc_8253 -unknown119=1 - -// 8258 -[npc_8258] -vislevel=1 -multivar=varplayer_1339 -multinpc=1,npc_8252 -unknown119=1 - -// 8259 -[npc_8259] -vislevel=1 -multivar=varplayer_1339 -multinpc=1,npc_8252 -unknown119=1 - -// 8260 -[npc_8260] -vislevel=1 -multivar=varplayer_1339 -multinpc=1,npc_8252 -unknown119=1 - -// 8261 -[npc_8261] -vislevel=1 -multivar=varplayer_1339 -multinpc=1,npc_8252 -unknown119=1 - -// 8262 -[npc_8262] -vislevel=1 -multivar=varplayer_1339 -multinpc=1,npc_8252 -unknown119=1 - -// 8263 -[npc_8263] -vislevel=1 -multivar=varplayer_1339 -multinpc=1,npc_8253 -unknown119=1 - -// 8264 -[npc_8264] -vislevel=1 -multivar=varplayer_1339 -multinpc=1,npc_8254 -unknown119=1 - -// 8265 -[npc_8265] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8266 -[npc_8266] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5526 -multinpc=0,npc_4285 -unknown119=3 - -// 8267 -[npc_8267] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5526 -multinpc=0,npc_4286 -unknown119=3 - -// 8268 -[npc_8268] -size=1 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=17603 -recol2s=2340 -recol2d=1253 -recol3s=12685 -recol3d=17603 -recol4s=7328 -recol4d=25365 -recol5s=9473 -recol5d=3170 -retex1s=material_257 -retex1d=material_252 -name=Harrallak Menarous -model1=model_220 -model2=model_9620 -model3=model_15305 -model4=model_14187 -model5=model_162 -model6=model_179 -model7=model_5218 -model8=model_15415 -head1=model_40017 -head2=model_39270 -head3=model_39389 -unknown119=3 - -// 8269 -[npc_8269] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5526 -multinpc=0,npc_4297 -multinpc=1,npc_8270 -multinpc=2,npc_8270 -unknown119=3 - -// 8270 -[npc_8270] -bas=bas_4 -vislevel=0 -op1=Talk-to -op3=Claim-Tokens -alwaysontop=yes -recol1s=14724 -recol1d=4387 -recol2s=8420 -recol2d=4193 -recol3s=2340 -recol3d=20046 -recol4s=15856 -recol4d=17861 -recol5s=25098 -recol5d=21893 -name=Yadech Strongarm -model1=model_230 -model2=model_22163 -model3=model_43636 -model4=model_43630 -model5=model_43600 -model6=model_43644 -model7=model_43610 -model8=model_43666 -model9=model_10218 -model10=model_18952 -head1=model_39920 -head2=model_38096 -head3=model_35484 -unknown119=3 - -// 8271 -[npc_8271] -bas=bas_4 -vislevel=1 -multivar=varplayer_139 -multinpc=default,npc_8272 -multinpc=0,npc_400 -multinpc=1,npc_400 -multinpc=2,npc_400 -multinpc=3,npc_400 -multinpc=4,npc_400 -multinpc=5,npc_400 -multinpc=6,npc_400 -multinpc=7,npc_400 -multinpc=8,npc_400 -multinpc=9,npc_400 -multinpc=10,npc_400 -multinpc=11,npc_400 -multinpc=12,npc_400 -multinpc=13,npc_400 -multinpc=14,npc_400 -multinpc=15,npc_400 -multinpc=16,npc_400 -multinpc=17,npc_400 -multinpc=18,npc_400 -multinpc=19,npc_400 -multinpc=20,npc_400 -multinpc=22,npc_400 -multinpc=25,npc_400 -multinpc=30,npc_400 -multinpc=32,npc_400 -multinpc=35,npc_400 -multinpc=40,npc_400 -multinpc=45,npc_400 -unknown119=3 - -// 8272 -[npc_8272] -vislevel=0 -minimap=no -active=no -size=1 -spotshadow=no -model1=model_27192 -unknown119=1 - -// 8273 -[npc_8273] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -recol1s=14724 -recol1d=10572 -recol2s=2340 -recol2d=5320 -recol3s=7329 -recol3d=5317 -recol4s=16846 -recol4d=15889 -recol5s=11561 -recol5d=10604 -recol6s=6342 -recol6d=6376 -retex1s=material_251 -retex1d=material_202 -name=Turael -model1=model_208 -model2=model_251 -model3=model_3379 -model4=model_317 -model5=model_174 -model6=model_179 -model7=model_274 -model8=model_185 -model9=model_555 -head1=model_38588 -head2=model_38096 -unknown119=3 - -// 8274 -[npc_8274] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -recol1s=14724 -recol1d=8552 -recol2s=2340 -recol2d=4324 -recol3s=25098 -recol3d=11296 -recol4s=289 -recol4d=7495 -recol5s=11561 -recol5d=3235 -recol6s=16846 -recol6d=6438 -retex1s=material_255 -retex1d=material_257 -name=Mazchna -model1=model_221 -model2=model_306 -model3=model_174 -model4=model_176 -model5=model_278 -model6=model_182 -model7=model_5114 -model8=model_246 -head1=model_39611 -head2=model_39223 -unknown119=3 - -// 8275 -[npc_8275] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -recol1s=25098 -recol1d=21859 -recol2s=2340 -recol2d=8320 -recol3s=15856 -recol3d=21859 -recol4s=8456 -recol4d=6476 -recol5s=11561 -recol5d=8590 -recol6s=13675 -recol6d=10704 -name=Duradel -model1=model_231 -model2=model_241 -model3=model_246 -model4=model_309 -model5=model_33034 -model6=model_10218 -model7=model_254 -model8=model_181 -model9=model_3780 -model10=model_18949 -head1=model_39778 -head2=model_39251 -head3=model_39329 -unknown119=3 - -// 8276 -[npc_8276] -bas=bas_108 -vislevel=1 -multivar=varplayerbit_5527 -multinpc=1,npc_669 -unknown119=3 - -// 8277 -[npc_8277] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5528 -multinpc=1,npc_4285 -unknown119=3 - -// 8278 -[npc_8278] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5528 -multinpc=1,npc_4286 -unknown119=3 - -// 8279 -[npc_8279] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -recol3s=25098 -recol3d=24072 -name=Cyrisus -model1=model_24983 -model2=model_215 -model3=model_244 -model4=model_248 -model5=model_6669 -model6=model_170 -model7=model_10218 -model8=model_5409 -model9=model_6659 -model10=model_4929 -head1=model_39793 -unknown119=3 - -// 8280 -[npc_8280] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=14724 -recol1d=4387 -recol2s=8420 -recol2d=4193 -recol3s=2340 -recol3d=20046 -recol4s=15856 -recol4d=17861 -recol5s=25098 -recol5d=21893 -name=Sloane -model1=model_217 -model2=model_10304 -model3=model_311 -model4=model_18952 -model5=model_167 -model6=model_176 -model7=model_11788 -model8=model_11869 -model9=model_181 -head1=model_39898 -unknown119=3 - -// 8281 -[npc_8281] -bas=bas_894 -size=3 -op2=Attack -vislevel=454 -overlayheight=350 -bgsound=synth_5623,synth_5623,synth_5623,synth_5623,15 -name=Balance Elemental -model1=model_44679 -head1=model_44741 -unknown119=3 - -// 8282 -[npc_8282] -bas=bas_893 -size=3 -op2=Attack -vislevel=454 -overlayheight=350 -bgsound=synth_5623,synth_5623,synth_5623,synth_5623,15 -name=Balance Elemental -model1=model_44679 -head1=model_44741 -unknown119=3 - -// 8283 -[npc_8283] -bas=bas_892 -size=3 -op2=Attack -vislevel=454 -overlayheight=350 -bgsound=synth_5623,synth_5623,synth_5623,synth_5623,15 -name=Balance Elemental -model1=model_44679 -head1=model_44741 -unknown119=3 - -// 8284 -[npc_8284] -bas=bas_894 -vislevel=0 -size=3 -bgsound=synth_5623,synth_5623,synth_5623,synth_5623,15 -name=Balance Elemental -model1=model_44679 -head1=model_44741 -unknown119=3 - -// 8285 -[npc_8285] -bas=bas_4 -vislevel=0 -size=3 -spotshadow=no -bgsound=synth_5623,synth_5623,synth_5623,synth_5623,15 -name=Balance Elemental -model1=model_27192 -unknown119=3 - -// 8286 -[npc_8286] -bas=bas_905 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -name=Undead hero -model1=model_44693 -model2=model_44698 -model3=model_44687 -model4=model_44686 -unknown119=3 - -// 8287 -[npc_8287] -bas=bas_905 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -name=Undead hero -model1=model_44694 -model2=model_44697 -model3=model_44688 -model4=model_44685 -unknown119=3 - -// 8288 -[npc_8288] -bas=bas_905 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -name=Undead hero -model1=model_44691 -model2=model_44696 -model3=model_44689 -model4=model_44684 -unknown119=3 - -// 8289 -[npc_8289] -bas=bas_895 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -name=Undead hero -model1=model_44692 -model2=model_44695 -model3=model_44690 -model4=model_44683 -unknown119=3 - -// 8290 -[npc_8290] -bas=bas_907 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -name=Undead hero -model1=model_44682 -unknown119=3 - -// 8291 -[npc_8291] -bas=bas_905 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -recolhsl1s=36126 -recolhsl1d=21657 -recolhsl2s=36131 -recolhsl2d=21662 -recolhsl3s=36133 -recolhsl3d=21664 -recolhsl4s=36135 -recolhsl4d=21666 -recolhsl5s=36137 -recolhsl5d=21668 -recolhsl6s=36122 -recolhsl6d=21655 -name=Undead hero -model1=model_44693 -model2=model_44697 -model3=model_44689 -model4=model_44683 -unknown119=3 - -// 8292 -[npc_8292] -bas=bas_905 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -recolhsl1s=36126 -recolhsl1d=21657 -recolhsl2s=36131 -recolhsl2d=21662 -recolhsl3s=36133 -recolhsl3d=21664 -recolhsl4s=36135 -recolhsl4d=21666 -recolhsl5s=36137 -recolhsl5d=21668 -recolhsl6s=36122 -recolhsl6d=21655 -name=Undead hero -model1=model_44694 -model2=model_44698 -model3=model_44689 -model4=model_44686 -unknown119=3 - -// 8293 -[npc_8293] -bas=bas_905 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -recolhsl1s=36126 -recolhsl1d=21657 -recolhsl2s=36131 -recolhsl2d=21662 -recolhsl3s=36133 -recolhsl3d=21664 -recolhsl4s=36135 -recolhsl4d=21666 -recolhsl5s=36137 -recolhsl5d=21668 -recolhsl6s=36122 -recolhsl6d=21655 -name=Undead hero -model1=model_44691 -model2=model_44697 -model3=model_44687 -model4=model_44685 -unknown119=3 - -// 8294 -[npc_8294] -bas=bas_905 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -recolhsl1s=36126 -recolhsl1d=21657 -recolhsl2s=36131 -recolhsl2d=21662 -recolhsl3s=36133 -recolhsl3d=21664 -recolhsl4s=36135 -recolhsl4d=21666 -recolhsl5s=36137 -recolhsl5d=21668 -recolhsl6s=36122 -recolhsl6d=21655 -name=Undead hero -model1=model_44693 -model2=model_44696 -model3=model_44687 -model4=model_44684 -unknown119=3 - -// 8295 -[npc_8295] -bas=bas_895 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -recolhsl1s=36126 -recolhsl1d=21657 -recolhsl2s=36131 -recolhsl2d=21662 -recolhsl3s=36133 -recolhsl3d=21664 -recolhsl4s=36135 -recolhsl4d=21666 -recolhsl5s=36137 -recolhsl5d=21668 -recolhsl6s=36122 -recolhsl6d=21655 -name=Undead hero -model1=model_44692 -model2=model_44695 -model3=model_44689 -model4=model_44684 -unknown119=3 - -// 8296 -[npc_8296] -bas=bas_906 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -name=Undead hero -model1=model_44693 -model2=model_44698 -model3=model_44687 -model4=model_44686 -unknown119=1 - -// 8297 -[npc_8297] -bas=bas_896 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=92 -recolhsl1s=36126 -recolhsl1d=21657 -recolhsl2s=36131 -recolhsl2d=21662 -recolhsl3s=36133 -recolhsl3d=21664 -recolhsl4s=36135 -recolhsl4d=21666 -recolhsl5s=36137 -recolhsl5d=21668 -recolhsl6s=36122 -recolhsl6d=21655 -name=Undead hero -model1=model_44692 -model2=model_44695 -model3=model_44689 -model4=model_44684 -unknown119=1 - -// 8298 -[npc_8298] -size=1 -ambient=20 -alwaysontop=yes -vislevel=0 -minimap=no -op1=Push -turnspeed=0 -bgsound=synth_2411,synth_5694,synth_5694,synth_5694,8 -recolhsl1s=38997 -recolhsl1d=35064 -recolhsl2s=38992 -recolhsl2d=35050 -recolhsl3s=38987 -recolhsl3d=35057 -name=Stone block -model1=model_45103 -unknown119=1 - -// 8299 -[npc_8299] -bas=bas_899 -vislevel=197 -op2=hidden -recol1s=12685 -recol1d=17603 -name=Harrallak Menarous -model1=model_220 -model2=model_9620 -model3=model_43633 -model4=model_43598 -model5=model_43642 -model6=model_43648 -model7=model_43608 -model8=model_15415 -model9=model_15305 -head1=model_40017 -head2=model_39270 -head3=model_39389 -unknown119=3 - -// 8300 -[npc_8300] -bas=bas_30 -vislevel=197 -recol1s=12685 -recol1d=17603 -name=Harrallak Menarous -model1=model_220 -model2=model_9620 -model3=model_43615 -model4=model_43602 -model5=model_43640 -model6=model_43648 -model7=model_43608 -model8=model_15415 -model9=model_15305 -head1=model_40017 -head2=model_39270 -head3=model_39389 -unknown119=3 - -// 8301 -[npc_8301] -bas=bas_901 -vislevel=197 -recol1s=12685 -recol1d=17603 -name=Harrallak Menarous -model1=model_220 -model2=model_9620 -model3=model_43615 -model4=model_43602 -model5=model_43640 -model6=model_43648 -model7=model_43608 -model8=model_15415 -model9=model_15305 -head1=model_40017 -head2=model_39270 -head3=model_39389 -unknown119=3 - -// 8302 -[npc_8302] -bas=bas_898 -vislevel=197 -recol1s=7329 -recol1d=5317 -name=Turael -model1=model_43637 -model2=model_251 -model3=model_43633 -model4=model_43598 -model5=model_43642 -model6=model_43648 -model7=model_43608 -model8=model_555 -model9=model_317 -head1=model_35493 -head2=model_38096 -unknown119=3 - -// 8303 -[npc_8303] -bas=bas_29 -vislevel=197 -recol1s=7329 -recol1d=5317 -name=Turael -model1=model_43637 -model2=model_251 -model3=model_43633 -model4=model_43598 -model5=model_43642 -model6=model_43648 -model7=model_43608 -model8=model_44809 -model9=model_317 -head1=model_35493 -head2=model_38096 -unknown119=3 - -// 8304 -[npc_8304] -bas=bas_900 -vislevel=197 -op2=hidden -name=Cyrisus -model1=model_43637 -model2=model_248 -model3=model_43633 -model4=model_43598 -model5=model_43642 -model6=model_43648 -model7=model_43608 -model8=model_5409 -head1=model_35493 -head2=model_39275 -unknown119=3 - -// 8305 -[npc_8305] -bas=bas_4 -vislevel=197 -op2=hidden -name=Cyrisus -model1=model_43637 -model2=model_248 -model3=model_43633 -model4=model_43598 -model5=model_43642 -model6=model_43648 -model7=model_43608 -model8=model_44810 -head1=model_35493 -head2=model_39275 -unknown119=3 - -// 8306 -[npc_8306] -bas=bas_899 -vislevel=197 -resizeh=160 -resizev=160 -recol1s=6273 -recol1d=32470 -recol2s=25098 -recol2d=14595 -retex1s=material_228 -retex1d=material_426 -name=Ghommal -model1=model_230 -model2=model_253 -model3=model_43633 -model4=model_43598 -model5=model_43642 -model6=model_43648 -model7=model_43608 -model8=model_43658 -head1=model_39630 -head2=model_39227 -unknown119=3 - -// 8307 -[npc_8307] -bas=bas_899 -vislevel=197 -op2=hidden -recol1s=25098 -recol1d=11296 -recol2s=289 -recol2d=8453 -recol3s=15856 -recol3d=26350 -retex1s=material_255 -retex1d=material_257 -name=Mazchna -model1=model_221 -model2=model_246 -model3=model_6670 -model4=model_43641 -model5=model_5114 -model6=model_6639 -model7=model_176 -model8=model_182 -head1=model_39611 -head2=model_39223 -unknown119=3 - -// 8308 -[npc_8308] -bas=bas_30 -vislevel=197 -retex1s=material_255 -retex1d=material_257 -name=Mazchna -model1=model_43629 -head1=model_39611 -head2=model_39223 -unknown119=3 - -// 8309 -[npc_8309] -bas=bas_901 -vislevel=197 -retex1s=material_255 -retex1d=material_257 -name=Mazchna -model1=model_43629 -head1=model_39611 -head2=model_39223 -unknown119=3 - -// 8310 -[npc_8310] -bas=bas_4 -vislevel=197 -recol1s=25098 -recol1d=21859 -recol2s=7298 -recol2d=9444 -recol3s=8456 -recol3d=6476 -recol4s=11561 -recol4d=8590 -recol5s=13675 -recol5d=10704 -name=Duradel -model1=model_43639 -model2=model_246 -model3=model_6672 -model4=model_18949 -model5=model_6641 -model6=model_10218 -model7=model_3780 -model8=model_6660 -model9=model_181 -head1=model_39778 -head2=model_39251 -head3=model_39329 -unknown119=3 - -// 8311 -[npc_8311] -bas=bas_899 -vislevel=197 -recol1s=14724 -recol1d=4387 -recol2s=8420 -recol2d=4193 -recol3s=2340 -recol3d=20046 -recol4s=15856 -recol4d=17861 -recol5s=25098 -recol5d=21893 -recol6s=7298 -recol6d=9444 -name=Sloane -model1=model_217 -model2=model_10304 -model3=model_6672 -model4=model_18952 -model5=model_6644 -model6=model_176 -model7=model_11788 -model8=model_6662 -model9=model_181 -head1=model_39898 -unknown119=3 - -// 8312 -[npc_8312] -bas=bas_891 -size=1 -op2=Attack -contrast=10 -ambient=10 -vislevel=122 -name=Elite Dark Warrior -model1=model_43622 -model2=model_43671 -model3=model_43672 -head1=model_35503 -unknown119=3 - -// 8313 -[npc_8313] -bas=bas_891 -size=1 -op2=Attack -contrast=10 -ambient=10 -headicon=0 -vislevel=122 -name=Elite Dark Warrior -model1=model_43622 -model2=model_43671 -model3=model_43672 -head1=model_35503 -unknown119=3 - -// 8314 -[npc_8314] -bas=bas_891 -size=1 -op2=Attack -contrast=10 -ambient=10 -headicon=1 -vislevel=122 -name=Elite Dark Warrior -model1=model_43622 -model2=model_43671 -model3=model_43672 -head1=model_35503 -unknown119=3 - -// 8315 -[npc_8315] -bas=bas_891 -size=1 -op2=Attack -contrast=10 -ambient=10 -headicon=2 -vislevel=122 -name=Elite Dark Warrior -model1=model_43622 -model2=model_43671 -model3=model_43672 -head1=model_35503 -unknown119=3 - -// 8316 -[npc_8316] -bas=bas_882 -size=1 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=79 -name=Elite Dark Ranger -model1=model_43625 -model2=model_43661 -head1=model_35520 -unknown119=3 - -// 8317 -[npc_8317] -bas=bas_882 -size=1 -op2=Attack -size=1 -contrast=10 -ambient=10 -headicon=0 -vislevel=79 -name=Elite Dark Ranger -model1=model_43625 -model2=model_43661 -head1=model_35520 -unknown119=3 - -// 8318 -[npc_8318] -bas=bas_882 -size=1 -op2=Attack -size=1 -contrast=10 -ambient=10 -headicon=1 -vislevel=79 -name=Elite Dark Ranger -model1=model_43625 -model2=model_43661 -head1=model_35520 -unknown119=3 - -// 8319 -[npc_8319] -bas=bas_882 -size=1 -op2=Attack -size=1 -contrast=10 -ambient=10 -headicon=2 -vislevel=79 -name=Elite Dark Ranger -model1=model_43625 -model2=model_43661 -head1=model_35520 -unknown119=3 - -// 8320 -[npc_8320] -bas=bas_883 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=79 -name=Elite Dark Mage -model1=model_43631 -model2=model_43670 -head1=model_35489 -unknown119=3 - -// 8321 -[npc_8321] -bas=bas_883 -op2=Attack -size=1 -contrast=10 -ambient=10 -headicon=0 -vislevel=79 -name=Elite Dark Mage -model1=model_43631 -model2=model_43670 -head1=model_35489 -unknown119=3 - -// 8322 -[npc_8322] -bas=bas_883 -op2=Attack -size=1 -contrast=10 -ambient=10 -headicon=1 -vislevel=79 -name=Elite Dark Mage -model1=model_43631 -model2=model_43670 -head1=model_35489 -unknown119=3 - -// 8323 -[npc_8323] -bas=bas_883 -op2=Attack -size=1 -contrast=10 -ambient=10 -headicon=2 -vislevel=79 -name=Elite Dark Mage -model1=model_43631 -model2=model_43670 -head1=model_35489 -unknown119=3 - -// 8324 -[npc_8324] -bas=bas_890 -size=1 -op2=Attack -resizeh=148 -resizev=128 -contrast=10 -ambient=10 -vislevel=138 -recolhsl1s=7845 -recolhsl1d=3087 -recol2s=27339 -recol2d=19971 -name=Elite Black Knight -model1=model_43638 -model2=model_43621 -model3=model_43647 -model4=model_43645 -model5=model_43609 -model6=model_43663 -model7=model_246 -model8=model_43601 -model9=model_5586 -head1=model_35503 -modeloffset5=-5,0,5 -modeloffset8=0,5,0 -unknown119=3 - -// 8325 -[npc_8325] -bas=bas_890 -size=1 -op2=Attack -resizeh=148 -resizev=128 -contrast=10 -ambient=10 -headicon=0 -vislevel=138 -recolhsl1s=7845 -recolhsl1d=3087 -recol2s=27339 -recol2d=19971 -name=Elite Black Knight -model1=model_43638 -model2=model_43621 -model3=model_43647 -model4=model_43645 -model5=model_43609 -model6=model_43663 -model7=model_246 -model8=model_43601 -model9=model_5586 -head1=model_35503 -modeloffset5=-5,0,5 -modeloffset8=0,5,0 -unknown119=3 - -// 8326 -[npc_8326] -bas=bas_890 -size=1 -op2=Attack -resizeh=148 -resizev=128 -contrast=10 -ambient=10 -headicon=1 -vislevel=138 -recolhsl1s=7845 -recolhsl1d=3087 -recol2s=27339 -recol2d=19971 -name=Elite Black Knight -model1=model_43638 -model2=model_43621 -model3=model_43647 -model4=model_43645 -model5=model_43609 -model6=model_43663 -model7=model_246 -model8=model_43601 -model9=model_5586 -head1=model_35503 -modeloffset5=-5,0,5 -modeloffset8=0,5,0 -unknown119=3 - -// 8327 -[npc_8327] -bas=bas_890 -size=1 -op2=Attack -resizeh=148 -resizev=128 -contrast=10 -ambient=10 -headicon=2 -vislevel=138 -recolhsl1s=7845 -recolhsl1d=3087 -recol2s=27339 -recol2d=19971 -name=Elite Black Knight -model1=model_43638 -model2=model_43621 -model3=model_43647 -model4=model_43645 -model5=model_43609 -model6=model_43663 -model7=model_246 -model8=model_43601 -model9=model_5586 -head1=model_35503 -modeloffset5=-5,0,5 -modeloffset8=0,5,0 -unknown119=3 - -// 8328 -[npc_8328] -bas=bas_891 -size=1 -vislevel=0 -contrast=10 -ambient=10 -name=Elite Black Knight -model1=model_43622 -model2=model_43671 -model3=model_43672 -head1=model_35503 -unknown119=3 - -// 8329 -[npc_8329] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -resizeh=148 -resizev=128 -contrast=10 -ambient=10 -recolhsl1s=7845 -recolhsl1d=3087 -recol2s=27339 -recol2d=19971 -name=Elite Black Knight -model1=model_43638 -model2=model_43621 -model3=model_43647 -model4=model_43645 -model5=model_43609 -model6=model_246 -model7=model_43601 -model8=model_5586 -head1=model_35519 -modeloffset7=0,5,0 -unknown119=3 - -// 8330 -[npc_8330] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -resizeh=148 -resizev=128 -contrast=10 -ambient=10 -recolhsl1s=7845 -recolhsl1d=3087 -recol2s=27339 -recol2d=19971 -name=Elite Black Knight -model1=model_43638 -model2=model_43621 -model3=model_43647 -model4=model_43645 -model5=model_43609 -model6=model_246 -model7=model_43601 -model8=model_5586 -head1=model_35519 -modeloffset7=0,5,0 -unknown119=3 - -// 8331 -[npc_8331] -bas=bas_249 -size=2 -op1=Talk-to -vislevel=0 -resizeh=128 -resizev=128 -name=Guardian of Armadyl -model1=model_217 -model2=model_295 -model3=model_150 -model4=model_3779 -model5=model_246 -head1=model_39859 -head2=model_39223 -unknown119=1 - -// 8332 -[npc_8332] -bas=bas_886 -op1=Talk-to -size=1 -alwaysontop=yes -contrast=10 -ambient=10 -vislevel=45 -name=Guardian of Armadyl -model1=model_42878 -model2=model_43653 -head1=model_42853 -unknown119=3 - -// 8333 -[npc_8333] -bas=bas_35 -size=1 -op1=Talk-to -alwaysontop=yes -size=1 -contrast=10 -ambient=10 -vislevel=43 -name=Guardian of Armadyl -model1=model_43687 -head1=model_35472 -unknown119=3 - -// 8334 -[npc_8334] -bas=bas_35 -op2=Attack -alwaysontop=yes -size=1 -contrast=10 -ambient=10 -vislevel=88 -recol1s=2340 -recol1d=4234 -recol2s=14724 -recol2d=4226 -name=Mercenary axeman -model1=model_43611 -model2=model_43669 -head1=model_35524 -unknown119=3 - -// 8335 -[npc_8335] -bas=bas_886 -size=1 -op2=Attack -alwaysontop=yes -contrast=10 -ambient=10 -vislevel=48 -recol1s=5324 -recol1d=22195 -recol2s=20010 -recol2d=22195 -name=Mercenary mage -model1=model_43632 -model2=model_43673 -head1=model_35486 -unknown119=3 - -// 8336 -[npc_8336] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -contrast=10 -ambient=10 -spotshadow=no -name=Idria -model1=model_43685 -head1=model_35480 -unknown119=3 - -// 8337 -[npc_8337] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -contrast=10 -ambient=10 -spotshadow=no -name=Idria -model1=model_43685 -head1=model_35480 -unknown119=3 - -// 8338 -[npc_8338] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -contrast=10 -ambient=10 -retex1s=material_272 -retex1d=material_254 -retex2s=material_268 -retex2d=material_258 -name=Akrisae -model1=model_43626 -head1=model_35488 -unknown119=3 - -// 8339 -[npc_8339] -bas=bas_908 -vislevel=30 -op1=Talk-to -op2=Attack -contrast=10 -ambient=10 -recol1s=17010 -recol1d=25098 -recol2s=11558 -recol2d=22195 -recol3s=10501 -recol3d=20080 -recol4s=6240 -recol4d=12682 -retex1s=material_291 -retex1d=material_51 -name=Shady stranger -model1=model_43632 -head1=model_40038 -unknown119=3 - -// 8340 -[npc_8340] -bas=bas_35 -vislevel=30 -op1=Talk-to -contrast=10 -ambient=10 -recol1s=17010 -recol1d=25098 -recol2s=11558 -recol2d=22195 -recol3s=10501 -recol3d=20080 -recol4s=6240 -recol4d=12682 -retex1s=material_291 -retex1d=material_51 -name=Shady stranger -model1=model_43632 -head1=model_40038 -unknown119=3 - -// 8341 -[npc_8341] -bas=bas_35 -vislevel=30 -contrast=10 -ambient=10 -recol1s=5324 -recol1d=22195 -recol2s=20010 -recol2d=22195 -name=Shady stranger -model1=model_43632 -head1=model_43595 -unknown119=3 - -// 8342 -[npc_8342] -bas=bas_35 -size=1 -vislevel=1 -multivar=varplayerbit_5531 -multinpc=1,npc_8340 -multinpc=2,npc_8442 -unknown119=3 - -// 8343 -[npc_8343] -bas=bas_886 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=57 -name=Guardian of Armadyl -model1=model_42878 -model2=model_43653 -head1=model_42853 -unknown119=3 - -// 8344 -[npc_8344] -bas=bas_886 -size=1 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=57 -name=Guardian of Armadyl -model1=model_43687 -model2=model_43652 -head1=model_35472 -unknown119=3 - -// 8345 -[npc_8345] -bas=bas_255 -vislevel=0 -size=1 -multivar=varplayerbit_5613 -multinpc=0,npc_273 -unknown119=3 - -// 8346 -[npc_8346] -bas=bas_35 -op1=Talk-to -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -recol1s=2340 -recol1d=4234 -recol2s=14724 -recol2d=4226 -name=Local thug -model1=model_43611 -model2=model_43669 -head1=model_35524 -unknown119=3 - -// 8347 -[npc_8347] -bas=bas_255 -size=1 -vislevel=1 -multivar=varplayerbit_5613 -multinpc=0,npc_272 -multinpc=1,npc_8348 -unknown119=3 - -// 8348 -[npc_8348] -bas=bas_255 -size=1 -op2=Attack -op2=Attack -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=14 -recol1s=5324 -recol1d=22195 -recol2s=20010 -recol2d=22195 -name=Local mage -model1=model_43632 -model2=model_43673 -head1=model_35486 -unknown119=3 - -// 8349 -[npc_8349] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=0 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44733 -unknown119=3 - -// 8350 -[npc_8350] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=2 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44733 -unknown119=3 - -// 8351 -[npc_8351] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=1 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44733 -unknown119=3 - -// 8352 -[npc_8352] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=0 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44733 -unknown119=3 - -// 8353 -[npc_8353] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=2 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44733 -unknown119=3 - -// 8354 -[npc_8354] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=1 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44733 -unknown119=3 - -// 8355 -[npc_8355] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=0 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44733 -unknown119=3 - -// 8356 -[npc_8356] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=2 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44733 -unknown119=3 - -// 8357 -[npc_8357] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=1 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44733 -unknown119=3 - -// 8358 -[npc_8358] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=0 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44734 -unknown119=3 - -// 8359 -[npc_8359] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=2 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44734 -unknown119=3 - -// 8360 -[npc_8360] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=1 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44734 -unknown119=3 - -// 8361 -[npc_8361] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=0 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44734 -unknown119=3 - -// 8362 -[npc_8362] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=2 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44734 -unknown119=3 - -// 8363 -[npc_8363] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=1 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44734 -unknown119=3 - -// 8364 -[npc_8364] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=0 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44734 -unknown119=3 - -// 8365 -[npc_8365] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=2 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44734 -unknown119=3 - -// 8366 -[npc_8366] -bas=bas_910 -size=3 -contrast=25 -ambient=25 -headicon=1 -op2=Attack -vislevel=450 -overlayheight=400 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,15 -name=Tormented demon -model1=model_44734 -unknown119=3 - -// 8367 -[npc_8367] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8368 -[npc_8368] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8369 -[npc_8369] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8370 -[npc_8370] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8371 -[npc_8371] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8372 -[npc_8372] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8373 -[npc_8373] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8374 -[npc_8374] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8375 -[npc_8375] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8376 -[npc_8376] -active=no -spotshadow=no -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8377 -[npc_8377] -bas=bas_909 -size=1 -op2=Attack -contrast=15 -ambient=25 -vislevel=125 -name=Undead troll -model1=model_44728 -model2=model_44717 -model3=model_44712 -unknown119=3 - -// 8378 -[npc_8378] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=74 -name=Undead troll -model1=model_44723 -model2=model_44721 -model3=model_44713 -unknown119=3 - -// 8379 -[npc_8379] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=100 -name=Undead troll -model1=model_44724 -model2=model_44714 -model3=model_44708 -unknown119=3 - -// 8380 -[npc_8380] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=74 -name=Undead troll -model1=model_44732 -model2=model_44721 -model3=model_44712 -unknown119=3 - -// 8381 -[npc_8381] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=100 -name=Undead troll -model1=model_44728 -model2=model_44714 -model3=model_44712 -unknown119=3 - -// 8382 -[npc_8382] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=125 -name=Undead troll -model1=model_44723 -model2=model_44717 -model3=model_44713 -unknown119=3 - -// 8383 -[npc_8383] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=125 -name=Undead troll -model1=model_44724 -model2=model_44717 -model3=model_44712 -unknown119=3 - -// 8384 -[npc_8384] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=74 -name=Undead troll -model1=model_44732 -model2=model_44721 -model3=model_44713 -unknown119=3 - -// 8385 -[npc_8385] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=74 -name=Undead troll -model1=model_44728 -model2=model_44721 -model3=model_44713 -unknown119=3 - -// 8386 -[npc_8386] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=100 -name=Undead troll -model1=model_44724 -model2=model_44714 -model3=model_44712 -unknown119=3 - -// 8387 -[npc_8387] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=125 -name=Undead troll -model1=model_44728 -model2=model_44718 -model3=model_44712 -unknown119=3 - -// 8388 -[npc_8388] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=74 -name=Undead troll -model1=model_44724 -model2=model_44716 -model3=model_44708 -unknown119=3 - -// 8389 -[npc_8389] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=74 -name=Undead troll -model1=model_44732 -model2=model_44716 -model3=model_44713 -unknown119=3 - -// 8390 -[npc_8390] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=100 -name=Undead troll -model1=model_44723 -model2=model_44720 -model3=model_44712 -unknown119=3 - -// 8391 -[npc_8391] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=125 -name=Undead troll -model1=model_44728 -model2=model_44718 -model3=model_44713 -unknown119=3 - -// 8392 -[npc_8392] -bas=bas_909 -op2=Attack -size=1 -contrast=15 -ambient=25 -vislevel=125 -name=Undead troll -model1=model_44723 -model2=model_44718 -model3=model_44712 -unknown119=3 - -// 8393 -[npc_8393] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vasador -model1=model_43619 -unknown119=1 - -// 8394 -[npc_8394] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Valator -model1=model_43619 -unknown119=1 - -// 8395 -[npc_8395] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vaasdor -model1=model_43619 -unknown119=1 - -// 8396 -[npc_8396] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Varosad -model1=model_43619 -unknown119=1 - -// 8397 -[npc_8397] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Verisad -model1=model_43619 -unknown119=1 - -// 8398 -[npc_8398] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vudisor -model1=model_43619 -unknown119=1 - -// 8399 -[npc_8399] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vlatoad -model1=model_43619 -unknown119=1 - -// 8400 -[npc_8400] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vedolas -model1=model_43619 -unknown119=1 - -// 8401 -[npc_8401] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vundiar -model1=model_43619 -unknown119=1 - -// 8402 -[npc_8402] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Versita -model1=model_43619 -unknown119=1 - -// 8403 -[npc_8403] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vislota -model1=model_43619 -unknown119=1 - -// 8404 -[npc_8404] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vanjuta -model1=model_43619 -unknown119=1 - -// 8405 -[npc_8405] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vasador -model1=model_43623 -unknown119=1 - -// 8406 -[npc_8406] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Valator -model1=model_43623 -unknown119=1 - -// 8407 -[npc_8407] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vaasdor -model1=model_43623 -unknown119=1 - -// 8408 -[npc_8408] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Varosad -model1=model_43623 -unknown119=1 - -// 8409 -[npc_8409] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Verisad -model1=model_43623 -unknown119=1 - -// 8410 -[npc_8410] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vudisor -model1=model_43623 -unknown119=1 - -// 8411 -[npc_8411] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vlatoad -model1=model_43623 -unknown119=1 - -// 8412 -[npc_8412] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vedolas -model1=model_43623 -unknown119=1 - -// 8413 -[npc_8413] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vundiar -model1=model_43623 -unknown119=1 - -// 8414 -[npc_8414] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Versita -model1=model_43623 -unknown119=1 - -// 8415 -[npc_8415] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vislota -model1=model_43623 -unknown119=1 - -// 8416 -[npc_8416] -bas=bas_35 -size=1 -contrast=10 -ambient=10 -alwaysontop=yes -vislevel=0 -name=Vanjuta -model1=model_43623 -unknown119=1 - -// 8417 -[npc_8417] -bas=bas_123 -vislevel=0 -op1=Talk-to -alwaysontop=yes -size=1 -contrast=10 -ambient=10 -recol1s=28407 -recol1d=8420 -recol2s=22127 -recol2d=8420 -recol3s=26421 -recol3d=7363 -recol4s=32624 -recol4d=6306 -recol5s=22159 -recol5d=8420 -retex1s=material_252 -retex1d=material_254 -retex2s=material_253 -retex2d=material_258 -retex3s=material_251 -retex3d=material_250 -name=Ivy Sophista -model1=model_31694 -model2=model_31609 -model3=model_31615 -model4=model_31616 -model5=model_31619 -model6=model_31610 -model7=model_31612 -head1=model_35476 -unknown119=3 - -// 8418 -[npc_8418] -bas=bas_35 -vislevel=0 -op1=Talk-to -alwaysontop=yes -size=1 -contrast=10 -ambient=10 -recol1s=18992 -recol1d=7366 -name=Thaerisk Cemphier -model1=model_43674 -head1=model_39640 -unknown119=3 - -// 8419 -[npc_8419] -bas=bas_35 -vislevel=0 -alwaysontop=yes -op1=Talk-to -op2=hidden -size=1 -contrast=10 -ambient=10 -recol1s=18992 -recol1d=7366 -name=Thaerisk Cemphier -model1=model_43674 -head1=model_39640 -unknown119=3 - -// 8420 -[npc_8420] -bas=bas_35 -size=1 -vislevel=1 -multivar=varplayerbit_5532 -multinpc=0,npc_8418 -unknown119=3 - -// 8421 -[npc_8421] -bas=bas_35 -size=1 -vislevel=1 -multivar=varplayerbit_5532 -multinpc=1,npc_8418 -unknown119=3 - -// 8422 -[npc_8422] -bas=bas_4 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=38 -recol1s=5324 -recol1d=22195 -recol2s=20010 -recol2d=22195 -name=Assassin -model1=model_43632 -model2=model_43655 -model3=model_43603 -head1=model_35488 -unknown119=3 - -// 8423 -[npc_8423] -bas=bas_4 -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=38 -recol1s=5324 -recol1d=22195 -recol2s=20010 -recol2d=22195 -name=Assassin -model1=model_43632 -model2=model_43655 -model3=model_43603 -head1=model_44753 -unknown119=3 - -// 8424 -[npc_8424] -bas=bas_256 -size=5 -ambient=15 -contrast=15 -resizeh=110 -resizev=110 -vislevel=57 -name=Mithril dragon -model1=model_24575 -model2=model_24584 -model3=model_24580 -unknown119=3 - -// 8425 -[npc_8425] -vislevel=0 -minimap=no -turnspeed=1024 -size=3 -ambient=25 -contrast=15 -name=Dragon head -model1=model_44501 -unknown119=3 - -// 8426 -[npc_8426] -bas=bas_889 -vislevel=0 -minimap=no -turnspeed=1024 -size=3 -ambient=25 -contrast=15 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,6 -name=Dragon head -model1=model_44500 -unknown119=3 - -// 8427 -[npc_8427] -bas=bas_888 -vislevel=0 -minimap=no -turnspeed=1024 -size=3 -ambient=25 -contrast=15 -bgsound=synth_5602,synth_5602,synth_5602,synth_5602,6 -name=Dragon head -model1=model_44500 -unknown119=3 - -// 8428 -[npc_8428] -bas=bas_911 -alwaysontop=yes -op1=Talk-to -vislevel=0 -size=2 -ambient=25 -recol1s=14724 -recol1d=15784 -recol2s=2340 -recol2d=6307 -recolhsl3s=4626 -recolhsl3d=4109 -recolhsl4s=906 -recolhsl4d=7478 -recolhsl5s=11844 -recolhsl5d=4160 -retex1s=material_228 -retex1d=material_426 -retex2s=material_257 -retex2d=material_273 -retex3s=material_202 -retex3d=material_250 -retex4s=material_255 -retex4d=material_252 -name=Khazard launderer -model1=model_6848 -model2=model_11190 -model3=model_308 -model4=model_322 -model5=model_10980 -model6=model_10218 -model7=model_254 -model8=model_4390 -model9=model_181 -model10=model_43650 -head1=model_39744 -head2=model_39212 -unknown119=3 - -// 8429 -[npc_8429] -bas=bas_4 -vislevel=0 -vislevel=0 -op1=Talk-to -size=1 -recolhsl1s=25238 -recolhsl1d=8343 -recolhsl2s=8741 -recolhsl2d=8385 -name=Khazard cook -model1=model_230 -model2=model_247 -model3=model_44806 -model4=model_151 -model5=model_10218 -model6=model_254 -model7=model_181 -head1=model_39799 -head2=model_39256 -unknown119=3 - -// 8430 -[npc_8430] -vislevel=0 -op1=Talk-to -size=1 -contrast=10 -ambient=10 -name=Silif -model1=model_43628 -head1=model_35502 -unknown119=3 - -// 8431 -[npc_8431] -vislevel=0 -op1=Talk-to -size=1 -contrast=10 -ambient=10 -name=Silif -model1=model_43612 -head1=model_35499 -unknown119=3 - -// 8432 -[npc_8432] -vislevel=0 -op1=Talk-to -size=2 -contrast=10 -ambient=10 -name=Silif -model1=model_43635 -head1=model_35485 -unknown119=3 - -// 8433 -[npc_8433] -bas=bas_35 -vislevel=0 -op1=Talk-to -size=1 -contrast=10 -ambient=10 -name=Silif -model1=model_43635 -head1=model_35485 -unknown119=3 - -// 8434 -[npc_8434] -bas=bas_35 -vislevel=0 -size=1 -op1=Talk-to -contrast=10 -ambient=10 -recolhsl1s=7845 -recolhsl1d=3087 -recol2s=27339 -recol2d=19971 -name=Silif -model1=model_43638 -model2=model_43621 -model3=model_43645 -model4=model_43609 -model5=model_43599 -model6=model_10218 -model7=model_246 -head1=model_35519 -unknown119=3 - -// 8435 -[npc_8435] -bas=bas_908 -op1=Talk-to -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=50 -recol1s=5324 -recol1d=5314 -recol2s=20010 -recol2d=3200 -name=Shady stranger -model1=model_43617 -head1=model_35488 -unknown119=3 - -// 8436 -[npc_8436] -bas=bas_908 -op1=Talk-to -op2=Attack -size=1 -contrast=10 -ambient=10 -vislevel=50 -recol1s=27443 -recol1d=16772 -name=Suspicious outsider -model1=model_43624 -head1=model_43595 -unknown119=3 - -// 8437 -[npc_8437] -bas=bas_4 -size=1 -op2=Attack -vislevel=95 -recol1s=7398 -recol1d=7399 -recol2s=7298 -recol2d=7399 -recol3s=15856 -recol3d=32631 -name=Elite Khazard guard -model1=model_6848 -model2=model_252 -model3=model_22314 -model4=model_44805 -model5=model_177 -model6=model_550 -model7=model_176 -model8=model_8748 -model9=model_181 -head1=model_39744 -head2=model_38097 -unknown119=3 - -// 8438 -[npc_8438] -bas=bas_4 -size=1 -op2=Attack -vislevel=95 -recol1s=7398 -recol1d=7399 -recol2s=7298 -recol2d=7399 -recol3s=15856 -recol3d=32631 -name=Elite Khazard guard -model1=model_18192 -model2=model_22163 -model3=model_22315 -model4=model_44805 -model5=model_177 -model6=model_550 -model7=model_176 -model8=model_8748 -model9=model_181 -head1=model_39744 -head2=model_38097 -unknown119=3 - -// 8439 -[npc_8439] -bas=bas_4 -size=1 -op2=Attack -vislevel=95 -recol1s=7398 -recol1d=7399 -recol2s=7298 -recol2d=7399 -recol3s=15856 -recol3d=32631 -name=Elite Khazard guard -model1=model_6848 -model2=model_32926 -model3=model_44807 -model4=model_44805 -model5=model_177 -model6=model_550 -model7=model_176 -model8=model_8748 -model9=model_181 -head1=model_39744 -head2=model_38097 -unknown119=3 - -// 8440 -[npc_8440] -bas=bas_4 -size=1 -op2=Attack -vislevel=95 -recol1s=7398 -recol1d=7399 -recol2s=7298 -recol2d=7399 -recol3s=15856 -recol3d=32631 -name=Elite Khazard guard -model1=model_230 -model2=model_9620 -model3=model_44807 -model4=model_44805 -model5=model_177 -model6=model_550 -model7=model_176 -model8=model_8748 -model9=model_181 -head1=model_39744 -head2=model_38097 -unknown119=3 - -// 8441 -[npc_8441] -bas=bas_35 -vislevel=0 -alwaysontop=yes -op3=Spy-on -size=1 -contrast=10 -ambient=10 -name=Dark Squall -model1=model_32363 -head1=model_35517 -head2=model_35482 -unknown119=3 - -// 8442 -[npc_8442] -bas=bas_35 -vislevel=0 -alwaysontop=yes -op1=Talk-to -size=1 -recol1s=6273 -recol1d=16843 -name=Surok Magis -model1=model_23926 -model2=model_214 -model3=model_250 -model4=model_23944 -model5=model_23916 -model6=model_177 -model7=model_23934 -head1=model_38642 -head2=model_39582 -head3=model_39469 -unknown119=3 - -// 8443 -[npc_8443] -bas=bas_887 -vislevel=0 -op1=Talk-to -size=3 -contrast=10 -ambient=10 -turnspeed=16 -name=Lucien -model1=model_44703 -model2=model_44705 -model3=model_44702 -head1=model_44744 -unknown119=3 - -// 8444 -[npc_8444] -bas=bas_902 -vislevel=0 -size=1 -ambient=10 -contrast=10 -recol1s=32697 -recol1d=32569 -recol2s=24307 -recol2d=32569 -name=Druid -model1=model_31587 -model2=model_31572 -model3=model_31591 -model4=model_31601 -model5=model_31606 -model6=model_31578 -model7=model_43676 -model8=model_43675 -head1=model_43522 -unknown119=3 - -// 8445 -[npc_8445] -bas=bas_902 -vislevel=0 -size=1 -ambient=10 -contrast=10 -recol1s=32697 -recol1d=32569 -recol2s=24307 -recol2d=32569 -name=Druid -model1=model_31587 -model2=model_31572 -model3=model_31591 -model4=model_31601 -model5=model_31606 -model6=model_31578 -model7=model_43676 -head1=model_43522 -unknown119=3 - -// 8446 -[npc_8446] -bas=bas_903 -vislevel=0 -size=1 -contrast=10 -ambient=10 -recol1s=32697 -recol1d=32569 -recol2s=24307 -recol2d=32569 -name=Druid -model1=model_31587 -model2=model_31572 -model3=model_31591 -model4=model_31601 -model5=model_31606 -model6=model_31578 -model7=model_43676 -head1=model_43522 -unknown119=1 - -// 8447 -[npc_8447] -bas=bas_123 -vislevel=0 -size=1 -contrast=10 -ambient=10 -recol1s=22195 -recol1d=29528 -recol2s=32569 -recol2d=28471 -recol3s=29464 -recol3d=28437 -recol4s=25370 -recol4d=26357 -recol5s=23256 -recol5d=25300 -retex1s=material_252 -retex1d=material_254 -retex2s=material_272 -retex2d=material_254 -retex3s=material_268 -retex3d=material_258 -retex4s=material_256 -retex4d=material_250 -retex5s=material_251 -retex5d=material_250 -retex6s=material_253 -retex6d=material_258 -name=Druid bodyguard -model1=model_31590 -model2=model_31575 -model3=model_31591 -model4=model_31605 -model5=model_31606 -model6=model_31578 -head1=model_39574 -unknown119=3 - -// 8448 -[npc_8448] -bas=bas_123 -vislevel=0 -size=1 -contrast=10 -ambient=10 -recol1s=22195 -recol1d=29528 -recol2s=32569 -recol2d=28471 -recol3s=29464 -recol3d=28437 -recol4s=25370 -recol4d=26357 -recol5s=23256 -recol5d=25300 -retex1s=material_252 -retex1d=material_254 -retex2s=material_272 -retex2d=material_254 -retex3s=material_268 -retex3d=material_258 -retex4s=material_256 -retex4d=material_250 -retex5s=material_251 -retex5d=material_250 -retex6s=material_253 -retex6d=material_258 -name=Druid bodyguard -model1=model_31590 -model2=model_31575 -model3=model_31591 -model4=model_31605 -model5=model_31606 -model6=model_31578 -head1=model_39574 -unknown119=3 - -// 8449 -[npc_8449] -bas=bas_215 -vislevel=0 -op1=Talk-to -alwaysontop=yes -bgsound=synth_5627,synth_5627,synth_5627,synth_5627,5 -recol1s=2340 -recol1d=2081 -recol2s=14724 -recol2d=2081 -recol3s=6273 -recol3d=28407 -recol4s=15392 -recol4d=4740 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Movario -model1=model_208 -model2=model_11190 -model3=model_282 -model4=model_292 -model5=model_11767 -model6=model_11809 -model7=model_177 -model8=model_23251 -model9=model_256 -model10=model_181 -head1=model_38588 -head2=model_39212 -unknown119=3 - -// 8450 -[npc_8450] -bas=bas_4 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recol1s=16846 -recol1d=5285 -recol2s=32736 -recol2d=16813 -recolhsl3s=5442 -recolhsl3d=5408 -name=Darve -model1=model_230 -model2=model_253 -model3=model_306 -model4=model_152 -model5=model_177 -model6=model_519 -model7=model_523 -model8=model_269 -model9=model_185 -head1=model_39799 -head2=model_39227 -unknown119=3 - -// 8451 -[npc_8451] -bas=bas_214 -vislevel=0 -op1=Talk-to -op1=Talk-to -name=Cave goblin -model1=model_23653 -model2=model_40546 -model3=model_23629 -head1=model_23249 -unknown119=3 - -// 8452 -[npc_8452] -bas=bas_4 -vislevel=0 -op1=Talk-to -alwaysontop=yes -recol1s=2340 -recol1d=2081 -recol2s=14724 -recol2d=2081 -recol3s=6273 -recol3d=28407 -recol4s=15392 -recol4d=4740 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -retex3s=material_228 -retex3d=material_426 -name=Movario -model1=model_208 -model2=model_11190 -model3=model_282 -model4=model_292 -model5=model_11767 -model6=model_11809 -model7=model_177 -model8=model_256 -model9=model_181 -head1=model_38588 -head2=model_39212 -unknown119=3 - -// 8453 -[npc_8453] -bas=bas_4 -vislevel=0 -op1=Talk-to -recol1s=16846 -recol1d=5285 -recol2s=32736 -recol2d=16813 -recolhsl3s=5442 -recolhsl3d=5408 -name=Darve -model1=model_230 -model2=model_253 -model3=model_306 -model4=model_152 -model5=model_177 -model6=model_519 -model7=model_523 -model8=model_269 -model9=model_185 -head1=model_39799 -head2=model_39227 -unknown119=3 - -// 8454 -[npc_8454] -bas=bas_136 -vislevel=0 -ambient=75 -bgsound=synth_5611,synth_5611,synth_5611,synth_5611,8 -name=Light creature -model1=model_6541 -unknown119=3 - -// 8455 -[npc_8455] -bas=bas_136 -vislevel=0 -size=3 -resizeh=220 -resizev=220 -ambient=75 -bgsound=synth_5611,synth_5611,synth_5611,synth_5611,8 -name=Light creature -model1=model_6541 -unknown119=3 - -// 8456 -[npc_8456] -bas=bas_123 -vislevel=0 -size=2 -name=Druid spirit -model1=model_43677 -unknown119=3 - -// 8457 -[npc_8457] -bas=bas_123 -minimap=no -vislevel=0 -size=2 -op1=Talk-to -name=Druid spirit -model1=model_43679 -head1=model_35494 -unknown119=3 - -// 8458 -[npc_8458] -bas=bas_123 -vislevel=0 -size=2 -name=Druid spirit -model1=model_43678 -unknown119=3 - -// 8459 -[npc_8459] -bas=bas_123 -minimap=no -vislevel=0 -size=2 -op1=Talk-to -name=Druid spirit -model1=model_43680 -head1=model_43594 -unknown119=3 - -// 8460 -[npc_8460] -bas=bas_108 -vislevel=1 -multivar=varplayerbit_5525 -multinpc=0,npc_669 -unknown119=3 - -// 8461 -[npc_8461] -bas=bas_29 -vislevel=0 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -recol1s=14724 -recol1d=10572 -recol2s=2340 -recol2d=5320 -recol3s=7329 -recol3d=5317 -recol4s=16846 -recol4d=15889 -recol5s=11561 -recol5d=10604 -recol6s=6342 -recol6d=6376 -retex1s=material_251 -retex1d=material_202 -name=Turael -model1=model_208 -model2=model_251 -model3=model_3379 -model4=model_317 -model5=model_174 -model6=model_179 -model7=model_274 -model8=model_185 -model9=model_555 -head1=model_38588 -head2=model_38096 -unknown119=3 - -// 8462 -[npc_8462] -bas=bas_29 -vislevel=0 -size=1 -alwaysontop=yes -op1=Talk-to -op4=Trade -op5=Rewards -recol1s=14724 -recol1d=10572 -recol2s=2340 -recol2d=5320 -recol3s=7329 -recol3d=5317 -recol4s=16846 -recol4d=15889 -recol5s=11561 -recol5d=10604 -recol6s=6342 -recol6d=6376 -name=Spria -model1=model_383 -model2=model_3383 -model3=model_479 -model4=model_352 -model5=model_356 -model6=model_437 -model7=model_361 -model8=model_555 -head1=model_38587 -modeloffset7=4,-10,6 -unknown119=3 - -// 8463 -[npc_8463] -vislevel=0 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -recol1s=25098 -recol1d=11296 -recol2s=289 -recol2d=8453 -recol3s=15856 -recol3d=26350 -retex1s=material_255 -retex1d=material_257 -name=Mazchna -model1=model_221 -model2=model_246 -model3=model_41822 -model4=model_43641 -model5=model_5114 -model6=model_6639 -model7=model_176 -model8=model_182 -head1=model_39611 -head2=model_39223 -unknown119=3 - -// 8464 -[npc_8464] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -recol1s=14724 -recol1d=8552 -recol2s=2340 -recol2d=4324 -recol3s=25098 -recol3d=11296 -recol4s=289 -recol4d=7495 -recol5s=11561 -recol5d=3235 -recol6s=16846 -recol6d=6438 -retex1s=material_255 -retex1d=material_257 -name=Mazchna -model1=model_221 -model2=model_306 -model3=model_174 -model4=model_176 -model5=model_278 -model6=model_182 -model7=model_5114 -model8=model_246 -head1=model_39611 -head2=model_39223 -unknown119=3 - -// 8465 -[npc_8465] -bas=bas_4 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -vislevel=0 -recolhsl1s=8741 -recolhsl1d=33959 -recolhsl2s=25238 -recolhsl2d=33950 -recolhsl3s=4550 -recolhsl3d=911 -recol4s=289 -recol4d=7495 -recolhsl5s=10258 -recolhsl5d=34067 -recolhsl6s=10266 -recolhsl6d=34078 -retex1s=material_255 -retex1d=material_257 -name=Achtryn -model1=model_208 -model2=model_8749 -model3=model_176 -model4=model_278 -model5=model_182 -model6=model_5114 -model7=model_246 -head1=model_38588 -head2=model_39223 -unknown119=3 - -// 8466 -[npc_8466] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -recol1s=25098 -recol1d=21859 -recol2s=2340 -recol2d=8320 -recol3s=15856 -recol3d=21859 -recol4s=8456 -recol4d=6476 -recol5s=11561 -recol5d=8590 -recol6s=13675 -recol6d=10704 -name=Duradel -model1=model_231 -model2=model_241 -model3=model_246 -model4=model_309 -model5=model_33034 -model6=model_10218 -model7=model_254 -model8=model_181 -model9=model_3780 -model10=model_18949 -head1=model_39778 -head2=model_39251 -head3=model_39329 -unknown119=3 - -// 8467 -[npc_8467] -bas=bas_4 -vislevel=0 -size=1 -op1=Talk-to -op4=Trade -op5=Rewards -alwaysontop=yes -recol1s=25098 -recol1d=21859 -recol2s=15392 -recol2d=6624 -recol3s=15856 -recol3d=10401 -recol4s=24106 -recol4d=15754 -name=Lapalok -model1=model_231 -model2=model_246 -model3=model_8928 -model4=model_168 -model5=model_10218 -model6=model_18132 -model7=model_22308 -model8=model_44808 -model9=model_18949 -head1=model_39778 -head2=model_39251 -unknown119=3 - -// 8468 -[npc_8468] -bas=bas_35 -vislevel=0 -size=1 -multivar=varplayerbit_5613 -multinpc=1,npc_8346 -unknown119=3 - -// 8469 -[npc_8469] -bas=bas_35 -vislevel=0 -size=1 -multivar=varplayerbit_5558 -multinpc=0,npc_8430 -multinpc=3,npc_8431 -unknown119=3 - -// 8470 -[npc_8470] -bas=bas_904 -vislevel=0 -size=2 -multivar=varplayerbit_5558 -multinpc=1,npc_8432 -unknown119=1 - -// 8471 -[npc_8471] -bas=bas_215 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5564 -multinpc=1,npc_8449 -unknown119=3 - -// 8472 -[npc_8472] -bas=bas_4 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5564 -multinpc=1,npc_8450 -unknown119=3 - -// 8473 -[npc_8473] -bas=bas_214 -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5564 -multinpc=1,npc_8451 -unknown119=3 - -// 8474 -[npc_8474] -bas=bas_29 -vislevel=1 -multivar=varplayerbit_5527 -multinpc=1,npc_8273 -unknown119=3 - -// 8475 -[npc_8475] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5527 -multinpc=1,npc_8274 -unknown119=3 - -// 8476 -[npc_8476] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5527 -multinpc=1,npc_8275 -unknown119=3 - -// 8477 -[npc_8477] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5528 -multinpc=1,npc_8280 -unknown119=3 - -// 8478 -[npc_8478] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5528 -multinpc=1,npc_8279 -unknown119=3 - -// 8479 -[npc_8479] -bas=bas_4 -vislevel=1 -multivar=varplayer_139 -multinpc=default,npc_400 -multinpc=0,npc_8272 -multinpc=1,npc_8272 -multinpc=2,npc_8272 -multinpc=3,npc_8272 -multinpc=4,npc_8272 -multinpc=5,npc_8272 -multinpc=6,npc_8272 -multinpc=7,npc_8272 -multinpc=8,npc_8272 -multinpc=9,npc_8272 -multinpc=10,npc_8272 -multinpc=11,npc_8272 -multinpc=12,npc_8272 -multinpc=13,npc_8272 -multinpc=14,npc_8272 -multinpc=15,npc_8272 -multinpc=16,npc_8272 -multinpc=17,npc_8272 -multinpc=18,npc_8272 -multinpc=19,npc_8272 -multinpc=20,npc_8272 -multinpc=22,npc_8272 -multinpc=25,npc_8272 -multinpc=30,npc_8272 -multinpc=32,npc_8272 -multinpc=35,npc_8272 -multinpc=40,npc_8272 -multinpc=45,npc_8272 -unknown119=3 - -// 8480 -[npc_8480] -bas=bas_29 -alwaysontop=yes -vislevel=1 -multivar=varplayerbit_5525 -multinpc=0,npc_8461 -multinpc=1,npc_8462 -multinpc=2,npc_8462 -unknown119=3 - -// 8481 -[npc_8481] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5525 -multinpc=0,npc_8464 -multinpc=1,npc_8465 -unknown119=3 - -// 8482 -[npc_8482] -bas=bas_30 -vislevel=1 -multivar=varplayerbit_5525 -multinpc=2,npc_8464 -unknown119=3 - -// 8483 -[npc_8483] -bas=bas_4 -vislevel=1 -multivar=varplayerbit_5525 -multinpc=0,npc_8466 -multinpc=1,npc_8467 -multinpc=2,npc_8467 -unknown119=3 - -// 8484 -[npc_8484] -bas=bas_174 -vislevel=0 -op1=Talk-to -size=1 -alwaysontop=yes -name=Laidee Gnonock -model1=model_44770 -head1=model_42660 -head2=model_44787 -unknown119=3 - -// 8485 -[npc_8485] -bas=bas_173 -vislevel=197 -recol1s=25098 -recol1d=11526 -name=Hazelmere -model1=model_44773 -head1=model_44788 -head2=model_44785 -head3=model_44786 -unknown119=3 - -// 8486 -[npc_8486] -bas=bas_885 -vislevel=0 -name=Undead mage -model1=model_44766 -unknown119=3 - -// 8487 -[npc_8487] -bas=bas_24 -vislevel=0 -ambient=15 -name=Wild broav -model1=model_44736 -unknown119=3 - -// 8488 -[npc_8488] -bas=bas_24 -vislevel=1 -multivar=varplayerbit_5615 -multinpc=2,npc_8487 -multinpc=3,npc_8487 -unknown119=3 - -// 8489 -[npc_8489] -bas=bas_884 -vislevel=197 -recol1s=25098 -recol1d=11526 -name=Hazelmere -model1=model_44774 -head1=model_44788 -head2=model_44785 -head3=model_44786 -unknown119=3 - -// 8490 -[npc_8490] -bas=bas_884 -vislevel=197 -recol1s=25098 -recol1d=11526 -name=Hazelmere -model1=model_44772 -model2=model_44771 -head1=model_44788 -head2=model_44785 -head3=model_44786 -unknown119=3 - -// 8491 -[npc_8491] -bas=bas_24 -minimap=no -vislevel=0 -ambient=15 -op1=Pick-up -op4=Talk-to -name=Broav -model1=model_44736 -head1=model_44740 -unknown119=3 - -// 8492 -[npc_8492] -bas=bas_174 -vislevel=1 -multivar=varplayerbit_5526 -multinpc=1,npc_8484 -multinpc=2,npc_8484 -unknown119=3 - -// 8493 -[npc_8493] -bas=bas_257 -vislevel=0 -size=3 -alwaysontop=yes -minimap=no -resizeh=150 -resizev=150 -name=Sithaph -model1=model_44816 -head1=model_44738 -unknown119=1 - -// 8494 -[npc_8494] -bas=bas_257 -vislevel=0 -size=3 -alwaysontop=yes -minimap=no -resizeh=150 -resizev=150 -name=Strisath -model1=model_44815 -head1=model_44739 -unknown119=1 - -// 8495 -[npc_8495] -bas=bas_257 -vislevel=0 -size=3 -alwaysontop=yes -minimap=no -resizeh=150 -resizev=150 -name=Sakirth -model1=model_44817 -head1=model_44737 -unknown119=1 - -// 8496 -[npc_8496] -bas=bas_897 -vislevel=1 -recol1s=25098 -recol1d=11526 -name=Hazelmere's hat -model1=model_44627 -head1=model_44788 -head2=model_44785 -head3=model_44786 -unknown119=3 - -// 8497 -[npc_8497] -bas=bas_887 -vislevel=0 -size=3 -contrast=10 -ambient=10 -turnspeed=16 -name=Lucien -model1=model_44703 -model2=model_44705 -model3=model_44702 -head1=model_44744 -unknown119=3 - -// 8498 -[npc_8498] -turnspeed=0 -size=3 -vislevel=1 -name=A lazy Khazard guard -model1=model_44849 -head1=model_39626 -head2=model_39201 -unknown119=3 - -// 8499 -[npc_8499] -ambient=25 -contrast=15 -alwaysontop=yes -vislevel=1 -name=Thanksgiving Turkey -model1=model_44852 -unknown119=3 - -// 8500 -[npc_8500] -bas=bas_117 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -recolhsl1s=41270 -recolhsl1d=20 -recolhsl2s=41262 -recolhsl2d=16 -recolhsl3s=5674 -recolhsl3d=549 -recolhsl4s=5659 -recolhsl4d=534 -recolhsl5s=5670 -recolhsl5d=545 -retex1s=material_359 -retex1d=material_268 -retex2s=material_255 -retex2d=material_272 -name=Cook's brother -model1=model_40332 -model2=model_40353 -model3=model_40343 -model4=model_40364 -model5=model_40370 -model6=model_28804 -head1=model_39830 -unknown119=3 - -// 8501 -[npc_8501] -bas=bas_598 -size=2 -ambient=25 -contrast=15 -op2=Attack -alwaysontop=yes -vislevel=5 -name=Turkey -model1=model_44852 -unknown119=3 - -// 8502 -[npc_8502] -bas=bas_597 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -name=Cactus -model1=model_44861 -head1=model_44864 -unknown119=3 - -// 8503 -[npc_8503] -bas=bas_597 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -name=Cactus -model1=model_44861 -head1=model_44864 -unknown119=3 - -// 8504 -[npc_8504] -bas=bas_596 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -name=Bush -model1=model_44860 -head1=model_44864 -unknown119=3 - -// 8505 -[npc_8505] -bas=bas_595 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -name=Toadstool -model1=model_44858 -head1=model_44864 -unknown119=3 - -// 8506 -[npc_8506] -bas=bas_596 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -name=Barrel -model1=model_44863 -head1=model_44864 -unknown119=3 - -// 8507 -[npc_8507] -bas=bas_596 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -name=Bush -model1=model_44860 -head1=model_44864 -unknown119=3 - -// 8508 -[npc_8508] -bas=bas_596 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -name=Crate -model1=model_44859 -head1=model_44864 -unknown119=3 - -// 8509 -[npc_8509] -bas=bas_596 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -name=Bush -model1=model_44860 -head1=model_44864 -unknown119=3 - -// 8510 -[npc_8510] -bas=bas_595 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -name=Rock -model1=model_44862 -head1=model_44864 -unknown119=3 - -// 8511 -[npc_8511] -bas=bas_596 -alwaysontop=yes -size=1 -vislevel=0 -op1=Spy-on -name=Bush -model1=model_44860 -head1=model_44864 -unknown119=3 - -// 8512 -[npc_8512] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Marvin -model1=model_30268 -head1=model_30284 -unknown119=1 - -// 8513 -[npc_8513] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Marius -model1=model_30268 -head1=model_30284 -unknown119=1 - -// 8514 -[npc_8514] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Benny -model1=model_30268 -head1=model_30284 -unknown119=1 - -// 8515 -[npc_8515] -bas=bas_794 -vislevel=0 -size=3 -contrast=15 -ambient=25 -alwaysontop=yes -name=Yeti -model1=model_45187 -unknown119=1 - -// 8516 -[npc_8516] -bas=bas_795 -vislevel=0 -size=3 -contrast=15 -ambient=25 -alwaysontop=yes -name=Yeti -model1=model_45187 -unknown119=1 - -// 8517 -[npc_8517] -bas=bas_4 -size=1 -vislevel=0 -alwaysontop=yes -op1=Talk-to -name=Jack Frost -model1=model_45189 -head1=model_45289 -unknown119=1 - -// 8518 -[npc_8518] -bas=bas_601 -turnspeed=0 -size=1 -vislevel=0 -alwaysontop=yes -name=Jack Frost -model1=model_45189 -head1=model_45289 -unknown119=1 - -// 8519 -[npc_8519] -bas=bas_602 -turnspeed=0 -size=1 -vislevel=0 -alwaysontop=yes -name=Jack Frost -model1=model_45189 -head1=model_45289 -unknown119=1 - -// 8520 -[npc_8520] -spotshadow=no -vislevel=0 -size=1 -name=Jack Frost -model1=model_6318 -unknown119=1 - -// 8521 -[npc_8521] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=17,npc_8517 -unknown119=1 - -// 8522 -[npc_8522] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=18,npc_8517 -unknown119=1 - -// 8523 -[npc_8523] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=19,npc_8517 -unknown119=1 - -// 8524 -[npc_8524] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=20,npc_8517 -unknown119=1 - -// 8525 -[npc_8525] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=21,npc_8517 -unknown119=1 - -// 8526 -[npc_8526] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=22,npc_8517 -unknown119=1 - -// 8527 -[npc_8527] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=23,npc_8517 -unknown119=1 - -// 8528 -[npc_8528] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=24,npc_8517 -unknown119=1 - -// 8529 -[npc_8529] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=25,npc_8517 -unknown119=1 - -// 8530 -[npc_8530] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=26,npc_8517 -unknown119=1 - -// 8531 -[npc_8531] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=27,npc_8517 -unknown119=1 - -// 8532 -[npc_8532] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=28,npc_8517 -unknown119=1 - -// 8533 -[npc_8533] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=29,npc_8517 -unknown119=1 - -// 8534 -[npc_8534] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=30,npc_8517 -unknown119=1 - -// 8535 -[npc_8535] -bas=bas_4 -size=1 -alwaysontop=yes -op1=Talk-to -vislevel=1 -multivar=varplayerbit_5750 -multinpc=31,npc_8517 -unknown119=1 - -// 8536 -[npc_8536] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -minimap=no -name=Snow imp -model1=model_30268 -head1=model_45292 -unknown119=2 - -// 8537 -[npc_8537] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Check -op3=Talk-to -minimap=no -name=Snow imp -model1=model_30268 -head1=model_45292 -unknown119=2 - -// 8538 -[npc_8538] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -minimap=no -name=Snow imp -model1=model_30268 -head1=model_45292 -unknown119=1 - -// 8539 -[npc_8539] -bas=bas_179 -size=1 -contrast=30 -ambient=30 -vislevel=0 -op1=Talk-to -alwaysontop=yes -name=Queen of Snow -model1=model_30275 -head1=model_39076 -unknown119=1 - -// 8540 -[npc_8540] -bas=bas_603 -vislevel=0 -size=2 -op1=Talk-to -name=Santa Claus -model1=model_45285 -head1=model_45287 -unknown119=1 - -// 8541 -[npc_8541] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Head snow imp -model1=model_45294 -head1=model_45291 -unknown119=3 - -// 8542 -[npc_8542] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Head snow imp -model1=model_45294 -head1=model_45291 -unknown119=3 - -// 8543 -[npc_8543] -bas=bas_130 -vislevel=0 -size=1 -contrast=15 -ambient=25 -op1=Talk-to -alwaysontop=yes -name=Head snow imp -model1=model_45294 -head1=model_45291 -unknown119=3 - -// 8544 -[npc_8544] -bas=bas_119 -vislevel=0 -size=1 -op1=Talk-to -alwaysontop=yes -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_252 -name=Isidor -model1=model_45295 -head1=model_45286 -unknown119=3 - -// 8545 -[npc_8545] -bas=bas_4 -size=1 -vislevel=0 -op1=Talk-to -op3=Teleport -alwaysontop=yes -recolhsl1s=43072 -recolhsl1d=1301 -recolhsl2s=6798 -recolhsl2d=6196 -recolhsl3s=55232 -recolhsl3d=6202 -name=Mystic -model1=model_230 -model2=model_43340 -model3=model_40157 -model4=model_10218 -model5=model_43377 -model6=model_8919 -model7=model_40152 -model8=model_43666 -head1=model_39920 -head2=model_39223 -unknown119=3 - -// 8546 -[npc_8546] -bas=bas_894 -size=3 -op1=Talk-to -vislevel=454 -overlayheight=350 -bgsound=synth_5623,synth_5623,synth_5623,synth_5623,15 -name=Balance Elemental -model1=model_44679 -head1=model_44741 -unknown119=3 - -// 8547 -[npc_8547] -bas=bas_1041 -size=4 -vislevel=0 -alwaysontop=yes -contrast=15 -ambient=32 -size=4 -name=Wounded phoenix -model1=model_45412 -head1=model_45305 -unknown119=1 - -// 8548 -[npc_8548] -bas=bas_16 -size=2 -vislevel=0 -alwaysontop=yes -contrast=15 -ambient=32 -size=2 -op1=Talk-to -name=Phoenix -model1=model_45411 -head1=model_45305 -unknown119=1 - -// 8549 -[npc_8549] -bas=bas_1042 -contrast=15 -ambient=32 -size=4 -op2=Attack -overlayheight=400 -vislevel=235 -name=Phoenix -model1=model_45412 -head1=model_45305 -unknown119=3 - -// 8550 -[npc_8550] -bas=bas_21 -minimap=no -vislevel=0 -size=1 -ambient=25 -contrast=15 -resizeh=64 -resizev=64 -op1=Interact -name=Phoenix eggling -model1=model_45429 -head1=model_45306 -unknown119=1 - -// 8551 -[npc_8551] -bas=bas_22 -minimap=no -vislevel=0 -size=1 -ambient=25 -contrast=15 -resizeh=64 -resizev=64 -op1=Interact -name=Phoenix eggling -model1=model_45428 -head1=model_45307 -unknown119=1 - -// 8552 -[npc_8552] -bas=bas_1036 -vislevel=0 -size=1 -ambient=25 -contrast=15 -resizeh=64 -resizev=64 -op1=Investigate -name=Large egg -model1=model_45413 -unknown119=3 - -// 8553 -[npc_8553] -active=no -spotshadow=no -size=2 -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8554 -[npc_8554] -active=no -spotshadow=no -size=4 -vislevel=1 -model1=model_6318 -unknown119=3 - -// 8555 -[npc_8555] -bas=bas_198 -vislevel=0 -alwaysontop=yes -op1=Talk-to -recolhsl1s=8497 -recolhsl1d=18964 -recol2s=32635 -recol2d=2048 -recol3s=6342 -recol3d=6144 -recolhsl4s=40384 -recolhsl4d=18964 -recol5s=12894 -recol5d=12612 -recol6s=7333 -recol6d=4096 -retex1s=material_313 -retex1d=material_257 -name=Priest of Guthix -model1=model_45440 -model2=model_27153 -model3=model_27140 -model4=model_19173 -model5=model_11338 -model6=model_16473 -model7=model_176 -model8=model_45439 -head1=model_40045 -unknown119=3 - -// 8556 -[npc_8556] -vislevel=0 -alwaysontop=yes -op1=Talk-to -recolhsl1s=8497 -recolhsl1d=18964 -recol2s=32635 -recol2d=2048 -recol3s=6342 -recol3d=6144 -recolhsl4s=40384 -recolhsl4d=18964 -recol5s=12894 -recol5d=12612 -recol6s=7333 -recol6d=4096 -retex1s=material_313 -retex1d=material_257 -name=Brian Twitcher -model1=model_45440 -model2=model_27153 -model3=model_27140 -model4=model_19173 -model5=model_11338 -model6=model_16473 -model7=model_176 -model8=model_45439 -head1=model_40045 -unknown119=3 - -// 8557 -[npc_8557] -bas=bas_1039 -size=2 -ambient=35 -contrast=15 -resizeh=118 -resizev=118 -op2=Attack -vislevel=100 -name=Lesser reborn warrior -model1=model_45422 -model2=model_45414 -model3=model_45416 -unknown119=3 - -// 8558 -[npc_8558] -bas=bas_1040 -size=2 -ambient=35 -contrast=15 -resizeh=118 -resizev=118 -op2=Attack -vislevel=100 -name=Lesser reborn warrior -model1=model_45422 -model2=model_45414 -model3=model_45416 -unknown119=3 - -// 8559 -[npc_8559] -bas=bas_1039 -size=2 -ambient=15 -contrast=5 -op2=Attack -vislevel=128 -recolhsl1s=7100 -recolhsl1d=4028 -recol2s=32488 -recol2d=32163 -recolhsl3s=8154 -recolhsl3d=4048 -recol4s=28192 -recol4d=25922 -recolhsl5s=6091 -recolhsl5d=4008 -name=Greater reborn warrior -model1=model_45425 -model2=model_45415 -model3=model_45421 -unknown119=3 - -// 8560 -[npc_8560] -bas=bas_1040 -size=2 -ambient=15 -contrast=5 -op2=Attack -vislevel=128 -recolhsl1s=7100 -recolhsl1d=4028 -recol2s=32488 -recol2d=32163 -recolhsl3s=8154 -recolhsl3d=4048 -recol4s=28192 -recol4d=25922 -recolhsl5s=6091 -recolhsl5d=4008 -name=Greater reborn warrior -model1=model_45425 -model2=model_45415 -model3=model_45421 -unknown119=3 - -// 8561 -[npc_8561] -bas=bas_1039 -size=2 -ambient=35 -contrast=15 -resizeh=118 -resizev=118 -op2=Attack -vislevel=87 -name=Lesser reborn ranger -model1=model_45427 -model2=model_45414 -model3=model_45420 -unknown119=3 - -// 8562 -[npc_8562] -bas=bas_1039 -size=2 -ambient=35 -contrast=15 -resizeh=118 -resizev=118 -op2=Attack -vislevel=87 -name=Lesser reborn ranger -model1=model_45427 -model2=model_45414 -model3=model_45420 -unknown119=3 - -// 8563 -[npc_8563] -bas=bas_1039 -size=2 -ambient=15 -contrast=5 -op2=Attack -vislevel=107 -recolhsl1s=7100 -recolhsl1d=4028 -recol2s=32488 -recol2d=32163 -recolhsl3s=8154 -recolhsl3d=4048 -recol4s=28192 -recol4d=25922 -recolhsl5s=6091 -recolhsl5d=4008 -name=Greater reborn ranger -model1=model_45426 -model2=model_45415 -model3=model_45417 -unknown119=3 - -// 8564 -[npc_8564] -bas=bas_1039 -size=2 -ambient=15 -contrast=5 -op2=Attack -vislevel=107 -recolhsl1s=7100 -recolhsl1d=4028 -recol2s=32488 -recol2d=32163 -recolhsl3s=8154 -recolhsl3d=4048 -recol4s=28192 -recol4d=25922 -recolhsl5s=6091 -recolhsl5d=4008 -name=Greater reborn ranger -model1=model_45426 -model2=model_45415 -model3=model_45417 -unknown119=3 - -// 8565 -[npc_8565] -bas=bas_1037 -size=2 -ambient=35 -contrast=15 -resizeh=118 -resizev=118 -op2=Attack -vislevel=82 -name=Lesser reborn mage -model1=model_45424 -model2=model_45414 -model3=model_45418 -unknown119=3 - -// 8566 -[npc_8566] -bas=bas_1038 -size=2 -ambient=35 -contrast=15 -resizeh=118 -resizev=118 -op2=Attack -vislevel=82 -name=Lesser reborn mage -model1=model_45424 -model2=model_45414 -model3=model_45418 -unknown119=3 - -// 8567 -[npc_8567] -bas=bas_1037 -size=2 -ambient=15 -contrast=5 -op2=Attack -vislevel=112 -recolhsl1s=7100 -recolhsl1d=4028 -recol2s=32488 -recol2d=32163 -recolhsl3s=8154 -recolhsl3d=4048 -recol4s=28192 -recol4d=25922 -recolhsl5s=6091 -recolhsl5d=4008 -name=Greater reborn mage -model1=model_45423 -model2=model_45415 -model3=model_45419 -unknown119=3 - -// 8568 -[npc_8568] -bas=bas_1038 -size=2 -ambient=15 -contrast=5 -op2=Attack -vislevel=112 -recolhsl1s=7100 -recolhsl1d=4028 -recol2s=32488 -recol2d=32163 -recolhsl3s=8154 -recolhsl3d=4048 -recol4s=28192 -recol4d=25922 -recolhsl5s=6091 -recolhsl5d=4008 -name=Greater reborn mage -model1=model_45423 -model2=model_45415 -model3=model_45419 -unknown119=3 - -// 8569 -[npc_8569] -bas=bas_1039 -size=2 -ambient=35 -contrast=15 -resizeh=118 -resizev=118 -vislevel=0 -name=Lesser reborn warrior -model1=model_45422 -model2=model_45414 -model3=model_45416 -unknown119=3 - -// 8570 -[npc_8570] -bas=bas_1039 -size=2 -ambient=15 -contrast=5 -vislevel=0 -recolhsl1s=7100 -recolhsl1d=4028 -recol2s=32488 -recol2d=32163 -recolhsl3s=8154 -recolhsl3d=4048 -recol4s=28192 -recol4d=25922 -recolhsl5s=6091 -recolhsl5d=4008 -name=Greater reborn warrior -model1=model_45425 -model2=model_45415 -model3=model_45421 -unknown119=3 - -// 8571 -[npc_8571] -bas=bas_1039 -size=2 -ambient=35 -contrast=15 -resizeh=118 -resizev=118 -vislevel=0 -name=Lesser reborn ranger -model1=model_45427 -model2=model_45414 -model3=model_45420 -unknown119=3 - -// 8572 -[npc_8572] -bas=bas_1039 -size=2 -ambient=15 -contrast=5 -vislevel=0 -recolhsl1s=7100 -recolhsl1d=4028 -recol2s=32488 -recol2d=32163 -recolhsl3s=8154 -recolhsl3d=4048 -recol4s=28192 -recol4d=25922 -recolhsl5s=6091 -recolhsl5d=4008 -name=Greater reborn ranger -model1=model_45426 -model2=model_45415 -model3=model_45417 -unknown119=3 - -// 8573 -[npc_8573] -bas=bas_1037 -size=2 -ambient=35 -contrast=15 -resizeh=118 -resizev=118 -vislevel=0 -name=Lesser reborn mage -model1=model_45424 -model2=model_45414 -model3=model_45418 -unknown119=3 - -// 8574 -[npc_8574] -bas=bas_1037 -size=2 -ambient=15 -contrast=5 -vislevel=0 -recolhsl1s=7100 -recolhsl1d=4028 -recol2s=32488 -recol2d=32163 -recolhsl3s=8154 -recolhsl3d=4048 -recol4s=28192 -recol4d=25922 -recolhsl5s=6091 -recolhsl5d=4008 -name=Greater reborn mage -model1=model_45423 -model2=model_45415 -model3=model_45419 -unknown119=3 - -// 8575 -[npc_8575] -bas=bas_16 -size=2 -alwaysontop=yes -minimap=no -contrast=15 -ambient=32 -size=2 -vislevel=26 -vislevel=0 -op1=Interact -op5=Ash-blast -name=Phoenix -model1=model_45411 -head1=model_45305 -unknown119=1 - -// 8576 -[npc_8576] -bas=bas_16 -size=2 -alwaysontop=yes -minimap=no -contrast=15 -ambient=32 -size=2 -op1=Interact -op2=Attack -op5=Ash-blast -vislevel=124 -name=Phoenix -model1=model_45411 -head1=model_45305 -unknown119=1 - -// 8577 -[npc_8577] -bas=bas_22 -minimap=no -vislevel=0 -size=1 -ambient=25 -contrast=15 -resizeh=64 -resizev=64 -op1=Pick-up -op4=Talk-to -name=Phoenix eggling -model1=model_45428 -head1=model_45307 -unknown119=3 - -// 8578 -[npc_8578] -bas=bas_21 -minimap=no -vislevel=0 -size=1 -ambient=25 -contrast=15 -resizeh=64 -resizev=64 -op1=Pick-up -op4=Talk-to -name=Phoenix eggling -model1=model_45429 -head1=model_45306 -unknown119=3 - -// 8579 -[npc_8579] -bas=bas_198 -vislevel=0 -size=1 -alwaysontop=yes -multivar=varplayerbit_5766 -multinpc=0,npc_8555 -multinpc=1,npc_8556 -unknown119=3 - -// 8580 -[npc_8580] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Talk-to -vislevel=0 -recol1s=10704 -recol1d=5509 -recol2s=8590 -recol2d=4452 -recol3s=6476 -recol3d=3395 -name=Karma the chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 8581 -[npc_8581] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Talk-to -vislevel=0 -recol1s=7559 -recol1d=9480 -recol2s=8648 -recol2d=10537 -recol3s=10729 -recol3d=11594 -recol4s=19248 -recol4d=16813 -recol5s=18127 -recol5d=15756 -name=Karma the chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 8582 -[npc_8582] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Talk-to -vislevel=0 -recol1s=10704 -recol1d=4424 -recol2s=8590 -recol2d=3367 -recol3s=6476 -recol3d=2310 -recol4s=10729 -recol4d=9708 -recol5s=8648 -recol5d=8651 -recol6s=7559 -recol6d=7594 -name=Karma the chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 8583 -[npc_8583] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Talk-to -vislevel=0 -recol1s=7559 -recol1d=24272 -recol2s=8648 -recol2d=25329 -recol3s=10729 -recol3d=26386 -recol4s=6476 -recol4d=27443 -recol5s=8590 -recol5d=28500 -recol6s=10704 -recol6d=32722 -name=Karma the chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 8584 -[npc_8584] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Talk-to -vislevel=0 -recol1s=7559 -recol1d=6273 -recol2s=8648 -recol2d=7330 -recol3s=10729 -recol3d=8387 -recol4s=18127 -recol4d=16843 -recol5s=19248 -recol5d=15786 -name=Karma the chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 8585 -[npc_8585] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Talk-to -vislevel=0 -recol1s=7559 -recol1d=32762 -recol2s=8648 -recol2d=32764 -recol3s=10729 -recol3d=32766 -recol4s=18127 -recol4d=28541 -recol5s=19248 -recol5d=27484 -name=Karma the chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 8586 -[npc_8586] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Talk-to -vislevel=0 -recol1s=19248 -recol1d=31841 -recol2s=18127 -recol2d=29760 -recol3s=10729 -recol3d=3238 -recol4s=8648 -recol4d=2181 -recol5s=7559 -recol5d=1124 -name=Karma the chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 8587 -[npc_8587] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Talk-to -vislevel=0 -recol1s=19248 -recol1d=23482 -recol2s=18127 -recol2d=22425 -recol3s=6476 -recol3d=20376 -recol4s=10729 -recol4d=4627 -recol5s=8648 -recol5d=3570 -recol6s=7559 -recol6d=2513 -name=Karma the chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 8588 -[npc_8588] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Talk-to -vislevel=0 -recol1s=10704 -recol1d=26064 -recol2s=8590 -recol2d=24974 -recol3s=6476 -recol3d=18731 -recol4s=10729 -recol4d=32518 -recol5s=8648 -recol5d=32482 -recol6s=7559 -recol6d=32418 -name=Karma the chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 8589 -[npc_8589] -bas=bas_23 -ambient=25 -resizeh=60 -resizev=60 -op1=Talk-to -vislevel=0 -recol1s=19248 -recol1d=10340 -recol2s=18127 -recol2d=9283 -recol3s=10729 -recol3d=23908 -recol4s=8648 -recol4d=22818 -recol5s=7559 -recol5d=19717 -name=Karma the chameleon -model1=model_30533 -head1=model_31265 -unknown119=3 - -// 8590 -[npc_8590] -bas=bas_1425 -size=1 -vislevel=0 -op1=Talk -name=Geoffrey -model1=model_40336 -model2=model_40358 -model3=model_28794 -model4=model_40370 -model5=model_40344 -model6=model_28804 -model7=model_40319 -head1=model_39932 -unknown119=3 - diff --git a/dumps/530/config/dump.obj b/dumps/530/config/dump.obj deleted file mode 100644 index 7bca965dd..000000000 --- a/dumps/530/config/dump.obj +++ /dev/null @@ -1,190712 +0,0 @@ -// 0 -[obj_0] -model=model_2595 -2dxof=-4 -2dyof=12 -2dzoom=1780 -2dyan=436 -2dxan=320 -members=yes -iop5=Destroy -name=Dwarf remains - -// 1 -[obj_1] -model=model_2679 -2dxof=-3 -2dyof=2 -2dzoom=1164 -2dyan=2026 -2dxan=477 -members=yes -iop5=Destroy -name=Toolkit - -// 2 -[obj_2] -model=model_2413 -2dxof=1 -2dzoom=1400 -2dyan=1852 -2dxan=156 -stackable=yes -members=yes -cost=5 -stockmarket=yes -name=Cannonball - -// 3 -[obj_3] -model=model_2794 -2dxof=2 -2dyof=3 -2dzoom=844 -2dyan=1958 -2dxan=285 -iop1=Read -members=yes -iop5=Destroy -recol1s=13504 -recol1d=5380 -recol2s=32759 -recol2d=24306 -name=Nulodion's notes - -// 4 -[obj_4] -model=model_2706 -2dxof=8 -2dzoom=2160 -2dyan=88 -2dxan=308 -cost=5 -members=yes -name=Ammo mould - -// 5 -[obj_5] -model=model_2794 -2dxof=2 -2dyof=3 -2dzoom=844 -2dyan=1958 -2dxan=285 -iop1=Read -cost=10 -members=yes -recol1s=13504 -recol1d=13606 -recol2s=32759 -recol2d=24306 -name=Instruction manual - -// 6 -[obj_6] -model=model_2461 -2dxof=-2 -2dyof=-4 -2dzoom=2590 -2dyan=1756 -2dxan=188 -cost=187500 -iop1=Set-up -members=yes -stockmarket=yes -name=Cannon base -certlink=obj_7 - -// 7 -[obj_7] -certlink=obj_6 -certtemplate=obj_799 - -// 8 -[obj_8] -model=model_2642 -2dyof=106 -2dzoom=1750 -2dyan=1456 -2dxan=268 -cost=187500 -members=yes -stockmarket=yes -name=Cannon stand -certlink=obj_9 - -// 9 -[obj_9] -certlink=obj_8 -certtemplate=obj_799 - -// 10 -[obj_10] -model=model_2361 -2dyof=-3 -2dyan=1872 -2dxan=188 -cost=187500 -members=yes -stockmarket=yes -name=Cannon barrels -certlink=obj_11 - -// 11 -[obj_11] -certlink=obj_10 -certtemplate=obj_799 - -// 12 -[obj_12] -model=model_2769 -2dxof=2 -2dyof=-19 -2dzoom=1170 -2dyan=1780 -2dxan=160 -cost=187500 -members=yes -stockmarket=yes -name=Cannon furnace -certlink=obj_13 - -// 13 -[obj_13] -certlink=obj_12 -certtemplate=obj_799 - -// 14 -[obj_14] -model=model_4877 -members=yes -stackable=yes -2dxof=4 -2dyof=-3 -2dzoom=1730 -2dyan=1976 -2dzan=212 -2dxan=4 -name=Railing - -// 15 -[obj_15] -cost=10 -members=yes -model=model_2443 -2dxof=-3 -2dyof=10 -2dzoom=670 -2dyan=1932 -2dxan=440 -name=Holy table napkin - -// 16 -[obj_16] -cost=10 -members=yes -model=model_2433 -2dyof=-2 -2dzoom=490 -2dyan=1208 -2dxan=152 -iop1=Blow -name=Magic whistle - -// 17 -[obj_17] -cost=10 -members=yes -model=model_2536 -2dxof=2 -2dzoom=830 -2dyan=776 -2dxan=1132 -iop1=Ring -recol1s=22176 -recol1d=28407 -name=Grail bell - -// 18 -[obj_18] -cost=2 -members=yes -model=model_2476 -2dxof=4 -2dyof=10 -2dzoom=700 -2dyan=692 -2dxan=428 -iop1=Blow-on -recol1s=32767 -recol1d=26408 -name=Magic gold feather - -// 19 -[obj_19] -cost=3 -members=yes -model=model_2623 -2dzoom=670 -2dyan=2044 -2dxan=116 -iop5=Destroy -name=Holy grail - -// 20 -[obj_20] -model=model_2351 -members=yes -2dyan=2040 -2dxan=292 -name=White cog - -// 21 -[obj_21] -model=model_2351 -members=yes -2dyan=2040 -2dxan=292 -recol1s=32767 -recol1d=0 -name=Black cog - -// 22 -[obj_22] -model=model_2351 -members=yes -2dyan=2040 -2dxan=292 -recol1s=32767 -recol1d=1118 -name=Blue cog - -// 23 -[obj_23] -model=model_2351 -members=yes -2dyan=2040 -2dxan=292 -recol1s=32767 -recol1d=31808 -name=Red cog - -// 24 -[obj_24] -model=model_2714 -members=yes -2dzoom=900 -2dyan=1828 -2dxan=68 -name=Rat poison - -// 25 -[obj_25] -model=model_2519 -members=yes -stackable=yes -2dxof=9 -2dyof=9 -2dzoom=990 -2dyan=188 -2dxan=340 -recol1s=26151 -recol1d=31808 -name=Red vine worm - -// 26 -[obj_26] -model=model_14343 -members=yes -2dxof=-5 -2dyof=-11 -2dzoom=1190 -2dyan=1931 -2dxan=210 -name=Fishing trophy - -// 27 -[obj_27] -model=model_14342 -members=yes -2dxof=-4 -2dyof=1 -2dzoom=1360 -2dyan=1881 -2dxan=498 -name=Fishing pass - -// 28 -[obj_28] -cost=3 -model=model_2684 -members=yes -2dyof=-6 -2dzoom=1430 -2dyan=1836 -2dxan=124 -name=Insect repellent - -// 29 -[obj_29] -model=model_2742 -cost=0 -name=Tinderbox - -// 30 -[obj_30] -cost=6 -model=model_2504 -members=yes -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=173 -recol1d=28431 -name=Bucket of wax - -// 31 -[obj_31] -model=model_2742 -cost=0 -name=Tinderbox - -// 32 -[obj_32] -members=yes -cost=3 -model=model_2575 -2dyof=-2 -2dzoom=570 -2dyan=1864 -2dxan=168 -iop1=Extinguish -recol1s=32767 -recol1d=2114 -name=Lit black candle - -// 33 -[obj_33] -members=yes -cost=3 -model=model_2575 -2dyof=-2 -2dzoom=570 -2dyan=1864 -2dxan=168 -iop1=Extinguish -name=Lit candle - -// 34 -[obj_34] -members=yes -cost=3 -model=model_2575 -2dyof=-2 -2dzoom=570 -2dyan=1864 -2dxan=168 -iop1=Extinguish -stackable=yes -name=Lit candle - -// 35 -[obj_35] -members=yes -cost=200 -model=model_2458 -2dxof=6 -2dyof=17 -2dzoom=1500 -2dyan=932 -2dxan=384 -iop2=Wield -manwear=model_501 -womanwear=model_501 -name=Excalibur -womanwearoff=3,-11,6 - -// 36 -[obj_36] -members=yes -cost=3 -model=model_2467 -2dyof=-2 -2dzoom=570 -2dyan=1864 -2dxan=168 -stockmarket=yes -name=Candle -certlink=obj_37 - -// 37 -[obj_37] -certlink=obj_36 -certtemplate=obj_799 - -// 38 -[obj_38] -members=yes -cost=3 -model=model_2467 -2dyof=-2 -2dzoom=570 -2dyan=1864 -2dxan=168 -recol1s=32767 -recol1d=2114 -name=Black candle - -// 39 -[obj_39] -model=model_2551 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -members=yes -stackable=yes -cost=10 -count1=obj_13195,2 -count2=obj_13196,3 -count3=obj_13197,4 -count4=obj_13198,5 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -name=Bronze arrowtips - -// 40 -[obj_40] -model=model_2551 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -members=yes -stackable=yes -cost=26 -count1=obj_13199,2 -count2=obj_13200,3 -count3=obj_13201,4 -count4=obj_13202,5 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=8456 -name=Iron arrowtips - -// 41 -[obj_41] -model=model_2551 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -members=yes -stackable=yes -cost=36 -count1=obj_13203,2 -count2=obj_13204,3 -count3=obj_13205,4 -count4=obj_13206,5 -stockmarket=yes -name=Steel arrowtips - -// 42 -[obj_42] -model=model_2551 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -members=yes -stackable=yes -cost=68 -count1=obj_13207,2 -count2=obj_13208,3 -count3=obj_13209,4 -count4=obj_13210,5 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 -name=Mithril arrowtips - -// 43 -[obj_43] -model=model_2551 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -members=yes -stackable=yes -cost=160 -count1=obj_13211,2 -count2=obj_13212,3 -count3=obj_13213,4 -count4=obj_13214,5 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 -name=Adamant arrowtips - -// 44 -[obj_44] -model=model_2551 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -members=yes -stackable=yes -cost=460 -count1=obj_13215,2 -count2=obj_13216,3 -count3=obj_13217,4 -count4=obj_13218,5 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 -name=Rune arrowtips - -// 45 -[obj_45] -model=model_16857 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -cost=7 -count1=obj_9199,2 -count2=obj_9200,3 -count3=obj_9201,4 -count4=obj_9202,5 -stockmarket=yes -recol1s=32752 -recol1d=32752 -name=Opal bolt tips - -// 46 -[obj_46] -model=model_16857 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -cost=12 -count1=obj_9199,2 -count2=obj_9200,3 -count3=obj_9201,4 -count4=obj_9202,5 -stockmarket=yes -name=Pearl bolt tips - -// 47 -[obj_47] -model=model_2445 -members=yes -stackable=yes -cost=95 -2dxof=1 -2dyof=1 -2dzoom=724 -2dyan=332 -2dxan=492 -stockmarket=yes -name=Barb bolttips - -// 48 -[obj_48] -cost=60 -members=yes -model=model_2401 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -manwear=model_26609 -womanwear=model_26609 -stockmarket=yes -recol1s=7330 -recol1d=16640 -name=Longbow (u) -womanwearoff=3,-11,6 -certlink=obj_49 - -// 49 -[obj_49] -certlink=obj_48 -certtemplate=obj_799 - -// 50 -[obj_50] -cost=23 -members=yes -model=model_2435 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -manwear=model_26610 -womanwear=model_26610 -stockmarket=yes -recol1s=7330 -recol1d=16640 -name=Shortbow (u) -womanwearoff=3,-11,6 -certlink=obj_51 - -// 51 -[obj_51] -certlink=obj_50 -certtemplate=obj_799 - -// 52 -[obj_52] -cost=12 -stackable=yes -members=yes -model=model_9032 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -count1=obj_6440,2 -count2=obj_6441,3 -count3=obj_6442,4 -count4=obj_6443,5 -stockmarket=yes -name=Arrow shaft - -// 53 -[obj_53] -cost=1 -stackable=yes -members=yes -model=model_9028 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -count1=obj_6444,2 -count2=obj_6445,3 -count3=obj_6446,4 -count4=obj_6447,5 -stockmarket=yes -name=Headless arrow - -// 54 -[obj_54] -cost=50 -members=yes -model=model_2435 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -manwear=model_26610 -womanwear=model_26610 -stockmarket=yes -recol1s=7330 -recol1d=24096 -name=Oak shortbow (u) -womanwearoff=3,-11,6 -certlink=obj_55 - -// 55 -[obj_55] -certlink=obj_54 -certtemplate=obj_799 - -// 56 -[obj_56] -cost=80 -members=yes -model=model_2401 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -manwear=model_26609 -womanwear=model_26609 -stockmarket=yes -recol1s=7330 -recol1d=24096 -name=Oak longbow (u) -womanwearoff=3,-11,6 -certlink=obj_57 - -// 57 -[obj_57] -certlink=obj_56 -certtemplate=obj_799 - -// 58 -[obj_58] -cost=160 -members=yes -model=model_2401 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -manwear=model_26609 -womanwear=model_26609 -stockmarket=yes -recol1s=7330 -recol1d=21059 -name=Willow longbow (u) -womanwearoff=3,-11,6 -certlink=obj_59 - -// 59 -[obj_59] -certlink=obj_58 -certtemplate=obj_799 - -// 60 -[obj_60] -cost=100 -members=yes -model=model_2435 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -manwear=model_26610 -womanwear=model_26610 -stockmarket=yes -recol1s=7330 -recol1d=21059 -name=Willow shortbow (u) -womanwearoff=3,-11,6 -certlink=obj_61 - -// 61 -[obj_61] -certlink=obj_60 -certtemplate=obj_799 - -// 62 -[obj_62] -cost=320 -members=yes -model=model_2401 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -manwear=model_26609 -womanwear=model_26609 -stockmarket=yes -recol1s=7330 -recol1d=21040 -name=Maple longbow (u) -womanwearoff=3,-11,6 -certlink=obj_63 - -// 63 -[obj_63] -certlink=obj_62 -certtemplate=obj_799 - -// 64 -[obj_64] -cost=200 -members=yes -model=model_2435 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -manwear=model_26610 -womanwear=model_26610 -stockmarket=yes -recol1s=7330 -recol1d=21040 -name=Maple shortbow (u) -womanwearoff=3,-11,6 -certlink=obj_65 - -// 65 -[obj_65] -certlink=obj_64 -certtemplate=obj_799 - -// 66 -[obj_66] -cost=640 -members=yes -model=model_2401 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -manwear=model_26609 -womanwear=model_26609 -stockmarket=yes -recol1s=7330 -recol1d=24160 -name=Yew longbow (u) -womanwearoff=3,-11,6 -certlink=obj_67 - -// 67 -[obj_67] -certlink=obj_66 -certtemplate=obj_799 - -// 68 -[obj_68] -cost=400 -members=yes -model=model_2435 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -manwear=model_26610 -womanwear=model_26610 -stockmarket=yes -recol1s=7330 -recol1d=24160 -name=Yew shortbow (u) -womanwearoff=3,-11,6 -certlink=obj_69 - -// 69 -[obj_69] -certlink=obj_68 -certtemplate=obj_799 - -// 70 -[obj_70] -cost=1280 -members=yes -model=model_2401 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -manwear=model_26609 -womanwear=model_26609 -stockmarket=yes -recol1s=7330 -recol1d=1451 -name=Magic longbow (u) -womanwearoff=3,-11,6 -certlink=obj_71 - -// 71 -[obj_71] -certlink=obj_70 -certtemplate=obj_799 - -// 72 -[obj_72] -cost=800 -members=yes -model=model_2435 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -manwear=model_26610 -womanwear=model_26610 -stockmarket=yes -recol1s=7330 -recol1d=1451 -name=Magic shortbow (u) -womanwearoff=3,-11,6 -certlink=obj_73 - -// 73 -[obj_73] -certlink=obj_72 -certtemplate=obj_799 - -// 74 -[obj_74] -members=yes -cost=10 -model=model_40637 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_22311 -womanwear=model_40436 -manhead=model_38589 -womanhead=model_38586 -iop5=Destroy -recol1s=16846 -recol1d=7399 -recol2s=15392 -recol2d=32631 -name=Khazard helmet - -// 75 -[obj_75] -members=yes -cost=12 -model=model_40638 -2dxof=1 -2dzoom=1634 -2dxan=488 -iop2=Wear -manwear=model_22314 -manwear2=model_157 -womanwear=model_40428 -womanwear2=model_339 -iop5=Destroy -name=Khazard armour - -// 76 -[obj_76] -members=yes -model=model_2424 -2dxof=6 -2dyof=7 -2dzoom=890 -2dyan=228 -2dxan=508 -iop5=Destroy -name=Khazard cell keys - -// 77 -[obj_77] -members=yes -cost=5 -model=model_2660 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -iop5=Destroy -recol1s=11328 -recol1d=384 -name=Khali brew - -// 78 -[obj_78] -members=yes -cost=2 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_81,2 -count2=obj_80,3 -count3=obj_79,4 -count4=obj_82,5 -recol1s=15789 -recol1d=17181 -recol2s=16846 -recol2d=17181 -recol3s=10368 -recol3d=9816 -recol4s=15392 -recol4d=17181 -recol5s=10368 -recol5d=17181 -name=Ice arrows - -// 79 -[obj_79] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=15789 -recol1d=17181 -recol2s=16846 -recol2d=17181 -recol3s=10368 -recol3d=9816 -recol4s=15392 -recol4d=17181 -recol5s=10368 -recol5d=17181 - -// 80 -[obj_80] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=15789 -recol1d=17181 -recol2s=16846 -recol2d=17181 -recol3s=10368 -recol3d=9816 -recol4s=15392 -recol4d=17181 -recol5s=10368 -recol5d=17181 - -// 81 -[obj_81] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=15789 -recol1d=17181 -recol2s=16846 -recol2d=17181 -recol3s=10368 -recol3d=9816 -recol4s=15392 -recol4d=17181 -recol5s=10368 -recol5d=17181 - -// 82 -[obj_82] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=15789 -recol1d=17181 -recol2s=16846 -recol2d=17181 -recol3s=10368 -recol3d=9816 -recol4s=15392 -recol4d=17181 -recol5s=10368 -recol5d=17181 - -// 83 -[obj_83] -members=yes -cost=15 -model=model_2615 -2dyof=25 -2dzoom=830 -2dyan=1704 -2dxan=264 -name=Lever - -// 84 -[obj_84] -members=yes -cost=15 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -recol1s=27483 -recol1d=22924 -name=Staff of armadyl - -// 85 -[obj_85] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Shiny key - -// 86 -[obj_86] -model=model_2508 -members=yes -manwear=model_282 -womanwear=model_446 -cost=12 -2dxof=-1 -2dyof=-5 -2dzoom=420 -2dyan=80 -2dxan=224 -iop2=Wear -recol1s=15392 -recol1d=4740 -name=Pendant of lucien - -// 87 -[obj_87] -model=model_2508 -members=yes -cost=12 -manwear=model_282 -womanwear=model_446 -2dxof=-1 -2dyof=-5 -2dzoom=420 -2dyan=80 -2dxan=224 -iop2=Wear -recol1s=15392 -recol1d=28341 -name=Armadyl pendant - -// 88 -[obj_88] -members=yes -manwear=model_185 -womanwear=model_361 -cost=6 -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -iop2=Wear -recol1s=7298 -recol1d=11631 -name=Boots of lightness - -// 89 -[obj_89] -members=yes -manwear=model_185 -womanwear=model_361 -cost=6 -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -iop2=Wear -recol1s=7298 -recol1d=11631 -name=Boots of lightness - -// 90 -[obj_90] -model=model_2725 -2dyof=-15 -2dzoom=1360 -2dxan=368 -members=yes -cost=5 -name=Child's blanket - -// 91 -[obj_91] -cost=3 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=20182 -name=Guam potion(unf) -certlink=obj_92 - -// 92 -[obj_92] -certlink=obj_91 -certtemplate=obj_799 - -// 93 -[obj_93] -cost=5 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=24151 -name=Marrentill potion(unf) -certlink=obj_94 - -// 94 -[obj_94] -certlink=obj_93 -certtemplate=obj_799 - -// 95 -[obj_95] -cost=11 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=24306 -name=Tarromin potion(unf) -certlink=obj_96 - -// 96 -[obj_96] -certlink=obj_95 -certtemplate=obj_799 - -// 97 -[obj_97] -cost=20 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=24146 -name=Harralander potion(unf) -certlink=obj_98 - -// 98 -[obj_98] -certlink=obj_97 -certtemplate=obj_799 - -// 99 -[obj_99] -cost=25 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=20179 -name=Ranarr potion(unf) -certlink=obj_100 - -// 100 -[obj_100] -certlink=obj_99 -certtemplate=obj_799 - -// 101 -[obj_101] -cost=40 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=24312 -name=Irit potion(unf) -certlink=obj_102 - -// 102 -[obj_102] -certlink=obj_101 -certtemplate=obj_799 - -// 103 -[obj_103] -cost=48 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=21074 -name=Avantoe potion(unf) -certlink=obj_104 - -// 104 -[obj_104] -certlink=obj_103 -certtemplate=obj_799 - -// 105 -[obj_105] -cost=54 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25236 -name=Kwuarm potion(unf) -certlink=obj_106 - -// 106 -[obj_106] -certlink=obj_105 -certtemplate=obj_799 - -// 107 -[obj_107] -cost=65 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=27347 -name=Cadantine potion(unf) -certlink=obj_108 - -// 108 -[obj_108] -certlink=obj_107 -certtemplate=obj_799 - -// 109 -[obj_109] -cost=70 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=21209 -name=Dwarf weed potion(unf) -certlink=obj_110 - -// 110 -[obj_110] -certlink=obj_109 -certtemplate=obj_799 - -// 111 -[obj_111] -cost=25 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=32496 -name=Torstol potion(unf) -certlink=obj_112 - -// 112 -[obj_112] -certlink=obj_111 -certtemplate=obj_799 - -// 113 -[obj_113] -iop1=Drink -cost=1500 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30630 -name=Strength potion(4) -certlink=obj_114 - -// 114 -[obj_114] -certlink=obj_113 -certtemplate=obj_799 - -// 115 -[obj_115] -iop1=Drink -cost=1200 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30630 -name=Strength potion(3) -certlink=obj_116 - -// 116 -[obj_116] -certlink=obj_115 -certtemplate=obj_799 - -// 117 -[obj_117] -iop1=Drink -cost=900 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30630 -name=Strength potion(2) -certlink=obj_118 - -// 118 -[obj_118] -certlink=obj_117 -certtemplate=obj_799 - -// 119 -[obj_119] -iop1=Drink -cost=600 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30630 -name=Strength potion(1) -certlink=obj_120 - -// 120 -[obj_120] -certlink=obj_119 -certtemplate=obj_799 - -// 121 -[obj_121] -iop1=Drink -cost=560 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8092 -name=Attack potion(3) -certlink=obj_122 - -// 122 -[obj_122] -certlink=obj_121 -certtemplate=obj_799 - -// 123 -[obj_123] -iop1=Drink -cost=420 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8092 -name=Attack potion(2) -certlink=obj_124 - -// 124 -[obj_124] -certlink=obj_123 -certtemplate=obj_799 - -// 125 -[obj_125] -iop1=Drink -cost=280 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8092 -name=Attack potion(1) -certlink=obj_126 - -// 126 -[obj_126] -certlink=obj_125 -certtemplate=obj_799 - -// 127 -[obj_127] -iop1=Drink -cost=88 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=29958 -name=Restore potion(3) -certlink=obj_128 - -// 128 -[obj_128] -certlink=obj_127 -certtemplate=obj_799 - -// 129 -[obj_129] -iop1=Drink -cost=66 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=29958 -name=Restore potion(2) -certlink=obj_130 - -// 130 -[obj_130] -certlink=obj_129 -certtemplate=obj_799 - -// 131 -[obj_131] -iop1=Drink -cost=44 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=29958 -name=Restore potion(1) -certlink=obj_132 - -// 132 -[obj_132] -certlink=obj_131 -certtemplate=obj_799 - -// 133 -[obj_133] -iop1=Drink -cost=880 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8072 -name=Defence potion(3) -certlink=obj_134 - -// 134 -[obj_134] -certlink=obj_133 -certtemplate=obj_799 - -// 135 -[obj_135] -iop1=Drink -cost=660 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8072 -name=Defence potion(2) -certlink=obj_136 - -// 136 -[obj_136] -certlink=obj_135 -certtemplate=obj_799 - -// 137 -[obj_137] -iop1=Drink -cost=440 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8072 -name=Defence potion(1) -certlink=obj_138 - -// 138 -[obj_138] -certlink=obj_137 -certtemplate=obj_799 - -// 139 -[obj_139] -iop1=Drink -cost=152 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8084 -name=Prayer potion(3) -certlink=obj_140 - -// 140 -[obj_140] -certlink=obj_139 -certtemplate=obj_799 - -// 141 -[obj_141] -iop1=Drink -cost=114 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8084 -name=Prayer potion(2) -certlink=obj_142 - -// 142 -[obj_142] -certlink=obj_141 -certtemplate=obj_799 - -// 143 -[obj_143] -iop1=Drink -cost=76 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8084 -name=Prayer potion(1) -certlink=obj_144 - -// 144 -[obj_144] -certlink=obj_143 -certtemplate=obj_799 - -// 145 -[obj_145] -iop1=Drink -cost=180 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7452 -name=Super attack(3) -certlink=obj_146 - -// 146 -[obj_146] -certlink=obj_145 -certtemplate=obj_799 - -// 147 -[obj_147] -iop1=Drink -cost=135 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7452 -name=Super attack(2) -certlink=obj_148 - -// 148 -[obj_148] -certlink=obj_147 -certtemplate=obj_799 - -// 149 -[obj_149] -iop1=Drink -cost=90 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7452 -name=Super attack(1) -certlink=obj_150 - -// 150 -[obj_150] -certlink=obj_149 -certtemplate=obj_799 - -// 151 -[obj_151] -iop1=Drink -cost=200 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=6342 -name=Fishing potion(3) -certlink=obj_152 - -// 152 -[obj_152] -certlink=obj_151 -certtemplate=obj_799 - -// 153 -[obj_153] -iop1=Drink -cost=150 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=6342 -name=Fishing potion(2) -certlink=obj_154 - -// 154 -[obj_154] -certlink=obj_153 -certtemplate=obj_799 - -// 155 -[obj_155] -iop1=Drink -cost=100 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=6342 -name=Fishing potion(1) -certlink=obj_156 - -// 156 -[obj_156] -certlink=obj_155 -certtemplate=obj_799 - -// 157 -[obj_157] -iop1=Drink -cost=220 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=32635 -name=Super strength(3) -certlink=obj_158 - -// 158 -[obj_158] -certlink=obj_157 -certtemplate=obj_799 - -// 159 -[obj_159] -iop1=Drink -cost=165 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=32635 -name=Super strength(2) -certlink=obj_160 - -// 160 -[obj_160] -certlink=obj_159 -certtemplate=obj_799 - -// 161 -[obj_161] -iop1=Drink -cost=110 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=32635 -name=Super strength(1) -certlink=obj_162 - -// 162 -[obj_162] -certlink=obj_161 -certtemplate=obj_799 - -// 163 -[obj_163] -iop1=Drink -cost=264 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30438 -name=Super defence(3) -certlink=obj_164 - -// 164 -[obj_164] -certlink=obj_163 -certtemplate=obj_799 - -// 165 -[obj_165] -iop1=Drink -cost=198 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30438 -name=Super defence(2) -certlink=obj_166 - -// 166 -[obj_166] -certlink=obj_165 -certtemplate=obj_799 - -// 167 -[obj_167] -iop1=Drink -cost=132 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30438 -name=Super defence(1) -certlink=obj_168 - -// 168 -[obj_168] -certlink=obj_167 -certtemplate=obj_799 - -// 169 -[obj_169] -iop1=Drink -cost=288 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7900 -name=Ranging potion(3) -certlink=obj_170 - -// 170 -[obj_170] -certlink=obj_169 -certtemplate=obj_799 - -// 171 -[obj_171] -iop1=Drink -cost=216 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7900 -name=Ranging potion(2) -certlink=obj_172 - -// 172 -[obj_172] -certlink=obj_171 -certtemplate=obj_799 - -// 173 -[obj_173] -iop1=Drink -cost=144 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7900 -name=Ranging potion(1) -certlink=obj_174 - -// 174 -[obj_174] -certlink=obj_173 -certtemplate=obj_799 - -// 175 -[obj_175] -iop1=Drink -cost=288 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=14306 -name=Antipoison(3) -certlink=obj_176 - -// 176 -[obj_176] -certlink=obj_175 -certtemplate=obj_799 - -// 177 -[obj_177] -iop1=Drink -cost=216 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=14306 -name=Antipoison(2) -certlink=obj_178 - -// 178 -[obj_178] -certlink=obj_177 -certtemplate=obj_799 - -// 179 -[obj_179] -iop1=Drink -cost=144 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=14306 -name=Antipoison(1) -certlink=obj_180 - -// 180 -[obj_180] -certlink=obj_179 -certtemplate=obj_799 - -// 181 -[obj_181] -iop1=Drink -cost=288 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=31821 -name=Super antipoison(3) -certlink=obj_182 - -// 182 -[obj_182] -certlink=obj_181 -certtemplate=obj_799 - -// 183 -[obj_183] -iop1=Drink -cost=216 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=31821 -name=Super antipoison(2) -certlink=obj_184 - -// 184 -[obj_184] -certlink=obj_183 -certtemplate=obj_799 - -// 185 -[obj_185] -iop1=Drink -cost=144 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=31821 -name=Super antipoison(1) -certlink=obj_186 - -// 186 -[obj_186] -certlink=obj_185 -certtemplate=obj_799 - -// 187 -[obj_187] -cost=144 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=3550 -name=Weapon poison -certlink=obj_188 - -// 188 -[obj_188] -certlink=obj_187 -certtemplate=obj_799 - -// 189 -[obj_189] -iop1=Drink -cost=175 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30304 -name=Zamorak brew(3) -certlink=obj_190 - -// 190 -[obj_190] -certlink=obj_189 -certtemplate=obj_799 - -// 191 -[obj_191] -iop1=Drink -cost=150 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30304 -name=Zamorak brew(2) -certlink=obj_192 - -// 192 -[obj_192] -certlink=obj_191 -certtemplate=obj_799 - -// 193 -[obj_193] -iop1=Drink -cost=125 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30304 -name=Zamorak brew(1) -certlink=obj_194 - -// 194 -[obj_194] -certlink=obj_193 -certtemplate=obj_799 - -// 195 -[obj_195] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=10958 -name=Potion -certlink=obj_196 - -// 196 -[obj_196] -certlink=obj_195 -certtemplate=obj_799 - -// 197 -[obj_197] -model=model_2639 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -iop1=Drink -members=yes -cost=20 -stockmarket=yes -recol1s=1528 -recol1d=14283 -name=Poison chalice -certlink=obj_198 - -// 198 -[obj_198] -certlink=obj_197 -certtemplate=obj_799 - -// 199 -[obj_199] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=448 -name=Grimy guam -certlink=obj_200 - -// 200 -[obj_200] -certlink=obj_199 -certtemplate=obj_799 - -// 201 -[obj_201] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=1505 -name=Grimy marrentill -certlink=obj_202 - -// 202 -[obj_202] -certlink=obj_201 -certtemplate=obj_799 - -// 203 -[obj_203] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=1509 -name=Grimy tarromin -certlink=obj_204 - -// 204 -[obj_204] -certlink=obj_203 -certtemplate=obj_799 - -// 205 -[obj_205] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=9728 -name=Grimy harralander -certlink=obj_206 - -// 206 -[obj_206] -certlink=obj_205 -certtemplate=obj_799 - -// 207 -[obj_207] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=6528 -name=Grimy ranarr -certlink=obj_208 - -// 208 -[obj_208] -certlink=obj_207 -certtemplate=obj_799 - -// 209 -[obj_209] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=9701 -name=Grimy irit -certlink=obj_210 - -// 210 -[obj_210] -certlink=obj_209 -certtemplate=obj_799 - -// 211 -[obj_211] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=1347 -name=Grimy avantoe -certlink=obj_212 - -// 212 -[obj_212] -certlink=obj_211 -certtemplate=obj_799 - -// 213 -[obj_213] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=8512 -name=Grimy kwuarm -certlink=obj_214 - -// 214 -[obj_214] -certlink=obj_213 -certtemplate=obj_799 - -// 215 -[obj_215] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=7458 -name=Grimy cadantine -certlink=obj_216 - -// 216 -[obj_216] -certlink=obj_215 -certtemplate=obj_799 - -// 217 -[obj_217] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=256 -name=Grimy dwarf weed -certlink=obj_218 - -// 218 -[obj_218] -certlink=obj_217 -certtemplate=obj_799 - -// 219 -[obj_219] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=352 -name=Grimy torstol -certlink=obj_220 - -// 220 -[obj_220] -certlink=obj_219 -certtemplate=obj_799 - -// 221 -[obj_221] -cost=3 -model=model_2520 -2dxof=1 -2dyof=-2 -2dzoom=690 -2dyan=256 -2dxan=364 -stockmarket=yes -name=Eye of newt -certlink=obj_222 - -// 222 -[obj_222] -certlink=obj_221 -certtemplate=obj_799 - -// 223 -[obj_223] -cost=7 -model=model_2343 -2dxof=-3 -2dzoom=1500 -2dyan=12 -2dxan=252 -stockmarket=yes -name=Red spiders' eggs -certlink=obj_224 - -// 224 -[obj_224] -certlink=obj_223 -certtemplate=obj_799 - -// 225 -[obj_225] -cost=7 -model=model_7221 -2dxof=-6 -2dyof=-3 -2dzoom=930 -2dyan=2036 -2dzan=1980 -2dxan=68 -ambient=15 -stockmarket=yes -name=Limpwurt root -certlink=obj_226 - -// 226 -[obj_226] -certlink=obj_225 -certtemplate=obj_799 - -// 227 -[obj_227] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -cost=10 -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=18011 -name=Vial of water -certlink=obj_228 - -// 228 -[obj_228] -certlink=obj_227 -certtemplate=obj_799 - -// 229 -[obj_229] -model=model_2747 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -manwear=model_561 -womanwear=model_561 -cost=5 -stockmarket=yes -name=Vial -womanwearoff=0,6,0 -certlink=obj_230 - -// 230 -[obj_230] -certlink=obj_229 -certtemplate=obj_799 - -// 231 -[obj_231] -cost=10 -members=yes -model=model_2440 -2dxof=-1 -2dyof=2 -2dzoom=1170 -2dyan=48 -2dxan=484 -stockmarket=yes -name=Snape grass -certlink=obj_232 - -// 232 -[obj_232] -certlink=obj_231 -certtemplate=obj_799 - -// 233 -[obj_233] -cost=4 -members=yes -model=model_2682 -2dxof=-3 -2dyof=-8 -2dzoom=680 -2dyan=316 -2dxan=180 -stockmarket=yes -name=Pestle and mortar -certlink=obj_234 - -// 234 -[obj_234] -certlink=obj_233 -certtemplate=obj_799 - -// 235 -[obj_235] -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -cost=20 -stockmarket=yes -recol1s=22131 -recol1d=25190 -name=Unicorn horn dust -certlink=obj_236 - -// 236 -[obj_236] -certlink=obj_235 -certtemplate=obj_799 - -// 237 -[obj_237] -model=model_2495 -2dxof=4 -2dyof=-8 -2dzoom=840 -2dyan=132 -2dxan=248 -members=yes -cost=20 -stockmarket=yes -name=Unicorn horn -certlink=obj_238 - -// 238 -[obj_238] -certlink=obj_237 -certtemplate=obj_799 - -// 239 -[obj_239] -model=model_2358 -2dxof=1 -2dyof=4 -2dzoom=970 -2dyan=668 -2dxan=404 -members=yes -cost=10 -stockmarket=yes -recol1s=31808 -recol1d=32767 -name=White berries -certlink=obj_240 - -// 240 -[obj_240] -certlink=obj_239 -certtemplate=obj_799 - -// 241 -[obj_241] -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -cost=52 -members=yes -stockmarket=yes -recol1s=22131 -recol1d=4335 -name=Dragon scale dust -certlink=obj_242 - -// 242 -[obj_242] -certlink=obj_241 -certtemplate=obj_799 - -// 243 -[obj_243] -cost=50 -members=yes -model=model_2761 -2dxof=7 -2dzoom=1370 -2dyan=148 -2dxan=212 -stockmarket=yes -name=Blue dragon scale -certlink=obj_244 - -// 244 -[obj_244] -certlink=obj_243 -certtemplate=obj_799 - -// 245 -[obj_245] -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -stockmarket=yes -recol1s=32767 -recol1d=26820 -name=Wine of zamorak -certlink=obj_246 - -// 246 -[obj_246] -certlink=obj_245 -certtemplate=obj_799 - -// 247 -[obj_247] -iop1=Eat -model=model_2358 -2dxof=1 -2dyof=4 -2dzoom=970 -2dyan=668 -2dxan=404 -members=yes -stockmarket=yes -recol1s=31808 -recol1d=16992 -recol2s=12480 -recol2d=12640 -name=Jangerberries -certlink=obj_248 - -// 248 -[obj_248] -certlink=obj_247 -certtemplate=obj_799 - -// 249 -[obj_249] -cost=3 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=448 -recol2s=448 -recol2d=288 -name=Clean guam -certlink=obj_250 - -// 250 -[obj_250] -certlink=obj_249 -certtemplate=obj_799 - -// 251 -[obj_251] -cost=5 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=1505 -recol2s=448 -recol2d=384 -name=Clean marrentill -certlink=obj_252 - -// 252 -[obj_252] -certlink=obj_251 -certtemplate=obj_799 - -// 253 -[obj_253] -cost=11 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=1509 -recol2s=448 -recol2d=388 -name=Clean tarromin -certlink=obj_254 - -// 254 -[obj_254] -certlink=obj_253 -certtemplate=obj_799 - -// 255 -[obj_255] -cost=20 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=9728 -recol2s=448 -recol2d=8512 -name=Clean harralander -certlink=obj_256 - -// 256 -[obj_256] -certlink=obj_255 -certtemplate=obj_799 - -// 257 -[obj_257] -cost=25 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=6528 -recol2s=448 -recol2d=6432 -name=Clean ranarr -certlink=obj_258 - -// 258 -[obj_258] -certlink=obj_257 -certtemplate=obj_799 - -// 259 -[obj_259] -cost=40 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=9701 -recol2s=448 -recol2d=5507 -name=Clean irit -certlink=obj_260 - -// 260 -[obj_260] -certlink=obj_259 -certtemplate=obj_799 - -// 261 -[obj_261] -cost=48 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=1347 -recol2s=448 -recol2d=1251 -name=Clean avantoe -certlink=obj_262 - -// 262 -[obj_262] -certlink=obj_261 -certtemplate=obj_799 - -// 263 -[obj_263] -cost=54 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=8512 -recol2s=448 -recol2d=6400 -name=Clean kwuarm -certlink=obj_264 - -// 264 -[obj_264] -certlink=obj_263 -certtemplate=obj_799 - -// 265 -[obj_265] -cost=65 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=7458 -recol2s=448 -recol2d=5346 -name=Clean cadantine -certlink=obj_266 - -// 266 -[obj_266] -certlink=obj_265 -certtemplate=obj_799 - -// 267 -[obj_267] -cost=70 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=256 -recol2s=448 -recol2d=224 -name=Clean dwarf weed -certlink=obj_268 - -// 268 -[obj_268] -certlink=obj_267 -certtemplate=obj_799 - -// 269 -[obj_269] -cost=75 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=352 -recol2s=448 -recol2d=256 -name=Clean torstol -certlink=obj_270 - -// 270 -[obj_270] -certlink=obj_269 -certtemplate=obj_799 - -// 271 -[obj_271] -model=model_2681 -2dyof=4 -2dzoom=660 -2dyan=1232 -2dxan=392 -name=Pressure gauge - -// 272 -[obj_272] -model=model_2815 -2dxof=-1 -2dyof=-24 -2dzoom=920 -2dyan=1904 -2dxan=194 -manwear=model_9816 -womanwear=model_9816 -ambient=15 -name=Fish food -womanwearoff=3,-11,6 - -// 273 -[obj_273] -model=model_2714 -2dxof=-2 -2dyof=-7 -2dzoom=780 -2dyan=1828 -2dxan=132 -name=Poison - -// 274 -[obj_274] -model=model_2815 -2dxof=-1 -2dyof=-24 -2dzoom=920 -2dyan=1904 -2dxan=194 -name=Poisoned fish food - -// 275 -[obj_275] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 276 -[obj_276] -cost=3 -model=model_2463 -2dyof=-2 -2dzoom=860 -2dyan=76 -2dxan=312 -name=Rubber tube - -// 277 -[obj_277] -cost=3 -model=model_2466 -2dxof=-7 -2dyof=9 -2dzoom=1650 -2dyan=1480 -2dxan=180 -name=Oil can - -// 278 -[obj_278] -members=yes -cost=3 -model=model_2700 -2dxof=-5 -2dzoom=680 -2dyan=1844 -2dxan=264 -iop2=Equip -manwear=model_537 -womanwear=model_537 -name=Cattleprod -womanwearoff=-3,-11,6 - -// 279 -[obj_279] -cost=3 -model=model_2650 -members=yes -2dyof=-3 -2dzoom=930 -2dyan=1936 -2dxan=120 -name=Sheep feed - -// 280 -[obj_280] -members=yes -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -name=Sheep bones (1) - -// 281 -[obj_281] -members=yes -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -name=Sheep bones (2) - -// 282 -[obj_282] -members=yes -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -name=Sheep bones (3) - -// 283 -[obj_283] -members=yes -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -name=Sheep bones (4) - -// 284 -[obj_284] -members=yes -cost=50 -model=model_2446 -2dyof=3 -2dzoom=1360 -2dyan=92 -2dzan=1932 -2dxan=416 -iop2=Wear -manwear=model_295 -manwear2=model_150 -womanwear=model_459 -womanwear2=model_331 -name=Plague jacket - -// 285 -[obj_285] -members=yes -cost=50 -model=model_8360 -2dyof=-10 -2dzoom=1650 -2dyan=1912 -2dzan=104 -2dxan=460 -iop2=Wear -manwear=model_6849 -womanwear=model_8358 -name=Plague trousers - -// 286 -[obj_286] -model=model_24514 -cost=40 -2dxof=-1 -2dzoom=1244 -2dxan=611 -iop2=Wear -recol1s=6273 -recol1d=29152 -recol2s=8387 -recol2d=24098 -name=Orange goblin mail - -// 287 -[obj_287] -model=model_24514 -cost=40 -2dxof=-1 -2dzoom=1244 -2dxan=611 -iop2=Wear -recol1s=6273 -recol1d=7441 -recol2s=8387 -recol2d=8498 -name=Blue goblin mail - -// 288 -[obj_288] -model=model_24514 -cost=40 -2dxof=-1 -2dzoom=1244 -2dxan=611 -iop2=Wear -stockmarket=yes -name=Goblin mail -certlink=obj_289 - -// 289 -[obj_289] -certlink=obj_288 -certtemplate=obj_799 - -// 290 -[obj_290] -cost=2 -model=model_2426 -2dyof=-14 -2dzoom=1180 -2dyan=172 -2dxan=160 -recol1s=27872 -recol1d=11635 -recol2s=160 -recol2d=10410 -name=Research package - -// 291 -[obj_291] -cost=5 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -name=Notes - -// 292 -[obj_292] -cost=2 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13504 -recol1d=7456 -name=Book on baxtorian - -// 293 -[obj_293] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -name=A key - -// 294 -[obj_294] -model=model_2701 -2dzoom=640 -2dyan=1808 -2dxan=236 -members=yes -name=Glarial's pebble - -// 295 -[obj_295] -model=model_2515 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_283 -womanwear=model_447 -members=yes -recol1s=32736 -recol1d=1986 -name=Glarial's amulet - -// 296 -[obj_296] -model=model_2704 -2dyof=-3 -2dzoom=1070 -2dyan=104 -2dxan=68 -members=yes -name=Glarial's urn - -// 297 -[obj_297] -model=model_2704 -2dyof=-3 -2dzoom=1070 -2dyan=104 -2dxan=68 -members=yes -name=Glarial's urn - -// 298 -[obj_298] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -name=A key - -// 299 -[obj_299] -cost=300 -model=model_2381 -2dxof=7 -2dyof=39 -2dzoom=920 -2dyan=676 -2dxan=240 -members=yes -stackable=yes -iop1=Plant -stockmarket=yes -recol1s=4232 -recol1d=1505 -name=Mithril seeds - -// 300 -[obj_300] -cost=3 -model=model_2751 -2dxof=2 -2dyof=-1 -2dzoom=590 -2dyan=168 -2dxan=340 -name=Rat's tail - -// 301 -[obj_301] -model=model_2663 -2dzoom=1180 -2dyan=1668 -2dxan=192 -cost=20 -manwear=model_531 -womanwear=model_531 -stockmarket=yes -name=Lobster pot -womanwearoff=3,-11,6 -certlink=obj_302 - -// 302 -[obj_302] -certlink=obj_301 -certtemplate=obj_799 - -// 303 -[obj_303] -model=model_2403 -2dxof=3 -2dyof=5 -2dzoom=840 -2dyan=132 -2dxan=380 -cost=5 -manwear=model_551 -womanwear=model_551 -stockmarket=yes -name=Small fishing net -womanwearoff=3,-11,6 -certlink=obj_304 - -// 304 -[obj_304] -certlink=obj_303 -certtemplate=obj_799 - -// 305 -[obj_305] -model=model_2626 -2dxof=6 -2dyof=19 -2dzoom=1700 -2dyan=140 -2dxan=340 -cost=20 -members=yes -manwear=model_489 -womanwear=model_489 -stockmarket=yes -name=Big fishing net -womanwearoff=3,-11,6 -certlink=obj_306 - -// 306 -[obj_306] -certlink=obj_305 -certtemplate=obj_799 - -// 307 -[obj_307] -model=model_2828 -2dxof=-3 -2dyof=8 -2dzoom=1080 -2dyan=136 -2dxan=328 -cost=5 -manwear=model_562 -womanwear=model_562 -stockmarket=yes -name=Fishing rod -womanwearoff=3,-11,6 -certlink=obj_308 - -// 308 -[obj_308] -certlink=obj_307 -certtemplate=obj_799 - -// 309 -[obj_309] -model=model_2695 -2dxof=-5 -2dyof=7 -2dzoom=1030 -2dyan=160 -2dxan=320 -cost=5 -manwear=model_562 -womanwear=model_562 -stockmarket=yes -name=Fly fishing rod -womanwearoff=3,-11,6 -certlink=obj_310 - -// 310 -[obj_310] -certlink=obj_309 -certtemplate=obj_799 - -// 311 -[obj_311] -model=model_2469 -2dxof=2 -2dyof=-85 -2dzoom=1030 -2dyan=416 -2dxan=244 -cost=5 -manwear=model_503 -womanwear=model_503 -stockmarket=yes -name=Harpoon -womanwearoff=3,-11,6 -certlink=obj_312 - -// 312 -[obj_312] -certlink=obj_311 -certtemplate=obj_799 - -// 313 -[obj_313] -model=model_2436 -2dxof=1 -2dyof=-6 -2dzoom=650 -2dyan=1840 -2dxan=236 -stackable=yes -cost=3 -stockmarket=yes -name=Fishing bait - -// 314 -[obj_314] -model=model_2476 -2dxof=4 -2dyof=10 -2dzoom=700 -2dyan=692 -2dxan=428 -stackable=yes -cost=6 -manwear=model_8359 -womanwear=model_8359 -stockmarket=yes -name=Feather -womanwearoff=3,-11,6 - -// 315 -[obj_315] -model=model_2590 -2dzoom=950 -2dyan=552 -2dxan=272 -cost=5 -iop1=Eat -stockmarket=yes -name=Shrimps -certlink=obj_316 - -// 316 -[obj_316] -certlink=obj_315 -certtemplate=obj_799 - -// 317 -[obj_317] -model=model_2590 -2dzoom=950 -2dyan=552 -2dxan=272 -cost=6 -stockmarket=yes -recol1s=32288 -recol1d=32465 -recol2s=32096 -recol2d=32365 -name=Raw shrimps -certlink=obj_318 - -// 318 -[obj_318] -certlink=obj_317 -certtemplate=obj_799 - -// 319 -[obj_319] -model=model_2590 -2dzoom=950 -2dyan=552 -2dxan=272 -cost=15 -iop1=Eat -stockmarket=yes -recol1s=32288 -recol1d=7442 -recol2s=32096 -recol2d=11668 -name=Anchovies -certlink=obj_320 - -// 320 -[obj_320] -certlink=obj_319 -certtemplate=obj_799 - -// 321 -[obj_321] -model=model_2590 -2dzoom=950 -2dyan=552 -2dxan=272 -cost=16 -stockmarket=yes -recol1s=32288 -recol1d=15859 -recol2s=32096 -recol2d=17971 -name=Raw anchovies -certlink=obj_322 - -// 322 -[obj_322] -certlink=obj_321 -certtemplate=obj_799 - -// 323 -[obj_323] -model=model_2590 -2dzoom=950 -2dyan=552 -2dxan=272 -cost=1 -recol1s=32288 -recol1d=11561 -recol2s=32096 -recol2d=7399 -name=Burnt fish -certlink=obj_324 - -// 324 -[obj_324] -certlink=obj_323 -certtemplate=obj_799 - -// 325 -[obj_325] -model=model_2357 -2dxof=-1 -2dyof=13 -2dzoom=820 -2dyan=1756 -2dzan=1964 -2dxan=320 -cost=10 -iop1=Eat -stockmarket=yes -recol1s=16846 -recol1d=18827 -recol2s=28407 -recol2d=22031 -name=Sardine -certlink=obj_326 - -// 326 -[obj_326] -certlink=obj_325 -certtemplate=obj_799 - -// 327 -[obj_327] -model=model_2357 -2dxof=-1 -2dyof=13 -2dzoom=820 -2dyan=1756 -2dzan=1964 -2dxan=320 -cost=10 -stockmarket=yes -recol1s=16846 -recol1d=14061 -recol2s=28407 -recol2d=21396 -name=Raw sardine -certlink=obj_328 - -// 328 -[obj_328] -certlink=obj_327 -certtemplate=obj_799 - -// 329 -[obj_329] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=88 -iop1=Eat -stockmarket=yes -recol1s=16846 -recol1d=32136 -recol2s=28407 -recol2d=32269 -name=Salmon -certlink=obj_330 - -// 330 -[obj_330] -certlink=obj_329 -certtemplate=obj_799 - -// 331 -[obj_331] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=92 -stockmarket=yes -recol1s=16846 -recol1d=26126 -recol2s=28407 -recol2d=32336 -name=Raw salmon -certlink=obj_332 - -// 332 -[obj_332] -certlink=obj_331 -certtemplate=obj_799 - -// 333 -[obj_333] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=68 -iop1=Eat -stockmarket=yes -recol1s=16846 -recol1d=18827 -recol2s=28407 -recol2d=22031 -name=Trout -certlink=obj_334 - -// 334 -[obj_334] -certlink=obj_333 -certtemplate=obj_799 - -// 335 -[obj_335] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=20 -stockmarket=yes -recol1s=16846 -recol1d=32503 -recol2s=28407 -recol2d=32767 -name=Raw trout -certlink=obj_336 - -// 336 -[obj_336] -certlink=obj_335 -certtemplate=obj_799 - -// 337 -[obj_337] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=50 -iop1=Eat -members=yes -recol1s=16846 -recol1d=23993 -recol2s=28407 -recol2d=27228 -name=Giant carp - -// 338 -[obj_338] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=50 -members=yes -recol1s=16846 -recol1d=9 -recol2s=28407 -recol2d=15 -name=Raw giant carp - -// 339 -[obj_339] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=26 -iop1=Eat -members=yes -stockmarket=yes -recol1s=16846 -recol1d=7442 -recol2s=28407 -recol2d=11668 -name=Cod -certlink=obj_340 - -// 340 -[obj_340] -certlink=obj_339 -certtemplate=obj_799 - -// 341 -[obj_341] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=34 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=15859 -recol2s=28407 -recol2d=17971 -name=Raw cod -certlink=obj_342 - -// 342 -[obj_342] -certlink=obj_341 -certtemplate=obj_799 - -// 343 -[obj_343] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=1 -recol1s=16846 -recol1d=7399 -recol2s=28407 -recol2d=11561 -name=Burnt fish -certlink=obj_344 - -// 344 -[obj_344] -certlink=obj_343 -certtemplate=obj_799 - -// 345 -[obj_345] -model=model_2353 -2dxof=3 -2dyof=8 -2dzoom=900 -2dyan=1904 -2dxan=436 -cost=16 -stockmarket=yes -recol1s=16846 -recol1d=32503 -recol2s=28407 -recol2d=32767 -name=Raw herring -certlink=obj_346 - -// 346 -[obj_346] -certlink=obj_345 -certtemplate=obj_799 - -// 347 -[obj_347] -model=model_2353 -2dxof=3 -2dyof=8 -2dzoom=900 -2dyan=1904 -2dxan=436 -cost=15 -iop1=Eat -stockmarket=yes -recol1s=16846 -recol1d=18827 -recol2s=28407 -recol2d=22031 -name=Herring -certlink=obj_348 - -// 348 -[obj_348] -certlink=obj_347 -certtemplate=obj_799 - -// 349 -[obj_349] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=25 -stockmarket=yes -recol1s=16846 -recol1d=15983 -recol2s=28407 -recol2d=24503 -name=Raw pike -certlink=obj_350 - -// 350 -[obj_350] -certlink=obj_349 -certtemplate=obj_799 - -// 351 -[obj_351] -model=model_2354 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -cost=25 -iop1=Eat -stockmarket=yes -recol1s=16846 -recol1d=17070 -recol2s=28407 -recol2d=12938 -name=Pike -certlink=obj_352 - -// 352 -[obj_352] -certlink=obj_351 -certtemplate=obj_799 - -// 353 -[obj_353] -model=model_2353 -2dxof=3 -2dyof=8 -2dzoom=900 -2dyan=1904 -2dxan=436 -cost=26 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=26414 -recol2s=28407 -recol2d=32753 -name=Raw mackerel -certlink=obj_354 - -// 354 -[obj_354] -certlink=obj_353 -certtemplate=obj_799 - -// 355 -[obj_355] -model=model_2353 -2dxof=3 -2dyof=8 -2dzoom=900 -2dyan=1904 -2dxan=436 -cost=17 -iop1=Eat -members=yes -stockmarket=yes -recol1s=16846 -recol1d=22084 -recol2s=28407 -recol2d=22084 -name=Mackerel -certlink=obj_356 - -// 356 -[obj_356] -certlink=obj_355 -certtemplate=obj_799 - -// 357 -[obj_357] -model=model_2353 -2dxof=3 -2dyof=8 -2dzoom=900 -2dyan=1904 -2dxan=436 -cost=1 -recol1s=16846 -recol1d=7399 -recol2s=28407 -recol2d=11561 -name=Burnt fish -certlink=obj_358 - -// 358 -[obj_358] -certlink=obj_357 -certtemplate=obj_799 - -// 359 -[obj_359] -model=model_2355 -2dyof=3 -2dzoom=1340 -2dyan=1920 -2dxan=464 -cost=120 -stockmarket=yes -recol1s=16846 -recol1d=32503 -recol2s=28407 -recol2d=32767 -name=Raw tuna -certlink=obj_360 - -// 360 -[obj_360] -certlink=obj_359 -certtemplate=obj_799 - -// 361 -[obj_361] -model=model_2355 -2dyof=3 -2dzoom=1340 -2dyan=1920 -2dxan=464 -cost=120 -iop1=Eat -stockmarket=yes -recol1s=16846 -recol1d=18827 -recol2s=28407 -recol2d=22031 -name=Tuna -certlink=obj_362 - -// 362 -[obj_362] -certlink=obj_361 -certtemplate=obj_799 - -// 363 -[obj_363] -model=model_2355 -2dyof=3 -2dzoom=1340 -2dyan=1920 -2dxan=464 -cost=280 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=26126 -recol2s=28407 -recol2d=32336 -name=Raw bass -certlink=obj_364 - -// 364 -[obj_364] -certlink=obj_363 -certtemplate=obj_799 - -// 365 -[obj_365] -model=model_2355 -2dyof=3 -2dzoom=1340 -2dyan=1920 -2dxan=464 -cost=270 -iop1=Eat -members=yes -stockmarket=yes -recol1s=16846 -recol1d=32136 -recol2s=28407 -recol2d=32269 -name=Bass -certlink=obj_366 - -// 366 -[obj_366] -certlink=obj_365 -certtemplate=obj_799 - -// 367 -[obj_367] -model=model_2355 -2dyof=3 -2dzoom=1340 -2dyan=1920 -2dxan=464 -cost=1 -recol1s=16846 -recol1d=7399 -recol2s=28407 -recol2d=11561 -name=Burnt fish -certlink=obj_368 - -// 368 -[obj_368] -certlink=obj_367 -certtemplate=obj_799 - -// 369 -[obj_369] -model=model_2357 -model=model_2357 -2dxof=-1 -2dyof=13 -2dzoom=820 -2dyan=1756 -2dzan=1964 -2dxan=320 -recol1s=16846 -recol1d=7399 -recol2s=28407 -recol2d=11561 -name=Burnt fish -certlink=obj_370 - -// 370 -[obj_370] -certlink=obj_369 -certtemplate=obj_799 - -// 371 -[obj_371] -model=model_2494 -2dxof=-7 -2dzoom=1710 -2dyan=1960 -2dxan=368 -cost=340 -stockmarket=yes -recol1s=16846 -recol1d=27164 -recol2s=28407 -recol2d=30399 -name=Raw swordfish -certlink=obj_372 - -// 372 -[obj_372] -certlink=obj_371 -certtemplate=obj_799 - -// 373 -[obj_373] -model=model_2494 -2dxof=-7 -2dzoom=1710 -2dyan=1960 -2dxan=368 -cost=400 -iop1=Eat -stockmarket=yes -recol1s=16846 -recol1d=18772 -recol2s=28407 -recol2d=23993 -name=Swordfish -certlink=obj_374 - -// 374 -[obj_374] -certlink=obj_373 -certtemplate=obj_799 - -// 375 -[obj_375] -model=model_2494 -2dxof=-7 -2dzoom=1710 -2dyan=1960 -2dxan=368 -cost=1 -recol1s=16846 -recol1d=7399 -recol2s=28407 -recol2d=11561 -name=Burnt swordfish -certlink=obj_376 - -// 376 -[obj_376] -certlink=obj_375 -certtemplate=obj_799 - -// 377 -[obj_377] -model=model_2804 -2dxof=4 -2dyof=16 -2dzoom=1020 -2dyan=1704 -2dxan=324 -cost=284 -stockmarket=yes -recol1s=32096 -recol1d=15554 -name=Raw lobster -certlink=obj_378 - -// 378 -[obj_378] -certlink=obj_377 -certtemplate=obj_799 - -// 379 -[obj_379] -model=model_2804 -2dxof=4 -2dyof=16 -2dzoom=1020 -2dyan=1704 -2dxan=324 -cost=268 -iop1=Eat -stockmarket=yes -name=Lobster -certlink=obj_380 - -// 380 -[obj_380] -certlink=obj_379 -certtemplate=obj_799 - -// 381 -[obj_381] -model=model_2804 -2dxof=4 -2dyof=16 -2dzoom=1020 -2dyan=1704 -2dxan=324 -cost=1 -recol1s=32096 -recol1d=7399 -name=Burnt lobster -certlink=obj_382 - -// 382 -[obj_382] -certlink=obj_381 -certtemplate=obj_799 - -// 383 -[obj_383] -model=model_2594 -2dxof=5 -2dyof=12 -2dzoom=1860 -2dyan=12 -2dxan=344 -cost=300 -members=yes -stockmarket=yes -recol1s=28407 -recol1d=23188 -name=Raw shark -certlink=obj_384 - -// 384 -[obj_384] -certlink=obj_383 -certtemplate=obj_799 - -// 385 -[obj_385] -model=model_2594 -2dxof=5 -2dyof=12 -2dzoom=1860 -2dyan=12 -2dxan=344 -cost=300 -iop1=Eat -members=yes -stockmarket=yes -recol1s=16846 -recol1d=21995 -recol2s=28407 -recol2d=13573 -name=Shark -certlink=obj_386 - -// 386 -[obj_386] -certlink=obj_385 -certtemplate=obj_799 - -// 387 -[obj_387] -model=model_2594 -2dxof=5 -2dyof=12 -2dzoom=1860 -2dyan=12 -2dxan=344 -cost=1 -members=yes -recol1s=16846 -recol1d=7399 -recol2s=28407 -recol2d=11561 -name=Burnt shark -certlink=obj_388 - -// 388 -[obj_388] -certlink=obj_387 -certtemplate=obj_799 - -// 389 -[obj_389] -model=model_2722 -2dxof=-3 -2dzoom=1830 -2dyan=216 -2dxan=376 -cost=500 -members=yes -stockmarket=yes -recol1s=16192 -recol1d=7442 -recol2s=8456 -recol2d=11668 -name=Raw manta ray -certlink=obj_390 - -// 390 -[obj_390] -certlink=obj_389 -certtemplate=obj_799 - -// 391 -[obj_391] -model=model_2722 -2dxof=-3 -2dzoom=1830 -2dyan=216 -2dxan=376 -cost=500 -iop1=Eat -members=yes -stockmarket=yes -recol1s=17903 -recol1d=21995 -recol2s=8456 -recol2d=13573 -name=Manta ray -certlink=obj_392 - -// 392 -[obj_392] -certlink=obj_391 -certtemplate=obj_799 - -// 393 -[obj_393] -model=model_2722 -2dxof=-3 -2dzoom=1830 -2dyan=216 -2dxan=376 -cost=1 -members=yes -recol1s=17903 -recol1d=7399 -recol2s=8456 -recol2d=11561 -name=Burnt manta ray -certlink=obj_394 - -// 394 -[obj_394] -certlink=obj_393 -certtemplate=obj_799 - -// 395 -[obj_395] -model=model_2619 -cost=500 -members=yes -2dyof=-103 -2dzoom=1810 -2dyan=1740 -2dxan=236 -stockmarket=yes -name=Raw sea turtle -certlink=obj_396 - -// 396 -[obj_396] -certlink=obj_395 -certtemplate=obj_799 - -// 397 -[obj_397] -model=model_2619 -2dyof=-103 -2dzoom=1810 -2dyan=1740 -2dxan=236 -cost=500 -iop1=Eat -members=yes -stockmarket=yes -recol1s=12610 -recol1d=8422 -recol2s=10821 -recol2d=14624 -name=Sea turtle -certlink=obj_398 - -// 398 -[obj_398] -certlink=obj_397 -certtemplate=obj_799 - -// 399 -[obj_399] -model=model_2619 -cost=1 -members=yes -2dyof=-103 -2dzoom=1810 -2dyan=1740 -2dxan=236 -recol1s=12610 -recol1d=3171 -recol2s=10821 -recol2d=7399 -name=Burnt sea turtle -certlink=obj_400 - -// 400 -[obj_400] -certlink=obj_399 -certtemplate=obj_799 - -// 401 -[obj_401] -model=model_2370 -2dxof=7 -2dyof=-13 -2dzoom=1360 -2dyan=304 -2dxan=272 -cost=2 -members=yes -stockmarket=yes -name=Seaweed -certlink=obj_402 - -// 402 -[obj_402] -certlink=obj_401 -certtemplate=obj_799 - -// 403 -[obj_403] -model=model_2370 -2dxof=7 -2dyof=-13 -2dzoom=1360 -2dyan=304 -2dxan=272 -cost=2 -iop1=Eat -members=yes -stockmarket=yes -name=Edible seaweed -certlink=obj_404 - -// 404 -[obj_404] -certlink=obj_403 -certtemplate=obj_799 - -// 405 -[obj_405] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -stockmarket=yes -name=Casket -certlink=obj_406 - -// 406 -[obj_406] -certlink=obj_405 -certtemplate=obj_799 - -// 407 -[obj_407] -model=model_2363 -2dxof=-1 -2dyof=6 -2dzoom=700 -2dyan=1840 -2dxan=360 -cost=200 -iop1=Open -members=yes -stockmarket=yes -name=Oyster -certlink=obj_408 - -// 408 -[obj_408] -certlink=obj_407 -certtemplate=obj_799 - -// 409 -[obj_409] -model=model_2593 -2dxof=4 -2dyof=50 -2dzoom=910 -2dyan=1892 -2dxan=232 -cost=5 -members=yes -name=Empty oyster -certlink=obj_410 - -// 410 -[obj_410] -certlink=obj_409 -certtemplate=obj_799 - -// 411 -[obj_411] -model=model_2721 -2dxof=4 -2dyof=50 -2dzoom=910 -2dyan=1892 -2dxan=232 -cost=112 -members=yes -manwear=model_16850 -womanwear=model_16845 -stockmarket=yes -name=Oyster pearl -certlink=obj_412 - -// 412 -[obj_412] -certlink=obj_411 -certtemplate=obj_799 - -// 413 -[obj_413] -model=model_2377 -2dxof=4 -2dyof=50 -2dzoom=910 -2dyan=1892 -2dxan=232 -cost=1400 -members=yes -manwear=model_16850 -womanwear=model_16845 -stockmarket=yes -name=Oyster pearls -certlink=obj_414 - -// 414 -[obj_414] -certlink=obj_413 -certtemplate=obj_799 - -// 415 -[obj_415] -cost=10 -model=model_2747 -members=yes -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -name=Ethenea - -// 416 -[obj_416] -cost=0 -model=model_2789 -members=yes -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -recol1s=16846 -recol1d=24096 -name=Liquid honey - -// 417 -[obj_417] -cost=1 -model=model_2789 -members=yes -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -recol1s=16846 -recol1d=1989 -name=Sulphuric broline - -// 418 -[obj_418] -cost=1 -model=model_2788 -2dyof=2 -2dzoom=1060 -2dyan=116 -2dxan=136 -members=yes -name=Plague sample - -// 419 -[obj_419] -cost=1 -model=model_2781 -2dxof=-1 -2dyof=30 -2dzoom=1050 -2dyan=1672 -2dxan=288 -members=yes -name=Touch paper - -// 420 -[obj_420] -members=yes -cost=1 -model=model_2613 -2dxof=3 -2dyof=3 -2dzoom=720 -2dyan=684 -2dxan=304 -name=Distillator - -// 421 -[obj_421] -cost=10 -model=model_2508 -2dxof=-1 -2dyof=-5 -2dzoom=420 -2dyan=80 -2dxan=224 -members=yes -iop2=Wear -manwear=model_282 -womanwear=model_446 -name=Lathas' amulet - -// 422 -[obj_422] -cost=1 -model=model_2678 -2dxof=-2 -2dyof=-4 -2dzoom=550 -2dyan=1844 -2dxan=116 -members=yes -name=Bird feed - -// 423 -[obj_423] -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -name=Key - -// 424 -[obj_424] -cost=1 -model=model_2479 -2dxof=-9 -2dyof=-21 -2dzoom=1590 -2dyan=1708 -2dxan=192 -iop1=Open -members=yes -name=Pigeon cage - -// 425 -[obj_425] -cost=1 -model=model_2663 -2dzoom=1180 -2dyan=1668 -2dxan=192 -members=yes -name=Pigeon cage - -// 426 -[obj_426] -cost=5 -model=model_2786 -2dyof=7 -2dzoom=1370 -2dxan=536 -iop2=Wear -manwear=model_292 -manwear2=model_170 -womanwear=model_456 -womanwear2=model_348 -stockmarket=yes -recol1s=14724 -recol1d=0 -name=Priest gown -certlink=obj_427 - -// 427 -[obj_427] -certlink=obj_426 -certtemplate=obj_799 - -// 428 -[obj_428] -cost=5 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -iop2=Wear -manwear=model_265 -womanwear=model_428 -stockmarket=yes -recol1s=2340 -recol1d=0 -name=Priest gown -certlink=obj_429 - -// 429 -[obj_429] -certlink=obj_428 -certtemplate=obj_799 - -// 430 -[obj_430] -cost=40 -model=model_4242 -iop2=Wear -2dxof=-2 -2dyof=11 -2dzoom=1040 -2dyan=168 -2dxan=304 -manwear=model_292 -manwear2=model_151 -womanwear=model_456 -womanwear2=model_332 -members=yes -recol1s=14724 -recol1d=32767 -retex1s=material_202 -retex1d=material_253 -retex2s=material_257 -retex2d=material_253 -name=Doctors' gown - -// 431 -[obj_431] -model=model_2660 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -cost=30 -iop4=Drink -name=Karamjan rum - -// 432 -[obj_432] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -cost=1 -name=Chest key - -// 433 -[obj_433] -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -cost=1 -name=Pirate message - -// 434 -[obj_434] -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -stockmarket=yes -recol1s=22131 -recol1d=23080 -name=Clay -certlink=obj_435 - -// 435 -[obj_435] -certlink=obj_434 -certtemplate=obj_799 - -// 436 -[obj_436] -cost=20 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -stockmarket=yes -recol1s=11488 -recol1d=30150 -name=Copper ore -certlink=obj_437 - -// 437 -[obj_437] -certlink=obj_436 -certtemplate=obj_799 - -// 438 -[obj_438] -cost=20 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -stockmarket=yes -recol1s=11488 -recol1d=15789 -name=Tin ore -certlink=obj_439 - -// 439 -[obj_439] -certlink=obj_438 -certtemplate=obj_799 - -// 440 -[obj_440] -cost=17 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -stockmarket=yes -recol1s=11488 -recol1d=6242 -recol2s=12618 -recol2d=6242 -name=Iron ore -certlink=obj_441 - -// 441 -[obj_441] -certlink=obj_440 -certtemplate=obj_799 - -// 442 -[obj_442] -cost=75 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -stockmarket=yes -recol1s=11488 -recol1d=22198 -recol2s=12618 -recol2d=22198 -name=Silver ore -certlink=obj_443 - -// 443 -[obj_443] -certlink=obj_442 -certtemplate=obj_799 - -// 444 -[obj_444] -cost=150 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -stockmarket=yes -recol1s=11488 -recol1d=32480 -recol2s=12618 -recol2d=32480 -name=Gold ore -certlink=obj_445 - -// 445 -[obj_445] -certlink=obj_444 -certtemplate=obj_799 - -// 446 -[obj_446] -cost=150 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -members=yes -recol1s=11488 -recol1d=32480 -recol2s=12618 -recol2d=32480 -name='perfect' gold ore - -// 447 -[obj_447] -cost=162 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -stockmarket=yes -recol1s=11488 -recol1d=6346 -name=Mithril ore -certlink=obj_448 - -// 448 -[obj_448] -certlink=obj_447 -certtemplate=obj_799 - -// 449 -[obj_449] -cost=400 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -stockmarket=yes -recol1s=11488 -recol1d=6438 -name=Adamantite ore -certlink=obj_450 - -// 450 -[obj_450] -certlink=obj_449 -certtemplate=obj_799 - -// 451 -[obj_451] -cost=3200 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -stockmarket=yes -recol1s=11488 -recol1d=6476 -name=Runite ore -certlink=obj_452 - -// 452 -[obj_452] -certlink=obj_451 -certtemplate=obj_799 - -// 453 -[obj_453] -cost=45 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -stockmarket=yes -recol1s=11488 -recol1d=4226 -name=Coal -certlink=obj_454 - -// 454 -[obj_454] -certlink=obj_453 -certtemplate=obj_799 - -// 455 -[obj_455] -members=yes -cost=10 -model=model_2430 -2dxof=5 -2dyof=8 -2dzoom=830 -2dyan=1644 -2dxan=404 -iop1=Read -name=Barcrawl card - -// 456 -[obj_456] -members=yes -model=model_2341 -2dxof=-5 -2dzoom=1730 -2dyan=1904 -2dxan=156 -cost=10 -iop5=Destroy -name=Scorpion cage - -// 457 -[obj_457] -members=yes -model=model_2703 -2dxof=-5 -2dzoom=1730 -2dyan=1904 -2dxan=156 -cost=10 -iop5=Destroy -name=Scorpion cage - -// 458 -[obj_458] -members=yes -model=model_2703 -2dxof=-5 -2dzoom=1730 -2dyan=1904 -2dxan=156 -cost=10 -iop5=Destroy -name=Scorpion cage - -// 459 -[obj_459] -cost=10 -members=yes -model=model_2703 -2dxof=-5 -2dzoom=1730 -2dyan=1904 -2dxan=156 -iop5=Destroy -name=Scorpion cage - -// 460 -[obj_460] -cost=10 -members=yes -model=model_2703 -2dxof=-5 -2dzoom=1730 -2dyan=1904 -2dxan=156 -iop5=Destroy -name=Scorpion cage - -// 461 -[obj_461] -cost=10 -members=yes -model=model_2703 -2dxof=-5 -2dzoom=1730 -2dyan=1904 -2dxan=156 -iop5=Destroy -name=Scorpion cage - -// 462 -[obj_462] -cost=10 -members=yes -model=model_2703 -2dxof=-5 -2dzoom=1730 -2dyan=1904 -2dxan=156 -iop5=Destroy -name=Scorpion cage - -// 463 -[obj_463] -members=yes -model=model_2703 -2dxof=-5 -2dzoom=1730 -2dyan=1904 -2dxan=156 -cost=10 -iop5=Destroy -name=Scorpion cage - -// 464 -[obj_464] -model=model_2432 -members=yes -2dzoom=940 -2dyan=56 -2dxan=116 -iop1=Eat -stockmarket=yes -name=Strange fruit -certlink=obj_465 - -// 465 -[obj_465] -certlink=obj_464 -certtemplate=obj_799 - -// 466 -[obj_466] -iop2=Wield -model=model_2597 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -manwear=model_558 -womanwear=model_558 -cost=1 -stockmarket=yes -name=Pickaxe handle -womanwearoff=3,-11,6 -certlink=obj_467 - -// 467 -[obj_467] -certlink=obj_466 -certtemplate=obj_799 - -// 468 -[obj_468] -model=model_2662 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -manwear=model_530 -womanwear=model_530 -cost=1 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Broken pickaxe -womanwearoff=3,-11,6 -certlink=obj_469 - -// 469 -[obj_469] -certlink=obj_468 -certtemplate=obj_799 - -// 470 -[obj_470] -model=model_2662 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -manwear=model_530 -womanwear=model_530 -cost=1 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Broken pickaxe -womanwearoff=3,-11,6 -certlink=obj_471 - -// 471 -[obj_471] -certlink=obj_470 -certtemplate=obj_799 - -// 472 -[obj_472] -model=model_2662 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -manwear=model_530 -womanwear=model_530 -cost=17 -stockmarket=yes -name=Broken pickaxe -womanwearoff=3,-11,6 -certlink=obj_473 - -// 473 -[obj_473] -certlink=obj_472 -certtemplate=obj_799 - -// 474 -[obj_474] -model=model_2662 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -manwear=model_530 -womanwear=model_530 -cost=43 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Broken pickaxe -womanwearoff=3,-11,6 -certlink=obj_475 - -// 475 -[obj_475] -certlink=obj_474 -certtemplate=obj_799 - -// 476 -[obj_476] -model=model_2662 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -manwear=model_530 -womanwear=model_530 -cost=107 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Broken pickaxe -womanwearoff=3,-11,6 -certlink=obj_477 - -// 477 -[obj_477] -certlink=obj_476 -certtemplate=obj_799 - -// 478 -[obj_478] -model=model_2662 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -manwear=model_530 -womanwear=model_530 -cost=1100 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Broken pickaxe -womanwearoff=3,-11,6 -certlink=obj_479 - -// 479 -[obj_479] -certlink=obj_478 -certtemplate=obj_799 - -// 480 -[obj_480] -model=model_2732 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -cost=1 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze pick head -certlink=obj_481 - -// 481 -[obj_481] -certlink=obj_480 -certtemplate=obj_799 - -// 482 -[obj_482] -model=model_2732 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -cost=139 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron pick head -certlink=obj_483 - -// 483 -[obj_483] -certlink=obj_482 -certtemplate=obj_799 - -// 484 -[obj_484] -model=model_2732 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -cost=499 -stockmarket=yes -name=Steel pick head -certlink=obj_485 - -// 485 -[obj_485] -certlink=obj_484 -certtemplate=obj_799 - -// 486 -[obj_486] -model=model_2732 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -cost=1299 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril pick head -certlink=obj_487 - -// 487 -[obj_487] -certlink=obj_486 -certtemplate=obj_799 - -// 488 -[obj_488] -model=model_2732 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -cost=3199 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant pick head -certlink=obj_489 - -// 489 -[obj_489] -certlink=obj_488 -certtemplate=obj_799 - -// 490 -[obj_490] -model=model_2732 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -cost=31999 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune pick head -certlink=obj_491 - -// 491 -[obj_491] -certlink=obj_490 -certtemplate=obj_799 - -// 492 -[obj_492] -iop2=Wield -model=model_2597 -2dxof=-19 -2dyof=-6 -2dzoom=1220 -2dyan=84 -2dxan=440 -manwear=model_557 -womanwear=model_557 -cost=1 -recol1s=4160 -recol1d=16704 -name=Picture -womanwearoff=0,6,0 -certlink=obj_493 - -// 493 -[obj_493] -certlink=obj_492 -certtemplate=obj_799 - -// 494 -[obj_494] -model=model_2342 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -manwear=model_487 -womanwear=model_487 -cost=0 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Broken axe -womanwearoff=0,6,0 -certlink=obj_495 - -// 495 -[obj_495] -certlink=obj_494 -certtemplate=obj_799 - -// 496 -[obj_496] -model=model_2342 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -manwear=model_487 -womanwear=model_487 -cost=0 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Broken axe -womanwearoff=0,6,0 -certlink=obj_497 - -// 497 -[obj_497] -certlink=obj_496 -certtemplate=obj_799 - -// 498 -[obj_498] -model=model_2342 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -manwear=model_487 -womanwear=model_487 -cost=0 -stockmarket=yes -name=Broken axe -womanwearoff=0,6,0 -certlink=obj_499 - -// 499 -[obj_499] -certlink=obj_498 -certtemplate=obj_799 - -// 500 -[obj_500] -model=model_2342 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -manwear=model_487 -womanwear=model_487 -cost=10 -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Broken axe -womanwearoff=0,6,0 -certlink=obj_501 - -// 501 -[obj_501] -certlink=obj_500 -certtemplate=obj_799 - -// 502 -[obj_502] -model=model_2342 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -manwear=model_487 -womanwear=model_487 -cost=18 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Broken axe -womanwearoff=0,6,0 -certlink=obj_503 - -// 503 -[obj_503] -certlink=obj_502 -certtemplate=obj_799 - -// 504 -[obj_504] -model=model_2342 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -manwear=model_487 -womanwear=model_487 -cost=43 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Broken axe -womanwearoff=0,6,0 -certlink=obj_505 - -// 505 -[obj_505] -certlink=obj_504 -certtemplate=obj_799 - -// 506 -[obj_506] -model=model_2342 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -manwear=model_487 -womanwear=model_487 -cost=427 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Broken axe -womanwearoff=0,6,0 -certlink=obj_507 - -// 507 -[obj_507] -certlink=obj_506 -certtemplate=obj_799 - -// 508 -[obj_508] -model=model_2444 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -cost=15 -recol1s=16846 -recol1d=8354 -name=Picture -certlink=obj_509 - -// 509 -[obj_509] -certlink=obj_508 -certtemplate=obj_799 - -// 510 -[obj_510] -model=model_2444 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -cost=55 -recol1s=16846 -recol1d=8456 -name=Picture -certlink=obj_511 - -// 511 -[obj_511] -certlink=obj_510 -certtemplate=obj_799 - -// 512 -[obj_512] -model=model_2444 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -cost=199 -name=Picture -certlink=obj_513 - -// 513 -[obj_513] -certlink=obj_512 -certtemplate=obj_799 - -// 514 -[obj_514] -model=model_2444 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -cost=383 -recol1s=16846 -recol1d=0 -name=Picture -certlink=obj_515 - -// 515 -[obj_515] -certlink=obj_514 -certtemplate=obj_799 - -// 516 -[obj_516] -model=model_2444 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -cost=519 -recol1s=16846 -recol1d=6346 -name=Picture -certlink=obj_517 - -// 517 -[obj_517] -certlink=obj_516 -certtemplate=obj_799 - -// 518 -[obj_518] -model=model_2444 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -cost=1279 -recol1s=16846 -recol1d=6438 -name=Picture -certlink=obj_519 - -// 519 -[obj_519] -certlink=obj_518 -certtemplate=obj_799 - -// 520 -[obj_520] -model=model_2444 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -cost=12799 -recol1s=16846 -recol1d=6476 -name=Picture -certlink=obj_521 - -// 521 -[obj_521] -certlink=obj_520 -certtemplate=obj_799 - -// 522 -[obj_522] -members=yes -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -cost=1 -recol1s=25664 -recol1d=19005 -recol2s=32767 -recol2d=23261 -name=Enchanted beef - -// 523 -[obj_523] -members=yes -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -cost=1 -recol1s=25664 -recol1d=19005 -recol2s=32767 -recol2d=23261 -name=Enchanted rat meat - -// 524 -[obj_524] -members=yes -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -cost=1 -recol1s=25664 -recol1d=19005 -recol2s=32767 -recol2d=23261 -name=Enchanted bear meat - -// 525 -[obj_525] -members=yes -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -cost=1 -recol1s=15619 -recol1d=17949 -recol2s=32767 -recol2d=23260 -name=Enchanted chicken - -// 526 -[obj_526] -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop1=Bury -stockmarket=yes -name=Bones -certlink=obj_527 - -// 527 -[obj_527] -certlink=obj_526 -certtemplate=obj_799 - -// 528 -[obj_528] -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop1=Bury -stockmarket=yes -recol1s=32767 -recol1d=7399 -name=Burnt bones -certlink=obj_529 - -// 529 -[obj_529] -certlink=obj_528 -certtemplate=obj_799 - -// 530 -[obj_530] -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop1=Bury -members=yes -stockmarket=yes -name=Bat bones -certlink=obj_531 - -// 531 -[obj_531] -certlink=obj_530 -certtemplate=obj_799 - -// 532 -[obj_532] -model=model_222 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -stockmarket=yes -name=Big bones -certlink=obj_533 - -// 533 -[obj_533] -certlink=obj_532 -certtemplate=obj_799 - -// 534 -[obj_534] -members=yes -model=model_222 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -stockmarket=yes -name=Babydragon bones -certlink=obj_535 - -// 535 -[obj_535] -certlink=obj_534 -certtemplate=obj_799 - -// 536 -[obj_536] -model=model_2768 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -members=yes -stockmarket=yes -name=Dragon bones -certlink=obj_537 - -// 537 -[obj_537] -certlink=obj_536 -certtemplate=obj_799 - -// 538 -[obj_538] -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -cost=30 -iop2=Wear -manwear=model_265 -womanwear=model_428 -stockmarket=yes -recol1s=2340 -recol1d=32767 -retex1s=material_273 -retex1d=material_253 -retex2s=material_252 -retex2d=material_253 -name=Druid's robe -certlink=obj_539 - -// 539 -[obj_539] -certlink=obj_538 -certtemplate=obj_799 - -// 540 -[obj_540] -model=model_2786 -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -cost=40 -iop2=Wear -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -stockmarket=yes -recol1s=14724 -recol1d=32767 -retex1s=material_273 -retex1d=material_253 -retex2s=material_202 -retex2d=material_253 -retex3s=material_257 -retex3d=material_253 -name=Druid's robe -certlink=obj_541 - -// 541 -[obj_541] -certlink=obj_540 -certtemplate=obj_799 - -// 542 -[obj_542] -model=model_33952 -2dyof=-3 -2dzoom=2100 -2dxan=636 -cost=30 -iop2=Wear -manwear=model_16252 -womanwear=model_33958 -stockmarket=yes -name=Monk's robe -certlink=obj_543 - -// 543 -[obj_543] -certlink=obj_542 -certtemplate=obj_799 - -// 544 -[obj_544] -model=model_33948 -2dyof=7 -2dzoom=1370 -2dxan=536 -cost=40 -iop2=Wear -manwear=model_16253 -womanwear=model_33959 -manwear2=model_16256 -womanwear2=model_33957 -stockmarket=yes -recol1s=14724 -recol1d=13539 -name=Monk's robe -certlink=obj_545 - -// 545 -[obj_545] -certlink=obj_544 -certtemplate=obj_799 - -// 546 -[obj_546] -model=model_2786 -2dyof=7 -2dzoom=1370 -2dxan=536 -cost=40 -iop2=Wear -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -recol1s=14724 -recol1d=0 -name=Shade robe - -// 547 -[obj_547] -model=model_2742 -cost=0 -name=Picture - -// 548 -[obj_548] -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -cost=30 -iop2=Wear -manwear=model_265 -womanwear=model_428 -recol1s=2340 -recol1d=0 -name=Shade robe - -// 549 -[obj_549] -model=model_2742 -cost=0 -name=Picture - -// 550 -[obj_550] -model=model_2774 -2dxof=-1 -2dyof=56 -2dzoom=990 -2dyan=1716 -2dxan=264 -iop1=Read -cost=1 -stockmarket=yes -name=Newcomer map -certlink=obj_551 - -// 551 -[obj_551] -certlink=obj_550 -certtemplate=obj_799 - -// 552 -[obj_552] -cost=35 -model=model_14991 -2dzoom=480 -2dyan=97 -2dxan=207 -iop2=Wear -manwear=model_15006 -womanwear=model_15011 -name=Ghostspeak amulet - -// 553 -[obj_553] -model=model_14992 -2dxof=-1 -2dyof=-10 -2dzoom=530 -2dyan=64 -2dzan=1996 -2dxan=160 -name=Ghost's skull - -// 554 -[obj_554] -stackable=yes -cost=17 -model=model_2399 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Fire rune - -// 555 -[obj_555] -stackable=yes -cost=17 -model=model_2652 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Water rune - -// 556 -[obj_556] -stackable=yes -cost=17 -model=model_2405 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Air rune - -// 557 -[obj_557] -stackable=yes -cost=17 -model=model_2737 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Earth rune - -// 558 -[obj_558] -stackable=yes -cost=17 -model=model_2481 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Mind rune - -// 559 -[obj_559] -stackable=yes -cost=16 -model=model_2340 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Body rune - -// 560 -[obj_560] -stackable=yes -cost=310 -model=model_2645 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Death rune - -// 561 -[obj_561] -stackable=yes -cost=372 -model=model_2734 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Nature rune - -// 562 -[obj_562] -stackable=yes -cost=140 -model=model_2707 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Chaos rune - -// 563 -[obj_563] -stackable=yes -cost=378 -model=model_2382 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Law rune - -// 564 -[obj_564] -stackable=yes -cost=232 -model=model_2735 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -stockmarket=yes -name=Cosmic rune - -// 565 -[obj_565] -stackable=yes -cost=550 -model=model_2665 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -members=yes -ambient=30 -stockmarket=yes -name=Blood rune - -// 566 -[obj_566] -stackable=yes -cost=410 -model=model_2434 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -members=yes -ambient=30 -stockmarket=yes -name=Soul rune - -// 567 -[obj_567] -model=model_2428 -2dxof=3 -2dyof=3 -2dzoom=790 -2dyan=96 -2dxan=316 -cost=100 -members=yes -cost=100 -stockmarket=yes -recol1s=27483 -recol1d=32767 -name=Unpowered orb -certlink=obj_568 - -// 568 -[obj_568] -certlink=obj_567 -certtemplate=obj_799 - -// 569 -[obj_569] -model=model_2428 -2dxof=3 -2dyof=3 -2dzoom=790 -2dyan=96 -2dxan=316 -members=yes -cost=300 -stockmarket=yes -recol1s=27483 -recol1d=31808 -name=Fire orb -certlink=obj_570 - -// 570 -[obj_570] -certlink=obj_569 -certtemplate=obj_799 - -// 571 -[obj_571] -model=model_2428 -2dxof=3 -2dyof=3 -2dzoom=790 -2dyan=96 -2dxan=316 -members=yes -cost=300 -stockmarket=yes -recol1s=27483 -recol1d=1118 -name=Water orb -certlink=obj_572 - -// 572 -[obj_572] -certlink=obj_571 -certtemplate=obj_799 - -// 573 -[obj_573] -model=model_2428 -2dxof=3 -2dyof=3 -2dzoom=790 -2dyan=96 -2dxan=316 -members=yes -cost=300 -stockmarket=yes -name=Air orb -certlink=obj_574 - -// 574 -[obj_574] -certlink=obj_573 -certtemplate=obj_799 - -// 575 -[obj_575] -model=model_2428 -2dxof=3 -2dyof=3 -2dzoom=790 -2dyan=96 -2dxan=316 -members=yes -cost=300 -stockmarket=yes -recol1s=27483 -recol1d=16678 -name=Earth orb -certlink=obj_576 - -// 576 -[obj_576] -certlink=obj_575 -certtemplate=obj_799 - -// 577 -[obj_577] -cost=15 -model=model_2786 -2dyof=7 -2dzoom=1370 -2dxan=536 -iop2=Wear -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -stockmarket=yes -recol1s=14724 -recol1d=239 -retex1s=material_257 -retex1d=material_202 -name=Wizard robe -certlink=obj_578 - -// 578 -[obj_578] -certlink=obj_577 -certtemplate=obj_799 - -// 579 -[obj_579] -cost=2 -model=model_2483 -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -iop2=Wear -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -manwear2=model_215 -womanwear2=model_391 -stockmarket=yes -name=Wizard hat -certlink=obj_580 - -// 580 -[obj_580] -certlink=obj_579 -certtemplate=obj_799 - -// 581 -[obj_581] -cost=13 -model=model_2786 -2dyof=7 -2dzoom=1370 -2dxan=536 -iop2=Wear -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -stockmarket=yes -recol1s=14724 -recol1d=4226 -retex1s=material_257 -retex1d=material_202 -name=Black robe -certlink=obj_582 - -// 582 -[obj_582] -certlink=obj_581 -certtemplate=obj_799 - -// 583 -[obj_583] -cost=10 -model=model_2397 -manwear=model_543 -womanwear=model_543 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop1=Bail-with -members=yes -stockmarket=yes -name=Bailing bucket -womanwearoff=0,6,0 -certlink=obj_584 - -// 584 -[obj_584] -certlink=obj_583 -certtemplate=obj_799 - -// 585 -[obj_585] -cost=10 -model=model_2504 -manwear=model_543 -womanwear=model_543 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop1=Empty -members=yes -stockmarket=yes -name=Bailing bucket -womanwearoff=0,6,0 -certlink=obj_586 - -// 586 -[obj_586] -certlink=obj_585 -certtemplate=obj_799 - -// 587 -[obj_587] -members=yes -model=model_2336 -2dzoom=1260 -2dxan=48 -recol1s=32767 -recol1d=17354 -name=Orb of protection - -// 588 -[obj_588] -members=yes -model=model_2337 -2dzoom=1550 -2dyan=1976 -2dxan=92 -recol1s=32767 -recol1d=17354 -name=Orbs of protection - -// 589 -[obj_589] -members=yes -model=model_2515 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_283 -womanwear=model_447 -recol1s=32736 -recol1d=1986 -name=Gnome amulet - -// 590 -[obj_590] -model=model_40604 -manwear=model_33031 -womanwear=model_33031 -2dxof=-1 -2dyof=45 -2dzoom=848 -2dyan=69 -2dxan=290 -stockmarket=yes -name=Tinderbox -certlink=obj_591 - -// 591 -[obj_591] -certlink=obj_590 -certtemplate=obj_799 - -// 592 -[obj_592] -cost=2 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -stockmarket=yes -recol1s=22131 -recol1d=32503 -name=Ashes -certlink=obj_593 - -// 593 -[obj_593] -certlink=obj_592 -certtemplate=obj_799 - -// 594 -[obj_594] -cost=4 -model=model_2671 -2dyof=-6 -2dzoom=1310 -2dyan=1660 -2dxan=124 -members=yes -iop1=Extinguish -name=Lit torch - -// 595 -[obj_595] -cost=4 -model=model_2671 -2dyof=-6 -2dzoom=1310 -2dyan=1660 -2dxan=124 -members=yes -iop1=Extinguish -stackable=yes -name=Torch - -// 596 -[obj_596] -cost=4 -model=model_2554 -2dzoom=1660 -2dyan=312 -2dxan=1632 -members=yes -stockmarket=yes -name=Unlit torch -certlink=obj_597 - -// 597 -[obj_597] -certlink=obj_596 -certtemplate=obj_799 - -// 598 -[obj_598] -members=yes -cost=10 -stackable=yes -model=model_2702 -iop2=Wield -count1=obj_2542,2 -count2=obj_2543,3 -count3=obj_2544,4 -count4=obj_2545,5 -2dzoom=1580 -2dyan=1832 -2dxan=336 -stockmarket=yes -name=Bronze fire arrows - -// 599 -[obj_599] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 600 -[obj_600] -model=model_27053 -2dxof=2 -2dyof=10 -2dzoom=950 -2dyan=1948 -2dxan=260 -ambient=15 -cost=3 -iop1=Read -members=yes -stockmarket=yes -name=Astronomy book -certlink=obj_11655 - -// 601 -[obj_601] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -iop5=Destroy -name=Goblin kitchen key - -// 602 -[obj_602] -model=model_2773 -2dyof=-17 -2dzoom=2610 -2dyan=1912 -2dxan=196 -members=yes -iop5=Destroy -name=Lens mould - -// 603 -[obj_603] -model=model_27054 -cost=3 -2dxof=1 -2dyof=15 -2dzoom=1178 -2dyan=423 -2dxan=336 -members=yes -iop5=Destroy -name=Observatory lens - -// 604 -[obj_604] -model=model_2654 -2dxof=6 -2dyof=-1 -2dzoom=580 -2dyan=60 -2dxan=152 -members=yes -iop1=Inspect -name=Bone shard - -// 605 -[obj_605] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -recol1s=32480 -recol1d=32767 -name=Bone key - -// 606 -[obj_606] -model=model_2510 -2dxof=8 -2dyof=19 -2dzoom=1580 -2dyan=136 -2dxan=200 -iop1=Read -members=yes -name=Stone-plaque - -// 607 -[obj_607] -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -members=yes -recol1s=32759 -recol1d=32403 -name=Tattered scroll - -// 608 -[obj_608] -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -members=yes -recol1s=32759 -recol1d=16015 -name=Crumpled scroll - -// 609 -[obj_609] -model=model_2595 -2dxof=-4 -2dyof=12 -2dzoom=1780 -2dyan=436 -2dxan=320 -members=yes -name=Rashiliyia corpse - -// 610 -[obj_610] -2dxof=-4 -2dyof=12 -2dzoom=1780 -2dyan=436 -2dxan=320 -model=model_2595 -iop1=Bury -members=yes -name=Zadimus corpse - -// 611 -[obj_611] -model=model_2744 -2dxof=1 -2dyof=-8 -2dzoom=1270 -2dyan=4 -2dxan=120 -members=yes -iop1=Activate -name=Locating crystal - -// 612 -[obj_612] -model=model_2744 -2dxof=1 -2dyof=-8 -2dzoom=1270 -2dyan=4 -2dxan=120 -members=yes -recol1s=24217 -recol1d=10522 -name=Locating crystal - -// 613 -[obj_613] -cost=1 -model=model_2744 -2dxof=1 -2dyof=-8 -2dzoom=1270 -2dyan=4 -2dxan=120 -members=yes -recol1s=24217 -recol1d=27881 -name=Locating crystal - -// 614 -[obj_614] -cost=1 -model=model_2744 -2dxof=1 -2dyof=-8 -2dzoom=1270 -2dyan=4 -2dxan=120 -members=yes -recol1s=24217 -recol1d=29673 -name=Locating crystal - -// 615 -[obj_615] -cost=1 -model=model_2744 -2dxof=1 -2dyof=-8 -2dzoom=1270 -2dyan=4 -2dxan=120 -members=yes -recol1s=24217 -recol1d=32767 -name=Locating crystal - -// 616 -[obj_616] -cost=1 -model=model_2713 -2dyof=-16 -2dzoom=1020 -2dyan=2020 -2dxan=332 -iop2=Wear -iop5=Destroy -manwear=model_285 -womanwear=model_449 -members=yes -recol1s=7399 -recol1d=32096 -name=Beads of the dead - -// 617 -[obj_617] -cost=1 -model=model_2667 -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -members=yes -name=Coins - -// 618 -[obj_618] -model=model_2561 -2dxof=5 -2dyof=-8 -2dzoom=860 -2dxan=304 -members=yes -name=Bone beads - -// 619 -[obj_619] -cost=5 -model=model_2560 -2dxof=6 -2dyof=-2 -2dzoom=830 -2dyan=132 -2dxan=320 -members=yes -name=Paramaya ticket - -// 620 -[obj_620] -cost=5 -model=model_2560 -2dxof=6 -2dyof=-2 -2dzoom=830 -2dyan=132 -2dxan=320 -members=yes -stackable=yes -name=Paramaya ticket - -// 621 -[obj_621] -cost=5 -model=model_2560 -2dxof=6 -2dyof=-2 -2dzoom=830 -2dyan=132 -2dxan=320 -members=yes -name=Ship ticket - -// 622 -[obj_622] -model=model_2742 -cost=0 -name=Tinderbox - -// 623 -[obj_623] -model=model_2547 -cost=1 -2dxof=-2 -2dyof=-2 -2dzoom=1040 -2dyan=144 -2dxan=604 -members=yes -name=Sword pommel - -// 624 -[obj_624] -cost=1 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -members=yes -recol1s=32759 -recol1d=16919 -name=Bervirius notes - -// 625 -[obj_625] -cost=5 -model=model_3155 -2dzoom=2190 -2dyan=2040 -2dxan=436 -members=yes -name=Wampum belt - -// 626 -[obj_626] -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -cost=200 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=24047 -name=Boots -certlink=obj_627 - -// 627 -[obj_627] -certlink=obj_626 -certtemplate=obj_799 - -// 628 -[obj_628] -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -cost=200 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=17104 -name=Boots -certlink=obj_629 - -// 629 -[obj_629] -certlink=obj_628 -certtemplate=obj_799 - -// 630 -[obj_630] -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -cost=200 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=16918 -name=Boots -certlink=obj_631 - -// 631 -[obj_631] -certlink=obj_630 -certtemplate=obj_799 - -// 632 -[obj_632] -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -cost=200 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=32757 -name=Boots -certlink=obj_633 - -// 633 -[obj_633] -certlink=obj_632 -certtemplate=obj_799 - -// 634 -[obj_634] -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -cost=200 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=21239 -name=Boots -certlink=obj_635 - -// 635 -[obj_635] -certlink=obj_634 -certtemplate=obj_799 - -// 636 -[obj_636] -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -cost=180 -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=24047 -name=Robe top -certlink=obj_637 - -// 637 -[obj_637] -certlink=obj_636 -certtemplate=obj_799 - -// 638 -[obj_638] -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -cost=180 -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=17104 -name=Robe top -certlink=obj_639 - -// 639 -[obj_639] -certlink=obj_638 -certtemplate=obj_799 - -// 640 -[obj_640] -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -cost=180 -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=16918 -name=Robe top -certlink=obj_641 - -// 641 -[obj_641] -certlink=obj_640 -certtemplate=obj_799 - -// 642 -[obj_642] -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -cost=180 -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=32757 -name=Robe top -certlink=obj_643 - -// 643 -[obj_643] -certlink=obj_642 -certtemplate=obj_799 - -// 644 -[obj_644] -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -cost=180 -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=21239 -name=Robe top -certlink=obj_645 - -// 645 -[obj_645] -certlink=obj_644 -certtemplate=obj_799 - -// 646 -[obj_646] -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -cost=180 -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=24047 -name=Robe bottoms -certlink=obj_647 - -// 647 -[obj_647] -certlink=obj_646 -certtemplate=obj_799 - -// 648 -[obj_648] -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -cost=180 -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=17104 -name=Robe bottoms -certlink=obj_649 - -// 649 -[obj_649] -certlink=obj_648 -certtemplate=obj_799 - -// 650 -[obj_650] -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -cost=180 -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=16918 -name=Robe bottoms -certlink=obj_651 - -// 651 -[obj_651] -certlink=obj_650 -certtemplate=obj_799 - -// 652 -[obj_652] -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -cost=180 -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=32757 -name=Robe bottoms -certlink=obj_653 - -// 653 -[obj_653] -certlink=obj_652 -certtemplate=obj_799 - -// 654 -[obj_654] -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -cost=180 -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=21239 -name=Robe bottoms -certlink=obj_655 - -// 655 -[obj_655] -certlink=obj_654 -certtemplate=obj_799 - -// 656 -[obj_656] -model=model_2483 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -manwear2=model_215 -womanwear2=model_391 -cost=160 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=24047 -name=Hat -certlink=obj_657 - -// 657 -[obj_657] -certlink=obj_656 -certtemplate=obj_799 - -// 658 -[obj_658] -model=model_2483 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -manwear2=model_215 -womanwear2=model_391 -cost=160 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=17104 -name=Hat -certlink=obj_659 - -// 659 -[obj_659] -certlink=obj_658 -certtemplate=obj_799 - -// 660 -[obj_660] -model=model_2483 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -manwear2=model_215 -womanwear2=model_391 -cost=160 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=16918 -name=Hat -certlink=obj_661 - -// 661 -[obj_661] -certlink=obj_660 -certtemplate=obj_799 - -// 662 -[obj_662] -model=model_2483 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -manwear2=model_215 -womanwear2=model_391 -cost=160 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=32757 -name=Hat -certlink=obj_663 - -// 663 -[obj_663] -certlink=obj_662 -certtemplate=obj_799 - -// 664 -[obj_664] -model=model_2483 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -manwear2=model_215 -womanwear2=model_391 -cost=160 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=21239 -name=Hat -certlink=obj_665 - -// 665 -[obj_665] -certlink=obj_664 -certtemplate=obj_799 - -// 666 -[obj_666] -cost=3 -model=model_2425 -2dzoom=1450 -2dyan=80 -2dxan=288 -name=Portrait - -// 667 -[obj_667] -cost=200 -model=model_2503 -2dxof=6 -2dyof=-49 -2dzoom=1530 -2dyan=408 -2dxan=224 -manwear=model_522 -womanwear=model_522 -iop2=Wield -name=Blurite sword -womanwearoff=3,-11,6 - -// 668 -[obj_668] -cost=3 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -recol1s=11488 -recol1d=17981 -name=Blurite ore - -// 669 -[obj_669] -model=model_17298 -2dyof=-1 -2dzoom=1178 -2dyan=1826 -2dxan=83 -members=yes -name=Specimen jar - -// 670 -[obj_670] -model=model_2385 -2dxof=2 -2dyof=-12 -2dzoom=790 -2dyan=116 -2dxan=272 -members=yes -name=Specimen brush - -// 671 -[obj_671] -model=model_17290 -2dxof=9 -2dzoom=1232 -2dyan=1798 -2dxan=194 -members=yes -iop5=Destroy -name=Animal skull - -// 672 -[obj_672] -model=model_17297 -2dzoom=1360 -2dyan=2006 -2dxan=221 -members=yes -iop5=Destroy -name=Special cup - -// 673 -[obj_673] -model=model_17291 -2dyof=-9 -2dzoom=1114 -2dyan=1992 -2dxan=111 -members=yes -iop5=Destroy -name=Teddy - -// 674 -[obj_674] -model=model_2393 -2dxof=8 -2dyof=-37 -2dzoom=1130 -2dyan=1840 -2dxan=172 -members=yes -name=Cracked sample - -// 675 -[obj_675] -model=model_2792 -2dxof=-6 -2dyof=-10 -2dzoom=700 -2dyan=1076 -2dxan=476 -manwear=model_17286 -womanwear=model_17285 -members=yes -name=Rock pick - -// 676 -[obj_676] -model=model_2630 -2dxof=1 -2dyof=-5 -2dzoom=1030 -2dyan=1412 -2dxan=312 -members=yes -name=Trowel - -// 677 -[obj_677] -model=model_2577 -manwear=model_17284 -womanwear=model_17284 -2dyof=17 -2dzoom=1340 -2dyan=1920 -2dxan=172 -members=yes -iop4=Search -name=Panning tray -womanwearoff=3,-11,6 - -// 678 -[obj_678] -model=model_2513 -2dyof=17 -2dzoom=1340 -2dyan=1920 -2dxan=172 -members=yes -iop2=Search -name=Panning tray - -// 679 -[obj_679] -model=model_2452 -2dyof=17 -2dzoom=1340 -2dyan=1920 -2dxan=172 -members=yes -iop2=Search -name=Panning tray - -// 680 -[obj_680] -model=model_2812 -2dxof=7 -2dyof=12 -2dzoom=1550 -2dxan=320 -members=yes -stackable=yes -name=Nuggets - -// 681 -[obj_681] -model=model_2449 -2dxof=-1 -2dyof=9 -2dzoom=1150 -2dyan=1980 -2dxan=324 -members=yes -name=Ancient talisman - -// 682 -[obj_682] -model=model_17292 -2dyof=-1 -2dzoom=1243 -2dyan=1950 -2dzan=1923 -2dxan=443 -members=yes -name=Unstamped letter - -// 683 -[obj_683] -model=model_17294 -2dzoom=919 -2dyan=1853 -2dxan=277 -members=yes -name=Sealed letter - -// 684 -[obj_684] -model=model_2516 -2dxof=10 -2dyof=14 -2dzoom=460 -2dyan=1852 -2dzan=56 -2dxan=524 -members=yes -name=Belt buckle - -// 685 -[obj_685] -model=model_2683 -2dxof=6 -2dyof=-4 -2dzoom=1000 -2dyan=156 -2dxan=168 -members=yes -name=Old boot - -// 686 -[obj_686] -model=model_2608 -2dyof=-1 -2dzoom=590 -2dyan=1136 -2dxan=652 -members=yes -name=Rusty sword - -// 687 -[obj_687] -model=model_2512 -2dxof=17 -2dyof=-16 -2dzoom=800 -2dyan=1956 -2dxan=168 -members=yes -name=Broken arrow - -// 688 -[obj_688] -model=model_2549 -iop2=Polish -2dxof=-3 -2dyof=2 -2dzoom=600 -2dyan=112 -2dxan=236 -members=yes -name=Buttons - -// 689 -[obj_689] -model=model_2459 -2dxof=4 -2dyof=-17 -2dzoom=1130 -2dyan=512 -2dxan=192 -members=yes -name=Broken staff - -// 690 -[obj_690] -model=model_2676 -2dxof=-1 -2dyof=1 -2dzoom=960 -2dyan=32 -2dxan=412 -members=yes -name=Picture - -// 691 -[obj_691] -model=model_17289 -2dyof=-1 -2dzoom=1243 -2dyan=1950 -2dzan=1923 -2dxan=443 -members=yes -iop1=Look-at -name=Level 1 certificate - -// 692 -[obj_692] -model=model_17289 -2dyof=-1 -2dzoom=1243 -2dyan=1950 -2dzan=1923 -2dxan=443 -members=yes -iop1=Look-at -recol1s=7525 -recol1d=12320 -recol2s=5411 -recol2d=14434 -recol3s=5379 -recol3d=21602 -recol4s=3265 -recol4d=19488 -name=Level 2 certificate - -// 693 -[obj_693] -model=model_17289 -2dyof=-1 -2dzoom=1243 -2dyan=1950 -2dzan=1923 -2dxan=443 -members=yes -iop1=Look-at -recol1s=7525 -recol1d=8498 -recol2s=5411 -recol2d=6384 -recol3s=5379 -recol3d=16989 -recol4s=3265 -recol4d=14877 -name=Level 3 certificate - -// 694 -[obj_694] -model=model_2493 -2dzoom=1140 -2dyan=1876 -2dxan=168 -members=yes -recol1s=20896 -recol1d=8384 -recol2s=12480 -recol2d=5248 -name=Ceramic remains - -// 695 -[obj_695] -model=model_2522 -2dxof=1 -2dyof=17 -2dzoom=510 -2dyan=276 -2dxan=292 -members=yes -name=Old tooth - -// 696 -[obj_696] -model=model_17289 -2dyof=-1 -2dzoom=1243 -2dyan=1950 -2dzan=1923 -2dxan=443 -members=yes -iop2=Read -recol1s=7525 -recol1d=26272 -recol2s=5411 -recol2d=23104 -recol3s=5379 -recol3d=28390 -recol4s=3265 -recol4d=30504 -recol5s=32759 -recol5d=24200 -name=Invitation letter - -// 697 -[obj_697] -model=model_1306 -2dxof=-8 -2dyof=11 -2dzoom=1450 -2dyan=128 -2dxan=292 -members=yes -recol1s=12618 -recol1d=8420 -name=Damaged armour - -// 698 -[obj_698] -model=model_1314 -2dxof=5 -2dyof=8 -2dzoom=1510 -2dyan=60 -2dxan=496 -members=yes -recol1s=12618 -recol1d=8420 -name=Broken armour - -// 699 -[obj_699] -model=model_2627 -2dyof=-16 -2dzoom=1370 -2dyan=1888 -2dxan=180 -members=yes -iop2=Read -name=Stone tablet - -// 700 -[obj_700] -model=model_2742 -members=yes -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -recol1s=22131 -recol1d=32569 -name=Chemical powder - -// 701 -[obj_701] -model=model_2742 -members=yes -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -recol1s=22131 -recol1d=32569 -name=Ammonium nitrate - -// 702 -[obj_702] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop2=Empty -recol1s=16846 -recol1d=32288 -name=Unidentified liquid - -// 703 -[obj_703] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=32288 -name=Nitroglycerin - -// 704 -[obj_704] -model=model_2742 -members=yes -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -recol1s=22131 -recol1d=3171 -name=Ground charcoal - -// 705 -[obj_705] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=21984 -name=Mixed chemicals - -// 706 -[obj_706] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=17600 -name=Mixed chemicals - -// 707 -[obj_707] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=3171 -name=Chemical compound - -// 708 -[obj_708] -model=model_2629 -2dxof=3 -2dyof=4 -2dzoom=1130 -2dyan=380 -2dxan=456 -members=yes -name=Arcenia root - -// 709 -[obj_709] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -name=Chest key - -// 710 -[obj_710] -model=model_2704 -2dyof=-3 -2dzoom=1070 -2dyan=104 -2dxan=68 -members=yes -recol1s=22332 -recol1d=13605 -name=Vase - -// 711 -[obj_711] -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop2=Read -recol1s=13504 -recol1d=8553 -recol2s=16846 -recol2d=3268 -recol3s=21120 -recol3d=3268 -name=Book on chemicals - -// 712 -[obj_712] -iop1=Drink -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -name=Cup of tea - -// 713 -[obj_713] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 714 -[obj_714] -members=yes -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -iop2=Complete -recol1s=32759 -recol1d=24381 -recol2s=15648 -recol2d=18464 -name=Radimus notes - -// 715 -[obj_715] -members=yes -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -recol1s=32759 -recol1d=24381 -recol2s=15648 -recol2d=1505 -name=Radimus notes - -// 716 -[obj_716] -model=model_2741 -members=yes -2dzoom=1000 -2dyan=1984 -2dxan=176 -iop1=Swing -name=Bull roarer - -// 717 -[obj_717] -members=yes -model=model_2838 -manwear=model_532 -womanwear=model_532 -2dzoom=940 -2dyan=112 -2dxan=248 -iop1=Read -recol1s=0 -recol1d=15392 -recol2s=1024 -recol2d=15392 -recol3s=1024 -recol3d=25296 -recol4s=1024 -recol4d=25296 -recol5s=4096 -recol5d=25296 -recol6s=32563 -recol6d=25296 -name=Scrawled note -womanwearoff=3,-11,6 - -// 718 -[obj_718] -members=yes -model=model_2838 -manwear=model_532 -womanwear=model_532 -2dzoom=940 -2dyan=112 -2dxan=248 -iop1=Read -recol1s=0 -recol1d=27444 -recol2s=1024 -recol2d=31808 -recol3s=1024 -recol3d=27444 -recol4s=1024 -recol4d=31808 -recol5s=4096 -recol5d=27444 -recol6s=32563 -recol6d=27444 -name=A scribbled note -womanwearoff=3,-11,6 - -// 719 -[obj_719] -members=yes -model=model_2838 -manwear=model_532 -womanwear=model_532 -2dzoom=940 -2dyan=112 -2dxan=248 -iop1=Read -recol1s=0 -recol1d=1525 -recol2s=1024 -recol2d=22355 -recol3s=1024 -recol3d=1525 -recol4s=1024 -recol4d=22355 -recol5s=4096 -recol5d=1525 -recol6s=32563 -recol6d=22355 -name=Scrumpled note -womanwearoff=3,-11,6 - -// 720 -[obj_720] -cost=10 -members=yes -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Look -recol1s=32759 -recol1d=24381 -recol2s=15648 -recol2d=18464 -name=Sketch - -// 721 -[obj_721] -cost=700 -members=yes -model=model_2807 -2dzoom=910 -2dyan=1856 -2dxan=204 -recol1s=17760 -recol1d=32615 -recol2s=20896 -recol2d=32615 -name=Gold bowl - -// 722 -[obj_722] -cost=700 -members=yes -model=model_2807 -2dzoom=910 -2dyan=1856 -2dxan=204 -recol1s=17760 -recol1d=32615 -recol2s=20896 -recol2d=32615 -name=Blessed gold bowl - -// 723 -[obj_723] -cost=700 -members=yes -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -iop4=Empty -recolhsl1s=21119 -recolhsl1d=32583 -recol2s=20896 -recol2d=32615 -name=Golden bowl - -// 724 -[obj_724] -cost=700 -members=yes -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -iop4=Empty -recolhsl1s=21119 -recolhsl1d=32583 -recol2s=20896 -recol2d=32615 -name=Golden bowl - -// 725 -[obj_725] -cost=700 -members=yes -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -iop4=Empty -recolhsl1s=21119 -recolhsl1d=32583 -recol2s=20896 -recol2d=32615 -name=Golden bowl - -// 726 -[obj_726] -cost=700 -members=yes -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -iop4=Empty -recolhsl1s=21119 -recolhsl1d=32583 -recol2s=20896 -recol2d=32615 -name=Golden bowl - -// 727 -[obj_727] -cost=2 -members=yes -model=model_2344 -manwear=model_515 -womanwear=model_515 -2dxof=-2 -2dyof=-15 -2dzoom=1770 -2dyan=940 -2dxan=212 -name=Hollow reed - -// 728 -[obj_728] -members=yes -model=model_2344 -manwear=model_515 -womanwear=model_515 -2dxof=-2 -2dyof=-15 -2dzoom=1770 -2dyan=940 -2dxan=212 -stackable=yes -name=Hollow reed - -// 729 -[obj_729] -model=model_2633 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13504 -recol1d=7456 -recol2s=32759 -recol2d=14944 -name=Shamans tome - -// 730 -[obj_730] -model=model_2509 -2dyof=5 -2dzoom=1340 -2dyan=1940 -2dxan=412 -members=yes -iop1=Read -iop2=Enchant-Vials -recol1s=13504 -recol1d=3177 -recol2s=11561 -recol2d=23292 -recol3s=16846 -recol3d=23292 -recol4s=21120 -recol4d=23292 -recol5s=32759 -recol5d=10206 -name=Binding book - -// 731 -[obj_731] -model=model_1736 -members=yes -2dyof=-2 -2dzoom=710 -2dyan=1516 -2dxan=80 -manwear=model_561 -womanwear=model_561 -name=Enchanted vial -womanwearoff=3,-11,6 - -// 732 -[obj_732] -model=model_1736 -members=yes -stackable=yes -2dyof=-2 -2dzoom=710 -2dyan=1516 -2dxan=80 -manwear=model_552 -womanwear=model_552 -iop2=Wield -recol1s=16846 -recol1d=1114 -name=Holy water -womanwearoff=3,-11,6 - -// 733 -[obj_733] -cost=1 -members=yes -model=model_2676 -2dxof=-1 -2dyof=1 -2dzoom=960 -2dyan=32 -2dxan=412 -name=Smashed glass - -// 734 -[obj_734] -model=model_2742 -cost=0 -name=Tinderbox - -// 735 -[obj_735] -model=model_2381 -2dxof=7 -2dyof=39 -2dzoom=920 -2dyan=676 -2dxan=240 -members=yes -stackable=yes -iop1=Look -recol1s=4232 -recol1d=1505 -name=Yommi tree seeds - -// 736 -[obj_736] -model=model_2381 -2dxof=7 -2dyof=39 -2dzoom=920 -2dyan=676 -2dxan=240 -members=yes -stackable=yes -iop1=Look -recol1s=4232 -recol1d=16352 -name=Yommi tree seeds - -// 737 -[obj_737] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=16352 -name=Snakeweed mixture - -// 738 -[obj_738] -model=model_2789 -members=yes -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -recol1s=16846 -recol1d=14725 -name=Ardrigal mixture - -// 739 -[obj_739] -model=model_2789 -members=yes -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop1=Drink -recol1s=16846 -recol1d=13504 -name=Bravery potion - -// 740 -[obj_740] -cost=2 -model=model_2483 -members=yes -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -iop2=Wear -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -manwear2=model_215 -womanwear2=model_391 -name=Blue hat - -// 741 -[obj_741] -model=model_2842 -members=yes -2dxof=2 -2dyof=1 -2dzoom=660 -name=Chunk of crystal - -// 742 -[obj_742] -model=model_2843 -members=yes -2dxof=2 -2dyof=1 -2dzoom=660 -name=Hunk of crystal - -// 743 -[obj_743] -model=model_2844 -members=yes -2dxof=6 -2dyof=6 -2dzoom=510 -2dyan=60 -name=Lump of crystal - -// 744 -[obj_744] -model=model_2472 -members=yes -2dxof=2 -2dyof=1 -2dzoom=660 -iop1=Look-at -name=Heart crystal - -// 745 -[obj_745] -model=model_2827 -members=yes -2dxof=2 -2dyof=1 -2dzoom=660 -iop1=Look-at -name=Heart crystal - -// 746 -[obj_746] -model=model_2614 -members=yes -2dxof=1 -2dzoom=1000 -2dyan=248 -2dxan=412 -iop2=Wield -manwear=model_524 -womanwear=model_524 -name=Dark dagger -womanwearoff=3,-11,6 - -// 747 -[obj_747] -model=model_2733 -2dxof=1 -2dzoom=1000 -2dyan=248 -2dxan=412 -members=yes -iop2=Wield -manwear=model_5116 -womanwear=model_5116 -name=Glowing dagger -womanwearoff=3,-11,6 - -// 748 -[obj_748] -model=model_2583 -members=yes -2dyof=17 -2dzoom=1460 -2dyan=112 -2dxan=272 -iop1=Cast Spell -name=Holy force - -// 749 -[obj_749] -members=yes -model=model_1759 -2dxof=-84 -2dyof=-51 -2dzoom=4070 -2dyan=132 -2dzan=1780 -name=Yommi totem - -// 750 -[obj_750] -model=model_1759 -2dxof=-84 -2dyof=-51 -2dzoom=4070 -2dyan=132 -2dzan=1780 -iop1=Look-at -members=yes -recol1s=13672 -recol1d=6211 -recol2s=7363 -recol2d=32673 -recol3s=32767 -recol3d=13410 -recol4s=7360 -recol4d=32673 -name=Gilded totem - -// 751 -[obj_751] -model=model_2644 -2dzoom=790 -2dyan=2020 -2dxan=108 -iop2=Hold -manwear=model_528 -womanwear=model_528 -members=yes -name=Gnomeball -womanwearoff=3,-11,6 -certlink=obj_752 - -// 752 -[obj_752] -certlink=obj_751 -certtemplate=obj_799 - -// 753 -[obj_753] -model=model_2358 -2dxof=1 -2dyof=4 -2dzoom=970 -2dyan=668 -2dxan=404 -stockmarket=yes -recol1s=31808 -recol1d=31961 -name=Cadava berries -certlink=obj_754 - -// 754 -[obj_754] -certlink=obj_753 -certtemplate=obj_799 - -// 755 -[obj_755] -cost=5 -model=model_12145 -2dxof=1 -2dzoom=720 -2dyan=1952 -2dxan=441 -ambient=10 -contrast=12 -name=Message - -// 756 -[obj_756] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop1=Look-at -iop2=Drink -recol1s=16846 -recol1d=31961 -name=Cadava potion - -// 757 -[obj_757] -iop1=Read -model=model_25776 -2dxof=1 -2dyof=-1 -2dzoom=1232 -2dyan=186 -2dxan=264 -name=Book - -// 758 -[obj_758] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Phoenix hq key - -// 759 -[obj_759] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Weapon store key -certlink=obj_760 - -// 760 -[obj_760] -certlink=obj_759 -certtemplate=obj_799 - -// 761 -[obj_761] -cost=5 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -iop5=Destroy -name=Intel report - -// 762 -[obj_762] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 763 -[obj_763] -model=model_25773 -2dxof=12 -2dyof=-12 -2dzoom=1373 -2dyan=1923 -2dxan=484 -iop5=Destroy -name=Broken shield - -// 764 -[obj_764] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 765 -[obj_765] -model=model_25774 -2dxof=-7 -2dyof=15 -2dzoom=1503 -2dyan=1895 -2dxan=429 -iop5=Destroy -name=Broken shield - -// 766 -[obj_766] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 767 -[obj_767] -cost=4 -model=model_17370 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -2dxof=15 -2dyof=12 -2dzoom=1112 -2dyan=1815 -2dxan=483 -recol1s=15752 -recol1d=13638 -recol2s=14695 -recol2d=12581 -recol3s=13638 -recol3d=11524 -recol4s=9411 -recol4d=7297 -recol5s=8354 -recol5d=6240 -recol6s=7297 -recol6d=5184 -name=Phoenix crossbow -womanwearoff=3,-11,6 -certlink=obj_768 - -// 768 -[obj_768] -certlink=obj_767 -certtemplate=obj_799 - -// 769 -[obj_769] -model=model_25771 -2dxof=-3 -2dyof=-10 -2dzoom=2020 -2dyan=198 -2dxan=279 -iop1=Read -iop5=Destroy -name=Certificate - -// 770 -[obj_770] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 771 -[obj_771] -model=model_2412 -cost=15 -members=yes -2dxof=-8 -2dyof=-21 -2dzoom=940 -2dyan=152 -2dxan=268 -name=Dramen branch - -// 772 -[obj_772] -cost=15 -members=yes -model=model_2648 -2dyof=-23 -2dzoom=1460 -2dyan=1416 -2dxan=196 -iop2=Wield -manwear=model_534 -womanwear=model_534 -name=Dramen staff -womanwearoff=3,-11,6 - -// 773 -[obj_773] -cost=2025 -model=model_2677 -2dxof=3 -2dyof=-35 -2dzoom=830 -2dyan=180 -2dzan=2024 -2dxan=268 -iop2=Wear -members=yes -recol1s=32767 -recol1d=31808 -name='perfect' ring - -// 774 -[obj_774] -cost=2175 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -members=yes -recol1s=11561 -recol1d=31808 -name='perfect' necklace - -// 775 -[obj_775] -members=yes -model=model_2649 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -iop2=Wear -iop5=Destroy -manwear=model_179 -womanwear=model_356 -recol1s=9473 -recol1d=32701 -recol2s=10468 -recol2d=16909 -name=Cooking gauntlets - -// 776 -[obj_776] -members=yes -model=model_2649 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -iop2=Wear -iop5=Destroy -manwear=model_179 -womanwear=model_356 -recol1s=9473 -recol1d=32653 -name=Goldsmith gauntlets - -// 777 -[obj_777] -members=yes -model=model_2649 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -iop2=Wear -iop5=Destroy -manwear=model_179 -womanwear=model_356 -recol1s=9473 -recol1d=14466 -name=Chaos gauntlets - -// 778 -[obj_778] -members=yes -model=model_2649 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -iop2=Wear -iop5=Destroy -manwear=model_179 -womanwear=model_356 -recol1s=9473 -recol1d=15856 -name=Family gauntlets - -// 779 -[obj_779] -model=model_2688 -members=yes -2dyof=18 -2dyan=148 -2dxan=356 -name=Crest part - -// 780 -[obj_780] -model=model_2691 -members=yes -2dyof=18 -2dyan=148 -2dxan=356 -name=Crest part - -// 781 -[obj_781] -model=model_2693 -members=yes -2dyof=18 -2dyan=148 -2dxan=356 -name=Crest part - -// 782 -[obj_782] -model=model_2369 -members=yes -2dyof=18 -2dyan=148 -2dxan=356 -name=Family crest - -// 783 -[obj_783] -members=yes -cost=2 -model=model_2625 -2dxof=2 -2dyof=64 -2dzoom=900 -2dyan=76 -2dxan=264 -recol1s=4160 -recol1d=6240 -name=Bark sample - -// 784 -[obj_784] -members=yes -cost=2 -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -iop1=Read -recol1s=13504 -recol1d=7494 -recol2s=16846 -recol2d=7329 -recol3s=21120 -recol3d=7329 -name=Translation book - -// 785 -[obj_785] -members=yes -cost=2 -model=model_2633 -2dxof=1 -2dyof=22 -2dzoom=860 -2dyan=120 -2dxan=276 -iop1=Read -recol1s=13504 -recol1d=4291 -recol2s=32759 -recol2d=27635 -name=Glough's journal - -// 786 -[obj_786] -members=yes -cost=2 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -name=Hazelmere's scroll - -// 787 -[obj_787] -members=yes -cost=2 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -name=Lumber order - -// 788 -[obj_788] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Glough's key - -// 789 -[obj_789] -model=model_2530 -members=yes -2dxof=-3 -2dyof=1 -2dzoom=1240 -2dyan=88 -2dxan=440 -name=Twigs - -// 790 -[obj_790] -model=model_2533 -members=yes -2dxof=-1 -2dyof=3 -2dzoom=1230 -2dyan=2036 -2dxan=364 -name=Twigs - -// 791 -[obj_791] -model=model_2538 -members=yes -2dzoom=1170 -2dyan=48 -2dxan=420 -name=Twigs - -// 792 -[obj_792] -model=model_2526 -members=yes -2dxof=-2 -2dyof=3 -2dzoom=1500 -2dxan=452 -name=Twigs - -// 793 -[obj_793] -model=model_2394 -2dyof=-12 -2dzoom=1290 -2dyan=1952 -2dxan=144 -members=yes -recol1s=13570 -recol1d=4264 -name=Daconia rock - -// 794 -[obj_794] -members=yes -cost=2 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -name=Invasion plans - -// 795 -[obj_795] -cost=2 -members=yes -model=model_3065 -2dxof=4 -2dyof=21 -2dzoom=710 -2dyan=1832 -2dxan=60 -name=War ship - -// 796 -[obj_796] -model=model_552 -manwear=model_538 -womanwear=model_538 -2dxof=29 -2dyof=32 -2dzoom=510 -2dxan=1956 -name=Exploding vial -womanwearoff=3,-11,6 - -// 797 -[obj_797] -model=model_506 -manwear=model_506 -womanwear=model_506 -2dxof=-30 -2dyof=33 -2dzoom=470 -2dxan=1896 -name=Herb bowl -womanwearoff=3,-11,6 - -// 798 -[obj_798] -model=model_2657 -2dxof=8 -2dyof=-5 -2dzoom=610 -2dyan=532 -2dzan=1844 -2dxan=440 -model=model_529 -manwear=model_529 -womanwear=model_529 -name=Grinder -womanwearoff=3,-11,6 - -// 799 -[obj_799] -model=model_2429 -dummyitem=2 -stackable=yes -2dyof=2 -2dzoom=760 -2dyan=28 -2dxan=552 - -// 800 -[obj_800] -members=yes -cost=4 -model=model_2752 -manwear=model_545 -womanwear=model_545 -2dxof=1 -2dyof=6 -2dzoom=750 -2dyan=208 -2dxan=388 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -name=Bronze thrownaxe -womanwearoff=3,-11,6 - -// 801 -[obj_801] -members=yes -cost=13 -model=model_2752 -manwear=model_545 -womanwear=model_545 -2dxof=1 -2dyof=6 -2dzoom=750 -2dyan=208 -2dxan=388 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6342 -recol2s=15789 -recol2d=6342 -name=Iron thrownaxe -womanwearoff=3,-11,6 - -// 802 -[obj_802] -members=yes -cost=38 -model=model_2752 -manwear=model_545 -womanwear=model_545 -2dxof=1 -2dyof=6 -2dzoom=750 -2dyan=208 -2dxan=388 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=15789 -recol1d=16846 -name=Steel thrownaxe -womanwearoff=3,-11,6 - -// 803 -[obj_803] -members=yes -cost=105 -model=model_2752 -manwear=model_545 -womanwear=model_545 -2dxof=1 -2dyof=6 -2dzoom=750 -2dyan=208 -2dxan=388 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 -name=Mithril thrownaxe -womanwearoff=3,-11,6 - -// 804 -[obj_804] -members=yes -cost=262 -model=model_2752 -manwear=model_545 -womanwear=model_545 -2dxof=1 -2dyof=6 -2dzoom=750 -2dyan=208 -2dxan=388 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 -name=Adamant thrownaxe -womanwearoff=3,-11,6 - -// 805 -[obj_805] -members=yes -cost=698 -model=model_2752 -manwear=model_545 -womanwear=model_545 -2dxof=1 -2dyof=6 -2dzoom=750 -2dyan=208 -2dxan=388 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 -name=Rune thrownaxe -womanwearoff=3,-11,6 - -// 806 -[obj_806] -stackable=yes -members=yes -cost=1 -model=model_2379 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_492 -womanwear=model_492 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=8354 -name=Bronze dart -womanwearoff=3,-11,6 - -// 807 -[obj_807] -stackable=yes -members=yes -cost=2 -model=model_2379 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_492 -womanwear=model_492 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=8456 -name=Iron dart -womanwearoff=3,-11,6 - -// 808 -[obj_808] -stackable=yes -members=yes -cost=10 -model=model_2379 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_492 -womanwear=model_492 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=16846 -name=Steel dart -womanwearoff=3,-11,6 - -// 809 -[obj_809] -stackable=yes -members=yes -cost=25 -model=model_2379 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_492 -womanwear=model_492 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6346 -name=Mithril dart -womanwearoff=3,-11,6 - -// 810 -[obj_810] -stackable=yes -members=yes -cost=65 -model=model_2379 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_492 -womanwear=model_492 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6438 -name=Adamant dart -womanwearoff=3,-11,6 - -// 811 -[obj_811] -stackable=yes -members=yes -cost=350 -model=model_2379 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_492 -womanwear=model_492 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6476 -name=Rune dart -womanwearoff=3,-11,6 - -// 812 -[obj_812] -stackable=yes -members=yes -cost=1 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=8354 -recol2s=15789 -recol2d=15936 -recol3s=1922 -recol3d=15936 -name=Bronze dart(p) -womanwearoff=3,-11,6 - -// 813 -[obj_813] -stackable=yes -members=yes -cost=2 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=8456 -recol2s=1922 -recol2d=15936 -name=Iron dart(p) -womanwearoff=3,-11,6 - -// 814 -[obj_814] -stackable=yes -members=yes -cost=10 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=16846 -recol2s=1922 -recol2d=15936 -name=Steel dart(p) -womanwearoff=3,-11,6 - -// 815 -[obj_815] -stackable=yes -members=yes -cost=25 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6346 -recol2s=1922 -recol2d=15936 -name=Mithril dart(p) -womanwearoff=3,-11,6 - -// 816 -[obj_816] -stackable=yes -members=yes -cost=65 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6438 -recol2s=1922 -recol2d=15936 -name=Adamant dart(p) -womanwearoff=3,-11,6 - -// 817 -[obj_817] -stackable=yes -members=yes -cost=350 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6476 -recol2s=1922 -recol2d=15936 -name=Rune dart(p) -womanwearoff=3,-11,6 - -// 818 -[obj_818] -stackable=yes -members=yes -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -recol1s=1922 -recol1d=15936 -name=Poisoned dart(p) -womanwearoff=3,-11,6 - -// 819 -[obj_819] -cost=1 -model=model_2518 -members=yes -stackable=yes -2dxof=5 -2dzoom=720 -2dyan=308 -2dxan=344 -stockmarket=yes -recol1s=22131 -recol1d=8354 -name=Bronze dart tip - -// 820 -[obj_820] -cost=3 -model=model_2518 -members=yes -stackable=yes -2dxof=5 -2dzoom=720 -2dyan=308 -2dxan=344 -stockmarket=yes -recol1s=22131 -recol1d=7399 -name=Iron dart tip - -// 821 -[obj_821] -cost=5 -model=model_2518 -members=yes -stackable=yes -2dxof=5 -2dzoom=720 -2dyan=308 -2dxan=344 -stockmarket=yes -recol1s=22131 -recol1d=16846 -name=Steel dart tip - -// 822 -[obj_822] -cost=12 -model=model_2518 -members=yes -stackable=yes -2dxof=5 -2dzoom=720 -2dyan=308 -2dxan=344 -stockmarket=yes -recol1s=22131 -recol1d=6346 -name=Mithril dart tip - -// 823 -[obj_823] -cost=36 -model=model_2518 -members=yes -stackable=yes -2dxof=5 -2dzoom=720 -2dyan=308 -2dxan=344 -stockmarket=yes -recol1s=22131 -recol1d=6438 -name=Adamant dart tip - -// 824 -[obj_824] -cost=175 -model=model_2518 -members=yes -stackable=yes -2dxof=5 -2dzoom=720 -2dyan=308 -2dxan=344 -stockmarket=yes -recol1s=22131 -recol1d=6476 -name=Rune dart tip - -// 825 -[obj_825] -cost=6 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=1794 -recol2d=8354 -name=Bronze javelin -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 826 -[obj_826] -cost=8 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=1794 -recol2d=8456 -name=Iron javelin -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 827 -[obj_827] -cost=37 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=1794 -recol1d=16846 -name=Steel javelin -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 828 -[obj_828] -cost=98 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=1794 -recol2d=6346 -name=Mithril javelin -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 829 -[obj_829] -cost=246 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=1794 -recol2d=6438 -name=Adamant javelin -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 830 -[obj_830] -cost=624 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=1794 -recol2d=6476 -name=Rune javelin -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 831 -[obj_831] -cost=4 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze javelin(p) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 832 -[obj_832] -cost=6 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron javelin(p) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 833 -[obj_833] -cost=24 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -name=Steel javelin(p) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 834 -[obj_834] -cost=64 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril javelin(p) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 835 -[obj_835] -cost=160 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant javelin(p) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 836 -[obj_836] -cost=400 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune javelin(p) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 837 -[obj_837] -cost=70 -model=model_16876 -2dxof=2 -2dyof=1 -2dzoom=984 -2dyan=150 -2dxan=577 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -stockmarket=yes -recol1s=15752 -recol1d=13638 -recol2s=14695 -recol2d=12581 -recol3s=13638 -recol3d=11524 -recol4s=9411 -recol4d=7297 -recol5s=8354 -recol5d=6240 -recol6s=7297 -recol6d=5184 -name=Crossbow -womanwearoff=3,-11,6 -certlink=obj_838 - -// 838 -[obj_838] -certlink=obj_837 -certtemplate=obj_799 - -// 839 -[obj_839] -cost=80 -model=model_2832 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -iop2=Wield -manwear=model_563 -womanwear=model_563 -stockmarket=yes -recol1s=7330 -recol1d=16640 -name=Longbow -womanwearoff=3,-11,6 -certlink=obj_840 - -// 840 -[obj_840] -certlink=obj_839 -certtemplate=obj_799 - -// 841 -[obj_841] -cost=50 -model=model_2562 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -iop2=Wield -manwear=model_512 -womanwear=model_512 -stockmarket=yes -recol1s=7330 -recol1d=16640 -name=Shortbow -womanwearoff=3,-11,6 -certlink=obj_842 - -// 842 -[obj_842] -certlink=obj_841 -certtemplate=obj_799 - -// 843 -[obj_843] -cost=100 -model=model_2562 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -iop2=Wield -manwear=model_512 -womanwear=model_512 -stockmarket=yes -recol1s=7330 -recol1d=24096 -name=Oak shortbow -womanwearoff=3,-11,6 -certlink=obj_844 - -// 844 -[obj_844] -certlink=obj_843 -certtemplate=obj_799 - -// 845 -[obj_845] -cost=160 -model=model_2832 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -iop2=Wield -manwear=model_563 -womanwear=model_563 -stockmarket=yes -recol1s=7330 -recol1d=24096 -name=Oak longbow -womanwearoff=3,-11,6 -certlink=obj_846 - -// 846 -[obj_846] -certlink=obj_845 -certtemplate=obj_799 - -// 847 -[obj_847] -cost=320 -model=model_2832 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -iop2=Wield -manwear=model_563 -womanwear=model_563 -stockmarket=yes -recol1s=7330 -recol1d=21059 -name=Willow longbow -womanwearoff=3,-11,6 -certlink=obj_848 - -// 848 -[obj_848] -certlink=obj_847 -certtemplate=obj_799 - -// 849 -[obj_849] -cost=200 -model=model_2562 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -iop2=Wield -manwear=model_512 -womanwear=model_512 -stockmarket=yes -recol1s=7330 -recol1d=21059 -name=Willow shortbow -womanwearoff=3,-11,6 -certlink=obj_850 - -// 850 -[obj_850] -certlink=obj_849 -certtemplate=obj_799 - -// 851 -[obj_851] -cost=640 -model=model_2832 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -iop2=Wield -manwear=model_563 -womanwear=model_563 -stockmarket=yes -recol1s=7330 -recol1d=21040 -name=Maple longbow -womanwearoff=3,-11,6 -certlink=obj_852 -lentlink=obj_13523 - -// 852 -[obj_852] -certlink=obj_851 -certtemplate=obj_799 - -// 853 -[obj_853] -cost=400 -model=model_2562 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -iop2=Wield -manwear=model_512 -womanwear=model_512 -stockmarket=yes -recol1s=7330 -recol1d=21040 -name=Maple shortbow -womanwearoff=3,-11,6 -certlink=obj_854 -lentlink=obj_13524 - -// 854 -[obj_854] -certlink=obj_853 -certtemplate=obj_799 - -// 855 -[obj_855] -members=yes -cost=1280 -model=model_2832 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -iop2=Wield -manwear=model_563 -womanwear=model_563 -stockmarket=yes -recol1s=7330 -recol1d=24160 -name=Yew longbow -womanwearoff=3,-11,6 -certlink=obj_856 -lentlink=obj_13525 - -// 856 -[obj_856] -certlink=obj_855 -certtemplate=obj_799 - -// 857 -[obj_857] -members=yes -cost=800 -model=model_2562 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -iop2=Wield -manwear=model_512 -womanwear=model_512 -stockmarket=yes -recol1s=7330 -recol1d=24160 -name=Yew shortbow -womanwearoff=3,-11,6 -certlink=obj_858 -lentlink=obj_13526 - -// 858 -[obj_858] -certlink=obj_857 -certtemplate=obj_799 - -// 859 -[obj_859] -members=yes -cost=2560 -model=model_2832 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -iop2=Wield -manwear=model_563 -womanwear=model_563 -stockmarket=yes -recol1s=7330 -recol1d=1451 -name=Magic longbow -womanwearoff=3,-11,6 -certlink=obj_860 -lentlink=obj_13527 - -// 860 -[obj_860] -certlink=obj_859 -certtemplate=obj_799 - -// 861 -[obj_861] -members=yes -cost=1600 -model=model_2562 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -iop2=Wield -manwear=model_512 -womanwear=model_512 -stockmarket=yes -recol1s=7330 -recol1d=1451 -name=Magic shortbow -womanwearoff=3,-11,6 -certlink=obj_862 -lentlink=obj_13528 - -// 862 -[obj_862] -certlink=obj_861 -certtemplate=obj_799 - -// 863 -[obj_863] -members=yes -cost=58 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6342 -recol2s=15789 -recol2d=6342 -name=Iron knife -womanwearoff=3,-11,6 - -// 864 -[obj_864] -members=yes -cost=14 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -name=Bronze knife -womanwearoff=3,-11,6 - -// 865 -[obj_865] -members=yes -cost=68 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=15789 -recol1d=16846 -name=Steel knife -womanwearoff=3,-11,6 - -// 866 -[obj_866] -members=yes -cost=27 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 -name=Mithril knife -womanwearoff=3,-11,6 - -// 867 -[obj_867] -members=yes -cost=66 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 -name=Adamant knife -womanwearoff=3,-11,6 - -// 868 -[obj_868] -members=yes -cost=167 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 -name=Rune knife -womanwearoff=3,-11,6 - -// 869 -[obj_869] -members=yes -cost=19 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=15789 -recol2d=0 -name=Black knife -womanwearoff=3,-11,6 - -// 870 -[obj_870] -members=yes -cost=1 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=15936 -name=Bronze knife(p) -womanwearoff=3,-11,6 - -// 871 -[obj_871] -members=yes -cost=3 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6342 -recol2s=15789 -recol2d=15936 -name=Iron knife(p) -womanwearoff=3,-11,6 - -// 872 -[obj_872] -members=yes -cost=10 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=15789 -recol1d=15936 -name=Steel knife(p) -womanwearoff=3,-11,6 - -// 873 -[obj_873] -members=yes -cost=27 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=15936 -name=Mithril knife(p) -womanwearoff=3,-11,6 - -// 874 -[obj_874] -members=yes -cost=18 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=15789 -recol2d=15936 -name=Black knife(p) -womanwearoff=3,-11,6 - -// 875 -[obj_875] -members=yes -cost=66 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=15936 -name=Adamant knife(p) -womanwearoff=3,-11,6 - -// 876 -[obj_876] -members=yes -cost=166 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=15936 -name=Rune knife(p) -womanwearoff=3,-11,6 - -// 877 -[obj_877] -stackable=yes -cost=3 -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -count1=obj_3807,2 -count2=obj_3808,3 -count3=obj_3809,4 -count4=obj_3810,5 -stockmarket=yes -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 -name=Bronze bolts - -// 878 -[obj_878] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -cost=3 -members=yes -iop2=Wield -count1=obj_3811,2 -count2=obj_3812,3 -count3=obj_3813,4 -count4=obj_3814,5 -members=yes -stockmarket=yes -recol1s=11525 -recol1d=10468 -recol2s=10468 -recol2d=9411 -recol3s=9411 -recol3d=8354 -recol4s=8354 -recol4d=7297 -name=Bronze bolts(p) - -// 879 -[obj_879] -stackable=yes -cost=7 -members=yes -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -count1=obj_3815,2 -count2=obj_3816,3 -count3=obj_3817,4 -count4=obj_3818,5 -stockmarket=yes -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 -name=Opal bolts - -// 880 -[obj_880] -stackable=yes -cost=13 -members=yes -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -count1=obj_3819,2 -count2=obj_3820,3 -count3=obj_3821,4 -count4=obj_3822,5 -stockmarket=yes -recol1s=32752 -recol1d=23292 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 -name=Pearl bolts - -// 881 -[obj_881] -stackable=yes -cost=200 -members=yes -model=model_4410 -2dxof=-1 -2dyof=-42 -2dzoom=640 -2dyan=4 -2dxan=244 -iop2=Wield -count1=obj_3823,2 -count2=obj_3824,3 -count3=obj_3825,4 -count4=obj_3826,5 -stockmarket=yes -recol1s=5285 -recol1d=13504 -name=Barbed bolts - -// 882 -[obj_882] -cost=7 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_896,2 -count2=obj_895,3 -count3=obj_894,4 -count4=obj_897,5 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -name=Bronze arrow - -// 883 -[obj_883] -members=yes -cost=1 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_900,2 -count2=obj_899,3 -count3=obj_898,4 -count4=obj_901,5 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=15936 -name=Bronze arrow(p) - -// 884 -[obj_884] -cost=20 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_904,2 -count2=obj_903,3 -count3=obj_902,4 -count4=obj_905,5 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=8456 -name=Iron arrow - -// 885 -[obj_885] -members=yes -cost=3 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_908,2 -count2=obj_907,3 -count3=obj_906,4 -count4=obj_909,5 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=15936 -name=Iron arrow(p) - -// 886 -[obj_886] -cost=46 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_912,2 -count2=obj_911,3 -count3=obj_910,4 -count4=obj_913,5 -stockmarket=yes -name=Steel arrow - -// 887 -[obj_887] -members=yes -cost=12 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_916,2 -count2=obj_915,3 -count3=obj_914,4 -count4=obj_917,5 -stockmarket=yes -recol1s=15789 -recol1d=15936 -name=Steel arrow(p) - -// 888 -[obj_888] -cost=76 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_920,2 -count2=obj_919,3 -count3=obj_918,4 -count4=obj_921,5 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 -name=Mithril arrow - -// 889 -[obj_889] -members=yes -cost=32 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_924,2 -count2=obj_923,3 -count3=obj_922,4 -count4=obj_925,5 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=15936 -name=Mithril arrow(p) - -// 890 -[obj_890] -cost=172 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_928,2 -count2=obj_927,3 -count3=obj_926,4 -count4=obj_929,5 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 -name=Adamant arrow - -// 891 -[obj_891] -members=yes -cost=80 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_932,2 -count2=obj_931,3 -count3=obj_930,4 -count4=obj_933,5 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=15936 -name=Adamant arrow(p) - -// 892 -[obj_892] -members=yes -cost=510 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_936,2 -count2=obj_935,3 -count3=obj_934,4 -count4=obj_937,5 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 -name=Rune arrow - -// 893 -[obj_893] -members=yes -cost=400 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_940,2 -count2=obj_939,3 -count3=obj_938,4 -count4=obj_941,5 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=15936 -name=Rune arrow(p) - -// 894 -[obj_894] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 895 -[obj_895] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 896 -[obj_896] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 897 -[obj_897] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 898 -[obj_898] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=15936 - -// 899 -[obj_899] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=15936 - -// 900 -[obj_900] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=15936 - -// 901 -[obj_901] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=15936 - -// 902 -[obj_902] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=8456 - -// 903 -[obj_903] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=8456 - -// 904 -[obj_904] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=8456 - -// 905 -[obj_905] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=8456 - -// 906 -[obj_906] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=15936 - -// 907 -[obj_907] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=15936 - -// 908 -[obj_908] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=15936 - -// 909 -[obj_909] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=15936 - -// 910 -[obj_910] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 - -// 911 -[obj_911] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 - -// 912 -[obj_912] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 - -// 913 -[obj_913] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 - -// 914 -[obj_914] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=15789 -recol1d=15936 - -// 915 -[obj_915] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=15789 -recol1d=15936 - -// 916 -[obj_916] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=15789 -recol1d=15936 - -// 917 -[obj_917] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=15789 -recol1d=15936 - -// 918 -[obj_918] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 - -// 919 -[obj_919] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 - -// 920 -[obj_920] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 - -// 921 -[obj_921] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 - -// 922 -[obj_922] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=15936 - -// 923 -[obj_923] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=15936 - -// 924 -[obj_924] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=15936 - -// 925 -[obj_925] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=15936 - -// 926 -[obj_926] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 - -// 927 -[obj_927] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 - -// 928 -[obj_928] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 - -// 929 -[obj_929] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 - -// 930 -[obj_930] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=15936 - -// 931 -[obj_931] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=15936 - -// 932 -[obj_932] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=15936 - -// 933 -[obj_933] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=15936 - -// 934 -[obj_934] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 935 -[obj_935] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 936 -[obj_936] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 937 -[obj_937] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 938 -[obj_938] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=15936 - -// 939 -[obj_939] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=15936 - -// 940 -[obj_940] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=15936 - -// 941 -[obj_941] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=15936 - -// 942 -[obj_942] -members=yes -cost=10 -stackable=yes -model=model_698 -2dxof=1 -2dyof=1 -2dzoom=1750 -2dyan=120 -2dxan=332 -iop2=Wield -count1=obj_2546,2 -count2=obj_2547,3 -count3=obj_2548,4 -count4=obj_2549,5 -stockmarket=yes -name=Bronze fire arrows - -// 943 -[obj_943] -cost=0 -model=model_2362 -2dzoom=1010 -2dyan=32 -2dxan=288 -members=yes -name=Worm -certlink=obj_944 - -// 944 -[obj_944] -certlink=obj_943 -certtemplate=obj_799 - -// 945 -[obj_945] -model=model_2776 -manwear=model_549 -womanwear=model_549 -2dyof=40 -2dzoom=1810 -2dyan=16 -2dxan=1592 -name=Throwing rope -womanwearoff=3,-11,6 - -// 946 -[obj_946] -cost=6 -model=model_2559 -2dxof=-11 -2dyof=-4 -2dzoom=580 -2dyan=1260 -2dxan=444 -manwear=model_4045 -womanwear=model_4045 -stockmarket=yes -name=Knife -womanwearoff=3,-11,6 -certlink=obj_947 - -// 947 -[obj_947] -certlink=obj_946 -certtemplate=obj_799 - -// 948 -[obj_948] -model=model_2631 -2dxof=-2 -2dyof=5 -2dzoom=1290 -2dyan=168 -2dxan=388 -cost=10 -stockmarket=yes -name=Bear fur -certlink=obj_949 - -// 949 -[obj_949] -certlink=obj_948 -certtemplate=obj_799 - -// 950 -[obj_950] -cost=55 -model=model_2725 -2dyof=-15 -2dzoom=1360 -2dxan=368 -stockmarket=yes -recol1s=32767 -recol1d=23863 -name=Silk -certlink=obj_951 - -// 951 -[obj_951] -certlink=obj_950 -certtemplate=obj_799 - -// 952 -[obj_952] -cost=3 -model=model_7304 -manwear=model_496 -womanwear=model_496 -2dzoom=1860 -2dyan=1532 -2dxan=396 -iop1=Dig -stockmarket=yes -recol1s=16846 -recol1d=16878 -recol2s=15789 -recol2d=15821 -recol3s=18960 -recol3d=18992 -name=Spade -certlink=obj_953 - -// 953 -[obj_953] -certlink=obj_952 -certtemplate=obj_799 - -// 954 -[obj_954] -cost=18 -model=model_1842 -manwear=model_10131 -womanwear=model_10131 -2dxof=-2 -2dyof=-30 -2dzoom=1240 -2dyan=1976 -2dxan=188 -stockmarket=yes -recol1s=11524 -recol1d=7296 -name=Rope -womanwearoff=3,-11,6 -certlink=obj_955 - -// 955 -[obj_955] -certlink=obj_954 -certtemplate=obj_799 - -// 956 -[obj_956] -cost=1 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -name=Flier - -// 957 -[obj_957] -model=model_2742 -cost=0 -name=Tinderbox - -// 958 -[obj_958] -cost=150 -model=model_2631 -2dxof=2 -2dzoom=1350 -2dyan=1668 -2dxan=312 -members=yes -stockmarket=yes -recol1s=19904 -recol1d=16846 -name=Grey wolf fur -certlink=obj_959 - -// 959 -[obj_959] -certlink=obj_958 -certtemplate=obj_799 - -// 960 -[obj_960] -model=model_15048 -2dyof=18 -2dyan=148 -2dxan=356 -ambient=25 -cost=100 -stockmarket=yes -name=Plank -certlink=obj_961 - -// 961 -[obj_961] -certlink=obj_960 -certtemplate=obj_799 - -// 962 -[obj_962] -model=model_2637 -2dxof=-3 -2dyof=40 -2dzoom=630 -2dyan=1728 -2dxan=272 -stockmarket=yes -name=Christmas cracker -certlink=obj_963 - -// 963 -[obj_963] -certlink=obj_962 -certtemplate=obj_799 - -// 964 -[obj_964] -model=model_2388 -2dxof=-1 -2dyof=-10 -2dzoom=530 -2dyan=64 -2dzan=1996 -2dxan=160 -recol1s=32631 -recol1d=29488 -name=Skull - -// 965 -[obj_965] -model=model_2388 -2dxof=-1 -2dyof=-10 -2dzoom=530 -2dyan=64 -2dzan=1996 -2dxan=160 -stackable=yes -recol1s=32631 -recol1d=29488 -name=Skull - -// 966 -[obj_966] -model=model_2617 -2dxof=-2 -2dyof=7 -2dzoom=870 -2dyan=100 -2dxan=340 -name=Tile - -// 967 -[obj_967] -model=model_2742 -cost=0 -name=Tinderbox - -// 968 -[obj_968] -model=model_2571 -2dxof=-5 -2dyof=-16 -2dzoom=820 -2dyan=20 -2dxan=204 -members=yes -name=Rock - -// 969 -[obj_969] -model=model_2742 -cost=0 -name=Tinderbox - -// 970 -[obj_970] -cost=10 -model=model_2746 -manwear=model_532 -womanwear=model_532 -2dzoom=940 -2dyan=112 -2dxan=248 -members=yes -stockmarket=yes -name=Papyrus -womanwearoff=3,-11,6 -certlink=obj_971 - -// 971 -[obj_971] -certlink=obj_970 -certtemplate=obj_799 - -// 972 -[obj_972] -model=model_2838 -manwear=model_532 -womanwear=model_532 -2dzoom=940 -2dyan=112 -2dxan=248 -members=yes -name=Papyrus -womanwearoff=3,-11,6 - -// 973 -[obj_973] -cost=45 -model=model_2395 -manwear=model_494 -womanwear=model_494 -2dyof=26 -2dzoom=400 -2dyan=220 -2dxan=288 -stockmarket=yes -name=Charcoal -womanwearoff=3,-11,6 -certlink=obj_974 - -// 974 -[obj_974] -certlink=obj_973 -certtemplate=obj_799 - -// 975 -[obj_975] -cost=52 -model=model_2841 -members=yes -2dxof=-2 -2dyof=-12 -2dzoom=770 -2dyan=88 -2dxan=200 -iop2=Wield -manwear=model_566 -womanwear=model_566 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Machete -womanwearoff=3,-11,6 -certlink=obj_976 - -// 976 -[obj_976] -certlink=obj_975 -certtemplate=obj_799 - -// 977 -[obj_977] -model=model_2241 -2dzoom=2050 -2dyan=36 -2dxan=116 -recol1s=11561 -recol1d=13638 -recol2s=1537 -recol2d=17696 -recol3s=320 -recol3d=12448 -name=Cooking pot -certlink=obj_978 - -// 978 -[obj_978] -certlink=obj_977 -certtemplate=obj_799 - -// 979 -[obj_979] -model=model_2500 -2dxof=3 -2dzoom=290 -2dyan=224 -2dxan=488 -dummyitem=2 - -// 980 -[obj_980] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 981 -[obj_981] -cost=12 -model=model_2724 -2dyof=2 -2dzoom=880 -2dyan=232 -2dzan=260 -2dxan=460 -stockmarket=yes -name=Disk of returning -certlink=obj_982 - -// 982 -[obj_982] -certlink=obj_981 -certtemplate=obj_799 - -// 983 -[obj_983] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -stockmarket=yes -recol1s=32480 -recol1d=24032 -name=Brass key -certlink=obj_984 - -// 984 -[obj_984] -certlink=obj_983 -certtemplate=obj_799 - -// 985 -[obj_985] -members=yes -model=model_2414 -2dxof=-7 -2dyof=1 -2dzoom=740 -2dyan=8 -2dxan=296 -stockmarket=yes -name=Tooth half of a key -certlink=obj_986 - -// 986 -[obj_986] -certlink=obj_985 -certtemplate=obj_799 - -// 987 -[obj_987] -members=yes -model=model_2415 -2dxof=2 -2dyof=66 -2dzoom=750 -2dyan=1980 -2dxan=292 -stockmarket=yes -name=Loop half of a key -certlink=obj_988 - -// 988 -[obj_988] -certlink=obj_987 -certtemplate=obj_799 - -// 989 -[obj_989] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -stockmarket=yes -recol1s=32480 -recol1d=14800 -name=Crystal key -certlink=obj_990 - -// 990 -[obj_990] -certlink=obj_989 -certtemplate=obj_799 - -// 991 -[obj_991] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -stockmarket=yes -recol1s=32480 -recol1d=16644 -name=Muddy key -certlink=obj_992 - -// 992 -[obj_992] -certlink=obj_991 -certtemplate=obj_799 - -// 993 -[obj_993] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -stockmarket=yes -recol1s=32480 -recol1d=4226 -name=Sinister key -certlink=obj_994 - -// 994 -[obj_994] -certlink=obj_993 -certtemplate=obj_799 - -// 995 -[obj_995] -model=model_2484 -stackable=yes -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -count1=obj_996,2 -count2=obj_997,3 -count3=obj_998,4 -count4=obj_999,5 -count5=obj_1000,25 -count6=obj_1001,100 -count7=obj_1002,250 -count8=obj_1003,1000 -count9=obj_1004,10000 -name=Coins - -// 996 -[obj_996] -model=model_2485 -stackable=yes -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -dummyitem=2 - -// 997 -[obj_997] -model=model_2486 -stackable=yes -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -dummyitem=2 - -// 998 -[obj_998] -model=model_2487 -stackable=yes -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -dummyitem=2 - -// 999 -[obj_999] -model=model_2488 -stackable=yes -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -dummyitem=2 - -// 1000 -[obj_1000] -model=model_2667 -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -stackable=yes -dummyitem=2 - -// 1001 -[obj_1001] -model=model_2825 -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -stackable=yes -dummyitem=2 - -// 1002 -[obj_1002] -model=model_2423 -2dxof=2 -2dyof=-2 -2dzoom=650 -2dyan=2044 -2dxan=160 -stackable=yes -dummyitem=2 - -// 1003 -[obj_1003] -model=model_2710 -2dxof=11 -2dyof=13 -2dzoom=980 -2dyan=64 -2dxan=172 -stackable=yes -dummyitem=2 - -// 1004 -[obj_1004] -model=model_2775 -2dxof=11 -2dzoom=1000 -2dyan=80 -2dxan=168 -stackable=yes -dummyitem=2 - -// 1005 -[obj_1005] -cost=2 -model=model_2592 -2dxof=-4 -2dyof=-4 -2dzoom=1580 -2dyan=172 -2dxan=544 -iop2=Wear -manwear=model_305 -womanwear=model_467 -stockmarket=yes -retex1s=material_272 -retex1d=material_258 -name=White apron -certlink=obj_1006 - -// 1006 -[obj_1006] -certlink=obj_1005 -certtemplate=obj_799 - -// 1007 -[obj_1007] -cost=20 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -stockmarket=yes -recol1s=8386 -recol1d=15424 -recol2s=32736 -recol2d=26948 -name=Cape -certlink=obj_1008 - -// 1008 -[obj_1008] -certlink=obj_1007 -certtemplate=obj_799 - -// 1009 -[obj_1009] -cost=30 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -stockmarket=yes -recol1s=32576 -recol1d=22976 -name=Brass necklace -certlink=obj_1010 - -// 1010 -[obj_1010] -certlink=obj_1009 -certtemplate=obj_799 - -// 1011 -[obj_1011] -cost=2 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -iop2=Wear -manwear=model_265 -womanwear=model_428 -stockmarket=yes -recol1s=2340 -recol1d=239 -retex1s=material_252 -retex1d=material_253 -name=Blue skirt -certlink=obj_1012 - -// 1012 -[obj_1012] -certlink=obj_1011 -certtemplate=obj_799 - -// 1013 -[obj_1013] -cost=2 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -iop2=Wear -manwear=model_265 -womanwear=model_428 -stockmarket=yes -recol1s=2340 -recol1d=26065 -retex1s=material_252 -retex1d=material_253 -name=Pink skirt -certlink=obj_1014 - -// 1014 -[obj_1014] -certlink=obj_1013 -certtemplate=obj_799 - -// 1015 -[obj_1015] -cost=2 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -iop2=Wear -manwear=model_265 -womanwear=model_428 -stockmarket=yes -recol1s=2340 -recol1d=4226 -retex1s=material_252 -retex1d=material_253 -name=Black skirt -certlink=obj_1016 - -// 1016 -[obj_1016] -certlink=obj_1015 -certtemplate=obj_799 - -// 1017 -[obj_1017] -cost=2 -model=model_2483 -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -iop2=Wear -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -manwear2=model_215 -womanwear2=model_391 -stockmarket=yes -recol1s=239 -recol1d=0 -name=Wizard hat -certlink=obj_1018 - -// 1018 -[obj_1018] -certlink=obj_1017 -certtemplate=obj_799 - -// 1019 -[obj_1019] -cost=20 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -stockmarket=yes -recol1s=8386 -recol1d=3171 -recol2s=32736 -recol2d=7271 -recol3s=15392 -recol3d=3171 -name=Cape -certlink=obj_1020 - -// 1020 -[obj_1020] -certlink=obj_1019 -certtemplate=obj_799 - -// 1021 -[obj_1021] -cost=20 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -stockmarket=yes -recol1s=8386 -recol1d=4234 -recol2s=32736 -recol2d=7399 -recol3s=15392 -recol3d=4234 -name=Cape -certlink=obj_1022 - -// 1022 -[obj_1022] -certlink=obj_1021 -certtemplate=obj_799 - -// 1023 -[obj_1023] -cost=20 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -stockmarket=yes -recol1s=32736 -recol1d=24288 -recol2s=8386 -recol2d=32736 -recol3s=15392 -recol3d=28450 -name=Cape -certlink=obj_1024 - -// 1024 -[obj_1024] -certlink=obj_1023 -certtemplate=obj_799 - -// 1025 -[obj_1025] -model=model_2417 -2dzoom=800 -2dyan=1952 -2dxan=296 -iop2=Wear -cost=2 -manwear=model_236 -womanwear=model_410 -manhead=model_39307 -womanhead=model_38888 -members=yes -stockmarket=yes -name=Eye patch -certlink=obj_1026 - -// 1026 -[obj_1026] -certlink=obj_1025 -certtemplate=obj_799 - -// 1027 -[obj_1027] -cost=20 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -stockmarket=yes -recol1s=32736 -recol1d=224 -recol2s=8386 -recol2d=3395 -recol3s=15392 -recol3d=3267 -name=Cape -certlink=obj_1028 - -// 1028 -[obj_1028] -certlink=obj_1027 -certtemplate=obj_799 - -// 1029 -[obj_1029] -cost=20 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -stockmarket=yes -recol1s=32736 -recol1d=8335 -recol2s=8386 -recol2d=11469 -recol3s=15392 -recol3d=6215 -name=Cape -certlink=obj_1030 - -// 1030 -[obj_1030] -certlink=obj_1029 -certtemplate=obj_799 - -// 1031 -[obj_1031] -cost=20 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -stockmarket=yes -recol1s=32736 -recol1d=16708 -recol2s=8386 -recol2d=24004 -recol3s=15392 -recol3d=20803 -name=Cape -certlink=obj_1032 - -// 1032 -[obj_1032] -certlink=obj_1031 -certtemplate=obj_799 - -// 1033 -[obj_1033] -cost=30 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -iop2=Wear -manwear=model_265 -womanwear=model_428 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=20512 -name=Zamorak robe -certlink=obj_1034 - -// 1034 -[obj_1034] -certlink=obj_1033 -certtemplate=obj_799 - -// 1035 -[obj_1035] -model=model_2786 -cost=40 -2dyof=7 -2dzoom=1370 -2dxan=536 -iop2=Wear -manwear=model_40161 -womanwear=model_40403 -manwear2=model_40196 -womanwear2=model_40422 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=20512 -name=Zamorak robe -certlink=obj_1036 - -// 1036 -[obj_1036] -certlink=obj_1035 -certtemplate=obj_799 - -// 1037 -[obj_1037] -model=model_2553 -2dzoom=550 -2dyan=4 -2dxan=360 -iop2=Wear -manwear=model_3352 -womanwear=model_3353 -manhead=model_39357 -womanhead=model_38774 -name=Bunny ears - -// 1038 -[obj_1038] -model=model_2635 -2dxof=1 -2dyof=1 -2dzoom=440 -2dyan=1852 -2dxan=76 -iop2=Wear -manwear=model_187 -womanwear=model_363 -manhead=model_39372 -womanhead=model_38795 -stockmarket=yes -name=Red partyhat -certlink=obj_1039 -lentlink=obj_13531 - -// 1039 -[obj_1039] -certlink=obj_1038 -certtemplate=obj_799 - -// 1040 -[obj_1040] -model=model_2635 -2dxof=1 -2dyof=1 -2dzoom=440 -2dyan=1852 -2dxan=76 -iop2=Wear -manwear=model_187 -womanwear=model_363 -manhead=model_39372 -womanhead=model_38795 -manhead2=model_53 -stockmarket=yes -recol1s=15392 -recol1d=32736 -name=Yellow partyhat -certlink=obj_1041 -lentlink=obj_13532 - -// 1041 -[obj_1041] -certlink=obj_1040 -certtemplate=obj_799 - -// 1042 -[obj_1042] -model=model_2635 -2dxof=1 -2dyof=1 -2dzoom=440 -2dyan=1852 -2dxan=76 -iop2=Wear -manwear=model_187 -womanwear=model_363 -manhead=model_39372 -womanhead=model_38795 -stockmarket=yes -recol1s=15392 -recol1d=1118 -name=Blue partyhat -certlink=obj_1043 -lentlink=obj_13533 - -// 1043 -[obj_1043] -certlink=obj_1042 -certtemplate=obj_799 - -// 1044 -[obj_1044] -model=model_2635 -2dxof=1 -2dyof=1 -2dzoom=440 -2dyan=1852 -2dxan=76 -iop2=Wear -manwear=model_187 -womanwear=model_363 -manhead=model_39372 -womanhead=model_38795 -manwear2=model_215 -womanwear2=model_391 -stockmarket=yes -recol1s=15392 -recol1d=1986 -name=Green partyhat -certlink=obj_1045 -lentlink=obj_13534 - -// 1045 -[obj_1045] -certlink=obj_1044 -certtemplate=obj_799 - -// 1046 -[obj_1046] -model=model_2635 -2dxof=1 -2dyof=1 -2dzoom=440 -2dyan=1852 -2dxan=76 -iop2=Wear -manwear=model_187 -womanwear=model_363 -manhead=model_39372 -womanhead=model_38795 -stockmarket=yes -recol1s=15392 -recol1d=21535 -name=Purple partyhat -certlink=obj_1047 -lentlink=obj_13535 - -// 1047 -[obj_1047] -certlink=obj_1046 -certtemplate=obj_799 - -// 1048 -[obj_1048] -model=model_2635 -2dxof=1 -2dyof=1 -2dzoom=440 -2dyan=1852 -2dxan=76 -iop2=Wear -manwear=model_187 -womanwear=model_363 -manhead=model_39372 -womanhead=model_38795 -stockmarket=yes -recol1s=15392 -recol1d=32767 -name=White partyhat -certlink=obj_1049 -lentlink=obj_13536 - -// 1049 -[obj_1049] -certlink=obj_1048 -certtemplate=obj_799 - -// 1050 -[obj_1050] -cost=160 -model=model_2537 -2dyof=-3 -2dzoom=540 -2dyan=136 -2dxan=72 -iop2=Wear -manwear=model_189 -womanwear=model_366 -manhead=model_39321 -womanhead=model_38879 -iop2=Wear -stockmarket=yes -name=Santa hat -certlink=obj_1051 -lentlink=obj_13537 - -// 1051 -[obj_1051] -certlink=obj_1050 -certtemplate=obj_799 - -// 1052 -[obj_1052] -cost=450 -members=yes -model=model_3196 -2dzoom=1370 -2dyan=804 -2dxan=204 -iop2=Wear -manwear=model_3189 -womanwear=model_3194 -name=Cape of legends - -// 1053 -[obj_1053] -cost=15 -model=model_2438 -manwear=model_3188 -womanwear=model_3192 -manhead=model_39801 -womanhead=model_39110 -2dyof=-10 -2dzoom=730 -2dxan=516 -iop2=Wear -stockmarket=yes -recol1s=15392 -recol1d=320 -name=Green h'ween mask -certlink=obj_1054 -lentlink=obj_13538 - -// 1054 -[obj_1054] -certlink=obj_1053 -certtemplate=obj_799 - -// 1055 -[obj_1055] -cost=15 -model=model_2438 -manwear=model_3188 -womanwear=model_3192 -manhead=model_39801 -womanhead=model_39110 -2dyof=-10 -2dzoom=730 -2dxan=516 -iop2=Wear -stockmarket=yes -recol1s=15392 -recol1d=15 -name=Blue h'ween mask -certlink=obj_1056 -lentlink=obj_13539 - -// 1056 -[obj_1056] -certlink=obj_1055 -certtemplate=obj_799 - -// 1057 -[obj_1057] -cost=15 -model=model_2438 -manwear=model_3188 -womanwear=model_3192 -manhead=model_39801 -womanhead=model_39110 -2dyof=-10 -2dzoom=730 -2dxan=516 -iop2=Wear -stockmarket=yes -name=Red h'ween mask -certlink=obj_1058 -lentlink=obj_13540 - -// 1058 -[obj_1058] -certlink=obj_1057 -certtemplate=obj_799 - -// 1059 -[obj_1059] -cost=6 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -stockmarket=yes -name=Leather gloves -certlink=obj_1060 - -// 1060 -[obj_1060] -certlink=obj_1059 -certtemplate=obj_799 - -// 1061 -[obj_1061] -cost=6 -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -iop2=Wear -manwear=model_185 -womanwear=model_361 -stockmarket=yes -recol1s=7298 -recol1d=7299 -name=Leather boots -certlink=obj_1062 - -// 1062 -[obj_1062] -certlink=obj_1061 -certtemplate=obj_799 - -// 1063 -[obj_1063] -cost=18 -model=model_2656 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_177 -womanwear=model_354 -stockmarket=yes -name=Leather vambraces -certlink=obj_1064 - -// 1064 -[obj_1064] -certlink=obj_1063 -certtemplate=obj_799 - -// 1065 -[obj_1065] -cost=2500 -model=model_2656 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_178 -womanwear=model_355 -stockmarket=yes -recol1s=8420 -recol1d=256 -recol2s=7364 -recol2d=128 -name=Green d'hide vamb -certlink=obj_1066 -lentlink=obj_13497 - -// 1066 -[obj_1066] -certlink=obj_1065 -certtemplate=obj_799 - -// 1067 -[obj_1067] -cost=280 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=11561 -recol2d=6342 -recol3s=15789 -recol3d=8456 -name=Iron platelegs -certlink=obj_1068 - -// 1068 -[obj_1068] -certlink=obj_1067 -certtemplate=obj_799 - -// 1069 -[obj_1069] -cost=1000 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=15789 -recol1d=16846 -name=Steel platelegs -certlink=obj_1070 - -// 1070 -[obj_1070] -certlink=obj_1069 -certtemplate=obj_799 - -// 1071 -[obj_1071] -cost=2600 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=11561 -recol2d=3174 -recol3s=15789 -recol3d=6346 -name=Mithril platelegs -certlink=obj_1072 - -// 1072 -[obj_1072] -certlink=obj_1071 -certtemplate=obj_799 - -// 1073 -[obj_1073] -cost=6400 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=11561 -recol2d=3235 -recol3s=15789 -recol3d=6438 -name=Adamant platelegs -certlink=obj_1074 - -// 1074 -[obj_1074] -certlink=obj_1073 -certtemplate=obj_799 - -// 1075 -[obj_1075] -cost=80 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=11561 -recol2d=5216 -recol3s=15789 -recol3d=8354 -name=Bronze platelegs -certlink=obj_1076 - -// 1076 -[obj_1076] -certlink=obj_1075 -certtemplate=obj_799 - -// 1077 -[obj_1077] -cost=1920 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=11561 -recol2d=0 -recol3s=15789 -recol3d=2114 -name=Black platelegs -certlink=obj_1078 - -// 1078 -[obj_1078] -certlink=obj_1077 -certtemplate=obj_799 - -// 1079 -[obj_1079] -cost=64000 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=6476 -name=Rune platelegs -certlink=obj_1080 -lentlink=obj_13487 - -// 1080 -[obj_1080] -certlink=obj_1079 -certtemplate=obj_799 - -// 1081 -[obj_1081] -cost=280 -model=model_2542 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_266 -womanwear=model_430 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=2340 -recol2d=6342 -name=Iron plateskirt -certlink=obj_1082 - -// 1082 -[obj_1082] -certlink=obj_1081 -certtemplate=obj_799 - -// 1083 -[obj_1083] -cost=1000 -model=model_2542 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_266 -womanwear=model_430 -stockmarket=yes -recol1s=2340 -recol1d=11561 -name=Steel plateskirt -certlink=obj_1084 - -// 1084 -[obj_1084] -certlink=obj_1083 -certtemplate=obj_799 - -// 1085 -[obj_1085] -cost=2600 -model=model_2542 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_266 -womanwear=model_430 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=2340 -recol2d=3174 -name=Mithril plateskirt -certlink=obj_1086 - -// 1086 -[obj_1086] -certlink=obj_1085 -certtemplate=obj_799 - -// 1087 -[obj_1087] -cost=80 -model=model_2542 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_266 -womanwear=model_430 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=2340 -recol2d=5216 -name=Bronze plateskirt -certlink=obj_1088 - -// 1088 -[obj_1088] -certlink=obj_1087 -certtemplate=obj_799 - -// 1089 -[obj_1089] -cost=1920 -model=model_2542 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_266 -womanwear=model_430 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=2340 -recol2d=0 -name=Black plateskirt -certlink=obj_1090 - -// 1090 -[obj_1090] -certlink=obj_1089 -certtemplate=obj_799 - -// 1091 -[obj_1091] -cost=6400 -model=model_2542 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_266 -womanwear=model_430 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=2340 -recol2d=3235 -name=Adamant plateskirt -certlink=obj_1092 - -// 1092 -[obj_1092] -certlink=obj_1091 -certtemplate=obj_799 - -// 1093 -[obj_1093] -cost=64000 -model=model_2542 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_266 -womanwear=model_430 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=2340 -recol2d=3272 -name=Rune plateskirt -certlink=obj_1094 -lentlink=obj_13489 - -// 1094 -[obj_1094] -certlink=obj_1093 -certtemplate=obj_799 - -// 1095 -[obj_1095] -cost=20 -model=model_2555 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_262 -womanwear=model_425 -stockmarket=yes -name=Leather chaps -certlink=obj_1096 - -// 1096 -[obj_1096] -certlink=obj_1095 -certtemplate=obj_799 - -// 1097 -[obj_1097] -cost=750 -model=model_2581 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_277 -womanwear=model_441 -stockmarket=yes -retex1s=material_255 -retex1d=material_254 -name=Studded chaps -certlink=obj_1098 - -// 1098 -[obj_1098] -certlink=obj_1097 -certtemplate=obj_799 - -// 1099 -[obj_1099] -cost=3900 -model=model_2507 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_258 -womanwear=model_423 -stockmarket=yes -name=Green d'hide chaps -certlink=obj_1100 -lentlink=obj_13491 - -// 1100 -[obj_1100] -certlink=obj_1099 -certtemplate=obj_799 - -// 1101 -[obj_1101] -cost=210 -model=model_2439 -2dyof=2 -2dzoom=1100 -2dxan=568 -iop2=Wear -manwear=model_294 -womanwear=model_458 -stockmarket=yes -name=Iron chainbody -certlink=obj_1102 - -// 1102 -[obj_1102] -certlink=obj_1101 -certtemplate=obj_799 - -// 1103 -[obj_1103] -cost=60 -model=model_2558 -2dyof=2 -2dzoom=1100 -2dxan=568 -iop2=Wear -manwear=model_301 -womanwear=model_464 -stockmarket=yes -recol1s=8456 -recol1d=8354 -recol2s=13675 -recol2d=10468 -recol3s=11561 -recol3d=9411 -name=Bronze chainbody -certlink=obj_1104 - -// 1104 -[obj_1104] -certlink=obj_1103 -certtemplate=obj_799 - -// 1105 -[obj_1105] -cost=750 -model=model_2558 -2dzoom=1100 -2dxan=576 -iop2=Wear -manwear=model_301 -womanwear=model_464 -stockmarket=yes -name=Steel chainbody -certlink=obj_1106 - -// 1106 -[obj_1106] -certlink=obj_1105 -certtemplate=obj_799 - -// 1107 -[obj_1107] -cost=1440 -model=model_2558 -2dzoom=1100 -2dxan=576 -iop2=Wear -manwear=model_301 -womanwear=model_464 -stockmarket=yes -recol1s=8456 -recol1d=0 -recol2s=11561 -recol2d=4228 -recol3s=13675 -recol3d=6342 -name=Black chainbody -certlink=obj_1108 - -// 1108 -[obj_1108] -certlink=obj_1107 -certtemplate=obj_799 - -// 1109 -[obj_1109] -cost=1950 -model=model_2558 -2dyof=2 -2dzoom=1100 -2dxan=568 -iop2=Wear -manwear=model_301 -womanwear=model_464 -stockmarket=yes -recol1s=8456 -recol1d=6346 -recol2s=11561 -recol2d=8460 -recol3s=13675 -recol3d=10574 -name=Mithril chainbody -certlink=obj_1110 - -// 1110 -[obj_1110] -certlink=obj_1109 -certtemplate=obj_799 - -// 1111 -[obj_1111] -cost=4800 -model=model_2558 -2dyof=2 -2dzoom=1100 -2dxan=568 -iop2=Wear -manwear=model_301 -womanwear=model_464 -stockmarket=yes -recol1s=8456 -recol1d=6438 -recol2s=11561 -recol2d=9609 -recol3s=13675 -recol3d=6502 -name=Adamant chainbody -certlink=obj_1112 - -// 1112 -[obj_1112] -certlink=obj_1111 -certtemplate=obj_799 - -// 1113 -[obj_1113] -cost=50000 -model=model_2558 -2dyof=2 -2dzoom=1100 -2dxan=568 -manwear=model_301 -womanwear=model_464 -iop2=Wear -stockmarket=yes -recol1s=8456 -recol1d=6476 -recol2s=11561 -recol2d=8590 -recol3s=13675 -recol3d=7532 -name=Rune chainbody -certlink=obj_1114 -lentlink=obj_13781 - -// 1114 -[obj_1114] -certlink=obj_1113 -certtemplate=obj_799 - -// 1115 -[obj_1115] -cost=560 -model=model_2605 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -stockmarket=yes -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=8456 -recol3s=11561 -recol3d=6342 -name=Iron platebody -certlink=obj_1116 - -// 1116 -[obj_1116] -certlink=obj_1115 -certtemplate=obj_799 - -// 1117 -[obj_1117] -cost=160 -model=model_2605 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -stockmarket=yes -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=8354 -recol3s=11561 -recol3d=5216 -name=Bronze platebody -certlink=obj_1118 - -// 1118 -[obj_1118] -certlink=obj_1117 -certtemplate=obj_799 - -// 1119 -[obj_1119] -cost=2000 -model=model_2605 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -stockmarket=yes -recol1s=6342 -recol1d=16846 -name=Steel platebody -certlink=obj_1120 - -// 1120 -[obj_1120] -certlink=obj_1119 -certtemplate=obj_799 - -// 1121 -[obj_1121] -cost=5200 -model=model_2605 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -stockmarket=yes -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=6346 -recol3s=11561 -recol3d=3174 -name=Mithril platebody -certlink=obj_1122 - -// 1122 -[obj_1122] -certlink=obj_1121 -certtemplate=obj_799 - -// 1123 -[obj_1123] -cost=16640 -model=model_2605 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -stockmarket=yes -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=6438 -recol3s=11561 -recol3d=3235 -name=Adamant platebody -certlink=obj_1124 - -// 1124 -[obj_1124] -certlink=obj_1123 -certtemplate=obj_799 - -// 1125 -[obj_1125] -cost=3840 -model=model_2605 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -stockmarket=yes -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=2114 -recol3s=11561 -recol3d=0 -name=Black platebody -certlink=obj_1126 - -// 1126 -[obj_1126] -certlink=obj_1125 -certtemplate=obj_799 - -// 1127 -[obj_1127] -cost=65000 -model=model_2605 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -stockmarket=yes -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=6476 -recol3s=11561 -recol3d=3272 -name=Rune platebody -certlink=obj_1128 -lentlink=obj_13482 - -// 1128 -[obj_1128] -certlink=obj_1127 -certtemplate=obj_799 - -// 1129 -[obj_1129] -cost=21 -model=model_2540 -2dyof=2 -2dzoom=750 -2dxan=528 -iop2=Wear -manwear=model_311 -womanwear=model_475 -stockmarket=yes -name=Leather body -certlink=obj_1130 - -// 1130 -[obj_1130] -certlink=obj_1129 -certtemplate=obj_799 - -// 1131 -[obj_1131] -cost=170 -model=model_2474 -2dzoom=920 -2dxan=628 -iop2=Wear -manwear=model_296 -womanwear=model_5734 -stockmarket=yes -name=Hardleather body -certlink=obj_1132 - -// 1132 -[obj_1132] -certlink=obj_1131 -certtemplate=obj_799 - -// 1133 -[obj_1133] -cost=850 -model=model_2565 -2dzoom=910 -2dxan=580 -iop2=Wear -manwear=model_303 -womanwear=model_466 -stockmarket=yes -name=Studded body -certlink=obj_1134 - -// 1134 -[obj_1134] -certlink=obj_1133 -certtemplate=obj_799 - -// 1135 -[obj_1135] -cost=7800 -model=model_2745 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_314 -womanwear=model_477 -stockmarket=yes -name=Green d'hide body -certlink=obj_1136 -lentlink=obj_13483 - -// 1136 -[obj_1136] -certlink=obj_1135 -certtemplate=obj_799 - -// 1137 -[obj_1137] -cost=84 -model=model_2833 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron med helm -certlink=obj_1138 - -// 1138 -[obj_1138] -certlink=obj_1137 -certtemplate=obj_799 - -// 1139 -[obj_1139] -cost=24 -model=model_2833 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze med helm -certlink=obj_1140 - -// 1140 -[obj_1140] -certlink=obj_1139 -certtemplate=obj_799 - -// 1141 -[obj_1141] -cost=300 -model=model_2833 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -stockmarket=yes -name=Steel med helm -certlink=obj_1142 - -// 1142 -[obj_1142] -certlink=obj_1141 -certtemplate=obj_799 - -// 1143 -[obj_1143] -cost=780 -model=model_2833 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril med helm -certlink=obj_1144 - -// 1144 -[obj_1144] -certlink=obj_1143 -certtemplate=obj_799 - -// 1145 -[obj_1145] -cost=1920 -model=model_2833 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant med helm -certlink=obj_1146 - -// 1146 -[obj_1146] -certlink=obj_1145 -certtemplate=obj_799 - -// 1147 -[obj_1147] -cost=19200 -model=model_2833 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune med helm -certlink=obj_1148 -lentlink=obj_13783 - -// 1148 -[obj_1148] -certlink=obj_1147 -certtemplate=obj_799 - -// 1149 -[obj_1149] -cost=100000 -manwear=model_219 -manwear2=model_239 -womanwear=model_395 -womanwear2=model_413 -manhead=model_39819 -womanhead=model_38941 -model=model_2477 -2dxof=3 -2dyof=-5 -2dzoom=670 -2dyan=136 -2dxan=92 -iop2=Wear -members=yes -stockmarket=yes -recol1s=16846 -recol1d=14368 -name=Dragon med helm -certlink=obj_1150 -lentlink=obj_13495 - -// 1150 -[obj_1150] -certlink=obj_1149 -certtemplate=obj_799 - -// 1151 -[obj_1151] -cost=576 -model=model_2833 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -stockmarket=yes -recol1s=16846 -recol1d=2114 -name=Black med helm -certlink=obj_1152 - -// 1152 -[obj_1152] -certlink=obj_1151 -certtemplate=obj_799 - -// 1153 -[obj_1153] -cost=154 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=15392 -recol2d=6159 -name=Iron full helm -certlink=obj_1154 - -// 1154 -[obj_1154] -certlink=obj_1153 -certtemplate=obj_799 - -// 1155 -[obj_1155] -cost=44 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15392 -recol2d=6159 -name=Bronze full helm -certlink=obj_1156 - -// 1156 -[obj_1156] -certlink=obj_1155 -certtemplate=obj_799 - -// 1157 -[obj_1157] -cost=550 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=15392 -recol1d=6159 -name=Steel full helm -certlink=obj_1158 - -// 1158 -[obj_1158] -certlink=obj_1157 -certtemplate=obj_799 - -// 1159 -[obj_1159] -cost=1430 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15392 -recol2d=6159 -name=Mithril full helm -certlink=obj_1160 - -// 1160 -[obj_1160] -certlink=obj_1159 -certtemplate=obj_799 - -// 1161 -[obj_1161] -cost=3520 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15392 -recol2d=6159 -name=Adamant full helm -certlink=obj_1162 - -// 1162 -[obj_1162] -certlink=obj_1161 -certtemplate=obj_799 - -// 1163 -[obj_1163] -cost=35200 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15392 -recol2d=6159 -name=Rune full helm -certlink=obj_1164 -lentlink=obj_13496 - -// 1164 -[obj_1164] -certlink=obj_1163 -certtemplate=obj_799 - -// 1165 -[obj_1165] -cost=1372 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=15392 -recol2d=6159 -name=Black full helm -certlink=obj_1166 - -// 1166 -[obj_1166] -certlink=obj_1165 -certtemplate=obj_799 - -// 1167 -[obj_1167] -cost=24 -model=model_2541 -2dxof=3 -2dyof=-5 -2dzoom=610 -2dyan=300 -2dxan=108 -iop2=Wear -manwear=model_220 -womanwear=model_396 -manhead=model_40017 -womanhead=model_38760 -manhead2=model_39799 -womanhead2=model_39170 -stockmarket=yes -recol1s=12685 -recol1d=7363 -name=Leather cowl -certlink=obj_1168 - -// 1168 -[obj_1168] -certlink=obj_1167 -certtemplate=obj_799 - -// 1169 -[obj_1169] -cost=200 -model=model_2541 -2dxof=3 -2dyof=-5 -2dzoom=610 -2dyan=300 -2dxan=108 -iop2=Wear -manwear=model_220 -womanwear=model_396 -manhead=model_40017 -womanhead=model_38760 -womanhead2=model_39170 -manhead2=model_39799 -stockmarket=yes -name=Coif -certlink=obj_1170 - -// 1170 -[obj_1170] -certlink=obj_1169 -certtemplate=obj_799 - -// 1171 -[obj_1171] -cost=20 -model=model_2601 -2dxof=3 -2dyof=40 -2dzoom=1390 -2dyan=32 -2dxan=328 -iop2=Wield -manwear=model_517 -womanwear=model_517 -stockmarket=yes -recol1s=16846 -recol1d=10434 -name=Wooden shield -womanwearoff=-3,-11,6 -certlink=obj_1172 - -// 1172 -[obj_1172] -certlink=obj_1171 -certtemplate=obj_799 - -// 1173 -[obj_1173] -cost=48 -model=model_2720 -2dxof=2 -2dyof=174 -2dzoom=1410 -2dyan=60 -2dxan=268 -iop2=Wield -manwear=model_541 -womanwear=model_541 -stockmarket=yes -recol1s=15789 -recol1d=8354 -name=Bronze sq shield -womanwearoff=-3,-11,6 -certlink=obj_1174 - -// 1174 -[obj_1174] -certlink=obj_1173 -certtemplate=obj_799 - -// 1175 -[obj_1175] -cost=168 -model=model_2720 -2dxof=2 -2dyof=174 -2dzoom=1410 -2dyan=60 -2dxan=268 -iop2=Wield -manwear=model_541 -womanwear=model_541 -stockmarket=yes -recol1s=15789 -recol1d=8456 -name=Iron sq shield -womanwearoff=-3,-11,6 -certlink=obj_1176 - -// 1176 -[obj_1176] -certlink=obj_1175 -certtemplate=obj_799 - -// 1177 -[obj_1177] -cost=600 -model=model_2720 -2dxof=2 -2dyof=174 -2dzoom=1410 -2dyan=60 -2dxan=268 -iop2=Wield -manwear=model_541 -womanwear=model_541 -stockmarket=yes -recol1s=15789 -recol1d=16846 -name=Steel sq shield -womanwearoff=-3,-11,6 -certlink=obj_1178 - -// 1178 -[obj_1178] -certlink=obj_1177 -certtemplate=obj_799 - -// 1179 -[obj_1179] -cost=1152 -model=model_2720 -2dxof=2 -2dyof=174 -2dzoom=1410 -2dyan=60 -2dxan=268 -iop2=Wield -manwear=model_541 -womanwear=model_541 -stockmarket=yes -recol1s=15789 -recol1d=3171 -name=Black sq shield -womanwearoff=-3,-11,6 -certlink=obj_1180 - -// 1180 -[obj_1180] -certlink=obj_1179 -certtemplate=obj_799 - -// 1181 -[obj_1181] -cost=1560 -model=model_2720 -2dxof=2 -2dyof=174 -2dzoom=1410 -2dyan=60 -2dxan=268 -iop2=Wield -manwear=model_541 -womanwear=model_541 -stockmarket=yes -recol1s=15789 -recol1d=6346 -name=Mithril sq shield -womanwearoff=-3,-11,6 -certlink=obj_1182 - -// 1182 -[obj_1182] -certlink=obj_1181 -certtemplate=obj_799 - -// 1183 -[obj_1183] -cost=3840 -model=model_2720 -2dxof=2 -2dyof=174 -2dzoom=1410 -2dyan=60 -2dxan=268 -iop2=Wield -manwear=model_541 -womanwear=model_541 -stockmarket=yes -recol1s=15789 -recol1d=6438 -name=Adamant sq shield -womanwearoff=-3,-11,6 -certlink=obj_1184 - -// 1184 -[obj_1184] -certlink=obj_1183 -certtemplate=obj_799 - -// 1185 -[obj_1185] -cost=38400 -model=model_2720 -2dxof=2 -2dyof=174 -2dzoom=1410 -2dyan=60 -2dxan=268 -iop2=Wield -manwear=model_541 -womanwear=model_541 -stockmarket=yes -recol1s=15789 -recol1d=6476 -name=Rune sq shield -womanwearoff=-3,-11,6 -certlink=obj_1186 -lentlink=obj_13787 - -// 1186 -[obj_1186] -certlink=obj_1185 -certtemplate=obj_799 - -// 1187 -[obj_1187] -cost=500000 -members=yes -model=model_2840 -2dxof=1 -2dyof=10 -2dzoom=1730 -2dyan=120 -2dxan=352 -iop2=Wield -manwear=model_565 -womanwear=model_565 -stockmarket=yes -name=Dragon sq shield -womanwearoff=-3,-11,6 -certlink=obj_1188 -lentlink=obj_13506 - -// 1188 -[obj_1188] -certlink=obj_1187 -certtemplate=obj_799 - -// 1189 -[obj_1189] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=68 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=7296 -name=Bronze kiteshield -womanwearoff=-3,-11,6 -certlink=obj_1190 - -// 1190 -[obj_1190] -certlink=obj_1189 -certtemplate=obj_799 - -// 1191 -[obj_1191] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=238 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=7296 -name=Iron kiteshield -womanwearoff=-3,-11,6 -certlink=obj_1192 - -// 1192 -[obj_1192] -certlink=obj_1191 -certtemplate=obj_799 - -// 1193 -[obj_1193] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=850 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=15789 -recol1d=7296 -name=Steel kiteshield -womanwearoff=-3,-11,6 -certlink=obj_1194 - -// 1194 -[obj_1194] -certlink=obj_1193 -certtemplate=obj_799 - -// 1195 -[obj_1195] -cost=2121 -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black kiteshield -womanwearoff=-3,-11,6 -certlink=obj_1196 - -// 1196 -[obj_1196] -certlink=obj_1195 -certtemplate=obj_799 - -// 1197 -[obj_1197] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=2210 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=7296 -name=Mithril kiteshield -womanwearoff=-3,-11,6 -certlink=obj_1198 - -// 1198 -[obj_1198] -certlink=obj_1197 -certtemplate=obj_799 - -// 1199 -[obj_1199] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=5440 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -name=Adamant kiteshield -womanwearoff=-3,-11,6 -certlink=obj_1200 - -// 1200 -[obj_1200] -certlink=obj_1199 -certtemplate=obj_799 - -// 1201 -[obj_1201] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=54400 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -name=Rune kiteshield -womanwearoff=-3,-11,6 -certlink=obj_1202 -lentlink=obj_13507 - -// 1202 -[obj_1202] -certlink=obj_1201 -certtemplate=obj_799 - -// 1203 -[obj_1203] -model=model_2672 -cost=35 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_533 -womanwear=model_533 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=10504 -recol2d=5285 -recol3s=20017 -recol3d=8456 -recol4s=28407 -recol4d=12618 -name=Iron dagger -womanwearoff=3,-11,6 -certlink=obj_1204 - -// 1204 -[obj_1204] -certlink=obj_1203 -certtemplate=obj_799 - -// 1205 -[obj_1205] -model=model_2672 -cost=10 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_533 -womanwear=model_533 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=10504 -recol2d=5184 -recol3s=20017 -recol3d=8354 -recol4s=28407 -recol4d=11493 -name=Bronze dagger -womanwearoff=3,-11,6 -certlink=obj_1206 - -// 1206 -[obj_1206] -certlink=obj_1205 -certtemplate=obj_799 - -// 1207 -[obj_1207] -model=model_2672 -cost=125 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_533 -womanwear=model_533 -stockmarket=yes -name=Steel dagger -womanwearoff=3,-11,6 -certlink=obj_1208 - -// 1208 -[obj_1208] -certlink=obj_1207 -certtemplate=obj_799 - -// 1209 -[obj_1209] -model=model_2672 -cost=325 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_533 -womanwear=model_533 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=10504 -recol2d=3175 -recol3s=20017 -recol3d=6346 -recol4s=28407 -recol4d=9517 -name=Mithril dagger -womanwearoff=3,-11,6 -certlink=obj_1210 - -// 1210 -[obj_1210] -certlink=obj_1209 -certtemplate=obj_799 - -// 1211 -[obj_1211] -model=model_2672 -cost=800 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_533 -womanwear=model_533 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=10504 -recol2d=3267 -recol3s=20017 -recol3d=6438 -recol4s=28407 -recol4d=9609 -name=Adamant dagger -womanwearoff=3,-11,6 -certlink=obj_1212 - -// 1212 -[obj_1212] -certlink=obj_1211 -certtemplate=obj_799 - -// 1213 -[obj_1213] -model=model_2672 -cost=8000 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_533 -womanwear=model_533 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=10504 -recol2d=3305 -recol3s=20017 -recol3d=6476 -recol4s=28407 -recol4d=9647 -name=Rune dagger -womanwearoff=3,-11,6 -certlink=obj_1214 -lentlink=obj_13765 - -// 1214 -[obj_1214] -certlink=obj_1213 -certtemplate=obj_799 - -// 1215 -[obj_1215] -members=yes -model=model_2718 -cost=30000 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_539 -womanwear=model_539 -stockmarket=yes -recol1s=1922 -recol1d=14368 -name=Dragon dagger -womanwearoff=3,-11,6 -certlink=obj_1216 -lentlink=obj_13465 - -// 1216 -[obj_1216] -certlink=obj_1215 -certtemplate=obj_799 - -// 1217 -[obj_1217] -model=model_2672 -cost=240 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_533 -womanwear=model_533 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=10504 -recol2d=2112 -recol3s=20017 -recol3d=0 -recol4s=28407 -recol4d=6340 -name=Black dagger -womanwearoff=3,-11,6 -certlink=obj_1218 - -// 1218 -[obj_1218] -certlink=obj_1217 -certtemplate=obj_799 - -// 1219 -[obj_1219] -members=yes -model=model_2478 -cost=35 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=10504 -recol2d=5285 -recol3s=20017 -recol3d=8456 -recol4s=28407 -recol4d=12618 -recol5s=1922 -recol5d=15936 -name=Iron dagger(p) -womanwearoff=3,-11,6 -certlink=obj_1220 - -// 1220 -[obj_1220] -certlink=obj_1219 -certtemplate=obj_799 - -// 1221 -[obj_1221] -members=yes -model=model_2478 -cost=10 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=10504 -recol2d=5184 -recol3s=20017 -recol3d=8354 -recol4s=28407 -recol4d=11493 -recol5s=1922 -recol5d=15936 -name=Bronze dagger(p) -womanwearoff=3,-11,6 -certlink=obj_1222 - -// 1222 -[obj_1222] -certlink=obj_1221 -certtemplate=obj_799 - -// 1223 -[obj_1223] -members=yes -model=model_2478 -cost=125 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=1922 -recol1d=15936 -name=Steel dagger(p) -womanwearoff=3,-11,6 -certlink=obj_1224 - -// 1224 -[obj_1224] -certlink=obj_1223 -certtemplate=obj_799 - -// 1225 -[obj_1225] -members=yes -model=model_2478 -cost=325 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=10504 -recol2d=3175 -recol3s=20017 -recol3d=6346 -recol4s=28407 -recol4d=9517 -recol5s=1922 -recol5d=15936 -name=Mithril dagger(p) -womanwearoff=3,-11,6 -certlink=obj_1226 - -// 1226 -[obj_1226] -certlink=obj_1225 -certtemplate=obj_799 - -// 1227 -[obj_1227] -members=yes -model=model_2478 -cost=800 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=10504 -recol2d=3267 -recol3s=20017 -recol3d=6438 -recol4s=28407 -recol4d=9609 -recol5s=1922 -recol5d=15936 -name=Adamant dagger(p) -womanwearoff=3,-11,6 -certlink=obj_1228 - -// 1228 -[obj_1228] -certlink=obj_1227 -certtemplate=obj_799 - -// 1229 -[obj_1229] -members=yes -model=model_2478 -cost=8000 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=10504 -recol2d=3305 -recol3s=20017 -recol3d=6476 -recol4s=28407 -recol4d=9647 -recol5s=1922 -recol5d=15936 -name=Rune dagger(p) -womanwearoff=3,-11,6 -certlink=obj_1230 -lentlink=obj_13766 - -// 1230 -[obj_1230] -certlink=obj_1229 -certtemplate=obj_799 - -// 1231 -[obj_1231] -members=yes -model=model_2718 -cost=24000 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_539 -womanwear=model_539 -stockmarket=yes -name=Dragon dagger(p) -womanwearoff=3,-11,6 -certlink=obj_1232 -lentlink=obj_13466 - -// 1232 -[obj_1232] -certlink=obj_1231 -certtemplate=obj_799 - -// 1233 -[obj_1233] -members=yes -model=model_2478 -cost=240 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=10504 -recol2d=2112 -recol3s=20017 -recol3d=0 -recol4s=28407 -recol4d=6340 -recol5s=1922 -recol5d=15936 -name=Black dagger(p) -womanwearoff=3,-11,6 -certlink=obj_1234 - -// 1234 -[obj_1234] -certlink=obj_1233 -certtemplate=obj_799 - -// 1235 -[obj_1235] -members=yes -model=model_2478 -cost=565 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -name=Poisoned dagger(p) -womanwearoff=3,-11,6 -certlink=obj_1236 - -// 1236 -[obj_1236] -certlink=obj_1235 -certtemplate=obj_799 - -// 1237 -[obj_1237] -members=yes -cost=26 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=8354 -recol2s=7399 -recol2d=8354 -name=Bronze spear -womanwearoff=3,-11,6 -certlink=obj_1238 - -// 1238 -[obj_1238] -certlink=obj_1237 -certtemplate=obj_799 - -// 1239 -[obj_1239] -members=yes -cost=91 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=7399 -recol1d=8456 -name=Iron spear -womanwearoff=3,-11,6 -certlink=obj_1240 - -// 1240 -[obj_1240] -certlink=obj_1239 -certtemplate=obj_799 - -// 1241 -[obj_1241] -members=yes -cost=325 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=16846 -recol2s=7399 -recol2d=16846 -name=Steel spear -womanwearoff=3,-11,6 -certlink=obj_1242 - -// 1242 -[obj_1242] -certlink=obj_1241 -certtemplate=obj_799 - -// 1243 -[obj_1243] -members=yes -cost=845 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=6346 -recol2s=7399 -recol2d=6346 -name=Mithril spear -womanwearoff=3,-11,6 -certlink=obj_1244 - -// 1244 -[obj_1244] -certlink=obj_1243 -certtemplate=obj_799 - -// 1245 -[obj_1245] -members=yes -cost=2080 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=6438 -recol2s=7399 -recol2d=6438 -name=Adamant spear -womanwearoff=3,-11,6 -certlink=obj_1246 - -// 1246 -[obj_1246] -certlink=obj_1245 -certtemplate=obj_799 - -// 1247 -[obj_1247] -members=yes -cost=20800 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=6476 -recol2s=7399 -recol2d=6476 -name=Rune spear -womanwearoff=3,-11,6 -certlink=obj_1248 -lentlink=obj_13769 - -// 1248 -[obj_1248] -certlink=obj_1247 -certtemplate=obj_799 - -// 1249 -[obj_1249] -members=yes -cost=62400 -model=model_2482 -iop2=Wield -manwear=model_505 -womanwear=model_505 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=1890 -recol1d=14368 -name=Dragon spear -womanwearoff=3,-11,6 -certlink=obj_1250 -lentlink=obj_13770 - -// 1250 -[obj_1250] -certlink=obj_1249 -certtemplate=obj_799 - -// 1251 -[obj_1251] -members=yes -cost=26 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Bronze spear(p) -womanwearoff=3,-11,6 -certlink=obj_1252 - -// 1252 -[obj_1252] -certlink=obj_1251 -certtemplate=obj_799 - -// 1253 -[obj_1253] -members=yes -cost=91 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Iron spear(p) -womanwearoff=3,-11,6 -certlink=obj_1254 - -// 1254 -[obj_1254] -certlink=obj_1253 -certtemplate=obj_799 - -// 1255 -[obj_1255] -members=yes -cost=325 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Steel spear(p) -womanwearoff=3,-11,6 -certlink=obj_1256 - -// 1256 -[obj_1256] -certlink=obj_1255 -certtemplate=obj_799 - -// 1257 -[obj_1257] -members=yes -cost=845 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Mithril spear(p) -womanwearoff=3,-11,6 -certlink=obj_1258 - -// 1258 -[obj_1258] -certlink=obj_1257 -certtemplate=obj_799 - -// 1259 -[obj_1259] -members=yes -cost=2080 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Adamant spear(p) -womanwearoff=3,-11,6 -certlink=obj_1260 - -// 1260 -[obj_1260] -certlink=obj_1259 -certtemplate=obj_799 - -// 1261 -[obj_1261] -members=yes -cost=20800 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Rune spear(p) -womanwearoff=3,-11,6 -certlink=obj_1262 -lentlink=obj_13771 - -// 1262 -[obj_1262] -certlink=obj_1261 -certtemplate=obj_799 - -// 1263 -[obj_1263] -members=yes -cost=62400 -model=model_2482 -iop2=Wield -manwear=model_505 -womanwear=model_505 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=1890 -recol1d=15936 -name=Dragon spear(p) -womanwearoff=3,-11,6 -certlink=obj_1264 -lentlink=obj_13772 - -// 1264 -[obj_1264] -certlink=obj_1263 -certtemplate=obj_799 - -// 1265 -[obj_1265] -cost=1 -model=model_2529 -manwear=model_509 -womanwear=model_509 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -iop2=Wield -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze pickaxe -womanwearoff=3,-11,6 -certlink=obj_1266 - -// 1266 -[obj_1266] -certlink=obj_1265 -certtemplate=obj_799 - -// 1267 -[obj_1267] -cost=140 -model=model_2529 -manwear=model_509 -womanwear=model_509 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -iop2=Wield -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron pickaxe -womanwearoff=3,-11,6 -certlink=obj_1268 - -// 1268 -[obj_1268] -certlink=obj_1267 -certtemplate=obj_799 - -// 1269 -[obj_1269] -cost=500 -model=model_2529 -manwear=model_509 -womanwear=model_509 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -iop2=Wield -stockmarket=yes -name=Steel pickaxe -womanwearoff=3,-11,6 -certlink=obj_1270 - -// 1270 -[obj_1270] -certlink=obj_1269 -certtemplate=obj_799 - -// 1271 -[obj_1271] -cost=3200 -model=model_2529 -manwear=model_509 -womanwear=model_509 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -iop2=Wield -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant pickaxe -womanwearoff=3,-11,6 -certlink=obj_1272 - -// 1272 -[obj_1272] -certlink=obj_1271 -certtemplate=obj_799 - -// 1273 -[obj_1273] -cost=1300 -model=model_2529 -manwear=model_509 -womanwear=model_509 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -iop2=Wield -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril pickaxe -womanwearoff=3,-11,6 -certlink=obj_1274 - -// 1274 -[obj_1274] -certlink=obj_1273 -certtemplate=obj_799 - -// 1275 -[obj_1275] -cost=32000 -model=model_2529 -manwear=model_509 -womanwear=model_509 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -iop2=Wield -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune pickaxe -womanwearoff=3,-11,6 -certlink=obj_1276 -lentlink=obj_13480 - -// 1276 -[obj_1276] -certlink=obj_1275 -certtemplate=obj_799 - -// 1277 -[obj_1277] -cost=26 -model=model_2604 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -iop2=Wield -manwear=model_519 -womanwear=model_519 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze sword -womanwearoff=3,-11,6 -certlink=obj_1278 - -// 1278 -[obj_1278] -certlink=obj_1277 -certtemplate=obj_799 - -// 1279 -[obj_1279] -cost=91 -model=model_2604 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -iop2=Wield -manwear=model_519 -womanwear=model_519 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron sword -womanwearoff=3,-11,6 -certlink=obj_1280 - -// 1280 -[obj_1280] -certlink=obj_1279 -certtemplate=obj_799 - -// 1281 -[obj_1281] -cost=325 -model=model_2604 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -iop2=Wield -manwear=model_519 -womanwear=model_519 -stockmarket=yes -name=Steel sword -womanwearoff=3,-11,6 -certlink=obj_1282 - -// 1282 -[obj_1282] -certlink=obj_1281 -certtemplate=obj_799 - -// 1283 -[obj_1283] -cost=624 -model=model_2604 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -iop2=Wield -manwear=model_519 -womanwear=model_519 -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Black sword -womanwearoff=3,-11,6 -certlink=obj_1284 - -// 1284 -[obj_1284] -certlink=obj_1283 -certtemplate=obj_799 - -// 1285 -[obj_1285] -cost=845 -model=model_2604 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -iop2=Wield -manwear=model_519 -womanwear=model_519 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril sword -womanwearoff=3,-11,6 -certlink=obj_1286 - -// 1286 -[obj_1286] -certlink=obj_1285 -certtemplate=obj_799 - -// 1287 -[obj_1287] -cost=2080 -model=model_2604 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -iop2=Wield -manwear=model_519 -womanwear=model_519 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant sword -womanwearoff=3,-11,6 -certlink=obj_1288 - -// 1288 -[obj_1288] -certlink=obj_1287 -certtemplate=obj_799 - -// 1289 -[obj_1289] -cost=20800 -model=model_2604 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -iop2=Wield -manwear=model_519 -womanwear=model_519 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune sword -womanwearoff=3,-11,6 -certlink=obj_1290 -lentlink=obj_13777 - -// 1290 -[obj_1290] -certlink=obj_1289 -certtemplate=obj_799 - -// 1291 -[obj_1291] -cost=40 -model=model_2602 -2dxof=-13 -2dyof=-2 -2dzoom=860 -2dyan=1348 -2dzan=96 -2dxan=100 -iop2=Wield -manwear=model_518 -womanwear=model_518 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze longsword -womanwearoff=3,-11,6 -certlink=obj_1292 - -// 1292 -[obj_1292] -certlink=obj_1291 -certtemplate=obj_799 - -// 1293 -[obj_1293] -cost=140 -model=model_2602 -2dxof=-13 -2dyof=-2 -2dzoom=860 -2dyan=1348 -2dzan=96 -2dxan=100 -iop2=Wield -manwear=model_518 -womanwear=model_518 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron longsword -womanwearoff=3,-11,6 -certlink=obj_1294 - -// 1294 -[obj_1294] -certlink=obj_1293 -certtemplate=obj_799 - -// 1295 -[obj_1295] -cost=500 -model=model_2602 -2dxof=-13 -2dyof=-2 -2dzoom=860 -2dyan=1348 -2dzan=96 -2dxan=100 -iop2=Wield -manwear=model_518 -womanwear=model_518 -stockmarket=yes -name=Steel longsword -womanwearoff=3,-11,6 -certlink=obj_1296 - -// 1296 -[obj_1296] -certlink=obj_1295 -certtemplate=obj_799 - -// 1297 -[obj_1297] -cost=960 -model=model_2602 -2dxof=-13 -2dyof=-2 -2dzoom=860 -2dyan=1348 -2dzan=96 -2dxan=100 -iop2=Wield -manwear=model_518 -womanwear=model_518 -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Black longsword -womanwearoff=3,-11,6 -certlink=obj_1298 - -// 1298 -[obj_1298] -certlink=obj_1297 -certtemplate=obj_799 - -// 1299 -[obj_1299] -cost=1300 -model=model_2602 -2dxof=-13 -2dyof=-2 -2dzoom=860 -2dyan=1348 -2dzan=96 -2dxan=100 -iop2=Wield -manwear=model_518 -womanwear=model_518 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril longsword -womanwearoff=3,-11,6 -certlink=obj_1300 - -// 1300 -[obj_1300] -certlink=obj_1299 -certtemplate=obj_799 - -// 1301 -[obj_1301] -cost=3200 -model=model_2602 -2dxof=-13 -2dyof=-2 -2dzoom=860 -2dyan=1348 -2dzan=96 -2dxan=100 -iop2=Wield -manwear=model_518 -womanwear=model_518 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant longsword -womanwearoff=3,-11,6 -certlink=obj_1302 - -// 1302 -[obj_1302] -certlink=obj_1301 -certtemplate=obj_799 - -// 1303 -[obj_1303] -cost=32000 -model=model_2602 -2dxof=-13 -2dyof=-2 -2dzoom=860 -2dyan=1348 -2dzan=96 -2dxan=100 -iop2=Wield -manwear=model_518 -womanwear=model_518 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune longsword -womanwearoff=3,-11,6 -certlink=obj_1304 -lentlink=obj_13474 - -// 1304 -[obj_1304] -certlink=obj_1303 -certtemplate=obj_799 - -// 1305 -[obj_1305] -cost=100000 -members=yes -model=model_2834 -2dyof=-5 -2dzoom=1570 -2dyan=360 -2dxan=400 -iop2=Wield -manwear=model_564 -womanwear=model_564 -stockmarket=yes -name=Dragon longsword -womanwearoff=3,-11,6 -certlink=obj_1306 -lentlink=obj_13475 - -// 1306 -[obj_1306] -certlink=obj_1305 -certtemplate=obj_799 - -// 1307 -[obj_1307] -cost=80 -model=model_2754 -2dxof=3 -2dyof=-9 -2dzoom=1380 -2dyan=1396 -2dxan=204 -iop2=Wield -manwear=model_546 -womanwear=model_546 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze 2h sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_1308 - -// 1308 -[obj_1308] -certlink=obj_1307 -certtemplate=obj_799 - -// 1309 -[obj_1309] -cost=280 -model=model_2754 -2dxof=3 -2dyof=-9 -2dzoom=1380 -2dyan=1396 -2dxan=204 -iop2=Wield -manwear=model_546 -womanwear=model_546 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron 2h sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_1310 - -// 1310 -[obj_1310] -certlink=obj_1309 -certtemplate=obj_799 - -// 1311 -[obj_1311] -cost=1000 -model=model_2754 -2dxof=3 -2dyof=-9 -2dzoom=1380 -2dyan=1396 -2dxan=204 -iop2=Wield -manwear=model_546 -womanwear=model_546 -stockmarket=yes -name=Steel 2h sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_1312 - -// 1312 -[obj_1312] -certlink=obj_1311 -certtemplate=obj_799 - -// 1313 -[obj_1313] -cost=1920 -model=model_2754 -2dxof=3 -2dyof=-9 -2dzoom=1380 -2dyan=1396 -2dxan=204 -iop2=Wield -manwear=model_546 -womanwear=model_546 -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Black 2h sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_1314 - -// 1314 -[obj_1314] -certlink=obj_1313 -certtemplate=obj_799 - -// 1315 -[obj_1315] -cost=2600 -model=model_2754 -2dxof=3 -2dyof=-9 -2dzoom=1380 -2dyan=1396 -2dxan=204 -iop2=Wield -manwear=model_546 -womanwear=model_546 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril 2h sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_1316 - -// 1316 -[obj_1316] -certlink=obj_1315 -certtemplate=obj_799 - -// 1317 -[obj_1317] -cost=6400 -model=model_2754 -2dxof=3 -2dyof=-9 -2dzoom=1380 -2dyan=1396 -2dxan=204 -iop2=Wield -manwear=model_546 -womanwear=model_546 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant 2h sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_1318 - -// 1318 -[obj_1318] -certlink=obj_1317 -certtemplate=obj_799 - -// 1319 -[obj_1319] -cost=64000 -model=model_2754 -2dxof=3 -2dyof=-9 -2dzoom=1380 -2dyan=1396 -2dxan=204 -iop2=Wield -manwear=model_546 -womanwear=model_546 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune 2h sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_1320 -lentlink=obj_13778 - -// 1320 -[obj_1320] -certlink=obj_1319 -certtemplate=obj_799 - -// 1321 -[obj_1321] -cost=32 -model=model_2373 -2dxof=-6 -2dyof=4 -2dzoom=1180 -2dyan=1120 -2dxan=300 -iop2=Wield -manwear=model_490 -womanwear=model_490 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze scimitar -womanwearoff=3,-11,6 -certlink=obj_1322 - -// 1322 -[obj_1322] -certlink=obj_1321 -certtemplate=obj_799 - -// 1323 -[obj_1323] -cost=112 -model=model_2373 -2dxof=-6 -2dyof=4 -2dzoom=1180 -2dyan=1120 -2dxan=300 -iop2=Wield -manwear=model_490 -womanwear=model_490 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron scimitar -womanwearoff=3,-11,6 -certlink=obj_1324 - -// 1324 -[obj_1324] -certlink=obj_1323 -certtemplate=obj_799 - -// 1325 -[obj_1325] -cost=400 -model=model_2373 -2dxof=-6 -2dyof=4 -2dzoom=1180 -2dyan=1120 -2dxan=300 -iop2=Wield -manwear=model_490 -womanwear=model_490 -stockmarket=yes -name=Steel scimitar -womanwearoff=3,-11,6 -certlink=obj_1326 - -// 1326 -[obj_1326] -certlink=obj_1325 -certtemplate=obj_799 - -// 1327 -[obj_1327] -cost=768 -model=model_2373 -2dxof=-6 -2dyof=4 -2dzoom=1180 -2dyan=1120 -2dxan=300 -iop2=Wield -manwear=model_490 -womanwear=model_490 -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Black scimitar -womanwearoff=3,-11,6 -certlink=obj_1328 - -// 1328 -[obj_1328] -certlink=obj_1327 -certtemplate=obj_799 - -// 1329 -[obj_1329] -cost=1040 -model=model_2373 -2dxof=-6 -2dyof=4 -2dzoom=1180 -2dyan=1120 -2dxan=300 -iop2=Wield -manwear=model_490 -womanwear=model_490 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril scimitar -womanwearoff=3,-11,6 -certlink=obj_1330 - -// 1330 -[obj_1330] -certlink=obj_1329 -certtemplate=obj_799 - -// 1331 -[obj_1331] -cost=2560 -model=model_2373 -2dxof=-6 -2dyof=4 -2dzoom=1180 -2dyan=1120 -2dxan=300 -iop2=Wield -manwear=model_490 -womanwear=model_490 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant scimitar -womanwearoff=3,-11,6 -certlink=obj_1332 - -// 1332 -[obj_1332] -certlink=obj_1331 -certtemplate=obj_799 - -// 1333 -[obj_1333] -cost=25600 -model=model_2373 -2dxof=-6 -2dyof=4 -2dzoom=1180 -2dyan=1120 -2dxan=300 -iop2=Wield -manwear=model_490 -womanwear=model_490 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune scimitar -womanwearoff=3,-11,6 -certlink=obj_1334 -lentlink=obj_13476 - -// 1334 -[obj_1334] -certlink=obj_1333 -certtemplate=obj_799 - -// 1335 -[obj_1335] -cost=224 -iop2=Wield -manwear=model_542 -womanwear=model_542 -model=model_2731 -2dxof=3 -2dyof=3 -2dzoom=1050 -2dyan=456 -2dxan=344 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron warhammer -womanwearoff=3,-11,6 -certlink=obj_1336 - -// 1336 -[obj_1336] -certlink=obj_1335 -certtemplate=obj_799 - -// 1337 -[obj_1337] -cost=61 -iop2=Wield -manwear=model_542 -womanwear=model_542 -model=model_2731 -2dxof=3 -2dyof=3 -2dzoom=1050 -2dyan=456 -2dxan=344 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze warhammer -womanwearoff=3,-11,6 -certlink=obj_1338 - -// 1338 -[obj_1338] -certlink=obj_1337 -certtemplate=obj_799 - -// 1339 -[obj_1339] -cost=832 -iop2=Wield -manwear=model_542 -womanwear=model_542 -model=model_2731 -2dxof=3 -2dyof=3 -2dzoom=1050 -2dyan=456 -2dxan=344 -stockmarket=yes -name=Steel warhammer -womanwearoff=3,-11,6 -certlink=obj_1340 - -// 1340 -[obj_1340] -certlink=obj_1339 -certtemplate=obj_799 - -// 1341 -[obj_1341] -cost=1274 -iop2=Wield -manwear=model_542 -womanwear=model_542 -model=model_2731 -2dxof=3 -2dyof=3 -2dzoom=1050 -2dyan=456 -2dxan=344 -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Black warhammer -womanwearoff=3,-11,6 -certlink=obj_1342 - -// 1342 -[obj_1342] -certlink=obj_1341 -certtemplate=obj_799 - -// 1343 -[obj_1343] -cost=2158 -iop2=Wield -manwear=model_542 -womanwear=model_542 -model=model_2731 -2dxof=3 -2dyof=3 -2dzoom=1050 -2dyan=456 -2dxan=344 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril warhammer -womanwearoff=3,-11,6 -certlink=obj_1344 - -// 1344 -[obj_1344] -certlink=obj_1343 -certtemplate=obj_799 - -// 1345 -[obj_1345] -cost=5356 -iop2=Wield -manwear=model_542 -womanwear=model_542 -model=model_2731 -2dxof=3 -2dyof=3 -2dzoom=1050 -2dyan=456 -2dxan=344 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant warhammer -womanwearoff=3,-11,6 -certlink=obj_1346 - -// 1346 -[obj_1346] -certlink=obj_1345 -certtemplate=obj_799 - -// 1347 -[obj_1347] -cost=41500 -iop2=Wield -manwear=model_542 -womanwear=model_542 -model=model_2731 -2dxof=3 -2dyof=3 -2dzoom=1050 -2dyan=456 -2dxan=344 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune warhammer -womanwearoff=3,-11,6 -certlink=obj_1348 -lentlink=obj_13473 - -// 1348 -[obj_1348] -certlink=obj_1347 -certtemplate=obj_799 - -// 1349 -[obj_1349] -cost=56 -model=model_2544 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -iop2=Wield -manwear=model_510 -womanwear=model_510 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron axe -womanwearoff=3,-11,6 -certlink=obj_1350 - -// 1350 -[obj_1350] -certlink=obj_1349 -certtemplate=obj_799 - -// 1351 -[obj_1351] -cost=16 -model=model_2544 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -iop2=Wield -manwear=model_510 -womanwear=model_510 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze axe -womanwearoff=3,-11,6 -certlink=obj_1352 - -// 1352 -[obj_1352] -certlink=obj_1351 -certtemplate=obj_799 - -// 1353 -[obj_1353] -cost=200 -model=model_2544 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -iop2=Wield -manwear=model_510 -womanwear=model_510 -stockmarket=yes -name=Steel axe -womanwearoff=3,-11,6 -certlink=obj_1354 - -// 1354 -[obj_1354] -certlink=obj_1353 -certtemplate=obj_799 - -// 1355 -[obj_1355] -cost=520 -model=model_2544 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -iop2=Wield -manwear=model_510 -womanwear=model_510 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril axe -womanwearoff=3,-11,6 -certlink=obj_1356 - -// 1356 -[obj_1356] -certlink=obj_1355 -certtemplate=obj_799 - -// 1357 -[obj_1357] -cost=1280 -model=model_2544 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -iop2=Wield -manwear=model_510 -womanwear=model_510 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant axe -womanwearoff=3,-11,6 -certlink=obj_1358 - -// 1358 -[obj_1358] -certlink=obj_1357 -certtemplate=obj_799 - -// 1359 -[obj_1359] -model=model_2544 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -iop2=Wield -manwear=model_510 -womanwear=model_510 -cost=12800 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune axe -womanwearoff=3,-11,6 -certlink=obj_1360 -lentlink=obj_13469 - -// 1360 -[obj_1360] -certlink=obj_1359 -certtemplate=obj_799 - -// 1361 -[obj_1361] -model=model_2544 -model=model_2544 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -manwear=model_510 -womanwear=model_510 -cost=384 -iop2=Wield -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Black axe -womanwearoff=3,-11,6 -certlink=obj_1362 - -// 1362 -[obj_1362] -certlink=obj_1361 -certtemplate=obj_799 - -// 1363 -[obj_1363] -cost=182 -model=model_2778 -2dxof=-7 -2dyof=-2 -2dzoom=1180 -2dyan=1128 -2dxan=420 -iop2=Wield -manwear=model_550 -womanwear=model_550 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron battleaxe -womanwearoff=3,-11,6 -certlink=obj_1364 - -// 1364 -[obj_1364] -certlink=obj_1363 -certtemplate=obj_799 - -// 1365 -[obj_1365] -cost=650 -model=model_2778 -2dxof=-7 -2dyof=-2 -2dzoom=1180 -2dyan=1128 -2dxan=420 -iop2=Wield -manwear=model_550 -womanwear=model_550 -stockmarket=yes -name=Steel battleaxe -womanwearoff=3,-11,6 -certlink=obj_1366 - -// 1366 -[obj_1366] -certlink=obj_1365 -certtemplate=obj_799 - -// 1367 -[obj_1367] -cost=1248 -model=model_2778 -2dxof=-7 -2dyof=-2 -2dzoom=1180 -2dyan=1128 -2dxan=420 -iop2=Wield -manwear=model_550 -womanwear=model_550 -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Black battleaxe -womanwearoff=3,-11,6 -certlink=obj_1368 - -// 1368 -[obj_1368] -certlink=obj_1367 -certtemplate=obj_799 - -// 1369 -[obj_1369] -cost=1690 -model=model_2778 -2dxof=-7 -2dyof=-2 -2dzoom=1180 -2dyan=1128 -2dxan=420 -iop2=Wield -manwear=model_550 -womanwear=model_550 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril battleaxe -womanwearoff=3,-11,6 -certlink=obj_1370 - -// 1370 -[obj_1370] -certlink=obj_1369 -certtemplate=obj_799 - -// 1371 -[obj_1371] -cost=4160 -model=model_2778 -2dxof=-7 -2dyof=-2 -2dzoom=1180 -2dyan=1128 -2dxan=420 -iop2=Wield -manwear=model_550 -womanwear=model_550 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant battleaxe -womanwearoff=3,-11,6 -certlink=obj_1372 - -// 1372 -[obj_1372] -certlink=obj_1371 -certtemplate=obj_799 - -// 1373 -[obj_1373] -cost=41600 -model=model_2778 -2dxof=-7 -2dyof=-2 -2dzoom=1180 -2dyan=1128 -2dxan=420 -iop2=Wield -manwear=model_550 -womanwear=model_550 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune battleaxe -womanwearoff=3,-11,6 -certlink=obj_1374 -lentlink=obj_13471 - -// 1374 -[obj_1374] -certlink=obj_1373 -certtemplate=obj_799 - -// 1375 -[obj_1375] -cost=52 -model=model_2778 -2dxof=-7 -2dyof=-2 -2dzoom=1180 -2dyan=1128 -2dxan=420 -iop2=Wield -manwear=model_550 -womanwear=model_550 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze battleaxe -womanwearoff=3,-11,6 -certlink=obj_1376 - -// 1376 -[obj_1376] -certlink=obj_1375 -certtemplate=obj_799 - -// 1377 -[obj_1377] -members=yes -cost=200000 -model=model_2801 -2dxof=1 -2dyof=-3 -2dzoom=1360 -2dyan=2020 -2dxan=420 -iop2=Wield -manwear=model_559 -womanwear=model_559 -stockmarket=yes -name=Dragon battleaxe -womanwearoff=3,-11,6 -certlink=obj_1378 -lentlink=obj_13472 - -// 1378 -[obj_1378] -certlink=obj_1377 -certtemplate=obj_799 - -// 1379 -[obj_1379] -cost=15 -model=model_2648 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -womanwear=model_534 -stockmarket=yes -name=Staff -womanwearoff=3,-11,6 -certlink=obj_1380 - -// 1380 -[obj_1380] -certlink=obj_1379 -certtemplate=obj_799 - -// 1381 -[obj_1381] -cost=1500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -name=Staff of air -womanwearoff=3,-11,6 -certlink=obj_1382 - -// 1382 -[obj_1382] -certlink=obj_1381 -certtemplate=obj_799 - -// 1383 -[obj_1383] -cost=1500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -recol1s=27483 -recol1d=1118 -name=Staff of water -womanwearoff=3,-11,6 -certlink=obj_1384 - -// 1384 -[obj_1384] -certlink=obj_1383 -certtemplate=obj_799 - -// 1385 -[obj_1385] -cost=1500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -recol1s=27483 -recol1d=16678 -name=Staff of earth -womanwearoff=3,-11,6 -certlink=obj_1386 - -// 1386 -[obj_1386] -certlink=obj_1385 -certtemplate=obj_799 - -// 1387 -[obj_1387] -cost=1500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -recol1s=27483 -recol1d=31808 -name=Staff of fire -womanwearoff=3,-11,6 -certlink=obj_1388 - -// 1388 -[obj_1388] -certlink=obj_1387 -certtemplate=obj_799 - -// 1389 -[obj_1389] -cost=200 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -recol1s=27483 -recol1d=4228 -name=Magic staff -womanwearoff=3,-11,6 -certlink=obj_1390 - -// 1390 -[obj_1390] -certlink=obj_1389 -certtemplate=obj_799 - -// 1391 -[obj_1391] -members=yes -cost=7000 -model=model_2648 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -womanwear=model_534 -stockmarket=yes -name=Battlestaff -womanwearoff=3,-11,6 -certlink=obj_1392 - -// 1392 -[obj_1392] -certlink=obj_1391 -certtemplate=obj_799 - -// 1393 -[obj_1393] -members=yes -cost=15500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -recol1s=27483 -recol1d=31808 -name=Fire battlestaff -womanwearoff=3,-11,6 -certlink=obj_1394 - -// 1394 -[obj_1394] -certlink=obj_1393 -certtemplate=obj_799 - -// 1395 -[obj_1395] -members=yes -cost=15500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -recol1s=27483 -recol1d=1118 -name=Water battlestaff -womanwearoff=3,-11,6 -certlink=obj_1396 - -// 1396 -[obj_1396] -certlink=obj_1395 -certtemplate=obj_799 - -// 1397 -[obj_1397] -members=yes -cost=15500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -name=Air battlestaff -womanwearoff=3,-11,6 -certlink=obj_1398 - -// 1398 -[obj_1398] -certlink=obj_1397 -certtemplate=obj_799 - -// 1399 -[obj_1399] -members=yes -cost=15500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -recol1s=27483 -recol1d=16678 -name=Earth battlestaff -womanwearoff=3,-11,6 -certlink=obj_1400 - -// 1400 -[obj_1400] -certlink=obj_1399 -certtemplate=obj_799 - -// 1401 -[obj_1401] -members=yes -cost=42500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -recol1s=27483 -recol1d=31808 -name=Mystic fire staff -womanwearoff=3,-11,6 -certlink=obj_1402 - -// 1402 -[obj_1402] -certlink=obj_1401 -certtemplate=obj_799 - -// 1403 -[obj_1403] -members=yes -cost=42500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -recol1s=27483 -recol1d=1118 -name=Mystic water staff -womanwearoff=3,-11,6 -certlink=obj_1404 - -// 1404 -[obj_1404] -certlink=obj_1403 -certtemplate=obj_799 - -// 1405 -[obj_1405] -members=yes -cost=42500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -name=Mystic air staff -womanwearoff=3,-11,6 -certlink=obj_1406 - -// 1406 -[obj_1406] -certlink=obj_1405 -certtemplate=obj_799 - -// 1407 -[obj_1407] -members=yes -cost=42500 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -stockmarket=yes -recol1s=27483 -recol1d=16678 -name=Mystic earth staff -womanwearoff=3,-11,6 -certlink=obj_1408 - -// 1408 -[obj_1408] -certlink=obj_1407 -certtemplate=obj_799 - -// 1409 -[obj_1409] -members=yes -model=model_2569 -2dyof=-15 -2dzoom=1640 -2dyan=1464 -2dxan=196 -cost=42500 -iop2=Wield -iop4=Check -manwear=model_514 -womanwear=model_514 -name=Iban's staff -womanwearoff=3,-11,-11 - -// 1410 -[obj_1410] -model=model_2835 -2dxof=8 -2dzoom=1410 -2dyan=1896 -2dxan=216 -members=yes -cost=20 -name=Iban's staff - -// 1411 -[obj_1411] -model=model_2411 -2dxof=-2 -2dyof=3 -2dzoom=1600 -2dyan=904 -2dxan=812 -name=Farmer's fork -certlink=obj_1412 - -// 1412 -[obj_1412] -certlink=obj_1411 -certtemplate=obj_799 - -// 1413 -[obj_1413] -model=model_2791 -2dxof=-7 -2dyof=-6 -2dzoom=1580 -2dyan=400 -2dxan=224 -name=Halberd -certlink=obj_1414 - -// 1414 -[obj_1414] -certlink=obj_1413 -certtemplate=obj_799 - -// 1415 -[obj_1415] -model=model_2731 -2dxof=3 -2dyof=3 -2dzoom=1050 -2dyan=456 -2dxan=344 -name=Warhammer -certlink=obj_1416 - -// 1416 -[obj_1416] -certlink=obj_1415 -certtemplate=obj_799 - -// 1417 -[obj_1417] -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -name=Javelin -certlink=obj_1418 - -// 1418 -[obj_1418] -certlink=obj_1417 -certtemplate=obj_799 - -// 1419 -[obj_1419] -model=model_2511 -2dxof=1 -2dyof=17 -2dzoom=1930 -2dyan=20 -2dxan=336 -iop2=Wield -manwear=model_40287 -womanwear=model_40287 -name=Scythe -womanwearoff=3,-11,6 - -// 1420 -[obj_1420] -cost=63 -iop2=Wield -manwear=model_502 -womanwear=model_502 -model=model_2464 -2dyof=-1 -2dzoom=1030 -2dyan=1188 -2dxan=392 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron mace -womanwearoff=3,-11,6 -certlink=obj_1421 - -// 1421 -[obj_1421] -certlink=obj_1420 -certtemplate=obj_799 - -// 1422 -[obj_1422] -cost=18 -iop2=Wield -manwear=model_502 -womanwear=model_502 -model=model_2464 -2dyof=-1 -2dzoom=1030 -2dyan=1188 -2dxan=392 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze mace -womanwearoff=3,-11,6 -certlink=obj_1423 - -// 1423 -[obj_1423] -certlink=obj_1422 -certtemplate=obj_799 - -// 1424 -[obj_1424] -cost=225 -iop2=Wield -manwear=model_502 -womanwear=model_502 -model=model_2464 -2dyof=-1 -2dzoom=1030 -2dyan=1188 -2dxan=392 -stockmarket=yes -name=Steel mace -womanwearoff=3,-11,6 -certlink=obj_1425 - -// 1425 -[obj_1425] -certlink=obj_1424 -certtemplate=obj_799 - -// 1426 -[obj_1426] -cost=432 -iop2=Wield -manwear=model_502 -womanwear=model_502 -model=model_2464 -2dyof=-1 -2dzoom=1030 -2dyan=1188 -2dxan=392 -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Black mace -womanwearoff=3,-11,6 -certlink=obj_1427 - -// 1427 -[obj_1427] -certlink=obj_1426 -certtemplate=obj_799 - -// 1428 -[obj_1428] -cost=585 -iop2=Wield -manwear=model_502 -womanwear=model_502 -model=model_2464 -2dyof=-1 -2dzoom=1030 -2dyan=1188 -2dxan=392 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril mace -womanwearoff=3,-11,6 -certlink=obj_1429 - -// 1429 -[obj_1429] -certlink=obj_1428 -certtemplate=obj_799 - -// 1430 -[obj_1430] -cost=1440 -iop2=Wield -manwear=model_502 -womanwear=model_502 -model=model_2464 -2dyof=-1 -2dzoom=1030 -2dyan=1188 -2dxan=392 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant mace -womanwearoff=3,-11,6 -certlink=obj_1431 - -// 1431 -[obj_1431] -certlink=obj_1430 -certtemplate=obj_799 - -// 1432 -[obj_1432] -cost=14400 -iop2=Wield -manwear=model_502 -womanwear=model_502 -model=model_2464 -2dyof=-1 -2dzoom=1030 -2dyan=1188 -2dxan=392 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune mace -womanwearoff=3,-11,6 -certlink=obj_1433 -lentlink=obj_13780 - -// 1433 -[obj_1433] -certlink=obj_1432 -certtemplate=obj_799 - -// 1434 -[obj_1434] -members=yes -cost=50000 -iop2=Wield -manwear=model_493 -womanwear=model_493 -model=model_2391 -2dxof=-13 -2dyof=13 -2dzoom=1440 -2dyan=1388 -2dxan=348 -stockmarket=yes -name=Dragon mace -womanwearoff=3,-11,6 -certlink=obj_1435 -lentlink=obj_13479 - -// 1435 -[obj_1435] -certlink=obj_1434 -certtemplate=obj_799 - -// 1436 -[obj_1436] -cost=4 -model=model_2349 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -stockmarket=yes -recol1s=16846 -recol1d=12618 -name=Rune essence -certlink=obj_1437 - -// 1437 -[obj_1437] -certlink=obj_1436 -certtemplate=obj_799 - -// 1438 -[obj_1438] -cost=4 -model=model_2441 -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Air talisman -certlink=obj_1439 - -// 1439 -[obj_1439] -certlink=obj_1438 -certtemplate=obj_799 - -// 1440 -[obj_1440] -cost=4 -model=model_2806 -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Earth talisman -certlink=obj_1441 - -// 1441 -[obj_1441] -certlink=obj_1440 -certtemplate=obj_799 - -// 1442 -[obj_1442] -cost=4 -model=model_2624 -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Fire talisman -certlink=obj_1443 - -// 1443 -[obj_1443] -certlink=obj_1442 -certtemplate=obj_799 - -// 1444 -[obj_1444] -cost=4 -model=model_2514 -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Water talisman -certlink=obj_1445 - -// 1445 -[obj_1445] -certlink=obj_1444 -certtemplate=obj_799 - -// 1446 -[obj_1446] -cost=4 -model=model_2785 -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Body talisman -certlink=obj_1447 - -// 1447 -[obj_1447] -certlink=obj_1446 -certtemplate=obj_799 - -// 1448 -[obj_1448] -cost=4 -model=model_2685 -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Mind talisman -certlink=obj_1449 - -// 1449 -[obj_1449] -certlink=obj_1448 -certtemplate=obj_799 - -// 1450 -[obj_1450] -cost=4 -model=model_2475 -members=yes -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Blood talisman -certlink=obj_1451 - -// 1451 -[obj_1451] -certlink=obj_1450 -certtemplate=obj_799 - -// 1452 -[obj_1452] -cost=4 -model=model_2563 -members=yes -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Chaos talisman -certlink=obj_1453 - -// 1453 -[obj_1453] -certlink=obj_1452 -certtemplate=obj_799 - -// 1454 -[obj_1454] -cost=4 -model=model_2502 -members=yes -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Cosmic talisman -certlink=obj_1455 - -// 1455 -[obj_1455] -certlink=obj_1454 -certtemplate=obj_799 - -// 1456 -[obj_1456] -cost=4 -model=model_2473 -members=yes -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Death talisman -certlink=obj_1457 - -// 1457 -[obj_1457] -certlink=obj_1456 -certtemplate=obj_799 - -// 1458 -[obj_1458] -cost=4 -model=model_2712 -members=yes -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Law talisman -certlink=obj_1459 - -// 1459 -[obj_1459] -certlink=obj_1458 -certtemplate=obj_799 - -// 1460 -[obj_1460] -cost=4 -model=model_2496 -members=yes -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -name=Soul talisman -certlink=obj_1461 - -// 1461 -[obj_1461] -certlink=obj_1460 -certtemplate=obj_799 - -// 1462 -[obj_1462] -cost=4 -model=model_2346 -members=yes -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -stockmarket=yes -name=Nature talisman -certlink=obj_1463 - -// 1463 -[obj_1463] -certlink=obj_1462 -certtemplate=obj_799 - -// 1464 -[obj_1464] -model=model_2560 -cost=25 -2dxof=6 -2dyof=-2 -2dzoom=830 -2dyan=132 -2dxan=320 -members=yes -stackable=yes -stockmarket=yes -name=Archery ticket - -// 1465 -[obj_1465] -cost=11 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=17981 -name=Weapon poison - -// 1466 -[obj_1466] -cost=4 -members=yes -model=model_2658 -2dxof=6 -2dyof=128 -2dzoom=690 -2dyan=140 -2dxan=272 -name=Sea slug - -// 1467 -[obj_1467] -members=yes -model=model_2402 -2dxof=4 -2dyof=20 -2dzoom=1020 -2dyan=188 -2dxan=316 -recol1s=9344 -recol1d=5251 -name=Damp sticks - -// 1468 -[obj_1468] -members=yes -model=model_2402 -2dxof=4 -2dyof=20 -2dzoom=1020 -2dyan=188 -2dxan=316 -iop1=Rub-together -recol1s=9344 -recol1d=5251 -name=Dry sticks - -// 1469 -[obj_1469] -members=yes -model=model_2676 -2dxof=2 -2dyof=-2 -2dzoom=984 -2dyan=50 -2dxan=325 -cost=0 -ambient=40 -contrast=20 -name=Broken glass - -// 1470 -[obj_1470] -cost=4 -model=model_2456 -2dzoom=1020 -2dyan=68 -2dxan=68 -stockmarket=yes -recol1s=32767 -recol1d=31808 -name=Red bead -certlink=obj_1471 - -// 1471 -[obj_1471] -certlink=obj_1470 -certtemplate=obj_799 - -// 1472 -[obj_1472] -cost=4 -model=model_2456 -2dzoom=1020 -2dyan=68 -2dxan=68 -stockmarket=yes -recol1s=32767 -recol1d=32736 -name=Yellow bead -certlink=obj_1473 - -// 1473 -[obj_1473] -certlink=obj_1472 -certtemplate=obj_799 - -// 1474 -[obj_1474] -cost=4 -model=model_2456 -2dzoom=1020 -2dyan=68 -2dxan=68 -stockmarket=yes -recol1s=32767 -recol1d=0 -name=Black bead -certlink=obj_1475 - -// 1475 -[obj_1475] -certlink=obj_1474 -certtemplate=obj_799 - -// 1476 -[obj_1476] -cost=4 -model=model_2456 -2dzoom=1020 -2dyan=68 -2dxan=68 -stockmarket=yes -name=White bead -certlink=obj_1477 - -// 1477 -[obj_1477] -certlink=obj_1476 -certtemplate=obj_799 - -// 1478 -[obj_1478] -cost=100 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=13537 -recol1d=16846 -recol2s=32736 -recol2d=32230 -name=Amulet of accuracy -certlink=obj_1479 - -// 1479 -[obj_1479] -certlink=obj_1478 -certtemplate=obj_799 - -// 1480 -[obj_1480] -model=model_2394 -members=yes -name=Rock - -// 1481 -[obj_1481] -cost=10 -model=model_3176 -2dzoom=1390 -2dyan=1700 -2dxan=100 -members=yes -name=Orb of light - -// 1482 -[obj_1482] -cost=10 -model=model_3176 -2dzoom=1390 -2dyan=1700 -2dxan=100 -members=yes -name=Orb of light - -// 1483 -[obj_1483] -cost=10 -model=model_3176 -2dzoom=1390 -2dyan=1700 -2dxan=100 -members=yes -name=Orb of light - -// 1484 -[obj_1484] -cost=20 -model=model_3176 -2dzoom=1390 -2dyan=1700 -2dxan=100 -members=yes -name=Orb of light - -// 1485 -[obj_1485] -cost=10 -model=model_2725 -2dyof=-15 -2dzoom=1360 -2dxan=368 -members=yes -recol1s=27412 -recol1d=8388 -name=Damp cloth - -// 1486 -[obj_1486] -cost=10 -model=model_2826 -2dxof=1 -2dyof=-37 -2dzoom=1890 -2dyan=1960 -2dxan=240 -members=yes -name=Piece of railing - -// 1487 -[obj_1487] -model=model_2495 -2dxof=4 -2dyof=-8 -2dzoom=840 -2dyan=132 -2dxan=248 -members=yes -cost=20 -name=Unicorn horn - -// 1488 -[obj_1488] -cost=10 -model=model_2759 -2dxof=-2 -2dyof=3 -2dzoom=580 -2dyan=156 -2dxan=444 -members=yes -name=Paladin's badge - -// 1489 -[obj_1489] -cost=10 -model=model_2759 -2dxof=-2 -2dyof=3 -2dzoom=580 -2dyan=156 -2dxan=444 -members=yes -recol1s=11705 -recol1d=5474 -name=Paladin's badge - -// 1490 -[obj_1490] -cost=10 -model=model_2759 -2dxof=-2 -2dyof=3 -2dzoom=580 -2dyan=156 -2dxan=444 -members=yes -recol1s=11705 -recol1d=15556 -name=Paladin's badge - -// 1491 -[obj_1491] -model=model_34099 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Witch's cat - -// 1492 -[obj_1492] -cost=2 -model=model_2730 -members=yes -iop1=Search -2dxof=2 -2dyof=15 -2dzoom=1040 -2dyan=1736 -2dxan=364 -name=Doll of iban - -// 1493 -[obj_1493] -cost=1 -model=model_2633 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13504 -recol1d=8384 -recol2s=32759 -recol2d=23186 -name=Old journal - -// 1494 -[obj_1494] -cost=1 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -name=History of iban - -// 1495 -[obj_1495] -cost=6 -model=model_2649 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -members=yes -iop2=Wear -manwear=model_179 -womanwear=model_356 -recol1s=9473 -recol1d=131 -name=Klank's gauntlets - -// 1496 -[obj_1496] -cost=1 -model=model_2793 -2dxof=-4 -2dzoom=1920 -2dyan=2012 -2dxan=472 -members=yes -name=Iban's dove - -// 1497 -[obj_1497] -cost=0 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -members=yes -recol1s=32736 -recol1d=18464 -recol2s=32767 -recol2d=10240 -name=Amulet of othanian - -// 1498 -[obj_1498] -cost=0 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -members=yes -recol1s=32736 -recol1d=18464 -recol2s=32767 -recol2d=10240 -name=Amulet of doomion - -// 1499 -[obj_1499] -cost=0 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -members=yes -recol1s=32736 -recol1d=18464 -recol2s=32767 -recol2d=10240 -name=Amulet of holthion - -// 1500 -[obj_1500] -cost=2 -model=model_2811 -2dzoom=1640 -2dxan=92 -members=yes -name=Iban's shadow - -// 1501 -[obj_1501] -cost=2 -members=yes -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=173 -recol1d=24160 -name=Dwarf brew - -// 1502 -[obj_1502] -cost=2 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -recol1s=22131 -recol1d=7399 -name=Iban's ashes - -// 1503 -[obj_1503] -members=yes -cost=5 -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -name=Warrant - -// 1504 -[obj_1504] -members=yes -cost=2 -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=173 -recol1d=17040 -name=Hangover cure - -// 1505 -[obj_1505] -members=yes -cost=1 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -name=A magic scroll - -// 1506 -[obj_1506] -members=yes -cost=2 -model=model_2442 -2dxof=-9 -2dyof=-7 -2dzoom=720 -2dyan=1676 -2dxan=208 -iop2=Wear -manwear=model_212 -womanwear=model_389 -manhead=model_40025 -womanhead=model_39136 -name=Gas mask - -// 1507 -[obj_1507] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=A small key - -// 1508 -[obj_1508] -members=yes -cost=2 -model=model_2709 -2dxof=-4 -2dyof=-4 -2dzoom=780 -2dyan=184 -2dxan=332 -iop1=Read -name=A scruffy note - -// 1509 -[obj_1509] -members=yes -cost=1 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -name=Book - -// 1510 -[obj_1510] -members=yes -cost=1 -model=model_2578 -2dxof=1 -2dyof=22 -2dzoom=1420 -2dyan=112 -2dxan=288 -name=Picture - -// 1511 -[obj_1511] -cost=4 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -op4=Light -op5=hidden -manwear=model_4048 -womanwear=model_4048 -stockmarket=yes -recol1s=20935 -recol1d=16740 -recol2s=12548 -recol2d=11491 -recol3s=10434 -recol3d=9377 -name=Logs -manwearoff=-16,3,3 -womanwearoff=-19,-9,8 -certlink=obj_1512 - -// 1512 -[obj_1512] -certlink=obj_1511 -certtemplate=obj_799 - -// 1513 -[obj_1513] -members=yes -cost=320 -model=model_26902 -ambient=40 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -op4=Light -op5=hidden -manwear=model_142 -womanwear=model_142 -stockmarket=yes -name=Magic logs -manwearoff=-16,3,3 -womanwearoff=-19,-9,8 -certlink=obj_1514 - -// 1514 -[obj_1514] -certlink=obj_1513 -certtemplate=obj_799 - -// 1515 -[obj_1515] -cost=160 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -op4=Light -op5=hidden -stockmarket=yes -recol1s=12548 -recol1d=7296 -recol2s=10434 -recol2d=5184 -recol3s=20935 -recol3d=10467 -name=Yew logs -certlink=obj_1516 - -// 1516 -[obj_1516] -certlink=obj_1515 -certtemplate=obj_799 - -// 1517 -[obj_1517] -cost=80 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -op4=Light -op5=hidden -stockmarket=yes -recol1s=12548 -recol1d=9376 -recol2s=10434 -recol2d=11490 -recol3s=20935 -recol3d=11490 -name=Maple logs -certlink=obj_1518 - -// 1518 -[obj_1518] -certlink=obj_1517 -certtemplate=obj_799 - -// 1519 -[obj_1519] -cost=40 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -op4=Light -op5=hidden -stockmarket=yes -recol1s=12548 -recol1d=6305 -recol2s=10434 -recol2d=8419 -recol3s=20935 -recol3d=8419 -name=Willow logs -certlink=obj_1520 - -// 1520 -[obj_1520] -certlink=obj_1519 -certtemplate=obj_799 - -// 1521 -[obj_1521] -cost=20 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -op4=Light -op5=hidden -stockmarket=yes -recol1s=20935 -recol1d=14662 -name=Oak logs -certlink=obj_1522 - -// 1522 -[obj_1522] -certlink=obj_1521 -certtemplate=obj_799 - -// 1523 -[obj_1523] -model=model_2727 -2dxof=-9 -2dyof=4 -2dzoom=760 -2dyan=192 -2dxan=512 -members=yes -cost=20 -stockmarket=yes -name=Lockpick -certlink=obj_1524 - -// 1524 -[obj_1524] -certlink=obj_1523 -certtemplate=obj_799 - -// 1525 -[obj_1525] -model=model_28853 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -iop1=Clean -recol1s=288 -recol1d=23426 -recol2s=448 -recol2d=4738 -name=Grimy snake weed - -// 1526 -[obj_1526] -cost=5 -model=model_2364 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -recol1s=288 -recol1d=23426 -name=Clean snake weed - -// 1527 -[obj_1527] -cost=1 -model=model_28853 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -iop1=Clean -recol1s=288 -recol1d=13600 -name=Grimy ardrigal - -// 1528 -[obj_1528] -cost=5 -model=model_2364 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -recol1s=288 -recol1d=13600 -recol2s=448 -recol2d=21920 -name=Clean ardrigal - -// 1529 -[obj_1529] -model=model_28853 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -iop1=Clean -name=Grimy sito foil - -// 1530 -[obj_1530] -cost=5 -model=model_2364 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -name=Clean sito foil - -// 1531 -[obj_1531] -model=model_28853 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -iop1=Clean -name=Grimy volencia moss - -// 1532 -[obj_1532] -cost=5 -model=model_2364 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -name=Clean volencia moss - -// 1533 -[obj_1533] -model=model_28853 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -iop1=Clean -name=Grimy rogue's purse - -// 1534 -[obj_1534] -cost=5 -model=model_2364 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -name=Clean rogue's purse - -// 1535 -[obj_1535] -model=model_26446 -2dxof=-1 -2dyof=5 -2dzoom=1438 -2dyan=1901 -2dxan=339 -iop1=Study -name=Map part - -// 1536 -[obj_1536] -model=model_26448 -2dzoom=1568 -2dyan=1898 -2dxan=456 -iop1=Study -name=Map part - -// 1537 -[obj_1537] -model=model_26449 -2dyan=1916 -2dxan=435 -iop1=Study -name=Map part - -// 1538 -[obj_1538] -model=model_26450 -2dxof=-1 -2dyof=4 -2dzoom=2086 -2dyan=1881 -2dxan=526 -iop1=Study -name=Crandor map - -// 1539 -[obj_1539] -cost=52 -model=model_2580 -stackable=yes -2dxof=3 -2dyof=4 -2dzoom=650 -2dyan=1984 -2dxan=308 -stockmarket=yes -name=Steel nails - -// 1540 -[obj_1540] -model=model_26447 -cost=20 -2dxof=3 -2dyof=37 -2dzoom=1670 -2dyan=64 -2dxan=336 -iop2=Wear -manwear=model_26424 -womanwear=model_26424 -stockmarket=yes -name=Anti-dragon shield -womanwearoff=-3,-11,6 -certlink=obj_1541 - -// 1541 -[obj_1541] -certlink=obj_1540 -certtemplate=obj_799 - -// 1542 -[obj_1542] -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=16846 -name=Maze key - -// 1543 -[obj_1543] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=31808 -name=Key - -// 1544 -[obj_1544] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=32288 -name=Key - -// 1545 -[obj_1545] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=32736 -name=Key - -// 1546 -[obj_1546] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=1118 -name=Key - -// 1547 -[obj_1547] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=31775 -name=Key - -// 1548 -[obj_1548] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=2626 -name=Key - -// 1549 -[obj_1549] -cost=8 -model=model_2680 -2dyof=22 -2dzoom=720 -2dyan=192 -2dxan=280 -name=Stake - -// 1550 -[obj_1550] -cost=3 -model=model_2750 -2dzoom=670 -2dyan=116 -2dxan=116 -stockmarket=yes -name=Garlic -certlink=obj_1551 - -// 1551 -[obj_1551] -certlink=obj_1550 -certtemplate=obj_799 - -// 1552 -[obj_1552] -cost=10 -model=model_34098 -members=yes -2dxof=1 -2dyof=9 -2dzoom=620 -2dyan=1756 -2dzan=1964 -2dxan=360 -recol1s=16846 -recol1d=14061 -recol2s=28407 -recol2d=21396 -name=Doogle sardine - -// 1553 -[obj_1553] -model=model_2742 -cost=0 -name=Tinderbox - -// 1554 -[obj_1554] -model=model_2543 -manwear=model_2360 -womanwear=model_2360 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -dummyitem=2 -recol1s=13504 -recol1d=28407 -recol2s=16846 -recol2d=21120 -recol3s=32759 -recol3d=16846 -womanwearoff=-3,-11,6 - -// 1555 -[obj_1555] -model=model_34108 -2dyof=-7 -2dzoom=528 -2dyan=1865 -2dxan=54 -members=yes -name=Pet kitten - -// 1556 -[obj_1556] -model=model_34109 -2dyof=-7 -2dzoom=528 -2dyan=1865 -2dxan=54 -members=yes -name=Pet kitten - -// 1557 -[obj_1557] -model=model_34110 -2dyof=-7 -2dzoom=528 -2dyan=1865 -2dxan=54 -members=yes -name=Pet kitten - -// 1558 -[obj_1558] -model=model_34106 -2dyof=-7 -2dzoom=528 -2dyan=1865 -2dxan=54 -members=yes -name=Pet kitten - -// 1559 -[obj_1559] -model=model_34107 -2dyof=-7 -2dzoom=528 -2dyan=1865 -2dxan=54 -members=yes -name=Pet kitten - -// 1560 -[obj_1560] -model=model_34111 -model=model_34104 -2dyof=-7 -2dzoom=528 -2dyan=1865 -2dxan=54 -members=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Pet kitten - -// 1561 -[obj_1561] -model=model_34100 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Pet cat - -// 1562 -[obj_1562] -model=model_34099 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Pet cat - -// 1563 -[obj_1563] -model=model_34105 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Pet cat - -// 1564 -[obj_1564] -model=model_34099 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Pet cat - -// 1565 -[obj_1565] -model=model_34100 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=7332 -recol1d=8355 -recol2s=6275 -recol2d=7298 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Pet cat - -// 1566 -[obj_1566] -model=model_34105 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Pet cat - -// 1567 -[obj_1567] -model=model_34101 -2dxof=1 -2dyof=-8 -2dzoom=450 -2dyan=1868 -2dxan=99 -members=yes -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Overgrown cat - -// 1568 -[obj_1568] -model=model_34097 -2dxof=1 -2dyof=-8 -2dzoom=450 -2dyan=1868 -2dxan=99 -members=yes -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=0 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Overgrown cat - -// 1569 -[obj_1569] -model=model_34085 -2dxof=1 -2dyof=-8 -2dzoom=450 -2dyan=1868 -2dxan=99 -members=yes -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Overgrown cat - -// 1570 -[obj_1570] -model=model_34097 -2dxof=1 -2dyof=-8 -2dzoom=450 -2dyan=1868 -2dxan=99 -members=yes -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Overgrown cat - -// 1571 -[obj_1571] -model=model_34101 -2dxof=1 -2dyof=-8 -2dzoom=450 -2dyan=1868 -2dxan=99 -members=yes -recol1s=7332 -recol1d=8355 -recol2s=6275 -recol2d=7298 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Overgrown cat - -// 1572 -[obj_1572] -model=model_34085 -2dxof=1 -2dyof=-8 -2dzoom=450 -2dyan=1868 -2dxan=99 -members=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Overgrown cat - -// 1573 -[obj_1573] -cost=2 -model=model_2364 -members=yes -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -recol1s=16846 -recol1d=14061 -recol2s=28407 -recol2d=21396 -name=Doogle leaves - -// 1574 -[obj_1574] -model=model_2742 -cost=0 -name=Tinderbox - -// 1575 -[obj_1575] -cost=350 -model=model_2400 -members=yes -2dyof=9 -2dzoom=500 -2dyan=120 -2dxan=296 -iop2=Wear -manwear=model_289 -womanwear=model_453 -name=Cat training medal - -// 1576 -[obj_1576] -model=model_2742 -cost=0 -name=Tinderbox - -// 1577 -[obj_1577] -cost=5 -model=model_2505 -2dyof=-3 -2dzoom=620 -2dyan=1628 -2dxan=184 -members=yes -name=Pete's candlestick -certlink=obj_1578 - -// 1578 -[obj_1578] -certlink=obj_1577 -certtemplate=obj_799 - -// 1579 -[obj_1579] -cost=2 -model=model_2820 -2dxof=1 -2dyof=17 -2dzoom=450 -2dyan=1924 -2dxan=296 -members=yes -name=Thieves' armband - -// 1580 -[obj_1580] -cost=6 -model=model_2649 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -iop2=Wear -manwear=model_179 -womanwear=model_356 -members=yes -recol1s=9473 -recol1d=16221 -recol2s=10468 -recol2d=16221 -name=Ice gloves - -// 1581 -[obj_1581] -cost=5 -model=model_2705 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -members=yes -recol1s=16846 -recol1d=28663 -name=Blamish snail slime - -// 1582 -[obj_1582] -iop1=Drink -cost=10 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=11670 -recol1d=28663 -name=Blamish oil - -// 1583 -[obj_1583] -cost=2 -model=model_2476 -2dxof=4 -2dyof=10 -2dzoom=700 -2dyan=692 -2dxan=428 -members=yes -recol1s=32767 -recol1d=32096 -name=Fire feather - -// 1584 -[obj_1584] -model=model_2600 -members=yes -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -name=Id papers - -// 1585 -[obj_1585] -cost=15 -model=model_2828 -2dxof=-3 -2dyof=8 -2dzoom=1080 -2dyan=136 -2dxan=328 -members=yes -name=Oily fishing rod - -// 1586 -[obj_1586] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -recol1s=32480 -recol1d=24032 -name=Miscellaneous key -certlink=obj_1587 - -// 1587 -[obj_1587] -certlink=obj_1586 -certtemplate=obj_799 - -// 1588 -[obj_1588] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=24032 -name=Grips' key ring - -// 1589 -[obj_1589] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 1590 -[obj_1590] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=24032 -name=Dusty key - -// 1591 -[obj_1591] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=24032 -name=Jail key - -// 1592 -[obj_1592] -cost=5 -model=model_2666 -2dyof=3 -2dzoom=832 -2dyan=94 -2dxan=426 -stockmarket=yes -name=Ring mould -certlink=obj_1593 - -// 1593 -[obj_1593] -certlink=obj_1592 -certtemplate=obj_799 - -// 1594 -[obj_1594] -cost=200 -model=model_2673 -2dyof=5 -2dzoom=790 -2dyan=88 -2dxan=320 -members=yes -name=Unholy mould - -// 1595 -[obj_1595] -cost=5 -model=model_2368 -2dxof=4 -2dyof=3 -2dzoom=620 -2dyan=96 -2dxan=340 -stockmarket=yes -name=Amulet mould -certlink=obj_1596 - -// 1596 -[obj_1596] -certlink=obj_1595 -certtemplate=obj_799 - -// 1597 -[obj_1597] -cost=5 -model=model_2729 -2dyof=8 -2dzoom=791 -2dyan=1893 -2dxan=366 -stockmarket=yes -name=Necklace mould -certlink=obj_1598 - -// 1598 -[obj_1598] -certlink=obj_1597 -certtemplate=obj_799 - -// 1599 -[obj_1599] -cost=5 -model=model_2448 -2dyof=3 -2dzoom=800 -2dyan=96 -2dxan=320 -stockmarket=yes -name=Holy mould -certlink=obj_1600 - -// 1600 -[obj_1600] -certlink=obj_1599 -certtemplate=obj_799 - -// 1601 -[obj_1601] -cost=2000 -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -manwear=model_516 -womanwear=model_516 -stockmarket=yes -recol1s=32271 -recol1d=32767 -recol2s=17440 -recol2d=32503 -recol3s=11296 -recol3d=26293 -name=Diamond -womanwearoff=3,-11,6 -certlink=obj_1602 - -// 1602 -[obj_1602] -certlink=obj_1601 -certtemplate=obj_799 - -// 1603 -[obj_1603] -cost=1000 -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -manwear=model_516 -womanwear=model_516 -stockmarket=yes -recol1s=32767 -recol1d=17440 -name=Ruby -womanwearoff=3,-11,6 -certlink=obj_1604 - -// 1604 -[obj_1604] -certlink=obj_1603 -certtemplate=obj_799 - -// 1605 -[obj_1605] -cost=500 -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -manwear=model_516 -womanwear=model_516 -stockmarket=yes -recol1s=32271 -recol1d=14283 -recol2s=17440 -recol2d=1666 -recol3s=11296 -recol3d=1505 -recol4s=32767 -recol4d=14283 -name=Emerald -womanwearoff=3,-11,6 -certlink=obj_1606 - -// 1606 -[obj_1606] -certlink=obj_1605 -certtemplate=obj_799 - -// 1607 -[obj_1607] -cost=250 -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -manwear=model_516 -womanwear=model_516 -stockmarket=yes -recol1s=32271 -recol1d=22204 -recol2s=17440 -recol2d=1110 -recol3s=11296 -recol3d=14 -recol4s=32767 -recol4d=11710 -name=Sapphire -womanwearoff=3,-11,6 -certlink=obj_1608 - -// 1608 -[obj_1608] -certlink=obj_1607 -certtemplate=obj_799 - -// 1609 -[obj_1609] -cost=100 -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -manwear=model_516 -womanwear=model_516 -stockmarket=yes -recol1s=32271 -recol1d=32765 -recol2s=17440 -recol2d=32752 -recol3s=11296 -recol3d=26443 -recol4s=32767 -recol4d=32765 -name=Opal -womanwearoff=3,-11,6 -certlink=obj_1610 - -// 1610 -[obj_1610] -certlink=obj_1609 -certtemplate=obj_799 - -// 1611 -[obj_1611] -cost=150 -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -manwear=model_516 -womanwear=model_516 -stockmarket=yes -recol1s=32271 -recol1d=27637 -recol2s=17440 -recol2d=23536 -recol3s=11296 -recol3d=16137 -recol4s=32767 -recol4d=27637 -name=Jade -womanwearoff=3,-11,6 -certlink=obj_1612 - -// 1612 -[obj_1612] -certlink=obj_1611 -certtemplate=obj_799 - -// 1613 -[obj_1613] -cost=200 -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -manwear=model_516 -womanwear=model_516 -stockmarket=yes -recol1s=32271 -recol1d=32767 -recol2s=17440 -recol2d=31759 -recol3s=11296 -recol3d=25607 -recol4s=32767 -recol4d=31759 -name=Red topaz -womanwearoff=3,-11,6 -certlink=obj_1614 - -// 1614 -[obj_1614] -certlink=obj_1613 -certtemplate=obj_799 - -// 1615 -[obj_1615] -cost=10000 -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -manwear=model_516 -womanwear=model_516 -stockmarket=yes -recol1s=32271 -recol1d=19673 -recol2s=17440 -recol2d=13331 -recol3s=11296 -recol3d=7181 -recol4s=32767 -recol4d=19673 -name=Dragonstone -womanwearoff=3,-11,6 -certlink=obj_1616 - -// 1616 -[obj_1616] -certlink=obj_1615 -certtemplate=obj_799 - -// 1617 -[obj_1617] -cost=200 -model=model_2528 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -stockmarket=yes -recol1s=16846 -recol1d=32767 -name=Uncut diamond -certlink=obj_1618 - -// 1618 -[obj_1618] -certlink=obj_1617 -certtemplate=obj_799 - -// 1619 -[obj_1619] -cost=100 -model=model_2528 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -stockmarket=yes -recol1s=16846 -recol1d=17440 -name=Uncut ruby -certlink=obj_1620 - -// 1620 -[obj_1620] -certlink=obj_1619 -certtemplate=obj_799 - -// 1621 -[obj_1621] -cost=50 -model=model_2528 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -stockmarket=yes -recol1s=16846 -recol1d=1666 -name=Uncut emerald -certlink=obj_1622 - -// 1622 -[obj_1622] -certlink=obj_1621 -certtemplate=obj_799 - -// 1623 -[obj_1623] -cost=25 -model=model_2528 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -stockmarket=yes -recol1s=16846 -recol1d=1110 -name=Uncut sapphire -certlink=obj_1624 - -// 1624 -[obj_1624] -certlink=obj_1623 -certtemplate=obj_799 - -// 1625 -[obj_1625] -cost=20 -model=model_2528 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=32752 -name=Uncut opal -certlink=obj_1626 - -// 1626 -[obj_1626] -certlink=obj_1625 -certtemplate=obj_799 - -// 1627 -[obj_1627] -cost=30 -model=model_2528 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=23536 -name=Uncut jade -certlink=obj_1628 - -// 1628 -[obj_1628] -certlink=obj_1627 -certtemplate=obj_799 - -// 1629 -[obj_1629] -cost=40 -model=model_2528 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=31759 -name=Uncut red topaz -certlink=obj_1630 - -// 1630 -[obj_1630] -certlink=obj_1629 -certtemplate=obj_799 - -// 1631 -[obj_1631] -cost=1000 -model=model_2528 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=13331 -name=Uncut dragonstone -certlink=obj_1632 - -// 1632 -[obj_1632] -certlink=obj_1631 -certtemplate=obj_799 - -// 1633 -[obj_1633] -model=model_26831 -members=yes -cost=1 -ambient=25 -2dxof=1 -2dzoom=528 -2dyan=57 -2dxan=90 -recol1s=24243 -recol1d=32767 -recol2s=21797 -recol2d=32635 -recol3s=15719 -recol3d=32503 -recol4s=12712 -recol4d=28407 -recol5s=17670 -recol5d=26293 -recol6s=19683 -recol6d=23188 -name=Crushed gem -certlink=obj_1634 - -// 1634 -[obj_1634] -certlink=obj_1633 -certtemplate=obj_799 - -// 1635 -[obj_1635] -cost=350 -model=model_2784 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -stockmarket=yes -recol1s=32767 -recol1d=24320 -name=Gold ring -certlink=obj_1636 - -// 1636 -[obj_1636] -certlink=obj_1635 -certtemplate=obj_799 - -// 1637 -[obj_1637] -cost=900 -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -stockmarket=yes -recol1s=32767 -recol1d=1110 -name=Sapphire ring -certlink=obj_1638 - -// 1638 -[obj_1638] -certlink=obj_1637 -certtemplate=obj_799 - -// 1639 -[obj_1639] -cost=1275 -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -stockmarket=yes -recol1s=32767 -recol1d=1666 -name=Emerald ring -certlink=obj_1640 - -// 1640 -[obj_1640] -certlink=obj_1639 -certtemplate=obj_799 - -// 1641 -[obj_1641] -cost=2025 -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -stockmarket=yes -recol1s=32767 -recol1d=31808 -name=Ruby ring -certlink=obj_1642 - -// 1642 -[obj_1642] -certlink=obj_1641 -certtemplate=obj_799 - -// 1643 -[obj_1643] -cost=3525 -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -stockmarket=yes -name=Diamond ring -certlink=obj_1644 - -// 1644 -[obj_1644] -certlink=obj_1643 -certtemplate=obj_799 - -// 1645 -[obj_1645] -cost=17625 -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -members=yes -iop2=Wear -stockmarket=yes -recol1s=32767 -recol1d=13331 -name=Dragonstone ring -certlink=obj_1646 - -// 1646 -[obj_1646] -certlink=obj_1645 -certtemplate=obj_799 - -// 1647 -[obj_1647] -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -dummyitem=2 -recol1s=32767 -recol1d=4228 -recol2s=32576 -recol2d=4228 - -// 1648 -[obj_1648] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 1649 -[obj_1649] -model=model_1105 -2dxan=68 -dummyitem=1 -name=Sapphire ring - -// 1650 -[obj_1650] -model=model_1105 -2dxan=68 -dummyitem=1 -name=Emerald ring - -// 1651 -[obj_1651] -model=model_1105 -2dxan=68 -dummyitem=1 -name=Ruby ring - -// 1652 -[obj_1652] -model=model_1105 -2dxan=68 -dummyitem=1 -name=Diamond ring - -// 1653 -[obj_1653] -model=model_1105 -2dxan=68 -dummyitem=1 -name=Dragonstone ring - -// 1654 -[obj_1654] -cost=450 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -stockmarket=yes -recol1s=11561 -recol1d=32576 -name=Gold necklace -certlink=obj_1655 - -// 1655 -[obj_1655] -certlink=obj_1654 -certtemplate=obj_799 - -// 1656 -[obj_1656] -cost=1050 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -stockmarket=yes -recol1s=11561 -recol1d=1110 -name=Sapphire necklace -certlink=obj_1657 - -// 1657 -[obj_1657] -certlink=obj_1656 -certtemplate=obj_799 - -// 1658 -[obj_1658] -cost=1425 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -stockmarket=yes -recol1s=11561 -recol1d=1666 -name=Emerald necklace -certlink=obj_1659 - -// 1659 -[obj_1659] -certlink=obj_1658 -certtemplate=obj_799 - -// 1660 -[obj_1660] -cost=2175 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -stockmarket=yes -recol1s=11561 -recol1d=31808 -name=Ruby necklace -certlink=obj_1661 - -// 1661 -[obj_1661] -certlink=obj_1660 -certtemplate=obj_799 - -// 1662 -[obj_1662] -cost=3675 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -stockmarket=yes -recol1s=11561 -recol1d=32767 -name=Diamond necklace -certlink=obj_1663 - -// 1663 -[obj_1663] -certlink=obj_1662 -certtemplate=obj_799 - -// 1664 -[obj_1664] -cost=18375 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -members=yes -iop2=Wear -manwear=model_281 -womanwear=model_445 -stockmarket=yes -recol1s=11561 -recol1d=13331 -name=Dragon necklace -certlink=obj_1665 - -// 1665 -[obj_1665] -certlink=obj_1664 -certtemplate=obj_799 - -// 1666 -[obj_1666] -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -dummyitem=2 -recol1s=11561 -recol1d=4228 -recol2s=32576 -recol2d=4228 - -// 1667 -[obj_1667] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 1668 -[obj_1668] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Sapphire necklace - -// 1669 -[obj_1669] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Emerald necklace - -// 1670 -[obj_1670] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Ruby necklace - -// 1671 -[obj_1671] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Diamond necklace - -// 1672 -[obj_1672] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Dragon necklace - -// 1673 -[obj_1673] -cost=350 -model=model_2550 -2dxof=8 -2dyof=106 -2dzoom=370 -2dyan=100 -2dxan=304 -stockmarket=yes -recol1s=32767 -recol1d=24320 -name=Gold amulet -certlink=obj_1674 - -// 1674 -[obj_1674] -certlink=obj_1673 -certtemplate=obj_799 - -// 1675 -[obj_1675] -cost=900 -model=model_2550 -2dxof=8 -2dyof=106 -2dzoom=370 -2dyan=100 -2dxan=304 -stockmarket=yes -recol1s=32767 -recol1d=1110 -name=Sapphire amulet -certlink=obj_1676 - -// 1676 -[obj_1676] -certlink=obj_1675 -certtemplate=obj_799 - -// 1677 -[obj_1677] -cost=1275 -model=model_2550 -2dxof=8 -2dyof=106 -2dzoom=370 -2dyan=100 -2dxan=304 -stockmarket=yes -recol1s=32767 -recol1d=1666 -name=Emerald amulet -certlink=obj_1678 - -// 1678 -[obj_1678] -certlink=obj_1677 -certtemplate=obj_799 - -// 1679 -[obj_1679] -cost=2025 -model=model_2550 -2dxof=8 -2dyof=106 -2dzoom=370 -2dyan=100 -2dxan=304 -stockmarket=yes -recol1s=32767 -recol1d=31808 -name=Ruby amulet -certlink=obj_1680 - -// 1680 -[obj_1680] -certlink=obj_1679 -certtemplate=obj_799 - -// 1681 -[obj_1681] -cost=3525 -model=model_2550 -2dxof=8 -2dyof=106 -2dzoom=370 -2dyan=100 -2dxan=304 -stockmarket=yes -name=Diamond amulet -certlink=obj_1682 - -// 1682 -[obj_1682] -certlink=obj_1681 -certtemplate=obj_799 - -// 1683 -[obj_1683] -cost=17625 -model=model_2550 -2dxof=8 -2dyof=106 -2dzoom=370 -2dyan=100 -2dxan=304 -members=yes -ambient=25 -contrast=25 -stockmarket=yes -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Dragonstone ammy -certlink=obj_1684 - -// 1684 -[obj_1684] -certlink=obj_1683 -certtemplate=obj_799 - -// 1685 -[obj_1685] -model=model_2550 -2dxof=8 -2dyof=106 -2dzoom=370 -2dyan=100 -2dxan=304 -dummyitem=2 -recol1s=32767 -recol1d=4228 -recol2s=32736 -recol2d=4228 - -// 1686 -[obj_1686] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 1687 -[obj_1687] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Sapphire amulet - -// 1688 -[obj_1688] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Emerald amulet - -// 1689 -[obj_1689] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Ruby amulet - -// 1690 -[obj_1690] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Diamond amulet - -// 1691 -[obj_1691] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Dragonstone ammy - -// 1692 -[obj_1692] -cost=350 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=32767 -recol1d=24320 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Gold amulet -certlink=obj_1693 - -// 1693 -[obj_1693] -certlink=obj_1692 -certtemplate=obj_799 - -// 1694 -[obj_1694] -cost=900 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Sapphire amulet -certlink=obj_1695 - -// 1695 -[obj_1695] -certlink=obj_1694 -certtemplate=obj_799 - -// 1696 -[obj_1696] -cost=1275 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Emerald amulet -certlink=obj_1697 - -// 1697 -[obj_1697] -certlink=obj_1696 -certtemplate=obj_799 - -// 1698 -[obj_1698] -cost=2025 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=32767 -recol1d=31808 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Ruby amulet -certlink=obj_1699 - -// 1699 -[obj_1699] -certlink=obj_1698 -certtemplate=obj_799 - -// 1700 -[obj_1700] -cost=3525 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Diamond amulet -certlink=obj_1701 - -// 1701 -[obj_1701] -certlink=obj_1700 -certtemplate=obj_799 - -// 1702 -[obj_1702] -cost=17625 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -members=yes -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Dragonstone ammy -certlink=obj_1703 - -// 1703 -[obj_1703] -certlink=obj_1702 -certtemplate=obj_799 - -// 1704 -[obj_1704] -cost=17625 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -members=yes -iop2=Wear -iop4=Rub -manwear=model_290 -womanwear=model_454 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Amulet of glory -certlink=obj_1705 - -// 1705 -[obj_1705] -certlink=obj_1704 -certtemplate=obj_799 - -// 1706 -[obj_1706] -cost=17625 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -members=yes -iop2=Wear -iop4=Rub -manwear=model_290 -womanwear=model_454 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Amulet of glory(1) -certlink=obj_1707 - -// 1707 -[obj_1707] -certlink=obj_1706 -certtemplate=obj_799 - -// 1708 -[obj_1708] -cost=17625 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -members=yes -iop2=Wear -iop4=Rub -manwear=model_290 -womanwear=model_454 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Amulet of glory(2) -certlink=obj_1709 - -// 1709 -[obj_1709] -certlink=obj_1708 -certtemplate=obj_799 - -// 1710 -[obj_1710] -cost=17625 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -members=yes -iop2=Wear -iop4=Rub -manwear=model_290 -womanwear=model_454 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Amulet of glory(3) -certlink=obj_1711 - -// 1711 -[obj_1711] -certlink=obj_1710 -certtemplate=obj_799 - -// 1712 -[obj_1712] -cost=17625 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -members=yes -iop2=Wear -iop4=Rub -manwear=model_290 -womanwear=model_454 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=32767 -recol1d=13331 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Amulet of glory(4) -certlink=obj_1713 - -// 1713 -[obj_1713] -certlink=obj_1712 -certtemplate=obj_799 - -// 1714 -[obj_1714] -cost=200 -model=model_2480 -2dyof=4 -2dzoom=600 -2dyan=92 -2dxan=352 -stockmarket=yes -name=Unstrung symbol -certlink=obj_1715 - -// 1715 -[obj_1715] -certlink=obj_1714 -certtemplate=obj_799 - -// 1716 -[obj_1716] -cost=200 -model=model_2462 -2dxof=-3 -2dyof=-235 -2dzoom=990 -2dyan=96 -2dxan=260 -iop2=Wear -manwear=model_280 -manwear2=model_284 -womanwear=model_444 -womanwear2=model_448 -stockmarket=yes -recol1s=30560 -recol1d=26293 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Unblessed symbol -certlink=obj_1717 - -// 1717 -[obj_1717] -certlink=obj_1716 -certtemplate=obj_799 - -// 1718 -[obj_1718] -cost=300 -model=model_2462 -2dxof=-3 -2dyof=-235 -2dzoom=990 -2dyan=96 -2dxan=260 -iop2=Wear -manwear=model_280 -manwear2=model_284 -womanwear=model_444 -womanwear2=model_448 -stockmarket=yes -recol1s=30560 -recol1d=26293 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Holy symbol -certlink=obj_1719 - -// 1719 -[obj_1719] -certlink=obj_1718 -certtemplate=obj_799 - -// 1720 -[obj_1720] -cost=200 -model=model_2490 -2dxof=1 -2dyof=3 -2dzoom=600 -2dyan=172 -2dxan=336 -members=yes -stockmarket=yes -recol1s=26336 -recol1d=26293 -name=Unstrung emblem -certlink=obj_1721 - -// 1721 -[obj_1721] -certlink=obj_1720 -certtemplate=obj_799 - -// 1722 -[obj_1722] -cost=200 -model=model_2670 -2dyof=-5 -2dzoom=630 -2dyan=120 -2dxan=412 -members=yes -manwear=model_280 -manwear2=model_286 -womanwear=model_444 -womanwear2=model_450 -iop2=Wear -stockmarket=yes -recol1s=26336 -recol1d=26293 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=32736 -recol4d=26293 -name=Unpowered symbol -certlink=obj_1723 - -// 1723 -[obj_1723] -certlink=obj_1722 -certtemplate=obj_799 - -// 1724 -[obj_1724] -cost=200 -members=yes -model=model_2670 -2dyof=-5 -2dzoom=630 -2dyan=120 -2dxan=412 -manwear=model_280 -manwear2=model_286 -womanwear=model_444 -womanwear2=model_450 -iop2=Wear -stockmarket=yes -recol1s=26336 -recol1d=26293 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -recol4s=32736 -recol4d=26293 -name=Unholy symbol -certlink=obj_3852 - -// 1725 -[obj_1725] -cost=2025 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=32767 -recol1d=31808 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Amulet of strength -certlink=obj_1726 - -// 1726 -[obj_1726] -certlink=obj_1725 -certtemplate=obj_799 - -// 1727 -[obj_1727] -cost=900 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Amulet of magic -certlink=obj_1728 - -// 1728 -[obj_1728] -certlink=obj_1727 -certtemplate=obj_799 - -// 1729 -[obj_1729] -cost=1275 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Amulet of defence -certlink=obj_1730 - -// 1730 -[obj_1730] -certlink=obj_1729 -certtemplate=obj_799 - -// 1731 -[obj_1731] -cost=3525 -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -stockmarket=yes -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Amulet of power -certlink=obj_1732 - -// 1732 -[obj_1732] -certlink=obj_1731 -certtemplate=obj_799 - -// 1733 -[obj_1733] -stackable=yes -model=model_2770 -2dxof=2 -2dyof=4 -2dzoom=850 -2dyan=868 -2dxan=368 -manwear=model_4047 -womanwear=model_4047 -stockmarket=yes -name=Needle - -// 1734 -[obj_1734] -stackable=yes -model=model_2831 -2dxof=1 -2dyof=-2 -2dzoom=590 -2dyan=1644 -2dxan=248 -cost=4 -stockmarket=yes -name=Thread - -// 1735 -[obj_1735] -model=model_2620 -manwear=model_525 -womanwear=model_525 -2dyof=15 -2dzoom=710 -2dyan=136 -2dxan=300 -stockmarket=yes -name=Shears -womanwearoff=3,-11,6 -certlink=obj_1736 - -// 1736 -[obj_1736] -certlink=obj_1735 -certtemplate=obj_799 - -// 1737 -[obj_1737] -model=model_2779 -2dyof=-7 -2dzoom=1070 -2dyan=160 -2dxan=332 -stockmarket=yes -name=Wool -certlink=obj_1738 - -// 1738 -[obj_1738] -certlink=obj_1737 -certtemplate=obj_799 - -// 1739 -[obj_1739] -model=model_2338 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -stockmarket=yes -name=Cowhide -certlink=obj_1740 - -// 1740 -[obj_1740] -certlink=obj_1739 -certtemplate=obj_799 - -// 1741 -[obj_1741] -model=model_2338 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -manwear=model_4046 -womanwear=model_4046 -stockmarket=yes -recol1s=32767 -recol1d=8416 -name=Leather -certlink=obj_1742 - -// 1742 -[obj_1742] -certlink=obj_1741 -certtemplate=obj_799 - -// 1743 -[obj_1743] -model=model_2338 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -stockmarket=yes -recol1s=32767 -recol1d=5250 -name=Hard leather -certlink=obj_1744 - -// 1744 -[obj_1744] -certlink=obj_1743 -certtemplate=obj_799 - -// 1745 -[obj_1745] -cost=50 -model=model_2338 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -members=yes -stockmarket=yes -recol1s=32767 -recol1d=256 -name=Green d-leather -certlink=obj_1746 - -// 1746 -[obj_1746] -certlink=obj_1745 -certtemplate=obj_799 - -// 1747 -[obj_1747] -cost=80 -model=model_2356 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -members=yes -stockmarket=yes -recol1s=256 -recol1d=3171 -recol2s=384 -recol2d=13675 -name=Black dragonhide -certlink=obj_1748 - -// 1748 -[obj_1748] -certlink=obj_1747 -certtemplate=obj_799 - -// 1749 -[obj_1749] -cost=60 -model=model_2356 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -members=yes -stockmarket=yes -recol1s=256 -recol1d=8192 -recol2s=384 -recol2d=12320 -name=Red dragonhide -certlink=obj_1750 - -// 1750 -[obj_1750] -certlink=obj_1749 -certtemplate=obj_799 - -// 1751 -[obj_1751] -cost=40 -model=model_2356 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -members=yes -stockmarket=yes -recol1s=256 -recol1d=11 -recol2s=384 -recol2d=1212 -name=Blue dragonhide -certlink=obj_1752 - -// 1752 -[obj_1752] -certlink=obj_1751 -certtemplate=obj_799 - -// 1753 -[obj_1753] -cost=20 -model=model_2356 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -members=yes -stockmarket=yes -name=Green dragonhide -certlink=obj_1754 - -// 1754 -[obj_1754] -certlink=obj_1753 -certtemplate=obj_799 - -// 1755 -[obj_1755] -model=model_2489 -2dxof=-2 -2dyof=8 -2dzoom=860 -2dyan=1928 -2dxan=404 -stockmarket=yes -name=Chisel -certlink=obj_1756 - -// 1756 -[obj_1756] -certlink=obj_1755 -certtemplate=obj_799 - -// 1757 -[obj_1757] -cost=2 -model=model_2592 -2dxof=-4 -2dyof=-4 -2dzoom=1580 -2dyan=172 -2dxan=544 -iop2=Wear -manwear=model_305 -womanwear=model_467 -stockmarket=yes -recol1s=32767 -recol1d=13539 -recol2s=32735 -recol2d=13539 -name=Brown apron -certlink=obj_1758 - -// 1758 -[obj_1758] -certlink=obj_1757 -certtemplate=obj_799 - -// 1759 -[obj_1759] -cost=5 -model=model_2795 -2dxof=6 -2dyof=-9 -2dzoom=720 -2dyan=448 -2dxan=152 -stockmarket=yes -name=Ball of wool -certlink=obj_1760 - -// 1760 -[obj_1760] -certlink=obj_1759 -certtemplate=obj_799 - -// 1761 -[obj_1761] -model=model_2610 -2dxof=2 -2dyof=-19 -2dzoom=890 -2dyan=1936 -2dxan=220 -cost=2 -stockmarket=yes -name=Soft clay -certlink=obj_1762 - -// 1762 -[obj_1762] -certlink=obj_1761 -certtemplate=obj_799 - -// 1763 -[obj_1763] -cost=6 -model=model_2705 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -stockmarket=yes -recol1s=16846 -recol1d=31808 -name=Red dye -certlink=obj_1764 - -// 1764 -[obj_1764] -certlink=obj_1763 -certtemplate=obj_799 - -// 1765 -[obj_1765] -cost=6 -model=model_2705 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -stockmarket=yes -recol1s=16846 -recol1d=32736 -name=Yellow dye -certlink=obj_1766 - -// 1766 -[obj_1766] -certlink=obj_1765 -certtemplate=obj_799 - -// 1767 -[obj_1767] -cost=6 -model=model_2705 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -stockmarket=yes -recol1s=16846 -recol1d=1118 -name=Blue dye -certlink=obj_1768 - -// 1768 -[obj_1768] -certlink=obj_1767 -certtemplate=obj_799 - -// 1769 -[obj_1769] -cost=6 -model=model_2705 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -stockmarket=yes -recol1s=16846 -recol1d=29152 -name=Orange dye -certlink=obj_1770 - -// 1770 -[obj_1770] -certlink=obj_1769 -certtemplate=obj_799 - -// 1771 -[obj_1771] -cost=6 -model=model_2705 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -stockmarket=yes -recol1s=16846 -recol1d=1762 -name=Green dye -certlink=obj_1772 - -// 1772 -[obj_1772] -certlink=obj_1771 -certtemplate=obj_799 - -// 1773 -[obj_1773] -cost=6 -model=model_2705 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -stockmarket=yes -recol1s=16846 -recol1d=21535 -name=Purple dye -certlink=obj_1774 - -// 1774 -[obj_1774] -certlink=obj_1773 -certtemplate=obj_799 - -// 1775 -[obj_1775] -cost=2 -model=model_27052 -ambient=50 -cost=3 -2dzoom=976 -2dyan=18 -2dxan=216 -members=yes -stockmarket=yes -name=Molten glass -certlink=obj_1776 - -// 1776 -[obj_1776] -certlink=obj_1775 -certtemplate=obj_799 - -// 1777 -[obj_1777] -members=yes -cost=10 -model=model_2552 -2dxof=3 -2dyof=2 -2dzoom=530 -2dyan=1881 -2dxan=145 -stockmarket=yes -name=Bow string -certlink=obj_1778 - -// 1778 -[obj_1778] -certlink=obj_1777 -certtemplate=obj_799 - -// 1779 -[obj_1779] -cost=5 -members=yes -model=model_2690 -2dxof=4 -2dzoom=770 -2dyan=1076 -2dzan=1840 -2dxan=428 -stockmarket=yes -name=Flax -certlink=obj_1780 - -// 1780 -[obj_1780] -certlink=obj_1779 -certtemplate=obj_799 - -// 1781 -[obj_1781] -cost=2 -members=yes -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -stockmarket=yes -recol1s=22131 -recol1d=32503 -name=Soda ash -certlink=obj_1782 - -// 1782 -[obj_1782] -certlink=obj_1781 -certtemplate=obj_799 - -// 1783 -[obj_1783] -members=yes -cost=2 -iop4=Empty -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -stockmarket=yes -recol1s=173 -recol1d=24168 -name=Bucket of sand -certlink=obj_1784 - -// 1784 -[obj_1784] -certlink=obj_1783 -certtemplate=obj_799 - -// 1785 -[obj_1785] -cost=2 -members=yes -model=model_2570 -manwear=model_515 -womanwear=model_515 -2dxof=2 -2dyof=-18 -2dzoom=1400 -2dyan=132 -2dxan=228 -stockmarket=yes -name=Glassblowing pipe -womanwearoff=3,-13,6 -certlink=obj_1786 - -// 1786 -[obj_1786] -certlink=obj_1785 -certtemplate=obj_799 - -// 1787 -[obj_1787] -model=model_2345 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=1 -stockmarket=yes -recol1s=16675 -recol1d=11488 -name=Unfired pot -certlink=obj_1788 - -// 1788 -[obj_1788] -certlink=obj_1787 -certtemplate=obj_799 - -// 1789 -[obj_1789] -cost=3 -model=model_2567 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -stockmarket=yes -recolhsl1s=28 -recolhsl1d=7058 -recol2s=16846 -recol2d=11488 -name=Unfired pie dish -certlink=obj_1790 - -// 1790 -[obj_1790] -certlink=obj_1789 -certtemplate=obj_799 - -// 1791 -[obj_1791] -cost=2 -model=model_2807 -2dzoom=910 -2dyan=1856 -2dxan=204 -stockmarket=yes -recol1s=17760 -recol1d=11488 -recol2s=20896 -recol2d=11488 -name=Unfired bowl -certlink=obj_1792 - -// 1792 -[obj_1792] -certlink=obj_1791 -certtemplate=obj_799 - -// 1793 -[obj_1793] -cost=1 -model=model_7352 -2dxof=5 -2dyof=-3 -2dzoom=580 -2dyan=1604 -2dxan=432 -stackable=yes -count1=obj_5276,2 -count2=obj_5277,3 -count3=obj_5278,4 -count4=obj_5279,5 -stockmarket=yes -name=Woad leaf - -// 1794 -[obj_1794] -cost=20 -model=model_2715 -2dyof=4 -2dzoom=1110 -2dyan=132 -2dxan=332 -members=yes -stockmarket=yes -name=Bronze wire -certlink=obj_1795 - -// 1795 -[obj_1795] -certlink=obj_1794 -certtemplate=obj_799 - -// 1796 -[obj_1796] -members=yes -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -recol1s=32576 -recol1d=22131 -name=Silver necklace - -// 1797 -[obj_1797] -members=yes -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -recol1s=32576 -recol1d=22131 -name=Silver necklace - -// 1798 -[obj_1798] -members=yes -model=model_2347 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -name=Silver cup - -// 1799 -[obj_1799] -members=yes -model=model_2347 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -recol1s=14764 -recol1d=22131 -name=Silver cup - -// 1800 -[obj_1800] -members=yes -model=model_2836 -2dyof=-1 -2dzoom=1000 -2dyan=192 -2dxan=116 -recol1s=10368 -recol1d=22131 -name=Silver bottle - -// 1801 -[obj_1801] -members=yes -model=model_2836 -2dzoom=1030 -2dyan=1808 -2dxan=76 -recol1s=10368 -recol1d=22131 -name=Silver bottle - -// 1802 -[obj_1802] -members=yes -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -recol1s=13504 -recol1d=22131 -name=Silver book - -// 1803 -[obj_1803] -members=yes -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -recol1s=13504 -recol1d=22131 -name=Silver book - -// 1804 -[obj_1804] -members=yes -model=model_2770 -2dxof=2 -2dyof=4 -2dzoom=850 -2dyan=868 -2dxan=368 -recol1s=20017 -recol1d=22131 -name=Silver needle - -// 1805 -[obj_1805] -members=yes -model=model_2770 -2dxof=2 -2dyof=4 -2dzoom=850 -2dyan=868 -2dxan=368 -recol1s=20017 -recol1d=22131 -name=Silver needle - -// 1806 -[obj_1806] -members=yes -model=model_2345 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -recol1s=16675 -recol1d=22131 -name=Silver pot - -// 1807 -[obj_1807] -members=yes -model=model_2345 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -recol1s=16675 -recol1d=22131 -name=Silver pot - -// 1808 -[obj_1808] -members=yes -model=model_2552 -2dxof=3 -2dyof=2 -2dzoom=530 -2dyan=1872 -2dxan=148 -recol1s=18921 -recol1d=31808 -name=Criminal's thread - -// 1809 -[obj_1809] -members=yes -model=model_2552 -2dxof=3 -2dyof=2 -2dzoom=530 -2dyan=1872 -2dxan=148 -recol1s=18921 -recol1d=1986 -name=Criminal's thread - -// 1810 -[obj_1810] -members=yes -model=model_2552 -2dxof=3 -2dyof=2 -2dzoom=530 -2dyan=1872 -2dxan=148 -recol1s=18921 -recol1d=1118 -name=Criminal's thread - -// 1811 -[obj_1811] -model=model_2350 -2dxof=2 -2dyof=28 -2dzoom=1380 -2dyan=84 -2dxan=320 -members=yes -name=Flypaper - -// 1812 -[obj_1812] -members=yes -model=model_2345 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -recol1s=16675 -recol1d=19552 -name=Pungent pot - -// 1813 -[obj_1813] -members=yes -model=model_2672 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -recol1s=32736 -recol1d=2214 -name=Criminal's dagger - -// 1814 -[obj_1814] -members=yes -model=model_2672 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -recol1s=32736 -recol1d=2214 -name=Criminal's dagger - -// 1815 -[obj_1815] -2dxof=2 -2dyof=28 -2dzoom=1380 -2dyan=84 -2dxan=320 -members=yes -model=model_2416 -name=Killer's print - -// 1816 -[obj_1816] -members=yes -model=model_2416 -2dxof=2 -2dyof=28 -2dzoom=1380 -2dyan=84 -2dxan=320 -name=Anna's print - -// 1817 -[obj_1817] -members=yes -model=model_2416 -2dxof=2 -2dyof=28 -2dzoom=1380 -2dyan=84 -2dxan=320 -name=Bob's print - -// 1818 -[obj_1818] -members=yes -model=model_2416 -2dxof=2 -2dyof=28 -2dzoom=1380 -2dyan=84 -2dxan=320 -name=Carol's print - -// 1819 -[obj_1819] -members=yes -model=model_2416 -2dxof=2 -2dyof=28 -2dzoom=1380 -2dyan=84 -2dxan=320 -name=David's print - -// 1820 -[obj_1820] -members=yes -model=model_2416 -2dxof=2 -2dyof=28 -2dzoom=1380 -2dyan=84 -2dxan=320 -name=Elizabeth's print - -// 1821 -[obj_1821] -members=yes -model=model_2416 -2dxof=2 -2dyof=28 -2dzoom=1380 -2dyan=84 -2dxan=320 -name=Frank's print - -// 1822 -[obj_1822] -members=yes -model=model_2416 -2dxof=2 -2dyof=28 -2dzoom=1380 -2dyan=84 -2dxan=320 -name=Unknown print - -// 1823 -[obj_1823] -cost=30 -members=yes -model=model_2699 -2dxof=-4 -2dyof=1 -2dzoom=780 -2dyan=156 -2dxan=52 -stockmarket=yes -name=Waterskin(4) -certlink=obj_1824 - -// 1824 -[obj_1824] -certlink=obj_1823 -certtemplate=obj_799 - -// 1825 -[obj_1825] -cost=27 -members=yes -model=model_2699 -2dxof=-4 -2dyof=1 -2dzoom=780 -2dyan=156 -2dxan=52 -stockmarket=yes -name=Waterskin(3) -certlink=obj_1826 - -// 1826 -[obj_1826] -certlink=obj_1825 -certtemplate=obj_799 - -// 1827 -[obj_1827] -cost=24 -members=yes -model=model_2699 -2dxof=-4 -2dyof=1 -2dzoom=780 -2dyan=156 -2dxan=52 -stockmarket=yes -name=Waterskin(2) -certlink=obj_1828 - -// 1828 -[obj_1828] -certlink=obj_1827 -certtemplate=obj_799 - -// 1829 -[obj_1829] -cost=18 -members=yes -model=model_2699 -2dxof=-4 -2dyof=1 -2dzoom=780 -2dyan=156 -2dxan=52 -stockmarket=yes -name=Waterskin(1) -certlink=obj_1830 - -// 1830 -[obj_1830] -certlink=obj_1829 -certtemplate=obj_799 - -// 1831 -[obj_1831] -cost=15 -members=yes -model=model_2699 -2dxof=-4 -2dyof=1 -2dzoom=780 -2dyan=156 -2dxan=52 -stockmarket=yes -name=Waterskin(0) -certlink=obj_1832 - -// 1832 -[obj_1832] -certlink=obj_1831 -certtemplate=obj_799 - -// 1833 -[obj_1833] -cost=40 -members=yes -iop2=Wear -model=model_2786 -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_292 -manwear2=model_170 -womanwear=model_456 -womanwear2=model_348 -stockmarket=yes -recol1s=14724 -recol1d=32767 -retex1s=material_257 -retex1d=material_253 -retex2s=material_202 -retex2d=material_253 -name=Desert shirt -certlink=obj_1834 - -// 1834 -[obj_1834] -certlink=obj_1833 -certtemplate=obj_799 - -// 1835 -[obj_1835] -cost=40 -members=yes -iop2=Wear -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -manwear=model_265 -womanwear=model_428 -stockmarket=yes -recol1s=2340 -recol1d=32767 -retex1s=material_252 -retex1d=material_253 -retex2s=material_273 -retex2d=material_253 -name=Desert robe -certlink=obj_1836 - -// 1836 -[obj_1836] -certlink=obj_1835 -certtemplate=obj_799 - -// 1837 -[obj_1837] -cost=20 -iop2=Wear -members=yes -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -manwear=model_185 -womanwear=model_361 -stockmarket=yes -recol1s=7298 -recol1d=32767 -recol2s=8416 -recol2d=32767 -name=Desert boots -certlink=obj_1838 - -// 1838 -[obj_1838] -certlink=obj_1837 -certtemplate=obj_799 - -// 1839 -[obj_1839] -cost=1 -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=21071 -name=Metal key - -// 1840 -[obj_1840] -cost=1 -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=16842 -name=Cell door key - -// 1841 -[obj_1841] -cost=1 -members=yes -model=model_19266 -2dyof=-5 -2dzoom=2086 -2dyan=76 -2dxan=136 -recol1s=13605 -recol1d=23080 -recol2s=12548 -recol2d=22023 -recol3s=11491 -recol3d=19911 -recol4s=10434 -recol4d=19909 -recol5s=7297 -recol5d=17797 -name=Barrel - -// 1842 -[obj_1842] -cost=1 -members=yes -iop1=Look -model=model_19286 -2dyof=-30 -2dzoom=2216 -2dyan=2044 -2dxan=174 -contrast=15 -ambient=15 -recol1s=13605 -recol1d=23080 -recol2s=12548 -recol2d=22023 -recol3s=11491 -recol3d=19911 -recol4s=10434 -recol4d=19909 -recol5s=7297 -recol5d=17797 -name=Ana in a barrel - -// 1843 -[obj_1843] -cost=1 -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=10432 -name=Wrought iron key - -// 1844 -[obj_1844] -cost=40 -iop2=Wear -members=yes -model=model_19273 -2dzoom=1360 -2dyan=2045 -2dxan=510 -manwear=model_19182 -manwear2=model_19173 -womanwear=model_19198 -womanwear2=model_19189 -name=Slave shirt - -// 1845 -[obj_1845] -cost=40 -model=model_19272 -2dzoom=1488 -2dxan=276 -iop2=Wear -members=yes -manwear=model_19181 -womanwear=model_19197 -name=Slave robe - -// 1846 -[obj_1846] -cost=1 -iop2=Wear -members=yes -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -manwear=model_185 -womanwear=model_361 -recol1s=7298 -recol1d=14725 -name=Slave boots - -// 1847 -[obj_1847] -cost=10 -members=yes -iop1=Read -model=model_2746 -2dxof=3 -2dyof=1 -2dzoom=1720 -2dyan=156 -2dxan=472 -recol1s=32563 -recol1d=27484 -name=Scrumpled paper - -// 1848 -[obj_1848] -cost=1 -members=yes -iop1=Read -model=model_19270 -2dxof=-3 -2dyof=9 -2dzoom=1104 -2dyan=378 -2dxan=512 -contrast=15 -ambient=15 -name=Shantay disclaimer - -// 1849 -[obj_1849] -cost=70 -stackable=yes -members=yes -cost=2 -model=model_2379 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -recol1s=22131 -recol1d=8354 -name=Prototype dart - -// 1850 -[obj_1850] -cost=1 -members=yes -iop1=Read -model=model_19267 -2dxof=-2 -2dyof=7 -2dzoom=2256 -2dyan=1985 -2dxan=498 -contrast=15 -ambient=15 -name=Technical plans - -// 1851 -[obj_1851] -cost=1 -members=yes -iop1=Eat -model=model_19269 -2dyof=-5 -2dzoom=1636 -2dyan=1880 -2dxan=216 -contrast=15 -ambient=15 -name=Tenti pineapple - -// 1852 -[obj_1852] -cost=1 -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=21856 -name=Bedabin key - -// 1853 -[obj_1853] -cost=1 -members=yes -stackable=yes -model=model_2518 -2dxof=5 -2dzoom=720 -2dyan=308 -2dxan=344 -name=Prototype dart tip - -// 1854 -[obj_1854] -cost=5 -members=yes -stackable=yes -model=model_19271 -2dxof=8 -2dyof=7 -2dzoom=1049 -2dyan=1798 -2dxan=484 -contrast=15 -ambient=15 -name=Shantay pass - -// 1855 -[obj_1855] -members=yes -model=model_2393 -2dxof=8 -2dyof=-15 -2dzoom=1170 -2dyan=1904 -2dxan=120 -recol1s=13570 -recol1d=7400 -name=Rock - -// 1856 -[obj_1856] -iop1=Read -members=yes -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -recol1s=13504 -recol1d=6342 -name=Guide book - -// 1857 -[obj_1857] -cost=10 -model=model_2765 -members=yes -2dxof=2 -2dyof=-9 -2dzoom=1150 -2dyan=108 -2dxan=188 -name=Totem - -// 1858 -[obj_1858] -cost=10 -model=model_2375 -members=yes -2dxof=-3 -2dyof=-33 -2dzoom=760 -2dyan=1116 -2dxan=244 -name=Address label - -// 1859 -[obj_1859] -cost=2 -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -members=yes -stockmarket=yes -name=Raw ugthanki meat -certlink=obj_1860 - -// 1860 -[obj_1860] -certlink=obj_1859 -certtemplate=obj_799 - -// 1861 -[obj_1861] -cost=5 -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -members=yes -iop1=Eat -stockmarket=yes -recol1s=25664 -recol1d=17632 -recol2s=32767 -recol2d=21797 -name=Ugthanki meat -certlink=obj_1862 - -// 1862 -[obj_1862] -certlink=obj_1861 -certtemplate=obj_799 - -// 1863 -[obj_1863] -cost=4 -model=model_2455 -2dzoom=980 -2dyan=108 -2dxan=248 -members=yes -stockmarket=yes -recol1s=21135 -recol1d=32760 -name=Pitta dough -certlink=obj_1864 - -// 1864 -[obj_1864] -certlink=obj_1863 -certtemplate=obj_799 - -// 1865 -[obj_1865] -cost=10 -model=model_2455 -2dzoom=980 -2dyan=108 -2dxan=248 -members=yes -stockmarket=yes -recol1s=21135 -recol1d=32625 -name=Pitta bread -certlink=obj_1866 - -// 1866 -[obj_1866] -certlink=obj_1865 -certtemplate=obj_799 - -// 1867 -[obj_1867] -cost=1 -model=model_2455 -2dzoom=980 -2dyan=108 -2dxan=248 -members=yes -recol1s=21135 -recol1d=5285 -name=Burnt pitta bread -certlink=obj_1868 - -// 1868 -[obj_1868] -certlink=obj_1867 -certtemplate=obj_799 - -// 1869 -[obj_1869] -model=model_11094 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -cost=3 -members=yes -iop1=Eat -stockmarket=yes -name=Chopped tomato -certlink=obj_1870 - -// 1870 -[obj_1870] -certlink=obj_1869 -certtemplate=obj_799 - -// 1871 -[obj_1871] -model=model_11090 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -cost=3 -members=yes -iop1=Eat -stockmarket=yes -name=Chopped onion -certlink=obj_1872 - -// 1872 -[obj_1872] -certlink=obj_1871 -certtemplate=obj_799 - -// 1873 -[obj_1873] -model=model_2556 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -cost=5 -members=yes -stockmarket=yes -name=Chopped ugthanki -certlink=obj_1874 - -// 1874 -[obj_1874] -certlink=obj_1873 -certtemplate=obj_799 - -// 1875 -[obj_1875] -model=model_2556 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -cost=5 -members=yes -iop1=Eat -stockmarket=yes -name=Onion & tomato -certlink=obj_1876 - -// 1876 -[obj_1876] -certlink=obj_1875 -certtemplate=obj_799 - -// 1877 -[obj_1877] -model=model_2556 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -cost=7 -members=yes -stockmarket=yes -name=Ugthanki & onion -certlink=obj_1878 - -// 1878 -[obj_1878] -certlink=obj_1877 -certtemplate=obj_799 - -// 1879 -[obj_1879] -model=model_2556 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -cost=7 -members=yes -stockmarket=yes -name=Ugthanki & tomato -certlink=obj_1880 - -// 1880 -[obj_1880] -certlink=obj_1879 -certtemplate=obj_799 - -// 1881 -[obj_1881] -model=model_2556 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -cost=9 -members=yes -stockmarket=yes -name=Kebab mix -certlink=obj_1882 - -// 1882 -[obj_1882] -certlink=obj_1881 -certtemplate=obj_799 - -// 1883 -[obj_1883] -model=model_2822 -2dxof=4 -2dyof=1 -2dzoom=700 -2dyan=1844 -2dzan=176 -2dxan=1876 -cost=20 -members=yes -iop1=Eat -stockmarket=yes -name=Ugthanki kebab -certlink=obj_1884 - -// 1884 -[obj_1884] -certlink=obj_1883 -certtemplate=obj_799 - -// 1885 -[obj_1885] -model=model_2822 -2dxof=4 -2dyof=1 -2dzoom=700 -2dyan=1844 -2dzan=176 -2dxan=1876 -cost=20 -members=yes -iop1=Eat -stockmarket=yes -name=Ugthanki kebab -certlink=obj_1886 - -// 1886 -[obj_1886] -certlink=obj_1885 -certtemplate=obj_799 - -// 1887 -[obj_1887] -model=model_2596 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=10 -stockmarket=yes -name=Cake tin -certlink=obj_1888 - -// 1888 -[obj_1888] -certlink=obj_1887 -certtemplate=obj_799 - -// 1889 -[obj_1889] -model=model_2465 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=20 -stockmarket=yes -name=Uncooked cake -certlink=obj_1890 - -// 1890 -[obj_1890] -certlink=obj_1889 -certtemplate=obj_799 - -// 1891 -[obj_1891] -iop1=Eat -cost=50 -model=model_2531 -2dyof=-8 -2dzoom=670 -2dyan=120 -2dxan=164 -stockmarket=yes -name=Cake -certlink=obj_1892 - -// 1892 -[obj_1892] -certlink=obj_1891 -certtemplate=obj_799 - -// 1893 -[obj_1893] -iop1=Eat -cost=30 -model=model_2535 -2dyof=-7 -2dzoom=690 -2dyan=1840 -2dxan=180 -stockmarket=yes -recol1s=10400 -recol1d=32693 -recol2s=15712 -recol2d=22976 -name=2/3 cake -certlink=obj_1894 - -// 1894 -[obj_1894] -certlink=obj_1893 -certtemplate=obj_799 - -// 1895 -[obj_1895] -iop1=Eat -cost=10 -model=model_2524 -2dxof=5 -2dyof=-10 -2dzoom=600 -2dyan=1760 -2dxan=160 -stockmarket=yes -recol1s=10400 -recol1d=32693 -recol2s=15712 -recol2d=22976 -name=Slice of cake -certlink=obj_1896 - -// 1896 -[obj_1896] -certlink=obj_1895 -certtemplate=obj_799 - -// 1897 -[obj_1897] -iop1=Eat -cost=70 -model=model_2531 -2dyof=-8 -2dzoom=670 -2dyan=120 -2dxan=164 -stockmarket=yes -recol1s=32767 -recol1d=10432 -recol2s=15712 -recol2d=8288 -recol3s=20512 -recol3d=10432 -name=Chocolate cake -certlink=obj_1898 - -// 1898 -[obj_1898] -certlink=obj_1897 -certtemplate=obj_799 - -// 1899 -[obj_1899] -iop1=Eat -model=model_2535 -2dyof=-7 -2dzoom=690 -2dyan=1840 -2dxan=180 -cost=50 -stockmarket=yes -recol1s=32767 -recol1d=10432 -recol2s=15712 -recol2d=8288 -recol3s=20512 -recol3d=10432 -name=2/3 chocolate cake -certlink=obj_1900 - -// 1900 -[obj_1900] -certlink=obj_1899 -certtemplate=obj_799 - -// 1901 -[obj_1901] -iop1=Eat -model=model_2524 -2dxof=5 -2dyof=-10 -2dzoom=600 -2dyan=1760 -2dxan=160 -cost=30 -stockmarket=yes -recol1s=32767 -recol1d=10432 -recol2s=15712 -recol2d=8288 -recol3s=20512 -recol3d=10432 -name=Chocolate slice -certlink=obj_1902 - -// 1902 -[obj_1902] -certlink=obj_1901 -certtemplate=obj_799 - -// 1903 -[obj_1903] -model=model_2531 -2dyof=-8 -2dzoom=670 -2dyan=120 -2dxan=164 -cost=1 -recol1s=10400 -recol1d=2114 -recol2s=15712 -recol2d=7399 -name=Burnt cake -certlink=obj_1904 - -// 1904 -[obj_1904] -certlink=obj_1903 -certtemplate=obj_799 - -// 1905 -[obj_1905] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=21856 -recol2s=32454 -recol2d=26050 -name=Asgarnian ale -certlink=obj_1906 - -// 1906 -[obj_1906] -certlink=obj_1905 -certtemplate=obj_799 - -// 1907 -[obj_1907] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=15860 -recol2s=32454 -recol2d=19029 -name=Wizard's mind bomb -certlink=obj_1908 - -// 1908 -[obj_1908] -certlink=obj_1907 -certtemplate=obj_799 - -// 1909 -[obj_1909] -cost=2 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=24034 -recol2s=32454 -recol2d=26148 -name=Greenman's ale -certlink=obj_1910 - -// 1910 -[obj_1910] -certlink=obj_1909 -certtemplate=obj_799 - -// 1911 -[obj_1911] -cost=2 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=18464 -recol2s=32454 -recol2d=19488 -name=Dragon bitter -certlink=obj_1912 - -// 1912 -[obj_1912] -certlink=obj_1911 -certtemplate=obj_799 - -// 1913 -[obj_1913] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=4228 -recol2s=32454 -recol2d=11561 -name=Dwarven stout -certlink=obj_1914 - -// 1914 -[obj_1914] -certlink=obj_1913 -certtemplate=obj_799 - -// 1915 -[obj_1915] -cost=3 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=10698 -recol2s=32454 -recol2d=12812 -name=Grog -certlink=obj_1916 - -// 1916 -[obj_1916] -certlink=obj_1915 -certtemplate=obj_799 - -// 1917 -[obj_1917] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -manwear=model_6098 -womanwear=model_6098 -stockmarket=yes -name=Beer -womanwearoff=3,-11,6 -certlink=obj_1918 - -// 1918 -[obj_1918] -certlink=obj_1917 -certtemplate=obj_799 - -// 1919 -[obj_1919] -cost=2 -model=model_2548 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -manwear=model_8234 -womanwear=model_8234 -stockmarket=yes -name=Beer glass -certlink=obj_1920 - -// 1920 -[obj_1920] -certlink=obj_1919 -certtemplate=obj_799 - -// 1921 -[obj_1921] -cost=4 -model=model_2367 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop4=Empty -stockmarket=yes -recolhsl1s=21119 -recolhsl1d=32583 -name=Bowl of water -certlink=obj_1922 - -// 1922 -[obj_1922] -certlink=obj_1921 -certtemplate=obj_799 - -// 1923 -[obj_1923] -cost=4 -model=model_2807 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -stockmarket=yes -name=Bowl -certlink=obj_1924 - -// 1924 -[obj_1924] -certlink=obj_1923 -certtemplate=obj_799 - -// 1925 -[obj_1925] -cost=2 -model=model_2397 -manwear=model_543 -womanwear=model_543 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -stockmarket=yes -name=Bucket -womanwearoff=3,-11,6 -certlink=obj_1926 - -// 1926 -[obj_1926] -certlink=obj_1925 -certtemplate=obj_799 - -// 1927 -[obj_1927] -cost=12 -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -stockmarket=yes -recol1s=173 -recol1d=32767 -name=Bucket of milk -certlink=obj_1928 - -// 1928 -[obj_1928] -certlink=obj_1927 -certtemplate=obj_799 - -// 1929 -[obj_1929] -cost=6 -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -stockmarket=yes -recol1s=173 -recol1d=20086 -name=Bucket of water -certlink=obj_1930 - -// 1930 -[obj_1930] -certlink=obj_1929 -certtemplate=obj_799 - -// 1931 -[obj_1931] -model=model_2345 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -manwear=model_12862 -womanwear=model_12862 -cost=1 -stockmarket=yes -name=Empty pot -womanwearoff=3,-11,6 -certlink=obj_1932 - -// 1932 -[obj_1932] -certlink=obj_1931 -certtemplate=obj_799 - -// 1933 -[obj_1933] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=14 -iop4=Empty -stockmarket=yes -name=Pot of flour -certlink=obj_1934 - -// 1934 -[obj_1934] -certlink=obj_1933 -certtemplate=obj_799 - -// 1935 -[obj_1935] -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -cost=1 -stockmarket=yes -recol1s=32767 -recol1d=16846 -name=Jug -certlink=obj_1936 - -// 1936 -[obj_1936] -certlink=obj_1935 -certtemplate=obj_799 - -// 1937 -[obj_1937] -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -cost=1 -iop4=Empty -stockmarket=yes -recol1s=32767 -recol1d=17981 -name=Jug of water -certlink=obj_1938 - -// 1938 -[obj_1938] -certlink=obj_1937 -certtemplate=obj_799 - -// 1939 -[obj_1939] -cost=1 -model=model_2499 -2dxof=1 -2dyof=-22 -2dzoom=710 -2dyan=148 -2dxan=224 -members=yes -stackable=yes -stockmarket=yes -name=Swamp tar - -// 1940 -[obj_1940] -cost=1 -model=model_2499 -2dxof=1 -2dyof=-22 -2dzoom=710 -2dyan=148 -2dxan=224 -members=yes -stackable=yes -stockmarket=yes -recol1s=4228 -recol1d=7399 -name=Raw swamp paste - -// 1941 -[obj_1941] -cost=31 -model=model_2386 -2dxof=1 -2dyof=-22 -2dzoom=710 -2dyan=148 -2dxan=224 -members=yes -stackable=yes -stockmarket=yes -name=Swamp paste - -// 1942 -[obj_1942] -cost=16 -model=model_2766 -2dxof=1 -2dyof=-6 -2dzoom=860 -2dyan=1856 -2dxan=208 -iop1=Eat -stockmarket=yes -recol1s=10464 -recol1d=17828 -name=Potato -certlink=obj_1943 - -// 1943 -[obj_1943] -certlink=obj_1942 -certtemplate=obj_799 - -// 1944 -[obj_1944] -cost=4 -model=model_2437 -2dxof=1 -2dzoom=630 -2dyan=68 -2dxan=144 -stockmarket=yes -name=Egg -certlink=obj_1945 - -// 1945 -[obj_1945] -certlink=obj_1944 -certtemplate=obj_799 - -// 1946 -[obj_1946] -cost=2 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -recol1s=22131 -recol1d=32503 -name=Flour - -// 1947 -[obj_1947] -cost=2 -model=model_2398 -2dxof=-1 -2dyof=9 -2dzoom=830 -2dyan=88 -2dxan=292 -stockmarket=yes -name=Grain -certlink=obj_1948 - -// 1948 -[obj_1948] -certlink=obj_1947 -certtemplate=obj_799 - -// 1949 -[obj_1949] -cost=2 -model=model_2782 -2dxof=-4 -2dyof=3 -2dzoom=580 -2dxan=668 -manwear=model_199 -womanwear=model_374 -manhead=model_39347 -womanhead=model_38769 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=32767 -name=Chef's hat -certlink=obj_1950 - -// 1950 -[obj_1950] -certlink=obj_1949 -certtemplate=obj_799 - -// 1951 -[obj_1951] -cost=3 -model=model_2358 -2dxof=1 -2dyof=4 -2dzoom=970 -2dyan=668 -2dxan=404 -stockmarket=yes -name=Redberries -certlink=obj_1952 - -// 1952 -[obj_1952] -certlink=obj_1951 -certtemplate=obj_799 - -// 1953 -[obj_1953] -cost=1 -model=model_2756 -2dzoom=1210 -2dyan=116 -2dxan=220 -stockmarket=yes -name=Pastry dough -certlink=obj_1954 - -// 1954 -[obj_1954] -certlink=obj_1953 -certtemplate=obj_799 - -// 1955 -[obj_1955] -model=model_2404 -2dzoom=940 -2dyan=80 -2dxan=212 -cost=36 -stockmarket=yes -name=Cooking apple -certlink=obj_1956 - -// 1956 -[obj_1956] -certlink=obj_1955 -certtemplate=obj_799 - -// 1957 -[obj_1957] -cost=12 -model=model_2750 -2dzoom=670 -2dyan=116 -2dxan=116 -iop1=Eat -stockmarket=yes -recol1s=32697 -recol1d=25131 -name=Onion -certlink=obj_1958 - -// 1958 -[obj_1958] -certlink=obj_1957 -certtemplate=obj_799 - -// 1959 -[obj_1959] -cost=30 -iop1=Eat -model=model_2591 -2dxof=3 -2dyof=-1 -2dzoom=1040 -2dyan=104 -2dxan=132 -stockmarket=yes -name=Pumpkin -certlink=obj_1960 - -// 1960 -[obj_1960] -certlink=obj_1959 -certtemplate=obj_799 - -// 1961 -[obj_1961] -cost=10 -iop1=Eat -model=model_2534 -2dzoom=1080 -2dyan=20 -2dxan=2044 -stockmarket=yes -name=Easter egg -certlink=obj_1962 - -// 1962 -[obj_1962] -certlink=obj_1961 -certtemplate=obj_799 - -// 1963 -[obj_1963] -cost=2 -iop1=Eat -model=model_2387 -2dxof=9 -2dyof=10 -2dzoom=930 -2dyan=1944 -2dxan=280 -manwear=model_3874 -womanwear=model_3874 -stockmarket=yes -name=Banana -womanwearoff=3,-11,6 -certlink=obj_1964 - -// 1964 -[obj_1964] -certlink=obj_1963 -certtemplate=obj_799 - -// 1965 -[obj_1965] -model=model_8195 -2dxof=1 -2dyof=27 -2dzoom=1730 -2dyan=1800 -2dxan=284 -iop1=Eat -cost=1 -ambient=17 -stockmarket=yes -name=Cabbage -certlink=obj_1966 - -// 1966 -[obj_1966] -certlink=obj_1965 -certtemplate=obj_799 - -// 1967 -[obj_1967] -model=model_8195 -2dxof=1 -2dyof=27 -2dzoom=1730 -2dyan=1800 -2dxan=284 -iop1=Eat -cost=1 -stockmarket=yes -name=Cabbage -certlink=obj_1968 - -// 1968 -[obj_1968] -certlink=obj_1967 -certtemplate=obj_799 - -// 1969 -[obj_1969] -iop1=Eat -model=model_2829 -2dzoom=790 -2dyan=164 -2dxan=376 -cost=1 -name=Spinach roll - -// 1970 -[obj_1970] -model=model_2742 -cost=0 -name=Tinderbox - -// 1971 -[obj_1971] -cost=3 -iop1=Eat -model=model_2822 -2dxof=4 -2dyof=1 -2dzoom=700 -2dyan=1844 -2dzan=176 -2dxan=1876 -stockmarket=yes -name=Kebab -certlink=obj_1972 - -// 1972 -[obj_1972] -certlink=obj_1971 -certtemplate=obj_799 - -// 1973 -[obj_1973] -iop1=Eat -cost=20 -model=model_2410 -2dxof=1 -2dyof=41 -2dzoom=950 -2dyan=208 -2dxan=276 -manwear=model_6433 -womanwear=model_6433 -stockmarket=yes -name=Chocolate bar -womanwearoff=3,-11,6 -certlink=obj_1974 - -// 1974 -[obj_1974] -certlink=obj_1973 -certtemplate=obj_799 - -// 1975 -[obj_1975] -cost=20 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -stockmarket=yes -recol1s=22131 -recol1d=11426 -name=Chocolate dust -certlink=obj_1976 - -// 1976 -[obj_1976] -certlink=obj_1975 -certtemplate=obj_799 - -// 1977 -[obj_1977] -iop1=Drink -cost=2 -members=yes -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=173 -recol1d=13540 -name=Chocolatey milk - -// 1978 -[obj_1978] -cost=10 -iop1=Drink -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -stockmarket=yes -name=Cup of tea -certlink=obj_1979 - -// 1979 -[obj_1979] -certlink=obj_1978 -certtemplate=obj_799 - -// 1980 -[obj_1980] -cost=2 -model=model_2347 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -stockmarket=yes -recol1s=18991 -recol1d=32767 -recol2s=14764 -recol2d=22131 -recol3s=15821 -recol3d=29464 -name=Empty cup -certlink=obj_1981 - -// 1981 -[obj_1981] -certlink=obj_1980 -certtemplate=obj_799 - -// 1982 -[obj_1982] -cost=14 -iop1=Eat -model=model_2632 -2dyof=-4 -2dzoom=550 -2dyan=1900 -2dxan=208 -stockmarket=yes -name=Tomato -certlink=obj_1983 - -// 1983 -[obj_1983] -certlink=obj_1982 -certtemplate=obj_799 - -// 1984 -[obj_1984] -model=model_2404 -2dzoom=940 -2dyan=80 -2dxan=212 -iop1=Eat -members=yes -cost=1 -recol1s=13088 -recol1d=13506 -recol2s=352 -recol2d=17926 -recol3s=6528 -recol3d=13506 -recol4s=8864 -recol4d=6528 -name=Rotten apple - -// 1985 -[obj_1985] -cost=8 -iop1=Eat -model=model_2365 -2dzoom=1110 -2dyan=1812 -2dxan=116 -stockmarket=yes -name=Cheese -certlink=obj_1986 - -// 1986 -[obj_1986] -certlink=obj_1985 -certtemplate=obj_799 - -// 1987 -[obj_1987] -model=model_2358 -2dxof=1 -2dyof=4 -2dzoom=970 -2dyan=668 -2dxan=404 -cost=1 -stockmarket=yes -recol1s=31808 -recol1d=18444 -name=Grapes -certlink=obj_1988 - -// 1988 -[obj_1988] -certlink=obj_1987 -certtemplate=obj_799 - -// 1989 -[obj_1989] -cost=1 -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -iop1=Drink -stockmarket=yes -recol1s=32767 -recol1d=26820 -name=Half full wine jug -certlink=obj_1990 - -// 1990 -[obj_1990] -certlink=obj_1989 -certtemplate=obj_799 - -// 1991 -[obj_1991] -iop1=Drink -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -cost=1 -recol1s=32767 -recol1d=26820 -name=Jug of bad wine - -// 1992 -[obj_1992] -iop1=Drink -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -cost=1 -stackable=yes -recol1s=32767 -recol1d=26820 -name=Jug of bad wine - -// 1993 -[obj_1993] -cost=128 -iop1=Drink -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -stockmarket=yes -recol1s=32767 -recol1d=26820 -name=Jug of wine -certlink=obj_1994 - -// 1994 -[obj_1994] -certlink=obj_1993 -certtemplate=obj_799 - -// 1995 -[obj_1995] -cost=10 -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -recol1s=32767 -recol1d=26820 -name=Unfermented wine - -// 1996 -[obj_1996] -cost=10 -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -stackable=yes -recol1s=32767 -recol1d=26820 -name=Unfermented wine - -// 1997 -[obj_1997] -cost=4 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -stockmarket=yes -recolhsl1s=21119 -recolhsl1d=5915 -name=Incomplete stew -certlink=obj_1998 - -// 1998 -[obj_1998] -certlink=obj_1997 -certtemplate=obj_799 - -// 1999 -[obj_1999] -cost=4 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -stockmarket=yes -recolhsl1s=21119 -recolhsl1d=5911 -name=Incomplete stew -certlink=obj_2000 - -// 2000 -[obj_2000] -certlink=obj_1999 -certtemplate=obj_799 - -// 2001 -[obj_2001] -cost=10 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -stockmarket=yes -recolhsl1s=21119 -recolhsl1d=5422 -name=Uncooked stew -certlink=obj_2002 - -// 2002 -[obj_2002] -certlink=obj_2001 -certtemplate=obj_799 - -// 2003 -[obj_2003] -iop1=Eat -cost=100 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -stockmarket=yes -recolhsl1s=21119 -recolhsl1d=5907 -name=Stew -certlink=obj_2004 - -// 2004 -[obj_2004] -certlink=obj_2003 -certtemplate=obj_799 - -// 2005 -[obj_2005] -cost=1 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -iop1=Empty Bowl -recolhsl1s=21119 -recolhsl1d=6022 -name=Burnt stew -certlink=obj_2006 - -// 2006 -[obj_2006] -certlink=obj_2005 -certtemplate=obj_799 - -// 2007 -[obj_2007] -cost=230 -model=model_2431 -2dyof=7 -2dzoom=789 -2dyan=160 -2dxan=136 -members=yes -stockmarket=yes -name=Spice -certlink=obj_2008 - -// 2008 -[obj_2008] -certlink=obj_2007 -certtemplate=obj_799 - -// 2009 -[obj_2009] -cost=10 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -members=yes -stockmarket=yes -recolhsl1s=21119 -recolhsl1d=6702 -name=Uncooked curry -certlink=obj_2010 - -// 2010 -[obj_2010] -certlink=obj_2009 -certtemplate=obj_799 - -// 2011 -[obj_2011] -iop1=Eat -cost=20 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -members=yes -stockmarket=yes -recolhsl1s=21119 -recolhsl1d=6816 -name=Curry -certlink=obj_2012 - -// 2012 -[obj_2012] -certlink=obj_2011 -certtemplate=obj_799 - -// 2013 -[obj_2013] -cost=1 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -members=yes -iop1=Empty Bowl -recolhsl1s=21119 -recolhsl1d=6548 -name=Burnt curry -certlink=obj_2014 - -// 2014 -[obj_2014] -certlink=obj_2013 -certtemplate=obj_799 - -// 2015 -[obj_2015] -cost=5 -iop1=Drink -members=yes -model=model_2830 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -stockmarket=yes -name=Vodka -certlink=obj_2016 - -// 2016 -[obj_2016] -certlink=obj_2015 -certtemplate=obj_799 - -// 2017 -[obj_2017] -cost=5 -iop1=Drink -members=yes -model=model_2660 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -stockmarket=yes -name=Whisky -certlink=obj_2018 - -// 2018 -[obj_2018] -certlink=obj_2017 -certtemplate=obj_799 - -// 2019 -[obj_2019] -cost=5 -iop1=Drink -members=yes -model=model_2660 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -stockmarket=yes -recol1s=11328 -recol1d=352 -name=Gin -certlink=obj_2020 - -// 2020 -[obj_2020] -certlink=obj_2019 -certtemplate=obj_799 - -// 2021 -[obj_2021] -cost=5 -iop1=Drink -members=yes -model=model_2836 -2dzoom=1030 -2dyan=1808 -2dxan=76 -stockmarket=yes -name=Brandy -certlink=obj_2022 - -// 2022 -[obj_2022] -certlink=obj_2021 -certtemplate=obj_799 - -// 2023 -[obj_2023] -cost=2 -iop1=Read -members=yes -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -stockmarket=yes -recol1s=13504 -recol1d=7427 -name=Cocktail guide -certlink=obj_2024 - -// 2024 -[obj_2024] -certlink=obj_2023 -certtemplate=obj_799 - -// 2025 -[obj_2025] -cost=2 -members=yes -model=model_2771 -2dyof=-1 -2dzoom=1000 -2dyan=116 -2dxan=92 -iop1=Mix-cocktail -stockmarket=yes -name=Cocktail shaker -certlink=obj_9565 - -// 2026 -[obj_2026] -model=model_17116 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -cost=1 -members=yes -stockmarket=yes -name=Cocktail glass -certlink=obj_2027 - -// 2027 -[obj_2027] -certlink=obj_2026 -certtemplate=obj_799 - -// 2028 -[obj_2028] -cost=30 -iop1=Drink -members=yes -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -stockmarket=yes -recol1s=32750 -recol1d=32460 -recol2s=32743 -recol2d=32230 -recol3s=32736 -recol3d=32384 -recol4s=25664 -recol4d=1234 -recol5s=1986 -recol5d=1602 -recol6s=30654 -recol6d=32566 -name=Premade blurb' sp. -certlink=obj_2029 - -// 2029 -[obj_2029] -certlink=obj_2028 -certtemplate=obj_799 - -// 2030 -[obj_2030] -cost=30 -iop1=Drink -members=yes -model=model_17115 -2dxof=-1 -2dyof=-7 -2dzoom=789 -2dyan=1964 -2dxan=180 -stockmarket=yes -recol1s=1528 -recol1d=17760 -recol2s=32762 -recol2d=22018 -name=Premade choc s'dy -certlink=obj_2031 - -// 2031 -[obj_2031] -certlink=obj_2030 -certtemplate=obj_799 - -// 2032 -[obj_2032] -cost=30 -iop1=Drink -members=yes -model=model_17115 -2dxof=-1 -2dyof=-7 -2dzoom=789 -2dyan=1964 -2dxan=180 -stockmarket=yes -recol1s=8258 -recol1d=1106 -recol2s=8225 -recol2d=3222 -name=Premade dr' dragon -certlink=obj_2033 - -// 2033 -[obj_2033] -certlink=obj_2032 -certtemplate=obj_799 - -// 2034 -[obj_2034] -cost=30 -iop1=Drink -members=yes -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -stockmarket=yes -recol1s=32743 -recol1d=32750 -recol2s=32736 -recol2d=32480 -recol3s=1986 -recol3d=32672 -recol4s=30654 -recol4d=30146 -recol5s=27546 -recol5d=32736 -name=Premade fr' blast -certlink=obj_2035 - -// 2035 -[obj_2035] -certlink=obj_2034 -certtemplate=obj_799 - -// 2036 -[obj_2036] -cost=30 -iop1=Drink -members=yes -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -stockmarket=yes -recol1s=32750 -recol1d=32615 -recol2s=32743 -recol2d=32384 -recol3s=32736 -recol3d=32676 -recol4s=1986 -recol4d=32288 -recol5s=30654 -recol5d=31673 -recol6s=22421 -recol6d=32721 -name=Premade p' punch -certlink=obj_2037 - -// 2037 -[obj_2037] -certlink=obj_2036 -certtemplate=obj_799 - -// 2038 -[obj_2038] -cost=30 -iop1=Drink -members=yes -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -stockmarket=yes -recol1s=32743 -recol1d=27626 -recol2s=32750 -recol2d=3908 -recol3s=32736 -recol3d=18408 -recol4s=25664 -recol4d=32736 -recol5s=30655 -recol5d=27637 -recol6s=30654 -recol6d=13192 -name=Premade sgg -certlink=obj_2039 - -// 2039 -[obj_2039] -certlink=obj_2038 -certtemplate=obj_799 - -// 2040 -[obj_2040] -cost=30 -iop1=Drink -members=yes -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -stockmarket=yes -recol1s=32743 -recol1d=31729 -recol2s=32750 -recol2d=31732 -recol3s=32736 -recol3d=26610 -recol4s=1986 -recol4d=32576 -recol5s=22421 -recol5d=32751 -recol6s=30654 -recol6d=27632 -name=Premade wiz blz'd -certlink=obj_2041 - -// 2041 -[obj_2041] -certlink=obj_2040 -certtemplate=obj_799 - -// 2042 -[obj_2042] -cost=2 -iop1=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=32676 -name=Picture -certlink=obj_2043 - -// 2043 -[obj_2043] -certlink=obj_2042 -certtemplate=obj_799 - -// 2044 -[obj_2044] -cost=2 -iop1=Drink -members=yes -model=model_2470 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=32736 -recol1d=32676 -name=Picture -certlink=obj_2045 - -// 2045 -[obj_2045] -certlink=obj_2044 -certtemplate=obj_799 - -// 2046 -[obj_2046] -cost=2 -iop1=Drink -members=yes -model=model_2470 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=32736 -recol1d=32676 -name=Picture -certlink=obj_2047 - -// 2047 -[obj_2047] -certlink=obj_2046 -certtemplate=obj_799 - -// 2048 -[obj_2048] -cost=30 -iop1=Drink -members=yes -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -stockmarket=yes -recol1s=32750 -recol1d=32615 -recol2s=32743 -recol2d=32384 -recol3s=32736 -recol3d=32676 -recol4s=1986 -recol4d=32288 -recol5s=30654 -recol5d=31673 -recol6s=22421 -recol6d=32721 -name=Pineapple punch -certlink=obj_2049 - -// 2049 -[obj_2049] -certlink=obj_2048 -certtemplate=obj_799 - -// 2050 -[obj_2050] -cost=2 -iop1=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=26610 -name=Picture -certlink=obj_2051 - -// 2051 -[obj_2051] -certlink=obj_2050 -certtemplate=obj_799 - -// 2052 -[obj_2052] -cost=2 -iop1=Drink -members=yes -model=model_2470 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=32736 -recol1d=26610 -name=Picture -certlink=obj_2053 - -// 2053 -[obj_2053] -certlink=obj_2052 -certtemplate=obj_799 - -// 2054 -[obj_2054] -cost=30 -iop1=Drink -members=yes -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -stockmarket=yes -recol1s=32743 -recol1d=31729 -recol2s=32750 -recol2d=31732 -recol3s=32736 -recol3d=26610 -recol4s=1986 -recol4d=32576 -recol5s=22421 -recol5d=32751 -recol6s=30654 -recol6d=27632 -name=Wizard blizzard -certlink=obj_2055 - -// 2055 -[obj_2055] -certlink=obj_2054 -certtemplate=obj_799 - -// 2056 -[obj_2056] -cost=2 -iop1=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=32384 -name=Picture -certlink=obj_2057 - -// 2057 -[obj_2057] -certlink=obj_2056 -certtemplate=obj_799 - -// 2058 -[obj_2058] -cost=2 -iop1=Drink -members=yes -model=model_2470 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=32736 -recol1d=32384 -name=Picture -certlink=obj_2059 - -// 2059 -[obj_2059] -certlink=obj_2058 -certtemplate=obj_799 - -// 2060 -[obj_2060] -cost=2 -iop1=Drink -members=yes -model=model_2470 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=32736 -recol1d=32384 -name=Picture -certlink=obj_2061 - -// 2061 -[obj_2061] -certlink=obj_2060 -certtemplate=obj_799 - -// 2062 -[obj_2062] -cost=2 -iop1=Drink -members=yes -model=model_2738 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=32736 -recol1d=32384 -name=Picture -certlink=obj_2063 - -// 2063 -[obj_2063] -certlink=obj_2062 -certtemplate=obj_799 - -// 2064 -[obj_2064] -cost=30 -iop1=Drink -members=yes -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -stockmarket=yes -recol1s=32750 -recol1d=32460 -recol2s=32743 -recol2d=32230 -recol3s=32736 -recol3d=32384 -recol4s=25664 -recol4d=1234 -recol5s=1986 -recol5d=1602 -recol6s=30654 -recol6d=32566 -name=Blurberry special -certlink=obj_2065 - -// 2065 -[obj_2065] -certlink=obj_2064 -certtemplate=obj_799 - -// 2066 -[obj_2066] -cost=2 -iop1=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=26222 -name=Picture -certlink=obj_2067 - -// 2067 -[obj_2067] -certlink=obj_2066 -certtemplate=obj_799 - -// 2068 -[obj_2068] -cost=2 -iop1=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=17760 -name=Picture -certlink=obj_2069 - -// 2069 -[obj_2069] -certlink=obj_2068 -certtemplate=obj_799 - -// 2070 -[obj_2070] -cost=2 -iop1=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=17760 -name=Picture -certlink=obj_2071 - -// 2071 -[obj_2071] -certlink=obj_2070 -certtemplate=obj_799 - -// 2072 -[obj_2072] -cost=2 -iop1=Drink -members=yes -model=model_2661 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=17760 -name=Picture -certlink=obj_2073 - -// 2073 -[obj_2073] -certlink=obj_2072 -certtemplate=obj_799 - -// 2074 -[obj_2074] -cost=30 -iop1=Drink -members=yes -model=model_17115 -2dxof=-1 -2dyof=-7 -2dzoom=789 -2dyan=1964 -2dxan=180 -stockmarket=yes -recol1s=1528 -recol1d=17760 -recol2s=32762 -recol2d=22018 -name=Choc saturday -certlink=obj_2075 - -// 2075 -[obj_2075] -certlink=obj_2074 -certtemplate=obj_799 - -// 2076 -[obj_2076] -cost=2 -iop1=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=18408 -name=Picture -certlink=obj_2077 - -// 2077 -[obj_2077] -certlink=obj_2076 -certtemplate=obj_799 - -// 2078 -[obj_2078] -cost=2 -iop1=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=18408 -name=Picture -certlink=obj_2079 - -// 2079 -[obj_2079] -certlink=obj_2078 -certtemplate=obj_799 - -// 2080 -[obj_2080] -cost=30 -iop1=Drink -members=yes -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -stockmarket=yes -recol1s=32743 -recol1d=27626 -recol2s=32750 -recol2d=3908 -recol3s=32736 -recol3d=18408 -recol4s=25664 -recol4d=32736 -recol5s=30655 -recol5d=27637 -recol6s=30654 -recol6d=13192 -name=Short green guy -certlink=obj_2081 - -// 2081 -[obj_2081] -certlink=obj_2080 -certtemplate=obj_799 - -// 2082 -[obj_2082] -cost=2 -iop1=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=32480 -name=Picture -certlink=obj_2083 - -// 2083 -[obj_2083] -certlink=obj_2082 -certtemplate=obj_799 - -// 2084 -[obj_2084] -cost=30 -iop1=Drink -members=yes -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -stockmarket=yes -recol1s=32743 -recol1d=32750 -recol2s=32736 -recol2d=32480 -recol3s=1986 -recol3d=32672 -recol4s=30654 -recol4d=30146 -recol5s=27546 -recol5d=32736 -name=Fruit blast -certlink=obj_2085 - -// 2085 -[obj_2085] -certlink=obj_2084 -certtemplate=obj_799 - -// 2086 -[obj_2086] -cost=2 -iop1=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -name=Picture -certlink=obj_2087 - -// 2087 -[obj_2087] -certlink=obj_2086 -certtemplate=obj_799 - -// 2088 -[obj_2088] -cost=2 -iop1=Drink -members=yes -model=model_2470 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=32736 -recol1d=1528 -name=Picture -certlink=obj_2089 - -// 2089 -[obj_2089] -certlink=obj_2088 -certtemplate=obj_799 - -// 2090 -[obj_2090] -cost=2 -iop1=Drink -members=yes -model=model_2661 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -name=Picture -certlink=obj_2091 - -// 2091 -[obj_2091] -certlink=obj_2090 -certtemplate=obj_799 - -// 2092 -[obj_2092] -cost=30 -iop1=Drink -members=yes -model=model_17115 -2dxof=-1 -2dyof=-7 -2dzoom=789 -2dyan=1964 -2dxan=180 -stockmarket=yes -recol1s=8258 -recol1d=1106 -recol2s=8225 -recol2d=3222 -name=Drunk dragon -certlink=obj_2093 - -// 2093 -[obj_2093] -certlink=obj_2092 -certtemplate=obj_799 - -// 2094 -[obj_2094] -cost=2 -iop1=Empty -iop3=Drink -members=yes -model=model_2532 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=17903 -name=Picture -certlink=obj_2095 - -// 2095 -[obj_2095] -certlink=obj_2094 -certtemplate=obj_799 - -// 2096 -[obj_2096] -cost=2 -iop1=Empty -iop3=Drink -members=yes -model=model_2470 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=32736 -recol1d=17903 -name=Picture -certlink=obj_2097 - -// 2097 -[obj_2097] -certlink=obj_2096 -certtemplate=obj_799 - -// 2098 -[obj_2098] -cost=2 -iop1=Empty -iop3=Drink -members=yes -model=model_2661 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=1528 -recol1d=17903 -name=Picture -certlink=obj_2099 - -// 2099 -[obj_2099] -certlink=obj_2098 -certtemplate=obj_799 - -// 2100 -[obj_2100] -cost=2 -iop1=Empty -iop3=Drink -members=yes -model=model_2738 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -recol1s=32736 -recol1d=17903 -recol2s=22421 -recol2d=20017 -recol3s=1986 -recol3d=16846 -name=Picture -certlink=obj_2101 - -// 2101 -[obj_2101] -certlink=obj_2100 -certtemplate=obj_799 - -// 2102 -[obj_2102] -cost=2 -iop1=Eat -members=yes -model=model_2501 -2dzoom=1080 -2dyan=716 -2dxan=700 -stockmarket=yes -name=Lemon -certlink=obj_2103 - -// 2103 -[obj_2103] -certlink=obj_2102 -certtemplate=obj_799 - -// 2104 -[obj_2104] -cost=2 -iop1=Eat -members=yes -model=model_2573 -2dxof=1 -2dyof=96 -2dzoom=870 -2dyan=2004 -2dzan=36 -2dxan=244 -stockmarket=yes -recol1s=32288 -recol1d=32747 -name=Lemon chunks -certlink=obj_2105 - -// 2105 -[obj_2105] -certlink=obj_2104 -certtemplate=obj_799 - -// 2106 -[obj_2106] -cost=2 -iop1=Eat -members=yes -model=model_2772 -2dzoom=1090 -2dyan=336 -2dxan=284 -stockmarket=yes -recol1s=32288 -recol1d=32480 -recol2s=32756 -recol2d=32692 -name=Lemon slices -certlink=obj_2107 - -// 2107 -[obj_2107] -certlink=obj_2106 -certtemplate=obj_799 - -// 2108 -[obj_2108] -cost=70 -iop1=Eat -members=yes -model=model_2640 -2dzoom=910 -2dyan=120 -2dxan=308 -stockmarket=yes -name=Orange -certlink=obj_2109 - -// 2109 -[obj_2109] -certlink=obj_2108 -certtemplate=obj_799 - -// 2110 -[obj_2110] -cost=2 -iop1=Eat -members=yes -model=model_2573 -2dxof=1 -2dyof=96 -2dzoom=870 -2dyan=2004 -2dzan=36 -2dxan=244 -stockmarket=yes -name=Orange chunks -certlink=obj_2111 - -// 2111 -[obj_2111] -certlink=obj_2110 -certtemplate=obj_799 - -// 2112 -[obj_2112] -cost=2 -iop1=Eat -members=yes -model=model_2772 -2dzoom=1090 -2dyan=336 -2dxan=284 -stockmarket=yes -recol1s=32756 -recol1d=32490 -name=Orange slices -certlink=obj_2113 - -// 2113 -[obj_2113] -certlink=obj_2112 -certtemplate=obj_799 - -// 2114 -[obj_2114] -cost=2 -iop1=Eat -members=yes -model=model_7277 -2dyof=1 -2dzoom=1290 -2dyan=100 -2dxan=172 -stockmarket=yes -name=Pineapple -certlink=obj_2115 - -// 2115 -[obj_2115] -certlink=obj_2114 -certtemplate=obj_799 - -// 2116 -[obj_2116] -cost=1 -iop1=Eat -members=yes -model=model_2573 -2dxof=1 -2dyof=96 -2dzoom=870 -2dyan=2004 -2dzan=36 -2dxan=244 -stockmarket=yes -recol1s=32288 -recol1d=32516 -name=Pineapple chunks -certlink=obj_2117 - -// 2117 -[obj_2117] -certlink=obj_2116 -certtemplate=obj_799 - -// 2118 -[obj_2118] -cost=1 -iop1=Eat -members=yes -model=model_2653 -2dxof=1 -2dzoom=650 -2dyan=416 -2dxan=248 -stockmarket=yes -name=Pineapple ring -certlink=obj_2119 - -// 2119 -[obj_2119] -certlink=obj_2118 -certtemplate=obj_799 - -// 2120 -[obj_2120] -cost=2 -iop1=Eat -members=yes -model=model_2816 -2dzoom=1160 -2dyan=744 -2dxan=596 -stockmarket=yes -name=Lime -certlink=obj_2121 - -// 2121 -[obj_2121] -certlink=obj_2120 -certtemplate=obj_799 - -// 2122 -[obj_2122] -cost=1 -iop1=Eat -members=yes -model=model_2573 -2dxof=1 -2dyof=96 -2dzoom=870 -2dyan=2004 -2dzan=36 -2dxan=244 -stockmarket=yes -recol1s=32288 -recol1d=24532 -name=Lime chunks -certlink=obj_2123 - -// 2123 -[obj_2123] -certlink=obj_2122 -certtemplate=obj_799 - -// 2124 -[obj_2124] -cost=2 -iop1=Eat -members=yes -model=model_2772 -2dzoom=1090 -2dyan=336 -2dxan=284 -stockmarket=yes -recol1s=32756 -recol1d=22422 -recol2s=32288 -recol2d=1537 -name=Lime slices -certlink=obj_2125 - -// 2125 -[obj_2125] -certlink=obj_2124 -certtemplate=obj_799 - -// 2126 -[obj_2126] -cost=4 -iop1=Eat -members=yes -model=model_2808 -2dxof=6 -2dyof=-3 -2dzoom=1100 -2dyan=1856 -2dxan=180 -stockmarket=yes -name=Dwellberries -certlink=obj_2127 - -// 2127 -[obj_2127] -certlink=obj_2126 -certtemplate=obj_799 - -// 2128 -[obj_2128] -cost=2 -iop1=Eat -members=yes -model=model_2743 -2dxof=1 -2dzoom=730 -2dyan=644 -2dxan=664 -stockmarket=yes -name=Equa leaves -certlink=obj_2129 - -// 2129 -[obj_2129] -certlink=obj_2128 -certtemplate=obj_799 - -// 2130 -[obj_2130] -cost=19 -iop1=Eat -members=yes -model=model_2636 -2dxof=1 -2dyof=-1 -2dzoom=580 -2dyan=1900 -2dxan=128 -stockmarket=yes -name=Pot of cream -certlink=obj_2131 - -// 2131 -[obj_2131] -certlink=obj_2130 -certtemplate=obj_799 - -// 2132 -[obj_2132] -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -cost=8 -stockmarket=yes -name=Raw beef -certlink=obj_2133 - -// 2133 -[obj_2133] -certlink=obj_2132 -certtemplate=obj_799 - -// 2134 -[obj_2134] -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -cost=8 -stockmarket=yes -name=Raw rat meat -certlink=obj_2135 - -// 2135 -[obj_2135] -certlink=obj_2134 -certtemplate=obj_799 - -// 2136 -[obj_2136] -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -cost=8 -stockmarket=yes -name=Raw bear meat -certlink=obj_2137 - -// 2137 -[obj_2137] -certlink=obj_2136 -certtemplate=obj_799 - -// 2138 -[obj_2138] -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -cost=9 -stockmarket=yes -recol1s=15619 -recol1d=23089 -name=Raw chicken -certlink=obj_2139 - -// 2139 -[obj_2139] -certlink=obj_2138 -certtemplate=obj_799 - -// 2140 -[obj_2140] -iop1=Eat -cost=4 -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -stockmarket=yes -recol1s=15619 -recol1d=13504 -name=Cooked chicken -certlink=obj_2141 - -// 2141 -[obj_2141] -certlink=obj_2140 -certtemplate=obj_799 - -// 2142 -[obj_2142] -iop1=Eat -cost=4 -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -stockmarket=yes -recol1s=25664 -recol1d=17632 -recol2s=32767 -recol2d=21797 -name=Cooked meat -certlink=obj_2143 - -// 2143 -[obj_2143] -certlink=obj_2142 -certtemplate=obj_799 - -// 2144 -[obj_2144] -cost=1 -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -recol1s=15619 -recol1d=5285 -name=Burnt chicken -certlink=obj_2145 - -// 2145 -[obj_2145] -certlink=obj_2144 -certtemplate=obj_799 - -// 2146 -[obj_2146] -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -cost=1 -recol1s=25664 -recol1d=2114 -recol2s=32767 -recol2d=7399 -name=Burnt meat -certlink=obj_2147 - -// 2147 -[obj_2147] -certlink=obj_2146 -certtemplate=obj_799 - -// 2148 -[obj_2148] -cost=150 -members=yes -model=model_2427 -2dxof=17 -2dyof=25 -2dzoom=1270 -2dyan=1936 -2dxan=312 -recol1s=16846 -recol1d=32480 -recol2s=11628 -recol2d=32096 -name=Raw lava eel - -// 2149 -[obj_2149] -cost=150 -members=yes -model=model_2427 -2dxof=17 -2dyof=25 -2dzoom=1270 -2dyan=1936 -2dxan=312 -iop1=Eat -recol1s=16846 -recol1d=15616 -recol2s=11628 -recol2d=19840 -name=Lava eel - -// 2150 -[obj_2150] -iop1=Remove-legs -members=yes -cost=2 -model=model_2622 -2dxof=-1 -2dyof=3 -2dzoom=470 -2dyan=128 -2dxan=352 -stockmarket=yes -name=Swamp toad -certlink=obj_2151 - -// 2151 -[obj_2151] -certlink=obj_2150 -certtemplate=obj_799 - -// 2152 -[obj_2152] -iop1=Eat -members=yes -cost=2 -model=model_2668 -2dxof=-10 -2dyof=14 -2dzoom=440 -2dyan=1960 -2dxan=340 -stockmarket=yes -name=Toad's legs -certlink=obj_2153 - -// 2153 -[obj_2153] -certlink=obj_2152 -certtemplate=obj_799 - -// 2154 -[obj_2154] -iop1=Eat -members=yes -cost=2 -model=model_2668 -2dxof=-10 -2dyof=14 -2dzoom=440 -2dyan=1960 -2dxan=340 -name=Picture -certlink=obj_2155 - -// 2155 -[obj_2155] -certlink=obj_2154 -certtemplate=obj_799 - -// 2156 -[obj_2156] -iop1=Eat -members=yes -cost=2 -model=model_2668 -2dxof=-10 -2dyof=14 -2dzoom=440 -2dyan=1960 -2dxan=340 -name=Spicy toad's legs -certlink=obj_2157 - -// 2157 -[obj_2157] -certlink=obj_2156 -certtemplate=obj_799 - -// 2158 -[obj_2158] -iop1=Eat -members=yes -cost=2 -model=model_2668 -2dxof=-10 -2dyof=14 -2dzoom=440 -2dyan=1960 -2dxan=340 -name=Seasoned legs -certlink=obj_2159 - -// 2159 -[obj_2159] -certlink=obj_2158 -certtemplate=obj_799 - -// 2160 -[obj_2160] -iop1=Eat -members=yes -cost=2 -model=model_2519 -2dxof=-3 -2dyof=14 -2dzoom=1110 -2dyan=1748 -2dxan=404 -name=Spicy worm -certlink=obj_2161 - -// 2161 -[obj_2161] -certlink=obj_2160 -certtemplate=obj_799 - -// 2162 -[obj_2162] -iop1=Eat -members=yes -cost=2 -model=model_2519 -2dxof=-3 -2dyof=14 -2dzoom=1110 -2dyan=1748 -2dxan=404 -stockmarket=yes -name=King worm -certlink=obj_2163 - -// 2163 -[obj_2163] -certlink=obj_2162 -certtemplate=obj_799 - -// 2164 -[obj_2164] -members=yes -model=model_17108 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -cost=10 -stockmarket=yes -name=Batta tin -certlink=obj_9585 - -// 2165 -[obj_2165] -members=yes -model=model_2612 -2dxof=2 -2dyof=11 -2dzoom=1520 -2dyan=1664 -2dxan=252 -cost=10 -stockmarket=yes -name=Crunchy tray -certlink=obj_9586 - -// 2166 -[obj_2166] -members=yes -model=model_2814 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -cost=10 -stockmarket=yes -name=Gnomebowl mould -certlink=obj_9587 - -// 2167 -[obj_2167] -cost=2 -iop1=Read -members=yes -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -stockmarket=yes -name=Gianne's cook book -certlink=obj_2168 - -// 2168 -[obj_2168] -certlink=obj_2167 -certtemplate=obj_799 - -// 2169 -[obj_2169] -model=model_2431 -2dyof=-1 -2dzoom=710 -2dyan=160 -2dxan=136 -cost=2 -members=yes -stockmarket=yes -name=Gnome spice -certlink=obj_2170 - -// 2170 -[obj_2170] -certlink=obj_2169 -certtemplate=obj_799 - -// 2171 -[obj_2171] -model=model_2756 -2dxof=1 -2dyof=129 -2dzoom=440 -2dyan=92 -2dxan=264 -cost=2 -members=yes -stockmarket=yes -recol1s=21135 -recol1d=24201 -name=Gianne dough -certlink=obj_2172 - -// 2172 -[obj_2172] -certlink=obj_2171 -certtemplate=obj_799 - -// 2173 -[obj_2173] -cost=2 -members=yes -model=model_2728 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -recol1s=20896 -recol1d=14688 -recol2s=17760 -recol2d=16800 -name=Picture -certlink=obj_2174 - -// 2174 -[obj_2174] -certlink=obj_2173 -certtemplate=obj_799 - -// 2175 -[obj_2175] -cost=1 -members=yes -model=model_2797 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Empty Bowl -recol1s=17760 -recol1d=5285 -recol2s=20896 -recol2d=6342 -name=Burnt gnomebowl -certlink=obj_2176 - -// 2176 -[obj_2176] -certlink=obj_2175 -certtemplate=obj_799 - -// 2177 -[obj_2177] -iop1=Prepare -cost=2 -members=yes -model=model_2797 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -name=Half baked bowl - -// 2178 -[obj_2178] -cost=2 -members=yes -model=model_2797 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -recol1s=20896 -recol1d=23144 -recol2s=17760 -recol2d=27370 -name=Raw gnomebowl - -// 2179 -[obj_2179] -model=model_2647 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -members=yes -iop1=Eat -recol1s=6208 -recol1d=11426 -recol2s=32762 -recol2d=11426 -recol3s=3104 -recol3d=11426 -name=Picture -certlink=obj_2180 - -// 2180 -[obj_2180] -certlink=obj_2179 -certtemplate=obj_799 - -// 2181 -[obj_2181] -model=model_2647 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -recol1s=6208 -recol1d=11426 -recol2s=3104 -recol2d=32762 -name=Picture -certlink=obj_2182 - -// 2182 -[obj_2182] -certlink=obj_2181 -certtemplate=obj_799 - -// 2183 -[obj_2183] -model=model_2647 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -recol1s=6208 -recol1d=11426 -recol2s=3104 -recol2d=32762 -name=Picture -certlink=obj_2184 - -// 2184 -[obj_2184] -certlink=obj_2183 -certtemplate=obj_799 - -// 2185 -[obj_2185] -cost=2 -model=model_2647 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -stockmarket=yes -recol1s=6208 -recol1d=11426 -name=Chocolate bomb -certlink=obj_2186 - -// 2186 -[obj_2186] -certlink=obj_2185 -certtemplate=obj_799 - -// 2187 -[obj_2187] -cost=2 -model=model_2579 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -stockmarket=yes -name=Tangled toads' legs -certlink=obj_2188 - -// 2188 -[obj_2188] -certlink=obj_2187 -certtemplate=obj_799 - -// 2189 -[obj_2189] -model=model_2609 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -name=Picture -certlink=obj_2190 - -// 2190 -[obj_2190] -certlink=obj_2189 -certtemplate=obj_799 - -// 2191 -[obj_2191] -cost=2 -model=model_2609 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -stockmarket=yes -name=Worm hole -certlink=obj_2192 - -// 2192 -[obj_2192] -certlink=obj_2191 -certtemplate=obj_799 - -// 2193 -[obj_2193] -model=model_2823 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -members=yes -iop1=Eat -recol1s=6784 -recol1d=22095 -name=Picture -certlink=obj_2194 - -// 2194 -[obj_2194] -certlink=obj_2193 -certtemplate=obj_799 - -// 2195 -[obj_2195] -cost=2 -model=model_17114 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -stockmarket=yes -recol1s=32762 -recol1d=23336 -recol2s=32761 -recol2d=23336 -name=Veg ball -certlink=obj_2196 - -// 2196 -[obj_2196] -certlink=obj_2195 -certtemplate=obj_799 - -// 2197 -[obj_2197] -iop1=Eat -cost=2 -members=yes -model=model_2352 -2dxof=-2 -2dzoom=650 -2dxan=220 -recol1s=24201 -recol1d=12608 -name=Odd crunchies -certlink=obj_2198 - -// 2198 -[obj_2198] -certlink=obj_2197 -certtemplate=obj_799 - -// 2199 -[obj_2199] -cost=1 -members=yes -model=model_2723 -2dxof=2 -2dyof=11 -2dzoom=1520 -2dyan=1664 -2dxan=252 -iop1=Empty Tray -recol1s=24201 -recol1d=5285 -name=Burnt crunchies -certlink=obj_2200 - -// 2200 -[obj_2200] -certlink=obj_2199 -certtemplate=obj_799 - -// 2201 -[obj_2201] -iop1=Prepare -cost=2 -members=yes -model=model_2723 -2dxof=2 -2dyof=11 -2dzoom=1520 -2dyan=1664 -2dxan=252 -recol1s=24201 -recol1d=19875 -name=Half baked crunchy - -// 2202 -[obj_2202] -cost=2 -members=yes -model=model_2723 -2dxof=2 -2dyof=11 -2dzoom=1520 -2dyan=1664 -2dxan=252 -stockmarket=yes -name=Raw crunchies -certlink=obj_9588 - -// 2203 -[obj_2203] -model=model_2753 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -recol1s=3104 -recol1d=32528 -name=Picture -certlink=obj_2204 - -// 2204 -[obj_2204] -certlink=obj_2203 -certtemplate=obj_799 - -// 2205 -[obj_2205] -cost=2 -model=model_17120 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -stockmarket=yes -recol1s=3104 -recol1d=32528 -name=Worm crunchies -certlink=obj_2206 - -// 2206 -[obj_2206] -certlink=obj_2205 -certtemplate=obj_799 - -// 2207 -[obj_2207] -model=model_2753 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -name=Picture -certlink=obj_2208 - -// 2208 -[obj_2208] -certlink=obj_2207 -certtemplate=obj_799 - -// 2209 -[obj_2209] -cost=2 -model=model_17118 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -stockmarket=yes -recol1s=32192 -recol1d=3104 -recol2s=15392 -recol2d=9409 -name=Chocchip crunchies -certlink=obj_2210 - -// 2210 -[obj_2210] -certlink=obj_2209 -certtemplate=obj_799 - -// 2211 -[obj_2211] -model=model_2753 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -recol1s=3104 -recol1d=32192 -name=Picture -certlink=obj_2212 - -// 2212 -[obj_2212] -certlink=obj_2211 -certtemplate=obj_799 - -// 2213 -[obj_2213] -cost=2 -model=model_17118 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -stockmarket=yes -name=Spicy crunchies -certlink=obj_2214 - -// 2214 -[obj_2214] -certlink=obj_2213 -certtemplate=obj_799 - -// 2215 -[obj_2215] -model=model_2753 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -recol1s=3104 -recol1d=1505 -name=Picture -certlink=obj_2216 - -// 2216 -[obj_2216] -certlink=obj_2215 -certtemplate=obj_799 - -// 2217 -[obj_2217] -cost=2 -model=model_17119 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -stockmarket=yes -name=Toad crunchies -certlink=obj_2218 - -// 2218 -[obj_2218] -certlink=obj_2217 -certtemplate=obj_799 - -// 2219 -[obj_2219] -cost=195 -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -stockmarket=yes -recol1s=15392 -recol1d=26151 -recol2s=18208 -recol2d=32431 -name=Premade w'm batta -certlink=obj_2220 - -// 2220 -[obj_2220] -certlink=obj_2219 -certtemplate=obj_799 - -// 2221 -[obj_2221] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -cost=195 -stockmarket=yes -recol1s=15392 -recol1d=224 -name=Premade t'd batta -certlink=obj_2222 - -// 2222 -[obj_2222] -certlink=obj_2221 -certtemplate=obj_799 - -// 2223 -[obj_2223] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -cost=195 -stockmarket=yes -recol1s=18208 -recol1d=32736 -name=Premade c+t batta -certlink=obj_2224 - -// 2224 -[obj_2224] -certlink=obj_2223 -certtemplate=obj_799 - -// 2225 -[obj_2225] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -cost=195 -stockmarket=yes -recol1s=15392 -recol1d=32288 -name=Premade fr't batta -certlink=obj_2226 - -// 2226 -[obj_2226] -certlink=obj_2225 -certtemplate=obj_799 - -// 2227 -[obj_2227] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -cost=195 -stockmarket=yes -recol1s=15392 -recol1d=25664 -recol2s=18208 -recol2d=29677 -name=Premade veg batta -certlink=obj_2228 - -// 2228 -[obj_2228] -certlink=obj_2227 -certtemplate=obj_799 - -// 2229 -[obj_2229] -model=model_2647 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -cost=450 -stockmarket=yes -recol1s=6208 -recol1d=11426 -name=Premade choc bomb -certlink=obj_2230 - -// 2230 -[obj_2230] -certlink=obj_2229 -certtemplate=obj_799 - -// 2231 -[obj_2231] -model=model_2579 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -cost=450 -stockmarket=yes -name=Premade ttl -certlink=obj_2232 - -// 2232 -[obj_2232] -certlink=obj_2231 -certtemplate=obj_799 - -// 2233 -[obj_2233] -model=model_2609 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -cost=270 -stockmarket=yes -name=Premade worm hole -certlink=obj_2234 - -// 2234 -[obj_2234] -certlink=obj_2233 -certtemplate=obj_799 - -// 2235 -[obj_2235] -model=model_2823 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -cost=270 -stockmarket=yes -name=Premade veg ball -certlink=obj_2236 - -// 2236 -[obj_2236] -certlink=obj_2235 -certtemplate=obj_799 - -// 2237 -[obj_2237] -model=model_2753 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -cost=80 -stockmarket=yes -recol1s=3104 -recol1d=32528 -name=Premade w'm crun' -certlink=obj_2238 - -// 2238 -[obj_2238] -certlink=obj_2237 -certtemplate=obj_799 - -// 2239 -[obj_2239] -model=model_2753 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -cost=70 -stockmarket=yes -name=Premade ch' crunch -certlink=obj_2240 - -// 2240 -[obj_2240] -certlink=obj_2239 -certtemplate=obj_799 - -// 2241 -[obj_2241] -model=model_2753 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -cost=70 -stockmarket=yes -recol1s=3104 -recol1d=32192 -name=Premade s'y crunch -certlink=obj_2242 - -// 2242 -[obj_2242] -certlink=obj_2241 -certtemplate=obj_799 - -// 2243 -[obj_2243] -model=model_2753 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -cost=80 -stockmarket=yes -recol1s=3104 -recol1d=1505 -name=Premade t'd crunch -certlink=obj_2244 - -// 2244 -[obj_2244] -certlink=obj_2243 -certtemplate=obj_799 - -// 2245 -[obj_2245] -cost=2 -members=yes -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -recol1s=15392 -recol1d=15712 -recol2s=18208 -recol2d=16896 -recol3s=15648 -recol3d=15744 -name=Picture -certlink=obj_2246 - -// 2246 -[obj_2246] -certlink=obj_2245 -certtemplate=obj_799 - -// 2247 -[obj_2247] -cost=1 -members=yes -model=model_17109 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Empty Tin -recol1s=24201 -recol1d=6342 -name=Burnt batta -certlink=obj_2248 - -// 2248 -[obj_2248] -certlink=obj_2247 -certtemplate=obj_799 - -// 2249 -[obj_2249] -iop1=Prepare -cost=2 -members=yes -model=model_17109 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -recol1s=24201 -recol1d=19875 -name=Half baked batta - -// 2250 -[obj_2250] -cost=2 -members=yes -model=model_17109 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -name=Raw batta - -// 2251 -[obj_2251] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=26151 -recol2s=18208 -recol2d=32431 -name=Picture -certlink=obj_2252 - -// 2252 -[obj_2252] -certlink=obj_2251 -certtemplate=obj_799 - -// 2253 -[obj_2253] -model=model_17113 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -stockmarket=yes -name=Worm batta -certlink=obj_2254 - -// 2254 -[obj_2254] -certlink=obj_2253 -certtemplate=obj_799 - -// 2255 -[obj_2255] -cost=2 -model=model_17111 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -stockmarket=yes -recol1s=15392 -recol1d=224 -name=Toad batta -certlink=obj_2256 - -// 2256 -[obj_2256] -certlink=obj_2255 -certtemplate=obj_799 - -// 2257 -[obj_2257] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=18208 -recol1d=32736 -name=Picture -certlink=obj_2258 - -// 2258 -[obj_2258] -certlink=obj_2257 -certtemplate=obj_799 - -// 2259 -[obj_2259] -cost=2 -model=model_17110 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -stockmarket=yes -recol1s=18208 -recol1d=32736 -name=Cheese+tom batta -certlink=obj_2260 - -// 2260 -[obj_2260] -certlink=obj_2259 -certtemplate=obj_799 - -// 2261 -[obj_2261] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=480 -recol2s=18208 -recol2d=352 -name=Unfinished batta -certlink=obj_2262 - -// 2262 -[obj_2262] -certlink=obj_2261 -certtemplate=obj_799 - -// 2263 -[obj_2263] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=1826 -recol2s=18208 -recol2d=352 -name=Unfinished batta -certlink=obj_2264 - -// 2264 -[obj_2264] -certlink=obj_2263 -certtemplate=obj_799 - -// 2265 -[obj_2265] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=32288 -recol2s=18208 -recol2d=352 -name=Unfinished batta -certlink=obj_2266 - -// 2266 -[obj_2266] -certlink=obj_2265 -certtemplate=obj_799 - -// 2267 -[obj_2267] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=32480 -recol2s=18208 -recol2d=352 -name=Unfinished batta -certlink=obj_2268 - -// 2268 -[obj_2268] -certlink=obj_2267 -certtemplate=obj_799 - -// 2269 -[obj_2269] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=1826 -recol2s=18208 -recol2d=32288 -name=Unfinished batta -certlink=obj_2270 - -// 2270 -[obj_2270] -certlink=obj_2269 -certtemplate=obj_799 - -// 2271 -[obj_2271] -members=yes -2dzoom=780 -2dxan=236 -2dyan=136 -2dyof=32 -2dxof=1 -model=model_2803 -iop1=Eat -recol1s=15392 -recol1d=1826 -recol2s=18208 -recol2d=32480 -name=Unfinished batta -certlink=obj_2272 - -// 2272 -[obj_2272] -certlink=obj_2271 -certtemplate=obj_799 - -// 2273 -[obj_2273] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=32288 -recol2s=18208 -recol2d=32480 -name=Unfinished batta -certlink=obj_2274 - -// 2274 -[obj_2274] -certlink=obj_2273 -certtemplate=obj_799 - -// 2275 -[obj_2275] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=32288 -name=Picture -certlink=obj_2276 - -// 2276 -[obj_2276] -certlink=obj_2275 -certtemplate=obj_799 - -// 2277 -[obj_2277] -cost=2 -model=model_17112 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -stockmarket=yes -recol1s=15392 -recol1d=32288 -name=Fruit batta -certlink=obj_2278 - -// 2278 -[obj_2278] -certlink=obj_2277 -certtemplate=obj_799 - -// 2279 -[obj_2279] -model=model_2803 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=25664 -recol2s=18208 -recol2d=29677 -name=Picture -certlink=obj_2280 - -// 2280 -[obj_2280] -certlink=obj_2279 -certtemplate=obj_799 - -// 2281 -[obj_2281] -cost=2 -model=model_17112 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -stockmarket=yes -recol1s=15392 -recol1d=25664 -recol2s=18208 -recol2d=29677 -name=Vegetable batta -certlink=obj_2282 - -// 2282 -[obj_2282] -certlink=obj_2281 -certtemplate=obj_799 - -// 2283 -[obj_2283] -cost=4 -model=model_2455 -2dyof=1 -2dzoom=990 -2dyan=176 -2dxan=260 -stockmarket=yes -recol1s=14790 -recol1d=32593 -name=Pizza base -certlink=obj_2284 - -// 2284 -[obj_2284] -certlink=obj_2283 -certtemplate=obj_799 - -// 2285 -[obj_2285] -cost=10 -model=model_2457 -2dyof=1 -2dzoom=990 -2dyan=176 -2dxan=260 -stockmarket=yes -recol1s=14790 -recol1d=32593 -recol2s=15392 -recol2d=20512 -name=Incomplete pizza -certlink=obj_2286 - -// 2286 -[obj_2286] -certlink=obj_2285 -certtemplate=obj_799 - -// 2287 -[obj_2287] -cost=25 -model=model_2564 -2dyof=1 -2dzoom=990 -2dyan=176 -2dxan=260 -stockmarket=yes -recol1s=14790 -recol1d=32593 -recol2s=15392 -recol2d=20512 -name=Uncooked pizza -certlink=obj_2288 - -// 2288 -[obj_2288] -certlink=obj_2287 -certtemplate=obj_799 - -// 2289 -[obj_2289] -iop1=Eat -model=model_2564 -2dyof=1 -2dzoom=990 -2dyan=176 -2dxan=260 -cost=200 -stockmarket=yes -recol1s=14790 -recol1d=22090 -recol2s=15392 -recol2d=20512 -name=Plain pizza -certlink=obj_2290 - -// 2290 -[obj_2290] -certlink=obj_2289 -certtemplate=obj_799 - -// 2291 -[obj_2291] -iop1=Eat -cost=20 -model=model_2717 -2dxof=8 -2dyof=14 -2dzoom=880 -2dyan=1848 -2dxan=272 -stockmarket=yes -recol1s=14790 -recol1d=22090 -recol2s=15392 -recol2d=20512 -name=1/2 plain pizza -certlink=obj_2292 - -// 2292 -[obj_2292] -certlink=obj_2291 -certtemplate=obj_799 - -// 2293 -[obj_2293] -iop1=Eat -cost=50 -model=model_2802 -2dyof=1 -2dzoom=990 -2dyan=176 -2dxan=260 -stockmarket=yes -recol1s=14790 -recol1d=22090 -recol2s=22131 -recol2d=27072 -recol3s=15392 -recol3d=20512 -name=Meat pizza -certlink=obj_2294 - -// 2294 -[obj_2294] -certlink=obj_2293 -certtemplate=obj_799 - -// 2295 -[obj_2295] -iop1=Eat -cost=25 -model=model_4414 -2dxof=8 -2dyof=14 -2dzoom=880 -2dyan=1848 -2dxan=272 -stockmarket=yes -recol1s=14790 -recol1d=22090 -recol2s=22131 -recol2d=27072 -recol3s=15392 -recol3d=20512 -name=1/2 meat pizza -certlink=obj_2296 - -// 2296 -[obj_2296] -certlink=obj_2295 -certtemplate=obj_799 - -// 2297 -[obj_2297] -iop1=Eat -cost=60 -model=model_2802 -2dyof=1 -2dzoom=990 -2dyan=176 -2dxan=260 -stockmarket=yes -recol1s=14790 -recol1d=22090 -recol2s=22131 -recol2d=28407 -recol3s=15392 -recol3d=20512 -name=Anchovy pizza -certlink=obj_2298 - -// 2298 -[obj_2298] -certlink=obj_2297 -certtemplate=obj_799 - -// 2299 -[obj_2299] -iop1=Eat -cost=30 -model=model_4414 -2dxof=8 -2dyof=14 -2dzoom=880 -2dyan=1848 -2dxan=272 -stockmarket=yes -recol1s=14790 -recol1d=22090 -recol2s=22131 -recol2d=28407 -recol3s=15392 -recol3d=20512 -name=1/2 anchovy pizza -certlink=obj_2300 - -// 2300 -[obj_2300] -certlink=obj_2299 -certtemplate=obj_799 - -// 2301 -[obj_2301] -iop1=Eat -cost=100 -model=model_2802 -2dyof=1 -2dzoom=990 -2dyan=176 -2dxan=260 -members=yes -stockmarket=yes -recol1s=14790 -recol1d=22090 -recol2s=22131 -recol2d=32576 -recol3s=15392 -recol3d=20512 -name=Pineapple pizza -certlink=obj_2302 - -// 2302 -[obj_2302] -certlink=obj_2301 -certtemplate=obj_799 - -// 2303 -[obj_2303] -iop1=Eat -cost=50 -model=model_4414 -2dxof=8 -2dyof=14 -2dzoom=880 -2dyan=1848 -2dxan=272 -members=yes -stockmarket=yes -recol1s=14790 -recol1d=22090 -recol2s=22131 -recol2d=32576 -recol3s=15392 -recol3d=20512 -name=1/2 p'apple pizza -certlink=obj_2304 - -// 2304 -[obj_2304] -certlink=obj_2303 -certtemplate=obj_799 - -// 2305 -[obj_2305] -cost=1 -model=model_2564 -2dyof=1 -2dzoom=990 -2dyan=176 -2dxan=260 -recol1s=14790 -recol1d=7399 -recol2s=15392 -recol2d=8192 -recol3s=32736 -recol3d=3171 -name=Burnt pizza -certlink=obj_2306 - -// 2306 -[obj_2306] -certlink=obj_2305 -certtemplate=obj_799 - -// 2307 -[obj_2307] -model=model_2756 -2dxof=1 -2dyof=129 -2dzoom=440 -2dyan=92 -2dxan=264 -cost=4 -stockmarket=yes -name=Bread dough -certlink=obj_2308 - -// 2308 -[obj_2308] -certlink=obj_2307 -certtemplate=obj_799 - -// 2309 -[obj_2309] -cost=12 -iop1=Eat -model=model_2409 -2dyof=5 -2dzoom=830 -2dyan=268 -2dxan=392 -stockmarket=yes -name=Bread -certlink=obj_2310 - -// 2310 -[obj_2310] -certlink=obj_2309 -certtemplate=obj_799 - -// 2311 -[obj_2311] -model=model_2409 -2dyof=5 -2dzoom=830 -2dyan=268 -2dxan=392 -cost=1 -recol1s=21984 -recol1d=3171 -recol2s=28326 -recol2d=5285 -name=Burnt bread -certlink=obj_2312 - -// 2312 -[obj_2312] -certlink=obj_2311 -certtemplate=obj_799 - -// 2313 -[obj_2313] -model=model_2567 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -cost=3 -stockmarket=yes -recol1s=7399 -recol1d=20901 -recol2s=11561 -recol2d=19881 -recol3s=16846 -recol3d=21994 -name=Pie dish -certlink=obj_2314 - -// 2314 -[obj_2314] -certlink=obj_2313 -certtemplate=obj_799 - -// 2315 -[obj_2315] -model=model_2567 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -cost=4 -stockmarket=yes -recol1s=7399 -recol1d=28368 -recol2s=11561 -recol2d=28368 -recol3s=16846 -recol3d=21994 -name=Pie shell -certlink=obj_2316 - -// 2316 -[obj_2316] -certlink=obj_2315 -certtemplate=obj_799 - -// 2317 -[obj_2317] -model=model_2767 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -cost=16 -stockmarket=yes -recol1s=32655 -recol1d=28368 -recol2s=7264 -recol2d=18857 -recol3s=16846 -recol3d=21994 -name=Uncooked apple pie -certlink=obj_2318 - -// 2318 -[obj_2318] -certlink=obj_2317 -certtemplate=obj_799 - -// 2319 -[obj_2319] -model=model_2767 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -cost=8 -stockmarket=yes -recol1s=32655 -recol1d=28368 -recol2s=7264 -recol2d=18857 -recol3s=16846 -recol3d=21994 -name=Uncooked meat pie -certlink=obj_2320 - -// 2320 -[obj_2320] -certlink=obj_2319 -certtemplate=obj_799 - -// 2321 -[obj_2321] -model=model_2767 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -cost=6 -stockmarket=yes -recol1s=32655 -recol1d=28368 -recol2s=7264 -recol2d=18857 -recol3s=16846 -recol3d=21994 -name=Uncooked berry pie -certlink=obj_2322 - -// 2322 -[obj_2322] -certlink=obj_2321 -certtemplate=obj_799 - -// 2323 -[obj_2323] -iop1=Eat -cost=140 -model=model_2767 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -stockmarket=yes -recol1s=32655 -recol1d=22982 -recol2s=7264 -recol2d=15620 -recol3s=16846 -recol3d=21994 -name=Apple pie -certlink=obj_2324 - -// 2324 -[obj_2324] -certlink=obj_2323 -certtemplate=obj_799 - -// 2325 -[obj_2325] -iop1=Eat -cost=150 -model=model_2767 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -stockmarket=yes -recol1s=32655 -recol1d=22982 -recol2s=7264 -recol2d=15620 -recol3s=16846 -recol3d=21994 -name=Redberry pie -certlink=obj_2326 - -// 2326 -[obj_2326] -certlink=obj_2325 -certtemplate=obj_799 - -// 2327 -[obj_2327] -iop1=Eat -cost=160 -model=model_2767 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -stockmarket=yes -recol1s=32655 -recol1d=22982 -recol2s=7264 -recol2d=15620 -recol3s=16846 -recol3d=21994 -name=Meat pie -certlink=obj_2328 - -// 2328 -[obj_2328] -certlink=obj_2327 -certtemplate=obj_799 - -// 2329 -[obj_2329] -iop1=Empty Dish -model=model_2767 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -cost=1 -recol1s=32655 -recol1d=6342 -recol2s=7264 -recol2d=3171 -recol3s=16846 -recol3d=21994 -name=Burnt pie -certlink=obj_2330 - -// 2330 -[obj_2330] -certlink=obj_2329 -certtemplate=obj_799 - -// 2331 -[obj_2331] -iop1=Eat -cost=8 -model=model_2643 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -stockmarket=yes -recol1s=32655 -recol1d=22982 -recol2s=7264 -recol2d=15620 -recol3s=16846 -recol3d=21994 -recol4s=7399 -recol4d=20901 -recol5s=11561 -recol5d=19881 -recol6s=15554 -recol6d=9315 -name=Half a meat pie -certlink=obj_2332 - -// 2332 -[obj_2332] -certlink=obj_2331 -certtemplate=obj_799 - -// 2333 -[obj_2333] -iop1=Eat -cost=6 -model=model_2643 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -stockmarket=yes -recol1s=32655 -recol1d=22982 -recol2s=7264 -recol2d=15620 -recol3s=16846 -recol3d=21994 -recol4s=7399 -recol4d=20901 -recol5s=11561 -recol5d=19881 -recol6s=15554 -recol6d=19587 -name=Half a redberry pie -certlink=obj_2334 - -// 2334 -[obj_2334] -certlink=obj_2333 -certtemplate=obj_799 - -// 2335 -[obj_2335] -iop1=Eat -cost=15 -model=model_2643 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -stockmarket=yes -recol1s=32655 -recol1d=22982 -recol2s=7264 -recol2d=15620 -recol3s=16846 -recol3d=21994 -recol4s=7399 -recol4d=20901 -recol5s=11561 -recol5d=19881 -recol6s=15554 -recol6d=22384 -name=Half an apple pie -certlink=obj_2336 - -// 2336 -[obj_2336] -certlink=obj_2335 -certtemplate=obj_799 - -// 2337 -[obj_2337] -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -members=yes -cost=10 -stockmarket=yes -recol1s=15619 -recol1d=23089 -name=Raw oomlie -certlink=obj_2338 - -// 2338 -[obj_2338] -certlink=obj_2337 -certtemplate=obj_799 - -// 2339 -[obj_2339] -cost=5 -model=model_2651 -2dxof=2 -2dyof=11 -2dzoom=1290 -2dyan=156 -2dxan=292 -members=yes -name=Palm leaf - -// 2340 -[obj_2340] -cost=5 -model=model_2651 -2dxof=2 -2dyof=11 -2dzoom=1290 -2dyan=156 -2dxan=292 -members=yes -stackable=yes -name=Palm leaf - -// 2341 -[obj_2341] -model=model_2687 -2dxof=2 -2dyof=-103 -2dzoom=1110 -2dyan=176 -2dxan=236 -cost=16 -members=yes -stockmarket=yes -name=Wrapped oomlie -certlink=obj_2342 - -// 2342 -[obj_2342] -certlink=obj_2341 -certtemplate=obj_799 - -// 2343 -[obj_2343] -iop1=Eat -model=model_2687 -2dxof=2 -2dyof=-103 -2dzoom=1110 -2dyan=176 -2dxan=236 -members=yes -cost=35 -stockmarket=yes -recol1s=15364 -recol1d=17632 -recol2s=32334 -recol2d=16675 -recol3s=7557 -recol3d=3298 -recol4s=10629 -recol4d=160 -name=Cooked oomlie wrap -certlink=obj_2344 - -// 2344 -[obj_2344] -certlink=obj_2343 -certtemplate=obj_799 - -// 2345 -[obj_2345] -model=model_2687 -2dxof=2 -2dyof=-103 -2dzoom=1110 -2dyan=176 -2dxan=236 -cost=1 -members=yes -recol1s=15364 -recol1d=3171 -recol2s=32334 -recol2d=5285 -recol3s=7557 -recol3d=10504 -recol4s=10629 -recol4d=8456 -name=Burnt oomlie wrap -certlink=obj_2346 - -// 2346 -[obj_2346] -certlink=obj_2345 -certtemplate=obj_799 - -// 2347 -[obj_2347] -model=model_2376 -manwear=model_491 -womanwear=model_491 -2dxof=-3 -2dyof=-1 -2dzoom=900 -2dyan=2012 -2dxan=356 -stockmarket=yes -retex1s=material_286 -retex1d=material_160 -name=Hammer -womanwearoff=3,-11,6 -certlink=obj_2348 - -// 2348 -[obj_2348] -certlink=obj_2347 -certtemplate=obj_799 - -// 2349 -[obj_2349] -cost=8 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -stockmarket=yes -recol1s=11488 -recol1d=8354 -name=Bronze bar -certlink=obj_2350 - -// 2350 -[obj_2350] -certlink=obj_2349 -certtemplate=obj_799 - -// 2351 -[obj_2351] -cost=28 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -stockmarket=yes -recol1s=11488 -recol1d=8456 -name=Iron bar -certlink=obj_2352 - -// 2352 -[obj_2352] -certlink=obj_2351 -certtemplate=obj_799 - -// 2353 -[obj_2353] -cost=100 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -stockmarket=yes -recol1s=11488 -recol1d=16846 -name=Steel bar -certlink=obj_2354 - -// 2354 -[obj_2354] -certlink=obj_2353 -certtemplate=obj_799 - -// 2355 -[obj_2355] -cost=150 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -stockmarket=yes -recol1s=11488 -recol1d=22198 -name=Silver bar -certlink=obj_2356 - -// 2356 -[obj_2356] -certlink=obj_2355 -certtemplate=obj_799 - -// 2357 -[obj_2357] -cost=300 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -stockmarket=yes -recol1s=11488 -recol1d=32480 -name=Gold bar -certlink=obj_2358 - -// 2358 -[obj_2358] -certlink=obj_2357 -certtemplate=obj_799 - -// 2359 -[obj_2359] -cost=300 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -stockmarket=yes -recol1s=11488 -recol1d=6346 -name=Mithril bar -certlink=obj_2360 - -// 2360 -[obj_2360] -certlink=obj_2359 -certtemplate=obj_799 - -// 2361 -[obj_2361] -cost=640 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -stockmarket=yes -recol1s=11488 -recol1d=6438 -name=Adamantite bar -certlink=obj_2362 - -// 2362 -[obj_2362] -certlink=obj_2361 -certtemplate=obj_799 - -// 2363 -[obj_2363] -cost=5000 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -stockmarket=yes -recol1s=11488 -recol1d=6476 -name=Runite bar -certlink=obj_2364 - -// 2364 -[obj_2364] -certlink=obj_2363 -certtemplate=obj_799 - -// 2365 -[obj_2365] -cost=300 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -members=yes -recol1s=11488 -recol1d=32480 -name='perfect' gold bar - -// 2366 -[obj_2366] -cost=110000 -model=model_34613 -2dxof=-5 -2dyof=-12 -2dzoom=1740 -2dyan=204 -2dxan=340 -members=yes -stockmarket=yes -name=Shield left half -certlink=obj_2367 - -// 2367 -[obj_2367] -certlink=obj_2366 -certtemplate=obj_799 - -// 2368 -[obj_2368] -cost=750000 -model=model_34612 -2dxof=-13 -2dzoom=1800 -2dyan=140 -2dxan=392 -members=yes -stockmarket=yes -name=Shield right half -certlink=obj_2369 - -// 2369 -[obj_2369] -certlink=obj_2368 -certtemplate=obj_799 - -// 2370 -[obj_2370] -model=model_2598 -2dyof=15 -2dzoom=430 -2dyan=24 -2dxan=288 -cost=150 -members=yes -stockmarket=yes -name=Steel studs -certlink=obj_2371 - -// 2371 -[obj_2371] -certlink=obj_2370 -certtemplate=obj_799 - -// 2372 -[obj_2372] -members=yes -model=model_2698 -2dzoom=1710 -2dyan=1668 -2dxan=104 -iop5=Destroy -name=Ogre relic - -// 2373 -[obj_2373] -model=model_2585 -members=yes -2dxof=-2 -2dzoom=1310 -2dyan=1776 -2dxan=128 -iop5=Destroy -name=Relic part 1 - -// 2374 -[obj_2374] -model=model_2587 -members=yes -2dzoom=860 -2dyan=1696 -iop5=Destroy -name=Relic part 2 - -// 2375 -[obj_2375] -model=model_2588 -members=yes -2dzoom=560 -2dyan=108 -iop5=Destroy -name=Relic part 3 - -// 2376 -[obj_2376] -model=model_2383 -2dxof=2 -2dyof=14 -2dzoom=2120 -2dyan=92 -2dxan=312 -members=yes -iop1=Read -iop5=Destroy -name=Skavid map - -// 2377 -[obj_2377] -model=model_2522 -2dxof=1 -2dyof=17 -2dzoom=510 -2dyan=276 -2dxan=292 -members=yes -iop5=Destroy -name=Ogre tooth - -// 2378 -[obj_2378] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -iop5=Destroy -name=Toban's key - -// 2379 -[obj_2379] -model=model_2817 -2dyof=-4 -2dzoom=740 -2dyan=152 -2dxan=156 -members=yes -iop2=Eat -iop5=Destroy -name=Rock cake - -// 2380 -[obj_2380] -model=model_2335 -2dxof=1 -2dyof=-29 -2dzoom=1320 -2dyan=128 -2dxan=216 -members=yes -iop5=Destroy -recol1s=22292 -recol1d=28448 -name=Crystal - -// 2381 -[obj_2381] -model=model_2335 -2dxof=1 -2dyof=-29 -2dzoom=1320 -2dyan=128 -2dxan=216 -members=yes -iop5=Destroy -recol1s=22292 -recol1d=32063 -name=Crystal - -// 2382 -[obj_2382] -model=model_2335 -2dxof=1 -2dyof=-29 -2dzoom=1320 -2dyan=128 -2dxan=216 -members=yes -iop5=Destroy -recol1s=22292 -recol1d=4755 -name=Crystal - -// 2383 -[obj_2383] -model=model_2335 -2dxof=1 -2dyof=-29 -2dzoom=1320 -2dyan=128 -2dxan=216 -members=yes -iop5=Destroy -recol1s=22292 -recol1d=3972 -name=Crystal - -// 2384 -[obj_2384] -model=model_1787 -2dyof=-8 -2dzoom=670 -2dyan=40 -2dxan=348 -members=yes -iop5=Destroy -name=Fingernails - -// 2385 -[obj_2385] -model=model_2786 -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -name=Old robe - -// 2386 -[obj_2386] -model=model_2574 -2dyof=3 -2dzoom=1500 -2dxan=608 -members=yes -name=Unusual armour - -// 2387 -[obj_2387] -model=model_2672 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -members=yes -name=Damaged dagger - -// 2388 -[obj_2388] -model=model_2417 -2dzoom=800 -2dyan=1952 -2dxan=296 -members=yes -name=Tattered eye patch - -// 2389 -[obj_2389] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=7746 -name=Vial - -// 2390 -[obj_2390] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=352 -name=Vial - -// 2391 -[obj_2391] -cost=20 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -stockmarket=yes -name=Ground bat bones -certlink=obj_2392 - -// 2392 -[obj_2392] -certlink=obj_2391 -certtemplate=obj_799 - -// 2393 -[obj_2393] -cost=300 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -members=yes -iop5=Destroy -recol1s=11488 -recol1d=20992 -name=Toban's gold - -// 2394 -[obj_2394] -cost=120 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=25571 -name=Potion - -// 2395 -[obj_2395] -cost=120 -model=model_2789 -manwear=model_552 -womanwear=model_552 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=20375 -name=Magic ogre potion -womanwearoff=3,-11,6 - -// 2396 -[obj_2396] -cost=5 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -members=yes -name=Spell scroll - -// 2397 -[obj_2397] -cost=40 -2dxof=1 -2dyof=8 -2dzoom=1210 -2dyan=2036 -2dzan=164 -2dxan=544 -model=model_2786 -iop1=Search -members=yes -name=Shaman robe - -// 2398 -[obj_2398] -cost=30 -model=model_7254 -2dxof=12 -2dyof=3 -2dzoom=1190 -2dyan=1676 -2dzan=324 -2dxan=1924 -iop4=Eat -members=yes -name=Cave nightshade - -// 2399 -[obj_2399] -model=model_17470 -2dxof=-1 -2dyof=5 -2dzoom=854 -2dyan=222 -2dxan=534 -cost=100 -resizey=85 -resizex=85 -resizez=85 -iop5=Destroy -name=Silverlight key - -// 2400 -[obj_2400] -model=model_17469 -2dxof=-1 -2dyof=5 -2dzoom=854 -2dyan=222 -2dxan=534 -cost=100 -resizey=85 -resizex=85 -resizez=85 -iop5=Destroy -name=Silverlight key - -// 2401 -[obj_2401] -model=model_17471 -2dxof=-1 -2dyof=5 -2dzoom=854 -2dyan=222 -2dxan=534 -cost=100 -resizey=85 -resizex=85 -resizez=85 -iop5=Destroy -name=Silverlight key - -// 2402 -[obj_2402] -cost=50 -model=model_2566 -2dxof=-2 -2dyof=-4 -2dzoom=980 -2dyan=864 -2dzan=84 -2dxan=196 -iop2=Wield -manwear=model_513 -womanwear=model_513 -recol1s=16846 -recol1d=8456 -name=Silverlight -womanwearoff=3,-11,6 - -// 2403 -[obj_2403] -model=model_2600 -members=yes -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -name=Hazeel scroll - -// 2404 -[obj_2404] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Chest key - -// 2405 -[obj_2405] -cost=65 -model=model_2605 -members=yes -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -recol1s=16846 -recol1d=20512 -recol2s=11561 -recol2d=1107 -name=Carnillean armour - -// 2406 -[obj_2406] -model=model_40909 -members=yes -2dyof=3 -2dzoom=984 -2dyan=35 -2dxan=520 -iop2=Wear -manwear=model_40907 -womanwear=model_40908 -name=Hazeel's mark - -// 2407 -[obj_2407] -cost=1 -model=model_2755 -2dzoom=970 -2dyan=1956 -2dxan=300 -members=yes -name=Ball - -// 2408 -[obj_2408] -iop1=Read -members=yes -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -recol1s=13504 -recol1d=24047 -name=Diary - -// 2409 -[obj_2409] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=24032 -name=Door key - -// 2410 -[obj_2410] -cost=3 -model=model_2798 -2dxof=3 -2dyof=7 -2dzoom=1130 -2dyan=132 -2dxan=440 -members=yes -name=Magnet - -// 2411 -[obj_2411] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=17903 -name=Key - -// 2412 -[obj_2412] -cost=100 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -members=yes -recol1s=15392 -recol1d=32767 -recol2s=8386 -recol2d=1106 -recol3s=32736 -recol3d=32749 -recol4s=8320 -recol4d=32767 -name=Saradomin cape - -// 2413 -[obj_2413] -cost=100 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -members=yes -recol1s=15392 -recol1d=416 -recol2s=8386 -recol2d=416 -recol3s=32736 -recol3d=429 -recol4s=8320 -recol4d=429 -name=Guthix cape - -// 2414 -[obj_2414] -cost=100 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -members=yes -recol1s=15392 -recol1d=0 -recol2s=8386 -recol2d=0 -recol3s=32736 -recol3d=15392 -recol4s=8320 -recol4d=15392 -name=Zamorak cape - -// 2415 -[obj_2415] -cost=80000 -members=yes -model=model_2790 -2dyof=-18 -2dzoom=1710 -2dyan=892 -2dxan=200 -manwear=model_554 -womanwear=model_554 -iop2=Wield -name=Saradomin staff -womanwearoff=3,-11,6 - -// 2416 -[obj_2416] -cost=80000 -members=yes -model=model_2634 -2dxof=-7 -2dzoom=1830 -2dyan=980 -2dxan=324 -manwear=model_527 -womanwear=model_527 -iop2=Wield -name=Guthix staff -womanwearoff=3,-11,6 - -// 2417 -[obj_2417] -cost=80000 -members=yes -model=model_2749 -2dxof=-12 -2dyof=50 -2dzoom=1480 -2dyan=916 -2dxan=240 -manwear=model_544 -womanwear=model_544 -iop2=Wield -name=Zamorak staff -womanwearoff=3,-11,6 - -// 2418 -[obj_2418] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=8354 -name=Bronze key - -// 2419 -[obj_2419] -model=model_2783 -2dxof=3 -2dyof=16 -2dzoom=630 -2dyan=120 -2dxan=320 -name=Wig - -// 2420 -[obj_2420] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 2421 -[obj_2421] -model=model_2783 -2dxof=3 -2dyof=16 -2dzoom=630 -2dyan=120 -2dxan=320 -recol1s=30563 -recol1d=23252 -name=Wig - -// 2422 -[obj_2422] -model=model_2635 -2dxof=1 -2dyof=1 -2dzoom=440 -2dyan=1852 -2dxan=76 -iop2=Wear -recol1s=15392 -recol1d=1118 -name=Blue partyhat - -// 2423 -[obj_2423] -model=model_2389 -2dyof=-9 -2dzoom=900 -2dyan=1988 -2dxan=268 -name=Key print - -// 2424 -[obj_2424] -cost=5 -model=model_2705 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -recol1s=16846 -recol1d=32431 -name=Paste - -// 2425 -[obj_2425] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 2426 -[obj_2426] -cost=1 -members=yes -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -recol1s=15619 -recol1d=5285 -name=Burnt oomlie -certlink=obj_2427 - -// 2427 -[obj_2427] -certlink=obj_2426 -certtemplate=obj_799 - -// 2428 -[obj_2428] -iop1=Drink -cost=700 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8092 -name=Attack potion(4) -certlink=obj_2429 - -// 2429 -[obj_2429] -certlink=obj_2428 -certtemplate=obj_799 - -// 2430 -[obj_2430] -iop1=Drink -cost=110 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=29958 -name=Restore potion(4) -certlink=obj_2431 - -// 2431 -[obj_2431] -certlink=obj_2430 -certtemplate=obj_799 - -// 2432 -[obj_2432] -iop1=Drink -cost=1100 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8072 -name=Defence potion(4) -certlink=obj_2433 - -// 2433 -[obj_2433] -certlink=obj_2432 -certtemplate=obj_799 - -// 2434 -[obj_2434] -iop1=Drink -cost=190 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=8084 -name=Prayer potion(4) -certlink=obj_2435 - -// 2435 -[obj_2435] -certlink=obj_2434 -certtemplate=obj_799 - -// 2436 -[obj_2436] -iop1=Drink -cost=225 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7452 -name=Super attack(4) -certlink=obj_2437 - -// 2437 -[obj_2437] -certlink=obj_2436 -certtemplate=obj_799 - -// 2438 -[obj_2438] -iop1=Drink -cost=250 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=6342 -name=Fishing potion(4) -certlink=obj_2439 - -// 2439 -[obj_2439] -certlink=obj_2438 -certtemplate=obj_799 - -// 2440 -[obj_2440] -iop1=Drink -cost=275 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=32635 -name=Super strength(4) -certlink=obj_2441 - -// 2441 -[obj_2441] -certlink=obj_2440 -certtemplate=obj_799 - -// 2442 -[obj_2442] -iop1=Drink -cost=330 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30438 -name=Super defence(4) -certlink=obj_2443 - -// 2443 -[obj_2443] -certlink=obj_2442 -certtemplate=obj_799 - -// 2444 -[obj_2444] -iop1=Drink -cost=360 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7900 -name=Ranging potion(4) -certlink=obj_2445 - -// 2445 -[obj_2445] -certlink=obj_2444 -certtemplate=obj_799 - -// 2446 -[obj_2446] -iop1=Drink -cost=360 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=14306 -name=Antipoison(4) -certlink=obj_2447 - -// 2447 -[obj_2447] -certlink=obj_2446 -certtemplate=obj_799 - -// 2448 -[obj_2448] -iop1=Drink -cost=360 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=31821 -name=Super antipoison(4) -certlink=obj_2449 - -// 2449 -[obj_2449] -certlink=obj_2448 -certtemplate=obj_799 - -// 2450 -[obj_2450] -iop1=Drink -cost=200 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=30304 -name=Zamorak brew(4) -certlink=obj_2451 - -// 2451 -[obj_2451] -certlink=obj_2450 -certtemplate=obj_799 - -// 2452 -[obj_2452] -iop1=Drink -cost=330 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12306 -name=Antifire potion(4) -certlink=obj_2453 - -// 2453 -[obj_2453] -certlink=obj_2452 -certtemplate=obj_799 - -// 2454 -[obj_2454] -iop1=Drink -cost=264 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12306 -name=Antifire potion(3) -certlink=obj_2455 - -// 2455 -[obj_2455] -certlink=obj_2454 -certtemplate=obj_799 - -// 2456 -[obj_2456] -iop1=Drink -cost=198 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12306 -name=Antifire potion(2) -certlink=obj_2457 - -// 2457 -[obj_2457] -certlink=obj_2456 -certtemplate=obj_799 - -// 2458 -[obj_2458] -iop1=Drink -cost=132 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12306 -name=Antifire potion(1) -certlink=obj_2459 - -// 2459 -[obj_2459] -certlink=obj_2458 -certtemplate=obj_799 - -// 2460 -[obj_2460] -cost=100 -model=model_1781 -members=yes -iop2=Wield -manwear=model_677 -womanwear=model_677 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -stockmarket=yes -name=Flowers -womanwearoff=3,-11,6 -certlink=obj_2461 - -// 2461 -[obj_2461] -certlink=obj_2460 -certtemplate=obj_799 - -// 2462 -[obj_2462] -cost=100 -model=model_1781 -members=yes -iop2=Wield -manwear=model_677 -womanwear=model_677 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -stockmarket=yes -recol1s=21017 -recol1d=25664 -recol2s=15990 -recol2d=25664 -recol3s=20503 -recol3d=25664 -name=Flowers -womanwearoff=3,-11,6 -certlink=obj_2463 - -// 2463 -[obj_2463] -certlink=obj_2462 -certtemplate=obj_799 - -// 2464 -[obj_2464] -cost=100 -model=model_1781 -members=yes -iop2=Wield -manwear=model_677 -womanwear=model_677 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -stockmarket=yes -recol1s=21017 -recol1d=1112 -recol2s=15990 -recol2d=1112 -recol3s=20503 -recol3d=1112 -name=Flowers -womanwearoff=3,-11,6 -certlink=obj_2465 - -// 2465 -[obj_2465] -certlink=obj_2464 -certtemplate=obj_799 - -// 2466 -[obj_2466] -cost=100 -model=model_1781 -members=yes -iop2=Wield -manwear=model_677 -womanwear=model_677 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -stockmarket=yes -recol1s=21017 -recol1d=32736 -recol2s=15990 -recol2d=32736 -recol3s=20503 -recol3d=32736 -name=Flowers -womanwearoff=3,-11,6 -certlink=obj_2467 - -// 2467 -[obj_2467] -certlink=obj_2466 -certtemplate=obj_799 - -// 2468 -[obj_2468] -cost=100 -model=model_1781 -members=yes -iop2=Wield -manwear=model_677 -womanwear=model_677 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -stockmarket=yes -recol1s=21017 -recol1d=21535 -recol2s=15990 -recol2d=21535 -recol3s=20503 -recol3d=21535 -name=Flowers -womanwearoff=3,-11,6 -certlink=obj_2469 - -// 2469 -[obj_2469] -certlink=obj_2468 -certtemplate=obj_799 - -// 2470 -[obj_2470] -cost=100 -model=model_1781 -members=yes -iop2=Wield -manwear=model_677 -womanwear=model_677 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -stockmarket=yes -recol1s=21017 -recol1d=29248 -recol2s=15990 -recol2d=29248 -recol3s=20503 -recol3d=29248 -name=Flowers -womanwearoff=3,-11,6 -certlink=obj_2471 - -// 2471 -[obj_2471] -certlink=obj_2470 -certtemplate=obj_799 - -// 2472 -[obj_2472] -cost=100 -model=model_1781 -members=yes -iop2=Wield -manwear=model_677 -womanwear=model_677 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -stockmarket=yes -recol1s=21017 -recol1d=25664 -recol2s=15990 -recol2d=1112 -recol3s=20503 -recol3d=32736 -name=Flowers -womanwearoff=3,-11,6 -certlink=obj_2473 - -// 2473 -[obj_2473] -certlink=obj_2472 -certtemplate=obj_799 - -// 2474 -[obj_2474] -cost=100 -model=model_1781 -members=yes -iop2=Wield -manwear=model_677 -womanwear=model_677 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -stockmarket=yes -recol1s=21017 -recol1d=32767 -recol2s=15990 -recol2d=32767 -recol3s=20503 -recol3d=32767 -name=Flowers -womanwearoff=3,-11,6 -certlink=obj_2475 - -// 2475 -[obj_2475] -certlink=obj_2474 -certtemplate=obj_799 - -// 2476 -[obj_2476] -cost=100 -model=model_1781 -members=yes -iop2=Wield -manwear=model_677 -womanwear=model_677 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -stockmarket=yes -recol1s=21017 -recol1d=0 -recol2s=15990 -recol2d=0 -recol3s=20503 -recol3d=0 -name=Flowers -womanwearoff=3,-11,6 -certlink=obj_2477 - -// 2477 -[obj_2477] -certlink=obj_2476 -certtemplate=obj_799 - -// 2478 -[obj_2478] -model=model_2742 -cost=0 -name=Tinderbox - -// 2479 -[obj_2479] -model=model_2742 -cost=0 -name=Tinderbox - -// 2480 -[obj_2480] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 2481 -[obj_2481] -cost=68 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=448 -recol1d=455 -recol2s=288 -recol2d=295 -name=Clean lantadyme -certlink=obj_2482 - -// 2482 -[obj_2482] -certlink=obj_2481 -certtemplate=obj_799 - -// 2483 -[obj_2483] -cost=68 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=27347 -name=Lantadyme potion(unf) -certlink=obj_2484 - -// 2484 -[obj_2484] -certlink=obj_2483 -certtemplate=obj_799 - -// 2485 -[obj_2485] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=295 -name=Grimy lantadyme -certlink=obj_2486 - -// 2486 -[obj_2486] -certlink=obj_2485 -certtemplate=obj_799 - -// 2487 -[obj_2487] -cost=3000 -model=model_2656 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_178 -womanwear=model_355 -members=yes -stockmarket=yes -recol1s=8420 -recol1d=4232 -recol2s=6306 -recol2d=8460 -recol3s=256 -recol3d=4232 -name=Blue d'hide vamb -certlink=obj_2488 -lentlink=obj_13498 - -// 2488 -[obj_2488] -certlink=obj_2487 -certtemplate=obj_799 - -// 2489 -[obj_2489] -cost=3600 -model=model_2656 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_178 -womanwear=model_355 -members=yes -stockmarket=yes -recol1s=8420 -recol1d=8192 -recol2s=6306 -recol2d=11363 -recol3s=256 -recol3d=8192 -name=Red d'hide vamb -certlink=obj_2490 -lentlink=obj_13499 - -// 2490 -[obj_2490] -certlink=obj_2489 -certtemplate=obj_799 - -// 2491 -[obj_2491] -cost=4320 -model=model_2656 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_178 -womanwear=model_355 -members=yes -stockmarket=yes -recol1s=8420 -recol1d=1057 -recol2s=6306 -recol2d=4228 -recol3s=256 -recol3d=1057 -name=Black d'hide vamb -certlink=obj_2492 -lentlink=obj_13500 - -// 2492 -[obj_2492] -certlink=obj_2491 -certtemplate=obj_799 - -// 2493 -[obj_2493] -cost=4320 -model=model_2507 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_258 -womanwear=model_423 -members=yes -stockmarket=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -name=Blue d'hide chaps -certlink=obj_2494 -lentlink=obj_13492 - -// 2494 -[obj_2494] -certlink=obj_2493 -certtemplate=obj_799 - -// 2495 -[obj_2495] -cost=5180 -model=model_2507 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_258 -womanwear=model_423 -members=yes -stockmarket=yes -recol1s=256 -recol1d=8192 -recol2s=384 -recol2d=11363 -name=Red d'hide chaps -certlink=obj_2496 -lentlink=obj_13493 - -// 2496 -[obj_2496] -certlink=obj_2495 -certtemplate=obj_799 - -// 2497 -[obj_2497] -cost=6220 -model=model_2507 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_258 -womanwear=model_423 -members=yes -stockmarket=yes -recol1s=256 -recol1d=1057 -recol2s=384 -recol2d=4228 -name=Black d'hide chaps -certlink=obj_2498 -lentlink=obj_13494 - -// 2498 -[obj_2498] -certlink=obj_2497 -certtemplate=obj_799 - -// 2499 -[obj_2499] -cost=9360 -model=model_2745 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_314 -womanwear=model_477 -members=yes -stockmarket=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -name=Blue d'hide body -certlink=obj_2500 -lentlink=obj_13484 - -// 2500 -[obj_2500] -certlink=obj_2499 -certtemplate=obj_799 - -// 2501 -[obj_2501] -cost=11230 -model=model_2745 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_314 -womanwear=model_477 -members=yes -stockmarket=yes -recol1s=256 -recol1d=8192 -recol2s=384 -recol2d=11363 -name=Red d'hide body -certlink=obj_2502 -lentlink=obj_13485 - -// 2502 -[obj_2502] -certlink=obj_2501 -certtemplate=obj_799 - -// 2503 -[obj_2503] -cost=13480 -model=model_2745 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_314 -womanwear=model_477 -members=yes -stockmarket=yes -recol1s=256 -recol1d=1057 -recol2s=384 -recol2d=4228 -name=Black d'hide body -certlink=obj_2504 -lentlink=obj_13486 - -// 2504 -[obj_2504] -certlink=obj_2503 -certtemplate=obj_799 - -// 2505 -[obj_2505] -cost=70 -model=model_2338 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -members=yes -stockmarket=yes -recol1s=32767 -recol1d=11 -name=Blue d-leather -certlink=obj_2506 - -// 2506 -[obj_2506] -certlink=obj_2505 -certtemplate=obj_799 - -// 2507 -[obj_2507] -cost=90 -model=model_2338 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -members=yes -stockmarket=yes -recol1s=32767 -recol1d=8192 -name=Red dragon leather -certlink=obj_2508 - -// 2508 -[obj_2508] -certlink=obj_2507 -certtemplate=obj_799 - -// 2509 -[obj_2509] -cost=110 -model=model_2338 -2dxof=-1 -2dyof=-2 -2dzoom=1190 -2dyan=116 -2dxan=440 -members=yes -stockmarket=yes -recol1s=32767 -recol1d=3171 -name=Black d-leather -certlink=obj_2510 - -// 2510 -[obj_2510] -certlink=obj_2509 -certtemplate=obj_799 - -// 2511 -[obj_2511] -cost=4 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -op4=Light -name=Logs - -// 2512 -[obj_2512] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 2513 -[obj_2513] -model=model_3823 -2dyof=2 -2dzoom=1100 -2dxan=568 -iop1=Wear -cost=6 -recol1s=16846 -recol1d=15392 -name=Dragon chainbody - -// 2514 -[obj_2514] -model=model_2590 -2dzoom=950 -2dyan=552 -2dxan=272 -cost=5 -recol1s=32288 -recol1d=32465 -recol2s=32096 -recol2d=32365 -name=Raw shrimps -certlink=obj_2515 - -// 2515 -[obj_2515] -certlink=obj_2514 -certtemplate=obj_799 - -// 2516 -[obj_2516] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=10 -name=Pot of flour -certlink=obj_2517 - -// 2517 -[obj_2517] -certlink=obj_2516 -certtemplate=obj_799 - -// 2518 -[obj_2518] -model=model_2632 -2dyof=-4 -2dzoom=550 -2dyan=1900 -2dxan=208 -cost=1 -stockmarket=yes -recol1s=16416 -recol1d=13506 -recol2s=480 -recol2d=17926 -name=Rotten tomato -certlink=obj_2519 - -// 2519 -[obj_2519] -certlink=obj_2518 -certtemplate=obj_799 - -// 2520 -[obj_2520] -cost=150 -model=model_3339 -manwear=model_3333 -womanwear=model_3333 -2dxof=1 -2dyof=-2 -2dzoom=920 -2dyan=1732 -2dxan=40 -iop1=Play-with -stockmarket=yes -name=Toy horsey -womanwearoff=3,-11,6 -certlink=obj_2521 - -// 2521 -[obj_2521] -certlink=obj_2520 -certtemplate=obj_799 - -// 2522 -[obj_2522] -cost=150 -model=model_3339 -manwear=model_3333 -womanwear=model_3333 -2dxof=1 -2dyof=-2 -2dzoom=920 -2dyan=1732 -2dxan=40 -iop1=Play-with -stockmarket=yes -recol1s=12547 -recol1d=23255 -recol2s=8385 -recol2d=19027 -name=Toy horsey -womanwearoff=3,-11,6 -certlink=obj_2523 - -// 2523 -[obj_2523] -certlink=obj_2522 -certtemplate=obj_799 - -// 2524 -[obj_2524] -cost=150 -model=model_3339 -manwear=model_3333 -womanwear=model_3333 -2dxof=1 -2dyof=-2 -2dzoom=920 -2dyan=1732 -2dxan=40 -iop1=Play-with -stockmarket=yes -recol1s=12547 -recol1d=4195 -recol2s=8385 -recol2d=4195 -name=Toy horsey -womanwearoff=3,-11,6 -certlink=obj_2525 - -// 2525 -[obj_2525] -certlink=obj_2524 -certtemplate=obj_799 - -// 2526 -[obj_2526] -cost=150 -model=model_3339 -manwear=model_3333 -womanwear=model_3333 -2dxof=1 -2dyof=-2 -2dzoom=920 -2dyan=1732 -2dxan=40 -iop1=Play-with -stockmarket=yes -recol1s=12547 -recol1d=11593 -recol2s=8385 -recol2d=8422 -name=Toy horsey -womanwearoff=3,-11,6 -certlink=obj_2527 - -// 2527 -[obj_2527] -certlink=obj_2526 -certtemplate=obj_799 - -// 2528 -[obj_2528] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -name=Lamp -param=param_59,1 - -// 2529 -[obj_2529] -cost=1 -model=model_3176 -2dzoom=1390 -2dyan=1700 -2dxan=100 -members=yes -name=Orb of light - -// 2530 -[obj_2530] -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop1=Bury -name=Bones -certlink=obj_2531 - -// 2531 -[obj_2531] -certlink=obj_2530 -certtemplate=obj_799 - -// 2532 -[obj_2532] -members=yes -cost=3 -stackable=yes -model=model_2702 -2dzoom=1580 -2dyan=1832 -2dxan=336 -iop2=Wield -count1=obj_2542,2 -count2=obj_2543,3 -count3=obj_2544,4 -count4=obj_2545,5 -stockmarket=yes -name=Iron fire arrows - -// 2533 -[obj_2533] -members=yes -cost=10 -stackable=yes -model=model_698 -2dxof=1 -2dyof=1 -2dzoom=1750 -2dyan=120 -2dxan=332 -iop2=Wield -count1=obj_2546,2 -count2=obj_2547,3 -count3=obj_2548,4 -count4=obj_2549,5 -stockmarket=yes -name=Iron fire arrows - -// 2534 -[obj_2534] -members=yes -cost=3 -stackable=yes -model=model_2702 -2dzoom=1580 -2dyan=1832 -2dxan=336 -iop2=Wield -count1=obj_2542,2 -count2=obj_2543,3 -count3=obj_2544,4 -count4=obj_2545,5 -stockmarket=yes -name=Steel fire arrows - -// 2535 -[obj_2535] -members=yes -cost=10 -stackable=yes -model=model_698 -2dzoom=1330 -2dyan=240 -2dxan=192 -iop2=Wield -count1=obj_2546,2 -count2=obj_2547,3 -count3=obj_2548,4 -count4=obj_2549,5 -stockmarket=yes -name=Steel fire arrows - -// 2536 -[obj_2536] -members=yes -cost=3 -stackable=yes -model=model_2702 -2dzoom=1580 -2dyan=1832 -2dxan=336 -iop2=Wield -count1=obj_2542,2 -count2=obj_2543,3 -count3=obj_2544,4 -count4=obj_2545,5 -stockmarket=yes -name=Mithril fire arrows - -// 2537 -[obj_2537] -members=yes -cost=10 -stackable=yes -model=model_698 -2dxof=1 -2dyof=1 -2dzoom=1750 -2dyan=120 -2dxan=332 -iop2=Wield -count1=obj_2546,2 -count2=obj_2547,3 -count3=obj_2548,4 -count4=obj_2549,5 -stockmarket=yes -name=Mithril fire arrows - -// 2538 -[obj_2538] -members=yes -cost=3 -stackable=yes -model=model_2702 -2dzoom=1580 -2dyan=1832 -2dxan=336 -iop2=Wield -count1=obj_2542,2 -count2=obj_2543,3 -count3=obj_2544,4 -count4=obj_2545,5 -stockmarket=yes -name=Adamant fire arrows - -// 2539 -[obj_2539] -members=yes -cost=10 -stackable=yes -model=model_698 -2dxof=1 -2dyof=1 -2dzoom=1750 -2dyan=120 -2dxan=332 -iop2=Wield -count1=obj_2546,2 -count2=obj_2547,3 -count3=obj_2548,4 -count4=obj_2549,5 -stockmarket=yes -name=Adamant fire arrows - -// 2540 -[obj_2540] -members=yes -cost=3 -stackable=yes -model=model_2702 -2dzoom=1580 -2dyan=1832 -2dxan=336 -iop2=Wield -count1=obj_2542,2 -count2=obj_2543,3 -count3=obj_2544,4 -count4=obj_2545,5 -stockmarket=yes -name=Rune fire arrows - -// 2541 -[obj_2541] -members=yes -cost=10 -stackable=yes -model=model_698 -2dxof=1 -2dyof=1 -2dzoom=1750 -2dyan=120 -2dxan=332 -iop2=Wield -count1=obj_2546,2 -count2=obj_2547,3 -count3=obj_2548,4 -count4=obj_2549,5 -stockmarket=yes -name=Rune fire arrows - -// 2542 -[obj_2542] -stackable=yes -model=model_397 -dummyitem=2 -2dxof=3 -2dyof=-39 -2dzoom=1420 -2dyan=1772 -2dxan=272 - -// 2543 -[obj_2543] -stackable=yes -model=model_568 -dummyitem=2 -2dxof=12 -2dyof=9 -2dzoom=1360 -2dyan=1880 -2dxan=196 - -// 2544 -[obj_2544] -stackable=yes -model=model_2882 -dummyitem=2 -2dxof=1 -2dyof=-25 -2dzoom=1820 -2dyan=1896 -2dxan=340 - -// 2545 -[obj_2545] -stackable=yes -model=model_3361 -dummyitem=2 -2dxof=4 -2dyan=1884 -2dxan=384 - -// 2546 -[obj_2546] -stackable=yes -model=model_3362 -dummyitem=2 -2dxof=1 -2dyof=1 -2dzoom=1750 -2dyan=120 -2dxan=332 - -// 2547 -[obj_2547] -stackable=yes -model=model_3363 -dummyitem=2 -2dxof=1 -2dyof=1 -2dzoom=1750 -2dyan=120 -2dxan=332 - -// 2548 -[obj_2548] -stackable=yes -model=model_3364 -dummyitem=2 -2dxof=1 -2dyof=1 -2dzoom=1750 -2dyan=120 -2dxan=332 - -// 2549 -[obj_2549] -stackable=yes -model=model_3365 -dummyitem=2 -2dxof=1 -2dyof=1 -2dzoom=1750 -2dyan=120 -2dxan=332 - -// 2550 -[obj_2550] -cost=900 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -stockmarket=yes -recol1s=32767 -recol1d=1110 -name=Ring of recoil -certlink=obj_2551 - -// 2551 -[obj_2551] -certlink=obj_2550 -certtemplate=obj_799 - -// 2552 -[obj_2552] -cost=1275 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -stockmarket=yes -recol1s=32767 -recol1d=1666 -name=Ring of duelling(8) -certlink=obj_2553 - -// 2553 -[obj_2553] -certlink=obj_2552 -certtemplate=obj_799 - -// 2554 -[obj_2554] -cost=1275 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -stockmarket=yes -recol1s=32767 -recol1d=1666 -name=Ring of duelling(7) -certlink=obj_2555 - -// 2555 -[obj_2555] -certlink=obj_2554 -certtemplate=obj_799 - -// 2556 -[obj_2556] -cost=1275 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -stockmarket=yes -recol1s=32767 -recol1d=1666 -name=Ring of duelling(6) -certlink=obj_2557 - -// 2557 -[obj_2557] -certlink=obj_2556 -certtemplate=obj_799 - -// 2558 -[obj_2558] -cost=1275 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -stockmarket=yes -recol1s=32767 -recol1d=1666 -name=Ring of duelling(5) -certlink=obj_2559 - -// 2559 -[obj_2559] -certlink=obj_2558 -certtemplate=obj_799 - -// 2560 -[obj_2560] -cost=1275 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -stockmarket=yes -recol1s=32767 -recol1d=1666 -name=Ring of duelling(4) -certlink=obj_2561 - -// 2561 -[obj_2561] -certlink=obj_2560 -certtemplate=obj_799 - -// 2562 -[obj_2562] -cost=1275 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -stockmarket=yes -recol1s=32767 -recol1d=1666 -name=Ring of duelling(3) -certlink=obj_2563 - -// 2563 -[obj_2563] -certlink=obj_2562 -certtemplate=obj_799 - -// 2564 -[obj_2564] -cost=1275 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -stockmarket=yes -recol1s=32767 -recol1d=1666 -name=Ring of duelling(2) -certlink=obj_2565 - -// 2565 -[obj_2565] -certlink=obj_2564 -certtemplate=obj_799 - -// 2566 -[obj_2566] -cost=1275 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -stockmarket=yes -recol1s=32767 -recol1d=1666 -name=Ring of duelling(1) -certlink=obj_2567 - -// 2567 -[obj_2567] -certlink=obj_2566 -certtemplate=obj_799 - -// 2568 -[obj_2568] -cost=2025 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -stockmarket=yes -recol1s=32767 -recol1d=31808 -name=Ring of forging -certlink=obj_2569 - -// 2569 -[obj_2569] -certlink=obj_2568 -certtemplate=obj_799 - -// 2570 -[obj_2570] -cost=3525 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -stockmarket=yes -name=Ring of life -certlink=obj_2571 - -// 2571 -[obj_2571] -certlink=obj_2570 -certtemplate=obj_799 - -// 2572 -[obj_2572] -cost=17625 -members=yes -model=model_2677 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -members=yes -iop2=Wear -stockmarket=yes -recol1s=32767 -recol1d=13331 -name=Ring of wealth -certlink=obj_2573 - -// 2573 -[obj_2573] -certlink=obj_2572 -certtemplate=obj_799 - -// 2574 -[obj_2574] -cost=50 -members=yes -model=model_2628 -2dxof=3 -2dyof=10 -2dzoom=690 -2dyan=124 -2dxan=488 -iop1=Look through -name=Sextant - -// 2575 -[obj_2575] -cost=100 -members=yes -model=model_2525 -2dyof=-1 -2dzoom=690 -2dyan=2032 -2dxan=368 -name=Watch - -// 2576 -[obj_2576] -cost=2 -members=yes -model=model_2774 -2dxof=-1 -2dyof=56 -2dzoom=990 -2dyan=1716 -2dxan=264 -recol1s=24174 -recol1d=18823 -recol2s=22026 -recol2d=15652 -recol3s=17832 -recol3d=12481 -name=Chart - -// 2577 -[obj_2577] -cost=200 -members=yes -model=model_4931 -manwear=model_4929 -womanwear=model_4930 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -stockmarket=yes -name=Ranger boots -certlink=obj_2578 -lentlink=obj_13556 - -// 2578 -[obj_2578] -certlink=obj_2577 -certtemplate=obj_799 - -// 2579 -[obj_2579] -cost=200 -members=yes -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -stockmarket=yes -recol1s=7298 -recol1d=239 -name=Wizard boots -certlink=obj_2580 -lentlink=obj_13557 - -// 2580 -[obj_2580] -certlink=obj_2579 -certtemplate=obj_799 - -// 2581 -[obj_2581] -cost=450 -members=yes -model=model_3021 -2dxof=-3 -2dyof=-2 -2dzoom=650 -2dyan=256 -2dxan=2044 -iop2=Wear -manwear=model_3378 -womanwear=model_3382 -manhead=model_39427 -womanhead=model_38841 -stockmarket=yes -name=Robin hood hat -certlink=obj_2582 -lentlink=obj_13558 - -// 2582 -[obj_2582] -certlink=obj_2581 -certtemplate=obj_799 - -// 2583 -[obj_2583] -cost=3840 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -stockmarket=yes -recol1s=6342 -recol1d=6342 -recol2s=16846 -recol2d=2114 -recol3s=11561 -recol3d=0 -name=Black platebody (t) -certlink=obj_2584 - -// 2584 -[obj_2584] -certlink=obj_2583 -certtemplate=obj_799 - -// 2585 -[obj_2585] -cost=1920 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=11561 -recol2d=0 -recol3s=15789 -recol3d=6342 -name=Black platelegs (t) -certlink=obj_2586 - -// 2586 -[obj_2586] -certlink=obj_2585 -certtemplate=obj_799 - -// 2587 -[obj_2587] -cost=1056 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=15392 -recol2d=6342 -name=Black full helm(t) -certlink=obj_2588 - -// 2588 -[obj_2588] -certlink=obj_2587 -certtemplate=obj_799 - -// 2589 -[obj_2589] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=1632 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=6342 -recol3s=7296 -recol3d=6342 -name=Black kiteshield (t) -manwearoff=0,4,0 -womanwearoff=-3,-11,6 -certlink=obj_2590 - -// 2590 -[obj_2590] -certlink=obj_2589 -certtemplate=obj_799 - -// 2591 -[obj_2591] -cost=3840 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -stockmarket=yes -recol1s=6342 -recol1d=32453 -recol2s=16846 -recol2d=2114 -recol3s=11561 -recol3d=0 -name=Black platebody (g) -certlink=obj_2592 - -// 2592 -[obj_2592] -certlink=obj_2591 -certtemplate=obj_799 - -// 2593 -[obj_2593] -cost=1920 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=11561 -recol2d=0 -recol3s=15789 -recol3d=32453 -name=Black platelegs (g) -certlink=obj_2594 - -// 2594 -[obj_2594] -certlink=obj_2593 -certtemplate=obj_799 - -// 2595 -[obj_2595] -cost=1056 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=15392 -recol2d=32453 -name=Black full helm(g) -certlink=obj_2596 - -// 2596 -[obj_2596] -certlink=obj_2595 -certtemplate=obj_799 - -// 2597 -[obj_2597] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=1632 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=32453 -recol3s=7296 -recol3d=32453 -name=Black kiteshield (g) -manwearoff=0,4,0 -womanwearoff=-3,-11,6 -certlink=obj_2598 - -// 2598 -[obj_2598] -certlink=obj_2597 -certtemplate=obj_799 - -// 2599 -[obj_2599] -cost=12800 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=11561 -recol2d=3235 -recol3s=6342 -recol3d=13802 -name=Adam platebody (t) -certlink=obj_2600 - -// 2600 -[obj_2600] -certlink=obj_2599 -certtemplate=obj_799 - -// 2601 -[obj_2601] -cost=6400 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=11561 -recol2d=3235 -recol3s=15789 -recol3d=13802 -name=Adam platelegs (t) -certlink=obj_2602 - -// 2602 -[obj_2602] -certlink=obj_2601 -certtemplate=obj_799 - -// 2603 -[obj_2603] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=5440 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=7296 -recol3d=13802 -name=Adam kiteshield (t) -manwearoff=0,4,0 -womanwearoff=-3,-11,6 -certlink=obj_2604 - -// 2604 -[obj_2604] -certlink=obj_2603 -certtemplate=obj_799 - -// 2605 -[obj_2605] -cost=3520 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15392 -recol2d=13802 -name=Adam full helm(t) -certlink=obj_2606 - -// 2606 -[obj_2606] -certlink=obj_2605 -certtemplate=obj_799 - -// 2607 -[obj_2607] -cost=12800 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=11561 -recol2d=3235 -recol3s=6342 -recol3d=32453 -name=Adam platebody (g) -certlink=obj_2608 - -// 2608 -[obj_2608] -certlink=obj_2607 -certtemplate=obj_799 - -// 2609 -[obj_2609] -cost=6400 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=11561 -recol2d=3235 -recol3s=15789 -recol3d=32453 -name=Adam platelegs (g) -certlink=obj_2610 - -// 2610 -[obj_2610] -certlink=obj_2609 -certtemplate=obj_799 - -// 2611 -[obj_2611] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=5440 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=32453 -recol3s=7296 -recol3d=32453 -name=Adam kiteshield (g) -manwearoff=0,4,0 -womanwearoff=-3,-11,6 -certlink=obj_2612 - -// 2612 -[obj_2612] -certlink=obj_2611 -certtemplate=obj_799 - -// 2613 -[obj_2613] -cost=3520 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15392 -recol2d=32453 -name=Adam full helm(g) -certlink=obj_2614 - -// 2614 -[obj_2614] -certlink=obj_2613 -certtemplate=obj_799 - -// 2615 -[obj_2615] -cost=65000 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=32453 -name=Rune platebody (g) -certlink=obj_2616 -lentlink=obj_13800 - -// 2616 -[obj_2616] -certlink=obj_2615 -certtemplate=obj_799 - -// 2617 -[obj_2617] -cost=64000 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=32453 -name=Rune platelegs (g) -certlink=obj_2618 -lentlink=obj_13801 - -// 2618 -[obj_2618] -certlink=obj_2617 -certtemplate=obj_799 - -// 2619 -[obj_2619] -cost=35200 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15392 -recol2d=32453 -name=Rune full helm(g) -certlink=obj_2620 -lentlink=obj_13803 - -// 2620 -[obj_2620] -certlink=obj_2619 -certtemplate=obj_799 - -// 2621 -[obj_2621] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=54400 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=7296 -recol2d=32453 -recol3s=15789 -recol3d=32453 -name=Rune kiteshield (g) -manwearoff=0,4,0 -womanwearoff=-3,-11,6 -certlink=obj_2622 -lentlink=obj_13804 - -// 2622 -[obj_2622] -certlink=obj_2621 -certtemplate=obj_799 - -// 2623 -[obj_2623] -cost=65000 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=18071 -name=Rune platebody (t) -certlink=obj_2624 -lentlink=obj_13805 - -// 2624 -[obj_2624] -certlink=obj_2623 -certtemplate=obj_799 - -// 2625 -[obj_2625] -cost=64000 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=18071 -name=Rune platelegs (t) -certlink=obj_2626 -lentlink=obj_13806 - -// 2626 -[obj_2626] -certlink=obj_2625 -certtemplate=obj_799 - -// 2627 -[obj_2627] -cost=35200 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15392 -recol2d=18071 -name=Rune full helm (t) -certlink=obj_2628 -lentlink=obj_13808 - -// 2628 -[obj_2628] -certlink=obj_2627 -certtemplate=obj_799 - -// 2629 -[obj_2629] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=54400 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=15789 -recol1d=7296 -recol2s=16846 -recol2d=6476 -recol3s=7296 -recol3d=18071 -name=Rune kiteshield (t) -manwearoff=0,4,0 -womanwearoff=-3,-11,6 -certlink=obj_2630 -lentlink=obj_13809 - -// 2630 -[obj_2630] -certlink=obj_2629 -certtemplate=obj_799 - -// 2631 -[obj_2631] -cost=40 -members=yes -model=model_2500 -2dxof=3 -2dzoom=290 -2dyan=224 -2dxan=488 -iop2=Wear -manwear=model_243 -womanwear=model_416 -manhead=model_39302 -womanhead=model_38877 -stockmarket=yes -name=Highwayman mask -certlink=obj_2632 -lentlink=obj_13810 - -// 2632 -[obj_2632] -certlink=obj_2631 -certtemplate=obj_799 - -// 2633 -[obj_2633] -cost=80 -members=yes -model=model_3373 -2dxof=-1 -2dyof=-4 -2dzoom=560 -2dyan=1936 -2dxan=136 -iop2=Wear -manwear=model_40218 -womanwear=model_40432 -manhead=model_39444 -womanhead=model_38783 -stockmarket=yes -recolhsl1s=10659 -recolhsl1d=40486 -name=Blue beret -certlink=obj_2634 -lentlink=obj_13811 - -// 2634 -[obj_2634] -certlink=obj_2633 -certtemplate=obj_799 - -// 2635 -[obj_2635] -cost=80 -members=yes -model=model_3373 -2dxof=-1 -2dyof=-4 -2dzoom=560 -2dyan=1936 -2dxan=136 -iop2=Wear -manwear=model_198 -womanwear=model_373 -manhead=model_39444 -womanhead=model_38783 -stockmarket=yes -recol1s=12677 -recol1d=1057 -name=Black beret -certlink=obj_2636 -lentlink=obj_13812 - -// 2636 -[obj_2636] -certlink=obj_2635 -certtemplate=obj_799 - -// 2637 -[obj_2637] -cost=80 -members=yes -model=model_3373 -2dxof=-1 -2dyof=-4 -2dzoom=560 -2dyan=1936 -2dxan=136 -iop2=Wear -manwear=model_198 -womanwear=model_373 -manhead=model_39444 -womanhead=model_38783 -stockmarket=yes -recol1s=12677 -recol1d=29464 -retex1s=material_268 -retex1d=material_258 -name=White beret -certlink=obj_2638 -lentlink=obj_13813 - -// 2638 -[obj_2638] -certlink=obj_2637 -certtemplate=obj_799 - -// 2639 -[obj_2639] -cost=200 -members=yes -model=model_2451 -2dxof=-1 -2dyof=-8 -2dzoom=690 -2dyan=1856 -2dxan=160 -iop2=Wear -manwear=model_186 -womanwear=model_362 -manhead=model_39406 -womanhead=model_38793 -manwear2=model_215 -womanwear2=model_391 -stockmarket=yes -name=Tan cavalier -certlink=obj_2640 -lentlink=obj_13814 - -// 2640 -[obj_2640] -certlink=obj_2639 -certtemplate=obj_799 - -// 2641 -[obj_2641] -cost=200 -members=yes -model=model_2451 -2dxof=-1 -2dyof=-8 -2dzoom=690 -2dyan=1856 -2dxan=160 -iop2=Wear -manwear=model_186 -womanwear=model_362 -manhead=model_39406 -womanhead=model_38793 -manwear2=model_215 -womanwear2=model_391 -stockmarket=yes -recol1s=16704 -recol1d=8288 -name=Dark cavalier -certlink=obj_2642 -lentlink=obj_13815 - -// 2642 -[obj_2642] -certlink=obj_2641 -certtemplate=obj_799 - -// 2643 -[obj_2643] -cost=200 -members=yes -model=model_2451 -2dxof=-1 -2dyof=-8 -2dzoom=690 -2dyan=1856 -2dxan=160 -iop2=Wear -manwear=model_186 -womanwear=model_362 -manhead=model_39406 -womanhead=model_38793 -manwear2=model_215 -womanwear2=model_391 -stockmarket=yes -recol1s=16704 -recol1d=2114 -name=Black cavalier -certlink=obj_2644 -lentlink=obj_13816 - -// 2644 -[obj_2644] -certlink=obj_2643 -certtemplate=obj_799 - -// 2645 -[obj_2645] -cost=40 -members=yes -model=model_3377 -2dxof=-1 -2dzoom=380 -2dyan=56 -2dxan=108 -iop2=Wear -manwear=model_201 -womanwear=model_376 -manhead=model_39549 -womanhead=model_38799 -stockmarket=yes -recol1s=16846 -recol1d=18464 -recol2s=11561 -recol2d=11296 -name=Red headband -certlink=obj_2646 -lentlink=obj_13817 - -// 2646 -[obj_2646] -certlink=obj_2645 -certtemplate=obj_799 - -// 2647 -[obj_2647] -cost=40 -members=yes -model=model_3377 -2dxof=-1 -2dzoom=380 -2dyan=56 -2dxan=108 -iop2=Wear -manwear=model_201 -womanwear=model_376 -manhead=model_39549 -womanhead=model_38799 -stockmarket=yes -recol1s=16846 -recol1d=0 -recol2s=11561 -recol2d=2114 -name=Black headband -certlink=obj_2648 -lentlink=obj_13818 - -// 2648 -[obj_2648] -certlink=obj_2647 -certtemplate=obj_799 - -// 2649 -[obj_2649] -cost=40 -members=yes -model=model_3377 -2dxof=-1 -2dzoom=380 -2dyan=56 -2dxan=108 -iop2=Wear -manwear=model_201 -womanwear=model_376 -manhead=model_39549 -womanhead=model_38799 -stockmarket=yes -recol1s=16846 -recol1d=10401 -recol2s=11561 -recol2d=6176 -name=Brown headband -certlink=obj_2650 -lentlink=obj_13819 - -// 2650 -[obj_2650] -certlink=obj_2649 -certtemplate=obj_799 - -// 2651 -[obj_2651] -cost=180 -members=yes -model=model_3215 -2dxof=-3 -2dzoom=600 -2dyan=1836 -2dxan=136 -iop2=Wear -manwear=model_190 -womanwear=model_367 -manhead=model_39488 -womanhead=model_38810 -stockmarket=yes -name=Pirate's hat -certlink=obj_2652 - -// 2652 -[obj_2652] -certlink=obj_2651 -certtemplate=obj_799 - -// 2653 -[obj_2653] -cost=65000 -model=model_3375 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -manwear3=model_3381 -womanwear=model_3383 -womanwear2=model_344 -womanwear3=model_40849 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=20512 -name=Zamorak platebody -certlink=obj_2654 -lentlink=obj_13820 - -// 2654 -[obj_2654] -certlink=obj_2653 -certtemplate=obj_799 - -// 2655 -[obj_2655] -cost=64000 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=20512 -name=Zamorak platelegs -certlink=obj_2656 -lentlink=obj_13821 - -// 2656 -[obj_2656] -certlink=obj_2655 -certtemplate=obj_799 - -// 2657 -[obj_2657] -cost=35200 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15392 -recol2d=20512 -name=Zamorak full helm -certlink=obj_2658 -lentlink=obj_13823 - -// 2658 -[obj_2658] -certlink=obj_2657 -certtemplate=obj_799 - -// 2659 -[obj_2659] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=54400 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=7296 -recol2d=20512 -recol3s=15789 -recol3d=20512 -name=Zamorak kiteshield -manwearoff=0,4,0 -womanwearoff=-3,-11,6 -certlink=obj_2660 -lentlink=obj_13824 - -// 2660 -[obj_2660] -certlink=obj_2659 -certtemplate=obj_799 - -// 2661 -[obj_2661] -cost=65000 -model=model_3020 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_21860 -manwear2=model_164 -womanwear=model_21861 -womanwear2=model_344 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=32753 -recol4s=26400 -recol4d=32753 -name=Saradomin platebody -certlink=obj_2662 -lentlink=obj_13825 - -// 2662 -[obj_2662] -certlink=obj_2661 -certtemplate=obj_799 - -// 2663 -[obj_2663] -cost=64000 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=32753 -name=Saradomin platelegs -certlink=obj_2664 -lentlink=obj_13826 - -// 2664 -[obj_2664] -certlink=obj_2663 -certtemplate=obj_799 - -// 2665 -[obj_2665] -cost=35200 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15392 -recol2d=32753 -name=Saradomin full helm -certlink=obj_2666 -lentlink=obj_13828 - -// 2666 -[obj_2666] -certlink=obj_2665 -certtemplate=obj_799 - -// 2667 -[obj_2667] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=54400 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=7296 -recol2d=32753 -recol3s=15789 -recol3d=32753 -name=Saradomin kiteshield -manwearoff=0,4,0 -womanwearoff=-3,-11,6 -certlink=obj_2668 -lentlink=obj_13829 - -// 2668 -[obj_2668] -certlink=obj_2667 -certtemplate=obj_799 - -// 2669 -[obj_2669] -cost=65000 -model=model_3376 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -manwear3=model_3380 -womanwear=model_3383 -womanwear2=model_344 -womanwear3=model_40848 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=7751 -name=Guthix platebody -certlink=obj_2670 -lentlink=obj_13830 - -// 2670 -[obj_2670] -certlink=obj_2669 -certtemplate=obj_799 - -// 2671 -[obj_2671] -cost=64000 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=7751 -name=Guthix platelegs -certlink=obj_2672 -lentlink=obj_13831 - -// 2672 -[obj_2672] -certlink=obj_2671 -certtemplate=obj_799 - -// 2673 -[obj_2673] -cost=35200 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15392 -recol2d=7751 -name=Guthix full helm -certlink=obj_2674 -lentlink=obj_13833 - -// 2674 -[obj_2674] -certlink=obj_2673 -certtemplate=obj_799 - -// 2675 -[obj_2675] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=54400 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=7296 -recol2d=1569 -recol3s=15789 -recol3d=7751 -name=Guthix kiteshield -manwearoff=0,4,0 -womanwearoff=-3,-11,6 -certlink=obj_2676 -lentlink=obj_13834 - -// 2676 -[obj_2676] -certlink=obj_2675 -certtemplate=obj_799 - -// 2677 -[obj_2677] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2678 -[obj_2678] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2679 -[obj_2679] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2680 -[obj_2680] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2681 -[obj_2681] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2682 -[obj_2682] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2683 -[obj_2683] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2684 -[obj_2684] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2685 -[obj_2685] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2686 -[obj_2686] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2687 -[obj_2687] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2688 -[obj_2688] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2689 -[obj_2689] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2690 -[obj_2690] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2691 -[obj_2691] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2692 -[obj_2692] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2693 -[obj_2693] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2694 -[obj_2694] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2695 -[obj_2695] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2696 -[obj_2696] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2697 -[obj_2697] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2698 -[obj_2698] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2699 -[obj_2699] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2700 -[obj_2700] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2701 -[obj_2701] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2702 -[obj_2702] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2703 -[obj_2703] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2704 -[obj_2704] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2705 -[obj_2705] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2706 -[obj_2706] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2707 -[obj_2707] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2708 -[obj_2708] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2709 -[obj_2709] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2710 -[obj_2710] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2711 -[obj_2711] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2712 -[obj_2712] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2713 -[obj_2713] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2714 -[obj_2714] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2715 -[obj_2715] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -stackable=yes -name=Casket - -// 2716 -[obj_2716] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2717 -[obj_2717] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2718 -[obj_2718] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -stackable=yes -name=Casket - -// 2719 -[obj_2719] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2720 -[obj_2720] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2721 -[obj_2721] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -stackable=yes -name=Casket - -// 2722 -[obj_2722] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2723 -[obj_2723] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2724 -[obj_2724] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2725 -[obj_2725] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2726 -[obj_2726] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2727 -[obj_2727] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2728 -[obj_2728] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2729 -[obj_2729] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2730 -[obj_2730] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2731 -[obj_2731] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2732 -[obj_2732] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2733 -[obj_2733] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2734 -[obj_2734] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2735 -[obj_2735] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2736 -[obj_2736] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2737 -[obj_2737] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2738 -[obj_2738] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2739 -[obj_2739] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2740 -[obj_2740] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2741 -[obj_2741] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2742 -[obj_2742] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2743 -[obj_2743] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2744 -[obj_2744] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2745 -[obj_2745] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2746 -[obj_2746] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2747 -[obj_2747] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2748 -[obj_2748] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2749 -[obj_2749] -model=model_3413 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2750 -[obj_2750] -model=model_3414 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2751 -[obj_2751] -model=model_3415 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2752 -[obj_2752] -model=model_3416 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2753 -[obj_2753] -model=model_3417 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2754 -[obj_2754] -model=model_3418 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2755 -[obj_2755] -model=model_3419 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2756 -[obj_2756] -model=model_3420 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2757 -[obj_2757] -model=model_3421 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2758 -[obj_2758] -model=model_3422 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2759 -[obj_2759] -model=model_3423 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2760 -[obj_2760] -model=model_3424 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2761 -[obj_2761] -model=model_3425 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2762 -[obj_2762] -model=model_3426 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2763 -[obj_2763] -model=model_3427 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2764 -[obj_2764] -model=model_3428 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2765 -[obj_2765] -model=model_3429 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2766 -[obj_2766] -model=model_3430 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2767 -[obj_2767] -model=model_3431 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2768 -[obj_2768] -model=model_3432 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2769 -[obj_2769] -model=model_3433 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2770 -[obj_2770] -model=model_3434 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2771 -[obj_2771] -model=model_3435 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2772 -[obj_2772] -model=model_3436 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 2773 -[obj_2773] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2774 -[obj_2774] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2775 -[obj_2775] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2776 -[obj_2776] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2777 -[obj_2777] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2778 -[obj_2778] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2779 -[obj_2779] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2780 -[obj_2780] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2781 -[obj_2781] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2782 -[obj_2782] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2783 -[obj_2783] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2784 -[obj_2784] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2785 -[obj_2785] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2786 -[obj_2786] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2787 -[obj_2787] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2788 -[obj_2788] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2789 -[obj_2789] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2790 -[obj_2790] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2791 -[obj_2791] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2792 -[obj_2792] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2793 -[obj_2793] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2794 -[obj_2794] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2795 -[obj_2795] -cost=100 -members=yes -model=model_3372 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 2796 -[obj_2796] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2797 -[obj_2797] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2798 -[obj_2798] -cost=100 -members=yes -model=model_3372 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 2799 -[obj_2799] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2800 -[obj_2800] -cost=100 -members=yes -model=model_3372 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 2801 -[obj_2801] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2802 -[obj_2802] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2803 -[obj_2803] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2804 -[obj_2804] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2805 -[obj_2805] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2806 -[obj_2806] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2807 -[obj_2807] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2808 -[obj_2808] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2809 -[obj_2809] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2810 -[obj_2810] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2811 -[obj_2811] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2812 -[obj_2812] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2813 -[obj_2813] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2814 -[obj_2814] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2815 -[obj_2815] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2816 -[obj_2816] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2817 -[obj_2817] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2818 -[obj_2818] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2819 -[obj_2819] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2820 -[obj_2820] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2821 -[obj_2821] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2822 -[obj_2822] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2823 -[obj_2823] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2824 -[obj_2824] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2825 -[obj_2825] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2826 -[obj_2826] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2827 -[obj_2827] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2828 -[obj_2828] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2829 -[obj_2829] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2830 -[obj_2830] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 2831 -[obj_2831] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2832 -[obj_2832] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 2833 -[obj_2833] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2834 -[obj_2834] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 2835 -[obj_2835] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2836 -[obj_2836] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 2837 -[obj_2837] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2838 -[obj_2838] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 2839 -[obj_2839] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2840 -[obj_2840] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 2841 -[obj_2841] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2842 -[obj_2842] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 2843 -[obj_2843] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2844 -[obj_2844] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 2845 -[obj_2845] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2846 -[obj_2846] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 2847 -[obj_2847] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2848 -[obj_2848] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2849 -[obj_2849] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2850 -[obj_2850] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 2851 -[obj_2851] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2852 -[obj_2852] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 2853 -[obj_2853] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2854 -[obj_2854] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 2855 -[obj_2855] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2856 -[obj_2856] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2857 -[obj_2857] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2858 -[obj_2858] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 2859 -[obj_2859] -model=model_2674 -cost=1 -members=yes -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop1=Bury -stockmarket=yes -recol1s=32767 -recol1d=23252 -name=Wolf bones -certlink=obj_2860 - -// 2860 -[obj_2860] -certlink=obj_2859 -certtemplate=obj_799 - -// 2861 -[obj_2861] -members=yes -stackable=yes -cost=3 -model=model_2551 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -count1=obj_13223,2 -count2=obj_13224,3 -count3=obj_13225,4 -count4=obj_13226,5 -stockmarket=yes -recol1s=16846 -recol1d=32756 -recol2s=15789 -recol2d=28655 -recol3s=20017 -recol3d=23252 -name=Wolfbone arrowtips - -// 2862 -[obj_2862] -cost=4 -model=model_6821 -2dxof=-1 -2dyof=-4 -2dzoom=1310 -2dyan=1640 -2dxan=76 -members=yes -op4=Light -op5=hidden -stockmarket=yes -name=Achey tree logs -certlink=obj_2863 - -// 2863 -[obj_2863] -certlink=obj_2862 -certtemplate=obj_799 - -// 2864 -[obj_2864] -cost=1 -stackable=yes -members=yes -model=model_9032 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -count1=obj_7923,2 -count2=obj_7924,3 -count3=obj_7925,4 -count4=obj_7926,5 -stockmarket=yes -recol1s=10368 -recol1d=11556 -name=Ogre arrow shaft - -// 2865 -[obj_2865] -cost=1 -stackable=yes -members=yes -model=model_9028 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes -count1=obj_11160,2 -count2=obj_11161,3 -count3=obj_11162,4 -count4=obj_11163,5 -stockmarket=yes -recol1s=10368 -recol1d=11556 -recol2s=15392 -recol2d=32767 -name=Flighted ogre arrow - -// 2866 -[obj_2866] -cost=25 -stackable=yes -members=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_2870,2 -count2=obj_2869,3 -count3=obj_2868,4 -count4=obj_2867,5 -stockmarket=yes -recol1s=10368 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=23252 -recol4s=15789 -recol4d=28655 -recol5s=20017 -recol5d=32728 -name=Ogre arrow - -// 2867 -[obj_2867] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=10368 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=23252 -recol4s=15789 -recol4d=28655 -recol5s=20017 -recol5d=32728 - -// 2868 -[obj_2868] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=10368 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=23252 -recol4s=15789 -recol4d=28655 -recol5s=20017 -recol5d=32728 - -// 2869 -[obj_2869] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=10368 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=23252 -recol4s=15789 -recol4d=28655 -recol5s=20017 -recol5d=32728 - -// 2870 -[obj_2870] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=10368 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=23252 -recol4s=15789 -recol4d=28655 -recol5s=20017 -recol5d=32728 - -// 2871 -[obj_2871] -members=yes -model=model_3440 -2dyof=-4 -2dzoom=970 -2dyan=36 -2dxan=112 -name=Ogre bellows - -// 2872 -[obj_2872] -members=yes -model=model_3440 -2dyof=-4 -2dzoom=970 -2dyan=36 -2dxan=112 -recol1s=19945 -recol1d=6628 -name=Ogre bellows (3) - -// 2873 -[obj_2873] -members=yes -model=model_3440 -2dyof=-4 -2dzoom=970 -2dyan=36 -2dxan=112 -recol1s=19945 -recol1d=10726 -name=Ogre bellows (2) - -// 2874 -[obj_2874] -members=yes -model=model_3440 -2dyof=-4 -2dzoom=970 -2dyan=36 -2dxan=112 -recol1s=19945 -recol1d=14824 -name=Ogre bellows (1) - -// 2875 -[obj_2875] -members=yes -model=model_3447 -2dxof=-2 -2dyof=-34 -2dzoom=1430 -2dyan=204 -2dxan=212 -iop1=Drop -iop4=Release All -iop5=Release -name=Bloated toad -param=param_59,1 - -// 2876 -[obj_2876] -members=yes -cost=85 -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -stockmarket=yes -recol1s=15619 -recol1d=20069 -name=Raw chompy -certlink=obj_2877 - -// 2877 -[obj_2877] -certlink=obj_2876 -certtemplate=obj_799 - -// 2878 -[obj_2878] -members=yes -cost=130 -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -iop1=Eat -stockmarket=yes -recol1s=15619 -recol1d=14722 -name=Cooked chompy -certlink=obj_2879 - -// 2879 -[obj_2879] -certlink=obj_2878 -certtemplate=obj_799 - -// 2880 -[obj_2880] -members=yes -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -recol1s=15619 -recol1d=6273 -name=Ruined chompy -certlink=obj_2881 - -// 2881 -[obj_2881] -certlink=obj_2880 -certtemplate=obj_799 - -// 2882 -[obj_2882] -members=yes -cost=10 -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -recol1s=15619 -recol1d=18752 -name=Seasoned chompy - -// 2883 -[obj_2883] -cost=500 -members=yes -model=model_3439 -2dzoom=2060 -2dyan=544 -2dxan=280 -manwear=model_3443 -womanwear=model_3443 -iop2=Wield -iop3=Check kills -name=Ogre bow -womanwearoff=3,-11,6 - -// 2884 -[obj_2884] -model=model_26861 -dummyitem=2 -2dzoom=1744 -2dyan=1784 -2dxan=39 - -// 2885 -[obj_2885] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 2886 -[obj_2886] -model=model_6743 -cost=10 -members=yes -iop1=Read -2dxof=-4 -2dyof=3 -2dzoom=854 -2dyan=1895 -2dzan=1784 -2dxan=346 -recol1s=13504 -recol1d=10407 -recol2s=23744 -recol2d=7334 -recol3s=18848 -recol3d=16676 -recol4s=32576 -recol4d=19813 -recol5s=21984 -recol5d=23085 -name=Battered book - -// 2887 -[obj_2887] -model=model_2372 -cost=1 -members=yes -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Battered key - -// 2888 -[obj_2888] -model=model_2728 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -members=yes -cost=1 -manwear=model_18870 -womanwear=model_18870 -recol1s=20896 -recol1d=10504 -recol2s=17760 -recol2d=10504 -name=A stone bowl - -// 2889 -[obj_2889] -model=model_2728 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -members=yes -cost=1 -manwear=model_18870 -womanwear=model_18870 -recol1s=20896 -recol1d=10504 -recol2s=17760 -recol2d=26948 -name=A stone bowl - -// 2890 -[obj_2890] -model=model_155 -iop2=Wield -2dxof=-2 -2dyof=22 -2dyan=216 -2dxan=300 -manwear=model_3470 -womanwear=model_3470 -members=yes -cost=20 -stockmarket=yes -name=Elemental shield -certlink=obj_2891 - -// 2891 -[obj_2891] -certlink=obj_2890 -certtemplate=obj_799 - -// 2892 -[obj_2892] -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -members=yes -cost=5 -recol1s=11488 -recol1d=11314 -name=Elemental ore - -// 2893 -[obj_2893] -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -members=yes -cost=8 -recol1s=11488 -recol1d=11314 -name=Elemental metal - -// 2894 -[obj_2894] -cost=650 -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=11561 -name=Boots -certlink=obj_2895 - -// 2895 -[obj_2895] -certlink=obj_2894 -certtemplate=obj_799 - -// 2896 -[obj_2896] -cost=650 -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=11561 -name=Robe top -certlink=obj_2897 - -// 2897 -[obj_2897] -certlink=obj_2896 -certtemplate=obj_799 - -// 2898 -[obj_2898] -cost=650 -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=11561 -retex1s=material_273 -retex1d=material_252 -name=Robe bottoms -certlink=obj_2899 - -// 2899 -[obj_2899] -certlink=obj_2898 -certtemplate=obj_799 - -// 2900 -[obj_2900] -cost=650 -model=model_2483 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=11561 -name=Hat -certlink=obj_2901 - -// 2901 -[obj_2901] -certlink=obj_2900 -certtemplate=obj_799 - -// 2902 -[obj_2902] -cost=650 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -stockmarket=yes -recol1s=9473 -recol1d=11561 -recol2s=10468 -recol2d=11561 -name=Gloves -certlink=obj_2903 - -// 2903 -[obj_2903] -certlink=obj_2902 -certtemplate=obj_799 - -// 2904 -[obj_2904] -cost=650 -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=10240 -name=Boots -certlink=obj_2905 - -// 2905 -[obj_2905] -certlink=obj_2904 -certtemplate=obj_799 - -// 2906 -[obj_2906] -cost=650 -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=10240 -name=Robe top -certlink=obj_2907 - -// 2907 -[obj_2907] -certlink=obj_2906 -certtemplate=obj_799 - -// 2908 -[obj_2908] -cost=650 -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=10240 -retex1s=material_273 -retex1d=material_252 -name=Robe bottoms -certlink=obj_2909 - -// 2909 -[obj_2909] -certlink=obj_2908 -certtemplate=obj_799 - -// 2910 -[obj_2910] -cost=650 -model=model_2483 -manwear2=model_215 -womanwear2=model_391 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=10240 -name=Hat -certlink=obj_2911 - -// 2911 -[obj_2911] -certlink=obj_2910 -certtemplate=obj_799 - -// 2912 -[obj_2912] -cost=650 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -stockmarket=yes -recol1s=9473 -recol1d=10240 -recol2s=10468 -recol2d=10240 -name=Gloves -certlink=obj_2913 - -// 2913 -[obj_2913] -certlink=obj_2912 -certtemplate=obj_799 - -// 2914 -[obj_2914] -cost=650 -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=31424 -name=Boots -certlink=obj_2915 - -// 2915 -[obj_2915] -certlink=obj_2914 -certtemplate=obj_799 - -// 2916 -[obj_2916] -cost=650 -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=31424 -name=Robe top -certlink=obj_2917 - -// 2917 -[obj_2917] -certlink=obj_2916 -certtemplate=obj_799 - -// 2918 -[obj_2918] -cost=650 -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=31424 -retex1s=material_273 -retex1d=material_252 -name=Robe bottoms -certlink=obj_2919 - -// 2919 -[obj_2919] -certlink=obj_2918 -certtemplate=obj_799 - -// 2920 -[obj_2920] -cost=650 -model=model_2483 -manwear2=model_215 -womanwear2=model_391 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=31424 -name=Hat -certlink=obj_2921 - -// 2921 -[obj_2921] -certlink=obj_2920 -certtemplate=obj_799 - -// 2922 -[obj_2922] -cost=650 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -stockmarket=yes -recol1s=9473 -recol1d=31424 -recol2s=10468 -recol2d=31424 -name=Gloves -certlink=obj_2923 - -// 2923 -[obj_2923] -certlink=obj_2922 -certtemplate=obj_799 - -// 2924 -[obj_2924] -cost=650 -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=231 -name=Boots -certlink=obj_2925 - -// 2925 -[obj_2925] -certlink=obj_2924 -certtemplate=obj_799 - -// 2926 -[obj_2926] -cost=650 -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=231 -name=Robe top -certlink=obj_2927 - -// 2927 -[obj_2927] -certlink=obj_2926 -certtemplate=obj_799 - -// 2928 -[obj_2928] -cost=650 -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=231 -retex1s=material_273 -retex1d=material_252 -name=Robe bottoms -certlink=obj_2929 - -// 2929 -[obj_2929] -certlink=obj_2928 -certtemplate=obj_799 - -// 2930 -[obj_2930] -cost=650 -model=model_2483 -manwear2=model_215 -womanwear2=model_391 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=231 -name=Hat -certlink=obj_2931 - -// 2931 -[obj_2931] -certlink=obj_2930 -certtemplate=obj_799 - -// 2932 -[obj_2932] -cost=650 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -stockmarket=yes -recol1s=9473 -recol1d=231 -recol2s=10468 -recol2d=231 -name=Gloves -certlink=obj_2933 - -// 2933 -[obj_2933] -certlink=obj_2932 -certtemplate=obj_799 - -// 2934 -[obj_2934] -cost=650 -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=13325 -name=Boots -certlink=obj_2935 - -// 2935 -[obj_2935] -certlink=obj_2934 -certtemplate=obj_799 - -// 2936 -[obj_2936] -cost=650 -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=13325 -name=Robe top -certlink=obj_2937 - -// 2937 -[obj_2937] -certlink=obj_2936 -certtemplate=obj_799 - -// 2938 -[obj_2938] -cost=650 -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=13325 -retex1s=material_273 -retex1d=material_252 -name=Robe bottoms -certlink=obj_2939 - -// 2939 -[obj_2939] -certlink=obj_2938 -certtemplate=obj_799 - -// 2940 -[obj_2940] -cost=650 -model=model_2483 -manwear2=model_215 -womanwear2=model_391 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=13325 -name=Hat -certlink=obj_2941 - -// 2941 -[obj_2941] -certlink=obj_2940 -certtemplate=obj_799 - -// 2942 -[obj_2942] -cost=650 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -stockmarket=yes -recol1s=9473 -recol1d=13325 -recol2s=10468 -recol2d=13325 -name=Gloves -certlink=obj_2943 - -// 2943 -[obj_2943] -certlink=obj_2942 -certtemplate=obj_799 - -// 2944 -[obj_2944] -cost=300 -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=27296 -name=Golden key - -// 2945 -[obj_2945] -cost=2 -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=8456 -name=Iron key - -// 2946 -[obj_2946] -cost=300 -model=model_40604 -manwear=model_33031 -womanwear=model_33031 -2dxof=-1 -2dyof=45 -2dzoom=848 -2dyan=69 -2dxan=290 -members=yes -recolhsl1s=5174 -recolhsl1d=6844 -recolhsl2s=5170 -recolhsl2d=6840 -recolhsl3s=5166 -recolhsl3d=6836 -recolhsl4s=5162 -recolhsl4d=6832 -recolhsl5s=5154 -recolhsl5d=6828 -name=Golden tinderbox - -// 2947 -[obj_2947] -cost=300 -model=model_2467 -members=yes -2dyof=-2 -2dzoom=570 -2dyan=1864 -2dxan=168 -recol1s=32767 -recol1d=27296 -name=Golden candle - -// 2948 -[obj_2948] -cost=300 -model=model_2345 -members=yes -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -recol1s=16675 -recol1d=27296 -recol2s=14561 -recol2d=27296 -recol3s=14561 -recol3d=27296 -recol4s=12448 -recol4d=27296 -recol5s=10336 -recol5d=27296 -name=Golden pot - -// 2949 -[obj_2949] -cost=300 -model=model_2376 -manwear=model_491 -womanwear=model_491 -members=yes -2dxof=-3 -2dyof=-1 -2dzoom=900 -2dyan=2012 -2dxan=356 -recol1s=1833 -recol1d=27296 -recol2s=12618 -recol2d=27296 -name=Golden hammer -womanwearoff=3,-11,6 - -// 2950 -[obj_2950] -cost=300 -model=model_2476 -members=yes -2dxof=4 -2dyof=10 -2dzoom=700 -2dyan=692 -2dxan=428 -recol1s=32767 -recol1d=27296 -name=Golden feather - -// 2951 -[obj_2951] -cost=300 -model=model_27609 -members=yes -2dxof=2 -2dyof=4 -2dzoom=850 -2dyan=868 -2dxan=368 -recol1s=20017 -recol1d=27296 -name=Golden needle - -// 2952 -[obj_2952] -members=yes -model=model_3556 -cost=350 -cost=300 -members=yes -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_3482 -womanwear=model_3482 -name=Wolfbane -womanwearoff=3,-11,6 - -// 2953 -[obj_2953] -members=yes -cost=6 -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -name=Bucket of water - -// 2954 -[obj_2954] -members=yes -cost=6 -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -name=Bucket of water - -// 2955 -[obj_2955] -cost=5 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=22196 -recol2s=32454 -recol2d=23253 -name=Moonlight mead -certlink=obj_2956 - -// 2956 -[obj_2956] -certlink=obj_2955 -certtemplate=obj_799 - -// 2957 -[obj_2957] -cost=5 -model=model_2678 -2dxof=-2 -2dyof=-4 -2dzoom=550 -2dyan=1844 -2dxan=116 -members=yes -iop1=Fill -recol1s=9376 -recol1d=480 -recol2s=22055 -recol2d=1986 -name=Druid pouch - -// 2958 -[obj_2958] -cost=5 -model=model_2678 -2dxof=-2 -2dyof=-4 -2dzoom=550 -2dyan=1844 -2dxan=116 -members=yes -stackable=yes -iop1=Fill -recol1s=9376 -recol1d=480 -recol2s=22055 -recol2d=1986 -name=Druid pouch - -// 2959 -[obj_2959] -cost=1 -model=model_3565 -2dxof=1 -2dyof=-19 -2dzoom=740 -2dxan=236 -members=yes -name=Rotten food -certlink=obj_2960 - -// 2960 -[obj_2960] -certlink=obj_2959 -certtemplate=obj_799 - -// 2961 -[obj_2961] -cost=175 -model=model_3566 -2dxof=-4 -2dyof=2 -2dzoom=980 -2dyan=948 -2dxan=604 -iop2=Wield -manwear=model_3604 -womanwear=model_3604 -members=yes -stockmarket=yes -name=Silver sickle -womanwearoff=3,-11,6 -certlink=obj_2962 - -// 2962 -[obj_2962] -certlink=obj_2961 -certtemplate=obj_799 - -// 2963 -[obj_2963] -cost=250 -model=model_3566 -2dxof=-4 -2dyof=2 -2dzoom=980 -2dyan=948 -2dxan=604 -iop2=Wield -iop3=Cast Bloom -manwear=model_3604 -womanwear=model_3604 -members=yes -recol1s=8456 -recol1d=32767 -recol2s=6342 -recol2d=12685 -name=Silver sickle(b) -womanwearoff=3,-11,6 - -// 2964 -[obj_2964] -cost=4 -model=model_2807 -2dzoom=910 -2dyan=1856 -2dxan=204 -members=yes -recol1s=17760 -recol1d=320 -recol2s=20896 -recol2d=480 -name=Washing bowl - -// 2965 -[obj_2965] -model=model_2742 -cost=0 -name=Picture - -// 2966 -[obj_2966] -model=model_3561 -2dxof=-3 -2dzoom=1090 -2dxan=344 -members=yes -name=Mirror - -// 2967 -[obj_2967] -members=yes -model=model_2633 -2dxof=1 -2dyof=22 -2dzoom=860 -2dyan=120 -2dxan=276 -iop1=Read -recol1s=13504 -recol1d=1634 -recol2s=32759 -recol2d=16352 -name=Journal - -// 2968 -[obj_2968] -members=yes -model=model_2838 -manwear=model_532 -womanwear=model_532 -2dzoom=940 -2dyan=112 -2dxan=248 -iop1=Cast -recol1s=0 -recol1d=160 -recol2s=1024 -recol2d=160 -recol3s=2048 -recol3d=16352 -recol4s=3072 -recol4d=160 -recol5s=4096 -recol5d=16352 -recol6s=32563 -recol6d=16352 -name=Druidic spell -womanwearoff=3,-11,6 - -// 2969 -[obj_2969] -members=yes -model=model_2838 -manwear=model_532 -womanwear=model_532 -2dzoom=940 -2dyan=112 -2dxan=248 -recol1s=0 -recol1d=16352 -recol2s=1024 -recol2d=16352 -recol3s=2048 -recol3d=16352 -recol4s=3072 -recol4d=16352 -recol5s=4096 -recol5d=16352 -recol6s=32563 -recol6d=16352 -name=A used spell -womanwearoff=3,-11,6 - -// 2970 -[obj_2970] -model=model_3563 -2dxof=3 -2dzoom=790 -2dyan=60 -2dxan=232 -members=yes -stockmarket=yes -name=Mort myre fungus -certlink=obj_2971 - -// 2971 -[obj_2971] -certlink=obj_2970 -certtemplate=obj_799 - -// 2972 -[obj_2972] -model=model_3564 -2dyof=-9 -2dzoom=1160 -2dyan=680 -2dxan=504 -members=yes -stockmarket=yes -name=Mort myre stem -certlink=obj_2973 - -// 2973 -[obj_2973] -certlink=obj_2972 -certtemplate=obj_799 - -// 2974 -[obj_2974] -model=model_3560 -2dzoom=830 -2dyan=1740 -2dxan=52 -members=yes -stockmarket=yes -name=Mort myre pear -certlink=obj_2975 - -// 2975 -[obj_2975] -certlink=obj_2974 -certtemplate=obj_799 - -// 2976 -[obj_2976] -cost=10 -model=model_3562 -2dzoom=1330 -2dyan=1100 -2dxan=284 -members=yes -stockmarket=yes -name=Sickle mould -certlink=obj_2977 - -// 2977 -[obj_2977] -certlink=obj_2976 -certtemplate=obj_799 - -// 2978 -[obj_2978] -model=model_3620 -manwear=model_3614 -womanwear=model_3617 -manhead=model_39534 -womanhead=model_38786 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -name=Chompy bird hat - -// 2979 -[obj_2979] -model=model_3620 -manwear=model_3614 -womanwear=model_3617 -manhead=model_39534 -womanhead=model_38786 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=16352 -recol2s=22332 -recol2d=1986 -recol3s=19165 -recol3d=1634 -recol4s=27410 -recol4d=27410 -recol5s=16846 -recol5d=1986 -name=Chompy bird hat - -// 2980 -[obj_2980] -model=model_3620 -manwear=model_3614 -womanwear=model_3617 -manhead=model_39534 -womanhead=model_38786 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=31808 -recol2s=22332 -recol2d=20512 -recol3s=19165 -recol3d=10240 -recol4s=16846 -recol4d=20512 -name=Chompy bird hat - -// 2981 -[obj_2981] -model=model_3620 -manwear=model_3614 -womanwear=model_3617 -manhead=model_39534 -womanhead=model_38786 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=16846 -recol2s=22332 -recol2d=2114 -recol3s=19165 -recol3d=0 -recol4s=16846 -recol4d=2114 -name=Chompy bird hat - -// 2982 -[obj_2982] -model=model_3620 -manwear=model_3614 -womanwear=model_3617 -manhead=model_39534 -womanhead=model_38786 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=1566 -recol2s=22332 -recol2d=1566 -recol3s=19165 -recol3d=1566 -recol4s=16846 -recol4d=1566 -name=Chompy bird hat - -// 2983 -[obj_2983] -model=model_3620 -manwear=model_3614 -womanwear=model_3617 -manhead=model_39534 -womanhead=model_38786 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=32736 -recol2s=22332 -recol2d=23232 -recol3s=19165 -recol3d=19008 -recol4s=16846 -recol4d=23232 -name=Chompy bird hat - -// 2984 -[obj_2984] -model=model_3621 -manwear=model_3615 -womanwear=model_3618 -manhead=model_39411 -womanhead=model_38852 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -name=Chompy bird hat - -// 2985 -[obj_2985] -model=model_3621 -manwear=model_3615 -womanwear=model_3618 -manhead=model_39411 -womanhead=model_38852 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=16352 -recol2s=22332 -recol2d=1986 -recol3s=19165 -recol3d=1634 -recol4s=27410 -recol4d=27410 -recol5s=16846 -recol5d=1986 -name=Chompy bird hat - -// 2986 -[obj_2986] -model=model_3621 -manwear=model_3615 -womanwear=model_3618 -manhead=model_39411 -womanhead=model_38852 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=31808 -recol2s=22332 -recol2d=20512 -recol3s=19165 -recol3d=10240 -recol4s=16846 -recol4d=20512 -name=Chompy bird hat - -// 2987 -[obj_2987] -model=model_3621 -manwear=model_3615 -womanwear=model_3618 -manhead=model_39411 -womanhead=model_38852 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=16846 -recol2s=22332 -recol2d=2114 -recol3s=19165 -recol3d=0 -recol4s=16846 -recol4d=2114 -name=Chompy bird hat - -// 2988 -[obj_2988] -model=model_3621 -manwear=model_3615 -womanwear=model_3618 -manhead=model_39411 -womanhead=model_38852 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=1566 -recol2s=22332 -recol2d=1566 -recol3s=19165 -recol3d=1566 -recol4s=16846 -recol4d=1566 -name=Chompy bird hat - -// 2989 -[obj_2989] -model=model_3621 -manwear=model_3615 -womanwear=model_3618 -manhead=model_39411 -womanhead=model_38852 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=32736 -recol2s=22332 -recol2d=23232 -recol3s=19165 -recol3d=19008 -recol4s=16846 -recol4d=23232 -name=Chompy bird hat - -// 2990 -[obj_2990] -model=model_3622 -manwear=model_3616 -womanwear=model_3619 -manhead=model_39473 -womanhead=model_38741 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -name=Chompy bird hat - -// 2991 -[obj_2991] -model=model_3622 -manwear=model_3616 -womanwear=model_3619 -manhead=model_39473 -womanhead=model_38741 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=16352 -recol2s=22332 -recol2d=1986 -recol3s=19165 -recol3d=1634 -recol4s=27410 -recol4d=27410 -recol5s=16846 -recol5d=1986 -name=Chompy bird hat - -// 2992 -[obj_2992] -model=model_3622 -manwear=model_3616 -womanwear=model_3619 -manhead=model_39473 -womanhead=model_38741 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=31808 -recol2s=22332 -recol2d=20512 -recol3s=19165 -recol3d=10240 -recol4s=16846 -recol4d=20512 -name=Chompy bird hat - -// 2993 -[obj_2993] -model=model_3622 -manwear=model_3616 -womanwear=model_3619 -manhead=model_39473 -womanhead=model_38741 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=16846 -recol2s=22332 -recol2d=2114 -recol3s=19165 -recol3d=0 -recol4s=16846 -recol4d=2114 -name=Chompy bird hat - -// 2994 -[obj_2994] -model=model_3622 -manwear=model_3616 -womanwear=model_3619 -manhead=model_39473 -womanhead=model_38741 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=1566 -recol2s=22332 -recol2d=1566 -recol3s=19165 -recol3d=1566 -recol4s=16846 -recol4d=1566 -name=Chompy bird hat - -// 2995 -[obj_2995] -model=model_3622 -manwear=model_3616 -womanwear=model_3619 -manhead=model_39473 -womanhead=model_38741 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -recol1s=28573 -recol1d=32736 -recol2s=22332 -recol2d=23232 -recol3s=19165 -recol3d=19008 -recol4s=16846 -recol4d=23232 -name=Chompy bird hat - -// 2996 -[obj_2996] -model=model_3663 -cost=1 -2dzoom=1160 -2dyan=1888 -2dzan=8 -2dxan=308 -members=yes -stackable=yes -recol1s=19150 -recol1d=19911 -name=Agility arena ticket - -// 2997 -[obj_2997] -cost=89 -2dxof=-3 -2dzoom=810 -2dyan=2012 -2dxan=680 -members=yes -model=model_3664 -manwear=model_3660 -womanwear=model_3661 -iop2=Wear -stockmarket=yes -name=Pirate's hook -certlink=obj_3048 - -// 2998 -[obj_2998] -cost=48 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=128 -recol2s=448 -recol2d=224 -name=Clean toadflax -certlink=obj_2999 - -// 2999 -[obj_2999] -certlink=obj_2998 -certtemplate=obj_799 - -// 3000 -[obj_3000] -cost=59 -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=7456 -recol2s=448 -recol2d=12736 -name=Clean snapdragon -certlink=obj_3001 - -// 3001 -[obj_3001] -certlink=obj_3000 -certtemplate=obj_799 - -// 3002 -[obj_3002] -cost=48 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=13736 -name=Toadflax potion(unf) -certlink=obj_3003 - -// 3003 -[obj_3003] -certlink=obj_3002 -certtemplate=obj_799 - -// 3004 -[obj_3004] -cost=59 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=21988 -name=Snapdragon potion(unf) -certlink=obj_3005 - -// 3005 -[obj_3005] -certlink=obj_3004 -certtemplate=obj_799 - -// 3006 -[obj_3006] -cost=60 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -op4=hidden -op5=Light -iop4=Empty -recol1s=16846 -recol1d=29389 -name=Firework -certlink=obj_3007 - -// 3007 -[obj_3007] -certlink=obj_3006 -certtemplate=obj_799 - -// 3008 -[obj_3008] -iop1=Drink -cost=146 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=21737 -name=Energy potion(4) -certlink=obj_3009 - -// 3009 -[obj_3009] -certlink=obj_3008 -certtemplate=obj_799 - -// 3010 -[obj_3010] -iop1=Drink -cost=110 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=21737 -name=Energy potion(3) -certlink=obj_3011 - -// 3011 -[obj_3011] -certlink=obj_3010 -certtemplate=obj_799 - -// 3012 -[obj_3012] -iop1=Drink -cost=72 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=21737 -name=Energy potion(2) -certlink=obj_3013 - -// 3013 -[obj_3013] -certlink=obj_3012 -certtemplate=obj_799 - -// 3014 -[obj_3014] -iop1=Drink -cost=36 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=21737 -name=Energy potion(1) -certlink=obj_3015 - -// 3015 -[obj_3015] -certlink=obj_3014 -certtemplate=obj_799 - -// 3016 -[obj_3016] -iop1=Drink -cost=300 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25843 -name=Super energy(4) -certlink=obj_3017 - -// 3017 -[obj_3017] -certlink=obj_3016 -certtemplate=obj_799 - -// 3018 -[obj_3018] -iop1=Drink -cost=230 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25843 -name=Super energy(3) -certlink=obj_3019 - -// 3019 -[obj_3019] -certlink=obj_3018 -certtemplate=obj_799 - -// 3020 -[obj_3020] -iop1=Drink -cost=160 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25843 -name=Super energy(2) -certlink=obj_3021 - -// 3021 -[obj_3021] -certlink=obj_3020 -certtemplate=obj_799 - -// 3022 -[obj_3022] -iop1=Drink -cost=90 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25843 -name=Super energy(1) -certlink=obj_3023 - -// 3023 -[obj_3023] -certlink=obj_3022 -certtemplate=obj_799 - -// 3024 -[obj_3024] -iop1=Drink -cost=300 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=23691 -name=Super restore(4) -certlink=obj_3025 - -// 3025 -[obj_3025] -certlink=obj_3024 -certtemplate=obj_799 - -// 3026 -[obj_3026] -iop1=Drink -cost=240 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=23691 -name=Super restore(3) -certlink=obj_3027 - -// 3027 -[obj_3027] -certlink=obj_3026 -certtemplate=obj_799 - -// 3028 -[obj_3028] -iop1=Drink -cost=180 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=23691 -name=Super restore(2) -certlink=obj_3029 - -// 3029 -[obj_3029] -certlink=obj_3028 -certtemplate=obj_799 - -// 3030 -[obj_3030] -iop1=Drink -cost=120 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=23691 -name=Super restore(1) -certlink=obj_3031 - -// 3031 -[obj_3031] -certlink=obj_3030 -certtemplate=obj_799 - -// 3032 -[obj_3032] -iop1=Drink -cost=200 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=13856 -name=Agility potion(4) -certlink=obj_3033 - -// 3033 -[obj_3033] -certlink=obj_3032 -certtemplate=obj_799 - -// 3034 -[obj_3034] -iop1=Drink -cost=150 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=13856 -name=Agility potion(3) -certlink=obj_3035 - -// 3035 -[obj_3035] -certlink=obj_3034 -certtemplate=obj_799 - -// 3036 -[obj_3036] -iop1=Drink -cost=100 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=13856 -name=Agility potion(2) -certlink=obj_3037 - -// 3037 -[obj_3037] -certlink=obj_3036 -certtemplate=obj_799 - -// 3038 -[obj_3038] -iop1=Drink -cost=50 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=13856 -name=Agility potion(1) -certlink=obj_3039 - -// 3039 -[obj_3039] -certlink=obj_3038 -certtemplate=obj_799 - -// 3040 -[obj_3040] -iop1=Drink -cost=300 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7736 -name=Magic potion(4) -certlink=obj_3041 - -// 3041 -[obj_3041] -certlink=obj_3040 -certtemplate=obj_799 - -// 3042 -[obj_3042] -iop1=Drink -cost=250 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7736 -name=Magic potion(3) -certlink=obj_3043 - -// 3043 -[obj_3043] -certlink=obj_3042 -certtemplate=obj_799 - -// 3044 -[obj_3044] -iop1=Drink -cost=200 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7736 -name=Magic potion(2) -certlink=obj_3045 - -// 3045 -[obj_3045] -certlink=obj_3044 -certtemplate=obj_799 - -// 3046 -[obj_3046] -iop1=Drink -cost=150 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=7736 -name=Magic potion(1) -certlink=obj_3047 - -// 3047 -[obj_3047] -certlink=obj_3046 -certtemplate=obj_799 - -// 3048 -[obj_3048] -certlink=obj_2997 -certtemplate=obj_799 - -// 3049 -[obj_3049] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=128 -name=Grimy toadflax -certlink=obj_3050 - -// 3050 -[obj_3050] -certlink=obj_3049 -certtemplate=obj_799 - -// 3051 -[obj_3051] -iop1=Clean -members=yes -model=model_28853 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=7456 -name=Grimy snapdragon -certlink=obj_3052 - -// 3052 -[obj_3052] -certlink=obj_3051 -certtemplate=obj_799 - -// 3053 -[obj_3053] -cost=17000 -model=model_3666 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_3665 -womanwear=model_534 -womanwear2=model_3665 -members=yes -stockmarket=yes -name=Lava battlestaff -womanwearoff=3,-11,6 -certlink=obj_3055 - -// 3054 -[obj_3054] -cost=45000 -model=model_3666 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_3665 -womanwear=model_534 -womanwear2=model_3665 -members=yes -stockmarket=yes -name=Mystic lava staff -womanwearoff=3,-11,6 -certlink=obj_3056 - -// 3055 -[obj_3055] -certlink=obj_3053 -certtemplate=obj_799 - -// 3056 -[obj_3056] -certlink=obj_3054 -certtemplate=obj_799 - -// 3057 -[obj_3057] -model=model_3681 -2dyof=-2 -2dzoom=480 -2dzan=2024 -2dxan=436 -iop2=Wear -manwear=model_45038 -womanwear=model_45039 -manhead=model_45467 -womanhead=model_45040 -name=Mime mask - -// 3058 -[obj_3058] -model=model_3682 -2dyof=4 -2dzoom=1160 -2dxan=528 -iop2=Wear -manwear=model_292 -manwear2=model_163 -manwear3=model_3667 -womanwear2=model_348 -womanwear=model_22780 -recol1s=8384 -recol1d=27483 -recol2s=14724 -recol2d=2114 -name=Mime top - -// 3059 -[obj_3059] -model=model_2517 -manwear=model_254 -womanwear=model_419 -iop2=Wear -2dxof=1 -2dyof=4 -2dzoom=1690 -2dyan=2044 -2dzan=32 -2dxan=620 -recol1s=2340 -recol1d=2114 -name=Mime legs - -// 3060 -[obj_3060] -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -recol1s=9473 -recol1d=27483 -name=Mime gloves - -// 3061 -[obj_3061] -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -recol1s=7298 -recol1d=2114 -name=Mime boots - -// 3062 -[obj_3062] -model=model_3683 -2dxof=15 -2dyof=-126 -2dzoom=3840 -2dyan=1684 -2dxan=108 -iop1=Open -stackable=yes -name=Strange box - -// 3063 -[obj_3063] -dummyitem=2 -model=model_3680 -2dzoom=1500 -recol1s=32569 -recol1d=16547 - -// 3064 -[obj_3064] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3065 -[obj_3065] -dummyitem=2 -model=model_3680 -2dzoom=1500 -recol1s=32569 -recol1d=5293 - -// 3066 -[obj_3066] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3067 -[obj_3067] -dummyitem=2 -model=model_3680 -2dzoom=1500 -recol1s=32569 -recol1d=17893 - -// 3068 -[obj_3068] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3069 -[obj_3069] -dummyitem=2 -model=model_3677 -2dzoom=1500 -recol1s=32569 -recol1d=16547 - -// 3070 -[obj_3070] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3071 -[obj_3071] -dummyitem=2 -model=model_3677 -2dzoom=1500 -recol1s=32569 -recol1d=5293 - -// 3072 -[obj_3072] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3073 -[obj_3073] -dummyitem=2 -model=model_3677 -2dzoom=1500 -recol1s=32569 -recol1d=17893 - -// 3074 -[obj_3074] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3075 -[obj_3075] -dummyitem=2 -model=model_3676 -2dzoom=1500 -recol1s=32569 -recol1d=16547 - -// 3076 -[obj_3076] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3077 -[obj_3077] -dummyitem=2 -model=model_3676 -2dzoom=1500 -recol1s=32569 -recol1d=5293 - -// 3078 -[obj_3078] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3079 -[obj_3079] -dummyitem=2 -model=model_3676 -2dzoom=1500 -recol1s=32569 -recol1d=17893 - -// 3080 -[obj_3080] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3081 -[obj_3081] -dummyitem=2 -model=model_3679 -2dzoom=1500 -recol1s=32569 -recol1d=16547 - -// 3082 -[obj_3082] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3083 -[obj_3083] -dummyitem=2 -model=model_3679 -2dzoom=1500 -recol1s=32569 -recol1d=5293 - -// 3084 -[obj_3084] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3085 -[obj_3085] -dummyitem=2 -model=model_3679 -2dzoom=1500 -recol1s=32569 -recol1d=17893 - -// 3086 -[obj_3086] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3087 -[obj_3087] -dummyitem=2 -model=model_3678 -2dzoom=1500 -recol1s=32569 -recol1d=16547 - -// 3088 -[obj_3088] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3089 -[obj_3089] -dummyitem=2 -model=model_3678 -2dzoom=1500 -recol1s=32569 -recol1d=5293 - -// 3090 -[obj_3090] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3091 -[obj_3091] -dummyitem=2 -model=model_3678 -2dzoom=1500 -recol1s=32569 -recol1d=17893 - -// 3092 -[obj_3092] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3093 -[obj_3093] -stackable=yes -members=yes -cost=1 -model=model_2379 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_492 -womanwear=model_492 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=0 -name=Black dart -womanwearoff=3,-11,6 - -// 3094 -[obj_3094] -stackable=yes -members=yes -cost=18 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=0 -recol2s=1922 -recol2d=15936 -name=Black dart(p) -womanwearoff=3,-11,6 - -// 3095 -[obj_3095] -cost=15 -model=model_3781 -2dxof=-7 -2dyof=-13 -2dzoom=630 -2dyan=1340 -2dxan=268 -iop2=Wear -manwear=model_3780 -womanwear=model_42331 -members=yes -stockmarket=yes -recol1s=6342 -recol1d=6240 -recol2s=8456 -recol2d=8354 -recol3s=11561 -recol3d=10468 -recol4s=13675 -recol4d=12582 -name=Bronze claws -certlink=obj_3115 - -// 3096 -[obj_3096] -cost=50 -model=model_3781 -2dxof=-7 -2dyof=-13 -2dzoom=630 -2dyan=1340 -2dxan=268 -iop2=Wear -manwear=model_3780 -womanwear=model_42331 -members=yes -stockmarket=yes -name=Iron claws -certlink=obj_3116 - -// 3097 -[obj_3097] -cost=175 -model=model_3781 -2dxof=-7 -2dyof=-13 -2dzoom=630 -2dyan=1340 -2dxan=268 -iop2=Wear -manwear=model_3780 -womanwear=model_42331 -members=yes -stockmarket=yes -recol1s=6342 -recol1d=14732 -recol2s=8456 -recol2d=16846 -recol3s=11561 -recol3d=18960 -recol4s=13675 -recol4d=21074 -name=Steel claws -certlink=obj_3117 - -// 3098 -[obj_3098] -cost=360 -model=model_3781 -2dxof=-7 -2dyof=-13 -2dzoom=630 -2dyan=1340 -2dxan=268 -iop2=Wear -manwear=model_3780 -womanwear=model_42331 -members=yes -stockmarket=yes -recol1s=6342 -recol1d=0 -recol2s=8456 -recol2d=0 -recol3s=11561 -recol3d=0 -recol4s=13675 -recol4d=0 -name=Black claws -certlink=obj_3118 - -// 3099 -[obj_3099] -cost=475 -model=model_3781 -2dxof=-7 -2dyof=-13 -2dzoom=630 -2dyan=1340 -2dxan=268 -iop2=Wear -manwear=model_3780 -womanwear=model_42331 -members=yes -stockmarket=yes -recol1s=6342 -recol1d=4232 -recol2s=8456 -recol2d=6346 -recol3s=11561 -recol3d=8460 -recol4s=13675 -recol4d=10574 -name=Mithril claws -certlink=obj_3119 - -// 3100 -[obj_3100] -cost=1200 -model=model_3781 -2dxof=-7 -2dyof=-13 -2dzoom=630 -2dyan=1340 -2dxan=268 -iop2=Wear -manwear=model_3780 -womanwear=model_42331 -members=yes -stockmarket=yes -recol1s=6342 -recol1d=4324 -recol2s=8456 -recol2d=6438 -recol3s=11561 -recol3d=8552 -recol4s=13675 -recol4d=10666 -name=Adamant claws -certlink=obj_3120 - -// 3101 -[obj_3101] -cost=12000 -model=model_3781 -2dxof=-7 -2dyof=-13 -2dzoom=630 -2dyan=1340 -2dxan=268 -iop2=Wear -manwear=model_3780 -womanwear=model_42331 -members=yes -stockmarket=yes -recol1s=6342 -recol1d=4362 -recol2s=8456 -recol2d=6476 -recol3s=11561 -recol3d=8590 -recol4s=13675 -recol4d=10704 -name=Rune claws -certlink=obj_3121 -lentlink=obj_13764 - -// 3102 -[obj_3102] -cost=1 -members=yes -model=model_2429 -2dyof=2 -2dzoom=760 -2dyan=28 -2dxan=552 -iop1=Read -recol1s=29489 -recol1d=28400 -name=Combination - -// 3103 -[obj_3103] -cost=1 -members=yes -model=model_2429 -2dyof=2 -2dzoom=760 -2dyan=28 -2dxan=552 -iop1=Read -recol1s=29489 -recol1d=25194 -name=Iou - -// 3104 -[obj_3104] -cost=1 -members=yes -model=model_2774 -2dxof=-1 -2dyof=56 -2dzoom=990 -2dyan=1716 -2dxan=264 -recol1s=24174 -recol1d=18924 -recol2s=22026 -recol2d=16810 -recol3s=17832 -recol3d=15719 -name=Secret way map - -// 3105 -[obj_3105] -cost=12 -members=yes -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -iop2=Wear -manwear=model_3704 -womanwear=model_3708 -stockmarket=yes -recol1s=7298 -recol1d=7399 -name=Climbing boots -certlink=obj_3106 - -// 3106 -[obj_3106] -certlink=obj_3105 -certtemplate=obj_799 - -// 3107 -[obj_3107] -cost=30 -members=yes -model=model_3714 -2dxof=1 -2dzoom=790 -2dyan=152 -2dxan=60 -iop2=Wear -manwear=model_3705 -womanwear=model_3709 -members=yes -recol1s=7298 -recol1d=7399 -name=Spiked boots - -// 3108 -[obj_3108] -model=model_2742 -cost=0 -name=Picture - -// 3109 -[obj_3109] -model=model_2413 -2dxof=1 -2dzoom=1400 -2dyan=1852 -2dxan=156 -cost=1 -members=yes -recol1s=3171 -recol1d=15458 -name=Stone ball - -// 3110 -[obj_3110] -model=model_2413 -2dxof=1 -2dzoom=1400 -2dyan=1852 -2dxan=156 -cost=1 -members=yes -recol1s=3171 -recol1d=3181 -name=Stone ball - -// 3111 -[obj_3111] -model=model_2413 -2dxof=1 -2dzoom=1400 -2dyan=1852 -2dxan=156 -cost=1 -members=yes -recol1s=3171 -recol1d=19970 -name=Stone ball - -// 3112 -[obj_3112] -model=model_2413 -2dxof=1 -2dzoom=1400 -2dyan=1852 -2dxan=156 -cost=1 -members=yes -recol1s=3171 -recol1d=13388 -name=Stone ball - -// 3113 -[obj_3113] -model=model_2413 -2dxof=1 -2dzoom=1400 -2dyan=1852 -2dxan=156 -cost=1 -members=yes -recol1s=3171 -recol1d=2402 -name=Stone ball - -// 3114 -[obj_3114] -cost=1 -members=yes -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -recol1s=15648 -recol1d=10468 -recol2s=32759 -recol2d=25196 -recol3s=31808 -recol3d=24704 -name=Certificate - -// 3115 -[obj_3115] -certlink=obj_3095 -certtemplate=obj_799 - -// 3116 -[obj_3116] -certlink=obj_3096 -certtemplate=obj_799 - -// 3117 -[obj_3117] -certlink=obj_3097 -certtemplate=obj_799 - -// 3118 -[obj_3118] -certlink=obj_3098 -certtemplate=obj_799 - -// 3119 -[obj_3119] -certlink=obj_3099 -certtemplate=obj_799 - -// 3120 -[obj_3120] -certlink=obj_3100 -certtemplate=obj_799 - -// 3121 -[obj_3121] -certlink=obj_3101 -certtemplate=obj_799 - -// 3122 -[obj_3122] -cost=56000 -iop2=Wear -model=model_3788 -manwear=model_2929 -womanwear=model_2929 -2dyof=4 -2dzoom=1630 -2dyan=236 -2dxan=564 -members=yes -stockmarket=yes -name=Granite shield -womanwearoff=-3,-11,6 -certlink=obj_3134 -lentlink=obj_13788 - -// 3123 -[obj_3123] -members=yes -model=model_2768 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -stockmarket=yes -name=Shaikahan bones -certlink=obj_3124 - -// 3124 -[obj_3124] -certlink=obj_3123 -certtemplate=obj_799 - -// 3125 -[obj_3125] -members=yes -model=model_222 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -stockmarket=yes -name=Jogre bones -certlink=obj_3126 - -// 3126 -[obj_3126] -certlink=obj_3125 -certtemplate=obj_799 - -// 3127 -[obj_3127] -members=yes -model=model_222 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -recol1s=32767 -recol1d=7399 -name=Burnt jogre bones - -// 3128 -[obj_3128] -members=yes -model=model_2928 -2dxof=4 -2dyof=20 -2dzoom=2250 -2dyan=1980 -2dxan=320 -iop1=Bury -recol1s=32767 -recol1d=7399 -recol2s=10566 -recol2d=11850 -name=Pasty jogre bones - -// 3129 -[obj_3129] -members=yes -model=model_2928 -2dxof=4 -2dyof=20 -2dzoom=2250 -2dyan=1980 -2dxan=320 -iop1=Bury -recol1s=32767 -recol1d=7399 -recol2s=10566 -recol2d=21137 -name=Pasty jogre bones - -// 3130 -[obj_3130] -members=yes -model=model_222 -2dxof=8 -2dyof=9 -2dzoom=2410 -2dyan=132 -2dxan=396 -iop1=Bury -recol1s=32767 -recol1d=16175 -name=Marinated j' bones - -// 3131 -[obj_3131] -members=yes -model=model_2928 -2dxof=8 -2dyof=9 -2dzoom=2410 -2dyan=132 -2dxan=396 -iop1=Bury -recol1s=10566 -recol1d=11850 -name=Pasty jogre bones - -// 3132 -[obj_3132] -members=yes -model=model_2928 -2dxof=4 -2dyof=20 -2dzoom=2250 -2dyan=1980 -2dxan=320 -iop1=Bury -recol1s=10566 -recol1d=21137 -name=Pasty jogre bones - -// 3133 -[obj_3133] -members=yes -model=model_222 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -recol1s=32767 -recol1d=28603 -name=Marinated j' bones - -// 3134 -[obj_3134] -certlink=obj_3122 -certtemplate=obj_799 - -// 3135 -[obj_3135] -cost=1 -members=yes -model=model_3792 -2dxof=-8 -2dyof=-2 -2dzoom=860 -2dyan=20 -2dxan=460 -recol1s=15789 -recol1d=32591 -recol2s=13675 -recol2d=26285 -name=Prison key - -// 3136 -[obj_3136] -cost=1 -members=yes -model=model_3792 -2dxof=-9 -2dyof=-2 -2dzoom=860 -2dyan=20 -2dxan=460 -recol1s=15789 -recol1d=20013 -recol2s=13675 -recol2d=14762 -name=Cell key 1 - -// 3137 -[obj_3137] -cost=1 -members=yes -model=model_3792 -2dxof=-9 -2dyof=-2 -2dzoom=860 -2dyan=20 -2dxan=460 -recol1s=15789 -recol1d=16942 -recol2s=13675 -recol2d=11688 -name=Cell key 2 - -// 3138 -[obj_3138] -model=model_3822 -2dyof=20 -2dzoom=1240 -2dyan=300 -2dxan=348 -members=yes -stockmarket=yes -name=Potato cactus -certlink=obj_3139 - -// 3139 -[obj_3139] -certlink=obj_3138 -certtemplate=obj_799 - -// 3140 -[obj_3140] -cost=250000 -model=model_3823 -2dyof=2 -2dzoom=1100 -2dxan=568 -iop2=Wear -manwear=model_3820 -manwear2=model_44804 -womanwear=model_3821 -womanwear2=model_337 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=15392 -name=Dragon chainbody -certlink=obj_3141 -lentlink=obj_13481 - -// 3141 -[obj_3141] -certlink=obj_3140 -certtemplate=obj_799 - -// 3142 -[obj_3142] -cost=440 -members=yes -model=model_3860 -2dyof=7 -2dzoom=1800 -2dyan=56 -2dxan=388 -stockmarket=yes -name=Raw karambwan -certlink=obj_3143 - -// 3143 -[obj_3143] -certlink=obj_3142 -certtemplate=obj_799 - -// 3144 -[obj_3144] -cost=460 -members=yes -model=model_3860 -2dyof=7 -2dzoom=1800 -2dyan=56 -2dxan=388 -iop1=Eat -stockmarket=yes -recol1s=6436 -recol1d=28500 -name=Cooked karambwan -certlink=obj_3145 - -// 3145 -[obj_3145] -certlink=obj_3144 -certtemplate=obj_799 - -// 3146 -[obj_3146] -cost=250 -members=yes -model=model_3860 -2dyof=7 -2dzoom=1800 -2dyan=56 -2dxan=388 -iop1=Eat -recol1s=6436 -recol1d=18260 -name=Poison karambwan - -// 3147 -[obj_3147] -cost=250 -members=yes -model=model_3860 -2dyof=7 -2dzoom=1800 -2dyan=56 -2dxan=388 -recol1s=6436 -recol1d=18260 -name=Cooked karambwan - -// 3148 -[obj_3148] -cost=1 -members=yes -model=model_3860 -2dyof=7 -2dzoom=1800 -2dyan=56 -2dxan=388 -recol1s=6436 -recol1d=11561 -name=Burnt karambwan -certlink=obj_3149 - -// 3149 -[obj_3149] -certlink=obj_3148 -certtemplate=obj_799 - -// 3150 -[obj_3150] -cost=10 -members=yes -model=model_3857 -2dxof=6 -2dyof=6 -2dzoom=1000 -2dxan=464 -name=Raw karambwanji - -// 3151 -[obj_3151] -cost=10 -members=yes -model=model_3857 -2dxof=6 -2dyof=6 -2dzoom=1000 -2dxan=464 -iop1=Eat -recol1s=11850 -recol1d=21137 -recol2s=1289 -recol2d=8488 -recol3s=26248 -recol3d=25401 -name=Karambwanji - -// 3152 -[obj_3152] -cost=15 -members=yes -model=model_3863 -2dxof=4 -2dyof=20 -2dzoom=2250 -2dyan=1980 -2dxan=320 -recol1s=10566 -recol1d=6436 -name=Karambwan paste - -// 3153 -[obj_3153] -cost=15 -members=yes -model=model_3863 -2dxof=4 -2dyof=20 -2dzoom=2250 -2dyan=1980 -2dxan=320 -recol1s=10566 -recol1d=18260 -name=Karambwan paste - -// 3154 -[obj_3154] -cost=15 -members=yes -model=model_3863 -2dxof=4 -2dyof=20 -2dzoom=2250 -2dyan=1980 -2dxan=320 -recol1s=10566 -recol1d=28500 -name=Karambwan paste - -// 3155 -[obj_3155] -cost=15 -members=yes -model=model_3863 -2dxof=4 -2dyof=20 -2dzoom=2250 -2dyan=1980 -2dxan=320 -recol1s=10566 -recol1d=11850 -name=Karambwanji paste - -// 3156 -[obj_3156] -cost=15 -members=yes -model=model_3863 -2dxof=4 -2dyof=20 -2dzoom=2250 -2dyan=1980 -2dxan=320 -recol1s=10566 -recol1d=21137 -name=Karambwanji paste - -// 3157 -[obj_3157] -cost=5 -members=yes -model=model_3861 -2dzoom=940 -2dxan=72 -manwear=model_3878 -womanwear=model_3878 -stockmarket=yes -name=Karambwan vessel -womanwearoff=3,-11,6 -certlink=obj_3158 - -// 3158 -[obj_3158] -certlink=obj_3157 -certtemplate=obj_799 - -// 3159 -[obj_3159] -cost=40 -members=yes -model=model_3862 -2dzoom=940 -2dxan=72 -manwear=model_3878 -womanwear=model_3878 -name=Karambwan vessel -womanwearoff=3,-11,6 -certlink=obj_3160 - -// 3160 -[obj_3160] -certlink=obj_3159 -certtemplate=obj_799 - -// 3161 -[obj_3161] -cost=5 -members=yes -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -name=Crafting manual - -// 3162 -[obj_3162] -cost=2 -model=model_2772 -2dzoom=920 -2dxan=232 -iop1=Eat -stockmarket=yes -recolhsl1s=6080 -recolhsl1d=10162 -recolhsl2s=10473 -recolhsl2d=14555 -name=Sliced banana -certlink=obj_3163 - -// 3163 -[obj_3163] -certlink=obj_3162 -certtemplate=obj_799 - -// 3164 -[obj_3164] -cost=30 -model=model_40605 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -manwear=model_3877 -womanwear=model_3877 -name=Karamjan rum -womanwearoff=3,-11,6 - -// 3165 -[obj_3165] -cost=30 -model=model_3856 -2dzoom=1560 -name=Karamjan rum - -// 3166 -[obj_3166] -members=yes -model=model_3858 -2dxof=9 -2dzoom=1380 -2dyan=188 -2dxan=112 -name=Monkey corpse - -// 3167 -[obj_3167] -cost=10 -members=yes -model=model_2338 -2dzoom=1510 -2dyan=2028 -2dxan=468 -recol1s=32767 -recol1d=9409 -name=Monkey skin - -// 3168 -[obj_3168] -members=yes -model=model_3864 -2dyof=10 -2dzoom=790 -2dyan=1816 -2dxan=344 -iop1=Eat -name=Seaweed sandwich - -// 3169 -[obj_3169] -members=yes -model=model_3859 -2dxof=9 -2dzoom=1380 -2dyan=188 -2dxan=112 -name=Stuffed monkey - -// 3170 -[obj_3170] -cost=26 -members=yes -model=model_2719 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -manwear=model_540 -womanwear=model_540 -iop2=Wield -recol1s=8456 -recol1d=18260 -recol2s=7399 -recol2d=18260 -name=Bronze spear(kp) -womanwearoff=3,-11,6 - -// 3171 -[obj_3171] -cost=91 -members=yes -model=model_2719 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -manwear=model_540 -womanwear=model_540 -iop2=Wield -recol1s=8456 -recol1d=18260 -recol2s=7399 -recol2d=18260 -name=Iron spear(kp) -womanwearoff=3,-11,6 - -// 3172 -[obj_3172] -cost=325 -members=yes -model=model_2719 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -manwear=model_540 -womanwear=model_540 -iop2=Wield -recol1s=8456 -recol1d=18260 -recol2s=7399 -recol2d=18260 -name=Steel spear(kp) -womanwearoff=3,-11,6 - -// 3173 -[obj_3173] -cost=845 -members=yes -model=model_2719 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -manwear=model_540 -womanwear=model_540 -iop2=Wield -recol1s=8456 -recol1d=18260 -recol2s=7399 -recol2d=18260 -name=Mithril spear(kp) -womanwearoff=3,-11,6 - -// 3174 -[obj_3174] -cost=2080 -members=yes -model=model_2719 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -manwear=model_540 -womanwear=model_540 -iop2=Wield -recol1s=8456 -recol1d=18260 -recol2s=7399 -recol2d=18260 -name=Adamant spear(kp) -womanwearoff=3,-11,6 - -// 3175 -[obj_3175] -cost=20800 -members=yes -model=model_2719 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -manwear=model_540 -womanwear=model_540 -iop2=Wield -recol1s=8456 -recol1d=18260 -recol2s=7399 -recol2d=18260 -name=Rune spear(kp) -womanwearoff=3,-11,6 - -// 3176 -[obj_3176] -cost=62400 -members=yes -model=model_2482 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -manwear=model_505 -womanwear=model_505 -iop2=Wield -recol1s=1890 -recol1d=18260 -name=Dragon spear(kp) -womanwearoff=3,-11,6 - -// 3177 -[obj_3177] -cost=2 -iop1=Eat -model=model_2387 -2dxof=9 -2dyof=10 -2dzoom=930 -2dyan=1944 -2dxan=280 -manwear=model_3875 -womanwear=model_3875 -name=Picture -womanwearoff=3,-11,6 -certlink=obj_3178 - -// 3178 -[obj_3178] -certlink=obj_3177 -certtemplate=obj_799 - -// 3179 -[obj_3179] -members=yes -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop1=Bury -name=Monkey bones - -// 3180 -[obj_3180] -members=yes -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop1=Bury -name=Monkey bones - -// 3181 -[obj_3181] -members=yes -model=model_222 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -name=Monkey bones - -// 3182 -[obj_3182] -members=yes -model=model_222 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -name=Monkey bones - -// 3183 -[obj_3183] -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop1=Bury -stockmarket=yes -name=Monkey bones -certlink=obj_3184 - -// 3184 -[obj_3184] -certlink=obj_3183 -certtemplate=obj_799 - -// 3185 -[obj_3185] -members=yes -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop1=Bury -name=Monkey bones - -// 3186 -[obj_3186] -members=yes -model=model_2674 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -name=Monkey bones - -// 3187 -[obj_3187] -members=yes -cost=0 -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop1=Bury -name=Bones - -// 3188 -[obj_3188] -cost=60 -model=model_2725 -2dyof=-15 -2dzoom=1360 -2dxan=368 -members=yes -stockmarket=yes -recol1s=27412 -recol1d=26266 -name=Cleaning cloth -certlink=obj_3189 - -// 3189 -[obj_3189] -certlink=obj_3188 -certtemplate=obj_799 - -// 3190 -[obj_3190] -cost=104 -members=yes -model=model_2791 -iop2=Wield -manwear=model_555 -womanwear=model_555 -2dzoom=2130 -2dyan=48 -2dxan=604 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze halberd -womanwearoff=3,-11,6 -certlink=obj_3191 - -// 3191 -[obj_3191] -certlink=obj_3190 -certtemplate=obj_799 - -// 3192 -[obj_3192] -cost=364 -members=yes -model=model_2791 -iop2=Wield -manwear=model_555 -womanwear=model_555 -2dzoom=2130 -2dyan=48 -2dxan=604 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron halberd -womanwearoff=3,-11,6 -certlink=obj_3193 - -// 3193 -[obj_3193] -certlink=obj_3192 -certtemplate=obj_799 - -// 3194 -[obj_3194] -cost=1300 -members=yes -model=model_2791 -iop2=Wield -manwear=model_555 -womanwear=model_555 -2dzoom=2130 -2dyan=48 -2dxan=604 -stockmarket=yes -name=Steel halberd -womanwearoff=3,-11,6 -certlink=obj_3195 - -// 3195 -[obj_3195] -certlink=obj_3194 -certtemplate=obj_799 - -// 3196 -[obj_3196] -cost=2496 -members=yes -model=model_2791 -iop2=Wield -manwear=model_555 -womanwear=model_555 -2dzoom=2130 -2dyan=48 -2dxan=604 -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Black halberd -womanwearoff=3,-11,6 -certlink=obj_3197 - -// 3197 -[obj_3197] -certlink=obj_3196 -certtemplate=obj_799 - -// 3198 -[obj_3198] -cost=3380 -members=yes -model=model_2791 -iop2=Wield -manwear=model_555 -womanwear=model_555 -2dzoom=2130 -2dyan=48 -2dxan=604 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril halberd -womanwearoff=3,-11,6 -certlink=obj_3199 - -// 3199 -[obj_3199] -certlink=obj_3198 -certtemplate=obj_799 - -// 3200 -[obj_3200] -cost=8320 -members=yes -model=model_2791 -iop2=Wield -manwear=model_555 -womanwear=model_555 -2dzoom=2130 -2dyan=48 -2dxan=604 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant halberd -womanwearoff=3,-11,6 -certlink=obj_3201 - -// 3201 -[obj_3201] -certlink=obj_3200 -certtemplate=obj_799 - -// 3202 -[obj_3202] -cost=128000 -members=yes -model=model_2791 -iop2=Wield -manwear=model_555 -womanwear=model_555 -2dzoom=2130 -2dyan=48 -2dxan=604 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune halberd -womanwearoff=3,-11,6 -certlink=obj_3203 -lentlink=obj_13779 - -// 3203 -[obj_3203] -certlink=obj_3202 -certtemplate=obj_799 - -// 3204 -[obj_3204] -cost=325000 -members=yes -model=model_3886 -2dxof=-1 -2dyof=2 -2dzoom=2160 -2dyan=12 -2dxan=584 -iop2=Wield -manwear=model_3885 -womanwear=model_3885 -stockmarket=yes -name=Dragon halberd -womanwearoff=3,-11,6 -certlink=obj_3205 -lentlink=obj_13478 - -// 3205 -[obj_3205] -certlink=obj_3204 -certtemplate=obj_799 - -// 3206 -[obj_3206] -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -cost=1 -iop1=Read -name=King's message - -// 3207 -[obj_3207] -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -members=yes -cost=1 -iop1=Read -name=Iorwerths message - -// 3208 -[obj_3208] -model=model_2515 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -members=yes -cost=10 -iop2=Wear -manwear=model_283 -womanwear=model_447 -name=Crystal pendant - -// 3209 -[obj_3209] -model=model_3887 -2dxof=5 -2dyof=-24 -2dzoom=1340 -2dyan=1960 -2dxan=196 -members=yes -name=Sulphur - -// 3210 -[obj_3210] -model=model_2742 -cost=0 -name=Tinderbox - -// 3211 -[obj_3211] -cost=10 -model=model_6504 -members=yes -2dxof=-7 -2dyof=-41 -2dyan=164 -2dxan=220 -stockmarket=yes -name=Limestone -certlink=obj_3212 - -// 3212 -[obj_3212] -certlink=obj_3211 -certtemplate=obj_799 - -// 3213 -[obj_3213] -cost=4 -model=model_6504 -2dxof=-7 -2dyof=-41 -2dyan=164 -2dxan=220 -members=yes -recol1s=15852 -recol1d=32735 -name=Quicklime - -// 3214 -[obj_3214] -cost=5 -model=model_2406 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -members=yes -recol1s=22131 -recol1d=32735 -name=Pot of quicklime - -// 3215 -[obj_3215] -cost=5 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -recol1s=22131 -recol1d=32736 -name=Ground sulphur - -// 3216 -[obj_3216] -model=model_3898 -2dxof=-3 -2dyof=-3 -2dzoom=1660 -2dyan=1976 -2dxan=152 -members=yes -stockmarket=yes -name=Barrel -certlink=obj_3217 - -// 3217 -[obj_3217] -certlink=obj_3216 -certtemplate=obj_799 - -// 3218 -[obj_3218] -model=model_3899 -2dxof=-3 -2dyof=-3 -2dzoom=1660 -2dyan=1976 -2dxan=152 -members=yes -name=Barrel bomb - -// 3219 -[obj_3219] -model=model_3899 -2dxof=-3 -2dyof=-3 -2dzoom=1660 -2dyan=1976 -2dxan=152 -members=yes -name=Barrel bomb - -// 3220 -[obj_3220] -model=model_3901 -2dxof=-3 -2dyof=-3 -2dzoom=1660 -2dyan=1976 -2dxan=152 -members=yes -name=Barrel of coal-tar - -// 3221 -[obj_3221] -model=model_3900 -2dxof=-3 -2dyof=-3 -2dzoom=1660 -2dyan=1976 -2dxan=152 -members=yes -name=Barrel of naphtha - -// 3222 -[obj_3222] -model=model_3900 -2dxof=-3 -2dyof=-3 -2dzoom=1660 -2dyan=1976 -2dxan=152 -members=yes -recol1s=16846 -recol1d=32736 -name=Naphtha mix - -// 3223 -[obj_3223] -model=model_3900 -2dxof=-3 -2dyof=-3 -2dzoom=1660 -2dyan=1976 -2dxan=152 -members=yes -recol1s=16846 -recol1d=32767 -name=Naphtha mix - -// 3224 -[obj_3224] -cost=10 -model=model_2725 -2dyof=-15 -2dzoom=1360 -2dxan=368 -members=yes -recol1s=27412 -recol1d=26427 -name=Strip of cloth - -// 3225 -[obj_3225] -model=model_2742 -cost=0 -name=Tinderbox - -// 3226 -[obj_3226] -model=model_11304 -2dxof=4 -2dyof=5 -2dzoom=688 -2dyan=161 -2dxan=311 -cost=20 -members=yes -stockmarket=yes -name=Raw rabbit -certlink=obj_3227 - -// 3227 -[obj_3227] -certlink=obj_3226 -certtemplate=obj_799 - -// 3228 -[obj_3228] -iop1=Eat -cost=4 -model=model_11304 -2dxof=4 -2dyof=5 -2dzoom=688 -2dyan=161 -2dxan=311 -members=yes -stockmarket=yes -recol1s=24146 -recol1d=21797 -recol2s=22032 -recol2d=17632 -name=Cooked rabbit -certlink=obj_3229 - -// 3229 -[obj_3229] -certlink=obj_3228 -certtemplate=obj_799 - -// 3230 -[obj_3230] -cost=1 -model=model_2543 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13559 -recol1d=8384 -recol2s=32759 -recol2d=23126 -name=Big book of bangs - -// 3231 -[obj_3231] -model=model_3888 -2dxof=-2 -2dyof=7 -2dzoom=1890 -2dxan=496 -name=Picture -certlink=obj_3232 - -// 3232 -[obj_3232] -certlink=obj_3231 -certtemplate=obj_799 - -// 3233 -[obj_3233] -model=model_3889 -2dxof=-2 -2dyof=7 -2dzoom=1890 -2dxan=496 -name=Picture -certlink=obj_3234 - -// 3234 -[obj_3234] -certlink=obj_3233 -certtemplate=obj_799 - -// 3235 -[obj_3235] -model=model_3890 -2dxof=-2 -2dyof=7 -2dzoom=1890 -2dxan=496 -name=Picture -certlink=obj_3236 - -// 3236 -[obj_3236] -certlink=obj_3235 -certtemplate=obj_799 - -// 3237 -[obj_3237] -model=model_3891 -2dxof=-2 -2dyof=7 -2dzoom=1890 -2dxan=496 -name=Picture -certlink=obj_3238 - -// 3238 -[obj_3238] -certlink=obj_3237 -certtemplate=obj_799 - -// 3239 -[obj_3239] -members=yes -model=model_4125 -2dyan=1708 -2dzan=284 -2dxan=176 -stockmarket=yes -name=Bark -certlink=obj_3240 - -// 3240 -[obj_3240] -certlink=obj_3239 -certtemplate=obj_799 - -// 3241 -[obj_3241] -model=model_40665 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -name=Man - -// 3242 -[obj_3242] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3243 -[obj_3243] -model=model_40669 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -name=Farmer - -// 3244 -[obj_3244] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3245 -[obj_3245] -model=model_39066 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=6273 -recol1d=28295 -name=Warrior woman - -// 3246 -[obj_3246] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3247 -[obj_3247] -model=model_39630 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -name=Rogue - -// 3248 -[obj_3248] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3249 -[obj_3249] -model=model_40664 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=16846 -recol1d=8354 -name=Guard - -// 3250 -[obj_3250] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3251 -[obj_3251] -model=model_40022 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -name=Knight of ardougne - -// 3252 -[obj_3252] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3253 -[obj_3253] -model=model_40681 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -name=Watchman - -// 3254 -[obj_3254] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3255 -[obj_3255] -model=model_40669 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=6273 -recol1d=28295 -name=Paladin - -// 3256 -[obj_3256] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3257 -[obj_3257] -model=model_21 -dummyitem=1 -2dyof=-592 -2dzoom=4430 -2dyan=1848 -2dxan=236 -recol1s=16846 -recol1d=8354 -name=Gnome - -// 3258 -[obj_3258] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3259 -[obj_3259] -model=model_40669 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=16846 -recol1d=8354 -name=Hero - -// 3260 -[obj_3260] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3261 -[obj_3261] -model=model_4057 -members=yes -cost=1 -2dxof=3 -2dyof=-1 -2dzoom=800 -2dyan=1770 -2dzan=97 -2dxan=581 -recol1s=288 -recol1d=8485 -recol2s=448 -recol2d=15783 -name=Goutweed - -// 3262 -[obj_3262] -model=model_4067 -members=yes -cost=1 -2dxof=5 -2dyof=20 -2dzoom=700 -2dyan=1004 -2dxan=128 -ambient=30 -contrast=30 -name=Troll thistle - -// 3263 -[obj_3263] -model=model_4067 -members=yes -cost=1 -2dxof=5 -2dyof=20 -2dzoom=700 -2dyan=1004 -2dxan=128 -ambient=30 -contrast=30 -recol1s=6400 -recol1d=12614 -recol2s=9571 -recol2d=12614 -recol3s=3264 -recol3d=12614 -name=Dried thistle - -// 3264 -[obj_3264] -model=model_2742 -members=yes -cost=1 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -recol1s=22131 -recol1d=10566 -name=Ground thistle - -// 3265 -[obj_3265] -members=yes -cost=1 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -recol1s=16846 -recol1d=10598 -name=Troll potion - -// 3266 -[obj_3266] -members=yes -cost=1 -model=model_26865 -2dxof=15 -2dyof=-39 -2dzoom=960 -2dyan=304 -2dxan=138 -ambient=50 -contrast=50 -name=Drunk parrot - -// 3267 -[obj_3267] -model=model_4056 -members=yes -cost=1 -2dxof=5 -2dyof=8 -2dzoom=2010 -2dyan=116 -2dxan=408 -name=Dirty robe - -// 3268 -[obj_3268] -model=model_4065 -members=yes -cost=1 -2dxof=-57 -2dyof=-24 -2dzoom=2970 -2dyan=56 -2dzan=1900 -2dxan=128 -name=Fake man - -// 3269 -[obj_3269] -model=model_3792 -members=yes -cost=1 -2dxof=-9 -2dyof=-2 -2dzoom=860 -2dyan=20 -2dxan=460 -recol1s=15789 -recol1d=17865 -recol2s=13675 -recol2d=14694 -name=Storeroom key - -// 3270 -[obj_3270] -model=model_2573 -members=yes -cost=1 -2dxof=1 -2dyof=96 -2dzoom=870 -2dyan=2004 -2dzan=36 -2dxan=244 -recol1s=32288 -recol1d=32500 -name=Alco-chunks - -// 3271 -[obj_3271] -model=model_4055 -2dzoom=130 -2dxan=512 -dummyitem=2 - -// 3272 -[obj_3272] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3273 -[obj_3273] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3274 -[obj_3274] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3275 -[obj_3275] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3276 -[obj_3276] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3277 -[obj_3277] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3278 -[obj_3278] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3279 -[obj_3279] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3280 -[obj_3280] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3281 -[obj_3281] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3282 -[obj_3282] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3283 -[obj_3283] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3284 -[obj_3284] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3285 -[obj_3285] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3286 -[obj_3286] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3287 -[obj_3287] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3288 -[obj_3288] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3289 -[obj_3289] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3290 -[obj_3290] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3291 -[obj_3291] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3292 -[obj_3292] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3293 -[obj_3293] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3294 -[obj_3294] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3295 -[obj_3295] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3296 -[obj_3296] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3297 -[obj_3297] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3298 -[obj_3298] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3299 -[obj_3299] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3300 -[obj_3300] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3301 -[obj_3301] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3302 -[obj_3302] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3303 -[obj_3303] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3304 -[obj_3304] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3305 -[obj_3305] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3306 -[obj_3306] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3307 -[obj_3307] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3308 -[obj_3308] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3309 -[obj_3309] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3310 -[obj_3310] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3311 -[obj_3311] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3312 -[obj_3312] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3313 -[obj_3313] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3314 -[obj_3314] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3315 -[obj_3315] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3316 -[obj_3316] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3317 -[obj_3317] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3318 -[obj_3318] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3319 -[obj_3319] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3320 -[obj_3320] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3321 -[obj_3321] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3322 -[obj_3322] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3323 -[obj_3323] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3324 -[obj_3324] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 3325 -[obj_3325] -cost=2 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -stockmarket=yes -recol1s=22131 -recol1d=7333 -name=Vampire dust -certlink=obj_3326 - -// 3326 -[obj_3326] -certlink=obj_3325 -certtemplate=obj_799 - -// 3327 -[obj_3327] -cost=300 -members=yes -model=model_4106 -2dxof=3 -2dyof=11 -2dzoom=730 -2dyan=1976 -2dxan=312 -members=yes -iop2=Wear -manwear=model_4099 -manwear2=model_215 -womanwear=model_4101 -womanwear2=model_391 -manhead=model_39359 -manhead2=model_39836 -womanhead=model_38847 -womanhead2=model_39170 -stockmarket=yes -recol1s=22059 -recol1d=22059 -recol2s=19945 -recol2d=19945 -recol3s=17831 -recol3d=17831 -recol4s=16740 -recol4d=16740 -name=Myre snelm -certlink=obj_3328 - -// 3328 -[obj_3328] -certlink=obj_3327 -certtemplate=obj_799 - -// 3329 -[obj_3329] -cost=300 -members=yes -model=model_4106 -2dxof=3 -2dyof=11 -2dzoom=730 -2dyan=1976 -2dxan=312 -members=yes -iop2=Wear -manwear=model_4099 -manwear2=model_215 -womanwear=model_4101 -womanwear2=model_391 -manhead=model_39359 -womanhead=model_38847 -stockmarket=yes -recol1s=22059 -recol1d=2114 -recol2s=19945 -recol2d=17506 -recol3s=17831 -recol3d=17506 -recol4s=16740 -recol4d=2114 -name=Blood'n'tar snelm -certlink=obj_3330 - -// 3330 -[obj_3330] -certlink=obj_3329 -certtemplate=obj_799 - -// 3331 -[obj_3331] -cost=300 -members=yes -model=model_4106 -2dxof=3 -2dyof=11 -2dzoom=730 -2dyan=1976 -2dxan=312 -members=yes -iop2=Wear -manwear=model_4099 -manwear2=model_215 -womanwear=model_4101 -womanwear2=model_391 -manhead=model_39359 -womanhead=model_38847 -stockmarket=yes -recol1s=22059 -recol1d=26312 -recol2s=19945 -recol2d=22086 -recol3s=17831 -recol3d=22086 -recol4s=16740 -recol4d=26312 -name=Ochre snelm -certlink=obj_3332 - -// 3332 -[obj_3332] -certlink=obj_3331 -certtemplate=obj_799 - -// 3333 -[obj_3333] -cost=300 -members=yes -model=model_4106 -2dxof=3 -2dyof=11 -2dzoom=730 -2dyan=1976 -2dxan=312 -members=yes -iop2=Wear -manwear=model_4099 -manwear2=model_215 -womanwear=model_4101 -womanwear2=model_391 -manhead=model_39359 -womanhead=model_38847 -stockmarket=yes -recol1s=22059 -recol1d=15827 -recol2s=19945 -recol2d=2096 -recol3s=17831 -recol3d=12657 -recol4s=16740 -recol4d=10543 -name=Bruise blue snelm -certlink=obj_3334 - -// 3334 -[obj_3334] -certlink=obj_3333 -certtemplate=obj_799 - -// 3335 -[obj_3335] -cost=300 -members=yes -model=model_4106 -2dxof=3 -2dyof=11 -2dzoom=730 -2dyan=1976 -2dxan=312 -members=yes -iop2=Wear -manwear=model_4099 -manwear2=model_215 -womanwear=model_4101 -womanwear2=model_391 -manhead=model_39359 -womanhead=model_38847 -stockmarket=yes -recol1s=22059 -recol1d=27106 -recol2s=19945 -recol2d=22912 -recol3s=17831 -recol3d=22912 -recol4s=16740 -recol4d=20768 -name=Broken bark snelm -certlink=obj_3336 - -// 3336 -[obj_3336] -certlink=obj_3335 -certtemplate=obj_799 - -// 3337 -[obj_3337] -cost=300 -members=yes -model=model_4107 -2dxof=7 -2dyof=-2 -2dzoom=1190 -2dyan=188 -2dxan=185 -members=yes -iop2=Wear -manwear=model_4100 -manwear2=model_215 -womanwear=model_4102 -womanwear2=model_391 -manhead=model_39499 -manhead2=model_39826 -womanhead=model_38854 -womanhead2=model_39101 -stockmarket=yes -name=Myre snelm -certlink=obj_3338 - -// 3338 -[obj_3338] -certlink=obj_3337 -certtemplate=obj_799 - -// 3339 -[obj_3339] -cost=300 -members=yes -model=model_4107 -2dxof=7 -2dyof=-2 -2dzoom=1190 -2dyan=188 -2dxan=185 -members=yes -iop2=Wear -manwear=model_4100 -manwear2=model_215 -womanwear=model_4102 -womanwear2=model_391 -manhead=model_39499 -manhead2=model_39826 -womanhead=model_38854 -womanhead2=model_39101 -stockmarket=yes -recolhsl1s=7605 -recolhsl1d=7178 -recolhsl2s=7603 -recolhsl2d=7178 -recol3s=23149 -recol3d=21699 -recol4s=22092 -recol4d=21699 -recolhsl5s=7473 -recolhsl5d=7212 -name=Blood'n'tar snelm -certlink=obj_3340 - -// 3340 -[obj_3340] -certlink=obj_3339 -certtemplate=obj_799 - -// 3341 -[obj_3341] -cost=300 -members=yes -model=model_4107 -2dxof=7 -2dyof=-2 -2dzoom=1190 -2dyan=188 -2dxan=185 -members=yes -iop2=Wear -manwear=model_4100 -manwear2=model_215 -womanwear=model_4102 -womanwear2=model_391 -manhead=model_39499 -manhead2=model_39826 -womanhead=model_38854 -womanhead2=model_39101 -stockmarket=yes -recol1s=23148 -recol1d=26312 -recol2s=19975 -recol2d=18915 -name=Ochre snelm -certlink=obj_3342 - -// 3342 -[obj_3342] -certlink=obj_3341 -certtemplate=obj_799 - -// 3343 -[obj_3343] -cost=300 -members=yes -model=model_4107 -2dxof=7 -2dyof=-2 -2dzoom=1190 -2dyan=188 -2dxan=185 -members=yes -iop2=Wear -manwear=model_4100 -manwear2=model_215 -womanwear=model_4102 -womanwear2=model_391 -manhead=model_39499 -manhead2=model_39826 -womanhead=model_38854 -womanhead2=model_39101 -stockmarket=yes -recol1s=23148 -recol1d=10543 -recol2s=19975 -recol2d=15827 -recol3s=22092 -recol3d=10543 -recol4s=23149 -recol4d=10544 -recol5s=18919 -recol5d=14771 -recolhsl6s=7473 -recolhsl6d=45244 -name=Bruise blue snelm -certlink=obj_3344 - -// 3344 -[obj_3344] -certlink=obj_3343 -certtemplate=obj_799 - -// 3345 -[obj_3345] -cost=150 -members=yes -model=model_4104 -2dyof=-89 -2dzoom=1130 -2dyan=1732 -2dxan=232 -stockmarket=yes -recol1s=22059 -recol1d=22059 -recol2s=19945 -recol2d=19945 -recol3s=17831 -recol3d=17831 -recol4s=16740 -recol4d=16740 -name=Blamish myre shell -certlink=obj_3346 - -// 3346 -[obj_3346] -certlink=obj_3345 -certtemplate=obj_799 - -// 3347 -[obj_3347] -cost=150 -members=yes -model=model_4104 -2dyof=-89 -2dzoom=1130 -2dyan=1732 -2dxan=232 -stockmarket=yes -recol1s=22059 -recol1d=4228 -recol2s=19945 -recol2d=15524 -recol3s=17831 -recol3d=15524 -recol4s=16740 -recol4d=4228 -name=Blamish red shell -certlink=obj_3348 - -// 3348 -[obj_3348] -certlink=obj_3347 -certtemplate=obj_799 - -// 3349 -[obj_3349] -cost=150 -members=yes -model=model_4104 -2dyof=-89 -2dzoom=1130 -2dyan=1732 -2dxan=232 -stockmarket=yes -recol1s=22059 -recol1d=26312 -recol2s=19945 -recol2d=22086 -recol3s=17831 -recol3d=22086 -recol4s=16740 -recol4d=18915 -name=Blamish ochre shell -certlink=obj_3350 - -// 3350 -[obj_3350] -certlink=obj_3349 -certtemplate=obj_799 - -// 3351 -[obj_3351] -cost=150 -members=yes -model=model_4104 -2dyof=-89 -2dzoom=1130 -2dyan=1732 -2dxan=232 -stockmarket=yes -recol1s=22059 -recol1d=15827 -recol2s=19945 -recol2d=12657 -recol3s=17831 -recol3d=12657 -recol4s=16740 -recol4d=10543 -name=Blamish blue shell -certlink=obj_3352 - -// 3352 -[obj_3352] -certlink=obj_3351 -certtemplate=obj_799 - -// 3353 -[obj_3353] -cost=150 -members=yes -model=model_4104 -2dyof=-89 -2dzoom=1130 -2dyan=1732 -2dxan=232 -stockmarket=yes -recol1s=22059 -recol1d=32288 -recol2s=19945 -recol2d=20832 -recol3s=17831 -recol3d=20832 -recol4s=16740 -recol4d=15392 -name=Blamish bark shell -certlink=obj_3354 - -// 3354 -[obj_3354] -certlink=obj_3353 -certtemplate=obj_799 - -// 3355 -[obj_3355] -cost=150 -members=yes -model=model_4105 -2dyof=-57 -2dzoom=1800 -2dyan=1948 -2dxan=232 -stockmarket=yes -name=Blamish myre shell -certlink=obj_3356 - -// 3356 -[obj_3356] -certlink=obj_3355 -certtemplate=obj_799 - -// 3357 -[obj_3357] -cost=150 -members=yes -model=model_4105 -2dyof=-57 -2dzoom=1800 -2dyan=1948 -2dxan=232 -stockmarket=yes -recol1s=23148 -recol1d=15524 -recol2s=19975 -recol2d=4228 -name=Blamish red shell -certlink=obj_3358 - -// 3358 -[obj_3358] -certlink=obj_3357 -certtemplate=obj_799 - -// 3359 -[obj_3359] -cost=150 -members=yes -model=model_4105 -2dyof=-57 -2dzoom=1800 -2dyan=1948 -2dxan=232 -stockmarket=yes -recol1s=23148 -recol1d=26312 -recol2s=19975 -recol2d=18915 -name=Blamish ochre shell -certlink=obj_3360 - -// 3360 -[obj_3360] -certlink=obj_3359 -certtemplate=obj_799 - -// 3361 -[obj_3361] -cost=150 -members=yes -model=model_4105 -2dyof=-57 -2dzoom=1800 -2dyan=1948 -2dxan=232 -stockmarket=yes -recol1s=23148 -recol1d=15825 -recol2s=19975 -recol2d=10543 -name=Blamish blue shell -certlink=obj_3362 - -// 3362 -[obj_3362] -certlink=obj_3361 -certtemplate=obj_799 - -// 3363 -[obj_3363] -cost=60 -members=yes -model=model_4103 -2dyof=-70 -2dzoom=1640 -2dyan=1732 -2dxan=220 -stockmarket=yes -name=Thin snail -certlink=obj_3364 - -// 3364 -[obj_3364] -certlink=obj_3363 -certtemplate=obj_799 - -// 3365 -[obj_3365] -cost=10 -members=yes -model=model_4103 -2dyof=-70 -2dzoom=1640 -2dyan=1732 -2dxan=220 -stockmarket=yes -recol1s=13766 -recol1d=11651 -recol2s=14854 -recol2d=15875 -recol3s=19082 -recol3d=19013 -recol4s=14823 -recol4d=14819 -recol5s=16904 -recol5d=15780 -name=Lean snail -certlink=obj_3366 - -// 3366 -[obj_3366] -certlink=obj_3365 -certtemplate=obj_799 - -// 3367 -[obj_3367] -cost=15 -members=yes -model=model_4103 -2dyof=-70 -2dzoom=1640 -2dyan=1732 -2dxan=220 -stockmarket=yes -recol1s=13766 -recol1d=8516 -recol2s=14854 -recol2d=11652 -recol3s=19082 -recol3d=19013 -recol4s=14823 -recol4d=9572 -recol5s=16904 -recol5d=11716 -name=Fat snail -certlink=obj_3368 - -// 3368 -[obj_3368] -certlink=obj_3367 -certtemplate=obj_799 - -// 3369 -[obj_3369] -cost=10 -members=yes -model=model_4103 -2dyof=-70 -2dzoom=1640 -2dyan=1732 -2dxan=220 -iop1=Eat -stockmarket=yes -recol1s=13766 -recol1d=9472 -recol2s=14854 -recol2d=8418 -recol3s=19082 -recol3d=6306 -recol4s=14823 -recol4d=9472 -recol5s=16904 -recol5d=9472 -name=Thin snail meat -certlink=obj_3370 - -// 3370 -[obj_3370] -certlink=obj_3369 -certtemplate=obj_799 - -// 3371 -[obj_3371] -cost=20 -members=yes -model=model_4103 -2dyof=-70 -2dzoom=1640 -2dyan=1732 -2dxan=220 -iop1=Eat -stockmarket=yes -recol1s=13766 -recol1d=14432 -recol2s=14854 -recol2d=10434 -recol3s=19082 -recol3d=12481 -recol4s=14823 -recol4d=7361 -recol5s=16904 -recol5d=14432 -name=Lean snail meat -certlink=obj_3372 - -// 3372 -[obj_3372] -certlink=obj_3371 -certtemplate=obj_799 - -// 3373 -[obj_3373] -cost=30 -members=yes -model=model_4103 -2dyof=-70 -2dzoom=1640 -2dyan=1732 -2dxan=220 -iop1=Eat -stockmarket=yes -recol1s=13766 -recol1d=20704 -recol2s=14854 -recol2d=24962 -recol3s=19082 -recol3d=28069 -recol4s=14823 -recol4d=17600 -recol5s=16904 -recol5d=21856 -name=Fat snail meat -certlink=obj_3374 - -// 3374 -[obj_3374] -certlink=obj_3373 -certtemplate=obj_799 - -// 3375 -[obj_3375] -cost=10 -members=yes -model=model_4103 -2dyof=-70 -2dzoom=1640 -2dyan=1732 -2dxan=220 -recol1s=13766 -recol1d=6304 -recol2s=14854 -recol2d=8384 -recol3s=19082 -recol3d=11424 -recol4s=14823 -recol4d=3168 -recol5s=16904 -recol5d=10400 -name=Burnt snail -certlink=obj_3376 - -// 3376 -[obj_3376] -certlink=obj_3375 -certtemplate=obj_799 - -// 3377 -[obj_3377] -cost=5 -model=model_4001 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -members=yes -stockmarket=yes -name=Sample bottle -certlink=obj_3378 - -// 3378 -[obj_3378] -certlink=obj_3377 -certtemplate=obj_799 - -// 3379 -[obj_3379] -model=model_4002 -2dxof=4 -2dzoom=1650 -2dyan=36 -2dxan=256 -members=yes -stockmarket=yes -name=Slimy eel -certlink=obj_3380 - -// 3380 -[obj_3380] -certlink=obj_3379 -certtemplate=obj_799 - -// 3381 -[obj_3381] -model=model_4002 -2dxof=4 -2dzoom=1650 -2dyan=36 -2dxan=256 -members=yes -iop1=Eat -stockmarket=yes -recol1s=5346 -recol1d=17604 -recol2s=4256 -recol2d=13507 -recol3s=18730 -recol3d=18730 -recol4s=30718 -recol4d=24870 -recol5s=32635 -recol5d=19008 -name=Cooked slimy eel -certlink=obj_3382 - -// 3382 -[obj_3382] -certlink=obj_3381 -certtemplate=obj_799 - -// 3383 -[obj_3383] -model=model_4002 -2dxof=4 -2dzoom=1650 -2dyan=36 -2dxan=256 -members=yes -recol1s=5346 -recol1d=6304 -recol2s=4256 -recol2d=3168 -recol3s=18730 -recol3d=8384 -recol4s=30718 -recol4d=10400 -recol5s=32635 -recol5d=10400 -name=Burnt eel - -// 3384 -[obj_3384] -model=model_2742 -cost=0 -name=Tinderbox - -// 3385 -[obj_3385] -cost=10000 -model=model_4129 -iop2=Wear -manwear=model_4115 -womanwear=model_4121 -manhead=model_39412 -womanhead=model_38754 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_39991 -womanhead2=model_39101 -members=yes -2dxof=-2 -2dyof=-59 -2dzoom=1040 -2dyan=200 -2dxan=272 -stockmarket=yes -name=Splitbark helm -certlink=obj_3386 -lentlink=obj_13501 - -// 3386 -[obj_3386] -certlink=obj_3385 -certtemplate=obj_799 - -// 3387 -[obj_3387] -cost=45000 -model=model_4131 -iop2=Wear -manwear=model_4117 -manwear2=model_4112 -womanwear=model_4123 -womanwear2=model_4118 -members=yes -2dxof=-3 -2dyof=-3 -2dzoom=1373 -2dyan=2047 -2dxan=498 -stockmarket=yes -name=Splitbark body -certlink=obj_3388 -lentlink=obj_13502 - -// 3388 -[obj_3388] -certlink=obj_3387 -certtemplate=obj_799 - -// 3389 -[obj_3389] -cost=40000 -model=model_4130 -iop2=Wear -manwear=model_4116 -womanwear=model_4122 -members=yes -2dxof=4 -2dyof=-1 -2dzoom=1320 -2dxan=252 -stockmarket=yes -name=Splitbark legs -certlink=obj_3390 -lentlink=obj_13503 - -// 3390 -[obj_3390] -certlink=obj_3389 -certtemplate=obj_799 - -// 3391 -[obj_3391] -cost=5000 -model=model_4128 -iop2=Wear -manwear=model_4113 -womanwear=model_4119 -members=yes -2dxof=7 -2dzoom=750 -2dyan=284 -2dxan=308 -stockmarket=yes -name=Splitbark gauntlets -certlink=obj_3392 -lentlink=obj_13504 - -// 3392 -[obj_3392] -certlink=obj_3391 -certtemplate=obj_799 - -// 3393 -[obj_3393] -cost=5000 -model=model_4127 -iop2=Wear -manwear=model_4114 -womanwear=model_4120 -members=yes -2dxof=6 -2dzoom=810 -2dyan=192 -2dxan=168 -stockmarket=yes -name=Splitbark boots -certlink=obj_3394 -lentlink=obj_13505 - -// 3394 -[obj_3394] -certlink=obj_3393 -certtemplate=obj_799 - -// 3395 -[obj_3395] -model=model_2543 -iop1=Read -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -recol1s=13504 -recol1d=6272 -recol2s=32759 -recol2d=13634 -recol3s=21120 -recol3d=6272 -recol4s=16846 -recol4d=6272 -name=Diary - -// 3396 -[obj_3396] -model=model_2595 -2dxof=-4 -2dyof=12 -2dzoom=1780 -2dyan=436 -2dxan=320 -members=yes -stockmarket=yes -recol1s=25364 -recol1d=256 -name=Loar remains -certlink=obj_3397 - -// 3397 -[obj_3397] -certlink=obj_3396 -certtemplate=obj_799 - -// 3398 -[obj_3398] -model=model_2595 -2dxof=-4 -2dyof=12 -2dzoom=1780 -2dyan=436 -2dxan=320 -members=yes -stockmarket=yes -recol1s=25364 -recol1d=3137 -name=Phrin remains -certlink=obj_3399 - -// 3399 -[obj_3399] -certlink=obj_3398 -certtemplate=obj_799 - -// 3400 -[obj_3400] -model=model_2595 -2dxof=-4 -2dyof=12 -2dzoom=1780 -2dyan=436 -2dxan=320 -members=yes -stockmarket=yes -recol1s=25364 -recol1d=5120 -name=Riyl remains -certlink=obj_3401 - -// 3401 -[obj_3401] -certlink=obj_3400 -certtemplate=obj_799 - -// 3402 -[obj_3402] -model=model_2595 -2dxof=-4 -2dyof=12 -2dzoom=1780 -2dyan=436 -2dxan=320 -members=yes -stockmarket=yes -recol1s=25364 -recol1d=1068 -name=Asyn remains -certlink=obj_3403 - -// 3403 -[obj_3403] -certlink=obj_3402 -certtemplate=obj_799 - -// 3404 -[obj_3404] -model=model_2595 -2dxof=-4 -2dyof=12 -2dzoom=1780 -2dyan=436 -2dxan=320 -members=yes -stockmarket=yes -recol1s=25364 -recol1d=6342 -name=Fiyr remains -certlink=obj_3405 - -// 3405 -[obj_3405] -certlink=obj_3404 -certtemplate=obj_799 - -// 3406 -[obj_3406] -cost=11 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=26416 -name=Ash potion(unf) -certlink=obj_3407 - -// 3407 -[obj_3407] -certlink=obj_3406 -certtemplate=obj_799 - -// 3408 -[obj_3408] -cost=14 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=1423 -name=Serum 207 (4) - -// 3409 -[obj_3409] -model=model_2742 -cost=0 -name=Tinderbox - -// 3410 -[obj_3410] -cost=13 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=1423 -name=Serum 207 (3) - -// 3411 -[obj_3411] -model=model_2742 -cost=0 -name=Tinderbox - -// 3412 -[obj_3412] -cost=13 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=1423 -name=Serum 207 (2) - -// 3413 -[obj_3413] -model=model_2742 -cost=0 -name=Tinderbox - -// 3414 -[obj_3414] -cost=11 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=1423 -name=Serum 207 (1) - -// 3415 -[obj_3415] -model=model_2742 -cost=0 -name=Tinderbox - -// 3416 -[obj_3416] -cost=14 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=1566 -name=Serum 208 (4) - -// 3417 -[obj_3417] -cost=13 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=1566 -name=Serum 208 (3) - -// 3418 -[obj_3418] -cost=13 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=1566 -name=Serum 208 (2) - -// 3419 -[obj_3419] -cost=11 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=1566 -name=Serum 208 (1) - -// 3420 -[obj_3420] -cost=21 -model=model_6505 -2dxof=-7 -2dyof=-41 -2dyan=164 -2dxan=220 -members=yes -stockmarket=yes -recol1s=11488 -recol1d=15852 -name=Limestone brick -certlink=obj_3421 - -// 3421 -[obj_3421] -certlink=obj_3420 -certtemplate=obj_799 - -// 3422 -[obj_3422] -cost=22 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25568 -name=Olive oil(4) -certlink=obj_3423 - -// 3423 -[obj_3423] -certlink=obj_3422 -certtemplate=obj_799 - -// 3424 -[obj_3424] -cost=26 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25568 -name=Olive oil(3) -certlink=obj_3425 - -// 3425 -[obj_3425] -certlink=obj_3424 -certtemplate=obj_799 - -// 3426 -[obj_3426] -cost=17 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25568 -name=Olive oil(2) -certlink=obj_3427 - -// 3427 -[obj_3427] -certlink=obj_3426 -certtemplate=obj_799 - -// 3428 -[obj_3428] -cost=14 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25568 -name=Olive oil(1) -certlink=obj_3429 - -// 3429 -[obj_3429] -certlink=obj_3428 -certtemplate=obj_799 - -// 3430 -[obj_3430] -cost=100 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12864 -name=Sacred oil(4) -certlink=obj_3431 - -// 3431 -[obj_3431] -certlink=obj_3430 -certtemplate=obj_799 - -// 3432 -[obj_3432] -cost=90 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12864 -name=Sacred oil(3) -certlink=obj_3433 - -// 3433 -[obj_3433] -certlink=obj_3432 -certtemplate=obj_799 - -// 3434 -[obj_3434] -cost=75 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12864 -name=Sacred oil(2) -certlink=obj_3435 - -// 3435 -[obj_3435] -certlink=obj_3434 -certtemplate=obj_799 - -// 3436 -[obj_3436] -cost=60 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12864 -name=Sacred oil(1) -certlink=obj_3437 - -// 3437 -[obj_3437] -certlink=obj_3436 -certtemplate=obj_799 - -// 3438 -[obj_3438] -cost=8 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -members=yes -stockmarket=yes -recol1s=20935 -recol1d=13603 -recol2s=12548 -recol2d=9377 -recol3s=10434 -recol3d=7264 -name=Pyre logs -certlink=obj_3439 - -// 3439 -[obj_3439] -certlink=obj_3438 -certtemplate=obj_799 - -// 3440 -[obj_3440] -cost=40 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -members=yes -stockmarket=yes -recol1s=20935 -recol1d=12549 -recol2s=12548 -recol2d=10433 -recol3s=10434 -recol3d=8320 -name=Oak pyre logs -certlink=obj_3441 - -// 3441 -[obj_3441] -certlink=obj_3440 -certtemplate=obj_799 - -// 3442 -[obj_3442] -cost=80 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -members=yes -stockmarket=yes -recol1s=12548 -recol1d=6305 -recol2s=10434 -recol2d=8419 -recol3s=20935 -recol3d=8419 -name=Willow pyre logs -certlink=obj_3443 - -// 3443 -[obj_3443] -certlink=obj_3442 -certtemplate=obj_799 - -// 3444 -[obj_3444] -cost=160 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -members=yes -stockmarket=yes -recol1s=12548 -recol1d=9376 -recol2s=10434 -recol2d=11490 -recol3s=20935 -recol3d=11490 -name=Maple pyre logs -certlink=obj_3445 - -// 3445 -[obj_3445] -certlink=obj_3444 -certtemplate=obj_799 - -// 3446 -[obj_3446] -cost=320 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -members=yes -stockmarket=yes -recol1s=12548 -recol1d=6240 -recol2s=10434 -recol2d=5184 -recol3s=20935 -recol3d=10467 -name=Yew pyre logs -certlink=obj_3447 - -// 3447 -[obj_3447] -certlink=obj_3446 -certtemplate=obj_799 - -// 3448 -[obj_3448] -members=yes -cost=640 -model=model_26902 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=40 -members=yes -stockmarket=yes -recol1s=9476 -recol1d=5248 -recol2s=10534 -recol2d=8420 -recol3s=8419 -recol3d=5248 -recol4s=7362 -recol4d=5248 -name=Magic pyre logs -certlink=obj_3449 - -// 3449 -[obj_3449] -certlink=obj_3448 -certtemplate=obj_799 - -// 3450 -[obj_3450] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=81 -members=yes -recol1s=32488 -recol1d=8354 -recol2s=16945 -recol2d=15392 -recol3s=31808 -recol3d=8354 -recol4s=1986 -recol4d=8354 -recol5s=1118 -recol5d=8354 -name=Bronze key red - -// 3451 -[obj_3451] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=82 -members=yes -recol1s=32488 -recol1d=8354 -recol2s=16945 -recol2d=15648 -recol3s=31808 -recol3d=8354 -recol4s=1986 -recol4d=8354 -recol5s=1118 -recol5d=8354 -name=Bronze key brown - -// 3452 -[obj_3452] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=83 -members=yes -recol1s=32488 -recol1d=8354 -recol2s=16945 -recol2d=30784 -recol3s=31808 -recol3d=8354 -recol4s=1986 -recol4d=8354 -recol5s=1118 -recol5d=8354 -name=Bronze key crimson - -// 3453 -[obj_3453] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=84 -members=yes -recol1s=32488 -recol1d=8354 -recol2s=16945 -recol2d=2114 -recol3s=31808 -recol3d=8354 -recol4s=1986 -recol4d=8354 -recol5s=1118 -recol5d=8354 -name=Bronze key black - -// 3454 -[obj_3454] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=85 -members=yes -recol1s=32488 -recol1d=8354 -recol2s=16945 -recol2d=8203 -recol3s=31808 -recol3d=8354 -recol4s=1986 -recol4d=8354 -recol5s=1118 -recol5d=8354 -name=Bronze key purple - -// 3455 -[obj_3455] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=86 -members=yes -recol1s=32488 -recol1d=11561 -recol2s=16945 -recol2d=15392 -recol3s=31808 -recol3d=11561 -recol4s=1986 -recol4d=11561 -recol5s=1118 -recol5d=11561 -name=Steel key red - -// 3456 -[obj_3456] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=87 -members=yes -recol1s=32488 -recol1d=11561 -recol2s=16945 -recol2d=15648 -recol3s=31808 -recol3d=11561 -recol4s=1986 -recol4d=11561 -recol5s=1118 -recol5d=11561 -name=Steel key brown - -// 3457 -[obj_3457] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=88 -members=yes -recol1s=32488 -recol1d=11561 -recol2s=16945 -recol2d=30784 -recol3s=31808 -recol3d=11561 -recol4s=1986 -recol4d=11561 -recol5s=1118 -recol5d=11561 -name=Steel key crimson - -// 3458 -[obj_3458] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=89 -members=yes -recol1s=32488 -recol1d=11561 -recol2s=16945 -recol2d=2114 -recol3s=31808 -recol3d=11561 -recol4s=1986 -recol4d=11561 -recol5s=1118 -recol5d=11561 -name=Steel key black - -// 3459 -[obj_3459] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=90 -members=yes -recol1s=32488 -recol1d=11561 -recol2s=16945 -recol2d=8203 -recol3s=31808 -recol3d=11561 -recol4s=1986 -recol4d=11561 -recol5s=1118 -recol5d=11561 -name=Steel key purple - -// 3460 -[obj_3460] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=91 -members=yes -recol1s=32488 -recol1d=0 -recol2s=16945 -recol2d=15392 -recol3s=31808 -recol3d=0 -recol4s=1986 -recol4d=0 -recol5s=1118 -recol5d=1057 -name=Black key red - -// 3461 -[obj_3461] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=92 -members=yes -recol1s=32488 -recol1d=0 -recol2s=16945 -recol2d=15648 -recol3s=31808 -recol3d=0 -recol4s=1986 -recol4d=0 -recol5s=1118 -recol5d=1057 -name=Black key brown - -// 3462 -[obj_3462] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=93 -members=yes -recol1s=32488 -recol1d=0 -recol2s=16945 -recol2d=30784 -recol3s=31808 -recol3d=0 -recol4s=1986 -recol4d=0 -recol5s=1118 -recol5d=1057 -name=Black key crimson - -// 3463 -[obj_3463] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=94 -members=yes -recol1s=32488 -recol1d=0 -recol2s=16945 -recol2d=2114 -recol3s=31808 -recol3d=0 -recol4s=1986 -recol4d=0 -recol5s=1118 -recol5d=1057 -name=Black key black - -// 3464 -[obj_3464] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=95 -members=yes -recol1s=32488 -recol1d=0 -recol2s=16945 -recol2d=8203 -recol3s=31808 -recol3d=0 -recol4s=1986 -recol4d=0 -recol5s=1118 -recol5d=1057 -name=Black key purple - -// 3465 -[obj_3465] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=96 -members=yes -recol1s=32488 -recol1d=19028 -recol2s=16945 -recol2d=15392 -recol3s=31808 -recol3d=19028 -recol4s=1986 -recol4d=19028 -recol5s=1118 -recol5d=19028 -name=Silver key red - -// 3466 -[obj_3466] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=97 -members=yes -recol1s=32488 -recol1d=19028 -recol2s=16945 -recol2d=15648 -recol3s=31808 -recol3d=19028 -recol4s=1986 -recol4d=19028 -recol5s=1118 -recol5d=19028 -name=Silver key brown - -// 3467 -[obj_3467] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=98 -members=yes -recol1s=32488 -recol1d=19028 -recol2s=16945 -recol2d=30784 -recol3s=31808 -recol3d=19028 -recol4s=1986 -recol4d=19028 -recol5s=1118 -recol5d=19028 -name=Silver key crimson - -// 3468 -[obj_3468] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=99 -members=yes -recol1s=32488 -recol1d=19028 -recol2s=16945 -recol2d=2114 -recol3s=31808 -recol3d=19028 -recol4s=1986 -recol4d=19028 -recol5s=1118 -recol5d=19028 -name=Silver key black - -// 3469 -[obj_3469] -model=model_4132 -2dyof=2 -2dzoom=1050 -2dyan=2040 -2dxan=420 -cost=100 -members=yes -recol1s=32488 -recol1d=19028 -recol2s=16945 -recol2d=8203 -recol3s=31808 -recol3d=19028 -recol4s=1986 -recol4d=19028 -recol5s=1118 -recol5d=19028 -name=Silver key purple - -// 3470 -[obj_3470] -model=model_4124 -2dyan=360 -2dzan=168 -2dxan=580 -cost=500 -members=yes -stockmarket=yes -name=Fine cloth -certlink=obj_3471 - -// 3471 -[obj_3471] -certlink=obj_3470 -certtemplate=obj_799 - -// 3472 -[obj_3472] -cost=1920 -model=model_4208 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=11561 -recol2d=0 -recol3s=15789 -recol3d=6342 -recol4s=2340 -recol4d=0 -name=Black plateskirt (t) -certlink=obj_3668 - -// 3473 -[obj_3473] -cost=1920 -model=model_4208 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=11561 -recol2d=0 -recol3s=15789 -recol3d=32453 -recol4s=2340 -recol4d=0 -name=Black plateskirt (g) -certlink=obj_3669 - -// 3474 -[obj_3474] -cost=6400 -model=model_4208 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=11561 -recol2d=3235 -recol3s=15789 -recol3d=13802 -recol4s=2340 -recol4d=3235 -name=Adam plateskirt (t) -certlink=obj_3670 - -// 3475 -[obj_3475] -cost=6400 -model=model_4208 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=11561 -recol2d=3235 -recol3s=15789 -recol3d=32453 -recol4s=2340 -recol4d=3235 -name=Adam plateskirt (g) -certlink=obj_3671 - -// 3476 -[obj_3476] -cost=64000 -model=model_4208 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=32453 -recol4s=2340 -recol4d=3272 -name=Rune plateskirt (g) -certlink=obj_3672 -lentlink=obj_13802 - -// 3477 -[obj_3477] -cost=64000 -model=model_4208 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=18071 -recol4s=2340 -recol4d=3272 -name=Rune plateskirt (t) -certlink=obj_3673 -lentlink=obj_13807 - -// 3478 -[obj_3478] -cost=64000 -model=model_4208 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=20512 -recol4s=2340 -recol4d=3271 -name=Zamorak plateskirt -certlink=obj_3674 -lentlink=obj_13822 - -// 3479 -[obj_3479] -cost=64000 -model=model_4208 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=32753 -recol4s=2340 -recol4d=3271 -name=Saradomin plateskirt -certlink=obj_3675 -lentlink=obj_13827 - -// 3480 -[obj_3480] -cost=64000 -model=model_4208 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=15789 -recol3d=7751 -recol4s=2340 -recol4d=3271 -name=Guthix plateskirt -certlink=obj_3676 -lentlink=obj_13832 - -// 3481 -[obj_3481] -cost=65000 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=32453 -recol2s=11561 -recol2d=29248 -recol3s=6342 -recol3d=20832 -name=Gilded platebody -certlink=obj_3482 -lentlink=obj_13835 - -// 3482 -[obj_3482] -certlink=obj_3481 -certtemplate=obj_799 - -// 3483 -[obj_3483] -cost=64000 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=32453 -recol2s=11561 -recol2d=29248 -recol3s=15789 -recol3d=20832 -name=Gilded platelegs -certlink=obj_3484 -lentlink=obj_13836 - -// 3484 -[obj_3484] -certlink=obj_3483 -certtemplate=obj_799 - -// 3485 -[obj_3485] -cost=64000 -model=model_4208 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=32453 -recol2s=11561 -recol2d=29248 -recol3s=15789 -recol3d=20832 -recol4s=2340 -recol4d=29248 -name=Gilded plateskirt -certlink=obj_3677 -lentlink=obj_13837 - -// 3486 -[obj_3486] -cost=35200 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=32453 -recol2s=15392 -recol2d=20832 -name=Gilded full helm -certlink=obj_3487 -lentlink=obj_13838 - -// 3487 -[obj_3487] -certlink=obj_3486 -certtemplate=obj_799 - -// 3488 -[obj_3488] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=54400 -manwear=model_486 -womanwear=model_486 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=32453 -recol2s=7296 -recol2d=29248 -recol3s=15789 -recol3d=20832 -name=Gilded kiteshield -manwearoff=0,4,0 -womanwearoff=-3,-11,6 -certlink=obj_3489 -lentlink=obj_13839 - -// 3489 -[obj_3489] -certlink=obj_3488 -certtemplate=obj_799 - -// 3490 -[obj_3490] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3491 -[obj_3491] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3492 -[obj_3492] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3493 -[obj_3493] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3494 -[obj_3494] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3495 -[obj_3495] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3496 -[obj_3496] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3497 -[obj_3497] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3498 -[obj_3498] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3499 -[obj_3499] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3500 -[obj_3500] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3501 -[obj_3501] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3502 -[obj_3502] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3503 -[obj_3503] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3504 -[obj_3504] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3505 -[obj_3505] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3506 -[obj_3506] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3507 -[obj_3507] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3508 -[obj_3508] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3509 -[obj_3509] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3510 -[obj_3510] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3511 -[obj_3511] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3512 -[obj_3512] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3513 -[obj_3513] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3514 -[obj_3514] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3515 -[obj_3515] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3516 -[obj_3516] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3517 -[obj_3517] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3518 -[obj_3518] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3519 -[obj_3519] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3520 -[obj_3520] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3521 -[obj_3521] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3522 -[obj_3522] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3523 -[obj_3523] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3524 -[obj_3524] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3525 -[obj_3525] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3526 -[obj_3526] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3527 -[obj_3527] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3528 -[obj_3528] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3529 -[obj_3529] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3530 -[obj_3530] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3531 -[obj_3531] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3532 -[obj_3532] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3533 -[obj_3533] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3534 -[obj_3534] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3535 -[obj_3535] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3536 -[obj_3536] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3537 -[obj_3537] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3538 -[obj_3538] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3539 -[obj_3539] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3540 -[obj_3540] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3541 -[obj_3541] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3542 -[obj_3542] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3543 -[obj_3543] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3544 -[obj_3544] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3545 -[obj_3545] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3546 -[obj_3546] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3547 -[obj_3547] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3548 -[obj_3548] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3549 -[obj_3549] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3550 -[obj_3550] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3551 -[obj_3551] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3552 -[obj_3552] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3553 -[obj_3553] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3554 -[obj_3554] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3555 -[obj_3555] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3556 -[obj_3556] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3557 -[obj_3557] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3558 -[obj_3558] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3559 -[obj_3559] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3560 -[obj_3560] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3561 -[obj_3561] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3562 -[obj_3562] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3563 -[obj_3563] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3564 -[obj_3564] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3565 -[obj_3565] -cost=100 -members=yes -model=model_4204 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 3566 -[obj_3566] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3567 -[obj_3567] -cost=100 -members=yes -model=model_4204 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 3568 -[obj_3568] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3569 -[obj_3569] -cost=100 -members=yes -model=model_4205 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 3570 -[obj_3570] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3571 -[obj_3571] -cost=100 -members=yes -model=model_4205 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 3572 -[obj_3572] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3573 -[obj_3573] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3574 -[obj_3574] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3575 -[obj_3575] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3576 -[obj_3576] -cost=100 -members=yes -model=model_4205 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 3577 -[obj_3577] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3578 -[obj_3578] -cost=100 -members=yes -model=model_4204 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 3579 -[obj_3579] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3580 -[obj_3580] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3581 -[obj_3581] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3582 -[obj_3582] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3583 -[obj_3583] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3584 -[obj_3584] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3585 -[obj_3585] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3586 -[obj_3586] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3587 -[obj_3587] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3588 -[obj_3588] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3589 -[obj_3589] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3590 -[obj_3590] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3591 -[obj_3591] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3592 -[obj_3592] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3593 -[obj_3593] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3594 -[obj_3594] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3595 -[obj_3595] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3596 -[obj_3596] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3597 -[obj_3597] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3598 -[obj_3598] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3599 -[obj_3599] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3600 -[obj_3600] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3601 -[obj_3601] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3602 -[obj_3602] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3603 -[obj_3603] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 3604 -[obj_3604] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3605 -[obj_3605] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3606 -[obj_3606] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 3607 -[obj_3607] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3608 -[obj_3608] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 3609 -[obj_3609] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3610 -[obj_3610] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3611 -[obj_3611] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3612 -[obj_3612] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3613 -[obj_3613] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3614 -[obj_3614] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3615 -[obj_3615] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3616 -[obj_3616] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3617 -[obj_3617] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3618 -[obj_3618] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 3619 -[obj_3619] -model=model_4156 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3620 -[obj_3620] -model=model_4157 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3621 -[obj_3621] -model=model_4158 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3622 -[obj_3622] -model=model_4159 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3623 -[obj_3623] -model=model_4160 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3624 -[obj_3624] -model=model_4161 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3625 -[obj_3625] -model=model_4162 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3626 -[obj_3626] -model=model_4163 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3627 -[obj_3627] -model=model_4164 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3628 -[obj_3628] -model=model_4165 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3629 -[obj_3629] -model=model_4166 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3630 -[obj_3630] -model=model_4167 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3631 -[obj_3631] -model=model_4168 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3632 -[obj_3632] -model=model_4169 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3633 -[obj_3633] -model=model_4170 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3634 -[obj_3634] -model=model_4171 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3635 -[obj_3635] -model=model_4172 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3636 -[obj_3636] -model=model_4173 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3637 -[obj_3637] -model=model_4174 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3638 -[obj_3638] -model=model_4175 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3639 -[obj_3639] -model=model_4176 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3640 -[obj_3640] -model=model_4177 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3641 -[obj_3641] -model=model_4178 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3642 -[obj_3642] -model=model_4179 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3643 -[obj_3643] -model=model_4180 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3644 -[obj_3644] -model=model_4181 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3645 -[obj_3645] -model=model_4182 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3646 -[obj_3646] -model=model_4183 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3647 -[obj_3647] -model=model_4184 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3648 -[obj_3648] -model=model_4185 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3649 -[obj_3649] -model=model_4186 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3650 -[obj_3650] -model=model_4187 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3651 -[obj_3651] -model=model_4188 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3652 -[obj_3652] -model=model_4189 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3653 -[obj_3653] -model=model_4190 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3654 -[obj_3654] -model=model_4191 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3655 -[obj_3655] -model=model_4192 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3656 -[obj_3656] -model=model_4193 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3657 -[obj_3657] -model=model_4194 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3658 -[obj_3658] -model=model_4195 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3659 -[obj_3659] -model=model_4196 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3660 -[obj_3660] -model=model_4197 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3661 -[obj_3661] -model=model_4198 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3662 -[obj_3662] -model=model_4199 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3663 -[obj_3663] -model=model_4200 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3664 -[obj_3664] -model=model_4201 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3665 -[obj_3665] -model=model_4202 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3666 -[obj_3666] -model=model_4203 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -members=yes -dummyitem=1 -name=Sliding piece - -// 3667 -[obj_3667] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 3668 -[obj_3668] -certlink=obj_3472 -certtemplate=obj_799 - -// 3669 -[obj_3669] -certlink=obj_3473 -certtemplate=obj_799 - -// 3670 -[obj_3670] -certlink=obj_3474 -certtemplate=obj_799 - -// 3671 -[obj_3671] -certlink=obj_3475 -certtemplate=obj_799 - -// 3672 -[obj_3672] -certlink=obj_3476 -certtemplate=obj_799 - -// 3673 -[obj_3673] -certlink=obj_3477 -certtemplate=obj_799 - -// 3674 -[obj_3674] -certlink=obj_3478 -certtemplate=obj_799 - -// 3675 -[obj_3675] -certlink=obj_3479 -certtemplate=obj_799 - -// 3676 -[obj_3676] -certlink=obj_3480 -certtemplate=obj_799 - -// 3677 -[obj_3677] -certlink=obj_3485 -certtemplate=obj_799 - -// 3678 -[obj_3678] -cost=13000 -model=model_4209 -2dxof=8 -2dyof=-6 -2dzoom=1710 -2dyan=1576 -2dxan=488 -members=yes -name=Flamtaer hammer - -// 3679 -[obj_3679] -model=model_2742 -cost=0 -name=Picture - -// 3680 -[obj_3680] -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -recol1s=7298 -recol1d=11525 -name=Picture - -// 3681 -[obj_3681] -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -recol1s=7298 -recol1d=8448 -name=Picture - -// 3682 -[obj_3682] -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -recol1s=7298 -recol1d=13705 -name=Picture - -// 3683 -[obj_3683] -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -recol1s=7298 -recol1d=6309 -name=Picture - -// 3684 -[obj_3684] -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -recol1s=7298 -recol1d=13604 -name=Picture - -// 3685 -[obj_3685] -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -recol1s=7298 -recol1d=11626 -name=Picture - -// 3686 -[obj_3686] -model=model_40668 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=6273 -recol1d=26183 -recol2s=2340 -recol2d=7365 -recol3s=14724 -recol3d=14662 -recol4s=7328 -recol4d=15719 -recol5s=5120 -recol5d=16710 -name=Fremennik - -// 3687 -[obj_3687] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3688 -[obj_3688] -model=model_4269 -manwear=model_4394 -womanwear=model_4394 -2dxof=-4 -2dzoom=1230 -2dyan=144 -2dxan=464 -members=yes -name=Unstrung lyre - -// 3689 -[obj_3689] -model=model_4269 -manwear=model_4394 -womanwear=model_4394 -iop1=Play -2dxof=-4 -2dzoom=1230 -2dyan=144 -2dxan=464 -members=yes -name=Lyre - -// 3690 -[obj_3690] -model=model_4269 -iop1=Play -2dxof=-4 -2dzoom=1230 -2dyan=144 -2dxan=464 -manwear=model_4394 -womanwear=model_4394 -members=yes -name=Enchanted lyre - -// 3691 -[obj_3691] -model=model_4269 -iop1=Play -2dxof=-4 -2dzoom=1230 -2dyan=144 -2dxan=464 -cost=1000 -manwear=model_4394 -members=yes -name=Enchanted lyre(1) - -// 3692 -[obj_3692] -model=model_4270 -2dxof=-8 -2dyof=-21 -2dzoom=940 -2dyan=152 -2dxan=268 -members=yes -name=Branch - -// 3693 -[obj_3693] -model=model_2779 -2dyof=-7 -2dzoom=1070 -2dyan=160 -2dxan=332 -ambient=30 -contrast=30 -members=yes -recol1s=32760 -recol1d=32653 -name=Golden fleece - -// 3694 -[obj_3694] -model=model_4262 -2dxof=6 -2dyof=-9 -2dzoom=720 -2dyan=448 -2dxan=152 -ambient=30 -contrast=30 -members=yes -recol1s=32760 -recol1d=32653 -name=Golden wool - -// 3695 -[obj_3695] -model=model_4271 -manwear=model_4395 -womanwear=model_4395 -2dxof=-4 -2dzoom=1010 -2dyan=1980 -2dxan=136 -members=yes -iop1=Interact -iop2=Wield -recol1s=15370 -recol1d=11561 -name=Pet rock -manwearoff=25,20,-10 -womanwearoff=30,7,-10 - -// 3696 -[obj_3696] -model=model_4267 -2dxof=4 -2dyof=4 -2dzoom=1170 -2dyan=1264 -2dxan=576 -cost=4 -iop1=Locate -members=yes -name=Hunters' talisman - -// 3697 -[obj_3697] -model=model_4267 -2dxof=4 -2dyof=4 -2dzoom=1170 -2dyan=1264 -2dxan=576 -cost=4 -iop1=Locate -members=yes -name=Hunters' talisman - -// 3698 -[obj_3698] -model=model_1781 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -members=yes -iop5=Destroy -recol1s=9702 -recol1d=9574 -recol2s=21017 -recol2d=16548 -recol3s=20503 -recol3d=16548 -recol4s=15990 -recol4d=16548 -recol5s=28450 -recol5d=13377 -name=Exotic flower - -// 3699 -[obj_3699] -model=model_2429 -2dyof=2 -2dzoom=760 -2dyan=28 -2dxan=552 -members=yes -recol1s=29489 -recol1d=26320 -name=Fremennik ballad - -// 3700 -[obj_3700] -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -name=Sturdy boots - -// 3701 -[obj_3701] -model=model_2774 -2dxof=-1 -2dyof=56 -2dzoom=990 -2dyan=1716 -2dxan=264 -members=yes -recol1s=24174 -recol1d=10597 -recol2s=22026 -recol2d=7426 -recol3s=17832 -recol3d=4256 -name=Tracking map - -// 3702 -[obj_3702] -model=model_2552 -2dxof=3 -2dyof=2 -2dzoom=530 -2dyan=1872 -2dxan=148 -members=yes -name=Custom bow string - -// 3703 -[obj_3703] -model=model_2355 -2dyof=3 -2dzoom=1340 -2dyan=1920 -2dxan=464 -members=yes -recol1s=16846 -recol1d=15885 -recol2s=28407 -recol2d=20113 -recol3s=32 -recol3d=9543 -name=Unusual fish - -// 3704 -[obj_3704] -model=model_2774 -2dxof=-1 -2dyof=56 -2dzoom=990 -2dyan=1716 -2dxan=264 -members=yes -recol1s=24174 -recol1d=24272 -recol2s=22026 -recol2d=21101 -recol3s=17832 -recol3d=18985 -name=Sea fishing map - -// 3705 -[obj_3705] -model=model_2429 -2dyof=2 -2dzoom=760 -2dyan=28 -2dxan=552 -members=yes -recol1s=29489 -recol1d=24206 -name=Weather forecast - -// 3706 -[obj_3706] -model=model_2784 -2dxof=3 -2dyof=-35 -2dzoom=830 -2dyan=180 -2dzan=2024 -2dxan=268 -members=yes -recol1s=32576 -recol1d=23012 -name=Champions token - -// 3707 -[obj_3707] -model=model_2738 -2dyof=1 -2dzoom=700 -2dyan=1988 -2dxan=104 -members=yes -name=Legendary cocktail - -// 3708 -[obj_3708] -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -members=yes -recol1s=15648 -recol1d=18821 -recol2s=32759 -recol2d=25330 -recol3s=31808 -recol3d=25794 -name=Fiscal statement - -// 3709 -[obj_3709] -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -members=yes -recol1s=15648 -recol1d=18821 -recol2s=32759 -recol2d=25330 -recol3s=31808 -recol3d=25794 -name=Promissory note - -// 3710 -[obj_3710] -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -members=yes -recol1s=15648 -recol1d=18821 -recol2s=32759 -recol2d=25330 -recol3s=31808 -recol3d=25794 -name=Warriors' contract - -// 3711 -[obj_3711] -model=model_4280 -manwear=model_4393 -womanwear=model_4393 -2dyof=-3 -2dzoom=1370 -2dyan=4 -2dxan=128 -members=yes -name=Keg of beer - -// 3712 -[obj_3712] -model=model_4280 -2dyof=-3 -2dzoom=1370 -2dyan=4 -2dxan=128 -members=yes -name=Low alcohol keg - -// 3713 -[obj_3713] -model=model_4265 -2dxof=-2 -2dyof=-2 -2dzoom=920 -2dyan=1948 -2dxan=112 -members=yes -name=Strange object - -// 3714 -[obj_3714] -model=model_4265 -2dxof=-2 -2dyof=-2 -2dzoom=920 -2dyan=1948 -2dxan=112 -members=yes -name=Lit strange object - -// 3715 -[obj_3715] -model=model_2484 -2dxof=15 -2dyof=16 -2dzoom=230 -2dxan=356 -members=yes -recol1s=32480 -recol1d=26882 -recol2s=32480 -recol2d=24768 -name=Picture - -// 3716 -[obj_3716] -model=model_2484 -2dxof=15 -2dyof=16 -2dzoom=230 -2dxan=356 -members=yes -recol1s=32480 -recol1d=0 -recol2s=32480 -recol2d=0 -name=Picture - -// 3717 -[obj_3717] -model=model_1105 -members=yes -2dxof=1 -dummyitem=2 - -// 3718 -[obj_3718] -cost=3 -model=model_2798 -2dxof=3 -2dyof=7 -2dzoom=1130 -2dyan=132 -2dxan=440 -members=yes -name=Magnet - -// 3719 -[obj_3719] -members=yes -model=model_2552 -2dxof=3 -2dyof=2 -2dzoom=530 -2dyan=1872 -2dxan=148 -recol1s=18921 -recol1d=1118 -name=Thread - -// 3720 -[obj_3720] -model=model_2792 -2dxof=-6 -2dyof=-10 -2dzoom=700 -2dyan=1076 -2dxan=476 -members=yes -name=Pick - -// 3721 -[obj_3721] -cost=2 -members=yes -model=model_4243 -2dxof=1 -2dyof=-3 -2dzoom=1160 -2dyan=244 -2dxan=68 -ambient=20 -contrast=20 -name=Ship toy - -// 3722 -[obj_3722] -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -members=yes -iop5=Destroy -name=Full bucket - -// 3723 -[obj_3723] -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -members=yes -iop5=Destroy -name=4/5ths full bucket - -// 3724 -[obj_3724] -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -members=yes -iop5=Destroy -name=3/5ths full bucket - -// 3725 -[obj_3725] -model=model_2397 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -members=yes -iop5=Destroy -name=2/5ths full bucket - -// 3726 -[obj_3726] -model=model_2397 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -members=yes -iop5=Destroy -name=1/5ths full bucket - -// 3727 -[obj_3727] -model=model_2397 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -members=yes -iop5=Destroy -name=Empty bucket - -// 3728 -[obj_3728] -model=model_4263 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -members=yes -iop5=Destroy -name=Frozen bucket - -// 3729 -[obj_3729] -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=11700 -name=Full jug - -// 3730 -[obj_3730] -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=16846 -name=2/3rds full jug - -// 3731 -[obj_3731] -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=16846 -name=1/3rds full jug - -// 3732 -[obj_3732] -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=16846 -name=Empty jug - -// 3733 -[obj_3733] -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=16846 -recol2s=16846 -recol2d=23255 -name=Frozen jug - -// 3734 -[obj_3734] -model=model_4259 -2dxof=-2 -2dyof=-13 -2dzoom=1660 -2dyan=44 -2dxan=160 -members=yes -iop1=Shake -name=Vase - -// 3735 -[obj_3735] -model=model_4259 -2dxof=-2 -2dyof=-13 -2dzoom=1660 -2dyan=44 -2dxan=160 -members=yes -iop1=Shake -name=Vase of water - -// 3736 -[obj_3736] -model=model_4259 -2dxof=-2 -2dyof=-13 -2dzoom=1660 -2dyan=44 -2dxan=160 -members=yes -iop1=Shake -name=Frozen vase - -// 3737 -[obj_3737] -model=model_4260 -2dxof=-4 -2dyof=28 -2dzoom=1260 -2dxan=152 -members=yes -name=Vase lid - -// 3738 -[obj_3738] -model=model_4261 -2dxof=-2 -2dyof=-13 -2dzoom=1660 -2dyan=44 -2dxan=160 -members=yes -iop1=Remove-lid -name=Sealed vase - -// 3739 -[obj_3739] -model=model_4261 -2dxof=-2 -2dyof=-13 -2dzoom=1660 -2dyan=44 -2dxan=160 -members=yes -iop1=Remove-lid -name=Sealed vase - -// 3740 -[obj_3740] -model=model_4261 -2dxof=-2 -2dyof=-13 -2dzoom=1660 -2dyan=44 -2dxan=160 -members=yes -iop1=Remove-lid -name=Sealed vase - -// 3741 -[obj_3741] -model=model_4268 -2dxof=-2 -2dyof=-13 -2dzoom=1660 -2dyan=44 -2dxan=160 -members=yes -name=Frozen key - -// 3742 -[obj_3742] -model=model_2353 -2dxof=3 -2dyof=8 -2dzoom=900 -2dyan=1904 -2dxan=436 -ambient=30 -contrast=30 -members=yes -recol1s=16846 -recol1d=17541 -recol2s=28407 -recol2d=28010 -name=Red herring - -// 3743 -[obj_3743] -model=model_2484 -2dxof=16 -2dyof=23 -2dzoom=400 -2dyan=54 -2dxan=304 -members=yes -recol1s=32480 -recol1d=26882 -recol2s=32480 -recol2d=24768 -name=Red disk - -// 3744 -[obj_3744] -model=model_2484 -2dxof=16 -2dyof=23 -2dzoom=400 -2dyan=54 -2dxan=304 -members=yes -recol1s=32480 -recol1d=22026 -recol2s=32480 -recol2d=18889 -name=Wooden disk - -// 3745 -[obj_3745] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -recol1s=32480 -recol1d=17799 -name=Seer's key - -// 3746 -[obj_3746] -model=model_4272 -2dxof=-1 -2dzoom=1090 -2dyan=2020 -2dxan=304 -name=Sticky red goop -certlink=obj_3747 - -// 3747 -[obj_3747] -certlink=obj_3746 -certtemplate=obj_799 - -// 3748 -[obj_3748] -cost=6500 -model=model_4275 -2dxof=4 -2dyof=-1 -2dzoom=540 -2dyan=188 -2dxan=88 -iop2=Wear -manwear=model_215 -manwear2=model_4221 -manwear3=model_4219 -womanwear=model_391 -womanwear3=model_4221 -womanwear2=model_4228 -manhead=model_38095 -womanhead=model_39075 -members=yes -name=Fremennik helm - -// 3749 -[obj_3749] -cost=78000 -model=model_4278 -2dxof=-2 -2dyof=-4 -2dzoom=1010 -2dxan=16 -iop2=Wear -manwear=model_215 -manwear2=model_4224 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4232 -womanwear3=model_4228 -manhead=model_39301 -womanhead=model_39075 -womanhead2=model_38874 -members=yes -stockmarket=yes -name=Archer helm -certlink=obj_3750 -lentlink=obj_13407 - -// 3750 -[obj_3750] -certlink=obj_3749 -certtemplate=obj_799 - -// 3751 -[obj_3751] -cost=78000 -model=model_4276 -2dxof=2 -2dzoom=890 -2dyan=120 -2dxan=24 -iop2=Wear -manwear=model_215 -manwear2=model_4222 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4230 -womanwear3=model_4228 -manhead=model_38095 -manhead2=model_39318 -womanhead=model_39075 -womanhead2=model_38880 -members=yes -stockmarket=yes -name=Berserker helm -certlink=obj_3752 -lentlink=obj_13408 - -// 3752 -[obj_3752] -certlink=obj_3751 -certtemplate=obj_799 - -// 3753 -[obj_3753] -cost=78000 -model=model_4279 -2dxof=2 -2dzoom=1100 -2dyan=204 -2dxan=12 -iop2=Wear -manwear=model_215 -manwear2=model_4225 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4233 -womanwear3=model_4228 -manhead=model_38095 -manhead2=model_39303 -womanhead=model_39075 -womanhead2=model_38862 -members=yes -stockmarket=yes -name=Warrior helm -certlink=obj_3754 -lentlink=obj_13409 - -// 3754 -[obj_3754] -certlink=obj_3753 -certtemplate=obj_799 - -// 3755 -[obj_3755] -cost=78000 -model=model_4277 -2dxof=2 -2dzoom=820 -2dyan=104 -2dxan=32 -iop2=Wear -manwear=model_215 -manwear2=model_4223 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4231 -womanwear3=model_4228 -manhead=model_39292 -womanhead=model_4216 -womanhead2=model_4213 -womanhead=model_39075 -womanhead2=model_38867 -members=yes -stockmarket=yes -name=Farseer helm -certlink=obj_3756 -lentlink=obj_13410 - -// 3756 -[obj_3756] -certlink=obj_3755 -certtemplate=obj_799 - -// 3757 -[obj_3757] -model=model_4282 -2dxof=1 -2dyof=23 -2dzoom=1710 -2dyan=1940 -2dxan=332 -iop2=Wield -manwear=model_4236 -womanwear=model_4236 -members=yes -cost=5000 -name=Fremennik blade -womanwearoff=3,-11,6 - -// 3758 -[obj_3758] -model=model_4281 -2dxof=3 -2dyof=9 -2dzoom=2080 -2dyan=252 -2dxan=432 -iop2=Wield -manwear=model_4235 -womanwear=model_4235 -members=yes -cost=5000 -name=Fremennik shield -womanwearoff=-3,-11,6 - -// 3759 -[obj_3759] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=16221 -name=Fremennik cloak -certlink=obj_3760 - -// 3760 -[obj_3760] -certlink=obj_3759 -certtemplate=obj_799 - -// 3761 -[obj_3761] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=6305 -name=Fremennik cloak -certlink=obj_3762 - -// 3762 -[obj_3762] -certlink=obj_3761 -certtemplate=obj_799 - -// 3763 -[obj_3763] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=11631 -name=Fremennik cloak -certlink=obj_3764 - -// 3764 -[obj_3764] -certlink=obj_3763 -certtemplate=obj_799 - -// 3765 -[obj_3765] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=256 -name=Fremennik cloak -certlink=obj_3766 - -// 3766 -[obj_3766] -certlink=obj_3765 -certtemplate=obj_799 - -// 3767 -[obj_3767] -cost=325 -model=model_4982 -manwear=model_162 -manwear2=model_292 -manwear3=model_4391 -womanwear=model_348 -womanwear2=model_470 -womanwear3=model_4392 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=11525 -recol2s=10464 -recol2d=7297 -recol3s=7328 -recol3d=9411 -name=Fremennik shirt -certlink=obj_3768 - -// 3768 -[obj_3768] -certlink=obj_3767 -certtemplate=obj_799 - -// 3769 -[obj_3769] -cost=325 -model=model_4982 -manwear=model_162 -manwear2=model_292 -manwear3=model_4391 -womanwear=model_348 -womanwear2=model_470 -womanwear3=model_4392 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=11623 -recol2s=7328 -recol2d=10566 -recol3s=10464 -recol3d=16710 -name=Fremennik shirt -certlink=obj_3770 - -// 3770 -[obj_3770] -certlink=obj_3769 -certtemplate=obj_799 - -// 3771 -[obj_3771] -cost=325 -model=model_4982 -manwear=model_162 -manwear2=model_292 -manwear3=model_4391 -womanwear=model_348 -womanwear2=model_470 -womanwear3=model_4392 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=17897 -recol2s=7328 -recol2d=21034 -recol3s=10464 -recol3d=17863 -name=Fremennik shirt -certlink=obj_3772 - -// 3772 -[obj_3772] -certlink=obj_3771 -certtemplate=obj_799 - -// 3773 -[obj_3773] -cost=325 -model=model_4982 -manwear=model_162 -manwear2=model_292 -manwear3=model_4391 -womanwear=model_348 -womanwear2=model_470 -womanwear3=model_4392 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=9216 -recol2s=7328 -recol2d=12453 -recol3s=10464 -recol3d=10405 -name=Fremennik shirt -certlink=obj_3774 - -// 3774 -[obj_3774] -certlink=obj_3773 -certtemplate=obj_799 - -// 3775 -[obj_3775] -cost=325 -model=model_4982 -manwear=model_162 -manwear2=model_292 -manwear3=model_4391 -womanwear=model_348 -womanwear2=model_470 -womanwear3=model_4392 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=2119 -recol2s=7328 -recol2d=5288 -recol3s=10464 -recol3d=5290 -name=Fremennik shirt -certlink=obj_3776 - -// 3776 -[obj_3776] -certlink=obj_3775 -certtemplate=obj_799 - -// 3777 -[obj_3777] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=10240 -name=Fremennik cloak -certlink=obj_3778 - -// 3778 -[obj_3778] -certlink=obj_3777 -certtemplate=obj_799 - -// 3779 -[obj_3779] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=11561 -name=Fremennik cloak -certlink=obj_3780 - -// 3780 -[obj_3780] -certlink=obj_3779 -certtemplate=obj_799 - -// 3781 -[obj_3781] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=31424 -name=Fremennik cloak -certlink=obj_3782 - -// 3782 -[obj_3782] -certlink=obj_3781 -certtemplate=obj_799 - -// 3783 -[obj_3783] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=231 -name=Fremennik cloak -certlink=obj_3784 - -// 3784 -[obj_3784] -certlink=obj_3783 -certtemplate=obj_799 - -// 3785 -[obj_3785] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=13325 -name=Fremennik cloak -certlink=obj_3786 - -// 3786 -[obj_3786] -certlink=obj_3785 -certtemplate=obj_799 - -// 3787 -[obj_3787] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=26065 -name=Fremennik cloak -certlink=obj_3788 - -// 3788 -[obj_3788] -certlink=obj_3787 -certtemplate=obj_799 - -// 3789 -[obj_3789] -cost=325 -model=model_4266 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_317 -womanwear=model_479 -members=yes -stockmarket=yes -recol1s=7329 -recol1d=0 -name=Fremennik cloak -certlink=obj_3790 - -// 3790 -[obj_3790] -certlink=obj_3789 -certtemplate=obj_799 - -// 3791 -[obj_3791] -cost=650 -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=256 -name=Fremennik boots -certlink=obj_3792 - -// 3792 -[obj_3792] -certlink=obj_3791 -certtemplate=obj_799 - -// 3793 -[obj_3793] -cost=650 -model=model_2786 -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -iop2=Wear -2dyof=7 -2dzoom=1370 -2dxan=536 -members=yes -stockmarket=yes -recol1s=14724 -recol1d=256 -name=Fremennik robe -certlink=obj_3794 - -// 3794 -[obj_3794] -certlink=obj_3793 -certtemplate=obj_799 - -// 3795 -[obj_3795] -cost=650 -model=model_2521 -manwear=model_265 -womanwear=model_428 -iop2=Wear -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -stockmarket=yes -recol1s=2340 -recol1d=256 -name=Fremennik skirt -certlink=obj_3796 - -// 3796 -[obj_3796] -certlink=obj_3795 -certtemplate=obj_799 - -// 3797 -[obj_3797] -cost=650 -model=model_2483 -manwear=model_202 -womanwear=model_377 -manhead=model_39400 -womanhead=model_38748 -iop2=Wear -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -members=yes -stockmarket=yes -recol1s=239 -recol1d=256 -name=Fremennik hat -certlink=obj_3798 - -// 3798 -[obj_3798] -certlink=obj_3797 -certtemplate=obj_799 - -// 3799 -[obj_3799] -cost=650 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -members=yes -stockmarket=yes -recol1s=9473 -recol1d=256 -recol2s=10468 -recol2d=256 -name=Gloves -certlink=obj_3800 - -// 3800 -[obj_3800] -certlink=obj_3799 -certtemplate=obj_799 - -// 3801 -[obj_3801] -cost=325 -iop1=Drink -model=model_4280 -manwear=model_4393 -womanwear=model_4393 -2dyof=-3 -2dzoom=1370 -2dyan=4 -2dxan=128 -members=yes -stockmarket=yes -name=Keg of beer -certlink=obj_3802 - -// 3802 -[obj_3802] -certlink=obj_3801 -certtemplate=obj_799 - -// 3803 -[obj_3803] -cost=26 -iop1=Drink -model=model_4274 -manwear=model_4396 -womanwear=model_4396 -2dxof=-4 -2dyof=1 -2dzoom=670 -2dyan=76 -2dxan=132 -members=yes -stockmarket=yes -name=Beer -certlink=obj_3804 - -// 3804 -[obj_3804] -certlink=obj_3803 -certtemplate=obj_799 - -// 3805 -[obj_3805] -model=model_4273 -2dxof=-4 -2dyof=1 -2dzoom=670 -2dyan=76 -2dxan=132 -cost=5 -members=yes -name=Tankard -certlink=obj_3806 - -// 3806 -[obj_3806] -certlink=obj_3805 -certtemplate=obj_799 - -// 3807 -[obj_3807] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 3808 -[obj_3808] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 3809 -[obj_3809] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 3810 -[obj_3810] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 3811 -[obj_3811] -stackable=yes -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=11525 -recol1d=10468 -recol2s=10468 -recol2d=9411 -recol3s=9411 -recol3d=8354 -recol4s=8354 -recol4d=7297 - -// 3812 -[obj_3812] -stackable=yes -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=11525 -recol1d=10468 -recol2s=10468 -recol2d=9411 -recol3s=9411 -recol3d=8354 -recol4s=8354 -recol4d=7297 - -// 3813 -[obj_3813] -stackable=yes -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=11525 -recol1d=10468 -recol2s=10468 -recol2d=9411 -recol3s=9411 -recol3d=8354 -recol4s=8354 -recol4d=7297 - -// 3814 -[obj_3814] -stackable=yes -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=11525 -recol1d=10468 -recol2s=10468 -recol2d=9411 -recol3s=9411 -recol3d=8354 -recol4s=8354 -recol4d=7297 - -// 3815 -[obj_3815] -stackable=yes -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 3816 -[obj_3816] -stackable=yes -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 3817 -[obj_3817] -stackable=yes -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 3818 -[obj_3818] -stackable=yes -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 3819 -[obj_3819] -stackable=yes -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=32752 -recol1d=23292 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 3820 -[obj_3820] -stackable=yes -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=32752 -recol1d=23292 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 3821 -[obj_3821] -stackable=yes -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=32752 -recol1d=23292 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 3822 -[obj_3822] -stackable=yes -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -recol1s=32752 -recol1d=23292 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 3823 -[obj_3823] -stackable=yes -model=model_4411 -2dxof=-1 -2dyof=-42 -2dzoom=640 -2dyan=4 -2dxan=244 -dummyitem=2 -recol1s=5285 -recol1d=13504 - -// 3824 -[obj_3824] -stackable=yes -model=model_4412 -2dxof=-1 -2dyof=-42 -2dzoom=640 -2dyan=4 -2dxan=244 -dummyitem=2 -recol1s=5285 -recol1d=13504 - -// 3825 -[obj_3825] -stackable=yes -model=model_4413 -2dxof=-1 -2dyof=-42 -2dzoom=640 -2dyan=4 -2dxan=244 -dummyitem=2 -recol1s=5285 -recol1d=13504 - -// 3826 -[obj_3826] -stackable=yes -model=model_2664 -2dxof=-1 -2dyof=-42 -2dzoom=640 -2dyan=4 -2dxan=244 -dummyitem=2 -recol1s=5285 -recol1d=13504 - -// 3827 -[obj_3827] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=28534 -recol2s=23188 -recol2d=28532 -recol3s=22131 -recol3d=25365 -recol4s=21074 -recol4d=24308 -recol5s=20017 -recol5d=24306 -name=Saradomin page 1 - -// 3828 -[obj_3828] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=28534 -recol2s=23188 -recol2d=28532 -recol3s=22131 -recol3d=25365 -recol4s=21074 -recol4d=24308 -recol5s=20017 -recol5d=24306 -name=Saradomin page 2 - -// 3829 -[obj_3829] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=28534 -recol2s=23188 -recol2d=28532 -recol3s=22131 -recol3d=25365 -recol4s=21074 -recol4d=24308 -recol5s=20017 -recol5d=24306 -name=Saradomin page 3 - -// 3830 -[obj_3830] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=28534 -recol2s=23188 -recol2d=28532 -recol3s=22131 -recol3d=25365 -recol4s=21074 -recol4d=24308 -recol5s=20017 -recol5d=24306 -name=Saradomin page 4 - -// 3831 -[obj_3831] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=27251 -recol2s=23188 -recol2d=26194 -recol3s=22131 -recol3d=24146 -recol4s=21074 -recol4d=23089 -recol5s=20017 -recol5d=22032 -name=Zamorak page 1 - -// 3832 -[obj_3832] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=27251 -recol2s=23188 -recol2d=26194 -recol3s=22131 -recol3d=24146 -recol4s=21074 -recol4d=23089 -recol5s=20017 -recol5d=22032 -name=Zamorak page 2 - -// 3833 -[obj_3833] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=27251 -recol2s=23188 -recol2d=26194 -recol3s=22131 -recol3d=24146 -recol4s=21074 -recol4d=23089 -recol5s=20017 -recol5d=22032 -name=Zamorak page 3 - -// 3834 -[obj_3834] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=27251 -recol2s=23188 -recol2d=26194 -recol3s=22131 -recol3d=24146 -recol4s=21074 -recol4d=23089 -recol5s=20017 -recol5d=22032 -name=Zamorak page 4 - -// 3835 -[obj_3835] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=20179 -recol2s=23188 -recol2d=19122 -recol3s=22131 -recol3d=19058 -recol4s=21074 -recol4d=18001 -recol5s=20017 -recol5d=16944 -name=Guthix page 1 - -// 3836 -[obj_3836] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=20179 -recol2s=23188 -recol2d=19122 -recol3s=22131 -recol3d=19058 -recol4s=21074 -recol4d=18001 -recol5s=20017 -recol5d=16944 -name=Guthix page 2 - -// 3837 -[obj_3837] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=20179 -recol2s=23188 -recol2d=19122 -recol3s=22131 -recol3d=19058 -recol4s=21074 -recol4d=18001 -recol5s=20017 -recol5d=16944 -name=Guthix page 3 - -// 3838 -[obj_3838] -cost=200 -stackable=yes -members=yes -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -stockmarket=yes -recol1s=25236 -recol1d=20179 -recol2s=23188 -recol2d=19122 -recol3s=22131 -recol3d=19058 -recol4s=21074 -recol4d=18001 -recol5s=20017 -recol5d=16944 -name=Guthix page 4 - -// 3839 -[obj_3839] -model=model_2543 -iop2=Wield -iop3=Check -members=yes -manwear=model_556 -womanwear=model_556 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -cost=200 -recol1s=13504 -recol1d=28407 -recol2s=16846 -recol2d=21120 -recol3s=32759 -recol3d=16846 -name=Damaged book -womanwearoff=-3,-11,6 - -// 3840 -[obj_3840] -model=model_2543 -iop2=Wield -iop3=Preach -members=yes -cost=1000 -manwear=model_556 -womanwear=model_556 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -cost=200 -recol1s=13504 -recol1d=28407 -recol2s=16846 -recol2d=21120 -recol3s=32759 -recol3d=16846 -name=Holy book -womanwearoff=-3,-11,6 - -// 3841 -[obj_3841] -model=model_2543 -iop2=Wield -iop3=Check -members=yes -manwear=model_556 -womanwear=model_556 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -cost=200 -recol1s=13504 -recol1d=20512 -recol2s=16846 -recol2d=21120 -recol3s=32759 -recol3d=16846 -name=Damaged book -womanwearoff=-3,-11,6 - -// 3842 -[obj_3842] -model=model_2543 -iop2=Wield -iop3=Preach -members=yes -manwear=model_556 -womanwear=model_556 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -cost=200 -recol1s=13504 -recol1d=20512 -recol2s=16846 -recol2d=21120 -recol3s=32759 -recol3d=16846 -name=Unholy book -womanwearoff=-3,-11,6 - -// 3843 -[obj_3843] -model=model_2543 -iop2=Wield -iop3=Check -members=yes -manwear=model_556 -womanwear=model_556 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -cost=200 -recol1s=13504 -recol1d=448 -recol2s=16846 -recol2d=21120 -recol3s=32759 -recol3d=16846 -name=Damaged book -womanwearoff=-3,-11,6 - -// 3844 -[obj_3844] -model=model_2543 -iop2=Wield -iop3=Preach -members=yes -manwear=model_556 -womanwear=model_556 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -cost=200 -recol1s=13504 -recol1d=448 -recol2s=16846 -recol2d=21120 -recol3s=32759 -recol3d=16846 -name=Book of balance -womanwearoff=-3,-11,6 - -// 3845 -[obj_3845] -iop1=Read -members=yes -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -recol1s=13504 -recol1d=12387 -recol2s=32759 -recol2d=32752 -name=Journal - -// 3846 -[obj_3846] -iop1=Read -members=yes -model=model_2633 -2dxof=1 -2dyof=22 -2dzoom=860 -2dyan=120 -2dxan=276 -recol1s=13504 -recol1d=17732 -recol2s=32759 -recol2d=26417 -name=Diary - -// 3847 -[obj_3847] -iop1=Read -members=yes -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -recol1s=13504 -recol1d=22192 -recol2s=32759 -recol2d=32752 -recol3s=21120 -recol3d=20677 -recol4s=16846 -recol4d=20677 -name=Manual - -// 3848 -[obj_3848] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -recol1s=32480 -recol1d=17799 -name=Lighthouse key - -// 3849 -[obj_3849] -model=model_4522 -2dxof=1 -2dyof=-2 -2dzoom=1430 -2dyan=1948 -2dxan=72 -members=yes -name=Rusty casket - -// 3850 -[obj_3850] -dummyitem=2 -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -manwear=model_4591 -womanwear=model_4591 -recol1s=13504 -recol1d=7494 -recol2s=16846 -recol2d=7329 -recol3s=21120 -recol3d=7329 -womanwearoff=3,-11,6 - -// 3851 -[obj_3851] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3852 -[obj_3852] -certlink=obj_1724 -certtemplate=obj_799 - -// 3853 -[obj_3853] -cost=1050 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -stockmarket=yes -recol1s=11561 -recol1d=1110 -name=Games necklace(8) -certlink=obj_3854 - -// 3854 -[obj_3854] -certlink=obj_3853 -certtemplate=obj_799 - -// 3855 -[obj_3855] -cost=1050 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -stockmarket=yes -recol1s=11561 -recol1d=1110 -name=Games necklace(7) -certlink=obj_3856 - -// 3856 -[obj_3856] -certlink=obj_3855 -certtemplate=obj_799 - -// 3857 -[obj_3857] -cost=1050 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -stockmarket=yes -recol1s=11561 -recol1d=1110 -name=Games necklace(6) -certlink=obj_3858 - -// 3858 -[obj_3858] -certlink=obj_3857 -certtemplate=obj_799 - -// 3859 -[obj_3859] -cost=1050 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -stockmarket=yes -recol1s=11561 -recol1d=1110 -name=Games necklace(5) -certlink=obj_3860 - -// 3860 -[obj_3860] -certlink=obj_3859 -certtemplate=obj_799 - -// 3861 -[obj_3861] -cost=1050 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -stockmarket=yes -recol1s=11561 -recol1d=1110 -name=Games necklace(4) -certlink=obj_3862 - -// 3862 -[obj_3862] -certlink=obj_3861 -certtemplate=obj_799 - -// 3863 -[obj_3863] -cost=1050 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -stockmarket=yes -recol1s=11561 -recol1d=1110 -name=Games necklace(3) -certlink=obj_3864 - -// 3864 -[obj_3864] -certlink=obj_3863 -certtemplate=obj_799 - -// 3865 -[obj_3865] -cost=1050 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -stockmarket=yes -recol1s=11561 -recol1d=1110 -name=Games necklace(2) -certlink=obj_3866 - -// 3866 -[obj_3866] -certlink=obj_3865 -certtemplate=obj_799 - -// 3867 -[obj_3867] -cost=1050 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -stockmarket=yes -recol1s=11561 -recol1d=1110 -name=Games necklace(1) -certlink=obj_3868 - -// 3868 -[obj_3868] -certlink=obj_3867 -certtemplate=obj_799 - -// 3869 -[obj_3869] -model=model_2399 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3870 -[obj_3870] -model=model_2652 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3871 -[obj_3871] -model=model_2737 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3872 -[obj_3872] -model=model_2405 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3873 -[obj_3873] -model=model_2481 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3874 -[obj_3874] -model=model_2340 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3875 -[obj_3875] -model=model_2734 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3876 -[obj_3876] -model=model_2707 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3877 -[obj_3877] -model=model_2382 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3878 -[obj_3878] -model=model_2735 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3879 -[obj_3879] -model=model_2665 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3880 -[obj_3880] -model=model_2434 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -recol1s=16846 -recol1d=29958 -name=Board game piece - -// 3881 -[obj_3881] -model=model_2399 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3882 -[obj_3882] -model=model_2652 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3883 -[obj_3883] -model=model_2737 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3884 -[obj_3884] -model=model_2405 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3885 -[obj_3885] -model=model_2481 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3886 -[obj_3886] -model=model_2340 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3887 -[obj_3887] -model=model_2734 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3888 -[obj_3888] -model=model_2707 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3889 -[obj_3889] -model=model_2382 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3890 -[obj_3890] -model=model_2735 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3891 -[obj_3891] -model=model_2665 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3892 -[obj_3892] -model=model_2434 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=2 -members=yes -ambient=30 - -// 3893 -[obj_3893] -cost=800 -model=model_2544 -manwear=model_4610 -womanwear=model_4610 -members=yes -dummyitem=1 -2dxof=4 -2dyof=7 -2dzoom=740 -2dyan=2004 -2dxan=1812 -name=Stool -womanwearoff=3,-11,6 - -// 3894 -[obj_3894] -cost=1 -members=yes -cost=1 -model=model_2429 -2dyof=2 -2dzoom=760 -2dyan=28 -2dxan=552 -recol1s=29489 -recol1d=14762 -name=Awful anthem - -// 3895 -[obj_3895] -cost=1 -members=yes -cost=1 -model=model_2429 -2dyof=2 -2dzoom=760 -2dyan=28 -2dxan=552 -recol1s=29489 -recol1d=26183 -name=Good anthem - -// 3896 -[obj_3896] -cost=1 -members=yes -cost=1 -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -recol1s=15648 -recol1d=14762 -recol2s=32759 -recol2d=26183 -name=Treaty - -// 3897 -[obj_3897] -cost=1 -members=yes -cost=1 -model=model_4630 -2dxof=2 -2dyof=5 -2dzoom=460 -2dyan=2044 -2dxan=424 -name=Giant nib - -// 3898 -[obj_3898] -cost=1 -members=yes -cost=1 -model=model_4629 -2dxof=1 -2dyof=27 -2dzoom=1830 -2dyan=1500 -2dxan=300 -name=Giant pen - -// 3899 -[obj_3899] -cost=15 -model=model_3566 -2dxof=-4 -2dyof=2 -2dzoom=980 -2dyan=948 -2dxan=604 -iop2=Wield -manwear=model_3604 -womanwear=model_3604 -members=yes -recol1s=6342 -recol1d=16704 -name=Iron sickle -womanwearoff=3,-11,6 - -// 3900 -[obj_3900] -model=model_2742 -cost=0 -name=Picture - -// 3901 -[obj_3901] -model=model_2543 -iop1=Read -members=yes -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -recol1s=13504 -recol1d=448 -recol2s=16846 -recol2d=21120 -recol3s=32759 -recol3d=16846 -name=Ghrim's book - -// 3902 -[obj_3902] -model=model_4671 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop1=Open -name=Picture - -// 3903 -[obj_3903] -model=model_2742 -cost=0 -name=Picture - -// 3904 -[obj_3904] -model=model_4671 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3905 -[obj_3905] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3906 -[obj_3906] -model=model_4672 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3907 -[obj_3907] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3908 -[obj_3908] -model=model_4673 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3909 -[obj_3909] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3910 -[obj_3910] -model=model_4674 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3911 -[obj_3911] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3912 -[obj_3912] -model=model_4675 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3913 -[obj_3913] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3914 -[obj_3914] -model=model_4676 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3915 -[obj_3915] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3916 -[obj_3916] -model=model_4677 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3917 -[obj_3917] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3918 -[obj_3918] -model=model_4678 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3919 -[obj_3919] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3920 -[obj_3920] -model=model_4679 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3921 -[obj_3921] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3922 -[obj_3922] -model=model_4680 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3923 -[obj_3923] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3924 -[obj_3924] -model=model_4681 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3925 -[obj_3925] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3926 -[obj_3926] -model=model_4682 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3927 -[obj_3927] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3928 -[obj_3928] -model=model_4683 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3929 -[obj_3929] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3930 -[obj_3930] -model=model_4684 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3931 -[obj_3931] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3932 -[obj_3932] -model=model_4685 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3933 -[obj_3933] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3934 -[obj_3934] -model=model_4686 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3935 -[obj_3935] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3936 -[obj_3936] -model=model_4687 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3937 -[obj_3937] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3938 -[obj_3938] -model=model_4688 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3939 -[obj_3939] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3940 -[obj_3940] -model=model_4689 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3941 -[obj_3941] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3942 -[obj_3942] -model=model_4690 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3943 -[obj_3943] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3944 -[obj_3944] -model=model_4691 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3945 -[obj_3945] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3946 -[obj_3946] -model=model_4692 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3947 -[obj_3947] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3948 -[obj_3948] -model=model_4693 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3949 -[obj_3949] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3950 -[obj_3950] -model=model_4694 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -iop5=Move -dummyitem=1 -name=Sliding button - -// 3951 -[obj_3951] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3952 -[obj_3952] -model=model_4671 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3953 -[obj_3953] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3954 -[obj_3954] -model=model_4672 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3955 -[obj_3955] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3956 -[obj_3956] -model=model_4673 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3957 -[obj_3957] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3958 -[obj_3958] -model=model_4674 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3959 -[obj_3959] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3960 -[obj_3960] -model=model_4675 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3961 -[obj_3961] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3962 -[obj_3962] -model=model_4676 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3963 -[obj_3963] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3964 -[obj_3964] -model=model_4677 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3965 -[obj_3965] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3966 -[obj_3966] -model=model_4678 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3967 -[obj_3967] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3968 -[obj_3968] -model=model_4679 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3969 -[obj_3969] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3970 -[obj_3970] -model=model_4680 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3971 -[obj_3971] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3972 -[obj_3972] -model=model_4681 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3973 -[obj_3973] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3974 -[obj_3974] -model=model_4682 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3975 -[obj_3975] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3976 -[obj_3976] -model=model_4683 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3977 -[obj_3977] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3978 -[obj_3978] -model=model_4684 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3979 -[obj_3979] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3980 -[obj_3980] -model=model_4685 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3981 -[obj_3981] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3982 -[obj_3982] -model=model_4686 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3983 -[obj_3983] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3984 -[obj_3984] -model=model_4687 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3985 -[obj_3985] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3986 -[obj_3986] -model=model_4688 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3987 -[obj_3987] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3988 -[obj_3988] -model=model_4689 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3989 -[obj_3989] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3990 -[obj_3990] -model=model_4690 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3991 -[obj_3991] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3992 -[obj_3992] -model=model_4691 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3993 -[obj_3993] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3994 -[obj_3994] -model=model_4692 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3995 -[obj_3995] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3996 -[obj_3996] -model=model_4693 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3997 -[obj_3997] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 3998 -[obj_3998] -model=model_4694 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -dummyitem=1 -iop5=Move -name=Sliding button - -// 3999 -[obj_3999] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4000 -[obj_4000] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 4001 -[obj_4001] -model=model_8859 -2dyof=-30 -2dzoom=2500 -2dyan=384 -2dzan=1964 -2dxan=192 -cost=5 -recol1s=19909 -recol1d=14693 -recol2s=17861 -recol2d=13668 -recol3s=16868 -recol3d=11652 -recol4s=16932 -recol4d=11716 -recol5s=15941 -recol5d=10756 -recol6s=32753 -recol6d=25427 -name=Hardy gout tuber - -// 4002 -[obj_4002] -members=yes -model=model_4709 -2dxof=3 -2dyof=8 -2dzoom=1820 -2dxan=388 -iop1=View -recol1s=16846 -recol1d=5250 -name=Spare controls - -// 4003 -[obj_4003] -model=model_2742 -cost=0 -stackable=yes -name=Picture - -// 4004 -[obj_4004] -members=yes -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -name=Gnome royal seal - -// 4005 -[obj_4005] -members=yes -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -recol1s=32759 -recol1d=32403 -name=Narnode's orders - -// 4006 -[obj_4006] -members=yes -cost=10 -model=model_4710 -2dxof=3 -2dyof=-22 -2dzoom=1250 -2dyan=1864 -2dxan=216 -iop4=Listen -name=Monkey dentures - -// 4007 -[obj_4007] -members=yes -cost=800 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -iop4=Listen -recol1s=11488 -recol1d=12678 -name=Enchanted bar - -// 4008 -[obj_4008] -members=yes -cost=3 -model=model_2520 -2dxof=1 -2dyof=-2 -2dzoom=690 -2dyan=256 -2dxan=364 -name=Eye of gnome - -// 4009 -[obj_4009] -members=yes -cost=3 -model=model_2520 -2dxof=1 -2dyof=-2 -2dzoom=690 -2dyan=256 -2dxan=364 -stackable=yes -name=Eye of gnome - -// 4010 -[obj_4010] -members=yes -cost=500 -cost=3 -model=model_2520 -2dxof=1 -2dyof=-2 -2dzoom=690 -2dyan=256 -2dxan=364 -name=Monkey magic - -// 4011 -[obj_4011] -model=model_2742 -cost=0 -name=Picture - -// 4012 -[obj_4012] -members=yes -cost=3 -model=model_4713 -2dyof=-2 -2dzoom=910 -2dyan=484 -2dxan=384 -iop1=Eat -name=Monkey nuts - -// 4013 -[obj_4013] -model=model_2742 -cost=0 -name=Picture - -// 4014 -[obj_4014] -members=yes -cost=50 -model=model_2410 -2dxof=1 -2dyof=41 -2dzoom=950 -2dyan=208 -2dxan=276 -iop1=Eat -name=Monkey bar - -// 4015 -[obj_4015] -model=model_2742 -cost=0 -name=Picture - -// 4016 -[obj_4016] -members=yes -cost=300 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -iop1=Eat -recolhsl1s=21119 -recolhsl1d=8890 -name=Banana stew - -// 4017 -[obj_4017] -model=model_2742 -cost=0 -name=Picture - -// 4018 -[obj_4018] -members=yes -cost=10 -model=model_2520 -2dxof=1 -2dyof=-2 -2dzoom=690 -2dyan=256 -2dxan=364 -name=Monkey wrench - -// 4019 -[obj_4019] -model=model_2742 -cost=0 -name=Picture - -// 4020 -[obj_4020] -members=yes -cost=10 -model=model_4707 -2dxof=4 -2dyof=3 -2dzoom=620 -2dyan=96 -2dxan=340 -name=M'amulet mould - -// 4021 -[obj_4021] -members=yes -cost=550 -model=model_4706 -2dyof=37 -2dzoom=520 -2dxan=332 -manwear=model_4666 -womanwear=model_4668 -iop2=Wear -name=M'speak amulet - -// 4022 -[obj_4022] -members=yes -cost=500 -model=model_4708 -2dyof=32 -2dzoom=330 -2dxan=448 -name=M'speak amulet - -// 4023 -[obj_4023] -members=yes -cost=1000 -model=model_4715 -2dyof=13 -2dzoom=750 -2dyan=4 -2dxan=456 -iop2=Hold -name=Monkey talisman - -// 4024 -[obj_4024] -members=yes -cost=3000 -model=model_4715 -2dyof=13 -2dzoom=750 -2dyan=4 -2dxan=456 -iop2=Hold -recol1s=18960 -recol1d=5285 -recol2s=32767 -recol2d=16772 -recol3s=0 -recol3d=31808 -name=Monkey greegree - -// 4025 -[obj_4025] -members=yes -cost=6000 -model=model_4715 -2dyof=13 -2dzoom=750 -2dyan=4 -2dxan=456 -iop2=Hold -recol1s=18960 -recol1d=5285 -recol2s=32767 -recol2d=16772 -recol3s=0 -recol3d=31808 -name=Monkey greegree - -// 4026 -[obj_4026] -members=yes -cost=1000 -model=model_4715 -2dyof=13 -2dzoom=750 -2dyan=4 -2dxan=456 -iop2=Hold -recol1s=18960 -recol1d=6342 -recol2s=32767 -recol2d=10504 -recol3s=0 -recol3d=31808 -name=Monkey greegree - -// 4027 -[obj_4027] -members=yes -cost=1500 -model=model_4715 -2dyof=13 -2dzoom=750 -2dyan=4 -2dxan=456 -iop2=Hold -recol1s=18960 -recol1d=6342 -recol2s=32767 -recol2d=10504 -recol3s=0 -recol3d=31808 -name=Monkey greegree - -// 4028 -[obj_4028] -members=yes -cost=10000 -model=model_4715 -2dyof=13 -2dzoom=750 -2dyan=4 -2dxan=456 -iop2=Hold -recol1s=18960 -recol1d=1118 -recol2s=32767 -recol2d=10504 -recol3s=0 -recol3d=31808 -name=Monkey greegree - -// 4029 -[obj_4029] -members=yes -cost=500 -model=model_4715 -2dyof=13 -2dzoom=750 -2dyan=4 -2dxan=456 -iop2=Hold -recol1s=18960 -recol1d=7592 -recol2s=32767 -recol2d=16772 -recol3s=0 -recol3d=31808 -name=Monkey greegree - -// 4030 -[obj_4030] -members=yes -cost=2000 -model=model_4715 -2dyof=13 -2dzoom=750 -2dyan=4 -2dxan=456 -iop2=Hold -recol1s=18960 -recol1d=7592 -recol2s=32767 -recol2d=16772 -recol3s=0 -recol3d=31808 -name=Monkey greegree - -// 4031 -[obj_4031] -members=yes -cost=500 -model=model_4715 -2dyof=13 -2dzoom=750 -2dyan=4 -2dxan=456 -iop2=Hold -recol1s=18960 -recol1d=9409 -recol2s=32767 -recol2d=16772 -recol3s=0 -recol3d=31808 -name=Monkey greegree - -// 4032 -[obj_4032] -model=model_4835 -2dzoom=130 -2dxan=512 -dummyitem=1 -name=Dummy - -// 4033 -[obj_4033] -members=yes -model=model_4711 -2dxof=-3 -2dyof=7 -2dzoom=1590 -2dxan=488 -iop1=Poke -name=Monkey -param=param_59,1 - -// 4034 -[obj_4034] -members=yes -model=model_4714 -2dxof=1 -2dyof=-10 -2dzoom=820 -2dyan=136 -2dxan=96 -name=Monkey skull - -// 4035 -[obj_4035] -members=yes -model=model_4712 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -manwear=model_4667 -womanwear=model_4669 -iop2=Wear -name=10th squad sigil - -// 4036 -[obj_4036] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4037 -[obj_4037] -model=model_5661 -2dyof=6 -2dzoom=2060 -2dxan=464 -iop2=Wield -manwear=model_4850 -womanwear=model_4850 -members=yes -name=Saradomin banner -womanwearoff=3,-11,6 -certlink=obj_4038 - -// 4038 -[obj_4038] -certlink=obj_4037 -certtemplate=obj_799 - -// 4039 -[obj_4039] -model=model_5662 -2dyof=6 -2dzoom=2060 -2dxan=464 -iop2=Wield -manwear=model_4851 -womanwear=model_4851 -members=yes -name=Zamorak banner -womanwearoff=3,-11,6 -certlink=obj_4040 - -// 4040 -[obj_4040] -certlink=obj_4039 -certtemplate=obj_799 - -// 4041 -[obj_4041] -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_4604 -womanwear=model_4849 -manhead=model_38588 -womanhead=model_38587 -members=yes -team=1 -recol1s=14724 -recol1d=12759 -recol2s=8386 -recol2d=15928 -recol3s=6272 -recol3d=2251 -recol4s=32736 -recol4d=32756 -name=Hooded cloak - -// 4042 -[obj_4042] -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_4604 -womanwear=model_4849 -manhead=model_38588 -womanhead=model_38587 -members=yes -team=2 -recol1s=14724 -recol1d=20707 -recol2s=8386 -recol2d=20773 -recol3s=6272 -recol3d=13441 -recol4s=32736 -recol4d=7266 -name=Hooded cloak - -// 4043 -[obj_4043] -model=model_4846 -2dxof=-1 -2dyof=-2 -2dzoom=1220 -2dyan=1788 -2dxan=52 -members=yes -name=Rock -certlink=obj_4044 - -// 4044 -[obj_4044] -certlink=obj_4043 -certtemplate=obj_799 - -// 4045 -[obj_4045] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=30304 -name=Explosive potion -certlink=obj_4046 - -// 4046 -[obj_4046] -certlink=obj_4045 -certtemplate=obj_799 - -// 4047 -[obj_4047] -model=model_1842 -2dxof=-2 -2dyof=-30 -2dzoom=1240 -2dyan=1976 -2dxan=188 -members=yes -recol1s=11524 -recol1d=7296 -name=Climbing rope -certlink=obj_4048 - -// 4048 -[obj_4048] -certlink=obj_4047 -certtemplate=obj_799 - -// 4049 -[obj_4049] -model=model_4845 -2dxof=-1 -2dzoom=1200 -2dyan=1884 -2dxan=436 -iop1=Heal -members=yes -name=Bandages -certlink=obj_4050 - -// 4050 -[obj_4050] -certlink=obj_4049 -certtemplate=obj_799 - -// 4051 -[obj_4051] -model=model_4847 -2dxof=5 -2dyof=-5 -2dzoom=1310 -2dyan=1704 -2dxan=136 -members=yes -name=Toolkit -certlink=obj_4052 - -// 4052 -[obj_4052] -certlink=obj_4051 -certtemplate=obj_799 - -// 4053 -[obj_4053] -model=model_38204 -2dxof=-2 -2dyof=100 -2dzoom=2200 -2dyan=1481 -2dxan=312 -iop1=Set-up -members=yes -name=Barricade -certlink=obj_4054 - -// 4054 -[obj_4054] -certlink=obj_4053 -certtemplate=obj_799 - -// 4055 -[obj_4055] -model=model_2543 -cost=5 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop1=Read -recol1s=13504 -recol1d=11558 -recol2s=32759 -recol2d=32722 -recol3s=21120 -recol3d=6340 -recol4s=16846 -recol4d=6340 -name=Castlewars manual - -// 4056 -[obj_4056] -model=model_4863 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -members=yes -dummyitem=2 - -// 4057 -[obj_4057] -model=model_4864 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -members=yes -dummyitem=2 - -// 4058 -[obj_4058] -model=model_4865 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -members=yes -dummyitem=2 - -// 4059 -[obj_4059] -model=model_4866 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -members=yes -dummyitem=2 - -// 4060 -[obj_4060] -model=model_4867 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -members=yes -dummyitem=2 - -// 4061 -[obj_4061] -model=model_4868 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -members=yes -dummyitem=2 - -// 4062 -[obj_4062] -model=model_4869 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -members=yes -dummyitem=2 - -// 4063 -[obj_4063] -model=model_4870 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -members=yes -dummyitem=2 - -// 4064 -[obj_4064] -model=model_4871 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -members=yes -dummyitem=2 - -// 4065 -[obj_4065] -model=model_4872 -2dxof=-1 -2dyof=1 -2dzoom=2180 -2dxan=520 -members=yes -dummyitem=2 - -// 4066 -[obj_4066] -model=model_2217 -dummyitem=2 -members=yes -2dxof=11 -2dyof=-72 -2dzoom=5270 -2dyan=1848 -2dzan=2028 -2dxan=188 - -// 4067 -[obj_4067] -model=model_3663 -cost=1 -2dzoom=1160 -2dyan=1888 -2dzan=8 -2dxan=308 -members=yes -stackable=yes -recol1s=19150 -recol1d=19911 -name=Castle wars ticket - -// 4068 -[obj_4068] -cost=500 -members=yes -model=model_2503 -2dxof=6 -2dyof=-49 -2dzoom=1530 -2dyan=408 -2dxan=224 -manwear=model_522 -womanwear=model_522 -iop2=Wield -recol1s=10578 -recol1d=20512 -recol2s=13790 -recol2d=1107 -recol3s=21148 -recol3d=1107 -recol4s=24351 -recol4d=1107 -recol5s=17981 -recol5d=1107 -recol6s=32767 -recol6d=24313 -name=Decorative sword -womanwearoff=3,-11,6 - -// 4069 -[obj_4069] -cost=2000 -model=model_2605 -members=yes -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -recol1s=16846 -recol1d=20512 -recol2s=11561 -recol2d=1107 -name=Decorative armour - -// 4070 -[obj_4070] -cost=1000 -members=yes -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -recol1s=16846 -recol1d=1107 -recol2s=11561 -recol2d=20512 -recol3s=15789 -recol3d=1107 -name=Decorative armour - -// 4071 -[obj_4071] -cost=300 -model=model_2833 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -recol1s=15392 -recol1d=1107 -recol2s=16846 -recol2d=20512 -name=Decorative helm - -// 4072 -[obj_4072] -model=model_2339 -members=yes -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=850 -manwear=model_486 -womanwear=model_486 -recol1s=16846 -recol1d=20512 -recol2s=7296 -recol2d=1107 -recol3s=15789 -recol3d=1107 -name=Decorative shield -womanwearoff=-3,-11,6 - -// 4073 -[obj_4073] -model=model_40604 -manwear=model_33031 -womanwear=model_33031 -2dxof=-1 -2dyof=45 -2dzoom=848 -2dyan=69 -2dxan=290 -members=yes -name=Damp tinderbox -certlink=obj_4074 - -// 4074 -[obj_4074] -certlink=obj_4073 -certtemplate=obj_799 - -// 4075 -[obj_4075] -model=model_4917 -2dyof=-15 -2dzoom=790 -2dyan=236 -2dzan=2044 -2dxan=208 -members=yes -name=Glowing fungus - -// 4076 -[obj_4076] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 4077 -[obj_4077] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -name=Crystal-mine key - -// 4078 -[obj_4078] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -recol1s=32480 -recol1d=23188 -name=Zealot's key - -// 4079 -[obj_4079] -cost=10 -model=model_4928 -iop1=Play -iop2=Loop -iop3=Walk -iop4=Crazy -2dxof=7 -2dyof=5 -2dzoom=560 -2dyan=2036 -2dxan=196 -name=Yo-yo - -// 4080 -[obj_4080] -dummyitem=2 -model=model_4927 -manwear=model_4927 -womanwear=model_4927 -womanwearoff=3,-11,6 - -// 4081 -[obj_4081] -model=model_4934 -2dxof=2 -2dyof=-18 -2dzoom=440 -2dyan=72 -2dxan=172 -iop2=Wear -manwear=model_4932 -womanwear=model_4933 -members=yes -recol1s=13537 -recol1d=32767 -name=Salve amulet - -// 4082 -[obj_4082] -model=model_4935 -2dyof=1 -2dzoom=180 -2dyan=2044 -members=yes -name=Salve shard - -// 4083 -[obj_4083] -model=model_4937 -2dzoom=1960 -2dyan=160 -2dxan=136 -manwear=model_4946 -womanwear=model_4946 -members=yes -cost=150 -name=Sled - -// 4084 -[obj_4084] -model=model_4937 -2dzoom=1960 -2dyan=160 -2dxan=136 -iop2=Ride -manwear=model_4946 -womanwear=model_4946 -members=yes -cost=175 -recol1s=24137 -recol1d=25130 -recol2s=20935 -recol2d=23974 -recol3s=16707 -recol3d=18755 -name=Sled - -// 4085 -[obj_4085] -model=model_4876 -manwear=model_4875 -womanwear=model_4875 -2dxof=1 -2dyof=-8 -2dzoom=520 -2dyan=1936 -2dxan=176 -members=yes -cost=15 -name=Wax - -// 4086 -[obj_4086] -model=model_1781 -2dyof=-2 -2dzoom=840 -2dyan=816 -2dxan=612 -iop2=Wield -manwear=model_677 -womanwear=model_677 -members=yes -cost=5 -recol1s=9702 -recol1d=14925 -recol2s=21017 -recol2d=18136 -recol3s=20503 -recol3d=16022 -recol4s=15990 -recol4d=20250 -recol5s=28450 -recol5d=22364 -name=Trollweiss -womanwearoff=3,-11,6 - -// 4087 -[obj_4087] -model=model_5026 -2dyof=-8 -2dzoom=1740 -2dxan=444 -cost=270000 -iop2=Wear -manwear=model_5024 -womanwear=model_5025 -members=yes -stockmarket=yes -name=Dragon platelegs -certlink=obj_4088 -lentlink=obj_13488 - -// 4088 -[obj_4088] -certlink=obj_4087 -certtemplate=obj_799 - -// 4089 -[obj_4089] -cost=15000 -model=model_5040 -iop2=Wear -manwear=model_5027 -womanwear=model_5033 -manhead=model_39497 -womanhead=model_38737 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_39991 -womanhead2=model_39101 -members=yes -2dyof=-18 -2dzoom=980 -2dyan=220 -2dxan=208 -stockmarket=yes -name=Mystic hat -certlink=obj_4090 -lentlink=obj_13508 - -// 4090 -[obj_4090] -certlink=obj_4089 -certtemplate=obj_799 - -// 4091 -[obj_4091] -cost=120000 -model=model_5043 -iop2=Wear -manwear=model_4952 -womanwear=model_5029 -manwear2=model_5028 -womanwear2=model_5035 -members=yes -2dzoom=1870 -2dyan=176 -2dxan=376 -stockmarket=yes -name=Mystic robe top -certlink=obj_4092 -lentlink=obj_13509 - -// 4092 -[obj_4092] -certlink=obj_4091 -certtemplate=obj_799 - -// 4093 -[obj_4093] -cost=80000 -model=model_5042 -iop2=Wear -manwear=model_4844 -womanwear=model_5034 -members=yes -2dxof=5 -2dyof=7 -2dzoom=1690 -2dyan=2024 -2dxan=408 -ambient=30 -contrast=20 -stockmarket=yes -name=Mystic robe bottom -certlink=obj_4094 -lentlink=obj_13510 - -// 4094 -[obj_4094] -certlink=obj_4093 -certtemplate=obj_799 - -// 4095 -[obj_4095] -cost=10000 -model=model_5039 -iop2=Wear -manwear=model_4953 -womanwear=model_5030 -members=yes -2dyof=3 -2dzoom=830 -2dxan=536 -stockmarket=yes -name=Mystic gloves -certlink=obj_4096 -lentlink=obj_13511 - -// 4096 -[obj_4096] -certlink=obj_4095 -certtemplate=obj_799 - -// 4097 -[obj_4097] -cost=10000 -model=model_5038 -iop2=Wear -manwear=model_4955 -womanwear=model_5032 -members=yes -2dyof=-4 -2dzoom=770 -2dyan=1988 -2dxan=188 -stockmarket=yes -name=Mystic boots -certlink=obj_4098 -lentlink=obj_13512 - -// 4098 -[obj_4098] -certlink=obj_4097 -certtemplate=obj_799 - -// 4099 -[obj_4099] -cost=15000 -model=model_5040 -iop2=Wear -manwear=model_5027 -womanwear=model_5033 -manhead=model_39497 -womanhead=model_38737 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_39991 -womanhead2=model_39101 -members=yes -2dyof=-18 -2dzoom=980 -2dyan=220 -2dxan=208 -stockmarket=yes -recol1s=22266 -recol1d=14368 -recol2s=12894 -recol2d=6276 -recol3s=9654 -recol3d=0 -recol4s=26460 -recol4d=14368 -recol5s=32635 -recol5d=14368 -name=Mystic hat -certlink=obj_4100 -lentlink=obj_13513 - -// 4100 -[obj_4100] -certlink=obj_4099 -certtemplate=obj_799 - -// 4101 -[obj_4101] -cost=120000 -model=model_5043 -iop2=Wear -manwear=model_4952 -womanwear=model_5029 -manwear2=model_5028 -womanwear2=model_5035 -members=yes -2dzoom=1870 -2dyan=176 -2dxan=376 -stockmarket=yes -recol1s=12894 -recol1d=6276 -recol2s=9654 -recol2d=0 -recol3s=26460 -recol3d=14368 -name=Mystic robe top -certlink=obj_4102 -lentlink=obj_13514 - -// 4102 -[obj_4102] -certlink=obj_4101 -certtemplate=obj_799 - -// 4103 -[obj_4103] -cost=80000 -model=model_5042 -iop2=Wear -manwear=model_4844 -womanwear=model_5034 -members=yes -2dxof=5 -2dyof=7 -2dzoom=1690 -2dyan=2024 -2dxan=408 -stockmarket=yes -recol1s=22266 -recol1d=14368 -recol2s=12894 -recol2d=6276 -recol3s=9654 -recol3d=0 -recol4s=32635 -recol4d=14368 -recol5s=4367 -recol5d=0 -name=Mystic robe bottom -certlink=obj_4104 -lentlink=obj_13515 - -// 4104 -[obj_4104] -certlink=obj_4103 -certtemplate=obj_799 - -// 4105 -[obj_4105] -cost=10000 -model=model_5039 -iop2=Wear -manwear=model_4953 -womanwear=model_5030 -members=yes -2dyof=3 -2dzoom=830 -2dxan=536 -stockmarket=yes -recol1s=22266 -recol1d=14368 -recol2s=12894 -recol2d=0 -name=Mystic gloves -certlink=obj_4106 -lentlink=obj_13516 - -// 4106 -[obj_4106] -certlink=obj_4105 -certtemplate=obj_799 - -// 4107 -[obj_4107] -cost=10000 -model=model_5038 -iop2=Wear -manwear=model_4955 -womanwear=model_5032 -members=yes -2dyof=-4 -2dzoom=770 -2dyan=1988 -2dxan=188 -stockmarket=yes -recol1s=4367 -recol1d=0 -name=Mystic boots -certlink=obj_4108 -lentlink=obj_13517 - -// 4108 -[obj_4108] -certlink=obj_4107 -certtemplate=obj_799 - -// 4109 -[obj_4109] -cost=15000 -model=model_5040 -iop2=Wear -manwear=model_5027 -womanwear=model_5033 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39497 -womanhead=model_38737 -manhead2=model_39991 -womanhead2=model_39101 -members=yes -2dyof=-18 -2dzoom=980 -2dyan=220 -2dxan=208 -stockmarket=yes -recol1s=22266 -recol1d=32517 -recol2s=12894 -recol2d=28407 -recol3s=9654 -recol3d=32767 -recol4s=26460 -recol4d=32517 -recol5s=32635 -recol5d=32517 -name=Mystic hat -certlink=obj_4110 -lentlink=obj_13518 - -// 4110 -[obj_4110] -certlink=obj_4109 -certtemplate=obj_799 - -// 4111 -[obj_4111] -cost=120000 -model=model_5043 -iop2=Wear -manwear=model_4952 -womanwear=model_5029 -manwear2=model_5028 -womanwear2=model_5035 -members=yes -2dzoom=1870 -2dyan=176 -2dxan=376 -stockmarket=yes -recol1s=12894 -recol1d=28407 -recol2s=9654 -recol2d=32767 -recol3s=26460 -recol3d=32517 -name=Mystic robe top -certlink=obj_4112 -lentlink=obj_13519 - -// 4112 -[obj_4112] -certlink=obj_4111 -certtemplate=obj_799 - -// 4113 -[obj_4113] -cost=80000 -model=model_5042 -iop2=Wear -manwear=model_4844 -womanwear=model_5034 -members=yes -2dxof=5 -2dyof=7 -2dzoom=1690 -2dyan=2024 -2dxan=408 -stockmarket=yes -recol1s=22266 -recol1d=32517 -recol2s=12894 -recol2d=28407 -recol3s=9654 -recol3d=32767 -recol4s=32635 -recol4d=32517 -recol5s=4367 -recol5d=32767 -name=Mystic robe bottom -certlink=obj_4114 -lentlink=obj_13520 - -// 4114 -[obj_4114] -certlink=obj_4113 -certtemplate=obj_799 - -// 4115 -[obj_4115] -cost=10000 -model=model_5039 -iop2=Wear -manwear=model_4953 -womanwear=model_5030 -members=yes -2dyof=3 -2dzoom=830 -2dxan=536 -stockmarket=yes -recol1s=22266 -recol1d=32517 -recol2s=12894 -recol2d=28407 -name=Mystic gloves -certlink=obj_4116 -lentlink=obj_13521 - -// 4116 -[obj_4116] -certlink=obj_4115 -certtemplate=obj_799 - -// 4117 -[obj_4117] -cost=10000 -model=model_5038 -iop2=Wear -manwear=model_4955 -womanwear=model_5032 -members=yes -2dyof=-4 -2dzoom=770 -2dyan=1988 -2dxan=188 -stockmarket=yes -recol1s=4367 -recol1d=32767 -name=Mystic boots -certlink=obj_4118 -lentlink=obj_13522 - -// 4118 -[obj_4118] -certlink=obj_4117 -certtemplate=obj_799 - -// 4119 -[obj_4119] -cost=24 -model=model_5037 -iop2=Wear -manwear=model_4954 -womanwear=model_5031 -members=yes -2dxof=3 -2dyof=-3 -2dzoom=770 -2dyan=156 -2dxan=164 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze boots -certlink=obj_4120 - -// 4120 -[obj_4120] -certlink=obj_4119 -certtemplate=obj_799 - -// 4121 -[obj_4121] -cost=84 -model=model_5037 -iop2=Wear -manwear=model_4954 -womanwear=model_5031 -members=yes -2dxof=3 -2dyof=-3 -2dzoom=770 -2dyan=156 -2dxan=164 -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron boots -certlink=obj_4122 - -// 4122 -[obj_4122] -certlink=obj_4121 -certtemplate=obj_799 - -// 4123 -[obj_4123] -cost=300 -model=model_5037 -iop2=Wear -manwear=model_4954 -womanwear=model_5031 -members=yes -2dxof=3 -2dyof=-3 -2dzoom=770 -2dyan=156 -2dxan=164 -stockmarket=yes -name=Steel boots -certlink=obj_4124 - -// 4124 -[obj_4124] -certlink=obj_4123 -certtemplate=obj_799 - -// 4125 -[obj_4125] -cost=576 -model=model_5037 -iop2=Wear -manwear=model_4954 -womanwear=model_5031 -members=yes -2dxof=3 -2dyof=-3 -2dzoom=770 -2dyan=156 -2dxan=164 -stockmarket=yes -recol1s=16846 -recol1d=2114 -name=Black boots -certlink=obj_4126 - -// 4126 -[obj_4126] -certlink=obj_4125 -certtemplate=obj_799 - -// 4127 -[obj_4127] -cost=780 -model=model_5037 -iop2=Wear -manwear=model_4954 -womanwear=model_5031 -members=yes -2dxof=3 -2dyof=-3 -2dzoom=770 -2dyan=156 -2dxan=164 -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril boots -certlink=obj_4128 - -// 4128 -[obj_4128] -certlink=obj_4127 -certtemplate=obj_799 - -// 4129 -[obj_4129] -cost=1920 -model=model_5037 -iop2=Wear -manwear=model_4954 -womanwear=model_5031 -members=yes -2dxof=3 -2dyof=-3 -2dzoom=770 -2dyan=156 -2dxan=164 -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant boots -certlink=obj_4130 - -// 4130 -[obj_4130] -certlink=obj_4129 -certtemplate=obj_799 - -// 4131 -[obj_4131] -cost=12500 -model=model_5037 -iop2=Wear -manwear=model_4954 -womanwear=model_5031 -members=yes -2dxof=3 -2dyof=-3 -2dzoom=770 -2dyan=156 -2dxan=164 -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune boots -certlink=obj_4132 -lentlink=obj_13782 - -// 4132 -[obj_4132] -certlink=obj_4131 -certtemplate=obj_799 - -// 4133 -[obj_4133] -model=model_33727 -2dxof=7 -2dyof=-19 -2dzoom=3024 -2dyan=1200 -2dxan=54 -dummyitem=1 -name=Crawling hand - -// 4134 -[obj_4134] -model=model_34553 -2dyof=-14 -2dzoom=1872 -2dyan=1907 -2dxan=108 -dummyitem=1 -name=Cave crawler - -// 4135 -[obj_4135] -model=model_34577 -2dxof=-1 -2dyof=-5 -2dzoom=4032 -2dyan=1772 -2dxan=81 -dummyitem=1 -name=Banshee - -// 4136 -[obj_4136] -model=model_34590 -2dxof=-3 -2dyof=-20 -2dzoom=976 -2dyan=1943 -2dxan=135 -dummyitem=1 -name=Rockslug - -// 4137 -[obj_4137] -model=model_34387 -2dxof=-12 -2dzoom=3536 -2dyan=1721 -2dxan=57 -dummyitem=1 -name=Cockatrice - -// 4138 -[obj_4138] -model=model_34385 -2dyof=-19 -2dzoom=2896 -2dyan=1952 -2dxan=57 -dummyitem=1 -name=Pyrefiend - -// 4139 -[obj_4139] -model=model_34563 -2dxof=-7 -2dyof=24 -2dzoom=3792 -2dyan=9 -2dxan=360 -dummyitem=1 -name=Basilisk - -// 4140 -[obj_4140] -model=model_34392 -2dxof=-4 -2dyof=-31 -2dzoom=3664 -2dyan=1835 -2dxan=111 -dummyitem=1 -name=Infernal mage - -// 4141 -[obj_4141] -model=model_33714 -2dyof=-100 -2dzoom=4048 -2dyan=1937 -2dxan=216 -dummyitem=1 -name=Bloodveld - -// 4142 -[obj_4142] -model=model_34594 -2dzoom=2512 -2dyan=1808 -2dxan=132 -dummyitem=1 -name=Jelly - -// 4143 -[obj_4143] -model=model_2931 -2dxof=-9 -2dyof=-4 -2dzoom=1616 -2dyan=1892 -2dxan=42 -dummyitem=1 -name=Turoth - -// 4144 -[obj_4144] -model=model_34564 -2dxof=-7 -2dyof=-15 -2dzoom=4422 -2dyan=1862 -2dxan=96 -dummyitem=1 -name=Abberant spectre - -// 4145 -[obj_4145] -dummyitem=1 -model=model_5076 -2dzoom=3930 -2dyan=84 -name=Dust devil - -// 4146 -[obj_4146] -model=model_34568 -2dxof=-11 -2dyof=-43 -2dzoom=4432 -2dyan=1856 -2dxan=129 -dummyitem=1 -name=Kurask - -// 4147 -[obj_4147] -model=model_34556 -2dxof=-23 -2dyof=-31 -2dzoom=4422 -2dyan=1763 -2dxan=78 -dummyitem=1 -name=Gargoyle - -// 4148 -[obj_4148] -model=model_2948 -2dxof=4 -2dyof=-7 -2dzoom=3792 -2dyan=1910 -2dxan=69 -dummyitem=1 -name=Nechryael - -// 4149 -[obj_4149] -dummyitem=1 -model=model_5062 -2dzoom=5200 -2dyan=144 -2dxan=72 -name=Abyssal demon - -// 4150 -[obj_4150] -dummyitem=1 -model=model_5049 -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -name=Broad arrows - -// 4151 -[obj_4151] -model=model_5412 -2dxof=-2 -2dyof=56 -2dzoom=840 -2dxan=280 -iop2=Wield -manwear=model_5409 -womanwear=model_5409 -members=yes -cost=120001 -stockmarket=yes -name=Abyssal whip -womanwearoff=3,-11,6 -certlink=obj_4152 -lentlink=obj_13444 - -// 4152 -[obj_4152] -certlink=obj_4151 -certtemplate=obj_799 - -// 4153 -[obj_4153] -model=model_5413 -2dxof=-1 -2dyof=17 -2dyan=36 -2dxan=308 -iop2=Wield -manwear=model_5410 -womanwear=model_5410 -members=yes -cost=50000 -stockmarket=yes -name=Granite maul -womanwearoff=3,-11,6 -certlink=obj_4154 -lentlink=obj_13445 - -// 4154 -[obj_4154] -certlink=obj_4153 -certtemplate=obj_799 - -// 4155 -[obj_4155] -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -manwear=model_516 -womanwear=model_516 -members=yes -iop1=Activate -recol1s=32271 -recol1d=23261 -recol2s=17440 -recol2d=16922 -recol3s=11296 -recol3d=3179 -recol4s=32767 -recol4d=16922 -name=Enchanted gem -womanwearoff=3,-11,6 - -// 4156 -[obj_4156] -cost=1000 -model=model_5058 -2dxof=1 -2dzoom=1910 -2dyan=400 -2dxan=480 -iop2=Wield -manwear=model_5112 -womanwear=model_5112 -members=yes -cost=5000 -stockmarket=yes -name=Mirror shield -womanwearoff=-3,-11,6 -certlink=obj_4157 - -// 4157 -[obj_4157] -certlink=obj_4156 -certtemplate=obj_799 - -// 4158 -[obj_4158] -cost=31000 -model=model_5057 -iop2=Wield -manwear=model_5111 -womanwear=model_5111 -2dxof=1 -2dyof=6 -2dyan=472 -2dxan=368 -members=yes -name=Leaf-bladed spear -womanwearoff=3,-11,6 - -// 4159 -[obj_4159] -cost=31000 -model=model_5057 -iop2=Wield -manwear=model_5111 -womanwear=model_5111 -2dxof=1 -2dyof=6 -2dyan=472 -2dxan=368 -members=yes -stackable=yes -name=Leaf-bladed spear -womanwearoff=3,-11,6 - -// 4160 -[obj_4160] -cost=90 -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -members=yes -model=model_5049 -iop2=Wield -count1=obj_4175,2 -count2=obj_4174,3 -count3=obj_4173,4 -count4=obj_4172,5 -recol1s=10368 -recol1d=9445 -name=Broad arrow - -// 4161 -[obj_4161] -cost=10 -model=model_5048 -2dxof=-4 -2dyof=-5 -2dzoom=590 -2dyan=1824 -2dxan=120 -manwear=model_5110 -womanwear=model_5110 -stackable=yes -members=yes -stockmarket=yes -name=Bag of salt -womanwearoff=3,-11,6 - -// 4162 -[obj_4162] -cost=500 -model=model_5059 -manwear=model_5113 -womanwear=model_5113 -2dxof=3 -2dyof=-49 -2dzoom=1460 -2dyan=88 -2dxan=248 -members=yes -stockmarket=yes -name=Rock hammer -womanwearoff=3,-11,6 -certlink=obj_4163 - -// 4163 -[obj_4163] -certlink=obj_4162 -certtemplate=obj_799 - -// 4164 -[obj_4164] -cost=200 -model=model_5056 -2dxof=3 -2dyof=-15 -2dzoom=480 -2dyan=156 -2dxan=208 -iop2=Wear -manwear=model_5104 -womanwear=model_5109 -manhead=model_39178 -womanhead=model_38869 -members=yes -stockmarket=yes -recol1s=25330 -recol1d=12646 -recol2s=21102 -recol2d=16874 -name=Face mask -certlink=obj_4165 - -// 4165 -[obj_4165] -certlink=obj_4164 -certtemplate=obj_799 - -// 4166 -[obj_4166] -cost=200 -model=model_5055 -2dxof=4 -2dyof=5 -2dzoom=490 -2dyan=2020 -2dzan=252 -2dxan=552 -iop2=Wear -manwear=model_5102 -womanwear=model_5108 -manhead=model_39309 -womanhead=model_38882 -members=yes -stockmarket=yes -recol1s=4162 -recol1d=7264 -recol2s=2048 -recol2d=10435 -name=Earmuffs -certlink=obj_4167 - -// 4167 -[obj_4167] -certlink=obj_4166 -certtemplate=obj_799 - -// 4168 -[obj_4168] -cost=200 -model=model_5054 -2dxof=2 -2dyof=7 -2dzoom=320 -2dyan=112 -2dxan=332 -iop2=Wear -manwear=model_5101 -womanwear=model_5107 -manhead=model_39295 -womanhead=model_38863 -iop2=Wear -members=yes -stockmarket=yes -name=Nose peg -certlink=obj_4169 - -// 4169 -[obj_4169] -certlink=obj_4168 -certtemplate=obj_799 - -// 4170 -[obj_4170] -cost=21000 -model=model_5060 -2dxof=-2 -2dyof=30 -2dzoom=1890 -2dyan=44 -2dxan=296 -iop2=Wield -manwear=model_5036 -womanwear=model_5036 -members=yes -stockmarket=yes -name=Slayer's staff -womanwearoff=3,-11,6 -certlink=obj_4171 - -// 4171 -[obj_4171] -certlink=obj_4170 -certtemplate=obj_799 - -// 4172 -[obj_4172] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -members=yes -model=model_5053 -iop2=Wield -recol1s=10368 -recol1d=9445 -name=Broad arrows - -// 4173 -[obj_4173] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -members=yes -model=model_5052 -iop2=Wield -recol1s=10368 -recol1d=9445 -name=Broad arrows - -// 4174 -[obj_4174] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -members=yes -model=model_5051 -iop2=Wield -recol1s=10368 -recol1d=9445 -name=Broad arrows - -// 4175 -[obj_4175] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -members=yes -model=model_5050 -iop2=Wield -recol1s=10368 -recol1d=9445 -name=Broad arrows - -// 4176 -[obj_4176] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4177 -[obj_4177] -iop1=Push -iop2=Pull -iop3=Abuse -iop4=Pluck -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 4178 -[obj_4178] -model=model_5412 -2dxof=-2 -2dyof=56 -2dzoom=840 -2dxan=280 -iop2=Wield -cost=6 -name=Abyssal whip - -// 4179 -[obj_4179] -model=model_5124 -2dxof=1 -2dyof=11 -2dzoom=1270 -2dyan=2012 -2dxan=328 -members=yes -name=Stick - -// 4180 -[obj_4180] -model=model_5026 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -cost=6 -name=Dragon platelegs - -// 4181 -[obj_4181] -model=model_5123 -manwear=model_5186 -womanwear=model_5186 -iop2=Wear -members=yes -2dyof=113 -2dzoom=1690 -2dxan=72 -name=Mouth grip - -// 4182 -[obj_4182] -model=model_4057 -2dxof=3 -2dyof=-1 -2dzoom=800 -2dyan=1770 -2dzan=97 -2dxan=581 -cost=6 -recol1s=288 -recol1d=8485 -recol2s=448 -recol2d=15783 -name=Goutweed - -// 4183 -[obj_4183] -members=yes -model=model_5161 -2dxof=-1 -2dyof=1 -2dzoom=700 -2dxan=292 -name=Star amulet - -// 4184 -[obj_4184] -members=yes -model=model_5154 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dxan=468 -recol1s=32480 -recol1d=16874 -recol2s=15789 -recol2d=11561 -name=Cavern key - -// 4185 -[obj_4185] -members=yes -model=model_5154 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dxan=468 -recol1s=32480 -recol1d=5452 -name=Tower key - -// 4186 -[obj_4186] -members=yes -model=model_5156 -2dxof=-3 -2dyof=1 -2dzoom=710 -2dyan=40 -2dxan=560 -recol1s=32480 -recol1d=24032 -name=Shed key - -// 4187 -[obj_4187] -members=yes -model=model_5160 -2dxof=-4 -2dyof=3 -2dzoom=600 -2dyan=1876 -2dxan=304 -name=Marble amulet - -// 4188 -[obj_4188] -members=yes -model=model_5162 -2dxof=5 -2dyof=3 -2dzoom=600 -2dyan=1876 -2dxan=304 -name=Obsidian amulet - -// 4189 -[obj_4189] -members=yes -model=model_5152 -2dxof=2 -2dyof=12 -2dzoom=1450 -2dyan=1988 -2dxan=684 -name=Garden cane - -// 4190 -[obj_4190] -members=yes -model=model_5150 -2dxof=1 -2dzoom=1880 -2dxan=476 -name=Garden brush - -// 4191 -[obj_4191] -members=yes -model=model_5151 -2dyof=-2 -2dzoom=2010 -2dyan=36 -2dxan=300 -name=Extended brush - -// 4192 -[obj_4192] -members=yes -model=model_5151 -2dyof=-2 -2dzoom=2010 -2dyan=36 -2dxan=300 -name=Extended brush - -// 4193 -[obj_4193] -members=yes -model=model_5151 -2dyof=-2 -2dzoom=2010 -2dyan=36 -2dxan=300 -manwear=model_5146 -womanwear=model_5146 -name=Extended brush - -// 4194 -[obj_4194] -members=yes -model=model_5164 -2dyof=5 -2dzoom=1310 -2dyan=1920 -2dxan=412 -name=Torso - -// 4195 -[obj_4195] -members=yes -model=model_5148 -2dxof=5 -2dyof=5 -2dzoom=1800 -2dyan=2040 -2dxan=396 -name=Arms - -// 4196 -[obj_4196] -members=yes -model=model_5157 -2dxof=4 -2dyof=13 -2dzoom=1760 -2dyan=1784 -2dxan=380 -name=Legs - -// 4197 -[obj_4197] -members=yes -model=model_5155 -2dxof=3 -2dyof=5 -2dzoom=760 -2dyan=176 -2dxan=320 -name=Decapitated head - -// 4198 -[obj_4198] -members=yes -model=model_5155 -2dxof=6 -2dyof=2 -2dzoom=760 -2dyan=2036 -2dxan=568 -name=Decapitated head - -// 4199 -[obj_4199] -members=yes -model=model_5149 -2dzoom=960 -2dyan=1836 -2dxan=120 -name=Pickled brain - -// 4200 -[obj_4200] -members=yes -model=model_5159 -2dxof=3 -2dyof=-2 -2dzoom=1390 -2dyan=160 -2dxan=236 -name=Conductor mould - -// 4201 -[obj_4201] -members=yes -model=model_5158 -2dyof=27 -2dzoom=1540 -2dyan=500 -2dxan=292 -name=Conductor - -// 4202 -[obj_4202] -members=yes -model=model_5163 -iop2=Wear -2dzoom=350 -2dxan=1436 -name=Ring of charos - -// 4203 -[obj_4203] -members=yes -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -recol1s=16846 -recol1d=29760 -recol2s=13504 -recol2d=10597 -recol3s=21120 -recol3d=10597 -name=Journal - -// 4204 -[obj_4204] -members=yes -model=model_2838 -iop1=Read -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32563 -recol1d=13640 -name=Letter - -// 4205 -[obj_4205] -model=model_5194 -members=yes -resizex=80 -resizey=80 -resizez=80 -2dzoom=1450 -recol1s=29597 -recol1d=11561 -name=Consecration seed - -// 4206 -[obj_4206] -model=model_5194 -iop1=Plant -members=yes -resizex=80 -resizey=80 -resizez=80 -2dzoom=1450 -name=Consecration seed - -// 4207 -[obj_4207] -model=model_5194 -members=yes -resizex=80 -resizey=80 -resizez=80 -2dzoom=1450 -stockmarket=yes -recol1s=29597 -recol1d=11561 -name=Crystal seed -certlink=obj_4208 - -// 4208 -[obj_4208] -certlink=obj_4207 -certtemplate=obj_799 - -// 4209 -[obj_4209] -cost=2 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13504 -recol1d=7456 -name=Cadarn lineage - -// 4210 -[obj_4210] -model=model_2742 -cost=0 -name=Tinderbox - -// 4211 -[obj_4211] -model=model_5194 -members=yes -2dxof=1 -name=Elf crystal - -// 4212 -[obj_4212] -model=model_3902 -members=yes -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -cost=900000 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -stockmarket=yes -name=New crystal bow -womanwearoff=3,-11,6 -certlink=obj_4213 - -// 4213 -[obj_4213] -certlink=obj_4212 -certtemplate=obj_799 - -// 4214 -[obj_4214] -model=model_3902 -members=yes -cost=900000 -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -name=Crystal bow full -womanwearoff=3,-11,6 - -// 4215 -[obj_4215] -model=model_3902 -members=yes -cost=800000 -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -name=Crystal bow 9/10 -womanwearoff=3,-11,6 - -// 4216 -[obj_4216] -model=model_3902 -members=yes -cost=700000 -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -name=Crystal bow 8/10 -womanwearoff=3,-11,6 - -// 4217 -[obj_4217] -model=model_3902 -members=yes -cost=600000 -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -name=Crystal bow 7/10 -womanwearoff=3,-11,6 - -// 4218 -[obj_4218] -model=model_3902 -members=yes -cost=500000 -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -name=Crystal bow 6/10 -womanwearoff=3,-11,6 - -// 4219 -[obj_4219] -model=model_3902 -members=yes -cost=400000 -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -name=Crystal bow 5/10 -womanwearoff=3,-11,6 - -// 4220 -[obj_4220] -model=model_3902 -members=yes -cost=300000 -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -name=Crystal bow 4/10 -womanwearoff=3,-11,6 - -// 4221 -[obj_4221] -model=model_3902 -members=yes -cost=200000 -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -name=Crystal bow 3/10 -womanwearoff=3,-11,6 - -// 4222 -[obj_4222] -model=model_3902 -members=yes -cost=100000 -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -name=Crystal bow 2/10 -womanwearoff=3,-11,6 - -// 4223 -[obj_4223] -model=model_3902 -members=yes -cost=50000 -2dxof=1 -2dzoom=1570 -2dyan=55 -2dxan=249 -iop2=Wield -manwear=model_5197 -womanwear=model_5197 -name=Crystal bow 1/10 -womanwearoff=3,-11,6 - -// 4224 -[obj_4224] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=800000 -stockmarket=yes -name=New crystal shield -womanwearoff=-3,-11,6 -certlink=obj_4235 - -// 4225 -[obj_4225] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=750000 -name=Crystal shield full -womanwearoff=-3,-11,6 - -// 4226 -[obj_4226] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=670000 -name=Crystal shield 9/10 -womanwearoff=-3,-11,6 - -// 4227 -[obj_4227] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=590000 -name=Crystal shield 8/10 -womanwearoff=-3,-11,6 - -// 4228 -[obj_4228] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=510000 -name=Crystal shield 7/10 -womanwearoff=-3,-11,6 - -// 4229 -[obj_4229] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=430000 -name=Crystal shield 6/10 -womanwearoff=-3,-11,6 - -// 4230 -[obj_4230] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=350000 -name=Crystal shield 5/10 -womanwearoff=-3,-11,6 - -// 4231 -[obj_4231] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=270000 -name=Crystal shield 4/10 -womanwearoff=-3,-11,6 - -// 4232 -[obj_4232] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=190000 -name=Crystal shield 3/10 -womanwearoff=-3,-11,6 - -// 4233 -[obj_4233] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=100000 -name=Crystal shield 2/10 -womanwearoff=-3,-11,6 - -// 4234 -[obj_4234] -iop2=Wield -model=model_5198 -manwear=model_5196 -womanwear=model_5196 -2dxof=-1 -2dyof=33 -2dzoom=1720 -2dyan=928 -2dxan=232 -members=yes -cost=25000 -name=Crystal shield 1/10 -womanwearoff=-3,-11,6 - -// 4235 -[obj_4235] -certlink=obj_4224 -certtemplate=obj_799 - -// 4236 -[obj_4236] -cost=160 -model=model_2832 -2dxof=2 -2dyof=15 -2dzoom=1820 -2dyan=1004 -2dxan=460 -iop2=Wield -manwear=model_563 -womanwear=model_563 -members=yes -recol1s=7330 -recol1d=24096 -name=Signed oak bow -womanwearoff=3,-11,6 - -// 4237 -[obj_4237] -cost=4 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -iop2=Drink -iop3=Empty -members=yes -recol1s=22174 -recol1d=18163 -name=Nettle-water - -// 4238 -[obj_4238] -model=model_5260 -2dzoom=910 -2dyan=1856 -2dxan=204 -members=yes -name=Puddle of slime - -// 4239 -[obj_4239] -cost=4 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -iop2=Drink -iop3=Empty -members=yes -recol1s=22174 -recol1d=6470 -name=Nettle tea - -// 4240 -[obj_4240] -cost=4 -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -iop2=Drink -iop3=Empty -members=yes -recol1s=22174 -recol1d=11688 -name=Nettle tea - -// 4241 -[obj_4241] -cost=3 -model=model_5248 -2dxof=-5 -2dyof=-27 -2dzoom=1430 -2dyan=1708 -2dxan=236 -members=yes -name=Nettles - -// 4242 -[obj_4242] -cost=10 -iop2=Drink -iop3=Empty -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -recol1s=18848 -recol1d=6470 -name=Cup of tea - -// 4243 -[obj_4243] -cost=10 -iop2=Drink -iop3=Empty -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -recol1s=18848 -recol1d=11688 -name=Cup of tea - -// 4244 -[obj_4244] -cost=2 -model=model_5240 -members=yes -2dyof=2 -2dzoom=620 -2dyan=84 -2dxan=156 -name=Porcelain cup - -// 4245 -[obj_4245] -cost=10 -iop2=Drink -iop3=Empty -model=model_5241 -2dyof=2 -2dzoom=620 -2dyan=84 -2dxan=156 -members=yes -recol1s=16846 -recol1d=6470 -name=Cup of tea - -// 4246 -[obj_4246] -cost=10 -iop2=Drink -iop3=Empty -model=model_5241 -2dyof=2 -2dzoom=620 -2dyan=84 -2dxan=156 -members=yes -recol1s=16846 -recol1d=11688 -name=Cup of tea - -// 4247 -[obj_4247] -model=model_4056 -2dxof=5 -2dyof=8 -2dzoom=2010 -2dyan=116 -2dxan=408 -members=yes -recol1s=28436 -recol1d=5446 -name=Mystical robes - -// 4248 -[obj_4248] -model=model_5239 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -name=Book of haricanto - -// 4249 -[obj_4249] -members=yes -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -recol1s=13504 -recol1d=6471 -recol2s=32759 -recol2d=23279 -recol3s=21120 -recol3d=2242 -recol4s=16846 -recol4d=2242 -name=Translation manual - -// 4250 -[obj_4250] -cost=35 -members=yes -model=model_14991 -2dzoom=480 -2dyan=97 -2dxan=207 -iop2=Wear -manwear=model_15006 -womanwear=model_15011 -recol1s=32593 -recol1d=21363 -recol2s=25264 -recol2d=13039 -name=Ghostspeak amulet - -// 4251 -[obj_4251] -iop1=Empty -members=yes -model=model_5245 -manwear=model_5229 -womanwear=model_5229 -2dyof=-5 -2dzoom=890 -2dyan=24 -2dxan=156 -iop5=Destroy -name=Ectophial -womanwearoff=3,-11,6 - -// 4252 -[obj_4252] -members=yes -model=model_5246 -2dyof=-5 -2dzoom=890 -2dyan=24 -2dxan=156 -iop5=Destroy -name=Ectophial - -// 4253 -[obj_4253] -model=model_5247 -2dxof=-2 -2dyof=-4 -2dzoom=780 -2dyan=1916 -2dxan=156 -iop1=Repair -members=yes -name=Model ship - -// 4254 -[obj_4254] -model=model_5247 -2dxof=-2 -2dyof=-4 -2dzoom=780 -2dyan=1916 -2dxan=156 -iop1=Inspect -members=yes -name=Model ship - -// 4255 -[obj_4255] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4256 -[obj_4256] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4257 -[obj_4257] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4258 -[obj_4258] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=7399 -name=Bonemeal - -// 4259 -[obj_4259] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=7399 -name=Bonemeal - -// 4260 -[obj_4260] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=18960 -name=Bonemeal - -// 4261 -[obj_4261] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=21074 -name=Bonemeal - -// 4262 -[obj_4262] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=22131 -name=Bonemeal - -// 4263 -[obj_4263] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4264 -[obj_4264] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4265 -[obj_4265] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4266 -[obj_4266] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4267 -[obj_4267] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4268 -[obj_4268] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4269 -[obj_4269] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4270 -[obj_4270] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4271 -[obj_4271] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4272 -[obj_4272] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -recol1s=32480 -recol1d=19210 -name=Bone key - -// 4273 -[obj_4273] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -name=Chest key - -// 4274 -[obj_4274] -model=model_5250 -2dyof=11 -2dzoom=1020 -2dyan=48 -2dxan=348 -members=yes -name=Map scrap - -// 4275 -[obj_4275] -model=model_5251 -2dyof=11 -2dzoom=1020 -2dyan=48 -2dxan=348 -members=yes -name=Map scrap - -// 4276 -[obj_4276] -model=model_5252 -2dyof=11 -2dzoom=1020 -2dyan=48 -2dxan=348 -members=yes -name=Map scrap - -// 4277 -[obj_4277] -model=model_5249 -2dyof=11 -2dzoom=1020 -2dyan=48 -2dxan=348 -iop1=Read -iop2=Follow -members=yes -name=Treasure map - -// 4278 -[obj_4278] -model=model_5242 -2dxof=1 -2dzoom=970 -2dyan=88 -2dxan=496 -count1=obj_4279,2 -count2=obj_4281,3 -stackable=yes -members=yes -name=Ecto-token - -// 4279 -[obj_4279] -model=model_5243 -2dxof=1 -2dzoom=970 -2dyan=88 -2dxan=496 -dummyitem=2 - -// 4280 -[obj_4280] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4281 -[obj_4281] -model=model_5244 -2dxof=1 -2dzoom=970 -2dyan=88 -2dxan=496 -dummyitem=2 - -// 4282 -[obj_4282] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4283 -[obj_4283] -members=yes -model=model_2838 -iop1=Count -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32563 -recol1d=13640 -name=Petition form - -// 4284 -[obj_4284] -members=yes -model=model_2725 -2dyof=-15 -2dzoom=1360 -2dxan=368 -iop2=Wear -recol1s=27412 -recol1d=17862 -name=Bedsheet - -// 4285 -[obj_4285] -members=yes -model=model_2725 -2dyof=-15 -2dzoom=1360 -2dxan=368 -iop2=Wear -recol1s=27412 -recol1d=16147 -name=Bedsheet - -// 4286 -[obj_4286] -members=yes -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -recol1s=173 -recol1d=6086 -name=Bucket of slime - -// 4287 -[obj_4287] -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -cost=1 -members=yes -stockmarket=yes -recol1s=25664 -recol1d=11618 -recol2s=32767 -recol2d=20373 -name=Raw beef -certlink=obj_4288 - -// 4288 -[obj_4288] -certlink=obj_4287 -certtemplate=obj_799 - -// 4289 -[obj_4289] -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -cost=1 -members=yes -stockmarket=yes -recol1s=15619 -recol1d=11683 -recol2s=18959 -recol2d=13805 -name=Raw chicken -certlink=obj_4290 - -// 4290 -[obj_4290] -certlink=obj_4289 -certtemplate=obj_799 - -// 4291 -[obj_4291] -iop1=Eat -cost=4 -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -members=yes -stockmarket=yes -recol1s=15619 -recol1d=4420 -name=Cooked chicken -certlink=obj_4292 - -// 4292 -[obj_4292] -certlink=obj_4291 -certtemplate=obj_799 - -// 4293 -[obj_4293] -iop1=Eat -cost=4 -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -members=yes -stockmarket=yes -recol1s=25664 -recol1d=4356 -recol2s=32767 -recol2d=5605 -name=Cooked meat -certlink=obj_4294 - -// 4294 -[obj_4294] -certlink=obj_4293 -certtemplate=obj_799 - -// 4295 -[obj_4295] -model=model_39022 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=14724 -recol1d=17416 -name=Female h.a.m. - -// 4296 -[obj_4296] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4297 -[obj_4297] -model=model_40678 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=14724 -recol1d=17416 -name=Male h.a.m. - -// 4298 -[obj_4298] -cost=75 -model=model_2786 -members=yes -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_292 -manwear2=model_170 -womanwear=model_470 -womanwear2=model_348 -iop2=Wear -stockmarket=yes -recol1s=14724 -recol1d=17416 -retex1s=material_202 -retex1d=material_268 -retex2s=material_257 -retex2d=material_272 -name=Ham shirt -certlink=obj_4299 - -// 4299 -[obj_4299] -certlink=obj_4298 -certtemplate=obj_799 - -// 4300 -[obj_4300] -cost=75 -model=model_2521 -members=yes -2dyof=1 -2dzoom=1940 -2dxan=572 -iop2=Wear -manwear=model_265 -womanwear=model_428 -stockmarket=yes -recol1s=2340 -recol1d=17416 -name=Ham robe -certlink=obj_4301 - -// 4301 -[obj_4301] -certlink=obj_4300 -certtemplate=obj_799 - -// 4302 -[obj_4302] -cost=75 -model=model_5419 -2dzoom=730 -2dyan=2036 -iop2=Wear -manwear=model_5430 -womanwear=model_5435 -manhead=model_38094 -womanhead=model_39128 -members=yes -stockmarket=yes -recol1s=12685 -recol1d=17416 -recol2s=7363 -recol2d=17416 -recol3s=14724 -recol3d=17416 -name=Ham hood -certlink=obj_4303 - -// 4303 -[obj_4303] -certlink=obj_4302 -certtemplate=obj_799 - -// 4304 -[obj_4304] -cost=75 -model=model_5417 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_41758 -womanwear=model_41759 -members=yes -stockmarket=yes -recol1s=15392 -recol1d=17416 -recol2s=8386 -recol2d=17416 -recol3s=32736 -recol3d=17416 -recol4s=8320 -recol4d=17416 -name=Ham cloak -certlink=obj_4305 - -// 4305 -[obj_4305] -certlink=obj_4304 -certtemplate=obj_799 - -// 4306 -[obj_4306] -cost=75 -model=model_5418 -iop2=Wear -2dxof=6 -2dyof=5 -2dzoom=610 -2dyan=1924 -2dxan=348 -manwear=model_5434 -womanwear=model_5434 -members=yes -stockmarket=yes -name=H.a.m logo -certlink=obj_4307 - -// 4307 -[obj_4307] -certlink=obj_4306 -certtemplate=obj_799 - -// 4308 -[obj_4308] -cost=75 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -members=yes -stockmarket=yes -recol1s=9473 -recol1d=17416 -recol2s=10468 -recol2d=17416 -name=Gloves -certlink=obj_4309 - -// 4309 -[obj_4309] -certlink=obj_4308 -certtemplate=obj_799 - -// 4310 -[obj_4310] -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -cost=75 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -stockmarket=yes -recol1s=7298 -recol1d=17416 -name=Boots -certlink=obj_4311 - -// 4311 -[obj_4311] -certlink=obj_4310 -certtemplate=obj_799 - -// 4312 -[obj_4312] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4313 -[obj_4313] -cost=2 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13504 -recol1d=13377 -name=Crystal of seren - -// 4314 -[obj_4314] -model=model_2742 -cost=0 -name=Tinderbox - -// 4315 -[obj_4315] -cost=50 -team=1 -iop2=Wear -model=model_5604 -manwear=model_5584 -womanwear=model_5594 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-1 cape -certlink=obj_4316 - -// 4316 -[obj_4316] -certlink=obj_4315 -certtemplate=obj_799 - -// 4317 -[obj_4317] -cost=50 -team=2 -iop2=Wear -model=model_5606 -manwear=model_5586 -womanwear=model_5596 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-2 cape -certlink=obj_4318 - -// 4318 -[obj_4318] -certlink=obj_4317 -certtemplate=obj_799 - -// 4319 -[obj_4319] -cost=50 -team=3 -iop2=Wear -model=model_5607 -manwear=model_5587 -womanwear=model_5597 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-3 cape -certlink=obj_4320 - -// 4320 -[obj_4320] -certlink=obj_4319 -certtemplate=obj_799 - -// 4321 -[obj_4321] -cost=50 -team=4 -iop2=Wear -model=model_5608 -manwear=model_5588 -womanwear=model_5598 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-4 cape -certlink=obj_4322 - -// 4322 -[obj_4322] -certlink=obj_4321 -certtemplate=obj_799 - -// 4323 -[obj_4323] -cost=50 -team=5 -iop2=Wear -model=model_5609 -manwear=model_5589 -womanwear=model_5599 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-5 cape -certlink=obj_4324 - -// 4324 -[obj_4324] -certlink=obj_4323 -certtemplate=obj_799 - -// 4325 -[obj_4325] -cost=50 -team=6 -iop2=Wear -model=model_5610 -manwear=model_5590 -womanwear=model_5600 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-6 cape -certlink=obj_4326 - -// 4326 -[obj_4326] -certlink=obj_4325 -certtemplate=obj_799 - -// 4327 -[obj_4327] -cost=50 -team=7 -iop2=Wear -model=model_5611 -manwear=model_5591 -womanwear=model_5601 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-7 cape -certlink=obj_4328 - -// 4328 -[obj_4328] -certlink=obj_4327 -certtemplate=obj_799 - -// 4329 -[obj_4329] -cost=50 -team=8 -iop2=Wear -model=model_5612 -manwear=model_5592 -womanwear=model_5602 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-8 cape -certlink=obj_4330 - -// 4330 -[obj_4330] -certlink=obj_4329 -certtemplate=obj_799 - -// 4331 -[obj_4331] -cost=50 -team=9 -iop2=Wear -model=model_5613 -manwear=model_5593 -womanwear=model_5603 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-9 cape -certlink=obj_4332 - -// 4332 -[obj_4332] -certlink=obj_4331 -certtemplate=obj_799 - -// 4333 -[obj_4333] -cost=50 -team=10 -iop2=Wear -model=model_5605 -manwear=model_5585 -womanwear=model_5595 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-10 cape -certlink=obj_4334 - -// 4334 -[obj_4334] -certlink=obj_4333 -certtemplate=obj_799 - -// 4335 -[obj_4335] -cost=50 -team=11 -iop2=Wear -model=model_5604 -manwear=model_5584 -womanwear=model_5594 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=32588 -recol2s=15747 -recol2d=25090 -name=Team-11 cape -certlink=obj_4336 - -// 4336 -[obj_4336] -certlink=obj_4335 -certtemplate=obj_799 - -// 4337 -[obj_4337] -cost=50 -team=12 -iop2=Wear -model=model_5606 -manwear=model_5586 -womanwear=model_5596 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=32588 -recol2s=15747 -recol2d=25090 -name=Team-12 cape -certlink=obj_4338 - -// 4338 -[obj_4338] -certlink=obj_4337 -certtemplate=obj_799 - -// 4339 -[obj_4339] -cost=50 -team=13 -iop2=Wear -model=model_5607 -manwear=model_5587 -womanwear=model_5597 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=32588 -recol2s=15747 -recol2d=25090 -name=Team-13 cape -certlink=obj_4340 - -// 4340 -[obj_4340] -certlink=obj_4339 -certtemplate=obj_799 - -// 4341 -[obj_4341] -cost=50 -team=14 -iop2=Wear -model=model_5608 -manwear=model_5588 -womanwear=model_5598 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=32588 -recol2s=15747 -recol2d=25090 -name=Team-14 cape -certlink=obj_4342 - -// 4342 -[obj_4342] -certlink=obj_4341 -certtemplate=obj_799 - -// 4343 -[obj_4343] -cost=50 -team=15 -iop2=Wear -model=model_5609 -manwear=model_5589 -womanwear=model_5599 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=32588 -recol2s=15747 -recol2d=25090 -name=Team-15 cape -certlink=obj_4344 - -// 4344 -[obj_4344] -certlink=obj_4343 -certtemplate=obj_799 - -// 4345 -[obj_4345] -cost=50 -team=16 -iop2=Wear -model=model_5610 -manwear=model_5590 -womanwear=model_5600 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=32588 -recol2s=15747 -recol2d=25090 -name=Team-16 cape -certlink=obj_4346 - -// 4346 -[obj_4346] -certlink=obj_4345 -certtemplate=obj_799 - -// 4347 -[obj_4347] -cost=50 -team=17 -iop2=Wear -model=model_5611 -manwear=model_5591 -womanwear=model_5601 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=32588 -recol2s=15747 -recol2d=25090 -name=Team-17 cape -certlink=obj_4348 - -// 4348 -[obj_4348] -certlink=obj_4347 -certtemplate=obj_799 - -// 4349 -[obj_4349] -cost=50 -team=18 -iop2=Wear -model=model_5612 -manwear=model_5592 -womanwear=model_5602 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=32588 -recol2s=15747 -recol2d=25090 -name=Team-18 cape -certlink=obj_4350 - -// 4350 -[obj_4350] -certlink=obj_4349 -certtemplate=obj_799 - -// 4351 -[obj_4351] -cost=50 -team=19 -iop2=Wear -model=model_5613 -manwear=model_5593 -womanwear=model_5603 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=32588 -recol2s=15747 -recol2d=25090 -name=Team-19 cape -certlink=obj_4352 - -// 4352 -[obj_4352] -certlink=obj_4351 -certtemplate=obj_799 - -// 4353 -[obj_4353] -cost=50 -team=20 -iop2=Wear -model=model_5605 -manwear=model_5585 -womanwear=model_5595 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=32588 -recol2s=15747 -recol2d=25090 -name=Team-20 cape -certlink=obj_4354 - -// 4354 -[obj_4354] -certlink=obj_4353 -certtemplate=obj_799 - -// 4355 -[obj_4355] -cost=50 -team=21 -iop2=Wear -model=model_5604 -manwear=model_5584 -womanwear=model_5594 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=23324 -recol2s=15747 -recol2d=6483 -name=Team-21 cape -certlink=obj_4356 - -// 4356 -[obj_4356] -certlink=obj_4355 -certtemplate=obj_799 - -// 4357 -[obj_4357] -cost=50 -team=22 -iop2=Wear -model=model_5606 -manwear=model_5586 -womanwear=model_5596 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=23324 -recol2s=15747 -recol2d=6483 -name=Team-22 cape -certlink=obj_4358 - -// 4358 -[obj_4358] -certlink=obj_4357 -certtemplate=obj_799 - -// 4359 -[obj_4359] -cost=50 -team=23 -iop2=Wear -model=model_5607 -manwear=model_5587 -womanwear=model_5597 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=23324 -recol2s=15747 -recol2d=6483 -name=Team-23 cape -certlink=obj_4360 - -// 4360 -[obj_4360] -certlink=obj_4359 -certtemplate=obj_799 - -// 4361 -[obj_4361] -cost=50 -team=24 -iop2=Wear -model=model_5608 -manwear=model_5588 -womanwear=model_5598 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=23324 -recol2s=15747 -recol2d=6483 -name=Team-24 cape -certlink=obj_4362 - -// 4362 -[obj_4362] -certlink=obj_4361 -certtemplate=obj_799 - -// 4363 -[obj_4363] -cost=50 -team=25 -iop2=Wear -model=model_5609 -manwear=model_5589 -womanwear=model_5599 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=23324 -recol2s=15747 -recol2d=6483 -name=Team-25 cape -certlink=obj_4364 - -// 4364 -[obj_4364] -certlink=obj_4363 -certtemplate=obj_799 - -// 4365 -[obj_4365] -cost=50 -team=26 -iop2=Wear -model=model_5610 -manwear=model_5590 -womanwear=model_5600 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=23324 -recol2s=15747 -recol2d=6483 -recol3s=14693 -recol3d=8525 -name=Team-26 cape -certlink=obj_4366 - -// 4366 -[obj_4366] -certlink=obj_4365 -certtemplate=obj_799 - -// 4367 -[obj_4367] -cost=50 -team=27 -iop2=Wear -model=model_5611 -manwear=model_5591 -womanwear=model_5601 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=23324 -recol2s=15747 -recol2d=6483 -name=Team-27 cape -certlink=obj_4368 - -// 4368 -[obj_4368] -certlink=obj_4367 -certtemplate=obj_799 - -// 4369 -[obj_4369] -cost=50 -team=28 -iop2=Wear -model=model_5612 -manwear=model_5592 -womanwear=model_5602 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=23324 -recol2s=15747 -recol2d=6483 -name=Team-28 cape -certlink=obj_4370 - -// 4370 -[obj_4370] -certlink=obj_4369 -certtemplate=obj_799 - -// 4371 -[obj_4371] -cost=50 -team=29 -iop2=Wear -model=model_5613 -manwear=model_5593 -womanwear=model_5603 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=23324 -recol2s=15747 -recol2d=6483 -name=Team-29 cape -certlink=obj_4372 - -// 4372 -[obj_4372] -certlink=obj_4371 -certtemplate=obj_799 - -// 4373 -[obj_4373] -cost=50 -team=30 -iop2=Wear -model=model_5605 -manwear=model_5585 -womanwear=model_5595 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=23324 -recol2s=15747 -recol2d=6483 -name=Team-30 cape -certlink=obj_4374 - -// 4374 -[obj_4374] -certlink=obj_4373 -certtemplate=obj_799 - -// 4375 -[obj_4375] -cost=50 -team=31 -iop2=Wear -model=model_5604 -manwear=model_5584 -womanwear=model_5594 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=7525 -recol2s=15747 -recol2d=20334 -name=Team-31 cape -certlink=obj_4376 - -// 4376 -[obj_4376] -certlink=obj_4375 -certtemplate=obj_799 - -// 4377 -[obj_4377] -cost=50 -team=32 -iop2=Wear -model=model_5606 -manwear=model_5586 -womanwear=model_5596 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=7525 -recol2s=15747 -recol2d=20334 -name=Team-32 cape -certlink=obj_4378 - -// 4378 -[obj_4378] -certlink=obj_4377 -certtemplate=obj_799 - -// 4379 -[obj_4379] -cost=50 -team=33 -iop2=Wear -model=model_5607 -manwear=model_5587 -womanwear=model_5597 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=7525 -recol2s=15747 -recol2d=20334 -name=Team-33 cape -certlink=obj_4380 - -// 4380 -[obj_4380] -certlink=obj_4379 -certtemplate=obj_799 - -// 4381 -[obj_4381] -cost=50 -team=34 -iop2=Wear -model=model_5608 -manwear=model_5588 -womanwear=model_5598 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=7525 -recol2s=15747 -recol2d=20334 -name=Team-34 cape -certlink=obj_4382 - -// 4382 -[obj_4382] -certlink=obj_4381 -certtemplate=obj_799 - -// 4383 -[obj_4383] -cost=50 -team=35 -iop2=Wear -model=model_5609 -manwear=model_5589 -womanwear=model_5599 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=7525 -recol2s=15747 -recol2d=20334 -name=Team-35 cape -certlink=obj_4384 - -// 4384 -[obj_4384] -certlink=obj_4383 -certtemplate=obj_799 - -// 4385 -[obj_4385] -cost=50 -team=36 -iop2=Wear -model=model_5610 -manwear=model_5590 -womanwear=model_5600 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=7525 -recol2s=15747 -recol2d=20334 -name=Team-36 cape -certlink=obj_4386 - -// 4386 -[obj_4386] -certlink=obj_4385 -certtemplate=obj_799 - -// 4387 -[obj_4387] -cost=50 -team=37 -iop2=Wear -model=model_5611 -manwear=model_5591 -womanwear=model_5601 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=7525 -recol2s=15747 -recol2d=20334 -name=Team-37 cape -certlink=obj_4388 - -// 4388 -[obj_4388] -certlink=obj_4387 -certtemplate=obj_799 - -// 4389 -[obj_4389] -cost=50 -team=38 -iop2=Wear -model=model_5612 -manwear=model_5592 -womanwear=model_5602 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=7525 -recol2s=15747 -recol2d=20334 -name=Team-38 cape -certlink=obj_4390 - -// 4390 -[obj_4390] -certlink=obj_4389 -certtemplate=obj_799 - -// 4391 -[obj_4391] -cost=50 -team=39 -iop2=Wear -model=model_5613 -manwear=model_5593 -womanwear=model_5603 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=7525 -recol2s=15747 -recol2d=20334 -name=Team-39 cape -certlink=obj_4392 - -// 4392 -[obj_4392] -certlink=obj_4391 -certtemplate=obj_799 - -// 4393 -[obj_4393] -cost=50 -team=40 -iop2=Wear -model=model_5605 -manwear=model_5585 -womanwear=model_5595 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=7525 -recol2s=15747 -recol2d=20334 -name=Team-40 cape -certlink=obj_4394 - -// 4394 -[obj_4394] -certlink=obj_4393 -certtemplate=obj_799 - -// 4395 -[obj_4395] -cost=50 -team=41 -iop2=Wear -model=model_5604 -manwear=model_5584 -womanwear=model_5594 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=6243 -recol2s=15747 -recol2d=17538 -name=Team-41 cape -certlink=obj_4396 - -// 4396 -[obj_4396] -certlink=obj_4395 -certtemplate=obj_799 - -// 4397 -[obj_4397] -cost=50 -team=42 -iop2=Wear -model=model_5606 -manwear=model_5586 -womanwear=model_5596 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=6243 -recol2s=15747 -recol2d=17538 -name=Team-42 cape -certlink=obj_4398 - -// 4398 -[obj_4398] -certlink=obj_4397 -certtemplate=obj_799 - -// 4399 -[obj_4399] -cost=50 -team=43 -iop2=Wear -model=model_5607 -manwear=model_5587 -womanwear=model_5597 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=6243 -recol2s=15747 -recol2d=17538 -name=Team-43 cape -certlink=obj_4400 - -// 4400 -[obj_4400] -certlink=obj_4399 -certtemplate=obj_799 - -// 4401 -[obj_4401] -cost=50 -team=44 -iop2=Wear -model=model_5608 -manwear=model_5588 -womanwear=model_5598 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=6243 -recol2s=15747 -recol2d=17538 -name=Team-44 cape -certlink=obj_4402 - -// 4402 -[obj_4402] -certlink=obj_4401 -certtemplate=obj_799 - -// 4403 -[obj_4403] -cost=50 -team=45 -iop2=Wear -model=model_5609 -manwear=model_5589 -womanwear=model_5599 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -stockmarket=yes -recol1s=27339 -recol1d=6243 -recol2s=15747 -recol2d=17538 -name=Team-45 cape -certlink=obj_4404 - -// 4404 -[obj_4404] -certlink=obj_4403 -certtemplate=obj_799 - -// 4405 -[obj_4405] -cost=50 -team=46 -iop2=Wear -model=model_5610 -manwear=model_5590 -womanwear=model_5600 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=6243 -recol2s=15747 -recol2d=17538 -name=Team-46 cape -certlink=obj_4406 - -// 4406 -[obj_4406] -certlink=obj_4405 -certtemplate=obj_799 - -// 4407 -[obj_4407] -cost=50 -team=47 -iop2=Wear -model=model_5611 -manwear=model_5591 -womanwear=model_5601 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=6243 -recol2s=15747 -recol2d=17538 -name=Team-47 cape -certlink=obj_4408 - -// 4408 -[obj_4408] -certlink=obj_4407 -certtemplate=obj_799 - -// 4409 -[obj_4409] -cost=50 -team=48 -iop2=Wear -model=model_5612 -manwear=model_5592 -womanwear=model_5602 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=6243 -recol2s=15747 -recol2d=17538 -name=Team-48 cape -certlink=obj_4410 - -// 4410 -[obj_4410] -certlink=obj_4409 -certtemplate=obj_799 - -// 4411 -[obj_4411] -cost=50 -team=49 -iop2=Wear -model=model_5613 -manwear=model_5593 -womanwear=model_5603 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=6243 -recol2s=15747 -recol2d=17538 -name=Team-49 cape -certlink=obj_4412 - -// 4412 -[obj_4412] -certlink=obj_4411 -certtemplate=obj_799 - -// 4413 -[obj_4413] -cost=50 -team=50 -iop2=Wear -model=model_5605 -manwear=model_5585 -womanwear=model_5595 -2dxof=-5 -2dyof=4 -2dzoom=1770 -2dyan=996 -2dxan=304 -stockmarket=yes -recol1s=27339 -recol1d=6243 -recol2s=15747 -recol2d=17538 -name=Team-50 cape -certlink=obj_4414 - -// 4414 -[obj_4414] -certlink=obj_4413 -certtemplate=obj_799 - -// 4415 -[obj_4415] -model=model_2544 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -cost=56 -members=yes -recol1s=15392 -recol1d=16846 -name=Blunt axe - -// 4416 -[obj_4416] -cost=100 -model=model_5639 -2dzoom=780 -2dyan=1872 -2dxan=124 -members=yes -name=Herbal tincture - -// 4417 -[obj_4417] -cost=50 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -iop1=Drink -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=7688 -name=Guthix rest(4) -certlink=obj_4418 - -// 4418 -[obj_4418] -certlink=obj_4417 -certtemplate=obj_799 - -// 4419 -[obj_4419] -cost=50 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -iop1=Drink -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=7688 -name=Guthix rest(3) -certlink=obj_4420 - -// 4420 -[obj_4420] -certlink=obj_4419 -certtemplate=obj_799 - -// 4421 -[obj_4421] -cost=50 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -iop1=Drink -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=7688 -name=Guthix rest(2) -certlink=obj_4422 - -// 4422 -[obj_4422] -certlink=obj_4421 -certtemplate=obj_799 - -// 4423 -[obj_4423] -cost=50 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -iop1=Drink -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=7688 -name=Guthix rest(1) -certlink=obj_4424 - -// 4424 -[obj_4424] -certlink=obj_4423 -certtemplate=obj_799 - -// 4425 -[obj_4425] -model=model_5638 -2dxof=-5 -2dyof=2 -2dzoom=1330 -2dyan=1968 -2dxan=72 -members=yes -recol1s=16842 -recol1d=11559 -recol2s=20013 -recol2d=13673 -name=Stodgy mattress - -// 4426 -[obj_4426] -model=model_5637 -2dxof=-3 -2dzoom=1200 -2dyan=1956 -2dxan=52 -members=yes -name=Comfy mattress - -// 4427 -[obj_4427] -cost=5 -model=model_2705 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -members=yes -recol1s=16846 -recol1d=15522 -name=Iron oxide - -// 4428 -[obj_4428] -cost=50 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -members=yes -recol1s=32759 -recol1d=22059 -recol2s=15648 -recol2d=9444 -name=Animate rock scroll - -// 4429 -[obj_4429] -model=model_5642 -2dyof=-11 -2dzoom=940 -2dyan=1772 -2dxan=176 -members=yes -recol1s=20903 -recol1d=17668 -name=Broken vane part - -// 4430 -[obj_4430] -model=model_5642 -2dyof=-11 -2dzoom=940 -2dyan=1772 -2dxan=176 -members=yes -name=Directionals - -// 4431 -[obj_4431] -model=model_5643 -2dxof=8 -2dyof=-6 -2dzoom=1040 -2dyan=1628 -2dxan=76 -members=yes -recol1s=22984 -recol1d=17668 -name=Broken vane part - -// 4432 -[obj_4432] -model=model_5643 -2dxof=8 -2dyof=-6 -2dzoom=1040 -2dyan=1628 -2dxan=76 -members=yes -name=Ornament - -// 4433 -[obj_4433] -model=model_5644 -2dxof=-24 -2dyof=-13 -2dzoom=1500 -2dyan=1976 -2dzan=1832 -2dxan=328 -members=yes -recol1s=22984 -recol1d=17668 -name=Broken vane part - -// 4434 -[obj_4434] -model=model_5644 -2dxof=-24 -2dyof=-13 -2dzoom=1500 -2dyan=1976 -2dzan=1832 -2dxan=328 -members=yes -name=Weathervane pillar - -// 4435 -[obj_4435] -cost=1 -model=model_2838 -manwear=model_532 -womanwear=model_532 -2dzoom=940 -2dyan=112 -2dxan=248 -iop1=Read -members=yes -recol1s=0 -recol1d=3186 -recol2s=1024 -recol2d=25296 -recol3s=1024 -recol3d=10577 -recol4s=1024 -recol4d=25296 -recol5s=4096 -recol5d=10577 -recol6s=32563 -recol6d=28541 -name=Weather report -womanwearoff=3,-11,6 - -// 4436 -[obj_4436] -model=model_5641 -cost=10 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -iop1=Open -members=yes -stockmarket=yes -recol1s=15751 -recol1d=15618 -recol2s=17865 -recol2d=16675 -name=Airtight pot -certlink=obj_4437 - -// 4437 -[obj_4437] -certlink=obj_4436 -certtemplate=obj_799 - -// 4438 -[obj_4438] -model=model_5640 -cost=10 -2dyof=15 -2dzoom=770 -2dxan=136 -members=yes -stockmarket=yes -name=Unfired pot lid -certlink=obj_4439 - -// 4439 -[obj_4439] -certlink=obj_4438 -certtemplate=obj_799 - -// 4440 -[obj_4440] -model=model_5640 -cost=15 -2dyof=15 -2dzoom=770 -2dxan=136 -members=yes -stockmarket=yes -recol1s=15751 -recol1d=15618 -recol2s=17865 -recol2d=16675 -name=Pot lid -certlink=obj_4441 - -// 4441 -[obj_4441] -certlink=obj_4440 -certtemplate=obj_799 - -// 4442 -[obj_4442] -model=model_5641 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -name=Breathing salts - -// 4443 -[obj_4443] -model=model_5635 -2dxof=1 -2dyof=-11 -2dzoom=2140 -2dyan=1644 -2dxan=196 -members=yes -name=Chicken cage - -// 4444 -[obj_4444] -model=model_2544 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -cost=56 -members=yes -recol1s=15392 -recol1d=17903 -name=Sharpened axe - -// 4445 -[obj_4445] -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -members=yes -recol1s=20935 -recol1d=12582 -recol2s=12548 -recol2d=9380 -recol3s=10434 -recol3d=9380 -name=Red mahogany log - -// 4446 -[obj_4446] -model=model_5636 -2dxof=2 -2dyof=-30 -2dzoom=820 -2dyan=92 -2dzan=108 -2dxan=236 -iop1=Check-keys -iop5=Destroy -members=yes -name=Steel key ring - -// 4447 -[obj_4447] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 4448 -[obj_4448] -model=model_5622 -2dxof=-7 -2dyof=1 -2dzoom=740 -2dyan=8 -2dxan=296 -dummyitem=2 - -// 4449 -[obj_4449] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4450 -[obj_4450] -model=model_5623 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -dummyitem=2 - -// 4451 -[obj_4451] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4452 -[obj_4452] -model=model_5633 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -dummyitem=2 - -// 4453 -[obj_4453] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4454 -[obj_4454] -model=model_5632 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -dummyitem=2 - -// 4455 -[obj_4455] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4456 -[obj_4456] -cost=10 -model=model_5634 -2dyof=-7 -2dzoom=1030 -2dxan=104 -iop4=Empty -members=yes -stockmarket=yes -recol1s=22174 -recol1d=26333 -name=Bowl of hot water -certlink=obj_4457 - -// 4457 -[obj_4457] -certlink=obj_4456 -certtemplate=obj_799 - -// 4458 -[obj_4458] -cost=10 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=9717 -name=Cup of water -certlink=obj_4459 - -// 4459 -[obj_4459] -certlink=obj_4458 -certtemplate=obj_799 - -// 4460 -[obj_4460] -model=model_2468 -cost=10 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=22174 -name=Cup of hot water -certlink=obj_4461 - -// 4461 -[obj_4461] -certlink=obj_4460 -certtemplate=obj_799 - -// 4462 -[obj_4462] -cost=10 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -iop4=Empty -members=yes -recol1s=18848 -recol1d=1057 -name=Ruined herb tea -certlink=obj_4463 - -// 4463 -[obj_4463] -certlink=obj_4462 -certtemplate=obj_799 - -// 4464 -[obj_4464] -cost=10 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=9716 -name=Herb tea mix -certlink=obj_4465 - -// 4465 -[obj_4465] -certlink=obj_4464 -certtemplate=obj_799 - -// 4466 -[obj_4466] -cost=10 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=10738 -name=Herb tea mix -certlink=obj_4467 - -// 4467 -[obj_4467] -certlink=obj_4466 -certtemplate=obj_799 - -// 4468 -[obj_4468] -cost=10 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=8690 -name=Herb tea mix -certlink=obj_4469 - -// 4469 -[obj_4469] -certlink=obj_4468 -certtemplate=obj_799 - -// 4470 -[obj_4470] -cost=15 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=9712 -name=Herb tea mix -certlink=obj_4471 - -// 4471 -[obj_4471] -certlink=obj_4470 -certtemplate=obj_799 - -// 4472 -[obj_4472] -cost=15 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=9710 -name=Herb tea mix -certlink=obj_4473 - -// 4473 -[obj_4473] -certlink=obj_4472 -certtemplate=obj_799 - -// 4474 -[obj_4474] -cost=15 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=7693 -name=Herb tea mix -certlink=obj_4475 - -// 4475 -[obj_4475] -certlink=obj_4474 -certtemplate=obj_799 - -// 4476 -[obj_4476] -cost=15 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=7692 -name=Herb tea mix -certlink=obj_4477 - -// 4477 -[obj_4477] -certlink=obj_4476 -certtemplate=obj_799 - -// 4478 -[obj_4478] -cost=30 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=7723 -name=Herb tea mix -certlink=obj_4479 - -// 4479 -[obj_4479] -certlink=obj_4478 -certtemplate=obj_799 - -// 4480 -[obj_4480] -cost=30 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=6698 -name=Herb tea mix -certlink=obj_4481 - -// 4481 -[obj_4481] -certlink=obj_4480 -certtemplate=obj_799 - -// 4482 -[obj_4482] -cost=30 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -iop4=Empty -stockmarket=yes -recol1s=18848 -recol1d=7690 -name=Herb tea mix -certlink=obj_4483 - -// 4483 -[obj_4483] -certlink=obj_4482 -certtemplate=obj_799 - -// 4484 -[obj_4484] -model=model_2675 -members=yes -2dxof=-3 -2dyof=4 -2dzoom=1100 -2dyan=1232 -2dxan=280 -name=Safety guarantee - -// 4485 -[obj_4485] -model=model_5688 -iop3=Eat -members=yes -2dyof=-8 -2dzoom=880 -2dyan=516 -2dxan=304 -name=White pearl - -// 4486 -[obj_4486] -model=model_5689 -members=yes -2dxof=-2 -2dyof=-16 -2dzoom=730 -2dxan=328 -name=White pearl seed - -// 4487 -[obj_4487] -model=model_5687 -members=yes -2dyof=-140 -2dzoom=2220 -2dyan=2036 -2dxan=224 -name=Half a rock - -// 4488 -[obj_4488] -model=model_5685 -members=yes -iop3=Bury -2dyof=-3 -2dzoom=1780 -2dyan=1968 -2dxan=352 -name=Corpse of woman - -// 4489 -[obj_4489] -model=model_5684 -members=yes -2dxof=3 -2dyof=45 -2dzoom=550 -2dyan=136 -2dxan=304 -name=Asleif's necklace - -// 4490 -[obj_4490] -model=model_5690 -members=yes -2dxof=-3 -2dzoom=2030 -2dyan=28 -2dxan=188 -name=Mud - -// 4491 -[obj_4491] -model=model_2742 -cost=0 -name=Tinderbox - -// 4492 -[obj_4492] -model=model_2571 -2dxof=-5 -2dyof=-16 -2dzoom=820 -2dyan=20 -2dxan=204 -members=yes -name=Muddy rock - -// 4493 -[obj_4493] -model=model_2742 -cost=0 -name=Tinderbox - -// 4494 -[obj_4494] -model=model_5691 -members=yes -2dyan=12 -2dxan=244 -name=Pole - -// 4495 -[obj_4495] -model=model_5691 -members=yes -stackable=yes -2dyan=12 -2dxan=244 -name=Pole - -// 4496 -[obj_4496] -model=model_5683 -members=yes -2dyof=-2 -2dyan=68 -2dxan=264 -name=Broken pole - -// 4497 -[obj_4497] -model=model_2742 -cost=0 -name=Tinderbox - -// 4498 -[obj_4498] -model=model_5690 -members=yes -manwear=model_5680 -womanwear=model_5680 -2dyof=-1 -name=Rope -womanwearoff=3,-11,6 -certlink=obj_4499 - -// 4499 -[obj_4499] -certlink=obj_4498 -certtemplate=obj_799 - -// 4500 -[obj_4500] -model=model_5690 -members=yes -manwear=model_5679 -womanwear=model_5679 -2dyof=-1 -name=Pole -womanwearoff=3,-11,6 - -// 4501 -[obj_4501] -model=model_5690 -members=yes -manwear=model_5679 -womanwear=model_5679 -2dyof=-1 -stackable=yes -name=Pole -womanwearoff=3,-11,6 - -// 4502 -[obj_4502] -model=model_5682 -cost=0 -2dxof=4 -2dzoom=690 -2dyan=1996 -2dxan=64 -iop2=Wear -iop5=Destroy -manwear=model_5669 -womanwear=model_5676 -manhead=model_40007 -womanhead=model_39011 -members=yes -name=Bearhead - -// 4503 -[obj_4503] -cost=1300 -members=yes -model=model_2503 -2dxof=6 -2dyof=-49 -2dzoom=1530 -2dyan=408 -2dxan=224 -manwear=model_522 -womanwear=model_522 -iop2=Wield -recol1s=10578 -recol1d=26293 -recol2s=13790 -recol2d=8468 -recol3s=21148 -recol3d=8468 -recol4s=24351 -recol4d=8468 -recol5s=17981 -recol5d=8468 -recol6s=32767 -recol6d=24313 -name=Decorative sword -womanwearoff=3,-11,6 - -// 4504 -[obj_4504] -cost=5200 -model=model_2605 -members=yes -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -recol1s=16846 -recol1d=26293 -recol2s=11561 -recol2d=8468 -name=Decorative armour - -// 4505 -[obj_4505] -cost=2600 -members=yes -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -recol1s=16846 -recol1d=8468 -recol2s=11561 -recol2d=26293 -recol3s=15789 -recol3d=8468 -name=Decorative armour - -// 4506 -[obj_4506] -cost=780 -model=model_2833 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -recol1s=15392 -recol1d=8468 -recol2s=16846 -recol2d=26293 -recol3s=16416 -recol3d=8468 -name=Decorative helm - -// 4507 -[obj_4507] -model=model_2339 -members=yes -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=2210 -manwear=model_486 -womanwear=model_486 -recol1s=16846 -recol1d=26293 -recol2s=7296 -recol2d=8468 -recol3s=15789 -recol3d=8468 -name=Decorative shield -womanwearoff=-3,-11,6 - -// 4508 -[obj_4508] -cost=3200 -members=yes -model=model_2503 -2dxof=6 -2dyof=-49 -2dzoom=1530 -2dyan=408 -2dxan=224 -manwear=model_522 -womanwear=model_522 -iop2=Wield -recol1s=10578 -recol1d=22179 -recol2s=13790 -recol2d=3173 -recol3s=21148 -recol3d=3173 -recol4s=24351 -recol4d=3173 -recol5s=17981 -recol5d=3173 -recol6s=32767 -recol6d=24313 -name=Decorative sword -womanwearoff=3,-11,6 - -// 4509 -[obj_4509] -cost=12800 -model=model_2605 -members=yes -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -recol1s=16846 -recol1d=22179 -recol2s=11561 -recol2d=3173 -name=Decorative armour - -// 4510 -[obj_4510] -cost=6400 -members=yes -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -recol1s=16846 -recol1d=3173 -recol2s=11561 -recol2d=22179 -recol3s=15789 -recol3d=3173 -name=Decorative armour - -// 4511 -[obj_4511] -cost=1920 -model=model_2833 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -recol1s=15392 -recol1d=3173 -recol2s=16846 -recol2d=22179 -recol3s=16416 -recol3d=3173 -name=Decorative helm - -// 4512 -[obj_4512] -model=model_2339 -members=yes -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=5440 -manwear=model_486 -womanwear=model_486 -recol1s=16846 -recol1d=22179 -recol2s=7296 -recol2d=3173 -recol3s=15789 -recol3d=3173 -name=Decorative shield -womanwearoff=-3,-11,6 - -// 4513 -[obj_4513] -model=model_5419 -2dzoom=730 -2dyan=2036 -iop2=Wear -manwear=model_5736 -womanwear=model_398 -manhead=model_38588 -womanhead=model_38587 -members=yes -recol1s=14724 -recol1d=12759 -recol2s=8386 -recol2d=15928 -recol3s=6272 -recol3d=2251 -recol4s=32736 -recol4d=32756 -name=Castlewars hood - -// 4514 -[obj_4514] -cost=100 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_5737 -womanwear=model_5737 -members=yes -recol1s=14724 -recol1d=12759 -recol2s=8386 -recol2d=15928 -recol3s=15392 -recol3d=2251 -recol4s=6272 -recol4d=1427 -recol5s=32736 -recol5d=32756 -name=Castlewars cloak - -// 4515 -[obj_4515] -model=model_5419 -2dzoom=730 -2dyan=2036 -iop2=Wear -manwear=model_5736 -womanwear=model_398 -manhead=model_38588 -womanhead=model_38587 -members=yes -recol1s=14724 -recol1d=20707 -recol2s=8386 -recol2d=20773 -recol3s=6272 -recol3d=13441 -recol4s=32736 -recol4d=7266 -name=Castlewars hood - -// 4516 -[obj_4516] -cost=100 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_5737 -womanwear=model_5737 -members=yes -recol1s=14724 -recol1d=20707 -recol2s=8386 -recol2d=20773 -recol3s=6272 -recol3d=13441 -recol4s=32736 -recol4d=7266 -name=Castlewars cloak - -// 4517 -[obj_4517] -model=model_5746 -2dxof=-11 -2dyof=15 -2dyan=752 -2dxan=472 -iop1=Eat -cost=100 -members=yes -stockmarket=yes -name=Giant frog legs -certlink=obj_4518 - -// 4518 -[obj_4518] -certlink=obj_4517 -certtemplate=obj_799 - -// 4519 -[obj_4519] -model=model_5788 -2dyof=-15 -2dzoom=4810 -2dyan=16 -2dxan=20 -dummyitem=1 -name=Swamp wallbeast - -// 4520 -[obj_4520] -model=model_5786 -2dxof=-3 -2dyof=-28 -2dzoom=2350 -2dyan=140 -2dxan=192 -dummyitem=1 -name=Swamp cave slime - -// 4521 -[obj_4521] -model=model_23853 -2dxof=-11 -2dyof=66 -2dzoom=3643 -2dyan=102 -2dxan=348 -dummyitem=1 -name=Swamp cave bug - -// 4522 -[obj_4522] -model=model_5754 -2dyof=-1 -2dzoom=1070 -2dyan=1900 -2dxan=176 -cost=28 -members=yes -stockmarket=yes -name=Oil lamp -certlink=obj_4523 - -// 4523 -[obj_4523] -certlink=obj_4522 -certtemplate=obj_799 - -// 4524 -[obj_4524] -model=model_5752 -iop2=Extinguish -2dyof=-1 -2dzoom=1070 -2dyan=1900 -2dxan=176 -cost=28 -members=yes -name=Oil lamp - -// 4525 -[obj_4525] -model=model_5753 -2dyof=-1 -2dzoom=1070 -2dyan=1900 -2dxan=176 -cost=25 -members=yes -stockmarket=yes -name=Oil lamp -certlink=obj_4526 - -// 4526 -[obj_4526] -certlink=obj_4525 -certtemplate=obj_799 - -// 4527 -[obj_4527] -model=model_5744 -2dyof=-8 -2dzoom=1250 -2dyan=1904 -2dxan=140 -cost=10 -members=yes -stockmarket=yes -name=Candle lantern -certlink=obj_4528 - -// 4528 -[obj_4528] -certlink=obj_4527 -certtemplate=obj_799 - -// 4529 -[obj_4529] -model=model_5745 -2dyof=-8 -2dzoom=1250 -2dyan=1904 -2dxan=140 -cost=15 -members=yes -stockmarket=yes -name=Candle lantern -certlink=obj_4530 - -// 4530 -[obj_4530] -certlink=obj_4529 -certtemplate=obj_799 - -// 4531 -[obj_4531] -model=model_5743 -iop2=Extinguish -2dyof=-8 -2dzoom=1250 -2dyan=1904 -2dxan=140 -cost=15 -members=yes -name=Candle lantern - -// 4532 -[obj_4532] -model=model_5745 -2dyof=-8 -2dzoom=1250 -2dyan=1904 -2dxan=140 -cost=15 -members=yes -recol1s=32656 -recol1d=2114 -name=Candle lantern -certlink=obj_4533 - -// 4533 -[obj_4533] -certlink=obj_4532 -certtemplate=obj_799 - -// 4534 -[obj_4534] -model=model_5743 -iop2=Extinguish -2dyof=-8 -2dzoom=1250 -2dyan=1904 -2dxan=140 -cost=15 -members=yes -recol1s=32656 -recol1d=2114 -name=Candle lantern - -// 4535 -[obj_4535] -model=model_5750 -2dyof=-1 -2dzoom=1210 -2dyan=96 -2dxan=88 -cost=120 -members=yes -stockmarket=yes -name=Oil lantern -certlink=obj_4536 - -// 4536 -[obj_4536] -certlink=obj_4535 -certtemplate=obj_799 - -// 4537 -[obj_4537] -model=model_5751 -2dyof=-1 -2dzoom=1210 -2dyan=96 -2dxan=88 -cost=125 -members=yes -stockmarket=yes -name=Oil lantern -certlink=obj_4538 - -// 4538 -[obj_4538] -certlink=obj_4537 -certtemplate=obj_799 - -// 4539 -[obj_4539] -model=model_5749 -iop2=Extinguish -2dyof=-1 -2dzoom=1210 -2dyan=96 -2dxan=88 -cost=125 -members=yes -name=Oil lantern - -// 4540 -[obj_4540] -model=model_5747 -2dyof=-1 -2dzoom=1210 -2dyan=96 -2dxan=88 -cost=90 -members=yes -stockmarket=yes -name=Oil lantern frame -certlink=obj_4541 - -// 4541 -[obj_4541] -certlink=obj_4540 -certtemplate=obj_799 - -// 4542 -[obj_4542] -model=model_5740 -2dxof=-3 -2dyof=3 -2dzoom=610 -2dyan=568 -2dxan=436 -cost=70 -members=yes -stockmarket=yes -name=Lantern lens -certlink=obj_4543 - -// 4543 -[obj_4543] -certlink=obj_4542 -certtemplate=obj_799 - -// 4544 -[obj_4544] -model=model_5739 -2dzoom=1190 -2dyan=120 -2dxan=28 -cost=300 -members=yes -stockmarket=yes -name=Bullseye lantern -certlink=obj_4545 - -// 4545 -[obj_4545] -certlink=obj_4544 -certtemplate=obj_799 - -// 4546 -[obj_4546] -model=model_5742 -2dzoom=1190 -2dyan=120 -2dxan=28 -cost=400 -members=yes -stockmarket=yes -name=Bullseye lantern -certlink=obj_4547 - -// 4547 -[obj_4547] -certlink=obj_4546 -certtemplate=obj_799 - -// 4548 -[obj_4548] -model=model_5742 -2dzoom=1190 -2dyan=120 -2dxan=28 -cost=420 -members=yes -stockmarket=yes -name=Bullseye lantern -certlink=obj_4549 - -// 4549 -[obj_4549] -certlink=obj_4548 -certtemplate=obj_799 - -// 4550 -[obj_4550] -model=model_5741 -iop2=Extinguish -2dzoom=1190 -2dyan=120 -2dxan=28 -cost=420 -members=yes -name=Bullseye lantern - -// 4551 -[obj_4551] -cost=650 -manwear=model_5795 -womanwear=model_5796 -manhead=model_39797 -womanhead=model_39165 -model=model_5797 -2dxof=5 -2dyof=-3 -2dzoom=660 -2dyan=440 -2dxan=444 -members=yes -iop2=Wear -stockmarket=yes -name=Spiny helmet -certlink=obj_4552 - -// 4552 -[obj_4552] -certlink=obj_4551 -certtemplate=obj_799 - -// 4553 -[obj_4553] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4554 -[obj_4554] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4555 -[obj_4555] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4556 -[obj_4556] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4557 -[obj_4557] -model=model_1174 -2dzoom=5800 -2dyan=1840 -2dxan=2036 -members=yes -dummyitem=2 - -// 4558 -[obj_4558] -model=model_9911 -resizex=90 -resizey=90 -resizez=90 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 -cost=0 -iop1=Eat -recol1s=13982 -recol1d=21276 -name=Blue sweets - -// 4559 -[obj_4559] -model=model_9911 -resizex=90 -resizey=90 -resizez=90 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 -cost=0 -iop1=Eat -recol1s=13982 -recol1d=5497 -name=Deep blue sweets - -// 4560 -[obj_4560] -model=model_9911 -resizex=90 -resizey=90 -resizez=90 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 -cost=0 -iop1=Eat -recol1s=13982 -recol1d=32635 -name=White sweets - -// 4561 -[obj_4561] -model=model_9911 -resizex=90 -resizey=90 -resizez=90 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 -cost=0 -iop1=Eat -recol1s=13982 -recol1d=20734 -name=Purple sweets - -// 4562 -[obj_4562] -model=model_9911 -resizex=90 -resizey=90 -resizez=90 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 -cost=0 -iop1=Eat -recol1s=13982 -recol1d=32006 -name=Red sweets - -// 4563 -[obj_4563] -model=model_9911 -resizex=90 -resizey=90 -resizez=90 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 -cost=0 -iop1=Eat -recol1s=13982 -recol1d=8961 -name=Green sweets - -// 4564 -[obj_4564] -model=model_9911 -resizex=90 -resizey=90 -resizez=90 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 -cost=0 -iop1=Eat -recol1s=13982 -recol1d=32159 -name=Pink sweets - -// 4565 -[obj_4565] -model=model_5806 -iop2=Wield -manwear=model_5811 -womanwear=model_5811 -cost=0 -2dxof=2 -2dyof=-4 -2dzoom=960 -2dyan=184 -2dxan=136 -name=Basket of eggs -womanwearoff=3,-11,6 - -// 4566 -[obj_4566] -cost=0 -iop2=Wield -model=model_5808 -iop2=Wield -iop3=Dance -manwear=model_5812 -womanwear=model_5812 -2dxof=-3 -2dyof=13 -2dzoom=1510 -2dyan=92 -2dxan=332 -name=Rubber chicken -womanwearoff=3,-11,6 - -// 4567 -[obj_4567] -model=model_5839 -2dxof=1 -2dyof=-4 -2dzoom=590 -2dyan=104 -2dxan=80 -iop2=Wear -manwear=model_5818 -womanwear=model_5819 -manhead=model_39799 -manhead2=model_39503 -womanhead=model_39170 -womanhead2=model_38784 -members=yes -name=Gold helmet - -// 4568 -[obj_4568] -model=model_2794 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop1=Read -recol1s=13504 -recol1d=7424 -name=Dwarven lore - -// 4569 -[obj_4569] -model=model_5840 -2dzoom=790 -2dxan=384 -members=yes -name=Book page 1 - -// 4570 -[obj_4570] -model=model_5840 -2dzoom=790 -2dxan=384 -members=yes -name=Book page 2 - -// 4571 -[obj_4571] -model=model_5840 -2dzoom=790 -2dxan=384 -members=yes -name=Book page 3 - -// 4572 -[obj_4572] -model=model_5841 -2dxof=-3 -2dyof=-1 -2dzoom=880 -2dyan=2000 -2dzan=2044 -2dxan=560 -members=yes -name=Pages - -// 4573 -[obj_4573] -model=model_5842 -2dxof=3 -2dyof=-1 -2dzoom=970 -2dyan=24 -2dzan=136 -2dxan=512 -members=yes -name=Pages - -// 4574 -[obj_4574] -model=model_5840 -2dzoom=790 -2dxan=384 -members=yes -iop1=Assemble -name=Base schematics - -// 4575 -[obj_4575] -model=model_5843 -2dxof=-1 -2dzoom=1080 -2dxan=516 -members=yes -iop1=Assemble -name=Schematic - -// 4576 -[obj_4576] -model=model_5843 -2dxof=-7 -2dyof=-7 -2dzoom=1310 -2dyan=1996 -2dzan=128 -2dxan=488 -members=yes -iop1=Assemble -name=Schematics - -// 4577 -[obj_4577] -model=model_5843 -2dxof=-9 -2dyof=-2 -2dzoom=1460 -2dxan=552 -members=yes -iop1=Assemble -name=Schematics - -// 4578 -[obj_4578] -model=model_5846 -2dxof=-1 -2dzoom=1100 -2dxan=516 -members=yes -name=Schematic - -// 4579 -[obj_4579] -model=model_5834 -2dxof=1 -2dyof=1 -2dzoom=550 -2dyan=32 -2dxan=1960 -members=yes -recol1s=16846 -recol1d=32480 -name=Cannon ball - -// 4580 -[obj_4580] -members=yes -cost=650 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=7399 -recol1d=0 -recol2s=8456 -recol2d=0 -name=Black spear -womanwearoff=3,-11,6 -certlink=obj_4581 - -// 4581 -[obj_4581] -certlink=obj_4580 -certtemplate=obj_799 - -// 4582 -[obj_4582] -members=yes -cost=750 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Black spear(p) -womanwearoff=3,-11,6 -certlink=obj_4583 - -// 4583 -[obj_4583] -certlink=obj_4582 -certtemplate=obj_799 - -// 4584 -[obj_4584] -cost=750 -members=yes -model=model_2719 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -manwear=model_540 -womanwear=model_540 -iop2=Wield -recol1s=8456 -recol1d=18260 -recol2s=7399 -recol2d=18260 -name=Black spear(kp) -womanwearoff=3,-11,6 - -// 4585 -[obj_4585] -model=model_6032 -2dxof=4 -2dyof=15 -2dzoom=1230 -2dxan=584 -cost=270000 -iop2=Wear -manwear=model_6029 -womanwear=model_6030 -members=yes -stockmarket=yes -name=Dragon plateskirt -certlink=obj_4586 -lentlink=obj_13490 - -// 4586 -[obj_4586] -certlink=obj_4585 -certtemplate=obj_799 - -// 4587 -[obj_4587] -members=yes -model=model_6033 -2dyof=6 -2dzoom=1640 -2dyan=12 -2dxan=456 -iop2=Wield -manwear=model_6031 -womanwear=model_6031 -cost=100000 -stockmarket=yes -name=Dragon scimitar -womanwearoff=3,-11,6 -certlink=obj_4588 -lentlink=obj_13477 - -// 4588 -[obj_4588] -certlink=obj_4587 -certtemplate=obj_799 - -// 4589 -[obj_4589] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Keys - -// 4590 -[obj_4590] -model=model_2796 -2dyof=-28 -2dzoom=460 -2dxan=196 -members=yes -recol1s=32736 -recol1d=18464 -recol2s=32767 -recol2d=10240 -name=Jewels - -// 4591 -[obj_4591] -model=model_6050 -2dzoom=590 -2dyan=252 -2dzan=2036 -2dxan=2036 -members=yes -name=Karidian headpiece - -// 4592 -[obj_4592] -model=model_2742 -cost=0 -name=Picture - -// 4593 -[obj_4593] -model=model_6051 -2dzoom=470 -2dyan=1884 -2dzan=8 -2dxan=320 -members=yes -name=Fake beard - -// 4594 -[obj_4594] -model=model_2742 -cost=0 -name=Picture - -// 4595 -[obj_4595] -model=model_6052 -2dxof=-3 -2dyof=-14 -2dzoom=810 -2dyan=72 -2dxan=340 -members=yes -name=Karidian disguise - -// 4596 -[obj_4596] -model=model_2742 -cost=0 -name=Picture - -// 4597 -[obj_4597] -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -members=yes -iop1=Read -recol1s=32759 -recol1d=32403 -name=Note - -// 4598 -[obj_4598] -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -members=yes -recol1s=32759 -recol1d=32403 -name=Note - -// 4599 -[obj_4599] -model=model_6103 -iop2=Wield -2dxof=6 -2dzoom=700 -2dyan=468 -2dxan=372 -members=yes -manwear=model_6099 -womanwear=model_6099 -members=yes -name=Oak-blackjack -womanwearoff=3,-11,6 - -// 4600 -[obj_4600] -model=model_6103 -iop2=Wield -2dxof=6 -2dzoom=700 -2dyan=468 -2dxan=372 -members=yes -manwear=model_6099 -womanwear=model_6099 -cost=600 -stockmarket=yes -recol1s=3137 -recol1d=21059 -name=Willow-blackjack -womanwearoff=3,-11,6 -certlink=obj_4612 - -// 4601 -[obj_4601] -model=model_6056 -members=yes -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -recol1s=9571 -recol1d=6306 -name=Ugthanki dung - -// 4602 -[obj_4602] -model=model_6056 -members=yes -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -name=Ugthanki dung - -// 4603 -[obj_4603] -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -members=yes -recol1s=32759 -recol1d=32403 -name=Receipt - -// 4604 -[obj_4604] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=15392 -name=Hag's poison - -// 4605 -[obj_4605] -model=model_6058 -2dxof=-3 -2dzoom=1170 -2dyan=56 -2dxan=304 -iop1=Play -manwear=model_6100 -womanwear=model_6101 -members=yes -name=Snake charm - -// 4606 -[obj_4606] -model=model_6053 -members=yes -2dzoom=1420 -2dxan=12 -name=Snake basket - -// 4607 -[obj_4607] -model=model_6054 -members=yes -2dxof=-5 -2dyof=-1 -2dzoom=1560 -2dyan=1964 -name=Snake basket full - -// 4608 -[obj_4608] -cost=3 -iop1=Eat -model=model_2822 -2dxof=4 -2dyof=1 -2dzoom=700 -2dyan=1844 -2dzan=176 -2dxan=1876 -members=yes -stockmarket=yes -recol1s=8384 -recol1d=27712 -name=Super kebab -certlink=obj_4609 - -// 4609 -[obj_4609] -certlink=obj_4608 -certtemplate=obj_799 - -// 4610 -[obj_4610] -model=model_6059 -2dyof=-1 -2dzoom=540 -2dyan=1472 -2dxan=48 -members=yes -name=Red hot sauce - -// 4611 -[obj_4611] -model=model_6052 -iop2=Wear -members=yes -2dyof=-32 -2dzoom=780 -2dyan=2044 -2dxan=296 -manwear=model_230 -manwear2=model_188 -manwear3=model_6088 -womanwear=model_403 -womanwear2=model_364 -womanwear3=model_6096 -manhead=model_39187 -manhead2=model_39630 -womanhead=model_39173 -womanhead2=model_39170 -name=Desert disguise - -// 4612 -[obj_4612] -certlink=obj_4600 -certtemplate=obj_799 - -// 4613 -[obj_4613] -cost=75 -iop1=Spin -model=model_6138 -manwear=model_6136 -womanwear=model_45446 -2dxof=-1 -2dyof=6 -2dzoom=1040 -2dyan=80 -2dxan=444 -recol1s=23188 -recol1d=32503 -recol2s=21074 -recol2d=28407 -name=Spinning plate -manwearoff=0,3,0 - -// 4614 -[obj_4614] -cost=0 -model=model_6139 -manwear=model_6137 -womanwear=model_6137 -2dyof=6 -2dzoom=1110 -2dyan=1980 -2dxan=404 -recol1s=23188 -recol1d=32503 -recol2s=21074 -recol2d=28407 -name=Broken plate -manwearoff=0,3,0 -womanwearoff=0,3,0 - -// 4615 -[obj_4615] -cost=1 -members=yes -iop1=Read -model=model_4508 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -recol1s=25236 -recol1d=28534 -recol2s=23188 -recol2d=28532 -recol3s=22131 -recol3d=25365 -recol4s=21074 -recol4d=24308 -recol5s=20017 -recol5d=24306 -name=Letter - -// 4616 -[obj_4616] -model=model_2543 -iop1=Read -members=yes -cost=2 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -recol1s=13504 -recol1d=18989 -recol2s=21120 -recol2d=16846 -recol3s=32759 -recol3d=32687 -name=Varmen's notes - -// 4617 -[obj_4617] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -recol1s=32480 -recol1d=15853 -name=Display cabinet key - -// 4618 -[obj_4618] -members=yes -cost=2 -model=model_6155 -2dyof=2 -2dzoom=1560 -2dyan=200 -2dxan=1996 -name=Statuette - -// 4619 -[obj_4619] -members=yes -2dxof=-1 -2dyof=2 -2dzoom=770 -2dxan=416 -model=model_6152 -cost=1 -recol1s=32480 -recol1d=16913 -name=Strange implement - -// 4620 -[obj_4620] -model=model_6151 -2dxof=-6 -2dyof=-1 -2dzoom=1370 -2dyan=1928 -2dzan=2028 -2dxan=1992 -members=yes -cost=1 -iop1=Eat -recol1s=32698 -recol1d=22191 -recol2s=32563 -recol2d=20073 -name=Black mushroom - -// 4621 -[obj_4621] -cost=1 -model=model_40622 -members=yes -2dxof=-2 -2dyof=24 -2dzoom=650 -2dyan=300 -2dxan=316 -name=Phoenix feather - -// 4622 -[obj_4622] -members=yes -cost=1 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -recol1s=16846 -recol1d=5252 -name=Black mushroom ink - -// 4623 -[obj_4623] -members=yes -2dxof=-2 -2dyof=24 -2dzoom=650 -2dyan=300 -2dxan=316 -cost=1 -model=model_40623 -name=Phoenix quill pen - -// 4624 -[obj_4624] -model=model_2838 -2dzoom=940 -2dyan=112 -2dxan=248 -members=yes -cost=1 -name=Golem program - -// 4625 -[obj_4625] -model=model_39834 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=25098 -recol1d=15652 -recol2s=2340 -recol2d=32767 -recol3s=6273 -recol3d=4226 -recol4s=14724 -recol4d=32767 -recol5s=8386 -recol5d=15392 -recol6s=32736 -recol6d=15392 -name=Bandit - -// 4626 -[obj_4626] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4627 -[obj_4627] -cost=650 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=21829 -recol2s=32454 -recol2d=21829 -name=Bandit's brew -certlink=obj_4628 - -// 4628 -[obj_4628] -certlink=obj_4627 -certtemplate=obj_799 - -// 4629 -[obj_4629] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4630 -[obj_4630] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4631 -[obj_4631] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4632 -[obj_4632] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4633 -[obj_4633] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4634 -[obj_4634] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4635 -[obj_4635] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4636 -[obj_4636] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4637 -[obj_4637] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4638 -[obj_4638] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4639 -[obj_4639] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4640 -[obj_4640] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4641 -[obj_4641] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4642 -[obj_4642] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4643 -[obj_4643] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4644 -[obj_4644] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4645 -[obj_4645] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4646 -[obj_4646] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4647 -[obj_4647] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4648 -[obj_4648] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4649 -[obj_4649] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4650 -[obj_4650] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4651 -[obj_4651] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4652 -[obj_4652] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 4653 -[obj_4653] -model=model_6291 -op3=Study -members=yes -cost=250 -name=Fire - -// 4654 -[obj_4654] -model=model_2774 -2dxof=-1 -2dyof=56 -2dzoom=990 -2dyan=1716 -2dxan=264 -members=yes -cost=250 -recol1s=24174 -recol1d=24272 -recol2s=22026 -recol2d=21101 -recol3s=17832 -recol3d=18985 -name=Etchings - -// 4655 -[obj_4655] -iop1=Read -members=yes -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -cost=250 -recol1s=13504 -recol1d=12387 -recol2s=32759 -recol2d=32752 -name=Translation - -// 4656 -[obj_4656] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -cost=250 -recol1s=32480 -recol1d=17799 -name=Warm key - -// 4657 -[obj_4657] -members=yes -cost=350 -model=model_2784 -2dxof=3 -2dyof=-35 -2dzoom=830 -2dyan=180 -2dzan=2024 -2dxan=268 -iop2=Wear -recol1s=32767 -recol1d=24320 -name=Ring of visibility - -// 4658 -[obj_4658] -members=yes -model=model_2345 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=250 -recol1s=16675 -recol1d=22131 -recol2s=14561 -recol2d=18960 -recol3s=12448 -recol3d=16846 -recol4s=10336 -recol4d=14732 -recol5s=8224 -recol5d=11561 -name=Silver pot - -// 4659 -[obj_4659] -members=yes -model=model_2345 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=250 -recol1s=16675 -recol1d=22131 -recol2s=14561 -recol2d=18960 -recol3s=12448 -recol3d=16846 -recol4s=10336 -recol4d=14732 -recol5s=8224 -recol5d=11561 -name=Blessed pot - -// 4660 -[obj_4660] -members=yes -model=model_6347 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=250 -name=Silver pot - -// 4661 -[obj_4661] -members=yes -model=model_6347 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=250 -name=Blessed pot - -// 4662 -[obj_4662] -members=yes -model=model_6347 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=250 -name=Silver pot - -// 4663 -[obj_4663] -members=yes -model=model_6347 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=250 -name=Blessed pot - -// 4664 -[obj_4664] -members=yes -model=model_6347 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=250 -name=Silver pot - -// 4665 -[obj_4665] -members=yes -model=model_6347 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=250 -name=Blessed pot - -// 4666 -[obj_4666] -members=yes -model=model_6347 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=250 -name=Silver pot - -// 4667 -[obj_4667] -members=yes -model=model_6347 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=250 -name=Blessed pot - -// 4668 -[obj_4668] -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -cost=1 -cost=10 -recol1s=22131 -recol1d=25364 -name=Garlic powder - -// 4669 -[obj_4669] -model=model_2742 -cost=0 -name=Tinderbox - -// 4670 -[obj_4670] -members=yes -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -cost=250 -name=Blood diamond - -// 4671 -[obj_4671] -model=model_6316 -members=yes -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -cost=250 -recol1s=17440 -recol1d=21213 -recol2s=11296 -recol2d=14046 -recol3s=32271 -recol3d=32767 -name=Ice diamond - -// 4672 -[obj_4672] -members=yes -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -cost=250 -recol1s=17440 -recol1d=11561 -recol2s=11296 -recol2d=6341 -recol3s=32271 -recol3d=18960 -name=Smoke diamond - -// 4673 -[obj_4673] -members=yes -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -cost=250 -recol1s=17440 -recol1d=7399 -recol2s=11296 -recol2d=4228 -recol3s=32271 -recol3d=21173 -name=Shadow diamond - -// 4674 -[obj_4674] -members=yes -model=model_6290 -2dyof=-5 -2dzoom=1020 -2dxan=540 -cost=250 -name=Gilded cross - -// 4675 -[obj_4675] -members=yes -model=model_6235 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_6232 -womanwear=model_6232 -cost=100000 -stockmarket=yes -name=Ancient staff -womanwearoff=3,-11,6 -certlink=obj_4676 -lentlink=obj_13406 - -// 4676 -[obj_4676] -certlink=obj_4675 -certtemplate=obj_799 - -// 4677 -[obj_4677] -model=model_6440 -2dyof=-10 -2dzoom=400 -2dxan=220 -manwear=model_6469 -womanwear=model_42302 -iop2=Wear -members=yes -name=Catspeak amulet - -// 4678 -[obj_4678] -members=yes -model=model_6445 -2dyof=-6 -2dzoom=1210 -2dyan=1760 -2dxan=136 -op3=Take -name=Canopic jar -param=param_59,1 - -// 4679 -[obj_4679] -members=yes -model=model_6443 -2dyof=-6 -2dzoom=1210 -2dyan=1760 -2dxan=136 -op3=Take -name=Canopic jar -param=param_59,1 - -// 4680 -[obj_4680] -members=yes -model=model_6446 -2dyof=-6 -2dzoom=1210 -2dyan=1760 -2dxan=136 -op3=Take -name=Canopic jar -param=param_59,1 - -// 4681 -[obj_4681] -members=yes -model=model_6444 -2dyof=-6 -2dzoom=1210 -2dyan=1760 -2dxan=136 -op3=Take -name=Canopic jar -param=param_59,1 - -// 4682 -[obj_4682] -members=yes -model=model_6441 -2dxof=3 -2dyof=4 -2dzoom=460 -2dyan=1116 -2dxan=1584 -name=Holy symbol -param=param_59,1 - -// 4683 -[obj_4683] -members=yes -model=model_6442 -2dyof=-3 -2dzoom=430 -2dyan=164 -2dxan=424 -name=Unholy symbol -param=param_59,1 - -// 4684 -[obj_4684] -members=yes -model=model_2725 -2dxof=4 -2dyof=13 -2dzoom=1420 -2dyan=1240 -2dxan=536 -cost=30 -recol1s=27412 -recol1d=23185 -name=Linen - -// 4685 -[obj_4685] -model=model_2742 -cost=0 -name=Picture - -// 4686 -[obj_4686] -model=model_2633 -cost=5 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop1=Read -cost=0 -recol1s=13504 -recol1d=11558 -recol2s=32759 -recol2d=32722 -recol3s=21120 -recol3d=6340 -recol4s=16846 -recol4d=6340 -name=Embalming manual - -// 4687 -[obj_4687] -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -members=yes -cost=30 -recol1s=173 -recol1d=17632 -name=Bucket of sap - -// 4688 -[obj_4688] -model=model_2742 -cost=0 -name=Tinderbox - -// 4689 -[obj_4689] -cost=20 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -recol1s=22131 -recol1d=32503 -name=Pile of salt - -// 4690 -[obj_4690] -model=model_2742 -cost=0 -name=Tinderbox - -// 4691 -[obj_4691] -members=yes -model=model_6502 -2dxof=-7 -2dzoom=970 -2dyan=284 -name=Sphinx's token - -// 4692 -[obj_4692] -model=model_2746 -manwear=model_532 -womanwear=model_532 -2dzoom=940 -2dyan=112 -2dxan=248 -members=yes -recol1s=32563 -recol1d=30626 -name=Gold leaf -womanwearoff=3,-11,6 - -// 4693 -[obj_4693] -cost=6 -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -members=yes -name=Full bucket - -// 4694 -[obj_4694] -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -stackable=yes -cost=20 -model=model_7521 -ambient=30 -members=yes -stockmarket=yes -name=Steam rune - -// 4695 -[obj_4695] -stackable=yes -cost=20 -model=model_7517 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -members=yes -stockmarket=yes -name=Mist rune - -// 4696 -[obj_4696] -stackable=yes -cost=20 -model=model_7514 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -members=yes -stockmarket=yes -name=Dust rune - -// 4697 -[obj_4697] -stackable=yes -cost=20 -model=model_7520 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -members=yes -stockmarket=yes -name=Smoke rune - -// 4698 -[obj_4698] -stackable=yes -cost=20 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -model=model_7518 -ambient=30 -members=yes -stockmarket=yes -name=Mud rune - -// 4699 -[obj_4699] -stackable=yes -cost=20 -model=model_7516 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -members=yes -stockmarket=yes -name=Lava rune - -// 4700 -[obj_4700] -model=model_5742 -2dzoom=1190 -2dyan=120 -2dxan=28 -cost=600 -members=yes -recol1s=22270 -recol1d=1110 -name=Sapphire lantern - -// 4701 -[obj_4701] -model=model_5742 -2dzoom=1190 -2dyan=120 -2dxan=28 -cost=600 -members=yes -recol1s=22270 -recol1d=1110 -name=Sapphire lantern - -// 4702 -[obj_4702] -model=model_5741 -2dzoom=1190 -2dyan=120 -2dxan=28 -cost=600 -members=yes -iop1=Extinguish -recol1s=32553 -recol1d=10750 -recol2s=32657 -recol2d=10750 -name=Sapphire lantern - -// 4703 -[obj_4703] -model=model_2528 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -cost=1 -recol1s=16846 -recol1d=14800 -name=Magic stone - -// 4704 -[obj_4704] -model=model_3897 -manwear=model_6543 -womanwear=model_6543 -members=yes -2dxof=1 -2dzoom=660 -2dyan=68 -2dxan=184 -cost=1 -name=Stone bowl -manwearoff=0,3,0 -womanwearoff=3,-15,0 - -// 4705 -[obj_4705] -dummyitem=2 -model=model_6743 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -manwear=model_6711 -womanwear=model_6711 -recol1s=13504 -recol1d=7494 -recol2s=16846 -recol2d=7329 -recol3s=21120 -recol3d=7329 -womanwearoff=3,-11,6 - -// 4706 -[obj_4706] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 4707 -[obj_4707] -model=model_6743 -cost=5 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop1=Read -recol1s=23744 -recol1d=6370 -recol2s=32576 -recol2d=10598 -recol3s=13504 -recol3d=6370 -recol4s=32759 -recol4d=25526 -name=Crumbling tome - -// 4708 -[obj_4708] -members=yes -cost=13000 -iop2=Wear -manwear=model_5430 -womanwear=model_5435 -manhead=model_38094 -womanhead=model_39128 -2dzoom=730 -2dyan=2036 -model=model_5419 -stockmarket=yes -recol1s=14724 -recol1d=5283 -name=Ahrim's hood -certlink=obj_4709 - -// 4709 -[obj_4709] -certlink=obj_4708 -certtemplate=obj_799 - -// 4710 -[obj_4710] -members=yes -cost=85000 -iop2=Wield -manwear=model_6706 -womanwear=model_23175 -2dxof=-4 -2dyof=-19 -2dzoom=1550 -2dyan=116 -2dxan=224 -model=model_6590 -stockmarket=yes -recol1s=10600 -recol1d=5283 -recol2s=9543 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=7429 -recol4d=2112 -name=Ahrim's staff -womanwearoff=3,-11,6 -certlink=obj_4711 - -// 4711 -[obj_4711] -certlink=obj_4710 -certtemplate=obj_799 - -// 4712 -[obj_4712] -members=yes -cost=50000 -iop2=Wear -manwear=model_6669 -manwear2=model_170 -womanwear=model_6697 -womanwear2=model_348 -2dyof=3 -2dzoom=1250 -2dxan=468 -model=model_6578 -stockmarket=yes -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -name=Ahrim's robetop -certlink=obj_4713 - -// 4713 -[obj_4713] -certlink=obj_4712 -certtemplate=obj_799 - -// 4714 -[obj_4714] -members=yes -cost=47000 -iop2=Wear -manwear=model_6659 -womanwear=model_40595 -2dyof=-4 -2dzoom=1730 -2dxan=504 -model=model_6577 -stockmarket=yes -recol1s=7429 -recol1d=5283 -recol2s=5258 -recol2d=3228 -name=Ahrim's robeskirt -certlink=obj_4715 - -// 4715 -[obj_4715] -certlink=obj_4714 -certtemplate=obj_799 - -// 4716 -[obj_4716] -members=yes -cost=103000 -iop2=Wear -manwear=model_6651 -womanwear=model_6686 -manhead=model_39969 -womanhead=model_38950 -model=model_6580 -2dxof=5 -2dyof=-8 -2dzoom=660 -2dyan=128 -2dxan=96 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=4226 -name=Dharok's helm -certlink=obj_4717 - -// 4717 -[obj_4717] -certlink=obj_4716 -certtemplate=obj_799 - -// 4718 -[obj_4718] -members=yes -cost=208000 -iop2=Wield -manwear=model_6702 -womanwear=model_6702 -model=model_6579 -2dyof=51 -2dzoom=1710 -2dyan=2004 -2dxan=280 -stockmarket=yes -name=Dharok's greataxe -womanwearoff=3,-11,6 -certlink=obj_4719 - -// 4719 -[obj_4719] -certlink=obj_4718 -certtemplate=obj_799 - -// 4720 -[obj_4720] -members=yes -cost=280000 -iop2=Wear -manwear=model_6670 -manwear2=model_6639 -womanwear=model_6698 -womanwear2=model_6681 -model=model_6582 -2dxof=1 -2dyof=4 -2dzoom=1260 -2dxan=464 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Dharok's platebody -certlink=obj_4721 - -// 4721 -[obj_4721] -certlink=obj_4720 -certtemplate=obj_799 - -// 4722 -[obj_4722] -members=yes -cost=275000 -iop2=Wear -manwear=model_6660 -womanwear=model_6692 -model=model_6581 -2dxof=1 -2dyof=1 -2dzoom=1660 -2dxan=456 -stockmarket=yes -recol1s=8453 -recol1d=5283 -recol2s=6340 -recol2d=3169 -name=Dharok's platelegs -certlink=obj_4723 - -// 4723 -[obj_4723] -certlink=obj_4722 -certtemplate=obj_799 - -// 4724 -[obj_4724] -members=yes -cost=103000 -iop2=Wear -manwear=model_6653 -womanwear=model_6687 -manhead=model_39782 -womanhead=model_38962 -model=model_6583 -2dxof=17 -2dzoom=860 -2dyan=188 -2dxan=2012 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Guthan's helm -certlink=obj_4725 - -// 4725 -[obj_4725] -certlink=obj_4724 -certtemplate=obj_799 - -// 4726 -[obj_4726] -members=yes -cost=100000 -iop2=Wield -manwear=model_6709 -womanwear=model_6709 -2dxof=-2 -2dyof=-16 -2dzoom=1470 -2dyan=116 -2dxan=176 -model=model_6598 -stockmarket=yes -recol1s=12745 -recol1d=5283 -recol2s=10600 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=12716 -recol4d=9545 -recol5s=14830 -recol5d=11659 -name=Guthan's warspear -womanwearoff=3,-11,6 -certlink=obj_4727 - -// 4727 -[obj_4727] -certlink=obj_4726 -certtemplate=obj_799 - -// 4728 -[obj_4728] -members=yes -cost=280000 -iop2=Wear -manwear=model_6672 -manwear2=model_6641 -womanwear=model_6699 -womanwear2=model_6682 -model=model_6586 -2dyof=8 -2dzoom=960 -2dxan=412 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Guthan's platebody -certlink=obj_4729 - -// 4729 -[obj_4729] -certlink=obj_4728 -certtemplate=obj_799 - -// 4730 -[obj_4730] -members=yes -cost=275000 -iop2=Wear -manwear=model_6665 -womanwear=model_40596 -model=model_6593 -2dyof=1 -2dzoom=1720 -2dxan=468 -stockmarket=yes -recol1s=11624 -recol1d=5283 -recol2s=8453 -recol2d=4226 -recol3s=6340 -recol3d=3169 -name=Guthan's chainskirt -certlink=obj_4731 - -// 4731 -[obj_4731] -certlink=obj_4730 -certtemplate=obj_799 - -// 4732 -[obj_4732] -members=yes -cost=13000 -iop2=Wear -manwear=model_6655 -womanwear=model_6688 -manhead=model_39872 -womanhead=model_38983 -2dxof=-1 -2dyof=-3 -2dzoom=690 -2dxan=144 -model=model_6587 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=5283 -recol3s=6339 -recol3d=4226 -recol4s=5282 -recol4d=3169 -recol5s=4225 -recol5d=2112 -name=Karil's coif -certlink=obj_4733 - -// 4733 -[obj_4733] -certlink=obj_4732 -certtemplate=obj_799 - -// 4734 -[obj_4734] -members=yes -cost=160000 -iop2=Wield -manwear=model_6712 -womanwear=model_6712 -2dxof=-4 -2dyof=39 -2dzoom=1160 -2dyan=888 -2dxan=288 -model=model_6604 -stockmarket=yes -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 -name=Karil's crossbow -womanwearoff=3,-11,6 -certlink=obj_4735 - -// 4735 -[obj_4735] -certlink=obj_4734 -certtemplate=obj_799 - -// 4736 -[obj_4736] -members=yes -cost=50000 -iop2=Wear -manwear=model_6674 -manwear2=model_6643 -womanwear=model_6700 -womanwear2=model_6683 -2dxof=3 -2dzoom=1380 -2dxan=556 -model=model_6588 -stockmarket=yes -recol1s=13737 -recol1d=25298 -recol2s=8452 -recol2d=6340 -recol3s=7395 -recol3d=5283 -recol4s=6338 -recol4d=4226 -recol5s=6144 -recol5d=3169 -name=Karil's leathertop -certlink=obj_4737 - -// 4737 -[obj_4737] -certlink=obj_4736 -certtemplate=obj_799 - -// 4738 -[obj_4738] -members=yes -cost=47000 -iop2=Wear -manwear=model_6664 -womanwear=model_6694 -2dzoom=1120 -2dxan=512 -model=model_6589 -stockmarket=yes -recol1s=13737 -recol1d=21134 -recol2s=7429 -recol2d=6340 -recol3s=8452 -recol3d=5283 -recol4s=7395 -recol4d=4226 -recol5s=6338 -recol5d=3169 -recol6s=5281 -recol6d=2112 -name=Karil's leatherskirt -certlink=obj_4739 - -// 4739 -[obj_4739] -certlink=obj_4738 -certtemplate=obj_799 - -// 4740 -[obj_4740] -cost=420 -model=model_6599 -2dxof=1 -2dyof=1 -2dzoom=870 -2dyan=1776 -2dxan=72 -iop2=Wield -stackable=yes -count1=obj_4741,2 -count2=obj_4742,3 -count3=obj_4743,4 -count4=obj_4744,5 -members=yes -stockmarket=yes -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 -name=Bolt rack - -// 4741 -[obj_4741] -model=model_6600 -2dxof=1 -2dyof=1 -2dzoom=870 -2dyan=1776 -2dxan=72 -stackable=yes -dummyitem=2 -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 - -// 4742 -[obj_4742] -model=model_6601 -2dxof=1 -2dyof=1 -2dzoom=870 -2dyan=1776 -2dxan=72 -stackable=yes -dummyitem=2 -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 - -// 4743 -[obj_4743] -model=model_6602 -2dxof=1 -2dyof=1 -2dzoom=870 -2dyan=1776 -2dxan=72 -stackable=yes -dummyitem=2 -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 - -// 4744 -[obj_4744] -model=model_6603 -2dxof=1 -2dyof=1 -2dzoom=870 -2dyan=1776 -2dxan=72 -stackable=yes -dummyitem=2 -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 - -// 4745 -[obj_4745] -members=yes -cost=103000 -iop2=Wear -manwear=model_6656 -womanwear=model_6689 -manhead=model_39896 -womanhead=model_38922 -model=model_6592 -2dxof=11 -2dzoom=660 -2dyan=212 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Torag's helm -certlink=obj_4746 - -// 4746 -[obj_4746] -certlink=obj_4745 -certtemplate=obj_799 - -// 4747 -[obj_4747] -members=yes -cost=160000 -iop2=Wield -manwear=model_6707 -womanwear=model_40282 -womanwear2=model_40306 -model=model_6591 -2dxof=-16 -2dyof=-9 -2dzoom=1620 -2dyan=1212 -2dxan=272 -stockmarket=yes -name=Torag's hammers -certlink=obj_4748 - -// 4748 -[obj_4748] -certlink=obj_4747 -certtemplate=obj_799 - -// 4749 -[obj_4749] -members=yes -cost=280000 -iop2=Wear -manwear=model_6676 -manwear2=model_6644 -womanwear=model_6701 -womanwear2=model_6684 -model=model_6594 -2dxof=2 -2dzoom=1310 -2dxan=432 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Torag's platebody -certlink=obj_4750 - -// 4750 -[obj_4750] -certlink=obj_4749 -certtemplate=obj_799 - -// 4751 -[obj_4751] -members=yes -cost=275000 -iop2=Wear -manwear=model_6662 -womanwear=model_6693 -model=model_6584 -2dyof=1 -2dzoom=1720 -2dxan=468 -stockmarket=yes -recol1s=8453 -recol1d=6340 -name=Torag's platelegs -certlink=obj_4752 - -// 4752 -[obj_4752] -certlink=obj_4751 -certtemplate=obj_799 - -// 4753 -[obj_4753] -members=yes -cost=103000 -iop2=Wear -manwear=model_6658 -womanwear=model_6690 -manhead=model_39735 -womanhead=model_39735 -2dxof=5 -2dyof=1 -2dzoom=810 -2dyan=208 -2dxan=28 -model=model_6597 -stockmarket=yes -recol1s=13736 -recol1d=6340 -recol2s=10567 -recol2d=5283 -recol3s=8453 -recol3d=4226 -recol4s=7396 -recol4d=3169 -recol5s=6339 -recol5d=2112 -recol6s=5282 -recol6d=1056 -name=Verac's helm -certlink=obj_4754 - -// 4754 -[obj_4754] -certlink=obj_4753 -certtemplate=obj_799 - -// 4755 -[obj_4755] -members=yes -cost=160000 -iop2=Wield -manwear=model_6704 -womanwear=model_6704 -model=model_6585 -2dyof=32 -2dzoom=1440 -2dyan=352 -2dxan=272 -stockmarket=yes -name=Verac's flail -womanwearoff=3,-11,6 -certlink=obj_4756 - -// 4756 -[obj_4756] -certlink=obj_4755 -certtemplate=obj_799 - -// 4757 -[obj_4757] -members=yes -cost=280000 -iop2=Wear -manwear=model_315 -manwear2=model_6646 -womanwear=model_478 -womanwear2=model_6685 -2dxof=3 -2dyof=1 -2dzoom=1210 -2dyan=36 -2dxan=464 -model=model_6596 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=6340 -recol3d=4226 -recol4s=6339 -recol4d=3169 -recol5s=4226 -recol5d=2112 -name=Verac's brassard -certlink=obj_4758 - -// 4758 -[obj_4758] -certlink=obj_4757 -certtemplate=obj_799 - -// 4759 -[obj_4759] -members=yes -cost=275000 -iop2=Wear -manwear=model_6667 -womanwear=model_6696 -2dxof=-1 -2dyof=-1 -2dzoom=1060 -2dxan=504 -model=model_6595 -stockmarket=yes -recol1s=9510 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=5282 -recol3d=4226 -name=Verac's plateskirt -certlink=obj_4760 - -// 4760 -[obj_4760] -certlink=obj_4759 -certtemplate=obj_799 - -// 4761 -[obj_4761] -model=model_6737 -2dzoom=400 -2dyan=2023 -2dxan=1942 -dummyitem=2 - -// 4762 -[obj_4762] -model=model_6737 -2dzoom=400 -2dyan=2023 -2dxan=1942 -dummyitem=2 -recol1s=16488 -recol1d=4423 -recol2s=18602 -recol2d=6537 -recol3s=27255 -recol3d=20308 - -// 4763 -[obj_4763] -model=model_6738 -2dzoom=400 -2dyan=2023 -2dxan=1942 -dummyitem=2 - -// 4764 -[obj_4764] -model=model_6738 -2dzoom=400 -2dyan=18 -2dxan=136 -dummyitem=2 -recol1s=16488 -recol1d=4423 -recol2s=18602 -recol2d=6537 -recol3s=27255 -recol3d=20308 - -// 4765 -[obj_4765] -model=model_6739 -2dzoom=400 -2dyan=21 -2dxan=249 -dummyitem=2 - -// 4766 -[obj_4766] -model=model_6739 -2dzoom=400 -2dyan=21 -2dxan=249 -dummyitem=2 -recol1s=16488 -recol1d=4423 -recol2s=18602 -recol2d=6537 -recol3s=27255 -recol3d=20308 - -// 4767 -[obj_4767] -model=model_6740 -2dzoom=400 -2dyan=18 -2dxan=136 -dummyitem=2 - -// 4768 -[obj_4768] -model=model_6740 -2dzoom=400 -2dyan=18 -2dxan=136 -dummyitem=2 -recol1s=16488 -recol1d=4423 -recol2s=18602 -recol2d=6537 -recol3s=27255 -recol3d=20308 - -// 4769 -[obj_4769] -model=model_6741 -2dzoom=400 -2dyan=18 -2dxan=136 -dummyitem=2 - -// 4770 -[obj_4770] -model=model_6741 -2dzoom=400 -2dyan=18 -2dxan=136 -dummyitem=2 -recol1s=16488 -recol1d=4423 -recol2s=18602 -recol2d=6537 -recol3s=27255 -recol3d=20308 - -// 4771 -[obj_4771] -model=model_6742 -2dzoom=400 -2dyan=2023 -2dxan=1942 -dummyitem=2 - -// 4772 -[obj_4772] -model=model_6742 -2dzoom=400 -2dyan=2023 -2dxan=1942 -dummyitem=2 -recol1s=16488 -recol1d=4423 -recol2s=18602 -recol2d=6537 -recol3s=27255 -recol3d=20308 - -// 4773 -[obj_4773] -model=model_6814 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -count1=obj_4774,2 -count2=obj_4775,3 -count3=obj_4776,4 -count4=obj_4777,5 -iop2=Wield -cost=5 -stockmarket=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=8354 -name=Bronze brutal - -// 4774 -[obj_4774] -model=model_6815 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -dummyitem=2 -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=8354 - -// 4775 -[obj_4775] -model=model_6816 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -dummyitem=2 -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=8354 - -// 4776 -[obj_4776] -model=model_6817 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -dummyitem=2 -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=8354 - -// 4777 -[obj_4777] -model=model_6818 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -dummyitem=2 -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=8354 - -// 4778 -[obj_4778] -model=model_6814 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -count1=obj_4779,2 -count2=obj_4780,3 -count3=obj_4781,4 -count4=obj_4782,5 -iop2=Wield -cost=10 -stockmarket=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=8456 -name=Iron brutal - -// 4779 -[obj_4779] -model=model_6815 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=8456 - -// 4780 -[obj_4780] -model=model_6816 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=8456 - -// 4781 -[obj_4781] -model=model_6817 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=8456 - -// 4782 -[obj_4782] -model=model_6818 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=8456 - -// 4783 -[obj_4783] -model=model_6814 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -count1=obj_4784,2 -count2=obj_4785,3 -count3=obj_4786,4 -count4=obj_4787,5 -iop2=Wield -cost=20 -stockmarket=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -name=Steel brutal - -// 4784 -[obj_4784] -model=model_6815 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -dummyitem=2 -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 - -// 4785 -[obj_4785] -model=model_6816 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -dummyitem=2 -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 - -// 4786 -[obj_4786] -model=model_6817 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -dummyitem=2 -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 - -// 4787 -[obj_4787] -model=model_6818 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -dummyitem=2 -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 - -// 4788 -[obj_4788] -model=model_6814 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -count1=obj_4789,2 -count2=obj_4790,3 -count3=obj_4791,4 -count4=obj_4792,5 -iop2=Wield -cost=35 -stockmarket=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=2147 -name=Black brutal - -// 4789 -[obj_4789] -model=model_6815 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=2147 - -// 4790 -[obj_4790] -model=model_6816 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=2147 - -// 4791 -[obj_4791] -model=model_6817 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=2147 - -// 4792 -[obj_4792] -model=model_6818 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=2147 - -// 4793 -[obj_4793] -model=model_6814 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -count1=obj_4794,2 -count2=obj_4795,3 -count3=obj_4796,4 -count4=obj_4797,5 -iop2=Wield -cost=50 -stockmarket=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6346 -name=Mithril brutal - -// 4794 -[obj_4794] -model=model_6815 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6346 - -// 4795 -[obj_4795] -model=model_6816 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6346 - -// 4796 -[obj_4796] -model=model_6817 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6346 - -// 4797 -[obj_4797] -model=model_6818 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6346 - -// 4798 -[obj_4798] -model=model_6814 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -count1=obj_4799,2 -count2=obj_4800,3 -count3=obj_4801,4 -count4=obj_4802,5 -iop2=Wield -cost=95 -stockmarket=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6438 -name=Adamant brutal - -// 4799 -[obj_4799] -model=model_6815 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6438 - -// 4800 -[obj_4800] -model=model_6816 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6438 - -// 4801 -[obj_4801] -model=model_6817 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6438 - -// 4802 -[obj_4802] -model=model_6818 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6438 - -// 4803 -[obj_4803] -model=model_6814 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -stackable=yes -count1=obj_4804,2 -count2=obj_4805,3 -count3=obj_4806,4 -count4=obj_4807,5 -iop2=Wield -cost=450 -stockmarket=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6476 -name=Rune brutal - -// 4804 -[obj_4804] -model=model_6815 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6476 - -// 4805 -[obj_4805] -model=model_6816 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6476 - -// 4806 -[obj_4806] -model=model_6817 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6476 - -// 4807 -[obj_4807] -model=model_6818 -2dyof=-9 -2dzoom=1700 -2dyan=116 -2dxan=324 -members=yes -dummyitem=2 -stackable=yes -recol1s=14595 -recol1d=11556 -recol2s=15392 -recol2d=32767 -recol3s=16846 -recol3d=6476 - -// 4808 -[obj_4808] -model=model_2586 -2dxof=-2 -2dyof=7 -2dzoom=720 -2dyan=1028 -2dzan=988 -2dxan=1484 -members=yes -iop1=Look-at -recol1s=32271 -recol1d=17970 -recol2s=17440 -recol2d=4229 -recol3s=11296 -recol3d=1 -name=Black prism - -// 4809 -[obj_4809] -model=model_2838 -members=yes -manwear=model_532 -womanwear=model_532 -2dzoom=940 -2dyan=112 -2dxan=248 -iop1=Read -recol1s=0 -recol1d=1461 -recol2s=1024 -recol2d=22355 -recol3s=2048 -recol3d=32701 -recol4s=3072 -recol4d=3072 -recol5s=4096 -recol5d=4096 -recol6s=32563 -recol6d=32701 -name=Torn page -womanwearoff=3,-11,6 - -// 4810 -[obj_4810] -model=model_6778 -2dxof=-2 -2dyof=31 -2dyan=500 -2dxan=340 -iop1=Open -members=yes -name=Ruined backpack - -// 4811 -[obj_4811] -model=model_6776 -2dxof=-9 -2dyof=2 -2dzoom=940 -2dyan=2036 -2dxan=128 -members=yes -iop1=Look-at -name=Dragon inn tankard - -// 4812 -[obj_4812] -model=model_2768 -2dxof=-2 -2dyof=3 -2dyan=660 -2dzan=4 -2dxan=284 -iop1=Bury -members=yes -stockmarket=yes -recol1s=32767 -recol1d=22123 -name=Zogre bones -certlink=obj_4813 - -// 4813 -[obj_4813] -certlink=obj_4812 -certtemplate=obj_799 - -// 4814 -[obj_4814] -model=model_2578 -manwear=model_532 -womanwear=model_532 -2dyof=4 -2dzoom=1690 -2dyan=88 -2dxan=508 -members=yes -recol1s=32596 -recol1d=25236 -recol2s=25215 -recol2d=8456 -recol3s=24220 -recol3d=4228 -recol4s=22077 -recol4d=18960 -recol5s=28368 -recol5d=26293 -recol6s=13536 -recol6d=22131 -name=Sithik portrait -womanwearoff=3,-11,6 - -// 4815 -[obj_4815] -model=model_2578 -manwear=model_532 -womanwear=model_532 -2dyof=4 -2dzoom=1690 -2dyan=88 -2dxan=508 -members=yes -recol1s=32596 -recol1d=8456 -recol2s=25215 -recol2d=25236 -recol3s=24220 -recol3d=4228 -recol4s=22077 -recol4d=18960 -recol5s=28368 -recol5d=22131 -recol6s=13536 -recol6d=20017 -name=Sithik portrait -womanwearoff=3,-11,6 - -// 4816 -[obj_4816] -model=model_2578 -manwear=model_532 -womanwear=model_532 -2dyof=4 -2dzoom=1690 -2dyan=1972 -2dxan=508 -members=yes -iop1=Look-at -recol1s=32596 -recol1d=25236 -recol2s=25215 -recol2d=8456 -recol3s=24220 -recol3d=4228 -recol4s=22077 -recol4d=18960 -recol5s=28368 -recol5d=26293 -recol6s=13536 -recol6d=22131 -name=Signed portrait -womanwearoff=3,-11,6 - -// 4817 -[obj_4817] -model=model_2543 -manwear=model_556 -womanwear=model_556 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -iop1=Read -members=yes -recol1s=21120 -recol1d=26400 -recol2s=13504 -recol2d=18784 -recol3s=16846 -recol3d=5671 -name=Book of portraiture -womanwearoff=3,-11,6 - -// 4818 -[obj_4818] -model=model_6777 -2dxof=11 -2dyof=-5 -2dzoom=1430 -2dyan=88 -2dxan=116 -members=yes -name=Ogre artefact - -// 4819 -[obj_4819] -model=model_2580 -cost=7 -2dxof=3 -2dyof=4 -2dzoom=650 -2dyan=1984 -2dxan=308 -members=yes -stackable=yes -stockmarket=yes -recol1s=7399 -recol1d=8354 -name=Bronze nails - -// 4820 -[obj_4820] -model=model_2580 -cost=33 -2dxof=3 -2dyof=4 -2dzoom=650 -2dyan=1984 -2dxan=308 -members=yes -stackable=yes -stockmarket=yes -recol1s=7399 -recol1d=5285 -name=Iron nails - -// 4821 -[obj_4821] -model=model_2580 -cost=12 -2dxof=3 -2dyof=4 -2dzoom=650 -2dyan=1984 -2dxan=308 -members=yes -stackable=yes -stockmarket=yes -recol1s=7399 -recol1d=2147 -name=Black nails - -// 4822 -[obj_4822] -model=model_2580 -cost=18 -2dxof=3 -2dyof=4 -2dzoom=650 -2dyan=1984 -2dxan=308 -members=yes -stackable=yes -stockmarket=yes -recol1s=7399 -recol1d=6346 -name=Mithril nails - -// 4823 -[obj_4823] -model=model_2580 -cost=45 -2dxof=3 -2dyof=4 -2dzoom=650 -2dyan=1984 -2dxan=308 -members=yes -stackable=yes -stockmarket=yes -recol1s=7399 -recol1d=6438 -name=Adamantite nails - -// 4824 -[obj_4824] -model=model_2580 -cost=220 -2dxof=3 -2dyof=4 -2dzoom=650 -2dyan=1984 -2dxan=308 -members=yes -stackable=yes -stockmarket=yes -recol1s=7399 -recol1d=6476 -name=Rune nails - -// 4825 -[obj_4825] -model=model_6781 -cost=90 -2dzoom=2070 -2dyan=48 -2dxan=232 -members=yes -stockmarket=yes -recol1s=22155 -recol1d=16846 -name=Unstrung comp bow -certlink=obj_4826 - -// 4826 -[obj_4826] -certlink=obj_4825 -certtemplate=obj_799 - -// 4827 -[obj_4827] -cost=180 -model=model_6780 -2dzoom=2070 -2dyan=48 -2dxan=232 -members=yes -manwear=model_6813 -womanwear=model_6813 -iop2=Wield -iop3=Check kills -stockmarket=yes -name=Comp ogre bow -womanwearoff=3,-11,6 -certlink=obj_4828 - -// 4828 -[obj_4828] -certlink=obj_4827 -certtemplate=obj_799 - -// 4829 -[obj_4829] -model=model_2509 -manwear=model_556 -womanwear=model_556 -2dyof=13 -2dzoom=1220 -2dyan=112 -2dxan=292 -iop1=Read -members=yes -recol1s=13504 -recol1d=22733 -name=Book of 'h.a.m' -womanwearoff=3,-11,6 - -// 4830 -[obj_4830] -model=model_6779 -2dyof=-17 -2dyan=104 -2dxan=224 -iop1=Bury -members=yes -stockmarket=yes -recol1s=14756 -recol1d=15712 -recol2s=22127 -recol2d=22127 -name=Fayrg bones -certlink=obj_4831 - -// 4831 -[obj_4831] -certlink=obj_4830 -certtemplate=obj_799 - -// 4832 -[obj_4832] -model=model_6779 -2dyof=-17 -2dyan=104 -2dxan=224 -iop1=Bury -members=yes -stockmarket=yes -recol1s=12320 -recol1d=12320 -recol2s=22127 -recol2d=22255 -name=Raurg bones -certlink=obj_4833 - -// 4833 -[obj_4833] -certlink=obj_4832 -certtemplate=obj_799 - -// 4834 -[obj_4834] -model=model_6779 -2dyof=-17 -2dyan=104 -2dxan=224 -iop1=Bury -members=yes -stockmarket=yes -recol1s=14756 -recol1d=10304 -recol2s=22127 -recol2d=21218 -name=Ourg bones -certlink=obj_4835 - -// 4835 -[obj_4835] -certlink=obj_4834 -certtemplate=obj_799 - -// 4836 -[obj_4836] -model=model_2705 -2dzoom=760 -2dyan=1800 -2dxan=44 -members=yes -recol1s=16846 -recol1d=12843 -name=Strange potion - -// 4837 -[obj_4837] -model=model_2509 -manwear=model_556 -womanwear=model_556 -2dyof=13 -2dzoom=1220 -2dyan=112 -2dxan=292 -iop1=Read -members=yes -recol1s=13504 -recol1d=11724 -recol2s=21120 -recol2d=5250 -recol3s=16846 -recol3d=5250 -name=Necromancy book -womanwearoff=3,-11,6 - -// 4838 -[obj_4838] -cost=10 -model=model_2468 -2dxof=-1 -2dyof=-2 -2dzoom=500 -2dyan=1980 -2dxan=156 -members=yes -recol1s=18848 -recol1d=6470 -name=Cup of tea - -// 4839 -[obj_4839] -cost=1 -members=yes -model=model_6782 -2dxof=-8 -2dyof=-2 -2dzoom=860 -2dyan=20 -2dxan=460 -recol1s=15789 -recol1d=29504 -recol2s=13675 -recol2d=28544 -name=Ogre gate key - -// 4840 -[obj_4840] -cost=5 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=32529 -name=Rogue's purse potion(unf) -certlink=obj_4841 - -// 4841 -[obj_4841] -certlink=obj_4840 -certtemplate=obj_799 - -// 4842 -[obj_4842] -cost=225 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25098 -name=Relicym's balm(4) -certlink=obj_4843 - -// 4843 -[obj_4843] -certlink=obj_4842 -certtemplate=obj_799 - -// 4844 -[obj_4844] -cost=200 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25098 -name=Relicym's balm(3) -certlink=obj_4845 - -// 4845 -[obj_4845] -certlink=obj_4844 -certtemplate=obj_799 - -// 4846 -[obj_4846] -cost=150 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25098 -name=Relicym's balm(2) -certlink=obj_4847 - -// 4847 -[obj_4847] -certlink=obj_4846 -certtemplate=obj_799 - -// 4848 -[obj_4848] -cost=75 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=25098 -name=Relicym's balm(1) -certlink=obj_4849 - -// 4849 -[obj_4849] -certlink=obj_4848 -certtemplate=obj_799 - -// 4850 -[obj_4850] -cost=100 -members=yes -model=model_6782 -2dxof=-8 -2dyof=-2 -2dzoom=860 -2dyan=20 -2dxan=460 -stockmarket=yes -recol1s=15789 -recol1d=18912 -recol2s=13675 -recol2d=18912 -name=Ogre coffin key -certlink=obj_4851 - -// 4851 -[obj_4851] -certlink=obj_4850 -certtemplate=obj_799 - -// 4852 -[obj_4852] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4853 -[obj_4853] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4854 -[obj_4854] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4855 -[obj_4855] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 4856 -[obj_4856] -members=yes -cost=13000 -iop2=Wear -manwear=model_5430 -womanwear=model_5435 -manhead=model_38093 -womanhead=model_39128 -2dzoom=730 -2dyan=2036 -model=model_5419 -recol1s=14724 -recol1d=5283 -name=Ahrim's hood 100 - -// 4857 -[obj_4857] -members=yes -cost=13000 -iop2=Wear -manwear=model_5430 -womanwear=model_5435 -manhead=model_38093 -womanhead=model_39128 -2dzoom=730 -2dyan=2036 -model=model_5419 -recol1s=14724 -recol1d=5283 -name=Ahrim's hood 75 - -// 4858 -[obj_4858] -members=yes -cost=13000 -iop2=Wear -manwear=model_5430 -womanwear=model_5435 -manhead=model_38093 -womanhead=model_39128 -2dzoom=730 -2dyan=2036 -model=model_5419 -recol1s=14724 -recol1d=5283 -name=Ahrim's hood 50 - -// 4859 -[obj_4859] -members=yes -cost=13000 -iop2=Wear -manwear=model_5430 -womanwear=model_5435 -manhead=model_38093 -womanhead=model_39128 -2dzoom=730 -2dyan=2036 -model=model_5419 -recol1s=14724 -recol1d=5283 -name=Ahrim's hood 25 - -// 4860 -[obj_4860] -members=yes -cost=13000 -manwear=model_5430 -womanwear=model_5435 -manhead=model_38093 -womanhead=model_39128 -2dzoom=730 -2dyan=2036 -model=model_6844 -stockmarket=yes -recol1s=14724 -recol1d=5283 -name=Ahrim's hood 0 -certlink=obj_4861 - -// 4861 -[obj_4861] -certlink=obj_4860 -certtemplate=obj_799 - -// 4862 -[obj_4862] -members=yes -cost=85000 -iop2=Wield -manwear=model_6706 -womanwear=model_6706 -2dxof=-4 -2dyof=-19 -2dzoom=1550 -2dyan=116 -2dxan=224 -model=model_6590 -recol1s=10600 -recol1d=5283 -recol2s=9543 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=7429 -recol4d=2112 -name=Ahrim's staff 100 -womanwearoff=3,-11,6 - -// 4863 -[obj_4863] -members=yes -cost=85000 -iop2=Wield -manwear=model_6706 -womanwear=model_6706 -2dxof=-4 -2dyof=-19 -2dzoom=1550 -2dyan=116 -2dxan=224 -model=model_6590 -recol1s=10600 -recol1d=5283 -recol2s=9543 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=7429 -recol4d=2112 -name=Ahrim's staff 75 -womanwearoff=3,-11,6 - -// 4864 -[obj_4864] -members=yes -cost=85000 -iop2=Wield -manwear=model_6706 -womanwear=model_6706 -2dxof=-4 -2dyof=-19 -2dzoom=1550 -2dyan=116 -2dxan=224 -model=model_6590 -recol1s=10600 -recol1d=5283 -recol2s=9543 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=7429 -recol4d=2112 -name=Ahrim's staff 50 -womanwearoff=3,-11,6 - -// 4865 -[obj_4865] -members=yes -cost=85000 -iop2=Wield -manwear=model_6706 -womanwear=model_6706 -2dxof=-4 -2dyof=-19 -2dzoom=1550 -2dyan=116 -2dxan=224 -model=model_6590 -recol1s=10600 -recol1d=5283 -recol2s=9543 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=7429 -recol4d=2112 -name=Ahrim's staff 25 -womanwearoff=3,-11,6 - -// 4866 -[obj_4866] -members=yes -cost=85000 -manwear=model_6706 -womanwear=model_6706 -2dxof=-4 -2dyof=-19 -2dzoom=1550 -2dyan=116 -2dxan=224 -model=model_6835 -stockmarket=yes -recol1s=10600 -recol1d=5283 -recol2s=9543 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=7429 -recol4d=2112 -name=Ahrim's staff 0 -womanwearoff=3,-11,6 -certlink=obj_4867 - -// 4867 -[obj_4867] -certlink=obj_4866 -certtemplate=obj_799 - -// 4868 -[obj_4868] -members=yes -cost=50000 -iop2=Wear -manwear=model_6669 -manwear2=model_170 -womanwear=model_6697 -womanwear2=model_348 -2dyof=3 -2dzoom=1250 -2dxan=468 -model=model_6578 -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -name=Ahrim's top 100 - -// 4869 -[obj_4869] -members=yes -cost=50000 -iop2=Wear -manwear=model_6669 -manwear2=model_170 -womanwear=model_6697 -womanwear2=model_348 -2dyof=3 -2dzoom=1250 -2dxan=468 -model=model_6578 -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -name=Ahrim's top 75 - -// 4870 -[obj_4870] -members=yes -cost=50000 -iop2=Wear -manwear=model_6669 -manwear2=model_170 -womanwear=model_6697 -womanwear2=model_348 -2dyof=3 -2dzoom=1250 -2dxan=468 -model=model_6578 -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -name=Ahrim's top 50 - -// 4871 -[obj_4871] -members=yes -cost=50000 -iop2=Wear -manwear=model_6669 -manwear2=model_170 -womanwear=model_6697 -womanwear2=model_348 -2dyof=3 -2dzoom=1250 -2dxan=468 -model=model_6578 -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -name=Ahrim's top 25 - -// 4872 -[obj_4872] -members=yes -cost=50000 -manwear=model_6669 -manwear2=model_170 -womanwear=model_6697 -womanwear2=model_348 -2dyof=3 -2dzoom=1250 -2dxan=468 -model=model_6823 -stockmarket=yes -recol1s=14724 -recol1d=5283 -recol2s=7429 -recol2d=5283 -name=Ahrim's top 0 -certlink=obj_4873 - -// 4873 -[obj_4873] -certlink=obj_4872 -certtemplate=obj_799 - -// 4874 -[obj_4874] -members=yes -cost=47000 -iop2=Wear -manwear=model_6659 -womanwear=model_40595 -2dyof=-4 -2dzoom=1730 -2dxan=504 -model=model_6577 -recol1s=7429 -recol1d=5283 -recol2s=5258 -recol2d=3228 -name=Ahrim's skirt 100 - -// 4875 -[obj_4875] -members=yes -cost=47000 -iop2=Wear -manwear=model_6659 -womanwear=model_40595 -2dyof=-4 -2dzoom=1730 -2dxan=504 -model=model_6577 -recol1s=7429 -recol1d=5283 -recol2s=5258 -recol2d=3228 -name=Ahrim's skirt 75 - -// 4876 -[obj_4876] -members=yes -cost=47000 -iop2=Wear -manwear=model_6659 -womanwear=model_40595 -2dyof=-4 -2dzoom=1730 -2dxan=504 -model=model_6577 -recol1s=7429 -recol1d=5283 -recol2s=5258 -recol2d=3228 -name=Ahrim's skirt 50 - -// 4877 -[obj_4877] -members=yes -cost=47000 -iop2=Wear -manwear=model_6659 -womanwear=model_40595 -2dyof=-4 -2dzoom=1730 -2dxan=504 -model=model_6577 -recol1s=7429 -recol1d=5283 -recol2s=5258 -recol2d=3228 -name=Ahrim's skirt 25 - -// 4878 -[obj_4878] -members=yes -cost=47000 -manwear=model_6659 -womanwear=model_40595 -2dyof=-4 -2dzoom=1730 -2dxan=504 -model=model_6822 -stockmarket=yes -recol1s=7429 -recol1d=5283 -recol2s=5258 -recol2d=3228 -name=Ahrim's skirt 0 -certlink=obj_4879 - -// 4879 -[obj_4879] -certlink=obj_4878 -certtemplate=obj_799 - -// 4880 -[obj_4880] -members=yes -cost=103000 -iop2=Wear -manwear=model_6651 -womanwear=model_6686 -manhead=model_39969 -womanhead=model_38950 -model=model_6580 -2dxof=5 -2dyof=-8 -2dzoom=660 -2dyan=128 -2dxan=96 -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=4226 -name=Dharok's helm 100 - -// 4881 -[obj_4881] -members=yes -cost=103000 -iop2=Wear -manwear=model_6651 -womanwear=model_6686 -manhead=model_39969 -womanhead=model_38950 -model=model_6580 -2dxof=5 -2dyof=-8 -2dzoom=660 -2dyan=128 -2dxan=96 -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=4226 -name=Dharok's helm 75 - -// 4882 -[obj_4882] -members=yes -cost=103000 -iop2=Wear -manwear=model_6651 -womanwear=model_6686 -manhead=model_39969 -womanhead=model_38950 -model=model_6580 -2dxof=5 -2dyof=-8 -2dzoom=660 -2dyan=128 -2dxan=96 -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=4226 -name=Dharok's helm 50 - -// 4883 -[obj_4883] -members=yes -cost=103000 -iop2=Wear -manwear=model_6651 -womanwear=model_6686 -manhead=model_39969 -womanhead=model_38950 -model=model_6580 -2dxof=5 -2dyof=-8 -2dzoom=660 -2dyan=128 -2dxan=96 -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=4226 -name=Dharok's helm 25 - -// 4884 -[obj_4884] -members=yes -cost=103000 -manwear=model_6651 -womanwear=model_6686 -manhead=model_39969 -womanhead=model_38950 -model=model_6825 -2dxof=5 -2dyof=-8 -2dzoom=660 -2dyan=128 -2dxan=96 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=4226 -name=Dharok's helm 0 -certlink=obj_4885 - -// 4885 -[obj_4885] -certlink=obj_4884 -certtemplate=obj_799 - -// 4886 -[obj_4886] -members=yes -cost=208000 -iop2=Wield -manwear=model_6702 -womanwear=model_6702 -model=model_6579 -2dyof=51 -2dzoom=1710 -2dyan=2004 -2dxan=280 -name=Dharok's axe 100 -womanwearoff=3,-11,6 - -// 4887 -[obj_4887] -members=yes -cost=208000 -iop2=Wield -manwear=model_6702 -womanwear=model_6702 -model=model_6579 -2dyof=51 -2dzoom=1710 -2dyan=2004 -2dxan=280 -name=Dharok's axe 75 -womanwearoff=3,-11,6 - -// 4888 -[obj_4888] -members=yes -cost=208000 -iop2=Wield -manwear=model_6702 -womanwear=model_6702 -model=model_6579 -2dyof=51 -2dzoom=1710 -2dyan=2004 -2dxan=280 -name=Dharok's axe 50 -womanwearoff=3,-11,6 - -// 4889 -[obj_4889] -members=yes -cost=208000 -iop2=Wield -manwear=model_6702 -womanwear=model_6702 -model=model_6579 -2dyof=51 -2dzoom=1710 -2dyan=2004 -2dxan=280 -name=Dharok's axe 25 -womanwearoff=3,-11,6 - -// 4890 -[obj_4890] -members=yes -cost=208000 -manwear=model_6702 -womanwear=model_6702 -model=model_6824 -2dyof=51 -2dzoom=1710 -2dyan=2004 -2dxan=280 -stockmarket=yes -name=Dharok's axe 0 -womanwearoff=3,-11,6 -certlink=obj_4891 - -// 4891 -[obj_4891] -certlink=obj_4890 -certtemplate=obj_799 - -// 4892 -[obj_4892] -members=yes -cost=280000 -iop2=Wear -manwear=model_6670 -manwear2=model_6639 -womanwear=model_6698 -womanwear2=model_6681 -model=model_6582 -2dxof=1 -2dyof=4 -2dzoom=1260 -2dxan=464 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Dharok's body 100 - -// 4893 -[obj_4893] -members=yes -cost=280000 -iop2=Wear -manwear=model_6670 -manwear2=model_6639 -womanwear=model_6698 -womanwear2=model_6681 -model=model_6582 -2dxof=1 -2dyof=4 -2dzoom=1260 -2dxan=464 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Dharok's body 75 - -// 4894 -[obj_4894] -members=yes -cost=280000 -iop2=Wear -manwear=model_6670 -manwear2=model_6639 -womanwear=model_6698 -womanwear2=model_6681 -model=model_6582 -2dxof=1 -2dyof=4 -2dzoom=1260 -2dxan=464 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Dharok's body 50 - -// 4895 -[obj_4895] -members=yes -cost=280000 -iop2=Wear -manwear=model_6670 -manwear2=model_6639 -womanwear=model_6698 -womanwear2=model_6681 -model=model_6582 -2dxof=1 -2dyof=4 -2dzoom=1260 -2dxan=464 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Dharok's body 25 - -// 4896 -[obj_4896] -members=yes -cost=280000 -manwear=model_6670 -manwear2=model_6639 -womanwear=model_6698 -womanwear2=model_6681 -model=model_6827 -2dxof=1 -2dyof=4 -2dzoom=1260 -2dxan=464 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Dharok's body 0 -certlink=obj_4897 - -// 4897 -[obj_4897] -certlink=obj_4896 -certtemplate=obj_799 - -// 4898 -[obj_4898] -members=yes -cost=275000 -iop2=Wear -manwear=model_6660 -womanwear=model_6692 -model=model_6581 -2dxof=1 -2dyof=1 -2dzoom=1660 -2dxan=456 -recol1s=8453 -recol1d=5283 -recol2s=6340 -recol2d=3169 -name=Dharok's legs 100 - -// 4899 -[obj_4899] -members=yes -cost=275000 -iop2=Wear -manwear=model_6660 -womanwear=model_6692 -model=model_6581 -2dxof=1 -2dyof=1 -2dzoom=1660 -2dxan=456 -recol1s=8453 -recol1d=5283 -recol2s=6340 -recol2d=3169 -name=Dharok's legs 75 - -// 4900 -[obj_4900] -members=yes -cost=275000 -iop2=Wear -manwear=model_6660 -womanwear=model_6692 -model=model_6581 -2dxof=1 -2dyof=1 -2dzoom=1660 -2dxan=456 -recol1s=8453 -recol1d=5283 -recol2s=6340 -recol2d=3169 -name=Dharok's legs 50 - -// 4901 -[obj_4901] -members=yes -cost=275000 -iop2=Wear -manwear=model_6660 -womanwear=model_6692 -model=model_6581 -2dxof=1 -2dyof=1 -2dzoom=1660 -2dxan=456 -recol1s=8453 -recol1d=5283 -recol2s=6340 -recol2d=3169 -name=Dharok's legs 25 - -// 4902 -[obj_4902] -members=yes -cost=275000 -manwear=model_6660 -womanwear=model_6692 -model=model_6826 -2dxof=1 -2dyof=1 -2dzoom=1660 -2dxan=456 -stockmarket=yes -recol1s=8453 -recol1d=5283 -recol2s=6340 -recol2d=3169 -name=Dharok's legs 0 -certlink=obj_4903 - -// 4903 -[obj_4903] -certlink=obj_4902 -certtemplate=obj_799 - -// 4904 -[obj_4904] -members=yes -cost=103000 -iop2=Wear -manwear=model_6653 -womanwear=model_6687 -manhead=model_39782 -womanhead=model_38962 -model=model_6583 -2dxof=17 -2dzoom=860 -2dyan=188 -2dxan=2012 -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Guthan's helm 100 - -// 4905 -[obj_4905] -members=yes -cost=103000 -iop2=Wear -manwear=model_6653 -womanwear=model_6687 -manhead=model_39782 -womanhead=model_38962 -model=model_6583 -2dxof=17 -2dzoom=860 -2dyan=188 -2dxan=2012 -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Guthan's helm 75 - -// 4906 -[obj_4906] -members=yes -cost=103000 -iop2=Wear -manwear=model_6653 -womanwear=model_6687 -manhead=model_39782 -womanhead=model_38962 -model=model_6583 -2dxof=17 -2dzoom=860 -2dyan=188 -2dxan=2012 -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Guthan's helm 50 - -// 4907 -[obj_4907] -members=yes -cost=103000 -iop2=Wear -manwear=model_6653 -womanwear=model_6687 -manhead=model_39782 -womanhead=model_38962 -model=model_6583 -2dxof=17 -2dzoom=860 -2dyan=188 -2dxan=2012 -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Guthan's helm 25 - -// 4908 -[obj_4908] -members=yes -cost=103000 -manwear=model_6653 -womanwear=model_6687 -manhead=model_39782 -womanhead=model_38962 -model=model_6828 -2dxof=17 -2dzoom=860 -2dyan=188 -2dxan=2012 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Guthan's helm 0 -certlink=obj_4909 - -// 4909 -[obj_4909] -certlink=obj_4908 -certtemplate=obj_799 - -// 4910 -[obj_4910] -members=yes -cost=100000 -iop2=Wield -manwear=model_6709 -womanwear=model_6709 -2dxof=-2 -2dyof=-16 -2dzoom=1470 -2dyan=116 -2dxan=176 -model=model_6598 -recol1s=12745 -recol1d=5283 -recol2s=10600 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=12716 -recol4d=9545 -recol5s=14830 -recol5d=11659 -name=Guthan's spear 100 -womanwearoff=3,-11,6 - -// 4911 -[obj_4911] -members=yes -cost=100000 -iop2=Wield -manwear=model_6709 -womanwear=model_6709 -2dxof=-2 -2dyof=-16 -2dzoom=1470 -2dyan=116 -2dxan=176 -model=model_6598 -recol1s=12745 -recol1d=5283 -recol2s=10600 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=12716 -recol4d=9545 -recol5s=14830 -recol5d=11659 -name=Guthan's spear 75 -womanwearoff=3,-11,6 - -// 4912 -[obj_4912] -members=yes -cost=100000 -iop2=Wield -manwear=model_6709 -womanwear=model_6709 -2dxof=-2 -2dyof=-16 -2dzoom=1470 -2dyan=116 -2dxan=176 -model=model_6598 -recol1s=12745 -recol1d=5283 -recol2s=10600 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=12716 -recol4d=9545 -recol5s=14830 -recol5d=11659 -name=Guthan's spear 50 -womanwearoff=3,-11,6 - -// 4913 -[obj_4913] -members=yes -cost=100000 -iop2=Wield -manwear=model_6709 -womanwear=model_6709 -2dxof=-2 -2dyof=-16 -2dzoom=1470 -2dyan=116 -2dxan=176 -model=model_6598 -recol1s=12745 -recol1d=5283 -recol2s=10600 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=12716 -recol4d=9545 -recol5s=14830 -recol5d=11659 -name=Guthan's spear 25 -womanwearoff=3,-11,6 - -// 4914 -[obj_4914] -members=yes -cost=100000 -manwear=model_6709 -womanwear=model_6709 -2dxof=-2 -2dyof=-16 -2dzoom=1470 -2dyan=116 -2dxan=176 -model=model_6843 -stockmarket=yes -recol1s=12745 -recol1d=5283 -recol2s=10600 -recol2d=4226 -recol3s=8486 -recol3d=3169 -recol4s=12716 -recol4d=9545 -recol5s=14830 -recol5d=11659 -name=Guthan's spear 0 -womanwearoff=3,-11,6 -certlink=obj_4915 - -// 4915 -[obj_4915] -certlink=obj_4914 -certtemplate=obj_799 - -// 4916 -[obj_4916] -members=yes -cost=280000 -iop2=Wear -manwear=model_6672 -manwear2=model_6641 -womanwear=model_6699 -womanwear2=model_6682 -model=model_6586 -2dyof=8 -2dzoom=960 -2dxan=412 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Guthan's body 100 - -// 4917 -[obj_4917] -members=yes -cost=280000 -iop2=Wear -manwear=model_6672 -manwear2=model_6641 -womanwear=model_6699 -womanwear2=model_6682 -model=model_6586 -2dyof=8 -2dzoom=960 -2dxan=412 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Guthan's body 75 - -// 4918 -[obj_4918] -members=yes -cost=280000 -iop2=Wear -manwear=model_6672 -manwear2=model_6641 -womanwear=model_6699 -womanwear2=model_6682 -model=model_6586 -2dyof=8 -2dzoom=960 -2dxan=412 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Guthan's body 50 - -// 4919 -[obj_4919] -members=yes -cost=280000 -iop2=Wear -manwear=model_6672 -manwear2=model_6641 -womanwear=model_6699 -womanwear2=model_6682 -model=model_6586 -2dyof=8 -2dzoom=960 -2dxan=412 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Guthan's body 25 - -// 4920 -[obj_4920] -members=yes -cost=280000 -manwear=model_6672 -manwear2=model_6641 -womanwear=model_6699 -womanwear2=model_6682 -model=model_6831 -2dyof=8 -2dzoom=960 -2dxan=412 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Guthan's body 0 -certlink=obj_4921 - -// 4921 -[obj_4921] -certlink=obj_4920 -certtemplate=obj_799 - -// 4922 -[obj_4922] -members=yes -cost=275000 -iop2=Wear -manwear=model_6665 -womanwear=model_40596 -model=model_6593 -2dyof=1 -2dzoom=1720 -2dxan=468 -recol1s=11624 -recol1d=5283 -recol2s=8453 -recol2d=4226 -recol3s=6340 -recol3d=3169 -name=Guthan's skirt 100 - -// 4923 -[obj_4923] -members=yes -cost=275000 -iop2=Wear -manwear=model_6665 -womanwear=model_40596 -model=model_6593 -2dyof=1 -2dzoom=1720 -2dxan=468 -recol1s=11624 -recol1d=5283 -recol2s=8453 -recol2d=4226 -recol3s=6340 -recol3d=3169 -name=Guthan's skirt 75 - -// 4924 -[obj_4924] -members=yes -cost=275000 -iop2=Wear -manwear=model_6665 -womanwear=model_40596 -model=model_6593 -2dyof=1 -2dzoom=1720 -2dxan=468 -recol1s=11624 -recol1d=5283 -recol2s=8453 -recol2d=4226 -recol3s=6340 -recol3d=3169 -name=Guthan's skirt 50 - -// 4925 -[obj_4925] -members=yes -cost=275000 -iop2=Wear -manwear=model_6665 -womanwear=model_40596 -model=model_6593 -2dyof=1 -2dzoom=1720 -2dxan=468 -recol1s=11624 -recol1d=5283 -recol2s=8453 -recol2d=4226 -recol3s=6340 -recol3d=3169 -name=Guthan's skirt 25 - -// 4926 -[obj_4926] -members=yes -cost=275000 -manwear=model_6665 -womanwear=model_40596 -model=model_6838 -2dyof=1 -2dzoom=1720 -2dxan=468 -stockmarket=yes -recol1s=11624 -recol1d=5283 -recol2s=8453 -recol2d=4226 -recol3s=6340 -recol3d=3169 -name=Guthan's skirt 0 -certlink=obj_4927 - -// 4927 -[obj_4927] -certlink=obj_4926 -certtemplate=obj_799 - -// 4928 -[obj_4928] -members=yes -cost=13000 -iop2=Wear -manwear=model_6655 -womanwear=model_6688 -manhead=model_39872 -womanhead=model_38983 -2dxof=-1 -2dyof=-3 -2dzoom=690 -2dxan=144 -model=model_6587 -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=5283 -recol3s=6339 -recol3d=4226 -recol4s=5282 -recol4d=3169 -recol5s=4225 -recol5d=2112 -name=Karil's coif 100 - -// 4929 -[obj_4929] -members=yes -cost=13000 -iop2=Wear -manwear=model_6655 -womanwear=model_6688 -manhead=model_39872 -womanhead=model_38983 -2dxof=-1 -2dyof=-3 -2dzoom=690 -2dxan=144 -model=model_6587 -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=5283 -recol3s=6339 -recol3d=4226 -recol4s=5282 -recol4d=3169 -recol5s=4225 -recol5d=2112 -name=Karil's coif 75 - -// 4930 -[obj_4930] -members=yes -cost=13000 -iop2=Wear -manwear=model_6655 -womanwear=model_6688 -manhead=model_39872 -womanhead=model_38983 -2dxof=-1 -2dyof=-3 -2dzoom=690 -2dxan=144 -model=model_6587 -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=5283 -recol3s=6339 -recol3d=4226 -recol4s=5282 -recol4d=3169 -recol5s=4225 -recol5d=2112 -name=Karil's coif 50 - -// 4931 -[obj_4931] -members=yes -cost=13000 -iop2=Wear -manwear=model_6655 -womanwear=model_6688 -manhead=model_39872 -womanhead=model_38983 -2dxof=-1 -2dyof=-3 -2dzoom=690 -2dxan=144 -model=model_6587 -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=5283 -recol3s=6339 -recol3d=4226 -recol4s=5282 -recol4d=3169 -recol5s=4225 -recol5d=2112 -name=Karil's coif 25 - -// 4932 -[obj_4932] -members=yes -cost=13000 -manwear=model_6655 -womanwear=model_6688 -manhead=model_39872 -womanhead=model_38983 -2dxof=-1 -2dyof=-3 -2dzoom=690 -2dxan=144 -model=model_6832 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=6340 -recol2d=5283 -recol3s=6339 -recol3d=4226 -recol4s=5282 -recol4d=3169 -recol5s=4225 -recol5d=2112 -name=Karil's coif 0 -certlink=obj_4933 - -// 4933 -[obj_4933] -certlink=obj_4932 -certtemplate=obj_799 - -// 4934 -[obj_4934] -members=yes -cost=160000 -iop2=Wield -manwear=model_6712 -womanwear=model_6712 -2dxof=-4 -2dyof=39 -2dzoom=1160 -2dyan=888 -2dxan=288 -model=model_6604 -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 -name=Karil's x-bow 100 -womanwearoff=3,-11,6 - -// 4935 -[obj_4935] -members=yes -cost=160000 -iop2=Wield -manwear=model_6712 -womanwear=model_6712 -2dxof=-4 -2dyof=39 -2dzoom=1160 -2dyan=888 -2dxan=288 -model=model_6604 -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 -name=Karil's x-bow 75 -womanwearoff=3,-11,6 - -// 4936 -[obj_4936] -members=yes -cost=160000 -iop2=Wield -manwear=model_6712 -womanwear=model_6712 -2dxof=-4 -2dyof=39 -2dzoom=1160 -2dyan=888 -2dxan=288 -model=model_6604 -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 -name=Karil's x-bow 50 -womanwearoff=3,-11,6 - -// 4937 -[obj_4937] -members=yes -cost=160000 -iop2=Wield -manwear=model_6712 -womanwear=model_6712 -2dxof=-4 -2dyof=39 -2dzoom=1160 -2dyan=888 -2dxan=288 -model=model_6604 -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 -name=Karil's x-bow 25 -womanwearoff=3,-11,6 - -// 4938 -[obj_4938] -members=yes -cost=160000 -manwear=model_6712 -womanwear=model_6712 -2dxof=-4 -2dyof=39 -2dzoom=1160 -2dyan=888 -2dxan=288 -model=model_6845 -stockmarket=yes -recol1s=10566 -recol1d=6340 -recol2s=9476 -recol2d=5283 -recol3s=8452 -recol3d=4226 -recol4s=7362 -recol4d=3169 -name=Karil's x-bow 0 -womanwearoff=3,-11,6 -certlink=obj_4939 - -// 4939 -[obj_4939] -certlink=obj_4938 -certtemplate=obj_799 - -// 4940 -[obj_4940] -members=yes -cost=50000 -iop2=Wear -manwear=model_6674 -manwear2=model_6643 -womanwear=model_6700 -womanwear2=model_6683 -2dxof=3 -2dzoom=1380 -2dxan=556 -model=model_6588 -recol1s=13737 -recol1d=25298 -recol2s=8452 -recol2d=6340 -recol3s=7395 -recol3d=5283 -recol4s=6338 -recol4d=4226 -recol5s=6144 -recol5d=3169 -name=Karil's top 100 - -// 4941 -[obj_4941] -members=yes -cost=50000 -iop2=Wear -manwear=model_6674 -manwear2=model_6643 -womanwear=model_6700 -womanwear2=model_6683 -2dxof=3 -2dzoom=1380 -2dxan=556 -model=model_6588 -recol1s=13737 -recol1d=25298 -recol2s=8452 -recol2d=6340 -recol3s=7395 -recol3d=5283 -recol4s=6338 -recol4d=4226 -recol5s=6144 -recol5d=3169 -name=Karil's top 75 - -// 4942 -[obj_4942] -members=yes -cost=50000 -iop2=Wear -manwear=model_6674 -manwear2=model_6643 -womanwear=model_6700 -womanwear2=model_6683 -2dxof=3 -2dzoom=1380 -2dxan=556 -model=model_6588 -recol1s=13737 -recol1d=25298 -recol2s=8452 -recol2d=6340 -recol3s=7395 -recol3d=5283 -recol4s=6338 -recol4d=4226 -recol5s=6144 -recol5d=3169 -name=Karil's top 50 - -// 4943 -[obj_4943] -members=yes -cost=50000 -iop2=Wear -manwear=model_6674 -manwear2=model_6643 -womanwear=model_6700 -womanwear2=model_6683 -2dxof=3 -2dzoom=1380 -2dxan=556 -model=model_6588 -recol1s=13737 -recol1d=25298 -recol2s=8452 -recol2d=6340 -recol3s=7395 -recol3d=5283 -recol4s=6338 -recol4d=4226 -recol5s=6144 -recol5d=3169 -name=Karil's top 25 - -// 4944 -[obj_4944] -members=yes -cost=50000 -manwear=model_6674 -manwear2=model_6643 -womanwear=model_6700 -womanwear2=model_6683 -2dxof=3 -2dzoom=1380 -2dxan=556 -model=model_6833 -stockmarket=yes -recol1s=13737 -recol1d=25298 -recol2s=8452 -recol2d=6340 -recol3s=7395 -recol3d=5283 -recol4s=6338 -recol4d=4226 -recol5s=6144 -recol5d=3169 -name=Karil's top 0 -certlink=obj_4945 - -// 4945 -[obj_4945] -certlink=obj_4944 -certtemplate=obj_799 - -// 4946 -[obj_4946] -members=yes -cost=47000 -iop2=Wear -manwear=model_6664 -womanwear=model_6694 -2dzoom=1120 -2dxan=512 -model=model_6589 -recol1s=13737 -recol1d=21134 -recol2s=7429 -recol2d=6340 -recol3s=8452 -recol3d=5283 -recol4s=7395 -recol4d=4226 -recol5s=6338 -recol5d=3169 -recol6s=5281 -recol6d=2112 -name=Karil's skirt 100 - -// 4947 -[obj_4947] -members=yes -cost=47000 -iop2=Wear -manwear=model_6664 -womanwear=model_6694 -2dzoom=1120 -2dxan=512 -model=model_6589 -recol1s=13737 -recol1d=21134 -recol2s=7429 -recol2d=6340 -recol3s=8452 -recol3d=5283 -recol4s=7395 -recol4d=4226 -recol5s=6338 -recol5d=3169 -recol6s=5281 -recol6d=2112 -name=Karil's skirt 75 - -// 4948 -[obj_4948] -members=yes -cost=47000 -iop2=Wear -manwear=model_6664 -womanwear=model_6694 -2dzoom=1120 -2dxan=512 -model=model_6589 -recol1s=13737 -recol1d=21134 -recol2s=7429 -recol2d=6340 -recol3s=8452 -recol3d=5283 -recol4s=7395 -recol4d=4226 -recol5s=6338 -recol5d=3169 -recol6s=5281 -recol6d=2112 -name=Karil's skirt 50 - -// 4949 -[obj_4949] -members=yes -cost=47000 -iop2=Wear -manwear=model_6664 -womanwear=model_6694 -2dzoom=1120 -2dxan=512 -model=model_6589 -recol1s=13737 -recol1d=21134 -recol2s=7429 -recol2d=6340 -recol3s=8452 -recol3d=5283 -recol4s=7395 -recol4d=4226 -recol5s=6338 -recol5d=3169 -recol6s=5281 -recol6d=2112 -name=Karil's skirt 25 - -// 4950 -[obj_4950] -members=yes -cost=47000 -manwear=model_6664 -womanwear=model_6694 -2dzoom=1120 -2dxan=512 -model=model_6834 -stockmarket=yes -recol1s=13737 -recol1d=21134 -recol2s=7429 -recol2d=6340 -recol3s=8452 -recol3d=5283 -recol4s=7395 -recol4d=4226 -recol5s=6338 -recol5d=3169 -recol6s=5281 -recol6d=2112 -name=Karil's skirt 0 -certlink=obj_4951 - -// 4951 -[obj_4951] -certlink=obj_4950 -certtemplate=obj_799 - -// 4952 -[obj_4952] -members=yes -cost=103000 -iop2=Wear -manwear=model_6656 -womanwear=model_6689 -manhead=model_39896 -womanhead=model_38922 -model=model_6592 -2dxof=11 -2dzoom=660 -2dyan=212 -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Torag's helm 100 - -// 4953 -[obj_4953] -members=yes -cost=103000 -iop2=Wear -manwear=model_6656 -womanwear=model_6689 -manhead=model_39896 -womanhead=model_38922 -model=model_6592 -2dxof=11 -2dzoom=660 -2dyan=212 -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Torag's helm 75 - -// 4954 -[obj_4954] -members=yes -cost=103000 -iop2=Wear -manwear=model_6656 -womanwear=model_6689 -manhead=model_39896 -womanhead=model_38922 -model=model_6592 -2dxof=11 -2dzoom=660 -2dyan=212 -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Torag's helm 50 - -// 4955 -[obj_4955] -members=yes -cost=103000 -iop2=Wear -manwear=model_6656 -womanwear=model_6689 -manhead=model_39896 -womanhead=model_38922 -model=model_6592 -2dxof=11 -2dzoom=660 -2dyan=212 -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Torag's helm 25 - -// 4956 -[obj_4956] -members=yes -cost=103000 -manwear=model_6656 -womanwear=model_6689 -manhead=model_39896 -womanhead=model_38922 -model=model_6837 -2dxof=11 -2dzoom=660 -2dyan=212 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=2080 -recol2d=2112 -name=Torag's helm 0 -certlink=obj_4957 - -// 4957 -[obj_4957] -certlink=obj_4956 -certtemplate=obj_799 - -// 4958 -[obj_4958] -members=yes -cost=160000 -iop2=Wield -manwear=model_6707 -womanwear=model_40282 -womanwear2=model_40306 -model=model_6591 -2dxof=-16 -2dyof=-9 -2dzoom=1620 -2dyan=1212 -2dxan=272 -name=Torag's hammer 100 - -// 4959 -[obj_4959] -members=yes -cost=160000 -iop2=Wield -manwear=model_6707 -womanwear=model_40282 -womanwear2=model_40306 -model=model_6591 -2dxof=-16 -2dyof=-9 -2dzoom=1620 -2dyan=1212 -2dxan=272 -name=Torag's hammer 75 - -// 4960 -[obj_4960] -members=yes -cost=160000 -iop2=Wield -manwear=model_6707 -womanwear=model_40282 -womanwear2=model_40306 -model=model_6591 -2dxof=-16 -2dyof=-9 -2dzoom=1620 -2dyan=1212 -2dxan=272 -name=Torag's hammer 50 - -// 4961 -[obj_4961] -members=yes -cost=160000 -iop2=Wield -manwear=model_6707 -womanwear=model_40282 -womanwear2=model_40306 -model=model_6591 -2dxof=-16 -2dyof=-9 -2dzoom=1620 -2dyan=1212 -2dxan=272 -name=Torag's hammer 25 - -// 4962 -[obj_4962] -members=yes -cost=160000 -manwear=model_6707 -womanwear=model_40282 -womanwear2=model_40306 -model=model_6836 -2dxof=-16 -2dyof=-9 -2dzoom=1620 -2dyan=1212 -2dxan=272 -stockmarket=yes -name=Torag's hammer 0 -certlink=obj_4963 - -// 4963 -[obj_4963] -certlink=obj_4962 -certtemplate=obj_799 - -// 4964 -[obj_4964] -members=yes -cost=280000 -iop2=Wear -manwear=model_6676 -manwear2=model_6644 -womanwear=model_6701 -womanwear2=model_6684 -model=model_6594 -2dxof=2 -2dzoom=1310 -2dxan=432 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Torag's body 100 - -// 4965 -[obj_4965] -members=yes -cost=280000 -iop2=Wear -manwear=model_6676 -manwear2=model_6644 -womanwear=model_6701 -womanwear2=model_6684 -model=model_6594 -2dxof=2 -2dzoom=1310 -2dxan=432 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Torag's body 75 - -// 4966 -[obj_4966] -members=yes -cost=280000 -iop2=Wear -manwear=model_6676 -manwear2=model_6644 -womanwear=model_6701 -womanwear2=model_6684 -model=model_6594 -2dxof=2 -2dzoom=1310 -2dxan=432 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Torag's body 50 - -// 4967 -[obj_4967] -members=yes -cost=280000 -iop2=Wear -manwear=model_6676 -manwear2=model_6644 -womanwear=model_6701 -womanwear2=model_6684 -model=model_6594 -2dxof=2 -2dzoom=1310 -2dxan=432 -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Torag's body 25 - -// 4968 -[obj_4968] -members=yes -cost=280000 -manwear=model_6676 -manwear2=model_6644 -womanwear=model_6701 -womanwear2=model_6684 -model=model_6839 -2dxof=2 -2dzoom=1310 -2dxan=432 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=14795 -recol2d=4226 -name=Torag's body 0 -certlink=obj_4969 - -// 4969 -[obj_4969] -certlink=obj_4968 -certtemplate=obj_799 - -// 4970 -[obj_4970] -members=yes -cost=275000 -iop2=Wear -manwear=model_6662 -womanwear=model_6693 -model=model_6584 -2dyof=1 -2dzoom=1720 -2dxan=468 -recol1s=8453 -recol1d=6340 -name=Torag's legs 100 - -// 4971 -[obj_4971] -members=yes -cost=275000 -iop2=Wear -manwear=model_6662 -womanwear=model_6693 -model=model_6584 -2dyof=1 -2dzoom=1720 -2dxan=468 -recol1s=8453 -recol1d=6340 -name=Torag's legs 75 - -// 4972 -[obj_4972] -members=yes -cost=275000 -iop2=Wear -manwear=model_6662 -womanwear=model_6693 -model=model_6584 -2dyof=1 -2dzoom=1720 -2dxan=468 -recol1s=8453 -recol1d=6340 -name=Torag's legs 50 - -// 4973 -[obj_4973] -members=yes -cost=275000 -iop2=Wear -manwear=model_6662 -womanwear=model_6693 -model=model_6584 -2dyof=1 -2dzoom=1720 -2dxan=468 -recol1s=8453 -recol1d=6340 -name=Torag's legs 25 - -// 4974 -[obj_4974] -members=yes -cost=275000 -manwear=model_6662 -womanwear=model_6693 -model=model_6829 -2dyof=1 -2dzoom=1720 -2dxan=468 -stockmarket=yes -recol1s=8453 -recol1d=6340 -name=Torag's legs 0 -certlink=obj_4975 - -// 4975 -[obj_4975] -certlink=obj_4974 -certtemplate=obj_799 - -// 4976 -[obj_4976] -members=yes -cost=103000 -iop2=Wear -manwear=model_6658 -womanwear=model_6690 -manhead=model_39735 -womanhead=model_39735 -2dxof=5 -2dyof=1 -2dzoom=810 -2dyan=208 -2dxan=28 -model=model_6597 -recol1s=13736 -recol1d=6340 -recol2s=10567 -recol2d=5283 -recol3s=8453 -recol3d=4226 -recol4s=7396 -recol4d=3169 -recol5s=6339 -recol5d=2112 -recol6s=5282 -recol6d=1056 -name=Verac's helm 100 - -// 4977 -[obj_4977] -members=yes -cost=103000 -iop2=Wear -manwear=model_6658 -womanwear=model_6690 -manhead=model_39735 -womanhead=model_39735 -2dxof=5 -2dyof=1 -2dzoom=810 -2dyan=208 -2dxan=28 -model=model_6597 -recol1s=13736 -recol1d=6340 -recol2s=10567 -recol2d=5283 -recol3s=8453 -recol3d=4226 -recol4s=7396 -recol4d=3169 -recol5s=6339 -recol5d=2112 -recol6s=5282 -recol6d=1056 -name=Verac's helm 75 - -// 4978 -[obj_4978] -members=yes -cost=103000 -iop2=Wear -manwear=model_6658 -womanwear=model_6690 -manhead=model_39735 -womanhead=model_39735 -2dxof=5 -2dyof=1 -2dzoom=810 -2dyan=208 -2dxan=28 -model=model_6597 -recol1s=13736 -recol1d=6340 -recol2s=10567 -recol2d=5283 -recol3s=8453 -recol3d=4226 -recol4s=7396 -recol4d=3169 -recol5s=6339 -recol5d=2112 -recol6s=5282 -recol6d=1056 -name=Verac's helm 50 - -// 4979 -[obj_4979] -members=yes -cost=103000 -iop2=Wear -manwear=model_6658 -womanwear=model_6690 -manhead=model_39735 -womanhead=model_39735 -2dxof=5 -2dyof=1 -2dzoom=810 -2dyan=208 -2dxan=28 -model=model_6597 -recol1s=13736 -recol1d=6340 -recol2s=10567 -recol2d=5283 -recol3s=8453 -recol3d=4226 -recol4s=7396 -recol4d=3169 -recol5s=6339 -recol5d=2112 -recol6s=5282 -recol6d=1056 -name=Verac's helm 25 - -// 4980 -[obj_4980] -members=yes -cost=103000 -manwear=model_6658 -womanwear=model_6690 -manhead=model_39735 -womanhead=model_39735 -2dxof=5 -2dyof=1 -2dzoom=810 -2dyan=208 -2dxan=28 -model=model_6842 -stockmarket=yes -recol1s=13736 -recol1d=6340 -recol2s=10567 -recol2d=5283 -recol3s=8453 -recol3d=4226 -recol4s=7396 -recol4d=3169 -recol5s=6339 -recol5d=2112 -recol6s=5282 -recol6d=1056 -name=Verac's helm 0 -certlink=obj_4981 - -// 4981 -[obj_4981] -certlink=obj_4980 -certtemplate=obj_799 - -// 4982 -[obj_4982] -members=yes -cost=160000 -iop2=Wield -manwear=model_6704 -womanwear=model_6704 -model=model_6585 -2dyof=32 -2dzoom=1440 -2dyan=352 -2dxan=272 -name=Verac's flail 100 -womanwearoff=3,-11,6 - -// 4983 -[obj_4983] -members=yes -cost=160000 -iop2=Wield -manwear=model_6704 -womanwear=model_6704 -model=model_6585 -2dyof=32 -2dzoom=1440 -2dyan=352 -2dxan=272 -name=Verac's flail 75 -womanwearoff=3,-11,6 - -// 4984 -[obj_4984] -members=yes -cost=160000 -iop2=Wield -manwear=model_6704 -womanwear=model_6704 -model=model_6585 -2dyof=32 -2dzoom=1440 -2dyan=352 -2dxan=272 -name=Verac's flail 50 -womanwearoff=3,-11,6 - -// 4985 -[obj_4985] -members=yes -cost=160000 -iop2=Wield -manwear=model_6704 -womanwear=model_6704 -model=model_6585 -2dyof=32 -2dzoom=1440 -2dyan=352 -2dxan=272 -name=Verac's flail 25 -womanwearoff=3,-11,6 - -// 4986 -[obj_4986] -members=yes -cost=160000 -manwear=model_6704 -womanwear=model_6704 -model=model_6830 -2dyof=32 -2dzoom=1440 -2dyan=352 -2dxan=272 -stockmarket=yes -name=Verac's flail 0 -womanwearoff=3,-11,6 -certlink=obj_4987 - -// 4987 -[obj_4987] -certlink=obj_4986 -certtemplate=obj_799 - -// 4988 -[obj_4988] -members=yes -cost=280000 -iop2=Wear -manwear=model_315 -manwear2=model_6646 -womanwear=model_478 -womanwear2=model_6685 -2dxof=3 -2dyof=1 -2dzoom=1210 -2dyan=36 -2dxan=464 -model=model_6596 -recol1s=8453 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=6340 -recol3d=4226 -recol4s=6339 -recol4d=3169 -recol5s=4226 -recol5d=2112 -name=Verac's top 100 - -// 4989 -[obj_4989] -members=yes -cost=280000 -iop2=Wear -manwear=model_315 -manwear2=model_6646 -womanwear=model_478 -womanwear2=model_6685 -2dxof=3 -2dyof=1 -2dzoom=1210 -2dyan=36 -2dxan=464 -model=model_6596 -recol1s=8453 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=6340 -recol3d=4226 -recol4s=6339 -recol4d=3169 -recol5s=4226 -recol5d=2112 -name=Verac's top 75 - -// 4990 -[obj_4990] -members=yes -cost=280000 -iop2=Wear -manwear=model_315 -manwear2=model_6646 -womanwear=model_478 -womanwear2=model_6685 -2dxof=3 -2dyof=1 -2dzoom=1210 -2dyan=36 -2dxan=464 -model=model_6596 -recol1s=8453 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=6340 -recol3d=4226 -recol4s=6339 -recol4d=3169 -recol5s=4226 -recol5d=2112 -name=Verac's top 50 - -// 4991 -[obj_4991] -members=yes -cost=280000 -iop2=Wear -manwear=model_315 -manwear2=model_6646 -womanwear=model_478 -womanwear2=model_6685 -2dxof=3 -2dyof=1 -2dzoom=1210 -2dyan=36 -2dxan=464 -model=model_6596 -recol1s=8453 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=6340 -recol3d=4226 -recol4s=6339 -recol4d=3169 -recol5s=4226 -recol5d=2112 -name=Verac's top 25 - -// 4992 -[obj_4992] -members=yes -cost=280000 -manwear=model_315 -manwear2=model_6646 -womanwear=model_478 -womanwear2=model_6685 -2dxof=3 -2dyof=1 -2dzoom=1210 -2dyan=36 -2dxan=464 -model=model_6841 -stockmarket=yes -recol1s=8453 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=6340 -recol3d=4226 -recol4s=6339 -recol4d=3169 -recol5s=4226 -recol5d=2112 -name=Verac's top 0 -certlink=obj_4993 - -// 4993 -[obj_4993] -certlink=obj_4992 -certtemplate=obj_799 - -// 4994 -[obj_4994] -members=yes -cost=275000 -iop2=Wear -manwear=model_6667 -womanwear=model_6696 -2dxof=-1 -2dyof=-1 -2dzoom=1060 -2dxan=504 -model=model_6595 -recol1s=9510 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=5282 -recol3d=4226 -name=Verac's skirt 100 - -// 4995 -[obj_4995] -members=yes -cost=275000 -iop2=Wear -manwear=model_6667 -womanwear=model_6696 -2dxof=-1 -2dyof=-1 -2dzoom=1060 -2dxan=504 -model=model_6595 -recol1s=9510 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=5282 -recol3d=4226 -name=Verac's skirt 75 - -// 4996 -[obj_4996] -members=yes -cost=275000 -iop2=Wear -manwear=model_6667 -womanwear=model_6696 -2dxof=-1 -2dyof=-1 -2dzoom=1060 -2dxan=504 -model=model_6595 -recol1s=9510 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=5282 -recol3d=4226 -name=Verac's skirt 50 - -// 4997 -[obj_4997] -members=yes -cost=275000 -iop2=Wear -manwear=model_6667 -womanwear=model_6696 -2dxof=-1 -2dyof=-1 -2dzoom=1060 -2dxan=504 -model=model_6595 -recol1s=9510 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=5282 -recol3d=4226 -name=Verac's skirt 25 - -// 4998 -[obj_4998] -members=yes -cost=275000 -manwear=model_6667 -womanwear=model_6696 -2dxof=-1 -2dyof=-1 -2dzoom=1060 -2dxan=504 -model=model_6840 -stockmarket=yes -recol1s=9510 -recol1d=6340 -recol2s=7396 -recol2d=5283 -recol3s=5282 -recol3d=4226 -name=Verac's skirt 0 -certlink=obj_4999 - -// 4999 -[obj_4999] -certlink=obj_4998 -certtemplate=obj_799 - -// 5000 -[obj_5000] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 5001 -[obj_5001] -model=model_6856 -members=yes -2dxof=-11 -2dyof=42 -2dzoom=1440 -2dyan=352 -2dxan=296 -cost=15 -stockmarket=yes -name=Raw cave eel -certlink=obj_5005 - -// 5002 -[obj_5002] -model=model_6856 -members=yes -2dxof=-11 -2dyof=42 -2dzoom=1440 -2dyan=352 -2dxan=296 -cost=0 -recol1s=12646 -recol1d=8418 -recol2s=8517 -recol2d=8389 -recol3s=14823 -recol3d=10531 -name=Burnt cave eel -certlink=obj_5006 - -// 5003 -[obj_5003] -model=model_6856 -members=yes -2dxof=-11 -2dyof=42 -2dzoom=1440 -2dyan=352 -2dxan=296 -iop1=Eat -cost=15 -stockmarket=yes -recol1s=12646 -recol1d=12544 -recol2s=8517 -recol2d=8320 -recol3s=20045 -recol3d=15789 -recol4s=14823 -recol4d=8256 -name=Cave eel -certlink=obj_5007 - -// 5004 -[obj_5004] -model=model_6855 -members=yes -2dxof=-3 -2dyan=1956 -2dxan=304 -iop1=Eat -cost=5 -name=Frog spawn - -// 5005 -[obj_5005] -certlink=obj_5001 -certtemplate=obj_799 - -// 5006 -[obj_5006] -certlink=obj_5002 -certtemplate=obj_799 - -// 5007 -[obj_5007] -certlink=obj_5003 -certtemplate=obj_799 - -// 5008 -[obj_5008] -model=model_6874 -members=yes -2dzoom=690 -2dyan=2024 -2dxan=504 -cost=1 -iop1=Look-at -name=Brooch - -// 5009 -[obj_5009] -model=model_6965 -2dyof=26 -2dzoom=750 -2dyan=124 -2dxan=276 -iop1=Read -members=yes -cost=1 -name=Goblin symbol book - -// 5010 -[obj_5010] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -name=Key - -// 5011 -[obj_5011] -model=model_6877 -members=yes -2dxof=8 -2dyof=17 -2dzoom=1690 -2dyan=2020 -2dxan=296 -cost=1 -name=Silverware - -// 5012 -[obj_5012] -members=yes -cost=1 -model=model_2774 -2dxof=-1 -2dyof=56 -2dzoom=990 -2dyan=1716 -2dxan=264 -name=Peace treaty - -// 5013 -[obj_5013] -model=model_6876 -manwear=model_6958 -womanwear=model_6960 -manhead=model_39487 -womanhead=model_38825 -2dxof=-5 -2dyof=-2 -2dzoom=730 -2dyan=1880 -2dxan=4 -cost=600 -members=yes -iop2=Wear -iop3=Extinguish -name=Mining helmet - -// 5014 -[obj_5014] -cost=900 -model=model_6875 -manwear=model_6959 -womanwear=model_6961 -manhead=model_39487 -manhead2=model_39991 -womanhead=model_38825 -womanhead2=model_39101 -2dxof=-5 -2dyof=-2 -2dzoom=730 -2dyan=1880 -2dxan=4 -members=yes -iop2=Wear -stockmarket=yes -name=Mining helmet -certlink=obj_5015 - -// 5015 -[obj_5015] -certlink=obj_5014 -certtemplate=obj_799 - -// 5016 -[obj_5016] -model=model_6873 -manwear=model_6964 -womanwear=model_6964 -members=yes -cost=600 -2dxof=-1 -2dzoom=2160 -2dyan=512 -2dxan=424 -iop2=Wield -stockmarket=yes -name=Bone spear -womanwearoff=3,-11,6 -certlink=obj_5017 - -// 5017 -[obj_5017] -certlink=obj_5016 -certtemplate=obj_799 - -// 5018 -[obj_5018] -model=model_6872 -manwear=model_6963 -womanwear=model_6963 -members=yes -cost=600 -2dxof=14 -2dzoom=1770 -2dyan=464 -2dxan=500 -iop2=Wield -stockmarket=yes -name=Bone club -womanwearoff=3,-11,6 -certlink=obj_5019 - -// 5019 -[obj_5019] -certlink=obj_5018 -certtemplate=obj_799 - -// 5020 -[obj_5020] -model=model_7085 -2dzoom=990 -2dyan=56 -2dxan=468 -members=yes -name=Minecart ticket - -// 5021 -[obj_5021] -model=model_7085 -2dzoom=990 -2dyan=56 -2dxan=468 -members=yes -recol1s=22187 -recol1d=21133 -name=Minecart ticket - -// 5022 -[obj_5022] -model=model_7085 -2dzoom=990 -2dyan=56 -2dxan=468 -members=yes -recol1s=22187 -recol1d=27474 -name=Minecart ticket - -// 5023 -[obj_5023] -model=model_7085 -2dzoom=990 -2dyan=56 -2dxan=468 -members=yes -recol1s=22187 -recol1d=27475 -name=Minecart ticket - -// 5024 -[obj_5024] -cost=650 -model=model_7077 -2dzoom=810 -2dxan=444 -members=yes -iop2=Wear -manwear=model_7003 -manwear2=model_6999 -womanwear=model_7009 -womanwear2=model_7005 -stockmarket=yes -recol1s=20041 -recol1d=9472 -name=Woven top -certlink=obj_5025 - -// 5025 -[obj_5025] -certlink=obj_5024 -certtemplate=obj_799 - -// 5026 -[obj_5026] -cost=812 -model=model_7077 -2dzoom=810 -2dxan=444 -members=yes -iop2=Wear -manwear=model_7003 -manwear2=model_6999 -womanwear=model_7009 -womanwear2=model_7005 -stockmarket=yes -recol1s=20041 -recol1d=24168 -name=Woven top -certlink=obj_5027 - -// 5027 -[obj_5027] -certlink=obj_5026 -certtemplate=obj_799 - -// 5028 -[obj_5028] -cost=845 -model=model_7077 -2dzoom=810 -2dxan=444 -members=yes -iop2=Wear -manwear=model_7003 -manwear2=model_6999 -womanwear=model_7009 -womanwear2=model_7005 -stockmarket=yes -recol1s=20041 -recol1d=3222 -name=Woven top -certlink=obj_5029 - -// 5029 -[obj_5029] -certlink=obj_5028 -certtemplate=obj_799 - -// 5030 -[obj_5030] -cost=585 -model=model_7078 -2dyof=1 -2dzoom=790 -2dxan=512 -members=yes -iop2=Wear -manwear=model_7004 -manwear2=model_6999 -womanwear=model_7010 -womanwear2=model_7005 -stockmarket=yes -recol1s=20041 -recol1d=9472 -name=Shirt -certlink=obj_5031 - -// 5031 -[obj_5031] -certlink=obj_5030 -certtemplate=obj_799 - -// 5032 -[obj_5032] -cost=780 -model=model_7078 -2dyof=1 -2dzoom=790 -2dxan=512 -members=yes -iop2=Wear -manwear=model_7004 -manwear2=model_6999 -womanwear=model_7010 -womanwear2=model_7005 -stockmarket=yes -recol1s=20041 -recol1d=24168 -name=Shirt -certlink=obj_5033 - -// 5033 -[obj_5033] -certlink=obj_5032 -certtemplate=obj_799 - -// 5034 -[obj_5034] -cost=812 -model=model_7078 -2dyof=1 -2dzoom=790 -2dxan=512 -members=yes -iop2=Wear -manwear=model_7004 -manwear2=model_6999 -womanwear=model_7010 -womanwear2=model_7005 -stockmarket=yes -recol1s=20041 -recol1d=17610 -name=Shirt -certlink=obj_5035 - -// 5035 -[obj_5035] -certlink=obj_5034 -certtemplate=obj_799 - -// 5036 -[obj_5036] -cost=715 -model=model_7081 -members=yes -2dyof=2 -2dzoom=980 -2dxan=500 -iop2=Wear -manwear=model_7002 -womanwear=model_7008 -stockmarket=yes -recol1s=20041 -recol1d=9472 -name=Trousers -certlink=obj_5037 - -// 5037 -[obj_5037] -certlink=obj_5036 -certtemplate=obj_799 - -// 5038 -[obj_5038] -cost=910 -model=model_7081 -members=yes -2dyof=2 -2dzoom=980 -2dxan=500 -iop2=Wear -manwear=model_7002 -womanwear=model_7008 -stockmarket=yes -recol1s=20041 -recol1d=17610 -name=Trousers -certlink=obj_5039 - -// 5039 -[obj_5039] -certlink=obj_5038 -certtemplate=obj_799 - -// 5040 -[obj_5040] -cost=975 -model=model_7081 -members=yes -2dyof=2 -2dzoom=980 -2dxan=500 -iop2=Wear -manwear=model_7002 -womanwear=model_7008 -stockmarket=yes -recol1s=20041 -recol1d=3222 -name=Trousers -certlink=obj_5041 - -// 5041 -[obj_5041] -certlink=obj_5040 -certtemplate=obj_799 - -// 5042 -[obj_5042] -cost=364 -model=model_7079 -members=yes -2dxof=1 -2dzoom=730 -2dyan=68 -2dxan=584 -iop2=Wear -manwear=model_7000 -womanwear=model_7006 -stockmarket=yes -recol1s=20041 -recol1d=9472 -name=Shorts -certlink=obj_5043 - -// 5043 -[obj_5043] -certlink=obj_5042 -certtemplate=obj_799 - -// 5044 -[obj_5044] -cost=468 -model=model_7079 -members=yes -2dxof=1 -2dzoom=730 -2dyan=68 -2dxan=584 -iop2=Wear -manwear=model_7000 -womanwear=model_7006 -stockmarket=yes -recol1s=20041 -recol1d=24168 -name=Shorts -certlink=obj_5045 - -// 5045 -[obj_5045] -certlink=obj_5044 -certtemplate=obj_799 - -// 5046 -[obj_5046] -cost=507 -model=model_7079 -members=yes -2dxof=1 -2dzoom=730 -2dyan=68 -2dxan=584 -iop2=Wear -manwear=model_7000 -womanwear=model_7006 -stockmarket=yes -recol1s=20041 -recol1d=3222 -name=Shorts -certlink=obj_5047 - -// 5047 -[obj_5047] -certlink=obj_5046 -certtemplate=obj_799 - -// 5048 -[obj_5048] -cost=455 -model=model_7080 -members=yes -2dzoom=890 -2dyan=4 -2dxan=584 -iop2=Wear -manwear=model_7001 -womanwear=model_7007 -stockmarket=yes -recol1s=20041 -recol1d=9472 -name=Skirt -certlink=obj_5049 - -// 5049 -[obj_5049] -certlink=obj_5048 -certtemplate=obj_799 - -// 5050 -[obj_5050] -cost=715 -model=model_7080 -members=yes -2dzoom=890 -2dyan=4 -2dxan=584 -iop2=Wear -manwear=model_7001 -womanwear=model_7007 -stockmarket=yes -recol1s=20041 -recol1d=17610 -recol2s=15392 -recol2d=27986 -name=Skirt -certlink=obj_5051 - -// 5051 -[obj_5051] -certlink=obj_5050 -certtemplate=obj_799 - -// 5052 -[obj_5052] -cost=812 -model=model_7080 -members=yes -2dzoom=890 -2dyan=4 -2dxan=584 -iop2=Wear -manwear=model_7001 -womanwear=model_7007 -stockmarket=yes -recol1s=20041 -recol1d=3222 -recol2s=15392 -recol2d=6482 -name=Skirt -certlink=obj_5053 - -// 5053 -[obj_5053] -certlink=obj_5052 -certtemplate=obj_799 - -// 5054 -[obj_5054] -2dxof=-21 -2dyof=-46 -2dzoom=4240 -2dyan=1788 -2dzan=12 -2dxan=116 -model=model_7019 -name=Dwarf -certlink=obj_5055 - -// 5055 -[obj_5055] -certlink=obj_5054 -certtemplate=obj_799 - -// 5056 -[obj_5056] -model=model_5836 -2dxof=1 -2dyof=7 -2dzoom=1470 -2dyan=1852 -2dxan=356 -members=yes -iop1=Wield -name=Dwarven battleaxe - -// 5057 -[obj_5057] -model=model_5838 -2dxof=1 -2dyof=7 -2dzoom=1470 -2dyan=1852 -2dxan=356 -members=yes -iop1=Wield -name=Dwarven battleaxe - -// 5058 -[obj_5058] -model=model_5837 -2dxof=1 -2dyof=7 -2dzoom=1470 -2dyan=1852 -2dxan=356 -members=yes -iop1=Wield -name=Dwarven battleaxe - -// 5059 -[obj_5059] -model=model_5835 -2dxof=1 -2dyof=7 -2dzoom=1470 -2dyan=1852 -2dxan=356 -members=yes -iop1=Wield -name=Dwarven battleaxe - -// 5060 -[obj_5060] -model=model_7011 -2dxof=1 -2dyof=7 -2dzoom=1470 -2dyan=1852 -2dxan=356 -members=yes -manwear=model_7011 -womanwear=model_7011 -name=Dwarven battleaxe -womanwearoff=3,-11,6 - -// 5061 -[obj_5061] -model=model_7012 -2dxof=1 -2dyof=7 -2dzoom=1470 -2dyan=1852 -2dxan=356 -members=yes -manwear=model_7012 -womanwear=model_7012 -name=Dwarven battleaxe -womanwearoff=3,-11,6 - -// 5062 -[obj_5062] -model=model_7082 -2dxof=-3 -2dyof=-5 -2dzoom=630 -2dyan=212 -2dxan=100 -members=yes -iop1=Wear -name=Left boot - -// 5063 -[obj_5063] -model=model_7084 -2dxof=7 -2dyof=-5 -2dzoom=640 -2dyan=1904 -2dxan=108 -members=yes -iop1=Wear -name=Right boot - -// 5064 -[obj_5064] -model=model_7083 -2dxof=2 -2dyof=-5 -2dzoom=740 -2dyan=1976 -2dxan=152 -members=yes -iop1=Wear -name=Exquisite boots - -// 5065 -[obj_5065] -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -recol1s=21120 -recol1d=11510 -recol2s=13504 -recol2d=1310 -recol3s=16846 -recol3d=11510 -recol4s=32759 -recol4d=9608 -name=Book on costumes - -// 5066 -[obj_5066] -model=model_5842 -2dxof=3 -2dyof=-1 -2dzoom=970 -2dyan=24 -2dzan=136 -2dxan=512 -members=yes -iop1=Read -name=Meeting notes - -// 5067 -[obj_5067] -model=model_7076 -2dyof=5 -2dzoom=890 -2dxan=540 -members=yes -iop1=Wear -recol1s=16846 -recol1d=12645 -name=Exquisite clothes - -// 5068 -[obj_5068] -model=model_40669 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=14724 -recol1d=12710 -recol2s=2340 -recol2d=8388 -recol3s=6273 -recol3d=13671 -recol4s=4192 -recol4d=8388 -recol5s=32735 -recol5d=16840 -name=Master farmer - -// 5069 -[obj_5069] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5070 -[obj_5070] -model=model_7173 -2dxof=2 -2dzoom=1100 -2dyan=60 -2dxan=172 -members=yes -iop1=Search -recol1s=16925 -recol1d=32172 -name=Bird's nest - -// 5071 -[obj_5071] -model=model_7173 -2dxof=2 -2dzoom=1100 -2dyan=60 -2dxan=172 -members=yes -iop1=Search -recol1s=16925 -recol1d=18224 -name=Bird's nest - -// 5072 -[obj_5072] -model=model_7173 -2dxof=2 -2dzoom=1100 -2dyan=60 -2dxan=172 -members=yes -iop1=Search -name=Bird's nest - -// 5073 -[obj_5073] -model=model_7175 -2dxof=2 -2dzoom=1100 -2dyan=60 -2dxan=172 -members=yes -iop1=Search -name=Bird's nest - -// 5074 -[obj_5074] -model=model_7174 -2dxof=2 -2dzoom=1100 -2dyan=60 -2dxan=172 -members=yes -iop1=Search -name=Bird's nest - -// 5075 -[obj_5075] -model=model_7172 -2dxof=2 -2dzoom=1100 -2dyan=60 -2dxan=172 -members=yes -name=Bird's nest - -// 5076 -[obj_5076] -model=model_7171 -2dzoom=650 -2dyan=16 -2dxan=76 -members=yes -recol1s=32238 -recol1d=32172 -name=Bird's egg - -// 5077 -[obj_5077] -model=model_7171 -2dzoom=650 -2dyan=16 -2dxan=76 -members=yes -recol1s=32238 -recol1d=16925 -name=Bird's egg - -// 5078 -[obj_5078] -model=model_7171 -2dzoom=650 -2dyan=16 -2dxan=76 -members=yes -recol1s=32238 -recol1d=18224 -name=Bird's egg - -// 5079 -[obj_5079] -model=model_7369 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 5080 -[obj_5080] -model=model_7131 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 5081 -[obj_5081] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5082 -[obj_5082] -model=model_7136 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 5083 -[obj_5083] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5084 -[obj_5084] -model=model_7134 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 5085 -[obj_5085] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5086 -[obj_5086] -model=model_7130 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 5087 -[obj_5087] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5088 -[obj_5088] -model=model_7133 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 5089 -[obj_5089] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5090 -[obj_5090] -model=model_7132 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 5091 -[obj_5091] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5092 -[obj_5092] -model=model_7137 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 5093 -[obj_5093] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5094 -[obj_5094] -model=model_7135 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 5095 -[obj_5095] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5096 -[obj_5096] -model=model_7238 -2dxof=3 -2dzoom=730 -2dyan=1996 -2dxan=272 -members=yes -stackable=yes -count1=obj_5131,2 -count2=obj_5132,3 -count3=obj_5133,4 -count4=obj_5134,5 -cost=84 -stockmarket=yes -name=Marigold seed - -// 5097 -[obj_5097] -model=model_7295 -2dxof=1 -2dyof=-56 -2dzoom=1110 -2dyan=1932 -2dxan=232 -members=yes -stackable=yes -count1=obj_5135,2 -count2=obj_5136,3 -count3=obj_5137,4 -count4=obj_5138,5 -cost=98 -stockmarket=yes -name=Rosemary seed - -// 5098 -[obj_5098] -model=model_7249 -2dxof=-1 -2dyof=93 -2dzoom=650 -2dyan=124 -2dxan=260 -members=yes -stackable=yes -count1=obj_5196,2 -count2=obj_5197,3 -count3=obj_5198,4 -count4=obj_5199,5 -cost=11 -stockmarket=yes -name=Nasturtium seed - -// 5099 -[obj_5099] -model=model_7347 -2dxof=-5 -2dyof=6 -2dzoom=1030 -2dyan=136 -2dxan=324 -members=yes -stackable=yes -count1=obj_5200,2 -count2=obj_5201,3 -count3=obj_5202,4 -count4=obj_5203,5 -cost=11 -stockmarket=yes -name=Woad seed - -// 5100 -[obj_5100] -model=model_7222 -2dyof=28 -2dzoom=680 -2dyan=144 -2dxan=256 -members=yes -count1=obj_5268,2 -count2=obj_5269,3 -count3=obj_5270,4 -count4=obj_5271,5 -stackable=yes -cost=12 -stockmarket=yes -name=Limpwurt seed - -// 5101 -[obj_5101] -model=model_7289 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -members=yes -stackable=yes -count1=obj_5204,2 -count2=obj_5205,3 -count3=obj_5206,4 -count4=obj_5207,5 -cost=4 -stockmarket=yes -name=Redberry seed - -// 5102 -[obj_5102] -model=model_7289 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -members=yes -stackable=yes -count1=obj_5208,2 -count2=obj_5209,3 -count3=obj_5210,4 -count4=obj_5211,5 -cost=9 -stockmarket=yes -recol1s=17638 -recol1d=16656 -name=Cadavaberry seed - -// 5103 -[obj_5103] -model=model_7289 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -members=yes -stackable=yes -count1=obj_5212,2 -count2=obj_5213,3 -count3=obj_5214,4 -count4=obj_5215,5 -cost=25 -stockmarket=yes -recol1s=17638 -recol1d=9516 -name=Dwellberry seed - -// 5104 -[obj_5104] -model=model_7289 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -members=yes -stackable=yes -count1=obj_5216,2 -count2=obj_5217,3 -count3=obj_5218,4 -count4=obj_5219,5 -cost=60 -stockmarket=yes -recol1s=17638 -recol1d=19050 -name=Jangerberry seed - -// 5105 -[obj_5105] -model=model_7289 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -members=yes -stackable=yes -count1=obj_5220,2 -count2=obj_5221,3 -count3=obj_5222,4 -count4=obj_5223,5 -cost=133 -stockmarket=yes -recol1s=17638 -recol1d=25236 -name=Whiteberry seed - -// 5106 -[obj_5106] -model=model_7289 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -members=yes -stackable=yes -count1=obj_5220,2 -count2=obj_5221,3 -count3=obj_5222,4 -count4=obj_5223,5 -cost=166 -stockmarket=yes -recol1s=17638 -recol1d=25236 -name=Poison ivy seed - -// 5107 -[obj_5107] -dummyitem=2 -model=model_7359 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes - -// 5108 -[obj_5108] -dummyitem=2 -model=model_7360 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes - -// 5109 -[obj_5109] -dummyitem=2 -model=model_7361 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes - -// 5110 -[obj_5110] -dummyitem=2 -model=model_7362 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes - -// 5111 -[obj_5111] -dummyitem=2 -model=model_7139 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 5112 -[obj_5112] -dummyitem=2 -model=model_7140 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 5113 -[obj_5113] -dummyitem=2 -model=model_7141 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 5114 -[obj_5114] -dummyitem=2 -model=model_7142 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 5115 -[obj_5115] -dummyitem=2 -model=model_7343 -2dxof=1 -2dyof=37 -2dzoom=1000 -2dyan=20 -2dxan=284 -stackable=yes - -// 5116 -[obj_5116] -dummyitem=2 -model=model_7344 -2dxof=1 -2dyof=37 -2dzoom=1000 -2dyan=20 -2dxan=284 -stackable=yes - -// 5117 -[obj_5117] -dummyitem=2 -model=model_7345 -2dxof=1 -2dyof=37 -2dzoom=1000 -2dyan=20 -2dxan=284 -stackable=yes - -// 5118 -[obj_5118] -dummyitem=2 -model=model_7346 -2dxof=1 -2dyof=37 -2dzoom=1000 -2dyan=20 -2dxan=284 -stackable=yes - -// 5119 -[obj_5119] -dummyitem=2 -model=model_7233 -2dyof=3 -2dzoom=1380 -2dyan=2036 -2dxan=556 -stackable=yes - -// 5120 -[obj_5120] -dummyitem=2 -model=model_7234 -2dyof=3 -2dzoom=1380 -2dyan=2036 -2dxan=556 -stackable=yes - -// 5121 -[obj_5121] -dummyitem=2 -model=model_7235 -2dyof=3 -2dzoom=1380 -2dyan=2036 -2dxan=556 -stackable=yes - -// 5122 -[obj_5122] -dummyitem=2 -model=model_7236 -2dyof=3 -2dzoom=1380 -2dyan=2036 -2dxan=556 -stackable=yes - -// 5123 -[obj_5123] -dummyitem=2 -model=model_7228 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes -recol1s=8353 -recol1d=7362 -recol2s=10467 -recol2d=9476 -recol3s=12581 -recol3d=11590 - -// 5124 -[obj_5124] -dummyitem=2 -model=model_7229 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes -recol1s=8353 -recol1d=7362 -recol2s=10467 -recol2d=9476 -recol3s=12581 -recol3d=11590 - -// 5125 -[obj_5125] -dummyitem=2 -model=model_7230 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes -recol1s=8353 -recol1d=7362 -recol2s=10467 -recol2d=9476 -recol3s=12581 -recol3d=11590 - -// 5126 -[obj_5126] -dummyitem=2 -model=model_7231 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes -recol1s=8353 -recol1d=7362 -recol2s=10467 -recol2d=9476 -recol3s=12581 -recol3d=11590 - -// 5127 -[obj_5127] -dummyitem=2 -model=model_7228 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes -recol1s=8353 -recol1d=7426 -recol2s=10467 -recol2d=9540 -recol3s=12581 -recol3d=11654 - -// 5128 -[obj_5128] -dummyitem=2 -model=model_7229 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes -recol1s=8353 -recol1d=7426 -recol2s=10467 -recol2d=9540 -recol3s=12581 -recol3d=11654 - -// 5129 -[obj_5129] -dummyitem=2 -model=model_7230 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes -recol1s=8353 -recol1d=7426 -recol2s=10467 -recol2d=9540 -recol3s=12581 -recol3d=11654 - -// 5130 -[obj_5130] -dummyitem=2 -model=model_7231 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -stackable=yes -recol1s=8353 -recol1d=7426 -recol2s=10467 -recol2d=9540 -recol3s=12581 -recol3d=11654 - -// 5131 -[obj_5131] -dummyitem=2 -model=model_7239 -2dxof=3 -2dzoom=730 -2dyan=1996 -2dxan=272 -stackable=yes - -// 5132 -[obj_5132] -dummyitem=2 -model=model_7240 -2dxof=3 -2dzoom=730 -2dyan=1996 -2dxan=272 -stackable=yes - -// 5133 -[obj_5133] -dummyitem=2 -model=model_7241 -2dxof=3 -2dzoom=730 -2dyan=1996 -2dxan=272 -stackable=yes - -// 5134 -[obj_5134] -dummyitem=2 -model=model_7242 -2dxof=3 -2dzoom=730 -2dyan=1996 -2dxan=272 -stackable=yes - -// 5135 -[obj_5135] -dummyitem=2 -model=model_7296 -2dxof=1 -2dyof=-56 -2dzoom=1110 -2dyan=1932 -2dxan=232 -stackable=yes - -// 5136 -[obj_5136] -dummyitem=2 -model=model_7297 -2dxof=1 -2dyof=-56 -2dzoom=1110 -2dyan=1932 -2dxan=232 -stackable=yes - -// 5137 -[obj_5137] -dummyitem=2 -model=model_7298 -2dxof=1 -2dyof=-56 -2dzoom=1110 -2dyan=1932 -2dxan=232 -stackable=yes - -// 5138 -[obj_5138] -dummyitem=2 -model=model_7299 -2dxof=1 -2dyof=-56 -2dzoom=1110 -2dyan=1932 -2dxan=232 -stackable=yes - -// 5139 -[obj_5139] -dummyitem=2 -model=model_7311 -2dyof=-4 -2dzoom=540 -2dyan=204 -2dxan=228 -stackable=yes - -// 5140 -[obj_5140] -dummyitem=2 -model=model_7312 -2dyof=-4 -2dzoom=540 -2dyan=204 -2dxan=228 -stackable=yes - -// 5141 -[obj_5141] -dummyitem=2 -model=model_7313 -2dyof=-4 -2dzoom=540 -2dyan=204 -2dxan=228 -stackable=yes - -// 5142 -[obj_5142] -dummyitem=2 -model=model_7314 -2dyof=-4 -2dzoom=540 -2dyan=204 -2dxan=228 -stackable=yes - -// 5143 -[obj_5143] -dummyitem=2 -model=model_7335 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes - -// 5144 -[obj_5144] -dummyitem=2 -model=model_7336 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes - -// 5145 -[obj_5145] -dummyitem=2 -model=model_7337 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes - -// 5146 -[obj_5146] -dummyitem=2 -model=model_7338 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes - -// 5147 -[obj_5147] -dummyitem=2 -model=model_7335 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes -recol1s=3105 -recol1d=24168 - -// 5148 -[obj_5148] -dummyitem=2 -model=model_7336 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes -recol1s=3105 -recol1d=24168 - -// 5149 -[obj_5149] -dummyitem=2 -model=model_7337 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes -recol1s=3105 -recol1d=24168 - -// 5150 -[obj_5150] -dummyitem=2 -model=model_7338 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes -recol1s=3105 -recol1d=24168 - -// 5151 -[obj_5151] -dummyitem=2 -model=model_7316 -2dxof=1 -2dyof=3 -2dzoom=990 -2dyan=72 -2dxan=464 -stackable=yes - -// 5152 -[obj_5152] -dummyitem=2 -model=model_7317 -2dxof=1 -2dyof=3 -2dzoom=990 -2dyan=72 -2dxan=464 -stackable=yes - -// 5153 -[obj_5153] -dummyitem=2 -model=model_7318 -2dxof=1 -2dyof=3 -2dzoom=990 -2dyan=72 -2dxan=464 -stackable=yes - -// 5154 -[obj_5154] -dummyitem=2 -model=model_7319 -2dxof=1 -2dyof=3 -2dzoom=990 -2dyan=72 -2dxan=464 -stackable=yes - -// 5155 -[obj_5155] -dummyitem=2 -model=model_7179 -2dxof=-1 -2dyof=157 -2dzoom=980 -2dyan=1864 -2dxan=260 -stackable=yes - -// 5156 -[obj_5156] -dummyitem=2 -model=model_7180 -2dxof=-1 -2dyof=157 -2dzoom=980 -2dyan=1864 -2dxan=260 -stackable=yes - -// 5157 -[obj_5157] -dummyitem=2 -model=model_7181 -2dxof=-1 -2dyof=157 -2dzoom=980 -2dyan=1864 -2dxan=260 -stackable=yes - -// 5158 -[obj_5158] -dummyitem=2 -model=model_7182 -2dxof=-1 -2dyof=157 -2dzoom=980 -2dyan=1864 -2dxan=260 -stackable=yes - -// 5159 -[obj_5159] -dummyitem=2 -model=model_7256 -2dxof=2 -2dyof=3 -2dzoom=1260 -2dyan=236 -2dxan=564 -stackable=yes - -// 5160 -[obj_5160] -dummyitem=2 -model=model_7257 -2dxof=2 -2dyof=3 -2dzoom=1260 -2dyan=236 -2dxan=564 -stackable=yes - -// 5161 -[obj_5161] -dummyitem=2 -model=model_7258 -2dxof=2 -2dyof=3 -2dzoom=1260 -2dyan=236 -2dxan=564 -stackable=yes - -// 5162 -[obj_5162] -dummyitem=2 -model=model_7259 -2dxof=2 -2dyof=3 -2dzoom=1260 -2dyan=236 -2dxan=564 -stackable=yes - -// 5163 -[obj_5163] -dummyitem=2 -model=model_7282 -2dxof=2 -2dyof=4 -2dzoom=1440 -2dyan=144 -2dxan=536 -stackable=yes - -// 5164 -[obj_5164] -dummyitem=2 -model=model_7283 -2dxof=2 -2dyof=4 -2dzoom=1440 -2dyan=144 -2dxan=536 -stackable=yes - -// 5165 -[obj_5165] -dummyitem=2 -model=model_7284 -2dxof=2 -2dyof=4 -2dzoom=1440 -2dyan=144 -2dxan=536 -stackable=yes - -// 5166 -[obj_5166] -dummyitem=2 -model=model_7285 -2dxof=2 -2dyof=4 -2dzoom=1440 -2dyan=144 -2dxan=536 -stackable=yes - -// 5167 -[obj_5167] -dummyitem=2 -model=model_7155 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes - -// 5168 -[obj_5168] -dummyitem=2 -model=model_7156 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes - -// 5169 -[obj_5169] -dummyitem=2 -model=model_7157 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes - -// 5170 -[obj_5170] -dummyitem=2 -model=model_7158 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes - -// 5171 -[obj_5171] -dummyitem=1 -model=model_7158 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -name=Seeds - -// 5172 -[obj_5172] -dummyitem=2 -model=model_7216 -2dxof=1 -2dzoom=660 -2dyan=1964 -2dxan=264 -stackable=yes - -// 5173 -[obj_5173] -dummyitem=2 -model=model_7217 -2dxof=1 -2dzoom=660 -2dyan=1964 -2dxan=264 -stackable=yes - -// 5174 -[obj_5174] -dummyitem=2 -model=model_7218 -2dxof=1 -2dzoom=660 -2dyan=1964 -2dxan=264 -stackable=yes - -// 5175 -[obj_5175] -dummyitem=2 -model=model_7219 -2dxof=1 -2dzoom=660 -2dyan=1964 -2dxan=264 -stackable=yes - -// 5176 -[obj_5176] -dummyitem=2 -model=model_7210 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=14856 - -// 5177 -[obj_5177] -dummyitem=2 -model=model_7211 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=14856 - -// 5178 -[obj_5178] -dummyitem=2 -model=model_7212 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=14856 - -// 5179 -[obj_5179] -dummyitem=2 -model=model_7213 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=14856 - -// 5180 -[obj_5180] -dummyitem=2 -model=model_7210 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=15906 - -// 5181 -[obj_5181] -dummyitem=2 -model=model_7211 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=15906 - -// 5182 -[obj_5182] -dummyitem=2 -model=model_7212 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=15906 - -// 5183 -[obj_5183] -dummyitem=2 -model=model_7213 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=15906 - -// 5184 -[obj_5184] -dummyitem=2 -model=model_7210 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=23168 - -// 5185 -[obj_5185] -dummyitem=2 -model=model_7211 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=23168 - -// 5186 -[obj_5186] -dummyitem=2 -model=model_7212 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=23168 - -// 5187 -[obj_5187] -dummyitem=2 -model=model_7213 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=23168 - -// 5188 -[obj_5188] -dummyitem=2 -model=model_7210 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=19879 - -// 5189 -[obj_5189] -dummyitem=2 -model=model_7211 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=19879 - -// 5190 -[obj_5190] -dummyitem=2 -model=model_7212 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=19879 - -// 5191 -[obj_5191] -dummyitem=2 -model=model_7213 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=19879 - -// 5192 -[obj_5192] -dummyitem=2 -model=model_7210 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=16646 - -// 5193 -[obj_5193] -dummyitem=2 -model=model_7211 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=16646 - -// 5194 -[obj_5194] -dummyitem=2 -model=model_7212 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=16646 - -// 5195 -[obj_5195] -dummyitem=2 -model=model_7213 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=16646 - -// 5196 -[obj_5196] -dummyitem=2 -model=model_7250 -2dxof=-1 -2dyof=93 -2dzoom=650 -2dyan=124 -2dxan=260 -stackable=yes - -// 5197 -[obj_5197] -dummyitem=2 -model=model_7251 -2dxof=-1 -2dyof=93 -2dzoom=650 -2dyan=124 -2dxan=260 -stackable=yes - -// 5198 -[obj_5198] -dummyitem=2 -model=model_7252 -2dxof=-1 -2dyof=93 -2dzoom=650 -2dyan=124 -2dxan=260 -stackable=yes - -// 5199 -[obj_5199] -dummyitem=2 -model=model_7253 -2dxof=-1 -2dyof=93 -2dzoom=650 -2dyan=124 -2dxan=260 -stackable=yes - -// 5200 -[obj_5200] -dummyitem=2 -model=model_7348 -2dxof=-5 -2dyof=6 -2dzoom=1030 -2dyan=136 -2dxan=324 -stackable=yes - -// 5201 -[obj_5201] -dummyitem=2 -model=model_7349 -2dxof=-5 -2dyof=6 -2dzoom=1030 -2dyan=136 -2dxan=324 -stackable=yes - -// 5202 -[obj_5202] -dummyitem=2 -model=model_7350 -2dxof=-5 -2dyof=6 -2dzoom=1030 -2dyan=136 -2dxan=324 -stackable=yes - -// 5203 -[obj_5203] -dummyitem=2 -model=model_7351 -2dxof=-5 -2dyof=6 -2dzoom=1030 -2dyan=136 -2dxan=324 -stackable=yes - -// 5204 -[obj_5204] -dummyitem=2 -model=model_7290 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes - -// 5205 -[obj_5205] -dummyitem=2 -model=model_7291 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes - -// 5206 -[obj_5206] -dummyitem=2 -model=model_7292 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes - -// 5207 -[obj_5207] -dummyitem=2 -model=model_7293 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes - -// 5208 -[obj_5208] -dummyitem=2 -model=model_7290 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=16656 - -// 5209 -[obj_5209] -dummyitem=2 -model=model_7291 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=16656 - -// 5210 -[obj_5210] -dummyitem=2 -model=model_7292 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=16656 - -// 5211 -[obj_5211] -dummyitem=2 -model=model_7293 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=16656 - -// 5212 -[obj_5212] -dummyitem=2 -model=model_7290 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=9516 - -// 5213 -[obj_5213] -dummyitem=2 -model=model_7291 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=9516 - -// 5214 -[obj_5214] -dummyitem=2 -model=model_7292 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=9516 - -// 5215 -[obj_5215] -dummyitem=2 -model=model_7293 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=9516 - -// 5216 -[obj_5216] -dummyitem=2 -model=model_7290 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=19050 - -// 5217 -[obj_5217] -dummyitem=2 -model=model_7291 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=19050 - -// 5218 -[obj_5218] -dummyitem=2 -model=model_7292 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=19050 - -// 5219 -[obj_5219] -dummyitem=2 -model=model_7293 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=19050 - -// 5220 -[obj_5220] -dummyitem=2 -model=model_7290 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=25236 - -// 5221 -[obj_5221] -dummyitem=2 -model=model_7291 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=25236 - -// 5222 -[obj_5222] -dummyitem=2 -model=model_7292 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=25236 - -// 5223 -[obj_5223] -dummyitem=2 -model=model_7293 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -stackable=yes -recol1s=17638 -recol1d=25236 - -// 5224 -[obj_5224] -dummyitem=2 -model=model_7202 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -stackable=yes - -// 5225 -[obj_5225] -dummyitem=2 -model=model_7203 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -stackable=yes - -// 5226 -[obj_5226] -dummyitem=2 -model=model_7204 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -stackable=yes - -// 5227 -[obj_5227] -dummyitem=2 -model=model_7205 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -stackable=yes - -// 5228 -[obj_5228] -dummyitem=2 -model=model_7144 -2dyof=3 -2dzoom=610 -2dyan=100 -2dxan=368 -stackable=yes - -// 5229 -[obj_5229] -dummyitem=2 -model=model_7145 -2dyof=3 -2dzoom=610 -2dyan=100 -2dxan=368 -stackable=yes - -// 5230 -[obj_5230] -dummyitem=2 -model=model_7146 -2dyof=3 -2dzoom=610 -2dyan=100 -2dxan=368 -stackable=yes - -// 5231 -[obj_5231] -dummyitem=2 -model=model_7147 -2dyof=3 -2dzoom=610 -2dyan=100 -2dxan=368 -stackable=yes - -// 5232 -[obj_5232] -dummyitem=2 -model=model_7149 -2dyof=-3 -2dzoom=650 -2dyan=2008 -2dxan=272 -stackable=yes - -// 5233 -[obj_5233] -dummyitem=2 -model=model_7150 -2dyof=-3 -2dzoom=650 -2dyan=2008 -2dxan=272 -stackable=yes - -// 5234 -[obj_5234] -dummyitem=2 -model=model_7151 -2dyof=-3 -2dzoom=650 -2dyan=2008 -2dxan=272 -stackable=yes - -// 5235 -[obj_5235] -dummyitem=2 -model=model_7152 -2dyof=-3 -2dzoom=650 -2dyan=2008 -2dxan=272 -stackable=yes - -// 5236 -[obj_5236] -dummyitem=2 -model=model_7261 -2dxof=2 -2dyof=2 -2dzoom=650 -2dyan=2004 -2dxan=364 -stackable=yes - -// 5237 -[obj_5237] -dummyitem=2 -model=model_7262 -2dxof=2 -2dyof=2 -2dzoom=650 -2dyan=2004 -2dxan=364 -stackable=yes - -// 5238 -[obj_5238] -dummyitem=2 -model=model_7263 -2dxof=2 -2dyof=2 -2dzoom=650 -2dyan=2004 -2dxan=364 -stackable=yes - -// 5239 -[obj_5239] -dummyitem=2 -model=model_7264 -2dxof=2 -2dyof=2 -2dzoom=650 -2dyan=2004 -2dxan=364 -stackable=yes - -// 5240 -[obj_5240] -dummyitem=2 -model=model_7194 -2dxof=-3 -2dyof=10 -2dzoom=880 -2dyan=212 -2dxan=276 -stackable=yes - -// 5241 -[obj_5241] -dummyitem=2 -model=model_7195 -2dxof=-3 -2dyof=10 -2dzoom=880 -2dyan=212 -2dxan=276 -stackable=yes - -// 5242 -[obj_5242] -dummyitem=2 -model=model_7196 -2dxof=-3 -2dyof=10 -2dzoom=880 -2dyan=212 -2dxan=276 -stackable=yes - -// 5243 -[obj_5243] -dummyitem=2 -model=model_7197 -2dxof=-3 -2dyof=10 -2dzoom=880 -2dyan=212 -2dxan=276 -stackable=yes - -// 5244 -[obj_5244] -dummyitem=2 -model=model_7335 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes -recol1s=3105 -recol1d=9347 - -// 5245 -[obj_5245] -dummyitem=2 -model=model_7336 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes -recol1s=3105 -recol1d=9347 - -// 5246 -[obj_5246] -dummyitem=2 -model=model_7337 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes -recol1s=3105 -recol1d=9347 - -// 5247 -[obj_5247] -dummyitem=2 -model=model_7338 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -stackable=yes -recol1s=3105 -recol1d=9347 - -// 5248 -[obj_5248] -dummyitem=2 -model=model_7272 -2dxof=2 -2dzoom=930 -2dyan=1932 -2dxan=320 -stackable=yes -recol1s=3105 -recol1d=9347 - -// 5249 -[obj_5249] -dummyitem=2 -model=model_7273 -2dxof=2 -2dzoom=930 -2dyan=1932 -2dxan=320 -stackable=yes -recol1s=3105 -recol1d=9347 - -// 5250 -[obj_5250] -dummyitem=2 -model=model_7274 -2dxof=2 -2dzoom=930 -2dyan=1932 -2dxan=320 -stackable=yes -recol1s=3105 -recol1d=9347 - -// 5251 -[obj_5251] -dummyitem=2 -model=model_7275 -2dxof=2 -2dzoom=930 -2dyan=1932 -2dxan=320 -stackable=yes -recol1s=3105 -recol1d=9347 - -// 5252 -[obj_5252] -dummyitem=2 -model=model_7266 -2dzoom=1010 -2dyan=1952 -2dxan=332 -stackable=yes - -// 5253 -[obj_5253] -dummyitem=2 -model=model_7267 -2dzoom=1010 -2dyan=1952 -2dxan=332 -stackable=yes - -// 5254 -[obj_5254] -dummyitem=2 -model=model_7268 -2dzoom=1010 -2dyan=1952 -2dxan=332 -stackable=yes - -// 5255 -[obj_5255] -dummyitem=2 -model=model_7269 -2dzoom=1010 -2dyan=1952 -2dxan=332 -stackable=yes - -// 5256 -[obj_5256] -dummyitem=2 -model=model_7266 -2dzoom=1010 -2dyan=1952 -2dxan=332 -stackable=yes -recol1s=28334 -recol1d=15684 -recol2s=24106 -recol2d=13570 - -// 5257 -[obj_5257] -dummyitem=2 -model=model_7267 -2dzoom=1010 -2dyan=1952 -2dxan=332 -stackable=yes -recol1s=28334 -recol1d=15684 -recol2s=24106 -recol2d=13570 - -// 5258 -[obj_5258] -dummyitem=2 -model=model_7268 -2dzoom=1010 -2dyan=1952 -2dxan=332 -stackable=yes -recol1s=28334 -recol1d=15684 -recol2s=24106 -recol2d=13570 - -// 5259 -[obj_5259] -dummyitem=2 -model=model_7269 -2dzoom=1010 -2dyan=1952 -2dxan=332 -stackable=yes -recol1s=28334 -recol1d=15684 -recol2s=24106 -recol2d=13570 - -// 5260 -[obj_5260] -dummyitem=2 -model=model_7244 -2dxof=1 -2dyof=9 -2dzoom=840 -2dyan=36 -2dxan=340 -stackable=yes - -// 5261 -[obj_5261] -dummyitem=2 -model=model_7245 -2dxof=1 -2dyof=9 -2dzoom=840 -2dyan=36 -2dxan=340 -stackable=yes - -// 5262 -[obj_5262] -dummyitem=2 -model=model_7246 -2dxof=1 -2dyof=9 -2dzoom=840 -2dyan=36 -2dxan=340 -stackable=yes - -// 5263 -[obj_5263] -dummyitem=2 -model=model_7247 -2dxof=1 -2dyof=9 -2dzoom=840 -2dyan=36 -2dxan=340 -stackable=yes - -// 5264 -[obj_5264] -dummyitem=2 -model=model_7184 -2dxof=-2 -2dyof=1 -2dzoom=810 -2dyan=88 -2dxan=380 -stackable=yes - -// 5265 -[obj_5265] -dummyitem=2 -model=model_7185 -2dxof=-2 -2dyof=1 -2dzoom=810 -2dyan=88 -2dxan=380 -stackable=yes - -// 5266 -[obj_5266] -dummyitem=2 -model=model_7186 -2dxof=-2 -2dyof=1 -2dzoom=810 -2dyan=88 -2dxan=380 -stackable=yes - -// 5267 -[obj_5267] -dummyitem=2 -model=model_7187 -2dxof=-2 -2dyof=1 -2dzoom=810 -2dyan=88 -2dxan=380 -stackable=yes - -// 5268 -[obj_5268] -dummyitem=2 -model=model_7223 -2dyof=28 -2dzoom=680 -2dyan=144 -2dxan=256 -stackable=yes - -// 5269 -[obj_5269] -dummyitem=2 -model=model_7224 -2dyof=28 -2dzoom=680 -2dyan=144 -2dxan=256 -stackable=yes - -// 5270 -[obj_5270] -dummyitem=2 -model=model_7225 -2dyof=28 -2dzoom=680 -2dyan=144 -2dxan=256 -stackable=yes - -// 5271 -[obj_5271] -dummyitem=2 -model=model_7226 -2dyof=28 -2dzoom=680 -2dyan=144 -2dxan=256 -stackable=yes - -// 5272 -[obj_5272] -dummyitem=2 -model=model_7167 -2dxof=-1 -2dyof=10 -2dzoom=680 -2dyan=2004 -2dxan=352 -stackable=yes -recol1s=8526 -recol1d=16753 - -// 5273 -[obj_5273] -dummyitem=2 -model=model_7168 -2dxof=-1 -2dyof=10 -2dzoom=680 -2dyan=2004 -2dxan=352 -stackable=yes -recol1s=8526 -recol1d=16753 - -// 5274 -[obj_5274] -dummyitem=2 -model=model_7169 -2dxof=-1 -2dyof=10 -2dzoom=680 -2dyan=2004 -2dxan=352 -stackable=yes -recol1s=8526 -recol1d=16753 - -// 5275 -[obj_5275] -dummyitem=2 -model=model_7170 -2dxof=-1 -2dyof=10 -2dzoom=680 -2dyan=2004 -2dxan=352 -stackable=yes -recol1s=8526 -recol1d=16753 - -// 5276 -[obj_5276] -dummyitem=2 -model=model_7353 -2dxof=5 -2dyof=-3 -2dzoom=580 -2dyan=1604 -2dxan=432 -stackable=yes - -// 5277 -[obj_5277] -dummyitem=2 -model=model_7354 -2dxof=5 -2dyof=-3 -2dzoom=580 -2dyan=1604 -2dxan=432 -stackable=yes - -// 5278 -[obj_5278] -dummyitem=2 -model=model_7355 -2dxof=5 -2dyof=-3 -2dzoom=580 -2dyan=1604 -2dxan=432 -stackable=yes - -// 5279 -[obj_5279] -dummyitem=2 -model=model_7356 -2dxof=5 -2dyof=-3 -2dzoom=580 -2dyan=1604 -2dxan=432 -stackable=yes - -// 5280 -[obj_5280] -model=model_7183 -2dxof=-2 -2dyof=1 -2dzoom=810 -2dyan=88 -2dxan=380 -members=yes -stackable=yes -count1=obj_5264,2 -count2=obj_5265,3 -count3=obj_5266,4 -count4=obj_5267,5 -cost=99 -stockmarket=yes -name=Cactus seed - -// 5281 -[obj_5281] -model=model_7166 -2dxof=-1 -2dyof=10 -2dzoom=680 -2dyan=2004 -2dxan=352 -members=yes -count1=obj_5272,2 -count2=obj_5273,3 -count3=obj_5274,4 -count4=obj_5275,5 -stackable=yes -cost=177 -stockmarket=yes -recol1s=8526 -recol1d=16753 -name=Belladonna seed - -// 5282 -[obj_5282] -model=model_7243 -2dxof=1 -2dyof=9 -2dzoom=840 -2dyan=36 -2dxan=340 -members=yes -stackable=yes -count1=obj_5260,2 -count2=obj_5261,3 -count3=obj_5262,4 -count4=obj_5263,5 -cost=86 -stockmarket=yes -name=Mushroom spore - -// 5283 -[obj_5283] -model=model_7143 -2dyof=3 -2dzoom=610 -2dyan=100 -2dxan=368 -members=yes -stackable=yes -count1=obj_5228,2 -count2=obj_5229,3 -count3=obj_5230,4 -count4=obj_5231,5 -cost=13 -stockmarket=yes -name=Apple tree seed - -// 5284 -[obj_5284] -model=model_7148 -2dyof=-3 -2dzoom=650 -2dyan=2008 -2dxan=272 -members=yes -stackable=yes -count1=obj_5232,2 -count2=obj_5233,3 -count3=obj_5234,4 -count4=obj_5235,5 -cost=20 -stockmarket=yes -name=Banana tree seed - -// 5285 -[obj_5285] -model=model_7260 -2dxof=2 -2dyof=2 -2dzoom=650 -2dyan=2004 -2dxan=364 -members=yes -stackable=yes -count1=obj_5236,2 -count2=obj_5237,3 -count3=obj_5238,4 -count4=obj_5239,5 -cost=31 -stockmarket=yes -name=Orange tree seed - -// 5286 -[obj_5286] -model=model_7193 -2dxof=-3 -2dyof=10 -2dzoom=880 -2dyan=212 -2dxan=276 -members=yes -stackable=yes -count1=obj_5240,2 -count2=obj_5241,3 -count3=obj_5242,4 -count4=obj_5243,5 -cost=39 -stockmarket=yes -name=Curry tree seed - -// 5287 -[obj_5287] -model=model_7334 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -members=yes -stackable=yes -count1=obj_5244,2 -count2=obj_5245,3 -count3=obj_5246,4 -count4=obj_5247,5 -cost=74 -stockmarket=yes -recol1s=3105 -recol1d=9347 -name=Pineapple seed - -// 5288 -[obj_5288] -model=model_7271 -2dxof=2 -2dzoom=930 -2dyan=1932 -2dxan=320 -members=yes -stackable=yes -count1=obj_5248,2 -count2=obj_5249,3 -count3=obj_5250,4 -count4=obj_5251,5 -cost=115 -stockmarket=yes -name=Papaya tree seed - -// 5289 -[obj_5289] -model=model_7265 -2dzoom=1010 -2dyan=1952 -2dxan=332 -members=yes -stackable=yes -count1=obj_5252,2 -count2=obj_5253,3 -count3=obj_5254,4 -count4=obj_5255,5 -cost=254 -stockmarket=yes -name=Palm tree seed - -// 5290 -[obj_5290] -model=model_7265 -2dzoom=1010 -2dyan=1952 -2dxan=332 -members=yes -stackable=yes -count1=obj_5256,2 -count2=obj_5257,3 -count3=obj_5258,4 -count4=obj_5259,5 -cost=340 -stockmarket=yes -recol1s=28334 -recol1d=15684 -recol2s=24106 -recol2d=13570 -name=Calquat tree seed - -// 5291 -[obj_5291] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=4 -stockmarket=yes -name=Guam seed - -// 5292 -[obj_5292] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=5 -stockmarket=yes -name=Marrentill seed - -// 5293 -[obj_5293] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=7 -stockmarket=yes -name=Tarromin seed - -// 5294 -[obj_5294] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=12 -stockmarket=yes -name=Harralander seed - -// 5295 -[obj_5295] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=19 -stockmarket=yes -name=Ranarr seed - -// 5296 -[obj_5296] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=34 -stockmarket=yes -name=Toadflax seed - -// 5297 -[obj_5297] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=64 -stockmarket=yes -name=Irit seed - -// 5298 -[obj_5298] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=64 -stockmarket=yes -name=Avantoe seed - -// 5299 -[obj_5299] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=64 -stockmarket=yes -name=Kwuarm seed - -// 5300 -[obj_5300] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=64 -stockmarket=yes -name=Snapdragon seed - -// 5301 -[obj_5301] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=64 -stockmarket=yes -name=Cadantine seed - -// 5302 -[obj_5302] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=64 -stockmarket=yes -name=Lantadyme seed - -// 5303 -[obj_5303] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=64 -stockmarket=yes -name=Dwarf weed seed - -// 5304 -[obj_5304] -model=model_7201 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -members=yes -count1=obj_5224,2 -count2=obj_5225,3 -count3=obj_5226,4 -count4=obj_5227,5 -stackable=yes -cost=64 -stockmarket=yes -name=Torstol seed - -// 5305 -[obj_5305] -model=model_7154 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -members=yes -stackable=yes -count1=obj_5167,2 -count2=obj_5168,3 -count3=obj_5169,4 -count4=obj_5170,5 -cost=38 -stockmarket=yes -name=Barley seed - -// 5306 -[obj_5306] -model=model_7215 -2dxof=1 -2dzoom=660 -2dyan=1964 -2dxan=264 -members=yes -stackable=yes -count1=obj_5172,2 -count2=obj_5173,3 -count3=obj_5174,4 -count4=obj_5175,5 -cost=86 -stockmarket=yes -name=Jute seed - -// 5307 -[obj_5307] -model=model_7209 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -members=yes -stackable=yes -count1=obj_5176,2 -count2=obj_5177,3 -count3=obj_5178,4 -count4=obj_5179,5 -cost=52 -stockmarket=yes -recol1s=13767 -recol1d=14856 -name=Hammerstone seed - -// 5308 -[obj_5308] -model=model_7209 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -members=yes -stackable=yes -count1=obj_5180,2 -count2=obj_5181,3 -count3=obj_5182,4 -count4=obj_5183,5 -cost=60 -stockmarket=yes -recol1s=13767 -recol1d=15906 -name=Asgarnian seed - -// 5309 -[obj_5309] -model=model_7209 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -members=yes -stackable=yes -count1=obj_5184,2 -count2=obj_5185,3 -count3=obj_5186,4 -count4=obj_5187,5 -cost=210 -stockmarket=yes -recol1s=13767 -recol1d=23168 -name=Yanillian seed - -// 5310 -[obj_5310] -model=model_7209 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -members=yes -stackable=yes -count1=obj_5188,2 -count2=obj_5189,3 -count3=obj_5190,4 -count4=obj_5191,5 -cost=8 -stockmarket=yes -recol1s=13767 -recol1d=19879 -name=Krandorian seed - -// 5311 -[obj_5311] -model=model_7209 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -members=yes -stackable=yes -count1=obj_5192,2 -count2=obj_5193,3 -count3=obj_5194,4 -count4=obj_5195,5 -cost=14 -stockmarket=yes -recol1s=13767 -recol1d=16646 -name=Wildblood seed - -// 5312 -[obj_5312] -model=model_7138 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -members=yes -stackable=yes -count1=obj_5111,2 -count2=obj_5112,3 -count3=obj_5113,4 -count4=obj_5114,5 -cost=6 -stockmarket=yes -name=Acorn - -// 5313 -[obj_5313] -model=model_7342 -2dxof=1 -2dyof=37 -2dzoom=1000 -2dyan=20 -2dxan=284 -members=yes -stackable=yes -count1=obj_5115,2 -count2=obj_5116,3 -count3=obj_5117,4 -count4=obj_5118,5 -cost=16 -stockmarket=yes -name=Willow seed - -// 5314 -[obj_5314] -model=model_7232 -2dyof=3 -2dzoom=1380 -2dyan=2036 -2dxan=556 -members=yes -stackable=yes -count1=obj_5119,2 -count2=obj_5120,3 -count3=obj_5121,4 -count4=obj_5122,5 -cost=48 -stockmarket=yes -name=Maple seed - -// 5315 -[obj_5315] -model=model_7358 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -members=yes -stackable=yes -count1=obj_5107,2 -count2=obj_5108,3 -count3=obj_5109,4 -count4=obj_5110,5 -cost=143 -stockmarket=yes -name=Yew seed - -// 5316 -[obj_5316] -model=model_7227 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -members=yes -stackable=yes -count1=obj_5123,2 -count2=obj_5124,3 -count3=obj_5125,4 -count4=obj_5126,5 -cost=422 -stockmarket=yes -recol1s=8353 -recol1d=7362 -recol2s=10467 -recol2d=9476 -recol3s=12581 -recol3d=11590 -name=Magic seed - -// 5317 -[obj_5317] -model=model_7227 -2dxof=-6 -2dyof=-3 -2dzoom=1040 -2dyan=68 -2dxan=236 -members=yes -stackable=yes -count1=obj_5127,2 -count2=obj_5128,3 -count3=obj_5129,4 -count4=obj_5130,5 -recol1s=8353 -recol1d=7426 -recol2s=10467 -recol2d=9540 -recol3s=12581 -recol3d=11654 -name=Spirit seed - -// 5318 -[obj_5318] -model=model_7281 -2dxof=2 -2dyof=4 -2dzoom=1440 -2dyan=144 -2dxan=536 -members=yes -stackable=yes -count1=obj_5163,2 -count2=obj_5164,3 -count3=obj_5165,4 -count4=obj_5166,5 -cost=8 -stockmarket=yes -name=Potato seed - -// 5319 -[obj_5319] -model=model_7255 -2dxof=2 -2dyof=3 -2dzoom=1260 -2dyan=236 -2dxan=564 -members=yes -stackable=yes -count1=obj_5159,2 -count2=obj_5160,3 -count3=obj_5161,4 -count4=obj_5162,5 -cost=10 -stockmarket=yes -name=Onion seed - -// 5320 -[obj_5320] -model=model_7310 -2dyof=-4 -2dzoom=540 -2dyan=204 -2dxan=228 -members=yes -stackable=yes -count1=obj_5139,2 -count2=obj_5140,3 -count3=obj_5141,4 -count4=obj_5142,5 -cost=8 -stockmarket=yes -name=Sweetcorn seed - -// 5321 -[obj_5321] -model=model_7334 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -members=yes -stackable=yes -count1=obj_5143,2 -count2=obj_5144,3 -count3=obj_5145,4 -count4=obj_5146,5 -cost=56 -stockmarket=yes -name=Watermelon seed - -// 5322 -[obj_5322] -model=model_7315 -2dxof=1 -2dyof=3 -2dzoom=990 -2dyan=72 -2dxan=464 -members=yes -stackable=yes -count1=obj_5151,2 -count2=obj_5152,3 -count3=obj_5153,4 -count4=obj_5154,5 -cost=4 -stockmarket=yes -name=Tomato seed - -// 5323 -[obj_5323] -model=model_7334 -2dxof=1 -2dyof=-5 -2dzoom=620 -2dyan=1992 -2dxan=396 -members=yes -stackable=yes -count1=obj_5147,2 -count2=obj_5148,3 -count3=obj_5149,4 -count4=obj_5150,5 -cost=18 -stockmarket=yes -recol1s=3105 -recol1d=24168 -name=Strawberry seed - -// 5324 -[obj_5324] -model=model_7178 -2dxof=-1 -2dyof=157 -2dzoom=980 -2dyan=1864 -2dxan=260 -members=yes -stackable=yes -count1=obj_5155,2 -count2=obj_5156,3 -count3=obj_5157,4 -count4=obj_5158,5 -cost=25 -stockmarket=yes -name=Cabbage seed - -// 5325 -[obj_5325] -model=model_7321 -manwear=model_7367 -womanwear=model_7367 -2dyof=-2 -2dzoom=920 -2dyan=1740 -2dxan=188 -members=yes -cost=12 -stockmarket=yes -name=Gardening trowel -womanwearoff=3,-11,6 -certlink=obj_5326 - -// 5326 -[obj_5326] -certlink=obj_5325 -certtemplate=obj_799 - -// 5327 -[obj_5327] -model=model_7305 -2dxof=-17 -2dzoom=1150 -2dyan=1912 -2dxan=448 -members=yes -recol1s=16846 -recol1d=16878 -recol2s=15789 -recol2d=15821 -recol3s=18960 -recol3d=18992 -name=Spade handle - -// 5328 -[obj_5328] -model=model_7306 -2dxof=17 -2dyof=17 -2dzoom=820 -2dyan=32 -2dxan=312 -members=yes -recol1s=16846 -recol1d=16878 -recol2s=15789 -recol2d=15821 -recol3s=18960 -recol3d=18992 -name=Spade head - -// 5329 -[obj_5329] -model=model_7303 -manwear=model_7126 -womanwear=model_7126 -2dxof=-1 -2dyof=11 -2dzoom=710 -2dyan=320 -2dxan=312 -members=yes -cost=5 -stockmarket=yes -name=Secateurs -certlink=obj_5330 - -// 5330 -[obj_5330] -certlink=obj_5329 -certtemplate=obj_799 - -// 5331 -[obj_5331] -model=model_7323 -2dxof=5 -2dyof=-9 -2dzoom=1050 -2dyan=1788 -2dxan=176 -manwear=model_7368 -womanwear=model_7368 -members=yes -cost=8 -stockmarket=yes -name=Watering can -certlink=obj_5332 - -// 5332 -[obj_5332] -certlink=obj_5331 -certtemplate=obj_799 - -// 5333 -[obj_5333] -model=model_7326 -2dxof=5 -2dyof=-9 -2dzoom=1050 -2dyan=1788 -2dxan=176 -manwear=model_7368 -womanwear=model_7368 -members=yes -name=Watering can(1) - -// 5334 -[obj_5334] -model=model_7326 -2dxof=5 -2dyof=-9 -2dzoom=1050 -2dyan=1788 -2dxan=176 -manwear=model_7368 -womanwear=model_7368 -members=yes -name=Watering can(2) - -// 5335 -[obj_5335] -model=model_7326 -2dxof=5 -2dyof=-9 -2dzoom=1050 -2dyan=1788 -2dxan=176 -manwear=model_7368 -womanwear=model_7368 -members=yes -name=Watering can(3) - -// 5336 -[obj_5336] -model=model_7327 -2dxof=5 -2dyof=-9 -2dzoom=1050 -2dyan=1788 -2dxan=176 -manwear=model_7368 -womanwear=model_7368 -members=yes -name=Watering can(4) - -// 5337 -[obj_5337] -model=model_7328 -2dxof=5 -2dyof=-9 -2dzoom=1050 -2dyan=1788 -2dxan=176 -manwear=model_7368 -womanwear=model_7368 -members=yes -name=Watering can(5) - -// 5338 -[obj_5338] -model=model_7329 -2dxof=5 -2dyof=-9 -2dzoom=1050 -2dyan=1788 -2dxan=176 -manwear=model_7368 -womanwear=model_7368 -members=yes -name=Watering can(6) - -// 5339 -[obj_5339] -model=model_7330 -2dxof=5 -2dyof=-9 -2dzoom=1050 -2dyan=1788 -2dxan=176 -manwear=model_7368 -womanwear=model_7368 -members=yes -name=Watering can(7) - -// 5340 -[obj_5340] -model=model_7331 -2dxof=5 -2dyof=-9 -2dzoom=1050 -2dyan=1788 -2dxan=176 -manwear=model_7368 -womanwear=model_7368 -members=yes -name=Watering can(8) - -// 5341 -[obj_5341] -cost=10 -model=model_7286 -manwear=model_7125 -womanwear=model_7125 -2dxof=8 -2dyof=-3 -2dzoom=1490 -2dyan=1920 -2dxan=164 -members=yes -cost=6 -stockmarket=yes -name=Rake -certlink=obj_5342 - -// 5342 -[obj_5342] -certlink=obj_5341 -certtemplate=obj_799 - -// 5343 -[obj_5343] -model=model_7199 -2dxof=-4 -2dyof=-3 -2dzoom=970 -2dyan=240 -2dxan=408 -manwear=model_7124 -womanwear=model_7124 -members=yes -cost=6 -stockmarket=yes -name=Seed dibber -certlink=obj_5344 - -// 5344 -[obj_5344] -certlink=obj_5343 -certtemplate=obj_799 - -// 5345 -[obj_5345] -model=model_7200 -2dxof=1 -2dyof=-1 -2dzoom=700 -2dyan=232 -2dxan=88 -manwear=model_7121 -womanwear=model_7366 -iop2=Wear -members=yes -cost=25 -stockmarket=yes -name=Gardening boots -certlink=obj_5346 - -// 5346 -[obj_5346] -certlink=obj_5345 -certtemplate=obj_799 - -// 5347 -[obj_5347] -model=model_7287 -2dxof=-5 -2dzoom=1600 -2dyan=2036 -2dxan=404 -members=yes -name=Rake handle - -// 5348 -[obj_5348] -model=model_7288 -2dxof=3 -2dyof=8 -2dzoom=1520 -2dyan=1992 -2dxan=372 -members=yes -name=Rake head - -// 5349 -[obj_5349] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5350 -[obj_5350] -model=model_7279 -2dzoom=1210 -2dyan=2012 -2dxan=104 -manwear=model_7372 -womanwear=model_7372 -members=yes -stockmarket=yes -name=Plant pot -certlink=obj_5351 - -// 5351 -[obj_5351] -certlink=obj_5350 -certtemplate=obj_799 - -// 5352 -[obj_5352] -model=model_7279 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -stockmarket=yes -recol1s=16611 -recol1d=19881 -recol2s=15554 -recol2d=19847 -recol3s=14497 -recol3d=17767 -recol4s=13440 -recol4d=16710 -recol5s=12384 -recol5d=16676 -name=Unfired plant pot -certlink=obj_5353 - -// 5353 -[obj_5353] -certlink=obj_5352 -certtemplate=obj_799 - -// 5354 -[obj_5354] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -stockmarket=yes -name=Plant pot -certlink=obj_5355 - -// 5355 -[obj_5355] -certlink=obj_5354 -certtemplate=obj_799 - -// 5356 -[obj_5356] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8418 -recol1d=11589 -name=Plant pot -certlink=obj_5357 - -// 5357 -[obj_5357] -certlink=obj_5356 -certtemplate=obj_799 - -// 5358 -[obj_5358] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Oak seedling - -// 5359 -[obj_5359] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Willow seedling - -// 5360 -[obj_5360] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Maple seedling - -// 5361 -[obj_5361] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Yew seedling - -// 5362 -[obj_5362] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Magic seedling - -// 5363 -[obj_5363] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Spirit seedling - -// 5364 -[obj_5364] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Oak seedling - -// 5365 -[obj_5365] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Willow seedling - -// 5366 -[obj_5366] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Maple seedling - -// 5367 -[obj_5367] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Yew seedling - -// 5368 -[obj_5368] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Magic seedling - -// 5369 -[obj_5369] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Spirit seedling - -// 5370 -[obj_5370] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Oak sapling - -// 5371 -[obj_5371] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Willow sapling - -// 5372 -[obj_5372] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Maple sapling - -// 5373 -[obj_5373] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Yew sapling - -// 5374 -[obj_5374] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Magic sapling - -// 5375 -[obj_5375] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Spirit sapling - -// 5376 -[obj_5376] -model=model_7159 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -stockmarket=yes -name=Basket -certlink=obj_5377 - -// 5377 -[obj_5377] -certlink=obj_5376 -certtemplate=obj_799 - -// 5378 -[obj_5378] -model=model_7164 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -stockmarket=yes -name=Apples(1) -certlink=obj_5379 - -// 5379 -[obj_5379] -certlink=obj_5378 -certtemplate=obj_799 - -// 5380 -[obj_5380] -model=model_7165 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Apples(2) -certlink=obj_5381 - -// 5381 -[obj_5381] -certlink=obj_5380 -certtemplate=obj_799 - -// 5382 -[obj_5382] -model=model_7163 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Apples(3) -certlink=obj_5383 - -// 5383 -[obj_5383] -certlink=obj_5382 -certtemplate=obj_799 - -// 5384 -[obj_5384] -model=model_7163 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Apples(4) -certlink=obj_5385 - -// 5385 -[obj_5385] -certlink=obj_5384 -certtemplate=obj_799 - -// 5386 -[obj_5386] -model=model_7163 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Apples(5) -certlink=obj_5387 - -// 5387 -[obj_5387] -certlink=obj_5386 -certtemplate=obj_799 - -// 5388 -[obj_5388] -model=model_7164 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -stockmarket=yes -recol1s=11968 -recol1d=32288 -name=Oranges(1) -certlink=obj_5389 - -// 5389 -[obj_5389] -certlink=obj_5388 -certtemplate=obj_799 - -// 5390 -[obj_5390] -model=model_7165 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -recol1s=11968 -recol1d=32288 -name=Oranges(2) -certlink=obj_5391 - -// 5391 -[obj_5391] -certlink=obj_5390 -certtemplate=obj_799 - -// 5392 -[obj_5392] -model=model_7163 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -recol1s=11968 -recol1d=32288 -name=Oranges(3) -certlink=obj_5393 - -// 5393 -[obj_5393] -certlink=obj_5392 -certtemplate=obj_799 - -// 5394 -[obj_5394] -model=model_7163 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -recol1s=11968 -recol1d=32288 -name=Oranges(4) -certlink=obj_5395 - -// 5395 -[obj_5395] -certlink=obj_5394 -certtemplate=obj_799 - -// 5396 -[obj_5396] -model=model_7163 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -recol1s=11968 -recol1d=32288 -name=Oranges(5) -certlink=obj_5397 - -// 5397 -[obj_5397] -certlink=obj_5396 -certtemplate=obj_799 - -// 5398 -[obj_5398] -model=model_7164 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -stockmarket=yes -recol1s=11968 -recol1d=21602 -name=Strawberries(1) -certlink=obj_5399 - -// 5399 -[obj_5399] -certlink=obj_5398 -certtemplate=obj_799 - -// 5400 -[obj_5400] -model=model_7165 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -recol1s=11968 -recol1d=21602 -name=Strawberries(2) -certlink=obj_5401 - -// 5401 -[obj_5401] -certlink=obj_5400 -certtemplate=obj_799 - -// 5402 -[obj_5402] -model=model_7163 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -recol1s=11968 -recol1d=21602 -name=Strawberries(3) -certlink=obj_5403 - -// 5403 -[obj_5403] -certlink=obj_5402 -certtemplate=obj_799 - -// 5404 -[obj_5404] -model=model_7163 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -recol1s=11968 -recol1d=21602 -name=Strawberries(4) -certlink=obj_5405 - -// 5405 -[obj_5405] -certlink=obj_5404 -certtemplate=obj_799 - -// 5406 -[obj_5406] -model=model_7163 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -recol1s=11968 -recol1d=21602 -name=Strawberries(5) -certlink=obj_5407 - -// 5407 -[obj_5407] -certlink=obj_5406 -certtemplate=obj_799 - -// 5408 -[obj_5408] -model=model_7161 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -stockmarket=yes -name=Bananas(1) -certlink=obj_5409 - -// 5409 -[obj_5409] -certlink=obj_5408 -certtemplate=obj_799 - -// 5410 -[obj_5410] -model=model_7162 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Bananas(2) -certlink=obj_5411 - -// 5411 -[obj_5411] -certlink=obj_5410 -certtemplate=obj_799 - -// 5412 -[obj_5412] -model=model_7160 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Bananas(3) -certlink=obj_5413 - -// 5413 -[obj_5413] -certlink=obj_5412 -certtemplate=obj_799 - -// 5414 -[obj_5414] -model=model_7160 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Bananas(4) -certlink=obj_5415 - -// 5415 -[obj_5415] -certlink=obj_5414 -certtemplate=obj_799 - -// 5416 -[obj_5416] -model=model_7160 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Bananas(5) -certlink=obj_5417 - -// 5417 -[obj_5417] -certlink=obj_5416 -certtemplate=obj_799 - -// 5418 -[obj_5418] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -ambient=15 -stockmarket=yes -name=Empty sack -certlink=obj_5419 - -// 5419 -[obj_5419] -certlink=obj_5418 -certtemplate=obj_799 - -// 5420 -[obj_5420] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -ambient=15 -stockmarket=yes -name=Potatoes(1) -certlink=obj_5421 - -// 5421 -[obj_5421] -certlink=obj_5420 -certtemplate=obj_799 - -// 5422 -[obj_5422] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Potatoes(2) -certlink=obj_5423 - -// 5423 -[obj_5423] -certlink=obj_5422 -certtemplate=obj_799 - -// 5424 -[obj_5424] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Potatoes(3) -certlink=obj_5425 - -// 5425 -[obj_5425] -certlink=obj_5424 -certtemplate=obj_799 - -// 5426 -[obj_5426] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Potatoes(4) -certlink=obj_5427 - -// 5427 -[obj_5427] -certlink=obj_5426 -certtemplate=obj_799 - -// 5428 -[obj_5428] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Potatoes(5) -certlink=obj_5429 - -// 5429 -[obj_5429] -certlink=obj_5428 -certtemplate=obj_799 - -// 5430 -[obj_5430] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Potatoes(6) -certlink=obj_5431 - -// 5431 -[obj_5431] -certlink=obj_5430 -certtemplate=obj_799 - -// 5432 -[obj_5432] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Potatoes(7) -certlink=obj_5433 - -// 5433 -[obj_5433] -certlink=obj_5432 -certtemplate=obj_799 - -// 5434 -[obj_5434] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Potatoes(8) -certlink=obj_5435 - -// 5435 -[obj_5435] -certlink=obj_5434 -certtemplate=obj_799 - -// 5436 -[obj_5436] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Potatoes(9) -certlink=obj_5437 - -// 5437 -[obj_5437] -certlink=obj_5436 -certtemplate=obj_799 - -// 5438 -[obj_5438] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Potatoes(10) -certlink=obj_5439 - -// 5439 -[obj_5439] -certlink=obj_5438 -certtemplate=obj_799 - -// 5440 -[obj_5440] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -ambient=15 -stockmarket=yes -name=Onions(1) -certlink=obj_5441 - -// 5441 -[obj_5441] -certlink=obj_5440 -certtemplate=obj_799 - -// 5442 -[obj_5442] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Onions(2) -certlink=obj_5443 - -// 5443 -[obj_5443] -certlink=obj_5442 -certtemplate=obj_799 - -// 5444 -[obj_5444] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Onions(3) -certlink=obj_5445 - -// 5445 -[obj_5445] -certlink=obj_5444 -certtemplate=obj_799 - -// 5446 -[obj_5446] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Onions(4) -certlink=obj_5447 - -// 5447 -[obj_5447] -certlink=obj_5446 -certtemplate=obj_799 - -// 5448 -[obj_5448] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Onions(5) -certlink=obj_5449 - -// 5449 -[obj_5449] -certlink=obj_5448 -certtemplate=obj_799 - -// 5450 -[obj_5450] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Onions(6) -certlink=obj_5451 - -// 5451 -[obj_5451] -certlink=obj_5450 -certtemplate=obj_799 - -// 5452 -[obj_5452] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Onions(7) -certlink=obj_5453 - -// 5453 -[obj_5453] -certlink=obj_5452 -certtemplate=obj_799 - -// 5454 -[obj_5454] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Onions(8) -certlink=obj_5455 - -// 5455 -[obj_5455] -certlink=obj_5454 -certtemplate=obj_799 - -// 5456 -[obj_5456] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Onions(9) -certlink=obj_5457 - -// 5457 -[obj_5457] -certlink=obj_5456 -certtemplate=obj_799 - -// 5458 -[obj_5458] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Onions(10) -certlink=obj_5459 - -// 5459 -[obj_5459] -certlink=obj_5458 -certtemplate=obj_799 - -// 5460 -[obj_5460] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -ambient=15 -stockmarket=yes -name=Cabbages(1) -certlink=obj_5461 - -// 5461 -[obj_5461] -certlink=obj_5460 -certtemplate=obj_799 - -// 5462 -[obj_5462] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Cabbages(2) -certlink=obj_5463 - -// 5463 -[obj_5463] -certlink=obj_5462 -certtemplate=obj_799 - -// 5464 -[obj_5464] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Cabbages(3) -certlink=obj_5465 - -// 5465 -[obj_5465] -certlink=obj_5464 -certtemplate=obj_799 - -// 5466 -[obj_5466] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Cabbages(4) -certlink=obj_5467 - -// 5467 -[obj_5467] -certlink=obj_5466 -certtemplate=obj_799 - -// 5468 -[obj_5468] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Cabbages(5) -certlink=obj_5469 - -// 5469 -[obj_5469] -certlink=obj_5468 -certtemplate=obj_799 - -// 5470 -[obj_5470] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Cabbages(6) -certlink=obj_5471 - -// 5471 -[obj_5471] -certlink=obj_5470 -certtemplate=obj_799 - -// 5472 -[obj_5472] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Cabbages(7) -certlink=obj_5473 - -// 5473 -[obj_5473] -certlink=obj_5472 -certtemplate=obj_799 - -// 5474 -[obj_5474] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Cabbages(8) -certlink=obj_5475 - -// 5475 -[obj_5475] -certlink=obj_5474 -certtemplate=obj_799 - -// 5476 -[obj_5476] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Cabbages(9) -certlink=obj_5477 - -// 5477 -[obj_5477] -certlink=obj_5476 -certtemplate=obj_799 - -// 5478 -[obj_5478] -model=model_7300 -2dyof=-4 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -ambient=15 -stockmarket=yes -name=Cabbages(10) -certlink=obj_5479 - -// 5479 -[obj_5479] -certlink=obj_5478 -certtemplate=obj_799 - -// 5480 -[obj_5480] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Apple seedling - -// 5481 -[obj_5481] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Banana seedling - -// 5482 -[obj_5482] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Orange seedling - -// 5483 -[obj_5483] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Curry seedling - -// 5484 -[obj_5484] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Pineapple seedling - -// 5485 -[obj_5485] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Papaya seedling - -// 5486 -[obj_5486] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Palm seedling - -// 5487 -[obj_5487] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Calquat seedling - -// 5488 -[obj_5488] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Apple seedling - -// 5489 -[obj_5489] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Banana seedling - -// 5490 -[obj_5490] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Orange seedling - -// 5491 -[obj_5491] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Curry seedling - -// 5492 -[obj_5492] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Pineapple seedling - -// 5493 -[obj_5493] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Papaya seedling - -// 5494 -[obj_5494] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Palm seedling - -// 5495 -[obj_5495] -model=model_7278 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Calquat seedling - -// 5496 -[obj_5496] -model=model_7280 -2dxof=-3 -2dyof=-10 -2dzoom=1830 -2dyan=1648 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Apple sapling - -// 5497 -[obj_5497] -model=model_7280 -2dxof=-3 -2dyof=-10 -2dzoom=1830 -2dyan=1648 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Banana sapling - -// 5498 -[obj_5498] -model=model_7280 -2dxof=-3 -2dyof=-10 -2dzoom=1830 -2dyan=1648 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Orange sapling - -// 5499 -[obj_5499] -model=model_7280 -2dxof=-3 -2dyof=-10 -2dzoom=1830 -2dyan=1648 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Curry sapling - -// 5500 -[obj_5500] -model=model_7280 -2dxof=-3 -2dyof=-10 -2dzoom=1830 -2dyan=1648 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Pineapple sapling - -// 5501 -[obj_5501] -model=model_7280 -2dxof=-3 -2dyof=-10 -2dzoom=1830 -2dyan=1648 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Papaya sapling - -// 5502 -[obj_5502] -model=model_7280 -2dxof=-3 -2dyof=-10 -2dzoom=1830 -2dyan=1648 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Palm sapling - -// 5503 -[obj_5503] -model=model_7280 -2dxof=-3 -2dyof=-10 -2dzoom=1830 -2dyan=1648 -2dxan=104 -members=yes -recol1s=8353 -recol1d=7296 -name=Calquat sapling - -// 5504 -[obj_5504] -model=model_7307 -2dzoom=520 -2dyan=76 -2dxan=128 -ambient=10 -members=yes -iop1=Eat -cost=17 -stockmarket=yes -name=Strawberry -certlink=obj_5505 - -// 5505 -[obj_5505] -certlink=obj_5504 -certtemplate=obj_799 - -// 5506 -[obj_5506] -model=model_7129 -members=yes -2dyof=73 -2dzoom=1230 -2dyan=12 -2dxan=288 -iop1=Read -name=Old man's message - -// 5507 -[obj_5507] -model=model_2633 -2dxof=1 -2dyof=22 -2dzoom=860 -2dyan=120 -2dxan=276 -iop1=Read -recol1s=13504 -recol1d=12579 -name=Strange book - -// 5508 -[obj_5508] -model=model_2633 -2dxof=1 -2dyof=22 -2dzoom=860 -2dyan=120 -2dxan=276 -iop1=Read -recol1s=13504 -recol1d=7395 -name=Book of folklore - -// 5509 -[obj_5509] -cost=150 -members=yes -model=model_7510 -2dzoom=520 -2dyan=108 -2dxan=216 -iop1=Fill -iop2=Empty -iop3=Check -name=Small pouch - -// 5510 -[obj_5510] -cost=300 -members=yes -model=model_7507 -2dzoom=650 -2dyan=64 -2dxan=188 -iop1=Fill -iop2=Empty -iop3=Check -name=Medium pouch - -// 5511 -[obj_5511] -cost=300 -members=yes -model=model_7507 -2dzoom=650 -2dyan=64 -2dxan=188 -iop1=Fill -iop2=Empty -iop3=Check -recol1s=10501 -recol1d=6308 -recol2s=14727 -recol2d=11524 -recol3s=15820 -recol3d=11624 -recol4s=6273 -recol4d=4224 -name=Medium pouch - -// 5512 -[obj_5512] -cost=600 -members=yes -model=model_7509 -2dyof=2 -2dzoom=760 -2dyan=96 -2dxan=132 -iop1=Fill -iop2=Empty -iop3=Check -name=Large pouch - -// 5513 -[obj_5513] -cost=600 -members=yes -model=model_7509 -2dyof=2 -2dzoom=760 -2dyan=96 -2dxan=132 -iop1=Fill -iop2=Empty -iop3=Check -recol1s=10501 -recol1d=6308 -recol2s=14727 -recol2d=11524 -recol3s=15820 -recol3d=11624 -recol4s=6273 -recol4d=4224 -name=Large pouch - -// 5514 -[obj_5514] -cost=1200 -members=yes -model=model_7508 -2dzoom=760 -2dxan=128 -iop1=Fill -iop2=Empty -iop3=Check -name=Giant pouch - -// 5515 -[obj_5515] -cost=1200 -members=yes -model=model_7508 -2dzoom=760 -2dxan=128 -iop1=Fill -iop2=Empty -iop3=Check -recol1s=10501 -recol1d=6308 -recol2s=14727 -recol2d=11524 -recol3s=15820 -recol3d=11624 -recol4s=6273 -recol4d=4224 -name=Giant pouch - -// 5516 -[obj_5516] -cost=500 -model=model_7519 -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -iop4=Locate -members=yes -stockmarket=yes -recol1s=16846 -recol1d=17440 -name=Elemental talisman -certlink=obj_5517 - -// 5517 -[obj_5517] -certlink=obj_5516 -certtemplate=obj_799 - -// 5518 -[obj_5518] -2dyof=-1 -2dzoom=540 -model=model_7512 -members=yes -name=Scrying orb - -// 5519 -[obj_5519] -2dyof=-1 -2dzoom=540 -model=model_7511 -members=yes -name=Scrying orb - -// 5520 -[obj_5520] -cost=10 -model=model_6743 -members=yes -2dyof=26 -2dzoom=750 -2dyan=124 -2dxan=276 -iop1=Read -recol1s=32759 -recol1d=12704 -recol2s=32576 -recol2d=13410 -recol3s=23744 -recol3d=28802 -name=Abyssal book - -// 5521 -[obj_5521] -cost=1425 -model=model_7515 -members=yes -2dyof=60 -2dzoom=510 -2dyan=48 -2dxan=292 -iop2=Wear -manwear=model_6850 -womanwear=model_6852 -stockmarket=yes -name=Binding necklace -certlink=obj_5522 - -// 5522 -[obj_5522] -certlink=obj_5521 -certtemplate=obj_799 - -// 5523 -[obj_5523] -model=model_7533 -2dzoom=700 -2dyan=1024 -2dxan=400 -cost=100 -stockmarket=yes -name=Tiara mould -certlink=obj_5524 - -// 5524 -[obj_5524] -certlink=obj_5523 -certtemplate=obj_799 - -// 5525 -[obj_5525] -model=model_7522 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7479 -womanwear=model_7493 -womanhead=model_38792 -manhead=model_39515 -cost=100 -stockmarket=yes -name=Tiara -certlink=obj_5526 - -// 5526 -[obj_5526] -certlink=obj_5525 -certtemplate=obj_799 - -// 5527 -[obj_5527] -model=model_7523 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7480 -womanwear=model_7494 -manhead=model_39370 -womanhead=model_38846 -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=28341 -name=Air tiara -certlink=obj_5528 - -// 5528 -[obj_5528] -certlink=obj_5527 -certtemplate=obj_799 - -// 5529 -[obj_5529] -model=model_7532 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7489 -womanwear=model_7503 -manhead=model_39472 -womanhead=model_38772 -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=27316 -name=Mind tiara -certlink=obj_5530 - -// 5530 -[obj_5530] -certlink=obj_5529 -certtemplate=obj_799 - -// 5531 -[obj_5531] -model=model_7536 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7492 -womanwear=model_7506 -manhead=model_39425 -womanhead=model_38834 -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=21176 -name=Water tiara -certlink=obj_5532 - -// 5532 -[obj_5532] -certlink=obj_5531 -certtemplate=obj_799 - -// 5533 -[obj_5533] -model=model_7525 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7482 -womanwear=model_7496 -manhead=model_39555 -womanhead=model_38765 -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=21074 -name=Body tiara -certlink=obj_5534 - -// 5534 -[obj_5534] -certlink=obj_5533 -certtemplate=obj_799 - -// 5535 -[obj_5535] -model=model_7529 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7486 -womanwear=model_7500 -manhead=model_39403 -womanhead=model_38738 -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=22130 -name=Earth tiara -certlink=obj_5536 - -// 5536 -[obj_5536] -certlink=obj_5535 -certtemplate=obj_799 - -// 5537 -[obj_5537] -model=model_7530 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7487 -womanwear=model_7501 -manhead=model_39436 -womanhead=model_38819 -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=24179 -name=Fire tiara -certlink=obj_5538 - -// 5538 -[obj_5538] -certlink=obj_5537 -certtemplate=obj_799 - -// 5539 -[obj_5539] -model=model_7527 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7484 -womanwear=model_7498 -manhead=model_39520 -womanhead=model_38856 -members=yes -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=23252 -name=Cosmic tiara -certlink=obj_5540 - -// 5540 -[obj_5540] -certlink=obj_5539 -certtemplate=obj_799 - -// 5541 -[obj_5541] -model=model_7534 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7490 -womanwear=model_7504 -manhead=model_39500 -womanhead=model_38840 -members=yes -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=21204 -name=Nature tiara -certlink=obj_5542 - -// 5542 -[obj_5542] -certlink=obj_5541 -certtemplate=obj_799 - -// 5543 -[obj_5543] -model=model_7526 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7483 -womanwear=model_7497 -manhead=model_39420 -womanhead=model_39420 -members=yes -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=24243 -name=Chaos tiara -certlink=obj_5544 - -// 5544 -[obj_5544] -certlink=obj_5543 -certtemplate=obj_799 - -// 5545 -[obj_5545] -model=model_7531 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7488 -womanwear=model_7502 -manhead=model_39480 -womanhead=model_38806 -members=yes -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=22199 -name=Law tiara -certlink=obj_5546 - -// 5546 -[obj_5546] -certlink=obj_5545 -certtemplate=obj_799 - -// 5547 -[obj_5547] -model=model_7528 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7485 -womanwear=model_7499 -manhead=model_39535 -womanhead=model_39535 -members=yes -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=21137 -name=Death tiara -certlink=obj_5548 - -// 5548 -[obj_5548] -certlink=obj_5547 -certtemplate=obj_799 - -// 5549 -[obj_5549] -model=model_7524 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7481 -womanwear=model_7495 -manhead=model_39348 -womanhead=model_38832 -members=yes -cost=100 -stockmarket=yes -recol1s=22198 -recol1d=25270 -name=Blood tiara -certlink=obj_5550 - -// 5550 -[obj_5550] -certlink=obj_5549 -certtemplate=obj_799 - -// 5551 -[obj_5551] -model=model_7535 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7491 -womanwear=model_7505 -manhead=model_39513 -womanhead=model_38853 -members=yes -cost=100 -recol1s=22198 -recol1d=25272 -name=Soul tiara -certlink=obj_5552 - -// 5552 -[obj_5552] -certlink=obj_5551 -certtemplate=obj_799 - -// 5553 -[obj_5553] -model=model_7552 -iop2=Wear -members=yes -manwear=model_7610 -manwear2=model_7605 -womanwear=model_7617 -womanwear2=model_7612 -2dyof=16 -2dzoom=1300 -2dyan=212 -2dxan=364 -cost=625 -name=Rogue top - -// 5554 -[obj_5554] -model=model_7550 -iop2=Wear -members=yes -manwear=model_7608 -womanwear=model_7615 -manhead=model_39587 -womanhead=model_39159 -2dzoom=730 -2dyan=232 -2dxan=348 -cost=375 -name=Rogue mask - -// 5555 -[obj_5555] -model=model_7551 -iop2=Wear -members=yes -manwear=model_7609 -womanwear=model_7616 -2dyof=4 -2dzoom=1140 -2dyan=2036 -2dxan=388 -cost=500 -name=Rogue trousers - -// 5556 -[obj_5556] -model=model_7549 -iop2=Wear -members=yes -manwear=model_7606 -womanwear=model_7613 -2dxof=3 -2dyof=7 -2dzoom=740 -2dyan=60 -2dxan=376 -cost=250 -name=Rogue gloves - -// 5557 -[obj_5557] -model=model_7548 -iop2=Wear -members=yes -manwear=model_7607 -womanwear=model_7614 -2dzoom=870 -2dyan=204 -2dxan=184 -cost=250 -name=Rogue boots - -// 5558 -[obj_5558] -model=model_7553 -2dxof=2 -2dyof=15 -2dzoom=690 -2dyan=328 -2dxan=304 -members=yes -stackable=yes -iop1=Build -cost=50 -name=Rogue kit - -// 5559 -[obj_5559] -model=model_7547 -2dyof=5 -2dzoom=740 -2dyan=260 -2dxan=124 -members=yes -stackable=yes -name=Flash powder - -// 5560 -[obj_5560] -model=model_7554 -manwear=model_7618 -womanwear=model_7618 -members=yes -2dzoom=690 -2dyan=1760 -2dxan=244 -cost=10 -name=Stethoscope -womanwearoff=3,-11,6 - -// 5561 -[obj_5561] -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -manwear=model_516 -womanwear=model_516 -members=yes -iop1=Activate -recol1s=32271 -recol1d=30208 -recol2s=17440 -recol2d=30208 -recol3s=11296 -recol3d=30208 -name=Mystic jewel -womanwearoff=3,-11,6 - -// 5562 -[obj_5562] -model=model_7537 -2dxof=-1 -2dyof=-1 -2dzoom=790 -2dxan=396 -members=yes -name=Picture - -// 5563 -[obj_5563] -model=model_7538 -2dzoom=850 -2dxan=524 -members=yes -name=Picture - -// 5564 -[obj_5564] -model=model_7539 -2dzoom=960 -2dxan=528 -members=yes -name=Picture - -// 5565 -[obj_5565] -model=model_7540 -2dzoom=960 -2dxan=344 -members=yes -name=Picture - -// 5566 -[obj_5566] -model=model_7541 -2dzoom=850 -2dxan=480 -members=yes -name=Picture - -// 5567 -[obj_5567] -model=model_7542 -2dzoom=850 -2dxan=480 -members=yes -name=Picture - -// 5568 -[obj_5568] -model=model_7543 -2dyof=3 -2dzoom=790 -2dxan=423 -members=yes -name=Picture - -// 5569 -[obj_5569] -model=model_7544 -2dyof=3 -2dzoom=790 -2dxan=424 -members=yes -name=Picture - -// 5570 -[obj_5570] -model=model_7545 -2dyof=3 -2dzoom=790 -2dxan=423 -members=yes -name=Picture - -// 5571 -[obj_5571] -model=model_7546 -2dyof=3 -2dzoom=790 -2dxan=424 -members=yes -name=Picture - -// 5572 -[obj_5572] -model=model_7555 -dummyitem=1 -members=yes -name=Dial - -// 5573 -[obj_5573] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 5574 -[obj_5574] -cost=6000 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=15392 -recol2d=32453 -name=Initiate sallet -certlink=obj_5611 - -// 5575 -[obj_5575] -cost=10000 -model=model_2378 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -members=yes -stockmarket=yes -recol1s=6342 -recol1d=32453 -recol2s=16846 -recol2d=28341 -recol3s=11561 -recol3d=22131 -name=Initiate hauberk -certlink=obj_5612 - -// 5576 -[obj_5576] -cost=8000 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=11561 -recol2d=22131 -recol3s=15789 -recol3d=32453 -name=Initiate cuisse -certlink=obj_5613 - -// 5577 -[obj_5577] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=20371 -name=Cupric sulphate - -// 5578 -[obj_5578] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=15782 -name=Acetic acid - -// 5579 -[obj_5579] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=23188 -name=Gypsum - -// 5580 -[obj_5580] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=32766 -name=Sodium chloride - -// 5581 -[obj_5581] -model=model_2747 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Open -name=Nitrous oxide - -// 5582 -[obj_5582] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=18011 -name=Vial of liquid - -// 5583 -[obj_5583] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=15789 -name=Tin ore powder - -// 5584 -[obj_5584] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=30150 -name=Cupric ore powder - -// 5585 -[obj_5585] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -recol1s=32480 -recol1d=26050 -name=Bronze key - -// 5586 -[obj_5586] -model=model_7673 -2dxof=-1 -2dyof=15 -2dzoom=1650 -2dyan=1468 -2dxan=304 -members=yes -name=Metal spade - -// 5587 -[obj_5587] -model=model_7674 -2dxof=-1 -2dyof=15 -2dzoom=1650 -2dyan=1468 -2dxan=304 -members=yes -name=Metal spade - -// 5588 -[obj_5588] -iop1=Read -members=yes -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -recol1s=13504 -recol1d=22192 -recol2s=32759 -recol2d=32752 -recol3s=21120 -recol3d=20677 -recol4s=16846 -recol4d=20677 -name=Alchemical notes - -// 5589 -[obj_5589] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=20371 -name=??? mixture - -// 5590 -[obj_5590] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=20371 -name=??? mixture - -// 5591 -[obj_5591] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -recol1s=16846 -recol1d=20371 -name=??? mixture - -// 5592 -[obj_5592] -model=model_2596 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=10 -members=yes -name=Tin - -// 5593 -[obj_5593] -model=model_2465 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=20 -members=yes -name=Tin - -// 5594 -[obj_5594] -model=model_2465 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=20 -members=yes -name=Tin - -// 5595 -[obj_5595] -model=model_2465 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=20 -members=yes -name=Tin - -// 5596 -[obj_5596] -model=model_2465 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=20 -members=yes -name=Tin - -// 5597 -[obj_5597] -model=model_2465 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=20 -members=yes -name=Tin - -// 5598 -[obj_5598] -model=model_2465 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=20 -members=yes -name=Tin - -// 5599 -[obj_5599] -model=model_2465 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=20 -members=yes -recol1s=32629 -recol1d=3268 -name=Tin - -// 5600 -[obj_5600] -model=model_2596 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=20 -members=yes -recol1s=32629 -recol1d=3268 -name=Tin - -// 5601 -[obj_5601] -model=model_2489 -2dxof=-2 -2dyof=8 -2dzoom=860 -2dyan=1928 -2dxan=404 -members=yes -name=Chisel - -// 5602 -[obj_5602] -cost=20 -model=model_2715 -2dyof=4 -2dzoom=1110 -2dyan=132 -2dxan=332 -members=yes -name=Bronze wire - -// 5603 -[obj_5603] -model=model_2620 -manwear=model_525 -womanwear=model_525 -2dyof=15 -2dzoom=710 -2dyan=136 -2dxan=300 -members=yes -name=Shears -womanwearoff=3,-11,6 - -// 5604 -[obj_5604] -cost=3 -model=model_7672 -2dyof=6 -2dzoom=950 -2dyan=160 -2dxan=308 -members=yes -name=Magnet - -// 5605 -[obj_5605] -cost=6 -model=model_2559 -2dxof=-11 -2dyof=-4 -2dzoom=580 -2dyan=1260 -2dxan=444 -members=yes -name=Knife - -// 5606 -[obj_5606] -model=model_3663 -cost=1 -2dzoom=1160 -2dyan=1888 -2dzan=8 -2dxan=308 -recol1s=23686 -recol1d=15411 -recol2s=21069 -recol2d=32652 -recol3s=24206 -recol3d=1414 -name=Makeover voucher - -// 5607 -[obj_5607] -model=model_7702 -manwear=model_7122 -womanwear=model_7122 -2dzoom=2280 -2dyan=112 -2dxan=64 -iop2=Wear -members=yes -ambient=20 -name=Grain - -// 5608 -[obj_5608] -model=model_7697 -manwear=model_7721 -womanwear=model_7721 -2dxof=-9 -2dyof=-8 -2dzoom=2080 -2dyan=252 -2dxan=56 -iop2=Wear -members=yes -ambient=60 -name=Fox -womanwearoff=3,-11,6 - -// 5609 -[obj_5609] -model=model_7684 -2dxof=1 -2dyof=-5 -2dzoom=990 -2dyan=1772 -2dxan=68 -iop2=Wear -manwear=model_6853 -womanwear=model_6853 -members=yes -ambient=10 -name=Chicken -womanwearoff=3,-11,6 - -// 5610 -[obj_5610] -model=model_7671 -2dxof=1 -2dyof=2 -2dzoom=690 -2dyan=60 -2dxan=112 -ambient=30 -members=yes -name=Hourglass - -// 5611 -[obj_5611] -certlink=obj_5574 -certtemplate=obj_799 - -// 5612 -[obj_5612] -certlink=obj_5575 -certtemplate=obj_799 - -// 5613 -[obj_5613] -certlink=obj_5576 -certtemplate=obj_799 - -// 5614 -[obj_5614] -model=model_2559 -manwear=model_7733 -womanwear=model_7733 -ambient=-50 -contrast=-50 -members=yes -name=Magic carpet - -// 5615 -[obj_5615] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=20017 -name=Bonemeal - -// 5616 -[obj_5616] -members=yes -cost=1 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_900,2 -count2=obj_899,3 -count3=obj_898,4 -count4=obj_901,5 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=15936 -name=Bronze arrow(p+) - -// 5617 -[obj_5617] -members=yes -cost=3 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_908,2 -count2=obj_907,3 -count3=obj_906,4 -count4=obj_909,5 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=15936 -name=Iron arrow(p+) - -// 5618 -[obj_5618] -members=yes -cost=12 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_916,2 -count2=obj_915,3 -count3=obj_914,4 -count4=obj_917,5 -stockmarket=yes -recol1s=15789 -recol1d=15936 -name=Steel arrow(p+) - -// 5619 -[obj_5619] -members=yes -cost=32 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_924,2 -count2=obj_923,3 -count3=obj_922,4 -count4=obj_925,5 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=15936 -name=Mithril arrow(p+) - -// 5620 -[obj_5620] -members=yes -cost=80 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_932,2 -count2=obj_931,3 -count3=obj_930,4 -count4=obj_933,5 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=15936 -name=Adamant arrow(p+) - -// 5621 -[obj_5621] -members=yes -cost=400 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_940,2 -count2=obj_939,3 -count3=obj_938,4 -count4=obj_941,5 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=15936 -name=Rune arrow(p+) - -// 5622 -[obj_5622] -members=yes -cost=1 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_900,2 -count2=obj_899,3 -count3=obj_898,4 -count4=obj_901,5 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=15936 -name=Bronze arrow(p++) - -// 5623 -[obj_5623] -members=yes -cost=3 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_908,2 -count2=obj_907,3 -count3=obj_906,4 -count4=obj_909,5 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=15936 -name=Iron arrow(p++) - -// 5624 -[obj_5624] -members=yes -cost=12 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_916,2 -count2=obj_915,3 -count3=obj_914,4 -count4=obj_917,5 -stockmarket=yes -recol1s=15789 -recol1d=15936 -name=Steel arrow(p++) - -// 5625 -[obj_5625] -members=yes -cost=32 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_924,2 -count2=obj_923,3 -count3=obj_922,4 -count4=obj_925,5 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=15936 -name=Mithril arrow(p++) - -// 5626 -[obj_5626] -members=yes -cost=80 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_932,2 -count2=obj_931,3 -count3=obj_930,4 -count4=obj_933,5 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=15936 -name=Adamant arrow(p++) - -// 5627 -[obj_5627] -members=yes -cost=400 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_940,2 -count2=obj_939,3 -count3=obj_938,4 -count4=obj_941,5 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=15936 -name=Rune arrow(p++) - -// 5628 -[obj_5628] -stackable=yes -members=yes -cost=1 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=8354 -recol2s=15789 -recol2d=15936 -recol3s=1922 -recol3d=15936 -name=Bronze dart(p+) -womanwearoff=3,-11,6 - -// 5629 -[obj_5629] -stackable=yes -members=yes -cost=2 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=8456 -recol2s=1922 -recol2d=15936 -name=Iron dart(p+) -womanwearoff=3,-11,6 - -// 5630 -[obj_5630] -stackable=yes -members=yes -cost=10 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=16846 -recol2s=1922 -recol2d=15936 -name=Steel dart(p+) -womanwearoff=3,-11,6 - -// 5631 -[obj_5631] -stackable=yes -members=yes -cost=18 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=0 -recol2s=1922 -recol2d=15936 -name=Black dart(p+) -womanwearoff=3,-11,6 - -// 5632 -[obj_5632] -stackable=yes -members=yes -cost=25 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6346 -recol2s=1922 -recol2d=15936 -name=Mithril dart(p+) -womanwearoff=3,-11,6 - -// 5633 -[obj_5633] -stackable=yes -members=yes -cost=65 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6438 -recol2s=1922 -recol2d=15936 -name=Adamant dart(p+) -womanwearoff=3,-11,6 - -// 5634 -[obj_5634] -stackable=yes -members=yes -cost=350 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6476 -recol2s=1922 -recol2d=15936 -name=Rune dart(p+) -womanwearoff=3,-11,6 - -// 5635 -[obj_5635] -stackable=yes -members=yes -cost=1 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=8354 -recol2s=15789 -recol2d=15936 -recol3s=1922 -recol3d=15936 -name=Bronze dart(p++) -womanwearoff=3,-11,6 - -// 5636 -[obj_5636] -stackable=yes -members=yes -cost=2 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=8456 -recol2s=1922 -recol2d=15936 -name=Iron dart(p++) -womanwearoff=3,-11,6 - -// 5637 -[obj_5637] -stackable=yes -members=yes -cost=10 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=16846 -recol2s=1922 -recol2d=15936 -name=Steel dart(p++) -womanwearoff=3,-11,6 - -// 5638 -[obj_5638] -stackable=yes -members=yes -cost=18 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=0 -recol2s=1922 -recol2d=15936 -name=Black dart(p++) -womanwearoff=3,-11,6 - -// 5639 -[obj_5639] -stackable=yes -members=yes -cost=25 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6346 -recol2s=1922 -recol2d=15936 -name=Mithril dart(p++) -womanwearoff=3,-11,6 - -// 5640 -[obj_5640] -stackable=yes -members=yes -cost=65 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6438 -recol2s=1922 -recol2d=15936 -name=Adamant dart(p++) -womanwearoff=3,-11,6 - -// 5641 -[obj_5641] -stackable=yes -members=yes -cost=350 -model=model_2454 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_500 -womanwear=model_500 -iop2=Wield -stockmarket=yes -recol1s=22131 -recol1d=6476 -recol2s=1922 -recol2d=15936 -name=Rune dart(p++) -womanwearoff=3,-11,6 - -// 5642 -[obj_5642] -cost=4 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze javelin(p+) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5643 -[obj_5643] -cost=6 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron javelin(p+) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5644 -[obj_5644] -cost=24 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -name=Steel javelin(p+) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5645 -[obj_5645] -cost=64 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril javelin(p+) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5646 -[obj_5646] -cost=160 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant javelin(p+) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5647 -[obj_5647] -cost=400 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune javelin(p+) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5648 -[obj_5648] -cost=4 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Bronze jav'n(p++) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5649 -[obj_5649] -cost=6 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=8456 -name=Iron javelin(p++) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5650 -[obj_5650] -cost=24 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -name=Steel javelin(p++) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5651 -[obj_5651] -cost=64 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6346 -name=Mithril javelin(p++) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5652 -[obj_5652] -cost=160 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6438 -name=Adamant javelin(p++) -manwearoff=0,-9,0 -womanwearoff=3,-19,6 - -// 5653 -[obj_5653] -cost=400 -iop2=Wield -manwear=model_547 -womanwear=model_547 -model=model_2763 -2dxof=-2 -2dyof=63 -2dzoom=1470 -2dyan=1964 -2dxan=268 -stackable=yes -members=yes -stockmarket=yes -recol1s=16846 -recol1d=6476 -name=Rune javelin(p++) -manwearoff=0,-9,0 -womanwearoff=3,-19,66 - -// 5654 -[obj_5654] -members=yes -cost=1 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=15936 -name=Bronze knife(p+) -womanwearoff=3,-11,6 - -// 5655 -[obj_5655] -members=yes -cost=3 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6342 -recol2s=15789 -recol2d=15936 -name=Iron knife(p+) -womanwearoff=3,-11,6 - -// 5656 -[obj_5656] -members=yes -cost=10 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=15789 -recol1d=15936 -name=Steel knife(p+) -womanwearoff=3,-11,6 - -// 5657 -[obj_5657] -members=yes -cost=27 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=15936 -name=Mithril knife(p+) -womanwearoff=3,-11,6 - -// 5658 -[obj_5658] -members=yes -cost=18 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=15789 -recol2d=15936 -name=Black knife(p+) -womanwearoff=3,-11,6 - -// 5659 -[obj_5659] -members=yes -cost=66 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=15936 -name=Adamant knife(p+) -womanwearoff=3,-11,6 - -// 5660 -[obj_5660] -members=yes -cost=166 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=15936 -name=Rune knife(p+) -womanwearoff=3,-11,6 - -// 5661 -[obj_5661] -members=yes -cost=1 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=15936 -name=Bronze knife(p++) -womanwearoff=3,-11,6 - -// 5662 -[obj_5662] -members=yes -cost=3 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6342 -recol2s=15789 -recol2d=15936 -name=Iron knife(p++) -womanwearoff=3,-11,6 - -// 5663 -[obj_5663] -members=yes -cost=10 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=15789 -recol1d=15936 -name=Steel knife(p++) -womanwearoff=3,-11,6 - -// 5664 -[obj_5664] -members=yes -cost=27 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=15936 -name=Mithril knife(p++) -womanwearoff=3,-11,6 - -// 5665 -[obj_5665] -members=yes -cost=18 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=15789 -recol2d=15936 -name=Black knife(p++) -womanwearoff=3,-11,6 - -// 5666 -[obj_5666] -members=yes -cost=66 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=15936 -name=Adamant knife(p++) -womanwearoff=3,-11,6 - -// 5667 -[obj_5667] -members=yes -cost=166 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=15936 -name=Rune knife(p++) -womanwearoff=3,-11,6 - -// 5668 -[obj_5668] -members=yes -model=model_2478 -cost=35 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=10504 -recol2d=5285 -recol3s=20017 -recol3d=8456 -recol4s=28407 -recol4d=12618 -recol5s=1922 -recol5d=15936 -name=Iron dagger(p+) -womanwearoff=3,-11,6 -certlink=obj_5669 - -// 5669 -[obj_5669] -certlink=obj_5668 -certtemplate=obj_799 - -// 5670 -[obj_5670] -members=yes -model=model_2478 -cost=10 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=10504 -recol2d=5184 -recol3s=20017 -recol3d=8354 -recol4s=28407 -recol4d=11493 -recol5s=1922 -recol5d=15936 -name=Bronze dagger(p+) -womanwearoff=3,-11,6 -certlink=obj_5671 - -// 5671 -[obj_5671] -certlink=obj_5670 -certtemplate=obj_799 - -// 5672 -[obj_5672] -members=yes -model=model_2478 -cost=125 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=1922 -recol1d=15936 -name=Steel dagger(p+) -womanwearoff=3,-11,6 -certlink=obj_5673 - -// 5673 -[obj_5673] -certlink=obj_5672 -certtemplate=obj_799 - -// 5674 -[obj_5674] -members=yes -model=model_2478 -cost=325 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=10504 -recol2d=3175 -recol3s=20017 -recol3d=6346 -recol4s=28407 -recol4d=9517 -recol5s=1922 -recol5d=15936 -name=Mithril dagger(p+) -womanwearoff=3,-11,6 -certlink=obj_5675 - -// 5675 -[obj_5675] -certlink=obj_5674 -certtemplate=obj_799 - -// 5676 -[obj_5676] -members=yes -model=model_2478 -cost=800 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=10504 -recol2d=3267 -recol3s=20017 -recol3d=6438 -recol4s=28407 -recol4d=9609 -recol5s=1922 -recol5d=15936 -name=Adamant dagger(p+) -womanwearoff=3,-11,6 -certlink=obj_5677 - -// 5677 -[obj_5677] -certlink=obj_5676 -certtemplate=obj_799 - -// 5678 -[obj_5678] -members=yes -model=model_2478 -cost=8000 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=10504 -recol2d=3305 -recol3s=20017 -recol3d=6476 -recol4s=28407 -recol4d=9647 -recol5s=1922 -recol5d=15936 -name=Rune dagger(p+) -womanwearoff=3,-11,6 -certlink=obj_5679 -lentlink=obj_13767 - -// 5679 -[obj_5679] -certlink=obj_5678 -certtemplate=obj_799 - -// 5680 -[obj_5680] -members=yes -model=model_2718 -cost=24000 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_539 -womanwear=model_539 -stockmarket=yes -name=Dragon dagger(p+) -womanwearoff=3,-11,6 -certlink=obj_5681 -lentlink=obj_13467 - -// 5681 -[obj_5681] -certlink=obj_5680 -certtemplate=obj_799 - -// 5682 -[obj_5682] -members=yes -model=model_2478 -cost=240 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=10504 -recol2d=2112 -recol3s=20017 -recol3d=0 -recol4s=28407 -recol4d=6340 -recol5s=1922 -recol5d=15936 -name=Black dagger(p+) -womanwearoff=3,-11,6 -certlink=obj_5683 - -// 5683 -[obj_5683] -certlink=obj_5682 -certtemplate=obj_799 - -// 5684 -[obj_5684] -members=yes -model=model_2478 -cost=565 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -name=Poison dagger(p+) -womanwearoff=3,-11,6 -certlink=obj_5685 - -// 5685 -[obj_5685] -certlink=obj_5684 -certtemplate=obj_799 - -// 5686 -[obj_5686] -members=yes -model=model_2478 -cost=35 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=8456 -recol2s=10504 -recol2d=5285 -recol3s=20017 -recol3d=8456 -recol4s=28407 -recol4d=12618 -recol5s=1922 -recol5d=15936 -name=Iron dagger(p++) -womanwearoff=3,-11,6 -certlink=obj_5687 - -// 5687 -[obj_5687] -certlink=obj_5686 -certtemplate=obj_799 - -// 5688 -[obj_5688] -members=yes -model=model_2478 -cost=10 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=10504 -recol2d=5184 -recol3s=20017 -recol3d=8354 -recol4s=28407 -recol4d=11493 -recol5s=1922 -recol5d=15936 -name=Br'ze dagger(p++) -womanwearoff=3,-11,6 -certlink=obj_5689 - -// 5689 -[obj_5689] -certlink=obj_5688 -certtemplate=obj_799 - -// 5690 -[obj_5690] -members=yes -model=model_2478 -cost=125 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=1922 -recol1d=15936 -name=Steel dagger(p++) -womanwearoff=3,-11,6 -certlink=obj_5691 - -// 5691 -[obj_5691] -certlink=obj_5690 -certtemplate=obj_799 - -// 5692 -[obj_5692] -members=yes -model=model_2478 -cost=325 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=6346 -recol2s=10504 -recol2d=3175 -recol3s=20017 -recol3d=6346 -recol4s=28407 -recol4d=9517 -recol5s=1922 -recol5d=15936 -name=Mithril dagger(p++) -womanwearoff=3,-11,6 -certlink=obj_5693 - -// 5693 -[obj_5693] -certlink=obj_5692 -certtemplate=obj_799 - -// 5694 -[obj_5694] -members=yes -model=model_2478 -cost=800 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=10504 -recol2d=3267 -recol3s=20017 -recol3d=6438 -recol4s=28407 -recol4d=9609 -recol5s=1922 -recol5d=15936 -name=Adamant dagger(p++) -womanwearoff=3,-11,6 -certlink=obj_5695 - -// 5695 -[obj_5695] -certlink=obj_5694 -certtemplate=obj_799 - -// 5696 -[obj_5696] -members=yes -model=model_2478 -cost=8000 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=10504 -recol2d=3305 -recol3s=20017 -recol3d=6476 -recol4s=28407 -recol4d=9647 -recol5s=1922 -recol5d=15936 -name=Rune dagger(p++) -womanwearoff=3,-11,6 -certlink=obj_5697 -lentlink=obj_13768 - -// 5697 -[obj_5697] -certlink=obj_5696 -certtemplate=obj_799 - -// 5698 -[obj_5698] -members=yes -model=model_2718 -cost=24000 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_539 -womanwear=model_539 -stockmarket=yes -name=Dragon dagger(p++) -womanwearoff=3,-11,6 -certlink=obj_5699 -lentlink=obj_13468 - -// 5699 -[obj_5699] -certlink=obj_5698 -certtemplate=obj_799 - -// 5700 -[obj_5700] -members=yes -model=model_2478 -cost=240 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=16846 -recol1d=2114 -recol2s=10504 -recol2d=2112 -recol3s=20017 -recol3d=0 -recol4s=28407 -recol4d=6340 -recol5s=1922 -recol5d=15936 -name=Black dagger(p++) -womanwearoff=3,-11,6 -certlink=obj_5701 - -// 5701 -[obj_5701] -certlink=obj_5700 -certtemplate=obj_799 - -// 5702 -[obj_5702] -members=yes -model=model_2478 -cost=565 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -name=Poison dagger(p++) -womanwearoff=3,-11,6 -certlink=obj_5703 - -// 5703 -[obj_5703] -certlink=obj_5702 -certtemplate=obj_799 - -// 5704 -[obj_5704] -members=yes -cost=26 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Bronze spear(p+) -womanwearoff=3,-11,6 -certlink=obj_5705 - -// 5705 -[obj_5705] -certlink=obj_5704 -certtemplate=obj_799 - -// 5706 -[obj_5706] -members=yes -cost=91 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Iron spear(p+) -womanwearoff=3,-11,6 -certlink=obj_5707 - -// 5707 -[obj_5707] -certlink=obj_5706 -certtemplate=obj_799 - -// 5708 -[obj_5708] -members=yes -cost=325 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Steel spear(p+) -womanwearoff=3,-11,6 -certlink=obj_5709 - -// 5709 -[obj_5709] -certlink=obj_5708 -certtemplate=obj_799 - -// 5710 -[obj_5710] -members=yes -cost=845 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Mithril spear(p+) -womanwearoff=3,-11,6 -certlink=obj_5711 - -// 5711 -[obj_5711] -certlink=obj_5710 -certtemplate=obj_799 - -// 5712 -[obj_5712] -members=yes -cost=2080 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Adamant spear(p+) -womanwearoff=3,-11,6 -certlink=obj_5713 - -// 5713 -[obj_5713] -certlink=obj_5712 -certtemplate=obj_799 - -// 5714 -[obj_5714] -members=yes -cost=20800 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Rune spear(p+) -womanwearoff=3,-11,6 -certlink=obj_5715 -lentlink=obj_13773 - -// 5715 -[obj_5715] -certlink=obj_5714 -certtemplate=obj_799 - -// 5716 -[obj_5716] -members=yes -cost=62400 -model=model_2482 -iop2=Wield -manwear=model_505 -womanwear=model_505 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=1890 -recol1d=15936 -name=Dragon spear(p+) -womanwearoff=3,-11,6 -certlink=obj_5717 -lentlink=obj_13774 - -// 5717 -[obj_5717] -certlink=obj_5716 -certtemplate=obj_799 - -// 5718 -[obj_5718] -members=yes -cost=26 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Bronze spear(p++) -womanwearoff=3,-11,6 -certlink=obj_5719 - -// 5719 -[obj_5719] -certlink=obj_5718 -certtemplate=obj_799 - -// 5720 -[obj_5720] -members=yes -cost=91 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Iron spear(p++) -womanwearoff=3,-11,6 -certlink=obj_5721 - -// 5721 -[obj_5721] -certlink=obj_5720 -certtemplate=obj_799 - -// 5722 -[obj_5722] -members=yes -cost=325 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Steel spear(p++) -womanwearoff=3,-11,6 -certlink=obj_5723 - -// 5723 -[obj_5723] -certlink=obj_5722 -certtemplate=obj_799 - -// 5724 -[obj_5724] -members=yes -cost=845 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Mithril spear(p++) -womanwearoff=3,-11,6 -certlink=obj_5725 - -// 5725 -[obj_5725] -certlink=obj_5724 -certtemplate=obj_799 - -// 5726 -[obj_5726] -members=yes -cost=2080 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Adamant spear(p++) -womanwearoff=3,-11,6 -certlink=obj_5727 - -// 5727 -[obj_5727] -certlink=obj_5726 -certtemplate=obj_799 - -// 5728 -[obj_5728] -members=yes -cost=20800 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Rune spear(p++) -womanwearoff=3,-11,6 -certlink=obj_5729 -lentlink=obj_13775 - -// 5729 -[obj_5729] -certlink=obj_5728 -certtemplate=obj_799 - -// 5730 -[obj_5730] -members=yes -cost=62400 -model=model_2482 -iop2=Wield -manwear=model_505 -womanwear=model_505 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=1890 -recol1d=15936 -name=Dragon spear(p++) -womanwearoff=3,-11,6 -certlink=obj_5731 -lentlink=obj_13776 - -// 5731 -[obj_5731] -certlink=obj_5730 -certtemplate=obj_799 - -// 5732 -[obj_5732] -cost=1 -model=model_2819 -manwear=model_2819 -womanwear=model_2819 -2dzoom=800 -name=Stool -womanwearoff=0,2,0 -certlink=obj_6060 - -// 5733 -[obj_5733] -model=model_2766 -2dxof=2 -2dyof=1 -2dzoom=940 -2dyan=1860 -2dxan=156 -iop1=RS HD -iop2=Heal -iop3=Extra -iop4=Commands -name=Rotten potato - -// 5734 -[obj_5734] -members=yes -cost=750 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Black spear(p+) -womanwearoff=3,-11,6 -certlink=obj_5735 - -// 5735 -[obj_5735] -certlink=obj_5734 -certtemplate=obj_799 - -// 5736 -[obj_5736] -members=yes -cost=750 -model=model_2719 -iop2=Wield -manwear=model_540 -womanwear=model_540 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=8456 -recol1d=15936 -recol2s=7399 -recol2d=15936 -name=Black spear(p++) -womanwearoff=3,-11,6 -certlink=obj_5737 - -// 5737 -[obj_5737] -certlink=obj_5736 -certtemplate=obj_799 - -// 5738 -[obj_5738] -cost=1 -model=model_7352 -2dxof=-5 -2dyof=-6 -2dzoom=690 -2dyan=2040 -2dxan=452 -dummyitem=1 -name=Woad leaf - -// 5739 -[obj_5739] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=21856 -recol2s=32454 -recol2d=26050 -recol3s=32735 -recol3d=32460 -name=Asgarnian ale(m) -certlink=obj_5740 - -// 5740 -[obj_5740] -certlink=obj_5739 -certtemplate=obj_799 - -// 5741 -[obj_5741] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=15860 -recol2s=32454 -recol2d=19029 -recol3s=32735 -recol3d=24312 -name=Mature wmb -certlink=obj_5742 - -// 5742 -[obj_5742] -certlink=obj_5741 -certtemplate=obj_799 - -// 5743 -[obj_5743] -cost=2 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=19840 -recol2s=32454 -recol2d=21954 -recol3s=32735 -recol3d=28296 -name=Greenman's ale(m) -certlink=obj_5744 - -// 5744 -[obj_5744] -certlink=obj_5743 -certtemplate=obj_799 - -// 5745 -[obj_5745] -cost=2 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=18464 -recol2s=32454 -recol2d=19488 -recol3s=32735 -recol3d=29962 -name=Dragon bitter(m) -certlink=obj_5746 - -// 5746 -[obj_5746] -certlink=obj_5745 -certtemplate=obj_799 - -// 5747 -[obj_5747] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=4228 -recol2s=32454 -recol2d=11561 -recol3s=32735 -recol3d=22123 -name=Dwarven stout(m) -certlink=obj_5748 - -// 5748 -[obj_5748] -certlink=obj_5747 -certtemplate=obj_799 - -// 5749 -[obj_5749] -cost=5 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -stockmarket=yes -recol1s=26112 -recol1d=22196 -recol2s=32454 -recol2d=23253 -recol3s=32735 -recol3d=29591 -name=Moonlight mead(m) -certlink=obj_5750 - -// 5750 -[obj_5750] -certlink=obj_5749 -certtemplate=obj_799 - -// 5751 -[obj_5751] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=14496 -recol2s=32454 -recol2d=17632 -name=Axeman's folly -certlink=obj_5752 - -// 5752 -[obj_5752] -certlink=obj_5751 -certtemplate=obj_799 - -// 5753 -[obj_5753] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=14496 -recol2s=32454 -recol2d=17632 -recol3s=32735 -recol3d=23974 -name=Axeman's folly(m) -certlink=obj_5754 - -// 5754 -[obj_5754] -certlink=obj_5753 -certtemplate=obj_799 - -// 5755 -[obj_5755] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=26274 -recol2s=32454 -recol2d=28388 -name=Chef's delight -certlink=obj_5756 - -// 5756 -[obj_5756] -certlink=obj_5755 -certtemplate=obj_799 - -// 5757 -[obj_5757] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=26274 -recol2s=32454 -recol2d=28388 -recol3s=32735 -recol3d=32619 -name=Chef's delight(m) -certlink=obj_5758 - -// 5758 -[obj_5758] -certlink=obj_5757 -certtemplate=obj_799 - -// 5759 -[obj_5759] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=10826 -recol2s=32454 -recol2d=12940 -name=Slayer's respite -certlink=obj_5760 - -// 5760 -[obj_5760] -certlink=obj_5759 -certtemplate=obj_799 - -// 5761 -[obj_5761] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=10826 -recol2s=32454 -recol2d=12940 -recol3s=32735 -recol3d=20275 -name=Slayer's respite(m) -certlink=obj_5762 - -// 5762 -[obj_5762] -certlink=obj_5761 -certtemplate=obj_799 - -// 5763 -[obj_5763] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=20064 -recol2s=32454 -recol2d=21123 -name=Cider -certlink=obj_5764 - -// 5764 -[obj_5764] -certlink=obj_5763 -certtemplate=obj_799 - -// 5765 -[obj_5765] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -stockmarket=yes -recol1s=26112 -recol1d=20064 -recol2s=32454 -recol2d=21123 -recol3s=32735 -recol3d=27466 -name=Mature cider -certlink=obj_5766 - -// 5766 -[obj_5766] -certlink=obj_5765 -certtemplate=obj_799 - -// 5767 -[obj_5767] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -members=yes -stockmarket=yes -recol1s=32767 -recol1d=32525 -name=Ale yeast -certlink=obj_5768 - -// 5768 -[obj_5768] -certlink=obj_5767 -certtemplate=obj_799 - -// 5769 -[obj_5769] -model=model_7190 -manwear=model_2800 -womanwear=model_2800 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -stockmarket=yes -name=Calquat keg -certlink=obj_5770 - -// 5770 -[obj_5770] -certlink=obj_5769 -certtemplate=obj_799 - -// 5771 -[obj_5771] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -manwear=model_2736 -womanwear=model_2736 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dwarven stout(1) -certlink=obj_5772 - -// 5772 -[obj_5772] -certlink=obj_5771 -certtemplate=obj_799 - -// 5773 -[obj_5773] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dwarven stout(2) -certlink=obj_5774 - -// 5774 -[obj_5774] -certlink=obj_5773 -certtemplate=obj_799 - -// 5775 -[obj_5775] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dwarven stout(3) -certlink=obj_5776 - -// 5776 -[obj_5776] -certlink=obj_5775 -certtemplate=obj_799 - -// 5777 -[obj_5777] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dwarven stout(4) -certlink=obj_5778 - -// 5778 -[obj_5778] -certlink=obj_5777 -certtemplate=obj_799 - -// 5779 -[obj_5779] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Asgarnian ale(1) -certlink=obj_5780 - -// 5780 -[obj_5780] -certlink=obj_5779 -certtemplate=obj_799 - -// 5781 -[obj_5781] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Asgarnian ale(2) -certlink=obj_5782 - -// 5782 -[obj_5782] -certlink=obj_5781 -certtemplate=obj_799 - -// 5783 -[obj_5783] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Asgarnian ale(3) -certlink=obj_5784 - -// 5784 -[obj_5784] -certlink=obj_5783 -certtemplate=obj_799 - -// 5785 -[obj_5785] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Asgarnian ale(4) -certlink=obj_5786 - -// 5786 -[obj_5786] -certlink=obj_5785 -certtemplate=obj_799 - -// 5787 -[obj_5787] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Greenmans ale(1) -certlink=obj_5788 - -// 5788 -[obj_5788] -certlink=obj_5787 -certtemplate=obj_799 - -// 5789 -[obj_5789] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Greenmans ale(2) -certlink=obj_5790 - -// 5790 -[obj_5790] -certlink=obj_5789 -certtemplate=obj_799 - -// 5791 -[obj_5791] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Greenmans ale(3) -certlink=obj_5792 - -// 5792 -[obj_5792] -certlink=obj_5791 -certtemplate=obj_799 - -// 5793 -[obj_5793] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Greenmans ale(4) -certlink=obj_5794 - -// 5794 -[obj_5794] -certlink=obj_5793 -certtemplate=obj_799 - -// 5795 -[obj_5795] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Mind bomb(1) -certlink=obj_5796 - -// 5796 -[obj_5796] -certlink=obj_5795 -certtemplate=obj_799 - -// 5797 -[obj_5797] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Mind bomb(2) -certlink=obj_5798 - -// 5798 -[obj_5798] -certlink=obj_5797 -certtemplate=obj_799 - -// 5799 -[obj_5799] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Mind bomb(3) -certlink=obj_5800 - -// 5800 -[obj_5800] -certlink=obj_5799 -certtemplate=obj_799 - -// 5801 -[obj_5801] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Mind bomb(4) -certlink=obj_5802 - -// 5802 -[obj_5802] -certlink=obj_5801 -certtemplate=obj_799 - -// 5803 -[obj_5803] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dragon bitter(1) -certlink=obj_5804 - -// 5804 -[obj_5804] -certlink=obj_5803 -certtemplate=obj_799 - -// 5805 -[obj_5805] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dragon bitter(2) -certlink=obj_5806 - -// 5806 -[obj_5806] -certlink=obj_5805 -certtemplate=obj_799 - -// 5807 -[obj_5807] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dragon bitter(3) -certlink=obj_5808 - -// 5808 -[obj_5808] -certlink=obj_5807 -certtemplate=obj_799 - -// 5809 -[obj_5809] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dragon bitter(4) -certlink=obj_5810 - -// 5810 -[obj_5810] -certlink=obj_5809 -certtemplate=obj_799 - -// 5811 -[obj_5811] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Moonlight mead(1) -certlink=obj_5812 - -// 5812 -[obj_5812] -certlink=obj_5811 -certtemplate=obj_799 - -// 5813 -[obj_5813] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Moonlight mead(2) -certlink=obj_5814 - -// 5814 -[obj_5814] -certlink=obj_5813 -certtemplate=obj_799 - -// 5815 -[obj_5815] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Moonlight mead(3) -certlink=obj_5816 - -// 5816 -[obj_5816] -certlink=obj_5815 -certtemplate=obj_799 - -// 5817 -[obj_5817] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Moonlight mead(4) -certlink=obj_5818 - -// 5818 -[obj_5818] -certlink=obj_5817 -certtemplate=obj_799 - -// 5819 -[obj_5819] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Axeman's folly(1) -certlink=obj_5820 - -// 5820 -[obj_5820] -certlink=obj_5819 -certtemplate=obj_799 - -// 5821 -[obj_5821] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Axeman's folly(2) -certlink=obj_5822 - -// 5822 -[obj_5822] -certlink=obj_5821 -certtemplate=obj_799 - -// 5823 -[obj_5823] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Axeman's folly(3) -certlink=obj_5824 - -// 5824 -[obj_5824] -certlink=obj_5823 -certtemplate=obj_799 - -// 5825 -[obj_5825] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Axeman's folly(4) -certlink=obj_5826 - -// 5826 -[obj_5826] -certlink=obj_5825 -certtemplate=obj_799 - -// 5827 -[obj_5827] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Chef's delight(1) -certlink=obj_5828 - -// 5828 -[obj_5828] -certlink=obj_5827 -certtemplate=obj_799 - -// 5829 -[obj_5829] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Chef's delight(2) -certlink=obj_5830 - -// 5830 -[obj_5830] -certlink=obj_5829 -certtemplate=obj_799 - -// 5831 -[obj_5831] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Chef's delight(3) -certlink=obj_5832 - -// 5832 -[obj_5832] -certlink=obj_5831 -certtemplate=obj_799 - -// 5833 -[obj_5833] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Chef's delight(4) -certlink=obj_5834 - -// 5834 -[obj_5834] -certlink=obj_5833 -certtemplate=obj_799 - -// 5835 -[obj_5835] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Slayer's respite(1) -certlink=obj_5836 - -// 5836 -[obj_5836] -certlink=obj_5835 -certtemplate=obj_799 - -// 5837 -[obj_5837] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Slayer's respite(2) -certlink=obj_5838 - -// 5838 -[obj_5838] -certlink=obj_5837 -certtemplate=obj_799 - -// 5839 -[obj_5839] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Slayer's respite(3) -certlink=obj_5840 - -// 5840 -[obj_5840] -certlink=obj_5839 -certtemplate=obj_799 - -// 5841 -[obj_5841] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Slayer's respite(4) -certlink=obj_5842 - -// 5842 -[obj_5842] -certlink=obj_5841 -certtemplate=obj_799 - -// 5843 -[obj_5843] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Cider(1) -certlink=obj_5844 - -// 5844 -[obj_5844] -certlink=obj_5843 -certtemplate=obj_799 - -// 5845 -[obj_5845] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Cider(2) -certlink=obj_5846 - -// 5846 -[obj_5846] -certlink=obj_5845 -certtemplate=obj_799 - -// 5847 -[obj_5847] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Cider(3) -certlink=obj_5848 - -// 5848 -[obj_5848] -certlink=obj_5847 -certtemplate=obj_799 - -// 5849 -[obj_5849] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Cider(4) -certlink=obj_5850 - -// 5850 -[obj_5850] -certlink=obj_5849 -certtemplate=obj_799 - -// 5851 -[obj_5851] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dwarven stout(m1) -certlink=obj_5852 - -// 5852 -[obj_5852] -certlink=obj_5851 -certtemplate=obj_799 - -// 5853 -[obj_5853] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dwarven stout(m2) -certlink=obj_5854 - -// 5854 -[obj_5854] -certlink=obj_5853 -certtemplate=obj_799 - -// 5855 -[obj_5855] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dwarven stout(m3) -certlink=obj_5856 - -// 5856 -[obj_5856] -certlink=obj_5855 -certtemplate=obj_799 - -// 5857 -[obj_5857] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dwarven stout(m4) -certlink=obj_5858 - -// 5858 -[obj_5858] -certlink=obj_5857 -certtemplate=obj_799 - -// 5859 -[obj_5859] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Asgarnian ale(m1) -certlink=obj_5860 - -// 5860 -[obj_5860] -certlink=obj_5859 -certtemplate=obj_799 - -// 5861 -[obj_5861] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Asgarnian ale(m2) -certlink=obj_5862 - -// 5862 -[obj_5862] -certlink=obj_5861 -certtemplate=obj_799 - -// 5863 -[obj_5863] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Asgarnian ale(m3) -certlink=obj_5864 - -// 5864 -[obj_5864] -certlink=obj_5863 -certtemplate=obj_799 - -// 5865 -[obj_5865] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Asgarnian ale(m4) -certlink=obj_5866 - -// 5866 -[obj_5866] -certlink=obj_5865 -certtemplate=obj_799 - -// 5867 -[obj_5867] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Greenmans ale(m1) -certlink=obj_5868 - -// 5868 -[obj_5868] -certlink=obj_5867 -certtemplate=obj_799 - -// 5869 -[obj_5869] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Greenmans ale(m2) -certlink=obj_5870 - -// 5870 -[obj_5870] -certlink=obj_5869 -certtemplate=obj_799 - -// 5871 -[obj_5871] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Greenmans ale(m3) -certlink=obj_5872 - -// 5872 -[obj_5872] -certlink=obj_5871 -certtemplate=obj_799 - -// 5873 -[obj_5873] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Greenmans ale(m4) -certlink=obj_5874 - -// 5874 -[obj_5874] -certlink=obj_5873 -certtemplate=obj_799 - -// 5875 -[obj_5875] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Mind bomb(m1) -certlink=obj_5876 - -// 5876 -[obj_5876] -certlink=obj_5875 -certtemplate=obj_799 - -// 5877 -[obj_5877] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Mind bomb(m2) -certlink=obj_5878 - -// 5878 -[obj_5878] -certlink=obj_5877 -certtemplate=obj_799 - -// 5879 -[obj_5879] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Mind bomb(m3) -certlink=obj_5880 - -// 5880 -[obj_5880] -certlink=obj_5879 -certtemplate=obj_799 - -// 5881 -[obj_5881] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Mind bomb(m4) -certlink=obj_5882 - -// 5882 -[obj_5882] -certlink=obj_5881 -certtemplate=obj_799 - -// 5883 -[obj_5883] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dragon bitter(m1) -certlink=obj_5884 - -// 5884 -[obj_5884] -certlink=obj_5883 -certtemplate=obj_799 - -// 5885 -[obj_5885] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dragon bitter(m2) -certlink=obj_5886 - -// 5886 -[obj_5886] -certlink=obj_5885 -certtemplate=obj_799 - -// 5887 -[obj_5887] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dragon bitter(m3) -certlink=obj_5888 - -// 5888 -[obj_5888] -certlink=obj_5887 -certtemplate=obj_799 - -// 5889 -[obj_5889] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Dragon bitter(m4) -certlink=obj_5890 - -// 5890 -[obj_5890] -certlink=obj_5889 -certtemplate=obj_799 - -// 5891 -[obj_5891] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=M'light mead(m1) -certlink=obj_5892 - -// 5892 -[obj_5892] -certlink=obj_5891 -certtemplate=obj_799 - -// 5893 -[obj_5893] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=M'light mead(m2) -certlink=obj_5894 - -// 5894 -[obj_5894] -certlink=obj_5893 -certtemplate=obj_799 - -// 5895 -[obj_5895] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=M'light mead(m3) -certlink=obj_5896 - -// 5896 -[obj_5896] -certlink=obj_5895 -certtemplate=obj_799 - -// 5897 -[obj_5897] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=M'light mead(m4) -certlink=obj_5898 - -// 5898 -[obj_5898] -certlink=obj_5897 -certtemplate=obj_799 - -// 5899 -[obj_5899] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Axeman's folly(m1) -certlink=obj_5900 - -// 5900 -[obj_5900] -certlink=obj_5899 -certtemplate=obj_799 - -// 5901 -[obj_5901] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Axeman's folly(m2) -certlink=obj_5902 - -// 5902 -[obj_5902] -certlink=obj_5901 -certtemplate=obj_799 - -// 5903 -[obj_5903] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Axeman's folly(m3) -certlink=obj_5904 - -// 5904 -[obj_5904] -certlink=obj_5903 -certtemplate=obj_799 - -// 5905 -[obj_5905] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Axeman's folly(m4) -certlink=obj_5906 - -// 5906 -[obj_5906] -certlink=obj_5905 -certtemplate=obj_799 - -// 5907 -[obj_5907] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Chef's delight(m1) -certlink=obj_5908 - -// 5908 -[obj_5908] -certlink=obj_5907 -certtemplate=obj_799 - -// 5909 -[obj_5909] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Chef's delight(m2) -certlink=obj_5910 - -// 5910 -[obj_5910] -certlink=obj_5909 -certtemplate=obj_799 - -// 5911 -[obj_5911] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Chef's delight(m3) -certlink=obj_5912 - -// 5912 -[obj_5912] -certlink=obj_5911 -certtemplate=obj_799 - -// 5913 -[obj_5913] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Chef's delight(m4) -certlink=obj_5914 - -// 5914 -[obj_5914] -certlink=obj_5913 -certtemplate=obj_799 - -// 5915 -[obj_5915] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Slayer respite(m1) -certlink=obj_5916 - -// 5916 -[obj_5916] -certlink=obj_5915 -certtemplate=obj_799 - -// 5917 -[obj_5917] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Slayer respite(m2) -certlink=obj_5918 - -// 5918 -[obj_5918] -certlink=obj_5917 -certtemplate=obj_799 - -// 5919 -[obj_5919] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Slayer respite(m3) -certlink=obj_5920 - -// 5920 -[obj_5920] -certlink=obj_5919 -certtemplate=obj_799 - -// 5921 -[obj_5921] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Slayer respite(m4) -certlink=obj_5922 - -// 5922 -[obj_5922] -certlink=obj_5921 -certtemplate=obj_799 - -// 5923 -[obj_5923] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Cider(m1) -certlink=obj_5924 - -// 5924 -[obj_5924] -certlink=obj_5923 -certtemplate=obj_799 - -// 5925 -[obj_5925] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Cider(m2) -certlink=obj_5926 - -// 5926 -[obj_5926] -certlink=obj_5925 -certtemplate=obj_799 - -// 5927 -[obj_5927] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Cider(m3) -certlink=obj_5928 - -// 5928 -[obj_5928] -certlink=obj_5927 -certtemplate=obj_799 - -// 5929 -[obj_5929] -model=model_7190 -2dyof=6 -2dzoom=1190 -2dyan=4 -2dxan=116 -ambient=15 -members=yes -iop1=Drink -stockmarket=yes -name=Cider(m4) -certlink=obj_5930 - -// 5930 -[obj_5930] -certlink=obj_5929 -certtemplate=obj_799 - -// 5931 -[obj_5931] -model=model_7220 -2dxof=-5 -2dyof=4 -2dzoom=970 -2dyan=2044 -2dxan=352 -members=yes -cost=6 -stockmarket=yes -name=Jute fibre -certlink=obj_5932 - -// 5932 -[obj_5932] -certlink=obj_5931 -certtemplate=obj_799 - -// 5933 -[obj_5933] -model=model_7341 -2dxof=-4 -2dyof=25 -2dzoom=1480 -2dyan=1988 -2dxan=284 -members=yes -cost=2 -stockmarket=yes -name=Willow branch -certlink=obj_5934 - -// 5934 -[obj_5934] -certlink=obj_5933 -certtemplate=obj_799 - -// 5935 -[obj_5935] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=28573 -name=Coconut milk -certlink=obj_6124 - -// 5936 -[obj_5936] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=24303 -name=Weapon poison+(unf) - -// 5937 -[obj_5937] -cost=288 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=21763 -name=Weapon poison+ -certlink=obj_5938 - -// 5938 -[obj_5938] -certlink=obj_5937 -certtemplate=obj_799 - -// 5939 -[obj_5939] -cost=14 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=25305 -name=Weapon poison++(unf) - -// 5940 -[obj_5940] -cost=432 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=23260 -name=Weapon poison++ -certlink=obj_5941 - -// 5941 -[obj_5941] -certlink=obj_5940 -certtemplate=obj_799 - -// 5942 -[obj_5942] -cost=14 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=20309 -name=Antipoison+(unf) - -// 5943 -[obj_5943] -cost=360 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=13736 -name=Antipoison+(4) -certlink=obj_5944 - -// 5944 -[obj_5944] -certlink=obj_5943 -certtemplate=obj_799 - -// 5945 -[obj_5945] -cost=288 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=13736 -name=Antipoison+(3) -certlink=obj_5946 - -// 5946 -[obj_5946] -certlink=obj_5945 -certtemplate=obj_799 - -// 5947 -[obj_5947] -cost=216 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=13736 -name=Antipoison+(2) -certlink=obj_5948 - -// 5948 -[obj_5948] -certlink=obj_5947 -certtemplate=obj_799 - -// 5949 -[obj_5949] -cost=144 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=13736 -name=Antipoison+(1) -certlink=obj_5950 - -// 5950 -[obj_5950] -certlink=obj_5949 -certtemplate=obj_799 - -// 5951 -[obj_5951] -cost=14 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -recol1s=16846 -recol1d=19246 -name=Antipoison++(unf) - -// 5952 -[obj_5952] -cost=360 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12708 -name=Antipoison++(4) -certlink=obj_5953 - -// 5953 -[obj_5953] -certlink=obj_5952 -certtemplate=obj_799 - -// 5954 -[obj_5954] -cost=288 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12708 -name=Antipoison++(3) -certlink=obj_5955 - -// 5955 -[obj_5955] -certlink=obj_5954 -certtemplate=obj_799 - -// 5956 -[obj_5956] -cost=216 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12708 -name=Antipoison++(2) -certlink=obj_5957 - -// 5957 -[obj_5957] -certlink=obj_5956 -certtemplate=obj_799 - -// 5958 -[obj_5958] -cost=144 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=12708 -name=Antipoison++(1) -certlink=obj_5959 - -// 5959 -[obj_5959] -certlink=obj_5958 -certtemplate=obj_799 - -// 5960 -[obj_5960] -model=model_7756 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -stockmarket=yes -name=Tomatoes(1) -certlink=obj_5961 - -// 5961 -[obj_5961] -certlink=obj_5960 -certtemplate=obj_799 - -// 5962 -[obj_5962] -model=model_7757 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Tomatoes(2) -certlink=obj_5963 - -// 5963 -[obj_5963] -certlink=obj_5962 -certtemplate=obj_799 - -// 5964 -[obj_5964] -model=model_7758 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Tomatoes(3) -certlink=obj_5965 - -// 5965 -[obj_5965] -certlink=obj_5964 -certtemplate=obj_799 - -// 5966 -[obj_5966] -model=model_7758 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Tomatoes(4) -certlink=obj_5967 - -// 5967 -[obj_5967] -certlink=obj_5966 -certtemplate=obj_799 - -// 5968 -[obj_5968] -model=model_7758 -2dyof=-1 -2dzoom=660 -2dyan=1816 -2dxan=84 -members=yes -iop1=Fill -iop2=Remove-one -iop3=Empty -stockmarket=yes -name=Tomatoes(5) -certlink=obj_5969 - -// 5969 -[obj_5969] -certlink=obj_5968 -certtemplate=obj_799 - -// 5970 -[obj_5970] -model=model_7198 -2dyof=28 -2dzoom=1120 -2dyan=28 -2dxan=308 -ambient=15 -members=yes -cost=19 -stockmarket=yes -name=Curry leaf -certlink=obj_5971 - -// 5971 -[obj_5971] -certlink=obj_5970 -certtemplate=obj_799 - -// 5972 -[obj_5972] -model=model_7270 -2dyof=-1 -2dzoom=930 -2dyan=36 -2dxan=84 -iop1=Eat -ambient=15 -members=yes -cost=64 -stockmarket=yes -name=Papaya fruit -certlink=obj_5973 - -// 5973 -[obj_5973] -certlink=obj_5972 -certtemplate=obj_799 - -// 5974 -[obj_5974] -model=model_7191 -2dzoom=1160 -2dyan=112 -2dxan=104 -ambient=15 -members=yes -cost=87 -stockmarket=yes -name=Coconut -certlink=obj_5975 - -// 5975 -[obj_5975] -certlink=obj_5974 -certtemplate=obj_799 - -// 5976 -[obj_5976] -model=model_7192 -2dyof=20 -2dzoom=1070 -2dyan=156 -2dxan=168 -ambient=15 -members=yes -cost=87 -stockmarket=yes -name=Coconut -certlink=obj_5977 - -// 5977 -[obj_5977] -certlink=obj_5976 -certtemplate=obj_799 - -// 5978 -[obj_5978] -model=model_7192 -2dyof=20 -2dzoom=1070 -2dyan=156 -2dxan=168 -ambient=15 -members=yes -stockmarket=yes -recol1s=30687 -recol1d=9344 -recol2s=28573 -recol2d=6176 -name=Coconut shell -certlink=obj_5979 - -// 5979 -[obj_5979] -certlink=obj_5978 -certtemplate=obj_799 - -// 5980 -[obj_5980] -model=model_7189 -2dyof=-1 -2dzoom=1290 -2dxan=96 -ambient=15 -members=yes -cost=54 -stockmarket=yes -name=Calquat fruit -certlink=obj_5981 - -// 5981 -[obj_5981] -certlink=obj_5980 -certtemplate=obj_799 - -// 5982 -[obj_5982] -model=model_7332 -manwear=model_8231 -womanwear=model_8231 -2dyof=-3 -2dzoom=910 -2dyan=1920 -2dxan=100 -ambient=15 -members=yes -iop1=Eat -cost=48 -stockmarket=yes -name=Watermelon -certlink=obj_5983 - -// 5983 -[obj_5983] -certlink=obj_5982 -certtemplate=obj_799 - -// 5984 -[obj_5984] -model=model_7339 -2dxof=2 -2dyof=8 -2dzoom=750 -2dyan=148 -2dxan=192 -ambient=15 -members=yes -iop1=Eat -cost=16 -stockmarket=yes -name=Watermelon slice -certlink=obj_5985 - -// 5985 -[obj_5985] -certlink=obj_5984 -certtemplate=obj_799 - -// 5986 -[obj_5986] -model=model_7309 -2dxof=-3 -2dyof=-2 -2dzoom=730 -2dyan=236 -2dxan=404 -ambient=15 -members=yes -cost=9 -stockmarket=yes -name=Sweetcorn -certlink=obj_5987 - -// 5987 -[obj_5987] -certlink=obj_5986 -certtemplate=obj_799 - -// 5988 -[obj_5988] -model=model_7308 -2dxof=-3 -2dyof=-3 -2dzoom=710 -2dyan=228 -2dxan=432 -ambient=15 -members=yes -iop1=Eat -cost=9 -stockmarket=yes -name=Cooked sweetcorn -certlink=obj_5989 - -// 5989 -[obj_5989] -certlink=obj_5988 -certtemplate=obj_799 - -// 5990 -[obj_5990] -model=model_7308 -2dxof=-3 -2dyof=-3 -2dzoom=710 -2dyan=228 -2dxan=432 -ambient=15 -members=yes -recol1s=30633 -recol1d=13674 -recol2s=26276 -recol2d=12617 -name=Burnt sweetcorn -certlink=obj_5991 - -// 5991 -[obj_5991] -certlink=obj_5990 -certtemplate=obj_799 - -// 5992 -[obj_5992] -model=model_7177 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -ambient=10 -members=yes -cost=13 -iop4=Empty -stockmarket=yes -recol1s=8418 -recol1d=13862 -name=Apple mush -certlink=obj_5993 - -// 5993 -[obj_5993] -certlink=obj_5992 -certtemplate=obj_799 - -// 5994 -[obj_5994] -model=model_7208 -2dxof=1 -2dyof=10 -2dzoom=750 -2dyan=120 -2dxan=404 -ambient=20 -members=yes -cost=4 -stockmarket=yes -recol1s=11680 -recol1d=10628 -recol2s=13792 -recol2d=12742 -recol3s=15906 -recol3d=10628 -name=Hammerstone hops -certlink=obj_5995 - -// 5995 -[obj_5995] -certlink=obj_5994 -certtemplate=obj_799 - -// 5996 -[obj_5996] -model=model_7208 -2dxof=1 -2dyof=10 -2dzoom=750 -2dyan=120 -2dxan=404 -ambient=20 -members=yes -cost=5 -stockmarket=yes -name=Asgarnian hops -certlink=obj_5997 - -// 5997 -[obj_5997] -certlink=obj_5996 -certtemplate=obj_799 - -// 5998 -[obj_5998] -model=model_7208 -2dxof=1 -2dyof=10 -2dzoom=750 -2dyan=120 -2dxan=404 -ambient=20 -members=yes -cost=7 -stockmarket=yes -recol1s=15906 -recol1d=23168 -recol2s=13792 -recol2d=21056 -recol3s=11680 -recol3d=19968 -name=Yanillian hops -certlink=obj_5999 - -// 5999 -[obj_5999] -certlink=obj_5998 -certtemplate=obj_799 - -// 6000 -[obj_6000] -model=model_7208 -2dxof=1 -2dyof=10 -2dzoom=750 -2dyan=120 -2dxan=404 -ambient=20 -members=yes -cost=10 -stockmarket=yes -recol1s=11680 -recol1d=15651 -recol2s=13792 -recol2d=17765 -recol3s=15906 -recol3d=19879 -name=Krandorian hops -certlink=obj_6001 - -// 6001 -[obj_6001] -certlink=obj_6000 -certtemplate=obj_799 - -// 6002 -[obj_6002] -model=model_7208 -2dxof=1 -2dyof=10 -2dzoom=750 -2dyan=120 -2dxan=404 -ambient=20 -members=yes -cost=15 -stockmarket=yes -recol1s=11680 -recol1d=12418 -recol2s=13792 -recol2d=14532 -recol3s=15906 -recol3d=16646 -name=Wildblood hops -certlink=obj_6003 - -// 6003 -[obj_6003] -certlink=obj_6002 -certtemplate=obj_799 - -// 6004 -[obj_6004] -model=model_7176 -2dyof=-5 -2dzoom=1370 -2dyan=160 -2dxan=84 -members=yes -ambient=15 -cost=38 -stockmarket=yes -name=Mushroom -certlink=obj_6005 - -// 6005 -[obj_6005] -certlink=obj_6004 -certtemplate=obj_799 - -// 6006 -[obj_6006] -model=model_7153 -2dxof=-3 -2dyof=4 -2dzoom=1520 -2dyan=156 -2dxan=408 -ambient=15 -members=yes -cost=4 -stockmarket=yes -name=Barley -certlink=obj_6007 - -// 6007 -[obj_6007] -certlink=obj_6006 -certtemplate=obj_799 - -// 6008 -[obj_6008] -model=model_7153 -2dxof=-3 -2dyof=4 -2dzoom=1520 -2dyan=156 -2dxan=408 -ambient=15 -members=yes -cost=4 -stockmarket=yes -recol1s=19975 -recol1d=22950 -recol2s=19977 -recol2d=21960 -recol3s=22088 -recol3d=25030 -name=Barley malt -certlink=obj_6009 - -// 6009 -[obj_6009] -certlink=obj_6008 -certtemplate=obj_799 - -// 6010 -[obj_6010] -model=model_7237 -2dxof=-4 -2dyof=14 -2dzoom=1460 -2dyan=2024 -2dxan=364 -members=yes -ambient=15 -cost=1 -stockmarket=yes -name=Marigolds -certlink=obj_6011 - -// 6011 -[obj_6011] -certlink=obj_6010 -certtemplate=obj_799 - -// 6012 -[obj_6012] -model=model_7248 -2dyof=21 -2dzoom=1190 -2dyan=1960 -2dxan=204 -members=yes -ambient=15 -cost=4 -stockmarket=yes -name=Nasturtiums -certlink=obj_6013 - -// 6013 -[obj_6013] -certlink=obj_6012 -certtemplate=obj_799 - -// 6014 -[obj_6014] -model=model_7294 -2dxof=-3 -2dzoom=900 -2dyan=100 -2dzan=1948 -2dxan=136 -members=yes -ambient=15 -cost=2 -stockmarket=yes -name=Rosemary -certlink=obj_6015 - -// 6015 -[obj_6015] -certlink=obj_6014 -certtemplate=obj_799 - -// 6016 -[obj_6016] -model=model_7188 -2dxof=1 -2dyof=-1 -2dzoom=480 -2dyan=1844 -2dxan=324 -ambient=15 -members=yes -stockmarket=yes -name=Cactus spine -certlink=obj_6017 - -// 6017 -[obj_6017] -certlink=obj_6016 -certtemplate=obj_799 - -// 6018 -[obj_6018] -model=model_2358 -2dxof=1 -2dyof=4 -2dzoom=970 -2dyan=668 -2dxan=404 -members=yes -ambient=15 -cost=65 -stockmarket=yes -recol1s=31808 -recol1d=32525 -recol2s=12480 -recol2d=2401 -recol3s=192 -recol3d=6629 -name=Poison ivy berries -certlink=obj_6019 - -// 6019 -[obj_6019] -certlink=obj_6018 -certtemplate=obj_799 - -// 6020 -[obj_6020] -model=model_7276 -2dxof=-2 -2dyof=10 -2dzoom=1490 -2dyan=100 -2dxan=320 -members=yes -stockmarket=yes -name=Leaves -certlink=obj_6021 - -// 6021 -[obj_6021] -certlink=obj_6020 -certtemplate=obj_799 - -// 6022 -[obj_6022] -model=model_7276 -2dxof=-2 -2dyof=10 -2dzoom=1490 -2dyan=100 -2dxan=320 -members=yes -stockmarket=yes -name=Leaves -certlink=obj_6023 - -// 6023 -[obj_6023] -certlink=obj_6022 -certtemplate=obj_799 - -// 6024 -[obj_6024] -model=model_7276 -2dxof=-2 -2dyof=10 -2dzoom=1490 -2dyan=100 -2dxan=320 -members=yes -stockmarket=yes -recol1s=12548 -recol1d=12551 -recol2s=13861 -recol2d=13865 -recol3s=11747 -recol3d=11751 -name=Leaves -certlink=obj_6025 - -// 6025 -[obj_6025] -certlink=obj_6024 -certtemplate=obj_799 - -// 6026 -[obj_6026] -model=model_7276 -2dxof=-2 -2dyof=10 -2dzoom=1490 -2dyan=100 -2dxan=320 -members=yes -stockmarket=yes -recol1s=12548 -recol1d=12514 -recol2s=13861 -recol2d=11713 -recol3s=11747 -recol3d=9603 -name=Leaves -certlink=obj_6027 - -// 6027 -[obj_6027] -certlink=obj_6026 -certtemplate=obj_799 - -// 6028 -[obj_6028] -model=model_7276 -2dxof=-2 -2dyof=10 -2dzoom=1490 -2dyan=100 -2dxan=320 -members=yes -stockmarket=yes -recol1s=12548 -recol1d=14497 -recol2s=13861 -recol2d=18819 -recol3s=11747 -recol3d=17764 -name=Leaves -certlink=obj_6029 - -// 6029 -[obj_6029] -certlink=obj_6028 -certtemplate=obj_799 - -// 6030 -[obj_6030] -model=model_7276 -2dxof=-2 -2dyof=10 -2dzoom=1490 -2dyan=100 -2dxan=320 -members=yes -stockmarket=yes -recol1s=12548 -recol1d=10593 -recol2s=13861 -recol2d=13763 -recol3s=11747 -recol3d=11685 -name=Leaves -certlink=obj_6031 - -// 6031 -[obj_6031] -certlink=obj_6030 -certtemplate=obj_799 - -// 6032 -[obj_6032] -model=model_7177 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -members=yes -cost=20 -iop4=Empty -stockmarket=yes -recol1s=8418 -recol1d=10532 -name=Compost -certlink=obj_6033 - -// 6033 -[obj_6033] -certlink=obj_6032 -certtemplate=obj_799 - -// 6034 -[obj_6034] -model=model_7177 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -members=yes -cost=85 -iop4=Empty -stockmarket=yes -recol1s=8418 -recol1d=7428 -name=Supercompost -certlink=obj_6035 - -// 6035 -[obj_6035] -certlink=obj_6034 -certtemplate=obj_799 - -// 6036 -[obj_6036] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -manwear=model_552 -womanwear=model_552 -cost=40 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=15013 -name=Plant cure -certlink=obj_6037 - -// 6037 -[obj_6037] -certlink=obj_6036 -certtemplate=obj_799 - -// 6038 -[obj_6038] -members=yes -model=model_2552 -2dxof=3 -2dyof=2 -2dzoom=530 -2dyan=1872 -2dxan=148 -stockmarket=yes -recol1s=18921 -recol1d=8452 -recol2s=14727 -recol2d=7395 -name=Magic string -certlink=obj_6039 - -// 6039 -[obj_6039] -certlink=obj_6038 -certtemplate=obj_799 - -// 6040 -[obj_6040] -model=model_7759 -2dyof=3 -2dzoom=630 -2dyan=116 -2dxan=380 -iop1=Rub -iop2=Wear -iop3=Teleport -iop4=Contact-farmer -iop5=Destroy -manwear=model_290 -womanwear=model_454 -members=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=8452 -recol3s=8321 -recol3d=8452 -name=Amulet of nature - -// 6041 -[obj_6041] -model=model_7759 -2dyof=3 -2dzoom=630 -2dyan=116 -2dxan=380 -iop2=Wear -manwear=model_290 -womanwear=model_454 -members=yes -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=8452 -recol3s=8321 -recol3d=8452 -name=Pre-nature amulet -certlink=obj_6042 - -// 6042 -[obj_6042] -certlink=obj_6041 -certtemplate=obj_799 - -// 6043 -[obj_6043] -model=model_7320 -2dxof=10 -2dzoom=1810 -2dyan=2008 -2dxan=504 -members=yes -stockmarket=yes -name=Oak roots -certlink=obj_6044 - -// 6044 -[obj_6044] -certlink=obj_6043 -certtemplate=obj_799 - -// 6045 -[obj_6045] -model=model_7320 -2dxof=10 -2dzoom=1810 -2dyan=2008 -2dxan=504 -members=yes -stockmarket=yes -recol1s=10496 -recol1d=10500 -name=Willow roots -certlink=obj_6046 - -// 6046 -[obj_6046] -certlink=obj_6045 -certtemplate=obj_799 - -// 6047 -[obj_6047] -model=model_7320 -2dxof=10 -2dzoom=1810 -2dyan=2008 -2dxan=504 -members=yes -stockmarket=yes -recol1s=10496 -recol1d=12544 -name=Maple roots -certlink=obj_6048 - -// 6048 -[obj_6048] -certlink=obj_6047 -certtemplate=obj_799 - -// 6049 -[obj_6049] -model=model_7320 -2dxof=10 -2dzoom=1810 -2dyan=2008 -2dxan=504 -members=yes -stockmarket=yes -recol1s=10496 -recol1d=8448 -name=Yew roots -certlink=obj_6050 - -// 6050 -[obj_6050] -certlink=obj_6049 -certtemplate=obj_799 - -// 6051 -[obj_6051] -model=model_7320 -2dxof=10 -2dzoom=1810 -2dyan=2008 -2dxan=504 -members=yes -stockmarket=yes -recol1s=10496 -recol1d=8452 -name=Magic roots -certlink=obj_6052 - -// 6052 -[obj_6052] -certlink=obj_6051 -certtemplate=obj_799 - -// 6053 -[obj_6053] -model=model_7320 -2dxof=10 -2dzoom=1810 -2dyan=2008 -2dxan=504 -members=yes -recol1s=10496 -recol1d=9478 -name=Spirit roots -certlink=obj_6054 - -// 6054 -[obj_6054] -certlink=obj_6053 -certtemplate=obj_799 - -// 6055 -[obj_6055] -cost=1 -model=model_7340 -2dxof=3 -2dyof=5 -2dzoom=1930 -2dzan=2047 -2dxan=595 -members=yes -stockmarket=yes -name=Weeds -certlink=obj_6056 - -// 6056 -[obj_6056] -certlink=obj_6055 -certtemplate=obj_799 - -// 6057 -[obj_6057] -model=model_7302 -2dyof=-20 -2dzoom=1220 -2dyan=1920 -2dxan=164 -members=yes -members=yes -ambient=15 -name=Hay sack - -// 6058 -[obj_6058] -model=model_7301 -2dxof=-44 -2dyof=-236 -2dzoom=2500 -2dyan=260 -2dzan=1892 -2dxan=220 -members=yes -ambient=15 -name=Hay sack - -// 6059 -[obj_6059] -model=model_7812 -2dxof=-44 -2dyof=-236 -2dzoom=2500 -2dyan=260 -2dzan=1892 -2dxan=220 -members=yes -ambient=15 -name=Scarecrow - -// 6060 -[obj_6060] -certlink=obj_5732 -certtemplate=obj_799 - -// 6061 -[obj_6061] -stackable=yes -cost=3 -members=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -count1=obj_3811,2 -count2=obj_3812,3 -count3=obj_3813,4 -count4=obj_3814,5 -stockmarket=yes -recol1s=11525 -recol1d=10468 -recol2s=10468 -recol2d=9411 -recol3s=9411 -recol3d=8354 -recol4s=8354 -recol4d=7297 -name=Bronze bolts(p+) - -// 6062 -[obj_6062] -stackable=yes -cost=3 -members=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -count1=obj_3811,2 -count2=obj_3812,3 -count3=obj_3813,4 -count4=obj_3814,5 -stockmarket=yes -recol1s=11525 -recol1d=10468 -recol2s=10468 -recol2d=9411 -recol3s=9411 -recol3d=8354 -recol4s=8354 -recol4d=7297 -name=Bronze bolts(p++) - -// 6063 -[obj_6063] -model=model_8256 -2dxof=2 -2dyof=-6 -2dzoom=1270 -2dxan=96 -dummyitem=1 -name=Spirit tree - -// 6064 -[obj_6064] -model=model_8280 -2dzoom=1590 -2dyan=380 -2dxan=308 -members=yes -cost=20 -name=Bloody mourner top - -// 6065 -[obj_6065] -members=yes -cost=150 -model=model_8361 -2dyof=3 -2dzoom=1360 -2dyan=92 -2dzan=1932 -2dxan=416 -iop2=Wear -manwear=model_295 -manwear2=model_6847 -womanwear=model_459 -womanwear2=model_6851 -name=Mourner top - -// 6066 -[obj_6066] -model=model_8283 -2dzoom=1450 -2dyan=84 -2dxan=260 -members=yes -cost=20 -name=Mourner trousers - -// 6067 -[obj_6067] -members=yes -cost=100 -2dyof=-10 -2dzoom=1650 -2dyan=1912 -2dxan=460 -model=model_8360 -iop2=Wear -manwear=model_6849 -womanwear=model_8358 -name=Mourner trousers - -// 6068 -[obj_6068] -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -cost=20 -members=yes -recol1s=9473 -recol1d=5251 -name=Mourner gloves - -// 6069 -[obj_6069] -model=model_2837 -iop2=Wear -manwear=model_185 -womanwear=model_361 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -cost=30 -members=yes -recol1s=7298 -recol1d=6306 -name=Mourner boots - -// 6070 -[obj_6070] -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -members=yes -cost=50 -recol1s=15392 -recol1d=1058 -recol2s=32736 -recol2d=1058 -name=Mourner cloak - -// 6071 -[obj_6071] -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -members=yes -cost=1 -iop1=Read -name=Mourner letter - -// 6072 -[obj_6072] -model=model_8281 -2dxof=1 -2dyof=6 -2dzoom=780 -2dyan=40 -2dxan=284 -members=yes -cost=10 -name=Tegid's soap - -// 6073 -[obj_6073] -cost=2 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13504 -recol1d=7456 -name=Prifddinas' history - -// 6074 -[obj_6074] -model=model_2742 -cost=0 -name=Picture - -// 6075 -[obj_6075] -cost=2 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13504 -recol1d=7456 -name=Eastern discovery - -// 6076 -[obj_6076] -model=model_2742 -cost=0 -name=Picture - -// 6077 -[obj_6077] -cost=2 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13504 -recol1d=7456 -name=Eastern settlement - -// 6078 -[obj_6078] -model=model_2742 -cost=0 -name=Picture - -// 6079 -[obj_6079] -cost=2 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13504 -recol1d=7456 -name=The great divide - -// 6080 -[obj_6080] -model=model_2742 -cost=0 -name=Picture - -// 6081 -[obj_6081] -model=model_8286 -2dxof=-3 -2dzoom=2290 -2dyan=572 -members=yes -cost=10 -name=Broken device - -// 6082 -[obj_6082] -model=model_8285 -manwear=model_8271 -womanwear=model_8271 -2dxof=-1 -2dyof=3 -2dzoom=1697 -2dyan=255 -2dxan=366 -members=yes -cost=150 -iop2=Wield -iop1=Empty -name=Fixed device -womanwearoff=3,-11,6 - -// 6083 -[obj_6083] -model=model_2372 -cost=1 -members=yes -2dxof=-3 -2dyof=9 -2dzoom=840 -2dyan=32 -2dxan=344 -name=Tarnished key - -// 6084 -[obj_6084] -model=model_2372 -cost=1 -members=yes -2dxof=-3 -2dyof=9 -2dzoom=840 -2dyan=32 -2dxan=344 -name=Worn key - -// 6085 -[obj_6085] -members=yes -model=model_3440 -2dyof=-4 -2dzoom=970 -2dyan=36 -2dxan=112 -cost=20 -name=Red dye bellows - -// 6086 -[obj_6086] -members=yes -model=model_3440 -2dyof=-4 -2dzoom=970 -2dyan=36 -2dxan=112 -cost=20 -name=Blue dye bellows - -// 6087 -[obj_6087] -members=yes -model=model_3440 -2dyof=-4 -2dzoom=970 -2dyan=36 -2dxan=112 -cost=20 -name=Yellow dye bellows - -// 6088 -[obj_6088] -members=yes -model=model_3440 -2dyof=-4 -2dzoom=970 -2dyan=36 -2dxan=112 -cost=20 -name=Green dye bellows - -// 6089 -[obj_6089] -members=yes -model=model_3447 -2dxof=-2 -2dyof=-34 -2dzoom=1430 -2dyan=204 -2dxan=212 -cost=1 -recol1s=11747 -recol1d=7500 -name=Blue toad - -// 6090 -[obj_6090] -members=yes -model=model_3447 -2dxof=-2 -2dyof=-34 -2dzoom=1430 -2dyan=204 -2dxan=212 -cost=1 -recol1s=11747 -recol1d=18659 -name=Red toad - -// 6091 -[obj_6091] -members=yes -model=model_3447 -2dxof=-2 -2dyof=-34 -2dzoom=1430 -2dyan=204 -2dxan=212 -cost=1 -recol1s=11747 -recol1d=25218 -name=Yellow toad - -// 6092 -[obj_6092] -members=yes -model=model_3447 -2dxof=-2 -2dyof=-34 -2dzoom=1430 -2dyan=204 -2dxan=212 -ambient=30 -contrast=30 -cost=1 -recol1s=11747 -recol1d=5061 -name=Green toad - -// 6093 -[obj_6093] -model=model_8278 -2dxof=-3 -2dyof=-3 -2dzoom=1660 -2dyan=1976 -2dxan=152 -members=yes -cost=1 -recol1s=13088 -recol1d=13506 -recol2s=352 -recol2d=17926 -recol3s=6528 -recol3d=13506 -recol4s=8864 -recol4d=13506 -recol5s=5632 -recol5d=13506 -name=Rotten apples - -// 6094 -[obj_6094] -model=model_8279 -2dzoom=1550 -2dyan=1964 -2dxan=280 -members=yes -cost=1 -recol1s=13088 -recol1d=13506 -recol2s=352 -recol2d=17926 -recol3s=6528 -recol3d=13506 -recol4s=8864 -recol4d=6528 -name=Apple barrel - -// 6095 -[obj_6095] -model=model_3900 -2dxof=-3 -2dyof=-3 -2dzoom=1660 -2dyan=1976 -2dxan=152 -members=yes -cost=1 -name=Naphtha apple mix - -// 6096 -[obj_6096] -model=model_3900 -2dxof=-3 -2dyof=-3 -2dzoom=1660 -2dyan=1976 -2dxan=152 -members=yes -cost=1 -recol1s=16846 -recol1d=13229 -name=Toxic naphtha - -// 6097 -[obj_6097] -model=model_8284 -2dyof=-3 -2dzoom=850 -2dyan=68 -2dxan=52 -members=yes -cost=10 -name=Sieve - -// 6098 -[obj_6098] -cost=5 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -cost=50 -recol1s=22131 -recol1d=32635 -name=Toxic powder - -// 6099 -[obj_6099] -model=model_5194 -members=yes -2dxof=1 -iop1=Activate -cost=50 -name=Teleport crystal (4) - -// 6100 -[obj_6100] -model=model_5194 -members=yes -2dxof=1 -iop1=Activate -cost=45 -name=Teleport crystal (3) - -// 6101 -[obj_6101] -model=model_5194 -members=yes -2dxof=1 -iop1=Activate -cost=35 -name=Teleport crystal (2) - -// 6102 -[obj_6102] -model=model_5194 -members=yes -2dxof=1 -iop1=Activate -cost=15 -name=Teleport crystal (1) - -// 6103 -[obj_6103] -model=model_5194 -members=yes -2dxof=1 -cost=1 -name=Tiny elf crystal - -// 6104 -[obj_6104] -model=model_2372 -cost=1 -members=yes -2dxof=-3 -2dyof=9 -2dzoom=840 -2dyan=32 -2dxan=344 -iop5=Drop -name=New key - -// 6105 -[obj_6105] -model=model_39601 -dummyitem=1 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -name=Elf - -// 6106 -[obj_6106] -model=model_8366 -manwear=model_8380 -womanwear=model_8386 -iop2=Wear -cost=300 -2dxof=3 -2dzoom=880 -2dyan=120 -2dxan=96 -members=yes -name=Ghostly boots - -// 6107 -[obj_6107] -model=model_8370 -manwear=model_8383 -womanwear=model_8389 -iop2=Wear -cost=300 -2dyof=6 -2dzoom=1320 -2dxan=556 -members=yes -name=Ghostly robe - -// 6108 -[obj_6108] -model=model_8369 -iop2=Wear -cost=300 -manwear=model_8382 -womanwear=model_8388 -2dzoom=1980 -2dxan=460 -members=yes -name=Ghostly robe - -// 6109 -[obj_6109] -model=model_8368 -manwear=model_8391 -manwear2=model_8381 -womanwear=model_8392 -womanwear2=model_8387 -manhead=model_39614 -womanhead=model_39130 -cost=300 -iop2=Wear -2dyof=-2 -2dzoom=930 -2dyan=52 -2dxan=124 -members=yes -name=Ghostly hood - -// 6110 -[obj_6110] -cost=300 -model=model_8367 -iop2=Wear -manwear=model_8379 -womanwear=model_8385 -2dyof=10 -2dzoom=750 -2dxan=404 -members=yes -name=Ghostly gloves - -// 6111 -[obj_6111] -cost=250 -model=model_8365 -iop2=Wear -manwear=model_8384 -womanwear=model_8390 -2dyof=8 -2dzoom=2080 -2dyan=540 -2dxan=448 -members=yes -name=Ghostly cloak - -// 6112 -[obj_6112] -model=model_7209 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -members=yes -stackable=yes -count1=obj_6114,2 -count2=obj_6115,3 -count3=obj_6116,4 -count4=obj_6117,5 -cost=2 -iop5=Destroy -recol1s=13767 -recol1d=13710 -name=Kelda seed - -// 6113 -[obj_6113] -model=model_7208 -2dxof=1 -2dyof=10 -2dzoom=750 -2dyan=120 -2dxan=404 -ambient=20 -members=yes -cost=4 -iop5=Destroy -recol1s=11680 -recol1d=11694 -recol2s=13792 -recol2d=13808 -recol3s=8515 -recol3d=8521 -recol4s=6401 -recol4d=6407 -recol5s=15906 -recol5d=15922 -name=Kelda hops - -// 6114 -[obj_6114] -dummyitem=2 -model=model_7210 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=13710 - -// 6115 -[obj_6115] -dummyitem=2 -model=model_7211 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=13710 - -// 6116 -[obj_6116] -dummyitem=2 -model=model_7212 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=13710 - -// 6117 -[obj_6117] -dummyitem=2 -model=model_7213 -2dxof=1 -2dyof=-31 -2dzoom=1150 -2dyan=8 -2dxan=220 -stackable=yes -recol1s=13767 -recol1d=13710 - -// 6118 -[obj_6118] -cost=2 -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -iop1=Drink -iop5=Destroy -recol1s=26112 -recol1d=12719 -recol2s=32454 -recol2d=14835 -name=Kelda stout - -// 6119 -[obj_6119] -model=model_8681 -2dyof=3 -2dzoom=500 -2dyan=1768 -2dxan=348 -stackable=yes -members=yes -name=Square stone - -// 6120 -[obj_6120] -model=model_8680 -2dyof=3 -2dzoom=500 -2dyan=1768 -2dxan=348 -stackable=yes -members=yes -name=Square stone - -// 6121 -[obj_6121] -model=model_2838 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -iop1=Read -name=Letter - -// 6122 -[obj_6122] -model=model_8683 -manwear=model_8683 -womanwear=model_8683 -members=yes -name=A chair -womanwearoff=3,-11,6 - -// 6123 -[obj_6123] -model=model_8234 -manwear=model_8234 -womanwear=model_8234 -members=yes -name=Beer glass -womanwearoff=3,-11,6 - -// 6124 -[obj_6124] -certlink=obj_5935 -certtemplate=obj_799 - -// 6125 -[obj_6125] -model=model_4269 -iop1=Play -2dxof=-4 -2dzoom=1230 -2dyan=144 -2dxan=464 -cost=1000 -manwear=model_4394 -members=yes -name=Enchanted lyre(2) - -// 6126 -[obj_6126] -model=model_4269 -iop1=Play -2dxof=-4 -2dzoom=1230 -2dyan=144 -2dxan=464 -cost=1000 -manwear=model_4394 -members=yes -name=Enchanted lyre(3) - -// 6127 -[obj_6127] -model=model_4269 -iop1=Play -2dxof=-4 -2dzoom=1230 -2dyan=144 -2dxan=464 -cost=1000 -manwear=model_4394 -members=yes -name=Enchanted lyre(4) - -// 6128 -[obj_6128] -cost=35200 -model=model_8758 -iop2=Wear -manwear=model_230 -manwear2=model_8747 -womanwear=model_403 -womanwear2=model_8753 -manhead=model_39759 -womanhead=model_39162 -members=yes -2dzoom=620 -2dxan=60 -stockmarket=yes -name=Rock-shell helm -certlink=obj_6175 -lentlink=obj_13411 - -// 6129 -[obj_6129] -cost=65000 -model=model_8760 -iop2=Wear -manwear=model_8749 -womanwear=model_8757 -members=yes -2dzoom=1190 -2dxan=476 -stockmarket=yes -name=Rock-shell plate -certlink=obj_6176 -lentlink=obj_13412 - -// 6130 -[obj_6130] -cost=64000 -model=model_8759 -iop2=Wear -manwear=model_8748 -womanwear=model_8755 -members=yes -2dyof=6 -2dzoom=1720 -2dxan=528 -stockmarket=yes -name=Rock-shell legs -certlink=obj_6177 -lentlink=obj_13413 - -// 6131 -[obj_6131] -cost=60000 -model=model_8701 -2dxof=3 -2dyof=-4 -2dzoom=810 -2dyan=156 -2dxan=44 -iop2=Wear -manwear=model_215 -manwear2=model_8728 -womanwear=model_391 -womanwear2=model_8752 -manhead=model_39732 -womanhead=model_39020 -members=yes -stockmarket=yes -name=Spined helm -certlink=obj_6132 -lentlink=obj_13414 - -// 6132 -[obj_6132] -certlink=obj_6131 -certtemplate=obj_799 - -// 6133 -[obj_6133] -cost=7800 -model=model_8703 -2dxof=-1 -2dyof=4 -2dzoom=1140 -2dxan=460 -iop2=Wear -manwear=model_8732 -womanwear=model_8756 -members=yes -stockmarket=yes -name=Spined body -certlink=obj_6134 -lentlink=obj_13415 - -// 6134 -[obj_6134] -certlink=obj_6133 -certtemplate=obj_799 - -// 6135 -[obj_6135] -cost=3900 -model=model_8702 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_8730 -womanwear=model_8754 -members=yes -stockmarket=yes -name=Spined chaps -certlink=obj_6136 -lentlink=obj_13416 - -// 6136 -[obj_6136] -certlink=obj_6135 -certtemplate=obj_799 - -// 6137 -[obj_6137] -cost=10000 -model=model_8737 -iop2=Wear -manwear=model_8729 -womanwear=model_391 -womanwear2=model_8734 -manhead=model_39702 -womanhead=model_38968 -members=yes -2dyof=-46 -2dzoom=800 -2dyan=1004 -2dxan=228 -ambient=30 -contrast=30 -stockmarket=yes -name=Skeletal helm -certlink=obj_6138 -lentlink=obj_13417 - -// 6138 -[obj_6138] -certlink=obj_6137 -certtemplate=obj_799 - -// 6139 -[obj_6139] -cost=45000 -model=model_8739 -iop2=Wear -manwear=model_8733 -womanwear=model_8736 -members=yes -2dzoom=1190 -2dxan=544 -stockmarket=yes -name=Skeletal top -certlink=obj_6140 -lentlink=obj_13418 - -// 6140 -[obj_6140] -certlink=obj_6139 -certtemplate=obj_799 - -// 6141 -[obj_6141] -cost=40000 -model=model_8738 -iop2=Wear -manwear=model_8731 -womanwear=model_8735 -members=yes -2dyof=6 -2dzoom=1710 -2dxan=536 -stockmarket=yes -name=Skeletal bottoms -certlink=obj_6142 -lentlink=obj_13419 - -// 6142 -[obj_6142] -certlink=obj_6141 -certtemplate=obj_799 - -// 6143 -[obj_6143] -cost=650 -model=model_8699 -2dxof=2 -2dyof=-2 -2dzoom=660 -2dyan=104 -2dxan=96 -members=yes -iop2=Wear -manwear=model_8727 -womanwear=model_8751 -stockmarket=yes -name=Spined boots -certlink=obj_6144 -lentlink=obj_13420 - -// 6144 -[obj_6144] -certlink=obj_6143 -certtemplate=obj_799 - -// 6145 -[obj_6145] -cost=650 -model=model_8699 -2dxof=2 -2dyof=-2 -2dzoom=660 -2dyan=104 -2dxan=96 -members=yes -iop2=Wear -manwear=model_8727 -womanwear=model_8751 -stockmarket=yes -recol1s=11626 -recol1d=7398 -recol2s=8455 -recol2d=6341 -recol3s=8389 -recol3d=6341 -name=Rock-shell boots -certlink=obj_6146 -lentlink=obj_13421 - -// 6146 -[obj_6146] -certlink=obj_6145 -certtemplate=obj_799 - -// 6147 -[obj_6147] -cost=650 -model=model_8699 -2dxof=2 -2dyof=-2 -2dzoom=660 -2dyan=104 -2dxan=96 -members=yes -iop2=Wear -manwear=model_8727 -womanwear=model_8751 -stockmarket=yes -recol1s=11626 -recol1d=28405 -recol2s=8455 -recol2d=6341 -recol3s=8389 -recol3d=6341 -name=Skeletal boots -certlink=obj_6148 -lentlink=obj_13422 - -// 6148 -[obj_6148] -certlink=obj_6147 -certtemplate=obj_799 - -// 6149 -[obj_6149] -cost=650 -model=model_8700 -2dxof=2 -2dyof=-14 -2dzoom=710 -2dyan=2000 -2dxan=332 -members=yes -iop2=Wear -manwear=model_8726 -womanwear=model_8750 -stockmarket=yes -name=Spined gloves -certlink=obj_6150 -lentlink=obj_13423 - -// 6150 -[obj_6150] -certlink=obj_6149 -certtemplate=obj_799 - -// 6151 -[obj_6151] -cost=650 -model=model_8700 -2dxof=2 -2dyof=-14 -2dzoom=710 -2dyan=2000 -2dxan=332 -members=yes -iop2=Wear -manwear=model_8726 -womanwear=model_8750 -stockmarket=yes -recol1s=11626 -recol1d=7398 -recol2s=8455 -recol2d=6341 -name=Rock-shell gloves -certlink=obj_6152 -lentlink=obj_13424 - -// 6152 -[obj_6152] -certlink=obj_6151 -certtemplate=obj_799 - -// 6153 -[obj_6153] -cost=650 -model=model_8700 -2dxof=2 -2dyof=-14 -2dzoom=710 -2dyan=2000 -2dxan=332 -members=yes -iop2=Wear -manwear=model_8726 -womanwear=model_8750 -stockmarket=yes -recol1s=11626 -recol1d=28405 -recol2s=8455 -recol2d=6341 -recol3s=8389 -recol3d=6341 -name=Skeletal gloves -certlink=obj_6154 -lentlink=obj_13425 - -// 6154 -[obj_6154] -certlink=obj_6153 -certtemplate=obj_799 - -// 6155 -[obj_6155] -cost=60 -model=model_8698 -members=yes -2dxof=2 -2dyof=7 -2dzoom=1470 -2dyan=888 -2dxan=360 -stockmarket=yes -name=Dagannoth hide -certlink=obj_6156 - -// 6156 -[obj_6156] -certlink=obj_6155 -certtemplate=obj_799 - -// 6157 -[obj_6157] -cost=60 -model=model_8706 -members=yes -2dxof=2 -2dyof=3 -2dzoom=890 -2dyan=1100 -2dxan=556 -stockmarket=yes -name=Rock-shell chunk -certlink=obj_6158 - -// 6158 -[obj_6158] -certlink=obj_6157 -certtemplate=obj_799 - -// 6159 -[obj_6159] -cost=60 -model=model_8707 -members=yes -2dxof=5 -2dzoom=1020 -2dyan=956 -2dxan=556 -stockmarket=yes -name=Rock-shell shard -certlink=obj_6160 - -// 6160 -[obj_6160] -certlink=obj_6159 -certtemplate=obj_799 - -// 6161 -[obj_6161] -cost=60 -model=model_8708 -members=yes -2dzoom=1360 -2dyan=1048 -2dxan=484 -stockmarket=yes -name=Rock-shell splinter -certlink=obj_6162 - -// 6162 -[obj_6162] -certlink=obj_6161 -certtemplate=obj_799 - -// 6163 -[obj_6163] -cost=60 -model=model_8711 -members=yes -2dyof=6 -2dzoom=830 -2dyan=1200 -2dxan=436 -stockmarket=yes -name=Skull piece -certlink=obj_6164 - -// 6164 -[obj_6164] -certlink=obj_6163 -certtemplate=obj_799 - -// 6165 -[obj_6165] -cost=60 -model=model_8710 -members=yes -2dxof=4 -2dyof=-7 -2dzoom=950 -2dyan=272 -2dxan=184 -stockmarket=yes -name=Ribcage piece -certlink=obj_6166 - -// 6166 -[obj_6166] -certlink=obj_6165 -certtemplate=obj_799 - -// 6167 -[obj_6167] -cost=60 -model=model_8709 -members=yes -2dyof=-12 -2dzoom=800 -2dyan=1284 -2dxan=244 -stockmarket=yes -name=Fibula piece -certlink=obj_6168 - -// 6168 -[obj_6168] -certlink=obj_6167 -certtemplate=obj_799 - -// 6169 -[obj_6169] -cost=60 -model=model_8705 -members=yes -2dyof=1 -2dzoom=1200 -2dyan=1096 -2dxan=492 -stockmarket=yes -name=Circular hide -certlink=obj_6170 - -// 6170 -[obj_6170] -certlink=obj_6169 -certtemplate=obj_799 - -// 6171 -[obj_6171] -cost=60 -model=model_8697 -members=yes -2dxof=2 -2dyof=7 -2dzoom=1470 -2dyan=888 -2dxan=360 -stockmarket=yes -name=Flattened hide -certlink=obj_6172 - -// 6172 -[obj_6172] -certlink=obj_6171 -certtemplate=obj_799 - -// 6173 -[obj_6173] -cost=60 -model=model_8704 -members=yes -2dzoom=1840 -2dyan=996 -2dxan=544 -stockmarket=yes -name=Stretched hide -certlink=obj_6174 - -// 6174 -[obj_6174] -certlink=obj_6173 -certtemplate=obj_799 - -// 6175 -[obj_6175] -certlink=obj_6128 -certtemplate=obj_799 - -// 6176 -[obj_6176] -certlink=obj_6129 -certtemplate=obj_799 - -// 6177 -[obj_6177] -certlink=obj_6130 -certtemplate=obj_799 - -// 6178 -[obj_6178] -cost=5 -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -name=Raw pheasant - -// 6179 -[obj_6179] -cost=5 -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -name=Raw pheasant - -// 6180 -[obj_6180] -model=model_8810 -iop2=Wear -manwear=model_8780 -manwear2=model_170 -womanwear=model_8848 -womanwear2=model_348 -2dxof=7 -2dyof=21 -2dzoom=1420 -2dyan=132 -2dxan=348 -recol1s=14724 -recol1d=32755 -name=Lederhosen top - -// 6181 -[obj_6181] -model=model_8809 -iop2=Wear -manwear=model_8777 -womanwear=model_8783 -2dxof=11 -2dyof=2 -2dzoom=1760 -2dyan=44 -2dxan=364 -name=Lederhosen shorts - -// 6182 -[obj_6182] -model=model_8808 -iop2=Wear -manwear=model_8775 -manwear2=model_215 -womanwear=model_8847 -womanwear2=model_391 -manhead=model_39538 -manhead2=model_39836 -womanhead=model_38788 -womanhead2=model_39102 -2dxof=4 -2dyof=-18 -2dzoom=920 -2dyan=212 -2dxan=196 -name=Lederhosen hat - -// 6183 -[obj_6183] -model=model_8807 -2dyof=1 -2dzoom=1090 -2dxan=468 -cost=0 -name=Frog token - -// 6184 -[obj_6184] -model=model_7665 -manwear=model_7611 -manwear2=model_162 -womanwear=model_8786 -womanwear2=model_8846 -iop2=Wear -2dyof=5 -2dzoom=1530 -2dxan=628 -cost=0 -recol1s=14724 -recol1d=7218 -name=Prince tunic - -// 6185 -[obj_6185] -model=model_8811 -manwear=model_8778 -womanwear=model_8784 -iop2=Wear -2dxof=-2 -2dyof=17 -2dzoom=1590 -2dyan=4 -2dxan=360 -cost=0 -recol1s=6144 -recol1d=6145 -recol2s=2340 -recol2d=32767 -name=Prince leggings - -// 6186 -[obj_6186] -model=model_8812 -womanwear=model_8786 -womanwear2=model_8846 -manwear=model_7611 -manwear2=model_162 -iop2=Wear -2dyof=9 -2dzoom=1140 -2dxan=400 -cost=0 -recol1s=14724 -recol1d=32767 -retex1s=material_359 -retex1d=material_256 -name=Princess blouse - -// 6187 -[obj_6187] -model=model_8813 -womanwear=model_8784 -manwear=model_8778 -iop2=Wear -2dyof=-4 -2dzoom=1730 -2dxan=492 -cost=0 -recol1s=2340 -recol1d=27548 -recol2s=6144 -recol2d=32767 -retex1s=material_359 -retex1d=material_256 -name=Princess skirt - -// 6188 -[obj_6188] -model=model_8806 -manwear=model_8776 -womanwear=model_8782 -manhead=model_39985 -womanhead=model_39086 -2dyof=5 -2dzoom=900 -2dxan=288 -iop2=Wear -cost=0 -name=Frog mask - -// 6189 -[obj_6189] -model=model_8829 -2dyof=3 -2dzoom=1370 -2dyan=1840 -2dxan=532 -dummyitem=2 - -// 6190 -[obj_6190] -model=model_8830 -2dyof=3 -2dzoom=1340 -2dyan=1920 -2dxan=464 -dummyitem=2 - -// 6191 -[obj_6191] -model=model_8836 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -dummyitem=2 -recol1s=32736 -recol1d=28407 - -// 6192 -[obj_6192] -model=model_8828 -2dxof=-7 -2dyof=-2 -2dzoom=1180 -2dyan=1128 -2dxan=420 -dummyitem=2 -recol1s=16704 -recol1d=28407 - -// 6193 -[obj_6193] -model=model_8833 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -dummyitem=2 -recol1s=15392 -recol1d=28407 - -// 6194 -[obj_6194] -model=model_8832 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -dummyitem=2 -recol1s=7296 -recol1d=28407 -recol2s=15789 -recol2d=28407 - -// 6195 -[obj_6195] -model=model_8835 -2dyof=15 -2dzoom=710 -2dyan=136 -2dxan=300 -dummyitem=2 -recol1s=8320 -recol1d=28407 - -// 6196 -[obj_6196] -model=model_8837 -2dxof=4 -2dyof=4 -2dzoom=1000 -2dyan=1512 -2dxan=332 -dummyitem=2 -recol1s=11457 -recol1d=28407 - -// 6197 -[obj_6197] -model=model_8834 -2dxof=3 -2dyof=-35 -2dzoom=830 -2dyan=180 -2dzan=2024 -2dxan=268 -dummyitem=2 -recol1s=32767 -recol1d=28407 -recol2s=32576 -recol2d=16846 - -// 6198 -[obj_6198] -model=model_8831 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -dummyitem=2 -recol1s=11561 -recol1d=28407 -recol2s=32576 -recol2d=16846 - -// 6199 -[obj_6199] -cost=1 -model=model_2426 -2dyof=-14 -2dzoom=1180 -2dyan=172 -2dxan=160 -iop1=Open -recol1s=160 -recol1d=32192 -name=Mystery box - -// 6200 -[obj_6200] -cost=0 -model=model_8804 -2dxof=-3 -2dyof=18 -2dzoom=1270 -2dyan=1928 -2dxan=400 -name=Raw fishlike thing - -// 6201 -[obj_6201] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 6202 -[obj_6202] -cost=0 -model=model_8804 -iop1=Eat -2dxof=-3 -2dyof=18 -2dzoom=1270 -2dyan=1928 -2dxan=400 -recol1s=11902 -recol1d=17732 -recol2s=13982 -recol2d=18823 -recol3s=20252 -recol3d=21994 -recol4s=23356 -recol4d=25164 -name=Fishlike thing - -// 6203 -[obj_6203] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 6204 -[obj_6204] -cost=0 -model=model_8804 -2dxof=-3 -2dyof=18 -2dzoom=1270 -2dyan=1928 -2dxan=400 -name=Raw fishlike thing - -// 6205 -[obj_6205] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 6206 -[obj_6206] -cost=0 -model=model_8804 -iop1=Eat -2dxof=-3 -2dyof=18 -2dzoom=1270 -2dyan=1928 -2dxan=400 -recol1s=11902 -recol1d=17732 -recol2s=13982 -recol2d=18823 -recol3s=20252 -recol3d=21994 -recol4s=23356 -recol4d=25164 -name=Fishlike thing - -// 6207 -[obj_6207] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 6208 -[obj_6208] -model=model_8803 -manwear=model_8779 -womanwear=model_8785 -iop2=Wear -2dxof=4 -2dyof=42 -2dzoom=530 -2dyan=140 -2dxan=308 -name=Man speak amulet -womanwearoff=0,6,0 - -// 6209 -[obj_6209] -model=model_2403 -2dxof=3 -2dyof=5 -2dzoom=840 -2dyan=132 -2dxan=380 -cost=5 -manwear=model_551 -womanwear=model_551 -name=Small fishing net -womanwearoff=0,6,0 - -// 6210 -[obj_6210] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 6211 -[obj_6211] -cost=100 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -members=yes -stockmarket=yes -recol1s=12548 -recol1d=17830 -recol2s=10434 -recol2d=17830 -recol3s=20935 -recol3d=10434 -name=Teak pyre logs -certlink=obj_6212 - -// 6212 -[obj_6212] -certlink=obj_6211 -certtemplate=obj_799 - -// 6213 -[obj_6213] -cost=200 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -members=yes -stockmarket=yes -recol1s=12548 -recol1d=19909 -recol2s=10434 -recol2d=6306 -recol3s=20935 -recol3d=5216 -name=Mahogany pyre log -certlink=obj_6214 - -// 6214 -[obj_6214] -certlink=obj_6213 -certtemplate=obj_799 - -// 6215 -[obj_6215] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield (10) -womanwearoff=-3,-11,6 -certlink=obj_6216 - -// 6216 -[obj_6216] -certlink=obj_6215 -certtemplate=obj_799 - -// 6217 -[obj_6217] -cost=2750 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield (9) -womanwearoff=-3,-11,6 -certlink=obj_6218 - -// 6218 -[obj_6218] -certlink=obj_6217 -certtemplate=obj_799 - -// 6219 -[obj_6219] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield (8) -womanwearoff=-3,-11,6 -certlink=obj_6220 - -// 6220 -[obj_6220] -certlink=obj_6219 -certtemplate=obj_799 - -// 6221 -[obj_6221] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield (7) -womanwearoff=-3,-11,6 -certlink=obj_6222 - -// 6222 -[obj_6222] -certlink=obj_6221 -certtemplate=obj_799 - -// 6223 -[obj_6223] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield (6) -womanwearoff=-3,-11,6 -certlink=obj_6224 - -// 6224 -[obj_6224] -certlink=obj_6223 -certtemplate=obj_799 - -// 6225 -[obj_6225] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield (5) -womanwearoff=-3,-11,6 -certlink=obj_6226 - -// 6226 -[obj_6226] -certlink=obj_6225 -certtemplate=obj_799 - -// 6227 -[obj_6227] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield (4) -womanwearoff=-3,-11,6 -certlink=obj_6228 - -// 6228 -[obj_6228] -certlink=obj_6227 -certtemplate=obj_799 - -// 6229 -[obj_6229] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield (3) -womanwearoff=-3,-11,6 -certlink=obj_6230 - -// 6230 -[obj_6230] -certlink=obj_6229 -certtemplate=obj_799 - -// 6231 -[obj_6231] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield (2) -womanwearoff=-3,-11,6 -certlink=obj_6232 - -// 6232 -[obj_6232] -certlink=obj_6231 -certtemplate=obj_799 - -// 6233 -[obj_6233] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield (1) -womanwearoff=-3,-11,6 -certlink=obj_6234 - -// 6234 -[obj_6234] -certlink=obj_6233 -certtemplate=obj_799 - -// 6235 -[obj_6235] -cost=3000 -members=yes -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Broodoo shield -womanwearoff=-3,-11,6 -certlink=obj_6236 - -// 6236 -[obj_6236] -certlink=obj_6235 -certtemplate=obj_799 - -// 6237 -[obj_6237] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield (10) -womanwearoff=-3,-11,6 -certlink=obj_6238 - -// 6238 -[obj_6238] -certlink=obj_6237 -certtemplate=obj_799 - -// 6239 -[obj_6239] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield (9) -womanwearoff=-3,-11,6 -certlink=obj_6240 - -// 6240 -[obj_6240] -certlink=obj_6239 -certtemplate=obj_799 - -// 6241 -[obj_6241] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield (8) -womanwearoff=-3,-11,6 -certlink=obj_6242 - -// 6242 -[obj_6242] -certlink=obj_6241 -certtemplate=obj_799 - -// 6243 -[obj_6243] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield (7) -womanwearoff=-3,-11,6 -certlink=obj_6244 - -// 6244 -[obj_6244] -certlink=obj_6243 -certtemplate=obj_799 - -// 6245 -[obj_6245] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield (6) -womanwearoff=-3,-11,6 -certlink=obj_6246 - -// 6246 -[obj_6246] -certlink=obj_6245 -certtemplate=obj_799 - -// 6247 -[obj_6247] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield (5) -womanwearoff=-3,-11,6 -certlink=obj_6248 - -// 6248 -[obj_6248] -certlink=obj_6247 -certtemplate=obj_799 - -// 6249 -[obj_6249] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield (4) -womanwearoff=-3,-11,6 -certlink=obj_6250 - -// 6250 -[obj_6250] -certlink=obj_6249 -certtemplate=obj_799 - -// 6251 -[obj_6251] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield (3) -womanwearoff=-3,-11,6 -certlink=obj_6252 - -// 6252 -[obj_6252] -certlink=obj_6251 -certtemplate=obj_799 - -// 6253 -[obj_6253] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield (2) -womanwearoff=-3,-11,6 -certlink=obj_6254 - -// 6254 -[obj_6254] -certlink=obj_6253 -certtemplate=obj_799 - -// 6255 -[obj_6255] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield (1) -womanwearoff=-3,-11,6 -certlink=obj_6256 - -// 6256 -[obj_6256] -certlink=obj_6255 -certtemplate=obj_799 - -// 6257 -[obj_6257] -cost=3000 -members=yes -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -name=Broodoo shield -womanwearoff=-3,-11,6 -certlink=obj_6258 - -// 6258 -[obj_6258] -certlink=obj_6257 -certtemplate=obj_799 - -// 6259 -[obj_6259] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Broodoo shield (10) -womanwearoff=-3,-11,6 -certlink=obj_6260 - -// 6260 -[obj_6260] -certlink=obj_6259 -certtemplate=obj_799 - -// 6261 -[obj_6261] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Broodoo shield (9) -womanwearoff=-3,-11,6 -certlink=obj_6262 - -// 6262 -[obj_6262] -certlink=obj_6261 -certtemplate=obj_799 - -// 6263 -[obj_6263] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Broodoo shield (8) -womanwearoff=-3,-11,6 -certlink=obj_6264 - -// 6264 -[obj_6264] -certlink=obj_6263 -certtemplate=obj_799 - -// 6265 -[obj_6265] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Broodoo shield (7) -womanwearoff=-3,-11,6 -certlink=obj_6266 - -// 6266 -[obj_6266] -certlink=obj_6265 -certtemplate=obj_799 - -// 6267 -[obj_6267] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Broodoo shield (6) -womanwearoff=-3,-11,6 -certlink=obj_6268 - -// 6268 -[obj_6268] -certlink=obj_6267 -certtemplate=obj_799 - -// 6269 -[obj_6269] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Broodoo shield (5) -womanwearoff=-3,-11,6 -certlink=obj_6270 - -// 6270 -[obj_6270] -certlink=obj_6269 -certtemplate=obj_799 - -// 6271 -[obj_6271] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Broodoo shield (4) -womanwearoff=-3,-11,6 -certlink=obj_6272 - -// 6272 -[obj_6272] -certlink=obj_6271 -certtemplate=obj_799 - -// 6273 -[obj_6273] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Broodoo shield (3) -womanwearoff=-3,-11,6 -certlink=obj_6274 - -// 6274 -[obj_6274] -certlink=obj_6273 -certtemplate=obj_799 - -// 6275 -[obj_6275] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Broodoo shield (2) -womanwearoff=-3,-11,6 -certlink=obj_6276 - -// 6276 -[obj_6276] -certlink=obj_6275 -certtemplate=obj_799 - -// 6277 -[obj_6277] -cost=3000 -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Broodoo shield (1) -womanwearoff=-3,-11,6 -certlink=obj_6278 - -// 6278 -[obj_6278] -certlink=obj_6277 -certtemplate=obj_799 - -// 6279 -[obj_6279] -cost=3000 -members=yes -iop2=Wield -model=model_8881 -manwear=model_8948 -womanwear=model_8948 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -stockmarket=yes -name=Broodoo shield -womanwearoff=-3,-11,6 -certlink=obj_6280 - -// 6280 -[obj_6280] -certlink=obj_6279 -certtemplate=obj_799 - -// 6281 -[obj_6281] -model=model_5152 -2dxof=2 -2dyof=12 -2dzoom=1450 -2dyan=1988 -2dxan=684 -manwear=model_8946 -womanwear=model_8946 -members=yes -cost=10 -stockmarket=yes -recol1s=12614 -recol1d=22023 -name=Thatch spar light -womanwearoff=3,-11,6 -certlink=obj_6282 - -// 6282 -[obj_6282] -certlink=obj_6281 -certtemplate=obj_799 - -// 6283 -[obj_6283] -model=model_5152 -2dxof=2 -2dyof=12 -2dzoom=1450 -2dyan=1988 -2dxan=684 -manwear=model_8946 -womanwear=model_8946 -members=yes -cost=15 -stockmarket=yes -recol1s=12614 -recol1d=13635 -name=Thatch spar med -womanwearoff=3,-11,6 -certlink=obj_6284 - -// 6284 -[obj_6284] -certlink=obj_6283 -certtemplate=obj_799 - -// 6285 -[obj_6285] -model=model_5152 -2dxof=2 -2dyof=12 -2dzoom=1450 -2dyan=1988 -2dxan=684 -manwear=model_8946 -womanwear=model_8946 -members=yes -cost=20 -stockmarket=yes -recol1s=12614 -recol1d=10432 -name=Thatch spar dense -womanwearoff=3,-11,6 -certlink=obj_6286 - -// 6286 -[obj_6286] -certlink=obj_6285 -certtemplate=obj_799 - -// 6287 -[obj_6287] -model=model_8861 -2dxof=3 -2dzoom=1500 -2dyan=4 -2dxan=328 -cost=35 -members=yes -stockmarket=yes -recol1s=16906 -recol1d=12673 -recol2s=13737 -recol2d=10504 -recol3s=5283 -recol3d=9507 -recol4s=9509 -recol4d=9507 -recol5s=32758 -recol5d=16906 -name=Snake hide -certlink=obj_6288 - -// 6288 -[obj_6288] -certlink=obj_6287 -certtemplate=obj_799 - -// 6289 -[obj_6289] -model=model_8861 -cost=50 -2dxof=3 -2dzoom=1500 -2dyan=4 -2dxan=328 -members=yes -stockmarket=yes -name=Snakeskin -certlink=obj_6290 - -// 6290 -[obj_6290] -certlink=obj_6289 -certtemplate=obj_799 - -// 6291 -[obj_6291] -cost=15 -model=model_20419 -2dxof=-1 -2dyof=-5 -2dzoom=1373 -2dyan=166 -2dzan=55 -2dxan=387 -members=yes -stockmarket=yes -recol1s=2014 -recol1d=12901 -recol2s=31773 -recol2d=11590 -recol3s=1666 -recol3d=6567 -recol4s=14392 -recol4d=11590 -recol5s=31808 -recol5d=10756 -name=Spider carcass -certlink=obj_6292 - -// 6292 -[obj_6292] -certlink=obj_6291 -certtemplate=obj_799 - -// 6293 -[obj_6293] -cost=25 -model=model_8869 -2dxof=-3 -2dyof=45 -2dzoom=1710 -2dyan=436 -2dxan=300 -members=yes -stockmarket=yes -recol1s=5284 -recol1d=12901 -name=Spider on stick -certlink=obj_6294 - -// 6294 -[obj_6294] -certlink=obj_6293 -certtemplate=obj_799 - -// 6295 -[obj_6295] -cost=20 -model=model_8868 -2dxof=-3 -2dyof=45 -2dzoom=1710 -2dyan=436 -2dxan=300 -members=yes -stockmarket=yes -recol1s=5284 -recol1d=12901 -name=Spider on shaft -certlink=obj_6296 - -// 6296 -[obj_6296] -certlink=obj_6295 -certtemplate=obj_799 - -// 6297 -[obj_6297] -cost=50 -model=model_8869 -2dxof=-3 -2dyof=45 -2dzoom=1710 -2dyan=436 -2dxan=300 -iop1=Eat -members=yes -stockmarket=yes -recol1s=5284 -recol1d=21093 -name=Spider on stick -certlink=obj_6298 - -// 6298 -[obj_6298] -certlink=obj_6297 -certtemplate=obj_799 - -// 6299 -[obj_6299] -cost=40 -model=model_8868 -2dxof=-3 -2dyof=45 -2dzoom=1710 -2dyan=436 -2dxan=300 -iop1=Eat -members=yes -stockmarket=yes -recol1s=5284 -recol1d=21093 -name=Spider on shaft -certlink=obj_6300 - -// 6300 -[obj_6300] -certlink=obj_6299 -certtemplate=obj_799 - -// 6301 -[obj_6301] -cost=1 -model=model_8869 -2dxof=-3 -2dyof=45 -2dzoom=1710 -2dyan=436 -2dxan=300 -members=yes -recol1s=5284 -recol1d=7396 -name=Burnt spider -certlink=obj_6302 - -// 6302 -[obj_6302] -certlink=obj_6301 -certtemplate=obj_799 - -// 6303 -[obj_6303] -cost=1 -model=model_8868 -2dxof=-3 -2dyof=45 -2dzoom=1710 -2dyan=436 -2dxan=300 -members=yes -recol1s=5284 -recol1d=7396 -name=Spider on shaft -certlink=obj_6304 - -// 6304 -[obj_6304] -certlink=obj_6303 -certtemplate=obj_799 - -// 6305 -[obj_6305] -cost=10 -model=model_8870 -2dxof=-3 -2dyof=45 -2dzoom=1710 -2dyan=436 -2dxan=300 -stackable=yes -members=yes -stockmarket=yes -name=Skewer stick - -// 6306 -[obj_6306] -cost=1 -model=model_8871 -2dxof=-6 -2dyof=-27 -2dzoom=1750 -2dyan=152 -2dxan=212 -members=yes -stackable=yes -count1=obj_6307,10 -count2=obj_6308,100 -count3=obj_6309,1000 -count4=obj_6310,10000 -stockmarket=yes -name=Trading sticks - -// 6307 -[obj_6307] -model=model_8872 -2dxof=-6 -2dyof=-27 -2dzoom=1750 -2dyan=152 -2dxan=212 -members=yes -dummyitem=2 -stackable=yes - -// 6308 -[obj_6308] -model=model_8873 -2dxof=-6 -2dyof=-27 -2dzoom=1750 -2dyan=152 -2dxan=212 -members=yes -dummyitem=2 -stackable=yes - -// 6309 -[obj_6309] -model=model_8874 -2dxof=-6 -2dyof=-27 -2dzoom=1750 -2dyan=152 -2dxan=212 -members=yes -dummyitem=2 -stackable=yes - -// 6310 -[obj_6310] -model=model_8875 -2dxof=-6 -2dyof=-27 -2dzoom=1750 -2dyan=152 -2dxan=212 -members=yes -dummyitem=2 -stackable=yes - -// 6311 -[obj_6311] -cost=200 -model=model_8859 -2dyof=-30 -2dzoom=1840 -2dyan=384 -2dzan=1964 -2dxan=192 -iop1=Eat -members=yes -stockmarket=yes -name=Gout tuber -certlink=obj_6312 - -// 6312 -[obj_6312] -certlink=obj_6311 -certtemplate=obj_799 - -// 6313 -[obj_6313] -cost=500 -model=model_2841 -2dxof=-2 -2dyof=-12 -2dzoom=770 -2dyan=88 -2dxan=200 -iop2=Wield -manwear=model_566 -womanwear=model_566 -members=yes -stockmarket=yes -recol1s=25236 -recol1d=32752 -recol2s=18960 -recol2d=13675 -name=Opal machete -womanwearoff=3,-11,6 -certlink=obj_6314 - -// 6314 -[obj_6314] -certlink=obj_6313 -certtemplate=obj_799 - -// 6315 -[obj_6315] -cost=1000 -model=model_2841 -2dxof=-2 -2dyof=-12 -2dzoom=770 -2dyan=88 -2dxan=200 -iop2=Wield -manwear=model_566 -womanwear=model_566 -members=yes -stockmarket=yes -recol1s=25236 -recol1d=23536 -recol2s=18960 -recol2d=13675 -name=Jade machete -womanwearoff=3,-11,6 -certlink=obj_6316 - -// 6316 -[obj_6316] -certlink=obj_6315 -certtemplate=obj_799 - -// 6317 -[obj_6317] -cost=2000 -model=model_2841 -2dxof=-2 -2dyof=-12 -2dzoom=770 -2dyan=88 -2dxan=200 -iop2=Wield -manwear=model_566 -womanwear=model_566 -members=yes -stockmarket=yes -recol1s=25236 -recol1d=31759 -recol2s=18960 -recol2d=13675 -name=Red topaz machete -womanwearoff=3,-11,6 -certlink=obj_6318 - -// 6318 -[obj_6318] -certlink=obj_6317 -certtemplate=obj_799 - -// 6319 -[obj_6319] -cost=5 -model=model_8857 -2dxof=3 -2dyof=4 -2dzoom=650 -2dyan=1984 -2dxan=308 -members=yes -stackable=yes -count1=obj_6320,100 -count2=obj_6321,1000 -stockmarket=yes -recol1s=7399 -recol1d=32598 -name=Proboscis - -// 6320 -[obj_6320] -cost=5 -model=model_8856 -2dxof=3 -2dyof=4 -2dzoom=650 -2dyan=1984 -2dxan=308 -members=yes -stackable=yes -dummyitem=2 -recol1s=7399 -recol1d=32598 - -// 6321 -[obj_6321] -model=model_8858 -2dxof=3 -2dyof=4 -2dzoom=650 -2dyan=1984 -2dxan=308 -members=yes -stackable=yes -dummyitem=2 - -// 6322 -[obj_6322] -cost=1250 -iop2=Wear -members=yes -model=model_8865 -manwear=model_8927 -manwear2=model_8915 -womanwear=model_8942 -womanwear2=model_8930 -2dxof=2 -2dyof=10 -2dzoom=1370 -2dyan=128 -2dxan=312 -stockmarket=yes -name=Snakeskin body -certlink=obj_6323 - -// 6323 -[obj_6323] -certlink=obj_6322 -certtemplate=obj_799 - -// 6324 -[obj_6324] -cost=1175 -members=yes -iop2=Wear -model=model_8864 -manwear=model_8924 -womanwear=model_8939 -2dyof=15 -2dzoom=1530 -2dyan=56 -2dxan=372 -stockmarket=yes -name=Snakeskin chaps -certlink=obj_6325 - -// 6325 -[obj_6325] -certlink=obj_6324 -certtemplate=obj_799 - -// 6326 -[obj_6326] -cost=300 -iop2=Wear -members=yes -model=model_8862 -manwear=model_8922 -womanwear=model_8937 -manhead=model_39783 -womanhead=model_39088 -2dzoom=860 -2dyan=160 -2dxan=208 -stockmarket=yes -name=Snakeskin bandana -certlink=obj_6327 - -// 6327 -[obj_6327] -certlink=obj_6326 -certtemplate=obj_799 - -// 6328 -[obj_6328] -cost=250 -iop2=Wear -members=yes -model=model_8863 -manwear=model_8920 -womanwear=model_8935 -2dxof=4 -2dzoom=880 -2dyan=212 -2dxan=104 -stockmarket=yes -name=Snakeskin boots -certlink=obj_6329 - -// 6329 -[obj_6329] -certlink=obj_6328 -certtemplate=obj_799 - -// 6330 -[obj_6330] -cost=434 -iop2=Wear -members=yes -model=model_8866 -manwear=model_8917 -womanwear=model_8932 -2dyof=47 -2dzoom=600 -2dyan=204 -2dxan=300 -stockmarket=yes -name=Snakeskin v'brace -certlink=obj_6331 - -// 6331 -[obj_6331] -certlink=obj_6330 -certtemplate=obj_799 - -// 6332 -[obj_6332] -cost=50 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -members=yes -op4=Light -op5=hidden -stockmarket=yes -recol1s=12548 -recol1d=22023 -recol2s=10434 -recol2d=9378 -recol3s=20935 -recol3d=7264 -name=Mahogany logs -certlink=obj_8836 - -// 6333 -[obj_6333] -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -members=yes -op4=Light -cost=30 -op5=hidden -stockmarket=yes -recol1s=12548 -recol1d=22023 -recol2s=10434 -recol2d=25194 -recol3s=20935 -recol3d=12548 -name=Teak logs -certlink=obj_6334 - -// 6334 -[obj_6334] -certlink=obj_6333 -certtemplate=obj_799 - -// 6335 -[obj_6335] -cost=500 -model=model_8880 -iop2=Wear -manwear=model_8923 -womanwear=model_8938 -manhead=model_39879 -womanhead=model_39098 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Tribal mask -certlink=obj_6336 - -// 6336 -[obj_6336] -certlink=obj_6335 -certtemplate=obj_799 - -// 6337 -[obj_6337] -cost=500 -model=model_8880 -iop2=Wear -manwear=model_8923 -womanwear=model_8938 -manhead=model_39879 -womanhead=model_8914 -womanhead=model_39098 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -recol6s=2215 -recol6d=2215 -name=Tribal mask -certlink=obj_6338 - -// 6338 -[obj_6338] -certlink=obj_6337 -certtemplate=obj_799 - -// 6339 -[obj_6339] -cost=500 -model=model_8880 -iop2=Wear -manwear=model_8923 -womanwear=model_8938 -manhead=model_39879 -womanhead=model_39098 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -stockmarket=yes -name=Tribal mask -certlink=obj_6340 - -// 6340 -[obj_6340] -certlink=obj_6339 -certtemplate=obj_799 - -// 6341 -[obj_6341] -cost=300 -members=yes -iop2=Wear -model=model_8879 -manwear=model_8928 -manwear2=model_8916 -womanwear=model_8943 -womanwear2=model_8931 -2dxof=-1 -2dyof=16 -2dzoom=1130 -2dyan=2032 -2dxan=384 -stockmarket=yes -retex1s=material_252 -retex1d=material_253 -name=Tribal top -certlink=obj_6342 - -// 6342 -[obj_6342] -certlink=obj_6341 -certtemplate=obj_799 - -// 6343 -[obj_6343] -cost=250 -members=yes -iop2=Wear -model=model_8878 -manwear=model_8925 -womanwear=model_8940 -2dzoom=1560 -2dyan=2028 -2dxan=272 -stockmarket=yes -retex1s=material_252 -retex1d=material_253 -name=Villager robe -certlink=obj_6344 - -// 6344 -[obj_6344] -certlink=obj_6343 -certtemplate=obj_799 - -// 6345 -[obj_6345] -cost=200 -members=yes -iop2=Wear -model=model_8877 -manwear=model_8921 -womanwear=model_8936 -manhead=model_39543 -manwear2=model_215 -womanwear2=model_391 -womanhead=model_38756 -2dxof=3 -2dyof=-5 -2dzoom=670 -2dyan=156 -2dxan=168 -stockmarket=yes -name=Villager hat -certlink=obj_6346 - -// 6346 -[obj_6346] -certlink=obj_6345 -certtemplate=obj_799 - -// 6347 -[obj_6347] -cost=150 -members=yes -iop2=Wear -model=model_8876 -manwear=model_8918 -womanwear=model_8933 -2dyof=-19 -2dzoom=570 -2dyan=48 -2dxan=320 -stockmarket=yes -name=Villager armband -certlink=obj_6348 - -// 6348 -[obj_6348] -certlink=obj_6347 -certtemplate=obj_799 - -// 6349 -[obj_6349] -cost=100 -iop2=Wear -members=yes -model=model_8860 -manwear=model_8919 -womanwear=model_8934 -2dxof=5 -2dyof=-93 -2dzoom=900 -2dyan=240 -2dxan=244 -stockmarket=yes -name=Villager sandals -certlink=obj_6350 - -// 6350 -[obj_6350] -certlink=obj_6349 -certtemplate=obj_799 - -// 6351 -[obj_6351] -cost=300 -members=yes -iop2=Wear -model=model_8879 -manwear=model_8928 -manwear2=model_8916 -womanwear=model_8943 -womanwear2=model_8931 -2dxof=-1 -2dyof=16 -2dzoom=1130 -2dyan=2032 -2dxan=384 -stockmarket=yes -recol1s=10401 -recol1d=13908 -recol2s=24106 -recol2d=32534 -retex1s=material_252 -retex1d=material_253 -name=Tribal top -certlink=obj_6352 - -// 6352 -[obj_6352] -certlink=obj_6351 -certtemplate=obj_799 - -// 6353 -[obj_6353] -cost=250 -members=yes -iop2=Wear -model=model_8878 -manwear=model_8925 -womanwear=model_8940 -2dzoom=1560 -2dyan=2028 -2dxan=272 -stockmarket=yes -recol1s=10401 -recol1d=13908 -recol2s=24106 -recol2d=32534 -retex1s=material_252 -retex1d=material_253 -name=Villager robe -certlink=obj_6354 - -// 6354 -[obj_6354] -certlink=obj_6353 -certtemplate=obj_799 - -// 6355 -[obj_6355] -cost=200 -members=yes -iop2=Wear -model=model_8877 -manwear=model_8921 -womanwear=model_8936 -manhead=model_39543 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_39991 -womanhead=model_38756 -2dxof=3 -2dyof=-5 -2dzoom=670 -2dyan=156 -2dxan=168 -stockmarket=yes -recol1s=10401 -recol1d=13908 -recol2s=24106 -recol2d=32534 -name=Villager hat -certlink=obj_6356 - -// 6356 -[obj_6356] -certlink=obj_6355 -certtemplate=obj_799 - -// 6357 -[obj_6357] -cost=100 -iop2=Wear -members=yes -model=model_8860 -manwear=model_8919 -womanwear=model_8934 -2dxof=5 -2dyof=-93 -2dzoom=900 -2dyan=240 -2dxan=244 -stockmarket=yes -recol1s=10401 -recol1d=13908 -recol2s=24106 -recol2d=32534 -name=Villager sandals -certlink=obj_6358 - -// 6358 -[obj_6358] -certlink=obj_6357 -certtemplate=obj_799 - -// 6359 -[obj_6359] -cost=150 -members=yes -iop2=Wear -model=model_8876 -manwear=model_8918 -womanwear=model_8933 -2dyof=-19 -2dzoom=570 -2dyan=48 -2dxan=320 -stockmarket=yes -recol1s=10401 -recol1d=13908 -recol2s=24106 -recol2d=32534 -name=Villager armband -certlink=obj_6360 - -// 6360 -[obj_6360] -certlink=obj_6359 -certtemplate=obj_799 - -// 6361 -[obj_6361] -cost=300 -members=yes -iop2=Wear -model=model_8879 -manwear=model_8928 -manwear2=model_8916 -womanwear=model_8943 -womanwear2=model_8931 -2dxof=-1 -2dyof=16 -2dzoom=1130 -2dyan=2032 -2dxan=384 -stockmarket=yes -recol1s=10401 -recol1d=9622 -recol2s=24106 -recol2d=32420 -retex1s=material_252 -retex1d=material_253 -name=Tribal top -certlink=obj_6362 - -// 6362 -[obj_6362] -certlink=obj_6361 -certtemplate=obj_799 - -// 6363 -[obj_6363] -cost=250 -members=yes -iop2=Wear -model=model_8878 -manwear=model_8925 -womanwear=model_8940 -2dzoom=1560 -2dyan=2028 -2dxan=272 -stockmarket=yes -recol1s=10401 -recol1d=9622 -recol2s=24106 -recol2d=32420 -retex1s=material_252 -retex1d=material_253 -name=Villager robe -certlink=obj_6364 - -// 6364 -[obj_6364] -certlink=obj_6363 -certtemplate=obj_799 - -// 6365 -[obj_6365] -cost=200 -members=yes -iop2=Wear -model=model_8877 -manwear=model_8921 -womanwear=model_8936 -manhead=model_39543 -manwear2=model_215 -womanwear2=model_391 -womanhead=model_38756 -2dxof=3 -2dyof=-5 -2dzoom=670 -2dyan=156 -2dxan=168 -stockmarket=yes -recol1s=10401 -recol1d=9622 -recol2s=24106 -recol2d=32420 -name=Villager hat -certlink=obj_6366 - -// 6366 -[obj_6366] -certlink=obj_6365 -certtemplate=obj_799 - -// 6367 -[obj_6367] -cost=100 -iop2=Wear -members=yes -model=model_8860 -manwear=model_8919 -womanwear=model_8934 -2dxof=5 -2dyof=-93 -2dzoom=900 -2dyan=240 -2dxan=244 -stockmarket=yes -recol1s=10401 -recol1d=9622 -recol2s=24106 -recol2d=32420 -name=Villager sandals -certlink=obj_6368 - -// 6368 -[obj_6368] -certlink=obj_6367 -certtemplate=obj_799 - -// 6369 -[obj_6369] -cost=150 -members=yes -iop2=Wear -model=model_8876 -manwear=model_8918 -womanwear=model_8933 -2dyof=-19 -2dzoom=570 -2dyan=48 -2dxan=320 -stockmarket=yes -recol1s=10401 -recol1d=9622 -recol2s=24106 -recol2d=32420 -name=Villager armband -certlink=obj_6370 - -// 6370 -[obj_6370] -certlink=obj_6369 -certtemplate=obj_799 - -// 6371 -[obj_6371] -cost=300 -members=yes -iop2=Wear -model=model_8879 -manwear=model_8928 -manwear2=model_8916 -womanwear=model_8943 -womanwear2=model_8931 -2dxof=-1 -2dyof=16 -2dzoom=1130 -2dyan=2032 -2dxan=384 -stockmarket=yes -recol1s=24106 -recol1d=24781 -recol2s=10401 -recol2d=27415 -retex1s=material_252 -retex1d=material_253 -name=Tribal top -certlink=obj_6372 - -// 6372 -[obj_6372] -certlink=obj_6371 -certtemplate=obj_799 - -// 6373 -[obj_6373] -cost=250 -members=yes -iop2=Wear -model=model_8878 -manwear=model_8925 -womanwear=model_8940 -2dzoom=1560 -2dyan=2028 -2dxan=272 -stockmarket=yes -recol1s=24106 -recol1d=24781 -recol2s=10401 -recol2d=27415 -retex1s=material_252 -retex1d=material_253 -name=Villager robe -certlink=obj_6374 - -// 6374 -[obj_6374] -certlink=obj_6373 -certtemplate=obj_799 - -// 6375 -[obj_6375] -cost=200 -members=yes -iop2=Wear -model=model_8877 -manwear=model_8921 -womanwear=model_8936 -manhead=model_39543 -manwear2=model_215 -womanwear2=model_391 -womanhead=model_38756 -2dxof=3 -2dyof=-5 -2dzoom=670 -2dyan=156 -2dxan=168 -stockmarket=yes -recol1s=24106 -recol1d=24781 -recol2s=10401 -recol2d=27415 -name=Villager hat -certlink=obj_6376 - -// 6376 -[obj_6376] -certlink=obj_6375 -certtemplate=obj_799 - -// 6377 -[obj_6377] -cost=100 -iop2=Wear -members=yes -model=model_8860 -manwear=model_8919 -womanwear=model_8934 -2dxof=5 -2dyof=-93 -2dzoom=900 -2dyan=240 -2dxan=244 -stockmarket=yes -recol1s=24106 -recol1d=24781 -recol2s=10401 -recol2d=27415 -name=Villager sandals -certlink=obj_6378 - -// 6378 -[obj_6378] -certlink=obj_6377 -certtemplate=obj_799 - -// 6379 -[obj_6379] -cost=150 -members=yes -iop2=Wear -model=model_8876 -iop2=Wear -manwear=model_8918 -womanwear=model_8933 -2dyof=-19 -2dzoom=570 -2dyan=48 -2dxan=320 -stockmarket=yes -recol1s=24106 -recol1d=24781 -recol2s=10401 -recol2d=27415 -name=Villager armband -certlink=obj_6380 - -// 6380 -[obj_6380] -certlink=obj_6379 -certtemplate=obj_799 - -// 6381 -[obj_6381] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 6382 -[obj_6382] -model=model_8989 -manwear=model_7743 -womanwear=model_9019 -manhead=model_39551 -womanhead=model_38758 -manwear2=model_215 -womanwear2=model_391 -2dxof=1 -2dyof=-58 -2dzoom=550 -2dyan=568 -2dxan=248 -iop2=Wear -members=yes -cost=20 -stockmarket=yes -name=Fez -certlink=obj_6383 - -// 6383 -[obj_6383] -certlink=obj_6382 -certtemplate=obj_799 - -// 6384 -[obj_6384] -model=model_8988 -manwear=model_292 -manwear2=model_151 -womanwear=model_456 -womanwear2=model_332 -iop2=Wear -2dyof=2 -2dzoom=1050 -2dyan=1024 -2dxan=456 -members=yes -cost=15 -stockmarket=yes -recol1s=14724 -recol1d=27412 -name=Desert top -certlink=obj_6385 - -// 6385 -[obj_6385] -certlink=obj_6384 -certtemplate=obj_799 - -// 6386 -[obj_6386] -model=model_2521 -manwear=model_265 -womanwear=model_421 -iop2=Wear -2dxof=-5 -2dyof=36 -2dzoom=1550 -2dyan=1828 -2dxan=324 -members=yes -cost=25 -stockmarket=yes -recol1s=2340 -recol1d=27412 -name=Desert robes -certlink=obj_6387 - -// 6387 -[obj_6387] -certlink=obj_6386 -certtemplate=obj_799 - -// 6388 -[obj_6388] -model=model_8994 -manwear=model_5221 -manwear2=model_170 -womanwear=model_9027 -womanwear2=model_348 -iop2=Wear -2dyof=6 -2dzoom=1640 -2dyan=1932 -2dxan=332 -members=yes -cost=35 -stockmarket=yes -recol1s=14724 -recol1d=23116 -retex1s=material_252 -retex1d=material_257 -name=Desert top -certlink=obj_6389 - -// 6389 -[obj_6389] -certlink=obj_6388 -certtemplate=obj_799 - -// 6390 -[obj_6390] -model=model_8992 -manwear=model_6090 -womanwear=model_9023 -iop2=Wear -2dyof=1 -2dzoom=1940 -2dxan=572 -members=yes -cost=25 -stockmarket=yes -retex1s=material_255 -retex1d=material_257 -name=Desert legs -certlink=obj_6391 - -// 6391 -[obj_6391] -certlink=obj_6390 -certtemplate=obj_799 - -// 6392 -[obj_6392] -model=model_8990 -manwear=model_6130 -womanwear=model_9021 -manhead=model_39591 -womanhead=model_39150 -iop2=Wear -2dyof=7 -2dzoom=890 -2dxan=540 -members=yes -cost=35 -stockmarket=yes -name=Menap headgear -certlink=obj_6393 - -// 6393 -[obj_6393] -certlink=obj_6392 -certtemplate=obj_799 - -// 6394 -[obj_6394] -model=model_8993 -manwear=model_9018 -manwear2=model_151 -womanwear=model_9026 -womanwear2=model_332 -iop2=Wear -2dyof=2 -2dzoom=1050 -2dyan=1024 -2dxan=456 -members=yes -cost=20 -stockmarket=yes -recol1s=14724 -recol1d=7183 -name=Menaphite top -certlink=obj_6395 - -// 6395 -[obj_6395] -certlink=obj_6394 -certtemplate=obj_799 - -// 6396 -[obj_6396] -model=model_8991 -manwear=model_6132 -womanwear=model_9024 -iop2=Wear -2dxof=4 -2dyof=-23 -2dzoom=1360 -2dxan=240 -members=yes -cost=40 -stockmarket=yes -name=Menaphite robe -certlink=obj_6397 - -// 6397 -[obj_6397] -certlink=obj_6396 -certtemplate=obj_799 - -// 6398 -[obj_6398] -model=model_2542 -manwear=model_6133 -womanwear=model_430 -iop2=Wear -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -members=yes -cost=20 -stockmarket=yes -recol1s=14724 -recol1d=9525 -recol2s=2340 -recol2d=32517 -recol3s=16846 -recol3d=7183 -name=Menap action kilt -certlink=obj_6399 - -// 6399 -[obj_6399] -certlink=obj_6398 -certtemplate=obj_799 - -// 6400 -[obj_6400] -model=model_8990 -manwear=model_6130 -womanwear=model_9021 -manhead=model_39591 -womanhead=model_39150 -iop2=Wear -2dyof=6 -2dzoom=930 -2dxan=588 -members=yes -cost=35 -stockmarket=yes -recol1s=7183 -recol1d=23556 -name=Menap headgear -certlink=obj_6401 - -// 6401 -[obj_6401] -certlink=obj_6400 -certtemplate=obj_799 - -// 6402 -[obj_6402] -model=model_8993 -manwear=model_9018 -manwear2=model_151 -womanwear=model_9026 -womanwear2=model_332 -iop2=Wear -2dyof=2 -2dzoom=1050 -2dyan=1024 -2dxan=456 -members=yes -cost=20 -stockmarket=yes -recol1s=14724 -recol1d=23556 -name=Menaphite top -certlink=obj_6403 - -// 6403 -[obj_6403] -certlink=obj_6402 -certtemplate=obj_799 - -// 6404 -[obj_6404] -model=model_8991 -manwear=model_6132 -womanwear=model_9024 -iop2=Wear -2dxof=4 -2dyof=-23 -2dzoom=1360 -2dxan=240 -members=yes -cost=40 -stockmarket=yes -recol1s=16846 -recol1d=9525 -recol2s=14724 -recol2d=23556 -recol3s=2340 -recol3d=32517 -recol4s=7183 -recol4d=23556 -recol5s=14724 -recol5d=23556 -name=Menaphite robe -certlink=obj_6405 - -// 6405 -[obj_6405] -certlink=obj_6404 -certtemplate=obj_799 - -// 6406 -[obj_6406] -model=model_2542 -manwear=model_6133 -womanwear=model_430 -iop2=Wear -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -members=yes -cost=20 -stockmarket=yes -recol1s=16846 -recol1d=23556 -recol2s=14724 -recol2d=23556 -recol3s=2340 -recol3d=32517 -recol4s=7183 -recol4d=23556 -name=Menap action kilt -certlink=obj_6407 - -// 6407 -[obj_6407] -certlink=obj_6406 -certtemplate=obj_799 - -// 6408 -[obj_6408] -model=model_8995 -manwear=model_8973 -womanwear=model_8973 -iop2=Wield -2dxof=6 -2dzoom=700 -2dyan=468 -2dxan=372 -members=yes -cost=400 -stockmarket=yes -name=Oak blackjack(o) -womanwearoff=3,-11,6 -certlink=obj_6409 - -// 6409 -[obj_6409] -certlink=obj_6408 -certtemplate=obj_799 - -// 6410 -[obj_6410] -model=model_8996 -manwear=model_8974 -womanwear=model_8974 -iop2=Wield -2dxof=6 -2dzoom=700 -2dyan=468 -2dxan=372 -members=yes -cost=400 -stockmarket=yes -name=Oak blackjack(d) -womanwearoff=3,-11,6 -certlink=obj_6411 - -// 6411 -[obj_6411] -certlink=obj_6410 -certtemplate=obj_799 - -// 6412 -[obj_6412] -model=model_8995 -manwear=model_8973 -womanwear=model_8973 -iop2=Wield -2dxof=6 -2dzoom=700 -2dyan=468 -2dxan=372 -members=yes -cost=800 -stockmarket=yes -recol1s=24096 -recol1d=18848 -name=Willow blackjack(o) -womanwearoff=3,-11,6 -certlink=obj_6413 - -// 6413 -[obj_6413] -certlink=obj_6412 -certtemplate=obj_799 - -// 6414 -[obj_6414] -model=model_8996 -manwear=model_8974 -womanwear=model_8974 -iop2=Wield -2dxof=6 -2dzoom=700 -2dyan=468 -2dxan=372 -members=yes -cost=800 -stockmarket=yes -recol1s=24096 -recol1d=18848 -name=Willow blackjack(d) -womanwearoff=3,-11,6 -certlink=obj_6415 - -// 6415 -[obj_6415] -certlink=obj_6414 -certtemplate=obj_799 - -// 6416 -[obj_6416] -model=model_6103 -manwear=model_6099 -womanwear=model_6099 -iop2=Wield -2dxof=6 -2dzoom=700 -2dyan=468 -2dxan=372 -members=yes -cost=1200 -stockmarket=yes -recol1s=24096 -recol1d=30278 -name=Maple blackjack -womanwearoff=3,-11,6 -certlink=obj_6417 - -// 6417 -[obj_6417] -certlink=obj_6416 -certtemplate=obj_799 - -// 6418 -[obj_6418] -model=model_8995 -manwear=model_8973 -womanwear=model_8973 -iop2=Wield -2dxof=6 -2dzoom=700 -2dyan=468 -2dxan=372 -members=yes -cost=1600 -stockmarket=yes -recol1s=24096 -recol1d=30278 -name=Maple blackjack(o) -womanwearoff=3,-11,6 -certlink=obj_6419 - -// 6419 -[obj_6419] -certlink=obj_6418 -certtemplate=obj_799 - -// 6420 -[obj_6420] -model=model_8996 -manwear=model_8974 -womanwear=model_8974 -iop2=Wield -2dxof=6 -2dzoom=700 -2dyan=468 -2dxan=372 -members=yes -cost=1600 -stockmarket=yes -recol1s=24096 -recol1d=30278 -name=Maple blackjack(d) -womanwearoff=3,-11,6 -certlink=obj_6421 - -// 6421 -[obj_6421] -certlink=obj_6420 -certtemplate=obj_799 - -// 6422 -[obj_6422] -model=model_2405 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Air rune -certlink=obj_6423 - -// 6423 -[obj_6423] -certlink=obj_6422 -certtemplate=obj_799 - -// 6424 -[obj_6424] -model=model_2652 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Water rune -certlink=obj_6425 - -// 6425 -[obj_6425] -certlink=obj_6424 -certtemplate=obj_799 - -// 6426 -[obj_6426] -model=model_2737 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Earth rune -certlink=obj_6427 - -// 6427 -[obj_6427] -certlink=obj_6426 -certtemplate=obj_799 - -// 6428 -[obj_6428] -model=model_2399 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Fire rune -certlink=obj_6429 - -// 6429 -[obj_6429] -certlink=obj_6428 -certtemplate=obj_799 - -// 6430 -[obj_6430] -model=model_2707 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Chaos rune -certlink=obj_6431 - -// 6431 -[obj_6431] -certlink=obj_6430 -certtemplate=obj_799 - -// 6432 -[obj_6432] -model=model_2645 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Death rune -certlink=obj_6433 - -// 6433 -[obj_6433] -certlink=obj_6432 -certtemplate=obj_799 - -// 6434 -[obj_6434] -model=model_2382 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Law rune -certlink=obj_6435 - -// 6435 -[obj_6435] -certlink=obj_6434 -certtemplate=obj_799 - -// 6436 -[obj_6436] -model=model_2481 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Mind rune -certlink=obj_6437 - -// 6437 -[obj_6437] -certlink=obj_6436 -certtemplate=obj_799 - -// 6438 -[obj_6438] -model=model_2340 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Body rune -certlink=obj_6439 - -// 6439 -[obj_6439] -certlink=obj_6438 -certtemplate=obj_799 - -// 6440 -[obj_6440] -dummyitem=2 -model=model_9033 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes - -// 6441 -[obj_6441] -dummyitem=2 -model=model_9034 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes - -// 6442 -[obj_6442] -dummyitem=2 -model=model_9035 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes - -// 6443 -[obj_6443] -dummyitem=2 -model=model_2616 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes - -// 6444 -[obj_6444] -dummyitem=2 -model=model_9029 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes - -// 6445 -[obj_6445] -dummyitem=2 -model=model_9030 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes - -// 6446 -[obj_6446] -dummyitem=2 -model=model_9031 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes - -// 6447 -[obj_6447] -dummyitem=2 -model=model_2764 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes - -// 6448 -[obj_6448] -model=model_9100 -manwear=model_9101 -womanwear=model_9101 -2dxof=-1 -2dyof=15 -2dzoom=1650 -2dyan=1468 -2dxan=304 -cost=3 -members=yes -iop1=Empty -recol1s=16846 -recol1d=16878 -recol2s=15789 -recol2d=15821 -recol3s=18960 -recol3d=18992 -name=Spadeful of coke - -// 6449 -[obj_6449] -dummyitem=2 -manwear=model_9098 -womanwear=model_9098 -model=model_9098 -members=yes - -// 6450 -[obj_6450] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 6451 -[obj_6451] -dummyitem=2 -manwear=model_9099 -womanwear=model_9099 -model=model_9099 -members=yes - -// 6452 -[obj_6452] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 6453 -[obj_6453] -model=model_9116 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -members=yes -iop5=Destroy -stackable=yes -count1=obj_6480,2 -count2=obj_6481,3 -count3=obj_6482,4 -count4=obj_6483,5 -recol1s=20716 -recol1d=32722 -recol2s=29207 -recol2d=32507 -name=White rose seed - -// 6454 -[obj_6454] -model=model_9116 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -members=yes -iop5=Destroy -stackable=yes -count1=obj_6484,2 -count2=obj_6485,3 -count3=obj_6486,4 -count4=obj_6487,5 -recol1s=29207 -recol1d=22989 -recol2s=20716 -recol2d=14466 -name=Red rose seed - -// 6455 -[obj_6455] -model=model_9116 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -members=yes -iop5=Destroy -stackable=yes -count1=obj_6488,2 -count2=obj_6489,3 -count3=obj_6490,4 -count4=obj_6491,5 -name=Pink rose seed - -// 6456 -[obj_6456] -model=model_7154 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -members=yes -iop5=Destroy -stackable=yes -count1=obj_6492,2 -count2=obj_6493,3 -count3=obj_6494,4 -count4=obj_6495,5 -recol1s=24208 -recol1d=7556 -recol2s=19980 -recol2d=13832 -name=Vine seed - -// 6457 -[obj_6457] -model=model_9116 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -members=yes -iop5=Destroy -stackable=yes -count1=obj_6496,2 -count2=obj_6497,3 -count3=obj_6498,4 -count4=obj_6499,5 -recol1s=20716 -recol1d=11902 -recol2s=29207 -recol2d=6554 -name=Delphinium seed - -// 6458 -[obj_6458] -model=model_9122 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -members=yes -iop5=Destroy -stackable=yes -count1=obj_6500,2 -count2=obj_6501,3 -count3=obj_6502,4 -count4=obj_6503,5 -recol1s=25402 -recol1d=26100 -recol2s=21174 -recol2d=22797 -recol3s=15947 -recol3d=11719 -name=Orchid seed - -// 6459 -[obj_6459] -model=model_9122 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -members=yes -iop5=Destroy -stackable=yes -count1=obj_6504,2 -count2=obj_6505,3 -count3=obj_6506,4 -count4=obj_6507,5 -recol1s=25402 -recol1d=32672 -recol2s=21174 -recol2d=31520 -recol3s=15947 -recol3d=11719 -name=Orchid seed - -// 6460 -[obj_6460] -model=model_9122 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -members=yes -iop5=Destroy -stackable=yes -count1=obj_6508,2 -count2=obj_6509,3 -count3=obj_6510,4 -count4=obj_6511,5 -name=Snowdrop seed - -// 6461 -[obj_6461] -model=model_9128 -2dxof=-2 -2dyof=76 -2dzoom=500 -2dyan=1912 -2dxan=244 -members=yes -iop5=Destroy -recol1s=19122 -recol1d=32667 -recol2s=19154 -recol2d=32567 -recol3s=21236 -recol3d=32534 -recol4s=27346 -recol4d=21106 -name=White tree shoot - -// 6462 -[obj_6462] -model=model_9115 -2dzoom=1630 -2dyan=2032 -2dxan=120 -members=yes -iop5=Destroy -recol1s=8353 -recol1d=7296 -recol2s=19122 -recol2d=32667 -recol3s=19154 -recol3d=32567 -recol4s=21236 -recol4d=32534 -recol5s=27346 -recol5d=21106 -name=White tree shoot - -// 6463 -[obj_6463] -model=model_9115 -2dzoom=1630 -2dyan=2032 -2dxan=120 -members=yes -iop5=Destroy -recol1s=8353 -recol1d=7296 -recol2s=19122 -recol2d=32667 -recol3s=19154 -recol3d=32567 -recol4s=21236 -recol4d=32534 -recol5s=27346 -recol5d=21106 -name=White tree shoot - -// 6464 -[obj_6464] -model=model_9114 -2dzoom=2120 -2dyan=80 -2dxan=160 -members=yes -iop5=Destroy -recol1s=8353 -recol1d=7296 -recol2s=19122 -recol2d=32667 -recol3s=19154 -recol3d=32567 -recol4s=21236 -recol4d=32534 -recol5s=27346 -recol5d=21106 -name=White tree sapling - -// 6465 -[obj_6465] -members=yes -model=model_5163 -iop2=Wear -iop5=Destroy -2dzoom=350 -2dxan=1436 -recol1s=19875 -recol1d=30441 -recol2s=11626 -recol2d=30277 -name=Ring of charos(a) - -// 6466 -[obj_6466] -members=yes -model=model_9121 -2dyof=-20 -2dzoom=1730 -2dyan=164 -2dxan=180 -name=Rune shards - -// 6467 -[obj_6467] -members=yes -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -recol1s=22131 -recol1d=21038 -name=Rune dust - -// 6468 -[obj_6468] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -manwear=model_552 -womanwear=model_552 -members=yes -recol1s=16846 -recol1d=7623 -name=Plant cure - -// 6469 -[obj_6469] -model=model_9127 -2dyof=-2 -2dzoom=730 -2dyan=204 -2dxan=204 -iop1=Eat -ambient=15 -members=yes -recol1s=26450 -recol1d=32563 -recol2s=12811 -recol2d=19154 -name=White tree fruit - -// 6470 -[obj_6470] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -manwear=model_552 -womanwear=model_552 -members=yes -cost=120 -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=15623 -name=Compost potion(4) -certlink=obj_6471 - -// 6471 -[obj_6471] -certlink=obj_6470 -certtemplate=obj_799 - -// 6472 -[obj_6472] -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -manwear=model_552 -womanwear=model_552 -members=yes -cost=90 -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=15623 -name=Compost potion(3) -certlink=obj_6473 - -// 6473 -[obj_6473] -certlink=obj_6472 -certtemplate=obj_799 - -// 6474 -[obj_6474] -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -manwear=model_552 -womanwear=model_552 -members=yes -cost=60 -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=15623 -name=Compost potion(2) -certlink=obj_6475 - -// 6475 -[obj_6475] -certlink=obj_6474 -certtemplate=obj_799 - -// 6476 -[obj_6476] -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -manwear=model_552 -womanwear=model_552 -members=yes -cost=30 -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=15623 -name=Compost potion(1) -certlink=obj_6477 - -// 6477 -[obj_6477] -certlink=obj_6476 -certtemplate=obj_799 - -// 6478 -[obj_6478] -model=model_9225 -2dyof=-2 -2dzoom=1890 -2dyan=1596 -2dxan=224 -members=yes -iop5=Destroy -recol1s=9476 -recol1d=7362 -recol2s=10533 -recol2d=8419 -recol3s=12647 -recol3d=10533 -recol4s=13704 -recol4d=11590 -name=Trolley - -// 6479 -[obj_6479] -members=yes -model=model_2838 -iop1=Read -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -iop5=Destroy -recol1s=32563 -recol1d=13640 -name=List - -// 6480 -[obj_6480] -dummyitem=2 -model=model_9117 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=29207 -recol1d=28310 -recol2s=20716 -recol2d=22927 - -// 6481 -[obj_6481] -dummyitem=2 -model=model_9118 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=29207 -recol1d=28310 -recol2s=20716 -recol2d=22927 - -// 6482 -[obj_6482] -dummyitem=2 -model=model_9119 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=29207 -recol1d=28310 -recol2s=20716 -recol2d=22927 - -// 6483 -[obj_6483] -dummyitem=2 -model=model_9120 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=29207 -recol1d=28310 -recol2s=20716 -recol2d=22927 - -// 6484 -[obj_6484] -dummyitem=2 -model=model_9117 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=29207 -recol1d=22989 -recol2s=20716 -recol2d=14466 - -// 6485 -[obj_6485] -dummyitem=2 -model=model_9118 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=29207 -recol1d=22989 -recol2s=20716 -recol2d=14466 - -// 6486 -[obj_6486] -dummyitem=2 -model=model_9119 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=29207 -recol1d=22989 -recol2s=20716 -recol2d=14466 - -// 6487 -[obj_6487] -dummyitem=2 -model=model_9120 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=29207 -recol1d=22989 -recol2s=20716 -recol2d=14466 - -// 6488 -[obj_6488] -dummyitem=2 -model=model_9117 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 6489 -[obj_6489] -dummyitem=2 -model=model_9118 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 6490 -[obj_6490] -dummyitem=2 -model=model_9119 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 6491 -[obj_6491] -dummyitem=2 -model=model_9120 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 6492 -[obj_6492] -dummyitem=2 -model=model_7155 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes -recol1s=24208 -recol1d=7556 -recol2s=19980 -recol2d=13832 - -// 6493 -[obj_6493] -dummyitem=2 -model=model_7156 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes -recol1s=24208 -recol1d=7556 -recol2s=19980 -recol2d=13832 - -// 6494 -[obj_6494] -dummyitem=2 -model=model_7157 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes -recol1s=24208 -recol1d=7556 -recol2s=19980 -recol2d=13832 - -// 6495 -[obj_6495] -dummyitem=2 -model=model_7158 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes -recol1s=24208 -recol1d=7556 -recol2s=19980 -recol2d=13832 - -// 6496 -[obj_6496] -dummyitem=2 -model=model_9117 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=20716 -recol1d=11902 -recol2s=29207 -recol2d=6554 - -// 6497 -[obj_6497] -dummyitem=2 -model=model_9118 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=20716 -recol1d=11902 -recol2s=29207 -recol2d=6554 - -// 6498 -[obj_6498] -dummyitem=2 -model=model_9119 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=20716 -recol1d=11902 -recol2s=29207 -recol2d=6554 - -// 6499 -[obj_6499] -dummyitem=2 -model=model_9120 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=20716 -recol1d=11902 -recol2s=29207 -recol2d=6554 - -// 6500 -[obj_6500] -dummyitem=2 -model=model_9123 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=25402 -recol1d=26100 -recol2s=21174 -recol2d=22797 -recol3s=15947 -recol3d=11719 - -// 6501 -[obj_6501] -dummyitem=2 -model=model_9124 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=25402 -recol1d=26100 -recol2s=21174 -recol2d=22797 -recol3s=15947 -recol3d=11719 - -// 6502 -[obj_6502] -dummyitem=2 -model=model_9125 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=25402 -recol1d=26100 -recol2s=21174 -recol2d=22797 -recol3s=15947 -recol3d=11719 - -// 6503 -[obj_6503] -dummyitem=2 -model=model_9126 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=25402 -recol1d=26100 -recol2s=21174 -recol2d=22797 -recol3s=15947 -recol3d=11719 - -// 6504 -[obj_6504] -dummyitem=2 -model=model_9123 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=25402 -recol1d=32672 -recol2s=21174 -recol2d=31520 -recol3s=15947 -recol3d=11719 - -// 6505 -[obj_6505] -dummyitem=2 -model=model_9124 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=25402 -recol1d=32672 -recol2s=21174 -recol2d=31520 -recol3s=15947 -recol3d=11719 - -// 6506 -[obj_6506] -dummyitem=2 -model=model_9125 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=25402 -recol1d=32672 -recol2s=21174 -recol2d=31520 -recol3s=15947 -recol3d=11719 - -// 6507 -[obj_6507] -dummyitem=2 -model=model_9126 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes -recol1s=25402 -recol1d=32672 -recol2s=21174 -recol2d=31520 -recol3s=15947 -recol3d=11719 - -// 6508 -[obj_6508] -dummyitem=2 -model=model_9123 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 6509 -[obj_6509] -dummyitem=2 -model=model_9124 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 6510 -[obj_6510] -dummyitem=2 -model=model_9125 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 6511 -[obj_6511] -dummyitem=2 -model=model_9126 -2dxof=-8 -2dyof=7 -2dzoom=1260 -2dyan=2008 -2dxan=280 -stackable=yes - -// 6512 -[obj_6512] -model=model_4730 -dummyitem=2 -members=yes - -// 6513 -[obj_6513] -model=model_2675 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -dummyitem=2 -members=yes - -// 6514 -[obj_6514] -model=model_9245 -2dxof=4 -2dyof=-6 -2dzoom=3310 -dummyitem=1 -members=yes -recol1s=1662 -recol1d=32384 -name=Agility jump - -// 6515 -[obj_6515] -model=model_9242 -2dyof=-13 -2dzoom=2890 -2dyan=184 -2dxan=80 -dummyitem=1 -members=yes -recol1s=1662 -recol1d=32384 -name=Agility balance - -// 6516 -[obj_6516] -model=model_9244 -2dxof=28 -2dyof=38 -2dzoom=3100 -dummyitem=1 -members=yes -recol1s=1662 -recol1d=32384 -name=Agility contortion - -// 6517 -[obj_6517] -model=model_9243 -2dzoom=3200 -dummyitem=1 -members=yes -recol1s=1662 -recol1d=32384 -name=Agility climb - -// 6518 -[obj_6518] -model=model_9245 -2dxof=4 -2dyof=-6 -2dzoom=3310 -dummyitem=1 -members=yes -recol1s=1662 -recol1d=9699 -name=Agility jump - -// 6519 -[obj_6519] -model=model_9242 -2dyof=-13 -2dzoom=2890 -2dyan=184 -2dxan=80 -dummyitem=1 -members=yes -recol1s=1662 -recol1d=9699 -name=Agility balance - -// 6520 -[obj_6520] -model=model_9244 -2dxof=28 -2dyof=38 -2dzoom=3100 -dummyitem=1 -members=yes -recol1s=1662 -recol1d=9699 -name=Agility contortion - -// 6521 -[obj_6521] -model=model_9243 -2dzoom=3200 -dummyitem=1 -members=yes -recol1s=1662 -recol1d=9699 -name=Agility climb - -// 6522 -[obj_6522] -members=yes -stackable=yes -iop2=Wield -model=model_9353 -2dxof=3 -2dyof=-4 -2dzoom=890 -2dyan=28 -2dxan=408 -contrast=35 -ambient=15 -manwear=model_9346 -womanwear=model_9346 -cost=250 -stockmarket=yes -name=Toktz-xil-ul -womanwearoff=3,-11,6 - -// 6523 -[obj_6523] -members=yes -iop2=Wield -model=model_9356 -2dxof=-3 -2dyof=9 -2dzoom=1320 -2dyan=1612 -2dxan=580 -contrast=35 -ambient=15 -manwear=model_9349 -womanwear=model_9349 -cost=40000 -stockmarket=yes -name=Toktz-xil-ak -womanwearoff=3,-11,6 -certlink=obj_6535 - -// 6524 -[obj_6524] -members=yes -iop2=Wield -model=model_9354 -2dyof=3 -2dzoom=1200 -2dyan=1836 -2dxan=568 -contrast=35 -ambient=15 -manwear=model_9347 -womanwear=model_9347 -cost=45000 -stockmarket=yes -name=Toktz-ket-xil -womanwearoff=-3,-11,6 -certlink=obj_6536 - -// 6525 -[obj_6525] -members=yes -iop2=Wield -model=model_9350 -2dxof=1 -2dyof=4 -2dzoom=920 -2dyan=68 -2dxan=548 -contrast=35 -ambient=15 -manwear=model_9343 -womanwear=model_9343 -cost=25000 -stockmarket=yes -name=Toktz-xil-ek -womanwearoff=3,-11,6 -certlink=obj_6537 - -// 6526 -[obj_6526] -members=yes -iop2=Wield -model=model_9355 -2dyof=5 -2dzoom=2040 -2dyan=2024 -2dxan=332 -contrast=35 -ambient=15 -manwear=model_9348 -womanwear=model_9348 -cost=35000 -stockmarket=yes -name=Toktz-mej-tal -womanwearoff=3,-11,6 -certlink=obj_6538 - -// 6527 -[obj_6527] -members=yes -iop2=Wield -model=model_9352 -2dyof=6 -2dzoom=840 -2dyan=2028 -2dxan=380 -contrast=35 -ambient=15 -manwear=model_9345 -womanwear=model_9345 -cost=30000 -stockmarket=yes -name=Tzhaar-ket-em -womanwearoff=3,-11,6 -certlink=obj_6539 - -// 6528 -[obj_6528] -members=yes -iop2=Wield -model=model_9351 -2dxof=3 -2dyof=-4 -2dzoom=1130 -2dyan=952 -2dxan=396 -contrast=35 -ambient=15 -manwear=model_9344 -womanwear=model_9344 -cost=50000 -stockmarket=yes -name=Tzhaar-ket-om -womanwearoff=3,-11,6 -certlink=obj_6540 - -// 6529 -[obj_6529] -members=yes -model=model_9252 -2dxof=-3 -2dyof=7 -2dzoom=740 -2dyan=180 -2dxan=192 -stackable=yes -count1=obj_6530,2 -count2=obj_6531,3 -count3=obj_6532,4 -count4=obj_6533,5 -count5=obj_6534,25 -name=Tokkul - -// 6530 -[obj_6530] -model=model_9253 -2dxof=-3 -2dyof=7 -2dzoom=740 -2dyan=180 -2dxan=192 -stackable=yes -dummyitem=2 - -// 6531 -[obj_6531] -model=model_9255 -2dxof=-3 -2dyof=7 -2dzoom=740 -2dyan=180 -2dxan=192 -stackable=yes -dummyitem=2 - -// 6532 -[obj_6532] -model=model_9256 -2dxof=-3 -2dyof=7 -2dzoom=740 -2dyan=180 -2dxan=192 -stackable=yes -dummyitem=2 - -// 6533 -[obj_6533] -model=model_9257 -2dxof=-3 -2dyof=7 -2dzoom=740 -2dyan=180 -2dxan=192 -stackable=yes -dummyitem=2 - -// 6534 -[obj_6534] -model=model_9254 -2dxof=-3 -2dyof=7 -2dzoom=740 -2dyan=180 -2dxan=192 -stackable=yes -dummyitem=2 - -// 6535 -[obj_6535] -certlink=obj_6523 -certtemplate=obj_799 - -// 6536 -[obj_6536] -certlink=obj_6524 -certtemplate=obj_799 - -// 6537 -[obj_6537] -certlink=obj_6525 -certtemplate=obj_799 - -// 6538 -[obj_6538] -certlink=obj_6526 -certtemplate=obj_799 - -// 6539 -[obj_6539] -certlink=obj_6527 -certtemplate=obj_799 - -// 6540 -[obj_6540] -certlink=obj_6528 -certtemplate=obj_799 - -// 6541 -[obj_6541] -model=model_9391 -2dxof=-5 -2dyof=-2 -2dzoom=790 -2dyan=1380 -2dxan=120 -iop2=Wield -manwear=model_9430 -womanwear=model_9430 -members=yes -cost=1 -iop5=Destroy -name=Mouse toy -womanwearoff=3,-11,6 - -// 6542 -[obj_6542] -cost=1 -members=yes -model=model_2426 -2dyof=-14 -2dzoom=1180 -2dyan=172 -2dxan=160 -iop1=Open -iop5=Destroy -name=Present - -// 6543 -[obj_6543] -model=model_3348 -members=yes -iop1=Rub -iop5=Destroy -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp - -// 6544 -[obj_6544] -model=model_6440 -2dyof=-10 -2dzoom=400 -2dxan=220 -manwear=model_6469 -womanwear=model_6469 -iop2=Wear -iop3=Open -iop5=Destroy -members=yes -cost=1 -name=Catspeak amulet(e) -womanwearoff=0,0,4 - -// 6545 -[obj_6545] -members=yes -model=model_2429 -2dyof=2 -2dzoom=760 -2dyan=28 -2dxan=552 -iop1=Read -cost=1 -iop5=Destroy -recol1s=29489 -recol1d=28400 -name=Chores - -// 6546 -[obj_6546] -members=yes -model=model_2429 -2dyof=2 -2dzoom=760 -2dyan=28 -2dxan=552 -iop1=Read -cost=1 -iop5=Destroy -recol1s=29489 -recol1d=28400 -name=Recipe - -// 6547 -[obj_6547] -model=model_9384 -iop2=Wear -manwear=model_9368 -womanwear=model_9370 -manhead=model_39536 -womanhead=model_38820 -members=yes -cost=1 -2dyof=-39 -2dzoom=490 -2dyan=156 -2dxan=236 -iop5=Destroy -name=Doctors hat - -// 6548 -[obj_6548] -model=model_9385 -iop2=Wear -manwear=model_9369 -womanwear=model_3191 -manhead=model_39353 -womanhead=model_38798 -members=yes -cost=1 -2dzoom=380 -2dxan=2032 -iop5=Destroy -name=Nurse hat - -// 6549 -[obj_6549] -model=model_34089 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=0 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Lazy cat - -// 6550 -[obj_6550] -model=model_34088 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Lazy cat - -// 6551 -[obj_6551] -model=model_34103 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Lazy cat - -// 6552 -[obj_6552] -model=model_34089 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Lazy cat - -// 6553 -[obj_6553] -model=model_34088 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=7332 -recol1d=8355 -recol2s=6275 -recol2d=7298 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Lazy cat - -// 6554 -[obj_6554] -model=model_34103 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Lazy cat - -// 6555 -[obj_6555] -model=model_34094 -2dxof=1 -2dyof=-9 -2dzoom=450 -2dyan=1898 -2dxan=93 -members=yes -recol1s=15687 -recol1d=20017 -recol2s=14630 -recol2d=18960 -recol3s=13573 -recol3d=17903 -recol4s=12516 -recol4d=16846 -recol5s=32760 -recol5d=15789 -recol6s=29591 -recol6d=14732 -name=Wily cat - -// 6556 -[obj_6556] -model=model_34095 -2dxof=1 -2dyof=-9 -2dzoom=450 -2dyan=1898 -2dxan=93 -members=yes -recol1s=7332 -recol1d=4228 -recol2s=6275 -recol2d=3171 -recol3s=13573 -recol3d=16846 -recol4s=14630 -recol4d=17903 -recol5s=32760 -recol5d=22131 -recol6s=29591 -recol6d=21074 -name=Wily cat - -// 6557 -[obj_6557] -model=model_34087 -2dxof=1 -2dyof=-9 -2dzoom=450 -2dyan=1898 -2dxan=93 -members=yes -recol1s=7365 -recol1d=9412 -recol2s=8422 -recol2d=8355 -recol3s=12651 -recol3d=12614 -recol4s=11594 -recol4d=11557 -recol5s=10537 -recol5d=10500 -recol6s=32760 -recol6d=9443 -name=Wily cat - -// 6558 -[obj_6558] -model=model_34094 -2dxof=1 -2dyof=-9 -2dzoom=450 -2dyan=1898 -2dxan=93 -members=yes -recol1s=15687 -recol1d=2114 -recol2s=14630 -recol2d=2114 -recol3s=13573 -recol3d=3171 -recol4s=12516 -recol4d=4228 -recol5s=32760 -recol5d=5285 -recol6s=29591 -recol6d=6342 -name=Wily cat - -// 6559 -[obj_6559] -model=model_34095 -2dxof=1 -2dyof=-9 -2dzoom=450 -2dyan=1898 -2dxan=93 -members=yes -recol1s=7332 -recol1d=8355 -recol2s=6275 -recol2d=7298 -recol3s=14630 -recol3d=15789 -recol4s=13573 -recol4d=14732 -recol5s=32760 -recol5d=13675 -recol6s=29591 -recol6d=12618 -name=Wily cat - -// 6560 -[obj_6560] -model=model_34087 -2dxof=1 -2dyof=-9 -2dzoom=450 -2dyan=1898 -2dxan=93 -members=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Wily cat - -// 6561 -[obj_6561] -cost=2 -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -name=Ahab's beer - -// 6562 -[obj_6562] -cost=17000 -model=model_9929 -2dxof=-2 -2dyof=-3 -2dzoom=1950 -2dyan=560 -2dxan=1816 -iop2=Wield -manwear=model_9956 -womanwear=model_9956 -members=yes -stockmarket=yes -name=Mud battlestaff -womanwearoff=3,-11,6 -certlink=obj_6726 - -// 6563 -[obj_6563] -cost=45000 -model=model_9929 -2dxof=-2 -2dyof=-3 -2dzoom=1950 -2dyan=560 -2dxan=1816 -iop2=Wield -manwear=model_9956 -womanwear=model_9956 -members=yes -stockmarket=yes -name=Mystic mud staff -womanwearoff=3,-11,6 -certlink=obj_6727 - -// 6564 -[obj_6564] -model=model_1105 -2dxan=68 -dummyitem=1 -name=Onyx ring - -// 6565 -[obj_6565] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Onyx necklace - -// 6566 -[obj_6566] -model=model_1105 -2dyan=4 -2dxan=20 -dummyitem=1 -name=Onyx amulet - -// 6567 -[obj_6567] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 6568 -[obj_6568] -members=yes -iop2=Wear -cost=60000 -model=model_9632 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -manwear=model_9639 -womanwear=model_9641 -stockmarket=yes -name=Obsidian cape -certlink=obj_6569 -lentlink=obj_13443 - -// 6569 -[obj_6569] -certlink=obj_6568 -certtemplate=obj_799 - -// 6570 -[obj_6570] -members=yes -iop2=Wear -cost=60000 -model=model_9631 -2dxof=-4 -2dzoom=2086 -2dyan=2031 -2dxan=567 -manwear=model_9638 -womanwear=model_9640 -name=Fire cape - -// 6571 -[obj_6571] -members=yes -model=model_2528 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -cost=300000 -stockmarket=yes -recol1s=16846 -recol1d=1059 -name=Uncut onyx -certlink=obj_6572 - -// 6572 -[obj_6572] -certlink=obj_6571 -certtemplate=obj_799 - -// 6573 -[obj_6573] -members=yes -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -manwear=model_516 -womanwear=model_516 -cost=300000 -stockmarket=yes -recol1s=11296 -recol1d=0 -recol2s=17440 -recol2d=3171 -recol3s=32271 -recol3d=10572 -recol4s=32767 -recol4d=0 -name=Onyx -womanwearoff=3,-11,6 -certlink=obj_6574 - -// 6574 -[obj_6574] -certlink=obj_6573 -certtemplate=obj_799 - -// 6575 -[obj_6575] -members=yes -model=model_2677 -2dxof=3 -2dyof=-35 -2dzoom=830 -2dyan=180 -2dzan=2024 -2dxan=268 -iop2=Wear -cost=201000 -stockmarket=yes -recol1s=32767 -recol1d=1059 -recol2s=22131 -recol2d=6346 -recol3s=32576 -recol3d=8458 -name=Onyx ring -certlink=obj_6576 - -// 6576 -[obj_6576] -certlink=obj_6575 -certtemplate=obj_799 - -// 6577 -[obj_6577] -members=yes -model=model_9635 -2dyof=-16 -2dzoom=1020 -2dyan=2020 -2dxan=332 -iop2=Wear -manwear=model_9643 -womanwear=model_9645 -cost=201000 -stockmarket=yes -name=Onyx necklace -certlink=obj_6578 - -// 6578 -[obj_6578] -certlink=obj_6577 -certtemplate=obj_799 - -// 6579 -[obj_6579] -members=yes -model=model_9634 -2dxof=8 -2dyof=106 -2dzoom=370 -2dyan=100 -2dxan=304 -cost=201000 -stockmarket=yes -name=Onyx amulet -certlink=obj_6580 - -// 6580 -[obj_6580] -certlink=obj_6579 -certtemplate=obj_799 - -// 6581 -[obj_6581] -members=yes -model=model_9633 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_9642 -womanwear=model_9644 -cost=201000 -stockmarket=yes -name=Onyx amulet -certlink=obj_6582 - -// 6582 -[obj_6582] -certlink=obj_6581 -certtemplate=obj_799 - -// 6583 -[obj_6583] -members=yes -model=model_2677 -2dxof=3 -2dyof=-35 -2dzoom=830 -2dyan=180 -2dzan=2024 -2dxan=268 -iop2=Wear -cost=202000 -stockmarket=yes -recol1s=32576 -recol1d=8458 -recol2s=22131 -recol2d=19619 -recol3s=32767 -recol3d=1059 -name=Ring of stone -certlink=obj_6584 - -// 6584 -[obj_6584] -certlink=obj_6583 -certtemplate=obj_799 - -// 6585 -[obj_6585] -members=yes -model=model_9633 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_9642 -womanwear=model_9644 -cost=202000 -stockmarket=yes -recol1s=15857 -recol1d=15392 -recol2s=19028 -recol2d=19619 -name=Amulet of fury -certlink=obj_6586 -lentlink=obj_13442 - -// 6586 -[obj_6586] -certlink=obj_6585 -certtemplate=obj_799 - -// 6587 -[obj_6587] -cost=360 -model=model_3781 -2dxof=-7 -2dyof=-13 -2dzoom=630 -2dyan=1340 -2dxan=268 -iop2=Wear -manwear=model_3780 -womanwear=model_42331 -members=yes -stockmarket=yes -recol1s=13675 -recol1d=28341 -recol2s=11561 -recol2d=25236 -recol3s=8456 -recol3d=22131 -recol4s=6342 -recol4d=20017 -name=White claws -certlink=obj_6588 - -// 6588 -[obj_6588] -certlink=obj_6587 -certtemplate=obj_799 - -// 6589 -[obj_6589] -cost=1248 -model=model_2778 -2dxof=-7 -2dyof=-2 -2dzoom=1180 -2dyan=1128 -2dxan=420 -iop2=Wield -manwear=model_550 -womanwear=model_550 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -name=White battleaxe -womanwearoff=3,-11,6 -certlink=obj_6590 - -// 6590 -[obj_6590] -certlink=obj_6589 -certtemplate=obj_799 - -// 6591 -[obj_6591] -model=model_2672 -cost=240 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_533 -womanwear=model_533 -members=yes -stockmarket=yes -recol1s=32736 -recol1d=32419 -recol2s=10400 -recol2d=8387 -recol3s=10504 -recol3d=20017 -recol4s=20017 -recol4d=28341 -recol5s=28407 -recol5d=32569 -name=White dagger -womanwearoff=3,-11,6 -certlink=obj_6592 - -// 6592 -[obj_6592] -certlink=obj_6591 -certtemplate=obj_799 - -// 6593 -[obj_6593] -members=yes -model=model_2478 -cost=240 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -members=yes -stockmarket=yes -recol1s=32736 -recol1d=32419 -recol2s=10400 -recol2d=8387 -recol3s=10504 -recol3d=20017 -recol4s=20017 -recol4d=28341 -recol5s=28407 -recol5d=32569 -name=White dagger(p) -womanwearoff=3,-11,6 -certlink=obj_6594 - -// 6594 -[obj_6594] -certlink=obj_6593 -certtemplate=obj_799 - -// 6595 -[obj_6595] -members=yes -model=model_2478 -cost=240 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=32736 -recol1d=32419 -recol2s=10400 -recol2d=8387 -recol3s=10504 -recol3d=20017 -recol4s=20017 -recol4d=28341 -recol5s=28407 -recol5d=32569 -name=White dagger(p+) -womanwearoff=3,-11,6 -certlink=obj_6596 - -// 6596 -[obj_6596] -certlink=obj_6595 -certtemplate=obj_799 - -// 6597 -[obj_6597] -members=yes -model=model_2478 -cost=240 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -iop2=Wield -manwear=model_504 -womanwear=model_504 -stockmarket=yes -recol1s=32736 -recol1d=32419 -recol2s=10400 -recol2d=8387 -recol3s=10504 -recol3d=20017 -recol4s=20017 -recol4d=28341 -recol5s=28407 -recol5d=32569 -name=White dagger(p++) -womanwearoff=3,-11,6 -certlink=obj_6598 - -// 6598 -[obj_6598] -certlink=obj_6597 -certtemplate=obj_799 - -// 6599 -[obj_6599] -members=yes -cost=1920 -model=model_2791 -iop2=Wield -manwear=model_555 -womanwear=model_555 -2dzoom=2130 -2dyan=48 -2dxan=604 -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=8456 -recol2d=20017 -name=White halberd -womanwearoff=3,-11,6 -certlink=obj_6600 - -// 6600 -[obj_6600] -certlink=obj_6599 -certtemplate=obj_799 - -// 6601 -[obj_6601] -cost=432 -iop2=Wield -manwear=model_502 -womanwear=model_502 -model=model_2464 -2dyof=-1 -2dzoom=1030 -2dyan=1188 -2dxan=392 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=7362 -recol2d=16704 -name=White mace -womanwearoff=3,-11,6 -certlink=obj_6602 - -// 6602 -[obj_6602] -certlink=obj_6601 -certtemplate=obj_799 - -// 6603 -[obj_6603] -cost=200 -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=16704 -recol2d=28341 -name=White magic staff -womanwearoff=3,-11,6 -certlink=obj_6604 - -// 6604 -[obj_6604] -certlink=obj_6603 -certtemplate=obj_799 - -// 6605 -[obj_6605] -cost=624 -model=model_2604 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -iop2=Wield -manwear=model_519 -womanwear=model_519 -members=yes -stockmarket=yes -recol1s=32736 -recol1d=32419 -recol2s=10400 -recol2d=8387 -recol3s=16846 -recol3d=28341 -name=White sword -womanwearoff=3,-11,6 -certlink=obj_6606 - -// 6606 -[obj_6606] -certlink=obj_6605 -certtemplate=obj_799 - -// 6607 -[obj_6607] -cost=960 -model=model_2602 -2dxof=-13 -2dyof=-2 -2dzoom=860 -2dyan=1348 -2dzan=96 -2dxan=100 -iop2=Wield -manwear=model_518 -womanwear=model_518 -members=yes -stockmarket=yes -recol1s=32736 -recol1d=32419 -recol2s=10400 -recol2d=8387 -recol3s=16846 -recol3d=28341 -name=White longsword -womanwearoff=3,-11,6 -certlink=obj_6608 - -// 6608 -[obj_6608] -certlink=obj_6607 -certtemplate=obj_799 - -// 6609 -[obj_6609] -cost=1920 -model=model_2754 -2dxof=3 -2dyof=-9 -2dzoom=1380 -2dyan=1396 -2dxan=204 -iop2=Wield -manwear=model_546 -womanwear=model_546 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -name=White 2h sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_6610 - -// 6610 -[obj_6610] -certlink=obj_6609 -certtemplate=obj_799 - -// 6611 -[obj_6611] -cost=768 -model=model_2373 -2dxof=-6 -2dyof=4 -2dzoom=1180 -2dyan=1120 -2dxan=300 -iop2=Wield -manwear=model_490 -womanwear=model_490 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -name=White scimitar -womanwearoff=3,-11,6 -certlink=obj_6612 - -// 6612 -[obj_6612] -certlink=obj_6611 -certtemplate=obj_799 - -// 6613 -[obj_6613] -cost=980 -iop2=Wield -manwear=model_542 -womanwear=model_542 -model=model_2731 -2dxof=3 -2dyof=3 -2dzoom=1050 -2dyan=456 -2dxan=344 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -name=White warhammer -womanwearoff=3,-11,6 -certlink=obj_6614 - -// 6614 -[obj_6614] -certlink=obj_6613 -certtemplate=obj_799 - -// 6615 -[obj_6615] -members=yes -cost=1440 -model=model_2558 -2dzoom=1100 -2dxan=576 -iop2=Wear -manwear=model_301 -womanwear=model_464 -stockmarket=yes -recol1s=8456 -recol1d=28341 -recol2s=13675 -recol2d=25236 -recol3s=11561 -recol3d=22131 -name=White chainbody -certlink=obj_6616 - -// 6616 -[obj_6616] -certlink=obj_6615 -certtemplate=obj_799 - -// 6617 -[obj_6617] -members=yes -cost=3840 -model=model_2605 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -stockmarket=yes -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=28341 -recol3s=11561 -recol3d=22131 -name=White platebody -certlink=obj_6618 - -// 6618 -[obj_6618] -certlink=obj_6617 -certtemplate=obj_799 - -// 6619 -[obj_6619] -cost=576 -model=model_5037 -iop2=Wear -manwear=model_4954 -womanwear=model_5031 -members=yes -2dxof=3 -2dyof=-3 -2dzoom=770 -2dyan=156 -2dxan=164 -stockmarket=yes -recol1s=16846 -recol1d=22131 -recol2s=8388 -recol2d=16846 -recol3s=6274 -recol3d=28341 -name=White boots -certlink=obj_6620 - -// 6620 -[obj_6620] -certlink=obj_6619 -certtemplate=obj_799 - -// 6621 -[obj_6621] -members=yes -cost=576 -model=model_2833 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -manwear=model_219 -womanwear=model_395 -manhead=model_38589 -womanhead=model_38586 -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=15392 -recol2d=31424 -name=White med helm -certlink=obj_6622 - -// 6622 -[obj_6622] -certlink=obj_6621 -certtemplate=obj_799 - -// 6623 -[obj_6623] -members=yes -cost=1056 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -stockmarket=yes -recol1s=16846 -recol1d=28341 -name=White full helm -certlink=obj_6624 - -// 6624 -[obj_6624] -certlink=obj_6623 -certtemplate=obj_799 - -// 6625 -[obj_6625] -members=yes -cost=1920 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=11561 -recol2d=22131 -recol3s=15789 -recol3d=28341 -name=White platelegs -certlink=obj_6626 - -// 6626 -[obj_6626] -certlink=obj_6625 -certtemplate=obj_799 - -// 6627 -[obj_6627] -members=yes -cost=1920 -model=model_2542 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_266 -womanwear=model_430 -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=2340 -recol2d=22131 -recol3s=3232 -recol3d=28341 -name=White plateskirt -certlink=obj_6628 - -// 6628 -[obj_6628] -certlink=obj_6627 -certtemplate=obj_799 - -// 6629 -[obj_6629] -members=yes -cost=6 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -stockmarket=yes -recol1s=9473 -recol1d=22131 -name=White gloves -certlink=obj_6630 - -// 6630 -[obj_6630] -certlink=obj_6629 -certtemplate=obj_799 - -// 6631 -[obj_6631] -members=yes -cost=1152 -model=model_2720 -2dxof=2 -2dyof=174 -2dzoom=1410 -2dyan=60 -2dxan=268 -iop2=Wield -manwear=model_541 -womanwear=model_541 -stockmarket=yes -recol1s=15789 -recol1d=28341 -recol2s=7296 -recol2d=22131 -name=White sq shield -womanwearoff=-3,-11,6 -certlink=obj_6632 - -// 6632 -[obj_6632] -certlink=obj_6631 -certtemplate=obj_799 - -// 6633 -[obj_6633] -members=yes -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=1632 -manwear=model_486 -womanwear=model_486 -stockmarket=yes -recol1s=15789 -recol1d=28341 -recol2s=7296 -recol2d=22131 -name=White kiteshield -womanwearoff=-3,-11,6 -certlink=obj_6634 - -// 6634 -[obj_6634] -certlink=obj_6633 -certtemplate=obj_799 - -// 6635 -[obj_6635] -model=model_9653 -manwear=model_9652 -womanwear=model_9652 -2dxof=1 -2dyof=-1 -2dzoom=740 -2dyan=2028 -2dxan=160 -ambient=20 -members=yes -iop1=Scan -iop2=Contact -iop4=Playback -iop5=Destroy -name=Commorb - -// 6636 -[obj_6636] -model=model_9654 -2dxof=2 -2dyof=-1 -2dzoom=810 -2dyan=268 -2dxan=144 -members=yes -name=Solus's hat - -// 6637 -[obj_6637] -dummyitem=1 -model=model_26395 -2dxof=15 -2dyof=-20 -2dzoom=4486 -2dyan=1812 -2dxan=124 -name=Dark beast - -// 6638 -[obj_6638] -model=model_9664 -members=yes -2dzoom=380 -2dxan=496 -contrast=33 -ambient=33 -name=Colour wheel - -// 6639 -[obj_6639] -model=model_8282 -2dzoom=770 -2dyan=252 -2dxan=376 -members=yes -iop5=Destroy -name=Hand mirror -param=param_59,1 - -// 6640 -[obj_6640] -model=model_9666 -ambient=40 -contrast=40 -2dzoom=340 -2dxan=120 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=26688 -name=Red crystal - -// 6641 -[obj_6641] -model=model_9666 -ambient=40 -contrast=40 -2dzoom=340 -2dxan=120 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=32736 -name=Yellow crystal -param=param_59,1 - -// 6642 -[obj_6642] -model=model_9666 -ambient=40 -contrast=40 -2dzoom=340 -2dxan=120 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=1986 -name=Green crystal -param=param_59,1 - -// 6643 -[obj_6643] -model=model_9666 -ambient=40 -contrast=40 -2dzoom=340 -2dxan=120 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=2014 -name=Cyan crystal -param=param_59,1 - -// 6644 -[obj_6644] -model=model_9666 -ambient=40 -contrast=40 -2dzoom=340 -2dxan=120 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=1118 -name=Blue crystal -param=param_59,1 - -// 6645 -[obj_6645] -model=model_9666 -ambient=40 -contrast=40 -2dzoom=340 -2dxan=120 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=31775 -name=Magenta crystal -param=param_59,1 - -// 6646 -[obj_6646] -model=model_9668 -ambient=40 -contrast=40 -2dzoom=340 -2dxan=120 -members=yes -iop5=Destroy -name=Fractured crystal -param=param_59,1 - -// 6647 -[obj_6647] -model=model_9667 -ambient=40 -contrast=40 -2dzoom=340 -2dxan=120 -members=yes -iop5=Destroy -name=Fractured crystal -param=param_59,1 - -// 6648 -[obj_6648] -iop1=Read -iop5=Destroy -model=model_2600 -2dyof=49 -2dzoom=750 -2dyan=1380 -2dxan=304 -members=yes -name=Item list - -// 6649 -[obj_6649] -cost=1 -model=model_2543 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13559 -recol1d=8584 -recol2s=32759 -recol2d=22226 -name=Edern's journal - -// 6650 -[obj_6650] -model=model_9666 -ambient=40 -contrast=40 -2dxof=1 -2dyof=1 -2dzoom=360 -2dyan=1948 -2dxan=104 -members=yes -recol1s=32767 -recol1d=6342 -name=Blackened crystal - -// 6651 -[obj_6651] -model=model_9666 -ambient=40 -contrast=40 -2dxof=1 -2dyof=1 -2dzoom=360 -2dyan=1948 -2dxan=104 -members=yes -name=Newly made crystal - -// 6652 -[obj_6652] -model=model_9669 -ambient=40 -contrast=40 -2dzoom=450 -2dxan=120 -members=yes -name=Newly made crystal - -// 6653 -[obj_6653] -model=model_9669 -ambient=40 -contrast=40 -2dzoom=450 -2dxan=120 -members=yes -iop5=Destroy -name=Crystal trinket - -// 6654 -[obj_6654] -model=model_9768 -2dyof=3 -2dzoom=1360 -2dyan=92 -2dzan=1932 -2dxan=416 -iop2=Wear -manwear=model_9762 -manwear2=model_151 -womanwear=model_9765 -womanwear2=model_332 -recol1s=14724 -recol1d=7426 -name=Camo top - -// 6655 -[obj_6655] -model=model_9766 -2dyof=6 -2dzoom=2060 -2dyan=1924 -2dzan=104 -2dxan=596 -iop2=Wear -manwear=model_9761 -womanwear=model_9764 -name=Camo bottoms - -// 6656 -[obj_6656] -model=model_9767 -2dzoom=660 -2dxan=168 -iop2=Wear -manwear=model_9760 -womanwear=model_9760 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39507 -womanhead=model_38804 -manhead2=model_39694 -womanhead2=model_38973 -name=Camo helmet - -// 6657 -[obj_6657] -model=model_9768 -2dyof=3 -2dzoom=1360 -2dyan=92 -2dzan=1932 -2dxan=416 -manwear=model_9762 -manwear2=model_151 -manwear3=model_176 -womanwear=model_9765 -womanwear2=model_332 -womanwear3=model_353 -stackable=yes -name=Camo top - -// 6658 -[obj_6658] -model=model_9766 -2dyof=6 -2dzoom=2060 -2dyan=1924 -2dzan=104 -2dxan=596 -manwear=model_9761 -manwear2=model_185 -womanwear=model_9764 -womanwear2=model_361 -stackable=yes -name=Camo bottoms - -// 6659 -[obj_6659] -model=model_9767 -2dzoom=660 -2dxan=168 -iop2=Wear -manwear=model_9760 -womanwear=model_9760 -manhead=model_39507 -womanhead=model_38804 -manwear2=model_215 -womanwear2=model_391 -name=Camo helmet -womanwearoff=0,0,5 - -// 6660 -[obj_6660] -dummyitem=1 -model=model_552 -2dzoom=740 -2dyan=1492 -2dxan=300 -name=Fishing explosive - -// 6661 -[obj_6661] -dummyitem=1 -model=model_9820 -2dxof=-3 -2dyof=-9 -2dzoom=1308 -2dyan=1736 -2dxan=44 -name=Mogre - -// 6662 -[obj_6662] -model=model_9825 -cost=0 -members=yes -2dxof=-9 -2dyof=18 -2dzoom=1640 -2dyan=2008 -2dxan=344 -name=Broken fishing rod - -// 6663 -[obj_6663] -model=model_2683 -cost=0 -members=yes -2dxof=-4 -2dzoom=1280 -2dyan=1776 -2dzan=1828 -2dxan=396 -name=Forlorn boot - -// 6664 -[obj_6664] -manwear=model_552 -womanwear=model_552 -model=model_2789 -cost=60 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stackable=yes -members=yes -name=Fishing explosive -womanwearoff=3,-11,6 - -// 6665 -[obj_6665] -model=model_9807 -members=yes -manwear=model_9803 -womanwear=model_9805 -womanhead=model_38857 -manhead=model_39541 -manwear2=model_215 -womanwear2=model_391 -2dxof=-3 -2dyof=-95 -2dzoom=1450 -2dyan=48 -2dxan=220 -iop2=Wear -cost=0 -name=Mudskipper hat - -// 6666 -[obj_6666] -members=yes -model=model_9806 -2dxof=-5 -2dyof=18 -2dzoom=1730 -2dyan=8 -2dxan=312 -iop2=Wear -manwear=model_9802 -womanwear=model_9804 -recol1s=7298 -recol1d=7299 -name=Flippers - -// 6667 -[obj_6667] -model=model_14186 -2dxof=1 -2dyof=27 -2dzoom=1000 -2dyan=1800 -2dxan=284 -members=yes -ambient=40 -contrast=20 -stockmarket=yes -name=Fishbowl -certlink=obj_6723 - -// 6668 -[obj_6668] -model=model_9814 -2dxof=1 -2dyof=27 -2dzoom=1000 -2dyan=1800 -2dxan=284 -cost=0 -members=yes -iop3=Empty -ambient=40 -contrast=20 -recol1s=10750 -recol1d=18011 -name=Fishbowl - -// 6669 -[obj_6669] -model=model_9813 -2dxof=1 -2dyof=27 -2dzoom=1000 -2dyan=1800 -2dxan=284 -cost=0 -members=yes -iop3=Empty -ambient=40 -contrast=20 -recol1s=10750 -recol1d=18011 -name=Fishbowl - -// 6670 -[obj_6670] -model=model_9811 -2dxof=1 -2dyof=27 -2dzoom=1000 -2dyan=1800 -2dxan=284 -cost=0 -members=yes -iop1=Talk-At -iop2=Play-With -iop3=Feed -ambient=40 -contrast=20 -manwear=model_9815 -womanwear=model_9815 -recol1s=10750 -recol1d=18011 -name=Fishbowl -womanwearoff=3,-11,6 - -// 6671 -[obj_6671] -model=model_9811 -2dxof=1 -2dyof=27 -2dzoom=1000 -2dyan=1800 -2dxan=284 -cost=0 -members=yes -iop1=Talk-At -iop2=Play-With -iop3=Feed -ambient=40 -contrast=20 -manwear=model_9815 -womanwear=model_9815 -recol1s=1495 -recol1d=1893 -recol2s=8888 -recol2d=9036 -recol3s=10750 -recol3d=18011 -name=Fishbowl -womanwearoff=3,-11,6 - -// 6672 -[obj_6672] -model=model_9811 -2dxof=1 -2dyof=27 -2dzoom=1000 -2dyan=1800 -2dxan=284 -cost=0 -members=yes -iop1=Talk-At -iop2=Play-With -iop3=Feed -ambient=40 -contrast=20 -manwear=model_9815 -womanwear=model_9815 -recol1s=1495 -recol1d=17792 -recol2s=8888 -recol2d=15875 -recol3s=10750 -recol3d=18011 -name=Fishbowl -womanwearoff=3,-11,6 - -// 6673 -[obj_6673] -model=model_9812 -manwear=model_9817 -womanwear=model_9817 -2dxof=1 -2dyof=27 -2dzoom=1200 -2dyan=1800 -2dxan=284 -cost=0 -members=yes -iop2=Untangle -ambient=40 -contrast=20 -name=Fishbowl and net -womanwearoff=3,-11,6 - -// 6674 -[obj_6674] -cost=10 -members=yes -model=model_9819 -2dxof=1 -2dyof=7 -2dzoom=800 -2dyan=120 -2dxan=380 -ambient=20 -contrast=20 -name=Tiny net - -// 6675 -[obj_6675] -model=model_2815 -2dxof=-1 -2dyof=-24 -2dzoom=920 -2dyan=1904 -2dxan=194 -cost=1 -name=An empty box - -// 6676 -[obj_6676] -model=model_2742 -cost=0 -name=Tinderbox - -// 6677 -[obj_6677] -model=model_2815 -2dxof=-1 -2dyof=-24 -2dzoom=920 -2dyan=1904 -2dxan=194 -cost=5 -name=Guam in a box - -// 6678 -[obj_6678] -model=model_2815 -2dxof=-1 -2dyof=-24 -2dzoom=920 -2dyan=1904 -2dxan=194 -cost=5 -name=Guam in a box? - -// 6679 -[obj_6679] -model=model_2815 -2dxof=-1 -2dyof=-24 -2dzoom=920 -2dyan=1904 -2dxan=194 -cost=5 -name=Seaweed in a box - -// 6680 -[obj_6680] -model=model_2815 -2dxof=-1 -2dyof=-24 -2dzoom=920 -2dyan=1904 -2dxan=194 -cost=5 -name=Seaweed in a box? - -// 6681 -[obj_6681] -cost=2 -members=yes -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -stockmarket=yes -recol1s=22131 -recol1d=288 -name=Ground guam -certlink=obj_6682 - -// 6682 -[obj_6682] -certlink=obj_6681 -certtemplate=obj_799 - -// 6683 -[obj_6683] -cost=2 -members=yes -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -stockmarket=yes -recol1s=22131 -recol1d=390 -name=Ground seaweed -certlink=obj_6684 - -// 6684 -[obj_6684] -certlink=obj_6683 -certtemplate=obj_799 - -// 6685 -[obj_6685] -iop1=Drink -cost=200 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -ambient=40 -contrast=40 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=26404 -name=Saradomin brew(4) -certlink=obj_6686 - -// 6686 -[obj_6686] -certlink=obj_6685 -certtemplate=obj_799 - -// 6687 -[obj_6687] -iop1=Drink -cost=175 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -ambient=40 -contrast=40 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=26404 -name=Saradomin brew(3) -certlink=obj_6688 - -// 6688 -[obj_6688] -certlink=obj_6687 -certtemplate=obj_799 - -// 6689 -[obj_6689] -iop1=Drink -cost=150 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -ambient=40 -contrast=40 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=26404 -name=Saradomin brew(2) -certlink=obj_6690 - -// 6690 -[obj_6690] -certlink=obj_6689 -certtemplate=obj_799 - -// 6691 -[obj_6691] -iop1=Drink -cost=125 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -ambient=40 -contrast=40 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=26404 -name=Saradomin brew(1) -certlink=obj_6692 - -// 6692 -[obj_6692] -certlink=obj_6691 -certtemplate=obj_799 - -// 6693 -[obj_6693] -model=model_9826 -2dxof=2 -2dzoom=1100 -2dyan=60 -2dxan=172 -members=yes -stockmarket=yes -name=Crushed nest -certlink=obj_6694 - -// 6694 -[obj_6694] -certlink=obj_6693 -certtemplate=obj_799 - -// 6695 -[obj_6695] -dummyitem=1 -model=model_9831 -2dzoom=3010 -2dyan=48 -2dxan=132 -name=Desert lizard - -// 6696 -[obj_6696] -model=model_9827 -resizex=128 -resizey=128 -resizez=128 -contrast=30 -ambient=30 -2dyof=-4 -2dzoom=1650 -2dyan=1852 -2dxan=164 -members=yes -stackable=yes -name=Ice cooler - -// 6697 -[obj_6697] -members=yes -cost=4 -model=model_2636 -2dxof=1 -2dyof=-1 -2dzoom=580 -2dyan=1900 -2dxan=128 -stockmarket=yes -recol1s=32762 -recol1d=26351 -name=Pat of butter -certlink=obj_6698 - -// 6698 -[obj_6698] -certlink=obj_6697 -certtemplate=obj_799 - -// 6699 -[obj_6699] -model=model_10990 -2dxof=1 -2dyof=-6 -2dzoom=860 -2dyan=1856 -2dxan=208 -members=yes -cost=1 -recol1s=10464 -recol1d=5250 -name=Burnt potato -certlink=obj_6700 - -// 6700 -[obj_6700] -certlink=obj_6699 -certtemplate=obj_799 - -// 6701 -[obj_6701] -model=model_2766 -2dxof=1 -2dyof=-6 -2dzoom=860 -2dyan=1856 -2dxan=208 -iop1=Eat -members=yes -cost=4 -stockmarket=yes -name=Baked potato -certlink=obj_6702 - -// 6702 -[obj_6702] -certlink=obj_6701 -certtemplate=obj_799 - -// 6703 -[obj_6703] -model=model_9834 -2dxof=1 -2dyof=-6 -2dzoom=860 -2dyan=1856 -2dxan=208 -iop1=Eat -members=yes -cost=8 -stockmarket=yes -name=Potato with butter -certlink=obj_6704 - -// 6704 -[obj_6704] -certlink=obj_6703 -certtemplate=obj_799 - -// 6705 -[obj_6705] -model=model_9835 -2dxof=1 -2dyof=-6 -2dzoom=860 -2dyan=1856 -2dxan=208 -iop1=Eat -members=yes -cost=350 -stockmarket=yes -name=Potato with cheese -certlink=obj_6706 - -// 6706 -[obj_6706] -certlink=obj_6705 -certtemplate=obj_799 - -// 6707 -[obj_6707] -model=model_10989 -ambient=15 -2dxof=-9 -2dxof=-8 -2dyof=25 -2dzoom=630 -2dyan=32 -2dxan=384 -iop2=Wear -iop3=Check-charge -iop4=Rub -manwear=model_10983 -womanwear=model_10986 -members=yes -name=Camulet - -// 6708 -[obj_6708] -dummyitem=1 -model=model_9854 -2dzoom=790 -2dxan=556 -name=Slayer gloves - -// 6709 -[obj_6709] -dummyitem=1 -model=model_9907 -2dzoom=2320 -2dyan=1852 -2dxan=336 -name=Fever spider - -// 6710 -[obj_6710] -model=model_7289 -2dxof=-1 -2dyof=-20 -2dzoom=1040 -2dyan=2036 -2dxan=240 -members=yes -stackable=yes -count1=obj_5220,2 -count2=obj_5221,3 -count3=obj_5222,4 -count4=obj_5223,5 -cost=166 -recol1s=17638 -recol1d=25236 -name=Blindweed seed - -// 6711 -[obj_6711] -model=model_9858 -members=yes -cost=1 -2dyof=4 -2dzoom=1490 -2dyan=1596 -2dxan=408 -name=Blindweed - -// 6712 -[obj_6712] -members=yes -model=model_2504 -iop4=Empty -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=173 -recol1d=5513 -name=Bucket of water - -// 6713 -[obj_6713] -cost=5 -model=model_9902 -members=yes -manwear=model_9899 -womanwear=model_9899 -2dxof=9 -2dyof=2 -2dzoom=1210 -2dyan=2032 -2dxan=588 -name=Wrench -womanwearoff=3,-11,6 - -// 6714 -[obj_6714] -cost=5 -model=model_9903 -members=yes -manwear=model_9899 -womanwear=model_9899 -manwear2=model_9900 -womanwear2=model_9900 -2dxof=6 -2dyof=7 -2dzoom=1210 -2dxan=328 -name=Holy wrench -womanwearoff=3,-11,6 - -// 6715 -[obj_6715] -members=yes -model=model_9905 -2dxof=-12 -2dyof=20 -2dzoom=1850 -2dyan=604 -2dxan=356 -name=Sluglings - -// 6716 -[obj_6716] -model=model_9906 -members=yes -2dxof=-9 -2dyof=2 -2dzoom=1740 -2dyan=1964 -2dxan=512 -name=Karamthulhu - -// 6717 -[obj_6717] -cost=20000 -model=model_9906 -members=yes -2dyof=-10 -2dzoom=1740 -2dyan=60 -2dxan=132 -name=Karamthulhu - -// 6718 -[obj_6718] -members=yes -model=model_9859 -2dyof=30 -2dzoom=1850 -2dyan=92 -2dxan=264 -recol1s=32480 -recol1d=21856 -name=Fever spider body - -// 6719 -[obj_6719] -model=model_2504 -members=yes -cost=1 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=173 -recol1d=17796 -name=Unsanitary swill - -// 6720 -[obj_6720] -cost=200 -model=model_9854 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dzoom=730 -2dyan=4 -2dxan=328 -members=yes -name=Slayer gloves - -// 6721 -[obj_6721] -model=model_9904 -manwear=model_9901 -womanwear=model_9901 -2dxof=3 -2dyof=-3 -2dzoom=1310 -2dyan=696 -2dxan=560 -members=yes -name=Rusty scimitar -womanwearoff=3,-11,6 - -// 6722 -[obj_6722] -model=model_9912 -manwear=model_9923 -womanwear=model_9923 -iop1=Talk-At -iop2=Display -iop3=Question -2dxof=4 -2dyof=1 -2dzoom=750 -2dyan=140 -2dxan=36 -cost=0 -recol1s=25098 -recol1d=13771 -recol2s=6273 -recol2d=11561 -recol3s=32767 -recol3d=9216 -name=Zombie head -womanwearoff=3,-11,6 - -// 6723 -[obj_6723] -certlink=obj_6667 -certtemplate=obj_799 - -// 6724 -[obj_6724] -members=yes -cost=8000 -model=model_9928 -2dxof=-5 -2dyof=5 -2dzoom=1650 -2dyan=20 -2dxan=384 -iop2=Wield -manwear=model_9955 -womanwear=model_9955 -stockmarket=yes -recol1s=7330 -recol1d=16640 -name=Seercull -womanwearoff=3,-11,6 -certlink=obj_6725 -lentlink=obj_13529 - -// 6725 -[obj_6725] -certlink=obj_6724 -certtemplate=obj_799 - -// 6726 -[obj_6726] -certlink=obj_6562 -certtemplate=obj_799 - -// 6727 -[obj_6727] -certlink=obj_6563 -certtemplate=obj_799 - -// 6728 -[obj_6728] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=15852 -name=Bonemeal - -// 6729 -[obj_6729] -model=model_2768 -2dzoom=1830 -2dyan=648 -2dxan=216 -iop1=Bury -members=yes -stockmarket=yes -recol1s=32767 -recol1d=15852 -name=Dagannoth bones -certlink=obj_6730 - -// 6730 -[obj_6730] -certlink=obj_6729 -certtemplate=obj_799 - -// 6731 -[obj_6731] -cost=10000 -model=model_9932 -iop2=Wear -members=yes -2dxof=3 -2dyof=-13 -2dzoom=620 -2dyan=1940 -2dxan=340 -stockmarket=yes -name=Seers ring -certlink=obj_6732 -lentlink=obj_13426 - -// 6732 -[obj_6732] -certlink=obj_6731 -certtemplate=obj_799 - -// 6733 -[obj_6733] -cost=10000 -model=model_9930 -iop2=Wear -members=yes -2dxof=4 -2dyof=-14 -2dzoom=630 -2dyan=1904 -2dxan=332 -stockmarket=yes -name=Archers ring -certlink=obj_6734 -lentlink=obj_13427 - -// 6734 -[obj_6734] -certlink=obj_6733 -certtemplate=obj_799 - -// 6735 -[obj_6735] -cost=10000 -model=model_9933 -iop2=Wear -members=yes -2dxof=2 -2dyof=-6 -2dzoom=570 -2dyan=1776 -2dxan=348 -stockmarket=yes -name=Warrior ring -certlink=obj_6736 -lentlink=obj_13428 - -// 6736 -[obj_6736] -certlink=obj_6735 -certtemplate=obj_799 - -// 6737 -[obj_6737] -cost=10000 -model=model_9931 -iop2=Wear -members=yes -2dxof=3 -2dyof=-15 -2dzoom=600 -2dyan=1916 -2dxan=324 -stockmarket=yes -name=Berserker ring -certlink=obj_6738 -lentlink=obj_13429 - -// 6738 -[obj_6738] -certlink=obj_6737 -certtemplate=obj_799 - -// 6739 -[obj_6739] -model=model_9959 -manwear=model_9957 -womanwear=model_9957 -iop2=Wield -cost=55000 -2dxof=-6 -2dyof=6 -2dzoom=1450 -2dyan=1288 -2dxan=520 -members=yes -stockmarket=yes -name=Dragon axe -womanwearoff=3,-11,6 -certlink=obj_6740 -lentlink=obj_13470 - -// 6740 -[obj_6740] -certlink=obj_6739 -certtemplate=obj_799 - -// 6741 -[obj_6741] -model=model_9960 -2dxof=-47 -2dyof=-33 -2dzoom=1552 -2dyan=1271 -2dxan=235 -manwear=model_9958 -womanwear=model_9958 -cost=1800 -members=yes -stockmarket=yes -name=Broken axe -womanwearoff=0,6,0 -certlink=obj_6742 - -// 6742 -[obj_6742] -certlink=obj_6741 -certtemplate=obj_799 - -// 6743 -[obj_6743] -model=model_9961 -2dxof=-12 -2dyof=-19 -2dzoom=1114 -2dyan=1203 -2dxan=456 -cost=54999 -members=yes -name=Picture -certlink=obj_6744 - -// 6744 -[obj_6744] -certlink=obj_6743 -certtemplate=obj_799 - -// 6745 -[obj_6745] -members=yes -cost=50 -model=model_2566 -2dxof=-2 -2dyof=-4 -2dzoom=980 -2dyan=864 -2dzan=84 -2dxan=196 -iop2=Wield -manwear=model_513 -womanwear=model_513 -recol1s=15825 -recol1d=0 -recol2s=32736 -recol2d=8456 -name=Silverlight -womanwearoff=3,-11,6 - -// 6746 -[obj_6746] -members=yes -cost=500 -model=model_2566 -2dxof=-2 -2dyof=-4 -2dzoom=980 -2dyan=864 -2dzan=84 -2dxan=196 -iop2=Wield -manwear=model_513 -womanwear=model_513 -recol1s=15825 -recol1d=4162 -recol2s=32736 -recol2d=6342 -name=Darklight -womanwearoff=3,-11,6 - -// 6747 -[obj_6747] -cost=0 -model=model_9989 -2dyan=880 -2dxan=212 -members=yes -name=Demonic sigil mould - -// 6748 -[obj_6748] -cost=0 -model=model_9988 -manwear=model_9986 -womanwear=model_9986 -2dzoom=1340 -2dyan=684 -2dxan=344 -members=yes -iop1=Chant -name=Demonic sigil -womanwearoff=3,-11,6 - -// 6749 -[obj_6749] -model=model_9991 -2dxof=2 -2dyof=4 -2dzoom=1090 -2dyan=1944 -2dxan=304 -members=yes -cost=0 -iop1=Read -name=Demonic tome - -// 6750 -[obj_6750] -model=model_2786 -2dyof=7 -2dzoom=1370 -2dxan=536 -cost=40 -iop2=Wear -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -members=yes -recol1s=14724 -recol1d=4226 -name=Black desert shirt - -// 6751 -[obj_6751] -model=model_2742 -cost=0 -name=Tinderbox - -// 6752 -[obj_6752] -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -cost=30 -iop2=Wear -manwear=model_265 -womanwear=model_428 -members=yes -recol1s=2340 -recol1d=4226 -name=Black desert robe - -// 6753 -[obj_6753] -model=model_2742 -cost=0 -name=Picture - -// 6754 -[obj_6754] -model=model_41315 -2dxof=-7 -2dyof=-34 -2dzoom=976 -2dyan=210 -2dxan=291 -ambient=20 -contrast=15 -members=yes -manwear=model_41324 -womanwear=model_41324 -iop1=Feel -iop5=Destroy -name=Enchanted key -womanwearoff=3,-11,6 - -// 6755 -[obj_6755] -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop1=Read -iop5=Destroy -recol1s=32759 -recol1d=24242 -recol2s=16846 -recol2d=8320 -recol3s=21120 -recol3d=8320 -recol4s=13504 -recol4d=10597 -name=Journal - -// 6756 -[obj_6756] -members=yes -model=model_10013 -2dyof=7 -2dzoom=960 -2dyan=184 -2dxan=316 -iop5=Destroy -name=Letter - -// 6757 -[obj_6757] -members=yes -model=model_10013 -2dyof=7 -2dzoom=960 -2dyan=184 -2dxan=316 -iop5=Destroy -name=Letter - -// 6758 -[obj_6758] -members=yes -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -iop5=Destroy -recol1s=32759 -recol1d=24242 -name=Scroll - -// 6759 -[obj_6759] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -members=yes -iop5=Destroy -recol1s=28640 -recol1d=17799 -recol2s=12685 -recol2d=19975 -recol3s=11488 -recol3d=8354 -name=Chest - -// 6760 -[obj_6760] -members=yes -model=model_10012 -iop2=Wield -manwear=model_10005 -womanwear=model_10005 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -cost=625 -stockmarket=yes -name=Guthix mjolnir -womanwearoff=3,-11,6 -certlink=obj_6761 - -// 6761 -[obj_6761] -certlink=obj_6760 -certtemplate=obj_799 - -// 6762 -[obj_6762] -members=yes -model=model_10014 -iop2=Wield -manwear=model_10006 -womanwear=model_10006 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -cost=625 -stockmarket=yes -name=Saradomin mjolnir -womanwearoff=3,-11,6 -certlink=obj_6763 - -// 6763 -[obj_6763] -certlink=obj_6762 -certtemplate=obj_799 - -// 6764 -[obj_6764] -members=yes -model=model_10015 -iop2=Wield -manwear=model_10007 -womanwear=model_10007 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -cost=625 -stockmarket=yes -name=Zamorak mjolnir -womanwearoff=3,-11,6 -certlink=obj_6765 - -// 6765 -[obj_6765] -certlink=obj_6764 -certtemplate=obj_799 - -// 6766 -[obj_6766] -members=yes -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -recol1s=16846 -recol1d=7721 -name=Cat antipoison - -// 6767 -[obj_6767] -model=model_2794 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop1=Read -recol1s=13504 -recol1d=7424 -recol2s=32759 -recol2d=19023 -name=Book - -// 6768 -[obj_6768] -model=model_2365 -members=yes -2dzoom=1110 -2dyan=1812 -2dxan=116 -iop1=Eat -recol1s=26272 -recol1d=19104 -name=Poisoned cheese - -// 6769 -[obj_6769] -members=yes -iop1=Read -iop5=Destroy -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -name=Music scroll - -// 6770 -[obj_6770] -members=yes -iop1=Read -iop5=Destroy -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -name=Directions - -// 6771 -[obj_6771] -members=yes -model=model_10046 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -name=Pot of weeds - -// 6772 -[obj_6772] -members=yes -model=model_10045 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -manwear=model_10079 -womanwear=model_10079 -name=Smouldering pot -womanwearoff=3,-11,6 - -// 6773 -[obj_6773] -model=model_10090 -manwear=model_10080 -womanwear=model_10080 -members=yes -2dzoom=1990 -2dyan=1996 -2dxan=268 -iop2=Wield -name=Rat pole -womanwearoff=3,-11,6 - -// 6774 -[obj_6774] -model=model_10090 -manwear=model_10080 -manwear2=model_10081 -womanwear=model_10080 -womanwear2=model_10081 -members=yes -2dzoom=1990 -2dyan=1996 -2dxan=268 -iop1=Remove-rat -iop2=Wield -name=Rat pole -womanwearoff=3,0,6 - -// 6775 -[obj_6775] -model=model_10090 -manwear=model_10080 -manwear2=model_10082 -womanwear=model_10080 -womanwear2=model_10082 -members=yes -2dzoom=1990 -2dyan=1996 -2dxan=268 -iop1=Remove-rat -iop2=Wield -name=Rat pole -womanwearoff=3,0,6 - -// 6776 -[obj_6776] -model=model_10090 -manwear=model_10080 -manwear2=model_10083 -womanwear=model_10080 -womanwear2=model_10083 -members=yes -2dzoom=1990 -2dyan=1996 -2dxan=268 -iop1=Remove-rat -iop2=Wield -name=Rat pole -womanwearoff=3,0,6 - -// 6777 -[obj_6777] -model=model_10090 -manwear=model_10080 -manwear2=model_10084 -womanwear=model_10080 -womanwear2=model_10084 -members=yes -2dzoom=1990 -2dyan=1996 -2dxan=268 -iop1=Remove-rat -iop2=Wield -name=Rat pole -womanwearoff=3,0,6 - -// 6778 -[obj_6778] -model=model_10090 -manwear=model_10080 -manwear2=model_10085 -womanwear=model_10080 -womanwear2=model_10085 -members=yes -2dzoom=1990 -2dyan=1996 -2dxan=268 -iop1=Remove-rat -iop2=Wield -name=Rat pole -womanwearoff=3,0,6 - -// 6779 -[obj_6779] -model=model_10090 -manwear=model_10080 -manwear2=model_10086 -womanwear=model_10080 -womanwear2=model_10086 -members=yes -2dzoom=1990 -2dyan=1996 -2dxan=268 -iop1=Remove-rat -iop2=Wield -name=Rat pole -womanwearoff=3,0,6 - -// 6780 -[obj_6780] -dummyitem=1 -model=model_39568 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=2340 -recol1d=28386 -recol2s=14724 -recol2d=7183 -recol3s=25098 -recol3d=18855 -name=Menaphite thug - -// 6781 -[obj_6781] -dummyitem=1 -model=model_39531 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=14724 -recol1d=32759 -recol2s=25098 -recol2d=18855 -name=Bandit - -// 6782 -[obj_6782] -dummyitem=1 -model=model_39531 -2dxof=41 -2dyof=-100 -2dzoom=7140 -2dyan=1895 -recol1s=14724 -recol1d=32759 -recol2s=25098 -recol2d=18855 -name=Bandit - -// 6783 -[obj_6783] -model=model_10216 -2dxof=1 -2dyof=1 -2dzoom=1280 -2dyan=1856 -2dxan=460 -dummyitem=2 - -// 6784 -[obj_6784] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 6785 -[obj_6785] -model=model_10176 -2dxof=-7 -2dyof=73 -2dzoom=1610 -2dyan=196 -2dxan=300 -ambient=15 -members=yes -recol1s=28366 -recol1d=26253 -name=Statuette - -// 6786 -[obj_6786] -model=model_10142 -2dyof=-2 -2dzoom=1290 -2dxan=580 -iop2=Wear -manwear=model_292 -manwear2=model_10123 -womanwear=model_456 -womanwear2=model_10126 -members=yes -recol1s=14724 -recol1d=28366 -name=Robe of elidinis - -// 6787 -[obj_6787] -model=model_10140 -2dxof=-3 -2dzoom=1970 -2dxan=436 -manwear=model_10125 -womanwear=model_10003 -iop2=Wear -members=yes -name=Robe of elidinis - -// 6788 -[obj_6788] -model=model_10143 -2dyof=-2 -2dzoom=1290 -2dxan=580 -members=yes -iop2=Wear -manwear=model_10130 -womanwear=model_10130 -recol1s=28366 -recol1d=25195 -recol2s=25229 -recol2d=22058 -recol3s=24138 -recol3d=20967 -recol4s=6608 -recol4d=3437 -name=Torn robe - -// 6789 -[obj_6789] -model=model_10141 -2dxof=-3 -2dzoom=1970 -2dxan=436 -members=yes -iop2=Wear -manwear=model_10129 -womanwear=model_10129 -recol1s=28366 -recol1d=25195 -recol2s=25229 -recol2d=22058 -recol3s=24138 -recol3d=20967 -recol4s=6608 -recol4d=3437 -name=Torn robe - -// 6790 -[obj_6790] -model=model_10136 -2dyof=-2 -2dzoom=720 -2dyan=1812 -2dxan=136 -members=yes -iop2=Wear -manwear=model_10124 -womanwear=model_10127 -name=Shoes - -// 6791 -[obj_6791] -model=model_10134 -2dyof=4 -2dzoom=410 -2dyan=1768 -2dxan=300 -members=yes -name=Sole - -// 6792 -[obj_6792] -model=model_10139 -2dxof=1 -2dyof=1 -2dzoom=1280 -2dyan=1856 -2dxan=460 -members=yes -recol1s=28425 -recol1d=27373 -recol2s=26311 -recol2d=25259 -recol3s=25220 -recol3d=24200 -name=Ancestral key - -// 6793 -[obj_6793] -model=model_10137 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -iop1=Read -name=Ballad - -// 6794 -[obj_6794] -model=model_10138 -2dxof=1 -2dyof=-4 -2dzoom=560 -2dyan=1812 -2dxan=152 -members=yes -cost=30 -iop1=Eat -stockmarket=yes -name=Choc-ice -certlink=obj_6795 - -// 6795 -[obj_6795] -certlink=obj_6794 -certtemplate=obj_799 - -// 6796 -[obj_6796] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -members=yes -recol1s=28512 -recol1d=17927 -recol2s=24288 -recol2d=16870 -name=Lamp - -// 6797 -[obj_6797] -model=model_7327 -2dxof=5 -2dyof=-9 -2dzoom=1050 -2dyan=1788 -2dxan=176 -dummyitem=1 -name=Watering can - -// 6798 -[obj_6798] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -recol1s=13416 -recol1d=14661 -recol2s=11302 -recol2d=12547 -recol3s=25229 -recol3d=13639 -recol4s=22058 -recol4d=12582 -recol5s=22024 -recol5d=11525 -recol6s=20967 -recol6d=10468 -name=Champion scroll - -// 6799 -[obj_6799] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -recol1s=25229 -recol1d=24275 -recol2s=22058 -recol2d=23218 -recol3s=22024 -recol3d=22161 -recol4s=20967 -recol4d=22159 -recol5s=13416 -recol5d=6374 -recol6s=11302 -recol6d=5317 -name=Champion scroll - -// 6800 -[obj_6800] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -recol1s=25229 -recol1d=22027 -recol2s=22058 -recol2d=17833 -recol3s=22024 -recol3d=15719 -recol4s=20967 -recol4d=13638 -recol5s=13416 -recol5d=3209 -recol6s=11302 -recol6d=2119 -name=Champion scroll - -// 6801 -[obj_6801] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -recol1s=13416 -recol1d=11456 -recol2s=11302 -recol2d=10400 -recol3s=25229 -recol3d=16868 -recol4s=22058 -recol4d=13699 -recol5s=22024 -recol5d=10562 -recol6s=20967 -recol6d=10528 -name=Champion scroll - -// 6802 -[obj_6802] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -recol1s=25229 -recol1d=18787 -recol2s=22058 -recol2d=17730 -recol3s=22024 -recol3d=17696 -recol4s=20967 -recol4d=15616 -recol5s=13416 -recol5d=18688 -recol6s=11302 -recol6d=15584 -name=Champion scroll - -// 6803 -[obj_6803] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -recol1s=25229 -recol1d=20677 -recol2s=22058 -recol2d=20611 -recol3s=22024 -recol3d=18563 -recol4s=20967 -recol4d=17506 -recol5s=13416 -recol5d=11360 -recol6s=11302 -recol6d=9280 -name=Champion scroll - -// 6804 -[obj_6804] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -recol1s=25229 -recol1d=14848 -recol2s=22058 -recol2d=12736 -recol3s=22024 -recol3d=10656 -recol4s=20967 -recol4d=9600 -recol5s=13416 -recol5d=6305 -recol6s=11302 -recol6d=5248 -name=Champion scroll - -// 6805 -[obj_6805] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -recol1s=13416 -recol1d=6242 -recol2s=11302 -recol2d=4128 -recol3s=25229 -recol3d=11363 -recol4s=22058 -recol4d=9281 -recol5s=22024 -recol5d=8257 -recol6s=20967 -recol6d=6144 -name=Champion scroll - -// 6806 -[obj_6806] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -recol1s=25229 -recol1d=28341 -recol2s=22058 -recol2d=26293 -recol3s=22024 -recol3d=25236 -recol4s=20967 -recol4d=23188 -recol5s=13416 -recol5d=15786 -recol6s=11302 -recol6d=14729 -name=Champion scroll - -// 6807 -[obj_6807] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -recol1s=25229 -recol1d=7629 -recol2s=22058 -recol2d=6572 -recol3s=22024 -recol3d=5515 -recol4s=20967 -recol4d=4458 -recol5s=13416 -recol5d=10240 -recol6s=11302 -recol6d=8192 -name=Champion scroll - -// 6808 -[obj_6808] -iop1=Read -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -name=Champion scroll - -// 6809 -[obj_6809] -cost=66000 -model=model_10364 -iop2=Wear -manwear=model_10362 -womanwear=model_10363 -members=yes -2dzoom=1620 -2dyan=1960 -2dxan=276 -stockmarket=yes -name=Granite legs -certlink=obj_6813 -lentlink=obj_13786 - -// 6810 -[obj_6810] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -recol1s=32767 -recol1d=21074 -name=Bonemeal - -// 6811 -[obj_6811] -model=model_10350 -dummyitem=1 -2dzoom=1104 -2dyan=1634 -2dxan=27 -recol1s=28407 -recol1d=22233 -recol2s=22131 -recol2d=20119 -recol3s=16846 -recol3d=16948 -recol4s=11561 -recol4d=12720 -recol5s=0 -recol5d=9581 -name=Skeletal wyvern - -// 6812 -[obj_6812] -model=model_10349 -2dxof=-3 -2dyof=41 -2dzoom=2160 -2dyan=2000 -2dzan=1964 -2dxan=292 -iop1=Bury -members=yes -stockmarket=yes -name=Wyvern bones -certlink=obj_6816 - -// 6813 -[obj_6813] -certlink=obj_6809 -certtemplate=obj_799 - -// 6814 -[obj_6814] -model=model_2631 -2dxof=-2 -2dyof=5 -2dzoom=1290 -2dyan=168 -2dxan=388 -cost=10 -stockmarket=yes -name=Fur -certlink=obj_6815 - -// 6815 -[obj_6815] -certlink=obj_6814 -certtemplate=obj_799 - -// 6816 -[obj_6816] -certlink=obj_6812 -certtemplate=obj_799 - -// 6817 -[obj_6817] -model=model_10385 -2dxof=-1 -2dyof=25 -2dzoom=1580 -2dyan=36 -2dxan=276 -manwear=model_10381 -womanwear=model_10381 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=6346 -name=Slender blade -manwearoff=0,2,0 -womanwearoff=3,-11,6 - -// 6818 -[obj_6818] -model=model_10382 -2dyof=-9 -2dzoom=1800 -2dyan=64 -2dxan=236 -iop2=Wield -manwear=model_10379 -womanwear=model_10379 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=6346 -name=Bow-sword -womanwearoff=3,-11,6 - -// 6819 -[obj_6819] -model=model_7509 -2dyof=2 -2dzoom=760 -2dyan=96 -2dxan=132 -ambient=40 -members=yes -iop1=Fill -iop2=Empty -iop3=Check -iop5=Destroy -recol1s=15820 -recol1d=18892 -recol2s=14727 -recol2d=17799 -recol3s=10501 -recol3d=13573 -recol4s=6273 -recol4d=8321 -name=Large pouch - -// 6820 -[obj_6820] -model=model_10384 -2dxof=7 -2dyof=26 -2dzoom=1590 -2dyan=236 -2dxan=256 -members=yes -iop5=Destroy -name=Relic - -// 6821 -[obj_6821] -model=model_9653 -2dxof=1 -2dyof=-1 -2dzoom=740 -2dyan=2028 -2dxan=160 -ambient=20 -members=yes -iop5=Destroy -recol1s=26526 -recol1d=25206 -recol2s=20184 -recol2d=20978 -recol3s=19093 -recol3d=18864 -name=Orb - -// 6822 -[obj_6822] -model=model_10451 -2dxof=1 -2dyof=4 -2dzoom=465 -2dyan=297 -2dxan=194 -name=Star bauble - -// 6823 -[obj_6823] -model=model_10450 -2dxof=1 -2dyof=4 -2dzoom=465 -2dyan=297 -2dxan=194 -name=Star bauble - -// 6824 -[obj_6824] -model=model_10450 -2dxof=1 -2dyof=4 -2dzoom=465 -2dyan=297 -2dxan=194 -recol1s=26400 -recol1d=23716 -name=Star bauble - -// 6825 -[obj_6825] -model=model_10450 -2dxof=1 -2dyof=4 -2dzoom=465 -2dyan=297 -2dxan=194 -recol1s=26400 -recol1d=5532 -name=Star bauble - -// 6826 -[obj_6826] -model=model_10450 -2dxof=1 -2dyof=4 -2dzoom=465 -2dyan=297 -2dxan=194 -recol1s=26400 -recol1d=6022 -name=Star bauble - -// 6827 -[obj_6827] -model=model_10450 -2dxof=1 -2dyof=4 -2dzoom=465 -2dyan=297 -2dxan=194 -recol1s=26400 -recol1d=29853 -name=Star bauble - -// 6828 -[obj_6828] -model=model_10438 -2dxof=1 -2dyof=-1 -2dzoom=854 -2dyan=1904 -2dxan=138 -name=Box bauble - -// 6829 -[obj_6829] -model=model_10437 -2dxof=1 -2dyof=-1 -2dzoom=854 -2dyan=1904 -2dxan=138 -name=Box bauble - -// 6830 -[obj_6830] -model=model_10437 -2dxof=1 -2dyof=-1 -2dzoom=854 -2dyan=1904 -2dxan=138 -recol1s=26400 -recol1d=23716 -name=Box bauble - -// 6831 -[obj_6831] -model=model_10437 -2dxof=1 -2dyof=-1 -2dzoom=854 -2dyan=1904 -2dxan=138 -recol1s=26400 -recol1d=5532 -name=Box bauble - -// 6832 -[obj_6832] -model=model_10437 -2dxof=1 -2dyof=-1 -2dzoom=854 -2dyan=1904 -2dxan=138 -recol1s=26400 -recol1d=6022 -name=Box bauble - -// 6833 -[obj_6833] -model=model_10437 -2dxof=1 -2dyof=-1 -2dzoom=854 -2dyan=1904 -2dxan=138 -recol1s=26400 -recol1d=29853 -name=Box bauble - -// 6834 -[obj_6834] -model=model_10440 -2dxof=1 -2dyof=5 -2dzoom=724 -2dyan=1980 -2dxan=186 -name=Diamond bauble - -// 6835 -[obj_6835] -model=model_10439 -2dxof=1 -2dyof=5 -2dzoom=724 -2dyan=1980 -2dxan=186 -name=Diamond bauble - -// 6836 -[obj_6836] -model=model_10439 -2dxof=1 -2dyof=5 -2dzoom=724 -2dyan=1980 -2dxan=186 -recol1s=26400 -recol1d=23716 -name=Diamond bauble - -// 6837 -[obj_6837] -model=model_10439 -2dxof=1 -2dyof=5 -2dzoom=724 -2dyan=1980 -2dxan=186 -recol1s=26400 -recol1d=5532 -name=Diamond bauble - -// 6838 -[obj_6838] -model=model_10439 -2dxof=1 -2dyof=5 -2dzoom=724 -2dyan=1980 -2dxan=186 -recol1s=26400 -recol1d=6022 -name=Diamond bauble - -// 6839 -[obj_6839] -model=model_10439 -2dxof=1 -2dyof=5 -2dzoom=724 -2dyan=1980 -2dxan=186 -recol1s=26400 -recol1d=29853 -name=Diamond bauble - -// 6840 -[obj_6840] -model=model_10453 -2dzoom=530 -name=Tree bauble - -// 6841 -[obj_6841] -model=model_10452 -2dzoom=530 -name=Tree bauble - -// 6842 -[obj_6842] -model=model_10452 -2dzoom=530 -recol1s=26400 -recol1d=23716 -name=Tree bauble - -// 6843 -[obj_6843] -model=model_10452 -2dzoom=530 -recol1s=26400 -recol1d=5532 -name=Tree bauble - -// 6844 -[obj_6844] -model=model_10452 -2dzoom=530 -recol1s=26400 -recol1d=6022 -name=Tree bauble - -// 6845 -[obj_6845] -model=model_10452 -2dzoom=530 -recol1s=26400 -recol1d=29853 -name=Tree bauble - -// 6846 -[obj_6846] -model=model_10434 -2dyof=-5 -2dzoom=661 -2dyan=84 -2dxan=138 -name=Bell bauble - -// 6847 -[obj_6847] -model=model_10433 -2dyof=-5 -2dzoom=661 -2dyan=84 -2dxan=138 -name=Bell bauble - -// 6848 -[obj_6848] -model=model_10433 -2dyof=-5 -2dzoom=661 -2dyan=84 -2dxan=138 -recol1s=26400 -recol1d=23716 -name=Bell bauble - -// 6849 -[obj_6849] -model=model_10433 -2dyof=-5 -2dzoom=661 -2dyan=84 -2dxan=138 -recol1s=26400 -recol1d=5532 -name=Bell bauble - -// 6850 -[obj_6850] -model=model_10433 -2dyof=-5 -2dzoom=661 -2dyan=84 -2dxan=138 -recol1s=26400 -recol1d=6022 -name=Bell bauble - -// 6851 -[obj_6851] -model=model_10433 -2dyof=-5 -2dzoom=661 -2dyan=84 -2dxan=138 -recol1s=26400 -recol1d=29853 -name=Bell bauble - -// 6852 -[obj_6852] -model=model_10431 -2dzoom=3408 -2dyan=144 -2dxan=138 -iop1=Examine-closer -name=Puppet box - -// 6853 -[obj_6853] -model=model_10429 -2dyof=-8 -2dzoom=3189 -2dyan=207 -2dxan=165 -iop1=Examine-closer -name=Bauble box - -// 6854 -[obj_6854] -model=model_10432 -2dzoom=3408 -2dyan=144 -2dxan=138 -iop5=Destroy -name=Puppet box - -// 6855 -[obj_6855] -model=model_10430 -2dyof=-8 -2dzoom=3189 -2dyan=207 -2dxan=165 -iop5=Destroy -name=Bauble box - -// 6856 -[obj_6856] -model=model_10435 -2dxof=1 -2dyof=-1 -2dzoom=512 -2dyan=270 -2dxan=99 -iop2=Wear -manwear=model_10532 -womanwear=model_10543 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39375 -womanhead=model_38749 -iop5=Destroy -name=Bobble hat - -// 6857 -[obj_6857] -model=model_10436 -2dxof=3 -2dyof=-1 -2dzoom=659 -2dyan=207 -2dxan=511 -iop2=Wear -manwear=model_10537 -womanwear=model_10547 -iop5=Destroy -name=Bobble scarf - -// 6858 -[obj_6858] -model=model_10441 -2dxof=1 -2dyof=1 -2dzoom=724 -2dyan=2006 -2dxan=93 -iop2=Wear -manwear=model_10533 -womanwear=model_10544 -manhead=model_39378 -manwear2=model_215 -womanwear2=model_391 -womanhead=model_38761 -iop5=Destroy -name=Jester hat - -// 6859 -[obj_6859] -model=model_10442 -2dxof=1 -2dyof=-1 -2dzoom=659 -2dyan=207 -2dxan=511 -iop2=Wear -manwear=model_10538 -womanwear=model_10548 -iop5=Destroy -name=Jester scarf - -// 6860 -[obj_6860] -model=model_10454 -2dxof=1 -2dyof=-7 -2dzoom=592 -2dyan=267 -2dxan=171 -iop2=Wear -manwear=model_10535 -womanwear=model_10546 -manhead=model_39524 -manwear2=model_215 -womanwear2=model_391 -womanhead=model_38768 -iop5=Destroy -name=Tri-jester hat - -// 6861 -[obj_6861] -model=model_10455 -2dxof=1 -2dyof=-1 -2dzoom=659 -2dyan=207 -2dxan=511 -iop2=Wear -manwear=model_10540 -womanwear=model_10550 -iop5=Destroy -name=Tri-jester scarf - -// 6862 -[obj_6862] -model=model_10448 -2dxof=-1 -2dyof=-1 -2dzoom=659 -2dyan=1425 -2dxan=124 -iop2=Wear -manwear=model_10534 -womanwear=model_10545 -manhead=model_39533 -manwear2=model_215 -womanwear2=model_391 -womanhead=model_38814 -iop5=Destroy -name=Woolly hat - -// 6863 -[obj_6863] -model=model_10449 -2dxof=1 -2dyof=-1 -2dzoom=659 -2dyan=207 -2dxan=511 -iop2=Wear -manwear=model_10539 -womanwear=model_10549 -iop5=Destroy -name=Woolly scarf - -// 6864 -[obj_6864] -iop2=Wear -cost=60000 -model=model_10551 -2dxof=42 -2dyof=100 -2dzoom=724 -2dyan=180 -2dxan=166 -manwear=model_10551 -womanwear=model_10551 -name=Marionette handle - -// 6865 -[obj_6865] -model=model_10443 -2dxof=1 -2dyof=8 -2dzoom=1368 -2dxan=512 -iop1=Jump -iop2=Walk -iop3=Bow -iop4=Dance -iop5=Destroy -recol1s=19945 -recol1d=7414 -recol2s=16774 -recol2d=2195 -recol3s=14661 -recol3d=79 -name=Blue marionette - -// 6866 -[obj_6866] -model=model_10443 -2dxof=1 -2dyof=8 -2dzoom=1368 -2dxan=512 -iop1=Jump -iop2=Walk -iop3=Bow -iop4=Dance -iop5=Destroy -recol1s=19945 -recol1d=2498 -recol2s=16774 -recol2d=384 -recol3s=14661 -recol3d=256 -name=Green marionette - -// 6867 -[obj_6867] -model=model_10443 -2dxof=1 -2dyof=8 -2dzoom=1368 -2dxan=512 -iop1=Jump -iop2=Walk -iop3=Bow -iop4=Dance -iop5=Destroy -recol1s=19945 -recol1d=16548 -recol2s=16774 -recol2d=12320 -recol3s=14661 -recol3d=8192 -name=Red marionette - -// 6868 -[obj_6868] -model=model_10443 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=7414 -recol2s=16774 -recol2d=2195 -recol3s=14661 -recol3d=79 -name=Blue marionette - -// 6869 -[obj_6869] -model=model_10443 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=2498 -recol2s=16774 -recol2d=384 -recol3s=14661 -recol3d=256 -name=Green marionette - -// 6870 -[obj_6870] -model=model_10443 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=16548 -recol2s=16774 -recol2d=12320 -recol3s=14661 -recol3d=8192 -name=Red marionette - -// 6871 -[obj_6871] -model=model_10444 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=16548 -recol2s=16774 -recol2d=12320 -recol3s=14661 -recol3d=8192 -name=Red marionette - -// 6872 -[obj_6872] -model=model_10445 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=16548 -recol2s=16774 -recol2d=12320 -recol3s=14661 -recol3d=8192 -name=Red marionette - -// 6873 -[obj_6873] -model=model_10446 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=16548 -recol2s=16774 -recol2d=12320 -recol3s=14661 -recol3d=8192 -name=Red marionette - -// 6874 -[obj_6874] -model=model_10447 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=16548 -recol2s=16774 -recol2d=12320 -recol3s=14661 -recol3d=8192 -name=Red marionette - -// 6875 -[obj_6875] -model=model_10444 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=7414 -recol2s=16774 -recol2d=2195 -recol3s=14661 -recol3d=79 -name=Blue marionette - -// 6876 -[obj_6876] -model=model_10445 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=7414 -recol2s=16774 -recol2d=2195 -recol3s=14661 -recol3d=79 -name=Blue marionette - -// 6877 -[obj_6877] -model=model_10446 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=7414 -recol2s=16774 -recol2d=2195 -recol3s=14661 -recol3d=79 -name=Blue marionette - -// 6878 -[obj_6878] -model=model_10447 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=7414 -recol2s=16774 -recol2d=2195 -recol3s=14661 -recol3d=79 -name=Blue marionette - -// 6879 -[obj_6879] -model=model_10444 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=2498 -recol2s=16774 -recol2d=384 -recol3s=14661 -recol3d=256 -name=Green marionette - -// 6880 -[obj_6880] -model=model_10445 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=2498 -recol2s=16774 -recol2d=384 -recol3s=14661 -recol3d=256 -name=Green marionette - -// 6881 -[obj_6881] -model=model_10446 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=2498 -recol2s=16774 -recol2d=384 -recol3s=14661 -recol3d=256 -name=Green marionette - -// 6882 -[obj_6882] -model=model_10447 -2dxof=4 -2dyof=86 -2dzoom=984 -2dyan=126 -2dxan=282 -recol1s=19945 -recol1d=2498 -recol2s=16774 -recol2d=384 -recol3s=14661 -recol3d=256 -name=Green marionette - -// 6883 -[obj_6883] -model=model_10590 -iop1=Eat -members=yes -2dzoom=912 -2dyan=1876 -2dxan=174 -name=Peach - -// 6884 -[obj_6884] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 6885 -[obj_6885] -model=model_10587 -iop2=Wear -members=yes -iop1=Talk-to -iop5=Destroy -manwear=model_10685 -womanwear=model_10692 -manhead=model_39746 -womanhead=model_38905 -2dyof=2 -2dzoom=740 -2dyan=40 -2dzan=1908 -2dxan=456 -name=Progress hat - -// 6886 -[obj_6886] -model=model_10587 -iop2=Wear -members=yes -iop1=Talk-to -iop5=Destroy -manwear=model_10685 -womanwear=model_10692 -manhead=model_39746 -womanhead=model_38905 -2dyof=2 -2dzoom=740 -2dyan=40 -2dzan=1908 -2dxan=456 -ambient=20 -recol1s=17734 -recol1d=20901 -recol2s=14728 -recol2d=22055 -recol3s=17736 -recol3d=22024 -recol4s=14886 -recol4d=16969 -name=Progress hat - -// 6887 -[obj_6887] -model=model_10587 -iop2=Wear -members=yes -iop1=Talk-to -iop5=Destroy -manwear=model_10685 -womanwear=model_10692 -manhead=model_39746 -womanhead=model_38905 -2dyof=2 -2dzoom=740 -2dyan=40 -2dzan=1908 -2dxan=456 -ambient=20 -recol1s=26400 -recol1d=28557 -recol2s=17608 -recol2d=23880 -recol3s=17734 -recol3d=26312 -recol4s=14728 -recol4d=21075 -recol5s=17736 -recol5d=26311 -recol6s=14886 -recol6d=16969 -name=Progress hat - -// 6888 -[obj_6888] -model=model_10588 -members=yes -op3=Observe -op4=Reset -2dyof=-6 -2dzoom=1560 -2dyan=1876 -2dxan=140 -name=Guardian statue - -// 6889 -[obj_6889] -model=model_10573 -manwear=model_10698 -womanwear=model_10699 -2dxof=2 -2dyof=10 -2dzoom=950 -2dyan=1948 -2dxan=260 -ambient=15 -iop2=Wield -members=yes -cost=500 -stockmarket=yes -name=Mage's book -certlink=obj_6890 - -// 6890 -[obj_6890] -certlink=obj_6889 -certtemplate=obj_799 - -// 6891 -[obj_6891] -model=model_10575 -2dxof=2 -2dyof=7 -2dzoom=980 -2dyan=1928 -2dxan=300 -ambient=15 -members=yes -iop1=Read -name=Arena book - -// 6892 -[obj_6892] -model=model_2742 -cost=0 -name=Tinderbox - -// 6893 -[obj_6893] -cost=0 -model=model_2837 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -iop2=Wear -members=yes -recol1s=7298 -recol1d=7299 -name=Leather boots - -// 6894 -[obj_6894] -model=model_2339 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -cost=0 -members=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -name=Adamant kiteshield - -// 6895 -[obj_6895] -cost=0 -model=model_2833 -2dxof=1 -2dyof=-4 -2dzoom=640 -2dyan=156 -2dxan=108 -iop2=Wear -members=yes -recol1s=16846 -recol1d=6438 -name=Adamant med helm - -// 6896 -[obj_6896] -cost=0 -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -recol1s=32271 -recol1d=14283 -recol2s=17440 -recol2d=1666 -recol3s=11296 -recol3d=1505 -recol4s=32767 -recol4d=14283 -name=Emerald - -// 6897 -[obj_6897] -cost=0 -model=model_2602 -2dxof=-13 -2dyof=-2 -2dzoom=860 -2dyan=1348 -2dzan=96 -2dxan=100 -iop2=Wield -members=yes -recol1s=16846 -recol1d=6476 -name=Rune longsword - -// 6898 -[obj_6898] -model=model_10577 -2dxof=-7 -2dyof=-9 -2dzoom=1230 -2dyan=1968 -2dzan=1980 -2dxan=300 -ambient=10 -members=yes -cost=0 -name=Cylinder - -// 6899 -[obj_6899] -model=model_10576 -2dzoom=1000 -2dyan=1948 -2dxan=84 -ambient=10 -members=yes -cost=0 -name=Cube - -// 6900 -[obj_6900] -model=model_10579 -2dzoom=1320 -2dxan=1620 -ambient=10 -members=yes -cost=0 -name=Icosahedron - -// 6901 -[obj_6901] -model=model_10591 -2dxof=-1 -2dyof=-97 -2dzoom=1150 -2dyan=36 -2dxan=232 -ambient=10 -members=yes -cost=0 -name=Pentamid - -// 6902 -[obj_6902] -model=model_10589 -2dzoom=1200 -2dyan=56 -ambient=10 -members=yes -name=Orb - -// 6903 -[obj_6903] -cost=0 -model=model_2586 -2dxof=-5 -2dyof=7 -2dzoom=780 -2dyan=220 -2dzan=1860 -2dxan=368 -members=yes -recol1s=32271 -recol1d=19673 -recol2s=17440 -recol2d=13331 -recol3s=11296 -recol3d=7181 -recol4s=32767 -recol4d=19673 -name=Dragonstone - -// 6904 -[obj_6904] -model=model_10569 -2dxof=1 -2dzoom=1900 -2dyan=2040 -2dxan=476 -members=yes -name=Animals' bones - -// 6905 -[obj_6905] -model=model_10570 -2dyof=-30 -2dzoom=1330 -2dyan=1856 -2dxan=200 -members=yes -name=Animals' bones - -// 6906 -[obj_6906] -model=model_10571 -2dxof=-10 -2dzoom=1440 -2dyan=1632 -2dxan=212 -members=yes -name=Animals' bones - -// 6907 -[obj_6907] -model=model_10572 -2dxof=-5 -2dyof=4 -2dzoom=1470 -2dyan=1592 -2dxan=608 -members=yes -name=Animals' bones - -// 6908 -[obj_6908] -model=model_10562 -manwear=model_10701 -womanwear=model_32147 -iop2=Wield -2dxof=4 -2dyof=1 -2dzoom=680 -2dyan=88 -2dxan=1936 -cost=1200 -members=yes -stockmarket=yes -name=Beginner wand -certlink=obj_6909 - -// 6909 -[obj_6909] -certlink=obj_6908 -certtemplate=obj_799 - -// 6910 -[obj_6910] -model=model_10563 -manwear=model_10700 -womanwear=model_10700 -iop2=Wield -2dxof=-3 -2dyof=5 -2dzoom=750 -2dyan=116 -2dxan=1168 -cost=1500 -members=yes -stockmarket=yes -name=Apprentice wand -womanwearoff=4,-11,6 -certlink=obj_6911 - -// 6911 -[obj_6911] -certlink=obj_6910 -certtemplate=obj_799 - -// 6912 -[obj_6912] -model=model_10564 -manwear=model_10703 -womanwear=model_10703 -iop2=Wield -2dxof=2 -2dyof=2 -2dzoom=560 -2dyan=1968 -2dxan=1108 -cost=2000 -members=yes -stockmarket=yes -name=Teacher wand -womanwearoff=4,-11,6 -certlink=obj_6913 - -// 6913 -[obj_6913] -certlink=obj_6912 -certtemplate=obj_799 - -// 6914 -[obj_6914] -model=model_10565 -manwear=model_10702 -womanwear=model_10702 -iop2=Wield -2dxof=5 -2dyof=-22 -2dzoom=1115 -2dyan=1185 -2dxan=185 -cost=2500 -members=yes -stockmarket=yes -name=Master wand -womanwearoff=4,-11,6 -certlink=obj_6915 - -// 6915 -[obj_6915] -certlink=obj_6914 -certtemplate=obj_799 - -// 6916 -[obj_6916] -model=model_10586 -manwear=model_10687 -manwear2=model_10681 -womanwear=model_10694 -womanwear2=model_10688 -iop2=Wear -2dxof=-1 -2dzoom=1380 -2dyan=2044 -2dxan=468 -members=yes -cost=140000 -stockmarket=yes -name=Infinity top -certlink=obj_6917 - -// 6917 -[obj_6917] -certlink=obj_6916 -certtemplate=obj_799 - -// 6918 -[obj_6918] -model=model_10583 -manwear=model_10684 -womanwear=model_10691 -manhead=model_39478 -womanhead=model_38776 -2dzoom=1150 -2dyan=68 -2dxan=112 -iop2=Wear -members=yes -cost=17000 -stockmarket=yes -name=Infinity hat -certlink=obj_6919 - -// 6919 -[obj_6919] -certlink=obj_6918 -certtemplate=obj_799 - -// 6920 -[obj_6920] -model=model_10580 -manwear=model_10683 -womanwear=model_10690 -2dxof=2 -2dyof=-5 -2dzoom=750 -2dyan=248 -2dxan=164 -iop2=Wear -members=yes -cost=12000 -stockmarket=yes -name=Infinity boots -certlink=obj_6921 - -// 6921 -[obj_6921] -certlink=obj_6920 -certtemplate=obj_799 - -// 6922 -[obj_6922] -model=model_2649 -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -iop2=Wear -members=yes -cost=12000 -stockmarket=yes -recol1s=9473 -recol1d=6347 -name=Infinity gloves -certlink=obj_6923 - -// 6923 -[obj_6923] -certlink=obj_6922 -certtemplate=obj_799 - -// 6924 -[obj_6924] -model=model_10585 -manwear=model_10686 -womanwear=model_10693 -2dyof=30 -2dzoom=1760 -2dxan=304 -iop2=Wear -members=yes -cost=90000 -stockmarket=yes -name=Infinity bottoms -certlink=obj_6925 - -// 6925 -[obj_6925] -certlink=obj_6924 -certtemplate=obj_799 - -// 6926 -[obj_6926] -model=model_10590 -members=yes -2dzoom=912 -2dyan=1876 -2dxan=174 -name=Bones to peaches - -// 6927 -[obj_6927] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6928 -[obj_6928] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6929 -[obj_6929] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6930 -[obj_6930] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6931 -[obj_6931] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6932 -[obj_6932] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6933 -[obj_6933] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6934 -[obj_6934] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6935 -[obj_6935] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6936 -[obj_6936] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6937 -[obj_6937] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6938 -[obj_6938] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6939 -[obj_6939] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6940 -[obj_6940] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6941 -[obj_6941] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6942 -[obj_6942] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6943 -[obj_6943] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6944 -[obj_6944] -dummyitem=2 -model=model_2674 -stackable=yes - -// 6945 -[obj_6945] -model=model_10710 -2dxof=4 -2dyof=22 -2dzoom=770 -2dyan=1664 -2dxan=312 -members=yes -iop5=Destroy -name=Sandy hand - -// 6946 -[obj_6946] -model=model_10710 -2dxof=4 -2dyof=22 -2dzoom=770 -2dyan=1664 -2dxan=312 -members=yes -iop5=Destroy -recol1s=32525 -recol1d=20076 -name=Beer-soaked hand - -// 6947 -[obj_6947] -model=model_10708 -2dxof=2 -2dyof=10 -2dzoom=1030 -2dyan=116 -2dxan=304 -members=yes -iop1=Read -iop5=Destroy -name=Bert's rota - -// 6948 -[obj_6948] -model=model_10712 -2dxof=2 -2dyof=10 -2dzoom=1030 -2dyan=116 -2dxan=304 -members=yes -iop1=Read -iop5=Destroy -name=Sandy's rota - -// 6949 -[obj_6949] -model=model_10711 -2dyof=12 -2dzoom=980 -2dyan=168 -2dxan=300 -members=yes -iop5=Destroy -name=A magic scroll - -// 6950 -[obj_6950] -2dyof=-1 -2dzoom=540 -model=model_7511 -members=yes -iop1=Activate -iop5=Destroy -recol1s=20115 -recol1d=19027 -name=Magical orb - -// 6951 -[obj_6951] -2dyof=-1 -2dzoom=540 -model=model_7512 -members=yes -iop5=Destroy -recol1s=20115 -recol1d=19027 -name=Magical orb (a) - -// 6952 -[obj_6952] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=26218 -name=Truth serum - -// 6953 -[obj_6953] -model=model_10709 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -members=yes -iop5=Destroy -recol1s=20677 -recol1d=15860 -name=Bottled water - -// 6954 -[obj_6954] -model=model_10709 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -members=yes -iop5=Destroy -name=Redberry juice - -// 6955 -[obj_6955] -model=model_2705 -2dyof=-2 -2dzoom=760 -2dyan=1920 -2dxan=124 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=24046 -name=Pink dye - -// 6956 -[obj_6956] -model=model_2545 -2dxof=6 -2dyof=28 -2dzoom=890 -2dyan=84 -2dxan=388 -manwear=model_43662 -womanwear=model_43662 -members=yes -iop5=Destroy -recol1s=9818 -recol1d=32271 -name=Rose-tinted lens -womanwearoff=3,-11,6 - -// 6957 -[obj_6957] -members=yes -model=model_10713 -2dxof=5 -2dyof=97 -2dzoom=660 -2dyan=264 -2dxan=268 -iop5=Destroy -name=Wizard's head - -// 6958 -[obj_6958] -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -iop5=Destroy -recol1s=22131 -recol1d=26276 -name=Sand - -// 6959 -[obj_6959] -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_323 -members=yes -stockmarket=yes -recol1s=8386 -recol1d=24046 -recol2s=32736 -recol2d=32271 -recol3s=8320 -recol3d=24046 -recol4s=15392 -recol4d=15623 -name=Cape -certlink=obj_6960 - -// 6960 -[obj_6960] -certlink=obj_6959 -certtemplate=obj_799 - -// 6961 -[obj_6961] -model=model_10746 -2dxof=-4 -2dyof=-20 -2dzoom=960 -2dyan=1348 -2dxan=200 -iop1=Eat -cost=25 -name=Baguette - -// 6962 -[obj_6962] -model=model_10748 -2dxof=-1 -2dyof=-76 -2dzoom=870 -2dyan=1392 -2dzan=2044 -2dxan=236 -iop1=Eat -cost=25 -stockmarket=yes -name=Triangle sandwich -certlink=obj_6968 - -// 6963 -[obj_6963] -model=model_13940 -2dzoom=400 -2dyan=194 -2dxan=180 -iop1=Eat -cost=25 -name=Roll - -// 6964 -[obj_6964] -model=model_2423 -2dxof=2 -2dyof=-2 -2dzoom=650 -2dyan=2044 -2dxan=160 -cost=6 -name=Coins - -// 6965 -[obj_6965] -model=model_10747 -2dxof=5 -2dzoom=1360 -2dyan=168 -2dxan=316 -iop1=Eat -cost=25 -name=Square sandwich - -// 6966 -[obj_6966] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -iop1=Return -recol1s=32480 -recol1d=4226 -name=Prison key - -// 6967 -[obj_6967] -model=model_2477 -2dxof=3 -2dyof=-5 -2dzoom=670 -2dyan=136 -2dxan=92 -iop2=Wear -cost=6 -recol1s=16846 -recol1d=14368 -name=Dragon med helm - -// 6968 -[obj_6968] -certlink=obj_6962 -certtemplate=obj_799 - -// 6969 -[obj_6969] -model=model_2594 -2dxof=5 -2dyof=12 -2dzoom=1860 -2dyan=12 -2dxan=344 -iop1=Eat -cost=6 -recol1s=16846 -recol1d=21995 -recol2s=28407 -recol2d=13573 -name=Shark - -// 6970 -[obj_6970] -model=model_10764 -members=yes -2dxof=-1 -2dyof=-100 -2dzoom=2384 -2dyan=207 -2dxan=237 -name=Pyramid top - -// 6971 -[obj_6971] -model=model_10867 -2dxof=3 -2dzoom=1175 -2dyan=2033 -2dxan=177 -members=yes -stockmarket=yes -name=Sandstone (1kg) -certlink=obj_6972 - -// 6972 -[obj_6972] -certlink=obj_6971 -certtemplate=obj_799 - -// 6973 -[obj_6973] -model=model_10868 -2dxof=-3 -2dzoom=1440 -2dyan=1886 -2dxan=225 -members=yes -stockmarket=yes -name=Sandstone (2kg) -certlink=obj_6974 - -// 6974 -[obj_6974] -certlink=obj_6973 -certtemplate=obj_799 - -// 6975 -[obj_6975] -model=model_10869 -2dxof=1 -2dyof=-1 -2dzoom=1616 -2dyan=288 -2dxan=186 -members=yes -stockmarket=yes -name=Sandstone (5kg) -certlink=obj_6976 - -// 6976 -[obj_6976] -certlink=obj_6975 -certtemplate=obj_799 - -// 6977 -[obj_6977] -model=model_10870 -2dxof=4 -2dyof=9 -2dyan=342 -2dxan=324 -members=yes -stockmarket=yes -name=Sandstone (10kg) -certlink=obj_6978 - -// 6978 -[obj_6978] -certlink=obj_6977 -certtemplate=obj_799 - -// 6979 -[obj_6979] -model=model_10867 -2dxof=3 -2dzoom=1175 -2dyan=2033 -2dxan=177 -members=yes -stockmarket=yes -recol1s=14628 -recol1d=24040 -name=Granite (500g) -certlink=obj_6980 - -// 6980 -[obj_6980] -certlink=obj_6979 -certtemplate=obj_799 - -// 6981 -[obj_6981] -model=model_10868 -2dxof=-3 -2dzoom=1440 -2dyan=1886 -2dxan=225 -members=yes -stockmarket=yes -recol1s=14628 -recol1d=24040 -name=Granite (2kg) -certlink=obj_6982 - -// 6982 -[obj_6982] -certlink=obj_6981 -certtemplate=obj_799 - -// 6983 -[obj_6983] -model=model_10869 -manwear=model_45445 -womanwear=model_45445 -2dxof=1 -2dyof=-1 -2dzoom=1616 -2dyan=288 -2dxan=186 -members=yes -stockmarket=yes -recol1s=14628 -recol1d=24040 -name=Granite (5kg) -certlink=obj_6984 - -// 6984 -[obj_6984] -certlink=obj_6983 -certtemplate=obj_799 - -// 6985 -[obj_6985] -model=model_10873 -2dxof=-1 -2dyof=-23 -2dzoom=3152 -2dyan=150 -2dxan=180 -members=yes -iop5=Destroy -name=Sandstone (20kg) - -// 6986 -[obj_6986] -model=model_10871 -2dxof=1 -2dyof=-34 -2dzoom=3792 -2dyan=84 -2dxan=132 -members=yes -iop5=Destroy -name=Sandstone (32kg) - -// 6987 -[obj_6987] -model=model_10859 -2dxof=-11 -2dyof=7 -2dzoom=3024 -2dyan=2036 -2dxan=156 -members=yes -iop5=Destroy -name=Sandstone body - -// 6988 -[obj_6988] -model=model_10857 -2dzoom=4048 -2dyan=3 -2dxan=36 -members=yes -iop5=Destroy -name=Sandstone base - -// 6989 -[obj_6989] -model=model_10862 -members=yes -2dxof=10 -2dyof=-8 -2dzoom=848 -2dyan=1813 -2dzan=498 -2dxan=1973 -iop5=Destroy -name=Stone head - -// 6990 -[obj_6990] -model=model_10866 -members=yes -2dxof=20 -2dyof=-16 -2dzoom=1243 -2dyan=1981 -2dzan=567 -2dxan=1961 -iop5=Destroy -name=Stone head - -// 6991 -[obj_6991] -model=model_10861 -members=yes -2dxof=3 -2dzoom=1360 -2dyan=1699 -2dzan=124 -2dxan=1934 -iop5=Destroy -name=Stone head - -// 6992 -[obj_6992] -model=model_10860 -members=yes -2dxof=9 -2dyof=-4 -2dzoom=1232 -2dyan=1505 -2dxan=453 -iop5=Destroy -name=Stone head - -// 6993 -[obj_6993] -model=model_10853 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1744 -2dyan=192 -2dxan=354 -iop5=Destroy -name=Z sigil - -// 6994 -[obj_6994] -model=model_10851 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1744 -2dyan=192 -2dxan=354 -iop5=Destroy -name=M sigil - -// 6995 -[obj_6995] -model=model_10852 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1744 -2dyan=192 -2dxan=354 -iop5=Destroy -name=R sigil - -// 6996 -[obj_6996] -model=model_10850 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1744 -2dyan=192 -2dxan=354 -iop5=Destroy -name=K sigil - -// 6997 -[obj_6997] -model=model_10854 -members=yes -2dxof=-4 -2dyof=1 -2dzoom=2256 -2dyan=1991 -2dxan=336 -iop5=Destroy -name=Stone left arm - -// 6998 -[obj_6998] -model=model_10855 -members=yes -2dxof=-2 -2dyof=51 -2dyan=111 -2dxan=288 -iop5=Destroy -name=Stone right arm - -// 6999 -[obj_6999] -model=model_10863 -members=yes -2dyof=-15 -2dzoom=1308 -2dyan=1670 -2dxan=198 -iop5=Destroy -name=Stone left leg - -// 7000 -[obj_7000] -model=model_10864 -members=yes -2dzoom=1308 -2dyan=468 -2dxan=162 -iop5=Destroy -name=Stone right leg - -// 7001 -[obj_7001] -model=model_10860 -members=yes -2dxof=14 -2dyof=-7 -2dzoom=1360 -2dyan=1571 -2dxan=558 -iop5=Destroy -recol1s=24040 -recol1d=19911 -recol2s=25131 -recol2d=19911 -recol3s=20903 -recol3d=19911 -recol4s=17732 -recol4d=19911 -name=Camel mould (p) - -// 7002 -[obj_7002] -model=model_10860 -members=yes -2dxof=9 -2dyof=-7 -2dzoom=1308 -2dyan=1589 -2dxan=420 -iop5=Destroy -name=Stone head - -// 7003 -[obj_7003] -model=model_10847 -members=yes -iop2=Wear -manwear=model_10836 -womanwear=model_10840 -manhead=model_39809 -womanhead=model_39134 -2dxof=-9 -2dyof=-5 -2dzoom=1243 -2dyan=346 -2dxan=539 -name=Camel mask - -// 7004 -[obj_7004] -model=model_2489 -manwear=model_10987 -womanwear=model_10987 -members=yes -name=Chisel -womanwearoff=3,-11,6 - -// 7005 -[obj_7005] -dummyitem=2 -model=model_11058 -ambient=90 - -// 7006 -[obj_7006] -dummyitem=2 -model=model_11064 -ambient=90 - -// 7007 -[obj_7007] -dummyitem=2 -model=model_11061 -ambient=90 - -// 7008 -[obj_7008] -dummyitem=2 -model=model_11067 -ambient=90 - -// 7009 -[obj_7009] -dummyitem=2 -model=model_11070 -ambient=90 - -// 7010 -[obj_7010] -dummyitem=2 -model=model_11028 -ambient=90 - -// 7011 -[obj_7011] -dummyitem=2 -model=model_11031 -ambient=90 - -// 7012 -[obj_7012] -dummyitem=2 -model=model_11034 -ambient=90 - -// 7013 -[obj_7013] -dummyitem=2 -model=model_11037 -ambient=90 - -// 7014 -[obj_7014] -dummyitem=2 -model=model_11040 -ambient=90 - -// 7015 -[obj_7015] -dummyitem=2 -model=model_11043 -ambient=90 - -// 7016 -[obj_7016] -dummyitem=2 -model=model_11046 -ambient=90 - -// 7017 -[obj_7017] -dummyitem=2 -model=model_11049 -ambient=90 - -// 7018 -[obj_7018] -dummyitem=2 -model=model_11052 -ambient=90 - -// 7019 -[obj_7019] -dummyitem=2 -model=model_11055 -ambient=90 - -// 7020 -[obj_7020] -dummyitem=2 -model=model_11059 -ambient=90 - -// 7021 -[obj_7021] -dummyitem=2 -model=model_11065 -ambient=90 - -// 7022 -[obj_7022] -dummyitem=2 -model=model_11062 -ambient=90 - -// 7023 -[obj_7023] -dummyitem=2 -model=model_11068 -ambient=90 - -// 7024 -[obj_7024] -dummyitem=2 -model=model_11071 -ambient=90 - -// 7025 -[obj_7025] -dummyitem=2 -model=model_11029 -ambient=90 - -// 7026 -[obj_7026] -dummyitem=2 -model=model_11032 -ambient=90 - -// 7027 -[obj_7027] -dummyitem=2 -model=model_11035 -ambient=90 - -// 7028 -[obj_7028] -dummyitem=2 -model=model_11038 -ambient=90 - -// 7029 -[obj_7029] -dummyitem=2 -model=model_11041 -ambient=90 - -// 7030 -[obj_7030] -dummyitem=2 -model=model_11044 -ambient=90 - -// 7031 -[obj_7031] -dummyitem=2 -model=model_11047 -ambient=90 - -// 7032 -[obj_7032] -dummyitem=2 -model=model_11050 -ambient=90 - -// 7033 -[obj_7033] -dummyitem=2 -model=model_11053 -ambient=90 - -// 7034 -[obj_7034] -dummyitem=2 -model=model_11056 -ambient=90 - -// 7035 -[obj_7035] -dummyitem=2 -model=model_11060 -ambient=90 - -// 7036 -[obj_7036] -dummyitem=2 -model=model_11066 -ambient=90 - -// 7037 -[obj_7037] -dummyitem=2 -model=model_11063 -ambient=90 - -// 7038 -[obj_7038] -dummyitem=2 -model=model_11069 -ambient=90 - -// 7039 -[obj_7039] -dummyitem=2 -model=model_11072 -ambient=90 - -// 7040 -[obj_7040] -dummyitem=2 -model=model_11030 -ambient=90 - -// 7041 -[obj_7041] -dummyitem=2 -model=model_11033 -ambient=90 - -// 7042 -[obj_7042] -dummyitem=2 -model=model_11036 -ambient=90 - -// 7043 -[obj_7043] -dummyitem=2 -model=model_11039 -ambient=90 - -// 7044 -[obj_7044] -dummyitem=2 -model=model_11042 -ambient=90 - -// 7045 -[obj_7045] -dummyitem=2 -model=model_11045 -ambient=90 - -// 7046 -[obj_7046] -dummyitem=2 -model=model_11048 -ambient=90 - -// 7047 -[obj_7047] -dummyitem=2 -model=model_11051 -ambient=90 - -// 7048 -[obj_7048] -dummyitem=2 -model=model_11054 -ambient=90 - -// 7049 -[obj_7049] -dummyitem=2 -model=model_11057 -ambient=90 - -// 7050 -[obj_7050] -dummyitem=1 -model=model_11075 -2dyof=-6 -2dzoom=2010 -2dyan=1592 -2dxan=180 -name=Swarm - -// 7051 -[obj_7051] -model=model_11073 -2dzoom=1000 -2dyan=1796 -2dxan=140 -members=yes -manwear=model_11076 -womanwear=model_11076 -iop2=Wield -cost=130 -stockmarket=yes -name=Unlit bug lantern -manwearoff=0,-3,0 -womanwearoff=-6,-14,6 -certlink=obj_7052 - -// 7052 -[obj_7052] -certlink=obj_7051 -certtemplate=obj_799 - -// 7053 -[obj_7053] -model=model_11074 -2dzoom=1000 -2dyan=1796 -2dxan=140 -members=yes -manwear=model_11076 -manwear2=model_11077 -womanwear=model_11076 -womanwear2=model_11077 -iop2=Wield -iop3=Extinguish -cost=130 -name=Lit bug lantern -womanwearoff=-6,-14,6 - -// 7054 -[obj_7054] -model=model_11097 -2dxof=1 -2dyof=-6 -2dzoom=860 -2dyan=1856 -2dxan=208 -iop1=Eat -members=yes -cost=13 -stockmarket=yes -name=Chilli potato -certlink=obj_7055 - -// 7055 -[obj_7055] -certlink=obj_7054 -certtemplate=obj_799 - -// 7056 -[obj_7056] -model=model_11098 -2dxof=1 -2dyof=-6 -2dzoom=860 -2dyan=1856 -2dxan=208 -iop1=Eat -members=yes -cost=12 -stockmarket=yes -name=Egg potato -certlink=obj_7057 - -// 7057 -[obj_7057] -certlink=obj_7056 -certtemplate=obj_799 - -// 7058 -[obj_7058] -model=model_11099 -2dxof=1 -2dyof=-6 -2dzoom=860 -2dyan=1856 -2dxan=208 -iop1=Eat -members=yes -cost=45 -stockmarket=yes -name=Mushroom potato -certlink=obj_7059 - -// 7059 -[obj_7059] -certlink=obj_7058 -certtemplate=obj_799 - -// 7060 -[obj_7060] -model=model_11100 -2dxof=1 -2dyof=-6 -2dzoom=860 -2dyan=1856 -2dxan=208 -iop1=Eat -members=yes -cost=113 -stockmarket=yes -name=Tuna potato -certlink=obj_7061 - -// 7061 -[obj_7061] -certlink=obj_7060 -certtemplate=obj_799 - -// 7062 -[obj_7062] -model=model_11079 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=13 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Chilli con carne -certlink=obj_7063 - -// 7063 -[obj_7063] -certlink=obj_7062 -certtemplate=obj_799 - -// 7064 -[obj_7064] -model=model_11081 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=12 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Egg and tomato -certlink=obj_7065 - -// 7065 -[obj_7065] -certlink=obj_7064 -certtemplate=obj_799 - -// 7066 -[obj_7066] -model=model_11086 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=45 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Mushroom & onion -certlink=obj_7067 - -// 7067 -[obj_7067] -certlink=obj_7066 -certtemplate=obj_799 - -// 7068 -[obj_7068] -model=model_11095 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=113 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Tuna and corn -certlink=obj_7069 - -// 7069 -[obj_7069] -certlink=obj_7068 -certtemplate=obj_799 - -// 7070 -[obj_7070] -model=model_11078 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=8 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Minced meat -certlink=obj_7071 - -// 7071 -[obj_7071] -certlink=obj_7070 -certtemplate=obj_799 - -// 7072 -[obj_7072] -model=model_11080 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=9 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Spicy sauce -certlink=obj_7073 - -// 7073 -[obj_7073] -certlink=obj_7072 -certtemplate=obj_799 - -// 7074 -[obj_7074] -model=model_11085 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -members=yes -cost=7 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Chopped garlic -certlink=obj_7075 - -// 7075 -[obj_7075] -certlink=obj_7074 -certtemplate=obj_799 - -// 7076 -[obj_7076] -model=model_11083 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -members=yes -cost=8 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Uncooked egg -certlink=obj_7077 - -// 7077 -[obj_7077] -certlink=obj_7076 -certtemplate=obj_799 - -// 7078 -[obj_7078] -model=model_11084 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=8 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Scrambled egg -certlink=obj_7079 - -// 7079 -[obj_7079] -certlink=obj_7078 -certtemplate=obj_799 - -// 7080 -[obj_7080] -model=model_11089 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -members=yes -cost=42 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Sliced mushrooms -certlink=obj_7081 - -// 7081 -[obj_7081] -certlink=obj_7080 -certtemplate=obj_799 - -// 7082 -[obj_7082] -model=model_11088 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=42 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Fried mushrooms -certlink=obj_7083 - -// 7083 -[obj_7083] -certlink=obj_7082 -certtemplate=obj_799 - -// 7084 -[obj_7084] -model=model_11092 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=7 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Fried onions -certlink=obj_7085 - -// 7085 -[obj_7085] -certlink=obj_7084 -certtemplate=obj_799 - -// 7086 -[obj_7086] -model=model_11096 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=104 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Chopped tuna -certlink=obj_7087 - -// 7087 -[obj_7087] -certlink=obj_7086 -certtemplate=obj_799 - -// 7088 -[obj_7088] -model=model_11093 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=13 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Sweetcorn -certlink=obj_7089 - -// 7089 -[obj_7089] -certlink=obj_7088 -certtemplate=obj_799 - -// 7090 -[obj_7090] -model=model_11082 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Empty -members=yes -cost=5 -recol1s=22174 -recol1d=23936 -name=Burnt egg -certlink=obj_7091 - -// 7091 -[obj_7091] -certlink=obj_7090 -certtemplate=obj_799 - -// 7092 -[obj_7092] -model=model_11091 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Empty -members=yes -cost=5 -recol1s=22174 -recol1d=23936 -name=Burnt onion -certlink=obj_7093 - -// 7093 -[obj_7093] -certlink=obj_7092 -certtemplate=obj_799 - -// 7094 -[obj_7094] -model=model_11087 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Empty -members=yes -cost=5 -recol1s=22174 -recol1d=23936 -name=Burnt mushroom -certlink=obj_7095 - -// 7095 -[obj_7095] -certlink=obj_7094 -certtemplate=obj_799 - -// 7096 -[obj_7096] -model=model_2399 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7097 -[obj_7097] -model=model_2652 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7098 -[obj_7098] -model=model_2737 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7099 -[obj_7099] -model=model_2405 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7100 -[obj_7100] -model=model_2481 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7101 -[obj_7101] -model=model_2340 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7102 -[obj_7102] -model=model_2734 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7103 -[obj_7103] -model=model_2707 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7104 -[obj_7104] -model=model_2382 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7105 -[obj_7105] -model=model_2735 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7106 -[obj_7106] -model=model_2665 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7107 -[obj_7107] -model=model_2434 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -dummyitem=1 -members=yes -ambient=30 -name=Board game piece - -// 7108 -[obj_7108] -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -cost=52 -members=yes -recol1s=22131 -recol1d=2113 -name=Gunpowder -param=param_59,1 - -// 7109 -[obj_7109] -model=model_1842 -2dxof=-2 -2dyof=-30 -2dzoom=1240 -2dyan=1976 -2dxan=188 -cost=52 -members=yes -recol1s=11524 -recol1d=28471 -recol2s=9410 -recol2d=26357 -name=Fuse -param=param_59,1 - -// 7110 -[obj_7110] -model=model_11146 -members=yes -manwear=model_11116 -womanwear=model_11121 -iop2=Wear -2dyof=2 -2dzoom=1178 -2dxan=568 -cost=300 -stockmarket=yes -name=Stripy pirate shirt -certlink=obj_7111 - -// 7111 -[obj_7111] -certlink=obj_7110 -certtemplate=obj_799 - -// 7112 -[obj_7112] -model=model_11140 -members=yes -manwear=model_11111 -womanwear=model_11118 -iop2=Wear -manhead=model_39807 -womanhead=model_38915 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -stockmarket=yes -name=Pirate bandana -certlink=obj_7113 - -// 7113 -[obj_7113] -certlink=obj_7112 -certtemplate=obj_799 - -// 7114 -[obj_7114] -model=model_11141 -members=yes -manwear=model_11110 -womanwear=model_11193 -iop2=Wear -2dxof=3 -2dyof=-3 -2dzoom=770 -2dyan=156 -2dxan=164 -cost=350 -stockmarket=yes -name=Pirate boots -certlink=obj_7115 - -// 7115 -[obj_7115] -certlink=obj_7114 -certtemplate=obj_799 - -// 7116 -[obj_7116] -model=model_11142 -members=yes -manwear=model_11112 -womanwear=model_11120 -iop2=Wear -2dyof=-2 -2dzoom=1740 -2dxan=444 -cost=350 -stockmarket=yes -name=Pirate leggings -certlink=obj_7117 - -// 7117 -[obj_7117] -certlink=obj_7116 -certtemplate=obj_799 - -// 7118 -[obj_7118] -model=model_11131 -2dxof=-1 -2dzoom=1080 -2dyan=280 -2dxan=84 -members=yes -manwear=model_11198 -womanwear=model_11198 -name=Canister -param=param_59,1 - -// 7119 -[obj_7119] -model=model_11132 -members=yes -manwear=model_11197 -womanwear=model_11197 -2dyof=3 -2dzoom=950 -2dyan=72 -2dxan=1425 -name=Cannon ball -param=param_59,1 - -// 7120 -[obj_7120] -model=model_11133 -members=yes -manwear=model_11199 -womanwear=model_11199 -2dzoom=950 -2dyan=72 -2dxan=1776 -name=Ramrod -param=param_59,1 - -// 7121 -[obj_7121] -model=model_11139 -members=yes -manwear=model_11202 -womanwear=model_11202 -2dxof=-3 -2dyof=1 -2dzoom=1590 -2dyan=52 -2dxan=376 -recol1s=9541 -recol1d=12549 -recol2s=7427 -recol2d=12549 -name=Repair plank -param=param_59,1 - -// 7122 -[obj_7122] -model=model_11146 -members=yes -manwear=model_11116 -womanwear=model_11121 -iop2=Wear -2dyof=2 -2dzoom=1178 -2dxan=568 -cost=300 -stockmarket=yes -recol1s=15748 -recol1d=23650 -name=Stripy pirate shirt -certlink=obj_7123 - -// 7123 -[obj_7123] -certlink=obj_7122 -certtemplate=obj_799 - -// 7124 -[obj_7124] -model=model_11140 -members=yes -manwear=model_11111 -womanwear=model_11118 -iop2=Wear -manhead=model_39807 -womanhead=model_38915 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -stockmarket=yes -recol1s=32767 -recol1d=23650 -recolhsl2s=10363 -recolhsl2d=1584 -name=Pirate bandana -certlink=obj_7125 - -// 7125 -[obj_7125] -certlink=obj_7124 -certtemplate=obj_799 - -// 7126 -[obj_7126] -model=model_11142 -members=yes -manwear=model_11112 -womanwear=model_11120 -iop2=Wear -2dyof=-2 -2dzoom=1740 -2dxan=444 -cost=350 -stockmarket=yes -recol1s=13700 -recol1d=23650 -name=Pirate leggings -certlink=obj_7127 - -// 7127 -[obj_7127] -certlink=obj_7126 -certtemplate=obj_799 - -// 7128 -[obj_7128] -model=model_11146 -members=yes -manwear=model_11116 -womanwear=model_11121 -iop2=Wear -2dyof=2 -2dzoom=1178 -2dxan=568 -cost=300 -stockmarket=yes -recol1s=15748 -recol1d=9752 -name=Stripy pirate shirt -certlink=obj_7129 - -// 7129 -[obj_7129] -certlink=obj_7128 -certtemplate=obj_799 - -// 7130 -[obj_7130] -model=model_11140 -members=yes -manwear=model_11111 -womanwear=model_11118 -iop2=Wear -manhead=model_39807 -womanhead=model_38915 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -stockmarket=yes -recol1s=32767 -recol1d=11767 -name=Pirate bandana -certlink=obj_7131 - -// 7131 -[obj_7131] -certlink=obj_7130 -certtemplate=obj_799 - -// 7132 -[obj_7132] -model=model_11142 -members=yes -manwear=model_11112 -womanwear=model_11120 -iop2=Wear -2dyof=-2 -2dzoom=1740 -2dxan=444 -cost=350 -stockmarket=yes -recol1s=13700 -recol1d=4531 -name=Pirate leggings -certlink=obj_7133 - -// 7133 -[obj_7133] -certlink=obj_7132 -certtemplate=obj_799 - -// 7134 -[obj_7134] -model=model_11146 -members=yes -manwear=model_11116 -womanwear=model_11121 -iop2=Wear -2dyof=2 -2dzoom=1178 -2dxan=568 -cost=300 -stockmarket=yes -recol1s=32767 -recol1d=3136 -recol2s=15748 -recol2d=18821 -name=Stripy pirate shirt -certlink=obj_7135 - -// 7135 -[obj_7135] -certlink=obj_7134 -certtemplate=obj_799 - -// 7136 -[obj_7136] -model=model_11140 -members=yes -manwear=model_11111 -womanwear=model_11118 -iop2=Wear -manhead=model_39807 -womanhead=model_38915 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -stockmarket=yes -recol1s=32767 -recol1d=3136 -recol2s=32765 -recol2d=3136 -name=Pirate bandana -certlink=obj_7137 - -// 7137 -[obj_7137] -certlink=obj_7136 -certtemplate=obj_799 - -// 7138 -[obj_7138] -model=model_11142 -members=yes -manwear=model_11112 -womanwear=model_11120 -iop2=Wear -2dyof=-2 -2dzoom=1740 -2dxan=444 -cost=350 -stockmarket=yes -recol1s=13700 -recol1d=18821 -name=Pirate leggings -certlink=obj_7139 - -// 7139 -[obj_7139] -certlink=obj_7138 -certtemplate=obj_799 - -// 7140 -[obj_7140] -model=model_11138 -iop2=Wield -manwear=model_11201 -womanwear=model_11201 -members=yes -2dxof=6 -2dyof=-1 -2dzoom=920 -2dyan=676 -2dxan=732 -cost=2560 -name=Lucky cutlass -womanwearoff=3,-11,6 - -// 7141 -[obj_7141] -model=model_11137 -iop2=Wield -manwear=model_11200 -womanwear=model_11200 -members=yes -2dyof=-4 -2dzoom=990 -2dyan=1369 -2dxan=553 -cost=1040 -name=Harry's cutlass -womanwearoff=3,-11,6 - -// 7142 -[obj_7142] -model=model_11144 -iop2=Wield -manwear=model_11203 -womanwear=model_11203 -members=yes -2dxof=3 -2dyof=20 -2dzoom=1288 -2dyan=1403 -2dxan=263 -cost=25600 -name=Rapier -womanwearoff=3,-11,6 - -// 7143 -[obj_7143] -model=model_11143 -2dxof=2 -2dyof=-17 -2dzoom=930 -2dyan=296 -2dxan=220 -members=yes -name=Plunder -param=param_59,1 - -// 7144 -[obj_7144] -model=model_11130 -2dxof=2 -2dyof=13 -2dzoom=1030 -2dyan=88 -2dxan=420 -members=yes -iop1=Read -name=Book o' piracy - -// 7145 -[obj_7145] -model=model_11135 -2dyan=168 -2dzan=24 -2dxan=220 -members=yes -name=Cannon barrel -param=param_59,1 - -// 7146 -[obj_7146] -model=model_11134 -2dxof=-1 -2dyof=-21 -2dyan=228 -2dxan=184 -members=yes -name=Broken cannon -param=param_59,1 - -// 7147 -[obj_7147] -model=model_11136 -2dxof=-2 -2dzoom=1740 -2dyan=220 -2dxan=152 -members=yes -name=Cannon balls -param=param_59,1 - -// 7148 -[obj_7148] -model=model_11139 -2dxof=-3 -2dyof=1 -2dzoom=1590 -2dyan=52 -2dxan=376 -members=yes -recol1s=9541 -recol1d=12549 -recol2s=7427 -recol2d=12549 -name=Repair plank -param=param_59,1 - -// 7149 -[obj_7149] -model=model_11131 -2dxof=-1 -2dzoom=1080 -2dyan=280 -2dxan=84 -members=yes -name=Canister -param=param_59,1 - -// 7150 -[obj_7150] -model=model_11147 -stackable=yes -count1=obj_7151,2 -count2=obj_7152,3 -count3=obj_7153,4 -count4=obj_7154,5 -stackable=yes -2dxof=-9 -2dyof=5 -2dzoom=1030 -2dyan=52 -2dxan=660 -members=yes -recol1s=7399 -recol1d=7329 -name=Tacks -param=param_59,1 - -// 7151 -[obj_7151] -dummyitem=2 -model=model_11148 -stackable=yes -2dxof=-9 -2dyof=5 -2dzoom=1030 -2dyan=52 -2dxan=660 -members=yes -recol1s=7399 -recol1d=7329 -param=param_59,1 - -// 7152 -[obj_7152] -dummyitem=2 -model=model_11149 -stackable=yes -2dxof=-9 -2dyof=5 -2dzoom=1030 -2dyan=52 -2dxan=660 -members=yes -recol1s=7399 -recol1d=7329 -param=param_59,1 - -// 7153 -[obj_7153] -dummyitem=2 -model=model_11150 -stackable=yes -2dxof=-9 -2dyof=5 -2dzoom=1030 -2dyan=52 -2dxan=660 -members=yes -recol1s=7399 -recol1d=7329 -param=param_59,1 - -// 7154 -[obj_7154] -dummyitem=2 -model=model_11151 -stackable=yes -2dxof=-9 -2dyof=5 -2dzoom=1030 -2dyan=52 -2dxan=660 -members=yes -recol1s=7399 -recol1d=7329 -param=param_59,1 - -// 7155 -[obj_7155] -cost=18 -model=model_1842 -2dxof=-2 -2dyof=-30 -2dzoom=1240 -2dyan=1976 -2dxan=188 -members=yes -recol1s=11524 -recol1d=7296 -name=Rope -param=param_59,1 - -// 7156 -[obj_7156] -model=model_40604 -2dxof=-1 -2dyof=45 -2dzoom=848 -2dyan=69 -2dxan=290 -members=yes -name=Tinderbox -param=param_59,1 - -// 7157 -[obj_7157] -model=model_2660 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -members=yes -cost=30 -iop1=Drink -recol1s=11328 -recol1d=16610 -recol2s=32767 -recol2d=23151 -name=Braindeath 'rum' - -// 7158 -[obj_7158] -cost=220000 -model=model_11215 -iop2=Wield -manwear=model_11225 -womanwear=model_11225 -members=yes -2dyof=3 -2dzoom=2022 -2dyan=1065 -2dzan=124 -2dxan=636 -stockmarket=yes -name=Dragon 2h sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_7407 -lentlink=obj_13430 - -// 7159 -[obj_7159] -model=model_11253 -manwear=model_11226 -womanwear=model_11228 -members=yes -iop2=Wear -2dxof=3 -2dyof=-3 -2dzoom=770 -2dyan=156 -2dxan=164 -cost=200 -stockmarket=yes -name=Insulated boots -certlink=obj_7161 - -// 7160 -[obj_7160] -dummyitem=1 -model=model_11252 -name=Killerwatt - -// 7161 -[obj_7161] -certlink=obj_7159 -certtemplate=obj_799 - -// 7162 -[obj_7162] -members=yes -iop1=Read -model=model_11274 -cost=5 -contrast=7 -ambient=7 -2dyof=26 -2dzoom=750 -2dyan=124 -2dxan=276 -stockmarket=yes -recol1s=18848 -recol1d=28802 -recol2s=10400 -recol2d=13410 -name=Pie recipe book -certlink=obj_7163 - -// 7163 -[obj_7163] -certlink=obj_7162 -certtemplate=obj_799 - -// 7164 -[obj_7164] -members=yes -model=model_11272 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=7 -ambient=7 -cost=22 -stockmarket=yes -recol1s=20901 -recol1d=12548 -name=Part mud pie -certlink=obj_7165 - -// 7165 -[obj_7165] -certlink=obj_7164 -certtemplate=obj_799 - -// 7166 -[obj_7166] -members=yes -model=model_11273 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=7 -ambient=7 -cost=26 -stockmarket=yes -name=Part mud pie -certlink=obj_7167 - -// 7167 -[obj_7167] -certlink=obj_7166 -certtemplate=obj_799 - -// 7168 -[obj_7168] -members=yes -model=model_11271 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=7 -ambient=7 -cost=27 -stockmarket=yes -name=Raw mud pie -certlink=obj_7169 - -// 7169 -[obj_7169] -certlink=obj_7168 -certtemplate=obj_799 - -// 7170 -[obj_7170] -model=model_11271 -members=yes -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -iop2=Wield -manwear=model_11295 -womanwear=model_11295 -cost=54 -stockmarket=yes -recol1s=9475 -recol1d=7361 -recol2s=16772 -recol2d=12579 -recol3s=21994 -recol3d=14695 -name=Mud pie -womanwearoff=3,-11,6 -certlink=obj_7171 - -// 7171 -[obj_7171] -certlink=obj_7170 -certtemplate=obj_799 - -// 7172 -[obj_7172] -members=yes -model=model_11280 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=8 -stockmarket=yes -recol1s=20901 -recol1d=12548 -name=Part garden pie -certlink=obj_7173 - -// 7173 -[obj_7173] -certlink=obj_7172 -certtemplate=obj_799 - -// 7174 -[obj_7174] -members=yes -model=model_11281 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=11 -stockmarket=yes -recol1s=20901 -recol1d=12548 -name=Part garden pie -certlink=obj_7175 - -// 7175 -[obj_7175] -certlink=obj_7174 -certtemplate=obj_799 - -// 7176 -[obj_7176] -members=yes -model=model_11279 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=12 -stockmarket=yes -name=Raw garden pie -certlink=obj_7177 - -// 7177 -[obj_7177] -certlink=obj_7176 -certtemplate=obj_799 - -// 7178 -[obj_7178] -members=yes -iop1=Eat -model=model_11279 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=90 -stockmarket=yes -recol1s=16838 -recol1d=14724 -recol2s=16868 -recol2d=13699 -recol3s=21994 -recol3d=14695 -name=Garden pie -certlink=obj_7179 - -// 7179 -[obj_7179] -certlink=obj_7178 -certtemplate=obj_799 - -// 7180 -[obj_7180] -members=yes -iop1=Eat -model=model_11282 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=12 -stockmarket=yes -recol1s=16838 -recol1d=14724 -recol2s=16868 -recol2d=13699 -recol3s=21994 -recol3d=14695 -name=Half a garden pie -certlink=obj_7181 - -// 7181 -[obj_7181] -certlink=obj_7180 -certtemplate=obj_799 - -// 7182 -[obj_7182] -members=yes -model=model_11268 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=24 -stockmarket=yes -recol1s=16846 -recol1d=18827 -recol2s=28407 -recol2d=22031 -recol3s=20901 -recol3d=12548 -name=Part fish pie -certlink=obj_7183 - -// 7183 -[obj_7183] -certlink=obj_7182 -certtemplate=obj_799 - -// 7184 -[obj_7184] -members=yes -model=model_11269 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=49 -stockmarket=yes -recol1s=16846 -recol1d=7442 -recol2s=28407 -recol2d=11668 -recol3s=17903 -recol3d=15859 -recol4s=28341 -recol4d=17971 -recol5s=20901 -recol5d=12548 -name=Part fish pie -certlink=obj_7185 - -// 7185 -[obj_7185] -certlink=obj_7184 -certtemplate=obj_799 - -// 7186 -[obj_7186] -members=yes -model=model_11267 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=50 -stockmarket=yes -recol1s=16846 -recol1d=7442 -recol2s=28407 -recol2d=11668 -name=Raw fish pie -certlink=obj_7187 - -// 7187 -[obj_7187] -certlink=obj_7186 -certtemplate=obj_799 - -// 7188 -[obj_7188] -members=yes -iop1=Eat -model=model_11267 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=100 -stockmarket=yes -recol1s=16846 -recol1d=7442 -recol2s=28407 -recol2d=11668 -recol3s=16806 -recol3d=14692 -recol4s=16772 -recol4d=13635 -recol5s=21994 -recol5d=14695 -name=Fish pie -certlink=obj_7189 - -// 7189 -[obj_7189] -certlink=obj_7188 -certtemplate=obj_799 - -// 7190 -[obj_7190] -members=yes -iop1=Eat -model=model_11270 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=50 -stockmarket=yes -recol1s=16846 -recol1d=7442 -recol2s=28407 -recol2d=11668 -recol3s=16806 -recol3d=14692 -recol4s=16772 -recol4d=13635 -recol5s=21994 -recol5d=14695 -name=Half a fish pie -certlink=obj_7191 - -// 7191 -[obj_7191] -certlink=obj_7190 -certtemplate=obj_799 - -// 7192 -[obj_7192] -members=yes -model=model_11268 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=54 -stockmarket=yes -recol1s=16846 -recol1d=32136 -recol2s=28407 -recol2d=32269 -recol3s=20901 -recol3d=12548 -name=Part admiral pie -certlink=obj_7193 - -// 7193 -[obj_7193] -certlink=obj_7192 -certtemplate=obj_799 - -// 7194 -[obj_7194] -members=yes -model=model_11269 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=154 -stockmarket=yes -recol1s=16846 -recol1d=32136 -recol2s=28407 -recol2d=32269 -recol3s=17903 -recol3d=18827 -recol4s=28341 -recol4d=22031 -recol5s=20901 -recol5d=12548 -name=Part admiral pie -certlink=obj_7195 - -// 7195 -[obj_7195] -certlink=obj_7194 -certtemplate=obj_799 - -// 7196 -[obj_7196] -members=yes -model=model_11267 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=155 -stockmarket=yes -recol1s=16846 -recol1d=32136 -recol2s=28407 -recol2d=32269 -name=Raw admiral pie -certlink=obj_7197 - -// 7197 -[obj_7197] -certlink=obj_7196 -certtemplate=obj_799 - -// 7198 -[obj_7198] -members=yes -iop1=Eat -model=model_11267 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=310 -stockmarket=yes -recol1s=16846 -recol1d=32136 -recol2s=28407 -recol2d=32269 -recol3s=16806 -recol3d=14692 -recol4s=16772 -recol4d=13635 -recol5s=21994 -recol5d=14695 -name=Admiral pie -certlink=obj_7199 - -// 7199 -[obj_7199] -certlink=obj_7198 -certtemplate=obj_799 - -// 7200 -[obj_7200] -members=yes -iop1=Eat -model=model_11270 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=155 -stockmarket=yes -recol1s=16846 -recol1d=32136 -recol2s=28407 -recol2d=32269 -recol3s=16806 -recol3d=14692 -recol4s=16772 -recol4d=13635 -recol5s=21994 -recol5d=14695 -name=Half an admiral pie -certlink=obj_7201 - -// 7201 -[obj_7201] -certlink=obj_7200 -certtemplate=obj_799 - -// 7202 -[obj_7202] -members=yes -model=model_11284 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=5 -stockmarket=yes -recol1s=20901 -recol1d=12548 -name=Part wild pie -certlink=obj_7203 - -// 7203 -[obj_7203] -certlink=obj_7202 -certtemplate=obj_799 - -// 7204 -[obj_7204] -members=yes -model=model_11285 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=90 -stockmarket=yes -recol1s=20901 -recol1d=12548 -name=Part wild pie -certlink=obj_7205 - -// 7205 -[obj_7205] -certlink=obj_7204 -certtemplate=obj_799 - -// 7206 -[obj_7206] -members=yes -model=model_11283 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=91 -stockmarket=yes -name=Raw wild pie -certlink=obj_7207 - -// 7207 -[obj_7207] -certlink=obj_7206 -certtemplate=obj_799 - -// 7208 -[obj_7208] -members=yes -iop1=Eat -model=model_11283 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=182 -stockmarket=yes -recol1s=21034 -recol1d=18921 -recol2s=17897 -recol2d=15783 -recol3s=21994 -recol3d=14695 -name=Wild pie -certlink=obj_7209 - -// 7209 -[obj_7209] -certlink=obj_7208 -certtemplate=obj_799 - -// 7210 -[obj_7210] -members=yes -iop1=Eat -model=model_11286 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=91 -stockmarket=yes -recol1s=21034 -recol1d=18921 -recol2s=17897 -recol2d=15783 -recol3s=21994 -recol3d=14695 -name=Half a wild pie -certlink=obj_7211 - -// 7211 -[obj_7211] -certlink=obj_7210 -certtemplate=obj_799 - -// 7212 -[obj_7212] -members=yes -model=model_11276 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=21 -stockmarket=yes -recol1s=20901 -recol1d=12548 -name=Part summer pie -certlink=obj_7213 - -// 7213 -[obj_7213] -certlink=obj_7212 -certtemplate=obj_799 - -// 7214 -[obj_7214] -members=yes -model=model_11277 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=69 -stockmarket=yes -recol1s=20901 -recol1d=12548 -name=Part summer pie -certlink=obj_7215 - -// 7215 -[obj_7215] -certlink=obj_7214 -certtemplate=obj_799 - -// 7216 -[obj_7216] -members=yes -model=model_11275 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=70 -stockmarket=yes -name=Raw summer pie -certlink=obj_7217 - -// 7217 -[obj_7217] -certlink=obj_7216 -certtemplate=obj_799 - -// 7218 -[obj_7218] -members=yes -iop1=Eat -model=model_11275 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=140 -stockmarket=yes -recol1s=19975 -recol1d=16806 -recol2s=16772 -recol2d=13635 -recol3s=21994 -recol3d=14695 -name=Summer pie -certlink=obj_7219 - -// 7219 -[obj_7219] -certlink=obj_7218 -certtemplate=obj_799 - -// 7220 -[obj_7220] -members=yes -iop1=Eat -model=model_11278 -2dyof=-9 -2dzoom=950 -2dyan=104 -2dxan=192 -contrast=10 -ambient=10 -cost=70 -stockmarket=yes -recol1s=19975 -recol1d=16806 -recol2s=16772 -recol2d=13635 -recol3s=21994 -recol3d=14695 -name=Half a summer pie -certlink=obj_7221 - -// 7221 -[obj_7221] -certlink=obj_7220 -certtemplate=obj_799 - -// 7222 -[obj_7222] -model=model_11304 -2dxof=4 -2dyof=5 -2dzoom=688 -2dyan=161 -2dxan=311 -members=yes -recol1s=24146 -recol1d=7366 -recol2s=22032 -recol2d=6309 -name=Burnt rabbit -certlink=obj_7231 - -// 7223 -[obj_7223] -model=model_11304 -cost=20 -2dxof=4 -2dyof=5 -2dzoom=688 -2dyan=161 -2dxan=311 -iop1=Eat -members=yes -stockmarket=yes -recol1s=24146 -recol1d=11525 -recol2s=22032 -recol2d=10468 -name=Roast rabbit -certlink=obj_7232 - -// 7224 -[obj_7224] -model=model_11305 -cost=84 -2dxof=4 -2dyof=1 -2dzoom=720 -2dyan=1775 -2dxan=162 -members=yes -stockmarket=yes -name=Skewered rabbit -certlink=obj_7233 - -// 7225 -[obj_7225] -model=model_11306 -cost=64 -2dyof=-16 -2dzoom=1488 -2dyan=1856 -2dxan=168 -members=yes -stockmarket=yes -name=Iron spit -certlink=obj_7234 - -// 7226 -[obj_7226] -model=model_2498 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -members=yes -recol1s=15619 -recol1d=7366 -name=Burnt chompy -certlink=obj_7227 - -// 7227 -[obj_7227] -certlink=obj_7226 -certtemplate=obj_799 - -// 7228 -[obj_7228] -model=model_2498 -cost=85 -2dxof=-3 -2dzoom=870 -2dyan=1748 -2dxan=88 -iop1=Eat -members=yes -stockmarket=yes -recol1s=15619 -recol1d=11525 -name=Cooked chompy -certlink=obj_7229 - -// 7229 -[obj_7229] -certlink=obj_7228 -certtemplate=obj_799 - -// 7230 -[obj_7230] -model=model_11303 -cost=149 -2dyof=7 -2dzoom=976 -2dyan=1776 -2dxan=234 -members=yes -stockmarket=yes -name=Skewered chompy -certlink=obj_7235 - -// 7231 -[obj_7231] -certlink=obj_7222 -certtemplate=obj_799 - -// 7232 -[obj_7232] -certlink=obj_7223 -certtemplate=obj_799 - -// 7233 -[obj_7233] -certlink=obj_7224 -certtemplate=obj_799 - -// 7234 -[obj_7234] -certlink=obj_7225 -certtemplate=obj_799 - -// 7235 -[obj_7235] -certlink=obj_7230 -certtemplate=obj_799 - -// 7236 -[obj_7236] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7237 -[obj_7237] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7238 -[obj_7238] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7239 -[obj_7239] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7240 -[obj_7240] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7241 -[obj_7241] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7242 -[obj_7242] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7243 -[obj_7243] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7244 -[obj_7244] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7245 -[obj_7245] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7246 -[obj_7246] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7247 -[obj_7247] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7248 -[obj_7248] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7249 -[obj_7249] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7250 -[obj_7250] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7251 -[obj_7251] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7252 -[obj_7252] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7253 -[obj_7253] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7254 -[obj_7254] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7255 -[obj_7255] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7256 -[obj_7256] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7257 -[obj_7257] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7258 -[obj_7258] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7259 -[obj_7259] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7260 -[obj_7260] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7261 -[obj_7261] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7262 -[obj_7262] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7263 -[obj_7263] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7264 -[obj_7264] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7265 -[obj_7265] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7266 -[obj_7266] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7267 -[obj_7267] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7268 -[obj_7268] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7269 -[obj_7269] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 7270 -[obj_7270] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7271 -[obj_7271] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 7272 -[obj_7272] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7273 -[obj_7273] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 7274 -[obj_7274] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7275 -[obj_7275] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 7276 -[obj_7276] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7277 -[obj_7277] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 7278 -[obj_7278] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7279 -[obj_7279] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 7280 -[obj_7280] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7281 -[obj_7281] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 7282 -[obj_7282] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7283 -[obj_7283] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 7284 -[obj_7284] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7285 -[obj_7285] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Challenge scroll - -// 7286 -[obj_7286] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7287 -[obj_7287] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7288 -[obj_7288] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7289 -[obj_7289] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7290 -[obj_7290] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7291 -[obj_7291] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7292 -[obj_7292] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7293 -[obj_7293] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7294 -[obj_7294] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7295 -[obj_7295] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7296 -[obj_7296] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7297 -[obj_7297] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 7298 -[obj_7298] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7299 -[obj_7299] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 7300 -[obj_7300] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7301 -[obj_7301] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7302 -[obj_7302] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 7303 -[obj_7303] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7304 -[obj_7304] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7305 -[obj_7305] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7306 -[obj_7306] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7307 -[obj_7307] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7308 -[obj_7308] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7309 -[obj_7309] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7310 -[obj_7310] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7311 -[obj_7311] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7312 -[obj_7312] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7313 -[obj_7313] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7314 -[obj_7314] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7315 -[obj_7315] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7316 -[obj_7316] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7317 -[obj_7317] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 7318 -[obj_7318] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 7319 -[obj_7319] -model=model_11399 -iop2=Wear -manwear=model_11330 -womanwear=model_11353 -manhead=model_39521 -womanhead=model_38739 -2dyof=-11 -2dzoom=724 -2dyan=1784 -2dzan=1978 -2dxan=166 -members=yes -cost=225 -stockmarket=yes -name=Red boater -certlink=obj_7320 - -// 7320 -[obj_7320] -certlink=obj_7319 -certtemplate=obj_799 - -// 7321 -[obj_7321] -model=model_11399 -iop2=Wear -manwear=model_11330 -womanwear=model_11353 -manhead=model_39521 -womanhead=model_38739 -2dyof=-11 -2dzoom=724 -2dyan=1784 -2dzan=1978 -2dxan=166 -members=yes -cost=225 -stockmarket=yes -recol1s=15392 -recol1d=32192 -name=Orange boater -certlink=obj_7322 - -// 7322 -[obj_7322] -certlink=obj_7321 -certtemplate=obj_799 - -// 7323 -[obj_7323] -model=model_11399 -iop2=Wear -manwear=model_11330 -womanwear=model_11353 -manhead=model_39521 -womanhead=model_38739 -2dyof=-11 -2dzoom=724 -2dyan=1784 -2dzan=1978 -2dxan=166 -members=yes -cost=225 -stockmarket=yes -recol1s=15392 -recol1d=1986 -name=Green boater -certlink=obj_7324 - -// 7324 -[obj_7324] -certlink=obj_7323 -certtemplate=obj_799 - -// 7325 -[obj_7325] -model=model_11399 -iop2=Wear -manwear=model_11330 -womanwear=model_11353 -manhead=model_39521 -womanhead=model_38739 -2dyof=-11 -2dzoom=724 -2dyan=1784 -2dzan=1978 -2dxan=166 -members=yes -cost=225 -stockmarket=yes -recol1s=15392 -recol1d=1118 -name=Blue boater -certlink=obj_7326 - -// 7326 -[obj_7326] -certlink=obj_7325 -certtemplate=obj_799 - -// 7327 -[obj_7327] -model=model_11399 -iop2=Wear -manwear=model_11330 -womanwear=model_11353 -manhead=model_39521 -womanhead=model_38739 -2dyof=-11 -2dzoom=724 -2dyan=1784 -2dzan=1978 -2dxan=166 -members=yes -cost=225 -stockmarket=yes -recol1s=15392 -recol1d=2114 -name=Black boater -certlink=obj_7328 - -// 7328 -[obj_7328] -certlink=obj_7327 -certtemplate=obj_799 - -// 7329 -[obj_7329] -model=model_11373 -members=yes -stackable=yes -2dxof=3 -2dyof=-18 -2dzoom=976 -2dyan=470 -2dxan=221 -members=yes -cost=15 -name=Red firelighter - -// 7330 -[obj_7330] -model=model_11373 -members=yes -stackable=yes -2dxof=3 -2dyof=-18 -2dzoom=976 -2dyan=470 -2dxan=221 -members=yes -cost=15 -recol1s=18626 -recol1d=13792 -name=Green firelighter - -// 7331 -[obj_7331] -model=model_11373 -members=yes -stackable=yes -2dxof=3 -2dyof=-18 -2dzoom=976 -2dyan=470 -2dxan=221 -members=yes -cost=15 -recol1s=18626 -recol1d=9615 -name=Blue firelighter - -// 7332 -[obj_7332] -model=model_11379 -manwear=model_11419 -womanwear=model_11419 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=1632 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black shield(h1) -womanwearoff=-3,-11,6 -certlink=obj_7333 - -// 7333 -[obj_7333] -certlink=obj_7332 -certtemplate=obj_799 - -// 7334 -[obj_7334] -model=model_11379 -manwear=model_11419 -womanwear=model_11419 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=5440 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant shield(h1) -womanwearoff=-3,-11,6 -certlink=obj_7335 - -// 7335 -[obj_7335] -certlink=obj_7334 -certtemplate=obj_799 - -// 7336 -[obj_7336] -model=model_11379 -manwear=model_11419 -womanwear=model_11419 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=54400 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune shield(h1) -womanwearoff=-3,-11,6 -certlink=obj_7337 - -// 7337 -[obj_7337] -certlink=obj_7336 -certtemplate=obj_799 - -// 7338 -[obj_7338] -model=model_11380 -manwear=model_11420 -womanwear=model_11420 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=16325 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black shield(h2) -womanwearoff=-3,-11,6 -certlink=obj_7339 - -// 7339 -[obj_7339] -certlink=obj_7338 -certtemplate=obj_799 - -// 7340 -[obj_7340] -model=model_11380 -manwear=model_11420 -womanwear=model_11420 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=5440 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant shield(h2) -womanwearoff=-3,-11,6 -certlink=obj_7341 - -// 7341 -[obj_7341] -certlink=obj_7340 -certtemplate=obj_799 - -// 7342 -[obj_7342] -model=model_11380 -manwear=model_11420 -womanwear=model_11420 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=54400 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune shield(h2) -womanwearoff=-3,-11,6 -certlink=obj_7343 - -// 7343 -[obj_7343] -certlink=obj_7342 -certtemplate=obj_799 - -// 7344 -[obj_7344] -model=model_11381 -manwear=model_11421 -womanwear=model_11421 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=1632 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black shield(h3) -womanwearoff=-3,-11,6 -certlink=obj_7345 - -// 7345 -[obj_7345] -certlink=obj_7344 -certtemplate=obj_799 - -// 7346 -[obj_7346] -model=model_11381 -manwear=model_11421 -womanwear=model_11421 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=5440 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant shield(h3) -womanwearoff=-3,-11,6 -certlink=obj_7347 - -// 7347 -[obj_7347] -certlink=obj_7346 -certtemplate=obj_799 - -// 7348 -[obj_7348] -model=model_11381 -manwear=model_11421 -womanwear=model_11421 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=54400 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune shield(h3) -womanwearoff=-3,-11,6 -certlink=obj_7349 - -// 7349 -[obj_7349] -certlink=obj_7348 -certtemplate=obj_799 - -// 7350 -[obj_7350] -model=model_11382 -manwear=model_11422 -womanwear=model_11422 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=1632 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black shield(h4) -womanwearoff=-3,-11,6 -certlink=obj_7351 - -// 7351 -[obj_7351] -certlink=obj_7350 -certtemplate=obj_799 - -// 7352 -[obj_7352] -model=model_11382 -manwear=model_11422 -womanwear=model_11422 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=5440 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant shield(h4) -womanwearoff=-3,-11,6 -certlink=obj_7353 - -// 7353 -[obj_7353] -certlink=obj_7352 -certtemplate=obj_799 - -// 7354 -[obj_7354] -model=model_11382 -manwear=model_11422 -womanwear=model_11422 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=54400 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune shield(h4) -womanwearoff=-3,-11,6 -certlink=obj_7355 - -// 7355 -[obj_7355] -certlink=obj_7354 -certtemplate=obj_799 - -// 7356 -[obj_7356] -model=model_11383 -manwear=model_11423 -womanwear=model_11423 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=1632 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black shield(h5) -womanwearoff=-3,-11,6 -certlink=obj_7357 - -// 7357 -[obj_7357] -certlink=obj_7356 -certtemplate=obj_799 - -// 7358 -[obj_7358] -model=model_11383 -manwear=model_11423 -womanwear=model_11423 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=5440 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant shield(h5) -womanwearoff=-3,-11,6 -certlink=obj_7359 - -// 7359 -[obj_7359] -certlink=obj_7358 -certtemplate=obj_799 - -// 7360 -[obj_7360] -model=model_11383 -manwear=model_11423 -womanwear=model_11423 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=54400 -iop2=Wear -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune shield(h5) -womanwearoff=-3,-11,6 -certlink=obj_7361 - -// 7361 -[obj_7361] -certlink=obj_7360 -certtemplate=obj_799 - -// 7362 -[obj_7362] -cost=850 -model=model_11391 -2dzoom=910 -2dxan=580 -iop2=Wear -manwear=model_11346 -womanwear=model_11362 -stockmarket=yes -recol1s=6342 -recol1d=32453 -name=Studded body (g) -certlink=obj_7363 - -// 7363 -[obj_7363] -certlink=obj_7362 -certtemplate=obj_799 - -// 7364 -[obj_7364] -cost=850 -model=model_11391 -2dzoom=910 -2dxan=580 -iop2=Wear -manwear=model_11346 -womanwear=model_11362 -stockmarket=yes -recol1s=6342 -recol1d=2080 -name=Studded body (t) -certlink=obj_7365 - -// 7365 -[obj_7365] -certlink=obj_7364 -certtemplate=obj_799 - -// 7366 -[obj_7366] -cost=750 -model=model_11372 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_11412 -womanwear=model_11356 -stockmarket=yes -recol1s=6342 -recol1d=32453 -name=Studded chaps (g) -certlink=obj_7367 - -// 7367 -[obj_7367] -certlink=obj_7366 -certtemplate=obj_799 - -// 7368 -[obj_7368] -cost=750 -model=model_11372 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_11412 -womanwear=model_11356 -stockmarket=yes -recol1s=6342 -recol1d=2080 -name=Studded chaps (t) -certlink=obj_7369 - -// 7369 -[obj_7369] -certlink=obj_7368 -certtemplate=obj_799 - -// 7370 -[obj_7370] -cost=7800 -model=model_11390 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_11345 -womanwear=model_11361 -stockmarket=yes -recol1s=6342 -recol1d=32453 -name=D'hide body(g) -certlink=obj_7371 - -// 7371 -[obj_7371] -certlink=obj_7370 -certtemplate=obj_799 - -// 7372 -[obj_7372] -cost=7800 -model=model_11390 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_11345 -womanwear=model_11361 -stockmarket=yes -recol1s=6342 -recol1d=15054 -name=D'hide body (t) -certlink=obj_7373 - -// 7373 -[obj_7373] -certlink=obj_7372 -certtemplate=obj_799 - -// 7374 -[obj_7374] -cost=9360 -model=model_11390 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_11345 -womanwear=model_11361 -members=yes -stockmarket=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -recol3s=6342 -recol3d=32453 -name=D'hide body (g) -certlink=obj_7375 - -// 7375 -[obj_7375] -certlink=obj_7374 -certtemplate=obj_799 - -// 7376 -[obj_7376] -cost=9360 -model=model_11390 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_11345 -womanwear=model_11361 -members=yes -stockmarket=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -recol3s=6342 -recol3d=19030 -name=D'hide body (t) -certlink=obj_7377 - -// 7377 -[obj_7377] -certlink=obj_7376 -certtemplate=obj_799 - -// 7378 -[obj_7378] -cost=3900 -model=model_11371 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_11411 -womanwear=model_11355 -stockmarket=yes -recol1s=6342 -recol1d=32420 -recol2s=5250 -recol2d=32420 -name=D'hide chaps (g) -certlink=obj_7379 - -// 7379 -[obj_7379] -certlink=obj_7378 -certtemplate=obj_799 - -// 7380 -[obj_7380] -cost=3900 -model=model_11371 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_11411 -womanwear=model_11355 -stockmarket=yes -recol1s=6342 -recol1d=15054 -recol2s=5250 -recol2d=15054 -name=D'hide chaps (t) -certlink=obj_7381 - -// 7381 -[obj_7381] -certlink=obj_7380 -certtemplate=obj_799 - -// 7382 -[obj_7382] -cost=4320 -model=model_11371 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_11411 -womanwear=model_11355 -members=yes -stockmarket=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -recol3s=6342 -recol3d=32453 -recol4s=5250 -recol4d=32453 -name=D'hide chaps (g) -certlink=obj_7383 - -// 7383 -[obj_7383] -certlink=obj_7382 -certtemplate=obj_799 - -// 7384 -[obj_7384] -cost=4320 -model=model_11371 -2dxof=7 -2dyof=5 -2dzoom=1720 -2dzan=224 -2dxan=488 -iop2=Wear -manwear=model_11411 -womanwear=model_11355 -members=yes -stockmarket=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -recol3s=6342 -recol3d=19030 -recol4s=5250 -recol4d=19030 -name=D'hide chaps (t) -certlink=obj_7385 - -// 7385 -[obj_7385] -certlink=obj_7384 -certtemplate=obj_799 - -// 7386 -[obj_7386] -cost=2 -model=model_11395 -2dyof=1 -2dzoom=1940 -2dxan=572 -iop2=Wear -manwear=model_10982 -womanwear=model_11357 -stockmarket=yes -recol1s=2340 -recol1d=239 -recol2s=6342 -recol2d=32453 -name=Blue skirt (g) -certlink=obj_7387 - -// 7387 -[obj_7387] -certlink=obj_7386 -certtemplate=obj_799 - -// 7388 -[obj_7388] -cost=2 -model=model_11395 -2dyof=1 -2dzoom=1940 -2dxan=572 -iop2=Wear -manwear=model_10982 -womanwear=model_11357 -stockmarket=yes -recol1s=2340 -recol1d=239 -recol2s=6342 -recol2d=1057 -name=Blue skirt (t) -certlink=obj_7389 - -// 7389 -[obj_7389] -certlink=obj_7388 -certtemplate=obj_799 - -// 7390 -[obj_7390] -cost=15 -model=model_11396 -2dyof=7 -2dzoom=1370 -2dxan=536 -iop2=Wear -manwear=model_10979 -womanwear=model_11348 -manwear2=model_10984 -womanwear2=model_11359 -stockmarket=yes -recol1s=14724 -recol1d=239 -recol2s=6342 -recol2d=32453 -recol3s=6309 -recol3d=32453 -name=Wizard robe (g) -certlink=obj_7391 - -// 7391 -[obj_7391] -certlink=obj_7390 -certtemplate=obj_799 - -// 7392 -[obj_7392] -cost=15 -model=model_11396 -2dyof=7 -2dzoom=1370 -2dxan=536 -iop2=Wear -manwear=model_10979 -womanwear=model_11348 -manwear2=model_10984 -womanwear2=model_11359 -stockmarket=yes -recol1s=14724 -recol1d=239 -recol2s=6342 -recol2d=1057 -name=Wizard robe (t) -certlink=obj_7393 - -// 7393 -[obj_7393] -certlink=obj_7392 -certtemplate=obj_799 - -// 7394 -[obj_7394] -cost=2 -model=model_11400 -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -iop2=Wear -manwear=model_11331 -womanwear=model_11354 -manhead=model_39360 -womanhead=model_38807 -manwear2=model_215 -womanwear2=model_391 -stockmarket=yes -recol1s=6342 -recol1d=32453 -name=Wizard hat (g) -certlink=obj_7395 - -// 7395 -[obj_7395] -certlink=obj_7394 -certtemplate=obj_799 - -// 7396 -[obj_7396] -cost=2 -model=model_11400 -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -iop2=Wear -manwear=model_11331 -womanwear=model_11354 -manhead=model_39360 -womanhead=model_38807 -manwear2=model_215 -womanwear2=model_391 -stockmarket=yes -recol1s=6342 -recol1d=1057 -name=Wizard hat (t) -certlink=obj_7397 - -// 7397 -[obj_7397] -certlink=obj_7396 -certtemplate=obj_799 - -// 7398 -[obj_7398] -model=model_11425 -cost=80000 -2dyof=1 -2dzoom=1940 -2dxan=572 -iop2=Wear -manwear=model_11413 -womanwear=model_11417 -members=yes -stockmarket=yes -name=Enchanted robe -certlink=obj_7401 - -// 7399 -[obj_7399] -model=model_11426 -2dyof=7 -2dzoom=1370 -2dxan=536 -iop2=Wear -manwear=model_11409 -womanwear=model_11415 -manwear2=model_11414 -womanwear2=model_11418 -cost=120000 -members=yes -stockmarket=yes -name=Enchanted top -certlink=obj_7402 - -// 7400 -[obj_7400] -model=model_11424 -2dxof=5 -2dyof=-10 -2dzoom=800 -2dyan=156 -2dxan=152 -iop2=Wear -manwear=model_11410 -womanwear=model_11416 -manhead=model_39880 -womanhead=model_39050 -cost=15000 -members=yes -stockmarket=yes -name=Enchanted hat -certlink=obj_7403 - -// 7401 -[obj_7401] -certlink=obj_7398 -certtemplate=obj_799 - -// 7402 -[obj_7402] -certlink=obj_7399 -certtemplate=obj_799 - -// 7403 -[obj_7403] -certlink=obj_7400 -certtemplate=obj_799 - -// 7404 -[obj_7404] -cost=4 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -op4=Light -op5=hidden -manwear=model_4048 -womanwear=model_4048 -members=yes -recol1s=20935 -recol1d=20807 -recol2s=12548 -recol2d=15554 -recol3s=10434 -recol3d=13440 -name=Red logs - -// 7405 -[obj_7405] -cost=4 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -op4=Light -op5=hidden -manwear=model_4048 -womanwear=model_4048 -members=yes -recol1s=20935 -recol1d=19047 -recol2s=12548 -recol2d=8450 -recol3s=10434 -recol3d=6336 -name=Green logs - -// 7406 -[obj_7406] -cost=4 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -op4=Light -manwear=model_4048 -womanwear=model_4048 -op5=hidden -members=yes -recol1s=20935 -recol1d=15824 -recol2s=12548 -recol2d=8491 -recol3s=10434 -recol3d=6377 -name=Blue logs - -// 7407 -[obj_7407] -certlink=obj_7158 -certtemplate=obj_799 - -// 7408 -[obj_7408] -model=model_2388 -2dxof=-1 -2dyof=-10 -2dzoom=530 -2dyan=64 -2dzan=1996 -2dxan=160 -members=yes -iop5=Destroy -recol1s=32631 -recol1d=29488 -name=Draynor skull - -// 7409 -[obj_7409] -model=model_7303 -manwear=model_7126 -womanwear=model_7126 -2dxof=-1 -2dyof=11 -2dzoom=710 -2dyan=320 -2dxan=312 -members=yes -iop2=Wield -iop5=Destroy -recol1s=16846 -recol1d=1698 -recol2s=11561 -recol2d=352 -recol3s=5217 -recol3d=1602 -name=Magic secateurs -womanwearoff=3,-11,6 - -// 7410 -[obj_7410] -model=model_11931 -manwear=model_7423 -womanwear=model_7423 -iop5=Destroy -2dxof=22 -2dyof=-4 -2dzoom=912 -2dyan=764 -2dxan=489 -members=yes -name=Queen's secateurs -womanwearoff=3,-11,6 - -// 7411 -[obj_7411] -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -iop1=Read -iop5=Destroy -ambient=10 -name=Symptoms list - -// 7412 -[obj_7412] -model=model_12144 -manwear=model_12144 -womanwear=model_12144 -members=yes -members=yes -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -dummyitem=2 -recol1s=16846 -recol1d=31961 - -// 7413 -[obj_7413] -model=model_7175 -2dxof=2 -2dzoom=1100 -2dyan=60 -2dxan=172 -members=yes -iop1=Search -name=Bird's nest - -// 7414 -[obj_7414] -model=model_11988 -2dyof=4 -2dzoom=1616 -2dyan=243 -2dxan=438 -womanwear=model_12087 -manwear=model_12087 -iop2=Wield -name=Paddle -womanwearoff=3,-11,6 -certlink=obj_7415 - -// 7415 -[obj_7415] -certlink=obj_7414 -certtemplate=obj_799 - -// 7416 -[obj_7416] -cost=600 -model=model_12028 -2dyof=12 -2dzoom=2281 -2dyan=138 -2dxan=304 -members=yes -stockmarket=yes -name=Mole claw -certlink=obj_7417 - -// 7417 -[obj_7417] -certlink=obj_7416 -certtemplate=obj_799 - -// 7418 -[obj_7418] -cost=400 -model=model_12029 -2dxof=3 -2dyof=-22 -2dzoom=2216 -2dxan=318 -members=yes -stockmarket=yes -name=Mole skin -certlink=obj_7419 - -// 7419 -[obj_7419] -certlink=obj_7418 -certtemplate=obj_799 - -// 7420 -[obj_7420] -model=model_12639 -contrast=20 -ambient=20 -2dxof=-3 -2dyof=2 -2dzoom=1872 -2dyan=6 -2dxan=468 -dummyitem=1 -name=Mutated zygomite - -// 7421 -[obj_7421] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -cost=300 -name=Fungicide spray 10 -womanwearoff=3,-11,6 - -// 7422 -[obj_7422] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -name=Fungicide spray 9 -womanwearoff=3,-11,6 - -// 7423 -[obj_7423] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -name=Fungicide spray 8 -womanwearoff=3,-11,6 - -// 7424 -[obj_7424] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -name=Fungicide spray 7 -womanwearoff=3,-11,6 - -// 7425 -[obj_7425] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -name=Fungicide spray 6 -womanwearoff=3,-11,6 - -// 7426 -[obj_7426] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -name=Fungicide spray 5 -womanwearoff=3,-11,6 - -// 7427 -[obj_7427] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -name=Fungicide spray 4 -womanwearoff=3,-11,6 - -// 7428 -[obj_7428] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -name=Fungicide spray 3 -womanwearoff=3,-11,6 - -// 7429 -[obj_7429] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -name=Fungicide spray 2 -womanwearoff=3,-11,6 - -// 7430 -[obj_7430] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -name=Fungicide spray 1 -womanwearoff=3,-11,6 - -// 7431 -[obj_7431] -model=model_12638 -contrast=15 -ambient=15 -members=yes -manwear=model_12643 -womanwear=model_12643 -2dxof=-2 -2dyof=-6 -2dzoom=912 -2dyan=1268 -2dxan=303 -name=Fungicide spray 0 -womanwearoff=3,-11,6 - -// 7432 -[obj_7432] -model=model_12637 -contrast=15 -ambient=15 -members=yes -2dzoom=848 -2dyan=1892 -2dxan=195 -cost=10 -name=Fungicide - -// 7433 -[obj_7433] -cost=35 -model=model_13648 -2dxof=-1 -2dzoom=1232 -2dyan=240 -2dxan=366 -iop2=Wield -manwear=model_12770 -womanwear=model_12770 -members=yes -stockmarket=yes -name=Wooden spoon -womanwearoff=3,-11,6 -certlink=obj_7434 - -// 7434 -[obj_7434] -certlink=obj_7433 -certtemplate=obj_799 - -// 7435 -[obj_7435] -model=model_13629 -cost=50 -2dyof=-5 -2dzoom=848 -2dyan=1895 -2dxan=144 -iop2=Wield -manwear=model_12761 -womanwear=model_12761 -members=yes -stockmarket=yes -name=Egg whisk -womanwearoff=3,-11,6 -certlink=obj_7436 - -// 7436 -[obj_7436] -certlink=obj_7435 -certtemplate=obj_799 - -// 7437 -[obj_7437] -cost=325 -model=model_13646 -2dxof=-1 -2dyof=3 -2dzoom=1114 -2dyan=249 -2dxan=526 -iop2=Wield -manwear=model_12768 -womanwear=model_12768 -members=yes -stockmarket=yes -name=Spork -womanwearoff=3,-11,6 -certlink=obj_7438 - -// 7438 -[obj_7438] -certlink=obj_7437 -certtemplate=obj_799 - -// 7439 -[obj_7439] -cost=1920 -model=model_13642 -2dxof=5 -2dyof=-28 -2dzoom=1488 -2dyan=1706 -2dxan=222 -iop2=Wield -manwear=model_12764 -womanwear=model_12764 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=0 -name=Spatula -womanwearoff=3,-11,6 -certlink=obj_7440 - -// 7440 -[obj_7440] -certlink=obj_7439 -certtemplate=obj_799 - -// 7441 -[obj_7441] -cost=1660 -iop2=Wield -manwear=model_12762 -womanwear=model_12762 -model=model_13630 -2dxof=2 -2dyof=-16 -2dzoom=750 -2dyan=830 -2dzan=913 -2dxan=1300 -members=yes -stockmarket=yes -name=Frying pan -womanwearoff=3,-11,6 -certlink=obj_7442 - -// 7442 -[obj_7442] -certlink=obj_7441 -certtemplate=obj_799 - -// 7443 -[obj_7443] -cost=3200 -model=model_13641 -2dxof=1 -2dyof=-4 -2dzoom=848 -2dyan=192 -2dxan=235 -iop2=Wield -manwear=model_12763 -womanwear=model_12763 -members=yes -stockmarket=yes -name=Skewer -womanwearoff=3,-11,6 -certlink=obj_7444 - -// 7444 -[obj_7444] -certlink=obj_7443 -certtemplate=obj_799 - -// 7445 -[obj_7445] -cost=14400 -iop2=Wield -manwear=model_12767 -womanwear=model_12767 -model=model_13645 -2dyof=-11 -2dzoom=976 -2dyan=183 -2dxan=222 -members=yes -stockmarket=yes -name=Rolling pin -womanwearoff=3,-11,6 -certlink=obj_7446 - -// 7446 -[obj_7446] -certlink=obj_7445 -certtemplate=obj_799 - -// 7447 -[obj_7447] -model=model_13647 -cost=8000 -2dxof=8 -2dyof=9 -2dzoom=760 -2dyan=277 -2dzan=28 -2dxan=470 -iop2=Wield -manwear=model_12769 -womanwear=model_12769 -members=yes -stockmarket=yes -name=Kitchen knife -womanwearoff=3,-11,6 -certlink=obj_7448 - -// 7448 -[obj_7448] -certlink=obj_7447 -certtemplate=obj_799 - -// 7449 -[obj_7449] -cost=41500 -iop2=Wield -manwear=model_12766 -womanwear=model_12766 -model=model_13644 -2dxof=9 -2dyof=24 -2dzoom=2476 -2dyan=235 -2dxan=387 -members=yes -stockmarket=yes -name=Meat tenderiser -womanwearoff=3,-11,6 -certlink=obj_7450 - -// 7450 -[obj_7450] -certlink=obj_7449 -certtemplate=obj_799 - -// 7451 -[obj_7451] -cost=25600 -model=model_13643 -2dxof=-7 -2dyof=-3 -2dzoom=854 -2dyan=1328 -2dxan=429 -iop2=Wield -manwear=model_12765 -womanwear=model_12765 -members=yes -stockmarket=yes -name=Cleaver -womanwearoff=3,-11,6 -certlink=obj_7452 - -// 7452 -[obj_7452] -certlink=obj_7451 -certtemplate=obj_799 - -// 7453 -[obj_7453] -model=model_13631 -2dyof=-1 -2dzoom=789 -2dyan=111 -2dxan=609 -members=yes -manwear=model_13307 -womanwear=model_13319 -members=yes -cost=50 -iop2=Wear -recol1s=8453 -recol1d=8420 -recol2s=26350 -recol2d=5250 -name=Gloves - -// 7454 -[obj_7454] -model=model_13631 -2dyof=-1 -2dzoom=789 -2dyan=111 -2dxan=609 -members=yes -manwear=model_13307 -womanwear=model_13319 -members=yes -cost=100 -iop2=Wear -recol1s=8453 -recol1d=8354 -recol2s=26350 -recol2d=5216 -name=Gloves - -// 7455 -[obj_7455] -model=model_13631 -2dyof=-1 -2dzoom=789 -2dyan=111 -2dxan=609 -cost=250 -members=yes -iop2=Wear -manwear=model_13307 -womanwear=model_13319 -recol1s=8453 -recol1d=8456 -recol2s=26350 -recol2d=6342 -name=Gloves - -// 7456 -[obj_7456] -model=model_13631 -2dyof=-1 -2dzoom=789 -2dyan=111 -2dxan=609 -members=yes -iop2=Wear -manwear=model_13307 -womanwear=model_13319 -cost=500 -recol1s=8453 -recol1d=16846 -recol2s=26350 -recol2d=6342 -name=Gloves - -// 7457 -[obj_7457] -model=model_13631 -2dyof=-1 -2dzoom=789 -2dyan=111 -2dxan=609 -members=yes -iop2=Wear -manwear=model_13307 -womanwear=model_13319 -cost=1000 -recol1s=8453 -recol1d=0 -recol2s=26350 -recol2d=2144 -name=Gloves - -// 7458 -[obj_7458] -model=model_13631 -2dyof=-1 -2dzoom=789 -2dyan=111 -2dxan=609 -members=yes -iop2=Wear -manwear=model_13307 -womanwear=model_13319 -cost=1500 -recol1s=8453 -recol1d=6346 -recol2s=26350 -recol2d=3174 -name=Gloves - -// 7459 -[obj_7459] -model=model_13631 -2dyof=-1 -2dzoom=789 -2dyan=111 -2dxan=609 -members=yes -iop2=Wear -manwear=model_13307 -womanwear=model_13319 -cost=2500 -recol1s=8453 -recol1d=6438 -recol2s=26350 -recol2d=3235 -name=Gloves - -// 7460 -[obj_7460] -model=model_13631 -2dyof=-1 -2dzoom=789 -2dyan=111 -2dxan=609 -members=yes -iop2=Wear -manwear=model_13307 -womanwear=model_13319 -cost=5000 -recol1s=8453 -recol1d=6476 -recol2s=26350 -recol2d=3272 -name=Gloves - -// 7461 -[obj_7461] -model=model_13631 -2dyof=-1 -2dzoom=789 -2dyan=111 -2dxan=609 -members=yes -iop2=Wear -manwear=model_13307 -womanwear=model_13319 -cost=100000 -recol1s=8453 -recol1d=6144 -recol2s=26350 -recol2d=15392 -name=Gloves - -// 7462 -[obj_7462] -model=model_13631 -2dyof=-1 -2dzoom=789 -2dyan=111 -2dxan=609 -members=yes -iop2=Wear -manwear=model_13307 -womanwear=model_13319 -cost=100000 -name=Gloves - -// 7463 -[obj_7463] -cost=2 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -recol1s=22131 -recol1d=32503 -name=Cornflour - -// 7464 -[obj_7464] -model=model_2633 -2dxof=1 -2dyof=22 -2dzoom=860 -2dyan=120 -2dxan=276 -iop1=Read -recol1s=13504 -recol1d=12579 -name=Book on chickens - -// 7465 -[obj_7465] -model=model_13842 -2dxof=-5 -2dyof=-4 -2dzoom=789 -2dyan=69 -2dxan=699 -members=yes -name=Vanilla pod - -// 7466 -[obj_7466] -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -recol1s=22131 -recol1d=32593 -name=Cornflour - -// 7467 -[obj_7467] -model=model_2742 -cost=0 -name=Tinderbox - -// 7468 -[obj_7468] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -cost=10 -iop4=Empty -recol1s=32767 -recol1d=32593 -name=Pot of cornflour - -// 7469 -[obj_7469] -model=model_2742 -cost=0 -name=Tinderbox - -// 7470 -[obj_7470] -model=model_13840 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -iop5=Destroy -name=Cornflour mixture - -// 7471 -[obj_7471] -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -members=yes -iop4=Empty -iop5=Destroy -recol1s=173 -recol1d=32593 -name=Milky mixture - -// 7472 -[obj_7472] -model=model_13837 -2dxof=4 -2dyof=-16 -2dzoom=720 -2dyan=770 -2dxan=168 -members=yes -name=Cinnamon - -// 7473 -[obj_7473] -model=model_13840 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -iop5=Destroy -recol1s=32691 -recol1d=24264 -name=Brulee - -// 7474 -[obj_7474] -model=model_13840 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -iop5=Destroy -recol1s=32767 -recol1d=23216 -recol2s=32691 -recol2d=26413 -name=Brulee - -// 7475 -[obj_7475] -model=model_13840 -manwear=model_12759 -womanwear=model_12759 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -iop5=Destroy -recol1s=32767 -recol1d=9378 -recol2s=32691 -recol2d=26413 -name=Brulee -womanwearoff=3,-11,6 - -// 7476 -[obj_7476] -model=model_13840 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -members=yes -iop4=Empty -iop5=Destroy -recol1s=32767 -recol1d=14664 -recol2s=32691 -recol2d=21034 -name=Brulee supreme - -// 7477 -[obj_7477] -model=model_13839 -2dxof=1 -2dyof=-1 -2dzoom=528 -2dyan=414 -2dxan=290 -members=yes -iop5=Destroy -name=Evil chicken's egg - -// 7478 -[obj_7478] -iop1=Rub -model=model_13838 -2dzoom=530 -2dxan=415 -members=yes -iop5=Destroy -name=Dragon token - -// 7479 -[obj_7479] -iop1=Eat -cost=20 -model=model_13876 -2dzoom=910 -2dyan=1856 -2dxan=204 -members=yes -iop2=Smell -iop5=Destroy -recol1s=22174 -recol1d=11488 -name=Spicy stew - -// 7480 -[obj_7480] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=27615 -recol1d=20677 -recol2s=26559 -recol2d=20677 -recol3s=26526 -recol3d=20677 -recol4s=27516 -recol4d=20677 -name=Red spice (4) - -// 7481 -[obj_7481] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=26559 -recol1d=20677 -recol2s=26526 -recol2d=20677 -recol3s=27516 -recol3d=20677 -name=Red spice (3) - -// 7482 -[obj_7482] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=26526 -recol1d=20677 -recol2s=27516 -recol2d=20677 -name=Red spice (2) - -// 7483 -[obj_7483] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=27516 -recol1d=20677 -name=Red spice (1) - -// 7484 -[obj_7484] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=27615 -recol1d=26020 -recol2s=26559 -recol2d=26020 -recol3s=26526 -recol3d=26020 -recol4s=27516 -recol4d=26020 -name=Orange spice (4) - -// 7485 -[obj_7485] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=26559 -recol1d=26020 -recol2s=26526 -recol2d=26020 -recol3s=27516 -recol3d=26020 -name=Orange spice (3) - -// 7486 -[obj_7486] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=26526 -recol1d=26020 -recol2s=27516 -recol2d=26020 -name=Orange spice (2) - -// 7487 -[obj_7487] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=27516 -recol1d=26020 -name=Orange spice (1) - -// 7488 -[obj_7488] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=27615 -recol1d=12549 -recol2s=26559 -recol2d=12549 -recol3s=26526 -recol3d=12549 -recol4s=27516 -recol4d=12549 -name=Brown spice (4) - -// 7489 -[obj_7489] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=26559 -recol1d=12549 -recol2s=26526 -recol2d=12549 -recol3s=27516 -recol3d=12549 -name=Brown spice (3) - -// 7490 -[obj_7490] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=26526 -recol1d=12549 -recol2s=27516 -recol2d=12549 -name=Brown spice (2) - -// 7491 -[obj_7491] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=27516 -recol1d=12549 -name=Brown spice (1) - -// 7492 -[obj_7492] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=27615 -recol1d=32517 -recol2s=26559 -recol2d=32517 -recol3s=26526 -recol3d=32517 -recol4s=27516 -recol4d=32517 -name=Yellow spice (4) - -// 7493 -[obj_7493] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=26559 -recol1d=32517 -recol2s=26526 -recol2d=32517 -recol3s=27516 -recol3d=32517 -name=Yellow spice (3) - -// 7494 -[obj_7494] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=26526 -recol1d=32517 -recol2s=27516 -recol2d=32517 -name=Yellow spice (2) - -// 7495 -[obj_7495] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -recol1s=27516 -recol1d=32517 -name=Yellow spice (1) - -// 7496 -[obj_7496] -model=model_13443 -members=yes -cost=1 -2dzoom=848 -2dyan=1985 -2dxan=222 -name=Empty spice shaker - -// 7497 -[obj_7497] -cost=30 -iop1=Drink -members=yes -model=model_13628 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -recol1s=32736 -recol1d=32480 -recol2s=22421 -recol2d=32750 -recol3s=1986 -recol3d=32672 -name=Dirty blast - -// 7498 -[obj_7498] -model=model_3348 -members=yes -iop1=Rub -iop5=Destroy -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp - -// 7499 -[obj_7499] -model=model_13619 -dummyitem=1 -2dxof=-1 -2dyof=-3 -2dzoom=720 -name=Evil dave - -// 7500 -[obj_7500] -model=model_13620 -dummyitem=1 -2dxof=1 -2dyof=-3 -2dzoom=848 -name=Dwarf - -// 7501 -[obj_7501] -model=model_13621 -dummyitem=1 -2dxof=1 -2dyof=89 -2dzoom=1360 -2dyan=1676 -2dxan=108 -name=Goblins - -// 7502 -[obj_7502] -model=model_13622 -dummyitem=1 -2dxof=1 -2dyof=-1 -2dzoom=724 -2dyan=2045 -2dxan=2045 -name=Lumbridge guide - -// 7503 -[obj_7503] -model=model_13623 -dummyitem=1 -2dxof=1 -2dyof=-2 -2dzoom=848 -name=Monkey - -// 7504 -[obj_7504] -model=model_13624 -dummyitem=1 -2dxof=1 -2dyof=1 -2dzoom=720 -2dyan=3 -2dxan=2045 -name=Osman - -// 7505 -[obj_7505] -model=model_13625 -dummyitem=1 -2dyof=-1 -2dzoom=789 -2dxan=51 -name=Pirate pete - -// 7506 -[obj_7506] -model=model_13626 -dummyitem=1 -2dxof=1 -2dzoom=789 -2dyan=2036 -2dxan=24 -name=Sir amik varze - -// 7507 -[obj_7507] -model=model_13627 -dummyitem=1 -2dxof=1 -2dyof=-7 -2dzoom=984 -2dxan=62 -name=Skrach - -// 7508 -[obj_7508] -cost=2 -iop1=Drink -model=model_13875 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -recol1s=26112 -recol1d=21856 -recol2s=32454 -recol2d=26050 -recol3s=32735 -recol3d=32460 -name=Asgoldian ale - -// 7509 -[obj_7509] -cost=1 -model=model_13901 -2dxof=-1 -2dyof=12 -2dzoom=400 -2dyan=1412 -2dxan=273 -manwear=model_13351 -womanwear=model_13351 -iop1=Eat -members=yes -name=Dwarven rock cake -womanwearoff=3,-11,6 - -// 7510 -[obj_7510] -cost=1 -model=model_13901 -2dxof=-1 -2dyof=12 -2dzoom=400 -2dyan=1412 -2dxan=273 -iop1=Eat -members=yes -recol1s=24068 -recol1d=13671 -recol2s=19779 -recol2d=11558 -name=Dwarven rock cake - -// 7511 -[obj_7511] -model=model_13456 -2dzoom=490 -2dyan=1943 -2dxan=96 -members=yes -cost=10 -name=Slop of compromise - -// 7512 -[obj_7512] -model=model_2409 -members=yes -2dyof=5 -2dzoom=830 -2dyan=268 -2dxan=392 -cost=6 -recol1s=21984 -recol1d=16842 -name=Soggy bread - -// 7513 -[obj_7513] -model=model_2436 -members=yes -2dxof=1 -2dyof=-6 -2dzoom=650 -2dyan=1840 -2dxan=236 -cost=3 -recol1s=32420 -recol1d=19680 -name=Spicy maggots - -// 7514 -[obj_7514] -model=model_2772 -members=yes -2dzoom=1090 -2dyan=336 -2dxan=284 -cost=2 -recol1s=32288 -recol1d=13675 -recol2s=32756 -recol2d=21074 -name=Dyed orange - -// 7515 -[obj_7515] -model=model_13826 -members=yes -2dyof=-13 -2dzoom=848 -2dyan=2018 -2dxan=273 -cost=1 -name=Breadcrumbs - -// 7516 -[obj_7516] -model=model_13829 -2dyan=1460 -2dxan=297 -members=yes -cost=1 -name=Kelp - -// 7517 -[obj_7517] -cost=2 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -cost=1 -recol1s=22131 -recol1d=5345 -name=Ground kelp - -// 7518 -[obj_7518] -model=model_13818 -members=yes -2dxof=8 -2dyof=-10 -2dzoom=1232 -2dyan=60 -2dxan=243 -cost=1 -name=Crab meat - -// 7519 -[obj_7519] -model=model_13818 -2dxof=8 -2dyof=-10 -2dzoom=1232 -2dyan=60 -2dxan=243 -cost=1 -name=Crab meat - -// 7520 -[obj_7520] -model=model_13819 -members=yes -2dxof=-1 -2dyof=4 -2dzoom=1744 -2dyan=1982 -2dxan=288 -cost=1 -recol1s=29392 -recol1d=22228 -recol2s=21893 -recol2d=14729 -name=Burnt crab meat - -// 7521 -[obj_7521] -model=model_13819 -members=yes -2dxof=-1 -2dyof=4 -2dzoom=1744 -2dyan=1982 -2dxan=288 -iop1=Eat -cost=50 -stockmarket=yes -name=Cooked crab meat -certlink=obj_7522 - -// 7522 -[obj_7522] -certlink=obj_7521 -certtemplate=obj_799 - -// 7523 -[obj_7523] -model=model_13823 -members=yes -2dxof=-1 -2dyof=4 -2dzoom=1744 -2dyan=1982 -2dxan=288 -iop1=Eat -cost=40 -name=Cooked crab meat - -// 7524 -[obj_7524] -model=model_13822 -members=yes -2dxof=-1 -2dyof=4 -2dzoom=1744 -2dyan=1982 -2dxan=288 -iop1=Eat -cost=30 -name=Cooked crab meat - -// 7525 -[obj_7525] -model=model_13821 -members=yes -2dxof=-1 -2dyof=4 -2dzoom=1744 -2dyan=1982 -2dxan=288 -iop1=Eat -cost=20 -name=Cooked crab meat - -// 7526 -[obj_7526] -model=model_13820 -members=yes -2dxof=-1 -2dyof=4 -2dzoom=1744 -2dyan=1982 -2dxan=288 -iop1=Eat -cost=10 -name=Cooked crab meat - -// 7527 -[obj_7527] -model=model_2499 -members=yes -2dxof=1 -2dyof=-22 -2dzoom=710 -2dyan=148 -2dxan=224 -cost=1 -recol1s=4228 -recol1d=24144 -name=Ground crab meat - -// 7528 -[obj_7528] -model=model_2499 -members=yes -2dxof=1 -2dyof=-22 -2dzoom=710 -2dyan=148 -2dxan=224 -cost=1 -recol1s=4228 -recol1d=16846 -name=Ground cod - -// 7529 -[obj_7529] -model=model_13828 -members=yes -2dxof=1 -2dyof=3 -2dzoom=592 -2dyan=1848 -2dxan=303 -cost=100 -name=Raw fishcake - -// 7530 -[obj_7530] -model=model_13828 -members=yes -2dxof=1 -2dyof=3 -2dzoom=592 -2dyan=1848 -2dxan=303 -iop1=Eat -cost=100 -recol1s=32384 -recol1d=27072 -recol2s=28128 -recol2d=22848 -name=Cooked fishcake - -// 7531 -[obj_7531] -model=model_13828 -members=yes -2dxof=1 -2dyof=3 -2dzoom=592 -2dyan=1848 -2dxan=303 -cost=1 -recol1s=32384 -recol1d=18752 -recol2s=28128 -recol2d=16608 -name=Burnt fishcake - -// 7532 -[obj_7532] -model=model_13830 -members=yes -2dzoom=1360 -2dyan=2045 -2dxan=273 -cost=1 -name=Mudskipper hide - -// 7533 -[obj_7533] -model=model_2571 -2dxof=-5 -2dyof=-16 -2dzoom=820 -2dyan=20 -2dxan=204 -members=yes -cost=1 -name=Rock - -// 7534 -[obj_7534] -model=model_13827 -iop2=Wear -manwear=model_13333 -womanwear=model_13341 -manwear2=model_13335 -womanwear2=model_13344 -manhead=model_39855 -womanhead=model_39010 -2dxof=2 -2dzoom=848 -2dyan=1679 -2dxan=27 -members=yes -cost=1 -name=Fishbowl helmet - -// 7535 -[obj_7535] -iop2=Wear -model=model_13813 -manwear=model_12758 -womanwear=model_13349 -2dxof=4 -2dyof=-7 -2dzoom=1358 -2dyan=1400 -2dxan=435 -members=yes -cost=1 -name=Diving apparatus - -// 7536 -[obj_7536] -model=model_13816 -members=yes -2dyof=7 -2dzoom=1360 -2dyan=204 -2dxan=543 -cost=1 -name=Fresh crab claw - -// 7537 -[obj_7537] -model=model_13814 -members=yes -iop2=Wear -manwear=model_13894 -womanwear=model_13898 -2dzoom=848 -2dyan=1895 -2dxan=597 -cost=1 -name=Crab claw - -// 7538 -[obj_7538] -model=model_13825 -2dxof=-5 -2dyof=-60 -2dzoom=1488 -2dyan=12 -2dxan=240 -members=yes -cost=1 -name=Fresh crab shell - -// 7539 -[obj_7539] -model=model_13817 -members=yes -iop2=Wear -manwear=model_13336 -womanwear=model_13899 -manhead=model_39736 -womanhead=model_38927 -2dxof=2 -2dyof=-8 -2dzoom=896 -2dyan=156 -2dxan=108 -cost=1 -name=Crab helmet - -// 7540 -[obj_7540] -model=model_13815 -members=yes -2dxof=1 -2dyof=12 -2dzoom=1488 -2dyan=213 -2dxan=555 -cost=1 -name=Broken crab claw - -// 7541 -[obj_7541] -model=model_13824 -members=yes -2dxof=-5 -2dyof=-60 -2dzoom=1872 -2dyan=2036 -2dxan=228 -cost=1 -name=Broken crab shell - -// 7542 -[obj_7542] -cost=50 -model=model_13514 -2dyof=-9 -2dzoom=860 -2dyan=2047 -2dxan=194 -members=yes -iop5=Destroy -name=Cake of guidance - -// 7543 -[obj_7543] -model=model_2465 -2dzoom=770 -2dyan=144 -2dxan=172 -cost=20 -members=yes -iop5=Destroy -name=Raw guide cake - -// 7544 -[obj_7544] -cost=4 -model=model_2437 -2dxof=1 -2dzoom=630 -2dyan=68 -2dxan=144 -members=yes -iop5=Destroy -name=Enchanted egg - -// 7545 -[obj_7545] -cost=6 -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop5=Destroy -members=yes -recol1s=173 -recol1d=32767 -name=Enchanted milk - -// 7546 -[obj_7546] -model=model_2406 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=10 -iop5=Destroy -members=yes -name=Enchanted flour - -// 7547 -[obj_7547] -cost=5 -model=model_2678 -2dxof=-2 -2dyof=-4 -2dzoom=550 -2dyan=1844 -2dxan=116 -members=yes -recol1s=9376 -recol1d=480 -recol2s=22055 -recol2d=1986 -name=Druid pouch - -// 7548 -[obj_7548] -model=model_7281 -2dxof=2 -2dyof=4 -2dzoom=1440 -2dyan=144 -2dxan=536 -members=yes -name=Potato seed -certlink=obj_7549 - -// 7549 -[obj_7549] -certlink=obj_7548 -certtemplate=obj_799 - -// 7550 -[obj_7550] -model=model_7255 -2dxof=2 -2dyof=3 -2dzoom=1260 -2dyan=236 -2dxan=564 -members=yes -name=Onion seed -certlink=obj_7551 - -// 7551 -[obj_7551] -certlink=obj_7550 -certtemplate=obj_799 - -// 7552 -[obj_7552] -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 -name=Mithril arrow -certlink=obj_7553 - -// 7553 -[obj_7553] -certlink=obj_7552 -certtemplate=obj_799 - -// 7554 -[obj_7554] -model=model_2399 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Fire rune -certlink=obj_7555 - -// 7555 -[obj_7555] -certlink=obj_7554 -certtemplate=obj_799 - -// 7556 -[obj_7556] -model=model_2652 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Water rune -certlink=obj_7557 - -// 7557 -[obj_7557] -certlink=obj_7556 -certtemplate=obj_799 - -// 7558 -[obj_7558] -model=model_2405 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Air rune -certlink=obj_7559 - -// 7559 -[obj_7559] -certlink=obj_7558 -certtemplate=obj_799 - -// 7560 -[obj_7560] -model=model_2707 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -name=Chaos rune -certlink=obj_7561 - -// 7561 -[obj_7561] -certlink=obj_7560 -certtemplate=obj_799 - -// 7562 -[obj_7562] -model=model_7315 -2dxof=1 -2dyof=3 -2dzoom=990 -2dyan=72 -2dxan=464 -members=yes -name=Tomato seed -certlink=obj_7563 - -// 7563 -[obj_7563] -certlink=obj_7562 -certtemplate=obj_799 - -// 7564 -[obj_7564] -model=model_13710 -2dxof=-5 -2dyof=-1 -2dzoom=3536 -2dyan=1979 -2dxan=207 -members=yes -iop1=Drop -iop4=Release-all -iop5=Release -name=Balloon toad -param=param_59,1 - -// 7565 -[obj_7565] -model=model_13710 -2dxof=-5 -2dyof=-1 -2dzoom=3536 -2dyan=1979 -2dxan=207 -members=yes -iop1=Drop -iop4=Release-all -iop5=Release -recol1s=13570 -recol1d=13675 -name=Balloon toad -param=param_59,1 - -// 7566 -[obj_7566] -cost=100 -model=model_13711 -2dxof=-1 -2dyof=-12 -2dzoom=1578 -2dyan=1781 -2dxan=150 -members=yes -stockmarket=yes -name=Raw jubbly -certlink=obj_7567 - -// 7567 -[obj_7567] -certlink=obj_7566 -certtemplate=obj_799 - -// 7568 -[obj_7568] -cost=150 -model=model_13711 -2dxof=-1 -2dyof=-12 -2dzoom=1578 -2dyan=1781 -2dxan=150 -iop1=Eat -members=yes -stockmarket=yes -recol1s=19973 -recol1d=14594 -recol2s=17861 -recol2d=13537 -recol3s=16836 -recol3d=12480 -name=Cooked jubbly -certlink=obj_7569 - -// 7569 -[obj_7569] -certlink=obj_7568 -certtemplate=obj_799 - -// 7570 -[obj_7570] -cost=1 -model=model_13711 -2dxof=-1 -2dyof=-12 -2dzoom=1578 -2dyan=1781 -2dxan=150 -members=yes -recol1s=19973 -recol1d=6273 -recol2s=17861 -recol2d=5216 -recol3s=16836 -recol3d=4160 -name=Burnt jubbly -certlink=obj_7571 - -// 7571 -[obj_7571] -certlink=obj_7570 -certtemplate=obj_799 - -// 7572 -[obj_7572] -members=yes -model=model_2387 -2dxof=9 -2dyof=10 -2dzoom=930 -2dyan=1944 -2dxan=280 -manwear=model_3875 -womanwear=model_3875 -cost=5 -iop1=Eat -recol1s=28520 -recol1d=23844 -recol2s=26404 -recol2d=23778 -recol3s=22178 -recol3d=21730 -recol4s=19008 -recol4d=21664 -name=Red banana -womanwearoff=3,-11,6 - -// 7573 -[obj_7573] -members=yes -cost=5 -model=model_4713 -iop1=Eat -2dyof=-2 -2dzoom=910 -2dyan=484 -2dxan=384 -recol1s=26216 -recol1d=25098 -recol2s=11392 -recol2d=10336 -name=Tchiki monkey nuts - -// 7574 -[obj_7574] -members=yes -cost=5 -model=model_2772 -2dzoom=920 -2dxan=232 -iop1=Eat -recol1s=32288 -recol1d=21730 -recol2s=32756 -recol2d=32502 -name=Sliced red banana - -// 7575 -[obj_7575] -members=yes -cost=5 -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -iop1=Eat -recol1s=22131 -recol1d=24098 -name=Tchiki nut paste - -// 7576 -[obj_7576] -members=yes -cost=1 -model=model_13556 -2dxof=3 -2dyof=6 -2dzoom=2128 -2dyan=1985 -2dxan=429 -name=Snake corpse - -// 7577 -[obj_7577] -members=yes -cost=1 -model=model_13562 -2dxof=3 -2dyof=6 -2dzoom=2128 -2dyan=1985 -2dxan=429 -recol1s=21867 -recol1d=22990 -recol2s=9446 -recol2d=9479 -recol3s=8389 -recol3d=8422 -recol4s=5251 -recol4d=7332 -recol5s=6374 -recol5d=7431 -recol6s=5317 -recol6d=7431 -name=Raw stuffed snake - -// 7578 -[obj_7578] -members=yes -cost=1 -model=model_13559 -2dxof=3 -2dyof=6 -2dzoom=2128 -2dyan=1985 -2dxan=429 -name=Odd stuffed snake - -// 7579 -[obj_7579] -members=yes -cost=1 -model=model_13562 -2dxof=3 -2dyof=6 -2dzoom=2128 -2dyan=1985 -2dxan=429 -iop1=Eat -recol1s=9446 -recol1d=8354 -recol2s=8389 -recol2d=7297 -recol3s=5317 -recol3d=5249 -recol4s=21867 -recol4d=5217 -recol5s=6341 -recol5d=6273 -recol6s=6374 -recol6d=8353 -name=Stuffed snake - -// 7580 -[obj_7580] -model=model_13562 -members=yes -cost=1 -2dxof=3 -2dyof=6 -2dzoom=2128 -2dyan=1985 -2dxan=429 -recol1s=9446 -recol1d=3138 -recol2s=8389 -recol2d=3138 -recol3s=6374 -recol3d=3138 -recol4s=6341 -recol4d=3138 -recol5s=21867 -recol5d=3138 -name=Snake over-cooked - -// 7581 -[obj_7581] -model=model_34086 -2dxof=1 -2dyof=-8 -2dzoom=450 -2dyan=1868 -2dxan=99 -members=yes -name=Overgrown hellcat - -// 7582 -[obj_7582] -model=model_34084 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -name=Hell cat - -// 7583 -[obj_7583] -model=model_34102 -2dyof=-7 -2dzoom=528 -2dyan=1865 -2dxan=54 -members=yes -name=Hell-kitten - -// 7584 -[obj_7584] -model=model_34096 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -name=Lazy hell cat - -// 7585 -[obj_7585] -model=model_34090 -2dxof=1 -2dyof=-9 -2dzoom=450 -2dyan=1898 -2dxan=93 -members=yes -name=Wily hellcat - -// 7586 -[obj_7586] -model=model_13352 -2dzoom=130 -2dxan=512 -dummyitem=1 -name=Dummy - -// 7587 -[obj_7587] -model=model_13929 -2dzoom=2384 -2dyan=1904 -2dxan=150 -iop1=Check -name=Coffin -param=param_59,1 - -// 7588 -[obj_7588] -model=model_13929 -2dzoom=2384 -2dyan=1904 -2dxan=150 -iop1=Check -name=Coffin -param=param_59,1 - -// 7589 -[obj_7589] -model=model_13929 -2dzoom=2384 -2dyan=1904 -2dxan=150 -iop1=Check -name=Coffin -param=param_59,1 - -// 7590 -[obj_7590] -model=model_13929 -2dzoom=2384 -2dyan=1904 -2dxan=150 -iop1=Check -name=Coffin -param=param_59,1 - -// 7591 -[obj_7591] -model=model_13929 -2dzoom=2384 -2dyan=1904 -2dxan=150 -iop1=Check -name=Coffin -param=param_59,1 - -// 7592 -[obj_7592] -model=model_13934 -2dzoom=1360 -2dyan=93 -2dxan=498 -iop2=Wear -womanwear=model_13348 -manwear=model_13926 -name=Zombie shirt - -// 7593 -[obj_7593] -model=model_13933 -2dyof=2 -2dyan=1997 -2dxan=426 -iop2=Wear -manwear=model_13925 -womanwear=model_13347 -name=Zombie trousers - -// 7594 -[obj_7594] -model=model_13932 -2dxof=-1 -2dyof=4 -2dzoom=720 -2dyan=166 -2dzan=1826 -2dxan=1770 -iop2=Wear -manwear=model_13924 -womanwear=model_13928 -manhead=model_39704 -womanhead=model_39148 -name=Zombie mask - -// 7595 -[obj_7595] -model=model_13931 -2dxof=-1 -2dyof=-9 -2dzoom=848 -2dyan=105 -2dxan=522 -iop2=Wear -manwear=model_13331 -womanwear=model_13338 -name=Zombie gloves - -// 7596 -[obj_7596] -model=model_13930 -iop2=Wear -manwear=model_13332 -womanwear=model_13340 -2dxof=-4 -2dyof=-9 -2dzoom=848 -2dyan=1892 -2dxan=132 -name=Zombie boots - -// 7597 -[obj_7597] -model=model_13382 -dummyitem=1 -2dxof=-4 -2dyof=-4 -2dzoom=1580 -2dyan=172 -2dxan=544 -name=Item - -// 7598 -[obj_7598] -model=model_13383 -dummyitem=1 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -name=Item - -// 7599 -[obj_7599] -model=model_13384 -dummyitem=1 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -name=Item - -// 7600 -[obj_7600] -model=model_13385 -dummyitem=1 -2dyof=-8 -2dzoom=670 -2dyan=120 -2dxan=164 -name=Item - -// 7601 -[obj_7601] -model=model_13386 -dummyitem=1 -2dxof=-4 -2dyof=3 -2dzoom=580 -2dxan=668 -name=Item - -// 7602 -[obj_7602] -model=model_13387 -dummyitem=1 -2dxof=-4 -2dyof=-3 -2dzoom=970 -2dyan=240 -2dxan=408 -name=Item - -// 7603 -[obj_7603] -model=model_13388 -dummyitem=1 -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -name=Item - -// 7604 -[obj_7604] -model=model_13389 -dummyitem=1 -2dzoom=700 -2dyan=1844 -2dzan=176 -2dxan=1876 -name=Item - -// 7605 -[obj_7605] -model=model_13390 -dummyitem=1 -2dxof=-11 -2dyof=-4 -2dzoom=580 -2dyan=1260 -2dxan=444 -name=Item - -// 7606 -[obj_7606] -model=model_13391 -dummyitem=1 -2dxof=7 -2dyof=12 -2dzoom=1550 -2dxan=320 -name=Item - -// 7607 -[obj_7607] -model=model_13392 -dummyitem=1 -2dxof=-2 -2dyof=-19 -2dzoom=1070 -2dyan=1056 -2dxan=224 -name=Item - -// 7608 -[obj_7608] -model=model_13393 -dummyitem=1 -2dzoom=1210 -2dyan=2012 -2dxan=104 -name=Item - -// 7609 -[obj_7609] -model=model_13395 -dummyitem=1 -2dxof=2 -2dyof=4 -2dzoom=1440 -2dyan=144 -2dxan=536 -name=Item - -// 7610 -[obj_7610] -model=model_13396 -dummyitem=1 -2dxof=-1 -2dyof=11 -2dzoom=710 -2dyan=320 -2dxan=312 -name=Item - -// 7611 -[obj_7611] -model=model_13397 -dummyitem=1 -2dxof=-1 -2dyof=-10 -2dzoom=530 -2dyan=64 -2dzan=1996 -2dxan=160 -name=Item - -// 7612 -[obj_7612] -model=model_13404 -dummyitem=1 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -name=Item - -// 7613 -[obj_7613] -model=model_13394 -dummyitem=1 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -name=Item - -// 7614 -[obj_7614] -model=model_13398 -dummyitem=1 -name=Item - -// 7615 -[obj_7615] -model=model_13400 -dummyitem=1 -name=Item - -// 7616 -[obj_7616] -model=model_13401 -dummyitem=1 -name=Item - -// 7617 -[obj_7617] -model=model_13402 -dummyitem=1 -name=Item - -// 7618 -[obj_7618] -model=model_13403 -dummyitem=1 -name=Item - -// 7619 -[obj_7619] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 7620 -[obj_7620] -model=model_1105 -2dxan=68 -dummyitem=1 -name=Silvthrill rod - -// 7621 -[obj_7621] -model=model_13957 -2dxof=1 -2dyof=1 -2dzoom=1710 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -dummyitem=2 -recol1s=20117 -recol1d=0 -recol2s=16946 -recol2d=0 -recol3s=14832 -recol3d=0 - -// 7622 -[obj_7622] -cost=1 -model=model_13950 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -members=yes -recol1s=11593 -recol1d=5283 -name=Bucket of rubble - -// 7623 -[obj_7623] -model=model_2742 -cost=0 -name=Tinderbox - -// 7624 -[obj_7624] -cost=1 -model=model_13951 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -members=yes -recol1s=11593 -recol1d=5283 -name=Bucket of rubble - -// 7625 -[obj_7625] -model=model_2742 -cost=0 -name=Tinderbox - -// 7626 -[obj_7626] -cost=1 -model=model_13952 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -members=yes -recol1s=11593 -recol1d=5283 -name=Bucket of rubble - -// 7627 -[obj_7627] -model=model_2742 -cost=0 -name=Tinderbox - -// 7628 -[obj_7628] -cost=1 -model=model_13959 -2dxof=2 -2dyof=29 -2dzoom=1450 -2dyan=136 -2dxan=300 -members=yes -iop1=Read -iop5=Destroy -name=Plaster fragment - -// 7629 -[obj_7629] -cost=1 -model=model_10137 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -iop1=Read -iop5=Destroy -members=yes -recol1s=26286 -recol1d=19114 -recol2s=25229 -recol2d=18026 -recol3s=22058 -recol3d=16969 -recol4s=22024 -recol4d=15912 -recol5s=20967 -recol5d=14886 -name=Dusty scroll - -// 7630 -[obj_7630] -cost=1 -model=model_7685 -2dxof=-1 -2dyof=-6 -2dzoom=2020 -2dyan=232 -2dxan=112 -iop1=Search -iop5=Destroy -members=yes -recol1s=14695 -recol1d=8485 -recol2s=13638 -recol2d=7428 -recol3s=12581 -recol3d=6371 -recol4s=11524 -recol4d=5314 -recol5s=10467 -recol5d=4257 -recol6s=9410 -recol6d=3200 -name=Crate - -// 7631 -[obj_7631] -model=model_2742 -cost=0 -name=Tinderbox - -// 7632 -[obj_7632] -cost=1 -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -model=model_2372 -iop5=Destroy -recol1s=32480 -recol1d=9635 -name=Temple library key - -// 7633 -[obj_7633] -cost=1 -model=model_13953 -members=yes -2dyof=26 -2dzoom=750 -2dyan=124 -2dxan=276 -iop1=Read -iop5=Destroy -recol1s=28605 -recol1d=15584 -recol2s=23260 -recol2d=15744 -recol3s=17981 -recol3d=4288 -name=Ancient book - -// 7634 -[obj_7634] -cost=1 -model=model_13954 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop1=Read -iop5=Destroy -recol1s=28605 -recol1d=12480 -recol2s=23260 -recol2d=11648 -recol3s=17981 -recol3d=9472 -name=Battered tome - -// 7635 -[obj_7635] -cost=1 -model=model_6743 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop1=Read -iop5=Destroy -recol1s=23744 -recol1d=6336 -recol2s=32576 -recol2d=12672 -recol3s=13504 -recol3d=4288 -name=Leather book - -// 7636 -[obj_7636] -cost=1 -model=model_13958 -2dxof=-11 -2dyof=14 -2dzoom=620 -2dyan=184 -2dzan=2012 -2dxan=344 -members=yes -name=Rod dust - -// 7637 -[obj_7637] -cost=1 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -iop1=Look-at -manwear=model_13946 -womanwear=model_13946 -recol1s=20117 -recol1d=11662 -recol2s=16946 -recol2d=8490 -recol3s=14832 -recol3d=7432 -name=Silvthrill rod -womanwearoff=3,-11,6 - -// 7638 -[obj_7638] -cost=1 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -iop1=Look-at -recol1s=20117 -recol1d=12719 -recol2s=16946 -recol2d=9547 -recol3s=14832 -recol3d=8489 -name=Silvthrill rod - -// 7639 -[obj_7639] -cost=1000 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -manwear=model_13946 -womanwear=model_13946 -iop2=Wield -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Rod of ivandis(10) -womanwearoff=3,-11,6 - -// 7640 -[obj_7640] -cost=1000 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -manwear=model_13946 -womanwear=model_13946 -iop2=Wield -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Rod of ivandis(9) -womanwearoff=3,-11,6 - -// 7641 -[obj_7641] -cost=1000 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -manwear=model_13946 -womanwear=model_13946 -iop2=Wield -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Rod of ivandis(8) -womanwearoff=3,-11,6 - -// 7642 -[obj_7642] -cost=1000 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -manwear=model_13946 -womanwear=model_13946 -iop2=Wield -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Rod of ivandis(7) -womanwearoff=3,-11,6 - -// 7643 -[obj_7643] -cost=1000 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -manwear=model_13946 -womanwear=model_13946 -iop2=Wield -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Rod of ivandis(6) -womanwearoff=3,-11,6 - -// 7644 -[obj_7644] -cost=1000 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -manwear=model_13946 -womanwear=model_13946 -iop2=Wield -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Rod of ivandis(5) -womanwearoff=3,-11,6 - -// 7645 -[obj_7645] -cost=1000 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -manwear=model_13946 -womanwear=model_13946 -iop2=Wield -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Rod of ivandis(4) -womanwearoff=3,-11,6 - -// 7646 -[obj_7646] -cost=1000 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -manwear=model_13946 -womanwear=model_13946 -iop2=Wield -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Rod of ivandis(3) -womanwearoff=3,-11,6 - -// 7647 -[obj_7647] -cost=1000 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -manwear=model_13946 -womanwear=model_13946 -iop2=Wield -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Rod of ivandis(2) -womanwearoff=3,-11,6 - -// 7648 -[obj_7648] -cost=1000 -model=model_13957 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -members=yes -manwear=model_13946 -womanwear=model_13946 -iop2=Wield -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Rod of ivandis(1) -womanwearoff=3,-11,6 - -// 7649 -[obj_7649] -cost=100 -model=model_13956 -2dyof=3 -2dzoom=2180 -2dyan=1036 -2dxan=520 -members=yes -iop5=Destroy -name=Rod clay mould - -// 7650 -[obj_7650] -cost=200 -members=yes -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -stockmarket=yes -recol1s=22131 -recol1d=16846 -name=Silver dust -certlink=obj_7651 - -// 7651 -[obj_7651] -certlink=obj_7650 -certtemplate=obj_799 - -// 7652 -[obj_7652] -cost=110 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=16175 -name=Guthix balance(unf) -certlink=obj_7653 - -// 7653 -[obj_7653] -certlink=obj_7652 -certtemplate=obj_799 - -// 7654 -[obj_7654] -cost=110 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=16175 -name=Guthix balance(unf) -certlink=obj_7655 - -// 7655 -[obj_7655] -certlink=obj_7654 -certtemplate=obj_799 - -// 7656 -[obj_7656] -cost=110 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=16175 -name=Guthix balance(unf) -certlink=obj_7657 - -// 7657 -[obj_7657] -certlink=obj_7656 -certtemplate=obj_799 - -// 7658 -[obj_7658] -cost=110 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=16175 -name=Guthix balance(unf) -certlink=obj_7659 - -// 7659 -[obj_7659] -certlink=obj_7658 -certtemplate=obj_799 - -// 7660 -[obj_7660] -cost=200 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=24351 -recol1d=15853 -recol2s=16846 -recol2d=8973 -recol3s=22085 -recol3d=21066 -name=Guthix balance(4) -certlink=obj_7661 - -// 7661 -[obj_7661] -certlink=obj_7660 -certtemplate=obj_799 - -// 7662 -[obj_7662] -cost=200 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=24351 -recol1d=15853 -recol2s=16846 -recol2d=8973 -recol3s=22085 -recol3d=21066 -name=Guthix balance(3) -certlink=obj_7663 - -// 7663 -[obj_7663] -certlink=obj_7662 -certtemplate=obj_799 - -// 7664 -[obj_7664] -cost=200 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=24351 -recol1d=15853 -recol2s=16846 -recol2d=8973 -recol3s=22085 -recol3d=21066 -name=Guthix balance(2) -certlink=obj_7665 - -// 7665 -[obj_7665] -certlink=obj_7664 -certtemplate=obj_799 - -// 7666 -[obj_7666] -cost=200 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=24351 -recol1d=15853 -recol2s=16846 -recol2d=8973 -recol3s=22085 -recol3d=21066 -name=Guthix balance(1) -certlink=obj_7667 - -// 7667 -[obj_7667] -certlink=obj_7666 -certtemplate=obj_799 - -// 7668 -[obj_7668] -model=model_13955 -2dxof=-1 -2dyof=-45 -2dyan=1985 -2dxan=246 -manwear=model_14051 -womanwear=model_14051 -iop2=Wield -cost=3000 -members=yes -stockmarket=yes -name=Gadderhammer -womanwearoff=3,-11,6 -certlink=obj_7669 - -// 7669 -[obj_7669] -certlink=obj_7668 -certtemplate=obj_799 - -// 7670 -[obj_7670] -model=model_14089 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 7671 -[obj_7671] -cost=0 -model=model_12277 -iop2=Wear -manwear=model_13317 -womanwear=model_13329 -2dxof=4 -2dyof=15 -2dzoom=789 -2dyan=1674 -2dzan=69 -2dxan=346 -members=yes -name=Boxing gloves -param=param_59,1 - -// 7672 -[obj_7672] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Picture - -// 7673 -[obj_7673] -cost=0 -model=model_12277 -iop2=Wear -manwear=model_13317 -womanwear=model_13329 -2dxof=4 -2dyof=15 -2dzoom=789 -2dyan=1674 -2dzan=69 -2dxan=346 -members=yes -recol1s=25664 -recol1d=1112 -name=Boxing gloves -param=param_59,1 - -// 7674 -[obj_7674] -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 -name=Perfect - -// 7675 -[obj_7675] -model=model_2604 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -iop2=Wield -manwear=model_519 -womanwear=model_519 -members=yes -recol1s=32736 -recol1d=7329 -name=Wooden sword -womanwearoff=3,-11,6 -param=param_59,1 - -// 7676 -[obj_7676] -model=model_2339 -2dxof=-8 -2dyof=-7 -2dzoom=1892 -2dyan=1156 -2dxan=352 -iop2=Wield -manwear=model_486 -womanwear=model_486 -members=yes -recol1s=7296 -recol1d=7329 -recol2s=16846 -recol2d=20933 -retex1s=material_291 -retex1d=material_327 -name=Wooden shield -womanwearoff=-3,-11,6 -param=param_59,1 - -// 7677 -[obj_7677] -model=model_12334 -iop1=Feel -members=yes -2dzoom=976 -2dyan=93 -2dxan=390 -recol1s=16846 -recol1d=8354 -name=Treasure stone -param=param_59,1 - -// 7678 -[obj_7678] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -recol1s=32480 -recol1d=23260 -name=Prize key -param=param_59,1 - -// 7679 -[obj_7679] -model=model_12356 -manwear=model_14115 -womanwear=model_14115 -2dxof=3 -2dyof=8 -2dzoom=2346 -2dyan=8 -2dxan=360 -members=yes -name=Pugel -womanwearoff=3,-11,6 -certlink=obj_7680 -param=param_59,1 - -// 7680 -[obj_7680] -certlink=obj_7679 -certtemplate=obj_799 - -// 7681 -[obj_7681] -model=model_12296 -members=yes -cost=1 -2dxof=-1 -2dyof=3 -2dzoom=919 -2dyan=68 -2dxan=415 -iop1=Read -name=Game book - -// 7682 -[obj_7682] -model=model_12298 -manwear=model_12812 -womanwear=model_12812 -2dyof=7 -2dzoom=848 -2dyan=279 -2dxan=330 -name=Hoop -womanwearoff=3,-11,6 -certlink=obj_7683 -param=param_59,1 - -// 7683 -[obj_7683] -certlink=obj_7682 -certtemplate=obj_799 - -// 7684 -[obj_7684] -model=model_12281 -manwear=model_12811 -womanwear=model_12811 -2dxof=-1 -2dyof=1 -2dzoom=976 -2dyan=267 -2dxan=418 -name=Dart -womanwearoff=3,-11,6 -certlink=obj_7685 -param=param_59,1 - -// 7685 -[obj_7685] -certlink=obj_7684 -certtemplate=obj_799 - -// 7686 -[obj_7686] -model=model_12276 -manwear=model_12796 -womanwear=model_12796 -2dxof=-2 -2dzoom=976 -2dyan=210 -2dxan=237 -name=Bow and arrow -womanwearoff=3,-11,6 -certlink=obj_7687 -param=param_59,1 - -// 7687 -[obj_7687] -certlink=obj_7686 -certtemplate=obj_799 - -// 7688 -[obj_7688] -model=model_12274 -2dxof=2 -2dyof=-1 -2dzoom=1050 -2dyan=148 -2dxan=50 -members=yes -manwear=model_12813 -womanwear=model_12813 -name=Kettle -womanwearoff=3,-11,6 -certlink=obj_7689 -param=param_59,1 - -// 7689 -[obj_7689] -certlink=obj_7688 -certtemplate=obj_799 - -// 7690 -[obj_7690] -model=model_12274 -2dxof=2 -2dyof=-1 -2dzoom=1050 -2dyan=1259 -2dxan=50 -members=yes -manwear=model_12813 -womanwear=model_12813 -name=Full kettle -womanwearoff=3,-11,6 -param=param_59,1 - -// 7691 -[obj_7691] -model=model_12275 -2dxof=10 -2dyof=2 -2dzoom=1178 -2dyan=148 -2dxan=50 -members=yes -members=yes -manwear=model_12813 -womanwear=model_12813 -name=Hot kettle -womanwearoff=3,-11,6 -param=param_59,1 - -// 7692 -[obj_7692] -model=model_12331 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (4) -certlink=obj_7693 -param=param_59,1 - -// 7693 -[obj_7693] -certlink=obj_7692 -certtemplate=obj_799 - -// 7694 -[obj_7694] -model=model_12331 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (3) -certlink=obj_7695 -param=param_59,1 - -// 7695 -[obj_7695] -certlink=obj_7694 -certtemplate=obj_799 - -// 7696 -[obj_7696] -model=model_12331 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (2) -certlink=obj_7697 -param=param_59,1 - -// 7697 -[obj_7697] -certlink=obj_7696 -certtemplate=obj_799 - -// 7698 -[obj_7698] -model=model_12331 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (1) -certlink=obj_7699 -param=param_59,1 - -// 7699 -[obj_7699] -certlink=obj_7698 -certtemplate=obj_799 - -// 7700 -[obj_7700] -model=model_12331 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -recol1s=32767 -recol1d=26820 -name=Teapot with leaves -certlink=obj_7701 -param=param_59,1 - -// 7701 -[obj_7701] -certlink=obj_7700 -certtemplate=obj_799 - -// 7702 -[obj_7702] -model=model_12331 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -cost=1 -recol1s=32767 -recol1d=16846 -name=Teapot -certlink=obj_7703 -param=param_59,1 - -// 7703 -[obj_7703] -certlink=obj_7702 -certtemplate=obj_799 - -// 7704 -[obj_7704] -model=model_12333 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (4) -certlink=obj_7705 -param=param_59,1 - -// 7705 -[obj_7705] -certlink=obj_7704 -certtemplate=obj_799 - -// 7706 -[obj_7706] -model=model_12333 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (3) -certlink=obj_7707 -param=param_59,1 - -// 7707 -[obj_7707] -certlink=obj_7706 -certtemplate=obj_799 - -// 7708 -[obj_7708] -model=model_12333 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (2) -certlink=obj_7709 -param=param_59,1 - -// 7709 -[obj_7709] -certlink=obj_7708 -certtemplate=obj_799 - -// 7710 -[obj_7710] -model=model_12333 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (1) -certlink=obj_7711 -param=param_59,1 - -// 7711 -[obj_7711] -certlink=obj_7710 -certtemplate=obj_799 - -// 7712 -[obj_7712] -model=model_12333 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -recol1s=32767 -recol1d=26820 -name=Teapot with leaves -certlink=obj_7713 -param=param_59,1 - -// 7713 -[obj_7713] -certlink=obj_7712 -certtemplate=obj_799 - -// 7714 -[obj_7714] -model=model_12333 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -cost=1 -recol1s=32767 -recol1d=16846 -name=Teapot -certlink=obj_7715 -param=param_59,1 - -// 7715 -[obj_7715] -certlink=obj_7714 -certtemplate=obj_799 - -// 7716 -[obj_7716] -model=model_12332 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (4) -certlink=obj_7717 -param=param_59,1 - -// 7717 -[obj_7717] -certlink=obj_7716 -certtemplate=obj_799 - -// 7718 -[obj_7718] -model=model_12332 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (3) -certlink=obj_7719 -param=param_59,1 - -// 7719 -[obj_7719] -certlink=obj_7718 -certtemplate=obj_799 - -// 7720 -[obj_7720] -model=model_12332 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (2) -certlink=obj_7721 -param=param_59,1 - -// 7721 -[obj_7721] -certlink=obj_7720 -certtemplate=obj_799 - -// 7722 -[obj_7722] -model=model_12332 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -iop4=Empty -recol1s=32767 -recol1d=26820 -name=Pot of tea (1) -certlink=obj_7723 -param=param_59,1 - -// 7723 -[obj_7723] -certlink=obj_7722 -certtemplate=obj_799 - -// 7724 -[obj_7724] -model=model_12332 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -recol1s=32767 -recol1d=26820 -name=Teapot with leaves -certlink=obj_7725 -param=param_59,1 - -// 7725 -[obj_7725] -certlink=obj_7724 -certtemplate=obj_799 - -// 7726 -[obj_7726] -model=model_12332 -2dyof=-100 -2dzoom=984 -2dyan=2047 -2dxan=249 -cost=1 -recol1s=32767 -recol1d=16846 -name=Teapot -certlink=obj_7727 -param=param_59,1 - -// 7727 -[obj_7727] -certlink=obj_7726 -certtemplate=obj_799 - -// 7728 -[obj_7728] -cost=2 -model=model_12327 -2dxof=-1 -2dyof=-2 -2dzoom=528 -2dyan=1980 -2dxan=156 -members=yes -manwear=model_12853 -womanwear=model_12853 -name=Empty cup -womanwearoff=3,-11,6 -certlink=obj_7729 -param=param_59,1 - -// 7729 -[obj_7729] -certlink=obj_7728 -certtemplate=obj_799 - -// 7730 -[obj_7730] -cost=10 -iop2=Drink -iop3=Empty -model=model_12328 -2dxof=-1 -2dyof=-2 -2dzoom=528 -2dyan=1980 -2dxan=156 -members=yes -manwear=model_12853 -womanwear=model_12853 -recol1s=13675 -recol1d=6336 -name=Cup of tea -womanwearoff=3,-11,6 -param=param_59,1 - -// 7731 -[obj_7731] -cost=10 -iop2=Drink -iop3=Empty -model=model_12328 -2dxof=-1 -2dyof=-2 -2dzoom=528 -2dyan=1980 -2dxan=156 -members=yes -manwear=model_12853 -womanwear=model_12853 -recol1s=13675 -recol1d=17960 -name=Cup of tea -womanwearoff=3,-11,6 -param=param_59,1 - -// 7732 -[obj_7732] -cost=2 -model=model_12327 -members=yes -2dxof=-1 -2dyof=-2 -2dzoom=528 -2dyan=1980 -2dxan=156 -manwear=model_12853 -womanwear=model_12853 -recol1s=17797 -recol1d=22131 -recol2s=23080 -recol2d=28341 -name=Porcelain cup -womanwearoff=3,-11,6 -param=param_59,1 - -// 7733 -[obj_7733] -cost=10 -iop2=Drink -iop3=Empty -model=model_12328 -2dxof=-1 -2dyof=-2 -2dzoom=528 -2dyan=1980 -2dxan=156 -members=yes -manwear=model_12853 -womanwear=model_12853 -recol1s=13675 -recol1d=6336 -recol2s=17797 -recol2d=22131 -recol3s=23080 -recol3d=28341 -name=Cup of tea -womanwearoff=3,-11,6 -param=param_59,1 - -// 7734 -[obj_7734] -cost=10 -iop2=Drink -iop3=Empty -model=model_12328 -2dxof=-1 -2dyof=-2 -2dzoom=528 -2dyan=1980 -2dxan=156 -members=yes -manwear=model_12853 -womanwear=model_12853 -recol1s=13675 -recol1d=17960 -recol2s=17797 -recol2d=22131 -recol3s=23080 -recol3d=28341 -name=Cup of tea -womanwearoff=3,-11,6 -param=param_59,1 - -// 7735 -[obj_7735] -cost=2 -model=model_12327 -members=yes -2dxof=-1 -2dyof=-2 -2dzoom=528 -2dyan=1980 -2dxan=156 -manwear=model_12853 -womanwear=model_12853 -recol1s=17797 -recol1d=32480 -recol2s=23080 -recol2d=28341 -name=Porcelain cup -womanwearoff=3,-11,6 -param=param_59,1 - -// 7736 -[obj_7736] -cost=10 -iop2=Drink -iop3=Empty -model=model_12328 -2dxof=-1 -2dyof=-2 -2dzoom=528 -2dyan=1980 -2dxan=156 -members=yes -manwear=model_12853 -womanwear=model_12853 -recol1s=13675 -recol1d=6336 -recol2s=17797 -recol2d=32480 -recol3s=23080 -recol3d=28341 -name=Cup of tea -womanwearoff=3,-11,6 -param=param_59,1 - -// 7737 -[obj_7737] -cost=10 -iop2=Drink -iop3=Empty -model=model_12328 -2dxof=-1 -2dyof=-2 -2dzoom=528 -2dyan=1980 -2dxan=156 -members=yes -manwear=model_12853 -womanwear=model_12853 -recol1s=13675 -recol1d=17960 -recol2s=17797 -recol2d=32480 -recol3s=23080 -recol3d=28341 -name=Cup of tea -womanwearoff=3,-11,6 -param=param_59,1 - -// 7738 -[obj_7738] -model=model_12330 -2dxof=1 -2dyof=9 -2dzoom=1360 -2dyan=2039 -2dxan=348 -recol1s=1634 -recol1d=1815 -recol2s=448 -recol2d=1554 -name=Tea leaves -certlink=obj_7739 -param=param_59,1 - -// 7739 -[obj_7739] -certlink=obj_7738 -certtemplate=obj_799 - -// 7740 -[obj_7740] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -manwear=model_6098 -womanwear=model_6098 -name=Beer -certlink=obj_7741 -param=param_59,1 - -// 7741 -[obj_7741] -certlink=obj_7740 -certtemplate=obj_799 - -// 7742 -[obj_7742] -cost=2 -model=model_2548 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -manwear=model_8234 -womanwear=model_8234 -name=Beer glass -certlink=obj_7743 -param=param_59,1 - -// 7743 -[obj_7743] -certlink=obj_7742 -certtemplate=obj_799 - -// 7744 -[obj_7744] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -manwear=model_6098 -womanwear=model_6098 -recol1s=26112 -recol1d=21856 -recol2s=32454 -recol2d=26050 -name=Asgarnian ale -certlink=obj_7745 -param=param_59,1 - -// 7745 -[obj_7745] -certlink=obj_7744 -certtemplate=obj_799 - -// 7746 -[obj_7746] -cost=2 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -manwear=model_6098 -womanwear=model_6098 -recol1s=26112 -recol1d=24034 -recol2s=32454 -recol2d=26148 -name=Greenman's ale -certlink=obj_7747 -param=param_59,1 - -// 7747 -[obj_7747] -certlink=obj_7746 -certtemplate=obj_799 - -// 7748 -[obj_7748] -cost=2 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -manwear=model_6098 -womanwear=model_6098 -recol1s=26112 -recol1d=18464 -recol2s=32454 -recol2d=19488 -name=Dragon bitter -certlink=obj_7749 -param=param_59,1 - -// 7749 -[obj_7749] -certlink=obj_7748 -certtemplate=obj_799 - -// 7750 -[obj_7750] -cost=5 -iop1=Drink -members=yes -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -manwear=model_6098 -womanwear=model_6098 -recol1s=26112 -recol1d=22196 -recol2s=32454 -recol2d=23253 -name=Moonlight mead -certlink=obj_7751 -param=param_59,1 - -// 7751 -[obj_7751] -certlink=obj_7750 -certtemplate=obj_799 - -// 7752 -[obj_7752] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -manwear=model_6098 -womanwear=model_6098 -recol1s=26112 -recol1d=20064 -recol2s=32454 -recol2d=21123 -name=Cider -certlink=obj_7753 -param=param_59,1 - -// 7753 -[obj_7753] -certlink=obj_7752 -certtemplate=obj_799 - -// 7754 -[obj_7754] -cost=2 -iop1=Drink -model=model_2491 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -manwear=model_6098 -womanwear=model_6098 -recol1s=26112 -recol1d=26274 -recol2s=32454 -recol2d=28388 -name=Chef's delight -certlink=obj_7755 -param=param_59,1 - -// 7755 -[obj_7755] -certlink=obj_7754 -certtemplate=obj_799 - -// 7756 -[obj_7756] -manwear=model_12814 -womanwear=model_12814 -model=model_12814 -name=Paintbrush -womanwearoff=0,6,0 -certlink=obj_7757 - -// 7757 -[obj_7757] -certlink=obj_7756 -certtemplate=obj_799 - -// 7758 -[obj_7758] -model=model_2608 -2dyof=-1 -2dzoom=590 -2dyan=1136 -2dxan=652 -members=yes -manwear=model_12815 -womanwear=model_12815 -name=Rusty sword -womanwearoff=0,6,0 - -// 7759 -[obj_7759] -model=model_12301 -2dxof=-4 -2dyof=13 -2dzoom=1872 -2dyan=1874 -2dxan=318 -members=yes -cost=10 -iop1=Wind -stockmarket=yes -name=Toy soldier -certlink=obj_7760 - -// 7760 -[obj_7760] -certlink=obj_7759 -certtemplate=obj_799 - -// 7761 -[obj_7761] -model=model_12301 -2dxof=-4 -2dyof=13 -2dzoom=1872 -2dyan=1874 -2dxan=318 -members=yes -cost=10 -iop5=Release -stockmarket=yes -name=Toy soldier (wound) -certlink=obj_7762 - -// 7762 -[obj_7762] -certlink=obj_7761 -certtemplate=obj_799 - -// 7763 -[obj_7763] -model=model_12299 -2dxof=-5 -2dyof=16 -2dzoom=1616 -2dyan=1889 -2dxan=354 -members=yes -cost=10 -iop1=Wind -stockmarket=yes -name=Toy doll -certlink=obj_7764 - -// 7764 -[obj_7764] -certlink=obj_7763 -certtemplate=obj_799 - -// 7765 -[obj_7765] -model=model_12299 -2dxof=-5 -2dyof=16 -2dzoom=1616 -2dyan=1889 -2dxan=354 -members=yes -cost=10 -iop5=Release -stockmarket=yes -name=Toy doll (wound) -certlink=obj_7766 - -// 7766 -[obj_7766] -certlink=obj_7765 -certtemplate=obj_799 - -// 7767 -[obj_7767] -model=model_12300 -2dxof=8 -2dyof=1 -2dzoom=1616 -2dyan=1853 -2dxan=135 -members=yes -cost=10 -iop1=Wind -stockmarket=yes -name=Toy mouse -certlink=obj_7768 - -// 7768 -[obj_7768] -certlink=obj_7767 -certtemplate=obj_799 - -// 7769 -[obj_7769] -model=model_12300 -2dxof=8 -2dyof=1 -2dzoom=1616 -2dyan=1853 -2dxan=135 -members=yes -cost=10 -iop5=Release -stockmarket=yes -name=Toy mouse (wound) -certlink=obj_7770 - -// 7770 -[obj_7770] -certlink=obj_7769 -certtemplate=obj_799 - -// 7771 -[obj_7771] -model=model_34083 -2dxof=-1 -2dyof=-5 -2dzoom=400 -2dyan=1865 -2dxan=42 -members=yes -cost=10 -iop5=Release -stockmarket=yes -name=Clockwork cat -certlink=obj_7772 - -// 7772 -[obj_7772] -certlink=obj_7771 -certtemplate=obj_799 - -// 7773 -[obj_7773] -model=model_14130 -manwear=model_14169 -womanwear=model_14169 -2dxof=46 -2dyof=26 -2dzoom=1632 -2dyan=263 -2dzan=111 -2dxan=664 -members=yes -recol1s=5217 -recol1d=6403 -name=Branch -womanwearoff=3,-11,6 - -// 7774 -[obj_7774] -model=model_14131 -2dxof=5 -2dyof=-3 -2dzoom=789 -2dyan=111 -2dzan=28 -2dxan=304 -iop1=Look-at -iop5=Destroy -members=yes -name=Reward token - -// 7775 -[obj_7775] -model=model_14131 -2dxof=5 -2dyof=-3 -2dzoom=789 -2dyan=111 -2dzan=28 -2dxan=304 -iop1=Look-at -iop5=Destroy -members=yes -recol1s=32614 -recol1d=23782 -recol2s=28367 -recol2d=16485 -name=Reward token - -// 7776 -[obj_7776] -model=model_14131 -2dxof=5 -2dyof=-3 -2dzoom=789 -2dyan=111 -2dzan=28 -2dxan=304 -iop1=Look-at -iop5=Destroy -members=yes -recol1s=32614 -recol1d=8574 -recol2s=28367 -recol2d=16989 -name=Reward token - -// 7777 -[obj_7777] -model=model_1842 -manwear=model_10131 -womanwear=model_10131 -2dxof=-5 -2dyof=-30 -2dzoom=1249 -2dyan=1976 -2dxan=188 -members=yes -recol1s=11524 -recol1d=7396 -recol2s=9410 -recol2d=4259 -name=Long vine -womanwearoff=3,-11,6 - -// 7778 -[obj_7778] -model=model_14132 -manwear=model_14170 -womanwear=model_14170 -2dxof=-5 -2dyof=-30 -2dzoom=1249 -2dyan=1976 -2dxan=188 -members=yes -name=Short vine - -// 7779 -[obj_7779] -cost=5000 -model=model_14137 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -recol4s=22087 -recol4d=16878 -recol5s=25190 -recol5d=11629 -name=Fishing tome - -// 7780 -[obj_7780] -cost=5000 -model=model_14137 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=13669 -recol2s=8386 -recol2d=15783 -name=Fishing tome - -// 7781 -[obj_7781] -cost=5000 -model=model_14137 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=11393 -recol2s=8386 -recol2d=13507 -recol3s=18981 -recol3d=19879 -recol4s=22087 -recol4d=20970 -recol5s=25190 -recol5d=16644 -name=Fishing tome - -// 7782 -[obj_7782] -cost=5000 -model=model_14135 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -recol4s=22087 -recol4d=16878 -recol5s=25190 -recol5d=11629 -name=Agility tome - -// 7783 -[obj_7783] -cost=5000 -model=model_14135 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=13669 -recol2s=8386 -recol2d=15783 -name=Agility tome - -// 7784 -[obj_7784] -cost=5000 -model=model_14135 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=11393 -recol2s=8386 -recol2d=13507 -recol3s=18981 -recol3d=19879 -recol4s=22087 -recol4d=20970 -recol5s=25190 -recol5d=16644 -name=Agility tome - -// 7785 -[obj_7785] -cost=5000 -model=model_14140 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -recol4s=22087 -recol4d=16878 -recol5s=25190 -recol5d=11629 -name=Thieving tome - -// 7786 -[obj_7786] -cost=5000 -model=model_14140 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=13669 -recol2s=8386 -recol2d=15783 -name=Thieving tome - -// 7787 -[obj_7787] -cost=5000 -model=model_14140 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=11393 -recol2s=8386 -recol2d=13507 -recol3s=18981 -recol3d=19879 -recol4s=22087 -recol4d=20970 -recol5s=25190 -recol5d=16644 -name=Thieving tome - -// 7788 -[obj_7788] -cost=5000 -model=model_14139 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -recol4s=22087 -recol4d=16878 -recol5s=25190 -recol5d=11629 -name=Slayer tome - -// 7789 -[obj_7789] -cost=5000 -model=model_14139 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=13669 -recol2s=8386 -recol2d=15783 -name=Slayer tome - -// 7790 -[obj_7790] -cost=5000 -model=model_14139 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=11393 -recol2s=8386 -recol2d=13507 -recol3s=18981 -recol3d=19879 -recol4s=22087 -recol4d=20970 -recol5s=25190 -recol5d=16644 -name=Slayer tome - -// 7791 -[obj_7791] -cost=5000 -model=model_14138 -2dyof=1 -2dzoom=724 -2dyan=88 -2dxan=299 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -recol4s=22087 -recol4d=16878 -recol5s=25190 -recol5d=11629 -name=Mining tome - -// 7792 -[obj_7792] -cost=5000 -model=model_14138 -2dyof=1 -2dzoom=724 -2dyan=88 -2dxan=299 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=13669 -recol2s=8386 -recol2d=15783 -name=Mining tome - -// 7793 -[obj_7793] -cost=5000 -model=model_14138 -2dyof=1 -2dzoom=724 -2dyan=88 -2dxan=299 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=11393 -recol2s=8386 -recol2d=13507 -recol3s=18981 -recol3d=19879 -recol4s=22087 -recol4d=20970 -recol5s=25190 -recol5d=16644 -name=Mining tome - -// 7794 -[obj_7794] -cost=5000 -model=model_14136 -2dxof=1 -2dyof=3 -2dzoom=735 -2dyan=61 -2dxan=329 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -recol4s=22087 -recol4d=16878 -recol5s=25190 -recol5d=11629 -name=Firemaking tome - -// 7795 -[obj_7795] -cost=5000 -model=model_14136 -2dxof=1 -2dyof=3 -2dzoom=735 -2dyan=61 -2dxan=329 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=13669 -recol2s=8386 -recol2d=15783 -name=Firemaking tome - -// 7796 -[obj_7796] -cost=5000 -model=model_14136 -2dxof=1 -2dyof=3 -2dzoom=735 -2dyan=61 -2dxan=329 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=11393 -recol2s=8386 -recol2d=13507 -recol3s=18981 -recol3d=19879 -recol4s=22087 -recol4d=20970 -recol5s=25190 -recol5d=16644 -name=Firemaking tome - -// 7797 -[obj_7797] -cost=5000 -model=model_14141 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -recol4s=22087 -recol4d=16878 -recol5s=25190 -recol5d=11629 -name=Woodcutting tome - -// 7798 -[obj_7798] -cost=5000 -model=model_14141 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=13669 -recol2s=8386 -recol2d=15783 -name=Woodcutting tome - -// 7799 -[obj_7799] -cost=5000 -model=model_14141 -2dxof=1 -2dyof=15 -2dzoom=724 -2dyan=82 -2dxan=290 -ambient=10 -members=yes -iop1=Read -recol1s=6306 -recol1d=11393 -recol2s=8386 -recol2d=13507 -recol3s=18981 -recol3d=19879 -recol4s=22087 -recol4d=20970 -recol5s=25190 -recol5d=16644 -name=Woodcutting tome - -// 7800 -[obj_7800] -model=model_14142 -2dxof=-9 -2dzoom=2256 -2dyan=123 -2dxan=81 -members=yes -name=Snail shell - -// 7801 -[obj_7801] -model=model_8861 -2dxof=3 -2dzoom=1500 -2dyan=4 -2dxan=328 -cost=35 -members=yes -stockmarket=yes -recol1s=32758 -recol1d=15975 -recol2s=5283 -recol2d=10664 -recol3s=9509 -recol3d=9576 -recol4s=13737 -recol4d=8519 -recol5s=16906 -recol5d=25190 -name=Snake hide -certlink=obj_7802 - -// 7802 -[obj_7802] -certlink=obj_7801 -certtemplate=obj_799 - -// 7803 -[obj_7803] -iop2=Wear -model=model_14179 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -manwear=model_9606 -womanwear=model_9459 -name=Yin yang amulet - -// 7804 -[obj_7804] -members=yes -model=model_5313 -iop2=Wield -manwear=model_2527 -womanwear=model_2527 -2dxof=4 -2dyof=7 -2dzoom=2128 -2dyan=2045 -2dxan=405 -cost=625 -name=Picture -womanwearoff=3,-11,6 -certlink=obj_7805 - -// 7805 -[obj_7805] -certlink=obj_7804 -certtemplate=obj_799 - -// 7806 -[obj_7806] -cost=26 -model=model_5312 -2dyof=3 -2dzoom=2128 -2dyan=6 -2dxan=498 -iop2=Wield -manwear=model_2295 -womanwear=model_2295 -members=yes -name=Anger sword -womanwearoff=3,-11,6 -param=param_59,1 - -// 7807 -[obj_7807] -cost=182 -model=model_4303 -2dxof=-1 -2dyof=1 -2dzoom=2256 -2dyan=519 -2dxan=1646 -iop2=Wield -manwear=model_1837 -womanwear=model_1837 -members=yes -name=Anger battleaxe -womanwearoff=3,-11,6 -param=param_59,1 - -// 7808 -[obj_7808] -cost=18 -iop2=Wield -manwear=model_1898 -womanwear=model_1898 -model=model_4450 -2dxof=1 -2dyof=98 -2dzoom=1872 -2dyan=1994 -2dxan=294 -members=yes -name=Anger mace -womanwearoff=3,-11,6 -param=param_59,1 - -// 7809 -[obj_7809] -members=yes -cost=26 -model=model_4616 -iop2=Wield -manwear=model_2224 -womanwear=model_2224 -2dxof=1 -2dyof=1 -2dyan=2042 -2dxan=504 -members=yes -name=Anger spear -womanwearoff=3,-11,6 -param=param_59,1 - -// 7810 -[obj_7810] -model=model_2390 -2dxof=1 -2dyof=100 -2dzoom=600 -2dyan=84 -2dxan=260 -cost=1 -iop4=Empty -members=yes -recol1s=32767 -recol1d=7333 -name=Jug of vinegar - -// 7811 -[obj_7811] -model=model_13312 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -cost=0 -iop4=Empty -members=yes -name=Pot of vinegar - -// 7812 -[obj_7812] -model=model_13309 -2dxof=4 -2dzoom=1232 -2dyan=1395 -2dxan=183 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Goblin skull - -// 7813 -[obj_7813] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7814 -[obj_7814] -model=model_13309 -2dxof=4 -2dzoom=1232 -2dyan=1395 -2dxan=183 -members=yes -name=Goblin skull - -// 7815 -[obj_7815] -model=model_5259 -2dxof=-3 -2dyof=15 -2dzoom=1616 -2dyan=1298 -2dxan=108 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Bear ribs - -// 7816 -[obj_7816] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7817 -[obj_7817] -model=model_5259 -2dxof=-3 -2dyof=15 -2dzoom=1616 -2dyan=1298 -2dxan=108 -members=yes -name=Bear ribs - -// 7818 -[obj_7818] -model=model_13313 -2dxof=4 -2dzoom=848 -2dyan=1871 -2dxan=189 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Ram skull - -// 7819 -[obj_7819] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7820 -[obj_7820] -model=model_13313 -2dxof=4 -2dzoom=848 -2dyan=1871 -2dxan=189 -members=yes -name=Ram skull - -// 7821 -[obj_7821] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Unicorn bone - -// 7822 -[obj_7822] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7823 -[obj_7823] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Unicorn bone - -// 7824 -[obj_7824] -model=model_11214 -2dyof=7 -2dzoom=919 -2dyan=42 -2dxan=357 -members=yes -recol1s=25333 -recol1d=20081 -name=Giant rat bone - -// 7825 -[obj_7825] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7826 -[obj_7826] -model=model_11214 -2dyof=7 -2dzoom=919 -2dyan=42 -2dxan=357 -members=yes -name=Giant rat bone - -// 7827 -[obj_7827] -model=model_5258 -2dxof=-7 -2dyof=-2 -2dzoom=1360 -2dyan=204 -2dxan=417 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Giant bat wing - -// 7828 -[obj_7828] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7829 -[obj_7829] -model=model_5258 -2dxof=-7 -2dyof=-2 -2dzoom=1360 -2dyan=204 -2dxan=417 -members=yes -name=Giant bat wing - -// 7830 -[obj_7830] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Wolf bone - -// 7831 -[obj_7831] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7832 -[obj_7832] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Wolf bone - -// 7833 -[obj_7833] -model=model_5258 -2dxof=-7 -2dyof=-2 -2dzoom=1360 -2dyan=204 -2dxan=417 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Bat wing - -// 7834 -[obj_7834] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7835 -[obj_7835] -model=model_5258 -2dxof=-7 -2dyof=-2 -2dzoom=1360 -2dyan=204 -2dxan=417 -members=yes -name=Bat wing - -// 7836 -[obj_7836] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Rat bone - -// 7837 -[obj_7837] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7838 -[obj_7838] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Rat bone - -// 7839 -[obj_7839] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Baby dragon bone - -// 7840 -[obj_7840] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7841 -[obj_7841] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -name=Baby dragon bone - -// 7842 -[obj_7842] -model=model_5259 -2dxof=-3 -2dyof=15 -2dzoom=1616 -2dyan=1298 -2dxan=108 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Ogre ribs - -// 7843 -[obj_7843] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7844 -[obj_7844] -model=model_5259 -2dxof=-3 -2dyof=15 -2dzoom=1616 -2dyan=1298 -2dxan=108 -members=yes -name=Ogre ribs - -// 7845 -[obj_7845] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Jogre bone - -// 7846 -[obj_7846] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7847 -[obj_7847] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Jogre bone - -// 7848 -[obj_7848] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Zogre bone - -// 7849 -[obj_7849] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7850 -[obj_7850] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -name=Zogre bone - -// 7851 -[obj_7851] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Mogre bone - -// 7852 -[obj_7852] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7853 -[obj_7853] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Mogre bone - -// 7854 -[obj_7854] -model=model_13310 -2dxof=8 -2dyof=-81 -2dzoom=784 -2dyan=1247 -2dxan=243 -members=yes -recol1s=25333 -recol1d=20081 -name=Monkey paw - -// 7855 -[obj_7855] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7856 -[obj_7856] -model=model_13310 -2dxof=8 -2dyof=-81 -2dzoom=784 -2dyan=1247 -2dxan=243 -members=yes -name=Monkey paw - -// 7857 -[obj_7857] -model=model_5259 -2dxof=-3 -2dyof=15 -2dzoom=1616 -2dyan=1298 -2dxan=108 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Dagannoth ribs - -// 7858 -[obj_7858] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7859 -[obj_7859] -model=model_5259 -2dxof=-3 -2dyof=15 -2dzoom=1616 -2dyan=1298 -2dxan=108 -members=yes -name=Dagannoth ribs - -// 7860 -[obj_7860] -model=model_13308 -2dxof=-10 -2dyof=11 -2dzoom=1232 -2dyan=1442 -2dxan=354 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Snake spine - -// 7861 -[obj_7861] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7862 -[obj_7862] -model=model_13308 -2dxof=-10 -2dyof=11 -2dzoom=1232 -2dyan=1442 -2dxan=354 -members=yes -name=Snake spine - -// 7863 -[obj_7863] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Zombie bone - -// 7864 -[obj_7864] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7865 -[obj_7865] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -name=Zombie bone - -// 7866 -[obj_7866] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Werewolf bone - -// 7867 -[obj_7867] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7868 -[obj_7868] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -name=Werewolf bone - -// 7869 -[obj_7869] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Moss giant bone - -// 7870 -[obj_7870] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7871 -[obj_7871] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Moss giant bone - -// 7872 -[obj_7872] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Fire giant bone - -// 7873 -[obj_7873] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7874 -[obj_7874] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -name=Fire giant bone - -// 7875 -[obj_7875] -model=model_5259 -2dxof=-3 -2dyof=15 -2dzoom=1616 -2dyan=1298 -2dxan=108 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Ice giant ribs - -// 7876 -[obj_7876] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7877 -[obj_7877] -model=model_5259 -2dxof=-3 -2dyof=15 -2dzoom=1616 -2dyan=1298 -2dxan=108 -members=yes -name=Ice giant ribs - -// 7878 -[obj_7878] -model=model_5258 -2dxof=-7 -2dyof=-2 -2dzoom=1360 -2dyan=204 -2dxan=417 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Terrorbird wing - -// 7879 -[obj_7879] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7880 -[obj_7880] -model=model_5258 -2dxof=-7 -2dyof=-2 -2dzoom=1360 -2dyan=204 -2dxan=417 -members=yes -name=Terrorbird wing - -// 7881 -[obj_7881] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Ghoul bone - -// 7882 -[obj_7882] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7883 -[obj_7883] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Ghoul bone - -// 7884 -[obj_7884] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Troll bone - -// 7885 -[obj_7885] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7886 -[obj_7886] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -name=Troll bone - -// 7887 -[obj_7887] -model=model_5258 -2dxof=-7 -2dyof=-2 -2dzoom=1360 -2dyan=204 -2dxan=417 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Seagull wing - -// 7888 -[obj_7888] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7889 -[obj_7889] -model=model_5258 -2dxof=-7 -2dyof=-2 -2dzoom=1360 -2dyan=204 -2dxan=417 -members=yes -name=Seagull wing - -// 7890 -[obj_7890] -model=model_5259 -2dxof=-3 -2dyof=15 -2dzoom=1616 -2dyan=1298 -2dxan=108 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Undead cow ribs - -// 7891 -[obj_7891] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7892 -[obj_7892] -model=model_5259 -2dxof=-3 -2dyof=15 -2dzoom=1616 -2dyan=1298 -2dxan=108 -members=yes -name=Undead cow ribs - -// 7893 -[obj_7893] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Experiment bone - -// 7894 -[obj_7894] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7895 -[obj_7895] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Experiment bone - -// 7896 -[obj_7896] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Rabbit bone - -// 7897 -[obj_7897] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7898 -[obj_7898] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Rabbit bone - -// 7899 -[obj_7899] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Basilisk bone - -// 7900 -[obj_7900] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7901 -[obj_7901] -model=model_9864 -2dxof=1 -2dyof=6 -2dzoom=1360 -2dyan=330 -2dxan=387 -members=yes -name=Basilisk bone - -// 7902 -[obj_7902] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Desert lizard bone - -// 7903 -[obj_7903] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7904 -[obj_7904] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Desert lizard bone - -// 7905 -[obj_7905] -model=model_13309 -2dxof=4 -2dzoom=1232 -2dyan=1395 -2dxan=183 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Cave goblin skull - -// 7906 -[obj_7906] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7907 -[obj_7907] -model=model_13309 -2dxof=4 -2dzoom=1232 -2dyan=1395 -2dxan=183 -members=yes -name=Cave goblin skull - -// 7908 -[obj_7908] -model=model_5022 -2dxof=6 -2dzoom=1424 -2dyan=1688 -2dxan=297 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Big frog leg - -// 7909 -[obj_7909] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7910 -[obj_7910] -model=model_5022 -2dxof=6 -2dzoom=1424 -2dyan=1688 -2dxan=297 -members=yes -name=Big frog leg - -// 7911 -[obj_7911] -model=model_5258 -2dxof=-7 -2dyof=-2 -2dzoom=1360 -2dyan=204 -2dxan=417 -members=yes -recol1s=25333 -recol1d=20081 -recol2s=28468 -recol2d=16910 -name=Vulture wing - -// 7912 -[obj_7912] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7913 -[obj_7913] -model=model_5258 -2dxof=-7 -2dyof=-2 -2dzoom=1360 -2dyan=204 -2dxan=417 -members=yes -name=Vulture wing - -// 7914 -[obj_7914] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -recol1s=25333 -recol1d=20081 -name=Jackal bone - -// 7915 -[obj_7915] -model=model_13311 -2dyof=-4 -2dzoom=1360 -2dyan=1601 -2dxan=186 -cost=0 -iop4=Empty -members=yes -name=Bone in vinegar - -// 7916 -[obj_7916] -model=model_9333 -2dzoom=720 -2dyan=1694 -2dxan=351 -members=yes -name=Jackal bone - -// 7917 -[obj_7917] -cost=1 -model=model_13314 -2dzoom=848 -2dyan=228 -2dxan=1982 -iop2=Wear -members=yes -manwear=model_2855 -womanwear=model_4987 -manhead=model_39548 -womanhead=model_38858 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_39694 -womanhead2=model_39101 -name=Ram skull helm - -// 7918 -[obj_7918] -members=yes -iop2=Wear -model=model_9863 -2dxof=7 -2dyof=-10 -2dzoom=1616 -2dyan=1271 -2dxan=135 -iop2=Wear -manwear=model_4986 -womanwear=model_5021 -cost=1 -name=Bonesack - -// 7919 -[obj_7919] -model=model_2660 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -cost=500 -iop1=Drink -members=yes -stockmarket=yes -recol1s=11328 -recol1d=21664 -name=Bottle of wine -certlink=obj_7920 - -// 7920 -[obj_7920] -certlink=obj_7919 -certtemplate=obj_799 - -// 7921 -[obj_7921] -model=model_2660 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -cost=1 -members=yes -recol1s=11328 -recol1d=26461 -name=Empty wine bottle - -// 7922 -[obj_7922] -model=model_14385 -2dxof=3 -2dyof=-77 -2dzoom=724 -2dyan=138 -2dzan=194 -2dxan=263 -iop1=Read -name=Al kharid flyer - -// 7923 -[obj_7923] -dummyitem=2 -model=model_9033 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes -recol1s=10368 -recol1d=11556 - -// 7924 -[obj_7924] -dummyitem=2 -model=model_9034 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes -recol1s=10368 -recol1d=11556 - -// 7925 -[obj_7925] -dummyitem=2 -model=model_9035 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes -recol1s=10368 -recol1d=11556 - -// 7926 -[obj_7926] -dummyitem=2 -model=model_2616 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes -recol1s=10368 -recol1d=11556 - -// 7927 -[obj_7927] -model=model_14393 -2dxof=-11 -2dyof=-11 -2dzoom=1049 -2dyan=194 -2dxan=581 -iop2=Wear -name=Easter ring - -// 7928 -[obj_7928] -model=model_14410 -2dyof=-1 -2dzoom=789 -2dyan=166 -iop1=Eat -name=Easter egg - -// 7929 -[obj_7929] -model=model_14411 -2dyof=-1 -2dzoom=789 -2dyan=166 -iop1=Eat -name=Easter egg - -// 7930 -[obj_7930] -model=model_14412 -2dyof=-1 -2dzoom=789 -2dyan=1632 -iop1=Eat -name=Easter egg - -// 7931 -[obj_7931] -model=model_14413 -2dzoom=789 -2dyan=41 -iop1=Eat -name=Easter egg - -// 7932 -[obj_7932] -model=model_14414 -2dzoom=789 -2dyan=1411 -iop1=Eat -name=Easter egg - -// 7933 -[obj_7933] -model=model_14415 -2dzoom=789 -2dyan=1425 -2dxan=124 -iop1=Eat -name=Easter egg - -// 7934 -[obj_7934] -cost=390 -model=model_14443 -2dxof=-1 -2dzoom=1243 -2dxan=373 -iop1=Eat -members=yes -stockmarket=yes -name=Field ration -certlink=obj_7935 - -// 7935 -[obj_7935] -certlink=obj_7934 -certtemplate=obj_799 - -// 7936 -[obj_7936] -cost=4 -model=model_2349 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -stockmarket=yes -recol1s=16846 -recol1d=21074 -name=Pure essence -certlink=obj_7937 - -// 7937 -[obj_7937] -certlink=obj_7936 -certtemplate=obj_799 - -// 7938 -[obj_7938] -cost=4 -model=model_16837 -2dxof=7 -2dyof=-3 -2dzoom=1360 -2dyan=696 -2dxan=501 -recol1s=11488 -recol1d=6476 -name=Bob - -// 7939 -[obj_7939] -model=model_14823 -members=yes -cost=1000 -2dyof=41 -2dzoom=1232 -2dyan=81 -2dxan=285 -ambient=10 -contrast=10 -stockmarket=yes -name=Tortoise shell -certlink=obj_7940 - -// 7940 -[obj_7940] -certlink=obj_7939 -certtemplate=obj_799 - -// 7941 -[obj_7941] -cost=30 -model=model_14871 -2dxof=1 -2dyof=-3 -2dzoom=2098 -2dyan=1631 -2dxan=252 -members=yes -name=Iron sheet - -// 7942 -[obj_7942] -model=model_14872 -cost=10 -2dxof=7 -2dyof=-43 -2dzoom=1600 -2dyan=2012 -2dxan=189 -members=yes -recol1s=8389 -recol1d=12485 -recol2s=10469 -recol2d=14565 -recol3s=11526 -recol3d=15622 -recol4s=12582 -recol4d=16678 -name=Fresh monkfish - -// 7943 -[obj_7943] -model=model_14872 -2dxof=7 -2dyof=-43 -2dzoom=1600 -2dyan=2012 -2dxan=189 -cost=10 -iop1=Eat -members=yes -name=Fresh monkfish - -// 7944 -[obj_7944] -model=model_14872 -2dxof=7 -2dyof=-43 -2dzoom=1600 -2dyan=2012 -2dxan=189 -cost=230 -members=yes -stockmarket=yes -recol1s=8389 -recol1d=12485 -recol2s=10469 -recol2d=14565 -recol3s=11526 -recol3d=15622 -recol4s=12582 -recol4d=16678 -name=Raw monkfish -certlink=obj_7945 - -// 7945 -[obj_7945] -certlink=obj_7944 -certtemplate=obj_799 - -// 7946 -[obj_7946] -model=model_14872 -2dxof=7 -2dyof=-43 -2dzoom=1600 -2dyan=2012 -2dxan=189 -cost=230 -iop1=Eat -members=yes -stockmarket=yes -recol1s=16846 -recol1d=18827 -recol2s=28407 -recol2d=22031 -name=Monkfish -certlink=obj_7947 - -// 7947 -[obj_7947] -certlink=obj_7946 -certtemplate=obj_799 - -// 7948 -[obj_7948] -model=model_14872 -2dxof=7 -2dyof=-43 -2dzoom=1600 -2dyan=2012 -2dxan=189 -cost=3 -members=yes -recol1s=12582 -recol1d=5250 -recol2s=11526 -recol2d=4193 -recol3s=10469 -recol3d=3136 -recol4s=8389 -recol4d=2080 -recol5s=13543 -recol5d=7201 -recol6s=22924 -recol6d=14534 -name=Burnt monkfish -certlink=obj_7949 - -// 7949 -[obj_7949] -certlink=obj_7948 -certtemplate=obj_799 - -// 7950 -[obj_7950] -model=model_5641 -cost=30 -2dxof=-1 -2dyof=2 -2dzoom=990 -2dyan=8 -2dxan=112 -iop4=Open -members=yes -recol1s=16675 -recol1d=12613 -recol2s=14561 -recol2d=10499 -recol3s=12448 -recol3d=10464 -recol4s=10336 -recol4d=9408 -recol5s=8224 -recol5d=8352 -name=Bone seeds - -// 7951 -[obj_7951] -model=model_2633 -2dxof=1 -2dyof=22 -2dzoom=860 -2dyan=120 -2dxan=276 -members=yes -iop1=Read -recol1s=13504 -recol1d=12579 -name=Herman's book - -// 7952 -[obj_7952] -iop2=Wield -model=model_14926 -2dxof=1 -2dyof=24 -2dzoom=1114 -2dyan=1162 -2dxan=387 -manwear=model_14925 -womanwear=model_14925 -cost=1 -members=yes -name=Picture -womanwearoff=0,6,0 -certlink=obj_7953 - -// 7953 -[obj_7953] -certlink=obj_7952 -certtemplate=obj_799 - -// 7954 -[obj_7954] -model=model_2590 -2dzoom=950 -2dyan=552 -2dxan=272 -cost=1 -recol1s=32288 -recol1d=11561 -recol2s=32096 -recol2d=7399 -name=Burnt shrimp -certlink=obj_7955 - -// 7955 -[obj_7955] -certlink=obj_7954 -certtemplate=obj_799 - -// 7956 -[obj_7956] -model=model_14976 -2dzoom=720 -2dyan=1640 -2dxan=135 -cost=50 -iop1=Open -name=Casket - -// 7957 -[obj_7957] -model=model_14986 -name=White apron - -// 7958 -[obj_7958] -members=yes -model=model_15039 -2dxof=-46 -2dyof=-7 -2dzoom=2250 -2dyan=140 -2dzan=1816 -cost=10 -iop5=Destroy -name=Mining prop - -// 7959 -[obj_7959] -members=yes -model=model_15032 -2dyof=-1 -2dyan=1848 -2dxan=124 -cost=10 -iop5=Destroy -name=Heavy box - -// 7960 -[obj_7960] -members=yes -model=model_15032 -2dyof=-1 -2dyan=1848 -2dxan=124 -cost=10 -name=Empty box - -// 7961 -[obj_7961] -members=yes -model=model_15033 -2dxof=3 -2dyof=45 -2dzoom=740 -2dyan=76 -2dxan=264 -iop1=Read -cost=10 -name=Burnt diary - -// 7962 -[obj_7962] -members=yes -model=model_15034 -2dxof=3 -2dyof=45 -2dzoom=740 -2dyan=76 -2dxan=264 -iop1=Read -cost=10 -name=Burnt diary - -// 7963 -[obj_7963] -members=yes -model=model_15035 -2dxof=3 -2dyof=45 -2dzoom=740 -2dyan=76 -2dxan=264 -iop1=Read -cost=10 -name=Burnt diary - -// 7964 -[obj_7964] -members=yes -model=model_15036 -2dxof=3 -2dyof=45 -2dzoom=740 -2dyan=76 -2dxan=264 -iop1=Read -cost=10 -name=Burnt diary - -// 7965 -[obj_7965] -members=yes -model=model_15037 -2dxof=3 -2dyof=45 -2dzoom=740 -2dyan=76 -2dxan=264 -iop1=Read -cost=10 -name=Burnt diary - -// 7966 -[obj_7966] -members=yes -model=model_10013 -2dyof=7 -2dzoom=960 -2dyan=184 -2dxan=316 -iop1=Read -cost=10 -iop5=Destroy -name=Letter - -// 7967 -[obj_7967] -model=model_15075 -2dxof=-4 -2dzoom=2550 -2dyan=1832 -2dxan=96 -members=yes -cost=5 -name=Engine - -// 7968 -[obj_7968] -model=model_10347 -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -members=yes -ambient=10 -iop1=Read -cost=10 -iop5=Destroy -name=Scroll - -// 7969 -[obj_7969] -model=model_15038 -2dxof=1 -2dyof=-13 -2dzoom=1560 -2dyan=1740 -2dxan=100 -members=yes -ambient=10 -cost=5 -name=Pulley beam - -// 7970 -[obj_7970] -model=model_15045 -2dxof=-7 -2dyof=10 -2dzoom=2790 -2dxan=292 -members=yes -ambient=10 -cost=5 -name=Long pulley beam - -// 7971 -[obj_7971] -model=model_15046 -2dxof=-29 -2dyof=-2 -2dzoom=2320 -2dyan=2032 -2dzan=1992 -2dxan=408 -members=yes -ambient=10 -cost=5 -name=Longer pulley beam - -// 7972 -[obj_7972] -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop1=Read -cost=5 -recol1s=13504 -recol1d=10435 -recol2s=21120 -recol2d=8321 -recol3s=16846 -recol3d=8321 -recol4s=32759 -recol4d=19020 -name=Lift manual - -// 7973 -[obj_7973] -model=model_15047 -2dyof=-13 -2dzoom=1440 -2dyan=1716 -2dxan=160 -members=yes -ambient=15 -cost=5 -name=Beam - -// 7974 -[obj_7974] -cost=10 -members=yes -model=model_2536 -2dxof=2 -2dzoom=830 -2dyan=776 -2dxan=1132 -iop1=Ring -recol1s=22176 -recol1d=28407 -name=Servant bell - -// 7975 -[obj_7975] -model=model_12343 -members=yes -cost=1000 -2dxof=-1 -2dyof=13 -2dzoom=2384 -2dyan=246 -2dxan=339 -name=Crawling hand - -// 7976 -[obj_7976] -model=model_12341 -members=yes -cost=2000 -2dxof=-8 -2dyof=1 -2dzoom=1872 -2dyan=1964 -2dxan=603 -name=Cockatrice head - -// 7977 -[obj_7977] -model=model_12337 -members=yes -cost=4000 -2dzoom=1488 -2dxan=147 -name=Basilisk head - -// 7978 -[obj_7978] -model=model_12349 -members=yes -cost=6000 -2dxof=-4 -2dyof=-8 -2dzoom=1616 -2dyan=2019 -2dxan=539 -name=Kurask head - -// 7979 -[obj_7979] -model=model_12335 -members=yes -cost=12000 -2dyan=321 -2dxan=648 -name=Abyssal head - -// 7980 -[obj_7980] -model=model_12347 -members=yes -cost=50000 -2dxof=-1 -2dyof=1 -2dzoom=2128 -2dyan=45 -2dxan=444 -recol1s=16846 -recol1d=2114 -name=Kbd heads - -// 7981 -[obj_7981] -model=model_24590 -members=yes -cost=50000 -2dxof=-11 -2dyof=-22 -2dzoom=1901 -2dyan=1881 -2dxan=111 -name=Kq head - -// 7982 -[obj_7982] -model=model_12344 -members=yes -2dxof=-1 -2dyof=13 -2dzoom=2128 -2dyan=246 -2dxan=339 -cost=1000 -name=Crawling hand - -// 7983 -[obj_7983] -model=model_12342 -members=yes -2dxof=-8 -2dyof=1 -2dzoom=1872 -2dyan=255 -2dxan=510 -cost=2000 -name=Cockatrice head - -// 7984 -[obj_7984] -model=model_12338 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=1488 -2dyan=2045 -2dxan=75 -cost=4000 -name=Basilisk head - -// 7985 -[obj_7985] -model=model_12350 -members=yes -2dxof=5 -2dyof=-9 -2dzoom=1488 -2dzan=138 -2dxan=608 -cost=6000 -name=Kurask head - -// 7986 -[obj_7986] -model=model_12336 -members=yes -2dyan=402 -2dxan=624 -cost=12000 -name=Abyssal head - -// 7987 -[obj_7987] -model=model_12348 -members=yes -2dxof=-1 -2dyof=1 -2dzoom=2151 -2dyan=69 -2dxan=567 -cost=50000 -recol1s=16846 -recol1d=2114 -name=Kbd heads - -// 7988 -[obj_7988] -members=yes -model=model_24589 -2dxof=-11 -2dyof=-27 -2dzoom=2285 -2dyan=1853 -2dxan=111 -cost=50000 -name=Kq head - -// 7989 -[obj_7989] -model=model_12339 -2dxof=-3 -2dzoom=1852 -2dyan=1920 -2dxan=464 -cost=120 -members=yes -cost=1000 -name=Big bass - -// 7990 -[obj_7990] -model=model_12340 -2dyof=3 -2dzoom=1724 -2dyan=1920 -2dxan=464 -cost=120 -members=yes -cost=1000 -name=Big bass - -// 7991 -[obj_7991] -model=model_12353 -2dxof=-4 -2dzoom=1710 -2dyan=1723 -2dxan=572 -cost=200 -members=yes -cost=2500 -name=Big swordfish - -// 7992 -[obj_7992] -model=model_12354 -2dxof=-14 -2dyof=24 -2dzoom=1710 -2dyan=1903 -2dxan=356 -cost=200 -members=yes -cost=2500 -name=Big swordfish - -// 7993 -[obj_7993] -model=model_12351 -2dxof=5 -2dyof=20 -2dzoom=1860 -2dyan=12 -2dxan=344 -cost=300 -members=yes -cost=5000 -name=Big shark - -// 7994 -[obj_7994] -model=model_12352 -2dxof=5 -2dyof=20 -2dzoom=1860 -2dyan=12 -2dxan=344 -cost=300 -members=yes -cost=5000 -name=Big shark - -// 7995 -[obj_7995] -model=model_12308 -members=yes -cost=1000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Arthur portrait - -// 7996 -[obj_7996] -model=model_12308 -members=yes -cost=1000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Elena portrait - -// 7997 -[obj_7997] -model=model_12308 -members=yes -cost=1000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Keldagrim portrait - -// 7998 -[obj_7998] -model=model_12308 -members=yes -cost=1000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Misc. portrait - -// 7999 -[obj_7999] -model=model_12308 -members=yes -cost=2000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Desert painting - -// 8000 -[obj_8000] -model=model_12308 -members=yes -cost=2000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Isafdar painting - -// 8001 -[obj_8001] -model=model_12308 -members=yes -cost=2000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Karamja painting - -// 8002 -[obj_8002] -model=model_12308 -members=yes -cost=2000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Lumbridge painting - -// 8003 -[obj_8003] -model=model_12308 -members=yes -cost=2000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Morytania painting - -// 8004 -[obj_8004] -model=model_12308 -members=yes -cost=1000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Small map - -// 8005 -[obj_8005] -model=model_12308 -members=yes -cost=1000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Medium map - -// 8006 -[obj_8006] -model=model_12308 -members=yes -cost=1000 -2dxof=-1 -2dyof=7 -2dzoom=1503 -2dyan=24 -2dxan=399 -name=Large map - -// 8007 -[obj_8007] -model=model_12325 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Varrock teleport - -// 8008 -[obj_8008] -model=model_12322 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Lumbridge teleport - -// 8009 -[obj_8009] -model=model_12321 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Falador teleport - -// 8010 -[obj_8010] -model=model_12314 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Camelot teleport - -// 8011 -[obj_8011] -model=model_12311 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Ardougne teleport - -// 8012 -[obj_8012] -model=model_12326 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Watchtower t'port - -// 8013 -[obj_8013] -model=model_12324 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Teleport to house - -// 8014 -[obj_8014] -model=model_12312 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Bones to bananas - -// 8015 -[obj_8015] -model=model_12313 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Bones to peaches - -// 8016 -[obj_8016] -model=model_12320 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Enchant sapphire - -// 8017 -[obj_8017] -model=model_12317 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Enchant emerald - -// 8018 -[obj_8018] -model=model_12319 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Enchant ruby - -// 8019 -[obj_8019] -model=model_12315 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Enchant diamond - -// 8020 -[obj_8020] -model=model_12316 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Enchant dragonstn. - -// 8021 -[obj_8021] -model=model_12318 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -stockmarket=yes -name=Enchant onyx - -// 8022 -[obj_8022] -model=model_12323 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -name=Telekinetic grab - -// 8023 -[obj_8023] -model=model_12909 -dummyitem=1 -2dxof=-8 -2dyof=25 -2dzoom=2384 -2dyan=585 -2dxan=33 -name=Boxing ring -param=param_211,obj_8778 -param=param_212,6 -param=param_213,obj_8790 -param=param_214,4 - -// 8024 -[obj_8024] -model=model_12966 -dummyitem=1 -2dxof=-8 -2dyof=25 -2dzoom=2256 -2dyan=564 -2dxan=57 -name=Fencing ring -param=param_211,obj_8778 -param=param_212,8 -param=param_213,obj_8790 -param=param_214,6 - -// 8025 -[obj_8025] -model=model_12915 -dummyitem=1 -2dxof=1 -2dyof=25 -2dzoom=2256 -2dyan=489 -2dxan=66 -name=Combat ring -param=param_211,obj_8780 -param=param_212,6 -param=param_213,obj_8790 -param=param_214,6 - -// 8026 -[obj_8026] -model=model_13129 -dummyitem=1 -2dxof=-2 -2dyof=25 -2dzoom=2384 -2dyan=519 -2dxan=99 -name=Ranging pedestals -param=param_211,obj_8780 -param=param_212,8 - -// 8027 -[obj_8027] -model=model_12899 -dummyitem=1 -2dxof=3 -2dyof=-48 -2dzoom=2768 -2dyan=264 -2dxan=207 -name=Balance beam -param=param_211,obj_8780 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,5 - -// 8028 -[obj_8028] -model=model_12178 -dummyitem=1 -2dxof=1 -2dyof=-37 -2dzoom=4304 -2dyan=1826 -2dxan=195 -name=Glove rack -param=param_211,obj_8778 -param=param_212,2 - -// 8029 -[obj_8029] -model=model_12178 -dummyitem=1 -2dxof=1 -2dyof=-37 -2dzoom=4304 -2dyan=1826 -2dxan=195 -name=Weapons rack -param=param_211,obj_8780 -param=param_212,2 - -// 8030 -[obj_8030] -model=model_12178 -dummyitem=1 -2dxof=1 -2dyof=-37 -2dzoom=4304 -2dyan=1826 -2dxan=195 -name=Extra weapons rack -param=param_211,obj_8780 -param=param_212,4 -param=param_213,obj_2353 -param=param_214,4 - -// 8031 -[obj_8031] -model=model_12550 -2dxof=-3 -2dyof=-15 -2dzoom=3682 -2dyan=1892 -2dxan=179 -dummyitem=1 -name=Wooden bed -param=param_211,obj_960 -param=param_212,3 -param=param_213,obj_1539 -param=param_214,3 -param=param_215,obj_8790 -param=param_216,2 - -// 8032 -[obj_8032] -model=model_12397 -2dxof=-3 -2dyof=-15 -2dzoom=3938 -2dyan=1892 -2dxan=179 -dummyitem=1 -name=Oak bed -param=param_211,obj_8778 -param=param_212,3 -param=param_213,obj_8790 -param=param_214,2 - -// 8033 -[obj_8033] -model=model_12395 -2dxof=-3 -2dyof=-15 -2dzoom=5602 -2dyan=1892 -2dxan=179 -dummyitem=1 -name=Large oak bed -param=param_211,obj_8778 -param=param_212,5 -param=param_213,obj_8790 -param=param_214,2 - -// 8034 -[obj_8034] -model=model_12398 -2dxof=-3 -2dyof=-15 -2dzoom=3938 -2dyan=1909 -2dxan=179 -dummyitem=1 -name=Teak bed -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_8790 -param=param_214,2 - -// 8035 -[obj_8035] -model=model_12396 -2dxof=-3 -2dyof=-15 -2dzoom=5730 -2dyan=1892 -2dxan=179 -dummyitem=1 -name=Large teak bed -param=param_211,obj_8780 -param=param_212,5 -param=param_213,obj_8790 -param=param_214,2 - -// 8036 -[obj_8036] -model=model_12394 -2dxof=-3 -2dyof=-15 -2dzoom=5730 -2dyan=1853 -2dxan=69 -dummyitem=1 -name=4-poster -param=param_211,obj_8782 -param=param_212,3 -param=param_213,obj_8790 -param=param_214,2 - -// 8037 -[obj_8037] -model=model_12393 -2dxof=-3 -2dyof=-15 -2dzoom=5730 -2dyan=1853 -2dxan=69 -dummyitem=1 -name=Gilded 4-poster -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_8790 -param=param_214,2 -param=param_215,obj_8784 -param=param_216,2 - -// 8038 -[obj_8038] -model=model_11129 -2dzoom=2914 -2dyan=1886 -2dxan=140 -dummyitem=1 -name=Shoe box -param=param_211,obj_960 -param=param_212,2 -param=param_213,obj_1539 -param=param_214,2 - -// 8039 -[obj_8039] -model=model_12958 -2dzoom=2914 -2dyan=1886 -2dxan=140 -dummyitem=1 -name=Oak drawers -param=param_211,obj_8778 -param=param_212,2 - -// 8040 -[obj_8040] -model=model_11127 -2dzoom=4066 -2dyan=1886 -2dxan=140 -dummyitem=1 -name=Oak wardrobe -param=param_211,obj_8778 -param=param_212,3 - -// 8041 -[obj_8041] -model=model_12959 -2dzoom=2914 -2dyan=1886 -2dxan=140 -dummyitem=1 -name=Teak drawers -param=param_211,obj_8780 -param=param_212,2 - -// 8042 -[obj_8042] -model=model_11128 -2dzoom=4066 -2dyan=1886 -2dxan=140 -dummyitem=1 -name=Teak wardrobe -param=param_211,obj_8780 -param=param_212,3 - -// 8043 -[obj_8043] -model=model_11126 -2dyof=-18 -2dzoom=3938 -2dyan=1886 -2dxan=140 -dummyitem=1 -name=Mahogany 'drobe -param=param_211,obj_8782 -param=param_212,3 - -// 8044 -[obj_8044] -model=model_11125 -2dyof=-18 -2dzoom=3938 -2dyan=1886 -2dxan=140 -dummyitem=1 -name=Gilded wardrobe -param=param_211,obj_8782 -param=param_212,3 -param=param_213,obj_8784 -param=param_214,1 - -// 8045 -[obj_8045] -model=model_12534 -2dxof=-5 -2dyof=-1 -2dzoom=2658 -2dyan=45 -2dxan=113 -dummyitem=1 -name=Shaving stand -param=param_211,obj_960 -param=param_212,1 -param=param_213,obj_1539 -param=param_214,1 -param=param_215,obj_1775 -param=param_216,1 - -// 8046 -[obj_8046] -model=model_12533 -2dxof=-5 -2dyof=-1 -2dzoom=2914 -2dyan=45 -2dxan=113 -dummyitem=1 -name=Oak shaving stand -param=param_211,obj_8778 -param=param_212,1 -param=param_213,obj_1775 -param=param_214,1 - -// 8047 -[obj_8047] -model=model_12468 -2dxof=-4 -2dyof=-20 -2dzoom=3938 -2dyan=1901 -2dxan=134 -dummyitem=1 -name=Oak dresser -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,1 - -// 8048 -[obj_8048] -model=model_12469 -2dxof=-4 -2dyof=-20 -2dzoom=4578 -2dyan=1925 -2dxan=134 -dummyitem=1 -name=Teak dresser -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,1 - -// 8049 -[obj_8049] -model=model_12470 -2dxof=-4 -2dyof=-20 -2dzoom=4578 -2dyan=1964 -2dxan=134 -dummyitem=1 -name=Fancy teak dresser -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,2 - -// 8050 -[obj_8050] -model=model_12467 -2dxof=-4 -2dyof=-20 -2dzoom=3810 -2dyan=1961 -2dxan=128 -dummyitem=1 -name=Mahogany dresser -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,1 - -// 8051 -[obj_8051] -model=model_12466 -2dxof=-4 -2dyof=-20 -2dzoom=3810 -2dyan=1961 -2dxan=128 -dummyitem=1 -name=Gilded dresser -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,2 -param=param_215,obj_8784 -param=param_216,1 - -// 8052 -[obj_8052] -model=model_12974 -2dxof=-2 -2dyof=-5 -2dzoom=3810 -2dyan=1964 -2dxan=98 -dummyitem=1 -name=Oak clock -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_8792 -param=param_214,1 - -// 8053 -[obj_8053] -model=model_12973 -2dxof=-2 -2dyof=-5 -2dzoom=3810 -2dyan=1964 -2dxan=98 -dummyitem=1 -name=Teak clock -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_8792 -param=param_214,1 - -// 8054 -[obj_8054] -model=model_12972 -2dxof=-2 -2dyof=-5 -2dzoom=3810 -2dyan=1964 -2dxan=98 -dummyitem=1 -name=Gilded clock -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_8792 -param=param_214,1 -param=param_215,obj_8784 -param=param_216,1 - -// 8055 -[obj_8055] -model=model_12579 -dummyitem=1 -2dxof=-1 -2dyof=-3 -2dzoom=3536 -2dyan=1910 -2dxan=96 -name=Saradomin symbol -param=param_211,obj_8778 -param=param_212,2 - -// 8056 -[obj_8056] -model=model_12580 -dummyitem=1 -2dxof=-1 -2dyof=-3 -2dzoom=3536 -2dyan=1910 -2dxan=96 -name=Zamorak symbol -param=param_211,obj_8778 -param=param_212,2 - -// 8057 -[obj_8057] -model=model_12578 -dummyitem=1 -2dxof=-1 -2dyof=-3 -2dzoom=3536 -2dyan=1910 -2dxan=96 -name=Guthix symbol -param=param_211,obj_8778 -param=param_212,2 - -// 8058 -[obj_8058] -model=model_12489 -dummyitem=1 -2dzoom=3664 -ambient=25 -contrast=25 -name=Saradomin icon -param=param_211,obj_8780 -param=param_212,4 -param=param_213,obj_8784 -param=param_214,2 - -// 8059 -[obj_8059] -model=model_12490 -dummyitem=1 -2dzoom=4688 -ambient=25 -contrast=25 -name=Zamorak icon -param=param_211,obj_8780 -param=param_212,4 -param=param_213,obj_8784 -param=param_214,2 - -// 8060 -[obj_8060] -model=model_12488 -dummyitem=1 -2dzoom=4176 -name=Guthix icon -param=param_211,obj_8780 -param=param_212,4 -param=param_213,obj_8784 -param=param_214,2 - -// 8061 -[obj_8061] -model=model_12487 -dummyitem=1 -2dzoom=4176 -name=Icon of bob -param=param_211,obj_8782 -param=param_212,4 -param=param_213,obj_8784 -param=param_214,2 - -// 8062 -[obj_8062] -model=model_12377 -dummyitem=1 -2dyof=-34 -2dzoom=4176 -2dyan=1950 -2dxan=124 -name=Oak altar -param=param_211,obj_8778 -param=param_212,4 - -// 8063 -[obj_8063] -model=model_12381 -dummyitem=1 -2dyof=-34 -2dzoom=4176 -2dyan=1950 -2dxan=124 -name=Teak altar -param=param_211,obj_8780 -param=param_212,4 - -// 8064 -[obj_8064] -model=model_12370 -dummyitem=1 -2dyof=-34 -2dzoom=4176 -2dyan=1950 -2dxan=124 -name=Cloth-cover'd altar -param=param_211,obj_8780 -param=param_212,4 -param=param_213,obj_8790 -param=param_214,2 - -// 8065 -[obj_8065] -model=model_12372 -dummyitem=1 -2dyof=-34 -2dzoom=4176 -2dyan=1950 -2dxan=124 -name=Mahogany altar -param=param_211,obj_8782 -param=param_212,4 -param=param_213,obj_8790 -param=param_214,2 - -// 8066 -[obj_8066] -model=model_12371 -dummyitem=1 -2dyof=-34 -2dzoom=4176 -2dyan=1950 -2dxan=124 -name=Limestone altar -param=param_211,obj_8782 -param=param_212,6 -param=param_213,obj_3420 -param=param_214,2 -param=param_215,obj_8790 -param=param_216,2 - -// 8067 -[obj_8067] -model=model_12376 -dummyitem=1 -2dyof=-34 -2dzoom=4176 -2dyan=1950 -2dxan=124 -name=Marble altar -param=param_211,obj_8786 -param=param_212,2 -param=param_213,obj_8790 -param=param_214,2 - -// 8068 -[obj_8068] -model=model_12374 -dummyitem=1 -2dyof=-34 -2dzoom=4176 -2dyan=1950 -2dxan=124 -name=Gilded altar -param=param_211,obj_8786 -param=param_212,2 -param=param_213,obj_8784 -param=param_214,4 -param=param_215,obj_8790 -param=param_216,2 - -// 8069 -[obj_8069] -model=model_11323 -dummyitem=1 -2dzoom=2256 -2dyan=1895 -2dxan=63 -name=Wooden torches -param=param_211,obj_960 -param=param_212,2 -param=param_213,obj_1539 -param=param_214,2 - -// 8070 -[obj_8070] -model=model_11321 -dummyitem=1 -2dzoom=2256 -2dyan=1895 -2dxan=63 -name=Steel torches -param=param_211,obj_2353 -param=param_212,2 - -// 8071 -[obj_8071] -model=model_11319 -dummyitem=1 -2dzoom=2384 -2dyan=1895 -2dxan=63 -name=Steel candlesticks -param=param_211,obj_2353 -param=param_212,6 -param=param_213,obj_36 -param=param_214,6 - -// 8072 -[obj_8072] -model=model_11318 -dummyitem=1 -2dzoom=2384 -2dyan=1895 -2dxan=63 -name=Gold candlesticks -param=param_211,obj_2357 -param=param_212,6 -param=param_213,obj_36 -param=param_214,6 - -// 8073 -[obj_8073] -model=model_13118 -dummyitem=1 -2dzoom=3024 -2dyan=1700 -2dxan=63 -name=Incense burners -param=param_211,obj_8778 -param=param_212,4 -param=param_213,obj_2353 -param=param_214,2 - -// 8074 -[obj_8074] -model=model_13115 -dummyitem=1 -2dzoom=3024 -2dyan=2003 -2dxan=117 -name=Mahogany burners -param=param_211,obj_8782 -param=param_212,4 -param=param_213,obj_2353 -param=param_214,2 - -// 8075 -[obj_8075] -model=model_13117 -dummyitem=1 -2dzoom=3024 -2dyan=2003 -2dxan=117 -name=Marble burners -param=param_211,obj_8786 -param=param_212,2 -param=param_213,obj_2353 -param=param_214,2 - -// 8076 -[obj_8076] -model=model_18875 -dummyitem=1 -2dxof=3 -2dyof=4 -2dzoom=1373 -2dxan=464 -name=Shuttered window -param=param_211,obj_960 -param=param_212,8 -param=param_213,obj_1539 -param=param_214,8 - -// 8077 -[obj_8077] -model=model_18874 -dummyitem=1 -2dxof=-1 -2dyof=-1 -2dzoom=1373 -2dxan=550 -name=Decorative window -param=param_211,obj_1775 -param=param_212,8 - -// 8078 -[obj_8078] -model=model_18876 -dummyitem=1 -2dxof=1 -2dyof=1 -2dzoom=1373 -2dxan=526 -name=Stained glass -param=param_211,obj_1775 -param=param_212,16 - -// 8079 -[obj_8079] -model=model_13222 -dummyitem=1 -2dyof=-15 -2dzoom=4816 -2dyan=1889 -2dxan=51 -name=Windchimes -param=param_211,obj_8778 -param=param_212,4 -param=param_213,obj_1539 -param=param_214,4 -param=param_215,obj_2353 -param=param_216,4 - -// 8080 -[obj_8080] -model=model_13132 -dummyitem=1 -2dyof=-15 -2dzoom=4816 -2dyan=1889 -2dxan=51 -name=Bells -param=param_211,obj_8780 -param=param_212,4 -param=param_213,obj_2353 -param=param_214,6 - -// 8081 -[obj_8081] -model=model_12513 -dummyitem=1 -2dyof=-20 -2dzoom=4304 -2dyan=1904 -2dxan=111 -name=Organ -param=param_211,obj_8782 -param=param_212,4 -param=param_213,obj_2353 -param=param_214,6 - -// 8082 -[obj_8082] -model=model_12574 -dummyitem=1 -2dyof=-7 -2dzoom=3408 -2dyan=1859 -2dxan=105 -name=Small statues -param=param_211,obj_3420 -param=param_212,2 - -// 8083 -[obj_8083] -model=model_12565 -dummyitem=1 -2dyof=3 -2dzoom=3664 -2dyan=1859 -2dxan=105 -name=Medium statues -param=param_211,obj_8786 -param=param_212,1 - -// 8084 -[obj_8084] -model=model_12568 -dummyitem=1 -2dyof=-8 -2dzoom=2768 -2dyan=1832 -2dxan=135 -name=Large statues -param=param_211,obj_8786 -param=param_212,3 - -// 8085 -[obj_8085] -model=model_12382 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -recol1s=6438 -recol1d=6346 -recol2s=3235 -recol2d=3174 -name=Suit of armour -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_1121 -param=param_214,1 -param=param_215,obj_1085 -param=param_216,1 -param=param_217,obj_1159 -param=param_218,1 - -// 8086 -[obj_8086] -model=model_12525 -dummyitem=1 -2dxof=40 -2dyof=74 -2dzoom=1632 -2dyan=290 -2dxan=42 -contrast=100 -ambient=100 -name=Small portrait -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_7995 -param=param_214,1 - -// 8087 -[obj_8087] -model=model_12161 -dummyitem=1 -2dxof=11 -2dyof=68 -2dzoom=1488 -2dyan=1652 -2dxan=54 -name=Minor head -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_7983 -param=param_214,1 - -// 8088 -[obj_8088] -model=model_12165 -dummyitem=1 -2dxof=28 -2dyof=74 -2dzoom=1104 -2dyan=1715 -2dxan=57 -name=Medium head -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_7985 -param=param_214,1 - -// 8089 -[obj_8089] -model=model_12164 -dummyitem=1 -2dxof=-7 -2dyof=60 -2dzoom=2768 -2dyan=1787 -2dxan=150 -recol1s=16846 -recol1d=2114 -name=Major head -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_8784 -param=param_214,2 -param=param_215,obj_7987 -param=param_216,1 - -// 8090 -[obj_8090] -model=model_12167 -dummyitem=1 -2dxof=48 -2dyof=100 -2dzoom=1247 -2dyan=212 -2dxan=78 -name=Mounted sword -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_2402 -param=param_214,1 - -// 8091 -[obj_8091] -model=model_12500 -dummyitem=1 -2dxof=40 -2dyof=79 -2dzoom=1631 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Small landscape -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_8002 -param=param_214,1 - -// 8092 -[obj_8092] -model=model_12153 -dummyitem=1 -2dxof=39 -2dyof=99 -2dzoom=919 -2dyan=277 -2dxan=55 -name=Guild trophy -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_1704 -param=param_214,1 - -// 8093 -[obj_8093] -model=model_12526 -dummyitem=1 -2dxof=40 -2dyof=79 -2dzoom=1503 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Large portrait -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_7998 -param=param_214,1 - -// 8094 -[obj_8094] -model=model_12498 -dummyitem=1 -2dxof=40 -2dyof=75 -2dzoom=1759 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Large landscape -param=param_211,obj_8782 -param=param_212,3 -param=param_213,obj_8000 -param=param_214,1 - -// 8095 -[obj_8095] -model=model_12462 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -name=Rune display case -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,2 -param=param_215,obj_556 -param=param_216,1 -param=param_217,obj_555 -param=param_218,1 -param=param_219,obj_557 -param=param_220,1 -param=param_221,obj_554 -param=param_222,1 - -// 8096 -[obj_8096] -model=model_12941 -dummyitem=1 -2dxof=12 -2dyof=-4 -2dzoom=3152 -2dyan=2021 -2dxan=78 -name=Low-level plants -param=param_211,obj_8431 -param=param_212,1 - -// 8097 -[obj_8097] -model=model_12942 -dummyitem=1 -2dxof=-1 -2dyof=-5 -2dzoom=3792 -2dyan=2012 -2dxan=168 -name=Mid-level plants -param=param_211,obj_8433 -param=param_212,1 - -// 8098 -[obj_8098] -model=model_12943 -dummyitem=1 -2dxof=-1 -2dyof=-5 -2dzoom=3792 -2dyan=2012 -2dxan=168 -name=High-level plants -param=param_211,obj_8435 -param=param_212,1 - -// 8099 -[obj_8099] -model=model_12902 -dummyitem=1 -2dxof=-3 -2dyof=48 -2dzoom=2384 -2dyan=1763 -2dxan=6 -name=Rope bell-pull -param=param_211,obj_8778 -param=param_212,1 -param=param_213,obj_954 -param=param_214,1 - -// 8100 -[obj_8100] -model=model_12903 -dummyitem=1 -2dxof=-20 -2dyof=48 -2dzoom=2384 -2dyan=1763 -2dxan=6 -name=Bell-pull -param=param_211,obj_8780 -param=param_212,1 -param=param_213,obj_8790 -param=param_214,2 - -// 8101 -[obj_8101] -model=model_12904 -dummyitem=1 -2dxof=-20 -2dyof=48 -2dzoom=2384 -2dyan=1763 -2dxan=6 -name=Posh bell-pull -param=param_211,obj_8780 -param=param_212,1 -param=param_213,obj_8790 -param=param_214,2 -param=param_215,obj_8784 -param=param_216,1 - -// 8102 -[obj_8102] -model=model_12172 -dummyitem=1 -2dxof=48 -2dyof=73 -2dyan=279 -2dxan=12 -name=Oak decoration -param=param_211,obj_8778 -param=param_212,2 - -// 8103 -[obj_8103] -model=model_12173 -dummyitem=1 -2dxof=36 -2dyof=75 -2dyan=279 -2dxan=12 -name=Teak decoration -param=param_211,obj_8780 -param=param_212,2 - -// 8104 -[obj_8104] -model=model_12171 -dummyitem=1 -2dxof=41 -2dyof=79 -2dzoom=1744 -2dyan=264 -2dxan=24 -name=Gilded decoration -param=param_211,obj_8782 -param=param_212,3 -param=param_213,obj_8784 -param=param_214,2 - -// 8105 -[obj_8105] -model=model_13021 -dummyitem=1 -2dxof=12 -2dyof=51 -2dzoom=1616 -2dyan=444 -2dxan=2042 -ambient=30 -name=Round shield -param=param_211,obj_8778 -param=param_212,2 - -// 8106 -[obj_8106] -model=model_13053 -dummyitem=1 -2dxof=12 -2dyof=46 -2dzoom=1744 -2dyan=444 -2dxan=2042 -ambient=30 -name=Square shield -param=param_211,obj_8780 -param=param_212,4 - -// 8107 -[obj_8107] -model=model_13005 -dummyitem=1 -2dxof=12 -2dyof=46 -2dzoom=1872 -2dyan=420 -2dxan=6 -ambient=30 -name=Kite shield -param=param_211,obj_8782 -param=param_212,3 - -// 8108 -[obj_8108] -model=model_12408 -2dxof=15 -2dyof=11 -2dzoom=2512 -2dyan=1871 -2dxan=99 -dummyitem=1 -name=Wooden bench -param=param_211,obj_960 -param=param_212,4 -param=param_213,obj_1539 -param=param_214,4 - -// 8109 -[obj_8109] -model=model_12406 -2dxof=15 -2dyof=11 -2dzoom=2768 -2dyan=1871 -2dxan=99 -dummyitem=1 -name=Oak bench -param=param_211,obj_8778 -param=param_212,4 - -// 8110 -[obj_8110] -model=model_12402 -2dxof=15 -2dyof=11 -2dzoom=2768 -2dyan=1871 -2dxan=99 -dummyitem=1 -name=Carved oak bench -param=param_211,obj_8778 -param=param_212,4 - -// 8111 -[obj_8111] -model=model_12407 -2dxof=15 -2dyof=11 -2dzoom=2768 -2dyan=1871 -2dxan=99 -dummyitem=1 -name=Teak dining bench -param=param_211,obj_8780 -param=param_212,4 - -// 8112 -[obj_8112] -model=model_12403 -2dxof=15 -2dyof=11 -2dzoom=2768 -2dyan=1871 -2dxan=99 -dummyitem=1 -name=Carved teak bench -param=param_211,obj_8780 -param=param_212,4 - -// 8113 -[obj_8113] -model=model_12405 -2dxof=15 -2dyof=11 -2dzoom=2768 -2dyan=1871 -2dxan=99 -dummyitem=1 -name=Mahogany bench -param=param_211,obj_8782 -param=param_212,4 - -// 8114 -[obj_8114] -model=model_12404 -2dxof=15 -2dyof=11 -2dzoom=2768 -2dyan=1871 -2dxan=99 -dummyitem=1 -name=Gilded bench -param=param_211,obj_8782 -param=param_212,4 -param=param_213,obj_8784 -param=param_214,4 - -// 8115 -[obj_8115] -model=model_12461 -2dxof=-9 -2dzoom=6736 -2dyan=1424 -2dxan=132 -dummyitem=1 -name=Wood dining table -param=param_211,obj_960 -param=param_212,4 -param=param_213,obj_1539 -param=param_214,4 - -// 8116 -[obj_8116] -model=model_12459 -2dxof=-9 -2dzoom=6224 -2dyan=1406 -2dxan=135 -dummyitem=1 -name=Oak dining table -param=param_211,obj_8778 -param=param_212,4 - -// 8117 -[obj_8117] -model=model_12454 -2dxof=-9 -2dzoom=6224 -2dyan=1406 -2dxan=135 -dummyitem=1 -name=Carved oak table -param=param_211,obj_8778 -param=param_212,6 - -// 8118 -[obj_8118] -model=model_12460 -2dxof=-9 -2dzoom=6480 -2dyan=1454 -2dxan=129 -dummyitem=1 -name=Teak table -param=param_211,obj_8780 -param=param_212,4 - -// 8119 -[obj_8119] -model=model_12455 -2dxof=-9 -2dzoom=6480 -2dyan=1454 -2dxan=129 -dummyitem=1 -name=Carved teak table -param=param_211,obj_8780 -param=param_212,6 -param=param_213,obj_8790 -param=param_214,4 - -// 8120 -[obj_8120] -model=model_12456 -2dxof=-9 -2dzoom=5712 -2dyan=1403 -2dxan=90 -dummyitem=1 -name=Mahogany table -param=param_211,obj_8782 -param=param_212,6 - -// 8121 -[obj_8121] -model=model_12458 -2dxof=-9 -2dzoom=5712 -2dyan=1403 -2dxan=90 -dummyitem=1 -name=Opulent table -param=param_211,obj_8782 -param=param_212,6 -param=param_213,obj_8790 -param=param_214,4 -param=param_215,obj_8784 -param=param_216,4 -param=param_217,obj_8786 -param=param_218,2 - -// 8122 -[obj_8122] -model=model_12206 -dummyitem=1 -2dxof=-1 -2dyof=15 -2dzoom=4304 -2dyan=327 -2dxan=129 -name=Oak door -param=param_211,obj_8778 -param=param_212,10 - -// 8123 -[obj_8123] -model=model_12207 -dummyitem=1 -2dxof=-1 -2dyof=15 -2dzoom=4304 -2dyan=327 -2dxan=129 -name=Steel-plated door -param=param_211,obj_8778 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,10 - -// 8124 -[obj_8124] -model=model_12205 -dummyitem=1 -2dxof=-1 -2dyof=15 -2dzoom=4304 -2dyan=327 -2dxan=129 -name=Marble door -param=param_211,obj_8786 -param=param_212,4 - -// 8125 -[obj_8125] -model=model_12471 -dummyitem=1 -2dxof=-16 -2dyof=16 -2dzoom=3664 -2dyan=537 -2dxan=78 -name=Decorative blood -param=param_211,obj_1763 -param=param_212,4 - -// 8126 -[obj_8126] -model=model_12472 -dummyitem=1 -2dxof=-2 -2dyof=41 -2dzoom=1744 -2dyan=528 -2dxan=75 -name=Decorative pipe -param=param_211,obj_2353 -param=param_212,6 - -// 8127 -[obj_8127] -model=model_12473 -dummyitem=1 -2dxof=12 -2dyof=-72 -2dzoom=3024 -2dyan=303 -2dxan=357 -name=Hanging skeleton -param=param_211,obj_964 -param=param_212,2 -param=param_213,obj_526 -param=param_214,6 - -// 8128 -[obj_8128] -model=model_12608 -dummyitem=1 -2dxof=40 -2dyof=100 -2dzoom=1248 -2dyan=210 -2dxan=49 -name=Candles -param=param_211,obj_8778 -param=param_212,4 -param=param_213,obj_33 -param=param_214,4 - -// 8129 -[obj_8129] -model=model_11821 -dummyitem=1 -2dxof=40 -2dyof=100 -2dzoom=1248 -2dyan=210 -2dxan=49 -name=Torches -param=param_211,obj_8778 -param=param_212,4 -param=param_213,obj_594 -param=param_214,4 - -// 8130 -[obj_8130] -model=model_12609 -dummyitem=1 -2dxof=46 -2dyof=100 -2dzoom=1248 -2dyan=81 -2dxan=76 -name=Skull torches -param=param_211,obj_8778 -param=param_212,4 -param=param_213,obj_594 -param=param_214,4 -param=param_215,obj_964 -param=param_216,4 - -// 8131 -[obj_8131] -model=model_21198 -dummyitem=1 -2dxof=-1 -2dyof=-16 -2dzoom=3920 -2dyan=1832 -2dxan=183 -name=Skeleton guard -param=param_211,obj_995 -param=param_212,50000 - -// 8132 -[obj_8132] -model=model_26255 -dummyitem=1 -2dzoom=2256 -2dyan=1817 -2dxan=69 -name=Guard dog -param=param_211,obj_995 -param=param_212,75000 - -// 8133 -[obj_8133] -model=model_14109 -dummyitem=1 -2dxof=-2 -2dyof=-50 -2dzoom=2512 -2dyan=1823 -2dxan=204 -recol1s=7399 -recol1d=5251 -recol2s=9444 -recol2d=13540 -recol3s=10466 -recol3d=11492 -recol4s=7328 -recol4d=11492 -recol5s=18924 -recol5d=5251 -name=Hobgoblin guard -param=param_211,obj_995 -param=param_212,100000 - -// 8134 -[obj_8134] -model=model_17411 -dummyitem=1 -2dxof=89 -2dyof=16 -2dzoom=2411 -2dyan=249 -2dxan=33 -recol1s=18960 -recol1d=23782 -recol2s=16846 -recol2d=20611 -recol3s=14732 -recol3d=17440 -recol4s=11561 -recol4d=13641 -name=Baby red dragon -param=param_211,obj_995 -param=param_212,150000 - -// 8135 -[obj_8135] -model=model_31097 -dummyitem=1 -2dxof=24 -2dyof=-100 -2dzoom=6352 -2dyan=360 -2dxan=180 -recol1s=31808 -recol1d=12416 -recol2s=2014 -recol2d=5184 -recol3s=1666 -recol3d=6144 -recol4s=32736 -recol4d=23808 -recol5s=31773 -recol5d=8258 -recol6s=14392 -recol6d=6241 -name=Huge spider -param=param_211,obj_995 -param=param_212,200000 - -// 8136 -[obj_8136] -model=model_3758 -dummyitem=1 -2dxof=-17 -2dyof=97 -2dzoom=1104 -2dyan=1817 -2dxan=78 -name=Troll guard -param=param_211,obj_995 -param=param_212,1000000 - -// 8137 -[obj_8137] -model=model_26258 -dummyitem=1 -2dxof=4 -2dyof=-10 -2dzoom=2896 -2dyan=1823 -2dxan=87 -name=Hellhound -param=param_211,obj_995 -param=param_212,5000000 - -// 8138 -[obj_8138] -model=model_17402 -dummyitem=1 -2dxof=-39 -2dyof=-12 -2dzoom=3124 -2dyan=1881 -2dxan=28 -name=Demon -param=param_211,obj_995 -param=param_212,500000 - -// 8139 -[obj_8139] -model=model_24595 -dummyitem=1 -2dxof=26 -2dyof=-81 -2dzoom=5395 -2dyan=166 -2dxan=166 -name=Kalphite soldier -param=param_211,obj_995 -param=param_212,750000 - -// 8140 -[obj_8140] -model=model_34134 -dummyitem=1 -2dxof=4 -2dyof=67 -2dzoom=4304 -2dyan=1812 -name=Tok-xil -param=param_211,obj_995 -param=param_212,5000000 - -// 8141 -[obj_8141] -model=model_4587 -dummyitem=1 -2dxof=-1 -2dyof=-9 -2dzoom=5265 -2dyan=1877 -2dxan=72 -name=Dagannoth -param=param_211,obj_995 -param=param_212,7500000 - -// 8142 -[obj_8142] -model=model_24578 -dummyitem=1 -2dxof=80 -2dyof=32 -2dzoom=2285 -2dyan=147 -2dxan=62 -name=Steel dragon -param=param_211,obj_995 -param=param_212,10000000 - -// 8143 -[obj_8143] -model=model_13194 -dummyitem=1 -2dxof=-1 -2dyof=-16 -2dzoom=2256 -2dyan=2036 -2dxan=174 -name=Spike trap -param=param_211,obj_995 -param=param_212,50000 - -// 8144 -[obj_8144] -model=model_13130 -dummyitem=1 -2dxof=-1 -2dyof=-16 -2dzoom=2256 -2dyan=2036 -2dxan=174 -name=Man trap -param=param_211,obj_995 -param=param_212,75000 - -// 8145 -[obj_8145] -model=model_13133 -dummyitem=1 -2dxof=-1 -2dyof=-16 -2dzoom=4816 -2dyan=1676 -2dxan=117 -name=Tangle vine -param=param_211,obj_995 -param=param_212,100000 - -// 8146 -[obj_8146] -model=model_13131 -dummyitem=1 -2dxof=-1 -2dyof=-16 -2dzoom=2256 -2dyan=2036 -2dxan=174 -name=Marble trap -param=param_211,obj_995 -param=param_212,150000 - -// 8147 -[obj_8147] -model=model_13198 -dummyitem=1 -2dxof=3 -2dyan=698 -2dxan=537 -name=Teleport trap -param=param_211,obj_995 -param=param_212,200000 - -// 8148 -[obj_8148] -model=model_12152 -dummyitem=1 -2dzoom=2640 -2dyan=1883 -2dxan=114 -name=Wooden crate -param=param_211,obj_960 -param=param_212,5 -param=param_213,obj_1539 -param=param_214,5 - -// 8149 -[obj_8149] -model=model_12146 -dummyitem=1 -2dzoom=2640 -2dyan=1883 -2dxan=114 -name=Oak chest -param=param_211,obj_8778 -param=param_212,5 -param=param_213,obj_2353 -param=param_214,2 - -// 8150 -[obj_8150] -model=model_12150 -dummyitem=1 -2dzoom=2640 -2dyan=1883 -2dxan=114 -name=Teak chest -param=param_211,obj_8780 -param=param_212,5 -param=param_213,obj_2353 -param=param_214,4 - -// 8151 -[obj_8151] -model=model_11204 -dummyitem=1 -2dzoom=2640 -2dyan=1883 -2dxan=114 -name=Mahogany chest -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_8784 -param=param_214,1 - -// 8152 -[obj_8152] -model=model_11123 -dummyitem=1 -2dzoom=2640 -2dyan=1883 -2dxan=114 -name=Magic chest -param=param_211,obj_8788 -param=param_212,1 - -// 8153 -[obj_8153] -model=model_13213 -dummyitem=1 -2dzoom=3408 -2dyan=1277 -2dxan=120 -recol1s=15852 -recol1d=20933 -name=Clay attack stone -param=param_211,obj_1761 -param=param_212,10 - -// 8154 -[obj_8154] -model=model_13213 -dummyitem=1 -2dzoom=3408 -2dyan=1277 -2dxan=120 -name=Attack stone -param=param_211,obj_3420 -param=param_212,10 - -// 8155 -[obj_8155] -model=model_13213 -dummyitem=1 -2dzoom=3408 -2dyan=1277 -2dxan=120 -recolhsl1s=10295 -recolhsl1d=9315 -name=Marble att. stone -param=param_211,obj_8786 -param=param_212,4 - -// 8156 -[obj_8156] -model=model_12960 -dummyitem=1 -2dzoom=2256 -name=Magical balance 1 -param=param_211,obj_556 -param=param_212,500 -param=param_213,obj_555 -param=param_214,500 -param=param_215,obj_557 -param=param_216,500 -param=param_217,obj_554 -param=param_218,500 - -// 8157 -[obj_8157] -model=model_12960 -dummyitem=1 -2dzoom=1488 -name=Magical balance 2 -param=param_211,obj_556 -param=param_212,1000 -param=param_213,obj_555 -param=param_214,1000 -param=param_215,obj_557 -param=param_216,1000 -param=param_217,obj_554 -param=param_218,1000 - -// 8158 -[obj_8158] -model=model_12960 -dummyitem=1 -2dzoom=1104 -name=Magical balance 3 -param=param_211,obj_556 -param=param_212,2000 -param=param_213,obj_555 -param=param_214,2000 -param=param_215,obj_557 -param=param_216,2000 -param=param_217,obj_554 -param=param_218,2000 - -// 8159 -[obj_8159] -model=model_13120 -dummyitem=1 -2dyof=-43 -2dzoom=2768 -2dyan=1979 -2dxan=189 -name=Jester -param=param_211,obj_8780 -param=param_212,4 - -// 8160 -[obj_8160] -model=model_12474 -dummyitem=1 -2dxof=-2 -2dyof=-23 -2dzoom=4304 -2dyan=2030 -2dxan=93 -name=Treasure hunt -param=param_211,obj_8780 -param=param_212,8 -param=param_213,obj_2353 -param=param_214,4 - -// 8161 -[obj_8161] -model=model_12975 -dummyitem=1 -2dxof=-10 -2dzoom=4176 -2dyan=1919 -2dxan=135 -name=Hangman game -param=param_211,obj_8780 -param=param_212,12 -param=param_213,obj_2353 -param=param_214,6 - -// 8162 -[obj_8162] -model=model_13196 -dummyitem=1 -2dxof=-4 -2dyof=-6 -2dzoom=2896 -2dyan=1871 -2dxan=153 -name=Hoop and stick -param=param_211,obj_8778 -param=param_212,2 - -// 8163 -[obj_8163] -model=model_12955 -dummyitem=1 -2dxof=-1 -2dyof=47 -2dzoom=2128 -name=Dartboard -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_2353 -param=param_214,1 - -// 8164 -[obj_8164] -model=model_12896 -dummyitem=1 -2dxof=10 -2dyof=12 -2dyan=1886 -2dxan=162 -name=Archery target -param=param_211,obj_8780 -param=param_212,6 -param=param_213,obj_2353 -param=param_214,3 - -// 8165 -[obj_8165] -model=model_12146 -dummyitem=1 -2dzoom=2512 -2dyan=1874 -2dxan=135 -name=Oak prize chest -param=param_211,obj_8778 -param=param_212,4 - -// 8166 -[obj_8166] -model=model_12150 -dummyitem=1 -2dzoom=2512 -2dyan=1874 -2dxan=135 -name=Teak prize chest -param=param_211,obj_8780 -param=param_212,4 -param=param_213,obj_8784 -param=param_214,1 - -// 8167 -[obj_8167] -model=model_11204 -dummyitem=1 -2dzoom=2512 -2dyan=1874 -2dxan=135 -name=Mahogany chest -param=param_211,obj_8782 -param=param_212,4 -param=param_213,obj_8784 -param=param_214,1 - -// 8168 -[obj_8168] -model=model_11234 -dummyitem=1 -2dxof=-1 -2dyof=-18 -2dzoom=5840 -2dyan=1961 -2dxan=96 -name=Exit portal -param=param_211,obj_2351 -param=param_212,10 - -// 8169 -[obj_8169] -model=model_12917 -dummyitem=1 -2dyof=-100 -2dzoom=5456 -2dyan=1880 -2dxan=210 -name=Decorative rock -param=param_211,obj_3420 -param=param_212,5 - -// 8170 -[obj_8170] -model=model_12919 -dummyitem=1 -2dzoom=4048 -2dyan=1883 -2dxan=161 -name=Pond -param=param_211,obj_1761 -param=param_212,10 - -// 8171 -[obj_8171] -model=model_13190 -dummyitem=1 -2dzoom=1744 -2dyan=1064 -2dxan=132 -name=Imp statue -param=param_211,obj_3420 -param=param_212,5 -param=param_213,obj_1761 -param=param_214,5 - -// 8172 -[obj_8172] -model=model_12923 -dummyitem=1 -2dxof=2 -2dyof=-61 -2dzoom=5584 -2dyan=1943 -2dxan=126 -name=Dungeon entrance -param=param_211,obj_8786 -param=param_212,1 - -// 8173 -[obj_8173] -model=model_12944 -dummyitem=1 -2dxof=4 -2dyof=-83 -2dzoom=9168 -2dyan=1904 -2dxan=198 -name=Tree -param=param_211,obj_8417 -param=param_212,1 - -// 8174 -[obj_8174] -model=model_12946 -dummyitem=1 -2dxof=-20 -2dyof=9 -2dzoom=7056 -2dyan=1628 -2dxan=1865 -name=Nice tree -param=param_211,obj_8419 -param=param_212,1 - -// 8175 -[obj_8175] -model=model_12931 -dummyitem=1 -2dxof=-22 -2dyof=-2 -2dzoom=6992 -2dyan=1994 -2dxan=2024 -name=Oak tree -param=param_211,obj_8421 -param=param_212,1 - -// 8176 -[obj_8176] -model=model_12948 -dummyitem=1 -2dxof=-20 -2dyof=-18 -2dzoom=8656 -2dyan=2018 -2dxan=2042 -name=Willow tree -param=param_211,obj_8423 -param=param_212,1 - -// 8177 -[obj_8177] -model=model_12929 -dummyitem=1 -2dxof=-20 -2dyof=-30 -2dzoom=6992 -2dyan=1754 -2dxan=126 -name=Maple tree -param=param_211,obj_8425 -param=param_212,1 - -// 8178 -[obj_8178] -model=model_12950 -dummyitem=1 -2dxof=-20 -2dyof=-30 -2dzoom=8912 -2dyan=1826 -2dxan=120 -name=Yew tree -param=param_211,obj_8427 -param=param_212,1 - -// 8179 -[obj_8179] -model=model_12927 -dummyitem=1 -2dxof=-19 -2dyof=22 -2dzoom=7120 -2dyan=1802 -2dxan=1874 -name=Magic tree -param=param_211,obj_8429 -param=param_212,1 - -// 8180 -[obj_8180] -model=model_12938 -dummyitem=1 -2dxof=12 -2dyof=-4 -2dzoom=3152 -2dyan=2021 -2dxan=78 -name=Plant -param=param_211,obj_8431 -param=param_212,1 - -// 8181 -[obj_8181] -model=model_12939 -dummyitem=1 -2dxof=-1 -2dyof=-5 -2dzoom=3792 -2dyan=2012 -2dxan=168 -name=Small fern -param=param_211,obj_8433 -param=param_212,1 - -// 8182 -[obj_8182] -model=model_12940 -dummyitem=1 -2dxof=-21 -2dyof=94 -2dzoom=5968 -2dyan=96 -2dxan=279 -name=Fern -param=param_211,obj_8435 -param=param_212,1 - -// 8183 -[obj_8183] -model=model_12941 -dummyitem=1 -2dxof=12 -2dyof=-4 -2dzoom=3152 -2dyan=2021 -2dxan=78 -name=Dock leaf -param=param_211,obj_8431 -param=param_212,1 - -// 8184 -[obj_8184] -model=model_12942 -dummyitem=1 -2dxof=-1 -2dyof=-5 -2dzoom=3792 -2dyan=2012 -2dxan=168 -name=Thistle -param=param_211,obj_8433 -param=param_212,1 - -// 8185 -[obj_8185] -model=model_12943 -dummyitem=1 -2dxof=-1 -2dyof=-5 -2dzoom=3792 -2dyan=2012 -2dxan=168 -name=Reeds -param=param_211,obj_8435 -param=param_212,1 - -// 8186 -[obj_8186] -model=model_12932 -dummyitem=1 -2dxof=12 -2dyof=-4 -2dzoom=3152 -2dyan=2021 -2dxan=78 -name=Fern -param=param_211,obj_8431 -param=param_212,1 - -// 8187 -[obj_8187] -model=model_12933 -dummyitem=1 -2dxof=-1 -2dyof=-5 -2dzoom=3792 -2dyan=2012 -2dxan=168 -name=Bush -param=param_211,obj_8433 -param=param_212,1 - -// 8188 -[obj_8188] -model=model_12934 -dummyitem=1 -2dxof=-21 -2dyof=94 -2dzoom=5968 -2dyan=96 -2dxan=279 -name=Tall plant -param=param_211,obj_8435 -param=param_212,1 - -// 8189 -[obj_8189] -model=model_12935 -dummyitem=1 -2dxof=12 -2dyof=-4 -2dzoom=3152 -2dyan=2021 -2dxan=78 -name=Short plant -param=param_211,obj_8431 -param=param_212,1 - -// 8190 -[obj_8190] -model=model_12936 -dummyitem=1 -2dxof=-1 -2dyof=-5 -2dzoom=3792 -2dyan=2012 -2dxan=168 -name=Large-leaf plant -param=param_211,obj_8433 -param=param_212,1 - -// 8191 -[obj_8191] -model=model_12937 -dummyitem=1 -2dxof=-21 -2dyof=94 -2dzoom=5968 -2dyan=96 -2dxan=279 -name=Huge plant -param=param_211,obj_8435 -param=param_212,1 - -// 8192 -[obj_8192] -model=model_13186 -dummyitem=1 -2dxof=-1 -2dyof=-49 -2dzoom=3664 -2dyan=1646 -2dxan=216 -name=Gazebo -param=param_211,obj_8782 -param=param_212,8 -param=param_213,obj_2353 -param=param_214,4 - -// 8193 -[obj_8193] -model=model_13185 -dummyitem=1 -2dxof=-9 -2dyof=13 -2dzoom=3664 -2dyan=435 -2dxan=192 -name=Small fountain -param=param_211,obj_8786 -param=param_212,1 - -// 8194 -[obj_8194] -model=model_13149 -dummyitem=1 -2dxof=-10 -2dyof=-100 -2dzoom=5456 -2dyan=426 -2dxan=189 -name=Large fountain -param=param_211,obj_8786 -param=param_212,2 - -// 8195 -[obj_8195] -model=model_13191 -dummyitem=1 -2dxof=-2 -2dyof=-22 -2dzoom=4304 -2dyan=1529 -2dxan=204 -name=Posh fountain -param=param_211,obj_8786 -param=param_212,3 - -// 8196 -[obj_8196] -model=model_13150 -dummyitem=1 -2dxof=23 -2dyof=74 -2dzoom=2128 -2dyan=366 -2dxan=174 -name=Boundary stones -param=param_211,obj_1761 -param=param_212,10 - -// 8197 -[obj_8197] -model=model_13152 -dummyitem=1 -2dxof=-32 -2dyof=-44 -2dzoom=2768 -2dyan=1358 -2dxan=138 -name=Wooden fence -param=param_211,obj_960 -param=param_212,10 - -// 8198 -[obj_8198] -model=model_13156 -dummyitem=1 -2dxof=-32 -2dyof=-44 -2dzoom=3280 -2dyan=1358 -2dxan=138 -name=Stone wall -param=param_211,obj_3420 -param=param_212,10 - -// 8199 -[obj_8199] -model=model_13159 -dummyitem=1 -2dxof=-42 -2dyof=-85 -2dzoom=4816 -2dyan=1355 -2dxan=135 -name=Iron railings -param=param_211,obj_2351 -param=param_212,10 -param=param_213,obj_3420 -param=param_214,6 - -// 8200 -[obj_8200] -model=model_13154 -dummyitem=1 -2dxof=-32 -2dyof=-44 -2dzoom=2768 -2dyan=1364 -2dxan=138 -name=Picket fence -param=param_211,obj_8778 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,2 - -// 8201 -[obj_8201] -model=model_13161 -dummyitem=1 -2dxof=-32 -2dyof=-44 -2dzoom=4688 -2dyan=1364 -2dxan=138 -name=Garden fence -param=param_211,obj_8780 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,2 - -// 8202 -[obj_8202] -model=model_13163 -dummyitem=1 -2dxof=-24 -2dyof=-45 -2dzoom=2384 -2dyan=1364 -2dxan=138 -name=Marble wall -param=param_211,obj_8786 -param=param_212,8 - -// 8203 -[obj_8203] -model=model_13172 -dummyitem=1 -2dxof=-10 -2dyof=-3 -2dzoom=2128 -2dyan=1889 -2dxan=114 -name=Thorny hedge -param=param_211,obj_8437 -param=param_212,1 - -// 8204 -[obj_8204] -model=model_13173 -dummyitem=1 -2dxof=-2 -2dzoom=2128 -2dyan=285 -2dxan=108 -name=Nice hedge -param=param_211,obj_8439 -param=param_212,1 - -// 8205 -[obj_8205] -model=model_13174 -dummyitem=1 -2dxof=-2 -2dyof=2 -2dzoom=2512 -2dyan=285 -2dxan=108 -name=Small box hedge -param=param_211,obj_8441 -param=param_212,1 - -// 8206 -[obj_8206] -model=model_13168 -dummyitem=1 -2dxof=-1 -2dyof=67 -2dzoom=1360 -2dyan=45 -2dxan=48 -name=Topiary hedge -param=param_211,obj_8443 -param=param_212,1 - -// 8207 -[obj_8207] -model=model_13175 -dummyitem=1 -2dxof=-2 -2dyof=2 -2dzoom=2640 -2dyan=285 -2dxan=108 -name=Fancy hedge -param=param_211,obj_8445 -param=param_212,1 - -// 8208 -[obj_8208] -model=model_13170 -dummyitem=1 -2dxof=-2 -2dyof=-9 -2dzoom=2896 -2dyan=276 -2dxan=180 -name=Tall fancy hedge -param=param_211,obj_8447 -param=param_212,1 - -// 8209 -[obj_8209] -model=model_13177 -dummyitem=1 -2dxof=-2 -2dyof=-9 -2dzoom=3664 -2dyan=276 -2dxan=180 -name=Tall box hedge -param=param_211,obj_8449 -param=param_212,1 - -// 8210 -[obj_8210] -model=model_13143 -dummyitem=1 -2dzoom=3408 -2dyan=1961 -2dxan=240 -name=Rosemary -param=param_211,obj_8451 -param=param_212,1 - -// 8211 -[obj_8211] -model=model_13145 -dummyitem=1 -2dzoom=3408 -2dyan=1823 -2dxan=249 -name=Daffodils -param=param_211,obj_8453 -param=param_212,1 - -// 8212 -[obj_8212] -model=model_13147 -dummyitem=1 -2dzoom=2256 -2dyan=1910 -2dxan=255 -name=Bluebells -param=param_211,obj_8455 -param=param_212,1 - -// 8213 -[obj_8213] -model=model_13137 -dummyitem=1 -2dzoom=2896 -2dyan=150 -2dxan=240 -name=Sunflower -param=param_211,obj_8457 -param=param_212,1 - -// 8214 -[obj_8214] -model=model_13139 -dummyitem=1 -2dxof=-4 -2dyof=13 -2dzoom=2128 -2dyan=150 -2dxan=240 -name=Marigolds -param=param_211,obj_8459 -param=param_212,1 - -// 8215 -[obj_8215] -model=model_13141 -dummyitem=1 -2dyof=-45 -2dzoom=3024 -2dyan=138 -2dxan=189 -name=Roses -param=param_211,obj_8461 -param=param_212,1 - -// 8216 -[obj_8216] -model=model_14101 -dummyitem=1 -2dxof=-2 -2dyof=-10 -2dzoom=2384 -2dyan=1685 -2dxan=165 -name=Firepit -param=param_211,obj_2353 -param=param_212,1 -param=param_213,obj_1761 -param=param_214,2 - -// 8217 -[obj_8217] -model=model_14101 -dummyitem=1 -2dxof=-2 -2dyof=-10 -2dzoom=2384 -2dyan=1685 -2dxan=165 -name=Firepit with hook -param=param_211,obj_2353 -param=param_212,2 -param=param_213,obj_1761 -param=param_214,2 - -// 8218 -[obj_8218] -model=model_14101 -dummyitem=1 -2dxof=-2 -2dyof=-10 -2dzoom=2384 -2dyan=1685 -2dxan=165 -name=Firepit with pot -param=param_211,obj_2353 -param=param_212,3 -param=param_213,obj_1761 -param=param_214,2 - -// 8219 -[obj_8219] -model=model_14100 -dummyitem=1 -2dxof=8 -2dzoom=3408 -2dyan=288 -2dxan=48 -name=Small oven -param=param_211,obj_2353 -param=param_212,4 - -// 8220 -[obj_8220] -model=model_12629 -dummyitem=1 -2dxof=5 -2dyof=-10 -2dzoom=3920 -2dyan=303 -2dxan=51 -name=Large oven -param=param_211,obj_2353 -param=param_212,5 - -// 8221 -[obj_8221] -model=model_12616 -dummyitem=1 -2dxof=-11 -2dyof=-46 -2dzoom=3408 -2dyan=228 -2dxan=138 -name=Steel range -param=param_211,obj_2353 -param=param_212,6 - -// 8222 -[obj_8222] -model=model_12632 -dummyitem=1 -2dxof=-2 -2dyof=-46 -2dzoom=3792 -2dyan=228 -2dxan=138 -name=Fancy range -param=param_211,obj_2353 -param=param_212,8 - -// 8223 -[obj_8223] -model=model_12548 -2dxof=30 -2dyof=85 -2dyan=285 -2dxan=111 -dummyitem=1 -name=Wooden shelves 1 -param=param_211,obj_960 -param=param_212,3 -param=param_213,obj_1539 -param=param_214,3 - -// 8224 -[obj_8224] -model=model_12538 -2dxof=30 -2dyof=85 -2dyan=285 -2dxan=111 -dummyitem=1 -name=Wooden shelves 2 -param=param_211,obj_960 -param=param_212,3 -param=param_213,obj_1539 -param=param_214,3 -param=param_215,obj_1761 -param=param_216,6 - -// 8225 -[obj_8225] -model=model_12543 -2dxof=30 -2dyof=100 -2dyan=285 -2dxan=111 -dummyitem=1 -name=Wooden shelves 3 -param=param_211,obj_960 -param=param_212,3 -param=param_213,obj_1539 -param=param_214,3 -param=param_215,obj_1761 -param=param_216,6 - -// 8226 -[obj_8226] -model=model_12537 -2dxof=30 -2dyof=91 -2dyan=285 -2dxan=111 -dummyitem=1 -name=Oak shelves 1 -param=param_211,obj_8778 -param=param_212,3 -param=param_213,obj_1761 -param=param_214,6 - -// 8227 -[obj_8227] -model=model_12541 -2dxof=30 -2dyof=100 -2dyan=285 -2dxan=111 -dummyitem=1 -name=Oak shelves 2 -param=param_211,obj_8778 -param=param_212,3 -param=param_213,obj_1761 -param=param_214,6 - -// 8228 -[obj_8228] -model=model_12542 -2dxof=30 -2dyof=100 -2dyan=285 -2dxan=111 -dummyitem=1 -name=Teak shelves 1 -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_1761 -param=param_214,6 - -// 8229 -[obj_8229] -model=model_12539 -2dxof=30 -2dyof=100 -2dyan=285 -2dxan=111 -dummyitem=1 -name=Teak shelves 2 -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_1761 -param=param_214,6 -param=param_215,obj_8784 -param=param_216,2 - -// 8230 -[obj_8230] -model=model_13219 -dummyitem=1 -2dxof=-11 -2dyof=-100 -2dzoom=4560 -2dyan=360 -2dxan=240 -name=Pump and drain -param=param_211,obj_2353 -param=param_212,5 - -// 8231 -[obj_8231] -model=model_13221 -dummyitem=1 -2dxof=-26 -2dyof=-97 -2dzoom=4176 -2dyan=354 -2dxan=246 -name=Pump and tub -param=param_211,obj_2353 -param=param_212,10 - -// 8232 -[obj_8232] -model=model_13220 -dummyitem=1 -2dxof=-14 -2dyof=-96 -2dzoom=4560 -2dyan=354 -2dxan=246 -name=Sink -param=param_211,obj_2353 -param=param_212,15 - -// 8233 -[obj_8233] -model=model_12504 -dummyitem=1 -2dxof=-4 -2dzoom=5200 -2dyan=1904 -2dxan=120 -name=Wooden larder -param=param_211,obj_960 -param=param_212,8 -param=param_213,obj_1539 -param=param_214,8 - -// 8234 -[obj_8234] -model=model_12502 -dummyitem=1 -2dxof=-4 -2dzoom=5200 -2dyan=1904 -2dxan=120 -name=Oak larder -param=param_211,obj_8778 -param=param_212,8 - -// 8235 -[obj_8235] -model=model_12503 -dummyitem=1 -2dxof=-4 -2dzoom=5200 -2dyan=1904 -2dxan=120 -name=Teak larder -param=param_211,obj_8780 -param=param_212,8 -param=param_213,obj_8790 -param=param_214,2 - -// 8236 -[obj_8236] -model=model_12521 -2dxof=-4 -2dyof=4 -2dzoom=2512 -2dyan=1898 -2dxan=189 -dummyitem=1 -name=Cat blanket -param=param_211,obj_8790 -param=param_212,1 - -// 8237 -[obj_8237] -model=model_12520 -2dxof=-4 -2dyof=4 -2dzoom=2512 -2dyan=1898 -2dxan=189 -dummyitem=1 -name=Cat basket -param=param_211,obj_960 -param=param_212,2 -param=param_213,obj_1539 -param=param_214,2 -param=param_213,obj_8790 -param=param_214,1 - -// 8238 -[obj_8238] -model=model_12522 -2dxof=-4 -2dyof=4 -2dzoom=2512 -2dyan=1898 -2dxan=189 -dummyitem=1 -name=Cushioned basket -param=param_211,obj_960 -param=param_212,2 -param=param_213,obj_1539 -param=param_214,2 -param=param_213,obj_8790 -param=param_214,2 -param=param_215,obj_1737 -param=param_216,2 - -// 8239 -[obj_8239] -model=model_12388 -2dyof=-7 -2dzoom=3920 -2dyan=1910 -2dxan=96 -dummyitem=1 -name=Beer barrel -param=param_211,obj_960 -param=param_212,3 -param=param_213,obj_1539 -param=param_214,3 - -// 8240 -[obj_8240] -model=model_12389 -2dyof=-7 -2dzoom=3920 -2dyan=1910 -2dxan=96 -dummyitem=1 -name=Cider barrel -param=param_211,obj_960 -param=param_212,3 -param=param_213,obj_1539 -param=param_214,3 -param=param_215,obj_5763 -param=param_216,8 - -// 8241 -[obj_8241] -model=model_12386 -2dyof=-7 -2dzoom=3920 -2dyan=1910 -2dxan=96 -dummyitem=1 -name=Asgarnian ale -param=param_211,obj_8778 -param=param_212,3 -param=param_213,obj_1905 -param=param_214,8 - -// 8242 -[obj_8242] -model=model_12387 -2dyof=-7 -2dzoom=3920 -2dyan=1910 -2dxan=96 -dummyitem=1 -name=Greenman's ale -param=param_211,obj_8778 -param=param_212,3 -param=param_213,obj_1909 -param=param_214,8 - -// 8243 -[obj_8243] -model=model_12384 -2dyof=-7 -2dzoom=3920 -2dyan=1910 -2dxan=96 -dummyitem=1 -name=Dragon bitter -param=param_211,obj_8778 -param=param_212,3 -param=param_213,obj_2353 -param=param_214,2 -param=param_215,obj_1911 -param=param_216,8 - -// 8244 -[obj_8244] -model=model_12385 -2dyof=-7 -2dzoom=3920 -2dyan=1910 -2dxan=96 -dummyitem=1 -name=Chef's delight -param=param_211,obj_8778 -param=param_212,3 -param=param_213,obj_2353 -param=param_214,2 -param=param_215,obj_5755 -param=param_216,8 - -// 8245 -[obj_8245] -model=model_1495 -dummyitem=1 -name=Blank poh entity - -// 8246 -[obj_8246] -model=model_12581 -2dzoom=5712 -2dyan=1853 -2dxan=138 -dummyitem=1 -name=Wood kitchen table -param=param_211,obj_960 -param=param_212,3 -param=param_213,obj_1539 -param=param_214,3 - -// 8247 -[obj_8247] -model=model_12491 -2dzoom=5712 -2dyan=1853 -2dxan=138 -dummyitem=1 -name=Oak kitchen table -param=param_211,obj_8778 -param=param_212,3 - -// 8248 -[obj_8248] -model=model_12492 -2dzoom=5712 -2dyan=1853 -2dxan=138 -dummyitem=1 -name=Teak kitchen table -param=param_211,obj_8780 -param=param_212,3 - -// 8249 -[obj_8249] -model=model_12552 -dummyitem=1 -2dzoom=5328 -2dyan=1871 -2dxan=48 -name=Oak staircase -param=param_211,obj_8778 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,4 - -// 8250 -[obj_8250] -model=model_12552 -dummyitem=1 -2dzoom=5328 -2dyan=1871 -2dxan=48 -name=Oak staircase -param=param_211,obj_8778 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,4 - -// 8251 -[obj_8251] -model=model_12552 -dummyitem=1 -2dzoom=5328 -2dyan=1871 -2dxan=48 -name=Oak staircase -param=param_211,obj_8778 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,4 - -// 8252 -[obj_8252] -model=model_12553 -dummyitem=1 -2dzoom=5328 -2dyan=1871 -2dxan=48 -name=Teak staircase -param=param_211,obj_8780 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,4 - -// 8253 -[obj_8253] -model=model_12553 -dummyitem=1 -2dzoom=5328 -2dyan=1871 -2dxan=48 -name=Teak staircase -param=param_211,obj_8780 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,4 - -// 8254 -[obj_8254] -model=model_12553 -dummyitem=1 -2dzoom=5328 -2dyan=1871 -2dxan=48 -name=Teak staircase -param=param_211,obj_8780 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,4 - -// 8255 -[obj_8255] -model=model_12551 -dummyitem=1 -2dxof=-2 -2dyof=2 -2dzoom=5328 -2dyan=1904 -2dxan=2039 -name=Marble staircase -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_8786 -param=param_214,5 - -// 8256 -[obj_8256] -model=model_12551 -dummyitem=1 -2dxof=-2 -2dyof=2 -2dzoom=5328 -2dyan=1904 -2dxan=2039 -name=Marble staircase -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_8786 -param=param_214,5 - -// 8257 -[obj_8257] -model=model_12551 -dummyitem=1 -2dxof=-2 -2dyof=2 -2dzoom=5328 -2dyan=1904 -2dxan=2039 -name=Marble staircase -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_8786 -param=param_214,5 - -// 8258 -[obj_8258] -model=model_12554 -dummyitem=1 -2dzoom=4432 -name=Spiral staircase -param=param_211,obj_8780 -param=param_212,10 -param=param_213,obj_3420 -param=param_214,7 - -// 8259 -[obj_8259] -model=model_12555 -dummyitem=1 -2dzoom=4432 -2dyan=3 -2dxan=2000 -name=Marble spiral -param=param_211,obj_8780 -param=param_212,10 -param=param_213,obj_8786 -param=param_214,7 - -// 8260 -[obj_8260] -model=model_12162 -dummyitem=1 -2dxof=-5 -2dyof=-73 -2dzoom=2735 -2dyan=270 -2dxan=183 -name=Crawling hand -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_7982 -param=param_214,1 - -// 8261 -[obj_8261] -model=model_12161 -dummyitem=1 -2dxof=5 -2dyof=42 -2dzoom=2281 -2dyan=1754 -2dxan=57 -name=Cockatrice head -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_7983 -param=param_214,1 - -// 8262 -[obj_8262] -model=model_12160 -dummyitem=1 -2dxof=22 -2dyof=62 -2dzoom=1872 -2dyan=1817 -2dxan=54 -name=Basilisk head -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_7984 -param=param_214,1 - -// 8263 -[obj_8263] -model=model_12165 -dummyitem=1 -2dxof=26 -2dyof=64 -2dzoom=1827 -2dyan=1715 -2dxan=57 -name=Kurask head -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_7985 -param=param_214,1 - -// 8264 -[obj_8264] -model=model_12159 -dummyitem=1 -2dxof=13 -2dyof=53 -2dzoom=2128 -2dyan=1715 -2dxan=57 -name=Abyssal head -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_7986 -param=param_214,1 - -// 8265 -[obj_8265] -model=model_12164 -dummyitem=1 -2dxof=8 -2dyof=46 -2dzoom=2151 -2dyan=1697 -2dxan=90 -recol1s=16846 -recol1d=2114 -name=Kbd heads -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_8784 -param=param_214,2 -param=param_215,obj_7987 -param=param_216,1 - -// 8266 -[obj_8266] -model=model_24588 -dummyitem=1 -2dxof=-8 -2dyof=-18 -2dzoom=2285 -2dyan=1881 -2dzan=69 -2dxan=2047 -name=Kq head -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_8784 -param=param_214,2 -param=param_215,obj_7988 -param=param_216,1 - -// 8267 -[obj_8267] -model=model_12155 -dummyitem=1 -2dxof=29 -2dyof=76 -2dzoom=1616 -2dyan=1790 -2dxan=69 -name=Mounted bass -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_7990 -param=param_214,1 - -// 8268 -[obj_8268] -model=model_12157 -dummyitem=1 -2dxof=33 -2dyof=76 -2dzoom=1616 -2dyan=1790 -2dxan=69 -name=Mounted swordfish -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_7992 -param=param_214,1 - -// 8269 -[obj_8269] -model=model_12156 -dummyitem=1 -2dxof=33 -2dyof=66 -2dyan=1790 -2dxan=69 -name=Mounted shark -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_7994 -param=param_214,1 - -// 8270 -[obj_8270] -model=model_12382 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -recol1s=6438 -recol1d=6346 -recol2s=3235 -recol2d=3174 -name=Mithril armour -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_1121 -param=param_214,1 -param=param_215,obj_1085 -param=param_216,1 -param=param_217,obj_1159 -param=param_218,1 - -// 8271 -[obj_8271] -model=model_12382 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -name=Adamantite armour -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_1123 -param=param_214,1 -param=param_215,obj_1091 -param=param_216,1 -param=param_217,obj_1161 -param=param_218,1 - -// 8272 -[obj_8272] -model=model_12382 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -recol1s=6438 -recol1d=6476 -recol2s=3235 -recol2d=3272 -name=Runite armour -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_1127 -param=param_214,1 -param=param_215,obj_1093 -param=param_216,1 -param=param_217,obj_1163 -param=param_218,1 - -// 8273 -[obj_8273] -model=model_12383 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -recol1s=16846 -recol1d=20512 -name=Cw armour 1 -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_4069 -param=param_214,1 -param=param_215,obj_4072 -param=param_216,1 -param=param_217,obj_4071 -param=param_218,1 - -// 8274 -[obj_8274] -model=model_12383 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -recol1s=20512 -recol1d=26293 -recol2s=1107 -recol2d=8468 -name=Cw armour 2 -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_4504 -param=param_214,1 -param=param_215,obj_4507 -param=param_216,1 -param=param_217,obj_4506 -param=param_218,1 - -// 8275 -[obj_8275] -model=model_12383 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -recol1s=20512 -recol1d=22179 -recol2s=1107 -recol2d=3173 -name=Cw armour 3 -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_4509 -param=param_214,1 -param=param_215,obj_4512 -param=param_216,1 -param=param_217,obj_4511 -param=param_218,1 - -// 8276 -[obj_8276] -model=model_12462 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -name=Rune case 1 -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,2 -param=param_215,obj_556 -param=param_216,1 -param=param_217,obj_555 -param=param_218,1 -param=param_219,obj_557 -param=param_220,1 -param=param_221,obj_554 -param=param_222,1 - -// 8277 -[obj_8277] -model=model_12462 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -name=Rune case 2 -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,2 -param=param_215,obj_559 -param=param_216,1 -param=param_217,obj_564 -param=param_218,1 -param=param_219,obj_562 -param=param_220,1 -param=param_221,obj_561 -param=param_222,1 - -// 8278 -[obj_8278] -model=model_12462 -dummyitem=1 -2dxof=-1 -2dyof=4 -2dzoom=3024 -2dyan=1808 -2dxan=180 -name=Rune case 3 -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,2 -param=param_215,obj_563 -param=param_216,1 -param=param_217,obj_565 -param=param_218,1 -param=param_219,obj_566 -param=param_220,1 -param=param_221,obj_560 -param=param_222,1 - -// 8279 -[obj_8279] -model=model_12167 -dummyitem=1 -2dxof=48 -2dyof=100 -2dzoom=1247 -2dyan=212 -2dxan=78 -name=Silverlight -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_2402 -param=param_214,1 - -// 8280 -[obj_8280] -model=model_12166 -dummyitem=1 -2dxof=48 -2dyof=100 -2dzoom=1247 -2dyan=212 -2dxan=78 -name=Excalibur -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_35 -param=param_214,1 - -// 8281 -[obj_8281] -model=model_12167 -dummyitem=1 -2dxof=48 -2dyof=100 -2dzoom=1247 -2dyan=212 -2dxan=78 -recol1s=15825 -recol1d=4162 -recol2s=32736 -recol2d=6342 -name=Darklight -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_6746 -param=param_214,1 - -// 8282 -[obj_8282] -model=model_12154 -dummyitem=1 -2dxof=48 -2dyof=84 -2dzoom=1887 -2dyan=212 -2dxan=78 -name=Anti-dragon shield -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_1540 -param=param_214,1 - -// 8283 -[obj_8283] -model=model_12153 -dummyitem=1 -2dxof=39 -2dyof=99 -2dzoom=919 -2dyan=277 -2dxan=55 -name=Amulet of glory -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_1704 -param=param_214,1 - -// 8284 -[obj_8284] -model=model_12158 -dummyitem=1 -2dxof=19 -2dyof=34 -2dzoom=2640 -2dyan=429 -2dzan=28 -2dxan=21 -contrast=100 -ambient=100 -name=Cape of legends -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_1052 -param=param_214,1 - -// 8285 -[obj_8285] -model=model_12525 -dummyitem=1 -2dxof=40 -2dyof=79 -2dzoom=1375 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=King arthur -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_7995 -param=param_214,1 - -// 8286 -[obj_8286] -model=model_12523 -dummyitem=1 -2dxof=40 -2dyof=79 -2dzoom=1375 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Elena -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_7996 -param=param_214,1 - -// 8287 -[obj_8287] -model=model_12524 -dummyitem=1 -2dxof=40 -2dyof=79 -2dzoom=1375 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Giant dwarf -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_7997 -param=param_214,1 - -// 8288 -[obj_8288] -model=model_12526 -dummyitem=1 -2dxof=40 -2dyof=79 -2dzoom=1503 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Miscellanians -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_7998 -param=param_214,1 - -// 8289 -[obj_8289] -model=model_12500 -dummyitem=1 -2dxof=40 -2dyof=79 -2dzoom=1631 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Lumbridge -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_8002 -param=param_214,1 - -// 8290 -[obj_8290] -model=model_12497 -dummyitem=1 -2dxof=40 -2dyof=75 -2dzoom=1631 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=The desert -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_7999 -param=param_214,1 - -// 8291 -[obj_8291] -model=model_12501 -dummyitem=1 -2dxof=40 -2dyof=75 -2dzoom=1759 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Morytania -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_8003 -param=param_214,1 - -// 8292 -[obj_8292] -model=model_12499 -dummyitem=1 -2dxof=40 -2dyof=75 -2dzoom=1759 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Karamja -param=param_211,obj_8782 -param=param_212,3 -param=param_213,obj_8001 -param=param_214,1 - -// 8293 -[obj_8293] -model=model_12498 -dummyitem=1 -2dxof=40 -2dyof=75 -2dzoom=1759 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Isafdar -param=param_211,obj_8782 -param=param_212,3 -param=param_213,obj_8000 -param=param_214,1 - -// 8294 -[obj_8294] -model=model_12175 -dummyitem=1 -2dxof=42 -2dyof=58 -2dzoom=1759 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Small map -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_8004 -param=param_214,1 - -// 8295 -[obj_8295] -model=model_12177 -dummyitem=1 -2dxof=42 -2dyof=58 -2dzoom=1759 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Medium map -param=param_211,obj_8782 -param=param_212,3 -param=param_213,obj_8005 -param=param_214,1 - -// 8296 -[obj_8296] -model=model_12176 -dummyitem=1 -2dxof=42 -2dyof=58 -2dzoom=1759 -2dyan=260 -2dxan=42 -contrast=100 -ambient=100 -name=Large map -param=param_211,obj_8782 -param=param_212,4 -param=param_213,obj_8006 -param=param_214,1 - -// 8297 -[obj_8297] -model=model_12428 -dummyitem=1 -2dyof=24 -2dzoom=4304 -2dyan=351 -2dxan=135 -name=Oak cage -param=param_211,obj_8778 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,2 - -// 8298 -[obj_8298] -model=model_12423 -dummyitem=1 -2dyof=24 -2dzoom=4176 -2dyan=351 -2dxan=135 -name=Oak and steel cage -param=param_211,obj_8778 -param=param_212,10 -param=param_213,obj_2353 -param=param_214,10 - -// 8299 -[obj_8299] -model=model_12438 -dummyitem=1 -2dyof=24 -2dzoom=4304 -2dyan=351 -2dxan=135 -name=Steel cage -param=param_211,obj_2353 -param=param_212,20 - -// 8300 -[obj_8300] -model=model_12433 -dummyitem=1 -2dyof=24 -2dzoom=4304 -2dyan=351 -2dxan=135 -name=Spiked cage -param=param_211,obj_2353 -param=param_212,25 - -// 8301 -[obj_8301] -model=model_12418 -dummyitem=1 -2dyof=24 -2dzoom=3920 -2dyan=351 -2dxan=135 -name=Bone cage -param=param_211,obj_8778 -param=param_212,10 -param=param_213,obj_526 -param=param_214,10 - -// 8302 -[obj_8302] -model=model_12518 -dummyitem=1 -2dyof=-22 -2dzoom=2512 -2dyan=1931 -2dxan=189 -name=Spikes -param=param_211,obj_2353 -param=param_212,20 -param=param_213,obj_995 -param=param_214,50000 - -// 8303 -[obj_8303] -model=model_12515 -dummyitem=1 -2dzoom=3280 -2dyan=324 -2dxan=201 -name=Tentacle pool -param=param_211,obj_1929 -param=param_212,20 -param=param_213,obj_995 -param=param_214,100000 - -// 8304 -[obj_8304] -model=model_12615 -dummyitem=1 -2dxof=-5 -2dyof=-32 -2dzoom=2512 -2dyan=1931 -2dxan=189 -name=Flame pit -param=param_211,obj_590 -param=param_212,20 -param=param_213,obj_995 -param=param_214,125000 - -// 8305 -[obj_8305] -model=model_13224 -dummyitem=1 -2dxof=8 -2dyof=-7 -2dzoom=4432 -2dyan=1841 -2dxan=87 -name=Rocnar -param=param_211,obj_995 -param=param_212,150000 - -// 8306 -[obj_8306] -model=model_12495 -dummyitem=1 -2dzoom=4432 -2dyan=1847 -2dxan=222 -name=Oak ladder -param=param_211,obj_8778 -param=param_212,5 - -// 8307 -[obj_8307] -model=model_12496 -dummyitem=1 -2dzoom=4432 -2dyan=1847 -2dxan=222 -name=Teak ladder -param=param_211,obj_8780 -param=param_212,5 - -// 8308 -[obj_8308] -model=model_12494 -dummyitem=1 -2dzoom=4432 -2dyan=1847 -2dxan=222 -name=Mahogany ladder -param=param_211,obj_8782 -param=param_212,5 - -// 8309 -[obj_8309] -model=model_12443 -2dyof=-9 -2dzoom=3152 -2dyan=1883 -2dxan=123 -dummyitem=1 -name=Crude wooden chair -param=param_211,obj_960 -param=param_212,2 -param=param_213,obj_1539 -param=param_214,2 - -// 8310 -[obj_8310] -model=model_12450 -2dyof=-9 -2dzoom=3152 -2dyan=1883 -2dxan=123 -dummyitem=1 -recol1s=28567 -recol1d=1602 -name=Wooden chair -param=param_211,obj_960 -param=param_212,3 -param=param_213,obj_1539 -param=param_214,3 - -// 8311 -[obj_8311] -model=model_12448 -2dyof=-9 -2dzoom=3152 -2dyan=1883 -2dxan=123 -dummyitem=1 -recol1s=28567 -recol1d=26400 -name=Rocking chair -param=param_211,obj_960 -param=param_212,3 -param=param_213,obj_1539 -param=param_214,3 - -// 8312 -[obj_8312] -model=model_12446 -2dyof=-9 -2dzoom=3152 -2dyan=1883 -2dxan=123 -dummyitem=1 -recol1s=28567 -recol1d=26048 -name=Oak chair -param=param_211,obj_8778 -param=param_212,2 - -// 8313 -[obj_8313] -model=model_12447 -2dyof=-9 -2dzoom=3152 -2dyan=1883 -2dxan=123 -dummyitem=1 -recol1s=28567 -recol1d=25664 -name=Oak armchair -param=param_211,obj_8778 -param=param_212,3 - -// 8314 -[obj_8314] -model=model_12449 -2dyof=-9 -2dzoom=3152 -2dyan=1883 -2dxan=123 -dummyitem=1 -recol1s=28567 -recol1d=25625 -name=Teak armchair -param=param_211,obj_8780 -param=param_212,2 - -// 8315 -[obj_8315] -model=model_12444 -2dyof=-9 -2dzoom=3152 -2dyan=1883 -2dxan=123 -dummyitem=1 -recol1s=28567 -recol1d=1112 -name=Mahogany armchair -param=param_211,obj_8782 -param=param_212,2 - -// 8316 -[obj_8316] -model=model_11818 -dummyitem=1 -2dxof=-4 -2dyof=-100 -2dzoom=1762 -2dyan=1290 -2dxan=332 -name=Brown rug -param=param_211,obj_8790 -param=param_212,2 - -// 8317 -[obj_8317] -model=model_12390 -dummyitem=1 -2dxof=-4 -2dyof=-100 -2dzoom=1762 -2dyan=1290 -2dxan=332 -name=Rug -param=param_211,obj_8790 -param=param_212,4 - -// 8318 -[obj_8318] -model=model_12527 -dummyitem=1 -2dxof=-1 -2dyof=-72 -2dzoom=2086 -2dyan=1290 -2dxan=332 -name=Opulent rug -param=param_211,obj_8790 -param=param_212,4 -param=param_213,obj_8784 -param=param_214,1 - -// 8319 -[obj_8319] -model=model_12415 -2dxof=11 -2dyof=-20 -2dzoom=4304 -2dyan=276 -2dxan=162 -dummyitem=1 -name=Wooden bookcase -param=param_211,obj_960 -param=param_212,4 -param=param_213,obj_1539 -param=param_214,4 - -// 8320 -[obj_8320] -model=model_12410 -2dxof=11 -2dyof=-20 -2dzoom=4304 -2dyan=276 -2dxan=162 -dummyitem=1 -recol1s=28567 -recol1d=1602 -name=Oak bookcase -param=param_211,obj_8778 -param=param_212,3 - -// 8321 -[obj_8321] -model=model_12409 -2dxof=11 -2dyof=-20 -2dzoom=4304 -2dyan=276 -2dxan=162 -dummyitem=1 -recol1s=28567 -recol1d=26400 -name=Mahogany b'kcase -param=param_211,obj_8782 -param=param_212,3 - -// 8322 -[obj_8322] -model=model_12453 -dummyitem=1 -2dxof=23 -2dyof=100 -2dyan=345 -2dxan=99 -name=Torn curtains -param=param_211,obj_960 -param=param_212,3 -param=param_213,obj_1539 -param=param_214,3 -param=param_215,obj_8790 -param=param_216,3 - -// 8323 -[obj_8323] -model=model_12451 -dummyitem=1 -2dxof=24 -2dyof=100 -2dyan=345 -2dxan=99 -name=Curtains -param=param_211,obj_8778 -param=param_212,3 -param=param_213,obj_8790 -param=param_214,3 - -// 8324 -[obj_8324] -model=model_12452 -dummyitem=1 -2dxof=24 -2dyof=100 -2dyan=345 -2dxan=99 -name=Opulent curtains -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_8790 -param=param_214,3 - -// 8325 -[obj_8325] -model=model_12610 -dummyitem=1 -2dxof=14 -2dyof=-10 -2dzoom=3920 -2dyan=279 -2dxan=105 -name=Clay fireplace -param=param_211,obj_1761 -param=param_212,3 - -// 8326 -[obj_8326] -model=model_12612 -dummyitem=1 -2dxof=-8 -2dyof=-12 -2dzoom=4816 -2dyan=279 -2dxan=105 -name=Stone fireplace -param=param_211,obj_3420 -param=param_212,2 - -// 8327 -[obj_8327] -model=model_12614 -dummyitem=1 -2dxof=-8 -2dyof=-12 -2dzoom=4816 -2dyan=279 -2dxan=105 -name=Marble fireplace -param=param_211,obj_8786 -param=param_212,1 - -// 8328 -[obj_8328] -model=model_11240 -dummyitem=1 -2dyof=-20 -2dzoom=4681 -2dyan=1898 -2dxan=108 -name=Teak portal -param=param_211,obj_8780 -param=param_212,3 - -// 8329 -[obj_8329] -model=model_11235 -dummyitem=1 -2dyof=-20 -2dzoom=4681 -2dyan=1898 -2dxan=108 -name=Mahogany portal -param=param_211,obj_8782 -param=param_212,3 - -// 8330 -[obj_8330] -model=model_11237 -dummyitem=1 -2dyof=-20 -2dzoom=4681 -2dyan=1898 -2dxan=108 -name=Marble portal -param=param_211,obj_8786 -param=param_212,3 - -// 8331 -[obj_8331] -model=model_13199 -dummyitem=1 -2dxof=1 -2dyof=-65 -2dzoom=5459 -2dyan=1877 -2dxan=225 -name=Teleport focus -param=param_211,obj_3420 -param=param_212,2 - -// 8332 -[obj_8332] -model=model_13200 -dummyitem=1 -2dxof=1 -2dyof=-65 -2dzoom=5459 -2dyan=1877 -2dxan=225 -name=Greater focus -param=param_211,obj_8786 -param=param_212,1 - -// 8333 -[obj_8333] -model=model_13192 -dummyitem=1 -2dxof=1 -2dyof=-65 -2dzoom=5459 -2dyan=1877 -2dxan=225 -name=Scrying pool -param=param_211,obj_8786 -param=param_212,4 - -// 8334 -[obj_8334] -model=model_12511 -op1=Study -op5=Remove -2dxof=9 -2dyof=5 -2dzoom=2512 -2dyan=1880 -2dxan=165 -dummyitem=1 -name=Oak lectern -param=param_211,obj_8778 -param=param_212,1 - -// 8335 -[obj_8335] -model=model_12509 -op1=Study -op5=Remove -2dxof=9 -2dyof=5 -2dzoom=2512 -2dyan=1880 -2dxan=165 -dummyitem=1 -name=Eagle lectern -param=param_211,obj_8778 -param=param_212,2 - -// 8336 -[obj_8336] -model=model_12506 -op1=Study -op5=Remove -2dxof=9 -2dyof=5 -2dzoom=2512 -2dyan=1880 -2dxan=165 -dummyitem=1 -name=Demon lectern -param=param_211,obj_8778 -param=param_212,2 - -// 8337 -[obj_8337] -model=model_12510 -op1=Study -op5=Remove -2dxof=9 -2dyof=5 -2dzoom=2512 -2dyan=1880 -2dxan=165 -dummyitem=1 -name=Teak eagle lectern -param=param_211,obj_8780 -param=param_212,2 - -// 8338 -[obj_8338] -model=model_12507 -op1=Study -op5=Remove -2dxof=9 -2dyof=5 -2dzoom=2512 -2dyan=1880 -2dxan=165 -dummyitem=1 -name=Teak demon lectern -param=param_211,obj_8780 -param=param_212,2 - -// 8339 -[obj_8339] -model=model_12508 -op1=Study -op5=Remove -2dxof=9 -2dyof=5 -2dzoom=2512 -2dyan=1880 -2dxan=165 -dummyitem=1 -name=Mahogany eagle -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_8784 -param=param_214,1 - -// 8340 -[obj_8340] -model=model_12505 -op1=Study -op5=Remove -2dxof=9 -2dyof=5 -2dzoom=2512 -2dyan=1880 -2dxan=165 -dummyitem=1 -name=Mahogany demon -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_8784 -param=param_214,1 - -// 8341 -[obj_8341] -model=model_12485 -op5=Remove -2dxof=-4 -2dyof=-100 -2dzoom=5456 -2dyan=1687 -2dxan=198 -dummyitem=1 -name=Globe -param=param_211,obj_8778 -param=param_212,3 - -// 8342 -[obj_8342] -model=model_12486 -op5=Remove -2dxof=2 -2dyof=-93 -2dzoom=6096 -2dyan=1671 -2dxan=155 -dummyitem=1 -name=Ornamental globe -param=param_211,obj_8780 -param=param_212,3 - -// 8343 -[obj_8343] -model=model_12484 -op5=Remove -2dxof=2 -2dyof=-93 -2dzoom=6096 -2dyan=1671 -2dxan=155 -dummyitem=1 -name=Lunar globe -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_8784 -param=param_214,1 - -// 8344 -[obj_8344] -model=model_12483 -op5=Remove -2dxof=2 -2dyof=-93 -2dzoom=6096 -2dyan=1671 -2dxan=155 -dummyitem=1 -name=Celestial globe -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_8784 -param=param_214,1 - -// 8345 -[obj_8345] -model=model_12482 -op5=Remove -2dxof=2 -2dyof=-93 -2dzoom=6096 -2dyan=1671 -2dxan=155 -dummyitem=1 -name=Armillary sphere -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_8784 -param=param_214,2 -param=param_215,obj_2353 -param=param_216,4 - -// 8346 -[obj_8346] -model=model_12971 -op5=Remove -2dyof=-93 -2dzoom=6352 -2dyan=1671 -2dxan=155 -dummyitem=1 -name=Small orrery -param=param_211,obj_8782 -param=param_212,3 -param=param_213,obj_8784 -param=param_214,3 - -// 8347 -[obj_8347] -model=model_12970 -op5=Remove -2dyof=-93 -2dzoom=6864 -2dyan=1671 -2dxan=124 -dummyitem=1 -name=Large orrery -param=param_211,obj_8782 -param=param_212,3 -param=param_213,obj_8784 -param=param_214,5 -param=param_213,obj_8786 -param=param_214,2 - -// 8348 -[obj_8348] -model=model_13135 -op5=Remove -2dxof=-3 -2dyof=-23 -2dzoom=3024 -2dyan=1937 -2dxan=126 -dummyitem=1 -name=Wooden telescope -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,1 - -// 8349 -[obj_8349] -model=model_13136 -op5=Remove -2dxof=-3 -2dyof=-23 -2dzoom=3024 -2dyan=1937 -2dxan=126 -dummyitem=1 -recol1s=28567 -recol1d=1602 -name=Teak telescope -param=param_211,obj_8780 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,1 - -// 8350 -[obj_8350] -model=model_13134 -op5=Remove -2dxof=-3 -2dyof=-23 -2dzoom=3024 -2dyan=1937 -2dxan=126 -dummyitem=1 -recol1s=28567 -recol1d=26400 -name=Mahogany 'scope -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_1775 -param=param_214,1 -param=param_213,obj_8784 -param=param_214,1 - -// 8351 -[obj_8351] -model=model_12952 -2dxof=2 -2dyof=-13 -2dzoom=2896 -2dyan=1661 -2dxan=156 -dummyitem=1 -name=Crystal ball -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_567 -param=param_214,1 - -// 8352 -[obj_8352] -model=model_12951 -2dxof=-3 -2dyof=-39 -2dzoom=3152 -2dyan=1604 -2dxan=99 -dummyitem=1 -name=Elemental sphere -param=param_211,obj_8780 -param=param_212,3 -param=param_213,obj_567 -param=param_214,1 -param=param_215,obj_8784 -param=param_216,1 - -// 8353 -[obj_8353] -model=model_12953 -2dxof=4 -2dyof=-37 -2dzoom=3536 -2dyan=1628 -2dxan=84 -dummyitem=1 -name=Crystal of power -param=param_211,obj_8782 -param=param_212,2 -param=param_213,obj_567 -param=param_214,1 -param=param_215,obj_8784 -param=param_216,2 - -// 8354 -[obj_8354] -model=model_12168 -ambient=30 -contrast=20 -dummyitem=1 -2dxof=28 -2dyof=100 -2dzoom=1892 -2dyan=315 -2dxan=89 -dummyitem=1 -name=Alchemical chart -param=param_211,obj_8790 -param=param_212,2 - -// 8355 -[obj_8355] -model=model_12169 -ambient=30 -contrast=20 -dummyitem=1 -2dxof=28 -2dyof=100 -2dzoom=1892 -2dyan=315 -2dxan=89 -dummyitem=1 -name=Astronomical chart -param=param_211,obj_8790 -param=param_212,3 - -// 8356 -[obj_8356] -model=model_12170 -ambient=30 -contrast=20 -dummyitem=1 -2dxof=28 -2dyof=100 -2dzoom=1892 -2dyan=315 -2dxan=89 -dummyitem=1 -name=Infernal chart -param=param_211,obj_8790 -param=param_212,4 - -// 8357 -[obj_8357] -model=model_12595 -dummyitem=1 -2dxof=-3 -2dyof=-18 -2dzoom=3664 -2dyan=1886 -2dxan=159 -name=Oak throne -param=param_211,obj_8778 -param=param_212,5 -param=param_213,obj_8786 -param=param_214,1 - -// 8358 -[obj_8358] -model=model_12596 -dummyitem=1 -2dyof=-18 -2dzoom=3664 -2dyan=1886 -2dxan=159 -name=Teak throne -param=param_211,obj_8780 -param=param_212,5 -param=param_213,obj_8786 -param=param_214,2 - -// 8359 -[obj_8359] -model=model_12593 -dummyitem=1 -2dyof=-26 -2dzoom=4048 -2dyan=1886 -2dxan=159 -name=Mahogany throne -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_8786 -param=param_214,3 - -// 8360 -[obj_8360] -model=model_12594 -dummyitem=1 -2dyof=-26 -2dzoom=4048 -2dyan=1886 -2dxan=159 -name=Gilded throne -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_8786 -param=param_214,2 -param=param_215,obj_8784 -param=param_216,3 - -// 8361 -[obj_8361] -model=model_12589 -dummyitem=1 -2dxof=-5 -2dyof=-26 -2dzoom=3408 -2dyan=1949 -2dxan=141 -name=Skeleton throne -param=param_211,obj_8788 -param=param_212,5 -param=param_213,obj_8786 -param=param_214,4 -param=param_215,obj_526 -param=param_216,5 -param=param_217,obj_964 -param=param_218,2 - -// 8362 -[obj_8362] -model=model_12590 -dummyitem=1 -2dxof=-5 -2dyof=-99 -2dzoom=3408 -2dyan=1955 -2dxan=219 -name=Crystal throne -param=param_211,obj_8788 -param=param_212,15 - -// 8363 -[obj_8363] -model=model_12592 -dummyitem=1 -2dyof=-35 -2dzoom=3664 -2dyan=1886 -2dxan=159 -name=Demonic throne -param=param_211,obj_8788 -param=param_212,25 - -// 8364 -[obj_8364] -model=model_13123 -dummyitem=1 -2dyof=-20 -2dzoom=3124 -2dyan=1700 -2dxan=153 -name=Oak lever -param=param_211,obj_8778 -param=param_212,5 - -// 8365 -[obj_8365] -model=model_13124 -dummyitem=1 -2dyof=-20 -2dzoom=3124 -2dyan=1700 -2dxan=153 -name=Teak lever -param=param_211,obj_8780 -param=param_212,5 - -// 8366 -[obj_8366] -model=model_13122 -dummyitem=1 -2dyof=-20 -2dzoom=3124 -2dyan=1700 -2dxan=153 -name=Mahogany lever -param=param_211,obj_8782 -param=param_212,5 - -// 8367 -[obj_8367] -model=model_12604 -dummyitem=1 -2dxof=-1 -2dyof=-20 -2dzoom=3152 -2dyan=1814 -2dxan=228 -name=Trapdoor -param=param_211,obj_8778 -param=param_212,5 - -// 8368 -[obj_8368] -model=model_12606 -dummyitem=1 -2dxof=-1 -2dyof=-20 -2dzoom=3152 -2dyan=1814 -2dxan=228 -name=Trapdoor -param=param_211,obj_8780 -param=param_212,5 - -// 8369 -[obj_8369] -model=model_12602 -dummyitem=1 -2dxof=-1 -2dyof=-20 -2dzoom=3152 -2dyan=1814 -2dxan=228 -name=Trapdoor -param=param_211,obj_8782 -param=param_212,5 - -// 8370 -[obj_8370] -model=model_12477 -dummyitem=1 -2dzoom=3152 -2dyan=1820 -2dxan=192 -name=Floor decoration -param=param_211,obj_8782 -param=param_212,5 - -// 8371 -[obj_8371] -model=model_12911 -dummyitem=1 -2dyof=-5 -2dzoom=6822 -2dyan=1838 -2dxan=180 -name=Steel cage -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_2353 -param=param_214,20 - -// 8372 -[obj_8372] -model=model_12602 -dummyitem=1 -2dxof=-1 -2dyof=-20 -2dzoom=3152 -2dyan=1814 -2dxan=228 -name=Trapdoor -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_8792 -param=param_214,10 - -// 8373 -[obj_8373] -model=model_13126 -dummyitem=1 -2dxof=-1 -2dyof=15 -2dzoom=3408 -2dyan=2012 -2dxan=165 -name=Lesser magic cage -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_8788 -param=param_214,2 - -// 8374 -[obj_8374] -model=model_13125 -dummyitem=1 -2dyof=-37 -2dzoom=4304 -2dyan=1976 -2dxan=141 -name=Greater magic cage -param=param_211,obj_8782 -param=param_212,5 -param=param_213,obj_8788 -param=param_214,4 - -// 8375 -[obj_8375] -model=model_10557 -dummyitem=1 -2dxof=-5 -2dzoom=4816 -2dyan=1850 -2dxan=177 -name=Wooden workbench -param=param_211,obj_960 -param=param_212,5 -param=param_213,obj_1539 -param=param_214,5 - -// 8376 -[obj_8376] -model=model_10556 -dummyitem=1 -2dxof=-5 -2dzoom=4816 -2dyan=1850 -2dxan=177 -name=Oak workbench -param=param_211,obj_8778 -param=param_212,5 - -// 8377 -[obj_8377] -model=model_12188 -dummyitem=1 -2dxof=-5 -2dzoom=4816 -2dyan=1850 -2dxan=177 -name=Steel framed bench -param=param_211,obj_8778 -param=param_212,6 -param=param_213,obj_2353 -param=param_214,4 - -// 8378 -[obj_8378] -model=model_12188 -dummyitem=1 -2dzoom=4048 -2dyan=1853 -2dxan=174 -name=Bench with vice -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_2353 -param=param_214,1 - -// 8379 -[obj_8379] -model=model_12188 -dummyitem=1 -2dzoom=4048 -2dyan=1853 -2dxan=174 -name=Bench with lathe -param=param_211,obj_8778 -param=param_212,2 -param=param_213,obj_2353 -param=param_214,1 - -// 8380 -[obj_8380] -model=model_12184 -dummyitem=1 -2dyof=-11 -2dzoom=3920 -2dyan=1868 -2dxan=210 -name=Crafting table 1 -param=param_211,obj_8778 -param=param_212,4 - -// 8381 -[obj_8381] -model=model_12184 -dummyitem=1 -2dyof=-11 -2dzoom=3920 -2dyan=1868 -2dxan=210 -name=Crafting table 2 -param=param_211,obj_1775 -param=param_212,1 - -// 8382 -[obj_8382] -model=model_12184 -dummyitem=1 -2dyof=-11 -2dzoom=3920 -2dyan=1868 -2dxan=210 -name=Crafting table 3 -param=param_211,obj_1775 -param=param_212,2 - -// 8383 -[obj_8383] -model=model_12185 -dummyitem=1 -2dyof=-11 -2dzoom=3920 -2dyan=1868 -2dxan=210 -name=Crafting table 4 -param=param_211,obj_8778 -param=param_212,2 - -// 8384 -[obj_8384] -model=model_12597 -dummyitem=1 -2dxof=-7 -2dyof=31 -2dzoom=2151 -2dyan=552 -2dxan=18 -name=Tool store 1 -param=param_211,obj_8778 -param=param_212,2 - -// 8385 -[obj_8385] -model=model_12598 -dummyitem=1 -2dxof=5 -2dyof=12 -2dzoom=2086 -2dyan=595 -2dzan=14 -2dxan=14 -name=Tool store 2 -param=param_211,obj_8778 -param=param_212,2 - -// 8386 -[obj_8386] -model=model_12599 -dummyitem=1 -2dxof=18 -2dyof=32 -2dzoom=2930 -2dyan=415 -name=Tool store 3 -param=param_211,obj_8778 -param=param_212,2 - -// 8387 -[obj_8387] -model=model_12600 -dummyitem=1 -2dxof=15 -2dyof=15 -2dzoom=2605 -2dyan=387 -name=Tool store 4 -param=param_211,obj_8778 -param=param_212,2 - -// 8388 -[obj_8388] -model=model_12601 -dummyitem=1 -2dxof=7 -2dyof=7 -2dzoom=2735 -2dyan=443 -name=Tool store 5 -param=param_211,obj_8778 -param=param_212,2 - -// 8389 -[obj_8389] -model=model_12187 -dummyitem=1 -2dzoom=4816 -2dyan=1832 -2dxan=189 -name=Repair bench -param=param_211,obj_8778 -param=param_212,2 - -// 8390 -[obj_8390] -model=model_10388 -dummyitem=1 -2dxof=6 -2dyof=-14 -2dzoom=3536 -2dyan=1862 -2dxan=150 -name=Whetstone -param=param_211,obj_8778 -param=param_212,4 -param=param_213,obj_3420 -param=param_214,1 - -// 8391 -[obj_8391] -model=model_12561 -dummyitem=1 -2dxof=-11 -2dyof=-93 -2dzoom=3280 -2dyan=1904 -2dxan=180 -name=Armour stand -param=param_211,obj_8778 -param=param_212,8 -param=param_213,obj_3420 -param=param_214,1 - -// 8392 -[obj_8392] -model=model_12564 -dummyitem=1 -2dxof=-2 -2dyof=-94 -2dzoom=3024 -2dyan=1901 -2dxan=189 -name=Pluming stand -param=param_211,obj_8778 -param=param_212,2 - -// 8393 -[obj_8393] -model=model_12563 -dummyitem=1 -2dxof=-2 -2dyof=-50 -2dzoom=3024 -2dyan=1892 -2dxan=165 -name=Shield easel -param=param_211,obj_8778 -param=param_212,4 - -// 8394 -[obj_8394] -model=model_12562 -dummyitem=1 -2dxof=-8 -2dyof=-20 -2dzoom=3408 -2dyan=1850 -2dxan=162 -name=Banner easel -param=param_211,obj_8778 -param=param_212,8 -param=param_213,obj_8790 -param=param_214,2 - -// 8395 -[obj_8395] -model=model_2318 -dummyitem=1 -cost=1000 -name=Parlour - -// 8396 -[obj_8396] -model=model_2318 -dummyitem=1 -cost=5000 -name=Kitchen - -// 8397 -[obj_8397] -model=model_2318 -dummyitem=1 -cost=5000 -name=Dining room - -// 8398 -[obj_8398] -model=model_2318 -dummyitem=1 -cost=10000 -name=Bedroom - -// 8399 -[obj_8399] -model=model_2318 -dummyitem=1 -cost=25000 -name=Games room - -// 8400 -[obj_8400] -model=model_2318 -dummyitem=1 -cost=25000 -name=Combat room - -// 8401 -[obj_8401] -model=model_2318 -dummyitem=1 -cost=15000 -name=Hall - -// 8402 -[obj_8402] -model=model_2318 -dummyitem=1 -cost=15000 -name=Hall - -// 8403 -[obj_8403] -model=model_2318 -dummyitem=1 -cost=25000 -name=Hall - -// 8404 -[obj_8404] -model=model_2318 -dummyitem=1 -cost=25000 -name=Hall - -// 8405 -[obj_8405] -model=model_2318 -dummyitem=1 -cost=50000 -name=Chapel - -// 8406 -[obj_8406] -model=model_2318 -dummyitem=1 -cost=10000 -name=Workshop - -// 8407 -[obj_8407] -model=model_2318 -dummyitem=1 -cost=50000 -name=Study - -// 8408 -[obj_8408] -model=model_2318 -dummyitem=1 -cost=100000 -name=Portal chamber - -// 8409 -[obj_8409] -model=model_2318 -dummyitem=1 -cost=150000 -name=Throne room - -// 8410 -[obj_8410] -model=model_2318 -dummyitem=1 -cost=150000 -name=Oubliette - -// 8411 -[obj_8411] -model=model_2318 -dummyitem=1 -cost=7500 -name=Dungeon corridor - -// 8412 -[obj_8412] -model=model_2318 -dummyitem=1 -cost=7500 -name=Dungeon cross - -// 8413 -[obj_8413] -model=model_2318 -dummyitem=1 -cost=7500 -name=Dungeon stairs - -// 8414 -[obj_8414] -model=model_2318 -dummyitem=1 -cost=250000 -name=Treasure room - -// 8415 -[obj_8415] -model=model_2318 -dummyitem=1 -cost=1000 -name=Garden - -// 8416 -[obj_8416] -model=model_2318 -dummyitem=1 -cost=75000 -name=Formal garden - -// 8417 -[obj_8417] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=1000 -members=yes -stockmarket=yes -name=Bagged dead tree -certlink=obj_8418 - -// 8418 -[obj_8418] -certlink=obj_8417 -certtemplate=obj_799 - -// 8419 -[obj_8419] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=2000 -members=yes -stockmarket=yes -name=Bagged nice tree -certlink=obj_8420 - -// 8420 -[obj_8420] -certlink=obj_8419 -certtemplate=obj_799 - -// 8421 -[obj_8421] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=5000 -members=yes -stockmarket=yes -name=Bagged oak tree -certlink=obj_8422 -param=param_211,obj_5370 -param=param_212,1 - -// 8422 -[obj_8422] -certlink=obj_8421 -certtemplate=obj_799 - -// 8423 -[obj_8423] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=10000 -members=yes -stockmarket=yes -name=Bagged willow tree -certlink=obj_8424 -param=param_211,obj_5371 -param=param_212,1 - -// 8424 -[obj_8424] -certlink=obj_8423 -certtemplate=obj_799 - -// 8425 -[obj_8425] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=15000 -members=yes -stockmarket=yes -name=Bagged maple tree -certlink=obj_8426 -param=param_211,obj_5372 -param=param_212,1 - -// 8426 -[obj_8426] -certlink=obj_8425 -certtemplate=obj_799 - -// 8427 -[obj_8427] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=20000 -members=yes -stockmarket=yes -name=Bagged yew tree -certlink=obj_8428 -param=param_211,obj_5373 -param=param_212,1 - -// 8428 -[obj_8428] -certlink=obj_8427 -certtemplate=obj_799 - -// 8429 -[obj_8429] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=50000 -members=yes -stockmarket=yes -name=Bagged magic tree -certlink=obj_8430 -param=param_211,obj_5374 -param=param_212,1 - -// 8430 -[obj_8430] -certlink=obj_8429 -certtemplate=obj_799 - -// 8431 -[obj_8431] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=1000 -members=yes -stockmarket=yes -name=Bagged plant 1 -certlink=obj_8432 - -// 8432 -[obj_8432] -certlink=obj_8431 -certtemplate=obj_799 - -// 8433 -[obj_8433] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=5000 -members=yes -stockmarket=yes -name=Bagged plant 2 -certlink=obj_8434 - -// 8434 -[obj_8434] -certlink=obj_8433 -certtemplate=obj_799 - -// 8435 -[obj_8435] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=10000 -members=yes -stockmarket=yes -name=Bagged plant 3 -certlink=obj_8436 - -// 8436 -[obj_8436] -certlink=obj_8435 -certtemplate=obj_799 - -// 8437 -[obj_8437] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=5000 -members=yes -stockmarket=yes -name=Thorny hedge -certlink=obj_8438 - -// 8438 -[obj_8438] -certlink=obj_8437 -certtemplate=obj_799 - -// 8439 -[obj_8439] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=10000 -members=yes -stockmarket=yes -name=Nice hedge -certlink=obj_8440 - -// 8440 -[obj_8440] -certlink=obj_8439 -certtemplate=obj_799 - -// 8441 -[obj_8441] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=15000 -members=yes -stockmarket=yes -name=Small box hedge -certlink=obj_8442 - -// 8442 -[obj_8442] -certlink=obj_8441 -certtemplate=obj_799 - -// 8443 -[obj_8443] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=20000 -members=yes -stockmarket=yes -name=Topiary hedge -certlink=obj_8444 - -// 8444 -[obj_8444] -certlink=obj_8443 -certtemplate=obj_799 - -// 8445 -[obj_8445] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=25000 -members=yes -stockmarket=yes -name=Fancy hedge -certlink=obj_8446 - -// 8446 -[obj_8446] -certlink=obj_8445 -certtemplate=obj_799 - -// 8447 -[obj_8447] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=50000 -members=yes -stockmarket=yes -name=Tall fancy hedge -certlink=obj_8448 - -// 8448 -[obj_8448] -certlink=obj_8447 -certtemplate=obj_799 - -// 8449 -[obj_8449] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=100000 -members=yes -stockmarket=yes -name=Tall box hedge -certlink=obj_8450 - -// 8450 -[obj_8450] -certlink=obj_8449 -certtemplate=obj_799 - -// 8451 -[obj_8451] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=5000 -members=yes -stockmarket=yes -name=Bagged rosemary -certlink=obj_8452 - -// 8452 -[obj_8452] -certlink=obj_8451 -certtemplate=obj_799 - -// 8453 -[obj_8453] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=10000 -members=yes -stockmarket=yes -name=Bagged daffodils -certlink=obj_8454 - -// 8454 -[obj_8454] -certlink=obj_8453 -certtemplate=obj_799 - -// 8455 -[obj_8455] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=15000 -members=yes -stockmarket=yes -name=Bagged bluebells -certlink=obj_8456 - -// 8456 -[obj_8456] -certlink=obj_8455 -certtemplate=obj_799 - -// 8457 -[obj_8457] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=5000 -members=yes -stockmarket=yes -name=Bagged sunflower -certlink=obj_8458 - -// 8458 -[obj_8458] -certlink=obj_8457 -certtemplate=obj_799 - -// 8459 -[obj_8459] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=10000 -members=yes -stockmarket=yes -name=Bagged marigolds -certlink=obj_8460 - -// 8460 -[obj_8460] -certlink=obj_8459 -certtemplate=obj_799 - -// 8461 -[obj_8461] -model=model_12307 -2dyof=-100 -2dzoom=919 -2dxan=249 -cost=15000 -members=yes -stockmarket=yes -name=Bagged roses -certlink=obj_8462 - -// 8462 -[obj_8462] -certlink=obj_8461 -certtemplate=obj_799 - -// 8463 -[obj_8463] -model=model_12280 -members=yes -cost=1 -2dxof=-1 -2dyof=3 -2dzoom=919 -2dyan=68 -2dxan=415 -iop1=Read -name=Construction guide - -// 8464 -[obj_8464] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=32569 -recol2s=15392 -recol2d=1072 -name=Rune heraldic helm - -// 8465 -[obj_8465] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8466 -[obj_8466] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=12759 -recol2s=15392 -recol2d=32569 -name=Rune heraldic helm - -// 8467 -[obj_8467] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8468 -[obj_8468] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=19059 -recol2s=15392 -recol2d=27204 -name=Rune heraldic helm - -// 8469 -[obj_8469] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8470 -[obj_8470] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=28379 -recol2s=15392 -recol2d=19463 -name=Rune heraldic helm - -// 8471 -[obj_8471] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8472 -[obj_8472] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=28407 -recol2s=15392 -recol2d=21709 -name=Rune heraldic helm - -// 8473 -[obj_8473] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8474 -[obj_8474] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=384 -recol2s=15392 -recol2d=1656 -name=Rune heraldic helm - -// 8475 -[obj_8475] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8476 -[obj_8476] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=21074 -recol2s=15392 -recol2d=13511 -name=Rune heraldic helm - -// 8477 -[obj_8477] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8478 -[obj_8478] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=28407 -recol2s=15392 -recol2d=0 -name=Rune heraldic helm - -// 8479 -[obj_8479] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8480 -[obj_8480] -cost=154 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=10688 -recol2s=15392 -recol2d=32614 -name=Rune heraldic helm - -// 8481 -[obj_8481] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8482 -[obj_8482] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=32569 -recol2s=15392 -recol2d=25730 -name=Rune heraldic helm - -// 8483 -[obj_8483] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8484 -[obj_8484] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=15789 -recol2s=15392 -recol2d=3876 -name=Rune heraldic helm - -// 8485 -[obj_8485] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8486 -[obj_8486] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=10434 -recol2s=15392 -recol2d=32576 -name=Rune heraldic helm - -// 8487 -[obj_8487] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8488 -[obj_8488] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=204 -recol2s=15392 -recol2d=32635 -name=Rune heraldic helm - -// 8489 -[obj_8489] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8490 -[obj_8490] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_116 -cost=35200 -members=yes -recol1s=16846 -recol1d=21074 -recol2s=15392 -recol2d=6342 -name=Rune heraldic helm - -// 8491 -[obj_8491] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8492 -[obj_8492] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=26176 -recol2s=15392 -recol2d=6342 -name=Rune heraldic helm - -// 8493 -[obj_8493] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8494 -[obj_8494] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=35200 -members=yes -recol1s=16846 -recol1d=2114 -recol2s=15392 -recol2d=19488 -name=Rune heraldic helm - -// 8495 -[obj_8495] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8496 -[obj_8496] -model=model_12282 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -name=Crude wooden chair -certlink=obj_8497 - -// 8497 -[obj_8497] -certlink=obj_8496 -certtemplate=obj_799 - -// 8498 -[obj_8498] -model=model_12282 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Wooden chair -certlink=obj_8499 - -// 8499 -[obj_8499] -certlink=obj_8498 -certtemplate=obj_799 - -// 8500 -[obj_8500] -model=model_12282 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26400 -name=Rocking chair -certlink=obj_8501 - -// 8501 -[obj_8501] -certlink=obj_8500 -certtemplate=obj_799 - -// 8502 -[obj_8502] -model=model_12282 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Oak chair -certlink=obj_8503 - -// 8503 -[obj_8503] -certlink=obj_8502 -certtemplate=obj_799 - -// 8504 -[obj_8504] -model=model_12282 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25664 -name=Oak armchair -certlink=obj_8505 - -// 8505 -[obj_8505] -certlink=obj_8504 -certtemplate=obj_799 - -// 8506 -[obj_8506] -model=model_12282 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=Teak armchair -certlink=obj_8507 - -// 8507 -[obj_8507] -certlink=obj_8506 -certtemplate=obj_799 - -// 8508 -[obj_8508] -model=model_12282 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1112 -name=Mahogany armchair -certlink=obj_8509 - -// 8509 -[obj_8509] -certlink=obj_8508 -certtemplate=obj_799 - -// 8510 -[obj_8510] -model=model_12285 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -name=Wooden bookcase -certlink=obj_8511 - -// 8511 -[obj_8511] -certlink=obj_8510 -certtemplate=obj_799 - -// 8512 -[obj_8512] -model=model_12285 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak bookcase -certlink=obj_8513 - -// 8513 -[obj_8513] -certlink=obj_8512 -certtemplate=obj_799 - -// 8514 -[obj_8514] -model=model_12285 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26400 -name=Mahogany b'kcase -certlink=obj_8515 - -// 8515 -[obj_8515] -certlink=obj_8514 -certtemplate=obj_799 - -// 8516 -[obj_8516] -model=model_12284 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -name=Beer barrel -certlink=obj_8517 - -// 8517 -[obj_8517] -certlink=obj_8516 -certtemplate=obj_799 - -// 8518 -[obj_8518] -model=model_12284 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Cider barrel -certlink=obj_8519 - -// 8519 -[obj_8519] -certlink=obj_8518 -certtemplate=obj_799 - -// 8520 -[obj_8520] -model=model_12284 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26400 -name=Asgarnian ale -certlink=obj_8521 - -// 8521 -[obj_8521] -certlink=obj_8520 -certtemplate=obj_799 - -// 8522 -[obj_8522] -model=model_12284 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Greenman's ale -certlink=obj_8523 - -// 8523 -[obj_8523] -certlink=obj_8522 -certtemplate=obj_799 - -// 8524 -[obj_8524] -model=model_12284 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25664 -name=Dragon bitter -certlink=obj_8525 - -// 8525 -[obj_8525] -certlink=obj_8524 -certtemplate=obj_799 - -// 8526 -[obj_8526] -model=model_12284 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=Chef's delight -certlink=obj_8527 - -// 8527 -[obj_8527] -certlink=obj_8526 -certtemplate=obj_799 - -// 8528 -[obj_8528] -model=model_12292 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -name=Wood kitchen table -certlink=obj_8529 - -// 8529 -[obj_8529] -certlink=obj_8528 -certtemplate=obj_799 - -// 8530 -[obj_8530] -model=model_12292 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak kitchen table -certlink=obj_8531 - -// 8531 -[obj_8531] -certlink=obj_8530 -certtemplate=obj_799 - -// 8532 -[obj_8532] -model=model_12292 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26400 -name=Teak kitchen table -certlink=obj_8533 - -// 8533 -[obj_8533] -certlink=obj_8532 -certtemplate=obj_799 - -// 8534 -[obj_8534] -model=model_12293 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -name=Oak lectern -certlink=obj_8535 - -// 8535 -[obj_8535] -certlink=obj_8534 -certtemplate=obj_799 - -// 8536 -[obj_8536] -model=model_12293 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=1602 -name=Eagle lectern -certlink=obj_8537 - -// 8537 -[obj_8537] -certlink=obj_8536 -certtemplate=obj_799 - -// 8538 -[obj_8538] -model=model_12293 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=26400 -name=Demon lectern -certlink=obj_8539 - -// 8539 -[obj_8539] -certlink=obj_8538 -certtemplate=obj_799 - -// 8540 -[obj_8540] -model=model_12293 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=26048 -name=Teak eagle lectern -certlink=obj_8541 - -// 8541 -[obj_8541] -certlink=obj_8540 -certtemplate=obj_799 - -// 8542 -[obj_8542] -model=model_12293 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=25664 -name=Teak demon lectern -certlink=obj_8543 - -// 8543 -[obj_8543] -certlink=obj_8542 -certtemplate=obj_799 - -// 8544 -[obj_8544] -model=model_12293 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=25625 -name=Mahogany eagle -certlink=obj_8545 - -// 8545 -[obj_8545] -certlink=obj_8544 -certtemplate=obj_799 - -// 8546 -[obj_8546] -model=model_12293 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=1112 -name=Mahogany demon -certlink=obj_8547 - -// 8547 -[obj_8547] -certlink=obj_8546 -certtemplate=obj_799 - -// 8548 -[obj_8548] -model=model_12289 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -name=Wood dining table -certlink=obj_8549 - -// 8549 -[obj_8549] -certlink=obj_8548 -certtemplate=obj_799 - -// 8550 -[obj_8550] -model=model_12289 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak dining table -certlink=obj_8551 - -// 8551 -[obj_8551] -certlink=obj_8550 -certtemplate=obj_799 - -// 8552 -[obj_8552] -model=model_12289 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26400 -name=Carved oak table -certlink=obj_8553 - -// 8553 -[obj_8553] -certlink=obj_8552 -certtemplate=obj_799 - -// 8554 -[obj_8554] -model=model_12289 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak table -certlink=obj_8555 - -// 8555 -[obj_8555] -certlink=obj_8554 -certtemplate=obj_799 - -// 8556 -[obj_8556] -model=model_12289 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25664 -name=Carved teak table -certlink=obj_8557 - -// 8557 -[obj_8557] -certlink=obj_8556 -certtemplate=obj_799 - -// 8558 -[obj_8558] -model=model_12289 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=Mahogany table -certlink=obj_8559 - -// 8559 -[obj_8559] -certlink=obj_8558 -certtemplate=obj_799 - -// 8560 -[obj_8560] -model=model_12289 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1112 -name=Opulent table -certlink=obj_8561 - -// 8561 -[obj_8561] -certlink=obj_8560 -certtemplate=obj_799 - -// 8562 -[obj_8562] -model=model_12288 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -name=Wooden bench -certlink=obj_8563 - -// 8563 -[obj_8563] -certlink=obj_8562 -certtemplate=obj_799 - -// 8564 -[obj_8564] -model=model_12288 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak bench -certlink=obj_8565 - -// 8565 -[obj_8565] -certlink=obj_8564 -certtemplate=obj_799 - -// 8566 -[obj_8566] -model=model_12288 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26400 -name=Carved oak bench -certlink=obj_8567 - -// 8567 -[obj_8567] -certlink=obj_8566 -certtemplate=obj_799 - -// 8568 -[obj_8568] -model=model_12288 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak dining bench -certlink=obj_8569 - -// 8569 -[obj_8569] -certlink=obj_8568 -certtemplate=obj_799 - -// 8570 -[obj_8570] -model=model_12288 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25664 -name=Carved teak bench -certlink=obj_8571 - -// 8571 -[obj_8571] -certlink=obj_8570 -certtemplate=obj_799 - -// 8572 -[obj_8572] -model=model_12288 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=Mahogany bench -certlink=obj_8573 - -// 8573 -[obj_8573] -certlink=obj_8572 -certtemplate=obj_799 - -// 8574 -[obj_8574] -model=model_12288 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1112 -name=Gilded bench -certlink=obj_8575 - -// 8575 -[obj_8575] -certlink=obj_8574 -certtemplate=obj_799 - -// 8576 -[obj_8576] -model=model_12283 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -name=Wooden bed -certlink=obj_8577 - -// 8577 -[obj_8577] -certlink=obj_8576 -certtemplate=obj_799 - -// 8578 -[obj_8578] -model=model_12283 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak bed -certlink=obj_8579 - -// 8579 -[obj_8579] -certlink=obj_8578 -certtemplate=obj_799 - -// 8580 -[obj_8580] -model=model_12283 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26400 -name=Large oak bed -certlink=obj_8581 - -// 8581 -[obj_8581] -certlink=obj_8580 -certtemplate=obj_799 - -// 8582 -[obj_8582] -model=model_12283 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak bed -certlink=obj_8583 - -// 8583 -[obj_8583] -certlink=obj_8582 -certtemplate=obj_799 - -// 8584 -[obj_8584] -model=model_12283 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25664 -name=Large teak bed -certlink=obj_8585 - -// 8585 -[obj_8585] -certlink=obj_8584 -certtemplate=obj_799 - -// 8586 -[obj_8586] -model=model_12283 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=4-poster -certlink=obj_8587 - -// 8587 -[obj_8587] -certlink=obj_8586 -certtemplate=obj_799 - -// 8588 -[obj_8588] -model=model_12283 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1112 -name=Gilded 4-poster -certlink=obj_8589 - -// 8589 -[obj_8589] -certlink=obj_8588 -certtemplate=obj_799 - -// 8590 -[obj_8590] -model=model_12286 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -name=Oak clock -certlink=obj_8591 - -// 8591 -[obj_8591] -certlink=obj_8590 -certtemplate=obj_799 - -// 8592 -[obj_8592] -model=model_12286 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Teak clock -certlink=obj_8593 - -// 8593 -[obj_8593] -certlink=obj_8592 -certtemplate=obj_799 - -// 8594 -[obj_8594] -model=model_12286 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26400 -name=Gilded clock -certlink=obj_8595 - -// 8595 -[obj_8595] -certlink=obj_8594 -certtemplate=obj_799 - -// 8596 -[obj_8596] -model=model_12290 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -name=Shaving stand -certlink=obj_8597 - -// 8597 -[obj_8597] -certlink=obj_8596 -certtemplate=obj_799 - -// 8598 -[obj_8598] -model=model_12290 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak shaving stand -certlink=obj_8599 - -// 8599 -[obj_8599] -certlink=obj_8598 -certtemplate=obj_799 - -// 8600 -[obj_8600] -model=model_12290 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26400 -name=Oak dresser -certlink=obj_8601 - -// 8601 -[obj_8601] -certlink=obj_8600 -certtemplate=obj_799 - -// 8602 -[obj_8602] -model=model_12290 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak dresser -certlink=obj_8603 - -// 8603 -[obj_8603] -certlink=obj_8602 -certtemplate=obj_799 - -// 8604 -[obj_8604] -model=model_12290 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25664 -name=Fancy teak dresser -certlink=obj_8605 - -// 8605 -[obj_8605] -certlink=obj_8604 -certtemplate=obj_799 - -// 8606 -[obj_8606] -model=model_12290 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=Mahogany dresser -certlink=obj_8607 - -// 8607 -[obj_8607] -certlink=obj_8606 -certtemplate=obj_799 - -// 8608 -[obj_8608] -model=model_12290 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1112 -name=Gilded dresser -certlink=obj_8609 - -// 8609 -[obj_8609] -certlink=obj_8608 -certtemplate=obj_799 - -// 8610 -[obj_8610] -model=model_12295 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -name=Shoe box -certlink=obj_8611 - -// 8611 -[obj_8611] -certlink=obj_8610 -certtemplate=obj_799 - -// 8612 -[obj_8612] -model=model_12295 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak drawers -certlink=obj_8613 - -// 8613 -[obj_8613] -certlink=obj_8612 -certtemplate=obj_799 - -// 8614 -[obj_8614] -model=model_12295 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26400 -name=Oak wardrobe -certlink=obj_8615 - -// 8615 -[obj_8615] -certlink=obj_8614 -certtemplate=obj_799 - -// 8616 -[obj_8616] -model=model_12295 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak drawers -certlink=obj_8617 - -// 8617 -[obj_8617] -certlink=obj_8616 -certtemplate=obj_799 - -// 8618 -[obj_8618] -model=model_12295 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25664 -name=Teak wardrobe -certlink=obj_8619 - -// 8619 -[obj_8619] -certlink=obj_8618 -certtemplate=obj_799 - -// 8620 -[obj_8620] -model=model_12295 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=Mahogany 'drobe -certlink=obj_8621 - -// 8621 -[obj_8621] -certlink=obj_8620 -certtemplate=obj_799 - -// 8622 -[obj_8622] -model=model_12295 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1112 -name=Gilded wardrobe -certlink=obj_8623 - -// 8623 -[obj_8623] -certlink=obj_8622 -certtemplate=obj_799 - -// 8624 -[obj_8624] -model=model_12287 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -name=Crystal ball -certlink=obj_8625 - -// 8625 -[obj_8625] -certlink=obj_8624 -certtemplate=obj_799 - -// 8626 -[obj_8626] -model=model_12287 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=1602 -name=Elemental sphere -certlink=obj_8627 - -// 8627 -[obj_8627] -certlink=obj_8626 -certtemplate=obj_799 - -// 8628 -[obj_8628] -model=model_12287 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=26400 -name=Crystal of power -certlink=obj_8629 - -// 8629 -[obj_8629] -certlink=obj_8628 -certtemplate=obj_799 - -// 8630 -[obj_8630] -model=model_12291 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -name=Globe -certlink=obj_8631 - -// 8631 -[obj_8631] -certlink=obj_8630 -certtemplate=obj_799 - -// 8632 -[obj_8632] -model=model_12291 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=1602 -name=Ornamental globe -certlink=obj_8633 - -// 8633 -[obj_8633] -certlink=obj_8632 -certtemplate=obj_799 - -// 8634 -[obj_8634] -model=model_12291 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=26400 -name=Lunar globe -certlink=obj_8635 - -// 8635 -[obj_8635] -certlink=obj_8634 -certtemplate=obj_799 - -// 8636 -[obj_8636] -model=model_12291 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=26048 -name=Celestial globe -certlink=obj_8637 - -// 8637 -[obj_8637] -certlink=obj_8636 -certtemplate=obj_799 - -// 8638 -[obj_8638] -model=model_12291 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=25664 -name=Armillary sphere -certlink=obj_8639 - -// 8639 -[obj_8639] -certlink=obj_8638 -certtemplate=obj_799 - -// 8640 -[obj_8640] -model=model_12291 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=25625 -name=Small orrery -certlink=obj_8641 - -// 8641 -[obj_8641] -certlink=obj_8640 -certtemplate=obj_799 - -// 8642 -[obj_8642] -model=model_12291 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=1112 -name=Large orrery -certlink=obj_8643 - -// 8643 -[obj_8643] -certlink=obj_8642 -certtemplate=obj_799 - -// 8644 -[obj_8644] -model=model_12294 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -name=Wooden telescope -certlink=obj_8645 - -// 8645 -[obj_8645] -certlink=obj_8644 -certtemplate=obj_799 - -// 8646 -[obj_8646] -model=model_12294 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=1602 -name=Teak telescope -certlink=obj_8647 - -// 8647 -[obj_8647] -certlink=obj_8646 -certtemplate=obj_799 - -// 8648 -[obj_8648] -model=model_12294 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -recol1s=28567 -recol1d=26400 -name=Mahogany 'scope -certlink=obj_8649 - -// 8649 -[obj_8649] -certlink=obj_8648 -certtemplate=obj_799 - -// 8650 -[obj_8650] -model=model_12986 -manwear=model_12773 -womanwear=model_12773 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8651 -[obj_8651] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8652 -[obj_8652] -model=model_12987 -manwear=model_12774 -womanwear=model_12774 -iop2=Wield -ambient=30 -2dyof=4 -2dzoom=2060 -2dzan=41 -2dxan=622 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8653 -[obj_8653] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8654 -[obj_8654] -model=model_12988 -manwear=model_12775 -womanwear=model_12775 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8655 -[obj_8655] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8656 -[obj_8656] -model=model_12989 -manwear=model_12776 -womanwear=model_12776 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8657 -[obj_8657] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8658 -[obj_8658] -model=model_12990 -manwear=model_12777 -womanwear=model_12777 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8659 -[obj_8659] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8660 -[obj_8660] -model=model_12991 -manwear=model_12778 -womanwear=model_12778 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8661 -[obj_8661] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8662 -[obj_8662] -model=model_12992 -manwear=model_12779 -womanwear=model_12779 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8663 -[obj_8663] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8664 -[obj_8664] -model=model_12993 -manwear=model_12780 -womanwear=model_12780 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8665 -[obj_8665] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8666 -[obj_8666] -model=model_12994 -manwear=model_12781 -womanwear=model_12781 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8667 -[obj_8667] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8668 -[obj_8668] -model=model_12995 -manwear=model_12782 -womanwear=model_12782 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8669 -[obj_8669] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8670 -[obj_8670] -model=model_12996 -manwear=model_12783 -womanwear=model_12783 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8671 -[obj_8671] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8672 -[obj_8672] -model=model_12997 -manwear=model_12784 -womanwear=model_12784 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8673 -[obj_8673] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8674 -[obj_8674] -model=model_12998 -manwear=model_12785 -womanwear=model_12785 -iop2=Wield -ambient=30 -2dzoom=2022 -2dzan=41 -2dxan=581 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8675 -[obj_8675] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8676 -[obj_8676] -model=model_12999 -manwear=model_12786 -womanwear=model_12786 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=429 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8677 -[obj_8677] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8678 -[obj_8678] -model=model_13000 -manwear=model_12787 -womanwear=model_12787 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8679 -[obj_8679] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8680 -[obj_8680] -model=model_13001 -manwear=model_12788 -womanwear=model_12788 -iop2=Wield -ambient=30 -2dzoom=2060 -2dxan=464 -members=yes -name=Banner -womanwearoff=3,-11,6 - -// 8681 -[obj_8681] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8682 -[obj_8682] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=32569 -recol2s=15392 -recol2d=1072 -name=Steel heraldic helm - -// 8683 -[obj_8683] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8684 -[obj_8684] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=12759 -recol2s=15392 -recol2d=32569 -name=Steel heraldic helm - -// 8685 -[obj_8685] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8686 -[obj_8686] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=19059 -recol2s=15392 -recol2d=27204 -name=Steel heraldic helm - -// 8687 -[obj_8687] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8688 -[obj_8688] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=28379 -recol2s=15392 -recol2d=19463 -name=Steel heraldic helm - -// 8689 -[obj_8689] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8690 -[obj_8690] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=28407 -recol2s=15392 -recol2d=21709 -name=Steel heraldic helm - -// 8691 -[obj_8691] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8692 -[obj_8692] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=384 -recol2s=15392 -recol2d=1656 -name=Steel heraldic helm - -// 8693 -[obj_8693] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8694 -[obj_8694] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=21074 -recol2s=15392 -recol2d=13511 -name=Steel heraldic helm - -// 8695 -[obj_8695] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8696 -[obj_8696] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=28407 -recol2s=15392 -recol2d=0 -name=Steel heraldic helm - -// 8697 -[obj_8697] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8698 -[obj_8698] -cost=154 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=10688 -recol2s=15392 -recol2d=32614 -name=Steel heraldic helm - -// 8699 -[obj_8699] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8700 -[obj_8700] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=32569 -recol2s=15392 -recol2d=25730 -name=Steel heraldic helm - -// 8701 -[obj_8701] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8702 -[obj_8702] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=15789 -recol2s=15392 -recol2d=3876 -name=Steel heraldic helm - -// 8703 -[obj_8703] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8704 -[obj_8704] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=10434 -recol2s=15392 -recol2d=32576 -name=Steel heraldic helm - -// 8705 -[obj_8705] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8706 -[obj_8706] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=204 -recol2s=15392 -recol2d=32635 -name=Steel heraldic helm - -// 8707 -[obj_8707] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8708 -[obj_8708] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=21074 -recol2s=15392 -recol2d=6342 -name=Steel heraldic helm - -// 8709 -[obj_8709] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8710 -[obj_8710] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=26176 -recol2s=15392 -recol2d=6342 -name=Steel heraldic helm - -// 8711 -[obj_8711] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8712 -[obj_8712] -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -cost=600 -members=yes -recol1s=16846 -recol1d=2114 -recol2s=15392 -recol2d=19488 -name=Steel heraldic helm - -// 8713 -[obj_8713] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8714 -[obj_8714] -model=model_13034 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12817 -womanwear=model_12818 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8715 -[obj_8715] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8716 -[obj_8716] -model=model_13035 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12819 -womanwear=model_12820 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8717 -[obj_8717] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8718 -[obj_8718] -model=model_13036 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12821 -womanwear=model_12822 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8719 -[obj_8719] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8720 -[obj_8720] -model=model_13037 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12823 -womanwear=model_12824 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8721 -[obj_8721] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8722 -[obj_8722] -model=model_13038 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12825 -womanwear=model_12826 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8723 -[obj_8723] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8724 -[obj_8724] -model=model_13039 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12828 -womanwear=model_12829 -ambient=10 -members=yes -cost=54400 -recol1s=32480 -recol1d=1656 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8725 -[obj_8725] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8726 -[obj_8726] -model=model_13040 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12830 -womanwear=model_12831 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8727 -[obj_8727] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8728 -[obj_8728] -model=model_13041 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12832 -womanwear=model_12833 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8729 -[obj_8729] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8730 -[obj_8730] -model=model_13042 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -cost=238 -manwear=model_12834 -womanwear=model_12835 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8731 -[obj_8731] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8732 -[obj_8732] -model=model_13043 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -cost=238 -manwear=model_12836 -womanwear=model_12837 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8733 -[obj_8733] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8734 -[obj_8734] -model=model_13044 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12838 -womanwear=model_12839 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8735 -[obj_8735] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8736 -[obj_8736] -model=model_13045 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -cost=238 -manwear=model_12840 -womanwear=model_12841 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8737 -[obj_8737] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8738 -[obj_8738] -model=model_13046 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12842 -womanwear=model_12843 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8739 -[obj_8739] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8740 -[obj_8740] -model=model_13047 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -cost=238 -manwear=model_12844 -womanwear=model_12845 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8741 -[obj_8741] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8742 -[obj_8742] -model=model_13048 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12846 -womanwear=model_12847 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8743 -[obj_8743] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8744 -[obj_8744] -model=model_13049 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -cost=238 -manwear=model_12848 -womanwear=model_12849 -ambient=10 -members=yes -cost=54400 -name=Rune kiteshield -manwearoff=0,4,0 - -// 8745 -[obj_8745] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8746 -[obj_8746] -model=model_13034 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12817 -womanwear=model_12818 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8747 -[obj_8747] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8748 -[obj_8748] -model=model_13035 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12819 -womanwear=model_12820 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8749 -[obj_8749] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8750 -[obj_8750] -model=model_13036 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12821 -womanwear=model_12822 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8751 -[obj_8751] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8752 -[obj_8752] -model=model_13037 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12823 -womanwear=model_12824 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8753 -[obj_8753] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8754 -[obj_8754] -model=model_13038 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12825 -womanwear=model_12826 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8755 -[obj_8755] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8756 -[obj_8756] -model=model_13039 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12828 -womanwear=model_12829 -ambient=10 -members=yes -cost=900 -recol1s=32480 -recol1d=1656 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8757 -[obj_8757] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8758 -[obj_8758] -model=model_13040 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12830 -womanwear=model_12831 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8759 -[obj_8759] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8760 -[obj_8760] -model=model_13041 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12832 -womanwear=model_12833 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8761 -[obj_8761] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8762 -[obj_8762] -model=model_13042 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -cost=238 -manwear=model_12834 -womanwear=model_12835 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8763 -[obj_8763] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8764 -[obj_8764] -model=model_13043 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -cost=238 -manwear=model_12836 -womanwear=model_12837 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8765 -[obj_8765] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8766 -[obj_8766] -model=model_13044 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12838 -womanwear=model_12839 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8767 -[obj_8767] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8768 -[obj_8768] -model=model_13045 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -cost=238 -manwear=model_12840 -womanwear=model_12841 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8769 -[obj_8769] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8770 -[obj_8770] -model=model_13046 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12842 -womanwear=model_12843 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8771 -[obj_8771] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8772 -[obj_8772] -model=model_13047 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -cost=238 -manwear=model_12844 -womanwear=model_12845 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8773 -[obj_8773] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8774 -[obj_8774] -model=model_13048 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -manwear=model_12846 -womanwear=model_12847 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8775 -[obj_8775] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8776 -[obj_8776] -model=model_13049 -2dxof=-4 -2dyof=-9 -2dzoom=1568 -2dyan=152 -2dzan=138 -2dxan=484 -iop2=Wear -cost=238 -manwear=model_12848 -womanwear=model_12849 -ambient=10 -members=yes -cost=900 -name=Steel kiteshield -manwearoff=0,4,0 - -// 8777 -[obj_8777] -dummyitem=2 -iop1=Wear -cost=1 -model=model_2521 -2dyof=1 -2dzoom=1940 -2dxan=572 -recol1s=2340 -recol1d=26065 - -// 8778 -[obj_8778] -cost=250 -model=model_12306 -2dyof=18 -2dyan=148 -2dxan=356 -ambient=25 -members=yes -stockmarket=yes -recol1s=20933 -recol1d=22059 -recol2s=7329 -recol2d=14662 -name=Oak plank -certlink=obj_8779 - -// 8779 -[obj_8779] -certlink=obj_8778 -certtemplate=obj_799 - -// 8780 -[obj_8780] -cost=500 -members=yes -model=model_12306 -2dyof=18 -2dyan=148 -2dxan=356 -ambient=25 -stockmarket=yes -recol1s=20933 -recol1d=14695 -recol2s=7329 -recol2d=10467 -name=Teak plank -certlink=obj_8781 - -// 8781 -[obj_8781] -certlink=obj_8780 -certtemplate=obj_799 - -// 8782 -[obj_8782] -members=yes -cost=1500 -model=model_12306 -2dyof=18 -2dyan=148 -2dxan=356 -ambient=25 -stockmarket=yes -recol1s=20933 -recol1d=11492 -recol2s=7329 -recol2d=8355 -name=Mahogany plank -certlink=obj_8783 - -// 8783 -[obj_8783] -certlink=obj_8782 -certtemplate=obj_799 - -// 8784 -[obj_8784] -cost=130000 -members=yes -model=model_12297 -2dyof=-15 -2dzoom=1360 -2dyan=1658 -2dxan=218 -stockmarket=yes -recol1s=32767 -recol1d=23863 -name=Gold leaf -certlink=obj_8785 - -// 8785 -[obj_8785] -certlink=obj_8784 -certtemplate=obj_799 - -// 8786 -[obj_8786] -cost=325000 -members=yes -model=model_12304 -2dxof=-7 -2dyof=-41 -2dyan=164 -2dxan=220 -stockmarket=yes -recol1s=11488 -recol1d=15852 -name=Marble block -certlink=obj_8787 - -// 8787 -[obj_8787] -certlink=obj_8786 -certtemplate=obj_799 - -// 8788 -[obj_8788] -cost=975000 -members=yes -model=model_12302 -2dxof=-1 -2dyof=1 -2dzoom=720 -2dyan=1888 -2dxan=403 -stockmarket=yes -recol1s=11488 -recol1d=15852 -name=Magic stone -certlink=obj_8789 - -// 8789 -[obj_8789] -certlink=obj_8788 -certtemplate=obj_799 - -// 8790 -[obj_8790] -cost=650 -members=yes -model=model_15425 -2dyof=9 -2dzoom=1360 -2dyan=2036 -2dxan=374 -stockmarket=yes -recol1s=32767 -recol1d=23863 -name=Bolt of cloth -certlink=obj_8791 - -// 8791 -[obj_8791] -certlink=obj_8790 -certtemplate=obj_799 - -// 8792 -[obj_8792] -cost=500 -members=yes -model=model_12278 -2dyof=-6 -2dzoom=848 -2dyan=183 -2dxan=113 -stockmarket=yes -recol1s=32767 -recol1d=23863 -name=Clockwork -certlink=obj_8793 - -// 8793 -[obj_8793] -certlink=obj_8792 -certtemplate=obj_799 - -// 8794 -[obj_8794] -cost=13 -members=yes -manwear=model_12816 -womanwear=model_12816 -model=model_12309 -2dxof=-1 -2dyof=2 -2dzoom=1232 -2dyan=2036 -2dxan=534 -stockmarket=yes -name=Saw -womanwearoff=3,-11,6 -certlink=obj_8795 - -// 8795 -[obj_8795] -certlink=obj_8794 -certtemplate=obj_799 - -// 8796 -[obj_8796] -cost=20 -members=yes -model=model_6505 -2dxof=-7 -2dyof=-41 -2dyan=164 -2dxan=220 -recol1s=11488 -recol1d=15852 -name=Thing - -// 8797 -[obj_8797] -model=model_2521 -name=Picture - -// 8798 -[obj_8798] -model=model_12797 -manwear=model_12797 -womanwear=model_12797 -dummyitem=2 -members=yes -dummyitem=2 -members=yes - -// 8799 -[obj_8799] -model=model_12809 -manwear=model_12809 -womanwear=model_12809 -dummyitem=2 -members=yes - -// 8800 -[obj_8800] -model=model_12805 -manwear=model_12805 -womanwear=model_12805 -dummyitem=2 -members=yes - -// 8801 -[obj_8801] -model=model_12801 -manwear=model_12801 -womanwear=model_12801 -dummyitem=2 -members=yes - -// 8802 -[obj_8802] -model=model_12803 -manwear=model_12803 -womanwear=model_12803 -dummyitem=2 -members=yes - -// 8803 -[obj_8803] -model=model_12807 -manwear=model_12807 -womanwear=model_12807 -dummyitem=2 -members=yes - -// 8804 -[obj_8804] -model=model_12799 -manwear=model_12799 -womanwear=model_12799 -dummyitem=2 -members=yes - -// 8805 -[obj_8805] -model=model_12798 -manwear=model_12798 -womanwear=model_12798 -dummyitem=2 -members=yes - -// 8806 -[obj_8806] -model=model_12810 -manwear=model_12810 -womanwear=model_12810 -dummyitem=2 -members=yes - -// 8807 -[obj_8807] -model=model_12806 -manwear=model_12806 -womanwear=model_12806 -dummyitem=2 -members=yes - -// 8808 -[obj_8808] -model=model_12802 -manwear=model_12802 -womanwear=model_12802 -dummyitem=2 -members=yes - -// 8809 -[obj_8809] -model=model_12804 -manwear=model_12804 -womanwear=model_12804 -dummyitem=2 -members=yes - -// 8810 -[obj_8810] -model=model_12808 -manwear=model_12808 -womanwear=model_12808 -dummyitem=2 -members=yes - -// 8811 -[obj_8811] -model=model_12800 -manwear=model_12800 -womanwear=model_12800 -dummyitem=2 -members=yes - -// 8812 -[obj_8812] -model=model_12795 -manwear=model_12795 -womanwear=model_12795 -dummyitem=2 -members=yes - -// 8813 -[obj_8813] -model=model_12793 -manwear=model_12793 -womanwear=model_12793 -dummyitem=2 -members=yes - -// 8814 -[obj_8814] -model=model_12789 -manwear=model_12789 -womanwear=model_12789 -dummyitem=2 -members=yes - -// 8815 -[obj_8815] -model=model_12794 -manwear=model_12794 -womanwear=model_12794 -dummyitem=2 -members=yes - -// 8816 -[obj_8816] -model=model_12790 -manwear=model_12790 -womanwear=model_12790 -dummyitem=2 -members=yes - -// 8817 -[obj_8817] -model=model_12792 -manwear=model_12792 -womanwear=model_12792 -dummyitem=2 -members=yes - -// 8818 -[obj_8818] -model=model_12791 -manwear=model_12791 -womanwear=model_12791 -dummyitem=2 -members=yes - -// 8819 -[obj_8819] -model=model_12860 -manwear=model_12860 -womanwear=model_12860 -dummyitem=2 -members=yes - -// 8820 -[obj_8820] -model=model_12861 -manwear=model_12861 -womanwear=model_12861 -dummyitem=2 -members=yes - -// 8821 -[obj_8821] -model=model_12858 -manwear=model_12858 -womanwear=model_12858 -dummyitem=2 -members=yes - -// 8822 -[obj_8822] -model=model_12859 -manwear=model_12859 -womanwear=model_12859 -dummyitem=2 -members=yes - -// 8823 -[obj_8823] -model=model_12854 -manwear=model_12854 -womanwear=model_12854 -dummyitem=2 -members=yes - -// 8824 -[obj_8824] -model=model_12855 -manwear=model_12855 -womanwear=model_12855 -dummyitem=2 -members=yes - -// 8825 -[obj_8825] -model=model_12856 -manwear=model_12856 -womanwear=model_12856 -dummyitem=2 -members=yes - -// 8826 -[obj_8826] -model=model_12852 -manwear=model_12852 -womanwear=model_12852 -dummyitem=2 -members=yes - -// 8827 -[obj_8827] -model=model_12851 -manwear=model_12851 -womanwear=model_12851 -dummyitem=2 -members=yes - -// 8828 -[obj_8828] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 8829 -[obj_8829] -model=model_15149 -manwear=model_15149 -womanwear=model_15149 -dummyitem=2 -members=yes - -// 8830 -[obj_8830] -model=model_15148 -manwear=model_15148 -womanwear=model_15148 -dummyitem=2 -members=yes - -// 8831 -[obj_8831] -model=model_12852 -manwear=model_12852 -womanwear=model_12852 -dummyitem=2 -members=yes -recol1s=20933 -recol1d=17865 -recol2s=7329 -recol2d=11524 - -// 8832 -[obj_8832] -model=model_15153 -manwear=model_15153 -womanwear=model_15153 -dummyitem=2 -members=yes - -// 8833 -[obj_8833] -model=model_15152 -manwear=model_15152 -womanwear=model_15152 -dummyitem=2 -members=yes - -// 8834 -[obj_8834] -model=model_15150 -manwear=model_15150 -womanwear=model_15150 -dummyitem=2 -members=yes - -// 8835 -[obj_8835] -model=model_15151 -manwear=model_15151 -womanwear=model_15151 -dummyitem=2 -members=yes - -// 8836 -[obj_8836] -certlink=obj_6332 -certtemplate=obj_799 - -// 8837 -[obj_8837] -cost=1 -model=model_15270 -2dzoom=1957 -2dyan=1979 -2dxan=180 -ambient=15 -members=yes -stockmarket=yes -name=Timber beam -certlink=obj_8838 - -// 8838 -[obj_8838] -certlink=obj_8837 -certtemplate=obj_799 - -// 8839 -[obj_8839] -model=model_15282 -cost=48000 -2dyof=3 -2dzoom=919 -2dxan=459 -iop2=Wear -manwear=model_14567 -manwear2=model_14562 -womanwear=model_15290 -womanwear2=model_14570 -members=yes -recol1s=15856 -recol1d=25098 -name=Void knight top - -// 8840 -[obj_8840] -model=model_15281 -cost=45000 -2dzoom=2022 -2dxan=408 -iop2=Wear -manwear=model_14566 -womanwear=model_14576 -members=yes -name=Void knight robe - -// 8841 -[obj_8841] -model=model_15280 -2dxof=-3 -2dyof=-10 -2dzoom=1308 -2dyan=258 -2dxan=402 -iop2=Wield -manwear=model_14580 -womanwear=model_14579 -members=yes -cost=12000 -name=Void knight mace -womanwearoff=3,-11,6 - -// 8842 -[obj_8842] -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_14572 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -members=yes -cost=6052 -recol1s=9473 -recol1d=1059 -name=Void knight gloves - -// 8843 -[obj_8843] -members=yes -model=model_15283 -2dxof=-1 -2dyof=12 -2dzoom=1830 -2dyan=2038 -2dxan=309 -dummyitem=2 - -// 8844 -[obj_8844] -model=model_15335 -2dxof=1 -2dyof=20 -2dzoom=490 -2dyan=192 -2dxan=344 -iop2=Wield -manwear=model_15413 -womanwear=model_15413 -members=yes -recol1s=7399 -recol1d=3072 -recol2s=20017 -recol2d=8354 -name=Bronze defender -womanwearoff=-3,-11,6 - -// 8845 -[obj_8845] -model=model_15335 -2dxof=1 -2dyof=20 -2dzoom=490 -2dyan=192 -2dxan=344 -iop2=Wield -manwear=model_15413 -womanwear=model_15413 -members=yes -recol1s=7399 -recol1d=3171 -recol2s=20017 -recol2d=8456 -name=Iron defender -womanwearoff=-3,-11,6 - -// 8846 -[obj_8846] -model=model_15335 -2dxof=1 -2dyof=20 -2dzoom=490 -2dyan=192 -2dxan=344 -iop2=Wield -manwear=model_15413 -womanwear=model_15413 -members=yes -recol1s=7399 -recol1d=10504 -recol2s=20017 -recol2d=16846 -name=Steel defender -womanwearoff=-3,-11,6 - -// 8847 -[obj_8847] -model=model_15335 -2dxof=1 -2dyof=20 -2dzoom=490 -2dyan=192 -2dxan=344 -iop2=Wield -manwear=model_15413 -womanwear=model_15413 -members=yes -recol1s=7399 -recol1d=0 -recol2s=20017 -recol2d=0 -name=Black defender -womanwearoff=-3,-11,6 - -// 8848 -[obj_8848] -model=model_15335 -2dxof=1 -2dyof=20 -2dzoom=490 -2dyan=192 -2dxan=344 -iop2=Wield -manwear=model_15413 -womanwear=model_15413 -members=yes -recol1s=7399 -recol1d=1061 -recol2s=20017 -recol2d=6346 -name=Mithril defender -womanwearoff=-3,-11,6 - -// 8849 -[obj_8849] -model=model_15335 -2dxof=1 -2dyof=20 -2dzoom=490 -2dyan=192 -2dxan=344 -iop2=Wield -manwear=model_15413 -womanwear=model_15413 -members=yes -recol1s=7399 -recol1d=1153 -recol2s=20017 -recol2d=6438 -name=Adamant defender -womanwearoff=-3,-11,6 - -// 8850 -[obj_8850] -model=model_15335 -2dxof=1 -2dyof=20 -2dzoom=490 -2dyan=192 -2dxan=344 -iop2=Wield -manwear=model_15413 -womanwear=model_15413 -members=yes -recol1s=7399 -recol1d=1193 -recol2s=20017 -recol2d=6478 -name=Rune defender -womanwearoff=-3,-11,6 - -// 8851 -[obj_8851] -model=model_15343 -stackable=yes -2dxof=9 -2dyof=-100 -2dzoom=724 -2dyan=180 -2dxan=238 -count1=obj_8852,2 -count2=obj_8853,3 -count3=obj_8854,4 -count4=obj_8855,5 -members=yes -stackable=yes -name=Warrior guild token - -// 8852 -[obj_8852] -model=model_15344 -stackable=yes -2dxof=9 -2dyof=-100 -2dzoom=724 -2dyan=180 -2dxan=238 -dummyitem=2 - -// 8853 -[obj_8853] -model=model_15345 -stackable=yes -2dxof=9 -2dyof=-100 -2dzoom=724 -2dyan=180 -2dxan=238 -dummyitem=2 - -// 8854 -[obj_8854] -model=model_15346 -stackable=yes -2dxof=9 -2dyof=-100 -2dzoom=724 -2dyan=180 -2dxan=238 -dummyitem=2 - -// 8855 -[obj_8855] -model=model_15347 -stackable=yes -2dxof=9 -2dyof=-100 -2dzoom=724 -2dyan=180 -2dxan=238 -dummyitem=2 - -// 8856 -[obj_8856] -cost=1 -model=model_15341 -2dxof=-4 -2dyof=12 -2dzoom=1827 -2dyan=297 -2dxan=336 -iop2=Wield -manwear=model_15417 -womanwear=model_15417 -members=yes -name=Defensive shield -womanwearoff=-3,-11,6 - -// 8857 -[obj_8857] -model=model_15384 -manwear=model_15416 -womanwear=model_15416 -members=yes -name=Shot -womanwearoff=3,-11,6 - -// 8858 -[obj_8858] -model=model_15384 -manwear=model_15416 -womanwear=model_15416 -members=yes -name=18lb shot -womanwearoff=3,-11,6 - -// 8859 -[obj_8859] -model=model_15384 -manwear=model_15416 -womanwear=model_15416 -members=yes -name=22lb shot -womanwearoff=3,-11,6 - -// 8860 -[obj_8860] -model=model_15306 -2dxof=7 -2dyof=100 -2dzoom=1360 -2dyan=170 -2dxan=18 -manwear=model_15306 -womanwear=model_15306 -members=yes -name=One barrel -womanwearoff=3,-11,6 - -// 8861 -[obj_8861] -model=model_15307 -2dxof=2 -2dyof=99 -2dzoom=1488 -2dyan=2045 -2dxan=12 -members=yes -manwear=model_15307 -womanwear=model_15307 -name=Two barrels -womanwearoff=3,-11,6 - -// 8862 -[obj_8862] -model=model_15308 -2dxof=1 -2dyof=91 -2dzoom=2256 -2dyan=9 -2dxan=2030 -members=yes -manwear=model_15308 -womanwear=model_15308 -name=Three barrels -womanwearoff=3,-11,6 - -// 8863 -[obj_8863] -model=model_15309 -2dxof=1 -2dyof=91 -2dzoom=2256 -2dyan=9 -2dxan=2030 -members=yes -manwear=model_15309 -womanwear=model_15309 -name=Four barrels -womanwearoff=3,-11,6 - -// 8864 -[obj_8864] -model=model_15310 -2dxof=1 -2dyof=91 -2dzoom=2256 -2dyan=9 -2dxan=2030 -members=yes -manwear=model_15310 -womanwear=model_15310 -name=Five barrels -womanwearoff=3,-11,6 - -// 8865 -[obj_8865] -cost=2 -model=model_15418 -2dxof=-3 -2dzoom=954 -2dyan=1868 -2dxan=129 -iop1=Dust-hands -members=yes -name=Ground ashes - -// 8866 -[obj_8866] -model=model_15497 -2dxof=-1 -2dyof=10 -2dzoom=976 -2dyan=33 -2dxan=381 -members=yes -name=Steel key - -// 8867 -[obj_8867] -model=model_15497 -2dxof=-1 -2dyof=10 -2dzoom=976 -2dyan=33 -2dxan=381 -members=yes -recol1s=21106 -recol1d=18921 -recol2s=20049 -recol2d=17864 -recol3s=17935 -recol3d=15784 -name=Bronze key - -// 8868 -[obj_8868] -model=model_15497 -2dxof=-1 -2dyof=10 -2dzoom=976 -2dyan=33 -2dxan=381 -members=yes -recol1s=21106 -recol1d=23218 -recol2s=20049 -recol2d=22161 -recol3s=17935 -recol3d=22159 -name=Silver key - -// 8869 -[obj_8869] -model=model_15497 -2dxof=-1 -2dyof=10 -2dzoom=976 -2dyan=33 -2dxan=381 -members=yes -cost=1 -recol1s=21106 -recol1d=10536 -recol2s=20049 -recol2d=9479 -recol3s=17935 -recol3d=7365 -name=Iron key - -// 8870 -[obj_8870] -model=model_15496 -members=yes -cost=1 -2dxof=-3 -2dyof=-26 -2dzoom=2541 -2dyan=9 -name=Zanik - -// 8871 -[obj_8871] -model=model_15509 -manwear=model_15475 -womanwear=model_15475 -2dxof=-1 -2dyof=-6 -2dzoom=2020 -2dyan=232 -2dxan=112 -members=yes -iop2=Wield -name=Crate with zanik -womanwearoff=3,-11,6 - -// 8872 -[obj_8872] -members=yes -model=model_15494 -2dzoom=976 -2dyan=30 -2dxan=576 -iop2=Wield -manwear=model_15473 -womanwear=model_15473 -cost=2000 -stockmarket=yes -name=Bone dagger -womanwearoff=3,-11,6 -certlink=obj_8873 - -// 8873 -[obj_8873] -certlink=obj_8872 -certtemplate=obj_799 - -// 8874 -[obj_8874] -members=yes -model=model_15495 -2dzoom=976 -2dyan=30 -2dxan=576 -iop2=Wield -manwear=model_15474 -womanwear=model_15474 -cost=2000 -stockmarket=yes -name=Bone dagger (p) -womanwearoff=3,-11,6 -certlink=obj_8875 - -// 8875 -[obj_8875] -certlink=obj_8874 -certtemplate=obj_799 - -// 8876 -[obj_8876] -members=yes -model=model_15495 -2dzoom=976 -2dyan=30 -2dxan=576 -iop2=Wield -manwear=model_15474 -womanwear=model_15474 -cost=2000 -stockmarket=yes -name=Bone dagger (p+) -womanwearoff=3,-11,6 -certlink=obj_8877 - -// 8877 -[obj_8877] -certlink=obj_8876 -certtemplate=obj_799 - -// 8878 -[obj_8878] -members=yes -model=model_15495 -2dzoom=976 -2dyan=30 -2dxan=576 -iop2=Wield -manwear=model_15474 -womanwear=model_15474 -cost=2000 -stockmarket=yes -name=Bone dagger (p++) -womanwearoff=3,-11,6 -certlink=obj_8879 - -// 8879 -[obj_8879] -certlink=obj_8878 -certtemplate=obj_799 - -// 8880 -[obj_8880] -model=model_15493 -iop2=Wield -manwear=model_15472 -womanwear=model_15472 -2dxof=2 -2dyof=8 -2dzoom=1104 -2dyan=1658 -2dxan=444 -cost=2000 -members=yes -stockmarket=yes -name=Dorgeshuun c'bow -womanwearoff=3,-11,6 -certlink=obj_8881 - -// 8881 -[obj_8881] -certlink=obj_8880 -certtemplate=obj_799 - -// 8882 -[obj_8882] -stackable=yes -cost=4 -model=model_15489 -iop2=Wield -2dxof=18 -2dyof=9 -2dzoom=1215 -2dyan=1943 -2dxan=444 -count1=obj_8883,2 -count2=obj_8884,3 -count3=obj_8885,4 -count4=obj_8886,5 -members=yes -stockmarket=yes -name=Bone bolts - -// 8883 -[obj_8883] -dummyitem=2 -model=model_15488 -2dxof=18 -2dyof=9 -2dzoom=1215 -2dyan=1943 -2dxan=444 -stackable=yes - -// 8884 -[obj_8884] -dummyitem=2 -model=model_15490 -2dxof=18 -2dyof=9 -2dzoom=1215 -2dyan=1943 -2dxan=444 -stackable=yes - -// 8885 -[obj_8885] -dummyitem=2 -model=model_15491 -2dxof=18 -2dyof=9 -2dzoom=1215 -2dyan=1943 -2dxan=444 -stackable=yes - -// 8886 -[obj_8886] -dummyitem=2 -model=model_15492 -2dxof=5 -2dyof=-1 -2dzoom=1215 -2dyan=1943 -2dxan=444 -stackable=yes - -// 8887 -[obj_8887] -model=model_15496 -members=yes -cost=1 -2dxof=-18 -2dyof=-20 -2dzoom=3024 -2dyan=84 -2dxan=78 -name=Zanik - -// 8888 -[obj_8888] -model=model_15496 -members=yes -cost=1 -2dxof=-18 -2dyof=-20 -2dzoom=3024 -2dyan=84 -2dxan=78 -name=Zanik (ham) - -// 8889 -[obj_8889] -model=model_15496 -members=yes -cost=1 -2dxof=-18 -2dyof=-20 -2dzoom=3024 -2dyan=84 -2dxan=78 -name=Zanik (showdown) - -// 8890 -[obj_8890] -model=model_2484 -stackable=yes -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -count1=obj_8891,2 -count2=obj_8892,3 -count3=obj_8893,4 -count4=obj_8894,5 -count5=obj_8895,25 -count6=obj_8896,100 -count7=obj_8897,250 -count8=obj_8898,1000 -count9=obj_8899,10000 -name=Coins - -// 8891 -[obj_8891] -model=model_2485 -stackable=yes -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -dummyitem=2 - -// 8892 -[obj_8892] -model=model_2486 -stackable=yes -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -dummyitem=2 - -// 8893 -[obj_8893] -model=model_2487 -stackable=yes -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -dummyitem=2 - -// 8894 -[obj_8894] -model=model_2488 -stackable=yes -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -dummyitem=2 - -// 8895 -[obj_8895] -model=model_2667 -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -stackable=yes -dummyitem=2 - -// 8896 -[obj_8896] -model=model_2825 -2dxof=3 -2dzoom=710 -2dyan=2012 -2dxan=184 -stackable=yes -dummyitem=2 - -// 8897 -[obj_8897] -model=model_2423 -2dxof=2 -2dyof=-2 -2dzoom=650 -2dyan=2044 -2dxan=160 -stackable=yes -dummyitem=2 - -// 8898 -[obj_8898] -model=model_2710 -2dxof=11 -2dyof=13 -2dzoom=980 -2dyan=64 -2dxan=172 -stackable=yes -dummyitem=2 - -// 8899 -[obj_8899] -model=model_2775 -2dxof=11 -2dzoom=1000 -2dyan=80 -2dxan=168 -stackable=yes -dummyitem=2 - -// 8900 -[obj_8900] -dummyitem=1 -model=model_16000 -2dxof=-1 -2dyof=-1 -2dzoom=1438 -name=Cave horror - -// 8901 -[obj_8901] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask (10) -certlink=obj_8902 - -// 8902 -[obj_8902] -certlink=obj_8901 -certtemplate=obj_799 - -// 8903 -[obj_8903] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask (9) -certlink=obj_8904 - -// 8904 -[obj_8904] -certlink=obj_8903 -certtemplate=obj_799 - -// 8905 -[obj_8905] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask (8) -certlink=obj_8906 - -// 8906 -[obj_8906] -certlink=obj_8905 -certtemplate=obj_799 - -// 8907 -[obj_8907] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask (7) -certlink=obj_8908 - -// 8908 -[obj_8908] -certlink=obj_8907 -certtemplate=obj_799 - -// 8909 -[obj_8909] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask (6) -certlink=obj_8910 - -// 8910 -[obj_8910] -certlink=obj_8909 -certtemplate=obj_799 - -// 8911 -[obj_8911] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask (5) -certlink=obj_8912 - -// 8912 -[obj_8912] -certlink=obj_8911 -certtemplate=obj_799 - -// 8913 -[obj_8913] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask (4) -certlink=obj_8914 - -// 8914 -[obj_8914] -certlink=obj_8913 -certtemplate=obj_799 - -// 8915 -[obj_8915] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask (3) -certlink=obj_8916 - -// 8916 -[obj_8916] -certlink=obj_8915 -certtemplate=obj_799 - -// 8917 -[obj_8917] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask (2) -certlink=obj_8918 - -// 8918 -[obj_8918] -certlink=obj_8917 -certtemplate=obj_799 - -// 8919 -[obj_8919] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask (1) -certlink=obj_8920 - -// 8920 -[obj_8920] -certlink=obj_8919 -certtemplate=obj_799 - -// 8921 -[obj_8921] -model=model_15615 -2dxof=-1 -2dyof=3 -2dzoom=854 -2dyan=1892 -2dxan=387 -members=yes -manwear=model_15935 -womanwear=model_15946 -manhead=model_39317 -womanhead=model_39317 -cost=3000 -iop2=Wear -stockmarket=yes -name=Black mask -certlink=obj_8922 - -// 8922 -[obj_8922] -certlink=obj_8921 -certtemplate=obj_799 - -// 8923 -[obj_8923] -cost=900 -model=model_15617 -2dyof=2 -2dzoom=490 -2dyan=1901 -2dxan=423 -iop2=Wear -manwear=model_15938 -womanwear=model_15947 -members=yes -name=Witchwood icon - -// 8924 -[obj_8924] -model=model_15990 -members=yes -manwear=model_15932 -womanwear=model_15944 -iop2=Wear -manhead=model_39595 -womanhead=model_38976 -2dxof=-4 -2dyof=14 -2dzoom=720 -2dyan=225 -2dxan=444 -cost=100 -stockmarket=yes -name=Bandana and eyepatch -certlink=obj_8998 - -// 8925 -[obj_8925] -model=model_15990 -members=yes -manwear=model_15932 -womanwear=model_15944 -iop2=Wear -manhead=model_39595 -womanhead=model_38976 -2dxof=-4 -2dyof=14 -2dzoom=720 -2dyan=225 -2dxan=444 -cost=100 -stockmarket=yes -recol1s=32765 -recol1d=23650 -name=Bandana and eyepatch -certlink=obj_8999 - -// 8926 -[obj_8926] -model=model_15990 -members=yes -manwear=model_15932 -womanwear=model_15944 -iop2=Wear -manhead=model_39595 -womanhead=model_38976 -womanhead2=model_39170 -2dxof=-4 -2dyof=14 -2dzoom=720 -2dyan=225 -2dxan=444 -cost=100 -stockmarket=yes -recol1s=32765 -recol1d=11767 -name=Bandana and eyepatch -certlink=obj_9000 - -// 8927 -[obj_8927] -model=model_15990 -members=yes -manwear=model_15932 -womanwear=model_15944 -iop2=Wear -manhead=model_39595 -womanhead=model_38976 -womanhead2=model_39170 -2dxof=-4 -2dyof=14 -2dzoom=720 -2dyan=225 -2dxan=444 -cost=100 -stockmarket=yes -recol1s=32765 -recol1d=3136 -name=Bandana and eyepatch -certlink=obj_9001 - -// 8928 -[obj_8928] -model=model_15991 -members=yes -manwear=model_15933 -womanwear=model_15945 -manwear2=model_215 -womanwear2=model_391 -iop2=Wear -manhead=model_40658 -womanhead=model_40685 -manhead2=model_39991 -womanhead2=model_39101 -2dxof=-3 -2dyof=-32 -2dzoom=784 -2dyan=84 -2dxan=216 -cost=100 -stockmarket=yes -name=Hat and eyepatch -certlink=obj_9002 - -// 8929 -[obj_8929] -model=model_15616 -members=yes -manwear=model_15928 -womanwear=model_15943 -iop2=Wear -2dxof=-5 -2dyof=9 -2dzoom=1114 -2dyan=844 -2dxan=415 -cost=100 -name=Crabclaw and hook - -// 8930 -[obj_8930] -model=model_15725 -2dzoom=1616 -2dyan=1682 -2dxan=222 -members=yes -name=Pipe section -certlink=obj_8931 - -// 8931 -[obj_8931] -certlink=obj_8930 -certtemplate=obj_799 - -// 8932 -[obj_8932] -model=model_15744 -2dxof=-2 -2dzoom=1488 -2dyan=1739 -2dxan=186 -members=yes -name=Lumber patch -certlink=obj_8933 - -// 8933 -[obj_8933] -certlink=obj_8932 -certtemplate=obj_799 - -// 8934 -[obj_8934] -model=model_15742 -2dxof=3 -2dyof=11 -2dzoom=1438 -2dyan=180 -2dxan=373 -members=yes -name=Scrapey tree logs -certlink=obj_8935 - -// 8935 -[obj_8935] -certlink=obj_8934 -certtemplate=obj_799 - -// 8936 -[obj_8936] -model=model_15731 -2dxof=17 -2dyof=62 -2dzoom=1360 -2dyan=1616 -2dxan=201 -members=yes -recol1s=0 -recol1d=3223 -name=Blue flowers -certlink=obj_8937 - -// 8937 -[obj_8937] -certlink=obj_8936 -certtemplate=obj_799 - -// 8938 -[obj_8938] -model=model_15731 -2dxof=17 -2dyof=62 -2dzoom=1360 -2dyan=1616 -2dxan=201 -members=yes -recol1s=0 -recol1d=31808 -name=Red flowers -certlink=obj_8939 - -// 8939 -[obj_8939] -certlink=obj_8938 -certtemplate=obj_799 - -// 8940 -[obj_8940] -model=model_2660 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -members=yes -cost=2 -iop1=Drink -manwear=model_3877 -womanwear=model_3877 -recol1s=11328 -recol1d=11396 -name=Rum -womanwearoff=3,-11,6 - -// 8941 -[obj_8941] -model=model_2660 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -members=yes -cost=2 -iop1=Drink -manwear=model_3877 -womanwear=model_3877 -recol1s=11328 -recol1d=8463 -name=Rum -womanwearoff=3,-11,6 - -// 8942 -[obj_8942] -model=model_15734 -2dxof=6 -2dyof=5 -2dzoom=464 -2dyan=165 -2dxan=114 -iop4=Talk-To -members=yes -name=Monkey - -// 8943 -[obj_8943] -model=model_15734 -2dxof=6 -2dyof=5 -2dzoom=464 -2dyan=165 -2dxan=114 -iop4=Talk-To -members=yes -recol1s=5285 -recol1d=8463 -name=Blue monkey - -// 8944 -[obj_8944] -model=model_15734 -2dxof=6 -2dyof=5 -2dzoom=464 -2dyan=165 -2dxan=114 -iop4=Talk-To -members=yes -recol1s=5285 -recol1d=8463 -name=Blue monkey - -// 8945 -[obj_8945] -model=model_15734 -2dxof=6 -2dyof=5 -2dzoom=464 -2dyan=165 -2dxan=114 -iop4=Talk-To -members=yes -recol1s=5285 -recol1d=8463 -name=Blue monkey - -// 8946 -[obj_8946] -model=model_15734 -2dxof=6 -2dyof=5 -2dzoom=464 -2dyan=165 -2dxan=114 -iop4=Talk-To -members=yes -recol1s=5285 -recol1d=11396 -name=Red monkey - -// 8947 -[obj_8947] -model=model_15734 -2dxof=6 -2dyof=5 -2dzoom=464 -2dyan=165 -2dxan=114 -iop4=Talk-To -members=yes -recol1s=5285 -recol1d=11396 -name=Red monkey - -// 8948 -[obj_8948] -model=model_15734 -2dxof=6 -2dyof=5 -2dzoom=464 -2dyan=165 -2dxan=114 -iop4=Talk-To -members=yes -recol1s=5285 -recol1d=11396 -name=Red monkey - -// 8949 -[obj_8949] -model=model_11140 -manwear=model_11111 -womanwear=model_11118 -iop2=Wear -manhead=model_39807 -womanhead=model_38915 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -members=yes -team=1 -recol1s=32767 -recol1d=8463 -recolhsl2s=10363 -recolhsl2d=40362 -name=Pirate bandana - -// 8950 -[obj_8950] -model=model_3215 -manwear=model_190 -womanwear=model_367 -manhead=model_39488 -womanhead=model_38810 -manwear2=model_215 -womanwear2=model_391 -iop2=Wear -2dxof=-3 -2dzoom=600 -2dyan=1836 -2dxan=136 -members=yes -team=2 -recol1s=4193 -recol1d=11396 -name=Pirate hat - -// 8951 -[obj_8951] -model=model_15740 -stackable=yes -count1=obj_8984,2 -count2=obj_8985,3 -2dxof=-4 -2dyof=3 -2dzoom=592 -2dyan=699 -2dxan=360 -members=yes -name=Pieces of eight - -// 8952 -[obj_8952] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -cost=100 -name=Blue naval shirt - -// 8953 -[obj_8953] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -cost=100 -recol1s=8463 -recol1d=8681 -recol2s=7404 -recol2d=6567 -recol3s=4235 -recol3d=4453 -name=Green naval shirt - -// 8954 -[obj_8954] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -cost=100 -recol1s=8463 -recol1d=11396 -recol2s=7404 -recol2d=9282 -recol3s=4235 -recol3d=7168 -name=Red naval shirt - -// 8955 -[obj_8955] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -cost=100 -recol1s=8463 -recol1d=8388 -recol2s=7404 -recol2d=6274 -recol3s=4235 -recol3d=4160 -name=Brown naval shirt - -// 8956 -[obj_8956] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -cost=100 -recol1s=8463 -recol1d=0 -recol2s=4235 -recol2d=5286 -recol3s=7404 -recol3d=0 -name=Black naval shirt - -// 8957 -[obj_8957] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -cost=100 -recol1s=8463 -recol1d=10345 -recol2s=7404 -recol2d=8231 -recol3s=4235 -recol3d=6149 -name=Purple naval shirt - -// 8958 -[obj_8958] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -cost=100 -recol1s=8463 -recol1d=7399 -recol2s=7404 -recol2d=5285 -recol3s=4235 -recol3d=3171 -name=Grey naval shirt - -// 8959 -[obj_8959] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_39455 -womanhead=model_38803 -manwear2=model_215 -womanwear2=model_391 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -cost=50 -name=Blue tricorn hat - -// 8960 -[obj_8960] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_39361 -womanhead=model_38764 -manwear2=model_215 -womanwear2=model_391 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -cost=50 -recol1s=8463 -recol1d=8681 -recol2s=7404 -recol2d=6567 -name=Green tricorn hat - -// 8961 -[obj_8961] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_39455 -womanhead=model_38803 -manwear2=model_215 -womanwear2=model_391 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -cost=50 -recol1s=7404 -recol1d=11396 -recol2s=8463 -recol2d=9282 -recol3s=6348 -recol3d=9282 -recolhsl4s=43298 -recolhsl4d=414 -recolhsl5s=43291 -recolhsl5d=414 -name=Red tricorn hat - -// 8962 -[obj_8962] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_39455 -womanhead=model_38803 -manwear2=model_215 -womanwear2=model_391 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -cost=50 -recol1s=7404 -recol1d=8388 -recol2s=8463 -recol2d=6274 -recol3s=6348 -recol3d=6274 -recolhsl4s=43298 -recolhsl4d=5400 -recolhsl5s=43291 -recolhsl5d=5400 -name=Brown tricorn hat - -// 8963 -[obj_8963] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_39455 -womanhead=model_38803 -manwear2=model_215 -womanwear2=model_391 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -cost=50 -recolhsl1s=43303 -recolhsl1d=43014 -recolhsl2s=43311 -recolhsl2d=43020 -recolhsl3s=43301 -recolhsl3d=43020 -recolhsl4s=43298 -recolhsl4d=43014 -recolhsl5s=43291 -recolhsl5d=43014 -name=Black tricorn hat - -// 8964 -[obj_8964] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_39455 -womanhead=model_38803 -manwear2=model_215 -womanwear2=model_391 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -cost=50 -recolhsl1s=43303 -recolhsl1d=55834 -recolhsl2s=43311 -recolhsl2d=56082 -recolhsl3s=43301 -recolhsl3d=56082 -recolhsl4s=43298 -recolhsl4d=55834 -recolhsl5s=43291 -recolhsl5d=55834 -name=Purple tricorn hat - -// 8965 -[obj_8965] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_39455 -womanhead=model_38803 -manwear2=model_215 -womanwear2=model_391 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -cost=50 -recol1s=7404 -recol1d=7399 -recol2s=8463 -recol2d=5285 -recol3s=6348 -recol3d=5285 -recolhsl4s=43298 -recolhsl4d=28 -recolhsl5s=43291 -recolhsl5d=28 -name=Grey tricorn hat - -// 8966 -[obj_8966] -model=model_15729 -2dyof=6 -2dzoom=2060 -2dxan=464 -iop2=Wield -manwear=model_15981 -womanwear=model_15981 -members=yes -cost=200 -name=Cutthroat flag -womanwearoff=3,-11,6 - -// 8967 -[obj_8967] -model=model_15728 -2dyof=6 -2dzoom=2060 -2dxan=464 -iop2=Wield -manwear=model_15980 -womanwear=model_15980 -members=yes -cost=200 -name=Guilded smile flag -womanwearoff=3,-11,6 - -// 8968 -[obj_8968] -model=model_15724 -2dyof=6 -2dzoom=2060 -2dxan=464 -iop2=Wield -manwear=model_15979 -womanwear=model_15979 -members=yes -cost=300 -name=Bronze fist flag -womanwearoff=3,-11,6 - -// 8969 -[obj_8969] -model=model_15733 -2dyof=6 -2dzoom=2060 -2dxan=464 -iop2=Wield -manwear=model_15983 -womanwear=model_15983 -members=yes -cost=400 -name=Lucky shot flag -womanwearoff=3,-11,6 - -// 8970 -[obj_8970] -model=model_15737 -2dyof=6 -2dzoom=2060 -2dxan=464 -iop2=Wield -manwear=model_15985 -womanwear=model_15985 -members=yes -cost=500 -name=Treasure flag -womanwearoff=3,-11,6 - -// 8971 -[obj_8971] -model=model_15732 -2dyof=6 -2dzoom=2060 -2dxan=464 -iop2=Wield -manwear=model_15982 -womanwear=model_15982 -members=yes -cost=600 -name=Phasmatys flag -womanwearoff=3,-11,6 - -// 8972 -[obj_8972] -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -members=yes -recolhsl1s=21119 -recolhsl1d=1970 -name=Bowl of red water -certlink=obj_8973 - -// 8973 -[obj_8973] -certlink=obj_8972 -certtemplate=obj_799 - -// 8974 -[obj_8974] -model=model_2367 -2dzoom=910 -2dyan=1856 -2dxan=204 -members=yes -recolhsl1s=21119 -recolhsl1d=31942 -name=Bowl of blue water -certlink=obj_8975 - -// 8975 -[obj_8975] -certlink=obj_8974 -certtemplate=obj_799 - -// 8976 -[obj_8976] -model=model_15726 -2dzoom=300 -2dyan=1706 -2dxan=273 -members=yes -name=Bitternut - -// 8977 -[obj_8977] -model=model_2625 -2dxof=2 -2dyof=64 -2dzoom=900 -2dyan=76 -2dxan=264 -members=yes -recol1s=4160 -recol1d=12580 -name=Scrapey bark -certlink=obj_8978 - -// 8978 -[obj_8978] -certlink=obj_8977 -certtemplate=obj_799 - -// 8979 -[obj_8979] -model=model_15727 -2dzoom=3152 -2dyan=366 -2dxan=201 -members=yes -name=Bridge section -certlink=obj_8980 - -// 8980 -[obj_8980] -certlink=obj_8979 -certtemplate=obj_799 - -// 8981 -[obj_8981] -model=model_2436 -2dxof=1 -2dyof=-6 -2dzoom=650 -2dyan=1840 -2dxan=236 -members=yes -recol1s=32658 -recol1d=17796 -name=Sweetgrubs -certlink=obj_8982 - -// 8982 -[obj_8982] -certlink=obj_8981 -certtemplate=obj_799 - -// 8983 -[obj_8983] -dummyitem=2 -model=model_15738 -stackable=yes -2dxof=10 -2dyof=-4 -2dzoom=465 -2dyan=14 -2dzan=41 -2dxan=595 -members=yes - -// 8984 -[obj_8984] -dummyitem=2 -model=model_15739 -stackable=yes -2dxof=1 -2dyof=-4 -2dzoom=595 -2dyan=194 -2dzan=14 -2dxan=567 -members=yes - -// 8985 -[obj_8985] -dummyitem=2 -model=model_15740 -stackable=yes -2dxof=1 -2dyof=-1 -2dzoom=595 -2dyan=166 -2dxan=622 -members=yes - -// 8986 -[obj_8986] -model=model_2397 -manwear=model_11432 -womanwear=model_11432 -members=yes -name=Bucket - -// 8987 -[obj_8987] -model=model_15730 -manwear=model_15940 -womanwear=model_15941 -2dxof=-36 -2dyof=7 -2dzoom=1616 -2dyan=1189 -2dxan=471 -members=yes -name=Torch - -// 8988 -[obj_8988] -model=model_15741 -2dxof=1 -2dyof=16 -2dzoom=848 -2dyan=123 -2dxan=290 -members=yes -cost=5 -name=The stuff - -// 8989 -[obj_8989] -model=model_2794 -2dzoom=848 -2dyan=159 -2dxan=222 -members=yes -iop1=Read -recol1s=13504 -recol1d=6336 -name=Brewin' guide - -// 8990 -[obj_8990] -model=model_2794 -2dzoom=848 -2dyan=159 -2dxan=222 -members=yes -recol1s=13504 -recol1d=6336 -name=Brewin' guide - -// 8991 -[obj_8991] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -cost=100 -name=Blue navy slacks - -// 8992 -[obj_8992] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -cost=100 -recol1s=8463 -recol1d=8681 -recol2s=7404 -recol2d=6567 -recol3s=4235 -recol3d=4453 -name=Green navy slacks - -// 8993 -[obj_8993] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -cost=100 -recol1s=8463 -recol1d=11396 -recol2s=7404 -recol2d=9282 -recol3s=4235 -recol3d=7168 -name=Red navy slacks - -// 8994 -[obj_8994] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -cost=100 -recol1s=8463 -recol1d=8388 -recol2s=7404 -recol2d=6274 -recol3s=4235 -recol3d=4160 -name=Brown navy slacks - -// 8995 -[obj_8995] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -cost=100 -recol1s=8463 -recol1d=0 -recol2s=4235 -recol2d=5286 -name=Black navy slacks - -// 8996 -[obj_8996] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -cost=100 -recol1s=8463 -recol1d=10345 -recol2s=7404 -recol2d=8231 -recol3s=4235 -recol3d=6149 -name=Purple navy slacks - -// 8997 -[obj_8997] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -cost=100 -recol1s=8463 -recol1d=7399 -recol2s=7404 -recol2d=5285 -recol3s=4235 -recol3d=3171 -name=Grey navy slacks - -// 8998 -[obj_8998] -certlink=obj_8924 -certtemplate=obj_799 - -// 8999 -[obj_8999] -certlink=obj_8925 -certtemplate=obj_799 - -// 9000 -[obj_9000] -certlink=obj_8926 -certtemplate=obj_799 - -// 9001 -[obj_9001] -certlink=obj_8927 -certtemplate=obj_799 - -// 9002 -[obj_9002] -certlink=obj_8928 -certtemplate=obj_799 - -// 9003 -[obj_9003] -model=model_16013 -cost=2 -iop1=Read -2dyof=26 -2dzoom=950 -2dyan=127 -2dxan=237 -stockmarket=yes -name=Security book -certlink=obj_9014 - -// 9004 -[obj_9004] -model=model_16013 -cost=2 -iop1=Read -2dyof=26 -2dzoom=950 -2dyan=151 -2dxan=261 -stockmarket=yes -recol1s=13331 -recol1d=1794 -recol2s=9286 -recol2d=6528 -recol3s=32159 -recol3d=14286 -name=Stronghold notes -certlink=obj_9015 - -// 9005 -[obj_9005] -model=model_16014 -manwear=model_16009 -womanwear=model_16011 -2dxof=-2 -2dyof=-4 -2dzoom=784 -2dyan=1829 -2dxan=162 -iop2=Wear -iop5=Destroy -name=Fancy boots - -// 9006 -[obj_9006] -model=model_16015 -manwear=model_16010 -womanwear=model_16012 -iop2=Wear -2dyof=-4 -2dzoom=784 -2dyan=1841 -2dxan=147 -iop5=Destroy -name=Fighting boots - -// 9007 -[obj_9007] -model=model_15904 -2dxof=-4 -2dyof=-6 -2dzoom=720 -2dyan=105 -2dxan=147 -name=Right skull half - -// 9008 -[obj_9008] -model=model_15905 -2dxof=13 -2dyof=-100 -2dyan=1877 -2dxan=231 -name=Left skull half - -// 9009 -[obj_9009] -model=model_15908 -2dxof=7 -2dyof=6 -2dzoom=1360 -2dyan=285 -2dxan=345 -name=Strange skull - -// 9010 -[obj_9010] -model=model_15907 -2dzoom=1744 -2dyan=1808 -2dxan=1671 -name=Top of sceptre - -// 9011 -[obj_9011] -model=model_15903 -2dxof=3 -2dyof=2 -2dzoom=1488 -2dyan=1275 -2dxan=584 -name=Bottom of sceptre - -// 9012 -[obj_9012] -model=model_15906 -2dxof=1 -2dyof=61 -2dzoom=2128 -2dyan=1014 -2dxan=387 -name=Runed sceptre - -// 9013 -[obj_9013] -model=model_15909 -2dxof=-3 -2dyof=77 -2dyan=1550 -2dxan=276 -iop2=Wield -iop3=Invoke -iop4=Divine -iop5=Destroy -manwear=model_15942 -womanwear=model_15942 -name=Skull sceptre -womanwearoff=3,-11,6 - -// 9014 -[obj_9014] -certlink=obj_9003 -certtemplate=obj_799 - -// 9015 -[obj_9015] -certlink=obj_9004 -certtemplate=obj_799 - -// 9016 -[obj_9016] -model=model_16193 -members=yes -2dxof=-12 -2dyof=-57 -2dzoom=1488 -2dyan=1694 -2dxan=221 -cost=150 -name=Gorak claws - -// 9017 -[obj_9017] -model=model_16191 -members=yes -2dxof=1 -2dyof=-22 -2dzoom=854 -2dyan=1895 -2dxan=332 -cost=75 -name=Star flower - -// 9018 -[obj_9018] -model=model_16192 -members=yes -2dxof=-8 -2dyof=-4 -2dzoom=848 -2dyan=1867 -2dxan=429 -cost=150 -name=Gorak claw powder - -// 9019 -[obj_9019] -cost=75 -members=yes -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -recol1s=16846 -recol1d=22131 -recol2s=22085 -recol2d=13703 -name=Magic essence(unf) - -// 9020 -[obj_9020] -model=model_11931 -manwear=model_7423 -womanwear=model_7423 -2dxof=22 -2dyof=-4 -2dzoom=912 -2dyan=764 -2dxan=489 -members=yes -name=Queen's secateurs -womanwearoff=0,6,0 - -// 9021 -[obj_9021] -iop1=Drink -cost=280 -members=yes -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -recol1s=16846 -recol1d=32294 -recol2s=22085 -recol2d=13703 -name=Magic essence(4) - -// 9022 -[obj_9022] -iop1=Drink -cost=230 -members=yes -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -recol1s=16846 -recol1d=32294 -recol2s=22085 -recol2d=13703 -name=Magic essence(3) - -// 9023 -[obj_9023] -iop1=Drink -cost=180 -members=yes -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -recol1s=16846 -recol1d=32294 -recol2s=22085 -recol2d=13703 -name=Magic essence(2) - -// 9024 -[obj_9024] -iop1=Drink -cost=130 -members=yes -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -recol1s=16846 -recol1d=32294 -recol2s=22085 -recol2d=13703 -name=Magic essence(1) - -// 9025 -[obj_9025] -members=yes -model=model_16190 -2dyof=4 -2dzoom=1232 -2dyan=938 -2dxan=546 -iop1=Read -iop2=Study -iop5=Destroy -name=Nuff's certificate - -// 9026 -[obj_9026] -model=model_16380 -2dxof=4 -2dyof=3 -2dzoom=868 -2dyan=147 -2dxan=498 -members=yes -cost=10 -stockmarket=yes -name=Ivory comb -certlink=obj_9027 - -// 9027 -[obj_9027] -certlink=obj_9026 -certtemplate=obj_799 - -// 9028 -[obj_9028] -model=model_16382 -2dxof=6 -2dyof=7 -2dzoom=976 -2dyan=30 -2dxan=431 -members=yes -cost=30 -stockmarket=yes -name=Golden scarab -certlink=obj_9029 - -// 9029 -[obj_9029] -certlink=obj_9028 -certtemplate=obj_799 - -// 9030 -[obj_9030] -model=model_16382 -2dxof=6 -2dyof=7 -2dzoom=976 -2dyan=30 -2dxan=431 -members=yes -cost=20 -stockmarket=yes -recol1s=20000 -recol1d=11626 -recol2s=25284 -recol2d=6341 -name=Stone scarab -certlink=obj_9031 - -// 9031 -[obj_9031] -certlink=obj_9030 -certtemplate=obj_799 - -// 9032 -[obj_9032] -model=model_16382 -2dxof=6 -2dyof=7 -2dzoom=976 -2dyan=30 -2dxan=431 -members=yes -cost=10 -stockmarket=yes -recol1s=20000 -recol1d=20898 -recol2s=25284 -recol2d=13604 -name=Pottery scarab -certlink=obj_9033 - -// 9033 -[obj_9033] -certlink=obj_9032 -certtemplate=obj_799 - -// 9034 -[obj_9034] -model=model_16384 -2dxof=6 -2dyof=-9 -2dzoom=1872 -2dyan=1718 -2dxan=156 -members=yes -cost=30 -stockmarket=yes -name=Golden statuette -certlink=obj_9035 - -// 9035 -[obj_9035] -certlink=obj_9034 -certtemplate=obj_799 - -// 9036 -[obj_9036] -model=model_16384 -2dxof=6 -2dyof=-9 -2dzoom=1872 -2dyan=1718 -2dxan=156 -members=yes -cost=10 -stockmarket=yes -recol1s=28386 -recol1d=20898 -recol2s=26338 -recol2d=13602 -recol3s=23104 -recol3d=18784 -recol4s=11554 -recol4d=15616 -name=Pottery statuette -certlink=obj_9037 - -// 9037 -[obj_9037] -certlink=obj_9036 -certtemplate=obj_799 - -// 9038 -[obj_9038] -model=model_16384 -2dxof=6 -2dyof=-9 -2dzoom=1872 -2dyan=1718 -2dxan=156 -members=yes -cost=20 -stockmarket=yes -recol1s=28386 -recol1d=11626 -recol2s=26338 -recol2d=14795 -recol3s=23104 -recol3d=9512 -recol4s=11554 -recol4d=7398 -name=Stone statuette -certlink=obj_9039 - -// 9039 -[obj_9039] -certlink=obj_9038 -certtemplate=obj_799 - -// 9040 -[obj_9040] -model=model_16383 -2dxof=-3 -2dyof=2 -2dzoom=912 -2dyan=198 -2dxan=663 -members=yes -cost=30 -stockmarket=yes -recol1s=11626 -recol1d=28386 -recol2s=6342 -recol2d=6336 -name=Gold seal -certlink=obj_9041 - -// 9041 -[obj_9041] -certlink=obj_9040 -certtemplate=obj_799 - -// 9042 -[obj_9042] -model=model_16383 -2dxof=-3 -2dyof=2 -2dzoom=912 -2dyan=198 -2dxan=663 -members=yes -cost=20 -stockmarket=yes -name=Stone seal -certlink=obj_9043 - -// 9043 -[obj_9043] -certlink=obj_9042 -certtemplate=obj_799 - -// 9044 -[obj_9044] -model=model_16379 -iop2=Wield -cost=10000 -manwear=model_16348 -womanwear=model_16348 -members=yes -2dxof=-1 -2dyof=46 -2dzoom=1744 -2dyan=1508 -2dxan=285 -members=yes -iop1=Teleport -cost=100 -stockmarket=yes -name=Pharaoh's sceptre -womanwearoff=3,-11,6 -certlink=obj_9045 - -// 9045 -[obj_9045] -certlink=obj_9044 -certtemplate=obj_799 - -// 9046 -[obj_9046] -model=model_16379 -iop2=Wield -cost=10000 -manwear=model_16348 -womanwear=model_16348 -members=yes -2dxof=-1 -2dyof=46 -2dzoom=1744 -2dyan=1508 -2dxan=285 -members=yes -iop1=Teleport -cost=100 -stockmarket=yes -name=Pharaoh's sceptre -womanwearoff=3,-11,6 -certlink=obj_9047 - -// 9047 -[obj_9047] -certlink=obj_9046 -certtemplate=obj_799 - -// 9048 -[obj_9048] -model=model_16379 -iop2=Wield -cost=10000 -manwear=model_16348 -womanwear=model_16348 -members=yes -2dxof=-1 -2dyof=46 -2dzoom=1744 -2dyan=1508 -2dxan=285 -members=yes -iop1=Teleport -cost=100 -stockmarket=yes -name=Pharaoh's sceptre -womanwearoff=3,-11,6 -certlink=obj_9049 - -// 9049 -[obj_9049] -certlink=obj_9048 -certtemplate=obj_799 - -// 9050 -[obj_9050] -model=model_16379 -iop2=Wield -cost=10000 -manwear=model_16348 -womanwear=model_16348 -members=yes -2dxof=-1 -2dyof=46 -2dzoom=1744 -2dyan=1508 -2dxan=285 -members=yes -iop1=Teleport -cost=100 -stockmarket=yes -name=Pharaoh's sceptre -certlink=obj_9051 - -// 9051 -[obj_9051] -certlink=obj_9050 -certtemplate=obj_799 - -// 9052 -[obj_9052] -model=model_16381 -2dxof=-3 -2dzoom=912 -2dyan=231 -2dxan=141 -iop1=Eat -members=yes -stockmarket=yes -name=Locust meat -certlink=obj_9053 - -// 9053 -[obj_9053] -certlink=obj_9052 -certtemplate=obj_799 - -// 9054 -[obj_9054] -model=model_24514 -cost=40 -2dxof=-1 -2dzoom=1244 -2dxan=611 -iop2=Wear -recol1s=6273 -recol1d=10240 -recol2s=8387 -recol2d=12354 -name=Red goblin mail - -// 9055 -[obj_9055] -model=model_24514 -cost=40 -2dxof=-1 -2dzoom=1244 -2dxan=611 -iop2=Wear -members=yes -recol1s=6273 -recol1d=3171 -recol2s=8387 -recol2d=5285 -name=Black goblin mail - -// 9056 -[obj_9056] -model=model_24514 -cost=40 -2dxof=-1 -2dzoom=1244 -2dxan=611 -iop2=Wear -recol1s=6273 -recol1d=24288 -recol2s=8387 -recol2d=26402 -name=Yellow goblin mail - -// 9057 -[obj_9057] -model=model_24514 -cost=40 -2dxof=-1 -2dzoom=1244 -2dxan=611 -iop2=Wear -recol1s=6273 -recol1d=224 -recol2s=8387 -recol2d=2338 -name=Green goblin mail - -// 9058 -[obj_9058] -model=model_24514 -cost=40 -2dxof=-1 -2dzoom=1244 -2dxan=611 -iop2=Wear -recol1s=6273 -recol1d=8335 -recol2s=8387 -recol2d=10480 -name=Purple goblin mail - -// 9059 -[obj_9059] -model=model_24514 -cost=40 -2dxof=-1 -2dzoom=1244 -2dxan=611 -iop2=Wear -recol1s=6273 -recol1d=22933 -recol2s=8387 -recol2d=26040 -name=Pink goblin mail - -// 9060 -[obj_9060] -model=model_2705 -manwear=model_16451 -womanwear=model_16451 -dummyitem=2 -recol1s=21074 -recol1d=10240 - -// 9061 -[obj_9061] -model=model_2705 -manwear=model_16451 -womanwear=model_16451 -dummyitem=2 -recol1s=21074 -recol1d=14 - -// 9062 -[obj_9062] -model=model_2705 -manwear=model_16452 -womanwear=model_16452 -dummyitem=2 -recol1s=22131 -recol1d=14 - -// 9063 -[obj_9063] -model=model_2705 -manwear=model_16452 -womanwear=model_16452 -dummyitem=2 -recol1s=22131 -recol1d=24288 - -// 9064 -[obj_9064] -model=model_5742 -2dzoom=1190 -2dyan=120 -2dxan=28 -cost=20 -members=yes -recol1s=22270 -recol1d=18157 -name=Emerald lantern - -// 9065 -[obj_9065] -model=model_5741 -manwear=model_16488 -womanwear=model_16488 -iop3=Extinguish -2dzoom=1190 -2dyan=120 -2dxan=28 -cost=20 -members=yes -recol1s=32553 -recol1d=14024 -name=Emerald lantern -womanwearoff=3,-11,6 - -// 9066 -[obj_9066] -model=model_5740 -2dxof=-3 -2dyof=3 -2dzoom=610 -2dyan=568 -2dxan=436 -cost=10 -members=yes -recol1s=22270 -recol1d=18157 -name=Emerald lens - -// 9067 -[obj_9067] -cost=4 -model=model_16820 -ambient=5 -2dzoom=1568 -2dyan=69 -2dxan=166 -members=yes -name=Dream log - -// 9068 -[obj_9068] -cost=1000 -model=model_16720 -iop2=Wear -manwear=model_16477 -womanwear=model_16500 -manhead=model_39447 -womanhead=model_38833 -manwear2=model_215 -womanwear2=model_391 -members=yes -2dxof=2 -2dyof=-39 -2dzoom=465 -2dyan=104 -2dxan=226 -name=Moonclan helm - -// 9069 -[obj_9069] -cost=1000 -model=model_16723 -iop2=Wear -manwear=model_16478 -womanwear=model_12140 -manhead=model_39540 -womanhead=model_38781 -members=yes -2dyof=-5 -2dzoom=854 -2dyan=126 -2dxan=101 -name=Moonclan hat - -// 9070 -[obj_9070] -cost=1000 -model=model_16731 -iop2=Wear -manwear=model_16485 -manwear2=model_16472 -womanwear=model_16506 -womanwear2=model_16493 -members=yes -2dyof=-1 -2dzoom=668 -2dyan=2033 -2dxan=525 -name=Moonclan armour - -// 9071 -[obj_9071] -cost=1000 -model=model_16729 -iop2=Wear -manwear=model_16481 -womanwear=model_12143 -members=yes -2dyof=-27 -2dzoom=1192 -2dyan=3 -2dxan=387 -name=Moonclan skirt - -// 9072 -[obj_9072] -cost=900 -model=model_16722 -iop2=Wear -manwear=model_16476 -womanwear=model_16498 -members=yes -2dyof=1 -2dzoom=856 -2dyan=9 -2dxan=535 -name=Moonclan gloves - -// 9073 -[obj_9073] -cost=900 -model=model_16728 -iop2=Wear -manwear=model_16473 -womanwear=model_16496 -members=yes -2dyof=-19 -2dzoom=682 -2dyan=63 -2dxan=195 -name=Moonclan boots - -// 9074 -[obj_9074] -cost=200 -model=model_16721 -iop2=Wear -manwear=model_12086 -womanwear=model_16508 -members=yes -2dxof=-3 -2dzoom=2023 -2dzan=83 -2dxan=636 -recol1s=8386 -recol1d=15424 -recol2s=32736 -recol2d=26948 -name=Moonclan cape - -// 9075 -[obj_9075] -stackable=yes -cost=220 -model=model_16742 -2dyof=1 -2dzoom=740 -2dyan=1012 -2dxan=528 -ambient=30 -members=yes -stockmarket=yes -name=Astral rune - -// 9076 -[obj_9076] -cost=3 -model=model_2748 -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -members=yes -iop5=Destroy -recol1s=13605 -recol1d=16846 -recol2s=11488 -recol2d=11692 -name=Lunar ore - -// 9077 -[obj_9077] -cost=8 -model=model_2408 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -members=yes -iop5=Destroy -recol1s=11488 -recol1d=11659 -name=Lunar bar - -// 9078 -[obj_9078] -iop1=Read -members=yes -model=model_2543 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -recol1s=13504 -recol1d=22192 -recol2s=32759 -recol2d=32752 -recol3s=21120 -recol3d=20677 -recol4s=16846 -recol4d=20677 -name=Moonclan manual - -// 9079 -[obj_9079] -model=model_16734 -2dxof=1 -2dyof=15 -2dzoom=465 -2dyan=415 -2dxan=304 -members=yes -cost=20 -recol1s=32760 -recol1d=26418 -name=Suqah tooth - -// 9080 -[obj_9080] -cost=60 -model=model_16733 -members=yes -2dyof=1 -2dzoom=1584 -2dyan=1189 -2dxan=528 -name=Suqah hide - -// 9081 -[obj_9081] -cost=60 -model=model_16733 -members=yes -2dyof=1 -2dzoom=1584 -2dyan=1189 -2dxan=528 -recol1s=11626 -recol1d=6341 -recol2s=12683 -recol2d=6341 -recol3s=10569 -recol3d=6341 -recol4s=8455 -recol4d=6341 -name=Suqah leather - -// 9082 -[obj_9082] -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -cost=20 -recol1s=22131 -recol1d=25190 -name=Ground tooth - -// 9083 -[obj_9083] -model=model_16587 -members=yes -iop2=Wear -iop5=Destroy -2dxof=1 -2dyof=-1 -2dzoom=465 -2dxan=332 -manwear=model_16486 -womanwear=model_16486 -name=Seal of passage -womanwearoff=0,1,0 - -// 9084 -[obj_9084] -model=model_16724 -iop2=Wield -manwear=model_16489 -womanwear=model_16489 -2dxof=-3 -2dzoom=1488 -2dyan=1425 -2dzan=55 -2dxan=304 -members=yes -iop5=Destroy -name=Lunar staff -womanwearoff=3,-11,6 - -// 9085 -[obj_9085] -model=model_16726 -2dxof=-2 -2dyof=-2 -2dzoom=1232 -2dyan=174 -2dxan=129 -members=yes -manwear=model_16490 -womanwear=model_16490 -iop5=Destroy -name=Empty vial -womanwearoff=3,-11,6 - -// 9086 -[obj_9086] -model=model_16726 -2dxof=-2 -2dyof=-2 -2dzoom=1232 -2dyan=174 -2dxan=129 -members=yes -manwear=model_16490 -womanwear=model_16490 -iop5=Destroy -name=Vial of water -womanwearoff=3,-11,6 - -// 9087 -[obj_9087] -model=model_16732 -members=yes -2dxof=-2 -2dyof=-2 -2dzoom=1232 -2dyan=174 -2dxan=129 -manwear=model_16490 -womanwear=model_16490 -iop5=Destroy -name=Waking sleep vial -womanwearoff=3,-11,6 - -// 9088 -[obj_9088] -model=model_16732 -members=yes -2dxof=-2 -2dyof=-2 -2dzoom=1232 -2dyan=174 -2dxan=129 -manwear=model_16490 -womanwear=model_16490 -iop5=Destroy -name=Guam vial -womanwearoff=3,-11,6 - -// 9089 -[obj_9089] -model=model_16732 -members=yes -2dxof=-2 -2dyof=-2 -2dzoom=1232 -2dyan=174 -2dxan=129 -manwear=model_16490 -womanwear=model_16490 -iop5=Destroy -name=Marr vial -womanwearoff=3,-11,6 - -// 9090 -[obj_9090] -model=model_16732 -members=yes -2dxof=-2 -2dyof=-2 -2dzoom=1232 -2dyan=174 -2dxan=129 -manwear=model_16490 -womanwear=model_16490 -iop5=Destroy -name=Guam-marr vial -womanwearoff=3,-11,6 - -// 9091 -[obj_9091] -cost=15 -members=yes -model=model_2648 -2dyof=-23 -2dzoom=1460 -2dyan=1416 -2dxan=196 -iop2=Wield -iop5=Destroy -manwear=model_534 -womanwear=model_534 -name=Lunar staff - pt1 -womanwearoff=3,-11,6 - -// 9092 -[obj_9092] -cost=15 -members=yes -model=model_2648 -2dyof=-23 -2dzoom=1460 -2dyan=1416 -2dxan=196 -iop2=Wield -iop5=Destroy -manwear=model_534 -womanwear=model_534 -name=Lunar staff - pt2 -womanwearoff=3,-11,6 - -// 9093 -[obj_9093] -cost=15 -members=yes -model=model_2648 -2dyof=-23 -2dzoom=1460 -2dyan=1416 -2dxan=196 -iop2=Wield -iop5=Destroy -manwear=model_534 -womanwear=model_534 -name=Lunar staff - pt3 -womanwearoff=3,-11,6 - -// 9094 -[obj_9094] -model=model_16725 -2dxof=-4 -2dyof=9 -2dzoom=1488 -2dxan=579 -members=yes -name=Kindling - -// 9095 -[obj_9095] -model=model_16725 -2dxof=-4 -2dyof=9 -2dzoom=1488 -2dxan=579 -members=yes -name=Soaked kindling - -// 9096 -[obj_9096] -cost=100 -model=model_16717 -iop2=Wear -manwear=model_16480 -womanwear=model_16455 -manhead=model_39893 -womanhead=model_38994 -members=yes -2dyof=-5 -2dzoom=854 -2dyan=126 -2dxan=101 -iop5=Destroy -recol1s=16774 -recol1d=3206 -recol2s=8523 -recol2d=3202 -recol3s=2312 -recol3d=5285 -recol4s=9348 -recol4d=6244 -name=Lunar helm - -// 9097 -[obj_9097] -cost=100 -model=model_16719 -iop2=Wear -manwear=model_16484 -manwear2=model_16471 -womanwear=model_16505 -womanwear2=model_16492 -members=yes -2dyof=-1 -2dzoom=1308 -2dxan=498 -iop5=Destroy -recol1s=16774 -recol1d=3206 -recol2s=8523 -recol2d=3202 -recol3s=2312 -recol3d=5285 -recol4s=9348 -recol4d=6244 -name=Lunar torso - -// 9098 -[obj_9098] -cost=100 -model=model_16718 -iop2=Wear -manwear=model_16482 -womanwear=model_16502 -members=yes -2dxof=-1 -2dyof=12 -2dzoom=1704 -2dyan=3 -2dxan=387 -iop5=Destroy -recol1s=16774 -recol1d=3206 -recol2s=8523 -recol2d=3202 -recol3s=2312 -recol3d=5285 -recol4s=9348 -recol4d=6244 -name=Lunar legs - -// 9099 -[obj_9099] -cost=100 -model=model_16713 -iop2=Wear -manwear=model_16475 -womanwear=model_16497 -members=yes -2dyof=1 -2dzoom=984 -2dxan=484 -iop5=Destroy -recol1s=16774 -recol1d=3206 -recol2s=8523 -recol2d=3202 -recol3s=2312 -recol3d=5285 -recol4s=9348 -recol4d=6244 -name=Lunar gloves - -// 9100 -[obj_9100] -cost=100 -model=model_16715 -iop2=Wear -manwear=model_16474 -womanwear=model_16495 -members=yes -2dyof=-19 -2dzoom=810 -2dxan=207 -iop5=Destroy -recol1s=16774 -recol1d=3206 -recol2s=8523 -recol2d=3202 -recol3s=2312 -recol3d=5285 -recol4s=9348 -recol4d=6244 -name=Lunar boots - -// 9101 -[obj_9101] -cost=2 -model=model_16714 -iop2=Wear -manwear=model_16487 -womanwear=model_16507 -members=yes -2dxof=-3 -2dzoom=2151 -2dzan=83 -2dxan=636 -iop5=Destroy -recol1s=8386 -recol1d=15424 -recol2s=32736 -recol2d=26948 -recol3s=2312 -recol3d=5285 -recol4s=9348 -recol4d=6244 -recol5s=16774 -recol5d=3206 -recol6s=8523 -recol6d=3202 -name=Lunar cape - -// 9102 -[obj_9102] -cost=30 -model=model_16716 -2dxof=7 -2dyof=-79 -2dzoom=784 -2dyan=147 -2dxan=231 -manwear=model_16483 -womanwear=model_16504 -iop2=Wear -members=yes -iop5=Destroy -recol1s=32576 -recol1d=8523 -recol2s=32576 -recol2d=8523 -recol3s=11561 -recol3d=16774 -name=Lunar amulet - -// 9103 -[obj_9103] -cost=30 -model=model_16730 -manwear=model_16479 -womanwear=model_16501 -manhead=model_39457 -womanhead=model_38770 -2dzoom=528 -2dyan=132 -2dxan=177 -members=yes -iop5=Destroy -name=A special tiara - -// 9104 -[obj_9104] -cost=100 -model=model_16727 -iop2=Wear -members=yes -2dyof=-9 -2dzoom=848 -2dyan=213 -2dxan=396 -iop5=Destroy -recol1s=32576 -recol1d=8523 -name=Lunar ring - -// 9105 -[obj_9105] -dummyitem=1 -model=model_16589 -2dyof=-9 -2dzoom=4304 -2dyan=144 -2dxan=87 -name=Suqah monster - -// 9106 -[obj_9106] -model=model_7535 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_7491 -womanwear=model_7505 -manhead=model_39513 -womanhead=model_38853 -members=yes -cost=100 -recol1s=22198 -recol1d=25270 -name=Astral tiara - -// 9107 -[obj_9107] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9108 -[obj_9108] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9109 -[obj_9109] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9110 -[obj_9110] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9111 -[obj_9111] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9112 -[obj_9112] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9113 -[obj_9113] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9114 -[obj_9114] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9115 -[obj_9115] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9116 -[obj_9116] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9117 -[obj_9117] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9118 -[obj_9118] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9119 -[obj_9119] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9120 -[obj_9120] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9121 -[obj_9121] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9122 -[obj_9122] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9123 -[obj_9123] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9124 -[obj_9124] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9125 -[obj_9125] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9126 -[obj_9126] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9127 -[obj_9127] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9128 -[obj_9128] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9129 -[obj_9129] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9130 -[obj_9130] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9131 -[obj_9131] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9132 -[obj_9132] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9133 -[obj_9133] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9134 -[obj_9134] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9135 -[obj_9135] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9136 -[obj_9136] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9137 -[obj_9137] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9138 -[obj_9138] -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -manwear=model_4048 -womanwear=model_4048 -dummyitem=2 -recol1s=16640 -recol1d=11556 -manwearoff=-16,3,3 -womanwearoff=-19,-9,8 - -// 9139 -[obj_9139] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9146,2 -count2=obj_9147,3 -count3=obj_9148,4 -count4=obj_9149,5 -cost=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 -name=Blurite bolts - -// 9140 -[obj_9140] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9150,2 -count2=obj_9151,3 -count3=obj_9152,4 -count4=obj_9153,5 -cost=2 -stockmarket=yes -recol1s=11909 -recol1d=12618 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 -name=Iron bolts - -// 9141 -[obj_9141] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9154,2 -count2=obj_9155,3 -count3=obj_9156,4 -count4=obj_9157,5 -cost=8 -stockmarket=yes -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 -name=Steel bolts - -// 9142 -[obj_9142] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9158,2 -count2=obj_9159,3 -count3=obj_9160,4 -count4=obj_9161,5 -cost=20 -stockmarket=yes -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -name=Mithril bolts - -// 9143 -[obj_9143] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9162,2 -count2=obj_9163,3 -count3=obj_9164,4 -count4=obj_9165,5 -cost=58 -stockmarket=yes -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -name=Adamant bolts - -// 9144 -[obj_9144] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9166,2 -count2=obj_9167,3 -count3=obj_9168,4 -count4=obj_9169,5 -cost=300 -stockmarket=yes -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -name=Rune bolts - -// 9145 -[obj_9145] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9170,2 -count2=obj_9171,3 -count3=obj_9172,4 -count4=obj_9173,5 -cost=5 -stockmarket=yes -recol1s=11909 -recol1d=23255 -recol2s=11525 -recol2d=23255 -recol3s=10468 -recol3d=22198 -recol4s=9411 -recol4d=21141 -recol5s=8354 -recol5d=20084 -name=Silver bolts - -// 9146 -[obj_9146] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 - -// 9147 -[obj_9147] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 - -// 9148 -[obj_9148] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 - -// 9149 -[obj_9149] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 - -// 9150 -[obj_9150] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=12618 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 9151 -[obj_9151] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=12618 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 9152 -[obj_9152] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=12618 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 9153 -[obj_9153] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=12618 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 9154 -[obj_9154] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 - -// 9155 -[obj_9155] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 - -// 9156 -[obj_9156] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 - -// 9157 -[obj_9157] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 - -// 9158 -[obj_9158] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 - -// 9159 -[obj_9159] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 - -// 9160 -[obj_9160] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 - -// 9161 -[obj_9161] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 - -// 9162 -[obj_9162] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 - -// 9163 -[obj_9163] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 - -// 9164 -[obj_9164] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 - -// 9165 -[obj_9165] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 - -// 9166 -[obj_9166] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 - -// 9167 -[obj_9167] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 - -// 9168 -[obj_9168] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 - -// 9169 -[obj_9169] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 - -// 9170 -[obj_9170] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=23255 -recol2s=11525 -recol2d=23255 -recol3s=10468 -recol3d=22198 -recol4s=9411 -recol4d=21141 -recol5s=8354 -recol5d=20084 - -// 9171 -[obj_9171] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=23255 -recol2s=11525 -recol2d=23255 -recol3s=10468 -recol3d=22198 -recol4s=9411 -recol4d=21141 -recol5s=8354 -recol5d=20084 - -// 9172 -[obj_9172] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=23255 -recol2s=11525 -recol2d=23255 -recol3s=10468 -recol3d=22198 -recol4s=9411 -recol4d=21141 -recol5s=8354 -recol5d=20084 - -// 9173 -[obj_9173] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=23255 -recol2s=11525 -recol2d=23255 -recol3s=10468 -recol3d=22198 -recol4s=9411 -recol4d=21141 -recol5s=8354 -recol5d=20084 - -// 9174 -[obj_9174] -model=model_16876 -2dyof=3 -2dzoom=926 -2dyan=258 -2dxan=432 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -members=yes -cost=73 -stockmarket=yes -name=Bronze crossbow -womanwearoff=3,-11,6 -certlink=obj_9175 - -// 9175 -[obj_9175] -certlink=obj_9174 -certtemplate=obj_799 - -// 9176 -[obj_9176] -model=model_16876 -2dyof=3 -2dzoom=926 -2dyan=258 -2dxan=432 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -members=yes -cost=93 -recol1s=15752 -recol1d=16776 -recol2s=14695 -recol2d=14662 -recol3s=13638 -recol3d=12548 -recol4s=9411 -recol4d=15864 -recol5s=8354 -recol5d=12695 -recol6s=7297 -recol6d=11636 -name=Blurite crossbow -womanwearoff=3,-11,6 - -// 9177 -[obj_9177] -model=model_16876 -2dyof=3 -2dzoom=926 -2dyan=258 -2dxan=432 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -members=yes -cost=157 -stockmarket=yes -recol1s=15752 -recol1d=10533 -recol2s=14695 -recol2d=8419 -recol3s=13638 -recol3d=6305 -recol4s=9411 -recol4d=11561 -recol5s=8354 -recol5d=8456 -recol6s=7297 -recol6d=6342 -name=Iron crossbow -womanwearoff=3,-11,6 -certlink=obj_9178 - -// 9178 -[obj_9178] -certlink=obj_9177 -certtemplate=obj_799 - -// 9179 -[obj_9179] -model=model_16876 -2dyof=3 -2dzoom=926 -2dyan=258 -2dxan=432 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -members=yes -cost=360 -stockmarket=yes -recol1s=15752 -recol1d=25196 -recol2s=14695 -recol2d=24137 -recol3s=13638 -recol3d=22023 -recol4s=9411 -recol4d=18960 -recol5s=8354 -recol5d=16846 -recol6s=7297 -recol6d=14732 -name=Steel crossbow -womanwearoff=3,-11,6 -certlink=obj_9180 - -// 9180 -[obj_9180] -certlink=obj_9179 -certtemplate=obj_799 - -// 9181 -[obj_9181] -model=model_16876 -2dyof=3 -2dzoom=926 -2dyan=258 -2dxan=432 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -members=yes -cost=783 -stockmarket=yes -recol1s=15752 -recol1d=17831 -recol2s=14695 -recol2d=16740 -recol3s=13638 -recol3d=13603 -recol4s=9411 -recol4d=8460 -recol5s=8354 -recol5d=6346 -recol6s=7297 -recol6d=4232 -name=Mith crossbow -womanwearoff=3,-11,6 -certlink=obj_9182 - -// 9182 -[obj_9182] -certlink=obj_9181 -certtemplate=obj_799 - -// 9183 -[obj_9183] -model=model_16876 -2dyof=3 -2dzoom=926 -2dyan=258 -2dxan=432 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -members=yes -cost=1767 -stockmarket=yes -recol1s=15752 -recol1d=22023 -recol2s=14695 -recol2d=19909 -recol3s=13638 -recol3d=16740 -recol4s=9411 -recol4d=8552 -recol5s=8354 -recol5d=6438 -recol6s=7297 -recol6d=4324 -name=Adamant crossbow -womanwearoff=3,-11,6 -certlink=obj_9184 - -// 9184 -[obj_9184] -certlink=obj_9183 -certtemplate=obj_799 - -// 9185 -[obj_9185] -model=model_16876 -2dyof=3 -2dzoom=926 -2dyan=258 -2dxan=432 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -members=yes -cost=16200 -stockmarket=yes -recol1s=15752 -recol1d=9410 -recol2s=14695 -recol2d=7296 -recol3s=13638 -recol3d=5184 -recol4s=9411 -recol4d=8590 -recol5s=8354 -recol5d=6476 -recol6s=7297 -recol6d=4362 -name=Rune crossbow -womanwearoff=3,-11,6 -certlink=obj_9186 -lentlink=obj_13530 - -// 9186 -[obj_9186] -certlink=obj_9185 -certtemplate=obj_799 - -// 9187 -[obj_9187] -model=model_16857 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -cost=10 -count1=obj_9195,2 -count2=obj_9196,3 -count3=obj_9197,4 -count4=obj_9198,5 -stockmarket=yes -recol1s=32752 -recol1d=20365 -name=Jade bolt tips - -// 9188 -[obj_9188] -model=model_16857 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -cost=13 -count1=obj_9207,2 -count2=obj_9208,3 -count3=obj_9209,4 -count4=obj_9210,5 -stockmarket=yes -recol1s=32752 -recol1d=29866 -name=Topaz bolt tips - -// 9189 -[obj_9189] -model=model_16857 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -cost=17 -count1=obj_9211,2 -count2=obj_9212,3 -count3=obj_9213,4 -count4=obj_9214,5 -stockmarket=yes -recol1s=32752 -recol1d=16989 -name=Sapphire bolt tips - -// 9190 -[obj_9190] -model=model_16857 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -cost=33 -count1=obj_9215,2 -count2=obj_9216,3 -count3=obj_9217,4 -count4=obj_9218,5 -stockmarket=yes -recol1s=32752 -recol1d=18352 -name=Emerald bolt tips - -// 9191 -[obj_9191] -model=model_16857 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -cost=67 -count1=obj_9219,2 -count2=obj_9220,3 -count3=obj_9221,4 -count4=obj_9222,5 -stockmarket=yes -recol1s=32752 -recol1d=20677 -name=Ruby bolt tips - -// 9192 -[obj_9192] -model=model_16857 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -cost=133 -count1=obj_9223,2 -count2=obj_9224,3 -count3=obj_9225,4 -count4=obj_9226,5 -stockmarket=yes -recol1s=32752 -recol1d=32767 -name=Diamond bolt tips - -// 9193 -[obj_9193] -model=model_16857 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -cost=667 -count1=obj_9227,2 -count2=obj_9228,3 -count3=obj_9229,4 -count4=obj_9230,5 -stockmarket=yes -recol1s=32752 -recol1d=19673 -name=Dragon bolt tips - -// 9194 -[obj_9194] -model=model_16857 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -cost=1000 -count1=obj_9231,2 -count2=obj_9232,3 -count3=obj_9233,4 -count4=obj_9234,5 -stockmarket=yes -recol1s=32752 -recol1d=3171 -name=Onyx bolt tips - -// 9195 -[obj_9195] -model=model_16858 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=20365 - -// 9196 -[obj_9196] -model=model_16859 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=20365 - -// 9197 -[obj_9197] -model=model_16860 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=20365 - -// 9198 -[obj_9198] -model=model_16861 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=20365 - -// 9199 -[obj_9199] -model=model_16858 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=32752 - -// 9200 -[obj_9200] -model=model_16859 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=32752 - -// 9201 -[obj_9201] -model=model_16860 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=32752 - -// 9202 -[obj_9202] -model=model_16861 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=32752 - -// 9203 -[obj_9203] -model=model_16858 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 - -// 9204 -[obj_9204] -model=model_16859 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 - -// 9205 -[obj_9205] -model=model_16860 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 - -// 9206 -[obj_9206] -model=model_16861 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 - -// 9207 -[obj_9207] -model=model_16858 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=29866 - -// 9208 -[obj_9208] -model=model_16859 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=29866 - -// 9209 -[obj_9209] -model=model_16860 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=29866 - -// 9210 -[obj_9210] -model=model_16861 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=29866 - -// 9211 -[obj_9211] -model=model_16858 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=16989 - -// 9212 -[obj_9212] -model=model_16859 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=16989 - -// 9213 -[obj_9213] -model=model_16860 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=16989 - -// 9214 -[obj_9214] -model=model_16861 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=16989 - -// 9215 -[obj_9215] -model=model_16858 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=18352 - -// 9216 -[obj_9216] -model=model_16859 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=18352 - -// 9217 -[obj_9217] -model=model_16860 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=18352 - -// 9218 -[obj_9218] -model=model_16861 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=18352 - -// 9219 -[obj_9219] -model=model_16858 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=20677 - -// 9220 -[obj_9220] -model=model_16859 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=20677 - -// 9221 -[obj_9221] -model=model_16860 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=20677 - -// 9222 -[obj_9222] -model=model_16861 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=20677 - -// 9223 -[obj_9223] -model=model_16858 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=32767 - -// 9224 -[obj_9224] -model=model_16859 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=32767 - -// 9225 -[obj_9225] -model=model_16860 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=32767 - -// 9226 -[obj_9226] -model=model_16861 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=32767 - -// 9227 -[obj_9227] -model=model_16858 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=19673 - -// 9228 -[obj_9228] -model=model_16859 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=19673 - -// 9229 -[obj_9229] -model=model_16860 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=19673 - -// 9230 -[obj_9230] -model=model_16861 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=19673 - -// 9231 -[obj_9231] -model=model_16858 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=3171 - -// 9232 -[obj_9232] -model=model_16859 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=3171 - -// 9233 -[obj_9233] -model=model_16860 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=3171 - -// 9234 -[obj_9234] -model=model_16861 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -stackable=yes -members=yes -dummyitem=2 -recol1s=32752 -recol1d=3171 - -// 9235 -[obj_9235] -model=model_16866 -2dxof=1 -2dzoom=300 -2dyan=66 -2dxan=453 -members=yes -dummyitem=2 -recol1s=32752 -recol1d=7399 -recol2s=26421 -recol2d=7399 -recol3s=11525 -recol3d=7399 -recol4s=10468 -recol4d=7399 -recol5s=9411 -recol5d=7399 -recol6s=8354 -recol6d=7399 - -// 9236 -[obj_9236] -stackable=yes -members=yes -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -count1=obj_9246,2 -count2=obj_9247,3 -count3=obj_9248,4 -count4=obj_9249,5 -members=yes -cost=7 -stockmarket=yes -recol1s=11909 -recol1d=15719 -recol2s=11525 -recol2d=15719 -recol3s=10468 -recol3d=13639 -recol4s=9411 -recol4d=12582 -recol5s=8354 -recol5d=11525 -recol6s=32752 -recol6d=32759 -name=Opal bolts (e) - -// 9237 -[obj_9237] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9254,2 -count2=obj_9255,3 -count3=obj_9256,4 -count4=obj_9257,5 -cost=13 -recol1s=11909 -recol1d=23261 -recol2s=11525 -recol2d=23261 -recol3s=10468 -recol3d=23260 -recol4s=9411 -recol4d=22204 -recol5s=8354 -recol5d=21148 -recol6s=32752 -recol6d=20365 -name=Jade bolts (e) - -// 9238 -[obj_9238] -stackable=yes -members=yes -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -count1=obj_9250,2 -count2=obj_9251,3 -count3=obj_9252,4 -count4=obj_9253,5 -members=yes -cost=15 -stockmarket=yes -recol1s=32752 -recol1d=24415 -recol2s=11525 -recol2d=15789 -recol3s=10468 -recol3d=14732 -recol4s=9411 -recol4d=13675 -recol5s=8354 -recol5d=12618 -name=Pearl bolts (e) - -// 9239 -[obj_9239] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9258,2 -count2=obj_9259,3 -count3=obj_9260,4 -count4=obj_9261,5 -cost=24 -stockmarket=yes -recol1s=11909 -recol1d=26293 -recol2s=11525 -recol2d=25236 -recol3s=10468 -recol3d=23188 -recol4s=9411 -recol4d=22131 -recol5s=8354 -recol5d=21074 -recol6s=32752 -recol6d=29866 -name=Topaz bolts (e) - -// 9240 -[obj_9240] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9262,2 -count2=obj_9263,3 -count3=obj_9264,4 -count4=obj_9265,5 -cost=40 -stockmarket=yes -recol1s=11909 -recol1d=14802 -recol2s=11525 -recol2d=13745 -recol3s=10468 -recol3d=12688 -recol4s=9411 -recol4d=11631 -recol5s=8354 -recol5d=10574 -recol6s=32752 -recol6d=16989 -name=Sapphire bolts (e) - -// 9241 -[obj_9241] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9266,2 -count2=obj_9267,3 -count3=obj_9268,4 -count4=obj_9269,5 -cost=59 -stockmarket=yes -recol1s=11909 -recol1d=14802 -recol2s=11525 -recol2d=13745 -recol3s=10468 -recol3d=12688 -recol4s=9411 -recol4d=11631 -recol5s=8354 -recol5d=10574 -recol6s=32752 -recol6d=18352 -name=Emerald bolts (e) - -// 9242 -[obj_9242] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9270,2 -count2=obj_9271,3 -count3=obj_9272,4 -count4=obj_9273,5 -cost=138 -stockmarket=yes -recol1s=11909 -recol1d=13773 -recol2s=11525 -recol2d=13773 -recol3s=10468 -recol3d=12716 -recol4s=9411 -recol4d=10666 -recol5s=8354 -recol5d=9609 -recol6s=32752 -recol6d=20677 -name=Ruby bolts (e) - -// 9243 -[obj_9243] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9274,2 -count2=obj_9275,3 -count3=obj_9276,4 -count4=obj_9277,5 -cost=211 -stockmarket=yes -recol1s=11909 -recol1d=13773 -recol2s=11525 -recol2d=13773 -recol3s=10468 -recol3d=12716 -recol4s=9411 -recol4d=10666 -recol5s=8354 -recol5d=9609 -recol6s=32752 -recol6d=32767 -name=Diamond bolts (e) - -// 9244 -[obj_9244] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9278,2 -count2=obj_9279,3 -count3=obj_9280,4 -count4=obj_9281,5 -ambient=25 -cost=1063 -stockmarket=yes -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=19673 -name=Dragon bolts (e) - -// 9245 -[obj_9245] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9282,2 -count2=obj_9283,3 -count3=obj_9284,4 -count4=obj_9285,5 -ambient=25 -cost=15000 -stockmarket=yes -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=3171 -name=Onyx bolts (e) - -// 9246 -[obj_9246] -stackable=yes -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=15719 -recol2s=11525 -recol2d=15719 -recol3s=10468 -recol3d=13639 -recol4s=9411 -recol4d=12582 -recol5s=8354 -recol5d=11525 -recol6s=32752 -recol6d=32759 - -// 9247 -[obj_9247] -stackable=yes -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=15719 -recol2s=11525 -recol2d=15719 -recol3s=10468 -recol3d=13639 -recol4s=9411 -recol4d=12582 -recol5s=8354 -recol5d=11525 -recol6s=32752 -recol6d=32759 - -// 9248 -[obj_9248] -stackable=yes -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=15719 -recol2s=11525 -recol2d=15719 -recol3s=10468 -recol3d=13639 -recol4s=9411 -recol4d=12582 -recol5s=8354 -recol5d=11525 -recol6s=32752 -recol6d=32759 - -// 9249 -[obj_9249] -stackable=yes -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=15719 -recol2s=11525 -recol2d=15719 -recol3s=10468 -recol3d=13639 -recol4s=9411 -recol4d=12582 -recol5s=8354 -recol5d=11525 -recol6s=32752 -recol6d=32759 - -// 9250 -[obj_9250] -stackable=yes -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -ambient=7 -recol1s=32752 -recol1d=24415 -recol2s=11525 -recol2d=15789 -recol3s=10468 -recol3d=14732 -recol4s=9411 -recol4d=13675 -recol5s=8354 -recol5d=12618 - -// 9251 -[obj_9251] -stackable=yes -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -ambient=7 -recol1s=32752 -recol1d=24415 -recol2s=11525 -recol2d=15789 -recol3s=10468 -recol3d=14732 -recol4s=9411 -recol4d=13675 -recol5s=8354 -recol5d=12618 - -// 9252 -[obj_9252] -stackable=yes -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -ambient=7 -recol1s=32752 -recol1d=24415 -recol2s=11525 -recol2d=15789 -recol3s=10468 -recol3d=14732 -recol4s=9411 -recol4d=13675 -recol5s=8354 -recol5d=12618 - -// 9253 -[obj_9253] -stackable=yes -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -dummyitem=2 -ambient=7 -recol1s=32752 -recol1d=24415 -recol2s=11525 -recol2d=15789 -recol3s=10468 -recol3d=14732 -recol4s=9411 -recol4d=13675 -recol5s=8354 -recol5d=12618 - -// 9254 -[obj_9254] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=23261 -recol2s=11525 -recol2d=23261 -recol3s=10468 -recol3d=23260 -recol4s=9411 -recol4d=22204 -recol5s=8354 -recol5d=21148 -recol6s=32752 -recol6d=20365 - -// 9255 -[obj_9255] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=23261 -recol2s=11525 -recol2d=23261 -recol3s=10468 -recol3d=23260 -recol4s=9411 -recol4d=22204 -recol5s=8354 -recol5d=21148 -recol6s=32752 -recol6d=20365 - -// 9256 -[obj_9256] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=23261 -recol2s=11525 -recol2d=23261 -recol3s=10468 -recol3d=23260 -recol4s=9411 -recol4d=22204 -recol5s=8354 -recol5d=21148 -recol6s=32752 -recol6d=20365 - -// 9257 -[obj_9257] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=23261 -recol2s=11525 -recol2d=23261 -recol3s=10468 -recol3d=23260 -recol4s=9411 -recol4d=22204 -recol5s=8354 -recol5d=21148 -recol6s=32752 -recol6d=20365 - -// 9258 -[obj_9258] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=26293 -recol2s=11525 -recol2d=25236 -recol3s=10468 -recol3d=23188 -recol4s=9411 -recol4d=22131 -recol5s=8354 -recol5d=21074 -recol6s=32752 -recol6d=29866 - -// 9259 -[obj_9259] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=26293 -recol2s=11525 -recol2d=25236 -recol3s=10468 -recol3d=23188 -recol4s=9411 -recol4d=22131 -recol5s=8354 -recol5d=21074 -recol6s=32752 -recol6d=29866 - -// 9260 -[obj_9260] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=26293 -recol2s=11525 -recol2d=25236 -recol3s=10468 -recol3d=23188 -recol4s=9411 -recol4d=22131 -recol5s=8354 -recol5d=21074 -recol6s=32752 -recol6d=29866 - -// 9261 -[obj_9261] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=26293 -recol2s=11525 -recol2d=25236 -recol3s=10468 -recol3d=23188 -recol4s=9411 -recol4d=22131 -recol5s=8354 -recol5d=21074 -recol6s=32752 -recol6d=29866 - -// 9262 -[obj_9262] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=14802 -recol2s=11525 -recol2d=13745 -recol3s=10468 -recol3d=12688 -recol4s=9411 -recol4d=11631 -recol5s=8354 -recol5d=10574 -recol6s=32752 -recol6d=16989 - -// 9263 -[obj_9263] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=14802 -recol2s=11525 -recol2d=13745 -recol3s=10468 -recol3d=12688 -recol4s=9411 -recol4d=11631 -recol5s=8354 -recol5d=10574 -recol6s=32752 -recol6d=16989 - -// 9264 -[obj_9264] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=14802 -recol2s=11525 -recol2d=13745 -recol3s=10468 -recol3d=12688 -recol4s=9411 -recol4d=11631 -recol5s=8354 -recol5d=10574 -recol6s=32752 -recol6d=16989 - -// 9265 -[obj_9265] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=14802 -recol2s=11525 -recol2d=13745 -recol3s=10468 -recol3d=12688 -recol4s=9411 -recol4d=11631 -recol5s=8354 -recol5d=10574 -recol6s=32752 -recol6d=16989 - -// 9266 -[obj_9266] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=14802 -recol2s=11525 -recol2d=13745 -recol3s=10468 -recol3d=12688 -recol4s=9411 -recol4d=11631 -recol5s=8354 -recol5d=10574 -recol6s=32752 -recol6d=18352 - -// 9267 -[obj_9267] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=14802 -recol2s=11525 -recol2d=13745 -recol3s=10468 -recol3d=12688 -recol4s=9411 -recol4d=11631 -recol5s=8354 -recol5d=10574 -recol6s=32752 -recol6d=18352 - -// 9268 -[obj_9268] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=14802 -recol2s=11525 -recol2d=13745 -recol3s=10468 -recol3d=12688 -recol4s=9411 -recol4d=11631 -recol5s=8354 -recol5d=10574 -recol6s=32752 -recol6d=18352 - -// 9269 -[obj_9269] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=14802 -recol2s=11525 -recol2d=13745 -recol3s=10468 -recol3d=12688 -recol4s=9411 -recol4d=11631 -recol5s=8354 -recol5d=10574 -recol6s=32752 -recol6d=18352 - -// 9270 -[obj_9270] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=13773 -recol2s=11525 -recol2d=13773 -recol3s=10468 -recol3d=12716 -recol4s=9411 -recol4d=10666 -recol5s=8354 -recol5d=9609 -recol6s=32752 -recol6d=20677 - -// 9271 -[obj_9271] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=13773 -recol2s=11525 -recol2d=13773 -recol3s=10468 -recol3d=12716 -recol4s=9411 -recol4d=10666 -recol5s=8354 -recol5d=9609 -recol6s=32752 -recol6d=20677 - -// 9272 -[obj_9272] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=13773 -recol2s=11525 -recol2d=13773 -recol3s=10468 -recol3d=12716 -recol4s=9411 -recol4d=10666 -recol5s=8354 -recol5d=9609 -recol6s=32752 -recol6d=20677 - -// 9273 -[obj_9273] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=13773 -recol2s=11525 -recol2d=13773 -recol3s=10468 -recol3d=12716 -recol4s=9411 -recol4d=10666 -recol5s=8354 -recol5d=9609 -recol6s=32752 -recol6d=20677 - -// 9274 -[obj_9274] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=13773 -recol2s=11525 -recol2d=13773 -recol3s=10468 -recol3d=12716 -recol4s=9411 -recol4d=10666 -recol5s=8354 -recol5d=9609 -recol6s=32752 -recol6d=32767 - -// 9275 -[obj_9275] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=13773 -recol2s=11525 -recol2d=13773 -recol3s=10468 -recol3d=12716 -recol4s=9411 -recol4d=10666 -recol5s=8354 -recol5d=9609 -recol6s=32752 -recol6d=32767 - -// 9276 -[obj_9276] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=13773 -recol2s=11525 -recol2d=13773 -recol3s=10468 -recol3d=12716 -recol4s=9411 -recol4d=10666 -recol5s=8354 -recol5d=9609 -recol6s=32752 -recol6d=32767 - -// 9277 -[obj_9277] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=7 -recol1s=11909 -recol1d=13773 -recol2s=11525 -recol2d=13773 -recol3s=10468 -recol3d=12716 -recol4s=9411 -recol4d=10666 -recol5s=8354 -recol5d=9609 -recol6s=32752 -recol6d=32767 - -// 9278 -[obj_9278] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=25 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=19673 - -// 9279 -[obj_9279] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=25 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=19673 - -// 9280 -[obj_9280] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=25 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=19673 - -// 9281 -[obj_9281] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=25 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=19673 - -// 9282 -[obj_9282] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=25 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=3171 - -// 9283 -[obj_9283] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=25 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=3171 - -// 9284 -[obj_9284] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=25 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=3171 - -// 9285 -[obj_9285] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -ambient=25 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=3171 - -// 9286 -[obj_9286] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9307,2 -count2=obj_9308,3 -count3=obj_9309,4 -count4=obj_9310,5 -members=yes -iop2=Wield -cost=2 -recol1s=11525 -recol1d=20092 -recol2s=10468 -recol2d=17981 -recol3s=9411 -recol3d=15869 -recol4s=8354 -recol4d=13789 -name=Blurite bolts(p) - -// 9287 -[obj_9287] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9311,2 -count2=obj_9312,3 -count3=obj_9313,4 -count4=obj_9314,5 -members=yes -iop2=Wield -cost=2 -stockmarket=yes -recol1s=11525 -recol1d=11561 -recol2s=10468 -recol2d=10504 -recol3s=9411 -recol3d=8456 -recol4s=8354 -recol4d=7399 -name=Iron bolts (p) - -// 9288 -[obj_9288] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9315,2 -count2=obj_9316,3 -count3=obj_9317,4 -count4=obj_9318,5 -members=yes -iop2=Wield -cost=8 -stockmarket=yes -recol1s=11525 -recol1d=20017 -recol2s=10468 -recol2d=18960 -recol3s=9411 -recol3d=17903 -recol4s=8354 -recol4d=16846 -name=Steel bolts (p) - -// 9289 -[obj_9289] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9319,2 -count2=obj_9320,3 -count3=obj_9321,4 -count4=obj_9322,5 -members=yes -iop2=Wield -cost=20 -stockmarket=yes -recol1s=11525 -recol1d=9517 -recol2s=10468 -recol2d=8460 -recol3s=9411 -recol3d=7403 -recol4s=8354 -recol4d=6346 -name=Mithril bolts (p) - -// 9290 -[obj_9290] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9323,2 -count2=obj_9324,3 -count3=obj_9325,4 -count4=obj_9326,5 -members=yes -iop2=Wield -cost=58 -stockmarket=yes -recol1s=11525 -recol1d=8552 -recol2s=10468 -recol2d=7495 -recol3s=9411 -recol3d=6438 -recol4s=8354 -recol4d=5381 -name=Adamant bolts (p) - -// 9291 -[obj_9291] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9327,2 -count2=obj_9328,3 -count3=obj_9329,4 -count4=obj_9330,5 -members=yes -iop2=Wield -cost=300 -stockmarket=yes -recol1s=11525 -recol1d=8590 -recol2s=10468 -recol2d=7533 -recol3s=9411 -recol3d=6476 -recol4s=8354 -recol4d=5419 -name=Runite bolts (p) - -// 9292 -[obj_9292] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9331,2 -count2=obj_9332,3 -count3=obj_9333,4 -count4=obj_9334,5 -members=yes -iop2=Wield -cost=5 -stockmarket=yes -recol1s=11525 -recol1d=23255 -recol2s=10468 -recol2d=22198 -recol3s=9411 -recol3d=21141 -recol4s=8354 -recol4d=20084 -name=Silver bolts (p) - -// 9293 -[obj_9293] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9307,2 -count2=obj_9308,3 -count3=obj_9309,4 -count4=obj_9310,5 -members=yes -iop2=Wield -cost=2 -recol1s=11525 -recol1d=20092 -recol2s=10468 -recol2d=17981 -recol3s=9411 -recol3d=15869 -recol4s=8354 -recol4d=13789 -name=Blurite bolts(p+) - -// 9294 -[obj_9294] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9311,2 -count2=obj_9312,3 -count3=obj_9313,4 -count4=obj_9314,5 -members=yes -iop2=Wield -cost=2 -stockmarket=yes -recol1s=11525 -recol1d=11561 -recol2s=10468 -recol2d=10504 -recol3s=9411 -recol3d=8456 -recol4s=8354 -recol4d=7399 -name=Iron bolts(p+) - -// 9295 -[obj_9295] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9315,2 -count2=obj_9316,3 -count3=obj_9317,4 -count4=obj_9318,5 -members=yes -iop2=Wield -cost=8 -stockmarket=yes -recol1s=11525 -recol1d=20017 -recol2s=10468 -recol2d=18960 -recol3s=9411 -recol3d=17903 -recol4s=8354 -recol4d=16846 -name=Steel bolts(p+) - -// 9296 -[obj_9296] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9319,2 -count2=obj_9320,3 -count3=obj_9321,4 -count4=obj_9322,5 -members=yes -iop2=Wield -cost=20 -stockmarket=yes -recol1s=11525 -recol1d=9517 -recol2s=10468 -recol2d=8460 -recol3s=9411 -recol3d=7403 -recol4s=8354 -recol4d=6346 -name=Mithril bolts(p+) - -// 9297 -[obj_9297] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9323,2 -count2=obj_9324,3 -count3=obj_9325,4 -count4=obj_9326,5 -members=yes -iop2=Wield -cost=58 -stockmarket=yes -recol1s=11525 -recol1d=8552 -recol2s=10468 -recol2d=7495 -recol3s=9411 -recol3d=6438 -recol4s=8354 -recol4d=5381 -name=Adamant bolts(p+) - -// 9298 -[obj_9298] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9327,2 -count2=obj_9328,3 -count3=obj_9329,4 -count4=obj_9330,5 -members=yes -iop2=Wield -cost=300 -stockmarket=yes -recol1s=11525 -recol1d=8590 -recol2s=10468 -recol2d=7533 -recol3s=9411 -recol3d=6476 -recol4s=8354 -recol4d=5419 -name=Runite bolts(p+) - -// 9299 -[obj_9299] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9331,2 -count2=obj_9332,3 -count3=obj_9333,4 -count4=obj_9334,5 -members=yes -iop2=Wield -cost=5 -stockmarket=yes -recol1s=11525 -recol1d=23255 -recol2s=10468 -recol2d=22198 -recol3s=9411 -recol3d=21141 -recol4s=8354 -recol4d=20084 -name=Silver bolts(p+) - -// 9300 -[obj_9300] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9307,2 -count2=obj_9308,3 -count3=obj_9309,4 -count4=obj_9310,5 -members=yes -iop2=Wield -cost=2 -recol1s=11525 -recol1d=20092 -recol2s=10468 -recol2d=17981 -recol3s=9411 -recol3d=15869 -recol4s=8354 -recol4d=13789 -name=Blurite bolts(p++) - -// 9301 -[obj_9301] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9311,2 -count2=obj_9312,3 -count3=obj_9313,4 -count4=obj_9314,5 -members=yes -iop2=Wield -cost=2 -stockmarket=yes -recol1s=11525 -recol1d=11561 -recol2s=10468 -recol2d=10504 -recol3s=9411 -recol3d=8456 -recol4s=8354 -recol4d=7399 -name=Iron bolts(p++) - -// 9302 -[obj_9302] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9315,2 -count2=obj_9316,3 -count3=obj_9317,4 -count4=obj_9318,5 -members=yes -iop2=Wield -cost=8 -stockmarket=yes -recol1s=11525 -recol1d=20017 -recol2s=10468 -recol2d=18960 -recol3s=9411 -recol3d=17903 -recol4s=8354 -recol4d=16846 -name=Steel bolts(p++) - -// 9303 -[obj_9303] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9319,2 -count2=obj_9320,3 -count3=obj_9321,4 -count4=obj_9322,5 -members=yes -iop2=Wield -cost=20 -stockmarket=yes -recol1s=11525 -recol1d=9517 -recol2s=10468 -recol2d=8460 -recol3s=9411 -recol3d=7403 -recol4s=8354 -recol4d=6346 -name=Mithril bolts(p++) - -// 9304 -[obj_9304] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9323,2 -count2=obj_9324,3 -count3=obj_9325,4 -count4=obj_9326,5 -members=yes -iop2=Wield -cost=58 -stockmarket=yes -recol1s=11525 -recol1d=8552 -recol2s=10468 -recol2d=7495 -recol3s=9411 -recol3d=6438 -recol4s=8354 -recol4d=5381 -name=Adamant bolts(p++) - -// 9305 -[obj_9305] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9327,2 -count2=obj_9328,3 -count3=obj_9329,4 -count4=obj_9330,5 -members=yes -iop2=Wield -cost=300 -stockmarket=yes -recol1s=11525 -recol1d=8590 -recol2s=10468 -recol2d=7533 -recol3s=9411 -recol3d=6476 -recol4s=8354 -recol4d=5419 -name=Runite bolts(p++) - -// 9306 -[obj_9306] -stackable=yes -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_9331,2 -count2=obj_9332,3 -count3=obj_9333,4 -count4=obj_9334,5 -members=yes -iop2=Wield -cost=5 -stockmarket=yes -recol1s=11525 -recol1d=23255 -recol2s=10468 -recol2d=22198 -recol3s=9411 -recol3d=21141 -recol4s=8354 -recol4d=20084 -name=Silver bolts(p++) - -// 9307 -[obj_9307] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=20092 -recol2s=10468 -recol2d=17981 -recol3s=9411 -recol3d=15869 -recol4s=8354 -recol4d=13789 - -// 9308 -[obj_9308] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=20092 -recol2s=10468 -recol2d=17981 -recol3s=9411 -recol3d=15869 -recol4s=8354 -recol4d=13789 - -// 9309 -[obj_9309] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=20092 -recol2s=10468 -recol2d=17981 -recol3s=9411 -recol3d=15869 -recol4s=8354 -recol4d=13789 - -// 9310 -[obj_9310] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=20092 -recol2s=10468 -recol2d=17981 -recol3s=9411 -recol3d=15869 -recol4s=8354 -recol4d=13789 - -// 9311 -[obj_9311] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=11561 -recol2s=10468 -recol2d=10504 -recol3s=9411 -recol3d=8456 -recol4s=8354 -recol4d=7399 - -// 9312 -[obj_9312] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=11561 -recol2s=10468 -recol2d=10504 -recol3s=9411 -recol3d=8456 -recol4s=8354 -recol4d=7399 - -// 9313 -[obj_9313] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=11561 -recol2s=10468 -recol2d=10504 -recol3s=9411 -recol3d=8456 -recol4s=8354 -recol4d=7399 - -// 9314 -[obj_9314] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=11561 -recol2s=10468 -recol2d=10504 -recol3s=9411 -recol3d=8456 -recol4s=8354 -recol4d=7399 - -// 9315 -[obj_9315] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=20017 -recol2s=10468 -recol2d=18960 -recol3s=9411 -recol3d=17903 -recol4s=8354 -recol4d=16846 - -// 9316 -[obj_9316] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=20017 -recol2s=10468 -recol2d=18960 -recol3s=9411 -recol3d=17903 -recol4s=8354 -recol4d=16846 - -// 9317 -[obj_9317] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=20017 -recol2s=10468 -recol2d=18960 -recol3s=9411 -recol3d=17903 -recol4s=8354 -recol4d=16846 - -// 9318 -[obj_9318] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=20017 -recol2s=10468 -recol2d=18960 -recol3s=9411 -recol3d=17903 -recol4s=8354 -recol4d=16846 - -// 9319 -[obj_9319] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=9517 -recol2s=10468 -recol2d=8460 -recol3s=9411 -recol3d=7403 -recol4s=8354 -recol4d=6346 - -// 9320 -[obj_9320] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=9517 -recol2s=10468 -recol2d=8460 -recol3s=9411 -recol3d=7403 -recol4s=8354 -recol4d=6346 - -// 9321 -[obj_9321] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=9517 -recol2s=10468 -recol2d=8460 -recol3s=9411 -recol3d=7403 -recol4s=8354 -recol4d=6346 - -// 9322 -[obj_9322] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=9517 -recol2s=10468 -recol2d=8460 -recol3s=9411 -recol3d=7403 -recol4s=8354 -recol4d=6346 - -// 9323 -[obj_9323] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=8552 -recol2s=10468 -recol2d=7495 -recol3s=9411 -recol3d=6438 -recol4s=8354 -recol4d=5381 - -// 9324 -[obj_9324] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=8552 -recol2s=10468 -recol2d=7495 -recol3s=9411 -recol3d=6438 -recol4s=8354 -recol4d=5381 - -// 9325 -[obj_9325] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=8552 -recol2s=10468 -recol2d=7495 -recol3s=9411 -recol3d=6438 -recol4s=8354 -recol4d=5381 - -// 9326 -[obj_9326] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=8552 -recol2s=10468 -recol2d=7495 -recol3s=9411 -recol3d=6438 -recol4s=8354 -recol4d=5381 - -// 9327 -[obj_9327] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=8590 -recol2s=10468 -recol2d=7533 -recol3s=9411 -recol3d=6476 -recol4s=8354 -recol4d=5419 - -// 9328 -[obj_9328] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=8590 -recol2s=10468 -recol2d=7533 -recol3s=9411 -recol3d=6476 -recol4s=8354 -recol4d=5419 - -// 9329 -[obj_9329] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=8590 -recol2s=10468 -recol2d=7533 -recol3s=9411 -recol3d=6476 -recol4s=8354 -recol4d=5419 - -// 9330 -[obj_9330] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=8590 -recol2s=10468 -recol2d=7533 -recol3s=9411 -recol3d=6476 -recol4s=8354 -recol4d=5419 - -// 9331 -[obj_9331] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=23255 -recol2s=10468 -recol2d=22198 -recol3s=9411 -recol3d=21141 -recol4s=8354 -recol4d=20084 - -// 9332 -[obj_9332] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=23255 -recol2s=10468 -recol2d=22198 -recol3s=9411 -recol3d=21141 -recol4s=8354 -recol4d=20084 - -// 9333 -[obj_9333] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=23255 -recol2s=10468 -recol2d=22198 -recol3s=9411 -recol3d=21141 -recol4s=8354 -recol4d=20084 - -// 9334 -[obj_9334] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11525 -recol1d=23255 -recol2s=10468 -recol2d=22198 -recol3s=9411 -recol3d=21141 -recol4s=8354 -recol4d=20084 - -// 9335 -[obj_9335] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9343,2 -count2=obj_9344,3 -count3=obj_9345,4 -count4=obj_9346,5 -cost=12 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 -recol6s=32752 -recol6d=16137 -name=Jade bolts - -// 9336 -[obj_9336] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9347,2 -count2=obj_9348,3 -count3=obj_9349,4 -count4=obj_9350,5 -cost=22 -stockmarket=yes -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 -recol6s=32752 -recol6d=25607 -name=Topaz bolts - -// 9337 -[obj_9337] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9351,2 -count2=obj_9352,3 -count3=obj_9353,4 -count4=obj_9354,5 -cost=37 -stockmarket=yes -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -recol6s=32752 -recol6d=11710 -name=Sapphire bolts - -// 9338 -[obj_9338] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9355,2 -count2=obj_9356,3 -count3=obj_9357,4 -count4=obj_9358,5 -cost=53 -stockmarket=yes -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -recol6s=32752 -recol6d=14283 -name=Emerald bolts - -// 9339 -[obj_9339] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9359,2 -count2=obj_9360,3 -count3=obj_9361,4 -count4=obj_9362,5 -cost=125 -stockmarket=yes -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -recol6s=32752 -recol6d=17440 -name=Ruby bolts - -// 9340 -[obj_9340] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9363,2 -count2=obj_9364,3 -count3=obj_9365,4 -count4=obj_9366,5 -cost=192 -stockmarket=yes -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -recol6s=32752 -recol6d=32767 -name=Diamond bolts - -// 9341 -[obj_9341] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9367,2 -count2=obj_9368,3 -count3=obj_9369,4 -count4=obj_9370,5 -cost=967 -stockmarket=yes -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=19673 -name=Dragon bolts - -// 9342 -[obj_9342] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_9371,2 -count2=obj_9372,3 -count3=obj_9373,4 -count4=obj_9374,5 -cost=13633 -stockmarket=yes -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=3171 -name=Onyx bolts - -// 9343 -[obj_9343] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 -recol6s=32752 -recol6d=16137 - -// 9344 -[obj_9344] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 -recol6s=32752 -recol6d=16137 - -// 9345 -[obj_9345] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 -recol6s=32752 -recol6d=16137 - -// 9346 -[obj_9346] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 -recol6s=32752 -recol6d=16137 - -// 9347 -[obj_9347] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 -recol6s=32752 -recol6d=25607 - -// 9348 -[obj_9348] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 -recol6s=32752 -recol6d=25607 - -// 9349 -[obj_9349] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 -recol6s=32752 -recol6d=25607 - -// 9350 -[obj_9350] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 -recol6s=32752 -recol6d=25607 - -// 9351 -[obj_9351] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -recol6s=32752 -recol6d=11710 - -// 9352 -[obj_9352] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -recol6s=32752 -recol6d=11710 - -// 9353 -[obj_9353] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -recol6s=32752 -recol6d=11710 - -// 9354 -[obj_9354] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -recol6s=32752 -recol6d=11710 - -// 9355 -[obj_9355] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -recol6s=32752 -recol6d=14283 - -// 9356 -[obj_9356] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -recol6s=32752 -recol6d=14283 - -// 9357 -[obj_9357] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -recol6s=32752 -recol6d=14283 - -// 9358 -[obj_9358] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -recol6s=32752 -recol6d=14283 - -// 9359 -[obj_9359] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -recol6s=32752 -recol6d=17440 - -// 9360 -[obj_9360] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -recol6s=32752 -recol6d=17440 - -// 9361 -[obj_9361] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -recol6s=32752 -recol6d=17440 - -// 9362 -[obj_9362] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -recol6s=32752 -recol6d=17440 - -// 9363 -[obj_9363] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -recol6s=32752 -recol6d=32767 - -// 9364 -[obj_9364] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -recol6s=32752 -recol6d=32767 - -// 9365 -[obj_9365] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -recol6s=32752 -recol6d=32767 - -// 9366 -[obj_9366] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -recol6s=32752 -recol6d=32767 - -// 9367 -[obj_9367] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=19673 - -// 9368 -[obj_9368] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=19673 - -// 9369 -[obj_9369] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=19673 - -// 9370 -[obj_9370] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=19673 - -// 9371 -[obj_9371] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=3171 - -// 9372 -[obj_9372] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=3171 - -// 9373 -[obj_9373] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=3171 - -// 9374 -[obj_9374] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -recol6s=32752 -recol6d=3171 - -// 9375 -[obj_9375] -model=model_16867 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -members=yes -count1=obj_9383,2 -count2=obj_9384,3 -count3=obj_9385,4 -count4=obj_9386,5 -stockmarket=yes -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 -name=Bronze bolts (unf) - -// 9376 -[obj_9376] -model=model_16867 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -members=yes -count1=obj_9387,2 -count2=obj_9388,3 -count3=obj_9389,4 -count4=obj_9390,5 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 -name=Blurite bolts (unf) - -// 9377 -[obj_9377] -model=model_16867 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -members=yes -count1=obj_9391,2 -count2=obj_9392,3 -count3=obj_9393,4 -count4=obj_9394,5 -stockmarket=yes -recol1s=11909 -recol1d=12618 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 -name=Iron bolts (unf) - -// 9378 -[obj_9378] -model=model_16867 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -members=yes -count1=obj_9395,2 -count2=obj_9396,3 -count3=obj_9397,4 -count4=obj_9398,5 -stockmarket=yes -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 -name=Steel bolts (unf) - -// 9379 -[obj_9379] -model=model_16867 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -members=yes -count1=obj_9399,2 -count2=obj_9400,3 -count3=obj_9401,4 -count4=obj_9402,5 -stockmarket=yes -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 -name=Mithril bolts (unf) - -// 9380 -[obj_9380] -model=model_16867 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -members=yes -count1=obj_9403,2 -count2=obj_9404,3 -count3=obj_9405,4 -count4=obj_9406,5 -stockmarket=yes -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 -name=Adamant bolts(unf) - -// 9381 -[obj_9381] -model=model_16867 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -members=yes -count1=obj_9407,2 -count2=obj_9408,3 -count3=obj_9409,4 -count4=obj_9410,5 -stockmarket=yes -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 -name=Runite bolts (unf) - -// 9382 -[obj_9382] -model=model_16867 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -members=yes -count1=obj_9411,2 -count2=obj_9412,3 -count3=obj_9413,4 -count4=obj_9414,5 -stockmarket=yes -recol1s=11909 -recol1d=23255 -recol2s=11525 -recol2d=23255 -recol3s=10468 -recol3d=22198 -recol4s=9411 -recol4d=21141 -recol5s=8354 -recol5d=20084 -name=Silver bolts (unf) - -// 9383 -[obj_9383] -model=model_16872 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 9384 -[obj_9384] -model=model_16873 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 9385 -[obj_9385] -model=model_16874 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 9386 -[obj_9386] -model=model_16875 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10468 -recol2s=11525 -recol2d=10468 -recol3s=10468 -recol3d=9411 -recol4s=9411 -recol4d=8354 -recol5s=8354 -recol5d=7297 - -// 9387 -[obj_9387] -model=model_16872 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 - -// 9388 -[obj_9388] -model=model_16873 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 - -// 9389 -[obj_9389] -model=model_16874 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 - -// 9390 -[obj_9390] -model=model_16875 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=20092 -recol2s=11525 -recol2d=20092 -recol3s=10468 -recol3d=17981 -recol4s=9411 -recol4d=15869 -recol5s=8354 -recol5d=13789 - -// 9391 -[obj_9391] -model=model_16872 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=12618 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 9392 -[obj_9392] -model=model_16873 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=12618 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 9393 -[obj_9393] -model=model_16874 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=12618 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 9394 -[obj_9394] -model=model_16875 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=12618 -recol2s=11525 -recol2d=11561 -recol3s=10468 -recol3d=10504 -recol4s=9411 -recol4d=8456 -recol5s=8354 -recol5d=7399 - -// 9395 -[obj_9395] -model=model_16872 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 - -// 9396 -[obj_9396] -model=model_16873 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 - -// 9397 -[obj_9397] -model=model_16874 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 - -// 9398 -[obj_9398] -model=model_16875 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=21074 -recol2s=11525 -recol2d=20017 -recol3s=10468 -recol3d=18960 -recol4s=9411 -recol4d=17903 -recol5s=8354 -recol5d=16846 - -// 9399 -[obj_9399] -model=model_16872 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 - -// 9400 -[obj_9400] -model=model_16873 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 - -// 9401 -[obj_9401] -model=model_16874 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 - -// 9402 -[obj_9402] -model=model_16875 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=10574 -recol2s=11525 -recol2d=9517 -recol3s=10468 -recol3d=8460 -recol4s=9411 -recol4d=7403 -recol5s=8354 -recol5d=6346 - -// 9403 -[obj_9403] -model=model_16872 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 - -// 9404 -[obj_9404] -model=model_16873 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 - -// 9405 -[obj_9405] -model=model_16874 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 - -// 9406 -[obj_9406] -model=model_16875 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8552 -recol2s=11525 -recol2d=8552 -recol3s=10468 -recol3d=7495 -recol4s=9411 -recol4d=6438 -recol5s=8354 -recol5d=5381 - -// 9407 -[obj_9407] -model=model_16872 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 - -// 9408 -[obj_9408] -model=model_16873 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 - -// 9409 -[obj_9409] -model=model_16874 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 - -// 9410 -[obj_9410] -model=model_16875 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=8590 -recol2s=11525 -recol2d=8590 -recol3s=10468 -recol3d=7533 -recol4s=9411 -recol4d=6476 -recol5s=8354 -recol5d=5419 - -// 9411 -[obj_9411] -model=model_16872 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=23255 -recol2s=11525 -recol2d=23255 -recol3s=10468 -recol3d=22198 -recol4s=9411 -recol4d=21141 -recol5s=8354 -recol5d=20084 - -// 9412 -[obj_9412] -model=model_16873 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=23255 -recol2s=11525 -recol2d=23255 -recol3s=10468 -recol3d=22198 -recol4s=9411 -recol4d=21141 -recol5s=8354 -recol5d=20084 - -// 9413 -[obj_9413] -model=model_16874 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=23255 -recol2s=11525 -recol2d=23255 -recol3s=10468 -recol3d=22198 -recol4s=9411 -recol4d=21141 -recol5s=8354 -recol5d=20084 - -// 9414 -[obj_9414] -model=model_16875 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=11909 -recol1d=23255 -recol2s=11525 -recol2d=23255 -recol3s=10468 -recol3d=22198 -recol4s=9411 -recol4d=21141 -recol5s=8354 -recol5d=20084 - -// 9415 -[obj_9415] -model=model_16847 -members=yes -name=Grapple - -// 9416 -[obj_9416] -model=model_16880 -2dxof=3 -2dyof=-6 -2dzoom=976 -2dyan=1823 -2dxan=105 -members=yes -cost=30 -stockmarket=yes -recol1s=11525 -recol1d=8460 -recol2s=9411 -recol2d=6346 -recol3s=7297 -recol3d=4232 -name=Mith grapple tip -certlink=obj_9417 - -// 9417 -[obj_9417] -certlink=obj_9416 -certtemplate=obj_799 - -// 9418 -[obj_9418] -model=model_16885 -2dzoom=848 -2dyan=1925 -2dxan=153 -members=yes -cost=48 -stockmarket=yes -recol1s=11525 -recol1d=8460 -recol2s=9411 -recol2d=6346 -recol3s=7297 -recol3d=4232 -name=Mith grapple -certlink=obj_11275 - -// 9419 -[obj_9419] -model=model_16891 -2dxof=4 -2dyof=-61 -2dzoom=1616 -2dyan=1919 -2dxan=237 -members=yes -iop2=Wield -stockmarket=yes -recol1s=11525 -recol1d=8460 -recol2s=9411 -recol2d=6346 -recol3s=7297 -recol3d=4232 -name=Mith grapple -certlink=obj_11276 - -// 9420 -[obj_9420] -model=model_16877 -2dxof=-1 -2dzoom=663 -2dyan=243 -2dxan=420 -manwear=model_16844 -womanwear=model_16844 -members=yes -cost=20 -stockmarket=yes -name=Bronze limbs -womanwearoff=3,-11,6 -certlink=obj_9421 - -// 9421 -[obj_9421] -certlink=obj_9420 -certtemplate=obj_799 - -// 9422 -[obj_9422] -model=model_16877 -2dxof=-1 -2dzoom=663 -2dyan=243 -2dxan=420 -manwear=model_16844 -womanwear=model_16844 -members=yes -cost=33 -recol1s=9411 -recol1d=15864 -recol2s=8354 -recol2d=12695 -recol3s=7297 -recol3d=11636 -name=Blurite limbs -womanwearoff=3,-11,6 - -// 9423 -[obj_9423] -model=model_16877 -2dxof=-1 -2dzoom=663 -2dyan=243 -2dxan=420 -manwear=model_16844 -womanwear=model_16844 -members=yes -cost=70 -stockmarket=yes -recol1s=9411 -recol1d=11561 -recol2s=8354 -recol2d=8456 -recol3s=7297 -recol3d=6342 -name=Iron limbs -womanwearoff=3,-11,6 -certlink=obj_9424 - -// 9424 -[obj_9424] -certlink=obj_9423 -certtemplate=obj_799 - -// 9425 -[obj_9425] -model=model_16877 -2dxof=-1 -2dzoom=663 -2dyan=243 -2dxan=420 -manwear=model_16844 -womanwear=model_16844 -members=yes -cost=250 -stockmarket=yes -recol1s=9411 -recol1d=18960 -recol2s=8354 -recol2d=16846 -recol3s=7297 -recol3d=14732 -name=Steel limbs -womanwearoff=3,-11,6 -certlink=obj_9426 - -// 9426 -[obj_9426] -certlink=obj_9425 -certtemplate=obj_799 - -// 9427 -[obj_9427] -model=model_16877 -2dxof=-1 -2dzoom=663 -2dyan=243 -2dxan=420 -manwear=model_16844 -womanwear=model_16844 -members=yes -cost=650 -stockmarket=yes -recol1s=9411 -recol1d=8460 -recol2s=8354 -recol2d=6346 -recol3s=7297 -recol3d=4232 -name=Mithril limbs -womanwearoff=3,-11,6 -certlink=obj_9428 - -// 9428 -[obj_9428] -certlink=obj_9427 -certtemplate=obj_799 - -// 9429 -[obj_9429] -model=model_16877 -2dxof=-1 -2dzoom=663 -2dyan=243 -2dxan=420 -manwear=model_16844 -womanwear=model_16844 -members=yes -cost=1600 -stockmarket=yes -recol1s=9411 -recol1d=8552 -recol2s=8354 -recol2d=6438 -recol3s=7297 -recol3d=4324 -name=Adamantite limbs -womanwearoff=3,-11,6 -certlink=obj_9430 - -// 9430 -[obj_9430] -certlink=obj_9429 -certtemplate=obj_799 - -// 9431 -[obj_9431] -model=model_16877 -2dxof=-1 -2dzoom=663 -2dyan=243 -2dxan=420 -manwear=model_16844 -womanwear=model_16844 -members=yes -cost=16000 -stockmarket=yes -recol1s=9411 -recol1d=8590 -recol2s=8354 -recol2d=6476 -recol3s=7297 -recol3d=4362 -name=Runite limbs -womanwearoff=3,-11,6 -certlink=obj_9432 - -// 9432 -[obj_9432] -certlink=obj_9431 -certtemplate=obj_799 - -// 9433 -[obj_9433] -model=model_16961 -2dxof=3 -2dyof=-3 -2dzoom=854 -2dyan=156 -2dxan=264 -ambient=10 -members=yes -iop1=Open -iop5=Destroy -cost=5000 -name=Bolt pouch - -// 9434 -[obj_9434] -model=model_16881 -2dxof=1 -2dzoom=592 -2dyan=111 -2dxan=234 -members=yes -cost=25 -stockmarket=yes -name=Bolt mould -certlink=obj_9435 - -// 9435 -[obj_9435] -certlink=obj_9434 -certtemplate=obj_799 - -// 9436 -[obj_9436] -model=model_16882 -2dxof=-3 -2dyof=1 -2dzoom=976 -2dyan=60 -2dxan=342 -members=yes -cost=2 -stockmarket=yes -name=Sinew -certlink=obj_9437 - -// 9437 -[obj_9437] -certlink=obj_9436 -certtemplate=obj_799 - -// 9438 -[obj_9438] -model=model_16883 -2dyof=3 -2dzoom=976 -2dyan=63 -2dxan=342 -members=yes -stockmarket=yes -name=Crossbow string -certlink=obj_9439 - -// 9439 -[obj_9439] -certlink=obj_9438 -certtemplate=obj_799 - -// 9440 -[obj_9440] -model=model_16879 -2dxof=-3 -2dyof=-1 -2dzoom=976 -2dyan=243 -2dxan=420 -manwear=model_16851 -womanwear=model_16851 -members=yes -cost=20 -stockmarket=yes -name=Wooden stock -womanwearoff=3,-11,6 -certlink=obj_9441 - -// 9441 -[obj_9441] -certlink=obj_9440 -certtemplate=obj_799 - -// 9442 -[obj_9442] -model=model_16879 -2dxof=-3 -2dyof=-1 -2dzoom=976 -2dyan=243 -2dxan=420 -manwear=model_16851 -womanwear=model_16851 -members=yes -cost=27 -stockmarket=yes -recol1s=15752 -recol1d=16776 -recol2s=14695 -recol2d=14662 -recol3s=13638 -recol3d=12548 -name=Oak stock -womanwearoff=3,-11,6 -certlink=obj_9443 - -// 9443 -[obj_9443] -certlink=obj_9442 -certtemplate=obj_799 - -// 9444 -[obj_9444] -model=model_16879 -2dxof=-3 -2dyof=-1 -2dzoom=976 -2dyan=243 -2dxan=420 -manwear=model_16851 -womanwear=model_16851 -members=yes -cost=53 -stockmarket=yes -recol1s=15752 -recol1d=10533 -recol2s=14695 -recol2d=8419 -recol3s=13638 -recol3d=6305 -name=Willow stock -womanwearoff=3,-11,6 -certlink=obj_9445 - -// 9445 -[obj_9445] -certlink=obj_9444 -certtemplate=obj_799 - -// 9446 -[obj_9446] -model=model_16879 -2dxof=-3 -2dyof=-1 -2dzoom=976 -2dyan=243 -2dxan=420 -manwear=model_16851 -womanwear=model_16851 -members=yes -cost=77 -stockmarket=yes -recol1s=15752 -recol1d=25196 -recol2s=14695 -recol2d=24137 -recol3s=13638 -recol3d=22023 -name=Teak stock -womanwearoff=3,-11,6 -certlink=obj_9447 - -// 9447 -[obj_9447] -certlink=obj_9446 -certtemplate=obj_799 - -// 9448 -[obj_9448] -model=model_16879 -2dxof=-3 -2dyof=-1 -2dzoom=976 -2dyan=243 -2dxan=420 -manwear=model_16851 -womanwear=model_16851 -members=yes -cost=100 -stockmarket=yes -recol1s=15752 -recol1d=17831 -recol2s=14695 -recol2d=16740 -recol3s=13638 -recol3d=13603 -name=Maple stock -womanwearoff=3,-11,6 -certlink=obj_9449 - -// 9449 -[obj_9449] -certlink=obj_9448 -certtemplate=obj_799 - -// 9450 -[obj_9450] -model=model_16879 -2dxof=-3 -2dyof=-1 -2dzoom=976 -2dyan=243 -2dxan=420 -manwear=model_16851 -womanwear=model_16851 -members=yes -cost=133 -stockmarket=yes -recol1s=15752 -recol1d=22023 -recol2s=14695 -recol2d=19909 -recol3s=13638 -recol3d=16740 -name=Mahogany stock -womanwearoff=3,-11,6 -certlink=obj_9451 - -// 9451 -[obj_9451] -certlink=obj_9450 -certtemplate=obj_799 - -// 9452 -[obj_9452] -model=model_16879 -2dxof=-3 -2dyof=-1 -2dzoom=976 -2dyan=243 -2dxan=420 -manwear=model_16851 -womanwear=model_16851 -members=yes -cost=167 -stockmarket=yes -recol1s=15752 -recol1d=9410 -recol2s=14695 -recol2d=7296 -recol3s=13638 -recol3d=5184 -name=Yew stock -womanwearoff=3,-11,6 -certlink=obj_9453 - -// 9453 -[obj_9453] -certlink=obj_9452 -certtemplate=obj_799 - -// 9454 -[obj_9454] -model=model_16878 -2dxof=3 -2dyof=5 -2dzoom=1049 -2dyan=243 -2dxan=420 -members=yes -cost=40 -manwear=model_26611 -womanwear=model_26611 -stockmarket=yes -name=Bronze c'bow (u) -womanwearoff=3,-11,6 -certlink=obj_9455 - -// 9455 -[obj_9455] -certlink=obj_9454 -certtemplate=obj_799 - -// 9456 -[obj_9456] -model=model_16878 -2dxof=3 -2dyof=5 -2dzoom=1049 -2dyan=243 -2dxan=420 -members=yes -cost=60 -manwear=model_26611 -womanwear=model_26611 -recol1s=15752 -recol1d=16776 -recol2s=14695 -recol2d=14662 -recol3s=13638 -recol3d=12548 -recol4s=9411 -recol4d=15864 -recol5s=8354 -recol5d=12695 -recol6s=7297 -recol6d=11636 -name=Blurite c'bow (u) -womanwearoff=3,-11,6 - -// 9457 -[obj_9457] -model=model_16878 -2dxof=3 -2dyof=5 -2dzoom=1049 -2dyan=243 -2dxan=420 -members=yes -cost=123 -manwear=model_26611 -womanwear=model_26611 -stockmarket=yes -recol1s=15752 -recol1d=10533 -recol2s=14695 -recol2d=8419 -recol3s=13638 -recol3d=6305 -recol4s=9411 -recol4d=11561 -recol5s=8354 -recol5d=8456 -recol6s=7297 -recol6d=6342 -name=Iron c'bow (u) -womanwearoff=3,-11,6 -certlink=obj_9458 - -// 9458 -[obj_9458] -certlink=obj_9457 -certtemplate=obj_799 - -// 9459 -[obj_9459] -model=model_16878 -2dxof=3 -2dyof=5 -2dzoom=1049 -2dyan=243 -2dxan=420 -members=yes -cost=327 -manwear=model_26611 -womanwear=model_26611 -stockmarket=yes -recol1s=15752 -recol1d=25196 -recol2s=14695 -recol2d=24137 -recol3s=13638 -recol3d=22023 -recol4s=9411 -recol4d=18960 -recol5s=8354 -recol5d=16846 -recol6s=7297 -recol6d=14732 -name=Steel c'bow (u) -womanwearoff=3,-11,6 -certlink=obj_9460 - -// 9460 -[obj_9460] -certlink=obj_9459 -certtemplate=obj_799 - -// 9461 -[obj_9461] -model=model_16878 -2dxof=3 -2dyof=5 -2dzoom=1049 -2dyan=243 -2dxan=420 -members=yes -cost=750 -manwear=model_26611 -womanwear=model_26611 -stockmarket=yes -recol1s=15752 -recol1d=17831 -recol2s=14695 -recol2d=16740 -recol3s=13638 -recol3d=13603 -recol4s=9411 -recol4d=8460 -recol5s=8354 -recol5d=6346 -recol6s=7297 -recol6d=4232 -name=Mithril c'bow (u) -womanwearoff=3,-11,6 -certlink=obj_9462 - -// 9462 -[obj_9462] -certlink=obj_9461 -certtemplate=obj_799 - -// 9463 -[obj_9463] -model=model_16878 -2dxof=3 -2dyof=5 -2dzoom=1049 -2dyan=243 -2dxan=420 -members=yes -cost=1733 -manwear=model_26611 -womanwear=model_26611 -stockmarket=yes -recol1s=15752 -recol1d=22023 -recol2s=14695 -recol2d=19909 -recol3s=13638 -recol3d=16740 -recol4s=9411 -recol4d=8552 -recol5s=8354 -recol5d=6438 -recol6s=7297 -recol6d=4324 -name=Adamant c'bow (u) -womanwearoff=3,-11,6 -certlink=obj_9464 - -// 9464 -[obj_9464] -certlink=obj_9463 -certtemplate=obj_799 - -// 9465 -[obj_9465] -model=model_16878 -2dxof=3 -2dyof=5 -2dzoom=1049 -2dyan=243 -2dxan=420 -members=yes -cost=16167 -manwear=model_26611 -womanwear=model_26611 -stockmarket=yes -recol1s=15752 -recol1d=9410 -recol2s=14695 -recol2d=7296 -recol3s=13638 -recol3d=5184 -recol4s=9411 -recol4d=8590 -recol5s=8354 -recol5d=6476 -recol6s=7297 -recol6d=4362 -name=Runite c'bow (u) -womanwearoff=3,-11,6 -certlink=obj_9466 - -// 9466 -[obj_9466] -certlink=obj_9465 -certtemplate=obj_799 - -// 9467 -[obj_9467] -model=model_2408 -cost=18 -2dxof=1 -2dyof=-8 -2dzoom=820 -2dyan=1180 -2dxan=196 -members=yes -recol1s=11488 -recol1d=17981 -name=Blurite bar - -// 9468 -[obj_9468] -model=model_16962 -2dxof=3 -2dyof=-15 -2dzoom=1438 -2dyan=1603 -2dxan=142 -ambient=25 -name=Sawdust - -// 9469 -[obj_9469] -model=model_17105 -2dxof=-3 -2dyof=-4 -2dzoom=724 -2dyan=1770 -2dxan=104 -members=yes -stackable=yes -cost=250 -iop1=Launch -iop3=Squash -stockmarket=yes -name=Grand seed pod - -// 9470 -[obj_9470] -model=model_17125 -2dxof=-7 -2dyof=8 -2dzoom=919 -2dxan=595 -iop2=Wear -manwear=model_17155 -womanwear=model_17157 -cost=1000 -members=yes -stockmarket=yes -name=Gnome scarf -certlink=obj_9471 - -// 9471 -[obj_9471] -certlink=obj_9470 -certtemplate=obj_799 - -// 9472 -[obj_9472] -model=model_25877 -iop2=Wear -2dyof=-3 -2dzoom=400 -2dyan=166 -2dxan=346 -manwear=model_25875 -womanwear=model_25876 -manhead=model_39398 -womanhead=model_38860 -cost=1000 -members=yes -stockmarket=yes -name=Gnome goggles -certlink=obj_9473 - -// 9473 -[obj_9473] -certlink=obj_9472 -certtemplate=obj_799 - -// 9474 -[obj_9474] -model=model_17121 -2dxof=3 -2dyof=1 -2dzoom=528 -2dyan=3 -2dzan=69 -2dxan=14 -members=yes -cost=250 -iop1=Check -iop3=Activate -iop5=Destroy -name=Reward token - -// 9475 -[obj_9475] -iop1=Eat -model=model_17124 -2dyof=15 -2dzoom=530 -2dyan=222 -2dxan=290 -cost=250 -members=yes -ambient=20 -stockmarket=yes -name=Mint cake -certlink=obj_9476 - -// 9476 -[obj_9476] -certlink=obj_9475 -certtemplate=obj_799 - -// 9477 -[obj_9477] -model=model_17107 -2dyof=-3 -2dzoom=530 -2dyan=1826 -2dxan=111 -members=yes -iop1=Check -name=Aluft aloft box - -// 9478 -[obj_9478] -cost=2 -members=yes -model=model_17109 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -recol1s=24201 -recol1d=19875 -name=Half made batta - -// 9479 -[obj_9479] -cost=2 -members=yes -model=model_17106 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -recol1s=24201 -recol1d=19875 -name=Unfinished batta - -// 9480 -[obj_9480] -cost=2 -members=yes -model=model_17109 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -recol1s=24201 -recol1d=19875 -name=Half made batta - -// 9481 -[obj_9481] -cost=2 -members=yes -model=model_17106 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -recol1s=24201 -recol1d=19875 -name=Unfinished batta - -// 9482 -[obj_9482] -cost=2 -members=yes -model=model_17109 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -recol1s=24201 -recol1d=19875 -name=Half made batta - -// 9483 -[obj_9483] -cost=2 -members=yes -model=model_17109 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -recol1s=24201 -recol1d=19875 -name=Half made batta - -// 9484 -[obj_9484] -cost=2 -members=yes -model=model_17106 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -recol1s=24201 -recol1d=19875 -name=Unfinished batta - -// 9485 -[obj_9485] -cost=2 -members=yes -model=model_17109 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -recol1s=24201 -recol1d=19875 -name=Half made batta - -// 9486 -[obj_9486] -cost=2 -members=yes -model=model_17106 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -recol1s=24201 -recol1d=19875 -name=Unfinished batta - -// 9487 -[obj_9487] -model=model_17116 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -members=yes -name=Wizard blizzard -certlink=obj_9488 - -// 9488 -[obj_9488] -certlink=obj_9487 -certtemplate=obj_799 - -// 9489 -[obj_9489] -model=model_17116 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -recol1s=30655 -recol1d=8456 -recol2s=30654 -recol2d=8456 -recol3s=28540 -recol3d=8456 -name=Wizard blizzard - -// 9490 -[obj_9490] -model=model_2521 -name=Picture - -// 9491 -[obj_9491] -model=model_2830 -2dyof=-1 -2dzoom=970 -2dyan=1888 -2dxan=104 -dummyitem=2 -recol1s=32767 -recol1d=8456 -recol2s=32760 -recol2d=8456 -recol3s=11588 -recol3d=8456 - -// 9492 -[obj_9492] -model=model_2501 -2dzoom=1080 -2dyan=716 -2dxan=700 -dummyitem=2 -recol1s=32736 -recol1d=8456 - -// 9493 -[obj_9493] -model=model_2640 -2dzoom=910 -2dyan=120 -2dxan=308 -dummyitem=2 -recol1s=32288 -recol1d=8456 - -// 9494 -[obj_9494] -model=model_2743 -2dxof=1 -2dzoom=730 -2dyan=644 -2dxan=664 -dummyitem=2 -recol1s=416 -recol1d=8456 - -// 9495 -[obj_9495] -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -dummyitem=2 -recol1s=8353 -recol1d=8456 -recol2s=173 -recol2d=8456 -recol3s=12545 -recol3d=8456 -recol4s=15716 -recol4d=8456 -recol5s=13675 -recol5d=8456 -recol6s=15789 -recol6d=8456 - -// 9496 -[obj_9496] -model=model_2808 -2dxof=6 -2dyof=-3 -2dzoom=1100 -2dyan=1856 -2dxan=180 -dummyitem=2 -recol1s=288 -recol1d=8456 -recol2s=1470 -recol2d=8456 - -// 9497 -[obj_9497] -model=model_7277 -2dyof=1 -2dzoom=1290 -2dyan=100 -2dxan=172 -dummyitem=2 -recol1s=1537 -recol1d=8456 -recol2s=32419 -recol2d=8456 -recol3s=32288 -recol3d=8456 -recol4s=27008 -recol4d=8456 - -// 9498 -[obj_9498] -model=model_2573 -2dxof=1 -2dyof=96 -2dzoom=870 -2dyan=2004 -2dzan=36 -2dxan=244 -dummyitem=2 -recol1s=32288 -recol1d=8456 - -// 9499 -[obj_9499] -model=model_2668 -2dxof=-10 -2dyof=14 -2dzoom=440 -2dyan=1960 -2dxan=340 -dummyitem=2 -recol1s=7648 -recol1d=8456 - -// 9500 -[obj_9500] -model=model_2431 -2dyof=-1 -2dzoom=710 -2dyan=160 -2dxan=136 -dummyitem=2 -recol1s=11561 -recol1d=8456 -recol2s=1252 -recol2d=8456 - -// 9501 -[obj_9501] -model=model_2519 -2dxof=-3 -2dyof=14 -2dzoom=1110 -2dyan=1748 -2dxan=404 -dummyitem=2 -recol1s=26151 -recol1d=8456 -recol2s=18789 -recol2d=8456 - -// 9502 -[obj_9502] -model=model_2365 -2dzoom=1110 -2dyan=1812 -2dxan=116 -dummyitem=2 -recol1s=26272 -recol1d=8456 -recol2s=16800 -recol2d=8456 - -// 9503 -[obj_9503] -model=model_2632 -2dyof=-4 -2dzoom=550 -2dyan=1900 -2dxan=208 -dummyitem=2 -recol1s=480 -recol1d=8456 -recol2s=16416 -recol2d=8456 - -// 9504 -[obj_9504] -model=model_2750 -2dzoom=670 -2dyan=116 -2dxan=116 -dummyitem=2 -recol1s=32697 -recol1d=8456 - -// 9505 -[obj_9505] -model=model_8195 -2dxof=1 -2dyof=27 -2dzoom=1730 -2dyan=1800 -2dxan=284 -dummyitem=2 -recol1s=22346 -recol1d=8456 -recol2s=11780 -recol2d=8456 -recol3s=9666 -recol3d=8456 -recol4s=5440 -recol4d=8456 -recol5s=7552 -recol5d=8456 - -// 9506 -[obj_9506] -model=model_2766 -2dxof=1 -2dyof=-6 -2dzoom=860 -2dyan=1856 -2dxan=208 -dummyitem=2 -recol1s=10464 -recol1d=8456 - -// 9507 -[obj_9507] -model=model_2410 -2dxof=1 -2dyof=41 -2dzoom=950 -2dyan=208 -2dxan=276 -dummyitem=2 -recol1s=11426 -recol1d=8456 - -// 9508 -[obj_9508] -iop1=Drink -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -iop1=Drink -iop2=Empty -members=yes -recol1s=32743 -recol1d=31729 -recol2s=32750 -recol2d=31732 -recol3s=32736 -recol3d=26610 -recol4s=1986 -recol4d=32576 -recol5s=22421 -recol5d=32751 -recol6s=30654 -recol6d=27632 -name=Wizard blizzard -certlink=obj_9509 - -// 9509 -[obj_9509] -certlink=obj_9508 -certtemplate=obj_799 - -// 9510 -[obj_9510] -iop1=Drink -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -iop1=Drink -iop2=Empty -members=yes -recol1s=32743 -recol1d=27626 -recol2s=32750 -recol2d=3908 -recol3s=32736 -recol3d=18408 -recol4s=25664 -recol4d=32736 -recol5s=30655 -recol5d=27637 -recol6s=30654 -recol6d=13192 -name=Short green guy -certlink=obj_9511 - -// 9511 -[obj_9511] -certlink=obj_9510 -certtemplate=obj_799 - -// 9512 -[obj_9512] -iop1=Drink -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -iop1=Drink -iop2=Empty -members=yes -recol1s=32750 -recol1d=32615 -recol2s=32743 -recol2d=32384 -recol3s=32736 -recol3d=32676 -recol4s=1986 -recol4d=32288 -recol5s=30654 -recol5d=31673 -recol6s=22421 -recol6d=32721 -name=Pineapple punch -certlink=obj_9513 - -// 9513 -[obj_9513] -certlink=obj_9512 -certtemplate=obj_799 - -// 9514 -[obj_9514] -iop1=Drink -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -iop1=Drink -iop2=Empty -members=yes -recol1s=32743 -recol1d=32750 -recol2s=32736 -recol2d=32480 -recol3s=1986 -recol3d=32672 -recol4s=30654 -recol4d=30146 -recol5s=27546 -recol5d=32736 -name=Fruit blast -certlink=obj_9515 - -// 9515 -[obj_9515] -certlink=obj_9514 -certtemplate=obj_799 - -// 9516 -[obj_9516] -iop1=Drink -model=model_17115 -2dxof=-1 -2dyof=-7 -2dzoom=789 -2dyan=1964 -2dxan=180 -iop1=Drink -iop2=Empty -members=yes -recol1s=8258 -recol1d=1106 -recol2s=8225 -recol2d=3222 -name=Drunk dragon -certlink=obj_9517 - -// 9517 -[obj_9517] -certlink=obj_9516 -certtemplate=obj_799 - -// 9518 -[obj_9518] -iop1=Drink -model=model_17115 -2dxof=-1 -2dyof=-7 -2dzoom=789 -2dyan=1964 -2dxan=180 -iop1=Drink -iop2=Empty -members=yes -recol1s=1528 -recol1d=17760 -recol2s=32762 -recol2d=22018 -name=Choc saturday -certlink=obj_9519 - -// 9519 -[obj_9519] -certlink=obj_9518 -certtemplate=obj_799 - -// 9520 -[obj_9520] -iop1=Drink -model=model_17117 -2dyof=-7 -2dzoom=700 -2dyan=2047 -2dxan=166 -iop1=Drink -iop2=Empty -members=yes -recol1s=32750 -recol1d=32460 -recol2s=32743 -recol2d=32230 -recol3s=32736 -recol3d=32384 -recol4s=25664 -recol4d=1234 -recol5s=1986 -recol5d=1602 -recol6s=30654 -recol6d=32566 -name=Blurberry special -certlink=obj_9521 - -// 9521 -[obj_9521] -certlink=obj_9520 -certtemplate=obj_799 - -// 9522 -[obj_9522] -model=model_17109 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -members=yes -name=Batta tin -certlink=obj_9523 - -// 9523 -[obj_9523] -certlink=obj_9522 -certtemplate=obj_799 - -// 9524 -[obj_9524] -model=model_17108 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -members=yes -name=Batta tin -certlink=obj_9525 - -// 9525 -[obj_9525] -certlink=obj_9524 -certtemplate=obj_799 - -// 9526 -[obj_9526] -model=model_17106 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -dummyitem=2 -recol1s=24201 -recol1d=8456 - -// 9527 -[obj_9527] -model=model_17112 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=32288 -name=Fruit batta -certlink=obj_9528 - -// 9528 -[obj_9528] -certlink=obj_9527 -certtemplate=obj_799 - -// 9529 -[obj_9529] -model=model_17111 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -name=Toad batta -certlink=obj_9530 - -// 9530 -[obj_9530] -certlink=obj_9529 -certtemplate=obj_799 - -// 9531 -[obj_9531] -model=model_17113 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -name=Worm batta -certlink=obj_9532 - -// 9532 -[obj_9532] -certlink=obj_9531 -certtemplate=obj_799 - -// 9533 -[obj_9533] -model=model_17112 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -recol1s=15392 -recol1d=25664 -recol2s=18208 -recol2d=29677 -name=Vegetable batta -certlink=obj_9534 - -// 9534 -[obj_9534] -certlink=obj_9533 -certtemplate=obj_799 - -// 9535 -[obj_9535] -model=model_17110 -2dxof=1 -2dyof=32 -2dzoom=780 -2dyan=136 -2dxan=236 -iop1=Eat -members=yes -name=Cheese+tom batta -certlink=obj_9536 - -// 9536 -[obj_9536] -certlink=obj_9535 -certtemplate=obj_799 - -// 9537 -[obj_9537] -model=model_2352 -2dxof=-2 -2dzoom=650 -2dxan=220 -dummyitem=2 -recol1s=24201 -recol1d=8456 - -// 9538 -[obj_9538] -model=model_17119 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -name=Toad crunchies -certlink=obj_9539 - -// 9539 -[obj_9539] -certlink=obj_9538 -certtemplate=obj_799 - -// 9540 -[obj_9540] -model=model_17118 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -name=Spicy crunchies -certlink=obj_9541 - -// 9541 -[obj_9541] -certlink=obj_9540 -certtemplate=obj_799 - -// 9542 -[obj_9542] -model=model_17120 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -name=Worm crunchies -certlink=obj_9543 - -// 9543 -[obj_9543] -certlink=obj_9542 -certtemplate=obj_799 - -// 9544 -[obj_9544] -model=model_17118 -2dxof=-2 -2dzoom=650 -2dxan=220 -iop1=Eat -members=yes -recol1s=32192 -recol1d=3104 -recol2s=15392 -recol2d=9409 -name=Chocchip crunchies -certlink=obj_9545 - -// 9545 -[obj_9545] -certlink=obj_9544 -certtemplate=obj_799 - -// 9546 -[obj_9546] -model=model_2728 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -dummyitem=2 -recol1s=20896 -recol1d=8456 -recol2s=17760 -recol2d=8456 - -// 9547 -[obj_9547] -model=model_2609 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -name=Worm hole -certlink=obj_9548 - -// 9548 -[obj_9548] -certlink=obj_9547 -certtemplate=obj_799 - -// 9549 -[obj_9549] -model=model_17114 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -recol1s=32762 -recol1d=23336 -recol2s=32761 -recol2d=23336 -name=Veg ball -certlink=obj_9550 - -// 9550 -[obj_9550] -certlink=obj_9549 -certtemplate=obj_799 - -// 9551 -[obj_9551] -model=model_2579 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -name=Tangled toads' legs -certlink=obj_9552 - -// 9552 -[obj_9552] -certlink=obj_9551 -certtemplate=obj_799 - -// 9553 -[obj_9553] -model=model_2647 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -iop1=Eat -members=yes -recol1s=6208 -recol1d=11426 -name=Chocolate bomb -certlink=obj_9554 - -// 9554 -[obj_9554] -certlink=obj_9553 -certtemplate=obj_799 - -// 9555 -[obj_9555] -model=model_2816 -2dzoom=1160 -2dyan=744 -2dxan=596 -dummyitem=2 -recol1s=6820 -recol1d=8456 - -// 9556 -[obj_9556] -model=model_17158 -2dzoom=1049 -2dyan=123 -2dxan=84 -dummyitem=2 -recol1s=11523 -recol1d=8456 -recol2s=28407 -recol2d=8456 - -// 9557 -[obj_9557] -model=model_17159 -2dzoom=919 -2dyan=1880 -2dxan=36 -dummyitem=2 -recol1s=25323 -recol1d=8456 -recol2s=28407 -recol2d=8456 - -// 9558 -[obj_9558] -cost=2 -members=yes -model=model_2797 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -name=Half made bowl - -// 9559 -[obj_9559] -cost=2 -members=yes -model=model_2797 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -name=Half made bowl - -// 9560 -[obj_9560] -cost=2 -members=yes -model=model_2728 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -name=Unfinished bowl - -// 9561 -[obj_9561] -cost=2 -members=yes -model=model_2797 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -name=Half made bowl - -// 9562 -[obj_9562] -cost=2 -members=yes -model=model_2728 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -name=Unfinished bowl - -// 9563 -[obj_9563] -cost=2 -members=yes -model=model_2797 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -name=Half made bowl - -// 9564 -[obj_9564] -cost=2 -members=yes -model=model_2728 -2dxof=1 -2dzoom=850 -2dyan=1888 -2dxan=192 -name=Unfinished bowl - -// 9565 -[obj_9565] -certlink=obj_2025 -certtemplate=obj_799 - -// 9566 -[obj_9566] -cost=2 -members=yes -model=model_2771 -2dyof=-1 -2dzoom=1000 -2dyan=116 -2dxan=92 -iop1=Pour -name=Mixed blizzard - -// 9567 -[obj_9567] -cost=2 -members=yes -model=model_2771 -2dyof=-1 -2dzoom=1000 -2dyan=116 -2dxan=92 -iop1=Pour -name=Mixed sgg - -// 9568 -[obj_9568] -cost=2 -members=yes -model=model_2771 -2dyof=-1 -2dzoom=1000 -2dyan=116 -2dxan=92 -iop1=Pour -name=Mixed blast - -// 9569 -[obj_9569] -cost=2 -members=yes -model=model_2771 -2dyof=-1 -2dzoom=1000 -2dyan=116 -2dxan=92 -iop1=Pour -name=Mixed punch - -// 9570 -[obj_9570] -cost=2 -members=yes -model=model_2771 -2dyof=-1 -2dzoom=1000 -2dyan=116 -2dxan=92 -iop1=Pour -name=Mixed blurberry special - -// 9571 -[obj_9571] -cost=2 -members=yes -model=model_2771 -2dyof=-1 -2dzoom=1000 -2dyan=116 -2dxan=92 -iop1=Pour -name=Mixed saturday - -// 9572 -[obj_9572] -cost=2 -members=yes -model=model_17115 -2dxof=-1 -2dyof=-7 -2dzoom=789 -2dyan=1964 -2dxan=180 -recol1s=1528 -recol1d=17796 -name=Mixed saturday - -// 9573 -[obj_9573] -cost=2 -members=yes -model=model_17115 -2dxof=-1 -2dyof=-7 -2dzoom=789 -2dyan=1964 -2dxan=180 -iop1=Add-ingreds -recol1s=1528 -recol1d=12612 -name=Mixed saturday - -// 9574 -[obj_9574] -cost=2 -members=yes -model=model_2771 -2dyof=-1 -2dzoom=1000 -2dyan=116 -2dxan=92 -iop1=Pour -name=Mixed dragon - -// 9575 -[obj_9575] -cost=2 -members=yes -model=model_17115 -2dxof=-1 -2dyof=-7 -2dzoom=789 -2dyan=1964 -2dxan=180 -iop1=Add-ingreds -recol1s=1528 -recol1d=11763 -name=Mixed dragon - -// 9576 -[obj_9576] -cost=2 -members=yes -model=model_17115 -2dxof=-1 -2dyof=-7 -2dzoom=789 -2dyan=1964 -2dxan=180 -recol1s=1528 -recol1d=4398 -name=Mixed dragon - -// 9577 -[obj_9577] -cost=2 -members=yes -model=model_2723 -2dxof=2 -2dyof=11 -2dzoom=1520 -2dyan=1664 -2dxan=252 -recol1s=24201 -recol1d=19875 -name=Half made crunchy - -// 9578 -[obj_9578] -cost=2 -members=yes -model=model_2352 -2dxof=-2 -2dzoom=650 -2dxan=220 -2dyan=1664 -2dxan=252 -recol1s=24201 -recol1d=19875 -name=Unfinished crunchy - -// 9579 -[obj_9579] -cost=2 -members=yes -model=model_2723 -2dxof=2 -2dyof=11 -2dzoom=1520 -2dyan=1664 -2dxan=252 -recol1s=24201 -recol1d=19875 -name=Half made crunchy - -// 9580 -[obj_9580] -cost=2 -members=yes -model=model_2352 -2dxof=-2 -2dzoom=650 -2dxan=220 -recol1s=24201 -recol1d=19875 -name=Unfinished crunchy - -// 9581 -[obj_9581] -cost=2 -members=yes -model=model_2723 -2dxof=2 -2dyof=11 -2dzoom=1520 -2dyan=1664 -2dxan=252 -recol1s=24201 -recol1d=19875 -name=Half made crunchy - -// 9582 -[obj_9582] -cost=2 -members=yes -model=model_2352 -2dxof=-2 -2dzoom=650 -2dxan=220 -recol1s=24201 -recol1d=19875 -name=Unfinished crunchy - -// 9583 -[obj_9583] -cost=2 -members=yes -model=model_2723 -2dxof=2 -2dyof=11 -2dzoom=1520 -2dyan=1664 -2dxan=252 -recol1s=24201 -recol1d=19875 -name=Half made crunchy - -// 9584 -[obj_9584] -cost=2 -members=yes -model=model_2352 -2dxof=-2 -2dzoom=650 -2dxan=220 -recol1s=24201 -recol1d=19875 -name=Unfinished crunchy - -// 9585 -[obj_9585] -certlink=obj_2164 -certtemplate=obj_799 - -// 9586 -[obj_9586] -certlink=obj_2165 -certtemplate=obj_799 - -// 9587 -[obj_9587] -certlink=obj_2166 -certtemplate=obj_799 - -// 9588 -[obj_9588] -certlink=obj_2202 -certtemplate=obj_799 - -// 9589 -[obj_9589] -model=model_17168 -2dxof=4 -2dyof=-100 -2dzoom=976 -2dyan=120 -2dxan=246 -iop1=Read -iop5=Destroy -name=Dossier - -// 9590 -[obj_9590] -model=model_17168 -2dxof=4 -2dyof=-100 -2dzoom=976 -2dyan=120 -2dxan=246 -manwear=model_17172 -womanwear=model_17172 -name=Dossier - -// 9591 -[obj_9591] -model=model_17167 -2dxof=-4 -2dyof=-12 -2dzoom=2512 -2dyan=1034 -2dxan=783 -name=Broken cauldron - -// 9592 -[obj_9592] -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -members=yes -cost=1 -recol1s=173 -recol1d=32560 -name=Magic glue - -// 9593 -[obj_9593] -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop4=Empty -members=yes -cost=1 -recol1s=173 -recol1d=15850 -name=Weird gloop - -// 9594 -[obj_9594] -members=yes -model=model_17272 -2dxof=8 -2dyof=39 -2dzoom=854 -2dyan=870 -2dxan=290 -name=Ground mud runes - -// 9595 -[obj_9595] -members=yes -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -iop1=Read -recol1s=13504 -recol1d=1350 -name=Hazelmere's book - -// 9596 -[obj_9596] -model=model_7554 -members=yes -2dzoom=690 -2dyan=1760 -2dxan=244 -cost=10 -dummyitem=1 -name=Picture - -// 9597 -[obj_9597] -model=model_17230 -2dzoom=620 -2dyan=375 -2dxan=309 -members=yes -stackable=yes -name=Red circle - -// 9598 -[obj_9598] -model=model_17236 -2dxof=3 -2dyof=1 -2dzoom=620 -2dyan=114 -2dxan=603 -members=yes -stackable=yes -name=Red triangle - -// 9599 -[obj_9599] -model=model_17235 -2dxof=1 -2dyof=3 -2dzoom=592 -2dyan=72 -2dxan=390 -members=yes -stackable=yes -name=Red square - -// 9600 -[obj_9600] -model=model_17233 -2dxof=1 -2dyof=4 -2dzoom=528 -2dyan=519 -2dxan=333 -members=yes -stackable=yes -name=Red pentagon - -// 9601 -[obj_9601] -model=model_17230 -2dzoom=620 -2dyan=375 -2dxan=309 -members=yes -stackable=yes -recol1s=12354 -recol1d=20931 -recol2s=10240 -recol2d=17762 -recol3s=14468 -recol3d=21990 -name=Orange circle - -// 9602 -[obj_9602] -model=model_17236 -2dxof=3 -2dyof=1 -2dzoom=620 -2dyan=114 -2dxan=603 -members=yes -stackable=yes -recol1s=12354 -recol1d=20931 -recol2s=10240 -recol2d=17762 -recol3s=14468 -recol3d=21990 -name=Orange triangle - -// 9603 -[obj_9603] -model=model_17235 -2dxof=1 -2dyof=3 -2dzoom=592 -2dyan=72 -2dxan=390 -members=yes -stackable=yes -recol1s=12354 -recol1d=20931 -recol2s=10240 -recol2d=17762 -recol3s=14468 -recol3d=21990 -name=Orange square - -// 9604 -[obj_9604] -model=model_17233 -2dxof=1 -2dyof=4 -2dzoom=528 -2dyan=519 -2dxan=333 -members=yes -stackable=yes -recol1s=12354 -recol1d=20931 -recol2s=10240 -recol2d=17762 -recol3s=14468 -recol3d=21990 -name=Orange pentagon - -// 9605 -[obj_9605] -model=model_17230 -2dzoom=620 -2dyan=375 -2dxan=309 -members=yes -stackable=yes -recol1s=12354 -recol1d=27467 -recol2s=10240 -recol2d=24298 -recol3s=14468 -recol3d=28494 -name=Yellow circle - -// 9606 -[obj_9606] -model=model_17236 -2dxof=3 -2dyof=1 -2dzoom=620 -2dyan=114 -2dxan=603 -members=yes -stackable=yes -recol1s=12354 -recol1d=27467 -recol2s=10240 -recol2d=24298 -recol3s=14468 -recol3d=28494 -name=Yellow triangle - -// 9607 -[obj_9607] -model=model_17235 -2dxof=1 -2dyof=3 -2dzoom=592 -2dyan=72 -2dxan=390 -members=yes -stackable=yes -recol1s=12354 -recol1d=27467 -recol2s=10240 -recol2d=24298 -recol3s=14468 -recol3d=28494 -name=Yellow square - -// 9608 -[obj_9608] -model=model_17233 -2dxof=1 -2dyof=4 -2dzoom=528 -2dyan=519 -2dxan=333 -members=yes -stackable=yes -recol1s=12354 -recol1d=27467 -recol2s=10240 -recol2d=24298 -recol3s=14468 -recol3d=28494 -name=Yellow pentagon - -// 9609 -[obj_9609] -model=model_17230 -2dzoom=620 -2dyan=375 -2dxan=309 -members=yes -stackable=yes -recol1s=12354 -recol1d=7592 -recol2s=10240 -recol2d=5478 -recol3s=14468 -recol3d=9706 -name=Green circle - -// 9610 -[obj_9610] -model=model_17236 -2dxof=3 -2dyof=1 -2dzoom=620 -2dyan=114 -2dxan=603 -members=yes -stackable=yes -recol1s=12354 -recol1d=7592 -recol2s=10240 -recol2d=5478 -recol3s=14468 -recol3d=9706 -name=Green triangle - -// 9611 -[obj_9611] -model=model_17235 -2dxof=1 -2dyof=3 -2dzoom=592 -2dyan=72 -2dxan=390 -members=yes -stackable=yes -recol1s=12354 -recol1d=7592 -recol2s=10240 -recol2d=5478 -recol3s=14468 -recol3d=9706 -name=Green square - -// 9612 -[obj_9612] -model=model_17233 -2dxof=1 -2dyof=4 -2dzoom=528 -2dyan=519 -2dxan=333 -members=yes -stackable=yes -recol1s=12354 -recol1d=7592 -recol2s=10240 -recol2d=5478 -recol3s=14468 -recol3d=9706 -name=Green pentagon - -// 9613 -[obj_9613] -model=model_17230 -2dzoom=620 -2dyan=375 -2dxan=309 -members=yes -stackable=yes -recol1s=12354 -recol1d=4297 -recol2s=10240 -recol2d=2183 -recol3s=14468 -recol3d=6411 -name=Blue circle - -// 9614 -[obj_9614] -model=model_17236 -2dxof=3 -2dyof=1 -2dzoom=620 -2dyan=114 -2dxan=603 -members=yes -stackable=yes -recol1s=12354 -recol1d=4297 -recol2s=10240 -recol2d=2183 -recol3s=14468 -recol3d=6411 -name=Blue triangle - -// 9615 -[obj_9615] -model=model_17235 -2dxof=1 -2dyof=3 -2dzoom=592 -2dyan=72 -2dxan=390 -members=yes -stackable=yes -recol1s=12354 -recol1d=4297 -recol2s=10240 -recol2d=2183 -recol3s=14468 -recol3d=6411 -name=Blue square - -// 9616 -[obj_9616] -model=model_17233 -2dxof=1 -2dyof=4 -2dzoom=528 -2dyan=519 -2dxan=333 -members=yes -stackable=yes -recol1s=12354 -recol1d=4297 -recol2s=10240 -recol2d=2183 -recol3s=14468 -recol3d=6411 -name=Blue pentagon - -// 9617 -[obj_9617] -model=model_17230 -2dzoom=620 -2dyan=375 -2dxan=309 -members=yes -stackable=yes -recol1s=12354 -recol1d=7242 -recol2s=10240 -recol2d=5160 -recol3s=14468 -recol3d=9356 -name=Indigo circle - -// 9618 -[obj_9618] -model=model_17236 -2dxof=3 -2dyof=1 -2dzoom=620 -2dyan=114 -2dxan=603 -members=yes -stackable=yes -recol1s=12354 -recol1d=7242 -recol2s=10240 -recol2d=5160 -recol3s=14468 -recol3d=9356 -name=Indigo triangle - -// 9619 -[obj_9619] -model=model_17235 -2dxof=1 -2dyof=3 -2dzoom=592 -2dyan=72 -2dxan=390 -members=yes -stackable=yes -recol1s=12354 -recol1d=7242 -recol2s=10240 -recol2d=5160 -recol3s=14468 -recol3d=9356 -name=Indigo square - -// 9620 -[obj_9620] -model=model_17233 -2dxof=1 -2dyof=4 -2dzoom=528 -2dyan=519 -2dxan=333 -members=yes -stackable=yes -recol1s=12354 -recol1d=7242 -recol2s=10240 -recol2d=5160 -recol3s=14468 -recol3d=9356 -name=Indigo pentagon - -// 9621 -[obj_9621] -model=model_17230 -2dzoom=620 -2dyan=375 -2dxan=309 -members=yes -stackable=yes -recol1s=12354 -recol1d=19894 -recol2s=10240 -recol2d=17780 -recol3s=14468 -recol3d=22008 -name=Violet circle - -// 9622 -[obj_9622] -model=model_17236 -2dxof=3 -2dyof=1 -2dzoom=620 -2dyan=114 -2dxan=603 -members=yes -stackable=yes -recol1s=12354 -recol1d=19894 -recol2s=10240 -recol2d=17780 -recol3s=14468 -recol3d=22008 -name=Violet triangle - -// 9623 -[obj_9623] -model=model_17235 -2dxof=1 -2dyof=3 -2dzoom=592 -2dyan=72 -2dxan=390 -members=yes -stackable=yes -recol1s=12354 -recol1d=19894 -recol2s=10240 -recol2d=17780 -recol3s=14468 -recol3d=22008 -name=Violet square - -// 9624 -[obj_9624] -model=model_17233 -2dxof=1 -2dyof=4 -2dzoom=528 -2dyan=519 -2dxan=333 -members=yes -stackable=yes -recol1s=12354 -recol1d=19894 -recol2s=10240 -recol2d=17780 -recol3s=14468 -recol3d=22008 -name=Violet pentagon - -// 9625 -[obj_9625] -members=yes -model=model_17229 -ambient=25 -cost=10 -2dxof=12 -2dyof=-14 -2dzoom=1114 -2dyan=277 -2dzan=28 -2dxan=650 -iop4=Check-charges -iop5=Destroy -name=Crystal saw - -// 9626 -[obj_9626] -model=model_5194 -members=yes -resizex=80 -resizey=80 -resizez=80 -2dzoom=1450 -cost=10000 -iop5=Destroy -recol1s=29597 -recol1d=11561 -name=Small crystal seed - -// 9627 -[obj_9627] -cost=2 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -recol1s=13504 -recol1d=14294 -name=A handwritten book - -// 9628 -[obj_9628] -model=model_17343 -dummyitem=2 -members=yes - -// 9629 -[obj_9629] -cost=1265 -model=model_17367 -2dzoom=815 -2dyan=1823 -2dxan=2042 -manwear=model_4019 -womanwear=model_17358 -manhead=model_39784 -womanhead=model_38986 -iop2=Wear -members=yes -stockmarket=yes -name=Tyras helm -certlink=obj_9630 - -// 9630 -[obj_9630] -certlink=obj_9629 -certtemplate=obj_799 - -// 9631 -[obj_9631] -cost=2 -model=model_2397 -manwear=model_17371 -womanwear=model_17371 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -dummyitem=2 -womanwearoff=3,-11,6 - -// 9632 -[obj_9632] -cost=100 -model=model_2748 -members=yes -2dxof=1 -2dyof=15 -2dzoom=1400 -2dyan=1576 -2dxan=368 -recol1s=11488 -recol1d=394 -recol2s=13605 -recol2d=6374 -name=Daeyalt ore - -// 9633 -[obj_9633] -model=model_10137 -members=yes -iop1=Read -iop5=Destroy -2dxof=-1 -2dyof=11 -2dzoom=1020 -2dyan=656 -2dxan=344 -recol1s=26286 -recol1d=17961 -recol2s=25229 -recol2d=16904 -recol3s=22058 -recol3d=16904 -recol4s=22024 -recol4d=15847 -recol5s=20967 -recol5d=13733 -name=Message - -// 9634 -[obj_9634] -cost=650 -members=yes -iop2=Wear -model=model_18026 -2dxof=2 -2dyof=3 -2dzoom=1420 -2dyan=41 -2dzan=2047 -2dxan=443 -manwear=model_18096 -manwear2=model_18076 -womanwear=model_18119 -womanwear2=model_14588 -stockmarket=yes -recol1s=14724 -recol1d=8456 -recol2s=25098 -recol2d=4228 -name=Vyrewatch top -certlink=obj_9635 - -// 9635 -[obj_9635] -certlink=obj_9634 -certtemplate=obj_799 - -// 9636 -[obj_9636] -cost=650 -members=yes -iop2=Wear -model=model_18022 -2dxof=-2 -2dyof=3 -2dzoom=1488 -2dyan=30 -2dzan=1881 -2dxan=357 -manwear=model_18094 -womanwear=model_18115 -stockmarket=yes -recol1s=7298 -recol1d=0 -recol2s=2340 -recol2d=0 -name=Vyrewatch legs -certlink=obj_9637 - -// 9637 -[obj_9637] -certlink=obj_9636 -certtemplate=obj_799 - -// 9638 -[obj_9638] -cost=650 -members=yes -iop2=Wear -model=model_18025 -2dxof=-1 -2dyof=48 -2dzoom=848 -2dyan=1863 -2dzan=373 -2dxan=290 -womanwear=model_18107 -manwear=model_181 -stockmarket=yes -recol1s=7298 -recol1d=0 -name=Vyrewatch shoes -certlink=obj_9639 - -// 9639 -[obj_9639] -certlink=obj_9638 -certtemplate=obj_799 - -// 9640 -[obj_9640] -cost=6 -model=model_18020 -members=yes -iop2=Wear -2dxof=1 -2dyof=8 -2dzoom=1380 -2dyan=111 -2dxan=369 -womanwear=model_8849 -womanwear2=model_18104 -manwear=model_292 -manwear2=model_18074 -stockmarket=yes -recol1s=5317 -recol1d=6306 -recol2s=14724 -recol2d=6306 -recol3s=25098 -recol3d=26293 -name=Citizen top -certlink=obj_9641 - -// 9641 -[obj_9641] -certlink=obj_9640 -certtemplate=obj_799 - -// 9642 -[obj_9642] -cost=6 -model=model_18018 -members=yes -iop2=Wear -2dxof=-7 -2dyof=-24 -2dzoom=1508 -2dyan=207 -2dxan=332 -womanwear=model_18138 -manwear=model_275 -stockmarket=yes -recol1s=2340 -recol1d=10502 -recol2s=2340 -recol2d=10502 -name=Citizen trousers -certlink=obj_9643 - -// 9643 -[obj_9643] -certlink=obj_9642 -certtemplate=obj_799 - -// 9644 -[obj_9644] -cost=6 -members=yes -iop2=Wear -model=model_18019 -2dxof=-4 -2dyof=29 -2dzoom=825 -2dyan=24 -2dxan=342 -womanwear=model_361 -manwear=model_185 -stockmarket=yes -recol1s=7298 -recol1d=7330 -name=Citizen shoes -certlink=obj_9645 - -// 9645 -[obj_9645] -certlink=obj_9644 -certtemplate=obj_799 - -// 9646 -[obj_9646] -members=yes -iop2=Look-at -iop5=Destroy -model=model_18017 -2dzoom=1503 -2dyan=152 -2dxan=650 -manwear=model_532 -womanwear=model_532 -name=Castle sketch 1 -womanwearoff=3,-11,6 - -// 9647 -[obj_9647] -members=yes -iop2=Look-at -iop5=Destroy -model=model_18017 -2dzoom=1503 -2dyan=1964 -2dxan=650 -manwear=model_532 -womanwear=model_532 -name=Castle sketch 2 -womanwearoff=3,-11,6 - -// 9648 -[obj_9648] -members=yes -iop2=Look-at -iop5=Destroy -model=model_18017 -manwear=model_532 -womanwear=model_532 -2dzoom=1503 -2dyan=705 -2dxan=650 -name=Castle sketch 3 -womanwearoff=3,-11,6 - -// 9649 -[obj_9649] -members=yes -iop1=Read -iop5=Destroy -model=model_18024 -2dxof=-4 -2dyof=9 -2dzoom=1110 -2dyan=401 -2dxan=415 -name=Message - -// 9650 -[obj_9650] -members=yes -model=model_18015 -2dyof=7 -2dzoom=595 -2dyan=2047 -2dxan=235 -name=Blood tithe pouch - -// 9651 -[obj_9651] -cost=1 -members=yes -iop5=Destroy -model=model_18021 -2dyof=-3 -2dzoom=984 -2dyan=249 -2dxan=456 -name=Large ornate key - -// 9652 -[obj_9652] -members=yes -iop1=Read -iop5=Destroy -model=model_18016 -2dxof=-5 -2dyof=3 -2dzoom=1178 -2dyan=1867 -2dzan=1798 -2dxan=692 -name=Haemalchemy - -// 9653 -[obj_9653] -members=yes -iop1=Read -iop5=Destroy -model=model_18023 -2dxof=1 -2dzoom=984 -2dyan=373 -2dzan=55 -2dxan=373 -name=Sealed message - -// 9654 -[obj_9654] -cost=1 -members=yes -iop5=Destroy -model=model_6782 -2dxof=-8 -2dyof=-2 -2dzoom=860 -2dyan=20 -2dxan=460 -recol1s=15789 -recol1d=29504 -recol2s=13675 -recol2d=28544 -name=Door key - -// 9655 -[obj_9655] -model=model_17635 -members=yes -iop5=Destroy -2dxof=-36 -2dyof=32 -2dyan=290 -2dxan=180 -name=Ladder top - -// 9656 -[obj_9656] -cost=1 -model=model_18028 -iop1=Read -members=yes -iop5=Destroy -2dxof=1 -2dzoom=1104 -2dyan=123 -2dxan=303 -ambient=10 -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -recol4s=22087 -recol4d=16878 -recol5s=25190 -recol5d=11629 -name=Tome of xp (3) -param=param_59,1 - -// 9657 -[obj_9657] -cost=1 -model=model_18028 -iop1=Read -members=yes -iop5=Destroy -2dxof=1 -2dzoom=1104 -2dyan=1886 -2dxan=309 -ambient=10 -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -recol4s=22087 -recol4d=16878 -recol5s=25190 -recol5d=11629 -name=Tome of xp (2) -param=param_59,1 - -// 9658 -[obj_9658] -cost=1 -iop1=Read -iop5=Destroy -members=yes -model=model_18028 -2dxof=1 -2dyof=1 -2dzoom=976 -2dyan=2045 -2dxan=477 -ambient=10 -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -recol4s=22087 -recol4d=16878 -recol5s=25190 -recol5d=11629 -name=Tome of xp (1) -param=param_59,1 - -// 9659 -[obj_9659] -cost=1 -iop4=Empty -iop5=Destroy -members=yes -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=15716 -recol1d=7364 -recol2s=12545 -recol2d=5250 -recol3s=8353 -recol3d=6307 -recol4s=173 -recol4d=20086 -name=Bucket of water -param=param_59,1 - -// 9660 -[obj_9660] -cost=1 -members=yes -iop5=Destroy -model=model_2397 -manwear=model_543 -womanwear=model_543 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=15716 -recol1d=7364 -recol2s=12545 -recol2d=5250 -recol3s=8353 -recol3d=6307 -name=Bucket -womanwearoff=3,-11,6 -param=param_59,1 - -// 9661 -[obj_9661] -model=model_18144 -dummyitem=2 -members=yes - -// 9662 -[obj_9662] -cost=1 -members=yes -iop5=Destroy -model=model_18027 -2dxof=1 -2dyof=7 -2dzoom=2384 -2dyan=221 -2dxan=470 -name=Shortcut key - -// 9663 -[obj_9663] -model=model_4961 -ambient=100 -dummyitem=2 - -// 9664 -[obj_9664] -model=model_4962 -ambient=100 -dummyitem=2 - -// 9665 -[obj_9665] -model=model_2554 -2dzoom=1660 -2dyan=312 -2dxan=1632 -manwear=model_18494 -womanwear=model_18494 -iop2=Wield -name=Torch -womanwearoff=3,-11,6 -certlink=obj_9701 - -// 9666 -[obj_9666] -model=model_18400 -2dxof=3 -2dyof=-28 -2dzoom=2476 -2dyan=1798 -2dxan=221 -members=yes -cost=25000 -iop1=Unpack -stockmarket=yes -recol1s=32615 -recol1d=32167 -recol2s=32576 -recol2d=32129 -recol3s=32384 -recol3d=32096 -name=Pros'yte harness m -certlink=obj_9667 - -// 9667 -[obj_9667] -certlink=obj_9666 -certtemplate=obj_799 - -// 9668 -[obj_9668] -model=model_18400 -2dxof=3 -2dyof=-28 -2dzoom=2476 -2dyan=1798 -2dxan=221 -members=yes -cost=20000 -iop1=Unpack -stockmarket=yes -name=Initiate harness m -certlink=obj_9669 - -// 9669 -[obj_9669] -certlink=obj_9668 -certtemplate=obj_799 - -// 9670 -[obj_9670] -model=model_18399 -2dxof=3 -2dyof=-28 -2dzoom=2476 -2dyan=1798 -2dxan=221 -members=yes -cost=25000 -iop1=Unpack -stockmarket=yes -recol1s=32615 -recol1d=32167 -recol2s=32576 -recol2d=32129 -recol3s=32384 -recol3d=32096 -name=Pros'yte harness f -certlink=obj_9671 - -// 9671 -[obj_9671] -certlink=obj_9670 -certtemplate=obj_799 - -// 9672 -[obj_9672] -cost=8000 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=15392 -recol2d=26048 -name=Proselyte sallet -certlink=obj_9673 - -// 9673 -[obj_9673] -certlink=obj_9672 -certtemplate=obj_799 - -// 9674 -[obj_9674] -cost=12000 -model=model_2378 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -members=yes -stockmarket=yes -recol1s=6342 -recol1d=26048 -recol2s=16846 -recol2d=28341 -recol3s=11561 -recol3d=22131 -name=Proselyte hauberk -certlink=obj_9675 - -// 9675 -[obj_9675] -certlink=obj_9674 -certtemplate=obj_799 - -// 9676 -[obj_9676] -cost=10000 -model=model_2582 -2dyof=-8 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_268 -womanwear=model_432 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=11561 -recol2d=22131 -recol3s=15789 -recol3d=26048 -name=Proselyte cuisse -certlink=obj_9677 - -// 9677 -[obj_9677] -certlink=obj_9676 -certtemplate=obj_799 - -// 9678 -[obj_9678] -model=model_4208 -cost=10000 -2dxof=5 -2dyof=5 -2dzoom=1100 -2dxan=620 -iop2=Wear -manwear=model_4206 -womanwear=model_4207 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=28341 -recol2s=2340 -recol2d=22131 -recol3s=15789 -recol3d=26048 -name=Proselyte tasset -certlink=obj_9679 - -// 9679 -[obj_9679] -certlink=obj_9678 -certtemplate=obj_799 - -// 9680 -[obj_9680] -model=model_18418 -members=yes -2dxof=9 -2dyof=25 -2dzoom=848 -2dyan=48 -2dxan=237 -name=Sea slug glue - -// 9681 -[obj_9681] -model=model_9653 -manwear=model_9652 -womanwear=model_9652 -2dxof=1 -2dyof=-1 -2dzoom=740 -2dyan=2028 -2dxan=160 -ambient=20 -members=yes -iop1=Scan -iop2=Contact -iop4=Playback -name=Commorb v2 - -// 9682 -[obj_9682] -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -members=yes -iop5=Destroy -recol1s=32759 -recol1d=15865 -name=Door transcription - -// 9683 -[obj_9683] -model=model_18417 -cost=0 -members=yes -2dxof=-8 -2dyof=-82 -2dzoom=595 -2dyan=1867 -2dxan=235 -op3=Take -name=Dead sea slug - -// 9684 -[obj_9684] -model=model_18402 -members=yes -2dxof=7 -2dyof=22 -2dzoom=1744 -2dyan=152 -2dxan=304 -iop1=Read -iop2=Shape-Earth -iop3=Shape-Air -iop5=Destroy -name=Page 1 - -// 9685 -[obj_9685] -model=model_18403 -members=yes -2dzoom=1872 -2dyan=1127 -2dxan=387 -iop1=Read -iop2=Shape-Fire -iop3=Shape-Water -iop5=Destroy -name=Page 2 - -// 9686 -[obj_9686] -model=model_18404 -members=yes -2dyof=15 -2dzoom=1957 -2dyan=1923 -2dxan=415 -iop1=Read -iop2=Shape-Mind -iop5=Destroy -name=Page 3 - -// 9687 -[obj_9687] -model=model_18405 -members=yes -2dxof=8 -2dzoom=919 -2dyan=63 -2dxan=373 -iop5=Destroy -name=Fragment 1 - -// 9688 -[obj_9688] -model=model_18406 -members=yes -2dxof=1 -2dyof=-9 -2dzoom=595 -2dyan=1907 -2dxan=294 -iop5=Destroy -name=Fragment 2 - -// 9689 -[obj_9689] -model=model_18407 -members=yes -2dxof=9 -2dzoom=1049 -2dyan=1895 -2dxan=360 -iop5=Destroy -name=Fragment 3 - -// 9690 -[obj_9690] -model=model_18415 -members=yes -2dxof=-8 -2dyof=12 -2dzoom=1114 -2dyan=55 -2dxan=429 -iop5=Destroy -name=Blank water rune - -// 9691 -[obj_9691] -model=model_18416 -members=yes -2dxof=-8 -2dyof=12 -2dzoom=1114 -2dyan=55 -2dxan=429 -iop5=Destroy -name=Water rune - -// 9692 -[obj_9692] -model=model_18409 -members=yes -2dxof=-1 -2dzoom=1178 -2dyan=3 -2dxan=622 -iop5=Destroy -name=Blank air rune - -// 9693 -[obj_9693] -model=model_18401 -members=yes -2dxof=-1 -2dzoom=1178 -2dyan=3 -2dxan=622 -iop5=Destroy -name=Air rune - -// 9694 -[obj_9694] -model=model_18408 -members=yes -2dxof=4 -2dyof=-1 -2dzoom=900 -2dxan=498 -iop5=Destroy -name=Blank earth rune - -// 9695 -[obj_9695] -model=model_18410 -members=yes -2dxof=4 -2dyof=-1 -2dzoom=900 -2dxan=498 -iop5=Destroy -name=Earth rune - -// 9696 -[obj_9696] -model=model_18413 -members=yes -2dxof=3 -2dyof=1 -2dzoom=1114 -2dyan=97 -2dzan=55 -2dxan=553 -iop5=Destroy -name=Blank mind rune - -// 9697 -[obj_9697] -model=model_18414 -members=yes -2dxof=3 -2dyof=1 -2dzoom=1114 -2dyan=97 -2dzan=55 -2dxan=553 -iop5=Destroy -name=Mind rune - -// 9698 -[obj_9698] -model=model_18411 -members=yes -2dxof=-1 -2dyof=-4 -2dzoom=919 -2dyan=166 -2dzan=55 -2dxan=512 -iop5=Destroy -name=Blank fire rune - -// 9699 -[obj_9699] -model=model_18412 -members=yes -2dxof=-1 -2dyof=-4 -2dzoom=919 -2dyan=166 -2dzan=55 -2dxan=512 -iop5=Destroy -name=Fire rune - -// 9700 -[obj_9700] -model=model_18398 -2dxof=-1 -2dyof=-1 -2dzoom=1000 -2dyan=1978 -2dxan=512 -name=Picture - -// 9701 -[obj_9701] -certlink=obj_9665 -certtemplate=obj_799 - -// 9702 -[obj_9702] -model=model_18548 -iop2=Wield -iop5=Destroy -manwear=model_18542 -womanwear=model_18542 -2dxof=-1 -2dyof=-31 -2dzoom=595 -2dyan=166 -2dzan=1328 -2dxan=152 -name=Stick -womanwearoff=3,-11,6 - -// 9703 -[obj_9703] -model=model_2604 -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -iop2=Wield -iop5=Destroy -manwear=model_519 -womanwear=model_519 -recol1s=16846 -recol1d=32767 -recol2s=32736 -recol2d=12756 -name=Training sword -womanwearoff=3,-11,6 - -// 9704 -[obj_9704] -model=model_18873 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -iop2=Wear -iop5=Destroy -cost=1 -manwear=model_18877 -womanwear=model_18877 -recol1s=16846 -recol1d=32767 -recol2s=15789 -recol2d=20155 -recol3s=7296 -recol3d=12756 -name=Training shield -womanwearoff=-3,-11,6 - -// 9705 -[obj_9705] -model=model_2562 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -iop2=Wield -iop5=Destroy -manwear=model_512 -womanwear=model_512 -recol1s=7330 -recol1d=12756 -name=Training bow -womanwearoff=3,-11,6 - -// 9706 -[obj_9706] -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -iop5=Destroy -count1=obj_9709,2 -count2=obj_9708,3 -count3=obj_9707,4 -count4=obj_9710,5 -recol1s=16846 -recol1d=32767 -recol2s=15789 -recol2d=32503 -recol3s=10368 -recol3d=3208 -recol4s=15392 -recol4d=12756 -name=Training arrows - -// 9707 -[obj_9707] -stackable=yes -model=model_2421 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=32767 -recol2s=15789 -recol2d=32503 -recol3s=10368 -recol3d=3208 -recol4s=15392 -recol4d=12756 - -// 9708 -[obj_9708] -stackable=yes -model=model_2420 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=32767 -recol2s=15789 -recol2d=32503 -recol3s=10368 -recol3d=3208 -recol4s=15392 -recol4d=12756 - -// 9709 -[obj_9709] -stackable=yes -model=model_2419 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=32767 -recol2s=15789 -recol2d=32503 -recol3s=10368 -recol3d=3208 -recol4s=15392 -recol4d=12756 - -// 9710 -[obj_9710] -stackable=yes -model=model_2422 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -dummyitem=2 -recol1s=16846 -recol1d=32767 -recol2s=15789 -recol2d=32503 -recol3s=10368 -recol3d=3208 -recol4s=15392 -recol4d=12756 - -// 9711 -[obj_9711] -model=model_18549 -2dyof=26 -2dzoom=750 -2dyan=124 -2dxan=276 -cost=1 -ambient=15 -dummyitem=2 -recol1s=4195 -recol1d=4299 -recol2s=10400 -recol2d=18039 -recol3s=12514 -recol3d=4299 -recol4s=28802 -recol4d=2152 -recol5s=24271 -recol5d=32602 - -// 9712 -[obj_9712] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 9713 -[obj_9713] -model=model_18513 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 9714 -[obj_9714] -model=model_18510 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 -ambient=20 - -// 9715 -[obj_9715] -model=model_18650 -cost=10 -members=yes -iop1=Read -2dxof=-4 -2dyof=3 -2dzoom=854 -2dyan=1895 -2dzan=1784 -2dxan=346 -recol1s=13504 -recol1d=10407 -recol2s=23744 -recol2d=7334 -recol3s=18848 -recol3d=16676 -recol4s=32576 -recol4d=19813 -recol5s=21984 -recol5d=23085 -name=Slashed book - -// 9716 -[obj_9716] -model=model_18648 -members=yes -name=Rock - -// 9717 -[obj_9717] -model=model_6743 -members=yes -2dxof=3 -2dyof=1 -2dzoom=854 -2dyan=166 -2dzan=152 -2dxan=360 -iop1=Read -recol1s=32576 -recol1d=198 -recol2s=23744 -recol2d=2312 -recol3s=13504 -recol3d=132 -name=Beaten book - -// 9718 -[obj_9718] -model=model_18653 -members=yes -2dxof=3 -2dyof=1 -2dzoom=854 -2dyan=166 -2dzan=152 -2dxan=360 -iop1=Read -name=Crane schematic - -// 9719 -[obj_9719] -model=model_18653 -members=yes -2dxof=3 -2dyof=1 -2dzoom=854 -2dyan=166 -2dzan=152 -2dxan=360 -iop1=Read -name=Lever schematic - -// 9720 -[obj_9720] -model=model_18656 -2dxof=4 -2dyof=23 -2dzoom=1114 -2dyan=1438 -2dxan=290 -members=yes -recol1s=11488 -recol1d=11314 -name=Crane claw - -// 9721 -[obj_9721] -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -members=yes -iop1=Read -name=Scroll - -// 9722 -[obj_9722] -model=model_15497 -2dxof=-1 -2dyof=10 -2dzoom=976 -2dyan=33 -2dxan=381 -members=yes -name=Key - -// 9723 -[obj_9723] -model=model_18659 -members=yes -2dxof=1 -2dzoom=2476 -2dyan=512 -2dzan=14 -2dxan=526 -recol1s=17833 -recol1d=10467 -recol2s=16846 -recol2d=5250 -recol3s=18889 -recol3d=8557 -name=Pipe - -// 9724 -[obj_9724] -model=model_18654 -2dxof=1 -2dyof=4 -2dzoom=1360 -2dyan=1772 -2dxan=423 -members=yes -name=Large cog - -// 9725 -[obj_9725] -model=model_18657 -2dzoom=976 -2dyan=2018 -2dxan=393 -members=yes -name=Medium cog - -// 9726 -[obj_9726] -model=model_18658 -2dzoom=854 -2dyan=2018 -2dxan=486 -members=yes -name=Small cog - -// 9727 -[obj_9727] -model=model_18652 -2dxof=1 -2dyof=2 -2dzoom=976 -2dyan=1781 -2dxan=267 -members=yes -recol1s=11488 -recol1d=32760 -name=Primed bar - -// 9728 -[obj_9728] -model=model_18652 -2dxof=1 -2dyof=2 -2dzoom=976 -2dyan=1781 -2dxan=267 -members=yes -recol1s=11488 -recol1d=28128 -name=Elemental mind bar - -// 9729 -[obj_9729] -model=model_18655 -2dxof=1 -2dyof=-45 -2dzoom=659 -2dyan=221 -2dxan=235 -members=yes -manwear=model_18567 -womanwear=model_18569 -womanhead=model_38796 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39438 -cost=20 -iop2=Equip -stockmarket=yes -recol1s=1816 -recol1d=19965 -recol2s=1458 -recol2d=23228 -name=Elemental helmet -certlink=obj_9730 - -// 9730 -[obj_9730] -certlink=obj_9729 -certtemplate=obj_799 - -// 9731 -[obj_9731] -model=model_155 -iop2=Wield -2dxof=-2 -2dyof=22 -2dyan=216 -2dxan=300 -manwear=model_3470 -womanwear=model_3470 -members=yes -cost=3000 -stockmarket=yes -recol1s=19965 -recol1d=25026 -recol2s=23228 -recol2d=26084 -name=Mind shield -womanwearoff=-3,-11,6 -certlink=obj_9732 - -// 9732 -[obj_9732] -certlink=obj_9731 -certtemplate=obj_799 - -// 9733 -[obj_9733] -model=model_18655 -2dxof=1 -2dyof=-45 -2dzoom=659 -2dyan=221 -2dxan=235 -members=yes -manwear=model_18567 -womanwear=model_18569 -manhead=model_39438 -womanhead=model_38796 -cost=3000 -iop2=Equip -stockmarket=yes -recol1s=1816 -recol1d=25026 -recol2s=1458 -recol2d=28198 -name=Mind helmet -certlink=obj_9734 - -// 9734 -[obj_9734] -certlink=obj_9733 -certtemplate=obj_799 - -// 9735 -[obj_9735] -model=model_5666 -members=yes -2dyof=-8 -2dzoom=612 -2dyan=627 -2dxan=189 -cost=12 -stockmarket=yes -name=Desert goat horn -certlink=obj_9738 - -// 9736 -[obj_9736] -model=model_2742 -members=yes -2dxof=-6 -2dyof=1 -2dzoom=848 -2dyan=1859 -2dxan=192 -cost=12 -stockmarket=yes -recol1s=22131 -recol1d=15818 -name=Goat horn dust -certlink=obj_9737 - -// 9737 -[obj_9737] -certlink=obj_9736 -certtemplate=obj_799 - -// 9738 -[obj_9738] -certlink=obj_9735 -certtemplate=obj_799 - -// 9739 -[obj_9739] -iop1=Drink -cost=215 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -ambient=15 -contrast=15 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=14057 -name=Combat potion(4) -certlink=obj_9740 - -// 9740 -[obj_9740] -certlink=obj_9739 -certtemplate=obj_799 - -// 9741 -[obj_9741] -iop1=Drink -cost=160 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -ambient=15 -contrast=15 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=14057 -name=Combat potion(3) -certlink=obj_9742 - -// 9742 -[obj_9742] -certlink=obj_9741 -certtemplate=obj_799 - -// 9743 -[obj_9743] -iop1=Drink -cost=105 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -ambient=15 -contrast=15 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=14057 -name=Combat potion(2) -certlink=obj_9744 - -// 9744 -[obj_9744] -certlink=obj_9743 -certtemplate=obj_799 - -// 9745 -[obj_9745] -iop1=Drink -cost=52 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -ambient=15 -contrast=15 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=14057 -name=Combat potion(1) -certlink=obj_9746 - -// 9746 -[obj_9746] -certlink=obj_9745 -certtemplate=obj_799 - -// 9747 -[obj_9747] -cost=99000 -members=yes -model=model_19047 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18920 -womanwear=model_18969 -recol1s=31770 -recol1d=13377 -recol2s=18451 -recol2d=12320 -recol3s=32383 -recol3d=8192 -recol4s=31808 -recol4d=13377 -recol5s=1986 -recol5d=12320 -recol6s=1118 -recol6d=6144 -retex1s=material_359 -retex1d=material_256 -name=Attack cape - -// 9748 -[obj_9748] -cost=99000 -members=yes -model=model_19047 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18920 -womanwear=model_18969 -recol1s=31770 -recol1d=32576 -recol2s=18451 -recol2d=32384 -recol3s=32383 -recol3d=32384 -recol4s=31808 -recol4d=13377 -recol5s=1986 -recol5d=12320 -recol6s=1118 -recol6d=6144 -retex1s=material_359 -retex1d=material_256 -name=Attack cape(t) - -// 9749 -[obj_9749] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=13377 -recol2s=18451 -recol2d=12320 -recol3s=32383 -recol3d=8192 -recol4s=31808 -recol4d=13377 -recol5s=1986 -recol5d=12320 -recol6s=1118 -recol6d=6144 -retex1s=material_359 -retex1d=material_256 -name=Attack hood - -// 9750 -[obj_9750] -cost=99000 -members=yes -model=model_19067 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18954 -womanwear=model_18989 -recol1s=31770 -recol1d=390 -recol2s=18451 -recol2d=324 -recol3s=32383 -recol3d=324 -recol4s=31808 -recol4d=390 -recol5s=1986 -recol5d=390 -recol6s=1118 -recol6d=324 -retex1s=material_359 -retex1d=material_256 -name=Strength cape - -// 9751 -[obj_9751] -cost=99000 -members=yes -model=model_19067 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18954 -womanwear=model_18989 -recol1s=31770 -recol1d=19488 -recol2s=18451 -recol2d=17440 -recol3s=32383 -recol3d=14368 -recol4s=31808 -recol4d=390 -recol5s=1986 -recol5d=390 -recol6s=1118 -recol6d=324 -retex1s=material_359 -retex1d=material_256 -name=Strength cape(t) - -// 9752 -[obj_9752] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=390 -recol2s=18451 -recol2d=324 -recol3s=32383 -recol3d=324 -recol4s=31808 -recol4d=390 -recol5s=1986 -recol5d=390 -recol6s=1118 -recol6d=324 -retex1s=material_359 -retex1d=material_256 -name=Strength hood - -// 9753 -[obj_9753] -cost=99000 -members=yes -model=model_19051 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18928 -womanwear=model_18973 -recol1s=31770 -recol1d=15929 -recol2s=18451 -recol2d=9622 -recol3s=32383 -recol3d=6453 -recol4s=31808 -recol4d=15929 -recol5s=1986 -recol5d=12759 -recol6s=1118 -recol6d=9622 -retex1s=material_359 -retex1d=material_256 -name=Defence cape - -// 9754 -[obj_9754] -cost=99000 -members=yes -model=model_19051 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18928 -womanwear=model_18973 -recol1s=31770 -recol1d=27475 -recol2s=18451 -recol2d=32756 -recol3s=32383 -recol3d=32756 -recol4s=31808 -recol4d=15929 -recol5s=1986 -recol5d=12759 -recol6s=1118 -recol6d=9622 -retex1s=material_359 -retex1d=material_256 -name=Defence cape(t) - -// 9755 -[obj_9755] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=15929 -recol2s=18451 -recol2d=9622 -recol3s=32383 -recol3d=6453 -recol4s=31808 -recol4d=15929 -recol5s=1986 -recol5d=12759 -recol6s=1118 -recol6d=9622 -retex1s=material_359 -retex1d=material_256 -name=Defence hood - -// 9756 -[obj_9756] -cost=99000 -members=yes -model=model_19063 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18948 -womanwear=model_18985 -recol1s=31770 -recol1d=8578 -recol2s=18451 -recol2d=7521 -recol3s=32383 -recol3d=6464 -recol4s=31808 -recol4d=8578 -recol5s=1986 -recol5d=7521 -recol6s=1118 -recol6d=6464 -retex1s=material_359 -retex1d=material_256 -name=Ranging cape - -// 9757 -[obj_9757] -cost=99000 -members=yes -model=model_19063 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18948 -womanwear=model_18985 -recol1s=31770 -recol1d=18691 -recol2s=18451 -recol2d=15520 -recol3s=32383 -recol3d=15520 -recol4s=31808 -recol4d=8578 -recol5s=1986 -recol5d=7521 -recol6s=1118 -recol6d=6464 -retex1s=material_359 -retex1d=material_256 -name=Ranging cape(t) - -// 9758 -[obj_9758] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=8578 -recol2s=18451 -recol2d=7521 -recol3s=32383 -recol3d=6464 -recol4s=31808 -recol4d=8578 -recol5s=1986 -recol5d=7521 -recol6s=1118 -recol6d=6464 -retex1s=material_359 -retex1d=material_256 -name=Ranging hood - -// 9759 -[obj_9759] -cost=99000 -members=yes -model=model_19061 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18945 -womanwear=model_18983 -recol1s=31770 -recol1d=32767 -recol2s=18451 -recol2d=32701 -recol3s=32383 -recol3d=32503 -recol4s=31808 -recol4d=32767 -recol5s=1986 -recol5d=32701 -recol6s=1118 -recol6d=32635 -retex1s=material_359 -retex1d=material_256 -name=Prayer cape - -// 9760 -[obj_9760] -cost=99000 -members=yes -model=model_19061 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18945 -womanwear=model_18983 -recol1s=31770 -recol1d=28352 -recol2s=18451 -recol2d=32616 -recol3s=32383 -recol3d=26272 -recol4s=31808 -recol4d=32767 -recol5s=1986 -recol5d=32701 -recol6s=1118 -recol6d=32635 -retex1s=material_359 -retex1d=material_256 -name=Prayer cape(t) - -// 9761 -[obj_9761] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=32767 -recol2s=18451 -recol2d=32701 -recol3s=32383 -recol3d=32503 -recol4s=31808 -recol4d=32767 -recol5s=1986 -recol5d=32701 -recol6s=1118 -recol6d=32635 -retex1s=material_359 -retex1d=material_256 -name=Prayer hood - -// 9762 -[obj_9762] -cost=99000 -members=yes -model=model_19059 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18915 -womanwear=model_18981 -recol1s=31770 -recol1d=22128 -recol2s=18451 -recol2d=21037 -recol3s=32383 -recol3d=18923 -recol4s=31808 -recol4d=22128 -recol5s=1986 -recol5d=21037 -recol6s=1118 -recol6d=18923 -retex1s=material_359 -retex1d=material_256 -name=Magic cape - -// 9763 -[obj_9763] -cost=99000 -members=yes -model=model_19059 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18915 -womanwear=model_18981 -recol1s=31770 -recol1d=6354 -recol2s=18451 -recol2d=3183 -recol3s=32383 -recol3d=1069 -recol4s=31808 -recol4d=22128 -recol5s=1986 -recol5d=21037 -recol6s=1118 -recol6d=18923 -retex1s=material_359 -retex1d=material_256 -name=Magic cape(t) - -// 9764 -[obj_9764] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=22128 -recol2s=18451 -recol2d=21037 -recol3s=32383 -recol3d=18923 -recol4s=31808 -recol4d=22128 -recol5s=1986 -recol5d=21037 -recol6s=1118 -recol6d=18923 -retex1s=material_359 -retex1d=material_256 -name=Magic hood - -// 9765 -[obj_9765] -cost=99000 -members=yes -model=model_19053 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18950 -womanwear=model_18986 -recol1s=31770 -recol1d=25365 -recol2s=18451 -recol2d=21137 -recol3s=32383 -recol3d=19023 -recol4s=31808 -recol4d=25365 -recol5s=1986 -recol5d=22196 -recol6s=1118 -recol6d=21137 -retex1s=material_359 -retex1d=material_256 -name=Runecraft cape - -// 9766 -[obj_9766] -cost=99000 -members=yes -model=model_19053 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18950 -womanwear=model_18986 -recol1s=31770 -recol1d=32576 -recol2s=18451 -recol2d=26048 -recol3s=32383 -recol3d=26048 -recol4s=31808 -recol4d=25365 -recol5s=1986 -recol5d=22196 -recol6s=1118 -recol6d=21137 -retex1s=material_359 -retex1d=material_256 -name=Runecraft cape(t) - -// 9767 -[obj_9767] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=25365 -recol2s=18451 -recol2d=21137 -recol3s=32383 -recol3d=19023 -recol4s=31808 -recol4d=25365 -recol5s=1986 -recol5d=22196 -recol6s=1118 -recol6d=21137 -retex1s=material_359 -retex1d=material_256 -name=Runecrafting hood - -// 9768 -[obj_9768] -cost=99000 -members=yes -model=model_19057 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18939 -womanwear=model_18980 -recol1s=31770 -recol1d=16913 -recol2s=18451 -recol2d=21141 -recol3s=32383 -recol3d=21141 -recol4s=31808 -recol4d=31673 -recol5s=1986 -recol5d=29559 -recol6s=1118 -recol6d=27445 -retex1s=material_359 -retex1d=material_256 -name=Hitpoints cape - -// 9769 -[obj_9769] -cost=99000 -members=yes -model=model_19057 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18939 -womanwear=model_18980 -recol1s=31770 -recol1d=22592 -recol2s=18451 -recol2d=11297 -recol3s=32383 -recol3d=11297 -recol4s=31808 -recol4d=31673 -recol5s=1986 -recol5d=29559 -recol6s=1118 -recol6d=27445 -retex1s=material_359 -retex1d=material_256 -name=Hitpoints cape(t) - -// 9770 -[obj_9770] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=16913 -recol2s=18451 -recol2d=21141 -recol3s=32383 -recol3d=21141 -recol4s=31808 -recol4d=31673 -recol5s=1986 -recol5d=29559 -recol6s=1118 -recol6d=27445 -retex1s=material_359 -retex1d=material_256 -name=Hitpoints hood - -// 9771 -[obj_9771] -cost=99000 -members=yes -model=model_19046 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18918 -womanwear=model_18968 -recol1s=31770 -recol1d=5294 -recol2s=18451 -recol2d=3180 -recol3s=32383 -recol3d=2123 -recol4s=31808 -recol4d=5294 -recol5s=1986 -recol5d=3180 -recol6s=1118 -recol6d=2123 -retex1s=material_359 -retex1d=material_256 -name=Agility cape - -// 9772 -[obj_9772] -cost=99000 -members=yes -model=model_19046 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18918 -womanwear=model_18968 -recol1s=31770 -recol1d=15491 -recol2s=18451 -recol2d=14434 -recol3s=32383 -recol3d=12320 -recol4s=31808 -recol4d=5294 -recol5s=1986 -recol5d=3180 -recol6s=1118 -recol6d=2123 -retex1s=material_359 -retex1d=material_256 -name=Agility cape(t) - -// 9773 -[obj_9773] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=5294 -recol2s=18451 -recol2d=3180 -recol3s=32383 -recol3d=2123 -recol4s=31808 -recol4d=5294 -recol5s=1986 -recol5d=3180 -recol6s=1118 -recol6d=2123 -retex1s=material_359 -retex1d=material_256 -name=Agility hood - -// 9774 -[obj_9774] -cost=99000 -members=yes -model=model_19056 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18938 -womanwear=model_18978 -recol1s=31770 -recol1d=352 -recol2s=18451 -recol2d=256 -recol3s=32383 -recol3d=192 -recol4s=31808 -recol4d=352 -recol5s=1986 -recol5d=320 -recol6s=1118 -recol6d=256 -retex1s=material_359 -retex1d=material_256 -name=Herblore cape - -// 9775 -[obj_9775] -cost=99000 -members=yes -model=model_19056 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18938 -womanwear=model_18978 -recol1s=31770 -recol1d=29408 -recol2s=18451 -recol2d=32578 -recol3s=32383 -recol3d=30464 -recol4s=31808 -recol4d=352 -recol5s=1986 -recol5d=320 -recol6s=1118 -recol6d=256 -retex1s=material_359 -retex1d=material_256 -name=Herblore cape(t) - -// 9776 -[obj_9776] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=352 -recol2s=18451 -recol2d=256 -recol3s=32383 -recol3d=192 -recol4s=31808 -recol4d=352 -recol5s=1986 -recol5d=320 -recol6s=1118 -recol6d=256 -retex1s=material_359 -retex1d=material_256 -name=Herblore hood - -// 9777 -[obj_9777] -cost=99000 -members=yes -model=model_19068 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18956 -womanwear=model_18990 -recol1s=31770 -recol1d=12490 -recol2s=18451 -recol2d=12490 -recol3s=32383 -recol3d=7205 -recol4s=31808 -recol4d=12490 -recol5s=1986 -recol5d=11433 -recol6s=1118 -recol6d=9319 -retex1s=material_359 -retex1d=material_256 -name=Thieving cape - -// 9778 -[obj_9778] -cost=99000 -members=yes -model=model_19068 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18956 -womanwear=model_18990 -recol1s=31770 -recol1d=4228 -recol2s=18451 -recol2d=0 -recol3s=32383 -recol3d=0 -recol4s=31808 -recol4d=12490 -recol5s=1986 -recol5d=11433 -recol6s=1118 -recol6d=9319 -retex1s=material_359 -retex1d=material_256 -name=Thieving cape(t) - -// 9779 -[obj_9779] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=12490 -recol2s=18451 -recol2d=12490 -recol3s=32383 -recol3d=7205 -recol4s=31808 -recol4d=12490 -recol5s=1986 -recol5d=11433 -recol6s=1118 -recol6d=9319 -retex1s=material_359 -retex1d=material_256 -name=Thieving hood - -// 9780 -[obj_9780] -cost=99000 -members=yes -model=model_19050 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18925 -womanwear=model_18972 -recol1s=31770 -recol1d=15687 -recol2s=18451 -recol2d=11459 -recol3s=32383 -recol3d=9345 -recol4s=31808 -recol4d=15687 -recol5s=1986 -recol5d=13573 -recol6s=1118 -recol6d=11459 -retex1s=material_359 -retex1d=material_256 -name=Crafting cape - -// 9781 -[obj_9781] -cost=99000 -members=yes -model=model_19050 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18925 -womanwear=model_18972 -recol1s=31770 -recol1d=26048 -recol2s=18451 -recol2d=32576 -recol3s=32383 -recol3d=26048 -recol4s=31808 -recol4d=15687 -recol5s=1986 -recol5d=13573 -recol6s=1118 -recol6d=11459 -retex1s=material_359 -retex1d=material_256 -name=Crafting cape(t) - -// 9782 -[obj_9782] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=15687 -recol2s=18451 -recol2d=11459 -recol3s=32383 -recol3d=9345 -recol4s=31808 -recol4d=15687 -recol5s=1986 -recol5d=13573 -recol6s=1118 -recol6d=11459 -retex1s=material_359 -retex1d=material_256 -name=Crafting hood - -// 9783 -[obj_9783] -cost=99000 -members=yes -model=model_19055 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18935 -womanwear=model_18977 -recol1s=31770 -recol1d=3369 -recol2s=18451 -recol2d=132 -recol3s=32383 -recol3d=66 -recol4s=31808 -recol4d=3369 -recol5s=1986 -recol5d=198 -recol6s=1118 -recol6d=132 -retex1s=material_359 -retex1d=material_256 -name=Fletching cape - -// 9784 -[obj_9784] -cost=99000 -members=yes -model=model_19055 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18935 -womanwear=model_18977 -recol1s=31770 -recol1d=26048 -recol2s=18451 -recol2d=32576 -recol3s=32383 -recol3d=26048 -recol4s=31808 -recol4d=3369 -recol5s=1986 -recol5d=198 -recol6s=1118 -recol6d=132 -retex1s=material_359 -retex1d=material_256 -name=Fletching cape(t) - -// 9785 -[obj_9785] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=3369 -recol2s=18451 -recol2d=132 -recol3s=32383 -recol3d=66 -recol4s=31808 -recol4d=3369 -recol5s=1986 -recol5d=198 -recol6s=1118 -recol6d=132 -retex1s=material_359 -retex1d=material_256 -name=Fletching hood - -// 9786 -[obj_9786] -cost=99000 -members=yes -model=model_19065 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18951 -womanwear=model_18987 -recol1s=31770 -recol1d=3171 -recol2s=18451 -recol2d=0 -recol3s=32383 -recol3d=0 -recol4s=31808 -recol4d=3171 -recol5s=1986 -recol5d=2114 -recol6s=1118 -recol6d=2114 -retex1s=material_359 -retex1d=material_256 -name=Slayer cape - -// 9787 -[obj_9787] -cost=99000 -members=yes -model=model_19065 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18951 -womanwear=model_18987 -recol1s=31770 -recol1d=8192 -recol2s=18451 -recol2d=12320 -recol3s=32383 -recol3d=6144 -recol4s=31808 -recol4d=3171 -recol5s=1986 -recol5d=2114 -recol6s=1118 -recol6d=2114 -retex1s=material_359 -retex1d=material_256 -name=Slayer cape(t) - -// 9788 -[obj_9788] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=3171 -recol2s=18451 -recol2d=0 -recol3s=32383 -recol3d=0 -recol4s=31808 -recol4d=3171 -recol5s=1986 -recol5d=2114 -recol6s=1118 -recol6d=2114 -retex1s=material_359 -retex1d=material_256 -name=Slayer hood - -// 9789 -[obj_9789] -cost=99000 -members=yes -model=model_19045 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18916 -womanwear=model_18970 -recol1s=31770 -recol1d=21071 -recol2s=18451 -recol2d=16843 -recol3s=32383 -recol3d=15786 -recol4s=31808 -recol4d=21071 -recol5s=1986 -recol5d=19980 -recol6s=1118 -recol6d=16843 -retex1s=material_359 -retex1d=material_256 -name=Construct. cape - -// 9790 -[obj_9790] -cost=99000 -members=yes -model=model_19045 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18916 -womanwear=model_18970 -recol1s=31770 -recol1d=22912 -recol2s=18451 -recol2d=27106 -recol3s=32383 -recol3d=22912 -recol4s=31808 -recol4d=21071 -recol5s=1986 -recol5d=19980 -recol6s=1118 -recol6d=16843 -retex1s=material_359 -retex1d=material_256 -name=Construct. cape(t) - -// 9791 -[obj_9791] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_18913 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=21071 -recol2s=18451 -recol2d=16843 -recol3s=32383 -recol3d=15786 -recol4s=31808 -recol4d=21071 -recol5s=1986 -recol5d=19980 -recol6s=1118 -recol6d=16843 -retex1s=material_359 -retex1d=material_256 -name=Construct. hood - -// 9792 -[obj_9792] -cost=99000 -members=yes -model=model_19060 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18942 -womanwear=model_18982 -recol1s=31770 -recol1d=9511 -recol2s=18451 -recol2d=5283 -recol3s=32383 -recol3d=4226 -recol4s=31808 -recol4d=9511 -recol5s=1986 -recol5d=7397 -recol6s=1118 -recol6d=5283 -retex1s=material_359 -retex1d=material_256 -name=Mining cape - -// 9793 -[obj_9793] -cost=99000 -members=yes -model=model_19060 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18942 -womanwear=model_18982 -recol1s=31770 -recol1d=12919 -recol2s=18451 -recol2d=8691 -recol3s=32383 -recol3d=5586 -recol4s=31808 -recol4d=9511 -recol5s=1986 -recol5d=7397 -recol6s=1118 -recol6d=5283 -retex1s=material_359 -retex1d=material_256 -name=Mining cape(t) - -// 9794 -[obj_9794] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=9511 -recol2s=18451 -recol2d=5283 -recol3s=32383 -recol3d=4226 -recol4s=31808 -recol4d=9511 -recol5s=1986 -recol5d=7397 -recol6s=1118 -recol6d=5283 -retex1s=material_359 -retex1d=material_256 -name=Mining hood - -// 9795 -[obj_9795] -cost=99000 -members=yes -model=model_19066 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18953 -womanwear=model_18988 -recol1s=31770 -recol1d=7397 -recol2s=18451 -recol2d=5283 -recol3s=32383 -recol3d=5283 -recol4s=31808 -recol4d=7397 -recol5s=1986 -recol5d=5283 -recol6s=1118 -recol6d=5283 -retex1s=material_359 -retex1d=material_256 -name=Smithing cape - -// 9796 -[obj_9796] -cost=99000 -members=yes -model=model_19066 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18953 -womanwear=model_18988 -recol1s=31770 -recol1d=26048 -recol2s=18451 -recol2d=32576 -recol3s=32383 -recol3d=26048 -recol4s=31808 -recol4d=21038 -recol5s=1986 -recol5d=18924 -recol6s=1118 -recol6d=5283 -retex1s=material_359 -retex1d=material_256 -name=Smithing cape(t) - -// 9797 -[obj_9797] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=7397 -recol2s=18451 -recol2d=5283 -recol3s=32383 -recol3d=5283 -recol4s=31808 -recol4d=7397 -recol5s=1986 -recol5d=5283 -recol6s=1118 -recol6d=5283 -retex1s=material_359 -retex1d=material_256 -name=Smithing hood - -// 9798 -[obj_9798] -cost=99000 -members=yes -model=model_19054 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18934 -womanwear=model_18976 -recol1s=31770 -recol1d=23356 -recol2s=18451 -recol2d=17082 -recol3s=32383 -recol3d=8626 -recol4s=31808 -recol4d=17014 -recol5s=1986 -recol5d=13877 -recol6s=1118 -recol6d=11763 -retex1s=material_359 -retex1d=material_256 -name=Fishing cape - -// 9799 -[obj_9799] -cost=99000 -members=yes -model=model_19054 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18934 -womanwear=model_18976 -recol1s=31770 -recol1d=26048 -recol2s=18451 -recol2d=32576 -recol3s=32383 -recol3d=26048 -recol4s=31808 -recol4d=17014 -recol5s=1986 -recol5d=13877 -recol6s=1118 -recol6d=11763 -retex1s=material_359 -retex1d=material_256 -name=Fishing cape(t) - -// 9800 -[obj_9800] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=23356 -recol2s=18451 -recol2d=17082 -recol3s=32383 -recol3d=8626 -recol4s=31808 -recol4d=17014 -recol5s=1986 -recol5d=13877 -recol6s=1118 -recol6d=11763 -retex1s=material_359 -retex1d=material_256 -name=Fishing hood - -// 9801 -[obj_9801] -cost=99000 -members=yes -model=model_19049 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18924 -womanwear=model_18971 -recol1s=31770 -recol1d=8298 -recol2s=18451 -recol2d=6184 -recol3s=32383 -recol3d=4102 -recol4s=31808 -recol4d=8298 -recol5s=1986 -recol5d=7241 -recol6s=1118 -recol6d=6184 -retex1s=material_359 -retex1d=material_256 -name=Cooking cape - -// 9802 -[obj_9802] -cost=99000 -members=yes -model=model_19049 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18924 -womanwear=model_18971 -recol1s=31770 -recol1d=12320 -recol2s=18451 -recol2d=16416 -recol3s=32383 -recol3d=12320 -recol4s=31808 -recol4d=8298 -recol5s=1986 -recol5d=7241 -recol6s=1118 -recol6d=6184 -retex1s=material_359 -retex1d=material_256 -name=Cooking cape(t) - -// 9803 -[obj_9803] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=8298 -recol2s=18451 -recol2d=6184 -recol3s=32383 -recol3d=4102 -recol4s=31808 -recol4d=8298 -recol5s=1986 -recol5d=7241 -recol6s=1118 -recol6d=6184 -retex1s=material_359 -retex1d=material_256 -name=Cooking hood - -// 9804 -[obj_9804] -cost=99000 -members=yes -model=model_19048 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18932 -womanwear=model_18975 -recol1s=31770 -recol1d=32192 -recol2s=18451 -recol2d=30016 -recol3s=32383 -recol3d=27968 -recol4s=31808 -recol4d=32192 -recol5s=1986 -recol5d=30016 -recol6s=1118 -recol6d=27968 -retex1s=material_359 -retex1d=material_256 -name=Firemaking cape - -// 9805 -[obj_9805] -cost=99000 -members=yes -model=model_19048 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18932 -womanwear=model_18975 -recol1s=31770 -recol1d=26048 -recol2s=18451 -recol2d=32576 -recol3s=32383 -recol3d=26048 -recol4s=31808 -recol4d=32192 -recol5s=1986 -recol5d=30016 -recol6s=1118 -recol6d=27968 -retex1s=material_359 -retex1d=material_256 -name=Firemaking cape(t) - -// 9806 -[obj_9806] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=32192 -recol2s=18451 -recol2d=30016 -recol3s=32383 -recol3d=27968 -recol4s=31808 -recol4d=32192 -recol5s=1986 -recol5d=30016 -recol6s=1118 -recol6d=27968 -retex1s=material_359 -retex1d=material_256 -name=Firemaking hood - -// 9807 -[obj_9807] -cost=99000 -members=yes -model=model_19064 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18955 -womanwear=model_18991 -recol1s=31770 -recol1d=18887 -recol2s=18451 -recol2d=14659 -recol3s=32383 -recol3d=12545 -recol4s=31808 -recol4d=18887 -recol5s=1986 -recol5d=17796 -recol6s=1118 -recol6d=14659 -retex1s=material_359 -retex1d=material_256 -name=Woodcutting cape - -// 9808 -[obj_9808] -cost=99000 -members=yes -model=model_19064 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18955 -womanwear=model_18991 -recol1s=31770 -recol1d=3397 -recol2s=18451 -recol2d=3364 -recol3s=32383 -recol3d=226 -recol4s=31808 -recol4d=18887 -recol5s=1986 -recol5d=17796 -recol6s=1118 -recol6d=14659 -retex1s=material_359 -retex1d=material_256 -name=Woodcut. cape(t) - -// 9809 -[obj_9809] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=18887 -recol2s=18451 -recol2d=3364 -recol3s=32383 -recol3d=12545 -recol4s=31808 -recol4d=18887 -recol5s=1986 -recol5d=17796 -recol6s=1118 -recol6d=14659 -retex1s=material_359 -retex1d=material_256 -name=Woodcutting hood - -// 9810 -[obj_9810] -cost=99000 -members=yes -model=model_19052 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18929 -womanwear=model_18974 -recol1s=31770 -recol1d=4420 -recol2s=18451 -recol2d=192 -recol3s=32383 -recol3d=2306 -recol4s=31808 -recol4d=4420 -recol5s=1986 -recol5d=2306 -recol6s=1118 -recol6d=192 -retex1s=material_359 -retex1d=material_256 -name=Farming cape - -// 9811 -[obj_9811] -cost=99000 -members=yes -model=model_19052 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18929 -womanwear=model_18974 -recol1s=31770 -recol1d=16007 -recol2s=18451 -recol2d=20235 -recol3s=32383 -recol3d=16007 -recol4s=31808 -recol4d=4420 -recol5s=1986 -recol5d=2306 -recol6s=1118 -recol6d=192 -retex1s=material_359 -retex1d=material_256 -name=Farming cape(t) - -// 9812 -[obj_9812] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=4420 -recol2s=18451 -recol2d=192 -recol3s=32383 -recol3d=2306 -recol4s=31808 -recol4d=4420 -recol5s=1986 -recol5d=2306 -recol6s=1118 -recol6d=192 -retex1s=material_359 -retex1d=material_256 -name=Farming hood - -// 9813 -[obj_9813] -cost=99000 -members=yes -model=model_19062 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18946 -womanwear=model_18984 -recol1s=31770 -recol1d=22198 -recol2s=18451 -recol2d=26426 -recol3s=32383 -recol3d=25369 -recol4s=31808 -recol4d=26426 -recol5s=1986 -recol5d=22198 -recol6s=1118 -recol6d=22198 -retex1s=material_359 -retex1d=material_256 -name=Quest point cape - -// 9814 -[obj_9814] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=22198 -recol2s=18451 -recol2d=26426 -recol3s=32383 -recol3d=25369 -recol4s=31808 -recol4d=26426 -recol5s=1986 -recol5d=22198 -recol6s=1118 -recol6d=22198 -retex1s=material_359 -retex1d=material_256 -name=Quest point hood - -// 9815 -[obj_9815] -dummyitem=1 -model=model_10435 -2dxof=1 -2dyof=-1 -2dzoom=512 -2dyan=270 -2dxan=99 -manwear=model_10532 -womanwear=model_10543 -manhead=model_39375 -womanhead=model_38749 -dummyitem=1 -name=Bobble hat - -// 9816 -[obj_9816] -dummyitem=1 -model=model_10436 -2dxof=3 -2dyof=-1 -2dzoom=659 -2dyan=207 -2dxan=511 -manwear=model_10537 -womanwear=model_10547 -dummyitem=1 -name=Bobble scarf - -// 9817 -[obj_9817] -dummyitem=1 -model=model_19008 -2dxof=-3 -2dyof=100 -2dzoom=2670 -2dyan=1798 -2dxan=277 -contrast=15 -ambient=15 -name=Oak cape rack -param=param_211,obj_8778 -param=param_212,4 - -// 9818 -[obj_9818] -dummyitem=1 -model=model_19009 -2dxof=-3 -2dyof=-18 -2dzoom=3643 -2dyan=1844 -2dxan=166 -contrast=15 -ambient=15 -name=Teak cape rack -param=param_211,obj_8780 -param=param_212,4 - -// 9819 -[obj_9819] -dummyitem=1 -model=model_19005 -2dxof=2 -2dyof=-34 -2dzoom=3838 -2dyan=1864 -2dxan=227 -contrast=15 -ambient=15 -name=M'gany cape rack -param=param_211,obj_8782 -param=param_212,4 - -// 9820 -[obj_9820] -dummyitem=1 -model=model_19004 -2dxof=2 -2dyof=-34 -2dzoom=3838 -2dyan=1864 -2dxan=227 -contrast=15 -ambient=15 -name=Gilded cape rack -param=param_211,obj_8782 -param=param_212,4 -param=param_213,obj_8784 -param=param_214,1 - -// 9821 -[obj_9821] -dummyitem=1 -model=model_19007 -2dxof=-3 -2dyof=-28 -2dzoom=4304 -2dyan=1889 -2dxan=180 -contrast=15 -ambient=15 -name=Marble cape rack -param=param_211,obj_8786 -param=param_212,1 - -// 9822 -[obj_9822] -dummyitem=1 -model=model_19002 -2dzoom=3920 -2dyan=1370 -2dxan=132 -contrast=15 -ambient=15 -name=Magical cape rack -param=param_211,obj_8788 -param=param_212,1 - -// 9823 -[obj_9823] -dummyitem=1 -model=model_19012 -2dxof=-18 -2dyof=-100 -2dzoom=3408 -2dyan=1909 -2dxan=180 -contrast=15 -ambient=15 -name=Oak costume box -param=param_211,obj_8778 -param=param_212,2 - -// 9824 -[obj_9824] -dummyitem=1 -model=model_19016 -2dxof=-12 -2dyof=-100 -2dzoom=3408 -2dyan=1897 -2dxan=177 -contrast=15 -ambient=15 -name=Teak costume box -param=param_211,obj_8780 -param=param_212,2 - -// 9825 -[obj_9825] -dummyitem=1 -model=model_19011 -2dxof=-18 -2dyof=-100 -2dzoom=3449 -2dyan=1921 -2dxan=216 -contrast=15 -ambient=15 -name=Mahogany cos box -param=param_211,obj_8782 -param=param_212,2 - -// 9826 -[obj_9826] -dummyitem=1 -model=model_18995 -2dxof=15 -2dyof=5 -2dzoom=3792 -2dyan=373 -2dxan=111 -contrast=15 -ambient=50 -name=Oak armour case -param=param_211,obj_8778 -param=param_212,3 - -// 9827 -[obj_9827] -dummyitem=1 -model=model_18999 -2dxof=15 -2dyof=5 -2dzoom=3792 -2dyan=373 -2dxan=111 -contrast=15 -ambient=50 -name=Teak armour case -param=param_211,obj_8780 -param=param_212,3 - -// 9828 -[obj_9828] -dummyitem=1 -model=model_18994 -2dxof=15 -2dyof=5 -2dzoom=3792 -2dyan=373 -2dxan=111 -contrast=15 -ambient=50 -name=M'gany arm'r case -param=param_211,obj_8782 -param=param_212,3 - -// 9829 -[obj_9829] -dummyitem=1 -model=model_19024 -2dxof=3 -2dyof=1 -2dzoom=5395 -2dyan=470 -contrast=15 -ambient=50 -name=Oak magic wardrobe -param=param_211,obj_8778 -param=param_212,4 - -// 9830 -[obj_9830] -dummyitem=1 -model=model_19015 -2dxof=3 -2dyof=1 -2dzoom=5395 -2dyan=470 -contrast=15 -ambient=50 -name=Carved oak magic wardrobe -param=param_211,obj_8778 -param=param_212,6 - -// 9831 -[obj_9831] -dummyitem=1 -model=model_19030 -2dxof=3 -2dyof=1 -2dzoom=5395 -2dyan=470 -contrast=15 -ambient=50 -name=Teak magic wardrobe -param=param_211,obj_8780 -param=param_212,4 - -// 9832 -[obj_9832] -dummyitem=1 -model=model_19019 -2dxof=3 -2dyof=1 -2dzoom=5395 -2dyan=470 -contrast=15 -ambient=50 -name=Carved teak magic wardrobe -param=param_211,obj_8780 -param=param_212,6 - -// 9833 -[obj_9833] -dummyitem=1 -model=model_19021 -2dxof=3 -2dyof=1 -2dzoom=5395 -2dyan=470 -contrast=15 -ambient=50 -name=Mahogany magic wardrobe -param=param_211,obj_8782 -param=param_212,4 - -// 9834 -[obj_9834] -dummyitem=1 -model=model_19022 -2dxof=1 -2dyof=-9 -2dzoom=5435 -2dyan=474 -2dxan=18 -contrast=15 -ambient=50 -name=Gilded magic wardrobe -param=param_211,obj_8782 -param=param_212,4 -param=param_213,obj_8784 -param=param_214,1 - -// 9835 -[obj_9835] -dummyitem=1 -model=model_19023 -2dxof=3 -2dyof=1 -2dzoom=5395 -2dyan=470 -contrast=15 -ambient=35 -name=Marble magic wardrobe -param=param_211,obj_8786 -param=param_212,1 - -// 9836 -[obj_9836] -dummyitem=1 -model=model_19033 -2dxof=-8 -2dyof=15 -2dzoom=3920 -2dyan=2033 -2dxan=276 -contrast=15 -ambient=15 -name=Oak toy box -param=param_211,obj_8778 -param=param_212,2 - -// 9837 -[obj_9837] -dummyitem=1 -model=model_19037 -2dxof=-8 -2dyof=15 -2dzoom=3920 -2dyan=2033 -2dxan=276 -contrast=15 -ambient=15 -name=Teak toy box -param=param_211,obj_8780 -param=param_212,2 - -// 9838 -[obj_9838] -dummyitem=1 -model=model_19032 -2dxof=-8 -2dyof=15 -2dzoom=3920 -2dyan=2033 -2dxan=276 -contrast=15 -ambient=15 -name=Mahogany toy box -param=param_211,obj_8782 -param=param_212,2 - -// 9839 -[obj_9839] -dummyitem=1 -model=model_19042 -2dxof=-1 -2dyof=-15 -2dzoom=3708 -2dyan=2039 -contrast=15 -ambient=15 -name=Oak treasure chest -param=param_211,obj_8778 -param=param_212,2 - -// 9840 -[obj_9840] -dummyitem=1 -model=model_19039 -2dxof=-1 -2dyof=-15 -2dzoom=3708 -2dyan=2039 -contrast=15 -ambient=15 -name=Teak treas' chest -param=param_211,obj_8780 -param=param_212,2 - -// 9841 -[obj_9841] -dummyitem=1 -model=model_19041 -2dxof=-1 -2dyof=-15 -2dzoom=3708 -2dyan=2039 -contrast=15 -ambient=15 -name=M'gany treas' chest -param=param_211,obj_8782 -param=param_212,2 - -// 9842 -[obj_9842] -model=model_2318 -dummyitem=1 -cost=50000 -name=Costume room - -// 9843 -[obj_9843] -model=model_19093 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak cape rack -certlink=obj_9868 - -// 9844 -[obj_9844] -model=model_19093 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak cape rack -certlink=obj_9869 - -// 9845 -[obj_9845] -model=model_19093 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=M'gany cape rack -certlink=obj_9870 - -// 9846 -[obj_9846] -model=model_19093 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1112 -name=Gilded cape rack -certlink=obj_9871 - -// 9847 -[obj_9847] -model=model_19093 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=2014 -name=Marble cape rack -certlink=obj_9872 - -// 9848 -[obj_9848] -model=model_19093 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=12295 -name=Magical cape rack -certlink=obj_9873 - -// 9849 -[obj_9849] -model=model_19096 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak toy box -certlink=obj_9874 - -// 9850 -[obj_9850] -model=model_19096 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak toy box -certlink=obj_9875 - -// 9851 -[obj_9851] -model=model_19096 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=Mahogany toy box -certlink=obj_9876 - -// 9852 -[obj_9852] -model=model_19095 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak magic wardrobe -certlink=obj_9877 - -// 9853 -[obj_9853] -model=model_19095 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=3331 -name=Carved oak magic wardrobe -certlink=obj_9878 - -// 9854 -[obj_9854] -model=model_19095 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak magic wardrobe -certlink=obj_9879 - -// 9855 -[obj_9855] -model=model_19095 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=17632 -name=Carved teak magic wardrobe -certlink=obj_9880 - -// 9856 -[obj_9856] -model=model_19095 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=Mahogany magic wardrobe -certlink=obj_9881 - -// 9857 -[obj_9857] -model=model_19095 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1112 -name=Gilded magic wardrobe -certlink=obj_9882 - -// 9858 -[obj_9858] -model=model_19095 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=2014 -name=Marble magic wardrobe -certlink=obj_9883 - -// 9859 -[obj_9859] -model=model_18940 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak armour case -certlink=obj_9884 - -// 9860 -[obj_9860] -model=model_18940 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak armour case -certlink=obj_9885 - -// 9861 -[obj_9861] -model=model_18940 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=M'gany arm'r case -certlink=obj_9886 - -// 9862 -[obj_9862] -model=model_19097 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak treasure chest -certlink=obj_9887 - -// 9863 -[obj_9863] -model=model_19097 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak treas' chest -certlink=obj_9888 - -// 9864 -[obj_9864] -model=model_19097 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=M'gany treas' chest -certlink=obj_9889 - -// 9865 -[obj_9865] -model=model_19094 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=1602 -name=Oak costume box -certlink=obj_9890 - -// 9866 -[obj_9866] -model=model_19094 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=26048 -name=Teak costume box -certlink=obj_9891 - -// 9867 -[obj_9867] -model=model_19094 -cost=10 -members=yes -2dzoom=1762 -2dxan=512 -stockmarket=yes -recol1s=28567 -recol1d=25625 -name=Mahogany cos box -certlink=obj_9892 - -// 9868 -[obj_9868] -certlink=obj_9843 -certtemplate=obj_799 - -// 9869 -[obj_9869] -certlink=obj_9844 -certtemplate=obj_799 - -// 9870 -[obj_9870] -certlink=obj_9845 -certtemplate=obj_799 - -// 9871 -[obj_9871] -certlink=obj_9846 -certtemplate=obj_799 - -// 9872 -[obj_9872] -certlink=obj_9847 -certtemplate=obj_799 - -// 9873 -[obj_9873] -certlink=obj_9848 -certtemplate=obj_799 - -// 9874 -[obj_9874] -certlink=obj_9849 -certtemplate=obj_799 - -// 9875 -[obj_9875] -certlink=obj_9850 -certtemplate=obj_799 - -// 9876 -[obj_9876] -certlink=obj_9851 -certtemplate=obj_799 - -// 9877 -[obj_9877] -certlink=obj_9852 -certtemplate=obj_799 - -// 9878 -[obj_9878] -certlink=obj_9853 -certtemplate=obj_799 - -// 9879 -[obj_9879] -certlink=obj_9854 -certtemplate=obj_799 - -// 9880 -[obj_9880] -certlink=obj_9855 -certtemplate=obj_799 - -// 9881 -[obj_9881] -certlink=obj_9856 -certtemplate=obj_799 - -// 9882 -[obj_9882] -certlink=obj_9857 -certtemplate=obj_799 - -// 9883 -[obj_9883] -certlink=obj_9858 -certtemplate=obj_799 - -// 9884 -[obj_9884] -certlink=obj_9859 -certtemplate=obj_799 - -// 9885 -[obj_9885] -certlink=obj_9860 -certtemplate=obj_799 - -// 9886 -[obj_9886] -certlink=obj_9861 -certtemplate=obj_799 - -// 9887 -[obj_9887] -certlink=obj_9862 -certtemplate=obj_799 - -// 9888 -[obj_9888] -certlink=obj_9863 -certtemplate=obj_799 - -// 9889 -[obj_9889] -certlink=obj_9864 -certtemplate=obj_799 - -// 9890 -[obj_9890] -certlink=obj_9865 -certtemplate=obj_799 - -// 9891 -[obj_9891] -certlink=obj_9866 -certtemplate=obj_799 - -// 9892 -[obj_9892] -certlink=obj_9867 -certtemplate=obj_799 - -// 9893 -[obj_9893] -model=model_18964 -manwear=model_18964 -womanwear=model_18964 -dummyitem=2 -retex1s=material_359 -retex1d=material_256 -womanwearoff=3,-11,6 - -// 9894 -[obj_9894] -model=model_18966 -manwear=model_18966 -womanwear=model_18966 -dummyitem=2 -retex1s=material_359 -retex1d=material_256 -womanwearoff=3,-11,6 - -// 9895 -[obj_9895] -model=model_18962 -manwear=model_18962 -womanwear=model_18962 -dummyitem=2 -retex1s=material_359 -retex1d=material_256 -womanwearoff=3,-11,6 - -// 9896 -[obj_9896] -model=model_18963 -manwear=model_18963 -womanwear=model_18963 -dummyitem=2 -retex1s=material_359 -retex1d=material_256 -womanwearoff=3,-11,6 - -// 9897 -[obj_9897] -model=model_18965 -manwear=model_18965 -womanwear=model_18965 -dummyitem=2 -retex1s=material_359 -retex1d=material_256 -womanwearoff=3,-11,6 - -// 9898 -[obj_9898] -model=model_18959 -manwear=model_18959 -womanwear=model_18959 -dummyitem=2 -retex1s=material_359 -retex1d=material_256 -womanwearoff=-3,-11,6 - -// 9899 -[obj_9899] -model=model_18960 -manwear=model_18960 -womanwear=model_18960 -dummyitem=2 -retex1s=material_359 -retex1d=material_256 -womanwearoff=-3,-11,6 - -// 9900 -[obj_9900] -model=model_19103 -dummyitem=2 -2dxof=-1 -2dyof=9 -2dzoom=2670 -2dyan=221 -2dxan=470 - -// 9901 -[obj_9901] -model=model_19116 -2dyof=-30 -2dzoom=2500 -2dyan=384 -2dzan=1964 -2dxan=192 -cost=5 -members=yes -iop5=Destroy -name=Goutweedy lump - -// 9902 -[obj_9902] -model=model_19114 -2dxof=-1 -2dyof=3 -2dzoom=1503 -2dyan=1826 -2dzan=1964 -2dxan=401 -cost=5 -members=yes -iop5=Destroy -name=Hardy gout tubers - -// 9903 -[obj_9903] -model=model_19115 -2dxof=2 -2dyof=13 -2dzoom=1178 -2dyan=1950 -2dxan=429 -cost=20 -members=yes -iop1=Read -iop5=Destroy -name=Farming manual - -// 9904 -[obj_9904] -model=model_19268 -2dxof=1 -2dyof=2 -2dzoom=912 -2dyan=1955 -2dxan=291 -contrast=15 -ambient=15 -name=Sailing book - -// 9905 -[obj_9905] -manwear=model_19184 -womanwear=model_19184 -model=model_19184 -dummyitem=2 - -// 9906 -[obj_9906] -model=model_19209 -manwear=model_19186 -womanwear=model_19186 -iop2=Wield -iop3=Empty -iop5=Destroy -cost=3 -2dxof=-1 -2dzoom=912 -2dyan=1787 -2dxan=567 -cost=1 -name=Ghost buster 500 -womanwearoff=3,-11,6 -param=param_59,1 - -// 9907 -[obj_9907] -model=model_19209 -manwear=model_19186 -womanwear=model_19186 -iop2=Wield -iop3=Empty -iop5=Destroy -cost=3 -2dxof=-1 -2dzoom=912 -2dyan=1787 -2dxan=567 -cost=1 -recol1s=17903 -recol1d=20677 -recol2s=15789 -recol2d=18563 -name=Ghost buster 500 -womanwearoff=3,-11,6 -param=param_59,1 - -// 9908 -[obj_9908] -model=model_19209 -manwear=model_19186 -womanwear=model_19186 -iop2=Wield -iop3=Empty -iop5=Destroy -cost=3 -2dxof=-1 -2dzoom=912 -2dyan=1787 -2dxan=567 -cost=1 -recol1s=17903 -recol1d=9551 -recol2s=15789 -recol2d=6414 -name=Ghost buster 500 -womanwearoff=3,-11,6 -param=param_59,1 - -// 9909 -[obj_9909] -model=model_19209 -manwear=model_19186 -womanwear=model_19186 -iop2=Wield -iop3=Empty -iop5=Destroy -cost=3 -2dxof=-1 -2dzoom=912 -2dyan=1787 -2dxan=567 -cost=1 -recol1s=17903 -recol1d=7494 -recol2s=15789 -recol2d=5380 -name=Ghost buster 500 -womanwearoff=3,-11,6 -param=param_59,1 - -// 9910 -[obj_9910] -model=model_19209 -manwear=model_19186 -womanwear=model_19186 -iop2=Wield -iop3=Empty -iop5=Destroy -cost=3 -2dxof=-1 -2dzoom=912 -2dyan=1787 -2dxan=567 -cost=1 -recol1s=17903 -recol1d=22122 -recol2s=15789 -recol2d=21031 -name=Ghost buster 500 -womanwearoff=3,-11,6 -param=param_59,1 - -// 9911 -[obj_9911] -model=model_19209 -manwear=model_19186 -womanwear=model_19186 -iop2=Wield -iop3=Empty -iop5=Destroy -cost=3 -2dxof=-1 -2dzoom=912 -2dyan=1787 -2dxan=567 -cost=1 -recol1s=17903 -recol1d=3171 -recol2s=15789 -recol2d=1057 -name=Ghost buster 500 -womanwearoff=3,-11,6 -param=param_59,1 - -// 9912 -[obj_9912] -model=model_19208 -manwear=model_19187 -womanwear=model_19187 -iop5=Destroy -cost=3 -2dxof=-1 -2dzoom=912 -2dyan=1787 -2dxan=567 -cost=1 -name=Ghost buster 500 -womanwearoff=3,-11,6 -param=param_59,1 - -// 9913 -[obj_9913] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -iop4=Load -iop5=Destroy -stackable=yes -cost=1 -name=White destabiliser -womanwearoff=3,-11,6 -param=param_59,1 - -// 9914 -[obj_9914] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -iop4=Load -iop5=Destroy -stackable=yes -cost=1 -recol1s=17903 -recol1d=20677 -recol2s=15789 -recol2d=18563 -name=Red destabiliser -womanwearoff=3,-11,6 -param=param_59,1 - -// 9915 -[obj_9915] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -iop4=Load -iop5=Destroy -stackable=yes -cost=1 -recol1s=17903 -recol1d=9551 -recol2s=15789 -recol2d=6414 -name=Blue destabiliser -womanwearoff=3,-11,6 -param=param_59,1 - -// 9916 -[obj_9916] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -iop4=Load -iop5=Destroy -stackable=yes -cost=1 -recol1s=17903 -recol1d=7494 -recol2s=15789 -recol2d=5380 -name=Green destabiliser -womanwearoff=3,-11,6 -param=param_59,1 - -// 9917 -[obj_9917] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -iop4=Load -iop5=Destroy -stackable=yes -cost=1 -recol1s=17903 -recol1d=22122 -recol2s=15789 -recol2d=21031 -name=Yellow destabiliser -womanwearoff=3,-11,6 -param=param_59,1 - -// 9918 -[obj_9918] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -iop4=Load -iop5=Destroy -stackable=yes -cost=1 -recol1s=17903 -recol1d=3171 -recol2s=15789 -recol2d=1057 -name=Black destabiliser -womanwearoff=3,-11,6 -param=param_59,1 - -// 9919 -[obj_9919] -model=model_19202 -cost=3 -2dxof=1 -2dyof=-1 -2dzoom=1488 -2dyan=1328 -2dzan=1826 -2dxan=664 -cost=1 -iop5=Destroy -name=Evil root -param=param_59,1 - -// 9920 -[obj_9920] -model=model_19201 -manwear=model_19177 -womanwear=model_19193 -manhead=model_40026 -womanhead=model_39151 -iop2=Wear -iop5=Destroy -cost=3 -2dxof=-3 -2dyof=-1 -2dzoom=595 -2dyan=1964 -2dxan=2047 -cost=1 -name=Jack lantern mask - -// 9921 -[obj_9921] -model=model_19204 -manwear=model_19174 -womanwear=model_19190 -iop2=Wear -iop5=Destroy -2dxof=3 -2dyof=-4 -2dzoom=724 -2dyan=138 -2dxan=138 -cost=1 -name=Skeleton boots - -// 9922 -[obj_9922] -model=model_19205 -manwear=model_19176 -womanwear=model_19192 -iop2=Wear -iop5=Destroy -2dxof=-1 -2dyof=7 -2dzoom=595 -2dyan=1978 -2dzan=2047 -2dxan=553 -cost=1 -name=Skeleton gloves - -// 9923 -[obj_9923] -model=model_19207 -manwear=model_19180 -womanwear=model_19196 -iop2=Wear -iop5=Destroy -2dxof=3 -2dyof=3 -2dzoom=1632 -2dzan=152 -2dxan=567 -cost=1 -name=Skeleton leggings - -// 9924 -[obj_9924] -model=model_19203 -manwear=model_19183 -manwear2=model_19172 -womanwear=model_19199 -womanwear2=model_19188 -iop2=Wear -iop5=Destroy -2dxof=-1 -2dyof=7 -2dzoom=1178 -2dxan=526 -cost=1 -name=Skeleton shirt - -// 9925 -[obj_9925] -model=model_19206 -iop2=Wear -iop5=Destroy -manwear=model_19178 -womanwear=model_19194 -manhead=model_39956 -womanhead=model_38911 -2dxof=1 -2dyof=-1 -2dzoom=465 -2dyan=111 -2dzan=2047 -cost=1 -name=Skeleton mask - -// 9926 -[obj_9926] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -dummyitem=2 -womanwearoff=3,-11,6 - -// 9927 -[obj_9927] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -dummyitem=2 -recol1s=17903 -recol1d=20677 -recol2s=15789 -recol2d=18563 -womanwearoff=3,-11,6 - -// 9928 -[obj_9928] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -dummyitem=2 -recol1s=17903 -recol1d=7494 -recol2s=15789 -recol2d=5380 -womanwearoff=3,-11,6 - -// 9929 -[obj_9929] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -dummyitem=2 -recol1s=17903 -recol1d=9551 -recol2s=15789 -recol2d=6414 -womanwearoff=3,-11,6 - -// 9930 -[obj_9930] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -dummyitem=2 -recol1s=17903 -recol1d=22122 -recol2s=15789 -recol2d=21031 -womanwearoff=3,-11,6 - -// 9931 -[obj_9931] -model=model_19200 -manwear=model_19185 -womanwear=model_19185 -cost=3 -2dxof=-8 -2dyof=5 -2dzoom=465 -2dyan=1508 -2dzan=1577 -2dxan=332 -dummyitem=2 -recol1s=17903 -recol1d=3171 -recol2s=15789 -recol2d=1057 -womanwearoff=3,-11,6 - -// 9932 -[obj_9932] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -iop5=Destroy -recol1s=8353 -recol1d=7296 -name=Auguste's sapling - -// 9933 -[obj_9933] -model=model_19776 -2dzoom=912 -2dyan=1733 -2dxan=1952 -contrast=15 -ambient=15 -members=yes -name=Balloon structure - -// 9934 -[obj_9934] -model=model_19775 -2dyof=-4 -2dzoom=976 -2dyan=1798 -2dxan=180 -contrast=15 -ambient=15 -members=yes -name=Origami balloon - -// 9935 -[obj_9935] -model=model_19775 -2dyof=-4 -2dzoom=976 -2dyan=1798 -2dxan=180 -contrast=15 -ambient=15 -members=yes -recol1s=32563 -recol1d=32736 -recol2s=27380 -recol2d=29568 -recol3s=25266 -recol3d=22176 -recol4s=24175 -recol4d=20064 -name=Yellow balloon - -// 9936 -[obj_9936] -model=model_19775 -2dyof=-4 -2dzoom=976 -2dyan=1798 -2dxan=180 -contrast=15 -ambient=15 -members=yes -recol1s=32563 -recol1d=10605 -recol2s=27380 -recol2d=8491 -recol3s=25266 -recol3d=3206 -recol4s=24175 -recol4d=4263 -name=Blue balloon - -// 9937 -[obj_9937] -model=model_19775 -2dyof=-4 -2dzoom=976 -2dyan=1798 -2dxan=180 -contrast=15 -ambient=15 -members=yes -recol1s=32563 -recol1d=19488 -recol2s=27380 -recol2d=16416 -recol3s=25266 -recol3d=10240 -recol4s=24175 -recol4d=8192 -name=Red balloon - -// 9938 -[obj_9938] -model=model_19775 -2dyof=-4 -2dzoom=976 -2dyan=1798 -2dxan=180 -contrast=15 -ambient=15 -members=yes -recol1s=32563 -recol1d=32331 -recol2s=27380 -recol2d=32297 -recol3s=25266 -recol3d=32294 -recol4s=24175 -recol4d=30116 -name=Orange balloon - -// 9939 -[obj_9939] -model=model_19775 -2dyof=-4 -2dzoom=976 -2dyan=1798 -2dxan=180 -contrast=15 -ambient=15 -members=yes -recol1s=32563 -recol1d=10958 -recol2s=27380 -recol2d=8844 -recol3s=25266 -recol3d=1606 -recol4s=24175 -recol4d=1540 -name=Green balloon - -// 9940 -[obj_9940] -model=model_19775 -2dyof=-4 -2dzoom=976 -2dyan=1798 -2dxan=180 -contrast=15 -ambient=15 -members=yes -recol1s=32563 -recol1d=26073 -recol2s=27380 -recol2d=22966 -recol3s=25266 -recol3d=19797 -recol4s=24175 -recol4d=18676 -name=Purple balloon - -// 9941 -[obj_9941] -model=model_19775 -2dyof=-4 -2dzoom=976 -2dyan=1798 -2dxan=180 -contrast=15 -ambient=15 -members=yes -recol1s=32563 -recol1d=32536 -recol2s=27380 -recol2d=32436 -recol3s=25266 -recol3d=32304 -recol4s=24175 -recol4d=29266 -name=Pink balloon - -// 9942 -[obj_9942] -model=model_19775 -2dyof=-4 -2dzoom=976 -2dyan=1798 -2dxan=180 -contrast=15 -ambient=15 -members=yes -recol1s=32563 -recol1d=13675 -recol2s=27380 -recol2d=11561 -recol3s=25266 -recol3d=8456 -recol4s=24175 -recol4d=6342 -name=Black balloon - -// 9943 -[obj_9943] -model=model_19491 -2dxof=-1 -2dyof=3 -2dzoom=1438 -2dyan=1923 -2dxan=249 -contrast=15 -ambient=15 -members=yes -manwear=model_19477 -womanwear=model_19477 -iop4=Empty -name=Sandbag - -// 9944 -[obj_9944] -model=model_19490 -2dxof=1 -2dyof=-3 -2dzoom=1243 -2dzan=69 -2dxan=526 -contrast=15 -ambient=15 -members=yes -manwear=model_19473 -manwear2=model_19466 -womanwear=model_19482 -womanwear2=model_19478 -iop2=Wear -iop5=Destroy -name=Bomber jacket - -// 9945 -[obj_9945] -model=model_19489 -2dyof=1 -2dyof=-1 -2dzoom=528 -2dyan=84 -2dxan=165 -contrast=15 -ambient=15 -members=yes -manwear=model_19468 -manwear2=model_230 -womanwear=model_19480 -womanwear2=model_403 -manhead=model_39799 -manhead2=model_39512 -womanhead=model_39170 -womanhead2=model_38848 -iop2=Wear -iop5=Destroy -name=Bomber cap - -// 9946 -[obj_9946] -model=model_19488 -2dyof=1 -2dxof=1 -2dyof=-5 -2dzoom=592 -2dyan=111 -2dxan=150 -contrast=15 -ambient=15 -members=yes -manwear=model_19469 -manwear2=model_230 -womanwear=model_19481 -womanwear2=model_403 -manhead=model_39799 -manhead2=model_39449 -womanhead=model_39170 -womanhead2=model_38782 -iop2=Wear -iop4=Split -name=Cap and goggles - -// 9947 -[obj_9947] -model=model_2484 -2dxof=16 -2dyof=23 -2dzoom=400 -2dyan=54 -2dxan=304 -members=yes -iop5=Destroy -recol1s=32480 -recol1d=26882 -recol2s=32480 -recol2d=24768 -name=Old red disk - -// 9948 -[obj_9948] -cost=99000 -members=yes -model=model_19977 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_19834 -womanwear=model_19874 -recol1s=31770 -recol1d=12647 -recol2s=18451 -recol2d=14761 -recol3s=32383 -recol3d=14761 -recol4s=31808 -recol4d=12647 -recol5s=1986 -recol5d=10533 -recol6s=1118 -recol6d=8419 -retex1s=material_359 -retex1d=material_256 -name=Hunter cape - -// 9949 -[obj_9949] -cost=99000 -members=yes -model=model_19977 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_19834 -womanwear=model_19874 -recol1s=31770 -recol1d=6308 -recol2s=18451 -recol2d=2080 -recol3s=32383 -recol3d=2080 -recol4s=31808 -recol4d=12647 -recol5s=1986 -recol5d=10533 -recol6s=1118 -recol6d=8419 -retex1s=material_359 -retex1d=material_256 -name=Hunter cape(t) - -// 9950 -[obj_9950] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=12647 -recol2s=18451 -recol2d=14761 -recol3s=32383 -recol3d=14761 -recol4s=31808 -recol4d=12647 -recol5s=1986 -recol5d=10533 -recol6s=1118 -recol6d=8419 -retex1s=material_359 -retex1d=material_256 -name=Hunter hood - -// 9951 -[obj_9951] -model=model_19980 -dummyitem=1 -2dxan=512 -name=Footprint - -// 9952 -[obj_9952] -model=model_19982 -dummyitem=1 -2dxof=11 -2dyof=-1 -2dzoom=1424 -2dyan=1778 -2dxan=116 -name=Imp - -// 9953 -[obj_9953] -dummyitem=1 -model=model_19920 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -recol1s=8288 -recol1d=25403 -recol2s=10468 -recol2d=26461 -recol3s=11525 -recol3d=27519 -recol4s=12582 -recol4d=29631 -recol5s=13639 -recol5d=31743 -recol6s=9411 -recol6d=25403 -name=Kebbit - -// 9954 -[obj_9954] -dummyitem=1 -model=model_19920 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -name=Kebbit - -// 9955 -[obj_9955] -dummyitem=1 -model=model_19920 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -recol1s=10468 -recol1d=8420 -recol2s=11525 -recol2d=9477 -recol3s=12582 -recol3d=10534 -recol4s=13639 -recol4d=11559 -recol5s=9411 -recol5d=8388 -recol6s=8288 -recol6d=8420 -name=Kebbit - -// 9956 -[obj_9956] -dummyitem=1 -model=model_19920 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -recol1s=8288 -recol1d=22055 -recol2s=10468 -recol2d=22056 -recol3s=11525 -recol3d=23112 -recol4s=12582 -recol4d=24168 -recol5s=13639 -recol5d=26248 -recol6s=9411 -recol6d=22055 -name=Kebbit - -// 9957 -[obj_9957] -dummyitem=1 -model=model_19918 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -recol1s=26293 -recol1d=27435 -recol2s=32503 -recol2d=28494 -recol3s=32767 -recol3d=32722 -name=Kebbit - -// 9958 -[obj_9958] -dummyitem=1 -model=model_19911 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -recol1s=10468 -recol1d=8420 -recol2s=11525 -recol2d=9477 -recol3s=12582 -recol3d=10534 -recol4s=13639 -recol4d=11559 -recol5s=9411 -recol5d=8388 -recol6s=8288 -recol6d=8420 -name=Kebbit - -// 9959 -[obj_9959] -dummyitem=1 -model=model_19917 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -recol1s=8288 -recol1d=25403 -recol2s=10468 -recol2d=26461 -recol3s=11525 -recol3d=27519 -recol4s=12582 -recol4d=29631 -recol5s=13639 -recol5d=31743 -recol6s=9411 -recol6d=25403 -name=Kebbit - -// 9960 -[obj_9960] -dummyitem=1 -model=model_19920 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -name=Kebbit - -// 9961 -[obj_9961] -dummyitem=1 -model=model_19916 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -recol1s=10468 -recol1d=8420 -recol2s=11525 -recol2d=9477 -recol3s=12582 -recol3d=10534 -recol4s=13639 -recol4d=11559 -recol5s=9411 -recol5d=8388 -recol6s=8288 -recol6d=8420 -name=Kebbit - -// 9962 -[obj_9962] -dummyitem=1 -model=model_19913 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -recol1s=8288 -recol1d=10468 -name=Kebbit - -// 9963 -[obj_9963] -dummyitem=1 -model=model_19920 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -recol1s=8288 -recol1d=0 -recol2s=10468 -recol2d=2114 -recol3s=11525 -recol3d=4229 -recol4s=12582 -recol4d=6342 -recol5s=13639 -recol5d=8456 -recol6s=9411 -recol6d=4229 -name=Kebbit - -// 9964 -[obj_9964] -dummyitem=1 -model=model_19920 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -name=Kebbit - -// 9965 -[obj_9965] -dummyitem=1 -model=model_26832 -2dxof=1 -2dyof=-3 -2dzoom=1232 -2dyan=1365 -2dxan=201 -ambient=30 -name=Crimson swift - -// 9966 -[obj_9966] -dummyitem=1 -model=model_26833 -2dxof=3 -2dyof=12 -2dzoom=1616 -2dyan=1353 -2dxan=297 -ambient=30 -name=Copper longtail - -// 9967 -[obj_9967] -dummyitem=1 -model=model_26834 -2dxof=12 -2dyof=-66 -2dzoom=1360 -2dyan=1338 -2dxan=246 -ambient=40 -name=Cerulean twitch - -// 9968 -[obj_9968] -dummyitem=1 -model=model_26835 -2dxof=3 -2dyof=12 -2dzoom=1360 -2dyan=1380 -2dxan=198 -ambient=30 -name=Golden warbler - -// 9969 -[obj_9969] -dummyitem=1 -model=model_26836 -2dxof=6 -2dyof=19 -2dyan=1341 -2dxan=342 -ambient=30 -name=Tropical wagtail - -// 9970 -[obj_9970] -model=model_3022 -dummyitem=1 -2dxof=9 -2dyof=19 -2dzoom=560 -2dyan=168 -2dxan=536 -recol1s=27551 -recol1d=25664 -name=Butterfly - -// 9971 -[obj_9971] -model=model_3022 -dummyitem=1 -2dxof=9 -2dyof=19 -2dzoom=560 -2dyan=168 -2dxan=536 -recol1s=27551 -recol1d=21404 -name=Butterfly - -// 9972 -[obj_9972] -model=model_3023 -dummyitem=1 -2dxof=2 -2dyof=55 -2dzoom=640 -2dyan=132 -2dxan=760 -recol1s=11902 -recol1d=29597 -recol2s=16061 -recol2d=29597 -recol3s=30686 -recol3d=32767 -name=Butterfly - -// 9973 -[obj_9973] -model=model_3023 -dummyitem=1 -2dxof=2 -2dyof=55 -2dzoom=640 -2dyan=132 -2dxan=760 -recol1s=11902 -recol1d=10240 -recol2s=16061 -recol2d=0 -recol3s=30686 -recol3d=10240 -name=Butterfly - -// 9974 -[obj_9974] -model=model_19380 -dummyitem=1 -2dxof=-69 -2dyof=99 -2dzoom=1480 -2dyan=1808 -2dxan=28 -name=Giant eagle - -// 9975 -[obj_9975] -model=model_4042 -dummyitem=1 -2dxof=1 -2dyof=-3 -2dzoom=720 -2dyan=1784 -2dxan=88 -recol1s=16832 -recol1d=29495 -recol2s=32602 -recol2d=29495 -name=Rabbit - -// 9976 -[obj_9976] -dummyitem=1 -model=model_19962 -2dxof=1 -2dyof=27 -2dzoom=1000 -2dyan=1800 -2dxan=284 -name=Chinchompa - -// 9977 -[obj_9977] -dummyitem=1 -model=model_19962 -2dxof=1 -2dyof=27 -2dzoom=1000 -2dyan=1800 -2dxan=284 -recol1s=13707 -recol1d=10336 -recol2s=13706 -recol2d=10336 -recol3s=11592 -recol3d=7232 -recol4s=12649 -recol4d=9312 -recol5s=13706 -recol5d=11424 -recol6s=12650 -recol6d=10336 -name=Red chinchompa - -// 9978 -[obj_9978] -model=model_11300 -cost=17 -2dzoom=976 -2dyan=1859 -2dxan=213 -members=yes -stockmarket=yes -name=Raw bird meat -certlink=obj_9979 - -// 9979 -[obj_9979] -certlink=obj_9978 -certtemplate=obj_799 - -// 9980 -[obj_9980] -model=model_11300 -cost=17 -2dzoom=976 -2dyan=1859 -2dxan=213 -iop1=Eat -members=yes -stockmarket=yes -recol1s=18795 -recol1d=11525 -recol2s=16747 -recol2d=10468 -recol3s=15690 -recol3d=9411 -name=Roast bird meat -certlink=obj_9981 - -// 9981 -[obj_9981] -certlink=obj_9980 -certtemplate=obj_799 - -// 9982 -[obj_9982] -model=model_11300 -2dzoom=976 -2dyan=1859 -2dxan=213 -members=yes -recol1s=18795 -recol1d=7366 -recol2s=16747 -recol2d=6309 -recol3s=15690 -recol3d=5252 -name=Burnt bird meat -certlink=obj_9983 - -// 9983 -[obj_9983] -certlink=obj_9982 -certtemplate=obj_799 - -// 9984 -[obj_9984] -model=model_11301 -cost=81 -2dxof=3 -2dzoom=1232 -2dyan=1829 -2dxan=240 -members=yes -stockmarket=yes -name=Skewered bird meat -certlink=obj_9985 - -// 9985 -[obj_9985] -certlink=obj_9984 -certtemplate=obj_799 - -// 9986 -[obj_9986] -model=model_11296 -cost=25 -2dxof=-4 -2dzoom=1104 -2dyan=861 -2dxan=105 -members=yes -stockmarket=yes -name=Raw beast meat -certlink=obj_9987 - -// 9987 -[obj_9987] -certlink=obj_9986 -certtemplate=obj_799 - -// 9988 -[obj_9988] -model=model_11296 -cost=25 -2dxof=-4 -2dzoom=1104 -2dyan=861 -2dxan=105 -iop1=Eat -members=yes -stockmarket=yes -recol1s=18795 -recol1d=11525 -recol2s=15690 -recol2d=9411 -name=Roast beast meat -certlink=obj_9989 - -// 9989 -[obj_9989] -certlink=obj_9988 -certtemplate=obj_799 - -// 9990 -[obj_9990] -model=model_11296 -2dxof=-4 -2dzoom=1104 -2dyan=861 -2dxan=105 -members=yes -recol1s=18795 -recol1d=7366 -recol2s=15690 -recol2d=5252 -name=Burnt beast meat -certlink=obj_9991 - -// 9991 -[obj_9991] -certlink=obj_9990 -certtemplate=obj_799 - -// 9992 -[obj_9992] -model=model_11297 -cost=89 -2dxof=-4 -2dzoom=1488 -2dyan=861 -2dxan=105 -members=yes -stockmarket=yes -name=Skewered beast -certlink=obj_9993 - -// 9993 -[obj_9993] -certlink=obj_9992 -certtemplate=obj_799 - -// 9994 -[obj_9994] -model=model_11094 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -cost=3 -members=yes -iop1=Eat -stockmarket=yes -name=Spicy tomato -certlink=obj_9995 - -// 9995 -[obj_9995] -certlink=obj_9994 -certtemplate=obj_799 - -// 9996 -[obj_9996] -model=model_11078 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop1=Eat -members=yes -cost=8 -stockmarket=yes -recol1s=22174 -recol1d=23936 -name=Spicy minced meat -certlink=obj_9997 - -// 9997 -[obj_9997] -certlink=obj_9996 -certtemplate=obj_799 - -// 9998 -[obj_9998] -iop1=Drink -cost=15 -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=297 -name=Hunter potion(4) -certlink=obj_9999 - -// 9999 -[obj_9999] -certlink=obj_9998 -certtemplate=obj_799 - -// 10000 -[obj_10000] -iop1=Drink -cost=12 -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=297 -name=Hunter potion(3) -certlink=obj_10001 - -// 10001 -[obj_10001] -certlink=obj_10000 -certtemplate=obj_799 - -// 10002 -[obj_10002] -iop1=Drink -cost=9 -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=297 -name=Hunter potion(2) -certlink=obj_10003 - -// 10003 -[obj_10003] -certlink=obj_10002 -certtemplate=obj_799 - -// 10004 -[obj_10004] -iop1=Drink -cost=6 -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=297 -name=Hunter potion(1) -certlink=obj_10005 - -// 10005 -[obj_10005] -certlink=obj_10004 -certtemplate=obj_799 - -// 10006 -[obj_10006] -cost=6 -model=model_19419 -2dxof=1 -2dyof=28 -2dzoom=1470 -2dyan=632 -2dzan=2008 -2dxan=340 -iop1=Lay -op4=Lay -op5=hidden -members=yes -stockmarket=yes -name=Bird snare -certlink=obj_10007 - -// 10007 -[obj_10007] -certlink=obj_10006 -certtemplate=obj_799 - -// 10008 -[obj_10008] -cost=38 -iop1=Lay -op4=Lay -op5=hidden -model=model_19966 -resizex=128 -resizey=128 -resizez=128 -contrast=30 -ambient=30 -2dxof=15 -2dyof=-100 -2dzoom=2345 -2dyan=747 -2dzan=1535 -2dxan=180 -members=yes -stockmarket=yes -name=Box trap -certlink=obj_10009 - -// 10009 -[obj_10009] -certlink=obj_10008 -certtemplate=obj_799 - -// 10010 -[obj_10010] -cost=24 -model=model_19407 -2dxof=-7 -2dyof=1 -2dzoom=1440 -2dyan=1956 -2dxan=152 -iop2=Wield -manwear=model_19840 -womanwear=model_19840 -ambient=60 -members=yes -stockmarket=yes -name=Butterfly net -womanwearoff=3,-11,6 -certlink=obj_10011 - -// 10011 -[obj_10011] -certlink=obj_10010 -certtemplate=obj_799 - -// 10012 -[obj_10012] -model=model_19430 -2dxof=13 -2dyof=60 -2dzoom=590 -2dyan=1756 -2dxan=280 -members=yes -cost=1 -stockmarket=yes -name=Butterfly jar -certlink=obj_10013 - -// 10013 -[obj_10013] -certlink=obj_10012 -certtemplate=obj_799 - -// 10014 -[obj_10014] -model=model_19406 -2dxof=13 -2dyof=60 -2dzoom=590 -2dyan=1756 -2dxan=280 -iop4=Release -members=yes -cost=70 -stockmarket=yes -recol1s=11902 -recol1d=5153 -name=Black warlock -certlink=obj_10015 - -// 10015 -[obj_10015] -certlink=obj_10014 -certtemplate=obj_799 - -// 10016 -[obj_10016] -model=model_19406 -2dxof=13 -2dyof=60 -2dzoom=590 -2dyan=1756 -2dxan=280 -iop4=Release -members=yes -cost=50 -stockmarket=yes -recol1s=11902 -recol1d=32764 -name=Snowy knight -certlink=obj_10017 - -// 10017 -[obj_10017] -certlink=obj_10016 -certtemplate=obj_799 - -// 10018 -[obj_10018] -model=model_19406 -2dxof=13 -2dyof=60 -2dzoom=590 -2dyan=1756 -2dxan=280 -iop4=Release -members=yes -cost=30 -stockmarket=yes -recol1s=11902 -recol1d=11924 -name=Sapphire glacialis -certlink=obj_10019 - -// 10019 -[obj_10019] -certlink=obj_10018 -certtemplate=obj_799 - -// 10020 -[obj_10020] -model=model_19406 -2dxof=13 -2dyof=60 -2dzoom=590 -2dyan=1756 -2dxan=280 -iop4=Release -members=yes -cost=18 -stockmarket=yes -recol1s=11902 -recol1d=23616 -name=Ruby harvest -certlink=obj_10021 - -// 10021 -[obj_10021] -certlink=obj_10020 -certtemplate=obj_799 - -// 10022 -[obj_10022] -model=model_19430 -2dxof=13 -2dyof=60 -2dzoom=590 -2dyan=1756 -2dxan=280 -womanwear=model_19836 -manwear=model_19836 -dummyitem=2 -womanwearoff=3,-11,6 - -// 10023 -[obj_10023] -cost=1 -model=model_19987 -2dxof=2 -2dyof=-14 -2dzoom=1010 -2dyan=2000 -2dxan=332 -members=yes -iop2=Wear -manwear=model_19852 -womanwear=model_19846 -name=Falconer's glove - -// 10024 -[obj_10024] -cost=1 -model=model_19987 -2dxof=2 -2dyof=-14 -2dzoom=1010 -2dyan=2000 -2dxan=332 -members=yes -iop2=Wear -manwear=model_19851 -womanwear=model_19853 -name=Falconer's glove - -// 10025 -[obj_10025] -cost=720 -model=model_19969 -resizex=128 -resizey=128 -resizez=128 -contrast=30 -ambient=30 -2dyof=-4 -2dzoom=1070 -2dyan=1852 -2dxan=164 -members=yes -iop1=Activate -op4=Activate -op5=hidden -stockmarket=yes -recol1s=7776 -recol1d=17903 -recol2s=17494 -recol2d=17903 -recol3s=26400 -recol3d=32767 -recol4s=1234 -recol4d=0 -recol5s=19587 -recol5d=0 -name=Magic box -certlink=obj_10026 - -// 10026 -[obj_10026] -certlink=obj_10025 -certtemplate=obj_799 - -// 10027 -[obj_10027] -model=model_19970 -resizex=128 -resizey=128 -resizez=128 -contrast=30 -ambient=30 -2dyof=-4 -2dzoom=1070 -2dyan=1852 -2dxan=164 -members=yes -iop1=Talk-to -iop2=Bank -cost=600 -name=Imp-in-a-box(2) - -// 10028 -[obj_10028] -model=model_19970 -resizex=128 -resizey=128 -resizez=128 -contrast=30 -ambient=30 -2dyof=-4 -2dzoom=1070 -2dyan=1852 -2dxan=164 -members=yes -iop1=Talk-to -iop2=Bank -cost=600 -name=Imp-in-a-box(1) - -// 10029 -[obj_10029] -cost=60 -members=yes -cost=1 -model=model_19438 -manwear=model_19844 -womanwear=model_19844 -2dxof=-9 -2dyof=35 -2dzoom=1872 -2dyan=558 -2dxan=312 -stockmarket=yes -name=Teasing stick -womanwearoff=3,-11,6 -certlink=obj_10030 - -// 10030 -[obj_10030] -certlink=obj_10029 -certtemplate=obj_799 - -// 10031 -[obj_10031] -cost=18 -model=model_23904 -2dxof=6 -2dyof=-1 -2dzoom=1622 -2dyan=83 -2dzan=32 -2dxan=286 -iop1=Lay -op4=Lay -op5=hidden -members=yes -stockmarket=yes -name=Rabbit snare -certlink=obj_10032 - -// 10032 -[obj_10032] -certlink=obj_10031 -certtemplate=obj_799 - -// 10033 -[obj_10033] -model=model_19962 -iop2=Wield -iop5=Release -manwear=model_19841 -womanwear=model_19841 -2dxof=1 -2dyof=27 -2dzoom=1000 -2dyan=1800 -2dxan=284 -members=yes -stackable=yes -cost=140 -stockmarket=yes -name=Chinchompa -womanwearoff=3,-11,6 - -// 10034 -[obj_10034] -model=model_19962 -iop2=Wield -iop5=Release -manwear=model_19841 -womanwear=model_19841 -2dxof=1 -2dyof=27 -2dzoom=1000 -2dyan=1800 -2dxan=284 -members=yes -stackable=yes -cost=160 -stockmarket=yes -recol1s=13707 -recol1d=10336 -recol2s=13706 -recol2d=10336 -recol3s=11592 -recol3d=7232 -recol4s=12649 -recol4d=9312 -recol5s=13706 -recol5d=11424 -recol6s=12650 -recol6d=10336 -name=Red chinchompa -womanwearoff=3,-11,6 - -// 10035 -[obj_10035] -model=model_19453 -iop2=Wear -manwear=model_19825 -womanwear=model_19865 -2dxof=1 -2dyof=4 -2dzoom=1762 -2dyan=2033 -2dxan=627 -members=yes -cost=200 -stockmarket=yes -name=Kyatt legs -certlink=obj_10036 - -// 10036 -[obj_10036] -certlink=obj_10035 -certtemplate=obj_799 - -// 10037 -[obj_10037] -model=model_19454 -iop2=Wear -manwear=model_19830 -manwear2=model_19809 -womanwear=model_19870 -womanwear2=model_19855 -2dzoom=1232 -2dyan=2039 -2dxan=639 -members=yes -cost=200 -stockmarket=yes -name=Kyatt top -certlink=obj_10038 - -// 10038 -[obj_10038] -certlink=obj_10037 -certtemplate=obj_799 - -// 10039 -[obj_10039] -model=model_19452 -iop2=Wear -manwear=model_19820 -womanwear=model_19861 -manhead=model_39585 -womanhead=model_39108 -2dyof=-38 -2dzoom=919 -2dyan=9 -2dxan=189 -members=yes -cost=1000 -stockmarket=yes -name=Kyatt hat -certlink=obj_10040 - -// 10040 -[obj_10040] -certlink=obj_10039 -certtemplate=obj_799 - -// 10041 -[obj_10041] -model=model_19456 -iop2=Wear -manwear=model_19826 -womanwear=model_19866 -2dxof=4 -2dyof=-5 -2dzoom=1697 -2dyan=12 -2dxan=470 -members=yes -cost=100 -stockmarket=yes -name=Larupia legs -certlink=obj_10042 - -// 10042 -[obj_10042] -certlink=obj_10041 -certtemplate=obj_799 - -// 10043 -[obj_10043] -model=model_19457 -iop2=Wear -manwear=model_19831 -manwear2=model_19810 -womanwear=model_19871 -womanwear2=model_19856 -2dyof=5 -2dzoom=1308 -2dyan=3 -2dxan=609 -members=yes -cost=100 -stockmarket=yes -name=Larupia top -certlink=obj_10044 - -// 10044 -[obj_10044] -certlink=obj_10043 -certtemplate=obj_799 - -// 10045 -[obj_10045] -model=model_19455 -iop2=Wear -manwear=model_19821 -womanwear=model_19862 -manhead=model_39786 -womanhead=model_39135 -2dyof=-16 -2dzoom=854 -2dyan=2030 -2dxan=180 -members=yes -cost=500 -stockmarket=yes -name=Larupia hat -certlink=obj_10046 - -// 10046 -[obj_10046] -certlink=obj_10045 -certtemplate=obj_799 - -// 10047 -[obj_10047] -model=model_19450 -iop2=Wear -manwear=model_19824 -womanwear=model_19864 -2dyof=3 -2dzoom=1762 -2dxan=567 -members=yes -cost=150 -stockmarket=yes -name=Graahk legs -certlink=obj_10048 - -// 10048 -[obj_10048] -certlink=obj_10047 -certtemplate=obj_799 - -// 10049 -[obj_10049] -model=model_19451 -iop2=Wear -manwear=model_19829 -manwear2=model_19808 -womanwear=model_19869 -womanwear2=model_19854 -2dxof=-1 -2dyof=8 -2dzoom=1360 -2dyan=2039 -2dxan=471 -members=yes -cost=150 -stockmarket=yes -name=Graahk top -certlink=obj_10050 - -// 10050 -[obj_10050] -certlink=obj_10049 -certtemplate=obj_799 - -// 10051 -[obj_10051] -model=model_19449 -iop2=Wear -2dzoom=1232 -2dyan=2045 -2dxan=24 -manwear=model_20049 -womanwear=model_20050 -manhead=model_40013 -womanhead=model_38958 -members=yes -cost=750 -stockmarket=yes -name=Graahk headdress -certlink=obj_10052 - -// 10052 -[obj_10052] -certlink=obj_10051 -certtemplate=obj_799 - -// 10053 -[obj_10053] -model=model_19408 -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_170 -manwear2=model_292 -manwear3=model_19984 -womanwear=model_348 -womanwear2=model_471 -womanwear3=model_19985 -iop2=Wear -members=yes -cost=20 -stockmarket=yes -recol1s=14724 -recol1d=10468 -name=Wood camo top -certlink=obj_10054 - -// 10054 -[obj_10054] -certlink=obj_10053 -certtemplate=obj_799 - -// 10055 -[obj_10055] -model=model_19405 -iop2=Wear -manwear=model_19333 -womanwear=model_19863 -2dxof=10 -2dyof=7 -2dzoom=2030 -2dyan=1896 -2dzan=60 -2dxan=452 -members=yes -cost=20 -stockmarket=yes -name=Wood camo legs -certlink=obj_10056 - -// 10056 -[obj_10056] -certlink=obj_10055 -certtemplate=obj_799 - -// 10057 -[obj_10057] -model=model_19408 -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_170 -manwear2=model_292 -manwear3=model_19984 -womanwear=model_348 -womanwear2=model_471 -womanwear3=model_19985 -iop2=Wear -members=yes -cost=20 -stockmarket=yes -recol1s=14724 -recol1d=8420 -recol2s=13639 -recol2d=14756 -recol3s=10468 -recol3d=8420 -name=Jungle camo top -certlink=obj_10058 - -// 10058 -[obj_10058] -certlink=obj_10057 -certtemplate=obj_799 - -// 10059 -[obj_10059] -model=model_19405 -iop2=Wear -manwear=model_19333 -womanwear=model_19863 -2dxof=10 -2dyof=7 -2dzoom=2030 -2dyan=1896 -2dzan=60 -2dxan=452 -members=yes -cost=20 -stockmarket=yes -recol1s=14695 -recol1d=9477 -recol2s=9444 -recol2d=10534 -name=Jungle camo legs -certlink=obj_10060 - -// 10060 -[obj_10060] -certlink=obj_10059 -certtemplate=obj_799 - -// 10061 -[obj_10061] -model=model_19408 -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_170 -manwear2=model_292 -manwear3=model_19984 -womanwear=model_348 -womanwear2=model_471 -womanwear3=model_19985 -iop2=Wear -members=yes -cost=20 -stockmarket=yes -recol1s=14724 -recol1d=26248 -recol2s=10468 -recol2d=26248 -recol3s=12582 -recol3d=22055 -recol4s=13639 -recol4d=22055 -name=Desert camo top -certlink=obj_10062 - -// 10062 -[obj_10062] -certlink=obj_10061 -certtemplate=obj_799 - -// 10063 -[obj_10063] -model=model_19405 -iop2=Wear -manwear=model_19333 -womanwear=model_19863 -2dxof=10 -2dyof=7 -2dzoom=2030 -2dyan=1896 -2dzan=60 -2dxan=452 -members=yes -cost=20 -stockmarket=yes -recol1s=14695 -recol1d=22055 -recol2s=9444 -recol2d=26248 -name=Desert camo legs -certlink=obj_10064 - -// 10064 -[obj_10064] -certlink=obj_10063 -certtemplate=obj_799 - -// 10065 -[obj_10065] -model=model_19408 -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_170 -manwear2=model_292 -manwear3=model_19984 -womanwear=model_348 -womanwear2=model_471 -womanwear3=model_19985 -iop2=Wear -members=yes -cost=20 -stockmarket=yes -recol1s=14724 -recol1d=32767 -recol2s=10468 -recol2d=32767 -recol3s=12582 -recol3d=25403 -recol4s=13639 -recol4d=25403 -name=Polar camo top -certlink=obj_10066 - -// 10066 -[obj_10066] -certlink=obj_10065 -certtemplate=obj_799 - -// 10067 -[obj_10067] -model=model_19405 -iop2=Wear -manwear=model_19333 -womanwear=model_19863 -2dxof=10 -2dyof=7 -2dzoom=2030 -2dyan=1896 -2dzan=60 -2dxan=452 -members=yes -cost=20 -stockmarket=yes -recol1s=14695 -recol1d=29631 -recol2s=9444 -recol2d=27519 -recol3s=12614 -recol3d=27519 -name=Polar camo legs -certlink=obj_10068 - -// 10068 -[obj_10068] -certlink=obj_10067 -certtemplate=obj_799 - -// 10069 -[obj_10069] -cost=32 -model=model_11398 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_4606 -womanwear=model_19986 -members=yes -cost=400 -stockmarket=yes -name=Spotted cape -certlink=obj_10070 - -// 10070 -[obj_10070] -certlink=obj_10069 -certtemplate=obj_799 - -// 10071 -[obj_10071] -cost=32 -model=model_11398 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_4606 -womanwear=model_19986 -members=yes -cost=800 -stockmarket=yes -recol1s=10468 -recol1d=22024 -recol2s=8288 -recol2d=4228 -name=Spottier cape -certlink=obj_10072 - -// 10072 -[obj_10072] -certlink=obj_10071 -certtemplate=obj_799 - -// 10073 -[obj_10073] -cost=32 -model=model_11398 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_4606 -womanwear=model_19986 -members=yes -cost=400 -name=Spotted cape - -// 10074 -[obj_10074] -cost=32 -model=model_11398 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_4606 -womanwear=model_19986 -members=yes -cost=800 -recol1s=10468 -recol1d=22024 -recol2s=8288 -recol2d=4228 -name=Spottier cape - -// 10075 -[obj_10075] -model=model_2649 -iop2=Wear -iop3=Check -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -members=yes -cost=600 -stockmarket=yes -recol1s=9473 -recol1d=3171 -name=Gloves of silence -certlink=obj_10076 - -// 10076 -[obj_10076] -certlink=obj_10075 -certtemplate=obj_799 - -// 10077 -[obj_10077] -cost=160 -model=model_11397 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_11328 -womanwear=model_11350 -members=yes -stockmarket=yes -name=Spiky vambraces -certlink=obj_10078 - -// 10078 -[obj_10078] -certlink=obj_10077 -certtemplate=obj_799 - -// 10079 -[obj_10079] -cost=2500 -model=model_11397 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_11328 -womanwear=model_11350 -members=yes -stockmarket=yes -recol1s=8420 -recol1d=256 -recol2s=7364 -recol2d=256 -name=Green spiky vambs -certlink=obj_10080 - -// 10080 -[obj_10080] -certlink=obj_10079 -certtemplate=obj_799 - -// 10081 -[obj_10081] -cost=3000 -model=model_11397 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_11328 -womanwear=model_11350 -members=yes -stockmarket=yes -recol1s=8420 -recol1d=4232 -recol2s=6306 -recol2d=8460 -recol3s=7364 -recol3d=4232 -name=Blue spiky vambs -certlink=obj_10082 - -// 10082 -[obj_10082] -certlink=obj_10081 -certtemplate=obj_799 - -// 10083 -[obj_10083] -cost=3600 -model=model_11397 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_11328 -womanwear=model_11350 -members=yes -stockmarket=yes -recol1s=8420 -recol1d=8192 -recol2s=6306 -recol2d=11363 -recol3s=7364 -recol3d=8192 -name=Red spiky vambs -certlink=obj_10084 - -// 10084 -[obj_10084] -certlink=obj_10083 -certtemplate=obj_799 - -// 10085 -[obj_10085] -cost=4320 -model=model_11397 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_11328 -womanwear=model_11350 -members=yes -stockmarket=yes -recol1s=8420 -recol1d=1057 -recol2s=6306 -recol2d=4228 -recol3s=7364 -recol3d=1057 -name=Black spiky vambs -certlink=obj_10086 - -// 10086 -[obj_10086] -certlink=obj_10085 -certtemplate=obj_799 - -// 10087 -[obj_10087] -model=model_19399 -2dyof=4 -2dzoom=400 -2dyan=300 -2dxan=308 -stackable=yes -members=yes -cost=20 -ambient=40 -stockmarket=yes -name=Stripy feather - -// 10088 -[obj_10088] -model=model_2476 -2dxof=4 -2dyof=10 -2dzoom=700 -2dyan=692 -2dxan=428 -stackable=yes -members=yes -cost=10 -ambient=40 -stockmarket=yes -recol1s=32767 -recol1d=15491 -name=Red feather - -// 10089 -[obj_10089] -model=model_2476 -2dxof=4 -2dyof=10 -2dzoom=700 -2dyan=692 -2dxan=428 -stackable=yes -members=yes -cost=16 -ambient=40 -stockmarket=yes -recol1s=32767 -recol1d=7405 -name=Blue feather - -// 10090 -[obj_10090] -model=model_2476 -2dxof=4 -2dyof=10 -2dzoom=700 -2dyan=692 -2dxan=428 -stackable=yes -members=yes -cost=13 -ambient=40 -stockmarket=yes -recol1s=32767 -recol1d=22084 -name=Yellow feather - -// 10091 -[obj_10091] -model=model_2476 -2dxof=4 -2dyof=10 -2dzoom=700 -2dyan=692 -2dxan=428 -stackable=yes -members=yes -cost=15 -ambient=40 -stockmarket=yes -recol1s=32767 -recol1d=23908 -name=Orange feather - -// 10092 -[obj_10092] -model=model_19373 -members=yes -iop5=Release -2dyof=-3 -2dzoom=820 -2dyan=128 -2dxan=128 -cost=40 -name=Ferret - -// 10093 -[obj_10093] -cost=72 -model=model_19448 -2dxof=5 -2dyof=16 -2dzoom=2022 -2dyan=1019 -2dxan=405 -members=yes -stockmarket=yes -name=Tatty larupia fur -certlink=obj_10094 - -// 10094 -[obj_10094] -certlink=obj_10093 -certtemplate=obj_799 - -// 10095 -[obj_10095] -cost=96 -model=model_19447 -2dxof=-9 -2dyof=11 -2dzoom=2022 -2dyan=1017 -2dxan=474 -members=yes -stockmarket=yes -name=Larupia fur -certlink=obj_10096 - -// 10096 -[obj_10096] -certlink=obj_10095 -certtemplate=obj_799 - -// 10097 -[obj_10097] -cost=108 -model=model_19445 -2dyan=1007 -2dxan=588 -members=yes -stockmarket=yes -name=Tatty graahk fur -certlink=obj_10098 - -// 10098 -[obj_10098] -certlink=obj_10097 -certtemplate=obj_799 - -// 10099 -[obj_10099] -cost=144 -model=model_19445 -2dyof=-4 -2dzoom=1957 -2dyan=844 -2dxan=470 -members=yes -stockmarket=yes -name=Graahk fur -certlink=obj_10100 - -// 10100 -[obj_10100] -certlink=obj_10099 -certtemplate=obj_799 - -// 10101 -[obj_10101] -cost=144 -model=model_19446 -2dxof=-5 -2dzoom=2151 -2dyan=1013 -2dxan=450 -members=yes -stockmarket=yes -recol1s=21859 -recol1d=25236 -recol2s=16708 -recol2d=25236 -recol3s=6242 -recol3d=6273 -name=Tatty kyatt fur -certlink=obj_10102 - -// 10102 -[obj_10102] -certlink=obj_10101 -certtemplate=obj_799 - -// 10103 -[obj_10103] -cost=192 -model=model_19443 -2dxof=-3 -2dyof=3 -2dzoom=1892 -2dyan=1022 -2dxan=498 -members=yes -stockmarket=yes -recol1s=21859 -recol1d=28374 -recol2s=16708 -recol2d=28407 -recol3s=6242 -recol3d=4161 -name=Kyatt fur -certlink=obj_10104 - -// 10104 -[obj_10104] -certlink=obj_10103 -certtemplate=obj_799 - -// 10105 -[obj_10105] -model=model_19401 -2dxof=-4 -2dyof=1 -2dzoom=360 -2dyan=1528 -2dxan=624 -resizex=100 -resizey=100 -resizez=100 -members=yes -cost=90 -stockmarket=yes -recol1s=26293 -recol1d=27435 -recol2s=32503 -recol2d=28494 -recol3s=32767 -recol3d=32722 -name=Kebbit spike -certlink=obj_10106 - -// 10106 -[obj_10106] -certlink=obj_10105 -certtemplate=obj_799 - -// 10107 -[obj_10107] -model=model_19401 -2dxof=-4 -2dyof=1 -2dzoom=360 -2dyan=1528 -2dxan=624 -members=yes -cost=150 -stockmarket=yes -recol1s=26293 -recol1d=9411 -recol2s=32503 -recol2d=10468 -recol3s=32767 -recol3d=11525 -name=Long kebbit spike -certlink=obj_10108 - -// 10108 -[obj_10108] -certlink=obj_10107 -certtemplate=obj_799 - -// 10109 -[obj_10109] -model=model_19395 -2dxof=3 -2dyof=-5 -2dzoom=500 -2dyan=232 -2dxan=156 -members=yes -cost=160 -stockmarket=yes -name=Kebbit teeth -certlink=obj_10110 - -// 10110 -[obj_10110] -certlink=obj_10109 -certtemplate=obj_799 - -// 10111 -[obj_10111] -model=model_19439 -2dxof=3 -2dyof=-5 -2dzoom=500 -2dyan=232 -2dxan=156 -members=yes -cost=160 -stockmarket=yes -name=Kebbit teeth dust -certlink=obj_10112 - -// 10112 -[obj_10112] -certlink=obj_10111 -certtemplate=obj_799 - -// 10113 -[obj_10113] -model=model_19397 -2dxof=6 -2dyof=-6 -2dzoom=820 -2dyan=8 -2dxan=420 -members=yes -cost=43 -stockmarket=yes -name=Kebbit claws -certlink=obj_10114 - -// 10114 -[obj_10114] -certlink=obj_10113 -certtemplate=obj_799 - -// 10115 -[obj_10115] -model=model_2631 -2dyof=-4 -2dzoom=1090 -2dxan=584 -members=yes -cost=210 -stockmarket=yes -recol1s=19904 -recol1d=4229 -name=Dark kebbit fur -certlink=obj_10116 - -// 10116 -[obj_10116] -certlink=obj_10115 -certtemplate=obj_799 - -// 10117 -[obj_10117] -cost=12 -model=model_2631 -2dyof=-4 -2dzoom=1090 -2dxan=584 -members=yes -stockmarket=yes -recol1s=19904 -recol1d=27519 -name=Polar kebbit fur -certlink=obj_10118 - -// 10118 -[obj_10118] -certlink=obj_10117 -certtemplate=obj_799 - -// 10119 -[obj_10119] -cost=16 -model=model_2631 -2dyof=-4 -2dzoom=1090 -2dxan=584 -members=yes -stockmarket=yes -recol1s=19904 -recol1d=10534 -name=Feldip weasel fur -certlink=obj_10120 - -// 10120 -[obj_10120] -certlink=obj_10119 -certtemplate=obj_799 - -// 10121 -[obj_10121] -cost=14 -model=model_2631 -2dyof=-4 -2dzoom=1090 -2dxan=584 -members=yes -stockmarket=yes -recol1s=19904 -recol1d=11525 -name=Common kebbit fur -certlink=obj_10122 - -// 10122 -[obj_10122] -certlink=obj_10121 -certtemplate=obj_799 - -// 10123 -[obj_10123] -cost=20 -model=model_2631 -2dyof=-4 -2dzoom=1090 -2dxan=584 -members=yes -stockmarket=yes -recol1s=19904 -recol1d=23112 -name=Desert devil fur -certlink=obj_10124 - -// 10124 -[obj_10124] -certlink=obj_10123 -certtemplate=obj_799 - -// 10125 -[obj_10125] -model=model_19400 -2dyof=-4 -2dzoom=1090 -2dxan=584 -members=yes -cost=150 -stockmarket=yes -name=Spotted kebbit fur -certlink=obj_10126 - -// 10126 -[obj_10126] -certlink=obj_10125 -certtemplate=obj_799 - -// 10127 -[obj_10127] -model=model_19400 -2dyof=-4 -2dzoom=1090 -2dxan=584 -members=yes -cost=270 -stockmarket=yes -recol1s=11525 -recol1d=19879 -recol2s=8288 -recol2d=0 -name=Dashing kebbit fur -certlink=obj_10128 - -// 10128 -[obj_10128] -certlink=obj_10127 -certtemplate=obj_799 - -// 10129 -[obj_10129] -model=model_19396 -2dxof=-4 -2dyof=2 -2dzoom=950 -2dyan=672 -2dxan=1952 -manwear=model_19843 -womanwear=model_19843 -iop2=Wield -members=yes -cost=36 -stockmarket=yes -name=Barb-tail harpoon -womanwearoff=3,-11,6 -certlink=obj_10130 - -// 10130 -[obj_10130] -certlink=obj_10129 -certtemplate=obj_799 - -// 10131 -[obj_10131] -model=model_19396 -2dxof=-4 -2dyof=2 -2dzoom=950 -2dyan=672 -2dxan=1952 -manwear=model_19842 -womanwear=model_19842 -dummyitem=2 -members=yes -womanwearoff=3,-11,6 - -// 10132 -[obj_10132] -model=model_19436 -2dxof=-6 -2dyof=5 -2dzoom=1114 -2dyan=69 -2dxan=443 -iop2=Wear -manwear=model_19828 -womanwear=model_19868 -members=yes -cost=30 -stockmarket=yes -name=Strung rabbit foot -certlink=obj_10133 - -// 10133 -[obj_10133] -certlink=obj_10132 -certtemplate=obj_799 - -// 10134 -[obj_10134] -model=model_19437 -2dxof=1 -2dyof=1 -2dzoom=1168 -2dyan=1041 -2dxan=585 -members=yes -cost=30 -stockmarket=yes -name=Rabbit foot -certlink=obj_10135 - -// 10135 -[obj_10135] -certlink=obj_10134 -certtemplate=obj_799 - -// 10136 -[obj_10136] -model=model_9818 -2dxof=1 -2dzoom=1250 -2dyan=2020 -2dxan=556 -contrast=20 -ambient=30 -members=yes -iop1=Eat -cost=120 -stockmarket=yes -name=Rainbow fish -certlink=obj_10137 - -// 10137 -[obj_10137] -certlink=obj_10136 -certtemplate=obj_799 - -// 10138 -[obj_10138] -model=model_9818 -2dxof=1 -2dzoom=1250 -2dyan=2020 -2dxan=556 -contrast=20 -ambient=30 -members=yes -cost=120 -stockmarket=yes -recol1s=2774 -recol1d=16218 -recol2s=1310 -recol2d=17981 -recol3s=26604 -recol3d=32760 -name=Raw rainbow fish -certlink=obj_10139 - -// 10139 -[obj_10139] -certlink=obj_10138 -certtemplate=obj_799 - -// 10140 -[obj_10140] -model=model_9818 -2dxof=1 -2dzoom=1250 -2dyan=2020 -2dxan=556 -contrast=20 -ambient=30 -members=yes -cost=1 -recol1s=2774 -recol1d=15888 -recol2s=1310 -recol2d=39 -recol3s=26604 -recol3d=8455 -name=Burnt rainbow fish -certlink=obj_10141 - -// 10141 -[obj_10141] -certlink=obj_10140 -certtemplate=obj_799 - -// 10142 -[obj_10142] -cost=3 -model=model_2499 -2dxof=1 -2dyof=-22 -2dzoom=710 -2dyan=148 -2dxan=224 -members=yes -stackable=yes -iop2=Wield -stockmarket=yes -recol1s=4228 -recol1d=8487 -name=Guam tar - -// 10143 -[obj_10143] -cost=5 -model=model_2499 -2dxof=1 -2dyof=-22 -2dzoom=710 -2dyan=148 -2dxan=224 -members=yes -stackable=yes -iop2=Wield -cost=1 -stockmarket=yes -recol1s=4228 -recol1d=13569 -name=Marrentill tar - -// 10144 -[obj_10144] -cost=11 -model=model_2499 -2dxof=1 -2dyof=-22 -2dzoom=710 -2dyan=148 -2dxan=224 -members=yes -stackable=yes -iop2=Wield -cost=1 -stockmarket=yes -recol1s=4228 -recol1d=10405 -name=Tarromin tar - -// 10145 -[obj_10145] -cost=20 -model=model_2499 -2dxof=1 -2dyof=-22 -2dzoom=710 -2dyan=148 -2dxan=224 -members=yes -stackable=yes -iop2=Wield -cost=1 -stockmarket=yes -recol1s=4228 -recol1d=7399 -name=Harralander tar - -// 10146 -[obj_10146] -model=model_19981 -iop2=Wield -iop5=Release -manwear=model_19849 -womanwear=model_19849 -2dxof=5 -2dyof=29 -2dzoom=1370 -2dxan=296 -members=yes -cost=100 -stockmarket=yes -name=Orange salamander -womanwearoff=3,-11,6 -certlink=obj_10160 - -// 10147 -[obj_10147] -model=model_19981 -iop2=Wield -iop5=Release -manwear=model_19849 -womanwear=model_19849 -2dxof=5 -2dyof=29 -2dzoom=1370 -2dxan=296 -members=yes -cost=150 -stockmarket=yes -recol1s=21890 -recol1d=14432 -recol2s=21856 -recol2d=13376 -recol3s=18688 -recol3d=12320 -name=Red salamander -womanwearoff=3,-11,6 -certlink=obj_10161 - -// 10148 -[obj_10148] -model=model_19981 -iop2=Wield -iop5=Release -manwear=model_19849 -womanwear=model_19849 -2dxof=5 -2dyof=29 -2dzoom=1370 -2dxan=296 -members=yes -cost=200 -stockmarket=yes -recol1s=21890 -recol1d=2114 -recol2s=21856 -recol2d=1057 -recol3s=18688 -recol3d=0 -name=Black salamander -womanwearoff=3,-11,6 -certlink=obj_10162 - -// 10149 -[obj_10149] -model=model_19981 -iop2=Wield -iop5=Release -manwear=model_19849 -womanwear=model_19849 -2dxof=5 -2dyof=29 -2dzoom=1370 -2dxan=296 -members=yes -cost=50 -stockmarket=yes -recol1s=21890 -recol1d=2242 -recol2s=21856 -recol2d=1185 -recol3s=18688 -recol3d=128 -name=Swamp lizard -womanwearoff=3,-11,6 -certlink=obj_10163 - -// 10150 -[obj_10150] -model=model_19971 -2dxof=4 -2dyof=37 -2dzoom=2274 -2dyan=567 -2dzan=1660 -2dxan=277 -members=yes -manwear=model_19956 -womanwear=model_19956 -iop2=Wield -cost=4 -stockmarket=yes -name=Noose wand -womanwearoff=3,-11,6 -certlink=obj_10151 - -// 10151 -[obj_10151] -certlink=obj_10150 -certtemplate=obj_799 - -// 10152 -[obj_10152] -model=model_19971 -manwear=model_19848 -womanwear=model_19848 -dummyitem=2 -womanwearoff=3,-11,6 - -// 10153 -[obj_10153] -model=model_19971 -manwear=model_19848 -womanwear=model_19848 -dummyitem=2 -recol1s=8288 -recol1d=25403 -recol2s=10468 -recol2d=26461 -recol3s=11525 -recol3d=27519 -recol4s=12582 -recol4d=29631 -recol5s=13639 -recol5d=31743 -recol6s=9411 -recol6d=25403 -womanwearoff=3,-11,6 - -// 10154 -[obj_10154] -model=model_19971 -manwear=model_19848 -womanwear=model_19848 -dummyitem=2 -recol1s=8288 -recol1d=22055 -recol2s=10468 -recol2d=22056 -recol3s=11525 -recol3d=23112 -recol4s=12582 -recol4d=24168 -recol5s=13639 -recol5d=26248 -recol6s=9411 -recol6d=22055 -womanwearoff=3,-11,6 - -// 10155 -[obj_10155] -model=model_19971 -manwear=model_19848 -womanwear=model_19848 -dummyitem=2 -recol1s=10468 -recol1d=8420 -recol2s=11525 -recol2d=9477 -recol3s=12582 -recol3d=10534 -recol4s=13639 -recol4d=11559 -recol5s=9411 -recol5d=8388 -recol6s=8288 -recol6d=8420 -womanwearoff=3,-11,6 - -// 10156 -[obj_10156] -model=model_19967 -2dxof=-6 -2dyof=-36 -2dzoom=1330 -2dyan=128 -2dxan=236 -contrast=15 -ambient=15 -members=yes -iop2=Wield -manwear=model_19839 -womanwear=model_19839 -cost=1300 -stockmarket=yes -name=Hunters' crossbow -womanwearoff=3,-11,6 -certlink=obj_10157 - -// 10157 -[obj_10157] -certlink=obj_10156 -certtemplate=obj_799 - -// 10158 -[obj_10158] -model=model_19412 -2dzoom=790 -2dyan=308 -2dxan=1788 -stackable=yes -iop2=Wield -members=yes -cost=18 -stockmarket=yes -recol1s=26293 -recol1d=27435 -recol2s=32503 -recol2d=28494 -recol3s=32767 -recol3d=32722 -name=Kebbit bolts - -// 10159 -[obj_10159] -model=model_19412 -2dzoom=790 -2dyan=308 -2dxan=1788 -stackable=yes -iop2=Wield -members=yes -cost=31 -stockmarket=yes -name=Long kebbit bolts - -// 10160 -[obj_10160] -certlink=obj_10146 -certtemplate=obj_799 - -// 10161 -[obj_10161] -certlink=obj_10147 -certtemplate=obj_799 - -// 10162 -[obj_10162] -certlink=obj_10148 -certtemplate=obj_799 - -// 10163 -[obj_10163] -certlink=obj_10149 -certtemplate=obj_799 - -// 10164 -[obj_10164] -model=model_19431 -manwear=model_10131 -womanwear=model_10131 -dummyitem=2 -womanwearoff=3,-11,6 - -// 10165 -[obj_10165] -dummyitem=1 -model=model_19042 -2dxof=-1 -2dyof=-15 -2dzoom=3708 -2dyan=2039 -contrast=15 -ambient=15 -dummyitem=1 -name=More... - -// 10166 -[obj_10166] -dummyitem=1 -model=model_19042 -2dxof=-1 -2dyof=-15 -2dzoom=3708 -2dyan=2039 -contrast=15 -ambient=15 -dummyitem=1 -name=Back... - -// 10167 -[obj_10167] -stackable=yes -model=model_19414 -2dxof=9 -2dzoom=1270 -2dyan=252 -2dxan=428 -count1=obj_10168,2 -count2=obj_10169,3 -count3=obj_10170,4 -members=yes -name=Eagle feather - -// 10168 -[obj_10168] -stackable=yes -dummyitem=2 -model=model_19415 -2dxof=10 -2dyof=-12 -2dzoom=1500 -2dyan=1964 -2dxan=564 -members=yes - -// 10169 -[obj_10169] -stackable=yes -dummyitem=2 -model=model_19416 -2dxof=14 -2dyof=12 -2dzoom=1620 -2dyan=1440 -2dxan=396 -members=yes - -// 10170 -[obj_10170] -stackable=yes -dummyitem=2 -model=model_19417 -2dzoom=1870 -2dyan=1964 -2dxan=524 -members=yes - -// 10171 -[obj_10171] -model=model_19413 -2dxof=2 -2dyof=76 -2dzoom=1530 -2dyan=1948 -2dxan=264 -iop2=Wear -manwear=model_19859 -womanwear=model_19983 -members=yes -name=Eagle cape - -// 10172 -[obj_10172] -model=model_19402 -2dxof=3 -2dzoom=330 -2dyan=1192 -2dxan=372 -iop2=Wear -manwear=model_20097 -womanwear=model_20099 -manhead=model_39305 -womanhead=model_38865 -members=yes -name=Fake beak - -// 10173 -[obj_10173] -iop1=Read -model=model_19960 -2dyof=26 -2dzoom=950 -2dyan=124 -2dxan=276 -members=yes -name=Bird book - -// 10174 -[obj_10174] -model=model_20086 -2dxof=-1 -2dyof=-12 -2dzoom=595 -2dyan=1901 -2dxan=192 -members=yes -iop5=Destroy -name=Metal feather - -// 10175 -[obj_10175] -model=model_20085 -2dxof=-1 -2dyof=-12 -2dzoom=595 -2dyan=1901 -2dxan=192 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=28430 -recol2s=23452 -recol2d=30504 -name=Golden feather - -// 10176 -[obj_10176] -model=model_20085 -2dxof=-1 -2dyof=-12 -2dzoom=595 -2dyan=1901 -2dxan=192 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=26426 -recol2s=23452 -recol2d=28540 -name=Silver feather - -// 10177 -[obj_10177] -model=model_20085 -2dxof=-1 -2dyof=-12 -2dzoom=595 -2dyan=1901 -2dxan=192 -members=yes -iop5=Destroy -recol1s=32767 -recol1d=21960 -recol2s=23452 -recol2d=26221 -name=Bronze feather - -// 10178 -[obj_10178] -model=model_20084 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -stackable=yes -recol1s=22131 -recol1d=25190 -name=Odd bird seed - -// 10179 -[obj_10179] -iop1=Read -model=model_20087 -2dyof=26 -2dzoom=950 -2dyan=124 -2dxan=276 -members=yes -name=Feathered journal - -// 10180 -[obj_10180] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10181 -[obj_10181] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10182 -[obj_10182] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10183 -[obj_10183] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10184 -[obj_10184] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10185 -[obj_10185] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10186 -[obj_10186] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10187 -[obj_10187] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10188 -[obj_10188] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10189 -[obj_10189] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10190 -[obj_10190] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10191 -[obj_10191] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10192 -[obj_10192] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10193 -[obj_10193] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10194 -[obj_10194] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10195 -[obj_10195] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10196 -[obj_10196] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10197 -[obj_10197] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10198 -[obj_10198] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10199 -[obj_10199] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10200 -[obj_10200] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10201 -[obj_10201] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10202 -[obj_10202] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10203 -[obj_10203] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10204 -[obj_10204] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10205 -[obj_10205] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10206 -[obj_10206] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10207 -[obj_10207] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10208 -[obj_10208] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10209 -[obj_10209] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10210 -[obj_10210] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10211 -[obj_10211] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10212 -[obj_10212] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10213 -[obj_10213] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10214 -[obj_10214] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10215 -[obj_10215] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10216 -[obj_10216] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10217 -[obj_10217] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10218 -[obj_10218] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10219 -[obj_10219] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10220 -[obj_10220] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10221 -[obj_10221] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10222 -[obj_10222] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10223 -[obj_10223] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10224 -[obj_10224] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10225 -[obj_10225] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10226 -[obj_10226] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10227 -[obj_10227] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10228 -[obj_10228] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10229 -[obj_10229] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10230 -[obj_10230] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10231 -[obj_10231] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10232 -[obj_10232] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10233 -[obj_10233] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10234 -[obj_10234] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10235 -[obj_10235] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10236 -[obj_10236] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10237 -[obj_10237] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10238 -[obj_10238] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10239 -[obj_10239] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10240 -[obj_10240] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10241 -[obj_10241] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10242 -[obj_10242] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10243 -[obj_10243] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10244 -[obj_10244] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10245 -[obj_10245] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10246 -[obj_10246] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10247 -[obj_10247] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10248 -[obj_10248] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10249 -[obj_10249] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10250 -[obj_10250] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10251 -[obj_10251] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10252 -[obj_10252] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10253 -[obj_10253] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10254 -[obj_10254] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10255 -[obj_10255] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10256 -[obj_10256] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10257 -[obj_10257] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10258 -[obj_10258] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10259 -[obj_10259] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10260 -[obj_10260] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10261 -[obj_10261] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10262 -[obj_10262] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10263 -[obj_10263] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10264 -[obj_10264] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10265 -[obj_10265] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10266 -[obj_10266] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10267 -[obj_10267] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10268 -[obj_10268] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10269 -[obj_10269] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10270 -[obj_10270] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10271 -[obj_10271] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10272 -[obj_10272] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10273 -[obj_10273] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10274 -[obj_10274] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10275 -[obj_10275] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10276 -[obj_10276] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10277 -[obj_10277] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10278 -[obj_10278] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 10279 -[obj_10279] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 10280 -[obj_10280] -model=model_20229 -2dzoom=2070 -2dyan=39 -2dxan=355 -manwear=model_20168 -womanwear=model_20168 -cost=300 -iop2=Wield -stockmarket=yes -name=Willow comp bow -womanwearoff=3,-11,6 -certlink=obj_10281 -lentlink=obj_13541 - -// 10281 -[obj_10281] -certlink=obj_10280 -certtemplate=obj_799 - -// 10282 -[obj_10282] -model=model_20229 -2dzoom=2070 -2dyan=39 -2dxan=355 -manwear=model_20168 -womanwear=model_20168 -cost=1800 -iop2=Wield -members=yes -stockmarket=yes -recol1s=7330 -recol1d=19945 -recol2s=6274 -recol2d=17831 -recol3s=5216 -recol3d=16740 -recol4s=8387 -recol4d=21002 -recol5s=9444 -recol5d=23116 -name=Yew comp bow -womanwearoff=3,-11,6 -certlink=obj_10283 -lentlink=obj_13542 - -// 10283 -[obj_10283] -certlink=obj_10282 -certtemplate=obj_799 - -// 10284 -[obj_10284] -model=model_20229 -2dzoom=2070 -2dyan=39 -2dxan=355 -manwear=model_20168 -womanwear=model_20168 -cost=2500 -iop2=Wield -members=yes -stockmarket=yes -recol1s=7330 -recol1d=9613 -recol2s=6274 -recol2d=7499 -recol3s=5216 -recol3d=5385 -recol4s=8387 -recol4d=10670 -recol5s=9444 -recol5d=12784 -name=Magic comp bow -womanwearoff=3,-11,6 -certlink=obj_10285 -lentlink=obj_13543 - -// 10285 -[obj_10285] -certlink=obj_10284 -certtemplate=obj_799 - -// 10286 -[obj_10286] -model=model_11374 -manwear=model_11332 -womanwear=model_20358 -manhead=model_39899 -womanhead=model_39078 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=35200 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune helm (h1) -certlink=obj_10287 - -// 10287 -[obj_10287] -certlink=obj_10286 -certtemplate=obj_799 - -// 10288 -[obj_10288] -model=model_11375 -manwear=model_11333 -womanwear=model_20359 -manhead=model_39904 -womanhead=model_38923 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=35200 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune helm (h2) -certlink=obj_10289 - -// 10289 -[obj_10289] -certlink=obj_10288 -certtemplate=obj_799 - -// 10290 -[obj_10290] -model=model_11376 -manwear=model_11334 -womanwear=model_20360 -manhead=model_39995 -womanhead=model_38966 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=35200 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune helm (h3) -certlink=obj_10291 - -// 10291 -[obj_10291] -certlink=obj_10290 -certtemplate=obj_799 - -// 10292 -[obj_10292] -model=model_11377 -manwear=model_11335 -womanwear=model_20361 -manhead=model_39757 -womanhead=model_38907 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=35200 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune helm (h4) -certlink=obj_10293 - -// 10293 -[obj_10293] -certlink=obj_10292 -certtemplate=obj_799 - -// 10294 -[obj_10294] -model=model_11378 -manwear=model_11336 -womanwear=model_20362 -manhead=model_39876 -womanhead=model_39015 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=35200 -stockmarket=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune helm (h5) -certlink=obj_10295 - -// 10295 -[obj_10295] -certlink=obj_10294 -certtemplate=obj_799 - -// 10296 -[obj_10296] -model=model_11374 -manwear=model_11332 -womanwear=model_20358 -manhead=model_39899 -womanhead=model_39078 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=3520 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant helm (h1) -certlink=obj_10297 - -// 10297 -[obj_10297] -certlink=obj_10296 -certtemplate=obj_799 - -// 10298 -[obj_10298] -model=model_11375 -manwear=model_11333 -womanwear=model_20359 -manhead=model_39904 -womanhead=model_38923 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=3520 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant helm (h2) -certlink=obj_10299 - -// 10299 -[obj_10299] -certlink=obj_10298 -certtemplate=obj_799 - -// 10300 -[obj_10300] -model=model_11376 -manwear=model_11334 -womanwear=model_20360 -manhead=model_39995 -womanhead=model_38966 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=3520 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant helm (h3) -certlink=obj_10301 - -// 10301 -[obj_10301] -certlink=obj_10300 -certtemplate=obj_799 - -// 10302 -[obj_10302] -model=model_11377 -manwear=model_11335 -womanwear=model_20361 -manhead=model_39757 -womanhead=model_38907 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=3520 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant helm (h4) -certlink=obj_10303 - -// 10303 -[obj_10303] -certlink=obj_10302 -certtemplate=obj_799 - -// 10304 -[obj_10304] -model=model_11378 -manwear=model_11336 -womanwear=model_20362 -manhead=model_39876 -womanhead=model_39015 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=3520 -stockmarket=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant helm (h5) -certlink=obj_10305 - -// 10305 -[obj_10305] -certlink=obj_10304 -certtemplate=obj_799 - -// 10306 -[obj_10306] -model=model_11374 -manwear=model_11332 -womanwear=model_20358 -manhead=model_39899 -womanhead=model_39078 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=1056 -stockmarket=yes -recol1s=16846 -recol1d=2115 -name=Black helm (h1) -certlink=obj_10307 - -// 10307 -[obj_10307] -certlink=obj_10306 -certtemplate=obj_799 - -// 10308 -[obj_10308] -model=model_11375 -manwear=model_11333 -womanwear=model_20359 -manhead=model_39904 -womanhead=model_38923 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=1056 -stockmarket=yes -recol1s=16846 -recol1d=2115 -name=Black helm (h2) -certlink=obj_10309 - -// 10309 -[obj_10309] -certlink=obj_10308 -certtemplate=obj_799 - -// 10310 -[obj_10310] -model=model_11376 -manwear=model_11334 -womanwear=model_20360 -manhead=model_39995 -womanhead=model_38966 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=1056 -stockmarket=yes -recol1s=16846 -recol1d=2115 -name=Black helm (h3) -certlink=obj_10311 - -// 10311 -[obj_10311] -certlink=obj_10310 -certtemplate=obj_799 - -// 10312 -[obj_10312] -model=model_11377 -manwear=model_11335 -womanwear=model_20361 -manhead=model_39757 -womanhead=model_38907 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=1056 -stockmarket=yes -recol1s=16846 -recol1d=2115 -name=Black helm (h4) -certlink=obj_10313 - -// 10313 -[obj_10313] -certlink=obj_10312 -certtemplate=obj_799 - -// 10314 -[obj_10314] -model=model_11378 -manwear=model_11336 -womanwear=model_20362 -manhead=model_39876 -womanhead=model_39015 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=1056 -stockmarket=yes -recol1s=16846 -recol1d=2115 -name=Black helm (h5) -certlink=obj_10315 - -// 10315 -[obj_10315] -certlink=obj_10314 -certtemplate=obj_799 - -// 10316 -[obj_10316] -model=model_20228 -manwear=model_20161 -womanwear=model_20210 -manwear2=model_20125 -womanwear2=model_20176 -iop2=Wear -cost=3 -2dyof=7 -2dzoom=1296 -2dxan=553 -members=yes -stockmarket=yes -recol1s=32365 -recol1d=30155 -recol2s=17903 -recol2d=20975 -recol3s=32569 -recol3d=32337 -recol4s=7300 -recol4d=21506 -name=Bob shirt -certlink=obj_10317 - -// 10317 -[obj_10317] -certlink=obj_10316 -certtemplate=obj_799 - -// 10318 -[obj_10318] -model=model_20228 -manwear=model_20161 -womanwear=model_20210 -manwear2=model_20125 -womanwear2=model_20176 -iop2=Wear -cost=3 -2dyof=7 -2dzoom=1296 -2dxan=553 -members=yes -stockmarket=yes -recol1s=32365 -recol1d=4332 -recol2s=17903 -recol2d=14902 -recol3s=32569 -recol3d=24415 -recol4s=7300 -recol4d=1161 -name=Bob shirt -certlink=obj_10319 - -// 10319 -[obj_10319] -certlink=obj_10318 -certtemplate=obj_799 - -// 10320 -[obj_10320] -model=model_20228 -manwear=model_20161 -womanwear=model_20210 -manwear2=model_20125 -womanwear2=model_20176 -iop2=Wear -cost=3 -2dyof=7 -2dzoom=1296 -2dxan=553 -members=yes -stockmarket=yes -recol1s=32365 -recol1d=4325 -recol2s=17903 -recol2d=14895 -recol3s=32569 -recol3d=24408 -recol4s=7300 -recol4d=1154 -name=Bob shirt -certlink=obj_10321 - -// 10321 -[obj_10321] -certlink=obj_10320 -certtemplate=obj_799 - -// 10322 -[obj_10322] -model=model_20228 -manwear=model_20161 -womanwear=model_20210 -manwear2=model_20125 -womanwear2=model_20176 -iop2=Wear -cost=3 -2dyof=7 -2dzoom=1296 -2dxan=553 -members=yes -stockmarket=yes -recol1s=32365 -recol1d=7399 -recol2s=17903 -recol2d=18960 -recol3s=32569 -recol3d=26293 -recol4s=7300 -recol4d=2114 -name=Bob shirt -certlink=obj_10323 - -// 10323 -[obj_10323] -certlink=obj_10322 -certtemplate=obj_799 - -// 10324 -[obj_10324] -model=model_20228 -manwear=model_20161 -womanwear=model_20210 -manwear2=model_20125 -womanwear2=model_20176 -iop2=Wear -cost=3 -2dyof=7 -2dzoom=1296 -2dxan=553 -members=yes -stockmarket=yes -recol1s=32365 -recol1d=17647 -recol2s=17903 -recol2d=24982 -recol3s=32569 -recol3d=28411 -recol4s=7300 -recol4d=12362 -name=Bob shirt -certlink=obj_10325 - -// 10325 -[obj_10325] -certlink=obj_10324 -certtemplate=obj_799 - -// 10326 -[obj_10326] -model=model_11373 -stackable=yes -2dxof=3 -2dyof=-18 -2dzoom=976 -2dyan=470 -2dxan=221 -members=yes -cost=15 -recol1s=18626 -recol1d=15542 -recol2s=22127 -recol2d=11314 -name=Purple firelighter - -// 10327 -[obj_10327] -model=model_11373 -stackable=yes -2dxof=3 -2dyof=-18 -2dzoom=976 -2dyan=470 -2dxan=221 -members=yes -cost=15 -recol1s=18626 -recol1d=32701 -recol2s=22127 -recol2d=32503 -name=White firelighter - -// 10328 -[obj_10328] -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -op4=Light -op5=hidden -members=yes -recol1s=20935 -recol1d=32569 -recol2s=12548 -recol2d=28341 -recol3s=10434 -recol3d=22131 -name=White logs - -// 10329 -[obj_10329] -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -op4=Light -op5=hidden -members=yes -recol1s=20935 -recol1d=19701 -recol2s=12548 -recol2d=17656 -recol3s=10434 -recol3d=15542 -name=Purple logs - -// 10330 -[obj_10330] -model=model_20250 -manwear=model_20162 -womanwear=model_20208 -manwear2=model_20126 -womanwear2=model_20174 -iop2=Wear -cost=45000 -2dxof=-5 -2dyof=-1 -2dzoom=1503 -2dxan=553 -contrast=20 -members=yes -stockmarket=yes -name=3rd age range top -certlink=obj_10331 -lentlink=obj_13544 - -// 10331 -[obj_10331] -certlink=obj_10330 -certtemplate=obj_799 - -// 10332 -[obj_10332] -model=model_20249 -manwear=model_20145 -womanwear=model_20192 -iop2=Wear -cost=40000 -2dyof=-1 -2dzoom=1827 -2dxan=438 -contrast=20 -members=yes -stockmarket=yes -name=3rd age range legs -certlink=obj_10333 -lentlink=obj_13545 - -// 10333 -[obj_10333] -certlink=obj_10332 -certtemplate=obj_799 - -// 10334 -[obj_10334] -model=model_20248 -manwear=model_20136 -womanwear=model_20189 -manhead=model_39799 -manhead2=model_39354 -womanhead=model_39354 -womanhead2=model_39170 -iop2=Wear -cost=10000 -2dxof=2 -2dyof=-35 -2dzoom=789 -2dyan=1784 -2dzan=2047 -2dxan=194 -contrast=20 -members=yes -stockmarket=yes -name=3rd age range coif -certlink=obj_10335 -lentlink=obj_13546 - -// 10335 -[obj_10335] -certlink=obj_10334 -certtemplate=obj_799 - -// 10336 -[obj_10336] -model=model_20251 -manwear=model_20130 -womanwear=model_20182 -iop2=Wear -cost=15000 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -contrast=20 -members=yes -stockmarket=yes -name=3rd age vambraces -certlink=obj_10337 -lentlink=obj_13547 - -// 10337 -[obj_10337] -certlink=obj_10336 -certtemplate=obj_799 - -// 10338 -[obj_10338] -model=model_20245 -manwear=model_20160 -womanwear=model_20207 -manwear2=model_20124 -womanwear2=model_20173 -iop2=Wear -cost=45000 -2dxof=1 -2dyof=1 -2dzoom=2143 -2dxan=553 -contrast=20 -members=yes -stockmarket=yes -name=3rd age robe top -certlink=obj_10339 -lentlink=obj_13548 - -// 10339 -[obj_10339] -certlink=obj_10338 -certtemplate=obj_799 - -// 10340 -[obj_10340] -model=model_20244 -manwear=model_20143 -womanwear=model_20191 -iop2=Wear -cost=40000 -2dyof=-1 -2dzoom=2083 -2dxan=438 -contrast=20 -members=yes -stockmarket=yes -name=3rd age robe -certlink=obj_10341 -lentlink=obj_13549 - -// 10341 -[obj_10341] -certlink=obj_10340 -certtemplate=obj_799 - -// 10342 -[obj_10342] -model=model_20243 -manwear=model_20135 -womanwear=model_20188 -manhead=model_39799 -manhead2=model_39393 -womanhead=model_39393 -womanhead2=model_39170 -iop2=Wear -cost=10000 -2dxof=7 -2dyof=-23 -2dzoom=917 -2dyan=1883 -2dzan=2047 -2dxan=212 -contrast=20 -members=yes -stockmarket=yes -name=3rd age mage hat -certlink=obj_10343 -lentlink=obj_13550 - -// 10343 -[obj_10343] -certlink=obj_10342 -certtemplate=obj_799 - -// 10344 -[obj_10344] -model=model_20242 -manwear=model_20151 -womanwear=model_20199 -iop2=Wear -cost=20000 -2dxof=4 -2dyof=100 -2dzoom=543 -2dyan=73 -2dzan=69 -2dxan=282 -contrast=20 -members=yes -stockmarket=yes -name=3rd age amulet -certlink=obj_10345 -lentlink=obj_13551 - -// 10345 -[obj_10345] -certlink=obj_10344 -certtemplate=obj_799 - -// 10346 -[obj_10346] -model=model_20221 -2dyof=11 -2dzoom=1740 -2dxan=444 -iop2=Wear -manwear=model_20138 -womanwear=model_20190 -members=yes -cost=200000 -stockmarket=yes -name=3rd age platelegs -certlink=obj_10347 -lentlink=obj_13552 - -// 10347 -[obj_10347] -certlink=obj_10346 -certtemplate=obj_799 - -// 10348 -[obj_10348] -model=model_20223 -2dzoom=1190 -2dxan=476 -iop2=Wear -manwear=model_20154 -manwear2=model_20120 -womanwear=model_20206 -womanwear2=model_20172 -members=yes -cost=200000 -stockmarket=yes -name=3rd age platebody -certlink=obj_10349 -lentlink=obj_13553 - -// 10349 -[obj_10349] -certlink=obj_10348 -certtemplate=obj_799 - -// 10350 -[obj_10350] -model=model_20220 -manwear=model_20134 -womanwear=model_20187 -manhead=model_39799 -manhead2=model_39445 -womanhead=model_39445 -womanhead2=model_39170 -iop2=Wear -cost=90000 -2dzoom=720 -2dyan=1892 -2dxan=28 -members=yes -stockmarket=yes -name=3rd age full helmet -certlink=obj_10351 -lentlink=obj_13554 - -// 10351 -[obj_10351] -certlink=obj_10350 -certtemplate=obj_799 - -// 10352 -[obj_10352] -model=model_20222 -manwear=model_20167 -womanwear=model_20167 -iop2=Wield -cost=180000 -2dxof=3 -2dyof=27 -2dzoom=2030 -2dyan=56 -2dxan=364 -members=yes -stockmarket=yes -name=3rd age kiteshield -womanwearoff=-3,-11,6 -certlink=obj_10353 -lentlink=obj_13555 - -// 10353 -[obj_10353] -certlink=obj_10352 -certtemplate=obj_799 - -// 10354 -[obj_10354] -cost=17625 -model=model_20219 -2dxof=4 -2dyof=100 -2dzoom=415 -2dyan=73 -2dzan=69 -2dxan=282 -members=yes -iop2=Wear -iop4=Rub -manwear=model_20147 -womanwear=model_20203 -stockmarket=yes -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Amulet of glory(t4) -certlink=obj_10355 - -// 10355 -[obj_10355] -certlink=obj_10354 -certtemplate=obj_799 - -// 10356 -[obj_10356] -cost=17625 -model=model_20219 -2dxof=4 -2dyof=100 -2dzoom=415 -2dyan=73 -2dzan=69 -2dxan=282 -members=yes -iop2=Wear -iop4=Rub -manwear=model_20147 -womanwear=model_20203 -stockmarket=yes -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Amulet of glory(t3) -certlink=obj_10357 - -// 10357 -[obj_10357] -certlink=obj_10356 -certtemplate=obj_799 - -// 10358 -[obj_10358] -cost=17625 -model=model_20219 -2dxof=4 -2dyof=100 -2dzoom=415 -2dyan=73 -2dzan=69 -2dxan=282 -members=yes -iop2=Wear -iop4=Rub -manwear=model_20147 -womanwear=model_20203 -stockmarket=yes -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Amulet of glory(t2) -certlink=obj_10359 - -// 10359 -[obj_10359] -certlink=obj_10358 -certtemplate=obj_799 - -// 10360 -[obj_10360] -cost=17625 -model=model_20219 -2dxof=4 -2dyof=100 -2dzoom=415 -2dyan=73 -2dzan=69 -2dxan=282 -members=yes -iop2=Wear -iop4=Rub -manwear=model_20147 -womanwear=model_20203 -stockmarket=yes -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Amulet of glory(t1) -certlink=obj_10361 - -// 10361 -[obj_10361] -certlink=obj_10360 -certtemplate=obj_799 - -// 10362 -[obj_10362] -cost=17625 -model=model_20219 -2dxof=4 -2dyof=100 -2dzoom=415 -2dyan=73 -2dzan=69 -2dxan=282 -members=yes -iop2=Wear -iop4=Rub -manwear=model_20147 -womanwear=model_20203 -stockmarket=yes -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Amulet of glory(t) -certlink=obj_10363 - -// 10363 -[obj_10363] -certlink=obj_10362 -certtemplate=obj_799 - -// 10364 -[obj_10364] -cost=2025 -model=model_20226 -2dxof=5 -2dyof=100 -2dzoom=465 -2dyan=74 -2dxan=292 -iop2=Wear -manwear=model_40906 -womanwear=model_20205 -stockmarket=yes -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Strength amulet(t) -certlink=obj_10365 - -// 10365 -[obj_10365] -certlink=obj_10364 -certtemplate=obj_799 - -// 10366 -[obj_10366] -cost=900 -model=model_20225 -2dxof=4 -2dyof=100 -2dzoom=400 -2dyan=90 -2dzan=111 -2dxan=284 -iop2=Wear -manwear=model_20148 -womanwear=model_20204 -stockmarket=yes -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Amulet of magic(t) -certlink=obj_10367 - -// 10367 -[obj_10367] -certlink=obj_10366 -certtemplate=obj_799 - -// 10368 -[obj_10368] -model=model_20264 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_20129 -womanwear=model_20180 -members=yes -cost=4000 -stockmarket=yes -recol1s=1185 -recol1d=10306 -recol2s=8192 -recol2d=31841 -recol3s=128 -recol3d=4096 -name=Zamorak bracers -certlink=obj_10369 - -// 10369 -[obj_10369] -certlink=obj_10368 -certtemplate=obj_799 - -// 10370 -[obj_10370] -model=model_20233 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20157 -manwear2=model_20121 -womanwear=model_20213 -womanwear2=model_20177 -members=yes -cost=13000 -stockmarket=yes -recol1s=2370 -recol1d=10306 -recol2s=3136 -recol2d=31841 -recol3s=2275 -recol3d=7168 -recol4s=1185 -recol4d=5153 -recol5s=12320 -recol5d=31841 -recol6s=8192 -recol6d=23680 -name=Zamorak d'hide -certlink=obj_10371 - -// 10371 -[obj_10371] -certlink=obj_10370 -certtemplate=obj_799 - -// 10372 -[obj_10372] -model=model_20230 -2dyof=-1 -2dzoom=1827 -2dxan=444 -iop2=Wear -manwear=model_20139 -womanwear=model_20194 -members=yes -cost=6000 -stockmarket=yes -recol1s=2370 -recol1d=10306 -recol2s=3136 -recol2d=31841 -recol3s=2275 -recol3d=7168 -recol4s=1185 -recol4d=5153 -recol5s=12320 -recol5d=31841 -recol6s=8192 -recol6d=23680 -name=Zamorak chaps -certlink=obj_10373 - -// 10373 -[obj_10373] -certlink=obj_10372 -certtemplate=obj_799 - -// 10374 -[obj_10374] -model=model_20231 -2dyof=-35 -2dzoom=789 -2dyan=1784 -2dzan=2047 -2dxan=194 -iop2=Wear -manhead=model_39799 -manhead2=model_39506 -womanhead=model_39170 -womanhead2=model_39506 -manwear=model_20131 -manwear2=model_230 -womanwear=model_20184 -womanwear2=model_403 -members=yes -cost=2000 -stockmarket=yes -recol1s=2370 -recol1d=10306 -recol2s=3136 -recol2d=31841 -recol3s=2275 -recol3d=7168 -recol4s=1185 -recol4d=5153 -recol5s=12320 -recol5d=31841 -recol6s=8192 -recol6d=23680 -name=Zamorak coif -certlink=obj_10375 - -// 10375 -[obj_10375] -certlink=obj_10374 -certtemplate=obj_799 - -// 10376 -[obj_10376] -model=model_20264 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_20129 -womanwear=model_20180 -members=yes -cost=6000 -stockmarket=yes -recol1s=12320 -recol1d=12082 -recol2s=8192 -recol2d=15120 -recol3s=3136 -recol3d=17103 -name=Guthix bracers -certlink=obj_10377 - -// 10377 -[obj_10377] -certlink=obj_10376 -certtemplate=obj_799 - -// 10378 -[obj_10378] -model=model_20232 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20155 -manwear2=model_20121 -womanwear=model_20211 -womanwear2=model_20177 -members=yes -cost=13000 -stockmarket=yes -recol1s=12320 -recol1d=12082 -recol2s=8192 -recol2d=15120 -recol3s=3136 -recol3d=17103 -name=Guthix dragonhide -certlink=obj_10379 - -// 10379 -[obj_10379] -certlink=obj_10378 -certtemplate=obj_799 - -// 10380 -[obj_10380] -model=model_20230 -2dyof=-1 -2dzoom=1827 -2dxan=444 -iop2=Wear -manwear=model_20139 -womanwear=model_20194 -members=yes -cost=6000 -stockmarket=yes -recol1s=12320 -recol1d=12082 -recol2s=8192 -recol2d=15120 -recol3s=3136 -recol3d=17103 -name=Guthix chaps -certlink=obj_10381 - -// 10381 -[obj_10381] -certlink=obj_10380 -certtemplate=obj_799 - -// 10382 -[obj_10382] -model=model_20231 -2dyof=-35 -2dzoom=789 -2dyan=1784 -2dzan=2047 -2dxan=194 -iop2=Wear -manhead=model_39799 -manhead2=model_39511 -womanhead=model_39170 -womanhead2=model_39511 -manwear=model_20131 -manwear2=model_230 -womanwear=model_20184 -womanwear2=model_403 -members=yes -cost=2000 -stockmarket=yes -recol1s=12320 -recol1d=12082 -recol2s=8192 -recol2d=15120 -recol3s=3136 -recol3d=17103 -recolhsl4s=911 -recolhsl4d=24014 -recolhsl5s=930 -recolhsl5d=27215 -name=Guthix coif -certlink=obj_10383 - -// 10383 -[obj_10383] -certlink=obj_10382 -certtemplate=obj_799 - -// 10384 -[obj_10384] -model=model_20264 -2dxof=7 -2dyof=-33 -2dzoom=740 -2dyan=1784 -2dxan=196 -iop2=Wear -manwear=model_20129 -womanwear=model_20180 -members=yes -cost=4000 -stockmarket=yes -recol1s=1185 -recol1d=2122 -recol2s=8192 -recol2d=3451 -recol3s=128 -recol3d=4 -name=Saradomin bracers -certlink=obj_10385 - -// 10385 -[obj_10385] -certlink=obj_10384 -certtemplate=obj_799 - -// 10386 -[obj_10386] -model=model_20224 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20156 -manwear2=model_20121 -womanwear=model_20212 -womanwear2=model_20177 -members=yes -cost=13000 -stockmarket=yes -recol1s=2370 -recol1d=2122 -recol2s=3136 -recol2d=3451 -recol3s=2275 -recol3d=2151 -recol4s=1185 -recol4d=1061 -recol5s=12320 -recol5d=5628 -recol6s=8192 -recol6d=4564 -name=Saradomin d'hide -certlink=obj_10387 - -// 10387 -[obj_10387] -certlink=obj_10386 -certtemplate=obj_799 - -// 10388 -[obj_10388] -model=model_20230 -2dyof=-1 -2dzoom=1827 -2dxan=444 -iop2=Wear -manwear=model_20139 -womanwear=model_20194 -members=yes -cost=6000 -stockmarket=yes -recol1s=2370 -recol1d=2122 -recol2s=3136 -recol2d=3451 -recol3s=2275 -recol3d=2151 -recol4s=1185 -recol4d=1061 -recol5s=12320 -recol5d=5628 -recol6s=8192 -recol6d=4564 -name=Saradomin chaps -certlink=obj_10389 - -// 10389 -[obj_10389] -certlink=obj_10388 -certtemplate=obj_799 - -// 10390 -[obj_10390] -model=model_20231 -2dyof=-35 -2dzoom=789 -2dyan=1784 -2dzan=2047 -2dxan=194 -iop2=Wear -manhead=model_39799 -manhead2=model_39532 -womanhead=model_39170 -womanhead2=model_38975 -manwear=model_20131 -manwear2=model_230 -womanwear=model_20184 -womanwear2=model_403 -members=yes -cost=2000 -stockmarket=yes -recol1s=2370 -recol1d=2122 -recol2s=3136 -recol2d=3451 -recol3s=2275 -recol3d=2151 -recol4s=1185 -recol4d=1061 -recol5s=12320 -recol5d=5628 -recol6s=8192 -recol6d=4564 -name=Saradomin coif -certlink=obj_10391 - -// 10391 -[obj_10391] -certlink=obj_10390 -certtemplate=obj_799 - -// 10392 -[obj_10392] -model=model_20267 -iop2=Wear -manhead=model_40679 -womanhead=model_38985 -manwear=model_20137 -womanwear=model_20186 -2dxof=-1 -2dyof=12 -2dzoom=848 -2dyan=1189 -2dxan=387 -members=yes -cost=2000 -stockmarket=yes -name=A powdered wig -certlink=obj_10393 -lentlink=obj_13789 - -// 10393 -[obj_10393] -certlink=obj_10392 -certtemplate=obj_799 - -// 10394 -[obj_10394] -model=model_20238 -iop2=Wear -manwear=model_20142 -womanwear=model_20197 -2dxof=7 -2dyof=5 -2dzoom=2151 -2dzan=2047 -2dxan=429 -members=yes -cost=2000 -stockmarket=yes -name=Flared trousers -certlink=obj_10395 -lentlink=obj_13790 - -// 10395 -[obj_10395] -certlink=obj_10394 -certtemplate=obj_799 - -// 10396 -[obj_10396] -model=model_20247 -iop2=Wear -manwear=model_20144 -womanwear=model_20198 -2dxof=3 -2dyof=1 -2dzoom=1892 -2dzan=2047 -2dxan=498 -members=yes -cost=2000 -stockmarket=yes -name=Pantaloons -certlink=obj_10397 -lentlink=obj_13791 - -// 10397 -[obj_10397] -certlink=obj_10396 -certtemplate=obj_799 - -// 10398 -[obj_10398] -model=model_20255 -iop2=Wear -manhead=model_39623 -womanhead=model_38912 -manwear=model_20133 -manwear2=model_230 -womanwear=model_20185 -womanwear2=model_403 -2dxof=5 -2dyof=12 -2dzoom=659 -2dyan=1259 -2dxan=290 -members=yes -cost=2000 -stockmarket=yes -name=Sleeping cap -certlink=obj_10399 -lentlink=obj_13792 - -// 10399 -[obj_10399] -certlink=obj_10398 -certtemplate=obj_799 - -// 10400 -[obj_10400] -model=model_20235 -2dxof=-1 -2dyof=7 -2dzoom=1373 -2dxan=452 -iop2=Wear -manwear=model_20158 -manwear2=model_20122 -womanwear=model_20214 -womanwear2=model_20178 -members=yes -cost=2000 -stockmarket=yes -name=Black ele' shirt -certlink=obj_10401 - -// 10401 -[obj_10401] -certlink=obj_10400 -certtemplate=obj_799 - -// 10402 -[obj_10402] -model=model_20234 -2dyof=-1 -2dzoom=1827 -2dxan=444 -iop2=Wear -manwear=model_20140 -womanwear=model_20195 -members=yes -cost=2000 -stockmarket=yes -name=Black ele' legs -certlink=obj_10403 - -// 10403 -[obj_10403] -certlink=obj_10402 -certtemplate=obj_799 - -// 10404 -[obj_10404] -model=model_20235 -2dxof=-1 -2dyof=7 -2dzoom=1373 -2dxan=452 -iop2=Wear -manwear=model_20158 -manwear2=model_20122 -womanwear=model_20214 -womanwear2=model_20178 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=32470 -recol2s=17870 -recol2d=13576 -recol3s=12651 -recol3d=12486 -recol4s=9480 -recol4d=11430 -recol5s=7366 -recol5d=9316 -recol6s=2050 -recol6d=6145 -name=Red ele' shirt -certlink=obj_10405 - -// 10405 -[obj_10405] -certlink=obj_10404 -certtemplate=obj_799 - -// 10406 -[obj_10406] -model=model_20234 -2dyof=-1 -2dzoom=1827 -2dxan=444 -iop2=Wear -manwear=model_20140 -womanwear=model_20195 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=32470 -recol2s=17870 -recol2d=13576 -recol3s=12651 -recol3d=12486 -recol4s=9480 -recol4d=11430 -recol5s=7366 -recol5d=9316 -recol6s=2050 -recol6d=6145 -name=Red ele' legs -certlink=obj_10407 - -// 10407 -[obj_10407] -certlink=obj_10406 -certtemplate=obj_799 - -// 10408 -[obj_10408] -model=model_20235 -2dxof=-1 -2dyof=7 -2dzoom=1373 -2dxan=452 -iop2=Wear -manwear=model_20158 -manwear2=model_20122 -womanwear=model_20214 -womanwear2=model_20178 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=26427 -recol2s=17870 -recol2d=9516 -recol3s=12651 -recol3d=6348 -recol4s=9480 -recol4d=5291 -recol5s=7366 -recol5d=4201 -recol6s=2050 -recol6d=1030 -name=Blue ele' shirt -certlink=obj_10409 - -// 10409 -[obj_10409] -certlink=obj_10408 -certtemplate=obj_799 - -// 10410 -[obj_10410] -model=model_20234 -2dyof=-1 -2dzoom=1827 -2dxan=444 -iop2=Wear -manwear=model_20140 -womanwear=model_20195 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=26427 -recol2s=17870 -recol2d=9516 -recol3s=12651 -recol3d=6348 -recol4s=9480 -recol4d=5291 -recol5s=7366 -recol5d=4201 -recol6s=2050 -recol6d=1030 -name=Blue ele' legs -certlink=obj_10411 - -// 10411 -[obj_10411] -certlink=obj_10410 -certtemplate=obj_799 - -// 10412 -[obj_10412] -model=model_20235 -2dxof=-1 -2dyof=7 -2dzoom=1373 -2dxan=452 -iop2=Wear -manwear=model_20158 -manwear2=model_20122 -womanwear=model_20214 -womanwear2=model_20178 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=26489 -recol2s=17870 -recol2d=9609 -recol3s=12651 -recol3d=6534 -recol4s=9480 -recol4d=5477 -recol5s=7366 -recol5d=1316 -recol6s=2050 -recol6d=1217 -name=Green ele' shirt -certlink=obj_10413 - -// 10413 -[obj_10413] -certlink=obj_10412 -certtemplate=obj_799 - -// 10414 -[obj_10414] -model=model_20234 -2dyof=-1 -2dzoom=1827 -2dxan=444 -iop2=Wear -manwear=model_20140 -womanwear=model_20195 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=26489 -recol2s=17870 -recol2d=9609 -recol3s=12651 -recol3d=6534 -recol4s=9480 -recol4d=5477 -recol5s=7366 -recol5d=1316 -recol6s=2050 -recol6d=1217 -name=Green ele' legs -certlink=obj_10415 - -// 10415 -[obj_10415] -certlink=obj_10414 -certtemplate=obj_799 - -// 10416 -[obj_10416] -model=model_20235 -2dxof=-1 -2dyof=7 -2dzoom=1373 -2dxan=452 -iop2=Wear -manwear=model_20158 -manwear2=model_20122 -womanwear=model_20214 -womanwear2=model_20178 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=26206 -recol2s=17870 -recol2d=16850 -recol3s=12651 -recol3d=12656 -recol4s=9480 -recol4d=10543 -recol5s=7366 -recol5d=6249 -recol6s=2050 -recol6d=4102 -name=Purple ele' shirt -certlink=obj_10417 - -// 10417 -[obj_10417] -certlink=obj_10416 -certtemplate=obj_799 - -// 10418 -[obj_10418] -model=model_20234 -2dyof=-1 -2dzoom=1827 -2dxan=444 -iop2=Wear -manwear=model_20140 -womanwear=model_20195 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=26206 -recol2s=17870 -recol2d=16850 -recol3s=12651 -recol3d=12656 -recol4s=9480 -recol4d=10543 -recol5s=7366 -recol5d=6249 -recol6s=2050 -recol6d=4102 -name=Purple ele' legs -certlink=obj_10419 - -// 10419 -[obj_10419] -certlink=obj_10418 -certtemplate=obj_799 - -// 10420 -[obj_10420] -model=model_20237 -2dxof=-1 -2dyof=5 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20159 -manwear2=model_20123 -womanwear=model_20215 -womanwear2=model_20179 -members=yes -cost=2000 -stockmarket=yes -name=White ele' blouse -certlink=obj_10421 - -// 10421 -[obj_10421] -certlink=obj_10420 -certtemplate=obj_799 - -// 10422 -[obj_10422] -model=model_20236 -2dyof=-1 -2dzoom=1187 -2dxan=444 -iop2=Wear -manwear=model_20141 -womanwear=model_20196 -members=yes -cost=2000 -stockmarket=yes -name=White ele' skirt -certlink=obj_10423 - -// 10423 -[obj_10423] -certlink=obj_10422 -certtemplate=obj_799 - -// 10424 -[obj_10424] -model=model_20237 -2dxof=-1 -2dyof=5 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20159 -manwear2=model_20123 -womanwear=model_20215 -womanwear2=model_20179 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=13576 -recol2s=17870 -recol2d=12486 -recol3s=12651 -recol3d=6145 -recol4s=7366 -recol4d=11430 -recol5s=2050 -recol5d=6145 -name=Red ele' blouse -certlink=obj_10425 - -// 10425 -[obj_10425] -certlink=obj_10424 -certtemplate=obj_799 - -// 10426 -[obj_10426] -model=model_20236 -2dyof=-1 -2dzoom=1187 -2dxan=444 -iop2=Wear -manwear=model_20141 -womanwear=model_20196 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=13576 -recol2s=17870 -recol2d=12486 -recol3s=12651 -recol3d=6145 -recol4s=7366 -recol4d=11430 -recol5s=2050 -recol5d=6145 -name=Red ele' skirt -certlink=obj_10427 - -// 10427 -[obj_10427] -certlink=obj_10426 -certtemplate=obj_799 - -// 10428 -[obj_10428] -model=model_20237 -2dxof=-1 -2dyof=5 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20159 -manwear2=model_20123 -womanwear=model_20215 -womanwear2=model_20179 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=14808 -recol2s=17870 -recol2d=9516 -recol3s=12651 -recol3d=6348 -recol4s=7366 -recol4d=4201 -recol5s=2050 -recol5d=1030 -name=Blue ele' blouse -certlink=obj_10429 - -// 10429 -[obj_10429] -certlink=obj_10428 -certtemplate=obj_799 - -// 10430 -[obj_10430] -model=model_20236 -2dyof=-1 -2dzoom=1187 -2dxan=444 -iop2=Wear -manwear=model_20141 -womanwear=model_20196 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=26427 -recol2s=17870 -recol2d=9516 -recol3s=12651 -recol3d=6348 -recol4s=7366 -recol4d=4201 -recol5s=2050 -recol5d=1030 -name=Blue ele' skirt -certlink=obj_10431 - -// 10431 -[obj_10431] -certlink=obj_10430 -certtemplate=obj_799 - -// 10432 -[obj_10432] -model=model_20237 -2dxof=-1 -2dyof=5 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20159 -manwear2=model_20123 -womanwear=model_20215 -womanwear2=model_20179 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=14926 -recol2s=17870 -recol2d=9609 -recol3s=12651 -recol3d=1316 -recol4s=7366 -recol4d=6534 -recol5s=2050 -recol5d=1217 -name=Green ele' blouse -certlink=obj_10433 - -// 10433 -[obj_10433] -certlink=obj_10432 -certtemplate=obj_799 - -// 10434 -[obj_10434] -model=model_20236 -2dyof=-1 -2dzoom=1187 -2dxan=444 -iop2=Wear -manwear=model_20141 -womanwear=model_20196 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=26489 -recol2s=17870 -recol2d=9609 -recol3s=12651 -recol3d=1316 -recol4s=7366 -recol4d=6534 -recol5s=2050 -recol5d=1217 -name=Green ele' skirt -certlink=obj_10435 - -// 10435 -[obj_10435] -certlink=obj_10434 -certtemplate=obj_799 - -// 10436 -[obj_10436] -model=model_20237 -2dxof=-1 -2dyof=5 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20159 -manwear2=model_20123 -womanwear=model_20215 -womanwear2=model_20179 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=10543 -recol2s=17870 -recol2d=16850 -recol3s=12651 -recol3d=12656 -recol4s=7366 -recol4d=6249 -recol5s=2050 -recol5d=4102 -name=Purple ele' blouse -certlink=obj_10437 - -// 10437 -[obj_10437] -certlink=obj_10436 -certtemplate=obj_799 - -// 10438 -[obj_10438] -model=model_20236 -2dyof=-1 -2dzoom=1187 -2dxan=444 -iop2=Wear -manwear=model_20141 -womanwear=model_20196 -members=yes -cost=2000 -stockmarket=yes -recol1s=29431 -recol1d=10543 -recol2s=17870 -recol2d=16850 -recol3s=12651 -recol3d=12656 -recol4s=7366 -recol4d=6249 -recol5s=2050 -recol5d=4102 -name=Purple ele' skirt -certlink=obj_10439 - -// 10439 -[obj_10439] -certlink=obj_10438 -certtemplate=obj_799 - -// 10440 -[obj_10440] -model=model_20254 -2dxof=3 -2dyof=4 -2dzoom=2151 -2dxan=567 -iop2=Wield -manwear=model_20170 -womanwear=model_20170 -members=yes -cost=5000 -stockmarket=yes -name=Saradomin crozier -womanwearoff=3,-11,6 -certlink=obj_10441 - -// 10441 -[obj_10441] -certlink=obj_10440 -certtemplate=obj_799 - -// 10442 -[obj_10442] -model=model_20241 -2dyof=1 -2dzoom=2216 -2dxan=650 -iop2=Wield -manwear=model_20169 -womanwear=model_20169 -members=yes -cost=5000 -stockmarket=yes -name=Guthix crozier -womanwearoff=3,-11,6 -certlink=obj_10443 - -// 10443 -[obj_10443] -certlink=obj_10442 -certtemplate=obj_799 - -// 10444 -[obj_10444] -model=model_20270 -2dxof=-5 -2dyof=-1 -2dzoom=2086 -2dxan=567 -iop2=Wield -manwear=model_20171 -womanwear=model_20171 -members=yes -cost=5000 -stockmarket=yes -name=Zamorak crozier -womanwearoff=3,-11,6 -certlink=obj_10445 - -// 10445 -[obj_10445] -certlink=obj_10444 -certtemplate=obj_799 - -// 10446 -[obj_10446] -iop2=Wear -model=model_20252 -manwear=model_20164 -womanwear=model_20217 -2dxof=3 -2dyof=12 -2dzoom=1827 -2dyan=992 -2dxan=364 -members=yes -cost=2000 -stockmarket=yes -name=Saradomin cloak -certlink=obj_10447 - -// 10447 -[obj_10447] -certlink=obj_10446 -certtemplate=obj_799 - -// 10448 -[obj_10448] -iop2=Wear -model=model_20239 -manwear=model_20165 -womanwear=model_20216 -2dxof=3 -2dyof=12 -2dzoom=1827 -2dyan=992 -2dxan=364 -members=yes -cost=2000 -stockmarket=yes -name=Guthix cloak -certlink=obj_10449 - -// 10449 -[obj_10449] -certlink=obj_10448 -certtemplate=obj_799 - -// 10450 -[obj_10450] -iop2=Wear -model=model_20268 -manwear=model_20166 -womanwear=model_20218 -2dxof=3 -2dyof=12 -2dzoom=1827 -2dyan=992 -2dxan=364 -members=yes -cost=2000 -stockmarket=yes -name=Zamorak cloak -certlink=obj_10451 - -// 10451 -[obj_10451] -certlink=obj_10450 -certtemplate=obj_799 - -// 10452 -[obj_10452] -model=model_20246 -manwear=model_20132 -manwear2=model_230 -womanwear=model_20183 -womanwear2=model_403 -manhead=model_39799 -manhead2=model_39376 -womanhead=model_38791 -womanhead2=model_39170 -iop2=Wear -2dxof=-3 -2dzoom=659 -2dyan=225 -2dxan=184 -members=yes -cost=5000 -stockmarket=yes -recolhsl1s=913 -recolhsl1d=40738 -recolhsl2s=916 -recolhsl2d=40740 -recol3s=11296 -recol3d=2289 -recolhsl4s=911 -recolhsl4d=40734 -recolhsl5s=921 -recolhsl5d=40739 -name=Saradomin mitre -certlink=obj_10453 - -// 10453 -[obj_10453] -certlink=obj_10452 -certtemplate=obj_799 - -// 10454 -[obj_10454] -model=model_20246 -manwear=model_20132 -manwear2=model_230 -womanwear=model_20183 -womanwear2=model_403 -manhead=model_39799 -manhead2=model_39376 -womanhead=model_38791 -womanhead2=model_39170 -iop2=Wear -2dxof=-3 -2dzoom=659 -2dyan=225 -2dxan=184 -members=yes -cost=5000 -stockmarket=yes -recol1s=10240 -recol1d=320 -recol2s=6144 -recol2d=192 -recol3s=17672 -recol3d=9737 -name=Guthix mitre -certlink=obj_10455 - -// 10455 -[obj_10455] -certlink=obj_10454 -certtemplate=obj_799 - -// 10456 -[obj_10456] -model=model_20246 -manwear=model_20132 -manwear2=model_230 -womanwear=model_20183 -womanwear2=model_403 -manhead=model_39799 -manhead2=model_39376 -womanhead=model_38791 -womanhead2=model_39170 -iop2=Wear -2dxof=-3 -2dzoom=659 -2dyan=225 -2dxan=184 -members=yes -cost=5000 -stockmarket=yes -name=Zamorak mitre -certlink=obj_10457 - -// 10457 -[obj_10457] -certlink=obj_10456 -certtemplate=obj_799 - -// 10458 -[obj_10458] -model=model_20266 -2dzoom=1190 -2dxan=476 -iop2=Wear -manwear=model_20163 -manwear2=model_20127 -womanwear=model_20209 -womanwear2=model_20175 -members=yes -cost=7000 -stockmarket=yes -recol1s=10240 -recol1d=10 -recol2s=6144 -recol2d=6 -recol3s=17672 -recol3d=9520 -name=Saradomin robe top -certlink=obj_10459 - -// 10459 -[obj_10459] -certlink=obj_10458 -certtemplate=obj_799 - -// 10460 -[obj_10460] -model=model_20266 -2dzoom=1190 -2dxan=476 -iop2=Wear -manwear=model_20163 -manwear2=model_20127 -womanwear=model_20209 -womanwear2=model_20175 -members=yes -cost=7000 -stockmarket=yes -name=Zamorak robe top -certlink=obj_10461 - -// 10461 -[obj_10461] -certlink=obj_10460 -certtemplate=obj_799 - -// 10462 -[obj_10462] -model=model_20266 -2dzoom=1190 -2dxan=476 -iop2=Wear -manwear=model_20163 -manwear2=model_20127 -womanwear=model_20209 -womanwear2=model_20175 -members=yes -cost=7000 -stockmarket=yes -recol1s=10240 -recol1d=320 -recol2s=6144 -recol2d=192 -recol3s=17672 -recol3d=9737 -name=Guthix robe top -certlink=obj_10463 - -// 10463 -[obj_10463] -certlink=obj_10462 -certtemplate=obj_799 - -// 10464 -[obj_10464] -model=model_20265 -2dyof=-5 -2dzoom=1957 -2dxan=444 -iop2=Wear -manwear=model_20146 -womanwear=model_20193 -members=yes -cost=7000 -stockmarket=yes -recol1s=10240 -recol1d=10 -recol2s=6144 -recol2d=6 -recol3s=17672 -recol3d=9520 -name=Saradomin robe legs -certlink=obj_10465 - -// 10465 -[obj_10465] -certlink=obj_10464 -certtemplate=obj_799 - -// 10466 -[obj_10466] -model=model_20265 -2dyof=-5 -2dzoom=1957 -2dxan=444 -iop2=Wear -manwear=model_20146 -womanwear=model_20193 -members=yes -cost=7000 -stockmarket=yes -recol1s=10240 -recol1d=320 -recol2s=6144 -recol2d=192 -recol3s=17672 -recol3d=9737 -name=Guthix robe legs -certlink=obj_10467 - -// 10467 -[obj_10467] -certlink=obj_10466 -certtemplate=obj_799 - -// 10468 -[obj_10468] -model=model_20265 -2dyof=-5 -2dzoom=1957 -2dxan=444 -iop2=Wear -manwear=model_20146 -womanwear=model_20193 -members=yes -cost=7000 -stockmarket=yes -name=Zamorak robe legs -certlink=obj_10469 - -// 10469 -[obj_10469] -certlink=obj_10468 -certtemplate=obj_799 - -// 10470 -[obj_10470] -model=model_20253 -2dxof=9 -2dyof=-8 -2dzoom=1697 -2dyan=73 -2dzan=69 -2dxan=373 -iop2=Wear -manwear=model_20152 -womanwear=model_20201 -members=yes -cost=2500 -stockmarket=yes -name=Saradomin stole -certlink=obj_10471 - -// 10471 -[obj_10471] -certlink=obj_10470 -certtemplate=obj_799 - -// 10472 -[obj_10472] -model=model_20240 -2dxof=9 -2dyof=-8 -2dzoom=1697 -2dyan=73 -2dzan=69 -2dxan=373 -iop2=Wear -manwear=model_20150 -womanwear=model_20200 -members=yes -cost=2500 -stockmarket=yes -name=Guthix stole -certlink=obj_10473 - -// 10473 -[obj_10473] -certlink=obj_10472 -certtemplate=obj_799 - -// 10474 -[obj_10474] -model=model_20269 -2dxof=9 -2dyof=-8 -2dzoom=1697 -2dyan=73 -2dzan=69 -2dxan=373 -iop2=Wear -manwear=model_20153 -womanwear=model_20202 -members=yes -cost=2500 -stockmarket=yes -name=Zamorak stole -certlink=obj_10475 - -// 10475 -[obj_10475] -certlink=obj_10474 -certtemplate=obj_799 - -// 10476 -[obj_10476] -model=model_20256 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 -cost=15 -stackable=yes -members=yes -iop1=Eat -count1=obj_10477,2 -count2=obj_10478,3 -count3=obj_10479,4 -count4=obj_10480,5 -count5=obj_10481,10 -count6=obj_10482,25 -count7=obj_10483,100 -stockmarket=yes -name=Purple sweets - -// 10477 -[obj_10477] -model=model_20259 -stackable=yes -dummyitem=2 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 - -// 10478 -[obj_10478] -model=model_20261 -stackable=yes -dummyitem=2 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 - -// 10479 -[obj_10479] -model=model_20262 -stackable=yes -dummyitem=2 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 - -// 10480 -[obj_10480] -model=model_20263 -stackable=yes -dummyitem=2 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 - -// 10481 -[obj_10481] -model=model_20257 -stackable=yes -dummyitem=2 -2dxof=7 -2dyof=5 -2dzoom=1460 -2dyan=1268 -2dxan=484 - -// 10482 -[obj_10482] -model=model_20260 -stackable=yes -dummyitem=2 -2dxof=-4 -2dyof=16 -2dzoom=1716 -2dyan=941 -2dxan=360 - -// 10483 -[obj_10483] -model=model_20258 -stackable=yes -dummyitem=2 -2dxof=1 -2dyof=23 -2dzoom=1632 -2dyan=1314 -2dxan=346 - -// 10484 -[obj_10484] -model=model_19971 -manwear=model_20365 -womanwear=model_20365 -dummyitem=2 -womanwearoff=3,-11,6 - -// 10485 -[obj_10485] -model=model_20407 -members=yes -manwear=model_20407 -womanwear=model_20407 -name=Scroll - -// 10486 -[obj_10486] -model=model_20426 -members=yes -cost=1 -2dxof=-26 -2dyof=-32 -2dzoom=1178 -2dyan=1383 -2dzan=304 -name=Empty sack - -// 10487 -[obj_10487] -model=model_20427 -members=yes -cost=100 -2dxof=-9 -2dyof=24 -2dzoom=1308 -2dyan=1853 -2dzan=1895 -2dxan=2047 -iop5=Destroy -iop2=Wield -manwear=model_20427 -womanwear=model_20427 -name=Undead chicken -womanwearoff=3,-11,6 - -// 10488 -[obj_10488] -model=model_20451 -cost=10 -members=yes -2dyof=18 -2dzoom=1178 -2dyan=194 -2dxan=304 -manwear=model_20425 -womanwear=model_20425 -iop5=Destroy -name=Selected iron -womanwearoff=3,-11,6 - -// 10489 -[obj_10489] -model=model_20452 -cost=15 -members=yes -2dyof=18 -2dzoom=1178 -2dyan=224 -2dxan=286 -iop5=Destroy -name=Bar magnet - -// 10490 -[obj_10490] -model=model_20443 -cost=1 -members=yes -2dxof=3 -2dyof=-30 -2dzoom=2151 -2dyan=146 -2dzan=97 -2dxan=567 -iop5=Destroy -name=Undead twigs - -// 10491 -[obj_10491] -model=model_20444 -cost=20 -members=yes -2dxof=-15 -2dzoom=1060 -2dyan=1196 -2dxan=520 -iop2=Wield -manwear=model_20424 -womanwear=model_20424 -iop5=Destroy -name=Blessed axe -womanwearoff=3,-11,6 - -// 10492 -[obj_10492] -model=model_20449 -iop1=Translate -cost=1 -members=yes -2dxof=1 -2dyof=-1 -2dzoom=2411 -2dxan=429 -iop5=Destroy -name=Research notes - -// 10493 -[obj_10493] -model=model_20449 -cost=2 -members=yes -2dxof=1 -2dyof=-1 -2dzoom=2411 -2dxan=240 -iop5=Destroy -name=Translated notes - -// 10494 -[obj_10494] -model=model_20453 -cost=10 -members=yes -2dxof=1 -2dyof=4 -2dzoom=1124 -2dyan=2024 -2dxan=462 -iop5=Destroy -name=A pattern - -// 10495 -[obj_10495] -model=model_20445 -cost=10 -members=yes -2dxof=-4 -2dyof=8 -2dzoom=919 -2dyan=1231 -2dzan=1923 -2dxan=360 -iop5=Destroy -name=A container - -// 10496 -[obj_10496] -model=model_20446 -cost=1 -2dxof=-3 -2dyof=3 -2dzoom=530 -2dyan=1936 -2dxan=235 -name=Polished buttons - -// 10497 -[obj_10497] -model=model_2742 -cost=0 -name=Tinderbox - -// 10498 -[obj_10498] -model=model_20450 -members=yes -cost=769 -iop2=Wear -manwear=model_20422 -womanwear=model_20428 -2dxof=-4 -2dyof=-1 -2dzoom=976 -2dyan=1120 -2dzan=1923 -2dxan=567 -iop5=Destroy -name=Ava's attractor - -// 10499 -[obj_10499] -model=model_20454 -cost=1000 -members=yes -iop2=Wear -manwear=model_20423 -womanwear=model_20429 -2dxof=-4 -2dyof=-1 -2dzoom=976 -2dyan=1120 -2dzan=1923 -2dxan=567 -iop5=Destroy -name=Ava's accumulator - -// 10500 -[obj_10500] -model=model_20447 -2dzoom=480 -2dyan=97 -2dxan=207 -cost=20 -iop2=Wear -manwear=model_20460 -womanwear=model_20462 -ambient=40 -iop5=Destroy -members=yes -name=Crone-made amulet - -// 10501 -[obj_10501] -cost=0 -iop2=Wield -stackable=yes -count1=obj_10502,2 -count2=obj_10503,3 -count3=obj_10504,4 -count4=obj_10505,5 -model=model_20470 -2dyof=1 -2dzoom=848 -2dyan=111 -2dxan=120 -manwear=model_20504 -womanwear=model_20504 -name=Snowball -womanwearoff=3,-11,6 - -// 10502 -[obj_10502] -stackable=yes -dummyitem=2 -model=model_20471 -2dyof=1 -2dzoom=848 -2dyan=111 -2dxan=120 - -// 10503 -[obj_10503] -stackable=yes -dummyitem=2 -model=model_20472 -2dyof=1 -2dzoom=848 -2dyan=111 -2dxan=120 - -// 10504 -[obj_10504] -stackable=yes -dummyitem=2 -model=model_20473 -2dyof=1 -2dzoom=848 -2dyan=111 -2dxan=120 - -// 10505 -[obj_10505] -stackable=yes -dummyitem=2 -model=model_20474 -2dyof=1 -2dzoom=848 -2dyan=111 -2dxan=120 - -// 10506 -[obj_10506] -model=model_20476 -2dxof=-4 -2dyof=-80 -2dzoom=2384 -2dyan=1496 -2dxan=240 -name=Gublinch shards - -// 10507 -[obj_10507] -cost=1 -iop2=Wear -iop5=Destroy -model=model_20469 -manwear=model_20503 -womanwear=model_20505 -2dxof=-8 -manhead=model_39884 -womanhead=model_38999 -2dyof=8 -2dzoom=1488 -2dyan=210 -2dxan=96 -name=Reindeer hat - -// 10508 -[obj_10508] -iop1=Plant -iop5=Destroy -members=yes -model=model_20475 -2dyof=-7 -2dzoom=3280 -2dyan=1920 -2dxan=81 -name=Wintumber tree - -// 10509 -[obj_10509] -model=model_20504 -name=Snowball -certlink=obj_10510 - -// 10510 -[obj_10510] -certlink=obj_10509 -certtemplate=obj_799 - -// 10511 -[obj_10511] -model=model_2388 -2dxof=-1 -2dyof=-10 -2dzoom=530 -2dyan=64 -2dzan=1996 -2dxan=160 -members=yes -dummyitem=1 -recol1s=32631 -recol1d=29488 -name=Zanaris choir - -// 10512 -[obj_10512] -members=yes -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -iop3=Write-Role -iop4=Clear -iop5=Destroy -recol1s=32759 -recol1d=24242 -name=Scroll - -// 10513 -[obj_10513] -model=model_20589 -2dxof=14 -2dyan=235 -2dxan=470 -members=yes -iop1=Drop -iop5=Destroy -name=Crackers - -// 10514 -[obj_10514] -model=model_20590 -2dzoom=1438 -2dyan=221 -2dxan=235 -members=yes -iop1=Drop -iop5=Destroy -name=Tofu - -// 10515 -[obj_10515] -model=model_20591 -2dxof=-4 -2dzoom=1762 -2dxan=456 -members=yes -iop1=Drop -iop5=Destroy -name=Worms - -// 10516 -[obj_10516] -model=model_20573 -ambient=10 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-red -iop2=Tell-green -iop3=Tell-blue -iop4=Medic -members=yes -name=Attacker horn - -// 10517 -[obj_10517] -model=model_20573 -ambient=10 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-red -iop2=Tell-green -iop3=Tell-blue -iop4=Medic -members=yes -name=Attacker horn - -// 10518 -[obj_10518] -model=model_20573 -ambient=10 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-red -iop2=Tell-green -iop3=Tell-blue -iop4=Medic -members=yes -name=Attacker horn - -// 10519 -[obj_10519] -model=model_20573 -ambient=10 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-red -iop2=Tell-green -iop3=Tell-blue -iop4=Medic -members=yes -name=Attacker horn - -// 10520 -[obj_10520] -model=model_20573 -ambient=10 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-red -iop2=Tell-green -iop3=Tell-blue -iop4=Medic -members=yes -name=Attacker horn - -// 10521 -[obj_10521] -model=model_20584 -2dzoom=1762 -2dxan=124 -iop1=Look-in -iop2=Empty -members=yes -name=Collection bag - -// 10522 -[obj_10522] -model=model_20585 -2dyof=5 -2dzoom=1892 -2dyan=28 -2dxan=249 -iop1=Look-in -iop2=Empty -members=yes -name=Collection bag - -// 10523 -[obj_10523] -model=model_20586 -2dzoom=2216 -2dyan=1826 -2dxan=221 -iop1=Look-in -iop2=Empty -members=yes -name=Collection bag - -// 10524 -[obj_10524] -model=model_20587 -2dyof=12 -2dzoom=2216 -2dyan=318 -2dxan=456 -iop1=Look-in -iop2=Empty -members=yes -name=Collection bag - -// 10525 -[obj_10525] -model=model_20588 -2dyof=-23 -2dzoom=2800 -2dyan=194 -2dxan=180 -iop1=Look-in -iop2=Empty -members=yes -name=Collection bag - -// 10526 -[obj_10526] -model=model_20573 -ambient=10 -2dxof=-1 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-tofu -iop2=Tell-crackers -iop3=Tell-worms -iop4=Medic -members=yes -recol1s=19488 -recol1d=4678 -name=Healer horn - -// 10527 -[obj_10527] -model=model_20573 -ambient=10 -2dxof=-1 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-tofu -iop2=Tell-crackers -iop3=Tell-worms -iop4=Medic -members=yes -recol1s=19488 -recol1d=4678 -name=Healer horn - -// 10528 -[obj_10528] -model=model_20573 -ambient=10 -2dxof=-1 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-tofu -iop2=Tell-crackers -iop3=Tell-worms -iop4=Medic -members=yes -recol1s=19488 -recol1d=4678 -name=Healer horn - -// 10529 -[obj_10529] -model=model_20573 -ambient=10 -2dxof=-1 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-tofu -iop2=Tell-crackers -iop3=Tell-worms -iop4=Medic -members=yes -recol1s=19488 -recol1d=4678 -name=Healer horn - -// 10530 -[obj_10530] -model=model_20573 -ambient=10 -2dxof=-1 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-tofu -iop2=Tell-crackers -iop3=Tell-worms -iop4=Medic -members=yes -recol1s=19488 -recol1d=4678 -name=Healer horn - -// 10531 -[obj_10531] -model=model_20732 -2dxof=1 -2dzoom=984 -2dyan=68 -2dxan=144 -members=yes -iop5=Destroy -recol1s=28336 -recol1d=192 -name=Green egg - -// 10532 -[obj_10532] -model=model_20732 -2dxof=1 -2dzoom=984 -2dyan=68 -2dxan=144 -members=yes -iop5=Destroy -recol1s=28336 -recol1d=12320 -name=Red egg - -// 10533 -[obj_10533] -model=model_20732 -2dxof=1 -2dzoom=984 -2dyan=68 -2dxan=144 -members=yes -iop5=Destroy -recol1s=28336 -recol1d=4230 -name=Blue egg - -// 10534 -[obj_10534] -model=model_20732 -2dxof=1 -2dzoom=984 -2dyan=68 -2dxan=144 -members=yes -recol1s=28336 -recol1d=29570 -name=Yellow egg - -// 10535 -[obj_10535] -model=model_20574 -2dxof=-5 -2dyof=3 -2dzoom=919 -2dyan=1697 -2dxan=78 -members=yes -recol1s=28336 -recol1d=29570 -name=Poisoned egg - -// 10536 -[obj_10536] -model=model_20575 -2dxof=-4 -2dzoom=919 -2dyan=1787 -2dxan=111 -members=yes -recol1s=28336 -recol1d=29570 -name=Spiked/pois. egg - -// 10537 -[obj_10537] -model=model_20572 -2dxof=-1 -2dzoom=984 -2dyan=1850 -2dxan=3 -members=yes -recol1s=28336 -recol1d=29570 -name=Omega egg - -// 10538 -[obj_10538] -model=model_20573 -ambient=10 -2dxof=-1 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-tofu -iop2=Tell-worms -iop3=Tell-meat -iop4=Medic -members=yes -recol1s=19488 -recol1d=4308 -name=Defender horn - -// 10539 -[obj_10539] -model=model_20590 -2dzoom=1438 -2dyan=221 -2dxan=235 -members=yes -iop5=Destroy -recol1s=32635 -recol1d=11531 -name=Poisoned tofu - -// 10540 -[obj_10540] -model=model_20591 -2dxof=-4 -2dzoom=1762 -2dxan=456 -members=yes -iop5=Destroy -recol1s=20909 -recol1d=9540 -recol2s=19852 -recol2d=8547 -name=Poisoned worms - -// 10541 -[obj_10541] -model=model_20592 -2dxof=1 -2dzoom=1373 -2dyan=138 -2dxan=332 -members=yes -iop5=Destroy -recol1s=14633 -recol1d=10666 -recol2s=9412 -recol2d=4388 -name=Poisoned meat - -// 10542 -[obj_10542] -model=model_20617 -2dyof=-4 -2dzoom=1438 -2dyan=221 -2dxan=166 -iop5=Destroy -members=yes -name=Healing vial(4) - -// 10543 -[obj_10543] -model=model_20615 -2dyof=-4 -2dzoom=1438 -2dyan=221 -2dxan=166 -iop5=Destroy -members=yes -name=Healing vial(3) - -// 10544 -[obj_10544] -model=model_20618 -2dyof=-4 -2dzoom=1438 -2dyan=221 -2dxan=166 -manwear=model_19263 -womanwear=model_19263 -iop5=Destroy -members=yes -name=Healing vial(2) -womanwearoff=0,6,0 - -// 10545 -[obj_10545] -model=model_20614 -2dyof=-4 -2dzoom=1438 -2dyan=221 -2dxan=166 -iop5=Destroy -members=yes -name=Healing vial(1) - -// 10546 -[obj_10546] -model=model_20616 -2dyof=-4 -2dzoom=1438 -2dyan=221 -2dxan=166 -iop5=Destroy -members=yes -name=Healing vial - -// 10547 -[obj_10547] -model=model_20599 -manwear=model_19247 -womanwear=model_20507 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39402 -womanhead=model_38815 -manhead2=model_39991 -womanhead2=model_39101 -iop2=Wear -cost=5000 -2dxof=7 -2dyof=-14 -2dzoom=1114 -2dyan=194 -members=yes -iop5=Destroy -name=Healer hat - -// 10548 -[obj_10548] -model=model_20598 -manwear=model_19246 -womanwear=model_20506 -manhead=model_39368 -womanhead=model_38763 -iop2=Wear -cost=5000 -2dxof=1 -2dyof=-26 -2dzoom=724 -2dxan=69 -members=yes -iop5=Destroy -name=Fighter hat - -// 10549 -[obj_10549] -model=model_20601 -manwear=model_19249 -womanwear=model_20509 -manhead=model_39545 -womanhead=model_38743 -manhead2=model_39991 -womanhead2=model_39101 -iop2=Wear -cost=5000 -2dxof=-3 -2dzoom=1438 -2dyan=2047 -2dxan=83 -members=yes -iop5=Destroy -name=Runner hat - -// 10550 -[obj_10550] -model=model_20600 -manwear=model_19248 -womanwear=model_20508 -manhead=model_39562 -womanhead=model_38779 -iop2=Wear -cost=5000 -2dxof=7 -2dzoom=1114 -2dxan=14 -members=yes -iop5=Destroy -name=Ranger hat - -// 10551 -[obj_10551] -model=model_20603 -manwear=model_19258 -manwear2=model_40731 -womanwear=model_20516 -womanwear2=model_337 -iop2=Wear -cost=20000 -2dyof=7 -2dzoom=1178 -2dyan=1840 -2dxan=498 -members=yes -iop5=Destroy -name=Fighter torso - -// 10552 -[obj_10552] -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -cost=5000 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -members=yes -iop5=Destroy -recol1s=7298 -recol1d=13771 -name=Runner boots - -// 10553 -[obj_10553] -cost=200 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -members=yes -iop5=Destroy -recol1s=9473 -recol1d=24096 -recol2s=10468 -recol2d=24096 -name=Penance gloves - -// 10554 -[obj_10554] -cost=200 -model=model_2649 -iop2=Wear -manwear=model_179 -womanwear=model_356 -2dxof=8 -2dyof=-8 -2dzoom=930 -2dyan=828 -2dxan=420 -members=yes -iop5=Destroy -recol1s=9473 -recol1d=24096 -recol2s=10468 -recol2d=24096 -name=Penance gloves - -// 10555 -[obj_10555] -model=model_20602 -iop2=Wear -manwear=model_19252 -womanwear=model_20510 -cost=8000 -2dyof=1 -2dyan=1798 -2dxan=456 -members=yes -iop5=Destroy -name=Penance skirt - -// 10556 -[obj_10556] -model=model_20578 -manwear=model_19260 -womanwear=model_20517 -iop2=Wear -2dxof=35 -2dyof=30 -2dzoom=919 -2dyan=1024 -2dxan=567 -members=yes -recol1s=1602 -recol1d=25664 -name=Picture - -// 10557 -[obj_10557] -model=model_20578 -manwear=model_19259 -womanwear=model_20518 -iop2=Wear -2dxof=34 -2dyof=-28 -2dzoom=1114 -2dxan=553 -members=yes -recol1s=1602 -recol1d=32736 -name=Picture - -// 10558 -[obj_10558] -model=model_20578 -manwear=model_19261 -womanwear=model_20519 -iop2=Wear -2dxof=35 -2dyof=-30 -2dzoom=1049 -2dyan=1010 -2dxan=526 -members=yes -recol1s=1602 -recol1d=1112 -name=Picture - -// 10559 -[obj_10559] -model=model_20578 -manwear=model_19262 -womanwear=model_20520 -iop2=Wear -2dxof=-32 -2dyof=-32 -2dzoom=1049 -2dyan=1024 -2dxan=512 -members=yes -recol1s=1602 -recol1d=1794 -name=Picture - -// 10560 -[obj_10560] -model=model_20573 -ambient=10 -2dxof=-1 -2dyof=-11 -2dzoom=1114 -2dzan=1148 -2dxan=567 -iop1=Tell-style1 -iop2=Tell-style2 -iop3=Tell-style3 -iop4=Tell-style4 -iop5=Medic -members=yes -recol1s=19488 -recol1d=32736 -name=Collector horn - -// 10561 -[obj_10561] -model=model_20577 -2dzoom=2128 -2dyan=159 -2dxan=408 -members=yes -name=Spikes - -// 10562 -[obj_10562] -model=model_20576 -members=yes -iop1=Read -iop5=Destroy -2dyof=5 -2dzoom=1744 -2dyan=192 -2dxan=249 -name=Queen help book - -// 10563 -[obj_10563] -model=model_20732 -2dxof=1 -2dzoom=984 -2dyan=68 -2dxan=144 -members=yes -recol1s=28336 -recol1d=1057 -name=No eggs - -// 10564 -[obj_10564] -model=model_20739 -iop2=Wear -manwear=model_20736 -manwear2=model_20735 -womanwear=model_20738 -womanwear2=model_20737 -members=yes -2dzoom=1280 -2dyan=2016 -2dxan=336 -cost=80000 -stockmarket=yes -name=Granite body -certlink=obj_10565 -lentlink=obj_13785 - -// 10565 -[obj_10565] -certlink=obj_10564 -certtemplate=obj_799 - -// 10566 -[obj_10566] -members=yes -iop2=Wear -cost=60000 -model=model_9631 -2dxof=-4 -2dzoom=2086 -2dyan=2031 -2dxan=567 -manwear=model_20740 -womanwear=model_20741 -name=Fire cape - -// 10567 -[obj_10567] -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Picture -certlink=obj_10568 - -// 10568 -[obj_10568] -certlink=obj_10567 -certtemplate=obj_799 - -// 10569 -[obj_10569] -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Picture -certlink=obj_10570 - -// 10570 -[obj_10570] -certlink=obj_10569 -certtemplate=obj_799 - -// 10571 -[obj_10571] -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Picture -certlink=obj_10572 - -// 10572 -[obj_10572] -certlink=obj_10571 -certtemplate=obj_799 - -// 10573 -[obj_10573] -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Picture -certlink=obj_10574 - -// 10574 -[obj_10574] -certlink=obj_10573 -certtemplate=obj_799 - -// 10575 -[obj_10575] -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Picture -certlink=obj_10576 - -// 10576 -[obj_10576] -certlink=obj_10575 -certtemplate=obj_799 - -// 10577 -[obj_10577] -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Picture -certlink=obj_10578 - -// 10578 -[obj_10578] -certlink=obj_10577 -certtemplate=obj_799 - -// 10579 -[obj_10579] -model=model_2796 -2dxof=1 -2dyof=16 -2dzoom=620 -2dyan=68 -2dxan=424 -iop2=Wear -manwear=model_290 -womanwear=model_454 -recol1s=32767 -recol1d=1110 -recol2s=13537 -recol2d=32767 -recol3s=8321 -recol3d=32767 -name=Picture -certlink=obj_10580 - -// 10580 -[obj_10580] -certlink=obj_10579 -certtemplate=obj_799 - -// 10581 -[obj_10581] -members=yes -cost=10000 -model=model_20766 -2dxof=9 -2dyof=9 -2dzoom=550 -2dyan=363 -2dxan=390 -iop2=Wield -iop5=Destroy -manwear=model_20758 -womanwear=model_20758 -name=Keris -womanwearoff=3,-11,6 - -// 10582 -[obj_10582] -members=yes -cost=10000 -model=model_20764 -2dxof=9 -2dyof=9 -2dzoom=550 -2dyan=363 -2dxan=390 -iop2=Wield -iop5=Destroy -manwear=model_20759 -womanwear=model_20759 -name=Keris(p) -womanwearoff=3,-11,6 - -// 10583 -[obj_10583] -members=yes -cost=10000 -model=model_20764 -2dxof=9 -2dyof=9 -2dzoom=550 -2dyan=363 -2dxan=390 -iop2=Wield -iop5=Destroy -manwear=model_20759 -womanwear=model_20759 -name=Keris(p+) -womanwearoff=3,-11,6 - -// 10584 -[obj_10584] -members=yes -cost=10000 -model=model_20764 -2dxof=9 -2dyof=9 -2dzoom=550 -2dyan=363 -2dxan=390 -iop2=Wield -iop5=Destroy -manwear=model_20759 -womanwear=model_20759 -name=Keris(p++) -womanwearoff=3,-11,6 - -// 10585 -[obj_10585] -model=model_20765 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop1=Read -iop5=Destroy -members=yes -name=Parchment - -// 10586 -[obj_10586] -model=model_20832 -2dxof=5 -2dyof=-2 -2dzoom=712 -2dyan=1841 -2dxan=70 -iop1=Rub -iop5=Destroy -members=yes -name=Combat lamp - -// 10587 -[obj_10587] -model=model_21209 -2dxof=3 -2dyof=5 -2dzoom=1104 -2dyan=1859 -2dxan=282 -iop2=Read -iop5=Destroy -members=yes -cost=50 -name=Tarn's diary - -// 10588 -[obj_10588] -model=model_4934 -2dxof=2 -2dyof=-18 -2dzoom=440 -2dyan=72 -2dxan=172 -iop2=Wear -manwear=model_20858 -womanwear=model_20864 -members=yes -cost=300 -recol1s=13537 -recol1d=32767 -recol2s=15376 -recol2d=27058 -name=Salve amulet(e) - -// 10589 -[obj_10589] -model=model_21507 -iop2=Wear -manwear=model_21505 -manwear2=model_215 -womanwear=model_21506 -womanwear2=model_391 -manhead=model_39475 -manhead2=model_39826 -womanhead=model_38812 -womanhead2=model_39101 -members=yes -2dyof=4 -2dzoom=480 -2dyan=1944 -2dxan=120 -cost=46000 -stockmarket=yes -name=Granite helm -certlink=obj_10590 -lentlink=obj_13784 - -// 10590 -[obj_10590] -certlink=obj_10589 -certtemplate=obj_799 - -// 10591 -[obj_10591] -dummyitem=1 -model=model_21382 -2dxof=18 -2dyof=-20 -2dzoom=3920 -2dyan=1781 -2dxan=105 -name=Terror dog - -// 10592 -[obj_10592] -model=model_21558 -members=yes -2dxof=-7 -2dyof=-8 -2dzoom=1178 -2dyan=1862 -2dxan=165 -iop1=Play -name=Penguin bongos - -// 10593 -[obj_10593] -model=model_21560 -members=yes -2dyof=-9 -2dzoom=1049 -2dyan=1856 -2dxan=195 -iop1=Play -name=Cowbells - -// 10594 -[obj_10594] -model=model_21559 -members=yes -2dyof=-59 -2dzoom=789 -2dyan=1991 -2dxan=252 -iop1=Read -name=Clockwork book - -// 10595 -[obj_10595] -model=model_21557 -members=yes -2dxof=4 -2dyof=3 -2dzoom=1632 -2dyan=126 -2dxan=516 -iop1=Wind -iop5=Destroy -name=Clockwork suit - -// 10596 -[obj_10596] -model=model_21557 -members=yes -2dxof=4 -2dyof=3 -2dzoom=1632 -2dyan=126 -2dxan=516 -iop4=Release -iop5=Destroy -name=Clockwork suit - -// 10597 -[obj_10597] -model=model_21561 -members=yes -2dzoom=720 -2dyan=2018 -2dxan=315 -iop1=Read -name=Mission report - -// 10598 -[obj_10598] -model=model_21561 -members=yes -2dzoom=720 -2dyan=2018 -2dxan=315 -iop1=Read -recol1s=16809 -recol1d=20150 -recol2s=14695 -recol2d=18036 -recol3s=13638 -recol3d=15922 -name=Mission report - -// 10599 -[obj_10599] -model=model_21561 -members=yes -2dzoom=720 -2dyan=2018 -2dxan=315 -iop1=Read -recol1s=16809 -recol1d=25328 -recol2s=14695 -recol2d=23214 -recol3s=13638 -recol3d=13736 -name=Mission report - -// 10600 -[obj_10600] -model=model_21562 -members=yes -2dxof=1 -2dyof=4 -2dzoom=659 -2dyan=2047 -2dxan=576 -name=Kgp id card - -// 10601 -[obj_10601] -dummyitem=1 -cost=15000 -model=model_5040 -iop2=Wear -manwear=model_5027 -womanwear=model_5033 -manhead=model_39497 -womanhead=model_38737 -members=yes -2dyof=-18 -2dzoom=980 -2dyan=220 -2dxan=208 -name=Mystic hat - -// 10602 -[obj_10602] -dummyitem=1 -cost=15000 -model=model_5040 -iop2=Wear -manwear=model_5027 -womanwear=model_5033 -manhead=model_39497 -womanhead=model_4951 -members=yes -2dyof=-18 -2dzoom=980 -2dyan=220 -2dxan=208 -recol1s=22266 -recol1d=14368 -recol2s=12894 -recol2d=6276 -recol3s=9654 -recol3d=0 -recol4s=26460 -recol4d=14368 -recol5s=32635 -recol5d=14368 -name=Mystic hat - -// 10603 -[obj_10603] -dummyitem=1 -cost=15000 -model=model_5040 -iop2=Wear -manwear=model_5027 -womanwear=model_5033 -manhead=model_39497 -womanhead=model_38737 -members=yes -2dyof=-18 -2dzoom=980 -2dyan=220 -2dxan=208 -recol1s=22266 -recol1d=32517 -recol2s=12894 -recol2d=28407 -recol3s=9654 -recol3d=32767 -recol4s=26460 -recol4d=32517 -recol5s=32635 -recol5d=32517 -name=Mystic hat - -// 10604 -[obj_10604] -dummyitem=1 -cost=10000 -model=model_8737 -iop2=Wear -manwear=model_215 -manwear2=model_8729 -womanwear=model_391 -womanwear2=model_8734 -manhead=model_39702 -womanhead=model_38968 -members=yes -2dyof=-46 -2dzoom=800 -2dyan=1004 -2dxan=228 -ambient=30 -contrast=30 -name=Skeletal helm - -// 10605 -[obj_10605] -dummyitem=1 -model=model_10586 -manwear=model_10687 -manwear2=model_10681 -womanwear=model_10694 -womanwear2=model_10688 -iop2=Wear -2dxof=-1 -2dzoom=1380 -2dyan=2044 -2dxan=468 -members=yes -cost=140000 -name=Infinity top - -// 10606 -[obj_10606] -dummyitem=1 -cost=10000 -model=model_4129 -iop2=Wear -manwear=model_4115 -womanwear=model_4121 -manhead=model_39412 -womanhead=model_38754 -members=yes -2dxof=-2 -2dyof=-59 -2dzoom=1040 -2dyan=200 -2dxan=272 -name=Splitbark helm - -// 10607 -[obj_10607] -dummyitem=1 -model=model_8366 -manwear=model_8380 -womanwear=model_8386 -iop2=Wear -cost=300 -2dxof=3 -2dzoom=880 -2dyan=120 -2dxan=96 -members=yes -name=Ghostly boots - -// 10608 -[obj_10608] -dummyitem=1 -cost=1000 -model=model_16723 -iop2=Wear -manwear=model_16478 -womanwear=model_12140 -manhead=model_39540 -womanhead=model_39092 -members=yes -2dyof=-5 -2dzoom=854 -2dyan=126 -2dxan=101 -name=Moonclan hat - -// 10609 -[obj_10609] -dummyitem=1 -cost=100 -model=model_16717 -iop2=Wear -manwear=model_16480 -womanwear=model_16455 -manhead=model_39893 -womanhead=model_39893 -members=yes -2dyof=-5 -2dzoom=854 -2dyan=126 -2dxan=101 -iop5=Destroy -recol1s=16774 -recol1d=3206 -recol2s=8523 -recol2d=3202 -recol3s=2312 -recol3d=5285 -recol4s=9348 -recol4d=6244 -name=Lunar helm - -// 10610 -[obj_10610] -dummyitem=1 -cost=2000 -model=model_2605 -members=yes -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -recol1s=16846 -recol1d=20512 -recol2s=11561 -recol2d=1107 -name=Decorative armour - -// 10611 -[obj_10611] -dummyitem=1 -model=model_15282 -cost=48000 -2dyof=3 -2dzoom=919 -2dxan=459 -iop2=Wear -manwear=model_14567 -manwear2=model_173 -womanwear=model_15290 -womanwear2=model_14570 -members=yes -recol1s=15856 -recol1d=25098 -name=Void knight top - -// 10612 -[obj_10612] -dummyitem=1 -model=model_7550 -iop2=Wear -members=yes -manwear=model_7608 -womanwear=model_7615 -manhead=model_39587 -womanhead=model_39159 -2dzoom=730 -2dyan=232 -2dxan=348 -cost=375 -name=Rogue mask - -// 10613 -[obj_10613] -dummyitem=1 -cost=35200 -model=model_8758 -iop2=Wear -manwear=model_230 -manwear2=model_8747 -womanwear=model_403 -womanwear2=model_8753 -manhead=model_39939 -womanhead=model_39162 -members=yes -2dzoom=620 -2dxan=60 -name=Rock-shell helm - -// 10614 -[obj_10614] -dummyitem=1 -cost=60000 -model=model_8701 -2dxof=3 -2dyof=-4 -2dzoom=810 -2dyan=156 -2dxan=44 -iop2=Wear -manwear=model_215 -manwear2=model_8728 -womanwear=model_391 -womanwear2=model_8752 -manhead=model_39732 -womanhead=model_39020 -members=yes -name=Spined helm - -// 10615 -[obj_10615] -dummyitem=1 -cost=500 -model=model_8880 -iop2=Wear -manwear=model_8923 -womanwear=model_8938 -manhead=model_39879 -womanhead=model_39098 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -recol1s=22023 -recol1d=9602 -recol2s=22397 -recol2d=20354 -recol3s=22397 -recol3d=10818 -recol4s=32635 -recol4d=32635 -recol5s=2215 -recol5d=9506 -name=Tribal mask - -// 10616 -[obj_10616] -dummyitem=1 -cost=500 -model=model_8880 -iop2=Wear -manwear=model_8923 -womanwear=model_8938 -manhead=model_39879 -womanhead=model_39098 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -recol1s=22023 -recol1d=21027 -recol2s=22397 -recol2d=30179 -recol3s=22397 -recol3d=29346 -recol4s=32635 -recol4d=30179 -recol5s=9816 -recol5d=21926 -recol6s=2215 -recol6d=2215 -name=Tribal mask - -// 10617 -[obj_10617] -dummyitem=1 -cost=500 -model=model_8880 -iop2=Wear -manwear=model_8923 -womanwear=model_8938 -manhead=model_39879 -womanhead=model_39098 -2dxof=-2 -2dzoom=1370 -2dyan=264 -2dxan=364 -members=yes -name=Tribal mask - -// 10618 -[obj_10618] -dummyitem=1 -members=yes -cost=3840 -model=model_2605 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_306 -manwear2=model_164 -womanwear=model_468 -womanwear2=model_344 -recol1s=6342 -recol1d=16846 -recol2s=16846 -recol2d=28341 -recol3s=11561 -recol3d=22131 -name=White platebody - -// 10619 -[obj_10619] -dummyitem=1 -cost=10000 -model=model_2378 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -members=yes -recol1s=6342 -recol1d=32453 -recol2s=16846 -recol2d=28341 -recol3s=11561 -recol3d=22131 -name=Initiate hauberk - -// 10620 -[obj_10620] -dummyitem=1 -cost=12000 -model=model_2378 -2dxof=-1 -2dzoom=1250 -2dxan=488 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -members=yes -recol1s=6342 -recol1d=26048 -recol2s=16846 -recol2d=28341 -recol3s=11561 -recol3d=22131 -name=Proselyte hauberk - -// 10621 -[obj_10621] -dummyitem=1 -members=yes -cost=150 -model=model_8361 -2dyof=3 -2dzoom=1360 -2dyan=92 -2dzan=1932 -2dxan=416 -iop2=Wear -manwear=model_295 -manwear2=model_6847 -womanwear=model_459 -womanwear2=model_6851 -name=Mourner top - -// 10622 -[obj_10622] -dummyitem=1 -model=model_19454 -iop2=Wear -manwear=model_19830 -manwear2=model_19809 -womanwear=model_19870 -womanwear2=model_19855 -2dzoom=1232 -2dyan=2039 -2dxan=639 -members=yes -cost=200 -name=Kyatt top - -// 10623 -[obj_10623] -dummyitem=1 -model=model_19457 -iop2=Wear -manwear=model_19831 -manwear2=model_19810 -womanwear=model_19871 -womanwear2=model_19856 -2dyof=5 -2dzoom=1308 -2dyan=3 -2dxan=609 -members=yes -cost=100 -name=Larupia top - -// 10624 -[obj_10624] -dummyitem=1 -model=model_19451 -iop2=Wear -manwear=model_19829 -manwear2=model_19808 -womanwear=model_19869 -womanwear2=model_19854 -2dxof=-1 -2dyof=8 -2dzoom=1360 -2dyan=2039 -2dxan=471 -members=yes -cost=150 -name=Graahk top - -// 10625 -[obj_10625] -dummyitem=1 -model=model_19408 -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_170 -manwear2=model_292 -manwear3=model_19984 -womanwear=model_348 -womanwear2=model_471 -womanwear3=model_19985 -iop2=Wear -members=yes -cost=20 -recol1s=14724 -recol1d=10468 -name=Wood camo top - -// 10626 -[obj_10626] -dummyitem=1 -model=model_19408 -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_170 -manwear2=model_292 -manwear3=model_19984 -womanwear=model_348 -womanwear2=model_471 -womanwear3=model_19985 -iop2=Wear -members=yes -cost=20 -recol1s=14724 -recol1d=8420 -recol2s=13639 -recol2d=14756 -recol3s=10468 -recol3d=8420 -name=Jungle camo top - -// 10627 -[obj_10627] -dummyitem=1 -model=model_19408 -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_170 -manwear2=model_292 -manwear3=model_19984 -womanwear=model_348 -womanwear2=model_471 -womanwear3=model_19985 -iop2=Wear -members=yes -cost=20 -recol1s=14724 -recol1d=26248 -recol2s=10468 -recol2d=26248 -recol3s=12582 -recol3d=22055 -recol4s=13639 -recol4d=22055 -name=Desert camo top - -// 10628 -[obj_10628] -dummyitem=1 -model=model_19408 -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_170 -manwear2=model_292 -manwear3=model_19984 -womanwear=model_348 -womanwear2=model_471 -womanwear3=model_19985 -iop2=Wear -members=yes -cost=20 -recol1s=14724 -recol1d=32767 -recol2s=10468 -recol2d=32767 -recol3s=12582 -recol3d=25403 -recol4s=13639 -recol4d=25403 -name=Polar camo top - -// 10629 -[obj_10629] -dummyitem=1 -model=model_3681 -2dyof=-2 -2dzoom=480 -2dzan=2024 -2dxan=436 -iop2=Wear -manwear=model_3598 -womanwear=model_3674 -manhead=model_3548 -womanhead=model_3548 -name=Mime mask - -// 10630 -[obj_10630] -dummyitem=1 -model=model_8812 -womanwear=model_8786 -womanwear2=model_8846 -manwear=model_7611 -manwear2=model_162 -iop2=Wear -2dyof=9 -2dzoom=1140 -2dxan=400 -cost=0 -recol1s=14724 -recol1d=32767 -name=Princess blouse - -// 10631 -[obj_10631] -dummyitem=1 -model=model_13934 -2dzoom=1360 -2dyan=93 -2dxan=498 -iop2=Wear -womanwear=model_13348 -manwear=model_13926 -name=Zombie shirt - -// 10632 -[obj_10632] -dummyitem=1 -model=model_9768 -2dyof=3 -2dzoom=1360 -2dyan=92 -2dzan=1932 -2dxan=416 -iop2=Wear -manwear=model_9762 -manwear2=model_151 -womanwear=model_9765 -womanwear2=model_332 -recol1s=14724 -recol1d=7426 -name=Camo top - -// 10633 -[obj_10633] -dummyitem=1 -model=model_8810 -iop2=Wear -manwear=model_8780 -manwear2=model_170 -womanwear=model_8848 -womanwear2=model_348 -2dxof=7 -2dyof=21 -2dzoom=1420 -2dyan=132 -2dxan=348 -recol1s=14724 -recol1d=32755 -name=Lederhosen top - -// 10634 -[obj_10634] -dummyitem=1 -model=model_2786 -2dyof=7 -2dzoom=1370 -2dxan=536 -cost=40 -iop2=Wear -manwear=model_170 -womanwear=model_348 -manwear2=model_292 -womanwear2=model_456 -recol1s=14724 -recol1d=0 -name=Shade robe - -// 10635 -[obj_10635] -dummyitem=1 -cost=450 -members=yes -model=model_3196 -2dzoom=1370 -2dyan=804 -2dxan=204 -iop2=Wear -manwear=model_3189 -womanwear=model_3194 -name=Cape of legends - -// 10636 -[obj_10636] -dummyitem=1 -members=yes -iop2=Wear -cost=60000 -model=model_9632 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -manwear=model_9639 -womanwear=model_9641 -name=Obsidian cape - -// 10637 -[obj_10637] -dummyitem=1 -members=yes -iop2=Wear -cost=60000 -model=model_9631 -2dxof=-4 -2dzoom=2086 -2dyan=2031 -2dxan=567 -manwear=model_9638 -womanwear=model_9640 -name=Fire cape - -// 10638 -[obj_10638] -dummyitem=1 -cost=50 -team=1 -iop2=Wear -members=yes -model=model_5604 -manwear=model_5584 -womanwear=model_5594 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -recol1s=27339 -recol1d=32440 -recol2s=15747 -recol2d=16519 -name=Team-1 cape - -// 10639 -[obj_10639] -dummyitem=1 -cost=99000 -members=yes -model=model_19047 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18920 -womanwear=model_18969 -recol1s=31770 -recol1d=13377 -recol2s=18451 -recol2d=12320 -recol3s=32383 -recol3d=8192 -recol4s=31808 -recol4d=13377 -recol5s=1986 -recol5d=12320 -recol6s=1118 -recol6d=6144 -name=Attack cape - -// 10640 -[obj_10640] -dummyitem=1 -cost=99000 -members=yes -model=model_19067 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18954 -womanwear=model_18989 -recol1s=31770 -recol1d=390 -recol2s=18451 -recol2d=324 -recol3s=32383 -recol3d=324 -recol4s=31808 -recol4d=390 -recol5s=1986 -recol5d=390 -recol6s=1118 -recol6d=324 -name=Strength cape - -// 10641 -[obj_10641] -dummyitem=1 -cost=99000 -members=yes -model=model_19051 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18928 -womanwear=model_18973 -recol1s=31770 -recol1d=15929 -recol2s=18451 -recol2d=9622 -recol3s=32383 -recol3d=6453 -recol4s=31808 -recol4d=15929 -recol5s=1986 -recol5d=12759 -recol6s=1118 -recol6d=9622 -name=Defence cape - -// 10642 -[obj_10642] -dummyitem=1 -cost=99000 -members=yes -model=model_19063 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18948 -womanwear=model_18985 -recol1s=31770 -recol1d=8578 -recol2s=18451 -recol2d=7521 -recol3s=32383 -recol3d=6464 -recol4s=31808 -recol4d=8578 -recol5s=1986 -recol5d=7521 -recol6s=1118 -recol6d=6464 -name=Ranging cape - -// 10643 -[obj_10643] -dummyitem=1 -cost=99000 -members=yes -model=model_19061 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18945 -womanwear=model_18983 -recol1s=31770 -recol1d=32767 -recol2s=18451 -recol2d=32701 -recol3s=32383 -recol3d=32503 -recol4s=31808 -recol4d=32767 -recol5s=1986 -recol5d=32701 -recol6s=1118 -recol6d=32635 -name=Prayer cape - -// 10644 -[obj_10644] -dummyitem=1 -cost=99000 -members=yes -model=model_19059 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18915 -womanwear=model_18981 -recol1s=31770 -recol1d=22128 -recol2s=18451 -recol2d=21037 -recol3s=32383 -recol3d=18923 -recol4s=31808 -recol4d=22128 -recol5s=1986 -recol5d=21037 -recol6s=1118 -recol6d=18923 -name=Magic cape - -// 10645 -[obj_10645] -dummyitem=1 -cost=99000 -members=yes -model=model_19053 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18950 -womanwear=model_18986 -recol1s=31770 -recol1d=25365 -recol2s=18451 -recol2d=21137 -recol3s=32383 -recol3d=19023 -recol4s=31808 -recol4d=25365 -recol5s=1986 -recol5d=22196 -recol6s=1118 -recol6d=21137 -name=Runecraft cape - -// 10646 -[obj_10646] -dummyitem=1 -cost=99000 -members=yes -model=model_19977 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_19834 -womanwear=model_19874 -recol1s=31770 -recol1d=12647 -recol2s=18451 -recol2d=14761 -recol3s=32383 -recol3d=14761 -recol4s=31808 -recol4d=12647 -recol5s=1986 -recol5d=10533 -recol6s=1118 -recol6d=8419 -name=Hunter cape - -// 10647 -[obj_10647] -dummyitem=1 -cost=99000 -members=yes -model=model_19057 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18939 -womanwear=model_18980 -recol1s=31770 -recol1d=16913 -recol2s=18451 -recol2d=21141 -recol3s=32383 -recol3d=21141 -recol4s=31808 -recol4d=31673 -recol5s=1986 -recol5d=29559 -recol6s=1118 -recol6d=27445 -name=Hitpoints cape - -// 10648 -[obj_10648] -dummyitem=1 -cost=99000 -members=yes -model=model_19046 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18918 -womanwear=model_18968 -recol1s=31770 -recol1d=5294 -recol2s=18451 -recol2d=3180 -recol3s=32383 -recol3d=2123 -recol4s=31808 -recol4d=5294 -recol5s=1986 -recol5d=3180 -recol6s=1118 -recol6d=2123 -name=Agility cape - -// 10649 -[obj_10649] -dummyitem=1 -cost=99000 -members=yes -model=model_19056 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18938 -womanwear=model_18978 -recol1s=31770 -recol1d=352 -recol2s=18451 -recol2d=256 -recol3s=32383 -recol3d=192 -recol4s=31808 -recol4d=352 -recol5s=1986 -recol5d=320 -recol6s=1118 -recol6d=256 -name=Herblore cape - -// 10650 -[obj_10650] -dummyitem=1 -cost=99000 -members=yes -model=model_19068 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18956 -womanwear=model_18990 -recol1s=31770 -recol1d=12490 -recol2s=18451 -recol2d=12490 -recol3s=32383 -recol3d=7205 -recol4s=31808 -recol4d=12490 -recol5s=1986 -recol5d=11433 -recol6s=1118 -recol6d=9319 -name=Thieving cape - -// 10651 -[obj_10651] -dummyitem=1 -cost=99000 -members=yes -model=model_19050 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18925 -womanwear=model_18972 -recol1s=31770 -recol1d=15687 -recol2s=18451 -recol2d=11459 -recol3s=32383 -recol3d=9345 -recol4s=31808 -recol4d=15687 -recol5s=1986 -recol5d=13573 -recol6s=1118 -recol6d=11459 -name=Crafting cape - -// 10652 -[obj_10652] -dummyitem=1 -cost=99000 -members=yes -model=model_19055 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18935 -womanwear=model_18977 -recol1s=31770 -recol1d=3369 -recol2s=18451 -recol2d=132 -recol3s=32383 -recol3d=66 -recol4s=31808 -recol4d=3369 -recol5s=1986 -recol5d=198 -recol6s=1118 -recol6d=132 -name=Fletching cape - -// 10653 -[obj_10653] -dummyitem=1 -cost=99000 -members=yes -model=model_19065 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18951 -womanwear=model_18987 -recol1s=31770 -recol1d=3171 -recol2s=18451 -recol2d=0 -recol3s=32383 -recol3d=0 -recol4s=31808 -recol4d=3171 -recol5s=1986 -recol5d=2114 -recol6s=1118 -recol6d=2114 -name=Slayer cape - -// 10654 -[obj_10654] -dummyitem=1 -cost=99000 -members=yes -model=model_19045 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18916 -womanwear=model_18970 -recol1s=31770 -recol1d=21071 -recol2s=18451 -recol2d=16843 -recol3s=32383 -recol3d=15786 -recol4s=31808 -recol4d=21071 -recol5s=1986 -recol5d=19980 -recol6s=1118 -recol6d=16843 -name=Construct. cape - -// 10655 -[obj_10655] -dummyitem=1 -cost=99000 -members=yes -model=model_19060 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18942 -womanwear=model_18982 -recol1s=31770 -recol1d=9511 -recol2s=18451 -recol2d=5283 -recol3s=32383 -recol3d=4226 -recol4s=31808 -recol4d=9511 -recol5s=1986 -recol5d=7397 -recol6s=1118 -recol6d=5283 -name=Mining cape - -// 10656 -[obj_10656] -dummyitem=1 -cost=99000 -members=yes -model=model_19066 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18953 -womanwear=model_18988 -recol1s=31770 -recol1d=7397 -recol2s=18451 -recol2d=5283 -recol3s=32383 -recol3d=5283 -recol4s=31808 -recol4d=7397 -recol5s=1986 -recol5d=5283 -recol6s=1118 -recol6d=5283 -name=Smithing cape - -// 10657 -[obj_10657] -dummyitem=1 -cost=99000 -members=yes -model=model_19054 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18934 -womanwear=model_18976 -recol1s=31770 -recol1d=23356 -recol2s=18451 -recol2d=17082 -recol3s=32383 -recol3d=8626 -recol4s=31808 -recol4d=17014 -recol5s=1986 -recol5d=13877 -recol6s=1118 -recol6d=11763 -name=Fishing cape - -// 10658 -[obj_10658] -dummyitem=1 -cost=99000 -members=yes -model=model_19049 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18924 -womanwear=model_18971 -recol1s=31770 -recol1d=8298 -recol2s=18451 -recol2d=6184 -recol3s=32383 -recol3d=4102 -recol4s=31808 -recol4d=8298 -recol5s=1986 -recol5d=7241 -recol6s=1118 -recol6d=6184 -name=Cooking cape - -// 10659 -[obj_10659] -dummyitem=1 -cost=99000 -members=yes -model=model_19048 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18932 -womanwear=model_18975 -recol1s=31770 -recol1d=32192 -recol2s=18451 -recol2d=30016 -recol3s=32383 -recol3d=27968 -recol4s=31808 -recol4d=32192 -recol5s=1986 -recol5d=30016 -recol6s=1118 -recol6d=27968 -name=Firemaking cape - -// 10660 -[obj_10660] -dummyitem=1 -cost=99000 -members=yes -model=model_19064 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18955 -womanwear=model_18991 -recol1s=31770 -recol1d=18887 -recol2s=18451 -recol2d=14659 -recol3s=32383 -recol3d=12545 -recol4s=31808 -recol4d=18887 -recol5s=1986 -recol5d=17796 -recol6s=1118 -recol6d=14659 -name=Woodcutting cape - -// 10661 -[obj_10661] -dummyitem=1 -cost=99000 -members=yes -model=model_19052 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18929 -womanwear=model_18974 -recol1s=31770 -recol1d=4420 -recol2s=18451 -recol2d=192 -recol3s=32383 -recol3d=2306 -recol4s=31808 -recol4d=4420 -recol5s=1986 -recol5d=2306 -recol6s=1118 -recol6d=192 -name=Farming cape - -// 10662 -[obj_10662] -dummyitem=1 -cost=99000 -members=yes -model=model_19062 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_18946 -womanwear=model_18984 -recol1s=31770 -recol1d=22198 -recol2s=18451 -recol2d=26426 -recol3s=32383 -recol3d=25369 -recol4s=31808 -recol4d=26426 -recol5s=1986 -recol5d=22198 -recol6s=1118 -recol6d=22198 -name=Quest point cape - -// 10663 -[obj_10663] -dummyitem=1 -cost=32 -model=model_11398 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_4606 -womanwear=model_19986 -members=yes -cost=400 -name=Spotted cape - -// 10664 -[obj_10664] -dummyitem=1 -cost=32 -model=model_11398 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_4606 -womanwear=model_19986 -members=yes -cost=800 -recol1s=10468 -recol1d=22024 -recol2s=8288 -recol2d=4228 -name=Spottier cape - -// 10665 -[obj_10665] -dummyitem=1 -model=model_11379 -manwear=model_11419 -womanwear=model_11419 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=1632 -iop2=Wear -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black shield(h1) -womanwearoff=-3,-11,6 - -// 10666 -[obj_10666] -dummyitem=1 -model=model_11379 -manwear=model_11419 -womanwear=model_11419 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=5440 -iop2=Wear -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant shield(h1) -womanwearoff=-3,-11,6 - -// 10667 -[obj_10667] -dummyitem=1 -model=model_11379 -manwear=model_11419 -womanwear=model_11419 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=54400 -iop2=Wear -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune shield(h1) -womanwearoff=-3,-11,6 - -// 10668 -[obj_10668] -dummyitem=1 -model=model_11380 -manwear=model_11420 -womanwear=model_11420 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=16325 -iop2=Wear -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black shield(h2) -womanwearoff=-3,-11,6 - -// 10669 -[obj_10669] -dummyitem=1 -model=model_11380 -manwear=model_11420 -womanwear=model_11420 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=5440 -iop2=Wear -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant shield(h2) -womanwearoff=-3,-11,6 - -// 10670 -[obj_10670] -dummyitem=1 -model=model_11380 -manwear=model_11420 -womanwear=model_11420 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=54400 -iop2=Wear -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune shield(h2) -womanwearoff=-3,-11,6 - -// 10671 -[obj_10671] -dummyitem=1 -model=model_11381 -manwear=model_11421 -womanwear=model_11421 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=1632 -iop2=Wear -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black shield(h3) -womanwearoff=-3,-11,6 - -// 10672 -[obj_10672] -dummyitem=1 -model=model_11381 -manwear=model_11421 -womanwear=model_11421 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=5440 -iop2=Wear -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant shield(h3) -womanwearoff=-3,-11,6 - -// 10673 -[obj_10673] -dummyitem=1 -model=model_11381 -manwear=model_11421 -womanwear=model_11421 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=54400 -iop2=Wear -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune shield(h3) -womanwearoff=-3,-11,6 - -// 10674 -[obj_10674] -dummyitem=1 -model=model_11382 -manwear=model_11422 -womanwear=model_11422 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=1632 -iop2=Wear -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black shield(h4) -womanwearoff=-3,-11,6 - -// 10675 -[obj_10675] -dummyitem=1 -model=model_11382 -manwear=model_11422 -womanwear=model_11422 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=5440 -iop2=Wear -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant shield(h4) -womanwearoff=-3,-11,6 - -// 10676 -[obj_10676] -dummyitem=1 -model=model_11382 -manwear=model_11422 -womanwear=model_11422 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=54400 -iop2=Wear -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune shield(h4) -womanwearoff=-3,-11,6 - -// 10677 -[obj_10677] -dummyitem=1 -model=model_11383 -manwear=model_11423 -womanwear=model_11423 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=1632 -iop2=Wear -recol1s=16846 -recol1d=3171 -recol2s=15789 -recol2d=7296 -name=Black shield(h5) -womanwearoff=-3,-11,6 - -// 10678 -[obj_10678] -dummyitem=1 -model=model_11383 -manwear=model_11423 -womanwear=model_11423 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=5440 -iop2=Wear -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant shield(h5) -womanwearoff=-3,-11,6 - -// 10679 -[obj_10679] -dummyitem=1 -model=model_11383 -manwear=model_11423 -womanwear=model_11423 -2dxof=-6 -2dyof=-14 -2dzoom=1560 -2dyan=1104 -2dxan=344 -cost=54400 -iop2=Wear -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune shield(h5) -womanwearoff=-3,-11,6 - -// 10680 -[obj_10680] -dummyitem=1 -cost=850 -model=model_11391 -2dzoom=910 -2dxan=580 -iop2=Wear -manwear=model_11346 -womanwear=model_11362 -recol1s=6342 -recol1d=32453 -name=Studded body (g) - -// 10681 -[obj_10681] -dummyitem=1 -cost=850 -model=model_11391 -2dzoom=910 -2dxan=580 -iop2=Wear -manwear=model_11346 -womanwear=model_11362 -recol1s=6342 -recol1d=2080 -name=Studded body (t) - -// 10682 -[obj_10682] -dummyitem=1 -cost=7800 -model=model_11390 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_11345 -womanwear=model_11361 -recol1s=6342 -recol1d=32453 -name=D'hide body(g) - -// 10683 -[obj_10683] -dummyitem=1 -cost=7800 -model=model_11390 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_11345 -womanwear=model_11361 -recol1s=6342 -recol1d=15054 -name=D'hide body (t) - -// 10684 -[obj_10684] -dummyitem=1 -cost=9360 -model=model_11390 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_11345 -womanwear=model_11361 -members=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -recol3s=6342 -recol3d=32453 -name=D'hide body (g) - -// 10685 -[obj_10685] -dummyitem=1 -cost=9360 -model=model_11390 -2dyof=-4 -2dzoom=1030 -2dxan=548 -iop2=Wear -manwear=model_11345 -womanwear=model_11361 -members=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -recol3s=6342 -recol3d=19030 -name=D'hide body (t) - -// 10686 -[obj_10686] -dummyitem=1 -cost=15 -model=model_11396 -2dyof=7 -2dzoom=1370 -2dxan=536 -iop2=Wear -manwear=model_10979 -womanwear=model_11348 -manwear2=model_10984 -womanwear2=model_11359 -recol1s=14724 -recol1d=239 -recol2s=6342 -recol2d=32453 -name=Wizard robe (g) - -// 10687 -[obj_10687] -dummyitem=1 -cost=15 -model=model_11396 -2dyof=7 -2dzoom=1370 -2dxan=536 -iop2=Wear -manwear=model_10979 -womanwear=model_11348 -manwear2=model_10984 -womanwear2=model_11359 -recol1s=14724 -recol1d=239 -recol2s=6342 -recol2d=1057 -name=Wizard robe (t) - -// 10688 -[obj_10688] -dummyitem=1 -model=model_11426 -2dyof=7 -2dzoom=1370 -2dxan=536 -iop2=Wear -manwear=model_11409 -womanwear=model_11415 -manwear2=model_11414 -womanwear2=model_11418 -cost=120000 -members=yes -name=Enchanted top - -// 10689 -[obj_10689] -dummyitem=1 -cost=200 -members=yes -model=model_2837 -manwear=model_185 -womanwear=model_361 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -recol1s=7298 -recol1d=239 -name=Wizard boots - -// 10690 -[obj_10690] -dummyitem=1 -cost=3840 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -recol1s=6342 -recol1d=6342 -recol2s=16846 -recol2d=2114 -recol3s=11561 -recol3d=0 -name=Black platebody (t) - -// 10691 -[obj_10691] -dummyitem=1 -cost=3840 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -recol1s=6342 -recol1d=32453 -recol2s=16846 -recol2d=2114 -recol3s=11561 -recol3d=0 -name=Black platebody (g) - -// 10692 -[obj_10692] -dummyitem=1 -cost=40 -members=yes -model=model_2500 -2dxof=3 -2dzoom=290 -2dyan=224 -2dxan=488 -iop2=Wear -manwear=model_243 -womanwear=model_416 -manhead=model_76 -womanhead=model_134 -name=Highwayman mask - -// 10693 -[obj_10693] -dummyitem=1 -cost=80 -members=yes -model=model_3373 -2dxof=-1 -2dyof=-4 -2dzoom=560 -2dyan=1936 -2dxan=136 -iop2=Wear -manwear=model_198 -womanwear=model_373 -manhead=model_39444 -womanhead=model_38783 -recol1s=12677 -recol1d=2152 -name=Blue beret - -// 10694 -[obj_10694] -dummyitem=1 -cost=80 -members=yes -model=model_3373 -2dxof=-1 -2dyof=-4 -2dzoom=560 -2dyan=1936 -2dxan=136 -iop2=Wear -manwear=model_198 -womanwear=model_373 -manhead=model_39444 -womanhead=model_38783 -recol1s=12677 -recol1d=1057 -name=Black beret - -// 10695 -[obj_10695] -dummyitem=1 -cost=80 -members=yes -model=model_3373 -2dxof=-1 -2dyof=-4 -2dzoom=560 -2dyan=1936 -2dxan=136 -iop2=Wear -manwear=model_198 -womanwear=model_373 -manhead=model_39444 -womanhead=model_38783 -recol1s=12677 -recol1d=29464 -name=White beret - -// 10696 -[obj_10696] -dummyitem=1 -cost=200 -members=yes -model=model_4931 -manwear=model_4929 -womanwear=model_4930 -iop2=Wear -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -name=Ranger boots - -// 10697 -[obj_10697] -dummyitem=1 -cost=12800 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -recol1s=16846 -recol1d=6438 -recol2s=11561 -recol2d=3235 -recol3s=6342 -recol3d=13802 -name=Adam platebody (t) - -// 10698 -[obj_10698] -dummyitem=1 -cost=12800 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -recol1s=16846 -recol1d=6438 -recol2s=11561 -recol2d=3235 -recol3s=6342 -recol3d=32453 -name=Adam platebody (g) - -// 10699 -[obj_10699] -dummyitem=1 -model=model_11374 -manwear=model_11332 -womanwear=model_20358 -manhead=model_20112 -womanhead=model_20353 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=1056 -recol1s=16846 -recol1d=2115 -name=Black helm (h1) - -// 10700 -[obj_10700] -dummyitem=1 -model=model_11375 -manwear=model_11333 -womanwear=model_20359 -manhead=model_39904 -womanhead=model_38923 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=1056 -recol1s=16846 -recol1d=2115 -name=Black helm (h2) - -// 10701 -[obj_10701] -dummyitem=1 -model=model_11376 -manwear=model_11334 -womanwear=model_20360 -manhead=model_39995 -womanhead=model_38966 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=1056 -recol1s=16846 -recol1d=2115 -name=Black helm (h3) - -// 10702 -[obj_10702] -dummyitem=1 -model=model_11377 -manwear=model_11335 -womanwear=model_20361 -manhead=model_39757 -womanhead=model_38907 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=1056 -recol1s=16846 -recol1d=2115 -name=Black helm (h4) - -// 10703 -[obj_10703] -dummyitem=1 -model=model_11378 -manwear=model_11336 -womanwear=model_20362 -manhead=model_39876 -womanhead=model_39015 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=1056 -recol1s=16846 -recol1d=2115 -name=Black helm (h5) - -// 10704 -[obj_10704] -dummyitem=1 -model=model_11374 -manwear=model_11332 -womanwear=model_20358 -manhead=model_20112 -womanhead=model_20353 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=35200 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune helm (h1) - -// 10705 -[obj_10705] -dummyitem=1 -model=model_11375 -manwear=model_11333 -womanwear=model_20359 -manhead=model_39904 -womanhead=model_38923 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=35200 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune helm (h2) - -// 10706 -[obj_10706] -dummyitem=1 -model=model_11376 -manwear=model_11334 -womanwear=model_20360 -manhead=model_39995 -womanhead=model_38966 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=35200 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune helm (h3) - -// 10707 -[obj_10707] -dummyitem=1 -model=model_11377 -manwear=model_11335 -womanwear=model_20361 -manhead=model_39757 -womanhead=model_38907 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=35200 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune helm (h4) - -// 10708 -[obj_10708] -dummyitem=1 -model=model_11378 -manwear=model_11336 -womanwear=model_20362 -manhead=model_39876 -womanhead=model_39015 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=35200 -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=19475 -recol4s=26400 -recol4d=26048 -name=Rune helm (h5) - -// 10709 -[obj_10709] -dummyitem=1 -model=model_11374 -manwear=model_11332 -womanwear=model_20358 -manhead=model_20112 -womanhead=model_20353 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=3520 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant helm (h1) - -// 10710 -[obj_10710] -dummyitem=1 -model=model_11375 -manwear=model_11333 -womanwear=model_20359 -manhead=model_39904 -womanhead=model_38923 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=3520 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant helm (h2) - -// 10711 -[obj_10711] -dummyitem=1 -model=model_11376 -manwear=model_11334 -womanwear=model_20360 -manhead=model_39995 -womanhead=model_38966 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=3520 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant helm (h3) - -// 10712 -[obj_10712] -dummyitem=1 -model=model_11377 -manwear=model_11335 -womanwear=model_20361 -manhead=model_39757 -womanhead=model_38907 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=3520 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant helm (h4) - -// 10713 -[obj_10713] -dummyitem=1 -model=model_11378 -manwear=model_11336 -womanwear=model_20362 -manhead=model_39876 -womanhead=model_39015 -2dxof=1 -2dzoom=768 -2dyan=1901 -2dxan=75 -iop2=Wear -cost=3520 -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=7296 -recol3s=19488 -recol3d=1112 -recol4s=26400 -recol4d=7776 -name=Adamant helm (h5) - -// 10714 -[obj_10714] -dummyitem=1 -model=model_20228 -manwear=model_20161 -womanwear=model_20210 -manwear2=model_20125 -womanwear2=model_20176 -iop2=Wear -cost=3 -2dyof=7 -2dzoom=1296 -2dxan=553 -members=yes -recol1s=32365 -recol1d=30155 -recol2s=17903 -recol2d=20975 -recol3s=32569 -recol3d=32337 -recol4s=7300 -recol4d=21506 -name=Bob shirt - -// 10715 -[obj_10715] -dummyitem=1 -model=model_20228 -manwear=model_20161 -womanwear=model_20210 -manwear2=model_20125 -womanwear2=model_20176 -iop2=Wear -cost=3 -2dyof=7 -2dzoom=1296 -2dxan=553 -members=yes -recol1s=32365 -recol1d=4332 -recol2s=17903 -recol2d=14902 -recol3s=32569 -recol3d=24415 -recol4s=7300 -recol4d=1161 -name=Bob shirt - -// 10716 -[obj_10716] -dummyitem=1 -model=model_20228 -manwear=model_20161 -womanwear=model_20210 -manwear2=model_20125 -womanwear2=model_20176 -iop2=Wear -cost=3 -2dyof=7 -2dzoom=1296 -2dxan=553 -members=yes -recol1s=32365 -recol1d=4325 -recol2s=17903 -recol2d=14895 -recol3s=32569 -recol3d=24408 -recol4s=7300 -recol4d=1154 -name=Bob shirt - -// 10717 -[obj_10717] -dummyitem=1 -model=model_20228 -manwear=model_20161 -womanwear=model_20210 -manwear2=model_20125 -womanwear2=model_20176 -iop2=Wear -cost=3 -2dyof=7 -2dzoom=1296 -2dxan=553 -members=yes -recol1s=32365 -recol1d=7399 -recol2s=17903 -recol2d=18960 -recol3s=32569 -recol3d=26293 -recol4s=7300 -recol4d=2114 -name=Bob shirt - -// 10718 -[obj_10718] -dummyitem=1 -model=model_20228 -manwear=model_20161 -womanwear=model_20210 -manwear2=model_20125 -womanwear2=model_20176 -iop2=Wear -cost=3 -2dyof=7 -2dzoom=1296 -2dxan=553 -members=yes -recol1s=32365 -recol1d=17647 -recol2s=17903 -recol2d=24982 -recol3s=32569 -recol3d=28411 -recol4s=7300 -recol4d=12362 -name=Bob shirt - -// 10719 -[obj_10719] -dummyitem=1 -cost=17625 -model=model_20219 -2dxof=4 -2dyof=100 -2dzoom=415 -2dyan=73 -2dzan=69 -2dxan=282 -members=yes -iop2=Wear -iop4=Rub -manwear=model_20147 -womanwear=model_20203 -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Amulet of glory(t) - -// 10720 -[obj_10720] -dummyitem=1 -cost=100 -model=model_2603 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -manwear=model_323 -womanwear=model_481 -members=yes -recol1s=15392 -recol1d=416 -recol2s=8386 -recol2d=416 -recol3s=32736 -recol3d=429 -recol4s=8320 -recol4d=429 -name=Guthix cape - -// 10721 -[obj_10721] -dummyitem=1 -model=model_8806 -members=yes -manwear=model_8776 -womanwear=model_8782 -manhead=model_39985 -womanhead=model_39086 -2dyof=5 -2dzoom=900 -2dxan=288 -iop2=Wear -cost=0 -name=Frog mask - -// 10722 -[obj_10722] -dummyitem=1 -members=yes -cost=1 -iop2=Wear -iop5=Destroy -model=model_20469 -2dxof=-8 -2dyof=8 -2dzoom=1488 -2dyan=210 -2dxan=96 -name=Reindeer hat - -// 10723 -[obj_10723] -dummyitem=1 -members=yes -model=model_19201 -manwear=model_19177 -womanwear=model_19193 -manhead=model_40026 -womanhead=model_39151 -iop2=Wear -iop5=Destroy -cost=3 -2dxof=-3 -2dyof=-1 -2dzoom=595 -2dyan=1964 -2dxan=2047 -cost=1 -name=Jack lantern mask - -// 10724 -[obj_10724] -dummyitem=1 -members=yes -model=model_19204 -manwear=model_19174 -womanwear=model_19190 -iop2=Wear -iop5=Destroy -2dxof=3 -2dyof=-4 -2dzoom=724 -2dyan=138 -2dxan=138 -cost=1 -name=Skeleton boots - -// 10725 -[obj_10725] -dummyitem=1 -members=yes -model=model_19205 -manwear=model_19176 -womanwear=model_19192 -iop2=Wear -iop5=Destroy -2dxof=-1 -2dyof=7 -2dzoom=595 -2dyan=1978 -2dzan=2047 -2dxan=553 -cost=1 -name=Skeleton gloves - -// 10726 -[obj_10726] -dummyitem=1 -members=yes -model=model_19207 -manwear=model_19180 -womanwear=model_19196 -iop2=Wear -iop5=Destroy -2dxof=3 -2dyof=3 -2dzoom=1632 -2dzan=152 -2dxan=567 -cost=1 -name=Skeleton leggings - -// 10727 -[obj_10727] -dummyitem=1 -members=yes -model=model_19203 -manwear=model_19183 -manwear2=model_19172 -womanwear=model_19199 -womanwear2=model_19188 -iop2=Wear -iop5=Destroy -2dxof=-1 -2dyof=7 -2dzoom=1178 -2dxan=526 -cost=1 -name=Skeleton shirt - -// 10728 -[obj_10728] -dummyitem=1 -members=yes -model=model_19206 -iop2=Wear -iop5=Destroy -manwear=model_19178 -womanwear=model_19194 -manhead=model_39956 -womanhead=model_38911 -2dxof=1 -2dyof=-1 -2dzoom=465 -2dyan=111 -2dzan=2047 -cost=1 -name=Skeleton mask - -// 10729 -[obj_10729] -dummyitem=1 -members=yes -model=model_14393 -2dxof=-11 -2dyof=-11 -2dzoom=1049 -2dyan=194 -2dxan=581 -iop2=Wear -name=Easter ring - -// 10730 -[obj_10730] -dummyitem=1 -members=yes -model=model_10443 -2dxof=1 -2dyof=8 -2dzoom=1368 -2dxan=512 -iop1=Jump -iop2=Walk -iop3=Bow -iop4=Dance -iop5=Destroy -recol1s=19945 -recol1d=7414 -recol2s=16774 -recol2d=2195 -recol3s=14661 -recol3d=79 -name=Blue marionette - -// 10731 -[obj_10731] -dummyitem=1 -members=yes -model=model_9912 -manwear=model_9923 -womanwear=model_9923 -iop1=Talk-At -iop2=Display -iop3=Question -2dxof=4 -2dyof=1 -2dzoom=750 -2dyan=140 -2dxan=36 -cost=0 -recol1s=25098 -recol1d=13771 -recol2s=6273 -recol2d=11561 -recol3s=32767 -recol3d=9216 -name=Zombie head -womanwearoff=-3,-11,6 - -// 10732 -[obj_10732] -dummyitem=1 -members=yes -cost=0 -iop2=Wield -model=model_5808 -iop2=Wield -iop3=Dance -manwear=model_5812 -womanwear=model_5812 -2dxof=-3 -2dyof=13 -2dzoom=1510 -2dyan=92 -2dxan=332 -name=Rubber chicken -womanwearoff=-3,-11,6 - -// 10733 -[obj_10733] -dummyitem=1 -members=yes -cost=10 -model=model_4928 -iop1=Play -iop2=Loop -iop3=Walk -iop4=Crazy -2dxof=7 -2dyof=5 -2dzoom=560 -2dyan=2036 -2dxan=196 -name=Yo-yo - -// 10734 -[obj_10734] -dummyitem=1 -members=yes -model=model_2553 -2dzoom=550 -2dyan=4 -2dxan=360 -iop2=Wear -manwear=model_3352 -womanwear=model_3353 -manhead=model_39357 -womanhead=model_38774 -name=Bunny ears - -// 10735 -[obj_10735] -dummyitem=1 -members=yes -model=model_2511 -2dxof=1 -2dyof=17 -2dzoom=1930 -2dyan=20 -2dxan=336 -iop2=Wield -manwear=model_40287 -womanwear=model_40287 -name=Scythe - -// 10736 -[obj_10736] -dummyitem=1 -cost=2025 -model=model_20226 -2dxof=5 -2dyof=100 -2dzoom=465 -2dyan=74 -2dxan=292 -iop2=Wear -manwear=model_20149 -womanwear=model_20205 -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Strength amulet(t) - -// 10737 -[obj_10737] -model=model_2521 -name=Picture - -// 10738 -[obj_10738] -dummyitem=1 -cost=900 -model=model_20225 -2dxof=4 -2dyof=100 -2dzoom=400 -2dyan=73 -2dzan=69 -2dxan=282 -iop2=Wear -manwear=model_20148 -womanwear=model_20204 -recol1s=13537 -recol1d=32767 -recol2s=8321 -recol2d=32767 -name=Amulet of magic(t) - -// 10739 -[obj_10739] -model=model_2521 -name=Picture - -// 10740 -[obj_10740] -dummyitem=1 -model=model_20267 -iop2=Wear -manhead=model_39929 -womanhead=model_20119 -manwear=model_20137 -womanwear=model_20186 -2dxof=-1 -2dyof=12 -2dzoom=848 -2dyan=1189 -2dxan=387 -members=yes -cost=2000 -name=A powdered wig - -// 10741 -[obj_10741] -model=model_2521 -name=Picture - -// 10742 -[obj_10742] -dummyitem=1 -model=model_20238 -iop2=Wear -manwear=model_20142 -womanwear=model_20197 -2dxof=7 -2dyof=5 -2dzoom=2151 -2dzan=2047 -2dxan=429 -members=yes -cost=2000 -name=Flared trousers - -// 10743 -[obj_10743] -model=model_2521 -name=Picture - -// 10744 -[obj_10744] -dummyitem=1 -model=model_20247 -iop2=Wear -manwear=model_20144 -womanwear=model_20198 -2dxof=3 -2dyof=1 -2dzoom=1892 -2dzan=2047 -2dxan=498 -members=yes -cost=2000 -name=Pantaloons - -// 10745 -[obj_10745] -model=model_2521 -name=Picture - -// 10746 -[obj_10746] -dummyitem=1 -model=model_20255 -iop2=Wear -manhead=model_39623 -womanhead=model_38912 -manwear=model_20133 -manwear2=model_230 -womanwear=model_20185 -womanwear2=model_403 -2dxof=5 -2dyof=12 -2dzoom=659 -2dyan=1259 -2dxan=290 -members=yes -cost=2000 -name=Sleeping cap - -// 10747 -[obj_10747] -model=model_2521 -name=Picture - -// 10748 -[obj_10748] -dummyitem=1 -model=model_20235 -2dxof=-1 -2dyof=7 -2dzoom=1373 -2dxan=452 -iop2=Wear -manwear=model_20158 -manwear2=model_20122 -womanwear=model_20214 -womanwear2=model_20178 -members=yes -cost=2000 -name=Elegant shirt - -// 10749 -[obj_10749] -model=model_2521 -name=Picture - -// 10750 -[obj_10750] -dummyitem=1 -model=model_20235 -2dxof=-1 -2dyof=7 -2dzoom=1373 -2dxan=452 -iop2=Wear -manwear=model_20158 -manwear2=model_20122 -womanwear=model_20214 -womanwear2=model_20178 -members=yes -cost=2000 -recol1s=29431 -recol1d=32470 -recol2s=17870 -recol2d=13576 -recol3s=12651 -recol3d=12486 -recol4s=9480 -recol4d=11430 -recol5s=7366 -recol5d=9316 -recol6s=2050 -recol6d=6145 -name=Elegant shirt - -// 10751 -[obj_10751] -model=model_2521 -name=Picture - -// 10752 -[obj_10752] -dummyitem=1 -model=model_20235 -2dxof=-1 -2dyof=7 -2dzoom=1373 -2dxan=452 -iop2=Wear -manwear=model_20158 -manwear2=model_20122 -womanwear=model_20214 -womanwear2=model_20178 -members=yes -cost=2000 -recol1s=29431 -recol1d=26427 -recol2s=17870 -recol2d=9516 -recol3s=12651 -recol3d=6348 -recol4s=9480 -recol4d=5291 -recol5s=7366 -recol5d=4201 -recol6s=2050 -recol6d=1030 -name=Elegant shirt - -// 10753 -[obj_10753] -model=model_2521 -name=Picture - -// 10754 -[obj_10754] -dummyitem=1 -model=model_20235 -2dxof=-1 -2dyof=7 -2dzoom=1373 -2dxan=452 -iop2=Wear -manwear=model_20158 -manwear2=model_20122 -womanwear=model_20214 -womanwear2=model_20178 -members=yes -cost=2000 -recol1s=29431 -recol1d=26489 -recol2s=17870 -recol2d=9609 -recol3s=12651 -recol3d=6534 -recol4s=9480 -recol4d=5477 -recol5s=7366 -recol5d=1316 -recol6s=2050 -recol6d=1217 -name=Elegant shirt - -// 10755 -[obj_10755] -model=model_2521 -name=Picture - -// 10756 -[obj_10756] -dummyitem=1 -model=model_20235 -2dxof=-1 -2dyof=7 -2dzoom=1373 -2dxan=452 -iop2=Wear -manwear=model_20158 -manwear2=model_20122 -womanwear=model_20214 -womanwear2=model_20178 -members=yes -cost=2000 -recol1s=29431 -recol1d=26206 -recol2s=17870 -recol2d=16850 -recol3s=12651 -recol3d=12656 -recol4s=9480 -recol4d=10543 -recol5s=7366 -recol5d=6249 -recol6s=2050 -recol6d=4102 -name=Elegant shirt - -// 10757 -[obj_10757] -model=model_2521 -name=Picture - -// 10758 -[obj_10758] -dummyitem=1 -model=model_11399 -iop2=Wear -manwear=model_11330 -womanwear=model_11353 -manhead=model_39521 -womanhead=model_38739 -2dyof=-11 -2dzoom=724 -2dyan=1784 -2dzan=1978 -2dxan=166 -members=yes -cost=225 -name=Red boater - -// 10759 -[obj_10759] -model=model_2521 -name=Picture - -// 10760 -[obj_10760] -dummyitem=1 -model=model_11399 -iop2=Wear -manwear=model_11330 -womanwear=model_11353 -manhead=model_39521 -womanhead=model_38739 -2dyof=-11 -2dzoom=724 -2dyan=1784 -2dzan=1978 -2dxan=166 -members=yes -cost=225 -recol1s=15392 -recol1d=32192 -name=Orange boater - -// 10761 -[obj_10761] -model=model_2521 -name=Picture - -// 10762 -[obj_10762] -dummyitem=1 -model=model_11399 -iop2=Wear -manwear=model_11330 -womanwear=model_11353 -manhead=model_39521 -womanhead=model_38739 -2dyof=-11 -2dzoom=724 -2dyan=1784 -2dzan=1978 -2dxan=166 -members=yes -cost=225 -recol1s=15392 -recol1d=1986 -name=Green boater - -// 10763 -[obj_10763] -model=model_2521 -name=Picture - -// 10764 -[obj_10764] -dummyitem=1 -model=model_11399 -iop2=Wear -manwear=model_11330 -womanwear=model_11353 -manhead=model_39521 -womanhead=model_38739 -2dyof=-11 -2dzoom=724 -2dyan=1784 -2dzan=1978 -2dxan=166 -members=yes -cost=225 -recol1s=15392 -recol1d=1118 -name=Blue boater - -// 10765 -[obj_10765] -model=model_2521 -name=Picture - -// 10766 -[obj_10766] -dummyitem=1 -model=model_11399 -iop2=Wear -manwear=model_11330 -womanwear=model_11353 -manhead=model_39521 -womanhead=model_38739 -2dyof=-11 -2dzoom=724 -2dyan=1784 -2dzan=1978 -2dxan=166 -members=yes -cost=225 -recol1s=15392 -recol1d=2114 -name=Black boater - -// 10767 -[obj_10767] -model=model_2521 -name=Picture - -// 10768 -[obj_10768] -dummyitem=1 -cost=40 -members=yes -model=model_3377 -2dxof=-1 -2dzoom=380 -2dyan=56 -2dxan=108 -iop2=Wear -manwear=model_201 -womanwear=model_376 -manhead=model_39549 -womanhead=model_38799 -recol1s=16846 -recol1d=18464 -recol2s=11561 -recol2d=11296 -name=Red headband - -// 10769 -[obj_10769] -model=model_2521 -name=Picture - -// 10770 -[obj_10770] -dummyitem=1 -cost=40 -members=yes -model=model_3377 -2dxof=-1 -2dzoom=380 -2dyan=56 -2dxan=108 -iop2=Wear -manwear=model_201 -womanwear=model_376 -manhead=model_39549 -womanhead=model_38799 -recol1s=16846 -recol1d=0 -recol2s=11561 -recol2d=2114 -name=Black headband - -// 10771 -[obj_10771] -model=model_2521 -name=Picture - -// 10772 -[obj_10772] -dummyitem=1 -cost=40 -members=yes -model=model_3377 -2dxof=-1 -2dzoom=380 -2dyan=56 -2dxan=108 -iop2=Wear -manwear=model_201 -womanwear=model_376 -manhead=model_39549 -womanhead=model_38799 -recol1s=16846 -recol1d=10401 -recol2s=11561 -recol2d=6176 -name=Brown headband - -// 10773 -[obj_10773] -model=model_2521 -name=Picture - -// 10774 -[obj_10774] -dummyitem=1 -cost=180 -members=yes -model=model_3215 -2dxof=-3 -2dzoom=600 -2dyan=1836 -2dxan=136 -iop2=Wear -manwear=model_190 -womanwear=model_367 -manhead=model_39488 -womanhead=model_38810 -name=Pirate's hat - -// 10775 -[obj_10775] -model=model_2521 -name=Picture - -// 10776 -[obj_10776] -dummyitem=1 -cost=65000 -model=model_3375 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -manwear3=model_3381 -womanwear=model_3383 -womanwear2=model_344 -womanwear3=model_3381 -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=20512 -name=Zamorak platebody -womanwearoff=-3,-11,6 - -// 10777 -[obj_10777] -model=model_2521 -name=Picture - -// 10778 -[obj_10778] -dummyitem=1 -cost=65000 -model=model_3020 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_21860 -manwear2=model_164 -womanwear=model_21861 -womanwear2=model_344 -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=32753 -recol4s=26400 -recol4d=32753 -name=Saradomin plate - -// 10779 -[obj_10779] -model=model_2521 -name=Picture - -// 10780 -[obj_10780] -dummyitem=1 -cost=65000 -model=model_3376 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -manwear3=model_3380 -womanwear=model_3383 -womanwear2=model_344 -womanwear3=model_3380 -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=7751 -name=Guthix platebody -womanwearoff=-3,-11,6 - -// 10781 -[obj_10781] -model=model_2521 -name=Picture - -// 10782 -[obj_10782] -dummyitem=1 -cost=65000 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -members=yes -recol1s=16846 -recol1d=32453 -recol2s=11561 -recol2d=29248 -recol3s=6342 -recol3d=20832 -name=Gilded platebody - -// 10783 -[obj_10783] -model=model_2521 -name=Picture - -// 10784 -[obj_10784] -dummyitem=1 -model=model_20266 -2dzoom=1190 -2dxan=476 -iop2=Wear -manwear=model_20163 -manwear2=model_20127 -womanwear=model_20209 -womanwear2=model_20175 -members=yes -cost=7000 -recol1s=10240 -recol1d=10 -recol2s=6144 -recol2d=6 -recol3s=17672 -recol3d=9520 -name=Saradomin robe top - -// 10785 -[obj_10785] -model=model_2521 -name=Picture - -// 10786 -[obj_10786] -dummyitem=1 -model=model_20266 -2dzoom=1190 -2dxan=476 -iop2=Wear -manwear=model_20163 -manwear2=model_20127 -womanwear=model_20209 -womanwear2=model_20175 -members=yes -cost=7000 -name=Zamorak robe top - -// 10787 -[obj_10787] -model=model_2521 -name=Picture - -// 10788 -[obj_10788] -dummyitem=1 -model=model_20266 -2dzoom=1190 -2dxan=476 -iop2=Wear -manwear=model_20163 -manwear2=model_20127 -womanwear=model_20209 -womanwear2=model_20175 -members=yes -cost=7000 -recol1s=10240 -recol1d=320 -recol2s=6144 -recol2d=192 -recol3s=17672 -recol3d=9737 -name=Guthix robe top - -// 10789 -[obj_10789] -model=model_2521 -name=Picture - -// 10790 -[obj_10790] -dummyitem=1 -model=model_20233 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20157 -manwear2=model_20121 -womanwear=model_20213 -womanwear2=model_20177 -members=yes -cost=13000 -recol1s=2370 -recol1d=10306 -recol2s=3136 -recol2d=31841 -recol3s=2275 -recol3d=7168 -recol4s=1185 -recol4d=5153 -recol5s=12320 -recol5d=31841 -recol6s=8192 -recol6d=23680 -name=Zamorak d'hide - -// 10791 -[obj_10791] -model=model_2521 -name=Picture - -// 10792 -[obj_10792] -dummyitem=1 -model=model_20224 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20156 -manwear2=model_20121 -womanwear=model_20212 -womanwear2=model_20177 -members=yes -cost=13000 -recol1s=2370 -recol1d=2122 -recol2s=3136 -recol2d=3451 -recol3s=2275 -recol3d=2151 -recol4s=1185 -recol4d=1061 -recol5s=12320 -recol5d=5628 -recol6s=8192 -recol6d=4564 -name=Saradomin d'hide - -// 10793 -[obj_10793] -model=model_2521 -name=Picture - -// 10794 -[obj_10794] -dummyitem=1 -model=model_20232 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_20155 -manwear2=model_20121 -womanwear=model_20211 -womanwear2=model_20177 -members=yes -cost=13000 -recol1s=12320 -recol1d=12082 -recol2s=8192 -recol2d=15120 -recol3s=3136 -recol3d=17103 -name=Guthix dragonhide - -// 10795 -[obj_10795] -model=model_2521 -name=Picture - -// 10796 -[obj_10796] -dummyitem=1 -cost=450 -members=yes -model=model_3021 -2dxof=-3 -2dyof=-2 -2dzoom=650 -2dyan=256 -2dxan=2044 -iop2=Wear -manwear=model_3378 -womanwear=model_3382 -manhead=model_39427 -womanhead=model_38841 -name=Robin hood hat - -// 10797 -[obj_10797] -model=model_2521 -name=Picture - -// 10798 -[obj_10798] -dummyitem=1 -cost=65000 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=32453 -name=Rune platebody (g) - -// 10799 -[obj_10799] -model=model_2521 -name=Picture - -// 10800 -[obj_10800] -dummyitem=1 -cost=65000 -model=model_2378 -2dxof=-1 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -manwear=model_3379 -manwear2=model_164 -womanwear=model_3383 -womanwear2=model_344 -recol1s=16846 -recol1d=6476 -recol2s=11561 -recol2d=3272 -recol3s=6342 -recol3d=18071 -name=Rune platebody (t) - -// 10801 -[obj_10801] -model=model_2521 -name=Picture - -// 10802 -[obj_10802] -dummyitem=1 -cost=200 -members=yes -model=model_2451 -2dxof=-1 -2dyof=-8 -2dzoom=690 -2dyan=1856 -2dxan=160 -iop2=Wear -manwear=model_186 -womanwear=model_362 -manhead=model_39406 -womanhead=model_38793 -name=Tan cavalier - -// 10803 -[obj_10803] -model=model_2521 -name=Picture - -// 10804 -[obj_10804] -dummyitem=1 -cost=200 -members=yes -model=model_2451 -2dxof=-1 -2dyof=-8 -2dzoom=690 -2dyan=1856 -2dxan=160 -iop2=Wear -manwear=model_186 -womanwear=model_362 -manhead=model_39406 -womanhead=model_38793 -recol1s=16704 -recol1d=8288 -name=Dark cavalier - -// 10805 -[obj_10805] -model=model_2521 -name=Picture - -// 10806 -[obj_10806] -dummyitem=1 -cost=200 -members=yes -model=model_2451 -2dxof=-1 -2dyof=-8 -2dzoom=690 -2dyan=1856 -2dxan=160 -iop2=Wear -manwear=model_186 -womanwear=model_362 -manhead=model_39406 -womanhead=model_38793 -recol1s=16704 -recol1d=2114 -name=Black cavalier - -// 10807 -[obj_10807] -model=model_2521 -name=Picture - -// 10808 -[obj_10808] -cost=200 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -members=yes -stockmarket=yes -recol1s=12548 -recol1d=14659 -recol2s=10434 -recol2d=13600 -recol3s=20935 -recol3d=19909 -name=Arctic pyre logs -certlink=obj_10809 - -// 10809 -[obj_10809] -certlink=obj_10808 -certtemplate=obj_799 - -// 10810 -[obj_10810] -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -manwear=model_21893 -womanwear=model_21893 -members=yes -cost=35 -op4=Light -op5=hidden -stockmarket=yes -recol1s=12548 -recol1d=17796 -recol2s=10434 -recol2d=16736 -recol3s=20935 -recol3d=22023 -name=Arctic pine logs -certlink=obj_10811 - -// 10811 -[obj_10811] -certlink=obj_10810 -certtemplate=obj_799 - -// 10812 -[obj_10812] -ambient=15 -cost=90 -model=model_21958 -2dzoom=1616 -2dyan=1607 -2dxan=180 -members=yes -stockmarket=yes -name=Split log -certlink=obj_10813 - -// 10813 -[obj_10813] -certlink=obj_10812 -certtemplate=obj_799 - -// 10814 -[obj_10814] -model=model_21948 -2dxof=7 -2dyof=7 -2dzoom=1764 -2dyan=714 -2dxan=522 -members=yes -cost=120 -stockmarket=yes -recol1s=32767 -recol1d=6273 -name=Hair -certlink=obj_10815 - -// 10815 -[obj_10815] -certlink=obj_10814 -certtemplate=obj_799 - -// 10816 -[obj_10816] -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -cost=1 -members=yes -cost=2 -stockmarket=yes -name=Raw yak meat -certlink=obj_10817 - -// 10817 -[obj_10817] -certlink=obj_10816 -certtemplate=obj_799 - -// 10818 -[obj_10818] -model=model_21949 -2dxof=8 -2dyof=-5 -2dzoom=2022 -2dyan=1778 -2dxan=194 -members=yes -cost=50 -stockmarket=yes -name=Yak-hide -certlink=obj_10819 - -// 10819 -[obj_10819] -certlink=obj_10818 -certtemplate=obj_799 - -// 10820 -[obj_10820] -model=model_21950 -2dxof=4 -2dyof=-16 -2dzoom=2256 -2dyan=1742 -2dxan=324 -members=yes -cost=100 -stockmarket=yes -name=Cured yak-hide -certlink=obj_10821 - -// 10821 -[obj_10821] -certlink=obj_10820 -certtemplate=obj_799 - -// 10822 -[obj_10822] -cost=21 -model=model_21965 -2dyof=-1 -2dzoom=1503 -2dxan=585 -iop2=Wear -manwear=model_21883 -manwear2=model_156 -womanwear=model_21913 -womanwear2=model_337 -members=yes -cost=500 -stockmarket=yes -recol1s=25098 -recol1d=8389 -name=Yak-hide armour -certlink=obj_10823 - -// 10823 -[obj_10823] -certlink=obj_10822 -certtemplate=obj_799 - -// 10824 -[obj_10824] -cost=20 -model=model_21964 -2dzoom=1616 -2dxan=561 -iop2=Wear -manwear=model_21877 -womanwear=model_21912 -members=yes -cost=500 -stockmarket=yes -name=Yak-hide armour -certlink=obj_10825 - -// 10825 -[obj_10825] -certlink=obj_10824 -certtemplate=obj_799 - -// 10826 -[obj_10826] -cost=20 -iop2=Wield -model=model_21960 -2dyof=1 -2dzoom=1632 -2dyan=954 -2dzan=28 -2dxan=609 -contrast=15 -ambient=15 -members=yes -cost=500 -manwear=model_19335 -womanwear=model_19335 -stockmarket=yes -recol1s=17929 -recol1d=22152 -recol2s=15815 -recol2d=18983 -name=Fremennik round shield -womanwearoff=-3,-11,6 -certlink=obj_10827 - -// 10827 -[obj_10827] -certlink=obj_10826 -certtemplate=obj_799 - -// 10828 -[obj_10828] -model=model_21938 -2dxof=-1 -2dyof=1 -2dzoom=984 -2dyan=129 -2dxan=126 -iop2=Wear -manwear=model_21873 -manhead=model_39516 -womanwear=model_21906 -womanhead=model_38751 -members=yes -cost=50000 -stockmarket=yes -name=Helm of neitiznot -certlink=obj_10843 - -// 10829 -[obj_10829] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -cost=1 -members=yes -iop1=Open note -iop5=Destroy -name=Documents -param=param_59,1 - -// 10830 -[obj_10830] -model=model_2600 -2dzoom=1049 -2dyan=174 -2dxan=216 -cost=1 -members=yes -iop5=Destroy -name=Royal decree -param=param_59,1 - -// 10831 -[obj_10831] -model=model_21943 -2dxof=4 -2dyof=-20 -2dzoom=1488 -2dyan=273 -2dxan=180 -cost=1 -members=yes -iop1=Check tax -iop5=Destroy -name=Empty tax bag -param=param_59,1 - -// 10832 -[obj_10832] -model=model_21945 -2dxof=4 -2dyof=-20 -2dzoom=1488 -2dyan=273 -2dxan=180 -cost=1 -members=yes -iop1=Check tax -iop5=Destroy -name=Light tax bag -param=param_59,1 - -// 10833 -[obj_10833] -model=model_21946 -2dxof=4 -2dyof=-20 -2dzoom=1488 -2dyan=273 -2dxan=180 -cost=1 -members=yes -iop1=Check tax -iop5=Destroy -name=Normal tax bag -param=param_59,1 - -// 10834 -[obj_10834] -model=model_21944 -2dxof=4 -2dyof=-20 -2dzoom=1488 -2dyan=273 -2dxan=180 -cost=1 -members=yes -iop1=Check tax -iop5=Destroy -name=Hefty tax bag -param=param_59,1 - -// 10835 -[obj_10835] -model=model_21940 -2dxof=4 -2dyof=-20 -2dzoom=1488 -2dyan=273 -2dxan=180 -cost=1 -members=yes -iop1=Check taxes -iop5=Destroy -name=Bulging taxbag -param=param_59,1 - -// 10836 -[obj_10836] -members=yes -cost=100 -model=model_21955 -2dxof=11 -2dyof=-3 -2dzoom=919 -2dyan=166 -2dzan=235 -2dxan=539 -contrast=15 -ambient=15 -iop2=Wear -manwear=model_21875 -womanwear=model_21907 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39394 -womanhead=model_38790 -iop5=Destroy -name=Silly jester hat - -// 10837 -[obj_10837] -members=yes -cost=100 -model=model_21942 -2dxof=3 -2dyof=-7 -2dzoom=1243 -2dyan=1867 -2dzan=2047 -2dxan=567 -contrast=15 -ambient=15 -iop2=Wear -womanwear=model_21915 -manwear=model_21889 -womanwear2=model_21901 -manwear2=model_21867 -iop5=Destroy -name=Silly jester top - -// 10838 -[obj_10838] -members=yes -cost=100 -2dxof=-1 -2dyof=12 -2dzoom=1892 -2dyan=1909 -2dxan=456 -contrast=15 -ambient=15 -model=model_21953 -iop2=Wear -manwear=model_21881 -womanwear=model_21909 -iop5=Destroy -name=Silly jester tights - -// 10839 -[obj_10839] -members=yes -cost=100 -model=model_21954 -iop2=Wear -manwear=model_21870 -womanwear=model_21903 -2dzoom=984 -2dyan=124 -2dxan=304 -contrast=15 -ambient=15 -iop5=Destroy -recol1s=7298 -recol1d=6306 -name=Silly jester boots - -// 10840 -[obj_10840] -cost=1000 -members=yes -model=model_21956 -2dxof=4 -2dyof=32 -2dzoom=1892 -2dyan=1770 -2dzan=844 -2dxan=415 -contrast=15 -ambient=15 -iop2=Wield -manwear=model_21898 -womanwear=model_21897 -recol1s=16846 -recol1d=6476 -name=A jester stick -womanwearoff=3,-11,6 - -// 10841 -[obj_10841] -model=model_21896 -manwear=model_21896 -womanwear=model_21896 -members=yes -2dxof=30 -2dyof=38 -2dzoom=789 -name=Apricot cream pie - -// 10842 -[obj_10842] -members=yes -model=model_21961 -manwear=model_21891 -womanwear=model_21891 -2dxof=5 -2dyof=-3 -2dzoom=1178 -2dyan=1784 -2dxan=180 -iop5=Destroy -name=Decapitated head -womanwearoff=3,-11,6 -param=param_59,1 - -// 10843 -[obj_10843] -certlink=obj_10828 -certtemplate=obj_799 - -// 10844 -[obj_10844] -model=model_22196 -2dxof=-1 -2dyof=8 -2dzoom=784 -2dyan=1670 -2dxan=168 -members=yes -recol1s=23914 -recol1d=22384 -recol2s=12420 -recol2d=16042 -recol3s=11363 -recol3d=12935 -recol4s=9249 -recol4d=10790 -name=Spring sq'irk - -// 10845 -[obj_10845] -model=model_22196 -2dxof=-1 -2dyof=8 -2dzoom=784 -2dyan=1670 -2dxan=168 -members=yes -recol1s=23914 -recol1d=32304 -recol2s=12420 -recol2d=29892 -recol3s=11363 -recol3d=27778 -recol4s=9249 -recol4d=25664 -name=Summer sq'irk - -// 10846 -[obj_10846] -model=model_22196 -2dxof=-1 -2dyof=8 -2dzoom=784 -2dyan=1670 -2dxan=168 -members=yes -name=Autumn sq'irk - -// 10847 -[obj_10847] -model=model_22196 -2dxof=-1 -2dyof=8 -2dzoom=784 -2dyan=1670 -2dxan=168 -members=yes -recol1s=23914 -recol1d=20089 -recol2s=12420 -recol2d=9519 -recol3s=11363 -recol3d=11631 -recol4s=9249 -recol4d=12688 -name=Winter sq'irk - -// 10848 -[obj_10848] -model=model_22194 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -iop1=Drink -recol1s=29826 -recol1d=19213 -name=Spring sq'irkjuice - -// 10849 -[obj_10849] -model=model_22194 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -iop1=Drink -name=Summer sq'irkjuice - -// 10850 -[obj_10850] -model=model_22194 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -iop1=Drink -recol1s=29826 -recol1d=11363 -name=Autumn sq'irkjuice - -// 10851 -[obj_10851] -model=model_22194 -2dxof=-3 -2dyof=2 -2dzoom=660 -2dyan=1904 -2dxan=140 -members=yes -iop1=Drink -recol1s=29826 -recol1d=15859 -name=Winter sq'irkjuice - -// 10852 -[obj_10852] -model=model_22198 -ambient=30 -contrast=20 -dummyitem=1 -2dyof=-9 -2dzoom=2800 -2dxan=512 -name=Summer garden - -// 10853 -[obj_10853] -model=model_22197 -ambient=30 -contrast=20 -dummyitem=1 -2dyof=-9 -2dzoom=2800 -2dxan=512 -name=Spring garden - -// 10854 -[obj_10854] -model=model_22195 -ambient=30 -contrast=20 -dummyitem=1 -2dyof=-9 -2dzoom=2800 -2dxan=512 -name=Autumn garden - -// 10855 -[obj_10855] -model=model_22199 -ambient=30 -contrast=20 -dummyitem=1 -2dyof=-9 -2dzoom=2800 -2dxan=512 -name=Winter garden - -// 10856 -[obj_10856] -cost=5 -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -members=yes -iop5=Destroy -name=Sin seer's note - -// 10857 -[obj_10857] -model=model_22324 -members=yes -manwear=model_22285 -womanwear=model_22285 -2dyof=-15 -2dzoom=1892 -2dyan=1222 -2dzan=1480 -2dxan=563 -cost=0 -iop5=Destroy -name=Severed leg -womanwearoff=3,-11,6 - -// 10858 -[obj_10858] -model=model_22325 -members=yes -manwear=model_22286 -womanwear=model_22286 -iop2=Wield -iop5=Destroy -cost=0 -2dxof=-18 -2dyof=9 -2dzoom=2022 -2dyan=1521 -2dxan=567 -name=Shadow sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 - -// 10859 -[obj_10859] -model=model_22588 -iop1=Drink -iop2=Look-in -2dxof=3 -2dyof=-12 -2dzoom=720 -2dyan=2000 -2dxan=166 -members=yes -name=Tea flask - -// 10860 -[obj_10860] -model=model_22588 -womanwear=model_22617 -manwear=model_22617 -iop2=Use -members=yes -name=Tea flask - -// 10861 -[obj_10861] -model=model_22588 -womanwear=model_22616 -manwear=model_22616 -iop2=Use -members=yes -name=Tea flask - -// 10862 -[obj_10862] -model=model_22625 -manwear=model_22599 -womanwear=model_22621 -womanhead=model_22592 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39422 -womanhead=model_38831 -iop2=Wear -iop5=Destroy -cost=100 -2dxof=3 -2dyof=-16 -2dzoom=787 -2dyan=1851 -2dxan=176 -members=yes -name=Hard hat - -// 10863 -[obj_10863] -model=model_22627 -manwear=model_22603 -manwear2=model_22595 -womanwear=model_22623 -womanwear2=model_22619 -iop2=Wear -iop5=Destroy -cost=100 -2dzoom=1243 -2dxan=526 -members=yes -name=Builder's shirt - -// 10864 -[obj_10864] -model=model_22626 -manwear=model_22601 -womanwear=model_22622 -iop2=Wear -iop5=Destroy -cost=100 -2dyof=4 -2dzoom=1697 -2dxan=553 -members=yes -name=Builder's trousers - -// 10865 -[obj_10865] -model=model_22624 -manwear=model_22597 -womanwear=model_22620 -iop2=Wear -iop5=Destroy -cost=100 -2dxof=3 -2dyof=-32 -2dzoom=854 -2dyan=249 -2dxan=235 -members=yes -name=Builder's boots - -// 10866 -[obj_10866] -model=model_22581 -cost=0 -stackable=yes -members=yes -count1=obj_10867,2 -count2=obj_10868,3 -count3=obj_10869,4 -2dxof=7 -2dyof=7 -2dzoom=789 -2dyan=705 -2dxan=500 -name=Rivets - -// 10867 -[obj_10867] -model=model_22582 -stackable=yes -dummyitem=2 -2dxof=7 -2dyof=7 -2dzoom=789 -2dyan=705 -2dxan=500 - -// 10868 -[obj_10868] -model=model_22583 -stackable=yes -dummyitem=2 -2dxof=7 -2dyof=7 -2dzoom=789 -2dyan=705 -2dxan=500 - -// 10869 -[obj_10869] -model=model_22584 -stackable=yes -dummyitem=2 -2dxof=7 -2dyof=7 -2dzoom=789 -2dyan=705 -2dxan=500 - -// 10870 -[obj_10870] -model=model_22568 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=854 -2dyan=1660 -2dxan=166 -name=Binding fluid - -// 10871 -[obj_10871] -model=model_22578 -members=yes -2dyof=5 -2dzoom=1568 -2dyan=1757 -2dxan=290 -name=Pipe - -// 10872 -[obj_10872] -model=model_22580 -members=yes -2dxof=-1 -2dyof=8 -2dzoom=659 -2dyan=2047 -2dxan=290 -name=Pipe ring - -// 10873 -[obj_10873] -model=model_22569 -members=yes -2dxof=-1 -2dyof=5 -2dzoom=1438 -2dxan=401 -name=Metal sheet - -// 10874 -[obj_10874] -model=model_22579 -members=yes -2dzoom=530 -2dyan=360 -2dxan=166 -name=Coloured ball - -// 10875 -[obj_10875] -model=model_22591 -members=yes -2dxof=-1 -2dyof=3 -2dzoom=919 -2dxan=484 -name=Valve wheel - -// 10876 -[obj_10876] -model=model_22567 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1762 -2dyan=332 -2dxan=166 -name=Metal bar - -// 10877 -[obj_10877] -model=model_22575 -manwear=model_22608 -womanwear=model_22608 -iop2=Wear -cost=100 -2dxof=3 -2dyof=-32 -2dzoom=854 -2dyan=249 -2dxan=235 -members=yes -iop1=Inspect -iop4=Empty -name=Plain satchel -womanwearoff=3,-11,6 - -// 10878 -[obj_10878] -model=model_22575 -manwear=model_22608 -womanwear=model_22608 -iop2=Wear -cost=100 -2dxof=3 -2dyof=-32 -2dzoom=854 -2dyan=249 -2dxan=235 -members=yes -iop1=Inspect -iop4=Empty -recol1s=20188 -recol1d=5510 -recol2s=19165 -recol2d=8583 -recol3s=22332 -recol3d=10729 -recol4s=28573 -recol4d=12812 -name=Green satchel -womanwearoff=3,-11,6 - -// 10879 -[obj_10879] -model=model_22575 -manwear=model_22608 -womanwear=model_22608 -iop2=Wear -cost=100 -2dxof=3 -2dyof=-32 -2dzoom=854 -2dyan=249 -2dxan=235 -members=yes -iop1=Inspect -iop4=Empty -recol1s=20188 -recol1d=14405 -recol2s=19165 -recol2d=16485 -recol3s=22332 -recol3d=18598 -recol4s=28573 -recol4d=20743 -name=Red satchel -womanwearoff=3,-11,6 - -// 10880 -[obj_10880] -model=model_22575 -manwear=model_22608 -womanwear=model_22608 -iop2=Wear -cost=100 -2dxof=3 -2dyof=-32 -2dzoom=854 -2dyan=249 -2dxan=235 -members=yes -iop1=Inspect -iop4=Empty -recol1s=20188 -recol1d=3138 -recol2s=19165 -recol2d=5252 -recol3s=22332 -recol3d=7366 -recol4s=28573 -recol4d=8423 -name=Black satchel -womanwearoff=3,-11,6 - -// 10881 -[obj_10881] -model=model_22575 -manwear=model_22608 -womanwear=model_22608 -iop2=Wear -cost=100 -2dxof=3 -2dyof=-32 -2dzoom=854 -2dyan=249 -2dxan=235 -members=yes -iop1=Inspect -iop4=Empty -recol1s=20188 -recol1d=16770 -recol2s=19165 -recol2d=19971 -recol3s=22332 -recol3d=22117 -recol4s=28573 -recol4d=23208 -name=Gold satchel -womanwearoff=3,-11,6 - -// 10882 -[obj_10882] -model=model_22575 -manwear=model_22608 -womanwear=model_22608 -iop2=Wear -cost=100 -2dxof=3 -2dyof=-32 -2dzoom=854 -2dyan=249 -2dxan=235 -members=yes -iop1=Inspect -iop4=Empty -recol1s=20188 -recol1d=6547 -recol2s=19165 -recol2d=8627 -recol3s=22332 -recol3d=11764 -recol4s=28573 -recol4d=12855 -name=Rune satchel -womanwearoff=3,-11,6 - -// 10883 -[obj_10883] -dummyitem=1 -model=model_22625 -manwear=model_22599 -womanwear=model_22621 -manhead=model_39422 -womanhead=model_39422 -iop2=Wear -iop5=Destroy -cost=100 -2dxof=3 -2dyof=-16 -2dzoom=787 -2dyan=1851 -2dxan=176 -members=yes -name=Hard hat - -// 10884 -[obj_10884] -model=model_1842 -2dxof=-2 -2dyof=-30 -2dzoom=1240 -2dyan=1976 -2dxan=188 -cost=52 -members=yes -recol1s=11524 -recol1d=28471 -recol2s=9410 -recol2d=26357 -name=Fuse - -// 10885 -[obj_10885] -model=model_23141 -2dzoom=789 -2dyan=1868 -2dxan=222 -contrast=15 -ambient=15 -members=yes -name=Keg - -// 10886 -[obj_10886] -model=model_6743 -manwear=model_22788 -womanwear=model_22788 -members=yes -recol1s=13504 -recol1d=8354 -name=Prayer book -womanwearoff=3,-11,6 - -// 10887 -[obj_10887] -model=model_23133 -members=yes -cost=230000 -iop2=Wield -iop5=Destroy -2dxof=-5 -2dyof=2 -2dzoom=1104 -2dyan=24 -2dxan=321 -manwear=model_22787 -womanwear=model_22787 -name=Barrelchest anchor -womanwearoff=3,-11,6 - -// 10888 -[obj_10888] -model=model_23132 -members=yes -cost=1 -2dxof=-1 -2dyof=-11 -2dzoom=1178 -2dyan=24 -2dxan=321 -name=Barrelchest anchor - -// 10889 -[obj_10889] -model=model_3348 -members=yes -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Pray-over -iop5=Destroy -name=Blessed lamp - -// 10890 -[obj_10890] -model=model_23142 -2dzoom=854 -2dyan=1936 -2dxan=277 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop2=Recite-prayer -iop5=Destroy -name=Prayer book - -// 10891 -[obj_10891] -model=model_23151 -2dzoom=848 -2dyan=1784 -2dxan=55 -contrast=15 -ambient=15 -members=yes -stockmarket=yes -name=Wooden cat -certlink=obj_10892 - -// 10892 -[obj_10892] -certlink=obj_10891 -certtemplate=obj_799 - -// 10893 -[obj_10893] -model=model_23134 -2dxof=1 -2dyof=11 -2dzoom=1438 -2dyan=41 -2dxan=456 -contrast=15 -ambient=15 -members=yes -name=Cranial clamp - -// 10894 -[obj_10894] -model=model_23150 -2dxof=-1 -2dyof=7 -2dzoom=720 -2dyan=788 -2dxan=453 -contrast=15 -ambient=15 -members=yes -name=Brain tongs - -// 10895 -[obj_10895] -model=model_23135 -2dyof=-1 -2dzoom=984 -contrast=15 -ambient=15 -members=yes -name=Bell jar - -// 10896 -[obj_10896] -model=model_23144 -2dxof=4 -2dyof=8 -2dzoom=300 -2dyan=1438 -2dxan=290 -contrast=15 -ambient=15 -members=yes -iop1=Blow -name=Wolf whistle - -// 10897 -[obj_10897] -model=model_23143 -2dxof=1 -2dyof=4 -2dzoom=465 -2dyan=166 -2dxan=318 -contrast=15 -ambient=15 -members=yes -name=Shipping order - -// 10898 -[obj_10898] -model=model_23141 -2dzoom=789 -2dyan=1868 -2dxan=222 -contrast=15 -ambient=15 -members=yes -name=Keg - -// 10899 -[obj_10899] -cost=0 -stackable=yes -members=yes -count1=obj_10900,2 -count2=obj_10901,3 -count3=obj_10902,4 -count4=obj_10903,5 -model=model_23136 -2dzoom=2256 -2dyan=1967 -2dxan=270 -name=Crate part - -// 10900 -[obj_10900] -stackable=yes -dummyitem=2 -model=model_23137 -2dyof=-30 -2dzoom=2476 -2dyan=1867 -2dxan=249 - -// 10901 -[obj_10901] -stackable=yes -dummyitem=2 -model=model_23138 -2dxof=-3 -2dyof=3 -2dzoom=2476 -2dyan=1840 -2dxan=304 - -// 10902 -[obj_10902] -stackable=yes -dummyitem=2 -model=model_23139 -2dxof=-3 -2dyof=3 -2dzoom=2476 -2dyan=110 -2dxan=253 - -// 10903 -[obj_10903] -stackable=yes -dummyitem=2 -model=model_23140 -2dxof=-3 -2dyof=3 -2dzoom=2476 -2dyan=110 -2dxan=253 - -// 10904 -[obj_10904] -cost=0 -stackable=yes -members=yes -count1=obj_10905,2 -count2=obj_10906,3 -count3=obj_10907,4 -count4=obj_10908,5 -model=model_23145 -2dyof=1 -2dzoom=400 -2dyan=1715 -2dxan=55 -name=Skull staple - -// 10905 -[obj_10905] -stackable=yes -dummyitem=2 -model=model_23146 -2dyof=1 -2dzoom=400 -2dyan=1817 -2dxan=121 - -// 10906 -[obj_10906] -stackable=yes -dummyitem=2 -model=model_23147 -2dyof=1 -2dzoom=465 -2dyan=1835 -2dxan=160 - -// 10907 -[obj_10907] -stackable=yes -dummyitem=2 -model=model_23148 -2dxof=1 -2dyof=1 -2dzoom=530 -2dyan=1826 -2dxan=175 - -// 10908 -[obj_10908] -stackable=yes -dummyitem=2 -model=model_23149 -2dxof=1 -2dyof=1 -2dzoom=595 -2dyan=1826 -2dxan=160 - -// 10909 -[obj_10909] -cost=300 -members=yes -iop4=Empty -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=21512 -name=Mixture - step 1(4) -certlink=obj_10910 - -// 10910 -[obj_10910] -certlink=obj_10909 -certtemplate=obj_799 - -// 10911 -[obj_10911] -cost=240 -members=yes -iop4=Empty -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=21512 -name=Mixture - step 1(3) -certlink=obj_10912 - -// 10912 -[obj_10912] -certlink=obj_10911 -certtemplate=obj_799 - -// 10913 -[obj_10913] -cost=180 -members=yes -iop4=Empty -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=21512 -name=Mixture - step 1(2) -certlink=obj_10914 - -// 10914 -[obj_10914] -certlink=obj_10913 -certtemplate=obj_799 - -// 10915 -[obj_10915] -cost=120 -members=yes -iop4=Empty -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=21512 -name=Mixture - step 1(1) -certlink=obj_10916 - -// 10916 -[obj_10916] -certlink=obj_10915 -certtemplate=obj_799 - -// 10917 -[obj_10917] -cost=300 -members=yes -iop4=Empty -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=20743 -name=Mixture - step 2(4) -certlink=obj_10918 - -// 10918 -[obj_10918] -certlink=obj_10917 -certtemplate=obj_799 - -// 10919 -[obj_10919] -cost=240 -members=yes -iop4=Empty -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=20743 -name=Mixture - step 2(3) -certlink=obj_10920 - -// 10920 -[obj_10920] -certlink=obj_10919 -certtemplate=obj_799 - -// 10921 -[obj_10921] -cost=180 -members=yes -iop4=Empty -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=20743 -name=Mixture - step 2(2) -certlink=obj_10922 - -// 10922 -[obj_10922] -certlink=obj_10921 -certtemplate=obj_799 - -// 10923 -[obj_10923] -cost=120 -members=yes -iop4=Empty -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=20743 -name=Mixture - step 2(1) -certlink=obj_10924 - -// 10924 -[obj_10924] -certlink=obj_10923 -certtemplate=obj_799 - -// 10925 -[obj_10925] -cost=300 -members=yes -iop1=Drink -iop4=Empty -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=23914 -name=Sanfew serum(4) -certlink=obj_10926 - -// 10926 -[obj_10926] -certlink=obj_10925 -certtemplate=obj_799 - -// 10927 -[obj_10927] -cost=240 -members=yes -iop1=Drink -iop4=Empty -model=model_2697 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=23914 -name=Sanfew serum(3) -certlink=obj_10928 - -// 10928 -[obj_10928] -certlink=obj_10927 -certtemplate=obj_799 - -// 10929 -[obj_10929] -cost=180 -members=yes -iop1=Drink -iop4=Empty -model=model_2384 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=23914 -name=Sanfew serum(2) -certlink=obj_10930 - -// 10930 -[obj_10930] -certlink=obj_10929 -certtemplate=obj_799 - -// 10931 -[obj_10931] -cost=120 -members=yes -iop1=Drink -iop4=Empty -model=model_2621 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stockmarket=yes -recol1s=16846 -recol1d=23914 -name=Sanfew serum(1) -certlink=obj_10932 - -// 10932 -[obj_10932] -certlink=obj_10931 -certtemplate=obj_799 - -// 10933 -[obj_10933] -members=yes -iop2=Wear -cost=50 -model=model_22624 -manwear=model_19947 -womanwear=model_19953 -2dxof=3 -2dyof=-32 -2dzoom=854 -2dyan=249 -2dxan=235 -recol1s=7298 -recol1d=7365 -recol2s=18848 -recol2d=10536 -name=Lumberjack boots - -// 10934 -[obj_10934] -model=model_14131 -2dxof=5 -2dyof=-3 -2dzoom=789 -2dyan=111 -2dzan=28 -2dxan=304 -iop1=Look-at -iop5=Destroy -members=yes -name=Reward token - -// 10935 -[obj_10935] -model=model_14131 -2dxof=5 -2dyof=-3 -2dzoom=789 -2dyan=111 -2dzan=28 -2dxan=304 -iop1=Look-at -iop5=Destroy -members=yes -recol1s=32614 -recol1d=23782 -recol2s=28367 -recol2d=16485 -name=Reward token - -// 10936 -[obj_10936] -model=model_14131 -2dxof=5 -2dyof=-3 -2dzoom=789 -2dyan=111 -2dzan=28 -2dxan=304 -iop1=Look-at -iop5=Destroy -members=yes -recol1s=32614 -recol1d=8574 -recol2s=28367 -recol2d=16989 -name=Reward token - -// 10937 -[obj_10937] -members=yes -cost=300 -model=model_23186 -2dxof=5 -2dyof=9 -2dzoom=1872 -2dyan=279 -2dxan=567 -stockmarket=yes -name=Nail beast nails -certlink=obj_10938 - -// 10938 -[obj_10938] -certlink=obj_10937 -certtemplate=obj_799 - -// 10939 -[obj_10939] -iop2=Wear -members=yes -cost=50 -model=model_23185 -manwear=model_23174 -manwear2=model_10980 -womanwear=model_23182 -womanwear2=model_15123 -2dzoom=1232 -2dyan=1871 -2dxan=612 -recol1s=14724 -recol1d=15458 -recol2s=12610 -recol2d=13344 -name=Lumberjack top - -// 10940 -[obj_10940] -members=yes -iop2=Wear -cost=50 -model=model_23184 -manwear=model_23173 -womanwear=model_23181 -2dzoom=1697 -2dyan=180 -2dzan=2047 -2dxan=498 -name=Lumberjack legs - -// 10941 -[obj_10941] -members=yes -iop2=Wear -cost=50 -model=model_23183 -manwear=model_23172 -womanwear=model_23180 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39527 -manhead2=model_39991 -womanhead=model_39527 -womanhead2=model_39101 -2dxof=-3 -2dyof=-7 -2dzoom=720 -2dyan=1886 -2dxan=105 -name=Lumberjack hat - -// 10942 -[obj_10942] -members=yes -iop1=Look-at -iop5=Destroy -model=model_23187 -2dxof=5 -2dyof=1 -2dzoom=789 -2dzan=28 -2dxan=505 -name=Reward token - -// 10943 -[obj_10943] -members=yes -iop1=Look-at -iop5=Destroy -model=model_23187 -2dxof=5 -2dyof=1 -2dzoom=789 -2dzan=28 -2dxan=505 -recol1s=32614 -recol1d=23782 -recol2s=28367 -recol2d=16485 -name=Reward token - -// 10944 -[obj_10944] -iop1=Look-at -iop5=Destroy -members=yes -model=model_23187 -2dxof=5 -2dyof=1 -2dzoom=789 -2dzan=28 -2dxan=505 -recol1s=32614 -recol1d=8574 -recol2s=28367 -recol2d=16989 -name=Reward token - -// 10945 -[obj_10945] -dummyitem=1 -iop2=Wear -members=yes -cost=50 -model=model_23185 -manwear=model_23174 -manwear2=model_10980 -womanwear=model_23182 -womanwear2=model_15123 -2dzoom=1232 -2dyan=1871 -2dxan=612 -recol1s=14724 -recol1d=15458 -recol2s=12610 -recol2d=13344 -name=Lumberjack top - -// 10946 -[obj_10946] -model=model_23215 -2dzoom=5330 -name=Pushup - -// 10947 -[obj_10947] -model=model_23216 -2dzoom=5330 -name=Run - -// 10948 -[obj_10948] -model=model_23217 -2dzoom=5330 -name=Situp - -// 10949 -[obj_10949] -model=model_23218 -2dzoom=5330 -name=Starjump - -// 10950 -[obj_10950] -model=model_11143 -2dxof=2 -2dyof=-17 -2dzoom=930 -2dyan=296 -2dxan=220 -cost=0 -name=Skull staples - -// 10951 -[obj_10951] -model=model_11143 -2dxof=2 -2dyof=-17 -2dzoom=930 -2dyan=296 -2dxan=220 -cost=0 -name=Skull staples - -// 10952 -[obj_10952] -cost=150 -members=yes -model=model_23847 -manwear=model_23871 -womanwear=model_23871 -2dxof=-7 -2dyof=5 -2dzoom=919 -2dyan=1796 -2dxan=540 -iop1=Ring -stockmarket=yes -name=Slayer bell -womanwearoff=3,-11,6 -certlink=obj_10953 - -// 10953 -[obj_10953] -certlink=obj_10952 -certtemplate=obj_799 - -// 10954 -[obj_10954] -model=model_23585 -contrast=15 -ambient=15 -2dxof=5 -2dyof=3 -2dzoom=1117 -2dyan=2040 -2dxan=609 -members=yes -manwear=model_23864 -womanwear=model_23868 -manwear2=model_23861 -womanwear2=model_23865 -iop2=Wear -cost=1000 -stockmarket=yes -name=Frog-leather body -certlink=obj_10955 - -// 10955 -[obj_10955] -certlink=obj_10954 -certtemplate=obj_799 - -// 10956 -[obj_10956] -model=model_23586 -2dxof=3 -2dyof=-3 -2dzoom=1568 -2dyan=10 -2dxan=502 -contrast=15 -ambient=15 -members=yes -manwear=model_23863 -womanwear=model_23867 -iop2=Wear -cost=900 -stockmarket=yes -name=Frog-leather chaps -certlink=obj_10957 - -// 10957 -[obj_10957] -certlink=obj_10956 -certtemplate=obj_799 - -// 10958 -[obj_10958] -model=model_23581 -2dxof=1 -2dyof=-4 -2dzoom=801 -2dyan=1 -2dxan=34 -contrast=15 -ambient=15 -members=yes -manwear=model_23862 -womanwear=model_23866 -iop2=Wear -cost=200 -stockmarket=yes -name=Frog-leather boots -certlink=obj_10959 - -// 10959 -[obj_10959] -certlink=obj_10958 -certtemplate=obj_799 - -// 10960 -[obj_10960] -model=model_23590 -2dyof=13 -2dzoom=848 -2dyan=1937 -2dxan=234 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=10 -name=Green gloop soup - -// 10961 -[obj_10961] -model=model_23587 -2dyof=23 -2dzoom=789 -2dyan=1936 -2dxan=221 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=10 -name=Frogspawn gumbo - -// 10962 -[obj_10962] -model=model_23588 -2dyof=23 -2dzoom=724 -2dyan=1740 -2dxan=268 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=10 -name=Frogburger - -// 10963 -[obj_10963] -model=model_23584 -2dzoom=1232 -2dyan=1925 -2dxan=303 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=10 -name=Coated frogs' legs - -// 10964 -[obj_10964] -model=model_23580 -2dzoom=1243 -2dyan=1799 -2dxan=595 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=10 -name=Bat shish - -// 10965 -[obj_10965] -model=model_23622 -2dyof=-28 -2dzoom=1243 -2dyan=1895 -2dxan=304 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=10 -name=Fingers - -// 10966 -[obj_10966] -model=model_23591 -2dxof=2 -2dyof=9 -2dzoom=848 -2dyan=1808 -2dxan=396 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=50 -name=Grubs à la mode - -// 10967 -[obj_10967] -model=model_23623 -2dyof=-18 -2dzoom=1360 -2dyan=1604 -2dxan=221 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=50 -name=Roast frog - -// 10968 -[obj_10968] -model=model_23616 -2dyof=6 -2dzoom=848 -2dyan=1631 -2dxan=393 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=50 -name=Mushrooms - -// 10969 -[obj_10969] -model=model_23579 -2dxof=-4 -2dyof=-100 -2dzoom=2346 -2dyan=1770 -2dxan=221 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=50 -name=Fillets - -// 10970 -[obj_10970] -model=model_23619 -2dxof=-3 -2dyof=8 -2dzoom=720 -2dyan=1868 -2dxan=484 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=50 -name=Loach - -// 10971 -[obj_10971] -model=model_23582 -2dzoom=405 -2dyan=1618 -2dxan=332 -contrast=15 -ambient=15 -members=yes -iop1=Eat -cost=50 -name=Eel sushi - -// 10972 -[obj_10972] -model=model_23620 -2dxof=1 -2dzoom=848 -2dyan=1688 -2dxan=138 -contrast=15 -ambient=15 -members=yes -iop1=Break -cost=20 -stackable=yes -name=Dorgesh-kaan sphere - -// 10973 -[obj_10973] -model=model_23614 -2dzoom=740 -2dyan=254 -2dxan=45 -contrast=15 -ambient=15 -members=yes -cost=350 -stockmarket=yes -name=Light orb -certlink=obj_10974 - -// 10974 -[obj_10974] -certlink=obj_10973 -certtemplate=obj_799 - -// 10975 -[obj_10975] -model=model_23611 -2dxof=-9 -2dyof=11 -2dzoom=595 -2dyan=270 -2dxan=486 -members=yes -cost=0 -name=Spanner - -// 10976 -[obj_10976] -model=model_23592 -2dxof=-4 -2dyof=12 -2dzoom=2128 -2dyan=291 -2dxan=540 -members=yes -cost=5 -iop1=Bury -name=Long bone - -// 10977 -[obj_10977] -model=model_23589 -2dxof=3 -2dyan=12 -2dxan=552 -members=yes -cost=7 -iop1=Bury -name=Curved bone - -// 10978 -[obj_10978] -model=model_23612 -2dxof=-24 -2dyof=19 -2dzoom=1104 -2dyan=153 -2dxan=570 -members=yes -cost=2 -stockmarket=yes -name=Swamp weed -certlink=obj_10979 - -// 10979 -[obj_10979] -certlink=obj_10978 -certtemplate=obj_799 - -// 10980 -[obj_10980] -model=model_23615 -2dzoom=740 -2dyan=254 -2dxan=45 -contrast=15 -ambient=15 -members=yes -cost=250 -name=Empty light orb - -// 10981 -[obj_10981] -model=model_23613 -2dxof=-5 -2dzoom=1616 -2dyan=258 -2dxan=516 -members=yes -cost=20 -stockmarket=yes -name=Cave goblin wire -certlink=obj_10982 - -// 10982 -[obj_10982] -certlink=obj_10981 -certtemplate=obj_799 - -// 10983 -[obj_10983] -model=model_23599 -2dyof=1 -2dzoom=976 -2dyan=1715 -2dxan=555 -members=yes -cost=0 -iop5=Destroy -name=Cog -param=param_59,1 - -// 10984 -[obj_10984] -model=model_23597 -2dyof=1 -2dzoom=976 -2dyan=1715 -2dxan=555 -members=yes -cost=0 -iop5=Destroy -name=Cog -param=param_59,1 - -// 10985 -[obj_10985] -model=model_23602 -2dzoom=1104 -2dyan=1823 -2dxan=486 -members=yes -cost=0 -iop5=Destroy -name=Fuse -param=param_59,1 - -// 10986 -[obj_10986] -model=model_23600 -2dzoom=1104 -2dyan=1823 -2dxan=486 -members=yes -cost=0 -iop5=Destroy -name=Fuse -param=param_59,1 - -// 10987 -[obj_10987] -model=model_23608 -2dyof=1 -2dzoom=868 -2dyan=24 -2dxan=633 -members=yes -cost=0 -iop5=Destroy -name=Meter -param=param_59,1 - -// 10988 -[obj_10988] -model=model_23606 -2dyof=1 -2dzoom=868 -2dyan=24 -2dxan=633 -members=yes -cost=0 -iop5=Destroy -name=Meter -param=param_59,1 - -// 10989 -[obj_10989] -model=model_23596 -2dzoom=976 -2dyan=69 -2dxan=297 -members=yes -cost=0 -iop5=Destroy -name=Capacitor -param=param_59,1 - -// 10990 -[obj_10990] -model=model_23594 -2dzoom=976 -2dyan=69 -2dxan=297 -members=yes -cost=0 -iop5=Destroy -name=Capacitor -param=param_59,1 - -// 10991 -[obj_10991] -model=model_23605 -2dxof=-14 -2dyof=30 -2dzoom=1616 -2dyan=2027 -2dxan=468 -members=yes -cost=0 -iop5=Destroy -name=Lever -param=param_59,1 - -// 10992 -[obj_10992] -model=model_23603 -2dxof=-14 -2dyof=30 -2dzoom=1616 -2dyan=2027 -2dxan=468 -members=yes -cost=0 -iop5=Destroy -name=Lever -param=param_59,1 - -// 10993 -[obj_10993] -model=model_23610 -2dzoom=659 -2dyan=105 -2dxan=156 -members=yes -cost=0 -iop5=Destroy -name=Powerbox -param=param_59,1 - -// 10994 -[obj_10994] -model=model_23609 -2dzoom=659 -2dyan=105 -2dxan=156 -members=yes -cost=0 -iop5=Destroy -name=Powerbox -param=param_59,1 - -// 10995 -[obj_10995] -model=model_23621 -members=yes -cost=1000 -2dyof=41 -2dzoom=1232 -2dyan=81 -2dxan=285 -ambient=10 -contrast=10 -name=Perfect shell - -// 10996 -[obj_10996] -model=model_23618 -2dxof=-9 -2dzoom=2256 -2dyan=123 -2dxan=81 -members=yes -cost=1000 -name=Perfect snail shell - -// 10997 -[obj_10997] -dummyitem=1 -model=model_23855 -2dxof=-4 -2dyof=-1 -2dzoom=1616 -2dyan=276 -2dxan=75 -name=Molanisk - -// 10998 -[obj_10998] -model=model_23617 -dummyitem=1 -2dxof=5 -2dyof=-24 -2dzoom=1744 -2dyan=1835 -2dxan=36 -name=Cave goblin - -// 10999 -[obj_10999] -model=model_23887 -2dxof=-4 -2dyof=-4 -2dzoom=1114 -2dyan=1936 -2dxan=369 -contrast=15 -ambient=15 -members=yes -cost=1 -iop1=Read -name=Goblin book - -// 11000 -[obj_11000] -model=model_2742 -cost=0 -name=Picture - -// 11001 -[obj_11001] -cost=10 -model=model_23971 -2dxof=-5 -2dyof=16 -2dzoom=1360 -2dyan=180 -2dxan=240 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -name=Dagon'hai history - -// 11002 -[obj_11002] -cost=10 -model=model_23966 -2dxof=-1 -2dyof=1 -2dzoom=1488 -2dyan=243 -2dxan=183 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -name=Sin'keth's diary - -// 11003 -[obj_11003] -cost=5 -members=yes -model=model_23967 -2dxof=-3 -2dyof=16 -2dzoom=1232 -2dyan=222 -2dxan=216 -contrast=15 -ambient=15 -members=yes -count1=obj_11004,2 -count2=obj_11004,3 -count3=obj_11004,4 -count4=obj_11005,5 -iop1=Read -iop5=Destroy -name=An empty folder - -// 11004 -[obj_11004] -model=model_23969 -2dxof=-3 -2dyof=-5 -2dzoom=1373 -2dyan=156 -2dxan=264 -contrast=15 -ambient=15 -members=yes -stackable=yes -dummyitem=2 - -// 11005 -[obj_11005] -model=model_23968 -2dxof=-3 -2dyof=-5 -2dzoom=1373 -2dyan=156 -2dxan=264 -contrast=15 -ambient=15 -members=yes -stackable=yes -dummyitem=2 - -// 11006 -[obj_11006] -cost=10 -members=yes -model=model_23969 -2dxof=-3 -2dyof=16 -2dzoom=1232 -2dyan=222 -2dxan=216 -contrast=15 -ambient=15 -iop1=Read -iop5=Destroy -name=Used folder - -// 11007 -[obj_11007] -cost=10 -model=model_23968 -2dxof=-3 -2dyof=16 -2dzoom=1232 -2dyan=222 -2dxan=216 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -name=Full folder - -// 11008 -[obj_11008] -members=yes -model=model_23965 -2dzoom=1104 -2dyan=6 -2dxan=363 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -name=Rat's paper - -// 11009 -[obj_11009] -members=yes -model=model_2838 -iop1=Read -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -iop1=Read -iop5=Destroy -recol1s=32563 -recol1d=13640 -name=Rat's letter - -// 11010 -[obj_11010] -model=model_23964 -2dzoom=848 -2dyan=1799 -2dxan=387 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -name=Surok's letter - -// 11011 -[obj_11011] -model=model_23970 -2dzoom=1360 -2dyan=2003 -2dxan=390 -contrast=15 -ambient=15 -members=yes -iop1=Read -name=Zaff's instructions - -// 11012 -[obj_11012] -model=model_23972 -2dzoom=848 -2dyan=1028 -2dxan=417 -manwear=model_23951 -womanwear=model_23949 -members=yes -iop5=Destroy -name=Wand - -// 11013 -[obj_11013] -model=model_23973 -2dzoom=848 -2dyan=1028 -2dxan=417 -manwear=model_23952 -womanwear=model_23950 -members=yes -iop5=Destroy -name=Infused wand - -// 11014 -[obj_11014] -cost=0 -iop2=Wear -iop3=Operate -iop5=Destroy -members=yes -model=model_23979 -2dxof=7 -2dzoom=1800 -2dyan=3 -2dxan=258 -iop2=Wear -name=Beacon ring - -// 11015 -[obj_11015] -model=model_23998 -2dyof=-3 -2dzoom=1049 -2dyan=2047 -2dzan=1950 -2dxan=609 -contrast=15 -ambient=15 -manhead=model_39833 -womanhead=model_39053 -dummyitem=1 -name=Chicken head - -// 11016 -[obj_11016] -model=model_23997 -2dxof=-4 -2dyof=-5 -2dzoom=848 -2dyan=1931 -2dxan=127 -contrast=15 -ambient=15 -manwear=model_24033 -womanwear=model_24045 -dummyitem=1 -name=Chicken feet - -// 11017 -[obj_11017] -model=model_24000 -2dxof=-8 -2dyof=-12 -2dzoom=1488 -2dyan=2047 -2dxan=595 -contrast=15 -ambient=15 -manwear=model_24037 -manwear2=model_24032 -womanwear=model_24048 -womanwear2=model_24044 -dummyitem=1 -name=Chicken wings - -// 11018 -[obj_11018] -model=model_23999 -2dzoom=1744 -2dyan=2047 -2dzan=28 -2dxan=622 -contrast=15 -ambient=15 -manwear=model_24035 -womanwear=model_24047 -dummyitem=1 -name=Chicken legs - -// 11019 -[obj_11019] -model=model_23997 -2dxof=-4 -2dyof=-5 -2dzoom=848 -2dyan=1931 -2dxan=127 -contrast=15 -ambient=15 -manwear=model_24033 -womanwear=model_24045 -iop2=Wear -iop5=Destroy -name=Chicken feet - -// 11020 -[obj_11020] -model=model_24000 -2dxof=-8 -2dyof=-12 -2dzoom=1488 -2dyan=2047 -2dxan=595 -contrast=15 -ambient=15 -manwear=model_24037 -manwear2=model_24032 -womanwear=model_24048 -womanwear2=model_24044 -iop2=Wear -iop5=Destroy -name=Chicken wings - -// 11021 -[obj_11021] -model=model_23998 -2dyof=-3 -2dzoom=1049 -2dyan=2047 -2dzan=1950 -2dxan=609 -contrast=15 -ambient=15 -manwear=model_24034 -womanwear=model_24046 -manhead=model_39833 -womanhead=model_39053 -iop2=Wear -iop5=Destroy -name=Chicken head - -// 11022 -[obj_11022] -model=model_23999 -2dzoom=1744 -2dyan=2047 -2dzan=28 -2dxan=622 -contrast=15 -ambient=15 -manwear=model_24035 -womanwear=model_24047 -iop2=Wear -iop5=Destroy -name=Chicken legs - -// 11023 -[obj_11023] -model=model_24002 -2dyof=-1 -2dzoom=789 -2dyan=166 -iop1=Eat -iop5=Destroy -name=Magic egg -param=param_59,1 - -// 11024 -[obj_11024] -model=model_24006 -2dyof=-5 -2dzoom=848 -2dyan=1874 -2dxan=192 -contrast=15 -ambient=15 -op3=Take -iop5=Destroy -name=Rabbit mould -param=param_59,1 - -// 11025 -[obj_11025] -model=model_24007 -2dxof=-4 -2dyof=5 -2dzoom=1697 -2dyan=927 -2dxan=516 -contrast=15 -ambient=15 -ambient=20 -contrast=10 -stackable=yes -name=Chocolate chunks -param=param_59,1 - -// 11026 -[obj_11026] -model=model_23996 -2dxof=1 -2dyof=3 -2dzoom=1360 -2dyan=1760 -2dxan=69 -contrast=15 -ambient=15 -iop1=Eat -iop5=Drop -ambient=20 -contrast=10 -stackable=yes -name=Chocolate kebbit -param=param_59,1 - -// 11027 -[obj_11027] -model=model_24001 -2dzoom=789 -2dyan=41 -iop1=Release -manwear=model_24040 -womanwear=model_24040 -iop5=Destroy -name=Easter egg -womanwearoff=3,-11,6 -param=param_59,1 - -// 11028 -[obj_11028] -model=model_24005 -2dzoom=789 -2dyan=41 -iop1=Release -iop5=Destroy -manwear=model_24043 -womanwear=model_24043 -name=Easter egg -womanwearoff=3,-11,6 -param=param_59,1 - -// 11029 -[obj_11029] -model=model_24003 -2dzoom=789 -2dyan=41 -iop1=Release -iop5=Destroy -manwear=model_24041 -womanwear=model_24041 -name=Easter egg -womanwearoff=3,-11,6 -param=param_59,1 - -// 11030 -[obj_11030] -model=model_24004 -2dzoom=789 -2dyan=41 -iop1=Release -iop5=Destroy -manwear=model_24042 -womanwear=model_24042 -name=Easter egg -womanwearoff=3,-11,6 -param=param_59,1 - -// 11031 -[obj_11031] -model=model_24058 -2dxof=2 -2dyof=26 -2dzoom=1900 -2dyan=2044 -2dxan=268 -members=yes -cost=0 -iop5=Destroy -name=Damp planks - -// 11032 -[obj_11032] -model=model_24060 -2dzoom=1130 -2dxan=228 -members=yes -cost=0 -iop5=Destroy -name=Crude carving - -// 11033 -[obj_11033] -model=model_24057 -2dxof=2 -2dyof=6 -2dzoom=1100 -2dyan=40 -2dxan=324 -members=yes -cost=0 -iop5=Destroy -name=Cruder carving - -// 11034 -[obj_11034] -model=model_2600 -2dxof=5 -2dyof=-5 -2dzoom=1310 -2dyan=1704 -2dxan=136 -members=yes -iop1=Read -cost=0 -iop5=Destroy -name=Sven's last map - -// 11035 -[obj_11035] -model=model_24059 -2dxof=3 -2dyof=-5 -2dzoom=1140 -2dyan=1748 -2dxan=140 -members=yes -cost=0 -iop5=Destroy -name=Windswept logs - -// 11036 -[obj_11036] -model=model_24140 -2dyof=9 -2dzoom=595 -2dyan=1950 -2dxan=290 -cost=1 -members=yes -iop1=Read -iop5=Destroy -name=Parchment - -// 11037 -[obj_11037] -cost=26000 -model=model_24142 -2dxof=-1 -2dyof=3 -2dzoom=1503 -2dyan=1421 -2dxan=489 -iop2=Wield -manwear=model_24052 -womanwear=model_24052 -members=yes -stockmarket=yes -name=Brine sabre -womanwearoff=3,-11,6 -certlink=obj_11038 - -// 11038 -[obj_11038] -certlink=obj_11037 -certtemplate=obj_799 - -// 11039 -[obj_11039] -model=model_24144 -2dxof=4 -2dyof=-1 -2dzoom=720 -2dyan=304 -2dxan=373 -members=yes -cost=0 -iop5=Destroy -name=Key - -// 11040 -[obj_11040] -model=model_24145 -2dxof=1 -2dyof=3 -2dzoom=848 -2dyan=304 -2dxan=373 -members=yes -cost=0 -iop5=Destroy -name=Key - -// 11041 -[obj_11041] -model=model_24147 -2dxof=4 -2dyof=-1 -2dzoom=720 -2dyan=304 -2dxan=373 -members=yes -cost=0 -iop5=Destroy -name=Key - -// 11042 -[obj_11042] -model=model_24143 -2dxof=4 -2dyof=-1 -2dzoom=720 -2dyan=304 -2dxan=373 -members=yes -cost=0 -iop5=Destroy -name=Key - -// 11043 -[obj_11043] -model=model_24146 -2dxof=3 -2dyof=-1 -2dzoom=789 -2dyan=277 -2dxan=456 -members=yes -cost=0 -iop5=Destroy -name=Key - -// 11044 -[obj_11044] -model=model_18322 -2dxof=-1 -2dyof=-4 -2dyan=1907 -2dxan=144 -members=yes -cost=0 -name=Rotten barrel - -// 11045 -[obj_11045] -model=model_18322 -2dxof=-1 -2dyof=-4 -2dyan=1907 -2dxan=144 -members=yes -cost=0 -iop5=Destroy -name=Rotten barrel - -// 11046 -[obj_11046] -model=model_1842 -manwear=model_10131 -womanwear=model_10131 -2dxof=-2 -2dyof=-30 -2dzoom=1240 -2dyan=1976 -2dxan=188 -members=yes -cost=0 -name=Rope -womanwearoff=3,-11,6 - -// 11047 -[obj_11047] -model=model_24141 -2dxof=7 -2dyof=-46 -2dzoom=1568 -2dyan=1922 -2dxan=204 -dummyitem=1 -name=Brine rat - -// 11048 -[obj_11048] -model=model_24406 -2dxof=1 -2dzoom=984 -2dyan=152 -2dxan=48 -contrast=15 -ambient=15 -members=yes -name=Armour shard - -// 11049 -[obj_11049] -model=model_24407 -2dxof=-8 -2dyof=15 -2dzoom=1496 -2dyan=1853 -2dxan=318 -contrast=15 -ambient=15 -members=yes -name=Artefact - -// 11050 -[obj_11050] -model=model_24408 -2dxof=3 -2dyof=5 -2dzoom=1049 -2dyan=1826 -2dxan=470 -contrast=15 -ambient=15 -members=yes -name=Axe head - -// 11051 -[obj_11051] -model=model_24409 -2dxof=4 -2dyof=-5 -2dzoom=984 -2dyan=249 -2dxan=124 -contrast=15 -ambient=15 -members=yes -name=Artefact - -// 11052 -[obj_11052] -model=model_24410 -2dxof=-3 -2dyof=-16 -2dzoom=592 -2dyan=1946 -2dxan=174 -contrast=15 -ambient=15 -members=yes -name=Helmet fragment - -// 11053 -[obj_11053] -model=model_24411 -2dxof=-9 -2dyof=22 -2dzoom=789 -2dyan=1946 -2dxan=277 -contrast=15 -ambient=15 -members=yes -name=Artefact - -// 11054 -[obj_11054] -model=model_24414 -2dxof=7 -2dyof=9 -2dzoom=976 -2dyan=1715 -2dxan=408 -contrast=15 -ambient=15 -members=yes -name=Shield fragment - -// 11055 -[obj_11055] -model=model_24415 -2dxof=-4 -2dyof=-16 -2dzoom=1438 -2dyan=1618 -2dxan=360 -contrast=15 -ambient=15 -members=yes -name=Artefact - -// 11056 -[obj_11056] -model=model_24416 -2dyof=1 -2dzoom=720 -2dyan=1883 -2dxan=435 -contrast=15 -ambient=15 -members=yes -name=Sword fragment - -// 11057 -[obj_11057] -model=model_24417 -2dxof=-1 -2dyof=-19 -2dzoom=1296 -2dyan=1411 -2dxan=152 -contrast=15 -ambient=15 -members=yes -name=Artefact - -// 11058 -[obj_11058] -model=model_24412 -2dxof=-1 -2dyof=4 -2dzoom=1632 -2dyan=83 -2dxan=1618 -contrast=15 -ambient=15 -members=yes -name=Mace - -// 11059 -[obj_11059] -model=model_24413 -2dyof=24 -2dzoom=1632 -2dyan=53 -2dxan=330 -contrast=15 -ambient=15 -members=yes -name=Artefact - -// 11060 -[obj_11060] -model=model_23620 -2dxof=1 -2dzoom=848 -2dyan=1688 -2dxan=138 -contrast=15 -ambient=15 -members=yes -iop1=Break -cost=20 -stackable=yes -recol1s=32248 -recol1d=19680 -recol2s=11966 -recol2d=32384 -name=Goblin village sphere - -// 11061 -[obj_11061] -iop2=Wield -model=model_24412 -2dxof=-1 -2dyof=4 -2dzoom=1632 -2dyan=83 -2dxan=1618 -contrast=15 -ambient=15 -manwear=model_24538 -womanwear=model_24538 -members=yes -cost=1000 -stockmarket=yes -name=Ancient mace -womanwearoff=3,-11,6 -certlink=obj_11064 - -// 11062 -[obj_11062] -model=model_15496 -members=yes -cost=1 -2dxof=-18 -2dyof=-20 -2dzoom=3024 -2dyan=84 -2dxan=78 -name=Zanik (slice) - -// 11063 -[obj_11063] -model=model_24539 -2dxof=-3 -2dyof=-3 -2dzoom=595 -2dyan=277 -2dzan=83 -2dxan=609 -manwear=model_24541 -womanwear=model_24541 -dummyitem=2 -womanwearoff=0,6,0 - -// 11064 -[obj_11064] -certlink=obj_11061 -certtemplate=obj_799 - -// 11065 -[obj_11065] -cost=5 -model=model_24565 -2dxof=-1 -2dyof=18 -2dzoom=659 -2dyan=1939 -2dxan=268 -members=yes -stockmarket=yes -name=Bracelet mould -certlink=obj_11066 - -// 11066 -[obj_11066] -certlink=obj_11065 -certtemplate=obj_799 - -// 11067 -[obj_11067] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -dummyitem=2 -recol1s=32767 -recol1d=4228 -recol2s=32576 -recol2d=4228 -recol3s=28288 -recol3d=4228 - -// 11068 -[obj_11068] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -dummyitem=2 -recol1s=15856 -recol1d=32576 - -// 11069 -[obj_11069] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -manwear=model_24558 -womanwear=model_24564 -cost=550 -members=yes -iop2=Wear -stockmarket=yes -recol1s=15856 -recol1d=32576 -name=Gold bracelet -certlink=obj_11070 - -// 11070 -[obj_11070] -certlink=obj_11069 -certtemplate=obj_799 - -// 11071 -[obj_11071] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -dummyitem=2 -recol1s=15856 -recol1d=1110 - -// 11072 -[obj_11072] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=1150 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=1110 -name=Sapphire bracelet -certlink=obj_11073 - -// 11073 -[obj_11073] -certlink=obj_11072 -certtemplate=obj_799 - -// 11074 -[obj_11074] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=1265 -iop2=Wear -members=yes -stockmarket=yes -recol1s=15856 -recol1d=1110 -name=Bracelet of clay -certlink=obj_11075 - -// 11075 -[obj_11075] -certlink=obj_11074 -certtemplate=obj_799 - -// 11076 -[obj_11076] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=1525 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=1666 -name=Emerald bracelet -certlink=obj_11077 - -// 11077 -[obj_11077] -certlink=obj_11076 -certtemplate=obj_799 - -// 11078 -[obj_11078] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -dummyitem=2 -recol1s=15856 -recol1d=1666 - -// 11079 -[obj_11079] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=1675 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=1666 -name=Castlewar brace(3) -certlink=obj_11080 - -// 11080 -[obj_11080] -certlink=obj_11079 -certtemplate=obj_799 - -// 11081 -[obj_11081] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=1675 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=1666 -name=Castlewar brace(2) -certlink=obj_11082 - -// 11082 -[obj_11082] -certlink=obj_11081 -certtemplate=obj_799 - -// 11083 -[obj_11083] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=1675 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=1666 -name=Castlewar brace(1) -certlink=obj_11084 - -// 11084 -[obj_11084] -certlink=obj_11083 -certtemplate=obj_799 - -// 11085 -[obj_11085] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=2325 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=17440 -name=Ruby bracelet -certlink=obj_11086 - -// 11086 -[obj_11086] -certlink=obj_11085 -certtemplate=obj_799 - -// 11087 -[obj_11087] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -dummyitem=2 -recol1s=15856 -recol1d=17440 - -// 11088 -[obj_11088] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -members=yes -cost=2560 -stockmarket=yes -recol1s=15856 -recol1d=17440 -name=Inoculation brace -certlink=obj_11089 - -// 11089 -[obj_11089] -certlink=obj_11088 -certtemplate=obj_799 - -// 11090 -[obj_11090] -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -cost=4050 -members=yes -stockmarket=yes -recol1s=11561 -recol1d=32503 -name=Phoenix necklace -certlink=obj_11091 - -// 11091 -[obj_11091] -certlink=obj_11090 -certtemplate=obj_799 - -// 11092 -[obj_11092] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=3825 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=32767 -name=Diamond bracelet -certlink=obj_11093 - -// 11093 -[obj_11093] -certlink=obj_11092 -certtemplate=obj_799 - -// 11094 -[obj_11094] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -dummyitem=2 -recol1s=15856 -recol1d=32767 - -// 11095 -[obj_11095] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=4200 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=32767 -name=Forinthry brace(5) -certlink=obj_11096 - -// 11096 -[obj_11096] -certlink=obj_11095 -certtemplate=obj_799 - -// 11097 -[obj_11097] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=4200 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=32767 -name=Forinthry brace(4) -certlink=obj_11098 - -// 11098 -[obj_11098] -certlink=obj_11097 -certtemplate=obj_799 - -// 11099 -[obj_11099] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=4200 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=32767 -name=Forinthry brace(3) -certlink=obj_11100 - -// 11100 -[obj_11100] -certlink=obj_11099 -certtemplate=obj_799 - -// 11101 -[obj_11101] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=4200 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=32767 -name=Forinthry brace(2) -certlink=obj_11102 - -// 11102 -[obj_11102] -certlink=obj_11101 -certtemplate=obj_799 - -// 11103 -[obj_11103] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=4200 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=32767 -name=Forinthry brace(1) -certlink=obj_11104 - -// 11104 -[obj_11104] -certlink=obj_11103 -certtemplate=obj_799 - -// 11105 -[obj_11105] -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -iop4=Rub -manwear=model_281 -womanwear=model_445 -cost=20200 -members=yes -stockmarket=yes -recol1s=11561 -recol1d=13331 -name=Skills necklace(4) -certlink=obj_11106 - -// 11106 -[obj_11106] -certlink=obj_11105 -certtemplate=obj_799 - -// 11107 -[obj_11107] -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -iop4=Rub -manwear=model_281 -womanwear=model_445 -cost=20200 -members=yes -stockmarket=yes -recol1s=11561 -recol1d=13331 -name=Skills necklace(3) -certlink=obj_11108 - -// 11108 -[obj_11108] -certlink=obj_11107 -certtemplate=obj_799 - -// 11109 -[obj_11109] -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -iop4=Rub -manwear=model_281 -womanwear=model_445 -cost=20200 -members=yes -stockmarket=yes -recol1s=11561 -recol1d=13331 -name=Skills necklace(2) -certlink=obj_11110 - -// 11110 -[obj_11110] -certlink=obj_11109 -certtemplate=obj_799 - -// 11111 -[obj_11111] -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -iop4=Rub -manwear=model_281 -womanwear=model_445 -cost=20200 -members=yes -stockmarket=yes -recol1s=11561 -recol1d=13331 -name=Skills necklace(1) -certlink=obj_11112 - -// 11112 -[obj_11112] -certlink=obj_11111 -certtemplate=obj_799 - -// 11113 -[obj_11113] -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -iop4=Rub -manwear=model_281 -womanwear=model_445 -cost=20200 -members=yes -stockmarket=yes -recol1s=11561 -recol1d=13331 -name=Skills necklace -certlink=obj_11114 - -// 11114 -[obj_11114] -certlink=obj_11113 -certtemplate=obj_799 - -// 11115 -[obj_11115] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=19125 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=13331 -name=Dragon bracelet -certlink=obj_11116 - -// 11116 -[obj_11116] -certlink=obj_11115 -certtemplate=obj_799 - -// 11117 -[obj_11117] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -dummyitem=2 -recol1s=15856 -recol1d=13331 - -// 11118 -[obj_11118] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -iop4=Rub -manwear=model_24558 -womanwear=model_24564 -cost=21040 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=13331 -name=Combat bracelet(4) -certlink=obj_11119 - -// 11119 -[obj_11119] -certlink=obj_11118 -certtemplate=obj_799 - -// 11120 -[obj_11120] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -iop4=Rub -manwear=model_24558 -womanwear=model_24564 -cost=21040 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=13331 -name=Combat bracelet(3) -certlink=obj_11121 - -// 11121 -[obj_11121] -certlink=obj_11120 -certtemplate=obj_799 - -// 11122 -[obj_11122] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -iop4=Rub -manwear=model_24558 -womanwear=model_24564 -cost=21040 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=13331 -name=Combat bracelet(2) -certlink=obj_11123 - -// 11123 -[obj_11123] -certlink=obj_11122 -certtemplate=obj_799 - -// 11124 -[obj_11124] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -iop4=Rub -manwear=model_24558 -womanwear=model_24564 -cost=21040 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=13331 -name=Combat bracelet(1) -certlink=obj_11125 - -// 11125 -[obj_11125] -certlink=obj_11124 -certtemplate=obj_799 - -// 11126 -[obj_11126] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -iop4=Rub -manwear=model_24558 -womanwear=model_24564 -cost=21040 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=13331 -name=Combat bracelet -certlink=obj_11127 - -// 11127 -[obj_11127] -certlink=obj_11126 -certtemplate=obj_799 - -// 11128 -[obj_11128] -model=model_9635 -2dyof=-16 -2dzoom=1020 -2dyan=2020 -2dxan=332 -iop2=Wear -manwear=model_9643 -womanwear=model_9645 -cost=202000 -members=yes -stockmarket=yes -recol1s=11561 -recol1d=1059 -recol2s=32576 -recol2d=1059 -name=Berserker necklace -certlink=obj_11129 - -// 11129 -[obj_11129] -certlink=obj_11128 -certtemplate=obj_799 - -// 11130 -[obj_11130] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -members=yes -cost=201000 -stockmarket=yes -recol1s=15856 -recol1d=1059 -recol2s=32576 -recol2d=1059 -recol3s=28288 -recol3d=1059 -name=Onyx bracelet -certlink=obj_11131 - -// 11131 -[obj_11131] -certlink=obj_11130 -certtemplate=obj_799 - -// 11132 -[obj_11132] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -dummyitem=2 -recol1s=15856 -recol1d=1059 -recol2s=32576 -recol2d=4228 -recol3s=28288 -recol3d=1059 - -// 11133 -[obj_11133] -model=model_24566 -2dyof=-7 -2dzoom=659 -2dyan=1909 -2dxan=184 -iop2=Wear -manwear=model_24558 -womanwear=model_24564 -cost=202000 -members=yes -stockmarket=yes -recol1s=15856 -recol1d=1059 -recol2s=32576 -recol2d=1059 -recol3s=28288 -recol3d=1059 -name=Regen bracelet -certlink=obj_11134 - -// 11134 -[obj_11134] -certlink=obj_11133 -certtemplate=obj_799 - -// 11135 -[obj_11135] -model=model_19490 -2dxof=1 -2dyof=-3 -2dzoom=1243 -2dzan=69 -2dxan=526 -contrast=15 -ambient=15 -members=yes -manwear=model_19473 -manwear2=model_19466 -womanwear=model_19482 -womanwear2=model_19478 -dummyitem=1 -name=Bomber jacket - -// 11136 -[obj_11136] -model=model_24569 -manwear=model_24567 -womanwear=model_24568 -2dyof=-1 -2dzoom=917 -2dyan=150 -2dxan=408 -members=yes -cost=0 -iop2=Wear -iop5=Destroy -name=Karamja gloves 1 - -// 11137 -[obj_11137] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11138 -[obj_11138] -model=model_24569 -manwear=model_24567 -womanwear=model_24568 -2dyof=-1 -2dzoom=917 -2dyan=150 -2dxan=408 -members=yes -cost=0 -iop2=Wear -iop5=Destroy -recol1s=6371 -recol1d=5345 -recol2s=6373 -recol2d=7459 -recol3s=12775 -recol3d=8516 -recol4s=14889 -recol4d=9573 -recol5s=18091 -recol5d=11687 -recol6s=15977 -recol6d=10630 -name=Karamja gloves 2 - -// 11139 -[obj_11139] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11140 -[obj_11140] -model=model_24569 -manwear=model_24567 -womanwear=model_24568 -2dyof=-1 -2dzoom=917 -2dyan=150 -2dxan=408 -members=yes -cost=0 -iop2=Wear -iop3=Activate -iop5=Destroy -recol1s=6371 -recol1d=2144 -recol2s=6373 -recol2d=3200 -recol3s=12775 -recol3d=4256 -recol4s=14889 -recol4d=5313 -recol5s=18091 -recol5d=6370 -recol6s=15977 -recol6d=5313 -name=Karamja gloves 3 - -// 11141 -[obj_11141] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11142 -[obj_11142] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 11143 -[obj_11143] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 11144 -[obj_11144] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 11145 -[obj_11145] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 11146 -[obj_11146] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 11147 -[obj_11147] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 11148 -[obj_11148] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 11149 -[obj_11149] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 11150 -[obj_11150] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 11151 -[obj_11151] -model=model_16726 -2dxof=-2 -2dyof=-2 -2dzoom=1232 -2dyan=174 -2dxan=129 -members=yes -manwear=model_16490 -womanwear=model_16490 -iop5=Destroy -recol1s=2312 -recol1d=16774 -name=Dream vial (empty) -womanwearoff=3,-11,6 - -// 11152 -[obj_11152] -model=model_16726 -2dxof=-2 -2dyof=-2 -2dzoom=1232 -2dyan=174 -2dxan=129 -members=yes -manwear=model_16490 -womanwear=model_16490 -iop5=Destroy -recol1s=2312 -recol1d=16774 -name=Dream vial (water) -womanwearoff=3,-11,6 - -// 11153 -[obj_11153] -model=model_16726 -2dxof=-2 -2dyof=-2 -2dzoom=1232 -2dyan=174 -2dxan=129 -members=yes -manwear=model_16490 -womanwear=model_16490 -iop5=Destroy -recol1s=2312 -recol1d=16774 -name=Dream vial (herb) -womanwearoff=3,-11,6 - -// 11154 -[obj_11154] -model=model_16732 -members=yes -2dxof=-2 -2dyof=-2 -2dzoom=1232 -2dyan=174 -2dxan=129 -manwear=model_16490 -womanwear=model_16490 -iop5=Destroy -recol1s=2312 -recol1d=16774 -name=Dream potion -womanwearoff=3,-11,6 - -// 11155 -[obj_11155] -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -members=yes -cost=20 -iop5=Destroy -recol1s=22131 -recol1d=25190 -name=Ground astral rune - -// 11156 -[obj_11156] -members=yes -model=model_9121 -2dyof=-20 -2dzoom=1730 -2dyan=164 -2dxan=180 -iop5=Destroy -name=Astral rune shards - -// 11157 -[obj_11157] -model=model_20832 -2dxof=5 -2dyof=-2 -2dzoom=712 -2dyan=1841 -2dxan=70 -iop1=Rub -iop5=Destroy -members=yes -name=Dreamy lamp - -// 11158 -[obj_11158] -model=model_24996 -2dxof=-1 -2dyof=1 -2dzoom=1632 -2dyan=1674 -2dzan=2006 -2dxan=194 -members=yes -iop1=Look-in -iop5=Destroy -name=Cyrisus's chest - -// 11159 -[obj_11159] -model=model_24995 -2dzoom=1232 -2dyan=210 -2dxan=126 -iop1=Open -iop5=Destroy -members=yes -name=Hunter kit - -// 11160 -[obj_11160] -dummyitem=2 -model=model_9029 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes -recol1s=10368 -recol1d=11556 -recol2s=15392 -recol2d=32767 - -// 11161 -[obj_11161] -dummyitem=2 -model=model_9030 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes -recol1s=10368 -recol1d=11556 -recol2s=15392 -recol2d=32767 - -// 11162 -[obj_11162] -dummyitem=2 -model=model_9031 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes -recol1s=10368 -recol1d=11556 -recol2s=15392 -recol2d=32767 - -// 11163 -[obj_11163] -dummyitem=2 -model=model_2764 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -stackable=yes -recol1s=10368 -recol1d=11556 -recol2s=15392 -recol2d=32767 - -// 11164 -[obj_11164] -model=model_25772 -2dyof=9 -2dzoom=1630 -2dxan=376 -iop5=Destroy -name=Restored shield - -// 11165 -[obj_11165] -cost=4 -model=model_17370 -2dxof=-22 -2dyof=-16 -2dzoom=1114 -2dyan=1079 -2dxan=290 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -name=Phoenix crossbow -womanwearoff=3,-11,6 -certlink=obj_11166 - -// 11166 -[obj_11166] -certlink=obj_11165 -certtemplate=obj_799 - -// 11167 -[obj_11167] -cost=4 -model=model_16876 -2dxof=-1 -2dzoom=1030 -2dyan=1132 -2dxan=332 -iop2=Wield -manwear=model_16846 -womanwear=model_16846 -recol1s=9411 -recol1d=8354 -recol2s=7364 -recol2d=14730 -recol3s=10502 -recol3d=5286 -name=Phoenix crossbow -womanwearoff=3,-11,6 -certlink=obj_11168 - -// 11168 -[obj_11168] -certlink=obj_11167 -certtemplate=obj_799 - -// 11169 -[obj_11169] -model=model_25775 -2dxof=2 -2dyof=8 -2dyan=390 -2dxan=381 -iop1=Read -name=Newspaper -certlink=obj_11170 - -// 11170 -[obj_11170] -certlink=obj_11169 -certtemplate=obj_799 - -// 11171 -[obj_11171] -model=model_25775 -2dxof=2 -2dyof=8 -2dyan=390 -2dxan=381 -iop1=Read -stockmarket=yes -name=Newspaper -certlink=obj_11172 - -// 11172 -[obj_11172] -certlink=obj_11171 -certtemplate=obj_799 - -// 11173 -[obj_11173] -model=model_25769 -2dxof=-8 -2dyof=-5 -2dzoom=2128 -2dyan=192 -2dxan=309 -stackable=yes -iop1=Read -iop5=Destroy -name=Half certificate - -// 11174 -[obj_11174] -model=model_25770 -2dxof=11 -2dyof=-9 -2dzoom=2128 -2dyan=147 -2dxan=309 -stackable=yes -iop1=Read -iop5=Destroy -name=Half certificate - -// 11175 -[obj_11175] -model=model_17293 -2dxof=-13 -2dyof=-81 -2dzoom=1467 -2dyan=1431 -2dxan=218 -members=yes -iop5=Destroy -members=yes -name=Uncleaned find - -// 11176 -[obj_11176] -model=model_25505 -2dxof=-4 -2dyof=4 -2dzoom=1243 -2dyan=234 -2dxan=447 -members=yes -name=Arrowheads - -// 11177 -[obj_11177] -model=model_25506 -2dxof=-12 -2dyof=-19 -2dzoom=976 -2dyan=51 -2dxan=354 -members=yes -name=Jewellery - -// 11178 -[obj_11178] -model=model_25508 -2dxof=-5 -2dzoom=1744 -2dyan=2045 -2dxan=171 -members=yes -name=Pottery - -// 11179 -[obj_11179] -model=model_25509 -2dzoom=464 -2dyan=415 -2dxan=290 -members=yes -name=Old coin - -// 11180 -[obj_11180] -model=model_25510 -2dxof=3 -2dzoom=464 -2dyan=1944 -2dxan=515 -members=yes -name=Ancient coin - -// 11181 -[obj_11181] -model=model_25504 -2dzoom=976 -2dyan=3 -2dxan=342 -members=yes -name=Ancient symbol - -// 11182 -[obj_11182] -model=model_25511 -2dzoom=976 -2dyan=1871 -2dxan=498 -members=yes -name=Old symbol - -// 11183 -[obj_11183] -model=model_25512 -2dzoom=1232 -2dyan=162 -2dxan=90 -members=yes -name=Old chipped vase - -// 11184 -[obj_11184] -model=model_25507 -2dyof=-3 -2dzoom=1360 -2dyan=300 -2dxan=318 -iop1=Look-at -cost=0 -name=Museum map - -// 11185 -[obj_11185] -model=model_3348 -members=yes -iop1=Rub -iop5=Destroy -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11186 -[obj_11186] -model=model_3348 -members=yes -iop1=Rub -iop5=Destroy -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11187 -[obj_11187] -model=model_3348 -members=yes -iop1=Rub -iop5=Destroy -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11188 -[obj_11188] -model=model_3348 -members=yes -iop1=Rub -iop5=Destroy -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11189 -[obj_11189] -model=model_3348 -members=yes -iop1=Rub -iop5=Destroy -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11190 -[obj_11190] -cost=2400 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -recol1s=11561 -recol1d=31808 -name=Digsite pendant (1) - -// 11191 -[obj_11191] -cost=2400 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -recol1s=11561 -recol1d=31808 -name=Digsite pendant (2) - -// 11192 -[obj_11192] -cost=2400 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -recol1s=11561 -recol1d=31808 -name=Digsite pendant (3) - -// 11193 -[obj_11193] -cost=2400 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -recol1s=11561 -recol1d=31808 -name=Digsite pendant (4) - -// 11194 -[obj_11194] -cost=2400 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -iop4=Rub -members=yes -recol1s=11561 -recol1d=31808 -name=Digsite pendant (5) - -// 11195 -[obj_11195] -cost=0 -model=model_2506 -2dxof=7 -2dyof=66 -2dzoom=465 -2dyan=166 -2dxan=290 -iop2=Wear -manwear=model_281 -womanwear=model_445 -members=yes -recol1s=11561 -recol1d=31808 -name=Clean necklace - -// 11196 -[obj_11196] -model=model_19414 -2dxof=-7 -2dyof=-1 -2dzoom=1503 -2dyan=761 -2dxan=373 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=18855 -recol1d=8458 -recol2s=21992 -recol2d=9515 -recol3s=24106 -recol3d=10572 -recol4s=25197 -recol4d=11629 -recol5s=30709 -recol5d=13743 -name=Griffin feather - -// 11197 -[obj_11197] -model=model_25931 -2dzoom=1744 -2dyan=1809 -2dxan=515 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Miazrqa's pendant - -// 11198 -[obj_11198] -model=model_25930 -2dzoom=1104 -2dyan=1988 -2dxan=447 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -name=Music sheet - -// 11199 -[obj_11199] -model=model_25929 -2dxof=4 -2dyof=-5 -2dzoom=659 -2dyan=195 -2dxan=138 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Rupert's helmet - -// 11200 -[obj_11200] -model=model_25929 -2dxof=4 -2dyof=-5 -2dzoom=659 -2dyan=195 -2dxan=138 -contrast=15 -ambient=15 -members=yes -manwear=model_26091 -manwear2=model_230 -womanwear=model_26100 -womanwear2=model_403 -manhead=model_39799 -manhead2=model_39443 -womanhead=model_39170 -womanhead2=model_39443 -cost=60000 -iop2=Wear -iop5=Drop -stockmarket=yes -name=Dwarven helmet -certlink=obj_11201 - -// 11201 -[obj_11201] -certlink=obj_11200 -certtemplate=obj_799 - -// 11202 -[obj_11202] -model=model_25932 -2dzoom=976 -2dyan=2012 -2dxan=405 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -name=Shrinking recipe - -// 11203 -[obj_11203] -model=model_25932 -2dxof=-1 -2dzoom=720 -2dyan=9 -2dxan=282 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -name=To-do list - -// 11204 -[obj_11204] -model=model_25933 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -contrast=15 -ambient=15 -members=yes -manwear=model_26095 -womanwear=model_26095 -iop1=Drink -iop4=Empty -iop5=Destroy -members=yes -name=Shrink-me-quick -womanwearoff=3,-11,6 - -// 11205 -[obj_11205] -cost=2 -stackable=yes -members=yes -count1=obj_11206,2 -count2=obj_11207,3 -count3=obj_11208,4 -count4=obj_11209,5 -model=model_25922 -2dxof=1 -2dyof=-3 -2dzoom=400 -2dyan=216 -2dxan=152 -iop4=Eat -stockmarket=yes -name=Shrunk ogleroot - -// 11206 -[obj_11206] -stackable=yes -members=yes -dummyitem=2 -model=model_25925 -2dxof=1 -2dyof=-3 -2dzoom=530 -2dyan=234 -2dxan=140 - -// 11207 -[obj_11207] -stackable=yes -members=yes -dummyitem=2 -model=model_25926 -2dxof=1 -2dyof=-11 -2dzoom=530 -2dyan=84 -2dxan=166 - -// 11208 -[obj_11208] -members=yes -stackable=yes -dummyitem=2 -model=model_25927 -2dxof=1 -2dyof=-3 -2dzoom=530 -2dyan=102 -2dxan=128 - -// 11209 -[obj_11209] -members=yes -stackable=yes -dummyitem=2 -model=model_25928 -2dyof=-5 -2dzoom=659 -2dyan=144 -2dxan=117 - -// 11210 -[obj_11210] -model=model_25923 -2dxof=2 -2dyof=5 -2dzoom=3387 -2dyan=1973 -2dxan=255 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Golden goblin - -// 11211 -[obj_11211] -model=model_25924 -2dxof=-1 -2dyof=-8 -2dzoom=848 -2dyan=1772 -2dxan=183 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Magic beans - -// 11212 -[obj_11212] -members=yes -cost=800 -stackable=yes -model=model_26306 -2dyan=180 -2dxan=432 -iop2=Wield -count1=obj_11213,2 -count2=obj_11214,3 -count3=obj_11215,4 -count4=obj_11216,5 -stockmarket=yes -name=Dragon arrow - -// 11213 -[obj_11213] -model=model_26307 -stackable=yes -dummyitem=2 -2dyan=180 -2dxan=432 - -// 11214 -[obj_11214] -model=model_26308 -stackable=yes -dummyitem=2 -2dyan=180 -2dxan=432 - -// 11215 -[obj_11215] -model=model_26309 -stackable=yes -dummyitem=2 -2dyan=180 -2dxan=432 - -// 11216 -[obj_11216] -model=model_26310 -stackable=yes -dummyitem=2 -2dyan=180 -2dxan=432 - -// 11217 -[obj_11217] -members=yes -cost=3 -stackable=yes -model=model_26282 -2dyof=7 -2dzoom=2092 -2dyan=1832 -2dxan=336 -iop2=Wield -count1=obj_11218,2 -count2=obj_11219,3 -count3=obj_11220,4 -count4=obj_11221,5 -stockmarket=yes -name=Dragon fire arrows - -// 11218 -[obj_11218] -stackable=yes -model=model_26283 -dummyitem=2 -2dyof=7 -2dzoom=2092 -2dyan=1832 -2dxan=336 - -// 11219 -[obj_11219] -stackable=yes -model=model_26284 -dummyitem=2 -2dyof=7 -2dzoom=2092 -2dyan=1832 -2dxan=336 - -// 11220 -[obj_11220] -stackable=yes -model=model_26285 -dummyitem=2 -2dyof=7 -2dzoom=2092 -2dyan=1832 -2dxan=336 - -// 11221 -[obj_11221] -stackable=yes -model=model_26286 -dummyitem=2 -2dyof=7 -2dzoom=2092 -2dyan=1832 -2dxan=336 - -// 11222 -[obj_11222] -members=yes -cost=10 -stackable=yes -model=model_26287 -2dyof=12 -2dzoom=2220 -2dyan=180 -2dxan=405 -iop2=Wield -count1=obj_11223,2 -count2=obj_11224,3 -count3=obj_11225,4 -count4=obj_11226,5 -stockmarket=yes -name=Dragon fire arrows - -// 11223 -[obj_11223] -stackable=yes -model=model_26288 -dummyitem=2 -2dyof=12 -2dzoom=2220 -2dyan=180 -2dxan=405 - -// 11224 -[obj_11224] -stackable=yes -model=model_26289 -dummyitem=2 -2dyof=12 -2dzoom=2220 -2dyan=180 -2dxan=405 - -// 11225 -[obj_11225] -stackable=yes -model=model_26290 -dummyitem=2 -2dyof=12 -2dzoom=2220 -2dyan=180 -2dxan=405 - -// 11226 -[obj_11226] -stackable=yes -model=model_26291 -dummyitem=2 -2dyof=12 -2dzoom=2220 -2dyan=180 -2dxan=405 - -// 11227 -[obj_11227] -members=yes -cost=800 -stackable=yes -model=model_26306 -2dyan=180 -2dxan=432 -iop2=Wield -count1=obj_11213,2 -count2=obj_11214,3 -count3=obj_11215,4 -count4=obj_11216,5 -stockmarket=yes -name=Dragon arrow(p) - -// 11228 -[obj_11228] -members=yes -cost=800 -stackable=yes -model=model_26306 -2dyan=180 -2dxan=432 -iop2=Wield -count1=obj_11213,2 -count2=obj_11214,3 -count3=obj_11215,4 -count4=obj_11216,5 -stockmarket=yes -name=Dragon arrow(p+) - -// 11229 -[obj_11229] -members=yes -cost=800 -stackable=yes -model=model_26306 -2dyan=180 -2dxan=432 -iop2=Wield -count1=obj_11213,2 -count2=obj_11214,3 -count3=obj_11215,4 -count4=obj_11216,5 -stockmarket=yes -name=Dragon arrow(p++) - -// 11230 -[obj_11230] -stackable=yes -members=yes -cost=500 -model=model_26311 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_26280 -womanwear=model_26280 -iop2=Wield -stockmarket=yes -name=Dragon dart -womanwearoff=3,-11,6 - -// 11231 -[obj_11231] -stackable=yes -members=yes -cost=500 -model=model_26311 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_26280 -womanwear=model_26280 -iop2=Wield -stockmarket=yes -name=Dragon dart(p) -womanwearoff=3,-11,6 - -// 11232 -[obj_11232] -cost=250 -model=model_26312 -members=yes -stackable=yes -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -stockmarket=yes -name=Dragon dart tip - -// 11233 -[obj_11233] -stackable=yes -members=yes -cost=500 -model=model_26311 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_26280 -womanwear=model_26280 -iop2=Wield -stockmarket=yes -name=Dragon dart(p+) -womanwearoff=3,-11,6 - -// 11234 -[obj_11234] -stackable=yes -members=yes -cost=500 -model=model_26311 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -manwear=model_26280 -womanwear=model_26280 -iop2=Wield -stockmarket=yes -name=Dragon dart(p++) -womanwearoff=3,-11,6 - -// 11235 -[obj_11235] -members=yes -cost=120002 -model=model_26386 -iop2=Wield -manwear=model_26279 -womanwear=model_26279 -2dzoom=2128 -2dyan=1034 -2dxan=591 -stockmarket=yes -name=Dark bow -womanwearoff=3,-11,6 -certlink=obj_11236 -lentlink=obj_13405 - -// 11236 -[obj_11236] -certlink=obj_11235 -certtemplate=obj_799 - -// 11237 -[obj_11237] -stackable=yes -members=yes -cost=500 -model=model_26303 -2dxof=8 -2dyof=11 -2dzoom=720 -2dyan=336 -2dxan=396 -count1=obj_13219,2 -count2=obj_13220,3 -count3=obj_13221,4 -count4=obj_13222,5 -stockmarket=yes -name=Dragon arrowtips - -// 11238 -[obj_11238] -model=model_26323 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -recol1s=5286 -recol1d=23094 -recol2s=6343 -recol2d=23094 -recol3s=7400 -recol3d=23168 -recol4s=8457 -recol4d=23094 -recol5s=17572 -recol5d=21044 -name=Baby impling jar -certlink=obj_11239 - -// 11239 -[obj_11239] -certlink=obj_11238 -certtemplate=obj_799 - -// 11240 -[obj_11240] -model=model_26323 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -recol1s=5286 -recol1d=27412 -recol2s=6343 -recol2d=27412 -recol3s=7400 -recol3d=9441 -recol4s=8457 -recol4d=27412 -recol5s=17572 -recol5d=27412 -name=Young impling jar -certlink=obj_11241 - -// 11241 -[obj_11241] -certlink=obj_11240 -certtemplate=obj_799 - -// 11242 -[obj_11242] -model=model_26323 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -recol1s=5286 -recol1d=29393 -recol2s=6343 -recol2d=32564 -recol3s=7400 -recol3d=22933 -recol4s=8457 -recol4d=32564 -recol5s=17572 -recol5d=32564 -name=Gourm' impling jar -certlink=obj_11243 - -// 11243 -[obj_11243] -certlink=obj_11242 -certtemplate=obj_799 - -// 11244 -[obj_11244] -model=model_26323 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -recol1s=5286 -recol1d=11558 -recol2s=6343 -recol2d=16840 -recol3s=7400 -recol3d=4324 -recol4s=8457 -recol4d=11558 -recol5s=17572 -recol5d=9609 -name=Earth impling jar -certlink=obj_11245 - -// 11245 -[obj_11245] -certlink=obj_11244 -certtemplate=obj_799 - -// 11246 -[obj_11246] -model=model_26323 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -recol1s=5286 -recol1d=11725 -recol2s=6343 -recol2d=231 -recol3s=7400 -recol3d=5615 -recol4s=8457 -recol4d=231 -recol5s=17572 -recol5d=231 -name=Ess' impling jar -certlink=obj_11247 - -// 11247 -[obj_11247] -certlink=obj_11246 -certtemplate=obj_799 - -// 11248 -[obj_11248] -model=model_26323 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -recol1s=5286 -recol1d=14962 -recol2s=6343 -recol2d=21159 -recol3s=7400 -recol3d=21159 -recol4s=8457 -recol4d=21159 -recol5s=17572 -recol5d=21159 -name=Eclectic impling jar -certlink=obj_11249 - -// 11249 -[obj_11249] -certlink=obj_11248 -certtemplate=obj_799 - -// 11250 -[obj_11250] -model=model_26323 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -recol1s=5286 -recol1d=10564 -recol2s=6343 -recol2d=4388 -recol3s=7400 -recol3d=4388 -recol4s=8457 -recol4d=9609 -recol5s=17572 -recol5d=4388 -name=Nature impling jar -certlink=obj_11251 - -// 11251 -[obj_11251] -certlink=obj_11250 -certtemplate=obj_799 - -// 11252 -[obj_11252] -model=model_26323 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -recol1s=5286 -recol1d=19977 -recol2s=6343 -recol2d=16840 -recol3s=7400 -recol3d=21122 -recol4s=8457 -recol4d=21122 -recol5s=17572 -recol5d=16840 -name=Magpie impling jar -certlink=obj_11253 - -// 11253 -[obj_11253] -certlink=obj_11252 -certtemplate=obj_799 - -// 11254 -[obj_11254] -model=model_26323 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -name=Ninja impling jar -certlink=obj_11255 - -// 11255 -[obj_11255] -certlink=obj_11254 -certtemplate=obj_799 - -// 11256 -[obj_11256] -model=model_26323 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -recol1s=5286 -recol1d=28008 -recol2s=6343 -recol2d=28170 -recol3s=7400 -recol3d=28170 -recol4s=8457 -recol4d=23908 -recol5s=17572 -recol5d=28170 -name=Dragon impling jar -certlink=obj_11257 - -// 11257 -[obj_11257] -certlink=obj_11256 -certtemplate=obj_799 - -// 11258 -[obj_11258] -model=model_26328 -2dxof=1 -2dyof=3 -2dzoom=854 -2dyan=1591 -2dzan=41 -2dxan=1757 -members=yes -iop1=Butterfly-jar -iop3=Impling-jar -iop4=Check -iop5=Destroy -cost=600 -name=Jar generator - -// 11259 -[obj_11259] -model=model_26326 -2dxof=-7 -2dyof=1 -2dzoom=1440 -2dyan=1956 -2dxan=152 -iop2=Wield -manwear=model_26281 -womanwear=model_26281 -ambient=60 -members=yes -cost=20 -members=yes -cost=1000 -iop5=Destroy -name=Magic butterfly net -womanwearoff=3,-11,6 - -// 11260 -[obj_11260] -model=model_26324 -2dxof=13 -2dyof=60 -2dzoom=590 -2dyan=1756 -2dxan=280 -cost=100 -members=yes -cost=1 -stockmarket=yes -name=Impling jar -certlink=obj_11261 - -// 11261 -[obj_11261] -certlink=obj_11260 -certtemplate=obj_799 - -// 11262 -[obj_11262] -model=model_26330 -2dyof=1 -2dzoom=528 -2dyan=1452 -2dzan=2006 -2dxan=138 -cost=50 -iop4=Empty -members=yes -stockmarket=yes -name=Imp repellent -certlink=obj_11263 - -// 11263 -[obj_11263] -certlink=obj_11262 -certtemplate=obj_799 - -// 11264 -[obj_11264] -model=model_26304 -2dyof=1 -2dzoom=528 -2dyan=1577 -2dzan=2006 -2dxan=138 -cost=10 -members=yes -iop4=Empty -stockmarket=yes -name=Anchovy oil -certlink=obj_11265 - -// 11265 -[obj_11265] -certlink=obj_11264 -certtemplate=obj_799 - -// 11266 -[obj_11266] -model=model_26305 -2dxof=3 -2dyof=1 -2dzoom=530 -2dyan=664 -2dzan=1992 -2dxan=152 -cost=5 -members=yes -stackable=yes -stockmarket=yes -name=Anchovy paste - -// 11267 -[obj_11267] -model=model_26329 -2dxof=1 -2dyof=3 -2dzoom=854 -2dyan=1591 -2dzan=41 -2dxan=1757 -members=yes -name=Picture - -// 11268 -[obj_11268] -model=model_26327 -2dxof=-7 -2dyof=1 -2dzoom=1440 -2dyan=1956 -2dxan=152 -ambient=60 -members=yes -members=yes -cost=1000 -name=Picture - -// 11269 -[obj_11269] -model=model_26325 -2dxof=13 -2dyof=60 -2dzoom=590 -2dyan=1756 -2dxan=280 -cost=100 -members=yes -cost=1 -name=Picture -certlink=obj_11270 - -// 11270 -[obj_11270] -certlink=obj_11269 -certtemplate=obj_799 - -// 11271 -[obj_11271] -model=model_26331 -2dyof=1 -2dzoom=528 -2dyan=1452 -2dzan=2006 -2dxan=138 -cost=50 -iop4=Empty -members=yes -name=Picture -certlink=obj_11272 - -// 11272 -[obj_11272] -certlink=obj_11271 -certtemplate=obj_799 - -// 11273 -[obj_11273] -model=model_2774 -cost=3 -members=yes -2dxof=-1 -2dyof=56 -2dzoom=990 -2dyan=1716 -2dxan=264 -iop1=Toggle-view -iop5=Destroy -recol1s=24174 -recol1d=16874 -recol2s=22026 -recol2d=15783 -recol3s=17832 -recol3d=12646 -recol4s=9248 -recol4d=1093 -name=Impling scroll - -// 11274 -[obj_11274] -cost=75 -model=model_2786 -members=yes -2dyof=7 -2dzoom=1370 -2dxan=536 -manwear=model_292 -manwear2=model_170 -womanwear=model_470 -womanwear2=model_348 -iop2=Wear -dummyitem=1 -recol1s=14724 -recol1d=17416 -name=Ham shirt - -// 11275 -[obj_11275] -certlink=obj_9418 -certtemplate=obj_799 - -// 11276 -[obj_11276] -certlink=obj_9419 -certtemplate=obj_799 - -// 11277 -[obj_11277] -model=model_26452 -members=yes -manwear=model_26415 -womanwear=model_26429 -iop2=Wear -manhead=model_39750 -womanhead=model_39087 -2dyof=-9 -2dzoom=724 -2dxan=111 -cost=200 -dummyitem=1 -name=Cavalier mask - -// 11278 -[obj_11278] -model=model_26453 -members=yes -manwear=model_26414 -womanwear=model_26428 -iop2=Wear -manhead=model_39637 -womanhead=model_39637 -2dxof=1 -2dyof=-24 -2dzoom=596 -2dxan=194 -cost=80 -dummyitem=1 -name=Beret mask - -// 11279 -[obj_11279] -model=model_26451 -2dxof=-3 -2dyof=3 -2dzoom=1697 -2dyan=870 -2dxan=315 -manwear=model_26608 -womanwear=model_26608 -iop5=Destroy -name=Elvarg's head -womanwearoff=3,-11,6 - -// 11280 -[obj_11280] -model=model_26452 -members=yes -manwear=model_26415 -womanwear=model_26429 -manwear2=model_215 -womanwear2=model_391 -iop2=Wear -manhead=model_39750 -womanhead=model_39087 -manhead2=model_39991 -womanhead2=model_39101 -2dyof=-9 -2dzoom=724 -2dxan=111 -cost=200 -stockmarket=yes -recol1s=2115 -recol1d=2114 -name=Cavalier and mask -certlink=obj_11281 -lentlink=obj_13763 - -// 11281 -[obj_11281] -certlink=obj_11280 -certtemplate=obj_799 - -// 11282 -[obj_11282] -model=model_26453 -members=yes -manwear=model_26414 -womanwear=model_26428 -iop2=Wear -manhead=model_39637 -womanhead=model_39043 -2dxof=3 -2dyof=-38 -2dzoom=724 -2dyan=111 -2dxan=221 -cost=80 -recol1s=2115 -recol1d=2114 -name=Beret and mask - -// 11283 -[obj_11283] -cost=2000000 -model=model_26457 -2dzoom=2022 -2dyan=123 -2dxan=540 -contrast=15 -ambient=15 -manwear=model_26423 -womanwear=model_26423 -iop2=Wield -iop3=Inspect -iop4=Empty -members=yes -name=Dragonfire shield -womanwearoff=-3,-11,6 - -// 11284 -[obj_11284] -cost=2000000 -model=model_26457 -2dzoom=2022 -2dyan=123 -2dxan=540 -contrast=15 -ambient=15 -manwear=model_26423 -womanwear=model_26423 -iop2=Wield -iop3=Inspect -members=yes -stockmarket=yes -name=Dragonfire shield -womanwearoff=-3,-11,6 -certlink=obj_11285 - -// 11285 -[obj_11285] -certlink=obj_11284 -certtemplate=obj_799 - -// 11286 -[obj_11286] -cost=750000 -model=model_26456 -2dxof=-5 -2dyof=-5 -2dzoom=1697 -2dyan=152 -2dzan=2047 -2dxan=567 -members=yes -stockmarket=yes -name=Draconic visage -certlink=obj_11287 - -// 11287 -[obj_11287] -certlink=obj_11286 -certtemplate=obj_799 - -// 11288 -[obj_11288] -model=model_2789 -manwear=model_26829 -womanwear=model_26829 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=30630 -womanwearoff=3,-11,6 - -// 11289 -[obj_11289] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=30630 -womanwearoff=3,-11,6 - -// 11290 -[obj_11290] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=8092 -womanwearoff=3,-11,6 - -// 11291 -[obj_11291] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=29958 -womanwearoff=3,-11,6 - -// 11292 -[obj_11292] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=8072 -womanwearoff=3,-11,6 - -// 11293 -[obj_11293] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=8084 -womanwearoff=3,-11,6 - -// 11294 -[obj_11294] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=7452 -womanwearoff=3,-11,6 - -// 11295 -[obj_11295] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=6342 -womanwearoff=3,-11,6 - -// 11296 -[obj_11296] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=32635 -womanwearoff=3,-11,6 - -// 11297 -[obj_11297] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=30438 -womanwearoff=3,-11,6 - -// 11298 -[obj_11298] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=14306 -womanwearoff=3,-11,6 - -// 11299 -[obj_11299] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=31821 -womanwearoff=3,-11,6 - -// 11300 -[obj_11300] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=3550 -womanwearoff=3,-11,6 - -// 11301 -[obj_11301] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=10958 -womanwearoff=3,-11,6 - -// 11302 -[obj_11302] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=12306 -womanwearoff=3,-11,6 - -// 11303 -[obj_11303] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=29389 -womanwearoff=3,-11,6 - -// 11304 -[obj_11304] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=297 -womanwearoff=3,-11,6 - -// 11305 -[obj_11305] -model=model_2789 -manwear=model_26647 -womanwear=model_26647 -cost=40 -members=yes -iop4=Empty -dummyitem=2 -recol1s=16846 -recol1d=4192 -womanwearoff=3,-11,6 - -// 11306 -[obj_11306] -model=model_2562 -manwear=model_26650 -womanwear=model_26650 -dummyitem=2 -recol1s=7330 -recol1d=12756 -womanwearoff=3,-11,6 - -// 11307 -[obj_11307] -model=model_2562 -manwear=model_26650 -womanwear=model_26650 -dummyitem=2 -recol1s=7330 -recol1d=16640 -womanwearoff=3,-11,6 - -// 11308 -[obj_11308] -model=model_2562 -manwear=model_26650 -womanwear=model_26650 -dummyitem=2 -recol1s=7330 -recol1d=24096 -womanwearoff=3,-11,6 - -// 11309 -[obj_11309] -model=model_2562 -manwear=model_26650 -womanwear=model_26650 -dummyitem=2 -recol1s=7330 -recol1d=21059 -womanwearoff=3,-11,6 - -// 11310 -[obj_11310] -model=model_2562 -manwear=model_26650 -womanwear=model_26650 -dummyitem=2 -recol1s=7330 -recol1d=21040 -womanwearoff=3,-11,6 - -// 11311 -[obj_11311] -model=model_2562 -manwear=model_26650 -womanwear=model_26650 -dummyitem=2 -recol1s=7330 -recol1d=24160 -womanwearoff=3,-11,6 - -// 11312 -[obj_11312] -model=model_2562 -manwear=model_26650 -womanwear=model_26650 -dummyitem=2 -recol1s=7330 -recol1d=1451 -womanwearoff=3,-11,6 - -// 11313 -[obj_11313] -model=model_2562 -manwear=model_26654 -womanwear=model_26654 -dummyitem=2 -recol1s=7330 -recol1d=16640 -womanwearoff=3,-11,6 - -// 11314 -[obj_11314] -model=model_2562 -manwear=model_26654 -womanwear=model_26654 -dummyitem=2 -recol1s=7330 -recol1d=24096 -womanwearoff=3,-11,6 - -// 11315 -[obj_11315] -model=model_2562 -manwear=model_26654 -womanwear=model_26654 -dummyitem=2 -recol1s=7330 -recol1d=21059 -womanwearoff=3,-11,6 - -// 11316 -[obj_11316] -model=model_2562 -manwear=model_26654 -womanwear=model_26654 -dummyitem=2 -recol1s=7330 -recol1d=21040 -womanwearoff=3,-11,6 - -// 11317 -[obj_11317] -model=model_2562 -manwear=model_26654 -womanwear=model_26654 -dummyitem=2 -recol1s=7330 -recol1d=24160 -womanwearoff=3,-11,6 - -// 11318 -[obj_11318] -model=model_2562 -manwear=model_26654 -womanwear=model_26654 -dummyitem=2 -recol1s=7330 -recol1d=1451 -womanwearoff=3,-11,6 - -// 11319 -[obj_11319] -model=model_2562 -manwear=model_26655 -womanwear=model_26655 -dummyitem=2 -recol1s=7330 -recol1d=16640 -womanwearoff=3,-11,6 - -// 11320 -[obj_11320] -model=model_26652 -cost=3 -manwear=model_26652 -womanwear=model_26652 -dummyitem=2 -womanwearoff=3,-11,6 - -// 11321 -[obj_11321] -model=model_26651 -cost=3 -manwear=model_26651 -womanwear=model_26651 -dummyitem=2 -womanwearoff=3,-11,6 - -// 11322 -[obj_11322] -model=model_26657 -cost=3 -manwear=model_26657 -womanwear=model_26657 -dummyitem=2 -womanwearoff=3,-11,6 - -// 11323 -[obj_11323] -model=model_26664 -2dxof=-8 -2dyof=7 -2dzoom=1308 -2dyan=207 -2dxan=622 -manwear=model_26649 -womanwear=model_26649 -members=yes -cost=1 -name=Barbarian rod -womanwearoff=3,-11,6 - -// 11324 -[obj_11324] -model=model_26666 -2dxof=1 -2dyof=15 -2dzoom=530 -2dyan=2024 -2dxan=318 -members=yes -iop1=Eat -cost=20 -stockmarket=yes -name=Roe -certlink=obj_11325 - -// 11325 -[obj_11325] -certlink=obj_11324 -certtemplate=obj_799 - -// 11326 -[obj_11326] -model=model_26666 -2dxof=1 -2dyof=15 -2dzoom=530 -2dyan=2024 -2dxan=318 -members=yes -iop1=Eat -cost=50 -stockmarket=yes -recol1s=26254 -recol1d=20017 -recol2s=24040 -recol2d=15756 -recol3s=26048 -recol3d=5251 -recol4s=17632 -recol4d=3137 -recol5s=14528 -recol5d=2080 -name=Caviar -certlink=obj_11327 - -// 11327 -[obj_11327] -certlink=obj_11326 -certtemplate=obj_799 - -// 11328 -[obj_11328] -model=model_26663 -2dxof=-1 -2dyof=1 -2dzoom=1308 -2dyan=1881 -2dxan=500 -members=yes -cost=25 -stockmarket=yes -name=Leaping trout -certlink=obj_11329 - -// 11329 -[obj_11329] -certlink=obj_11328 -certtemplate=obj_799 - -// 11330 -[obj_11330] -model=model_26672 -2dxof=-5 -2dzoom=1762 -2dyan=1978 -2dxan=500 -members=yes -cost=50 -stockmarket=yes -name=Leaping salmon -certlink=obj_11331 - -// 11331 -[obj_11331] -certlink=obj_11330 -certtemplate=obj_799 - -// 11332 -[obj_11332] -model=model_26668 -2dxof=-4 -2dyof=3 -2dzoom=1568 -2dyan=1560 -2dxan=600 -members=yes -cost=75 -stockmarket=yes -name=Leaping sturgeon -certlink=obj_11333 - -// 11333 -[obj_11333] -certlink=obj_11332 -certtemplate=obj_799 - -// 11334 -[obj_11334] -model=model_26673 -2dxof=7 -2dyof=-16 -2dzoom=984 -2dyan=1770 -2dzan=124 -2dxan=111 -members=yes -stackable=yes -cost=1 -stockmarket=yes -name=Fish offcuts - -// 11335 -[obj_11335] -model=model_26662 -manwear=model_26632 -womanwear=model_26658 -manhead=model_39894 -womanhead=model_39894 -members=yes -iop2=Wear -2dxof=-1 -2dzoom=789 -2dyan=123 -2dxan=135 -cost=150000 -stockmarket=yes -name=Dragon full helm -certlink=obj_11336 -lentlink=obj_13449 - -// 11336 -[obj_11336] -certlink=obj_11335 -certtemplate=obj_799 - -// 11337 -[obj_11337] -model=model_26670 -members=yes -cost=1000 -2dxof=8 -2dyof=-1 -2dzoom=1488 -2dyan=651 -2dxan=498 -iop5=Destroy -name=Mangled bones - -// 11338 -[obj_11338] -model=model_26670 -members=yes -cost=3500 -2dxof=8 -2dyof=-1 -2dzoom=1488 -2dyan=651 -2dxan=498 -iop5=Destroy -name=Chewed bones - -// 11339 -[obj_11339] -cost=0 -model=model_6743 -members=yes -2dyof=26 -2dzoom=750 -2dyan=124 -2dxan=276 -iop1=Read -iop5=Destroy -recol1s=32759 -recol1d=23188 -recol2s=32576 -recol2d=8356 -recol3s=23744 -recol3d=12517 -recol4s=13504 -recol4d=10337 -name=My notes - -// 11340 -[obj_11340] -cost=0 -model=model_6743 -members=yes -2dyof=26 -2dzoom=750 -2dyan=124 -2dxan=276 -iop1=Read -iop5=Destroy -recol1s=32576 -recol1d=7432 -recol2s=13504 -recol2d=5318 -recol3s=23744 -recol3d=2147 -recol4s=32759 -recol4d=32753 -name=Barbarian skills - -// 11341 -[obj_11341] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11342 -[obj_11342] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11343 -[obj_11343] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11344 -[obj_11344] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11345 -[obj_11345] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11346 -[obj_11346] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11347 -[obj_11347] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11348 -[obj_11348] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11349 -[obj_11349] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11350 -[obj_11350] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11351 -[obj_11351] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11352 -[obj_11352] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11353 -[obj_11353] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11354 -[obj_11354] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11355 -[obj_11355] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11356 -[obj_11356] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11357 -[obj_11357] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11358 -[obj_11358] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11359 -[obj_11359] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11360 -[obj_11360] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11361 -[obj_11361] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11362 -[obj_11362] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11363 -[obj_11363] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11364 -[obj_11364] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11365 -[obj_11365] -members=yes -model=model_26671 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11366 -[obj_11366] -members=yes -model=model_26667 -2dxof=1 -2dyof=5 -2dzoom=680 -2dyan=80 -2dxan=400 -cost=0 -iop1=Copy to log -iop5=Destroy -name=Ancient page - -// 11367 -[obj_11367] -members=yes -cost=26 -model=model_26665 -iop2=Wield -manwear=model_26653 -womanwear=model_26653 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=13638 -recol2s=16813 -recol2d=11524 -recol3s=8456 -recol3d=9410 -recol4s=8354 -recol4d=6242 -name=Bronze hasta -womanwearoff=3,-11,6 -certlink=obj_11368 - -// 11368 -[obj_11368] -certlink=obj_11367 -certtemplate=obj_799 - -// 11369 -[obj_11369] -members=yes -cost=91 -model=model_26665 -iop2=Wield -manwear=model_26653 -womanwear=model_26653 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=13675 -recol2s=16813 -recol2d=11561 -recol3s=8354 -recol3d=6242 -name=Iron hasta -womanwearoff=3,-11,6 -certlink=obj_11370 - -// 11370 -[obj_11370] -certlink=obj_11369 -certtemplate=obj_799 - -// 11371 -[obj_11371] -members=yes -cost=325 -model=model_26665 -iop2=Wield -manwear=model_26653 -womanwear=model_26653 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=18960 -recol2s=16813 -recol2d=14732 -recol3s=8456 -recol3d=16846 -recol4s=8354 -recol4d=6242 -name=Steel hasta -womanwearoff=3,-11,6 -certlink=obj_11372 - -// 11372 -[obj_11372] -certlink=obj_11371 -certtemplate=obj_799 - -// 11373 -[obj_11373] -members=yes -cost=845 -model=model_26665 -iop2=Wield -manwear=model_26653 -womanwear=model_26653 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=10574 -recol2s=16813 -recol2d=8460 -recol3s=8456 -recol3d=6346 -recol4s=8354 -recol4d=6242 -name=Mithril hasta -womanwearoff=3,-11,6 -certlink=obj_11374 - -// 11374 -[obj_11374] -certlink=obj_11373 -certtemplate=obj_799 - -// 11375 -[obj_11375] -members=yes -cost=2080 -model=model_26665 -iop2=Wield -manwear=model_26653 -womanwear=model_26653 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=9609 -recol2s=16813 -recol2d=6438 -recol3s=8456 -recol3d=4324 -recol4s=8354 -recol4d=8389 -name=Adamant hasta -womanwearoff=3,-11,6 -certlink=obj_11376 - -// 11376 -[obj_11376] -certlink=obj_11375 -certtemplate=obj_799 - -// 11377 -[obj_11377] -members=yes -cost=20800 -model=model_26665 -iop2=Wield -manwear=model_26653 -womanwear=model_26653 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=10704 -recol2s=16813 -recol2d=7533 -recol3s=8456 -recol3d=4362 -recol4s=8354 -recol4d=6242 -name=Rune hasta -womanwearoff=3,-11,6 -certlink=obj_11378 - -// 11378 -[obj_11378] -certlink=obj_11377 -certtemplate=obj_799 - -// 11379 -[obj_11379] -members=yes -cost=26 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=13638 -recol2s=16813 -recol2d=11524 -recol3s=8456 -recol3d=9410 -recol4s=8354 -recol4d=6242 -name=Bronze hasta(p) -womanwearoff=3,-11,6 -certlink=obj_11380 - -// 11380 -[obj_11380] -certlink=obj_11379 -certtemplate=obj_799 - -// 11381 -[obj_11381] -members=yes -cost=26 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -recol1s=19984 -recol1d=13638 -recol2s=16813 -recol2d=11524 -recol3s=8456 -recol3d=9410 -recol4s=8354 -recol4d=6242 -name=Bronze hasta(kp) -womanwearoff=3,-11,6 - -// 11382 -[obj_11382] -members=yes -cost=26 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=13638 -recol2s=16813 -recol2d=11524 -recol3s=8456 -recol3d=9410 -recol4s=8354 -recol4d=6242 -name=Bronze hasta(p+) -womanwearoff=3,-11,6 -certlink=obj_11383 - -// 11383 -[obj_11383] -certlink=obj_11382 -certtemplate=obj_799 - -// 11384 -[obj_11384] -members=yes -cost=26 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=13638 -recol2s=16813 -recol2d=11524 -recol3s=8456 -recol3d=9410 -recol4s=8354 -recol4d=6242 -name=Bronze hasta(p++) -womanwearoff=3,-11,6 -certlink=obj_11385 - -// 11385 -[obj_11385] -certlink=obj_11384 -certtemplate=obj_799 - -// 11386 -[obj_11386] -members=yes -cost=91 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=13675 -recol2s=16813 -recol2d=11561 -recol3s=8354 -recol3d=6242 -name=Iron hasta(p) -womanwearoff=3,-11,6 -certlink=obj_11387 - -// 11387 -[obj_11387] -certlink=obj_11386 -certtemplate=obj_799 - -// 11388 -[obj_11388] -members=yes -cost=91 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -recol1s=19984 -recol1d=13675 -recol2s=16813 -recol2d=11561 -recol3s=8354 -recol3d=6242 -name=Iron hasta(kp) -womanwearoff=3,-11,6 - -// 11389 -[obj_11389] -members=yes -cost=91 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=13675 -recol2s=16813 -recol2d=11561 -recol3s=8354 -recol3d=6242 -name=Iron hasta(p+) -womanwearoff=3,-11,6 -certlink=obj_11390 - -// 11390 -[obj_11390] -certlink=obj_11389 -certtemplate=obj_799 - -// 11391 -[obj_11391] -members=yes -cost=91 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=13675 -recol2s=16813 -recol2d=11561 -recol3s=8354 -recol3d=6242 -name=Iron hasta(p++) -womanwearoff=3,-11,6 -certlink=obj_11392 - -// 11392 -[obj_11392] -certlink=obj_11391 -certtemplate=obj_799 - -// 11393 -[obj_11393] -members=yes -cost=325 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=18960 -recol2s=16813 -recol2d=14732 -recol3s=8456 -recol3d=16846 -recol4s=8354 -recol4d=6242 -name=Steel hasta(p) -womanwearoff=3,-11,6 -certlink=obj_11394 - -// 11394 -[obj_11394] -certlink=obj_11393 -certtemplate=obj_799 - -// 11395 -[obj_11395] -members=yes -cost=325 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -recol1s=19984 -recol1d=18960 -recol2s=16813 -recol2d=14732 -recol3s=8456 -recol3d=16846 -recol4s=8354 -recol4d=6242 -name=Steel hasta(kp) -womanwearoff=3,-11,6 - -// 11396 -[obj_11396] -members=yes -cost=325 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=18960 -recol2s=16813 -recol2d=14732 -recol3s=8456 -recol3d=16846 -recol4s=8354 -recol4d=6242 -name=Steel hasta(p+) -womanwearoff=3,-11,6 -certlink=obj_11397 - -// 11397 -[obj_11397] -certlink=obj_11396 -certtemplate=obj_799 - -// 11398 -[obj_11398] -members=yes -cost=325 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=18960 -recol2s=16813 -recol2d=14732 -recol3s=8456 -recol3d=16846 -recol4s=8354 -recol4d=6242 -name=Steel hasta(p++) -womanwearoff=3,-11,6 -certlink=obj_11399 - -// 11399 -[obj_11399] -certlink=obj_11398 -certtemplate=obj_799 - -// 11400 -[obj_11400] -members=yes -cost=845 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=10574 -recol2s=16813 -recol2d=8460 -recol3s=8456 -recol3d=6346 -recol4s=8354 -recol4d=6242 -name=Mithril hasta(p) -womanwearoff=3,-11,6 -certlink=obj_11401 - -// 11401 -[obj_11401] -certlink=obj_11400 -certtemplate=obj_799 - -// 11402 -[obj_11402] -members=yes -cost=845 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -recol1s=19984 -recol1d=10574 -recol2s=16813 -recol2d=8460 -recol3s=8456 -recol3d=6346 -recol4s=8354 -recol4d=6242 -name=Mithril hasta(kp) -womanwearoff=3,-11,6 - -// 11403 -[obj_11403] -members=yes -cost=845 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=10574 -recol2s=16813 -recol2d=8460 -recol3s=8456 -recol3d=6346 -recol4s=8354 -recol4d=6242 -name=Mithril hasta(p+) -womanwearoff=3,-11,6 -certlink=obj_11404 - -// 11404 -[obj_11404] -certlink=obj_11403 -certtemplate=obj_799 - -// 11405 -[obj_11405] -members=yes -cost=845 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=10574 -recol2s=16813 -recol2d=8460 -recol3s=8456 -recol3d=6346 -recol4s=8354 -recol4d=6242 -name=Mithril hasta(p++) -womanwearoff=3,-11,6 -certlink=obj_11406 - -// 11406 -[obj_11406] -certlink=obj_11405 -certtemplate=obj_799 - -// 11407 -[obj_11407] -members=yes -cost=2080 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=9609 -recol2s=16813 -recol2d=6438 -recol3s=8456 -recol3d=4324 -recol4s=8354 -recol4d=8389 -name=Adamant hasta(p) -womanwearoff=3,-11,6 -certlink=obj_11408 - -// 11408 -[obj_11408] -certlink=obj_11407 -certtemplate=obj_799 - -// 11409 -[obj_11409] -members=yes -cost=2080 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -recol1s=19984 -recol1d=9609 -recol2s=16813 -recol2d=6438 -recol3s=8456 -recol3d=4324 -recol4s=8354 -recol4d=8389 -name=Adamant hasta(kp) -womanwearoff=3,-11,6 - -// 11410 -[obj_11410] -members=yes -cost=2080 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=9609 -recol2s=16813 -recol2d=6438 -recol3s=8456 -recol3d=4324 -recol4s=8354 -recol4d=8389 -name=Adamant hasta(p+) -womanwearoff=3,-11,6 -certlink=obj_11411 - -// 11411 -[obj_11411] -certlink=obj_11410 -certtemplate=obj_799 - -// 11412 -[obj_11412] -members=yes -cost=2080 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=9609 -recol2s=16813 -recol2d=6438 -recol3s=8456 -recol3d=4324 -recol4s=8354 -recol4d=8389 -name=Adamant hasta(p++) -womanwearoff=3,-11,6 -certlink=obj_11413 - -// 11413 -[obj_11413] -certlink=obj_11412 -certtemplate=obj_799 - -// 11414 -[obj_11414] -members=yes -cost=20800 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=10704 -recol2s=16813 -recol2d=7533 -recol3s=8456 -recol3d=4362 -recol4s=8354 -recol4d=6242 -name=Rune hasta(p) -womanwearoff=3,-11,6 -certlink=obj_11415 - -// 11415 -[obj_11415] -certlink=obj_11414 -certtemplate=obj_799 - -// 11416 -[obj_11416] -members=yes -cost=20800 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -recol1s=19984 -recol1d=10704 -recol2s=16813 -recol2d=7533 -recol3s=8456 -recol3d=4362 -recol4s=8354 -recol4d=6242 -name=Rune hasta(kp) -womanwearoff=3,-11,6 - -// 11417 -[obj_11417] -members=yes -cost=20800 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=10704 -recol2s=16813 -recol2d=7533 -recol3s=8456 -recol3d=4362 -recol4s=8354 -recol4d=6242 -name=Rune hasta(p+) -womanwearoff=3,-11,6 -certlink=obj_11418 - -// 11418 -[obj_11418] -certlink=obj_11417 -certtemplate=obj_799 - -// 11419 -[obj_11419] -members=yes -cost=20800 -model=model_26669 -iop2=Wield -manwear=model_26656 -womanwear=model_26656 -2dxof=5 -2dyof=-4 -2dzoom=1762 -2dyan=1923 -2dzan=318 -2dxan=2047 -stockmarket=yes -recol1s=19984 -recol1d=10704 -recol2s=16813 -recol2d=7533 -recol3s=8456 -recol3d=4362 -recol4s=8354 -recol4d=6242 -name=Rune hasta(p++) -womanwearoff=3,-11,6 -certlink=obj_11420 - -// 11420 -[obj_11420] -certlink=obj_11419 -certtemplate=obj_799 - -// 11421 -[obj_11421] -dummyitem=2 -model=model_26665 -2dyan=923 -2dzan=318 -2dxan=500 -2dzoom=2100 -recol1s=19984 -recol1d=13638 -recol2s=16813 -recol2d=11524 -recol3s=8456 -recol3d=9410 -recol4s=8354 -recol4d=6242 - -// 11422 -[obj_11422] -dummyitem=2 -model=model_26665 -2dyan=923 -2dzan=318 -2dxan=500 -2dzoom=2100 -recol1s=19984 -recol1d=13675 -recol2s=16813 -recol2d=11561 -recol3s=8354 -recol3d=6242 - -// 11423 -[obj_11423] -dummyitem=2 -2dyan=923 -2dzan=318 -2dxan=500 -2dzoom=2100 -model=model_26665 -recol1s=19984 -recol1d=18960 -recol2s=16813 -recol2d=14732 -recol3s=8456 -recol3d=16846 -recol4s=8354 -recol4d=6242 - -// 11424 -[obj_11424] -dummyitem=2 -model=model_26665 -2dyan=923 -2dzan=318 -2dxan=500 -2dzoom=2100 -recol1s=19984 -recol1d=10574 -recol2s=16813 -recol2d=8460 -recol3s=8456 -recol3d=6346 -recol4s=8354 -recol4d=6242 - -// 11425 -[obj_11425] -dummyitem=2 -model=model_26665 -2dyan=923 -2dzan=318 -2dxan=500 -2dzoom=2100 -recol1s=19984 -recol1d=9609 -recol2s=16813 -recol2d=6438 -recol3s=8456 -recol3d=4324 -recol4s=8354 -recol4d=8389 - -// 11426 -[obj_11426] -dummyitem=2 -model=model_26665 -2dyan=923 -2dzan=318 -2dxan=500 -2dzoom=2100 -recol1s=19984 -recol1d=10704 -recol2s=16813 -recol2d=7533 -recol3s=8456 -recol3d=4362 -recol4s=8354 -recol4d=6242 - -// 11427 -[obj_11427] -model=model_26825 -members=yes -cost=3 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -name=Fish vial - -// 11428 -[obj_11428] -model=model_26826 -members=yes -cost=3 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -name=Fish vial - -// 11429 -[obj_11429] -model=model_26826 -iop1=Drink -iop4=Empty -members=yes -cost=9 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -stockmarket=yes -recol1s=18818 -recol1d=3867 -recol2s=18784 -recol2d=3864 -recol3s=16704 -recol3d=1816 -name=Attack mix(2) -certlink=obj_11430 - -// 11430 -[obj_11430] -certlink=obj_11429 -certtemplate=obj_799 - -// 11431 -[obj_11431] -model=model_26825 -iop1=Drink -iop4=Empty -members=yes -cost=6 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -stockmarket=yes -recol1s=18818 -recol1d=3867 -recol2s=18784 -recol2d=3864 -recol3s=16704 -recol3d=1816 -name=Attack mix(1) -certlink=obj_11432 - -// 11432 -[obj_11432] -certlink=obj_11431 -certtemplate=obj_799 - -// 11433 -[obj_11433] -model=model_26826 -members=yes -cost=216 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=16325 -recol2s=18784 -recol2d=15331 -recol3s=16704 -recol3d=14306 -name=Antipoison mix(2) -certlink=obj_11434 - -// 11434 -[obj_11434] -certlink=obj_11433 -certtemplate=obj_799 - -// 11435 -[obj_11435] -model=model_26825 -members=yes -cost=144 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=16325 -recol2s=18784 -recol2d=15331 -recol3s=16704 -recol3d=14306 -name=Antipoison mix(1) -certlink=obj_11436 - -// 11436 -[obj_11436] -certlink=obj_11435 -certtemplate=obj_799 - -// 11437 -[obj_11437] -model=model_26826 -members=yes -cost=150 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=27178 -recol2s=18784 -recol2d=25098 -recol3s=16704 -recol3d=24041 -name=Relicym's mix(2) -certlink=obj_11438 - -// 11438 -[obj_11438] -certlink=obj_11437 -certtemplate=obj_799 - -// 11439 -[obj_11439] -model=model_26825 -members=yes -cost=75 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=27178 -recol2s=18784 -recol2d=25098 -recol3s=16704 -recol3d=24041 -name=Relicym's mix(1) -certlink=obj_11440 - -// 11440 -[obj_11440] -certlink=obj_11439 -certtemplate=obj_799 - -// 11441 -[obj_11441] -model=model_26825 -members=yes -cost=11 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=32742 -recol2s=18784 -recol2d=30630 -recol3s=16704 -recol3d=30628 -name=Strength mix(1) -certlink=obj_11442 - -// 11442 -[obj_11442] -certlink=obj_11441 -certtemplate=obj_799 - -// 11443 -[obj_11443] -model=model_26826 -members=yes -cost=13 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=32742 -recol2s=18784 -recol2d=30630 -recol3s=16704 -recol3d=30628 -name=Strength mix(2) -certlink=obj_11444 - -// 11444 -[obj_11444] -certlink=obj_11443 -certtemplate=obj_799 - -// 11445 -[obj_11445] -model=model_26826 -members=yes -cost=105 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=14057 -recol2s=18784 -recol2d=13000 -recol3s=16704 -recol3d=11943 -name=Combat mix(2) -certlink=obj_11446 - -// 11446 -[obj_11446] -certlink=obj_11445 -certtemplate=obj_799 - -// 11447 -[obj_11447] -model=model_26825 -members=yes -cost=52 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=14057 -recol2s=18784 -recol2d=13000 -recol3s=16704 -recol3d=11943 -name=Combat mix(1) -certlink=obj_11448 - -// 11448 -[obj_11448] -certlink=obj_11447 -certtemplate=obj_799 - -// 11449 -[obj_11449] -model=model_26826 -members=yes -cost=66 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=32006 -recol2s=18784 -recol2d=29958 -recol3s=16704 -recol3d=29892 -name=Restore mix(2) -certlink=obj_11450 - -// 11450 -[obj_11450] -certlink=obj_11449 -certtemplate=obj_799 - -// 11451 -[obj_11451] -model=model_26825 -members=yes -cost=44 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=32006 -recol2s=18784 -recol2d=29958 -recol3s=16704 -recol3d=29892 -name=Restore mix(1) -certlink=obj_11452 - -// 11452 -[obj_11452] -certlink=obj_11451 -certtemplate=obj_799 - -// 11453 -[obj_11453] -model=model_26826 -members=yes -cost=72 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=22794 -recol2s=18784 -recol2d=21737 -recol3s=16704 -recol3d=19689 -name=Energy mix(2) -certlink=obj_11454 - -// 11454 -[obj_11454] -certlink=obj_11453 -certtemplate=obj_799 - -// 11455 -[obj_11455] -model=model_26825 -members=yes -cost=36 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=22794 -recol2s=18784 -recol2d=21737 -recol3s=16704 -recol3d=19689 -name=Energy mix(1) -certlink=obj_11456 - -// 11456 -[obj_11456] -certlink=obj_11455 -certtemplate=obj_799 - -// 11457 -[obj_11457] -model=model_26826 -members=yes -cost=90 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=8136 -recol2s=18784 -recol2d=8072 -recol3s=16704 -recol3d=6022 -name=Defence mix(2) -certlink=obj_11458 - -// 11458 -[obj_11458] -certlink=obj_11457 -certtemplate=obj_799 - -// 11459 -[obj_11459] -model=model_26825 -members=yes -cost=60 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=8136 -recol2s=18784 -recol2d=8072 -recol3s=16704 -recol3d=6022 -name=Defence mix(1) -certlink=obj_11460 - -// 11460 -[obj_11460] -certlink=obj_11459 -certtemplate=obj_799 - -// 11461 -[obj_11461] -model=model_26826 -members=yes -cost=100 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=16928 -recol2s=18784 -recol2d=14848 -recol3s=16704 -recol3d=13792 -name=Agility mix(2) -certlink=obj_11462 - -// 11462 -[obj_11462] -certlink=obj_11461 -certtemplate=obj_799 - -// 11463 -[obj_11463] -model=model_26825 -members=yes -cost=50 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=16928 -recol2s=18784 -recol2d=14848 -recol3s=16704 -recol3d=13792 -name=Agility mix(1) -certlink=obj_11464 - -// 11464 -[obj_11464] -certlink=obj_11463 -certtemplate=obj_799 - -// 11465 -[obj_11465] -model=model_26826 -members=yes -cost=114 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=8149 -recol2s=18784 -recol2d=8084 -recol3s=16704 -recol3d=6035 -name=Prayer mix(2) -certlink=obj_11466 - -// 11466 -[obj_11466] -certlink=obj_11465 -certtemplate=obj_799 - -// 11467 -[obj_11467] -model=model_26825 -members=yes -cost=76 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=8149 -recol2s=18784 -recol2d=8084 -recol3s=16704 -recol3d=6035 -name=Prayer mix(1) -certlink=obj_11468 - -// 11468 -[obj_11468] -certlink=obj_11467 -certtemplate=obj_799 - -// 11469 -[obj_11469] -model=model_26826 -members=yes -cost=135 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=7454 -recol2s=18784 -recol2d=7452 -recol3s=16704 -recol3d=5340 -name=Superattack mix(2) -certlink=obj_11470 - -// 11470 -[obj_11470] -certlink=obj_11469 -certtemplate=obj_799 - -// 11471 -[obj_11471] -model=model_26825 -members=yes -cost=90 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=7454 -recol2s=18784 -recol2d=7452 -recol3s=16704 -recol3d=5340 -name=Superattack mix(1) -certlink=obj_11472 - -// 11472 -[obj_11472] -certlink=obj_11471 -certtemplate=obj_799 - -// 11473 -[obj_11473] -model=model_26826 -members=yes -cost=216 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=21581 -recol2s=18784 -recol2d=22540 -recol3s=16704 -recol3d=21514 -name=Anti-p supermix(2) -certlink=obj_11474 - -// 11474 -[obj_11474] -certlink=obj_11473 -certtemplate=obj_799 - -// 11475 -[obj_11475] -model=model_26825 -members=yes -cost=144 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=21581 -recol2s=18784 -recol2d=22540 -recol3s=16704 -recol3d=21514 -name=Anti-p supermix(1) -certlink=obj_11476 - -// 11476 -[obj_11476] -certlink=obj_11475 -certtemplate=obj_799 - -// 11477 -[obj_11477] -model=model_26826 -members=yes -cost=150 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=6374 -recol2s=18784 -recol2d=5317 -recol3s=16704 -recol3d=4260 -name=Fishing mix(2) -certlink=obj_11478 - -// 11478 -[obj_11478] -certlink=obj_11477 -certtemplate=obj_799 - -// 11479 -[obj_11479] -model=model_26825 -members=yes -cost=100 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=6374 -recol2s=18784 -recol2d=5317 -recol3s=16704 -recol3d=4260 -name=Fishing mix(1) -certlink=obj_11480 - -// 11480 -[obj_11480] -certlink=obj_11479 -certtemplate=obj_799 - -// 11481 -[obj_11481] -model=model_26826 -members=yes -cost=160 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=24787 -recol2s=18784 -recol2d=22738 -recol3s=16704 -recol3d=21681 -name=Sup. energy mix(2) -certlink=obj_11482 - -// 11482 -[obj_11482] -certlink=obj_11481 -certtemplate=obj_799 - -// 11483 -[obj_11483] -model=model_26825 -members=yes -cost=90 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=24787 -recol2s=18784 -recol2d=22738 -recol3s=16704 -recol3d=21681 -name=Sup. energy mix(1) -certlink=obj_11484 - -// 11484 -[obj_11484] -certlink=obj_11483 -certtemplate=obj_799 - -// 11485 -[obj_11485] -model=model_26826 -members=yes -cost=165 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=28605 -recol2s=18784 -recol2d=27548 -recol3s=16704 -recol3d=26491 -name=Sup. str. mix(2) -certlink=obj_11486 - -// 11486 -[obj_11486] -certlink=obj_11485 -certtemplate=obj_799 - -// 11487 -[obj_11487] -model=model_26825 -members=yes -cost=110 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=28605 -recol2s=18784 -recol2d=27548 -recol3s=16704 -recol3d=26491 -name=Sup. str. mix(1) -certlink=obj_11488 - -// 11488 -[obj_11488] -certlink=obj_11487 -certtemplate=obj_799 - -// 11489 -[obj_11489] -model=model_26826 -members=yes -cost=180 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=32294 -recol2s=18784 -recol2d=32260 -recol3s=16704 -recol3d=30180 -name=Magic ess. mix(2) -certlink=obj_11490 - -// 11490 -[obj_11490] -certlink=obj_11489 -certtemplate=obj_799 - -// 11491 -[obj_11491] -model=model_26825 -members=yes -cost=130 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=32294 -recol2s=18784 -recol2d=32260 -recol3s=16704 -recol3d=30180 -name=Magic ess. mix(1) -certlink=obj_11492 - -// 11492 -[obj_11492] -certlink=obj_11491 -certtemplate=obj_799 - -// 11493 -[obj_11493] -model=model_26826 -members=yes -cost=180 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=21642 -recol2s=18784 -recol2d=20585 -recol3s=16704 -recol3d=19528 -name=Sup. restore mix(2) -certlink=obj_11494 - -// 11494 -[obj_11494] -certlink=obj_11493 -certtemplate=obj_799 - -// 11495 -[obj_11495] -model=model_26825 -members=yes -cost=120 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=21642 -recol2s=18784 -recol2d=20585 -recol3s=16704 -recol3d=19528 -name=Sup. restore mix(1) -certlink=obj_11496 - -// 11496 -[obj_11496] -certlink=obj_11495 -certtemplate=obj_799 - -// 11497 -[obj_11497] -model=model_26826 -members=yes -cost=198 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=32518 -recol2s=18784 -recol2d=30438 -recol3s=16704 -recol3d=30404 -name=Sup. def. mix(2) -certlink=obj_11498 - -// 11498 -[obj_11498] -certlink=obj_11497 -certtemplate=obj_799 - -// 11499 -[obj_11499] -model=model_26825 -members=yes -cost=132 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=32518 -recol2s=18784 -recol2d=30438 -recol3s=16704 -recol3d=30404 -name=Sup. def. mix(1) -certlink=obj_11500 - -// 11500 -[obj_11500] -certlink=obj_11499 -certtemplate=obj_799 - -// 11501 -[obj_11501] -model=model_26826 -members=yes -cost=216 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=14793 -recol2s=18784 -recol2d=13736 -recol3s=16704 -recol3d=13734 -name=Antidote+ mix(2) -certlink=obj_11502 - -// 11502 -[obj_11502] -certlink=obj_11501 -certtemplate=obj_799 - -// 11503 -[obj_11503] -model=model_26825 -members=yes -cost=144 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=14793 -recol2s=18784 -recol2d=13736 -recol3s=16704 -recol3d=13734 -name=Antidote+ mix(1) -certlink=obj_11504 - -// 11504 -[obj_11504] -certlink=obj_11503 -certtemplate=obj_799 - -// 11505 -[obj_11505] -model=model_26826 -members=yes -cost=198 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=12306 -recol2s=18784 -recol2d=10287 -recol3s=16704 -recol3d=8206 -name=Antifire mix(2) -certlink=obj_11506 - -// 11506 -[obj_11506] -certlink=obj_11505 -certtemplate=obj_799 - -// 11507 -[obj_11507] -model=model_26825 -members=yes -cost=132 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=12306 -recol2s=18784 -recol2d=10287 -recol3s=16704 -recol3d=8206 -name=Antifire mix(1) -certlink=obj_11508 - -// 11508 -[obj_11508] -certlink=obj_11507 -certtemplate=obj_799 - -// 11509 -[obj_11509] -model=model_26826 -members=yes -cost=216 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=7934 -recol2s=18784 -recol2d=7900 -recol3s=16704 -recol3d=5820 -name=Ranging mix(2) -certlink=obj_11510 - -// 11510 -[obj_11510] -certlink=obj_11509 -certtemplate=obj_799 - -// 11511 -[obj_11511] -model=model_26825 -members=yes -cost=144 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=7934 -recol2s=18784 -recol2d=7900 -recol3s=16704 -recol3d=5820 -name=Ranging mix(1) -certlink=obj_11512 - -// 11512 -[obj_11512] -certlink=obj_11511 -certtemplate=obj_799 - -// 11513 -[obj_11513] -model=model_26826 -members=yes -cost=200 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=9816 -recol2s=18784 -recol2d=7736 -recol3s=16704 -recol3d=7702 -name=Magic mix(2) -certlink=obj_11514 - -// 11514 -[obj_11514] -certlink=obj_11513 -certtemplate=obj_799 - -// 11515 -[obj_11515] -model=model_26825 -members=yes -cost=150 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=9816 -recol2s=18784 -recol2d=7736 -recol3s=16704 -recol3d=7702 -name=Magic mix(1) -certlink=obj_11516 - -// 11516 -[obj_11516] -certlink=obj_11515 -certtemplate=obj_799 - -// 11517 -[obj_11517] -model=model_26826 -members=yes -cost=9 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=1354 -recol2s=18784 -recol2d=297 -recol3s=16704 -recol3d=264 -name=Hunting mix(2) -certlink=obj_11518 - -// 11518 -[obj_11518] -certlink=obj_11517 -certtemplate=obj_799 - -// 11519 -[obj_11519] -model=model_26825 -members=yes -cost=6 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=1354 -recol2s=18784 -recol2d=297 -recol3s=16704 -recol3d=264 -name=Hunting mix(1) -certlink=obj_11520 - -// 11520 -[obj_11520] -certlink=obj_11519 -certtemplate=obj_799 - -// 11521 -[obj_11521] -model=model_26826 -members=yes -cost=150 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=30304 -recol2s=18784 -recol2d=29248 -recol3s=16704 -recol3d=28192 -name=Zamorak mix(2) -certlink=obj_11522 - -// 11522 -[obj_11522] -certlink=obj_11521 -certtemplate=obj_799 - -// 11523 -[obj_11523] -model=model_26825 -members=yes -cost=125 -2dyof=-1 -2dzoom=550 -2dyan=1812 -2dxan=81 -iop1=Drink -iop4=Empty -stockmarket=yes -recol1s=18818 -recol1d=30304 -recol2s=18784 -recol2d=29248 -recol3s=16704 -recol3d=28192 -name=Zamorak mix(1) -certlink=obj_11524 - -// 11524 -[obj_11524] -certlink=obj_11523 -certtemplate=obj_799 - -// 11525 -[obj_11525] -stackable=yes -members=yes -ambient=40 -model=model_32000 -contrast=20 -ambient=20 -2dxof=-10 -2dyof=1 -2dzoom=1632 -2dyan=699 -2dxan=387 -cost=25 -stockmarket=yes -name=Wimpy feather - -// 11526 -[obj_11526] -model=model_2816 -cost=3 -dummyitem=2 -2dzoom=1160 -recol1s=6820 -recol1d=11561 - -// 11527 -[obj_11527] -model=model_2573 -cost=3 -dummyitem=2 -2dzoom=870 -recol1s=32288 -recol1d=11561 - -// 11528 -[obj_11528] -model=model_2778 -cost=3 -dummyitem=2 -2dzoom=1180 -recol1s=16846 -recol1d=4228 -recol2s=16704 -recol2d=11561 - -// 11529 -[obj_11529] -model=model_2531 -cost=3 -dummyitem=2 -2dzoom=670 -recol1s=32767 -recol1d=11561 -recol2s=15712 -recol2d=7399 -recol3s=20512 -recol3d=11561 - -// 11530 -[obj_11530] -model=model_2418 -cost=3 -dummyitem=2 -2dzoom=1400 -recol1s=15789 -recol1d=11561 -recol2s=16846 -recol2d=13675 -recol3s=18960 -recol3d=15789 -recol4s=11457 -recol4d=8456 -recol5s=8353 -recol5d=7399 - -// 11531 -[obj_11531] -model=model_2649 -cost=3 -dummyitem=2 -2dzoom=930 -recol1s=9473 -recol1d=11561 - -// 11532 -[obj_11532] -model=model_2630 -cost=3 -dummyitem=2 -2dzoom=1030 -recol1s=13536 -recol1d=11561 -recol2s=16846 -recol2d=17903 - -// 11533 -[obj_11533] -model=model_2405 -cost=3 -dummyitem=2 -2dzoom=740 -recol1s=16846 -recol1d=11561 -recol2s=32767 -recol2d=32569 - -// 11534 -[obj_11534] -model=model_2810 -cost=3 -dummyitem=2 -2dzoom=1900 -recol1s=16704 -recol1d=11561 -recol2s=16846 -recol2d=13675 -recol3s=27483 -recol3d=22131 - -// 11535 -[obj_11535] -model=model_7760 -cost=3 -dummyitem=2 -2dzoom=1100 -recol1s=12548 -recol1d=11561 -recol2s=10434 -recol2d=6342 -recol3s=20935 -recol3d=14732 - -// 11536 -[obj_11536] -model=model_2813 -cost=3 -dummyitem=2 -2dzoom=800 -recol1s=16846 -recol1d=11561 -recol2s=15392 -recol2d=6342 -recol3s=0 -recol3d=2114 - -// 11537 -[obj_11537] -model=model_2339 -cost=3 -dummyitem=2 -2dzoom=1560 -recol1s=7296 -recol1d=7399 -recol2s=16846 -recol2d=11561 -recol3s=0 -recol3d=2114 - -// 11538 -[obj_11538] -model=model_2399 -cost=3 -dummyitem=2 -2dzoom=740 -recol1s=16846 -recol1d=11561 -recol2s=20512 -recol2d=4228 -recol3s=0 -recol3d=2114 - -// 11539 -[obj_11539] -model=model_2562 -cost=3 -dummyitem=2 -2dzoom=900 -recol1s=7330 -recol1d=8456 -recol2s=16846 -recol2d=22131 - -// 11540 -[obj_11540] -model=model_3021 -cost=3 -dummyitem=2 -2dzoom=650 -recol1s=6464 -recol1d=11561 -recol2s=3296 -recol2d=8456 -recol3s=9635 -recol3d=13675 -recol4s=13344 -recol4d=6342 -recol5s=17600 -recol5d=7399 - -// 11541 -[obj_11541] -model=model_2832 -cost=3 -dummyitem=2 -2dzoom=1820 -recol1s=7330 -recol1d=8456 -recol2s=16846 -recol2d=22131 - -// 11542 -[obj_11542] -model=model_2468 -cost=3 -dummyitem=2 -2dzoom=500 -recol1s=22131 -recol1d=11561 -recol2s=29464 -recol2d=13675 -recol3s=32767 -recol3d=28341 -recol4s=18848 -recol4d=10504 - -// 11543 -[obj_11543] -model=model_2491 -cost=3 -dummyitem=2 -2dzoom=660 -recol1s=32454 -recol1d=11561 -recol2s=26112 -recol2d=8456 -recol3s=32735 -recol3d=22131 - -// 11544 -[obj_11544] -model=model_2660 -cost=3 -dummyitem=2 -2dzoom=970 -recol1s=11328 -recol1d=11561 -recol2s=22085 -recol2d=7399 -recol3s=32767 -recol3d=22131 - -// 11545 -[obj_11545] -model=model_2767 -cost=3 -dummyitem=2 -2dzoom=950 -recol1s=7264 -recol1d=7399 -recol2s=32655 -recol2d=11561 -recol3s=16846 -recol3d=15789 - -// 11546 -[obj_11546] -model=model_2725 -cost=3 -dummyitem=2 -2dzoom=1360 -recol1s=27412 -recol1d=28407 -recol2s=25298 -recol2d=26293 - -// 11547 -[obj_11547] -model=model_7300 -cost=3 -dummyitem=2 -2dzoom=1220 -recol1s=12580 -recol1d=11561 -recol2s=13637 -recol2d=13675 -recol3s=14694 -recol3d=15789 -recol4s=10466 -recol4d=8456 -recol5s=8352 -recol5d=6342 - -// 11548 -[obj_11548] -model=model_7159 -cost=3 -dummyitem=2 -2dzoom=1220 -recol1s=13637 -recol1d=11561 -recol2s=15751 -recol2d=13675 -recol3s=11523 -recol3d=8456 - -// 11549 -[obj_11549] -model=model_7307 -cost=3 -dummyitem=2 -2dzoom=520 -recol1s=12834 -recol1d=11561 -recol2s=17027 -recol2d=14732 -recol3s=21602 -recol3d=8456 - -// 11550 -[obj_11550] -model=model_2358 -cost=3 -dummyitem=2 -2dzoom=970 -recol1s=12480 -recol1d=11561 -recol2s=192 -recol2d=4228 -recol3s=31808 -recol3d=8456 - -// 11551 -[obj_11551] -model=model_40604 -manwear=model_33031 -womanwear=model_33031 -2dxof=3 -2dyof=45 -2dzoom=1360 -2dyan=69 -2dxan=290 -cost=3 -dummyitem=2 -2dzoom=660 -recolhsl1s=9103 -recolhsl1d=5154 - -// 11552 -[obj_11552] -model=model_5745 -cost=3 -dummyitem=2 -2dzoom=1250 -recol1s=22270 -recol1d=11561 -recol2s=7399 -recol2d=5285 -recol3s=4194 -recol3d=3171 -recol4s=32656 -recol4d=29464 -recol5s=5285 -recol5d=4228 - -// 11553 -[obj_11553] -model=model_2376 -cost=3 -dummyitem=2 -2dzoom=900 -recol1s=12618 -recol1d=11561 -recol2s=8320 -recol2d=7399 - -// 11554 -[obj_11554] -model=model_2366 -cost=3 -dummyitem=2 -2dzoom=850 -recol1s=17903 -recol1d=11561 -recol2s=0 -recol2d=4228 - -// 11555 -[obj_11555] -model=model_2592 -cost=3 -dummyitem=2 -2dzoom=1580 -recol1s=32767 -recol1d=32569 - -// 11556 -[obj_11556] -model=model_7286 -cost=3 -dummyitem=2 -2dzoom=1490 -recol1s=14764 -recol1d=11561 -recol2s=11457 -recol2d=7399 - -// 11557 -[obj_11557] -model=model_2500 -cost=3 -dummyitem=2 -2dzoom=290 -recol1s=2115 -recol1d=3171 - -// 11558 -[obj_11558] -model=model_3215 -cost=3 -dummyitem=2 -2dzoom=600 -recol1s=4193 -recol1d=6342 -recol2s=32767 -recol2d=22131 - -// 11559 -[obj_11559] -model=model_7760 -cost=3 -dummyitem=2 -2dzoom=1100 -recol1s=12548 -recol1d=6342 -recol2s=10434 -recol2d=2114 -recol3s=20935 -recol3d=10504 - -// 11560 -[obj_11560] -model=model_2782 -cost=3 -dummyitem=2 -2dzoom=580 -recol1s=32767 -recol1d=28407 - -// 11561 -[obj_11561] -model=model_11141 -cost=3 -dummyitem=2 -2dzoom=770 -recol1s=32736 -recol1d=22131 -recol2s=2114 -recol2d=3171 - -// 11562 -[obj_11562] -model=model_2737 -cost=3 -dummyitem=2 -2dzoom=740 -recol1s=16846 -recol1d=11561 -recol2s=10400 -recol2d=5285 - -// 11563 -[obj_11563] -model=model_2349 -cost=3 -dummyitem=2 -2dzoom=740 -recol1s=16846 -recol1d=11561 - -// 11564 -[obj_11564] -model=model_2767 -cost=3 -dummyitem=2 -2dzoom=950 -recol1s=7264 -recol1d=7399 -recol2s=16846 -recol2d=11561 -recol3s=32655 -recol3d=15789 - -// 11565 -[obj_11565] -model=model_2831 -cost=3 -dummyitem=2 -2dzoom=590 -recol1s=20017 -recol1d=17903 -recol2s=8320 -recol2d=11561 - -// 11566 -[obj_11566] -model=model_2751 -cost=3 -dummyitem=2 -2dzoom=590 -recol1s=26153 -recol1d=14732 - -// 11567 -[obj_11567] -model=model_2810 -cost=3 -dummyitem=2 -2dzoom=2000 -recol1s=27483 -recol1d=16678 -recol2s=16704 -recol2d=11561 -recol3s=27483 -recol3d=28407 - -// 11568 -[obj_11568] -model=model_2770 -cost=3 -dummyitem=2 -2dzoom=850 -recol1s=0 -recol1d=4228 -recol2s=20017 -recol2d=17903 -recol3s=28341 -recol3d=22131 - -// 11569 -[obj_11569] -model=model_2705 -cost=3 -dummyitem=2 -2dzoom=760 -recol1s=16846 -recol1d=13675 -recol2s=22085 -recol2d=21074 - -// 11570 -[obj_11570] -model=model_2417 -cost=3 -dummyitem=2 -2dzoom=800 -recol1s=0 -recol1d=4228 - -// 11571 -[obj_11571] -model=model_2620 -cost=3 -dummyitem=2 -2dzoom=710 -recol1s=8320 -recol1d=11561 -recol2s=16846 -recol2d=18960 - -// 11572 -[obj_11572] -model=model_2506 -cost=3 -dummyitem=2 -2dzoom=630 -recol1s=32576 -recol1d=22131 - -// 11573 -[obj_11573] -model=model_2544 -cost=3 -dummyitem=2 -2dzoom=1060 -recol1s=16846 -recol1d=8456 -recol2s=16704 -recol2d=14732 -recol3s=15392 -recol3d=11561 - -// 11574 -[obj_11574] -model=model_2354 -cost=3 -dummyitem=2 -2dzoom=1370 -recol1s=11561 -recol1d=4228 -recol2s=16846 -recol2d=11561 - -// 11575 -[obj_11575] -model=model_2365 -cost=3 -dummyitem=2 -2dzoom=770 -recol1s=16800 -recol1d=11561 -recol2s=26272 -recol2d=16846 - -// 11576 -[obj_11576] -model=model_2462 -cost=3 -dummyitem=2 -2dzoom=700 -recol1s=7399 -recol1d=4228 -recol2s=12618 -recol2d=11561 -recol3s=20017 -recol3d=16846 -recol4s=32767 -recol4d=25236 - -// 11577 -[obj_11577] -model=model_2528 -cost=3 -dummyitem=2 -2dzoom=780 -recol1s=16846 -recol1d=23188 - -// 11578 -[obj_11578] -model=model_2469 -cost=3 -dummyitem=2 -2dzoom=1030 -recol1s=16846 -recol1d=28341 -recol2s=15648 -recol2d=11561 - -// 11579 -[obj_11579] -model=model_2833 -cost=3 -dummyitem=2 -2dzoom=640 -recol1s=16846 -recol1d=11561 -recol2s=15392 -recol2d=16846 -recol3s=0 -recol3d=4228 - -// 11580 -[obj_11580] -model=model_2354 -cost=3 -dummyitem=2 -2dzoom=1370 -recol1s=16846 -recol1d=20017 -recol2s=28407 -recol2d=23188 - -// 11581 -[obj_11581] -model=model_7279 -cost=3 -dummyitem=2 -2dzoom=1210 -recol1s=12384 -recol1d=8456 -recol2s=13440 -recol2d=10504 -recol3s=14497 -recol3d=11561 -recol4s=15554 -recol4d=12618 -recol5s=16611 -recol5d=14732 - -// 11582 -[obj_11582] -model=model_2652 -cost=3 -dummyitem=2 -2dzoom=740 -recol1s=1107 -recol1d=22131 - -// 11583 -[obj_11583] -model=model_2586 -cost=3 -dummyitem=2 -2dzoom=780 -recol1s=32271 -recol1d=16846 -recol2s=17440 -recol2d=13675 -recol3s=11296 -recol3d=11561 -recol4s=32767 -recol4d=14283 - -// 11584 -[obj_11584] -model=model_2705 -cost=3 -dummyitem=2 -2dzoom=760 -recol1s=16846 -recol1d=32767 -recol2s=22085 -recol2d=21074 - -// 11585 -[obj_11585] -model=model_2705 -cost=3 -dummyitem=2 -2dzoom=760 -recol1s=16846 -recol1d=26293 -recol2s=22085 -recol2d=21074 - -// 11586 -[obj_11586] -model=model_7303 -cost=3 -dummyitem=2 -2dzoom=710 -recol1s=5217 -recol1d=6342 -recol2s=11561 -recol2d=10504 -recol3s=16846 -recol3d=15789 - -// 11587 -[obj_11587] -model=model_2748 -cost=3 -dummyitem=2 -2dzoom=1400 -recol1s=11488 -recol1d=6342 -recol2s=13605 -recol2d=7399 - -// 11588 -[obj_11588] -model=model_2748 -cost=3 -dummyitem=2 -2dzoom=1400 -recol1s=11488 -recol1d=18960 -recol2s=13605 -recol2d=13675 - -// 11589 -[obj_11589] -model=model_2372 -cost=3 -dummyitem=2 -2dzoom=700 -recol1s=32480 -recol1d=23188 - -// 11590 -[obj_11590] -model=model_2794 -cost=3 -dummyitem=2 -2dzoom=848 -recol1s=32759 -recol1d=23188 -recol2s=13504 -recol2d=11561 - -// 11591 -[obj_11591] -model=model_2373 -cost=3 -dummyitem=2 -2dzoom=1180 -recol1s=16846 -recol1d=13675 -recol2s=8320 -recol2d=8456 -recol3s=32576 -recol3d=26293 - -// 11592 -[obj_11592] -model=model_2778 -cost=3 -dummyitem=2 -2dzoom=1180 -recol1s=16846 -recol1d=13675 -recol2s=16704 -recol2d=8456 - -// 11593 -[obj_11593] -model=model_2464 -cost=3 -dummyitem=2 -2dzoom=1030 -recol1s=16846 -recol1d=13675 -recol2s=7362 -recol2d=8456 - -// 11594 -[obj_11594] -model=model_2529 -cost=3 -dummyitem=2 -2dzoom=1070 -recol1s=16846 -recol1d=8456 -recol2s=4160 -recol2d=14732 - -// 11595 -[obj_11595] -model=model_2544 -cost=3 -dummyitem=2 -2dzoom=1060 -recol1s=16846 -recol1d=13675 -recol2s=16704 -recol2d=8456 -recol3s=15392 -recol3d=7399 - -// 11596 -[obj_11596] -model=model_2529 -cost=3 -dummyitem=2 -2dzoom=1070 -recol1s=16846 -recol1d=8456 -recol2s=4160 -recol2d=11561 - -// 11597 -[obj_11597] -model=model_2602 -cost=3 -dummyitem=2 -2dzoom=1200 -recol1s=16846 -recol1d=13675 -recol2s=32736 -recol2d=10504 -recol3s=9344 -recol3d=6342 - -// 11598 -[obj_11598] -model=model_7522 -cost=3 -dummyitem=2 -2dzoom=480 -recol1s=22198 -recol1d=23188 - -// 11599 -[obj_11599] -model=model_2355 -cost=3 -dummyitem=2 -2dzoom=1340 -recol1s=28407 -recol1d=21074 - -// 11600 -[obj_11600] -model=model_2354 -cost=3 -dummyitem=2 -2dzoom=1370 -recol1s=16846 -recol1d=20017 -recol2s=28407 -recol2d=26293 - -// 11601 -[obj_11601] -model=model_2594 -cost=3 -dummyitem=2 -2dzoom=1860 -recol1s=16846 -recol1d=22131 -recol2s=28407 -recol2d=14732 - -// 11602 -[obj_11602] -model=model_2590 -cost=3 -dummyitem=2 -2dzoom=950 -recol1s=0 -recol1d=4228 -recol2s=32096 -recol2d=22131 -recol3s=32288 -recol3d=28407 - -// 11603 -[obj_11603] -model=model_2494 -cost=3 -dummyitem=2 -2dzoom=1710 -recol1s=16846 -recol1d=20017 -recol2s=28407 -recol2d=28341 - -// 11604 -[obj_11604] -model=model_2353 -cost=3 -dummyitem=2 -2dzoom=900 -recol1s=16846 -recol1d=12618 -recol2s=28407 -recol2d=16846 - -// 11605 -[obj_11605] -model=model_2357 -cost=3 -dummyitem=2 -2dzoom=820 -recol1s=16846 -recol1d=13675 -recol2s=28407 -recol2d=17903 - -// 11606 -[obj_11606] -model=model_2354 -cost=3 -dummyitem=2 -2dzoom=1370 -recol1s=16846 -recol1d=7399 -recol2s=28407 -recol2d=12618 -recol3s=11561 -recol3d=4228 - -// 11607 -[obj_11607] -model=model_7277 -cost=3 -dummyitem=2 -2dzoom=1290 -recol1s=1537 -recol1d=11561 -recol2s=27008 -recol2d=14732 -recol3s=32288 -recol3d=16846 -recol4s=32419 -recol4d=21074 - -// 11608 -[obj_11608] -model=model_2390 -cost=3 -dummyitem=2 -2dzoom=600 -recol1s=32767 -recol1d=14732 - -// 11609 -[obj_11609] -model=model_2807 -cost=3 -dummyitem=2 -2dzoom=910 -recol1s=18784 -recol1d=11561 -recol2s=20896 -recol2d=14732 -recol3s=20997 -recol3d=18960 - -// 11610 -[obj_11610] -model=model_2345 -cost=3 -dummyitem=2 -2dzoom=990 -recol1s=8224 -recol1d=8456 -recol2s=10336 -recol2d=10504 -recol3s=12448 -recol3d=11561 -recol4s=14561 -recol4d=12618 -recol5s=16675 -recol5d=14732 - -// 11611 -[obj_11611] -model=model_2408 -cost=3 -dummyitem=2 -2dzoom=800 -recol1s=11488 -recol1d=8456 - -// 11612 -[obj_11612] -model=model_2408 -cost=3 -dummyitem=2 -2dzoom=820 -recol1s=11488 -recol1d=10504 - -// 11613 -[obj_11613] -model=model_2408 -cost=3 -dummyitem=2 -2dzoom=820 -recol1s=11488 -recol1d=25236 - -// 11614 -[obj_11614] -model=model_2420 -cost=3 -dummyitem=2 -2dzoom=1220 -recol1s=10368 -recol1d=6342 -recol2s=15392 -recol2d=11561 - -// 11615 -[obj_11615] -model=model_2420 -cost=3 -dummyitem=2 -2dzoom=1220 -recol1s=10368 -recol1d=6342 -recol2s=15392 -recol2d=11561 -recol3s=15789 -recol3d=10504 -recol4s=16846 -recol4d=8456 - -// 11616 -[obj_11616] -model=model_2531 -cost=3 -dummyitem=2 -2dzoom=670 -recol1s=20512 -recol1d=21074 -recol2s=15712 -recol2d=11561 -recol3s=32767 -recol3d=28341 - -// 11617 -[obj_11617] -model=model_2674 -cost=3 -dummyitem=2 -2dzoom=1050 - -// 11618 -[obj_11618] -model=model_4931 -cost=3 -dummyitem=2 -2dzoom=770 -recol1s=3296 -recol1d=7399 -recol2s=6464 -recol2d=11561 -recol3s=4549 -recol3d=15789 - -// 11619 -[obj_11619] -model=model_3681 -cost=3 -dummyitem=2 -2dzoom=480 -recol1s=0 -recol1d=4228 -recol2s=21536 -recol2d=11561 -recol3s=27483 -recol3d=25236 - -// 11620 -[obj_11620] -model=model_2409 -cost=3 -dummyitem=2 -2dzoom=830 -recol1s=21984 -recol1d=11561 - -// 11621 -[obj_11621] -model=model_2591 -cost=3 -dummyitem=2 -2dzoom=1040 -recol1s=448 -recol1d=13675 -recol2s=30208 -recol2d=20017 - -// 11622 -[obj_11622] -model=model_7339 -cost=3 -dummyitem=2 -2dzoom=750 -recol1s=3363 -recol1d=3171 -recol2s=8576 -recol2d=8456 -recol3s=30089 -recol3d=12618 -recol4s=32203 -recol4d=15789 -recol5s=31729 -recol5d=28341 - -// 11623 -[obj_11623] -model=model_2750 -cost=3 -dummyitem=2 -2dzoom=670 -recol1s=32697 -recol1d=29464 - -// 11624 -[obj_11624] -model=model_2476 -cost=3 -dummyitem=2 -2dzoom=800 -recol1s=32767 -recol1d=15789 -recol2s=96 -recol2d=5285 - -// 11625 -[obj_11625] -model=model_2355 -cost=3 -dummyitem=2 -2dzoom=1340 -recol1s=16846 -recol1d=13675 -recol2s=28407 -recol2d=17903 - -// 11626 -[obj_11626] -model=model_3664 -cost=3 -dummyitem=2 -2dzoom=810 -recol1s=16808 -recol1d=13675 - -// 11627 -[obj_11627] -model=model_3196 -cost=3 -dummyitem=2 -2dzoom=1370 -recol1s=32727 -recol1d=26293 - -// 11628 -[obj_11628] -model=model_2564 -cost=3 -dummyitem=2 -2dzoom=990 -recol1s=14790 -recol1d=16846 -recol2s=15392 -recol2d=18960 -recol3s=32736 -recol3d=28341 - -// 11629 -[obj_11629] -model=model_2559 -cost=3 -dummyitem=2 -2dzoom=580 -recol1s=10400 -recol1d=11561 - -// 11630 -[obj_11630] -model=model_8880 -cost=3 -dummyitem=2 -2dzoom=1370 -recol1s=2215 -recol1d=5285 -recol2s=9816 -recol2d=20017 -recol3s=22397 -recol3d=23188 -recol4s=22023 -recol4d=16846 - -// 11631 -[obj_11631] -model=model_2582 -cost=3 -dummyitem=2 -2dzoom=1400 -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=14732 -recol3s=6144 -recol3d=11561 -recol4s=0 -recol4d=3171 -recol5s=11561 -recol5d=12618 - -// 11632 -[obj_11632] -model=model_8808 -cost=3 -dummyitem=2 -2dzoom=920 -recol1s=4096 -recol1d=4228 -recol2s=8320 -recol2d=8456 -recol3s=17600 -recol3d=11561 -recol4s=16738 -recol4d=15789 -recol5s=32755 -recol5d=25236 - -// 11633 -[obj_11633] -model=model_16876 -cost=3 -dummyitem=2 -2dzoom=1000 -recol1s=15752 -recol1d=13675 -recol2s=14695 -recol2d=12618 -recol3s=13638 -recol3d=11561 -recol4s=9411 -recol4d=6342 -recol5s=8354 -recol5d=5285 -recol6s=18921 -recol6d=16846 - -// 11634 -[obj_11634] -model=model_2387 -cost=3 -dummyitem=2 -2dzoom=850 -recol1s=28520 -recol1d=28407 -recol2s=22178 -recol2d=22131 -recol3s=26404 -recol3d=26293 -recol4s=19008 -recol4d=17903 - -// 11635 -[obj_11635] -model=model_2720 -cost=3 -dummyitem=2 -2dzoom=1750 -recol1s=16846 -recol1d=14732 -recol2s=15789 -recol2d=13675 -recol3s=7296 -recol3d=4228 - -// 11636 -[obj_11636] -model=model_2601 -cost=3 -dummyitem=2 -2dzoom=1500 -recol1s=7296 -recol1d=4228 -recol2s=16846 -recol2d=14732 - -// 11637 -[obj_11637] -model=model_21955 -cost=3 -dummyitem=2 -2dzoom=700 -recol1s=32736 -recol1d=28407 -recol2s=6721 -recol2d=7399 -recol3s=21120 -recol3d=20017 -recol4s=21536 -recol4d=11561 - -// 11638 -[obj_11638] -model=model_2572 -cost=3 -dummyitem=2 -2dzoom=1600 -recol1s=13675 -recol1d=11561 -recol2s=16846 -recol2d=14732 -recol3s=32192 -recol3d=7399 - -// 11639 -[obj_11639] -model=model_13647 -cost=3 -dummyitem=2 -2dzoom=700 -recol1s=21074 -recol1d=17903 -recol2s=13570 -recol2d=12618 - -// 11640 -[obj_11640] -cost=1 -model=model_27103 -iop1=Read -iop5=Destroy -2dyof=26 -2dzoom=750 -2dyan=124 -2dxan=276 -ambient=15 -name=Book of knowledge -param=param_59,1 - -// 11641 -[obj_11641] -model=model_27096 -cost=3 -dummyitem=2 -2dzoom=1000 -recol1s=21074 -recol1d=11561 -recol2s=16846 -recol2d=8456 -recol3s=23188 -recol3d=13675 - -// 11642 -[obj_11642] -model=model_27094 -cost=3 -dummyitem=2 -2dzoom=1250 - -// 11643 -[obj_11643] -model=model_27104 -cost=3 -dummyitem=2 -2dzoom=1160 - -// 11644 -[obj_11644] -model=model_27102 -cost=3 -dummyitem=2 -2dzoom=900 - -// 11645 -[obj_11645] -model=model_27100 -cost=3 -dummyitem=2 -2dzoom=1260 -recol1s=13637 -recol1d=11561 -recol2s=15751 -recol2d=13675 -recol3s=11523 -recol3d=8456 - -// 11646 -[obj_11646] -model=model_27101 -cost=3 -dummyitem=2 -2dzoom=1100 - -// 11647 -[obj_11647] -model=model_27097 -cost=3 -dummyitem=2 -2dzoom=700 - -// 11648 -[obj_11648] -model=model_27094 -cost=3 -dummyitem=2 -2dzoom=1250 -recol1s=11561 -recol1d=8456 -recol2s=4228 -recol2d=11561 -recol3s=8456 -recol3d=10504 - -// 11649 -[obj_11649] -model=model_27095 -cost=3 -dummyitem=2 -2dzoom=1090 -recol1s=32288 -recol1d=25236 -recol2s=32756 -recol2d=18960 - -// 11650 -[obj_11650] -model=model_27092 -cost=3 -dummyitem=2 -2dzoom=770 -recol1s=2114 -recol1d=4228 -recol2s=11594 -recol2d=12618 -recol3s=26400 -recol3d=26293 - -// 11651 -[obj_11651] -model=model_27099 -cost=3 -dummyitem=2 -2dzoom=784 -recol1s=12320 -recol1d=13675 -recol2s=6274 -recol2d=6342 -recol3s=7330 -recol3d=7399 -recol4s=8386 -recol4d=8456 - -// 11652 -[obj_11652] -model=model_27091 -cost=3 -dummyitem=2 -2dzoom=830 -recol1s=32767 -recol1d=16846 -recol2s=32576 -recol2d=26293 -recol3s=22131 -recol3d=15789 - -// 11653 -[obj_11653] -model=model_27093 -cost=3 -dummyitem=2 -2dzoom=550 -recol1s=24351 -recol1d=28341 -recol2s=22085 -recol2d=18960 - -// 11654 -[obj_11654] -model=model_27098 -cost=3 -dummyitem=2 -2dzoom=850 - -// 11655 -[obj_11655] -certlink=obj_600 -certtemplate=obj_799 - -// 11656 -[obj_11656] -model=model_27051 -2dxof=2 -2dyof=10 -2dzoom=950 -2dyan=1948 -2dxan=260 -ambient=15 -cost=3 -iop1=Read -members=yes -stockmarket=yes -name=Glassblowing book -certlink=obj_11657 - -// 11657 -[obj_11657] -certlink=obj_11656 -certtemplate=obj_799 - -// 11658 -[obj_11658] -model=model_27072 -dummyitem=2 - -// 11659 -[obj_11659] -model=model_27073 -dummyitem=2 - -// 11660 -[obj_11660] -model=model_27070 -dummyitem=2 - -// 11661 -[obj_11661] -model=model_27071 -dummyitem=2 - -// 11662 -[obj_11662] -model=model_27069 -dummyitem=2 - -// 11663 -[obj_11663] -model=model_27164 -2dxof=1 -2dyof=5 -2dzoom=919 -2dyan=1660 -2dxan=429 -iop2=Wear -manwear=model_230 -manwear2=model_27151 -womanwear=model_403 -womanwear2=model_27137 -manhead=model_39630 -manhead2=model_39557 -womanhead=model_39170 -womanhead2=model_39557 -members=yes -cost=9851 -name=Void mage helm - -// 11664 -[obj_11664] -model=model_27163 -2dxof=1 -2dyof=-1 -2dzoom=620 -2dyan=188 -2dxan=88 -iop2=Wear -manwear=model_230 -manwear2=model_27150 -womanwear=model_403 -womanwear2=model_27138 -manhead=model_39826 -manhead2=model_39459 -womanhead=model_39101 -womanhead2=model_38805 -members=yes -cost=9851 -name=Void ranger helm - -// 11665 -[obj_11665] -model=model_27166 -2dxof=3 -2dyof=-1 -2dzoom=620 -2dyan=188 -2dxan=88 -iop2=Wear -manwear=model_230 -manwear2=model_27154 -womanwear=model_403 -womanwear2=model_27139 -manhead=model_39799 -manhead2=model_39451 -womanhead=model_39170 -womanhead2=model_38830 -members=yes -cost=9851 -name=Void melee helm - -// 11666 -[obj_11666] -model=model_27165 -2dxof=1 -2dyof=-1 -2dzoom=465 -2dxan=332 -manwear=model_27148 -womanwear=model_27148 -iop2=Wear -iop4=Rub -members=yes -cost=100 -name=Void seal(8) -womanwearoff=0,6,0 - -// 11667 -[obj_11667] -model=model_27165 -2dxof=1 -2dyof=-1 -2dzoom=465 -2dxan=332 -manwear=model_27148 -womanwear=model_27148 -iop2=Wear -iop4=Rub -members=yes -cost=100 -name=Void seal(7) -womanwearoff=0,6,0 - -// 11668 -[obj_11668] -model=model_27165 -2dxof=1 -2dyof=-1 -2dzoom=465 -2dxan=332 -manwear=model_27148 -womanwear=model_27148 -iop2=Wear -iop4=Rub -members=yes -cost=100 -name=Void seal(6) -womanwearoff=0,6,0 - -// 11669 -[obj_11669] -model=model_27165 -2dxof=1 -2dyof=-1 -2dzoom=465 -2dxan=332 -manwear=model_27148 -womanwear=model_27148 -iop2=Wear -iop4=Rub -members=yes -cost=100 -name=Void seal(5) -womanwearoff=0,6,0 - -// 11670 -[obj_11670] -model=model_27165 -2dxof=1 -2dyof=-1 -2dzoom=465 -2dxan=332 -manwear=model_27148 -womanwear=model_27148 -iop2=Wear -iop4=Rub -members=yes -cost=100 -name=Void seal(4) -womanwearoff=0,6,0 - -// 11671 -[obj_11671] -model=model_27165 -2dxof=1 -2dyof=-1 -2dzoom=465 -2dxan=332 -manwear=model_27148 -womanwear=model_27148 -iop2=Wear -iop4=Rub -members=yes -cost=100 -name=Void seal(3) -womanwearoff=0,6,0 - -// 11672 -[obj_11672] -model=model_27165 -2dxof=1 -2dyof=-1 -2dzoom=465 -2dxan=332 -manwear=model_27148 -womanwear=model_27148 -iop2=Wear -iop4=Rub -members=yes -cost=100 -name=Void seal(2) -womanwearoff=0,6,0 - -// 11673 -[obj_11673] -model=model_27165 -2dxof=1 -2dyof=-1 -2dzoom=465 -2dxan=332 -manwear=model_27148 -womanwear=model_27148 -iop2=Wear -iop4=Rub -members=yes -cost=100 -name=Void seal(1) -womanwearoff=0,6,0 - -// 11674 -[obj_11674] -model=model_27164 -2dxof=1 -2dyof=5 -2dzoom=919 -2dyan=1660 -2dxan=429 -iop2=Wear -manwear=model_230 -manwear2=model_27151 -womanwear=model_403 -womanwear2=model_27137 -manhead=model_39630 -manhead2=model_39557 -womanhead=model_39170 -womanhead2=model_39557 -members=yes -cost=9851 -dummyitem=1 -name=Void mage helm - -// 11675 -[obj_11675] -model=model_27163 -2dxof=4 -2dyof=-1 -2dzoom=540 -2dyan=188 -2dxan=88 -iop2=Wear -manwear=model_230 -manwear2=model_27150 -womanwear=model_403 -womanwear2=model_27138 -manhead=model_39630 -manhead2=model_39459 -womanhead=model_39170 -womanhead2=model_38805 -members=yes -cost=9851 -dummyitem=1 -name=Void ranger helm - -// 11676 -[obj_11676] -model=model_27166 -2dxof=4 -2dyof=-1 -2dzoom=540 -2dyan=188 -2dxan=88 -iop2=Wear -manwear=model_230 -manwear2=model_27154 -womanwear=model_403 -womanwear2=model_27139 -manhead=model_39630 -manhead2=model_39451 -womanhead=model_39170 -womanhead2=model_38830 -members=yes -cost=9851 -dummyitem=1 -name=Void melee helm - -// 11677 -[obj_11677] -cost=6 -model=model_2794 -2dzoom=840 -2dyan=152 -2dxan=256 -members=yes -iop1=Read -iop5=Destroy -recol1s=13504 -recol1d=7456 -name=Explorer's notes - -// 11678 -[obj_11678] -cost=1056 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop5=Destroy -members=yes -cost=1 -recol1s=16846 -recol1d=2114 -recol2s=15392 -recol2d=6159 -name=Black knight helm - -// 11679 -[obj_11679] -model=model_3348 -members=yes -iop1=Rub -iop5=Destroy -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -cost=1 -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11680 -[obj_11680] -model=model_27230 -2dxof=1 -2dzoom=720 -2dyan=2009 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -op3=Take -cost=1 -name=Address form - -// 11681 -[obj_11681] -model=model_27231 -2dxof=-1 -2dyof=10 -2dzoom=1872 -2dyan=1967 -2dxan=552 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -op3=Take -cost=1 -name=Scrap paper - -// 11682 -[obj_11682] -model=model_27232 -2dyof=7 -2dzoom=789 -2dyan=1729 -2dxan=373 -contrast=15 -ambient=15 -members=yes -cost=1 -name=Hair clip - -// 11683 -[obj_11683] -2dzoom=800 -2dxan=554 -model=model_27215 -members=yes -dummyitem=2 - -// 11684 -[obj_11684] -2dzoom=800 -2dxan=554 -model=model_27221 -members=yes -dummyitem=2 - -// 11685 -[obj_11685] -2dzoom=800 -2dxan=554 -model=model_27217 -members=yes -dummyitem=2 - -// 11686 -[obj_11686] -cost=500000 -model=model_28164 -members=yes -2dxof=8 -2dyof=8 -2dzoom=1503 -2dyan=249 -2dxan=567 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Godsword shards -certlink=obj_11687 - -// 11687 -[obj_11687] -certlink=obj_11686 -certtemplate=obj_799 - -// 11688 -[obj_11688] -cost=500000 -model=model_28145 -members=yes -2dxof=8 -2dyof=8 -2dzoom=1632 -2dyan=249 -2dxan=567 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Godsword shards -certlink=obj_11689 - -// 11689 -[obj_11689] -certlink=obj_11688 -certtemplate=obj_799 - -// 11690 -[obj_11690] -cost=750000 -model=model_28166 -members=yes -2dyof=-3 -2dzoom=1040 -2dyan=1156 -2dxan=352 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Godsword blade -certlink=obj_11691 - -// 11691 -[obj_11691] -certlink=obj_11690 -certtemplate=obj_799 - -// 11692 -[obj_11692] -cost=500000 -model=model_28150 -members=yes -2dyof=-3 -2dzoom=1168 -2dyan=263 -2dxan=463 -stockmarket=yes -recol1s=16846 -recol1d=8354 -name=Godsword shards -certlink=obj_11693 - -// 11693 -[obj_11693] -certlink=obj_11692 -certtemplate=obj_799 - -// 11694 -[obj_11694] -members=yes -model=model_28162 -iop2=Wield -iop3=Dismantle -manwear=model_27731 -womanwear=model_27731 -cost=1250000 -2dxof=-1 -2dyof=-1 -2dzoom=1957 -2dyan=484 -2dxan=498 -stockmarket=yes -name=Armadyl godsword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_11695 -lentlink=obj_13450 - -// 11695 -[obj_11695] -certlink=obj_11694 -certtemplate=obj_799 - -// 11696 -[obj_11696] -members=yes -model=model_28154 -iop2=Wield -iop3=Dismantle -manwear=model_27726 -womanwear=model_27726 -cost=1250000 -2dxof=-1 -2dyof=-1 -2dzoom=1957 -2dyan=484 -2dxan=498 -stockmarket=yes -name=Bandos godsword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_11697 -lentlink=obj_13451 - -// 11697 -[obj_11697] -certlink=obj_11696 -certtemplate=obj_799 - -// 11698 -[obj_11698] -members=yes -model=model_28151 -iop2=Wield -iop3=Dismantle -manwear=model_27729 -womanwear=model_27729 -cost=1250000 -2dxof=-1 -2dyof=-1 -2dzoom=1957 -2dyan=484 -2dxan=498 -stockmarket=yes -name=Saradomin godsword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_11699 -lentlink=obj_13452 - -// 11699 -[obj_11699] -certlink=obj_11698 -certtemplate=obj_799 - -// 11700 -[obj_11700] -members=yes -model=model_28167 -iop2=Wield -iop3=Dismantle -manwear=model_27724 -womanwear=model_27724 -cost=1250000 -2dxof=-1 -2dyof=-1 -2dzoom=1957 -2dyan=484 -2dxan=498 -stockmarket=yes -name=Zamorak godsword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_11701 -lentlink=obj_13453 - -// 11701 -[obj_11701] -certlink=obj_11700 -certtemplate=obj_799 - -// 11702 -[obj_11702] -model=model_28153 -members=yes -2dxof=-3 -2dzoom=789 -2dyan=263 -2dxan=498 -cost=500000 -stockmarket=yes -name=Armadyl hilt -certlink=obj_11703 - -// 11703 -[obj_11703] -certlink=obj_11702 -certtemplate=obj_799 - -// 11704 -[obj_11704] -model=model_28146 -members=yes -2dxof=1 -2dyof=1 -2dzoom=868 -2dyan=203 -2dxan=618 -cost=500000 -stockmarket=yes -name=Bandos hilt -certlink=obj_11705 - -// 11705 -[obj_11705] -certlink=obj_11704 -certtemplate=obj_799 - -// 11706 -[obj_11706] -model=model_28155 -members=yes -2dxof=-1 -2dzoom=789 -2dyan=263 -2dxan=498 -cost=500000 -stockmarket=yes -name=Saradomin hilt -certlink=obj_11707 - -// 11707 -[obj_11707] -certlink=obj_11706 -certtemplate=obj_799 - -// 11708 -[obj_11708] -model=model_28158 -members=yes -2dxof=2 -2dyof=-6 -2dzoom=917 -2dyan=224 -2dxan=435 -cost=500000 -stockmarket=yes -name=Zamorak hilt -certlink=obj_11709 - -// 11709 -[obj_11709] -certlink=obj_11708 -certtemplate=obj_799 - -// 11710 -[obj_11710] -model=model_28152 -members=yes -2dxof=3 -2dyof=1 -2dzoom=984 -2dyan=249 -2dxan=549 -cost=250000 -stockmarket=yes -name=Godsword shard 1 -certlink=obj_11711 - -// 11711 -[obj_11711] -certlink=obj_11710 -certtemplate=obj_799 - -// 11712 -[obj_11712] -model=model_28168 -members=yes -2dzoom=984 -2dyan=249 -2dxan=675 -cost=250000 -stockmarket=yes -name=Godsword shard 2 -certlink=obj_11713 - -// 11713 -[obj_11713] -certlink=obj_11712 -certtemplate=obj_799 - -// 11714 -[obj_11714] -model=model_28160 -members=yes -2dxof=7 -2dzoom=984 -2dyan=207 -2dxan=612 -cost=250000 -stockmarket=yes -name=Godsword shard 3 -certlink=obj_11715 - -// 11715 -[obj_11715] -certlink=obj_11714 -certtemplate=obj_799 - -// 11716 -[obj_11716] -members=yes -cost=100000 -model=model_28134 -iop2=Wield -manwear=model_27727 -womanwear=model_27727 -2dxof=7 -2dyof=-4 -2dzoom=2192 -2dyan=2025 -2dzan=144 -2dxan=1669 -stockmarket=yes -recol1s=1890 -recol1d=14368 -name=Zamorakian spear -womanwearoff=3,-11,6 -certlink=obj_11717 -lentlink=obj_13454 - -// 11717 -[obj_11717] -certlink=obj_11716 -certtemplate=obj_799 - -// 11718 -[obj_11718] -model=model_28139 -members=yes -manwear=model_27747 -womanwear=model_27757 -iop2=Wear -manhead=model_39878 -womanhead=model_38977 -2dxof=9 -2dzoom=789 -2dyan=372 -2dxan=66 -cost=20000 -stockmarket=yes -name=Armadyl helmet -certlink=obj_11719 -lentlink=obj_13455 - -// 11719 -[obj_11719] -certlink=obj_11718 -certtemplate=obj_799 - -// 11720 -[obj_11720] -model=model_28141 -members=yes -manwear=model_27734 -manwear2=model_27750 -womanwear=model_27752 -womanwear2=model_27758 -2dxof=1 -2dyof=-5 -2dzoom=854 -2dxan=453 -iop2=Wear -cost=60000 -stockmarket=yes -name=Armadyl chestplate -certlink=obj_11721 -lentlink=obj_13456 - -// 11721 -[obj_11721] -certlink=obj_11720 -certtemplate=obj_799 - -// 11722 -[obj_11722] -model=model_28132 -members=yes -manwear=model_27742 -womanwear=model_27756 -2dxof=-1 -2dyof=-3 -2dzoom=1957 -2dyan=2036 -2dxan=555 -iop2=Wear -cost=50000 -stockmarket=yes -name=Armadyl plateskirt -certlink=obj_11723 -lentlink=obj_13457 - -// 11723 -[obj_11723] -certlink=obj_11722 -certtemplate=obj_799 - -// 11724 -[obj_11724] -model=model_28133 -members=yes -manwear=model_27732 -manwear2=model_27748 -womanwear=model_27753 -womanwear2=model_27759 -2dxof=1 -2dyof=4 -2dzoom=984 -2dyan=6 -2dxan=501 -iop2=Wear -cost=265000 -stockmarket=yes -name=Bandos chestplate -certlink=obj_11725 -lentlink=obj_13458 - -// 11725 -[obj_11725] -certlink=obj_11724 -certtemplate=obj_799 - -// 11726 -[obj_11726] -model=model_28131 -members=yes -manwear=model_27739 -womanwear=model_27755 -2dxof=3 -2dyof=3 -2dzoom=854 -2dyan=2039 -2dxan=540 -iop2=Wear -cost=272500 -stockmarket=yes -name=Bandos tassets -certlink=obj_11727 -lentlink=obj_13459 - -// 11727 -[obj_11727] -certlink=obj_11726 -certtemplate=obj_799 - -// 11728 -[obj_11728] -model=model_28135 -members=yes -manwear=model_27737 -womanwear=model_19951 -2dyof=-7 -2dzoom=724 -2dxan=171 -iop2=Wear -cost=25000 -stockmarket=yes -name=Bandos boots -certlink=obj_11729 -lentlink=obj_13460 - -// 11729 -[obj_11729] -certlink=obj_11728 -certtemplate=obj_799 - -// 11730 -[obj_11730] -members=yes -model=model_28136 -iop2=Wield -manwear=model_27728 -womanwear=model_27728 -cost=130000 -2dyof=3 -2dzoom=2151 -2dyan=1521 -2dxan=636 -stockmarket=yes -name=Saradomin sword -manwearoff=0,2,0 -womanwearoff=3,-11,6 -certlink=obj_11731 -lentlink=obj_13461 - -// 11731 -[obj_11731] -certlink=obj_11730 -certtemplate=obj_799 - -// 11732 -[obj_11732] -model=model_28138 -members=yes -manwear=model_27738 -womanwear=model_27754 -iop2=Wear -2dyof=-1 -2dzoom=595 -2dxan=96 -cost=20000 -stockmarket=yes -name=Dragon boots -certlink=obj_11733 -lentlink=obj_13462 - -// 11733 -[obj_11733] -certlink=obj_11732 -certtemplate=obj_799 - -// 11734 -[obj_11734] -cost=0 -model=model_7129 -2dyof=73 -2dzoom=1230 -2dyan=12 -2dxan=288 -members=yes -iop1=Read -iop5=Destroy -name=Knight's notes - -// 11735 -[obj_11735] -cost=0 -model=model_7129 -2dyof=73 -2dzoom=1230 -2dyan=12 -2dxan=288 -members=yes -iop1=Read -iop5=Destroy -name=Knight's notes - -// 11736 -[obj_11736] -members=yes -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -cost=17000 -members=yes -stockmarket=yes -recol1s=27483 -recol1d=23452 -name=Steam battlestaff -womanwearoff=3,-11,6 -certlink=obj_11737 - -// 11737 -[obj_11737] -certlink=obj_11736 -certtemplate=obj_799 - -// 11738 -[obj_11738] -members=yes -model=model_2810 -2dxof=-5 -2dyof=2 -2dzoom=1490 -2dyan=1400 -2dxan=148 -iop2=Wield -manwear=model_534 -manwear2=model_567 -womanwear=model_534 -womanwear2=model_567 -cost=45000 -members=yes -stockmarket=yes -recol1s=27483 -recol1d=23452 -name=Mystic steam staff -womanwearoff=3,-11,6 -certlink=obj_11739 - -// 11739 -[obj_11739] -certlink=obj_11738 -certtemplate=obj_799 - -// 11740 -[obj_11740] -model=model_28142 -ambient=25 -2dxof=-5 -2dyof=-5 -2dzoom=1243 -2dyan=30 -2dxan=624 -name=Picture -certlink=obj_11741 - -// 11741 -[obj_11741] -certlink=obj_11740 -certtemplate=obj_799 - -// 11742 -[obj_11742] -model=model_28143 -ambient=25 -2dxof=-4 -2dyof=-16 -2dzoom=1744 -2dyan=2018 -2dxan=612 -name=Picture -certlink=obj_11743 - -// 11743 -[obj_11743] -certlink=obj_11742 -certtemplate=obj_799 - -// 11744 -[obj_11744] -model=model_28144 -ambient=25 -2dxof=-9 -2dyof=-15 -2dzoom=1488 -2dyan=2045 -2dxan=507 -name=Picture -certlink=obj_11745 - -// 11745 -[obj_11745] -certlink=obj_11744 -certtemplate=obj_799 - -// 11746 -[obj_11746] -model=model_28261 -dummyitem=1 -members=yes -2dzoom=3792 -2dyan=63 -2dxan=3 -recol1s=1662 -recol1d=32384 -name=Agility jump - -// 11747 -[obj_11747] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -iop5=Destroy -name=A key to a chest - -// 11748 -[obj_11748] -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -members=yes -iop5=Destroy -recol1s=32480 -recol1d=23188 -name=Strongroom key - -// 11749 -[obj_11749] -model=model_28353 -2dxof=5 -2dyof=4 -2dzoom=919 -2dyan=201 -2dxan=445 -contrast=15 -ambient=15 -members=yes -cost=10 -manwear=model_28308 -womanwear=model_28308 -manwear2=model_28309 -womanwear2=model_28309 -iop4=Ring -iop5=Destroy -name=Crystal chime -womanwearoff=3,-11,6 - -// 11750 -[obj_11750] -model=model_2794 -iop1=Read -2dzoom=848 -2dyan=153 -2dxan=219 -members=yes -iop5=Destroy -recol1s=13504 -recol1d=12581 -recol2s=32759 -recol2d=23219 -name=Yewnock's notes - -// 11751 -[obj_11751] -dummyitem=2 -model=model_28315 -2dxof=11 -2dyof=-92 -2dzoom=4810 -2dyan=1936 -2dxan=164 - -// 11752 -[obj_11752] -dummyitem=2 -model=model_28322 -2dyof=-7 -2dzoom=2378 -2dyan=1813 -2dxan=74 - -// 11753 -[obj_11753] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11754 -[obj_11754] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11755 -[obj_11755] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 11756 -[obj_11756] -members=yes -model=model_28556 -manwear=model_28561 -manwear2=model_173 -womanwear=model_28567 -womanwear2=model_351 -ambient=25 -2dyof=7 -2dzoom=1308 -2dxan=512 -cost=0 -iop2=Wear -iop5=Destroy -recol1s=15856 -recol1d=25098 -name=Varrock armour 1 - -// 11757 -[obj_11757] -members=yes -model=model_28557 -manwear=model_28559 -manwear2=model_28564 -womanwear=model_28566 -womanwear2=model_28570 -ambient=25 -2dyof=7 -2dzoom=1308 -2dxan=512 -cost=0 -iop2=Wear -iop5=Destroy -name=Varrock armour 2 - -// 11758 -[obj_11758] -members=yes -model=model_28555 -manwear=model_28560 -manwear2=model_28562 -womanwear=model_28565 -womanwear2=model_28569 -ambient=25 -2dyof=7 -2dzoom=1308 -2dxan=512 -cost=0 -iop2=Wear -iop5=Destroy -name=Varrock armour 3 - -// 11759 -[obj_11759] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 11760 -[obj_11760] -cost=1 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -members=yes -recol1s=20935 -recol1d=16740 -recol2s=12548 -recol2d=11491 -recol3s=10434 -recol3d=9377 -name=Logs - -// 11761 -[obj_11761] -model=model_28992 -2dyof=-23 -2dzoom=656 -2dyan=63 -2dxan=243 -contrast=15 -ambient=15 -iop1=Unlock -members=yes -iop5=Destroy -name=Locked diary - -// 11762 -[obj_11762] -model=model_28992 -2dyof=-23 -2dzoom=656 -2dyan=63 -2dxan=243 -contrast=15 -ambient=15 -iop1=Read -members=yes -iop5=Destroy -name=Unlocked diary - -// 11763 -[obj_11763] -model=model_28990 -2dxof=5 -2dyof=-50 -2dzoom=848 -2dyan=117 -2dxan=225 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Hand - -// 11764 -[obj_11764] -model=model_28981 -2dxof=1 -2dyof=-4 -2dzoom=720 -2dyan=21 -2dxan=147 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Foot - -// 11765 -[obj_11765] -model=model_28991 -2dxof=-1 -2dyof=-5 -2dzoom=1104 -2dyan=870 -2dxan=219 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Torso - -// 11766 -[obj_11766] -model=model_28986 -2dxof=3 -2dyof=8 -2dzoom=720 -2dyan=1979 -2dxan=315 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Left arm - -// 11767 -[obj_11767] -model=model_28982 -2dyof=-35 -2dzoom=1104 -2dyan=201 -2dxan=228 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Right arm - -// 11768 -[obj_11768] -model=model_28988 -2dxof=3 -2dyof=-11 -2dzoom=1568 -2dyan=279 -2dxan=213 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Left leg - -// 11769 -[obj_11769] -model=model_28985 -2dxof=-7 -2dyof=-81 -2dzoom=1373 -2dyan=1439 -2dxan=234 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Right leg - -// 11770 -[obj_11770] -model=model_28993 -2dzoom=720 -2dyan=1880 -2dxan=165 -contrast=15 -ambient=15 -members=yes -op5=Destroy -name=Root cutting - -// 11771 -[obj_11771] -model=model_28993 -2dzoom=720 -2dyan=1880 -2dxan=165 -contrast=15 -ambient=15 -members=yes -op5=Destroy -name=Root cutting - -// 11772 -[obj_11772] -model=model_28993 -2dzoom=720 -2dyan=1880 -2dxan=165 -contrast=15 -ambient=15 -members=yes -op5=Destroy -name=Root cutting - -// 11773 -[obj_11773] -model=model_28993 -2dzoom=720 -2dyan=1880 -2dxan=165 -contrast=15 -ambient=15 -members=yes -op5=Destroy -name=Root cutting - -// 11774 -[obj_11774] -model=model_28993 -2dzoom=720 -2dyan=1880 -2dxan=165 -contrast=15 -ambient=15 -members=yes -op5=Destroy -name=Root cutting - -// 11775 -[obj_11775] -model=model_7221 -members=yes -name=Wilted cutting - -// 11776 -[obj_11776] -model=model_28984 -2dyof=-3 -2dzoom=1503 -2dyan=2012 -2dxan=104 -contrast=15 -ambient=15 -members=yes -op5=Destroy -name=Potted root - -// 11777 -[obj_11777] -model=model_5641 -2dyof=-3 -2dzoom=1104 -2dyan=2012 -2dxan=104 -members=yes -iop5=Destroy -name=Sealed pot - -// 11778 -[obj_11778] -model=model_28989 -2dxof=-5 -2dyof=5 -2dzoom=740 -2dyan=899 -2dxan=346 -contrast=25 -ambient=40 -members=yes -iop5=Destroy -name=Jade vine seed - -// 11779 -[obj_11779] -model=model_28939 -2dxof=-16 -2dzoom=4304 -2dyan=815 -2dxan=519 -contrast=15 -ambient=15 -dummyitem=2 -members=yes - -// 11780 -[obj_11780] -model=model_29178 -cost=1 -2dxof=1 -2dyof=-21 -2dzoom=1086 -2dyan=80 -2dxan=244 -ambient=40 -iop1=Read -iop5=Destroy -name=The grim reaper's diary -param=param_59,1 - -// 11781 -[obj_11781] -model=model_2786 -2dyof=7 -2dzoom=1370 -2dxan=536 -cost=5 -iop5=Destroy -recol1s=14724 -recol1d=0 -name=Grim's robe -param=param_59,1 - -// 11782 -[obj_11782] -model=model_2600 -2dxof=1 -2dyof=7 -2dzoom=1040 -2dyan=120 -2dxan=380 -iop5=Destroy -recol1s=32759 -recol1d=24242 -name=Last will and testament -param=param_59,1 - -// 11783 -[obj_11783] -model=model_2674 -2dxof=2 -2dzoom=1410 -2dyan=368 -2dxan=400 -iop5=Destroy -name=Human bones -param=param_59,1 - -// 11784 -[obj_11784] -model=model_14992 -2dxof=-1 -2dyof=-10 -2dzoom=530 -2dyan=64 -2dzan=1996 -2dxan=160 -iop5=Destroy -name=Servant's skull -param=param_59,1 - -// 11785 -[obj_11785] -model=model_29177 -2dyof=-36 -2dzoom=540 -2dyan=1342 -2dxan=242 -iop5=Destroy -name=Hourglass -param=param_59,1 - -// 11786 -[obj_11786] -model=model_29180 -2dxof=-7 -2dyof=4 -2dzoom=984 -2dyan=950 -2dzan=69 -2dxan=554 -iop5=Destroy -name=Scythe sharpener -param=param_59,1 - -// 11787 -[obj_11787] -model=model_29176 -2dxof=-22 -2dyof=-19 -2dzoom=400 -2dyan=124 -2dzan=1826 -2dxan=277 -iop5=Destroy -name=Human eye -param=param_59,1 - -// 11788 -[obj_11788] -model=model_2789 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop5=Destroy -recol1s=16846 -recol1d=2246 -name='voice of doom' potion -param=param_59,1 - -// 11789 -[obj_11789] -model=model_29179 -manwear=model_29186 -womanwear=model_29185 -manhead=model_40009 -womanhead=model_40009 -iop2=Wear -2dyof=-26 -2dzoom=1762 -2dyan=1010 -2dzan=14 -2dxan=2047 -iop5=Destroy -name=Grim reaper hood - -// 11790 -[obj_11790] -model=model_29179 -manwear=model_29186 -womanwear=model_29185 -manhead=model_40009 -womanhead=model_40009 -iop2=Wear -2dxof=3 -2dyof=-26 -2dzoom=1762 -2dyan=858 -2dxan=2047 -iop5=Destroy -dummyitem=1 -name=Grim reaper hood - -// 11791 -[obj_11791] -model=model_24514 -cost=40 -2dxof=-1 -2dzoom=1244 -2dxan=611 -iop2=Wear -members=yes -recol1s=6273 -recol1d=32767 -recol2s=8387 -recol2d=32767 -name=White goblin mail - -// 11792 -[obj_11792] -model=model_15496 -members=yes -cost=1 -2dxof=-18 -2dyof=-20 -2dzoom=3024 -2dyan=84 -2dxan=78 -name=Grubfoot - -// 11793 -[obj_11793] -model=model_15496 -members=yes -cost=1 -2dxof=-18 -2dyof=-20 -2dzoom=3024 -2dyan=84 -2dxan=78 -name=Zanik - -// 11794 -[obj_11794] -model=model_23620 -2dxof=1 -2dzoom=848 -2dyan=1688 -2dxan=138 -contrast=15 -ambient=15 -members=yes -iop1=Break -cost=20 -stackable=yes -recol1s=32248 -recol1d=22274 -recol2s=11966 -recol2d=25445 -name=Plain of mud sphere - -// 11795 -[obj_11795] -model=model_29285 -2dxof=4 -2dyof=15 -2dzoom=728 -2dyan=828 -2dxan=443 -ambient=25 -members=yes -iop5=Destroy -cost=1 -name=Ekeleshuun key - -// 11796 -[obj_11796] -model=model_29274 -2dxof=7 -2dyof=5 -2dzoom=915 -2dyan=722 -2dxan=393 -ambient=25 -members=yes -iop5=Destroy -cost=1 -name=Narogoshuun key - -// 11797 -[obj_11797] -model=model_29277 -2dxof=5 -2dyof=12 -2dzoom=791 -2dyan=678 -2dxan=405 -ambient=25 -members=yes -iop5=Destroy -cost=1 -name=Huzamogaarb key - -// 11798 -[obj_11798] -model=model_29278 -2dxof=4 -2dyof=4 -2dzoom=900 -2dyan=609 -2dxan=564 -ambient=25 -members=yes -iop5=Destroy -cost=1 -name=Saragorgak key - -// 11799 -[obj_11799] -model=model_29287 -2dxof=3 -2dyof=7 -2dzoom=570 -2dyan=573 -2dxan=345 -ambient=25 -members=yes -iop5=Destroy -cost=1 -name=Horogothgar key - -// 11800 -[obj_11800] -model=model_29281 -2dxof=1 -2dyof=11 -2dzoom=934 -2dyan=555 -2dxan=411 -ambient=25 -members=yes -iop5=Destroy -cost=1 -name=Yurkolgokh key - -// 11801 -[obj_11801] -model=model_29261 -dummyitem=2 - -// 11802 -[obj_11802] -model=model_29288 -2dxof=4 -2dyof=7 -2dzoom=972 -2dyan=162 -2dxan=408 -ambient=25 -members=yes -iop1=Bury -cost=1 -name=Snothead's bone - -// 11803 -[obj_11803] -model=model_29283 -2dxof=4 -2dyof=7 -2dzoom=972 -2dyan=162 -2dxan=408 -ambient=25 -members=yes -iop1=Bury -cost=1 -name=Snailfeet's bone - -// 11804 -[obj_11804] -model=model_29282 -2dxof=4 -2dyof=7 -2dzoom=972 -2dyan=162 -2dxan=408 -ambient=25 -members=yes -iop1=Bury -cost=1 -name=Mosschin's bone - -// 11805 -[obj_11805] -model=model_29273 -2dxof=4 -2dyof=7 -2dzoom=972 -2dyan=162 -2dxan=408 -ambient=25 -members=yes -iop1=Bury -cost=1 -name=Redeyes's bone - -// 11806 -[obj_11806] -model=model_29279 -2dxof=4 -2dyof=7 -2dzoom=972 -2dyan=162 -2dxan=408 -ambient=25 -members=yes -iop1=Bury -cost=1 -name=Strongbones's bone - -// 11807 -[obj_11807] -model=model_29286 -members=yes -ambient=20 -2dxof=-5 -2dyof=14 -2dzoom=848 -2dyan=180 -2dxan=332 -cost=10 -name=Pharmakos berries - -// 11808 -[obj_11808] -model=model_29272 -2dxof=4 -2dyof=-26 -2dzoom=919 -2dyan=1618 -2dxan=194 -members=yes -cost=20 -name=Whitefish - -// 11809 -[obj_11809] -iop1=Drink -model=model_29280 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -cost=14 -iop4=Empty -manwear=model_29235 -womanwear=model_29235 -members=yes -recol1s=16846 -recol1d=13731 -name=Goblin potion (4) -womanwearoff=3,-11,6 - -// 11810 -[obj_11810] -model=model_29275 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -cost=13 -iop1=Drink -iop4=Empty -members=yes -recol1s=16846 -recol1d=13731 -name=Goblin potion (3) - -// 11811 -[obj_11811] -model=model_29284 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -cost=13 -iop1=Drink -iop4=Empty -members=yes -recol1s=16846 -recol1d=13731 -name=Goblin potion (2) - -// 11812 -[obj_11812] -model=model_29276 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -cost=13 -iop1=Drink -iop4=Empty -members=yes -recol1s=16846 -recol1d=13731 -name=Goblin potion (1) - -// 11813 -[obj_11813] -model=model_2742 -cost=0 -name=Tinderbox - -// 11814 -[obj_11814] -cost=20 -model=model_30054 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Bronze armour set (l) -certlink=obj_11815 - -// 11815 -[obj_11815] -certlink=obj_11814 -certtemplate=obj_799 - -// 11816 -[obj_11816] -cost=20 -model=model_30056 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Bronze armour set (sk) -certlink=obj_11817 - -// 11817 -[obj_11817] -certlink=obj_11816 -certtemplate=obj_799 - -// 11818 -[obj_11818] -cost=20 -model=model_30054 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=8456 -name=Iron armour set (l) -certlink=obj_11819 - -// 11819 -[obj_11819] -certlink=obj_11818 -certtemplate=obj_799 - -// 11820 -[obj_11820] -cost=20 -model=model_30056 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=8456 -name=Iron armour set (sk) -certlink=obj_11821 - -// 11821 -[obj_11821] -certlink=obj_11820 -certtemplate=obj_799 - -// 11822 -[obj_11822] -cost=20 -model=model_30054 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=8456 -name=Steel armour set (l) -certlink=obj_11823 - -// 11823 -[obj_11823] -certlink=obj_11822 -certtemplate=obj_799 - -// 11824 -[obj_11824] -cost=20 -model=model_30056 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=8456 -name=Steel armour set (sk) -certlink=obj_11825 - -// 11825 -[obj_11825] -certlink=obj_11824 -certtemplate=obj_799 - -// 11826 -[obj_11826] -cost=20 -model=model_30054 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=2114 -name=Black armour set (l) -certlink=obj_11827 - -// 11827 -[obj_11827] -certlink=obj_11826 -certtemplate=obj_799 - -// 11828 -[obj_11828] -cost=20 -model=model_30056 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=2114 -name=Black armour set (sk) -certlink=obj_11829 - -// 11829 -[obj_11829] -certlink=obj_11828 -certtemplate=obj_799 - -// 11830 -[obj_11830] -cost=20 -model=model_30054 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=6346 -name=Mithril armour set (l) -certlink=obj_11831 - -// 11831 -[obj_11831] -certlink=obj_11830 -certtemplate=obj_799 - -// 11832 -[obj_11832] -cost=20 -model=model_30056 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=6346 -name=Mithril armour set (sk) -certlink=obj_11833 - -// 11833 -[obj_11833] -certlink=obj_11832 -certtemplate=obj_799 - -// 11834 -[obj_11834] -cost=20 -model=model_30054 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=6438 -name=Adamant armour set (l) -certlink=obj_11835 - -// 11835 -[obj_11835] -certlink=obj_11834 -certtemplate=obj_799 - -// 11836 -[obj_11836] -cost=20 -model=model_30056 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=6438 -name=Adamant armour set (sk) -certlink=obj_11837 - -// 11837 -[obj_11837] -certlink=obj_11836 -certtemplate=obj_799 - -// 11838 -[obj_11838] -cost=20 -model=model_30054 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=6476 -name=Rune armour set (l) -certlink=obj_11839 - -// 11839 -[obj_11839] -certlink=obj_11838 -certtemplate=obj_799 - -// 11840 -[obj_11840] -cost=20 -model=model_30056 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=8354 -recol1d=6476 -name=Rune armour set (sk) -certlink=obj_11841 - -// 11841 -[obj_11841] -certlink=obj_11840 -certtemplate=obj_799 - -// 11842 -[obj_11842] -cost=20 -model=model_30027 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Dragon chain armour set (l) -certlink=obj_11843 - -// 11843 -[obj_11843] -certlink=obj_11842 -certtemplate=obj_799 - -// 11844 -[obj_11844] -cost=20 -model=model_30027 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Dragon chain armour set (sk) -certlink=obj_11845 - -// 11845 -[obj_11845] -certlink=obj_11844 -certtemplate=obj_799 - -// 11846 -[obj_11846] -cost=20 -model=model_30041 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Barrows - ahrim's set -certlink=obj_11847 - -// 11847 -[obj_11847] -certlink=obj_11846 -certtemplate=obj_799 - -// 11848 -[obj_11848] -cost=20 -model=model_30051 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Barrows - dharok's set -certlink=obj_11849 - -// 11849 -[obj_11849] -certlink=obj_11848 -certtemplate=obj_799 - -// 11850 -[obj_11850] -cost=20 -model=model_30052 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Barrows - guthan's set -certlink=obj_11851 - -// 11851 -[obj_11851] -certlink=obj_11850 -certtemplate=obj_799 - -// 11852 -[obj_11852] -cost=20 -model=model_30050 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Barrows - karil's set -certlink=obj_11853 - -// 11853 -[obj_11853] -certlink=obj_11852 -certtemplate=obj_799 - -// 11854 -[obj_11854] -cost=20 -model=model_30042 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Barrows - torag's set -certlink=obj_11855 - -// 11855 -[obj_11855] -certlink=obj_11854 -certtemplate=obj_799 - -// 11856 -[obj_11856] -cost=20 -model=model_30032 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Barrows - verac's set -certlink=obj_11857 - -// 11857 -[obj_11857] -certlink=obj_11856 -certtemplate=obj_799 - -// 11858 -[obj_11858] -cost=20 -model=model_30030 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Third age melee set -certlink=obj_11859 - -// 11859 -[obj_11859] -certlink=obj_11858 -certtemplate=obj_799 - -// 11860 -[obj_11860] -cost=20 -model=model_30031 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Third age ranger set -certlink=obj_11861 - -// 11861 -[obj_11861] -certlink=obj_11860 -certtemplate=obj_799 - -// 11862 -[obj_11862] -cost=20 -model=model_30038 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Third age mage set -certlink=obj_11863 - -// 11863 -[obj_11863] -certlink=obj_11862 -certtemplate=obj_799 - -// 11864 -[obj_11864] -cost=20 -model=model_30045 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Green dragonhide set -certlink=obj_11865 - -// 11865 -[obj_11865] -certlink=obj_11864 -certtemplate=obj_799 - -// 11866 -[obj_11866] -cost=20 -model=model_30045 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -name=Blue dragonhide set -certlink=obj_11867 - -// 11867 -[obj_11867] -certlink=obj_11866 -certtemplate=obj_799 - -// 11868 -[obj_11868] -cost=20 -model=model_30045 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -recol1s=256 -recol1d=8192 -recol2s=384 -recol2d=11363 -name=Red dragonhide set -certlink=obj_11869 - -// 11869 -[obj_11869] -certlink=obj_11868 -certtemplate=obj_799 - -// 11870 -[obj_11870] -cost=20 -model=model_30045 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -recol1s=256 -recol1d=1057 -recol2s=384 -recol2d=4228 -name=Black dragonhide set -certlink=obj_11871 - -// 11871 -[obj_11871] -certlink=obj_11870 -certtemplate=obj_799 - -// 11872 -[obj_11872] -cost=20 -model=model_30057 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Mystic robes set -certlink=obj_11873 - -// 11873 -[obj_11873] -certlink=obj_11872 -certtemplate=obj_799 - -// 11874 -[obj_11874] -cost=20 -model=model_30026 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Infinity robes set -certlink=obj_11875 - -// 11875 -[obj_11875] -certlink=obj_11874 -certtemplate=obj_799 - -// 11876 -[obj_11876] -cost=20 -model=model_30035 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Splitbark armour set -certlink=obj_11877 - -// 11877 -[obj_11877] -certlink=obj_11876 -certtemplate=obj_799 - -// 11878 -[obj_11878] -cost=20 -model=model_30025 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Black trimmed armour set (l) -certlink=obj_11879 - -// 11879 -[obj_11879] -certlink=obj_11878 -certtemplate=obj_799 - -// 11880 -[obj_11880] -cost=20 -model=model_30049 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Black trimmed armour set (sk) -certlink=obj_11881 - -// 11881 -[obj_11881] -certlink=obj_11880 -certtemplate=obj_799 - -// 11882 -[obj_11882] -cost=20 -model=model_30025 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2114 -recol1d=2114 -recol2s=0 -recol2d=0 -recol3s=6342 -recol3d=32453 -name=Black gold-trimmed armour set (l) -certlink=obj_11883 - -// 11883 -[obj_11883] -certlink=obj_11882 -certtemplate=obj_799 - -// 11884 -[obj_11884] -cost=20 -model=model_30049 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2114 -recol1d=2114 -recol2s=0 -recol2d=0 -recol3s=6342 -recol3d=32453 -name=Black gold-trimmed armour set (sk) -certlink=obj_11885 - -// 11885 -[obj_11885] -certlink=obj_11884 -certtemplate=obj_799 - -// 11886 -[obj_11886] -cost=20 -model=model_30025 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2114 -recol1d=6438 -recol2s=0 -recol2d=3235 -recol3s=6342 -recol3d=13802 -name=Adamant trimmed armour set (l) -certlink=obj_11887 - -// 11887 -[obj_11887] -certlink=obj_11886 -certtemplate=obj_799 - -// 11888 -[obj_11888] -cost=20 -model=model_30049 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2114 -recol1d=6438 -recol2s=0 -recol2d=3235 -recol3s=6342 -recol3d=13802 -name=Adamant trimmed armour set (sk) -certlink=obj_11889 - -// 11889 -[obj_11889] -certlink=obj_11888 -certtemplate=obj_799 - -// 11890 -[obj_11890] -cost=20 -model=model_30025 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2114 -recol1d=6438 -recol2s=0 -recol2d=3235 -recol3s=6342 -recol3d=32453 -name=Adamant gold-trimmed armour set (l) -certlink=obj_11891 - -// 11891 -[obj_11891] -certlink=obj_11890 -certtemplate=obj_799 - -// 11892 -[obj_11892] -cost=20 -model=model_30049 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2114 -recol1d=6438 -recol2s=0 -recol2d=3235 -recol3s=6342 -recol3d=32453 -name=Adamant gold-trimmed armour set (sk) -certlink=obj_11893 - -// 11893 -[obj_11893] -certlink=obj_11892 -certtemplate=obj_799 - -// 11894 -[obj_11894] -cost=20 -model=model_30025 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2114 -recol1d=6476 -recol2s=0 -recol2d=3272 -recol3s=6342 -recol3d=18071 -name=Rune trimmed armour set (l) -certlink=obj_11895 - -// 11895 -[obj_11895] -certlink=obj_11894 -certtemplate=obj_799 - -// 11896 -[obj_11896] -cost=20 -model=model_30049 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2114 -recol1d=6476 -recol2s=0 -recol2d=3272 -recol3s=6342 -recol3d=18071 -name=Rune trimmed armour set (sk) -certlink=obj_11897 - -// 11897 -[obj_11897] -certlink=obj_11896 -certtemplate=obj_799 - -// 11898 -[obj_11898] -cost=20 -model=model_30025 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2114 -recol1d=6476 -recol2s=0 -recol2d=3272 -recol3s=6342 -recol3d=32453 -name=Rune gold-trimmed armour set (l) -certlink=obj_11899 - -// 11899 -[obj_11899] -certlink=obj_11898 -certtemplate=obj_799 - -// 11900 -[obj_11900] -cost=20 -model=model_30049 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2114 -recol1d=6476 -recol2s=0 -recol2d=3272 -recol3s=6342 -recol3d=32453 -name=Rune gold-trimmed armour set (sk) -certlink=obj_11901 - -// 11901 -[obj_11901] -certlink=obj_11900 -certtemplate=obj_799 - -// 11902 -[obj_11902] -cost=20 -model=model_30029 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Enchanted set -certlink=obj_11903 - -// 11903 -[obj_11903] -certlink=obj_11902 -certtemplate=obj_799 - -// 11904 -[obj_11904] -cost=20 -model=model_30043 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Trimmed blue wizard set -certlink=obj_11905 - -// 11905 -[obj_11905] -certlink=obj_11904 -certtemplate=obj_799 - -// 11906 -[obj_11906] -cost=20 -model=model_30043 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=1057 -recol1d=32453 -name=Gold-trimmed blue wizard set -certlink=obj_11907 - -// 11907 -[obj_11907] -certlink=obj_11906 -certtemplate=obj_799 - -// 11908 -[obj_11908] -cost=20 -model=model_30040 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Trimmed leather armour set -certlink=obj_11909 - -// 11909 -[obj_11909] -certlink=obj_11908 -certtemplate=obj_799 - -// 11910 -[obj_11910] -cost=20 -model=model_30040 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=2080 -recol1d=32453 -name=Gold-trimmed leather armour set -certlink=obj_11911 - -// 11911 -[obj_11911] -certlink=obj_11910 -certtemplate=obj_799 - -// 11912 -[obj_11912] -cost=20 -model=model_30044 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Green d'hide trimmed set -certlink=obj_11913 - -// 11913 -[obj_11913] -certlink=obj_11912 -certtemplate=obj_799 - -// 11914 -[obj_11914] -cost=20 -model=model_30044 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -recol1s=1504 -recol1d=32453 -name=Green d'hide gold-trimmed set -certlink=obj_11915 - -// 11915 -[obj_11915] -certlink=obj_11914 -certtemplate=obj_799 - -// 11916 -[obj_11916] -cost=20 -model=model_30044 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -recol3s=1504 -recol3d=19030 -name=Blue d'hide trimmed set -certlink=obj_11917 - -// 11917 -[obj_11917] -certlink=obj_11916 -certtemplate=obj_799 - -// 11918 -[obj_11918] -cost=20 -model=model_30044 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -recol1s=256 -recol1d=4232 -recol2s=384 -recol2d=8460 -recol3s=1504 -recol3d=32453 -name=Blue d'hide gold-trimmed set -certlink=obj_11919 - -// 11919 -[obj_11919] -certlink=obj_11918 -certtemplate=obj_799 - -// 11920 -[obj_11920] -cost=20 -model=model_30055 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Green d'hide blessed set -certlink=obj_11921 - -// 11921 -[obj_11921] -certlink=obj_11920 -certtemplate=obj_799 - -// 11922 -[obj_11922] -cost=20 -model=model_30039 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Blue d'hide blessed set -certlink=obj_11923 - -// 11923 -[obj_11923] -certlink=obj_11922 -certtemplate=obj_799 - -// 11924 -[obj_11924] -cost=20 -model=model_30024 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Red d'hide blessed set -certlink=obj_11925 - -// 11925 -[obj_11925] -certlink=obj_11924 -certtemplate=obj_799 - -// 11926 -[obj_11926] -cost=20 -model=model_30034 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Guthix armour set (l) -certlink=obj_11927 - -// 11927 -[obj_11927] -certlink=obj_11926 -certtemplate=obj_799 - -// 11928 -[obj_11928] -cost=20 -model=model_30023 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Saradomin armour set (l) -certlink=obj_11929 - -// 11929 -[obj_11929] -certlink=obj_11928 -certtemplate=obj_799 - -// 11930 -[obj_11930] -cost=20 -model=model_30037 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Zamorak armour set (l) -certlink=obj_11931 - -// 11931 -[obj_11931] -certlink=obj_11930 -certtemplate=obj_799 - -// 11932 -[obj_11932] -cost=20 -model=model_30048 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Guthix armour set (sk) -certlink=obj_11933 - -// 11933 -[obj_11933] -certlink=obj_11932 -certtemplate=obj_799 - -// 11934 -[obj_11934] -cost=20 -model=model_30036 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Saradomin armour set (sk) -certlink=obj_11935 - -// 11935 -[obj_11935] -certlink=obj_11934 -certtemplate=obj_799 - -// 11936 -[obj_11936] -cost=20 -model=model_30033 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -stockmarket=yes -name=Zamorak armour set (sk) -certlink=obj_11937 - -// 11937 -[obj_11937] -certlink=obj_11936 -certtemplate=obj_799 - -// 11938 -[obj_11938] -cost=20 -model=model_30025 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -recol1s=2114 -recol1d=32453 -recol2s=0 -recol2d=29248 -recol3s=6342 -recol3d=20832 -name=Gilded armour set (l) -certlink=obj_11939 - -// 11939 -[obj_11939] -certlink=obj_11938 -certtemplate=obj_799 - -// 11940 -[obj_11940] -cost=20 -model=model_30049 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -recol1s=2114 -recol1d=32453 -recol2s=0 -recol2d=29248 -recol3s=6342 -recol3d=20832 -name=Gilded armour set (sk) -certlink=obj_11941 - -// 11941 -[obj_11941] -certlink=obj_11940 -certtemplate=obj_799 - -// 11942 -[obj_11942] -cost=20 -model=model_30028 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Rockshell armour set -certlink=obj_11943 - -// 11943 -[obj_11943] -certlink=obj_11942 -certtemplate=obj_799 - -// 11944 -[obj_11944] -cost=20 -model=model_30053 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Spined armour set -certlink=obj_11945 - -// 11945 -[obj_11945] -certlink=obj_11944 -certtemplate=obj_799 - -// 11946 -[obj_11946] -cost=20 -model=model_30047 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Skeletal armour set -certlink=obj_11947 - -// 11947 -[obj_11947] -certlink=obj_11946 -certtemplate=obj_799 - -// 11948 -[obj_11948] -dummyitem=2 -model=model_30228 -2dzoom=2281 -ambient=5 - -// 11949 -[obj_11949] -model=model_30309 -2dyof=-1 -2dzoom=400 -2dyan=269 -2dxan=96 -contrast=15 -ambient=15 -manwear=model_30274 -womanwear=model_30274 -iop1=Shake -iop5=Destroy -dummyitem=1 -name=Snow globe -womanwearoff=3,-11,6 - -// 11950 -[obj_11950] -model=model_30309 -2dyof=-1 -2dzoom=400 -2dyan=269 -2dxan=96 -contrast=15 -ambient=15 -manwear=model_30274 -womanwear=model_30274 -iop1=Shake -iop5=Destroy -name=Snow globe -womanwearoff=3,-11,6 - -// 11951 -[obj_11951] -model=model_30315 -2dzoom=1360 -2dyan=18 -2dxan=243 -contrast=15 -ambient=15 -manwear=model_30273 -womanwear=model_30273 -iop2=Wield -name=Snowball -womanwearoff=3,-11,6 - -// 11952 -[obj_11952] -model=model_30313 -2dxof=4 -2dyof=3 -2dzoom=1827 -2dyan=1553 -2dxan=1733 -contrast=15 -ambient=15 -iop5=Destroy -name=Ice sword -param=param_59,1 - -// 11953 -[obj_11953] -model=model_30316 -2dxof=3 -2dyof=24 -2dzoom=1872 -2dyan=1457 -2dzan=954 -2dxan=339 -contrast=15 -ambient=15 -iop5=Destroy -name=Winter staff -param=param_59,1 - -// 11954 -[obj_11954] -model=model_30314 -2dxof=-1 -2dyof=1 -2dzoom=2086 -2dyan=1120 -2dxan=1697 -contrast=15 -ambient=15 -iop5=Destroy -name=Holly bow -param=param_59,1 - -// 11955 -[obj_11955] -model=model_30312 -2dxof=-1 -2dzoom=1488 -2dyan=2024 -2dxan=150 -contrast=15 -ambient=15 -iop5=Destroy -name=Barbarian snowman hat -param=param_59,1 - -// 11956 -[obj_11956] -model=model_30308 -2dxof=7 -2dyof=-26 -2dzoom=1872 -2dyan=39 -2dxan=159 -contrast=15 -ambient=15 -iop5=Destroy -name=Dragon snowman hat -param=param_59,1 - -// 11957 -[obj_11957] -model=model_30310 -2dxof=5 -2dyof=-1 -2dzoom=1488 -2dyan=1942 -2dzan=41 -2dxan=1890 -contrast=15 -ambient=15 -iop5=Destroy -name=Dwarf snowman hat -param=param_59,1 - -// 11958 -[obj_11958] -model=model_30311 -2dxof=9 -2dyof=12 -2dzoom=1744 -2dyan=1835 -2dxan=279 -contrast=15 -ambient=15 -iop5=Destroy -name=Pirate snowman hat -param=param_59,1 - -// 11959 -[obj_11959] -model=model_30307 -2dyof=1 -2dzoom=1872 -2dyan=1964 -2dxan=216 -contrast=15 -ambient=15 -iop5=Destroy -name=Snowman top hat -param=param_59,1 - -// 11960 -[obj_11960] -cost=20 -model=model_30057 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -recol1s=9654 -recol1d=28407 -recol2s=26460 -recol2d=32517 -name=Light mystic robes set -certlink=obj_11961 - -// 11961 -[obj_11961] -certlink=obj_11960 -certtemplate=obj_799 - -// 11962 -[obj_11962] -cost=20 -model=model_30057 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -recol1s=9654 -recol1d=6276 -recol2s=26460 -recol2d=14368 -name=Dark mystic robes set -certlink=obj_11963 - -// 11963 -[obj_11963] -certlink=obj_11962 -certtemplate=obj_799 - -// 11964 -[obj_11964] -model=model_30384 -members=yes -ambient=25 -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -recol1s=17040 -recol1d=10572 -recol2s=15983 -recol2d=9515 -recol3s=13869 -recol3d=8458 -recol4s=11755 -recol4d=7401 -name=Raven egg - -// 11965 -[obj_11965] -model=model_30384 -members=yes -ambient=25 -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -recol1s=17040 -recol1d=25296 -recol2s=15983 -recol2d=24239 -recol3s=13869 -recol3d=23182 -recol4s=11755 -recol4d=23180 -name=Vulture egg - -// 11966 -[obj_11966] -model=model_7173 -2dxof=2 -2dzoom=1100 -2dyan=60 -2dxan=172 -members=yes -iop1=Search -recol1s=16925 -recol1d=8458 -name=Bird's nest - -// 11967 -[obj_11967] -cost=20 -model=model_30385 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Dwarf cannon set -certlink=obj_11968 - -// 11968 -[obj_11968] -certlink=obj_11967 -certtemplate=obj_799 - -// 11969 -[obj_11969] -model=model_30865 -iop2=Wear -iop4=Check-charges -iop5=Destroy -2dyof=-34 -2dzoom=465 -2dxan=221 -manwear=model_30856 -womanwear=model_30858 -manhead=model_39558 -womanhead=model_38808 -members=yes -cost=100 -iop5=Destroy -name=Enchanted water tiara - -// 11970 -[obj_11970] -model=model_30863 -2dzoom=2640 -2dyan=1910 -2dxan=153 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Smelly crate - -// 11971 -[obj_11971] -model=model_30863 -2dzoom=2640 -2dyan=1910 -2dxan=153 -contrast=15 -ambient=15 -members=yes -iop1=Empty -iop5=Destroy -name=Full crate - -// 11972 -[obj_11972] -model=model_5256 -2dzoom=2640 -2dyan=1910 -2dxan=153 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Empty crate - -// 11973 -[obj_11973] -model=model_2794 -2dzoom=976 -2dyan=1976 -2dxan=438 -contrast=15 -ambient=15 -members=yes -iop1=Read -iop5=Destroy -recol1s=13504 -recol1d=6377 -name=Scabaras research - -// 11974 -[obj_11974] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Artefact receipt - -// 11975 -[obj_11975] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11976 -[obj_11976] -model=model_30866 -2dyof=1 -2dzoom=592 -2dyan=83 -2dxan=681 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11977 -[obj_11977] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11978 -[obj_11978] -model=model_30866 -2dyof=1 -2dzoom=592 -2dyan=83 -2dxan=681 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11979 -[obj_11979] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11980 -[obj_11980] -model=model_30866 -2dyof=1 -2dzoom=592 -2dyan=83 -2dxan=681 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11981 -[obj_11981] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11982 -[obj_11982] -model=model_30866 -2dyof=1 -2dzoom=592 -2dyan=83 -2dxan=681 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11983 -[obj_11983] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11984 -[obj_11984] -model=model_30866 -2dyof=1 -2dzoom=592 -2dyan=83 -2dxan=681 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11985 -[obj_11985] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11986 -[obj_11986] -model=model_30866 -2dyof=1 -2dzoom=592 -2dyan=83 -2dxan=681 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11987 -[obj_11987] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11988 -[obj_11988] -model=model_30866 -2dyof=1 -2dzoom=592 -2dyan=83 -2dxan=681 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11989 -[obj_11989] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11990 -[obj_11990] -model=model_30866 -2dyof=1 -2dzoom=592 -2dyan=83 -2dxan=681 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11991 -[obj_11991] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11992 -[obj_11992] -model=model_30866 -2dyof=1 -2dzoom=592 -2dyan=83 -2dxan=681 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11993 -[obj_11993] -model=model_30866 -2dyof=7 -2dzoom=720 -2dyan=1976 -2dxan=366 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -iop1=Copy to log -name=Scabarite notes - -// 11994 -[obj_11994] -model=model_30862 -2dxof=1 -2dyof=4 -2dzoom=1049 -2dzan=2047 -2dxan=387 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Scabarite key - -// 11995 -[obj_11995] -model=model_2672 -2dyof=-36 -2dzoom=789 -2dyan=1203 -2dxan=277 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=32736 -recol1d=11654 -recol2s=10400 -recol2d=4256 -recol3s=20017 -recol3d=15815 -recol4s=28407 -recol4d=16872 -recol5s=10504 -recol5d=13702 -name=Oxidised dagger - -// 11996 -[obj_11996] -model=model_2833 -2dyof=-11 -2dzoom=720 -2dyan=1985 -2dxan=156 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=13702 -recol2s=15392 -recol2d=4256 -name=Oxidised medium helm - -// 11997 -[obj_11997] -model=model_30867 -2dyof=5 -2dzoom=1232 -2dyan=1403 -2dxan=622 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -name=Oxidised sword - -// 11998 -[obj_11998] -model=model_2373 -2dzoom=1488 -2dyan=719 -2dxan=443 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=13702 -recol2s=32576 -recol2d=11654 -recol3s=8320 -recol3d=4256 -name=Oxidised scimitar - -// 11999 -[obj_11999] -model=model_2602 -2dxof=-15 -2dyof=5 -2dzoom=1503 -2dyan=1411 -2dzan=97 -2dxan=429 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=13702 -recol2s=32736 -recol2d=11654 -recol3s=9344 -recol3d=4256 -name=Oxidised longsword - -// 12000 -[obj_12000] -model=model_2813 -2dyof=3 -2dzoom=720 -2dyan=2003 -2dxan=39 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=13702 -recol2s=15392 -recol2d=4256 -name=Oxidised full helm - -// 12001 -[obj_12001] -model=model_2720 -2dyof=22 -2dzoom=2086 -2dyan=78 -2dxan=390 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=15789 -recol1d=9475 -recol2s=7296 -recol2d=4256 -recol3s=16846 -recol3d=13702 -name=Oxidised square shield - -// 12002 -[obj_12002] -model=model_2439 -2dyof=3 -2dzoom=1104 -2dyan=72 -2dxan=543 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=4228 -recol1d=4256 -recol2s=8456 -recol2d=9474 -recol3s=6342 -recol3d=6304 -name=Oxidised chainbody - -// 12003 -[obj_12003] -model=model_2339 -2dxof=-5 -2dyof=-7 -2dzoom=1872 -2dyan=1098 -2dxan=408 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=11589 -recol2s=7296 -recol2d=4256 -name=Oxidised kiteshield - -// 12004 -[obj_12004] -model=model_2754 -2dxof=-5 -2dyan=1463 -2dxan=373 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=11589 -recol2s=32419 -recol2d=11654 -recol3s=8387 -recol3d=4256 -name=Oxidised two-handed sword - -// 12005 -[obj_12005] -model=model_8759 -2dxof=4 -2dyof=8 -2dzoom=1616 -2dyan=263 -2dxan=456 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=7398 -recol1d=6336 -recol2s=5284 -recol2d=4256 -name=Oxidised platelegs - -// 12006 -[obj_12006] -model=model_2542 -2dxof=5 -2dyof=7 -2dzoom=1360 -2dyan=2042 -2dxan=513 -contrast=15 -ambient=15 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=11589 -recol2s=2340 -recol2d=11654 -recol3s=3232 -recol3d=4256 -name=Oxidised plateskirt - -// 12007 -[obj_12007] -model=model_30651 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=724 -iop4=Summon -stockmarket=yes -name=Spirit terrorbird pouch -certlink=obj_12008 - -// 12008 -[obj_12008] -certlink=obj_12007 -certtemplate=obj_799 - -// 12009 -[obj_12009] -model=model_30676 -cost=599 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -members=yes -iop4=Summon -stockmarket=yes -name=Granite crab pouch -certlink=obj_12010 - -// 12010 -[obj_12010] -certlink=obj_12009 -certtemplate=obj_799 - -// 12011 -[obj_12011] -model=model_30716 -members=yes -cost=4624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Praying mantis pouch -certlink=obj_12012 - -// 12012 -[obj_12012] -certlink=obj_12011 -certtemplate=obj_799 - -// 12013 -[obj_12013] -model=model_30622 -members=yes -cost=3524 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Giant ent pouch -certlink=obj_12014 - -// 12014 -[obj_12014] -certlink=obj_12013 -certtemplate=obj_799 - -// 12015 -[obj_12015] -model=model_30779 -members=yes -cost=3324 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit cobra pouch -certlink=obj_12016 - -// 12016 -[obj_12016] -certlink=obj_12015 -certtemplate=obj_799 - -// 12017 -[obj_12017] -model=model_30604 -members=yes -cost=449 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit dagannoth pouch -certlink=obj_12018 - -// 12018 -[obj_12018] -certlink=obj_12017 -certtemplate=obj_799 - -// 12019 -[obj_12019] -model=model_30670 -members=yes -cost=649 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Thorny snail pouch -certlink=obj_12020 - -// 12020 -[obj_12020] -certlink=obj_12019 -certtemplate=obj_799 - -// 12021 -[obj_12021] -model=model_30812 -members=yes -cost=2224 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Beaver pouch -certlink=obj_12022 - -// 12022 -[obj_12022] -certlink=obj_12021 -certtemplate=obj_799 - -// 12023 -[obj_12023] -model=model_30842 -members=yes -cost=4024 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Karam. overlord pouch -certlink=obj_12024 - -// 12024 -[obj_12024] -certlink=obj_12023 -certtemplate=obj_799 - -// 12025 -[obj_12025] -model=model_30625 -members=yes -cost=3624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Hydra pouch -certlink=obj_12026 - -// 12026 -[obj_12026] -certlink=obj_12025 -certtemplate=obj_799 - -// 12027 -[obj_12027] -model=model_30847 -members=yes -cost=4199 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit jelly pouch -certlink=obj_12028 - -// 12028 -[obj_12028] -certlink=obj_12027 -certtemplate=obj_799 - -// 12029 -[obj_12029] -model=model_30635 -members=yes -cost=3174 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Bunyip pouch -certlink=obj_12030 - -// 12030 -[obj_12030] -certlink=obj_12029 -certtemplate=obj_799 - -// 12031 -[obj_12031] -model=model_30819 -members=yes -cost=449 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=War tortoise pouch -certlink=obj_12032 - -// 12032 -[obj_12032] -certlink=obj_12031 -certtemplate=obj_799 - -// 12033 -[obj_12033] -model=model_30586 -members=yes -cost=3674 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Fruit bat pouch -certlink=obj_12034 - -// 12034 -[obj_12034] -certlink=obj_12033 -certtemplate=obj_799 - -// 12035 -[obj_12035] -model=model_30699 -members=yes -cost=3074 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Abyssal parasite pouch -certlink=obj_12036 - -// 12036 -[obj_12036] -certlink=obj_12035 -certtemplate=obj_799 - -// 12037 -[obj_12037] -model=model_30692 -members=yes -cost=3399 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Abyssal lurker pouch -certlink=obj_12038 - -// 12038 -[obj_12038] -certlink=obj_12037 -certtemplate=obj_799 - -// 12039 -[obj_12039] -model=model_30811 -members=yes -cost=3924 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Unicorn stallion pouch -certlink=obj_12040 - -// 12040 -[obj_12040] -certlink=obj_12039 -certtemplate=obj_799 - -// 12041 -[obj_12041] -model=model_30711 -members=yes -cost=2624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Magpie pouch -certlink=obj_12042 - -// 12042 -[obj_12042] -certlink=obj_12041 -certtemplate=obj_799 - -// 12043 -[obj_12043] -model=model_30664 -members=yes -cost=624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Dreadfowl pouch -certlink=obj_12044 - -// 12044 -[obj_12044] -certlink=obj_12043 -certtemplate=obj_799 - -// 12045 -[obj_12045] -model=model_30718 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=3624 -iop4=Summon -stockmarket=yes -name=Stranger plant pouch -certlink=obj_12046 - -// 12046 -[obj_12046] -certlink=obj_12045 -certtemplate=obj_799 - -// 12047 -[obj_12047] -model=model_30591 -members=yes -cost=599 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit wolf pouch -certlink=obj_12048 - -// 12048 -[obj_12048] -certlink=obj_12047 -certtemplate=obj_799 - -// 12049 -[obj_12049] -model=model_30735 -members=yes -cost=1549 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Desert wyrm pouch -certlink=obj_12050 - -// 12050 -[obj_12050] -certlink=obj_12049 -certtemplate=obj_799 - -// 12051 -[obj_12051] -model=model_30739 -members=yes -cost=3024 -ambient=25 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -iop4=Summon -stockmarket=yes -name=Evil turnip pouch -certlink=obj_12052 - -// 12052 -[obj_12052] -certlink=obj_12051 -certtemplate=obj_799 - -// 12053 -[obj_12053] -model=model_30640 -members=yes -cost=2449 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Vampire bat pouch -certlink=obj_12054 - -// 12054 -[obj_12054] -certlink=obj_12053 -certtemplate=obj_799 - -// 12055 -[obj_12055] -model=model_30807 -members=yes -cost=1849 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit scorpion pouch -certlink=obj_12056 - -// 12056 -[obj_12056] -certlink=obj_12055 -certtemplate=obj_799 - -// 12057 -[obj_12057] -model=model_30777 -members=yes -cost=774 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Arctic bear pouch -certlink=obj_12058 - -// 12058 -[obj_12058] -certlink=obj_12057 -certtemplate=obj_799 - -// 12059 -[obj_12059] -model=model_30764 -members=yes -cost=624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit spider pouch -certlink=obj_12060 - -// 12060 -[obj_12060] -certlink=obj_12059 -certtemplate=obj_799 - -// 12061 -[obj_12061] -model=model_30644 -members=yes -cost=3349 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Bloated leech pouch -certlink=obj_12062 - -// 12062 -[obj_12062] -certlink=obj_12061 -certtemplate=obj_799 - -// 12063 -[obj_12063] -model=model_30800 -members=yes -cost=1699 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit kalphite pouch -certlink=obj_12064 - -// 12064 -[obj_12064] -certlink=obj_12063 -certtemplate=obj_799 - -// 12065 -[obj_12065] -model=model_30597 -members=yes -cost=2524 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Honey badger pouch -certlink=obj_12066 - -// 12066 -[obj_12066] -certlink=obj_12065 -certtemplate=obj_799 - -// 12067 -[obj_12067] -model=model_30588 -members=yes -cost=2299 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Albino rat pouch -certlink=obj_12068 - -// 12068 -[obj_12068] -certlink=obj_12067 -certtemplate=obj_799 - -// 12069 -[obj_12069] -model=model_30794 -cost=4574 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -members=yes -iop4=Summon -stockmarket=yes -name=Granite lobster pouch -certlink=obj_12070 - -// 12070 -[obj_12070] -certlink=obj_12069 -certtemplate=obj_799 - -// 12071 -[obj_12071] -model=model_30610 -cost=2374 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -members=yes -iop4=Summon -stockmarket=yes -name=Macaw pouch -certlink=obj_12072 - -// 12072 -[obj_12072] -certlink=obj_12071 -certtemplate=obj_799 - -// 12073 -[obj_12073] -model=model_30780 -members=yes -cost=2974 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=20013 -recol1d=9411 -recol2s=18956 -recol2d=8354 -recol3s=14761 -recol3d=7297 -recol4s=12649 -recol4d=7330 -recol5s=11592 -recol5d=6273 -recol6s=10535 -recol6d=5216 -name=Bronze minotaur pouch -certlink=obj_12074 - -// 12074 -[obj_12074] -certlink=obj_12073 -certtemplate=obj_799 - -// 12075 -[obj_12075] -model=model_30780 -members=yes -cost=3549 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=20013 -recol1d=10504 -recol2s=18956 -recol2d=8456 -recol3s=14761 -recol3d=7399 -recol4s=12649 -recol4d=5285 -recol5s=11592 -recol5d=4228 -recol6s=10535 -recol6d=3171 -name=Iron minotaur pouch -certlink=obj_12076 - -// 12076 -[obj_12076] -certlink=obj_12075 -certtemplate=obj_799 - -// 12077 -[obj_12077] -model=model_30780 -members=yes -cost=3949 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=20013 -recol1d=18960 -recol2s=18956 -recol2d=17903 -recol3s=14761 -recol3d=16846 -recol4s=12649 -recol4d=11561 -recol5s=11592 -recol5d=10504 -recol6s=10535 -recol6d=8456 -name=Steel minotaur pouch -certlink=obj_12078 - -// 12078 -[obj_12078] -certlink=obj_12077 -certtemplate=obj_799 - -// 12079 -[obj_12079] -model=model_30780 -members=yes -cost=4224 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=20013 -recol1d=7403 -recol2s=18956 -recol2d=6346 -recol3s=14761 -recol3d=5289 -recol4s=12649 -recol4d=5289 -recol5s=11592 -recol5d=4232 -recol6s=10535 -recol6d=3175 -name=Mithril minotaur pouch -certlink=obj_12080 - -// 12080 -[obj_12080] -certlink=obj_12079 -certtemplate=obj_799 - -// 12081 -[obj_12081] -model=model_30780 -members=yes -cost=4024 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=20013 -recol1d=7495 -recol2s=18956 -recol2d=6438 -recol3s=14761 -recol3d=5381 -recol4s=12649 -recol4d=5349 -recol5s=11592 -recol5d=4292 -recol6s=10535 -recol6d=3235 -name=Adamant minotaur pouch -certlink=obj_12082 - -// 12082 -[obj_12082] -certlink=obj_12081 -certtemplate=obj_799 - -// 12083 -[obj_12083] -model=model_30780 -members=yes -cost=449 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=20013 -recol1d=7533 -recol2s=18956 -recol2d=6476 -recol3s=14761 -recol3d=5419 -recol4s=12649 -recol4d=2248 -recol5s=11592 -recol5d=1191 -recol6s=10535 -recol6d=134 -name=Rune minotaur pouch -certlink=obj_12084 - -// 12084 -[obj_12084] -certlink=obj_12083 -certtemplate=obj_799 - -// 12085 -[obj_12085] -model=model_30582 -members=yes -cost=3949 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Smoke devil pouch -certlink=obj_12086 - -// 12086 -[obj_12086] -certlink=obj_12085 -certtemplate=obj_799 - -// 12087 -[obj_12087] -model=model_30827 -members=yes -cost=699 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Bull ant pouch -certlink=obj_12088 - -// 12088 -[obj_12088] -certlink=obj_12087 -certtemplate=obj_799 - -// 12089 -[obj_12089] -model=model_30758 -members=yes -cost=5499 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Wolpertinger pouch -certlink=obj_12090 - -// 12090 -[obj_12090] -certlink=obj_12089 -certtemplate=obj_799 - -// 12091 -[obj_12091] -model=model_30648 -members=yes -cost=1599 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Compost mound pouch -certlink=obj_12092 - -// 12092 -[obj_12092] -certlink=obj_12091 -certtemplate=obj_799 - -// 12093 -[obj_12093] -model=model_30837 -members=yes -cost=5699 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Pack yak pouch -certlink=obj_12094 - -// 12094 -[obj_12094] -certlink=obj_12093 -certtemplate=obj_799 - -// 12095 -[obj_12095] -model=model_30787 -members=yes -cost=2624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Sp. cockatrice pouch -certlink=obj_12096 - -// 12096 -[obj_12096] -certlink=obj_12095 -certtemplate=obj_799 - -// 12097 -[obj_12097] -model=model_30787 -members=yes -cost=2624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=16840 -recol1d=27474 -recol2s=17670 -recol2d=5632 -recol3s=14533 -recol3d=7744 -name=Sp. guthatrice pouch -certlink=obj_12098 - -// 12098 -[obj_12098] -certlink=obj_12097 -certtemplate=obj_799 - -// 12099 -[obj_12099] -model=model_30787 -members=yes -cost=2624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=16840 -recol1d=23252 -recol2s=17670 -recol2d=11924 -recol3s=14533 -recol3d=15029 -name=Sp. saratrice pouch -certlink=obj_12100 - -// 12100 -[obj_12100] -certlink=obj_12099 -certtemplate=obj_799 - -// 12101 -[obj_12101] -model=model_30787 -members=yes -cost=2624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=16840 -recol1d=11560 -recol2s=17670 -recol2d=11428 -recol3s=14533 -recol3d=21763 -name=Sp. zamatrice pouch -certlink=obj_12102 - -// 12102 -[obj_12102] -certlink=obj_12101 -certtemplate=obj_799 - -// 12103 -[obj_12103] -model=model_30623 -members=yes -cost=2624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=16840 -recol1d=11560 -recol2s=17670 -recol2d=11560 -recol3s=14533 -recol3d=10503 -name=Sp. pengatrice pouch -certlink=obj_12104 - -// 12104 -[obj_12104] -certlink=obj_12103 -certtemplate=obj_799 - -// 12105 -[obj_12105] -model=model_30787 -members=yes -cost=2624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=16840 -recol1d=7399 -recol2s=17670 -recol2d=7399 -recol3s=14533 -recol3d=6342 -name=Sp. coraxatrice pouch -certlink=obj_12106 - -// 12106 -[obj_12106] -certlink=obj_12105 -certtemplate=obj_799 - -// 12107 -[obj_12107] -model=model_30787 -members=yes -cost=2624 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -recol1s=16840 -recol1d=11560 -recol2s=17670 -recol2d=11560 -recol3s=14533 -recol3d=10503 -name=Sp. vulatrice pouch -certlink=obj_12108 - -// 12108 -[obj_12108] -certlink=obj_12107 -certtemplate=obj_799 - -// 12109 -[obj_12109] -model=model_31535 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -cost=100 -stockmarket=yes -name=Cockatrice egg -certlink=obj_12110 - -// 12110 -[obj_12110] -certlink=obj_12109 -certtemplate=obj_799 - -// 12111 -[obj_12111] -model=model_31535 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -cost=1000 -stockmarket=yes -recol1s=26218 -recol1d=9858 -recol2s=26216 -recol2d=7744 -recol3s=24104 -recol3d=5632 -recol4s=17704 -recol4d=26216 -recol5s=17670 -recol5d=24104 -recol6s=14533 -recol6d=24102 -name=Guthatrice egg -certlink=obj_12112 - -// 12112 -[obj_12112] -certlink=obj_12111 -certtemplate=obj_799 - -// 12113 -[obj_12113] -model=model_31535 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -cost=1000 -stockmarket=yes -recol1s=26218 -recol1d=17143 -recol2s=26216 -recol2d=15029 -recol3s=24104 -recol3d=13906 -recol4s=17704 -recol4d=10735 -recol5s=17670 -recol5d=9612 -recol6s=14533 -recol6d=6507 -name=Saratrice egg -certlink=obj_12114 - -// 12114 -[obj_12114] -certlink=obj_12113 -certtemplate=obj_799 - -// 12115 -[obj_12115] -model=model_31535 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -cost=1000 -stockmarket=yes -recol1s=26218 -recol1d=22854 -recol2s=26216 -recol2d=21763 -recol3s=24104 -recol3d=18626 -recol4s=17704 -recol4d=12485 -recol5s=17670 -recol5d=10371 -recol6s=14533 -recol6d=8257 -name=Zamatrice egg -certlink=obj_12116 - -// 12116 -[obj_12116] -certlink=obj_12115 -certtemplate=obj_799 - -// 12117 -[obj_12117] -model=model_31535 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -cost=1000 -stockmarket=yes -recol1s=26218 -recol1d=11628 -recol2s=26216 -recol2d=10571 -recol3s=24104 -recol3d=9514 -recol4s=17704 -recol4d=26421 -recol5s=17670 -recol5d=23252 -recol6s=14533 -recol6d=21138 -name=Pengatrice egg -certlink=obj_12118 - -// 12118 -[obj_12118] -certlink=obj_12117 -certtemplate=obj_799 - -// 12119 -[obj_12119] -model=model_31535 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -cost=1000 -stockmarket=yes -recol1s=26218 -recol1d=11561 -recol2s=26216 -recol2d=8456 -recol3s=24104 -recol3d=6342 -recol4s=17704 -recol4d=4228 -recol5s=17670 -recol5d=2114 -recol6s=14533 -recol6d=0 -name=Coraxatrice egg -certlink=obj_12120 - -// 12120 -[obj_12120] -certlink=obj_12119 -certtemplate=obj_799 - -// 12121 -[obj_12121] -model=model_31535 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -cost=1000 -stockmarket=yes -recol1s=26218 -recol1d=16878 -recol2s=26216 -recol2d=15788 -recol3s=24104 -recol3d=13674 -recol4s=17704 -recol4d=24142 -recol5s=17670 -recol5d=22028 -recol6s=14533 -recol6d=21994 -name=Vulatrice egg -certlink=obj_12122 - -// 12122 -[obj_12122] -certlink=obj_12121 -certtemplate=obj_799 - -// 12123 -[obj_12123] -model=model_30715 -members=yes -cost=699 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Barker toad pouch -certlink=obj_12124 - -// 12124 -[obj_12124] -certlink=obj_12123 -certtemplate=obj_799 - -// 12125 -[obj_12125] -model=model_31530 -members=yes -2dxof=5 -2dyof=9 -2dzoom=1168 -2dyan=1829 -2dxan=603 -ambient=25 -cost=10 -stockmarket=yes -name=Flies -certlink=obj_12126 - -// 12126 -[obj_12126] -certlink=obj_12125 -certtemplate=obj_799 - -// 12127 -[obj_12127] -model=model_31524 -members=yes -2dxof=1 -2dyof=15 -2dzoom=2022 -2dyan=1646 -2dxan=507 -ambient=25 -cost=10 -stockmarket=yes -name=Beetle bits -certlink=obj_12128 - -// 12128 -[obj_12128] -certlink=obj_12127 -certtemplate=obj_799 - -// 12129 -[obj_12129] -model=model_31545 -members=yes -stackable=yes -2dyof=1 -2dzoom=656 -2dyan=363 -2dxan=558 -ambient=25 -cost=1 -stockmarket=yes -name=Ground fishing bait - -// 12130 -[obj_12130] -model=model_31534 -members=yes -2dzoom=1508 -2dyan=33 -2dxan=660 -ambient=25 -cost=10 -stockmarket=yes -name=Nuts -certlink=obj_12131 - -// 12131 -[obj_12131] -certlink=obj_12130 -certtemplate=obj_799 - -// 12132 -[obj_12132] -model=model_31548 -members=yes -2dxof=-9 -2dyof=100 -2dzoom=595 -2dyan=539 -2dzan=1881 -2dxan=277 -resizex=64 -resizey=64 -resizez=64 -ambient=25 -cost=200 -iop1=Eat -name=Truffle -certlink=obj_12133 - -// 12133 -[obj_12133] -certlink=obj_12132 -certtemplate=obj_799 - -// 12134 -[obj_12134] -model=model_31528 -members=yes -ambient=25 -2dxof=-3 -2dyof=-4 -2dzoom=1124 -2dyan=105 -2dxan=501 -iop1=Eat -cost=30 -stockmarket=yes -name=Evil turnip -certlink=obj_12135 - -// 12135 -[obj_12135] -certlink=obj_12134 -certtemplate=obj_799 - -// 12136 -[obj_12136] -model=model_31533 -members=yes -ambient=25 -2dxof=-3 -2dyof=-4 -2dzoom=1124 -2dyan=105 -2dxan=501 -iop1=Eat -cost=20 -stockmarket=yes -name=2/3 evil turnip -certlink=obj_12137 - -// 12137 -[obj_12137] -certlink=obj_12136 -certtemplate=obj_799 - -// 12138 -[obj_12138] -model=model_31551 -members=yes -ambient=25 -2dxof=-3 -2dyof=-4 -2dzoom=1124 -2dyan=105 -2dxan=501 -iop1=Eat -cost=10 -stockmarket=yes -name=1/3 evil turnip -certlink=obj_12139 - -// 12139 -[obj_12139] -certlink=obj_12138 -certtemplate=obj_799 - -// 12140 -[obj_12140] -model=model_2789 -members=yes -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -ambient=25 -iop1=Drink -iop4=Empty -cost=190 -stockmarket=yes -recol1s=16846 -recol1d=8158 -name=Summoning potion(4) -certlink=obj_12141 - -// 12141 -[obj_12141] -certlink=obj_12140 -certtemplate=obj_799 - -// 12142 -[obj_12142] -model=model_2697 -members=yes -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -ambient=25 -iop1=Drink -iop4=Empty -cost=152 -stockmarket=yes -recol1s=16846 -recol1d=8158 -name=Summoning potion(3) -certlink=obj_12143 - -// 12143 -[obj_12143] -certlink=obj_12142 -certtemplate=obj_799 - -// 12144 -[obj_12144] -model=model_2384 -members=yes -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -ambient=25 -iop1=Drink -iop4=Empty -cost=114 -stockmarket=yes -recol1s=16846 -recol1d=8158 -name=Summoning potion(2) -certlink=obj_12145 - -// 12145 -[obj_12145] -certlink=obj_12144 -certtemplate=obj_799 - -// 12146 -[obj_12146] -model=model_2621 -members=yes -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -ambient=25 -iop1=Drink -iop4=Empty -cost=76 -stockmarket=yes -recol1s=16846 -recol1d=8158 -name=Summoning potion(1) -certlink=obj_12147 - -// 12147 -[obj_12147] -certlink=obj_12146 -certtemplate=obj_799 - -// 12148 -[obj_12148] -model=model_7347 -members=yes -ambient=25 -2dxof=-3 -2dyof=-3 -2dzoom=1232 -2dyan=255 -2dxan=447 -stackable=yes -members=yes -count1=obj_12152,2 -count2=obj_12151,3 -count3=obj_12150,4 -count4=obj_12149,5 -cost=20 -stockmarket=yes -recol1s=24241 -recol1d=8420 -name=Evil turnip seed - -// 12149 -[obj_12149] -model=model_7351 -members=yes -ambient=25 -2dxof=-3 -2dyof=-3 -2dzoom=1232 -2dyan=255 -2dxan=447 -stackable=yes -dummyitem=2 -recol1s=24241 -recol1d=8420 - -// 12150 -[obj_12150] -model=model_7350 -members=yes -ambient=25 -2dxof=-3 -2dyof=-3 -2dzoom=1232 -2dyan=255 -2dxan=447 -stackable=yes -dummyitem=2 -recol1s=24241 -recol1d=8420 - -// 12151 -[obj_12151] -model=model_7349 -members=yes -ambient=25 -2dxof=-3 -2dyof=-3 -2dzoom=1232 -2dyan=255 -2dxan=447 -stackable=yes -dummyitem=2 -recol1s=24241 -recol1d=8420 - -// 12152 -[obj_12152] -model=model_7348 -members=yes -ambient=25 -2dxof=-3 -2dyof=-3 -2dzoom=1232 -2dyan=255 -2dxan=447 -stackable=yes -dummyitem=2 -recol1s=24241 -recol1d=8420 - -// 12153 -[obj_12153] -model=model_31544 -members=yes -2dxof=-3 -2dyof=-4 -2dzoom=1124 -2dyan=105 -2dxan=501 -ambient=25 -cost=50 -stockmarket=yes -name=Carved evil turnip -certlink=obj_12154 - -// 12154 -[obj_12154] -certlink=obj_12153 -certtemplate=obj_799 - -// 12155 -[obj_12155] -model=model_30826 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -cost=1 -stockmarket=yes -name=Pouch - -// 12156 -[obj_12156] -model=model_31522 -members=yes -2dzoom=1178 -2dyan=1024 -2dxan=640 -ambient=25 -cost=5 -stockmarket=yes -name=Honeycomb -certlink=obj_12157 - -// 12157 -[obj_12157] -certlink=obj_12156 -certtemplate=obj_799 - -// 12158 -[obj_12158] -model=model_31553 -cost=100 -members=yes -stackable=yes -2dxof=1 -2dzoom=550 -2dxan=512 -ambient=25 -name=Gold charm - -// 12159 -[obj_12159] -model=model_31543 -cost=100 -members=yes -stackable=yes -2dxof=1 -2dzoom=550 -2dxan=512 -name=Green charm - -// 12160 -[obj_12160] -model=model_31525 -cost=100 -members=yes -stackable=yes -2dxof=1 -2dzoom=550 -2dxan=512 -ambient=25 -name=Crimson charm - -// 12161 -[obj_12161] -model=model_31532 -members=yes -2dxof=1 -2dzoom=550 -2dxan=512 -ambient=25 -name=Abyssal charm - -// 12162 -[obj_12162] -model=model_31550 -members=yes -2dxof=1 -2dzoom=550 -2dxan=512 -ambient=25 -name=Talon beast charm - -// 12163 -[obj_12163] -model=model_31531 -cost=100 -members=yes -stackable=yes -2dxof=1 -2dzoom=550 -2dxan=512 -ambient=25 -name=Blue charm - -// 12164 -[obj_12164] -model=model_31536 -members=yes -2dxof=1 -2dzoom=550 -2dxan=512 -ambient=25 -name=Ravager charm - -// 12165 -[obj_12165] -model=model_31547 -members=yes -2dxof=1 -2dzoom=550 -2dxan=512 -ambient=25 -name=Shifter charm - -// 12166 -[obj_12166] -model=model_31523 -members=yes -2dxof=1 -2dzoom=550 -2dxan=512 -name=Spinner charm - -// 12167 -[obj_12167] -model=model_31552 -members=yes -2dxof=1 -2dzoom=550 -2dxan=512 -ambient=25 -name=Torcher charm - -// 12168 -[obj_12168] -model=model_31555 -members=yes -2dxof=1 -2dzoom=550 -2dxan=512 -ambient=25 -name=Obsidian charm - -// 12169 -[obj_12169] -cost=99000 -members=yes -model=model_31094 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_31629 -womanwear=model_31562 -recol1s=31770 -recol1d=23356 -recol2s=18451 -recol2d=32767 -recol3s=32383 -recol3d=23356 -recol4s=31808 -recol4d=15687 -recol5s=1986 -recol5d=13573 -recol6s=1118 -recol6d=11459 -name=Summoning cape - -// 12170 -[obj_12170] -cost=99000 -members=yes -model=model_31094 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_31629 -womanwear=model_31562 -recol1s=31770 -recol1d=26048 -recol2s=18451 -recol2d=32576 -recol3s=32383 -recol3d=26048 -recol4s=31808 -recol4d=15687 -recol5s=1986 -recol5d=13573 -recol6s=1118 -recol6d=11459 -name=Summoning cape(t) - -// 12171 -[obj_12171] -model=model_19058 -2dzoom=720 -2dyan=18 -2dxan=21 -iop2=Wear -manwear=model_18914 -womanwear=model_18967 -manhead=model_39617 -womanhead=model_39037 -members=yes -recol1s=31770 -recol1d=15687 -recol2s=18451 -recol2d=11459 -recol3s=32383 -recol3d=9345 -recol4s=31808 -recol4d=23356 -recol5s=1986 -recol5d=20220 -recol6s=1118 -recol6d=17015 -name=Summoning hood - -// 12172 -[obj_12172] -model=model_4057 -members=yes -cost=24 -2dxof=3 -2dyof=-1 -2dzoom=800 -2dyan=1770 -2dzan=97 -2dxan=581 -stockmarket=yes -recol1s=288 -recol1d=11887 -recol2s=448 -recol2d=10830 -name=Clean spirit weed -certlink=obj_12173 - -// 12173 -[obj_12173] -certlink=obj_12172 -certtemplate=obj_799 - -// 12174 -[obj_12174] -model=model_4057 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=800 -2dyan=1770 -2dzan=97 -2dxan=581 -iop1=Clean -stockmarket=yes -recol1s=288 -recol1d=7529 -recol2s=448 -recol2d=5415 -name=Grimy spirit weed -certlink=obj_12175 - -// 12175 -[obj_12175] -certlink=obj_12174 -certtemplate=obj_799 - -// 12176 -[obj_12176] -model=model_7154 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -members=yes -cost=18 -stackable=yes -members=yes -count1=obj_12177,2 -count2=obj_12178,3 -count3=obj_12179,4 -count4=obj_12180,5 -stockmarket=yes -recol1s=19980 -recol1d=11887 -recol2s=24208 -recol2d=11887 -name=Spirit weed seed - -// 12177 -[obj_12177] -dummyitem=2 -model=model_7155 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes -recol1s=19980 -recol1d=11887 -recol2s=24208 -recol2d=11887 - -// 12178 -[obj_12178] -dummyitem=2 -model=model_7156 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes -recol1s=19980 -recol1d=11887 -recol2s=24208 -recol2d=11887 - -// 12179 -[obj_12179] -dummyitem=2 -model=model_7157 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes -recol1s=19980 -recol1d=11887 -recol2s=24208 -recol2d=11887 - -// 12180 -[obj_12180] -dummyitem=2 -model=model_7158 -2dyof=6 -2dzoom=660 -2dyan=1996 -2dxan=276 -stackable=yes -recol1s=19980 -recol1d=11887 -recol2s=24208 -recol2d=11887 - -// 12181 -[obj_12181] -model=model_2697 -cost=23 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -members=yes -iop4=Empty -stockmarket=yes -recol1s=16846 -recol1d=24312 -name=Spirit weed potion(unf) -certlink=obj_12182 - -// 12182 -[obj_12182] -certlink=obj_12181 -certtemplate=obj_799 - -// 12183 -[obj_12183] -model=model_31279 -members=yes -stackable=yes -ambient=25 -cost=25 -2dxof=3 -2dyof=1 -2dzoom=1308 -2dyan=1950 -2dxan=553 -stockmarket=yes -name=Spirit shards - -// 12184 -[obj_12184] -members=yes -model=model_30543 -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -name=Gecko - -// 12185 -[obj_12185] -model=model_30567 -members=yes -2dxof=11 -2dyof=-41 -2dzoom=2346 -2dyan=1909 -2dxan=2047 -name=Saradomin owl - -// 12186 -[obj_12186] -model=model_30541 -members=yes -2dxof=7 -2dyof=-23 -2dzoom=1697 -2dyan=1853 -2dxan=2018 -name=Zamorak hawk - -// 12187 -[obj_12187] -model=model_30555 -members=yes -2dxof=11 -2dyof=-19 -2dzoom=1697 -2dyan=1817 -2dxan=2012 -name=Guthix raptor - -// 12188 -[obj_12188] -model=model_30554 -members=yes -2dxof=20 -2dyof=-58 -2dzoom=2476 -2dyan=1754 -2dxan=138 -members=yes -name=Penguin - -// 12189 -[obj_12189] -model=model_30545 -members=yes -2dxof=13 -2dyof=-35 -2dyan=1844 -2dxan=2030 -recol1s=14800 -recol1d=21069 -name=Bird - -// 12190 -[obj_12190] -model=model_30548 -members=yes -2dxof=1 -2dyof=-13 -2dzoom=1616 -2dyan=1781 -2dxan=2006 -recol1s=23116 -recol1d=13675 -name=Vulture - -// 12191 -[obj_12191] -model=model_30561 -members=yes -2dxof=-3 -2dyof=-9 -2dzoom=787 -2dyan=1826 -2dxan=60 -name=Terrier puppy - -// 12192 -[obj_12192] -model=model_30547 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=395 -2dyan=1934 -2dxan=33 -name=Greyhound puppy - -// 12193 -[obj_12193] -model=model_30564 -members=yes -2dxof=5 -2dyof=-5 -2dzoom=724 -2dyan=1829 -2dxan=2045 -name=Labrador puppy - -// 12194 -[obj_12194] -model=model_30542 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=465 -2dyan=1949 -2dxan=153 -name=Dalmatian puppy - -// 12195 -[obj_12195] -model=model_30557 -members=yes -2dxof=7 -2dyof=-9 -2dzoom=854 -2dyan=1907 -2dxan=39 -name=Sheepdog puppy - -// 12196 -[obj_12196] -model=model_30551 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=530 -2dyan=1937 -2dxan=21 -name=Bulldog puppy - -// 12197 -[obj_12197] -model=model_30540 -members=yes -2dxof=-4 -2dyof=-5 -2dzoom=720 -2dyan=1724 -2dxan=3 -recol1s=10305 -recol1d=10663 -recol2s=9248 -recol2d=9606 -recol3s=8192 -recol3d=8549 -recol4s=7168 -recol4d=7492 -recol5s=13573 -recol5d=18058 -recol6s=23220 -recol6d=22160 -name=Dragon hatchling - -// 12198 -[obj_12198] -model=model_30568 -members=yes -2dxof=-16 -2dyof=-5 -2dzoom=2725 -2dyan=306 -2dxan=519 -name=Baby giant crab - -// 12199 -[obj_12199] -model=model_30556 -members=yes -2dxof=7 -2dyof=-18 -2dzoom=1438 -2dyan=1985 -2dxan=75 -name=Baby raccoon - -// 12200 -[obj_12200] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=2411 -2dyan=1829 -2dxan=2033 -name=Squirrel - -// 12201 -[obj_12201] -model=model_30562 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=465 -2dyan=1812 -2dxan=55 -ambient=25 -name=Monkey - -// 12202 -[obj_12202] -model=model_2543 -manwear=model_2360 -womanwear=model_2360 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -dummyitem=2 -recol1s=13504 -recol1d=20512 -recol2s=16846 -recol2d=21120 -recol3s=32759 -recol3d=16846 -womanwearoff=-3,-11,6 - -// 12203 -[obj_12203] -model=model_30546 -ambient=25 -members=yes -2dxof=8 -2dyof=-18 -2dzoom=1488 -2dyan=1741 -2dxan=2039 -recol1s=10704 -recol1d=5509 -recol2s=8590 -recol2d=4452 -recol3s=6476 -recol3d=3395 -name=Chameleon - -// 12204 -[obj_12204] -model=model_31554 -members=yes -manwear=model_31632 -womanwear=model_31563 -iop2=Wear -manhead=model_39517 -womanhead=model_38844 -2dxof=3 -2dyof=-81 -2dzoom=1373 -2dyan=781 -2dzan=138 -2dxan=292 -cost=100 -ambient=25 -stockmarket=yes -name=Antlers -certlink=obj_12205 - -// 12205 -[obj_12205] -certlink=obj_12204 -certtemplate=obj_799 - -// 12206 -[obj_12206] -model=model_31554 -members=yes -manwear=model_31632 -womanwear=model_31563 -iop2=Wear -iop3=Commune -iop4=Uncharge -manhead=model_39517 -womanhead=model_38844 -2dxof=3 -2dyof=-81 -2dzoom=1373 -2dyan=781 -2dzan=138 -2dxan=292 -ambient=25 -recol1s=7364 -recol1d=18069 -recol2s=9478 -recol2d=20183 -recol3s=18956 -recol3d=18098 -name=Antlers (charged) - -// 12207 -[obj_12207] -model=model_31549 -members=yes -manwear=model_31628 -womanwear=model_31561 -iop2=Wear -manhead=model_39588 -womanhead=model_39009 -2dxof=9 -2dyof=-7 -2dzoom=848 -2dyan=360 -2dzan=221 -2dxan=180 -cost=200 -ambient=25 -stockmarket=yes -name=Lizard skull -certlink=obj_12208 - -// 12208 -[obj_12208] -certlink=obj_12207 -certtemplate=obj_799 - -// 12209 -[obj_12209] -model=model_31549 -members=yes -manwear=model_31628 -womanwear=model_31561 -manhead=model_39588 -womanhead=model_39009 -iop2=Wear -iop3=Commune -iop4=Uncharge -2dxof=9 -2dyof=-7 -2dzoom=848 -2dyan=360 -2dzan=221 -2dxan=180 -ambient=25 -recol1s=18988 -recol1d=18069 -recol2s=22159 -recol2d=20183 -recol3s=22161 -recol3d=22297 -recol4s=24275 -recol4d=24411 -name=Lizard skull (charged) - -// 12210 -[obj_12210] -model=model_31527 -members=yes -manwear=model_31633 -manwear2=model_215 -womanwear=model_31565 -womanwear2=model_391 -iop2=Wear -manhead=model_39373 -womanhead=model_41338 -2dyof=-8 -2dzoom=789 -2dyan=221 -2dzan=138 -2dxan=415 -cost=400 -ambient=25 -stockmarket=yes -recol1s=19030 -recol1d=9519 -recol2s=32759 -recol2d=12688 -recol3s=15524 -recol3d=5293 -name=Feather headdress -certlink=obj_12211 - -// 12211 -[obj_12211] -certlink=obj_12210 -certtemplate=obj_799 - -// 12212 -[obj_12212] -model=model_31527 -members=yes -manwear=model_31633 -manwear2=model_215 -womanwear=model_31565 -womanwear2=model_391 -iop2=Wear -iop3=Commune -iop4=Uncharge -manhead=model_39373 -womanhead=model_38741 -2dyof=-8 -2dzoom=789 -2dyan=221 -2dzan=138 -2dxan=415 -ambient=25 -recol1s=19030 -recol1d=9519 -recol2s=32759 -recol2d=12688 -recol3s=11330 -recol3d=1816 -recol4s=15524 -recol4d=2014 -name=Feather headdress (charged) - -// 12213 -[obj_12213] -model=model_31527 -members=yes -manwear=model_31633 -manwear2=model_215 -womanwear=model_31565 -womanwear2=model_391 -iop2=Wear -manhead=model_39373 -womanhead=model_39373 -2dyof=-8 -2dzoom=789 -2dyan=221 -2dzan=138 -2dxan=415 -cost=400 -ambient=25 -stockmarket=yes -recol1s=19030 -recol1d=24264 -recol2s=32759 -recol2d=24264 -recol3s=31743 -recol3d=32192 -recol4s=15524 -recol4d=19981 -recol5s=11330 -recol5d=15721 -name=Feather headdress -certlink=obj_12214 - -// 12214 -[obj_12214] -certlink=obj_12213 -certtemplate=obj_799 - -// 12215 -[obj_12215] -model=model_31527 -members=yes -manwear=model_31633 -manwear2=model_215 -womanwear=model_31565 -womanwear2=model_391 -iop2=Wear -iop3=Commune -iop4=Uncharge -manhead=model_39373 -womanhead=model_39373 -2dyof=-8 -2dzoom=789 -2dyan=221 -2dzan=138 -2dxan=415 -ambient=25 -recol1s=19030 -recol1d=24264 -recol2s=32759 -recol2d=24264 -recol3s=31743 -recol3d=32192 -recol4s=15524 -recol4d=2014 -recol5s=11330 -recol5d=1816 -recol6s=5323 -recol6d=23226 -name=Feather headdress (charged) - -// 12216 -[obj_12216] -model=model_31527 -members=yes -manwear=model_31633 -manwear2=model_215 -womanwear=model_31565 -womanwear2=model_391 -iop2=Wear -manhead=model_39373 -womanhead=model_39373 -2dyof=-8 -2dzoom=789 -2dyan=221 -2dzan=138 -2dxan=415 -cost=400 -ambient=25 -stockmarket=yes -recol1s=19030 -recol1d=21635 -recol2s=32759 -recol2d=24740 -recol3s=31743 -recol3d=17762 -name=Feather headdress -certlink=obj_12217 - -// 12217 -[obj_12217] -certlink=obj_12216 -certtemplate=obj_799 - -// 12218 -[obj_12218] -model=model_31527 -members=yes -manwear=model_31633 -manwear2=model_215 -womanwear=model_31565 -womanwear2=model_391 -iop2=Wear -iop3=Commune -iop4=Uncharge -manhead=model_39373 -womanhead=model_39373 -2dyof=-8 -2dzoom=789 -2dyan=221 -2dzan=138 -2dxan=415 -ambient=25 -recol1s=19030 -recol1d=21635 -recol2s=32759 -recol2d=24740 -recol3s=11330 -recol3d=2014 -recol4s=15524 -recol4d=1816 -recol5s=5323 -recol5d=23226 -name=Feather headdress (charged) - -// 12219 -[obj_12219] -model=model_31527 -members=yes -manwear=model_31633 -manwear2=model_215 -womanwear=model_31565 -womanwear2=model_391 -iop2=Wear -manhead=model_39373 -womanhead=model_39373 -2dyof=-8 -2dzoom=789 -2dyan=221 -2dzan=138 -2dxan=415 -cost=400 -ambient=25 -stockmarket=yes -recol1s=19030 -recol1d=6472 -recol2s=32759 -recol2d=8517 -recol3s=31743 -recol3d=10631 -recol4s=15524 -recol4d=396 -recol5s=11330 -recol5d=2510 -name=Feather headdress -certlink=obj_12220 - -// 12220 -[obj_12220] -certlink=obj_12219 -certtemplate=obj_799 - -// 12221 -[obj_12221] -model=model_31527 -members=yes -manwear=model_31633 -manwear2=model_215 -womanwear=model_31565 -womanwear2=model_391 -iop2=Wear -iop3=Commune -iop4=Uncharge -manhead=model_39373 -womanhead=model_39373 -2dyof=-8 -2dzoom=789 -2dyan=221 -2dzan=138 -2dxan=415 -ambient=25 -recol1s=19030 -recol1d=6472 -recol2s=32759 -recol2d=8517 -recol3s=31743 -recol3d=10631 -recol4s=15524 -recol4d=1816 -recol5s=11330 -recol5d=2014 -recol6s=5323 -recol6d=23226 -name=Feather headdress (charged) - -// 12222 -[obj_12222] -model=model_31527 -members=yes -manwear=model_31633 -manwear2=model_215 -womanwear=model_31565 -womanwear2=model_391 -iop2=Wear -manhead=model_39373 -womanhead=model_39373 -2dyof=-8 -2dzoom=789 -2dyan=221 -2dzan=138 -2dxan=415 -cost=400 -ambient=25 -stockmarket=yes -recol1s=19030 -recol1d=26048 -recol2s=32759 -recol2d=26048 -recol3s=31743 -recol3d=28367 -recol4s=15524 -recol4d=19811 -recol5s=11330 -recol5d=19840 -name=Feather headdress -certlink=obj_12223 - -// 12223 -[obj_12223] -certlink=obj_12222 -certtemplate=obj_799 - -// 12224 -[obj_12224] -model=model_31527 -members=yes -manwear=model_31633 -manwear2=model_215 -womanwear=model_31565 -womanwear2=model_391 -iop2=Wear -iop3=Commune -iop4=Uncharge -manhead=model_39373 -womanhead=model_39373 -2dyof=-8 -2dzoom=789 -2dyan=221 -2dzan=138 -2dxan=415 -ambient=25 -recol1s=19030 -recol1d=26048 -recol2s=32759 -recol2d=26048 -recol3s=31743 -recol3d=28367 -recol4s=15524 -recol4d=1816 -recol5s=11330 -recol5d=19840 -name=Feather headdress (charged) - -// 12225 -[obj_12225] -model=model_30624 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12226 -[obj_12226] -model=model_30732 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12227 -[obj_12227] -model=model_30849 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12228 -[obj_12228] -model=model_30624 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12229 -[obj_12229] -model=model_30709 -members=yes -ambient=25 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -name=Pouch - -// 12230 -[obj_12230] -model=model_30684 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12231 -[obj_12231] -model=model_30650 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12232 -[obj_12232] -model=model_30698 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12233 -[obj_12233] -model=model_30574 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12234 -[obj_12234] -model=model_30674 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12235 -[obj_12235] -model=model_30649 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12236 -[obj_12236] -model=model_30578 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12237 -[obj_12237] -model=model_30720 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12238 -[obj_12238] -model=model_30595 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12239 -[obj_12239] -model=model_30835 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12240 -[obj_12240] -model=model_30634 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12241 -[obj_12241] -model=model_30680 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12242 -[obj_12242] -model=model_30627 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12243 -[obj_12243] -model=model_30751 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12244 -[obj_12244] -model=model_30620 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12245 -[obj_12245] -model=model_30795 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12246 -[obj_12246] -model=model_30824 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12247 -[obj_12247] -model=model_30580 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12248 -[obj_12248] -model=model_30820 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12249 -[obj_12249] -model=model_30748 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12250 -[obj_12250] -model=model_30816 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12251 -[obj_12251] -model=model_30723 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12252 -[obj_12252] -model=model_30652 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12253 -[obj_12253] -model=model_30656 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12254 -[obj_12254] -model=model_30579 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12255 -[obj_12255] -model=model_30850 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12256 -[obj_12256] -model=model_30616 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12257 -[obj_12257] -model=model_30618 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12258 -[obj_12258] -model=model_30829 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12259 -[obj_12259] -model=model_30785 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12260 -[obj_12260] -model=model_30726 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12261 -[obj_12261] -model=model_30629 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12262 -[obj_12262] -model=model_30614 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12263 -[obj_12263] -model=model_30659 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12264 -[obj_12264] -model=model_30683 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12265 -[obj_12265] -model=model_30655 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12266 -[obj_12266] -model=model_30583 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12267 -[obj_12267] -model=model_30657 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12268 -[obj_12268] -model=model_30841 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12269 -[obj_12269] -model=model_30722 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12270 -[obj_12270] -model=model_30815 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12271 -[obj_12271] -model=model_30667 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12272 -[obj_12272] -model=model_30667 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12273 -[obj_12273] -model=model_30667 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12274 -[obj_12274] -model=model_30639 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12275 -[obj_12275] -model=model_30593 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12276 -[obj_12276] -model=model_30781 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12277 -[obj_12277] -model=model_30821 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12278 -[obj_12278] -model=model_30757 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12279 -[obj_12279] -model=model_30756 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12280 -[obj_12280] -model=model_30740 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12281 -[obj_12281] -model=model_30636 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12282 -[obj_12282] -model=model_30663 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12283 -[obj_12283] -model=model_30663 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12284 -[obj_12284] -model=model_30663 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12285 -[obj_12285] -model=model_30663 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12286 -[obj_12286] -model=model_30584 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12287 -[obj_12287] -model=model_30658 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12288 -[obj_12288] -model=model_30761 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12289 -[obj_12289] -model=model_30755 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12290 -[obj_12290] -model=model_30736 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12291 -[obj_12291] -model=model_30838 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12292 -[obj_12292] -model=model_30592 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch - -// 12293 -[obj_12293] -model=model_30615 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12294 - -// 12294 -[obj_12294] -certlink=obj_12293 -certtemplate=obj_799 - -// 12295 -[obj_12295] -model=model_30596 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12296 - -// 12296 -[obj_12296] -certlink=obj_12295 -certtemplate=obj_799 - -// 12297 -[obj_12297] -model=model_30712 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12298 - -// 12298 -[obj_12298] -certlink=obj_12297 -certtemplate=obj_799 - -// 12299 -[obj_12299] -model=model_30792 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12300 - -// 12300 -[obj_12300] -certlink=obj_12299 -certtemplate=obj_799 - -// 12301 -[obj_12301] -model=model_30665 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12302 - -// 12302 -[obj_12302] -certlink=obj_12301 -certtemplate=obj_799 - -// 12303 -[obj_12303] -model=model_30848 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12304 - -// 12304 -[obj_12304] -certlink=obj_12303 -certtemplate=obj_799 - -// 12305 -[obj_12305] -model=model_30605 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12306 - -// 12306 -[obj_12306] -certlink=obj_12305 -certtemplate=obj_799 - -// 12307 -[obj_12307] -model=model_30762 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12308 - -// 12308 -[obj_12308] -certlink=obj_12307 -certtemplate=obj_799 - -// 12309 -[obj_12309] -model=model_30765 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12310 - -// 12310 -[obj_12310] -certlink=obj_12309 -certtemplate=obj_799 - -// 12311 -[obj_12311] -model=model_30570 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12312 - -// 12312 -[obj_12312] -certlink=obj_12311 -certtemplate=obj_799 - -// 12313 -[obj_12313] -model=model_30704 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12314 - -// 12314 -[obj_12314] -certlink=obj_12313 -certtemplate=obj_799 - -// 12315 -[obj_12315] -model=model_30596 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12316 - -// 12316 -[obj_12316] -certlink=obj_12315 -certtemplate=obj_799 - -// 12317 -[obj_12317] -model=model_30831 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12318 - -// 12318 -[obj_12318] -certlink=obj_12317 -certtemplate=obj_799 - -// 12319 -[obj_12319] -model=model_30710 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12320 - -// 12320 -[obj_12320] -certlink=obj_12319 -certtemplate=obj_799 - -// 12321 -[obj_12321] -model=model_30721 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12322 - -// 12322 -[obj_12322] -certlink=obj_12321 -certtemplate=obj_799 - -// 12323 -[obj_12323] -model=model_30619 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12324 - -// 12324 -[obj_12324] -certlink=obj_12323 -certtemplate=obj_799 - -// 12325 -[obj_12325] -model=model_30617 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12326 - -// 12326 -[obj_12326] -certlink=obj_12325 -certtemplate=obj_799 - -// 12327 -[obj_12327] -model=model_30686 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12328 - -// 12328 -[obj_12328] -certlink=obj_12327 -certtemplate=obj_799 - -// 12329 -[obj_12329] -model=model_30653 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12330 - -// 12330 -[obj_12330] -certlink=obj_12329 -certtemplate=obj_799 - -// 12331 -[obj_12331] -model=model_30774 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12332 - -// 12332 -[obj_12332] -certlink=obj_12331 -certtemplate=obj_799 - -// 12333 -[obj_12333] -model=model_30660 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12334 - -// 12334 -[obj_12334] -certlink=obj_12333 -certtemplate=obj_799 - -// 12335 -[obj_12335] -model=model_30702 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12336 - -// 12336 -[obj_12336] -certlink=obj_12335 -certtemplate=obj_799 - -// 12337 -[obj_12337] -model=model_30694 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12338 - -// 12338 -[obj_12338] -certlink=obj_12337 -certtemplate=obj_799 - -// 12339 -[obj_12339] -model=model_30738 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12340 - -// 12340 -[obj_12340] -certlink=obj_12339 -certtemplate=obj_799 - -// 12341 -[obj_12341] -model=model_30613 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12342 - -// 12342 -[obj_12342] -certlink=obj_12341 -certtemplate=obj_799 - -// 12343 -[obj_12343] -model=model_30630 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12344 - -// 12344 -[obj_12344] -certlink=obj_12343 -certtemplate=obj_799 - -// 12345 -[obj_12345] -model=model_30724 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12346 - -// 12346 -[obj_12346] -certlink=obj_12345 -certtemplate=obj_799 - -// 12347 -[obj_12347] -model=model_30605 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12348 - -// 12348 -[obj_12348] -certlink=obj_12347 -certtemplate=obj_799 - -// 12349 -[obj_12349] -model=model_30789 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12350 - -// 12350 -[obj_12350] -certlink=obj_12349 -certtemplate=obj_799 - -// 12351 -[obj_12351] -model=model_30813 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12352 - -// 12352 -[obj_12352] -certlink=obj_12351 -certtemplate=obj_799 - -// 12353 -[obj_12353] -model=model_30628 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12354 - -// 12354 -[obj_12354] -certlink=obj_12353 -certtemplate=obj_799 - -// 12355 -[obj_12355] -model=model_30576 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12356 - -// 12356 -[obj_12356] -certlink=obj_12355 -certtemplate=obj_799 - -// 12357 -[obj_12357] -model=model_30666 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12358 - -// 12358 -[obj_12358] -certlink=obj_12357 -certtemplate=obj_799 - -// 12359 -[obj_12359] -model=model_30746 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12360 - -// 12360 -[obj_12360] -certlink=obj_12359 -certtemplate=obj_799 - -// 12361 -[obj_12361] -model=model_30749 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12362 - -// 12362 -[obj_12362] -certlink=obj_12361 -certtemplate=obj_799 - -// 12363 -[obj_12363] -model=model_30770 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12364 - -// 12364 -[obj_12364] -certlink=obj_12363 -certtemplate=obj_799 - -// 12365 -[obj_12365] -model=model_30672 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12366 - -// 12366 -[obj_12366] -certlink=obj_12365 -certtemplate=obj_799 - -// 12367 -[obj_12367] -model=model_30708 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12368 - -// 12368 -[obj_12368] -certlink=obj_12367 -certtemplate=obj_799 - -// 12369 -[obj_12369] -model=model_30682 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12370 - -// 12370 -[obj_12370] -certlink=obj_12369 -certtemplate=obj_799 - -// 12371 -[obj_12371] -model=model_30691 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12372 - -// 12372 -[obj_12372] -certlink=obj_12371 -certtemplate=obj_799 - -// 12373 -[obj_12373] -model=model_30690 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12374 - -// 12374 -[obj_12374] -certlink=obj_12373 -certtemplate=obj_799 - -// 12375 -[obj_12375] -model=model_30647 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12376 - -// 12376 -[obj_12376] -certlink=obj_12375 -certtemplate=obj_799 - -// 12377 -[obj_12377] -model=model_30760 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12378 - -// 12378 -[obj_12378] -certlink=obj_12377 -certtemplate=obj_799 - -// 12379 -[obj_12379] -model=model_30687 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12380 - -// 12380 -[obj_12380] -certlink=obj_12379 -certtemplate=obj_799 - -// 12381 -[obj_12381] -model=model_30753 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12382 - -// 12382 -[obj_12382] -certlink=obj_12381 -certtemplate=obj_799 - -// 12383 -[obj_12383] -model=model_30606 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12384 - -// 12384 -[obj_12384] -certlink=obj_12383 -certtemplate=obj_799 - -// 12385 -[obj_12385] -model=model_30609 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12386 - -// 12386 -[obj_12386] -certlink=obj_12385 -certtemplate=obj_799 - -// 12387 -[obj_12387] -model=model_30801 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12388 - -// 12388 -[obj_12388] -certlink=obj_12387 -certtemplate=obj_799 - -// 12389 -[obj_12389] -model=model_30673 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12390 - -// 12390 -[obj_12390] -certlink=obj_12389 -certtemplate=obj_799 - -// 12391 -[obj_12391] -model=model_30599 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12392 - -// 12392 -[obj_12392] -certlink=obj_12391 -certtemplate=obj_799 - -// 12393 -[obj_12393] -model=model_30696 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12394 - -// 12394 -[obj_12394] -certlink=obj_12393 -certtemplate=obj_799 - -// 12395 -[obj_12395] -model=model_30573 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12396 - -// 12396 -[obj_12396] -certlink=obj_12395 -certtemplate=obj_799 - -// 12397 -[obj_12397] -model=model_30608 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12398 - -// 12398 -[obj_12398] -certlink=obj_12397 -certtemplate=obj_799 - -// 12399 -[obj_12399] -model=model_30730 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12400 - -// 12400 -[obj_12400] -certlink=obj_12399 -certtemplate=obj_799 - -// 12401 -[obj_12401] -model=model_30839 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12402 - -// 12402 -[obj_12402] -certlink=obj_12401 -certtemplate=obj_799 - -// 12403 -[obj_12403] -model=model_30775 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12404 - -// 12404 -[obj_12404] -certlink=obj_12403 -certtemplate=obj_799 - -// 12405 -[obj_12405] -model=model_30603 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12406 - -// 12406 -[obj_12406] -certlink=obj_12405 -certtemplate=obj_799 - -// 12407 -[obj_12407] -model=model_30818 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12408 - -// 12408 -[obj_12408] -certlink=obj_12407 -certtemplate=obj_799 - -// 12409 -[obj_12409] -model=model_30705 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12410 - -// 12410 -[obj_12410] -certlink=obj_12409 -certtemplate=obj_799 - -// 12411 -[obj_12411] -model=model_30577 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12412 - -// 12412 -[obj_12412] -certlink=obj_12411 -certtemplate=obj_799 - -// 12413 -[obj_12413] -model=model_30633 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12414 - -// 12414 -[obj_12414] -certlink=obj_12413 -certtemplate=obj_799 - -// 12415 -[obj_12415] -model=model_30689 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12416 - -// 12416 -[obj_12416] -certlink=obj_12415 -certtemplate=obj_799 - -// 12417 -[obj_12417] -model=model_30669 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12418 - -// 12418 -[obj_12418] -certlink=obj_12417 -certtemplate=obj_799 - -// 12419 -[obj_12419] -model=model_30600 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Pouch -certlink=obj_12420 - -// 12420 -[obj_12420] -certlink=obj_12419 -certtemplate=obj_799 - -// 12421 -[obj_12421] -model=model_30719 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -name=Scroll - -// 12422 -[obj_12422] -model=model_30631 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=237 -stackable=yes -stockmarket=yes -recol1s=11639 -recol1d=2128 -recol2s=13751 -recol2d=5295 -recol3s=14810 -recol3d=4243 -recol4s=17981 -recol4d=10582 -name=Herbcall scroll - -// 12423 -[obj_12423] -model=model_30752 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=367 -stackable=yes -stockmarket=yes -name=Fruitfall scroll - -// 12424 -[obj_12424] -model=model_30728 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -members=yes -cost=314 -stackable=yes -stockmarket=yes -name=Fish rain scroll - -// 12425 -[obj_12425] -model=model_30796 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=59 -stackable=yes -stockmarket=yes -name=Howl scroll - -// 12426 -[obj_12426] -model=model_30783 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=262 -members=yes -stackable=yes -stockmarket=yes -name=Thieving fingers scroll - -// 12427 -[obj_12427] -model=model_30788 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=339 -members=yes -stackable=yes -stockmarket=yes -name=Abyssal stealth scroll - -// 12428 -[obj_12428] -model=model_30802 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=62 -members=yes -stackable=yes -stockmarket=yes -name=Egg spawn scroll - -// 12429 -[obj_12429] -model=model_30808 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=222 -stackable=yes -stockmarket=yes -name=Multichop scroll - -// 12430 -[obj_12430] -model=model_30793 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=229 -stackable=yes -stockmarket=yes -name=Cheese feast scroll - -// 12431 -[obj_12431] -model=model_30772 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=69 -stackable=yes -stockmarket=yes -name=Unburden scroll - -// 12432 -[obj_12432] -model=model_30825 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=184 -stackable=yes -stockmarket=yes -name=Venom shot scroll - -// 12433 -[obj_12433] -model=model_30701 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=252 -stackable=yes -stockmarket=yes -name=Insane ferocity scroll - -// 12434 -[obj_12434] -model=model_30725 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=392 -stackable=yes -stockmarket=yes -name=Healing aura scroll - -// 12435 -[obj_12435] -model=model_30768 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=569 -stackable=yes -stockmarket=yes -name=Winter storage scroll - -// 12436 -[obj_12436] -model=model_30742 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=332 -stackable=yes -stockmarket=yes -name=Oph. incubation scroll - -// 12437 -[obj_12437] -model=model_30803 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=549 -stackable=yes -stockmarket=yes -name=Magic focus scroll - -// 12438 -[obj_12438] -model=model_30767 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=317 -stackable=yes -stockmarket=yes -name=Swallow whole scroll - -// 12439 -[obj_12439] -model=model_30734 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=44 -stackable=yes -stockmarket=yes -name=Testudo scroll - -// 12440 -[obj_12440] -model=model_30828 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=159 -stackable=yes -stockmarket=yes -name=Generate compost scroll - -// 12441 -[obj_12441] -model=model_30679 -members=yes -cost=72 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Tireless run scroll - -// 12442 -[obj_12442] -model=model_30626 -members=yes -cost=362 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Regrowth scroll - -// 12443 -[obj_12443] -model=model_30706 -members=yes -cost=227 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Call to arms scroll - -// 12444 -[obj_12444] -model=model_30678 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=334 -stackable=yes -stockmarket=yes -name=Blood drain scroll - -// 12445 -[obj_12445] -model=model_30771 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=62 -stackable=yes -stockmarket=yes -name=Dreadfowl strike scroll - -// 12446 -[obj_12446] -model=model_30744 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=169 -stackable=yes -stockmarket=yes -name=Sandstorm scroll - -// 12447 -[obj_12447] -model=model_30707 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=244 -stackable=yes -stockmarket=yes -name=Vampire touch scroll - -// 12448 -[obj_12448] -model=model_30638 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=302 -members=yes -stackable=yes -stockmarket=yes -name=Evil flames scroll - -// 12449 -[obj_12449] -model=model_30646 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=457 -stackable=yes -stockmarket=yes -name=Crushing claw scroll - -// 12450 -[obj_12450] -model=model_30805 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=462 -stackable=yes -stockmarket=yes -name=Mantis strike scroll - -// 12451 -[obj_12451] -model=model_30745 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=77 -stackable=yes -stockmarket=yes -name=Arctic blast scroll - -// 12452 -[obj_12452] -model=model_30822 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=69 -stackable=yes -stockmarket=yes -name=Toad bark scroll - -// 12453 -[obj_12453] -model=model_30784 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=419 -stackable=yes -stockmarket=yes -name=Dissolve scroll - -// 12454 -[obj_12454] -model=model_30782 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=307 -stackable=yes -stockmarket=yes -name=Abyssal drain scroll - -// 12455 -[obj_12455] -model=model_30778 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=402 -stackable=yes -stockmarket=yes -name=Doomsphere scroll - -// 12456 -[obj_12456] -model=model_30763 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=44 -stackable=yes -stockmarket=yes -name=Spike shot scroll - -// 12457 -[obj_12457] -model=model_30587 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=352 -stackable=yes -stockmarket=yes -name=Acorn missile scroll - -// 12458 -[obj_12458] -model=model_30641 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=262 -stackable=yes -stockmarket=yes -name=Petrifying gaze scroll - -// 12459 -[obj_12459] -model=model_30729 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=64 -stackable=yes -stockmarket=yes -name=Slime spray scroll - -// 12460 -[obj_12460] -model=model_30741 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=154 -stackable=yes -stockmarket=yes -name=Electric lash scroll - -// 12461 -[obj_12461] -model=model_30791 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=297 -stackable=yes -stockmarket=yes -recol1s=20013 -recol1d=9411 -recol2s=18956 -recol2d=8354 -recol3s=14761 -recol3d=7297 -recol4s=12649 -recol4d=7330 -recol5s=11592 -recol5d=6273 -recol6s=10535 -recol6d=5216 -name=Bronze bull rush scroll - -// 12462 -[obj_12462] -model=model_30791 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=354 -stackable=yes -stockmarket=yes -recol1s=20013 -recol1d=10504 -recol2s=18956 -recol2d=8456 -recol3s=14761 -recol3d=7399 -recol4s=12649 -recol4d=5285 -recol5s=11592 -recol5d=4228 -recol6s=10535 -recol6d=3171 -name=Iron bull rush scroll - -// 12463 -[obj_12463] -model=model_30791 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=394 -stackable=yes -stockmarket=yes -recol1s=20013 -recol1d=18960 -recol2s=18956 -recol2d=17903 -recol3s=14761 -recol3d=16846 -recol4s=12649 -recol4d=11561 -recol5s=11592 -recol5d=10504 -recol6s=10535 -recol6d=8456 -name=Steel bull rush scroll - -// 12464 -[obj_12464] -model=model_30791 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=422 -stackable=yes -stockmarket=yes -recol1s=20013 -recol1d=7403 -recol2s=18956 -recol2d=6346 -recol3s=14761 -recol3d=5289 -recol4s=12649 -recol4d=5289 -recol5s=11592 -recol5d=4232 -recol6s=10535 -recol6d=3175 -name=Mith bull rush scroll - -// 12465 -[obj_12465] -model=model_30791 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=402 -stackable=yes -stockmarket=yes -recol1s=20013 -recol1d=7495 -recol2s=18956 -recol2d=6438 -recol3s=14761 -recol3d=5381 -recol4s=12649 -recol4d=5349 -recol5s=11592 -recol5d=4292 -recol6s=10535 -recol6d=3235 -name=Addy bull rush scroll - -// 12466 -[obj_12466] -model=model_30791 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=44 -stackable=yes -stockmarket=yes -recol1s=20013 -recol1d=7533 -recol2s=18956 -recol2d=6476 -recol3s=14761 -recol3d=5419 -recol4s=12649 -recol4d=2248 -recol5s=11592 -recol5d=1191 -recol6s=10535 -recol6d=134 -name=Rune bull rush scroll - -// 12467 -[obj_12467] -model=model_30714 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=362 -stackable=yes -stockmarket=yes -name=Poisonous blast scroll - -// 12468 -[obj_12468] -model=model_30817 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=394 -stackable=yes -stockmarket=yes -name=Dust cloud scroll - -// 12469 -[obj_12469] -model=model_30540 -members=yes -2dxof=-4 -2dyof=-5 -2dzoom=720 -2dyan=1724 -2dxan=3 -name=Hatchling dragon - -// 12470 -[obj_12470] -model=model_30569 -members=yes -2dxof=-4 -2dyof=-11 -2dzoom=1104 -2dyan=1793 -2dxan=1985 -name=Baby dragon - -// 12471 -[obj_12471] -model=model_30540 -members=yes -2dxof=-4 -2dyof=-5 -2dzoom=720 -2dyan=1724 -2dxan=3 -recol1s=10305 -recol1d=6414 -recol2s=9248 -recol2d=5357 -recol3s=8192 -recol3d=4300 -recol4s=7168 -recol4d=3243 -recol5s=13573 -recol5d=24349 -recol6s=23220 -recol6d=22193 -name=Hatchling dragon - -// 12472 -[obj_12472] -model=model_30569 -members=yes -2dxof=-4 -2dyof=-11 -2dzoom=1104 -2dyan=1793 -2dxan=1985 -recol1s=10305 -recol1d=6414 -recol2s=9248 -recol2d=5357 -recol3s=8192 -recol3d=4300 -recol4s=7168 -recol4d=3243 -recol5s=13573 -recol5d=24349 -recol6s=23220 -recol6d=22193 -name=Baby dragon - -// 12473 -[obj_12473] -model=model_30540 -members=yes -2dxof=-4 -2dyof=-5 -2dzoom=720 -2dyan=1724 -2dxan=3 -recol1s=10305 -recol1d=10663 -recol2s=9248 -recol2d=9606 -recol3s=8192 -recol3d=8549 -recol4s=7168 -recol4d=7492 -recol5s=13573 -recol5d=18058 -recol6s=23220 -recol6d=22160 -name=Hatchling dragon - -// 12474 -[obj_12474] -model=model_30569 -members=yes -2dxof=-4 -2dyof=-11 -2dzoom=1104 -2dyan=1793 -2dxan=1985 -recol1s=10305 -recol1d=10663 -recol2s=9248 -recol2d=9606 -recol3s=8192 -recol3d=8549 -recol4s=7168 -recol4d=7492 -recol5s=13573 -recol5d=18058 -recol6s=23220 -recol6d=22160 -name=Baby dragon - -// 12475 -[obj_12475] -model=model_30540 -members=yes -2dxof=-4 -2dyof=-5 -2dzoom=720 -2dyan=1724 -2dxan=3 -recol1s=10305 -recol1d=3172 -recol2s=9248 -recol2d=2115 -recol3s=8192 -recol3d=1058 -recol4s=7168 -recol4d=1 -recol5s=13573 -recol5d=15759 -recol6s=23220 -recol6d=10538 -name=Hatchling dragon - -// 12476 -[obj_12476] -model=model_30569 -members=yes -2dxof=-4 -2dyof=-11 -2dzoom=1104 -2dyan=1793 -2dxan=1985 -recol1s=10305 -recol1d=3172 -recol2s=9248 -recol2d=2115 -recol3s=8192 -recol3d=1058 -recol4s=7168 -recol4d=1 -recol5s=13573 -recol5d=15759 -recol6s=23220 -recol6d=10538 -name=Baby dragon - -// 12477 -[obj_12477] -model=model_30384 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -recol1s=17040 -recol1d=11362 -recol2s=15983 -recol2d=10305 -recol3s=13869 -recol3d=9248 -recol4s=11755 -recol4d=7168 -name=Red dragon egg - -// 12478 -[obj_12478] -model=model_30384 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -recol1s=17040 -recol1d=4300 -recol2s=15983 -recol2d=3243 -recol3s=13869 -recol3d=2186 -recol4s=11755 -recol4d=1129 -name=Blue dragon egg - -// 12479 -[obj_12479] -model=model_30384 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -recol1s=17040 -recol1d=9606 -recol2s=15983 -recol2d=8549 -recol3s=13869 -recol3d=7492 -recol4s=11755 -recol4d=6435 -name=Green dragon egg - -// 12480 -[obj_12480] -model=model_30384 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -recol1s=17040 -recol1d=5285 -recol2s=15983 -recol2d=3171 -recol3s=13869 -recol3d=2114 -recol4s=11755 -recol4d=0 -name=Black dragon egg - -// 12481 -[obj_12481] -model=model_30566 -members=yes -2dxof=16 -2dyof=-58 -2dzoom=2476 -2dyan=1754 -2dxan=138 -members=yes -name=Baby penguin - -// 12482 -[obj_12482] -model=model_30554 -members=yes -2dxof=20 -2dyof=-58 -2dzoom=2476 -2dyan=1754 -2dxan=138 -members=yes -name=Penguin - -// 12483 -[obj_12483] -model=model_30384 -members=yes -ambient=25 -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -members=yes -recol1s=17040 -recol1d=28535 -recol2s=15983 -recol2d=28532 -recol3s=13869 -recol3d=8456 -recol4s=11755 -recol4d=7399 -name=Penguin egg - -// 12484 -[obj_12484] -model=model_30550 -members=yes -2dxof=9 -2dyof=-19 -2dzoom=1616 -2dyan=1808 -2dxan=3 -recol1s=26387 -recol1d=8458 -recol2s=27444 -recol2d=10572 -recol3s=32722 -recol3d=11629 -recol4s=30500 -recol4d=21069 -recol5s=32614 -recol5d=21069 -name=Raven chick - -// 12485 -[obj_12485] -model=model_30545 -members=yes -2dxof=13 -2dyof=-35 -2dyan=1844 -2dxan=2030 -recol1s=14800 -recol1d=6343 -recol2s=13743 -recol2d=5286 -recol3s=12686 -recol3d=4229 -recol4s=11629 -recol4d=3172 -recol5s=10572 -recol5d=2115 -recolhsl6s=43045 -recolhsl6d=43022 -name=Raven - -// 12486 -[obj_12486] -model=model_30556 -members=yes -2dxof=7 -2dyof=-18 -2dzoom=1438 -2dyan=1985 -2dxan=75 -name=Baby raccoon - -// 12487 -[obj_12487] -model=model_30556 -2dxof=7 -2dyof=-18 -2dzoom=1178 -2dyan=1952 -2dxan=78 -members=yes -name=Raccoon - -// 12488 -[obj_12488] -model=model_30543 -members=yes -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -name=Baby gecko - -// 12489 -[obj_12489] -members=yes -model=model_30543 -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -name=Gecko - -// 12490 -[obj_12490] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=2411 -2dyan=1829 -2dxan=2033 -name=Baby squirrel - -// 12491 -[obj_12491] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=1892 -2dyan=1829 -2dxan=2033 -name=Squirrel - -// 12492 -[obj_12492] -model=model_30546 -ambient=25 -members=yes -2dxof=8 -2dyof=-18 -2dyan=1765 -2dxan=18 -recol1s=10704 -recol1d=5509 -recol2s=8590 -recol2d=4452 -recol3s=6476 -recol3d=3395 -name=Baby chameleon - -// 12493 -[obj_12493] -model=model_30546 -ambient=25 -members=yes -2dxof=8 -2dyof=-18 -2dzoom=1488 -2dyan=1741 -2dxan=2039 -recol1s=10704 -recol1d=5509 -recol2s=8590 -recol2d=4452 -recol3s=6476 -recol3d=3395 -name=Chameleon - -// 12494 -[obj_12494] -model=model_30384 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -name=Chameleon egg - -// 12495 -[obj_12495] -model=model_30384 -members=yes -2dxof=-5 -2dyof=1 -2dzoom=663 -2dyan=1673 -2dxan=2033 -name=Chameleon egg - -// 12496 -[obj_12496] -model=model_30562 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=530 -2dyan=1812 -2dxan=55 -ambient=40 -name=Baby monkey - -// 12497 -[obj_12497] -model=model_30562 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=465 -2dyan=1812 -2dxan=55 -ambient=25 -name=Monkey - -// 12498 -[obj_12498] -model=model_30548 -members=yes -2dxof=7 -2dyof=-17 -2dzoom=2384 -2dyan=1784 -recol1s=23116 -recol1d=13675 -name=Vulture chick - -// 12499 -[obj_12499] -model=model_30548 -members=yes -2dxof=1 -2dyof=-13 -2dzoom=1616 -2dyan=1781 -2dxan=2006 -recol1s=23116 -recol1d=13675 -name=Vulture - -// 12500 -[obj_12500] -model=model_30568 -members=yes -2dxof=-16 -2dyof=-5 -2dzoom=2725 -2dyan=306 -2dxan=519 -name=Baby giant crab - -// 12501 -[obj_12501] -model=model_30568 -members=yes -2dxof=-18 -2dyof=-12 -2dzoom=1957 -2dyan=306 -2dxan=519 -name=Giant crab - -// 12502 -[obj_12502] -model=model_30688 -members=yes -ambient=25 -2dzoom=1232 -2dyan=2033 -2dxan=222 -cost=1 -name=Crunchy claw token - -// 12503 -[obj_12503] -model=model_30550 -2dxof=9 -2dyof=-19 -2dzoom=1616 -2dyan=1808 -2dxan=3 -members=yes -name=Saradomin chick - -// 12504 -[obj_12504] -model=model_30563 -members=yes -2dxof=11 -2dyof=-30 -2dzoom=1616 -2dyan=1808 -2dxan=3 -recol1s=5670 -recol1d=13877 -recol2s=3556 -recol2d=11763 -recol3s=1442 -recol3d=8626 -name=Saradomin bird - -// 12505 -[obj_12505] -model=model_30567 -members=yes -2dxof=11 -2dyof=-41 -2dzoom=2346 -2dyan=1909 -2dxan=2047 -name=Saradomin owl - -// 12506 -[obj_12506] -model=model_30550 -members=yes -2dxof=9 -2dyof=-19 -2dzoom=1616 -2dyan=1808 -2dxan=3 -name=Zamorak chick - -// 12507 -[obj_12507] -model=model_30563 -members=yes -2dxof=11 -2dyof=-30 -2dzoom=1616 -2dyan=1808 -2dxan=3 -recol1s=5670 -recol1d=8225 -recol2s=3556 -recol2d=6144 -recol3s=1442 -recol3d=5120 -name=Zamorak bird - -// 12508 -[obj_12508] -model=model_30541 -members=yes -2dxof=7 -2dyof=-23 -2dzoom=1697 -2dyan=1853 -2dxan=2018 -name=Zamorak hawk - -// 12509 -[obj_12509] -model=model_30550 -members=yes -2dxof=9 -2dyof=-19 -2dzoom=1616 -2dyan=1808 -2dxan=3 -name=Guthix chick - -// 12510 -[obj_12510] -model=model_30563 -members=yes -2dxof=11 -2dyof=-30 -2dzoom=1616 -2dyan=1808 -2dxan=3 -name=Guthix bird - -// 12511 -[obj_12511] -model=model_30555 -members=yes -2dxof=11 -2dyof=-19 -2dzoom=1697 -2dyan=1817 -2dxan=2012 -name=Guthix raptor - -// 12512 -[obj_12512] -model=model_30561 -members=yes -2dxof=-3 -2dyof=-9 -2dzoom=787 -2dyan=1826 -2dxan=60 -name=Terrier puppy - -// 12513 -[obj_12513] -model=model_30561 -members=yes -2dxof=-3 -2dyof=-9 -2dzoom=659 -2dyan=1826 -2dxan=60 -name=Terrier - -// 12514 -[obj_12514] -model=model_30547 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=395 -2dyan=1934 -2dxan=33 -name=Greyhound puppy - -// 12515 -[obj_12515] -model=model_30547 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=345 -2dyan=1934 -2dxan=33 -name=Greyhound - -// 12516 -[obj_12516] -model=model_30564 -members=yes -2dxof=5 -2dyof=-5 -2dzoom=724 -2dyan=1829 -2dxan=2045 -name=Labrador puppy - -// 12517 -[obj_12517] -model=model_30564 -members=yes -2dxof=5 -2dyof=-5 -2dzoom=595 -2dyan=1829 -2dxan=2045 -name=Labrador - -// 12518 -[obj_12518] -model=model_30542 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=465 -2dyan=1949 -2dxan=153 -name=Dalmatian puppy - -// 12519 -[obj_12519] -model=model_30542 -members=yes -2dxof=4 -2dyof=-1 -2dzoom=400 -2dyan=1949 -2dxan=153 -name=Dalmatian - -// 12520 -[obj_12520] -model=model_30557 -members=yes -2dxof=7 -2dyof=-9 -2dzoom=854 -2dyan=1907 -2dxan=39 -name=Sheepdog puppy - -// 12521 -[obj_12521] -model=model_30557 -members=yes -2dxof=7 -2dyof=-9 -2dzoom=720 -2dyan=1907 -2dxan=39 -name=Sheepdog - -// 12522 -[obj_12522] -model=model_30551 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=530 -2dyan=1937 -2dxan=21 -name=Bulldog puppy - -// 12523 -[obj_12523] -model=model_30551 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=464 -2dyan=1937 -2dxan=21 -name=Bulldog - -// 12524 -[obj_12524] -dummyitem=1 -cost=99000 -members=yes -model=model_31094 -2dyof=1 -2dzoom=2128 -2dxan=504 -iop2=Wear -manwear=model_31629 -womanwear=model_31562 -recol1s=31770 -recol1d=23356 -recol2s=18451 -recol2d=32767 -recol3s=32383 -recol3d=23356 -recol4s=31808 -recol4d=15687 -recol5s=1986 -recol5d=13573 -recol6s=1118 -recol6d=11459 -name=Summoning cape - -// 12525 -[obj_12525] -model=model_30826 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=0 -iop5=Destroy -name=Pouch - -// 12526 -[obj_12526] -model=model_30591 -members=yes -cost=0 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -iop5=Destroy -name=Spirit wolf pouch - -// 12527 -[obj_12527] -model=model_31553 -members=yes -2dxof=1 -2dzoom=550 -2dxan=512 -ambient=25 -cost=0 -iop5=Destroy -name=Gold charm - -// 12528 -[obj_12528] -members=yes -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -iop5=Destroy -recol1s=32480 -recol1d=21102 -name=Trapdoor key - -// 12529 -[obj_12529] -model=model_30796 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=0 -stackable=yes -iop5=Destroy -name=Howl scroll - -// 12530 -[obj_12530] -model=model_31279 -members=yes -stackable=yes -ambient=25 -cost=0 -2dxof=3 -2dyof=1 -2dzoom=1308 -2dyan=1950 -2dxan=553 -iop5=Destroy -name=Spirit shards - -// 12531 -[obj_12531] -model=model_30700 -members=yes -cost=3149 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Ibis pouch -certlink=obj_12532 - -// 12532 -[obj_12532] -certlink=obj_12531 -certtemplate=obj_799 - -// 12533 -[obj_12533] -model=model_30677 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=59 -stackable=yes -stockmarket=yes -name=Stony shell scroll - -// 12535 -[obj_12535] -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -members=yes -cost=500 -stockmarket=yes -recol1s=25664 -recol1d=17771 -recol2s=32767 -recol2d=32470 -name=Raw pawya meat -certlink=obj_12536 - -// 12536 -[obj_12536] -certlink=obj_12535 -certtemplate=obj_799 - -// 12537 -[obj_12537] -model=model_31749 -2dxof=1 -2dyof=-8 -2dzoom=976 -2dyan=1865 -2dxan=87 -contrast=15 -ambient=15 -name=Picture -certlink=obj_12538 - -// 12538 -[obj_12538] -certlink=obj_12537 -certtemplate=obj_799 - -// 12539 -[obj_12539] -stackable=yes -members=yes -count1=obj_12540,2 -count2=obj_12541,3 -count3=obj_12542,4 -count4=obj_12543,5 -model=model_31751 -2dxof=1 -2dzoom=610 -2dyan=1197 -2dxan=729 -cost=200 -stockmarket=yes -name=Grenwall spikes - -// 12540 -[obj_12540] -dummyitem=2 -model=model_31754 -2dxof=-4 -2dyof=1 -2dzoom=610 -2dyan=1197 -2dxan=717 - -// 12541 -[obj_12541] -dummyitem=2 -model=model_31753 -2dxof=1 -2dyof=1 -2dzoom=789 -2dyan=1203 -2dxan=650 - -// 12542 -[obj_12542] -dummyitem=2 -model=model_31752 -2dxof=-4 -2dyof=3 -2dzoom=724 -2dyan=1051 -2dxan=775 - -// 12543 -[obj_12543] -dummyitem=2 -model=model_31750 -2dxof=3 -2dyof=4 -2dzoom=724 -2dyan=1120 -2dxan=729 - -// 12544 -[obj_12544] -model=model_31746 -2dyof=1 -2dzoom=848 -2dyan=1871 -2dxan=51 -contrast=15 -ambient=15 -name=Picture -certlink=obj_12545 - -// 12545 -[obj_12545] -certlink=obj_12544 -certtemplate=obj_799 - -// 12546 -[obj_12546] -members=yes -model=model_2760 -2dxof=1 -2dyof=3 -2dzoom=560 -2dyan=176 -2dxan=308 -cost=1 -recol1s=25664 -recol1d=19005 -recol2s=32767 -recol2d=23261 -name=Enchanted pawya meat - -// 12547 -[obj_12547] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=400 -2dyan=1904 -2dxan=84 -name=Platypus - -// 12548 -[obj_12548] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=400 -2dyan=1904 -2dxan=84 -cost=0 -name=Platypus - -// 12549 -[obj_12549] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=400 -2dyan=1904 -2dxan=84 -cost=0 -recol1s=9412 -recol1d=11526 -recol2s=8355 -recol2d=10469 -recol3s=6241 -recol3d=8355 -recol4s=5251 -recol4d=6308 -recol5s=8422 -recol5d=7365 -recol6s=7365 -recol6d=5251 -name=Platypus - -// 12550 -[obj_12550] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=400 -2dyan=1904 -2dxan=84 -cost=0 -recol1s=9412 -recol1d=8389 -recol2s=8355 -recol2d=7332 -recol3s=6241 -recol3d=5251 -recol4s=6241 -recol4d=6308 -recol5s=8422 -recol5d=6308 -recol6s=7365 -recol6d=4194 -name=Platypus - -// 12551 -[obj_12551] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=530 -2dyan=1904 -2dxan=84 -cost=0 -name=Baby platypus - -// 12552 -[obj_12552] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=530 -2dyan=1904 -2dxan=84 -cost=0 -recol1s=9412 -recol1d=11526 -recol2s=8355 -recol2d=10469 -recol3s=6241 -recol3d=8355 -recol4s=5251 -recol4d=6308 -recol5s=8422 -recol5d=7365 -recol6s=7365 -recol6d=5251 -name=Baby platypus - -// 12553 -[obj_12553] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=530 -2dyan=1904 -2dxan=84 -cost=0 -recol1s=9412 -recol1d=8389 -recol2s=8355 -recol2d=7332 -recol3s=6241 -recol3d=5251 -recol4s=6241 -recol4d=6308 -recol5s=8422 -recol5d=6308 -recol6s=7365 -recol6d=4194 -name=Baby platypus - -// 12554 -[obj_12554] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=400 -2dyan=1904 -2dxan=84 -iop5=Release -cost=0 -recol1s=9412 -recol1d=11526 -recol2s=8355 -recol2d=10469 -recol3s=6241 -recol3d=8355 -recol4s=5251 -recol4d=6308 -recol5s=8422 -recol5d=7365 -recol6s=7365 -recol6d=5251 -name=Patrick - -// 12555 -[obj_12555] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=400 -2dyan=1904 -2dxan=84 -iop5=Release -cost=0 -recol1s=9412 -recol1d=8389 -recol2s=8355 -recol2d=7332 -recol3s=6241 -recol3d=5251 -recol4s=6241 -recol4d=6308 -recol5s=8422 -recol5d=6308 -recol6s=7365 -recol6d=4194 -name=Penelope - -// 12556 -[obj_12556] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=530 -2dyan=1904 -2dxan=84 -iop5=Release -cost=0 -name=Peter - -// 12557 -[obj_12557] -model=model_31995 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=-3 -2dzoom=530 -2dyan=1904 -2dxan=84 -iop5=Release -cost=0 -recol1s=9412 -recol1d=11526 -recol2s=8355 -recol2d=10469 -recol3s=6241 -recol3d=8355 -recol4s=5251 -recol4d=6308 -recol5s=8422 -recol5d=7365 -recol6s=7365 -recol6d=5251 -name=Peanut - -// 12558 -[obj_12558] -model=model_31996 -iop2=Apply -2dxof=-2 -2dyof=-1 -2dzoom=400 -2dyan=681 -2dxan=447 -manwear=model_31764 -womanwear=model_31777 -manhead=model_39334 -womanhead=model_38876 -members=yes -cost=10 -name=Mud - -// 12559 -[obj_12559] -model=model_32009 -iop2=Wear -2dxof=3 -2dyof=24 -2dzoom=789 -2dyan=1499 -2dxan=213 -manwear=model_31762 -womanwear=model_31775 -manhead=model_39935 -womanhead=model_38916 -members=yes -cost=60 -stockmarket=yes -name=Ogre wig -certlink=obj_12560 - -// 12560 -[obj_12560] -certlink=obj_12559 -certtemplate=obj_799 - -// 12561 -[obj_12561] -model=model_32011 -iop2=Wear -2dyof=4 -2dzoom=1114 -2dyan=366 -2dxan=516 -manwear=model_31766 -womanwear=model_31779 -members=yes -cost=60 -stockmarket=yes -name=Ogre kilt -certlink=obj_12562 - -// 12562 -[obj_12562] -certlink=obj_12561 -certtemplate=obj_799 - -// 12563 -[obj_12563] -model=model_32004 -iop2=Wear -2dxof=1 -2dzoom=965 -2dyan=2042 -2dxan=495 -manwear=model_31763 -manwear2=model_31765 -womanwear=model_31776 -womanwear2=model_31778 -members=yes -cost=60 -stockmarket=yes -name=Ogre top -certlink=obj_12564 - -// 12564 -[obj_12564] -certlink=obj_12563 -certtemplate=obj_799 - -// 12565 -[obj_12565] -model=model_31992 -iop2=Wear -2dxof=-3 -2dyof=-5 -2dzoom=720 -2dyan=1902 -2dxan=126 -manwear=model_31761 -womanwear=model_31773 -members=yes -cost=60 -stockmarket=yes -name=Ogre boots -certlink=obj_12566 - -// 12566 -[obj_12566] -certlink=obj_12565 -certtemplate=obj_799 - -// 12567 -[obj_12567] -model=model_19448 -cost=60 -model=model_31999 -contrast=20 -ambient=20 -members=yes -2dxof=1 -2dyof=9 -2dzoom=1744 -2dyan=354 -2dxan=477 -stockmarket=yes -name=Diseased kebbit fur -certlink=obj_12592 - -// 12568 -[obj_12568] -model=model_32005 -2dxof=-4 -2dzoom=700 -2dyan=180 -2dxan=156 -iop2=Wear -manwear=model_31760 -manwear2=model_215 -womanwear=model_31772 -womanwear2=model_391 -manhead=model_39419 -manhead2=model_39694 -womanhead=model_38838 -womanhead2=model_39101 -members=yes -cost=100 -stockmarket=yes -name=Davy kebbit hat -certlink=obj_12569 - -// 12569 -[obj_12569] -certlink=obj_12568 -certtemplate=obj_799 - -// 12570 -[obj_12570] -model=model_32008 -contrast=20 -ambient=20 -members=yes -2dxof=4 -2dyof=50 -2dzoom=1104 -2dyan=87 -2dxan=339 -iop2=Wield -manwear=model_31768 -womanwear=model_31768 -cost=180 -stockmarket=yes -name=Ogre club -womanwearoff=3,-11,6 -certlink=obj_12571 - -// 12571 -[obj_12571] -certlink=obj_12570 -certtemplate=obj_799 - -// 12572 -[obj_12572] -members=yes -cost=4 -model=model_32012 -contrast=20 -ambient=20 -2dxof=3 -2dzoom=1373 -2dyan=14 -2dzan=28 -2dxan=699 -stockmarket=yes -name=Lavender -certlink=obj_12573 - -// 12573 -[obj_12573] -certlink=obj_12572 -certtemplate=obj_799 - -// 12574 -[obj_12574] -members=yes -cost=4 -model=model_31994 -contrast=20 -ambient=20 -2dxof=3 -2dyof=-3 -2dzoom=1243 -2dyan=1743 -2dxan=636 -stockmarket=yes -name=Fever grass -certlink=obj_12575 - -// 12575 -[obj_12575] -certlink=obj_12574 -certtemplate=obj_799 - -// 12576 -[obj_12576] -members=yes -cost=4 -model=model_32007 -contrast=20 -ambient=20 -2dxof=5 -2dyof=-7 -2dzoom=1178 -2dyan=2000 -2dzan=180 -2dxan=153 -stockmarket=yes -name=Tansymum -certlink=obj_12577 - -// 12577 -[obj_12577] -certlink=obj_12576 -certtemplate=obj_799 - -// 12578 -[obj_12578] -model=model_32003 -iop4=Extinguish -contrast=20 -ambient=20 -members=yes -2dxof=2 -2dyof=-3 -2dzoom=1114 -2dyan=42 -2dxan=681 -iop2=Wield -manwear=model_31771 -womanwear=model_31771 -cost=4 -name=Smouldering fever grass -womanwearoff=3,-11,6 - -// 12579 -[obj_12579] -iop4=Extinguish -model=model_32006 -contrast=20 -ambient=20 -members=yes -2dxof=4 -2dzoom=1438 -2dyan=45 -2dxan=345 -iop2=Wield -manwear=model_31767 -womanwear=model_31767 -cost=4 -name=Smouldering lavender -womanwearoff=3,-11,6 - -// 12580 -[obj_12580] -model=model_32001 -contrast=20 -ambient=20 -members=yes -2dxof=-3 -2dyof=100 -2dzoom=1232 -2dyan=81 -2dxan=270 -iop2=Wield -manwear=model_31769 -womanwear=model_31769 -iop4=Extinguish -cost=4 -name=Smouldering tansymum -womanwearoff=3,-11,6 - -// 12581 -[obj_12581] -model=model_32010 -op4=Light -op5=hidden -contrast=20 -ambient=20 -members=yes -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -cost=126 -stockmarket=yes -name=Eucalyptus logs -certlink=obj_12582 - -// 12582 -[obj_12582] -certlink=obj_12581 -certtemplate=obj_799 - -// 12583 -[obj_12583] -model=model_32010 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -contrast=20 -ambient=20 -op4=Light -op5=hidden -members=yes -cost=252 -stockmarket=yes -recol1s=19980 -recol1d=14729 -recol2s=16877 -recol2d=12649 -recol3s=15820 -recol3d=11592 -recol4s=14763 -recol4d=10535 -name=Eucalyptus pyre logs -certlink=obj_12584 - -// 12584 -[obj_12584] -certlink=obj_12583 -certtemplate=obj_799 - -// 12585 -[obj_12585] -model=model_31993 -contrast=20 -ambient=20 -members=yes -2dxof=-4 -2dyof=-51 -2dzoom=1243 -2dyan=1898 -2dxan=234 -dummyitem=2 - -// 12586 -[obj_12586] -model=model_32002 -contrast=20 -ambient=20 -members=yes -2dyof=1 -2dzoom=1243 -2dyan=1841 -2dzan=28 -2dxan=657 -dummyitem=2 - -// 12587 -[obj_12587] -dummyitem=1 -model=model_19920 -2dxof=-55 -2dyof=-101 -2dzoom=1580 -2dyan=272 -2dxan=168 -dummyitem=2 -recol1s=9411 -recol1d=11585 -recol2s=10468 -recol2d=13670 -recol3s=11525 -recol3d=10500 -recol4s=12582 -recol4d=12613 -recol5s=13639 -recol5d=12647 -recol6s=8288 -recol6d=15808 - -// 12588 -[obj_12588] -model=model_31998 -2dxof=5 -2dyof=16 -2dzoom=1412 -2dyan=581 -2dzan=1948 -2dxan=360 -members=yes -ambient=15 -cost=2 -stockmarket=yes -name=Primweed -certlink=obj_12589 - -// 12589 -[obj_12589] -certlink=obj_12588 -certtemplate=obj_799 - -// 12590 -[obj_12590] -model=model_31997 -2dxof=9 -2dyof=11 -2dzoom=1243 -2dyan=2030 -2dxan=403 -members=yes -ambient=15 -cost=2 -stockmarket=yes -name=Stinkbloom -certlink=obj_12591 - -// 12591 -[obj_12591] -certlink=obj_12590 -certtemplate=obj_799 - -// 12592 -[obj_12592] -certlink=obj_12567 -certtemplate=obj_799 - -// 12593 -[obj_12593] -iop1=Read -iop5=Destroy -members=yes -model=model_32210 -ambient=50 -contrast=50 -2dxof=5 -2dyof=12 -2dzoom=1252 -2dyan=41 -2dxan=401 -name=Catapult schematics - -// 12594 -[obj_12594] -iop1=Read -iop5=Destroy -members=yes -model=model_18023 -ambient=50 -contrast=50 -2dyof=-3 -2dzoom=740 -2dyan=555 -2dxan=576 -name=Engineer's letter - -// 12595 -[obj_12595] -iop2=Wear -iop5=Destroy -members=yes -members=yes -model=model_32211 -manwear=model_194 -womanwear=model_370 -manhead=model_39481 -womanhead=model_38789 -manwear2=model_215 -womanwear2=model_391 -2dzoom=720 -2dyan=120 -2dxan=111 -name=Sailor's hat - -// 12596 -[obj_12596] -members=yes -iop5=Destroy -model=model_32209 -ambient=50 -contrast=50 -2dxof=-3 -2dyof=5 -2dzoom=2384 -2dyan=3 -2dxan=459 -name=Metal catapult parts - -// 12597 -[obj_12597] -members=yes -iop5=Destroy -model=model_32208 -2dzoom=1684 -2dxan=546 -name=Mahogany catapult part - -// 12598 -[obj_12598] -members=yes -iop5=Destroy -model=model_32201 -2dzoom=1684 -2dxan=546 -name=Mahogany catapult part - -// 12599 -[obj_12599] -members=yes -iop5=Destroy -model=model_32206 -2dzoom=1684 -2dxan=546 -name=Mahogany catapult part - -// 12600 -[obj_12600] -members=yes -iop5=Destroy -model=model_32202 -2dzoom=1684 -2dxan=546 -name=Mahogany catapult part - -// 12601 -[obj_12601] -members=yes -iop5=Destroy -model=model_32200 -2dzoom=1684 -2dxan=546 -name=Mahogany catapult part - -// 12602 -[obj_12602] -members=yes -iop5=Destroy -model=model_32204 -2dzoom=1684 -2dxan=546 -name=Mahogany catapult part - -// 12603 -[obj_12603] -members=yes -iop5=Destroy -model=model_32199 -2dzoom=1684 -2dxan=546 -name=Mahogany catapult part - -// 12604 -[obj_12604] -members=yes -iop5=Destroy -model=model_32207 -2dzoom=1684 -2dxan=546 -name=Mahogany catapult part - -// 12605 -[obj_12605] -members=yes -iop5=Destroy -model=model_32203 -2dzoom=1684 -2dxan=546 -name=Mahogany catapult part - -// 12606 -[obj_12606] -members=yes -iop5=Destroy -model=model_32205 -2dzoom=1684 -2dxan=546 -name=Mahogany catapult part - -// 12607 -[obj_12607] -members=yes -model=model_32205 -2dzoom=1684 -2dxan=546 -manwear=model_32234 -womanwear=model_32234 -iop2=Wield -name=Picture -womanwearoff=3,-11,6 - -// 12608 -[obj_12608] -model=model_7759 -2dyof=3 -2dzoom=630 -2dyan=116 -2dxan=380 -iop1=Rub -iop2=Wear -manwear=model_290 -womanwear=model_454 -members=yes -cost=200 -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=8452 -recol3s=8321 -recol3d=8452 -name=Amulet of farming(1) -certlink=obj_12609 - -// 12609 -[obj_12609] -certlink=obj_12608 -certtemplate=obj_799 - -// 12610 -[obj_12610] -model=model_7759 -2dyof=3 -2dzoom=630 -2dyan=116 -2dxan=380 -iop1=Rub -iop2=Wear -manwear=model_290 -womanwear=model_454 -members=yes -cost=200 -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=8452 -recol3s=8321 -recol3d=8452 -name=Amulet of farming(2) -certlink=obj_12611 - -// 12611 -[obj_12611] -certlink=obj_12610 -certtemplate=obj_799 - -// 12612 -[obj_12612] -model=model_7759 -2dyof=3 -2dzoom=630 -2dyan=116 -2dxan=380 -iop1=Rub -iop2=Wear -manwear=model_290 -womanwear=model_454 -members=yes -cost=200 -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=8452 -recol3s=8321 -recol3d=8452 -name=Amulet of farming(3) -certlink=obj_12613 - -// 12613 -[obj_12613] -certlink=obj_12612 -certtemplate=obj_799 - -// 12614 -[obj_12614] -model=model_7759 -2dyof=3 -2dzoom=630 -2dyan=116 -2dxan=380 -iop1=Rub -iop2=Wear -manwear=model_290 -womanwear=model_454 -members=yes -cost=200 -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=8452 -recol3s=8321 -recol3d=8452 -name=Amulet of farming(4) -certlink=obj_12615 - -// 12615 -[obj_12615] -certlink=obj_12614 -certtemplate=obj_799 - -// 12616 -[obj_12616] -model=model_7759 -2dyof=3 -2dzoom=630 -2dyan=116 -2dxan=380 -iop1=Rub -iop2=Wear -manwear=model_290 -womanwear=model_454 -members=yes -cost=200 -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=8452 -recol3s=8321 -recol3d=8452 -name=Amulet of farming(5) -certlink=obj_12617 - -// 12617 -[obj_12617] -certlink=obj_12616 -certtemplate=obj_799 - -// 12618 -[obj_12618] -model=model_7759 -iop1=Rub -iop2=Wear -model=model_7759 -2dyof=3 -2dzoom=630 -2dyan=116 -2dxan=380 -iop1=Rub -iop2=Wear -manwear=model_290 -womanwear=model_454 -members=yes -cost=200 -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=8452 -recol3s=8321 -recol3d=8452 -name=Amulet of farming(6) -certlink=obj_12619 - -// 12619 -[obj_12619] -certlink=obj_12618 -certtemplate=obj_799 - -// 12620 -[obj_12620] -model=model_7759 -2dyof=3 -2dzoom=630 -2dyan=116 -2dxan=380 -iop1=Rub -iop2=Wear -manwear=model_290 -womanwear=model_454 -members=yes -cost=200 -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=8452 -recol3s=8321 -recol3d=8452 -name=Amulet of farming(7) -certlink=obj_12621 - -// 12621 -[obj_12621] -certlink=obj_12620 -certtemplate=obj_799 - -// 12622 -[obj_12622] -model=model_7759 -2dyof=3 -2dzoom=630 -2dyan=116 -2dxan=380 -iop1=Rub -iop2=Wear -manwear=model_290 -womanwear=model_454 -members=yes -cost=200 -stockmarket=yes -recol1s=32767 -recol1d=1666 -recol2s=13537 -recol2d=8452 -recol3s=8321 -recol3d=8452 -name=Amulet of farming(8) -certlink=obj_12623 - -// 12623 -[obj_12623] -certlink=obj_12622 -certtemplate=obj_799 - -// 12624 -[obj_12624] -cost=20 -stackable=yes -members=yes -count1=obj_11206,2 -count2=obj_11207,3 -count3=obj_11208,4 -count4=obj_11209,5 -model=model_25922 -2dxof=1 -2dyof=-3 -2dzoom=400 -2dyan=216 -2dxan=152 -name=Ogleroot - -// 12625 -[obj_12625] -cost=1 -stackable=yes -members=yes -model=model_32287 -2dxof=3 -2dyof=-1 -2dzoom=2022 -2dyan=14 -2dxan=553 -iop5=Destroy -name=Flag - -// 12626 -[obj_12626] -cost=2 -model=model_32410 -2dxof=-2 -2dyof=11 -2dzoom=1992 -2dyan=1954 -2dxan=442 -ambient=15 -iop1=Take Exam -iop5=Destroy -name=Test paper - -// 12627 -[obj_12627] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 12628 -[obj_12628] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 12629 -[obj_12629] -model=model_32411 -iop2=Wear -iop5=Destroy -manwear=model_32378 -womanwear=model_32519 -2dxof=-1 -2dyof=34 -2dzoom=724 -2dyan=941 -2dxan=304 -name=Safety gloves - -// 12630 -[obj_12630] -model=model_32541 -cost=0 -2dxof=1 -2dyof=7 -2dzoom=1503 -2dyan=1607 -2dxan=627 -iop5=Destroy -members=yes -name=Rubium - -// 12631 -[obj_12631] -model=model_32540 -2dxof=5 -2dzoom=592 -2dyan=1658 -2dxan=186 -iop5=Destroy -members=yes -name=Toy train - -// 12632 -[obj_12632] -model=model_2600 -cost=0 -2dxof=3 -2dyof=7 -2dzoom=1040 -2dyan=33 -2dxan=371 -iop1=Read -iop5=Destroy -members=yes -recol1s=32759 -recol1d=22161 -name=Note - -// 12633 -[obj_12633] -manwear=model_552 -womanwear=model_552 -model=model_2789 -cost=60 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -stackable=yes -members=yes -name=Super fishing explosive -womanwearoff=3,-11,6 - -// 12634 -[obj_12634] -model=model_32680 -manwear=model_323 -womanwear=model_481 -iop2=Wear -iop5=Destroy -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -dummyitem=1 -recol1s=32736 -recol1d=16708 -recol2s=8386 -recol2d=24004 -recol3s=15392 -recol3d=20803 -name=Chocatrice cape - -// 12635 -[obj_12635] -iop1=Eat -iop5=Destroy -model=model_32679 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Easter egg - -// 12636 -[obj_12636] -iop1=Eat -iop5=Destroy -model=model_24001 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Easter egg - -// 12637 -[obj_12637] -iop1=Eat -iop5=Destroy -model=model_24003 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Easter egg - -// 12638 -[obj_12638] -iop1=Eat -iop5=Destroy -model=model_32679 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Easter egg - -// 12639 -[obj_12639] -iop1=Eat -iop5=Destroy -model=model_24005 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Easter egg - -// 12640 -[obj_12640] -iop1=Eat -iop5=Destroy -model=model_24003 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Easter egg - -// 12641 -[obj_12641] -iop1=Eat -iop5=Destroy -model=model_24001 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Easter egg - -// 12642 -[obj_12642] -iop1=Eat -iop5=Destroy -model=model_24003 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Easter egg - -// 12643 -[obj_12643] -iop1=Eat -iop5=Destroy -model=model_24001 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Easter egg - -// 12644 -[obj_12644] -iop1=Eat -iop5=Destroy -model=model_2534 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Easter egg - -// 12645 -[obj_12645] -cost=32 -model=model_32680 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -iop2=Wear -iop5=Destroy -manwear=model_32603 -womanwear=model_32604 -2dxof=3 -2dyof=6 -2dzoom=2140 -2dyan=948 -2dxan=400 -name=Chocatrice cape - -// 12646 -[obj_12646] -iop1=Eat -model=model_24005 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Chocolate egg - -// 12647 -[obj_12647] -iop1=Eat -model=model_24001 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Chocolate egg - -// 12648 -[obj_12648] -iop1=Eat -model=model_24003 -cost=1 -2dzoom=1080 -2dyan=20 -2dxan=2044 -name=Chocolate egg - -// 12649 -[obj_12649] -model=model_2397 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -manwear=model_543 -womanwear=model_543 -name=Bucket -womanwearoff=3,-11,6 - -// 12650 -[obj_12650] -iop3=Empty -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=173 -recol1d=20086 -name=Bucket of water - -// 12651 -[obj_12651] -iop3=Empty -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=173 -recol1d=20086 -name=Bucket of water - -// 12652 -[obj_12652] -iop3=Empty -model=model_13952 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=173 -recol1d=20086 -name=Bucket of coal - -// 12653 -[obj_12653] -iop3=Empty -model=model_13952 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -recol1s=173 -recol1d=20086 -name=Bucket of coal - -// 12654 -[obj_12654] -iop5=Destroy -model=model_31535 -2dyof=5 -2dzoom=663 -2dyan=1955 -2dxan=72 -name=Cockatrice egg -param=param_59,1 - -// 12655 -[obj_12655] -iop5=Destroy -model=model_32678 -2dyof=5 -2dzoom=663 -2dyan=1955 -2dxan=72 -manwear=model_32602 -womanwear=model_32602 -name=Chocatrice egg -womanwearoff=3,-11,6 -param=param_59,1 - -// 12656 -[obj_12656] -model=model_30548 -dummyitem=1 -2dxof=7 -2dyof=-17 -2dzoom=2384 -2dyan=1784 -recol1s=23116 -recol1d=13675 -name=Chocatrice object - -// 12657 -[obj_12657] -model=model_32681 -iop5=Destroy -2dxof=-4 -2dyof=5 -2dzoom=1697 -2dyan=927 -2dxan=516 -contrast=15 -ambient=15 -ambient=20 -contrast=10 -stackable=yes -name=Chocolate chunks -param=param_59,1 - -// 12658 -[obj_12658] -cost=3520 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -members=yes -recol1s=16846 -recol1d=6438 -recol2s=15392 -recol2d=6159 -name=Adamant full helm (e) - -// 12659 -[obj_12659] -cost=3520 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -iop3=Commune -iop4=Uncharge -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -members=yes -recolhsl1s=61 -recolhsl1d=28782 -recolhsl2s=926 -recolhsl2d=28910 -name=Adamant full helm (charged) - -// 12660 -[obj_12660] -cost=300 -iop2=Wear -members=yes -model=model_8862 -manwear=model_8922 -womanwear=model_8937 -manhead=model_39783 -womanhead=model_39074 -2dzoom=860 -2dyan=160 -2dxan=208 -name=Snakeskin bandana (e) - -// 12661 -[obj_12661] -cost=300 -iop2=Wear -iop3=Commune -iop4=Uncharge -members=yes -model=model_8862 -manwear=model_8922 -womanwear=model_8937 -manhead=model_39783 -womanhead=model_39074 -2dzoom=860 -2dyan=160 -2dxan=208 -recolhsl1s=10512 -recolhsl1d=35176 -recolhsl2s=10524 -recolhsl2d=35185 -recolhsl3s=10413 -recolhsl3d=35066 -recolhsl4s=10421 -recolhsl4d=34943 -name=Snakeskin bandana (charged) - -// 12662 -[obj_12662] -cost=10000 -model=model_4129 -iop2=Wear -manwear=model_4115 -womanwear=model_4121 -manhead=model_39412 -womanhead=model_38754 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_39991 -womanhead2=model_39101 -members=yes -2dxof=-2 -2dyof=-59 -2dzoom=1040 -2dyan=200 -2dxan=272 -name=Splitbark helm (e) - -// 12663 -[obj_12663] -cost=10000 -model=model_4129 -iop2=Wear -iop3=Commune -iop4=Uncharge -manwear=model_4115 -womanwear=model_4121 -manhead=model_39412 -manhead2=model_39991 -womanhead=model_38754 -womanhead2=model_39101 -manwear2=model_215 -womanwear2=model_391 -members=yes -2dxof=-2 -2dyof=-59 -2dzoom=1040 -2dyan=200 -2dxan=272 -recolhsl1s=6589 -recolhsl1d=31994 -recolhsl2s=5537 -recolhsl2d=31871 -name=Splitbark helm (charged) - -// 12664 -[obj_12664] -cost=35200 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -members=yes -recol1s=16846 -recol1d=6476 -recol2s=15392 -recol2d=6159 -name=Rune full helm (e) - -// 12665 -[obj_12665] -cost=35200 -model=model_2813 -2dxof=-1 -2dyof=6 -2dzoom=800 -2dyan=152 -2dxan=160 -iop2=Wear -iop3=Commune -iop4=Uncharge -manwear=model_218 -womanwear=model_394 -manhead=model_40022 -womanhead=model_38894 -members=yes -recolhsl1s=61 -recolhsl1d=28799 -recol2s=15392 -recol2d=23449 -name=Rune full helm (charged) - -// 12666 -[obj_12666] -cost=100000 -manwear=model_219 -manwear2=model_239 -womanwear=model_395 -womanwear2=model_413 -manhead=model_39819 -womanhead=model_38941 -model=model_2477 -2dxof=3 -2dyof=-5 -2dzoom=670 -2dyan=136 -2dxan=92 -iop2=Wear -members=yes -recol1s=16846 -recol1d=14368 -name=Dragon med helm (e) - -// 12667 -[obj_12667] -cost=100000 -manwear=model_219 -manwear2=model_239 -womanwear=model_395 -womanwear2=model_413 -manhead=model_39819 -womanhead=model_38941 -model=model_2477 -2dxof=3 -2dyof=-5 -2dzoom=670 -2dyan=136 -2dxan=92 -iop2=Wear -iop3=Commune -iop4=Uncharge -members=yes -recolhsl1s=64408 -recolhsl1d=64428 -recolhsl2s=127 -recolhsl2d=27775 -recolhsl3s=61 -recolhsl3d=64428 -recolhsl4s=926 -recolhsl4d=64428 -name=Dragon med helm (charged) - -// 12668 -[obj_12668] -cost=100 -model=model_16717 -iop2=Wear -manwear=model_16480 -womanwear=model_16455 -manhead=model_39893 -womanhead=model_38994 -members=yes -2dyof=-5 -2dzoom=854 -2dyan=126 -2dxan=101 -iop5=Destroy -recol1s=16774 -recol1d=3206 -recol2s=8523 -recol2d=3202 -recol3s=2312 -recol3d=5285 -recol4s=9348 -recol4d=6244 -name=Lunar helm (e) - -// 12669 -[obj_12669] -cost=100 -model=model_16717 -iop2=Wear -iop3=Commune -iop4=Uncharge -manwear=model_16480 -womanwear=model_16455 -manhead=model_39893 -womanhead=model_38994 -members=yes -2dyof=-5 -2dzoom=854 -2dyan=126 -2dxan=101 -iop5=Destroy -recolhsl1s=33300 -recolhsl1d=32996 -recol2s=198 -recol2d=19125 -recolhsl3s=36007 -recolhsl3d=36039 -recolhsl4s=6573 -recolhsl4d=6381 -name=Lunar helm (charged) - -// 12670 -[obj_12670] -model=model_28139 -members=yes -manwear=model_27747 -womanwear=model_27757 -iop2=Wear -manhead=model_39878 -womanhead=model_38977 -2dxof=9 -2dzoom=789 -2dyan=372 -2dxan=66 -cost=20000 -name=Armadyl helmet (e) - -// 12671 -[obj_12671] -model=model_28139 -members=yes -manwear=model_27747 -womanwear=model_27757 -iop2=Wear -iop3=Commune -iop4=Uncharge -manhead=model_39878 -womanhead=model_38977 -2dxof=9 -2dzoom=789 -2dyan=372 -2dxan=66 -cost=20000 -recolhsl1s=43088 -recolhsl1d=43135 -recol2s=16913 -recol2d=27484 -recolhsl3s=43088 -recolhsl3d=43114 -recol4s=17970 -recol4d=25369 -recolhsl5s=8650 -recolhsl5d=8703 -name=Armadyl helmet (charged) - -// 12672 -[obj_12672] -model=model_4278 -cost=78000 -2dxof=-2 -2dyof=-4 -2dzoom=1010 -2dxan=16 -iop2=Wear -manwear=model_215 -manwear2=model_4224 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4232 -womanwear3=model_4228 -manhead=model_39301 -womanhead=model_39075 -womanhead2=model_38874 -members=yes -name=Archer helm (e) - -// 12673 -[obj_12673] -model=model_4278 -cost=78000 -2dxof=-2 -2dyof=-4 -2dzoom=1010 -2dxan=16 -iop2=Wear -iop3=Commune -iop4=Uncharge -manwear=model_215 -manwear2=model_4224 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4232 -womanwear3=model_4228 -manhead=model_39301 -womanhead=model_39075 -womanhead2=model_38874 -members=yes -recolhsl1s=5276 -recolhsl1d=5321 -recolhsl2s=5161 -recolhsl2d=5213 -recolhsl3s=8386 -recolhsl3d=8415 -recol4s=21102 -recol4d=32692 -recolhsl5s=8394 -recolhsl5d=8437 -recolhsl6s=8526 -recolhsl6d=8319 -name=Archer helm (charged) - -// 12674 -[obj_12674] -model=model_4276 -cost=78000 -2dxof=2 -2dzoom=890 -2dyan=120 -2dxan=24 -iop2=Wear -manwear=model_215 -manwear2=model_4222 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4230 -womanwear3=model_4228 -manhead=model_40675 -womanhead=model_39075 -womanhead2=model_38880 -members=yes -name=Berserker helm (e) - -// 12675 -[obj_12675] -model=model_4276 -cost=78000 -2dxof=2 -2dzoom=890 -2dyan=120 -2dxan=24 -iop2=Wear -iop3=Commune -iop4=Uncharge -manwear=model_215 -manwear2=model_4222 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4230 -womanwear3=model_4228 -manhead=model_40675 -womanhead=model_39075 -womanhead2=model_38880 -members=yes -recolhsl1s=5276 -recolhsl1d=5321 -recolhsl2s=5161 -recolhsl2d=5213 -recolhsl3s=8386 -recolhsl3d=8415 -recol4s=21102 -recol4d=32692 -recolhsl5s=8394 -recolhsl5d=8437 -recolhsl6s=8526 -recolhsl6d=8319 -name=Berserker helm (charged) - -// 12676 -[obj_12676] -model=model_4279 -cost=78000 -2dxof=2 -2dzoom=1100 -2dyan=204 -2dxan=12 -iop2=Wear -manwear=model_215 -manwear2=model_4225 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4233 -womanwear3=model_4228 -manhead=model_39303 -womanhead=model_39075 -womanhead2=model_38862 -members=yes -name=Warrior helm (e) - -// 12677 -[obj_12677] -model=model_4279 -cost=78000 -2dxof=2 -2dzoom=1100 -2dyan=204 -2dxan=12 -iop2=Wear -iop3=Commune -iop4=Uncharge -manwear=model_215 -manwear2=model_4225 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4233 -womanwear3=model_4228 -manhead=model_39303 -womanhead=model_39075 -womanhead2=model_38862 -members=yes -recolhsl1s=5276 -recolhsl1d=5321 -recolhsl2s=5161 -recolhsl2d=5213 -recolhsl3s=8386 -recolhsl3d=8415 -recol4s=21102 -recol4d=32692 -recolhsl5s=8394 -recolhsl5d=8437 -recolhsl6s=8526 -recolhsl6d=8319 -name=Warrior helm (charged) - -// 12678 -[obj_12678] -model=model_4277 -cost=78000 -2dxof=2 -2dzoom=820 -2dyan=104 -2dxan=32 -iop2=Wear -manwear=model_215 -manwear2=model_4223 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4231 -womanwear3=model_4228 -manhead=model_39292 -womanhead=model_39075 -womanhead2=model_38867 -members=yes -name=Farseer helm (e) - -// 12679 -[obj_12679] -model=model_4277 -cost=78000 -2dxof=2 -2dzoom=820 -2dyan=104 -2dxan=32 -iop2=Wear -iop3=Commune -iop4=Uncharge -manwear=model_215 -manwear2=model_4223 -manwear3=model_4219 -womanwear=model_391 -womanwear2=model_4231 -womanwear3=model_4228 -manhead=model_39292 -womanhead=model_39075 -womanhead2=model_38867 -members=yes -recolhsl1s=5276 -recolhsl1d=5321 -recolhsl2s=5161 -recolhsl2d=5213 -recolhsl3s=8386 -recolhsl3d=8415 -recol4s=21102 -recol4d=32692 -recolhsl5s=8394 -recolhsl5d=8437 -recolhsl6s=8526 -recolhsl6d=8319 -name=Farseer helm (charged) - -// 12680 -[obj_12680] -model=model_21938 -2dxof=-1 -2dyof=1 -2dzoom=984 -2dyan=129 -2dxan=126 -iop2=Wear -manwear=model_21873 -womanwear=model_21906 -manhead=model_39516 -womanhead=model_38751 -members=yes -cost=50000 -name=Helm of neitiznot (e) - -// 12681 -[obj_12681] -model=model_21938 -2dxof=-1 -2dyof=1 -2dzoom=984 -2dyan=129 -2dxan=126 -iop2=Wear -iop3=Commune -iop4=Uncharge -manwear=model_21873 -womanwear=model_21906 -manhead=model_39516 -womanhead=model_38751 -members=yes -cost=50000 -recolhsl1s=72 -recolhsl1d=26734 -recolhsl2s=76 -recolhsl2d=26741 -recolhsl3s=80 -recolhsl3d=26748 -recolhsl4s=8635 -recolhsl4d=8681 -recolhsl5s=7741 -recolhsl5d=8672 -recol6s=28407 -recol6d=32734 -name=Helm of neitiznot (charged) - -// 12682 -[obj_12682] -model=model_30553 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=530 -2dyan=1812 -2dxan=55 -ambient=40 -name=Baby monkey - -// 12683 -[obj_12683] -model=model_30553 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=465 -2dyan=1812 -2dxan=55 -ambient=25 -name=Monkey - -// 12684 -[obj_12684] -model=model_30549 -members=yes -2dxof=3 -2dyof=-7 -2dzoom=659 -2dyan=1812 -2dxan=55 -ambient=40 -name=Baby monkey - -// 12685 -[obj_12685] -model=model_30549 -members=yes -2dxof=3 -2dyof=-7 -2dzoom=465 -2dyan=1812 -2dxan=55 -ambient=25 -name=Monkey - -// 12686 -[obj_12686] -model=model_30565 -members=yes -2dxof=1 -2dyof=-9 -2dzoom=659 -2dyan=1812 -2dxan=55 -ambient=40 -name=Baby monkey - -// 12687 -[obj_12687] -model=model_30565 -members=yes -2dxof=1 -2dyof=-9 -2dzoom=530 -2dyan=1812 -2dxan=55 -ambient=25 -name=Monkey - -// 12688 -[obj_12688] -model=model_30544 -members=yes -2dxof=3 -2dyof=-7 -2dzoom=724 -2dyan=1812 -2dxan=55 -ambient=40 -name=Baby monkey - -// 12689 -[obj_12689] -model=model_30544 -members=yes -2dxof=3 -2dyof=-7 -2dzoom=530 -2dyan=1812 -2dxan=55 -ambient=25 -name=Monkey - -// 12690 -[obj_12690] -model=model_30558 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=659 -2dyan=1812 -2dxan=55 -ambient=40 -name=Baby monkey - -// 12691 -[obj_12691] -model=model_30558 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=465 -2dyan=1812 -2dxan=55 -ambient=25 -name=Monkey - -// 12692 -[obj_12692] -model=model_30552 -members=yes -2dxof=3 -2dyof=-11 -2dzoom=854 -2dyan=1812 -2dxan=97 -ambient=40 -name=Baby monkey - -// 12693 -[obj_12693] -model=model_30552 -members=yes -2dxof=3 -2dyof=-11 -2dzoom=659 -2dyan=1812 -2dxan=97 -ambient=25 -name=Monkey - -// 12694 -[obj_12694] -model=model_30562 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=530 -2dyan=1812 -2dxan=55 -ambient=40 -recol1s=12616 -recol1d=5286 -recol2s=11559 -recol2d=3172 -recol3s=25297 -recol3d=29560 -recol4s=22090 -recol4d=25332 -recol5s=22096 -recol5d=27347 -recol6s=24210 -recol6d=26290 -name=Baby monkey - -// 12695 -[obj_12695] -model=model_30562 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=465 -2dyan=1812 -2dxan=55 -ambient=25 -recol1s=12616 -recol1d=5286 -recol2s=11559 -recol2d=3172 -recol3s=25297 -recol3d=29560 -recol4s=22090 -recol4d=25332 -recol5s=22096 -recol5d=27347 -recol6s=24210 -recol6d=26290 -name=Monkey - -// 12696 -[obj_12696] -model=model_30565 -members=yes -2dxof=1 -2dyof=-9 -2dzoom=659 -2dyan=1812 -2dxan=55 -ambient=40 -recol1s=26354 -recol1d=23976 -recol2s=27411 -recol2d=25067 -recol3s=23149 -recol3d=20839 -recol4s=22090 -recol4d=20803 -name=Baby monkey - -// 12697 -[obj_12697] -model=model_30565 -members=yes -2dxof=1 -2dyof=-9 -2dzoom=530 -2dyan=1812 -2dxan=55 -ambient=25 -recol1s=26354 -recol1d=23976 -recol2s=27411 -recol2d=25067 -recol3s=23149 -recol3d=20839 -recol4s=22090 -recol4d=20803 -name=Monkey - -// 12698 -[obj_12698] -model=model_30558 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=659 -2dyan=1812 -2dxan=55 -ambient=40 -recol1s=10536 -recol1d=22231 -recol2s=11593 -recol2d=21174 -recol3s=8422 -recol3d=24345 -recol4s=28504 -recol4d=4263 -name=Baby monkey - -// 12699 -[obj_12699] -model=model_30558 -members=yes -2dxof=3 -2dyof=-5 -2dzoom=465 -2dyan=1812 -2dxan=55 -ambient=25 -recol1s=10536 -recol1d=22231 -recol2s=11593 -recol2d=21174 -recol3s=8422 -recol3d=24345 -recol4s=28504 -recol4d=4263 -name=Monkey - -// 12700 -[obj_12700] -model=model_30561 -members=yes -2dxof=-3 -2dyof=-9 -2dzoom=787 -2dyan=1826 -2dxan=60 -recol1s=25163 -recol1d=23221 -recol2s=26254 -recol2d=25269 -recol3s=26288 -recol3d=28308 -name=Terrier puppy - -// 12701 -[obj_12701] -model=model_30561 -members=yes -2dxof=-3 -2dyof=-9 -2dzoom=659 -2dyan=1826 -2dxan=60 -recol1s=25163 -recol1d=23221 -recol2s=26254 -recol2d=25269 -recol3s=26288 -recol3d=28308 -name=Terrier - -// 12702 -[obj_12702] -model=model_30561 -members=yes -2dxof=-3 -2dyof=-9 -2dzoom=787 -2dyan=1826 -2dxan=60 -recol1s=25163 -recol1d=9479 -recol2s=26254 -recol2d=10536 -recol3s=26288 -recol3d=11593 -name=Terrier puppy - -// 12703 -[obj_12703] -model=model_30561 -members=yes -2dxof=-3 -2dyof=-9 -2dzoom=659 -2dyan=1826 -2dxan=60 -recol1s=25163 -recol1d=9479 -recol2s=26254 -recol2d=10536 -recol3s=26288 -recol3d=11593 -name=Terrier - -// 12704 -[obj_12704] -model=model_30547 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=395 -2dyan=1934 -2dxan=33 -recol1s=19781 -recol1d=14728 -recol2s=19815 -recol2d=16842 -recol3s=21895 -recol3d=17899 -recol4s=22952 -recol4d=18956 -recol5s=25100 -recol5d=24239 -recol6s=24142 -recol6d=24241 -name=Greyhound puppy - -// 12705 -[obj_12705] -model=model_30547 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=345 -2dyan=1934 -2dxan=33 -recol1s=19781 -recol1d=14728 -recol2s=19815 -recol2d=16842 -recol3s=21895 -recol3d=17899 -recol4s=22952 -recol4d=18956 -recol5s=25100 -recol5d=24239 -recol6s=24142 -recol6d=24241 -name=Greyhound - -// 12706 -[obj_12706] -model=model_30547 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=395 -2dyan=1934 -2dxan=33 -recol1s=19781 -recol1d=8323 -recol2s=19815 -recol2d=9380 -recol3s=21895 -recol3d=10437 -recol4s=22952 -recol4d=11494 -recol5s=25100 -recol5d=19913 -recol6s=24142 -recol6d=20970 -name=Greyhound puppy - -// 12707 -[obj_12707] -model=model_30547 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=345 -2dyan=1934 -2dxan=33 -recol1s=19781 -recol1d=8323 -recol2s=19815 -recol2d=9380 -recol3s=21895 -recol3d=10437 -recol4s=22952 -recol4d=11494 -recol5s=25100 -recol5d=19913 -recol6s=24142 -recol6d=20970 -name=Greyhound - -// 12708 -[obj_12708] -model=model_30564 -members=yes -2dxof=5 -2dyof=-5 -2dzoom=724 -2dyan=1829 -2dxan=2045 -recol1s=20046 -recol1d=5286 -recol2s=22160 -recol2d=6343 -recol3s=24274 -recol3d=7400 -recol4s=26388 -recol4d=8457 -name=Labrador puppy - -// 12709 -[obj_12709] -model=model_30564 -members=yes -2dxof=5 -2dyof=-5 -2dzoom=595 -2dyan=1829 -2dxan=2045 -recol1s=20046 -recol1d=5286 -recol2s=22160 -recol2d=6343 -recol3s=24274 -recol3d=7400 -recol4s=26388 -recol4d=8457 -name=Labrador - -// 12710 -[obj_12710] -model=model_30564 -members=yes -2dxof=5 -2dyof=-5 -2dzoom=724 -2dyan=1829 -2dxan=2045 -recol1s=20046 -recol1d=11559 -recol2s=22160 -recol2d=12616 -recol3s=24274 -recol3d=13673 -recol4s=26388 -recol4d=14730 -name=Labrador puppy - -// 12711 -[obj_12711] -model=model_30564 -members=yes -2dxof=5 -2dyof=-5 -2dzoom=595 -2dyan=1829 -2dxan=2045 -recol1s=20046 -recol1d=11559 -recol2s=22160 -recol2d=12616 -recol3s=24274 -recol3d=13673 -recol4s=26388 -recol4d=14730 -name=Labrador - -// 12712 -[obj_12712] -model=model_30542 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=465 -2dyan=1949 -2dxan=153 -recol1s=3171 -recol1d=8458 -recol2s=20049 -recol2d=27251 -recol3s=21106 -recol3d=27251 -recol4s=22163 -recol4d=28308 -recol5s=23220 -recol5d=28308 -recol6s=25300 -recol6d=28308 -name=Dalmatian puppy - -// 12713 -[obj_12713] -model=model_30542 -members=yes -2dxof=4 -2dyof=-1 -2dzoom=400 -2dyan=1949 -2dxan=153 -recol1s=3171 -recol1d=8458 -recol2s=20049 -recol2d=27251 -recol3s=21106 -recol3d=27251 -recol4s=22163 -recol4d=28308 -recol5s=23220 -recol5d=28308 -recol6s=25300 -recol6d=28308 -name=Dalmatian - -// 12714 -[obj_12714] -model=model_30542 -members=yes -2dxof=3 -2dyof=-1 -2dzoom=465 -2dyan=1949 -2dxan=153 -recol1s=3171 -recol1d=8324 -name=Dalmatian puppy - -// 12715 -[obj_12715] -model=model_30542 -members=yes -2dxof=4 -2dyof=-1 -2dzoom=400 -2dyan=1949 -2dxan=153 -recol1s=3171 -recol1d=8324 -name=Dalmatian - -// 12716 -[obj_12716] -model=model_30557 -members=yes -2dxof=7 -2dyof=-9 -2dzoom=854 -2dyan=1907 -2dxan=39 -recol1s=4229 -recol1d=11559 -recol2s=5286 -recol2d=12616 -recol3s=6343 -recol3d=13673 -name=Sheepdog puppy - -// 12717 -[obj_12717] -model=model_30557 -members=yes -2dxof=7 -2dyof=-9 -2dzoom=720 -2dyan=1907 -2dxan=39 -recol1s=4229 -recol1d=11559 -recol2s=5286 -recol2d=12616 -recol3s=6343 -recol3d=13673 -name=Sheepdog - -// 12718 -[obj_12718] -model=model_30557 -members=yes -2dxof=7 -2dyof=-9 -2dzoom=854 -2dyan=1907 -2dxan=39 -recol1s=4229 -recol1d=17766 -recol2s=5286 -recol2d=17800 -recol3s=6343 -recol3d=18857 -recol4s=14764 -recol4d=24274 -recol5s=21106 -recol5d=25331 -recol6s=23220 -recol6d=26388 -name=Sheepdog puppy - -// 12719 -[obj_12719] -model=model_30557 -members=yes -2dxof=7 -2dyof=-9 -2dzoom=720 -2dyan=1907 -2dxan=39 -recol1s=4229 -recol1d=17766 -recol2s=5286 -recol2d=17800 -recol3s=6343 -recol3d=18857 -recol4s=14764 -recol4d=24274 -recol5s=21106 -recol5d=25331 -recol6s=23220 -recol6d=26388 -name=Sheepdog - -// 12720 -[obj_12720] -model=model_30551 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=530 -2dyan=1937 -2dxan=21 -recol1s=9444 -recol1d=5286 -recol2s=10501 -recol2d=6343 -recol3s=25365 -recol3d=7400 -recol4s=28532 -recol4d=8457 -recol5s=28534 -recol5d=9514 -recol6s=29591 -recol6d=10571 -name=Bulldog puppy - -// 12721 -[obj_12721] -model=model_30551 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=464 -2dyan=1937 -2dxan=21 -recol1s=9444 -recol1d=5286 -recol2s=10501 -recol2d=6343 -recol3s=25365 -recol3d=7400 -recol4s=28532 -recol4d=8457 -recol5s=28534 -recol5d=9514 -recol6s=29591 -recol6d=10571 -name=Bulldog - -// 12722 -[obj_12722] -model=model_30551 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=530 -2dyan=1937 -2dxan=21 -recol1s=9444 -recol1d=14697 -recol2s=10501 -recol2d=15754 -recol3s=25365 -recol3d=16811 -recol4s=28532 -recol4d=18891 -recol5s=28534 -recol5d=19948 -recol6s=29591 -recol6d=21005 -name=Bulldog puppy - -// 12723 -[obj_12723] -model=model_30551 -members=yes -2dxof=1 -2dyof=-4 -2dzoom=464 -2dyan=1937 -2dxan=21 -recol1s=9444 -recol1d=14697 -recol2s=10501 -recol2d=15754 -recol3s=25365 -recol3d=16811 -recol4s=28532 -recol4d=18891 -recol5s=28534 -recol5d=19948 -recol6s=29591 -recol6d=21005 -name=Bulldog - -// 12724 -[obj_12724] -model=model_30550 -members=yes -2dxof=9 -2dyof=-19 -2dzoom=1616 -2dyan=1805 -2dxan=1985 -recolhsl1s=9028 -recolhsl1d=42002 -recolhsl2s=9164 -recolhsl2d=42016 -recolhsl3s=8410 -recolhsl3d=42015 -recolhsl4s=8414 -recolhsl4d=42017 -recolhsl5s=9445 -recolhsl5d=42020 -recolhsl6s=9100 -recolhsl6d=9105 -name=Raven chick - -// 12725 -[obj_12725] -model=model_30559 -members=yes -2dxof=13 -2dyof=-35 -2dzoom=2256 -2dyan=1829 -2dxan=1991 -recol1s=14800 -recol1d=6343 -recol2s=13743 -recol2d=5286 -recol3s=12686 -recol3d=4229 -recol4s=11629 -recol4d=3172 -recol5s=10572 -recol5d=2115 -recol6s=8458 -recol6d=1 -name=Raven - -// 12726 -[obj_12726] -model=model_30550 -members=yes -2dxof=9 -2dyof=-19 -2dzoom=1616 -2dyan=1808 -2dxan=3 -recol1s=26387 -recol1d=3172 -recol2s=27444 -recol2d=5286 -recol3s=32722 -recol3d=6343 -recol4s=30500 -recol4d=20999 -recol5s=32614 -recol5d=20999 -name=Raven chick - -// 12727 -[obj_12727] -model=model_30545 -members=yes -2dxof=13 -2dyof=-35 -2dyan=1844 -2dxan=2030 -recol1s=8458 -recol1d=3172 -recol2s=10572 -recol2d=5286 -recol3s=11629 -recol3d=6343 -recol4s=12686 -recol4d=7400 -recol5s=13743 -recol5d=8457 -recol6s=14800 -recol6d=20999 -name=Raven - -// 12728 -[obj_12728] -model=model_30550 -members=yes -2dxof=9 -2dyof=-19 -2dzoom=1616 -2dyan=1808 -2dxan=3 -recol1s=26387 -recol1d=3172 -recol2s=27444 -recol2d=5286 -recol3s=32722 -recol3d=6343 -recol4s=30500 -recol4d=20999 -recol5s=32614 -recol5d=20999 -name=Raven chick - -// 12729 -[obj_12729] -model=model_30559 -members=yes -2dxof=13 -2dyof=-35 -2dzoom=2256 -2dyan=1829 -2dxan=1991 -recol1s=8458 -recol1d=3172 -recol2s=10572 -recol2d=5286 -recol3s=11629 -recol3d=6343 -recol4s=12686 -recol4d=7400 -recol5s=13743 -recol5d=8457 -recol6s=14800 -recol6d=20999 -name=Raven - -// 12730 -[obj_12730] -model=model_30550 -members=yes -2dxof=9 -2dyof=-19 -2dzoom=1616 -2dyan=1808 -2dxan=3 -recol1s=26387 -recol1d=7300 -recol2s=27444 -recol2d=9414 -recol3s=32722 -recol3d=10471 -recol4s=30500 -recol4d=23084 -recol5s=32614 -recol5d=23084 -name=Raven chick - -// 12731 -[obj_12731] -model=model_30545 -members=yes -2dxof=13 -2dyof=-35 -2dyan=1844 -2dxan=2030 -recol1s=8458 -recol1d=7300 -recol2s=10572 -recol2d=9414 -recol3s=11629 -recol3d=10471 -recol4s=12686 -recol4d=11528 -recol5s=13743 -recol5d=14666 -recol6s=14800 -recol6d=23084 -name=Raven - -// 12732 -[obj_12732] -model=model_30550 -members=yes -2dxof=9 -2dyof=-19 -2dzoom=1616 -2dyan=1808 -2dxan=3 -recol1s=26387 -recol1d=7300 -recol2s=27444 -recol2d=9414 -recol3s=32722 -recol3d=10471 -recol4s=30500 -recol4d=23084 -recol5s=32614 -recol5d=23084 -name=Raven chick - -// 12733 -[obj_12733] -model=model_30559 -members=yes -2dxof=13 -2dyof=-35 -2dzoom=2256 -2dyan=1829 -2dxan=1991 -recol1s=8458 -recol1d=7300 -recol2s=10572 -recol2d=9414 -recol3s=11629 -recol3d=10471 -recol4s=12686 -recol4d=11528 -recol5s=13743 -recol5d=14666 -recol6s=14800 -recol6d=23084 -name=Raven - -// 12734 -[obj_12734] -model=model_30556 -members=yes -2dxof=7 -2dyof=-18 -2dzoom=1438 -2dyan=1985 -2dxan=75 -recol1s=15756 -recol1d=13638 -recol2s=14699 -recol2d=12581 -recol3s=12651 -recol3d=11524 -recol4s=6309 -recol4d=7297 -recol5s=5252 -recol5d=6240 -name=Baby raccoon - -// 12735 -[obj_12735] -model=model_30556 -members=yes -2dxof=7 -2dyof=-18 -2dzoom=1178 -2dyan=1952 -2dxan=78 -members=yes -recol1s=15756 -recol1d=13638 -recol2s=14699 -recol2d=12581 -recol3s=12651 -recol3d=11524 -recol4s=6309 -recol4d=7297 -recol5s=5252 -recol5d=6240 -name=Raccoon - -// 12736 -[obj_12736] -model=model_30556 -members=yes -2dxof=7 -2dyof=-18 -2dzoom=1438 -2dyan=1985 -2dxan=75 -recol1s=15756 -recol1d=12480 -recol2s=14699 -recol2d=11424 -recol3s=12651 -recol3d=10368 -recol4s=6309 -recol4d=7200 -recol5s=5252 -recol5d=6144 -name=Baby raccoon - -// 12737 -[obj_12737] -model=model_30556 -members=yes -2dxof=7 -2dyof=-18 -2dzoom=1178 -2dyan=1952 -2dxan=78 -members=yes -recol1s=15756 -recol1d=12480 -recol2s=14699 -recol2d=11424 -recol3s=12651 -recol3d=10368 -recol4s=6309 -recol4d=7200 -recol5s=5252 -recol5d=6144 -name=Raccoon - -// 12738 -[obj_12738] -members=yes -model=model_30543 -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -name=Baby gecko - -// 12739 -[obj_12739] -members=yes -model=model_30543 -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -recol1s=26118 -recol1d=16044 -recol2s=24004 -recol2d=15018 -recol3s=20867 -recol3d=13930 -recol4s=14727 -recol4d=25427 -recol5s=17696 -recol5d=3201 -name=Baby gecko - -// 12740 -[obj_12740] -members=yes -model=model_30543 -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -name=Baby gecko - -// 12741 -[obj_12741] -members=yes -model=model_30543 -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -recol1s=26118 -recol1d=12784 -recol2s=24004 -recol2d=11727 -recol3s=20867 -recol3d=10670 -recol4s=17696 -recol4d=3336 -recol5s=14727 -recol5d=17012 -name=Baby gecko - -// 12742 -[obj_12742] -members=yes -model=model_30543 -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -name=Gecko - -// 12743 -[obj_12743] -members=yes -model=model_30543 -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -recol1s=26118 -recol1d=16044 -recol2s=24004 -recol2d=15018 -recol3s=20867 -recol3d=13930 -recol4s=14727 -recol4d=25427 -recol5s=17696 -recol5d=3201 -name=Gecko - -// 12744 -[obj_12744] -members=yes -model=model_30543 -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -recol1s=26118 -recol1d=22692 -recol2s=24004 -recol2d=21536 -recol3s=20867 -recol3d=18464 -recol4s=17696 -recol4d=8324 -recol5s=14560 -recol5d=7267 -recol6s=14727 -recol6d=26318 -name=Gecko - -// 12745 -[obj_12745] -members=yes -model=model_30543 -2dxof=8 -2dyof=-22 -2dzoom=1957 -2dyan=1835 -2dxan=15 -recol1s=26118 -recol1d=12784 -recol2s=24004 -recol2d=11727 -recol3s=20867 -recol3d=10670 -recol4s=17696 -recol4d=3336 -recol5s=14727 -recol5d=17012 -name=Gecko - -// 12746 -[obj_12746] -model=model_30568 -members=yes -2dxof=-16 -2dyof=-5 -2dzoom=2725 -2dyan=306 -2dxan=519 -recol1s=20707 -recol1d=18889 -recol2s=19650 -recol2d=16808 -recol3s=17536 -recol3d=15751 -recol4s=24144 -recol4d=10466 -recol5s=23053 -recol5d=9409 -name=Baby giant crab - -// 12747 -[obj_12747] -model=model_30568 -members=yes -2dxof=-18 -2dyof=-12 -2dzoom=1957 -2dyan=306 -2dxan=519 -recol1s=20707 -recol1d=18889 -recol2s=19650 -recol2d=16808 -recol3s=17536 -recol3d=15751 -recol4s=24144 -recol4d=10466 -recol5s=23053 -recol5d=9409 -name=Giant crab - -// 12748 -[obj_12748] -model=model_30568 -members=yes -2dxof=-16 -2dyof=-5 -2dzoom=2725 -2dyan=306 -2dxan=519 -recol1s=20707 -recol1d=8457 -recol2s=19650 -recol2d=7400 -recol3s=17536 -recol3d=6343 -recol4s=24144 -recol4d=24210 -recol5s=23053 -recol5d=22096 -name=Baby giant crab - -// 12749 -[obj_12749] -model=model_30568 -members=yes -2dxof=-18 -2dyof=-12 -2dzoom=1957 -2dyan=306 -2dxan=519 -recol1s=20707 -recol1d=8457 -recol2s=19650 -recol2d=7400 -recol3s=17536 -recol3d=6343 -recol4s=24144 -recol4d=24210 -recol5s=23053 -recol5d=22096 -name=Giant crab - -// 12750 -[obj_12750] -model=model_30568 -members=yes -2dxof=-16 -2dyof=-5 -2dzoom=2725 -2dyan=306 -2dxan=519 -recol1s=20707 -recol1d=13540 -recol2s=19650 -recol2d=12482 -recol3s=17536 -recol3d=9345 -recol4s=24144 -recol4d=20048 -recol5s=23053 -recol5d=17934 -name=Baby giant crab - -// 12751 -[obj_12751] -model=model_30568 -members=yes -2dxof=-18 -2dyof=-12 -2dzoom=1957 -2dyan=306 -2dxan=519 -recol1s=20707 -recol1d=13540 -recol2s=19650 -recol2d=12482 -recol3s=17536 -recol3d=9345 -recol4s=24144 -recol4d=20048 -recol5s=23053 -recol5d=17934 -name=Giant crab - -// 12752 -[obj_12752] -model=model_30568 -members=yes -2dxof=-16 -2dyof=-5 -2dzoom=2725 -2dyan=306 -2dxan=519 -recol1s=20707 -recol1d=13636 -recol2s=19650 -recol2d=12578 -recol3s=17536 -recol3d=9441 -recol4s=24144 -recol4d=21041 -recol5s=23053 -recol5d=18927 -name=Baby giant crab - -// 12753 -[obj_12753] -model=model_30568 -members=yes -2dxof=-18 -2dyof=-12 -2dzoom=1957 -2dyan=306 -2dxan=519 -recol1s=20707 -recol1d=13636 -recol2s=19650 -recol2d=12578 -recol3s=17536 -recol3d=9441 -recol4s=24144 -recol4d=21041 -recol5s=23053 -recol5d=18927 -name=Giant crab - -// 12754 -[obj_12754] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=2411 -2dyan=1829 -2dxan=2033 -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=23080 -recol5s=17967 -recol5d=22023 -recol6s=15853 -recol6d=19909 -name=Baby squirrel - -// 12755 -[obj_12755] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=1892 -2dyan=1829 -2dxan=2033 -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=23080 -recol5s=17967 -recol5d=22023 -recol6s=15853 -recol6d=19909 -name=Squirrel - -// 12756 -[obj_12756] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=2411 -2dyan=1829 -2dxan=2033 -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=32701 -recol5s=17967 -recol5d=32569 -recol6s=15853 -recol6d=29464 -name=Baby squirrel - -// 12757 -[obj_12757] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=1892 -2dyan=1829 -2dxan=2033 -recol1s=26421 -recol1d=29657 -recol2s=25364 -recol2d=27543 -recol3s=23252 -recol3d=25429 -recol4s=20081 -recol4d=32701 -recol5s=17967 -recol5d=32569 -recol6s=15853 -recol6d=29464 -name=Squirrel - -// 12758 -[obj_12758] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=2411 -2dyan=1829 -2dxan=2033 -recol1s=26421 -recol1d=23180 -recol2s=25364 -recol2d=21066 -recol3s=23252 -recol3d=20007 -recol4s=20081 -recol4d=11561 -recol5s=17967 -recol5d=8456 -recol6s=15853 -recol6d=6342 -name=Baby squirrel - -// 12759 -[obj_12759] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=1892 -2dyan=1829 -2dxan=2033 -recol1s=26421 -recol1d=23180 -recol2s=25364 -recol2d=21066 -recol3s=23252 -recol3d=20007 -recol4s=20081 -recol4d=11561 -recol5s=17967 -recol5d=8456 -recol6s=15853 -recol6d=6342 -name=Squirrel - -// 12760 -[obj_12760] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=2411 -2dyan=1829 -2dxan=2033 -recol1s=26421 -recol1d=28463 -recol2s=25364 -recol2d=26349 -recol3s=23252 -recol3d=23180 -recol4s=20081 -recol4d=14660 -recol5s=17967 -recol5d=12546 -recol6s=15853 -recol6d=10432 -name=Baby squirrel - -// 12761 -[obj_12761] -model=model_30560 -members=yes -2dxof=11 -2dyof=-24 -2dzoom=1892 -2dyan=1829 -2dxan=2033 -recol1s=26421 -recol1d=28463 -recol2s=25364 -recol2d=26349 -recol3s=23252 -recol3d=23180 -recol4s=20081 -recol4d=14660 -recol5s=17967 -recol5d=12546 -recol6s=15853 -recol6d=10432 -name=Squirrel - -// 12762 -[obj_12762] -model=model_30554 -members=yes -2dxof=20 -2dyof=-58 -2dzoom=2476 -2dyan=1754 -2dxan=138 -members=yes -recol1s=4228 -recol1d=5251 -recol2s=6342 -recol2d=6308 -recol3s=7399 -recol3d=7365 -recol4s=8423 -recol4d=8422 -recol5s=8456 -recol5d=9479 -name=Penguin - -// 12763 -[obj_12763] -model=model_30566 -members=yes -2dxof=16 -2dyof=-58 -2dzoom=2476 -2dyan=1754 -2dxan=138 -members=yes -recol1s=4228 -recol1d=5251 -recol2s=6342 -recol2d=6308 -recol3s=7399 -recol3d=7365 -recol4s=8423 -recol4d=8422 -recol5s=8456 -recol5d=9479 -name=Baby penguin - -// 12764 -[obj_12764] -model=model_30554 -members=yes -2dxof=20 -2dyof=-58 -2dzoom=2476 -2dyan=1754 -2dxan=138 -members=yes -recol1s=4228 -recol1d=2116 -recol2s=6342 -recol2d=3173 -recol3s=7399 -recol3d=4230 -recol4s=8423 -recol4d=5287 -recol5s=8456 -recol5d=6344 -name=Penguin - -// 12765 -[obj_12765] -model=model_30566 -members=yes -2dxof=16 -2dyof=-58 -2dzoom=2476 -2dyan=1754 -2dxan=138 -members=yes -recol1s=4228 -recol1d=2116 -recol2s=6342 -recol2d=3173 -recol3s=7399 -recol3d=4230 -recol4s=8423 -recol4d=5287 -recol5s=8456 -recol5d=6344 -name=Baby penguin - -// 12766 -[obj_12766] -model=model_30548 -members=yes -2dxof=7 -2dyof=-17 -2dzoom=2384 -2dyan=1784 -recol1s=23116 -recol1d=13675 -name=Vulture chick - -// 12767 -[obj_12767] -model=model_30548 -members=yes -2dxof=1 -2dyof=-13 -2dzoom=1616 -2dyan=1781 -2dxan=2006 -name=Vulture - -// 12768 -[obj_12768] -model=model_30548 -members=yes -2dxof=7 -2dyof=-17 -2dzoom=2384 -2dyan=1784 -recol1s=29362 -recol1d=22097 -recol2s=23116 -recol2d=13675 -name=Vulture chick - -// 12769 -[obj_12769] -model=model_30548 -members=yes -2dxof=1 -2dyof=-13 -2dzoom=1616 -2dyan=1781 -2dxan=2006 -recol1s=29362 -recol1d=22097 -recol2s=23116 -recol2d=13675 -name=Vulture - -// 12770 -[obj_12770] -model=model_30548 -members=yes -2dxof=7 -2dyof=-17 -2dzoom=2384 -2dyan=1784 -recol1s=29362 -recol1d=22097 -recol2s=23116 -recol2d=13675 -name=Vulture chick - -// 12771 -[obj_12771] -model=model_30548 -members=yes -2dxof=1 -2dyof=-13 -2dzoom=1616 -2dyan=1781 -2dxan=2006 -recol1s=29362 -recol1d=22097 -name=Vulture - -// 12772 -[obj_12772] -model=model_30548 -members=yes -2dxof=7 -2dyof=-17 -2dzoom=2384 -2dyan=1784 -recol1s=29362 -recol1d=29424 -recol2s=23116 -recol2d=13675 -name=Vulture chick - -// 12773 -[obj_12773] -model=model_30548 -members=yes -2dxof=1 -2dyof=-13 -2dzoom=1616 -2dyan=1781 -2dxan=2006 -recol1s=29362 -recol1d=29424 -recol2s=23116 -recol2d=13675 -name=Vulture - -// 12774 -[obj_12774] -model=model_30548 -members=yes -2dxof=7 -2dyof=-17 -2dzoom=2384 -2dyan=1784 -recol1s=29362 -recol1d=29424 -recol2s=23116 -recol2d=13675 -name=Vulture chick - -// 12775 -[obj_12775] -model=model_30548 -members=yes -2dxof=1 -2dyof=-13 -2dzoom=1616 -2dyan=1781 -2dxan=2006 -recol1s=29362 -recol1d=29424 -name=Vulture - -// 12776 -[obj_12776] -model=model_30589 -members=yes -cost=4174 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Swamp titan pouch -certlink=obj_12777 - -// 12777 -[obj_12777] -certlink=obj_12776 -certtemplate=obj_799 - -// 12778 -[obj_12778] -model=model_30840 -members=yes -cost=449 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit mosquito pouch -certlink=obj_12779 - -// 12779 -[obj_12779] -certlink=obj_12778 -certtemplate=obj_799 - -// 12780 -[obj_12780] -model=model_30786 -members=yes -cost=2274 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Void spinner pouch -certlink=obj_12781 - -// 12781 -[obj_12781] -certlink=obj_12780 -certtemplate=obj_799 - -// 12782 -[obj_12782] -model=model_30810 -members=yes -cost=3949 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Forge regent pouch -certlink=obj_12783 - -// 12783 -[obj_12783] -certlink=obj_12782 -certtemplate=obj_799 - -// 12784 -[obj_12784] -model=model_30693 -members=yes -cost=4299 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit larupia pouch -certlink=obj_12785 - -// 12785 -[obj_12785] -certlink=obj_12784 -certtemplate=obj_799 - -// 12786 -[obj_12786] -model=model_30769 -members=yes -cost=5974 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Geyser titan pouch -certlink=obj_12787 - -// 12787 -[obj_12787] -certlink=obj_12786 -certtemplate=obj_799 - -// 12788 -[obj_12788] -model=model_30697 -members=yes -cost=5899 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Lava titan pouch -certlink=obj_12789 - -// 12789 -[obj_12789] -certlink=obj_12788 -certtemplate=obj_799 - -// 12790 -[obj_12790] -model=model_30737 -members=yes -cost=4874 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Steel titan pouch -certlink=obj_12791 - -// 12791 -[obj_12791] -certlink=obj_12790 -certtemplate=obj_799 - -// 12792 -[obj_12792] -model=model_30681 -members=yes -cost=5299 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Obsidian golem pouch -certlink=obj_12793 - -// 12793 -[obj_12793] -certlink=obj_12792 -certtemplate=obj_799 - -// 12794 -[obj_12794] -model=model_30602 -members=yes -cost=4774 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Talon beast pouch -certlink=obj_12795 - -// 12795 -[obj_12795] -certlink=obj_12794 -certtemplate=obj_799 - -// 12796 -[obj_12796] -model=model_30830 -members=yes -cost=3249 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Abyssal titan pouch -certlink=obj_12797 - -// 12797 -[obj_12797] -certlink=obj_12796 -certtemplate=obj_799 - -// 12798 -[obj_12798] -model=model_30671 -members=yes -cost=2274 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Void torcher pouch -certlink=obj_12799 - -// 12799 -[obj_12799] -certlink=obj_12798 -certtemplate=obj_799 - -// 12800 -[obj_12800] -model=model_30598 -members=yes -cost=2524 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Giant chinchompa pouch -certlink=obj_12801 - -// 12801 -[obj_12801] -certlink=obj_12800 -certtemplate=obj_799 - -// 12802 -[obj_12802] -model=model_30743 -members=yes -cost=5374 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Fire titan pouch -certlink=obj_12803 - -// 12803 -[obj_12803] -certlink=obj_12802 -certtemplate=obj_799 - -// 12804 -[obj_12804] -model=model_30846 -members=yes -cost=5474 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Moss titan pouch -certlink=obj_12805 - -// 12805 -[obj_12805] -certlink=obj_12804 -certtemplate=obj_799 - -// 12806 -[obj_12806] -model=model_30836 -members=yes -cost=5374 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Ice titan pouch -certlink=obj_12807 - -// 12807 -[obj_12807] -certlink=obj_12806 -certtemplate=obj_799 - -// 12808 -[obj_12808] -model=model_30844 -members=yes -cost=2024 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit tz-kih pouch -certlink=obj_12809 - -// 12809 -[obj_12809] -certlink=obj_12808 -certtemplate=obj_799 - -// 12810 -[obj_12810] -model=model_30642 -members=yes -cost=4274 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit graahk pouch -certlink=obj_12811 - -// 12811 -[obj_12811] -certlink=obj_12810 -certtemplate=obj_799 - -// 12812 -[obj_12812] -model=model_30717 -members=yes -cost=4249 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Spirit kyatt pouch -certlink=obj_12813 - -// 12813 -[obj_12813] -certlink=obj_12812 -certtemplate=obj_799 - -// 12814 -[obj_12814] -model=model_30799 -members=yes -cost=2274 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Void shifter pouch -certlink=obj_12815 - -// 12815 -[obj_12815] -certlink=obj_12814 -certtemplate=obj_799 - -// 12816 -[obj_12816] -model=model_30776 -members=yes -cost=3199 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Pyrelord pouch -certlink=obj_12817 - -// 12817 -[obj_12817] -certlink=obj_12816 -certtemplate=obj_799 - -// 12818 -[obj_12818] -model=model_30703 -members=yes -cost=2274 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Void ravager pouch -certlink=obj_12819 - -// 12819 -[obj_12819] -certlink=obj_12818 -certtemplate=obj_799 - -// 12820 -[obj_12820] -model=model_30695 -members=yes -cost=2399 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Ravenous locust pouch -certlink=obj_12821 - -// 12821 -[obj_12821] -certlink=obj_12820 -certtemplate=obj_799 - -// 12822 -[obj_12822] -model=model_30754 -members=yes -cost=5374 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -stockmarket=yes -name=Iron titan pouch -certlink=obj_12823 - -// 12823 -[obj_12823] -certlink=obj_12822 -certtemplate=obj_799 - -// 12824 -[obj_12824] -model=model_30654 -members=yes -cost=537 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Titan's con. scroll - -// 12825 -[obj_12825] -model=model_30611 -members=yes -cost=487 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Steel of legends scroll - -// 12826 -[obj_12826] -model=model_30727 -members=yes -cost=529 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Volcanic str. scroll - -// 12827 -[obj_12827] -model=model_30766 -members=yes -cost=324 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Essence shipment scroll - -// 12828 -[obj_12828] -model=model_30806 -members=yes -cost=537 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Iron within scroll - -// 12829 -[obj_12829] -model=model_30612 -members=yes -cost=319 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Immense heat scroll - -// 12830 -[obj_12830] -model=model_30645 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=239 -stackable=yes -stockmarket=yes -name=Famine scroll - -// 12831 -[obj_12831] -model=model_30809 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=477 -stackable=yes -stockmarket=yes -name=Deadly claw scroll - -// 12832 -[obj_12832] -model=model_30834 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=417 -stackable=yes -stockmarket=yes -name=Swamp plague scroll - -// 12833 -[obj_12833] -model=model_30845 -members=yes -cost=597 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Boil scroll - -// 12834 -[obj_12834] -model=model_30733 -members=yes -cost=252 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Explode scroll - -// 12835 -[obj_12835] -model=model_30643 -members=yes -cost=427 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Goad scroll - -// 12836 -[obj_12836] -model=model_30637 -members=yes -cost=424 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Ambush scroll - -// 12837 -[obj_12837] -model=model_30851 -members=yes -cost=529 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Ebon thunder scroll - -// 12838 -[obj_12838] -model=model_30773 -members=yes -cost=44 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Pester scroll - -// 12839 -[obj_12839] -model=model_30581 -members=yes -cost=202 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Fireball assault scroll - -// 12840 -[obj_12840] -model=model_30601 -members=yes -cost=429 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Rending scroll - -// 12841 -[obj_12841] -model=model_30843 -members=yes -cost=394 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -stackable=yes -stockmarket=yes -name=Inferno scroll - -// 12842 -[obj_12842] -model=model_32876 -2dzoom=5135 -2dxof=0 -2dyof=8 -2dxan=152 -2dyan=1798 -2dzan=0 -manwear=model_32876 -womanwear=model_32876 -cost=0 -iop2=Ride -name=Gnomecopter - -// 12843 -[obj_12843] -model=model_32726 -2dzoom=976 -2dyan=1808 -2dxan=561 -contrast=15 -ambient=15 -cost=0 -iop1=Read -iop5=Destroy -name=Gnomecopter ticket - -// 12844 -[obj_12844] -model=model_33039 -2dxof=-1 -2dyof=32 -2dzoom=1232 -2dyan=207 -2dxan=285 -cost=100 -manwear=model_33040 -womanwear=model_33040 -iop1=Fly -iop2=Wield -name=Toy kite -womanwearoff=3,-11,6 - -// 12845 -[obj_12845] -model=model_33174 -manwear=model_33231 -womanwear=model_33231 -2dxof=5 -2dzoom=1049 -2dyan=1928 -2dxan=324 -iop2=Wield -iop5=Destroy -name=Stone of power -womanwearoff=3,-11,6 - -// 12846 -[obj_12846] -model=model_33174 -manwear=model_33236 -womanwear=model_33236 -2dxof=5 -2dzoom=1049 -2dyan=1928 -2dxan=324 -iop2=Wield -iop5=Destroy -name=Stone of power -womanwearoff=3,-11,6 - -// 12847 -[obj_12847] -model=model_33174 -iop2=Wield -iop5=Destroy -manwear=model_33233 -womanwear=model_33233 -2dxof=5 -2dzoom=1049 -2dyan=1928 -2dxan=324 -name=Stone of power -womanwearoff=3,-11,6 - -// 12848 -[obj_12848] -model=model_33174 -iop2=Wield -iop5=Destroy -manwear=model_33234 -womanwear=model_33234 -2dxof=5 -2dzoom=1049 -2dyan=1928 -2dxan=324 -name=Stone of power -womanwearoff=3,-11,6 - -// 12849 -[obj_12849] -model=model_33174 -iop2=Wield -iop5=Destroy -manwear=model_33237 -womanwear=model_33237 -2dxof=5 -2dzoom=1049 -2dyan=1928 -2dxan=324 -name=Stone of power -womanwearoff=3,-11,6 - -// 12850 -[obj_12850] -model=model_33192 -2dxof=1 -2dzoom=789 -2dyan=761 -2dxan=512 -stackable=yes -iop5=Drop -cost=2 -name=Elemental rune - -// 12851 -[obj_12851] -model=model_33157 -2dxof=1 -2dzoom=789 -2dyan=761 -2dxan=512 -stackable=yes -iop5=Drop -cost=2 -name=Catalytic rune - -// 12852 -[obj_12852] -model=model_33196 -2dxof=1 -2dzoom=789 -2dyan=761 -2dxan=512 -stackable=yes -name=Fist of guthix token - -// 12853 -[obj_12853] -model=model_4845 -2dxof=-1 -2dzoom=1200 -2dyan=1884 -2dxan=436 -iop1=Heal -iop5=Destroy -name=Bandages - -// 12854 -[obj_12854] -model=model_33086 -dummyitem=2 -2dzoom=2768 -2dyan=1738 -2dxan=114 - -// 12855 -[obj_12855] -model=model_33184 -manwear=model_33238 -womanwear=model_33238 -ambient=30 -2dxof=1 -2dyof=-50 -2dzoom=848 -2dyan=9 -2dxan=237 -iop1=Teleport -iop5=Destroy -name=Tele-orb -womanwearoff=3,-11,6 - -// 12856 -[obj_12856] -model=model_33162 -2dxof=-7 -2dyof=1 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -members=yes -manwear=model_33208 -womanwear=model_33262 -cost=1 -iop2=Wear -iop3=Inspect -iop5=Destroy -name=Irit gloves - -// 12857 -[obj_12857] -model=model_33162 -2dxof=-7 -2dyof=1 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -members=yes -manwear=model_33208 -womanwear=model_33262 -cost=1 -iop2=Wear -iop3=Inspect -iop5=Destroy -recol1s=9702 -recol1d=17833 -recolhsl2s=13716 -recolhsl2d=5419 -recolhsl3s=12592 -recolhsl3d=8486 -recolhsl4s=12601 -recolhsl4d=8480 -recolhsl5s=17845 -recolhsl5d=20012 -name=Avantoe gloves - -// 12858 -[obj_12858] -model=model_33162 -2dxof=-7 -2dyof=1 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -members=yes -manwear=model_33208 -womanwear=model_33262 -cost=1 -iop2=Wear -iop3=Inspect -iop5=Destroy -recolhsl1s=17835 -recolhsl1d=11805 -recolhsl2s=13716 -recolhsl2d=11804 -recolhsl3s=12592 -recolhsl3d=11805 -recolhsl4s=12601 -recolhsl4d=11799 -recolhsl5s=17845 -recolhsl5d=11814 -name=Kwuarm gloves - -// 12859 -[obj_12859] -model=model_33162 -2dxof=-7 -2dyof=1 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -members=yes -manwear=model_33208 -womanwear=model_33262 -cost=1 -iop2=Wear -iop3=Inspect -iop5=Destroy -recolhsl1s=17835 -recolhsl1d=15899 -recol2s=6371 -recol2d=7491 -recolhsl3s=12592 -recolhsl3d=15893 -recolhsl4s=12601 -recolhsl4d=13851 -recol5s=12872 -recol5d=14884 -name=Cadantine gloves - -// 12860 -[obj_12860] -model=model_33165 -2dxof=-7 -2dyof=1 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33207 -womanwear=model_33259 -cost=1 -iop2=Wear -iop3=Inspect -iop5=Destroy -recolhsl1s=42305 -recolhsl1d=50366 -recolhsl2s=42315 -recolhsl2d=50401 -recol3s=4306 -recol3d=10507 -recolhsl4s=42693 -recolhsl4d=50378 -name=Swordfish gloves - -// 12861 -[obj_12861] -model=model_33165 -2dxof=-7 -2dyof=1 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -members=yes -manwear=model_33207 -womanwear=model_33259 -cost=1 -iop2=Wear -iop3=Inspect -iop5=Destroy -recolhsl1s=42305 -recolhsl1d=5183 -recolhsl2s=42315 -recolhsl2d=5175 -recolhsl3s=42669 -recolhsl3d=36 -recolhsl4s=42693 -recolhsl4d=5224 -name=Shark gloves - -// 12862 -[obj_12862] -model=model_33164 -2dxof=-7 -2dyof=1 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -members=yes -manwear=model_33207 -womanwear=model_33259 -cost=1 -iop2=Wear -iop3=Inspect -iop5=Destroy -recolhsl1s=42305 -recolhsl1d=20007 -recolhsl2s=42315 -recolhsl2d=20015 -recolhsl3s=42669 -recolhsl3d=19876 -recolhsl4s=42693 -recolhsl4d=19893 -name=Dragon slayer gloves - -// 12863 -[obj_12863] -model=model_33165 -2dxof=-7 -2dyof=1 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33207 -womanwear=model_33259 -cost=1 -iop2=Wear -iop3=Inspect -iop5=Destroy -recolhsl1s=42305 -recolhsl1d=9315 -recolhsl2s=42315 -recolhsl2d=9329 -recolhsl3s=42669 -recolhsl3d=9300 -recolhsl4s=42693 -recolhsl4d=9341 -name=Air runecrafting gloves - -// 12864 -[obj_12864] -model=model_33165 -2dxof=-7 -2dyof=1 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33207 -womanwear=model_33259 -cost=1 -iop2=Wear -iop3=Inspect -iop5=Destroy -name=Water runecrafting gloves - -// 12865 -[obj_12865] -model=model_33165 -2dxof=-7 -2dyof=1 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33207 -womanwear=model_33259 -cost=1 -iop2=Wear -iop3=Inspect -iop5=Destroy -recolhsl1s=42305 -recolhsl1d=5292 -recolhsl2s=42315 -recolhsl2d=5285 -recolhsl3s=42669 -recolhsl3d=5286 -recolhsl4s=42693 -recolhsl4d=5420 -name=Earth runecrafting gloves - -// 12866 -[obj_12866] -members=yes -cost=25000 -iop2=Wear -model=model_33163 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -name=Battle hood 100 - -// 12867 -[obj_12867] -members=yes -cost=25000 -iop2=Wear -model=model_33163 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -name=Battle hood 80 - -// 12868 -[obj_12868] -members=yes -cost=25000 -iop2=Wear -model=model_33163 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -name=Battle hood 60 - -// 12869 -[obj_12869] -members=yes -cost=25000 -iop2=Wear -model=model_33163 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -name=Battle hood 40 - -// 12870 -[obj_12870] -members=yes -cost=25000 -iop2=Wear -model=model_33163 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -name=Battle hood 20 - -// 12871 -[obj_12871] -members=yes -cost=25000 -iop2=Wear -model=model_42311 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -stockmarket=yes -recolhsl1s=50079 -recolhsl1d=47269 -recolhsl2s=50072 -recolhsl2d=47263 -recolhsl3s=50086 -recolhsl3d=47259 -name=Battle hood 0 -certlink=obj_12872 - -// 12872 -[obj_12872] -certlink=obj_12871 -certtemplate=obj_799 - -// 12873 -[obj_12873] -members=yes -cost=50000 -iop2=Wear -model=model_33149 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33212 -womanwear=model_33270 -manwear2=model_33218 -womanwear2=model_33275 -name=Battle robe top 100 - -// 12874 -[obj_12874] -members=yes -cost=50000 -iop2=Wear -model=model_33149 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33212 -womanwear=model_33270 -manwear2=model_33218 -womanwear2=model_33275 -name=Battle robe top 80 - -// 12875 -[obj_12875] -members=yes -cost=50000 -iop2=Wear -model=model_33149 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33212 -womanwear=model_33270 -manwear2=model_33218 -womanwear2=model_33275 -name=Battle robe top 60 - -// 12876 -[obj_12876] -members=yes -cost=50000 -iop2=Wear -model=model_33149 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33212 -womanwear=model_33270 -manwear2=model_33218 -womanwear2=model_33275 -name=Battle robe top 40 - -// 12877 -[obj_12877] -members=yes -cost=50000 -iop2=Wear -model=model_33149 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33212 -womanwear=model_33270 -manwear2=model_33218 -womanwear2=model_33275 -name=Battle robe top 20 - -// 12878 -[obj_12878] -members=yes -cost=50000 -iop2=Wear -model=model_33183 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33214 -womanwear=model_33267 -manwear2=model_33219 -womanwear2=model_33276 -stockmarket=yes -name=Battle robe top 0 -certlink=obj_12879 - -// 12879 -[obj_12879] -certlink=obj_12878 -certtemplate=obj_799 - -// 12880 -[obj_12880] -members=yes -cost=40000 -iop2=Wear -manwear=model_33224 -womanwear=model_33280 -model=model_33160 -2dyan=2039 -2dxan=522 -name=Battle robe bottom 100 - -// 12881 -[obj_12881] -members=yes -cost=40000 -iop2=Wear -manwear=model_33224 -womanwear=model_33280 -model=model_33160 -2dyan=2039 -2dxan=522 -name=Battle robe bottom 80 - -// 12882 -[obj_12882] -members=yes -cost=40000 -iop2=Wear -manwear=model_33224 -womanwear=model_33280 -model=model_33160 -2dyan=2039 -2dxan=522 -name=Battle robe bottom 60 - -// 12883 -[obj_12883] -members=yes -cost=40000 -iop2=Wear -manwear=model_33224 -womanwear=model_33280 -model=model_33160 -2dyan=2039 -2dxan=522 -name=Battle robe bottom 40 - -// 12884 -[obj_12884] -members=yes -cost=40000 -iop2=Wear -manwear=model_33224 -womanwear=model_33280 -model=model_33160 -2dyan=2039 -2dxan=522 -name=Battle robe bottom 20 - -// 12885 -[obj_12885] -members=yes -cost=40000 -iop2=Wear -manwear=model_33226 -womanwear=model_33278 -model=model_33180 -2dyan=2039 -2dxan=522 -stockmarket=yes -name=Battle robe bottom 0 -certlink=obj_12886 - -// 12886 -[obj_12886] -certlink=obj_12885 -certtemplate=obj_799 - -// 12887 -[obj_12887] -cost=2000 -iop2=Wear -model=model_33163 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -recolhsl1s=50079 -recolhsl1d=20643 -recolhsl2s=50086 -recolhsl2d=20648 -recolhsl3s=50072 -recolhsl3d=20638 -recolhsl4s=50058 -recolhsl4d=20621 -name=Druidic mage hood 100 - -// 12888 -[obj_12888] -cost=2000 -iop2=Wear -model=model_33163 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -recolhsl1s=50079 -recolhsl1d=20643 -recolhsl2s=50086 -recolhsl2d=20648 -recolhsl3s=50072 -recolhsl3d=20638 -recolhsl4s=50058 -recolhsl4d=20621 -name=Druidic mage hood 80 - -// 12889 -[obj_12889] -cost=2000 -iop2=Wear -model=model_33163 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -recolhsl1s=50079 -recolhsl1d=20643 -recolhsl2s=50086 -recolhsl2d=20648 -recolhsl3s=50072 -recolhsl3d=20638 -recolhsl4s=50058 -recolhsl4d=20621 -name=Druidic mage hood 60 - -// 12890 -[obj_12890] -cost=2000 -iop2=Wear -model=model_33163 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -recolhsl1s=50079 -recolhsl1d=20643 -recolhsl2s=50086 -recolhsl2d=20648 -recolhsl3s=50072 -recolhsl3d=20638 -recolhsl4s=50058 -recolhsl4d=20621 -name=Druidic mage hood 40 - -// 12891 -[obj_12891] -cost=2000 -iop2=Wear -model=model_33163 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -recolhsl1s=50079 -recolhsl1d=20643 -recolhsl2s=50086 -recolhsl2d=20648 -recolhsl3s=50072 -recolhsl3d=20638 -recolhsl4s=50058 -recolhsl4d=20621 -name=Druidic mage hood 20 - -// 12892 -[obj_12892] -cost=2000 -iop2=Wear -model=model_33159 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -stockmarket=yes -recolhsl1s=50079 -recolhsl1d=20515 -recolhsl2s=50086 -recolhsl2d=20520 -recolhsl3s=50072 -recolhsl3d=20510 -recolhsl4s=50058 -recolhsl4d=20493 -name=Druidic mage hood 0 -certlink=obj_12893 - -// 12893 -[obj_12893] -certlink=obj_12892 -certtemplate=obj_799 - -// 12894 -[obj_12894] -cost=6000 -iop2=Wear -manwear=model_33211 -womanwear=model_33268 -manwear2=model_33217 -womanwear2=model_33277 -model=model_33173 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -name=Druidic mage top 100 - -// 12895 -[obj_12895] -cost=6000 -iop2=Wear -model=model_33173 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33211 -womanwear=model_33268 -manwear2=model_33217 -womanwear2=model_33277 -name=Druidic mage top 80 - -// 12896 -[obj_12896] -cost=6000 -iop2=Wear -model=model_33173 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33211 -womanwear=model_33268 -manwear2=model_33217 -womanwear2=model_33277 -name=Druidic mage top 60 - -// 12897 -[obj_12897] -cost=6000 -iop2=Wear -model=model_33173 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33211 -womanwear=model_33268 -manwear2=model_33217 -womanwear2=model_33277 -name=Druidic mage top 40 - -// 12898 -[obj_12898] -cost=6000 -iop2=Wear -model=model_33173 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33211 -womanwear=model_33268 -manwear2=model_33217 -womanwear2=model_33277 -name=Druidic mage top 20 - -// 12899 -[obj_12899] -cost=6000 -iop2=Wear -model=model_33175 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33216 -womanwear=model_33271 -manwear2=model_33221 -womanwear2=model_33274 -stockmarket=yes -name=Druidic mage top 0 -certlink=obj_12900 - -// 12900 -[obj_12900] -certlink=obj_12899 -certtemplate=obj_799 - -// 12901 -[obj_12901] -cost=5000 -iop2=Wear -manwear=model_33228 -womanwear=model_33282 -model=model_33153 -2dyan=2039 -2dxan=522 -name=Druidic mage bottom 100 - -// 12902 -[obj_12902] -cost=5000 -iop2=Wear -manwear=model_33228 -womanwear=model_33282 -model=model_33153 -2dyan=2039 -2dxan=522 -name=Druidic mage bottom 80 - -// 12903 -[obj_12903] -cost=5000 -iop2=Wear -manwear=model_33228 -womanwear=model_33282 -model=model_33153 -2dyan=2039 -2dxan=522 -name=Druidic mage bottom 60 - -// 12904 -[obj_12904] -cost=5000 -iop2=Wear -manwear=model_33228 -womanwear=model_33282 -model=model_33153 -2dyan=2039 -2dxan=522 -name=Druidic mage bottom 40 - -// 12905 -[obj_12905] -cost=5000 -iop2=Wear -manwear=model_33228 -womanwear=model_33282 -model=model_33153 -2dyan=2039 -2dxan=522 -name=Druidic mage bottom 20 - -// 12906 -[obj_12906] -cost=5000 -iop2=Wear -manwear=model_33225 -womanwear=model_33283 -model=model_33161 -2dyan=2039 -2dxan=522 -stockmarket=yes -name=Druidic mage bottom 0 -certlink=obj_12907 - -// 12907 -[obj_12907] -certlink=obj_12906 -certtemplate=obj_799 - -// 12908 -[obj_12908] -cost=4050 -model=model_33178 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33232 -womanwear=model_33232 -name=Adamant spikeshield 100 -womanwearoff=-3,-11,6 - -// 12909 -[obj_12909] -cost=4050 -model=model_33178 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33232 -womanwear=model_33232 -name=Adamant spikeshield 80 -womanwearoff=-3,-11,6 - -// 12910 -[obj_12910] -cost=4050 -model=model_33178 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33232 -womanwear=model_33232 -name=Adamant spikeshield 60 -womanwearoff=-3,-11,6 - -// 12911 -[obj_12911] -cost=4050 -model=model_33178 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33232 -womanwear=model_33232 -name=Adamant spikeshield 40 -womanwearoff=-3,-11,6 - -// 12912 -[obj_12912] -cost=4050 -model=model_33178 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33232 -womanwear=model_33232 -name=Adamant spikeshield 20 -womanwearoff=-3,-11,6 - -// 12913 -[obj_12913] -cost=4050 -model=model_33193 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33230 -womanwear=model_33230 -stockmarket=yes -name=Adamant spikeshield 0 -womanwearoff=-3,-11,6 -certlink=obj_12914 - -// 12914 -[obj_12914] -certlink=obj_12913 -certtemplate=obj_799 - -// 12915 -[obj_12915] -model=model_33198 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=6140 -manwear=model_33239 -womanwear=model_33239 -name=Adamant berserker shield 100 -womanwearoff=-3,-11,6 - -// 12916 -[obj_12916] -model=model_33198 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=6140 -manwear=model_33239 -womanwear=model_33239 -name=Adamant berserker shield 80 -womanwearoff=-3,-11,6 - -// 12917 -[obj_12917] -model=model_33198 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=6140 -manwear=model_33239 -womanwear=model_33239 -name=Adamant berserker shield 60 -womanwearoff=-3,-11,6 - -// 12918 -[obj_12918] -model=model_33198 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=6140 -manwear=model_33239 -womanwear=model_33239 -name=Adamant berserker shield 40 -womanwearoff=-3,-11,6 - -// 12919 -[obj_12919] -model=model_33198 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=6140 -manwear=model_33239 -womanwear=model_33239 -name=Adamant berserker shield 20 -womanwearoff=-3,-11,6 - -// 12920 -[obj_12920] -model=model_33155 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=6140 -manwear=model_33235 -womanwear=model_33235 -stockmarket=yes -name=Adamant berserker shield 0 -womanwearoff=-3,-11,6 -certlink=obj_12921 - -// 12921 -[obj_12921] -certlink=obj_12920 -certtemplate=obj_799 - -// 12922 -[obj_12922] -cost=40000 -model=model_33178 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33232 -womanwear=model_33232 -recol1s=6438 -recol1d=6476 -recol2s=7495 -recol2d=7533 -recolhsl3s=21652 -recolhsl3d=36129 -recolhsl4s=21656 -recolhsl4d=36125 -name=Rune spikeshield 100 -womanwearoff=-3,-11,6 - -// 12923 -[obj_12923] -cost=40000 -model=model_33178 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33232 -womanwear=model_33232 -recol1s=6438 -recol1d=6476 -recol2s=7495 -recol2d=7533 -recolhsl3s=21652 -recolhsl3d=36129 -recolhsl4s=21656 -recolhsl4d=36125 -name=Rune spikeshield 80 -womanwearoff=-3,-11,6 - -// 12924 -[obj_12924] -cost=40000 -model=model_33178 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33232 -womanwear=model_33232 -recol1s=6438 -recol1d=6476 -recol2s=7495 -recol2d=7533 -recolhsl3s=21652 -recolhsl3d=36129 -recolhsl4s=21656 -recolhsl4d=36125 -name=Rune spikeshield 60 -womanwearoff=-3,-11,6 - -// 12925 -[obj_12925] -cost=40000 -model=model_33178 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33232 -womanwear=model_33232 -recol1s=6438 -recol1d=6476 -recol2s=7495 -recol2d=7533 -recolhsl3s=21652 -recolhsl3d=36129 -recolhsl4s=21656 -recolhsl4d=36125 -name=Rune spikeshield 40 -womanwearoff=-3,-11,6 - -// 12926 -[obj_12926] -cost=40000 -model=model_33178 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33232 -womanwear=model_33232 -recol1s=6438 -recol1d=6476 -recol2s=7495 -recol2d=7533 -recolhsl3s=21652 -recolhsl3d=36129 -recolhsl4s=21656 -recolhsl4d=36125 -name=Rune spikeshield 20 -womanwearoff=-3,-11,6 - -// 12927 -[obj_12927] -cost=40000 -model=model_33193 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wield -manwear=model_33230 -womanwear=model_33230 -stockmarket=yes -recolhsl1s=17428 -recolhsl1d=31777 -recolhsl2s=17438 -recolhsl2d=31781 -recolhsl3s=17432 -recolhsl3d=31773 -recolhsl4s=17443 -recolhsl4d=31785 -name=Rune spikeshield 0 -womanwearoff=-3,-11,6 -certlink=obj_12928 - -// 12928 -[obj_12928] -certlink=obj_12927 -certtemplate=obj_799 - -// 12929 -[obj_12929] -model=model_33198 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=64400 -manwear=model_33239 -womanwear=model_33239 -recol1s=6438 -recol1d=6476 -recol2s=7495 -recol2d=7533 -recolhsl3s=21652 -recolhsl3d=36129 -recolhsl4s=21656 -recolhsl4d=36125 -name=Rune berserker shield 100 -womanwearoff=-3,-11,6 - -// 12930 -[obj_12930] -model=model_33198 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=64400 -manwear=model_33239 -womanwear=model_33239 -recol1s=6438 -recol1d=6476 -recol2s=7495 -recol2d=7533 -recolhsl3s=21652 -recolhsl3d=36129 -recolhsl4s=21656 -recolhsl4d=36125 -name=Rune berserker shield 80 -womanwearoff=-3,-11,6 - -// 12931 -[obj_12931] -model=model_33198 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=64400 -manwear=model_33239 -womanwear=model_33239 -recol1s=6438 -recol1d=6476 -recol2s=7495 -recol2d=7533 -recolhsl3s=21652 -recolhsl3d=36129 -recolhsl4s=21656 -recolhsl4d=36125 -name=Rune berserker shield 60 -womanwearoff=-3,-11,6 - -// 12932 -[obj_12932] -model=model_33198 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=64400 -manwear=model_33239 -womanwear=model_33239 -recol1s=6438 -recol1d=6476 -recol2s=7495 -recol2d=7533 -recolhsl3s=21652 -recolhsl3d=36129 -recolhsl4s=21656 -recolhsl4d=36125 -name=Rune berserker shield 40 -womanwearoff=-3,-11,6 - -// 12933 -[obj_12933] -model=model_33198 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=64400 -manwear=model_33239 -womanwear=model_33239 -recol1s=6438 -recol1d=6476 -recol2s=7495 -recol2d=7533 -recolhsl3s=21652 -recolhsl3d=36129 -recolhsl4s=21656 -recolhsl4d=36125 -name=Rune berserker shield 20 -womanwearoff=-3,-11,6 - -// 12934 -[obj_12934] -model=model_33155 -2dxof=-3 -2dyof=16 -2dzoom=1560 -2dyan=69 -2dxan=387 -iop2=Wear -cost=64400 -manwear=model_33235 -womanwear=model_33235 -stockmarket=yes -recolhsl1s=17428 -recolhsl1d=31777 -recolhsl2s=17438 -recolhsl2d=31781 -recolhsl3s=17432 -recolhsl3d=31773 -recolhsl4s=17443 -recolhsl4d=31785 -name=Rune berserker shield 0 -womanwearoff=-3,-11,6 -certlink=obj_12935 - -// 12935 -[obj_12935] -certlink=obj_12934 -certtemplate=obj_799 - -// 12936 -[obj_12936] -cost=2000 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -name=Green d'hide coif 100 - -// 12937 -[obj_12937] -cost=2000 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -name=Green d'hide coif 80 - -// 12938 -[obj_12938] -cost=2000 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -name=Green d'hide coif 60 - -// 12939 -[obj_12939] -cost=2000 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -name=Green d'hide coif 40 - -// 12940 -[obj_12940] -cost=2000 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -name=Green d'hide coif 20 - -// 12941 -[obj_12941] -cost=2000 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -stockmarket=yes -recol1s=480 -recol1d=5445 -recol2s=384 -recol2d=4356 -recol3s=256 -recol3d=3235 -name=Green d'hide coif 0 -certlink=obj_12942 - -// 12942 -[obj_12942] -certlink=obj_12941 -certtemplate=obj_799 - -// 12943 -[obj_12943] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -recol1s=384 -recol1d=12754 -recolhsl2s=22416 -recolhsl2d=40098 -recol3s=480 -recol3d=13812 -recolhsl4s=22410 -recolhsl4d=41235 -name=Blue d'hide coif 100 - -// 12944 -[obj_12944] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -recol1s=384 -recol1d=12754 -recolhsl2s=22416 -recolhsl2d=40098 -recol3s=480 -recol3d=13812 -recolhsl4s=22410 -recolhsl4d=41235 -name=Blue d'hide coif 80 - -// 12945 -[obj_12945] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -recol1s=384 -recol1d=12754 -recolhsl2s=22416 -recolhsl2d=40098 -recol3s=480 -recol3d=13812 -recolhsl4s=22410 -recolhsl4d=41235 -name=Blue d'hide coif 60 - -// 12946 -[obj_12946] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -recol1s=384 -recol1d=12754 -recolhsl2s=22416 -recolhsl2d=40098 -recol3s=480 -recol3d=13812 -recolhsl4s=22410 -recolhsl4d=41235 -name=Blue d'hide coif 40 - -// 12947 -[obj_12947] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -recol1s=384 -recol1d=12754 -recolhsl2s=22416 -recolhsl2d=40098 -recol3s=480 -recol3d=13812 -recolhsl4s=22410 -recolhsl4d=41235 -name=Blue d'hide coif 20 - -// 12948 -[obj_12948] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -stockmarket=yes -recolhsl1s=22424 -recolhsl1d=39997 -recolhsl2s=22416 -recolhsl2d=39970 -recol3s=480 -recol3d=15890 -recolhsl4s=22410 -recolhsl4d=41107 -recolhsl5s=22413 -recolhsl5d=39970 -name=Blue d'hide coif 0 -certlink=obj_12949 - -// 12949 -[obj_12949] -certlink=obj_12948 -certtemplate=obj_799 - -// 12950 -[obj_12950] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -recolhsl1s=22424 -recolhsl1d=572 -recol2s=256 -recol2d=12420 -recol3s=480 -recol3d=26986 -recolhsl4s=22410 -recolhsl4d=277 -name=Red d'hide coif 100 - -// 12951 -[obj_12951] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -recolhsl1s=22424 -recolhsl1d=572 -recol2s=256 -recol2d=12420 -recol3s=480 -recol3d=26986 -recolhsl4s=22410 -recolhsl4d=277 -name=Red d'hide coif 80 - -// 12952 -[obj_12952] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -recolhsl1s=22424 -recolhsl1d=572 -recol2s=256 -recol2d=12420 -recol3s=480 -recol3d=26986 -recolhsl4s=22410 -recolhsl4d=277 -name=Red d'hide coif 60 - -// 12953 -[obj_12953] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -recolhsl1s=22424 -recolhsl1d=572 -recol2s=256 -recol2d=12420 -recol3s=480 -recol3d=26986 -recolhsl4s=22410 -recolhsl4d=277 -name=Red d'hide coif 40 - -// 12954 -[obj_12954] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -recolhsl1s=22424 -recolhsl1d=572 -recol2s=256 -recol2d=12420 -recol3s=480 -recol3d=26986 -recolhsl4s=22410 -recolhsl4d=277 -name=Red d'hide coif 20 - -// 12955 -[obj_12955] -cost=3500 -model=model_33199 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33203 -womanwear=model_33265 -manhead=model_39384 -womanhead=model_38821 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -stockmarket=yes -recolhsl1s=22424 -recolhsl1d=188 -recol2s=256 -recol2d=9447 -recol3s=480 -recol3d=21999 -recolhsl4s=22410 -recolhsl4d=149 -name=Red d'hide coif 0 -certlink=obj_12956 - -// 12956 -[obj_12956] -certlink=obj_12955 -certtemplate=obj_799 - -// 12957 -[obj_12957] -cost=5500 -model=model_33171 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33204 -womanwear=model_33264 -manhead=model_39550 -womanhead=model_38750 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -name=Black d'hide coif 100 - -// 12958 -[obj_12958] -cost=5500 -model=model_33171 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33204 -womanwear=model_33264 -manhead=model_39550 -womanhead=model_38750 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -name=Black d'hide coif 80 - -// 12959 -[obj_12959] -cost=5500 -model=model_33171 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33204 -womanwear=model_33264 -manhead=model_39550 -womanhead=model_38750 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -name=Black d'hide coif 60 - -// 12960 -[obj_12960] -cost=5500 -model=model_33171 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33204 -womanwear=model_33264 -manhead=model_39550 -womanhead=model_38750 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -name=Black d'hide coif 40 - -// 12961 -[obj_12961] -cost=5500 -model=model_33171 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33204 -womanwear=model_33264 -manhead=model_39550 -womanhead=model_38750 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -name=Black d'hide coif 20 - -// 12962 -[obj_12962] -cost=5500 -model=model_33171 -2dxof=3 -2dyof=-3 -2dzoom=592 -2dyan=194 -2dxan=111 -iop2=Wear -manwear=model_33204 -womanwear=model_33264 -manhead=model_39550 -womanhead=model_38750 -manhead2=model_39799 -womanhead2=model_39170 -members=yes -stockmarket=yes -recolhsl1s=8225 -recolhsl1d=7191 -name=Black d'hide coif 0 -certlink=obj_12963 - -// 12963 -[obj_12963] -certlink=obj_12962 -certtemplate=obj_799 - -// 12964 -[obj_12964] -cost=1000 -iop2=Wear -model=model_33185 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -recolhsl1s=50079 -recolhsl1d=8272 -recolhsl2s=50086 -recolhsl2d=8285 -recolhsl3s=50072 -recolhsl3d=8263 -recolhsl4s=50058 -recolhsl4d=8218 -name=Combat hood 100 - -// 12965 -[obj_12965] -cost=1000 -iop2=Wear -model=model_33185 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -recolhsl1s=50079 -recolhsl1d=8272 -recolhsl2s=50086 -recolhsl2d=8285 -recolhsl3s=50072 -recolhsl3d=8263 -recolhsl4s=50058 -recolhsl4d=8218 -name=Combat hood 80 - -// 12966 -[obj_12966] -cost=1000 -iop2=Wear -model=model_33185 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -recolhsl1s=50079 -recolhsl1d=8272 -recolhsl2s=50086 -recolhsl2d=8285 -recolhsl3s=50072 -recolhsl3d=8263 -recolhsl4s=50058 -recolhsl4d=8218 -name=Combat hood 60 - -// 12967 -[obj_12967] -cost=1000 -iop2=Wear -model=model_33185 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -recolhsl1s=50079 -recolhsl1d=8272 -recolhsl2s=50086 -recolhsl2d=8285 -recolhsl3s=50072 -recolhsl3d=8263 -recolhsl4s=50058 -recolhsl4d=8218 -name=Combat hood 40 - -// 12968 -[obj_12968] -cost=1000 -iop2=Wear -model=model_33185 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -recolhsl1s=50079 -recolhsl1d=8272 -recolhsl2s=50086 -recolhsl2d=8285 -recolhsl3s=50072 -recolhsl3d=8263 -recolhsl4s=50058 -recolhsl4d=8218 -name=Combat hood 20 - -// 12969 -[obj_12969] -cost=1000 -iop2=Wear -model=model_40897 -2dyof=-4 -2dzoom=724 -2dyan=1979 -2dxan=84 -manwear=model_33200 -womanwear=model_33254 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39738 -womanhead=model_39033 -stockmarket=yes -recolhsl1s=50079 -recolhsl1d=8272 -recolhsl2s=50086 -recolhsl2d=8285 -recolhsl3s=50072 -recolhsl3d=8263 -recolhsl4s=50058 -recolhsl4d=8218 -name=Combat hood 0 -certlink=obj_12970 - -// 12970 -[obj_12970] -certlink=obj_12969 -certtemplate=obj_799 - -// 12971 -[obj_12971] -cost=3000 -iop2=Wear -model=model_33191 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33213 -womanwear=model_33266 -manwear2=model_33222 -womanwear2=model_33273 -name=Combat robe top 100 - -// 12972 -[obj_12972] -cost=3000 -iop2=Wear -model=model_33191 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33213 -womanwear=model_33266 -manwear2=model_33222 -womanwear2=model_33273 -name=Combat robe top 80 - -// 12973 -[obj_12973] -cost=3000 -iop2=Wear -model=model_33191 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33213 -womanwear=model_33266 -manwear2=model_33222 -womanwear2=model_33273 -name=Combat robe top 60 - -// 12974 -[obj_12974] -cost=3000 -iop2=Wear -model=model_33191 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33213 -womanwear=model_33266 -manwear2=model_33222 -womanwear2=model_33273 -name=Combat robe top 40 - -// 12975 -[obj_12975] -cost=3000 -iop2=Wear -model=model_33191 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33213 -womanwear=model_33266 -manwear2=model_33222 -womanwear2=model_33273 -name=Combat robe top 20 - -// 12976 -[obj_12976] -cost=3000 -iop2=Wear -model=model_33177 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dzan=2047 -2dxan=498 -contrast=15 -ambient=15 -manwear=model_33215 -womanwear=model_33269 -manwear2=model_33223 -womanwear2=model_33272 -stockmarket=yes -name=Combat robe top 0 -certlink=obj_12977 - -// 12977 -[obj_12977] -certlink=obj_12976 -certtemplate=obj_799 - -// 12978 -[obj_12978] -cost=2500 -iop2=Wear -manwear=model_33227 -womanwear=model_33281 -model=model_33167 -2dyan=2039 -2dxan=522 -name=Combat robe bottom 100 - -// 12979 -[obj_12979] -cost=2500 -iop2=Wear -manwear=model_33227 -womanwear=model_33281 -model=model_33167 -2dyan=2039 -2dxan=522 -name=Combat robe bottom 80 - -// 12980 -[obj_12980] -cost=2500 -iop2=Wear -manwear=model_33227 -womanwear=model_33281 -model=model_33167 -2dyan=2039 -2dxan=522 -name=Combat robe bottom 60 - -// 12981 -[obj_12981] -cost=2500 -iop2=Wear -manwear=model_33227 -womanwear=model_33281 -model=model_33167 -2dyan=2039 -2dxan=522 -name=Combat robe bottom 40 - -// 12982 -[obj_12982] -cost=2500 -iop2=Wear -manwear=model_33227 -womanwear=model_33281 -model=model_33167 -2dyan=2039 -2dxan=522 -name=Combat robe bottom 20 - -// 12983 -[obj_12983] -cost=2500 -iop2=Wear -manwear=model_33229 -womanwear=model_33279 -model=model_33166 -2dyan=2039 -2dxan=522 -stockmarket=yes -name=Combat robe bottom 0 -certlink=obj_12984 - -// 12984 -[obj_12984] -certlink=obj_12983 -certtemplate=obj_799 - -// 12985 -[obj_12985] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=100 -iop2=Wear -recolhsl1s=41019 -recolhsl1d=10407 -name=Bronze gauntlets - -// 12986 -[obj_12986] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=100 -iop2=Wear -stockmarket=yes -recolhsl1s=41019 -recolhsl1d=10279 -recolhsl2s=5400 -recolhsl2d=5144 -name=Worn-out bronze gauntlets -certlink=obj_12987 - -// 12987 -[obj_12987] -certlink=obj_12986 -certtemplate=obj_799 - -// 12988 -[obj_12988] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=300 -iop2=Wear -recol1s=8388 -recol1d=6342 -recolhsl2s=41019 -recolhsl2d=17 -name=Iron gauntlets - -// 12989 -[obj_12989] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=300 -iop2=Wear -stockmarket=yes -recolhsl1s=5400 -recolhsl1d=19 -recolhsl2s=41019 -recolhsl2d=13 -name=Worn-out iron gauntlets -certlink=obj_12990 - -// 12990 -[obj_12990] -certlink=obj_12989 -certtemplate=obj_799 - -// 12991 -[obj_12991] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=1000 -iop2=Wear -recolhsl1s=41019 -recolhsl1d=31 -recol2s=8388 -recol2d=11561 -name=Steel gauntlets - -// 12992 -[obj_12992] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=1000 -iop2=Wear -stockmarket=yes -recol1s=8388 -recol1d=8456 -recolhsl2s=41019 -recolhsl2d=25 -name=Worn-out steel gauntlets -certlink=obj_12993 - -// 12993 -[obj_12993] -certlink=obj_12992 -certtemplate=obj_799 - -// 12994 -[obj_12994] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=2000 -iop2=Wear -recol1s=8388 -recol1d=2114 -recolhsl2s=41019 -recolhsl2d=6195 -name=Black gauntlets - -// 12995 -[obj_12995] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=2000 -iop2=Wear -stockmarket=yes -recolhsl1s=5400 -recolhsl1d=10 -recolhsl2s=41019 -recolhsl2d=6174 -name=Worn-out black gauntlets -certlink=obj_12996 - -// 12996 -[obj_12996] -certlink=obj_12995 -certtemplate=obj_799 - -// 12997 -[obj_12997] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=3000 -iop2=Wear -recol1s=8388 -recol1d=6346 -recolhsl2s=41019 -recolhsl2d=43282 -name=Mithril gauntlets - -// 12998 -[obj_12998] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=3000 -iop2=Wear -stockmarket=yes -recol1s=8388 -recol1d=7401 -recolhsl2s=41019 -recolhsl2d=43028 -name=Worn-out mithril gauntlets -certlink=obj_12999 - -// 12999 -[obj_12999] -certlink=obj_12998 -certtemplate=obj_799 - -// 13000 -[obj_13000] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=5000 -iop2=Wear -recol1s=8388 -recol1d=6438 -recolhsl2s=41019 -recolhsl2d=22574 -name=Adamant gauntlets - -// 13001 -[obj_13001] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=5000 -iop2=Wear -stockmarket=yes -recol1s=8388 -recol1d=7431 -recolhsl2s=41019 -recolhsl2d=22568 -name=Worn-out adamant gauntlets -certlink=obj_13002 - -// 13002 -[obj_13002] -certlink=obj_13001 -certtemplate=obj_799 - -// 13003 -[obj_13003] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=7500 -iop2=Wear -recol1s=8388 -recol1d=6476 -recolhsl2s=41019 -recolhsl2d=37043 -name=Rune gauntlets - -// 13004 -[obj_13004] -model=model_33194 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_33206 -womanwear=model_33261 -cost=7500 -iop2=Wear -stockmarket=yes -recol1s=8388 -recol1d=6409 -recolhsl2s=41019 -recolhsl2d=36915 -name=Worn-out rune gauntlets -certlink=obj_13005 - -// 13005 -[obj_13005] -certlink=obj_13004 -certtemplate=obj_799 - -// 13006 -[obj_13006] -model=model_33148 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -members=yes -manwear=model_33205 -womanwear=model_33260 -cost=50000 -iop2=Wear -name=Dragon gauntlets - -// 13007 -[obj_13007] -model=model_33190 -2dxof=3 -2dyof=-7 -2dzoom=930 -2dyan=828 -2dzan=97 -2dxan=420 -members=yes -manwear=model_33209 -womanwear=model_33263 -cost=50000 -iop2=Wear -stockmarket=yes -name=Worn-out dragon gauntlets -certlink=obj_13008 - -// 13008 -[obj_13008] -certlink=obj_13007 -certtemplate=obj_799 - -// 13009 -[obj_13009] -dummyitem=2 -model=model_40552 -2dxof=-49 -2dyof=-64 -2dzoom=2476 -2dxan=401 -cost=0 - -// 13010 -[obj_13010] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13011 -[obj_13011] -cost=100 -members=yes -model=model_3372 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13012 -[obj_13012] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13013 -[obj_13013] -cost=100 -members=yes -model=model_4204 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13014 -[obj_13014] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13015 -[obj_13015] -cost=100 -members=yes -model=model_4205 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13016 -[obj_13016] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13017 -[obj_13017] -cost=100 -members=yes -model=model_3372 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13018 -[obj_13018] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13019 -[obj_13019] -cost=100 -members=yes -model=model_4204 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13020 -[obj_13020] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13021 -[obj_13021] -cost=100 -members=yes -model=model_4205 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13022 -[obj_13022] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13023 -[obj_13023] -cost=100 -members=yes -model=model_3372 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13024 -[obj_13024] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13025 -[obj_13025] -cost=100 -members=yes -model=model_4204 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13026 -[obj_13026] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13027 -[obj_13027] -cost=100 -members=yes -model=model_4205 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13028 -[obj_13028] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13029 -[obj_13029] -cost=100 -members=yes -model=model_3372 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13030 -[obj_13030] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13031 -[obj_13031] -cost=100 -members=yes -model=model_4204 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13032 -[obj_13032] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13033 -[obj_13033] -cost=100 -members=yes -model=model_4205 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13034 -[obj_13034] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13035 -[obj_13035] -cost=100 -members=yes -model=model_3372 -2dyof=4 -2dzoom=900 -2dyan=80 -2dxan=420 -iop1=Open -name=Puzzle box - -// 13036 -[obj_13036] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13037 -[obj_13037] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13038 -[obj_13038] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13039 -[obj_13039] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13040 -[obj_13040] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13041 -[obj_13041] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13042 -[obj_13042] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13043 -[obj_13043] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13044 -[obj_13044] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13045 -[obj_13045] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13046 -[obj_13046] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13047 -[obj_13047] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13048 -[obj_13048] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13049 -[obj_13049] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13050 -[obj_13050] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13051 -[obj_13051] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13052 -[obj_13052] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13053 -[obj_13053] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13054 -[obj_13054] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13055 -[obj_13055] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13056 -[obj_13056] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13057 -[obj_13057] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13058 -[obj_13058] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13059 -[obj_13059] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13060 -[obj_13060] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13061 -[obj_13061] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13062 -[obj_13062] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13063 -[obj_13063] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13064 -[obj_13064] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13065 -[obj_13065] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13066 -[obj_13066] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13067 -[obj_13067] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13068 -[obj_13068] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13069 -[obj_13069] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13070 -[obj_13070] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13071 -[obj_13071] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13072 -[obj_13072] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13073 -[obj_13073] -members=yes -cost=1 -model=model_2372 -2dxof=-3 -2dyof=5 -2dzoom=700 -2dyan=20 -2dxan=328 -name=Key - -// 13074 -[obj_13074] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13075 -[obj_13075] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13076 -[obj_13076] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13077 -[obj_13077] -model=model_2450 -2dxof=3 -2dyof=-6 -2dzoom=1410 -2dyan=1592 -2dxan=164 -cost=50 -iop1=Open -members=yes -name=Casket - -// 13078 -[obj_13078] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13079 -[obj_13079] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13080 -[obj_13080] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -name=Clue scroll - -// 13081 -[obj_13081] -cost=800 -model=model_33317 -2dyof=3 -2dzoom=926 -2dyan=231 -2dxan=420 -iop2=Wield -members=yes -manwear=model_33351 -womanwear=model_33351 -stockmarket=yes -name=Black crossbow -womanwearoff=3,-11,6 -certlink=obj_13082 - -// 13082 -[obj_13082] -certlink=obj_13081 -certtemplate=obj_799 - -// 13083 -[obj_13083] -model=model_16856 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_13087,2 -count2=obj_13089,3 -count3=obj_13091,4 -count4=obj_13093,5 -cost=14 -stockmarket=yes -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 -recol6s=32752 -recol6d=1024 -name=Black bolts - -// 13084 -[obj_13084] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_13088,2 -count2=obj_13090,3 -count3=obj_13092,4 -count4=obj_13094,5 -cost=14 -stockmarket=yes -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 -name=Black bolts(p) - -// 13085 -[obj_13085] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_13088,2 -count2=obj_13090,3 -count3=obj_13092,4 -count4=obj_13094,5 -cost=14 -stockmarket=yes -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 -name=Black bolts(p+) - -// 13086 -[obj_13086] -model=model_16862 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -stackable=yes -members=yes -count1=obj_13088,2 -count2=obj_13090,3 -count3=obj_13092,4 -count4=obj_13094,5 -cost=14 -stockmarket=yes -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 -name=Black bolts(p++) - -// 13087 -[obj_13087] -model=model_16868 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 -recol6s=32752 -recol6d=1024 - -// 13088 -[obj_13088] -model=model_16863 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 - -// 13089 -[obj_13089] -model=model_16869 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 -recol6s=32752 -recol6d=1024 - -// 13090 -[obj_13090] -model=model_16864 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 - -// 13091 -[obj_13091] -model=model_16870 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 -recol6s=32752 -recol6d=1024 - -// 13092 -[obj_13092] -model=model_16865 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 - -// 13093 -[obj_13093] -model=model_16871 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 -recol6s=32752 -recol6d=1024 - -// 13094 -[obj_13094] -model=model_16866 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -stackable=yes -dummyitem=2 -recol1s=8354 -recol1d=0 -recol2s=9411 -recol2d=2114 -recol3s=10468 -recol3d=3171 -recol4s=11525 -recol4d=4228 -recol5s=26421 -recol5d=6342 - -// 13095 -[obj_13095] -model=model_33311 -iop2=Wield -manwear=model_33352 -womanwear=model_33352 -cost=432 -2dxof=-1 -2dyof=8 -2dzoom=1242 -2dyan=1814 -2dxan=296 -members=yes -stockmarket=yes -name=Black cane -womanwearoff=3,-11,6 -certlink=obj_13096 - -// 13096 -[obj_13096] -certlink=obj_13095 -certtemplate=obj_799 - -// 13097 -[obj_13097] -model=model_33311 -iop2=Wield -manwear=model_33352 -womanwear=model_33352 -members=yes -cost=1440 -2dxof=-1 -2dyof=8 -2dzoom=1242 -2dyan=1814 -2dxan=296 -stockmarket=yes -recol1s=4 -recol1d=6438 -recol2s=8510 -recol2d=32039 -recol3s=3183 -recol3d=15491 -recol4s=10 -recol4d=10240 -name=Adamant cane -womanwearoff=3,-11,6 -certlink=obj_13098 - -// 13098 -[obj_13098] -certlink=obj_13097 -certtemplate=obj_799 - -// 13099 -[obj_13099] -model=model_33311 -iop2=Wield -manwear=model_33352 -womanwear=model_33352 -members=yes -cost=14400 -2dxof=-1 -2dyof=8 -2dzoom=1242 -2dyan=1814 -2dxan=296 -stockmarket=yes -recol1s=4 -recol1d=6476 -recol2s=8510 -recol2d=32767 -recol3s=3183 -recol3d=16846 -recol4s=10 -recol4d=11561 -name=Rune cane -womanwearoff=3,-11,6 -certlink=obj_13100 -lentlink=obj_13793 - -// 13100 -[obj_13100] -certlink=obj_13099 -certtemplate=obj_799 - -// 13101 -[obj_13101] -model=model_33314 -manwear=model_33336 -womanwear=model_33345 -manhead=model_39982 -womanhead=model_39005 -iop2=Wear -cost=200 -2dxof=-3 -2dyof=-3 -2dzoom=659 -2dyan=1893 -2dxan=80 -members=yes -stockmarket=yes -name=Top hat -certlink=obj_13102 -lentlink=obj_13794 - -// 13102 -[obj_13102] -certlink=obj_13101 -certtemplate=obj_799 - -// 13103 -[obj_13103] -model=model_33318 -iop2=Wear -manwear=model_33337 -womanwear=model_33347 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39421 -womanhead=model_38747 -cost=250 -2dxof=1 -2dyof=-11 -2dzoom=789 -2dyan=1916 -2dzan=69 -2dxan=144 -members=yes -stockmarket=yes -name=Pith helmet -certlink=obj_13104 - -// 13104 -[obj_13104] -certlink=obj_13103 -certtemplate=obj_799 - -// 13105 -[obj_13105] -model=model_33310 -manwear=model_33338 -womanwear=model_33343 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39489 -manhead2=model_39826 -womanhead=model_38777 -womanhead2=model_39102 -iop2=Wear -cost=1000 -2dxof=-4 -2dyof=-5 -2dzoom=994 -2dyan=1632 -2dxan=47 -members=yes -stockmarket=yes -name=Spiked helmet -certlink=obj_13106 - -// 13106 -[obj_13106] -certlink=obj_13105 -certtemplate=obj_799 - -// 13107 -[obj_13107] -model=model_33308 -manwear=model_33340 -womanwear=model_33349 -manhead=model_39627 -womanhead=model_38902 -iop2=Wear -cost=800 -2dxof=-3 -2dyof=1 -2dzoom=738 -2dyan=1836 -2dxan=29 -members=yes -stockmarket=yes -name=Sheep mask -certlink=obj_13108 -lentlink=obj_13795 - -// 13108 -[obj_13108] -certlink=obj_13107 -certtemplate=obj_799 - -// 13109 -[obj_13109] -model=model_33313 -manwear=model_33335 -womanwear=model_33346 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39476 -manhead2=model_39991 -womanhead=model_39102 -womanhead2=model_38755 -iop2=Wear -cost=800 -2dxof=-6 -2dyof=3 -2dzoom=738 -2dyan=1857 -2dxan=71 -members=yes -stockmarket=yes -name=Penguin mask -certlink=obj_13110 -lentlink=obj_13796 - -// 13110 -[obj_13110] -certlink=obj_13109 -certtemplate=obj_799 - -// 13111 -[obj_13111] -model=model_33316 -manwear=model_33339 -womanwear=model_33344 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39374 -manhead2=model_39991 -womanhead=model_38794 -womanhead2=model_39102 -iop2=Wear -cost=800 -2dxof=-3 -2dyof=1 -2dzoom=1178 -2dyan=1830 -2dxan=83 -members=yes -stockmarket=yes -name=Bat mask -certlink=obj_13112 -lentlink=obj_13797 - -// 13112 -[obj_13112] -certlink=obj_13111 -certtemplate=obj_799 - -// 13113 -[obj_13113] -model=model_33312 -manwear=model_33342 -womanwear=model_33348 -manhead=model_39693 -womanhead=model_39073 -iop2=Wear -cost=800 -2dxof=-5 -2dyof=-3 -2dzoom=595 -2dyan=1808 -2dxan=108 -members=yes -stockmarket=yes -name=Cat mask -certlink=obj_13114 -lentlink=obj_13798 - -// 13114 -[obj_13114] -certlink=obj_13113 -certtemplate=obj_799 - -// 13115 -[obj_13115] -model=model_33309 -manwear=model_33341 -womanwear=model_33350 -manhead=model_39816 -womanhead=model_38961 -iop2=Wear -cost=800 -2dxof=-3 -2dyof=-4 -2dzoom=595 -2dyan=1877 -2dxan=54 -members=yes -stockmarket=yes -name=Wolf mask -certlink=obj_13116 -lentlink=obj_13799 - -// 13116 -[obj_13116] -certlink=obj_13115 -certtemplate=obj_799 - -// 13117 -[obj_13117] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (30) -womanwearoff=3,-11,6 - -// 13118 -[obj_13118] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (29) -womanwearoff=3,-11,6 - -// 13119 -[obj_13119] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail(28) -womanwearoff=3,-11,6 - -// 13120 -[obj_13120] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (27) -womanwearoff=3,-11,6 - -// 13121 -[obj_13121] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (26) -womanwearoff=3,-11,6 - -// 13122 -[obj_13122] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (25) -womanwearoff=3,-11,6 - -// 13123 -[obj_13123] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (24) -womanwearoff=3,-11,6 - -// 13124 -[obj_13124] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (23) -womanwearoff=3,-11,6 - -// 13125 -[obj_13125] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (22) -womanwearoff=3,-11,6 - -// 13126 -[obj_13126] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (21) -womanwearoff=3,-11,6 - -// 13127 -[obj_13127] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (20) -womanwearoff=3,-11,6 - -// 13128 -[obj_13128] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (19) -womanwearoff=3,-11,6 - -// 13129 -[obj_13129] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (18) -womanwearoff=3,-11,6 - -// 13130 -[obj_13130] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (17) -womanwearoff=3,-11,6 - -// 13131 -[obj_13131] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (16) -womanwearoff=3,-11,6 - -// 13132 -[obj_13132] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (15) -womanwearoff=3,-11,6 - -// 13133 -[obj_13133] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (14) -womanwearoff=3,-11,6 - -// 13134 -[obj_13134] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (13) -womanwearoff=3,-11,6 - -// 13135 -[obj_13135] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (12) -womanwearoff=3,-11,6 - -// 13136 -[obj_13136] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (11) -womanwearoff=3,-11,6 - -// 13137 -[obj_13137] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (10) -womanwearoff=3,-11,6 - -// 13138 -[obj_13138] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (9) -womanwearoff=3,-11,6 - -// 13139 -[obj_13139] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (8) -womanwearoff=3,-11,6 - -// 13140 -[obj_13140] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (7) -womanwearoff=3,-11,6 - -// 13141 -[obj_13141] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (6) -womanwearoff=3,-11,6 - -// 13142 -[obj_13142] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (5) -womanwearoff=3,-11,6 - -// 13143 -[obj_13143] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (4) -womanwearoff=3,-11,6 - -// 13144 -[obj_13144] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (3) -womanwearoff=3,-11,6 - -// 13145 -[obj_13145] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (2) -womanwearoff=3,-11,6 - -// 13146 -[obj_13146] -members=yes -cost=1000 -iop2=Wield -iop3=Cast Bloom -model=model_33496 -manwear=model_33401 -womanwear=model_33401 -2dzoom=1838 -2dyan=88 -2dzan=300 -2dxan=480 -recol1s=20117 -recol1d=20148 -recol2s=16946 -recol2d=17009 -recol3s=14832 -recol3d=14895 -name=Ivandis flail (1) -womanwearoff=3,-11,6 - -// 13147 -[obj_13147] -cost=1 -model=model_13958 -2dxof=-11 -2dyof=14 -2dzoom=620 -2dyan=184 -2dzan=2012 -2dxan=344 -members=yes -name=Flail dust - -// 13148 -[obj_13148] -model=model_33493 -members=yes -cost=3 -iop1=Inspect -iop5=Destroy -ambient=25 -contrast=56 -2dxof=1 -2dyof=-4 -2dzoom=528 -2dyan=950 -2dxan=219 -name=Glove - -// 13149 -[obj_13149] -members=yes -cost=3 -iop1=Inspect -iop5=Destroy -model=model_33492 -ambient=25 -contrast=56 -2dxof=3 -2dyof=9 -2dzoom=976 -2dyan=114 -2dxan=312 -name=Book page - -// 13150 -[obj_13150] -op1=Inspect -op5=Destroy -members=yes -iop1=Inspect -iop5=Destroy -model=model_33500 -contrast=56 -2dxof=1 -2dzoom=1616 -2dyan=1250 -2dxan=156 -name=Crate - -// 13151 -[obj_13151] -members=yes -cost=3 -iop1=Read -iop5=Destroy -model=model_33497 -ambient=25 -contrast=56 -2dzoom=1078 -2dyan=103 -2dxan=303 -name=Combat book - -// 13152 -[obj_13152] -cost=3 -members=yes -model=model_33498 -ambient=25 -contrast=56 -2dxof=3 -2dyof=3 -2dzoom=848 -2dyan=1967 -2dzan=83 -2dxan=180 -dummyitem=2 -recolhsl1s=34867 -recolhsl1d=15383 - -// 13153 -[obj_13153] -members=yes -cost=3 -model=model_33494 -ambient=25 -contrast=56 -2dxof=3 -2dzoom=1264 -2dyan=55 -2dzan=28 -2dxan=346 -name=Chain link mould - -// 13154 -[obj_13154] -members=yes -cost=3 -model=model_33498 -ambient=25 -contrast=56 -2dxof=3 -2dyof=3 -2dzoom=848 -2dyan=1967 -2dzan=83 -2dxan=180 -name=Silvthril chain - -// 13155 -[obj_13155] -members=yes -cost=3 -iop2=Wield -iop3=Cast Bloom -model=model_33499 -manwear=model_3604 -womanwear=model_3604 -ambient=25 -contrast=56 -2dxof=-4 -2dyof=2 -2dzoom=980 -2dyan=948 -2dxan=604 -name=Silver sickle emerald(b) -womanwearoff=3,-11,6 - -// 13156 -[obj_13156] -members=yes -cost=3 -iop2=Wield -iop3=Cast Bloom -manwear=model_3604 -womanwear=model_3604 -ambient=25 -contrast=-100 -manwear=model_33402 -womanwear=model_33402 -model=model_33499 -2dxof=-4 -2dyof=2 -2dzoom=980 -2dyan=948 -2dxan=604 -name=Enchanted sickle emerald(b) -womanwearoff=3,-11,6 - -// 13157 -[obj_13157] -cost=3 -members=yes -model=model_33495 -2dxof=5 -2dyof=100 -2dzoom=1872 -2dyan=678 -2dxan=290 -ambient=25 -name=Vyre corpse - -// 13158 -[obj_13158] -cost=3 -members=yes -model=model_33501 -ambient=25 -contrast=56 -2dxof=1 -2dyof=-3 -2dzoom=500 -2dyan=1849 -2dxan=328 -name=Columbarium key - -// 13159 -[obj_13159] -cost=3 -members=yes -iop5=Destroy -model=model_33501 -ambient=25 -contrast=56 -2dxof=1 -2dyof=-3 -2dzoom=500 -2dyan=1849 -2dxan=328 -name=Ornate tomb key - -// 13160 -[obj_13160] -cost=1 -iop1=Read -members=yes -iop5=Destroy -model=model_18028 -2dxof=1 -2dzoom=1104 -2dyan=123 -2dxan=303 -ambient=10 -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -name=Tome of xp 2nd ed (3) -param=param_59,1 - -// 13161 -[obj_13161] -cost=1 -iop1=Read -members=yes -iop5=Destroy -model=model_18028 -2dxof=1 -2dzoom=1104 -2dyan=123 -2dxan=303 -ambient=10 -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -name=Tome of xp 2nd ed (2) -param=param_59,1 - -// 13162 -[obj_13162] -cost=1 -iop1=Read -members=yes -iop5=Destroy -model=model_18028 -2dxof=1 -2dzoom=1104 -2dyan=123 -2dxan=303 -ambient=10 -recol1s=6306 -recol1d=7401 -recol2s=8386 -recol2d=9515 -recol3s=18981 -recol3d=14764 -name=Tome of xp 2nd ed (1) -param=param_59,1 - -// 13163 -[obj_13163] -model=model_33311 -iop2=Wield -manwear=model_33352 -womanwear=model_33352 -cost=432 -2dxof=-1 -2dyof=8 -2dzoom=1242 -2dyan=1814 -2dxan=296 -members=yes -dummyitem=1 -name=Black cane -womanwearoff=3,-11,6 - -// 13164 -[obj_13164] -model=model_33311 -iop2=Wield -manwear=model_33352 -womanwear=model_33352 -members=yes -cost=1440 -2dxof=-1 -2dyof=8 -2dzoom=1242 -2dyan=1814 -2dxan=296 -dummyitem=1 -recol1s=4 -recol1d=6438 -recol2s=8510 -recol2d=32039 -recol3s=3183 -recol3d=15491 -recol4s=10 -recol4d=10240 -name=Adamant cane -womanwearoff=3,-11,6 - -// 13165 -[obj_13165] -model=model_33311 -iop2=Wield -manwear=model_33352 -womanwear=model_33352 -members=yes -cost=14400 -2dxof=-1 -2dyof=8 -2dzoom=1242 -2dyan=1814 -2dxan=296 -dummyitem=1 -recol1s=4 -recol1d=6476 -recol2s=8510 -recol2d=32767 -recol3s=3183 -recol3d=16846 -recol4s=10 -recol4d=11561 -name=Rune cane -womanwearoff=3,-11,6 - -// 13166 -[obj_13166] -model=model_33314 -manwear=model_33336 -womanwear=model_33345 -manwear2=model_230 -womanwear2=model_403 -manhead=model_33323 -womanhead=model_33334 -iop2=Wear -cost=200 -2dxof=-3 -2dyof=-3 -2dzoom=659 -2dyan=1893 -2dxan=80 -members=yes -dummyitem=1 -name=Top hat - -// 13167 -[obj_13167] -model=model_33318 -iop2=Wear -manwear=model_33337 -womanwear=model_33347 -manwear2=model_230 -womanwear2=model_403 -manhead=model_39421 -manhead2=model_63 -womanhead=model_38747 -womanhead2=model_39170 -cost=250 -2dxof=1 -2dyof=-11 -2dzoom=789 -2dyan=1916 -2dzan=69 -2dxan=144 -members=yes -dummyitem=1 -name=Pith helmet - -// 13168 -[obj_13168] -model=model_33310 -manwear=model_33338 -womanwear=model_33343 -manwear2=model_215 -womanwear2=model_391 -manhead=model_33319 -womanhead=model_33327 -manhead2=model_53 -womanhead2=model_114 -iop2=Wear -cost=1000 -2dxof=-4 -2dyof=-5 -2dzoom=994 -2dyan=1632 -2dxan=47 -members=yes -dummyitem=1 -name=Spiked helmet - -// 13169 -[obj_13169] -model=model_33308 -manwear=model_33340 -womanwear=model_33349 -manhead=model_33326 -womanhead=model_33331 -iop2=Wear -cost=800 -2dxof=-3 -2dyof=1 -2dzoom=738 -2dyan=1836 -2dxan=29 -members=yes -dummyitem=1 -name=Sheep mask - -// 13170 -[obj_13170] -model=model_33313 -manwear=model_33335 -womanwear=model_33346 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39476 -manhead2=model_39991 -womanhead=model_39014 -womanhead2=model_38755 -iop2=Wear -cost=800 -2dxof=-6 -2dyof=3 -2dzoom=738 -2dyan=1857 -2dxan=71 -members=yes -dummyitem=1 -name=Penguin mask - -// 13171 -[obj_13171] -model=model_33316 -manwear=model_33339 -womanwear=model_33344 -manwear2=model_215 -womanwear2=model_391 -manhead=model_39374 -manhead2=model_40039 -womanhead=model_38794 -womanhead2=model_39014 -iop2=Wear -cost=800 -2dxof=-3 -2dyof=1 -2dzoom=1178 -2dyan=1830 -2dxan=83 -members=yes -dummyitem=1 -name=Bat mask - -// 13172 -[obj_13172] -model=model_33312 -manwear=model_33342 -womanwear=model_33348 -manhead=model_39693 -womanhead=model_39073 -iop2=Wear -cost=800 -2dxof=-5 -2dyof=-3 -2dzoom=595 -2dyan=1808 -2dxan=108 -members=yes -dummyitem=1 -name=Cat mask - -// 13173 -[obj_13173] -model=model_33309 -manwear=model_33341 -womanwear=model_33350 -manhead=model_33324 -womanhead=model_33333 -iop2=Wear -cost=800 -2dxof=-3 -2dyof=-4 -2dzoom=595 -2dyan=1877 -2dxan=54 -members=yes -dummyitem=1 -name=Wolf mask - -// 13174 -[obj_13174] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -dummyitem=1 -name=Blue navy slacks - -// 13175 -[obj_13175] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=8681 -recol2s=7404 -recol2d=6567 -recol3s=4235 -recol3d=4453 -name=Green navy slacks - -// 13176 -[obj_13176] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=11396 -recol2s=7404 -recol2d=9282 -recol3s=4235 -recol3d=7168 -name=Red navy slacks - -// 13177 -[obj_13177] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=8388 -recol2s=7404 -recol2d=6274 -recol3s=4235 -recol3d=4160 -name=Brown navy slacks - -// 13178 -[obj_13178] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=0 -recol2s=4235 -recol2d=5286 -name=Black navy slacks - -// 13179 -[obj_13179] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=10345 -recol2s=7404 -recol2d=8231 -recol3s=4235 -recol3d=6149 -name=Purple navy slacks - -// 13180 -[obj_13180] -model=model_15736 -iop2=Wear -manwear=model_15976 -womanwear=model_15988 -2dxof=-5 -2dzoom=1827 -2dyan=816 -2dzan=138 -2dxan=539 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=7399 -recol2s=7404 -recol2d=5285 -recol3s=4235 -recol3d=3171 -name=Grey navy slacks - -// 13181 -[obj_13181] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -dummyitem=1 -name=Blue naval shirt - -// 13182 -[obj_13182] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=8681 -recol2s=7404 -recol2d=6567 -recol3s=4235 -recol3d=4453 -name=Green naval shirt - -// 13183 -[obj_13183] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=11396 -recol2s=7404 -recol2d=9282 -recol3s=4235 -recol3d=7168 -name=Red naval shirt - -// 13184 -[obj_13184] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=8388 -recol2s=7404 -recol2d=6274 -recol3s=4235 -recol3d=4160 -name=Brown naval shirt - -// 13185 -[obj_13185] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=0 -recol2s=4235 -recol2d=5286 -recol3s=7404 -recol3d=0 -name=Black naval shirt - -// 13186 -[obj_13186] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=10345 -recol2s=7404 -recol2d=8231 -recol3s=4235 -recol3d=6149 -name=Purple naval shirt - -// 13187 -[obj_13187] -model=model_15735 -iop2=Wear -manwear=model_15978 -manwear2=model_15973 -womanwear=model_15989 -womanwear2=model_15986 -2dzoom=1488 -2dyan=48 -2dxan=483 -members=yes -dummyitem=1 -recol1s=8463 -recol1d=7399 -recol2s=7404 -recol2d=5285 -recol3s=4235 -recol3d=3171 -name=Grey naval shirt - -// 13188 -[obj_13188] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_15967 -womanhead=model_15972 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_53 -womanhead2=model_114 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -dummyitem=1 -name=Blue tricorn hat - -// 13189 -[obj_13189] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_15967 -womanhead=model_15972 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_53 -womanhead2=model_114 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -dummyitem=1 -recol1s=8463 -recol1d=8681 -recol2s=7404 -recol2d=6567 -name=Green tricorn hat - -// 13190 -[obj_13190] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_15967 -womanhead=model_15972 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_53 -womanhead2=model_114 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -dummyitem=1 -recol1s=8463 -recol1d=11396 -recol2s=7404 -recol2d=9282 -name=Red tricorn hat - -// 13191 -[obj_13191] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_15967 -womanhead=model_15972 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_53 -womanhead2=model_114 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -dummyitem=1 -recol1s=8463 -recol1d=8388 -recol2s=7404 -recol2d=6274 -name=Brown tricorn hat - -// 13192 -[obj_13192] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_15967 -womanhead=model_15972 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_53 -womanhead2=model_114 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -dummyitem=1 -recol1s=8463 -recol1d=2115 -recol2s=7404 -recol2d=0 -name=Black tricorn hat - -// 13193 -[obj_13193] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_15967 -womanhead=model_15972 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_53 -womanhead2=model_114 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -dummyitem=1 -recol1s=8463 -recol1d=10345 -recol2s=7404 -recol2d=8231 -name=Purple tricorn hat - -// 13194 -[obj_13194] -model=model_15743 -manwear=model_15974 -womanwear=model_15987 -manhead=model_15967 -womanhead=model_15972 -manwear2=model_215 -womanwear2=model_391 -manhead2=model_53 -womanhead2=model_114 -2dxof=5 -2dyof=-15 -2dzoom=592 -2dyan=258 -2dxan=221 -iop2=Wear -members=yes -dummyitem=1 -recol1s=8463 -recol1d=7399 -recol2s=7404 -recol2d=5285 -name=Grey tricorn hat - -// 13195 -[obj_13195] -dummyitem=2 -model=model_33848 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 13196 -[obj_13196] -dummyitem=2 -model=model_33847 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 13197 -[obj_13197] -dummyitem=2 -model=model_33846 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 13198 -[obj_13198] -dummyitem=2 -model=model_33845 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 13199 -[obj_13199] -dummyitem=2 -model=model_33848 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=8456 - -// 13200 -[obj_13200] -dummyitem=2 -model=model_33847 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=8456 - -// 13201 -[obj_13201] -dummyitem=2 -model=model_33846 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=8456 - -// 13202 -[obj_13202] -dummyitem=2 -model=model_33845 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=8456 -recol2s=15789 -recol2d=8456 - -// 13203 -[obj_13203] -dummyitem=2 -model=model_33848 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes - -// 13204 -[obj_13204] -dummyitem=2 -model=model_33847 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes - -// 13205 -[obj_13205] -dummyitem=2 -model=model_33846 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes - -// 13206 -[obj_13206] -dummyitem=2 -model=model_33845 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes - -// 13207 -[obj_13207] -dummyitem=2 -model=model_33848 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 - -// 13208 -[obj_13208] -dummyitem=2 -model=model_33847 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 - -// 13209 -[obj_13209] -dummyitem=2 -model=model_33846 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 - -// 13210 -[obj_13210] -dummyitem=2 -model=model_33845 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6346 -recol2s=15789 -recol2d=6346 - -// 13211 -[obj_13211] -dummyitem=2 -model=model_33848 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 - -// 13212 -[obj_13212] -dummyitem=2 -model=model_33847 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 - -// 13213 -[obj_13213] -dummyitem=2 -model=model_33846 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 - -// 13214 -[obj_13214] -dummyitem=2 -model=model_33845 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6438 -recol2s=15789 -recol2d=6438 - -// 13215 -[obj_13215] -dummyitem=2 -model=model_33848 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 13216 -[obj_13216] -dummyitem=2 -model=model_33847 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 13217 -[obj_13217] -dummyitem=2 -model=model_33846 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 13218 -[obj_13218] -dummyitem=2 -model=model_33845 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 13219 -[obj_13219] -dummyitem=2 -model=model_33849 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 13220 -[obj_13220] -dummyitem=2 -model=model_33851 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 13221 -[obj_13221] -dummyitem=2 -model=model_33852 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 13222 -[obj_13222] -dummyitem=2 -model=model_33850 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=6476 -recol2s=15789 -recol2d=6476 - -// 13223 -[obj_13223] -dummyitem=2 -model=model_33848 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=32756 -recol2s=15789 -recol2d=28655 -recol3s=20017 -recol3d=23252 - -// 13224 -[obj_13224] -dummyitem=2 -model=model_33847 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=32756 -recol2s=15789 -recol2d=28655 -recol3s=20017 -recol3d=23252 - -// 13225 -[obj_13225] -dummyitem=2 -model=model_33846 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=32756 -recol2s=15789 -recol2d=28655 -recol3s=20017 -recol3d=23252 - -// 13226 -[obj_13226] -dummyitem=2 -model=model_33845 -2dxof=4 -2dyof=4 -2dzoom=780 -2dyan=176 -2dxan=440 -stackable=yes -recol1s=16846 -recol1d=32756 -recol2s=15789 -recol2d=28655 -recol3s=20017 -recol3d=23252 - -// 13227 -[obj_13227] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -members=yes -iop5=Destroy -cost=1 -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Mysterious lamp -param=param_59,1 - -// 13228 -[obj_13228] -model=model_7699 -2dxof=1 -2dyof=-8 -2dzoom=2512 -2dyan=207 -2dxan=150 -ambient=25 -contrast=15 -iop1=Look-inside -iop5=Destroy -members=yes -recol1s=14695 -recol1d=11556 -recol2s=13638 -recol2d=9442 -recol3s=12581 -recol3d=10499 -recol4s=11524 -recol4d=8385 -recol5s=10467 -recol5d=6272 -recol6s=9410 -recol6d=10434 -name=Crate - -// 13229 -[obj_13229] -model=model_33950 -2dzoom=656 -2dyan=366 -2dxan=267 -ambient=25 -contrast=15 -iop1=Read -iop5=Destroy -members=yes -name=Letter - -// 13230 -[obj_13230] -model=model_33953 -2dxof=4 -2dyof=-8 -2dzoom=1438 -2dyan=743 -2dxan=168 -contrast=25 -ambient=15 -manwear=model_16258 -womanwear=model_16258 -iop5=Destroy -members=yes -iop2=Wield -name=Icefiend net -womanwearoff=3,-11,6 - -// 13231 -[obj_13231] -model=model_16264 -2dxof=-3 -2dyof=-23 -2dzoom=1616 -2dyan=1979 -2dxan=69 -ambient=25 -contrast=15 -iop5=Release -members=yes -manwear=model_16258 -womanwear=model_16258 -name=Baby icefiend -womanwearoff=3,-11,6 - -// 13232 -[obj_13232] -model=model_33949 -2dxof=12 -2dyof=-100 -2dzoom=4679 -2dyan=1874 -2dxan=237 -ambient=25 -contrast=15 -iop5=Destroy -members=yes -name=Tent - -// 13233 -[obj_13233] -model=model_33954 -2dxof=1 -2dzoom=1114 -2dyan=2019 -2dxan=537 -ambient=25 -contrast=15 -iop1=Read -iop5=Destroy -members=yes -name=Plans - -// 13234 -[obj_13234] -model=model_33965 -2dxof=1 -2dyof=1 -2dzoom=400 -2dyan=158 -2dxan=303 -contrast=25 -ambient=15 -iop5=Destroy -members=yes -name=Dwarven key - -// 13235 -[obj_13235] -model=model_5623 -2dxof=-3 -2dyof=9 -2dzoom=840 -2dyan=32 -2dxan=344 -dummyitem=2 - -// 13236 -[obj_13236] -members=yes -model=model_34093 -cost=3 -2dxof=-3 -2dyof=-11 -2dzoom=1104 -2dyan=149 -2dxan=34 -name=Three little kittens - -// 13237 -[obj_13237] -model=model_2543 -manwear=model_2360 -womanwear=model_2360 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -dummyitem=2 -recol1s=13504 -recol1d=448 -recol2s=16846 -recol2d=21120 -recol3s=32759 -recol3d=16846 -womanwearoff=-3,-11,6 - -// 13238 -[obj_13238] -model=model_12306 -2dyof=18 -2dyan=148 -2dxan=356 -ambient=25 -members=yes -recol1s=7329 -recol1d=11363 -recolhsl2s=6707 -recolhsl2d=534 -name=Treated oak plank - -// 13239 -[obj_13239] -manwear=model_34124 -womanwear=model_34124 -model=model_34124 -name=Chisel -womanwearoff=3,-11,6 - -// 13240 -[obj_13240] -model=model_34124 -name=. - -// 13241 -[obj_13241] -model=model_34123 -manwear=model_34123 -womanwear=model_34123 -name=Treated plank -womanwearoff=3,-11,6 - -// 13242 -[obj_13242] -model=model_34123 -name=. - -// 13243 -[obj_13243] -model=model_34303 -contrast=10 -ambient=15 -members=yes -2dzoom=1744 -2dyan=2027 -2dxan=309 -iop1=Read -name=Stone tablet - -// 13244 -[obj_13244] -model=model_34305 -contrast=10 -ambient=15 -members=yes -2dxof=1 -2dzoom=1115 -2dyan=173 -2dxan=283 -iop1=Read -name=Tzhaar tourist guide - -// 13245 -[obj_13245] -model=model_34304 -contrast=10 -ambient=15 -members=yes -2dyof=-19 -2dzoom=4048 -2dxan=180 -iop5=Destroy -name=Stone slab - -// 13246 -[obj_13246] -model=model_34326 -contrast=10 -ambient=15 -members=yes -2dxof=-1 -2dyof=-8 -2dzoom=4432 -2dyan=124 -iop5=Destroy -name=Pillar - -// 13247 -[obj_13247] -model=model_34364 -members=yes -2dxof=-8 -2dyof=-1 -2dzoom=1114 -2dxan=443 -name=Splat - -// 13248 -[obj_13248] -model=model_34362 -members=yes -2dxof=-8 -2dyof=-1 -2dzoom=1114 -2dxan=443 -name=Splat - -// 13249 -[obj_13249] -model=model_34365 -members=yes -2dxof=-8 -2dyof=-1 -2dzoom=1114 -2dxan=443 -name=Splat - -// 13250 -[obj_13250] -model=model_34363 -members=yes -2dxof=-8 -2dyof=-1 -2dzoom=1114 -2dxan=443 -name=Splat - -// 13251 -[obj_13251] -model=model_1733 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 13252 -[obj_13252] -model=model_1570 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 13253 -[obj_13253] -model=model_3325 -dummyitem=2 -2dyof=-12 -2dzoom=919 -ambient=5 - -// 13254 -[obj_13254] -model=model_3327 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 13255 -[obj_13255] -model=model_3328 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 13256 -[obj_13256] -model=model_1251 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 13257 -[obj_13257] -model=model_2241 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 13258 -[obj_13258] -model=model_2260 -dummyitem=2 -2dxof=-5 -2dyof=2 -2dzoom=2290 -2dxan=588 - -// 13259 -[obj_13259] -model=model_34430 -members=yes -2dxof=-11 -2dyof=-15 -2dzoom=848 -2dyan=263 -2dxan=373 -ambient=25 -iop5=Destroy -name=Ranged path key - -// 13260 -[obj_13260] -model=model_34429 -members=yes -2dxof=-11 -2dyof=-15 -2dzoom=848 -2dyan=263 -2dxan=373 -ambient=25 -iop5=Destroy -name=Magic path key - -// 13261 -[obj_13261] -model=model_34413 -2dxof=-1 -2dyof=-7 -2dzoom=919 -2dyan=55 -2dzan=14 -2dxan=526 -ambient=25 -dummyitem=2 - -// 13262 -[obj_13262] -model=model_34413 -2dxof=-1 -2dyof=-7 -2dzoom=919 -2dyan=55 -2dzan=14 -2dxan=526 -ambient=25 -dummyitem=2 - -// 13263 -[obj_13263] -cost=650 -2dxof=-4 -2dyof=-3 -2dzoom=789 -2dyan=1743 -2dxan=69 -manwear=model_6775 -womanwear=model_14112 -manhead=model_39721 -womanhead=model_39146 -model=model_34411 -members=yes -iop2=Wear -iop4=Disassemble -name=Slayer helmet - -// 13264 -[obj_13264] -dummyitem=2 -stackable=yes -model=model_34404 -2dxof=5 -2dyof=-43 -2dzoom=789 -2dyan=570 -2dxan=246 -iop2=Wield -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 13265 -[obj_13265] -dummyitem=2 -stackable=yes -model=model_34403 -2dxof=3 -2dyof=-4 -2dzoom=784 -2dyan=948 -2dxan=390 -iop2=Wield -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 13266 -[obj_13266] -dummyitem=2 -stackable=yes -model=model_34421 -2dzoom=854 -2dyan=309 -2dxan=273 -iop2=Wield -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 13267 -[obj_13267] -dummyitem=2 -stackable=yes -model=model_34425 -2dxof=1 -2dyof=-11 -2dzoom=789 -2dyan=237 -2dxan=189 -iop2=Wield -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 - -// 13268 -[obj_13268] -dummyitem=2 -stackable=yes -cost=3 -model=model_34420 -2dxof=-9 -2dyof=16 -2dzoom=720 -2dyan=6 -2dxan=312 -iop2=Wield - -// 13269 -[obj_13269] -dummyitem=2 -stackable=yes -cost=3 -model=model_34427 -2dxof=4 -2dyof=12 -2dzoom=720 -2dyan=150 -2dxan=366 -iop2=Wield - -// 13270 -[obj_13270] -dummyitem=2 -stackable=yes -cost=3 -model=model_34416 -2dxof=3 -2dyof=36 -2dzoom=848 -2dyan=390 -2dxan=309 -iop2=Wield - -// 13271 -[obj_13271] -dummyitem=2 -stackable=yes -cost=3 -model=model_34412 -2dxof=3 -2dyof=-24 -2dzoom=848 -2dyan=393 -2dxan=240 -iop2=Wield - -// 13272 -[obj_13272] -dummyitem=2 -stackable=yes -cost=3 -model=model_34407 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield - -// 13273 -[obj_13273] -dummyitem=2 -stackable=yes -cost=3 -model=model_34419 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield - -// 13274 -[obj_13274] -dummyitem=2 -stackable=yes -cost=3 -model=model_34422 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield - -// 13275 -[obj_13275] -dummyitem=2 -stackable=yes -cost=3 -model=model_34424 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield - -// 13276 -[obj_13276] -model=model_34413 -members=yes -2dxof=-1 -2dyof=-7 -2dzoom=919 -2dyan=55 -2dzan=14 -2dxan=526 -ambient=25 -name=Banshee voice - -// 13277 -[obj_13277] -model=model_34417 -2dxof=1 -2dyof=-4 -2dzoom=658 -2dyan=131 -2dzan=2019 -2dxan=150 -iop2=Wear -manwear=model_10342 -womanwear=model_30479 -manhead=model_39193 -womanhead=model_38845 -members=yes -iop4=Disassemble -cost=400 -name=Masked earmuffs - -// 13278 -[obj_13278] -stackable=yes -model=model_34409 -cost=50 -2dxof=3 -2dyof=1 -2dzoom=400 -2dyan=192 -2dxan=411 -count1=obj_13264,2 -count2=obj_13265,3 -count3=obj_13266,4 -count4=obj_13267,5 -members=yes -stockmarket=yes -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -name=Broad arrow heads - -// 13279 -[obj_13279] -stackable=yes -cost=50 -model=model_34410 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -count1=obj_13272,2 -count2=obj_13273,3 -count3=obj_13274,4 -count4=obj_13275,5 -members=yes -stockmarket=yes -name=Unfinished broad bolts - -// 13280 -[obj_13280] -stackable=yes -cost=50 -model=model_34408 -2dxof=3 -2dyof=5 -2dzoom=720 -2dyan=117 -2dxan=477 -iop2=Wield -count1=obj_13268,2 -count2=obj_13269,3 -count3=obj_13270,4 -count4=obj_13271,5 -members=yes -stockmarket=yes -name=Broad-tipped bolts - -// 13281 -[obj_13281] -cost=150 -model=model_34414 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -members=yes -recolhsl1s=127 -recolhsl1d=48859 -recolhsl2s=82 -recolhsl2d=48835 -name=Ring of slaying(8) - -// 13282 -[obj_13282] -cost=150 -members=yes -model=model_34414 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -recolhsl1s=127 -recolhsl1d=48859 -recolhsl2s=82 -recolhsl2d=48835 -name=Ring of slaying(7) - -// 13283 -[obj_13283] -cost=150 -members=yes -model=model_34414 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -recolhsl1s=127 -recolhsl1d=48859 -recolhsl2s=82 -recolhsl2d=48835 -name=Ring of slaying(6) - -// 13284 -[obj_13284] -cost=150 -members=yes -model=model_34414 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -recolhsl1s=127 -recolhsl1d=48859 -recolhsl2s=82 -recolhsl2d=48835 -name=Ring of slaying(5) - -// 13285 -[obj_13285] -cost=150 -model=model_34414 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -members=yes -recolhsl1s=127 -recolhsl1d=48859 -recolhsl2s=82 -recolhsl2d=48835 -name=Ring of slaying(4) - -// 13286 -[obj_13286] -cost=150 -members=yes -model=model_34414 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -recolhsl1s=127 -recolhsl1d=48859 -recolhsl2s=82 -recolhsl2d=48835 -name=Ring of slaying(3) - -// 13287 -[obj_13287] -cost=150 -members=yes -model=model_34414 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -recolhsl1s=127 -recolhsl1d=48859 -recolhsl2s=82 -recolhsl2d=48835 -name=Ring of slaying(2) - -// 13288 -[obj_13288] -cost=150 -members=yes -model=model_34414 -2dxof=-1 -2dyof=1 -2dzoom=830 -2dyan=135 -2dzan=2024 -2dxan=322 -iop2=Wear -iop4=Rub -recolhsl1s=127 -recolhsl1d=48859 -recolhsl2s=82 -recolhsl2d=48835 -name=Ring of slaying(1) - -// 13289 -[obj_13289] -model=model_34598 -manwear=model_34598 -womanwear=model_34598 -cost=3 -dummyitem=2 -womanwearoff=3,-11,6 - -// 13290 -[obj_13290] -members=yes -model=model_34603 -iop2=Wield -manwear=model_34602 -womanwear=model_34602 -2dzoom=1360 -2dyan=198 -2dxan=216 -cost=68000 -stockmarket=yes -name=Leaf-bladed sword -womanwearoff=3,-11,6 -certlink=obj_13291 - -// 13291 -[obj_13291] -certlink=obj_13290 -certtemplate=obj_799 - -// 13292 -[obj_13292] -model=model_18023 -ambient=50 -contrast=50 -2dyof=-3 -2dzoom=740 -2dyan=555 -2dxan=576 -members=yes -cost=0 -iop5=Destroy -name=Letter - -// 13293 -[obj_13293] -model=model_34745 -cost=0 -2dxof=-1 -2dyof=7 -2dzoom=656 -2dyan=33 -2dxan=371 -members=yes -iop5=Destroy -recolhsl1s=645 -recolhsl1d=10392 -name=Plans - -// 13294 -[obj_13294] -model=model_34709 -cost=0 -2dxof=-1 -2dyof=7 -2dzoom=912 -2dyan=33 -2dxan=371 -members=yes -iop5=Destroy -name=Charcoal rubbing - -// 13295 -[obj_13295] -model=model_34757 -cost=0 -2dxof=-1 -2dyof=3 -2dzoom=656 -2dyan=33 -2dxan=371 -members=yes -iop5=Destroy -name=Frank's mark - -// 13296 -[obj_13296] -model=model_34728 -cost=0 -2dxof=1 -2dyof=-38 -2dzoom=550 -2dyan=1964 -2dxan=263 -members=yes -iop5=Destroy -name=Crude lockpick - -// 13297 -[obj_13297] -model=model_34729 -iop2=Wear -manwear=model_34655 -womanwear=model_34689 -manwear2=model_34650 -womanwear2=model_34686 -2dyof=-4 -2dzoom=1308 -2dyan=41 -2dxan=512 -members=yes -cost=0 -iop5=Destroy -name=Customs shirt - -// 13298 -[obj_13298] -model=model_34722 -iop2=Wear -manwear=model_34668 -womanwear=model_34703 -2dxof=5 -2dyof=12 -2dzoom=1503 -2dyan=194 -2dxan=401 -members=yes -cost=0 -iop5=Destroy -name=Customs trousers - -// 13299 -[obj_13299] -iop2=Wear -members=yes -members=yes -model=model_32211 -manwear=model_194 -manwear2=model_215 -womanwear=model_370 -womanwear2=model_391 -manhead=model_39481 -womanhead=model_38789 -2dzoom=720 -2dyan=120 -2dxan=111 -cost=0 -iop5=Destroy -recol1s=6354 -recol1d=4234 -name=Customs hat - -// 13300 -[obj_13300] -model=model_34716 -members=yes -2dzoom=720 -2dyan=2018 -2dxan=315 -cost=0 -iop5=Destroy -name=File - -// 13301 -[obj_13301] -model=model_34716 -members=yes -2dzoom=720 -2dyan=2018 -2dxan=315 -cost=0 -iop5=Destroy -name=File - -// 13302 -[obj_13302] -model=model_34714 -2dyof=12 -2dzoom=789 -2dyan=1494 -2dxan=318 -members=yes -cost=0 -iop5=Destroy -name=Brooch - -// 13303 -[obj_13303] -model=model_34757 -cost=0 -2dxof=-1 -2dyof=3 -2dzoom=656 -2dyan=33 -2dxan=371 -members=yes -iop5=Destroy -name=Izzy's mark - -// 13304 -[obj_13304] -model=model_34751 -2dyof=8 -2dzoom=1232 -2dyan=222 -2dxan=396 -members=yes -iop5=Destroy -name=Key - -// 13305 -[obj_13305] -model=model_34726 -2dzoom=724 -2dxan=180 -members=yes -iop5=Destroy -name=Crowbar - -// 13306 -[obj_13306] -model=model_34726 -2dzoom=724 -2dxan=180 -manwear=model_34674 -womanwear=model_34674 -members=yes -dummyitem=2 -womanwearoff=3,-11,6 - -// 13307 -[obj_13307] -model=model_34754 -2dyof=4 -2dzoom=1697 -2dyan=1361 -2dzan=2006 -2dxan=170 -ambient=25 -contrast=25 -members=yes -iop5=Destroy -name=Idol of many heads - -// 13308 -[obj_13308] -model=model_34757 -cost=0 -2dxof=-1 -2dyof=3 -2dzoom=656 -2dyan=33 -2dxan=371 -members=yes -iop5=Destroy -name=Bill teach's mark - -// 13309 -[obj_13309] -model=model_34707 -2dzoom=919 -2dyan=2042 -2dxan=286 -members=yes -cost=0 -iop5=Destroy -name=Paper - -// 13310 -[obj_13310] -model=model_34721 -2dzoom=919 -2dyan=2042 -2dxan=286 -members=yes -cost=0 -iop5=Destroy -name=Confession - -// 13311 -[obj_13311] -model=model_34745 -2dzoom=919 -2dyan=2042 -2dxan=286 -members=yes -cost=0 -iop5=Destroy -name=Note - -// 13312 -[obj_13312] -model=model_34723 -2dxof=-5 -2dyof=-1 -2dzoom=500 -2dzan=1881 -2dxan=1840 -members=yes -cost=0 -iop5=Destroy -name=Ink bottle - -// 13313 -[obj_13313] -model=model_34742 -2dzoom=919 -2dyan=2042 -2dxan=286 -members=yes -cost=0 -iop5=Destroy -name=Inky paper - -// 13314 -[obj_13314] -model=model_34737 -2dxof=-5 -2dyof=-1 -2dzoom=500 -2dzan=1881 -2dxan=1840 -members=yes -cost=0 -iop5=Destroy -name=Ink bottle - -// 13315 -[obj_13315] -model=model_34711 -2dxof=3 -2dyof=14 -2dzoom=465 -2dyan=235 -2dxan=318 -members=yes -cost=0 -iop5=Destroy -name=Smashed bottle - -// 13316 -[obj_13316] -model=model_34741 -2dyof=-4 -2dzoom=1308 -2dyan=41 -2dxan=512 -iop2=Wear -manwear=model_34653 -womanwear=model_34688 -manwear2=model_34651 -womanwear2=model_34687 -members=yes -cost=0 -iop5=Destroy -name=Prison uniform top - -// 13317 -[obj_13317] -model=model_34755 -2dxof=-5 -2dyof=-3 -2dzoom=1438 -2dyan=235 -2dzan=249 -2dxan=498 -iop2=Wear -manwear=model_34667 -womanwear=model_34702 -members=yes -cost=0 -iop5=Destroy -name=Prison uniform trousers - -// 13318 -[obj_13318] -model=model_34705 -2dyof=-4 -2dzoom=1308 -2dyan=41 -2dxan=512 -manwear=model_34656 -womanwear=model_34690 -manwear2=model_34651 -womanwear2=model_34687 -members=yes -cost=0 -iop5=Destroy -name=Fishy prison uniform top - -// 13319 -[obj_13319] -model=model_34747 -2dxof=20 -2dyof=-9 -2dzoom=912 -2dyan=1687 -2dxan=124 -manwear=model_34672 -womanwear=model_34672 -members=yes -cost=0 -iop5=Destroy -recolhsl1s=38044 -recolhsl1d=36932 -recolhsl2s=38049 -recolhsl2d=36940 -recolhsl3s=38040 -recolhsl3d=36916 -recolhsl4s=38036 -recolhsl4d=36908 -name=Tin cup -womanwearoff=3,-11,6 - -// 13320 -[obj_13320] -model=model_34747 -2dxof=20 -2dyof=-9 -2dzoom=912 -2dyan=1687 -2dxan=124 -manwear=model_34672 -womanwear=model_34672 -members=yes -cost=0 -iop5=Destroy -recolhsl1s=38044 -recolhsl1d=36932 -recolhsl2s=38049 -recolhsl2d=36940 -recolhsl3s=38040 -recolhsl3d=36916 -recolhsl4s=38036 -recolhsl4d=36908 -name=Tin cup -womanwearoff=3,-11,6 - -// 13321 -[obj_13321] -model=model_34735 -2dzoom=720 -2dyan=9 -2dxan=225 -members=yes -cost=0 -iop5=Destroy -name=Pipe - -// 13322 -[obj_13322] -model=model_34736 -2dxof=3 -2dyof=-1 -2dzoom=1178 -2dyan=1895 -2dxan=138 -members=yes -cost=0 -iop1=Play -iop5=Destroy -name=Accordion - -// 13323 -[obj_13323] -model=model_34731 -2dxof=3 -2dyof=-1 -2dzoom=1178 -2dyan=1895 -2dxan=138 -members=yes -cost=0 -iop1=Play -iop5=Destroy -name=Accordion - -// 13324 -[obj_13324] -model=model_34738 -manwear=model_34675 -womanwear=model_34675 -2dxof=3 -2dyof=-1 -2dzoom=1178 -2dyan=1895 -2dxan=138 -members=yes -cost=0 -iop1=Play -iop5=Destroy -name=Accordion -womanwearoff=3,-11,6 - -// 13325 -[obj_13325] -model=model_34738 -manwear=model_34675 -womanwear=model_34675 -2dxof=3 -2dyof=-1 -2dzoom=1178 -2dyan=1895 -2dxan=138 -members=yes -cost=0 -iop1=Play -iop5=Destroy -name=Vacuum pump -womanwearoff=3,-11,6 - -// 13326 -[obj_13326] -model=model_34740 -manwear=model_34676 -womanwear=model_34676 -2dxof=3 -2dyof=-1 -2dzoom=1178 -2dyan=1895 -2dxan=138 -members=yes -cost=0 -iop1=Play -iop5=Destroy -name=Vacuum pump and gull -womanwearoff=3,-11,6 - -// 13327 -[obj_13327] -model=model_34749 -2dyof=24 -2dzoom=984 -2dyan=1245 -2dxan=373 -members=yes -cost=0 -iop5=Destroy -name=Quill - -// 13328 -[obj_13328] -model=model_34749 -2dyof=24 -2dzoom=984 -2dyan=1245 -2dxan=373 -members=yes -cost=0 -iop5=Destroy -name=Inky quill - -// 13329 -[obj_13329] -model=model_34725 -members=yes -2dzoom=720 -2dyan=2018 -2dxan=315 -cost=0 -iop5=Destroy -name=File - -// 13330 -[obj_13330] -model=model_34716 -members=yes -2dzoom=720 -2dyan=2018 -2dxan=315 -cost=0 -iop5=Destroy -name=File - -// 13331 -[obj_13331] -model=model_34719 -2dxof=-3 -2dyof=47 -2dzoom=1232 -2dyan=1703 -2dxan=277 -members=yes -cost=0 -name=Ex-parrot - -// 13332 -[obj_13332] -model=model_34748 -2dyof=-4 -2dyan=216 -2dxan=117 -members=yes -cost=0 -iop5=Destroy -name=Magical cage - -// 13333 -[obj_13333] -model=model_34708 -2dyof=-8 -2dzoom=1892 -2dyan=1766 -2dxan=111 -members=yes -iop1=Remove -cost=0 -iop5=Destroy -name=Ex-parrot in a magic cage - -// 13334 -[obj_13334] -model=model_34732 -2dyof=-8 -2dzoom=1892 -2dyan=1766 -2dxan=111 -members=yes -iop1=Remove -cost=0 -iop5=Destroy -name=Ex-ex-parrot in a magic cage - -// 13335 -[obj_13335] -model=model_34717 -2dxof=1 -2dyof=-12 -2dzoom=1632 -2dyan=1757 -2dxan=1997 -cost=0 -members=yes -name=Ex-ex-parrot - -// 13336 -[obj_13336] -model=model_34717 -2dxof=1 -2dyof=-12 -2dzoom=1632 -2dyan=1757 -2dxan=1997 -cost=0 -members=yes -name=Ex-ex-parrot - -// 13337 -[obj_13337] -model=model_34713 -2dxof=20 -2dyof=-12 -2dzoom=789 -2dyan=97 -2dzan=180 -2dxan=2047 -iop3=Loot -iop5=Destroy -members=yes -cost=50 -stockmarket=yes -name=Pirate impling jar -certlink=obj_13338 - -// 13338 -[obj_13338] -certlink=obj_13337 -certtemplate=obj_799 - -// 13339 -[obj_13339] -model=model_15990 -members=yes -manwear=model_34658 -womanwear=model_34691 -iop2=Wear -manhead=model_39670 -womanhead=model_39052 -2dxof=5 -2dyof=9 -2dzoom=789 -2dyan=429 -2dzan=138 -2dxan=567 -cost=100 -ambient=25 -name=Bandana and eyepatch - -// 13340 -[obj_13340] -model=model_15990 -members=yes -manwear=model_34661 -womanwear=model_34694 -iop2=Wear -manhead=model_34626 -manhead2=model_15918 -womanhead=model_34626 -womanhead2=model_15922 -2dxof=5 -2dyof=9 -2dzoom=789 -2dyan=429 -2dzan=138 -2dxan=567 -cost=100 -ambient=25 -name=Bandana and eyepatches - -// 13341 -[obj_13341] -model=model_15990 -members=yes -manwear=model_34658 -womanwear=model_34691 -iop2=Wear -manhead=model_39670 -womanhead=model_39052 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recol1s=32765 -recol1d=23650 -name=Bandana and eyepatch - -// 13342 -[obj_13342] -model=model_15990 -members=yes -manwear=model_34661 -womanwear=model_34694 -iop2=Wear -manhead=model_39471 -manhead2=model_39595 -womanhead=model_38855 -womanhead2=model_38976 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recol1s=32765 -recol1d=23650 -name=Bandana and eyepatches - -// 13343 -[obj_13343] -model=model_15990 -members=yes -manwear=model_34658 -womanwear=model_34691 -iop2=Wear -manhead=model_39670 -womanhead=model_39052 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recol1s=32765 -recol1d=11767 -name=Bandana and eyepatch - -// 13344 -[obj_13344] -model=model_15990 -members=yes -manwear=model_34661 -womanwear=model_34694 -iop2=Wear -manhead=model_34626 -manhead2=model_15918 -womanhead=model_34626 -womanhead2=model_15922 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recol1s=32765 -recol1d=11767 -name=Bandana and eyepatches - -// 13345 -[obj_13345] -model=model_15990 -members=yes -manwear=model_34658 -womanwear=model_34691 -iop2=Wear -manhead=model_39670 -womanhead=model_39052 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recol1s=32765 -recol1d=3136 -name=Bandana and eyepatch - -// 13346 -[obj_13346] -model=model_15990 -members=yes -manwear=model_34661 -womanwear=model_34694 -iop2=Wear -manhead=model_39471 -manhead2=model_39595 -womanhead=model_38855 -womanhead2=model_38976 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recol1s=32765 -recol1d=3136 -name=Bandana and eyepatches - -// 13347 -[obj_13347] -model=model_15990 -members=yes -manwear=model_34658 -womanwear=model_34691 -iop2=Wear -manhead=model_39670 -womanhead=model_39052 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recolhsl1s=10363 -recolhsl1d=4131 -name=Bandana and eyepatch - -// 13348 -[obj_13348] -model=model_15990 -members=yes -manwear=model_34661 -womanwear=model_34694 -iop2=Wear -manhead=model_34626 -manhead2=model_15918 -womanhead=model_34626 -womanhead2=model_15922 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recolhsl1s=10363 -recolhsl1d=4131 -name=Bandana and eyepatches - -// 13349 -[obj_13349] -model=model_15990 -members=yes -manwear=model_34658 -womanwear=model_34691 -iop2=Wear -manhead=model_39670 -womanhead=model_39052 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recolhsl1s=10363 -recolhsl1d=48673 -name=Bandana and eyepatch - -// 13350 -[obj_13350] -model=model_15990 -members=yes -manwear=model_34661 -womanwear=model_34694 -iop2=Wear -manhead=model_34626 -manhead2=model_15918 -womanhead=model_34626 -womanhead2=model_15922 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recolhsl1s=10363 -recolhsl1d=48673 -name=Bandana and eyepatches - -// 13351 -[obj_13351] -model=model_15990 -members=yes -manwear=model_34658 -womanwear=model_34691 -iop2=Wear -manhead=model_39670 -womanhead=model_39052 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recol1s=32765 -recol1d=28368 -name=Bandana and eyepatch - -// 13352 -[obj_13352] -model=model_15990 -members=yes -manwear=model_34661 -womanwear=model_34694 -iop2=Wear -manhead=model_45460 -womanhead=model_45461 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recol1s=32765 -recol1d=28368 -name=Bandana and eyepatches - -// 13353 -[obj_13353] -model=model_34750 -members=yes -manwear=model_34662 -womanwear=model_34695 -iop2=Wear -manhead=model_39471 -womanhead=model_38855 -2dxof=-11 -2dyof=-36 -2dzoom=1173 -2dyan=123 -2dzan=138 -2dxan=384 -ambient=25 -cost=100 -name=Double eyepatches - -// 13354 -[obj_13354] -model=model_34710 -members=yes -manwear=model_34660 -manwear2=model_215 -womanwear=model_34696 -womanwear2=model_391 -iop2=Wear -manhead=model_45037 -manhead2=model_39991 -womanhead=model_45034 -womanhead2=model_39101 -2dyof=-3 -2dzoom=661 -2dyan=2006 -2dzan=138 -2dxan=166 -ambient=25 -cost=100 -name=Pirate hat and eyepatches - -// 13355 -[obj_13355] -model=model_2417 -members=yes -manwear=model_34663 -womanwear=model_34692 -iop2=Wear -manhead=model_39561 -womanhead=model_38813 -2dxof=-1 -2dzoom=789 -2dyan=294 -2dzan=138 -2dxan=447 -ambient=25 -cost=100 -stockmarket=yes -name=Left eyepatch -certlink=obj_13356 - -// 13356 -[obj_13356] -certlink=obj_13355 -certtemplate=obj_799 - -// 13357 -[obj_13357] -model=model_15991 -members=yes -manwear=model_44867 -manwear2=model_215 -womanwear=model_44868 -womanwear2=model_391 -iop2=Wear -manhead2=model_39991 -manhead=model_45035 -womanhead2=model_39101 -womanhead=model_45033 -2dyof=-3 -2dzoom=661 -2dyan=2006 -2dzan=138 -2dxan=166 -ambient=25 -cost=100 -name=Pirate hat and eyepatch - -// 13358 -[obj_13358] -model=model_11146 -members=yes -manwear=model_11116 -womanwear=model_11121 -iop2=Wear -2dyof=2 -2dzoom=1178 -2dxan=568 -cost=300 -stockmarket=yes -recolhsl1s=7719 -recolhsl1d=60 -name=Stripy pirate shirt -certlink=obj_13359 - -// 13359 -[obj_13359] -certlink=obj_13358 -certtemplate=obj_799 - -// 13360 -[obj_13360] -model=model_11146 -members=yes -manwear=model_11116 -womanwear=model_11121 -iop2=Wear -2dyof=2 -2dzoom=1178 -2dxan=568 -cost=300 -stockmarket=yes -recolhsl1s=7719 -recolhsl1d=47662 -recol2s=32767 -recol2d=25278 -name=Stripy pirate shirt -certlink=obj_13361 - -// 13361 -[obj_13361] -certlink=obj_13360 -certtemplate=obj_799 - -// 13362 -[obj_13362] -model=model_11146 -members=yes -manwear=model_11116 -womanwear=model_11121 -iop2=Wear -2dyof=2 -2dzoom=1178 -2dxan=568 -cost=300 -stockmarket=yes -recolhsl1s=7719 -recolhsl1d=4683 -recolhsl2s=127 -recolhsl2d=4339 -name=Stripy pirate shirt -certlink=obj_13363 - -// 13363 -[obj_13363] -certlink=obj_13362 -certtemplate=obj_799 - -// 13364 -[obj_13364] -model=model_11142 -members=yes -manwear=model_11112 -womanwear=model_11120 -iop2=Wear -2dyof=-2 -2dzoom=1740 -2dxan=444 -cost=350 -stockmarket=yes -recolhsl1s=9763 -recolhsl1d=4124 -name=Pirate leggings -certlink=obj_13365 - -// 13365 -[obj_13365] -certlink=obj_13364 -certtemplate=obj_799 - -// 13366 -[obj_13366] -model=model_11142 -members=yes -manwear=model_11112 -womanwear=model_11120 -iop2=Wear -2dyof=-2 -2dzoom=1740 -2dxan=444 -cost=350 -stockmarket=yes -recolhsl1s=9763 -recolhsl1d=47662 -name=Pirate leggings -certlink=obj_13367 - -// 13367 -[obj_13367] -certlink=obj_13366 -certtemplate=obj_799 - -// 13368 -[obj_13368] -model=model_11142 -members=yes -manwear=model_11112 -womanwear=model_11120 -iop2=Wear -2dyof=-2 -2dzoom=1740 -2dxan=444 -cost=350 -stockmarket=yes -recolhsl1s=9763 -recolhsl1d=4683 -name=Pirate leggings -certlink=obj_13369 - -// 13369 -[obj_13369] -certlink=obj_13368 -certtemplate=obj_799 - -// 13370 -[obj_13370] -model=model_11140 -members=yes -manwear=model_11111 -womanwear=model_11118 -iop2=Wear -manhead=model_39807 -womanhead=model_38915 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -stockmarket=yes -recolhsl1s=127 -recolhsl1d=4131 -name=Bandana -certlink=obj_13371 - -// 13371 -[obj_13371] -certlink=obj_13370 -certtemplate=obj_799 - -// 13372 -[obj_13372] -model=model_11140 -members=yes -manwear=model_11111 -womanwear=model_11118 -iop2=Wear -manhead=model_39807 -womanhead=model_38915 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -stockmarket=yes -recolhsl1s=127 -recolhsl1d=48673 -name=Bandana -certlink=obj_13373 - -// 13373 -[obj_13373] -certlink=obj_13372 -certtemplate=obj_799 - -// 13374 -[obj_13374] -model=model_11140 -members=yes -manwear=model_11111 -womanwear=model_11118 -iop2=Wear -manhead=model_39807 -womanhead=model_38915 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -stockmarket=yes -recol1s=32767 -recol1d=28368 -recol2s=32765 -recol2d=29282 -name=Bandana -certlink=obj_13375 - -// 13375 -[obj_13375] -certlink=obj_13374 -certtemplate=obj_799 - -// 13376 -[obj_13376] -model=model_15990 -members=yes -manwear=model_11111 -manwear2=model_236 -womanwear=model_11118 -womanwear2=model_410 -iop2=Wear -manhead=model_39807 -manhead2=model_39307 -womanhead=model_38915 -womanhead2=model_38888 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recolhsl1s=10363 -recolhsl1d=48673 -recolhsl2s=127 -recolhsl2d=48673 -name=Bandana and eyepatch - -// 13377 -[obj_13377] -model=model_15990 -members=yes -manwear=model_11111 -manwear2=model_236 -womanwear=model_11118 -womanwear2=model_410 -iop2=Wear -manhead=model_11186 -manhead2=model_68 -womanhead=model_11189 -womanhead2=model_126 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recol1s=32765 -recol1d=28368 -recol2s=32767 -recol2d=28368 -name=Bandana and eyepatch - -// 13378 -[obj_13378] -model=model_15990 -members=yes -manwear=model_11111 -manwear2=model_236 -womanwear=model_11118 -womanwear2=model_410 -iop2=Wear -manhead=model_11186 -manhead2=model_68 -womanhead=model_11189 -womanhead2=model_126 -2dyof=8 -2dzoom=720 -2dyan=417 -2dxan=609 -cost=100 -recolhsl1s=10363 -recolhsl1d=4131 -recolhsl2s=127 -recolhsl2d=4131 -name=Bandana and eyepatch - -// 13379 -[obj_13379] -model=model_34739 -2dyan=1137 -2dxan=264 -members=yes -cost=0 -iop5=Destroy -name=Rock fragments - -// 13380 -[obj_13380] -model=model_34745 -cost=0 -2dxof=-1 -2dyof=7 -2dzoom=1000 -2dyan=33 -2dxan=371 -members=yes -iop5=Destroy -name=Introduction letter - -// 13381 -[obj_13381] -model=model_34712 -2dxof=39 -2dyof=-7 -2dzoom=3838 -2dyan=2047 -2dzan=124 -2dxan=2047 -iop1=Take-Apart -members=yes -cost=0 -iop5=Destroy -name=Broken hand - -// 13382 -[obj_13382] -model=model_34712 -2dxof=39 -2dyof=-7 -2dzoom=3838 -2dyan=2047 -2dzan=124 -2dxan=2047 -iop1=Take-Apart -members=yes -cost=0 -iop5=Destroy -name=Broken hand - -// 13383 -[obj_13383] -model=model_34712 -2dxof=39 -2dyof=-7 -2dzoom=3838 -2dyan=2047 -2dzan=124 -2dxan=2047 -iop1=Take-Apart -members=yes -cost=0 -iop5=Destroy -name=Broken hand - -// 13384 -[obj_13384] -model=model_34712 -2dxof=39 -2dyof=-7 -2dzoom=3838 -2dyan=2047 -2dzan=124 -2dxan=2047 -iop1=Take-Apart -members=yes -cost=0 -iop5=Destroy -name=Broken hand - -// 13385 -[obj_13385] -model=model_34712 -2dxof=39 -2dyof=-7 -2dzoom=3838 -2dyan=2047 -2dzan=124 -2dxan=2047 -iop1=Take-Apart -members=yes -cost=0 -iop5=Destroy -name=Broken hand - -// 13386 -[obj_13386] -model=model_34724 -2dxof=4 -2dyof=-21 -2dzoom=1872 -2dyan=2018 -members=yes -cost=0 -iop5=Destroy -name=Fingers - -// 13387 -[obj_13387] -model=model_34715 -2dxof=-3 -2dyof=-9 -2dzoom=976 -2dyan=1967 -2dxan=48 -members=yes -cost=0 -iop5=Destroy -name=Thumb - -// 13388 -[obj_13388] -model=model_34734 -2dxof=-1 -2dyof=-28 -2dzoom=1616 -2dyan=2006 -2dxan=78 -members=yes -cost=0 -iop5=Destroy -name=Hand - -// 13389 -[obj_13389] -model=model_34720 -2dzoom=1360 -2dyan=129 -2dxan=9 -members=yes -cost=0 -iop5=Destroy -name=Wrist - -// 13390 -[obj_13390] -model=model_34733 -2dzoom=1232 -members=yes -cost=0 -iop5=Destroy -name=Brace - -// 13391 -[obj_13391] -model=model_34752 -2dxof=39 -2dyof=-7 -2dzoom=3838 -2dyan=2047 -2dzan=124 -2dxan=2047 -members=yes -cost=0 -iop5=Destroy -name=Brass hand - -// 13392 -[obj_13392] -model=model_34746 -2dxof=1 -2dyof=3 -2dyan=1961 -2dxan=636 -members=yes -cost=0 -iop5=Destroy -name=Ink pad - -// 13393 -[obj_13393] -model=model_34744 -2dxof=39 -2dyof=-7 -2dzoom=3838 -2dyan=2047 -2dzan=124 -2dxan=2047 -members=yes -cost=0 -iop5=Destroy -name=Inky hand - -// 13394 -[obj_13394] -model=model_34707 -2dzoom=919 -2dxan=304 -members=yes -cost=0 -iop5=Destroy -name=Paper - -// 13395 -[obj_13395] -model=model_34753 -cost=0 -2dxof=-1 -2dyof=3 -2dzoom=656 -2dyan=33 -2dxan=371 -members=yes -iop5=Destroy -name=Brass hand harry's mark - -// 13396 -[obj_13396] -iop2=Wear -members=yes -model=model_34730 -2dxof=-1 -2dyof=11 -2dzoom=650 -2dyan=147 -2dxan=353 -cost=0 -manwear=model_34649 -womanwear=model_34701 -manhead=model_39195 -womanhead=model_38890 -iop5=Destroy -name=Fake beard - -// 13397 -[obj_13397] -iop2=Wear -members=yes -model=model_34706 -2dxof=1 -2dyof=-16 -2dzoom=400 -2dyan=15 -2dxan=191 -cost=0 -manwear=model_34648 -womanwear=model_34700 -manhead=model_39179 -womanhead=model_38878 -iop5=Destroy -name=Fake moustache and nose - -// 13398 -[obj_13398] -iop2=Wear -members=yes -model=model_34743 -2dxof=5 -2dyof=4 -2dzoom=400 -2dyan=93 -2dxan=335 -cost=0 -manwear=model_34647 -womanwear=model_34699 -manhead=model_39269 -womanhead=model_38868 -iop5=Destroy -name=Fake monocle, moustache and nose - -// 13399 -[obj_13399] -iop2=Wear -members=yes -model=model_34718 -manwear=model_34665 -womanwear=model_34698 -manhead=model_39768 -womanhead=model_39138 -2dyof=1 -2dzoom=728 -2dyan=180 -2dxan=30 -cost=0 -iop5=Destroy -name=Curly wig - -// 13400 -[obj_13400] -iop2=Wear -members=yes -model=model_34756 -manwear=model_34664 -womanwear=model_34697 -manhead=model_39864 -womanhead=model_39061 -2dzoom=663 -2dyan=2021 -2dxan=66 -cost=0 -iop5=Destroy -name=Straight wig - -// 13401 -[obj_13401] -model=model_34745 -cost=0 -2dxof=-1 -2dyof=7 -2dzoom=1000 -2dyan=33 -2dxan=371 -members=yes -iop5=Destroy -name=Order - -// 13402 -[obj_13402] -model=model_34757 -cost=0 -2dxof=-1 -2dyof=3 -2dzoom=656 -2dyan=33 -2dxan=371 -members=yes -iop5=Destroy -name=Braindeath's mark - -// 13403 -[obj_13403] -cost=300 -model=model_40604 -manwear=model_33031 -womanwear=model_33031 -members=yes -2dxof=1 -2dyof=45 -2dzoom=735 -2dyan=69 -2dxan=290 -recolhsl1s=5174 -recolhsl1d=6844 -recolhsl2s=5170 -recolhsl2d=6840 -recolhsl3s=5166 -recolhsl3d=6836 -recolhsl4s=5162 -recolhsl4d=6832 -recolhsl5s=5154 -recolhsl5d=6828 -name=Golden tinderbox - -// 13404 -[obj_13404] -dummyitem=2 -manwear=model_40278 -womanwear=model_40278 -model=model_40278 - -// 13405 -[obj_13405] -lentlink=obj_11235 -lenttemplate=obj_13009 - -// 13406 -[obj_13406] -lentlink=obj_4675 -lenttemplate=obj_13009 - -// 13407 -[obj_13407] -lentlink=obj_3749 -lenttemplate=obj_13009 - -// 13408 -[obj_13408] -lentlink=obj_3751 -lenttemplate=obj_13009 - -// 13409 -[obj_13409] -lentlink=obj_3753 -lenttemplate=obj_13009 - -// 13410 -[obj_13410] -lentlink=obj_3755 -lenttemplate=obj_13009 - -// 13411 -[obj_13411] -lentlink=obj_6128 -lenttemplate=obj_13009 - -// 13412 -[obj_13412] -lentlink=obj_6129 -lenttemplate=obj_13009 - -// 13413 -[obj_13413] -lentlink=obj_6130 -lenttemplate=obj_13009 - -// 13414 -[obj_13414] -lentlink=obj_6131 -lenttemplate=obj_13009 - -// 13415 -[obj_13415] -lentlink=obj_6133 -lenttemplate=obj_13009 - -// 13416 -[obj_13416] -lentlink=obj_6135 -lenttemplate=obj_13009 - -// 13417 -[obj_13417] -lentlink=obj_6137 -lenttemplate=obj_13009 - -// 13418 -[obj_13418] -lentlink=obj_6139 -lenttemplate=obj_13009 - -// 13419 -[obj_13419] -lentlink=obj_6141 -lenttemplate=obj_13009 - -// 13420 -[obj_13420] -lentlink=obj_6143 -lenttemplate=obj_13009 - -// 13421 -[obj_13421] -lentlink=obj_6145 -lenttemplate=obj_13009 - -// 13422 -[obj_13422] -lentlink=obj_6147 -lenttemplate=obj_13009 - -// 13423 -[obj_13423] -lentlink=obj_6149 -lenttemplate=obj_13009 - -// 13424 -[obj_13424] -lentlink=obj_6151 -lenttemplate=obj_13009 - -// 13425 -[obj_13425] -lentlink=obj_6153 -lenttemplate=obj_13009 - -// 13426 -[obj_13426] -lentlink=obj_6731 -lenttemplate=obj_13009 - -// 13427 -[obj_13427] -lentlink=obj_6733 -lenttemplate=obj_13009 - -// 13428 -[obj_13428] -lentlink=obj_6735 -lenttemplate=obj_13009 - -// 13429 -[obj_13429] -lentlink=obj_6737 -lenttemplate=obj_13009 - -// 13430 -[obj_13430] -lentlink=obj_7158 -lenttemplate=obj_13009 - -// 13431 -[obj_13431] -model=model_40772 -2dzoom=1264 -2dyan=1668 -2dxan=192 -cost=20 -manwear=model_40760 -womanwear=model_40760 -stockmarket=yes -name=Crayfish cage -womanwearoff=3,-11,6 -certlink=obj_13432 - -// 13432 -[obj_13432] -certlink=obj_13431 -certtemplate=obj_799 - -// 13433 -[obj_13433] -model=model_40771 -2dyof=5 -2dzoom=1232 -2dyan=1802 -2dxan=555 -cost=5 -iop1=Eat -stockmarket=yes -name=Crayfish -certlink=obj_13434 - -// 13434 -[obj_13434] -certlink=obj_13433 -certtemplate=obj_799 - -// 13435 -[obj_13435] -model=model_40771 -2dyof=5 -2dzoom=1232 -2dyan=1802 -2dxan=555 -cost=5 -stockmarket=yes -recolhsl1s=5040 -recolhsl1d=5783 -recolhsl2s=5032 -recolhsl2d=5775 -recolhsl3s=5024 -recolhsl3d=5771 -name=Raw crayfish -certlink=obj_13436 - -// 13436 -[obj_13436] -certlink=obj_13435 -certtemplate=obj_799 - -// 13437 -[obj_13437] -model=model_40771 -2dyof=5 -2dzoom=1232 -2dyan=1802 -2dxan=555 -cost=1 -recolhsl1s=5040 -recolhsl1d=3470 -recolhsl2s=5032 -recolhsl2d=5514 -recolhsl3s=5024 -recolhsl3d=5510 -name=Burnt crayfish -certlink=obj_13438 - -// 13438 -[obj_13438] -certlink=obj_13437 -certtemplate=obj_799 - -// 13439 -[obj_13439] -model=model_3348 -iop1=Rub -iop5=Destroy -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -name=Antique lamp -param=param_59,1 - -// 13440 -[obj_13440] -model=model_7508 -2dzoom=760 -2dxan=128 -iop5=Destroy -name=Bag of runes - -// 13441 -[obj_13441] -model=model_40761 -2dyof=9 -2dzoom=500 -2dyan=120 -2dxan=296 -iop2=Wear -manwear=model_40761 -womanwear=model_40761 -dummyitem=2 -womanwearoff=0,5,0 - -// 13442 -[obj_13442] -lentlink=obj_6585 -lenttemplate=obj_13009 - -// 13443 -[obj_13443] -lentlink=obj_6568 -lenttemplate=obj_13009 - -// 13444 -[obj_13444] -lentlink=obj_4151 -lenttemplate=obj_13009 - -// 13445 -[obj_13445] -lentlink=obj_4153 -lenttemplate=obj_13009 - -// 13446 -[obj_13446] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 13447 -[obj_13447] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 13448 -[obj_13448] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 13449 -[obj_13449] -lentlink=obj_11335 -lenttemplate=obj_13009 - -// 13450 -[obj_13450] -lentlink=obj_11694 -lenttemplate=obj_13009 - -// 13451 -[obj_13451] -lentlink=obj_11696 -lenttemplate=obj_13009 - -// 13452 -[obj_13452] -lentlink=obj_11698 -lenttemplate=obj_13009 - -// 13453 -[obj_13453] -lentlink=obj_11700 -lenttemplate=obj_13009 - -// 13454 -[obj_13454] -lentlink=obj_11716 -lenttemplate=obj_13009 - -// 13455 -[obj_13455] -lentlink=obj_11718 -lenttemplate=obj_13009 - -// 13456 -[obj_13456] -lentlink=obj_11720 -lenttemplate=obj_13009 - -// 13457 -[obj_13457] -lentlink=obj_11722 -lenttemplate=obj_13009 - -// 13458 -[obj_13458] -lentlink=obj_11724 -lenttemplate=obj_13009 - -// 13459 -[obj_13459] -lentlink=obj_11726 -lenttemplate=obj_13009 - -// 13460 -[obj_13460] -lentlink=obj_11728 -lenttemplate=obj_13009 - -// 13461 -[obj_13461] -lentlink=obj_11730 -lenttemplate=obj_13009 - -// 13462 -[obj_13462] -lentlink=obj_11732 -lenttemplate=obj_13009 - -// 13463 -[obj_13463] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 13464 -[obj_13464] -iop1=Read -iop5=Destroy -model=model_40834 -ambient=25 -contrast=15 -2dyof=4 -2dzoom=1104 -2dyan=650 -2dxan=387 -name=Task list - -// 13465 -[obj_13465] -lentlink=obj_1215 -lenttemplate=obj_13009 - -// 13466 -[obj_13466] -lentlink=obj_1231 -lenttemplate=obj_13009 - -// 13467 -[obj_13467] -lentlink=obj_5680 -lenttemplate=obj_13009 - -// 13468 -[obj_13468] -lentlink=obj_5698 -lenttemplate=obj_13009 - -// 13469 -[obj_13469] -lentlink=obj_1359 -lenttemplate=obj_13009 - -// 13470 -[obj_13470] -lentlink=obj_6739 -lenttemplate=obj_13009 - -// 13471 -[obj_13471] -lentlink=obj_1373 -lenttemplate=obj_13009 - -// 13472 -[obj_13472] -lentlink=obj_1377 -lenttemplate=obj_13009 - -// 13473 -[obj_13473] -lentlink=obj_1347 -lenttemplate=obj_13009 - -// 13474 -[obj_13474] -lentlink=obj_1303 -lenttemplate=obj_13009 - -// 13475 -[obj_13475] -lentlink=obj_1305 -lenttemplate=obj_13009 - -// 13476 -[obj_13476] -lentlink=obj_1333 -lenttemplate=obj_13009 - -// 13477 -[obj_13477] -lentlink=obj_4587 -lenttemplate=obj_13009 - -// 13478 -[obj_13478] -lentlink=obj_3204 -lenttemplate=obj_13009 - -// 13479 -[obj_13479] -lentlink=obj_1434 -lenttemplate=obj_13009 - -// 13480 -[obj_13480] -lentlink=obj_1275 -lenttemplate=obj_13009 - -// 13481 -[obj_13481] -lentlink=obj_3140 -lenttemplate=obj_13009 - -// 13482 -[obj_13482] -lentlink=obj_1127 -lenttemplate=obj_13009 - -// 13483 -[obj_13483] -lentlink=obj_1135 -lenttemplate=obj_13009 - -// 13484 -[obj_13484] -lentlink=obj_2499 -lenttemplate=obj_13009 - -// 13485 -[obj_13485] -lentlink=obj_2501 -lenttemplate=obj_13009 - -// 13486 -[obj_13486] -lentlink=obj_2503 -lenttemplate=obj_13009 - -// 13487 -[obj_13487] -lentlink=obj_1079 -lenttemplate=obj_13009 - -// 13488 -[obj_13488] -lentlink=obj_4087 -lenttemplate=obj_13009 - -// 13489 -[obj_13489] -lentlink=obj_1093 -lenttemplate=obj_13009 - -// 13490 -[obj_13490] -lentlink=obj_4585 -lenttemplate=obj_13009 - -// 13491 -[obj_13491] -lentlink=obj_1099 -lenttemplate=obj_13009 - -// 13492 -[obj_13492] -lentlink=obj_2493 -lenttemplate=obj_13009 - -// 13493 -[obj_13493] -lentlink=obj_2495 -lenttemplate=obj_13009 - -// 13494 -[obj_13494] -lentlink=obj_2497 -lenttemplate=obj_13009 - -// 13495 -[obj_13495] -lentlink=obj_1149 -lenttemplate=obj_13009 - -// 13496 -[obj_13496] -lentlink=obj_1163 -lenttemplate=obj_13009 - -// 13497 -[obj_13497] -lentlink=obj_1065 -lenttemplate=obj_13009 - -// 13498 -[obj_13498] -lentlink=obj_2487 -lenttemplate=obj_13009 - -// 13499 -[obj_13499] -lentlink=obj_2489 -lenttemplate=obj_13009 - -// 13500 -[obj_13500] -lentlink=obj_2491 -lenttemplate=obj_13009 - -// 13501 -[obj_13501] -lentlink=obj_3385 -lenttemplate=obj_13009 - -// 13502 -[obj_13502] -lentlink=obj_3387 -lenttemplate=obj_13009 - -// 13503 -[obj_13503] -lentlink=obj_3389 -lenttemplate=obj_13009 - -// 13504 -[obj_13504] -lentlink=obj_3391 -lenttemplate=obj_13009 - -// 13505 -[obj_13505] -lentlink=obj_3393 -lenttemplate=obj_13009 - -// 13506 -[obj_13506] -lentlink=obj_1187 -lenttemplate=obj_13009 - -// 13507 -[obj_13507] -lentlink=obj_1201 -lenttemplate=obj_13009 - -// 13508 -[obj_13508] -lentlink=obj_4089 -lenttemplate=obj_13009 - -// 13509 -[obj_13509] -lentlink=obj_4091 -lenttemplate=obj_13009 - -// 13510 -[obj_13510] -lentlink=obj_4093 -lenttemplate=obj_13009 - -// 13511 -[obj_13511] -lentlink=obj_4095 -lenttemplate=obj_13009 - -// 13512 -[obj_13512] -lentlink=obj_4097 -lenttemplate=obj_13009 - -// 13513 -[obj_13513] -lentlink=obj_4099 -lenttemplate=obj_13009 - -// 13514 -[obj_13514] -lentlink=obj_4101 -lenttemplate=obj_13009 - -// 13515 -[obj_13515] -lentlink=obj_4103 -lenttemplate=obj_13009 - -// 13516 -[obj_13516] -lentlink=obj_4105 -lenttemplate=obj_13009 - -// 13517 -[obj_13517] -lentlink=obj_4107 -lenttemplate=obj_13009 - -// 13518 -[obj_13518] -lentlink=obj_4109 -lenttemplate=obj_13009 - -// 13519 -[obj_13519] -lentlink=obj_4111 -lenttemplate=obj_13009 - -// 13520 -[obj_13520] -lentlink=obj_4113 -lenttemplate=obj_13009 - -// 13521 -[obj_13521] -lentlink=obj_4115 -lenttemplate=obj_13009 - -// 13522 -[obj_13522] -lentlink=obj_4117 -lenttemplate=obj_13009 - -// 13523 -[obj_13523] -lentlink=obj_851 -lenttemplate=obj_13009 - -// 13524 -[obj_13524] -lentlink=obj_853 -lenttemplate=obj_13009 - -// 13525 -[obj_13525] -lentlink=obj_855 -lenttemplate=obj_13009 - -// 13526 -[obj_13526] -lentlink=obj_857 -lenttemplate=obj_13009 - -// 13527 -[obj_13527] -lentlink=obj_859 -lenttemplate=obj_13009 - -// 13528 -[obj_13528] -lentlink=obj_861 -lenttemplate=obj_13009 - -// 13529 -[obj_13529] -lentlink=obj_6724 -lenttemplate=obj_13009 - -// 13530 -[obj_13530] -lentlink=obj_9185 -lenttemplate=obj_13009 - -// 13531 -[obj_13531] -lentlink=obj_1038 -lenttemplate=obj_13009 - -// 13532 -[obj_13532] -lentlink=obj_1040 -lenttemplate=obj_13009 - -// 13533 -[obj_13533] -lentlink=obj_1042 -lenttemplate=obj_13009 - -// 13534 -[obj_13534] -lentlink=obj_1044 -lenttemplate=obj_13009 - -// 13535 -[obj_13535] -lentlink=obj_1046 -lenttemplate=obj_13009 - -// 13536 -[obj_13536] -lentlink=obj_1048 -lenttemplate=obj_13009 - -// 13537 -[obj_13537] -lentlink=obj_1050 -lenttemplate=obj_13009 - -// 13538 -[obj_13538] -lentlink=obj_1053 -lenttemplate=obj_13009 - -// 13539 -[obj_13539] -lentlink=obj_1055 -lenttemplate=obj_13009 - -// 13540 -[obj_13540] -lentlink=obj_1057 -lenttemplate=obj_13009 - -// 13541 -[obj_13541] -lentlink=obj_10280 -lenttemplate=obj_13009 - -// 13542 -[obj_13542] -lentlink=obj_10282 -lenttemplate=obj_13009 - -// 13543 -[obj_13543] -lentlink=obj_10284 -lenttemplate=obj_13009 - -// 13544 -[obj_13544] -lentlink=obj_10330 -lenttemplate=obj_13009 - -// 13545 -[obj_13545] -lentlink=obj_10332 -lenttemplate=obj_13009 - -// 13546 -[obj_13546] -lentlink=obj_10334 -lenttemplate=obj_13009 - -// 13547 -[obj_13547] -lentlink=obj_10336 -lenttemplate=obj_13009 - -// 13548 -[obj_13548] -lentlink=obj_10338 -lenttemplate=obj_13009 - -// 13549 -[obj_13549] -lentlink=obj_10340 -lenttemplate=obj_13009 - -// 13550 -[obj_13550] -lentlink=obj_10342 -lenttemplate=obj_13009 - -// 13551 -[obj_13551] -lentlink=obj_10344 -lenttemplate=obj_13009 - -// 13552 -[obj_13552] -lentlink=obj_10346 -lenttemplate=obj_13009 - -// 13553 -[obj_13553] -lentlink=obj_10348 -lenttemplate=obj_13009 - -// 13554 -[obj_13554] -lentlink=obj_10350 -lenttemplate=obj_13009 - -// 13555 -[obj_13555] -lentlink=obj_10352 -lenttemplate=obj_13009 - -// 13556 -[obj_13556] -lentlink=obj_2577 -lenttemplate=obj_13009 - -// 13557 -[obj_13557] -lentlink=obj_2579 -lenttemplate=obj_13009 - -// 13558 -[obj_13558] -lentlink=obj_2581 -lenttemplate=obj_13009 - -// 13559 -[obj_13559] -dummyitem=2 -manwear=model_40278 -womanwear=model_40278 -model=model_40278 -recolhsl1s=4431 -recolhsl1d=19738 -recolhsl2s=4287 -recolhsl2d=19738 -recolhsl3s=5444 -recolhsl3d=19738 - -// 13560 -[obj_13560] -cost=350 -model=model_40856 -2dxof=1 -2dyof=-22 -2dzoom=592 -2dyan=1616 -2dxan=231 -iop2=Wear -iop3=Run-replenish -iop5=Destroy -name=Explorer's ring 1 - -// 13561 -[obj_13561] -cost=350 -model=model_40854 -2dxof=1 -2dyof=-22 -2dzoom=592 -2dyan=1616 -2dxan=231 -iop1=Low-alchemy -iop2=Wear -iop3=Run-replenish -iop5=Destroy -name=Explorer's ring 2 - -// 13562 -[obj_13562] -cost=350 -model=model_40855 -2dxof=1 -2dyof=-22 -2dzoom=592 -2dyan=1616 -2dxan=231 -iop1=Low-alchemy -iop2=Wear -iop3=Run-replenish -iop4=Cabbage-port -iop5=Destroy -name=Explorer's ring 3 - -// 13563 -[obj_13563] -model=model_40948 -2dxof=1 -2dzoom=1178 -2dyan=163 -2dxan=129 -members=yes -ambient=15 -cost=38 -iop1=Eat -stockmarket=yes -name=Button mushroom -certlink=obj_13564 - -// 13564 -[obj_13564] -certlink=obj_13563 -certtemplate=obj_799 - -// 13565 -[obj_13565] -model=model_41124 -2dzoom=720 -2dyan=255 -2dxan=393 -members=yes -name=Doll - -// 13566 -[obj_13566] -model=model_40947 -2dxof=1 -2dyof=-22 -2dzoom=592 -2dyan=1616 -2dxan=231 -iop2=Wear -iop5=Destroy -members=yes -name=Jennica's ring - -// 13567 -[obj_13567] -members=yes -model=model_40946 -ambient=20 -contrast=15 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -op4=Light -op5=hidden -manwear=model_142 -womanwear=model_142 -recolhsl1s=12599 -recolhsl1d=8346 -recolhsl2s=12399 -recolhsl2d=1430 -recol3s=15064 -recol3d=11395 -name=Cursed magic logs -certlink=obj_13568 -param=param_59,1 - -// 13568 -[obj_13568] -certlink=obj_13567 -certtemplate=obj_799 - -// 13569 -[obj_13569] -members=yes -model=model_7129 -2dxof=3 -2dyof=31 -2dzoom=1488 -2dyan=111 -2dxan=312 -iop1=Read -iop5=Destroy -recolhsl1s=5450 -recolhsl1d=5324 -recolhsl2s=5563 -recolhsl2d=5447 -recol3s=12548 -recol3d=14661 -name=Enchanted key notes - -// 13570 -[obj_13570] -model=model_2807 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -iop5=Destroy -members=yes -recolhsl1s=7731 -recolhsl1d=7466 -recolhsl2s=7081 -recolhsl2d=6548 -recolhsl3s=7077 -recolhsl3d=7439 -name=Bowl - -// 13571 -[obj_13571] -model=model_2504 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop5=Destroy -members=yes -recol1s=173 -recol1d=32767 -name=Bucket of milk - -// 13572 -[obj_13572] -members=yes -model=model_2364 -2dxof=8 -2dyof=-1 -2dzoom=789 -2dyan=1770 -2dzan=97 -2dxan=581 -iop5=Destroy -recol1s=288 -recol1d=448 -recol2s=448 -recol2d=288 -name=Clean guam - -// 13573 -[obj_13573] -model=model_2367 -2dyof=7 -2dzoom=984 -2dyan=1494 -2dxan=152 -iop5=Destroy -members=yes -recolhsl1s=21119 -recolhsl1d=9131 -recolhsl2s=7731 -recolhsl2d=7466 -recolhsl3s=7081 -recolhsl3d=6548 -recolhsl4s=7077 -recolhsl4d=7439 -retex1s=material_336 -retex1d=material_157 -name=Bowl of honey - -// 13574 -[obj_13574] -model=model_2367 -2dyof=7 -2dzoom=984 -2dyan=1494 -2dxan=152 -iop5=Destroy -members=yes -recolhsl1s=21119 -recolhsl1d=7612 -recolhsl2s=7731 -recolhsl2d=7466 -recolhsl3s=7081 -recolhsl3d=6548 -recolhsl4s=7077 -recolhsl4d=7439 -retex1s=material_336 -retex1d=material_157 -name=Bowl of milk and honey - -// 13575 -[obj_13575] -model=model_2367 -2dyof=7 -2dzoom=984 -2dyan=1494 -2dxan=152 -iop5=Destroy -members=yes -recolhsl1s=21119 -recolhsl1d=7888 -recolhsl2s=7731 -recolhsl2d=7466 -recolhsl3s=7081 -recolhsl3d=6548 -recolhsl4s=7077 -recolhsl4d=7439 -retex1s=material_336 -retex1d=material_157 -name=Bowl of milk, honey and guam - -// 13576 -[obj_13576] -model=model_2774 -2dyof=80 -2dzoom=1243 -2dyan=152 -2dxan=263 -iop5=Destroy -members=yes -recolhsl1s=5452 -recolhsl1d=5467 -recol2s=9248 -recol2d=1195 -name=Map of runescape - -// 13577 -[obj_13577] -model=model_2746 -2dzoom=940 -2dyan=112 -2dxan=248 -iop5=Destroy -members=yes -name=Papyrus - -// 13578 -[obj_13578] -model=model_2395 -2dyof=26 -2dzoom=650 -2dyan=220 -2dxan=288 -iop5=Destroy -members=yes -name=Charcoal - -// 13579 -[obj_13579] -model=model_7304 -manwear=model_496 -womanwear=model_496 -2dzoom=1860 -2dyan=1532 -2dxan=396 -iop1=Dig -members=yes -recol1s=16846 -recol1d=16878 -recol2s=15789 -recol2d=15821 -recol3s=18960 -recol3d=18992 -name=Spade - -// 13580 -[obj_13580] -model=model_7279 -2dzoom=1210 -2dyan=2012 -2dxan=104 -members=yes -name=Plant pot - -// 13581 -[obj_13581] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Pear tree seedling - -// 13582 -[obj_13582] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Mango tree seedling - -// 13583 -[obj_13583] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Quince tree seedling - -// 13584 -[obj_13584] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Lemon tree seedling - -// 13585 -[obj_13585] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Avocado tree seedling - -// 13586 -[obj_13586] -model=model_7280 -2dyof=-11 -2dzoom=1910 -2dyan=1824 -2dxan=64 -members=yes -recol1s=8353 -recol1d=7296 -name=Plum tree seedling - -// 13587 -[obj_13587] -cost=4 -members=yes -model=model_2682 -2dxof=-3 -2dyof=-8 -2dzoom=680 -2dyan=316 -2dxan=180 -iop5=Destroy -name=Pestle and mortar - -// 13588 -[obj_13588] -members=yes -model=model_2742 -2dxof=-6 -2dzoom=1210 -2dyan=1892 -2dxan=264 -iop5=Destroy -recol1s=22131 -recol1d=288 -name=Ground guam - -// 13589 -[obj_13589] -cost=2 -model=model_2397 -2dyof=-18 -2dzoom=1020 -2dyan=1660 -2dxan=204 -iop5=Destroy -members=yes -name=Bucket - -// 13590 -[obj_13590] -model=model_41309 -2dxof=-22 -2dyof=14 -2dzoom=7740 -2dyan=1255 -2dxan=346 -dummyitem=2 - -// 13591 -[obj_13591] -model=model_41315 -2dxof=-7 -2dyof=-34 -2dzoom=976 -2dyan=210 -2dxan=291 -ambient=20 -contrast=15 -members=yes -iop1=Feel -iop3=Rub -iop5=Destroy -name=Enchanted key - -// 13592 -[obj_13592] -model=model_41207 -2dyof=7 -2dzoom=475 -2dyan=55 -2dxan=320 -iop5=Destroy -members=yes -name=A brooch - -// 13593 -[obj_13593] -model=model_41316 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -members=yes -iop1=Read -iop5=Destroy -name=Old tome - -// 13594 -[obj_13594] -members=yes -model=model_41322 -manwear=model_41322 -womanwear=model_41322 -dummyitem=2 -recolhsl1s=10164 -recolhsl1d=10164 -womanwearoff=3,-11,6 - -// 13595 -[obj_13595] -members=yes -model=model_41322 -manwear=model_41322 -womanwear=model_41322 -dummyitem=2 -recolhsl1s=10164 -recolhsl1d=10164 -womanwearoff=3,-11,6 - -// 13596 -[obj_13596] -members=yes -model=model_41323 -manwear=model_41323 -womanwear=model_41323 -dummyitem=2 -recolhsl1s=10177 -recolhsl1d=10164 -womanwearoff=-3,-11,6 - -// 13597 -[obj_13597] -members=yes -model=model_41323 -manwear=model_41323 -womanwear=model_41323 -dummyitem=2 -recolhsl1s=10177 -recolhsl1d=10164 -womanwearoff=-3,-11,6 - -// 13598 -[obj_13598] -model=model_41517 -2dyof=-1 -2dzoom=465 -2dxan=373 -iop1=Break -stackable=yes -cost=100 -name=Runecrafting guild teleport - -// 13599 -[obj_13599] -model=model_41543 -2dyof=-1 -2dzoom=465 -2dxan=373 -iop1=Break -stackable=yes -cost=100 -name=Air altar teleport - -// 13600 -[obj_13600] -model=model_41516 -2dyof=-1 -2dzoom=465 -2dxan=373 -iop1=Break -stackable=yes -cost=100 -name=Mind altar teleport - -// 13601 -[obj_13601] -model=model_41558 -2dyof=-1 -2dzoom=465 -2dxan=373 -iop1=Break -stackable=yes -cost=100 -name=Water altar teleport - -// 13602 -[obj_13602] -model=model_41554 -2dyof=-1 -2dzoom=465 -2dxan=373 -iop1=Break -stackable=yes -cost=100 -name=Earth altar teleport - -// 13603 -[obj_13603] -model=model_41531 -2dyof=-1 -2dzoom=465 -2dxan=373 -iop1=Break -stackable=yes -cost=100 -name=Fire altar teleport - -// 13604 -[obj_13604] -model=model_41541 -2dyof=-1 -2dzoom=465 -2dxan=373 -iop1=Break -stackable=yes -cost=100 -name=Body altar teleport - -// 13605 -[obj_13605] -model=model_41523 -2dyof=-1 -2dzoom=465 -2dyan=1010 -2dxan=373 -members=yes -iop1=Break -stackable=yes -cost=100 -name=Cosmic altar teleport - -// 13606 -[obj_13606] -model=model_41518 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -cost=100 -name=Chaos altar teleport - -// 13607 -[obj_13607] -model=model_41567 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -cost=100 -name=Nature altar teleport - -// 13608 -[obj_13608] -model=model_41535 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -cost=100 -name=Law altar teleport - -// 13609 -[obj_13609] -model=model_41555 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -cost=100 -name=Death altar teleport - -// 13610 -[obj_13610] -model=model_41526 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -cost=100 -name=Blood altar teleport - -// 13611 -[obj_13611] -model=model_41524 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -iop1=Break -stackable=yes -cost=100 -name=Astral altar teleport - -// 13612 -[obj_13612] -model=model_41534 -cost=20 -manwear=model_41371 -womanwear=model_41450 -manhead=model_41356 -womanhead=model_41349 -manwear2=model_215 -womanwear2=model_391 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -name=Runecrafter hat -param=param_59,1 - -// 13613 -[obj_13613] -iop2=Wear -cost=20 -model=model_41519 -manwear=model_41378 -womanwear=model_41449 -manhead=model_41359 -womanhead=model_41346 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -name=Runecrafter hat -param=param_59,1 - -// 13614 -[obj_13614] -model=model_41561 -cost=75 -manwear=model_41365 -womanwear=model_41439 -manwear2=model_41367 -womanwear2=model_41446 -2dxof=-1 -2dyof=19 -2dzoom=976 -2dyan=144 -2dxan=303 -iop2=Wear -name=Runecrafter robe - -// 13615 -[obj_13615] -model=model_41568 -cost=75 -manwear=model_41372 -womanwear=model_41448 -manhead=model_41362 -womanhead=model_41348 -manwear2=model_215 -womanwear2=model_391 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -iop2=Wear -iop3=Goggles -name=Runecrafter hat - -// 13616 -[obj_13616] -model=model_41534 -cost=75 -manwear=model_41371 -womanwear=model_41450 -manhead=model_41356 -womanhead=model_41349 -manwear2=model_215 -womanwear2=model_391 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -iop2=Wear -iop3=Goggles -name=Runecrafter hat - -// 13617 -[obj_13617] -model=model_41545 -cost=75 -manwear=model_41380 -womanwear=model_41455 -2dxof=3 -2dyof=-19 -2dzoom=1360 -2dyan=105 -2dxan=180 -iop2=Wear -name=Runecrafter skirt - -// 13618 -[obj_13618] -model=model_41550 -cost=75 -manwear=model_41384 -womanwear=model_41459 -2dxof=-5 -2dyof=1 -2dzoom=984 -2dyan=990 -2dxan=462 -iop2=Wear -name=Runecrafter gloves - -// 13619 -[obj_13619] -iop2=Wear -cost=75 -model=model_41540 -manwear=model_41366 -womanwear=model_41442 -manwear2=model_41370 -womanwear2=model_41443 -2dxof=-1 -2dyof=19 -2dzoom=976 -2dyan=144 -2dxan=303 -iop2=Wear -name=Runecrafter robe - -// 13620 -[obj_13620] -iop2=Wear -cost=75 -model=model_41571 -manwear=model_41376 -womanwear=model_41452 -manhead=model_41357 -womanhead=model_41357 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -iop2=Wear -iop3=Goggles -name=Runecrafter hat - -// 13621 -[obj_13621] -iop2=Wear -cost=75 -model=model_41519 -manwear=model_41378 -womanwear=model_41449 -manhead=model_41359 -womanhead=model_41346 -manwear2=model_215 -womanwear2=model_391 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -iop2=Wear -iop3=Goggles -name=Runecrafter hat - -// 13622 -[obj_13622] -iop2=Wear -cost=75 -model=model_41572 -manwear=model_41381 -womanwear=model_41457 -2dxof=3 -2dyof=-19 -2dzoom=1360 -2dyan=105 -2dxan=180 -iop2=Wear -name=Runecrafter skirt - -// 13623 -[obj_13623] -iop2=Wear -cost=75 -model=model_41533 -manwear=model_41385 -womanwear=model_41460 -2dxof=-5 -2dyof=1 -2dzoom=984 -2dyan=990 -2dxan=462 -iop2=Wear -name=Runecrafter gloves - -// 13624 -[obj_13624] -iop2=Wear -cost=75 -model=model_41557 -manwear=model_41364 -womanwear=model_41440 -manwear2=model_41369 -womanwear2=model_41445 -2dxof=-1 -2dyof=19 -2dzoom=976 -2dyan=144 -2dxan=303 -iop2=Wear -name=Runecrafter robe - -// 13625 -[obj_13625] -iop2=Wear -cost=75 -model=model_41570 -manwear=model_41375 -womanwear=model_41447 -manhead=model_41361 -womanhead=model_41351 -manwear2=model_215 -womanwear2=model_391 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -iop2=Wear -iop3=Goggles -name=Runecrafter hat - -// 13626 -[obj_13626] -iop2=Wear -cost=75 -model=model_41511 -manwear=model_41374 -womanwear=model_41451 -manwear2=model_215 -womanwear2=model_391 -manhead=model_41363 -womanhead=model_41347 -manhead2=model_39991 -womanhead2=model_39101 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -iop2=Wear -iop3=Goggles -name=Runecrafter hat - -// 13627 -[obj_13627] -iop2=Wear -cost=75 -model=model_41563 -manwear=model_41382 -womanwear=model_41458 -2dxof=3 -2dyof=-19 -2dzoom=1360 -2dyan=105 -2dxan=180 -iop2=Wear -name=Runecrafter skirt - -// 13628 -[obj_13628] -iop2=Wear -cost=75 -model=model_41548 -manwear=model_41386 -womanwear=model_41461 -2dxof=-5 -2dyof=1 -2dzoom=984 -2dyan=990 -2dxan=462 -iop2=Wear -name=Runecrafter gloves - -// 13629 -[obj_13629] -cost=15 -model=model_41521 -2dxof=-3 -2dyof=-9 -2dzoom=1762 -2dyan=930 -2dxan=186 -manwear=model_41397 -womanwear=model_41397 -name=Runecrafting staff -womanwearoff=3,-11,6 - -// 13630 -[obj_13630] -cost=1500 -model=model_41527 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41406 -womanwear=model_41406 -name=Air talisman staff -womanwearoff=3,-11,6 - -// 13631 -[obj_13631] -cost=1500 -model=model_41530 -2dxof=-3 -2dyof=-8 -2dzoom=2018 -2dyan=2028 -2dxan=260 -iop2=Wield -manwear=model_41393 -womanwear=model_41393 -name=Mind talisman staff -womanwearoff=3,-11,6 - -// 13632 -[obj_13632] -cost=1500 -model=model_41559 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41399 -womanwear=model_41399 -name=Water talisman staff -womanwearoff=3,-11,6 - -// 13633 -[obj_13633] -cost=1500 -model=model_41549 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41408 -womanwear=model_41408 -name=Earth talisman staff -womanwearoff=3,-11,6 - -// 13634 -[obj_13634] -cost=1500 -model=model_41569 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41407 -womanwear=model_41407 -name=Fire talisman staff -womanwearoff=3,-11,6 - -// 13635 -[obj_13635] -cost=1500 -model=model_41573 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41400 -womanwear=model_41400 -name=Body talisman staff -womanwearoff=3,-11,6 - -// 13636 -[obj_13636] -cost=1500 -model=model_41565 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41396 -womanwear=model_41396 -members=yes -name=Cosmic talisman staff -womanwearoff=3,-11,6 - -// 13637 -[obj_13637] -cost=1500 -model=model_41547 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41405 -womanwear=model_41405 -members=yes -name=Chaos talisman staff -womanwearoff=3,-11,6 - -// 13638 -[obj_13638] -cost=1500 -model=model_41532 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41391 -womanwear=model_41391 -members=yes -name=Nature talisman staff -womanwearoff=3,-11,6 - -// 13639 -[obj_13639] -cost=1500 -model=model_41544 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41395 -womanwear=model_41395 -members=yes -name=Law talisman staff -womanwearoff=3,-11,6 - -// 13640 -[obj_13640] -cost=1500 -model=model_41525 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41409 -womanwear=model_41409 -members=yes -name=Death talisman staff -womanwearoff=3,-11,6 - -// 13641 -[obj_13641] -cost=1500 -model=model_41536 -2dxof=-3 -2dyof=-8 -2dzoom=2146 -2dyan=1965 -2dxan=227 -iop2=Wield -manwear=model_41392 -womanwear=model_41392 -members=yes -name=Blood talisman staff -womanwearoff=3,-11,6 - -// 13642 -[obj_13642] -cost=1500 -model=model_41509 -2dxof=3 -2dyof=-36 -2dzoom=2022 -2dyan=2001 -2dxan=249 -iop2=Wield -iop5=Destroy -manwear=model_41401 -womanwear=model_41401 -members=yes -name=Omni-talisman staff -womanwearoff=3,-11,6 - -// 13643 -[obj_13643] -model=model_41552 -manwear=model_41404 -womanwear=model_41404 -iop2=Wield -iop5=Destroy -2dxof=4 -2dyof=1 -2dzoom=680 -2dyan=88 -2dxan=1936 -cost=20 -name=Yellow attractor -womanwearoff=3,-11,6 -param=param_59,1 - -// 13644 -[obj_13644] -model=model_41512 -manwear=model_41403 -womanwear=model_41403 -iop2=Wield -iop5=Destroy -2dxof=1 -2dyof=3 -2dzoom=750 -2dyan=116 -2dxan=1168 -cost=20 -name=Yellow repeller -womanwearoff=3,-11,6 -param=param_59,1 - -// 13645 -[obj_13645] -model=model_41566 -manwear=model_41402 -womanwear=model_41402 -iop2=Wield -iop5=Destroy -2dxof=2 -2dyof=2 -2dzoom=560 -2dyan=1968 -2dxan=1108 -cost=20 -name=Green attractor -womanwearoff=3,-11,6 -param=param_59,1 - -// 13646 -[obj_13646] -model=model_41529 -manwear=model_41390 -womanwear=model_41390 -iop2=Wield -iop5=Destroy -2dxof=-1 -2dyof=1 -2dzoom=987 -2dyan=1185 -2dxan=185 -cost=20 -name=Green repeller -womanwearoff=3,-11,6 -param=param_59,1 - -// 13647 -[obj_13647] -model=model_41551 -manwear=model_41389 -womanwear=model_41389 -iop1=Make-barrier -iop5=Destroy -2dxof=-3 -2dzoom=1115 -2dyan=1185 -2dxan=185 -cost=20 -name=Green barrier generator -womanwearoff=3,-11,6 -param=param_59,1 - -// 13648 -[obj_13648] -model=model_41513 -manwear=model_41398 -womanwear=model_41398 -iop1=Make-barrier -iop5=Destroy -2dxof=5 -2dyof=5 -2dzoom=1115 -2dyan=859 -2dxan=160 -cost=20 -name=Yellow barrier generator -womanwearoff=3,-11,6 -param=param_59,1 - -// 13649 -[obj_13649] -cost=4 -model=model_41520 -2dxof=2 -2dyof=20 -2dzoom=1160 -2dyan=160 -2dxan=352 -members=yes -iop5=Destroy -name=Omni-talisman - -// 13650 -[obj_13650] -model=model_41514 -2dzoom=976 -2dyan=741 -2dxan=264 -cost=0 -stackable=yes -count1=obj_13651,2 -count2=obj_13652,3 -count3=obj_13653,4 -count4=obj_13654,5 -name=Runecrafting guild token - -// 13651 -[obj_13651] -model=model_41560 -2dxof=3 -2dzoom=1232 -2dyan=738 -2dxan=237 -cost=0 -stackable=yes -name=Runecrafting guild token - -// 13652 -[obj_13652] -model=model_41539 -2dxof=-7 -2dzoom=1488 -2dyan=324 -2dxan=222 -cost=0 -stackable=yes -name=Runecrafting guild token - -// 13653 -[obj_13653] -model=model_41528 -2dzoom=1764 -2dyan=552 -2dxan=267 -cost=0 -stackable=yes -name=Runecrafting guild token - -// 13654 -[obj_13654] -model=model_41522 -2dxof=-1 -2dyof=5 -2dzoom=1957 -2dyan=579 -2dxan=459 -cost=0 -stackable=yes -name=Runecrafting guild token - -// 13655 -[obj_13655] -model=model_41753 -iop2=Wear -2dyof=-25 -2dzoom=480 -2dxan=232 -manwear=model_40214 -womanwear=model_40434 -manhead=model_39546 -womanhead=model_38824 -members=yes -cost=100 -iop5=Destroy -recol1s=22198 -recol1d=22199 -name=Omni-tiara - -// 13656 -[obj_13656] -model=model_41568 -cost=75 -manwear=model_41372 -womanwear=model_41448 -manhead=model_41362 -womanhead=model_41348 -manwear2=model_215 -womanwear2=model_391 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -dummyitem=1 -name=Runecrafter hat - -// 13657 -[obj_13657] -iop2=Wear -cost=75 -model=model_41571 -manwear=model_41376 -womanwear=model_41452 -manhead=model_41357 -manhead2=model_39991 -womanhead=model_41357 -manwear2=model_215 -womanwear2=model_391 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -dummyitem=1 -name=Runecrafter hat - -// 13658 -[obj_13658] -iop2=Wear -cost=75 -model=model_41570 -manwear=model_41375 -womanwear=model_41447 -manhead=model_41361 -womanhead=model_41351 -manwear2=model_215 -womanwear2=model_391 -2dyof=-12 -2dzoom=976 -2dyan=81 -2dxan=141 -dummyitem=1 -name=Runecrafter hat - -// 13659 -[obj_13659] -iop2=Wear -iop5=Destroy -members=yes -model=model_41808 -2dxof=3 -2dyof=-35 -2dzoom=830 -2dyan=180 -2dzan=2024 -2dxan=268 -cost=100 -name=Ring of fire - -// 13660 -[obj_13660] -iop2=Wear -iop5=Destroy -members=yes -manwear=model_40272 -womanwear=model_40496 -manwear=model_40272 -womanwear=model_40496 -model=model_41807 -2dxof=1 -2dyof=4 -2dzoom=1178 -2dyan=180 -2dxan=500 -cost=200 -name=Flame gloves - -// 13661 -[obj_13661] -iop2=Wield -iop5=Destroy -members=yes -manwear=model_40292 -womanwear=model_40292 -model=model_41806 -2dxof=-8 -2dyof=-4 -2dzoom=1762 -2dyan=207 -2dxan=401 -cost=300 -name=Inferno adze -womanwearoff=3,-11,6 - -// 13662 -[obj_13662] -model=model_41817 -2dxof=-7 -2dyof=-53 -2dzoom=8378 -2dyan=152 -2dxan=97 -dummyitem=1 -name=Fire beacon - -// 13663 -[obj_13663] -model=model_41993 -manwear=model_42110 -womanwear=model_42110 -members=yes -iop1=Tear -iop5=Destroy -2dxof=3 -2dyof=-7 -2dzoom=659 -2dyan=885 -2dxan=411 -cost=10 -name=Circus ticket - -// 13664 -[obj_13664] -manwear=model_42106 -womanwear=model_42106 -members=yes -model=model_9353 -2dyof=3 -2dzoom=1200 -2dyan=1836 -2dxan=568 -contrast=35 -ambient=15 -iop5=Destroy -cost=10 -dummyitem=2 -womanwearoff=3,-11,6 - -// 13665 -[obj_13665] -manwear=model_42107 -womanwear=model_42107 -members=yes -model=model_9353 -2dxof=3 -2dyof=-4 -2dzoom=890 -2dyan=28 -2dxan=408 -contrast=35 -ambient=15 -iop5=Destroy -cost=10 -dummyitem=2 -womanwearoff=3,-11,6 - -// 13666 -[obj_13666] -model=model_42011 -manwear=model_42108 -womanwear=model_42108 -2dxof=-1 -2dyof=-1 -2dzoom=1697 -2dyan=705 -2dzan=138 -2dxan=401 -iop2=Wield -iop5=Destroy -members=yes -cost=10 -name=Giant's hand -womanwearoff=0,-12,8 - -// 13667 -[obj_13667] -model=model_41989 -2dxof=-1 -2dyof=-5 -2dzoom=919 -2dyan=225 -2dxan=184 -iop2=Wear -manwear=model_42093 -womanwear=model_42130 -manhead=model_41847 -manhead2=model_41845 -womanhead=model_41838 -womanhead2=model_41834 -iop5=Destroy -members=yes -cost=10 -name=Clown hat - -// 13668 -[obj_13668] -model=model_41979 -2dyof=4 -2dzoom=1373 -2dxan=526 -iop2=Wear -manwear=model_42089 -manwear2=model_42079 -womanwear=model_42127 -womanwear2=model_42117 -iop5=Destroy -members=yes -cost=10 -name=Clown shirt - -// 13669 -[obj_13669] -model=model_42016 -2dxof=1 -2dyof=5 -2dzoom=1697 -2dxan=444 -iop2=Wear -manwear=model_42098 -womanwear=model_42137 -iop5=Destroy -members=yes -cost=10 -name=Clown leggings - -// 13670 -[obj_13670] -model=model_41973 -2dxof=4 -2dyof=-14 -2dzoom=810 -2dyan=194 -2dxan=207 -iop2=Wear -manwear=model_42080 -womanwear=model_42122 -iop5=Destroy -members=yes -cost=10 -name=Clown shoes - -// 13671 -[obj_13671] -model=model_42005 -manwear=model_42109 -womanwear=model_42109 -2dxof=-1 -2dyof=1 -2dzoom=789 -2dyan=636 -2dzan=194 -2dxan=830 -iop2=Wield -iop5=Destroy -members=yes -cost=10 -name=Tambourine -womanwearoff=0,-12,6 - -// 13672 -[obj_13672] -model=model_41985 -2dxof=-4 -2dyof=-27 -2dzoom=1049 -2dyan=108 -2dxan=159 -iop2=Wear -manwear=model_42095 -womanwear=model_42132 -manhead=model_41844 -womanhead=model_41835 -iop5=Destroy -members=yes -cost=10 -name=Ringmaster hat - -// 13673 -[obj_13673] -model=model_42002 -2dyof=8 -2dzoom=1503 -2dxan=526 -iop2=Wear -manwear=model_42090 -manwear2=model_42076 -womanwear=model_42124 -womanwear2=model_42116 -iop5=Destroy -members=yes -cost=10 -name=Ringmaster shirt - -// 13674 -[obj_13674] -model=model_42026 -2dxof=1 -2dyof=5 -2dzoom=1697 -2dxan=444 -iop2=Wear -manwear=model_42101 -womanwear=model_42138 -iop5=Destroy -members=yes -cost=10 -name=Ringmaster pants - -// 13675 -[obj_13675] -model=model_41986 -2dxof=4 -2dyof=-14 -2dzoom=810 -2dyan=194 -2dxan=207 -iop2=Wear -manwear=model_42084 -womanwear=model_42120 -iop5=Destroy -members=yes -cost=10 -name=Ringmaster boots - -// 13676 -[obj_13676] -model=model_42004 -manwear=model_42105 -womanwear=model_42105 -2dxof=-3 -2dyof=4 -2dzoom=1308 -2dyan=693 -2dzan=194 -2dxan=563 -iop2=Wield -iop5=Destroy -members=yes -cost=10 -name=Mega-phonus -womanwearoff=0,-6,6 - -// 13677 -[obj_13677] -model=model_42001 -iop2=Wear -manwear=model_42088 -manwear2=model_42075 -2dzoom=1488 -iop5=Destroy -members=yes -cost=10 -name=Acrobat shirt - -// 13678 -[obj_13678] -model=model_41971 -iop2=Wear -manwear=model_42097 -2dzoom=1827 -iop5=Destroy -members=yes -cost=10 -name=Acrobat pants - -// 13679 -[obj_13679] -model=model_42081 -iop2=Wear -manwear=model_42081 -2dxof=-4 -2dyof=-8 -2dzoom=789 -2dyan=1832 -2dxan=105 -iop5=Destroy -members=yes -cost=10 -name=Acrobat shoes - -// 13680 -[obj_13680] -model=model_42003 -iop2=Wear -manwear=model_42096 -manhead=model_41849 -2dxof=3 -2dzoom=592 -iop5=Destroy -members=yes -cost=10 -name=Acrobat hood - -// 13681 -[obj_13681] -model=model_42022 -iop2=Wear -womanwear=model_42128 -womanwear2=model_42114 -2dzoom=1232 -iop5=Destroy -members=yes -cost=10 -name=Acrobat shirt - -// 13682 -[obj_13682] -model=model_41978 -iop2=Wear -womanwear=model_42140 -2dyof=-1 -2dzoom=1892 -iop5=Destroy -members=yes -cost=10 -name=Acrobat pants - -// 13683 -[obj_13683] -model=model_42121 -iop2=Wear -womanwear=model_42121 -2dyof=-3 -2dzoom=656 -2dyan=1874 -2dxan=60 -iop5=Destroy -members=yes -cost=10 -name=Acrobat shoes - -// 13684 -[obj_13684] -model=model_42000 -iop2=Wear -womanwear=model_42135 -womanhead=model_41839 -2dzoom=592 -iop5=Destroy -members=yes -cost=10 -name=Acrobat hood - -// 13685 -[obj_13685] -model=model_41995 -2dxof=3 -2dyof=-12 -2dzoom=1040 -2dyan=42 -2dxan=172 -iop2=Wear -manwear=model_42092 -manhead=model_41843 -manwear2=model_215 -iop5=Destroy -members=yes -cost=10 -name=A stylish hat - -// 13686 -[obj_13686] -model=model_42006 -2dxof=-1 -2dyof=39 -2dzoom=1049 -2dyan=162 -2dxan=265 -iop2=Wear -manwear=model_42094 -manhead=model_41842 -manwear2=model_215 -iop5=Destroy -members=yes -cost=10 -name=A stylish hat - -// 13687 -[obj_13687] -model=model_41987 -2dxof=4 -2dyof=7 -2dzoom=787 -2dyan=255 -2dxan=331 -iop2=Wear -manwear=model_42091 -manhead=model_41841 -manwear2=model_215 -iop5=Destroy -members=yes -cost=10 -name=A stylish hat - -// 13688 -[obj_13688] -model=model_42029 -2dxof=5 -2dzoom=1049 -2dyan=1840 -iop2=Wear -womanwear=model_42133 -womanhead=model_41833 -womanhead2=model_39014 -iop5=Destroy -members=yes -cost=10 -name=A stylish hat - -// 13689 -[obj_13689] -model=model_42017 -2dxof=1 -2dyof=-1 -2dzoom=915 -2dyan=267 -2dxan=193 -iop2=Wear -womanwear=model_42134 -womanhead=model_41831 -womanhead2=model_39014 -iop5=Destroy -members=yes -cost=10 -name=A stylish hat - -// 13690 -[obj_13690] -model=model_42021 -2dxof=1 -2dyof=4 -2dzoom=659 -2dyan=393 -2dxan=325 -iop2=Wear -womanwear=model_42131 -womanhead=model_41832 -womanhead2=model_39014 -iop5=Destroy -members=yes -cost=10 -name=A stylish hat - -// 13691 -[obj_13691] -model=model_42027 -2dyof=5 -2dzoom=1503 -2dxan=452 -iop2=Wear -manwear=model_42086 -manwear2=model_42077 -iop5=Destroy -members=yes -cost=10 -name=Shirt - -// 13692 -[obj_13692] -model=model_41982 -2dxof=-1 -2dyof=5 -2dzoom=1632 -2dxan=452 -iop2=Wear -manwear=model_42085 -manwear2=model_42078 -iop5=Destroy -members=yes -cost=10 -name=Shirt - -// 13693 -[obj_13693] -model=model_41984 -2dyof=5 -2dzoom=1503 -2dxan=452 -iop2=Wear -manwear=model_42087 -manwear2=model_42074 -iop5=Destroy -members=yes -cost=10 -name=Shirt - -// 13694 -[obj_13694] -model=model_41999 -2dxof=1 -2dzoom=1114 -2dyan=1964 -2dxan=55 -iop2=Wear -womanwear=model_42126 -womanwear2=model_42118 -iop5=Destroy -members=yes -cost=10 -name=Shirt - -// 13695 -[obj_13695] -model=model_42015 -2dxof=1 -2dyof=3 -2dzoom=1568 -2dyan=2030 -2dxan=498 -iop2=Wear -womanwear=model_42129 -womanwear2=model_42113 -iop5=Destroy -members=yes -cost=10 -name=Shirt - -// 13696 -[obj_13696] -model=model_42014 -2dyof=-1 -2dzoom=1180 -2dxan=452 -iop2=Wear -womanwear=model_42125 -womanwear2=model_42115 -iop5=Destroy -members=yes -cost=10 -name=Shirt - -// 13697 -[obj_13697] -model=model_42018 -2dyof=3 -2dzoom=1957 -2dxan=444 -iop2=Wear -manwear=model_42099 -iop5=Destroy -members=yes -cost=10 -name=Leggings - -// 13698 -[obj_13698] -model=model_41972 -2dyof=5 -2dzoom=1957 -2dxan=444 -iop2=Wear -manwear=model_42102 -iop5=Destroy -members=yes -cost=10 -name=Leggings - -// 13699 -[obj_13699] -model=model_42007 -2dyof=5 -2dzoom=1957 -2dxan=444 -iop2=Wear -manwear=model_42100 -iop5=Destroy -members=yes -cost=10 -name=Leggings - -// 13700 -[obj_13700] -model=model_41997 -2dyof=-5 -2dzoom=2022 -2dyan=2047 -2dxan=97 -iop2=Wear -womanwear=model_42141 -iop5=Destroy -members=yes -cost=10 -name=Skirt - -// 13701 -[obj_13701] -model=model_41977 -2dyof=1 -2dzoom=2086 -2dxan=444 -iop2=Wear -womanwear=model_42139 -iop5=Destroy -members=yes -cost=10 -name=Skirt - -// 13702 -[obj_13702] -model=model_42008 -2dzoom=2151 -2dxan=444 -iop2=Wear -womanwear=model_42136 -iop5=Destroy -members=yes -cost=10 -name=Skirt - -// 13703 -[obj_13703] -model=model_42082 -2dxof=-3 -2dyof=-100 -2dzoom=919 -2dyan=1881 -2dxan=235 -iop2=Wear -manwear=model_42082 -iop5=Destroy -members=yes -cost=10 -name=Shoes - -// 13704 -[obj_13704] -model=model_42083 -2dxof=3 -2dyof=-28 -2dzoom=919 -2dyan=152 -2dxan=207 -iop2=Wear -manwear=model_42083 -iop5=Destroy -members=yes -cost=10 -name=Shoes - -// 13705 -[obj_13705] -model=model_42123 -2dyof=-19 -2dzoom=810 -2dxan=207 -iop2=Wear -womanwear=model_42123 -iop5=Destroy -members=yes -cost=10 -name=Shoes - -// 13706 -[obj_13706] -model=model_42119 -2dyof=-19 -2dzoom=810 -2dxan=207 -iop2=Wear -womanwear=model_42119 -iop5=Destroy -members=yes -cost=10 -name=Shoes - -// 13707 -[obj_13707] -model=model_42028 -2dxof=-3 -2dyof=9 -2dzoom=1308 -2dyan=97 -2dxan=429 -iop1=Read -iop5=Destroy -members=yes -name=Tightrope 101 -certlink=obj_13708 - -// 13708 -[obj_13708] -certlink=obj_13707 -certtemplate=obj_799 - -// 13709 -[obj_13709] -model=model_41994 -manwear=model_41965 -womanwear=model_41965 -2dxof=3 -2dzoom=656 -2dyan=1883 -2dzan=41 -2dxan=42 -iop5=Destroy -members=yes -name=Balls (level 10 approx.) - -// 13710 -[obj_13710] -model=model_41981 -manwear=model_41962 -womanwear=model_41962 -2dyof=5 -2dzoom=1114 -2dyan=669 -2dxan=284 -iop5=Destroy -members=yes -name=Plates (level 20 approx.) - -// 13711 -[obj_13711] -model=model_42009 -manwear=model_41963 -womanwear=model_41963 -2dxof=-1 -2dyof=-4 -2dzoom=854 -2dyan=1867 -2dxan=111 -iop5=Destroy -members=yes -name=Eggs (level 30 approx.) - -// 13712 -[obj_13712] -model=model_41990 -manwear=model_41964 -womanwear=model_41964 -2dxof=1 -2dyof=5 -2dzoom=1308 -2dyan=3 -2dxan=478 -iop5=Destroy -members=yes -name=Knives (level 40 approx.) - -// 13713 -[obj_13713] -model=model_41980 -manwear=model_41968 -womanwear=model_41968 -2dxof=-3 -2dyof=-4 -2dzoom=2266 -2dyan=137 -2dxan=85 -iop5=Destroy -members=yes -name=Spades (level 50 approx.) - -// 13714 -[obj_13714] -model=model_41975 -manwear=model_41966 -womanwear=model_41966 -2dxof=-22 -2dyof=-73 -2dzoom=1957 -2dyan=761 -2dzan=221 -2dxan=1314 -iop5=Destroy -members=yes -name=Tuna (level 60 approx.) - -// 13715 -[obj_13715] -model=model_42019 -manwear=model_41969 -womanwear=model_41969 -2dxof=1 -2dyof=24 -2dzoom=530 -2dyan=1667 -2dxan=299 -iop5=Destroy -members=yes -name=Soap (level 70 approx.) - -// 13716 -[obj_13716] -model=model_41988 -manwear=model_41967 -womanwear=model_41967 -2dxof=8 -2dzoom=1243 -2dyan=1874 -2dzan=41 -2dxan=2027 -iop5=Destroy -members=yes -name=Cannon balls (level 80 approx.) - -// 13717 -[obj_13717] -model=model_42010 -manwear=model_41970 -womanwear=model_41970 -2dxof=-1 -2dyof=7 -2dzoom=1438 -2dyan=1024 -2dxan=93 -iop5=Destroy -members=yes -name=Torches (level 90 approx.) - -// 13718 -[obj_13718] -model=model_42020 -manwear=model_41961 -womanwear=model_41961 -2dxof=4 -2dyof=-8 -2dzoom=1438 -2dyan=378 -2dxan=246 -iop5=Destroy -members=yes -name=Chinchompas (level 99 approx.) - -// 13719 -[obj_13719] -cost=50 -model=model_2562 -2dxof=7 -2dyof=2 -2dzoom=1200 -2dyan=124 -2dxan=508 -iop2=Wield -manwear=model_512 -womanwear=model_512 -members=yes -iop5=Destroy -recol1s=7330 -recol1d=16640 -name=Performance shortbow -womanwearoff=3,-11,6 - -// 13720 -[obj_13720] -members=yes -cost=14 -model=model_2557 -manwear=model_548 -womanwear=model_548 -2dxof=-1 -2dyof=-26 -2dzoom=1080 -2dyan=112 -2dzan=1860 -2dxan=204 -iop2=Wield -stackable=yes -iop5=Destroy -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -name=Performance knife -womanwearoff=3,-11,6 - -// 13721 -[obj_13721] -members=yes -cost=4 -model=model_2752 -manwear=model_545 -womanwear=model_545 -2dxof=1 -2dyof=6 -2dzoom=750 -2dyan=208 -2dxan=388 -iop2=Wield -stackable=yes -iop5=Destroy -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -name=Performance throwing axe -womanwearoff=3,-11,6 - -// 13722 -[obj_13722] -cost=7 -stackable=yes -model=model_2711 -2dxof=6 -2dyof=-29 -2dzoom=1220 -2dyan=100 -2dxan=216 -iop2=Wield -count1=obj_896,2 -count2=obj_895,3 -count3=obj_894,4 -count4=obj_897,5 -members=yes -iop5=Destroy -recol1s=16846 -recol1d=8354 -recol2s=15789 -recol2d=8354 -name=Performance arrow - -// 13723 -[obj_13723] -model=model_42013 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -stackable=yes -cost=100 -iop5=Destroy -name=Teleport spell - -// 13724 -[obj_13724] -model=model_42023 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -stackable=yes -cost=100 -iop5=Destroy -name=Levitation spell - -// 13725 -[obj_13725] -model=model_41991 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -stackable=yes -cost=100 -iop5=Destroy -name=Alchemy spell - -// 13726 -[obj_13726] -model=model_41974 -2dyof=-1 -2dzoom=465 -2dxan=373 -members=yes -stackable=yes -cost=100 -iop5=Destroy -name=Elemental spell - -// 13727 -[obj_13727] -stackable=yes -model=model_42156 -2dyof=47 -2dzoom=2086 -2dyan=1994 -2dxan=279 -count1=obj_13728,25 -count2=obj_13729,75 -count3=obj_13730,125 -count4=obj_13731,175 -members=yes -cost=50 -iop5=Destroy -name=Stardust - -// 13728 -[obj_13728] -model=model_42155 -2dyof=47 -2dzoom=2086 -2dyan=1994 -2dxan=279 -stackable=yes -dummyitem=2 -members=yes - -// 13729 -[obj_13729] -model=model_42157 -2dyof=47 -2dzoom=2086 -2dyan=1994 -2dxan=279 -stackable=yes -dummyitem=2 -members=yes - -// 13730 -[obj_13730] -model=model_42154 -2dyof=47 -2dzoom=2086 -2dyan=1994 -2dxan=279 -stackable=yes -dummyitem=2 -members=yes - -// 13731 -[obj_13731] -model=model_42153 -2dyof=47 -2dzoom=2086 -2dyan=1994 -2dxan=279 -stackable=yes -dummyitem=2 -members=yes - -// 13732 -[obj_13732] -model=model_42144 -2dyof=13 -2dzoom=1220 -2dyan=112 -2dxan=292 -iop1=Read -iop5=Destroy -members=yes -name=Spy notebook - -// 13733 -[obj_13733] -model=model_40304 -manwear=model_40304 -womanwear=model_40304 -ambient=20 -contrast=15 -dummyitem=2 -womanwearoff=3,-11,6 - -// 13734 -[obj_13734] -model=model_40919 -manwear=model_40943 -womanwear=model_40943 -2dxof=-3 -2dyof=4 -2dzoom=1616 -2dyan=1050 -2dxan=396 -iop2=Wear -members=yes -cost=70000 -stockmarket=yes -name=Spirit shield -womanwearoff=-3,-11,6 -certlink=obj_13735 - -// 13735 -[obj_13735] -certlink=obj_13734 -certtemplate=obj_799 - -// 13736 -[obj_13736] -model=model_40913 -manwear=model_40941 -womanwear=model_40941 -2dxof=-3 -2dyof=4 -2dzoom=1616 -2dyan=1050 -2dxan=396 -iop2=Wear -members=yes -cost=1400000 -stockmarket=yes -name=Blessed spirit shield -womanwearoff=-3,-11,6 -certlink=obj_13737 - -// 13737 -[obj_13737] -certlink=obj_13736 -certtemplate=obj_799 - -// 13738 -[obj_13738] -model=model_40922 -manwear=model_40944 -womanwear=model_40944 -2dxof=-3 -2dyof=4 -2dzoom=1616 -2dyan=1050 -2dxan=396 -iop2=Wear -members=yes -cost=2000000 -stockmarket=yes -name=Arcane spirit shield -womanwearoff=-3,-11,6 -certlink=obj_13739 - -// 13739 -[obj_13739] -certlink=obj_13738 -certtemplate=obj_799 - -// 13740 -[obj_13740] -model=model_40921 -manwear=model_40939 -womanwear=model_40939 -2dxof=-3 -2dyof=4 -2dzoom=1616 -2dyan=1050 -2dxan=396 -iop2=Wear -members=yes -cost=2000000 -stockmarket=yes -name=Divine spirit shield -womanwearoff=-3,-11,6 -certlink=obj_13741 - -// 13741 -[obj_13741] -certlink=obj_13740 -certtemplate=obj_799 - -// 13742 -[obj_13742] -model=model_40915 -manwear=model_40942 -womanwear=model_40942 -2dxof=-3 -2dyof=4 -2dzoom=1616 -2dyan=1050 -2dxan=396 -iop2=Wear -members=yes -cost=2000000 -stockmarket=yes -name=Elysian spirit shield -womanwearoff=-3,-11,6 -certlink=obj_13743 - -// 13743 -[obj_13743] -certlink=obj_13742 -certtemplate=obj_799 - -// 13744 -[obj_13744] -model=model_40920 -manwear=model_40940 -womanwear=model_40940 -2dxof=-3 -2dyof=4 -2dzoom=1616 -2dyan=1050 -2dxan=396 -iop2=Wear -members=yes -cost=2000000 -stockmarket=yes -name=Spectral spirit shield -womanwearoff=-3,-11,6 -certlink=obj_13745 - -// 13745 -[obj_13745] -certlink=obj_13744 -certtemplate=obj_799 - -// 13746 -[obj_13746] -model=model_40914 -2dxof=4 -2dyof=-10 -2dzoom=789 -2dyan=186 -2dxan=225 -members=yes -cost=750000 -stockmarket=yes -name=Arcane sigil -certlink=obj_13747 - -// 13747 -[obj_13747] -certlink=obj_13746 -certtemplate=obj_799 - -// 13748 -[obj_13748] -model=model_40916 -2dxof=5 -2dzoom=848 -2dyan=138 -2dxan=267 -members=yes -cost=750000 -stockmarket=yes -name=Divine sigil -certlink=obj_13749 - -// 13749 -[obj_13749] -certlink=obj_13748 -certtemplate=obj_799 - -// 13750 -[obj_13750] -model=model_40917 -2dzoom=976 -2dyan=225 -2dxan=288 -members=yes -cost=750000 -stockmarket=yes -name=Elysian sigil -certlink=obj_13751 - -// 13751 -[obj_13751] -certlink=obj_13750 -certtemplate=obj_799 - -// 13752 -[obj_13752] -model=model_40918 -2dxof=-5 -2dzoom=976 -2dyan=1304 -2dxan=267 -members=yes -cost=750000 -stockmarket=yes -name=Spectral sigil -certlink=obj_13753 - -// 13753 -[obj_13753] -certlink=obj_13752 -certtemplate=obj_799 - -// 13754 -[obj_13754] -model=model_40949 -2dzoom=1178 -2dyan=1881 -2dzan=1 -members=yes -cost=750000 -stockmarket=yes -name=Holy elixir -certlink=obj_13755 - -// 13755 -[obj_13755] -certlink=obj_13754 -certtemplate=obj_799 - -// 13756 -[obj_13756] -cost=40 -model=model_7760 -2dyof=-7 -2dzoom=1180 -2dyan=1852 -2dxan=120 -ambient=15 -op4=Light -op5=hidden -members=yes -recolhsl1s=5665 -recolhsl1d=8346 -recolhsl2s=5784 -recolhsl2d=8336 -recol3s=20935 -recol3d=11590 -name=Cursed willow logs -param=param_59,1 - -// 13757 -[obj_13757] -model=model_15496 -members=yes -cost=1 -2dxof=-18 -2dyof=-20 -2dzoom=3024 -2dyan=84 -2dxan=78 -name=Hartwin - -// 13758 -[obj_13758] -model=model_42379 -2dxof=4 -2dyof=-1 -2dzoom=720 -2dyan=304 -2dxan=373 -members=yes -cost=0 -iop5=Destroy -name=Grubby key - -// 13759 -[obj_13759] -cost=1 -members=yes -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -iop1=Read -iop5=Destroy -name=Scrap of paper - -// 13760 -[obj_13760] -model=model_42378 -2dxof=1 -2dyof=-3 -2dzoom=595 -2dyan=97 -2dxan=138 -members=yes -cost=0 -name=Bottle - -// 13761 -[obj_13761] -model=model_42377 -2dxof=1 -2dyof=-3 -2dzoom=595 -2dyan=97 -2dxan=138 -members=yes -cost=0 -name=Bottle of mist - -// 13762 -[obj_13762] -model=model_42381 -2dzoom=912 -2dyan=1853 -2dxan=507 -members=yes -cost=0 -iop1=Read -iop5=Destroy -name=List of elders - -// 13763 -[obj_13763] -lentlink=obj_11280 -lenttemplate=obj_13009 - -// 13764 -[obj_13764] -lentlink=obj_3101 -lenttemplate=obj_13009 - -// 13765 -[obj_13765] -lentlink=obj_1213 -lenttemplate=obj_13009 - -// 13766 -[obj_13766] -lentlink=obj_1229 -lenttemplate=obj_13009 - -// 13767 -[obj_13767] -lentlink=obj_5678 -lenttemplate=obj_13009 - -// 13768 -[obj_13768] -lentlink=obj_5696 -lenttemplate=obj_13009 - -// 13769 -[obj_13769] -lentlink=obj_1247 -lenttemplate=obj_13009 - -// 13770 -[obj_13770] -lentlink=obj_1249 -lenttemplate=obj_13009 - -// 13771 -[obj_13771] -lentlink=obj_1261 -lenttemplate=obj_13009 - -// 13772 -[obj_13772] -lentlink=obj_1263 -lenttemplate=obj_13009 - -// 13773 -[obj_13773] -lentlink=obj_5714 -lenttemplate=obj_13009 - -// 13774 -[obj_13774] -lentlink=obj_5716 -lenttemplate=obj_13009 - -// 13775 -[obj_13775] -lentlink=obj_5728 -lenttemplate=obj_13009 - -// 13776 -[obj_13776] -lentlink=obj_5730 -lenttemplate=obj_13009 - -// 13777 -[obj_13777] -lentlink=obj_1289 -lenttemplate=obj_13009 - -// 13778 -[obj_13778] -lentlink=obj_1319 -lenttemplate=obj_13009 - -// 13779 -[obj_13779] -lentlink=obj_3202 -lenttemplate=obj_13009 - -// 13780 -[obj_13780] -lentlink=obj_1432 -lenttemplate=obj_13009 - -// 13781 -[obj_13781] -lentlink=obj_1113 -lenttemplate=obj_13009 - -// 13782 -[obj_13782] -lentlink=obj_4131 -lenttemplate=obj_13009 - -// 13783 -[obj_13783] -lentlink=obj_1147 -lenttemplate=obj_13009 - -// 13784 -[obj_13784] -lentlink=obj_10589 -lenttemplate=obj_13009 - -// 13785 -[obj_13785] -lentlink=obj_10564 -lenttemplate=obj_13009 - -// 13786 -[obj_13786] -lentlink=obj_6809 -lenttemplate=obj_13009 - -// 13787 -[obj_13787] -lentlink=obj_1185 -lenttemplate=obj_13009 - -// 13788 -[obj_13788] -lentlink=obj_3122 -lenttemplate=obj_13009 - -// 13789 -[obj_13789] -lentlink=obj_10392 -lenttemplate=obj_13009 - -// 13790 -[obj_13790] -lentlink=obj_10394 -lenttemplate=obj_13009 - -// 13791 -[obj_13791] -lentlink=obj_10396 -lenttemplate=obj_13009 - -// 13792 -[obj_13792] -lentlink=obj_10398 -lenttemplate=obj_13009 - -// 13793 -[obj_13793] -lentlink=obj_13099 -lenttemplate=obj_13009 - -// 13794 -[obj_13794] -lentlink=obj_13101 -lenttemplate=obj_13009 - -// 13795 -[obj_13795] -lentlink=obj_13107 -lenttemplate=obj_13009 - -// 13796 -[obj_13796] -lentlink=obj_13109 -lenttemplate=obj_13009 - -// 13797 -[obj_13797] -lentlink=obj_13111 -lenttemplate=obj_13009 - -// 13798 -[obj_13798] -lentlink=obj_13113 -lenttemplate=obj_13009 - -// 13799 -[obj_13799] -lentlink=obj_13115 -lenttemplate=obj_13009 - -// 13800 -[obj_13800] -lentlink=obj_2615 -lenttemplate=obj_13009 - -// 13801 -[obj_13801] -lentlink=obj_2617 -lenttemplate=obj_13009 - -// 13802 -[obj_13802] -lentlink=obj_3476 -lenttemplate=obj_13009 - -// 13803 -[obj_13803] -lentlink=obj_2619 -lenttemplate=obj_13009 - -// 13804 -[obj_13804] -lentlink=obj_2621 -lenttemplate=obj_13009 - -// 13805 -[obj_13805] -lentlink=obj_2623 -lenttemplate=obj_13009 - -// 13806 -[obj_13806] -lentlink=obj_2625 -lenttemplate=obj_13009 - -// 13807 -[obj_13807] -lentlink=obj_3477 -lenttemplate=obj_13009 - -// 13808 -[obj_13808] -lentlink=obj_2627 -lenttemplate=obj_13009 - -// 13809 -[obj_13809] -lentlink=obj_2629 -lenttemplate=obj_13009 - -// 13810 -[obj_13810] -lentlink=obj_2631 -lenttemplate=obj_13009 - -// 13811 -[obj_13811] -lentlink=obj_2633 -lenttemplate=obj_13009 - -// 13812 -[obj_13812] -lentlink=obj_2635 -lenttemplate=obj_13009 - -// 13813 -[obj_13813] -lentlink=obj_2637 -lenttemplate=obj_13009 - -// 13814 -[obj_13814] -lentlink=obj_2639 -lenttemplate=obj_13009 - -// 13815 -[obj_13815] -lentlink=obj_2641 -lenttemplate=obj_13009 - -// 13816 -[obj_13816] -lentlink=obj_2643 -lenttemplate=obj_13009 - -// 13817 -[obj_13817] -lentlink=obj_2645 -lenttemplate=obj_13009 - -// 13818 -[obj_13818] -lentlink=obj_2647 -lenttemplate=obj_13009 - -// 13819 -[obj_13819] -lentlink=obj_2649 -lenttemplate=obj_13009 - -// 13820 -[obj_13820] -lentlink=obj_2653 -lenttemplate=obj_13009 - -// 13821 -[obj_13821] -lentlink=obj_2655 -lenttemplate=obj_13009 - -// 13822 -[obj_13822] -lentlink=obj_3478 -lenttemplate=obj_13009 - -// 13823 -[obj_13823] -lentlink=obj_2657 -lenttemplate=obj_13009 - -// 13824 -[obj_13824] -lentlink=obj_2659 -lenttemplate=obj_13009 - -// 13825 -[obj_13825] -lentlink=obj_2661 -lenttemplate=obj_13009 - -// 13826 -[obj_13826] -lentlink=obj_2663 -lenttemplate=obj_13009 - -// 13827 -[obj_13827] -lentlink=obj_3479 -lenttemplate=obj_13009 - -// 13828 -[obj_13828] -lentlink=obj_2665 -lenttemplate=obj_13009 - -// 13829 -[obj_13829] -lentlink=obj_2667 -lenttemplate=obj_13009 - -// 13830 -[obj_13830] -lentlink=obj_2669 -lenttemplate=obj_13009 - -// 13831 -[obj_13831] -lentlink=obj_2671 -lenttemplate=obj_13009 - -// 13832 -[obj_13832] -lentlink=obj_3480 -lenttemplate=obj_13009 - -// 13833 -[obj_13833] -lentlink=obj_2673 -lenttemplate=obj_13009 - -// 13834 -[obj_13834] -lentlink=obj_2675 -lenttemplate=obj_13009 - -// 13835 -[obj_13835] -lentlink=obj_3481 -lenttemplate=obj_13009 - -// 13836 -[obj_13836] -lentlink=obj_3483 -lenttemplate=obj_13009 - -// 13837 -[obj_13837] -lentlink=obj_3485 -lenttemplate=obj_13009 - -// 13838 -[obj_13838] -lentlink=obj_3486 -lenttemplate=obj_13009 - -// 13839 -[obj_13839] -lentlink=obj_3488 -lenttemplate=obj_13009 - -// 13840 -[obj_13840] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 13841 -[obj_13841] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 13842 -[obj_13842] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 13843 -[obj_13843] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 13844 -[obj_13844] -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 - -// 13845 -[obj_13845] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -name=Brawling gloves (melee) - -// 13846 -[obj_13846] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recol1s=22690 -recol1d=12834 -recolhsl2s=1836 -recolhsl2d=15138 -recolhsl3s=1833 -recolhsl3d=15133 -recolhsl4s=1829 -recolhsl4d=15133 -recolhsl5s=1824 -recolhsl5d=15128 -name=Brawling gloves (ranged) - -// 13847 -[obj_13847] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recolhsl1s=1841 -recolhsl1d=6350 -recolhsl2s=1836 -recolhsl2d=6345 -recol3s=18562 -recol3d=21037 -recolhsl4s=1829 -recolhsl4d=6335 -recolhsl5s=1824 -recolhsl5d=6330 -name=Brawling gloves (magic) - -// 13848 -[obj_13848] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recol1s=22690 -recol1d=32701 -recolhsl2s=1836 -recolhsl2d=118 -recol3s=18562 -recol3d=32536 -recolhsl4s=1829 -recolhsl4d=108 -recolhsl5s=1824 -recolhsl5d=103 -name=Brawling gloves (prayer) - -// 13849 -[obj_13849] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recolhsl1s=1841 -recolhsl1d=43684 -recolhsl2s=1836 -recolhsl2d=43679 -recol3s=18562 -recol3d=2123 -recolhsl4s=1829 -recolhsl4d=43669 -recolhsl5s=1824 -recolhsl5d=43664 -name=Brawling gloves (agility) - -// 13850 -[obj_13850] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recol1s=22690 -recol1d=21989 -recolhsl2s=1836 -recolhsl2d=6704 -recol3s=18562 -recol3d=17796 -recolhsl4s=1829 -recolhsl4d=6694 -recolhsl5s=1824 -recolhsl5d=6689 -name=Brawling gloves (wc) - -// 13851 -[obj_13851] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recolhsl1s=1841 -recolhsl1d=4037 -recolhsl2s=1836 -recolhsl2d=4032 -recol3s=18562 -recol3d=30016 -recolhsl4s=1829 -recolhsl4d=4022 -recolhsl5s=1824 -recolhsl5d=4017 -name=Brawling gloves (fm) - -// 13852 -[obj_13852] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recolhsl1s=1841 -recolhsl1d=10402 -recolhsl2s=1836 -recolhsl2d=10397 -recol3s=18562 -recol3d=7397 -recolhsl4s=1829 -recolhsl4d=10387 -recolhsl5s=1824 -recolhsl5d=10382 -name=Brawling gloves (mining) - -// 13853 -[obj_13853] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recolhsl1s=1841 -recolhsl1d=8488 -recolhsl2s=1836 -recolhsl2d=8483 -recol3s=18562 -recol3d=10533 -recolhsl4s=1829 -recolhsl4d=8473 -recolhsl5s=1824 -recolhsl5d=8468 -name=Brawling gloves (hunter) - -// 13854 -[obj_13854] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recol1s=22690 -recol1d=15564 -recolhsl2s=1836 -recolhsl2d=58790 -recol3s=18562 -recol3d=11433 -recol4s=16514 -recol4d=10376 -recolhsl5s=1824 -recolhsl5d=58775 -name=Brawling gloves (thieving) - -// 13855 -[obj_13855] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recolhsl1s=1841 -recolhsl1d=10397 -recolhsl2s=1836 -recolhsl2d=10397 -recol3s=18562 -recol3d=7397 -recolhsl4s=1829 -recolhsl4d=10387 -recolhsl5s=1824 -recolhsl5d=10382 -name=Brawling gloves (smithing) - -// 13856 -[obj_13856] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recolhsl1s=1841 -recolhsl1d=38219 -recolhsl2s=1836 -recolhsl2d=38219 -recol3s=18562 -recol3d=13877 -recolhsl4s=1829 -recolhsl4d=38209 -recolhsl5s=1824 -recolhsl5d=38204 -name=Brawling gloves (fishing) - -// 13857 -[obj_13857] -model=model_42579 -manwear=model_42635 -womanwear=model_42651 -2dxof=-3 -2dzoom=1178 -2dyan=3 -2dxan=438 -members=yes -cost=50000 -iop2=Wear -iop5=Destroy -recolhsl1s=1841 -recolhsl1d=51872 -recolhsl2s=1836 -recolhsl2d=51867 -recol3s=18562 -recol3d=7241 -recolhsl4s=1829 -recolhsl4d=51857 -recolhsl5s=1824 -recolhsl5d=51852 -name=Brawling gloves (cooking) - -// 13858 -[obj_13858] -iop2=Wear -members=yes -model=model_42591 -manwear=model_42627 -womanwear=model_42642 -ambient=25 -2dyof=-7 -2dzoom=1373 -2dxan=373 -cost=500000 -stockmarket=yes -name=Zuriel's robe top -certlink=obj_13859 - -// 13859 -[obj_13859] -certlink=obj_13858 -certtemplate=obj_799 - -// 13860 -[obj_13860] -iop2=Wear -iop5=Destroy -members=yes -model=model_42591 -manwear=model_42627 -womanwear=model_42642 -ambient=25 -2dyof=-7 -2dzoom=1373 -2dxan=373 -cost=300000 -name=Zuriel's robe top (deg) - -// 13861 -[obj_13861] -iop2=Wear -members=yes -manwear=model_42634 -womanwear=model_42645 -model=model_42588 -ambient=25 -2dxof=2 -2dyof=-9 -2dzoom=1697 -2dxan=512 -cost=500000 -stockmarket=yes -name=Zuriel's robe bottom -certlink=obj_13862 - -// 13862 -[obj_13862] -certlink=obj_13861 -certtemplate=obj_799 - -// 13863 -[obj_13863] -iop2=Wear -iop5=Destroy -members=yes -manwear=model_42634 -womanwear=model_42645 -model=model_42588 -ambient=25 -2dxof=2 -2dyof=-9 -2dzoom=1697 -2dxan=512 -cost=300000 -name=Zuriel's robe bottom (deg) - -// 13864 -[obj_13864] -iop2=Wear -members=yes -model=model_42604 -ambient=25 -manwear=model_42638 -womanwear=model_42653 -2dxof=1 -2dyof=1 -2dzoom=720 -2dxan=28 -manhead=model_42606 -womanhead=model_42608 -cost=250000 -stockmarket=yes -name=Zuriel's hood -certlink=obj_13865 - -// 13865 -[obj_13865] -certlink=obj_13864 -certtemplate=obj_799 - -// 13866 -[obj_13866] -iop2=Wear -members=yes -iop5=Destroy -model=model_42604 -ambient=25 -manwear=model_42638 -womanwear=model_42653 -2dxof=1 -2dyof=1 -2dzoom=720 -2dxan=28 -manhead=model_42606 -womanhead=model_42608 -cost=150000 -name=Zuriel's hood (deg) - -// 13867 -[obj_13867] -iop2=Wield -members=yes -model=model_42595 -manwear=model_42617 -womanwear=model_42617 -ambient=25 -2dyan=3 -2dxan=366 -cost=300000 -stockmarket=yes -name=Zuriel's staff -womanwearoff=3,-11,6 -certlink=obj_13868 - -// 13868 -[obj_13868] -certlink=obj_13867 -certtemplate=obj_799 - -// 13869 -[obj_13869] -iop2=Wield -iop5=Destroy -members=yes -model=model_42595 -manwear=model_42617 -womanwear=model_42617 -ambient=25 -2dyan=3 -2dxan=366 -cost=180000 -name=Zuriel's staff (deg) -womanwearoff=3,-11,6 - -// 13870 -[obj_13870] -iop2=Wear -members=yes -model=model_42578 -manwear=model_42626 -womanwear=model_42643 -ambient=25 -2dxof=4 -2dyof=5 -2dzoom=1184 -2dyan=2 -2dxan=545 -cost=500000 -stockmarket=yes -name=Morrigan's leather body -certlink=obj_13871 - -// 13871 -[obj_13871] -certlink=obj_13870 -certtemplate=obj_799 - -// 13872 -[obj_13872] -iop2=Wear -iop5=Destroy -members=yes -model=model_42578 -manwear=model_42626 -womanwear=model_42643 -ambient=25 -2dxof=4 -2dyof=5 -2dzoom=1184 -2dyan=2 -2dxan=545 -cost=300000 -name=Morrigan's leather body (deg) - -// 13873 -[obj_13873] -iop2=Wear -members=yes -manwear=model_42631 -womanwear=model_42646 -model=model_42603 -2dxof=-3 -2dyof=11 -2dzoom=1753 -2dyan=1 -2dxan=482 -cost=500000 -stockmarket=yes -name=Morrigan's leather chaps -certlink=obj_13874 - -// 13874 -[obj_13874] -certlink=obj_13873 -certtemplate=obj_799 - -// 13875 -[obj_13875] -iop2=Wear -iop5=Destroy -members=yes -manwear=model_42631 -womanwear=model_42646 -model=model_42603 -2dxof=-3 -2dyof=11 -2dzoom=1753 -2dyan=1 -2dxan=482 -cost=300000 -name=Morrigan's leather chaps (deg) - -// 13876 -[obj_13876] -iop2=Wear -members=yes -model=model_42583 -manwear=model_42636 -womanwear=model_42652 -ambient=25 -2dxof=-3 -2dyof=6 -2dzoom=592 -2dyan=5 -2dxan=537 -manhead=model_42656 -womanhead=model_42657 -cost=250000 -stockmarket=yes -name=Morrigan's coif -certlink=obj_13877 - -// 13877 -[obj_13877] -certlink=obj_13876 -certtemplate=obj_799 - -// 13878 -[obj_13878] -iop2=Wear -iop5=Destroy -members=yes -model=model_42583 -manwear=model_42636 -womanwear=model_42652 -ambient=25 -2dxof=-3 -2dyof=6 -2dzoom=592 -2dyan=5 -2dxan=537 -manhead=model_42656 -womanhead=model_42657 -cost=150000 -name=Morrigan's coif (deg) - -// 13879 -[obj_13879] -iop2=Wield -members=yes -stackable=yes -model=model_42592 -manwear=model_42613 -womanwear=model_42613 -ambient=25 -2dzoom=1872 -2dyan=2009 -2dxan=282 -cost=4000 -stockmarket=yes -name=Morrigan's javelin -manwearoff=0,-9,0 -womanwearoff=3,-24,6 - -// 13880 -[obj_13880] -iop2=Wield -members=yes -stackable=yes -model=model_42592 -manwear=model_42613 -womanwear=model_42613 -ambient=25 -2dzoom=1872 -2dyan=2009 -2dxan=282 -cost=10000 -stockmarket=yes -recolhsl1s=4149 -recolhsl1d=22459 -recolhsl2s=4156 -recolhsl2d=22459 -name=Morrigan's javelin(p) -manwearoff=0,-9,0 -womanwearoff=3,-24,6 - -// 13881 -[obj_13881] -iop2=Wield -members=yes -stackable=yes -model=model_42592 -manwear=model_42613 -womanwear=model_42613 -ambient=25 -2dzoom=1872 -2dyan=2009 -2dxan=282 -cost=10000 -stockmarket=yes -recolhsl1s=4149 -recolhsl1d=22459 -recolhsl2s=4156 -recolhsl2d=22459 -name=Morrigan's javelin(p+) -manwearoff=0,-9,0 -womanwearoff=3,-24,6 - -// 13882 -[obj_13882] -iop2=Wield -members=yes -stackable=yes -model=model_42592 -manwear=model_42613 -womanwear=model_42613 -ambient=25 -2dzoom=1872 -2dyan=2009 -2dxan=282 -cost=10000 -stockmarket=yes -recolhsl1s=4149 -recolhsl1d=22459 -recolhsl2s=4156 -recolhsl2d=22459 -name=Morrigan's javelin(p++) -manwearoff=0,-9,0 -womanwearoff=3,-24,6 - -// 13883 -[obj_13883] -iop2=Wield -members=yes -stackable=yes -model=model_42582 -manwear=model_42611 -womanwear=model_42611 -ambient=25 -2dxof=-5 -2dyof=4 -2dzoom=976 -2dyan=2024 -2dxan=672 -cost=4000 -stockmarket=yes -name=Morrigan's throwing axe -womanwearoff=3,-11,6 - -// 13884 -[obj_13884] -iop2=Wear -members=yes -model=model_42602 -manwear=model_42625 -womanwear=model_42641 -ambient=25 -2dxof=-2 -2dyof=39 -2dzoom=1312 -2dyan=2047 -2dxan=272 -cost=500000 -stockmarket=yes -name=Statius's platebody -certlink=obj_13885 - -// 13885 -[obj_13885] -certlink=obj_13884 -certtemplate=obj_799 - -// 13886 -[obj_13886] -iop2=Wear -iop5=Destroy -members=yes -model=model_42602 -manwear=model_42625 -womanwear=model_42641 -ambient=25 -2dxof=-2 -2dyof=39 -2dzoom=1312 -2dyan=2047 -2dxan=272 -cost=300000 -name=Statius's platebody (deg) - -// 13887 -[obj_13887] -iop2=Wear -members=yes -model=model_42593 -manwear=model_42624 -womanwear=model_42644 -ambient=25 -2dxof=4 -2dyof=5 -2dzoom=1440 -2dyan=2 -2dxan=545 -cost=500000 -stockmarket=yes -name=Vesta's chainbody -certlink=obj_13888 - -// 13888 -[obj_13888] -certlink=obj_13887 -certtemplate=obj_799 - -// 13889 -[obj_13889] -iop2=Wear -iop5=Destroy -members=yes -model=model_42593 -manwear=model_42624 -womanwear=model_42644 -ambient=25 -2dxof=4 -2dyof=5 -2dzoom=1440 -2dyan=2 -2dxan=545 -cost=300000 -name=Vesta's chainbody (deg) - -// 13890 -[obj_13890] -iop2=Wear -members=yes -manwear=model_42632 -womanwear=model_42647 -model=model_42590 -ambient=25 -2dyof=-11 -2dzoom=1625 -2dyan=2046 -2dxan=355 -cost=500000 -stockmarket=yes -name=Statius's platelegs -certlink=obj_13891 - -// 13891 -[obj_13891] -certlink=obj_13890 -certtemplate=obj_799 - -// 13892 -[obj_13892] -iop2=Wear -iop5=Destroy -members=yes -manwear=model_42632 -womanwear=model_42647 -model=model_42590 -ambient=25 -2dyof=-11 -2dzoom=1625 -2dyan=2046 -2dxan=355 -cost=300000 -name=Statius's platelegs (deg) - -// 13893 -[obj_13893] -iop2=Wear -members=yes -manwear=model_42633 -womanwear=model_42649 -model=model_42581 -ambient=25 -2dxof=-3 -2dyof=11 -2dzoom=1753 -2dyan=1 -2dxan=562 -cost=500000 -stockmarket=yes -name=Vesta's plateskirt -certlink=obj_13894 - -// 13894 -[obj_13894] -certlink=obj_13893 -certtemplate=obj_799 - -// 13895 -[obj_13895] -iop2=Wear -iop5=Destroy -members=yes -manwear=model_42633 -womanwear=model_42649 -model=model_42581 -ambient=25 -2dxof=-3 -2dyof=11 -2dzoom=1753 -2dyan=1 -2dxan=562 -cost=300000 -name=Vesta's plateskirt (deg) - -// 13896 -[obj_13896] -iop2=Wear -members=yes -model=model_42596 -ambient=25 -manwear=model_42639 -womanwear=model_42655 -2dxof=2 -2dyof=-7 -2dzoom=789 -2dyan=2039 -2dxan=96 -manhead=model_42605 -womanhead=model_42609 -cost=250000 -stockmarket=yes -name=Statius's full helm -certlink=obj_13897 - -// 13897 -[obj_13897] -certlink=obj_13896 -certtemplate=obj_799 - -// 13898 -[obj_13898] -iop2=Wear -iop5=Destroy -members=yes -model=model_42596 -ambient=25 -manwear=model_42639 -womanwear=model_42655 -2dxof=2 -2dyof=-7 -2dzoom=789 -2dyan=2039 -2dxan=96 -manhead=model_42605 -womanhead=model_42609 -cost=150000 -name=Statius' full helm (deg) - -// 13899 -[obj_13899] -iop2=Wield -members=yes -model=model_42597 -manwear=model_42615 -womanwear=model_42615 -ambient=25 -2dzoom=1744 -2dyan=1985 -2dxan=738 -cost=300000 -stockmarket=yes -name=Vesta's longsword -womanwearoff=3,-11,6 -certlink=obj_13900 - -// 13900 -[obj_13900] -certlink=obj_13899 -certtemplate=obj_799 - -// 13901 -[obj_13901] -iop2=Wield -iop5=Destroy -members=yes -model=model_42597 -manwear=model_42615 -womanwear=model_42615 -ambient=25 -2dzoom=1744 -2dyan=1985 -2dxan=738 -cost=180000 -name=Vesta's longsword (deg) -womanwearoff=3,-11,6 - -// 13902 -[obj_13902] -iop2=Wield -members=yes -manwear=model_42623 -womanwear=model_42623 -model=model_42577 -ambient=25 -2dxof=7 -2dyof=6 -2dzoom=1360 -2dyan=27 -2dxan=507 -cost=300000 -stockmarket=yes -name=Statius's warhammer -womanwearoff=3,-11,6 -certlink=obj_13903 - -// 13903 -[obj_13903] -certlink=obj_13902 -certtemplate=obj_799 - -// 13904 -[obj_13904] -iop2=Wield -iop5=Destroy -members=yes -manwear=model_42623 -womanwear=model_42623 -model=model_42577 -ambient=25 -2dxof=7 -2dyof=6 -2dzoom=1360 -2dyan=27 -2dxan=507 -cost=180000 -name=Statius' warhammer (deg) -womanwearoff=3,-11,6 - -// 13905 -[obj_13905] -iop2=Wield -members=yes -model=model_42599 -manwear=model_42614 -womanwear=model_42614 -ambient=25 -2dyof=5 -2dzoom=2022 -2dyan=15 -2dxan=480 -cost=300000 -stockmarket=yes -name=Vesta's spear -womanwearoff=3,-11,6 -certlink=obj_13906 - -// 13906 -[obj_13906] -certlink=obj_13905 -certtemplate=obj_799 - -// 13907 -[obj_13907] -iop2=Wield -iop5=Destroy -members=yes -model=model_42599 -manwear=model_42614 -womanwear=model_42614 -ambient=25 -2dyof=5 -2dzoom=2022 -2dyan=15 -2dxan=480 -cost=180000 -name=Vesta's spear (deg) -womanwearoff=3,-11,6 - -// 13908 -[obj_13908] -iop2=Wear -members=yes -model=model_42602 -manwear=model_42625 -womanwear=model_42641 -ambient=25 -2dxof=-2 -2dyof=39 -2dzoom=1312 -2dyan=2047 -2dxan=272 -cost=125000 -stockmarket=yes -name=Corrupt statius's platebody -certlink=obj_13909 - -// 13909 -[obj_13909] -certlink=obj_13908 -certtemplate=obj_799 - -// 13910 -[obj_13910] -iop2=Wear -iop5=Destroy -members=yes -model=model_42602 -manwear=model_42625 -womanwear=model_42641 -ambient=25 -2dxof=-2 -2dyof=39 -2dzoom=1312 -2dyan=2047 -2dxan=272 -cost=75000 -name=Corrupt statius's platebody (deg) - -// 13911 -[obj_13911] -iop2=Wear -members=yes -model=model_42593 -manwear=model_42624 -womanwear=model_42644 -ambient=25 -2dxof=4 -2dyof=5 -2dzoom=1440 -2dyan=2 -2dxan=545 -cost=125000 -stockmarket=yes -name=Corrupt vesta's chainbody -certlink=obj_13912 - -// 13912 -[obj_13912] -certlink=obj_13911 -certtemplate=obj_799 - -// 13913 -[obj_13913] -iop2=Wear -iop5=Destroy -members=yes -model=model_42593 -manwear=model_42624 -womanwear=model_42644 -ambient=25 -2dxof=4 -2dyof=5 -2dzoom=1440 -2dyan=2 -2dxan=545 -cost=75000 -name=Corrupt vesta's chainbody (deg) - -// 13914 -[obj_13914] -iop2=Wear -members=yes -manwear=model_42632 -womanwear=model_42647 -model=model_42590 -ambient=25 -2dyof=-11 -2dzoom=1625 -2dyan=2046 -2dxan=355 -cost=125000 -stockmarket=yes -name=Corrupt statius's platelegs -certlink=obj_13915 - -// 13915 -[obj_13915] -certlink=obj_13914 -certtemplate=obj_799 - -// 13916 -[obj_13916] -iop2=Wear -iop5=Destroy -members=yes -manwear=model_42632 -womanwear=model_42647 -model=model_42590 -ambient=25 -2dyof=-11 -2dzoom=1625 -2dyan=2046 -2dxan=355 -cost=75000 -name=Corrupt statius's platelegs (deg) - -// 13917 -[obj_13917] -iop2=Wear -members=yes -manwear=model_42633 -womanwear=model_42649 -model=model_42581 -ambient=25 -2dxof=-3 -2dyof=11 -2dzoom=1753 -2dyan=1 -2dxan=562 -cost=125000 -stockmarket=yes -name=Corrupt vesta's plateskirt -certlink=obj_13918 - -// 13918 -[obj_13918] -certlink=obj_13917 -certtemplate=obj_799 - -// 13919 -[obj_13919] -iop2=Wear -iop5=Destroy -members=yes -manwear=model_42633 -womanwear=model_42649 -model=model_42581 -ambient=25 -2dxof=-3 -2dyof=11 -2dzoom=1753 -2dyan=1 -2dxan=562 -cost=75000 -name=Corrupt vesta's plateskirt (deg) - -// 13920 -[obj_13920] -iop2=Wear -members=yes -model=model_42596 -ambient=25 -manwear=model_42639 -womanwear=model_42655 -2dxof=2 -2dyof=-7 -2dzoom=789 -2dyan=2039 -2dxan=96 -manhead=model_42605 -womanhead=model_42609 -cost=50000 -stockmarket=yes -name=Corrupt statius's full helm -certlink=obj_13921 - -// 13921 -[obj_13921] -certlink=obj_13920 -certtemplate=obj_799 - -// 13922 -[obj_13922] -iop2=Wear -iop5=Destroy -members=yes -model=model_42596 -ambient=25 -manwear=model_42639 -womanwear=model_42655 -2dxof=2 -2dyof=-7 -2dzoom=789 -2dyan=2039 -2dxan=96 -manhead=model_42605 -womanhead=model_42609 -cost=30000 -name=Corrupt statius' full helm (deg) - -// 13923 -[obj_13923] -iop2=Wield -members=yes -model=model_42597 -manwear=model_42615 -womanwear=model_42615 -ambient=25 -2dzoom=1744 -2dyan=1985 -2dxan=738 -cost=125000 -stockmarket=yes -name=Corrupt vesta's longsword -womanwearoff=3,-11,6 -certlink=obj_13924 - -// 13924 -[obj_13924] -certlink=obj_13923 -certtemplate=obj_799 - -// 13925 -[obj_13925] -iop2=Wield -iop5=Destroy -members=yes -model=model_42597 -manwear=model_42615 -womanwear=model_42615 -ambient=25 -2dzoom=1744 -2dyan=1985 -2dxan=738 -cost=75000 -name=C. vesta's longsword (deg) -womanwearoff=3,-11,6 - -// 13926 -[obj_13926] -iop2=Wield -members=yes -manwear=model_42623 -womanwear=model_42623 -model=model_42577 -ambient=25 -2dxof=7 -2dyof=6 -2dzoom=1360 -2dyan=27 -2dxan=507 -cost=125000 -stockmarket=yes -name=Corrupt statius's warhammer -womanwearoff=3,-11,6 -certlink=obj_13927 - -// 13927 -[obj_13927] -certlink=obj_13926 -certtemplate=obj_799 - -// 13928 -[obj_13928] -iop2=Wield -iop5=Destroy -members=yes -manwear=model_42623 -womanwear=model_42623 -model=model_42577 -ambient=25 -2dxof=7 -2dyof=6 -2dzoom=1360 -2dyan=27 -2dxan=507 -cost=75000 -name=C. statius's warhammer (deg) -womanwearoff=3,-11,6 - -// 13929 -[obj_13929] -iop2=Wield -members=yes -model=model_42599 -manwear=model_42614 -womanwear=model_42614 -ambient=25 -2dyof=5 -2dzoom=2022 -2dyan=15 -2dxan=480 -cost=125000 -stockmarket=yes -name=Corrupt vesta's spear -womanwearoff=3,-11,6 -certlink=obj_13930 - -// 13930 -[obj_13930] -certlink=obj_13929 -certtemplate=obj_799 - -// 13931 -[obj_13931] -iop2=Wield -iop5=Destroy -members=yes -model=model_42599 -manwear=model_42614 -womanwear=model_42614 -ambient=25 -2dyof=5 -2dzoom=2022 -2dyan=15 -2dxan=480 -cost=75000 -name=Corrupt vesta's spear (deg) -womanwearoff=3,-11,6 - -// 13932 -[obj_13932] -iop2=Wear -members=yes -model=model_42591 -manwear=model_42627 -womanwear=model_42642 -ambient=25 -2dyof=-7 -2dzoom=1373 -2dxan=373 -cost=125000 -stockmarket=yes -name=Corrupt zuriel's robe top -certlink=obj_13933 - -// 13933 -[obj_13933] -certlink=obj_13932 -certtemplate=obj_799 - -// 13934 -[obj_13934] -iop2=Wear -iop5=Destroy -members=yes -model=model_42591 -manwear=model_42627 -womanwear=model_42642 -ambient=25 -2dyof=-7 -2dzoom=1373 -2dxan=373 -cost=75000 -name=Corrupt zuriel's robe top (deg) - -// 13935 -[obj_13935] -iop2=Wear -members=yes -manwear=model_42634 -womanwear=model_42645 -model=model_42588 -ambient=25 -2dxof=2 -2dyof=-9 -2dzoom=1697 -2dxan=512 -cost=125000 -stockmarket=yes -name=Corrupt zuriel's robe bottom -certlink=obj_13936 - -// 13936 -[obj_13936] -certlink=obj_13935 -certtemplate=obj_799 - -// 13937 -[obj_13937] -iop2=Wear -iop5=Destroy -members=yes -manwear=model_42634 -womanwear=model_42645 -model=model_42588 -ambient=25 -2dxof=2 -2dyof=-9 -2dzoom=1697 -2dxan=512 -cost=75000 -name=Corrupt zuriel's robe bottom (deg) - -// 13938 -[obj_13938] -iop2=Wear -members=yes -model=model_42604 -ambient=25 -manwear=model_42638 -womanwear=model_42653 -2dxof=1 -2dyof=1 -2dzoom=720 -2dxan=28 -manhead=model_42606 -womanhead=model_42608 -cost=50000 -stockmarket=yes -name=Corrupt zuriel's hood -certlink=obj_13939 - -// 13939 -[obj_13939] -certlink=obj_13938 -certtemplate=obj_799 - -// 13940 -[obj_13940] -iop2=Wear -iop5=Destroy -members=yes -model=model_42604 -ambient=25 -manwear=model_42638 -womanwear=model_42653 -2dxof=1 -2dyof=1 -2dzoom=720 -2dxan=28 -manhead=model_42606 -womanhead=model_42608 -cost=30000 -name=Corrupt zuriel's hood (deg) - -// 13941 -[obj_13941] -iop2=Wield -members=yes -model=model_42595 -manwear=model_42617 -womanwear=model_42617 -ambient=25 -2dyan=3 -2dxan=366 -cost=125000 -stockmarket=yes -name=Corrupt zuriel's staff -womanwearoff=3,-11,6 -certlink=obj_13942 - -// 13942 -[obj_13942] -certlink=obj_13941 -certtemplate=obj_799 - -// 13943 -[obj_13943] -iop2=Wield -iop5=Destroy -members=yes -model=model_42595 -manwear=model_42617 -womanwear=model_42617 -ambient=25 -2dyan=3 -2dxan=366 -cost=70000 -name=Corrupt zuriel's staff (deg) -womanwearoff=3,-11,6 - -// 13944 -[obj_13944] -iop2=Wear -members=yes -model=model_42578 -manwear=model_42626 -womanwear=model_42643 -ambient=25 -2dxof=4 -2dyof=5 -2dzoom=1184 -2dyan=2 -2dxan=545 -cost=125000 -stockmarket=yes -name=Corrupt morrigan's leather body -certlink=obj_13945 - -// 13945 -[obj_13945] -certlink=obj_13944 -certtemplate=obj_799 - -// 13946 -[obj_13946] -iop2=Wear -iop5=Destroy -members=yes -model=model_42578 -manwear=model_42626 -womanwear=model_42643 -ambient=25 -2dxof=4 -2dyof=5 -2dzoom=1184 -2dyan=2 -2dxan=545 -cost=75000 -name=Corrupt morrigan's leather body (deg) - -// 13947 -[obj_13947] -iop2=Wear -members=yes -manwear=model_42631 -womanwear=model_42646 -model=model_42603 -2dxof=-3 -2dyof=11 -2dzoom=1753 -2dyan=1 -2dxan=482 -cost=125000 -stockmarket=yes -name=Corrupt morrigan's leather chaps -certlink=obj_13948 - -// 13948 -[obj_13948] -certlink=obj_13947 -certtemplate=obj_799 - -// 13949 -[obj_13949] -iop2=Wear -iop5=Destroy -members=yes -manwear=model_42631 -womanwear=model_42646 -model=model_42603 -2dxof=-3 -2dyof=11 -2dzoom=1753 -2dyan=1 -2dxan=482 -cost=75000 -name=Corrupt morrigan's leather chaps (deg) - -// 13950 -[obj_13950] -iop2=Wear -members=yes -model=model_42583 -manwear=model_42636 -womanwear=model_42652 -ambient=25 -2dxof=-3 -2dyof=6 -2dzoom=592 -2dyan=5 -2dxan=537 -manhead=model_42656 -womanhead=model_42657 -cost=50000 -stockmarket=yes -name=Corrupt morrigan's coif -certlink=obj_13951 - -// 13951 -[obj_13951] -certlink=obj_13950 -certtemplate=obj_799 - -// 13952 -[obj_13952] -iop2=Wear -iop5=Destroy -members=yes -model=model_42583 -manwear=model_42636 -womanwear=model_42652 -ambient=25 -2dxof=-3 -2dyof=6 -2dzoom=592 -2dyan=5 -2dxan=537 -manhead=model_42656 -womanhead=model_42657 -cost=30000 -name=Corrupt morrigan's coif (deg) - -// 13953 -[obj_13953] -iop2=Wield -members=yes -stackable=yes -model=model_42592 -manwear=model_42613 -womanwear=model_42613 -ambient=25 -2dzoom=1872 -2dyan=2009 -2dxan=282 -cost=1000 -stockmarket=yes -name=Corrupt morrigan's javelin -manwearoff=0,-9,0 -womanwearoff=3,-11,6 - -// 13954 -[obj_13954] -iop2=Wield -members=yes -stackable=yes -model=model_42592 -manwear=model_42613 -womanwear=model_42613 -ambient=25 -2dzoom=1872 -2dyan=2009 -2dxan=282 -cost=10000 -stockmarket=yes -recolhsl1s=4149 -recolhsl1d=22459 -recolhsl2s=4156 -recolhsl2d=22459 -name=C. morrigan's javelin (p) -manwearoff=0,-9,0 -womanwearoff=3,-11,6 - -// 13955 -[obj_13955] -iop2=Wield -members=yes -stackable=yes -model=model_42592 -manwear=model_42613 -womanwear=model_42613 -ambient=25 -2dzoom=1872 -2dyan=2009 -2dxan=282 -cost=10000 -stockmarket=yes -recolhsl1s=4149 -recolhsl1d=22459 -recolhsl2s=4156 -recolhsl2d=22459 -name=C. morrigan's javelin (p+) -manwearoff=0,-9,0 -womanwearoff=3,-11,6 - -// 13956 -[obj_13956] -iop2=Wield -members=yes -stackable=yes -model=model_42592 -manwear=model_42613 -womanwear=model_42613 -ambient=25 -2dzoom=1872 -2dyan=2009 -2dxan=282 -cost=10000 -stockmarket=yes -recolhsl1s=4149 -recolhsl1d=22459 -recolhsl2s=4156 -recolhsl2d=22459 -name=C. morrigan's javelin (p++) -manwearoff=0,-9,0 -womanwearoff=3,-11,6 - -// 13957 -[obj_13957] -iop2=Wield -members=yes -stackable=yes -model=model_42582 -manwear=model_42611 -womanwear=model_42611 -ambient=25 -2dxof=-5 -2dyof=4 -2dzoom=976 -2dyan=2024 -2dxan=672 -cost=1000 -stockmarket=yes -name=C. morrigan's throwing axe -womanwearoff=3,-11,6 - -// 13958 -[obj_13958] -cost=120000 -iop2=Wear -manwear=model_42628 -womanwear=model_42640 -model=model_42598 -2dyof=2 -2dzoom=1100 -2dxan=568 -stockmarket=yes -name=Corrupt dragon chainbody -certlink=obj_13959 - -// 13959 -[obj_13959] -certlink=obj_13958 -certtemplate=obj_799 - -// 13960 -[obj_13960] -cost=72000 -iop2=Wear -iop5=Destroy -manwear=model_42628 -womanwear=model_42640 -model=model_42598 -2dyof=2 -2dzoom=1100 -2dxan=568 -name=Corrupt dragon chainbody (deg) - -// 13961 -[obj_13961] -cost=60000 -iop2=Wear -manwear=model_42637 -womanwear=model_42654 -manhead=model_42607 -womanhead=model_42610 -model=model_42585 -2dxof=3 -2dyof=-5 -2dzoom=670 -2dyan=136 -2dxan=92 -stockmarket=yes -name=Corrupt dragon med helm -certlink=obj_13962 - -// 13962 -[obj_13962] -certlink=obj_13961 -certtemplate=obj_799 - -// 13963 -[obj_13963] -cost=36000 -iop2=Wear -iop5=Destroy -manwear=model_42637 -womanwear=model_42654 -manhead=model_42607 -womanhead=model_42610 -model=model_42585 -2dxof=3 -2dyof=-5 -2dzoom=670 -2dyan=136 -2dxan=92 -name=Corrupt dragon med helm (deg) - -// 13964 -[obj_13964] -cost=120000 -iop2=Wield -manwear=model_42621 -womanwear=model_42621 -model=model_42594 -2dxof=1 -2dyof=10 -2dzoom=1730 -2dyan=120 -2dxan=352 -stockmarket=yes -name=Corrupt dragon sq shield -womanwearoff=-3,-11,6 -certlink=obj_13965 - -// 13965 -[obj_13965] -certlink=obj_13964 -certtemplate=obj_799 - -// 13966 -[obj_13966] -cost=72000 -iop2=Wield -iop5=Destroy -manwear=model_42621 -womanwear=model_42621 -model=model_42594 -2dxof=1 -2dyof=10 -2dzoom=1730 -2dyan=120 -2dxan=352 -name=Corrupt dragon sq shield (deg) -womanwearoff=-3,-11,6 - -// 13967 -[obj_13967] -iop2=Wear -cost=120000 -manwear=model_42630 -womanwear=model_42648 -model=model_42576 -2dxof=4 -2dyof=15 -2dzoom=1230 -2dxan=584 -stockmarket=yes -name=Corrupt dragon plateskirt -certlink=obj_13968 - -// 13968 -[obj_13968] -certlink=obj_13967 -certtemplate=obj_799 - -// 13969 -[obj_13969] -iop2=Wear -iop5=Destroy -cost=72000 -manwear=model_42630 -womanwear=model_42648 -model=model_42576 -2dxof=4 -2dyof=15 -2dzoom=1230 -2dxan=584 -name=Corrupt dragon plateskirt (deg) - -// 13970 -[obj_13970] -iop2=Wear -cost=120000 -manwear=model_42629 -womanwear=model_42650 -model=model_42589 -2dyof=-8 -2dzoom=1740 -2dxan=444 -stockmarket=yes -name=Corrupt dragon platelegs -certlink=obj_13971 - -// 13971 -[obj_13971] -certlink=obj_13970 -certtemplate=obj_799 - -// 13972 -[obj_13972] -iop2=Wear -iop5=Destroy -cost=72000 -manwear=model_42629 -womanwear=model_42650 -model=model_42589 -2dyof=-8 -2dzoom=1740 -2dxan=444 -name=Corrupt dragon platelegs (deg) - -// 13973 -[obj_13973] -iop2=Wield -cost=120000 -manwear=model_42619 -womanwear=model_42619 -model=model_42601 -2dxof=1 -2dyof=-3 -2dzoom=1360 -2dyan=2020 -2dxan=420 -stockmarket=yes -name=Corrupt dragon battleaxe -womanwearoff=3,-11,6 -certlink=obj_13974 - -// 13974 -[obj_13974] -certlink=obj_13973 -certtemplate=obj_799 - -// 13975 -[obj_13975] -iop2=Wield -iop5=Destroy -cost=72000 -manwear=model_42619 -womanwear=model_42619 -model=model_42601 -2dxof=1 -2dyof=-3 -2dzoom=1360 -2dyan=2020 -2dxan=420 -name=C. dragon battleaxe (deg) -womanwearoff=3,-11,6 - -// 13976 -[obj_13976] -iop2=Wield -cost=30000 -manwear=model_42620 -womanwear=model_42620 -model=model_42587 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -stockmarket=yes -name=Corrupt dragon dagger -womanwearoff=3,-11,6 -certlink=obj_13977 - -// 13977 -[obj_13977] -certlink=obj_13976 -certtemplate=obj_799 - -// 13978 -[obj_13978] -iop2=Wield -iop5=Destroy -cost=18000 -manwear=model_42620 -womanwear=model_42620 -model=model_42587 -2dyof=-4 -2dzoom=760 -2dyan=1276 -2dxan=472 -name=C. dragon dagger (deg) -womanwearoff=3,-11,6 - -// 13979 -[obj_13979] -iop2=Wield -cost=100000 -manwear=model_42616 -womanwear=model_42616 -model=model_42586 -2dyof=6 -2dzoom=1640 -2dyan=12 -2dxan=456 -stockmarket=yes -name=Corrupt dragon scimitar -womanwearoff=3,-11,6 -certlink=obj_13980 - -// 13980 -[obj_13980] -certlink=obj_13979 -certtemplate=obj_799 - -// 13981 -[obj_13981] -iop2=Wield -iop5=Destroy -cost=60000 -manwear=model_42616 -womanwear=model_42616 -model=model_42586 -2dyof=6 -2dzoom=1640 -2dyan=12 -2dxan=456 -name=C. dragon scimitar (deg) -womanwearoff=3,-11,6 - -// 13982 -[obj_13982] -iop2=Wield -cost=100000 -manwear=model_42612 -womanwear=model_42612 -model=model_42580 -2dyof=-5 -2dzoom=1570 -2dyan=360 -2dxan=400 -stockmarket=yes -name=Corrupt dragon longsword -womanwearoff=3,-11,6 -certlink=obj_13983 - -// 13983 -[obj_13983] -certlink=obj_13982 -certtemplate=obj_799 - -// 13984 -[obj_13984] -iop2=Wield -iop5=Destroy -cost=60000 -manwear=model_42612 -womanwear=model_42612 -model=model_42580 -2dyof=-5 -2dzoom=1570 -2dyan=360 -2dxan=400 -name=C. dragon longsword (deg) -womanwearoff=3,-11,6 - -// 13985 -[obj_13985] -cost=50000 -iop2=Wield -manwear=model_42618 -womanwear=model_42618 -model=model_42584 -2dxof=-13 -2dyof=13 -2dzoom=1440 -2dyan=1388 -2dxan=348 -stockmarket=yes -name=Corrupt dragon mace -womanwearoff=3,-11,6 -certlink=obj_13986 - -// 13986 -[obj_13986] -certlink=obj_13985 -certtemplate=obj_799 - -// 13987 -[obj_13987] -cost=30000 -iop2=Wield -iop5=Destroy -manwear=model_42618 -womanwear=model_42618 -model=model_42584 -2dxof=-13 -2dyof=13 -2dzoom=1440 -2dyan=1388 -2dxan=348 -name=Corrupt dragon mace (deg) -womanwearoff=3,-11,6 - -// 13988 -[obj_13988] -cost=40000 -iop2=Wield -model=model_42600 -manwear=model_42622 -womanwear=model_42622 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -stockmarket=yes -recol1s=1890 -recol1d=14368 -name=Corrupt dragon spear -womanwearoff=3,-11,6 -certlink=obj_13989 - -// 13989 -[obj_13989] -certlink=obj_13988 -certtemplate=obj_799 - -// 13990 -[obj_13990] -cost=24000 -iop2=Wield -iop5=Destroy -model=model_42600 -manwear=model_42622 -womanwear=model_42622 -2dxof=7 -2dyof=-4 -2dzoom=1490 -2dyan=112 -2dzan=144 -2dxan=1960 -recol1s=1890 -recol1d=14368 -name=Corrupt dragon spear (deg) -womanwearoff=3,-11,6 - -// 13991 -[obj_13991] -model=model_2816 -cost=3 -dummyitem=2 - -// 13992 -[obj_13992] -model=model_2816 -cost=3 -dummyitem=2 - -// 13993 -[obj_13993] -model=model_2816 -cost=3 -dummyitem=2 - -// 13994 -[obj_13994] -model=model_2816 -cost=3 -dummyitem=2 - -// 13995 -[obj_13995] -model=model_2816 -cost=3 -dummyitem=2 - -// 13996 -[obj_13996] -model=model_2816 -cost=3 -dummyitem=2 - -// 13997 -[obj_13997] -model=model_2816 -cost=3 -dummyitem=2 - -// 13998 -[obj_13998] -model=model_2816 -cost=3 -dummyitem=2 - -// 13999 -[obj_13999] -model=model_2816 -cost=3 -dummyitem=2 - -// 14000 -[obj_14000] -model=model_2816 -cost=3 -dummyitem=2 - -// 14001 -[obj_14001] -model=model_2816 -cost=3 -dummyitem=2 - -// 14002 -[obj_14002] -model=model_2816 -cost=3 -dummyitem=2 - -// 14003 -[obj_14003] -model=model_2816 -cost=3 -dummyitem=2 - -// 14004 -[obj_14004] -model=model_2816 -cost=3 -dummyitem=2 - -// 14005 -[obj_14005] -model=model_2816 -cost=3 -dummyitem=2 - -// 14006 -[obj_14006] -model=model_2816 -cost=3 -dummyitem=2 - -// 14007 -[obj_14007] -model=model_2816 -cost=3 -dummyitem=2 - -// 14008 -[obj_14008] -model=model_2816 -cost=3 -dummyitem=2 - -// 14009 -[obj_14009] -model=model_2816 -cost=3 -dummyitem=2 - -// 14010 -[obj_14010] -model=model_2816 -cost=3 -dummyitem=2 - -// 14011 -[obj_14011] -model=model_2816 -cost=3 -dummyitem=2 - -// 14012 -[obj_14012] -model=model_2816 -cost=3 -dummyitem=2 - -// 14013 -[obj_14013] -model=model_2816 -cost=3 -dummyitem=2 - -// 14014 -[obj_14014] -model=model_2816 -cost=3 -dummyitem=2 - -// 14015 -[obj_14015] -model=model_2816 -cost=3 -dummyitem=2 - -// 14016 -[obj_14016] -model=model_2816 -cost=3 -dummyitem=2 - -// 14017 -[obj_14017] -model=model_2816 -cost=3 -dummyitem=2 - -// 14018 -[obj_14018] -model=model_2816 -cost=3 -dummyitem=2 - -// 14019 -[obj_14019] -model=model_2816 -cost=3 -dummyitem=2 - -// 14020 -[obj_14020] -model=model_2816 -cost=3 -dummyitem=2 - -// 14021 -[obj_14021] -model=model_2816 -cost=3 -dummyitem=2 - -// 14022 -[obj_14022] -model=model_2816 -cost=3 -dummyitem=2 - -// 14023 -[obj_14023] -model=model_2816 -cost=3 -dummyitem=2 - -// 14024 -[obj_14024] -model=model_2816 -cost=3 -dummyitem=2 - -// 14025 -[obj_14025] -model=model_2816 -cost=3 -dummyitem=2 - -// 14026 -[obj_14026] -model=model_2816 -cost=3 -dummyitem=2 - -// 14027 -[obj_14027] -model=model_2816 -cost=3 -dummyitem=2 - -// 14028 -[obj_14028] -model=model_2816 -cost=3 -dummyitem=2 - -// 14029 -[obj_14029] -model=model_2816 -cost=3 -dummyitem=2 - -// 14030 -[obj_14030] -model=model_2816 -cost=3 -dummyitem=2 - -// 14031 -[obj_14031] -model=model_2816 -cost=3 -dummyitem=2 - -// 14032 -[obj_14032] -model=model_2816 -cost=3 -dummyitem=2 - -// 14033 -[obj_14033] -model=model_2816 -cost=3 -dummyitem=2 - -// 14034 -[obj_14034] -model=model_2816 -cost=3 -dummyitem=2 - -// 14035 -[obj_14035] -model=model_2816 -cost=3 -dummyitem=2 - -// 14036 -[obj_14036] -model=model_2816 -cost=3 -dummyitem=2 - -// 14037 -[obj_14037] -model=model_2816 -cost=3 -dummyitem=2 - -// 14038 -[obj_14038] -model=model_2816 -cost=3 -dummyitem=2 - -// 14039 -[obj_14039] -model=model_2816 -cost=3 -dummyitem=2 - -// 14040 -[obj_14040] -model=model_2816 -cost=3 -dummyitem=2 - -// 14041 -[obj_14041] -model=model_2816 -cost=3 -dummyitem=2 - -// 14042 -[obj_14042] -model=model_2816 -cost=3 -dummyitem=2 - -// 14043 -[obj_14043] -model=model_2816 -cost=3 -dummyitem=2 - -// 14044 -[obj_14044] -model=model_2816 -cost=3 -dummyitem=2 - -// 14045 -[obj_14045] -model=model_2816 -cost=3 -dummyitem=2 - -// 14046 -[obj_14046] -model=model_2816 -cost=3 -dummyitem=2 - -// 14047 -[obj_14047] -model=model_2816 -cost=3 -dummyitem=2 - -// 14048 -[obj_14048] -model=model_2816 -cost=3 -dummyitem=2 - -// 14049 -[obj_14049] -model=model_2816 -cost=3 -dummyitem=2 - -// 14050 -[obj_14050] -model=model_2816 -cost=3 -dummyitem=2 - -// 14051 -[obj_14051] -model=model_2816 -cost=3 -dummyitem=2 - -// 14052 -[obj_14052] -model=model_2816 -cost=3 -dummyitem=2 - -// 14053 -[obj_14053] -model=model_2816 -cost=3 -dummyitem=2 - -// 14054 -[obj_14054] -model=model_2816 -cost=3 -dummyitem=2 - -// 14055 -[obj_14055] -model=model_2816 -cost=3 -dummyitem=2 - -// 14056 -[obj_14056] -model=model_6743 -cost=5 -2dxof=1 -2dyof=-21 -2dzoom=830 -2dyan=116 -2dxan=244 -iop1=Read -iop5=Destroy -recol1s=32576 -recol1d=15488 -recol2s=13504 -recol2d=10304 -name=Pvp worlds manual - -// 14057 -[obj_14057] -model=model_42783 -iop1=Sweep -iop2=Wield -iop5=Destroy -manwear=model_42692 -womanwear=model_42692 -2dxof=4 -2dyof=3 -2dyan=1499 -2dxan=270 -cost=25 -name=Broomstick -womanwearoff=3,-11,6 - -// 14058 -[obj_14058] -model=model_42775 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -manwear=model_42690 -womanwear=model_42690 -iop1=Drink -iop5=Destroy -cost=2 -name=Goulash -womanwearoff=3,-11,6 -param=param_59,1 - -// 14059 -[obj_14059] -cost=4 -model=model_2807 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -manwear=model_42693 -womanwear=model_42693 -dummyitem=2 -womanwearoff=3,-11,6 - -// 14060 -[obj_14060] -cost=4 -model=model_42775 -2dyof=4 -2dzoom=890 -2dyan=36 -2dxan=156 -manwear=model_42690 -womanwear=model_42690 -dummyitem=2 -womanwearoff=3,-11,6 - -// 14061 -[obj_14061] -model=model_42788 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -iop5=Destroy -cost=2 -members=yes -recol1s=28103 -recol1d=8332 -recolhsl2s=311 -recolhsl2d=46686 -name=Magic unguent - -// 14062 -[obj_14062] -model=model_42788 -2dyof=-1 -2dzoom=550 -2dyan=1996 -2dxan=84 -iop4=Empty -iop5=Destroy -cost=2 -name=Broom ointment - -// 14063 -[obj_14063] -model=model_42691 -manwear=model_42691 -womanwear=model_42691 -2dxof=18 -2dyof=81 -2dzoom=595 -2dyan=1744 -2dzan=97 -2dxan=221 -dummyitem=2 -womanwearoff=3,-11,6 - -// 14064 -[obj_14064] -model=model_42694 -manwear=model_42694 -womanwear=model_42694 -2dxof=14 -2dyof=-22 -2dzoom=987 -2dyan=1990 -2dzan=747 -2dxan=1665 -iop5=Destroy -cost=5 -name=Newt -womanwearoff=3,-11,6 - -// 14065 -[obj_14065] -model=model_42782 -2dyan=2039 -2dxan=426 -iop5=Destroy -cost=1 -name=Newt label -param=param_59,1 - -// 14066 -[obj_14066] -model=model_42778 -2dyan=2039 -2dxan=426 -iop5=Destroy -cost=1 -name=Toad label -param=param_59,1 - -// 14067 -[obj_14067] -model=model_42787 -2dyan=2039 -2dxan=426 -iop5=Destroy -cost=1 -name=Newts and toads label -param=param_59,1 - -// 14068 -[obj_14068] -model=model_42786 -2dxof=-2 -2dyof=4 -2dzoom=1296 -2dyan=28 -2dxan=456 -iop5=Destroy -cost=15 -name=Betty's wand - -// 14069 -[obj_14069] -model=model_42784 -2dxof=5 -2dyof=11 -2dzoom=1243 -2dyan=111 -2dxan=500 -iop1=View -iop5=Destroy -cost=2 -name=Magic slate -param=param_59,1 - -// 14070 -[obj_14070] -iop5=Destroy -model=model_42823 -2dxof=7 -2dzoom=2256 -2dyan=1757 -2dxan=42 -cost=1 -name=Reptile -param=param_59,1 - -// 14071 -[obj_14071] -iop5=Destroy -model=model_42824 -2dxof=16 -2dyof=19 -2dzoom=2128 -2dyan=1826 -cost=1 -name=Blackbird -param=param_59,1 - -// 14072 -[obj_14072] -iop5=Destroy -model=model_42822 -2dxof=7 -2dyof=35 -2dzoom=1616 -2dyan=1835 -2dxan=2047 -cost=1 -name=Bat -param=param_59,1 - -// 14073 -[obj_14073] -iop5=Destroy -model=model_42825 -2dxof=-12 -2dyof=-50 -2dzoom=2670 -2dyan=1909 -2dxan=69 -cost=1 -name=Spider -param=param_59,1 - -// 14074 -[obj_14074] -iop5=Destroy -model=model_42821 -2dxof=26 -2dyof=15 -2dyan=1820 -2dxan=9 -cost=1 -name=Rat -param=param_59,1 - -// 14075 -[obj_14075] -iop5=Destroy -model=model_42826 -2dxof=12 -2dyof=8 -2dzoom=1488 -2dyan=83 -2dxan=87 -cost=1 -name=Snail -param=param_59,1 - -// 14076 -[obj_14076] -model=model_42773 -manwear=model_42688 -womanwear=model_42697 -iop2=Wear -2dyof=3 -2dzoom=1360 -2dyan=6 -2dxan=561 -iop5=Destroy -cost=15 -name=Warlock top - -// 14077 -[obj_14077] -model=model_42776 -manwear=model_42689 -womanwear=model_42699 -iop2=Wear -2dxof=-1 -2dyof=4 -2dzoom=1872 -2dxan=541 -iop5=Destroy -cost=15 -name=Warlock legs - -// 14078 -[obj_14078] -model=model_42777 -manwear=model_42688 -womanwear=model_42697 -iop2=Wear -2dyof=3 -2dzoom=1104 -2dxan=654 -iop5=Destroy -cost=15 -name=Witch top - -// 14079 -[obj_14079] -model=model_42772 -manwear=model_42689 -womanwear=model_42699 -iop2=Wear -2dyof=7 -2dzoom=1744 -2dyan=2042 -2dxan=432 -iop5=Destroy -cost=15 -name=Witch skirt - -// 14080 -[obj_14080] -model=model_42780 -iop2=Wear -manwear=model_42686 -womanwear=model_42695 -2dyof=-3 -2dzoom=1511 -2dyan=6 -2dxan=522 -iop5=Destroy -cost=15 -name=Witch cloak - -// 14081 -[obj_14081] -model=model_42785 -iop2=Wear -manwear=model_42686 -womanwear=model_42695 -2dyof=6 -2dyan=15 -2dxan=489 -iop5=Destroy -cost=15 -name=Warlock cloak - -// 14082 -[obj_14082] -iop1=Eat -model=model_42781 -2dxof=3 -2dyof=4 -2dzoom=848 -2dyan=2030 -2dxan=285 -cost=1 -name=Popcorn ball - -// 14083 -[obj_14083] -iop1=Eat -model=model_42774 -2dyof=-74 -2dzoom=848 -2dyan=1943 -2dxan=243 -cost=1 -name=Chocolate drop - -// 14084 -[obj_14084] -iop1=Eat -model=model_42779 -2dzoom=592 -2dyan=1937 -2dxan=264 -cost=1 -name=Wrapped candy - -// 14085 -[obj_14085] -iop1=Read -cost=1 -model=model_27231 -2dxof=2 -2dyof=3 -2dzoom=984 -2dyan=1936 -2dzan=111 -2dxan=387 -contrast=15 -ambient=15 -name=Armadyl communiqué - -// 14086 -[obj_14086] -model=model_42777 -manwear=model_42688 -womanwear=model_42697 -iop2=Wear -2dyof=3 -2dzoom=1104 -2dxan=654 -iop5=Destroy -cost=15 -dummyitem=1 -name=Witch top - -// 14087 -[obj_14087] -model=model_42772 -manwear=model_42689 -womanwear=model_42699 -iop2=Wear -2dyof=7 -2dzoom=1744 -2dyan=2042 -2dxan=432 -iop5=Destroy -cost=15 -dummyitem=1 -name=Witch skirt - -// 14088 -[obj_14088] -model=model_42780 -iop2=Wear -manwear=model_42686 -womanwear=model_42695 -2dyof=-3 -2dzoom=1511 -2dyan=6 -2dxan=522 -iop5=Destroy -cost=15 -dummyitem=1 -name=Witch cloak - -// 14089 -[obj_14089] -model=model_42876 -2dyof=-7 -2dzoom=528 -2dyan=1865 -2dxan=54 -members=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Pet kitten - -// 14090 -[obj_14090] -model=model_42874 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -name=Pet cat - -// 14091 -[obj_14091] -model=model_42873 -2dxof=1 -2dyof=-4 -2dzoom=400 -2dyan=1868 -2dxan=63 -members=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Lazy cat - -// 14092 -[obj_14092] -model=model_42877 -2dxof=1 -2dyof=-8 -2dzoom=450 -2dyan=1868 -2dxan=99 -members=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Overgrown cat - -// 14093 -[obj_14093] -model=model_42875 -2dxof=1 -2dyof=-9 -2dzoom=450 -2dyan=1898 -2dxan=93 -members=yes -recol1s=8422 -recol1d=8490 -recol2s=7365 -recol2d=7433 -recol3s=32760 -recol3d=18960 -recol4s=29591 -recol4d=17903 -name=Wily cat - -// 14094 -[obj_14094] -model=model_43238 -2dzoom=1568 -2dyan=2047 -2dxan=567 -manwear=model_43341 -manwear2=model_43323 -womanwear=model_43464 -womanwear2=model_43452 -cost=43333 -members=yes -iop2=Wear -iop3=Transform -iop4=Count-charges -name=Sacred clay platebody - -// 14095 -[obj_14095] -model=model_43261 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -manwear=model_43376 -womanwear=model_43499 -cost=42667 -members=yes -iop2=Wear -iop3=Transform -iop4=Count-charges -name=Sacred clay platelegs - -// 14096 -[obj_14096] -model=model_43125 -2dxof=1 -2dyof=7 -2dzoom=724 -2dyan=124 -2dzan=2047 -2dxan=111 -manwear=model_43352 -womanwear=model_43475 -manhead=model_43309 -womanhead=model_43285 -cost=23467 -members=yes -iop2=Wear -iop3=Transform -iop4=Count-charges -name=Sacred clay helm - -// 14097 -[obj_14097] -model=model_43162 -2dxof=7 -2dyof=-4 -2dzoom=1632 -2dyan=318 -2dxan=500 -manwear=model_43402 -womanwear=model_43402 -cost=17066 -members=yes -iop2=Wield -iop3=Transform -iop4=Count-charges -name=Sacred clay scimitar -womanwearoff=3,-11,6 - -// 14098 -[obj_14098] -model=model_43171 -2dyof=18 -2dyan=148 -2dxan=356 -cost=21333 -members=yes -iop1=Transform -iop3=Count-charges -name=Volatile clay tool - -// 14099 -[obj_14099] -model=model_43166 -2dxof=-5 -2dyof=-5 -2dzoom=1503 -2dyan=249 -2dzan=332 -2dxan=664 -manwear=model_43414 -womanwear=model_43414 -cost=21333 -members=yes -iop4=Revert -iop2=Wield -iop3=Count-charges -name=Volatile clay pickaxe -womanwearoff=3,-11,6 - -// 14100 -[obj_14100] -model=model_43163 -2dxof=-3 -2dyof=1 -2dzoom=1373 -2dyan=235 -2dxan=526 -manwear=model_43396 -womanwear=model_43396 -cost=21333 -members=yes -iop4=Revert -iop2=Wield -iop3=Count-charges -name=Volatile clay hatchet -womanwearoff=3,-11,6 - -// 14101 -[obj_14101] -model=model_43148 -2dxof=4 -2dyof=14 -2dzoom=1243 -2dyan=1217 -2dxan=249 -manwear=model_43391 -womanwear=model_43391 -cost=21333 -members=yes -iop4=Revert -iop2=Wield -iop3=Count-charges -name=Volatile clay harpoon -womanwearoff=3,-11,6 - -// 14102 -[obj_14102] -model=model_43228 -2dxof=-11 -2dyof=1 -2dzoom=1568 -2dyan=1956 -2dxan=152 -manwear=model_43388 -womanwear=model_43388 -cost=21333 -members=yes -iop4=Revert -iop2=Wield -iop3=Count-charges -name=Volatile clay butterfly net -womanwearoff=3,-11,6 - -// 14103 -[obj_14103] -model=model_43097 -2dxof=-11 -2dyof=-4 -2dzoom=580 -2dyan=1260 -2dxan=444 -members=yes -manwear=model_43417 -womanwear=model_43417 -iop4=Revert -iop3=Count-charges -cost=21333 -name=Volatile clay fletching knife -womanwearoff=3,-11,6 - -// 14104 -[obj_14104] -manwear=model_43403 -womanwear=model_43403 -model=model_43239 -2dxof=1 -2dyof=12 -2dzoom=1308 -2dyan=97 -2dxan=360 -members=yes -iop4=Revert -iop3=Count-charges -cost=21333 -name=Volatile clay hammer -womanwearoff=3,-11,6 - -// 14105 -[obj_14105] -2dxof=2 -2dyof=4 -2dzoom=850 -2dyan=868 -2dxan=368 -members=yes -model=model_43179 -iop4=Revert -iop3=Count-charges -cost=21333 -manwear=model_4047 -womanwear=model_4047 -recolhsl1s=74 -recolhsl1d=3388 -name=Volatile clay needle - -// 14106 -[obj_14106] -model=model_43265 -2dyof=18 -2dyan=148 -2dxan=356 -cost=21333 -members=yes -iop1=Transform -iop3=Count-charges -name=Proto-tool - -// 14107 -[obj_14107] -model=model_43166 -2dxof=-4 -2dyof=-4 -2dzoom=1503 -2dyan=249 -2dzan=332 -2dxan=664 -manwear=model_43414 -womanwear=model_43414 -cost=21333 -members=yes -iop4=Revert -iop2=Wield -iop3=Count-charges -name=Sacred clay pickaxe -womanwearoff=3,-11,6 - -// 14108 -[obj_14108] -model=model_43163 -2dxof=-3 -2dyof=1 -2dzoom=1373 -2dyan=235 -2dxan=526 -manwear=model_43396 -womanwear=model_43396 -cost=21333 -members=yes -iop4=Revert -iop2=Wield -iop3=Count-charges -name=Sacred clay hatchet -womanwearoff=3,-11,6 - -// 14109 -[obj_14109] -model=model_43148 -2dxof=4 -2dyof=14 -2dzoom=1243 -2dyan=1217 -2dxan=249 -manwear=model_43391 -womanwear=model_43391 -cost=21333 -members=yes -iop4=Revert -iop2=Wield -iop3=Count-charges -name=Sacred clay harpoon -womanwearoff=3,-11,6 - -// 14110 -[obj_14110] -model=model_43228 -2dxof=-7 -2dyof=1 -2dzoom=1440 -2dyan=1956 -2dxan=152 -manwear=model_43388 -womanwear=model_43388 -cost=1 -members=yes -iop4=Revert -iop2=Wield -iop3=Count-charges -name=Sacred clay butterfly net -womanwearoff=3,-11,6 - -// 14111 -[obj_14111] -model=model_43133 -2dxof=-11 -2dyof=-4 -2dzoom=580 -2dyan=1260 -2dxan=444 -members=yes -manwear=model_43409 -womanwear=model_43409 -iop4=Revert -iop3=Count-charges -cost=21333 -name=Sacred clay fletching knife -womanwearoff=3,-11,6 - -// 14112 -[obj_14112] -manwear=model_43385 -womanwear=model_43385 -model=model_43168 -2dxof=1 -2dyof=12 -2dzoom=1308 -2dyan=97 -2dxan=360 -members=yes -iop4=Revert -iop3=Count-charges -cost=21333 -name=Sacred clay hammer -womanwearoff=3,-11,6 - -// 14113 -[obj_14113] -2dxof=2 -2dyof=4 -2dzoom=850 -2dyan=868 -2dxan=368 -members=yes -model=model_43237 -iop4=Revert -iop3=Count-charges -cost=21333 -manwear=model_4047 -womanwear=model_4047 -recolhsl1s=74 -recolhsl1d=3363 -name=Sacred clay needle - -// 14114 -[obj_14114] -model=model_43187 -2dzoom=1700 -2dyan=176 -2dxan=376 -2dxof=5 -2dyof=12 -manwear=model_43335 -womanwear=model_43455 -manwear2=model_43320 -womanwear2=model_43440 -cost=43333 -members=yes -iop2=Wear -iop3=Transform -iop4=Count-charges -name=Sacred clay robe top - -// 14115 -[obj_14115] -model=model_43134 -2dxof=-1 -2dyof=11 -2dzoom=1957 -2dyan=2047 -2dxan=553 -manwear=model_43374 -womanwear=model_43485 -cost=42667 -members=yes -iop2=Wear -iop3=Transform -iop4=Count-charges -name=Sacred clay robe bottom - -// 14116 -[obj_14116] -model=model_43253 -2dxof=3 -2dyof=-16 -2dzoom=1114 -2dyan=124 -2dzan=2047 -2dxan=166 -manwear=model_43348 -womanwear=model_43470 -manwear2=model_215 -womanwear2=model_391 -manhead=model_43310 -womanhead=model_43297 -cost=23467 -members=yes -iop2=Wear -iop3=Transform -iop4=Count-charges -name=Sacred clay hat - -// 14117 -[obj_14117] -model=model_43212 -2dxof=1 -2dyof=3 -2dzoom=2151 -2dyan=14 -2dxan=899 -manwear=model_43397 -womanwear=model_43397 -cost=17066 -members=yes -iop2=Wield -iop3=Transform -iop4=Count-charges -recolhsl1s=7073 -recolhsl1d=13495 -recolhsl2s=61 -recolhsl2d=13412 -recolhsl3s=43117 -recolhsl3d=13412 -name=Sacred clay staff -womanwearoff=3,-11,6 - -// 14118 -[obj_14118] -model=model_43262 -2dzoom=1568 -2dyan=2047 -2dxan=567 -manwear=model_43338 -manwear2=model_43317 -womanwear=model_43457 -womanwear2=model_43442 -cost=43333 -members=yes -iop2=Wear -iop3=Transform -iop4=Count-charges -name=Sacred clay body - -// 14119 -[obj_14119] -model=model_43120 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -manwear=model_43365 -womanwear=model_43489 -cost=42667 -members=yes -iop2=Wear -iop3=Transform -iop4=Count-charges -name=Sacred clay chaps - -// 14120 -[obj_14120] -model=model_43232 -2dxof=3 -2dyof=-9 -2dzoom=789 -2dyan=124 -2dzan=2047 -2dxan=97 -manwear=model_43360 -womanwear=model_43482 -manhead=model_43313 -womanhead=model_43296 -cost=23467 -members=yes -iop2=Wear -iop3=Transform -iop4=Count-charges -name=Sacred clay coif - -// 14121 -[obj_14121] -model=model_43229 -2dxof=9 -2dzoom=2476 -2dyan=484 -2dxan=581 -manwear=model_43383 -womanwear=model_43383 -cost=17066 -members=yes -iop2=Wield -iop3=Transform -iop4=Count-charges -name=Sacred clay bow -womanwearoff=3,-11,6 - -// 14122 -[obj_14122] -model=model_43203 -manwear=model_43390 -womanwear=model_43390 -2dxof=-4 -2dyof=-4 -2dzoom=1503 -2dyan=249 -2dzan=332 -2dxan=664 -cost=30 -iop2=Wield -members=yes -name=Pickaxe (class 1) -womanwearoff=3,-11,6 -certlink=obj_14123 - -// 14123 -[obj_14123] -certlink=obj_14122 -certtemplate=obj_799 - -// 14124 -[obj_14124] -model=model_43247 -manwear=model_43429 -womanwear=model_43429 -2dxof=-4 -2dyof=-4 -2dzoom=1503 -2dyan=249 -2dzan=332 -2dxan=664 -cost=60 -iop2=Wield -members=yes -name=Pickaxe (class 2) -womanwearoff=3,-11,6 -certlink=obj_14125 - -// 14125 -[obj_14125] -certlink=obj_14124 -certtemplate=obj_799 - -// 14126 -[obj_14126] -model=model_43230 -manwear=model_43394 -womanwear=model_43394 -2dxof=-4 -2dyof=-4 -2dzoom=1503 -2dyan=249 -2dzan=332 -2dxan=664 -cost=90 -iop2=Wield -members=yes -name=Pickaxe (class 3) -womanwearoff=3,-11,6 -certlink=obj_14127 - -// 14127 -[obj_14127] -certlink=obj_14126 -certtemplate=obj_799 - -// 14128 -[obj_14128] -model=model_43222 -manwear=model_43380 -womanwear=model_43380 -2dxof=-4 -2dyof=-4 -2dzoom=1503 -2dyan=249 -2dzan=332 -2dxan=664 -cost=120 -iop2=Wield -members=yes -name=Pickaxe (class 4) -womanwearoff=3,-11,6 -certlink=obj_14129 - -// 14129 -[obj_14129] -certlink=obj_14128 -certtemplate=obj_799 - -// 14130 -[obj_14130] -model=model_43166 -manwear=model_43414 -womanwear=model_43414 -2dxof=-4 -2dyof=-4 -2dzoom=1503 -2dyan=249 -2dzan=332 -2dxan=664 -cost=150 -iop2=Wield -members=yes -name=Pickaxe (class 5) -womanwearoff=3,-11,6 -certlink=obj_14131 - -// 14131 -[obj_14131] -certlink=obj_14130 -certtemplate=obj_799 - -// 14132 -[obj_14132] -model=model_43260 -2dxof=-3 -2dyof=1 -2dzoom=1373 -2dyan=235 -2dxan=526 -iop2=Wield -manwear=model_43416 -womanwear=model_43416 -cost=30 -iop2=Wield -members=yes -name=Hatchet (class 1) -womanwearoff=3,-11,6 -certlink=obj_14133 - -// 14133 -[obj_14133] -certlink=obj_14132 -certtemplate=obj_799 - -// 14134 -[obj_14134] -model=model_43105 -2dxof=-3 -2dyof=1 -2dzoom=1373 -2dyan=235 -2dxan=526 -iop2=Wield -manwear=model_43389 -womanwear=model_43389 -cost=60 -iop2=Wield -members=yes -name=Hatchet (class 2) -womanwearoff=3,-11,6 -certlink=obj_14135 - -// 14135 -[obj_14135] -certlink=obj_14134 -certtemplate=obj_799 - -// 14136 -[obj_14136] -model=model_43226 -2dxof=-3 -2dyof=1 -2dzoom=1373 -2dyan=235 -2dxan=526 -iop2=Wield -manwear=model_43423 -womanwear=model_43423 -cost=90 -iop2=Wield -members=yes -name=Hatchet (class 3) -womanwearoff=3,-11,6 -certlink=obj_14137 - -// 14137 -[obj_14137] -certlink=obj_14136 -certtemplate=obj_799 - -// 14138 -[obj_14138] -model=model_43112 -2dxof=-3 -2dyof=1 -2dzoom=1373 -2dyan=235 -2dxan=526 -iop2=Wield -manwear=model_43415 -womanwear=model_43415 -cost=120 -iop2=Wield -members=yes -name=Hatchet (class 4) -womanwearoff=3,-11,6 -certlink=obj_14139 - -// 14139 -[obj_14139] -certlink=obj_14138 -certtemplate=obj_799 - -// 14140 -[obj_14140] -model=model_43163 -2dxof=-3 -2dyof=1 -2dzoom=1373 -2dyan=235 -2dxan=526 -iop2=Wield -manwear=model_43396 -womanwear=model_43396 -cost=150 -iop2=Wield -members=yes -name=Hatchet (class 5) -womanwearoff=3,-11,6 -certlink=obj_14141 - -// 14141 -[obj_14141] -certlink=obj_14140 -certtemplate=obj_799 - -// 14142 -[obj_14142] -model=model_43173 -2dxof=4 -2dyof=14 -2dzoom=1243 -2dyan=1217 -2dxan=249 -manwear=model_43379 -womanwear=model_43379 -cost=30 -iop2=Wield -members=yes -name=Harpoon (class 1) -womanwearoff=3,-11,6 -certlink=obj_14143 - -// 14143 -[obj_14143] -certlink=obj_14142 -certtemplate=obj_799 - -// 14144 -[obj_14144] -model=model_43190 -2dxof=4 -2dyof=14 -2dzoom=1243 -2dyan=1217 -2dxan=249 -manwear=model_43393 -womanwear=model_43393 -cost=60 -iop2=Wield -members=yes -name=Harpoon (class 2) -womanwearoff=3,-11,6 -certlink=obj_14145 - -// 14145 -[obj_14145] -certlink=obj_14144 -certtemplate=obj_799 - -// 14146 -[obj_14146] -model=model_43214 -2dxof=4 -2dyof=14 -2dzoom=1243 -2dyan=1217 -2dxan=249 -manwear=model_43408 -womanwear=model_43408 -cost=90 -iop2=Wield -members=yes -name=Harpoon (class 3) -womanwearoff=3,-11,6 -certlink=obj_14147 - -// 14147 -[obj_14147] -certlink=obj_14146 -certtemplate=obj_799 - -// 14148 -[obj_14148] -model=model_43113 -2dxof=4 -2dyof=14 -2dzoom=1243 -2dyan=1217 -2dxan=249 -manwear=model_43418 -womanwear=model_43418 -cost=120 -iop2=Wield -members=yes -name=Harpoon (class 4) -womanwearoff=3,-11,6 -certlink=obj_14149 - -// 14149 -[obj_14149] -certlink=obj_14148 -certtemplate=obj_799 - -// 14150 -[obj_14150] -model=model_43148 -2dxof=4 -2dyof=14 -2dzoom=1243 -2dyan=1217 -2dxan=249 -manwear=model_43391 -womanwear=model_43391 -cost=150 -iop2=Wield -members=yes -name=Harpoon (class 5) -womanwearoff=3,-11,6 -certlink=obj_14151 - -// 14151 -[obj_14151] -certlink=obj_14150 -certtemplate=obj_799 - -// 14152 -[obj_14152] -model=model_43178 -manwear=model_43410 -womanwear=model_43410 -2dxof=-7 -2dyof=1 -2dzoom=1440 -2dyan=1956 -2dxan=152 -cost=30 -members=yes -iop2=Wield -name=Butterfly net (class 1) -womanwearoff=3,-11,6 -certlink=obj_14153 - -// 14153 -[obj_14153] -certlink=obj_14152 -certtemplate=obj_799 - -// 14154 -[obj_14154] -model=model_43137 -manwear=model_43401 -womanwear=model_43401 -2dxof=-7 -2dyof=1 -2dzoom=1440 -2dyan=1956 -2dxan=152 -cost=60 -members=yes -iop2=Wield -name=Butterfly net (class 2) -womanwearoff=3,-11,6 -certlink=obj_14155 - -// 14155 -[obj_14155] -certlink=obj_14154 -certtemplate=obj_799 - -// 14156 -[obj_14156] -model=model_43143 -manwear=model_43395 -womanwear=model_43395 -2dxof=-7 -2dyof=1 -2dzoom=1440 -2dyan=1956 -2dxan=152 -cost=90 -members=yes -iop2=Wield -name=Butterfly net (class 3) -womanwearoff=3,-11,6 -certlink=obj_14157 - -// 14157 -[obj_14157] -certlink=obj_14156 -certtemplate=obj_799 - -// 14158 -[obj_14158] -model=model_43231 -manwear=model_43381 -womanwear=model_43381 -2dxof=-7 -2dyof=1 -2dzoom=1440 -2dyan=1956 -2dxan=152 -cost=120 -members=yes -iop2=Wield -name=Butterfly net (class 4) -womanwearoff=3,-11,6 -certlink=obj_14159 - -// 14159 -[obj_14159] -certlink=obj_14158 -certtemplate=obj_799 - -// 14160 -[obj_14160] -model=model_43228 -manwear=model_43388 -womanwear=model_43388 -2dxof=-7 -2dyof=1 -2dzoom=1440 -2dyan=1956 -2dxan=152 -cost=150 -members=yes -iop2=Wield -name=Butterfly net (class 5) -womanwearoff=3,-11,6 -certlink=obj_14161 - -// 14161 -[obj_14161] -certlink=obj_14160 -certtemplate=obj_799 - -// 14162 -[obj_14162] -model=model_43197 -2dyof=8 -2dzoom=592 -2dyan=148 -2dxan=356 -cost=30 -iop1=Eat -members=yes -name=Food (class 1) -certlink=obj_14163 - -// 14163 -[obj_14163] -certlink=obj_14162 -certtemplate=obj_799 - -// 14164 -[obj_14164] -model=model_43225 -2dxof=2 -2dyof=10 -2dzoom=848 -2dyan=157 -2dxan=368 -cost=60 -iop1=Eat -members=yes -name=Food (class 2) -certlink=obj_14165 - -// 14165 -[obj_14165] -certlink=obj_14164 -certtemplate=obj_799 - -// 14166 -[obj_14166] -model=model_43254 -2dxof=-4 -2dyof=23 -2dzoom=1104 -2dyan=190 -2dxan=356 -cost=90 -iop1=Eat -members=yes -name=Food (class 3) -certlink=obj_14167 - -// 14167 -[obj_14167] -certlink=obj_14166 -certtemplate=obj_799 - -// 14168 -[obj_14168] -model=model_43142 -2dxof=9 -2dyof=-11 -2dzoom=1872 -2dyan=148 -2dxan=356 -iop1=Eat -cost=120 -members=yes -name=Food (class 4) -certlink=obj_14169 - -// 14169 -[obj_14169] -certlink=obj_14168 -certtemplate=obj_799 - -// 14170 -[obj_14170] -model=model_43248 -2dyof=18 -2dyan=148 -2dxan=356 -iop1=Eat -cost=150 -members=yes -name=Food (class 5) -certlink=obj_14171 - -// 14171 -[obj_14171] -certlink=obj_14170 -certtemplate=obj_799 - -// 14172 -[obj_14172] -model=model_43192 -2dxof=-4 -2dyof=-11 -2dzoom=1892 -2dyan=1826 -2dxan=124 -members=yes -cost=30 -name=Barrier (class 1) -certlink=obj_14173 - -// 14173 -[obj_14173] -certlink=obj_14172 -certtemplate=obj_799 - -// 14174 -[obj_14174] -model=model_43147 -2dxof=-3 -2dyof=-11 -2dzoom=2086 -2dyan=1826 -2dxan=124 -members=yes -cost=60 -name=Barrier (class 2) -certlink=obj_14175 - -// 14175 -[obj_14175] -certlink=obj_14174 -certtemplate=obj_799 - -// 14176 -[obj_14176] -model=model_43167 -2dxof=9 -2dyof=-12 -2dzoom=2281 -2dyan=1916 -2dxan=133 -members=yes -cost=90 -name=Barrier (class 3) -certlink=obj_14177 - -// 14177 -[obj_14177] -certlink=obj_14176 -certtemplate=obj_799 - -// 14178 -[obj_14178] -model=model_43196 -2dxof=-3 -2dyof=-12 -2dzoom=2800 -2dyan=1916 -2dxan=133 -members=yes -cost=120 -name=Barrier (class 4) -certlink=obj_14179 - -// 14179 -[obj_14179] -certlink=obj_14178 -certtemplate=obj_799 - -// 14180 -[obj_14180] -model=model_43138 -2dxof=-5 -2dyof=-28 -2dzoom=3124 -2dyan=1916 -2dxan=133 -members=yes -cost=150 -name=Barrier (class 5) -certlink=obj_14181 - -// 14181 -[obj_14181] -certlink=obj_14180 -certtemplate=obj_799 - -// 14182 -[obj_14182] -model=model_43199 -2dxof=3 -2dyof=5 -2dzoom=1049 -2dxan=356 -2dyan=148 -members=yes -cost=15 -name=Sacred clay (class 1) -certlink=obj_14183 - -// 14183 -[obj_14183] -certlink=obj_14182 -certtemplate=obj_799 - -// 14184 -[obj_14184] -model=model_43250 -2dxof=-9 -2dyof=-4 -2dzoom=1308 -2dxan=356 -2dyan=148 -members=yes -cost=30 -name=Sacred clay (class 2) -certlink=obj_14185 - -// 14185 -[obj_14185] -certlink=obj_14184 -certtemplate=obj_799 - -// 14186 -[obj_14186] -model=model_43124 -2dxof=0 -2dyof=0 -2dzoom=1503 -2dxan=356 -2dyan=148 -members=yes -cost=45 -name=Sacred clay (class 3) -certlink=obj_14187 - -// 14187 -[obj_14187] -certlink=obj_14186 -certtemplate=obj_799 - -// 14188 -[obj_14188] -model=model_43215 -2dyof=18 -2dzoom=1827 -2dyan=148 -2dxan=356 -members=yes -cost=60 -name=Sacred clay (class 4) -certlink=obj_14189 - -// 14189 -[obj_14189] -certlink=obj_14188 -certtemplate=obj_799 - -// 14190 -[obj_14190] -model=model_43204 -2dyof=18 -2dyan=148 -2dxan=356 -members=yes -cost=75 -name=Sacred clay (class 5) -certlink=obj_14191 - -// 14191 -[obj_14191] -certlink=obj_14190 -certtemplate=obj_799 - -// 14192 -[obj_14192] -model=model_43102 -2dxof=9 -2dzoom=2476 -2dyan=484 -2dxan=581 -members=yes -iop2=Wield -manwear=model_43430 -womanwear=model_43430 -cost=30 -name=Bow (class 1) -womanwearoff=3,-11,6 -certlink=obj_14193 - -// 14193 -[obj_14193] -certlink=obj_14192 -certtemplate=obj_799 - -// 14194 -[obj_14194] -model=model_43241 -2dxof=9 -2dzoom=2476 -2dyan=484 -2dxan=581 -members=yes -iop2=Wield -manwear=model_43421 -womanwear=model_43421 -cost=60 -name=Bow (class 2) -womanwearoff=3,-11,6 -certlink=obj_14195 - -// 14195 -[obj_14195] -certlink=obj_14194 -certtemplate=obj_799 - -// 14196 -[obj_14196] -model=model_43249 -2dxof=9 -2dzoom=2476 -2dyan=484 -2dxan=581 -members=yes -iop2=Wield -manwear=model_43404 -womanwear=model_43404 -cost=90 -name=Bow (class 3) -womanwearoff=3,-11,6 -certlink=obj_14197 - -// 14197 -[obj_14197] -certlink=obj_14196 -certtemplate=obj_799 - -// 14198 -[obj_14198] -model=model_43259 -2dxof=9 -2dzoom=2476 -2dyan=484 -2dxan=581 -members=yes -iop2=Wield -manwear=model_43424 -womanwear=model_43424 -cost=120 -name=Bow (class 4) -womanwearoff=3,-11,6 -certlink=obj_14199 - -// 14199 -[obj_14199] -certlink=obj_14198 -certtemplate=obj_799 - -// 14200 -[obj_14200] -model=model_43229 -2dxof=9 -2dzoom=2476 -2dyan=484 -2dxan=581 -members=yes -iop2=Wield -manwear=model_43383 -womanwear=model_43383 -cost=150 -name=Bow (class 5) -womanwearoff=3,-11,6 -certlink=obj_14201 - -// 14201 -[obj_14201] -certlink=obj_14200 -certtemplate=obj_799 - -// 14202 -[obj_14202] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -members=yes -stackable=yes -model=model_43274 -iop2=Wield -count1=obj_14434,2 -count2=obj_14435,3 -count3=obj_14436,4 -count4=obj_14437,5 -cost=2 -name=Arrows (class 1) - -// 14203 -[obj_14203] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -members=yes -stackable=yes -model=model_43146 -iop2=Wield -count1=obj_14439,2 -count2=obj_14440,3 -count3=obj_14441,4 -count4=obj_14442,5 -cost=4 -name=Arrows (class 2) - -// 14204 -[obj_14204] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -members=yes -stackable=yes -model=model_43235 -iop2=Wield -count1=obj_14444,2 -count2=obj_14445,3 -count3=obj_14446,4 -count4=obj_14447,5 -cost=6 -name=Arrows (class 3) - -// 14205 -[obj_14205] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -members=yes -stackable=yes -model=model_43221 -iop2=Wield -count1=obj_14449,2 -count2=obj_14450,3 -count3=obj_14451,4 -count4=obj_14452,5 -cost=8 -name=Arrows (class 4) - -// 14206 -[obj_14206] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -members=yes -stackable=yes -model=model_43121 -iop2=Wield -count1=obj_14454,2 -count2=obj_14455,3 -count3=obj_14456,4 -count4=obj_14457,5 -cost=10 -name=Arrows (class 5) - -// 14207 -[obj_14207] -iop1=Drink -cost=150 -model=model_43236 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -name=Prayer potion(5) -certlink=obj_14208 - -// 14208 -[obj_14208] -certlink=obj_14207 -certtemplate=obj_799 - -// 14209 -[obj_14209] -iop1=Drink -cost=120 -model=model_43208 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -name=Prayer potion(4) -certlink=obj_14210 - -// 14210 -[obj_14210] -certlink=obj_14209 -certtemplate=obj_799 - -// 14211 -[obj_14211] -iop1=Drink -cost=90 -model=model_43246 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -name=Prayer potion(3) -certlink=obj_14212 - -// 14212 -[obj_14212] -certlink=obj_14211 -certtemplate=obj_799 - -// 14213 -[obj_14213] -iop1=Drink -cost=60 -model=model_43277 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -name=Prayer potion(2) -certlink=obj_14214 - -// 14214 -[obj_14214] -certlink=obj_14213 -certtemplate=obj_799 - -// 14215 -[obj_14215] -iop1=Drink -cost=30 -model=model_43108 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -name=Prayer potion(1) -certlink=obj_14216 - -// 14216 -[obj_14216] -certlink=obj_14215 -certtemplate=obj_799 - -// 14217 -[obj_14217] -iop1=Drink -cost=150 -model=model_43236 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=22617 -name=Energy potion (5) -certlink=obj_14218 - -// 14218 -[obj_14218] -certlink=obj_14217 -certtemplate=obj_799 - -// 14219 -[obj_14219] -iop1=Drink -cost=120 -model=model_43208 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=22617 -name=Energy potion (4) -certlink=obj_14220 - -// 14220 -[obj_14220] -certlink=obj_14219 -certtemplate=obj_799 - -// 14221 -[obj_14221] -iop1=Drink -cost=90 -model=model_43246 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=22617 -name=Energy potion (3) -certlink=obj_14222 - -// 14222 -[obj_14222] -certlink=obj_14221 -certtemplate=obj_799 - -// 14223 -[obj_14223] -iop1=Drink -cost=60 -model=model_43277 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=22617 -name=Energy potion (2) -certlink=obj_14224 - -// 14224 -[obj_14224] -certlink=obj_14223 -certtemplate=obj_799 - -// 14225 -[obj_14225] -iop1=Drink -cost=30 -model=model_43108 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=22617 -name=Energy potion (1) -certlink=obj_14226 - -// 14226 -[obj_14226] -certlink=obj_14225 -certtemplate=obj_799 - -// 14227 -[obj_14227] -iop1=Drink -cost=150 -model=model_43236 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=2191 -name=Super attack(5) -certlink=obj_14228 - -// 14228 -[obj_14228] -certlink=obj_14227 -certtemplate=obj_799 - -// 14229 -[obj_14229] -iop1=Drink -cost=120 -model=model_43208 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=2191 -name=Super attack(4) -certlink=obj_14230 - -// 14230 -[obj_14230] -certlink=obj_14229 -certtemplate=obj_799 - -// 14231 -[obj_14231] -iop1=Drink -cost=90 -model=model_43246 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=2191 -name=Super attack(3) -certlink=obj_14232 - -// 14232 -[obj_14232] -certlink=obj_14231 -certtemplate=obj_799 - -// 14233 -[obj_14233] -iop1=Drink -cost=60 -model=model_43277 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=2191 -name=Super attack(2) -certlink=obj_14234 - -// 14234 -[obj_14234] -certlink=obj_14233 -certtemplate=obj_799 - -// 14235 -[obj_14235] -iop1=Drink -cost=30 -model=model_43108 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=2191 -name=Super attack(1) -certlink=obj_14236 - -// 14236 -[obj_14236] -certlink=obj_14235 -certtemplate=obj_799 - -// 14237 -[obj_14237] -iop1=Drink -cost=150 -model=model_43236 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=32657 -name=Super strength(5) -certlink=obj_14238 - -// 14238 -[obj_14238] -certlink=obj_14237 -certtemplate=obj_799 - -// 14239 -[obj_14239] -iop1=Drink -cost=120 -model=model_43208 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=32657 -name=Super strength(4) -certlink=obj_14240 - -// 14240 -[obj_14240] -certlink=obj_14239 -certtemplate=obj_799 - -// 14241 -[obj_14241] -iop1=Drink -cost=90 -model=model_43246 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=32657 -name=Super strength(3) -certlink=obj_14242 - -// 14242 -[obj_14242] -certlink=obj_14241 -certtemplate=obj_799 - -// 14243 -[obj_14243] -iop1=Drink -cost=60 -model=model_43277 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=32657 -name=Super strength(2) -certlink=obj_14244 - -// 14244 -[obj_14244] -certlink=obj_14243 -certtemplate=obj_799 - -// 14245 -[obj_14245] -iop1=Drink -cost=30 -model=model_43108 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=32657 -name=Super strength(1) -certlink=obj_14246 - -// 14246 -[obj_14246] -certlink=obj_14245 -certtemplate=obj_799 - -// 14247 -[obj_14247] -iop1=Drink -cost=150 -model=model_43236 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=42846 -name=Ranging potion(5) -certlink=obj_14248 - -// 14248 -[obj_14248] -certlink=obj_14247 -certtemplate=obj_799 - -// 14249 -[obj_14249] -iop1=Drink -cost=120 -model=model_43208 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=42846 -name=Ranging potion(4) -certlink=obj_14250 - -// 14250 -[obj_14250] -certlink=obj_14249 -certtemplate=obj_799 - -// 14251 -[obj_14251] -iop1=Drink -cost=90 -model=model_43246 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=42846 -name=Ranging potion(3) -certlink=obj_14252 - -// 14252 -[obj_14252] -certlink=obj_14251 -certtemplate=obj_799 - -// 14253 -[obj_14253] -iop1=Drink -cost=60 -model=model_43277 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=42846 -name=Ranging potion(2) -certlink=obj_14254 - -// 14254 -[obj_14254] -certlink=obj_14253 -certtemplate=obj_799 - -// 14255 -[obj_14255] -iop1=Drink -cost=30 -model=model_43108 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=42846 -name=Ranging potion(1) -certlink=obj_14256 - -// 14256 -[obj_14256] -certlink=obj_14255 -certtemplate=obj_799 - -// 14257 -[obj_14257] -iop1=Drink -cost=150 -model=model_43236 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=9929 -name=Defence potion(5) -certlink=obj_14258 - -// 14258 -[obj_14258] -certlink=obj_14257 -certtemplate=obj_799 - -// 14259 -[obj_14259] -iop1=Drink -cost=120 -model=model_43208 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=9929 -name=Defence potion(4) -certlink=obj_14260 - -// 14260 -[obj_14260] -certlink=obj_14259 -certtemplate=obj_799 - -// 14261 -[obj_14261] -iop1=Drink -cost=90 -model=model_43246 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=9929 -name=Defence potion(3) -certlink=obj_14262 - -// 14262 -[obj_14262] -certlink=obj_14261 -certtemplate=obj_799 - -// 14263 -[obj_14263] -iop1=Drink -cost=60 -model=model_43277 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=9929 -name=Defence potion(2) -certlink=obj_14264 - -// 14264 -[obj_14264] -certlink=obj_14263 -certtemplate=obj_799 - -// 14265 -[obj_14265] -iop1=Drink -cost=30 -model=model_43108 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=9929 -name=Defence potion(1) -certlink=obj_14266 - -// 14266 -[obj_14266] -certlink=obj_14265 -certtemplate=obj_799 - -// 14267 -[obj_14267] -iop1=Drink -cost=150 -model=model_43236 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=6083 -name=Magic potion(5) -certlink=obj_14268 - -// 14268 -[obj_14268] -certlink=obj_14267 -certtemplate=obj_799 - -// 14269 -[obj_14269] -iop1=Drink -cost=120 -model=model_43208 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=6083 -name=Magic potion(4) -certlink=obj_14270 - -// 14270 -[obj_14270] -certlink=obj_14269 -certtemplate=obj_799 - -// 14271 -[obj_14271] -iop1=Drink -cost=90 -model=model_43246 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=6083 -name=Magic potion(3) -certlink=obj_14272 - -// 14272 -[obj_14272] -certlink=obj_14271 -certtemplate=obj_799 - -// 14273 -[obj_14273] -iop1=Drink -cost=60 -model=model_43277 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=6083 -name=Magic potion(2) -certlink=obj_14274 - -// 14274 -[obj_14274] -certlink=obj_14273 -certtemplate=obj_799 - -// 14275 -[obj_14275] -iop1=Drink -cost=30 -model=model_43108 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recolhsl1s=683 -recolhsl1d=6083 -name=Magic potion(1) -certlink=obj_14276 - -// 14276 -[obj_14276] -certlink=obj_14275 -certtemplate=obj_799 - -// 14277 -[obj_14277] -iop1=Drink -cost=150 -model=model_43236 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=13941 -name=Summoning potion(5) -certlink=obj_14278 - -// 14278 -[obj_14278] -certlink=obj_14277 -certtemplate=obj_799 - -// 14279 -[obj_14279] -iop1=Drink -cost=120 -model=model_43208 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=13941 -name=Summoning potion(4) -certlink=obj_14280 - -// 14280 -[obj_14280] -certlink=obj_14279 -certtemplate=obj_799 - -// 14281 -[obj_14281] -iop1=Drink -cost=90 -model=model_43246 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=13941 -name=Summoning potion(3) -certlink=obj_14282 - -// 14282 -[obj_14282] -certlink=obj_14281 -certtemplate=obj_799 - -// 14283 -[obj_14283] -iop1=Drink -cost=60 -model=model_43277 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=13941 -name=Summoning potion(2) -certlink=obj_14284 - -// 14284 -[obj_14284] -certlink=obj_14283 -certtemplate=obj_799 - -// 14285 -[obj_14285] -iop1=Drink -cost=30 -model=model_43108 -2dzoom=595 -2dyan=180 -2dxan=83 -members=yes -recol1s=18563 -recol1d=13941 -name=Summoning potion(1) -certlink=obj_14286 - -// 14286 -[obj_14286] -certlink=obj_14285 -certtemplate=obj_799 - -// 14287 -[obj_14287] -model=model_43099 -2dxof=7 -2dyof=-4 -2dzoom=1632 -2dyan=318 -2dxan=500 -members=yes -iop2=Wield -manwear=model_43420 -womanwear=model_43420 -cost=30 -name=Scimitar (class 1) -womanwearoff=3,-11,6 -certlink=obj_14288 - -// 14288 -[obj_14288] -certlink=obj_14287 -certtemplate=obj_799 - -// 14289 -[obj_14289] -model=model_43182 -2dxof=7 -2dyof=-4 -2dzoom=1632 -2dyan=318 -2dxan=500 -members=yes -iop2=Wield -manwear=model_43398 -womanwear=model_43398 -cost=60 -name=Scimitar (class 2) -womanwearoff=3,-11,6 -certlink=obj_14290 - -// 14290 -[obj_14290] -certlink=obj_14289 -certtemplate=obj_799 - -// 14291 -[obj_14291] -model=model_43216 -2dxof=7 -2dyof=-4 -2dzoom=1632 -2dyan=318 -2dxan=500 -members=yes -iop2=Wield -manwear=model_43406 -womanwear=model_43406 -cost=90 -name=Scimitar (class 3) -womanwearoff=3,-11,6 -certlink=obj_14292 - -// 14292 -[obj_14292] -certlink=obj_14291 -certtemplate=obj_799 - -// 14293 -[obj_14293] -model=model_43177 -2dxof=7 -2dyof=-4 -2dzoom=1632 -2dyan=318 -2dxan=500 -members=yes -iop2=Wield -manwear=model_43387 -womanwear=model_43387 -cost=120 -name=Scimitar (class 4) -womanwearoff=3,-11,6 -certlink=obj_14294 - -// 14294 -[obj_14294] -certlink=obj_14293 -certtemplate=obj_799 - -// 14295 -[obj_14295] -model=model_43162 -2dxof=7 -2dyof=-4 -2dzoom=1632 -2dyan=318 -2dxan=500 -members=yes -iop2=Wield -manwear=model_43402 -womanwear=model_43402 -cost=150 -name=Scimitar (class 5) -womanwearoff=3,-11,6 -certlink=obj_14296 - -// 14296 -[obj_14296] -certlink=obj_14295 -certtemplate=obj_799 - -// 14297 -[obj_14297] -model=model_43161 -2dxof=1 -2dyof=-1 -2dzoom=789 -2dyan=249 -2dxan=500 -members=yes -iop2=Wield -manwear=model_43427 -womanwear=model_43427 -cost=30 -name=Dagger (class 1) -womanwearoff=3,-11,6 -certlink=obj_14298 - -// 14298 -[obj_14298] -certlink=obj_14297 -certtemplate=obj_799 - -// 14299 -[obj_14299] -model=model_43273 -2dxof=1 -2dyof=-1 -2dzoom=789 -2dyan=249 -2dxan=500 -members=yes -iop2=Wield -manwear=model_43399 -womanwear=model_43399 -cost=60 -name=Dagger (class 2) -womanwearoff=3,-11,6 -certlink=obj_14300 - -// 14300 -[obj_14300] -certlink=obj_14299 -certtemplate=obj_799 - -// 14301 -[obj_14301] -model=model_43211 -2dxof=1 -2dyof=-1 -2dzoom=789 -2dyan=249 -2dxan=500 -members=yes -iop2=Wield -manwear=model_43431 -womanwear=model_43431 -cost=90 -name=Dagger (class 3) -womanwearoff=3,-11,6 -certlink=obj_14302 - -// 14302 -[obj_14302] -certlink=obj_14301 -certtemplate=obj_799 - -// 14303 -[obj_14303] -model=model_43275 -2dxof=1 -2dyof=-1 -2dzoom=789 -2dyan=249 -2dxan=500 -members=yes -iop2=Wield -manwear=model_43392 -womanwear=model_43392 -cost=120 -name=Dagger (class 4) -womanwearoff=3,-11,6 -certlink=obj_14304 - -// 14304 -[obj_14304] -certlink=obj_14303 -certtemplate=obj_799 - -// 14305 -[obj_14305] -model=model_43234 -2dxof=1 -2dyof=-1 -2dzoom=789 -2dyan=249 -2dxan=500 -members=yes -iop2=Wield -manwear=model_43413 -womanwear=model_43413 -cost=150 -name=Dagger (class 5) -womanwearoff=3,-11,6 -certlink=obj_14306 - -// 14306 -[obj_14306] -certlink=obj_14305 -certtemplate=obj_799 - -// 14307 -[obj_14307] -iop2=Wield -manwear=model_43405 -womanwear=model_43386 -model=model_43268 -2dyof=7 -2dzoom=1827 -2dyan=97 -2dxan=360 -members=yes -cost=30 -name=Warhammer (class 1) -certlink=obj_14308 - -// 14308 -[obj_14308] -certlink=obj_14307 -certtemplate=obj_799 - -// 14309 -[obj_14309] -iop2=Wield -manwear=model_43378 -womanwear=model_43412 -model=model_43195 -2dyof=7 -2dzoom=1827 -2dyan=97 -2dxan=360 -members=yes -cost=60 -name=Warhammer (class 2) -certlink=obj_14310 - -// 14310 -[obj_14310] -certlink=obj_14309 -certtemplate=obj_799 - -// 14311 -[obj_14311] -iop2=Wield -manwear=model_43428 -womanwear=model_43384 -model=model_43153 -2dyof=7 -2dzoom=1827 -2dyan=97 -2dxan=360 -members=yes -cost=90 -name=Warhammer (class 3) -certlink=obj_14312 - -// 14312 -[obj_14312] -certlink=obj_14311 -certtemplate=obj_799 - -// 14313 -[obj_14313] -iop2=Wield -manwear=model_43411 -womanwear=model_43426 -model=model_43114 -2dyof=7 -2dzoom=1827 -2dyan=97 -2dxan=360 -members=yes -cost=120 -name=Warhammer (class 4) -certlink=obj_14314 - -// 14314 -[obj_14314] -certlink=obj_14313 -certtemplate=obj_799 - -// 14315 -[obj_14315] -iop2=Wield -manwear=model_43419 -womanwear=model_43382 -model=model_43096 -2dyof=7 -2dzoom=1827 -2dyan=97 -2dxan=360 -members=yes -cost=150 -name=Warhammer (class 5) -certlink=obj_14316 - -// 14316 -[obj_14316] -certlink=obj_14315 -certtemplate=obj_799 - -// 14317 -[obj_14317] -model=model_43100 -iop2=Wear -manwear=model_43343 -womanwear=model_43456 -manwear2=model_43322 -womanwear2=model_43443 -members=yes -2dzoom=1700 -2dyan=176 -2dxan=376 -2dxof=8 -2dyof=12 -cost=30 -name=Robe top (class 1) -certlink=obj_14318 - -// 14318 -[obj_14318] -certlink=obj_14317 -certtemplate=obj_799 - -// 14319 -[obj_14319] -model=model_43252 -iop2=Wear -manwear=model_43334 -womanwear=model_43466 -manwear2=model_43330 -womanwear2=model_43444 -members=yes -2dzoom=1700 -2dyan=176 -2dxan=376 -2dxof=8 -2dyof=12 -cost=60 -name=Robe top (class 2) -certlink=obj_14320 - -// 14320 -[obj_14320] -certlink=obj_14319 -certtemplate=obj_799 - -// 14321 -[obj_14321] -model=model_43155 -iop2=Wear -manwear=model_43339 -womanwear=model_43463 -manwear2=model_43329 -womanwear2=model_43448 -members=yes -2dzoom=1700 -2dyan=176 -2dxan=376 -2dxof=8 -2dyof=12 -cost=90 -name=Robe top (class 3) -certlink=obj_14322 - -// 14322 -[obj_14322] -certlink=obj_14321 -certtemplate=obj_799 - -// 14323 -[obj_14323] -model=model_43118 -iop2=Wear -manwear=model_43342 -womanwear=model_43460 -manwear2=model_43321 -womanwear2=model_43454 -members=yes -2dzoom=1700 -2dyan=176 -2dxan=376 -2dxof=8 -2dyof=12 -cost=120 -name=Robe top (class 4) -certlink=obj_14324 - -// 14324 -[obj_14324] -certlink=obj_14323 -certtemplate=obj_799 - -// 14325 -[obj_14325] -model=model_5043 -model=model_43187 -iop2=Wear -manwear=model_43335 -womanwear=model_43455 -manwear2=model_43320 -womanwear2=model_43440 -members=yes -2dzoom=1700 -2dyan=176 -2dxan=376 -2dxof=8 -2dyof=12 -cost=150 -name=Robe top (class 5) -certlink=obj_14326 - -// 14326 -[obj_14326] -certlink=obj_14325 -certtemplate=obj_799 - -// 14327 -[obj_14327] -model=model_43258 -iop2=Wear -manwear=model_43371 -womanwear=model_43493 -members=yes -2dxof=-1 -2dyof=11 -2dzoom=1957 -2dyan=2047 -2dxan=553 -cost=30 -name=Robe bottom (class 1) -certlink=obj_14328 - -// 14328 -[obj_14328] -certlink=obj_14327 -certtemplate=obj_799 - -// 14329 -[obj_14329] -model=model_43206 -iop2=Wear -manwear=model_43372 -womanwear=model_43496 -members=yes -2dxof=-1 -2dyof=11 -2dzoom=1957 -2dyan=2047 -2dxan=553 -cost=60 -name=Robe bottom (class 2) -certlink=obj_14330 - -// 14330 -[obj_14330] -certlink=obj_14329 -certtemplate=obj_799 - -// 14331 -[obj_14331] -model=model_43111 -iop2=Wear -manwear=model_43366 -womanwear=model_43495 -members=yes -2dxof=-1 -2dyof=11 -2dzoom=1957 -2dyan=2047 -2dxan=553 -cost=90 -name=Robe bottom (class 3) -certlink=obj_14332 - -// 14332 -[obj_14332] -certlink=obj_14331 -certtemplate=obj_799 - -// 14333 -[obj_14333] -model=model_43123 -iop2=Wear -manwear=model_43375 -womanwear=model_43492 -members=yes -2dxof=-1 -2dyof=11 -2dzoom=1957 -2dyan=2047 -2dxan=553 -cost=120 -name=Robe bottom (class 4) -certlink=obj_14334 - -// 14334 -[obj_14334] -certlink=obj_14333 -certtemplate=obj_799 - -// 14335 -[obj_14335] -model=model_43134 -iop2=Wear -manwear=model_43374 -womanwear=model_43485 -members=yes -2dxof=-1 -2dyof=11 -2dzoom=1957 -2dyan=2047 -2dxan=553 -cost=150 -name=Robe bottom (class 5) -certlink=obj_14336 - -// 14336 -[obj_14336] -certlink=obj_14335 -certtemplate=obj_799 - -// 14337 -[obj_14337] -model=model_43276 -2dxof=3 -2dyof=-16 -2dzoom=1114 -2dyan=124 -2dzan=2047 -2dxan=166 -members=yes -iop2=Wear -manwear=model_43347 -womanwear=model_43472 -manhead=model_43304 -womanhead=model_43291 -cost=30 -name=Hat (class 1) -certlink=obj_14338 - -// 14338 -[obj_14338] -certlink=obj_14337 -certtemplate=obj_799 - -// 14339 -[obj_14339] -model=model_43157 -2dxof=3 -2dyof=-16 -2dzoom=1114 -2dyan=124 -2dzan=2047 -2dxan=166 -members=yes -iop2=Wear -manwear=model_43351 -womanwear=model_43474 -manhead=model_43306 -womanhead=model_43293 -cost=60 -name=Hat (class 2) -certlink=obj_14340 - -// 14340 -[obj_14340] -certlink=obj_14339 -certtemplate=obj_799 - -// 14341 -[obj_14341] -model=model_43150 -2dxof=3 -2dyof=-16 -2dzoom=1114 -2dyan=124 -2dzan=2047 -2dxan=166 -members=yes -iop2=Wear -manwear=model_43349 -womanwear=model_43473 -manhead=model_43301 -womanhead=model_43294 -cost=90 -name=Hat (class 3) -certlink=obj_14342 - -// 14342 -[obj_14342] -certlink=obj_14341 -certtemplate=obj_799 - -// 14343 -[obj_14343] -model=model_43245 -2dxof=3 -2dyof=-16 -2dzoom=1114 -2dyan=124 -2dzan=2047 -2dxan=166 -members=yes -iop2=Wear -manwear=model_43350 -womanwear=model_43471 -manhead=model_43300 -womanhead=model_43286 -cost=120 -name=Hat (class 4) -certlink=obj_14344 - -// 14344 -[obj_14344] -certlink=obj_14343 -certtemplate=obj_799 - -// 14345 -[obj_14345] -model=model_43253 -2dxof=3 -2dyof=-16 -2dzoom=1114 -2dyan=124 -2dzan=2047 -2dxan=166 -members=yes -iop2=Wear -manwear=model_43348 -womanwear=model_43470 -manhead=model_43310 -womanhead=model_43297 -cost=150 -name=Hat (class 5) -certlink=obj_14346 - -// 14346 -[obj_14346] -certlink=obj_14345 -certtemplate=obj_799 - -// 14347 -[obj_14347] -model=model_2605 -model=model_43130 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dyan=2047 -2dxan=500 -iop2=Wear -manwear=model_43332 -manwear2=model_43318 -womanwear=model_43465 -womanwear2=model_43441 -members=yes -cost=30 -name=Platebody (class 1) -certlink=obj_14348 - -// 14348 -[obj_14348] -certlink=obj_14347 -certtemplate=obj_799 - -// 14349 -[obj_14349] -model=model_43140 -2dxof=-1 -2dyof=5 -2dzoom=1308 -2dyan=2047 -2dxan=500 -iop2=Wear -manwear=model_43331 -manwear2=model_43324 -womanwear=model_43459 -womanwear2=model_43447 -members=yes -cost=60 -name=Platebody (class 2) -certlink=obj_14350 - -// 14350 -[obj_14350] -certlink=obj_14349 -certtemplate=obj_799 - -// 14351 -[obj_14351] -model=model_43129 -2dzoom=1568 -2dyan=2047 -2dxan=567 -iop2=Wear -manwear=model_43346 -manwear2=model_43325 -womanwear=model_43467 -womanwear2=model_43453 -2dzoom=1250 -2dxan=488 -members=yes -cost=90 -name=Platebody (class 3) -certlink=obj_14352 - -// 14352 -[obj_14352] -certlink=obj_14351 -certtemplate=obj_799 - -// 14353 -[obj_14353] -model=model_43175 -2dzoom=1568 -2dyan=2047 -2dxan=567 -iop2=Wear -manwear=model_43333 -manwear2=model_43319 -womanwear=model_43468 -womanwear2=model_43445 -2dzoom=1250 -2dxan=488 -members=yes -cost=120 -name=Platebody (class 4) -certlink=obj_14354 - -// 14354 -[obj_14354] -certlink=obj_14353 -certtemplate=obj_799 - -// 14355 -[obj_14355] -model=model_43238 -2dzoom=1568 -2dyan=2047 -2dxan=567 -iop2=Wear -manwear=model_43341 -manwear2=model_43323 -womanwear=model_43464 -womanwear2=model_43452 -members=yes -cost=150 -name=Platebody (class 5) -certlink=obj_14356 - -// 14356 -[obj_14356] -certlink=obj_14355 -certtemplate=obj_799 - -// 14357 -[obj_14357] -model=model_43184 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -members=yes -iop2=Wear -manwear=model_43370 -womanwear=model_43491 -cost=30 -name=Platelegs (class 1) -certlink=obj_14358 - -// 14358 -[obj_14358] -certlink=obj_14357 -certtemplate=obj_799 - -// 14359 -[obj_14359] -model=model_43202 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -members=yes -iop2=Wear -manwear=model_43364 -womanwear=model_43490 -cost=60 -name=Platelegs (class 2) -certlink=obj_14360 - -// 14360 -[obj_14360] -certlink=obj_14359 -certtemplate=obj_799 - -// 14361 -[obj_14361] -model=model_43181 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -members=yes -iop2=Wear -manwear=model_43368 -womanwear=model_43488 -cost=90 -name=Platelegs (class 3) -certlink=obj_14362 - -// 14362 -[obj_14362] -certlink=obj_14361 -certtemplate=obj_799 - -// 14363 -[obj_14363] -model=model_43180 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -members=yes -iop2=Wear -manwear=model_43363 -womanwear=model_43486 -cost=120 -name=Platelegs (class 4) -certlink=obj_14364 - -// 14364 -[obj_14364] -certlink=obj_14363 -certtemplate=obj_799 - -// 14365 -[obj_14365] -model=model_43261 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -members=yes -iop2=Wear -manwear=model_43376 -womanwear=model_43499 -cost=150 -name=Platelegs (class 5) -certlink=obj_14366 - -// 14366 -[obj_14366] -certlink=obj_14365 -certtemplate=obj_799 - -// 14367 -[obj_14367] -model=model_43104 -2dxof=1 -2dyof=9 -2dzoom=724 -2dyan=124 -2dzan=2047 -2dxan=111 -members=yes -iop2=Wear -manwear=model_43354 -womanwear=model_43477 -manhead=model_43302 -womanhead=model_43289 -cost=30 -name=Helm (class 1) -certlink=obj_14368 - -// 14368 -[obj_14368] -certlink=obj_14367 -certtemplate=obj_799 - -// 14369 -[obj_14369] -model=model_43278 -2dxof=1 -2dyof=7 -2dzoom=724 -2dyan=124 -2dzan=2047 -2dxan=111 -members=yes -iop2=Wear -manwear=model_43353 -womanwear=model_43481 -manhead=model_43308 -womanhead=model_43292 -cost=60 -name=Helm (class 2) -certlink=obj_14370 - -// 14370 -[obj_14370] -certlink=obj_14369 -certtemplate=obj_799 - -// 14371 -[obj_14371] -model=model_43240 -2dxof=1 -2dyof=7 -2dzoom=724 -2dyan=124 -2dzan=2047 -2dxan=111 -members=yes -iop2=Wear -manwear=model_43356 -womanwear=model_43476 -manhead=model_43305 -womanhead=model_43287 -cost=90 -name=Helm (class 3) -certlink=obj_14372 - -// 14372 -[obj_14372] -certlink=obj_14371 -certtemplate=obj_799 - -// 14373 -[obj_14373] -model=model_43095 -2dxof=1 -2dyof=7 -2dzoom=724 -2dyan=124 -2dzan=2047 -2dxan=111 -members=yes -iop2=Wear -manwear=model_43359 -womanwear=model_43479 -manhead=model_43307 -womanhead=model_43288 -cost=120 -name=Helm (class 4) -certlink=obj_14374 - -// 14374 -[obj_14374] -certlink=obj_14373 -certtemplate=obj_799 - -// 14375 -[obj_14375] -iop2=Wear -model=model_43125 -2dxof=1 -2dyof=7 -2dzoom=724 -2dyan=124 -2dzan=2047 -2dxan=111 -members=yes -manwear=model_43352 -womanwear=model_43475 -manhead=model_43309 -womanhead=model_43285 -cost=150 -name=Helm (class 5) -certlink=obj_14376 - -// 14376 -[obj_14376] -certlink=obj_14375 -certtemplate=obj_799 - -// 14377 -[obj_14377] -model=model_43144 -2dxof=1 -2dyof=3 -2dzoom=2151 -2dyan=14 -2dxan=899 -members=yes -iop2=Wield -manwear=model_43400 -womanwear=model_43400 -cost=30 -recolhsl1s=7073 -recolhsl1d=13495 -recolhsl2s=61 -recolhsl2d=13412 -recolhsl3s=43117 -recolhsl3d=13412 -name=Staff (class 1) -womanwearoff=3,-11,6 -certlink=obj_14378 - -// 14378 -[obj_14378] -certlink=obj_14377 -certtemplate=obj_799 - -// 14379 -[obj_14379] -model=model_43224 -2dxof=1 -2dyof=3 -2dzoom=2151 -2dyan=14 -2dxan=899 -members=yes -iop2=Wield -manwear=model_43407 -womanwear=model_43407 -cost=60 -recolhsl1s=7073 -recolhsl1d=13495 -recolhsl2s=61 -recolhsl2d=13412 -recolhsl3s=43117 -recolhsl3d=13412 -name=Staff (class 2) -womanwearoff=3,-11,6 -certlink=obj_14380 - -// 14380 -[obj_14380] -certlink=obj_14379 -certtemplate=obj_799 - -// 14381 -[obj_14381] -model=model_43136 -2dxof=1 -2dyof=3 -2dzoom=2151 -2dyan=14 -2dxan=899 -members=yes -iop2=Wield -manwear=model_43422 -womanwear=model_43422 -cost=90 -recolhsl1s=7073 -recolhsl1d=13495 -recolhsl2s=61 -recolhsl2d=13412 -recolhsl3s=43117 -recolhsl3d=13412 -name=Staff (class 3) -womanwearoff=3,-11,6 -certlink=obj_14382 - -// 14382 -[obj_14382] -certlink=obj_14381 -certtemplate=obj_799 - -// 14383 -[obj_14383] -model=model_43266 -2dxof=1 -2dyof=3 -2dzoom=2151 -2dyan=14 -2dxan=899 -members=yes -iop2=Wield -manwear=model_43425 -womanwear=model_43425 -cost=120 -recolhsl1s=7073 -recolhsl1d=13495 -recolhsl2s=61 -recolhsl2d=13412 -recolhsl3s=43117 -recolhsl3d=13412 -name=Staff (class 4) -womanwearoff=3,-11,6 -certlink=obj_14384 - -// 14384 -[obj_14384] -certlink=obj_14383 -certtemplate=obj_799 - -// 14385 -[obj_14385] -model=model_43212 -2dxof=1 -2dyof=3 -2dzoom=2151 -2dyan=14 -2dxan=899 -members=yes -iop2=Wield -manwear=model_43397 -womanwear=model_43397 -cost=150 -recolhsl1s=7073 -recolhsl1d=13495 -recolhsl2s=61 -recolhsl2d=13412 -recolhsl3s=43117 -recolhsl3d=13412 -name=Staff (class 5) -womanwearoff=3,-11,6 -certlink=obj_14386 - -// 14386 -[obj_14386] -certlink=obj_14385 -certtemplate=obj_799 - -// 14387 -[obj_14387] -model=model_2603 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -iop2=Wear -team=1 -model=model_5606 -manwear=model_5586 -womanwear=model_5596 -members=yes -recol1s=27339 -recol1d=13877 -recol2s=15747 -recol2d=3186 -name=Cape - -// 14389 -[obj_14389] -model=model_2603 -2dxof=3 -2dyof=12 -2dzoom=2130 -2dyan=992 -2dxan=364 -iop2=Wear -team=2 -model=model_5611 -manwear=model_5591 -womanwear=model_5601 -members=yes -recol1s=27339 -recol1d=7168 -recol2s=15747 -recol2d=21536 -name=Cape - -// 14391 -[obj_14391] -model=model_43169 -2dzoom=1568 -2dyan=2047 -2dxan=567 -iop2=Wear -manwear=model_43337 -manwear2=model_43326 -womanwear=model_43462 -womanwear2=model_43446 -members=yes -cost=30 -name=Leather body (class 1) -certlink=obj_14392 - -// 14392 -[obj_14392] -certlink=obj_14391 -certtemplate=obj_799 - -// 14393 -[obj_14393] -model=model_43132 -2dzoom=1568 -2dyan=2047 -2dxan=567 -iop2=Wear -manwear=model_43344 -manwear2=model_43328 -womanwear=model_43458 -womanwear2=model_43450 -members=yes -cost=60 -name=Leather body (class 2) -certlink=obj_14394 - -// 14394 -[obj_14394] -certlink=obj_14393 -certtemplate=obj_799 - -// 14395 -[obj_14395] -model=model_43141 -2dzoom=1568 -2dyan=2047 -2dxan=567 -iop2=Wear -manwear=model_43336 -manwear2=model_43327 -womanwear=model_43469 -womanwear2=model_43449 -members=yes -cost=90 -name=Leather body (class 3) -certlink=obj_14396 - -// 14396 -[obj_14396] -certlink=obj_14395 -certtemplate=obj_799 - -// 14397 -[obj_14397] -model=model_43186 -2dzoom=1568 -2dyan=2047 -2dxan=567 -iop2=Wear -manwear=model_43345 -manwear2=model_43316 -womanwear=model_43461 -womanwear2=model_43451 -members=yes -cost=120 -name=Leather body (class 4) -certlink=obj_14398 - -// 14398 -[obj_14398] -certlink=obj_14397 -certtemplate=obj_799 - -// 14399 -[obj_14399] -model=model_43262 -2dzoom=1568 -2dyan=2047 -2dxan=567 -iop2=Wear -manwear=model_43338 -manwear2=model_43317 -womanwear=model_43457 -womanwear2=model_43442 -members=yes -cost=150 -name=Leather body (class 5) -certlink=obj_14400 - -// 14400 -[obj_14400] -certlink=obj_14399 -certtemplate=obj_799 - -// 14401 -[obj_14401] -model=model_43251 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -members=yes -iop2=Wear -manwear=model_43367 -womanwear=model_43494 -cost=30 -name=Chaps (class 1) -certlink=obj_14402 - -// 14402 -[obj_14402] -certlink=obj_14401 -certtemplate=obj_799 - -// 14403 -[obj_14403] -model=model_43244 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -members=yes -iop2=Wear -manwear=model_43369 -womanwear=model_43498 -cost=60 -name=Chaps (class 2) -certlink=obj_14404 - -// 14404 -[obj_14404] -certlink=obj_14403 -certtemplate=obj_799 - -// 14405 -[obj_14405] -model=model_43264 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -members=yes -iop2=Wear -manwear=model_43373 -womanwear=model_43497 -cost=90 -name=Chaps (class 3) -certlink=obj_14406 - -// 14406 -[obj_14406] -certlink=obj_14405 -certtemplate=obj_799 - -// 14407 -[obj_14407] -model=model_43198 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -members=yes -iop2=Wear -manwear=model_43362 -womanwear=model_43487 -cost=120 -name=Chaps (class 4) -certlink=obj_14408 - -// 14408 -[obj_14408] -certlink=obj_14407 -certtemplate=obj_799 - -// 14409 -[obj_14409] -model=model_43120 -2dzoom=1892 -2dyan=2047 -2dzan=2047 -2dxan=512 -members=yes -iop2=Wear -manwear=model_43365 -womanwear=model_43489 -cost=150 -name=Chaps (class 5) -certlink=obj_14410 - -// 14410 -[obj_14410] -certlink=obj_14409 -certtemplate=obj_799 - -// 14411 -[obj_14411] -model=model_43119 -2dxof=2 -2dyof=1 -2dzoom=789 -2dyan=124 -2dzan=2047 -2dxan=97 -members=yes -iop2=Wear -manwear=model_43357 -womanwear=model_43484 -manhead=model_43303 -womanhead=model_43290 -cost=30 -name=Coif (class 1) -certlink=obj_14412 - -// 14412 -[obj_14412] -certlink=obj_14411 -certtemplate=obj_799 - -// 14413 -[obj_14413] -model=model_43127 -2dxof=2 -2dyof=0 -2dzoom=789 -2dyan=124 -2dzan=2047 -2dxan=97 -members=yes -iop2=Wear -manwear=model_43357 -womanwear=model_43478 -manhead=model_43314 -womanhead=model_43284 -cost=60 -name=Coif (class 2) -certlink=obj_14414 - -// 14414 -[obj_14414] -certlink=obj_14413 -certtemplate=obj_799 - -// 14415 -[obj_14415] -model=model_43213 -2dxof=2 -2dyof=0 -2dzoom=789 -2dyan=124 -2dzan=2047 -2dxan=97 -members=yes -iop2=Wear -manwear=model_43355 -womanwear=model_43480 -manhead=model_43311 -womanhead=model_43298 -cost=90 -name=Coif (class 3) -certlink=obj_14416 - -// 14416 -[obj_14416] -certlink=obj_14415 -certtemplate=obj_799 - -// 14417 -[obj_14417] -model=model_43170 -2dxof=2 -2dyof=-4 -2dzoom=789 -2dyan=124 -2dzan=2047 -2dxan=97 -members=yes -iop2=Wear -manwear=model_43361 -womanwear=model_43483 -manhead=model_43312 -womanhead=model_43295 -cost=120 -name=Coif (class 4) -certlink=obj_14418 - -// 14418 -[obj_14418] -certlink=obj_14417 -certtemplate=obj_799 - -// 14419 -[obj_14419] -model=model_43232 -2dxof=3 -2dyof=-9 -2dzoom=789 -2dyan=124 -2dzan=2047 -2dxan=97 -members=yes -iop2=Wear -manwear=model_43360 -womanwear=model_43482 -manhead=model_43313 -womanhead=model_43296 -cost=150 -name=Coif (class 5) -certlink=obj_14420 - -// 14420 -[obj_14420] -certlink=obj_14419 -certtemplate=obj_799 - -// 14421 -[obj_14421] -model=model_43160 -members=yes -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=30 -stackable=yes -name=Clay deposit scroll - -// 14422 -[obj_14422] -model=model_43194 -members=yes -cost=30 -2dxof=1 -2dyof=-2 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -name=Sacred clay pouch (class 1) -certlink=obj_14423 - -// 14423 -[obj_14423] -certlink=obj_14422 -certtemplate=obj_799 - -// 14424 -[obj_14424] -model=model_43217 -members=yes -cost=60 -2dxof=1 -2dyof=-2 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -name=Sacred clay pouch (class 2) -certlink=obj_14425 - -// 14425 -[obj_14425] -certlink=obj_14424 -certtemplate=obj_799 - -// 14426 -[obj_14426] -model=model_43243 -members=yes -cost=90 -2dxof=1 -2dyof=0 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -name=Sacred clay pouch (class 3) -certlink=obj_14427 - -// 14427 -[obj_14427] -certlink=obj_14426 -certtemplate=obj_799 - -// 14428 -[obj_14428] -model=model_43201 -members=yes -cost=120 -2dxof=1 -2dyof=0 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -name=Sacred clay pouch (class 4) -certlink=obj_14429 - -// 14429 -[obj_14429] -certlink=obj_14428 -certtemplate=obj_799 - -// 14430 -[obj_14430] -model=model_43145 -members=yes -cost=150 -2dxof=1 -2dyof=2 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -iop4=Summon -name=Sacred clay pouch (class 5) -certlink=obj_14431 - -// 14431 -[obj_14431] -certlink=obj_14430 -certtemplate=obj_799 - -// 14432 -[obj_14432] -model=model_43199 -2dxof=3 -2dyof=5 -2dzoom=1049 -2dxan=356 -2dyan=148 -dummyitem=1 -name=Null sacred clay - -// 14433 -[obj_14433] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43274 -iop2=Wield -dummyitem=2 - -// 14434 -[obj_14434] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43152 -iop2=Wield -dummyitem=2 - -// 14435 -[obj_14435] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43205 -iop2=Wield -dummyitem=2 - -// 14436 -[obj_14436] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43164 -iop2=Wield -dummyitem=2 - -// 14437 -[obj_14437] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43135 -iop2=Wield -dummyitem=2 - -// 14438 -[obj_14438] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43146 -iop2=Wield -dummyitem=2 - -// 14439 -[obj_14439] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43106 -iop2=Wield -dummyitem=2 - -// 14440 -[obj_14440] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43128 -iop2=Wield -dummyitem=2 - -// 14441 -[obj_14441] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43159 -iop2=Wield -dummyitem=2 - -// 14442 -[obj_14442] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43220 -iop2=Wield -dummyitem=2 - -// 14443 -[obj_14443] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43235 -iop2=Wield -dummyitem=2 - -// 14444 -[obj_14444] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43103 -iop2=Wield -dummyitem=2 - -// 14445 -[obj_14445] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43158 -iop2=Wield -dummyitem=2 - -// 14446 -[obj_14446] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43193 -iop2=Wield -dummyitem=2 - -// 14447 -[obj_14447] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43116 -iop2=Wield -dummyitem=2 - -// 14448 -[obj_14448] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43221 -iop2=Wield -dummyitem=2 - -// 14449 -[obj_14449] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43210 -iop2=Wield -dummyitem=2 - -// 14450 -[obj_14450] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43156 -iop2=Wield -dummyitem=2 - -// 14451 -[obj_14451] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43154 -iop2=Wield -dummyitem=2 - -// 14452 -[obj_14452] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43094 -iop2=Wield -dummyitem=2 - -// 14453 -[obj_14453] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43274 -iop2=Wield -dummyitem=2 - -// 14454 -[obj_14454] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43101 -iop2=Wield -dummyitem=2 - -// 14455 -[obj_14455] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43218 -iop2=Wield -dummyitem=2 - -// 14456 -[obj_14456] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43263 -iop2=Wield -dummyitem=2 - -// 14457 -[obj_14457] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43126 -iop2=Wield -dummyitem=2 - -// 14458 -[obj_14458] -cost=5 -members=yes -model=model_44588 -2dxof=3 -2dyof=-32 -2dzoom=984 -2dyan=1687 -2dzan=97 -2dxan=180 -name=Vine flower - -// 14459 -[obj_14459] -cost=0 -iop5=Release -members=yes -model=model_44582 -cost=0 -2dxof=15 -2dyof=4 -2dzoom=984 -2dyan=135 -2dxan=3 -ambient=25 -contrast=15 -name=Unconscious broav - -// 14460 -[obj_14460] -cost=10 -model=model_44601 -members=yes -iop5=Destroy -2dzoom=1360 -2dxof=-4 -2dyof=50 -2dxan=261 -2dyan=78 -contrast=15 -ambient=15 -manwear=model_43650 -womanwear=model_43650 -name=Dirty laundry -womanwearoff=3,-11,6 - -// 14461 -[obj_14461] -iop1=Look-at -iop4=Search -members=yes -iop5=Destroy -model=model_44606 -2dzoom=976 -2dyan=1901 -2dxan=216 -contrast=15 -ambient=15 -name=Waste-paper basket - -// 14462 -[obj_14462] -members=yes -iop5=Destroy -model=model_44580 -2dxof=14 -2dzoom=1232 -2dyan=708 -2dxan=216 -contrast=15 -ambient=15 -name=Ruby key - -// 14463 -[obj_14463] -iop1=Look-at -iop2=Read -members=yes -iop5=Destroy -model=model_20449 -2dxof=1 -2dyof=-1 -2dzoom=2411 -2dxan=429 -name=Notes on pressure - -// 14464 -[obj_14464] -cost=0 -iop1=Inspect -iop2=Read -members=yes -iop5=Destroy -model=model_44603 -2dyof=18 -2dzoom=592 -2dyan=165 -2dxan=285 -contrast=15 -ambient=15 -name=Movario's notes (volume 1) - -// 14465 -[obj_14465] -iop1=Inspect -iop2=Read -members=yes -iop5=Destroy -model=model_44583 -2dxof=1 -2dyof=12 -2dzoom=592 -2dyan=156 -2dxan=279 -contrast=15 -ambient=15 -name=Movario's notes (volume 2) - -// 14466 -[obj_14466] -members=yes -model=model_44598 -2dyof=-5 -2dzoom=656 -2dyan=594 -2dxan=171 -contrast=15 -ambient=15 -name=Weight (1kg) - -// 14467 -[obj_14467] -members=yes -model=model_44596 -2dxof=1 -2dyof=-1 -2dzoom=528 -2dyan=735 -2dxan=111 -contrast=15 -ambient=15 -name=Weight (2kg) - -// 14468 -[obj_14468] -members=yes -model=model_44578 -2dyof=-19 -2dzoom=612 -2dyan=720 -2dxan=216 -contrast=15 -ambient=15 -name=Weight (5kg) - -// 14469 -[obj_14469] -iop1=Inspect -members=yes -iop5=Destroy -model=model_44602 -manwear=model_43657 -womanwear=model_43657 -2dxof=3 -2dyof=-11 -2dzoom=228 -2dyan=210 -2dxan=303 -contrast=15 -ambient=15 -name=Strange key loop -womanwearoff=3,-11,6 - -// 14470 -[obj_14470] -iop1=Inspect -members=yes -iop5=Destroy -model=model_44593 -manwear=model_43649 -womanwear=model_43649 -2dxof=-7 -2dyof=-3 -2dzoom=240 -2dyan=1955 -2dxan=465 -contrast=15 -ambient=15 -name=Strange key teeth -womanwearoff=3,-11,6 - -// 14471 -[obj_14471] -members=yes -iop5=Destroy -model=model_44589 -2dyof=-1 -2dzoom=350 -2dyan=1790 -2dxan=570 -contrast=15 -ambient=15 -name=Dragonkin key - -// 14472 -[obj_14472] -members=yes -cost=30000 -model=model_44607 -2dxof=11 -2dzoom=2128 -2dyan=60 -2dxan=1997 -contrast=15 -ambient=15 -stockmarket=yes -name=Ruined dragon armour lump -certlink=obj_14473 - -// 14473 -[obj_14473] -certlink=obj_14472 -certtemplate=obj_799 - -// 14474 -[obj_14474] -members=yes -cost=30000 -model=model_44604 -2dyan=41 -2dxan=304 -contrast=15 -ambient=15 -stockmarket=yes -name=Ruined dragon armour slice -certlink=obj_14475 - -// 14475 -[obj_14475] -certlink=obj_14474 -certtemplate=obj_799 - -// 14476 -[obj_14476] -members=yes -cost=30000 -model=model_44595 -2dyan=36 -2dxan=228 -contrast=15 -ambient=15 -stockmarket=yes -name=Ruined dragon armour shard -certlink=obj_14477 - -// 14477 -[obj_14477] -certlink=obj_14476 -certtemplate=obj_799 - -// 14478 -[obj_14478] -members=yes -model=model_44611 -2dzoom=1104 -2dxof=8 -2dyof=-20 -2dxan=225 -2dyan=138 -contrast=15 -ambient=15 -manwear=model_43668 -womanwear=model_43668 -name=Blast fusion hammer -womanwearoff=3,-11,6 - -// 14479 -[obj_14479] -cost=1760000 -iop2=Wear -members=yes -model=model_44576 -2dxof=3 -2dyof=5 -2dzoom=1360 -2dyan=1865 -2dxan=318 -contrast=15 -ambient=15 -manwear=model_40207 -womanwear=model_40427 -stockmarket=yes -name=Dragon platebody -certlink=obj_14480 -lentlink=obj_14481 - -// 14480 -[obj_14480] -certlink=obj_14479 -certtemplate=obj_799 - -// 14481 -[obj_14481] -lentlink=obj_14479 -lenttemplate=obj_13009 - -// 14484 -[obj_14484] -cost=135000 -members=yes -iop2=Wear -model=model_44590 -manwear=model_43660 -womanwear=model_43651 -2dxof=-1 -2dyof=-23 -2dzoom=789 -2dyan=60 -2dxan=240 -contrast=15 -ambient=15 -members=yes -stockmarket=yes -name=Dragon claws -certlink=obj_14485 -lentlink=obj_14486 - -// 14485 -[obj_14485] -certlink=obj_14484 -certtemplate=obj_799 - -// 14486 -[obj_14486] -lentlink=obj_14484 -lenttemplate=obj_13009 - -// 14487 -[obj_14487] -members=yes -iop5=Destroy -model=model_44584 -2dxof=-3 -2dzoom=848 -2dyan=93 -2dxan=432 -contrast=15 -ambient=15 -name=Enriched snapdragon - -// 14488 -[obj_14488] -members=yes -iop5=Destroy -model=model_44600 -2dyof=-1 -2dzoom=1190 -2dyan=1468 -2dxan=189 -name=Super truth serum - -// 14489 -[obj_14489] -members=yes -iop5=Destroy -model=model_2578 -manwear=model_532 -womanwear=model_532 -2dyof=4 -2dzoom=1690 -2dyan=88 -2dxan=508 -recol1s=32596 -recol1d=8456 -recol2s=25215 -recol2d=25236 -recol3s=24220 -recol3d=18960 -recol4s=22077 -recol4d=4228 -recol5s=28368 -recol5d=20017 -recol6s=13536 -recol6d=22131 -name=Suspect sketch -womanwearoff=3,-11,6 - -// 14490 -[obj_14490] -cost=65000 -iop2=Wear -members=yes -model=model_44575 -2dyof=1 -2dzoom=1827 -2dxan=512 -manwear=model_43645 -womanwear=model_43694 -stockmarket=yes -name=Elite black platelegs -certlink=obj_14491 -lentlink=obj_14592 - -// 14491 -[obj_14491] -certlink=obj_14490 -certtemplate=obj_799 - -// 14492 -[obj_14492] -cost=64000 -iop2=Wear -members=yes -model=model_44585 -2dyof=4 -2dzoom=1827 -2dxan=512 -manwear=model_45443 -manwear2=model_43599 -womanwear=model_43686 -womanwear2=model_43682 -stockmarket=yes -name=Elite black platebody -certlink=obj_14493 -lentlink=obj_14593 - -// 14493 -[obj_14493] -certlink=obj_14492 -certtemplate=obj_799 - -// 14494 -[obj_14494] -cost=35200 -iop2=Wear -members=yes -model=model_44577 -2dyof=-5 -2dzoom=789 -2dyan=1909 -2dxan=138 -manwear=model_43638 -womanwear=model_43692 -manhead=model_39630 -manhead2=model_44790 -womanhead=model_39170 -womanhead2=model_44789 -stockmarket=yes -name=Elite black full helm -certlink=obj_14495 -lentlink=obj_14594 - -// 14495 -[obj_14495] -certlink=obj_14494 -certtemplate=obj_799 - -// 14496 -[obj_14496] -model=model_33965 -members=yes -iop5=Destroy -2dxof=1 -2dyof=1 -2dzoom=272 -2dyan=1798 -2dxan=618 -contrast=15 -ambient=15 -name=Cell key - -// 14497 -[obj_14497] -cost=120000 -iop2=Wear -members=yes -model=model_44594 -2dyof=7 -2dzoom=1697 -2dxan=536 -manwear=model_43614 -manwear2=model_23916 -womanwear=model_43689 -womanwear2=model_43681 -stockmarket=yes -recol1s=14724 -recol1d=20512 -name=Dagon'hai robe top -certlink=obj_14498 - -// 14498 -[obj_14498] -certlink=obj_14497 -certtemplate=obj_799 - -// 14499 -[obj_14499] -cost=15000 -members=yes -iop2=Wear -model=model_44605 -2dxof=1 -2dyof=-3 -2dzoom=1373 -2dyan=1988 -2dxan=98 -manwear=model_23926 -womanwear=model_43691 -manhead=model_39469 -womanhead=model_35467 -manwear2=model_215 -womanwear2=model_391 -stockmarket=yes -recol1s=239 -recol1d=0 -name=Dagon'hai hat -certlink=obj_14500 - -// 14500 -[obj_14500] -certlink=obj_14499 -certtemplate=obj_799 - -// 14501 -[obj_14501] -cost=80000 -iop2=Wear -members=yes -model=model_44574 -2dyof=14 -2dzoom=2216 -2dxan=572 -manwear=model_23934 -womanwear=model_43693 -stockmarket=yes -recol1s=2340 -recol1d=20512 -name=Dagon'hai robe bottom -certlink=obj_14502 - -// 14502 -[obj_14502] -certlink=obj_14501 -certtemplate=obj_799 - -// 14503 -[obj_14503] -model=model_15496 -members=yes -cost=1 -2dxof=-18 -2dyof=-20 -2dzoom=3024 -2dyan=84 -2dxan=78 -name=Silif - -// 14504 -[obj_14504] -model=model_2813 -members=yes -cost=1 -2dxof=-18 -2dyof=-20 -2dzoom=3024 -2dyan=84 -2dxan=78 -name=Silif - -// 14505 -[obj_14505] -members=yes -iop5=Destroy -model=model_44586 -2dzoom=720 -2dyan=270 -2dxan=228 -ambient=30 -manwear=model_43665 -womanwear=model_43665 -name=Teleorb -womanwearoff=-3,-11,6 - -// 14506 -[obj_14506] -members=yes -iop5=Destroy -model=model_44579 -2dxof=1 -2dyof=-1 -2dzoom=1010 -2dyan=1952 -2dxan=376 -name=Enriched snapdragon seed - -// 14507 -[obj_14507] -members=yes -iop5=Destroy -model=model_44592 -contrast=15 -ambient=25 -2dyof=-7 -2dzoom=1616 -2dyan=1910 -2dxan=162 -name=Dolmen - -// 14508 -[obj_14508] -members=yes -iop5=Destroy -model=model_44592 -contrast=15 -ambient=25 -2dyof=-7 -2dzoom=1616 -2dyan=1910 -2dxan=162 -name=Dolmen - -// 14509 -[obj_14509] -members=yes -iop5=Destroy -model=model_44592 -contrast=15 -ambient=25 -2dyof=-7 -2dzoom=1616 -2dyan=1910 -2dxan=162 -name=Dolmen - -// 14510 -[obj_14510] -members=yes -iop5=Destroy -model=model_44592 -contrast=15 -ambient=25 -2dyof=-7 -2dzoom=1616 -2dyan=1910 -2dxan=162 -name=Dolmen - -// 14511 -[obj_14511] -members=yes -iop5=Destroy -model=model_44592 -contrast=15 -ambient=25 -2dyof=-7 -2dzoom=1616 -2dyan=1910 -2dxan=162 -name=Dolmen - -// 14512 -[obj_14512] -members=yes -iop5=Destroy -model=model_44592 -contrast=15 -ambient=25 -2dyof=-7 -2dzoom=1616 -2dyan=1910 -2dxan=162 -name=Dolmen - -// 14513 -[obj_14513] -members=yes -iop5=Destroy -model=model_44592 -contrast=15 -ambient=25 -2dyof=-7 -2dzoom=1616 -2dyan=1910 -2dxan=162 -name=Dolmen - -// 14514 -[obj_14514] -members=yes -iop5=Destroy -model=model_44592 -contrast=15 -ambient=25 -2dyof=-7 -2dzoom=1616 -2dyan=1910 -2dxan=162 -name=Dolmen - -// 14515 -[obj_14515] -members=yes -iop5=Destroy -model=model_44610 -2dyof=-5 -2dzoom=400 -2dyan=1844 -2dxan=309 -contrast=15 -ambient=15 -name=Air key - -// 14516 -[obj_14516] -members=yes -iop5=Destroy -model=model_44587 -2dxof=1 -2dzoom=400 -2dyan=1775 -2dxan=285 -contrast=15 -ambient=15 -name=Earth key - -// 14517 -[obj_14517] -members=yes -iop5=Destroy -model=model_44581 -2dyof=-4 -2dzoom=400 -2dyan=1769 -2dxan=297 -contrast=15 -ambient=15 -name=Fire key - -// 14518 -[obj_14518] -members=yes -iop5=Destroy -model=model_44591 -2dyof=-3 -2dzoom=400 -2dyan=1730 -2dxan=345 -contrast=15 -ambient=15 -name=Water key - -// 14519 -[obj_14519] -members=yes -iop5=Destroy -model=model_44599 -2dyof=-5 -2dzoom=400 -2dyan=1844 -2dxan=309 -contrast=15 -ambient=15 -recolhsl1s=39349 -recolhsl1d=38986 -recolhsl2s=39361 -recolhsl2d=39000 -recolhsl3s=39372 -recolhsl3d=39014 -name=Air key - -// 14520 -[obj_14520] -members=yes -iop5=Destroy -model=model_44599 -2dyof=-5 -2dzoom=400 -2dyan=1844 -2dxan=309 -contrast=15 -ambient=15 -recol1s=8594 -recol1d=9413 -recolhsl2s=39361 -recolhsl2d=2339 -recolhsl3s=39372 -recolhsl3d=2347 -name=Earth key - -// 14521 -[obj_14521] -members=yes -iop5=Destroy -model=model_44599 -2dyof=-5 -2dzoom=400 -2dyan=1844 -2dxan=309 -contrast=15 -ambient=15 -recolhsl1s=39349 -recolhsl1d=556 -recolhsl2s=39361 -recolhsl2d=568 -recolhsl3s=39372 -recolhsl3d=581 -name=Fire key - -// 14522 -[obj_14522] -members=yes -iop5=Destroy -model=model_44599 -2dyof=-5 -2dzoom=400 -2dyan=1844 -2dxan=309 -contrast=15 -ambient=15 -name=Water key - -// 14523 -[obj_14523] -members=yes -iop5=Destroy -model=model_3374 -2dxof=1 -2dzoom=1010 -2dyan=672 -2dxan=360 -dummyitem=2 -param=param_59,1 - -// 14524 -[obj_14524] -members=yes -model=model_44568 -2dyof=-16 -2dzoom=1200 -2dyan=1217 -2dxan=111 -dummyitem=2 -param=param_59,1 - -// 14525 -[obj_14525] -cost=20 -model=model_43696 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Dagon'hai robes set -certlink=obj_14526 - -// 14526 -[obj_14526] -certlink=obj_14525 -certtemplate=obj_799 - -// 14527 -[obj_14527] -cost=20 -model=model_43697 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Elite black armour set -certlink=obj_14528 - -// 14528 -[obj_14528] -certlink=obj_14527 -certtemplate=obj_799 - -// 14529 -[obj_14529] -cost=20 -model=model_30027 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Dragon plate armour set (l) -certlink=obj_14530 - -// 14530 -[obj_14530] -certlink=obj_14529 -certtemplate=obj_799 - -// 14531 -[obj_14531] -cost=20 -model=model_30027 -2dxof=6 -2dyof=-22 -2dzoom=2414 -2dyan=1795 -2dxan=199 -ambient=25 -contrast=25 -members=yes -stockmarket=yes -name=Dragon plate armour set (sk) -certlink=obj_14532 - -// 14532 -[obj_14532] -certlink=obj_14531 -certtemplate=obj_799 - -// 14533 -[obj_14533] -members=yes -model=model_44608 -cost=0 -2dxof=15 -2dyof=4 -2dzoom=984 -2dyan=135 -2dxan=3 -ambient=25 -contrast=15 -cost=0 -iop5=Drop -name=Broav - -// 14534 -[obj_14534] -iop1=Inspect -iop2=Activate -iop5=Destroy -members=yes -model=model_44831 -2dzoom=1235 -2dyan=220 -2dxan=210 -ambient=30 -name=Strange teleorb - -// 14535 -[obj_14535] -model=model_43229 -manwear=model_44851 -womanwear=model_44851 -dummyitem=2 -womanwearoff=3,-11,6 - -// 14536 -[obj_14536] -model=model_44853 -2dxof=4 -2dzoom=1114 -2dyan=138 -2dzan=83 -2dxan=332 -ambient=25 -contrast=15 -iop1=Read -iop5=Destroy -name=Turkey book - -// 14537 -[obj_14537] -model=model_44855 -2dxof=3 -2dyof=-73 -2dzoom=1616 -2dyan=168 -2dxan=221 -ambient=20 -contrast=20 -iop1=Heal -iop2=Food-count -iop5=Destroy -name=Cornucopia - -// 14538 -[obj_14538] -model=model_44857 -2dxof=3 -2dyof=-73 -2dzoom=1616 -2dyan=168 -2dxan=221 -ambient=20 -contrast=20 -iop1=Heal -iop2=Food-count -iop5=Destroy -name=Cornucopia - -// 14539 -[obj_14539] -model=model_44856 -2dxof=-5 -2dyof=-15 -2dyan=1563 -2dxan=194 -ambient=20 -contrast=20 -cost=9 -recol1s=10434 -recol1d=20975 -recol2s=11490 -recol2d=21999 -recol3s=12514 -recol3d=22032 -recol4s=13570 -recol4d=22065 -name=Raw turkey - -// 14540 -[obj_14540] -iop1=Eat -model=model_44856 -2dxof=-5 -2dyof=-15 -2dyan=1563 -2dxan=194 -ambient=20 -contrast=20 -cost=4 -name=Cooked turkey - -// 14541 -[obj_14541] -model=model_44856 -2dxof=-5 -2dyof=-15 -2dyan=1563 -2dxan=194 -ambient=20 -contrast=20 -cost=1 -recol1s=10434 -recol1d=5285 -recol2s=11490 -recol2d=6309 -recol3s=12514 -recol3d=6342 -recol4s=13570 -recol4d=7366 -name=Burnt turkey - -// 14542 -[obj_14542] -model=model_44854 -2dxof=-9 -2dyof=3 -2dzoom=1616 -2dyan=498 -2dxan=484 -ambient=20 -contrast=20 -cost=9 -recol1s=10434 -recol1d=20975 -recol2s=11490 -recol2d=21999 -recol3s=12514 -recol3d=22032 -recol4s=13570 -recol4d=22065 -name=Raw turkey drumstick - -// 14543 -[obj_14543] -iop1=Eat -model=model_44854 -2dxof=-9 -2dyof=3 -2dzoom=1616 -2dyan=498 -2dxan=484 -ambient=20 -contrast=20 -cost=4 -name=Cooked turkey drumstick - -// 14544 -[obj_14544] -model=model_44854 -2dxof=-9 -2dyof=3 -2dzoom=1616 -2dyan=498 -2dxan=484 -ambient=20 -contrast=20 -cost=1 -recol1s=10434 -recol1d=5285 -recol2s=11490 -recol2d=6309 -recol3s=12514 -recol3d=6342 -recol4s=13570 -recol4d=7366 -name=Burnt turkey drumstick - -// 14545 -[obj_14545] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43274 -iop2=Wield -dummyitem=2 - -// 14546 -[obj_14546] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43152 -iop2=Wield -dummyitem=2 - -// 14547 -[obj_14547] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43205 -iop2=Wield -dummyitem=2 - -// 14548 -[obj_14548] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43164 -iop2=Wield -dummyitem=2 - -// 14549 -[obj_14549] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43135 -iop2=Wield -dummyitem=2 - -// 14550 -[obj_14550] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43146 -iop2=Wield -dummyitem=2 - -// 14551 -[obj_14551] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43106 -iop2=Wield -dummyitem=2 - -// 14552 -[obj_14552] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43128 -iop2=Wield -dummyitem=2 - -// 14553 -[obj_14553] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43159 -iop2=Wield -dummyitem=2 - -// 14554 -[obj_14554] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43220 -iop2=Wield -dummyitem=2 - -// 14555 -[obj_14555] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43235 -iop2=Wield -dummyitem=2 - -// 14556 -[obj_14556] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43103 -iop2=Wield -dummyitem=2 - -// 14557 -[obj_14557] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43158 -iop2=Wield -dummyitem=2 - -// 14558 -[obj_14558] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43193 -iop2=Wield -dummyitem=2 - -// 14559 -[obj_14559] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43116 -iop2=Wield -dummyitem=2 - -// 14560 -[obj_14560] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43221 -iop2=Wield -dummyitem=2 - -// 14561 -[obj_14561] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43210 -iop2=Wield -dummyitem=2 - -// 14562 -[obj_14562] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43156 -iop2=Wield -dummyitem=2 - -// 14563 -[obj_14563] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43154 -iop2=Wield -dummyitem=2 - -// 14564 -[obj_14564] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43094 -iop2=Wield -dummyitem=2 - -// 14565 -[obj_14565] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43274 -iop2=Wield -dummyitem=2 - -// 14566 -[obj_14566] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43101 -iop2=Wield -dummyitem=2 - -// 14567 -[obj_14567] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43218 -iop2=Wield -dummyitem=2 - -// 14568 -[obj_14568] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43263 -iop2=Wield -dummyitem=2 - -// 14569 -[obj_14569] -2dxof=6 -2dyof=30 -2dzoom=1330 -2dyan=128 -2dxan=300 -stackable=yes -model=model_43126 -iop2=Wield -dummyitem=2 - -// 14570 -[obj_14570] -model=model_44855 -2dxof=3 -2dyof=-73 -2dzoom=1616 -2dyan=168 -2dxan=221 -ambient=20 -contrast=20 -iop1=Heal -iop2=Food-count -iop5=Destroy -dummyitem=1 -name=Cornucopia - -// 14571 -[obj_14571] -model=model_44894 -2dxof=7 -2dyof=-14 -2dzoom=810 -2dyan=194 -2dxan=207 -iop2=Wear -iop3=Operate -iop5=Destroy -manwear=model_44901 -womanwear=model_44905 -members=yes -name=Fremennik sea boots 1 - -// 14572 -[obj_14572] -model=model_44895 -2dxof=7 -2dyof=-14 -2dzoom=810 -2dyan=194 -2dxan=207 -iop2=Wear -iop3=Operate -iop5=Destroy -manwear=model_44902 -womanwear=model_44903 -members=yes -name=Fremennik sea boots 2 - -// 14573 -[obj_14573] -model=model_44896 -2dxof=7 -2dyof=-14 -2dzoom=810 -2dyan=194 -2dxan=207 -iop2=Wear -iop3=Operate -iop5=Destroy -manwear=model_44900 -womanwear=model_44904 -members=yes -name=Fremennik sea boots 3 - -// 14574 -[obj_14574] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 14575 -[obj_14575] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 14576 -[obj_14576] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 14577 -[obj_14577] -model=model_44883 -2dxof=-1 -2dyof=3 -2dzoom=1373 -2dyan=512 -2dxan=415 -iop1=Prayer-restore -iop2=Wield -iop5=Destroy -members=yes -cost=100 -manwear=model_44898 -womanwear=model_44898 -name=Falador shield 1 -womanwearoff=-3,-11,6 - -// 14578 -[obj_14578] -model=model_44877 -2dxof=1 -2dyof=7 -2dzoom=1560 -2dyan=996 -2dzan=41 -2dxan=609 -iop1=Prayer-restore -iop2=Wield -iop5=Destroy -members=yes -cost=200 -manwear=model_44899 -womanwear=model_44899 -name=Falador shield 2 -womanwearoff=-3,-11,6 - -// 14579 -[obj_14579] -model=model_44884 -2dxof=8 -2dyof=12 -2dzoom=2346 -2dyan=802 -2dzan=97 -2dxan=456 -iop1=Prayer-restore -iop2=Wield -iop5=Destroy -members=yes -cost=300 -manwear=model_44897 -womanwear=model_44897 -name=Falador shield 3 -womanwearoff=-3,-11,6 - -// 14580 -[obj_14580] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -cost=1000 -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 14581 -[obj_14581] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -cost=5000 -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 14582 -[obj_14582] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -cost=10000 -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 14583 -[obj_14583] -model=model_44874 -2dxof=-4 -2dyof=22 -2dzoom=984 -2dyan=285 -2dxan=6 -name=White lily - -// 14584 -[obj_14584] -model=model_44879 -2dxof=1 -2dyof=3 -2dzoom=1243 -2dyan=1950 -2dxan=553 -iop5=Destroy -members=yes -cost=500000 -name=Money crest voucher - -// 14585 -[obj_14585] -dummyitem=2 -model=model_44878 -2dxof=7 -2dyof=-5 -2dzoom=789 -2dyan=1996 -2dxan=272 -stackable=yes - -// 14586 -[obj_14586] -dummyitem=2 -model=model_44881 -2dxof=7 -2dyof=-5 -2dzoom=789 -2dyan=1996 -2dxan=272 -stackable=yes - -// 14587 -[obj_14587] -dummyitem=2 -model=model_44882 -2dxof=7 -2dyof=-5 -2dzoom=789 -2dyan=1996 -2dxan=272 -stackable=yes - -// 14588 -[obj_14588] -dummyitem=2 -model=model_44880 -2dxof=7 -2dyof=-5 -2dzoom=789 -2dyan=1996 -2dxan=272 -stackable=yes - -// 14589 -[obj_14589] -model=model_44885 -2dxof=7 -2dyof=-5 -2dzoom=789 -2dyan=1996 -2dxan=272 -members=yes -stackable=yes -count1=obj_14585,2 -count2=obj_14586,3 -count3=obj_14587,4 -count4=obj_14588,5 -cost=1250 -name=White lily seed - -// 14590 -[obj_14590] -model=model_4269 -iop1=Play -2dxof=-4 -2dzoom=1230 -2dyan=144 -2dxan=464 -cost=1000 -manwear=model_4394 -members=yes -name=Enchanted lyre(5) - -// 14591 -[obj_14591] -model=model_4269 -iop1=Play -2dxof=-4 -2dzoom=1230 -2dyan=144 -2dxan=464 -cost=1000 -manwear=model_4394 -members=yes -name=Enchanted lyre(6) - -// 14592 -[obj_14592] -lentlink=obj_14490 -lenttemplate=obj_13009 - -// 14593 -[obj_14593] -lentlink=obj_14492 -lenttemplate=obj_13009 - -// 14594 -[obj_14594] -lentlink=obj_14494 -lenttemplate=obj_13009 - -// 14595 -[obj_14595] -model=model_45273 -2dyof=3 -2dzoom=1360 -2dyan=6 -2dxan=561 -manwear=model_45192 -manwear2=model_45188 -womanwear=model_45199 -womanwear2=model_45197 -iop2=Wear -iop5=Destroy -ambient=15 -contrast=15 -name=Santa costume top - -// 14596 -[obj_14596] -model=model_45276 -2dyof=-16 -2dzoom=1020 -2dyan=2020 -2dxan=332 -manwear=model_45194 -womanwear=model_45201 -ambient=20 -iop2=Wear -iop5=Destroy -dummyitem=1 -name=Ice amulet - -// 14597 -[obj_14597] -model=model_45098 -2dxof=-7 -2dyof=-100 -2dzoom=2384 -2dyan=60 -2dxan=221 -cost=1 -iop5=Destroy -name=Stones - -// 14598 -[obj_14598] -model=model_45176 -2dxof=-7 -2dyof=-100 -2dzoom=2384 -2dyan=60 -2dxan=221 -cost=1 -iop5=Destroy -name=Enchanted stones - -// 14599 -[obj_14599] -model=model_45276 -2dyof=-16 -2dzoom=1020 -2dyan=2020 -2dxan=332 -manwear=model_45194 -womanwear=model_45201 -ambient=20 -iop2=Wear -iop5=Destroy -name=Ice amulet - -// 14600 -[obj_14600] -model=model_45278 -2dxof=1 -2dyof=4 -2dzoom=1114 -2dxan=512 -manwear=model_45192 -manwear2=model_45188 -womanwear=model_45199 -womanwear2=model_45197 -iop2=Wear -iop5=Destroy -ambient=15 -contrast=15 -name=Santa costume top - -// 14601 -[obj_14601] -model=model_45273 -2dyof=3 -2dzoom=1360 -2dyan=6 -2dxan=561 -manwear=model_45192 -manwear2=model_45188 -womanwear=model_45199 -womanwear2=model_45197 -iop2=Wear -iop5=Destroy -ambient=15 -contrast=15 -name=Santa costume top - -// 14602 -[obj_14602] -model=model_45280 -2dyof=-1 -2dzoom=659 -2dyan=828 -2dzan=97 -2dxan=420 -manwear=model_45196 -womanwear=model_45203 -iop2=Wear -iop5=Destroy -ambient=15 -contrast=15 -name=Santa costume gloves - -// 14603 -[obj_14603] -model=model_45275 -2dxof=-1 -2dyof=4 -2dzoom=1872 -2dxan=541 -manwear=model_45195 -womanwear=model_45202 -iop2=Wear -iop5=Destroy -ambient=15 -contrast=15 -name=Santa costume legs - -// 14604 -[obj_14604] -model=model_45274 -2dxof=1 -2dyof=-7 -2dzoom=1232 -2dxan=535 -manwear=model_45195 -womanwear=model_45202 -iop2=Wear -iop5=Destroy -ambient=15 -contrast=15 -name=Santa costume legs - -// 14605 -[obj_14605] -model=model_45272 -2dxof=1 -2dyof=-6 -2dzoom=770 -2dyan=160 -2dxan=152 -manwear=model_45191 -womanwear=model_45198 -iop2=Wear -iop5=Destroy -ambient=15 -contrast=15 -name=Santa costume boots - -// 14606 -[obj_14606] -model=model_2402 -2dxof=4 -2dyof=20 -2dzoom=1020 -2dyan=188 -2dxan=316 -ambient=25 -contrast=15 -members=yes -cost=0 -iop5=Destroy -recol1s=9344 -recol1d=12483 -retex1s=material_102 -retex1d=material_51 -name=Cinnamon twigs - -// 14607 -[obj_14607] -model=model_2402 -2dxof=4 -2dyof=20 -2dzoom=1020 -2dyan=188 -2dxan=316 -ambient=25 -contrast=15 -members=yes -cost=0 -iop5=Destroy -recolhsl1s=5010 -recolhsl1d=5527 -retex1s=material_102 -retex1d=material_51 -name=Sassafras twigs - -// 14608 -[obj_14608] -model=model_2402 -2dxof=4 -2dyof=20 -2dzoom=1020 -2dyan=188 -2dxan=316 -ambient=25 -contrast=15 -members=yes -cost=0 -iop5=Destroy -recolhsl1s=5010 -recolhsl1d=9488 -retex1s=material_102 -retex1d=material_51 -name=Ailanthus twigs - -// 14609 -[obj_14609] -model=model_2402 -2dxof=4 -2dyof=20 -2dzoom=1020 -2dyan=188 -2dxan=316 -ambient=25 -contrast=15 -members=yes -cost=0 -iop5=Destroy -recol1s=9344 -recol1d=12545 -retex1s=material_102 -retex1d=material_51 -name=Cedar twigs - -// 14610 -[obj_14610] -model=model_2402 -2dxof=4 -2dyof=20 -2dzoom=1020 -2dyan=188 -2dxan=316 -ambient=25 -contrast=15 -members=yes -cost=0 -iop5=Destroy -recolhsl1s=5010 -recolhsl1d=6299 -retex1s=material_102 -retex1d=material_51 -name=Mastic twigs - -// 14611 -[obj_14611] -model=model_45431 -2dxof=-1 -2dzoom=1114 -2dyan=1764 -2dxan=403 -ambient=25 -contrast=15 -members=yes -cost=0 -iop5=Destroy -name=Cinnamon weaving ribbon - -// 14612 -[obj_14612] -model=model_45431 -2dxof=-1 -2dzoom=1114 -2dyan=1764 -2dxan=403 -ambient=25 -contrast=15 -members=yes -cost=0 -iop5=Destroy -recolhsl1s=3618 -recolhsl1d=5527 -recolhsl2s=3626 -recolhsl2d=5531 -recolhsl3s=3630 -recolhsl3d=5535 -recolhsl4s=3379 -recolhsl4d=5422 -recolhsl5s=3387 -recolhsl5d=5426 -recolhsl6s=3391 -recolhsl6d=5430 -name=Sassafras weaving ribbon - -// 14613 -[obj_14613] -model=model_45431 -2dxof=-1 -2dzoom=1114 -2dyan=1764 -2dxan=403 -ambient=25 -contrast=15 -members=yes -cost=0 -iop5=Destroy -recolhsl1s=3618 -recolhsl1d=9488 -recolhsl2s=3626 -recolhsl2d=9492 -recolhsl3s=3630 -recolhsl3d=9496 -recolhsl4s=3379 -recolhsl4d=9379 -recolhsl5s=3387 -recolhsl5d=9383 -recolhsl6s=3391 -recolhsl6d=9387 -name=Ailanthus weaving ribbon - -// 14614 -[obj_14614] -model=model_45431 -2dxof=-1 -2dzoom=1114 -2dyan=1764 -2dxan=403 -ambient=25 -contrast=15 -members=yes -cost=0 -iop5=Destroy -recolhsl1s=3618 -recolhsl1d=6938 -recolhsl2s=3626 -recolhsl2d=6942 -recolhsl3s=3630 -recolhsl3d=6946 -recolhsl4s=3379 -recolhsl4d=6572 -recolhsl5s=3387 -recolhsl5d=6576 -recolhsl6s=3391 -recolhsl6d=6580 -name=Cedar weaving ribbon - -// 14615 -[obj_14615] -model=model_45431 -2dxof=-1 -2dzoom=1114 -2dyan=1764 -2dxan=403 -ambient=25 -contrast=15 -members=yes -cost=0 -iop5=Destroy -recolhsl1s=3618 -recolhsl1d=6299 -recolhsl2s=3626 -recolhsl2d=6303 -recolhsl3s=3630 -recolhsl3d=6307 -recolhsl4s=3379 -recolhsl4d=6190 -recolhsl5s=3387 -recolhsl5d=6194 -recolhsl6s=3391 -recolhsl6d=6198 -name=Mastic weaving ribbon - -// 14616 -[obj_14616] -model=model_2476 -2dxof=4 -2dyof=10 -2dzoom=700 -2dyan=692 -2dxan=428 -ambient=40 -contrast=0 -members=yes -cost=100 -iop5=Drop -stockmarket=yes -recol1s=32767 -recol1d=18722 -recolhsl2s=22406 -recolhsl2d=4874 -name=Phoenix quill -certlink=obj_14617 - -// 14617 -[obj_14617] -certlink=obj_14616 -certtemplate=obj_799 - -// 14618 -[obj_14618] -dummyitem=2 -model=model_45435 -2dxof=-24 -2dyof=-20 -2dzoom=2384 -2dyan=1895 -2dxan=69 - -// 14619 -[obj_14619] -dummyitem=2 -model=model_45436 -2dzoom=2384 -2dyan=1946 -2dxan=168 - -// 14620 -[obj_14620] -model=model_45433 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -members=yes -name=Pouch -certlink=obj_14621 - -// 14621 -[obj_14621] -certlink=obj_14620 -certtemplate=obj_799 - -// 14622 -[obj_14622] -members=yes -model=model_45432 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -cost=498 -stackable=yes -stockmarket=yes -name=Rise from the ashes scroll - -// 14623 -[obj_14623] -model=model_45437 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -members=yes -cost=4986 -iop4=Summon -stockmarket=yes -name=Phoenix pouch -certlink=obj_14624 - -// 14624 -[obj_14624] -certlink=obj_14623 -certtemplate=obj_799 - -// 14625 -[obj_14625] -model=model_45430 -2dxof=1 -2dyof=3 -2dzoom=1049 -2dyan=1033 -2dxan=545 -ambient=25 -members=yes -name=Pouch - -// 14626 -[obj_14626] -members=yes -model=model_45438 -2dxof=-5 -2dyof=-1 -2dzoom=976 -2dyan=1853 -2dxan=138 -cost=0 -iop5=Drop -name=Phoenix eggling - -// 14627 -[obj_14627] -members=yes -model=model_45434 -2dxof=-5 -2dyof=-8 -2dzoom=976 -2dyan=1853 -2dxan=138 -cost=0 -iop5=Drop -name=Phoenix eggling - -// 14628 -[obj_14628] -model=model_2554 -2dzoom=1660 -2dyan=312 -2dxan=1632 -manwear=model_45444 -womanwear=model_45444 -dummyitem=2 -womanwearoff=3,-11,6 - -// 14629 -[obj_14629] -members=yes -model=model_45450 -2dyof=-3 -2dzoom=848 -2dyan=14 -2dxan=111 -cost=0 -iop1=Attempt-to-hatch -iop5=Destroy -name=Phoenix egg - -// 14630 -[obj_14630] -members=yes -model=model_45449 -2dyof=-3 -2dzoom=848 -2dyan=14 -2dxan=111 -cost=0 -iop1=Attempt-to-hatch -iop5=Destroy -name=Cracked phoenix egg - -// 14631 -[obj_14631] -model=model_45452 -2dxof=-3 -2dyof=-8 -2dzoom=724 -2dyan=1841 -2dxan=111 -manwear=model_45456 -womanwear=model_45457 -manwear2=model_215 -womanwear2=model_391 -manhead=model_45459 -womanhead=model_45458 -iop2=Wear -iop5=Destroy -members=yes -name=Seer's headband - -// 14632 -[obj_14632] -members=yes -cost=200 -model=model_45451 -2dxof=1 -2dzoom=1568 -2dyan=1010 -2dxan=360 -iop2=Wield -manwear=model_45454 -womanwear=model_45454 -iop5=Destroy -name=Enhanced excalibur -womanwearoff=3,-11,6 - -// 14633 -[obj_14633] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 14634 -[obj_14634] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 14635 -[obj_14635] -model=model_3348 -2dxof=2 -2dyof=-2 -2dzoom=840 -2dyan=228 -2dxan=28 -iop1=Rub -iop5=Destroy -members=yes -recol1s=28512 -recol1d=29958 -recol2s=24288 -recol2d=20677 -name=Antique lamp -param=param_59,1 - -// 14636 -[obj_14636] -cost=650 -2dxof=-4 -2dyof=-3 -2dzoom=789 -2dyan=1743 -2dxan=69 -manwear=model_6775 -womanwear=model_14112 -manhead=model_39721 -womanhead=model_39146 -model=model_34411 -members=yes -iop2=Wear -iop4=Disassemble -name=Slayer helmet (e) - -// 14637 -[obj_14637] -cost=650 -2dxof=-4 -2dyof=-3 -2dzoom=789 -2dyan=1743 -2dxan=69 -manwear=model_6775 -womanwear=model_14112 -manhead=model_39721 -womanhead=model_39146 -model=model_34411 -members=yes -iop2=Wear -iop3=Commune -iop4=Uncharge -recolhsl1s=48 -recolhsl1d=78 -recolhsl2s=44 -recolhsl2d=76 -recolhsl3s=52 -recolhsl3d=84 -recolhsl4s=36 -recolhsl4d=68 -recolhsl5s=42 -recolhsl5d=70 -recolhsl6s=32 -recolhsl6d=58 -name=Slayer helmet (charged) - diff --git a/dumps/530/config/dump.quickchatcat b/dumps/530/config/dump.quickchatcat deleted file mode 100644 index 94c7e7b86..000000000 --- a/dumps/530/config/dump.quickchatcat +++ /dev/null @@ -1,1689 +0,0 @@ -// 0 -[chatcat_0] -desc=Group events -subcat=chatcat_1,111 -subcat=chatcat_2,98 -subcat=chatcat_11,99 -subcat=chatcat_35,102 -subcat=chatcat_45,113 -subcat=chatcat_49,115 -phrase=chatphrase_242,0 - -// 1 -[chatcat_1] -desc=Organising -subcat=chatcat_126,109 -phrase=chatphrase_243,0 -phrase=chatphrase_244,0 -phrase=chatphrase_245,0 -phrase=chatphrase_246,0 -phrase=chatphrase_783,0 -phrase=chatphrase_784,0 -phrase=chatphrase_785,0 -phrase=chatphrase_247,0 - -// 2 -[chatcat_2] -desc=Group fighting -subcat=chatcat_3,100 -subcat=chatcat_6,102 -subcat=chatcat_7,103 -subcat=chatcat_10,107 -subcat=chatcat_127,98 - -// 3 -[chatcat_3] -desc=Waterbirth Island -subcat=chatcat_4,100 -subcat=chatcat_5,107 - -// 4 -[chatcat_4] -desc=Waterbirth Dungeon -phrase=chatphrase_251,0 -phrase=chatphrase_252,0 -phrase=chatphrase_253,0 -phrase=chatphrase_254,0 -phrase=chatphrase_255,0 -phrase=chatphrase_256,0 -phrase=chatphrase_257,0 -phrase=chatphrase_258,0 - -// 5 -[chatcat_5] -desc=Dagannoth Kings -phrase=chatphrase_259,0 -phrase=chatphrase_260,0 -phrase=chatphrase_261,0 -phrase=chatphrase_262,0 -phrase=chatphrase_263,0 -phrase=chatphrase_264,0 -phrase=chatphrase_786,0 - -// 6 -[chatcat_6] -desc=Falador Mole Lair -phrase=chatphrase_265,0 -phrase=chatphrase_266,0 -phrase=chatphrase_267,0 -phrase=chatphrase_268,0 -phrase=chatphrase_269,0 -phrase=chatphrase_270,0 -phrase=chatphrase_271,0 -phrase=chatphrase_272,0 - -// 7 -[chatcat_7] -desc=God Wars Dungeon -subcat=chatcat_8,107 -subcat=chatcat_9,98 - -// 8 -[chatcat_8] -desc=God Wars kill counts -phrase=chatphrase_273,0 -phrase=chatphrase_274,0 -phrase=chatphrase_275,0 -phrase=chatphrase_276,0 -phrase=chatphrase_277,0 -phrase=chatphrase_278,0 -phrase=chatphrase_279,0 -phrase=chatphrase_280,0 - -// 9 -[chatcat_9] -desc=God Wars bosses -phrase=chatphrase_281,0 -phrase=chatphrase_282,0 -phrase=chatphrase_283,0 -phrase=chatphrase_284,0 -phrase=chatphrase_285,0 -phrase=chatphrase_286,0 -phrase=chatphrase_788,0 -phrase=chatphrase_790,0 - -// 10 -[chatcat_10] -desc=Kalphite Lair -phrase=chatphrase_287,0 -phrase=chatphrase_288,0 -phrase=chatphrase_289,0 -phrase=chatphrase_290,0 -phrase=chatphrase_264,0 - -// 11 -[chatcat_11] -desc=Combat minigames -subcat=chatcat_12,98 -subcat=chatcat_129,104 -subcat=chatcat_15,99 -subcat=chatcat_20,119 -subcat=chatcat_23,100 -subcat=chatcat_26,102 -subcat=chatcat_30,112 -subcat=chatcat_34,116 -subcat=chatcat_121,115 - -// 12 -[chatcat_12] -desc=Barbarian Assault -subcat=chatcat_13,108 -subcat=chatcat_14,103 - -// 13 -[chatcat_13] -desc=Barbarian Assault lobby -phrase=chatphrase_291,0 -phrase=chatphrase_292,0 -phrase=chatphrase_293,0 -phrase=chatphrase_294,0 -phrase=chatphrase_295,0 -phrase=chatphrase_296,0 -phrase=chatphrase_297,0 - -// 14 -[chatcat_14] -desc=Barbarian Assault game -subcat=chatcat_128,109 -phrase=chatphrase_298,0 -phrase=chatphrase_299,0 -phrase=chatphrase_300,0 -phrase=chatphrase_301,0 -phrase=chatphrase_302,0 -phrase=chatphrase_791,0 -phrase=chatphrase_795,0 -phrase=chatphrase_799,0 - -// 15 -[chatcat_15] -desc=Castle Wars -subcat=chatcat_16,108 -subcat=chatcat_17,103 -subcat=chatcat_18,116 -subcat=chatcat_19,111 - -// 16 -[chatcat_16] -desc=Castle Wars lobby -phrase=chatphrase_304,0 -phrase=chatphrase_305,0 -phrase=chatphrase_306,0 -phrase=chatphrase_307,0 -phrase=chatphrase_308,0 - -// 17 -[chatcat_17] -desc=Castle Wars game -phrase=chatphrase_309,0 -phrase=chatphrase_310,0 -phrase=chatphrase_312,0 -phrase=chatphrase_311,0 - -// 18 -[chatcat_18] -desc=Castle Wars tactics -phrase=chatphrase_313,0 -phrase=chatphrase_314,0 -phrase=chatphrase_315,0 -phrase=chatphrase_316,0 -phrase=chatphrase_317,0 -phrase=chatphrase_318,0 -phrase=chatphrase_319,0 -phrase=chatphrase_320,0 - -// 19 -[chatcat_19] -desc=Locations -phrase=chatphrase_321,0 -phrase=chatphrase_322,0 -phrase=chatphrase_323,0 -phrase=chatphrase_325,0 -phrase=chatphrase_326,0 -phrase=chatphrase_324,0 - -// 20 -[chatcat_20] -desc=Clan Wars -subcat=chatcat_119,115 -subcat=chatcat_21,111 -subcat=chatcat_22,100 -phrase=chatphrase_836,0 -phrase=chatphrase_504,0 -phrase=chatphrase_329,0 -phrase=chatphrase_328,0 -phrase=chatphrase_327,0 - -// 21 -[chatcat_21] -desc=Clan Wars offence -phrase=chatphrase_330,0 -phrase=chatphrase_331,0 -phrase=chatphrase_332,0 -phrase=chatphrase_333,0 -phrase=chatphrase_334,0 -phrase=chatphrase_838,0 -phrase=chatphrase_839,0 - -// 22 -[chatcat_22] -desc=Clan Wars defence -phrase=chatphrase_335,0 -phrase=chatphrase_336,0 -phrase=chatphrase_337,0 -phrase=chatphrase_338,0 -phrase=chatphrase_339,0 -phrase=chatphrase_340,0 -phrase=chatphrase_837,0 - -// 23 -[chatcat_23] -desc=Duel Arena -subcat=chatcat_24,108 -subcat=chatcat_25,103 - -// 24 -[chatcat_24] -desc=Duel Arena lobby -phrase=chatphrase_341,0 -phrase=chatphrase_342,0 -phrase=chatphrase_343,0 -phrase=chatphrase_344,0 -phrase=chatphrase_345,0 -phrase=chatphrase_346,0 -phrase=chatphrase_347,0 -phrase=chatphrase_348,0 - -// 25 -[chatcat_25] -desc=Duelling -phrase=chatphrase_349,0 -phrase=chatphrase_350,0 -phrase=chatphrase_351,0 -phrase=chatphrase_352,0 -phrase=chatphrase_211,0 - -// 26 -[chatcat_26] -desc=Fist of Guthix -subcat=chatcat_27,99 -subcat=chatcat_28,100 -subcat=chatcat_29,114 - -// 27 -[chatcat_27] -desc=Fist of Guthix lobby -phrase=chatphrase_353,0 -phrase=chatphrase_354,0 -phrase=chatphrase_355,0 -phrase=chatphrase_356,0 - -// 28 -[chatcat_28] -desc=Fist of Guthix hunted -phrase=chatphrase_357,0 -phrase=chatphrase_358,0 -phrase=chatphrase_359,0 -phrase=chatphrase_360,0 -phrase=chatphrase_361,0 - -// 29 -[chatcat_29] -desc=Fist of Guthix hunter -phrase=chatphrase_231,0 -phrase=chatphrase_362,0 -phrase=chatphrase_363,0 - -// 30 -[chatcat_30] -desc=Pest Control -subcat=chatcat_31,98 -subcat=chatcat_32,103 -subcat=chatcat_33,112 - -// 31 -[chatcat_31] -desc=Pest Control landers -phrase=chatphrase_364,0 -phrase=chatphrase_365,0 -phrase=chatphrase_366,0 -phrase=chatphrase_367,0 -phrase=chatphrase_368,0 -phrase=chatphrase_369,0 -phrase=chatphrase_813,0 - -// 32 -[chatcat_32] -desc=Pest Control game -phrase=chatphrase_370,0 -phrase=chatphrase_371,0 -phrase=chatphrase_372,0 -phrase=chatphrase_373,0 -phrase=chatphrase_374,0 -phrase=chatphrase_375,0 -phrase=chatphrase_376,0 -phrase=chatphrase_377,0 - -// 33 -[chatcat_33] -desc=Pest Control pests -phrase=chatphrase_378,0 -phrase=chatphrase_379,0 -phrase=chatphrase_380,0 -phrase=chatphrase_381,0 -phrase=chatphrase_382,0 -phrase=chatphrase_383,0 -phrase=chatphrase_384,0 - -// 34 -[chatcat_34] -desc=Fight Pits -phrase=chatphrase_204,0 -phrase=chatphrase_385,0 -phrase=chatphrase_386,0 -phrase=chatphrase_387,0 -phrase=chatphrase_388,0 -phrase=chatphrase_389,0 -phrase=chatphrase_390,0 - -// 35 -[chatcat_35] -desc=Fun stuff -subcat=chatcat_36,98 -subcat=chatcat_37,104 -subcat=chatcat_42,103 -subcat=chatcat_43,112 -subcat=chatcat_44,116 -subcat=chatcat_132,100 - -// 36 -[chatcat_36] -desc=Games Room games -phrase=chatphrase_391,0 -phrase=chatphrase_392,0 -phrase=chatphrase_393,0 -phrase=chatphrase_815,0 -phrase=chatphrase_816,0 -phrase=chatphrase_817,0 -phrase=chatphrase_201,0 - -// 37 -[chatcat_37] -desc=Player-owned houses -subcat=chatcat_38,97 -subcat=chatcat_39,103 -subcat=chatcat_40,99 -subcat=chatcat_41,100 - -// 38 -[chatcat_38] -desc=POH general -phrase=chatphrase_394,0 -phrase=chatphrase_395,0 -phrase=chatphrase_396,0 -phrase=chatphrase_397,0 -phrase=chatphrase_398,0 -phrase=chatphrase_399,0 -phrase=chatphrase_400,0 -phrase=chatphrase_401,0 -phrase=chatphrase_818,0 -phrase=chatphrase_819,0 - -// 39 -[chatcat_39] -desc=POH games room -phrase=chatphrase_402,0 -phrase=chatphrase_403,0 -phrase=chatphrase_404,0 -phrase=chatphrase_405,0 -phrase=chatphrase_406,0 -phrase=chatphrase_407,0 -phrase=chatphrase_408,0 - -// 40 -[chatcat_40] -desc=POH combat room -phrase=chatphrase_409,0 -phrase=chatphrase_410,0 -phrase=chatphrase_411,0 -phrase=chatphrase_412,0 -phrase=chatphrase_413,0 - -// 41 -[chatcat_41] -desc=POH dungeon -phrase=chatphrase_414,0 -phrase=chatphrase_415,0 -phrase=chatphrase_416,0 -phrase=chatphrase_417,0 -phrase=chatphrase_418,0 - -// 42 -[chatcat_42] -desc=Gnome Ball -phrase=chatphrase_419,0 -phrase=chatphrase_420,0 -phrase=chatphrase_421,0 -phrase=chatphrase_422,0 - -// 43 -[chatcat_43] -desc=Falador Party Room -phrase=chatphrase_423,0 -phrase=chatphrase_424,0 -phrase=chatphrase_425,0 -phrase=chatphrase_426,0 -phrase=chatphrase_427,0 -phrase=chatphrase_428,0 -phrase=chatphrase_429,0 -phrase=chatphrase_430,0 - -// 44 -[chatcat_44] -desc=Treasure Trails -phrase=chatphrase_431,0 -phrase=chatphrase_428,0 -phrase=chatphrase_427,0 - -// 45 -[chatcat_45] -desc=Quests -subcat=chatcat_46,103 -subcat=chatcat_47,104 -subcat=chatcat_48,115 - -// 46 -[chatcat_46] -desc=Gangs -phrase=chatphrase_432,0 -phrase=chatphrase_433,0 -phrase=chatphrase_434,0 -phrase=chatphrase_435,0 - -// 47 -[chatcat_47] -desc=Heroes' Quest -phrase=chatphrase_436,0 -phrase=chatphrase_437,0 -phrase=chatphrase_438,0 -phrase=chatphrase_439,0 -phrase=chatphrase_440,0 -phrase=chatphrase_441,0 -phrase=chatphrase_442,0 -phrase=chatphrase_443,0 - -// 48 -[chatcat_48] -desc=Shield of Arrav -phrase=chatphrase_444,0 -phrase=chatphrase_446,0 -phrase=chatphrase_442,0 -phrase=chatphrase_443,0 - -// 49 -[chatcat_49] -desc=Skill-based minigames -subcat=chatcat_50,98 -subcat=chatcat_51,102 -subcat=chatcat_52,115 -subcat=chatcat_53,116 -subcat=chatcat_118,111 -subcat=chatcat_121,99 - -// 50 -[chatcat_50] -desc=Blast Furnace -phrase=chatphrase_447,0 -phrase=chatphrase_448,0 -phrase=chatphrase_449,0 -phrase=chatphrase_450,0 -phrase=chatphrase_451,0 -phrase=chatphrase_452,0 -phrase=chatphrase_453,0 -phrase=chatphrase_454,0 - -// 51 -[chatcat_51] -desc=Fishing Trawler -phrase=chatphrase_455,0 -phrase=chatphrase_456,0 -phrase=chatphrase_457,0 -phrase=chatphrase_458,0 -phrase=chatphrase_459,0 - -// 52 -[chatcat_52] -desc=Shades of Mort'ton -phrase=chatphrase_460,0 -phrase=chatphrase_461,0 -phrase=chatphrase_462,0 -phrase=chatphrase_463,0 -phrase=chatphrase_464,0 -phrase=chatphrase_465,0 - -// 53 -[chatcat_53] -desc=Trouble Brewing -subcat=chatcat_54,108 -subcat=chatcat_55,109 -subcat=chatcat_56,115 -subcat=chatcat_57,114 - -// 54 -[chatcat_54] -desc=Trouble Brewing lobby -phrase=chatphrase_466,0 -phrase=chatphrase_467,0 - -// 55 -[chatcat_55] -desc=Making rum -phrase=chatphrase_468,0 -phrase=chatphrase_469,0 -phrase=chatphrase_470,0 -phrase=chatphrase_471,0 -phrase=chatphrase_472,0 -phrase=chatphrase_473,0 -phrase=chatphrase_474,0 - -// 56 -[chatcat_56] -desc=Sabotage -phrase=chatphrase_475,0 -phrase=chatphrase_476,0 -phrase=chatphrase_477,0 -phrase=chatphrase_478,0 - -// 57 -[chatcat_57] -desc=Repair -phrase=chatphrase_479,0 -phrase=chatphrase_480,0 -phrase=chatphrase_481,0 -phrase=chatphrase_482,0 - -// 58 -[chatcat_58] -desc=General -subcat=chatcat_59,114 -subcat=chatcat_60,104 -subcat=chatcat_61,103 -subcat=chatcat_62,99 -subcat=chatcat_64,115 -subcat=chatcat_63,109 -subcat=chatcat_65,98 -subcat=chatcat_157,112 -subcat=chatcat_69,111 -subcat=chatcat_70,101 -subcat=chatcat_71,100 -subcat=chatcat_74,97 -subcat=chatcat_152,110 -subcat=chatcat_156,113 -phrase=chatphrase_759,0 - -// 59 -[chatcat_59] -desc=Responses -subcat=chatcat_135,109 -phrase=chatphrase_153,0 -phrase=chatphrase_154,0 -phrase=chatphrase_661,0 -phrase=chatphrase_156,0 -phrase=chatphrase_157,0 -phrase=chatphrase_158,0 -phrase=chatphrase_159,0 -phrase=chatphrase_160,0 -phrase=chatphrase_155,0 - -// 60 -[chatcat_60] -desc=Hello -subcat=chatcat_137,109 -phrase=chatphrase_147,0 -phrase=chatphrase_148,0 -phrase=chatphrase_149,0 -phrase=chatphrase_150,0 -phrase=chatphrase_151,0 -phrase=chatphrase_642,0 -phrase=chatphrase_643,0 -phrase=chatphrase_644,0 -phrase=chatphrase_645,0 - -// 61 -[chatcat_61] -desc=Goodbye -subcat=chatcat_140,109 -phrase=chatphrase_161,0 -phrase=chatphrase_162,0 -phrase=chatphrase_163,0 -phrase=chatphrase_164,0 -phrase=chatphrase_165,0 -phrase=chatphrase_166,0 -phrase=chatphrase_670,0 -phrase=chatphrase_671,0 -phrase=chatphrase_672,0 - -// 62 -[chatcat_62] -desc=Comments -subcat=chatcat_141,103 -subcat=chatcat_142,101 -subcat=chatcat_143,108 -subcat=chatcat_144,114 - -// 63 -[chatcat_63] -desc=Mood -phrase=chatphrase_177,0 -phrase=chatphrase_178,0 -phrase=chatphrase_179,0 -phrase=chatphrase_180,0 -phrase=chatphrase_181,0 -phrase=chatphrase_182,0 -phrase=chatphrase_175,0 -phrase=chatphrase_176,0 - -// 64 -[chatcat_64] -desc=Smilies -subcat=chatcat_145,109 -phrase=chatphrase_183,0 -phrase=chatphrase_184,0 -phrase=chatphrase_185,0 -phrase=chatphrase_186,0 -phrase=chatphrase_187,0 -phrase=chatphrase_188,0 -phrase=chatphrase_189,0 - -// 65 -[chatcat_65] -desc=Banter -subcat=chatcat_66,98 -subcat=chatcat_67,116 -subcat=chatcat_68,114 - -// 66 -[chatcat_66] -desc=Basics -phrase=chatphrase_191,0 -phrase=chatphrase_192,0 -phrase=chatphrase_193,0 -phrase=chatphrase_194,0 -phrase=chatphrase_195,0 -phrase=chatphrase_196,0 - -// 67 -[chatcat_67] -desc=Taunts -subcat=chatcat_146,109 -phrase=chatphrase_197,0 -phrase=chatphrase_198,0 -phrase=chatphrase_199,0 -phrase=chatphrase_200,0 -phrase=chatphrase_201,0 -phrase=chatphrase_202,0 - -// 68 -[chatcat_68] -desc=Ripostes -phrase=chatphrase_203,0 -phrase=chatphrase_204,0 -phrase=chatphrase_205,0 -phrase=chatphrase_206,0 -phrase=chatphrase_207,0 -phrase=chatphrase_208,0 - -// 69 -[chatcat_69] -desc=Compliments -subcat=chatcat_147,103 -subcat=chatcat_148,105 - -// 70 -[chatcat_70] -desc=Help -subcat=chatcat_149,103 -subcat=chatcat_150,115 - -// 71 -[chatcat_71] -desc=Directions -subcat=chatcat_72,113 -subcat=chatcat_73,115 - -// 72 -[chatcat_72] -desc=Queries -phrase=chatphrase_224,0 -phrase=chatphrase_225,0 -phrase=chatphrase_229,0 -phrase=chatphrase_231,0 -phrase=chatphrase_232,0 -phrase=chatphrase_704,0 -phrase=chatphrase_705,0 - -// 73 -[chatcat_73] -desc=Statements -phrase=chatphrase_233,0 -phrase=chatphrase_226,0 -phrase=chatphrase_227,0 -phrase=chatphrase_230,0 -phrase=chatphrase_234,0 -phrase=chatphrase_228,0 - -// 74 -[chatcat_74] -desc=Activities -subcat=chatcat_151,109 -phrase=chatphrase_235,0 -phrase=chatphrase_236,0 -phrase=chatphrase_237,0 -phrase=chatphrase_238,0 -phrase=chatphrase_239,0 -phrase=chatphrase_240,0 -phrase=chatphrase_547,0 -phrase=chatphrase_709,0 -phrase=chatphrase_710,0 - -// 75 -[chatcat_75] -desc=Trade/Items -subcat=chatcat_76,116 -subcat=chatcat_80,105 -subcat=chatcat_116,108 - -// 76 -[chatcat_76] -desc=Trade -subcat=chatcat_77,98 -subcat=chatcat_78,115 -subcat=chatcat_79,114 - -// 77 -[chatcat_77] -desc=Buying -phrase=chatphrase_483,0 -phrase=chatphrase_484,0 -phrase=chatphrase_485,0 -phrase=chatphrase_486,0 -phrase=chatphrase_487,0 -phrase=chatphrase_861,0 -phrase=chatphrase_862,0 -phrase=chatphrase_860,0 - -// 78 -[chatcat_78] -desc=Selling -phrase=chatphrase_488,0 -phrase=chatphrase_489,0 -phrase=chatphrase_490,0 -phrase=chatphrase_491,0 -phrase=chatphrase_492,0 -phrase=chatphrase_859,0 -phrase=chatphrase_860,0 -phrase=chatphrase_493,0 - -// 79 -[chatcat_79] -desc=Bartering -phrase=chatphrase_494,0 -phrase=chatphrase_495,0 -phrase=chatphrase_496,0 -phrase=chatphrase_497,0 -phrase=chatphrase_498,0 -phrase=chatphrase_499,0 - -// 80 -[chatcat_80] -desc=Items -phrase=chatphrase_500,0 -phrase=chatphrase_501,0 -phrase=chatphrase_503,0 -phrase=chatphrase_504,0 -phrase=chatphrase_505,0 -phrase=chatphrase_506,0 -phrase=chatphrase_229,0 - -// 81 -[chatcat_81] -desc=Clans -subcat=chatcat_82,113 -subcat=chatcat_83,115 -subcat=chatcat_84,112 - -// 82 -[chatcat_82] -desc=Queries -phrase=chatphrase_524,0 -phrase=chatphrase_525,0 -phrase=chatphrase_526,0 -phrase=chatphrase_527,0 - -// 83 -[chatcat_83] -desc=Statements -phrase=chatphrase_528,0 -phrase=chatphrase_529,0 -phrase=chatphrase_866,0 - -// 84 -[chatcat_84] -desc=Preparation -phrase=chatphrase_530,0 -phrase=chatphrase_531,0 -phrase=chatphrase_532,0 -phrase=chatphrase_533,0 -phrase=chatphrase_534,0 -phrase=chatphrase_535,0 -phrase=chatphrase_536,0 -phrase=chatphrase_537,0 - -// 85 -[chatcat_85] -desc=Quick Chat -subcat=chatcat_58,103 -subcat=chatcat_75,116 -subcat=chatcat_91,115 -subcat=chatcat_0,101 -subcat=chatcat_81,99 -subcat=chatcat_86,109 - -// 86 -[chatcat_86] -desc=Inter-game -subcat=chatcat_87,102 -subcat=chatcat_89,114 -subcat=chatcat_162,119 - -// 87 -[chatcat_87] -desc=FunOrb -subcat=chatcat_88,103 -phrase=chatphrase_511,0 -phrase=chatphrase_512,0 -phrase=chatphrase_513,0 -phrase=chatphrase_514,0 -phrase=chatphrase_515,0 - -// 88 -[chatcat_88] -desc=Games -phrase=chatphrase_507,0 -phrase=chatphrase_508,0 -phrase=chatphrase_509,0 -phrase=chatphrase_510,0 -phrase=chatphrase_585,0 -phrase=chatphrase_586,0 -phrase=chatphrase_587,0 -phrase=chatphrase_588,0 - -// 89 -[chatcat_89] -desc=RuneScape -subcat=chatcat_90,103 -phrase=chatphrase_516,0 -phrase=chatphrase_517,0 - -// 90 -[chatcat_90] -desc=Mini-games -phrase=chatphrase_518,0 -phrase=chatphrase_519,0 -phrase=chatphrase_520,0 -phrase=chatphrase_521,0 -phrase=chatphrase_522,0 -phrase=chatphrase_523,0 -phrase=chatphrase_840,0 - -// 91 -[chatcat_91] -desc=Skills -subcat=chatcat_92,97 -subcat=chatcat_93,122 -subcat=chatcat_94,99 -subcat=chatcat_95,118 -subcat=chatcat_96,120 -subcat=chatcat_97,100 -subcat=chatcat_98,102 -subcat=chatcat_99,112 -subcat=chatcat_100,119 -subcat=chatcat_101,101 -subcat=chatcat_102,104 -subcat=chatcat_103,108 -subcat=chatcat_104,117 -subcat=chatcat_105,109 -subcat=chatcat_106,105 -subcat=chatcat_107,121 -subcat=chatcat_109,114 -subcat=chatcat_108,110 -subcat=chatcat_110,115 -subcat=chatcat_111,98 -subcat=chatcat_112,103 -subcat=chatcat_113,111 -subcat=chatcat_114,116 -subcat=chatcat_115,106 - -// 92 -[chatcat_92] -desc=Agility -phrase=chatphrase_0,0 -phrase=chatphrase_1,0 -phrase=chatphrase_2,0 -phrase=chatphrase_3,0 -phrase=chatphrase_4,0 -phrase=chatphrase_5,0 -phrase=chatphrase_6,0 -phrase=chatphrase_615,0 - -// 93 -[chatcat_93] -desc=Attack -phrase=chatphrase_7,0 -phrase=chatphrase_8,0 -phrase=chatphrase_9,0 -phrase=chatphrase_10,0 -phrase=chatphrase_11,0 -phrase=chatphrase_616,0 - -// 94 -[chatcat_94] -desc=Construction -phrase=chatphrase_12,0 -phrase=chatphrase_13,0 -phrase=chatphrase_14,0 -phrase=chatphrase_617,0 - -// 95 -[chatcat_95] -desc=Cooking -phrase=chatphrase_15,0 -phrase=chatphrase_16,0 -phrase=chatphrase_17,0 -phrase=chatphrase_18,0 -phrase=chatphrase_19,0 -phrase=chatphrase_20,0 -phrase=chatphrase_21,0 -phrase=chatphrase_618,0 - -// 96 -[chatcat_96] -desc=Crafting -phrase=chatphrase_22,0 -phrase=chatphrase_23,0 -phrase=chatphrase_24,0 -phrase=chatphrase_25,0 -phrase=chatphrase_26,0 -phrase=chatphrase_27,0 -phrase=chatphrase_28,0 -phrase=chatphrase_619,0 - -// 97 -[chatcat_97] -desc=Defence -phrase=chatphrase_29,0 -phrase=chatphrase_30,0 -phrase=chatphrase_31,0 -phrase=chatphrase_32,0 -phrase=chatphrase_11,0 -phrase=chatphrase_620,0 - -// 98 -[chatcat_98] -desc=Farming -phrase=chatphrase_33,0 -phrase=chatphrase_34,0 -phrase=chatphrase_35,0 -phrase=chatphrase_36,0 -phrase=chatphrase_37,0 -phrase=chatphrase_38,0 -phrase=chatphrase_39,0 -phrase=chatphrase_621,0 - -// 99 -[chatcat_99] -desc=Firemaking -phrase=chatphrase_40,0 -phrase=chatphrase_41,0 -phrase=chatphrase_42,0 -phrase=chatphrase_43,0 -phrase=chatphrase_44,0 -phrase=chatphrase_45,0 -phrase=chatphrase_622,0 - -// 100 -[chatcat_100] -desc=Fishing -phrase=chatphrase_46,0 -phrase=chatphrase_47,0 -phrase=chatphrase_48,0 -phrase=chatphrase_49,0 -phrase=chatphrase_50,0 -phrase=chatphrase_51,0 -phrase=chatphrase_623,0 -phrase=chatphrase_53,0 -phrase=chatphrase_52,0 - -// 101 -[chatcat_101] -desc=Fletching -phrase=chatphrase_54,0 -phrase=chatphrase_55,0 -phrase=chatphrase_56,0 -phrase=chatphrase_57,0 -phrase=chatphrase_58,0 -phrase=chatphrase_59,0 -phrase=chatphrase_60,0 -phrase=chatphrase_624,0 - -// 102 -[chatcat_102] -desc=Herblore -phrase=chatphrase_61,0 -phrase=chatphrase_62,0 -phrase=chatphrase_63,0 -phrase=chatphrase_64,0 -phrase=chatphrase_65,0 -phrase=chatphrase_66,0 -phrase=chatphrase_67,0 -phrase=chatphrase_625,0 -phrase=chatphrase_68,0 - -// 103 -[chatcat_103] -desc=Hitpoints -phrase=chatphrase_69,0 -phrase=chatphrase_70,0 -phrase=chatphrase_71,0 -phrase=chatphrase_72,0 -phrase=chatphrase_11,0 -phrase=chatphrase_626,0 - -// 104 -[chatcat_104] -desc=Hunter -phrase=chatphrase_73,0 -phrase=chatphrase_74,0 -phrase=chatphrase_75,0 -phrase=chatphrase_76,0 -phrase=chatphrase_77,0 -phrase=chatphrase_627,0 - -// 105 -[chatcat_105] -desc=Magic -phrase=chatphrase_134,0 -phrase=chatphrase_135,0 -phrase=chatphrase_136,0 -phrase=chatphrase_137,0 -phrase=chatphrase_138,0 -phrase=chatphrase_139,0 -phrase=chatphrase_140,0 -phrase=chatphrase_639,0 - -// 106 -[chatcat_106] -desc=Mining -phrase=chatphrase_126,0 -phrase=chatphrase_127,0 -phrase=chatphrase_128,0 -phrase=chatphrase_129,0 -phrase=chatphrase_130,0 -phrase=chatphrase_131,0 -phrase=chatphrase_132,0 -phrase=chatphrase_638,0 -phrase=chatphrase_133,0 - -// 107 -[chatcat_107] -desc=Prayer -phrase=chatphrase_119,0 -phrase=chatphrase_120,0 -phrase=chatphrase_121,0 -phrase=chatphrase_122,0 -phrase=chatphrase_123,0 -phrase=chatphrase_124,0 -phrase=chatphrase_125,0 -phrase=chatphrase_637,0 - -// 108 -[chatcat_108] -desc=Runecrafting -phrase=chatphrase_110,0 -phrase=chatphrase_111,0 -phrase=chatphrase_112,0 -phrase=chatphrase_113,0 -phrase=chatphrase_114,0 -phrase=chatphrase_635,0 - -// 109 -[chatcat_109] -desc=Ranged -phrase=chatphrase_115,0 -phrase=chatphrase_116,0 -phrase=chatphrase_117,0 -phrase=chatphrase_118,0 -phrase=chatphrase_636,0 - -// 110 -[chatcat_110] -desc=Slayer -phrase=chatphrase_102,0 -phrase=chatphrase_103,0 -phrase=chatphrase_104,0 -phrase=chatphrase_105,0 -phrase=chatphrase_106,0 -phrase=chatphrase_632,0 -phrase=chatphrase_633,0 -phrase=chatphrase_634,0 - -// 111 -[chatcat_111] -desc=Smithing -phrase=chatphrase_95,0 -phrase=chatphrase_96,0 -phrase=chatphrase_97,0 -phrase=chatphrase_98,0 -phrase=chatphrase_99,0 -phrase=chatphrase_100,0 -phrase=chatphrase_101,0 -phrase=chatphrase_631,0 - -// 112 -[chatcat_112] -desc=Strength -phrase=chatphrase_91,0 -phrase=chatphrase_92,0 -phrase=chatphrase_93,0 -phrase=chatphrase_94,0 -phrase=chatphrase_11,0 -phrase=chatphrase_630,0 - -// 113 -[chatcat_113] -desc=Summoning -phrase=chatphrase_84,0 -phrase=chatphrase_85,0 -phrase=chatphrase_86,0 -phrase=chatphrase_87,0 -phrase=chatphrase_88,0 -phrase=chatphrase_89,0 -phrase=chatphrase_90,0 -phrase=chatphrase_629,0 - -// 114 -[chatcat_114] -desc=Thieving -phrase=chatphrase_78,0 -phrase=chatphrase_79,0 -phrase=chatphrase_80,0 -phrase=chatphrase_81,0 -phrase=chatphrase_82,0 -phrase=chatphrase_83,0 -phrase=chatphrase_628,0 - -// 115 -[chatcat_115] -desc=Woodcutting -phrase=chatphrase_141,0 -phrase=chatphrase_142,0 -phrase=chatphrase_143,0 -phrase=chatphrase_144,0 -phrase=chatphrase_145,0 -phrase=chatphrase_146,0 -phrase=chatphrase_640,0 - -// 116 -[chatcat_116] -desc=Item Lending -phrase=chatphrase_502,0 -phrase=chatphrase_108,0 -phrase=chatphrase_544,0 -phrase=chatphrase_545,0 - -// 117 -[chatcat_117] -desc=The Great Orb Project -subcat=chatcat_133,109 -phrase=chatphrase_109,0 -phrase=chatphrase_548,0 -phrase=chatphrase_549,0 -phrase=chatphrase_550,0 -phrase=chatphrase_551,0 -phrase=chatphrase_552,0 -phrase=chatphrase_110,0 -phrase=chatphrase_111,0 - -// 118 -[chatcat_118] -desc=Runecrafting Guild -subcat=chatcat_134,109 -phrase=chatphrase_553,0 -phrase=chatphrase_554,0 -phrase=chatphrase_555,0 -phrase=chatphrase_556,0 -phrase=chatphrase_557,0 -phrase=chatphrase_558,0 -phrase=chatphrase_829,0 -phrase=chatphrase_830,0 - -// 119 -[chatcat_119] -desc=Clan Wars setup -subcat=chatcat_120,99 -subcat=chatcat_130,109 -phrase=chatphrase_841,0 -phrase=chatphrase_842,0 -phrase=chatphrase_562,0 -phrase=chatphrase_563,0 -phrase=chatphrase_564,0 -phrase=chatphrase_565,0 -phrase=chatphrase_566,0 - -// 120 -[chatcat_120] -desc=Clan Wars combat options -subcat=chatcat_131,109 -phrase=chatphrase_569,0 -phrase=chatphrase_570,0 -phrase=chatphrase_571,0 -phrase=chatphrase_572,0 -phrase=chatphrase_573,0 -phrase=chatphrase_574,0 -phrase=chatphrase_575,0 -phrase=chatphrase_576,0 -phrase=chatphrase_577,0 - -// 121 -[chatcat_121] -desc=Stealing Creation -subcat=chatcat_123,108 -subcat=chatcat_122,103 - -// 122 -[chatcat_122] -desc=Stealing Creation game -phrase=chatphrase_589,0 -phrase=chatphrase_590,0 -phrase=chatphrase_591,0 -phrase=chatphrase_592,0 -phrase=chatphrase_593,0 -phrase=chatphrase_595,0 -phrase=chatphrase_594,0 -phrase=chatphrase_596,0 -phrase=chatphrase_597,0 - -// 123 -[chatcat_123] -desc=Stealing Creation lobby -subcat=chatcat_124,99 -subcat=chatcat_125,115 -subcat=chatcat_163,112 - -// 124 -[chatcat_124] -desc=Clans -phrase=chatphrase_524,0 -phrase=chatphrase_598,0 -phrase=chatphrase_599,0 -phrase=chatphrase_600,0 -phrase=chatphrase_601,0 -phrase=chatphrase_602,0 - -// 125 -[chatcat_125] -desc=Skills -phrase=chatphrase_602,0 -phrase=chatphrase_603,0 -phrase=chatphrase_604,0 -phrase=chatphrase_605,0 -phrase=chatphrase_606,0 -phrase=chatphrase_607,0 -phrase=chatphrase_608,0 -phrase=chatphrase_609,0 - -// 126 -[chatcat_126] -desc=More ways to organise -phrase=chatphrase_248,0 -phrase=chatphrase_249,0 -phrase=chatphrase_250,0 - -// 127 -[chatcat_127] -desc=King Black Dragon -phrase=chatphrase_851,0 -phrase=chatphrase_852,0 -phrase=chatphrase_853,0 -phrase=chatphrase_854,0 -phrase=chatphrase_855,0 -phrase=chatphrase_856,0 -phrase=chatphrase_857,0 -phrase=chatphrase_858,0 - -// 128 -[chatcat_128] -desc=More Barbarian Assault -phrase=chatphrase_803,0 -phrase=chatphrase_804,0 -phrase=chatphrase_805,0 -phrase=chatphrase_806,0 -phrase=chatphrase_807,0 -phrase=chatphrase_808,0 - -// 129 -[chatcat_129] -desc=Bounty Hunter game -phrase=chatphrase_843,0 -phrase=chatphrase_844,0 -phrase=chatphrase_845,0 -phrase=chatphrase_846,0 -phrase=chatphrase_847,0 -phrase=chatphrase_848,0 -phrase=chatphrase_849,0 -phrase=chatphrase_850,0 - -// 130 -[chatcat_130] -desc=More Clan Wars setup -phrase=chatphrase_567,0 -phrase=chatphrase_568,0 - -// 131 -[chatcat_131] -desc=More combat options -phrase=chatphrase_578,0 -phrase=chatphrase_579,0 -phrase=chatphrase_580,0 -phrase=chatphrase_581,0 -phrase=chatphrase_582,0 -phrase=chatphrase_583,0 -phrase=chatphrase_584,0 - -// 132 -[chatcat_132] -desc=Distractions and Diversions -phrase=chatphrase_820,0 -phrase=chatphrase_821,0 -phrase=chatphrase_822,0 -phrase=chatphrase_823,0 -phrase=chatphrase_824,0 -phrase=chatphrase_825,0 - -// 133 -[chatcat_133] -desc=More Great Orb Project -phrase=chatphrase_831,0 -phrase=chatphrase_832,0 -phrase=chatphrase_833,0 -phrase=chatphrase_834,0 -phrase=chatphrase_835,0 - -// 134 -[chatcat_134] -desc=More Runecrafting Guild -phrase=chatphrase_550,0 -phrase=chatphrase_559,0 -phrase=chatphrase_560,0 -phrase=chatphrase_110,0 -phrase=chatphrase_111,0 - -// 135 -[chatcat_135] -desc=More responses -subcat=chatcat_136,109 -phrase=chatphrase_662,0 -phrase=chatphrase_663,0 -phrase=chatphrase_664,0 -phrase=chatphrase_173,0 -phrase=chatphrase_665,0 -phrase=chatphrase_666,0 -phrase=chatphrase_667,0 -phrase=chatphrase_668,0 - -// 136 -[chatcat_136] -desc=Even more responses -phrase=chatphrase_669,0 -phrase=chatphrase_172,0 -phrase=chatphrase_733,0 -phrase=chatphrase_734,0 - -// 137 -[chatcat_137] -desc=More greetings -subcat=chatcat_138,115 -phrase=chatphrase_646,0 -phrase=chatphrase_647,0 -phrase=chatphrase_648,0 -phrase=chatphrase_649,0 - -// 138 -[chatcat_138] -desc=Seasonal Greetings -subcat=chatcat_139,109 -phrase=chatphrase_641,0 -phrase=chatphrase_650,0 -phrase=chatphrase_651,0 -phrase=chatphrase_652,0 -phrase=chatphrase_653,0 -phrase=chatphrase_654,0 -phrase=chatphrase_655,0 -phrase=chatphrase_656,0 -phrase=chatphrase_657,0 - -// 139 -[chatcat_139] -desc=More Seasonal Greetings -phrase=chatphrase_658,0 -phrase=chatphrase_659,0 -phrase=chatphrase_660,0 - -// 140 -[chatcat_140] -desc=More goodbyes -phrase=chatphrase_673,0 -phrase=chatphrase_674,0 -phrase=chatphrase_675,0 - -// 141 -[chatcat_141] -desc=General Comments -phrase=chatphrase_168,0 -phrase=chatphrase_169,0 -phrase=chatphrase_174,0 -phrase=chatphrase_172,0 -phrase=chatphrase_241,0 -phrase=chatphrase_752,0 - -// 142 -[chatcat_142] -desc=Exclamations -phrase=chatphrase_173,0 -phrase=chatphrase_733,0 -phrase=chatphrase_734,0 -phrase=chatphrase_735,0 -phrase=chatphrase_736,0 -phrase=chatphrase_737,0 -phrase=chatphrase_738,0 -phrase=chatphrase_739,0 -phrase=chatphrase_740,0 - -// 143 -[chatcat_143] -desc=Laughs -phrase=chatphrase_722,0 -phrase=chatphrase_728,0 -phrase=chatphrase_727,0 -phrase=chatphrase_741,0 -phrase=chatphrase_742,0 -phrase=chatphrase_743,0 -phrase=chatphrase_744,0 -phrase=chatphrase_745,0 -phrase=chatphrase_746,0 - -// 144 -[chatcat_144] -desc=Requests -phrase=chatphrase_167,0 -phrase=chatphrase_170,0 -phrase=chatphrase_171,0 -phrase=chatphrase_700,0 -phrase=chatphrase_747,0 -phrase=chatphrase_748,0 -phrase=chatphrase_749,0 -phrase=chatphrase_750,0 -phrase=chatphrase_751,0 - -// 145 -[chatcat_145] -desc=More Smilies -phrase=chatphrase_190,0 -phrase=chatphrase_677,0 -phrase=chatphrase_678,0 -phrase=chatphrase_679,0 -phrase=chatphrase_680,0 -phrase=chatphrase_681,0 - -// 146 -[chatcat_146] -desc=More Taunts -phrase=chatphrase_204,0 -phrase=chatphrase_205,0 -phrase=chatphrase_683,0 -phrase=chatphrase_684,0 -phrase=chatphrase_685,0 -phrase=chatphrase_686,0 -phrase=chatphrase_687,0 -phrase=chatphrase_688,0 - -// 147 -[chatcat_147] -desc=General compliments -phrase=chatphrase_210,0 -phrase=chatphrase_211,0 -phrase=chatphrase_215,0 -phrase=chatphrase_216,0 -phrase=chatphrase_214,0 -phrase=chatphrase_693,0 -phrase=chatphrase_694,0 -phrase=chatphrase_695,0 -phrase=chatphrase_195,0 -phrase=chatphrase_696,0 - -// 148 -[chatcat_148] -desc=I like your... -phrase=chatphrase_209,0 -phrase=chatphrase_212,0 -phrase=chatphrase_213,0 -phrase=chatphrase_689,0 -phrase=chatphrase_690,0 -phrase=chatphrase_691,0 -phrase=chatphrase_692,0 - -// 149 -[chatcat_149] -desc=General Help -phrase=chatphrase_217,0 -phrase=chatphrase_699,0 -phrase=chatphrase_700,0 -phrase=chatphrase_701,0 -phrase=chatphrase_218,0 -phrase=chatphrase_702,0 -phrase=chatphrase_703,0 - -// 150 -[chatcat_150] -desc=Specific Help -phrase=chatphrase_219,0 -phrase=chatphrase_220,0 -phrase=chatphrase_221,0 -phrase=chatphrase_222,0 -phrase=chatphrase_223,0 -phrase=chatphrase_697,0 -phrase=chatphrase_698,0 - -// 151 -[chatcat_151] -desc=More activities -phrase=chatphrase_711,0 -phrase=chatphrase_712,0 -phrase=chatphrase_713,0 - -// 152 -[chatcat_152] -desc=Internet speak -subcat=chatcat_153,97 -subcat=chatcat_154,106 -subcat=chatcat_155,113 - -// 153 -[chatcat_153] -desc=A through I -phrase=chatphrase_714,0 -phrase=chatphrase_715,0 -phrase=chatphrase_716,0 -phrase=chatphrase_717,0 -phrase=chatphrase_718,0 -phrase=chatphrase_719,0 - -// 154 -[chatcat_154] -desc=J through P -phrase=chatphrase_720,0 -phrase=chatphrase_721,0 -phrase=chatphrase_722,0 -phrase=chatphrase_723,0 -phrase=chatphrase_724,0 -phrase=chatphrase_725,0 -phrase=chatphrase_726,0 - -// 155 -[chatcat_155] -desc=Q through Z -phrase=chatphrase_727,0 -phrase=chatphrase_728,0 -phrase=chatphrase_729,0 -phrase=chatphrase_730,0 -phrase=chatphrase_731,0 -phrase=chatphrase_732,0 - -// 156 -[chatcat_156] -desc=Quick Chat -phrase=chatphrase_753,0 -phrase=chatphrase_754,0 -phrase=chatphrase_755,0 -phrase=chatphrase_756,0 -phrase=chatphrase_757,0 -phrase=chatphrase_758,0 - -// 157 -[chatcat_157] -desc=Player vs Player -subcat=chatcat_158,103 -subcat=chatcat_67,116 -subcat=chatcat_159,115 -subcat=chatcat_160,118 -subcat=chatcat_161,100 - -// 158 -[chatcat_158] -desc=General -phrase=chatphrase_816,0 -phrase=chatphrase_193,0 -phrase=chatphrase_195,0 -phrase=chatphrase_194,0 -phrase=chatphrase_196,0 -phrase=chatphrase_839,0 -phrase=chatphrase_329,0 -phrase=chatphrase_682,0 - -// 159 -[chatcat_159] -desc=Scared -phrase=chatphrase_760,0 -phrase=chatphrase_761,0 -phrase=chatphrase_762,0 -phrase=chatphrase_763,0 -phrase=chatphrase_764,0 -phrase=chatphrase_765,0 -phrase=chatphrase_766,0 - -// 160 -[chatcat_160] -desc=Victory -phrase=chatphrase_767,0 -phrase=chatphrase_191,0 -phrase=chatphrase_768,0 -phrase=chatphrase_769,0 -phrase=chatphrase_770,0 -phrase=chatphrase_771,0 -phrase=chatphrase_772,0 -phrase=chatphrase_773,0 - -// 161 -[chatcat_161] -desc=Defeat -phrase=chatphrase_774,0 -phrase=chatphrase_775,0 -phrase=chatphrase_776,0 -phrase=chatphrase_777,0 -phrase=chatphrase_778,0 -phrase=chatphrase_779,0 -phrase=chatphrase_780,0 -phrase=chatphrase_781,0 - -// 162 -[chatcat_162] -desc=Website -phrase=chatphrase_863,0 -phrase=chatphrase_864,0 -phrase=chatphrase_865,0 - -// 163 -[chatcat_163] -desc=Points -phrase=chatphrase_303,0 -phrase=chatphrase_611,0 - diff --git a/dumps/530/config/dump.quickchatphrase b/dumps/530/config/dump.quickchatphrase deleted file mode 100644 index 28890a7ae..000000000 --- a/dumps/530/config/dump.quickchatphrase +++ /dev/null @@ -1,4524 +0,0 @@ -// 0 -[chatphrase_0] -template=What is your level in Agility? -autoresponse=chatphrase_1 - -// 1 -[chatphrase_1] -template=My Agility level is <. -autoresponse=chatphrase_612 -autoresponse=chatphrase_613 -autoresponse=chatphrase_614 -autoresponse=chatphrase_1 -dynamiccommand=stat_base,agility - -// 2 -[chatphrase_2] -template=Let's go to Agility course: Head Of
Magical Healing. -textlineheight=14 -textalignh=1 -textshadow=yes -colour=0xeb9a2f - -// 123:4 -[com_4] -type=graphic -x=403 -y=36 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_124.if3 b/dumps/530/interface/interface_124.if3 deleted file mode 100644 index e89f52c2f..000000000 --- a/dumps/530/interface/interface_124.if3 +++ /dev/null @@ -1,73 +0,0 @@ -// 124:0 -[com_0] -type=model -x=13 -y=37 -width=485 -height=282 -model=model_3032 -modelorigin_x=1 -modelorigin_y=-25 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=604 -unknown100=64918 -unknown101=1267 - -// 124:1 -[com_1] -type=text -x=112 -y=106 -width=293 -height=17 -textfont=q8_full -text=List of Fairy Queen's Symptoms. -textalignh=1 -textshadow=yes -colour=0xffff00 - -// 124:2 -[com_2] -type=text -x=89 -y=129 -width=259 -height=140 -textfont=q8_full -text= Extremely weak
Slow discorporation of ethereal body
Drifting in and out of coma
Shallow breath
Fading magical energy
High fever -textshadow=yes -colour=0xffff99 - -// 124:3 -[com_3] -type=model -x=347 -y=206 -width=88 -height=61 -model=model_8716 -modelorigin_x=2 -modelorigin_y=-6 -modelangle_x=500 -modelangle_y=138 -modelangle_z=0 -modelzoom=273 -unknown100=65286 -unknown101=572 - -// 124:4 -[com_4] -type=graphic -x=401 -y=79 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_125.if3 b/dumps/530/interface/interface_125.if3 deleted file mode 100644 index 5ffe6b463..000000000 --- a/dumps/530/interface/interface_125.if3 +++ /dev/null @@ -1,521 +0,0 @@ -// 125:0 -[com_0] -type=rectangle -x=103 -y=38 -width=332 -height=253 -colour=0x000000 -fill=yes -trans=192 - -// 125:1 -[com_1] -type=graphic -x=103 -y=37 -width=327 -height=248 -graphic=tradebacking -tiling=yes - -// 125:2 -[com_2] -type=graphic -x=86 -y=58 -width=39 -height=202 -graphic="v2_stone_borders,1" -tiling=yes - -// 125:3 -[com_3] -type=graphic -x=414 -y=59 -width=27 -height=207 -graphic="v2_stone_borders,3" -tiling=yes - -// 125:4 -[com_4] -type=graphic -x=99 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 125:5 -[com_5] -type=graphic -x=120 -y=21 -width=286 -height=22 -graphic="v2_stone_borders,0" -tiling=yes - -// 125:6 -[com_6] -type=graphic -x=123 -y=269 -width=285 -height=37 -graphic="v2_stone_borders,2" -tiling=yes - -// 125:7 -[com_7] -type=graphic -x=99 -y=257 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 125:8 -[com_8] -type=graphic -x=402 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 125:9 -[com_9] -type=graphic -x=402 -y=257 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 125:10 -[com_10] -type=graphic -x=109 -y=52 -width=316 -height=22 -graphic="v2_stone_borders,8" -tiling=yes - -// 125:11 -[com_11] -type=graphic -x=99 -y=54 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 125:12 -[com_12] -type=graphic -x=402 -y=54 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 125:13 -[com_13] -type=text -x=105 -y=38 -width=320 -height=27 -textfont=b12_full -text=Amazing Farming Equipment Store -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 125:14 -[com_14] -type=text -x=119 -y=71 -width=97 -height=34 -textfont=p12_full -text=Farming rake -textalignv=2 -textshadow=yes -colour=0x872300 - -// 125:15 -[com_15] -type=text -x=119 -y=104 -width=64 -height=16 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 125:16 -[com_16] -type=text -x=215 -y=71 -width=97 -height=34 -textfont=p12_full -text=Seed dibber -textalignv=2 -textshadow=yes -colour=0x872300 - -// 125:17 -[com_17] -type=text -x=215 -y=104 -width=64 -height=16 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 125:18 -[com_18] -type=text -x=311 -y=71 -width=106 -height=34 -textfont=p12_full -text=All-purpose spade -textalignv=2 -textshadow=yes -colour=0x872300 - -// 125:19 -[com_19] -type=text -x=311 -y=104 -width=64 -height=17 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 125:20 -[com_20] -type=text -x=119 -y=135 -width=97 -height=34 -textfont=p12_full -text=Secateurs -textalignv=2 -textshadow=yes -colour=0x872300 - -// 125:21 -[com_21] -type=text -x=119 -y=168 -width=64 -height=16 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 125:22 -[com_22] -type=text -x=215 -y=135 -width=97 -height=34 -textfont=p12_full -text=Watering Can -textalignv=2 -textshadow=yes -colour=0x872300 - -// 125:23 -[com_23] -type=text -x=215 -y=168 -width=64 -height=16 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 125:24 -[com_24] -type=text -x=311 -y=135 -width=106 -height=34 -textfont=p12_full -text=Gardening trowel -textalignv=2 -textshadow=yes -colour=0x872300 - -// 125:25 -[com_25] -type=text -x=311 -y=168 -width=64 -height=16 -textfont=p12_full -textshadow=yes -colour=0x870000 - -// 125:26 -[com_26] -type=text -x=119 -y=199 -width=97 -height=34 -textfont=p12_full -text=Empty buckets -textalignv=2 -textshadow=yes -colour=0x870000 - -// 125:27 -[com_27] -type=text -x=119 -y=232 -width=64 -height=16 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 125:28 -[com_28] -type=text -x=215 -y=199 -width=97 -height=34 -textfont=p12_full -text=Normal Compost -textalignv=2 -textshadow=yes -colour=0x872300 - -// 125:29 -[com_29] -type=text -x=215 -y=232 -width=64 -height=16 -textfont=p12_full -textshadow=yes -colour=0x870000 - -// 125:30 -[com_30] -type=text -x=311 -y=199 -width=106 -height=34 -textfont=p12_full -text=Supercompost -textalignv=2 -textshadow=yes -colour=0x870000 - -// 125:31 -[com_31] -type=text -x=311 -y=232 -width=64 -height=16 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 125:32 -[com_32] -type=graphic -x=401 -y=41 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 125:33 -[com_33] -type=graphic -x=181 -y=104 -width=34 -height=32 -outline=1 -graphicshadow=1 -opbase=Rake -op1=Remove -op10=Examine -onload=script1291(event_com, obj_5341, 1, interface_125:com_14, interface_125:com_15) -onvartransmit=script1291(event_com, obj_5341, 1, interface_125:com_14, interface_125:com_15) -onvartransmitlist=varplayer_615 - -// 125:34 -[com_34] -type=graphic -x=277 -y=104 -width=34 -height=32 -outline=1 -graphicshadow=1 -opbase=Dibber -op1=Remove -op10=Examine -onload=script1291(event_com, obj_5343, 1, interface_125:com_16, interface_125:com_17) -onvartransmit=script1291(event_com, obj_5343, 1, interface_125:com_16, interface_125:com_17) -onvartransmitlist=varplayer_615 - -// 125:35 -[com_35] -type=graphic -x=373 -y=104 -width=34 -height=32 -outline=1 -graphicshadow=1 -opbase=Spade -op1=Remove -op10=Examine -onload=script1291(event_com, obj_952, 1, interface_125:com_18, interface_125:com_19) -onvartransmit=script1291(event_com, obj_952, 1, interface_125:com_18, interface_125:com_19) -onvartransmitlist=varplayer_615 - -// 125:36 -[com_36] -type=graphic -x=181 -y=168 -width=34 -height=32 -outline=1 -graphicshadow=1 -opbase=Secateurs -op1=Remove -op10=Examine -onload=script1291(event_com, obj_5329, 1, interface_125:com_20, interface_125:com_21) -onvartransmit=script1291(event_com, obj_5329, 1, interface_125:com_20, interface_125:com_21) -onvartransmitlist=varplayer_615 - -// 125:37 -[com_37] -type=graphic -x=277 -y=168 -width=34 -height=32 -outline=1 -graphicshadow=1 -opbase=Watering Can -op1=Remove -op10=Examine -onload=script1291(event_com, obj_6797, 1, interface_125:com_22, interface_125:com_23) -onvartransmit=script1291(event_com, obj_6797, 1, interface_125:com_22, interface_125:com_23) -onvartransmitlist=varplayer_615 - -// 125:38 -[com_38] -type=graphic -x=373 -y=168 -width=34 -height=32 -outline=1 -graphicshadow=1 -opbase=Trowel -op1=Remove -op10=Examine -onload=script1291(event_com, obj_5325, 1, interface_125:com_24, interface_125:com_25) -onvartransmit=script1291(event_com, obj_5325, 1, interface_125:com_24, interface_125:com_25) -onvartransmitlist=varplayer_615 - -// 125:39 -[com_39] -type=graphic -x=181 -y=232 -width=34 -height=32 -outline=1 -graphicshadow=1 -opbase=Buckets -op1=Remove 1 -op2=Remove 5 -op3=Remove All -op4=Remove X -op10=Examine -onload=script1291(event_com, obj_1925, 31, interface_125:com_26, interface_125:com_27) -onvartransmit=script1291(event_com, obj_1925, 31, interface_125:com_26, interface_125:com_27) -onvartransmitlist=varplayer_615 - -// 125:40 -[com_40] -type=graphic -x=277 -y=232 -width=34 -height=32 -outline=1 -graphicshadow=1 -opbase=Compost -op1=Remove 1 -op2=Remove 5 -op3=Remove All -op4=Remove X -op10=Examine -onload=script1291(event_com, obj_6032, 255, interface_125:com_28, interface_125:com_29) -onvartransmit=script1291(event_com, obj_6032, 255, interface_125:com_28, interface_125:com_29) -onvartransmitlist=varplayer_615 - -// 125:41 -[com_41] -type=graphic -x=373 -y=232 -width=34 -height=32 -outline=1 -graphicshadow=1 -opbase=Supercompost -op1=Remove 1 -op2=Remove 5 -op3=Remove All -op4=Remove X -op10=Examine -onload=script1291(event_com, obj_6034, 255, interface_125:com_30, interface_125:com_31) -onvartransmit=script1291(event_com, obj_6034, 255, interface_125:com_30, interface_125:com_31) -onvartransmitlist=varplayer_615 - diff --git a/dumps/530/interface/interface_126.if3 b/dumps/530/interface/interface_126.if3 deleted file mode 100644 index 8ef143371..000000000 --- a/dumps/530/interface/interface_126.if3 +++ /dev/null @@ -1,360 +0,0 @@ -// 126:0 -[com_0] -type=text -x=25 -y=12 -width=90 -height=14 -textfont=p12_full -text=Rake -textshadow=yes -colour=0x872300 - -// 126:1 -[com_1] -type=text -x=25 -y=28 -width=17 -height=14 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 126:2 -[com_2] -type=text -x=117 -y=12 -width=90 -height=14 -textfont=p12_full -text=Seed dibber -textshadow=yes -colour=0x872300 - -// 126:3 -[com_3] -type=text -x=117 -y=28 -width=17 -height=14 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 126:4 -[com_4] -type=text -x=25 -y=60 -width=90 -height=14 -textfont=p12_full -text=Spade -textshadow=yes -colour=0x872300 - -// 126:5 -[com_5] -type=text -x=25 -y=76 -width=17 -height=14 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 126:6 -[com_6] -type=text -x=117 -y=60 -width=90 -height=14 -textfont=p12_full -text=Secateurs -textshadow=yes -colour=0x872300 - -// 126:7 -[com_7] -type=text -x=117 -y=76 -width=17 -height=14 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 126:8 -[com_8] -type=text -x=25 -y=108 -width=90 -height=14 -textfont=p12_full -text=Watering Can -textshadow=yes -colour=0x872300 - -// 126:9 -[com_9] -type=text -x=25 -y=124 -width=17 -height=14 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 126:10 -[com_10] -type=text -x=117 -y=108 -width=90 -height=14 -textfont=p12_full -text=Trowel -textshadow=yes -colour=0x872300 - -// 126:11 -[com_11] -type=text -x=117 -y=124 -width=17 -height=14 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 126:12 -[com_12] -type=text -x=25 -y=156 -width=90 -height=14 -textfont=p12_full -text=Buckets -textshadow=yes -colour=0x872300 - -// 126:13 -[com_13] -type=text -x=25 -y=172 -width=17 -height=14 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 126:14 -[com_14] -type=text -x=117 -y=156 -width=90 -height=14 -textfont=p12_full -text=Compost -textshadow=yes -colour=0x872300 - -// 126:15 -[com_15] -type=text -x=117 -y=172 -width=17 -height=14 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 126:16 -[com_16] -type=text -x=25 -y=204 -width=90 -height=14 -textfont=p12_full -text=Supercompost -textshadow=yes -colour=0x872300 - -// 126:17 -[com_17] -type=text -x=25 -y=220 -width=17 -height=14 -textfont=p12_full -textshadow=yes -colour=0x872300 - -// 126:18 -[com_18] -type=graphic -x=43 -y=27 -width=36 -height=32 -outline=1 -graphicshadow=1 -opbase=Rake -op1=Store -op10=Examine -onload=script1292(event_com, obj_5341, interface_126:com_0, interface_126:com_1) -oninvtransmit=script1292(event_com, obj_5341, interface_126:com_0, interface_126:com_1) -oninvtransmitlist=inv_93 - -// 126:19 -[com_19] -type=graphic -x=135 -y=27 -width=36 -height=32 -outline=1 -graphicshadow=1 -opbase=Dibber -op1=Store -op10=Examine -onload=script1292(event_com, obj_5343, interface_126:com_2, interface_126:com_3) -oninvtransmit=script1292(event_com, obj_5343, interface_126:com_2, interface_126:com_3) -oninvtransmitlist=inv_93 - -// 126:20 -[com_20] -type=graphic -x=43 -y=75 -width=36 -height=32 -outline=1 -graphicshadow=1 -opbase=Spade -op1=Store -op10=Examine -onload=script1292(event_com, obj_952, interface_126:com_4, interface_126:com_5) -oninvtransmit=script1292(event_com, obj_952, interface_126:com_4, interface_126:com_5) -oninvtransmitlist=inv_93 - -// 126:21 -[com_21] -type=graphic -x=135 -y=75 -width=36 -height=32 -outline=1 -graphicshadow=1 -opbase=Secateurs -op1=Store -op10=Examine -onload=script1292(event_com, obj_5329, interface_126:com_6, interface_126:com_7) -oninvtransmit=script1292(event_com, obj_5329, interface_126:com_6, interface_126:com_7) -oninvtransmitlist=inv_93 - -// 126:22 -[com_22] -type=graphic -x=43 -y=123 -width=36 -height=32 -outline=1 -graphicshadow=1 -opbase=Watering Can -op1=Store -op10=Examine -onload=script1292(event_com, obj_6797, interface_126:com_8, interface_126:com_9) -oninvtransmit=script1292(event_com, obj_6797, interface_126:com_8, interface_126:com_9) -oninvtransmitlist=inv_93 - -// 126:23 -[com_23] -type=graphic -x=135 -y=123 -width=36 -height=32 -outline=1 -graphicshadow=1 -opbase=Trowel -op1=Store -op10=Examine -onload=script1292(event_com, obj_5325, interface_126:com_10, interface_126:com_11) -oninvtransmit=script1292(event_com, obj_5325, interface_126:com_10, interface_126:com_11) -oninvtransmitlist=inv_93 - -// 126:24 -[com_24] -type=graphic -x=43 -y=171 -width=36 -height=32 -outline=1 -graphicshadow=1 -opbase=Buckets -op1=Store 1 -op2=Store 5 -op3=Store All -op4=Store X -op10=Examine -onload=script1292(event_com, obj_1925, interface_126:com_12, interface_126:com_13) -oninvtransmit=script1292(event_com, obj_1925, interface_126:com_12, interface_126:com_13) -oninvtransmitlist=inv_93 - -// 126:25 -[com_25] -type=graphic -x=135 -y=171 -width=36 -height=32 -outline=1 -graphicshadow=1 -opbase=Compost -op1=Store 1 -op2=Store 5 -op3=Store All -op4=Store X -op10=Examine -onload=script1292(event_com, obj_6032, interface_126:com_14, interface_126:com_15) -oninvtransmit=script1292(event_com, obj_6032, interface_126:com_14, interface_126:com_15) -oninvtransmitlist=inv_93 - -// 126:26 -[com_26] -type=graphic -x=43 -y=219 -width=36 -height=32 -outline=1 -graphicshadow=1 -opbase=Supercompost -op1=Store 1 -op2=Store 5 -op3=Store All -op4=Store X -op10=Examine -onload=script1292(event_com, obj_6034, interface_126:com_16, interface_126:com_17) -oninvtransmit=script1292(event_com, obj_6034, interface_126:com_16, interface_126:com_17) -oninvtransmitlist=inv_93 - diff --git a/dumps/530/interface/interface_127.if3 b/dumps/530/interface/interface_127.if3 deleted file mode 100644 index 419441c70..000000000 --- a/dumps/530/interface/interface_127.if3 +++ /dev/null @@ -1,370 +0,0 @@ -// 127:0 -[com_0] -type=rectangle -width=16391 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_centre -colour=0x202020 -fill=yes -trans=120 - -// 127:1 -[com_1] -type=graphic -x=462 -y=26 -width=26 -height=23 -layer=com_23 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 127:2 -[com_2] -type=model -x=61 -y=208 -width=82 -height=77 -layer=com_23 -model=model_5622 -modelorigin_x=-6 -modelorigin_y=-5 -modelangle_x=328 -modelangle_y=20 -modelangle_z=0 -modelzoom=238 -unknown100=64809 -unknown101=3000 - -// 127:3 -[com_3] -type=model -x=122 -y=48 -width=267 -height=163 -layer=com_23 -model=model_5624 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=207 -modelangle_y=309 -modelangle_z=0 -modelzoom=234 -unknown100=64669 -unknown101=3000 - -// 127:4 -[com_4] -type=model -x=61 -y=208 -width=82 -height=77 -layer=com_23 -model=model_5622 -modelorigin_x=-6 -modelorigin_y=-5 -modelangle_x=328 -modelangle_y=20 -modelangle_z=0 -modelzoom=238 -unknown100=64497 -unknown101=3000 - -// 127:5 -[com_5] -type=model -x=126 -y=246 -width=64 -height=58 -layer=com_23 -model=model_5622 -modelorigin_x=-5 -modelorigin_y=-4 -modelangle_x=328 -modelangle_y=20 -modelangle_z=0 -modelzoom=308 -unknown100=64335 -unknown101=3000 - -// 127:6 -[com_6] -type=model -x=194 -y=263 -width=44 -height=41 -layer=com_23 -model=model_5622 -modelorigin_x=-4 -modelorigin_y=-2 -modelangle_x=328 -modelangle_y=20 -modelangle_z=0 -modelzoom=441 -unknown100=64187 -unknown101=3000 - -// 127:7 -[com_7] -type=model -x=256 -y=253 -width=32 -height=30 -layer=com_23 -model=model_5622 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=328 -modelangle_y=20 -modelangle_z=0 -modelzoom=616 -unknown100=64068 -unknown101=3000 - -// 127:8 -[com_8] -type=model -x=306 -y=245 -width=28 -height=26 -layer=com_23 -model=model_5622 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=328 -modelangle_y=20 -modelangle_z=0 -modelzoom=700 -unknown100=64027 -unknown101=3000 - -// 127:9 -[com_9] -type=model -x=348 -y=223 -width=28 -height=26 -layer=com_23 -model=model_5622 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=328 -modelangle_y=20 -modelangle_z=0 -modelzoom=700 -unknown100=64027 -unknown101=3000 - -// 127:10 -[com_10] -type=model -x=398 -y=149 -width=30 -height=46 -layer=com_23 -model=model_5626 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=513 -modelangle_y=1887 -modelangle_z=0 -modelzoom=1451 -unknown100=63821 -unknown101=3000 -op1=Rotate-back -onmouseover=script67(interface_127:com_22, model_5628) -onmouseleave=script67(interface_127:com_22, null) - -// 127:11 -[com_11] -type=model -x=42 -y=137 -width=43 -height=62 -layer=com_23 -model=model_5625 -modelorigin_x=1 -modelorigin_y=4 -modelangle_x=593 -modelangle_y=153 -modelangle_z=0 -modelzoom=1035 -unknown100=63914 -unknown101=3000 -op1=Rotate-forward -onmouseover=script67(interface_127:com_21, model_5630) -onmouseleave=script67(interface_127:com_21, null) - -// 127:12 -[com_12] -type=graphic -x=250 -y=122 -width=36 -height=36 -layer=com_23 -graphic="miscgraphics,4" - -// 127:13 -[com_13] -type=graphic -x=227 -y=122 -width=36 -height=36 -layer=com_23 -graphic="miscgraphics,4" - -// 127:14 -[com_14] -type=graphic -x=205 -y=122 -width=36 -height=36 -layer=com_23 -graphic="miscgraphics,4" - -// 127:15 -[com_15] -type=graphic -x=271 -y=122 -width=36 -height=36 -layer=com_23 -graphic="miscgraphics,6" - -// 127:16 -[com_16] -type=text -x=204 -y=163 -width=105 -height=12 -layer=com_23 -textfont=p11_full -text=*************** -textalignh=1 -textshadow=yes -colour=0xa6a692 - -// 127:17 -[com_17] -type=text -x=205 -y=80 -width=100 -height=14 -layer=com_23 -textfont=b12_full -text=********** -textalignh=1 -textshadow=yes -colour=0xa6a692 - -// 127:18 -[com_18] -type=text -x=167 -y=99 -width=168 -height=12 -layer=com_23 -textfont=p11_full -text=************************ -textalignh=1 -textshadow=yes -colour=0xa6a692 - -// 127:19 -[com_19] -type=text -x=207 -y=124 -width=98 -height=31 -layer=com_23 -textfont=p11_full -text=Remove this key -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xa6a692 -op1=Remove -onmouseover=script68(interface_127:com_20, "Remove this key") -onmouseleave=script68(interface_127:com_20, " ") - -// 127:20 -[com_20] -type=text -x=207 -y=124 -width=98 -height=31 -layer=com_23 -textfont=p11_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x33ff00 - -// 127:21 -[com_21] -type=model -x=37 -y=136 -width=54 -height=72 -layer=com_23 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=593 -modelangle_y=153 -modelangle_z=0 -modelzoom=1035 -unknown100=0 -unknown101=3000 - -// 127:22 -[com_22] -type=model -x=391 -y=151 -width=43 -height=47 -layer=com_23 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=513 -modelangle_y=1887 -modelangle_z=0 -modelzoom=1451 -unknown100=0 -unknown101=3000 - -// 127:23 -[com_23] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_128.if3 b/dumps/530/interface/interface_128.if3 deleted file mode 100644 index 005bdbbd9..000000000 --- a/dumps/530/interface/interface_128.if3 +++ /dev/null @@ -1,705 +0,0 @@ -// 128:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 128:1 -[com_1] -type=model -x=168 -y=105 -width=46 -height=50 -layer=com_0 -model=model_8398 -modelorigin_x=73 -modelorigin_y=16 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64331 -unknown101=3000 - -// 128:2 -[com_2] -type=model -x=158 -y=150 -width=50 -height=35 -layer=com_0 -model=model_8400 -modelorigin_x=81 -modelorigin_y=-21 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64282 -unknown101=3000 - -// 128:3 -[com_3] -type=model -x=201 -y=61 -width=73 -height=60 -layer=com_0 -model=model_8402 -modelorigin_x=27 -modelorigin_y=55 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64271 -unknown101=3000 - -// 128:4 -[com_4] -type=model -x=215 -y=91 -width=59 -height=44 -layer=com_0 -model=model_8404 -modelorigin_x=20 -modelorigin_y=33 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64253 -unknown101=3000 - -// 128:5 -[com_5] -type=model -x=206 -y=127 -width=62 -height=76 -layer=com_0 -model=model_8406 -modelorigin_x=27 -modelorigin_y=-19 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64249 -unknown101=3000 - -// 128:6 -[com_6] -type=model -x=189 -y=187 -width=68 -height=47 -layer=com_0 -model=model_8408 -modelorigin_x=41 -modelorigin_y=-64 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64241 -unknown101=3000 - -// 128:7 -[com_7] -type=model -x=287 -y=46 -width=39 -height=40 -layer=com_0 -model=model_8410 -modelorigin_x=-42 -modelorigin_y=80 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64114 -unknown101=3000 - -// 128:8 -[com_8] -type=model -x=271 -y=83 -width=62 -height=41 -layer=com_0 -model=model_8412 -modelorigin_x=-38 -modelorigin_y=43 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64112 -unknown101=3000 - -// 128:9 -[com_9] -type=model -x=281 -y=97 -width=43 -height=31 -layer=com_0 -model=model_8414 -modelorigin_x=-38 -modelorigin_y=34 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64099 -unknown101=3000 - -// 128:10 -[com_10] -type=model -x=273 -y=116 -width=60 -height=39 -layer=com_0 -model=model_8416 -modelorigin_x=-39 -modelorigin_y=11 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64093 -unknown101=3000 - -// 128:11 -[com_11] -type=model -x=248 -y=172 -width=48 -height=62 -layer=com_0 -model=model_8418 -modelorigin_x=-8 -modelorigin_y=-57 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64210 -unknown101=3000 - -// 128:12 -[com_12] -type=model -x=232 -y=229 -width=65 -height=48 -layer=com_0 -model=model_8420 -modelorigin_x=0 -modelorigin_y=-107 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64145 -unknown101=3000 - -// 128:13 -[com_13] -type=model -x=285 -y=167 -width=41 -height=31 -layer=com_0 -model=model_8422 -modelorigin_x=-41 -modelorigin_y=-36 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64178 -unknown101=3000 - -// 128:14 -[com_14] -type=model -x=282 -y=187 -width=51 -height=39 -layer=com_0 -model=model_8424 -modelorigin_x=-43 -modelorigin_y=-60 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64173 -unknown101=3000 - -// 128:15 -[com_15] -type=model -x=316 -y=171 -width=51 -height=63 -layer=com_0 -model=model_8426 -modelorigin_x=-77 -modelorigin_y=-56 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64148 -unknown101=3000 - -// 128:16 -[com_16] -type=model -x=316 -y=229 -width=74 -height=52 -layer=com_0 -model=model_8428 -modelorigin_x=-89 -modelorigin_y=-109 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64146 -unknown101=3000 - -// 128:17 -[com_17] -type=model -x=153 -y=40 -width=238 -height=236 -layer=com_0 -model=model_8445 -modelorigin_x=-8 -modelorigin_y=-12 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64041 -unknown101=3000 - -// 128:18 -[com_18] -type=model -x=80 -y=17 -width=378 -height=304 -layer=com_0 -model=model_8446 -modelorigin_x=-5 -modelorigin_y=-23 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63930 -unknown101=3000 - -// 128:19 -[com_19] -type=model -x=150 -y=130 -width=19 -height=19 -layer=com_0 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 128:20 -[com_20] -type=model -x=198 -y=96 -width=19 -height=19 -layer=com_0 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 128:21 -[com_21] -type=model -x=192 -y=169 -width=19 -height=19 -layer=com_0 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 128:22 -[com_22] -type=model -x=274 -y=63 -width=19 -height=19 -layer=com_0 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 128:23 -[com_23] -type=model -x=276 -y=97 -width=19 -height=19 -layer=com_0 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 128:24 -[com_24] -type=model -x=235 -y=210 -width=19 -height=19 -layer=com_0 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 128:25 -[com_25] -type=model -x=277 -y=169 -width=19 -height=19 -layer=com_0 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 128:26 -[com_26] -type=model -x=322 -y=210 -width=19 -height=19 -layer=com_0 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 128:27 -[com_27] -type=model -x=142 -y=123 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 128:28 -[com_28] -type=model -x=190 -y=89 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 128:29 -[com_29] -type=model -x=184 -y=162 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 128:30 -[com_30] -type=model -x=266 -y=56 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 128:31 -[com_31] -type=model -x=268 -y=90 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 128:32 -[com_32] -type=model -x=227 -y=203 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 128:33 -[com_33] -type=model -x=269 -y=162 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 128:34 -[com_34] -type=model -x=314 -y=203 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 128:35 -[com_35] -type=model -x=21 -y=24 -width=19 -height=19 -layer=com_0 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 128:36 -[com_36] -type=model -x=21 -y=55 -width=19 -height=19 -layer=com_0 -model=model_8430 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 128:37 -[com_37] -type=text -x=45 -y=26 -width=24 -height=14 -layer=com_0 -textfont=p12_full -text=x%1 -textshadow=yes -colour=0xffff00 -onvartransmit=script1288 -onvartransmitlist=varplayer_524,varplayer_525 - -// 128:38 -[com_38] -type=text -x=45 -y=56 -width=24 -height=14 -layer=com_0 -textfont=p12_full -text=x%1 -textshadow=yes -colour=0xffff00 - -// 128:39 -[com_39] -type=graphic -x=437 -y=41 -width=23 -height=23 -layer=com_0 -graphic="close_buttons,4" -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - diff --git a/dumps/530/interface/interface_129.if3 b/dumps/530/interface/interface_129.if3 deleted file mode 100644 index 200b8d8a4..000000000 --- a/dumps/530/interface/interface_129.if3 +++ /dev/null @@ -1,998 +0,0 @@ -// 129:0 -[com_0] -type=model -x=141 -y=105 -width=47 -height=50 -layer=com_55 -model=model_8448 -modelorigin_x=100 -modelorigin_y=16 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64282 -unknown101=3000 - -// 129:1 -[com_1] -type=model -x=123 -y=150 -width=62 -height=42 -layer=com_55 -model=model_8450 -modelorigin_x=110 -modelorigin_y=-25 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64279 -unknown101=3000 - -// 129:2 -[com_2] -type=model -x=185 -y=72 -width=46 -height=50 -layer=com_55 -model=model_8452 -modelorigin_x=56 -modelorigin_y=49 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64218 -unknown101=3000 - -// 129:3 -[com_3] -type=model -x=173 -y=94 -width=52 -height=38 -layer=com_55 -model=model_8454 -modelorigin_x=65 -modelorigin_y=33 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64193 -unknown101=3000 - -// 129:4 -[com_4] -type=model -x=178 -y=136 -width=55 -height=59 -layer=com_55 -model=model_8456 -modelorigin_x=59 -modelorigin_y=-19 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64247 -unknown101=3000 - -// 129:5 -[com_5] -type=model -x=161 -y=187 -width=65 -height=46 -layer=com_55 -model=model_8458 -modelorigin_x=71 -modelorigin_y=-64 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64243 -unknown101=3000 - -// 129:6 -[com_6] -type=model -x=225 -y=41 -width=46 -height=51 -layer=com_55 -model=model_8460 -modelorigin_x=16 -modelorigin_y=80 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64171 -unknown101=3000 - -// 129:7 -[com_7] -type=model -x=222 -y=76 -width=81 -height=52 -layer=com_55 -model=model_8462 -modelorigin_x=2 -modelorigin_y=44 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64163 -unknown101=3000 - -// 129:8 -[com_8] -type=model -x=214 -y=99 -width=49 -height=27 -layer=com_55 -model=model_8464 -modelorigin_x=26 -modelorigin_y=34 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64099 -unknown101=3000 - -// 129:9 -[com_9] -type=model -x=211 -y=116 -width=56 -height=38 -layer=com_55 -model=model_8466 -modelorigin_x=25 -modelorigin_y=11 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64094 -unknown101=3000 - -// 129:10 -[com_10] -type=model -x=219 -y=171 -width=77 -height=63 -layer=com_55 -model=model_8468 -modelorigin_x=7 -modelorigin_y=-56 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64211 -unknown101=3000 - -// 129:11 -[com_11] -type=model -x=198 -y=229 -width=74 -height=53 -layer=com_55 -model=model_8470 -modelorigin_x=29 -modelorigin_y=-109 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64208 -unknown101=3000 - -// 129:12 -[com_12] -type=model -x=257 -y=38 -width=38 -height=25 -layer=com_55 -model=model_8472 -modelorigin_x=-12 -modelorigin_y=96 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64066 -unknown101=3000 - -// 129:13 -[com_13] -type=model -x=255 -y=53 -width=41 -height=31 -layer=com_55 -model=model_8474 -modelorigin_x=-11 -modelorigin_y=78 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64061 -unknown101=3000 - -// 129:14 -[com_14] -type=model -x=263 -y=218 -width=42 -height=53 -layer=com_55 -model=model_8476 -modelorigin_x=-20 -modelorigin_y=-98 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64179 -unknown101=3000 - -// 129:15 -[com_15] -type=model -x=261 -y=251 -width=38 -height=33 -layer=com_55 -model=model_8478 -modelorigin_x=-16 -modelorigin_y=-121 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64170 -unknown101=3000 - -// 129:16 -[com_16] -type=model -x=300 -y=43 -width=41 -height=45 -layer=com_55 -model=model_8480 -modelorigin_x=-56 -modelorigin_y=81 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64109 -unknown101=3000 - -// 129:17 -[com_17] -type=model -x=297 -y=64 -width=33 -height=33 -layer=com_55 -model=model_8482 -modelorigin_x=-49 -modelorigin_y=66 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64068 -unknown101=3000 - -// 129:18 -[com_18] -type=model -x=298 -y=97 -width=36 -height=31 -layer=com_55 -model=model_8484 -modelorigin_x=-52 -modelorigin_y=34 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64147 -unknown101=3000 - -// 129:19 -[com_19] -type=model -x=289 -y=108 -width=54 -height=35 -layer=com_55 -model=model_8486 -modelorigin_x=-52 -modelorigin_y=21 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64137 -unknown101=3000 - -// 129:20 -[com_20] -type=model -x=306 -y=170 -width=50 -height=67 -layer=com_55 -model=model_8488 -modelorigin_x=-67 -modelorigin_y=-57 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64151 -unknown101=3000 - -// 129:21 -[com_21] -type=model -x=288 -y=229 -width=72 -height=52 -layer=com_55 -model=model_8490 -modelorigin_x=-60 -modelorigin_y=-109 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64147 -unknown101=3000 - -// 129:22 -[com_22] -type=model -x=340 -y=70 -width=46 -height=54 -layer=com_55 -model=model_8492 -modelorigin_x=-99 -modelorigin_y=49 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64100 -unknown101=3000 - -// 129:23 -[com_23] -type=model -x=322 -y=116 -width=72 -height=42 -layer=com_55 -model=model_8494 -modelorigin_x=-94 -modelorigin_y=9 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64096 -unknown101=3000 - -// 129:24 -[com_24] -type=model -x=125 -y=40 -width=265 -height=236 -layer=com_55 -model=model_8519 -modelorigin_x=7 -modelorigin_y=-12 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64042 -unknown101=3000 - -// 129:25 -[com_25] -type=model -x=80 -y=17 -width=378 -height=304 -layer=com_55 -model=model_8520 -modelorigin_x=-5 -modelorigin_y=-23 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63931 -unknown101=3000 - -// 129:26 -[com_26] -type=model -x=122 -y=130 -width=20 -height=19 -layer=com_55 -model=model_8495 -modelorigin_x=132 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63881 -unknown101=3000 - -// 129:27 -[com_27] -type=model -x=170 -y=97 -width=17 -height=20 -layer=com_55 -model=model_8497 -modelorigin_x=87 -modelorigin_y=42 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63871 -unknown101=3000 - -// 129:28 -[com_28] -type=model -x=163 -y=173 -width=19 -height=20 -layer=com_55 -model=model_8499 -modelorigin_x=94 -modelorigin_y=-31 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63892 -unknown101=3000 - -// 129:29 -[com_29] -type=model -x=213 -y=65 -width=15 -height=20 -layer=com_55 -model=model_8501 -modelorigin_x=45 -modelorigin_y=74 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63861 -unknown101=3000 - -// 129:30 -[com_30] -type=model -x=211 -y=100 -width=16 -height=20 -layer=com_55 -model=model_8503 -modelorigin_x=46 -modelorigin_y=42 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63871 -unknown101=3000 - -// 129:31 -[com_31] -type=model -x=203 -y=212 -width=19 -height=21 -layer=com_55 -model=model_8505 -modelorigin_x=53 -modelorigin_y=-72 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63904 -unknown101=3000 - -// 129:32 -[com_32] -type=model -x=253 -y=37 -width=13 -height=19 -layer=com_55 -model=model_8507 -modelorigin_x=6 -modelorigin_y=105 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63852 -unknown101=3000 - -// 129:33 -[com_33] -type=model -x=249 -y=254 -width=17 -height=21 -layer=com_55 -model=model_8509 -modelorigin_x=8 -modelorigin_y=-117 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63916 -unknown101=3000 - -// 129:34 -[com_34] -type=model -x=289 -y=62 -width=15 -height=20 -layer=com_55 -model=model_8511 -modelorigin_x=-32 -modelorigin_y=74 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63861 -unknown101=3000 - -// 129:35 -[com_35] -type=model -x=290 -y=94 -width=16 -height=20 -layer=com_55 -model=model_8513 -modelorigin_x=-34 -modelorigin_y=42 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63871 -unknown101=3000 - -// 129:36 -[com_36] -type=model -x=293 -y=208 -width=18 -height=21 -layer=com_55 -model=model_8515 -modelorigin_x=-38 -modelorigin_y=-72 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63904 -unknown101=3000 - -// 129:37 -[com_37] -type=model -x=330 -y=94 -width=17 -height=20 -layer=com_55 -model=model_8517 -modelorigin_x=-74 -modelorigin_y=42 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63871 -unknown101=3000 - -// 129:38 -[com_38] -type=model -x=119 -y=125 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:39 -[com_39] -type=model -x=163 -y=89 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:40 -[com_40] -type=model -x=156 -y=163 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:41 -[com_41] -type=model -x=205 -y=57 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:42 -[com_42] -type=model -x=203 -y=89 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:43 -[com_43] -type=model -x=196 -y=206 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:44 -[com_44] -type=model -x=242 -y=30 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:45 -[com_45] -type=model -x=241 -y=246 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:46 -[com_46] -type=model -x=280 -y=57 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:47 -[com_47] -type=model -x=281 -y=89 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:48 -[com_48] -type=model -x=287 -y=202 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:49 -[com_49] -type=model -x=324 -y=90 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 129:50 -[com_50] -type=model -x=21 -y=24 -width=19 -height=19 -layer=com_55 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 129:51 -[com_51] -type=model -x=21 -y=55 -width=19 -height=19 -layer=com_55 -model=model_8430 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 129:52 -[com_52] -type=text -x=45 -y=26 -width=24 -height=14 -layer=com_55 -textfont=p12_full -text=x%1 -textshadow=yes -colour=0xffff00 -onvartransmit=script1289 -onvartransmitlist=varplayer_524,varplayer_525 - -// 129:53 -[com_53] -type=text -x=45 -y=56 -width=24 -height=14 -layer=com_55 -textfont=p12_full -text=x%1 -textshadow=yes -colour=0xffff00 - -// 129:54 -[com_54] -type=graphic -x=460 -y=18 -width=23 -height=23 -layer=com_55 -graphic="close_buttons,4" -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 129:55 -[com_55] -type=layer -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_13.if3 b/dumps/530/interface/interface_13.if3 deleted file mode 100644 index 76b65b718..000000000 --- a/dumps/530/interface/interface_13.if3 +++ /dev/null @@ -1,628 +0,0 @@ -// 13:0 -[com_0] -type=graphic -x=12 -y=20 -width=488 -height=304 -graphic=tradebacking - -// 13:1 -[com_1] -type=graphic -x=33 -y=103 -width=64 -height=64 -graphic=number_button -op1=Enter digit -onmouseover=script69(true, interface_13:com_11) -onmouseleave=script69(false, interface_13:com_11) - -// 13:2 -[com_2] -type=graphic -x=127 -y=103 -width=64 -height=64 -graphic=number_button -op1=Enter digit -onmouseover=script69(true, interface_13:com_12) -onmouseleave=script69(false, interface_13:com_12) - -// 13:3 -[com_3] -type=graphic -x=221 -y=103 -width=64 -height=64 -graphic=number_button -op1=Enter digit -onmouseover=script69(true, interface_13:com_13) -onmouseleave=script69(false, interface_13:com_13) - -// 13:4 -[com_4] -type=graphic -x=305 -y=103 -width=64 -height=64 -graphic=number_button -op1=Enter digit -onmouseover=script69(true, interface_13:com_14) -onmouseleave=script69(false, interface_13:com_14) - -// 13:5 -[com_5] -type=graphic -x=33 -y=175 -width=64 -height=64 -graphic=number_button -op1=Enter digit -onmouseover=script69(true, interface_13:com_15) -onmouseleave=script69(false, interface_13:com_15) - -// 13:6 -[com_6] -type=graphic -x=127 -y=175 -width=64 -height=64 -graphic=number_button -op1=Enter digit -onmouseover=script69(true, interface_13:com_16) -onmouseleave=script69(false, interface_13:com_16) - -// 13:7 -[com_7] -type=graphic -x=221 -y=175 -width=64 -height=64 -graphic=number_button -op1=Enter digit -onmouseover=script69(true, interface_13:com_17) -onmouseleave=script69(false, interface_13:com_17) - -// 13:8 -[com_8] -type=graphic -x=33 -y=247 -width=64 -height=64 -graphic=number_button -op1=Enter digit -onmouseover=script69(true, interface_13:com_18) -onmouseleave=script69(false, interface_13:com_18) - -// 13:9 -[com_9] -type=graphic -x=127 -y=247 -width=64 -height=64 -graphic=number_button -op1=Enter digit -onmouseover=script69(true, interface_13:com_19) -onmouseleave=script69(false, interface_13:com_19) - -// 13:10 -[com_10] -type=graphic -x=221 -y=247 -width=64 -height=64 -graphic=number_button -op1=Enter digit -onmouseover=script69(true, interface_13:com_20) -onmouseleave=script69(false, interface_13:com_20) - -// 13:11 -[com_11] -type=text -x=37 -y=149 -width=9 -height=14 -textfont=b12_full -text=0 -colour=0xff7f00 -onload=script700(event_com) -onvartransmit=script700(event_com) -onvartransmitlist=varplayer_562 - -// 13:12 -[com_12] -type=text -x=131 -y=149 -width=9 -height=14 -textfont=b12_full -text=0 -colour=0xff7f00 -onload=script700(event_com) -onvartransmit=script700(event_com) -onvartransmitlist=varplayer_562 - -// 13:13 -[com_13] -type=text -x=225 -y=149 -width=9 -height=14 -textfont=b12_full -text=0 -colour=0xff7f00 -onload=script700(event_com) -onvartransmit=script700(event_com) -onvartransmitlist=varplayer_562 - -// 13:14 -[com_14] -type=text -x=309 -y=149 -width=9 -height=14 -textfont=b12_full -text=0 -colour=0xff7f00 -onload=script700(event_com) -onvartransmit=script700(event_com) -onvartransmitlist=varplayer_562 - -// 13:15 -[com_15] -type=text -x=37 -y=221 -width=9 -height=14 -textfont=b12_full -text=0 -colour=0xff7f00 -onload=script700(event_com) -onvartransmit=script700(event_com) -onvartransmitlist=varplayer_562 - -// 13:16 -[com_16] -type=text -x=131 -y=221 -width=9 -height=14 -textfont=b12_full -text=0 -colour=0xff7f00 -onload=script700(event_com) -onvartransmit=script700(event_com) -onvartransmitlist=varplayer_562 - -// 13:17 -[com_17] -type=text -x=225 -y=221 -width=9 -height=14 -textfont=b12_full -text=0 -colour=0xff7f00 -onload=script700(event_com) -onvartransmit=script700(event_com) -onvartransmitlist=varplayer_562 - -// 13:18 -[com_18] -type=text -x=37 -y=293 -width=9 -height=14 -textfont=b12_full -text=0 -colour=0xff7f00 -onload=script700(event_com) -onvartransmit=script700(event_com) -onvartransmitlist=varplayer_562 - -// 13:19 -[com_19] -type=text -x=131 -y=293 -width=9 -height=14 -textfont=b12_full -text=0 -colour=0xff7f00 -onload=script700(event_com) -onvartransmit=script700(event_com) -onvartransmitlist=varplayer_563 - -// 13:20 -[com_20] -type=text -x=225 -y=293 -width=9 -height=14 -textfont=b12_full -text=0 -colour=0xff7f00 -onload=script700(event_com) -onvartransmit=script700(event_com) -onvartransmitlist=varplayer_563 - -// 13:21 -[com_21] -type=text -x=424 -y=30 -width=16 -height=16 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xbf751d -onload=script697(event_com, 1) -onvartransmit=script697(event_com, 1) -onvartransmitlist=varplayer_563 - -// 13:22 -[com_22] -type=text -x=440 -y=30 -width=16 -height=16 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xbf751d -onload=script697(event_com, 2) -onvartransmit=script697(event_com, 2) -onvartransmitlist=varplayer_563 - -// 13:23 -[com_23] -type=text -x=456 -y=30 -width=16 -height=16 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xbf751d -onload=script697(event_com, 3) -onvartransmit=script697(event_com, 3) -onvartransmitlist=varplayer_563 - -// 13:24 -[com_24] -type=text -x=472 -y=30 -width=16 -height=16 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xbf751d -onload=script697(event_com, 4) -onvartransmit=script697(event_com, 4) -onvartransmitlist=varplayer_563 - -// 13:25 -[com_25] -type=layer -x=328 -y=248 -width=146 -height=48 - -// 13:26 -[com_26] -type=graphic -width=104 -height=104 -layer=com_25 -graphic=tex_brown - -// 13:27 -[com_27] -type=graphic -x=104 -y=-1 -width=104 -height=104 -layer=com_25 -graphic=tex_brown - -// 13:28 -[com_28] -type=text -x=18 -y=57 -width=476 -height=14 -textfont=b12_full -text=Please enter your FOUR DIGIT PIN using the buttons below. -textalignh=1 -textshadow=yes -colour=0xff981f - -// 13:29 -[com_29] -type=text -x=327 -y=274 -width=148 -height=17 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xbf751d -onload=script699(event_com) -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) -onvartransmit=script699(event_com) -onvartransmitlist=varplayer_563 - -// 13:30 -[com_30] -type=text -x=327 -y=252 -width=148 -height=17 -textfont=b12_full -text=Exit -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Exit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) -onop=script696 - -// 13:31 -[com_31] -type=text -x=20 -y=29 -width=402 -height=17 -textfont=b12_full -text=YOUR PIN WILL BE DELETED IN X DAYS -textshadow=yes -colour=0xaa0000 - -// 13:32 -[com_32] -type=text -x=18 -y=80 -width=476 -height=14 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xffffff -onvartransmit=script698(event_com) -onvartransmitlist=varplayer_563 - -// 13:33 -[com_33] -type=graphic -x=11 -y=19 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 13:34 -[com_34] -type=graphic -x=11 -y=295 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 13:35 -[com_35] -type=graphic -x=471 -y=19 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 13:36 -[com_36] -type=graphic -x=471 -y=295 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 13:37 -[com_37] -type=graphic -x=483 -y=51 -width=32 -height=246 -graphic="v2_stone_borders,3" -tiling=yes - -// 13:38 -[com_38] -type=graphic -x=-2 -y=51 -width=32 -height=244 -graphic="v2_stone_borders,1" -tiling=yes - -// 13:39 -[com_39] -type=graphic -x=43 -y=6 -width=428 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 13:40 -[com_40] -type=graphic -x=18 -y=35 -width=478 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 13:41 -[com_41] -type=graphic -x=11 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" -tiling=yes - -// 13:42 -[com_42] -type=graphic -x=471 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" -tiling=yes - -// 13:43 -[com_43] -type=graphic -x=43 -y=307 -width=428 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 13:44 -[com_44] -type=graphic -x=322 -y=242 -width=32 -height=32 -graphic="v2_stone_borders,18" -tiling=yes - -// 13:45 -[com_45] -type=graphic -x=450 -y=242 -width=32 -height=32 -graphic="v2_stone_borders,19" -tiling=yes - -// 13:46 -[com_46] -type=graphic -x=450 -y=271 -width=32 -height=32 -graphic="v2_stone_borders,21" -tiling=yes - -// 13:47 -[com_47] -type=graphic -x=354 -y=228 -width=96 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 13:48 -[com_48] -type=graphic -x=354 -y=283 -width=96 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 13:49 -[com_49] -type=graphic -x=322 -y=271 -width=32 -height=32 -graphic="v2_stone_borders,20" -tiling=yes - -// 13:50 -[com_50] -type=model -x=380 -y=83 -width=102 -height=99 -model=model_11205 -modelorigin_x=-2 -modelorigin_y=38 -modelangle_x=113 -modelangle_y=229 -modelangle_z=0 -modelzoom=786 -unknown100=0 -unknown101=3000 - -// 13:51 -[com_51] -type=model -x=317 -y=164 -width=75 -height=74 -model=model_2775 -modelorigin_x=17 -modelorigin_y=31 -modelangle_x=113 -modelangle_y=44 -modelangle_z=0 -modelzoom=402 -unknown100=0 -unknown101=3000 - diff --git a/dumps/530/interface/interface_130.if3 b/dumps/530/interface/interface_130.if3 deleted file mode 100644 index fe073d9d9..000000000 --- a/dumps/530/interface/interface_130.if3 +++ /dev/null @@ -1,1508 +0,0 @@ -// 130:0 -[com_0] -type=model -x=107 -y=107 -width=45 -height=45 -layer=com_83 -model=model_8522 -modelorigin_x=135 -modelorigin_y=17 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64308 -unknown101=3000 - -// 130:1 -[com_1] -type=model -x=90 -y=150 -width=59 -height=42 -layer=com_83 -model=model_8524 -modelorigin_x=145 -modelorigin_y=-25 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64307 -unknown101=3000 - -// 130:2 -[com_2] -type=model -x=152 -y=70 -width=48 -height=55 -layer=com_83 -model=model_8526 -modelorigin_x=88 -modelorigin_y=49 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64264 -unknown101=3000 - -// 130:3 -[com_3] -type=model -x=152 -y=102 -width=29 -height=21 -layer=com_83 -model=model_8528 -modelorigin_x=98 -modelorigin_y=34 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64079 -unknown101=3000 - -// 130:4 -[com_4] -type=model -x=143 -y=137 -width=52 -height=55 -layer=com_83 -model=model_8530 -modelorigin_x=95 -modelorigin_y=-18 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64274 -unknown101=3000 - -// 130:5 -[com_5] -type=model -x=143 -y=171 -width=32 -height=24 -layer=com_83 -model=model_8532 -modelorigin_x=105 -modelorigin_y=-37 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64112 -unknown101=3000 - -// 130:6 -[com_6] -type=model -x=194 -y=43 -width=42 -height=45 -layer=com_83 -model=model_8534 -modelorigin_x=49 -modelorigin_y=81 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64214 -unknown101=3000 - -// 130:7 -[com_7] -type=model -x=194 -y=71 -width=28 -height=18 -layer=com_83 -model=model_8536 -modelorigin_x=56 -modelorigin_y=66 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64064 -unknown101=3000 - -// 130:8 -[com_8] -type=model -x=185 -y=143 -width=43 -height=43 -layer=com_83 -model=model_8538 -modelorigin_x=58 -modelorigin_y=-18 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64246 -unknown101=3000 - -// 130:9 -[com_9] -type=model -x=178 -y=187 -width=46 -height=37 -layer=com_83 -model=model_8540 -modelorigin_x=63 -modelorigin_y=-59 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64124 -unknown101=3000 - -// 130:10 -[com_10] -type=model -x=231 -y=47 -width=37 -height=37 -layer=com_83 -model=model_8542 -modelorigin_x=15 -modelorigin_y=81 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64189 -unknown101=3000 - -// 130:11 -[com_11] -type=model -x=222 -y=83 -width=48 -height=36 -layer=com_83 -model=model_8544 -modelorigin_x=18 -modelorigin_y=45 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64189 -unknown101=3000 - -// 130:12 -[com_12] -type=model -x=226 -y=173 -width=48 -height=60 -layer=com_83 -model=model_8546 -modelorigin_x=14 -modelorigin_y=-57 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64239 -unknown101=3000 - -// 130:13 -[com_13] -type=model -x=226 -y=211 -width=34 -height=25 -layer=com_83 -model=model_8548 -modelorigin_x=21 -modelorigin_y=-77 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64179 -unknown101=3000 - -// 130:14 -[com_14] -type=model -x=269 -y=41 -width=26 -height=18 -layer=com_83 -model=model_8550 -modelorigin_x=-18 -modelorigin_y=96 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64155 -unknown101=3000 - -// 130:15 -[com_15] -type=model -x=257 -y=53 -width=51 -height=34 -layer=com_83 -model=model_8552 -modelorigin_x=-18 -modelorigin_y=76 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64152 -unknown101=3000 - -// 130:16 -[com_16] -type=model -x=269 -y=140 -width=45 -height=49 -layer=com_83 -model=model_8554 -modelorigin_x=-27 -modelorigin_y=-18 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64191 -unknown101=3000 - -// 130:17 -[com_17] -type=model -x=271 -y=171 -width=28 -height=23 -layer=com_83 -model=model_8556 -modelorigin_x=-21 -modelorigin_y=-36 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64180 -unknown101=3000 - -// 130:18 -[com_18] -type=model -x=269 -y=212 -width=33 -height=22 -layer=com_83 -model=model_8558 -modelorigin_x=-21 -modelorigin_y=-77 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64179 -unknown101=3000 - -// 130:19 -[com_19] -type=model -x=256 -y=229 -width=61 -height=47 -layer=com_83 -model=model_8560 -modelorigin_x=-22 -modelorigin_y=-106 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64176 -unknown101=3000 - -// 130:20 -[com_20] -type=model -x=306 -y=48 -width=35 -height=35 -layer=com_83 -model=model_8562 -modelorigin_x=-59 -modelorigin_y=81 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64130 -unknown101=3000 - -// 130:21 -[com_21] -type=model -x=291 -y=83 -width=61 -height=40 -layer=com_83 -model=model_8564 -modelorigin_x=-57 -modelorigin_y=43 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64140 -unknown101=3000 - -// 130:22 -[com_22] -type=model -x=303 -y=133 -width=42 -height=26 -layer=com_83 -model=model_8566 -modelorigin_x=-60 -modelorigin_y=0 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64163 -unknown101=3000 - -// 130:23 -[com_23] -type=model -x=287 -y=130 -width=108 -height=57 -layer=com_83 -model=model_8568 -modelorigin_x=-77 -modelorigin_y=-12 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64148 -unknown101=3000 - -// 130:24 -[com_24] -type=model -x=310 -y=208 -width=38 -height=30 -layer=com_83 -model=model_8570 -modelorigin_x=-65 -modelorigin_y=-77 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64146 -unknown101=3000 - -// 130:25 -[com_25] -type=model -x=307 -y=229 -width=47 -height=39 -layer=com_83 -model=model_8572 -modelorigin_x=-66 -modelorigin_y=-102 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64142 -unknown101=3000 - -// 130:26 -[com_26] -type=model -x=340 -y=41 -width=30 -height=19 -layer=com_83 -model=model_8574 -modelorigin_x=-91 -modelorigin_y=96 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64107 -unknown101=3000 - -// 130:27 -[com_27] -type=model -x=331 -y=53 -width=52 -height=33 -layer=com_83 -model=model_8576 -modelorigin_x=-93 -modelorigin_y=77 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64103 -unknown101=3000 - -// 130:28 -[com_28] -type=model -x=345 -y=101 -width=33 -height=23 -layer=com_83 -model=model_8578 -modelorigin_x=-97 -modelorigin_y=34 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64118 -unknown101=3000 - -// 130:29 -[com_29] -type=model -x=338 -y=116 -width=52 -height=34 -layer=com_83 -model=model_8580 -modelorigin_x=-100 -modelorigin_y=13 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64114 -unknown101=3000 - -// 130:30 -[com_30] -type=model -x=361 -y=212 -width=49 -height=67 -layer=com_83 -model=model_8582 -modelorigin_x=-121 -modelorigin_y=-99 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64182 -unknown101=3000 - -// 130:31 -[com_31] -type=model -x=360 -y=252 -width=36 -height=31 -layer=com_83 -model=model_8584 -modelorigin_x=-114 -modelorigin_y=-121 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64168 -unknown101=3000 - -// 130:32 -[com_32] -type=model -x=381 -y=46 -width=37 -height=39 -layer=com_83 -model=model_8586 -modelorigin_x=-135 -modelorigin_y=81 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64082 -unknown101=3000 - -// 130:33 -[com_33] -type=model -x=365 -y=83 -width=67 -height=43 -layer=com_83 -model=model_8588 -modelorigin_x=-134 -modelorigin_y=42 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64081 -unknown101=3000 - -// 130:34 -[com_34] -type=model -x=395 -y=138 -width=45 -height=53 -layer=com_83 -model=model_8590 -modelorigin_x=-153 -modelorigin_y=-18 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64123 -unknown101=3000 - -// 130:35 -[com_35] -type=model -x=391 -y=168 -width=39 -height=30 -layer=com_83 -model=model_8592 -modelorigin_x=-146 -modelorigin_y=-37 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64113 -unknown101=3000 - -// 130:36 -[com_36] -type=model -x=400 -y=206 -width=33 -height=35 -layer=com_83 -model=model_8594 -modelorigin_x=-152 -modelorigin_y=-77 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64150 -unknown101=3000 - -// 130:37 -[com_37] -type=model -x=391 -y=229 -width=61 -height=47 -layer=com_83 -model=model_8596 -modelorigin_x=-157 -modelorigin_y=-106 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64145 -unknown101=3000 - -// 130:38 -[com_38] -type=model -x=90 -y=40 -width=371 -height=236 -layer=com_83 -model=model_8635 -modelorigin_x=-11 -modelorigin_y=-12 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=64042 -unknown101=3000 - -// 130:39 -[com_39] -type=model -x=56 -y=17 -width=426 -height=304 -layer=com_83 -model=model_8636 -modelorigin_x=-5 -modelorigin_y=-23 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63931 -unknown101=3000 - -// 130:40 -[com_40] -type=model -x=89 -y=133 -width=21 -height=19 -layer=com_83 -model=model_8597 -modelorigin_x=168 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 130:41 -[com_41] -type=model -x=136 -y=96 -width=19 -height=20 -layer=com_83 -model=model_8599 -modelorigin_x=121 -modelorigin_y=42 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63871 -unknown101=3000 - -// 130:42 -[com_42] -type=model -x=126 -y=167 -width=21 -height=20 -layer=com_83 -model=model_8601 -modelorigin_x=131 -modelorigin_y=-31 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63892 -unknown101=3000 - -// 130:43 -[com_43] -type=model -x=181 -y=62 -width=16 -height=20 -layer=com_83 -model=model_8603 -modelorigin_x=77 -modelorigin_y=74 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63861 -unknown101=3000 - -// 130:44 -[com_44] -type=model -x=168 -y=167 -width=19 -height=20 -layer=com_83 -model=model_8605 -modelorigin_x=87 -modelorigin_y=-31 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63892 -unknown101=3000 - -// 130:45 -[com_45] -type=model -x=218 -y=64 -width=16 -height=20 -layer=com_83 -model=model_8607 -modelorigin_x=38 -modelorigin_y=74 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63861 -unknown101=3000 - -// 130:46 -[com_46] -type=model -x=210 -y=208 -width=18 -height=21 -layer=com_83 -model=model_8609 -modelorigin_x=45 -modelorigin_y=-72 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63904 -unknown101=3000 - -// 130:47 -[com_47] -type=model -x=258 -y=36 -width=13 -height=19 -layer=com_83 -model=model_8611 -modelorigin_x=0 -modelorigin_y=105 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63852 -unknown101=3000 - -// 130:48 -[com_48] -type=model -x=257 -y=173 -width=15 -height=20 -layer=com_83 -model=model_8613 -modelorigin_x=0 -modelorigin_y=-31 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63892 -unknown101=3000 - -// 130:49 -[com_49] -type=model -x=257 -y=213 -width=15 -height=21 -layer=com_83 -model=model_8615 -modelorigin_x=0 -modelorigin_y=-72 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63904 -unknown101=3000 - -// 130:50 -[com_50] -type=model -x=294 -y=66 -width=16 -height=20 -layer=com_83 -model=model_8617 -modelorigin_x=-39 -modelorigin_y=74 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63861 -unknown101=3000 - -// 130:51 -[com_51] -type=model -x=297 -y=133 -width=16 -height=19 -layer=com_83 -model=model_8619 -modelorigin_x=-42 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 130:52 -[com_52] -type=model -x=300 -y=211 -width=18 -height=21 -layer=com_83 -model=model_8621 -modelorigin_x=-46 -modelorigin_y=-72 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63904 -unknown101=3000 - -// 130:53 -[com_53] -type=model -x=330 -y=39 -width=16 -height=19 -layer=com_83 -model=model_8623 -modelorigin_x=-75 -modelorigin_y=105 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63852 -unknown101=3000 - -// 130:54 -[com_54] -type=model -x=334 -y=96 -width=18 -height=20 -layer=com_83 -model=model_8625 -modelorigin_x=-81 -modelorigin_y=42 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63871 -unknown101=3000 - -// 130:55 -[com_55] -type=model -x=349 -y=253 -width=21 -height=21 -layer=com_83 -model=model_8627 -modelorigin_x=-95 -modelorigin_y=-117 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63916 -unknown101=3000 - -// 130:56 -[com_56] -type=model -x=370 -y=64 -width=18 -height=20 -layer=com_83 -model=model_8629 -modelorigin_x=-117 -modelorigin_y=74 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63861 -unknown101=3000 - -// 130:57 -[com_57] -type=model -x=385 -y=167 -width=21 -height=20 -layer=com_83 -model=model_8631 -modelorigin_x=-131 -modelorigin_y=-31 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63892 -unknown101=3000 - -// 130:58 -[com_58] -type=model -x=390 -y=208 -width=22 -height=21 -layer=com_83 -model=model_8633 -modelorigin_x=-137 -modelorigin_y=-72 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63904 -unknown101=3000 - -// 130:59 -[com_59] -type=model -x=83 -y=124 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:60 -[com_60] -type=model -x=130 -y=89 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:61 -[com_61] -type=model -x=121 -y=162 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:62 -[com_62] -type=model -x=172 -y=57 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:63 -[com_63] -type=model -x=165 -y=165 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:64 -[com_64] -type=model -x=210 -y=59 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:65 -[com_65] -type=model -x=204 -y=204 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:66 -[com_66] -type=model -x=249 -y=32 -width=27 -height=24 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:67 -[com_67] -type=model -x=249 -y=162 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:68 -[com_68] -type=model -x=248 -y=203 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:69 -[com_69] -type=model -x=290 -y=61 -width=28 -height=28 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:70 -[com_70] -type=model -x=289 -y=124 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:71 -[com_71] -type=model -x=294 -y=203 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:72 -[com_72] -type=model -x=324 -y=32 -width=26 -height=26 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:73 -[com_73] -type=model -x=330 -y=94 -width=26 -height=26 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:74 -[com_74] -type=model -x=344 -y=251 -width=28 -height=28 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:75 -[com_75] -type=model -x=365 -y=62 -width=27 -height=27 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:76 -[com_76] -type=model -x=377 -y=165 -width=29 -height=29 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:77 -[com_77] -type=model -x=383 -y=203 -width=32 -height=32 -layer=com_83 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=906 -unknown100=0 -unknown101=3000 -op1=Set Junction - -// 130:78 -[com_78] -type=model -x=21 -y=24 -width=19 -height=19 -layer=com_83 -model=model_8429 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 130:79 -[com_79] -type=model -x=21 -y=55 -width=19 -height=19 -layer=com_83 -model=model_8430 -modelorigin_x=105 -modelorigin_y=7 -modelangle_x=350 -modelangle_y=0 -modelangle_z=0 -modelzoom=1200 -unknown100=63882 -unknown101=3000 - -// 130:80 -[com_80] -type=text -x=45 -y=56 -width=24 -height=14 -layer=com_83 -textfont=p12_full -text=x%1 -textshadow=yes -colour=0xffff00 - -// 130:81 -[com_81] -type=text -x=45 -y=26 -width=24 -height=14 -layer=com_83 -textfont=p12_full -text=x%1 -textshadow=yes -colour=0xffff00 -onvartransmit=script1290 -onvartransmitlist=varplayer_524,varplayer_525 - -// 130:82 -[com_82] -type=graphic -x=460 -y=20 -width=23 -height=23 -layer=com_83 -graphic="close_buttons,4" -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 130:83 -[com_83] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_131.if3 b/dumps/530/interface/interface_131.if3 deleted file mode 100644 index 610e50088..000000000 --- a/dumps/530/interface/interface_131.if3 +++ /dev/null @@ -1,61 +0,0 @@ -// 131:0 -[com_0] -type=model -x=9 -y=9 -width=50 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 131:1 -[com_1] -type=text -x=96 -y=9 -width=380 -height=69 -textfont=q8_full -text=Line1 -textalignh=1 -textalignv=1 -colour=0x000000 - -// 131:2 -[com_2] -type=model -x=33 -y=33 -width=50 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 131:3 -[com_3] -type=text -x=96 -y=80 -width=380 -height=17 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_132.if b/dumps/530/interface/interface_132.if deleted file mode 100644 index 683c6537e..000000000 --- a/dumps/530/interface/interface_132.if +++ /dev/null @@ -1,147 +0,0 @@ -// 132:0 -[com_0] - -// 132:1 -[com_1] - -// 132:2 -[com_2] - -// 132:3 -[com_3] - -// 132:4 -[com_4] - -// 132:5 -[com_5] - -// 132:6 -[com_6] - -// 132:7 -[com_7] - -// 132:8 -[com_8] - -// 132:9 -[com_9] - -// 132:10 -[com_10] - -// 132:11 -[com_11] - -// 132:12 -[com_12] - -// 132:13 -[com_13] - -// 132:14 -[com_14] - -// 132:15 -[com_15] - -// 132:16 -[com_16] - -// 132:17 -[com_17] - -// 132:18 -[com_18] - -// 132:19 -[com_19] - -// 132:20 -[com_20] - -// 132:21 -[com_21] - -// 132:22 -[com_22] - -// 132:23 -[com_23] - -// 132:24 -[com_24] - -// 132:25 -[com_25] - -// 132:26 -[com_26] - -// 132:27 -[com_27] - -// 132:28 -[com_28] - -// 132:29 -[com_29] - -// 132:30 -[com_30] - -// 132:31 -[com_31] - -// 132:32 -[com_32] - -// 132:33 -[com_33] - -// 132:34 -[com_34] - -// 132:35 -[com_35] - -// 132:36 -[com_36] - -// 132:37 -[com_37] - -// 132:38 -[com_38] - -// 132:39 -[com_39] - -// 132:40 -[com_40] - -// 132:41 -[com_41] - -// 132:42 -[com_42] - -// 132:43 -[com_43] - -// 132:44 -[com_44] - -// 132:45 -[com_45] - -// 132:46 -[com_46] - -// 132:47 -[com_47] - -// 132:48 -[com_48] - diff --git a/dumps/530/interface/interface_133.if3 b/dumps/530/interface/interface_133.if3 deleted file mode 100644 index 5762b5262..000000000 --- a/dumps/530/interface/interface_133.if3 +++ /dev/null @@ -1,98 +0,0 @@ -// 133:0 -[com_0] -type=text -x=31 -y=42 -width=447 -height=17 -textfont=p12_full -colour=0x000000 -opbase=A -op1=Select -onmouseover=script45(event_com, 0x3f3f3f) -onmouseleave=script45(event_com, ^black) - -// 133:1 -[com_1] -type=text -x=31 -y=60 -width=447 -height=17 -textfont=p12_full -colour=0x000000 -opbase=B -op1=Select -onmouseover=script45(event_com, 0x3f3f3f) -onmouseleave=script45(event_com, ^black) - -// 133:2 -[com_2] -type=text -x=31 -y=78 -width=447 -height=17 -textfont=p12_full -colour=0x000000 -opbase=C -op1=Select -onmouseover=script45(event_com, 0x3f3f3f) -onmouseleave=script45(event_com, ^black) - -// 133:3 -[com_3] -type=text -x=10 -y=42 -width=18 -height=17 -textfont=p12_full -text=[A] -textalignh=1 -colour=0x0000ff - -// 133:4 -[com_4] -type=text -x=10 -y=60 -width=18 -height=17 -textfont=p12_full -text=[B] -textalignh=1 -colour=0x0000ff - -// 133:5 -[com_5] -type=text -x=10 -y=78 -width=18 -height=17 -textfont=p12_full -text=[C] -textalignh=1 -colour=0x0000ff - -// 133:6 -[com_6] -type=text -x=35 -y=5 -width=443 -height=30 -textfont=p12_full -colour=0x800000 - -// 133:7 -[com_7] -type=text -x=4 -y=5 -width=30 -height=14 -textfont=p12_full -colour=0x800000 - diff --git a/dumps/530/interface/interface_134.if3 b/dumps/530/interface/interface_134.if3 deleted file mode 100644 index b4b1a66f5..000000000 --- a/dumps/530/interface/interface_134.if3 +++ /dev/null @@ -1,732 +0,0 @@ -// 134:0 -[com_0] -type=model -x=15 -y=23 -width=480 -height=301 -model=model_26397 -modelorigin_x=-2 -modelorigin_y=33 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1009 -unknown100=64430 -unknown101=2026 - -// 134:1 -[com_1] -type=text -x=42 -y=40 -width=400 -height=34 -textfont=quill_oblique_large -text=Choose the stat you wish to be advanced -colour=0x46320a -opbase= - -// 134:2 -[com_2] -type=text -x=373 -y=259 -width=81 -height=33 -textfont=quill_oblique_large -text=Confirm -colour=0x46320a -op1=Confirm -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x46320a) -onvartransmit=script790 -onvartransmitlist=varplayer_261 - -// 134:3 -[com_3] -type=rectangle -x=42 -y=70 -width=416 -height=1 -colour=0x46320a -fill=yes -trans=200 - -// 134:4 -[com_4] -type=rectangle -x=47 -y=80 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:5 -[com_5] -type=rectangle -x=107 -y=135 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:6 -[com_6] -type=rectangle -x=167 -y=135 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:7 -[com_7] -type=rectangle -x=287 -y=135 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:8 -[com_8] -type=rectangle -x=227 -y=135 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:9 -[com_9] -type=rectangle -x=347 -y=135 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:10 -[com_10] -type=rectangle -x=407 -y=135 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:11 -[com_11] -type=rectangle -x=47 -y=190 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:12 -[com_12] -type=rectangle -x=107 -y=190 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:13 -[com_13] -type=rectangle -x=167 -y=190 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:14 -[com_14] -type=rectangle -x=227 -y=190 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:15 -[com_15] -type=rectangle -x=287 -y=190 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:16 -[com_16] -type=rectangle -x=347 -y=190 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:17 -[com_17] -type=rectangle -x=407 -y=190 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:18 -[com_18] -type=rectangle -x=167 -y=245 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:19 -[com_19] -type=rectangle -x=227 -y=245 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:20 -[com_20] -type=rectangle -x=287 -y=245 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:21 -[com_21] -type=rectangle -x=107 -y=80 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:22 -[com_22] -type=rectangle -x=167 -y=80 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:23 -[com_23] -type=rectangle -x=227 -y=80 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:24 -[com_24] -type=rectangle -x=287 -y=80 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:25 -[com_25] -type=rectangle -x=407 -y=80 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:26 -[com_26] -type=rectangle -x=347 -y=80 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:27 -[com_27] -type=rectangle -x=47 -y=135 -width=55 -height=55 -hide=yes -colour=0x46320a -fill=yes -trans=180 - -// 134:28 -[com_28] -type=graphic -x=443 -y=40 -width=26 -height=23 -graphic="close_buttons,6" -op1=Close -onmouseleave=script44(interface_134:com_28, "close_buttons,6") -onop=script29 -onmouserepeat=script44(interface_134:com_28, "close_buttons,7") - -// 134:29 -[com_29] -type=graphic -x=47 -y=80 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,0" -opbase=Attack -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Attack", 50, 150) -onclick=script789(interface_134:com_4) - -// 134:30 -[com_30] -type=graphic -x=107 -y=80 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,1" -opbase=Strength -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Strength", 50, 150) -onclick=script789(interface_134:com_21) - -// 134:31 -[com_31] -type=graphic -x=284 -y=80 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,2" -opbase=Defence -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Defence", 50, 150) -onclick=script789(interface_134:com_24) - -// 134:32 -[com_32] -type=graphic -x=164 -y=80 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,3" -opbase=Ranged -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Ranged", 50, 150) -onclick=script789(interface_134:com_22) - -// 134:33 -[com_33] -type=graphic -x=47 -y=135 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,4" -opbase=Prayer -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Prayer", 50, 150) -onclick=script789(interface_134:com_27) - -// 134:34 -[com_34] -type=graphic -x=408 -y=80 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,6" -opbase=Hitpoints -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Hitpoints", 50, 150) -onclick=script789(interface_134:com_25) - -// 134:35 -[com_35] -type=graphic -x=224 -y=80 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,5" -opbase=Magic -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Magic", 50, 150) -onclick=script789(interface_134:com_23) - -// 134:36 -[com_36] -type=graphic -x=107 -y=135 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,7" -opbase=Agility -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Agility", 50, 150) -onclick=script789(interface_134:com_5) - -// 134:37 -[com_37] -type=graphic -x=167 -y=135 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,8" -opbase=Herblore -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Herblore", 50, 150) -onclick=script789(interface_134:com_6) - -// 134:38 -[com_38] -type=graphic -x=226 -y=134 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,9" -opbase=Thieving -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Thieving", 50, 150) -onclick=script789(interface_134:com_8) - -// 134:39 -[com_39] -type=graphic -x=342 -y=80 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,10" -opbase=Crafting -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Crafting", 50, 150) -onclick=script789(interface_134:com_26) - -// 134:40 -[com_40] -type=graphic -x=163 -y=246 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,11" -opbase=Fletching -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Fletching", 50, 150) -onclick=script789(interface_134:com_18) - -// 134:41 -[com_41] -type=graphic -x=107 -y=189 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,12" -opbase=Mining -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Mining", 50, 150) -onclick=script789(interface_134:com_12) - -// 134:42 -[com_42] -type=graphic -x=166 -y=190 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,13" -opbase=Smithing -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Smithing", 50, 150) -onclick=script789(interface_134:com_13) - -// 134:43 -[com_43] -type=graphic -x=285 -y=135 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,14" -opbase=Fishing -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Fishing", 50, 150) -onclick=script789(interface_134:com_7) - -// 134:44 -[com_44] -type=graphic -x=345 -y=190 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,16" -opbase=Firemaking -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Firemaking", 50, 150) -onclick=script789(interface_134:com_16) - -// 134:45 -[com_45] -type=graphic -x=284 -y=190 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,15" -opbase=Cooking -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Cooking", 50, 150) -onclick=script789(interface_134:com_15) - -// 134:46 -[com_46] -type=graphic -x=402 -y=190 -width=55 -height=54 -layer=com_53 -graphic="staticons_high_res,17" -opbase=Woodcutting -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Woodcutting", 50, 150) -onclick=script789(interface_134:com_17) - -// 134:47 -[com_47] -type=graphic -x=347 -y=135 -width=55 -height=54 -layer=com_53 -graphic="staticons2_high_res,0" -opbase=Runecraft -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Runecrafting", 50, 150) -onclick=script789(interface_134:com_9) - -// 134:48 -[com_48] -type=graphic -x=407 -y=135 -width=55 -height=54 -layer=com_53 -graphic="staticons2_high_res,1" -opbase=Slayer -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Slayer", 50, 150) -onclick=script789(interface_134:com_10) - -// 134:49 -[com_49] -type=graphic -x=227 -y=190 -width=55 -height=54 -layer=com_53 -graphic="staticons2_high_res,5" -opbase=Hunter -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Hunter", 50, 150) -onclick=script789(interface_134:com_14) - -// 134:50 -[com_50] -type=graphic -x=47 -y=189 -width=55 -height=54 -layer=com_53 -graphic="staticons2_high_res,2" -opbase=Farming -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Farming", 50, 150) -onclick=script789(interface_134:com_11) - -// 134:51 -[com_51] -type=graphic -x=227 -y=243 -width=55 -height=54 -layer=com_53 -graphic="staticons2_high_res,6" -opbase=Construction -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Construction", 50, 150) -onclick=script789(interface_134:com_19) - -// 134:52 -[com_52] -type=graphic -x=286 -y=243 -width=55 -height=54 -layer=com_53 -graphic="staticons2_high_res,7" -opbase=Summoning -op1=Select -onmouseleave=script40(interface_134:com_54) -onmouserepeat=script38(event_com, interface_134:com_54, "Summoning", 50, 150) -onclick=script789(interface_134:com_20) - -// 134:53 -[com_53] -type=layer -width=512 -height=334 - -// 134:54 -[com_54] -type=layer -x=121 -y=67 -width=193 -height=126 -layer=com_53 - diff --git a/dumps/530/interface/interface_135.if3 b/dumps/530/interface/interface_135.if3 deleted file mode 100644 index 6668fcfdf..000000000 --- a/dumps/530/interface/interface_135.if3 +++ /dev/null @@ -1,248 +0,0 @@ -// 135:0 -[com_0] -type=rectangle -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -colour=0xa4957f -fill=yes -trans=200 - -// 135:1 -[com_1] -type=model -x=158 -y=1 -width=208 -height=111 -layer=com_16 -model=model_18533 -modelorigin_x=-4 -modelorigin_y=-8 -modelangle_x=515 -modelangle_y=513 -modelangle_z=0 -modelzoom=1418 -unknown100=64011 -unknown101=2831 - -// 135:2 -[com_2] -type=text -x=171 -y=14 -width=180 -height=15 -layer=com_16 -textfont=b12_full -text=To the NORTH -textalignh=1 -colour=0x381f0a - -// 135:3 -[com_3] -type=text -x=171 -y=28 -width=180 -height=71 -layer=com_16 -textfont=q8_full -text=To the NORTH -textalignh=1 -textalignv=1 -colour=0x381f0a - -// 135:4 -[com_4] -type=model -x=367 -y=65 -width=147 -height=192 -layer=com_16 -model=model_18530 -modelorigin_x=-6 -modelorigin_y=-1 -modelangle_x=478 -modelangle_y=3 -modelangle_z=0 -modelzoom=1290 -unknown100=64087 -unknown101=2589 - -// 135:5 -[com_5] -type=model -x=158 -y=216 -width=208 -height=111 -layer=com_16 -model=model_18533 -modelorigin_x=-4 -modelorigin_y=-8 -modelangle_x=515 -modelangle_y=513 -modelangle_z=0 -modelzoom=1418 -unknown100=64011 -unknown101=2831 - -// 135:6 -[com_6] -type=text -x=382 -y=86 -width=118 -height=15 -layer=com_16 -textfont=b12_full -text=To the EAST -textalignh=1 -colour=0x381f0a - -// 135:7 -[com_7] -type=text -x=172 -y=238 -width=177 -height=15 -layer=com_16 -textfont=b12_full -text=To the SOUTH -textalignh=1 -colour=0x381f0a - -// 135:8 -[com_8] -type=text -x=382 -y=103 -width=118 -height=137 -layer=com_16 -textfont=q8_full -text=To the EAST -textalignh=1 -textalignv=1 -colour=0x381f0a - -// 135:9 -[com_9] -type=text -x=173 -y=253 -width=176 -height=66 -layer=com_16 -textfont=q8_full -text=To the SOUTH -textalignh=1 -textalignv=1 -colour=0x381f0a - -// 135:10 -[com_10] -type=model -x=2 -y=64 -width=147 -height=190 -layer=com_16 -model=model_18530 -modelorigin_x=-7 -modelorigin_y=-1 -modelangle_x=475 -modelangle_y=0 -modelangle_z=0 -modelzoom=1290 -unknown100=64086 -unknown101=2591 - -// 135:11 -[com_11] -type=text -x=18 -y=86 -width=114 -height=14 -layer=com_16 -textfont=b12_full -text=To the WEST -textalignh=1 -colour=0x381f0a - -// 135:12 -[com_12] -type=text -x=17 -y=100 -width=115 -height=138 -layer=com_16 -textfont=q8_full -text=To the WEST -textalignh=1 -textalignv=1 -colour=0x381f0a - -// 135:13 -[com_13] -type=graphic -x=481 -y=7 -width=26 -height=23 -layer=com_16 -graphic="close_buttons,4" - -// 135:14 -[com_14] -type=model -x=186 -y=87 -width=145 -height=148 -layer=com_16 -model=model_18535 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64306 -unknown101=2320 - -// 135:15 -[com_15] -type=layer -x=479 -y=3 -width=32 -height=32 -layer=com_16 - -// 135:16 -[com_16] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 135:17 -[com_17] -type=graphic -x=2 -y=4 -width=26 -height=23 -layer=com_15 -graphic="close_buttons,5" -op1=Close -onop=script29 - diff --git a/dumps/530/interface/interface_136.if3 b/dumps/530/interface/interface_136.if3 deleted file mode 100644 index 1207fa954..000000000 --- a/dumps/530/interface/interface_136.if3 +++ /dev/null @@ -1,72 +0,0 @@ -// 136:0 -[com_0] -type=text -y=8 -width=85 -height=17 -xmode=abs_centre -layer=com_4 -textfont=q8_full -text=Both -textalignh=1 -colour=0x800000 - -// 136:1 -[com_1] -type=text -y=67 -width=85 -height=17 -xmode=abs_centre -layer=com_4 -textfont=q8_full -text=Argh! -textalignh=1 -colour=0x000000 - -// 136:2 -[com_2] -type=model -x=1464 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_4 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=2150 -op10= - -// 136:3 -[com_3] -type=model -x=1302 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_4 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=2150 -op10= - -// 136:4 -[com_4] -type=layer -width=506 -height=129 - diff --git a/dumps/530/interface/interface_137.if3 b/dumps/530/interface/interface_137.if3 deleted file mode 100644 index 7c40545cb..000000000 --- a/dumps/530/interface/interface_137.if3 +++ /dev/null @@ -1,1806 +0,0 @@ -// 137:0 -[com_0] -type=layer -width=506 -height=130 -hide=yes -noclickthrough=yes - -// 137:1 -[com_1] -type=layer -x=38 -y=2 -width=466 -height=14 -layer=com_0 - -// 137:2 -[com_2] -type=layer -width=466 -height=14 -layer=com_1 - -// 137:3 -[com_3] -type=text -x=38 -y=2 -width=466 -height=14 -layer=com_0 -hide=yes -textfont=p11_full -textshadow=yes -colour=0xffff00 - -// 137:4 -[com_4] -type=graphic -y=1 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,2" -op1=Close Quick Chat -onmouseover=script1055(event_com) -onmouseleave=script1056(event_com) -onop=script1053 - -// 137:5 -[com_5] -type=graphic -x=21 -y=1 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,4" -op1=Quick Chat Help -onmouseover=script1057(event_com) -onmouseleave=script1058(event_com) - -// 137:6 -[com_6] -type=rectangle -y=16 -width=506 -height=2 -layer=com_0 -colour=0x847963 - -// 137:7 -[com_7] -type=layer -x=2 -y=18 -width=502 -height=112 -layer=com_0 -hide=yes - -// 137:8 -[com_8] -type=text -y=30 -width=506 -height=14 -layer=com_7 -textfont=p12_full -text=0 -textalignh=1 -textalignv=1 -colour=0x000000 - -// 137:9 -[com_9] -type=layer -x=2 -y=18 -width=502 -height=112 -layer=com_0 -hide=yes - -// 137:10 -[com_10] -type=text -width=506 -height=14 -layer=com_9 -textfont=p12_full -text=Please select an option from the list below: -textalignh=1 -textalignv=1 -colour=0x000000 - -// 137:11 -[com_11] -type=layer -x=486 -y=14 -width=16 -height=98 -layer=com_9 -onload=script30(event_com, interface_137:com_12) - -// 137:12 -[com_12] -type=layer -y=14 -width=486 -height=98 -layer=com_9 - -// 137:13 -[com_13] -type=layer -x=2 -y=18 -width=502 -height=112 -layer=com_0 -hide=yes - -// 137:14 -[com_14] -type=text -width=506 -height=14 -layer=com_13 -textfont=p12_full -text=Please enter a search term and select an object from the list: -textalignh=1 -textalignv=1 -colour=0x000000 - -// 137:15 -[com_15] -type=layer -x=486 -y=14 -width=16 -height=98 -layer=com_13 -onload=script30(event_com, interface_137:com_16) - -// 137:16 -[com_16] -type=layer -y=14 -width=486 -height=98 -layer=com_13 - -// 137:17 -[com_17] -type=layer -x=2 -y=18 -width=502 -height=112 -layer=com_0 - -// 137:18 -[com_18] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:19 -[com_19] -type=layer -width=502 -height=112 -layer=com_18 - -// 137:20 -[com_20] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:21 -[com_21] -type=layer -width=502 -height=112 -layer=com_20 - -// 137:22 -[com_22] -type=rectangle -width=2 -height=112 -layer=com_20 -colour=0x847963 -fill=yes - -// 137:23 -[com_23] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:24 -[com_24] -type=layer -width=502 -height=112 -layer=com_23 - -// 137:25 -[com_25] -type=rectangle -width=2 -height=112 -layer=com_23 -colour=0x847963 -fill=yes - -// 137:26 -[com_26] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:27 -[com_27] -type=layer -width=502 -height=112 -layer=com_26 - -// 137:28 -[com_28] -type=rectangle -width=2 -height=112 -layer=com_26 -colour=0x847963 -fill=yes - -// 137:29 -[com_29] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:30 -[com_30] -type=layer -width=502 -height=112 -layer=com_29 - -// 137:31 -[com_31] -type=rectangle -width=2 -height=112 -layer=com_29 -colour=0x847963 -fill=yes - -// 137:32 -[com_32] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:33 -[com_33] -type=layer -width=502 -height=112 -layer=com_32 - -// 137:34 -[com_34] -type=rectangle -width=2 -height=112 -layer=com_32 -colour=0x847963 -fill=yes - -// 137:35 -[com_35] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:36 -[com_36] -type=layer -width=502 -height=112 -layer=com_35 - -// 137:37 -[com_37] -type=rectangle -width=2 -height=112 -layer=com_35 -colour=0x847963 -fill=yes - -// 137:38 -[com_38] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:39 -[com_39] -type=layer -width=502 -height=112 -layer=com_38 - -// 137:40 -[com_40] -type=rectangle -width=2 -height=112 -layer=com_38 -colour=0x847963 -fill=yes - -// 137:41 -[com_41] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:42 -[com_42] -type=layer -width=502 -height=112 -layer=com_41 - -// 137:43 -[com_43] -type=rectangle -width=2 -height=112 -layer=com_41 -colour=0x847963 -fill=yes - -// 137:44 -[com_44] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:45 -[com_45] -type=layer -width=502 -height=112 -layer=com_44 - -// 137:46 -[com_46] -type=rectangle -width=2 -height=112 -layer=com_44 -colour=0x847963 -fill=yes - -// 137:47 -[com_47] -type=layer -width=502 -height=112 -layer=com_17 - -// 137:48 -[com_48] -type=layer -width=502 -height=112 -layer=com_47 - -// 137:49 -[com_49] -type=rectangle -width=2 -height=112 -layer=com_47 -colour=0x847963 -fill=yes - -// 137:50 -[com_50] -type=layer -width=506 -height=130 - -// 137:51 -[com_51] -type=text -x=3 -y=113 -width=501 -height=17 -layer=com_50 -textfont=p12_full -colour=0x000000 -onload=script1362 - -// 137:52 -[com_52] -type=layer -x=3 -y=113 -width=501 -height=17 -layer=com_50 -op1=Public Quick Chat -op2=Clan Quick Chat -onop=script1049(event_op) - -// 137:53 -[com_53] -type=line -x=1 -y=113 -width=504 -layer=com_50 -colour=0x807660 - -// 137:54 -[com_54] -type=graphic -x=1 -y=113 -width=504 -height=1 -layer=com_50 -graphic=graphic_1246 -alpha=yes - -// 137:55 -[com_55] -type=graphic -x=1 -width=504 -height=1 -layer=com_50 -graphic=graphic_1246 -alpha=yes - -// 137:56 -[com_56] -type=layer -width=488 -height=113 -layer=com_50 -scrollheight=999 - -// 137:57 -[com_57] -type=layer -width=16 -height=113 -xmode=abs_right -layer=com_50 -noclickthrough=yes -onload=script1300(event_com, interface_137:com_56) - -// 137:58 -[com_58] -type=text -x=3 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:59 -[com_59] -type=text -x=3 -y=14 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:60 -[com_60] -type=text -x=3 -y=28 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:61 -[com_61] -type=text -x=3 -y=42 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:62 -[com_62] -type=text -x=3 -y=56 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:63 -[com_63] -type=text -x=3 -y=70 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:64 -[com_64] -type=text -x=3 -y=84 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:65 -[com_65] -type=text -x=3 -y=98 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:66 -[com_66] -type=text -x=3 -y=112 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -opbase= -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:67 -[com_67] -type=text -x=3 -y=126 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:68 -[com_68] -type=text -x=3 -y=140 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:69 -[com_69] -type=text -x=3 -y=154 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:70 -[com_70] -type=text -x=3 -y=168 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:71 -[com_71] -type=text -x=3 -y=182 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:72 -[com_72] -type=text -x=3 -y=196 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:73 -[com_73] -type=text -x=3 -y=210 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:74 -[com_74] -type=text -x=3 -y=224 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:75 -[com_75] -type=text -x=3 -y=238 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:76 -[com_76] -type=text -x=3 -y=252 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:77 -[com_77] -type=text -x=3 -y=266 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:78 -[com_78] -type=text -x=3 -y=280 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:79 -[com_79] -type=text -x=3 -y=294 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:80 -[com_80] -type=text -x=3 -y=308 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:81 -[com_81] -type=text -x=3 -y=322 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:82 -[com_82] -type=text -x=3 -y=336 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:83 -[com_83] -type=text -x=3 -y=350 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:84 -[com_84] -type=text -x=3 -y=364 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:85 -[com_85] -type=text -x=3 -y=378 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:86 -[com_86] -type=text -x=3 -y=392 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:87 -[com_87] -type=text -x=3 -y=406 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:88 -[com_88] -type=text -x=3 -y=420 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:89 -[com_89] -type=text -x=3 -y=434 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:90 -[com_90] -type=text -x=3 -y=448 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:91 -[com_91] -type=text -x=3 -y=462 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:92 -[com_92] -type=text -x=3 -y=476 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:93 -[com_93] -type=text -x=3 -y=490 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:94 -[com_94] -type=text -x=3 -y=504 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:95 -[com_95] -type=text -x=3 -y=518 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:96 -[com_96] -type=text -x=3 -y=532 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:97 -[com_97] -type=text -x=3 -y=546 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:98 -[com_98] -type=text -x=3 -y=560 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:99 -[com_99] -type=text -x=3 -y=574 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:100 -[com_100] -type=text -x=3 -y=588 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:101 -[com_101] -type=text -x=3 -y=602 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:102 -[com_102] -type=text -x=3 -y=616 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:103 -[com_103] -type=text -x=3 -y=630 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:104 -[com_104] -type=text -x=3 -y=644 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:105 -[com_105] -type=text -x=3 -y=658 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:106 -[com_106] -type=text -x=3 -y=672 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:107 -[com_107] -type=text -x=3 -y=686 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:108 -[com_108] -type=text -x=3 -y=700 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:109 -[com_109] -type=text -x=3 -y=714 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:110 -[com_110] -type=text -x=3 -y=728 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:111 -[com_111] -type=text -x=3 -y=742 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:112 -[com_112] -type=text -x=3 -y=756 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:113 -[com_113] -type=text -x=3 -y=770 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:114 -[com_114] -type=text -x=3 -y=784 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:115 -[com_115] -type=text -x=3 -y=798 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:116 -[com_116] -type=text -x=3 -y=812 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:117 -[com_117] -type=text -x=3 -y=826 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:118 -[com_118] -type=text -x=3 -y=840 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:119 -[com_119] -type=text -x=3 -y=854 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:120 -[com_120] -type=text -x=3 -y=868 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:121 -[com_121] -type=text -x=3 -y=882 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:122 -[com_122] -type=text -x=3 -y=896 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:123 -[com_123] -type=text -x=3 -y=910 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:124 -[com_124] -type=text -x=3 -y=924 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:125 -[com_125] -type=text -x=3 -y=938 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:126 -[com_126] -type=text -x=3 -y=952 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:127 -[com_127] -type=text -x=3 -y=966 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:128 -[com_128] -type=text -x=3 -y=980 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:129 -[com_129] -type=text -x=3 -y=994 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:130 -[com_130] -type=text -x=3 -y=1008 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:131 -[com_131] -type=text -x=3 -y=1022 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:132 -[com_132] -type=text -x=3 -y=1036 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:133 -[com_133] -type=text -x=3 -y=1050 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:134 -[com_134] -type=text -x=3 -y=1064 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:135 -[com_135] -type=text -x=3 -y=1078 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:136 -[com_136] -type=text -x=3 -y=1092 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:137 -[com_137] -type=text -x=3 -y=1106 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:138 -[com_138] -type=text -x=3 -y=1120 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:139 -[com_139] -type=text -x=3 -y=1134 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:140 -[com_140] -type=text -x=3 -y=1148 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:141 -[com_141] -type=text -x=3 -y=1162 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:142 -[com_142] -type=text -x=3 -y=1176 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:143 -[com_143] -type=text -x=3 -y=1190 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:144 -[com_144] -type=text -x=3 -y=1204 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:145 -[com_145] -type=text -x=3 -y=1218 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:146 -[com_146] -type=text -x=3 -y=1232 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:147 -[com_147] -type=text -x=3 -y=1246 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:148 -[com_148] -type=text -x=3 -y=1260 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:149 -[com_149] -type=text -x=3 -y=1274 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:150 -[com_150] -type=text -x=3 -y=1288 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:151 -[com_151] -type=text -x=3 -y=1302 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:152 -[com_152] -type=text -x=3 -y=1316 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:153 -[com_153] -type=text -x=3 -y=1330 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:154 -[com_154] -type=text -x=3 -y=1344 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:155 -[com_155] -type=text -x=3 -y=1358 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:156 -[com_156] -type=text -x=3 -y=1372 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - -// 137:157 -[com_157] -type=text -x=3 -y=1386 -width=484 -height=14 -layer=com_56 -textfont=p12_full -colour=0x000000 -op8=8 -onop=script86(event_op, event_opbase, 0) - diff --git a/dumps/530/interface/interface_138.if3 b/dumps/530/interface/interface_138.if3 deleted file mode 100644 index 9e26e7ec2..000000000 --- a/dumps/530/interface/interface_138.if3 +++ /dev/null @@ -1,589 +0,0 @@ -// 138:0 -[com_0] -type=layer -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -onload=script2062 -onvartransmit=script2063 -onvartransmitlist=varplayer_153 - -// 138:1 -[com_1] -type=model -width=507 -height=319 -xmode=abs_centre -ymode=abs_centre -layer=com_0 -model=model_3048 -modelorigin_x=3 -modelorigin_y=-14 -modelangle_x=503 -modelangle_y=1 -modelangle_z=0 -modelzoom=585 -unknown100=260 -unknown101=1171 - -// 138:2 -[com_2] -type=model -x=16 -y=33 -width=143 -height=110 -layer=com_0 -model=model_3043 -modelorigin_x=2 -modelorigin_y=-21 -modelangle_x=539 -modelangle_y=2044 -modelangle_z=0 -modelzoom=1061 -unknown100=65251 -unknown101=2134 - -// 138:3 -[com_3] -type=model -x=226 -y=29 -width=94 -height=80 -layer=com_0 -model=model_3030 -modelorigin_x=0 -modelorigin_y=-10 -modelangle_x=424 -modelangle_y=8 -modelangle_z=0 -modelzoom=2073 -unknown100=63607 -unknown101=4179 - -// 138:4 -[com_4] -type=model -x=394 -y=36 -width=64 -height=49 -layer=com_0 -model=model_3038 -modelorigin_x=-17 -modelorigin_y=-10 -modelangle_x=506 -modelangle_y=2043 -modelangle_z=0 -modelzoom=1438 -unknown100=64329 -unknown101=2875 - -// 138:5 -[com_5] -type=model -x=387 -y=110 -width=113 -height=137 -layer=com_0 -model=model_3025 -modelorigin_x=2 -modelorigin_y=-13 -modelangle_x=470 -modelangle_y=8 -modelangle_z=0 -modelzoom=887 -unknown100=64632 -unknown101=1785 - -// 138:6 -[com_6] -type=model -x=211 -y=202 -width=74 -height=96 -layer=com_0 -model=model_3047 -modelorigin_x=-6 -modelorigin_y=-10 -modelangle_x=469 -modelangle_y=11 -modelangle_z=0 -modelzoom=851 -unknown100=64788 -unknown101=1709 - -// 138:7 -[com_7] -type=model -x=35 -y=211 -width=101 -height=91 -layer=com_0 -model=model_5730 -modelorigin_x=4 -modelorigin_y=10 -modelangle_x=416 -modelangle_y=29 -modelangle_z=0 -modelzoom=958 -unknown100=65359 -unknown101=1947 - -// 138:8 -[com_8] -type=text -x=43 -y=118 -width=140 -height=17 -layer=com_0 -textfont=q8_full -text=Ta Quir Priw -textalignh=1 -colour=0x2b1c0f - -// 138:9 -[com_9] -type=text -x=374 -y=89 -width=103 -height=17 -layer=com_0 -textfont=q8_full -text=Lemanto Andra -colour=0x2b1c0f - -// 138:10 -[com_10] -type=text -x=173 -y=31 -width=90 -height=17 -layer=com_0 -textfont=q8_full -text=Sindarpos -textalignh=1 -colour=0x2b1c0f - -// 138:11 -[com_11] -type=text -x=199 -y=282 -width=83 -height=17 -layer=com_0 -textfont=q8_full -text=Gandius -textalignh=1 -colour=0x2b1c0f - -// 138:12 -[com_12] -type=text -x=335 -y=137 -width=95 -height=17 -layer=com_0 -textfont=q8_full -text=Kar-Hewo -textalignh=1 -colour=0x3b1c0f - -// 138:13 -[com_13] -type=text -x=35 -y=189 -width=100 -height=17 -layer=com_0 -textfont=q8_full -text=Lemantolly -textalignh=1 -colour=0x2b1c0f - -// 138:14 -[com_14] -type=text -x=83 -y=210 -width=60 -height=17 -layer=com_0 -textfont=q8_full -text=Undri -textalignh=1 -colour=0x2b1c0f - -// 138:15 -[com_15] -type=model -x=214 -y=220 -width=59 -height=81 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=33790 -unknown101=400 -op1=Travel -onmouseover=script67(interface_138:com_6, model_3029) -onmouseleave=script67(interface_138:com_6, model_3047) - -// 138:16 -[com_16] -type=model -x=41 -y=32 -width=101 -height=106 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=33790 -unknown101=400 -op1=Travel -onmouseover=script67(interface_138:com_2, model_3045) -onmouseleave=script67(interface_138:com_2, model_3043) - -// 138:17 -[com_17] -type=model -x=185 -y=29 -width=139 -height=56 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=33790 -unknown101=400 -op1=Travel -onmouseover=script67(interface_138:com_3, model_3036) -onmouseleave=script67(interface_138:com_3, model_3030) - -// 138:18 -[com_18] -type=model -x=373 -y=41 -width=102 -height=65 -layer=com_0 -model=null -modelorigin_x=45 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=33790 -unknown101=400 -op1=Travel -onmouseover=script67(interface_138:com_4, model_3026) -onmouseleave=script67(interface_138:com_4, model_3038) - -// 138:19 -[com_19] -type=model -x=360 -y=139 -width=127 -height=61 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=33790 -unknown101=400 -op1=Travel -onmouseover=script67(interface_138:com_5, model_3027) -onmouseleave=script67(interface_138:com_5, model_3025) - -// 138:20 -[com_20] -type=model -x=40 -y=212 -width=90 -height=100 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=416 -modelangle_y=29 -modelangle_z=0 -modelzoom=958 -unknown100=33790 -unknown101=958 -op1=Travel -onmouseover=script67(interface_138:com_7, model_5731) -onmouseleave=script67(interface_138:com_7, model_5730) - -// 138:21 -[com_21] -type=graphic -x=28 -y=14 -width=26 -height=23 -xmode=abs_right -layer=com_0 -hide=yes -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 138:22 -[com_22] -type=model -x=54 -y=37 -width=73 -height=216 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=-14 -modelorigin_y=7 -modelangle_x=267 -modelangle_y=469 -modelangle_z=0 -modelzoom=689 -modelanim=seq_785 -unknown100=65449 -unknown101=1541 - -// 138:23 -[com_23] -type=model -x=40 -y=26 -width=89 -height=255 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=26 -modelorigin_y=-43 -modelangle_x=255 -modelangle_y=1584 -modelangle_z=0 -modelzoom=689 -modelanim=seq_785 -unknown100=65258 -unknown101=1485 - -// 138:24 -[com_24] -type=model -x=89 -y=45 -width=319 -height=63 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=33 -modelorigin_y=22 -modelangle_x=365 -modelangle_y=2031 -modelangle_z=0 -modelzoom=689 -modelanim=seq_785 -unknown100=65135 -unknown101=1387 - -// 138:25 -[com_25] -type=model -x=32 -y=19 -width=169 -height=292 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=-3 -modelorigin_y=25 -modelangle_x=435 -modelangle_y=364 -modelangle_z=0 -modelzoom=650 -modelanim=seq_785 -unknown100=65100 -unknown101=1342 - -// 138:26 -[com_26] -type=model -x=35 -y=57 -width=164 -height=315 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=-7 -modelorigin_y=-45 -modelangle_x=412 -modelangle_y=1401 -modelangle_z=0 -modelzoom=650 -modelanim=seq_785 -unknown100=65049 -unknown101=1328 - -// 138:27 -[com_27] -type=model -x=101 -y=35 -width=166 -height=206 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=2 -modelorigin_y=20 -modelangle_x=430 -modelangle_y=306 -modelangle_z=0 -modelzoom=832 -modelanim=seq_785 -unknown100=64776 -unknown101=1704 - -// 138:28 -[com_28] -type=model -x=83 -y=66 -width=178 -height=210 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=-12 -modelorigin_y=-28 -modelangle_x=405 -modelangle_y=1319 -modelangle_z=0 -modelzoom=832 -modelanim=seq_785 -unknown100=64745 -unknown101=1689 - -// 138:29 -[com_29] -type=model -x=96 -y=54 -width=207 -height=73 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=-97 -modelorigin_y=2 -modelangle_x=494 -modelangle_y=982 -modelangle_z=0 -modelzoom=689 -modelanim=seq_786 -unknown100=64895 -unknown101=1372 - -// 138:30 -[com_30] -type=model -x=102 -y=59 -width=206 -height=57 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=98 -modelorigin_y=7 -modelangle_x=404 -modelangle_y=2039 -modelangle_z=0 -modelzoom=689 -modelanim=seq_786 -unknown100=64877 -unknown101=1382 - -// 138:31 -[com_31] -type=model -x=135 -y=100 -width=315 -height=117 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=-32 -modelorigin_y=-16 -modelangle_x=375 -modelangle_y=1126 -modelangle_z=0 -modelzoom=689 -modelanim=seq_785 -unknown100=64861 -unknown101=1384 - -// 138:32 -[com_32] -type=model -x=115 -y=68 -width=302 -height=117 -layer=com_0 -hide=yes -model=model_3063 -modelorigin_x=22 -modelorigin_y=19 -modelangle_x=425 -modelangle_y=105 -modelangle_z=0 -modelzoom=689 -modelanim=seq_785 -unknown100=64823 -unknown101=1394 - diff --git a/dumps/530/interface/interface_139.if3 b/dumps/530/interface/interface_139.if3 deleted file mode 100644 index 04c05b7ec..000000000 --- a/dumps/530/interface/interface_139.if3 +++ /dev/null @@ -1,63 +0,0 @@ -// 139:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_right - -// 139:1 -[com_1] -type=rectangle -x=397 -y=4 -width=111 -height=60 -layer=com_0 -colour=0x46341d -fill=yes -trans=160 -onload=script22 -onvartransmit=script22 -onvartransmitlist=varplayer_143 - -// 139:2 -[com_2] -type=text -x=401 -y=7 -width=103 -height=14 -layer=com_0 -textfont=p12_full -text=Gnomeball -textalignh=1 -textshadow=yes -colour=0xff981f - -// 139:3 -[com_3] -type=text -x=401 -y=22 -width=103 -height=14 -layer=com_0 -textfont=p12_full -text=Score -textalignh=1 -textshadow=yes -colour=0xff981f - -// 139:4 -[com_4] -type=text -x=401 -y=40 -width=103 -height=14 -layer=com_0 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xaf0000 - diff --git a/dumps/530/interface/interface_14.if3 b/dumps/530/interface/interface_14.if3 deleted file mode 100644 index 559cf5e9c..000000000 --- a/dumps/530/interface/interface_14.if3 +++ /dev/null @@ -1,1028 +0,0 @@ -// 14:0 -[com_0] -type=rectangle -x=15 -y=12 -width=481 -height=314 -colour=0x453d2a -fill=yes - -// 14:1 -[com_1] -type=graphic -x=5 -width=464 -height=24 -layer=com_88 -graphic=tex_red -tiling=yes - -// 14:2 -[com_2] -type=graphic -x=6 -width=464 -height=26 -layer=com_90 -graphic=tex_red -tiling=yes - -// 14:3 -[com_3] -type=graphic -x=470 -y=11 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 14:4 -[com_4] -type=graphic -x=10 -y=5 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 14:5 -[com_5] -type=graphic -x=470 -y=5 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 14:6 -[com_6] -type=graphic -x=10 -y=300 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 14:7 -[com_7] -type=graphic -x=470 -y=300 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 14:8 -[com_8] -type=graphic -x=-3 -y=36 -width=32 -height=264 -graphic="v2_stone_borders,1" -tiling=yes - -// 14:9 -[com_9] -type=graphic -x=482 -y=36 -width=32 -height=264 -graphic="v2_stone_borders,3" -tiling=yes - -// 14:10 -[com_10] -type=graphic -x=42 -y=-8 -width=428 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 14:11 -[com_11] -type=graphic -x=40 -y=312 -width=430 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 14:12 -[com_12] -type=graphic -x=16 -y=21 -width=478 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 14:13 -[com_13] -type=graphic -x=10 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,9" -tiling=yes - -// 14:14 -[com_14] -type=graphic -x=470 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,10" -tiling=yes - -// 14:15 -[com_15] -type=graphic -x=313 -y=44 -width=32 -height=32 -graphic="v2_stone_borders,18" -tiling=yes - -// 14:16 -[com_16] -type=graphic -x=457 -y=44 -width=32 -height=32 -graphic="v2_stone_borders,19" -tiling=yes - -// 14:17 -[com_17] -type=graphic -x=313 -y=287 -width=32 -height=32 -graphic="v2_stone_borders,20" -tiling=yes - -// 14:18 -[com_18] -type=graphic -x=457 -y=287 -width=32 -height=32 -graphic="v2_stone_borders,21" -tiling=yes - -// 14:19 -[com_19] -type=graphic -x=343 -y=30 -width=114 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 14:20 -[com_20] -type=graphic -x=344 -y=299 -width=114 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 14:21 -[com_21] -type=graphic -x=299 -y=76 -width=32 -height=212 -graphic="v2_stone_borders,13" -tiling=yes - -// 14:22 -[com_22] -type=graphic -x=469 -y=76 -width=32 -height=211 -graphic="v2_stone_borders,13" -tiling=yes - -// 14:23 -[com_23] -type=graphic -x=31 -y=55 -width=32 -height=32 -graphic="v2_stone_borders,18" -tiling=yes - -// 14:24 -[com_24] -type=graphic -x=185 -y=55 -width=32 -height=32 -graphic="v2_stone_borders,19" -tiling=yes - -// 14:25 -[com_25] -type=graphic -x=185 -y=149 -width=32 -height=32 -graphic="v2_stone_borders,21" -tiling=yes - -// 14:26 -[com_26] -type=graphic -x=31 -y=149 -width=32 -height=32 -graphic="v2_stone_borders,20" -tiling=yes - -// 14:27 -[com_27] -type=graphic -x=17 -y=84 -width=32 -height=66 -graphic="v2_stone_borders,13" -tiling=yes - -// 14:28 -[com_28] -type=graphic -x=197 -y=87 -width=32 -height=62 -graphic="v2_stone_borders,13" -tiling=yes - -// 14:29 -[com_29] -type=graphic -x=62 -y=41 -width=123 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 14:30 -[com_30] -type=graphic -x=62 -y=161 -width=123 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 14:31 -[com_31] -type=graphic -x=31 -y=216 -width=32 -height=32 -graphic="v2_stone_borders,18" -tiling=yes - -// 14:32 -[com_32] -type=graphic -x=264 -y=216 -width=32 -height=32 -graphic="v2_stone_borders,19" -tiling=yes - -// 14:33 -[com_33] -type=graphic -x=264 -y=259 -width=32 -height=32 -graphic="v2_stone_borders,21" -tiling=yes - -// 14:34 -[com_34] -type=graphic -x=276 -y=238 -width=32 -height=32 -graphic="v2_stone_borders,13" -tiling=yes - -// 14:35 -[com_35] -type=graphic -x=17 -y=237 -width=32 -height=32 -graphic="v2_stone_borders,13" -tiling=yes - -// 14:36 -[com_36] -type=graphic -x=60 -y=202 -width=204 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 14:37 -[com_37] -type=graphic -x=60 -y=271 -width=204 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 14:38 -[com_38] -type=graphic -x=31 -y=259 -width=32 -height=32 -graphic="v2_stone_borders,20" -tiling=yes - -// 14:39 -[com_39] -type=rectangle -x=319 -y=49 -width=164 -height=264 -colour=0x000000 -fill=yes - -// 14:40 -[com_40] -type=text -x=7 -y=15 -width=496 -height=17 -textfont=b12_full -text=Bank PIN Settings -textalignh=1 -textshadow=yes -colour=0xff981f - -// 14:41 -[com_41] -type=text -x=321 -y=50 -width=162 -height=15 -textfont=b12_full -text=Messages -textalignh=1 -textshadow=yes -colour=0xff981f - -// 14:42 -[com_42] -type=text -x=321 -y=67 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:43 -[com_43] -type=text -x=321 -y=83 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:44 -[com_44] -type=text -x=321 -y=99 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:45 -[com_45] -type=text -x=321 -y=115 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:46 -[com_46] -type=text -x=321 -y=131 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:47 -[com_47] -type=text -x=321 -y=147 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:48 -[com_48] -type=text -x=321 -y=163 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:49 -[com_49] -type=text -x=321 -y=179 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:50 -[com_50] -type=text -x=321 -y=195 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:51 -[com_51] -type=text -x=321 -y=211 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:52 -[com_52] -type=text -x=321 -y=227 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:53 -[com_53] -type=text -x=321 -y=243 -width=160 -height=14 -textfont=p12_full -textalignh=1 -colour=0xffff7f - -// 14:54 -[com_54] -type=text -x=321 -y=258 -width=160 -height=14 -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xffff7f - -// 14:55 -[com_55] -type=text -x=321 -y=274 -width=160 -height=14 -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xffff7f - -// 14:56 -[com_56] -type=text -x=320 -y=289 -width=160 -height=14 -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xffff7f - -// 14:57 -[com_57] -type=text -x=320 -y=303 -width=161 -height=10 -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xffff7f - -// 14:58 -[com_58] -type=layer -x=37 -y=222 -width=252 -height=63 - -// 14:59 -[com_59] -type=graphic -x=-1 -y=-14 -width=255 -height=104 -layer=com_58 -graphic=tex_red -tiling=yes - -// 14:60 -[com_60] -type=text -x=1 -y=5 -width=252 -height=17 -layer=com_58 -textfont=b12_full -text=Set a PIN -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Set a PIN -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 14:61 -[com_61] -type=text -x=-1 -y=28 -width=252 -height=16 -layer=com_58 -textfont=b12_full -text=Change your recovery delay -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Change your recovery delay -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 14:62 -[com_62] -type=text -width=252 -height=16 -layer=com_58 -textfont=b12_full -text=Change your PIN -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Change your PIN -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 14:63 -[com_63] -type=text -x=-1 -y=22 -width=253 -height=15 -layer=com_58 -textfont=b12_full -text=Delete your PIN -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Delete your PIN -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 14:64 -[com_64] -type=text -x=-1 -y=41 -width=252 -height=15 -layer=com_58 -textfont=b12_full -text=Change your recovery delay -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Change your recovery delay -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 14:65 -[com_65] -type=text -x=-1 -y=20 -width=252 -height=15 -layer=com_58 -textfont=b12_full -text=Cancel the PIN that's pending -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Cancel your PIN -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 14:66 -[com_66] -type=graphic -x=-1 -y=-14 -width=176 -height=128 -layer=com_67 -graphic=tex_brown -tiling=yes - -// 14:67 -[com_67] -type=layer -x=37 -y=61 -width=173 -height=113 - -// 14:68 -[com_68] -type=text -x=1 -y=1 -width=173 -height=17 -layer=com_67 -textfont=b12_full -text=Your Bank PIN status: -textalignh=1 -textshadow=yes -colour=0xffffff - -// 14:69 -[com_69] -type=text -x=-2 -y=15 -width=173 -height=30 -layer=com_67 -textfont=b12_full -text=Unknown -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x990000 - -// 14:70 -[com_70] -type=text -x=-2 -y=44 -width=174 -height=35 -layer=com_67 -textfont=b12_full -text=Recovery delay: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 14:71 -[com_71] -type=text -x=-2 -y=81 -width=173 -height=14 -layer=com_67 -textfont=b12_full -text=X days -textalignh=1 -textshadow=yes -colour=0x990000 - -// 14:72 -[com_72] -type=rectangle -x=17 -y=13 -width=476 -height=312 -layer=com_87 -colour=0x000000 -fill=yes - -// 14:73 -[com_73] -type=text -y=62 -width=496 -height=17 -layer=com_87 -textfont=b12_full -text=Do you really wish to do that? -textalignh=1 -textshadow=yes -colour=0x990000 -opbase= - -// 14:74 -[com_74] -type=graphic -x=17 -y=127 -width=32 -height=32 -layer=com_87 -graphic="v2_stone_borders,18" -tiling=yes - -// 14:75 -[com_75] -type=graphic -x=17 -y=130 -width=32 -height=32 -layer=com_87 -graphic="v2_stone_borders,20" -tiling=yes - -// 14:76 -[com_76] -type=graphic -x=460 -y=127 -width=32 -height=32 -layer=com_87 -graphic="v2_stone_borders,19" - -// 14:77 -[com_77] -type=graphic -x=460 -y=130 -width=32 -height=32 -layer=com_87 -graphic="v2_stone_borders,21" - -// 14:78 -[com_78] -type=graphic -x=49 -y=113 -width=411 -height=32 -layer=com_87 -graphic="v2_stone_borders,8" -tiling=yes - -// 14:79 -[com_79] -type=graphic -x=48 -y=142 -width=412 -height=32 -layer=com_87 -graphic="v2_stone_borders,8" -tiling=yes - -// 14:80 -[com_80] -type=graphic -x=17 -y=197 -width=32 -height=32 -layer=com_87 -graphic="v2_stone_borders,18" -tiling=yes - -// 14:81 -[com_81] -type=graphic -x=17 -y=202 -width=32 -height=32 -layer=com_87 -graphic="v2_stone_borders,20" -tiling=yes - -// 14:82 -[com_82] -type=graphic -x=460 -y=202 -width=32 -height=32 -layer=com_87 -graphic="v2_stone_borders,21" -tiling=yes - -// 14:83 -[com_83] -type=graphic -x=460 -y=197 -width=32 -height=32 -layer=com_87 -graphic="v2_stone_borders,19" -tiling=yes - -// 14:84 -[com_84] -type=graphic -x=49 -y=183 -width=411 -height=32 -layer=com_87 -graphic="v2_stone_borders,8" -tiling=yes - -// 14:85 -[com_85] -type=graphic -x=49 -y=214 -width=411 -height=32 -layer=com_87 -graphic="v2_stone_borders,8" -tiling=yes - -// 14:86 -[com_86] -type=text -x=17 -y=181 -width=296 -height=35 -textfont=b12_full -text=Use the buttons below to change your PIN settings -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d - -// 14:87 -[com_87] -type=layer -y=-1 -width=512 -height=334 -hide=yes - -// 14:88 -[com_88] -type=layer -x=17 -y=132 -width=477 -height=26 -layer=com_87 - -// 14:89 -[com_89] -type=text -x=8 -y=134 -width=478 -height=17 -textfont=b12_full -text=Yes, I really want to do that. -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Confirm -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 14:90 -[com_90] -type=layer -x=16 -y=202 -width=477 -height=26 -layer=com_87 - -// 14:91 -[com_91] -type=text -x=8 -y=206 -width=478 -height=17 -textfont=b12_full -text=No, forget I asked. -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Cancel -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - diff --git a/dumps/530/interface/interface_140.if3 b/dumps/530/interface/interface_140.if3 deleted file mode 100644 index da7b469e6..000000000 --- a/dumps/530/interface/interface_140.if3 +++ /dev/null @@ -1,92 +0,0 @@ -// 140:0 -[com_0] -type=graphic -x=2 -y=5 -width=57 -height=13 -graphic="sworddecor,1" - -// 140:1 -[com_1] -type=graphic -x=421 -y=5 -width=57 -height=13 -graphic="sworddecor,0" - -// 140:2 -[com_2] -type=text -x=15 -y=16 -width=228 -height=79 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 140:3 -[com_3] -type=text -x=243 -y=16 -width=234 -height=79 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 140:4 -[com_4] -type=text -x=8 -y=3 -width=464 -height=17 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 140:5 -[com_5] -type=model -x=100 -y=20 -width=60 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 140:6 -[com_6] -type=model -x=325 -y=20 -width=60 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - diff --git a/dumps/530/interface/interface_141.if3 b/dumps/530/interface/interface_141.if3 deleted file mode 100644 index e958e4ac1..000000000 --- a/dumps/530/interface/interface_141.if3 +++ /dev/null @@ -1,451 +0,0 @@ -// 141:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes - -// 141:1 -[com_1] -type=model -x=-20 -y=-14 -width=920 -height=1038 -layer=com_13 -model=model_13373 -modelorigin_x=-216 -modelorigin_y=-258 -modelangle_x=190 -modelangle_y=373 -modelangle_z=0 -modelzoom=309 -unknown100=4000 -unknown101=3000 - -// 141:2 -[com_2] -type=rectangle -x=136 -y=43 -width=252 -height=247 -layer=com_13 -colour=0x666600 -fill=yes -trans=178 - -// 141:3 -[com_3] -type=model -x=146 -y=50 -width=70 -height=69 -layer=com_13 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=800 -unknown101=3000 -onload=script113(event_com) - -// 141:4 -[com_4] -type=model -x=227 -y=50 -width=70 -height=69 -layer=com_13 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=800 -unknown101=3000 -onload=script113(event_com) - -// 141:5 -[com_5] -type=model -x=308 -y=50 -width=70 -height=69 -layer=com_13 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=800 -unknown101=3000 -onload=script113(event_com) - -// 141:6 -[com_6] -type=model -x=146 -y=133 -width=70 -height=69 -layer=com_13 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=800 -unknown101=3000 -onload=script113(event_com) - -// 141:7 -[com_7] -type=model -x=227 -y=132 -width=70 -height=69 -layer=com_13 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=800 -unknown101=3000 -onload=script113(event_com) - -// 141:8 -[com_8] -type=model -x=308 -y=132 -width=70 -height=69 -layer=com_13 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=800 -unknown101=3000 -onload=script113(event_com) - -// 141:9 -[com_9] -type=model -x=146 -y=212 -width=70 -height=69 -layer=com_13 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=800 -unknown101=3000 -onload=script113(event_com) - -// 141:10 -[com_10] -type=model -x=227 -y=213 -width=70 -height=69 -layer=com_13 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=800 -unknown101=3000 -onload=script113(event_com) - -// 141:11 -[com_11] -type=model -x=308 -y=213 -width=70 -height=69 -layer=com_13 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=800 -unknown101=3000 -onload=script113(event_com) - -// 141:12 -[com_12] -type=graphic -x=442 -y=12 -width=26 -height=23 -layer=com_13 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(interface_141:com_12, "close_buttons,5") -onmouseleave=script44(interface_141:com_12, "close_buttons,4") -onop=script29 - -// 141:13 -[com_13] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 141:14 -[com_14] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 141:15 -[com_15] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_14 - -// 141:16 -[com_16] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 141:17 -[com_17] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 141:18 -[com_18] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 141:19 -[com_19] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 141:20 -[com_20] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 141:21 -[com_21] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 141:22 -[com_22] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 141:23 -[com_23] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 141:24 -[com_24] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_15 - -// 141:25 -[com_25] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_15 - -// 141:26 -[com_26] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_15 - -// 141:27 -[com_27] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_15 - -// 141:28 -[com_28] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_15 - -// 141:29 -[com_29] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_25 -graphic=tradebacking -tiling=yes -outline=2 - -// 141:30 -[com_30] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_24 -graphic=tradebacking -tiling=yes -outline=2 - -// 141:31 -[com_31] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_26 -graphic=tradebacking -tiling=yes -outline=2 - -// 141:32 -[com_32] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_27 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_142.if3 b/dumps/530/interface/interface_142.if3 deleted file mode 100644 index 977823289..000000000 --- a/dumps/530/interface/interface_142.if3 +++ /dev/null @@ -1,160 +0,0 @@ -// 142:0 -[com_0] -type=rectangle -x=1 -y=1 -width=512 -height=334 -colour=0x352d1e -fill=yes - -// 142:1 -[com_1] -type=model -x=46 -y=-38 -width=419 -height=408 -model=model_4515 -modelorigin_x=1 -modelorigin_y=225 -modelangle_x=0 -modelangle_y=1536 -modelangle_z=0 -modelzoom=304 -unknown100=65309 -unknown101=592 - -// 142:2 -[com_2] -type=model -x=65 -y=117 -width=79 -height=95 -model=model_4514 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=381 -unknown100=65204 -unknown101=744 - -// 142:3 -[com_3] -type=model -x=140 -y=15 -width=59 -height=52 -model=model_4510 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=437 -unknown100=65140 -unknown101=856 - -// 142:4 -[com_4] -type=model -x=291 -y=1 -width=96 -height=80 -model=model_4512 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=412 -unknown100=65168 -unknown101=806 - -// 142:5 -[com_5] -type=model -x=380 -y=134 -width=51 -height=72 -model=model_4521 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=380 -unknown100=65204 -unknown101=742 - -// 142:6 -[com_6] -type=model -x=296 -y=254 -width=68 -height=72 -model=model_4519 -modelorigin_x=8 -modelorigin_y=-4 -modelangle_x=489 -modelangle_y=1986 -modelangle_z=0 -modelzoom=426 -unknown100=65146 -unknown101=840 - -// 142:7 -[com_7] -type=model -x=156 -y=252 -width=33 -height=65 -model=model_4517 -modelorigin_x=3 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=368 -unknown100=65205 -unknown101=734 - -// 142:8 -[com_8] -type=graphic -x=464 -y=16 -width=26 -height=23 -graphic="close_buttons,4" -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 142:9 -[com_9] -type=graphic -x=3 -y=5 -width=26 -height=23 -layer=com_10 -graphic="close_buttons,5" - -// 142:10 -[com_10] -type=layer -x=461 -y=11 -width=32 -height=32 -hide=yes - diff --git a/dumps/530/interface/interface_143.if3 b/dumps/530/interface/interface_143.if3 deleted file mode 100644 index c7932dc40..000000000 --- a/dumps/530/interface/interface_143.if3 +++ /dev/null @@ -1,298 +0,0 @@ -// 143:0 -[com_0] -type=rectangle -x=1 -y=1 -width=511 -height=349 -layer=com_5 -colour=0x081907 -fill=yes - -// 143:1 -[com_1] -type=model -x=27 -y=-80 -width=466 -height=456 -layer=com_5 -model=model_13399 -modelorigin_x=-2 -modelorigin_y=17 -modelangle_x=531 -modelangle_y=0 -modelangle_z=0 -modelzoom=138 -unknown100=600 -unknown101=3000 - -// 143:2 -[com_2] -type=model -x=110 -y=134 -width=338 -height=62 -layer=com_5 -model=model_13403 -modelorigin_x=-11 -modelorigin_y=-2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=270 -unknown100=65036 -unknown101=3000 -onload=script113(event_com) - -// 143:3 -[com_3] -type=graphic -x=443 -y=16 -width=26 -height=23 -layer=com_5 -graphic="close_buttons,4" - -// 143:4 -[com_4] -type=graphic -x=443 -y=16 -width=26 -height=23 -layer=com_5 -graphic="close_buttons,5" -op1=Close -onmouseleave=script44(event_com, "close_buttons,5") -onop=script29 -onmouserepeat=script44(event_com, "close_buttons,4") - -// 143:5 -[com_5] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 143:6 -[com_6] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 143:7 -[com_7] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_6 - -// 143:8 -[com_8] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 143:9 -[com_9] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 143:10 -[com_10] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 143:11 -[com_11] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 143:12 -[com_12] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 143:13 -[com_13] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 143:14 -[com_14] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 143:15 -[com_15] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 143:16 -[com_16] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_7 - -// 143:17 -[com_17] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_7 - -// 143:18 -[com_18] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_7 - -// 143:19 -[com_19] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_7 - -// 143:20 -[com_20] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_7 - -// 143:21 -[com_21] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - -// 143:22 -[com_22] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - -// 143:23 -[com_23] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_18 -graphic=tradebacking -tiling=yes -outline=2 - -// 143:24 -[com_24] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_19 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_144.if3 b/dumps/530/interface/interface_144.if3 deleted file mode 100644 index a50437ff4..000000000 --- a/dumps/530/interface/interface_144.if3 +++ /dev/null @@ -1,4429 +0,0 @@ -// 144:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 144:1 -[com_1] -type=rectangle -x=9 -y=15 -width=495 -height=309 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 - -// 144:2 -[com_2] -type=graphic -x=12 -y=20 -width=483 -height=295 -layer=com_0 -graphic=tradebacking -tiling=yes - -// 144:3 -[com_3] -type=graphic -x=5 -y=13 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" - -// 144:4 -[com_4] -type=graphic -x=-8 -y=56 -width=32 -height=236 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes - -// 144:5 -[com_5] -type=graphic -x=5 -y=36 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" - -// 144:6 -[com_6] -type=graphic -x=482 -y=57 -width=76 -height=233 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes - -// 144:7 -[com_7] -type=graphic -x=470 -y=36 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" - -// 144:8 -[com_8] -type=graphic -x=37 -width=433 -height=33 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes - -// 144:9 -[com_9] -type=graphic -x=37 -y=302 -width=433 -height=35 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes - -// 144:10 -[com_10] -type=graphic -x=5 -y=290 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" - -// 144:11 -[com_11] -type=graphic -x=470 -y=13 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" - -// 144:12 -[com_12] -type=graphic -x=470 -y=290 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" - -// 144:13 -[com_13] -type=graphic -x=16 -y=34 -width=476 -height=29 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes - -// 144:14 -[com_14] -type=text -x=152 -y=26 -width=202 -height=14 -layer=com_0 -textfont=b12_full -text=Points Settings -textalignh=1 -textshadow=yes -colour=0xff981f - -// 144:15 -[com_15] -type=model -x=351 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4911 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1536 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:16 -[com_16] -type=model -x=26 -y=159 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:17 -[com_17] -type=model -x=43 -y=159 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:18 -[com_18] -type=model -x=60 -y=159 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:19 -[com_19] -type=model -x=77 -y=159 -width=19 -height=19 -layer=com_0 -model=model_4911 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:20 -[com_20] -type=model -x=77 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4911 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:21 -[com_21] -type=model -x=94 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:22 -[com_22] -type=model -x=111 -y=211 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:23 -[com_23] -type=model -x=111 -y=228 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:24 -[com_24] -type=model -x=112 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4911 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:25 -[com_25] -type=model -x=129 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:26 -[com_26] -type=model -x=146 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:27 -[com_27] -type=model -x=163 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:28 -[com_28] -type=model -x=162 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:29 -[com_29] -type=model -x=162 -y=228 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:30 -[com_30] -type=model -x=162 -y=211 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:31 -[com_31] -type=model -x=162 -y=193 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:32 -[com_32] -type=model -x=162 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:33 -[com_33] -type=model -x=146 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:34 -[com_34] -type=model -x=163 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:35 -[com_35] -type=model -x=162 -y=262 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:36 -[com_36] -type=model -x=162 -y=279 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:37 -[com_37] -type=model -x=163 -y=295 -width=19 -height=19 -layer=com_0 -model=model_4911 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:38 -[com_38] -type=model -x=146 -y=295 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:39 -[com_39] -type=model -x=129 -y=295 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:40 -[com_40] -type=model -x=112 -y=295 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:41 -[com_41] -type=model -x=95 -y=295 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:42 -[com_42] -type=model -x=77 -y=295 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:43 -[com_43] -type=model -x=60 -y=295 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:44 -[com_44] -type=model -x=128 -y=158 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:45 -[com_45] -type=model -x=128 -y=141 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:46 -[com_46] -type=model -x=128 -y=124 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:47 -[com_47] -type=model -x=128 -y=107 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:48 -[com_48] -type=model -x=128 -y=91 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:49 -[com_49] -type=model -x=128 -y=74 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:50 -[com_50] -type=model -x=129 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4911 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1536 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:51 -[com_51] -type=model -x=146 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:52 -[com_52] -type=model -x=163 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:53 -[com_53] -type=model -x=179 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:54 -[com_54] -type=model -x=196 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:55 -[com_55] -type=model -x=213 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:56 -[com_56] -type=model -x=229 -y=159 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:57 -[com_57] -type=model -x=229 -y=142 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:58 -[com_58] -type=model -x=229 -y=107 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:59 -[com_59] -type=model -x=212 -y=90 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:60 -[com_60] -type=model -x=195 -y=90 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:61 -[com_61] -type=model -x=178 -y=90 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:62 -[com_62] -type=model -x=162 -y=159 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:63 -[com_63] -type=model -x=162 -y=142 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:64 -[com_64] -type=model -x=162 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:65 -[com_65] -type=model -x=162 -y=108 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:66 -[com_66] -type=model -x=163 -y=90 -width=19 -height=19 -layer=com_0 -model=model_4911 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1536 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:67 -[com_67] -type=model -x=230 -y=72 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:68 -[com_68] -type=model -x=231 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4911 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:69 -[com_69] -type=model -x=180 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:70 -[com_70] -type=model -x=197 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:71 -[com_71] -type=model -x=214 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:72 -[com_72] -type=model -x=248 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:73 -[com_73] -type=model -x=265 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:74 -[com_74] -type=model -x=282 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:75 -[com_75] -type=model -x=299 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:76 -[com_76] -type=model -x=315 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:77 -[com_77] -type=model -x=180 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:78 -[com_78] -type=model -x=332 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:79 -[com_79] -type=model -x=197 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:80 -[com_80] -type=model -x=214 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:81 -[com_81] -type=model -x=265 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:82 -[com_82] -type=model -x=282 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:83 -[com_83] -type=model -x=248 -y=245 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:84 -[com_84] -type=model -x=298 -y=263 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:85 -[com_85] -type=model -x=298 -y=280 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:86 -[com_86] -type=model -x=298 -y=297 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:87 -[com_87] -type=model -x=350 -y=296 -width=19 -height=19 -layer=com_0 -model=model_4911 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:88 -[com_88] -type=model -x=349 -y=279 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:89 -[com_89] -type=model -x=349 -y=262 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:90 -[com_90] -type=model -x=369 -y=296 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:91 -[com_91] -type=model -x=387 -y=296 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:92 -[com_92] -type=model -x=404 -y=296 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:93 -[com_93] -type=model -x=422 -y=296 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:94 -[com_94] -type=model -x=439 -y=296 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:95 -[com_95] -type=model -x=457 -y=296 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:96 -[com_96] -type=model -x=400 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4911 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:97 -[com_97] -type=model -x=349 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:98 -[com_98] -type=model -x=366 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:99 -[com_99] -type=model -x=383 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:100 -[com_100] -type=model -x=399 -y=159 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:101 -[com_101] -type=model -x=399 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:102 -[com_102] -type=model -x=399 -y=194 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:103 -[com_103] -type=model -x=399 -y=211 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:104 -[com_104] -type=model -x=399 -y=228 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:105 -[com_105] -type=model -x=247 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:106 -[com_106] -type=model -x=264 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:107 -[com_107] -type=model -x=280 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:108 -[com_108] -type=model -x=298 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:109 -[com_109] -type=model -x=315 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:110 -[com_110] -type=model -x=334 -y=244 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:111 -[com_111] -type=model -x=332 -y=176 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:112 -[com_112] -type=model -x=350 -y=158 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:113 -[com_113] -type=model -x=350 -y=125 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:114 -[com_114] -type=model -x=350 -y=108 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:115 -[com_115] -type=model -x=350 -y=91 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:116 -[com_116] -type=model -x=350 -y=74 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:117 -[com_117] -type=model -x=349 -y=193 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:118 -[com_118] -type=model -x=349 -y=210 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:119 -[com_119] -type=model -x=349 -y=227 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:120 -[com_120] -type=model -x=229 -y=278 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:121 -[com_121] -type=model -x=229 -y=295 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:122 -[com_122] -type=model -x=369 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:123 -[com_123] -type=model -x=386 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:124 -[com_124] -type=model -x=403 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:125 -[com_125] -type=model -x=420 -y=57 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:126 -[com_126] -type=model -x=111 -y=194 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:127 -[com_127] -type=model -x=229 -y=261 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:128 -[com_128] -type=model -x=317 -y=244 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:129 -[com_129] -type=model -x=381 -y=143 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:130 -[com_130] -type=model -x=367 -y=143 -width=19 -height=19 -layer=com_0 -model=model_4916 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:131 -[com_131] -type=text -x=20 -y=183 -width=71 -height=14 -layer=com_0 -textfont=p12_full -text=< To Lift -textalignh=1 -textshadow=yes -colour=0x908070 - -// 144:132 -[com_132] -type=model -x=248 -y=67 -width=72 -height=56 -layer=com_0 -model=model_1774 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=169 -modelangle_y=661 -modelangle_z=0 -modelzoom=1034 -unknown100=0 -unknown101=3000 - -// 144:133 -[com_133] -type=text -x=251 -y=96 -width=89 -height=14 -layer=com_0 -textfont=p12_full -text=Controls -textalignh=1 -textshadow=yes -colour=0x908070 - -// 144:134 -[com_134] -type=model -x=129 -y=163 -width=32 -height=32 -layer=com_0 -model=model_4914 -modelorigin_x=-7 -modelorigin_y=6 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64336 -unknown101=3000 - -// 144:135 -[com_135] -type=model -x=98 -y=177 -width=32 -height=32 -layer=com_0 -model=model_4914 -modelorigin_x=6 -modelorigin_y=-7 -modelangle_x=512 -modelangle_y=1536 -modelangle_z=0 -modelzoom=3600 -unknown100=64336 -unknown101=3000 - -// 144:136 -[com_136] -type=model -x=231 -y=245 -width=32 -height=32 -layer=com_0 -model=model_4915 -modelorigin_x=-7 -modelorigin_y=-7 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64336 -unknown101=3000 - -// 144:137 -[com_137] -type=model -x=230 -y=125 -width=32 -height=32 -layer=com_0 -model=model_4914 -modelorigin_x=-7 -modelorigin_y=-7 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64336 -unknown101=3000 - -// 144:138 -[com_138] -type=model -x=230 -y=163 -width=32 -height=32 -layer=com_0 -model=model_4914 -modelorigin_x=-7 -modelorigin_y=6 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3600 -unknown100=64336 -unknown101=3000 - -// 144:139 -[com_139] -type=model -x=337 -y=245 -width=32 -height=32 -layer=com_0 -model=model_4915 -modelorigin_x=6 -modelorigin_y=-7 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3600 -unknown100=64336 -unknown101=3000 - -// 144:140 -[com_140] -type=model -x=350 -y=129 -width=32 -height=32 -layer=com_0 -model=model_4915 -modelorigin_x=-7 -modelorigin_y=6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3600 -unknown100=64336 -unknown101=3000 - -// 144:141 -[com_141] -type=model -x=386 -y=129 -width=32 -height=32 -layer=com_0 -model=model_4914 -modelorigin_x=6 -modelorigin_y=6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3600 -unknown100=64336 -unknown101=3000 - -// 144:142 -[com_142] -type=model -x=286 -y=246 -width=32 -height=32 -layer=com_0 -model=model_4912 -modelorigin_x=6 -modelorigin_y=-7 -modelangle_x=512 -modelangle_y=1536 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:143 -[com_143] -type=model -x=217 -y=77 -width=32 -height=32 -layer=com_0 -model=model_4912 -modelorigin_x=6 -modelorigin_y=6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:144 -[com_144] -type=model -x=337 -y=163 -width=32 -height=32 -layer=com_0 -model=model_4914 -modelorigin_x=6 -modelorigin_y=6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3600 -unknown100=64536 -unknown101=3000 - -// 144:145 -[com_145] -type=model -x=459 -y=164 -width=31 -height=37 -layer=com_0 -model=model_3039 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=564 -modelangle_y=512 -modelangle_z=0 -modelzoom=3018 -unknown100=64536 -unknown101=3000 - -// 144:146 -[com_146] -type=graphic -x=20 -y=124 -width=72 -height=36 -layer=com_0 -graphic="combatboxes,2" - -// 144:147 -[com_147] -type=text -x=22 -y=135 -width=67 -height=18 -layer=com_0 -textfont=b12_full -text=START -textalignh=1 -textshadow=yes -colour=0xffffff -op1=Set cart in motion -onload=script1294 -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) - -// 144:148 -[com_148] -type=model -x=50 -y=208 -width=66 -height=60 -layer=com_0 -model=model_1774 -modelorigin_x=-3 -modelorigin_y=13 -modelangle_x=161 -modelangle_y=1370 -modelangle_z=0 -modelzoom=1034 -unknown100=63926 -unknown101=3000 - -// 144:149 -[com_149] -type=text -x=29 -y=218 -width=94 -height=14 -layer=com_0 -textfont=p12_full -text=Controls -textalignh=1 -textshadow=yes -colour=0x908070 - -// 144:150 -[com_150] -type=text -x=65 -y=82 -width=78 -height=26 -layer=com_0 -textfont=p12_full -text=You are
here -textalignh=1 -textshadow=yes -colour=0x908070 - -// 144:151 -[com_151] -type=model -x=404 -y=208 -width=54 -height=86 -layer=com_0 -model=model_4909 -modelorigin_x=0 -modelorigin_y=37 -modelangle_x=64 -modelangle_y=1683 -modelangle_z=0 -modelzoom=3029 -unknown100=63611 -unknown101=3000 - -// 144:152 -[com_152] -type=model -x=37 -y=81 -width=24 -height=36 -layer=com_0 -model=model_4917 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=561 -modelangle_y=1921 -modelangle_z=0 -modelzoom=631 -unknown100=64102 -unknown101=3000 - -// 144:153 -[com_153] -type=model -x=50 -y=74 -width=22 -height=40 -layer=com_0 -model=model_4917 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=548 -modelangle_y=2046 -modelangle_z=0 -modelzoom=626 -unknown100=64088 -unknown101=3000 - -// 144:154 -[com_154] -type=model -x=64 -y=86 -width=19 -height=33 -layer=com_0 -model=model_4917 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=628 -modelangle_y=60 -modelangle_z=0 -modelzoom=722 -unknown100=64025 -unknown101=3000 - -// 144:155 -[com_155] -type=model -x=180 -y=203 -width=109 -height=37 -layer=com_0 -model=model_819 -modelorigin_x=-2 -modelorigin_y=12 -modelangle_x=37 -modelangle_y=274 -modelangle_z=0 -modelzoom=1500 -unknown100=63882 -unknown101=3000 - -// 144:156 -[com_156] -type=model -x=267 -y=219 -width=81 -height=19 -layer=com_0 -model=model_820 -modelorigin_x=8 -modelorigin_y=7 -modelangle_x=43 -modelangle_y=422 -modelangle_z=0 -modelzoom=1500 -unknown100=63821 -unknown101=3000 - -// 144:157 -[com_157] -type=model -x=248 -y=269 -width=51 -height=43 -layer=com_0 -model=model_1398 -modelorigin_x=0 -modelorigin_y=18 -modelangle_x=138 -modelangle_y=1873 -modelangle_z=0 -modelzoom=1626 -unknown100=63810 -unknown101=3000 - -// 144:158 -[com_158] -type=model -x=446 -y=54 -width=35 -height=56 -layer=com_0 -model=model_1208 -modelorigin_x=-1 -modelorigin_y=-24 -modelangle_x=1126 -modelangle_y=157 -modelangle_z=0 -modelzoom=2418 -unknown100=63690 -unknown101=3000 - -// 144:159 -[com_159] -type=text -x=102 -y=195 -width=8 -height=14 -layer=com_0 -textfont=p12_full -text=A -textshadow=yes -colour=0xffffff - -// 144:160 -[com_160] -type=text -x=147 -y=164 -width=7 -height=14 -layer=com_0 -textfont=p12_full -text=B -textshadow=yes -colour=0xffffff - -// 144:161 -[com_161] -type=text -x=248 -y=263 -width=7 -height=14 -layer=com_0 -textfont=p12_full -text=C -textshadow=yes -colour=0xffffff - -// 144:162 -[com_162] -type=text -x=249 -y=144 -width=7 -height=14 -layer=com_0 -textfont=p12_full -text=D -textshadow=yes -colour=0xffffff - -// 144:163 -[com_163] -type=text -x=249 -y=162 -width=6 -height=14 -layer=com_0 -textfont=p12_full -text=E -textshadow=yes -colour=0xffffff - -// 144:164 -[com_164] -type=text -x=221 -y=77 -width=6 -height=14 -layer=com_0 -textfont=p12_full -text=F -textshadow=yes -colour=0xffffff - -// 144:165 -[com_165] -type=text -x=289 -y=263 -width=8 -height=14 -layer=com_0 -textfont=p12_full -text=G -textshadow=yes -colour=0xffffff - -// 144:166 -[com_166] -type=text -x=341 -y=163 -width=7 -height=14 -layer=com_0 -textfont=p12_full -text=H -textshadow=yes -colour=0xffffff - -// 144:167 -[com_167] -type=text -x=342 -y=263 -width=4 -height=14 -layer=com_0 -textfont=p12_full -text=I -textshadow=yes -colour=0xffffff - -// 144:168 -[com_168] -type=text -x=369 -y=129 -width=7 -height=14 -layer=com_0 -textfont=p12_full -text=J -textshadow=yes -colour=0xffffff - -// 144:169 -[com_169] -type=text -x=390 -y=129 -width=7 -height=14 -layer=com_0 -textfont=p12_full -text=K -textshadow=yes -colour=0xffffff - -// 144:170 -[com_170] -type=model -x=269 -y=152 -width=61 -height=19 -layer=com_0 -model=model_821 -modelorigin_x=4 -modelorigin_y=5 -modelangle_x=49 -modelangle_y=393 -modelangle_z=0 -modelzoom=1500 -unknown100=63829 -unknown101=3000 - -// 144:171 -[com_171] -type=layer -x=17 -y=5 -width=483 -height=316 -layer=com_0 -hide=yes - -// 144:172 -[com_172] -type=model -x=155 -y=243 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3300 -unknown100=64136 -unknown101=3000 - -// 144:173 -[com_173] -type=layer -x=17 -y=5 -width=483 -height=316 -layer=com_0 -hide=yes - -// 144:174 -[com_174] -type=model -x=343 -y=100 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1536 -modelangle_z=0 -modelzoom=3300 -unknown100=64136 -unknown101=3000 - -// 144:175 -[com_175] -type=layer -x=17 -y=5 -width=483 -height=316 -layer=com_0 -hide=yes - -// 144:176 -[com_176] -type=model -x=177 -y=238 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3300 -unknown100=64136 -unknown101=3000 - -// 144:177 -[com_177] -type=layer -x=17 -y=5 -width=483 -height=316 -layer=com_0 - -// 144:178 -[com_178] -type=model -x=336 -y=238 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3300 -unknown100=64136 -unknown101=3000 - -// 144:179 -[com_179] -type=layer -x=17 -y=5 -width=483 -height=316 -layer=com_0 -hide=yes - -// 144:180 -[com_180] -type=model -x=342 -y=243 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3300 -unknown100=64136 -unknown101=3000 - -// 144:181 -[com_181] -type=layer -x=17 -y=5 -width=483 -height=316 -layer=com_0 -hide=yes - -// 144:182 -[com_182] -type=layer -x=17 -y=5 -width=483 -height=316 -layer=com_0 -hide=yes - -// 144:183 -[com_183] -type=model -x=392 -y=175 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=3300 -unknown100=64136 -unknown101=3000 - -// 144:184 -[com_184] -type=layer -x=17 -y=5 -width=483 -height=316 -layer=com_0 -hide=yes - -// 144:185 -[com_185] -type=model -x=59 -y=152 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=3300 -unknown100=64136 -unknown101=3000 - -// 144:186 -[com_186] -type=model -x=23 -y=156 -width=29 -height=25 -layer=com_0 -model=model_4910 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3300 -unknown100=64136 -unknown101=3000 - -// 144:187 -[com_187] -type=model -x=21 -y=152 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3300 -unknown100=64136 -unknown101=3000 - -// 144:188 -[com_188] -type=graphic -x=474 -y=27 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 144:189 -[com_189] -type=line -x=59 -y=162 -width=9 -height=7 -layer=com_171 -linewid=2 -colour=0xa00000 - -// 144:190 -[com_190] -type=line -x=69 -y=173 -width=6 -height=8 -layer=com_171 -linewid=2 -colour=0xa00000 - -// 144:191 -[com_191] -type=line -x=68 -y=170 -width=1 -height=3 -layer=com_171 -linewid=2 -colour=0xa00000 - -// 144:192 -[com_192] -type=line -x=154 -y=95 -width=7 -height=9 -layer=com_171 -linewid=2 -colour=0xa00000 -linedirection=yes - -// 144:193 -[com_193] -type=line -x=145 -y=290 -width=9 -height=9 -layer=com_171 -linewid=2 -colour=0xa00000 -linedirection=yes - -// 144:194 -[com_194] -type=rectangle -x=143 -y=179 -width=71 -height=2 -layer=com_171 -colour=0xa00000 -fill=yes - -// 144:195 -[com_195] -type=rectangle -x=160 -y=94 -width=40 -height=2 -layer=com_171 -colour=0xa00000 -fill=yes - -// 144:196 -[com_196] -type=rectangle -x=153 -y=104 -width=2 -height=187 -layer=com_171 -colour=0xa00000 -fill=yes - -// 144:197 -[com_197] -type=rectangle -x=45 -y=298 -width=100 -height=2 -layer=com_171 -colour=0xa00000 -fill=yes - -// 144:198 -[com_198] -type=rectangle -x=221 -y=103 -width=2 -height=18 -layer=com_171 -colour=0xa00000 -fill=yes - -// 144:199 -[com_199] -type=rectangle -x=221 -y=151 -width=2 -height=8 -layer=com_171 -colour=0xa00000 -fill=yes - -// 144:200 -[com_200] -type=rectangle -x=74 -y=180 -width=7 -height=2 -layer=com_171 -colour=0xa00000 -fill=yes - -// 144:201 -[com_201] -type=rectangle -x=35 -y=162 -width=24 -height=2 -layer=com_171 -colour=0xa00000 -fill=yes - -// 144:202 -[com_202] -type=line -x=68 -y=170 -width=1 -height=3 -layer=com_173 -linewid=2 -colour=0xa00000 - -// 144:203 -[com_203] -type=line -x=69 -y=173 -width=6 -height=8 -layer=com_173 -linewid=2 -colour=0xa00000 - -// 144:204 -[com_204] -type=line -x=59 -y=162 -width=9 -height=7 -layer=com_173 -linewid=2 -colour=0xa00000 - -// 144:205 -[com_205] -type=line -x=103 -y=241 -width=11 -height=8 -layer=com_173 -linewid=2 -colour=0xa00000 - -// 144:206 -[com_206] -type=line -x=214 -y=61 -width=8 -height=5 -layer=com_173 -linewid=2 -colour=0xa00000 - -// 144:207 -[com_207] -type=line -x=122 -y=61 -width=8 -height=9 -layer=com_173 -linewid=2 -colour=0xa00000 -linedirection=yes - -// 144:208 -[com_208] -type=line -x=343 -y=62 -width=8 -height=6 -layer=com_173 -linewid=2 -colour=0xa00000 -linedirection=yes - -// 144:209 -[com_209] -type=rectangle -x=143 -y=179 -width=71 -height=2 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:210 -[com_210] -type=rectangle -x=130 -y=60 -width=84 -height=2 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:211 -[com_211] -type=rectangle -x=120 -y=70 -width=2 -height=88 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:212 -[com_212] -type=rectangle -x=102 -y=205 -width=2 -height=37 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:213 -[com_213] -type=rectangle -x=221 -y=103 -width=2 -height=18 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:214 -[com_214] -type=rectangle -x=221 -y=151 -width=2 -height=8 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:215 -[com_215] -type=rectangle -x=74 -y=180 -width=7 -height=2 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:216 -[com_216] -type=rectangle -x=35 -y=162 -width=24 -height=2 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:217 -[com_217] -type=rectangle -x=112 -y=248 -width=102 -height=2 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:218 -[com_218] -type=rectangle -x=245 -y=248 -width=24 -height=2 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:219 -[com_219] -type=rectangle -x=300 -y=249 -width=20 -height=2 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:220 -[com_220] -type=rectangle -x=341 -y=189 -width=2 -height=51 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:221 -[com_221] -type=rectangle -x=341 -y=68 -width=2 -height=57 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:222 -[com_222] -type=line -x=68 -y=170 -width=1 -height=3 -layer=com_175 -linewid=2 -colour=0xa00000 - -// 144:223 -[com_223] -type=line -x=69 -y=173 -width=6 -height=8 -layer=com_175 -linewid=2 -colour=0xa00000 - -// 144:224 -[com_224] -type=line -x=59 -y=162 -width=9 -height=7 -layer=com_175 -linewid=2 -colour=0xa00000 - -// 144:225 -[com_225] -type=line -x=122 -y=61 -width=8 -height=9 -layer=com_175 -linewid=2 -colour=0xa00000 -linedirection=yes - -// 144:226 -[com_226] -type=line -x=214 -y=61 -width=8 -height=5 -layer=com_175 -linewid=2 -colour=0xa00000 - -// 144:227 -[com_227] -type=line -x=103 -y=241 -width=11 -height=8 -layer=com_175 -linewid=2 -colour=0xa00000 - -// 144:228 -[com_228] -type=rectangle -x=351 -y=61 -width=69 -height=2 -layer=com_173 -colour=0xa00000 -fill=yes - -// 144:229 -[com_229] -type=rectangle -x=143 -y=179 -width=71 -height=2 -layer=com_175 -colour=0xa00000 -fill=yes - -// 144:230 -[com_230] -type=rectangle -x=130 -y=60 -width=84 -height=2 -layer=com_175 -colour=0xa00000 -fill=yes - -// 144:231 -[com_231] -type=rectangle -x=120 -y=70 -width=2 -height=88 -layer=com_175 -colour=0xa00000 -fill=yes - -// 144:232 -[com_232] -type=rectangle -x=102 -y=205 -width=2 -height=37 -layer=com_175 -colour=0xa00000 -fill=yes - -// 144:233 -[com_233] -type=rectangle -x=221 -y=103 -width=2 -height=18 -layer=com_175 -colour=0xa00000 -fill=yes - -// 144:234 -[com_234] -type=rectangle -x=221 -y=151 -width=2 -height=8 -layer=com_175 -colour=0xa00000 -fill=yes - -// 144:235 -[com_235] -type=rectangle -x=74 -y=180 -width=7 -height=2 -layer=com_175 -colour=0xa00000 -fill=yes - -// 144:236 -[com_236] -type=rectangle -x=35 -y=162 -width=24 -height=2 -layer=com_175 -colour=0xa00000 -fill=yes - -// 144:237 -[com_237] -type=rectangle -x=112 -y=248 -width=102 -height=2 -layer=com_175 -colour=0xa00000 -fill=yes - -// 144:238 -[com_238] -type=rectangle -x=222 -y=271 -width=2 -height=37 -layer=com_175 -colour=0xa00000 -fill=yes - -// 144:239 -[com_239] -type=line -x=59 -y=162 -width=9 -height=7 -layer=com_177 -linewid=2 -colour=0xa00000 - -// 144:240 -[com_240] -type=line -x=69 -y=173 -width=6 -height=8 -layer=com_177 -linewid=2 -colour=0xa00000 - -// 144:241 -[com_241] -type=line -x=68 -y=170 -width=1 -height=3 -layer=com_177 -linewid=2 -colour=0xa00000 - -// 144:242 -[com_242] -type=rectangle -x=143 -y=179 -width=71 -height=2 -layer=com_177 -colour=0xa00000 -fill=yes - -// 144:243 -[com_243] -type=rectangle -x=300 -y=249 -width=20 -height=2 -layer=com_177 -colour=0xa00000 -fill=yes - -// 144:244 -[com_244] -type=rectangle -x=290 -y=273 -width=2 -height=36 -layer=com_177 -colour=0xa00000 -fill=yes - -// 144:245 -[com_245] -type=rectangle -x=74 -y=180 -width=7 -height=2 -layer=com_177 -colour=0xa00000 -fill=yes - -// 144:246 -[com_246] -type=rectangle -x=35 -y=162 -width=24 -height=2 -layer=com_177 -colour=0xa00000 -fill=yes - -// 144:247 -[com_247] -type=rectangle -x=244 -y=179 -width=76 -height=2 -layer=com_177 -colour=0xa00000 -fill=yes - -// 144:248 -[com_248] -type=rectangle -x=341 -y=189 -width=2 -height=51 -layer=com_177 -colour=0xa00000 -fill=yes - -// 144:249 -[com_249] -type=line -x=59 -y=162 -width=9 -height=7 -layer=com_179 -linewid=2 -colour=0xa00000 - -// 144:250 -[com_250] -type=line -x=69 -y=173 -width=6 -height=8 -layer=com_179 -linewid=2 -colour=0xa00000 - -// 144:251 -[com_251] -type=line -x=68 -y=170 -width=1 -height=3 -layer=com_179 -linewid=2 -colour=0xa00000 - -// 144:252 -[com_252] -type=line -x=342 -y=293 -width=7 -height=5 -layer=com_179 -linewid=2 -colour=0xa00000 - -// 144:253 -[com_253] -type=rectangle -x=143 -y=179 -width=71 -height=2 -layer=com_179 -colour=0xa00000 -fill=yes - -// 144:254 -[com_254] -type=rectangle -x=341 -y=271 -width=2 -height=22 -layer=com_179 -colour=0xa00000 -fill=yes - -// 144:255 -[com_255] -type=rectangle -x=74 -y=180 -width=7 -height=2 -layer=com_179 -colour=0xa00000 -fill=yes - -// 144:256 -[com_256] -type=rectangle -x=35 -y=162 -width=24 -height=2 -layer=com_179 -colour=0xa00000 -fill=yes - -// 144:257 -[com_257] -type=rectangle -x=244 -y=179 -width=76 -height=2 -layer=com_179 -colour=0xa00000 -fill=yes - -// 144:258 -[com_258] -type=rectangle -x=341 -y=189 -width=2 -height=51 -layer=com_179 -colour=0xa00000 -fill=yes - -// 144:259 -[com_259] -type=rectangle -x=349 -y=298 -width=108 -height=2 -layer=com_179 -colour=0xa00000 -fill=yes - -// 144:260 -[com_260] -type=line -x=59 -y=162 -width=9 -height=7 -layer=com_181 -linewid=2 -colour=0xa00000 -opbase= - -// 144:261 -[com_261] -type=line -x=69 -y=173 -width=6 -height=8 -layer=com_181 -linewid=2 -colour=0xa00000 - -// 144:262 -[com_262] -type=line -x=68 -y=170 -width=1 -height=3 -layer=com_181 -linewid=2 -colour=0xa00000 - -// 144:263 -[com_263] -type=line -x=122 -y=61 -width=8 -height=9 -layer=com_181 -linewid=2 -colour=0xa00000 -linedirection=yes - -// 144:264 -[com_264] -type=line -x=214 -y=61 -width=8 -height=5 -layer=com_181 -linewid=2 -colour=0xa00000 - -// 144:265 -[com_265] -type=line -x=103 -y=241 -width=11 -height=8 -layer=com_181 -linewid=2 -colour=0xa00000 - -// 144:266 -[com_266] -type=rectangle -x=143 -y=179 -width=71 -height=2 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:267 -[com_267] -type=rectangle -x=130 -y=60 -width=84 -height=2 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:268 -[com_268] -type=rectangle -x=120 -y=70 -width=2 -height=88 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:269 -[com_269] -type=rectangle -x=102 -y=205 -width=2 -height=37 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:270 -[com_270] -type=rectangle -x=221 -y=103 -width=2 -height=18 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:271 -[com_271] -type=rectangle -x=221 -y=151 -width=2 -height=8 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:272 -[com_272] -type=rectangle -x=74 -y=180 -width=7 -height=2 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:273 -[com_273] -type=rectangle -x=35 -y=162 -width=24 -height=2 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:274 -[com_274] -type=rectangle -x=112 -y=248 -width=102 -height=2 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:275 -[com_275] -type=rectangle -x=245 -y=248 -width=24 -height=2 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:276 -[com_276] -type=rectangle -x=300 -y=249 -width=20 -height=2 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:277 -[com_277] -type=rectangle -x=341 -y=189 -width=2 -height=51 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:278 -[com_278] -type=rectangle -x=390 -y=155 -width=2 -height=86 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:279 -[com_279] -type=rectangle -x=365 -y=146 -width=4 -height=2 -layer=com_181 -colour=0xa00000 -fill=yes - -// 144:280 -[com_280] -type=line -x=68 -y=170 -width=1 -height=3 -layer=com_182 -linewid=2 -colour=0xa00000 - -// 144:281 -[com_281] -type=line -x=69 -y=173 -width=6 -height=8 -layer=com_182 -linewid=2 -colour=0xa00000 - -// 144:282 -[com_282] -type=line -x=59 -y=162 -width=9 -height=7 -layer=com_182 -linewid=2 -colour=0xa00000 - -// 144:283 -[com_283] -type=line -x=214 -y=61 -width=8 -height=5 -layer=com_182 -linewid=2 -colour=0xa00000 - -// 144:284 -[com_284] -type=line -x=122 -y=61 -width=8 -height=9 -layer=com_182 -linewid=2 -colour=0xa00000 -linedirection=yes - -// 144:285 -[com_285] -type=rectangle -x=244 -y=129 -width=95 -height=2 -layer=com_182 -colour=0xa00000 -fill=yes - -// 144:286 -[com_286] -type=rectangle -x=130 -y=60 -width=84 -height=2 -layer=com_182 -colour=0xa00000 -fill=yes - -// 144:287 -[com_287] -type=rectangle -x=120 -y=70 -width=2 -height=88 -layer=com_182 -colour=0xa00000 -fill=yes - -// 144:288 -[com_288] -type=rectangle -x=344 -y=129 -width=44 -height=2 -layer=com_182 -colour=0xa00000 -fill=yes - -// 144:289 -[com_289] -type=rectangle -x=221 -y=103 -width=2 -height=18 -layer=com_182 -colour=0xa00000 -fill=yes - -// 144:290 -[com_290] -type=rectangle -x=74 -y=180 -width=7 -height=2 -layer=com_182 -colour=0xa00000 -fill=yes - -// 144:291 -[com_291] -type=rectangle -x=35 -y=162 -width=24 -height=2 -layer=com_182 -colour=0xa00000 -fill=yes - -// 144:292 -[com_292] -type=rectangle -x=390 -y=155 -width=2 -height=86 -layer=com_182 -colour=0xa00000 -fill=yes - -// 144:293 -[com_293] -type=line -x=122 -y=61 -width=8 -height=9 -layer=com_184 -linewid=2 -colour=0xa00000 -linedirection=yes - -// 144:294 -[com_294] -type=line -x=214 -y=61 -width=8 -height=5 -layer=com_184 -linewid=2 -colour=0xa00000 - -// 144:295 -[com_295] -type=line -x=59 -y=162 -width=9 -height=7 -layer=com_184 -linewid=2 -colour=0xa00000 - -// 144:296 -[com_296] -type=line -x=69 -y=173 -width=6 -height=8 -layer=com_184 -linewid=2 -colour=0xa00000 - -// 144:297 -[com_297] -type=line -x=68 -y=170 -width=1 -height=3 -layer=com_184 -linewid=2 -colour=0xa00000 - -// 144:298 -[com_298] -type=rectangle -x=143 -y=179 -width=71 -height=2 -layer=com_184 -colour=0xa00000 -fill=yes - -// 144:299 -[com_299] -type=rectangle -x=130 -y=60 -width=84 -height=2 -layer=com_184 -colour=0xa00000 -fill=yes - -// 144:300 -[com_300] -type=rectangle -x=120 -y=70 -width=2 -height=88 -layer=com_184 -colour=0xa00000 -fill=yes - -// 144:301 -[com_301] -type=rectangle -x=221 -y=103 -width=2 -height=18 -layer=com_184 -colour=0xa00000 -fill=yes - -// 144:302 -[com_302] -type=rectangle -x=221 -y=151 -width=2 -height=8 -layer=com_184 -colour=0xa00000 -fill=yes - -// 144:303 -[com_303] -type=rectangle -x=74 -y=180 -width=7 -height=2 -layer=com_184 -colour=0xa00000 -fill=yes - -// 144:304 -[com_304] -type=rectangle -x=35 -y=162 -width=24 -height=2 -layer=com_184 -colour=0xa00000 -fill=yes - diff --git a/dumps/530/interface/interface_145.if3 b/dumps/530/interface/interface_145.if3 deleted file mode 100644 index ed9d6404b..000000000 --- a/dumps/530/interface/interface_145.if3 +++ /dev/null @@ -1,346 +0,0 @@ -// 145:0 -[com_0] -type=model -x=31 -width=434 -height=334 -model=model_3623 -modelorigin_x=0 -modelorigin_y=-37 -modelangle_x=505 -modelangle_y=2047 -modelangle_z=0 -modelzoom=571 -unknown100=0 -unknown101=3000 - -// 145:1 -[com_1] -type=layer -x=77 -y=82 -width=322 -height=197 -scrollheight=400 - -// 145:2 -[com_2] -type=text -x=84 -y=32 -width=62 -height=14 -layer=com_1 -textfont=p12_full -text=Dwarf -textshadow=yes -colour=0xffff00 -op1=View -onmouseover=script45(event_com, ^white) -onmouseleave=script1092(1) - -// 145:3 -[com_3] -type=text -x=82 -y=82 -width=183 -height=14 -layer=com_1 -textfont=p12_full -text=Wartface & Bentnoze -textshadow=yes -colour=0xffff00 -op1=View -onmouseover=script45(event_com, ^white) -onmouseleave=script1092(2) - -// 145:4 -[com_4] -type=text -x=83 -y=135 -width=123 -height=14 -layer=com_1 -textfont=p12_full -text=Pirate Pete -textshadow=yes -colour=0xffff00 -op1=View -onmouseover=script45(event_com, ^white) -onmouseleave=script1092(3) - -// 145:5 -[com_5] -type=text -x=80 -y=178 -width=143 -height=14 -layer=com_1 -textfont=p12_full -text=Lumbridge Guide -textshadow=yes -colour=0xffff00 -op1=View -onmouseover=script45(event_com, ^white) -onmouseleave=script1092(4) - -// 145:6 -[com_6] -type=text -x=83 -y=224 -width=100 -height=14 -layer=com_1 -textfont=p12_full -text=Evil Dave -textshadow=yes -colour=0xffff00 -op1=View -onmouseover=script45(event_com, ^white) -onmouseleave=script1092(5) - -// 145:7 -[com_7] -type=text -x=80 -y=328 -width=140 -height=14 -layer=com_1 -textfont=p12_full -text=Sir Amik Varze -textshadow=yes -colour=0xffff00 -op1=View -onmouseover=script45(event_com, ^white) -onmouseleave=script1092(6) - -// 145:8 -[com_8] -type=text -x=77 -y=376 -width=240 -height=14 -layer=com_1 -textfont=p12_full -text=Skrach 'Bone Cruncher' Uglogwee -textshadow=yes -colour=0xffff00 -op1=View -onmouseover=script45(event_com, ^white) -onmouseleave=script1092(7) - -// 145:9 -[com_9] -type=text -x=79 -y=274 -width=187 -height=14 -layer=com_1 -textfont=p12_full -text=Monkey Ambassador -textshadow=yes -colour=0xffff00 -op1=View -onmouseover=script45(event_com, ^white) -onmouseleave=script1092(8) - -// 145:10 -[com_10] -type=model -x=18 -y=57 -width=37 -height=30 -layer=com_1 -model=model_2632 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=288 -unknown100=64536 -unknown101=3000 - -// 145:11 -[com_11] -type=model -x=18 -y=8 -width=37 -height=30 -layer=com_1 -model=model_2632 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=288 -unknown100=64536 -unknown101=3000 - -// 145:12 -[com_12] -type=model -x=18 -y=108 -width=37 -height=30 -layer=com_1 -model=model_2632 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=288 -unknown100=64536 -unknown101=3000 - -// 145:13 -[com_13] -type=model -x=18 -y=156 -width=37 -height=30 -layer=com_1 -model=model_2632 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=288 -unknown100=64536 -unknown101=3000 - -// 145:14 -[com_14] -type=model -x=18 -y=202 -width=37 -height=30 -layer=com_1 -model=model_2632 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=288 -unknown100=64536 -unknown101=3000 - -// 145:15 -[com_15] -type=model -x=18 -y=253 -width=37 -height=30 -layer=com_1 -model=model_2632 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=288 -unknown100=64536 -unknown101=3000 - -// 145:16 -[com_16] -type=model -x=18 -y=305 -width=37 -height=30 -layer=com_1 -model=model_2632 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=288 -unknown100=64536 -unknown101=3000 - -// 145:17 -[com_17] -type=model -x=18 -y=355 -width=37 -height=30 -layer=com_1 -model=model_2632 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=288 -unknown100=64536 -unknown101=3000 - -// 145:18 -[com_18] -type=layer -x=401 -y=82 -width=16 -height=197 -onload=script63(event_com, interface_145:com_1, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 145:19 -[com_19] -type=graphic -x=420 -y=18 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 145:20 -[com_20] -type=text -x=142 -y=24 -width=200 -height=14 -textfont=b12_full -text=Recipe for Disaster -textalignh=1 -textshadow=yes -colour=0xffcc66 - -// 145:21 -[com_21] -type=text -x=64 -y=40 -width=349 -height=40 -textfont=p12_full -text=This quest is comprised of the 8 mini quests highlighted below -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9933 - diff --git a/dumps/530/interface/interface_146.if3 b/dumps/530/interface/interface_146.if3 deleted file mode 100644 index 0f0289bee..000000000 --- a/dumps/530/interface/interface_146.if3 +++ /dev/null @@ -1,25 +0,0 @@ -// 146:0 -[com_0] -type=model -x=15 -y=-12 -width=54919 -height=18647 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_1739 -modelorigin_x=-10 -modelorigin_y=13 -modelangle_x=512 -modelangle_y=36 -modelangle_z=0 -modelzoom=232 -modelanim=seq_2008 -unknown100=1800 -unknown101=3000 -unknown103=yes -modelobjwidth=1716 -modelobjheight=380 - diff --git a/dumps/530/interface/interface_147.if3 b/dumps/530/interface/interface_147.if3 deleted file mode 100644 index d84020631..000000000 --- a/dumps/530/interface/interface_147.if3 +++ /dev/null @@ -1,801 +0,0 @@ -// 147:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 147:1 -[com_1] -type=rectangle -width=512 -height=334 -layer=com_0 -colour=0x806102 -fill=yes - -// 147:2 -[com_2] -type=rectangle -x=7 -y=7 -width=497 -height=320 -layer=com_0 -colour=0x422502 -fill=yes - -// 147:3 -[com_3] -type=rectangle -x=319 -y=24 -width=168 -height=282 -layer=com_0 -colour=0x543e04 -fill=yes - -// 147:4 -[com_4] -type=model -x=22 -y=22 -width=231 -height=277 -layer=com_0 -model=model_6474 -modelorigin_x=-14 -modelorigin_y=54 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64311 -unknown101=3000 - -// 147:5 -[com_5] -type=model -x=63 -y=131 -width=25 -height=25 -layer=com_0 -model=model_6477 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:6 -[com_6] -type=model -x=94 -y=131 -width=25 -height=25 -layer=com_0 -model=model_6488 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64293 -unknown101=3000 -op1=Turn tile - -// 147:7 -[com_7] -type=model -x=125 -y=132 -width=25 -height=25 -layer=com_0 -model=model_6495 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:8 -[com_8] -type=model -x=155 -y=132 -width=25 -height=25 -layer=com_0 -model=model_6496 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64293 -unknown101=3000 -op1=Turn tile - -// 147:9 -[com_9] -type=model -x=187 -y=132 -width=25 -height=25 -layer=com_0 -model=model_6497 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64293 -unknown101=3000 -op1=Turn tile - -// 147:10 -[com_10] -type=model -x=64 -y=163 -width=25 -height=25 -layer=com_0 -model=model_6498 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64293 -unknown101=3000 -op1=Turn tile - -// 147:11 -[com_11] -type=model -x=94 -y=163 -width=25 -height=25 -layer=com_0 -model=model_6499 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:12 -[com_12] -type=model -x=124 -y=163 -width=25 -height=25 -layer=com_0 -model=model_6500 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:13 -[com_13] -type=model -x=155 -y=163 -width=25 -height=25 -layer=com_0 -model=model_6501 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64293 -unknown101=3000 -op1=Turn tile - -// 147:14 -[com_14] -type=model -x=187 -y=163 -width=25 -height=25 -layer=com_0 -model=model_6478 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:15 -[com_15] -type=model -x=64 -y=193 -width=25 -height=25 -layer=com_0 -model=model_6479 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64293 -unknown101=3000 -op1=Turn tile - -// 147:16 -[com_16] -type=model -x=94 -y=193 -width=25 -height=25 -layer=com_0 -model=model_6480 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:17 -[com_17] -type=model -x=124 -y=193 -width=25 -height=25 -layer=com_0 -model=model_6481 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64293 -unknown101=3000 -op1=Turn tile - -// 147:18 -[com_18] -type=model -x=155 -y=193 -width=25 -height=25 -layer=com_0 -model=model_6482 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:19 -[com_19] -type=model -x=186 -y=193 -width=25 -height=25 -layer=com_0 -model=model_6483 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:20 -[com_20] -type=model -x=64 -y=223 -width=25 -height=25 -layer=com_0 -model=model_6484 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64293 -unknown101=3000 -op1=Turn tile - -// 147:21 -[com_21] -type=model -x=94 -y=223 -width=25 -height=25 -layer=com_0 -model=model_6485 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:22 -[com_22] -type=model -x=124 -y=223 -width=25 -height=25 -layer=com_0 -model=model_6486 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:23 -[com_23] -type=model -x=155 -y=223 -width=25 -height=25 -layer=com_0 -model=model_6487 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:24 -[com_24] -type=model -x=187 -y=223 -width=25 -height=25 -layer=com_0 -model=model_6489 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:25 -[com_25] -type=model -x=64 -y=255 -width=25 -height=25 -layer=com_0 -model=model_6490 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:26 -[com_26] -type=model -x=94 -y=255 -width=25 -height=25 -layer=com_0 -model=model_6491 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:27 -[com_27] -type=model -x=125 -y=254 -width=25 -height=25 -layer=com_0 -model=model_6492 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:28 -[com_28] -type=model -x=155 -y=254 -width=25 -height=25 -layer=com_0 -model=model_6493 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:29 -[com_29] -type=model -x=186 -y=255 -width=25 -height=25 -layer=com_0 -model=model_6494 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -unknown100=64294 -unknown101=3000 -op1=Turn tile - -// 147:30 -[com_30] -type=model -x=330 -y=136 -width=149 -height=162 -layer=com_0 -model=model_6476 -modelorigin_x=-13 -modelorigin_y=10 -modelangle_x=2036 -modelangle_y=2 -modelangle_z=0 -modelzoom=336 -unknown100=64289 -unknown101=3000 -op1=reset puzzle - -// 147:31 -[com_31] -type=model -x=330 -y=45 -width=147 -height=87 -layer=com_0 -model=model_6473 -modelorigin_x=0 -modelorigin_y=30 -modelangle_x=2037 -modelangle_y=1519 -modelangle_z=0 -modelzoom=1021 -unknown100=63910 -unknown101=3000 - -// 147:32 -[com_32] -type=graphic -x=476 -y=9 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 147:33 -[com_33] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 147:34 -[com_34] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_33 - -// 147:35 -[com_35] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 147:36 -[com_36] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 147:37 -[com_37] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 147:38 -[com_38] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 147:39 -[com_39] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 147:40 -[com_40] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 147:41 -[com_41] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 147:42 -[com_42] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 147:43 -[com_43] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_34 - -// 147:44 -[com_44] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_34 - -// 147:45 -[com_45] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_34 - -// 147:46 -[com_46] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_34 - -// 147:47 -[com_47] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_34 - -// 147:48 -[com_48] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_44 -graphic=tradebacking -tiling=yes -outline=2 - -// 147:49 -[com_49] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_43 -graphic=tradebacking -tiling=yes -outline=2 - -// 147:50 -[com_50] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_45 -graphic=tradebacking -tiling=yes -outline=2 - -// 147:51 -[com_51] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_46 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_148.if b/dumps/530/interface/interface_148.if deleted file mode 100644 index e9cfdae4a..000000000 --- a/dumps/530/interface/interface_148.if +++ /dev/null @@ -1,33 +0,0 @@ -// 148:0 -[com_0] - -// 148:1 -[com_1] - -// 148:2 -[com_2] - -// 148:3 -[com_3] - -// 148:4 -[com_4] - -// 148:5 -[com_5] - -// 148:6 -[com_6] - -// 148:7 -[com_7] - -// 148:8 -[com_8] - -// 148:9 -[com_9] - -// 148:10 -[com_10] - diff --git a/dumps/530/interface/interface_149.if b/dumps/530/interface/interface_149.if deleted file mode 100644 index b559cc0c6..000000000 --- a/dumps/530/interface/interface_149.if +++ /dev/null @@ -1,3 +0,0 @@ -// 149:0 -[com_0] - diff --git a/dumps/530/interface/interface_15.if3 b/dumps/530/interface/interface_15.if3 deleted file mode 100644 index e56b56011..000000000 --- a/dumps/530/interface/interface_15.if3 +++ /dev/null @@ -1,90 +0,0 @@ -// 15:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_5 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 15:1 -[com_1] -type=model -x=554 -y=343 -width=160 -height=125 -layer=com_5 -model=model_40898 -modelorigin_x=-13 -modelorigin_y=17 -modelangle_x=2044 -modelangle_y=1759 -modelangle_z=0 -modelzoom=3501 -modelanim=seq_10023 -unknown100=64620 -unknown101=3000 - -// 15:2 -[com_2] -type=model -x=80 -y=342 -width=87 -height=104 -layer=com_5 -model=model_40586 -modelorigin_x=3 -modelorigin_y=34 -modelangle_x=5 -modelangle_y=1877 -modelangle_z=0 -modelzoom=3501 -modelanim=seq_10024 -unknown100=64735 -unknown101=3000 - -// 15:3 -[com_3] -type=model -x=122 -y=392 -width=100 -height=40 -layer=com_5 -model=model_40585 -modelorigin_x=-42 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=1819 -modelangle_z=0 -modelzoom=3501 -modelanim=seq_10024 -unknown100=64538 -unknown101=3000 - -// 15:4 -[com_4] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_5 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - -// 15:5 -[com_5] -type=layer -width=765 -height=503 - diff --git a/dumps/530/interface/interface_150.if3 b/dumps/530/interface/interface_150.if3 deleted file mode 100644 index 9339ec75e..000000000 --- a/dumps/530/interface/interface_150.if3 +++ /dev/null @@ -1,82 +0,0 @@ -// 150:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 150:1 -[com_1] -type=rectangle -width=19207 -height=19628 -widthmode=proportion -heightmode=proportion -layer=com_0 -colour=0x000000 -fill=yes - -// 150:2 -[com_2] -type=model -x=3 -y=-2 -width=495 -height=326 -xmode=abs_centre -ymode=abs_centre -layer=com_0 -model=model_4652 -modelorigin_x=-2 -modelorigin_y=-20 -modelangle_x=294 -modelangle_y=60 -modelangle_z=0 -modelzoom=930 -unknown100=64502 -unknown101=3000 - -// 150:3 -[com_3] -type=model -x=-8 -y=11 -width=412 -height=258 -xmode=abs_centre -ymode=abs_centre -layer=com_0 -model=model_7016 -modelorigin_x=26 -modelorigin_y=-26 -modelangle_x=274 -modelangle_y=70 -modelangle_z=0 -modelzoom=948 -unknown100=64188 -unknown101=3000 - -// 150:4 -[com_4] -type=model -x=-51 -y=-29 -width=281 -height=264 -xmode=abs_centre -ymode=abs_centre -layer=com_0 -model=model_7023 -modelorigin_x=71 -modelorigin_y=1 -modelangle_x=229 -modelangle_y=64 -modelangle_z=0 -modelzoom=1056 -modelanim=seq_2138 -unknown100=63996 -unknown101=3000 - diff --git a/dumps/530/interface/interface_151.if3 b/dumps/530/interface/interface_151.if3 deleted file mode 100644 index 0db29c9a6..000000000 --- a/dumps/530/interface/interface_151.if3 +++ /dev/null @@ -1,209 +0,0 @@ -// 151:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 151:1 -[com_1] -type=layer -x=40 -y=62 -width=450 -height=15 -layer=com_0 -hide=yes - -// 151:2 -[com_2] -type=layer -x=40 -y=77 -width=451 -height=18 -layer=com_0 -hide=yes - -// 151:3 -[com_3] -type=layer -x=40 -y=107 -width=450 -height=18 -layer=com_0 -hide=yes - -// 151:4 -[com_4] -type=layer -x=39 -y=124 -width=450 -height=18 -layer=com_0 -hide=yes - -// 151:5 -[com_5] -type=layer -x=39 -y=142 -width=449 -height=14 -layer=com_0 -hide=yes - -// 151:6 -[com_6] -type=layer -x=38 -y=167 -width=452 -height=15 -layer=com_0 -hide=yes - -// 151:7 -[com_7] -type=layer -x=38 -y=181 -width=453 -height=16 -layer=com_0 -hide=yes - -// 151:8 -[com_8] -type=layer -x=38 -y=196 -width=453 -height=18 -layer=com_0 -hide=yes - -// 151:9 -[com_9] -type=layer -x=39 -y=212 -width=452 -height=16 -layer=com_0 -hide=yes - -// 151:10 -[com_10] -type=text -width=451 -height=17 -layer=com_1 -textfont=b12_full -text=Five hundred years have passed since the rule of King Alvis, -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 151:11 -[com_11] -type=text -y=1 -width=451 -height=18 -layer=com_2 -textfont=b12_full -text=saviour of Keldagrim, victim of his own inventions. -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 151:12 -[com_12] -type=text -width=450 -height=16 -layer=com_3 -textfont=b12_full -text=Founder of the Consortium, the gathering of mining companies -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 151:13 -[com_13] -type=text -y=1 -width=450 -height=17 -layer=com_4 -textfont=b12_full -text=that were to serve the monarchy, eventually the monarchy came -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 151:14 -[com_14] -type=text -width=451 -height=15 -layer=com_5 -textfont=b12_full -text=to serve the Consortium. -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 151:15 -[com_15] -type=text -width=452 -height=15 -layer=com_6 -textfont=b12_full -text=By the time of his death, the monarchy was all but abolished. -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 151:16 -[com_16] -type=text -width=452 -height=16 -layer=com_7 -textfont=b12_full -text=By now, the Kings of Keldagrim are but a distant memory... -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 151:17 -[com_17] -type=text -y=1 -width=453 -height=18 -layer=com_8 -textfont=b12_full -text=with only the statue of King Alvis to remind the people of the -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 151:18 -[com_18] -type=text -width=451 -height=13 -layer=com_9 -textfont=b12_full -text=old days. -textalignh=1 -textshadow=yes -colour=0xff0000 - diff --git a/dumps/530/interface/interface_152.if3 b/dumps/530/interface/interface_152.if3 deleted file mode 100644 index 365e7304c..000000000 --- a/dumps/530/interface/interface_152.if3 +++ /dev/null @@ -1,226 +0,0 @@ -// 152:0 -[com_0] -type=layer -width=512 -height=334 -layer=com_18 -hide=yes - -// 152:1 -[com_1] -type=layer -width=512 -height=334 -layer=com_18 -hide=yes - -// 152:2 -[com_2] -type=layer -width=512 -height=334 -layer=com_18 -hide=yes - -// 152:3 -[com_3] -type=layer -width=512 -height=400 -layer=com_18 -hide=yes - -// 152:4 -[com_4] -type=layer -width=512 -height=400 -layer=com_18 -hide=yes - -// 152:5 -[com_5] -type=layer -width=512 -height=334 -layer=com_18 -hide=yes - -// 152:6 -[com_6] -type=layer -x=24 -y=24 -width=512 -height=334 -layer=com_18 -hide=yes - -// 152:7 -[com_7] -type=text -x=184 -y=103 -width=176 -height=21 -layer=com_2 -textfont=quill_caps_large -text=The Giant
Dwarf -textlineheight=42 -textalignh=1 -textshadow=yes -colour=0x8b1313 - -// 152:8 -[com_8] -type=text -x=24 -y=17 -width=488 -height=22 -layer=com_0 -textfont=quill_caps_large -text=Keldagrim -textalignh=1 -textshadow=yes -colour=0x990000 - -// 152:9 -[com_9] -type=text -x=24 -y=252 -width=489 -height=13 -layer=com_0 -textfont=quill_oblique_large -text=Grand Capital
of the Dwarven realm -textalignh=1 -textshadow=yes -colour=0x990000 - -// 152:10 -[com_10] -type=text -x=15 -width=493 -height=67 -layer=com_1 -textfont=quill_caps_large -text=Rise of the
Red Axe -textlineheight=36 -textalignh=1 -textshadow=yes -colour=0x990000 - -// 152:11 -[com_11] -type=text -x=150 -y=259 -width=227 -height=16 -layer=com_1 -textfont=quill_caps_large -text=Part 1 -textalignh=1 -textshadow=yes -colour=0x990000 - -// 152:12 -[com_12] -type=text -x=148 -y=8 -width=234 -height=20 -layer=com_3 -textfont=quill_caps_large -text=Keldagrim
Palace -textlineheight=42 -textalignh=1 -textshadow=yes -colour=0x990000 - -// 152:13 -[com_13] -type=text -x=122 -y=116 -width=285 -height=13 -layer=com_3 -textfont=quill_oblique_large -text=Consortium
Meeting -textlineheight=23 -textalignh=1 -textshadow=yes -colour=0x990000 - -// 152:14 -[com_14] -type=text -x=101 -y=282 -width=312 -height=16 -layer=com_4 -textfont=quill_oblique_large -text=A little while later -textalignh=1 -textshadow=yes -colour=0x990000 - -// 152:15 -[com_15] -type=text -x=105 -y=-5 -width=302 -height=16 -layer=com_5 -textfont=quill_caps_large -text=Rise of the
Red Axe -textlineheight=42 -textalignh=1 -textshadow=yes -colour=0x990000 - -// 152:16 -[com_16] -type=text -x=171 -y=262 -width=180 -height=18 -layer=com_5 -textfont=quill_caps_large -text=Part II -textalignh=1 -textshadow=yes -colour=0x990000 - -// 152:17 -[com_17] -type=text -x=76 -y=98 -width=309 -height=55 -layer=com_6 -textfont=quill_caps_large -text=Forgettable Tale
of a
Drunken Dwarf -textlineheight=33 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x990000 - -// 152:18 -[com_18] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_153.if3 b/dumps/530/interface/interface_153.if3 deleted file mode 100644 index 65d23691c..000000000 --- a/dumps/530/interface/interface_153.if3 +++ /dev/null @@ -1,466 +0,0 @@ -// 153:0 -[com_0] -type=layer -width=512 -height=334 -op10= - -// 153:1 -[com_1] -type=text -x=41 -y=302 -width=431 -height=17 -textfont=p12_full -text=Never show me this again -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Select -onmouseover=script45(event_com, 0xff981f) -onmouseleave=script45(event_com, 0xcccccc) - -// 153:2 -[com_2] -type=model -x=27 -y=59 -width=33 -height=32 -model=model_2348 -modelorigin_x=1 -modelorigin_y=7 -modelangle_x=168 -modelangle_y=1966 -modelangle_z=0 -modelzoom=555 -unknown100=64973 -unknown101=1124 - -// 153:3 -[com_3] -type=model -x=37 -y=117 -width=34 -height=34 -model=model_2544 -modelorigin_x=-10 -modelorigin_y=1 -modelangle_x=438 -modelangle_y=1264 -modelangle_z=0 -modelzoom=784 -unknown100=64696 -unknown101=1573 - -// 153:4 -[com_4] -type=model -x=32 -y=173 -width=38 -height=43 -model=model_2529 -modelorigin_x=-7 -modelorigin_y=1 -modelangle_x=1750 -modelangle_y=1831 -modelangle_z=0 -modelzoom=784 -unknown100=64685 -unknown101=1600 - -// 153:5 -[com_5] -type=model -x=23 -y=235 -width=36 -height=31 -model=model_2403 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=414 -modelangle_y=84 -modelangle_z=0 -modelzoom=656 -unknown100=64852 -unknown101=1316 - -// 153:6 -[com_6] -type=model -x=263 -y=62 -width=35 -height=33 -model=model_18526 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=306 -modelangle_y=69 -modelangle_z=0 -modelzoom=985 -unknown100=64447 -unknown101=1990 - -// 153:7 -[com_7] -type=model -x=270 -y=113 -width=29 -height=39 -model=model_2376 -modelorigin_x=-3 -modelorigin_y=3 -modelangle_x=336 -modelangle_y=1996 -modelangle_z=0 -modelzoom=656 -unknown100=64849 -unknown101=1325 - -// 153:8 -[com_8] -type=model -x=259 -y=173 -width=39 -height=32 -model=model_2825 -modelorigin_x=3 -modelorigin_y=3 -modelangle_x=201 -modelangle_y=69 -modelangle_z=0 -modelzoom=528 -unknown100=64998 -unknown101=1080 - -// 153:9 -[com_9] -type=model -x=266 -y=233 -width=32 -height=31 -model=model_18511 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=405 -modelangle_y=2041 -modelangle_z=0 -modelzoom=2192 -unknown100=62935 -unknown101=4405 - -// 153:10 -[com_10] -type=text -x=75 -y=61 -width=170 -height=50 -textfont=p12_full -text=You can buy a new tinderbox from the general store. -textshadow=yes -colour=0xbe9664 - -// 153:11 -[com_11] -type=text -x=75 -y=119 -width=170 -height=50 -textfont=p12_full -text=You can buy a new axe from Bob's Axe shop in south Lumbridge. -textshadow=yes -colour=0xbe9664 - -// 153:12 -[com_12] -type=text -x=75 -y=176 -width=170 -height=50 -textfont=p12_full -text=You can pick up a pickaxe above the gates of Lumbridge Castle or buy one from Bob's Axe shop in south Lumbridge. -textshadow=yes -colour=0xbe9664 - -// 153:13 -[com_13] -type=text -x=75 -y=230 -width=170 -height=50 -textfont=p12_full -text=You can get a new net from the Fishing Tutor in Lumbridge Swamps. -textshadow=yes -colour=0xbe9664 - -// 153:14 -[com_14] -type=text -x=320 -y=61 -width=170 -height=50 -textfont=p12_full -text=You can get new combat equipment from the combat tutors north of Lumbridge Castle. -textshadow=yes -colour=0xbe9664 - -// 153:15 -[com_15] -type=text -x=320 -y=119 -width=170 -height=50 -textfont=p12_full -text=You can buy a new hammer from the general store. -textshadow=yes -colour=0xbe9664 - -// 153:16 -[com_16] -type=text -x=319 -y=177 -width=170 -height=50 -textfont=p12_full -text=If you need more gold, kill goblins for a short while or try a quest. -textshadow=yes -colour=0xbe9664 - -// 153:17 -[com_17] -type=text -x=319 -y=230 -width=170 -height=50 -textfont=p12_full -text=Tutors can help you with skills and give you basic equipment. Look for this icon on your mini map. -textshadow=yes -colour=0xbe9664 - -// 153:18 -[com_18] -type=text -x=36 -y=281 -width=442 -height=15 -textfont=b12_full -text=More information is available in the manual on our website. -textalignh=1 -textshadow=yes -colour=0xbe9664 - -// 153:19 -[com_19] -type=graphic -x=5 -y=4 -width=26 -height=23 -layer=com_20 -graphic="close_buttons,1" - -// 153:20 -[com_20] -type=layer -x=466 -y=21 -width=32 -height=32 -hide=yes - -// 153:21 -[com_21] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 153:22 -[com_22] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 153:23 -[com_23] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 153:24 -[com_24] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 153:25 -[com_25] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 153:26 -[com_26] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 153:27 -[com_27] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 153:28 -[com_28] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 153:29 -[com_29] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 153:30 -[com_30] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 153:31 -[com_31] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 153:32 -[com_32] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 153:33 -[com_33] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 153:34 -[com_34] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 153:35 -[com_35] -type=text -x=22 -y=31 -width=468 -height=17 -layer=com_0 -textfont=b12_full -text=Oh dear, you're dead, but don't despair! -textalignh=1 -colour=0xff981f - diff --git a/dumps/530/interface/interface_154.if3 b/dumps/530/interface/interface_154.if3 deleted file mode 100644 index de8165e12..000000000 --- a/dumps/530/interface/interface_154.if3 +++ /dev/null @@ -1,469 +0,0 @@ -// 154:0 -[com_0] -type=graphic -x=14 -y=17 -width=482 -height=299 -graphic=tradebacking -tiling=yes -opbase= - -// 154:1 -[com_1] -type=graphic -y=21 -width=33 -height=294 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 154:2 -[com_2] -type=graphic -x=479 -y=20 -width=31 -height=293 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 154:3 -[com_3] -type=graphic -x=17 -y=298 -width=479 -height=44 -graphic="v2_stone_borders,2" -tiling=yes - -// 154:4 -[com_4] -type=graphic -x=14 -y=3 -width=481 -height=32 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 154:5 -[com_5] -type=graphic -x=467 -y=286 -width=32 -height=32 -graphic="v2_stone_borders,7" -opbase= - -// 154:6 -[com_6] -type=graphic -x=13 -y=286 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 154:7 -[com_7] -type=graphic -x=467 -y=16 -width=32 -height=32 -graphic="v2_stone_borders,5" -opbase= - -// 154:8 -[com_8] -type=graphic -x=16 -y=33 -width=480 -height=31 -graphic="v2_stone_borders,8" -tiling=yes - -// 154:9 -[com_9] -type=graphic -x=13 -y=16 -width=32 -height=32 -graphic="v2_stone_borders,4" -opbase= - -// 154:10 -[com_10] -type=graphic -x=13 -y=35 -width=32 -height=32 -graphic="v2_stone_borders,9" -tiling=yes - -// 154:11 -[com_11] -type=graphic -x=467 -y=35 -width=32 -height=32 -graphic="v2_stone_borders,10" -tiling=yes - -// 154:12 -[com_12] -type=graphic -x=471 -y=27 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 154:13 -[com_13] -type=text -x=20 -y=28 -width=472 -height=15 -textfont=b12_full -text=What would you like to make? -textalignh=1 -colour=0xff981f - -// 154:14 -[com_14] -type=model -x=38 -y=57 -width=64 -height=96 -model=model_2540 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 154:15 -[com_15] -type=text -x=20 -y=70 -width=100 -height=100 -textfont=q8_full -text=Armour -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 14) - -// 154:16 -[com_16] -type=model -x=154 -y=48 -width=64 -height=96 -model=model_2649 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=0 -unknown101=3000 - -// 154:17 -[com_17] -type=text -x=132 -y=70 -width=100 -height=100 -textfont=q8_full -text=Gloves -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 1) - -// 154:18 -[com_18] -type=model -x=282 -y=72 -width=64 -height=96 -model=model_2837 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=100 -modelangle_y=100 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 154:19 -[com_19] -type=text -x=260 -y=70 -width=100 -height=100 -textfont=q8_full -text=Boots -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 7) - -// 154:20 -[com_20] -type=model -x=415 -y=56 -width=64 -height=96 -model=model_2656 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=600 -modelangle_y=0 -modelangle_z=0 -modelzoom=350 -unknown100=0 -unknown101=3000 - -// 154:21 -[com_21] -type=text -x=380 -y=70 -width=100 -height=100 -textfont=q8_full -text=Vambraces -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 11) - -// 154:22 -[com_22] -type=model -x=92 -y=190 -width=64 -height=96 -model=model_2555 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -unknown100=0 -unknown101=3000 - -// 154:23 -[com_23] -type=text -x=75 -y=200 -width=100 -height=100 -textfont=q8_full -text=Chaps -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 18) - -// 154:24 -[com_24] -type=model -x=221 -y=204 -width=64 -height=96 -model=model_2541 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=150 -modelangle_y=100 -modelangle_z=0 -modelzoom=350 -unknown100=0 -unknown101=3000 - -// 154:25 -[com_25] -type=text -x=200 -y=200 -width=100 -height=100 -textfont=q8_full -text=Coif -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 38) - -// 154:26 -[com_26] -type=model -x=349 -y=202 -width=64 -height=96 -model=model_3481 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=150 -modelangle_y=100 -modelangle_z=0 -modelzoom=350 -unknown100=0 -unknown101=3000 - -// 154:27 -[com_27] -type=text -x=325 -y=200 -width=100 -height=100 -textfont=q8_full -text=Cowl -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 9) - -// 154:28 -[com_28] -type=layer -x=25 -y=70 -width=90 -height=100 -opbase=Armour -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 14) - -// 154:29 -[com_29] -type=layer -x=140 -y=70 -width=90 -height=100 -opbase=Gloves -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 1) - -// 154:30 -[com_30] -type=layer -x=265 -y=70 -width=90 -height=100 -opbase=Boots -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 7) - -// 154:31 -[com_31] -type=layer -x=380 -y=70 -width=90 -height=100 -opbase=Vambraces -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 11) - -// 154:32 -[com_32] -type=layer -x=80 -y=200 -width=90 -height=100 -opbase=Chaps -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 18) - -// 154:33 -[com_33] -type=layer -x=205 -y=200 -width=90 -height=100 -opbase=Coif -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 38) - -// 154:34 -[com_34] -type=layer -x=340 -y=200 -width=90 -height=100 -opbase=Cowl -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 9) - diff --git a/dumps/530/interface/interface_155.if3 b/dumps/530/interface/interface_155.if3 deleted file mode 100644 index 1af522b60..000000000 --- a/dumps/530/interface/interface_155.if3 +++ /dev/null @@ -1,36 +0,0 @@ -// 155:0 -[com_0] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - -// 155:1 -[com_1] -type=model -x=-57 -y=7561 -width=44935 -height=22669 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_6233 -modelorigin_x=2 -modelorigin_y=-153 -modelangle_x=480 -modelangle_y=512 -modelangle_z=0 -modelzoom=113 -unknown100=65488 -unknown101=244 -modelobjwidth=1404 -modelobjheight=462 - diff --git a/dumps/530/interface/interface_156.if3 b/dumps/530/interface/interface_156.if3 deleted file mode 100644 index f938be888..000000000 --- a/dumps/530/interface/interface_156.if3 +++ /dev/null @@ -1,1279 +0,0 @@ -// 156:0 -[com_0] -type=layer -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_4 - -// 156:1 -[com_1] -type=layer -x=425 -y=73 -width=16 -height=225 -layer=com_4 -onload=script1336 - -// 156:2 -[com_2] -type=layer -x=67 -y=73 -width=358 -height=225 -layer=com_4 - -// 156:3 -[com_3] -type=graphic -x=449 -y=36 -width=26 -height=23 -layer=com_4 -graphic="close_buttons,2" -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onclick=script29 - -// 156:4 -[com_4] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 156:5 -[com_5] -type=text -x=22 -y=2 -width=329 -height=17 -layer=com_2 -textfont=quill_oblique_large -text=lj_title -colour=0x46320a - -// 156:6 -[com_6] -type=model -x=4 -y=14 -width=506 -height=317 -layer=com_0 -model=model_26397 -modelorigin_x=-2 -modelorigin_y=34 -modelangle_x=510 -modelangle_y=0 -modelangle_z=0 -modelzoom=961 -unknown100=63949 -unknown101=3000 - -// 156:7 -[com_7] -type=text -x=22 -y=32 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj1 -colour=0x46320a - -// 156:8 -[com_8] -type=text -x=22 -y=52 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj2 -colour=0x46320a - -// 156:9 -[com_9] -type=text -x=22 -y=72 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj3 -colour=0x46320a - -// 156:10 -[com_10] -type=text -x=22 -y=92 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj4 -colour=0x46320a - -// 156:11 -[com_11] -type=text -x=22 -y=112 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj5 -colour=0x46320a - -// 156:12 -[com_12] -type=text -x=22 -y=132 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj6 -colour=0x46320a - -// 156:13 -[com_13] -type=text -x=22 -y=152 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj7 -colour=0x46320a - -// 156:14 -[com_14] -type=text -x=22 -y=172 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj8 -colour=0x46320a - -// 156:15 -[com_15] -type=text -x=22 -y=192 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj9 -colour=0x46320a - -// 156:16 -[com_16] -type=text -x=22 -y=212 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj10 -colour=0x46320a - -// 156:17 -[com_17] -type=text -x=22 -y=232 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj11 -colour=0x46320a - -// 156:18 -[com_18] -type=text -x=22 -y=252 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj12 -colour=0x46320a - -// 156:19 -[com_19] -type=text -x=22 -y=272 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj13 -colour=0x46320a - -// 156:20 -[com_20] -type=text -x=22 -y=292 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj14 -colour=0x46320a - -// 156:21 -[com_21] -type=text -x=22 -y=312 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj15 -colour=0x46320a - -// 156:22 -[com_22] -type=text -x=22 -y=332 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj16 -colour=0x46320a - -// 156:23 -[com_23] -type=text -x=22 -y=352 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj17 -colour=0x46320a - -// 156:24 -[com_24] -type=text -x=22 -y=372 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj18 -colour=0x46320a - -// 156:25 -[com_25] -type=text -x=22 -y=392 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj19 -colour=0x46320a - -// 156:26 -[com_26] -type=text -x=22 -y=412 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj20 -colour=0x46320a - -// 156:27 -[com_27] -type=text -x=22 -y=432 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj21 -colour=0x46320a - -// 156:28 -[com_28] -type=text -x=22 -y=452 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj22 -colour=0x46320a - -// 156:29 -[com_29] -type=text -x=22 -y=472 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj23 -colour=0x46320a - -// 156:30 -[com_30] -type=text -x=22 -y=492 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj24 -colour=0x46320a - -// 156:31 -[com_31] -type=text -x=22 -y=512 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj25 -colour=0x46320a - -// 156:32 -[com_32] -type=text -x=22 -y=532 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj26 -colour=0x46320a - -// 156:33 -[com_33] -type=text -x=22 -y=552 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj27 -colour=0x46320a - -// 156:34 -[com_34] -type=text -x=22 -y=572 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj28 -colour=0x46320a - -// 156:35 -[com_35] -type=text -x=22 -y=592 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj29 -colour=0x46320a - -// 156:36 -[com_36] -type=text -x=22 -y=612 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj30 -colour=0x46320a - -// 156:37 -[com_37] -type=text -x=22 -y=632 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj31 -colour=0x46320a - -// 156:38 -[com_38] -type=text -x=22 -y=652 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj32 -colour=0x46320a - -// 156:39 -[com_39] -type=text -x=22 -y=672 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj33 -colour=0x46320a - -// 156:40 -[com_40] -type=text -x=22 -y=692 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj34 -colour=0x46320a - -// 156:41 -[com_41] -type=text -x=22 -y=712 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj35 -colour=0x46320a - -// 156:42 -[com_42] -type=text -x=22 -y=732 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj36 -colour=0x46320a - -// 156:43 -[com_43] -type=text -x=22 -y=752 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj37 -colour=0x46320a - -// 156:44 -[com_44] -type=text -x=22 -y=772 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj38 -colour=0x46320a - -// 156:45 -[com_45] -type=text -x=22 -y=792 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj39 -colour=0x46320a - -// 156:46 -[com_46] -type=text -x=22 -y=812 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj40 -colour=0x46320a - -// 156:47 -[com_47] -type=text -x=22 -y=832 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj41 -colour=0x46320a - -// 156:48 -[com_48] -type=text -x=22 -y=852 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj42 -colour=0x46320a - -// 156:49 -[com_49] -type=text -x=22 -y=872 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj43 -colour=0x46320a - -// 156:50 -[com_50] -type=text -x=22 -y=892 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj44 -colour=0x46320a - -// 156:51 -[com_51] -type=text -x=22 -y=912 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj45 -colour=0x46320a - -// 156:52 -[com_52] -type=text -x=22 -y=932 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj46 -colour=0x46320a - -// 156:53 -[com_53] -type=text -x=22 -y=952 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj47 -colour=0x46320a - -// 156:54 -[com_54] -type=text -x=22 -y=972 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj48 -colour=0x46320a - -// 156:55 -[com_55] -type=text -x=22 -y=992 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj49 -colour=0x46320a - -// 156:56 -[com_56] -type=text -x=22 -y=1012 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj50 -colour=0x46320a - -// 156:57 -[com_57] -type=text -x=22 -y=1032 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj51 -colour=0x46320a - -// 156:58 -[com_58] -type=text -x=22 -y=1052 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj52 -colour=0x46320a - -// 156:59 -[com_59] -type=text -x=22 -y=1072 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj53 -colour=0x46320a - -// 156:60 -[com_60] -type=text -x=22 -y=1092 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj54 -colour=0x46320a - -// 156:61 -[com_61] -type=text -x=22 -y=1112 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj55 -colour=0x46320a - -// 156:62 -[com_62] -type=text -x=22 -y=1132 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj56 -colour=0x46320a - -// 156:63 -[com_63] -type=text -x=22 -y=1152 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj57 -colour=0x46320a - -// 156:64 -[com_64] -type=text -x=22 -y=1172 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj58 -colour=0x46320a - -// 156:65 -[com_65] -type=text -x=22 -y=1192 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj59 -colour=0x46320a - -// 156:66 -[com_66] -type=text -x=22 -y=1212 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj60 -colour=0x46320a - -// 156:67 -[com_67] -type=text -x=22 -y=1232 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj61 -colour=0x46320a - -// 156:68 -[com_68] -type=text -x=22 -y=1252 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj62 -colour=0x46320a - -// 156:69 -[com_69] -type=text -x=22 -y=1272 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj63 -colour=0x46320a - -// 156:70 -[com_70] -type=text -x=22 -y=1292 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj64 -colour=0x46320a - -// 156:71 -[com_71] -type=text -x=22 -y=1312 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj65 -colour=0x46320a - -// 156:72 -[com_72] -type=text -x=22 -y=1332 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj66 -colour=0x46320a - -// 156:73 -[com_73] -type=text -x=22 -y=1352 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj67 -colour=0x46320a - -// 156:74 -[com_74] -type=text -x=22 -y=1372 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj68 -colour=0x46320a - -// 156:75 -[com_75] -type=text -x=22 -y=1392 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj69 -colour=0x46320a - -// 156:76 -[com_76] -type=text -x=22 -y=1412 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj70 -colour=0x46320a - -// 156:77 -[com_77] -type=text -x=22 -y=1432 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj71 -colour=0x46320a - -// 156:78 -[com_78] -type=text -x=22 -y=1452 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj72 -colour=0x46320a - -// 156:79 -[com_79] -type=text -x=22 -y=1472 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj73 -colour=0x46320a - -// 156:80 -[com_80] -type=text -x=22 -y=1492 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj74 -colour=0x46320a - -// 156:81 -[com_81] -type=text -x=22 -y=1512 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj75 -colour=0x46320a - -// 156:82 -[com_82] -type=text -x=22 -y=1532 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj76 -colour=0x46320a - -// 156:83 -[com_83] -type=text -x=22 -y=1552 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj77 -colour=0x46320a - -// 156:84 -[com_84] -type=text -x=22 -y=1572 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj78 -colour=0x46320a - -// 156:85 -[com_85] -type=text -x=22 -y=1592 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj79 -colour=0x46320a - -// 156:86 -[com_86] -type=text -x=22 -y=1612 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj80 -colour=0x46320a - -// 156:87 -[com_87] -type=text -x=22 -y=1632 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj81 -colour=0x46320a - -// 156:88 -[com_88] -type=text -x=22 -y=1652 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj82 -colour=0x46320a - -// 156:89 -[com_89] -type=text -x=22 -y=1672 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj83 -colour=0x46320a - -// 156:90 -[com_90] -type=text -x=22 -y=1692 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj84 -colour=0x46320a - -// 156:91 -[com_91] -type=text -x=22 -y=1712 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj85 -colour=0x46320a - -// 156:92 -[com_92] -type=text -x=22 -y=1732 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj86 -colour=0x46320a - -// 156:93 -[com_93] -type=text -x=22 -y=1752 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj87 -colour=0x46320a - -// 156:94 -[com_94] -type=text -x=22 -y=1772 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj88 -colour=0x46320a - -// 156:95 -[com_95] -type=text -x=22 -y=1792 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj89 -colour=0x46320a - -// 156:96 -[com_96] -type=text -x=22 -y=1812 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj90 -colour=0x46320a - -// 156:97 -[com_97] -type=text -x=22 -y=1832 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj91 -colour=0x46320a - -// 156:98 -[com_98] -type=text -x=22 -y=1852 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj92 -colour=0x46320a - -// 156:99 -[com_99] -type=text -x=22 -y=1872 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj93 -colour=0x46320a - -// 156:100 -[com_100] -type=text -x=22 -y=1892 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj94 -colour=0x46320a - -// 156:101 -[com_101] -type=text -x=22 -y=1912 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj95 -colour=0x46320a - -// 156:102 -[com_102] -type=text -x=22 -y=1932 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj96 -colour=0x46320a - -// 156:103 -[com_103] -type=text -x=22 -y=1952 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj97 -colour=0x46320a - -// 156:104 -[com_104] -type=text -x=22 -y=1972 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj98 -colour=0x46320a - -// 156:105 -[com_105] -type=text -x=22 -y=1992 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj99 -colour=0x46320a - -// 156:106 -[com_106] -type=text -x=22 -y=2012 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=lj100 -colour=0x46320a - diff --git a/dumps/530/interface/interface_157.if3 b/dumps/530/interface/interface_157.if3 deleted file mode 100644 index 61aa4c921..000000000 --- a/dumps/530/interface/interface_157.if3 +++ /dev/null @@ -1,374 +0,0 @@ -// 157:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 157:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 157:2 -[com_2] -type=graphic -x=13 -y=53 -width=7 -height=241 -graphic="v2_stone_borders_alt,1" -tiling=yes - -// 157:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders_alt,4" - -// 157:4 -[com_4] -type=graphic -x=468 -y=51 -width=32 -height=243 -graphic="v2_stone_borders_alt,3" -tiling=yes - -// 157:5 -[com_5] -type=graphic -x=44 -y=20 -width=424 -height=7 -graphic="v2_stone_borders_alt,0" -tiling=yes - -// 157:6 -[com_6] -type=graphic -x=45 -y=294 -width=423 -height=32 -graphic="v2_stone_borders_alt,2" -tiling=yes - -// 157:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders_alt,6" - -// 157:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders_alt,5" - -// 157:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders_alt,7" - -// 157:10 -[com_10] -type=graphic -x=24 -y=49 -width=465 -height=6 -graphic="v2_stone_borders_alt,8" -tiling=yes - -// 157:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders_alt,9" - -// 157:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders_alt,10" - -// 157:13 -[com_13] -type=graphic -x=473 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 157:14 -[com_14] -type=text -x=21 -y=30 -width=471 -height=16 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xcc9800 - -// 157:15 -[com_15] -type=graphic -x=19 -y=275 -width=474 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 157:16 -[com_16] -type=graphic -x=22 -y=8 -width=20 -height=20 -layer=com_17 -graphic=graphic_1161 - -// 157:17 -[com_17] -type=layer -x=176 -y=287 -width=166 -height=33 -hide=yes - -// 157:18 -[com_18] -type=graphic -x=42 -y=8 -width=93 -height=20 -layer=com_17 -graphic=graphic_1162 -tiling=yes - -// 157:19 -[com_19] -type=graphic -x=124 -y=8 -width=20 -height=20 -layer=com_17 -graphic=graphic_1163 -tiling=yes - -// 157:20 -[com_20] -type=text -x=18 -y=10 -width=136 -height=16 -layer=com_17 -textfont=b12_full -text=Page 1 of 7 -textalignh=1 -textshadow=yes -colour=0xffa861 - -// 157:21 -[com_21] -type=graphic -x=147 -y=9 -width=16 -height=16 -layer=com_17 -graphic="catcon_catapult_arrows,2" -op1= Continue -onmouseover=script44(event_com, "catcon_catapult_arrows,3") -onmouseleave=script44(event_com, "catcon_catapult_arrows,2") - -// 157:22 -[com_22] -type=graphic -x=3 -y=9 -width=16 -height=16 -layer=com_17 -graphic="catcon_catapult_arrows,0" -op1= Continue -onmouseover=script44(event_com, "catcon_catapult_arrows,1") -onmouseleave=script44(event_com, "catcon_catapult_arrows,0") - -// 157:23 -[com_23] -type=layer -width=512 -height=334 -onload=script15 -onvartransmit=script783 -onvartransmitlist=varplayer_1231 - -// 157:24 -[com_24] -type=layer -x=477 -y=54 -width=16 -height=235 - -// 157:25 -[com_25] -type=layer -x=19 -y=54 -width=474 -height=235 -layer=com_23 - -// 157:26 -[com_26] -type=graphic -x=139 -y=5 -width=9 -height=24 -layer=com_35 -graphic="v2_stone_button,6" - -// 157:27 -[com_27] -type=graphic -x=26 -y=20 -width=122 -height=9 -layer=com_35 -graphic="v2_stone_button,7" - -// 157:28 -[com_28] -type=graphic -x=26 -y=5 -width=122 -height=9 -layer=com_35 -graphic="v2_stone_button,5" - -// 157:29 -[com_29] -type=graphic -x=26 -y=5 -width=9 -height=24 -layer=com_35 -graphic="v2_stone_button,4" - -// 157:30 -[com_30] -type=text -x=26 -y=5 -width=123 -height=24 -layer=com_35 -textfont=p11_full -text=Shortcut keys -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff -onmouseover=script1026 -onmouseleave=script1027 - -// 157:31 -[com_31] -type=graphic -x=26 -y=5 -width=9 -height=9 -layer=com_35 -graphic="v2_stone_button,0" - -// 157:32 -[com_32] -type=graphic -x=139 -y=5 -width=9 -height=9 -layer=com_35 -graphic="v2_stone_button,1" - -// 157:33 -[com_33] -type=graphic -x=26 -y=20 -width=9 -height=9 -layer=com_35 -graphic="v2_stone_button,2" - -// 157:34 -[com_34] -type=graphic -x=139 -y=20 -width=9 -height=9 -layer=com_35 -graphic="v2_stone_button,3" - -// 157:35 -[com_35] -type=layer -x=344 -y=288 -width=149 -height=33 -hide=yes - diff --git a/dumps/530/interface/interface_158.if3 b/dumps/530/interface/interface_158.if3 deleted file mode 100644 index d26dc57be..000000000 --- a/dumps/530/interface/interface_158.if3 +++ /dev/null @@ -1,100 +0,0 @@ -// 158:0 -[com_0] -type=model -x=-185 -y=939 -width=32615 -height=49992 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34465 -modelorigin_x=-7 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=219 -modelanim=seq_9391 -unknown100=64474 -unknown101=3000 -unknown103=yes -modelobjwidth=1019 -modelobjheight=1019 - -// 158:1 -[com_1] -type=model -x=519 -y=301 -width=25575 -height=38710 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34465 -modelorigin_x=-28 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=280 -modelanim=seq_9390 -unknown100=64359 -unknown101=3000 -unknown103=yes -modelobjwidth=799 -modelobjheight=789 - -// 158:2 -[com_2] -type=model -x=7 -y=7 -width=16487 -height=17323 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34608 -modelorigin_x=0 -modelorigin_y=176 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=320 -unknown100=0 -unknown101=3000 -unknown103=yes -modelobjwidth=515 -modelobjheight=353 -op10= - -// 158:3 -[com_3] -type=model -x=-377 -y=301 -width=18535 -height=18696 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34466 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=272 -modelanim=seq_9426 -unknown100=64371 -unknown101=3000 -unknown103=yes -modelobjwidth=579 -modelobjheight=381 - diff --git a/dumps/530/interface/interface_159.if3 b/dumps/530/interface/interface_159.if3 deleted file mode 100644 index 3b2201ff8..000000000 --- a/dumps/530/interface/interface_159.if3 +++ /dev/null @@ -1,839 +0,0 @@ -// 159:0 -[com_0] -type=graphic -width=520 -height=335 -layer=com_42 -graphic=tradebacking -tiling=yes - -// 159:1 -[com_1] -type=graphic -x=234 -y=232 -width=27 -height=97 -layer=com_42 -graphic="v2_borders_slim,12" -tiling=yes - -// 159:2 -[com_2] -type=graphic -x=234 -y=7 -width=30 -height=217 -layer=com_42 -graphic="v2_borders_slim,12" -tiling=yes - -// 159:3 -[com_3] -type=graphic -x=-6 -y=8 -width=26 -height=321 -layer=com_42 -graphic="v2_borders_slim,12" -tiling=yes - -// 159:4 -[com_4] -type=graphic -x=248 -y=215 -width=257 -height=34 -layer=com_42 -graphic="v2_borders_slim,11" -tiling=yes - -// 159:5 -[com_5] -type=graphic -x=249 -y=-10 -width=257 -height=34 -layer=com_42 -graphic="v2_borders_slim,11" -tiling=yes - -// 159:6 -[com_6] -type=graphic -x=8 -y=-9 -width=227 -height=34 -layer=com_42 -graphic="v2_borders_slim,11" -tiling=yes - -// 159:7 -[com_7] -type=graphic -x=490 -y=232 -width=27 -height=97 -layer=com_42 -graphic="v2_borders_slim,12" -tiling=yes - -// 159:8 -[com_8] -type=graphic -x=490 -y=7 -width=25 -height=217 -layer=com_42 -graphic="v2_borders_slim,12" -tiling=yes - -// 159:9 -[com_9] -type=graphic -x=220 -y=8 -width=29 -height=321 -layer=com_42 -graphic="v2_borders_slim,12" -tiling=yes - -// 159:10 -[com_10] -type=graphic -x=248 -y=311 -width=257 -height=37 -layer=com_42 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 159:11 -[com_11] -type=graphic -x=248 -y=206 -width=257 -height=37 -layer=com_42 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 159:12 -[com_12] -type=graphic -x=8 -y=311 -width=227 -height=35 -layer=com_42 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 159:13 -[com_13] -type=graphic -x=479 -y=9 -width=26 -height=23 -layer=com_42 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(interface_159:com_13, "close_buttons,1") -onmouseleave=script44(interface_159:com_13, "close_buttons,0") -onop=script29 - -// 159:14 -[com_14] -type=rectangle -x=8 -y=8 -width=227 -height=321 -layer=com_42 -colour=0xffffff -fill=yes -trans=245 - -// 159:15 -[com_15] -type=rectangle -x=247 -y=9 -width=257 -height=213 -layer=com_42 -colour=0xffffff -fill=yes -trans=245 - -// 159:16 -[com_16] -type=rectangle -x=247 -y=231 -width=258 -height=97 -layer=com_42 -colour=0xffffff -fill=yes -trans=245 - -// 159:17 -[com_17] -type=model -x=51 -y=33 -width=176 -height=282 -layer=com_42 -model=model_34885 -modelorigin_x=-23 -modelorigin_y=140 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2950 -unknown101=830 - -// 159:18 -[com_18] -type=layer -x=51 -y=33 -width=176 -height=283 -layer=com_42 -hide=yes - -// 159:19 -[com_19] -type=model -width=127 -height=116 -layer=com_42 -model=model_34879 -modelorigin_x=2 -modelorigin_y=4 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2180 -unknown101=820 -op1=Fingers - -// 159:20 -[com_20] -type=model -x=-1 -y=1 -width=121 -height=119 -layer=com_42 -model=model_34876 -modelorigin_x=-9 -modelorigin_y=8 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2214 -unknown101=827 -op1=Hand - -// 159:21 -[com_21] -type=model -width=58 -height=47 -layer=com_42 -model=model_34880 -modelorigin_x=-4 -modelorigin_y=-3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2242 -unknown101=813 -op1=Thumb - -// 159:22 -[com_22] -type=model -x=-10 -y=1 -width=99 -height=28 -layer=com_42 -model=model_34884 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2288 -unknown101=830 -op1=Wrist - -// 159:23 -[com_23] -type=model -width=82 -height=43 -layer=com_42 -model=model_34883 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2336 -unknown101=824 -op1=Brace - -// 159:24 -[com_24] -type=graphic -x=413 -y=248 -width=25 -height=25 -layer=com_42 -graphic=graphic_1228 -op1=Rotate-Left -onmouseover=script44(event_com, graphic_1229) -onmouseleave=script44(event_com, graphic_1228) - -// 159:25 -[com_25] -type=graphic -x=448 -y=248 -width=25 -height=25 -layer=com_42 -graphic=graphic_1230 -op1=Rotate-Right -onmouseover=script44(event_com, graphic_1231) -onmouseleave=script44(event_com, graphic_1230) - -// 159:26 -[com_26] -type=graphic -x=431 -y=283 -width=25 -height=25 -layer=com_42 -graphic=graphic_1232 -op1=Restart -onmouseover=script44(event_com, graphic_1233) -onmouseleave=script44(event_com, graphic_1232) - -// 159:27 -[com_27] -type=model -x=305 -y=239 -width=21 -height=28 -layer=com_42 -model=model_32196 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=3000 -unknown100=62098 -unknown101=6005 -opbase= -op1=Move-Up -onmouseover=script67(event_com, model_32160) -onmouseleave=script67(event_com, model_32196) - -// 159:28 -[com_28] -type=model -x=328 -y=269 -width=28 -height=21 -layer=com_42 -model=model_32196 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1530 -modelzoom=3000 -unknown100=62098 -unknown101=6005 -opbase= -op1=Move-Right -onmouseover=script67(event_com, model_32160) -onmouseleave=script67(event_com, model_32196) - -// 159:29 -[com_29] -type=model -x=274 -y=269 -width=28 -height=21 -layer=com_42 -model=model_32196 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=506 -modelzoom=3000 -unknown100=62098 -unknown101=6005 -opbase= -op1=Move-Left -onmouseover=script67(event_com, model_32160) -onmouseleave=script67(event_com, model_32196) - -// 159:30 -[com_30] -type=model -x=305 -y=294 -width=21 -height=28 -layer=com_42 -model=model_32196 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1012 -modelzoom=3000 -unknown100=62098 -unknown101=6005 -opbase= -op1=Move-Down -onmouseover=script67(event_com, model_32160) -onmouseleave=script67(event_com, model_32196) - -// 159:31 -[com_31] -type=layer -x=254 -y=21 -width=130 -height=114 -layer=com_42 -hide=yes - -// 159:32 -[com_32] -type=layer -x=378 -y=98 -width=125 -height=114 -layer=com_42 -hide=yes - -// 159:33 -[com_33] -type=layer -x=291 -y=167 -width=64 -height=53 -layer=com_42 -hide=yes - -// 159:34 -[com_34] -type=layer -x=265 -y=140 -width=108 -height=33 -layer=com_42 -hide=yes - -// 159:35 -[com_35] -type=layer -x=401 -y=40 -width=80 -height=42 -layer=com_42 -hide=yes - -// 159:36 -[com_36] -type=model -width=176 -height=282 -layer=com_18 -model=model_34874 -modelorigin_x=-23 -modelorigin_y=140 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=1136 -unknown101=830 - -// 159:37 -[com_37] -type=model -x=4 -width=127 -height=116 -layer=com_31 -model=model_34881 -modelorigin_x=2 -modelorigin_y=4 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2303 -unknown101=820 - -// 159:38 -[com_38] -type=model -x=1 -y=-4 -width=121 -height=119 -layer=com_32 -model=model_34878 -modelorigin_x=-9 -modelorigin_y=8 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2336 -unknown101=827 - -// 159:39 -[com_39] -type=model -x=3 -y=7 -width=58 -height=47 -layer=com_33 -model=model_34877 -modelorigin_x=-4 -modelorigin_y=-3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2334 -unknown101=813 - -// 159:40 -[com_40] -type=model -x=3 -y=3 -width=99 -height=28 -layer=com_34 -model=model_34875 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2326 -unknown101=830 - -// 159:41 -[com_41] -type=model -y=-1 -width=82 -height=43 -layer=com_35 -model=model_34882 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelorthog=yes -unknown100=2336 -unknown101=824 - -// 159:42 -[com_42] -type=layer -x=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 159:43 -[com_43] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 159:44 -[com_44] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 159:45 -[com_45] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_44 - -// 159:46 -[com_46] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 159:47 -[com_47] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 159:48 -[com_48] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 159:49 -[com_49] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 159:50 -[com_50] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 159:51 -[com_51] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 159:52 -[com_52] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 159:53 -[com_53] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 159:54 -[com_54] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_45 - -// 159:55 -[com_55] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_45 - -// 159:56 -[com_56] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_45 - -// 159:57 -[com_57] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_45 - -// 159:58 -[com_58] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_45 - -// 159:59 -[com_59] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_55 -graphic=tradebacking -tiling=yes -outline=2 - -// 159:60 -[com_60] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - -// 159:61 -[com_61] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_56 -graphic=tradebacking -tiling=yes -outline=2 - -// 159:62 -[com_62] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_57 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_16.if3 b/dumps/530/interface/interface_16.if3 deleted file mode 100644 index e36802e2a..000000000 --- a/dumps/530/interface/interface_16.if3 +++ /dev/null @@ -1,113 +0,0 @@ -// 16:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_5 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 16:1 -[com_1] -type=model -x=109 -y=400 -width=95 -height=68 -layer=com_5 -model=model_42329 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=210 -modelangle_y=187 -modelangle_z=0 -modelzoom=576 -modelanim=seq_10413 -unknown100=0 -unknown101=3000 -op10= - -// 16:2 -[com_2] -type=model -x=20 -y=323 -width=182 -height=151 -layer=com_5 -model=model_42329 -modelorigin_x=46 -modelorigin_y=37 -modelangle_x=210 -modelangle_y=187 -modelangle_z=0 -modelzoom=576 -modelanim=seq_10414 -unknown100=0 -unknown101=3000 -op10= - -// 16:3 -[com_3] -type=model -x=555 -y=403 -width=105 -height=63 -layer=com_5 -model=model_42329 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=210 -modelangle_y=1792 -modelangle_z=0 -modelzoom=576 -modelanim=seq_2715 -unknown100=0 -unknown101=3000 -op10= - -// 16:4 -[com_4] -type=model -x=563 -y=302 -width=150 -height=188 -layer=com_5 -model=model_42329 -modelorigin_x=-32 -modelorigin_y=40 -modelangle_x=210 -modelangle_y=1792 -modelangle_z=0 -modelzoom=576 -modelanim=seq_2716 -unknown100=0 -unknown101=3000 -op10= - -// 16:5 -[com_5] -type=layer -width=765 -height=503 - -// 16:6 -[com_6] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_5 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_160.if3 b/dumps/530/interface/interface_160.if3 deleted file mode 100644 index 5725aca09..000000000 --- a/dumps/530/interface/interface_160.if3 +++ /dev/null @@ -1,35 +0,0 @@ -// 160:0 -[com_0] -type=model -x=-1 -y=-8 -width=535 -height=345 -model=model_34847 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=508 -modelangle_y=0 -modelangle_z=0 -modelzoom=536 -unknown100=64330 -unknown101=3000 - -// 160:1 -[com_1] -type=model -x=96 -y=118 -width=348 -height=205 -model=model_34932 -modelorigin_x=-7 -modelorigin_y=21 -modelangle_x=144 -modelangle_y=2023 -modelangle_z=0 -modelzoom=344 -modelanim=seq_9584 -unknown100=64449 -unknown101=3000 - diff --git a/dumps/530/interface/interface_161.if3 b/dumps/530/interface/interface_161.if3 deleted file mode 100644 index 6f681ec39..000000000 --- a/dumps/530/interface/interface_161.if3 +++ /dev/null @@ -1,530 +0,0 @@ -// 161:0 -[com_0] -type=rectangle -x=17 -y=25 -width=489 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 161:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 161:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 161:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 161:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 161:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 161:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 161:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_161:com_7, "v2_stone_close_button,1") -onmouseleave=script44(interface_161:com_7, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 161:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 161:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 161:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 161:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 161:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 161:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 161:14 -[com_14] -type=graphic -x=99 -y=29 -width=102 -height=20 -graphic="tabs,1" -op1=Learn -onmouseleave=script40(interface_161:com_47) -onmouserepeat=script38(event_com, interface_161:com_47, "Learn new abilities", 25, 150) - -// 161:15 -[com_15] -type=graphic -x=22 -y=29 -width=94 -height=20 -graphic="tabs,1" -op1=Buy -onmouseleave=script40(interface_161:com_47) -onmouserepeat=script38(event_com, interface_161:com_47, "Buy Slayer equipment", 25, 150) - -// 161:16 -[com_16] -type=graphic -x=182 -y=29 -width=98 -height=20 -graphic="tabs,0" - -// 161:17 -[com_17] -type=line -x=55 -y=190 -width=398 -linewid=2 -colour=0x342c24 - -// 161:18 -[com_18] -type=rectangle -x=75 -y=78 -width=200 -height=31 -colour=0x484038 -fill=yes - -// 161:19 -[com_19] -type=text -x=198 -y=87 -width=53 -height=13 -textfont=b12_full -text=XXXX -textalignh=1 -textshadow=yes -colour=0xd7b011 - -// 161:20 -[com_20] -type=text -x=35 -y=33 -width=21 -height=10 -textfont=p11_full -text=Buy -textshadow=yes -colour=0xbf751d - -// 161:21 -[com_21] -type=text -x=112 -y=34 -width=34 -height=9 -textfont=p11_full -text=Learn -textshadow=yes -colour=0xbf751d - -// 161:22 -[com_22] -type=text -x=193 -y=34 -width=65 -height=10 -textfont=p11_full -text=Assignment -textshadow=yes -colour=0xff981f - -// 161:23 -[com_23] -type=text -x=55 -y=133 -width=285 -height=17 -textfont=p12_full -text=Reassign current mission -textshadow=yes -colour=0xd7b011 -op1=Reassign current task -onmouseleave=script40(interface_161:com_47) -onmouserepeat=script38(event_com, interface_161:com_47, "Cancels your current mission. You may be reassigned this creature in the future.", 25, 150) - -// 161:24 -[com_24] -type=text -x=55 -y=156 -width=286 -height=29 -textfont=p12_full -text=Permanently remove current
(additional Quest Point requirement) -textshadow=yes -colour=0xd7b011 -op1=Permanently remove current task -onmouseleave=script40(interface_161:com_47) -onmouserepeat=script38(event_com, interface_161:com_47, "Cancels your current mission. You will never be assigned this creature in the future. Having 50 Quest Points allows you to ignore one creature, 100 QP for two, 150 QP for three and 200 QP for four.", 25, 150) - -// 161:25 -[com_25] -type=text -x=95 -y=87 -width=79 -height=11 -textfont=b12_full -text=Current points = -textshadow=yes -colour=0xd7b011 - -// 161:26 -[com_26] -type=text -x=375 -y=133 -width=73 -height=13 -textfont=p12_full -text=(30 points) -textshadow=yes -colour=0xff981f -op1=Reassign Current -onmouseleave=script40(interface_161:com_47) -onmouserepeat=script38(event_com, interface_161:com_47, "Cancel your current mission. You may be reassigned this creature in the future.", 25, 150) - -// 161:27 -[com_27] -type=text -x=375 -y=154 -width=76 -height=16 -textfont=p12_full -text=(100 points) -textshadow=yes -colour=0xff9800 -op1=Permanently Remove Current -onmouseleave=script40(interface_161:com_47) -onmouserepeat=script38(event_com, interface_161:com_47, "Cancel your current mission. You will never be assigned this creature in the future.", 25, 150) - -// 161:28 -[com_28] -type=text -x=381 -y=243 -width=45 -height=17 -textfont=p11_full -text=(Does not -textshadow=yes -colour=0xbf751d - -// 161:29 -[com_29] -type=text -x=364 -y=257 -width=63 -height=18 -textfont=p11_full -text=refund points) -textshadow=yes -colour=0xbf751d - -// 161:30 -[com_30] -type=text -x=55 -y=243 -width=8 -height=15 -textfont=p12_full -text=B -textshadow=yes -colour=0xff981f - -// 161:31 -[com_31] -type=text -x=55 -y=261 -width=8 -height=17 -textfont=p12_full -text=C -textshadow=yes -colour=0xff981f - -// 161:32 -[com_32] -type=text -x=55 -y=279 -width=13 -height=17 -textfont=p12_full -text=D -textshadow=yes -colour=0xff981f - -// 161:33 -[com_33] -type=text -x=356 -y=225 -width=99 -height=14 -textfont=p12_full -text=Cancel removal -textshadow=yes -colour=0xff981f - -// 161:34 -[com_34] -type=text -x=130 -y=203 -width=106 -height=13 -textfont=p11_full -text=Currently removed -textshadow=yes -colour=0xbf751d - -// 161:35 -[com_35] -type=text -x=55 -y=225 -width=13 -height=15 -textfont=p12_full -text=A -textshadow=yes -colour=0xff981f - -// 161:36 -[com_36] -type=graphic -x=304 -y=225 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Cancel Removal -onmouseleave=script40(interface_161:com_47) -onmouserepeat=script38(event_com, interface_161:com_47, "Cancels this removal. You will not be refunded the points you paid.", 25, 150) -onclick=script44(interface_161:com_36, "v2_stone_close_button,1") -onrelease=script44(interface_161:com_36, "v2_stone_close_button,0") - -// 161:37 -[com_37] -type=graphic -x=304 -y=243 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Cancel Removal -onmouseleave=script40(interface_161:com_47) -onmouserepeat=script38(event_com, interface_161:com_47, "Cancels this removal. You will not be refunded the points you paid.", 25, 150) -onclick=script44(interface_161:com_37, "v2_stone_close_button,1") -onrelease=script44(interface_161:com_37, "v2_stone_close_button,0") - -// 161:38 -[com_38] -type=graphic -x=304 -y=261 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Cancel Removal -onmouseleave=script40(interface_161:com_47) -onmouserepeat=script38(event_com, interface_161:com_47, "Cancels this removal. You will not be refunded the points you paid.", 25, 150) -onclick=script44(interface_161:com_38, "v2_stone_close_button,1") -onrelease=script44(interface_161:com_38, "v2_stone_close_button,0") - -// 161:39 -[com_39] -type=graphic -x=304 -y=279 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Cancel Removal -onmouseleave=script40(interface_161:com_47) -onmouserepeat=script38(event_com, interface_161:com_47, "Cancels this removal. You will not be refunded the points you paid.", 25, 150) -onclick=script44(interface_161:com_39, "v2_stone_close_button,1") -onrelease=script44(interface_161:com_39, "v2_stone_close_button,0") - -// 161:40 -[com_40] -type=graphic -x=246 -y=84 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 161:41 -[com_41] -type=graphic -x=246 -y=71 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 161:42 -[com_42] -type=graphic -x=68 -y=84 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 161:43 -[com_43] -type=graphic -x=68 -y=71 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 161:44 -[com_44] -type=graphic -x=99 -y=58 -width=147 -height=32 -graphic="v2_stone_borders,0" - -// 161:45 -[com_45] -type=graphic -x=100 -y=96 -width=148 -height=32 -graphic="v2_stone_borders,2" - -// 161:46 -[com_46] -type=layer -width=512 -height=334 - -// 161:47 -[com_47] -type=layer -width=512 -height=334 -layer=com_46 - diff --git a/dumps/530/interface/interface_162.if3 b/dumps/530/interface/interface_162.if3 deleted file mode 100644 index 72a7e0c45..000000000 --- a/dumps/530/interface/interface_162.if3 +++ /dev/null @@ -1,100 +0,0 @@ -// 162:0 -[com_0] -type=model -x=519 -y=301 -width=25575 -height=38710 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34465 -modelorigin_x=-28 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=280 -modelanim=seq_9390 -unknown100=64359 -unknown101=3000 -unknown103=yes -modelobjwidth=799 -modelobjheight=789 - -// 162:1 -[com_1] -type=model -x=-185 -y=939 -width=32615 -height=49992 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34465 -modelorigin_x=-7 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=219 -modelanim=seq_9391 -unknown100=64474 -unknown101=3000 -unknown103=yes -modelobjwidth=1019 -modelobjheight=1019 - -// 162:2 -[com_2] -type=model -x=-377 -y=301 -width=18535 -height=18696 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34466 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=272 -modelanim=seq_9427 -unknown100=64371 -unknown101=3000 -unknown103=yes -modelobjwidth=579 -modelobjheight=381 - -// 162:3 -[com_3] -type=model -x=7 -y=7 -width=16487 -height=17323 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34608 -modelorigin_x=0 -modelorigin_y=176 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=320 -unknown100=0 -unknown101=3000 -unknown103=yes -modelobjwidth=515 -modelobjheight=353 -op10= - diff --git a/dumps/530/interface/interface_163.if3 b/dumps/530/interface/interface_163.if3 deleted file mode 100644 index 8c02837fc..000000000 --- a/dumps/530/interface/interface_163.if3 +++ /dev/null @@ -1,512 +0,0 @@ -// 163:0 -[com_0] -type=rectangle -x=17 -y=25 -width=489 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 163:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 163:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 163:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 163:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 163:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 163:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 163:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_163:com_7, "v2_stone_close_button,1") -onmouseleave=script44(interface_163:com_7, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 163:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 163:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 163:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 163:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 163:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 163:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 163:14 -[com_14] -type=graphic -x=182 -y=29 -width=97 -height=20 -graphic="tabs,1" -op1=Assignment -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Manage Slayer assignments", 25, 150) - -// 163:15 -[com_15] -type=graphic -x=22 -y=29 -width=94 -height=20 -graphic="tabs,1" -op1=Buy -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Buy Slayer equipment", 25, 150) - -// 163:16 -[com_16] -type=graphic -x=99 -y=29 -width=99 -height=20 -graphic="tabs,0" - -// 163:17 -[com_17] -type=rectangle -x=75 -y=78 -width=200 -height=31 -colour=0x484038 -fill=yes - -// 163:18 -[com_18] -type=text -x=198 -y=87 -width=53 -height=13 -textfont=b12_full -text=XXXX -textalignh=1 -textshadow=yes -colour=0xd7b011 - -// 163:19 -[com_19] -type=text -x=35 -y=33 -width=21 -height=10 -textfont=p11_full -text=Buy -textshadow=yes -colour=0xbf751d - -// 163:20 -[com_20] -type=text -x=112 -y=34 -width=34 -height=9 -textfont=p11_full -text=Learn -textshadow=yes -colour=0xff981f - -// 163:21 -[com_21] -type=text -x=193 -y=34 -width=65 -height=10 -textfont=p11_full -text=Assignment -textshadow=yes -colour=0xbf751d - -// 163:22 -[com_22] -type=text -x=118 -y=138 -width=181 -height=17 -textfont=p12_full -text=Learn how to fletch broad arrows/bolts -textshadow=yes -colour=0xd7b011 -op1=Buy Ability -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Learn how to fletch broad arrows (with 52 Fletching) and bolts (with 55 Fletching).", 25, 150) - -// 163:23 -[com_23] -type=text -x=118 -y=191 -width=166 -height=16 -textfont=p12_full -text=Learn how to craft rings of slaying -textshadow=yes -colour=0xd7b011 -op1=Buy Ability -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Learn how to craft rings of slaying (with 75 Crafting).", 25, 150) - -// 163:24 -[com_24] -type=text -x=118 -y=241 -width=214 -height=16 -textfont=p12_full -text=Learn how to craft Slayer helmets -textshadow=yes -colour=0xd7b011 -op1=Buy Ability -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Learn how to combine the nosepeg, earmuffs, spiny helm, facemask and uncharged black mask (with 55 Crafting).", 25, 150) - -// 163:25 -[com_25] -type=text -x=118 -y=159 -width=81 -height=13 -textfont=p11_full -text=(Already learned) -textshadow=yes -colour=0xbf751d - -// 163:26 -[com_26] -type=text -x=118 -y=211 -width=81 -height=12 -textfont=p11_full -text=(Already learned) -textshadow=yes -colour=0xbf751d - -// 163:27 -[com_27] -type=text -x=118 -y=261 -width=82 -height=13 -textfont=p11_full -text=(Already learned) -textshadow=yes -colour=0xbf751d - -// 163:28 -[com_28] -type=text -x=95 -y=87 -width=79 -height=11 -textfont=b12_full -text=Current points = -textshadow=yes -colour=0xd7b011 - -// 163:29 -[com_29] -type=text -x=366 -y=138 -width=64 -height=13 -textfont=p12_full -text=300 points -textshadow=yes -colour=0xff981f -op1=Buy Ability -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Learn how to fletch broad arrows (with 52 Fletching) and bolts (with 55 Fletching).", 25, 150) - -// 163:30 -[com_30] -type=text -x=366 -y=191 -width=64 -height=16 -textfont=p12_full -text=300 points -textshadow=yes -colour=0xff9800 -op1=Buy Ability -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Learn how to craft rings of slaying (with 75 Crafting).", 25, 150) - -// 163:31 -[com_31] -type=text -x=366 -y=241 -width=64 -height=14 -textfont=p12_full -text=400 points -textshadow=yes -colour=0xff981f -op1=Buy Ability -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Learn how to combine the nosepeg, earmuffs, spiny helm, facemask and uncharged black mask (with 55 Crafting).", 25, 150) - -// 163:32 -[com_32] -type=model -x=74 -y=231 -width=29 -height=53 -model=model_34411 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=162 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=3000 -op1=Buy Ability -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Learn how to combine the nosepeg, earmuffs, spiny helm, facemask and uncharged black mask (with 55 Crafting).", 25, 150) - -// 163:33 -[com_33] -type=model -x=70 -y=141 -width=34 -height=30 -model=model_34408 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=420 -modelangle_y=1774 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Buy Ability -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Learn how to fletch broad arrows (with 52 Fletching) and bolts (with 55 Fletching).", 25, 150) - -// 163:34 -[com_34] -type=model -x=69 -y=140 -width=41 -height=33 -model=model_5049 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=228 -modelangle_y=216 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=3000 - -// 163:35 -[com_35] -type=model -x=71 -y=191 -width=38 -height=35 -model=model_34414 -modelorigin_x=-3 -modelorigin_y=8 -modelangle_x=255 -modelangle_y=210 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Buy Ability -onmouseleave=script40(interface_163:com_43) -onmouserepeat=script38(event_com, interface_163:com_43, "Learn how to craft rings of slaying (with 75 Crafting).", 25, 150) - -// 163:36 -[com_36] -type=graphic -x=68 -y=71 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 163:37 -[com_37] -type=graphic -x=246 -y=71 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 163:38 -[com_38] -type=graphic -x=68 -y=84 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 163:39 -[com_39] -type=graphic -x=246 -y=84 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 163:40 -[com_40] -type=graphic -x=100 -y=58 -width=155 -height=32 -graphic="v2_stone_borders,0" - -// 163:41 -[com_41] -type=graphic -x=99 -y=96 -width=152 -height=32 -graphic="v2_stone_borders,2" - -// 163:42 -[com_42] -type=layer -width=512 -height=334 - -// 163:43 -[com_43] -type=layer -width=512 -height=334 -layer=com_42 - diff --git a/dumps/530/interface/interface_164.if3 b/dumps/530/interface/interface_164.if3 deleted file mode 100644 index ddd8fa3a5..000000000 --- a/dumps/530/interface/interface_164.if3 +++ /dev/null @@ -1,586 +0,0 @@ -// 164:0 -[com_0] -type=rectangle -x=17 -y=25 -width=489 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 164:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 164:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 164:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 164:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 164:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 164:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 164:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_164:com_7, "v2_stone_close_button,1") -onmouseleave=script44(interface_164:com_7, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 164:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 164:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 164:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 164:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 164:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 164:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 164:14 -[com_14] -type=graphic -x=182 -y=29 -width=97 -height=20 -graphic="tabs,1" -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Manage Slayer assignments", 25, 150) - -// 164:15 -[com_15] -type=graphic -x=99 -y=29 -width=102 -height=20 -graphic="tabs,1" -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Learn new abilities", 25, 150) - -// 164:16 -[com_16] -type=layer -x=107 -y=29 -width=82 -height=20 -op1=Learn - -// 164:17 -[com_17] -type=layer -x=190 -y=29 -width=82 -height=20 -op1=Assignments - -// 164:18 -[com_18] -type=graphic -x=22 -y=29 -width=93 -height=20 -graphic="tabs,0" - -// 164:19 -[com_19] -type=rectangle -x=75 -y=78 -width=200 -height=31 -colour=0x484038 -fill=yes - -// 164:20 -[com_20] -type=text -x=198 -y=87 -width=53 -height=13 -textfont=b12_full -text=XXXX -textalignh=1 -textshadow=yes -colour=0xd7b011 - -// 164:21 -[com_21] -type=text -x=35 -y=33 -width=21 -height=10 -textfont=p11_full -text=Buy -textshadow=yes -colour=0xff981f - -// 164:22 -[com_22] -type=text -x=112 -y=34 -width=34 -height=9 -textfont=p11_full -text=Learn -textshadow=yes -colour=0xbf751d - -// 164:23 -[com_23] -type=text -x=193 -y=34 -width=65 -height=10 -textfont=p11_full -text=Assignment -textshadow=yes -colour=0xbf751d - -// 164:24 -[com_24] -type=text -x=118 -y=138 -width=80 -height=17 -textfont=p12_full -text=Buy Slayer XP -textshadow=yes -colour=0xd7b011 -op1=Buy XP -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy 10,000 Slayer XP.", 25, 150) - -// 164:25 -[com_25] -type=graphic -x=80 -y=132 -width=25 -height=25 -graphic="staticons2,1" -op1=Buy XP -onmouserepeat=script38(event_com, interface_164:com_48, "Buy 10,000 Slayer XP.", 25, 150) - -// 164:26 -[com_26] -type=text -x=118 -y=171 -width=90 -height=16 -textfont=p12_full -text=Buy ring of slaying -textshadow=yes -colour=0xd7b011 -op1=Buy Ring -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy a ring which enables teleports to Slayer locations (8 charges).", 25, 150) - -// 164:27 -[com_27] -type=model -x=77 -y=165 -width=29 -height=27 -model=model_34414 -modelorigin_x=-1 -modelorigin_y=6 -modelangle_x=243 -modelangle_y=192 -modelangle_z=0 -modelzoom=528 -unknown100=64123 -unknown101=3000 -op1=Buy Ring -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy a ring which enables teleports to Slayer locations (8 charges).", 25, 150) - -// 164:28 -[com_28] -type=text -x=118 -y=202 -width=127 -height=16 -textfont=p12_full -text=Buy runes for Slayer Dart -textshadow=yes -colour=0xd7b011 -op1=Buy Runes -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy runes for 250 casts of Slayer Dart.", 25, 150) - -// 164:29 -[com_29] -type=model -x=59 -y=199 -width=23 -height=21 -model=model_2481 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=258 -modelangle_y=1128 -modelangle_z=0 -modelzoom=912 -unknown100=63952 -unknown101=3000 -op1=Buy Runes -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy runes for 250 casts of Slayer Dart.", 25, 150) - -// 164:30 -[com_30] -type=model -x=82 -y=196 -width=23 -height=25 -model=model_2645 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=306 -modelangle_y=1131 -modelangle_z=0 -modelzoom=912 -unknown100=63952 -unknown101=3000 -op1=Buy Runes -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy runes for 250 casts of Slayer Dart.", 25, 150) - -// 164:31 -[com_31] -type=text -x=95 -y=87 -width=79 -height=11 -textfont=b12_full -text=Current points = -textshadow=yes -colour=0xd7b011 - -// 164:32 -[com_32] -type=text -x=341 -y=139 -width=65 -height=13 -textfont=p12_full -text=400 points -textshadow=yes -colour=0xff981f -op1=Buy XP -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy 10,000 Slayer XP.", 25, 150) - -// 164:33 -[com_33] -type=text -x=341 -y=169 -width=65 -height=16 -textfont=p12_full -text=75 points -textshadow=yes -colour=0xff9800 -op1=Buy Ring -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy a ring which enables teleports to Slayer locations(8 charges).", 25, 150) - -// 164:34 -[com_34] -type=text -x=340 -y=233 -width=65 -height=15 -textfont=p12_full -text=35 points -textshadow=yes -colour=0xff981f -op1=Buy Bolts -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy 250 Slayer bolts.", 25, 150) - -// 164:35 -[com_35] -type=text -x=341 -y=261 -width=65 -height=14 -textfont=p12_full -text=35 points -textshadow=yes -colour=0xff981f -op1=Buy Arrows -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy 250 broad arrows.", 25, 150) - -// 164:36 -[com_36] -type=text -x=341 -y=203 -width=65 -height=14 -textfont=p12_full -text=35 points -textshadow=yes -colour=0xff981f -op1=Buy Runes -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy runes for 250 casts of Slayer Dart.", 25, 150) - -// 164:37 -[com_37] -type=text -x=118 -y=233 -width=95 -height=14 -textfont=p12_full -text=Buy broad bolts -textshadow=yes -colour=0xd7b011 -op1=Buy Bolts -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy 250 broad bolts.", 25, 150) - -// 164:38 -[com_38] -type=model -x=76 -y=229 -width=29 -height=27 -model=model_34420 -modelorigin_x=2 -modelorigin_y=9 -modelangle_x=234 -modelangle_y=1261 -modelangle_z=0 -modelzoom=528 -unknown100=64121 -unknown101=3000 -op1=Buy Bolts -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy 250 broad bolts.", 25, 150) - -// 164:39 -[com_39] -type=text -x=118 -y=261 -width=105 -height=14 -textfont=p12_full -text=Buy broad arrows -textshadow=yes -colour=0xd7b011 -op1=Buy Arrows -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy 250 broad arrows.", 25, 150) - -// 164:40 -[com_40] -type=model -x=70 -y=258 -width=34 -height=27 -model=model_5050 -modelorigin_x=3 -modelorigin_y=1 -modelangle_x=249 -modelangle_y=1273 -modelangle_z=0 -modelzoom=1168 -unknown100=63885 -unknown101=3000 -op1=Buy Arrows -onmouseleave=script40(interface_164:com_48) -onmouserepeat=script38(event_com, interface_164:com_48, "Buy 250 broad arrows.", 25, 150) - -// 164:41 -[com_41] -type=graphic -x=68 -y=84 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 164:42 -[com_42] -type=graphic -x=68 -y=71 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 164:43 -[com_43] -type=graphic -x=246 -y=71 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 164:44 -[com_44] -type=graphic -x=246 -y=84 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 164:45 -[com_45] -type=graphic -x=99 -y=58 -width=156 -height=32 -graphic="v2_stone_borders,0" - -// 164:46 -[com_46] -type=graphic -x=100 -y=96 -width=156 -height=32 -graphic="v2_stone_borders,2" - -// 164:47 -[com_47] -type=layer -width=512 -height=334 - -// 164:48 -[com_48] -type=layer -width=512 -height=334 -layer=com_47 - diff --git a/dumps/530/interface/interface_165.if3 b/dumps/530/interface/interface_165.if3 deleted file mode 100644 index 4f585914a..000000000 --- a/dumps/530/interface/interface_165.if3 +++ /dev/null @@ -1,74 +0,0 @@ -// 165:0 -[com_0] -type=model -x=519 -y=301 -width=25575 -height=38710 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34465 -modelorigin_x=-28 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=280 -modelanim=seq_9390 -unknown100=64358 -unknown101=3000 -unknown103=yes -modelobjwidth=799 -modelobjheight=789 - -// 165:1 -[com_1] -type=model -x=7 -y=939 -width=32615 -height=49992 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34465 -modelorigin_x=-7 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=219 -modelanim=seq_9391 -unknown100=64473 -unknown101=3000 -unknown103=yes -modelobjwidth=1019 -modelobjheight=1019 - -// 165:2 -[com_2] -type=model -x=7 -y=7 -width=16487 -height=17323 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_34608 -modelorigin_x=0 -modelorigin_y=176 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=320 -unknown100=0 -unknown101=3000 -unknown103=yes -modelobjwidth=515 -modelobjheight=353 - diff --git a/dumps/530/interface/interface_166.if3 b/dumps/530/interface/interface_166.if3 deleted file mode 100644 index ba5364f3f..000000000 --- a/dumps/530/interface/interface_166.if3 +++ /dev/null @@ -1,36 +0,0 @@ -// 166:0 -[com_0] -type=model -x=-31 -y=-2 -width=581 -height=338 -model=model_34822 -modelorigin_x=1 -modelorigin_y=104 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=443 -unknown100=64238 -unknown101=3000 - -// 166:1 -[com_1] -type=model -x=-172 -y=-86 -width=881 -height=468 -model=model_34823 -modelorigin_x=-2 -modelorigin_y=87 -modelangle_x=12 -modelangle_y=1024 -modelangle_z=0 -modelzoom=244 -modelanim=seq_9574 -modelorthog=yes -unknown100=256 -unknown101=3000 - diff --git a/dumps/530/interface/interface_167.if3 b/dumps/530/interface/interface_167.if3 deleted file mode 100644 index 99c147352..000000000 --- a/dumps/530/interface/interface_167.if3 +++ /dev/null @@ -1,76 +0,0 @@ -// 167:0 -[com_0] -type=rectangle -width=512 -height=334 -colour=0x5c7b86 -fill=yes -trans=128 - -// 167:1 -[com_1] -type=model -width=125 -height=335 -model=model_34844 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=272 -modelanim=seq_9543 -unknown100=64371 -unknown101=3000 - -// 167:2 -[com_2] -type=model -x=129 -width=125 -height=335 -model=model_34844 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=272 -modelanim=seq_9543 -unknown100=64371 -unknown101=3000 - -// 167:3 -[com_3] -type=model -x=258 -width=125 -height=335 -model=model_34844 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=272 -modelanim=seq_9543 -unknown100=64371 -unknown101=3000 - -// 167:4 -[com_4] -type=model -x=386 -width=125 -height=335 -model=model_34844 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=272 -modelanim=seq_9543 -unknown100=64371 -unknown101=3000 - diff --git a/dumps/530/interface/interface_168.if3 b/dumps/530/interface/interface_168.if3 deleted file mode 100644 index 82b5b683f..000000000 --- a/dumps/530/interface/interface_168.if3 +++ /dev/null @@ -1,18 +0,0 @@ -// 168:0 -[com_0] -type=model -x=40 -y=175 -width=486 -height=332 -model=model_34873 -modelorigin_x=-11 -modelorigin_y=56 -modelangle_x=280 -modelangle_y=0 -modelangle_z=0 -modelzoom=288 -modelanim=seq_9582 -unknown100=64543 -unknown101=3000 - diff --git a/dumps/530/interface/interface_169.if3 b/dumps/530/interface/interface_169.if3 deleted file mode 100644 index 07b9a7d9f..000000000 --- a/dumps/530/interface/interface_169.if3 +++ /dev/null @@ -1,324 +0,0 @@ -// 169:0 -[com_0] -type=layer -x=3 -y=4 -width=103 -height=314 -xmode=abs_right - -// 169:1 -[com_1] -type=rectangle -width=103 -height=314 -layer=com_0 -colour=0x53533d -fill=yes -trans=180 - -// 169:2 -[com_2] -type=graphic -y=5 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,1" - -// 169:3 -[com_3] -type=graphic -y=56 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,6" - -// 169:4 -[com_4] -type=graphic -y=107 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,0" - -// 169:5 -[com_5] -type=graphic -y=158 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,9" - -// 169:6 -[com_6] -type=graphic -y=209 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,8" - -// 169:7 -[com_7] -type=graphic -x=49 -y=209 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,11" - -// 169:8 -[com_8] -type=graphic -x=49 -y=5 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,4" - -// 169:9 -[com_9] -type=graphic -x=49 -y=56 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,3" - -// 169:10 -[com_10] -type=graphic -x=49 -y=107 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,7" - -// 169:11 -[com_11] -type=graphic -x=49 -y=158 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,10" - -// 169:12 -[com_12] -type=graphic -x=49 -y=260 -width=50 -height=50 -layer=com_0 -graphic="ii_impling_icons,2" - -// 169:13 -[com_13] -type=text -y=5 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_11238) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_11238) -onmouserepeat=script38(event_com, interface_169:com_24, "Baby implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:14 -[com_14] -type=text -y=56 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_11240) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_11240) -onmouserepeat=script38(event_com, interface_169:com_24, "Young implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:15 -[com_15] -type=text -y=107 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_11242) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_11242) -onmouserepeat=script38(event_com, interface_169:com_24, "Gourmet implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:16 -[com_16] -type=text -y=158 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_11244) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_11244) -onmouserepeat=script38(event_com, interface_169:com_24, "Earth implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:17 -[com_17] -type=text -y=209 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_11246) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_11246) -onmouserepeat=script38(event_com, interface_169:com_24, "Essence implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:18 -[com_18] -type=text -x=49 -y=209 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_13337) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_13337) -onmouserepeat=script38(event_com, interface_169:com_24, "Pirate implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:19 -[com_19] -type=text -x=49 -y=5 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_11248) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_11248) -onmouserepeat=script38(event_com, interface_169:com_24, "Eclectic implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:20 -[com_20] -type=text -x=49 -y=56 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_11250) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_11250) -onmouserepeat=script38(event_com, interface_169:com_24, "Nature implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:21 -[com_21] -type=text -x=49 -y=107 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_11252) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_11252) -onmouserepeat=script38(event_com, interface_169:com_24, "Magpie implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:22 -[com_22] -type=text -x=49 -y=158 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_11254) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_11254) -onmouserepeat=script38(event_com, interface_169:com_24, "Ninja implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:23 -[com_23] -type=text -x=49 -y=260 -width=50 -height=50 -layer=com_0 -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xb5b54a -onload=script1091(event_com, obj_11256) -onmouseleave=script40(interface_169:com_24) -oninvtransmit=script1091(event_com, obj_11256) -onmouserepeat=script38(event_com, interface_169:com_24, "Dragon implings", 25, 512) -oninvtransmitlist=inv_93 - -// 169:24 -[com_24] -type=layer -width=32 -height=32 -layer=com_0 - diff --git a/dumps/530/interface/interface_17.if3 b/dumps/530/interface/interface_17.if3 deleted file mode 100644 index 714f55a85..000000000 --- a/dumps/530/interface/interface_17.if3 +++ /dev/null @@ -1,71 +0,0 @@ -// 17:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_4 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 17:1 -[com_1] -type=model -x=580 -y=340 -width=123 -height=121 -layer=com_4 -model=model_41174 -modelorigin_x=-5 -modelorigin_y=15 -modelangle_x=2044 -modelangle_y=238 -modelangle_z=0 -modelzoom=2000 -modelanim=seq_10083 -unknown100=63731 -unknown101=4230 - -// 17:2 -[com_2] -type=model -x=74 -y=342 -width=114 -height=119 -layer=com_4 -model=model_41173 -modelorigin_x=0 -modelorigin_y=13 -modelangle_x=5 -modelangle_y=1877 -modelangle_z=0 -modelzoom=2000 -modelanim=seq_10083 -unknown100=63727 -unknown101=4239 - -// 17:3 -[com_3] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_4 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - -// 17:4 -[com_4] -type=layer -width=765 -height=503 - diff --git a/dumps/530/interface/interface_170.if3 b/dumps/530/interface/interface_170.if3 deleted file mode 100644 index 76423d45f..000000000 --- a/dumps/530/interface/interface_170.if3 +++ /dev/null @@ -1,39 +0,0 @@ -// 170:0 -[com_0] -type=model -width=16807 -height=19088 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_4835 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -unknown100=700 -unknown101=3000 -unknown103=yes -modelobjwidth=525 -modelobjheight=389 -onload=script733(event_com) -onvartransmit=script733(event_com) -onvartransmitlist=varplayer_425 - -// 170:1 -[com_1] -type=text -x=71 -y=3342 -width=477 -height=75 -xmode=proportion_centre -ymode=proportion_top -textfont=p12_full -text= -textalignh=1 -colour=0xffffff - diff --git a/dumps/530/interface/interface_171.if3 b/dumps/530/interface/interface_171.if3 deleted file mode 100644 index 31471c793..000000000 --- a/dumps/530/interface/interface_171.if3 +++ /dev/null @@ -1,38 +0,0 @@ -// 171:0 -[com_0] -type=model -y=2 -width=16551 -height=18990 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_13352 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -modelanim=seq_3411 -unknown100=700 -unknown101=3000 -unknown103=yes -modelobjwidth=517 -modelobjheight=387 - -// 171:1 -[com_1] -type=text -x=71 -y=3342 -width=477 -height=56 -xmode=proportion_centre -ymode=proportion_top -textfont=p12_full -text= -textalignh=1 -colour=0xffffff - diff --git a/dumps/530/interface/interface_172.if3 b/dumps/530/interface/interface_172.if3 deleted file mode 100644 index f9f002e4f..000000000 --- a/dumps/530/interface/interface_172.if3 +++ /dev/null @@ -1,867 +0,0 @@ -// 172:0 -[com_0] -type=rectangle -width=515 -height=335 -layer=com_40 -colour=0x000000 -fill=yes -trans=100 - -// 172:1 -[com_1] -type=model -x=176 -y=-84 -width=303 -height=446 -layer=com_40 -model=model_17212 -modelorigin_x=-1 -modelorigin_y=-43 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=64054 -unknown101=3000 - -// 172:2 -[com_2] -type=model -x=324 -y=41 -width=49 -height=75 -layer=com_40 -model=model_17201 -modelorigin_x=-4 -modelorigin_y=148 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64536 -unknown101=3000 - -// 172:3 -[com_3] -type=model -x=337 -y=41 -width=49 -height=75 -layer=com_40 -model=model_17201 -modelorigin_x=-4 -modelorigin_y=148 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64535 -unknown101=3000 - -// 172:4 -[com_4] -type=model -x=323 -y=108 -width=49 -height=75 -layer=com_40 -model=model_17201 -modelorigin_x=-4 -modelorigin_y=148 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64534 -unknown101=3000 - -// 172:5 -[com_5] -type=model -x=337 -y=108 -width=49 -height=75 -layer=com_40 -model=model_17201 -modelorigin_x=-4 -modelorigin_y=148 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64533 -unknown101=3000 - -// 172:6 -[com_6] -type=model -x=323 -y=193 -width=49 -height=75 -layer=com_40 -model=model_17201 -modelorigin_x=-4 -modelorigin_y=148 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64534 -unknown101=3000 - -// 172:7 -[com_7] -type=model -x=337 -y=193 -width=49 -height=75 -layer=com_40 -model=model_17201 -modelorigin_x=-4 -modelorigin_y=148 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64533 -unknown101=3000 - -// 172:8 -[com_8] -type=model -x=382 -y=41 -width=12 -height=11 -layer=com_40 -model=model_17221 -modelorigin_x=-47 -modelorigin_y=177 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64529 -unknown101=3000 - -// 172:9 -[com_9] -type=model -x=382 -y=53 -width=12 -height=12 -layer=com_40 -model=model_17219 -modelorigin_x=-47 -modelorigin_y=166 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64529 -unknown101=3000 - -// 172:10 -[com_10] -type=model -x=382 -y=67 -width=12 -height=10 -layer=com_40 -model=model_17218 -modelorigin_x=-47 -modelorigin_y=155 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64529 -unknown101=3000 - -// 172:11 -[com_11] -type=model -x=383 -y=109 -width=12 -height=11 -layer=com_40 -model=model_17221 -modelorigin_x=-47 -modelorigin_y=177 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64529 -unknown101=3000 - -// 172:12 -[com_12] -type=model -x=383 -y=121 -width=12 -height=12 -layer=com_40 -model=model_17219 -modelorigin_x=-47 -modelorigin_y=166 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64529 -unknown101=3000 - -// 172:13 -[com_13] -type=model -x=383 -y=134 -width=12 -height=10 -layer=com_40 -model=model_17218 -modelorigin_x=-47 -modelorigin_y=155 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64529 -unknown101=3000 - -// 172:14 -[com_14] -type=model -x=383 -y=193 -width=12 -height=11 -layer=com_40 -model=model_17221 -modelorigin_x=-47 -modelorigin_y=177 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64529 -unknown101=3000 - -// 172:15 -[com_15] -type=model -x=383 -y=205 -width=12 -height=12 -layer=com_40 -model=model_17219 -modelorigin_x=-47 -modelorigin_y=166 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64529 -unknown101=3000 - -// 172:16 -[com_16] -type=model -x=383 -y=218 -width=12 -height=10 -layer=com_40 -model=model_17218 -modelorigin_x=-47 -modelorigin_y=155 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64529 -unknown101=3000 - -// 172:17 -[com_17] -type=model -x=175 -y=10 -width=306 -height=296 -layer=com_40 -model=model_17213 -modelorigin_x=-1 -modelorigin_y=-50 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1150 -unknown100=64022 -unknown101=3000 - -// 172:18 -[com_18] -type=model -x=267 -y=40 -width=18 -height=37 -layer=com_40 -model=model_17224 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=63892 -unknown101=3000 -onload=script1325(interface_172:com_2, interface_172:com_3, interface_172:com_8, interface_172:com_9, interface_172:com_10, interface_172:com_29) -onvartransmit=script1325(interface_172:com_2, interface_172:com_3, interface_172:com_8, interface_172:com_9, interface_172:com_10, interface_172:com_29) -onvartransmitlist=varplayer_845,varplayer_848,varplayer_850 - -// 172:19 -[com_19] -type=model -x=267 -y=106 -width=18 -height=37 -layer=com_40 -model=model_17224 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=63892 -unknown101=3000 -onload=script1326(interface_172:com_4, interface_172:com_5, interface_172:com_11, interface_172:com_12, interface_172:com_13, interface_172:com_30, interface_172:com_31) -onvartransmit=script1326(interface_172:com_4, interface_172:com_5, interface_172:com_11, interface_172:com_12, interface_172:com_13, interface_172:com_30, interface_172:com_31) -onvartransmitlist=varplayer_845,varplayer_848,varplayer_851,varplayer_852 - -// 172:20 -[com_20] -type=model -x=267 -y=188 -width=18 -height=37 -layer=com_40 -model=model_17224 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=63892 -unknown101=3000 -onload=script1327(interface_172:com_6, interface_172:com_7, interface_172:com_14, interface_172:com_15, interface_172:com_16, interface_172:com_32, interface_172:com_33, interface_172:com_34) -onvartransmit=script1327(interface_172:com_6, interface_172:com_7, interface_172:com_14, interface_172:com_15, interface_172:com_16, interface_172:com_32, interface_172:com_33, interface_172:com_34) -onvartransmitlist=varplayer_845,varplayer_848,varplayer_853,varplayer_854,varplayer_855 - -// 172:21 -[com_21] -type=rectangle -x=264 -y=41 -width=25 -height=36 -layer=com_40 -colour=0xffff00 -trans=255 -op1=Insert coin - -// 172:22 -[com_22] -type=rectangle -x=263 -y=108 -width=25 -height=34 -layer=com_40 -colour=0xffff00 -trans=255 -op1=Insert coin - -// 172:23 -[com_23] -type=rectangle -x=266 -y=189 -width=20 -height=34 -layer=com_40 -colour=0xffff00 -trans=255 -op1=Insert coin - -// 172:24 -[com_24] -type=rectangle -x=370 -y=41 -width=32 -height=32 -layer=com_40 -colour=0xffffff -trans=255 -op1=Activate machine - -// 172:25 -[com_25] -type=rectangle -x=370 -y=111 -width=32 -height=32 -layer=com_40 -colour=0xffffff -trans=255 -op1=Activate machine - -// 172:26 -[com_26] -type=rectangle -x=372 -y=194 -width=32 -height=32 -layer=com_40 -colour=0xffffff -trans=255 -op1=Activate machine - -// 172:27 -[com_27] -type=model -x=-15 -y=174 -width=197 -height=89 -layer=com_40 -model=model_17187 -modelorigin_x=13 -modelorigin_y=8 -modelangle_x=34 -modelangle_y=375 -modelangle_z=0 -modelzoom=478 -unknown100=64357 -unknown101=3000 - -// 172:28 -[com_28] -type=model -x=289 -y=40 -width=48 -height=255 -layer=com_40 -model=model_17227 -modelorigin_x=13 -modelorigin_y=-71 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=63956 -unknown101=3000 - -// 172:29 -[com_29] -type=graphic -x=295 -y=42 -width=36 -height=32 -layer=com_40 -outline=1 -graphicshadow=2894892 - -// 172:30 -[com_30] -type=graphic -x=295 -y=89 -width=36 -height=32 -layer=com_40 -outline=1 -graphicshadow=2894892 - -// 172:31 -[com_31] -type=graphic -x=295 -y=130 -width=36 -height=32 -layer=com_40 -outline=1 -graphicshadow=2894892 - -// 172:32 -[com_32] -type=graphic -x=295 -y=174 -width=36 -height=32 -layer=com_40 -outline=1 -graphicshadow=2894892 - -// 172:33 -[com_33] -type=graphic -x=295 -y=215 -width=36 -height=32 -layer=com_40 -outline=1 -graphicshadow=2894892 - -// 172:34 -[com_34] -type=graphic -x=295 -y=259 -width=36 -height=32 -layer=com_40 -outline=1 -graphicshadow=2894892 - -// 172:35 -[com_35] -type=model -x=317 -y=256 -width=65 -height=59 -layer=com_40 -model=model_17222 -modelorigin_x=2 -modelorigin_y=-5 -modelangle_x=74 -modelangle_y=49 -modelangle_z=0 -modelzoom=1110 -unknown100=63910 -unknown101=3000 -op1=Cancel - -// 172:36 -[com_36] -type=model -x=356 -y=236 -width=61 -height=50 -layer=com_40 -model=model_17225 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=49 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=63899 -unknown101=3000 -op1=Activate machine - -// 172:37 -[com_37] -type=model -x=259 -y=265 -width=31 -height=25 -layer=com_40 -model=model_17223 -modelorigin_x=52 -modelorigin_y=-181 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=63929 -unknown101=3000 - -// 172:38 -[com_38] -type=model -x=79 -y=155 -width=54 -height=56 -layer=com_40 -model=null -modelorigin_x=-1 -modelorigin_y=5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=64337 -unknown101=3000 - -// 172:39 -[com_39] -type=graphic -x=476 -y=8 -width=26 -height=23 -layer=com_40 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 172:40 -[com_40] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 172:41 -[com_41] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 172:42 -[com_42] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_41 - -// 172:43 -[com_43] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 172:44 -[com_44] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 172:45 -[com_45] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 172:46 -[com_46] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 172:47 -[com_47] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 172:48 -[com_48] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 172:49 -[com_49] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 172:50 -[com_50] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 172:51 -[com_51] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_42 - -// 172:52 -[com_52] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_42 - -// 172:53 -[com_53] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_42 - -// 172:54 -[com_54] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_42 - -// 172:55 -[com_55] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_42 - -// 172:56 -[com_56] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_52 -graphic=tradebacking -tiling=yes -outline=2 - -// 172:57 -[com_57] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - -// 172:58 -[com_58] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_53 -graphic=tradebacking -tiling=yes -outline=2 - -// 172:59 -[com_59] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_173.if3 b/dumps/530/interface/interface_173.if3 deleted file mode 100644 index 33d66cfb0..000000000 --- a/dumps/530/interface/interface_173.if3 +++ /dev/null @@ -1,88 +0,0 @@ -// 173:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 173:1 -[com_1] -type=model -x=420 -width=32 -height=32 -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 173:2 -[com_2] -type=model -x=420 -width=32 -height=32 -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 -op10= - -// 173:3 -[com_3] -type=text -x=2 -width=370 -height=17 -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 173:4 -[com_4] -type=text -x=2 -y=2420 -width=370 -height=11468 -heightmode=proportion -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 173:5 -[com_5] -type=text -x=2 -y=111 -width=370 -height=17 -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_174.if3 b/dumps/530/interface/interface_174.if3 deleted file mode 100644 index 6f0b64429..000000000 --- a/dumps/530/interface/interface_174.if3 +++ /dev/null @@ -1,232 +0,0 @@ -// 174:0 -[com_0] -type=model -x=37 -y=1 -width=454 -height=333 -layer=com_18 -model=model_4652 -modelorigin_x=-21 -modelorigin_y=-14 -modelangle_x=481 -modelangle_y=0 -modelangle_z=0 -modelzoom=885 -unknown100=63992 -unknown101=3000 - -// 174:1 -[com_1] -type=text -x=82 -y=44 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom1 -colour=0xf0bb5e - -// 174:2 -[com_2] -type=text -x=82 -y=60 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom2 -colour=0xf0bb5e - -// 174:3 -[com_3] -type=text -x=82 -y=76 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom3 -colour=0xf0bb5e - -// 174:4 -[com_4] -type=text -x=82 -y=92 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom4 -colour=0xf0bb5e - -// 174:5 -[com_5] -type=text -x=82 -y=108 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom5 -colour=0xf0bb5e - -// 174:6 -[com_6] -type=text -x=82 -y=124 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom6 -colour=0xf0bb5e - -// 174:7 -[com_7] -type=text -x=82 -y=140 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom7 -colour=0xf0bb5e - -// 174:8 -[com_8] -type=text -x=82 -y=156 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom8 -colour=0xf0bb5e - -// 174:9 -[com_9] -type=text -x=82 -y=172 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom9 -colour=0xf0bb5e - -// 174:10 -[com_10] -type=text -x=82 -y=188 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom10 -colour=0xf0bb5e - -// 174:11 -[com_11] -type=text -x=82 -y=204 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom11 -colour=0xf0bb5e - -// 174:12 -[com_12] -type=text -x=82 -y=220 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom12 -colour=0xf0bb5e - -// 174:13 -[com_13] -type=text -x=82 -y=236 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom13 -colour=0xf0bb5e - -// 174:14 -[com_14] -type=text -x=82 -y=252 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom14 -colour=0xf0bb5e - -// 174:15 -[com_15] -type=text -x=82 -y=268 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom15 -colour=0xf0bb5e - -// 174:16 -[com_16] -type=text -x=82 -y=284 -width=335 -height=17 -layer=com_18 -textfont=q8_full -text=wom16 -colour=0xf0bb5e - -// 174:17 -[com_17] -type=graphic -x=420 -y=30 -width=26 -height=23 -layer=com_18 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 174:18 -[com_18] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_175.if3 b/dumps/530/interface/interface_175.if3 deleted file mode 100644 index 5ade73b86..000000000 --- a/dumps/530/interface/interface_175.if3 +++ /dev/null @@ -1,38 +0,0 @@ -// 175:0 -[com_0] -type=rectangle -y=89 -width=16391 -height=25122 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x9d2617 -fill=yes -trans=196 - -// 175:1 -[com_1] -type=model -x=10 -y=-31 -width=39 -height=27280 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_23154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=61 -modelanim=seq_9681 -unknown100=65013 -unknown101=3000 -modelobjwidth=1 -modelobjheight=556 - diff --git a/dumps/530/interface/interface_176.if3 b/dumps/530/interface/interface_176.if3 deleted file mode 100644 index 79e4ae8a8..000000000 --- a/dumps/530/interface/interface_176.if3 +++ /dev/null @@ -1,19 +0,0 @@ -// 176:0 -[com_0] -type=rectangle -x=119 -y=74 -width=351 -height=204 -colour=0xcccccc -fill=yes - -// 176:1 -[com_1] -type=graphic -x=12 -y=135 -width=505 -height=113 -graphic=graphic_1247 - diff --git a/dumps/530/interface/interface_177.if3 b/dumps/530/interface/interface_177.if3 deleted file mode 100644 index 1594beec6..000000000 --- a/dumps/530/interface/interface_177.if3 +++ /dev/null @@ -1,38 +0,0 @@ -// 177:0 -[com_0] -type=model -y=2 -width=16551 -height=18990 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_13352 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -modelanim=seq_1378 -unknown100=700 -unknown101=3000 -unknown103=yes -modelobjwidth=517 -modelobjheight=387 - -// 177:1 -[com_1] -type=text -x=71 -y=3342 -width=477 -height=75 -xmode=proportion_centre -ymode=proportion_top -textfont=p12_full -text= -textalignh=1 -colour=0xffffff - diff --git a/dumps/530/interface/interface_178.if b/dumps/530/interface/interface_178.if deleted file mode 100644 index 59a6fcd78..000000000 --- a/dumps/530/interface/interface_178.if +++ /dev/null @@ -1,33 +0,0 @@ -// 178:0 -[com_0] - -// 178:1 -[com_1] - -// 178:2 -[com_2] - -// 178:3 -[com_3] - -// 178:4 -[com_4] - -// 178:5 -[com_5] - -// 178:6 -[com_6] - -// 178:7 -[com_7] - -// 178:8 -[com_8] - -// 178:9 -[com_9] - -// 178:10 -[com_10] - diff --git a/dumps/530/interface/interface_179.if3 b/dumps/530/interface/interface_179.if3 deleted file mode 100644 index 320b237e7..000000000 --- a/dumps/530/interface/interface_179.if3 +++ /dev/null @@ -1,14 +0,0 @@ -// 179:0 -[com_0] -type=rectangle -y=33 -width=16391 -height=19628 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x5a7b86 -fill=yes -trans=140 - diff --git a/dumps/530/interface/interface_18.if3 b/dumps/530/interface/interface_18.if3 deleted file mode 100644 index a371b2fbe..000000000 --- a/dumps/530/interface/interface_18.if3 +++ /dev/null @@ -1,73 +0,0 @@ -// 18:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_3 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 18:1 -[com_1] -type=model -x=66 -y=326 -width=160 -height=136 -layer=com_3 -model=model_39761 -modelorigin_x=-5 -modelorigin_y=4 -modelangle_x=51 -modelangle_y=1888 -modelangle_z=34 -modelzoom=2080 -modelanim=seq_9841 -unknown100=0 -unknown101=3000 -op10= - -// 18:2 -[com_2] -type=model -x=596 -y=323 -width=89 -height=129 -layer=com_3 -model=model_39040 -modelorigin_x=-14 -modelorigin_y=12 -modelangle_x=69 -modelangle_y=141 -modelangle_z=2003 -modelzoom=1824 -modelanim=seq_9840 -unknown100=0 -unknown101=3000 -op10= - -// 18:3 -[com_3] -type=layer -width=765 -height=503 - -// 18:4 -[com_4] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_3 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_180.if3 b/dumps/530/interface/interface_180.if3 deleted file mode 100644 index 7d60c9793..000000000 --- a/dumps/530/interface/interface_180.if3 +++ /dev/null @@ -1,20 +0,0 @@ -// 180:0 -[com_0] -type=model -width=18727 -height=31254 -widthmode=proportion -heightmode=proportion -model=model_11229 -modelorigin_x=0 -modelorigin_y=18 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=16 -modelanim=seq_3166 -unknown100=1787 -unknown101=3000 -modelobjwidth=585 -modelobjheight=637 - diff --git a/dumps/530/interface/interface_181.if b/dumps/530/interface/interface_181.if deleted file mode 100644 index 0d6c5e19a..000000000 --- a/dumps/530/interface/interface_181.if +++ /dev/null @@ -1,54 +0,0 @@ -// 181:0 -[com_0] - -// 181:1 -[com_1] - -// 181:2 -[com_2] - -// 181:3 -[com_3] - -// 181:4 -[com_4] - -// 181:5 -[com_5] - -// 181:6 -[com_6] - -// 181:7 -[com_7] - -// 181:8 -[com_8] - -// 181:9 -[com_9] - -// 181:10 -[com_10] - -// 181:11 -[com_11] - -// 181:12 -[com_12] - -// 181:13 -[com_13] - -// 181:14 -[com_14] - -// 181:15 -[com_15] - -// 181:16 -[com_16] - -// 181:17 -[com_17] - diff --git a/dumps/530/interface/interface_182.if b/dumps/530/interface/interface_182.if deleted file mode 100644 index f93dfda65..000000000 --- a/dumps/530/interface/interface_182.if +++ /dev/null @@ -1,21 +0,0 @@ -// 182:0 -[com_0] - -// 182:1 -[com_1] - -// 182:2 -[com_2] - -// 182:3 -[com_3] - -// 182:4 -[com_4] - -// 182:5 -[com_5] - -// 182:6 -[com_6] - diff --git a/dumps/530/interface/interface_183.if3 b/dumps/530/interface/interface_183.if3 deleted file mode 100644 index f882d2024..000000000 --- a/dumps/530/interface/interface_183.if3 +++ /dev/null @@ -1,683 +0,0 @@ -// 183:0 -[com_0] -type=model -x=17 -y=24 -width=487 -height=293 -model=model_6870 -modelorigin_x=-4 -modelorigin_y=-8 -modelangle_x=420 -modelangle_y=0 -modelangle_z=0 -modelzoom=204 -unknown100=28 -unknown101=423 - -// 183:1 -[com_1] -type=model -x=27 -y=24 -width=461 -height=296 -model=model_6871 -modelorigin_x=-3 -modelorigin_y=-3 -modelangle_x=420 -modelangle_y=0 -modelangle_z=0 -modelzoom=204 -unknown100=65534 -unknown101=409 - -// 183:2 -[com_2] -type=model -x=59 -y=57 -width=55 -height=33 -layer=com_14 -model=model_6858 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=434 -modelangle_y=15 -modelangle_z=0 -modelzoom=410 -unknown100=65236 -unknown101=822 - -// 183:3 -[com_3] -type=model -x=51 -y=141 -width=44 -height=43 -layer=com_14 -model=model_6859 -modelorigin_x=1 -modelorigin_y=-3 -modelangle_x=374 -modelangle_y=26 -modelangle_z=0 -modelzoom=414 -unknown100=65220 -unknown101=834 - -// 183:4 -[com_4] -type=model -x=40 -y=237 -width=49 -height=45 -layer=com_14 -model=model_6860 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=446 -modelangle_y=22 -modelangle_z=0 -modelzoom=355 -unknown100=65276 -unknown101=712 - -// 183:5 -[com_5] -type=model -x=403 -y=59 -width=49 -height=26 -layer=com_14 -model=model_6861 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=333 -modelangle_y=19 -modelangle_z=0 -modelzoom=428 -unknown100=65212 -unknown101=861 - -// 183:6 -[com_6] -type=model -x=415 -y=142 -width=43 -height=41 -layer=com_14 -model=model_6862 -modelorigin_x=2 -modelorigin_y=-12 -modelangle_x=460 -modelangle_y=2035 -modelangle_z=0 -modelzoom=400 -unknown100=65235 -unknown101=800 - -// 183:7 -[com_7] -type=model -x=411 -y=240 -width=65 -height=47 -layer=com_14 -model=model_6868 -modelorigin_x=1 -modelorigin_y=-10 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=387 -unknown100=65244 -unknown101=773 - -// 183:8 -[com_8] -type=model -x=61 -y=55 -width=48 -height=40 -layer=com_15 -model=model_6867 -modelorigin_x=2 -modelorigin_y=-6 -modelangle_x=343 -modelangle_y=2023 -modelangle_z=0 -modelzoom=421 -unknown100=65193 -unknown101=848 - -// 183:9 -[com_9] -type=model -x=51 -y=144 -width=51 -height=34 -layer=com_15 -model=model_6863 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=455 -modelangle_y=0 -modelangle_z=0 -modelzoom=410 -unknown100=65197 -unknown101=821 - -// 183:10 -[com_10] -type=model -x=47 -y=234 -width=41 -height=42 -layer=com_15 -model=model_6865 -modelorigin_x=-1 -modelorigin_y=-9 -modelangle_x=584 -modelangle_y=2016 -modelangle_z=0 -modelzoom=362 -unknown100=65243 -unknown101=728 - -// 183:11 -[com_11] -type=model -x=413 -y=51 -width=34 -height=46 -layer=com_15 -model=model_6864 -modelorigin_x=1 -modelorigin_y=-5 -modelangle_x=325 -modelangle_y=2032 -modelangle_z=0 -modelzoom=404 -unknown100=65211 -unknown101=816 - -// 183:12 -[com_12] -type=model -x=421 -y=147 -width=36 -height=33 -layer=com_15 -model=model_6866 -modelorigin_x=0 -modelorigin_y=-9 -modelangle_x=435 -modelangle_y=2014 -modelangle_z=0 -modelzoom=385 -unknown100=65221 -unknown101=772 - -// 183:13 -[com_13] -type=model -x=416 -y=221 -width=54 -height=67 -layer=com_15 -model=model_6869 -modelorigin_x=2 -modelorigin_y=-3 -modelangle_x=604 -modelangle_y=15 -modelangle_z=0 -modelzoom=424 -unknown100=65167 -unknown101=856 - -// 183:14 -[com_14] -type=layer -width=512 -height=334 -hide=yes - -// 183:15 -[com_15] -type=layer -width=512 -height=334 -hide=yes - -// 183:16 -[com_16] -type=graphic -x=11 -y=10 -width=45 -height=36 -layer=com_18 -graphic=rightarrow -op1=Next page - -// 183:17 -[com_17] -type=graphic -x=8 -y=12 -width=45 -height=36 -layer=com_19 -graphic=leftarrow -op1=Previous page - -// 183:18 -[com_18] -type=layer -x=349 -y=282 -width=63 -height=52 - -// 183:19 -[com_19] -type=layer -x=107 -y=279 -width=63 -height=52 - -// 183:20 -[com_20] -type=text -x=111 -y=38 -width=138 -height=71 -layer=com_14 -textfont=q8_full -text=-Drogokishuun-
Goblins of the
Fierce Blades -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:21 -[com_21] -type=text -x=103 -y=113 -width=148 -height=88 -layer=com_14 -textfont=q8_full -text=-Huzamogaarb-
Live-Flesh Eaters
of the Chaos God -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:22 -[com_22] -type=text -x=94 -y=198 -width=145 -height=88 -layer=com_14 -textfont=q8_full -text=-Saragorgak-
Footsoldiers of
Holy Wrath -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:23 -[com_23] -type=text -x=271 -y=38 -width=132 -height=73 -layer=com_14 -textfont=q8_full -text=-Dorgeshuun-
Goblins of the
Strong Spears -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:24 -[com_24] -type=text -x=274 -y=114 -width=130 -height=85 -layer=com_14 -textfont=q8_full -text=-Horogothgar-
Eaters of
Manflesh -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:25 -[com_25] -type=text -x=277 -y=208 -width=128 -height=70 -layer=com_14 -textfont=q8_full -text=-Yurkolgokh-
The Flatulent -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:26 -[com_26] -type=text -x=104 -y=41 -width=138 -height=73 -layer=com_15 -textfont=q8_full -text=-Thorobshuun-
Goblins of the
Hills -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:27 -[com_27] -type=text -x=101 -y=126 -width=146 -height=80 -layer=com_15 -textfont=q8_full -text=-Garagorshuun-
Goblins of the
Sea -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:28 -[com_28] -type=text -x=92 -y=207 -width=149 -height=73 -layer=com_15 -textfont=q8_full -text=-Rekeshuun-
Goblins of the
North -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:29 -[com_29] -type=text -x=278 -y=39 -width=132 -height=83 -layer=com_15 -textfont=q8_full -text=-Ekeleshuun-
Goblins of the
East -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:30 -[com_30] -type=text -x=283 -y=126 -width=127 -height=78 -layer=com_15 -textfont=q8_full -text=-Idithuun-
Goblins of the
South -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:31 -[com_31] -type=text -x=284 -y=204 -width=129 -height=76 -layer=com_15 -textfont=q8_full -text=-Narogoshuun-
Goblins of the
West -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:32 -[com_32] -type=text -x=311 -y=43 -width=119 -height=245 -layer=com_33 -textfont=quill_oblique_large -text=A History of the Goblin Race -textalignh=1 -colour=0x343422 - -// 183:33 -[com_33] -type=layer -width=512 -height=388 - -// 183:34 -[com_34] -type=text -x=56 -y=40 -width=187 -height=116 -layer=com_38 -textfont=q8_full -text=Goblin tradition holds that
their race was created by
a war-god in order to
fight a war against other
gods. -textalignv=1 -colour=0x000000 - -// 183:35 -[com_35] -type=text -x=54 -y=159 -width=191 -height=131 -layer=com_38 -textfont=q8_full -text=(They never name their
god, so whether it is the
same as any of the gods
worshipped by the other
races is unknown.) -textalignv=1 -colour=0x000000 - -// 183:36 -[com_36] -type=text -x=275 -y=39 -width=183 -height=128 -layer=com_38 -textfont=q8_full -text=The legends also speak
of goblins fighting
against goblins during
the wars, so it is likely
that gods other than
their creators used
them as footsoldiers. -textalignv=1 -colour=0x000000 - -// 183:37 -[com_37] -type=text -x=275 -y=166 -width=191 -height=123 -layer=com_38 -textfont=q8_full -text=Although goblins are still
warlike, it is probable
that in earlier ages
they were more
organised than they
are now, -textalignv=1 -colour=0x000000 - -// 183:38 -[com_38] -type=layer -width=512 -height=388 -hide=yes - -// 183:39 -[com_39] -type=text -x=61 -y=35 -width=174 -height=96 -layer=com_42 -textfont=q8_full -text=especially if they were
under the direct
command of one or
more gods. -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:40 -[com_40] -type=text -x=47 -y=144 -width=199 -height=133 -layer=com_42 -textfont=q8_full -text=This is corroborated
by finds unearthed
at various
archaeological sites,
including the large
excavation east of
Varrock. -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:41 -[com_41] -type=text -x=278 -y=39 -width=176 -height=132 -layer=com_42 -textfont=q8_full -text=Armour and weapons
have been found,
obviously made to fit
goblins but far more
well-made than their
current equipment. -textalignh=1 -textalignv=1 -colour=0x000000 - -// 183:42 -[com_42] -type=layer -width=512 -height=388 -hide=yes - -// 183:43 -[com_43] -type=text -x=60 -y=43 -width=184 -height=235 -layer=com_46 -textfont=q8_full -text=Almost every piece of
ancient goblin equipment
has one of a number
of symbols on it,
and by correlating these
symbols with the
sketchy records that
survive from the
Third Age it has been
possible to identify
twelve distinct goblin tribes
or regiments. -colour=0x000000 - -// 183:44 -[com_44] -type=text -x=277 -y=44 -width=182 -height=148 -layer=com_46 -textfont=q8_full -text=The separate identities of
the tribes have long
since dissolved and
no goblins remember the
symbols, although their
generals may still
recognize the ancient
tribal names. -colour=0x000000 - -// 183:45 -[com_45] -type=text -x=277 -y=192 -width=192 -height=89 -layer=com_46 -textfont=q8_full -text=In the following pages
I present a list of
the tribes and their
symbols. -colour=0x000000 - -// 183:46 -[com_46] -type=layer -width=512 -height=334 -hide=yes - -// 183:47 -[com_47] -type=graphic -x=473 -y=14 -width=26 -height=23 -graphic="close_buttons,4" -op1=Close -onop=script29 - -// 183:48 -[com_48] -type=graphic -x=2 -y=5 -width=26 -height=23 -layer=com_49 -graphic="close_buttons,5" - -// 183:49 -[com_49] -type=layer -x=471 -y=9 -width=32 -height=32 -hide=yes - -// 183:50 -[com_50] -type=text -x=285 -y=161 -width=139 -height=74 -layer=com_33 -textfont=p12_full -textalignh=1 -textalignv=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_184.if3 b/dumps/530/interface/interface_184.if3 deleted file mode 100644 index c7564ffc0..000000000 --- a/dumps/530/interface/interface_184.if3 +++ /dev/null @@ -1,189 +0,0 @@ -// 184:0 -[com_0] -type=model -x=48 -y=2 -width=426 -height=331 -layer=com_12 -model=model_3623 -modelorigin_x=0 -modelorigin_y=-37 -modelangle_x=496 -modelangle_y=1 -modelangle_z=0 -modelzoom=578 -unknown100=2000 -unknown101=3000 - -// 184:1 -[com_1] -type=text -x=118 -y=35 -width=340 -height=35 -layer=com_12 -textfont=q8_full -text=A....a lemming -textalignv=1 -colour=0x0f342e10 - -// 184:2 -[com_2] -type=text -x=118 -y=69 -width=340 -height=35 -layer=com_12 -textfont=q8_full -text=B....a fryingpan -textalignv=1 -colour=0x0f342e10 - -// 184:3 -[com_3] -type=text -x=118 -y=103 -width=340 -height=35 -layer=com_12 -textfont=q8_full -text=C....the disenfrachaised youth of 1940's Columbia -textalignv=1 -colour=0x0f342e10 - -// 184:4 -[com_4] -type=text -x=117 -y=20 -width=80 -height=17 -layer=com_12 -textfont=q8_full -text=Is this: -colour=0x0f1b1805 - -// 184:5 -[com_5] -type=rectangle -x=142 -y=143 -width=236 -height=153 -layer=com_12 -colour=0x0f342e10 -fill=yes - -// 184:6 -[com_6] -type=rectangle -x=147 -y=147 -width=226 -height=144 -layer=com_12 -colour=0x0f5f551d -fill=yes - -// 184:7 -[com_7] -type=model -x=207 -y=179 -width=106 -height=77 -layer=com_12 -model=model_8829 -modelorigin_x=3 -modelorigin_y=-2 -modelangle_x=346 -modelangle_y=1883 -modelangle_z=0 -modelzoom=400 -unknown100=64254 -unknown101=3000 -onload=script65(18, 30, 0, event_com) - -// 184:8 -[com_8] -type=model -x=80 -y=39 -width=35 -height=31 -layer=com_12 -model=model_8965 -modelorigin_x=8 -modelorigin_y=-4 -modelangle_x=540 -modelangle_y=2043 -modelangle_z=0 -modelzoom=1640 -unknown100=64536 -unknown101=3000 -op1=Select - -// 184:9 -[com_9] -type=model -x=79 -y=70 -width=37 -height=33 -layer=com_12 -model=model_8966 -modelorigin_x=6 -modelorigin_y=-2 -modelangle_x=490 -modelangle_y=10 -modelangle_z=0 -modelzoom=1663 -unknown100=64536 -unknown101=3000 -op1=Select - -// 184:10 -[com_10] -type=model -x=78 -y=105 -width=39 -height=32 -layer=com_12 -model=model_8967 -modelorigin_x=9 -modelorigin_y=-4 -modelangle_x=385 -modelangle_y=24 -modelangle_z=0 -modelzoom=1763 -unknown100=64536 -unknown101=3000 -op1=Select - -// 184:11 -[com_11] -type=graphic -x=376 -y=8 -width=26 -height=23 -layer=com_12 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 184:12 -[com_12] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_185.if3 b/dumps/530/interface/interface_185.if3 deleted file mode 100644 index 0a821d0f8..000000000 --- a/dumps/530/interface/interface_185.if3 +++ /dev/null @@ -1,438 +0,0 @@ -// 185:0 -[com_0] -type=model -x=-20 -y=-33 -width=556 -height=411 -model=model_7748 -modelorigin_x=-92 -modelorigin_y=-13 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=256 -modelanim=seq_2308 -unknown100=10 -unknown101=550 - -// 185:1 -[com_1] -type=model -x=36 -y=119 -width=261 -height=81 -model=model_7754 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=255 -modelanim=seq_2308 -unknown100=0 -unknown101=510 - -// 185:2 -[com_2] -type=model -x=36 -y=37 -width=261 -height=243 -model=model_7749 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=256 -modelanim=seq_2308 -unknown100=0 -unknown101=523 - -// 185:3 -[com_3] -type=model -x=136 -y=3 -width=63 -height=319 -model=model_7747 -modelorigin_x=-1 -modelorigin_y=-7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=256 -unknown100=0 -unknown101=529 - -// 185:4 -[com_4] -type=model -x=45 -y=3 -width=63 -height=319 -model=model_7747 -modelorigin_x=-1 -modelorigin_y=-7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=256 -unknown100=0 -unknown101=529 - -// 185:5 -[com_5] -type=model -x=227 -y=3 -width=63 -height=319 -model=model_7747 -modelorigin_x=-1 -modelorigin_y=-7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=256 -unknown100=0 -unknown101=529 - -// 185:6 -[com_6] -type=model -x=60 -y=61 -width=39 -height=26 -model=model_7753 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=1900 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=65133 -unknown101=855 -onload=script65(13, 14, 0, event_com) - -// 185:7 -[com_7] -type=model -x=154 -y=65 -width=25 -height=21 -model=model_7750 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=1900 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=65132 -unknown101=858 -onload=script65(13, 10, 0, event_com) - -// 185:8 -[com_8] -type=model -x=234 -y=61 -width=39 -height=26 -model=model_7753 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=1900 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=65133 -unknown101=855 -onload=script65(10, 14, 0, event_com) - -// 185:9 -[com_9] -type=model -x=56 -y=154 -width=39 -height=11 -model=model_7753 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=65133 -unknown101=856 -onload=script65(13, 0, 14, event_com) - -// 185:10 -[com_10] -type=model -x=147 -y=154 -width=39 -height=11 -model=model_7753 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=65133 -unknown101=856 -onload=script65(5, 0, 14, event_com) - -// 185:11 -[com_11] -type=model -x=240 -y=148 -width=35 -height=20 -model=model_7751 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=65133 -unknown101=860 -onload=script65(13, 0, 5, event_com) - -// 185:12 -[com_12] -type=model -x=57 -y=231 -width=54 -height=24 -model=model_7752 -modelorigin_x=-5 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=65129 -unknown101=867 -onload=script65(0, 10, 14, event_com) - -// 185:13 -[com_13] -type=model -x=146 -y=233 -width=39 -height=25 -model=model_7753 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=150 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=65134 -unknown101=854 -onload=script65(0, 10, 7, event_com) - -// 185:14 -[com_14] -type=model -x=235 -y=233 -width=39 -height=25 -model=model_7753 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=150 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=65134 -unknown101=854 -onload=script65(0, 5, 14, event_com) - -// 185:15 -[com_15] -type=text -x=23 -y=317 -width=97 -height=17 -textfont=b12_full -text=DIAMOND -textalignh=1 -colour=0xceaf7e - -// 185:16 -[com_16] -type=text -x=121 -y=317 -width=90 -height=17 -textfont=b12_full -text=COINS -textalignh=1 -colour=0xceaf7e - -// 185:17 -[com_17] -type=text -x=212 -y=317 -width=88 -height=17 -textfont=b12_full -text=RING -textalignh=1 -colour=0xceaf7e - -// 185:18 -[com_18] -type=text -x=361 -y=141 -width=112 -height=37 -textfont=b12_full -text=U N L O C K -textalignh=1 -textalignv=1 -colour=0x4f3f26 -op1=Unlock - -// 185:19 -[com_19] -type=model -x=49 -y=4 -width=54 -height=33 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Up - -// 185:20 -[com_20] -type=model -x=141 -y=4 -width=54 -height=33 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Up - -// 185:21 -[com_21] -type=model -x=232 -y=4 -width=54 -height=33 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Up - -// 185:22 -[com_22] -type=model -x=47 -y=285 -width=54 -height=33 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Down - -// 185:23 -[com_23] -type=model -x=138 -y=286 -width=54 -height=33 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Down - -// 185:24 -[com_24] -type=model -x=229 -y=287 -width=54 -height=33 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Down - -// 185:25 -[com_25] -type=text -x=341 -y=201 -width=152 -height=132 -textfont=p12_full -text=For each column, make the MIDDLE picture match the word at the bottom.

Then click UNLOCK. -textalignh=1 -textshadow=yes -colour=0xceaf7e - diff --git a/dumps/530/interface/interface_186.if3 b/dumps/530/interface/interface_186.if3 deleted file mode 100644 index 833fbd617..000000000 --- a/dumps/530/interface/interface_186.if3 +++ /dev/null @@ -1,44 +0,0 @@ -// 186:0 -[com_0] -type=text -x=4 -y=4 -width=166 -height=52 -layer=com_3 -textfont=p12_full -text=Watch the statue! Fish here! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 186:1 -[com_1] -type=graphic -x=175 -y=18 -width=26 -height=23 -layer=com_3 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") - -// 186:2 -[com_2] -type=layer -x=170 -y=13 -width=32 -height=32 -layer=com_3 -hide=yes - -// 186:3 -[com_3] -type=layer -width=209 -height=61 - diff --git a/dumps/530/interface/interface_187.if3 b/dumps/530/interface/interface_187.if3 deleted file mode 100644 index 9e2e513ad..000000000 --- a/dumps/530/interface/interface_187.if3 +++ /dev/null @@ -1,176 +0,0 @@ -// 187:0 -[com_0] -type=rectangle -x=7 -y=38 -width=176 -height=209 -colour=0x170801 -fill=yes -trans=180 - -// 187:1 -[com_1] -type=layer -x=5 -y=62 -width=166 -height=186 -opbase= -onload=script828 -onvartransmit=script832 -onvartransmitlist=varplayer_20,varplayer_21,varplayer_22,varplayer_23,varplayer_24,varplayer_25,varplayer_298,varplayer_311,varplayer_346,varplayer_414,varplayer_464,varplayer_598,varplayer_662,varplayer_721,varplayer_906,varplayer_1009,varplayer_1104,varplayer_1136,varplayer_1180,varplayer_1202 - -// 187:2 -[com_2] -type=graphic -x=1 -y=32 -width=32 -height=32 -graphic="v2_stone_borders,18" - -// 187:3 -[com_3] -type=graphic -x=157 -y=32 -width=32 -height=32 -graphic="v2_stone_borders,19" - -// 187:4 -[com_4] -type=graphic -x=1 -y=221 -width=32 -height=32 -graphic="v2_stone_borders,20" -opbase= - -// 187:5 -[com_5] -type=graphic -x=157 -y=221 -width=32 -height=32 -graphic="v2_stone_borders,21" - -// 187:6 -[com_6] -type=graphic -x=33 -y=18 -width=124 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 187:7 -[com_7] -type=graphic -x=7 -y=47 -width=176 -height=32 -graphic="v2_stone_borders,23" -tiling=yes -opbase= - -// 187:8 -[com_8] -type=graphic -x=169 -y=64 -width=32 -height=157 -graphic="v2_stone_borders,13" -tiling=yes -opbase=mm - -// 187:9 -[com_9] -type=graphic -x=-13 -y=64 -width=32 -height=157 -graphic="v2_stone_borders,13" -tiling=yes -opbase= - -// 187:10 -[com_10] -type=graphic -x=33 -y=233 -width=125 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 187:11 -[com_11] -type=graphic -x=83 -y=4 -width=25 -height=25 -graphic="music_icons,0" -op1=Loop -onmouseleave=script40(interface_187:com_15) -onvartransmit=script835 -onmouserepeat=script836 -onclick=script834 -onvartransmitlist=varplayer_19,varplayer_466,varplayer_297 - -// 187:12 -[com_12] -type=layer -x=167 -y=63 -width=16 -height=184 - -// 187:13 -[com_13] -type=layer -width=190 -height=261 - -// 187:14 -[com_14] -type=text -x=7 -y=40 -width=177 -height=15 -textfont=b12_full -text=Playing............................. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe99900 - -// 187:15 -[com_15] -type=layer -width=190 -height=261 - -// 187:16 -[com_16] -type=text -x=108 -y=4 -width=82 -height=25 -textfont=p11_full -text=Unlocked:
??? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - diff --git a/dumps/530/interface/interface_188.if3 b/dumps/530/interface/interface_188.if3 deleted file mode 100644 index d46345c50..000000000 --- a/dumps/530/interface/interface_188.if3 +++ /dev/null @@ -1,190 +0,0 @@ -// 188:0 -[com_0] -type=model -x=6 -width=90 -height=102 -layer=com_10 -model=model_38892 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=2001 -modelangle_y=1900 -modelangle_z=0 -modelzoom=1509 -modelanim=seq_9757 -unknown100=64096 -unknown101=3000 -onload=script1392 - -// 188:1 -[com_1] -type=model -x=414 -y=-4 -width=91 -height=101 -layer=com_10 -model=model_38892 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=8 -modelangle_y=150 -modelangle_z=0 -modelzoom=1509 -modelanim=seq_9757 -unknown100=64092 -unknown101=3000 - -// 188:2 -[com_2] -type=text -x=74 -y=10 -width=80 -height=41 -layer=com_10 -textfont=q8_full -text=Think -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x8686af -op1=Think -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x8686af) - -// 188:3 -[com_3] -type=text -x=74 -y=51 -width=80 -height=41 -layer=com_10 -textfont=q8_full -text=Cry -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x8686af -op1=Cry -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x8686af) - -// 188:4 -[com_4] -type=text -x=154 -y=10 -width=80 -height=41 -layer=com_10 -textfont=q8_full -text=Laugh -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x8686af -op1=Laugh -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x8686af) - -// 188:5 -[com_5] -type=text -x=154 -y=51 -width=80 -height=41 -layer=com_10 -textfont=q8_full -text=Dance -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x8686af -op1=Dance -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x8686af) - -// 188:6 -[com_6] -type=text -x=234 -y=10 -width=100 -height=41 -layer=com_10 -textfont=q8_full -text=Climb Rope -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x8686af -op1=Climb Rope -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x8686af) - -// 188:7 -[com_7] -type=text -x=234 -y=51 -width=100 -height=41 -layer=com_10 -textfont=q8_full -text=Lean on air -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x8686af -op1=Lean on air -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x8686af) - -// 188:8 -[com_8] -type=text -x=334 -y=10 -width=100 -height=41 -layer=com_10 -textfont=q8_full -text=Glass Box -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x8686af -op1=Glass Box -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x8686af) - -// 188:9 -[com_9] -type=text -x=334 -y=51 -width=100 -height=41 -layer=com_10 -textfont=q8_full -text=Glass Wall -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x8686af -op1=Glass Wall -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x8686af) - -// 188:10 -[com_10] -type=layer -y=4 -width=509 -height=102 -xmode=abs_centre - diff --git a/dumps/530/interface/interface_189.if3 b/dumps/530/interface/interface_189.if3 deleted file mode 100644 index 2c66e3896..000000000 --- a/dumps/530/interface/interface_189.if3 +++ /dev/null @@ -1,623 +0,0 @@ -// 189:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 189:1 -[com_1] -type=graphic -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_0 -graphic=tradebacking -tiling=yes - -// 189:2 -[com_2] -type=rectangle -x=-29 -y=-23 -width=700 -height=486 -layer=com_0 -colour=0x000000 -fill=yes -trans=140 - -// 189:3 -[com_3] -type=model -x=-28 -y=16 -width=583 -height=316 -layer=com_0 -model=model_9748 -modelorigin_x=-132 -modelorigin_y=31 -modelangle_x=6 -modelangle_y=5 -modelangle_z=0 -modelzoom=410 -unknown100=0 -unknown101=3000 - -// 189:4 -[com_4] -type=model -x=51 -y=33 -width=90 -height=161 -layer=com_0 -model=model_9753 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=528 -modelangle_y=0 -modelangle_z=0 -modelzoom=358 -unknown100=64536 -unknown101=3000 -onload=script65(25, 20, 0, event_com) - -// 189:5 -[com_5] -type=model -x=194 -y=169 -width=27 -height=133 -layer=com_0 -model=model_9749 -modelorigin_x=-6 -modelorigin_y=9 -modelangle_x=565 -modelangle_y=0 -modelangle_z=0 -modelzoom=422 -modelanim=seq_2767 -unknown100=64436 -unknown101=3000 - -// 189:6 -[com_6] -type=model -x=287 -y=173 -width=28 -height=127 -layer=com_0 -model=model_9750 -modelorigin_x=-6 -modelorigin_y=8 -modelangle_x=565 -modelangle_y=0 -modelangle_z=0 -modelzoom=422 -modelanim=seq_2767 -unknown100=64436 -unknown101=3000 - -// 189:7 -[com_7] -type=model -x=382 -y=183 -width=27 -height=117 -layer=com_0 -model=model_9751 -modelorigin_x=-5 -modelorigin_y=3 -modelangle_x=565 -modelangle_y=0 -modelangle_z=0 -modelzoom=422 -modelanim=seq_2767 -unknown100=64436 -unknown101=3000 - -// 189:8 -[com_8] -type=graphic -x=181 -y=203 -width=46 -height=95 -layer=com_0 -op1=Select - -// 189:9 -[com_9] -type=graphic -x=271 -y=204 -width=51 -height=90 -layer=com_0 -op1=Select - -// 189:10 -[com_10] -type=graphic -x=370 -y=205 -width=46 -height=96 -layer=com_0 -op1=Select - -// 189:11 -[com_11] -type=model -x=183 -y=17 -width=28 -height=48 -layer=com_0 -model=model_9757 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=498 -modelangle_y=9 -modelangle_z=0 -modelzoom=1200 -modelanim=seq_2766 -unknown100=63882 -unknown101=3000 - -// 189:12 -[com_12] -type=model -x=232 -y=17 -width=28 -height=48 -layer=com_0 -model=model_9757 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=498 -modelangle_y=9 -modelangle_z=0 -modelzoom=1200 -modelanim=seq_2766 -unknown100=63882 -unknown101=3000 - -// 189:13 -[com_13] -type=model -x=282 -y=17 -width=28 -height=48 -layer=com_0 -model=model_9757 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=498 -modelangle_y=9 -modelangle_z=0 -modelzoom=1200 -modelanim=seq_2766 -unknown100=63882 -unknown101=3000 - -// 189:14 -[com_14] -type=model -x=332 -y=17 -width=28 -height=48 -layer=com_0 -model=model_9757 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=498 -modelangle_y=9 -modelangle_z=0 -modelzoom=1200 -modelanim=seq_2766 -unknown100=63882 -unknown101=3000 - -// 189:15 -[com_15] -type=model -x=382 -y=17 -width=28 -height=48 -layer=com_0 -model=model_9757 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=498 -modelangle_y=9 -modelangle_z=0 -modelzoom=1200 -modelanim=seq_2766 -unknown100=63882 -unknown101=3000 - -// 189:16 -[com_16] -type=model -x=432 -y=17 -width=28 -height=48 -layer=com_0 -model=model_9757 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=498 -modelangle_y=9 -modelangle_z=0 -modelzoom=1200 -modelanim=seq_2766 -unknown100=63882 -unknown101=3000 - -// 189:17 -[com_17] -type=model -x=163 -y=12 -width=39 -height=75 -layer=com_0 -model=model_15272 -modelorigin_x=19 -modelorigin_y=0 -modelangle_x=542 -modelangle_y=0 -modelangle_z=0 -modelzoom=860 -modelanim=seq_4135 -unknown100=63963 -unknown101=3000 - -// 189:18 -[com_18] -type=model -x=211 -y=10 -width=39 -height=75 -layer=com_0 -model=model_15272 -modelorigin_x=19 -modelorigin_y=0 -modelangle_x=542 -modelangle_y=0 -modelangle_z=0 -modelzoom=860 -modelanim=seq_4135 -unknown100=63963 -unknown101=3000 - -// 189:19 -[com_19] -type=model -x=261 -y=10 -width=39 -height=75 -layer=com_0 -model=model_15272 -modelorigin_x=19 -modelorigin_y=0 -modelangle_x=542 -modelangle_y=0 -modelangle_z=0 -modelzoom=860 -modelanim=seq_4135 -unknown100=63963 -unknown101=3000 - -// 189:20 -[com_20] -type=model -x=311 -y=10 -width=39 -height=75 -layer=com_0 -model=model_15272 -modelorigin_x=19 -modelorigin_y=0 -modelangle_x=542 -modelangle_y=0 -modelangle_z=0 -modelzoom=860 -modelanim=seq_4135 -unknown100=63963 -unknown101=3000 - -// 189:21 -[com_21] -type=model -x=361 -y=9 -width=39 -height=75 -layer=com_0 -model=model_15272 -modelorigin_x=19 -modelorigin_y=0 -modelangle_x=542 -modelangle_y=0 -modelangle_z=0 -modelzoom=860 -modelanim=seq_4135 -unknown100=63963 -unknown101=3000 - -// 189:22 -[com_22] -type=model -x=412 -y=8 -width=39 -height=75 -layer=com_0 -model=model_15272 -modelorigin_x=19 -modelorigin_y=0 -modelangle_x=542 -modelangle_y=0 -modelangle_z=0 -modelzoom=860 -modelanim=seq_4135 -unknown100=63963 -unknown101=3000 - -// 189:23 -[com_23] -type=graphic -x=482 -y=17 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 189:24 -[com_24] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 189:25 -[com_25] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 189:26 -[com_26] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_25 - -// 189:27 -[com_27] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 189:28 -[com_28] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 189:29 -[com_29] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 189:30 -[com_30] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 189:31 -[com_31] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 189:32 -[com_32] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 189:33 -[com_33] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 189:34 -[com_34] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 189:35 -[com_35] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_26 - -// 189:36 -[com_36] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_26 - -// 189:37 -[com_37] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_26 - -// 189:38 -[com_38] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_26 - -// 189:39 -[com_39] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_26 - -// 189:40 -[com_40] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_36 -graphic=tradebacking -tiling=yes -outline=2 - -// 189:41 -[com_41] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_35 -graphic=tradebacking -tiling=yes -outline=2 - -// 189:42 -[com_42] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_37 -graphic=tradebacking -tiling=yes -outline=2 - -// 189:43 -[com_43] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_38 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_19.if3 b/dumps/530/interface/interface_19.if3 deleted file mode 100644 index c1b0bdb14..000000000 --- a/dumps/530/interface/interface_19.if3 +++ /dev/null @@ -1,73 +0,0 @@ -// 19:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_3 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 19:1 -[com_1] -type=model -x=84 -y=326 -width=93 -height=128 -layer=com_3 -model=model_42341 -modelorigin_x=11 -modelorigin_y=8 -modelangle_x=51 -modelangle_y=1888 -modelangle_z=34 -modelzoom=1568 -modelanim=seq_9803 -unknown100=0 -unknown101=3000 -op10= - -// 19:2 -[com_2] -type=model -x=576 -y=333 -width=115 -height=120 -layer=com_3 -model=model_39105 -modelorigin_x=-7 -modelorigin_y=6 -modelangle_x=69 -modelangle_y=141 -modelangle_z=2003 -modelzoom=1568 -modelanim=seq_9854 -unknown100=0 -unknown101=3000 -op10= - -// 19:3 -[com_3] -type=layer -width=765 -height=503 - -// 19:4 -[com_4] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_3 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_190.if3 b/dumps/530/interface/interface_190.if3 deleted file mode 100644 index 3961c2983..000000000 --- a/dumps/530/interface/interface_190.if3 +++ /dev/null @@ -1,309 +0,0 @@ -// 190:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x46341d -fill=yes -trans=96 -op10= - -// 190:1 -[com_1] -type=model -x=161 -y=38 -width=201 -height=201 -model=model_3679 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=390 -unknown100=800 -unknown101=845 -unknown103=yes - -// 190:2 -[com_2] -type=model -x=161 -y=38 -width=201 -height=201 -model=model_3680 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=390 -unknown100=800 -unknown101=845 -unknown103=yes - -// 190:3 -[com_3] -type=model -x=161 -y=38 -width=201 -height=201 -model=model_3678 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=390 -unknown100=800 -unknown101=845 -unknown103=yes - -// 190:4 -[com_4] -type=model -x=161 -y=38 -width=201 -height=201 -model=model_11031 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=390 -unknown100=800 -unknown101=846 -unknown103=yes - -// 190:5 -[com_5] -type=model -x=161 -y=38 -width=201 -height=201 -model=model_11032 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=390 -unknown100=800 -unknown101=844 -unknown103=yes - -// 190:6 -[com_6] -type=model -x=161 -y=38 -width=201 -height=201 -model=model_11033 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=390 -unknown100=800 -unknown101=844 -unknown103=yes - -// 190:7 -[com_7] -type=text -x=110 -y=254 -width=308 -height=17 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xbbb949 - -// 190:8 -[com_8] -type=graphic -x=110 -y=276 -width=72 -height=36 -graphic="combatboxes,0" -op1=Select -onmouseover=script44(event_com, "combatboxes,1") -onmouseleave=script44(event_com, "combatboxes,0") - -// 190:9 -[com_9] -type=graphic -x=229 -y=277 -width=72 -height=36 -graphic="combatboxes,0" -op1=Select -onmouseover=script44(event_com, "combatboxes,1") -onmouseleave=script44(event_com, "combatboxes,0") - -// 190:10 -[com_10] -type=graphic -x=344 -y=277 -width=72 -height=36 -graphic="combatboxes,0" -op1=Select -onmouseover=script44(event_com, "combatboxes,1") -onmouseleave=script44(event_com, "combatboxes,0") - -// 190:11 -[com_11] -type=text -x=113 -y=279 -width=65 -height=29 -textfont=b12_full -text=Shape1 -textalignh=1 -textalignv=1 -colour=0xbbb949 - -// 190:12 -[com_12] -type=text -x=232 -y=281 -width=65 -height=29 -textfont=b12_full -text=Shape2 -textalignh=1 -textalignv=1 -colour=0xbbb949 - -// 190:13 -[com_13] -type=text -x=348 -y=281 -width=65 -height=29 -textfont=b12_full -text=Shape3 -textalignh=1 -textalignv=1 -colour=0xbbb949 - -// 190:14 -[com_14] -type=graphic -x=462 -y=15 -width=26 -height=23 -graphic="close_buttons,6" -op1=Close -onload=script690 -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 -onvarctransmit=script690 -onvarctransmitlist=varclient_272,varclient_273 - -// 190:15 -[com_15] -type=graphic -x=-1 -y=-1 -width=32 -height=32 -graphic="v2_stone_borders,4" -op10= - -// 190:16 -[com_16] -type=graphic -x=31 -y=-14 -width=450 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= -op10= - -// 190:17 -[com_17] -type=graphic -x=481 -y=-1 -width=32 -height=32 -graphic="v2_stone_borders,5" -op10= - -// 190:18 -[com_18] -type=graphic -x=-14 -y=31 -width=32 -height=272 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 190:19 -[com_19] -type=graphic -x=493 -y=31 -width=23 -height=272 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 190:20 -[com_20] -type=graphic -x=-1 -y=303 -width=32 -height=32 -graphic="v2_stone_borders,6" -op10= - -// 190:21 -[com_21] -type=graphic -x=31 -y=315 -width=450 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= -op10= - -// 190:22 -[com_22] -type=graphic -x=481 -y=303 -width=32 -height=32 -graphic="v2_stone_borders,7" -op10= - diff --git a/dumps/530/interface/interface_191.if3 b/dumps/530/interface/interface_191.if3 deleted file mode 100644 index 05369e15e..000000000 --- a/dumps/530/interface/interface_191.if3 +++ /dev/null @@ -1,164 +0,0 @@ -// 191:0 -[com_0] -type=layer -width=512 -height=334 - -// 191:1 -[com_1] -type=rectangle -x=-13 -y=-6 -width=904 -height=585 -layer=com_0 -colour=0x000000 - -// 191:2 -[com_2] -type=model -x=-14 -y=4 -width=509 -height=98 -layer=com_0 -model=model_8787 -modelorigin_x=-34 -modelorigin_y=-18 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=258 -unknown100=1500 -unknown101=3000 - -// 191:3 -[com_3] -type=model -x=15 -y=54 -width=105 -height=35 -layer=com_0 -model=model_8788 -modelorigin_x=-34 -modelorigin_y=-35 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=258 -unknown100=1000 -unknown101=3000 - -// 191:4 -[com_4] -type=model -x=188 -y=54 -width=105 -height=35 -layer=com_0 -model=model_8788 -modelorigin_x=-34 -modelorigin_y=-35 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=258 -unknown100=1000 -unknown101=3000 - -// 191:5 -[com_5] -type=model -x=363 -y=52 -width=105 -height=35 -layer=com_0 -model=model_8788 -modelorigin_x=-34 -modelorigin_y=-35 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=258 -unknown100=1000 -unknown101=3000 - -// 191:6 -[com_6] -type=model -x=-189 -y=62 -width=25 -height=4 -xmode=abs_centre -layer=com_0 -model=model_8831 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64332 -unknown101=3000 -onload=script65(25, 18, 0, event_com) - -// 191:7 -[com_7] -type=model -x=-14 -y=56 -width=31 -height=14 -xmode=abs_centre -layer=com_0 -model=model_8834 -modelorigin_x=0 -modelorigin_y=6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64324 -unknown101=3000 -onload=script65(18, 30, 0, event_com) - -// 191:8 -[com_8] -type=model -x=159 -y=64 -width=25 -height=4 -xmode=abs_centre -layer=com_0 -model=model_8831 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64331 -unknown101=3000 -onload=script65(20, 15, 0, event_com) - -// 191:9 -[com_9] -type=text -x=-18 -y=8 -width=170 -height=29 -xmode=abs_centre -layer=com_0 -textfont=p12_full -text=Pick the odd one out. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - diff --git a/dumps/530/interface/interface_192.if3 b/dumps/530/interface/interface_192.if3 deleted file mode 100644 index ced13705b..000000000 --- a/dumps/530/interface/interface_192.if3 +++ /dev/null @@ -1,850 +0,0 @@ -// 192:0 -[com_0] -type=graphic -x=13 -y=12 -width=24 -height=24 -graphic="magicon2,37" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,37", "magicoff2,37", 0, "Lumbridge Home Teleport", "Requires no runes - recharge time 30 mins. Warning: This spell takes a long time to cast and will be interrupted by combat.", null, 0, null, 0, null, 0, null, string_0) - -// 192:1 -[com_1] -type=graphic -x=37 -y=12 -width=24 -height=24 -graphic="magicon,0" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,0", "magicoff,0", 1, "Wind Strike", "A basic Air missile", obj_556, 1, obj_558, 1, null, 0, null, string_0) - -// 192:2 -[com_2] -type=graphic -x=61 -y=12 -width=24 -height=24 -graphic="magicon,1" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,1", "magicoff,1", 3, "Confuse", "Reduces your opponent's attack by 5%", obj_555, 3, obj_557, 2, obj_559, 1, null, string_0) - -// 192:3 -[com_3] -type=graphic -x=85 -y=12 -width=24 -height=24 -graphic="magicon2,39" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,39", "magicoff2,39", 4, "Enchant Crossbow Bolt", "Minimum level 4 Magic Multiple other requirements", null, 0, null, 0, null, 0, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon2,39", "magicoff2,39", 4, "Enchant Crossbow Bolt", "Minimum level 4 Magic Multiple other requirements", null, 0, null, 0, null, 0, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:4 -[com_4] -type=graphic -x=109 -y=12 -width=24 -height=24 -graphic="magicon,2" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,2", "magicoff,2", 5, "Water Strike", "A basic Water missile", obj_555, 1, obj_556, 1, obj_558, 1, null, string_0) - -// 192:5 -[com_5] -type=graphic -x=133 -y=12 -width=24 -height=24 -graphic="magicon,3" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,3", "magicoff,3", 7, "Lvl-1 Enchant", "For use on sapphire jewellery", obj_555, 1, obj_564, 1, null, 0, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,3", "magicoff,3", 7, "Lvl-1 Enchant", "For use on sapphire jewellery", obj_555, 1, obj_564, 1, null, 0, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:6 -[com_6] -type=graphic -x=157 -y=12 -width=24 -height=24 -graphic="magicon,4" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,4", "magicoff,4", 9, "Earth Strike", "A basic Earth missile", obj_557, 2, obj_556, 1, obj_558, 1, null, string_0) - -// 192:7 -[com_7] -type=graphic -x=13 -y=36 -width=24 -height=24 -graphic="magicoff,5" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,5", "magicoff,5", 11, "Weaken", "Reduces your opponent's
strength by 5%", obj_555, 3, obj_557, 2, obj_559, 1, null, string_0) - -// 192:8 -[com_8] -type=graphic -x=37 -y=36 -width=24 -height=24 -graphic="magicoff,6" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,6", "magicoff,6", 13, "Fire Strike", "A basic Fire missile", obj_554, 3, obj_556, 2, obj_558, 1, null, string_0) - -// 192:9 -[com_9] -type=graphic -x=61 -y=36 -width=24 -height=24 -graphic="magicoff,7" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon,7", "magicoff,7", 15, "Bones to Bananas", "Changes all held bones into bananas", obj_557, 2, obj_555, 2, obj_561, 1, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,7", "magicoff,7", 15, "Bones to Bananas", "Changes all held bones into bananas", obj_557, 2, obj_555, 2, obj_561, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:10 -[com_10] -type=graphic -x=85 -y=36 -width=24 -height=24 -graphic="magicoff,8" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,8", "magicoff,8", 17, "Wind Bolt", "A low level Air missile", obj_556, 2, obj_562, 1, null, 0, null, string_0) - -// 192:11 -[com_11] -type=graphic -x=109 -y=36 -width=24 -height=24 -graphic="magicoff,9" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,9", "magicoff,9", 19, "Curse", "Reduces your opponent's
defence by 5%", obj_555, 2, obj_557, 3, obj_559, 1, null, string_0) - -// 192:12 -[com_12] -type=graphic -x=133 -y=36 -width=24 -height=24 -graphic="magicoff2,0" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,0", "magicoff2,0", 20, "Bind", "Holds your opponent for 5 seconds", obj_557, 3, obj_555, 3, obj_561, 2, null, string_0) - -// 192:13 -[com_13] -type=graphic -x=157 -y=36 -width=24 -height=24 -graphic="magicoff,10" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,10", "magicoff,10", 21, "Low Level Alchemy", "Converts an item into gold", obj_554, 3, obj_561, 1, null, 0, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,10", "magicoff,10", 21, "Low Level Alchemy", "Converts an item into gold", obj_554, 3, obj_561, 1, null, 0, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:14 -[com_14] -type=graphic -x=13 -y=60 -width=24 -height=24 -graphic="magicoff,11" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,11", "magicoff,11", 23, "Water Bolt", "A low level Water missile", obj_555, 2, obj_556, 2, obj_562, 1, null, string_0) - -// 192:15 -[com_15] -type=graphic -x=37 -y=60 -width=24 -height=24 -graphic="magicoff,12" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon,12", "magicoff,12", 25, "Varrock Teleport", "Teleports you to Varrock", obj_554, 1, obj_556, 3, obj_563, 1, null, string_0) - -// 192:16 -[com_16] -type=graphic -x=61 -y=60 -width=24 -height=24 -graphic="magicoff,13" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,13", "magicoff,13", 27, "Lvl-2 Enchant", "For use on emerald jewellery", obj_556, 3, obj_564, 1, null, 0, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,13", "magicoff,13", 27, "Lvl-2 Enchant", "For use on emerald jewellery", obj_556, 3, obj_564, 1, null, 0, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:17 -[com_17] -type=graphic -x=85 -y=60 -width=24 -height=24 -graphic="magicoff,14" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,14", "magicoff,14", 29, "Earth Bolt", "A low level Earth missile", obj_557, 3, obj_556, 2, obj_562, 1, null, string_0) - -// 192:18 -[com_18] -type=graphic -x=109 -y=60 -width=24 -height=24 -graphic="magicoff,15" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon,15", "magicoff,15", 31, "Lumbridge Teleport", "Teleports you to Lumbridge", obj_557, 1, obj_556, 3, obj_563, 1, null, string_0) - -// 192:19 -[com_19] -type=graphic -x=157 -y=60 -width=24 -height=24 -graphic="magicoff,16" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,16", "magicoff,16", 33, "Telekinetic Grab", "Take an item you can see but can't reach", obj_556, 1, obj_563, 1, null, 0, null, string_0) - -// 192:20 -[com_20] -type=graphic -x=13 -y=84 -width=24 -height=24 -graphic="magicoff,17" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,17", "magicoff,17", 35, "Fire Bolt", "A low level Fire missile", obj_554, 4, obj_556, 3, obj_562, 1, null, string_0) - -// 192:21 -[com_21] -type=graphic -x=37 -y=84 -width=24 -height=24 -graphic="magicoff,18" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon,18", "magicoff,18", 37, "Falador Teleport", "Teleports you to Falador", obj_555, 1, obj_556, 3, obj_563, 1, null, string_0) - -// 192:22 -[com_22] -type=graphic -x=61 -y=84 -width=24 -height=24 -graphic="magicoff,19" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,19", "magicoff,19", 39, "Crumble Undead", "Hits skeletons, ghosts, shades & zombies hard", obj_557, 2, obj_556, 2, obj_562, 1, null, string_0) - -// 192:23 -[com_23] -type=graphic -x=85 -y=84 -width=24 -height=24 -graphic="magicoff2,36" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,36", "magicoff2,36", 40, "Teleport to House", "Teleports you to your house", obj_563, 1, obj_556, 1, obj_557, 1, null, string_0) - -// 192:24 -[com_24] -type=graphic -x=109 -y=84 -width=24 -height=24 -graphic="magicoff,20" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,20", "magicoff,20", 41, "Wind Blast", "A medium level Air missile", obj_556, 3, obj_560, 1, null, 0, null, string_0) - -// 192:25 -[com_25] -type=graphic -x=133 -y=84 -width=24 -height=24 -graphic="magicoff,21" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,21", "magicoff,21", 43, "Superheat Item", "Smelt ore without a furnace", obj_554, 4, obj_561, 1, null, 0, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,21", "magicoff,21", 43, "Superheat Item", "Smelt ore without a furnace", obj_554, 4, obj_561, 1, null, 0, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:26 -[com_26] -type=graphic -x=157 -y=84 -width=24 -height=24 -graphic="magicoff,22" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon,22", "magicoff,22", 45, "Camelot Teleport", "Teleports you to Camelot", obj_556, 5, obj_563, 1, null, 0, null, string_0) - -// 192:27 -[com_27] -type=graphic -x=13 -y=108 -width=24 -height=24 -graphic="magicoff,23" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,23", "magicoff,23", 47, "Water Blast", "A medium level Water missile", obj_555, 3, obj_556, 3, obj_560, 1, null, string_0) - -// 192:28 -[com_28] -type=graphic -x=37 -y=108 -width=24 -height=24 -graphic="magicoff,24" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,24", "magicoff,24", 49, "Lvl-3 Enchant", "For use on ruby jewellery", obj_554, 5, obj_564, 1, null, 0, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,24", "magicoff,24", 49, "Lvl-3 Enchant", "For use on ruby jewellery", obj_554, 5, obj_564, 1, null, 0, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:29 -[com_29] -type=graphic -x=61 -y=108 -width=24 -height=24 -graphic="magicoff,38" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,38", "magicoff,38", 50, "Iban Blast", "Summons the wrath of Iban", obj_554, 5, obj_560, 1, obj_1409, 1, null, string_0) - -// 192:30 -[com_30] -type=graphic -x=85 -y=108 -width=24 -height=24 -graphic="magicoff2,1" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,1", "magicoff2,1", 50, "Snare", "Holds your opponent for 10 seconds", obj_557, 4, obj_555, 4, obj_561, 3, null, string_0) - -// 192:31 -[com_31] -type=graphic -x=109 -y=108 -width=24 -height=24 -graphic="magicoff2,5" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,5", "magicoff2,5", 50, "Magic Dart", "A magic dart of slaying", obj_4170, 1, obj_560, 1, obj_558, 4, null, string_0) - -// 192:32 -[com_32] -type=graphic -x=133 -y=108 -width=24 -height=24 -graphic="magicoff,39" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon,39", "magicoff,39", 51, "Ardougne Teleport", "Teleports you to Ardougne", obj_555, 2, obj_563, 2, null, 0, null, string_0) - -// 192:33 -[com_33] -type=graphic -x=157 -y=108 -width=24 -height=24 -graphic="magicoff,25" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,25", "magicoff,25", 53, "Earth Blast", "A medium level Earth missile", obj_557, 4, obj_556, 3, obj_560, 1, null, string_0) - -// 192:34 -[com_34] -type=graphic -x=13 -y=132 -width=24 -height=24 -graphic="magicoff,26" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,26", "magicoff,26", 55, "High Level Alchemy", "Converts an item into more gold", obj_554, 5, obj_561, 1, null, 0, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,26", "magicoff,26", 55, "High Level Alchemy", "Converts an item into more gold", obj_554, 5, obj_561, 1, null, 0, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:35 -[com_35] -type=graphic -x=37 -y=132 -width=24 -height=24 -graphic="magicoff,27" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,27", "magicoff,27", 56, "Charge Water Orb", "Needs to be cast on a water obelisk", obj_555, 30, obj_564, 3, obj_567, 1, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,27", "magicoff,27", 56, "Charge Water Orb", "Needs to be cast on a water obelisk", obj_555, 30, obj_564, 3, obj_567, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:36 -[com_36] -type=graphic -x=61 -y=132 -width=24 -height=24 -graphic="magicoff,28" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,28", "magicoff,28", 57, "Lvl-4 Enchant", "For use on diamond jewellery", obj_557, 10, obj_564, 1, null, 0, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,28", "magicoff,28", 57, "Lvl-4 Enchant", "For use on diamond jewellery", obj_557, 10, obj_564, 1, null, 0, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:37 -[com_37] -type=graphic -x=85 -y=132 -width=24 -height=24 -graphic="magicoff,40" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon,40", "magicoff,40", 58, "Watchtower Teleport", "Teleports you to the Watchtower", obj_557, 2, obj_563, 2, null, 0, null, string_0) - -// 192:38 -[com_38] -type=graphic -x=109 -y=132 -width=24 -height=24 -graphic="magicoff,29" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,29", "magicoff,29", 59, "Fire Blast", "A medium level Fire missile", obj_554, 5, obj_556, 4, obj_560, 1, null, string_0) - -// 192:39 -[com_39] -type=graphic -x=133 -y=132 -width=24 -height=24 -graphic="magicoff,30" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,30", "magicoff,30", 60, "Charge Earth Orb", "Needs to be cast on an earth obelisk", obj_557, 30, obj_564, 3, obj_567, 1, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,30", "magicoff,30", 60, "Charge Earth Orb", "Needs to be cast on an earth obelisk", obj_557, 30, obj_564, 3, obj_567, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:40 -[com_40] -type=graphic -x=157 -y=132 -width=24 -height=24 -graphic="magicoff2,35" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,35", "magicoff2,35", 60, "Bones to Peaches", "Turns Bones into Peaches", obj_561, 2, obj_555, 4, obj_557, 4, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon2,35", "magicoff2,35", 60, "Bones to Peaches", "Turns Bones into Peaches", obj_561, 2, obj_555, 4, obj_557, 4, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:41 -[com_41] -type=graphic -x=13 -y=156 -width=24 -height=24 -graphic="magicoff,46" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,46", "magicoff,46", 60, "Saradomin strike", "Summons the power of Saradomin", obj_554, 2, obj_565, 2, obj_556, 4, string_2415, string_1) - -// 192:42 -[com_42] -type=graphic -x=37 -y=156 -width=24 -height=24 -graphic="magicoff,45" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,45", "magicoff,45", 60, "Claws of Guthix", "Summons the power of Guthix", obj_554, 1, obj_565, 2, obj_556, 4, string_8843, string_1) - -// 192:43 -[com_43] -type=graphic -x=61 -y=156 -width=24 -height=24 -graphic="magicoff,44" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,44", "magicoff,44", 60, "Flames of Zamorak", "Summons the power of Zamorak", obj_554, 4, obj_565, 2, obj_556, 1, string_2417, string_1) - -// 192:44 -[com_44] -type=graphic -x=85 -y=156 -width=24 -height=24 -graphic="magicoff2,4" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,4", "magicoff2,4", 61, "Trollheim Teleport", "Teleports you to Trollheim", obj_554, 2, obj_563, 2, null, 0, null, string_0) - -// 192:45 -[com_45] -type=graphic -x=109 -y=156 -width=24 -height=24 -graphic="magicoff,31" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,31", "magicoff,31", 62, "Wind Wave", "A high level Air missile", obj_556, 5, obj_565, 1, null, 0, null, string_0) - -// 192:46 -[com_46] -type=graphic -x=133 -y=156 -width=24 -height=24 -graphic="magicoff,32" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,32", "magicoff,32", 63, "Charge Fire Orb", "Needs to be cast on a fire obelisk", obj_554, 30, obj_564, 3, obj_567, 1, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,32", "magicoff,32", 63, "Charge Fire Orb", "Needs to be cast on a fire obelisk", obj_554, 30, obj_564, 3, obj_567, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:47 -[com_47] -type=graphic -x=157 -y=156 -width=24 -height=24 -graphic="magicoff2,38" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,38", "magicoff2,38", 64, "Teleport to Ape Atoll", "Teleports you to Ape Atoll", obj_554, 2, obj_555, 2, obj_563, 2, string_1963, string_1) - -// 192:48 -[com_48] -type=graphic -x=13 -y=179 -width=24 -height=24 -graphic="magicoff,33" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,33", "magicoff,33", 65, "Water Wave", "A high level Water missile", obj_555, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 192:49 -[com_49] -type=graphic -x=37 -y=179 -width=24 -height=24 -graphic="magicoff,34" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,34", "magicoff,34", 66, "Charge Air Orb", "Needs to be cast on an air obelisk", obj_556, 30, obj_564, 3, obj_567, 1, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,34", "magicoff,34", 66, "Charge Air Orb", "Needs to be cast on an air obelisk", obj_556, 30, obj_564, 3, obj_567, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:50 -[com_50] -type=graphic -x=61 -y=179 -width=24 -height=24 -graphic="magicoff,41" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,41", "magicoff,41", 66, "Vulnerability", "Reduces your opponent's defence by 10%", obj_557, 5, obj_555, 5, obj_566, 1, null, string_0) - -// 192:51 -[com_51] -type=graphic -x=85 -y=179 -width=24 -height=24 -graphic="magicoff,35" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,35", "magicoff,35", 68, "Lvl-5 Enchant", "For use on dragonstone jewellery", obj_555, 15, obj_557, 15, obj_564, 1, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon,35", "magicoff,35", 68, "Lvl-5 Enchant", "For use on dragonstone jewellery", obj_555, 15, obj_557, 15, obj_564, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:52 -[com_52] -type=graphic -x=109 -y=179 -width=24 -height=24 -graphic="magicoff,36" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,36", "magicoff,36", 70, "Earth Wave", "A high level Earth missile", obj_557, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 192:53 -[com_53] -type=graphic -x=133 -y=179 -width=24 -height=24 -graphic="magicoff,42" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,42", "magicoff,42", 73, "Enfeeble", "Reduces your opponent's strength by 10%", obj_557, 8, obj_555, 8, obj_566, 1, null, string_0) - -// 192:54 -[com_54] -type=graphic -x=157 -y=180 -width=24 -height=24 -graphic="magicoff2,30" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,30", "magicoff2,30", 74, "Teleother Lumbridge", "Teleports target to Lumbridge", obj_566, 1, obj_563, 1, obj_557, 1, null, string_0) - -// 192:55 -[com_55] -type=graphic -x=13 -y=204 -width=24 -height=24 -graphic="magicoff,37" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,37", "magicoff,37", 75, "Fire Wave", "A high level Fire missile", obj_554, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 192:56 -[com_56] -type=graphic -x=37 -y=204 -width=24 -height=24 -graphic="magicoff2,2" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,2", "magicoff2,2", 79, "Entangle", "Holds your opponent for 15 seconds", obj_557, 5, obj_555, 5, obj_561, 4, null, string_0) - -// 192:57 -[com_57] -type=graphic -x=61 -y=204 -width=24 -height=24 -graphic="magicoff,43" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon,43", "magicoff,43", 80, "Stun", "Reduces your opponent's attack by 10%", obj_557, 12, obj_555, 12, obj_566, 1, null, string_0) - -// 192:58 -[com_58] -type=graphic -x=85 -y=204 -width=24 -height=24 -graphic="magicoff2,3" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,3", "magicoff2,3", 80, "Charge", "Temporarily increases the power
of the three arena spells when wearing Mage Arena capes", obj_554, 3, obj_565, 3, obj_556, 3, null, string_0) - -// 192:59 -[com_59] -type=graphic -x=109 -y=204 -width=24 -height=24 -graphic="magicoff2,31" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,31", "magicoff2,31", 82, "Teleother Falador", "Teleports target to Falador", obj_566, 1, obj_555, 1, obj_563, 1, null, string_0) - -// 192:60 -[com_60] -type=graphic -x=133 -y=60 -width=24 -height=24 -graphic="magicoff2,33" -op1=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,33", "magicoff2,33", 32, "Bounty Locate", "Teleports you to your target in Bounty Hunter", obj_556, 1, obj_554, 1, obj_563, 1, null, string_0) - -// 192:61 -[com_61] -type=graphic -x=157 -y=204 -width=24 -height=24 -graphic="magicoff2,34" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,34", "magicoff2,34", 87, "Lvl-6 Enchant", "For use on onyx jewellery", obj_557, 20, obj_554, 20, obj_564, 1, null, string_0) -onvartransmit=script6(event_com, interface_192:com_72, "magicon2,34", "magicoff2,34", 87, "Lvl-6 Enchant", "For use on onyx jewellery", obj_557, 20, obj_554, 20, obj_564, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 192:62 -[com_62] -type=graphic -x=13 -y=228 -width=24 -height=24 -graphic="magicoff2,32" -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,32", "magicoff2,32", 90, "Teleother Camelot", "Teleports target to Camelot", obj_566, 2, obj_563, 1, null, 0, null, string_0) - -// 192:63 -[com_63] -type=graphic -x=133 -y=204 -width=24 -height=24 -graphic="magicoff2,41" -op10= -targetverb=Cast -onload=script6(event_com, interface_192:com_72, "magicon2,41", "magicoff2,41", 85, "Teleport Block", "Blocks target from teleporting.", obj_562, 1, obj_563, 1, obj_560, 1, null, string_0) - -// 192:64 -[com_64] -type=graphic -x=43 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1701 -op1=Sort -op10= -onmouseleave=script2060(event_com) -onvartransmit=script2057 -onmouserepeat=script2061(event_com) -onclick=script2058(0) -onvartransmitlist=varplayer_1376 - -// 192:65 -[com_65] -type=graphic -x=24 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1702 -op1=Sort -op10= -onmouseleave=script2060(event_com) -onmouserepeat=script2061(event_com) -onclick=script2058(1) - -// 192:66 -[com_66] -type=graphic -x=5 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1702 -op1=Sort -op10= -onmouseleave=script2060(event_com) -onmouserepeat=script2061(event_com) -onclick=script2058(2) - -// 192:67 -[com_67] -type=graphic -x=43 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1704 -op10= - -// 192:68 -[com_68] -type=graphic -x=24 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1705 -op10= - -// 192:69 -[com_69] -type=graphic -x=5 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1706 -op10= - -// 192:70 -[com_70] -type=layer -y=29 -width=10 -height=20 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -op10= - -// 192:71 -[com_71] -type=layer -x=3 -y=2 -width=42 -height=14 -layer=com_70 -op10= - -// 192:72 -[com_72] -type=layer -width=190 -height=261 - diff --git a/dumps/530/interface/interface_193.if3 b/dumps/530/interface/interface_193.if3 deleted file mode 100644 index 554264fd8..000000000 --- a/dumps/530/interface/interface_193.if3 +++ /dev/null @@ -1,436 +0,0 @@ -// 193:0 -[com_0] -type=graphic -x=64 -y=36 -width=24 -height=24 -graphic="magicoff2,6" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,6", "magicoff2,6", 58, "Ice Rush", "A single target ice attack", obj_562, 2, obj_560, 2, obj_555, 2, null, string_0) - -// 193:1 -[com_1] -type=graphic -x=151 -y=120 -width=24 -height=24 -graphic="magicoff2,8" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,8", "magicoff2,8", 82, "Ice Blitz", "A single target strong ice attack", obj_560, 2, obj_565, 2, obj_555, 3, null, string_0) - -// 193:2 -[com_2] -type=graphic -x=19 -y=92 -width=24 -height=24 -graphic="magicoff2,7" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,7", "magicoff2,7", 70, "Ice Burst", "A multi-target ice attack", obj_562, 4, obj_560, 2, obj_555, 4, null, string_0) - -// 193:3 -[com_3] -type=graphic -x=110 -y=176 -width=24 -height=24 -graphic="magicoff2,9" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,9", "magicoff2,9", 94, "Ice Barrage", "A multi-target strong ice attack", obj_560, 4, obj_565, 2, obj_555, 6, null, string_0) - -// 193:4 -[com_4] -type=graphic -x=19 -y=36 -width=24 -height=24 -graphic="magicoff2,14" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,14", "magicoff2,14", 56, "Blood Rush", "A single target blood attack", obj_562, 2, obj_560, 2, obj_565, 1, null, string_0) - -// 193:5 -[com_5] -type=graphic -x=110 -y=120 -width=24 -height=24 -graphic="magicoff2,16" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,16", "magicoff2,16", 80, "Blood Blitz", "A single target strong blood attack", obj_560, 2, obj_565, 4, null, 0, null, string_0) - -// 193:6 -[com_6] -type=graphic -x=151 -y=64 -width=24 -height=24 -graphic="magicoff2,15" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,15", "magicoff2,15", 68, "Blood Burst", "A multi-target blood attack", obj_562, 4, obj_560, 2, obj_565, 2, null, string_0) - -// 193:7 -[com_7] -type=graphic -x=64 -y=176 -width=24 -height=24 -graphic="magicoff2,17" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,17", "magicoff2,17", 92, "Blood Barrage", "A multi-target strong blood attack", obj_560, 4, obj_565, 4, obj_566, 1, null, string_0) - -// 193:8 -[com_8] -type=graphic -x=64 -y=8 -width=24 -height=24 -graphic="magicoff2,10" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,10", "magicoff2,10", 50, "Smoke Rush", "A single target smoke attack", obj_562, 2, obj_560, 2, obj_554, 1, string_556, string_1) - -// 193:9 -[com_9] -type=graphic -x=151 -y=92 -width=24 -height=24 -graphic="magicoff2,12" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,12", "magicoff2,12", 74, "Smoke Blitz", "A single target strong smoke attack", obj_560, 2, obj_565, 2, obj_554, 2, string_556, string_2) - -// 193:10 -[com_10] -type=graphic -x=19 -y=64 -width=24 -height=24 -graphic="magicoff2,11" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,11", "magicoff2,11", 62, "Smoke Burst", "A multi-target smoke attack", obj_562, 4, obj_560, 2, obj_554, 2, string_556, string_2) - -// 193:11 -[com_11] -type=graphic -x=110 -y=148 -width=24 -height=24 -graphic="magicoff2,13" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,13", "magicoff2,13", 86, "Smoke Barrage", "A multi-target strong smoke attack", obj_560, 4, obj_565, 2, obj_554, 4, string_556, string_4) - -// 193:12 -[com_12] -type=graphic -x=110 -y=8 -width=24 -height=24 -graphic="magicoff2,18" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,18", "magicoff2,18", 52, "Shadow Rush", "A single target shadow attack", obj_562, 2, obj_560, 2, obj_556, 1, string_566, string_1) - -// 193:13 -[com_13] -type=graphic -x=19 -y=120 -width=24 -height=24 -graphic="magicoff2,20" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,20", "magicoff2,20", 76, "Shadow Blitz", "A single target strong shadow attack", obj_560, 2, obj_565, 2, obj_556, 2, string_566, string_2) - -// 193:14 -[com_14] -type=graphic -x=64 -y=64 -width=24 -height=24 -graphic="magicoff2,19" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,19", "magicoff2,19", 64, "Shadow Burst", "A multi-target shadow attack", obj_562, 4, obj_560, 2, obj_556, 1, string_566, string_2) - -// 193:15 -[com_15] -type=graphic -x=151 -y=148 -width=24 -height=24 -graphic="magicoff2,21" -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,21", "magicoff2,21", 88, "Shadow Barrage", "A multi-target strong shadow attack", obj_560, 4, obj_565, 2, obj_556, 4, string_566, string_3) - -// 193:16 -[com_16] -type=graphic -x=151 -y=36 -width=24 -height=24 -graphic="magicoff2,44" -op10= -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,44", "magicoff2,44", 61, "Miasmic Rush", "A single target miasmic attack", obj_13867, 1, obj_562, 2, obj_557, 1, string_566, string_1) - -// 193:17 -[com_17] -type=graphic -x=64 -y=148 -width=24 -height=24 -graphic="magicoff2,43" -op10= -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,43", "magicoff2,43", 85, "Miasmic Blitz", "A single target strong miasmic attack", obj_13867, 1, obj_565, 2, obj_557, 3, string_566, string_3) - -// 193:18 -[com_18] -type=graphic -x=110 -y=92 -width=24 -height=24 -graphic="magicoff2,45" -op10= -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,45", "magicoff2,45", 73, "Miasmic Burst", "A multi-target miasmic attack", obj_13867, 1, obj_562, 4, obj_557, 2, string_566, string_2) - -// 193:19 -[com_19] -type=graphic -x=19 -y=204 -width=24 -height=24 -graphic="magicoff2,42" -op10= -targetverb=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,42", "magicoff2,42", 97, "Miasmic Barrage", "A multi-target strong miasmic attack", obj_13867, 1, obj_565, 4, obj_557, 4, string_566, string_4) - -// 193:20 -[com_20] -type=graphic -x=151 -y=8 -width=24 -height=24 -graphic="magicoff2,22" -op1=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,22", "magicoff2,22", 54, "Paddewwa Teleport", "A teleportation spell", obj_563, 2, obj_554, 1, obj_556, 1, null, string_0) - -// 193:21 -[com_21] -type=graphic -x=110 -y=36 -width=24 -height=24 -graphic="magicoff2,23" -op1=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,23", "magicoff2,23", 60, "Senntisten Teleport", "A teleportation spell", obj_563, 2, obj_566, 1, null, 0, null, string_0) - -// 193:22 -[com_22] -type=graphic -x=110 -y=64 -width=24 -height=24 -graphic="magicoff2,24" -op1=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,24", "magicoff2,24", 66, "Kharyrll Teleport", "A teleportation spell", obj_563, 2, obj_565, 1, null, 0, null, string_0) - -// 193:23 -[com_23] -type=graphic -x=64 -y=92 -width=24 -height=24 -graphic="magicoff2,25" -op1=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,25", "magicoff2,25", 72, "Lassar Teleport", "A teleportation spell", obj_563, 2, obj_555, 4, null, 0, null, string_0) - -// 193:24 -[com_24] -type=graphic -x=64 -y=120 -width=24 -height=24 -graphic="magicoff2,26" -op1=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,26", "magicoff2,26", 78, "Dareeyak Teleport", "A teleportation spell", obj_563, 2, obj_554, 3, obj_556, 2, null, string_0) - -// 193:25 -[com_25] -type=graphic -x=19 -y=148 -width=24 -height=24 -graphic="magicoff2,27" -op1=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,27", "magicoff2,27", 84, "Carrallangar Teleport", "A teleportation spell", obj_563, 2, obj_566, 2, null, 0, null, string_0) - -// 193:26 -[com_26] -type=graphic -x=19 -y=176 -width=24 -height=24 -graphic="magicoff2,28" -op1=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,28", "magicoff2,28", 90, "Annakarl Teleport", "A teleportation spell", obj_563, 2, obj_565, 2, null, 0, null, string_0) - -// 193:27 -[com_27] -type=graphic -x=151 -y=176 -width=24 -height=24 -graphic="magicoff2,29" -op1=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,29", "magicoff2,29", 96, "Ghorrock Teleport", "A teleportation spell", obj_563, 2, obj_555, 8, null, 0, null, string_0) - -// 193:28 -[com_28] -type=graphic -x=19 -y=8 -width=24 -height=24 -graphic="magicon2,37" -op1=Cast -onload=script6(event_com, interface_193:com_35, "magicon2,37", "magicoff2,37", 0, "Edgeville Home Teleport", "Requires no runes - recharge time 30 mins. Warning: This spell takes a long time to cast and will be interrupted by combat.", null, 0, null, 0, null, 0, null, string_0) - -// 193:29 -[com_29] -type=graphic -x=43 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1701 -op1=Sort -op10= -onmouseleave=script2060(event_com) -onvartransmit=script2057 -onmouserepeat=script2061(event_com) -onclick=script2058(0) -onvartransmitlist=varplayer_1376 - -// 193:30 -[com_30] -type=graphic -x=24 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1702 -op1=Sort -op10= -onmouseleave=script2060(event_com) -onmouserepeat=script2061(event_com) -onclick=script2058(1) - -// 193:31 -[com_31] -type=graphic -x=5 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1702 -op1=Sort -op10= -onmouseleave=script2060(event_com) -onmouserepeat=script2061(event_com) -onclick=script2058(2) - -// 193:32 -[com_32] -type=graphic -x=43 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1704 -op10= - -// 193:33 -[com_33] -type=graphic -x=24 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1705 -op10= - -// 193:34 -[com_34] -type=graphic -x=5 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1706 -op10= - -// 193:35 -[com_35] -type=layer -width=190 -height=261 - -// 193:36 -[com_36] -type=layer -y=29 -width=10 -height=20 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -op10= - -// 193:37 -[com_37] -type=layer -x=3 -y=2 -width=42 -height=14 -layer=com_36 -op10= - diff --git a/dumps/530/interface/interface_194.if3 b/dumps/530/interface/interface_194.if3 deleted file mode 100644 index 4788626d7..000000000 --- a/dumps/530/interface/interface_194.if3 +++ /dev/null @@ -1,356 +0,0 @@ -// 194:0 -[com_0] -type=model -x=6 -y=5 -width=161 -height=175 -xmode=abs_right -layer=com_24 -model=model_10566 -modelorigin_x=0 -modelorigin_y=-54 -modelangle_x=484 -modelangle_y=0 -modelangle_z=0 -modelzoom=843 -unknown100=63980 -unknown101=3000 - -// 194:1 -[com_1] -type=text -x=26 -y=12 -width=124 -height=24 -xmode=abs_right -layer=com_24 -textfont=q8_full -text=Alchemy -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x8ccc39 - -// 194:2 -[com_2] -type=text -x=45 -y=37 -width=114 -height=12 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=Pizazz Points: -textshadow=yes -colour=0x8ccc39 - -// 194:3 -[com_3] -type=text -x=15 -y=38 -width=28 -height=12 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=9999 -textshadow=yes -colour=0x33cc00 - -// 194:4 -[com_4] -type=text -x=44 -y=60 -width=114 -height=12 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=Leather Boots: -textshadow=yes -colour=0x339900 - -// 194:5 -[com_5] -type=text -x=45 -y=78 -width=113 -height=26 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=Adamant Kiteshield: -textalignv=1 -textshadow=yes -colour=0x339900 - -// 194:6 -[com_6] -type=text -x=44 -y=109 -width=114 -height=12 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=Adamant Helm: -textshadow=yes -colour=0x339900 - -// 194:7 -[com_7] -type=text -x=44 -y=131 -width=114 -height=12 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=Emerald: -textshadow=yes -colour=0x339900 - -// 194:8 -[com_8] -type=text -x=44 -y=150 -width=114 -height=21 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=Rune Longsword: -textalignv=1 -textshadow=yes -colour=0x339900 - -// 194:9 -[com_9] -type=text -x=17 -y=60 -width=21 -height=12 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=999 -textshadow=yes -colour=0x33cc00 - -// 194:10 -[com_10] -type=text -x=18 -y=86 -width=21 -height=12 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=999 -textshadow=yes -colour=0x33cc00 - -// 194:11 -[com_11] -type=text -x=18 -y=109 -width=21 -height=12 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=999 -textshadow=yes -colour=0x33cc00 - -// 194:12 -[com_12] -type=text -x=17 -y=131 -width=21 -height=12 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=999 -textshadow=yes -colour=0x33cc00 - -// 194:13 -[com_13] -type=text -x=18 -y=155 -width=21 -height=12 -xmode=abs_right -layer=com_24 -textfont=p11_full -text=999 -textshadow=yes -colour=0x33cc00 - -// 194:14 -[com_14] -type=layer -x=166 -y=57 -width=32 -height=32 -xmode=abs_right -layer=com_24 -hide=yes - -// 194:15 -[com_15] -type=layer -x=166 -y=81 -width=32 -height=32 -xmode=abs_right -layer=com_24 -hide=yes - -// 194:16 -[com_16] -type=layer -x=166 -y=98 -width=32 -height=32 -xmode=abs_right -layer=com_24 -hide=yes - -// 194:17 -[com_17] -type=layer -x=165 -y=121 -width=32 -height=32 -xmode=abs_right -layer=com_24 -hide=yes - -// 194:18 -[com_18] -type=layer -x=166 -y=135 -width=32 -height=32 -xmode=abs_right -layer=com_24 -hide=yes - -// 194:19 -[com_19] -type=model -x=10 -y=-1 -width=20 -height=19 -layer=com_14 -model=model_10568 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=496 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=64134 -unknown101=3000 - -// 194:20 -[com_20] -type=model -x=9 -width=20 -height=19 -layer=com_15 -model=model_10568 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=490 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=64134 -unknown101=3000 - -// 194:21 -[com_21] -type=model -x=9 -y=8 -width=20 -height=19 -layer=com_16 -model=model_10568 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=496 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=64134 -unknown101=3000 - -// 194:22 -[com_22] -type=model -x=8 -y=7 -width=20 -height=19 -layer=com_17 -model=model_10568 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=490 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=64134 -unknown101=3000 - -// 194:23 -[com_23] -type=model -x=9 -y=15 -width=20 -height=19 -layer=com_18 -model=model_10568 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=496 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=64134 -unknown101=3000 - -// 194:24 -[com_24] -type=layer -width=200 -height=188 -xmode=abs_right - diff --git a/dumps/530/interface/interface_195.if3 b/dumps/530/interface/interface_195.if3 deleted file mode 100644 index 1de7cc6b3..000000000 --- a/dumps/530/interface/interface_195.if3 +++ /dev/null @@ -1,202 +0,0 @@ -// 195:0 -[com_0] -type=layer -width=174 -height=74 -xmode=abs_right - -// 195:1 -[com_1] -type=layer -x=43 -y=69 -width=77 -height=73 -layer=com_10 -hide=yes - -// 195:2 -[com_2] -type=layer -x=43 -y=69 -width=79 -height=73 -layer=com_10 -hide=yes - -// 195:3 -[com_3] -type=layer -x=43 -y=69 -width=79 -height=73 -layer=com_10 -hide=yes - -// 195:4 -[com_4] -type=layer -x=43 -y=69 -width=82 -height=71 -layer=com_10 -hide=yes - -// 195:5 -[com_5] -type=text -x=52 -y=54 -width=62 -height=36 -layer=com_10 -textfont=p11_full -text=Bonus: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 195:6 -[com_6] -type=model -x=7 -y=4 -width=159 -height=64 -layer=com_0 -model=model_10567 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=421 -modelangle_y=0 -modelangle_z=0 -modelzoom=843 -unknown100=63977 -unknown101=3000 - -// 195:7 -[com_7] -type=text -x=14 -y=18 -width=139 -height=19 -layer=com_0 -textfont=q8_full -text=Enchantment -textalignh=1 -textshadow=yes -colour=0x9e7144 - -// 195:8 -[com_8] -type=text -x=15 -y=38 -width=99 -height=23 -layer=com_0 -textfont=p11_full -text=Pizazz Points: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x996600 - -// 195:9 -[com_9] -type=text -x=115 -y=43 -width=28 -height=12 -layer=com_0 -textfont=p11_full -text=9999 -textshadow=yes -colour=0xcc6600 - -// 195:10 -[com_10] -type=layer -width=119 -height=145 -xmode=abs_right -ymode=abs_bottom - -// 195:11 -[com_11] -type=model -x=9 -y=13 -width=60 -height=49 -layer=com_4 -model=model_10602 -modelorigin_x=2 -modelorigin_y=16 -modelangle_x=105 -modelangle_y=1907 -modelangle_z=0 -modelzoom=1180 -unknown100=63893 -unknown101=3000 - -// 195:12 -[com_12] -type=model -x=14 -y=9 -width=48 -height=54 -layer=com_2 -model=model_10597 -modelorigin_x=0 -modelorigin_y=22 -modelangle_x=91 -modelangle_y=1716 -modelangle_z=0 -modelzoom=1397 -unknown100=63902 -unknown101=3000 - -// 195:13 -[com_13] -type=model -x=11 -y=10 -width=55 -height=53 -layer=com_3 -model=model_10605 -modelorigin_x=-2 -modelorigin_y=19 -modelangle_x=96 -modelangle_y=975 -modelangle_z=0 -modelzoom=1071 -unknown100=63950 -unknown101=3000 - -// 195:14 -[com_14] -type=model -x=12 -y=11 -width=52 -height=49 -layer=com_1 -model=model_10596 -modelorigin_x=0 -modelorigin_y=17 -modelangle_x=96 -modelangle_y=1282 -modelangle_z=0 -modelzoom=1395 -unknown100=63932 -unknown101=3000 - diff --git a/dumps/530/interface/interface_196.if3 b/dumps/530/interface/interface_196.if3 deleted file mode 100644 index 28484a816..000000000 --- a/dumps/530/interface/interface_196.if3 +++ /dev/null @@ -1,200 +0,0 @@ -// 196:0 -[com_0] -type=layer -width=170 -height=76 -xmode=abs_right - -// 196:1 -[com_1] -type=model -x=20 -y=121 -width=38 -height=26 -layer=com_13 -model=model_10569 -modelorigin_x=1 -modelorigin_y=4 -modelangle_x=165 -modelangle_y=0 -modelangle_z=0 -modelzoom=1484 -unknown100=63823 -unknown101=3000 - -// 196:2 -[com_2] -type=model -x=24 -y=79 -width=28 -height=33 -layer=com_13 -model=model_10570 -modelorigin_x=1 -modelorigin_y=6 -modelangle_x=131 -modelangle_y=1790 -modelangle_z=0 -modelzoom=993 -unknown100=63936 -unknown101=3000 - -// 196:3 -[com_3] -type=model -x=22 -y=43 -width=36 -height=23 -layer=com_13 -model=model_10571 -modelorigin_x=3 -modelorigin_y=8 -modelangle_x=79 -modelangle_y=1020 -modelangle_z=0 -modelzoom=1073 -unknown100=63909 -unknown101=3000 - -// 196:4 -[com_4] -type=model -x=23 -y=7 -width=39 -height=26 -layer=com_13 -model=model_10572 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=199 -modelangle_y=1727 -modelangle_z=0 -modelzoom=1152 -unknown100=63889 -unknown101=3000 - -// 196:5 -[com_5] -type=text -x=7 -y=5 -width=7 -height=14 -layer=com_13 -textfont=p12_full -text=4 -textshadow=yes -colour=0x8eab99 - -// 196:6 -[com_6] -type=text -x=7 -y=46 -width=7 -height=14 -layer=com_13 -textfont=p12_full -text=3 -textshadow=yes -colour=0x707070 - -// 196:7 -[com_7] -type=text -x=7 -y=85 -width=8 -height=14 -layer=com_13 -textfont=p12_full -text=2 -textshadow=yes -colour=0xcccccc - -// 196:8 -[com_8] -type=text -x=7 -y=121 -width=6 -height=14 -layer=com_13 -textfont=p12_full -text=1 -textshadow=yes -colour=0xfafa99 - -// 196:9 -[com_9] -type=model -x=5 -y=4 -width=159 -height=65 -layer=com_0 -model=model_10567 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=427 -modelangle_y=0 -modelangle_z=0 -modelzoom=843 -unknown100=63977 -unknown101=3000 - -// 196:10 -[com_10] -type=text -x=16 -y=20 -width=133 -height=17 -layer=com_0 -textfont=q8_full -text=Graveyard -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x999999 - -// 196:11 -[com_11] -type=text -x=15 -y=36 -width=99 -height=26 -layer=com_0 -textfont=p11_full -text=Pizazz Points: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x999999 - -// 196:12 -[com_12] -type=text -x=114 -y=43 -width=28 -height=12 -layer=com_0 -textfont=p11_full -text=9999 -textshadow=yes -colour=0xcccccc - -// 196:13 -[com_13] -type=layer -width=69 -height=156 -xmode=abs_right -ymode=abs_bottom - diff --git a/dumps/530/interface/interface_197.if3 b/dumps/530/interface/interface_197.if3 deleted file mode 100644 index e1dfa0e93..000000000 --- a/dumps/530/interface/interface_197.if3 +++ /dev/null @@ -1,221 +0,0 @@ -// 197:0 -[com_0] -type=rectangle -width=512 -height=400 -colour=0x292242 -fill=yes -trans=120 - -// 197:1 -[com_1] -type=rectangle -x=-5 -y=292 -width=520 -height=34 -colour=0x351f3c -fill=yes -trans=20 - -// 197:2 -[com_2] -type=model -x=241 -y=18 -width=32 -height=32 -model=model_9630 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=478 -modelangle_y=0 -modelangle_z=0 -modelzoom=1499 -unknown100=0 -unknown101=3000 - -// 197:3 -[com_3] -type=text -x=153 -y=16 -width=209 -height=39 -textfont=q8_full -text=Magic Training Arena Shop -textalignh=1 -textalignv=1 -colour=0x3b223b - -// 197:4 -[com_4] -type=text -x=10 -y=294 -width=188 -height=14 -textfont=p11_full -text=Telekinetic Pizazz Points -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x5686c3 - -// 197:5 -[com_5] -type=text -x=10 -y=311 -width=189 -height=13 -textfont=p11_full -text=Enchantment Pizazz Points -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x9e7144 - -// 197:6 -[com_6] -type=text -x=240 -y=296 -width=178 -height=13 -textfont=p11_full -text=Graveyard Pizazz Points -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x999999 - -// 197:7 -[com_7] -type=text -x=240 -y=311 -width=178 -height=13 -textfont=p11_full -text=Alchemist Pizazz Points -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x8ccc39 - -// 197:8 -[com_8] -type=text -x=200 -y=296 -width=35 -height=12 -textfont=p11_full -text=99999 -textshadow=yes -colour=0x66ccff - -// 197:9 -[com_9] -type=text -x=200 -y=312 -width=35 -height=12 -textfont=p11_full -text=99999 -textshadow=yes -colour=0xcc6600 - -// 197:10 -[com_10] -type=text -x=424 -y=312 -width=35 -height=12 -textfont=p11_full -text=99999 -textshadow=yes -colour=0x33cc00 - -// 197:11 -[com_11] -type=text -x=424 -y=296 -width=35 -height=12 -textfont=p11_full -text=99999 -textshadow=yes -colour=0xcccccc - -// 197:12 -[com_12] -type=text -x=86 -y=108 -width=70 -height=20 -textfont=p11_full -text=(Upgrade) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc99ff - -// 197:13 -[com_13] -type=text -x=155 -y=106 -width=70 -height=20 -textfont=p11_full -text=(Upgrade) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc99ff - -// 197:14 -[com_14] -type=text -x=226 -y=107 -width=70 -height=20 -textfont=p11_full -text=(Upgrade) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc99ff - -// 197:15 -[com_15] -type=graphic -x=465 -y=20 -width=26 -height=23 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 197:16 -[com_16] -type=layer -x=8 -y=63 -width=498 -height=214 -onvartransmit=script27 -oninvtransmit=script26 -onvartransmitlist=varplayer_624 -oninvtransmitlist=inv_347 - diff --git a/dumps/530/interface/interface_198.if3 b/dumps/530/interface/interface_198.if3 deleted file mode 100644 index ee77d55d5..000000000 --- a/dumps/530/interface/interface_198.if3 +++ /dev/null @@ -1,124 +0,0 @@ -// 198:0 -[com_0] -type=layer -width=174 -height=189 -xmode=abs_right - -// 198:1 -[com_1] -type=model -x=7 -y=4 -width=159 -height=64 -layer=com_0 -model=model_10567 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=421 -modelangle_y=0 -modelangle_z=0 -modelzoom=843 -unknown100=0 -unknown101=3000 - -// 198:2 -[com_2] -type=text -x=18 -y=17 -width=137 -height=18 -layer=com_0 -textfont=q8_full -text=Telekinetic -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x5686c3 - -// 198:3 -[com_3] -type=text -x=18 -y=34 -width=79 -height=28 -layer=com_0 -textfont=p11_full -text=Pizazz Points: -textalignv=1 -textshadow=yes -colour=0x4d7cb6 - -// 198:4 -[com_4] -type=text -x=102 -y=45 -width=42 -height=12 -layer=com_0 -textfont=p11_full -text=999999 -textshadow=yes -colour=0x66ccff - -// 198:5 -[com_5] -type=layer -x=8 -y=1 -width=58 -height=119 -xmode=abs_right -ymode=abs_bottom -layer=com_0 - -// 198:6 -[com_6] -type=model -x=10 -y=50 -width=35 -height=57 -layer=com_5 -model=model_10588 -modelorigin_x=0 -modelorigin_y=26 -modelangle_x=79 -modelangle_y=142 -modelangle_z=0 -modelzoom=1395 -unknown100=0 -unknown101=3000 - -// 198:7 -[com_7] -type=text -x=14 -y=33 -width=24 -height=14 -layer=com_5 -textfont=p12_full -text=999 -textalignh=1 -textshadow=yes -colour=0x66ccff - -// 198:8 -[com_8] -type=text -x=-35 -y=8 -width=88 -height=22 -layer=com_5 -textfont=p12_full -text=Solved : -textalignh=2 -textshadow=yes -colour=0x66ccff - diff --git a/dumps/530/interface/interface_199.if b/dumps/530/interface/interface_199.if deleted file mode 100644 index 0c1c5666a..000000000 --- a/dumps/530/interface/interface_199.if +++ /dev/null @@ -1,450 +0,0 @@ -// 199:0 -[com_0] - -// 199:1 -[com_1] - -// 199:2 -[com_2] - -// 199:3 -[com_3] - -// 199:4 -[com_4] - -// 199:5 -[com_5] - -// 199:6 -[com_6] - -// 199:7 -[com_7] - -// 199:8 -[com_8] - -// 199:9 -[com_9] - -// 199:10 -[com_10] - -// 199:11 -[com_11] - -// 199:12 -[com_12] - -// 199:13 -[com_13] - -// 199:14 -[com_14] - -// 199:15 -[com_15] - -// 199:16 -[com_16] - -// 199:17 -[com_17] - -// 199:18 -[com_18] - -// 199:19 -[com_19] - -// 199:20 -[com_20] - -// 199:21 -[com_21] - -// 199:22 -[com_22] - -// 199:23 -[com_23] - -// 199:24 -[com_24] - -// 199:25 -[com_25] - -// 199:26 -[com_26] - -// 199:27 -[com_27] - -// 199:28 -[com_28] - -// 199:29 -[com_29] - -// 199:30 -[com_30] - -// 199:31 -[com_31] - -// 199:32 -[com_32] - -// 199:33 -[com_33] - -// 199:34 -[com_34] - -// 199:35 -[com_35] - -// 199:36 -[com_36] - -// 199:37 -[com_37] - -// 199:38 -[com_38] - -// 199:39 -[com_39] - -// 199:40 -[com_40] - -// 199:41 -[com_41] - -// 199:42 -[com_42] - -// 199:43 -[com_43] - -// 199:44 -[com_44] - -// 199:45 -[com_45] - -// 199:46 -[com_46] - -// 199:47 -[com_47] - -// 199:48 -[com_48] - -// 199:49 -[com_49] - -// 199:50 -[com_50] - -// 199:51 -[com_51] - -// 199:52 -[com_52] - -// 199:53 -[com_53] - -// 199:54 -[com_54] - -// 199:55 -[com_55] - -// 199:56 -[com_56] - -// 199:57 -[com_57] - -// 199:58 -[com_58] - -// 199:59 -[com_59] - -// 199:60 -[com_60] - -// 199:61 -[com_61] - -// 199:62 -[com_62] - -// 199:63 -[com_63] - -// 199:64 -[com_64] - -// 199:65 -[com_65] - -// 199:66 -[com_66] - -// 199:67 -[com_67] - -// 199:68 -[com_68] - -// 199:69 -[com_69] - -// 199:70 -[com_70] - -// 199:71 -[com_71] - -// 199:72 -[com_72] - -// 199:73 -[com_73] - -// 199:74 -[com_74] - -// 199:75 -[com_75] - -// 199:76 -[com_76] - -// 199:77 -[com_77] - -// 199:78 -[com_78] - -// 199:79 -[com_79] - -// 199:80 -[com_80] - -// 199:81 -[com_81] - -// 199:82 -[com_82] - -// 199:83 -[com_83] - -// 199:84 -[com_84] - -// 199:85 -[com_85] - -// 199:86 -[com_86] - -// 199:87 -[com_87] - -// 199:88 -[com_88] - -// 199:89 -[com_89] - -// 199:90 -[com_90] - -// 199:91 -[com_91] - -// 199:92 -[com_92] - -// 199:93 -[com_93] - -// 199:94 -[com_94] - -// 199:95 -[com_95] - -// 199:96 -[com_96] - -// 199:97 -[com_97] - -// 199:98 -[com_98] - -// 199:99 -[com_99] - -// 199:100 -[com_100] - -// 199:101 -[com_101] - -// 199:102 -[com_102] - -// 199:103 -[com_103] - -// 199:104 -[com_104] - -// 199:105 -[com_105] - -// 199:106 -[com_106] - -// 199:107 -[com_107] - -// 199:108 -[com_108] - -// 199:109 -[com_109] - -// 199:110 -[com_110] - -// 199:111 -[com_111] - -// 199:112 -[com_112] - -// 199:113 -[com_113] - -// 199:114 -[com_114] - -// 199:115 -[com_115] - -// 199:116 -[com_116] - -// 199:117 -[com_117] - -// 199:118 -[com_118] - -// 199:119 -[com_119] - -// 199:120 -[com_120] - -// 199:121 -[com_121] - -// 199:122 -[com_122] - -// 199:123 -[com_123] - -// 199:124 -[com_124] - -// 199:125 -[com_125] - -// 199:126 -[com_126] - -// 199:127 -[com_127] - -// 199:128 -[com_128] - -// 199:129 -[com_129] - -// 199:130 -[com_130] - -// 199:131 -[com_131] - -// 199:132 -[com_132] - -// 199:133 -[com_133] - -// 199:134 -[com_134] - -// 199:135 -[com_135] - -// 199:136 -[com_136] - -// 199:137 -[com_137] - -// 199:138 -[com_138] - -// 199:139 -[com_139] - -// 199:140 -[com_140] - -// 199:141 -[com_141] - -// 199:142 -[com_142] - -// 199:143 -[com_143] - -// 199:144 -[com_144] - -// 199:145 -[com_145] - -// 199:146 -[com_146] - -// 199:147 -[com_147] - -// 199:148 -[com_148] - -// 199:149 -[com_149] - diff --git a/dumps/530/interface/interface_2.if3 b/dumps/530/interface/interface_2.if3 deleted file mode 100644 index 8c38e45c1..000000000 --- a/dumps/530/interface/interface_2.if3 +++ /dev/null @@ -1,637 +0,0 @@ -// 2:0 -[com_0] -type=graphic -width=512 -height=334 -layer=com_31 -graphic=tex_brown -tiling=yes - -// 2:1 -[com_1] -type=model -x=32 -y=-118 -width=21 -height=592 -layer=com_31 -model=model_13353 -modelorigin_x=1 -modelorigin_y=94 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3457 -unknown100=64219 -unknown101=3000 - -// 2:2 -[com_2] -type=model -x=154 -y=-118 -width=21 -height=592 -layer=com_31 -model=model_13353 -modelorigin_x=1 -modelorigin_y=94 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3457 -unknown100=64219 -unknown101=3000 - -// 2:3 -[com_3] -type=model -x=276 -y=-118 -width=21 -height=592 -layer=com_31 -model=model_13353 -modelorigin_x=1 -modelorigin_y=94 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3457 -unknown100=64219 -unknown101=3000 - -// 2:4 -[com_4] -type=model -x=399 -y=-118 -width=21 -height=592 -layer=com_31 -model=model_13353 -modelorigin_x=1 -modelorigin_y=94 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3457 -unknown100=64219 -unknown101=3000 - -// 2:5 -[com_5] -type=model -x=338 -y=-107 -width=21 -height=594 -layer=com_31 -model=model_13353 -modelorigin_x=1 -modelorigin_y=-22 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3458 -unknown100=64219 -unknown101=3000 - -// 2:6 -[com_6] -type=model -x=461 -y=-107 -width=21 -height=594 -layer=com_31 -model=model_13353 -modelorigin_x=1 -modelorigin_y=-22 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3458 -unknown100=64219 -unknown101=3000 - -// 2:7 -[com_7] -type=model -x=94 -y=-107 -width=21 -height=594 -layer=com_31 -model=model_13353 -modelorigin_x=1 -modelorigin_y=-22 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3458 -unknown100=64219 -unknown101=3000 - -// 2:8 -[com_8] -type=model -x=216 -y=-107 -width=21 -height=594 -layer=com_31 -model=model_13353 -modelorigin_x=1 -modelorigin_y=-22 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3458 -unknown100=64219 -unknown101=3000 - -// 2:9 -[com_9] -type=rectangle -x=-50 -y=-1 -width=61 -height=338 -layer=com_31 -colour=0x001040 -fill=yes -trans=160 - -// 2:10 -[com_10] -type=rectangle -x=11 -y=-1 -width=61 -height=338 -layer=com_31 -colour=0x203080 -fill=yes -trans=160 - -// 2:11 -[com_11] -type=rectangle -x=72 -y=-1 -width=61 -height=338 -layer=com_31 -colour=0x001040 -fill=yes -trans=160 - -// 2:12 -[com_12] -type=rectangle -x=133 -y=-1 -width=61 -height=338 -layer=com_31 -colour=0x203080 -fill=yes -trans=160 - -// 2:13 -[com_13] -type=rectangle -x=194 -y=-1 -width=61 -height=338 -layer=com_31 -colour=0x001040 -fill=yes -trans=160 - -// 2:14 -[com_14] -type=rectangle -x=255 -y=-1 -width=61 -height=338 -layer=com_31 -colour=0x203080 -fill=yes -trans=160 - -// 2:15 -[com_15] -type=rectangle -x=316 -y=-1 -width=61 -height=338 -layer=com_31 -colour=0x001040 -fill=yes -trans=160 - -// 2:16 -[com_16] -type=rectangle -x=377 -y=-1 -width=61 -height=338 -layer=com_31 -colour=0x203080 -fill=yes -trans=160 - -// 2:17 -[com_17] -type=rectangle -x=438 -y=-1 -width=61 -height=338 -layer=com_31 -colour=0x001040 -fill=yes -trans=160 - -// 2:18 -[com_18] -type=rectangle -x=499 -y=-1 -width=61 -height=338 -layer=com_31 -colour=0x203080 -fill=yes -trans=160 - -// 2:19 -[com_19] -type=rectangle -x=130 -y=107 -width=267 -height=137 -layer=com_31 -colour=0x000000 -fill=yes -trans=128 - -// 2:20 -[com_20] -type=graphic -x=130 -y=107 -width=255 -height=126 -layer=com_31 -graphic=tradebacking -tiling=yes - -// 2:21 -[com_21] -type=graphic -x=123 -y=100 -width=32 -height=32 -layer=com_31 -graphic="v2_stone_borders,4" - -// 2:22 -[com_22] -type=graphic -x=155 -y=87 -width=205 -height=32 -layer=com_31 -graphic="v2_stone_borders,0" -tiling=yes - -// 2:23 -[com_23] -type=graphic -x=360 -y=100 -width=32 -height=32 -layer=com_31 -graphic="v2_stone_borders,5" - -// 2:24 -[com_24] -type=graphic -x=372 -y=132 -width=32 -height=76 -layer=com_31 -graphic="v2_stone_borders,3" -tiling=yes - -// 2:25 -[com_25] -type=graphic -x=360 -y=208 -width=32 -height=32 -layer=com_31 -graphic="v2_stone_borders,7" - -// 2:26 -[com_26] -type=graphic -x=110 -y=132 -width=34 -height=76 -layer=com_31 -graphic="v2_stone_borders,1" -tiling=yes - -// 2:27 -[com_27] -type=graphic -x=123 -y=208 -width=32 -height=32 -layer=com_31 -graphic="v2_stone_borders,6" - -// 2:28 -[com_28] -type=graphic -x=155 -y=220 -width=205 -height=32 -layer=com_31 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 2:29 -[com_29] -type=graphic -x=480 -y=6 -width=26 -height=23 -layer=com_31 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") - -// 2:30 -[com_30] -type=layer -x=145 -y=120 -width=225 -height=98 -layer=com_31 - -// 2:31 -[com_31] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 2:32 -[com_32] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 2:33 -[com_33] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_32 - -// 2:34 -[com_34] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 2:35 -[com_35] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 2:36 -[com_36] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 2:37 -[com_37] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 2:38 -[com_38] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 2:39 -[com_39] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 2:40 -[com_40] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 2:41 -[com_41] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 2:42 -[com_42] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_33 - -// 2:43 -[com_43] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_33 - -// 2:44 -[com_44] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_33 - -// 2:45 -[com_45] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_33 - -// 2:46 -[com_46] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_33 - -// 2:47 -[com_47] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_43 -graphic=tradebacking -tiling=yes -outline=2 - -// 2:48 -[com_48] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_42 -graphic=tradebacking -tiling=yes -outline=2 - -// 2:49 -[com_49] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_44 -graphic=tradebacking -tiling=yes -outline=2 - -// 2:50 -[com_50] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_45 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_20.if3 b/dumps/530/interface/interface_20.if3 deleted file mode 100644 index b80c5d578..000000000 --- a/dumps/530/interface/interface_20.if3 +++ /dev/null @@ -1,93 +0,0 @@ -// 20:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_4 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 20:1 -[com_1] -type=model -x=81 -y=328 -width=99 -height=127 -layer=com_4 -model=model_40686 -modelorigin_x=7 -modelorigin_y=8 -modelangle_x=51 -modelangle_y=1888 -modelangle_z=34 -modelzoom=1568 -modelanim=seq_10479 -unknown100=0 -unknown101=3000 - -// 20:2 -[com_2] -type=model -x=77 -y=325 -width=102 -height=122 -xmode=abs_right -layer=com_4 -model=model_40586 -modelorigin_x=-4 -modelorigin_y=41 -modelangle_x=0 -modelangle_y=164 -modelangle_z=0 -modelzoom=2989 -modelanim=seq_10488 -unknown100=64735 -unknown101=3000 -op10= - -// 20:3 -[com_3] -type=model -x=546 -y=383 -width=92 -height=49 -layer=com_4 -model=model_40585 -modelorigin_x=39 -modelorigin_y=18 -modelangle_x=0 -modelangle_y=164 -modelangle_z=0 -modelzoom=2989 -modelanim=seq_10488 -unknown100=64538 -unknown101=3000 -op10= - -// 20:4 -[com_4] -type=layer -width=765 -height=503 - -// 20:5 -[com_5] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_4 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_200.if3 b/dumps/530/interface/interface_200.if3 deleted file mode 100644 index 5f66e719d..000000000 --- a/dumps/530/interface/interface_200.if3 +++ /dev/null @@ -1,359 +0,0 @@ -// 200:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 200:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes - -// 200:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes - -// 200:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" - -// 200:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes - -// 200:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes - -// 200:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes - -// 200:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" - -// 200:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" - -// 200:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" - -// 200:10 -[com_10] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes - -// 200:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" - -// 200:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" - -// 200:13 -[com_13] -type=text -x=19 -y=31 -width=474 -height=15 -layer=com_0 -textfont=b12_full -text=Yrsa's Shoe Store -textalignh=1 -textshadow=yes -colour=0xff801f - -// 200:14 -[com_14] -type=text -x=164 -y=275 -width=196 -height=17 -layer=com_0 -textfont=b12_full -text=CONFIRM (500 GOLD) -textalignh=1 -textshadow=yes -colour=0xff801f -op1=Confirm -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^green) -onvartransmit=script1104 -onvartransmitlist=varplayer_261 - -// 200:15 -[com_15] -type=model -x=114 -y=110 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=425 -modelangle_y=1240 -modelangle_z=584 -modelzoom=300 -unknown100=0 -unknown101=3000 -op1=Brown - -// 200:16 -[com_16] -type=model -x=244 -y=110 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=450 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=3000 -op1=Khaki - -// 200:17 -[com_17] -type=model -x=374 -y=110 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=450 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=3000 -op1=Ashen - -// 200:18 -[com_18] -type=model -x=114 -y=205 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=450 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=3000 -op1=Dark - -// 200:19 -[com_19] -type=model -x=244 -y=205 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=450 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=3000 -op1=Terracotta - -// 200:20 -[com_20] -type=model -x=374 -y=205 -width=32 -height=32 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=450 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=3000 -op1=Grey - -// 200:21 -[com_21] -type=graphic -x=139 -y=92 -width=23 -height=23 -layer=com_0 - -// 200:22 -[com_22] -type=graphic -x=268 -y=92 -width=23 -height=23 -layer=com_0 - -// 200:23 -[com_23] -type=graphic -x=399 -y=92 -width=23 -height=23 -layer=com_0 - -// 200:24 -[com_24] -type=graphic -x=141 -y=187 -width=23 -height=23 -layer=com_0 - -// 200:25 -[com_25] -type=graphic -x=268 -y=187 -width=23 -height=23 -layer=com_0 - -// 200:26 -[com_26] -type=graphic -x=399 -y=187 -width=23 -height=23 -layer=com_0 - -// 200:27 -[com_27] -type=graphic -x=472 -y=25 -width=26 -height=24 -layer=com_0 -graphic="close_buttons,0" -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onclick=script29 - -// 200:28 -[com_28] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 - diff --git a/dumps/530/interface/interface_201.if b/dumps/530/interface/interface_201.if deleted file mode 100644 index 9866909a4..000000000 --- a/dumps/530/interface/interface_201.if +++ /dev/null @@ -1,447 +0,0 @@ -// 201:0 -[com_0] - -// 201:1 -[com_1] - -// 201:2 -[com_2] - -// 201:3 -[com_3] - -// 201:4 -[com_4] - -// 201:5 -[com_5] - -// 201:6 -[com_6] - -// 201:7 -[com_7] - -// 201:8 -[com_8] - -// 201:9 -[com_9] - -// 201:10 -[com_10] - -// 201:11 -[com_11] - -// 201:12 -[com_12] - -// 201:13 -[com_13] - -// 201:14 -[com_14] - -// 201:15 -[com_15] - -// 201:16 -[com_16] - -// 201:17 -[com_17] - -// 201:18 -[com_18] - -// 201:19 -[com_19] - -// 201:20 -[com_20] - -// 201:21 -[com_21] - -// 201:22 -[com_22] - -// 201:23 -[com_23] - -// 201:24 -[com_24] - -// 201:25 -[com_25] - -// 201:26 -[com_26] - -// 201:27 -[com_27] - -// 201:28 -[com_28] - -// 201:29 -[com_29] - -// 201:30 -[com_30] - -// 201:31 -[com_31] - -// 201:32 -[com_32] - -// 201:33 -[com_33] - -// 201:34 -[com_34] - -// 201:35 -[com_35] - -// 201:36 -[com_36] - -// 201:37 -[com_37] - -// 201:38 -[com_38] - -// 201:39 -[com_39] - -// 201:40 -[com_40] - -// 201:41 -[com_41] - -// 201:42 -[com_42] - -// 201:43 -[com_43] - -// 201:44 -[com_44] - -// 201:45 -[com_45] - -// 201:46 -[com_46] - -// 201:47 -[com_47] - -// 201:48 -[com_48] - -// 201:49 -[com_49] - -// 201:50 -[com_50] - -// 201:51 -[com_51] - -// 201:52 -[com_52] - -// 201:53 -[com_53] - -// 201:54 -[com_54] - -// 201:55 -[com_55] - -// 201:56 -[com_56] - -// 201:57 -[com_57] - -// 201:58 -[com_58] - -// 201:59 -[com_59] - -// 201:60 -[com_60] - -// 201:61 -[com_61] - -// 201:62 -[com_62] - -// 201:63 -[com_63] - -// 201:64 -[com_64] - -// 201:65 -[com_65] - -// 201:66 -[com_66] - -// 201:67 -[com_67] - -// 201:68 -[com_68] - -// 201:69 -[com_69] - -// 201:70 -[com_70] - -// 201:71 -[com_71] - -// 201:72 -[com_72] - -// 201:73 -[com_73] - -// 201:74 -[com_74] - -// 201:75 -[com_75] - -// 201:76 -[com_76] - -// 201:77 -[com_77] - -// 201:78 -[com_78] - -// 201:79 -[com_79] - -// 201:80 -[com_80] - -// 201:81 -[com_81] - -// 201:82 -[com_82] - -// 201:83 -[com_83] - -// 201:84 -[com_84] - -// 201:85 -[com_85] - -// 201:86 -[com_86] - -// 201:87 -[com_87] - -// 201:88 -[com_88] - -// 201:89 -[com_89] - -// 201:90 -[com_90] - -// 201:91 -[com_91] - -// 201:92 -[com_92] - -// 201:93 -[com_93] - -// 201:94 -[com_94] - -// 201:95 -[com_95] - -// 201:96 -[com_96] - -// 201:97 -[com_97] - -// 201:98 -[com_98] - -// 201:99 -[com_99] - -// 201:100 -[com_100] - -// 201:101 -[com_101] - -// 201:102 -[com_102] - -// 201:103 -[com_103] - -// 201:104 -[com_104] - -// 201:105 -[com_105] - -// 201:106 -[com_106] - -// 201:107 -[com_107] - -// 201:108 -[com_108] - -// 201:109 -[com_109] - -// 201:110 -[com_110] - -// 201:111 -[com_111] - -// 201:112 -[com_112] - -// 201:113 -[com_113] - -// 201:114 -[com_114] - -// 201:115 -[com_115] - -// 201:116 -[com_116] - -// 201:117 -[com_117] - -// 201:118 -[com_118] - -// 201:119 -[com_119] - -// 201:120 -[com_120] - -// 201:121 -[com_121] - -// 201:122 -[com_122] - -// 201:123 -[com_123] - -// 201:124 -[com_124] - -// 201:125 -[com_125] - -// 201:126 -[com_126] - -// 201:127 -[com_127] - -// 201:128 -[com_128] - -// 201:129 -[com_129] - -// 201:130 -[com_130] - -// 201:131 -[com_131] - -// 201:132 -[com_132] - -// 201:133 -[com_133] - -// 201:134 -[com_134] - -// 201:135 -[com_135] - -// 201:136 -[com_136] - -// 201:137 -[com_137] - -// 201:138 -[com_138] - -// 201:139 -[com_139] - -// 201:140 -[com_140] - -// 201:141 -[com_141] - -// 201:142 -[com_142] - -// 201:143 -[com_143] - -// 201:144 -[com_144] - -// 201:145 -[com_145] - -// 201:146 -[com_146] - -// 201:147 -[com_147] - -// 201:148 -[com_148] - diff --git a/dumps/530/interface/interface_202.if b/dumps/530/interface/interface_202.if deleted file mode 100644 index 72f49eede..000000000 --- a/dumps/530/interface/interface_202.if +++ /dev/null @@ -1,477 +0,0 @@ -// 202:0 -[com_0] - -// 202:1 -[com_1] - -// 202:2 -[com_2] - -// 202:3 -[com_3] - -// 202:4 -[com_4] - -// 202:5 -[com_5] - -// 202:6 -[com_6] - -// 202:7 -[com_7] - -// 202:8 -[com_8] - -// 202:9 -[com_9] - -// 202:10 -[com_10] - -// 202:11 -[com_11] - -// 202:12 -[com_12] - -// 202:13 -[com_13] - -// 202:14 -[com_14] - -// 202:15 -[com_15] - -// 202:16 -[com_16] - -// 202:17 -[com_17] - -// 202:18 -[com_18] - -// 202:19 -[com_19] - -// 202:20 -[com_20] - -// 202:21 -[com_21] - -// 202:22 -[com_22] - -// 202:23 -[com_23] - -// 202:24 -[com_24] - -// 202:25 -[com_25] - -// 202:26 -[com_26] - -// 202:27 -[com_27] - -// 202:28 -[com_28] - -// 202:29 -[com_29] - -// 202:30 -[com_30] - -// 202:31 -[com_31] - -// 202:32 -[com_32] - -// 202:33 -[com_33] - -// 202:34 -[com_34] - -// 202:35 -[com_35] - -// 202:36 -[com_36] - -// 202:37 -[com_37] - -// 202:38 -[com_38] - -// 202:39 -[com_39] - -// 202:40 -[com_40] - -// 202:41 -[com_41] - -// 202:42 -[com_42] - -// 202:43 -[com_43] - -// 202:44 -[com_44] - -// 202:45 -[com_45] - -// 202:46 -[com_46] - -// 202:47 -[com_47] - -// 202:48 -[com_48] - -// 202:49 -[com_49] - -// 202:50 -[com_50] - -// 202:51 -[com_51] - -// 202:52 -[com_52] - -// 202:53 -[com_53] - -// 202:54 -[com_54] - -// 202:55 -[com_55] - -// 202:56 -[com_56] - -// 202:57 -[com_57] - -// 202:58 -[com_58] - -// 202:59 -[com_59] - -// 202:60 -[com_60] - -// 202:61 -[com_61] - -// 202:62 -[com_62] - -// 202:63 -[com_63] - -// 202:64 -[com_64] - -// 202:65 -[com_65] - -// 202:66 -[com_66] - -// 202:67 -[com_67] - -// 202:68 -[com_68] - -// 202:69 -[com_69] - -// 202:70 -[com_70] - -// 202:71 -[com_71] - -// 202:72 -[com_72] - -// 202:73 -[com_73] - -// 202:74 -[com_74] - -// 202:75 -[com_75] - -// 202:76 -[com_76] - -// 202:77 -[com_77] - -// 202:78 -[com_78] - -// 202:79 -[com_79] - -// 202:80 -[com_80] - -// 202:81 -[com_81] - -// 202:82 -[com_82] - -// 202:83 -[com_83] - -// 202:84 -[com_84] - -// 202:85 -[com_85] - -// 202:86 -[com_86] - -// 202:87 -[com_87] - -// 202:88 -[com_88] - -// 202:89 -[com_89] - -// 202:90 -[com_90] - -// 202:91 -[com_91] - -// 202:92 -[com_92] - -// 202:93 -[com_93] - -// 202:94 -[com_94] - -// 202:95 -[com_95] - -// 202:96 -[com_96] - -// 202:97 -[com_97] - -// 202:98 -[com_98] - -// 202:99 -[com_99] - -// 202:100 -[com_100] - -// 202:101 -[com_101] - -// 202:102 -[com_102] - -// 202:103 -[com_103] - -// 202:104 -[com_104] - -// 202:105 -[com_105] - -// 202:106 -[com_106] - -// 202:107 -[com_107] - -// 202:108 -[com_108] - -// 202:109 -[com_109] - -// 202:110 -[com_110] - -// 202:111 -[com_111] - -// 202:112 -[com_112] - -// 202:113 -[com_113] - -// 202:114 -[com_114] - -// 202:115 -[com_115] - -// 202:116 -[com_116] - -// 202:117 -[com_117] - -// 202:118 -[com_118] - -// 202:119 -[com_119] - -// 202:120 -[com_120] - -// 202:121 -[com_121] - -// 202:122 -[com_122] - -// 202:123 -[com_123] - -// 202:124 -[com_124] - -// 202:125 -[com_125] - -// 202:126 -[com_126] - -// 202:127 -[com_127] - -// 202:128 -[com_128] - -// 202:129 -[com_129] - -// 202:130 -[com_130] - -// 202:131 -[com_131] - -// 202:132 -[com_132] - -// 202:133 -[com_133] - -// 202:134 -[com_134] - -// 202:135 -[com_135] - -// 202:136 -[com_136] - -// 202:137 -[com_137] - -// 202:138 -[com_138] - -// 202:139 -[com_139] - -// 202:140 -[com_140] - -// 202:141 -[com_141] - -// 202:142 -[com_142] - -// 202:143 -[com_143] - -// 202:144 -[com_144] - -// 202:145 -[com_145] - -// 202:146 -[com_146] - -// 202:147 -[com_147] - -// 202:148 -[com_148] - -// 202:149 -[com_149] - -// 202:150 -[com_150] - -// 202:151 -[com_151] - -// 202:152 -[com_152] - -// 202:153 -[com_153] - -// 202:154 -[com_154] - -// 202:155 -[com_155] - -// 202:156 -[com_156] - -// 202:157 -[com_157] - -// 202:158 -[com_158] - diff --git a/dumps/530/interface/interface_203.if b/dumps/530/interface/interface_203.if deleted file mode 100644 index 07ca81146..000000000 --- a/dumps/530/interface/interface_203.if +++ /dev/null @@ -1,447 +0,0 @@ -// 203:0 -[com_0] - -// 203:1 -[com_1] - -// 203:2 -[com_2] - -// 203:3 -[com_3] - -// 203:4 -[com_4] - -// 203:5 -[com_5] - -// 203:6 -[com_6] - -// 203:7 -[com_7] - -// 203:8 -[com_8] - -// 203:9 -[com_9] - -// 203:10 -[com_10] - -// 203:11 -[com_11] - -// 203:12 -[com_12] - -// 203:13 -[com_13] - -// 203:14 -[com_14] - -// 203:15 -[com_15] - -// 203:16 -[com_16] - -// 203:17 -[com_17] - -// 203:18 -[com_18] - -// 203:19 -[com_19] - -// 203:20 -[com_20] - -// 203:21 -[com_21] - -// 203:22 -[com_22] - -// 203:23 -[com_23] - -// 203:24 -[com_24] - -// 203:25 -[com_25] - -// 203:26 -[com_26] - -// 203:27 -[com_27] - -// 203:28 -[com_28] - -// 203:29 -[com_29] - -// 203:30 -[com_30] - -// 203:31 -[com_31] - -// 203:32 -[com_32] - -// 203:33 -[com_33] - -// 203:34 -[com_34] - -// 203:35 -[com_35] - -// 203:36 -[com_36] - -// 203:37 -[com_37] - -// 203:38 -[com_38] - -// 203:39 -[com_39] - -// 203:40 -[com_40] - -// 203:41 -[com_41] - -// 203:42 -[com_42] - -// 203:43 -[com_43] - -// 203:44 -[com_44] - -// 203:45 -[com_45] - -// 203:46 -[com_46] - -// 203:47 -[com_47] - -// 203:48 -[com_48] - -// 203:49 -[com_49] - -// 203:50 -[com_50] - -// 203:51 -[com_51] - -// 203:52 -[com_52] - -// 203:53 -[com_53] - -// 203:54 -[com_54] - -// 203:55 -[com_55] - -// 203:56 -[com_56] - -// 203:57 -[com_57] - -// 203:58 -[com_58] - -// 203:59 -[com_59] - -// 203:60 -[com_60] - -// 203:61 -[com_61] - -// 203:62 -[com_62] - -// 203:63 -[com_63] - -// 203:64 -[com_64] - -// 203:65 -[com_65] - -// 203:66 -[com_66] - -// 203:67 -[com_67] - -// 203:68 -[com_68] - -// 203:69 -[com_69] - -// 203:70 -[com_70] - -// 203:71 -[com_71] - -// 203:72 -[com_72] - -// 203:73 -[com_73] - -// 203:74 -[com_74] - -// 203:75 -[com_75] - -// 203:76 -[com_76] - -// 203:77 -[com_77] - -// 203:78 -[com_78] - -// 203:79 -[com_79] - -// 203:80 -[com_80] - -// 203:81 -[com_81] - -// 203:82 -[com_82] - -// 203:83 -[com_83] - -// 203:84 -[com_84] - -// 203:85 -[com_85] - -// 203:86 -[com_86] - -// 203:87 -[com_87] - -// 203:88 -[com_88] - -// 203:89 -[com_89] - -// 203:90 -[com_90] - -// 203:91 -[com_91] - -// 203:92 -[com_92] - -// 203:93 -[com_93] - -// 203:94 -[com_94] - -// 203:95 -[com_95] - -// 203:96 -[com_96] - -// 203:97 -[com_97] - -// 203:98 -[com_98] - -// 203:99 -[com_99] - -// 203:100 -[com_100] - -// 203:101 -[com_101] - -// 203:102 -[com_102] - -// 203:103 -[com_103] - -// 203:104 -[com_104] - -// 203:105 -[com_105] - -// 203:106 -[com_106] - -// 203:107 -[com_107] - -// 203:108 -[com_108] - -// 203:109 -[com_109] - -// 203:110 -[com_110] - -// 203:111 -[com_111] - -// 203:112 -[com_112] - -// 203:113 -[com_113] - -// 203:114 -[com_114] - -// 203:115 -[com_115] - -// 203:116 -[com_116] - -// 203:117 -[com_117] - -// 203:118 -[com_118] - -// 203:119 -[com_119] - -// 203:120 -[com_120] - -// 203:121 -[com_121] - -// 203:122 -[com_122] - -// 203:123 -[com_123] - -// 203:124 -[com_124] - -// 203:125 -[com_125] - -// 203:126 -[com_126] - -// 203:127 -[com_127] - -// 203:128 -[com_128] - -// 203:129 -[com_129] - -// 203:130 -[com_130] - -// 203:131 -[com_131] - -// 203:132 -[com_132] - -// 203:133 -[com_133] - -// 203:134 -[com_134] - -// 203:135 -[com_135] - -// 203:136 -[com_136] - -// 203:137 -[com_137] - -// 203:138 -[com_138] - -// 203:139 -[com_139] - -// 203:140 -[com_140] - -// 203:141 -[com_141] - -// 203:142 -[com_142] - -// 203:143 -[com_143] - -// 203:144 -[com_144] - -// 203:145 -[com_145] - -// 203:146 -[com_146] - -// 203:147 -[com_147] - -// 203:148 -[com_148] - diff --git a/dumps/530/interface/interface_204.if b/dumps/530/interface/interface_204.if deleted file mode 100644 index fa7002b33..000000000 --- a/dumps/530/interface/interface_204.if +++ /dev/null @@ -1,438 +0,0 @@ -// 204:0 -[com_0] - -// 204:1 -[com_1] - -// 204:2 -[com_2] - -// 204:3 -[com_3] - -// 204:4 -[com_4] - -// 204:5 -[com_5] - -// 204:6 -[com_6] - -// 204:7 -[com_7] - -// 204:8 -[com_8] - -// 204:9 -[com_9] - -// 204:10 -[com_10] - -// 204:11 -[com_11] - -// 204:12 -[com_12] - -// 204:13 -[com_13] - -// 204:14 -[com_14] - -// 204:15 -[com_15] - -// 204:16 -[com_16] - -// 204:17 -[com_17] - -// 204:18 -[com_18] - -// 204:19 -[com_19] - -// 204:20 -[com_20] - -// 204:21 -[com_21] - -// 204:22 -[com_22] - -// 204:23 -[com_23] - -// 204:24 -[com_24] - -// 204:25 -[com_25] - -// 204:26 -[com_26] - -// 204:27 -[com_27] - -// 204:28 -[com_28] - -// 204:29 -[com_29] - -// 204:30 -[com_30] - -// 204:31 -[com_31] - -// 204:32 -[com_32] - -// 204:33 -[com_33] - -// 204:34 -[com_34] - -// 204:35 -[com_35] - -// 204:36 -[com_36] - -// 204:37 -[com_37] - -// 204:38 -[com_38] - -// 204:39 -[com_39] - -// 204:40 -[com_40] - -// 204:41 -[com_41] - -// 204:42 -[com_42] - -// 204:43 -[com_43] - -// 204:44 -[com_44] - -// 204:45 -[com_45] - -// 204:46 -[com_46] - -// 204:47 -[com_47] - -// 204:48 -[com_48] - -// 204:49 -[com_49] - -// 204:50 -[com_50] - -// 204:51 -[com_51] - -// 204:52 -[com_52] - -// 204:53 -[com_53] - -// 204:54 -[com_54] - -// 204:55 -[com_55] - -// 204:56 -[com_56] - -// 204:57 -[com_57] - -// 204:58 -[com_58] - -// 204:59 -[com_59] - -// 204:60 -[com_60] - -// 204:61 -[com_61] - -// 204:62 -[com_62] - -// 204:63 -[com_63] - -// 204:64 -[com_64] - -// 204:65 -[com_65] - -// 204:66 -[com_66] - -// 204:67 -[com_67] - -// 204:68 -[com_68] - -// 204:69 -[com_69] - -// 204:70 -[com_70] - -// 204:71 -[com_71] - -// 204:72 -[com_72] - -// 204:73 -[com_73] - -// 204:74 -[com_74] - -// 204:75 -[com_75] - -// 204:76 -[com_76] - -// 204:77 -[com_77] - -// 204:78 -[com_78] - -// 204:79 -[com_79] - -// 204:80 -[com_80] - -// 204:81 -[com_81] - -// 204:82 -[com_82] - -// 204:83 -[com_83] - -// 204:84 -[com_84] - -// 204:85 -[com_85] - -// 204:86 -[com_86] - -// 204:87 -[com_87] - -// 204:88 -[com_88] - -// 204:89 -[com_89] - -// 204:90 -[com_90] - -// 204:91 -[com_91] - -// 204:92 -[com_92] - -// 204:93 -[com_93] - -// 204:94 -[com_94] - -// 204:95 -[com_95] - -// 204:96 -[com_96] - -// 204:97 -[com_97] - -// 204:98 -[com_98] - -// 204:99 -[com_99] - -// 204:100 -[com_100] - -// 204:101 -[com_101] - -// 204:102 -[com_102] - -// 204:103 -[com_103] - -// 204:104 -[com_104] - -// 204:105 -[com_105] - -// 204:106 -[com_106] - -// 204:107 -[com_107] - -// 204:108 -[com_108] - -// 204:109 -[com_109] - -// 204:110 -[com_110] - -// 204:111 -[com_111] - -// 204:112 -[com_112] - -// 204:113 -[com_113] - -// 204:114 -[com_114] - -// 204:115 -[com_115] - -// 204:116 -[com_116] - -// 204:117 -[com_117] - -// 204:118 -[com_118] - -// 204:119 -[com_119] - -// 204:120 -[com_120] - -// 204:121 -[com_121] - -// 204:122 -[com_122] - -// 204:123 -[com_123] - -// 204:124 -[com_124] - -// 204:125 -[com_125] - -// 204:126 -[com_126] - -// 204:127 -[com_127] - -// 204:128 -[com_128] - -// 204:129 -[com_129] - -// 204:130 -[com_130] - -// 204:131 -[com_131] - -// 204:132 -[com_132] - -// 204:133 -[com_133] - -// 204:134 -[com_134] - -// 204:135 -[com_135] - -// 204:136 -[com_136] - -// 204:137 -[com_137] - -// 204:138 -[com_138] - -// 204:139 -[com_139] - -// 204:140 -[com_140] - -// 204:141 -[com_141] - -// 204:142 -[com_142] - -// 204:143 -[com_143] - -// 204:144 -[com_144] - -// 204:145 -[com_145] - diff --git a/dumps/530/interface/interface_205.if3 b/dumps/530/interface/interface_205.if3 deleted file mode 100644 index b07d0ec6d..000000000 --- a/dumps/530/interface/interface_205.if3 +++ /dev/null @@ -1,1100 +0,0 @@ -// 205:0 -[com_0] -type=graphic -x=12 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 205:1 -[com_1] -type=graphic -x=12 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 205:2 -[com_2] -type=graphic -x=12 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 205:3 -[com_3] -type=graphic -x=12 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 205:4 -[com_4] -type=graphic -x=12 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 205:5 -[com_5] -type=graphic -x=100 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 205:6 -[com_6] -type=graphic -x=100 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 205:7 -[com_7] -type=graphic -x=100 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 205:8 -[com_8] -type=graphic -x=100 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 205:9 -[com_9] -type=graphic -x=188 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 205:10 -[com_10] -type=graphic -x=100 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 205:11 -[com_11] -type=graphic -x=188 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 205:12 -[com_12] -type=graphic -x=188 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 205:13 -[com_13] -type=graphic -x=188 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 205:14 -[com_14] -type=graphic -x=188 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 205:15 -[com_15] -type=graphic -x=276 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 205:16 -[com_16] -type=graphic -x=364 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 205:17 -[com_17] -type=graphic -x=276 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 205:18 -[com_18] -type=graphic -x=276 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 205:19 -[com_19] -type=graphic -x=276 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 205:20 -[com_20] -type=graphic -x=276 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 205:21 -[com_21] -type=graphic -x=364 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 205:22 -[com_22] -type=graphic -x=364 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 205:23 -[com_23] -type=graphic -x=364 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 205:24 -[com_24] -type=graphic -x=364 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 205:25 -[com_25] -type=graphic -x=412 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 205:26 -[com_26] -type=graphic -x=412 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 205:27 -[com_27] -type=graphic -x=412 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 205:28 -[com_28] -type=graphic -x=412 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 205:29 -[com_29] -type=graphic -x=412 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 205:30 -[com_30] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 205:31 -[com_31] -type=graphic -x=-3 -y=49 -width=36 -height=36 -graphic="miscgraphics,2" - -// 205:32 -[com_32] -type=graphic -x=-3 -y=85 -width=36 -height=36 -graphic="miscgraphics,2" - -// 205:33 -[com_33] -type=graphic -x=-3 -y=121 -width=36 -height=36 -graphic="miscgraphics,2" - -// 205:34 -[com_34] -type=graphic -x=-3 -y=157 -width=36 -height=36 -graphic="miscgraphics,2" - -// 205:35 -[com_35] -type=graphic -x=-3 -y=193 -width=36 -height=36 -graphic="miscgraphics,2" - -// 205:36 -[com_36] -type=graphic -x=-3 -y=229 -width=36 -height=36 -graphic="miscgraphics,2" - -// 205:37 -[com_37] -type=graphic -x=-3 -y=265 -width=36 -height=36 -graphic="miscgraphics,2" - -// 205:38 -[com_38] -type=graphic -x=479 -y=50 -width=36 -height=36 -graphic="steelborder2,1" - -// 205:39 -[com_39] -type=graphic -x=479 -y=86 -width=36 -height=36 -graphic="steelborder2,1" - -// 205:40 -[com_40] -type=graphic -x=479 -y=122 -width=36 -height=36 -graphic="steelborder2,1" - -// 205:41 -[com_41] -type=graphic -x=479 -y=158 -width=36 -height=36 -graphic="steelborder2,1" - -// 205:42 -[com_42] -type=graphic -x=479 -y=194 -width=36 -height=36 -graphic="steelborder2,1" - -// 205:43 -[com_43] -type=graphic -x=479 -y=230 -width=36 -height=36 -graphic="steelborder2,1" - -// 205:44 -[com_44] -type=graphic -x=479 -y=266 -width=36 -height=36 -graphic="steelborder2,1" - -// 205:45 -[com_45] -type=graphic -x=73 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:46 -[com_46] -type=graphic -x=109 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:47 -[com_47] -type=graphic -x=145 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:48 -[com_48] -type=graphic -x=181 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:49 -[com_49] -type=graphic -x=217 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:50 -[com_50] -type=graphic -x=253 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:51 -[com_51] -type=graphic -x=289 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:52 -[com_52] -type=graphic -x=325 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:53 -[com_53] -type=graphic -x=361 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:54 -[com_54] -type=graphic -x=397 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:55 -[com_55] -type=graphic -x=433 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:56 -[com_56] -type=graphic -x=72 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:57 -[com_57] -type=graphic -x=108 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:58 -[com_58] -type=graphic -x=144 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:59 -[com_59] -type=graphic -x=180 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:60 -[com_60] -type=graphic -x=216 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:61 -[com_61] -type=graphic -x=252 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:62 -[com_62] -type=graphic -x=288 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:63 -[com_63] -type=graphic -x=324 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:64 -[com_64] -type=graphic -x=360 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:65 -[com_65] -type=graphic -x=396 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:66 -[com_66] -type=graphic -x=432 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:67 -[com_67] -type=graphic -x=252 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:68 -[com_68] -type=graphic -x=37 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:69 -[com_69] -type=graphic -x=37 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:70 -[com_70] -type=graphic -x=12 -y=290 -width=25 -height=30 -graphic="steelborder,2" - -// 205:71 -[com_71] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,1" - -// 205:72 -[com_72] -type=graphic -x=439 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:73 -[com_73] -type=graphic -x=475 -y=290 -width=25 -height=30 -graphic="steelborder,3" - -// 205:74 -[com_74] -type=graphic -x=439 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 205:75 -[com_75] -type=graphic -x=288 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:76 -[com_76] -type=graphic -x=324 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:77 -[com_77] -type=graphic -x=360 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:78 -[com_78] -type=graphic -x=396 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:79 -[com_79] -type=graphic -x=432 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:80 -[com_80] -type=graphic -x=459 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:81 -[com_81] -type=graphic -x=216 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:82 -[com_82] -type=graphic -x=180 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:83 -[com_83] -type=graphic -x=144 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:84 -[com_84] -type=graphic -x=108 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:85 -[com_85] -type=graphic -x=72 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:86 -[com_86] -type=graphic -x=36 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:87 -[com_87] -type=graphic -x=17 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 205:88 -[com_88] -type=text -x=151 -y=281 -width=200 -height=18 -textfont=b12_full -text=CONFIRM (3000 Gold) -textalignh=1 -textshadow=yes -colour=0x00ff00 -op1=Confirm -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^green) - -// 205:89 -[com_89] -type=rectangle -x=229 -y=64 -width=35 -height=202 -colour=0x000000 -fill=yes - -// 205:90 -[com_90] -type=model -x=100 -y=164 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=1800 -modelangle_z=0 -modelzoom=1550 -unknown100=0 -unknown101=1550 - -// 205:91 -[com_91] -type=model -x=100 -y=164 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=1800 -modelangle_z=0 -modelzoom=1550 -unknown100=0 -unknown101=1550 - -// 205:92 -[com_92] -type=model -x=380 -y=165 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=200 -modelangle_z=0 -modelzoom=1400 -unknown100=0 -unknown101=1400 - -// 205:93 -[com_93] -type=rectangle -x=230 -y=90 -width=32 -height=25 -colour=0xbb8f6a -fill=yes -op1=Select - -// 205:94 -[com_94] -type=rectangle -x=230 -y=115 -width=32 -height=25 -colour=0xa47f5d -fill=yes -op1=Select - -// 205:95 -[com_95] -type=rectangle -x=230 -y=140 -width=32 -height=25 -colour=0x9e7a49 -fill=yes -op1=Select - -// 205:96 -[com_96] -type=rectangle -x=230 -y=165 -width=32 -height=25 -colour=0x8e6e42 -fill=yes -op1=Select - -// 205:97 -[com_97] -type=rectangle -x=230 -y=190 -width=32 -height=25 -colour=0x79582a -fill=yes -op1=Select - -// 205:98 -[com_98] -type=rectangle -x=230 -y=215 -width=32 -height=25 -colour=0x644e24 -fill=yes -op1=Select - -// 205:99 -[com_99] -type=rectangle -x=230 -y=240 -width=32 -height=25 -colour=0x4c3d09 -fill=yes -op1=Select - -// 205:100 -[com_100] -type=rectangle -x=230 -y=65 -width=32 -height=25 -colour=0xd5a985 -fill=yes -op1=Select - -// 205:101 -[com_101] -type=text -x=52 -y=271 -width=115 -height=15 -textfont=b12_full -text=MALE -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Select Male -onop=script1403(event_com) - -// 205:102 -[com_102] -type=text -x=20 -y=31 -width=471 -height=16 -textfont=b12_full -text=Select skin colour and gender -textalignh=1 -textshadow=yes -colour=0xc9800d - -// 205:103 -[com_103] -type=text -x=351 -y=271 -width=103 -height=17 -textfont=b12_full -text=FEMALE -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Select Female -onop=script1403(event_com) - -// 205:104 -[com_104] -type=graphic -x=233 -y=90 -width=25 -height=25 -onvartransmit=script1988 -onvartransmitlist=varplayer_262 - -// 205:105 -[com_105] -type=graphic -x=233 -y=115 -width=25 -height=25 - -// 205:106 -[com_106] -type=graphic -x=233 -y=140 -width=25 -height=25 - -// 205:107 -[com_107] -type=graphic -x=233 -y=165 -width=25 -height=25 - -// 205:108 -[com_108] -type=graphic -x=233 -y=190 -width=25 -height=25 - -// 205:109 -[com_109] -type=graphic -x=233 -y=215 -width=25 -height=25 - -// 205:110 -[com_110] -type=graphic -x=233 -y=240 -width=25 -height=25 - -// 205:111 -[com_111] -type=graphic -x=233 -y=65 -width=25 -height=25 - -// 205:112 -[com_112] -type=graphic -x=472 -y=26 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 205:113 -[com_113] -type=layer -x=57 -y=92 -width=107 -height=158 -op1=Select Male -onop=script1403(event_com) - -// 205:114 -[com_114] -type=layer -x=342 -y=85 -width=114 -height=164 -op1=Select Female -onop=script1403(event_com) - diff --git a/dumps/530/interface/interface_206.if b/dumps/530/interface/interface_206.if deleted file mode 100644 index f968c2629..000000000 --- a/dumps/530/interface/interface_206.if +++ /dev/null @@ -1,420 +0,0 @@ -// 206:0 -[com_0] - -// 206:1 -[com_1] - -// 206:2 -[com_2] - -// 206:3 -[com_3] - -// 206:4 -[com_4] - -// 206:5 -[com_5] - -// 206:6 -[com_6] - -// 206:7 -[com_7] - -// 206:8 -[com_8] - -// 206:9 -[com_9] - -// 206:10 -[com_10] - -// 206:11 -[com_11] - -// 206:12 -[com_12] - -// 206:13 -[com_13] - -// 206:14 -[com_14] - -// 206:15 -[com_15] - -// 206:16 -[com_16] - -// 206:17 -[com_17] - -// 206:18 -[com_18] - -// 206:19 -[com_19] - -// 206:20 -[com_20] - -// 206:21 -[com_21] - -// 206:22 -[com_22] - -// 206:23 -[com_23] - -// 206:24 -[com_24] - -// 206:25 -[com_25] - -// 206:26 -[com_26] - -// 206:27 -[com_27] - -// 206:28 -[com_28] - -// 206:29 -[com_29] - -// 206:30 -[com_30] - -// 206:31 -[com_31] - -// 206:32 -[com_32] - -// 206:33 -[com_33] - -// 206:34 -[com_34] - -// 206:35 -[com_35] - -// 206:36 -[com_36] - -// 206:37 -[com_37] - -// 206:38 -[com_38] - -// 206:39 -[com_39] - -// 206:40 -[com_40] - -// 206:41 -[com_41] - -// 206:42 -[com_42] - -// 206:43 -[com_43] - -// 206:44 -[com_44] - -// 206:45 -[com_45] - -// 206:46 -[com_46] - -// 206:47 -[com_47] - -// 206:48 -[com_48] - -// 206:49 -[com_49] - -// 206:50 -[com_50] - -// 206:51 -[com_51] - -// 206:52 -[com_52] - -// 206:53 -[com_53] - -// 206:54 -[com_54] - -// 206:55 -[com_55] - -// 206:56 -[com_56] - -// 206:57 -[com_57] - -// 206:58 -[com_58] - -// 206:59 -[com_59] - -// 206:60 -[com_60] - -// 206:61 -[com_61] - -// 206:62 -[com_62] - -// 206:63 -[com_63] - -// 206:64 -[com_64] - -// 206:65 -[com_65] - -// 206:66 -[com_66] - -// 206:67 -[com_67] - -// 206:68 -[com_68] - -// 206:69 -[com_69] - -// 206:70 -[com_70] - -// 206:71 -[com_71] - -// 206:72 -[com_72] - -// 206:73 -[com_73] - -// 206:74 -[com_74] - -// 206:75 -[com_75] - -// 206:76 -[com_76] - -// 206:77 -[com_77] - -// 206:78 -[com_78] - -// 206:79 -[com_79] - -// 206:80 -[com_80] - -// 206:81 -[com_81] - -// 206:82 -[com_82] - -// 206:83 -[com_83] - -// 206:84 -[com_84] - -// 206:85 -[com_85] - -// 206:86 -[com_86] - -// 206:87 -[com_87] - -// 206:88 -[com_88] - -// 206:89 -[com_89] - -// 206:90 -[com_90] - -// 206:91 -[com_91] - -// 206:92 -[com_92] - -// 206:93 -[com_93] - -// 206:94 -[com_94] - -// 206:95 -[com_95] - -// 206:96 -[com_96] - -// 206:97 -[com_97] - -// 206:98 -[com_98] - -// 206:99 -[com_99] - -// 206:100 -[com_100] - -// 206:101 -[com_101] - -// 206:102 -[com_102] - -// 206:103 -[com_103] - -// 206:104 -[com_104] - -// 206:105 -[com_105] - -// 206:106 -[com_106] - -// 206:107 -[com_107] - -// 206:108 -[com_108] - -// 206:109 -[com_109] - -// 206:110 -[com_110] - -// 206:111 -[com_111] - -// 206:112 -[com_112] - -// 206:113 -[com_113] - -// 206:114 -[com_114] - -// 206:115 -[com_115] - -// 206:116 -[com_116] - -// 206:117 -[com_117] - -// 206:118 -[com_118] - -// 206:119 -[com_119] - -// 206:120 -[com_120] - -// 206:121 -[com_121] - -// 206:122 -[com_122] - -// 206:123 -[com_123] - -// 206:124 -[com_124] - -// 206:125 -[com_125] - -// 206:126 -[com_126] - -// 206:127 -[com_127] - -// 206:128 -[com_128] - -// 206:129 -[com_129] - -// 206:130 -[com_130] - -// 206:131 -[com_131] - -// 206:132 -[com_132] - -// 206:133 -[com_133] - -// 206:134 -[com_134] - -// 206:135 -[com_135] - -// 206:136 -[com_136] - -// 206:137 -[com_137] - -// 206:138 -[com_138] - -// 206:139 -[com_139] - diff --git a/dumps/530/interface/interface_207.if b/dumps/530/interface/interface_207.if deleted file mode 100644 index b08ff9eef..000000000 --- a/dumps/530/interface/interface_207.if +++ /dev/null @@ -1,519 +0,0 @@ -// 207:0 -[com_0] - -// 207:1 -[com_1] - -// 207:2 -[com_2] - -// 207:3 -[com_3] - -// 207:4 -[com_4] - -// 207:5 -[com_5] - -// 207:6 -[com_6] - -// 207:7 -[com_7] - -// 207:8 -[com_8] - -// 207:9 -[com_9] - -// 207:10 -[com_10] - -// 207:11 -[com_11] - -// 207:12 -[com_12] - -// 207:13 -[com_13] - -// 207:14 -[com_14] - -// 207:15 -[com_15] - -// 207:16 -[com_16] - -// 207:17 -[com_17] - -// 207:18 -[com_18] - -// 207:19 -[com_19] - -// 207:20 -[com_20] - -// 207:21 -[com_21] - -// 207:22 -[com_22] - -// 207:23 -[com_23] - -// 207:24 -[com_24] - -// 207:25 -[com_25] - -// 207:26 -[com_26] - -// 207:27 -[com_27] - -// 207:28 -[com_28] - -// 207:29 -[com_29] - -// 207:30 -[com_30] - -// 207:31 -[com_31] - -// 207:32 -[com_32] - -// 207:33 -[com_33] - -// 207:34 -[com_34] - -// 207:35 -[com_35] - -// 207:36 -[com_36] - -// 207:37 -[com_37] - -// 207:38 -[com_38] - -// 207:39 -[com_39] - -// 207:40 -[com_40] - -// 207:41 -[com_41] - -// 207:42 -[com_42] - -// 207:43 -[com_43] - -// 207:44 -[com_44] - -// 207:45 -[com_45] - -// 207:46 -[com_46] - -// 207:47 -[com_47] - -// 207:48 -[com_48] - -// 207:49 -[com_49] - -// 207:50 -[com_50] - -// 207:51 -[com_51] - -// 207:52 -[com_52] - -// 207:53 -[com_53] - -// 207:54 -[com_54] - -// 207:55 -[com_55] - -// 207:56 -[com_56] - -// 207:57 -[com_57] - -// 207:58 -[com_58] - -// 207:59 -[com_59] - -// 207:60 -[com_60] - -// 207:61 -[com_61] - -// 207:62 -[com_62] - -// 207:63 -[com_63] - -// 207:64 -[com_64] - -// 207:65 -[com_65] - -// 207:66 -[com_66] - -// 207:67 -[com_67] - -// 207:68 -[com_68] - -// 207:69 -[com_69] - -// 207:70 -[com_70] - -// 207:71 -[com_71] - -// 207:72 -[com_72] - -// 207:73 -[com_73] - -// 207:74 -[com_74] - -// 207:75 -[com_75] - -// 207:76 -[com_76] - -// 207:77 -[com_77] - -// 207:78 -[com_78] - -// 207:79 -[com_79] - -// 207:80 -[com_80] - -// 207:81 -[com_81] - -// 207:82 -[com_82] - -// 207:83 -[com_83] - -// 207:84 -[com_84] - -// 207:85 -[com_85] - -// 207:86 -[com_86] - -// 207:87 -[com_87] - -// 207:88 -[com_88] - -// 207:89 -[com_89] - -// 207:90 -[com_90] - -// 207:91 -[com_91] - -// 207:92 -[com_92] - -// 207:93 -[com_93] - -// 207:94 -[com_94] - -// 207:95 -[com_95] - -// 207:96 -[com_96] - -// 207:97 -[com_97] - -// 207:98 -[com_98] - -// 207:99 -[com_99] - -// 207:100 -[com_100] - -// 207:101 -[com_101] - -// 207:102 -[com_102] - -// 207:103 -[com_103] - -// 207:104 -[com_104] - -// 207:105 -[com_105] - -// 207:106 -[com_106] - -// 207:107 -[com_107] - -// 207:108 -[com_108] - -// 207:109 -[com_109] - -// 207:110 -[com_110] - -// 207:111 -[com_111] - -// 207:112 -[com_112] - -// 207:113 -[com_113] - -// 207:114 -[com_114] - -// 207:115 -[com_115] - -// 207:116 -[com_116] - -// 207:117 -[com_117] - -// 207:118 -[com_118] - -// 207:119 -[com_119] - -// 207:120 -[com_120] - -// 207:121 -[com_121] - -// 207:122 -[com_122] - -// 207:123 -[com_123] - -// 207:124 -[com_124] - -// 207:125 -[com_125] - -// 207:126 -[com_126] - -// 207:127 -[com_127] - -// 207:128 -[com_128] - -// 207:129 -[com_129] - -// 207:130 -[com_130] - -// 207:131 -[com_131] - -// 207:132 -[com_132] - -// 207:133 -[com_133] - -// 207:134 -[com_134] - -// 207:135 -[com_135] - -// 207:136 -[com_136] - -// 207:137 -[com_137] - -// 207:138 -[com_138] - -// 207:139 -[com_139] - -// 207:140 -[com_140] - -// 207:141 -[com_141] - -// 207:142 -[com_142] - -// 207:143 -[com_143] - -// 207:144 -[com_144] - -// 207:145 -[com_145] - -// 207:146 -[com_146] - -// 207:147 -[com_147] - -// 207:148 -[com_148] - -// 207:149 -[com_149] - -// 207:150 -[com_150] - -// 207:151 -[com_151] - -// 207:152 -[com_152] - -// 207:153 -[com_153] - -// 207:154 -[com_154] - -// 207:155 -[com_155] - -// 207:156 -[com_156] - -// 207:157 -[com_157] - -// 207:158 -[com_158] - -// 207:159 -[com_159] - -// 207:160 -[com_160] - -// 207:161 -[com_161] - -// 207:162 -[com_162] - -// 207:163 -[com_163] - -// 207:164 -[com_164] - -// 207:165 -[com_165] - -// 207:166 -[com_166] - -// 207:167 -[com_167] - -// 207:168 -[com_168] - -// 207:169 -[com_169] - -// 207:170 -[com_170] - -// 207:171 -[com_171] - -// 207:172 -[com_172] - diff --git a/dumps/530/interface/interface_209.if3 b/dumps/530/interface/interface_209.if3 deleted file mode 100644 index f6b82d69c..000000000 --- a/dumps/530/interface/interface_209.if3 +++ /dev/null @@ -1,85 +0,0 @@ -// 209:0 -[com_0] -type=layer -y=19 -width=382 -height=32 -xmode=abs_centre - -// 209:1 -[com_1] -type=layer -x=6 -y=6 -width=341 -height=77 -layer=com_6 - -// 209:2 -[com_2] -type=text -x=6 -y=5 -width=370 -height=21 -layer=com_0 -textfont=q8_full -text=Complete the Maze as fast as possible! -textalignh=1 -textshadow=yes -colour=0xeaeaea - -// 209:3 -[com_3] -type=text -x=122 -y=6 -width=146 -height=18 -layer=com_1 -textfont=q8_full -text=There is... -textalignh=1 -textshadow=yes -colour=0xd1d1d1 - -// 209:4 -[com_4] -type=text -x=225 -y=26 -width=63 -height=16 -layer=com_1 -textfont=p12_full -text=%1% -textalignh=1 -textshadow=yes -colour=0x948000 -onvartransmit=script116 -onvartransmitlist=varplayer_531 - -// 209:5 -[com_5] -type=text -x=120 -y=44 -width=219 -height=19 -layer=com_1 -textfont=q8_full -text=... of the Reward left! -textalignh=2 -textshadow=yes -colour=0xd1d1d1 - -// 209:6 -[com_6] -type=layer -x=5 -y=5 -width=354 -height=89 -xmode=abs_right -ymode=abs_bottom - diff --git a/dumps/530/interface/interface_21.if3 b/dumps/530/interface/interface_21.if3 deleted file mode 100644 index 9c719905e..000000000 --- a/dumps/530/interface/interface_21.if3 +++ /dev/null @@ -1,73 +0,0 @@ -// 21:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_3 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 21:1 -[com_1] -type=model -x=82 -y=293 -width=128 -height=181 -layer=com_3 -model=model_42370 -modelorigin_x=-1 -modelorigin_y=63 -modelangle_x=130 -modelangle_y=1888 -modelangle_z=0 -modelzoom=618 -modelanim=seq_10489 -unknown100=0 -unknown101=3000 -op10= - -// 21:2 -[com_2] -type=model -x=559 -y=336 -width=127 -height=126 -layer=com_3 -model=model_42369 -modelorigin_x=1 -modelorigin_y=50 -modelangle_x=119 -modelangle_y=153 -modelangle_z=0 -modelzoom=618 -modelanim=seq_10489 -unknown100=0 -unknown101=3000 -op10= - -// 21:3 -[com_3] -type=layer -width=765 -height=503 - -// 21:4 -[com_4] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_3 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_210.if3 b/dumps/530/interface/interface_210.if3 deleted file mode 100644 index 9b4c4e86c..000000000 --- a/dumps/530/interface/interface_210.if3 +++ /dev/null @@ -1,38 +0,0 @@ -// 210:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 210:1 -[com_1] -type=text -y=-12 -width=441 -height=17 -xmode=abs_centre -ymode=abs_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 210:2 -[com_2] -type=text -y=1277 -width=350 -height=17 -xmode=abs_centre -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_211.if3 b/dumps/530/interface/interface_211.if3 deleted file mode 100644 index a07d11e29..000000000 --- a/dumps/530/interface/interface_211.if3 +++ /dev/null @@ -1,52 +0,0 @@ -// 211:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 211:1 -[com_1] -type=text -y=-3295 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 211:2 -[com_2] -type=text -y=769 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 211:3 -[com_3] -type=text -y=1277 -width=350 -height=17 -xmode=abs_centre -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_212.if3 b/dumps/530/interface/interface_212.if3 deleted file mode 100644 index 05b646a69..000000000 --- a/dumps/530/interface/interface_212.if3 +++ /dev/null @@ -1,66 +0,0 @@ -// 212:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 212:1 -[com_1] -type=text -y=-4565 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 212:2 -[com_2] -type=text -y=-1517 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 212:3 -[com_3] -type=text -y=1531 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 212:4 -[com_4] -type=text -y=1277 -width=350 -height=17 -xmode=abs_centre -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_213.if3 b/dumps/530/interface/interface_213.if3 deleted file mode 100644 index 44ceb5e7b..000000000 --- a/dumps/530/interface/interface_213.if3 +++ /dev/null @@ -1,80 +0,0 @@ -// 213:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 213:1 -[com_1] -type=text -y=-5200 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 213:2 -[com_2] -type=text -y=-2660 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 213:3 -[com_3] -type=text -y=-120 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 213:4 -[com_4] -type=text -y=2420 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line4 -textalignh=1 -colour=0x000000 - -// 213:5 -[com_5] -type=text -y=1277 -width=350 -height=17 -xmode=abs_centre -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_214.if3 b/dumps/530/interface/interface_214.if3 deleted file mode 100644 index edd7fc57d..000000000 --- a/dumps/530/interface/interface_214.if3 +++ /dev/null @@ -1,94 +0,0 @@ -// 214:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 214:1 -[com_1] -type=text -y=-6343 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 214:2 -[com_2] -type=text -y=-3930 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 214:3 -[com_3] -type=text -y=-1517 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 214:4 -[com_4] -type=text -y=896 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line4 -textalignh=1 -colour=0x000000 - -// 214:5 -[com_5] -type=text -y=3309 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line5 -textalignh=1 -colour=0x000000 - -// 214:6 -[com_6] -type=text -y=1277 -width=350 -height=17 -xmode=abs_centre -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_215.if3 b/dumps/530/interface/interface_215.if3 deleted file mode 100644 index 720ff5379..000000000 --- a/dumps/530/interface/interface_215.if3 +++ /dev/null @@ -1,22 +0,0 @@ -// 215:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 215:1 -[com_1] -type=text -y=-1517 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_216.if3 b/dumps/530/interface/interface_216.if3 deleted file mode 100644 index 3595b0112..000000000 --- a/dumps/530/interface/interface_216.if3 +++ /dev/null @@ -1,36 +0,0 @@ -// 216:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 216:1 -[com_1] -type=text -y=-3295 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 216:2 -[com_2] -type=text -y=769 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_217.if3 b/dumps/530/interface/interface_217.if3 deleted file mode 100644 index 0757d57c8..000000000 --- a/dumps/530/interface/interface_217.if3 +++ /dev/null @@ -1,50 +0,0 @@ -// 217:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 217:1 -[com_1] -type=text -y=-4565 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 217:2 -[com_2] -type=text -y=-1517 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 217:3 -[com_3] -type=text -y=1531 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_218.if3 b/dumps/530/interface/interface_218.if3 deleted file mode 100644 index 812821a8d..000000000 --- a/dumps/530/interface/interface_218.if3 +++ /dev/null @@ -1,64 +0,0 @@ -// 218:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 218:1 -[com_1] -type=text -y=-5200 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 218:2 -[com_2] -type=text -y=-2660 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 218:3 -[com_3] -type=text -y=-120 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 218:4 -[com_4] -type=text -y=2420 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line4 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_219.if3 b/dumps/530/interface/interface_219.if3 deleted file mode 100644 index 5a424ad78..000000000 --- a/dumps/530/interface/interface_219.if3 +++ /dev/null @@ -1,78 +0,0 @@ -// 219:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 219:1 -[com_1] -type=text -y=-6343 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 219:2 -[com_2] -type=text -y=-3930 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 219:3 -[com_3] -type=text -y=-1517 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 219:4 -[com_4] -type=text -y=896 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line4 -textalignh=1 -colour=0x000000 - -// 219:5 -[com_5] -type=text -y=3309 -width=441 -height=17 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line5 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_22.if3 b/dumps/530/interface/interface_22.if3 deleted file mode 100644 index 4f70d6038..000000000 --- a/dumps/530/interface/interface_22.if3 +++ /dev/null @@ -1,90 +0,0 @@ -// 22:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_5 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 22:1 -[com_1] -type=model -x=554 -y=343 -width=160 -height=125 -layer=com_5 -model=model_40898 -modelorigin_x=-13 -modelorigin_y=17 -modelangle_x=2044 -modelangle_y=1759 -modelangle_z=0 -modelzoom=3501 -modelanim=seq_10023 -unknown100=64620 -unknown101=3000 - -// 22:2 -[com_2] -type=model -x=80 -y=342 -width=87 -height=104 -layer=com_5 -model=model_40586 -modelorigin_x=3 -modelorigin_y=34 -modelangle_x=5 -modelangle_y=1877 -modelangle_z=0 -modelzoom=3501 -modelanim=seq_10024 -unknown100=64735 -unknown101=3000 - -// 22:3 -[com_3] -type=model -x=122 -y=392 -width=100 -height=40 -layer=com_5 -model=model_40585 -modelorigin_x=-42 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=1819 -modelangle_z=0 -modelzoom=3501 -modelanim=seq_10024 -unknown100=64538 -unknown101=3000 - -// 22:4 -[com_4] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_5 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - -// 22:5 -[com_5] -type=layer -width=765 -height=503 - diff --git a/dumps/530/interface/interface_220.if3 b/dumps/530/interface/interface_220.if3 deleted file mode 100644 index b1b26d691..000000000 --- a/dumps/530/interface/interface_220.if3 +++ /dev/null @@ -1,220 +0,0 @@ -// 220:0 -[com_0] -type=model -x=17 -y=1 -width=494 -height=336 -layer=com_17 -model=model_11365 -modelorigin_x=-27 -modelorigin_y=14 -modelangle_x=533 -modelangle_y=3 -modelangle_z=0 -modelzoom=561 -unknown100=64144 -unknown101=3000 - -// 220:1 -[com_1] -type=text -x=59 -y=38 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:2 -[com_2] -type=text -x=59 -y=54 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:3 -[com_3] -type=text -x=59 -y=70 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:4 -[com_4] -type=text -x=59 -y=87 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:5 -[com_5] -type=text -x=59 -y=104 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:6 -[com_6] -type=text -x=59 -y=121 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:7 -[com_7] -type=text -x=59 -y=138 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:8 -[com_8] -type=text -x=59 -y=155 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:9 -[com_9] -type=text -x=59 -y=172 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:10 -[com_10] -type=text -x=59 -y=189 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:11 -[com_11] -type=text -x=59 -y=206 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:12 -[com_12] -type=text -x=59 -y=223 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:13 -[com_13] -type=text -x=59 -y=240 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:14 -[com_14] -type=text -x=59 -y=257 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:15 -[com_15] -type=text -x=59 -y=274 -width=375 -height=14 -layer=com_17 -textfont=p12_full -textalignh=1 -colour=0xffff00 - -// 220:16 -[com_16] -type=graphic -x=442 -y=30 -width=26 -height=23 -layer=com_17 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 220:17 -[com_17] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_221.if3 b/dumps/530/interface/interface_221.if3 deleted file mode 100644 index ac2317eea..000000000 --- a/dumps/530/interface/interface_221.if3 +++ /dev/null @@ -1,196 +0,0 @@ -// 221:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 221:1 -[com_1] -type=model -x=23 -y=39 -width=463 -height=299 -layer=com_0 -model=model_3044 -modelorigin_x=1 -modelorigin_y=-17 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=525 -unknown100=64141 -unknown101=3000 - -// 221:2 -[com_2] -type=text -x=82 -y=82 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:3 -[com_3] -type=text -x=82 -y=98 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:4 -[com_4] -type=text -x=82 -y=114 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:5 -[com_5] -type=text -x=82 -y=131 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:6 -[com_6] -type=text -x=82 -y=148 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:7 -[com_7] -type=text -x=82 -y=165 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:8 -[com_8] -type=text -x=82 -y=182 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:9 -[com_9] -type=text -x=82 -y=199 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:10 -[com_10] -type=text -x=82 -y=216 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:11 -[com_11] -type=text -x=82 -y=233 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:12 -[com_12] -type=text -x=82 -y=250 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:13 -[com_13] -type=text -x=82 -y=267 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 221:14 -[com_14] -type=graphic -x=449 -y=51 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - diff --git a/dumps/530/interface/interface_222.if3 b/dumps/530/interface/interface_222.if3 deleted file mode 100644 index 9974229aa..000000000 --- a/dumps/530/interface/interface_222.if3 +++ /dev/null @@ -1,151 +0,0 @@ -// 222:0 -[com_0] -type=model -x=8 -y=4 -width=487 -height=324 -model=model_11365 -modelorigin_x=-22 -modelorigin_y=17 -modelangle_x=490 -modelangle_y=0 -modelangle_z=0 -modelzoom=569 -unknown100=64973 -unknown101=1149 - -// 222:1 -[com_1] -type=text -x=69 -y=54 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:2 -[com_2] -type=text -x=70 -y=78 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:3 -[com_3] -type=text -x=70 -y=102 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:4 -[com_4] -type=text -x=70 -y=125 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:5 -[com_5] -type=text -x=70 -y=147 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:6 -[com_6] -type=text -x=70 -y=169 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:7 -[com_7] -type=text -x=70 -y=191 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:8 -[com_8] -type=text -x=70 -y=214 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:9 -[com_9] -type=text -x=70 -y=235 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:10 -[com_10] -type=text -x=70 -y=256 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:11 -[com_11] -type=text -x=70 -y=278 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 222:12 -[com_12] -type=graphic -x=414 -y=44 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_223.if3 b/dumps/530/interface/interface_223.if3 deleted file mode 100644 index 3f25e1597..000000000 --- a/dumps/530/interface/interface_223.if3 +++ /dev/null @@ -1,119 +0,0 @@ -// 223:0 -[com_0] -type=layer -width=189 -height=261 - -// 223:1 -[com_1] -type=graphic -x=4 -y=6 -width=48 -height=48 -layer=com_0 -graphic="peng_emotes,0" -op1=Shiver -onmouseleave=script40(interface_223:com_9) -onmouserepeat=script38(event_com, interface_223:com_9, "Shiver", 50, 150) - -// 223:2 -[com_2] -type=graphic -x=48 -y=6 -width=48 -height=48 -layer=com_0 -graphic="peng_emotes,1" -op1=Spin -onmouseleave=script40(interface_223:com_9) -onmouserepeat=script38(event_com, interface_223:com_9, "Spin", 50, 150) - -// 223:3 -[com_3] -type=graphic -x=92 -y=6 -width=48 -height=48 -layer=com_0 -graphic="peng_emotes,2" -op1=Clap -onmouseleave=script40(interface_223:com_9) -onmouserepeat=script38(event_com, interface_223:com_9, "Clap", 50, 150) - -// 223:4 -[com_4] -type=graphic -x=136 -y=6 -width=48 -height=48 -layer=com_0 -graphic="peng_emotes,3" -op1=Bow -onmouseleave=script40(interface_223:com_9) -onmouserepeat=script38(event_com, interface_223:com_9, "Bow", 50, 150) - -// 223:5 -[com_5] -type=graphic -x=4 -y=55 -width=48 -height=48 -layer=com_0 -graphic="peng_emotes,4" -op1=Cheer -onmouseleave=script40(interface_223:com_9) -onmouserepeat=script38(event_com, interface_223:com_9, "Cheer", 50, 150) - -// 223:6 -[com_6] -type=graphic -x=48 -y=55 -width=48 -height=48 -layer=com_0 -graphic="peng_emotes,5" -op1=Wave -onmouseleave=script40(interface_223:com_9) -onmouserepeat=script38(event_com, interface_223:com_9, "Wave", 50, 150) - -// 223:7 -[com_7] -type=graphic -x=92 -y=55 -width=48 -height=48 -layer=com_0 -graphic="peng_emotes,6" -op1=Preen -onmouseleave=script40(interface_223:com_9) -onmouserepeat=script38(event_com, interface_223:com_9, "Preen", 50, 150) - -// 223:8 -[com_8] -type=graphic -x=136 -y=55 -width=48 -height=48 -layer=com_0 -graphic="peng_emotes,7" -op1=Flap -onmouseleave=script40(interface_223:com_9) -onmouserepeat=script38(event_com, interface_223:com_9, "Flap", 50, 150) - -// 223:9 -[com_9] -type=layer -x=24 -y=131 -width=141 -height=48 -layer=com_0 - diff --git a/dumps/530/interface/interface_224.if3 b/dumps/530/interface/interface_224.if3 deleted file mode 100644 index 332185f57..000000000 --- a/dumps/530/interface/interface_224.if3 +++ /dev/null @@ -1,121 +0,0 @@ -// 224:0 -[com_0] -type=rectangle -x=-1 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x433621 -fill=yes - -// 224:1 -[com_1] -type=model -x=17 -y=9 -width=484 -height=315 -layer=com_8 -model=model_4652 -modelorigin_x=-20 -modelorigin_y=-11 -modelangle_x=377 -modelangle_y=5 -modelangle_z=0 -modelzoom=907 -unknown100=64132 -unknown101=3000 - -// 224:2 -[com_2] -type=text -x=237 -y=148 -width=148 -height=18 -layer=com_8 -textfont=q8_full -text=Waterbirth Island -textalignh=1 -colour=0x282315 - -// 224:3 -[com_3] -type=text -x=224 -y=80 -width=120 -height=16 -layer=com_8 -textfont=q8_full -text=Miscellania -textalignh=1 -colour=0x282315 - -// 224:4 -[com_4] -type=text -x=328 -y=95 -width=92 -height=16 -layer=com_8 -textfont=q8_full -text=Etceteria -textalignh=1 -colour=0x282315 - -// 224:5 -[com_5] -type=text -x=391 -y=276 -width=75 -height=18 -layer=com_8 -textfont=q8_full -text=Rellekka -colour=0x282315 - -// 224:6 -[com_6] -type=text -x=88 -y=165 -width=122 -height=18 -layer=com_8 -textfont=q8_full -text=Neitiznot & Jatizso -textalignh=1 -colour=0x282315 - -// 224:7 -[com_7] -type=model -x=93 -y=101 -width=358 -height=195 -layer=com_8 -model=model_4628 -modelorigin_x=-17 -modelorigin_y=-28 -modelangle_x=346 -modelangle_y=60 -modelangle_z=0 -modelzoom=1395 -unknown100=63871 -unknown101=3000 - -// 224:8 -[com_8] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_225.if3 b/dumps/530/interface/interface_225.if3 deleted file mode 100644 index a951eaa01..000000000 --- a/dumps/530/interface/interface_225.if3 +++ /dev/null @@ -1,195 +0,0 @@ -// 225:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 225:1 -[com_1] -type=model -x=23 -y=39 -width=463 -height=299 -layer=com_0 -model=model_3044 -modelorigin_x=1 -modelorigin_y=-17 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=525 -unknown100=64141 -unknown101=3000 - -// 225:2 -[com_2] -type=text -x=82 -y=82 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xffffff - -// 225:3 -[com_3] -type=text -x=82 -y=98 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:4 -[com_4] -type=text -x=82 -y=114 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:5 -[com_5] -type=text -x=82 -y=131 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:6 -[com_6] -type=text -x=82 -y=148 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:7 -[com_7] -type=text -x=82 -y=165 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:8 -[com_8] -type=text -x=82 -y=182 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:9 -[com_9] -type=text -x=82 -y=199 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:10 -[com_10] -type=text -x=82 -y=216 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:11 -[com_11] -type=text -x=82 -y=233 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:12 -[com_12] -type=text -x=82 -y=250 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:13 -[com_13] -type=text -x=82 -y=267 -width=354 -height=14 -layer=com_0 -textfont=q8_full -textalignh=1 -colour=0xcccccc - -// 225:14 -[com_14] -type=graphic -x=444 -y=54 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(interface_225:com_14, "close_buttons,3") -onmouseleave=script44(interface_225:com_14, "close_buttons,2") -onop=script29 - -// 225:15 -[com_15] -type=layer -x=441 -y=49 -width=32 -height=32 -layer=com_0 -hide=yes - diff --git a/dumps/530/interface/interface_226.if3 b/dumps/530/interface/interface_226.if3 deleted file mode 100644 index 06659197b..000000000 --- a/dumps/530/interface/interface_226.if3 +++ /dev/null @@ -1,22 +0,0 @@ -// 226:0 -[com_0] -type=model -x=2 -y=-7 -width=14631 -height=38857 -widthmode=proportion -heightmode=proportion -model=model_12027 -modelorigin_x=12 -modelorigin_y=-249 -modelangle_x=462 -modelangle_y=0 -modelangle_z=0 -modelzoom=180 -modelanim=seq_3320 -unknown100=64691 -unknown101=3000 -modelobjwidth=457 -modelobjheight=792 - diff --git a/dumps/530/interface/interface_227.if3 b/dumps/530/interface/interface_227.if3 deleted file mode 100644 index 62ec50d46..000000000 --- a/dumps/530/interface/interface_227.if3 +++ /dev/null @@ -1,738 +0,0 @@ -// 227:0 -[com_0] -type=layer -x=-26 -y=13 -width=387 -height=287 -xmode=abs_centre -ymode=abs_centre - -// 227:1 -[com_1] -type=layer -x=-37 -y=18 -width=342 -height=215 -xmode=abs_centre -ymode=abs_centre -scrollheight=1000 - -// 227:2 -[com_2] -type=text -x=-55 -y=-103 -width=297 -height=17 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text=List of needed items: -colour=0x000000 - -// 227:3 -[com_3] -type=text -x=8 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item1 -textalignh=1 -colour=0x000000 - -// 227:4 -[com_4] -type=model -x=-3 -y=2 -width=387 -height=297 -layer=com_0 -model=model_3623 -modelorigin_x=0 -modelorigin_y=-31 -modelangle_x=510 -modelangle_y=0 -modelangle_z=0 -modelzoom=643 -unknown100=64054 -unknown101=3000 - -// 227:5 -[com_5] -type=text -x=8 -y=20 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item2 -textalignh=1 -colour=0x000000 - -// 227:6 -[com_6] -type=text -x=8 -y=40 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item3 -textalignh=1 -colour=0x000000 - -// 227:7 -[com_7] -type=text -x=8 -y=60 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item4 -textalignh=1 -colour=0x000000 - -// 227:8 -[com_8] -type=text -x=8 -y=80 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item5 -textalignh=1 -colour=0x000000 - -// 227:9 -[com_9] -type=text -x=8 -y=100 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item6 -textalignh=1 -colour=0x000000 - -// 227:10 -[com_10] -type=text -x=8 -y=120 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item7 -textalignh=1 -colour=0x000000 - -// 227:11 -[com_11] -type=text -x=8 -y=140 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item8 -textalignh=1 -colour=0x000000 - -// 227:12 -[com_12] -type=text -x=8 -y=160 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item9 -textalignh=1 -colour=0x000000 - -// 227:13 -[com_13] -type=text -x=8 -y=180 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item10 -textalignh=1 -colour=0x000000 - -// 227:14 -[com_14] -type=text -x=8 -y=200 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item11 -textalignh=1 -colour=0x000000 - -// 227:15 -[com_15] -type=text -x=8 -y=220 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item12 -textalignh=1 -colour=0x000000 - -// 227:16 -[com_16] -type=text -x=8 -y=240 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item13 -textalignh=1 -colour=0x000000 - -// 227:17 -[com_17] -type=text -x=8 -y=260 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item14 -textalignh=1 -colour=0x000000 - -// 227:18 -[com_18] -type=text -x=8 -y=280 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item15 -textalignh=1 -colour=0x000000 - -// 227:19 -[com_19] -type=text -x=8 -y=300 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item16 -textalignh=1 -colour=0x000000 - -// 227:20 -[com_20] -type=text -x=8 -y=320 -width=330 -height=15 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item17 -textalignh=1 -colour=0x000000 - -// 227:21 -[com_21] -type=text -x=8 -y=340 -width=330 -height=15 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item18 -textalignh=1 -colour=0x000000 - -// 227:22 -[com_22] -type=text -x=8 -y=360 -width=330 -height=15 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item19 -textalignh=1 -colour=0x000000 - -// 227:23 -[com_23] -type=text -x=8 -y=380 -width=330 -height=15 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item20 -textalignh=1 -colour=0x000000 - -// 227:24 -[com_24] -type=text -x=8 -y=400 -width=330 -height=15 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item21 -textalignh=1 -colour=0x000000 - -// 227:25 -[com_25] -type=text -x=8 -y=420 -width=330 -height=15 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item22 -textalignh=1 -colour=0x000000 - -// 227:26 -[com_26] -type=text -x=8 -y=440 -width=330 -height=15 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item23 -textalignh=1 -colour=0x000000 - -// 227:27 -[com_27] -type=text -x=8 -y=460 -width=330 -height=15 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item24 -textalignh=1 -colour=0x000000 - -// 227:28 -[com_28] -type=text -x=8 -y=480 -width=330 -height=15 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item25 -textalignh=1 -colour=0x000000 - -// 227:29 -[com_29] -type=text -x=8 -y=500 -width=330 -height=15 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item26 -textalignh=1 -colour=0x000000 - -// 227:30 -[com_30] -type=text -x=8 -y=520 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item27 -textalignh=1 -colour=0x000000 - -// 227:31 -[com_31] -type=text -x=8 -y=540 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item28 -textalignh=1 -colour=0x000000 - -// 227:32 -[com_32] -type=text -x=8 -y=560 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item29 -textalignh=1 -colour=0x000000 - -// 227:33 -[com_33] -type=text -x=8 -y=580 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item30 -textalignh=1 -colour=0x000000 - -// 227:34 -[com_34] -type=text -x=8 -y=600 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item31 -textalignh=1 -colour=0x000000 - -// 227:35 -[com_35] -type=text -x=8 -y=620 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item32 -textalignh=1 -colour=0x000000 - -// 227:36 -[com_36] -type=text -x=8 -y=640 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item33 -textalignh=1 -colour=0x000000 - -// 227:37 -[com_37] -type=text -x=8 -y=660 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item34 -textalignh=1 -colour=0x000000 - -// 227:38 -[com_38] -type=text -x=8 -y=680 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item35 -textalignh=1 -colour=0x000000 - -// 227:39 -[com_39] -type=text -x=8 -y=700 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item36 -textalignh=1 -colour=0x000000 - -// 227:40 -[com_40] -type=text -x=8 -y=720 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item37 -textalignh=1 -colour=0x000000 - -// 227:41 -[com_41] -type=text -x=7 -y=740 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item38 -textalignh=1 -colour=0x000000 - -// 227:42 -[com_42] -type=text -x=8 -y=760 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item39 -textalignh=1 -colour=0x000000 - -// 227:43 -[com_43] -type=text -x=8 -y=780 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item40 -textalignh=1 -colour=0x000000 - -// 227:44 -[com_44] -type=text -x=8 -y=800 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item41 -textalignh=1 -colour=0x000000 - -// 227:45 -[com_45] -type=text -x=8 -y=820 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item42 -textalignh=1 -colour=0x000000 - -// 227:46 -[com_46] -type=text -x=8 -y=840 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item43 -textalignh=1 -colour=0x000000 - -// 227:47 -[com_47] -type=text -x=8 -y=860 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item44 -textalignh=1 -colour=0x000000 - -// 227:48 -[com_48] -type=text -x=8 -y=880 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item45 -textalignh=1 -colour=0x000000 - -// 227:49 -[com_49] -type=text -x=8 -y=900 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item46 -textalignh=1 -colour=0x000000 - -// 227:50 -[com_50] -type=text -x=8 -y=920 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item47 -textalignh=1 -colour=0x000000 - -// 227:51 -[com_51] -type=text -x=8 -y=940 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item48 -textalignh=1 -colour=0x000000 - -// 227:52 -[com_52] -type=text -x=8 -y=960 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item49 -textalignh=1 -colour=0x000000 - -// 227:53 -[com_53] -type=text -x=8 -y=980 -width=331 -height=14 -layer=com_1 -textfont=p12_full -text=mourning_deathalter_item50 -textalignh=1 -colour=0x000000 - -// 227:54 -[com_54] -type=graphic -x=135 -y=-103 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,2" -op1=Close -onmouseover=script44(interface_227:com_54, "close_buttons,3") -onmouseleave=script44(interface_227:com_54, "close_buttons,2") -onop=script29 - -// 227:55 -[com_55] -type=layer -x=135 -y=-102 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -hide=yes - -// 227:56 -[com_56] -type=layer -x=141 -y=19 -width=16 -height=213 -xmode=abs_centre -ymode=abs_centre -onload=script63(event_com, interface_227:com_1, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - diff --git a/dumps/530/interface/interface_228.if3 b/dumps/530/interface/interface_228.if3 deleted file mode 100644 index 13fd83497..000000000 --- a/dumps/530/interface/interface_228.if3 +++ /dev/null @@ -1,111 +0,0 @@ -// 228:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 228:1 -[com_1] -type=text -y=1638 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 228:2 -[com_2] -type=text -x=2 -y=6230 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 228:3 -[com_3] -type=text -x=2 -y=10294 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 228:4 -[com_4] -type=graphic -width=57 -height=13 -layer=com_6 -graphic="sworddecor,1" - -// 228:5 -[com_5] -type=graphic -x=280 -width=57 -height=13 -layer=com_6 -graphic="sworddecor,0" - -// 228:6 -[com_6] -type=layer -y=1638 -width=337 -height=13 -xmode=abs_centre -ymode=proportion_top -layer=com_0 - -// 228:7 -[com_7] -type=graphic -width=57 -height=13 -layer=com_9 -graphic="sworddecor,1" - -// 228:8 -[com_8] -type=graphic -x=419 -width=57 -height=13 -layer=com_9 -graphic="sworddecor,0" - -// 228:9 -[com_9] -type=layer -y=1638 -width=476 -height=13 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -hide=yes - diff --git a/dumps/530/interface/interface_229.if3 b/dumps/530/interface/interface_229.if3 deleted file mode 100644 index b80e1a1e6..000000000 --- a/dumps/530/interface/interface_229.if3 +++ /dev/null @@ -1,109 +0,0 @@ -// 229:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 229:1 -[com_1] -type=text -y=1638 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 229:2 -[com_2] -type=text -y=5214 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 229:3 -[com_3] -type=text -y=9278 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 229:4 -[com_4] -type=graphic -width=57 -height=13 -layer=com_6 -graphic="sworddecor,1" - -// 229:5 -[com_5] -type=graphic -x=280 -width=57 -height=13 -layer=com_6 -graphic="sworddecor,0" - -// 229:6 -[com_6] -type=layer -y=1638 -width=337 -height=13 -xmode=abs_centre -ymode=proportion_top -layer=com_0 - -// 229:7 -[com_7] -type=graphic -width=57 -height=13 -layer=com_9 -graphic="sworddecor,1" - -// 229:8 -[com_8] -type=graphic -x=419 -width=57 -height=13 -layer=com_9 -graphic="sworddecor,0" - -// 229:9 -[com_9] -type=layer -y=1638 -width=476 -height=13 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -hide=yes - diff --git a/dumps/530/interface/interface_23.if3 b/dumps/530/interface/interface_23.if3 deleted file mode 100644 index 1fbd1c779..000000000 --- a/dumps/530/interface/interface_23.if3 +++ /dev/null @@ -1,53 +0,0 @@ -// 23:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_2 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 23:1 -[com_1] -type=model -x=-14 -y=322 -width=541 -height=132 -xmode=proportion_centre -layer=com_2 -model=model_42543 -modelorigin_x=1 -modelorigin_y=63 -modelangle_x=45 -modelangle_y=0 -modelangle_z=0 -modelzoom=879 -modelanim=seq_10480 -unknown100=0 -unknown101=3000 - -// 23:2 -[com_2] -type=layer -width=765 -height=503 - -// 23:3 -[com_3] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_2 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_230.if3 b/dumps/530/interface/interface_230.if3 deleted file mode 100644 index 21a202998..000000000 --- a/dumps/530/interface/interface_230.if3 +++ /dev/null @@ -1,125 +0,0 @@ -// 230:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 230:1 -[com_1] -type=text -y=1638 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 230:2 -[com_2] -type=text -y=5341 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 230:3 -[com_3] -type=text -y=8389 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 230:4 -[com_4] -type=text -y=11437 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option3 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 230:5 -[com_5] -type=graphic -width=57 -height=13 -layer=com_7 -graphic="sworddecor,1" - -// 230:6 -[com_6] -type=graphic -x=280 -width=57 -height=13 -layer=com_7 -graphic="sworddecor,0" - -// 230:7 -[com_7] -type=layer -y=1638 -width=337 -height=13 -xmode=abs_centre -ymode=proportion_top -layer=com_0 - -// 230:8 -[com_8] -type=graphic -width=57 -height=13 -layer=com_10 -graphic="sworddecor,1" - -// 230:9 -[com_9] -type=graphic -x=419 -width=57 -height=13 -layer=com_10 -graphic="sworddecor,0" - -// 230:10 -[com_10] -type=layer -y=1638 -width=476 -height=13 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -hide=yes - diff --git a/dumps/530/interface/interface_231.if3 b/dumps/530/interface/interface_231.if3 deleted file mode 100644 index 8dd2f81d1..000000000 --- a/dumps/530/interface/interface_231.if3 +++ /dev/null @@ -1,125 +0,0 @@ -// 231:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 231:1 -[com_1] -type=text -y=1638 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 231:2 -[com_2] -type=text -y=4706 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 231:3 -[com_3] -type=text -y=7754 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 231:4 -[com_4] -type=text -y=10802 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option3 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 231:5 -[com_5] -type=graphic -width=57 -height=13 -layer=com_7 -graphic="sworddecor,1" - -// 231:6 -[com_6] -type=graphic -x=280 -width=57 -height=13 -layer=com_7 -graphic="sworddecor,0" - -// 231:7 -[com_7] -type=layer -y=1638 -width=337 -height=13 -xmode=abs_centre -ymode=proportion_top -layer=com_0 - -// 231:8 -[com_8] -type=graphic -width=57 -height=13 -layer=com_10 -graphic="sworddecor,1" - -// 231:9 -[com_9] -type=graphic -x=419 -width=57 -height=13 -layer=com_10 -graphic="sworddecor,0" - -// 231:10 -[com_10] -type=layer -y=1638 -width=476 -height=13 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -hide=yes - diff --git a/dumps/530/interface/interface_232.if3 b/dumps/530/interface/interface_232.if3 deleted file mode 100644 index 0b8b002b9..000000000 --- a/dumps/530/interface/interface_232.if3 +++ /dev/null @@ -1,134 +0,0 @@ -// 232:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 232:1 -[com_1] -type=text -y=14 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 232:2 -[com_2] -type=text -y=35 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 232:3 -[com_3] -type=text -y=55 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 232:4 -[com_4] -type=text -y=75 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option3 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 232:5 -[com_5] -type=text -y=95 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option4 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 232:6 -[com_6] -type=graphic -width=57 -height=13 -layer=com_8 -graphic="sworddecor,1" - -// 232:7 -[com_7] -type=graphic -width=57 -height=13 -xmode=abs_right -layer=com_8 -graphic="sworddecor,0" - -// 232:8 -[com_8] -type=layer -y=15 -width=337 -height=13 -xmode=abs_centre -layer=com_0 - -// 232:9 -[com_9] -type=layer -y=15 -width=476 -height=13 -xmode=abs_centre -layer=com_0 -hide=yes - -// 232:10 -[com_10] -type=graphic -width=57 -height=13 -layer=com_9 -graphic="sworddecor,1" - -// 232:11 -[com_11] -type=graphic -width=57 -height=13 -xmode=abs_right -layer=com_9 -graphic="sworddecor,0" - diff --git a/dumps/530/interface/interface_233.if3 b/dumps/530/interface/interface_233.if3 deleted file mode 100644 index 2dd6b9fff..000000000 --- a/dumps/530/interface/interface_233.if3 +++ /dev/null @@ -1,134 +0,0 @@ -// 233:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 233:1 -[com_1] -type=text -y=14 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 233:2 -[com_2] -type=text -y=32 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 233:3 -[com_3] -type=text -y=52 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 233:4 -[com_4] -type=text -y=72 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option3 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 233:5 -[com_5] -type=text -y=92 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option4 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 233:6 -[com_6] -type=graphic -width=57 -height=13 -layer=com_8 -graphic="sworddecor,1" - -// 233:7 -[com_7] -type=graphic -width=57 -height=13 -xmode=abs_right -layer=com_8 -graphic="sworddecor,0" - -// 233:8 -[com_8] -type=layer -y=15 -width=337 -height=13 -xmode=abs_centre -layer=com_0 - -// 233:9 -[com_9] -type=layer -y=15 -width=476 -height=13 -xmode=abs_centre -layer=com_0 -hide=yes - -// 233:10 -[com_10] -type=graphic -width=57 -height=13 -layer=com_9 -graphic="sworddecor,1" - -// 233:11 -[com_11] -type=graphic -width=57 -height=13 -xmode=abs_right -layer=com_9 -graphic="sworddecor,0" - diff --git a/dumps/530/interface/interface_234.if3 b/dumps/530/interface/interface_234.if3 deleted file mode 100644 index 899d36251..000000000 --- a/dumps/530/interface/interface_234.if3 +++ /dev/null @@ -1,149 +0,0 @@ -// 234:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 234:1 -[com_1] -type=text -y=12 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 234:2 -[com_2] -type=text -y=32 -width=480 -height=16 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 234:3 -[com_3] -type=text -y=49 -width=480 -height=16 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 234:4 -[com_4] -type=text -y=66 -width=480 -height=16 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option3 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 234:5 -[com_5] -type=text -y=83 -width=480 -height=16 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option4 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 234:6 -[com_6] -type=text -y=100 -width=480 -height=16 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option5 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 234:7 -[com_7] -type=graphic -width=57 -height=13 -layer=com_9 -graphic="sworddecor,1" - -// 234:8 -[com_8] -type=graphic -width=57 -height=13 -xmode=abs_right -layer=com_9 -graphic="sworddecor,0" - -// 234:9 -[com_9] -type=layer -y=14 -width=337 -height=13 -xmode=abs_centre -layer=com_0 - -// 234:10 -[com_10] -type=layer -y=14 -width=476 -height=13 -xmode=abs_centre -layer=com_0 -hide=yes - -// 234:11 -[com_11] -type=graphic -width=57 -height=13 -layer=com_10 -graphic="sworddecor,1" - -// 234:12 -[com_12] -type=graphic -width=57 -height=13 -xmode=abs_right -layer=com_10 -graphic="sworddecor,0" - diff --git a/dumps/530/interface/interface_235.if3 b/dumps/530/interface/interface_235.if3 deleted file mode 100644 index f1056b149..000000000 --- a/dumps/530/interface/interface_235.if3 +++ /dev/null @@ -1,149 +0,0 @@ -// 235:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 235:1 -[com_1] -type=text -y=12 -width=480 -height=17 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 235:2 -[com_2] -type=text -y=32 -width=480 -height=16 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 235:3 -[com_3] -type=text -y=49 -width=480 -height=16 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 235:4 -[com_4] -type=text -y=66 -width=480 -height=16 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option3 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 235:5 -[com_5] -type=text -y=83 -width=480 -height=16 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option4 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 235:6 -[com_6] -type=text -y=100 -width=480 -height=16 -xmode=abs_centre -layer=com_0 -textfont=q8_full -text=option5 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 235:7 -[com_7] -type=graphic -width=57 -height=13 -layer=com_9 -graphic="sworddecor,1" - -// 235:8 -[com_8] -type=graphic -width=57 -height=13 -xmode=abs_right -layer=com_9 -graphic="sworddecor,0" - -// 235:9 -[com_9] -type=layer -y=15 -width=337 -height=13 -xmode=abs_centre -layer=com_0 - -// 235:10 -[com_10] -type=layer -y=15 -width=476 -height=13 -xmode=abs_centre -layer=com_0 -hide=yes - -// 235:11 -[com_11] -type=graphic -width=57 -height=13 -layer=com_10 -graphic="sworddecor,1" - -// 235:12 -[com_12] -type=graphic -width=57 -height=13 -xmode=abs_right -layer=com_10 -graphic="sworddecor,0" - diff --git a/dumps/530/interface/interface_236.if3 b/dumps/530/interface/interface_236.if3 deleted file mode 100644 index 2dbdc3e39..000000000 --- a/dumps/530/interface/interface_236.if3 +++ /dev/null @@ -1,97 +0,0 @@ -// 236:0 -[com_0] -type=text -y=4 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 236:1 -[com_1] -type=text -y=45 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 236:2 -[com_2] -type=text -y=83 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 236:3 -[com_3] -type=graphic -x=12 -y=5 -width=57 -height=13 -layer=com_5 -graphic="sworddecor,1" - -// 236:4 -[com_4] -type=graphic -x=292 -y=5 -width=57 -height=13 -layer=com_5 -graphic="sworddecor,0" - -// 236:5 -[com_5] -type=layer -y=6 -width=337 -height=13 -xmode=abs_centre - -// 236:6 -[com_6] -type=layer -y=6 -width=476 -height=13 -xmode=abs_centre -hide=yes - -// 236:7 -[com_7] -type=graphic -x=12 -y=5 -width=57 -height=13 -layer=com_6 -graphic="sworddecor,1" - -// 236:8 -[com_8] -type=graphic -x=431 -y=5 -width=57 -height=13 -layer=com_6 -graphic="sworddecor,0" - diff --git a/dumps/530/interface/interface_237.if3 b/dumps/530/interface/interface_237.if3 deleted file mode 100644 index 3a6933542..000000000 --- a/dumps/530/interface/interface_237.if3 +++ /dev/null @@ -1,119 +0,0 @@ -// 237:0 -[com_0] -type=text -y=-1 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 237:1 -[com_1] -type=text -y=30 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 237:2 -[com_2] -type=text -y=53 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 237:3 -[com_3] -type=text -y=76 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=option3 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 237:4 -[com_4] -type=text -y=99 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=option4 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 237:5 -[com_5] -type=graphic -width=57 -height=13 -layer=com_7 -graphic="sworddecor,1" - -// 237:6 -[com_6] -type=graphic -x=280 -width=57 -height=13 -layer=com_7 -graphic="sworddecor,0" - -// 237:7 -[com_7] -type=layer -y=6 -width=337 -height=13 -xmode=abs_centre - -// 237:8 -[com_8] -type=layer -y=6 -width=476 -height=13 -xmode=abs_centre -hide=yes - -// 237:9 -[com_9] -type=graphic -width=57 -height=13 -layer=com_8 -graphic="sworddecor,1" - -// 237:10 -[com_10] -type=graphic -x=419 -width=57 -height=13 -layer=com_8 -graphic="sworddecor,0" - diff --git a/dumps/530/interface/interface_238.if3 b/dumps/530/interface/interface_238.if3 deleted file mode 100644 index df4e8f9bb..000000000 --- a/dumps/530/interface/interface_238.if3 +++ /dev/null @@ -1,133 +0,0 @@ -// 238:0 -[com_0] -type=text -y=-1 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 238:1 -[com_1] -type=text -y=24 -width=480 -height=16 -xmode=abs_centre -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 238:2 -[com_2] -type=text -y=42 -width=480 -height=16 -xmode=abs_centre -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 238:3 -[com_3] -type=text -y=60 -width=480 -height=16 -xmode=abs_centre -textfont=q8_full -text=option3 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 238:4 -[com_4] -type=text -y=78 -width=480 -height=16 -xmode=abs_centre -textfont=q8_full -text=option4 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 238:5 -[com_5] -type=text -y=96 -width=480 -height=16 -xmode=abs_centre -textfont=q8_full -text=option5 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 238:6 -[com_6] -type=graphic -width=57 -height=13 -layer=com_8 -graphic="sworddecor,1" - -// 238:7 -[com_7] -type=graphic -x=280 -width=57 -height=13 -layer=com_8 -graphic="sworddecor,0" - -// 238:8 -[com_8] -type=layer -y=6 -width=337 -height=13 -xmode=abs_centre - -// 238:9 -[com_9] -type=layer -y=6 -width=476 -height=13 -xmode=abs_centre -hide=yes - -// 238:10 -[com_10] -type=graphic -width=57 -height=13 -layer=com_9 -graphic="sworddecor,1" - -// 238:11 -[com_11] -type=graphic -x=419 -width=57 -height=13 -layer=com_9 -graphic="sworddecor,0" - diff --git a/dumps/530/interface/interface_239.if3 b/dumps/530/interface/interface_239.if3 deleted file mode 100644 index 8109dd946..000000000 --- a/dumps/530/interface/interface_239.if3 +++ /dev/null @@ -1,107 +0,0 @@ -// 239:0 -[com_0] -type=model -x=21 -y=45 -width=470 -height=261 -model=model_9853 -modelorigin_x=5 -modelorigin_y=9 -modelangle_x=490 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=0 -unknown101=3000 - -// 239:1 -[com_1] -type=text -x=65 -y=59 -width=248 -height=19 -textfont=q8_full -text=To: Engineer Claus Mousetrap -textalignh=1 -colour=0x362407 - -// 239:2 -[com_2] -type=text -x=81 -y=82 -width=361 -height=66 -textfont=q8_full -text=This morning I received a complaint about your inability to repair the Camp Tyras catapult, arriving without the tools and materials required. To avoid further delay, I'll repeat your instructions: -colour=0x362407 - -// 239:3 -[com_3] -type=text -x=82 -y=151 -width=360 -height=81 -textfont=q8_full -text=*The replacement wooden parts must be made from MAHOGANY planks and at least MITHRIL nails.
*You will need METAL PARTS, which have been ordered from Rolad, the dwarf scholar.
The pride of the King's Engineers is at stake, Claus. -colour=0x362407 - -// 239:4 -[com_4] -type=text -x=83 -y=236 -width=191 -height=21 -textfont=q8_full -text=SORT THIS MESS OUT! -textalignh=1 -colour=0x362407 - -// 239:5 -[com_5] -type=text -x=112 -y=263 -width=340 -height=16 -textfont=q8_full -text=Chief Engineer, Commander Measures -textalignh=2 -colour=0x362407 - -// 239:6 -[com_6] -type=graphic -x=421 -y=52 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 239:7 -[com_7] -type=graphic -x=4 -y=4 -width=26 -height=23 -layer=com_8 -graphic="close_buttons,3" - -// 239:8 -[com_8] -type=layer -x=417 -y=48 -width=32 -height=32 -hide=yes - diff --git a/dumps/530/interface/interface_24.if3 b/dumps/530/interface/interface_24.if3 deleted file mode 100644 index e19727ea9..000000000 --- a/dumps/530/interface/interface_24.if3 +++ /dev/null @@ -1,131 +0,0 @@ -// 24:0 -[com_0] -type=text -x=10 -y=8 -width=124 -height=16 -xmode=abs_right -ymode=abs_bottom -textfont=p12_full -text=Kill Count: %1 -textalignh=2 -textshadow=yes -colour=0x7d7d4b -onvartransmit=script1394 -onvartransmitlist=varplayer_453 - -// 24:1 -[com_1] -type=model -x=-154 -y=-42 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 24:2 -[com_2] -type=model -x=-74 -y=38 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 24:3 -[com_3] -type=model -x=200 -y=-13 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 24:4 -[com_4] -type=model -x=125 -y=50 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 24:5 -[com_5] -type=model -x=163 -y=-10 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 24:6 -[com_6] -type=model -x=-115 -y=14 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - diff --git a/dumps/530/interface/interface_240.if3 b/dumps/530/interface/interface_240.if3 deleted file mode 100644 index 8a0aa0d73..000000000 --- a/dumps/530/interface/interface_240.if3 +++ /dev/null @@ -1,482 +0,0 @@ -// 240:0 -[com_0] -type=model -x=7 -y=10 -width=176 -height=240 -model=model_14944 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=505 -modelangle_y=0 -modelangle_z=0 -modelzoom=856 -unknown100=425 -unknown101=3000 - -// 240:1 -[com_1] -type=model -x=15 -y=54 -width=162 -height=154 -model=model_14937 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=400 -modelangle_y=2047 -modelangle_z=0 -modelzoom=2192 -unknown100=64708 -unknown101=3000 - -// 240:2 -[com_2] -type=model -x=64 -y=87 -width=63 -height=72 -model=model_14940 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=402 -modelangle_y=0 -modelangle_z=0 -modelzoom=2320 -unknown100=64546 -unknown101=3000 - -// 240:3 -[com_3] -type=model -x=-33 -y=-65 -width=176 -height=240 -layer=com_7 -model=model_14944 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=505 -modelangle_y=0 -modelangle_z=0 -modelzoom=856 -unknown100=65404 -unknown101=3000 - -// 240:4 -[com_4] -type=model -x=-25 -y=-21 -width=162 -height=154 -layer=com_7 -model=model_14937 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=400 -modelangle_y=2047 -modelangle_z=0 -modelzoom=2192 -unknown100=64381 -unknown101=3000 - -// 240:5 -[com_5] -type=model -x=24 -y=-3 -width=63 -height=87 -layer=com_7 -model=model_14943 -modelorigin_x=0 -modelorigin_y=13 -modelangle_x=402 -modelangle_y=0 -modelangle_z=0 -modelzoom=2320 -unknown100=64250 -unknown101=3000 - -// 240:6 -[com_6] -type=layer -x=79 -y=52 -width=32 -height=39 - -// 240:7 -[com_7] -type=layer -x=40 -y=75 -width=107 -height=101 -hide=yes - -// 240:8 -[com_8] -type=model -x=-33 -y=-65 -width=176 -height=240 -layer=com_12 -model=model_14944 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=505 -modelangle_y=0 -modelangle_z=0 -modelzoom=856 -unknown100=64933 -unknown101=3000 - -// 240:9 -[com_9] -type=model -x=-25 -y=-21 -width=162 -height=154 -layer=com_12 -model=model_14937 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=400 -modelangle_y=2047 -modelangle_z=0 -modelzoom=2192 -unknown100=64131 -unknown101=3000 - -// 240:10 -[com_10] -type=model -x=24 -y=25 -width=63 -height=59 -layer=com_12 -model=model_14939 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=402 -modelangle_y=0 -modelangle_z=0 -modelzoom=2320 -unknown100=64028 -unknown101=3000 - -// 240:11 -[com_11] -type=layer -x=75 -y=162 -width=40 -height=51 - -// 240:12 -[com_12] -type=layer -x=40 -y=75 -width=107 -height=101 -hide=yes - -// 240:13 -[com_13] -type=model -x=-33 -y=-65 -width=176 -height=240 -layer=com_17 -model=model_14944 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=505 -modelangle_y=0 -modelangle_z=0 -modelzoom=856 -unknown100=64509 -unknown101=3000 - -// 240:14 -[com_14] -type=model -x=-25 -y=-21 -width=162 -height=154 -layer=com_17 -model=model_14937 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=400 -modelangle_y=2047 -modelangle_z=0 -modelzoom=2192 -unknown100=63926 -unknown101=3000 - -// 240:15 -[com_15] -type=model -x=11 -y=14 -width=76 -height=70 -layer=com_17 -model=model_14941 -modelorigin_x=6 -modelorigin_y=4 -modelangle_x=402 -modelangle_y=0 -modelangle_z=0 -modelzoom=2320 -unknown100=63852 -unknown101=3000 - -// 240:16 -[com_16] -type=layer -x=11 -y=110 -width=47 -height=36 - -// 240:17 -[com_17] -type=layer -x=40 -y=75 -width=107 -height=101 -hide=yes - -// 240:18 -[com_18] -type=model -x=-33 -y=-65 -width=176 -height=240 -layer=com_22 -model=model_14944 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=505 -modelangle_y=0 -modelangle_z=0 -modelzoom=856 -unknown100=64196 -unknown101=3000 - -// 240:19 -[com_19] -type=model -x=-25 -y=-21 -width=162 -height=154 -layer=com_22 -model=model_14937 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=400 -modelangle_y=2047 -modelangle_z=0 -modelzoom=2192 -unknown100=63788 -unknown101=3000 - -// 240:20 -[com_20] -type=model -x=24 -y=14 -width=74 -height=70 -layer=com_22 -model=model_14942 -modelorigin_x=-6 -modelorigin_y=4 -modelangle_x=402 -modelangle_y=0 -modelangle_z=0 -modelzoom=2320 -unknown100=63737 -unknown101=3000 - -// 240:21 -[com_21] -type=layer -x=133 -y=110 -width=47 -height=36 - -// 240:22 -[com_22] -type=layer -x=40 -y=75 -width=107 -height=101 -hide=yes - -// 240:23 -[com_23] -type=model -x=132 -y=201 -width=42 -height=40 -model=model_14938 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=400 -modelangle_y=2029 -modelangle_z=0 -modelzoom=2320 -unknown100=63711 -unknown101=3000 - -// 240:24 -[com_24] -type=model -x=3 -y=2 -width=42 -height=40 -layer=com_26 -model=model_14936 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=400 -modelangle_y=2029 -modelangle_z=0 -modelzoom=2320 -unknown100=63699 -unknown101=3000 - -// 240:25 -[com_25] -type=layer -x=129 -y=199 -width=43 -height=45 - -// 240:26 -[com_26] -type=layer -x=129 -y=199 -width=43 -height=45 -hide=yes - -// 240:27 -[com_27] -type=text -x=13 -y=14 -width=137 -height=29 -textfont=p12_full -text=Tries = 3 -textshadow=yes -colour=0x909069 - -// 240:28 -[com_28] -type=text -x=129 -y=199 -width=43 -height=45 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Grab -onmouseover=script67(interface_240:com_23, model_14936) -onmouseleave=script67(interface_240:com_23, model_14938) - -// 240:29 -[com_29] -type=text -x=79 -y=52 -width=32 -height=39 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Up -onmouseover=script67(interface_240:com_2, model_14943) -onmouseleave=script67(interface_240:com_2, model_14940) - -// 240:30 -[com_30] -type=text -x=75 -y=162 -width=40 -height=51 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Down -onmouseover=script67(interface_240:com_2, model_14939) -onmouseleave=script67(interface_240:com_2, model_14940) - -// 240:31 -[com_31] -type=text -x=11 -y=110 -width=47 -height=36 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Left -onmouseover=script67(interface_240:com_2, model_14941) -onmouseleave=script67(interface_240:com_2, model_14940) - -// 240:32 -[com_32] -type=text -x=133 -y=110 -width=47 -height=36 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Right -onmouseover=script67(interface_240:com_2, model_14942) -onmouseleave=script67(interface_240:com_2, model_14940) - -// 240:33 -[com_33] -type=graphic -x=155 -y=12 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - diff --git a/dumps/530/interface/interface_241.if3 b/dumps/530/interface/interface_241.if3 deleted file mode 100644 index 75031298f..000000000 --- a/dumps/530/interface/interface_241.if3 +++ /dev/null @@ -1,93 +0,0 @@ -// 241:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 241:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 241:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 - -// 241:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 241:4 -[com_4] -type=text -x=30 -y=7 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 241:5 -[com_5] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_242.if3 b/dumps/530/interface/interface_242.if3 deleted file mode 100644 index 5f2fdfce7..000000000 --- a/dumps/530/interface/interface_242.if3 +++ /dev/null @@ -1,108 +0,0 @@ -// 242:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 242:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 242:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 - -// 242:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 242:4 -[com_4] -type=text -x=30 -y=-1771 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 242:5 -[com_5] -type=text -x=30 -y=1785 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 242:6 -[com_6] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_243.if3 b/dumps/530/interface/interface_243.if3 deleted file mode 100644 index 15c13557a..000000000 --- a/dumps/530/interface/interface_243.if3 +++ /dev/null @@ -1,123 +0,0 @@ -// 243:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 243:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 243:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 - -// 243:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 243:4 -[com_4] -type=text -x=30 -y=-2787 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 243:5 -[com_5] -type=text -x=30 -y=7 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 243:6 -[com_6] -type=text -x=30 -y=2801 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 243:7 -[com_7] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_244.if3 b/dumps/530/interface/interface_244.if3 deleted file mode 100644 index 32ead459e..000000000 --- a/dumps/530/interface/interface_244.if3 +++ /dev/null @@ -1,138 +0,0 @@ -// 244:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 244:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 244:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 - -// 244:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 244:4 -[com_4] -type=text -x=30 -y=-3168 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 244:5 -[com_5] -type=text -x=30 -y=-1009 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 244:6 -[com_6] -type=text -x=30 -y=1150 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 244:7 -[com_7] -type=text -x=30 -y=3309 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line4 -textalignh=1 -colour=0x000000 - -// 244:8 -[com_8] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_245.if3 b/dumps/530/interface/interface_245.if3 deleted file mode 100644 index a97c768ec..000000000 --- a/dumps/530/interface/interface_245.if3 +++ /dev/null @@ -1,76 +0,0 @@ -// 245:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 245:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 245:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 - -// 245:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 245:4 -[com_4] -type=text -x=30 -y=7 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_246.if3 b/dumps/530/interface/interface_246.if3 deleted file mode 100644 index c7100c058..000000000 --- a/dumps/530/interface/interface_246.if3 +++ /dev/null @@ -1,91 +0,0 @@ -// 246:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 246:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 246:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 - -// 246:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 246:4 -[com_4] -type=text -x=30 -y=-1771 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 246:5 -[com_5] -type=text -x=30 -y=1785 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_247.if3 b/dumps/530/interface/interface_247.if3 deleted file mode 100644 index 84398ea91..000000000 --- a/dumps/530/interface/interface_247.if3 +++ /dev/null @@ -1,106 +0,0 @@ -// 247:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 247:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 247:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 - -// 247:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 247:4 -[com_4] -type=text -x=30 -y=-2787 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 247:5 -[com_5] -type=text -x=30 -y=7 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 247:6 -[com_6] -type=text -x=30 -y=2801 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_248.if3 b/dumps/530/interface/interface_248.if3 deleted file mode 100644 index ff0658ac2..000000000 --- a/dumps/530/interface/interface_248.if3 +++ /dev/null @@ -1,121 +0,0 @@ -// 248:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 248:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2168 -unknown100=0 -unknown101=3000 - -// 248:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_left -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 - -// 248:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -xmode=abs_right -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 248:4 -[com_4] -type=text -x=30 -y=-3168 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line 1 -textalignh=1 -colour=0x000000 - -// 248:5 -[com_5] -type=text -x=30 -y=-1009 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 248:6 -[com_6] -type=text -x=30 -y=1150 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 248:7 -[com_7] -type=text -x=30 -y=3309 -width=350 -height=17 -xmode=abs_right -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line4 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_249.if3 b/dumps/530/interface/interface_249.if3 deleted file mode 100644 index 1a5ec3f1f..000000000 --- a/dumps/530/interface/interface_249.if3 +++ /dev/null @@ -1,77 +0,0 @@ -// 249:0 -[com_0] -type=layer -x=-15 -y=8 -width=387 -height=287 -xmode=abs_centre -ymode=abs_centre - -// 249:1 -[com_1] -type=layer -x=-17 -y=13 -width=358 -height=225 -xmode=abs_centre -ymode=abs_centre - -// 249:2 -[com_2] -type=text -x=43 -y=18 -width=329 -height=17 -layer=com_1 -textfont=surok_font -text=Surok Magis, -colour=0x46320a - -// 249:3 -[com_3] -type=model -x=1 -y=-27 -width=418 -height=325 -layer=com_0 -model=model_21509 -modelorigin_x=14 -modelorigin_y=-41 -modelangle_x=510 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64099 -unknown101=3000 - -// 249:4 -[com_4] -type=text -x=43 -y=42 -width=297 -height=136 -layer=com_1 -textfont=surok_font -text=Your actions are being watched. We know what you are trying to do and the VPSG will stop you! Do not attempt to leave the palace or you will be arrested on sight. We will not hesitate to kill you if you disobey King Roald's orders. Rat Burgiss -colour=0x46320a - -// 249:5 -[com_5] -type=graphic -x=129 -y=-112 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,2" -op1=Close -onmouseleave=script44(event_com, "close_buttons,2") -onmouserepeat=script44(event_com, "close_buttons,3") -onclick=script29 - diff --git a/dumps/530/interface/interface_25.if3 b/dumps/530/interface/interface_25.if3 deleted file mode 100644 index e7b5f8f60..000000000 --- a/dumps/530/interface/interface_25.if3 +++ /dev/null @@ -1,250 +0,0 @@ -// 25:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x4d4d2f -fill=yes -trans=125 - -// 25:1 -[com_1] -type=text -x=-3 -y=27 -width=376 -height=31 -xmode=abs_centre -ymode=abs_centre -layer=com_10 -textfont=b12_full -text=Which is the next shape in the above sequence? -textalignh=1 -textshadow=yes -colour=0x7d7d4b - -// 25:2 -[com_2] -type=model -x=-149 -y=101 -width=93 -height=93 -xmode=abs_centre -ymode=abs_centre -layer=com_10 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=0 -unknown101=500 -op1=Choose - -// 25:3 -[com_3] -type=model -x=-6 -y=101 -width=93 -height=93 -xmode=abs_centre -ymode=abs_centre -layer=com_10 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=0 -unknown101=500 -op1=Choose - -// 25:4 -[com_4] -type=layer -x=-7 -y=-55 -width=355 -height=93 -xmode=abs_centre -ymode=abs_centre -layer=com_10 - -// 25:5 -[com_5] -type=model -x=137 -y=101 -width=93 -height=93 -xmode=abs_centre -ymode=abs_centre -layer=com_10 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=0 -unknown101=500 -op1=Choose - -// 25:6 -[com_6] -type=model -x=-131 -width=93 -height=93 -xmode=abs_centre -ymode=abs_centre -layer=com_4 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=0 -unknown101=500 - -// 25:7 -[com_7] -type=model -x=-38 -width=93 -height=93 -xmode=abs_centre -ymode=abs_centre -layer=com_4 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=0 -unknown101=500 - -// 25:8 -[com_8] -type=model -x=55 -width=93 -height=93 -xmode=abs_centre -ymode=abs_centre -layer=com_4 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=0 -unknown101=500 - -// 25:9 -[com_9] -type=model -x=139 -y=-3 -width=201 -height=200 -xmode=abs_centre -ymode=abs_centre -layer=com_4 -model=model_4623 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=524 -modelangle_y=19 -modelangle_z=0 -modelzoom=1019 -unknown100=64406 -unknown101=2045 - -// 25:10 -[com_10] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 25:11 -[com_11] -type=text -x=-173 -y=-39 -width=9 -height=14 -xmode=abs_centre -ymode=abs_centre -layer=com_4 -textfont=p12_full -text=1. -textshadow=yes -colour=0x7d7d4b - -// 25:12 -[com_12] -type=text -x=-79 -y=-39 -width=11 -height=14 -xmode=abs_centre -ymode=abs_centre -layer=com_4 -textfont=p12_full -text=2. -textshadow=yes -colour=0x7d7d4b - -// 25:13 -[com_13] -type=text -x=14 -y=-39 -width=10 -height=14 -xmode=abs_centre -ymode=abs_centre -layer=com_4 -textfont=p12_full -text=3. -textshadow=yes -colour=0x7d7d4b - -// 25:14 -[com_14] -type=text -x=107 -y=-39 -width=10 -height=14 -xmode=abs_centre -ymode=abs_centre -layer=com_4 -textfont=p12_full -text=4. -textshadow=yes -colour=0x7d7d4b - diff --git a/dumps/530/interface/interface_250.if3 b/dumps/530/interface/interface_250.if3 deleted file mode 100644 index 814188f55..000000000 --- a/dumps/530/interface/interface_250.if3 +++ /dev/null @@ -1,82 +0,0 @@ -// 250:0 -[com_0] -type=model -x=45 -y=9 -width=418 -height=325 -layer=com_6 -model=model_21509 -modelorigin_x=14 -modelorigin_y=-41 -modelangle_x=510 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64099 -unknown101=3000 - -// 250:1 -[com_1] -type=layer -x=46 -y=34 -width=387 -height=287 -layer=com_6 - -// 250:2 -[com_2] -type=layer -x=58 -y=70 -width=358 -height=225 -layer=com_6 - -// 250:3 -[com_3] -type=graphic -x=370 -y=46 -width=26 -height=23 -layer=com_6 -graphic="close_buttons,2" -op1=Close -onmouseleave=script44(event_com, "close_buttons,2") -onmouserepeat=script44(event_com, "close_buttons,3") -onclick=script29 - -// 250:4 -[com_4] -type=text -x=37 -y=13 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=To My Business Partner, -colour=0x46320a - -// 250:5 -[com_5] -type=text -x=41 -y=44 -width=297 -height=136 -layer=com_2 -textfont=q8_full -text=All is well here, my friend. I will continue with my work. You do not need worry. They suspect nothing, the fools! In three days there will be a new King in Varrock! Surok Magis -colour=0x46320a - -// 250:6 -[com_6] -type=layer -width=508 -height=370 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_251.if3 b/dumps/530/interface/interface_251.if3 deleted file mode 100644 index 9f44a0c7b..000000000 --- a/dumps/530/interface/interface_251.if3 +++ /dev/null @@ -1,80 +0,0 @@ -// 251:0 -[com_0] -type=rectangle -width=517 -height=335 -colour=0x46341d -fill=yes -trans=160 - -// 251:1 -[com_1] -type=layer -x=43 -y=33 -width=387 -height=287 - -// 251:2 -[com_2] -type=layer -x=55 -y=69 -width=358 -height=225 - -// 251:3 -[com_3] -type=text -x=16 -y=18 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=Instructions for Beacon Ring -colour=0x000000 - -// 251:4 -[com_4] -type=model -x=192 -y=55 -width=55 -height=81 -layer=com_1 -model=model_21509 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=510 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=0 -unknown101=3000 - -// 251:5 -[com_5] -type=text -x=14 -y=45 -width=335 -height=163 -layer=com_2 -textfont=q8_full -text=Use this ring when you are ready to summon me to your aid. It is a daunting task, yet you must battle the king to allow me to remove the spell from him. When the king is almost dead, use this ring and I will teleport to your aid. Be warned - Though I am skilled with magic, I am no fighter! Should you summon me too early I will have to teleport us out of danger! When our mission is completed, I will remove the summon ability from this ring, but you may keep it for protection. Zaff -colour=0x000000 - -// 251:6 -[com_6] -type=graphic -x=372 -y=44 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -onmouseleave=script44(event_com, "close_buttons,2") -onmouserepeat=script44(event_com, "close_buttons,3") -onclick=script29 - diff --git a/dumps/530/interface/interface_252.if3 b/dumps/530/interface/interface_252.if3 deleted file mode 100644 index b1d133738..000000000 --- a/dumps/530/interface/interface_252.if3 +++ /dev/null @@ -1,203 +0,0 @@ -// 252:0 -[com_0] -type=model -x=176 -y=189 -width=32 -height=32 -model=model_24124 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=0 -unknown101=3000 - -// 252:1 -[com_1] -type=graphic -x=478 -y=6 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(interface_252:com_1, "close_buttons,3") -onmouseleave=script44(interface_252:com_1, "close_buttons,2") -onclick=script29 - -// 252:2 -[com_2] -type=layer -x=475 -y=2 -width=32 -height=32 -hide=yes - -// 252:3 -[com_3] -type=layer -x=43 -y=142 -width=52 -height=51 - -// 252:4 -[com_4] -type=layer -x=106 -y=141 -width=49 -height=52 - -// 252:5 -[com_5] -type=layer -x=166 -y=142 -width=51 -height=50 - -// 252:6 -[com_6] -type=layer -x=228 -y=144 -width=48 -height=48 - -// 252:7 -[com_7] -type=layer -x=290 -y=143 -width=50 -height=49 - -// 252:8 -[com_8] -type=model -x=421 -y=149 -width=32 -height=32 -model=model_24129 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=3000 - -// 252:9 -[com_9] -type=model -x=43 -y=142 -width=52 -height=51 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Open - -// 252:10 -[com_10] -type=model -x=106 -y=141 -width=49 -height=52 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Open - -// 252:11 -[com_11] -type=model -x=166 -y=142 -width=51 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Open - -// 252:12 -[com_12] -type=model -x=228 -y=144 -width=48 -height=48 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Open - -// 252:13 -[com_13] -type=model -x=290 -y=143 -width=50 -height=49 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Open - -// 252:14 -[com_14] -type=model -x=414 -y=121 -width=47 -height=91 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - diff --git a/dumps/530/interface/interface_253.if3 b/dumps/530/interface/interface_253.if3 deleted file mode 100644 index 9aa79f33c..000000000 --- a/dumps/530/interface/interface_253.if3 +++ /dev/null @@ -1,488 +0,0 @@ -// 253:0 -[com_0] -type=model -x=-14 -y=-28 -width=531 -height=369 -layer=com_17 -model=model_24126 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=64245 -unknown101=3000 - -// 253:1 -[com_1] -type=graphic -x=478 -y=6 -width=26 -height=23 -layer=com_17 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_253:com_1, "close_buttons,7") -onmouseleave=script44(interface_253:com_1, "close_buttons,6") -onop=script29 - -// 253:2 -[com_2] -type=model -x=84 -y=55 -width=169 -height=242 -layer=com_17 -model=model_24137 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64246 -unknown101=3000 - -// 253:3 -[com_3] -type=model -x=193 -y=105 -width=93 -height=91 -layer=com_17 -model=model_24136 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=64222 -unknown101=3000 - -// 253:4 -[com_4] -type=model -x=123 -y=27 -width=93 -height=91 -layer=com_17 -model=model_24138 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=64219 -unknown101=3000 - -// 253:5 -[com_5] -type=model -x=57 -y=104 -width=93 -height=91 -layer=com_17 -model=model_24135 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=64216 -unknown101=3000 - -// 253:6 -[com_6] -type=model -x=124 -y=182 -width=93 -height=91 -layer=com_17 -model=model_24134 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=420 -unknown100=64213 -unknown101=3000 - -// 253:7 -[com_7] -type=model -x=437 -y=102 -width=21 -height=40 -layer=com_17 -model=model_24139 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64219 -unknown101=3000 -op1=Pull - -// 253:8 -[com_8] -type=model -x=401 -y=63 -width=21 -height=40 -layer=com_17 -model=model_24139 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64219 -unknown101=3000 -op1=Pull - -// 253:9 -[com_9] -type=model -x=361 -y=101 -width=21 -height=40 -layer=com_17 -model=model_24139 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64219 -unknown101=3000 -op1=Pull - -// 253:10 -[com_10] -type=model -x=400 -y=141 -width=21 -height=40 -layer=com_17 -model=model_24139 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64219 -unknown101=3000 -op1=Pull - -// 253:11 -[com_11] -type=model -x=389 -y=218 -width=40 -height=19 -layer=com_17 -model=model_24139 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=400 -unknown100=64219 -unknown101=3000 -op1=Confirm - -// 253:12 -[com_12] -type=layer -x=400 -y=61 -width=23 -height=40 -layer=com_17 - -// 253:13 -[com_13] -type=layer -x=438 -y=102 -width=21 -height=40 -layer=com_17 - -// 253:14 -[com_14] -type=layer -x=399 -y=141 -width=23 -height=39 -layer=com_17 - -// 253:15 -[com_15] -type=layer -x=360 -y=99 -width=24 -height=43 -layer=com_17 - -// 253:16 -[com_16] -type=layer -x=387 -y=215 -width=42 -height=23 -layer=com_17 - -// 253:17 -[com_17] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 253:18 -[com_18] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 253:19 -[com_19] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_18 - -// 253:20 -[com_20] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 253:21 -[com_21] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 253:22 -[com_22] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 253:23 -[com_23] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 253:24 -[com_24] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 253:25 -[com_25] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 253:26 -[com_26] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 253:27 -[com_27] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 253:28 -[com_28] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_19 - -// 253:29 -[com_29] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_19 - -// 253:30 -[com_30] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_19 - -// 253:31 -[com_31] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_19 - -// 253:32 -[com_32] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_19 - -// 253:33 -[com_33] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_29 -graphic=tradebacking -tiling=yes -outline=2 - -// 253:34 -[com_34] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_28 -graphic=tradebacking -tiling=yes -outline=2 - -// 253:35 -[com_35] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_30 -graphic=tradebacking -tiling=yes -outline=2 - -// 253:36 -[com_36] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_31 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_254.if3 b/dumps/530/interface/interface_254.if3 deleted file mode 100644 index 6d5d60918..000000000 --- a/dumps/530/interface/interface_254.if3 +++ /dev/null @@ -1,49 +0,0 @@ -// 254:0 -[com_0] -type=rectangle -x=1 -y=1 -width=512 -height=335 -colour=0x3d352e -fill=yes -trans=64 - -// 254:1 -[com_1] -type=model -x=229 -y=136 -width=32 -height=32 -model=model_24125 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=459 -modelangle_y=2041 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=3000 - -// 254:2 -[com_2] -type=graphic -x=478 -y=6 -width=26 -height=23 -graphic="close_buttons,2" -onmouseover=script44(interface_254:com_2, "close_buttons,3") -onmouseleave=script44(interface_254:com_2, "close_buttons,2") -onclick=script29 - -// 254:3 -[com_3] -type=layer -x=475 -y=2 -width=32 -height=32 -hide=yes - diff --git a/dumps/530/interface/interface_255.if3 b/dumps/530/interface/interface_255.if3 deleted file mode 100644 index 8eabf852c..000000000 --- a/dumps/530/interface/interface_255.if3 +++ /dev/null @@ -1,51 +0,0 @@ -// 255:0 -[com_0] -type=model -x=240 -y=155 -width=32 -height=32 -model=model_24133 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=480 -unknown100=0 -unknown101=3000 - -// 255:1 -[com_1] -type=graphic -x=478 -y=6 -width=26 -height=23 -graphic="close_buttons,2" -onmouseover=script44(interface_255:com_1, "close_buttons,3") -onmouseleave=script44(interface_255:com_1, "close_buttons,2") -onclick=script29 - -// 255:2 -[com_2] -type=layer -x=475 -y=2 -width=32 -height=32 -hide=yes - -// 255:3 -[com_3] -type=text -x=124 -y=88 -width=254 -height=174 -textfont=q8_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x959574 - diff --git a/dumps/530/interface/interface_256.if3 b/dumps/530/interface/interface_256.if3 deleted file mode 100644 index 60959da59..000000000 --- a/dumps/530/interface/interface_256.if3 +++ /dev/null @@ -1,307 +0,0 @@ -// 256:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 256:1 -[com_1] -type=rectangle -x=5 -y=6 -width=196 -height=18 -xmode=abs_right -layer=com_0 -colour=0x000000 - -// 256:2 -[com_2] -type=rectangle -x=5 -y=23 -width=196 -height=82 -xmode=abs_right -layer=com_0 -colour=0x000000 - -// 256:3 -[com_3] -type=rectangle -x=5 -y=6 -width=196 -height=18 -xmode=abs_right -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 256:4 -[com_4] -type=rectangle -x=5 -y=23 -width=196 -height=82 -xmode=abs_right -layer=com_0 -colour=0x000000 -fill=yes -trans=196 - -// 256:5 -[com_5] -type=text -x=13 -y=8 -width=165 -height=16 -xmode=abs_right -layer=com_0 -textfont=b12_full -text=Current team -textshadow=yes -colour=0xffa81f - -// 256:6 -[com_6] -type=text -x=7 -y=27 -width=111 -height=16 -xmode=abs_right -layer=com_0 -textfont=p12_full -text=----- -textshadow=yes -colour=0xffa81f - -// 256:7 -[com_7] -type=text -x=7 -y=42 -width=111 -height=16 -xmode=abs_right -layer=com_0 -textfont=p12_full -text=----- -textshadow=yes -colour=0xffa81f - -// 256:8 -[com_8] -type=text -x=7 -y=57 -width=111 -height=16 -xmode=abs_right -layer=com_0 -textfont=p12_full -text=----- -textshadow=yes -colour=0xffa81f - -// 256:9 -[com_9] -type=text -x=7 -y=72 -width=111 -height=16 -xmode=abs_right -layer=com_0 -textfont=p12_full -text=----- -textshadow=yes -colour=0xffa81f - -// 256:10 -[com_10] -type=text -x=7 -y=87 -width=111 -height=16 -xmode=abs_right -layer=com_0 -textfont=p12_full -text=----- -textshadow=yes -colour=0xffa81f - -// 256:11 -[com_11] -type=text -x=132 -y=27 -width=46 -height=16 -xmode=abs_right -layer=com_0 -textfont=p12_full -text=Leader: -textshadow=yes -colour=0xffa800 - -// 256:12 -[com_12] -type=text -x=132 -y=42 -width=46 -height=16 -xmode=abs_right -layer=com_0 -textfont=p12_full -text=Player 1: -textshadow=yes -colour=0xffa800 - -// 256:13 -[com_13] -type=text -x=132 -y=57 -width=46 -height=16 -xmode=abs_right -layer=com_0 -textfont=p12_full -text=Player 2: -textshadow=yes -colour=0xffa800 - -// 256:14 -[com_14] -type=text -x=132 -y=72 -width=46 -height=16 -xmode=abs_right -layer=com_0 -textfont=p12_full -text=Player 3: -textshadow=yes -colour=0xffa800 - -// 256:15 -[com_15] -type=text -x=132 -y=87 -width=46 -height=16 -xmode=abs_right -layer=com_0 -textfont=p12_full -text=Player 4: -textshadow=yes -colour=0xffa800 - -// 256:16 -[com_16] -type=model -x=179 -y=28 -width=16 -height=16 -xmode=abs_right -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=4000 -unknown100=63536 -unknown101=4000 - -// 256:17 -[com_17] -type=model -x=179 -y=43 -width=16 -height=16 -xmode=abs_right -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=4000 -unknown100=63536 -unknown101=4000 - -// 256:18 -[com_18] -type=model -x=179 -y=58 -width=16 -height=16 -xmode=abs_right -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=4000 -unknown100=63536 -unknown101=4000 - -// 256:19 -[com_19] -type=model -x=180 -y=73 -width=13 -height=15 -xmode=abs_right -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=4000 -unknown100=63536 -unknown101=4000 - -// 256:20 -[com_20] -type=model -x=180 -y=88 -width=13 -height=15 -xmode=abs_right -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=4000 -unknown100=63536 -unknown101=4000 - diff --git a/dumps/530/interface/interface_257.if3 b/dumps/530/interface/interface_257.if3 deleted file mode 100644 index 4b399ff82..000000000 --- a/dumps/530/interface/interface_257.if3 +++ /dev/null @@ -1,24 +0,0 @@ -// 257:0 -[com_0] -type=model -x=-12 -y=3 -width=43303 -height=58233 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_24421 -modelorigin_x=12 -modelorigin_y=-3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=450 -modelanim=seq_6169 -unknown100=64272 -unknown101=3000 -modelobjwidth=1353 -modelobjheight=1187 - diff --git a/dumps/530/interface/interface_258.if3 b/dumps/530/interface/interface_258.if3 deleted file mode 100644 index 6d49a8eb2..000000000 --- a/dumps/530/interface/interface_258.if3 +++ /dev/null @@ -1,206 +0,0 @@ -// 258:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 258:1 -[com_1] -type=model -y=-5 -width=18567 -height=17126 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_24418 -modelorigin_x=13 -modelorigin_y=152 -modelangle_x=56 -modelangle_y=0 -modelangle_z=0 -modelzoom=170 -modelanim=seq_6171 -unknown100=10062 -unknown101=3000 -modelobjwidth=580 -modelobjheight=349 - -// 258:2 -[com_2] -type=model -y=144 -width=62119 -height=9621 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_24419 -modelorigin_x=-10 -modelorigin_y=79 -modelangle_x=56 -modelangle_y=0 -modelangle_z=0 -modelzoom=170 -modelanim=seq_6172 -unknown100=7507 -unknown101=3000 -modelobjwidth=1941 -modelobjheight=196 - -// 258:3 -[com_3] -type=model -y=8 -width=24647 -height=16783 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_24420 -modelorigin_x=2 -modelorigin_y=142 -modelangle_x=56 -modelangle_y=0 -modelangle_z=0 -modelzoom=170 -modelanim=seq_6173 -unknown100=5610 -unknown101=3000 -modelobjwidth=770 -modelobjheight=342 - -// 258:4 -[com_4] -type=model -y=8 -width=24647 -height=16783 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_24420 -modelorigin_x=2 -modelorigin_y=142 -modelangle_x=56 -modelangle_y=0 -modelangle_z=0 -modelzoom=170 -modelanim=seq_6174 -unknown100=3730 -unknown101=3000 -modelobjwidth=770 -modelobjheight=342 - -// 258:5 -[com_5] -type=model -y=8 -width=24647 -height=16783 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_24420 -modelorigin_x=2 -modelorigin_y=142 -modelangle_x=56 -modelangle_y=0 -modelangle_z=0 -modelzoom=170 -modelanim=seq_6175 -unknown100=2299 -unknown101=3000 -modelobjwidth=770 -modelobjheight=342 - -// 258:6 -[com_6] -type=model -y=8 -width=24647 -height=16783 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_24420 -modelorigin_x=2 -modelorigin_y=142 -modelangle_x=56 -modelangle_y=0 -modelangle_z=0 -modelzoom=170 -modelanim=seq_6176 -unknown100=1210 -unknown101=3000 -modelobjwidth=770 -modelobjheight=342 - -// 258:7 -[com_7] -type=model -y=8 -width=24647 -height=16783 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_24420 -modelorigin_x=2 -modelorigin_y=142 -modelangle_x=56 -modelangle_y=0 -modelangle_z=0 -modelzoom=170 -modelanim=seq_6177 -unknown100=388 -unknown101=3000 -modelobjwidth=770 -modelobjheight=342 - -// 258:8 -[com_8] -type=model -y=8 -width=24647 -height=16783 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_24420 -modelorigin_x=2 -modelorigin_y=142 -modelangle_x=56 -modelangle_y=0 -modelangle_z=0 -modelzoom=170 -modelanim=seq_6178 -unknown100=65307 -unknown101=3000 -modelobjwidth=770 -modelobjheight=342 - -// 258:9 -[com_9] -type=model -y=8 -width=24647 -height=16783 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_24420 -modelorigin_x=2 -modelorigin_y=142 -modelangle_x=56 -modelangle_y=0 -modelangle_z=0 -modelzoom=170 -modelanim=seq_6179 -unknown100=64846 -unknown101=3000 -modelobjwidth=770 -modelobjheight=342 - diff --git a/dumps/530/interface/interface_259.if3 b/dumps/530/interface/interface_259.if3 deleted file mode 100644 index a904839b4..000000000 --- a/dumps/530/interface/interface_259.if3 +++ /dev/null @@ -1,564 +0,0 @@ -// 259:0 -[com_0] -type=rectangle -y=25 -width=190 -height=224 -colour=0x000000 -fill=yes -trans=200 - -// 259:1 -[com_1] -type=text -x=14 -y=11 -width=152 -height=15 -layer=com_7 -textfont=b12_full -text=Free Play Tasks -textshadow=yes -colour=0xff9900 -op1=Read Journal - -// 259:2 -[com_2] -type=text -x=14 -y=31 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Lumbridge/Draynor -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_2, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1256,varplayer_1257,varplayer_1258 - -// 259:3 -[com_3] -type=text -x=14 -y=31 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Beginner -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_3, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1256,varplayer_1257,varplayer_1258 - -// 259:4 -[com_4] -type=text -x=14 -y=31 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Easy -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_4, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1256,varplayer_1257,varplayer_1258 - -// 259:5 -[com_5] -type=text -x=14 -y=31 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Medium -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_5, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1256,varplayer_1257,varplayer_1258 - -// 259:6 -[com_6] -type=text -x=14 -y=61 -width=152 -height=15 -layer=com_7 -textfont=b12_full -text=Members' Tasks -textshadow=yes -colour=0xff9900 -op1=Read Journal - -// 259:7 -[com_7] -type=layer -y=24 -width=175 -height=225 -onload=script1393 - -// 259:8 -[com_8] -type=graphic -x=164 -y=4 -width=18 -height=18 -graphic="achievement_diary_icons,0" -op1=Swap to Quest List - -// 259:9 -[com_9] -type=text -x=14 -y=4 -width=152 -height=15 -textfont=b12_full -text=Achievement Diary -textshadow=yes -colour=0xff9933 - -// 259:10 -[com_10] -type=layer -x=174 -y=24 -width=16 -height=225 - -// 259:11 -[com_11] -type=text -x=14 -y=81 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Karamja -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_11, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1000,varplayer_1001,varplayer_1002 - -// 259:12 -[com_12] -type=text -x=15 -y=81 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Easy -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_12, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1000,varplayer_1001,varplayer_1002 - -// 259:13 -[com_13] -type=text -x=15 -y=81 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Medium -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_13, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1000,varplayer_1001,varplayer_1002 - -// 259:14 -[com_14] -type=text -x=15 -y=81 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Hard -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_14, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1000,varplayer_1001,varplayer_1002 - -// 259:15 -[com_15] -type=text -x=14 -y=81 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Varrock -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_15, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1071,varplayer_1072,varplayer_1073 - -// 259:16 -[com_16] -type=text -x=16 -y=79 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Easy -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_16, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1071,varplayer_1072,varplayer_1073 - -// 259:17 -[com_17] -type=text -x=16 -y=79 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Medium -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_17, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1071,varplayer_1072,varplayer_1073 - -// 259:18 -[com_18] -type=text -x=16 -y=79 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Hard -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_18, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1071,varplayer_1072,varplayer_1073 - -// 259:19 -[com_19] -type=text -x=15 -y=153 -width=155 -height=14 -layer=com_7 -textfont=p11_full -text=Fremennik -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_259:com_19, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1358,varplayer_1359 - -// 259:20 -[com_20] -type=text -x=15 -y=153 -width=155 -height=14 -layer=com_7 -textfont=p11_full -text=Easy -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_20, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1358,varplayer_1359 - -// 259:21 -[com_21] -type=text -x=15 -y=153 -width=155 -height=14 -layer=com_7 -textfont=p11_full -text=Medium -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_21, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1358,varplayer_1359 - -// 259:22 -[com_22] -type=text -x=15 -y=153 -width=155 -height=14 -layer=com_7 -textfont=p11_full -text=Hard -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_22, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1358,varplayer_1359 - -// 259:23 -[com_23] -type=text -x=15 -y=129 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Falador -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_23, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1360,varplayer_1361 - -// 259:24 -[com_24] -type=text -x=17 -y=129 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Easy -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_24, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1360,varplayer_1361 - -// 259:25 -[com_25] -type=text -x=17 -y=129 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Medium -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_25, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1360,varplayer_1361 - -// 259:26 -[com_26] -type=text -x=17 -y=129 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Hard -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_26, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1360,varplayer_1361 - -// 259:27 -[com_27] -type=text -x=15 -y=105 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Seers' Village -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_27, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1372,varplayer_1373,varplayer_1374 - -// 259:28 -[com_28] -type=text -x=17 -y=79 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Easy -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_28, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1372,varplayer_1373,varplayer_1374 - -// 259:29 -[com_29] -type=text -x=17 -y=79 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Medium -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_29, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1372,varplayer_1373,varplayer_1374 - -// 259:30 -[com_30] -type=text -x=17 -y=79 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=Hard -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(interface_259:com_30, ^white) -onmouseleave=script59(event_com) -onvartransmit=script58 -onvartransmitlist=varplayer_1372,varplayer_1373,varplayer_1374 - -// 259:31 -[com_31] -type=text -x=14 -y=81 -width=152 -height=15 -layer=com_7 -textfont=p11_full -text=More coming soon... -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^red) - -// 259:32 -[com_32] -type=graphic -y=9 -width=190 -height=32 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 259:33 -[com_33] -type=graphic -y=236 -width=190 -height=32 -graphic="v2_stone_borders,23" -tiling=yes -op10= - diff --git a/dumps/530/interface/interface_26.if3 b/dumps/530/interface/interface_26.if3 deleted file mode 100644 index c1ae276e1..000000000 --- a/dumps/530/interface/interface_26.if3 +++ /dev/null @@ -1,1262 +0,0 @@ -// 26:0 -[com_0] -type=model -x=8 -y=30 -width=499 -height=305 -model=model_28554 -modelorigin_x=2 -modelorigin_y=-13 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=482 -unknown100=65521 -unknown101=1007 - -// 26:1 -[com_1] -type=layer -x=38 -y=55 -width=201 -height=241 -hide=yes - -// 26:2 -[com_2] -type=model -x=71 -y=-12 -width=68 -height=40 -layer=com_1 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65476 -unknown101=1026 - -// 26:3 -[com_3] -type=layer -x=38 -y=56 -width=201 -height=241 -hide=yes - -// 26:4 -[com_4] -type=model -x=70 -y=3 -width=68 -height=40 -layer=com_3 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65430 -unknown101=1026 - -// 26:5 -[com_5] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:6 -[com_6] -type=model -x=71 -y=21 -width=68 -height=40 -layer=com_5 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65386 -unknown101=1026 - -// 26:7 -[com_7] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:8 -[com_8] -type=model -x=71 -y=37 -width=68 -height=40 -layer=com_7 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65345 -unknown101=1026 - -// 26:9 -[com_9] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:10 -[com_10] -type=model -x=71 -y=53 -width=68 -height=40 -layer=com_9 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65306 -unknown101=1026 - -// 26:11 -[com_11] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:12 -[com_12] -type=model -x=71 -y=69 -width=68 -height=40 -layer=com_11 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65269 -unknown101=1026 - -// 26:13 -[com_13] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:14 -[com_14] -type=model -x=71 -y=84 -width=68 -height=40 -layer=com_13 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65235 -unknown101=1026 - -// 26:15 -[com_15] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:16 -[com_16] -type=model -x=71 -y=101 -width=68 -height=40 -layer=com_15 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65203 -unknown101=1026 - -// 26:17 -[com_17] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:18 -[com_18] -type=model -x=71 -y=117 -width=68 -height=40 -layer=com_17 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65173 -unknown101=1026 - -// 26:19 -[com_19] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:20 -[com_20] -type=model -x=71 -y=133 -width=68 -height=40 -layer=com_19 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65145 -unknown101=1026 - -// 26:21 -[com_21] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:22 -[com_22] -type=model -x=71 -y=151 -width=68 -height=40 -layer=com_21 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65119 -unknown101=1026 - -// 26:23 -[com_23] -type=layer -x=38 -y=56 -width=201 -height=241 -hide=yes - -// 26:24 -[com_24] -type=model -x=70 -y=165 -width=68 -height=40 -layer=com_23 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65095 -unknown101=1026 - -// 26:25 -[com_25] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:26 -[com_26] -type=model -x=70 -y=181 -width=68 -height=40 -layer=com_25 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65073 -unknown101=1026 - -// 26:27 -[com_27] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:28 -[com_28] -type=model -x=71 -y=198 -width=68 -height=40 -layer=com_27 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65053 -unknown101=1026 - -// 26:29 -[com_29] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 26:30 -[com_30] -type=model -x=72 -y=214 -width=68 -height=40 -layer=com_29 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65034 -unknown101=1026 - -// 26:31 -[com_31] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:32 -[com_32] -type=model -x=72 -y=-11 -width=68 -height=40 -layer=com_31 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65476 -unknown101=1026 - -// 26:33 -[com_33] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:34 -[com_34] -type=model -x=72 -y=2 -width=68 -height=40 -layer=com_33 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65430 -unknown101=1026 - -// 26:35 -[com_35] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:36 -[com_36] -type=model -x=72 -y=20 -width=68 -height=40 -layer=com_35 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65386 -unknown101=1026 - -// 26:37 -[com_37] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:38 -[com_38] -type=model -x=72 -y=36 -width=68 -height=40 -layer=com_37 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65345 -unknown101=1026 - -// 26:39 -[com_39] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:40 -[com_40] -type=model -x=72 -y=53 -width=68 -height=40 -layer=com_39 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65306 -unknown101=1026 - -// 26:41 -[com_41] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:42 -[com_42] -type=model -x=72 -y=69 -width=68 -height=40 -layer=com_41 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65269 -unknown101=1026 - -// 26:43 -[com_43] -type=layer -x=282 -y=80 -width=201 -height=241 -hide=yes - -// 26:44 -[com_44] -type=model -x=73 -y=60 -width=68 -height=40 -layer=com_43 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65235 -unknown101=1026 - -// 26:45 -[com_45] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:46 -[com_46] -type=model -x=73 -y=101 -width=68 -height=40 -layer=com_45 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65203 -unknown101=1026 - -// 26:47 -[com_47] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:48 -[com_48] -type=model -x=73 -y=117 -width=68 -height=40 -layer=com_47 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65173 -unknown101=1026 - -// 26:49 -[com_49] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:50 -[com_50] -type=model -x=73 -y=132 -width=68 -height=40 -layer=com_49 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65145 -unknown101=1026 - -// 26:51 -[com_51] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:52 -[com_52] -type=model -x=72 -y=148 -width=68 -height=40 -layer=com_51 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65119 -unknown101=1026 - -// 26:53 -[com_53] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:54 -[com_54] -type=model -x=72 -y=165 -width=68 -height=40 -layer=com_53 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65095 -unknown101=1026 - -// 26:55 -[com_55] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:56 -[com_56] -type=model -x=72 -y=181 -width=68 -height=40 -layer=com_55 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65073 -unknown101=1026 - -// 26:57 -[com_57] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:58 -[com_58] -type=model -x=72 -y=196 -width=68 -height=40 -layer=com_57 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65053 -unknown101=1026 - -// 26:59 -[com_59] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 26:60 -[com_60] -type=model -x=72 -y=212 -width=68 -height=40 -layer=com_59 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65034 -unknown101=1026 - -// 26:61 -[com_61] -type=graphic -y=-1 -width=39 -height=39 -layer=com_62 -graphic="v2_book_arrows,3" - -// 26:62 -[com_62] -type=layer -x=38 -y=288 -width=45 -height=36 - -// 26:63 -[com_63] -type=graphic -width=39 -height=39 -layer=com_64 -graphic="v2_book_arrows,4" - -// 26:64 -[com_64] -type=layer -x=430 -y=286 -width=45 -height=36 - -// 26:65 -[com_65] -type=text -x=86 -y=294 -width=80 -height=20 -textfont=q8_full -text=page%1 -colour=0x46320a - -// 26:66 -[com_66] -type=text -x=348 -y=295 -width=80 -height=20 -textfont=q8_full -text=page%2 -textalignh=2 -colour=0x46320a - -// 26:67 -[com_67] -type=graphic -x=484 -y=5 -width=21 -height=21 -graphic="v2_book_buttons,0" -op1=Close -onmouseover=script44(event_com, "v2_book_buttons,1") -onmouseleave=script44(event_com, "v2_book_buttons,0") -onclick=script517 - -// 26:68 -[com_68] -type=text -x=38 -y=70 -width=202 -height=17 -textfont=q8_full -text=line2 -colour=0x46320a - -// 26:69 -[com_69] -type=text -x=38 -y=86 -width=202 -height=17 -textfont=q8_full -text=line3 -colour=0x46320a - -// 26:70 -[com_70] -type=text -x=38 -y=102 -width=202 -height=17 -textfont=q8_full -text=line4 -colour=0x46320a - -// 26:71 -[com_71] -type=text -x=38 -y=118 -width=202 -height=17 -textfont=q8_full -text=line5 -colour=0x46320a - -// 26:72 -[com_72] -type=text -x=38 -y=134 -width=202 -height=17 -textfont=q8_full -text=line6 -colour=0x46320a - -// 26:73 -[com_73] -type=text -x=38 -y=150 -width=202 -height=17 -textfont=q8_full -text=line7 -colour=0x46320a - -// 26:74 -[com_74] -type=text -x=38 -y=166 -width=202 -height=17 -textfont=q8_full -text=line8 -colour=0x46320a - -// 26:75 -[com_75] -type=text -x=38 -y=182 -width=202 -height=17 -textfont=q8_full -text=line9 -colour=0x46320a - -// 26:76 -[com_76] -type=text -x=38 -y=198 -width=202 -height=17 -textfont=q8_full -text=line10 -colour=0x46320a - -// 26:77 -[com_77] -type=text -x=38 -y=214 -width=202 -height=17 -textfont=q8_full -text=line11 -colour=0x46320a - -// 26:78 -[com_78] -type=text -x=38 -y=230 -width=202 -height=17 -textfont=q8_full -text=line12 -colour=0x46320a - -// 26:79 -[com_79] -type=text -x=38 -y=246 -width=202 -height=17 -textfont=q8_full -text=line13 -colour=0x46320a - -// 26:80 -[com_80] -type=text -x=38 -y=262 -width=202 -height=17 -textfont=q8_full -text=line14 -colour=0x46320a - -// 26:81 -[com_81] -type=text -x=38 -y=278 -width=202 -height=17 -textfont=q8_full -text=line15 -colour=0x46320a - -// 26:82 -[com_82] -type=text -x=283 -y=54 -width=202 -height=17 -textfont=q8_full -text=line16 -colour=0x46320a - -// 26:83 -[com_83] -type=text -x=283 -y=70 -width=202 -height=17 -textfont=q8_full -text=line17 -colour=0x46320a - -// 26:84 -[com_84] -type=text -x=283 -y=86 -width=202 -height=17 -textfont=q8_full -text=line18 -colour=0x46320a - -// 26:85 -[com_85] -type=text -x=283 -y=102 -width=202 -height=17 -textfont=q8_full -text=line19 -colour=0x46320a - -// 26:86 -[com_86] -type=text -x=283 -y=118 -width=202 -height=17 -textfont=q8_full -text=line20 -colour=0x46320a - -// 26:87 -[com_87] -type=text -x=283 -y=134 -width=202 -height=17 -textfont=q8_full -text=line21 -colour=0x46320a - -// 26:88 -[com_88] -type=text -x=283 -y=150 -width=202 -height=17 -textfont=q8_full -text=line22 -colour=0x46320a - -// 26:89 -[com_89] -type=text -x=283 -y=166 -width=202 -height=17 -textfont=q8_full -text=line23 -colour=0x46320a - -// 26:90 -[com_90] -type=text -x=283 -y=182 -width=202 -height=17 -textfont=q8_full -text=line24 -colour=0x46320a - -// 26:91 -[com_91] -type=text -x=283 -y=198 -width=202 -height=17 -textfont=q8_full -text=line25 -colour=0x46320a - -// 26:92 -[com_92] -type=text -x=283 -y=214 -width=202 -height=17 -textfont=q8_full -text=line26 -colour=0x46320a - -// 26:93 -[com_93] -type=text -x=283 -y=230 -width=202 -height=17 -textfont=q8_full -text=line27 -colour=0x46320a - -// 26:94 -[com_94] -type=text -x=283 -y=246 -width=202 -height=17 -textfont=q8_full -text=line28 -colour=0x46320a - -// 26:95 -[com_95] -type=text -x=283 -y=262 -width=202 -height=17 -textfont=q8_full -text=line28 -colour=0x46320a - -// 26:96 -[com_96] -type=text -x=283 -y=278 -width=202 -height=17 -textfont=q8_full -text=line29 -colour=0x46320a - -// 26:97 -[com_97] -type=text -x=38 -y=54 -width=202 -height=17 -textfont=q8_full -text=line1 -colour=0x46320a - -// 26:98 -[com_98] -type=graphic -x=64 -width=382 -height=39 -graphic="v2_book_arrows,1" - -// 26:99 -[com_99] -type=graphic -x=42 -width=39 -height=39 -graphic="v2_book_arrows,0" - -// 26:100 -[com_100] -type=graphic -x=426 -width=39 -height=39 -graphic="v2_book_arrows,2" - -// 26:101 -[com_101] -type=text -x=149 -y=5 -width=220 -height=21 -textfont=quill_oblique_large -text=Book Title -textalignh=1 -colour=0x493217 - diff --git a/dumps/530/interface/interface_260.if3 b/dumps/530/interface/interface_260.if3 deleted file mode 100644 index 6d0082b6d..000000000 --- a/dumps/530/interface/interface_260.if3 +++ /dev/null @@ -1,503 +0,0 @@ -// 260:0 -[com_0] -type=rectangle -x=9 -y=21 -width=270 -height=308 -colour=0x000000 -fill=yes -trans=200 - -// 260:1 -[com_1] -type=rectangle -x=284 -y=21 -width=221 -height=308 -colour=0x000000 -fill=yes -trans=200 - -// 260:2 -[com_2] -type=graphic -x=24 -y=22 -width=256 -height=296 -layer=com_44 -graphic=tradebacking -tiling=yes - -// 260:3 -[com_3] -type=graphic -x=292 -y=16 -width=214 -height=304 -layer=com_44 -graphic=tradebacking -tiling=yes - -// 260:4 -[com_4] -type=graphic -x=17 -y=15 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,4" - -// 260:5 -[com_5] -type=graphic -x=17 -y=34 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,9" - -// 260:6 -[com_6] -type=graphic -x=17 -y=293 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,6" - -// 260:7 -[com_7] -type=graphic -x=255 -y=15 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,5" - -// 260:8 -[com_8] -type=graphic -x=255 -y=34 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,10" - -// 260:9 -[com_9] -type=graphic -x=255 -y=293 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,7" - -// 260:10 -[com_10] -type=graphic -x=291 -y=15 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,4" - -// 260:11 -[com_11] -type=graphic -x=291 -y=34 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,9" - -// 260:12 -[com_12] -type=graphic -x=291 -y=293 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,6" - -// 260:13 -[com_13] -type=graphic -x=481 -y=15 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,5" - -// 260:14 -[com_14] -type=graphic -x=481 -y=34 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,10" - -// 260:15 -[com_15] -type=graphic -x=481 -y=293 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,7" - -// 260:16 -[com_16] -type=graphic -x=4 -y=54 -width=21 -height=241 -layer=com_44 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 260:17 -[com_17] -type=graphic -x=267 -y=54 -width=24 -height=240 -layer=com_44 -graphic="v2_stone_borders,3" -tiling=yes - -// 260:18 -[com_18] -type=graphic -x=47 -y=2 -width=209 -height=20 -layer=com_44 -graphic="v2_stone_borders,0" -tiling=yes - -// 260:19 -[com_19] -type=graphic -x=27 -y=32 -width=253 -height=26 -layer=com_44 -graphic="v2_stone_borders,8" -tiling=yes - -// 260:20 -[com_20] -type=graphic -x=48 -y=305 -width=208 -height=25 -layer=com_44 -graphic="v2_stone_borders,2" -tiling=yes - -// 260:21 -[com_21] -type=graphic -x=323 -y=305 -width=161 -height=28 -layer=com_44 -graphic="v2_stone_borders,2" -tiling=yes - -// 260:22 -[com_22] -type=graphic -x=322 -y=2 -width=176 -height=30 -layer=com_44 -graphic="v2_stone_borders,0" -tiling=yes - -// 260:23 -[com_23] -type=graphic -x=300 -y=32 -width=202 -height=22 -layer=com_44 -graphic="v2_stone_borders,8" -tiling=yes - -// 260:24 -[com_24] -type=graphic -x=493 -y=55 -width=20 -height=240 -layer=com_44 -graphic="v2_stone_borders,3" -tiling=yes - -// 260:25 -[com_25] -type=graphic -x=278 -y=55 -width=22 -height=241 -layer=com_44 -graphic="v2_stone_borders,1" -tiling=yes - -// 260:26 -[com_26] -type=graphic -x=314 -y=66 -width=61 -height=62 -layer=com_44 -graphic=dream_inv_brdr - -// 260:27 -[com_27] -type=graphic -x=406 -y=123 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,13" - -// 260:28 -[com_28] -type=graphic -x=406 -y=167 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,13" - -// 260:29 -[com_29] -type=graphic -x=385 -y=145 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,8" - -// 260:30 -[com_30] -type=graphic -x=406 -y=208 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,13" - -// 260:31 -[com_31] -type=graphic -x=406 -y=104 -width=36 -height=36 -layer=com_44 -graphic="miscgraphics,0" - -// 260:32 -[com_32] -type=graphic -x=406 -y=145 -width=36 -height=36 -layer=com_44 -graphic="miscgraphics,0" - -// 260:33 -[com_33] -type=graphic -x=406 -y=186 -width=36 -height=36 -layer=com_44 -graphic="miscgraphics,0" - -// 260:34 -[com_34] -type=graphic -x=406 -y=227 -width=36 -height=36 -layer=com_44 -graphic="miscgraphics,0" - -// 260:35 -[com_35] -type=graphic -x=356 -y=145 -width=36 -height=36 -layer=com_44 -graphic="miscgraphics,0" - -// 260:36 -[com_36] -type=graphic -x=408 -y=106 -width=32 -height=32 -layer=com_44 -graphic="wornicons,0" - -// 260:37 -[com_37] -type=graphic -x=408 -y=147 -width=32 -height=32 -layer=com_44 -graphic="wornicons,5" - -// 260:38 -[com_38] -type=graphic -x=408 -y=188 -width=32 -height=32 -layer=com_44 -graphic="wornicons,7" - -// 260:39 -[com_39] -type=graphic -x=408 -y=229 -width=32 -height=32 -layer=com_44 -graphic="wornicons,9" - -// 260:40 -[com_40] -type=graphic -x=358 -y=147 -width=32 -height=32 -layer=com_44 -graphic="wornicons,3" - -// 260:41 -[com_41] -type=text -x=97 -y=26 -width=181 -height=17 -layer=com_44 -textfont=b12_full -text=Cyrisus's Bank -textshadow=yes -colour=0xff981f - -// 260:42 -[com_42] -type=layer -x=32 -y=52 -width=240 -height=261 -layer=com_44 -oninvtransmit=script60 -oninvtransmitlist=inv_514 - -// 260:43 -[com_43] -type=text -x=363 -y=26 -width=77 -height=17 -layer=com_44 -textfont=b12_full -text=Chest -textalignh=1 -textshadow=yes -colour=0xff981f - -// 260:44 -[com_44] -type=layer -x=-10 -y=2 -width=513 -height=335 - -// 260:45 -[com_45] -type=layer -x=348 -y=105 -width=86 -height=158 -oninvtransmit=script61 -oninvtransmitlist=inv_515 - -// 260:46 -[com_46] -type=graphic -x=476 -y=28 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onclick=script29 - -// 260:47 -[com_47] -type=layer -x=473 -y=15 -width=32 -height=32 -hide=yes - diff --git a/dumps/530/interface/interface_261.if3 b/dumps/530/interface/interface_261.if3 deleted file mode 100644 index b72ffe99e..000000000 --- a/dumps/530/interface/interface_261.if3 +++ /dev/null @@ -1,276 +0,0 @@ -// 261:0 -[com_0] -type=layer -width=190 -height=261 -onload=script1297 - -// 261:1 -[com_1] -type=text -y=2 -width=190 -height=14 -layer=com_0 -textfont=p12_full -text=Options -textalignh=1 -textshadow=yes -colour=0xff9933 -op10= - -// 261:2 -[com_2] -type=graphic -y=9 -width=190 -height=32 -layer=com_0 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 261:3 -[com_3] -type=graphic -x=75 -y=206 -width=40 -height=40 -layer=com_0 -graphic="options_boxes,0" -op1=Toggle Run -onmouseleave=script40(interface_261:com_22) -onvartransmit=script1107 -onclick=script1107 -onvartransmitlist=varplayer_173 - -// 261:4 -[com_4] -type=graphic -x=75 -y=133 -width=40 -height=40 -layer=com_0 -graphic="options_boxes,0" -op1=Toggle Chat Effects -onmouseleave=script40(interface_261:com_22) -onvartransmit=script1101 -onclick=script1101 -onvartransmitlist=varplayer_171 - -// 261:5 -[com_5] -type=graphic -x=131 -y=133 -width=40 -height=40 -layer=com_0 -graphic="options_boxes,0" -op1=Toggle Split Private Chat -onmouseleave=script40(interface_261:com_22) -onvartransmit=script1103 -onclick=script1103 -onvartransmitlist=varplayer_287 - -// 261:6 -[com_6] -type=graphic -x=19 -y=133 -width=40 -height=40 -layer=com_0 -graphic="options_boxes,0" -op1=Toggle Number of Mouse Buttons -onmouseleave=script40(interface_261:com_22) -onvartransmit=script1099 -onclick=script1099 -onvartransmitlist=varplayer_170 - -// 261:7 -[com_7] -type=graphic -x=19 -y=206 -width=40 -height=40 -layer=com_0 -graphic="options_boxes,0" -op1=Toggle Accept Aid -onmouseleave=script40(interface_261:com_22) -onvartransmit=script1105 -onclick=script1105 -onvartransmitlist=varplayer_427 - -// 261:8 -[com_8] -type=graphic -x=131 -y=206 -width=40 -height=40 -layer=com_0 -graphic="options_boxes,0" -op1=Open House Options -onmouseleave=script40(interface_261:com_22) -onclick=script1111 - -// 261:9 -[com_9] -type=graphic -x=136 -y=136 -width=32 -height=33 -layer=com_0 -graphic="options_icons,5" - -// 261:10 -[com_10] -type=graphic -x=78 -y=137 -width=32 -height=33 -layer=com_0 -graphic="options_icons,3" - -// 261:11 -[com_11] -type=graphic -x=23 -y=139 -width=32 -height=32 -layer=com_0 -graphic="options_icons,4" - -// 261:12 -[com_12] -type=graphic -x=23 -y=211 -width=32 -height=33 -layer=com_0 -graphic="options_icons,6" - -// 261:13 -[com_13] -type=text -x=74 -y=227 -width=42 -height=18 -layer=com_0 -textfont=p12_full -text=%1% -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9800 -onload=script1109 - -// 261:14 -[com_14] -type=graphic -x=86 -y=209 -width=17 -height=18 -layer=com_0 -graphic="options_icons_small,3" - -// 261:15 -[com_15] -type=graphic -x=136 -y=211 -width=32 -height=32 -layer=com_0 -graphic="options_icons,17" - -// 261:16 -[com_16] -type=graphic -x=45 -y=41 -width=40 -height=40 -layer=com_0 -graphic="options_boxes,0" -op1=Graphics Settings -op10= -onmouseleave=script40(interface_261:com_22) -onmouserepeat=script38(event_com, interface_261:com_22, "Options for changing your graphics settings", 25, 180) - -// 261:17 -[com_17] -type=graphic -x=45 -y=41 -width=40 -height=40 -layer=com_0 -graphic="options_buttons,2" -op10= - -// 261:18 -[com_18] -type=graphic -x=101 -y=41 -width=40 -height=40 -layer=com_0 -graphic="options_boxes,0" -op1=Audio Settings -op10= -onmouseleave=script40(interface_261:com_22) -onmouserepeat=script38(event_com, interface_261:com_22, "Options for changing your audio settings", 25, 180) - -// 261:19 -[com_19] -type=graphic -x=105 -y=45 -width=32 -height=32 -layer=com_0 -graphic="options_icons,2" -op10= - -// 261:20 -[com_20] -type=graphic -y=90 -width=190 -height=27 -layer=com_0 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 261:21 -[com_21] -type=layer -x=6 -y=5 -width=179 -height=251 -layer=com_0 - -// 261:22 -[com_22] -type=layer -x=29 -y=56 -width=116 -height=132 -layer=com_21 -onmouseleave=script40(interface_261:com_22) - diff --git a/dumps/530/interface/interface_262.if3 b/dumps/530/interface/interface_262.if3 deleted file mode 100644 index 7dd4319c3..000000000 --- a/dumps/530/interface/interface_262.if3 +++ /dev/null @@ -1,871 +0,0 @@ -// 262:0 -[com_0] -type=model -x=5 -y=2 -width=130 -height=81 -layer=com_2 -model=model_18789 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=517 -modelangle_y=624 -modelangle_z=0 -modelzoom=528 -unknown100=64168 -unknown101=3000 - -// 262:1 -[com_1] -type=model -x=11 -y=19 -width=496 -height=288 -layer=com_45 -model=model_18787 -modelorigin_x=-21 -modelorigin_y=0 -modelangle_x=519 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64809 -unknown101=3000 - -// 262:2 -[com_2] -type=layer -x=344 -y=36 -width=130 -height=81 -layer=com_45 - -// 262:3 -[com_3] -type=layer -x=343 -y=126 -width=125 -height=78 -layer=com_45 - -// 262:4 -[com_4] -type=layer -x=349 -y=217 -width=118 -height=65 -layer=com_45 - -// 262:5 -[com_5] -type=layer -width=516 -height=339 -layer=com_45 -hide=yes - -// 262:6 -[com_6] -type=layer -width=517 -height=348 -layer=com_45 -hide=yes - -// 262:7 -[com_7] -type=layer -width=525 -height=346 -layer=com_45 -hide=yes - -// 262:8 -[com_8] -type=layer -width=520 -height=353 -layer=com_45 -hide=yes - -// 262:9 -[com_9] -type=layer -width=517 -height=353 -layer=com_45 -hide=yes - -// 262:10 -[com_10] -type=layer -width=515 -height=342 -layer=com_45 -hide=yes - -// 262:11 -[com_11] -type=layer -width=524 -height=347 -layer=com_45 -hide=yes - -// 262:12 -[com_12] -type=layer -width=519 -height=349 -layer=com_45 -hide=yes - -// 262:13 -[com_13] -type=layer -width=518 -height=345 -layer=com_45 -hide=yes - -// 262:14 -[com_14] -type=layer -width=516 -height=350 -layer=com_45 -hide=yes - -// 262:15 -[com_15] -type=layer -width=513 -height=344 -layer=com_45 -hide=yes - -// 262:16 -[com_16] -type=layer -width=516 -height=356 -layer=com_45 -hide=yes - -// 262:17 -[com_17] -type=layer -width=513 -height=349 -layer=com_45 -hide=yes - -// 262:18 -[com_18] -type=layer -width=519 -height=348 -layer=com_45 -hide=yes - -// 262:19 -[com_19] -type=layer -width=514 -height=344 -layer=com_45 -hide=yes - -// 262:20 -[com_20] -type=model -x=251 -y=33 -width=53 -height=40 -layer=com_45 -model=model_18794 -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=519 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64288 -unknown101=3000 -op1=Attach/Detach Pipe -onvartransmit=script1319 -onop=script1318(event_com) -onvartransmitlist=varplayer_898 - -// 262:21 -[com_21] -type=model -x=39 -y=254 -width=55 -height=40 -layer=com_45 -model=model_18790 -modelorigin_x=0 -modelorigin_y=-13 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64289 -unknown101=3000 -op1=Attach/Detach Pipe -onop=script1318(event_com) - -// 262:22 -[com_22] -type=model -x=142 -y=254 -width=55 -height=40 -layer=com_45 -model=model_18790 -modelorigin_x=0 -modelorigin_y=-13 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64289 -unknown101=3000 -op1=Attach/Detach Pipe -onop=script1318(event_com) - -// 262:23 -[com_23] -type=model -x=250 -y=254 -width=55 -height=40 -layer=com_45 -model=model_18790 -modelorigin_x=0 -modelorigin_y=-13 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64289 -unknown101=3000 -op1=Attach/Detach Pipe -onop=script1318(event_com) - -// 262:24 -[com_24] -type=model -x=38 -y=33 -width=55 -height=37 -layer=com_45 -model=model_18794 -modelorigin_x=0 -modelorigin_y=9 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64289 -unknown101=3000 -op1=Attach/Detach Pipe -onop=script1318(event_com) - -// 262:25 -[com_25] -type=model -x=142 -y=33 -width=55 -height=37 -layer=com_45 -model=model_18794 -modelorigin_x=0 -modelorigin_y=9 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64289 -unknown101=3000 -op1=Attach/Detach Pipe -onop=script1318(event_com) - -// 262:26 -[com_26] -type=model -x=-4 -y=-18 -width=525 -height=361 -layer=com_45 -model=model_18788 -modelorigin_x=-20 -modelorigin_y=1 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=442 -unknown100=64208 -unknown101=3000 - -// 262:27 -[com_27] -type=graphic -x=475 -y=6 -width=26 -height=23 -layer=com_45 -graphic="close_buttons,1" -op1=Close -onmouseleave=script44(event_com, "close_buttons,1") -onvartransmit=script1317 -onop=script29 -onmouserepeat=script44(event_com, "close_buttons,0") -onvartransmitlist=varplayer_898 - -// 262:28 -[com_28] -type=model -x=9 -y=13 -width=112 -height=59 -layer=com_3 -model=model_18813 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=517 -modelangle_y=645 -modelangle_z=0 -modelzoom=528 -unknown100=64167 -unknown101=3000 - -// 262:29 -[com_29] -type=model -x=7 -y=5 -width=106 -height=54 -layer=com_4 -model=model_18814 -modelorigin_x=-4 -modelorigin_y=-7 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=64168 -unknown101=3000 - -// 262:30 -[com_30] -type=model -x=45 -y=57 -width=41 -height=208 -layer=com_5 -model=model_18801 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=407 -unknown100=64799 -unknown101=3000 - -// 262:31 -[com_31] -type=model -x=152 -y=54 -width=41 -height=212 -layer=com_6 -model=model_18807 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64812 -unknown101=3000 - -// 262:32 -[com_32] -type=model -x=257 -y=56 -width=42 -height=212 -layer=com_7 -model=model_18812 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64764 -unknown101=3000 - -// 262:33 -[com_33] -type=model -x=46 -y=192 -width=147 -height=68 -layer=com_8 -model=model_18798 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=407 -unknown100=64749 -unknown101=3000 - -// 262:34 -[com_34] -type=model -x=50 -y=188 -width=250 -height=70 -layer=com_9 -model=model_18799 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=414 -unknown100=64692 -unknown101=3000 - -// 262:35 -[com_35] -type=model -x=152 -y=193 -width=147 -height=67 -layer=com_10 -model=model_18800 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=407 -unknown100=64659 -unknown101=3000 - -// 262:36 -[com_36] -type=model -x=52 -y=63 -width=146 -height=204 -layer=com_11 -model=model_18802 -modelorigin_x=13 -modelorigin_y=21 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64627 -unknown101=3000 - -// 262:37 -[com_37] -type=model -x=47 -y=65 -width=254 -height=201 -layer=com_12 -model=model_18803 -modelorigin_x=-4 -modelorigin_y=1 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=407 -unknown100=64571 -unknown101=3000 - -// 262:38 -[com_38] -type=model -x=47 -y=65 -width=147 -height=67 -layer=com_13 -model=model_18804 -modelorigin_x=-1 -modelorigin_y=-13 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=407 -unknown100=64530 -unknown101=3000 - -// 262:39 -[com_39] -type=model -x=46 -y=63 -width=253 -height=69 -layer=com_14 -model=model_18805 -modelorigin_x=4 -modelorigin_y=-6 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=410 -unknown100=64489 -unknown101=3000 - -// 262:40 -[com_40] -type=model -x=43 -y=55 -width=154 -height=207 -layer=com_15 -model=model_18806 -modelorigin_x=-5 -modelorigin_y=20 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64466 -unknown101=3000 - -// 262:41 -[com_41] -type=model -x=152 -y=57 -width=150 -height=210 -layer=com_16 -model=model_18808 -modelorigin_x=11 -modelorigin_y=21 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64428 -unknown101=3000 - -// 262:42 -[com_42] -type=model -x=153 -y=70 -width=147 -height=66 -layer=com_17 -model=model_18809 -modelorigin_x=1 -modelorigin_y=-12 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=407 -unknown100=64383 -unknown101=3000 - -// 262:43 -[com_43] -type=model -x=46 -y=62 -width=255 -height=203 -layer=com_18 -model=model_18810 -modelorigin_x=-4 -modelorigin_y=25 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=407 -unknown100=64350 -unknown101=3000 - -// 262:44 -[com_44] -type=model -x=149 -y=57 -width=152 -height=208 -layer=com_19 -model=model_18811 -modelorigin_x=0 -modelorigin_y=-11 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64324 -unknown101=3000 - -// 262:45 -[com_45] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 262:46 -[com_46] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 262:47 -[com_47] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_46 - -// 262:48 -[com_48] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 262:49 -[com_49] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 262:50 -[com_50] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 262:51 -[com_51] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 262:52 -[com_52] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 262:53 -[com_53] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 262:54 -[com_54] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 262:55 -[com_55] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 262:56 -[com_56] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_47 - -// 262:57 -[com_57] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_47 - -// 262:58 -[com_58] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_47 - -// 262:59 -[com_59] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_47 - -// 262:60 -[com_60] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_47 - -// 262:61 -[com_61] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_57 -graphic=tradebacking -tiling=yes -outline=2 - -// 262:62 -[com_62] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_56 -graphic=tradebacking -tiling=yes -outline=2 - -// 262:63 -[com_63] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_58 -graphic=tradebacking -tiling=yes -outline=2 - -// 262:64 -[com_64] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_59 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_263.if3 b/dumps/530/interface/interface_263.if3 deleted file mode 100644 index 8c9f31a73..000000000 --- a/dumps/530/interface/interface_263.if3 +++ /dev/null @@ -1,41 +0,0 @@ -// 263:0 -[com_0] -type=model -x=1 -y=3 -width=17319 -height=18451 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_40883 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=519 -modelangle_y=0 -modelangle_z=0 -modelzoom=480 -modelanim=seq_4016 -unknown100=64154 -unknown101=3000 -unknown103=yes -modelobjwidth=541 -modelobjheight=376 - -// 263:1 -[com_1] -type=text -y=495 -width=100 -height=20 -xmode=abs_centre -ymode=proportion_top -textfont=b12_full -text=Score: 0 -textalignh=1 -textshadow=yes -colour=0xffff00 -onvartransmit=script87(event_com) -onvartransmitlist=varplayer_727 - diff --git a/dumps/530/interface/interface_264.if b/dumps/530/interface/interface_264.if deleted file mode 100644 index 3d5410417..000000000 --- a/dumps/530/interface/interface_264.if +++ /dev/null @@ -1,30 +0,0 @@ -// 264:0 -[com_0] - -// 264:1 -[com_1] - -// 264:2 -[com_2] - -// 264:3 -[com_3] - -// 264:4 -[com_4] - -// 264:5 -[com_5] - -// 264:6 -[com_6] - -// 264:7 -[com_7] - -// 264:8 -[com_8] - -// 264:9 -[com_9] - diff --git a/dumps/530/interface/interface_265.if3 b/dumps/530/interface/interface_265.if3 deleted file mode 100644 index d980a838f..000000000 --- a/dumps/530/interface/interface_265.if3 +++ /dev/null @@ -1,322 +0,0 @@ -// 265:0 -[com_0] -type=layer -x=5 -y=5 -width=256 -height=98 -xmode=abs_right -onload=script1786(event_com, interface_265:com_1, interface_265:com_2, interface_265:com_3, interface_265:com_4, interface_265:com_5, interface_265:com_6, interface_265:com_7, interface_265:com_8, interface_265:com_9, interface_265:com_10, interface_265:com_11, interface_265:com_12, interface_265:com_13, interface_265:com_14, interface_265:com_15, interface_265:com_16) - -// 265:1 -[com_1] -type=graphic -width=256 -height=98 -layer=com_0 -graphic=tradebacking -tiling=yes -trans=125 - -// 265:2 -[com_2] -type=line -x=-567 -y=-244 -height=53 -layer=com_0 -linewid=2 -colour=0x000000 - -// 265:3 -[com_3] -type=text -x=4 -y=4 -width=100 -height=15 -layer=com_0 -textfont=p11_full -textshadow=yes -colour=0xb17a37 - -// 265:4 -[com_4] -type=text -x=4 -y=19 -width=100 -height=15 -layer=com_0 -textfont=p11_full -text=Players: -textshadow=yes -colour=0xb17a37 - -// 265:5 -[com_5] -type=text -x=4 -y=19 -width=100 -height=15 -layer=com_0 -textfont=p11_full -textalignh=2 -textshadow=yes -colour=0xff981f - -// 265:6 -[com_6] -type=text -x=4 -y=34 -width=100 -height=12 -layer=com_0 -textfont=p11_full -text=Kills: -textshadow=yes -colour=0xb17a37 - -// 265:7 -[com_7] -type=text -x=4 -y=34 -width=100 -height=12 -layer=com_0 -textfont=p11_full -textalignh=2 -textshadow=yes -colour=0xff981f - -// 265:8 -[com_8] -type=text -x=4 -y=46 -width=100 -height=15 -layer=com_0 -textfont=p11_full -textalignh=2 -textshadow=yes -colour=0xb17a37 - -// 265:9 -[com_9] -type=text -x=152 -y=4 -width=100 -height=15 -layer=com_0 -textfont=p11_full -text=Opposing clan: -textshadow=yes -colour=0xb17a37 - -// 265:10 -[com_10] -type=text -x=152 -y=19 -width=100 -height=15 -layer=com_0 -textfont=p11_full -text=Players: -textshadow=yes -colour=0xb17a37 - -// 265:11 -[com_11] -type=text -x=152 -y=19 -width=100 -height=15 -layer=com_0 -textfont=p11_full -textalignh=2 -textshadow=yes -colour=0xff981f - -// 265:12 -[com_12] -type=text -x=152 -y=34 -width=100 -height=12 -layer=com_0 -textfont=p11_full -text=Kills: -textshadow=yes -colour=0xb17a37 - -// 265:13 -[com_13] -type=text -x=152 -y=34 -width=100 -height=12 -layer=com_0 -textfont=p11_full -textalignh=2 -textshadow=yes -colour=0xff981f - -// 265:14 -[com_14] -type=text -x=152 -y=46 -width=100 -height=15 -layer=com_0 -textfont=p11_full -textalignh=2 -textshadow=yes -colour=0xb17a37 - -// 265:15 -[com_15] -type=text -x=4 -y=64 -width=248 -height=15 -layer=com_0 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xb17a37 - -// 265:16 -[com_16] -type=text -x=4 -y=79 -width=248 -height=15 -layer=com_0 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xff981f - -// 265:17 -[com_17] -type=layer -x=5 -width=64 -height=72 -xmode=abs_right -ymode=abs_centre -onload=script1792(event_com, interface_265:com_18, interface_265:com_19, interface_265:com_20, interface_265:com_21, 17367040) -onvartransmit=script1792(event_com, interface_265:com_18, interface_265:com_19, interface_265:com_20, interface_265:com_21, 17367040) -onvartransmitlist=varplayer_1305 - -// 265:18 -[com_18] -type=graphic -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_17 -tiling=yes -trans=125 - -// 265:19 -[com_19] -type=graphic -y=15 -width=32 -height=32 -xmode=abs_centre -layer=com_17 -graphic="options_icons,18" - -// 265:20 -[com_20] -type=text -y=3 -height=13 -widthmode=minus -xmode=abs_centre -layer=com_17 -textfont=p11_full -text=On death: -textalignh=1 -textshadow=yes -colour=0x000000 - -// 265:21 -[com_21] -type=text -y=46 -height=23 -widthmode=minus -layer=com_17 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0x000000 - -// 265:22 -[com_22] -type=layer -x=5 -y=-728 -width=75 -height=50 -widthmode=minus -ymode=proportion_centre -onload=script1807(event_com, interface_265:com_24, interface_265:com_25) - -// 265:23 -[com_23] -type=graphic -y=1 -width=13 -height=13 -layer=com_22 -graphic="coppa_mouth_button,2" -opbase=Caller -op1=Set -op2=Clear -onop=script1157(event_op) - -// 265:24 -[com_24] -type=text -x=15 -width=100 -height=15 -layer=com_22 -textfont=b12_full -textshadow=yes -colour=0x00ffff -opbase=Caller -op1=Set -op2=Clear -onop=script1157(event_op) - -// 265:25 -[com_25] -type=text -height=15 -widthmode=minus -heightmode=minus -ymode=abs_bottom -layer=com_22 -textfont=p12_full -textalignv=1 -textshadow=yes -colour=0x00ffff - diff --git a/dumps/530/interface/interface_266.if3 b/dumps/530/interface/interface_266.if3 deleted file mode 100644 index ca8c4b659..000000000 --- a/dumps/530/interface/interface_266.if3 +++ /dev/null @@ -1,284 +0,0 @@ -// 266:0 -[com_0] -type=rectangle -width=512 -height=335 -layer=com_3 -colour=0x46341d -fill=yes -trans=160 -onload=script663(interface_266:com_2, interface_266:com_23) -onvartransmit=script663(interface_266:com_2, interface_266:com_23) -onvartransmitlist=varplayer_1146 - -// 266:1 -[com_1] -type=graphic -x=478 -y=9 -width=26 -height=23 -layer=com_3 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 266:2 -[com_2] -type=model -x=10 -y=84 -width=491 -height=151 -layer=com_3 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=377 -unknown100=0 -unknown101=3000 - -// 266:3 -[com_3] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 266:4 -[com_4] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 266:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 - -// 266:6 -[com_6] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 266:7 -[com_7] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 266:8 -[com_8] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 266:9 -[com_9] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 266:10 -[com_10] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 266:11 -[com_11] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 266:12 -[com_12] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 266:13 -[com_13] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 266:14 -[com_14] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_5 - -// 266:15 -[com_15] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_5 - -// 266:16 -[com_16] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_5 - -// 266:17 -[com_17] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_5 - -// 266:18 -[com_18] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_5 - -// 266:19 -[com_19] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_15 -graphic=tradebacking -tiling=yes -outline=2 - -// 266:20 -[com_20] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_14 -graphic=tradebacking -tiling=yes -outline=2 - -// 266:21 -[com_21] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - -// 266:22 -[com_22] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - -// 266:23 -[com_23] -type=text -x=74 -y=115 -width=368 -height=93 -layer=com_3 -textfont=p11_full -text=--- -textshadow=yes -colour=0x000000 - diff --git a/dumps/530/interface/interface_267.if3 b/dumps/530/interface/interface_267.if3 deleted file mode 100644 index 22a19a296..000000000 --- a/dumps/530/interface/interface_267.if3 +++ /dev/null @@ -1,1688 +0,0 @@ -// 267:0 -[com_0] -type=graphic -x=26 -y=6 -width=461 -height=260 -graphic=tradebacking -tiling=yes - -// 267:1 -[com_1] -type=graphic -x=9 -y=43 -width=29 -height=206 -graphic="v2_stone_borders,1" -tiling=yes - -// 267:2 -[com_2] -type=graphic -x=472 -y=43 -width=25 -height=196 -graphic="v2_stone_borders,3" -tiling=yes - -// 267:3 -[com_3] -type=graphic -x=3 -y=5 -width=25 -height=25 -layer=com_87 -graphic="staticons,0" - -// 267:4 -[com_4] -type=graphic -x=222 -y=5 -width=25 -height=25 -layer=com_87 -graphic="staticons,1" - -// 267:5 -[com_5] -type=graphic -x=2 -y=39 -width=25 -height=25 -layer=com_87 -graphic="staticons,2" - -// 267:6 -[com_6] -type=graphic -x=222 -y=39 -width=25 -height=25 -layer=com_87 -graphic="staticons,3" - -// 267:7 -[com_7] -type=graphic -x=4 -y=79 -width=25 -height=25 -layer=com_87 -graphic="staticons,5" - -// 267:8 -[com_8] -type=graphic -x=222 -y=76 -width=25 -height=25 -layer=com_87 -graphic="staticons,6" - -// 267:9 -[com_9] -type=graphic -x=4 -y=115 -width=25 -height=25 -layer=com_87 -graphic="staticons,4" - -// 267:10 -[com_10] -type=text -x=45 -y=7 -width=160 -height=14 -layer=com_87 -textfont=p12_full -text=Attack -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:11 -[com_11] -type=text -x=264 -y=6 -width=160 -height=14 -layer=com_87 -textfont=p12_full -text=Strength -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:12 -[com_12] -type=text -x=45 -y=44 -width=160 -height=14 -layer=com_87 -textfont=p12_full -text=Defence -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:13 -[com_13] -type=text -x=264 -y=44 -width=160 -height=14 -layer=com_87 -textfont=p12_full -text=Ranged -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:14 -[com_14] -type=text -x=46 -y=81 -width=160 -height=14 -layer=com_87 -textfont=p12_full -text=Magic -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:15 -[com_15] -type=text -x=264 -y=81 -width=160 -height=14 -layer=com_87 -textfont=p12_full -text=Hitpoints -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:16 -[com_16] -type=text -x=46 -y=120 -width=160 -height=14 -layer=com_87 -textfont=p12_full -text=Prayer -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:17 -[com_17] -type=model -x=9 -y=281 -width=28 -height=23 -layer=com_87 -model=model_15280 -modelorigin_x=-1 -modelorigin_y=7 -modelangle_x=114 -modelangle_y=183 -modelangle_z=0 -modelzoom=1040 -unknown100=64368 -unknown101=2121 - -// 267:18 -[com_18] -type=model -x=237 -y=284 -width=17 -height=23 -layer=com_87 -model=model_15282 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=375 -modelangle_y=3 -modelangle_z=0 -modelzoom=1040 -unknown100=64382 -unknown101=2088 - -// 267:19 -[com_19] -type=model -x=13 -y=322 -width=19 -height=27 -layer=com_87 -model=model_15281 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=261 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1808 -unknown100=63413 -unknown101=3656 - -// 267:20 -[com_20] -type=model -x=2 -y=176 -width=31 -height=24 -layer=com_87 -model=model_2364 -modelorigin_x=4 -modelorigin_y=3 -modelangle_x=555 -modelangle_y=1855 -modelangle_z=0 -modelzoom=784 -unknown100=64695 -unknown101=1571 - -// 267:21 -[com_21] -type=model -x=229 -y=181 -width=25 -height=20 -layer=com_87 -model=model_15279 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=327 -modelangle_y=1696 -modelangle_z=0 -modelzoom=1936 -unknown100=63259 -unknown101=3893 - -// 267:22 -[com_22] -type=model -x=11 -y=213 -width=20 -height=26 -layer=com_87 -model=model_7152 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=327 -modelangle_y=1777 -modelangle_z=0 -modelzoom=1040 -unknown100=64373 -unknown101=2103 - -// 267:23 -[com_23] -type=model -x=232 -y=324 -width=28 -height=23 -layer=com_87 -model=model_15278 -modelorigin_x=4 -modelorigin_y=5 -modelangle_x=291 -modelangle_y=771 -modelangle_z=0 -modelzoom=912 -unknown100=64536 -unknown101=1839 - -// 267:24 -[com_24] -type=model -x=9 -y=361 -width=25 -height=22 -layer=com_87 -model=model_27164 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=273 -modelangle_y=1644 -modelangle_z=0 -modelzoom=912 -unknown100=64537 -unknown101=1840 - -// 267:25 -[com_25] -type=model -x=234 -y=361 -width=25 -height=22 -layer=com_87 -model=model_27163 -modelorigin_x=0 -modelorigin_y=9 -modelangle_x=138 -modelangle_y=224 -modelangle_z=0 -modelzoom=784 -unknown100=64696 -unknown101=1580 - -// 267:26 -[com_26] -type=model -x=13 -y=399 -width=19 -height=23 -layer=com_87 -model=model_27166 -modelorigin_x=3 -modelorigin_y=8 -modelangle_x=159 -modelangle_y=245 -modelangle_z=0 -modelzoom=784 -unknown100=64699 -unknown101=1574 - -// 267:27 -[com_27] -type=model -x=235 -y=400 -width=20 -height=18 -layer=com_87 -model=model_27165 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=324 -modelangle_y=20 -modelangle_z=0 -modelzoom=656 -unknown100=64851 -unknown101=1317 - -// 267:28 -[com_28] -type=text -x=46 -y=281 -width=120 -height=14 -layer=com_87 -textfont=p12_full -text=Void Knight Mace -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:29 -[com_29] -type=text -x=264 -y=281 -width=120 -height=15 -layer=com_87 -textfont=p12_full -text=Void Knight Top -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:30 -[com_30] -type=text -x=46 -y=320 -width=120 -height=14 -layer=com_87 -textfont=p12_full -text=Void Knight Robes -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:31 -[com_31] -type=text -x=264 -y=320 -width=120 -height=14 -layer=com_87 -textfont=p12_full -text=Void Knight Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:32 -[com_32] -type=text -x=46 -y=180 -width=95 -height=15 -layer=com_87 -textfont=p12_full -text=Herb Pack -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:33 -[com_33] -type=text -x=46 -y=220 -width=95 -height=14 -layer=com_87 -textfont=p12_full -text=Seed Pack -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:34 -[com_34] -type=text -x=46 -y=22 -width=48 -height=13 -layer=com_87 -textfont=p11_full -text=(1 Pt) -textlineheight=12 -colour=0x855013 -op1=Attack -onmouseover=script1963(event_com, 1) -onmouseleave=script1964(event_com) - -// 267:35 -[com_35] -type=text -x=265 -y=22 -width=48 -height=13 -layer=com_87 -textfont=p11_full -text=(1 Pt) -textlineheight=12 -colour=0x855013 -op1=Strength -onmouseover=script1963(event_com, 4) -onmouseleave=script1964(event_com) - -// 267:36 -[com_36] -type=text -x=46 -y=59 -width=48 -height=13 -layer=com_87 -textfont=p11_full -text=(1 Pt) -textlineheight=12 -colour=0x855013 -op1=Defence -onmouseover=script1963(event_com, 7) -onmouseleave=script1964(event_com) - -// 267:37 -[com_37] -type=text -x=264 -y=59 -width=48 -height=12 -layer=com_87 -textfont=p11_full -text=(1 Pt) -textlineheight=12 -colour=0x855013 -op1=Ranged -onmouseover=script1963(event_com, 10) -onmouseleave=script1964(event_com) - -// 267:38 -[com_38] -type=text -x=46 -y=98 -width=48 -height=13 -layer=com_87 -textfont=p11_full -text=(1 Pt) -textlineheight=12 -colour=0x855013 -op1=Magic -onmouseover=script1963(event_com, 13) -onmouseleave=script1964(event_com) - -// 267:39 -[com_39] -type=text -x=264 -y=98 -width=48 -height=12 -layer=com_87 -textfont=p11_full -text=(1 Pt) -textlineheight=12 -colour=0x855013 -op1=Hitpoints -onmouseover=script1963(event_com, 16) -onmouseleave=script1964(event_com) - -// 267:40 -[com_40] -type=text -x=46 -y=136 -width=48 -height=11 -layer=com_87 -textfont=p11_full -text=(1 Pt) -textlineheight=12 -colour=0x855013 -op1=Prayer -onmouseover=script1963(event_com, 19) -onmouseleave=script1964(event_com) - -// 267:41 -[com_41] -type=text -x=46 -y=297 -width=84 -height=13 -layer=com_87 -textfont=p11_full -text=(250 Pts) -textlineheight=12 -colour=0x855013 -op1=Void Knight Mace -onmouseover=script1963(event_com, 22) -onmouseleave=script1964(event_com) - -// 267:42 -[com_42] -type=text -x=264 -y=297 -width=84 -height=12 -layer=com_87 -textfont=p11_full -text=(250 Pts) -textlineheight=12 -colour=0x855013 -op1=Void Knight Top -onmouseover=script1963(event_com, 23) -onmouseleave=script1964(event_com) - -// 267:43 -[com_43] -type=text -x=46 -y=336 -width=84 -height=13 -layer=com_87 -textfont=p11_full -text=(250 Pts) -textlineheight=12 -colour=0x855013 -op1=Void Knight Robe -onmouseover=script1963(event_com, 24) -onmouseleave=script1964(event_com) - -// 267:44 -[com_44] -type=text -x=265 -y=336 -width=84 -height=11 -layer=com_87 -textfont=p11_full -text=(150 Pts) -textlineheight=12 -colour=0x855013 -op1=Void Knight Gloves -onmouseover=script1963(event_com, 25) -onmouseleave=script1964(event_com) - -// 267:45 -[com_45] -type=text -x=46 -y=198 -width=84 -height=11 -layer=com_87 -textfont=p11_full -text=(30 Pts) -textlineheight=12 -colour=0x855013 -op1=Herb Pack -onmouseover=script1963(event_com, 30) -onmouseleave=script1964(event_com) - -// 267:46 -[com_46] -type=text -x=264 -y=198 -width=84 -height=11 -layer=com_87 -textfont=p11_full -text=(15 Pts) -textlineheight=12 -colour=0x855013 -op1=Mineral Pack -onmouseover=script1963(event_com, 31) -onmouseleave=script1964(event_com) - -// 267:47 -[com_47] -type=text -x=264 -y=180 -width=95 -height=14 -layer=com_87 -textfont=p12_full -text=Mineral Pack -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:48 -[com_48] -type=text -x=46 -y=237 -width=84 -height=12 -layer=com_87 -textfont=p11_full -text=(15 Pts) -textlineheight=12 -colour=0x855013 -op1=Seed Pack -onmouseover=script1963(event_com, 32) -onmouseleave=script1964(event_com) - -// 267:49 -[com_49] -type=text -x=92 -y=22 -width=48 -height=13 -layer=com_87 -textfont=p11_full -text=(10 Pts) -textlineheight=12 -colour=0x855013 -op1=Attack -onmouseover=script1963(event_com, 2) -onmouseleave=script1964(event_com) - -// 267:50 -[com_50] -type=text -x=311 -y=22 -width=48 -height=12 -layer=com_87 -textfont=p11_full -text=(10 Pts) -textlineheight=12 -colour=0x855013 -op1=Strength -onmouseover=script1963(event_com, 5) -onmouseleave=script1964(event_com) - -// 267:51 -[com_51] -type=text -x=92 -y=59 -width=48 -height=13 -layer=com_87 -textfont=p11_full -text=(10 Pts) -textlineheight=12 -colour=0x855013 -op1=Defence -onmouseover=script1963(event_com, 8) -onmouseleave=script1964(event_com) - -// 267:52 -[com_52] -type=text -x=311 -y=59 -width=48 -height=12 -layer=com_87 -textfont=p11_full -text=(10 Pts) -textlineheight=12 -colour=0x855013 -op1=Ranged -onmouseover=script1963(event_com, 11) -onmouseleave=script1964(event_com) - -// 267:53 -[com_53] -type=text -x=92 -y=98 -width=48 -height=13 -layer=com_87 -textfont=p11_full -text=(10 Pts) -textlineheight=12 -colour=0x855013 -op1=Magic -onmouseover=script1963(event_com, 14) -onmouseleave=script1964(event_com) - -// 267:54 -[com_54] -type=text -x=311 -y=98 -width=48 -height=12 -layer=com_87 -textfont=p11_full -text=(10 Pts) -textlineheight=12 -colour=0x855013 -op1=Hitpoints -onmouseover=script1963(event_com, 17) -onmouseleave=script1964(event_com) - -// 267:55 -[com_55] -type=text -x=93 -y=136 -width=48 -height=11 -layer=com_87 -textfont=p11_full -text=(10 Pts) -textlineheight=12 -colour=0x855013 -op1=Prayer -onmouseover=script1963(event_com, 20) -onmouseleave=script1964(event_com) - -// 267:56 -[com_56] -type=text -x=152 -y=22 -width=48 -height=13 -layer=com_87 -textfont=p11_full -text=(100 Pts) -textlineheight=12 -colour=0x855013 -op1=Attack -onmouseover=script1963(event_com, 3) -onmouseleave=script1964(event_com) - -// 267:57 -[com_57] -type=text -x=371 -y=22 -width=48 -height=12 -layer=com_87 -textfont=p11_full -text=(100 Pts) -textlineheight=12 -colour=0x855013 -op1=Strength -onmouseover=script1963(event_com, 6) -onmouseleave=script1964(event_com) - -// 267:58 -[com_58] -type=text -x=152 -y=59 -width=48 -height=13 -layer=com_87 -textfont=p11_full -text=(100 Pts) -textlineheight=12 -colour=0x855013 -op1=Defence -onmouseover=script1963(event_com, 9) -onmouseleave=script1964(event_com) - -// 267:59 -[com_59] -type=text -x=371 -y=59 -width=48 -height=12 -layer=com_87 -textfont=p11_full -text=(100 Pts) -textlineheight=12 -colour=0x855013 -op1=Ranged -onmouseover=script1963(event_com, 12) -onmouseleave=script1964(event_com) - -// 267:60 -[com_60] -type=text -x=152 -y=98 -width=48 -height=13 -layer=com_87 -textfont=p11_full -text=(100 Pts) -textlineheight=12 -colour=0x855013 -op1=Magic -onmouseover=script1963(event_com, 15) -onmouseleave=script1964(event_com) - -// 267:61 -[com_61] -type=text -x=371 -y=98 -width=48 -height=12 -layer=com_87 -textfont=p11_full -text=(100 Pts) -textlineheight=12 -colour=0x855013 -op1=Hitpoints -onmouseover=script1963(event_com, 18) -onmouseleave=script1964(event_com) - -// 267:62 -[com_62] -type=text -x=152 -y=136 -width=48 -height=11 -layer=com_87 -textfont=p11_full -text=(100 Pts) -textlineheight=12 -colour=0x855013 -op1=Prayer -onmouseover=script1963(event_com, 21) -onmouseleave=script1964(event_com) - -// 267:63 -[com_63] -type=text -x=46 -y=358 -width=160 -height=14 -layer=com_87 -textfont=p12_full -text=Void Knight Mage Helm -textshadow=yes -colour=0xff981f - -// 267:64 -[com_64] -type=text -x=264 -y=358 -width=170 -height=15 -layer=com_87 -textfont=p12_full -text=Void Knight Ranger Helm -textshadow=yes -colour=0xff981f - -// 267:65 -[com_65] -type=text -x=46 -y=396 -width=160 -height=14 -layer=com_87 -textfont=p12_full -text=Void Knight Melee Helm -textshadow=yes -colour=0xff981f - -// 267:66 -[com_66] -type=text -x=264 -y=396 -width=120 -height=14 -layer=com_87 -textfont=p12_full -text=Void Knight Seal -textshadow=yes -colour=0xff981f - -// 267:67 -[com_67] -type=text -x=46 -y=374 -width=84 -height=13 -layer=com_87 -textfont=p11_full -text=(200 Pts) -colour=0x855013 -op1=Void Knight Mage Helm -onmouseover=script1963(event_com, 26) -onmouseleave=script1964(event_com) - -// 267:68 -[com_68] -type=text -x=264 -y=374 -width=84 -height=12 -layer=com_87 -textfont=p11_full -text=(200 Pts) -colour=0x855013 -op1=Void Knight Ranger Helm -onmouseover=script1963(event_com, 28) -onmouseleave=script1964(event_com) - -// 267:69 -[com_69] -type=text -x=46 -y=412 -width=84 -height=13 -layer=com_87 -textfont=p11_full -text=(200 Pts) -colour=0x855013 -op1=Void Knight Melee Helm -onmouseover=script1963(event_com, 27) -onmouseleave=script1964(event_com) - -// 267:70 -[com_70] -type=text -x=264 -y=412 -width=84 -height=13 -layer=com_87 -textfont=p11_full -text=(10 Pts) -colour=0x855013 -op1=Void Knight Seal -onmouseover=script1963(event_com, 29) -onmouseleave=script1964(event_com) - -// 267:71 -[com_71] -type=text -x=46 -y=454 -width=120 -height=14 -layer=com_87 -textfont=p12_full -text=Spinner Charm -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:72 -[com_72] -type=text -x=267 -y=453 -width=120 -height=14 -layer=com_87 -textfont=p12_full -text=Ravager Charm -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:73 -[com_73] -type=text -x=268 -y=489 -width=120 -height=14 -layer=com_87 -textfont=p12_full -text=Shifter Charm -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:74 -[com_74] -type=text -x=46 -y=489 -width=120 -height=14 -layer=com_87 -textfont=p12_full -text=Torcher Charm -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 267:75 -[com_75] -type=text -x=46 -y=472 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(2 Pts) -colour=0x855013 -op1=Spinner Charm -onmouseover=script1963(event_com, 34) -onmouseleave=script1964(event_com) - -// 267:76 -[com_76] -type=text -x=95 -y=472 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(28 Pts) -colour=0x855013 -op1=Spinner Charm -onmouseover=script1963(event_com, 38) -onmouseleave=script1964(event_com) - -// 267:77 -[com_77] -type=text -x=143 -y=472 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(56 Pts) -colour=0x855013 -op1=Spinner Charm -onmouseover=script1963(event_com, 42) -onmouseleave=script1964(event_com) - -// 267:78 -[com_78] -type=text -x=46 -y=505 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(2 Pts) -colour=0x855013 -op1=Torcher Charm -onmouseover=script1963(event_com, 36) -onmouseleave=script1964(event_com) - -// 267:79 -[com_79] -type=text -x=96 -y=506 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(28 Pts) -colour=0x855013 -op1=Torcher Charm -onmouseover=script1963(event_com, 40) -onmouseleave=script1964(event_com) - -// 267:80 -[com_80] -type=text -x=144 -y=506 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(56 Pts) -colour=0x855013 -op1=Torcher Charm -onmouseover=script1963(event_com, 44) -onmouseleave=script1964(event_com) - -// 267:81 -[com_81] -type=text -x=267 -y=471 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(2 Pts) -colour=0x855013 -op1=Ravager Charm -onmouseover=script1963(event_com, 33) -onmouseleave=script1964(event_com) - -// 267:82 -[com_82] -type=text -x=317 -y=471 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(28 Pts) -colour=0x855013 -op1=Ravager Charm -onmouseover=script1963(event_com, 37) -onmouseleave=script1964(event_com) - -// 267:83 -[com_83] -type=text -x=365 -y=471 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(56 Pts) -colour=0x855013 -op1=Ravager Charm -onmouseover=script1963(event_com, 41) -onmouseleave=script1964(event_com) - -// 267:84 -[com_84] -type=text -x=268 -y=505 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(2 Pts) -colour=0x855013 -op1=Shifter Charm -onmouseover=script1963(event_com, 35) -onmouseleave=script1964(event_com) - -// 267:85 -[com_85] -type=text -x=318 -y=506 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(28 Pts) -colour=0x855013 -op1=Shifter Charm -onmouseover=script1963(event_com, 39) -onmouseleave=script1964(event_com) - -// 267:86 -[com_86] -type=text -x=366 -y=506 -width=44 -height=13 -layer=com_87 -textfont=p11_full -text=(56 Pts) -colour=0x855013 -op1=Shifter Charm -onmouseover=script1963(event_com, 43) -onmouseleave=script1964(event_com) - -// 267:87 -[com_87] -type=layer -x=28 -y=40 -width=440 -height=220 -scrollheight=540 - -// 267:88 -[com_88] -type=layer -x=468 -y=40 -width=16 -height=220 -onload=script63(event_com, interface_267:com_87, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 267:89 -[com_89] -type=model -x=10 -y=453 -width=33 -height=32 -layer=com_87 -model=model_31523 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65039 -unknown101=998 - -// 267:90 -[com_90] -type=model -x=10 -y=495 -width=33 -height=32 -layer=com_87 -model=model_31552 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65039 -unknown101=998 - -// 267:91 -[com_91] -type=model -x=230 -y=452 -width=33 -height=32 -layer=com_87 -model=model_31536 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65039 -unknown101=998 - -// 267:92 -[com_92] -type=model -x=230 -y=495 -width=33 -height=32 -layer=com_87 -model=model_31547 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65039 -unknown101=998 - -// 267:93 -[com_93] -type=text -x=84 -y=16 -width=324 -height=15 -textfont=b12_full -text=Void Knights' Reward Options -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 267:94 -[com_94] -type=graphic -x=464 -y=13 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 267:95 -[com_95] -type=graphic -x=179 -y=275 -width=148 -height=50 -graphic=tradebacking -tiling=yes - -// 267:96 -[com_96] -type=rectangle -x=179 -y=275 -width=148 -height=50 -colour=0x000000 -fill=yes -trans=200 -op1=Confirm -onmouseover=script1965(event_com) -onmouseleave=script1357(event_com, 200) - -// 267:97 -[com_97] -type=graphic -x=175 -y=298 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 267:98 -[com_98] -type=graphic -x=300 -y=271 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 267:99 -[com_99] -type=graphic -x=175 -y=271 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 267:100 -[com_100] -type=graphic -x=300 -y=298 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 267:101 -[com_101] -type=text -x=207 -y=278 -width=81 -height=20 -textfont=p12_full -text=Confirm: -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x969696 -onvartransmit=script1966(event_com) -onvartransmitlist=varplayer_261 - -// 267:102 -[com_102] -type=graphic -x=206 -y=310 -width=98 -height=31 -graphic="v2_stone_borders,2" -tiling=yes - -// 267:103 -[com_103] -type=graphic -x=199 -y=258 -width=107 -height=37 -graphic="v2_stone_borders,0" -tiling=yes - -// 267:104 -[com_104] -type=text -x=207 -y=309 -width=81 -height=12 -textfont=p11_full -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 267:105 -[com_105] -type=text -x=207 -y=288 -width=81 -height=28 -textfont=p11_full -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 267:106 -[com_106] -type=graphic -x=22 -y=3 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 267:107 -[com_107] -type=graphic -x=460 -y=3 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 267:108 -[com_108] -type=graphic -x=53 -y=-10 -width=418 -height=37 -graphic="v2_stone_borders,0" -tiling=yes - -// 267:109 -[com_109] -type=graphic -x=22 -y=22 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 267:110 -[com_110] -type=graphic -x=50 -y=248 -width=413 -height=37 -graphic="v2_stone_borders,2" -tiling=yes - -// 267:111 -[com_111] -type=graphic -x=33 -y=20 -width=459 -height=31 -graphic="v2_stone_borders,0" -tiling=yes - -// 267:112 -[com_112] -type=graphic -x=22 -y=236 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 267:113 -[com_113] -type=graphic -x=460 -y=236 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 267:114 -[com_114] -type=graphic -x=460 -y=22 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 267:115 -[com_115] -type=rectangle -x=52 -y=163 -width=339 -height=1 -layer=com_87 -colour=0xff6600 -fill=yes -trans=200 - -// 267:116 -[com_116] -type=rectangle -x=53 -y=162 -width=337 -height=3 -layer=com_87 -colour=0x000000 -fill=yes -trans=200 - -// 267:117 -[com_117] -type=rectangle -x=52 -y=264 -width=339 -height=1 -layer=com_87 -colour=0xff6600 -fill=yes -trans=200 - -// 267:118 -[com_118] -type=rectangle -x=53 -y=263 -width=337 -height=3 -layer=com_87 -colour=0x000000 -fill=yes -trans=200 - -// 267:119 -[com_119] -type=rectangle -x=52 -y=440 -width=339 -height=1 -layer=com_87 -colour=0xff6600 -fill=yes -trans=200 - -// 267:120 -[com_120] -type=rectangle -x=53 -y=439 -width=337 -height=3 -layer=com_87 -colour=0x000000 -fill=yes -trans=200 - diff --git a/dumps/530/interface/interface_268.if3 b/dumps/530/interface/interface_268.if3 deleted file mode 100644 index 05d6c3fa4..000000000 --- a/dumps/530/interface/interface_268.if3 +++ /dev/null @@ -1,204 +0,0 @@ -// 268:0 -[com_0] -type=layer -width=192 -height=262 - -// 268:1 -[com_1] -type=rectangle -x=3 -width=186 -height=3 -layer=com_0 -colour=0x908335 -fill=yes -trans=245 - -// 268:2 -[com_2] -type=rectangle -x=3 -y=259 -width=186 -height=3 -layer=com_0 -colour=0x908335 -fill=yes -trans=245 - -// 268:3 -[com_3] -type=rectangle -y=5 -width=3 -height=250 -layer=com_0 -colour=0x908335 -fill=yes -trans=245 - -// 268:4 -[com_4] -type=rectangle -x=189 -y=5 -width=3 -height=250 -layer=com_0 -colour=0x908335 -fill=yes -trans=245 - -// 268:5 -[com_5] -type=rectangle -x=3 -y=3 -width=186 -height=256 -layer=com_0 -colour=0x908335 -trans=235 - -// 268:6 -[com_6] -type=rectangle -x=4 -y=4 -width=184 -height=254 -layer=com_0 -colour=0x908335 -trans=235 - -// 268:7 -[com_7] -type=rectangle -x=5 -y=5 -width=182 -height=252 -layer=com_0 -colour=0x908335 -trans=235 - -// 268:8 -[com_8] -type=rectangle -x=6 -y=6 -width=180 -height=250 -layer=com_0 -colour=0x908335 -trans=225 - -// 268:9 -[com_9] -type=rectangle -x=7 -y=7 -width=178 -height=248 -layer=com_0 -colour=0x908335 -trans=225 - -// 268:10 -[com_10] -type=rectangle -x=8 -y=8 -width=176 -height=246 -layer=com_0 -colour=0x908335 -trans=225 - -// 268:11 -[com_11] -type=rectangle -x=9 -y=9 -width=174 -height=244 -layer=com_0 -colour=0x908335 -trans=215 - -// 268:12 -[com_12] -type=rectangle -x=10 -y=10 -width=172 -height=242 -layer=com_0 -colour=0x908335 -trans=215 - -// 268:13 -[com_13] -type=rectangle -x=11 -y=11 -width=170 -height=240 -layer=com_0 -colour=0x908335 -trans=215 - -// 268:14 -[com_14] -type=rectangle -x=12 -y=12 -width=168 -height=238 -layer=com_0 -colour=0x908335 -trans=205 - -// 268:15 -[com_15] -type=rectangle -x=13 -y=13 -width=166 -height=236 -layer=com_0 -colour=0x908335 -trans=205 - -// 268:16 -[com_16] -type=rectangle -x=14 -y=14 -width=164 -height=234 -layer=com_0 -colour=0x908335 -trans=205 - -// 268:17 -[com_17] -type=rectangle -x=15 -y=15 -width=162 -height=232 -layer=com_0 -colour=0x908335 -fill=yes -trans=200 - -// 268:18 -[com_18] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_269.if3 b/dumps/530/interface/interface_269.if3 deleted file mode 100644 index 12642c09e..000000000 --- a/dumps/530/interface/interface_269.if3 +++ /dev/null @@ -1,1120 +0,0 @@ -// 269:0 -[com_0] -type=rectangle -x=-7 -y=2 -width=524 -height=349 -layer=com_50 -colour=0x251704 -fill=yes -onload=script740 -onvartransmit=script741 -onvartransmitlist=varplayer_1163 - -// 269:1 -[com_1] -type=model -x=238 -y=55 -width=263 -height=296 -layer=com_50 -model=model_31059 -modelorigin_x=-113 -modelorigin_y=-35 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=878 -unknown100=64557 -unknown101=1868 -onvartransmit=script742 -onvartransmitlist=varplayer_1164 - -// 269:2 -[com_2] -type=model -x=258 -y=72 -width=224 -height=117 -layer=com_50 -model=model_31052 -modelorigin_x=-114 -modelorigin_y=38 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=878 -unknown100=64570 -unknown101=1820 - -// 269:3 -[com_3] -type=model -x=258 -y=196 -width=225 -height=28 -layer=com_50 -model=model_31040 -modelorigin_x=-114 -modelorigin_y=-42 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=878 -unknown100=64573 -unknown101=1807 - -// 269:4 -[com_4] -type=model -x=258 -y=227 -width=224 -height=69 -layer=com_50 -model=model_31053 -modelorigin_x=-114 -modelorigin_y=-93 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=878 -unknown100=64576 -unknown101=1820 - -// 269:5 -[com_5] -type=model -x=-40 -y=-2 -width=597 -height=373 -layer=com_50 -model=model_31037 -modelorigin_x=-2 -modelorigin_y=-16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=878 -unknown100=64577 -unknown101=1784 - -// 269:6 -[com_6] -type=model -x=-36 -y=3 -width=289 -height=362 -layer=com_50 -model=model_31030 -modelorigin_x=148 -modelorigin_y=-16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=878 -unknown100=64592 -unknown101=1749 - -// 269:7 -[com_7] -type=model -x=265 -y=3 -width=288 -height=362 -layer=com_50 -model=model_31047 -modelorigin_x=-153 -modelorigin_y=-16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=878 -unknown100=64587 -unknown101=1749 - -// 269:8 -[com_8] -type=model -x=54 -y=90 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:9 -[com_9] -type=model -x=86 -y=90 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:10 -[com_10] -type=model -x=119 -y=90 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:11 -[com_11] -type=model -x=152 -y=90 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:12 -[com_12] -type=model -x=185 -y=90 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:13 -[com_13] -type=model -x=218 -y=90 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:14 -[com_14] -type=model -x=54 -y=122 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:15 -[com_15] -type=model -x=86 -y=122 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:16 -[com_16] -type=model -x=119 -y=122 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:17 -[com_17] -type=model -x=152 -y=122 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:18 -[com_18] -type=model -x=185 -y=122 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:19 -[com_19] -type=model -x=218 -y=122 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:20 -[com_20] -type=model -x=54 -y=154 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:21 -[com_21] -type=model -x=86 -y=154 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:22 -[com_22] -type=model -x=119 -y=154 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:23 -[com_23] -type=model -x=152 -y=154 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:24 -[com_24] -type=model -x=185 -y=154 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:25 -[com_25] -type=model -x=218 -y=154 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:26 -[com_26] -type=model -x=54 -y=186 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:27 -[com_27] -type=model -x=86 -y=186 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:28 -[com_28] -type=model -x=119 -y=186 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:29 -[com_29] -type=model -x=152 -y=186 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:30 -[com_30] -type=model -x=185 -y=186 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:31 -[com_31] -type=model -x=218 -y=186 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:32 -[com_32] -type=model -x=54 -y=218 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:33 -[com_33] -type=model -x=86 -y=218 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:34 -[com_34] -type=model -x=119 -y=218 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:35 -[com_35] -type=model -x=152 -y=218 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:36 -[com_36] -type=model -x=185 -y=218 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:37 -[com_37] -type=model -x=218 -y=218 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:38 -[com_38] -type=model -x=54 -y=250 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:39 -[com_39] -type=model -x=86 -y=250 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:40 -[com_40] -type=model -x=119 -y=250 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:41 -[com_41] -type=model -x=152 -y=250 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:42 -[com_42] -type=model -x=185 -y=250 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:43 -[com_43] -type=model -x=218 -y=250 -width=30 -height=31 -layer=com_50 -model=model_31025 -modelorigin_x=-3 -modelorigin_y=-18 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64746 -unknown101=1493 -op1=Press - -// 269:44 -[com_44] -type=graphic -x=470 -y=23 -width=26 -height=23 -layer=com_50 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 269:45 -[com_45] -type=layer -x=279 -y=87 -width=182 -height=94 -layer=com_50 -op1=Manipulate cog - -// 269:46 -[com_46] -type=layer -x=278 -y=182 -width=182 -height=44 -layer=com_50 -op1=Manipulate pinion - -// 269:47 -[com_47] -type=layer -x=278 -y=227 -width=182 -height=48 -layer=com_50 -op1=Manipulate switch - -// 269:48 -[com_48] -type=text -x=326 -y=294 -width=32 -height=32 -layer=com_50 -textfont=quill_oblique_large -textshadow=yes -colour=0xbf751d - -// 269:49 -[com_49] -type=text -x=361 -y=294 -width=32 -height=32 -layer=com_50 -textfont=quill_oblique_large -textshadow=yes -colour=0xbf751d - -// 269:50 -[com_50] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 269:51 -[com_51] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 269:52 -[com_52] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_51 - -// 269:53 -[com_53] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 269:54 -[com_54] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 269:55 -[com_55] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 269:56 -[com_56] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 269:57 -[com_57] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 269:58 -[com_58] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 269:59 -[com_59] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 269:60 -[com_60] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 269:61 -[com_61] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_52 - -// 269:62 -[com_62] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_52 - -// 269:63 -[com_63] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_52 - -// 269:64 -[com_64] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_52 - -// 269:65 -[com_65] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_52 - -// 269:66 -[com_66] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_62 -graphic=tradebacking -tiling=yes -outline=2 - -// 269:67 -[com_67] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_61 -graphic=tradebacking -tiling=yes -outline=2 - -// 269:68 -[com_68] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_63 -graphic=tradebacking -tiling=yes -outline=2 - -// 269:69 -[com_69] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_64 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_27.if3 b/dumps/530/interface/interface_27.if3 deleted file mode 100644 index dd489beb2..000000000 --- a/dumps/530/interface/interface_27.if3 +++ /dev/null @@ -1,1891 +0,0 @@ -// 27:0 -[com_0] -type=model -x=4 -y=28 -width=503 -height=306 -model=model_28554 -modelorigin_x=4 -modelorigin_y=-12 -modelangle_x=2047 -modelangle_y=2047 -modelangle_z=2047 -modelzoom=482 -unknown100=65523 -unknown101=1006 -unknown103=yes - -// 27:1 -[com_1] -type=graphic -x=6 -y=2 -width=39 -height=39 -layer=com_2 -graphic="v2_book_arrows,3" - -// 27:2 -[com_2] -type=layer -x=38 -y=282 -width=45 -height=36 - -// 27:3 -[com_3] -type=graphic -width=39 -height=39 -layer=com_4 -graphic="v2_book_arrows,4" - -// 27:4 -[com_4] -type=layer -x=430 -y=286 -width=45 -height=36 - -// 27:5 -[com_5] -type=text -x=86 -y=294 -width=80 -height=20 -textfont=q8_full -text=page%1 -textalignh=1 -colour=0x000000 - -// 27:6 -[com_6] -type=text -x=348 -y=295 -width=80 -height=20 -textfont=q8_full -text=page%2 -textalignh=1 -colour=0x000000 - -// 27:7 -[com_7] -type=graphic -x=484 -y=4 -width=21 -height=21 -graphic="v2_book_buttons,0" -op1=Close -onmouseover=script44(event_com, "v2_book_buttons,1") -onmouseleave=script44(event_com, "v2_book_buttons,0") -onop=script517 - -// 27:8 -[com_8] -type=text -x=10 -y=10 -width=496 -height=19 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0xff981f - -// 27:9 -[com_9] -type=layer -x=38 -y=55 -width=201 -height=241 -hide=yes - -// 27:10 -[com_10] -type=model -x=71 -y=-12 -width=68 -height=40 -layer=com_9 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65476 -unknown101=1026 -unknown103=yes - -// 27:11 -[com_11] -type=layer -x=38 -y=56 -width=201 -height=241 -hide=yes - -// 27:12 -[com_12] -type=model -x=70 -y=3 -width=68 -height=40 -layer=com_11 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65430 -unknown101=1026 -unknown103=yes - -// 27:13 -[com_13] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:14 -[com_14] -type=model -x=71 -y=21 -width=68 -height=40 -layer=com_13 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65386 -unknown101=1026 -unknown103=yes - -// 27:15 -[com_15] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:16 -[com_16] -type=model -x=71 -y=37 -width=68 -height=40 -layer=com_15 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65345 -unknown101=1026 -unknown103=yes - -// 27:17 -[com_17] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:18 -[com_18] -type=model -x=71 -y=53 -width=68 -height=40 -layer=com_17 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65306 -unknown101=1026 -unknown103=yes - -// 27:19 -[com_19] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:20 -[com_20] -type=model -x=71 -y=69 -width=68 -height=40 -layer=com_19 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65269 -unknown101=1026 -unknown103=yes - -// 27:21 -[com_21] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:22 -[com_22] -type=model -x=71 -y=84 -width=68 -height=40 -layer=com_21 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65235 -unknown101=1026 -unknown103=yes - -// 27:23 -[com_23] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:24 -[com_24] -type=model -x=71 -y=101 -width=68 -height=40 -layer=com_23 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65203 -unknown101=1026 -unknown103=yes - -// 27:25 -[com_25] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:26 -[com_26] -type=model -x=71 -y=117 -width=68 -height=40 -layer=com_25 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65173 -unknown101=1026 -unknown103=yes - -// 27:27 -[com_27] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:28 -[com_28] -type=model -x=71 -y=133 -width=68 -height=40 -layer=com_27 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65145 -unknown101=1026 -unknown103=yes - -// 27:29 -[com_29] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:30 -[com_30] -type=model -x=71 -y=151 -width=68 -height=40 -layer=com_29 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65119 -unknown101=1026 -unknown103=yes - -// 27:31 -[com_31] -type=layer -x=38 -y=56 -width=201 -height=241 -hide=yes - -// 27:32 -[com_32] -type=model -x=70 -y=165 -width=68 -height=40 -layer=com_31 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65095 -unknown101=1026 -unknown103=yes - -// 27:33 -[com_33] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:34 -[com_34] -type=model -x=70 -y=181 -width=68 -height=40 -layer=com_33 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65073 -unknown101=1026 -unknown103=yes - -// 27:35 -[com_35] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:36 -[com_36] -type=model -x=71 -y=198 -width=68 -height=40 -layer=com_35 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65053 -unknown101=1026 -unknown103=yes - -// 27:37 -[com_37] -type=layer -x=38 -y=54 -width=201 -height=241 -hide=yes - -// 27:38 -[com_38] -type=text -x=38 -y=54 -width=202 -height=17 -textfont=q8_full -text=line1 -colour=0x000000 - -// 27:39 -[com_39] -type=text -x=38 -y=70 -width=202 -height=17 -textfont=q8_full -text=line2 -colour=0x000000 - -// 27:40 -[com_40] -type=text -x=38 -y=86 -width=202 -height=17 -textfont=q8_full -text=line3 -colour=0x000000 - -// 27:41 -[com_41] -type=text -x=38 -y=102 -width=202 -height=17 -textfont=q8_full -text=line4 -colour=0x000000 - -// 27:42 -[com_42] -type=text -x=38 -y=118 -width=202 -height=17 -textfont=q8_full -text=line5 -colour=0x000000 - -// 27:43 -[com_43] -type=text -x=38 -y=134 -width=202 -height=17 -textfont=q8_full -text=line6 -colour=0x000000 - -// 27:44 -[com_44] -type=text -x=38 -y=150 -width=202 -height=17 -textfont=q8_full -text=line7 -colour=0x000000 - -// 27:45 -[com_45] -type=text -x=38 -y=166 -width=202 -height=17 -textfont=q8_full -text=line8 -colour=0x000000 - -// 27:46 -[com_46] -type=text -x=38 -y=182 -width=202 -height=17 -textfont=q8_full -text=line9 -colour=0x000000 - -// 27:47 -[com_47] -type=text -x=38 -y=198 -width=202 -height=17 -textfont=q8_full -text=line10 -colour=0x000000 - -// 27:48 -[com_48] -type=text -x=38 -y=214 -width=202 -height=17 -textfont=q8_full -text=line11 -colour=0x000000 - -// 27:49 -[com_49] -type=text -x=38 -y=230 -width=202 -height=17 -textfont=q8_full -text=line12 -colour=0x000000 - -// 27:50 -[com_50] -type=text -x=38 -y=246 -width=202 -height=17 -textfont=q8_full -text=line13 -colour=0x000000 - -// 27:51 -[com_51] -type=text -x=38 -y=262 -width=202 -height=17 -textfont=q8_full -text=line14 -colour=0x000000 - -// 27:52 -[com_52] -type=text -x=38 -y=278 -width=202 -height=17 -textfont=q8_full -text=line15 -colour=0x000000 - -// 27:53 -[com_53] -type=text -x=283 -y=54 -width=202 -height=17 -textfont=q8_full -text=line16 -colour=0x000000 - -// 27:54 -[com_54] -type=text -x=283 -y=70 -width=202 -height=17 -textfont=q8_full -text=line17 -colour=0x000000 - -// 27:55 -[com_55] -type=text -x=283 -y=86 -width=202 -height=17 -textfont=q8_full -text=line18 -colour=0x000000 - -// 27:56 -[com_56] -type=text -x=283 -y=102 -width=202 -height=17 -textfont=q8_full -text=line19 -colour=0x000000 - -// 27:57 -[com_57] -type=text -x=283 -y=118 -width=202 -height=17 -textfont=q8_full -text=line20 -colour=0x000000 - -// 27:58 -[com_58] -type=text -x=283 -y=134 -width=202 -height=17 -textfont=q8_full -text=line21 -colour=0x000000 - -// 27:59 -[com_59] -type=text -x=283 -y=150 -width=202 -height=17 -textfont=q8_full -text=line22 -colour=0x000000 - -// 27:60 -[com_60] -type=text -x=283 -y=166 -width=202 -height=17 -textfont=q8_full -text=line23 -colour=0x000000 - -// 27:61 -[com_61] -type=text -x=283 -y=182 -width=202 -height=17 -textfont=q8_full -text=line24 -colour=0x000000 - -// 27:62 -[com_62] -type=text -x=283 -y=198 -width=202 -height=17 -textfont=q8_full -text=line25 -colour=0x000000 - -// 27:63 -[com_63] -type=text -x=283 -y=214 -width=202 -height=17 -textfont=q8_full -text=line26 -colour=0x000000 - -// 27:64 -[com_64] -type=text -x=283 -y=230 -width=202 -height=17 -textfont=q8_full -text=line27 -colour=0x000000 - -// 27:65 -[com_65] -type=text -x=283 -y=246 -width=202 -height=17 -textfont=q8_full -text=line28 -colour=0x000000 - -// 27:66 -[com_66] -type=text -x=283 -y=262 -width=202 -height=17 -textfont=q8_full -text=line28 -colour=0x000000 - -// 27:67 -[com_67] -type=text -x=283 -y=278 -width=202 -height=17 -textfont=q8_full -text=line29 -colour=0x000000 - -// 27:68 -[com_68] -type=model -x=72 -y=214 -width=68 -height=40 -layer=com_37 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65034 -unknown101=1026 -unknown103=yes - -// 27:69 -[com_69] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:70 -[com_70] -type=model -x=72 -y=-11 -width=68 -height=40 -layer=com_69 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65430 -unknown101=1026 -unknown103=yes - -// 27:71 -[com_71] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:72 -[com_72] -type=model -x=72 -y=2 -width=68 -height=40 -layer=com_71 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65386 -unknown101=1026 -unknown103=yes - -// 27:73 -[com_73] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:74 -[com_74] -type=model -x=72 -y=20 -width=68 -height=40 -layer=com_73 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65345 -unknown101=1026 -unknown103=yes - -// 27:75 -[com_75] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:76 -[com_76] -type=model -x=72 -y=36 -width=68 -height=40 -layer=com_75 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65306 -unknown101=1026 -unknown103=yes - -// 27:77 -[com_77] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:78 -[com_78] -type=model -x=72 -y=53 -width=68 -height=40 -layer=com_77 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65269 -unknown101=1026 -unknown103=yes - -// 27:79 -[com_79] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:80 -[com_80] -type=model -x=72 -y=69 -width=68 -height=40 -layer=com_79 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65235 -unknown101=1026 -unknown103=yes - -// 27:81 -[com_81] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:82 -[com_82] -type=model -x=73 -y=60 -width=68 -height=40 -layer=com_81 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65034 -unknown101=1026 -unknown103=yes - -// 27:83 -[com_83] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:84 -[com_84] -type=model -x=73 -y=101 -width=68 -height=40 -layer=com_83 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65203 -unknown101=1026 -unknown103=yes - -// 27:85 -[com_85] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:86 -[com_86] -type=model -x=73 -y=117 -width=68 -height=40 -layer=com_85 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65173 -unknown101=1026 -unknown103=yes - -// 27:87 -[com_87] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:88 -[com_88] -type=model -x=73 -y=132 -width=68 -height=40 -layer=com_87 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65145 -unknown101=1026 -unknown103=yes - -// 27:89 -[com_89] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:90 -[com_90] -type=model -x=72 -y=148 -width=68 -height=40 -layer=com_89 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65119 -unknown101=1026 -unknown103=yes - -// 27:91 -[com_91] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:92 -[com_92] -type=model -x=72 -y=165 -width=68 -height=40 -layer=com_91 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65095 -unknown101=1026 -unknown103=yes - -// 27:93 -[com_93] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:94 -[com_94] -type=model -x=72 -y=181 -width=68 -height=40 -layer=com_93 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65073 -unknown101=1026 -unknown103=yes - -// 27:95 -[com_95] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:96 -[com_96] -type=model -x=72 -y=196 -width=68 -height=40 -layer=com_95 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65053 -unknown101=1026 -unknown103=yes - -// 27:97 -[com_97] -type=layer -x=282 -y=55 -width=201 -height=241 -hide=yes - -// 27:98 -[com_98] -type=model -x=72 -y=212 -width=68 -height=40 -layer=com_97 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65034 -unknown101=1026 -unknown103=yes - -// 27:99 -[com_99] -type=layer -x=38 -y=54 -width=202 -height=22 - -// 27:100 -[com_100] -type=text -width=202 -height=16 -layer=com_99 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:101 -[com_101] -type=layer -x=38 -y=70 -width=202 -height=22 - -// 27:102 -[com_102] -type=text -width=202 -height=16 -layer=com_101 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:103 -[com_103] -type=layer -x=38 -y=86 -width=202 -height=22 - -// 27:104 -[com_104] -type=text -width=202 -height=16 -layer=com_103 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:105 -[com_105] -type=layer -x=38 -y=102 -width=202 -height=22 - -// 27:106 -[com_106] -type=text -width=202 -height=16 -layer=com_105 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:107 -[com_107] -type=layer -x=38 -y=118 -width=202 -height=22 - -// 27:108 -[com_108] -type=text -width=202 -height=16 -layer=com_107 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:109 -[com_109] -type=layer -x=38 -y=134 -width=202 -height=22 - -// 27:110 -[com_110] -type=text -width=202 -height=16 -layer=com_109 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:111 -[com_111] -type=layer -x=38 -y=150 -width=202 -height=22 - -// 27:112 -[com_112] -type=text -width=202 -height=16 -layer=com_111 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:113 -[com_113] -type=layer -x=38 -y=166 -width=202 -height=22 - -// 27:114 -[com_114] -type=text -width=202 -height=16 -layer=com_113 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:115 -[com_115] -type=layer -x=38 -y=182 -width=202 -height=22 - -// 27:116 -[com_116] -type=text -width=202 -height=16 -layer=com_115 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:117 -[com_117] -type=layer -x=38 -y=198 -width=202 -height=22 - -// 27:118 -[com_118] -type=text -width=202 -height=16 -layer=com_117 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:119 -[com_119] -type=layer -x=38 -y=214 -width=202 -height=22 - -// 27:120 -[com_120] -type=text -width=202 -height=16 -layer=com_119 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:121 -[com_121] -type=layer -x=38 -y=230 -width=202 -height=22 - -// 27:122 -[com_122] -type=text -width=202 -height=16 -layer=com_121 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:123 -[com_123] -type=layer -x=38 -y=246 -width=202 -height=22 - -// 27:124 -[com_124] -type=text -width=202 -height=16 -layer=com_123 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:125 -[com_125] -type=layer -x=38 -y=262 -width=202 -height=22 - -// 27:126 -[com_126] -type=text -width=202 -height=16 -layer=com_125 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:127 -[com_127] -type=layer -x=38 -y=278 -width=202 -height=22 - -// 27:128 -[com_128] -type=text -width=202 -height=16 -layer=com_127 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:129 -[com_129] -type=layer -x=283 -y=54 -width=202 -height=22 - -// 27:130 -[com_130] -type=text -width=202 -height=16 -layer=com_129 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:131 -[com_131] -type=layer -x=283 -y=70 -width=202 -height=22 - -// 27:132 -[com_132] -type=text -width=202 -height=16 -layer=com_131 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:133 -[com_133] -type=layer -x=283 -y=86 -width=202 -height=22 - -// 27:134 -[com_134] -type=text -width=202 -height=16 -layer=com_133 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:135 -[com_135] -type=layer -x=283 -y=102 -width=202 -height=22 - -// 27:136 -[com_136] -type=text -width=202 -height=16 -layer=com_135 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:137 -[com_137] -type=layer -x=283 -y=118 -width=202 -height=22 - -// 27:138 -[com_138] -type=text -width=202 -height=16 -layer=com_137 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:139 -[com_139] -type=layer -x=283 -y=134 -width=202 -height=22 - -// 27:140 -[com_140] -type=text -width=202 -height=16 -layer=com_139 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:141 -[com_141] -type=layer -x=283 -y=150 -width=202 -height=22 - -// 27:142 -[com_142] -type=text -width=202 -height=16 -layer=com_141 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:143 -[com_143] -type=layer -x=283 -y=166 -width=202 -height=22 - -// 27:144 -[com_144] -type=text -width=202 -height=16 -layer=com_143 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:145 -[com_145] -type=layer -x=283 -y=182 -width=202 -height=22 - -// 27:146 -[com_146] -type=text -width=202 -height=16 -layer=com_145 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:147 -[com_147] -type=layer -x=283 -y=198 -width=202 -height=22 - -// 27:148 -[com_148] -type=text -width=202 -height=16 -layer=com_147 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:149 -[com_149] -type=layer -x=283 -y=214 -width=202 -height=22 - -// 27:150 -[com_150] -type=text -width=202 -height=16 -layer=com_149 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:151 -[com_151] -type=layer -x=283 -y=230 -width=202 -height=22 - -// 27:152 -[com_152] -type=text -width=202 -height=16 -layer=com_151 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:153 -[com_153] -type=layer -x=283 -y=246 -width=202 -height=22 - -// 27:154 -[com_154] -type=text -width=202 -height=16 -layer=com_153 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:155 -[com_155] -type=layer -x=283 -y=262 -width=202 -height=22 - -// 27:156 -[com_156] -type=text -width=202 -height=16 -layer=com_155 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:157 -[com_157] -type=layer -x=283 -y=278 -width=202 -height=22 - -// 27:158 -[com_158] -type=text -width=202 -height=16 -layer=com_157 -textfont=q8_full -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 27:159 -[com_159] -type=text -x=442 -y=10 -width=35 -height=14 -textfont=p11_full -text=Index -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 27:160 -[com_160] -type=graphic -x=81 -width=351 -height=39 -graphic="v2_book_arrows,1" - -// 27:161 -[com_161] -type=graphic -x=74 -width=39 -height=39 -graphic="v2_book_arrows,0" - -// 27:162 -[com_162] -type=graphic -x=400 -width=39 -height=39 -graphic="v2_book_arrows,2" - -// 27:163 -[com_163] -type=text -x=149 -y=5 -width=220 -height=21 -textfont=quill_oblique_large -text=Book Title -textalignh=1 -colour=0x493217 - diff --git a/dumps/530/interface/interface_270.if3 b/dumps/530/interface/interface_270.if3 deleted file mode 100644 index a810c34f6..000000000 --- a/dumps/530/interface/interface_270.if3 +++ /dev/null @@ -1,1312 +0,0 @@ -// 270:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_65 -colour=0x46341d -fill=yes -trans=96 - -// 270:1 -[com_1] -type=rectangle -x=-8 -y=-3 -width=527 -height=340 -layer=com_65 -colour=0x3300cc -trans=66 - -// 270:2 -[com_2] -type=model -x=27 -y=252 -width=225 -height=107 -layer=com_65 -model=model_18531 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=624 -modelangle_y=6 -modelangle_z=0 -modelzoom=753 -unknown100=64046 -unknown101=3000 - -// 270:3 -[com_3] -type=model -x=17 -y=7 -width=435 -height=319 -layer=com_65 -model=model_3024 -modelorigin_x=22 -modelorigin_y=5 -modelangle_x=345 -modelangle_y=84 -modelangle_z=0 -modelzoom=613 -unknown100=65436 -unknown101=3000 - -// 270:4 -[com_4] -type=text -x=67 -y=297 -width=139 -height=17 -layer=com_65 -textfont=q8_full -text=Misthalin & Asgarnia -textalignh=1 -colour=0x0f172f -onvartransmit=script1402 -onvartransmitlist=varplayer_106 - -// 270:5 -[com_5] -type=model -x=35 -y=12 -width=64 -height=62 -layer=com_65 -model=model_18536 -modelorigin_x=-10 -modelorigin_y=16 -modelangle_x=302 -modelangle_y=175 -modelangle_z=0 -modelzoom=999 -unknown100=63926 -unknown101=3000 - -// 270:6 -[com_6] -type=model -x=95 -y=197 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:7 -[com_7] -type=model -x=128 -y=200 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:8 -[com_8] -type=model -x=156 -y=218 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:9 -[com_9] -type=model -x=232 -y=222 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:10 -[com_10] -type=model -x=253 -y=239 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=33790 -unknown101=3000 - -// 270:11 -[com_11] -type=model -x=290 -y=246 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=33790 -unknown101=3000 - -// 270:12 -[com_12] -type=model -x=336 -y=264 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:13 -[com_13] -type=model -x=94 -y=164 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:14 -[com_14] -type=model -x=121 -y=169 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:15 -[com_15] -type=model -x=159 -y=177 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:16 -[com_16] -type=model -x=223 -y=190 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:17 -[com_17] -type=model -x=261 -y=204 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:18 -[com_18] -type=model -x=304 -y=214 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=33790 -unknown101=3000 - -// 270:19 -[com_19] -type=model -x=343 -y=225 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:20 -[com_20] -type=model -x=121 -y=129 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:21 -[com_21] -type=model -x=154 -y=138 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:22 -[com_22] -type=model -x=193 -y=149 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:23 -[com_23] -type=model -x=233 -y=159 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:24 -[com_24] -type=model -x=272 -y=168 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:25 -[com_25] -type=model -x=311 -y=175 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:26 -[com_26] -type=model -x=346 -y=185 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:27 -[com_27] -type=model -x=139 -y=98 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:28 -[com_28] -type=model -x=172 -y=112 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:29 -[com_29] -type=model -x=205 -y=118 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:30 -[com_30] -type=model -x=242 -y=126 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:31 -[com_31] -type=model -x=278 -y=134 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:32 -[com_32] -type=model -x=316 -y=145 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:33 -[com_33] -type=model -x=354 -y=151 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:34 -[com_34] -type=model -x=147 -y=75 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:35 -[com_35] -type=model -x=183 -y=83 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:36 -[com_36] -type=model -x=215 -y=88 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:37 -[com_37] -type=model -x=252 -y=96 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:38 -[com_38] -type=model -x=285 -y=104 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:39 -[com_39] -type=model -x=326 -y=112 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=33790 -unknown101=3000 - -// 270:40 -[com_40] -type=model -x=361 -y=120 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:41 -[com_41] -type=model -x=151 -y=44 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:42 -[com_42] -type=model -x=184 -y=51 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:43 -[com_43] -type=model -x=214 -y=58 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:44 -[com_44] -type=model -x=241 -y=62 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:45 -[com_45] -type=model -x=288 -y=75 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:46 -[com_46] -type=model -x=329 -y=81 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:47 -[com_47] -type=model -x=367 -y=89 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=68 -modelangle_z=0 -modelzoom=1526 -unknown100=0 -unknown101=3000 - -// 270:48 -[com_48] -type=text -x=275 -y=213 -width=139 -height=17 -layer=com_65 -textfont=q8_full -text=Lumbridge -textalignh=1 -colour=0xc9a341 - -// 270:49 -[com_49] -type=text -x=192 -y=177 -width=101 -height=17 -layer=com_65 -textfont=q8_full -text=Draynor -textalignh=1 -colour=0xc9a341 - -// 270:50 -[com_50] -type=text -x=294 -y=97 -width=120 -height=20 -layer=com_65 -textfont=q8_full -text=Varrock -textalignh=1 -colour=0xc9a341 - -// 270:51 -[com_51] -type=text -x=146 -y=105 -width=93 -height=17 -layer=com_65 -textfont=q8_full -text=Falador -textalignh=1 -colour=0xc9a341 - -// 270:52 -[com_52] -type=text -x=133 -y=188 -width=77 -height=17 -layer=com_65 -textfont=q8_full -text=Port -textalignh=1 -colour=0xc9a341 - -// 270:53 -[com_53] -type=text -x=122 -y=203 -width=113 -height=17 -layer=com_65 -textfont=q8_full -text=Sarim -textalignh=1 -colour=0xc9a341 - -// 270:54 -[com_54] -type=text -x=86 -y=162 -width=127 -height=18 -layer=com_65 -textfont=q8_full -text=Rimmington -textalignh=1 -colour=0xc9a341 - -// 270:55 -[com_55] -type=text -x=170 -y=63 -width=123 -height=21 -layer=com_65 -textfont=q8_full -text=Edgeville -textalignh=1 -colour=0xc9a041 - -// 270:56 -[com_56] -type=text -x=281 -y=260 -width=124 -height=16 -layer=com_65 -textfont=q8_full -text=Al Kharid -textalignh=1 -colour=0xc9a341 - -// 270:57 -[com_57] -type=model -x=444 -y=240 -width=34 -height=34 -layer=com_65 -model=model_18511 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=474 -modelangle_y=18 -modelangle_z=0 -modelzoom=2064 -unknown100=63730 -unknown101=3000 - -// 270:58 -[com_58] -type=layer -x=8 -y=10 -width=494 -height=319 -layer=com_65 -hide=yes - -// 270:59 -[com_59] -type=layer -x=425 -y=220 -width=72 -height=64 -layer=com_65 -op1=Show tutors -onmouseover=script1400 -onmouseleave=script1401 - -// 270:60 -[com_60] -type=text -x=424 -y=213 -width=73 -height=29 -layer=com_65 -textfont=p12_full -text=Show Tutors -textalignh=1 -colour=0xaba346 - -// 270:61 -[com_61] -type=graphic -x=480 -y=5 -width=26 -height=23 -layer=com_65 -graphic="close_buttons,4" -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 270:62 -[com_62] -type=model -x=322 -y=110 -width=22 -height=23 -layer=com_58 -model=model_18511 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=489 -modelangle_y=162 -modelangle_z=0 -modelzoom=3088 -unknown100=63636 -unknown101=3000 - -// 270:63 -[com_63] -type=model -x=292 -y=211 -width=23 -height=21 -layer=com_58 -model=model_18511 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=381 -modelangle_y=186 -modelangle_z=0 -modelzoom=3088 -unknown100=63686 -unknown101=3000 - -// 270:64 -[com_64] -type=model -x=270 -y=231 -width=22 -height=23 -layer=com_58 -model=model_18511 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=489 -modelangle_y=162 -modelangle_z=0 -modelzoom=3088 -unknown100=63736 -unknown101=3000 - -// 270:65 -[com_65] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 270:66 -[com_66] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 270:67 -[com_67] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_66 - -// 270:68 -[com_68] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 270:69 -[com_69] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 270:70 -[com_70] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 270:71 -[com_71] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 270:72 -[com_72] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 270:73 -[com_73] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 270:74 -[com_74] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 270:75 -[com_75] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 270:76 -[com_76] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_67 - -// 270:77 -[com_77] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_67 - -// 270:78 -[com_78] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_67 - -// 270:79 -[com_79] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_67 - -// 270:80 -[com_80] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_67 - -// 270:81 -[com_81] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_77 -graphic=tradebacking -tiling=yes -outline=2 - -// 270:82 -[com_82] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_76 -graphic=tradebacking -tiling=yes -outline=2 - -// 270:83 -[com_83] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_78 -graphic=tradebacking -tiling=yes -outline=2 - -// 270:84 -[com_84] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_79 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_271.if3 b/dumps/530/interface/interface_271.if3 deleted file mode 100644 index 6a3a1be59..000000000 --- a/dumps/530/interface/interface_271.if3 +++ /dev/null @@ -1,854 +0,0 @@ -// 271:0 -[com_0] -type=graphic -x=63 -y=238 -width=17 -height=18 -graphic="options_icons_small,2" - -// 271:1 -[com_1] -type=text -x=87 -y=238 -width=48 -height=18 -textfont=p12_full -textalignv=1 -textshadow=yes -colour=0xff981f -onstattransmit=script53(event_com) -onstattransmitlist=prayer - -// 271:2 -[com_2] -type=layer -width=190 -height=261 - -// 271:3 -[com_3] -type=layer -y=1 -width=190 -height=230 -layer=com_2 - -// 271:4 -[com_4] -type=graphic -x=4 -y=8 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:5 -[com_5] -type=graphic -x=6 -y=10 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,0" -opbase=Thick Skin -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_4) -onstattransmit=script52(1, "prayeroff,0", "prayeron,0", event_com) -onop=script50(event_com, interface_271:com_4) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 01
Thick Skin
Increases your defence by 5%", 25, 190) -onvartransmitlist=varplayer_83,varplayer_86,varplayer_92 -onstattransmitlist=prayer - -// 271:6 -[com_6] -type=graphic -x=41 -y=8 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:7 -[com_7] -type=graphic -x=43 -y=10 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,1" -opbase=Burst of Strength -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_6) -onstattransmit=script52(4, "prayeroff,1", "prayeron,1", event_com) -onop=script50(event_com, interface_271:com_6) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 04
Burst of Strength
Increases your strength by 5%", 25, 190) -onvartransmitlist=varplayer_84,varplayer_87,varplayer_93,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:8 -[com_8] -type=graphic -x=78 -y=8 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:9 -[com_9] -type=graphic -x=80 -y=10 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,2" -opbase=Clarity of Thought -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_8) -onstattransmit=script52(7, "prayeroff,2", "prayeron,2", event_com) -onop=script50(event_com, interface_271:com_8) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 07
Clarity of Thought
Increases your attack by 5%", 25, 190) -onvartransmitlist=varplayer_85,varplayer_88,varplayer_94,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:10 -[com_10] -type=graphic -x=115 -y=8 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:11 -[com_11] -type=graphic -x=117 -y=10 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,18" -opbase=Sharp Eye -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_10) -onstattransmit=script52(8, "prayeroff,18", "prayeron,18", event_com) -onop=script50(event_com, interface_271:com_10) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 08
Sharp Eye
Increases your Ranging by 5%", 25, 190) -onvartransmitlist=varplayer_84,varplayer_87,varplayer_93,varplayer_85,varplayer_88,varplayer_94,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:12 -[com_12] -type=graphic -x=152 -y=8 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:13 -[com_13] -type=graphic -x=154 -y=10 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,19" -opbase=Mystic Will -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_12) -onstattransmit=script52(9, "prayeroff,19", "prayeron,19", event_com) -onop=script50(event_com, interface_271:com_12) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 09
Mystic Will
Increases your Magic by 5%", 25, 190) -onvartransmitlist=varplayer_84,varplayer_87,varplayer_93,varplayer_85,varplayer_88,varplayer_94,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:14 -[com_14] -type=graphic -x=4 -y=45 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:15 -[com_15] -type=graphic -x=6 -y=47 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,3" -opbase=Rock Skin -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_14) -onstattransmit=script52(10, "prayeroff,3", "prayeron,3", event_com) -onop=script50(event_com, interface_271:com_14) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 10
Rock Skin
Increases your defence by 10%", 25, 190) -onvartransmitlist=varplayer_83,varplayer_86,varplayer_92 -onstattransmitlist=prayer - -// 271:16 -[com_16] -type=graphic -x=41 -y=45 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:17 -[com_17] -type=graphic -x=43 -y=47 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,4" -opbase=Superhuman Strength -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_16) -onstattransmit=script52(13, "prayeroff,4", "prayeron,4", event_com) -onop=script50(event_com, interface_271:com_16) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 13
Superhuman Strength
Increases your strength by 10%", 25, 190) -onvartransmitlist=varplayer_84,varplayer_87,varplayer_93,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:18 -[com_18] -type=graphic -x=78 -y=45 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:19 -[com_19] -type=graphic -x=80 -y=47 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,5" -opbase=Improved Reflexes -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_18) -onstattransmit=script52(16, "prayeroff,5", "prayeron,5", event_com) -onop=script50(event_com, interface_271:com_18) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 16
Improved Reflexes
Increases your attack by 10%", 25, 190) -onvartransmitlist=varplayer_85,varplayer_88,varplayer_94,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:20 -[com_20] -type=graphic -x=115 -y=45 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:21 -[com_21] -type=graphic -x=117 -y=47 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,6" -opbase=Rapid Restore -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_20) -onstattransmit=script52(19, "prayeroff,6", "prayeron,6", event_com) -onop=script50(event_com, interface_271:com_20) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 19
Rapid Restore
2x restore rate for all stats
except hitpoints, summoning and prayer", 25, 190) -onvartransmitlist=varplayer_89 -onstattransmitlist=prayer - -// 271:22 -[com_22] -type=graphic -x=152 -y=45 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:23 -[com_23] -type=graphic -x=154 -y=47 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,7" -opbase=Rapid Heal -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_22) -onstattransmit=script52(22, "prayeroff,7", "prayeron,7", event_com) -onop=script50(event_com, interface_271:com_22) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 22
Rapid Heal
2x restore rate for
hitpoints stat", 25, 190) -onvartransmitlist=varplayer_90 -onstattransmitlist=prayer - -// 271:24 -[com_24] -type=graphic -x=4 -y=82 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:25 -[com_25] -type=graphic -x=6 -y=84 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,8" -opbase=Protect Item -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_24) -onstattransmit=script52(25, "prayeroff,8", "prayeron,8", event_com) -onop=script50(event_com, interface_271:com_24) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 25
Protect Item
Keep 1 extra item if you die", 25, 190) -onvartransmitlist=varplayer_91 -onstattransmitlist=prayer - -// 271:26 -[com_26] -type=graphic -x=41 -y=82 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:27 -[com_27] -type=graphic -x=43 -y=84 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,20" -opbase=Hawk Eye -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_26) -onstattransmit=script52(26, "prayeroff,20", "prayeron,20", event_com) -onop=script50(event_com, interface_271:com_26) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 26
Hawk Eye
Increases your Ranging by 10%", 25, 190) -onvartransmitlist=varplayer_84,varplayer_87,varplayer_93,varplayer_85,varplayer_88,varplayer_94,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:28 -[com_28] -type=graphic -x=78 -y=82 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:29 -[com_29] -type=graphic -x=80 -y=84 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,21" -opbase=Mystic Lore -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_28) -onstattransmit=script52(27, "prayeroff,21", "prayeron,21", event_com) -onop=script50(event_com, interface_271:com_28) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 27
Mystic Lore
Increases your Magic by 10%", 25, 190) -onvartransmitlist=varplayer_84,varplayer_87,varplayer_93,varplayer_85,varplayer_88,varplayer_94,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:30 -[com_30] -type=graphic -x=115 -y=82 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:31 -[com_31] -type=graphic -x=117 -y=84 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,9" -opbase=Steel Skin -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_30) -onstattransmit=script52(28, "prayeroff,9", "prayeron,9", event_com) -onop=script50(event_com, interface_271:com_30) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 28
Steel Skin
Increases your defence by 15%", 25, 190) -onvartransmitlist=varplayer_83,varplayer_86,varplayer_92 -onstattransmitlist=prayer - -// 271:32 -[com_32] -type=graphic -x=152 -y=82 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:33 -[com_33] -type=graphic -x=154 -y=84 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,10" -opbase=Ultimate Strength -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_32) -onstattransmit=script52(31, "prayeroff,10", "prayeron,10", event_com) -onop=script50(event_com, interface_271:com_32) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 31
Ultimate Strength
Increases your strength by 15%", 25, 190) -onvartransmitlist=varplayer_84,varplayer_87,varplayer_93,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:34 -[com_34] -type=graphic -x=4 -y=119 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:35 -[com_35] -type=graphic -x=6 -y=121 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,11" -opbase=Incredible Reflexes -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_34) -onstattransmit=script52(34, "prayeroff,11", "prayeron,11", event_com) -onop=script50(event_com, interface_271:com_34) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 34
Incredible Reflexes
Increases your attack by 15%", 25, 190) -onvartransmitlist=varplayer_85,varplayer_88,varplayer_94,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:36 -[com_36] -type=graphic -x=78 -y=119 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:37 -[com_37] -type=graphic -x=80 -y=121 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,12" -opbase=Protect from Magic -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_36) -onstattransmit=script52(37, "prayeroff,12", "prayeron,12", event_com) -onop=script50(event_com, interface_271:com_36) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 37
Protect from Magic
Protection from magical attacks", 25, 190) -onvartransmitlist=varplayer_95,varplayer_96,varplayer_97,varplayer_98,varplayer_99,varplayer_100,varplayer_1168 -onstattransmitlist=prayer - -// 271:38 -[com_38] -type=graphic -x=115 -y=119 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:39 -[com_39] -type=graphic -x=117 -y=121 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,13" -opbase=Protect from Missiles -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_38) -onstattransmit=script52(40, "prayeroff,13", "prayeron,13", event_com) -onop=script50(event_com, interface_271:com_38) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 40
Protect from Missiles
Protection from ranged attacks", 25, 190) -onvartransmitlist=varplayer_95,varplayer_96,varplayer_97,varplayer_98,varplayer_99,varplayer_100,varplayer_1168 -onstattransmitlist=prayer - -// 271:40 -[com_40] -type=graphic -x=152 -y=119 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:41 -[com_41] -type=graphic -x=154 -y=121 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,14" -opbase=Protect from Melee -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_40) -onstattransmit=script52(43, "prayeroff,14", "prayeron,14", event_com) -onop=script50(event_com, interface_271:com_40) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 43
Protect from Melee
Protection from close attacks", 25, 190) -onvartransmitlist=varplayer_95,varplayer_96,varplayer_97,varplayer_98,varplayer_99,varplayer_100,varplayer_1168 -onstattransmitlist=prayer - -// 271:42 -[com_42] -type=graphic -x=4 -y=156 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:43 -[com_43] -type=graphic -x=6 -y=158 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,22" -opbase=Eagle Eye -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_42) -onstattransmit=script52(44, "prayeroff,22", "prayeron,22", event_com) -onop=script50(event_com, interface_271:com_42) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 44
Eagle Eye
Increases your Ranging by 15%", 25, 190) -onvartransmitlist=varplayer_84,varplayer_87,varplayer_93,varplayer_85,varplayer_88,varplayer_94,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:44 -[com_44] -type=graphic -x=41 -y=156 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:45 -[com_45] -type=graphic -x=43 -y=158 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,23" -opbase=Mystic Might -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_44) -onstattransmit=script52(45, "prayeroff,23", "prayeron,23", event_com) -onop=script50(event_com, interface_271:com_44) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 45
Mystic Might
Increases your Magic by 15%", 25, 190) -onvartransmitlist=varplayer_84,varplayer_87,varplayer_93,varplayer_85,varplayer_88,varplayer_94,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867 -onstattransmitlist=prayer - -// 271:46 -[com_46] -type=graphic -x=78 -y=156 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:47 -[com_47] -type=graphic -x=80 -y=158 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,16" -opbase=Retribution -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_46) -onstattransmit=script52(46, "prayeroff,16", "prayeron,16", event_com) -onop=script50(event_com, interface_271:com_46) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 46
Retribution
Inflicts damage to nearby
targets if you die", 25, 190) -onvartransmitlist=varplayer_95,varplayer_96,varplayer_97,varplayer_98,varplayer_99,varplayer_100,varplayer_1168 -onstattransmitlist=prayer - -// 271:48 -[com_48] -type=graphic -x=115 -y=156 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:49 -[com_49] -type=graphic -x=117 -y=158 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,15" -opbase=Redemption -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_48) -onstattransmit=script52(49, "prayeroff,15", "prayeron,15", event_com) -onop=script50(event_com, interface_271:com_48) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 49
Redemption
Heals you when damaged
and health falls
below 10%", 25, 190) -onvartransmitlist=varplayer_95,varplayer_96,varplayer_97,varplayer_98,varplayer_99,varplayer_100,varplayer_1168 -onstattransmitlist=prayer - -// 271:50 -[com_50] -type=graphic -x=152 -y=156 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:51 -[com_51] -type=graphic -x=154 -y=158 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,17" -opbase=Smite -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_50) -onstattransmit=script52(52, "prayeroff,17", "prayeron,17", event_com) -onop=script50(event_com, interface_271:com_50) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 52
Smite
1/4 of damage dealt is
also removed from
opponent's Prayer", 25, 190) -onvartransmitlist=varplayer_95,varplayer_96,varplayer_97,varplayer_98,varplayer_99,varplayer_100,varplayer_1168 -onstattransmitlist=prayer - -// 271:52 -[com_52] -type=graphic -x=41 -y=119 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:53 -[com_53] -type=graphic -x=43 -y=121 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,24" -opbase=Protect from Summoning -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_52) -onstattransmit=script52(35, "prayeroff,24", "prayeron,24", event_com) -onop=script50(event_com, interface_271:com_52) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 35
Protect from Summoning
Reduces the damage dealt through Summoning Scrolls and prevents the use of a Familiar's special attack.", 25, 190) -onvartransmitlist=varplayer_95,varplayer_96,varplayer_97,varplayer_98,varplayer_99,varplayer_100,varplayer_1168 -onstattransmitlist=prayer - -// 271:54 -[com_54] -type=graphic -x=4 -y=193 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:55 -[com_55] -type=graphic -x=6 -y=195 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,25" -opbase=Chivalry -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_54) -onstattransmit=script52(60, "prayeroff,25", "prayeron,25", event_com) -onop=script50(event_com, interface_271:com_54) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 60
Chivalry
Increases your defence by 20%, strength by 18%, and attack by 15%.", 25, 190) -onvartransmitlist=varplayer_83,varplayer_84,varplayer_85,varplayer_86,varplayer_87,varplayer_88,varplayer_92,varplayer_94,varplayer_95,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867,varplayer_1052,varplayer_1053 -onstattransmitlist=prayer - -// 271:56 -[com_56] -type=graphic -x=41 -y=193 -width=34 -height=34 -layer=com_3 -hide=yes -graphic=prayerglow - -// 271:57 -[com_57] -type=graphic -x=43 -y=195 -width=30 -height=30 -layer=com_3 -graphic="prayeroff,26" -opbase=Piety -op1=Activate -onmouseleave=script40(interface_271:com_58) -onvartransmit=script49(event_com, interface_271:com_56) -onstattransmit=script52(70, "prayeroff,26", "prayeron,26", event_com) -onop=script50(event_com, interface_271:com_56) -onmouserepeat=script38(event_com, interface_271:com_58, "Level 70
Piety
Increases your defence by 25%, strength by 23%, and attack by 20%.", 26, 190) -onvartransmitlist=varplayer_83,varplayer_84,varplayer_85,varplayer_86,varplayer_87,varplayer_88,varplayer_92,varplayer_94,varplayer_95,varplayer_862,varplayer_863,varplayer_864,varplayer_865,varplayer_866,varplayer_867,varplayer_1052,varplayer_1053 -onstattransmitlist=prayer - -// 271:58 -[com_58] -type=layer -width=1 -height=1 -layer=com_2 - diff --git a/dumps/530/interface/interface_272.if3 b/dumps/530/interface/interface_272.if3 deleted file mode 100644 index 0aac4809f..000000000 --- a/dumps/530/interface/interface_272.if3 +++ /dev/null @@ -1,215 +0,0 @@ -// 272:0 -[com_0] -type=rectangle -x=13 -y=22 -width=493 -height=307 -colour=0x000000 -fill=yes -trans=150 - -// 272:1 -[com_1] -type=graphic -x=16 -y=25 -width=478 -height=293 -graphic=tradebacking -tiling=yes - -// 272:2 -[com_2] -type=model -x=96 -y=190 -width=328 -height=205 -model=model_33413 -modelorigin_x=-3 -modelorigin_y=-38 -modelangle_x=136 -modelangle_y=2041 -modelangle_z=0 -modelzoom=222 -modelorthog=yes -unknown100=2800 -unknown101=3000 - -// 272:3 -[com_3] -type=model -x=77 -y=58 -width=361 -height=159 -model=model_33412 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=261 -modelorthog=yes -unknown100=3000 -unknown101=3000 - -// 272:4 -[com_4] -type=model -x=206 -y=197 -width=78 -height=62 -model=model_2348 -modelorigin_x=2 -modelorigin_y=14 -modelangle_x=153 -modelangle_y=22 -modelangle_z=0 -modelzoom=266 -unknown100=64736 -unknown101=3000 - -// 272:5 -[com_5] -type=graphic -x=9 -y=18 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 272:6 -[com_6] -type=graphic -x=481 -y=62 -width=40 -height=232 -graphic="v2_stone_borders,3" -tiling=yes - -// 272:7 -[com_7] -type=graphic -x=37 -y=5 -width=432 -height=28 -graphic="v2_stone_borders,0" -tiling=yes - -// 272:8 -[com_8] -type=graphic -x=9 -y=293 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 272:9 -[com_9] -type=graphic -x=469 -y=18 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 272:10 -[com_10] -type=graphic -x=469 -y=293 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 272:11 -[com_11] -type=graphic -x=19 -y=39 -width=472 -height=29 -graphic="v2_stone_borders,8" -tiling=yes - -// 272:12 -[com_12] -type=graphic -x=9 -y=41 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 272:13 -[com_13] -type=graphic -x=469 -y=41 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 272:14 -[com_14] -type=graphic -x=-4 -y=62 -width=36 -height=231 -graphic="v2_stone_borders,1" -tiling=yes - -// 272:15 -[com_15] -type=graphic -x=41 -y=305 -width=429 -height=31 -graphic="v2_stone_borders,2" - -// 272:16 -[com_16] -type=text -x=94 -y=32 -width=331 -height=16 -textfont=b12_full -text=Grave Monument -textalignh=1 -textshadow=yes -colour=0xff981f - -// 272:17 -[com_17] -type=text -x=195 -y=73 -width=127 -height=107 -textfont=q8_full -text=Saradomin

lights my way

through

the darkness of life -textalignh=1 -colour=0xcccccc - -// 272:18 -[com_18] -type=graphic -x=468 -y=27 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - diff --git a/dumps/530/interface/interface_273.if b/dumps/530/interface/interface_273.if deleted file mode 100644 index a45bcceb0..000000000 --- a/dumps/530/interface/interface_273.if +++ /dev/null @@ -1,21 +0,0 @@ -// 273:0 -[com_0] - -// 273:1 -[com_1] - -// 273:2 -[com_2] - -// 273:3 -[com_3] - -// 273:4 -[com_4] - -// 273:5 -[com_5] - -// 273:6 -[com_6] - diff --git a/dumps/530/interface/interface_274.if3 b/dumps/530/interface/interface_274.if3 deleted file mode 100644 index f13686496..000000000 --- a/dumps/530/interface/interface_274.if3 +++ /dev/null @@ -1,3953 +0,0 @@ -// 274:0 -[com_0] -type=rectangle -y=25 -width=190 -height=224 -colour=0x000000 -fill=yes -trans=200 -op10= - -// 274:1 -[com_1] -type=layer -x=4 -y=24 -width=171 -height=225 -onload=script1411 -onvartransmit=script7 - -// 274:2 -[com_2] -type=text -x=14 -y=4 -width=170 -height=14 -textfont=b12_full -text=Quest Points: 0 -textshadow=yes -colour=0xeb981f - -// 274:3 -[com_3] -type=graphic -x=164 -y=4 -width=18 -height=18 -graphic="achievement_diary_icons,1" -op1=Swap to Achievement Diary - -// 274:4 -[com_4] -type=layer -x=174 -y=24 -width=16 -height=225 - -// 274:5 -[com_5] -type=text -x=1 -y=51 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Learning the Ropes -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(event_com, ^white) -onmouseleave=script1550 - -// 274:6 -[com_6] -type=text -x=2 -y=115 -width=152 -height=15 -layer=com_1 -hide=yes -textfont=b12_full -text=Christmas Event -textshadow=yes -colour=0xff9933 -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= - -// 274:7 -[com_7] -type=text -x=2 -y=131 -width=152 -height=15 -layer=com_1 -hide=yes -textfont=p11_full -text=Chasing Jack Frost -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script396 - -// 274:8 -[com_8] -type=text -x=2 -y=131 -width=152 -height=15 -layer=com_1 -hide=yes -textfont=p11_full -text=Chasing Jack Frost -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(event_com, ^white) - -// 274:9 -[com_9] -type=text -x=2 -y=148 -width=152 -height=15 -layer=com_1 -hide=yes -textfont=b12_full -text=Christmas Quest -textshadow=yes -colour=0xff9933 -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= - -// 274:10 -[com_10] -type=text -x=2 -y=164 -width=152 -height=15 -layer=com_1 -hide=yes -textfont=p11_full -text=Myths of the White Lands -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script397 - -// 274:11 -[com_11] -type=text -x=2 -y=164 -width=152 -height=15 -layer=com_1 -hide=yes -textfont=p11_full -text=Myths of the White Lands -textshadow=yes -colour=0xff0000 -op1=Read Journal -op10= -onmouseover=script45(event_com, ^white) - -// 274:12 -[com_12] -type=text -x=10 -y=9 -width=152 -height=15 -layer=com_1 -textfont=b12_full -text=Free Quests -textshadow=yes -colour=0xff9933 - -// 274:13 -[com_13] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Black Knights' Fortress -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_274:com_13, ^white) -onmouseleave=script8(0) - -// 274:14 -[com_14] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Cook's Assistant -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_14, ^white) -onmouseleave=script8(1) - -// 274:15 -[com_15] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Demon Slayer -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_15, ^white) -onmouseleave=script8(2) - -// 274:16 -[com_16] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Doric's Quest -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_16, ^white) -onmouseleave=script8(3) - -// 274:17 -[com_17] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Dragon Slayer -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_17, ^white) -onmouseleave=script8(4) - -// 274:18 -[com_18] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Ernest the Chicken -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_18, ^white) -onmouseleave=script8(5) - -// 274:19 -[com_19] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Goblin Diplomacy -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_19, ^white) -onmouseleave=script8(6) - -// 274:20 -[com_20] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Imp Catcher -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_20, ^white) -onmouseleave=script8(7) - -// 274:21 -[com_21] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Knight's Sword -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_21, ^white) -onmouseleave=script8(8) - -// 274:22 -[com_22] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Pirate's Treasure -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_22, ^white) -onmouseleave=script8(9) - -// 274:23 -[com_23] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Prince Ali Rescue -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_23, ^white) -onmouseleave=script8(10) - -// 274:24 -[com_24] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Restless Ghost -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_24, ^white) -onmouseleave=script8(11) - -// 274:25 -[com_25] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Romeo & Juliet -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_25, ^white) -onmouseleave=script8(12) - -// 274:26 -[com_26] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Rune Mysteries -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_26, ^white) -onmouseleave=script8(13) - -// 274:27 -[com_27] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Sheep Shearer -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_27, ^white) -onmouseleave=script8(14) - -// 274:28 -[com_28] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Shield of Arrav -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_28, ^white) -onmouseleave=script8(15) - -// 274:29 -[com_29] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Vampire Slayer -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_29, ^white) -onmouseleave=script8(16) - -// 274:30 -[com_30] -type=text -x=8 -y=27 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Witch's Potion -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_30, ^white) -onmouseleave=script8(17) - -// 274:31 -[com_31] -type=text -x=8 -y=72 -width=152 -height=15 -layer=com_1 -textfont=b12_full -text=Members' Quests -textshadow=yes -colour=0xff9933 -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= - -// 274:32 -[com_32] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Animal Magnetism -textshadow=yes -colour=0xff0000 -op1=Read Journal -onmouseover=script45(interface_274:com_32, ^white) -onmouseleave=script9(0) - -// 274:33 -[com_33] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Between a Rock... -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_33, ^white) -onmouseleave=script9(1) - -// 274:34 -[com_34] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Big Chompy Bird Hunting -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_34, ^white) -onmouseleave=script9(2) - -// 274:35 -[com_35] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Biohazard -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_35, ^white) -onmouseleave=script9(3) - -// 274:36 -[com_36] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Cabin Fever -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_36, ^white) -onmouseleave=script9(4) - -// 274:37 -[com_37] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Clock Tower -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_37, ^white) -onmouseleave=script9(5) - -// 274:38 -[com_38] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Contact! -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_38, ^white) -onmouseleave=script9(6) - -// 274:39 -[com_39] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Zogre Flesh Eaters -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_39, ^white) -onmouseleave=script9(7) - -// 274:40 -[com_40] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Creature of Fenkenstrain -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_40, ^white) -onmouseleave=script9(8) - -// 274:41 -[com_41] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Darkness of Hallowvale -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_41, ^white) -onmouseleave=script9(9) - -// 274:42 -[com_42] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Death to the Dorgeshuun -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_42, ^white) -onmouseleave=script9(10) - -// 274:43 -[com_43] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Death Plateau -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_43, ^white) -onmouseleave=script9(11) - -// 274:44 -[com_44] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Desert Treasure -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_44, ^white) -onmouseleave=script9(12) - -// 274:45 -[com_45] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Devious Minds -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_45, ^white) -onmouseleave=script9(13) - -// 274:46 -[com_46] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Dig Site -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_46, ^white) -onmouseleave=script9(14) - -// 274:47 -[com_47] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Druidic Ritual -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_47, ^white) -onmouseleave=script9(15) - -// 274:48 -[com_48] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Dwarf Cannon -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_48, ^white) -onmouseleave=script9(16) - -// 274:49 -[com_49] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Eadgar's Ruse -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_49, ^white) -onmouseleave=script9(17) - -// 274:50 -[com_50] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Eagles' Peak -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_50, ^white) -onmouseleave=script9(18) - -// 274:51 -[com_51] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Elemental Workshop I -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_51, ^white) -onmouseleave=script9(19) - -// 274:52 -[com_52] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Elemental Workshop II -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_52, ^white) -onmouseleave=script9(20) - -// 274:53 -[com_53] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Enakhra's Lament -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_53, ^white) -onmouseleave=script9(21) - -// 274:54 -[com_54] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Enlightened Journey -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_54, ^white) -onmouseleave=script9(22) - -// 274:55 -[com_55] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Eyes of Glouphrie -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_55, ^white) -onmouseleave=script9(23) - -// 274:56 -[com_56] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Fairytale I - Growing Pains -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_56, ^white) -onmouseleave=script9(24) - -// 274:57 -[com_57] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Fairytale II - Cure a Queen -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_57, ^white) -onmouseleave=script9(25) - -// 274:58 -[com_58] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Family Crest -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_58, ^white) -onmouseleave=script9(26) - -// 274:59 -[com_59] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Feud -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_59, ^white) -onmouseleave=script9(27) - -// 274:60 -[com_60] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Fight Arena -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_60, ^white) -onmouseleave=script9(28) - -// 274:61 -[com_61] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Fishing Contest -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_61, ^white) -onmouseleave=script9(29) - -// 274:62 -[com_62] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Forgettable Tale... -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_62, ^white) -onmouseleave=script9(30) - -// 274:63 -[com_63] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Fremennik Trials -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_63, ^white) -onmouseleave=script9(31) - -// 274:64 -[com_64] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Waterfall Quest -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_64, ^white) -onmouseleave=script9(32) - -// 274:65 -[com_65] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Garden of Tranquillity -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_65, ^white) -onmouseleave=script9(33) - -// 274:66 -[com_66] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Gertrude's Cat -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_66, ^white) -onmouseleave=script9(34) - -// 274:67 -[com_67] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Ghosts Ahoy -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_67, ^white) -onmouseleave=script9(35) - -// 274:68 -[com_68] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Giant Dwarf -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_68, ^white) -onmouseleave=script9(36) - -// 274:69 -[com_69] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Golem -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_69, ^white) -onmouseleave=script9(37) - -// 274:70 -[com_70] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Grand Tree -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_70, ^white) -onmouseleave=script9(38) - -// 274:71 -[com_71] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Hand in the Sand -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_71, ^white) -onmouseleave=script9(39) - -// 274:72 -[com_72] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Haunted Mine -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_72, ^white) -onmouseleave=script9(40) - -// 274:73 -[com_73] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Hazeel Cult -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_73, ^white) -onmouseleave=script9(41) - -// 274:74 -[com_74] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Heroes' Quest -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_74, ^white) -onmouseleave=script9(42) - -// 274:75 -[com_75] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Holy Grail -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_75, ^white) -onmouseleave=script9(43) - -// 274:76 -[com_76] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Horror from the Deep -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_76, ^white) -onmouseleave=script9(44) - -// 274:77 -[com_77] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Icthlarin's Little Helper -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_77, ^white) -onmouseleave=script9(45) - -// 274:78 -[com_78] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=In Aid of the Myreque -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_78, ^white) -onmouseleave=script9(46) - -// 274:79 -[com_79] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=In Search of the Myreque -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_79, ^white) -onmouseleave=script9(47) - -// 274:80 -[com_80] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Jungle Potion -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_80, ^white) -onmouseleave=script9(48) - -// 274:81 -[com_81] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Legends' Quest -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_81, ^white) -onmouseleave=script9(49) - -// 274:82 -[com_82] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Lost City -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_82, ^white) -onmouseleave=script9(50) - -// 274:83 -[com_83] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Lost Tribe -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_83, ^white) -onmouseleave=script9(51) - -// 274:84 -[com_84] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Lunar Diplomacy -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_84, ^white) -onmouseleave=script9(52) - -// 274:85 -[com_85] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Making History -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_85, ^white) -onmouseleave=script9(53) - -// 274:86 -[com_86] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Merlin's Crystal -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_86, ^white) -onmouseleave=script9(54) - -// 274:87 -[com_87] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Monkey Madness -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_87, ^white) -onmouseleave=script9(55) - -// 274:88 -[com_88] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Monk's Friend -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_88, ^white) -onmouseleave=script9(56) - -// 274:89 -[com_89] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Mountain Daughter -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_89, ^white) -onmouseleave=script9(57) - -// 274:90 -[com_90] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Mourning's Ends Part I -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_90, ^white) -onmouseleave=script9(58) - -// 274:91 -[com_91] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Mourning's Ends Part II -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_91, ^white) -onmouseleave=script9(59) - -// 274:92 -[com_92] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Murder Mystery -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_92, ^white) -onmouseleave=script9(60) - -// 274:93 -[com_93] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=My Arm's Big Adventure -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_93, ^white) -onmouseleave=script9(61) - -// 274:94 -[com_94] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Nature Spirit -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_94, ^white) -onmouseleave=script9(62) - -// 274:95 -[com_95] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Observatory Quest -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_95, ^white) -onmouseleave=script9(63) - -// 274:96 -[com_96] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=One Small Favour -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_96, ^white) -onmouseleave=script9(64) - -// 274:97 -[com_97] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Plague City -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_97, ^white) -onmouseleave=script9(65) - -// 274:98 -[com_98] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Priest in Peril -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_98, ^white) -onmouseleave=script9(66) - -// 274:99 -[com_99] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Rag and Bone Man -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_99, ^white) -onmouseleave=script9(67) - -// 274:100 -[com_100] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Ratcatchers -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_100, ^white) -onmouseleave=script9(68) - -// 274:101 -[com_101] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Recipe for Disaster -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_101, ^white) -onmouseleave=script9(69) - -// 274:102 -[com_102] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Recruitment Drive -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_102, ^white) -onmouseleave=script9(70) - -// 274:103 -[com_103] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Regicide -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_103, ^white) -onmouseleave=script9(71) - -// 274:104 -[com_104] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Roving Elves -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_104, ^white) -onmouseleave=script9(72) - -// 274:105 -[com_105] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Royal Trouble -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_105, ^white) -onmouseleave=script9(73) - -// 274:106 -[com_106] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Rum Deal -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_106, ^white) -onmouseleave=script9(74) - -// 274:107 -[com_107] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Scorpion Catcher -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_107, ^white) -onmouseleave=script9(75) - -// 274:108 -[com_108] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Sea Slug -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_108, ^white) -onmouseleave=script9(76) - -// 274:109 -[com_109] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Slug Menace -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_109, ^white) -onmouseleave=script9(77) - -// 274:110 -[com_110] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Shades of Mort'ton -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_110, ^white) -onmouseleave=script9(78) - -// 274:111 -[com_111] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Shadow of the Storm -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_111, ^white) -onmouseleave=script9(79) - -// 274:112 -[com_112] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Sheep Herder -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_112, ^white) -onmouseleave=script9(80) - -// 274:113 -[com_113] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Shilo Village -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_113, ^white) -onmouseleave=script9(81) - -// 274:114 -[com_114] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=A Soul's Bane -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_114, ^white) -onmouseleave=script9(82) - -// 274:115 -[com_115] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Spirits of the Elid -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_115, ^white) -onmouseleave=script9(83) - -// 274:116 -[com_116] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Swan Song -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_116, ^white) -onmouseleave=script9(84) - -// 274:117 -[com_117] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Tai Bwo Wannai Trio -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_117, ^white) -onmouseleave=script9(85) - -// 274:118 -[com_118] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=A Tail of Two Cats -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_118, ^white) -onmouseleave=script9(86) - -// 274:119 -[com_119] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Tears of Guthix -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_119, ^white) -onmouseleave=script9(87) - -// 274:120 -[com_120] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Temple of Ikov -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_120, ^white) -onmouseleave=script9(88) - -// 274:121 -[com_121] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Throne of Miscellania -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_121, ^white) -onmouseleave=script9(89) - -// 274:122 -[com_122] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Tourist Trap -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_122, ^white) -onmouseleave=script9(90) - -// 274:123 -[com_123] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Witch's House -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_123, ^white) -onmouseleave=script9(91) - -// 274:124 -[com_124] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Tree Gnome Village -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_124, ^white) -onmouseleave=script9(92) - -// 274:125 -[com_125] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Tribal Totem -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_125, ^white) -onmouseleave=script9(93) - -// 274:126 -[com_126] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Troll Romance -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_126, ^white) -onmouseleave=script9(94) - -// 274:127 -[com_127] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Troll Stronghold -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_127, ^white) -onmouseleave=script9(95) - -// 274:128 -[com_128] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Underground Pass -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_128, ^white) -onmouseleave=script9(96) - -// 274:129 -[com_129] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Wanted! -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_129, ^white) -onmouseleave=script9(97) - -// 274:130 -[com_130] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Watchtower -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_130, ^white) -onmouseleave=script9(98) - -// 274:131 -[com_131] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Cold War -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_131, ^white) -onmouseleave=script9(99) - -// 274:132 -[com_132] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Fremennik Isles -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_132, ^white) -onmouseleave=script9(100) - -// 274:133 -[com_133] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Tower of Life -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_133, ^white) -onmouseleave=script9(101) - -// 274:134 -[com_134] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Great Brain Robbery -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_134, ^white) -onmouseleave=script9(102) - -// 274:135 -[com_135] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=What Lies Below -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_135, ^white) -onmouseleave=script9(103) - -// 274:136 -[com_136] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Olaf's Quest -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_136, ^white) -onmouseleave=script9(104) - -// 274:137 -[com_137] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Another Slice of H.A.M. -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_137, ^white) -onmouseleave=script9(105) - -// 274:138 -[com_138] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Dream Mentor -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_138, ^white) -onmouseleave=script9(106) - -// 274:139 -[com_139] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Grim Tales -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_139, ^white) -onmouseleave=script9(107) - -// 274:140 -[com_140] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=King's Ransom -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_140, ^white) -onmouseleave=script9(108) - -// 274:141 -[com_141] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=The Path of Glouphrie -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_141, ^white) -onmouseleave=script9(109) - -// 274:142 -[com_142] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Back to my Roots -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_142, ^white) -onmouseleave=script9(110) - -// 274:143 -[com_143] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Land of the Goblins -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_143, ^white) -onmouseleave=script9(111) - -// 274:144 -[com_144] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Dealing with Scabaras -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_144, ^white) -onmouseleave=script9(112) - -// 274:145 -[com_145] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Wolf Whistle -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_145, ^white) -onmouseleave=script9(113) - -// 274:146 -[com_146] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=As a First Resort... -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_146, ^white) -onmouseleave=script9(114) - -// 274:147 -[com_147] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Catapult Construction -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_147, ^white) -onmouseleave=script9(115) - -// 274:148 -[com_148] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Kennith's Concerns -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_148, ^white) -onmouseleave=script9(116) - -// 274:149 -[com_149] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Legacy of Seergaze -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_149, ^white) -onmouseleave=script9(117) - -// 274:150 -[com_150] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Perils of Ice Mountain -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_150, ^white) -onmouseleave=script9(118) - -// 274:151 -[com_151] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=TokTz-Ket-Dill -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_151, ^white) -onmouseleave=script9(119) - -// 274:152 -[com_152] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Smoking Kills -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_152, ^white) -onmouseleave=script9(120) - -// 274:153 -[com_153] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Rocking Out -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_153, ^white) -onmouseleave=script9(121) - -// 274:154 -[com_154] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Spirit of Summer -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_154, ^white) -onmouseleave=script9(122) - -// 274:155 -[com_155] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Meeting History -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_155, ^white) -onmouseleave=script9(123) - -// 274:156 -[com_156] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=All Fired Up -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_156, ^white) -onmouseleave=script9(124) - -// 274:157 -[com_157] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Summer's End -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_157, ^white) -onmouseleave=script9(125) - -// 274:158 -[com_158] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Defender of Varrock -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_158, ^white) -onmouseleave=script9(126) - -// 274:159 -[com_159] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Swept Away -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_159, ^white) -onmouseleave=script9(127) - -// 274:160 -[com_160] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=While Guthix Sleeps -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_160, ^white) -onmouseleave=script9(128) - -// 274:161 -[com_161] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=In Pyre Need -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_161, ^white) -onmouseleave=script9(129) - -// 274:162 -[com_162] -type=text -x=7 -y=90 -width=152 -height=15 -layer=com_1 -textfont=p11_full -text=Myths of the White Lands -textshadow=yes -colour=0xff0000 -op1=Read Journal -op2= -op3= -op4= -op5= -op6= -op7= -op8= -op9= -op10= -onmouseover=script45(interface_274:com_162, ^white) -onmouseleave=script9(130) - -// 274:163 -[com_163] -type=graphic -x=34 -y=34 -width=32 -height=32 - -// 274:164 -[com_164] -type=graphic -y=9 -width=190 -height=32 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 274:165 -[com_165] -type=graphic -y=236 -width=190 -height=32 -graphic="v2_stone_borders,23" -tiling=yes -op10= - diff --git a/dumps/530/interface/interface_275.if3 b/dumps/530/interface/interface_275.if3 deleted file mode 100644 index 210957488..000000000 --- a/dumps/530/interface/interface_275.if3 +++ /dev/null @@ -1,3970 +0,0 @@ -// 275:0 -[com_0] -type=rectangle -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -colour=0x46341d -fill=yes -trans=160 - -// 275:1 -[com_1] -type=model -x=27 -y=4 -width=464 -height=47 -layer=com_10 -model=model_40720 -modelorigin_x=-1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=64024 -unknown101=3000 - -// 275:2 -[com_2] -type=text -x=84 -y=5 -width=352 -height=18 -layer=com_10 -textfont=quill_oblique_large -text=ifquestname -textalignh=1 -colour=0x46320a - -// 275:3 -[com_3] -type=model -x=40 -y=80 -width=436 -height=222 -layer=com_10 -model=model_40721 -modelorigin_x=0 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=666 -unknown100=64049 -unknown101=3000 - -// 275:4 -[com_4] -type=model -x=19 -y=59 -width=479 -height=31 -layer=com_10 -model=model_40722 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=666 -unknown100=64043 -unknown101=3000 - -// 275:5 -[com_5] -type=model -x=19 -y=294 -width=478 -height=30 -layer=com_10 -model=model_40722 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=1024 -modelangle_y=1024 -modelangle_z=0 -modelzoom=666 -unknown100=64043 -unknown101=3000 - -// 275:6 -[com_6] -type=layer -x=48 -y=84 -width=404 -height=215 -layer=com_10 -scrollheight=6000 - -// 275:7 -[com_7] -type=layer -x=452 -y=84 -width=16 -height=215 -layer=com_10 -onload=script63(event_com, interface_275:com_6, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1") - -// 275:8 -[com_8] -type=graphic -x=451 -y=61 -width=21 -height=20 -layer=com_10 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 -onclick=script1524 - -// 275:9 -[com_9] -type=layer -x=44 -y=300 -width=103 -height=23 -layer=com_10 - -// 275:10 -[com_10] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 275:11 -[com_11] -type=text -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj1 -textalignh=1 -colour=0x000000 - -// 275:12 -[com_12] -type=text -y=19 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj2 -textalignh=1 -colour=0x000000 - -// 275:13 -[com_13] -type=text -y=39 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj3 -textalignh=1 -colour=0x000000 - -// 275:14 -[com_14] -type=text -y=59 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj4 -textalignh=1 -colour=0x000000 - -// 275:15 -[com_15] -type=text -y=79 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj5 -textalignh=1 -colour=0x000000 - -// 275:16 -[com_16] -type=text -y=99 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj6 -textalignh=1 -colour=0x000000 - -// 275:17 -[com_17] -type=text -y=119 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj7 -textalignh=1 -colour=0x000000 - -// 275:18 -[com_18] -type=text -y=139 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj8 -textalignh=1 -colour=0x000000 - -// 275:19 -[com_19] -type=text -y=159 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj9 -textalignh=1 -colour=0x000000 - -// 275:20 -[com_20] -type=text -y=179 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj10 -textalignh=1 -colour=0x000000 - -// 275:21 -[com_21] -type=text -y=199 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj11 -textalignh=1 -colour=0x000000 - -// 275:22 -[com_22] -type=text -y=219 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj12 -textalignh=1 -colour=0x000000 - -// 275:23 -[com_23] -type=text -y=239 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj13 -textalignh=1 -colour=0x000000 - -// 275:24 -[com_24] -type=text -y=259 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj14 -textalignh=1 -colour=0x000000 - -// 275:25 -[com_25] -type=text -y=279 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj15 -textalignh=1 -colour=0x000000 - -// 275:26 -[com_26] -type=text -y=299 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj16 -textalignh=1 -colour=0x000000 - -// 275:27 -[com_27] -type=text -y=319 -width=404 -height=15 -layer=com_6 -textfont=p12_full -text=qj17 -textalignh=1 -colour=0x000000 - -// 275:28 -[com_28] -type=text -y=339 -width=404 -height=15 -layer=com_6 -textfont=p12_full -text=qj18 -textalignh=1 -colour=0x000000 -opbase= - -// 275:29 -[com_29] -type=text -y=359 -width=404 -height=15 -layer=com_6 -textfont=p12_full -text=qj19 -textalignh=1 -colour=0x000000 - -// 275:30 -[com_30] -type=text -y=379 -width=404 -height=15 -layer=com_6 -textfont=p12_full -text=qj20 -textalignh=1 -colour=0x000000 - -// 275:31 -[com_31] -type=text -y=399 -width=404 -height=15 -layer=com_6 -textfont=p12_full -text=qj21 -textalignh=1 -colour=0x000000 - -// 275:32 -[com_32] -type=text -y=419 -width=404 -height=15 -layer=com_6 -textfont=p12_full -text=qj22 -textalignh=1 -colour=0x000000 - -// 275:33 -[com_33] -type=text -y=439 -width=404 -height=15 -layer=com_6 -textfont=p12_full -text=qj23 -textalignh=1 -colour=0x000000 - -// 275:34 -[com_34] -type=text -y=459 -width=404 -height=15 -layer=com_6 -textfont=p12_full -text=qj24 -textalignh=1 -colour=0x000000 - -// 275:35 -[com_35] -type=text -y=479 -width=404 -height=15 -layer=com_6 -textfont=p12_full -text=qj25 -textalignh=1 -colour=0x000000 - -// 275:36 -[com_36] -type=text -y=499 -width=404 -height=15 -layer=com_6 -textfont=p12_full -text=qj26 -textalignh=1 -colour=0x000000 - -// 275:37 -[com_37] -type=text -y=519 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj27 -textalignh=1 -colour=0x000000 - -// 275:38 -[com_38] -type=text -y=539 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj28 -textalignh=1 -colour=0x000000 - -// 275:39 -[com_39] -type=text -y=559 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj29 -textalignh=1 -colour=0x000000 - -// 275:40 -[com_40] -type=text -y=579 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj30 -textalignh=1 -colour=0x000000 - -// 275:41 -[com_41] -type=text -y=599 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj31 -textalignh=1 -colour=0x000000 - -// 275:42 -[com_42] -type=text -y=619 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj32 -textalignh=1 -colour=0x000000 - -// 275:43 -[com_43] -type=text -y=639 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj33 -textalignh=1 -colour=0x000000 - -// 275:44 -[com_44] -type=text -y=659 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj34 -textalignh=1 -colour=0x000000 - -// 275:45 -[com_45] -type=text -y=679 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj35 -textalignh=1 -colour=0x000000 - -// 275:46 -[com_46] -type=text -y=699 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj36 -textalignh=1 -colour=0x000000 - -// 275:47 -[com_47] -type=text -y=719 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj37 -textalignh=1 -colour=0x000000 - -// 275:48 -[com_48] -type=text -x=-1 -y=739 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj38 -textalignh=1 -colour=0x000000 - -// 275:49 -[com_49] -type=text -y=759 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj39 -textalignh=1 -colour=0x000000 - -// 275:50 -[com_50] -type=text -y=779 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj40 -textalignh=1 -colour=0x000000 - -// 275:51 -[com_51] -type=text -y=799 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj41 -textalignh=1 -colour=0x000000 - -// 275:52 -[com_52] -type=text -y=819 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj42 -textalignh=1 -colour=0x000000 - -// 275:53 -[com_53] -type=text -y=839 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj43 -textalignh=1 -colour=0x000000 - -// 275:54 -[com_54] -type=text -y=859 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj44 -textalignh=1 -colour=0x000000 - -// 275:55 -[com_55] -type=text -y=879 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj45 -textalignh=1 -colour=0x000000 - -// 275:56 -[com_56] -type=text -y=899 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj46 -textalignh=1 -colour=0x000000 - -// 275:57 -[com_57] -type=text -y=919 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj47 -textalignh=1 -colour=0x000000 - -// 275:58 -[com_58] -type=text -y=939 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj48 -textalignh=1 -colour=0x000000 - -// 275:59 -[com_59] -type=text -y=959 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj49 -textalignh=1 -colour=0x000000 - -// 275:60 -[com_60] -type=text -y=979 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj50 -textalignh=1 -colour=0x000000 - -// 275:61 -[com_61] -type=text -y=999 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj51 -textalignh=1 -colour=0x000000 - -// 275:62 -[com_62] -type=text -y=1019 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj52 -textalignh=1 -colour=0x000000 - -// 275:63 -[com_63] -type=text -y=1039 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj53 -textalignh=1 -colour=0x000000 - -// 275:64 -[com_64] -type=text -y=1059 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj54 -textalignh=1 -colour=0x000000 - -// 275:65 -[com_65] -type=text -y=1079 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj55 -textalignh=1 -colour=0x000000 - -// 275:66 -[com_66] -type=text -y=1099 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj56 -textalignh=1 -colour=0x000000 - -// 275:67 -[com_67] -type=text -y=1119 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj57 -textalignh=1 -colour=0x000000 - -// 275:68 -[com_68] -type=text -y=1139 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj58 -textalignh=1 -colour=0x000000 - -// 275:69 -[com_69] -type=text -y=1159 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj59 -textalignh=1 -colour=0x000000 - -// 275:70 -[com_70] -type=text -y=1179 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj60 -textalignh=1 -colour=0x000000 - -// 275:71 -[com_71] -type=text -y=1199 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj61 -textalignh=1 -colour=0x000000 - -// 275:72 -[com_72] -type=text -y=1219 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj62 -textalignh=1 -colour=0x000000 - -// 275:73 -[com_73] -type=text -y=1239 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj63 -textalignh=1 -colour=0x000000 - -// 275:74 -[com_74] -type=text -y=1259 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj64 -textalignh=1 -colour=0x000000 - -// 275:75 -[com_75] -type=text -y=1279 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj65 -textalignh=1 -colour=0x000000 - -// 275:76 -[com_76] -type=text -y=1299 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj66 -textalignh=1 -colour=0x000000 - -// 275:77 -[com_77] -type=text -y=1319 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj67 -textalignh=1 -colour=0x000000 - -// 275:78 -[com_78] -type=text -y=1339 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj68 -textalignh=1 -colour=0x000000 - -// 275:79 -[com_79] -type=text -y=1359 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj69 -textalignh=1 -colour=0x000000 - -// 275:80 -[com_80] -type=text -y=1379 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj70 -textalignh=1 -colour=0x000000 - -// 275:81 -[com_81] -type=text -y=1399 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj71 -textalignh=1 -colour=0x000000 - -// 275:82 -[com_82] -type=text -y=1419 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj72 -textalignh=1 -colour=0x000000 - -// 275:83 -[com_83] -type=text -y=1439 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj73 -textalignh=1 -colour=0x000000 - -// 275:84 -[com_84] -type=text -y=1459 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj74 -textalignh=1 -colour=0x000000 - -// 275:85 -[com_85] -type=text -y=1479 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj75 -textalignh=1 -colour=0x000000 - -// 275:86 -[com_86] -type=text -y=1499 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj76 -textalignh=1 -colour=0x000000 - -// 275:87 -[com_87] -type=text -y=1519 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj77 -textalignh=1 -colour=0x000000 - -// 275:88 -[com_88] -type=text -y=1539 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj78 -textalignh=1 -colour=0x000000 - -// 275:89 -[com_89] -type=text -y=1559 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj79 -textalignh=1 -colour=0x000000 - -// 275:90 -[com_90] -type=text -y=1579 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj80 -textalignh=1 -colour=0x000000 - -// 275:91 -[com_91] -type=text -y=1599 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj81 -textalignh=1 -colour=0x000000 - -// 275:92 -[com_92] -type=text -y=1619 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj82 -textalignh=1 -colour=0x000000 - -// 275:93 -[com_93] -type=text -y=1639 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj83 -textalignh=1 -colour=0x000000 - -// 275:94 -[com_94] -type=text -y=1659 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj84 -textalignh=1 -colour=0x000000 - -// 275:95 -[com_95] -type=text -y=1679 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj85 -textalignh=1 -colour=0x000000 - -// 275:96 -[com_96] -type=text -y=1699 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj86 -textalignh=1 -colour=0x000000 - -// 275:97 -[com_97] -type=text -y=1719 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj87 -textalignh=1 -colour=0x000000 - -// 275:98 -[com_98] -type=text -y=1739 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj88 -textalignh=1 -colour=0x000000 - -// 275:99 -[com_99] -type=text -y=1759 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj89 -textalignh=1 -colour=0x000000 - -// 275:100 -[com_100] -type=text -y=1779 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj90 -textalignh=1 -colour=0x000000 - -// 275:101 -[com_101] -type=text -y=1799 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj91 -textalignh=1 -colour=0x000000 - -// 275:102 -[com_102] -type=text -y=1819 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj92 -textalignh=1 -colour=0x000000 - -// 275:103 -[com_103] -type=text -y=1839 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj93 -textalignh=1 -colour=0x000000 - -// 275:104 -[com_104] -type=text -y=1859 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj94 -textalignh=1 -colour=0x000000 - -// 275:105 -[com_105] -type=text -y=1879 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj95 -textalignh=1 -colour=0x000000 - -// 275:106 -[com_106] -type=text -y=1899 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj96 -textalignh=1 -colour=0x000000 - -// 275:107 -[com_107] -type=text -y=1919 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj97 -textalignh=1 -colour=0x000000 - -// 275:108 -[com_108] -type=text -y=1939 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj98 -textalignh=1 -colour=0x000000 - -// 275:109 -[com_109] -type=text -y=1959 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj99 -textalignh=1 -colour=0x000000 - -// 275:110 -[com_110] -type=text -y=1979 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj100 -textalignh=1 -colour=0x000000 - -// 275:111 -[com_111] -type=text -y=1998 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj101 -textalignh=1 -colour=0x000000 - -// 275:112 -[com_112] -type=text -y=2019 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj102 -textalignh=1 -colour=0x000000 - -// 275:113 -[com_113] -type=text -y=2039 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj103 -textalignh=1 -colour=0x000000 - -// 275:114 -[com_114] -type=text -y=2058 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj104 -textalignh=1 -colour=0x000000 - -// 275:115 -[com_115] -type=text -y=2079 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj105 -textalignh=1 -colour=0x000000 - -// 275:116 -[com_116] -type=text -y=2099 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj106 -textalignh=1 -colour=0x000000 - -// 275:117 -[com_117] -type=text -y=2120 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj107 -textalignh=1 -colour=0x000000 - -// 275:118 -[com_118] -type=text -y=2140 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj108 -textalignh=1 -colour=0x000000 - -// 275:119 -[com_119] -type=text -y=2160 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj109 -textalignh=1 -colour=0x000000 - -// 275:120 -[com_120] -type=text -y=2179 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj110 -textalignh=1 -colour=0x000000 - -// 275:121 -[com_121] -type=text -y=2200 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj111 -textalignh=1 -colour=0x000000 - -// 275:122 -[com_122] -type=text -y=2220 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj112 -textalignh=1 -colour=0x000000 - -// 275:123 -[com_123] -type=text -y=2240 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj113 -textalignh=1 -colour=0x000000 - -// 275:124 -[com_124] -type=text -y=2260 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj114 -textalignh=1 -colour=0x000000 - -// 275:125 -[com_125] -type=text -y=2279 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj115 -textalignh=1 -colour=0x000000 - -// 275:126 -[com_126] -type=text -y=2299 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj116 -textalignh=1 -colour=0x000000 - -// 275:127 -[com_127] -type=text -y=2318 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj117 -textalignh=1 -colour=0x000000 - -// 275:128 -[com_128] -type=text -y=2338 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj118 -textalignh=1 -colour=0x000000 - -// 275:129 -[com_129] -type=text -y=2359 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj119 -textalignh=1 -colour=0x000000 - -// 275:130 -[com_130] -type=text -y=2379 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj120 -textalignh=1 -colour=0x000000 - -// 275:131 -[com_131] -type=text -y=2399 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj121 -textalignh=1 -colour=0x000000 - -// 275:132 -[com_132] -type=text -y=2419 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj122 -textalignh=1 -colour=0x000000 - -// 275:133 -[com_133] -type=text -y=2439 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj123 -textalignh=1 -colour=0x000000 - -// 275:134 -[com_134] -type=text -y=2459 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj124 -textalignh=1 -colour=0x000000 - -// 275:135 -[com_135] -type=text -y=2479 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj125 -textalignh=1 -colour=0x000000 - -// 275:136 -[com_136] -type=text -y=2499 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj126 -textalignh=1 -colour=0x000000 - -// 275:137 -[com_137] -type=text -y=2519 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj127 -textalignh=1 -colour=0x000000 - -// 275:138 -[com_138] -type=text -y=2539 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj128 -textalignh=1 -colour=0x000000 - -// 275:139 -[com_139] -type=text -y=2559 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj129 -textalignh=1 -colour=0x000000 - -// 275:140 -[com_140] -type=text -x=1 -y=2579 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj130 -textalignh=1 -colour=0x000000 - -// 275:141 -[com_141] -type=text -x=1 -y=2599 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj131 -textalignh=1 -colour=0x000000 - -// 275:142 -[com_142] -type=text -x=1 -y=2619 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj132 -textalignh=1 -colour=0x000000 - -// 275:143 -[com_143] -type=text -x=1 -y=2639 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj133 -textalignh=1 -colour=0x000000 - -// 275:144 -[com_144] -type=text -x=1 -y=2659 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj134 -textalignh=1 -colour=0x000000 - -// 275:145 -[com_145] -type=text -x=1 -y=2679 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj135 -textalignh=1 -colour=0x000000 - -// 275:146 -[com_146] -type=text -x=1 -y=2699 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj136 -textalignh=1 -colour=0x000000 - -// 275:147 -[com_147] -type=text -x=1 -y=2719 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj137 -textalignh=1 -colour=0x000000 - -// 275:148 -[com_148] -type=text -x=1 -y=2739 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj138 -textalignh=1 -colour=0x000000 - -// 275:149 -[com_149] -type=text -x=1 -y=2759 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj139 -textalignh=1 -colour=0x000000 - -// 275:150 -[com_150] -type=text -x=1 -y=2779 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj140 -textalignh=1 -colour=0x000000 - -// 275:151 -[com_151] -type=text -x=1 -y=2799 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj141 -textalignh=1 -colour=0x000000 - -// 275:152 -[com_152] -type=text -x=1 -y=2819 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj142 -textalignh=1 -colour=0x000000 - -// 275:153 -[com_153] -type=text -x=1 -y=2839 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj143 -textalignh=1 -colour=0x000000 - -// 275:154 -[com_154] -type=text -x=1 -y=2859 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj144 -textalignh=1 -colour=0x000000 - -// 275:155 -[com_155] -type=text -x=1 -y=2879 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj145 -textalignh=1 -colour=0x000000 - -// 275:156 -[com_156] -type=text -x=1 -y=2899 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj146 -textalignh=1 -colour=0x000000 - -// 275:157 -[com_157] -type=text -x=1 -y=2919 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj147 -textalignh=1 -colour=0x000000 - -// 275:158 -[com_158] -type=text -x=1 -y=2939 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj148 -textalignh=1 -colour=0x000000 - -// 275:159 -[com_159] -type=text -x=1 -y=2959 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj149 -textalignh=1 -colour=0x000000 - -// 275:160 -[com_160] -type=text -x=1 -y=2979 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj150 -textalignh=1 -colour=0x000000 - -// 275:161 -[com_161] -type=text -x=1 -y=2999 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj151 -textalignh=1 -colour=0x000000 - -// 275:162 -[com_162] -type=text -x=1 -y=3019 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj152 -textalignh=1 -colour=0x000000 - -// 275:163 -[com_163] -type=text -x=1 -y=3039 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj153 -textalignh=1 -colour=0x000000 - -// 275:164 -[com_164] -type=text -x=1 -y=3059 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj154 -textalignh=1 -colour=0x000000 - -// 275:165 -[com_165] -type=text -x=1 -y=3079 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj155 -textalignh=1 -colour=0x000000 - -// 275:166 -[com_166] -type=text -x=1 -y=3099 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj156 -textalignh=1 -colour=0x000000 - -// 275:167 -[com_167] -type=text -x=1 -y=3119 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj157 -textalignh=1 -colour=0x000000 - -// 275:168 -[com_168] -type=text -x=1 -y=3139 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj158 -textalignh=1 -colour=0x000000 - -// 275:169 -[com_169] -type=text -x=1 -y=3159 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj159 -textalignh=1 -colour=0x000000 - -// 275:170 -[com_170] -type=text -x=1 -y=3179 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj160 -textalignh=1 -colour=0x000000 - -// 275:171 -[com_171] -type=text -x=1 -y=3199 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj161 -textalignh=1 -colour=0x000000 - -// 275:172 -[com_172] -type=text -x=1 -y=3219 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj162 -textalignh=1 -colour=0x000000 - -// 275:173 -[com_173] -type=text -x=1 -y=3239 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj163 -textalignh=1 -colour=0x000000 - -// 275:174 -[com_174] -type=text -x=1 -y=3259 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj164 -textalignh=1 -colour=0x000000 - -// 275:175 -[com_175] -type=text -x=1 -y=3279 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj165 -textalignh=1 -colour=0x000000 - -// 275:176 -[com_176] -type=text -x=1 -y=3299 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj166 -textalignh=1 -colour=0x000000 - -// 275:177 -[com_177] -type=text -x=1 -y=3319 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj167 -textalignh=1 -colour=0x000000 - -// 275:178 -[com_178] -type=text -x=1 -y=3339 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj168 -textalignh=1 -colour=0x000000 - -// 275:179 -[com_179] -type=text -x=1 -y=3359 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj169 -textalignh=1 -colour=0x000000 - -// 275:180 -[com_180] -type=text -x=1 -y=3379 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj170 -textalignh=1 -colour=0x000000 - -// 275:181 -[com_181] -type=text -x=1 -y=3399 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj171 -textalignh=1 -colour=0x000000 - -// 275:182 -[com_182] -type=text -x=1 -y=3419 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj172 -textalignh=1 -colour=0x000000 - -// 275:183 -[com_183] -type=text -x=1 -y=3439 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj173 -textalignh=1 -colour=0x000000 - -// 275:184 -[com_184] -type=text -x=1 -y=3459 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj174 -textalignh=1 -colour=0x000000 - -// 275:185 -[com_185] -type=text -x=1 -y=3479 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj175 -textalignh=1 -colour=0x000000 - -// 275:186 -[com_186] -type=text -x=1 -y=3499 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj176 -textalignh=1 -colour=0x000000 - -// 275:187 -[com_187] -type=text -x=1 -y=3519 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj177 -textalignh=1 -colour=0x000000 - -// 275:188 -[com_188] -type=text -x=1 -y=3539 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj178 -textalignh=1 -colour=0x000000 - -// 275:189 -[com_189] -type=text -x=1 -y=3559 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj179 -textalignh=1 -colour=0x000000 - -// 275:190 -[com_190] -type=text -x=1 -y=3579 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj180 -textalignh=1 -colour=0x000000 - -// 275:191 -[com_191] -type=text -x=1 -y=3599 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj181 -textalignh=1 -colour=0x000000 - -// 275:192 -[com_192] -type=text -x=1 -y=3619 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj182 -textalignh=1 -colour=0x000000 - -// 275:193 -[com_193] -type=text -x=1 -y=3639 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj183 -textalignh=1 -colour=0x000000 - -// 275:194 -[com_194] -type=text -x=1 -y=3659 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj184 -textalignh=1 -colour=0x000000 - -// 275:195 -[com_195] -type=text -x=1 -y=3679 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj185 -textalignh=1 -colour=0x000000 - -// 275:196 -[com_196] -type=text -x=1 -y=3699 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj186 -textalignh=1 -colour=0x000000 - -// 275:197 -[com_197] -type=text -x=1 -y=3719 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj187 -textalignh=1 -colour=0x000000 - -// 275:198 -[com_198] -type=text -x=1 -y=3739 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj188 -textalignh=1 -colour=0x000000 - -// 275:199 -[com_199] -type=text -x=1 -y=3759 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj189 -textalignh=1 -colour=0x000000 - -// 275:200 -[com_200] -type=text -x=1 -y=3779 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj190 -textalignh=1 -colour=0x000000 - -// 275:201 -[com_201] -type=text -x=1 -y=3799 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj191 -textalignh=1 -colour=0x000000 - -// 275:202 -[com_202] -type=text -x=1 -y=3819 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj192 -textalignh=1 -colour=0x000000 - -// 275:203 -[com_203] -type=text -x=1 -y=3839 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj193 -textalignh=1 -colour=0x000000 - -// 275:204 -[com_204] -type=text -x=1 -y=3859 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj194 -textalignh=1 -colour=0x000000 - -// 275:205 -[com_205] -type=text -x=1 -y=3879 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj195 -textalignh=1 -colour=0x000000 - -// 275:206 -[com_206] -type=text -x=1 -y=3899 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj196 -textalignh=1 -colour=0x000000 - -// 275:207 -[com_207] -type=text -x=1 -y=3919 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj197 -textalignh=1 -colour=0x000000 - -// 275:208 -[com_208] -type=text -x=1 -y=3939 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj198 -textalignh=1 -colour=0x000000 - -// 275:209 -[com_209] -type=text -x=1 -y=3959 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj199 -textalignh=1 -colour=0x000000 - -// 275:210 -[com_210] -type=text -x=1 -y=3979 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj200 -textalignh=1 -colour=0x000000 - -// 275:211 -[com_211] -type=text -x=1 -y=3999 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj201 -textalignh=1 -colour=0x000000 - -// 275:212 -[com_212] -type=text -x=1 -y=4019 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj202 -textalignh=1 -colour=0x000000 - -// 275:213 -[com_213] -type=text -x=1 -y=4039 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj203 -textalignh=1 -colour=0x000000 - -// 275:214 -[com_214] -type=text -x=1 -y=4059 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj204 -textalignh=1 -colour=0x000000 - -// 275:215 -[com_215] -type=text -x=1 -y=4079 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj205 -textalignh=1 -colour=0x000000 - -// 275:216 -[com_216] -type=text -x=1 -y=4099 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj206 -textalignh=1 -colour=0x000000 - -// 275:217 -[com_217] -type=text -x=1 -y=4119 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj207 -textalignh=1 -colour=0x000000 - -// 275:218 -[com_218] -type=text -x=1 -y=4139 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj208 -textalignh=1 -colour=0x000000 - -// 275:219 -[com_219] -type=text -x=1 -y=4159 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj209 -textalignh=1 -colour=0x000000 - -// 275:220 -[com_220] -type=text -x=1 -y=4179 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj210 -textalignh=1 -colour=0x000000 - -// 275:221 -[com_221] -type=text -x=1 -y=4199 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj211 -textalignh=1 -colour=0x000000 - -// 275:222 -[com_222] -type=text -x=1 -y=4219 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj212 -textalignh=1 -colour=0x000000 - -// 275:223 -[com_223] -type=text -x=1 -y=4239 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj213 -textalignh=1 -colour=0x000000 - -// 275:224 -[com_224] -type=text -x=1 -y=4259 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj214 -textalignh=1 -colour=0x000000 - -// 275:225 -[com_225] -type=text -x=1 -y=4279 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj215 -textalignh=1 -colour=0x000000 - -// 275:226 -[com_226] -type=text -x=1 -y=4299 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj216 -textalignh=1 -colour=0x000000 - -// 275:227 -[com_227] -type=text -x=1 -y=4319 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj217 -textalignh=1 -colour=0x000000 - -// 275:228 -[com_228] -type=text -x=1 -y=4339 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj218 -textalignh=1 -colour=0x000000 - -// 275:229 -[com_229] -type=text -x=1 -y=4359 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj219 -textalignh=1 -colour=0x000000 - -// 275:230 -[com_230] -type=text -x=1 -y=4379 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj220 -textalignh=1 -colour=0x000000 - -// 275:231 -[com_231] -type=text -x=1 -y=4399 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj221 -textalignh=1 -colour=0x000000 - -// 275:232 -[com_232] -type=text -x=1 -y=4419 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj222 -textalignh=1 -colour=0x000000 - -// 275:233 -[com_233] -type=text -x=1 -y=4439 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj223 -textalignh=1 -colour=0x000000 - -// 275:234 -[com_234] -type=text -x=1 -y=4459 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj224 -textalignh=1 -colour=0x000000 - -// 275:235 -[com_235] -type=text -x=1 -y=4479 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj225 -textalignh=1 -colour=0x000000 - -// 275:236 -[com_236] -type=text -x=1 -y=4499 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj226 -textalignh=1 -colour=0x000000 - -// 275:237 -[com_237] -type=text -x=1 -y=4519 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj227 -textalignh=1 -colour=0x000000 - -// 275:238 -[com_238] -type=text -x=1 -y=4539 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj228 -textalignh=1 -colour=0x000000 - -// 275:239 -[com_239] -type=text -x=1 -y=4559 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj229 -textalignh=1 -colour=0x000000 - -// 275:240 -[com_240] -type=text -x=1 -y=4579 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj230 -textalignh=1 -colour=0x000000 - -// 275:241 -[com_241] -type=text -x=1 -y=4599 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj231 -textalignh=1 -colour=0x000000 - -// 275:242 -[com_242] -type=text -x=1 -y=4619 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj232 -textalignh=1 -colour=0x000000 - -// 275:243 -[com_243] -type=text -x=1 -y=4639 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj233 -textalignh=1 -colour=0x000000 - -// 275:244 -[com_244] -type=text -x=1 -y=4659 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj234 -textalignh=1 -colour=0x000000 - -// 275:245 -[com_245] -type=text -x=1 -y=4679 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj235 -textalignh=1 -colour=0x000000 - -// 275:246 -[com_246] -type=text -x=1 -y=4699 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj236 -textalignh=1 -colour=0x000000 - -// 275:247 -[com_247] -type=text -x=1 -y=4719 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj237 -textalignh=1 -colour=0x000000 - -// 275:248 -[com_248] -type=text -x=1 -y=4739 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj238 -textalignh=1 -colour=0x000000 - -// 275:249 -[com_249] -type=text -x=1 -y=4759 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj239 -textalignh=1 -colour=0x000000 - -// 275:250 -[com_250] -type=text -x=1 -y=4779 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj240 -textalignh=1 -colour=0x000000 - -// 275:251 -[com_251] -type=text -x=1 -y=4799 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj241 -textalignh=1 -colour=0x000000 - -// 275:252 -[com_252] -type=text -x=1 -y=4819 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj242 -textalignh=1 -colour=0x000000 - -// 275:253 -[com_253] -type=text -x=1 -y=4839 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj243 -textalignh=1 -colour=0x000000 - -// 275:254 -[com_254] -type=text -x=1 -y=4859 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj244 -textalignh=1 -colour=0x000000 - -// 275:255 -[com_255] -type=text -x=1 -y=4879 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj245 -textalignh=1 -colour=0x000000 - -// 275:256 -[com_256] -type=text -x=1 -y=4899 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj246 -textalignh=1 -colour=0x000000 - -// 275:257 -[com_257] -type=text -x=1 -y=4919 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj247 -textalignh=1 -colour=0x000000 - -// 275:258 -[com_258] -type=text -x=1 -y=4939 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj248 -textalignh=1 -colour=0x000000 - -// 275:259 -[com_259] -type=text -x=1 -y=4959 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj249 -textalignh=1 -colour=0x000000 - -// 275:260 -[com_260] -type=text -x=1 -y=4979 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj250 -textalignh=1 -colour=0x000000 - -// 275:261 -[com_261] -type=text -x=1 -y=4999 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj251 -textalignh=1 -colour=0x000000 -op10= - -// 275:262 -[com_262] -type=text -x=1 -y=5019 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj252 -textalignh=1 -colour=0x000000 -op10= - -// 275:263 -[com_263] -type=text -x=1 -y=5039 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj253 -textalignh=1 -colour=0x000000 -op10= - -// 275:264 -[com_264] -type=text -x=1 -y=5059 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj254 -textalignh=1 -colour=0x000000 -op10= - -// 275:265 -[com_265] -type=text -x=1 -y=5079 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj255 -textalignh=1 -colour=0x000000 -op10= - -// 275:266 -[com_266] -type=text -x=1 -y=5099 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj256 -textalignh=1 -colour=0x000000 -op10= - -// 275:267 -[com_267] -type=text -x=1 -y=5119 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj257 -textalignh=1 -colour=0x000000 -op10= - -// 275:268 -[com_268] -type=text -x=1 -y=5139 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj258 -textalignh=1 -colour=0x000000 -op10= - -// 275:269 -[com_269] -type=text -x=1 -y=5159 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj259 -textalignh=1 -colour=0x000000 -op10= - -// 275:270 -[com_270] -type=text -x=1 -y=5179 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj260 -textalignh=1 -colour=0x000000 -op10= - -// 275:271 -[com_271] -type=text -x=1 -y=5199 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj261 -textalignh=1 -colour=0x000000 -op10= - -// 275:272 -[com_272] -type=text -x=1 -y=5219 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj262 -textalignh=1 -colour=0x000000 -op10= - -// 275:273 -[com_273] -type=text -x=1 -y=5239 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj263 -textalignh=1 -colour=0x000000 -op10= - -// 275:274 -[com_274] -type=text -x=1 -y=5259 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj264 -textalignh=1 -colour=0x000000 -op10= - -// 275:275 -[com_275] -type=text -x=1 -y=5279 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj265 -textalignh=1 -colour=0x000000 -op10= - -// 275:276 -[com_276] -type=text -x=1 -y=5299 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj266 -textalignh=1 -colour=0x000000 -op10= - -// 275:277 -[com_277] -type=text -x=1 -y=5319 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj267 -textalignh=1 -colour=0x000000 -op10= - -// 275:278 -[com_278] -type=text -x=1 -y=5339 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj268 -textalignh=1 -colour=0x000000 -op10= - -// 275:279 -[com_279] -type=text -x=1 -y=5359 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj269 -textalignh=1 -colour=0x000000 -op10= - -// 275:280 -[com_280] -type=text -x=1 -y=5379 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj270 -textalignh=1 -colour=0x000000 -op10= - -// 275:281 -[com_281] -type=text -x=1 -y=5399 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj271 -textalignh=1 -colour=0x000000 -op10= - -// 275:282 -[com_282] -type=text -x=1 -y=5419 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj272 -textalignh=1 -colour=0x000000 -op10= - -// 275:283 -[com_283] -type=text -x=1 -y=5439 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj273 -textalignh=1 -colour=0x000000 -op10= - -// 275:284 -[com_284] -type=text -x=1 -y=5459 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj274 -textalignh=1 -colour=0x000000 -op10= - -// 275:285 -[com_285] -type=text -x=1 -y=5479 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj275 -textalignh=1 -colour=0x000000 -op10= - -// 275:286 -[com_286] -type=text -x=1 -y=5499 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj276 -textalignh=1 -colour=0x000000 -op10= - -// 275:287 -[com_287] -type=text -x=1 -y=5519 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj277 -textalignh=1 -colour=0x000000 -op10= - -// 275:288 -[com_288] -type=text -x=1 -y=5539 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj278 -textalignh=1 -colour=0x000000 -op10= - -// 275:289 -[com_289] -type=text -x=1 -y=5559 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj279 -textalignh=1 -colour=0x000000 -op10= - -// 275:290 -[com_290] -type=text -x=1 -y=5579 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj280 -textalignh=1 -colour=0x000000 -op10= - -// 275:291 -[com_291] -type=text -x=1 -y=5599 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj281 -textalignh=1 -colour=0x000000 -op10= - -// 275:292 -[com_292] -type=text -x=1 -y=5619 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj282 -textalignh=1 -colour=0x000000 -op10= - -// 275:293 -[com_293] -type=text -x=1 -y=5639 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj283 -textalignh=1 -colour=0x000000 -op10= - -// 275:294 -[com_294] -type=text -x=1 -y=5659 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj284 -textalignh=1 -colour=0x000000 -op10= - -// 275:295 -[com_295] -type=text -x=1 -y=5679 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj285 -textalignh=1 -colour=0x000000 -op10= - -// 275:296 -[com_296] -type=text -x=1 -y=5699 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj286 -textalignh=1 -colour=0x000000 -op10= - -// 275:297 -[com_297] -type=text -x=1 -y=5719 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj287 -textalignh=1 -colour=0x000000 -op10= - -// 275:298 -[com_298] -type=text -x=1 -y=5739 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj288 -textalignh=1 -colour=0x000000 -op10= - -// 275:299 -[com_299] -type=text -x=1 -y=5759 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj289 -textalignh=1 -colour=0x000000 -op10= - -// 275:300 -[com_300] -type=text -x=1 -y=5779 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj290 -textalignh=1 -colour=0x000000 -op10= - -// 275:301 -[com_301] -type=text -x=1 -y=5799 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj291 -textalignh=1 -colour=0x000000 -op10= - -// 275:302 -[com_302] -type=text -x=1 -y=5819 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj292 -textalignh=1 -colour=0x000000 -op10= - -// 275:303 -[com_303] -type=text -x=1 -y=5839 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj293 -textalignh=1 -colour=0x000000 -op10= - -// 275:304 -[com_304] -type=text -x=1 -y=5859 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj294 -textalignh=1 -colour=0x000000 -op10= - -// 275:305 -[com_305] -type=text -x=1 -y=5879 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj295 -textalignh=1 -colour=0x000000 -op10= - -// 275:306 -[com_306] -type=text -x=1 -y=5899 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj296 -textalignh=1 -colour=0x000000 -op10= - -// 275:307 -[com_307] -type=text -x=1 -y=5919 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj297 -textalignh=1 -colour=0x000000 -op10= - -// 275:308 -[com_308] -type=text -x=1 -y=5939 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj298 -textalignh=1 -colour=0x000000 -op10= - -// 275:309 -[com_309] -type=text -x=1 -y=5959 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj299 -textalignh=1 -colour=0x000000 -op10= - -// 275:310 -[com_310] -type=text -x=1 -y=5979 -width=404 -height=14 -layer=com_6 -textfont=p12_full -text=qj300 -textalignh=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_277.if3 b/dumps/530/interface/interface_277.if3 deleted file mode 100644 index 8cce5f354..000000000 --- a/dumps/530/interface/interface_277.if3 +++ /dev/null @@ -1,259 +0,0 @@ -// 277:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 277:1 -[com_1] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_0 - -// 277:2 -[com_2] -type=model -x=4 -y=9 -width=507 -height=317 -layer=com_1 -model=model_40691 -modelorigin_x=4 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=2047 -modelangle_z=0 -modelzoom=554 -unknown100=2535 -unknown101=3000 - -// 277:3 -[com_3] -type=text -x=162 -y=75 -width=220 -height=18 -layer=com_1 -textfont=q8_full -text=Congratulations! -textalignh=1 -textshadow=yes -colour=0xff9933 - -// 277:4 -[com_4] -type=text -x=101 -y=92 -width=325 -height=29 -layer=com_1 -textfont=p12_full -text=You have completed Death Plateau! -textlineheight=14 -textalignh=1 -textalignv=1 -colour=0x3b2e22 - -// 277:5 -[com_5] -type=model -x=86 -y=132 -width=65 -height=52 -layer=com_1 -model=model_2632 -modelorigin_x=1 -modelorigin_y=22 -modelangle_x=137 -modelangle_y=2041 -modelangle_z=0 -modelzoom=172 -unknown100=65136 -unknown101=3000 - -// 277:6 -[com_6] -type=text -x=186 -y=263 -width=131 -height=13 -layer=com_1 -textfont=p12_full -text=Quest Points: -textalignh=1 -textshadow=yes -colour=0xff9933 - -// 277:7 -[com_7] -type=text -x=321 -y=263 -width=17 -height=14 -layer=com_1 -textfont=p12_full -text=%1 -textalignh=1 -textshadow=yes -colour=0xff9933 - -// 277:8 -[com_8] -type=model -x=375 -y=185 -width=73 -height=148 -layer=com_1 -model=model_3037 -modelorigin_x=0 -modelorigin_y=-37 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=63988 -unknown101=3000 - -// 277:9 -[com_9] -type=text -x=162 -y=123 -width=213 -height=16 -layer=com_1 -textfont=p12_full -text=You are awarded: -textalignh=1 -colour=0x3b242c - -// 277:10 -[com_10] -type=text -x=162 -y=141 -width=213 -height=14 -layer=com_1 -textfont=p12_full -text=Line 1 -textalignh=1 -colour=0x3b2e22 - -// 277:11 -[com_11] -type=text -x=162 -y=156 -width=213 -height=14 -layer=com_1 -textfont=p12_full -text=Line 2 -textalignh=1 -colour=0x3b2e22 - -// 277:12 -[com_12] -type=text -x=162 -y=171 -width=213 -height=14 -layer=com_1 -textfont=p12_full -text=Line 3 -textalignh=1 -colour=0x3b2e22 - -// 277:13 -[com_13] -type=text -x=162 -y=186 -width=213 -height=14 -layer=com_1 -textfont=p12_full -text=Line 4 -textalignh=1 -colour=0x3b2e22 - -// 277:14 -[com_14] -type=text -x=162 -y=201 -width=213 -height=14 -layer=com_1 -textfont=p12_full -text=Line 5 -textalignh=1 -colour=0x3b2e22 - -// 277:15 -[com_15] -type=text -x=162 -y=216 -width=213 -height=14 -layer=com_1 -textfont=p12_full -text=Line 6 -textalignh=1 -colour=0x3b2e22 - -// 277:16 -[com_16] -type=text -x=162 -y=231 -width=213 -height=14 -layer=com_1 -textfont=p12_full -text=Line 7 -textalignh=1 -colour=0x3b2e22 - -// 277:17 -[com_17] -type=text -x=162 -y=246 -width=213 -height=14 -layer=com_1 -textfont=p12_full -text=Line 8 -textalignh=1 -colour=0x3b2e22 - -// 277:18 -[com_18] -type=graphic -x=429 -y=62 -width=26 -height=23 -layer=com_1 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_278.if3 b/dumps/530/interface/interface_278.if3 deleted file mode 100644 index 695fd4a2b..000000000 --- a/dumps/530/interface/interface_278.if3 +++ /dev/null @@ -1,197 +0,0 @@ -// 278:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 278:1 -[com_1] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 278:2 -[com_2] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 278:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 278:4 -[com_4] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 278:5 -[com_5] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 278:6 -[com_6] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 278:7 -[com_7] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 278:8 -[com_8] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 278:9 -[com_9] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 278:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 278:11 -[com_11] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 278:12 -[com_12] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 278:13 -[com_13] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 278:14 -[com_14] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 278:15 -[com_15] -type=text -y=31 -width=399 -height=15 -xmode=abs_centre -layer=com_0 -textfont=b12_full -text=Ranging Guild Ticket Exchange -textalignh=1 -textshadow=yes -colour=0xff981f - -// 278:16 -[com_16] -type=layer -x=48 -y=76 -width=415 -height=218 - diff --git a/dumps/530/interface/interface_279.if3 b/dumps/530/interface/interface_279.if3 deleted file mode 100644 index 21235bee5..000000000 --- a/dumps/530/interface/interface_279.if3 +++ /dev/null @@ -1,629 +0,0 @@ -// 279:0 -[com_0] -type=graphic -width=5000 -height=5000 -graphic=tradebacking -tiling=yes - -// 279:1 -[com_1] -type=rectangle -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes -trans=200 - -// 279:2 -[com_2] -type=model -x=23 -y=2 -width=154 -height=166 -layer=com_28 -model=model_34053 -modelorigin_x=2 -modelorigin_y=16 -modelangle_x=9 -modelangle_y=1950 -modelangle_z=0 -modelzoom=912 -modelanim=seq_8581 -unknown100=64276 -unknown101=3000 - -// 279:3 -[com_3] -type=model -x=353 -y=-4 -width=156 -height=167 -layer=com_28 -model=model_34053 -modelorigin_x=-4 -modelorigin_y=17 -modelangle_x=17 -modelangle_y=125 -modelangle_z=0 -modelzoom=912 -modelanim=seq_8581 -unknown100=64264 -unknown101=3000 - -// 279:4 -[com_4] -type=model -x=293 -y=179 -width=204 -height=115 -layer=com_28 -model=model_9853 -modelorigin_x=2 -modelorigin_y=6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1834 -unknown100=63760 -unknown101=3000 - -// 279:5 -[com_5] -type=model -x=17 -y=183 -width=190 -height=108 -layer=com_28 -model=model_9853 -modelorigin_x=2 -modelorigin_y=5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1962 -unknown100=63745 -unknown101=3000 - -// 279:6 -[com_6] -type=model -x=175 -y=74 -width=169 -height=49 -layer=com_28 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=909 -unknown100=63946 -unknown101=3000 - -// 279:7 -[com_7] -type=graphic -x=220 -y=188 -width=72 -height=36 -layer=com_28 -graphic="combatboxes,0" - -// 279:8 -[com_8] -type=graphic -x=220 -y=239 -width=72 -height=36 -layer=com_28 -graphic="combatboxes,0" - -// 279:9 -[com_9] -type=text -x=43 -y=184 -width=142 -height=18 -layer=com_28 -textfont=q8_full -text=Player's Cat -textalignh=1 -colour=0x46320a - -// 279:10 -[com_10] -type=text -x=327 -y=184 -width=142 -height=19 -layer=com_28 -textfont=q8_full -text=Opponent's Cat -textalignh=1 -colour=0x46320a - -// 279:11 -[com_11] -type=text -x=212 -y=87 -width=94 -height=15 -layer=com_28 -textfont=b12_full -text=Vs -textalignh=1 -colour=0x46320a - -// 279:12 -[com_12] -type=text -x=220 -y=188 -width=72 -height=36 -layer=com_28 -textfont=p12_full -text=ACCEPT -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x11d311 -op1=Accept - -// 279:13 -[com_13] -type=text -x=220 -y=239 -width=72 -height=36 -layer=com_28 -textfont=p12_full -text=DECLINE -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xac1414 -op1=Decline - -// 279:14 -[com_14] -type=text -x=43 -y=208 -width=142 -height=16 -layer=com_28 -textfont=q8_full -text=Amount -textalignh=1 -textshadow=yes -colour=0xbf751d - -// 279:15 -[com_15] -type=text -x=327 -y=209 -width=142 -height=16 -layer=com_28 -textfont=q8_full -text=Amount -textalignh=1 -textshadow=yes -colour=0xbf751d - -// 279:16 -[com_16] -type=text -x=62 -y=235 -width=100 -height=14 -layer=com_28 -textfont=p12_full -text=0 -textalignh=1 -textshadow=yes -colour=0xe1981f - -// 279:17 -[com_17] -type=text -x=352 -y=235 -width=100 -height=14 -layer=com_28 -textfont=p12_full -text=0 -textalignh=1 -textshadow=yes -colour=0xe1981f - -// 279:18 -[com_18] -type=model -x=51 -y=253 -width=31 -height=30 -layer=com_28 -model=model_10044 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=64077 -unknown101=3000 - -// 279:19 -[com_19] -type=model -x=147 -y=253 -width=31 -height=30 -layer=com_28 -model=model_10044 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=64079 -unknown101=3000 - -// 279:20 -[com_20] -type=model -x=53 -y=263 -width=27 -height=9 -layer=com_28 -model=model_10040 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=450 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=64075 -unknown101=3000 -op1=Decrease - -// 279:21 -[com_21] -type=model -x=149 -y=255 -width=27 -height=27 -layer=com_28 -model=model_10042 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=64076 -unknown101=3000 -op1=Increase - -// 279:22 -[com_22] -type=graphic -x=199 -width=119 -height=36 -layer=com_28 -graphic="combatboxes,0" - -// 279:23 -[com_23] -type=graphic -x=200 -y=36 -width=119 -height=36 -layer=com_28 -graphic="combatboxes,0" - -// 279:24 -[com_24] -type=text -x=207 -y=10 -width=58 -height=32 -layer=com_28 -textfont=p12_full -text=Your Limit: -textshadow=yes -colour=0xffff00 - -// 279:25 -[com_25] -type=text -x=208 -y=47 -width=59 -height=32 -layer=com_28 -textfont=p12_full -text=Their Limit: -textshadow=yes -colour=0xffff00 - -// 279:26 -[com_26] -type=text -x=266 -y=11 -width=32 -height=32 -layer=com_28 -textfont=b12_full -text=1000 -textshadow=yes -colour=0x009900 - -// 279:27 -[com_27] -type=text -x=267 -y=48 -width=32 -height=32 -layer=com_28 -textfont=b12_full -text=1000 -textshadow=yes -colour=0x009900 - -// 279:28 -[com_28] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 279:29 -[com_29] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 279:30 -[com_30] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_29 - -// 279:31 -[com_31] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 279:32 -[com_32] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 279:33 -[com_33] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 279:34 -[com_34] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 279:35 -[com_35] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 279:36 -[com_36] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 279:37 -[com_37] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 279:38 -[com_38] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 279:39 -[com_39] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_30 - -// 279:40 -[com_40] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_30 - -// 279:41 -[com_41] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_30 - -// 279:42 -[com_42] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_30 - -// 279:43 -[com_43] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_30 - -// 279:44 -[com_44] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_40 -graphic=tradebacking -tiling=yes -outline=2 - -// 279:45 -[com_45] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_39 -graphic=tradebacking -tiling=yes -outline=2 - -// 279:46 -[com_46] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_41 -graphic=tradebacking -tiling=yes -outline=2 - -// 279:47 -[com_47] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_42 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_28.if3 b/dumps/530/interface/interface_28.if3 deleted file mode 100644 index 25345dc17..000000000 --- a/dumps/530/interface/interface_28.if3 +++ /dev/null @@ -1,736 +0,0 @@ -// 28:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 28:1 -[com_1] -type=model -x=16 -y=26 -width=64 -height=45 -layer=com_53 -model=model_9091 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=219 -modelangle_y=1341 -modelangle_z=0 -modelzoom=400 -unknown100=65156 -unknown101=816 -op1=Take 1 - -// 28:2 -[com_2] -type=text -x=4 -y=5 -width=93 -height=14 -layer=com_53 -textfont=p12_full -text=Perfect gold: %1 -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take 1 - -// 28:3 -[com_3] -type=text -x=368 -y=297 -width=123 -height=17 -textfont=p12_full -text=Coal to add: %2 -textalignh=2 -textshadow=yes -colour=0xff981f -onload=script2040(event_com) -onvartransmit=script2040(event_com) -onvartransmitlist=varplayer_543 - -// 28:4 -[com_4] -type=text -x=36 -y=77 -width=22 -height=14 -layer=com_53 -textfont=p12_full -text=(All) -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take All - -// 28:5 -[com_5] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 28:6 -[com_6] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 28:7 -[com_7] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 28:8 -[com_8] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 28:9 -[com_9] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 28:10 -[com_10] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 28:11 -[com_11] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 28:12 -[com_12] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 28:13 -[com_13] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 28:14 -[com_14] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 28:15 -[com_15] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 28:16 -[com_16] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 28:17 -[com_17] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 28:18 -[com_18] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 28:19 -[com_19] -type=text -x=22 -y=31 -width=470 -height=20 -layer=com_0 -textfont=b12_full -text=Blast Furnace Bar Stock -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script2041 -onvartransmit=script2041 -onvartransmitlist=varplayer_545,varplayer_546,varplayer_547,varplayer_548,varplayer_549 - -// 28:20 -[com_20] -type=layer -x=21 -y=54 -width=468 -height=262 - -// 28:21 -[com_21] -type=model -x=6 -y=26 -width=64 -height=45 -layer=com_52 -model=model_9088 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=219 -modelangle_y=1341 -modelangle_z=0 -modelzoom=400 -unknown100=65156 -unknown101=816 -op1=Take 1 - -// 28:22 -[com_22] -type=text -x=5 -y=5 -width=70 -height=25 -layer=com_52 -textfont=p12_full -text=Gold: %1 -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take 1 - -// 28:23 -[com_23] -type=text -x=26 -y=77 -width=22 -height=14 -layer=com_52 -textfont=p12_full -text=(All) -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take All - -// 28:24 -[com_24] -type=model -x=5 -y=26 -width=64 -height=45 -layer=com_51 -model=model_9093 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=219 -modelangle_y=1341 -modelangle_z=0 -modelzoom=400 -unknown100=65156 -unknown101=816 -op1=Take 1 - -// 28:25 -[com_25] -type=text -x=4 -y=5 -width=70 -height=25 -layer=com_51 -textfont=p12_full -text=Silver: %1 -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take 1 - -// 28:26 -[com_26] -type=text -x=25 -y=77 -width=22 -height=14 -layer=com_51 -textfont=p12_full -text=(All) -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take All - -// 28:27 -[com_27] -type=model -x=7 -y=26 -width=64 -height=45 -layer=com_50 -model=model_9092 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=219 -modelangle_y=1341 -modelangle_z=0 -modelzoom=400 -unknown100=65156 -unknown101=816 -op1=Take 1 - -// 28:28 -[com_28] -type=text -x=4 -y=5 -width=70 -height=25 -layer=com_50 -textfont=p12_full -text=Runite: %1 -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take 1 - -// 28:29 -[com_29] -type=text -x=31 -y=77 -width=22 -height=14 -layer=com_50 -textfont=p12_full -text=(All) -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take All - -// 28:30 -[com_30] -type=model -x=10 -y=26 -width=64 -height=45 -layer=com_49 -model=model_9086 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=219 -modelangle_y=1341 -modelangle_z=0 -modelzoom=400 -unknown100=65156 -unknown101=816 -op1=Take 1 - -// 28:31 -[com_31] -type=text -x=-2 -y=2 -width=93 -height=25 -layer=com_49 -textfont=p12_full -text=Adamantite: %1 -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take 1 - -// 28:32 -[com_32] -type=text -x=32 -y=77 -width=22 -height=14 -layer=com_49 -textfont=p12_full -text=(All) -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take All - -// 28:33 -[com_33] -type=model -x=5 -y=26 -width=64 -height=45 -layer=com_48 -model=model_9090 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=219 -modelangle_y=1341 -modelangle_z=0 -modelzoom=400 -unknown100=65156 -unknown101=816 -op1=Take 1 - -// 28:34 -[com_34] -type=text -x=4 -y=5 -width=70 -height=25 -layer=com_48 -textfont=p12_full -text=Mithril: %1 -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take 1 - -// 28:35 -[com_35] -type=text -x=25 -y=77 -width=22 -height=14 -layer=com_48 -textfont=p12_full -text=(All) -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take All - -// 28:36 -[com_36] -type=model -x=7 -y=25 -width=64 -height=45 -layer=com_47 -model=model_9094 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=219 -modelangle_y=1341 -modelangle_z=0 -modelzoom=400 -unknown100=65156 -unknown101=816 -op1=Take 1 - -// 28:37 -[com_37] -type=text -x=4 -y=4 -width=70 -height=25 -layer=com_47 -textfont=p12_full -text=Steel: %1 -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take 1 - -// 28:38 -[com_38] -type=text -x=27 -y=76 -width=22 -height=14 -layer=com_47 -textfont=p12_full -text=(All) -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take All - -// 28:39 -[com_39] -type=text -x=3 -y=5 -width=70 -height=25 -layer=com_46 -textfont=p12_full -text=Iron: %1 -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take 1 - -// 28:40 -[com_40] -type=model -x=6 -y=26 -width=64 -height=45 -layer=com_46 -model=model_9089 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=219 -modelangle_y=1341 -modelangle_z=0 -modelzoom=400 -unknown100=65156 -unknown101=816 -op1=Take 1 - -// 28:41 -[com_41] -type=text -x=26 -y=77 -width=22 -height=14 -layer=com_46 -textfont=p12_full -text=(All) -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take All - -// 28:42 -[com_42] -type=text -x=2 -y=6 -width=71 -height=25 -layer=com_45 -textfont=p12_full -text=Bronze: %1 -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take 1 - -// 28:43 -[com_43] -type=model -x=7 -y=27 -width=64 -height=45 -layer=com_45 -model=model_9087 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=219 -modelangle_y=1341 -modelangle_z=0 -modelzoom=400 -unknown100=65156 -unknown101=816 -op1=Take 1 - -// 28:44 -[com_44] -type=text -x=27 -y=78 -width=22 -height=14 -layer=com_45 -textfont=p12_full -text=(All) -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Take All - -// 28:45 -[com_45] -type=layer -width=78 -height=97 -layer=com_20 - -// 28:46 -[com_46] -type=layer -x=85 -y=1 -width=78 -height=97 -layer=com_20 - -// 28:47 -[com_47] -type=layer -x=172 -y=2 -width=78 -height=97 -layer=com_20 - -// 28:48 -[com_48] -type=layer -x=262 -y=1 -width=78 -height=97 -layer=com_20 - -// 28:49 -[com_49] -type=layer -x=351 -y=1 -width=88 -height=97 -layer=com_20 - -// 28:50 -[com_50] -type=layer -y=121 -width=78 -height=97 -layer=com_20 - -// 28:51 -[com_51] -type=layer -x=86 -y=121 -width=78 -height=97 -layer=com_20 - -// 28:52 -[com_52] -type=layer -x=173 -y=121 -width=78 -height=97 -layer=com_20 - -// 28:53 -[com_53] -type=layer -x=251 -y=121 -width=105 -height=101 -layer=com_20 -hide=yes - diff --git a/dumps/530/interface/interface_280.if3 b/dumps/530/interface/interface_280.if3 deleted file mode 100644 index 0fcb53d31..000000000 --- a/dumps/530/interface/interface_280.if3 +++ /dev/null @@ -1,70 +0,0 @@ -// 280:0 -[com_0] -type=rectangle -width=512 -height=334 -colour=0x46341d -fill=yes -trans=160 - -// 280:1 -[com_1] -type=graphic -x=220 -y=188 -width=72 -height=36 -graphic="combatboxes,0" - -// 280:2 -[com_2] -type=graphic -x=220 -y=238 -width=72 -height=36 -graphic="combatboxes,0" - -// 280:3 -[com_3] -type=text -x=220 -y=188 -width=72 -height=36 -textfont=p12_full -text=YES -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x11d311 -op1=Accept - -// 280:4 -[com_4] -type=text -x=220 -y=238 -width=72 -height=36 -textfont=p12_full -text=NO -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xac1414 -op1=Decline - -// 280:5 -[com_5] -type=text -x=108 -y=146 -width=300 -height=18 -textfont=p12_full -text=Do you really want to bet X? -textalignh=1 -textalignv=1 -colour=0xff981f - diff --git a/dumps/530/interface/interface_281.if3 b/dumps/530/interface/interface_281.if3 deleted file mode 100644 index eb0e33696..000000000 --- a/dumps/530/interface/interface_281.if3 +++ /dev/null @@ -1,147 +0,0 @@ -// 281:0 -[com_0] -type=text -x=342 -y=24 -width=109 -height=17 -textfont=q8_full -text=Text -textalignh=1 -textshadow=yes -colour=0xff981f - -// 281:1 -[com_1] -type=text -x=342 -y=74 -width=110 -height=18 -textfont=q8_full -text=Text -textalignh=1 -textshadow=yes -colour=0xff981f - -// 281:2 -[com_2] -type=model -x=461 -y=6 -width=44 -height=45 -model=model_34053 -modelorigin_x=-1 -modelorigin_y=4 -modelangle_x=10 -modelangle_y=37 -modelangle_z=0 -modelzoom=3213 -modelanim=seq_8581 -unknown100=64243 -unknown101=6598 - -// 281:3 -[com_3] -type=model -x=460 -y=65 -width=45 -height=45 -model=model_34053 -modelorigin_x=0 -modelorigin_y=4 -modelangle_x=32 -modelangle_y=56 -modelangle_z=0 -modelzoom=3213 -modelanim=seq_8581 -unknown100=64163 -unknown101=6604 - -// 281:4 -[com_4] -type=text -x=443 -y=43 -width=14 -height=14 -textfont=p12_full -text=10 -textshadow=yes -colour=0xff981f - -// 281:5 -[com_5] -type=text -x=442 -y=91 -width=14 -height=14 -textfont=p12_full -text=10 -textshadow=yes -colour=0xff981f - -// 281:6 -[com_6] -type=graphic -x=480 -y=302 -width=25 -height=25 -graphic="staticons2,4" - -// 281:7 -[com_7] -type=layer -x=136 -y=120 -width=268 -height=121 -hide=yes - -// 281:8 -[com_8] -type=model -x=4 -y=18 -width=264 -height=76 -layer=com_7 -model=model_10119 -modelorigin_x=-1 -modelorigin_y=-8 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=576 -unknown100=64938 -unknown101=1171 - -// 281:9 -[com_9] -type=text -x=72 -y=28 -width=124 -height=17 -layer=com_7 -textfont=q8_full -text=Your cat has been -textalignh=1 -colour=0x000000 - -// 281:10 -[com_10] -type=text -x=110 -y=49 -width=59 -height=17 -layer=com_7 -textfont=q8_full -text=Defeated -colour=0x000000 - diff --git a/dumps/530/interface/interface_282.if3 b/dumps/530/interface/interface_282.if3 deleted file mode 100644 index bb45bec5f..000000000 --- a/dumps/530/interface/interface_282.if3 +++ /dev/null @@ -1,699 +0,0 @@ -// 282:0 -[com_0] -type=rectangle -width=512 -height=334 -layer=com_27 -colour=0x46341d -fill=yes -trans=160 - -// 282:1 -[com_1] -type=model -x=68 -y=1 -width=445 -height=332 -layer=com_27 -model=model_40498 -modelorigin_x=-20 -modelorigin_y=-16 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=891 -unknown100=64054 -unknown101=3000 - -// 282:2 -[com_2] -type=model -x=8 -y=7 -width=69 -height=314 -layer=com_27 -model=model_10097 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=443 -modelangle_y=2 -modelangle_z=0 -modelzoom=720 -unknown100=64051 -unknown101=3000 - -// 282:3 -[com_3] -type=model -x=6 -y=73 -width=257 -height=265 -layer=com_27 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64223 -unknown101=3000 - -// 282:4 -[com_4] -type=model -x=47 -y=81 -width=257 -height=265 -layer=com_27 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64223 -unknown101=3000 - -// 282:5 -[com_5] -type=model -x=89 -y=80 -width=257 -height=265 -layer=com_27 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64223 -unknown101=3000 - -// 282:6 -[com_6] -type=model -x=133 -y=72 -width=257 -height=265 -layer=com_27 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64223 -unknown101=3000 - -// 282:7 -[com_7] -type=model -x=177 -y=67 -width=257 -height=265 -layer=com_27 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64223 -unknown101=3000 - -// 282:8 -[com_8] -type=model -x=222 -y=72 -width=257 -height=265 -layer=com_27 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64223 -unknown101=3000 - -// 282:9 -[com_9] -type=model -x=268 -y=77 -width=257 -height=265 -layer=com_27 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64223 -unknown101=3000 - -// 282:10 -[com_10] -type=model -x=313 -y=81 -width=257 -height=265 -layer=com_27 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64223 -unknown101=3000 - -// 282:11 -[com_11] -type=text -x=320 -y=40 -width=163 -height=19 -layer=com_27 -textfont=q8_full -text=Page 1 of 8 -textalignh=1 -colour=0x000000 - -// 282:12 -[com_12] -type=model -x=139 -y=37 -width=62 -height=57 -layer=com_27 -model=model_10115 -modelorigin_x=3 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 -op1=Up Octave -onclick=script1399(event_com, model_10116) - -// 282:13 -[com_13] -type=model -x=132 -y=165 -width=7 -height=79 -layer=com_27 -model=model_10099 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 -op1=Play -onclick=script1398(event_com, model_10099) - -// 282:14 -[com_14] -type=model -x=173 -y=173 -width=7 -height=80 -layer=com_27 -model=model_10101 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=460 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 -op1=Play -onclick=script1398(event_com, model_10101) - -// 282:15 -[com_15] -type=model -x=215 -y=172 -width=7 -height=80 -layer=com_27 -model=model_10103 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=460 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 -op1=Play -onclick=script1398(event_com, model_10103) - -// 282:16 -[com_16] -type=model -x=259 -y=164 -width=7 -height=80 -layer=com_27 -model=model_10105 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=460 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 -op1=Play -onclick=script1398(event_com, model_10105) - -// 282:17 -[com_17] -type=model -x=303 -y=159 -width=7 -height=80 -layer=com_27 -model=model_10107 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=460 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 -op1=Play -onclick=script1398(event_com, model_10107) - -// 282:18 -[com_18] -type=model -x=348 -y=163 -width=7 -height=80 -layer=com_27 -model=model_10109 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=460 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 -op1=Play -onclick=script1398(event_com, model_10109) - -// 282:19 -[com_19] -type=model -x=394 -y=170 -width=7 -height=80 -layer=com_27 -model=model_10111 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=460 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 -op1=Play -onclick=script1398(event_com, model_10111) - -// 282:20 -[com_20] -type=model -x=439 -y=173 -width=7 -height=80 -layer=com_27 -model=model_10113 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=460 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 -op1=Play -onclick=script1398(event_com, model_10113) - -// 282:21 -[com_21] -type=text -x=208 -y=55 -width=149 -height=21 -layer=com_27 -textfont=quill_oblique_large -text=PLAY -textalignh=1 -colour=0x46320a -op1=Play -onvartransmit=script1397 -onvartransmitlist=varplayer_607 - -// 282:22 -[com_22] -type=layer -x=358 -y=55 -width=44 -height=42 -layer=com_27 - -// 282:23 -[com_23] -type=layer -x=410 -y=57 -width=44 -height=42 -layer=com_27 - -// 282:24 -[com_24] -type=graphic -x=446 -y=32 -width=26 -height=23 -layer=com_27 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_282:com_24, "close_buttons,7") -onmouseleave=script44(interface_282:com_24, "close_buttons,6") -onop=script29 - -// 282:25 -[com_25] -type=model -x=5 -y=3 -width=35 -height=35 -layer=com_23 -model=model_10117 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=220 -unknown100=64476 -unknown101=3000 -op1=Next -onmouseover=script67(interface_282:com_25, model_10118) -onmouseleave=script67(interface_282:com_25, model_10117) - -// 282:26 -[com_26] -type=model -x=4 -y=4 -width=33 -height=35 -layer=com_22 -model=model_10117 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=522 -modelangle_y=1024 -modelangle_z=0 -modelzoom=220 -unknown100=64476 -unknown101=3000 -op1=Previous -onmouseover=script67(interface_282:com_26, model_10118) -onmouseleave=script67(interface_282:com_26, model_10117) - -// 282:27 -[com_27] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 282:28 -[com_28] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 282:29 -[com_29] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_28 - -// 282:30 -[com_30] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 282:31 -[com_31] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 282:32 -[com_32] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 282:33 -[com_33] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 282:34 -[com_34] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 282:35 -[com_35] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 282:36 -[com_36] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 282:37 -[com_37] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 282:38 -[com_38] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_29 - -// 282:39 -[com_39] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_29 - -// 282:40 -[com_40] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_29 - -// 282:41 -[com_41] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_29 - -// 282:42 -[com_42] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_29 - -// 282:43 -[com_43] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_39 -graphic=tradebacking -tiling=yes -outline=2 - -// 282:44 -[com_44] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_38 -graphic=tradebacking -tiling=yes -outline=2 - -// 282:45 -[com_45] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_40 -graphic=tradebacking -tiling=yes -outline=2 - -// 282:46 -[com_46] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_41 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_283.if3 b/dumps/530/interface/interface_283.if3 deleted file mode 100644 index 9884cd8d2..000000000 --- a/dumps/530/interface/interface_283.if3 +++ /dev/null @@ -1,635 +0,0 @@ -// 283:0 -[com_0] -type=model -x=16 -y=9 -width=488 -height=304 -layer=com_19 -model=model_26397 -modelorigin_x=-2 -modelorigin_y=31 -modelangle_x=495 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1002 -unknown100=63942 -unknown101=3000 - -// 283:1 -[com_1] -type=model -x=-39 -y=47 -width=257 -height=265 -layer=com_19 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 - -// 283:2 -[com_2] -type=model -x=6 -y=53 -width=257 -height=265 -layer=com_19 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 - -// 283:3 -[com_3] -type=model -x=55 -y=48 -width=257 -height=265 -layer=com_19 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 - -// 283:4 -[com_4] -type=model -x=103 -y=42 -width=257 -height=265 -layer=com_19 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 - -// 283:5 -[com_5] -type=model -x=153 -y=42 -width=257 -height=265 -layer=com_19 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 - -// 283:6 -[com_6] -type=model -x=203 -y=47 -width=257 -height=265 -layer=com_19 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64217 -unknown101=3000 - -// 283:7 -[com_7] -type=model -x=246 -y=52 -width=257 -height=265 -layer=com_19 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64216 -unknown101=3000 - -// 283:8 -[com_8] -type=model -x=291 -y=55 -width=257 -height=265 -layer=com_19 -model=model_10098 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64215 -unknown101=3000 - -// 283:9 -[com_9] -type=model -x=87 -y=139 -width=7 -height=79 -layer=com_19 -model=model_10100 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 - -// 283:10 -[com_10] -type=model -x=132 -y=145 -width=7 -height=79 -layer=com_19 -model=model_10106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 - -// 283:11 -[com_11] -type=model -x=181 -y=141 -width=7 -height=79 -layer=com_19 -model=model_10102 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 - -// 283:12 -[com_12] -type=model -x=229 -y=134 -width=7 -height=79 -layer=com_19 -model=model_10104 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 - -// 283:13 -[com_13] -type=model -x=279 -y=135 -width=7 -height=79 -layer=com_19 -model=model_10100 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 - -// 283:14 -[com_14] -type=model -x=329 -y=139 -width=7 -height=79 -layer=com_19 -model=model_10110 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 - -// 283:15 -[com_15] -type=model -x=370 -y=141 -width=11 -height=83 -layer=com_19 -model=model_10112 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 - -// 283:16 -[com_16] -type=model -x=417 -y=147 -width=7 -height=79 -layer=com_19 -model=model_10108 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 - -// 283:17 -[com_17] -type=model -x=263 -y=34 -width=45 -height=41 -layer=com_19 -model=model_10116 -modelorigin_x=3 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=541 -unknown100=64105 -unknown101=3000 - -// 283:18 -[com_18] -type=graphic -x=443 -y=40 -width=26 -height=23 -layer=com_19 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_283:com_18, "close_buttons,7") -onmouseleave=script44(interface_283:com_18, "close_buttons,6") -onop=script29 - -// 283:19 -[com_19] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 283:20 -[com_20] -type=layer -x=358 -y=55 -width=44 -height=42 - -// 283:21 -[com_21] -type=layer -x=410 -y=57 -width=44 -height=42 - -// 283:22 -[com_22] -type=graphic -x=-260 -y=-4 -width=26 -height=23 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_283:com_18, "close_buttons,7") -onmouseleave=script44(interface_283:com_18, "close_buttons,6") -onop=script29 - -// 283:23 -[com_23] -type=model -x=5 -y=3 -width=35 -height=35 -layer=com_21 -model=model_10117 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=220 -unknown100=64476 -unknown101=3000 -op1=Next -onmouseover=script67(interface_283:com_23, model_10118) -onmouseleave=script67(interface_283:com_23, model_10117) - -// 283:24 -[com_24] -type=model -x=4 -y=4 -width=33 -height=35 -layer=com_20 -model=model_10117 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=522 -modelangle_y=1024 -modelangle_z=0 -modelzoom=220 -unknown100=64476 -unknown101=3000 -op1=Previous -onmouseover=script67(interface_283:com_24, model_10118) -onmouseleave=script67(interface_283:com_24, model_10117) - -// 283:25 -[com_25] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 283:26 -[com_26] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_25 - -// 283:27 -[com_27] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 283:28 -[com_28] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 283:29 -[com_29] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 283:30 -[com_30] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 283:31 -[com_31] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 283:32 -[com_32] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 283:33 -[com_33] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 283:34 -[com_34] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 283:35 -[com_35] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_26 - -// 283:36 -[com_36] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_26 - -// 283:37 -[com_37] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_26 - -// 283:38 -[com_38] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_26 - -// 283:39 -[com_39] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_26 - -// 283:40 -[com_40] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_36 -graphic=tradebacking -tiling=yes -outline=2 - -// 283:41 -[com_41] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_35 -graphic=tradebacking -tiling=yes -outline=2 - -// 283:42 -[com_42] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_37 -graphic=tradebacking -tiling=yes -outline=2 - -// 283:43 -[com_43] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_38 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_284.if3 b/dumps/530/interface/interface_284.if3 deleted file mode 100644 index 6e1cf18d7..000000000 --- a/dumps/530/interface/interface_284.if3 +++ /dev/null @@ -1,21 +0,0 @@ -// 284:0 -[com_0] -type=layer -x=7 -width=512 -height=334 -xmode=proportion_left -ymode=abs_bottom - -// 284:1 -[com_1] -type=graphic -x=655 -y=655 -width=25 -height=25 -xmode=proportion_left -ymode=proportion_bottom -layer=com_0 -graphic="staticons2,4" - diff --git a/dumps/530/interface/interface_285.if3 b/dumps/530/interface/interface_285.if3 deleted file mode 100644 index 9c8737254..000000000 --- a/dumps/530/interface/interface_285.if3 +++ /dev/null @@ -1,400 +0,0 @@ -// 285:0 -[com_0] -type=layer -width=512 -height=334 -op10= - -// 285:1 -[com_1] -type=text -width=128 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_18 -textfont=b12_full -text=E N T E R -textalignh=1 -textalignv=1 -colour=0xff981f - -// 285:2 -[com_2] -type=model -x=10 -y=73 -width=121 -height=117 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=64978 -unknown101=1122 - -// 285:3 -[com_3] -type=model -x=134 -y=73 -width=121 -height=117 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=64978 -unknown101=1122 - -// 285:4 -[com_4] -type=model -x=258 -y=73 -width=121 -height=117 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=64978 -unknown101=1122 - -// 285:5 -[com_5] -type=model -x=382 -y=73 -width=121 -height=117 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=64978 -unknown101=1122 - -// 285:6 -[com_6] -type=text -x=65 -y=97 -width=9 -height=14 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 - -// 285:7 -[com_7] -type=text -x=189 -y=97 -width=9 -height=14 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 - -// 285:8 -[com_8] -type=text -x=313 -y=97 -width=9 -height=14 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 - -// 285:9 -[com_9] -type=text -x=437 -y=97 -width=10 -height=13 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 - -// 285:10 -[com_10] -type=graphic -x=22 -y=196 -width=45 -height=36 -graphic=leftarrow -op1=Ok - -// 285:11 -[com_11] -type=graphic -x=70 -y=196 -width=45 -height=36 -graphic=rightarrow -op1=Ok - -// 285:12 -[com_12] -type=graphic -x=146 -y=196 -width=45 -height=36 -graphic=leftarrow -op1=Ok - -// 285:13 -[com_13] -type=graphic -x=194 -y=196 -width=45 -height=36 -graphic=rightarrow -op1=Ok - -// 285:14 -[com_14] -type=graphic -x=270 -y=196 -width=45 -height=36 -graphic=leftarrow -op1=Ok - -// 285:15 -[com_15] -type=graphic -x=318 -y=196 -width=45 -height=36 -graphic=rightarrow -op1=Ok - -// 285:16 -[com_16] -type=graphic -x=394 -y=196 -width=45 -height=36 -graphic=leftarrow -op1=Ok - -// 285:17 -[com_17] -type=graphic -x=442 -y=196 -width=45 -height=36 -graphic=rightarrow -op1=Ok - -// 285:18 -[com_18] -type=layer -y=257 -width=142 -height=40 -xmode=abs_centre -op1=Enter -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 285:19 -[com_19] -type=graphic -y=25 -width=495 -height=300 -xmode=abs_centre -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 285:20 -[com_20] -type=graphic -x=-11 -y=53 -width=32 -height=244 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 285:21 -[com_21] -type=graphic -x=2 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 285:22 -[com_22] -type=graphic -x=490 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 285:23 -[com_23] -type=graphic -y=7 -width=448 -height=34 -xmode=abs_centre -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 285:24 -[com_24] -type=graphic -y=306 -width=450 -height=32 -xmode=abs_centre -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 285:25 -[com_25] -type=graphic -x=13 -y=30 -width=16 -height=16 -xmode=abs_right -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 285:26 -[com_26] -type=graphic -x=2 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 285:27 -[com_27] -type=graphic -x=2 -y=20 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 285:28 -[com_28] -type=graphic -x=2 -y=294 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 285:29 -[com_29] -type=graphic -y=35 -width=495 -height=32 -xmode=abs_centre -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 285:30 -[com_30] -type=graphic -x=2 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 285:31 -[com_31] -type=graphic -x=2 -y=37 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 285:32 -[com_32] -type=text -x=101 -y=31 -width=322 -height=14 -layer=com_0 -textfont=b12_full -text=Combination Lock Door -textalignh=1 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_286.if3 b/dumps/530/interface/interface_286.if3 deleted file mode 100644 index 9527e69bb..000000000 --- a/dumps/530/interface/interface_286.if3 +++ /dev/null @@ -1,843 +0,0 @@ -// 286:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 286:1 -[com_1] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 286:2 -[com_2] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 286:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 286:4 -[com_4] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 286:5 -[com_5] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 286:6 -[com_6] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 286:7 -[com_7] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 286:8 -[com_8] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 286:9 -[com_9] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 286:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 286:11 -[com_11] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 286:12 -[com_12] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 286:13 -[com_13] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 286:14 -[com_14] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 286:15 -[com_15] -type=text -x=113 -y=30 -width=303 -height=15 -layer=com_0 -textfont=p12_full -text=Fractional still -textalignh=1 -textshadow=yes -colour=0xff981f - -// 286:16 -[com_16] -type=model -x=363 -y=75 -width=123 -height=122 -model=model_3892 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 - -// 286:17 -[com_17] -type=text -x=410 -y=103 -width=26 -height=14 -textfont=p12_full -text=Heat -textalignh=1 -colour=0xff9935 - -// 286:18 -[com_18] -type=model -x=27 -y=75 -width=123 -height=122 -model=model_3892 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 - -// 286:19 -[com_19] -type=text -x=63 -y=103 -width=52 -height=14 -textfont=p12_full -text=Pressure -textalignh=1 -colour=0xff9935 - -// 286:20 -[com_20] -type=model -x=42 -y=129 -width=52 -height=15 -model=model_3895 -modelorigin_x=20 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1536 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=798 -onload=script2027(event_com) -onvartransmit=script2027(event_com) -onvartransmitlist=varplayer_331 - -// 286:21 -[com_21] -type=model -x=378 -y=129 -width=52 -height=15 -model=model_3895 -modelorigin_x=20 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1536 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=798 -onload=script2028(event_com) -onvartransmit=script2028(event_com) -onvartransmitlist=varplayer_331 - -// 286:22 -[com_22] -type=model -x=172 -y=109 -width=169 -height=110 -model=model_3893 -modelorigin_x=9 -modelorigin_y=6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=64922 -unknown101=1206 -op1=Add Coal - -// 286:23 -[com_23] -type=text -x=205 -y=130 -width=117 -height=15 -textfont=p12_full -text=Add Coal -textalignh=1 -colour=0xff9935 - -// 286:24 -[com_24] -type=model -x=51 -y=226 -width=68 -height=61 -model=model_3896 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1000 -unknown100=64441 -unknown101=1998 -onload=script2030(event_com) -onvartransmit=script2030(event_com) -onvartransmitlist=varplayer_331 - -// 286:25 -[com_25] -type=model -x=387 -y=226 -width=68 -height=61 -model=model_3896 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1000 -unknown100=64441 -unknown101=1998 -onload=script2031(event_com) -onvartransmit=script2031(event_com) -onvartransmitlist=varplayer_331 - -// 286:26 -[com_26] -type=model -x=165 -y=239 -width=189 -height=59 -model=model_3894 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=400 -unknown100=65157 -unknown101=798 - -// 286:27 -[com_27] -type=text -x=56 -y=224 -width=32 -height=65 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Decrease Pressure - -// 286:28 -[com_28] -type=text -x=88 -y=224 -width=32 -height=65 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Increase Pressure - -// 286:29 -[com_29] -type=text -x=391 -y=224 -width=32 -height=65 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Decrease Tar - -// 286:30 -[com_30] -type=text -x=423 -y=224 -width=32 -height=65 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Increase Tar - -// 286:31 -[com_31] -type=rectangle -x=172 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 0) -onvartransmit=script2029(event_com, 0) -onvartransmitlist=varplayer_330 - -// 286:32 -[com_32] -type=rectangle -x=179 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 1) -onvartransmit=script2029(event_com, 1) -onvartransmitlist=varplayer_330 - -// 286:33 -[com_33] -type=rectangle -x=186 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 3) -onvartransmit=script2029(event_com, 3) -onvartransmitlist=varplayer_330 - -// 286:34 -[com_34] -type=rectangle -x=193 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 3) -onvartransmit=script2029(event_com, 3) -onvartransmitlist=varplayer_330 - -// 286:35 -[com_35] -type=rectangle -x=200 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 4) -onvartransmit=script2029(event_com, 4) -onvartransmitlist=varplayer_330 - -// 286:36 -[com_36] -type=rectangle -x=207 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 5) -onvartransmit=script2029(event_com, 5) -onvartransmitlist=varplayer_330 - -// 286:37 -[com_37] -type=rectangle -x=214 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 6) -onvartransmit=script2029(event_com, 6) -onvartransmitlist=varplayer_330 - -// 286:38 -[com_38] -type=rectangle -x=221 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 7) -onvartransmit=script2029(event_com, 7) -onvartransmitlist=varplayer_330 - -// 286:39 -[com_39] -type=rectangle -x=228 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 8) -onvartransmit=script2029(event_com, 8) -onvartransmitlist=varplayer_330 - -// 286:40 -[com_40] -type=rectangle -x=235 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 9) -onvartransmit=script2029(event_com, 9) -onvartransmitlist=varplayer_330 - -// 286:41 -[com_41] -type=rectangle -x=242 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 10) -onvartransmit=script2029(event_com, 10) -onvartransmitlist=varplayer_330 - -// 286:42 -[com_42] -type=rectangle -x=249 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 11) -onvartransmit=script2029(event_com, 11) -onvartransmitlist=varplayer_330 - -// 286:43 -[com_43] -type=rectangle -x=256 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 12) -onvartransmit=script2029(event_com, 12) -onvartransmitlist=varplayer_330 - -// 286:44 -[com_44] -type=rectangle -x=263 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 13) -onvartransmit=script2029(event_com, 13) -onvartransmitlist=varplayer_330 - -// 286:45 -[com_45] -type=rectangle -x=270 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 14) -onvartransmit=script2029(event_com, 14) -onvartransmitlist=varplayer_330 - -// 286:46 -[com_46] -type=rectangle -x=277 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 15) -onvartransmit=script2029(event_com, 15) -onvartransmitlist=varplayer_330 - -// 286:47 -[com_47] -type=rectangle -x=284 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 16) -onvartransmit=script2029(event_com, 16) -onvartransmitlist=varplayer_330 - -// 286:48 -[com_48] -type=rectangle -x=291 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 17) -onvartransmit=script2029(event_com, 17) -onvartransmitlist=varplayer_330 - -// 286:49 -[com_49] -type=rectangle -x=298 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 18) -onvartransmit=script2029(event_com, 18) -onvartransmitlist=varplayer_330 - -// 286:50 -[com_50] -type=rectangle -x=305 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 19) -onvartransmit=script2029(event_com, 19) -onvartransmitlist=varplayer_330 - -// 286:51 -[com_51] -type=rectangle -x=312 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 20) -onvartransmit=script2029(event_com, 20) -onvartransmitlist=varplayer_330 - -// 286:52 -[com_52] -type=rectangle -x=319 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 21) -onvartransmit=script2029(event_com, 21) -onvartransmitlist=varplayer_330 - -// 286:53 -[com_53] -type=rectangle -x=326 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 22) -onvartransmit=script2029(event_com, 22) -onvartransmitlist=varplayer_330 - -// 286:54 -[com_54] -type=rectangle -x=333 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 23) -onvartransmit=script2029(event_com, 23) -onvartransmitlist=varplayer_330 - -// 286:55 -[com_55] -type=rectangle -x=340 -y=265 -width=7 -height=7 -colour=0x000000 -fill=yes -onload=script2029(event_com, 24) -onvartransmit=script2029(event_com, 24) -onvartransmitlist=varplayer_330 - -// 286:56 -[com_56] -type=text -x=364 -y=289 -width=118 -height=13 -textfont=p12_full -text=Tar regulator -textalignh=1 -colour=0xff9935 - -// 286:57 -[com_57] -type=text -x=20 -y=290 -width=139 -height=16 -textfont=p12_full -text=Pressure valve -textalignh=1 -colour=0xff9935 - -// 286:58 -[com_58] -type=rectangle -x=86 -y=212 -width=4 -height=12 -colour=0x000000 -fill=yes - -// 286:59 -[com_59] -type=text -x=145 -y=294 -width=235 -height=15 -textfont=b12_full -text=Total distilled -textalignh=1 -colour=0xff9935 - -// 286:60 -[com_60] -type=rectangle -x=121 -y=254 -width=12 -height=4 -colour=0x000000 -fill=yes - -// 286:61 -[com_61] -type=rectangle -x=43 -y=254 -width=12 -height=4 -colour=0x000000 -fill=yes - -// 286:62 -[com_62] -type=rectangle -x=379 -y=254 -width=12 -height=4 -colour=0x000000 -fill=yes - -// 286:63 -[com_63] -type=rectangle -x=422 -y=212 -width=4 -height=12 -colour=0x000000 -fill=yes - -// 286:64 -[com_64] -type=rectangle -x=457 -y=254 -width=12 -height=4 -colour=0x000000 -fill=yes - diff --git a/dumps/530/interface/interface_287.if b/dumps/530/interface/interface_287.if deleted file mode 100644 index 74569c20d..000000000 --- a/dumps/530/interface/interface_287.if +++ /dev/null @@ -1,21 +0,0 @@ -// 287:0 -[com_0] - -// 287:1 -[com_1] - -// 287:2 -[com_2] - -// 287:3 -[com_3] - -// 287:4 -[com_4] - -// 287:5 -[com_5] - -// 287:6 -[com_6] - diff --git a/dumps/530/interface/interface_288.if b/dumps/530/interface/interface_288.if deleted file mode 100644 index d460d30fd..000000000 --- a/dumps/530/interface/interface_288.if +++ /dev/null @@ -1,405 +0,0 @@ -// 288:0 -[com_0] - -// 288:1 -[com_1] - -// 288:2 -[com_2] - -// 288:3 -[com_3] - -// 288:4 -[com_4] - -// 288:5 -[com_5] - -// 288:6 -[com_6] - -// 288:7 -[com_7] - -// 288:8 -[com_8] - -// 288:9 -[com_9] - -// 288:10 -[com_10] - -// 288:11 -[com_11] - -// 288:12 -[com_12] - -// 288:13 -[com_13] - -// 288:14 -[com_14] - -// 288:15 -[com_15] - -// 288:16 -[com_16] - -// 288:17 -[com_17] - -// 288:18 -[com_18] - -// 288:19 -[com_19] - -// 288:20 -[com_20] - -// 288:21 -[com_21] - -// 288:22 -[com_22] - -// 288:23 -[com_23] - -// 288:24 -[com_24] - -// 288:25 -[com_25] - -// 288:26 -[com_26] - -// 288:27 -[com_27] - -// 288:28 -[com_28] - -// 288:29 -[com_29] - -// 288:30 -[com_30] - -// 288:31 -[com_31] - -// 288:32 -[com_32] - -// 288:33 -[com_33] - -// 288:34 -[com_34] - -// 288:35 -[com_35] - -// 288:36 -[com_36] - -// 288:37 -[com_37] - -// 288:38 -[com_38] - -// 288:39 -[com_39] - -// 288:40 -[com_40] - -// 288:41 -[com_41] - -// 288:42 -[com_42] - -// 288:43 -[com_43] - -// 288:44 -[com_44] - -// 288:45 -[com_45] - -// 288:46 -[com_46] - -// 288:47 -[com_47] - -// 288:48 -[com_48] - -// 288:49 -[com_49] - -// 288:50 -[com_50] - -// 288:51 -[com_51] - -// 288:52 -[com_52] - -// 288:53 -[com_53] - -// 288:54 -[com_54] - -// 288:55 -[com_55] - -// 288:56 -[com_56] - -// 288:57 -[com_57] - -// 288:58 -[com_58] - -// 288:59 -[com_59] - -// 288:60 -[com_60] - -// 288:61 -[com_61] - -// 288:62 -[com_62] - -// 288:63 -[com_63] - -// 288:64 -[com_64] - -// 288:65 -[com_65] - -// 288:66 -[com_66] - -// 288:67 -[com_67] - -// 288:68 -[com_68] - -// 288:69 -[com_69] - -// 288:70 -[com_70] - -// 288:71 -[com_71] - -// 288:72 -[com_72] - -// 288:73 -[com_73] - -// 288:74 -[com_74] - -// 288:75 -[com_75] - -// 288:76 -[com_76] - -// 288:77 -[com_77] - -// 288:78 -[com_78] - -// 288:79 -[com_79] - -// 288:80 -[com_80] - -// 288:81 -[com_81] - -// 288:82 -[com_82] - -// 288:83 -[com_83] - -// 288:84 -[com_84] - -// 288:85 -[com_85] - -// 288:86 -[com_86] - -// 288:87 -[com_87] - -// 288:88 -[com_88] - -// 288:89 -[com_89] - -// 288:90 -[com_90] - -// 288:91 -[com_91] - -// 288:92 -[com_92] - -// 288:93 -[com_93] - -// 288:94 -[com_94] - -// 288:95 -[com_95] - -// 288:96 -[com_96] - -// 288:97 -[com_97] - -// 288:98 -[com_98] - -// 288:99 -[com_99] - -// 288:100 -[com_100] - -// 288:101 -[com_101] - -// 288:102 -[com_102] - -// 288:103 -[com_103] - -// 288:104 -[com_104] - -// 288:105 -[com_105] - -// 288:106 -[com_106] - -// 288:107 -[com_107] - -// 288:108 -[com_108] - -// 288:109 -[com_109] - -// 288:110 -[com_110] - -// 288:111 -[com_111] - -// 288:112 -[com_112] - -// 288:113 -[com_113] - -// 288:114 -[com_114] - -// 288:115 -[com_115] - -// 288:116 -[com_116] - -// 288:117 -[com_117] - -// 288:118 -[com_118] - -// 288:119 -[com_119] - -// 288:120 -[com_120] - -// 288:121 -[com_121] - -// 288:122 -[com_122] - -// 288:123 -[com_123] - -// 288:124 -[com_124] - -// 288:125 -[com_125] - -// 288:126 -[com_126] - -// 288:127 -[com_127] - -// 288:128 -[com_128] - -// 288:129 -[com_129] - -// 288:130 -[com_130] - -// 288:131 -[com_131] - -// 288:132 -[com_132] - -// 288:133 -[com_133] - -// 288:134 -[com_134] - diff --git a/dumps/530/interface/interface_289.if b/dumps/530/interface/interface_289.if deleted file mode 100644 index 80b6f9bfd..000000000 --- a/dumps/530/interface/interface_289.if +++ /dev/null @@ -1,198 +0,0 @@ -// 289:0 -[com_0] - -// 289:1 -[com_1] - -// 289:2 -[com_2] - -// 289:3 -[com_3] - -// 289:4 -[com_4] - -// 289:5 -[com_5] - -// 289:6 -[com_6] - -// 289:7 -[com_7] - -// 289:8 -[com_8] - -// 289:9 -[com_9] - -// 289:10 -[com_10] - -// 289:11 -[com_11] - -// 289:12 -[com_12] - -// 289:13 -[com_13] - -// 289:14 -[com_14] - -// 289:15 -[com_15] - -// 289:16 -[com_16] - -// 289:17 -[com_17] - -// 289:18 -[com_18] - -// 289:19 -[com_19] - -// 289:20 -[com_20] - -// 289:21 -[com_21] - -// 289:22 -[com_22] - -// 289:23 -[com_23] - -// 289:24 -[com_24] - -// 289:25 -[com_25] - -// 289:26 -[com_26] - -// 289:27 -[com_27] - -// 289:28 -[com_28] - -// 289:29 -[com_29] - -// 289:30 -[com_30] - -// 289:31 -[com_31] - -// 289:32 -[com_32] - -// 289:33 -[com_33] - -// 289:34 -[com_34] - -// 289:35 -[com_35] - -// 289:36 -[com_36] - -// 289:37 -[com_37] - -// 289:38 -[com_38] - -// 289:39 -[com_39] - -// 289:40 -[com_40] - -// 289:41 -[com_41] - -// 289:42 -[com_42] - -// 289:43 -[com_43] - -// 289:44 -[com_44] - -// 289:45 -[com_45] - -// 289:46 -[com_46] - -// 289:47 -[com_47] - -// 289:48 -[com_48] - -// 289:49 -[com_49] - -// 289:50 -[com_50] - -// 289:51 -[com_51] - -// 289:52 -[com_52] - -// 289:53 -[com_53] - -// 289:54 -[com_54] - -// 289:55 -[com_55] - -// 289:56 -[com_56] - -// 289:57 -[com_57] - -// 289:58 -[com_58] - -// 289:59 -[com_59] - -// 289:60 -[com_60] - -// 289:61 -[com_61] - -// 289:62 -[com_62] - -// 289:63 -[com_63] - -// 289:64 -[com_64] - -// 289:65 -[com_65] - diff --git a/dumps/530/interface/interface_29.if3 b/dumps/530/interface/interface_29.if3 deleted file mode 100644 index 47b35a07e..000000000 --- a/dumps/530/interface/interface_29.if3 +++ /dev/null @@ -1,250 +0,0 @@ -// 29:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 29:1 -[com_1] -type=model -x=16 -y=1 -width=481 -height=327 -layer=com_0 -model=model_9082 -modelorigin_x=-21 -modelorigin_y=-12 -modelangle_x=420 -modelangle_y=1 -modelangle_z=0 -modelzoom=886 -unknown100=64037 -unknown101=3000 - -// 29:2 -[com_2] -type=model -x=356 -y=167 -width=41 -height=40 -layer=com_0 -model=model_9095 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=420 -modelangle_y=1 -modelangle_z=0 -modelzoom=1808 -modelanim=seq_2449 -unknown100=63767 -unknown101=3000 - -// 29:3 -[com_3] -type=text -x=85 -y=57 -width=342 -height=21 -layer=com_0 -textfont=q8_full -text=Blast Furnace Plan -textalignh=1 -colour=0x2b210f - -// 29:4 -[com_4] -type=text -x=306 -y=168 -width=49 -height=32 -layer=com_0 -textfont=p11_full -text=Stove -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xfac864 - -// 29:5 -[com_5] -type=text -x=315 -y=225 -width=37 -height=32 -layer=com_0 -textfont=p11_full -text=Air Pump -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xfac864 - -// 29:6 -[com_6] -type=text -x=244 -y=228 -width=61 -height=33 -layer=com_0 -textfont=p11_full -text=Temp Gauge -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xfac864 - -// 29:7 -[com_7] -type=text -x=188 -y=170 -width=55 -height=28 -layer=com_0 -textfont=p11_full -text=Furnace -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xfac864 - -// 29:8 -[com_8] -type=text -x=124 -y=167 -width=62 -height=35 -layer=com_0 -textfont=p11_full -text=Dispenser -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xfac864 - -// 29:9 -[com_9] -type=text -x=181 -y=108 -width=65 -height=38 -layer=com_0 -textfont=p11_full -text=Conveyor
Belt -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xfac864 - -// 29:10 -[com_10] -type=text -x=245 -y=114 -width=37 -height=29 -layer=com_0 -textfont=p11_full -text=Cogs -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xfac864 - -// 29:11 -[com_11] -type=text -x=194 -y=208 -width=44 -height=27 -layer=com_0 -textfont=p11_full -text=Pipes -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xfac864 - -// 29:12 -[com_12] -type=text -x=350 -y=142 -width=41 -height=24 -layer=com_0 -textfont=p11_full -text=Coke -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xfac864 - -// 29:13 -[com_13] -type=model -x=297 -y=111 -width=41 -height=40 -layer=com_0 -model=model_9095 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=420 -modelangle_y=1 -modelangle_z=0 -modelzoom=1808 -modelanim=seq_2449 -unknown100=63767 -unknown101=3000 - -// 29:14 -[com_14] -type=model -x=358 -y=223 -width=41 -height=40 -layer=com_0 -model=model_9095 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=420 -modelangle_y=1 -modelangle_z=0 -modelzoom=1808 -modelanim=seq_2449 -unknown100=63767 -unknown101=3000 - -// 29:15 -[com_15] -type=model -x=254 -y=260 -width=41 -height=40 -layer=com_0 -model=model_9095 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=420 -modelangle_y=1 -modelangle_z=0 -modelzoom=1808 -modelanim=seq_2449 -unknown100=63767 -unknown101=3000 - diff --git a/dumps/530/interface/interface_290.if3 b/dumps/530/interface/interface_290.if3 deleted file mode 100644 index 65d1ddf7d..000000000 --- a/dumps/530/interface/interface_290.if3 +++ /dev/null @@ -1,641 +0,0 @@ -// 290:0 -[com_0] -type=rectangle -x=106 -y=-15 -width=400 -height=400 -layer=com_22 -colour=0x1a1a1a -fill=yes - -// 290:1 -[com_1] -type=model -x=202 -y=233 -width=127 -height=149 -layer=com_22 -model=model_7635 -modelorigin_x=-71 -modelorigin_y=-323 -modelangle_x=351 -modelangle_y=24 -modelangle_z=0 -modelzoom=482 -modelanim=seq_2235 -unknown100=65170 -unknown101=969 - -// 290:2 -[com_2] -type=model -x=302 -y=175 -width=131 -height=41 -layer=com_22 -model=model_7629 -modelorigin_x=77 -modelorigin_y=58 -modelangle_x=537 -modelangle_y=509 -modelangle_z=0 -modelzoom=443 -modelanim=seq_2232 -unknown100=65171 -unknown101=935 - -// 290:3 -[com_3] -type=model -x=38 -y=72 -width=199 -height=214 -layer=com_22 -model=model_7638 -modelorigin_x=-82 -modelorigin_y=-210 -modelangle_x=419 -modelangle_y=89 -modelangle_z=0 -modelzoom=361 -modelanim=seq_2237 -unknown100=65205 -unknown101=816 - -// 290:4 -[com_4] -type=model -x=151 -y=-48 -width=215 -height=241 -layer=com_22 -model=model_7633 -modelorigin_x=-15 -modelorigin_y=-270 -modelangle_x=369 -modelangle_y=3 -modelangle_z=0 -modelzoom=455 -modelanim=seq_2234 -unknown100=65124 -unknown101=940 - -// 290:5 -[com_5] -type=layer -x=34 -y=34 -width=32 -height=32 -layer=com_22 - -// 290:6 -[com_6] -type=model -x=-45 -y=-113 -width=614 -height=549 -layer=com_22 -model=model_7623 -modelorigin_x=-2 -modelorigin_y=7 -modelangle_x=528 -modelangle_y=3 -modelangle_z=0 -modelzoom=603 -unknown100=64928 -unknown101=1226 - -// 290:7 -[com_7] -type=model -x=138 -y=53 -width=247 -height=244 -layer=com_22 -model=model_7625 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=625 -unknown100=64900 -unknown101=1257 - -// 290:8 -[com_8] -type=model -x=108 -y=10 -width=75 -height=78 -layer=com_22 -model=model_7624 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=491 -modelangle_y=522 -modelangle_z=0 -modelzoom=800 -modelanim=seq_2221 -unknown100=64741 -unknown101=1524 -op1=Rotate clockwise -op2=Rotate anti-clockwise - -// 290:9 -[com_9] -type=model -x=224 -y=10 -width=75 -height=78 -layer=com_22 -model=model_7624 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=491 -modelangle_y=522 -modelangle_z=0 -modelzoom=800 -modelanim=seq_2221 -unknown100=64741 -unknown101=1524 -op1=Rotate clockwise -op2=Rotate anti-clockwise - -// 290:10 -[com_10] -type=model -x=337 -y=10 -width=75 -height=78 -layer=com_22 -model=model_7624 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=491 -modelangle_y=522 -modelangle_z=0 -modelzoom=800 -modelanim=seq_2221 -unknown100=64741 -unknown101=1524 -op1=Rotate clockwise -op2=Rotate anti-clockwise - -// 290:11 -[com_11] -type=model -x=108 -y=124 -width=75 -height=78 -layer=com_22 -model=model_7624 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=491 -modelangle_y=522 -modelangle_z=0 -modelzoom=800 -modelanim=seq_2221 -unknown100=64741 -unknown101=1524 -op1=Rotate clockwise -op2=Rotate anti-clockwise - -// 290:12 -[com_12] -type=model -x=224 -y=124 -width=75 -height=78 -layer=com_22 -model=model_7624 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=491 -modelangle_y=522 -modelangle_z=0 -modelzoom=800 -modelanim=seq_2221 -unknown100=64741 -unknown101=1524 -op1=Rotate clockwise -op2=Rotate anti-clockwise - -// 290:13 -[com_13] -type=model -x=337 -y=124 -width=75 -height=78 -layer=com_22 -model=model_7624 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=491 -modelangle_y=522 -modelangle_z=0 -modelzoom=800 -modelanim=seq_2221 -unknown100=64741 -unknown101=1524 -op1=Rotate clockwise -op2=Rotate anti-clockwise - -// 290:14 -[com_14] -type=model -x=108 -y=236 -width=75 -height=78 -layer=com_22 -model=model_7624 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=491 -modelangle_y=522 -modelangle_z=0 -modelzoom=800 -modelanim=seq_2221 -unknown100=64745 -unknown101=1524 -op1=Rotate clockwise -op2=Rotate anti-clockwise - -// 290:15 -[com_15] -type=model -x=224 -y=236 -width=75 -height=78 -layer=com_22 -model=model_7624 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=491 -modelangle_y=522 -modelangle_z=0 -modelzoom=800 -modelanim=seq_2221 -unknown100=64741 -unknown101=1524 -op1=Rotate clockwise -op2=Rotate anti-clockwise - -// 290:16 -[com_16] -type=model -x=337 -y=236 -width=75 -height=78 -layer=com_22 -model=model_7624 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=491 -modelangle_y=522 -modelangle_z=0 -modelzoom=800 -modelanim=seq_2221 -unknown100=64744 -unknown101=1524 -op1=Rotate clockwise -op2=Rotate anti-clockwise - -// 290:17 -[com_17] -type=model -x=426 -y=76 -width=51 -height=70 -layer=com_22 -model=model_7622 -modelorigin_x=-12 -modelorigin_y=1 -modelangle_x=571 -modelangle_y=269 -modelangle_z=0 -modelzoom=1126 -unknown100=64272 -unknown101=2265 - -// 290:18 -[com_18] -type=model -x=410 -y=206 -width=62 -height=50 -layer=com_22 -model=model_7622 -modelorigin_x=0 -modelorigin_y=9 -modelangle_x=484 -modelangle_y=1945 -modelangle_z=0 -modelzoom=1126 -unknown100=64275 -unknown101=2257 - -// 290:19 -[com_19] -type=model -x=56 -y=76 -width=49 -height=55 -layer=com_22 -model=model_7622 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=22 -modelangle_z=0 -modelzoom=1126 -unknown100=64279 -unknown101=2250 - -// 290:20 -[com_20] -type=model -x=39 -y=203 -width=71 -height=50 -layer=com_22 -model=model_7622 -modelorigin_x=2 -modelorigin_y=11 -modelangle_x=569 -modelangle_y=1737 -modelangle_z=0 -modelzoom=1126 -unknown100=64277 -unknown101=2256 - -// 290:21 -[com_21] -type=graphic -x=483 -y=6 -width=26 -height=23 -layer=com_22 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 290:22 -[com_22] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 290:23 -[com_23] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 290:24 -[com_24] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 290:25 -[com_25] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_24 - -// 290:26 -[com_26] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 290:27 -[com_27] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 290:28 -[com_28] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 290:29 -[com_29] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 290:30 -[com_30] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 290:31 -[com_31] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 290:32 -[com_32] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 290:33 -[com_33] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 290:34 -[com_34] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_25 - -// 290:35 -[com_35] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_25 - -// 290:36 -[com_36] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_25 - -// 290:37 -[com_37] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_25 - -// 290:38 -[com_38] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_25 - -// 290:39 -[com_39] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_35 -graphic=tradebacking -tiling=yes -outline=2 - -// 290:40 -[com_40] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_34 -graphic=tradebacking -tiling=yes -outline=2 - -// 290:41 -[com_41] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_36 -graphic=tradebacking -tiling=yes -outline=2 - -// 290:42 -[com_42] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_37 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_291.if b/dumps/530/interface/interface_291.if deleted file mode 100644 index 71872a806..000000000 --- a/dumps/530/interface/interface_291.if +++ /dev/null @@ -1,36 +0,0 @@ -// 291:0 -[com_0] - -// 291:1 -[com_1] - -// 291:2 -[com_2] - -// 291:3 -[com_3] - -// 291:4 -[com_4] - -// 291:5 -[com_5] - -// 291:6 -[com_6] - -// 291:7 -[com_7] - -// 291:8 -[com_8] - -// 291:9 -[com_9] - -// 291:10 -[com_10] - -// 291:11 -[com_11] - diff --git a/dumps/530/interface/interface_292.if b/dumps/530/interface/interface_292.if deleted file mode 100644 index b69ac478b..000000000 --- a/dumps/530/interface/interface_292.if +++ /dev/null @@ -1,165 +0,0 @@ -// 292:0 -[com_0] - -// 292:1 -[com_1] - -// 292:2 -[com_2] - -// 292:3 -[com_3] - -// 292:4 -[com_4] - -// 292:5 -[com_5] - -// 292:6 -[com_6] - -// 292:7 -[com_7] - -// 292:8 -[com_8] - -// 292:9 -[com_9] - -// 292:10 -[com_10] - -// 292:11 -[com_11] - -// 292:12 -[com_12] - -// 292:13 -[com_13] - -// 292:14 -[com_14] - -// 292:15 -[com_15] - -// 292:16 -[com_16] - -// 292:17 -[com_17] - -// 292:18 -[com_18] - -// 292:19 -[com_19] - -// 292:20 -[com_20] - -// 292:21 -[com_21] - -// 292:22 -[com_22] - -// 292:23 -[com_23] - -// 292:24 -[com_24] - -// 292:25 -[com_25] - -// 292:26 -[com_26] - -// 292:27 -[com_27] - -// 292:28 -[com_28] - -// 292:29 -[com_29] - -// 292:30 -[com_30] - -// 292:31 -[com_31] - -// 292:32 -[com_32] - -// 292:33 -[com_33] - -// 292:34 -[com_34] - -// 292:35 -[com_35] - -// 292:36 -[com_36] - -// 292:37 -[com_37] - -// 292:38 -[com_38] - -// 292:39 -[com_39] - -// 292:40 -[com_40] - -// 292:41 -[com_41] - -// 292:42 -[com_42] - -// 292:43 -[com_43] - -// 292:44 -[com_44] - -// 292:45 -[com_45] - -// 292:46 -[com_46] - -// 292:47 -[com_47] - -// 292:48 -[com_48] - -// 292:49 -[com_49] - -// 292:50 -[com_50] - -// 292:51 -[com_51] - -// 292:52 -[com_52] - -// 292:53 -[com_53] - -// 292:54 -[com_54] - diff --git a/dumps/530/interface/interface_293.if3 b/dumps/530/interface/interface_293.if3 deleted file mode 100644 index 4e68354ca..000000000 --- a/dumps/530/interface/interface_293.if3 +++ /dev/null @@ -1,376 +0,0 @@ -// 293:0 -[com_0] -type=layer -x=34 -y=34 -width=32 -height=32 -layer=com_9 - -// 293:1 -[com_1] -type=model -x=-15 -y=-7 -width=540 -height=346 -layer=com_9 -model=model_7621 -modelorigin_x=31 -modelorigin_y=-18 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1046 -unknown100=0 -unknown101=2158 - -// 293:2 -[com_2] -type=model -x=97 -y=10 -width=320 -height=314 -layer=com_9 -model=model_7660 -modelorigin_x=7 -modelorigin_y=-10 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1046 -unknown100=65036 -unknown101=2102 - -// 293:3 -[com_3] -type=model -x=353 -y=183 -width=119 -height=115 -layer=com_9 -model=model_7661 -modelorigin_x=4 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1046 -unknown100=65036 -unknown101=1046 -op1=Place piece - -// 293:4 -[com_4] -type=model -x=352 -y=41 -width=119 -height=117 -layer=com_9 -model=model_7662 -modelorigin_x=4 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1046 -unknown100=65036 -unknown101=1046 -op1=Place piece - -// 293:5 -[com_5] -type=model -x=34 -y=43 -width=118 -height=116 -layer=com_9 -model=model_7663 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1046 -unknown100=65036 -unknown101=1046 -op1=Place piece - -// 293:6 -[com_6] -type=model -x=31 -y=185 -width=117 -height=117 -layer=com_9 -model=model_7664 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1046 -unknown100=65036 -unknown101=1046 -op1=Place piece - -// 293:7 -[com_7] -type=layer -width=512 -height=334 -layer=com_9 - -// 293:8 -[com_8] -type=graphic -x=483 -y=6 -width=26 -height=23 -layer=com_9 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 293:9 -[com_9] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 293:10 -[com_10] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 293:11 -[com_11] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 293:12 -[com_12] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_11 - -// 293:13 -[com_13] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 293:14 -[com_14] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 293:15 -[com_15] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 293:16 -[com_16] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 293:17 -[com_17] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 293:18 -[com_18] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 293:19 -[com_19] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 293:20 -[com_20] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 293:21 -[com_21] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_12 - -// 293:22 -[com_22] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_12 - -// 293:23 -[com_23] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_12 - -// 293:24 -[com_24] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_12 - -// 293:25 -[com_25] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_12 - -// 293:26 -[com_26] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_22 -graphic=tradebacking -tiling=yes -outline=2 - -// 293:27 -[com_27] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_21 -graphic=tradebacking -tiling=yes -outline=2 - -// 293:28 -[com_28] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_23 -graphic=tradebacking -tiling=yes -outline=2 - -// 293:29 -[com_29] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_24 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_294.if3 b/dumps/530/interface/interface_294.if3 deleted file mode 100644 index ebbfef3c6..000000000 --- a/dumps/530/interface/interface_294.if3 +++ /dev/null @@ -1,327 +0,0 @@ -// 294:0 -[com_0] -type=model -x=-19 -y=-11 -width=545 -height=349 -layer=com_6 -model=model_9857 -modelorigin_x=0 -modelorigin_y=36 -modelangle_x=501 -modelangle_y=0 -modelangle_z=0 -modelzoom=256 -unknown100=65054 -unknown101=3000 - -// 294:1 -[com_1] -type=model -x=94 -y=-26 -width=401 -height=101 -layer=com_6 -model=model_16964 -modelorigin_x=-27 -modelorigin_y=39 -modelangle_x=611 -modelangle_y=2040 -modelangle_z=0 -modelzoom=799 -unknown100=64274 -unknown101=3000 - -// 294:2 -[com_2] -type=model -x=80 -y=187 -width=149 -height=108 -layer=com_6 -model=model_9855 -modelorigin_x=-35 -modelorigin_y=31 -modelangle_x=106 -modelangle_y=207 -modelangle_z=0 -modelzoom=400 -unknown100=64670 -unknown101=3000 - -// 294:3 -[com_3] -type=model -x=47 -y=-53 -width=408 -height=347 -layer=com_6 -model=model_9926 -modelorigin_x=105 -modelorigin_y=119 -modelangle_x=73 -modelangle_y=237 -modelangle_z=0 -modelzoom=400 -modelanim=seq_319 -unknown100=64478 -unknown101=3000 - -// 294:4 -[com_4] -type=text -x=208 -y=19 -width=32 -height=32 -layer=com_6 -textfont=quill_oblique_large -text=Rum -textalignh=2 -textshadow=yes -colour=0x676725 - -// 294:5 -[com_5] -type=text -x=288 -y=18 -width=32 -height=32 -layer=com_6 -textfont=quill_oblique_large -text=Deal -textalignv=2 -textshadow=yes -colour=0x676725 - -// 294:6 -[com_6] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 294:7 -[com_7] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 294:8 -[com_8] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_7 - -// 294:9 -[com_9] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 294:10 -[com_10] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 294:11 -[com_11] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 294:12 -[com_12] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 294:13 -[com_13] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 294:14 -[com_14] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 294:15 -[com_15] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 294:16 -[com_16] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 294:17 -[com_17] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_8 - -// 294:18 -[com_18] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_8 - -// 294:19 -[com_19] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_8 - -// 294:20 -[com_20] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_8 - -// 294:21 -[com_21] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_8 - -// 294:22 -[com_22] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_18 -graphic=tradebacking -tiling=yes -outline=2 - -// 294:23 -[com_23] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - -// 294:24 -[com_24] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_19 -graphic=tradebacking -tiling=yes -outline=2 - -// 294:25 -[com_25] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_20 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_295.if3 b/dumps/530/interface/interface_295.if3 deleted file mode 100644 index cb2482ee5..000000000 --- a/dumps/530/interface/interface_295.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 295:0 -[com_0] -type=model -x=-13 -y=2 -width=621 -height=186 -layer=com_3 -model=model_16964 -modelorigin_x=-51 -modelorigin_y=63 -modelangle_x=560 -modelangle_y=2037 -modelangle_z=0 -modelzoom=510 -unknown100=64166 -unknown101=3000 - -// 295:1 -[com_1] -type=text -x=50 -y=92 -width=165 -height=51 -layer=com_3 -textfont=quill_caps_large -text=Rum -textalignh=2 -textalignv=2 -textshadow=yes -colour=0x676725 - -// 295:2 -[com_2] -type=text -x=262 -y=85 -width=119 -height=57 -layer=com_3 -textfont=quill_caps_large -text=Deal -textalignv=2 -textshadow=yes -colour=0x676725 - -// 295:3 -[com_3] -type=layer -x=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_296.if3 b/dumps/530/interface/interface_296.if3 deleted file mode 100644 index 753ba4fca..000000000 --- a/dumps/530/interface/interface_296.if3 +++ /dev/null @@ -1,24 +0,0 @@ -// 296:0 -[com_0] -type=model -x=-6585 -y=-287 -width=42343 -height=11485 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_16343 -modelorigin_x=140 -modelorigin_y=-51 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=138 -modelanim=seq_4333 -unknown100=64902 -unknown101=3000 -modelobjwidth=1323 -modelobjheight=234 - diff --git a/dumps/530/interface/interface_297.if3 b/dumps/530/interface/interface_297.if3 deleted file mode 100644 index 93e490c97..000000000 --- a/dumps/530/interface/interface_297.if3 +++ /dev/null @@ -1,709 +0,0 @@ -// 297:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 297:1 -[com_1] -type=model -x=-15 -y=-146 -width=532 -height=468 -layer=com_0 -model=model_10733 -modelorigin_x=6 -modelorigin_y=-20 -modelangle_x=479 -modelangle_y=0 -modelangle_z=0 -modelzoom=110 -unknown100=2000 -unknown101=3000 - -// 297:2 -[com_2] -type=text -x=43 -y=277 -width=411 -height=18 -layer=com_0 -textfont=b12_full -text=Choose your refreshment from the sandwich tray -textalignh=1 -textshadow=yes -colour=0xff981f - -// 297:3 -[com_3] -type=graphic -x=484 -y=4 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 297:4 -[com_4] -type=layer -x=480 -width=32 -height=32 -layer=com_0 -hide=yes - -// 297:5 -[com_5] -type=layer -width=515 -height=335 -layer=com_0 -hide=yes - -// 297:6 -[com_6] -type=layer -x=64 -y=57 -width=448 -height=277 -layer=com_0 - -// 297:7 -[com_7] -type=model -x=20 -y=123 -width=53 -height=59 -layer=com_6 -model=model_10726 -modelorigin_x=5 -modelorigin_y=2 -modelangle_x=233 -modelangle_y=2036 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 -op1=Choose refreshment -onload=script65(18, 18, 0, event_com) - -// 297:8 -[com_8] -type=model -x=105 -y=129 -width=57 -height=50 -layer=com_6 -model=model_10732 -modelorigin_x=12 -modelorigin_y=1 -modelangle_x=260 -modelangle_y=2000 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 -op1=Choose refreshment -onload=script65(10, 8, 0, event_com) - -// 297:9 -[com_9] -type=model -x=204 -y=124 -width=57 -height=52 -layer=com_6 -model=model_10731 -modelorigin_x=9 -modelorigin_y=4 -modelangle_x=244 -modelangle_y=2024 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 -op1=Choose refreshment -onload=script65(20, 10, 0, event_com) - -// 297:10 -[com_10] -type=model -x=313 -y=133 -width=36 -height=34 -layer=com_6 -model=model_10727 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=236 -modelangle_y=2041 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 -op1=Choose refreshment -onload=script65(25, 20, 0, event_com) - -// 297:11 -[com_11] -type=model -x=60 -y=37 -width=57 -height=43 -layer=com_6 -model=model_10730 -modelorigin_x=2 -modelorigin_y=7 -modelangle_x=249 -modelangle_y=2020 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 -op1=Choose refreshment -onload=script65(18, 25, 0, event_com) - -// 297:12 -[com_12] -type=model -x=171 -y=49 -width=42 -height=26 -layer=com_6 -model=model_10729 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=339 -modelangle_y=2017 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 -op1=Choose refreshment -onload=script65(10, 30, 0, event_com) - -// 297:13 -[com_13] -type=model -x=282 -y=47 -width=30 -height=36 -layer=com_6 -model=model_10728 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=281 -modelangle_y=2034 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 -op1=Choose refreshment -onload=script65(21, 18, 0, event_com) - -// 297:14 -[com_14] -type=text -x=358 -y=256 -width=84 -height=18 -layer=com_6 -textfont=b12_full -text=Key -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xff9924 -op1=View key -onmouseover=script45(event_com, 0xd47508) -onmouseleave=script45(event_com, 0xff9924) - -// 297:15 -[com_15] -type=rectangle -width=515 -height=335 -layer=com_5 -colour=0x000000 -fill=yes - -// 297:16 -[com_16] -type=model -x=11 -y=125 -width=53 -height=59 -layer=com_5 -model=model_10726 -modelorigin_x=5 -modelorigin_y=2 -modelangle_x=233 -modelangle_y=2036 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 - -// 297:17 -[com_17] -type=model -x=8 -y=188 -width=57 -height=50 -layer=com_5 -model=model_10732 -modelorigin_x=12 -modelorigin_y=1 -modelangle_x=260 -modelangle_y=2000 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 - -// 297:18 -[com_18] -type=model -x=12 -y=240 -width=57 -height=52 -layer=com_5 -model=model_10731 -modelorigin_x=9 -modelorigin_y=4 -modelangle_x=244 -modelangle_y=2024 -modelangle_z=0 -modelzoom=500 -unknown100=64533 -unknown101=3000 - -// 297:19 -[com_19] -type=model -x=25 -y=297 -width=36 -height=34 -layer=com_5 -model=model_10727 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=236 -modelangle_y=2041 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 - -// 297:20 -[com_20] -type=model -x=13 -y=4 -width=57 -height=43 -layer=com_5 -model=model_10730 -modelorigin_x=2 -modelorigin_y=7 -modelangle_x=249 -modelangle_y=2020 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 - -// 297:21 -[com_21] -type=model -x=18 -y=57 -width=42 -height=26 -layer=com_5 -model=model_10729 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=339 -modelangle_y=2017 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 - -// 297:22 -[com_22] -type=model -x=25 -y=90 -width=30 -height=36 -layer=com_5 -model=model_10728 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=281 -modelangle_y=2034 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 - -// 297:23 -[com_23] -type=text -x=86 -y=18 -width=100 -height=16 -layer=com_5 -textfont=b12_full -text=Meat Pie -textshadow=yes -colour=0xff9924 - -// 297:24 -[com_24] -type=text -x=86 -y=62 -width=100 -height=16 -layer=com_5 -textfont=b12_full -text=Kebab -textshadow=yes -colour=0xff9924 - -// 297:25 -[com_25] -type=text -x=86 -y=102 -width=100 -height=16 -layer=com_5 -textfont=b12_full -text=Chocolate Bar -textshadow=yes -colour=0xff9924 - -// 297:26 -[com_26] -type=text -x=86 -y=152 -width=100 -height=16 -layer=com_5 -textfont=b12_full -text=Baguette -textshadow=yes -colour=0xff9924 - -// 297:27 -[com_27] -type=text -x=86 -y=205 -width=100 -height=16 -layer=com_5 -textfont=b12_full -text=Triangle Sandwich -textshadow=yes -colour=0xff9924 - -// 297:28 -[com_28] -type=text -x=86 -y=260 -width=100 -height=16 -layer=com_5 -textfont=b12_full -text=Square Sandwich -textshadow=yes -colour=0xff9924 - -// 297:29 -[com_29] -type=text -x=468 -y=315 -width=41 -height=16 -layer=com_5 -textfont=p12_full -text=back -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 297:30 -[com_30] -type=text -x=86 -y=303 -width=100 -height=16 -layer=com_5 -textfont=b12_full -text=Roll -textshadow=yes -colour=0xff9924 - -// 297:31 -[com_31] -type=text -x=-43 -y=-32 -width=656 -height=454 -layer=com_5 -textfont=b12_full -textshadow=yes -colour=0xff9924 -op1=Back - -// 297:32 -[com_32] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 297:33 -[com_33] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_32 - -// 297:34 -[com_34] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 297:35 -[com_35] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 297:36 -[com_36] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 297:37 -[com_37] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 297:38 -[com_38] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 297:39 -[com_39] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 297:40 -[com_40] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 297:41 -[com_41] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 297:42 -[com_42] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_33 - -// 297:43 -[com_43] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_33 - -// 297:44 -[com_44] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_33 - -// 297:45 -[com_45] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_33 - -// 297:46 -[com_46] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_33 - -// 297:47 -[com_47] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_43 -graphic=tradebacking -tiling=yes -outline=2 - -// 297:48 -[com_48] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_42 -graphic=tradebacking -tiling=yes -outline=2 - -// 297:49 -[com_49] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_44 -graphic=tradebacking -tiling=yes -outline=2 - -// 297:50 -[com_50] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_45 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_298.if3 b/dumps/530/interface/interface_298.if3 deleted file mode 100644 index ada68e7bc..000000000 --- a/dumps/530/interface/interface_298.if3 +++ /dev/null @@ -1,635 +0,0 @@ -// 298:0 -[com_0] -type=rectangle -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes - -// 298:1 -[com_1] -type=rectangle -width=2 -height=2 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_49 -colour=0x404040 -fill=yes -op1=Enter -onmouseover=script45(event_com, 0x505050) -onmouseleave=script45(event_com, 0x404040) - -// 298:2 -[com_2] -type=graphic -width=25 -height=30 -layer=com_49 -graphic="steelborder,0" -op10= - -// 298:3 -[com_3] -type=graphic -width=25 -height=30 -xmode=abs_right -layer=com_49 -graphic="steelborder,1" -op10= - -// 298:4 -[com_4] -type=graphic -width=25 -height=30 -ymode=abs_bottom -layer=com_49 -graphic="steelborder,2" -op10= - -// 298:5 -[com_5] -type=graphic -width=25 -height=30 -xmode=abs_right -ymode=abs_bottom -layer=com_49 -graphic="steelborder,3" -op10= - -// 298:6 -[com_6] -type=graphic -y=-15 -width=50 -height=36 -widthmode=minus -xmode=abs_centre -layer=com_49 -graphic="steelborder2,0" -tiling=yes -op10= - -// 298:7 -[com_7] -type=graphic -y=-15 -width=50 -height=36 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_49 -graphic="miscgraphics,3" -tiling=yes -op10= - -// 298:8 -[com_8] -type=text -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_49 -textfont=b12_full -text=E N T E R -textalignh=1 -textalignv=1 -colour=0xff981f - -// 298:9 -[com_9] -type=layer -x=12 -y=20 -width=488 -height=37 - -// 298:10 -[com_10] -type=rectangle -width=2 -height=2 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_24 -colour=0x404040 -fill=yes - -// 298:11 -[com_11] -type=graphic -width=25 -height=30 -layer=com_24 -graphic="steelborder,0" - -// 298:12 -[com_12] -type=graphic -width=25 -height=30 -xmode=abs_right -layer=com_24 -graphic="steelborder,1" - -// 298:13 -[com_13] -type=graphic -width=25 -height=30 -ymode=abs_bottom -layer=com_24 -graphic="steelborder,2" - -// 298:14 -[com_14] -type=graphic -width=25 -height=30 -xmode=abs_right -ymode=abs_bottom -layer=com_24 -graphic="steelborder,3" - -// 298:15 -[com_15] -type=graphic -y=-15 -width=50 -height=36 -widthmode=minus -xmode=abs_centre -layer=com_24 -graphic="steelborder2,0" -tiling=yes - -// 298:16 -[com_16] -type=graphic -x=-15 -width=36 -height=50 -heightmode=minus -xmode=abs_right -ymode=abs_centre -layer=com_24 -graphic="steelborder2,1" -tiling=yes - -// 298:17 -[com_17] -type=graphic -x=-15 -width=36 -height=50 -heightmode=minus -ymode=abs_centre -layer=com_24 -graphic="miscgraphics,2" -tiling=yes - -// 298:18 -[com_18] -type=graphic -y=-15 -width=50 -height=36 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_24 -graphic="miscgraphics,3" -tiling=yes - -// 298:19 -[com_19] -type=layer -x=-186 -width=121 -height=16 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_24 - -// 298:20 -[com_20] -type=layer -x=-62 -width=121 -height=16 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_24 - -// 298:21 -[com_21] -type=layer -x=62 -width=121 -height=16 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_24 - -// 298:22 -[com_22] -type=layer -x=186 -width=121 -height=16 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_24 - -// 298:23 -[com_23] -type=graphic -width=2 -height=2 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_9 -graphic=tradebacking -tiling=yes - -// 298:24 -[com_24] -type=layer -y=70 -width=508 -height=172 -xmode=abs_centre - -// 298:25 -[com_25] -type=model -width=121 -height=117 -xmode=abs_centre -layer=com_22 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=64978 -unknown101=1122 - -// 298:26 -[com_26] -type=text -y=25 -width=10 -height=14 -xmode=abs_centre -layer=com_22 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 -onload=script1970(3, event_com) -onvarctransmit=script1970(3, event_com) -onvarctransmitlist=varclient_621 - -// 298:27 -[com_27] -type=graphic -x=-25 -width=45 -height=36 -xmode=abs_centre -ymode=abs_bottom -layer=com_22 -graphic=leftarrow -op1=Turn left -onmouseover=script1357(event_com, 75) -onmouseleave=script1357(event_com, 0) -onop=script1973(3, interface_298:com_26, event_op) - -// 298:28 -[com_28] -type=graphic -x=25 -width=45 -height=36 -xmode=abs_centre -ymode=abs_bottom -layer=com_22 -graphic=rightarrow -op1=Turn Right -onmouseover=script1357(event_com, 75) -onmouseleave=script1357(event_com, 0) -onop=script1972(3, interface_298:com_26, event_op) - -// 298:29 -[com_29] -type=model -width=121 -height=117 -xmode=abs_centre -layer=com_21 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=64978 -unknown101=1122 - -// 298:30 -[com_30] -type=text -y=25 -width=10 -height=14 -xmode=abs_centre -layer=com_21 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 -onload=script1970(2, event_com) -onvarctransmit=script1970(2, event_com) -onvarctransmitlist=varclient_620 - -// 298:31 -[com_31] -type=graphic -x=-25 -width=45 -height=36 -xmode=abs_centre -ymode=abs_bottom -layer=com_21 -graphic=leftarrow -op1=Turn left -onmouseover=script1357(event_com, 75) -onmouseleave=script1357(event_com, 0) -onop=script1973(2, interface_298:com_30, event_op) - -// 298:32 -[com_32] -type=graphic -x=25 -width=45 -height=36 -xmode=abs_centre -ymode=abs_bottom -layer=com_21 -graphic=rightarrow -op1=Turn Right -onmouseover=script1357(event_com, 75) -onmouseleave=script1357(event_com, 0) -onop=script1972(2, interface_298:com_30, event_op) - -// 298:33 -[com_33] -type=model -width=121 -height=117 -xmode=abs_centre -layer=com_20 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=64978 -unknown101=1122 - -// 298:34 -[com_34] -type=text -y=25 -width=10 -height=14 -xmode=abs_centre -layer=com_20 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 -onload=script1970(1, event_com) -onvarctransmit=script1970(1, event_com) -onvarctransmitlist=varclient_619 - -// 298:35 -[com_35] -type=graphic -x=-25 -width=45 -height=36 -xmode=abs_centre -ymode=abs_bottom -layer=com_20 -graphic=leftarrow -op1=Turn left -onmouseover=script1357(event_com, 75) -onmouseleave=script1357(event_com, 0) -onop=script1973(1, interface_298:com_34, event_op) - -// 298:36 -[com_36] -type=graphic -x=25 -width=45 -height=36 -xmode=abs_centre -ymode=abs_bottom -layer=com_20 -graphic=rightarrow -op1=Turn Right -onmouseover=script1357(event_com, 75) -onmouseleave=script1357(event_com, 0) -onop=script1972(1, interface_298:com_34, event_op) - -// 298:37 -[com_37] -type=model -width=121 -height=117 -xmode=abs_centre -layer=com_19 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=64978 -unknown101=1122 - -// 298:38 -[com_38] -type=text -y=25 -width=10 -height=14 -xmode=abs_centre -layer=com_19 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 -onload=script1970(0, event_com) -onvarctransmit=script1970(0, event_com) -onvarctransmitlist=varclient_618 - -// 298:39 -[com_39] -type=graphic -x=-25 -width=45 -height=36 -xmode=abs_centre -ymode=abs_bottom -layer=com_19 -graphic=leftarrow -op1=Turn left -onmouseover=script1357(event_com, 75) -onmouseleave=script1357(event_com, 0) -onop=script1973(0, interface_298:com_38, event_op) - -// 298:40 -[com_40] -type=graphic -x=25 -width=45 -height=36 -xmode=abs_centre -ymode=abs_bottom -layer=com_19 -graphic=rightarrow -op1=Turn Right -onmouseover=script1357(event_com, 75) -onmouseleave=script1357(event_com, 0) -onop=script1972(0, interface_298:com_38, event_op) - -// 298:41 -[com_41] -type=graphic -width=25 -height=30 -layer=com_9 -graphic="steelborder,0" -op10= - -// 298:42 -[com_42] -type=graphic -width=25 -height=30 -xmode=abs_right -layer=com_9 -graphic="steelborder,1" -op10= - -// 298:43 -[com_43] -type=graphic -width=25 -height=30 -ymode=abs_bottom -layer=com_9 -graphic="steelborder,2" -op10= - -// 298:44 -[com_44] -type=graphic -width=25 -height=30 -xmode=abs_right -ymode=abs_bottom -layer=com_9 -graphic="steelborder,3" -op10= - -// 298:45 -[com_45] -type=graphic -y=-15 -width=50 -height=36 -widthmode=minus -xmode=abs_centre -layer=com_9 -graphic="steelborder2,0" -tiling=yes -op10= - -// 298:46 -[com_46] -type=graphic -y=-15 -width=50 -height=36 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_9 -graphic="miscgraphics,3" -tiling=yes -op10= - -// 298:47 -[com_47] -type=text -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_9 -textfont=b12_full -text=Combination Lock Door -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 298:48 -[com_48] -type=graphic -x=3 -width=26 -height=23 -xmode=abs_right -ymode=abs_centre -layer=com_9 -graphic="close_buttons,0" -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 298:49 -[com_49] -type=layer -y=260 -width=128 -height=40 -xmode=abs_centre - diff --git a/dumps/530/interface/interface_299.if3 b/dumps/530/interface/interface_299.if3 deleted file mode 100644 index 662eee1c8..000000000 --- a/dumps/530/interface/interface_299.if3 +++ /dev/null @@ -1,1232 +0,0 @@ -// 299:0 -[com_0] -type=rectangle -width=514 -height=335 -layer=com_50 -colour=0x2a1e06 -fill=yes - -// 299:1 -[com_1] -type=model -x=21 -y=7 -width=511 -height=333 -layer=com_50 -model=model_13939 -modelorigin_x=-11 -modelorigin_y=-58 -modelangle_x=290 -modelangle_y=1985 -modelangle_z=0 -modelzoom=613 -unknown100=682 -unknown101=1302 - -// 299:2 -[com_2] -type=text -x=166 -y=215 -width=69 -height=17 -layer=com_50 -textfont=q8_full -text=Ape -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:3 -[com_3] -type=text -x=319 -y=22 -width=100 -height=19 -layer=com_50 -textfont=q8_full -text=Asgarnia -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:4 -[com_4] -type=text -x=254 -y=98 -width=98 -height=19 -layer=com_50 -textfont=q8_full -text=Karamja -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:5 -[com_5] -type=text -x=220 -y=79 -width=83 -height=17 -layer=com_50 -textfont=q8_full -text=Crandor -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:6 -[com_6] -type=text -x=170 -y=46 -width=91 -height=17 -layer=com_50 -textfont=q8_full -text=Entrana -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:7 -[com_7] -type=text -x=300 -y=50 -width=63 -height=16 -layer=com_50 -textfont=q8_full -text=Port -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:8 -[com_8] -type=text -x=302 -y=64 -width=80 -height=16 -layer=com_50 -textfont=q8_full -text=Sarim -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:9 -[com_9] -type=model -x=367 -y=50 -width=16 -height=22 -layer=com_50 -model=model_3046 -modelorigin_x=-3 -modelorigin_y=10 -modelangle_x=306 -modelangle_y=199 -modelangle_z=0 -modelzoom=1500 -unknown100=64877 -unknown101=2997 - -// 299:10 -[com_10] -type=model -x=247 -y=39 -width=16 -height=22 -layer=com_50 -model=model_3046 -modelorigin_x=-3 -modelorigin_y=10 -modelangle_x=306 -modelangle_y=199 -modelangle_z=0 -modelzoom=1500 -unknown100=64877 -unknown101=2997 - -// 299:11 -[com_11] -type=model -x=345 -y=113 -width=16 -height=21 -layer=com_50 -model=model_3046 -modelorigin_x=-5 -modelorigin_y=9 -modelangle_x=390 -modelangle_y=1833 -modelangle_z=0 -modelzoom=1500 -unknown100=64877 -unknown101=2997 - -// 299:12 -[com_12] -type=model -x=112 -y=120 -width=16 -height=22 -layer=com_50 -model=model_3046 -modelorigin_x=-3 -modelorigin_y=10 -modelangle_x=306 -modelangle_y=199 -modelangle_z=0 -modelzoom=1500 -unknown100=65139 -unknown101=2997 - -// 299:13 -[com_13] -type=text -x=51 -y=129 -width=78 -height=18 -layer=com_50 -textfont=q8_full -text=Port -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:14 -[com_14] -type=text -x=64 -y=144 -width=91 -height=17 -layer=com_50 -textfont=q8_full -text=Khazard -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:15 -[com_15] -type=text -x=282 -y=125 -width=73 -height=17 -layer=com_50 -textfont=q8_full -text=Ship -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:16 -[com_16] -type=text -x=290 -y=141 -width=81 -height=18 -layer=com_50 -textfont=q8_full -text=Yard -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:17 -[com_17] -type=model -x=125 -y=83 -width=16 -height=22 -layer=com_50 -model=model_3046 -modelorigin_x=-3 -modelorigin_y=10 -modelangle_x=306 -modelangle_y=199 -modelangle_z=0 -modelzoom=1500 -unknown100=65139 -unknown101=2997 - -// 299:18 -[com_18] -type=model -x=196 -y=155 -width=16 -height=22 -layer=com_50 -model=model_3046 -modelorigin_x=-3 -modelorigin_y=10 -modelangle_x=306 -modelangle_y=199 -modelangle_z=0 -modelzoom=1500 -unknown100=65139 -unknown101=2997 - -// 299:19 -[com_19] -type=text -x=198 -y=155 -width=69 -height=17 -layer=com_50 -textfont=q8_full -text=Cairn -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:20 -[com_20] -type=text -x=205 -y=171 -width=69 -height=16 -layer=com_50 -textfont=q8_full -text=Isle -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:21 -[com_21] -type=model -x=208 -y=70 -width=16 -height=22 -layer=com_50 -model=model_3046 -modelorigin_x=-3 -modelorigin_y=10 -modelangle_x=306 -modelangle_y=199 -modelangle_z=0 -modelzoom=1500 -unknown100=64877 -unknown101=2997 - -// 299:22 -[com_22] -type=text -x=152 -y=94 -width=105 -height=17 -layer=com_50 -textfont=q8_full -text=Brimhaven -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:23 -[com_23] -type=text -x=82 -y=63 -width=109 -height=17 -layer=com_50 -textfont=q8_full -text=Ardougne -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:24 -[com_24] -type=model -x=257 -y=61 -width=16 -height=22 -layer=com_50 -model=model_3046 -modelorigin_x=-3 -modelorigin_y=10 -modelangle_x=306 -modelangle_y=199 -modelangle_z=0 -modelzoom=1500 -unknown100=64877 -unknown101=2997 - -// 299:25 -[com_25] -type=text -x=12 -y=8 -width=302 -height=19 -layer=com_50 -textfont=q8_full -text=You Journey on the ship.... -textshadow=yes -colour=0xff981f - -// 299:26 -[com_26] -type=model -x=300 -y=75 -width=16 -height=22 -layer=com_50 -model=model_3046 -modelorigin_x=-3 -modelorigin_y=10 -modelangle_x=306 -modelangle_y=199 -modelangle_z=0 -modelzoom=1500 -unknown100=64877 -unknown101=2997 - -// 299:27 -[com_27] -type=text -x=173 -y=229 -width=74 -height=16 -layer=com_50 -textfont=q8_full -text=Atoll -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:28 -[com_28] -type=model -x=175 -y=254 -width=16 -height=22 -layer=com_50 -model=model_3046 -modelorigin_x=-3 -modelorigin_y=10 -modelangle_x=306 -modelangle_y=199 -modelangle_z=0 -modelzoom=1500 -unknown100=64877 -unknown101=2997 - -// 299:29 -[com_29] -type=model -x=81 -y=177 -width=16 -height=21 -layer=com_50 -model=model_3046 -modelorigin_x=-3 -modelorigin_y=10 -modelangle_x=308 -modelangle_y=198 -modelangle_z=0 -modelzoom=1500 -unknown100=65139 -unknown101=2996 - -// 299:30 -[com_30] -type=text -x=44 -y=199 -width=84 -height=17 -layer=com_50 -textfont=q8_full -text=Feldip -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:31 -[com_31] -type=text -x=56 -y=214 -width=78 -height=16 -layer=com_50 -textfont=q8_full -text=Hills -textalignh=1 -textshadow=yes -colour=0xf3cc99 - -// 299:32 -[com_32] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:33 -[com_33] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:34 -[com_34] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:35 -[com_35] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:36 -[com_36] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:37 -[com_37] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:38 -[com_38] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:39 -[com_39] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:40 -[com_40] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:41 -[com_41] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:42 -[com_42] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:43 -[com_43] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:44 -[com_44] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:45 -[com_45] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:46 -[com_46] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:47 -[com_47] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:48 -[com_48] -type=text -x=1 -y=2 -width=301 -height=17 -layer=com_72 -textfont=q8_full -text=The ogres follow the scent of the chompy.... -textshadow=yes -colour=0xc4a135 - -// 299:49 -[com_49] -type=text -x=3 -y=1 -width=247 -height=17 -layer=com_71 -textfont=q8_full -text=The ogres travel back with the goods -textshadow=yes -colour=0xc4a135 - -// 299:50 -[com_50] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 299:51 -[com_51] -type=rectangle -x=34 -y=34 -width=32 -height=32 -layer=com_50 -colour=0x000000 -trans=255 -onload=script1441 -onvartransmit=script1442 -onvartransmitlist=varplayer_75 - -// 299:52 -[com_52] -type=model -x=94 -y=99 -width=103 -height=93 -layer=com_32 -model=model_3065 -modelorigin_x=119 -modelorigin_y=-30 -modelangle_x=288 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -modelanim=seq_3477 -unknown100=385 -unknown101=1150 - -// 299:53 -[com_53] -type=model -x=258 -y=23 -width=145 -height=74 -layer=com_47 -model=model_3065 -modelorigin_x=-66 -modelorigin_y=55 -modelangle_x=292 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -modelanim=seq_633 -unknown100=64949 -unknown101=1222 - -// 299:54 -[com_54] -type=model -x=258 -y=23 -width=145 -height=74 -layer=com_55 -model=model_3065 -modelorigin_x=-66 -modelorigin_y=55 -modelangle_x=292 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -modelanim=seq_632 -unknown100=64924 -unknown101=1222 - -// 299:55 -[com_55] -type=layer -width=512 -height=334 -layer=com_50 -hide=yes - -// 299:56 -[com_56] -type=model -x=257 -y=23 -width=148 -height=66 -layer=com_45 -model=model_3065 -modelorigin_x=-67 -modelorigin_y=59 -modelangle_x=292 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -modelanim=seq_630 -unknown100=65005 -unknown101=1222 - -// 299:57 -[com_57] -type=model -x=257 -y=23 -width=148 -height=66 -layer=com_46 -model=model_3065 -modelorigin_x=-67 -modelorigin_y=59 -modelangle_x=292 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -modelanim=seq_631 -unknown100=64976 -unknown101=1222 - -// 299:58 -[com_58] -type=model -x=320 -y=22 -width=87 -height=69 -layer=com_44 -model=model_3065 -modelorigin_x=-99 -modelorigin_y=59 -modelangle_x=292 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -modelanim=seq_634 -unknown100=65038 -unknown101=1223 - -// 299:59 -[com_59] -type=model -x=320 -y=22 -width=87 -height=69 -layer=com_43 -model=model_3065 -modelorigin_x=-99 -modelorigin_y=59 -modelangle_x=292 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -modelanim=seq_635 -unknown100=65075 -unknown101=1223 - -// 299:60 -[com_60] -type=model -x=159 -y=47 -width=58 -height=41 -layer=com_42 -model=model_3065 -modelorigin_x=76 -modelorigin_y=48 -modelangle_x=292 -modelangle_y=1985 -modelangle_z=0 -modelzoom=600 -modelanim=seq_636 -unknown100=64934 -unknown101=1194 - -// 299:61 -[com_61] -type=model -x=159 -y=47 -width=58 -height=41 -layer=com_41 -model=model_3065 -modelorigin_x=76 -modelorigin_y=48 -modelangle_x=292 -modelangle_y=1985 -modelangle_z=0 -modelzoom=600 -modelanim=seq_637 -unknown100=64948 -unknown101=1194 - -// 299:62 -[com_62] -type=model -x=246 -y=66 -width=28 -height=32 -layer=com_40 -model=model_3065 -modelorigin_x=4 -modelorigin_y=33 -modelangle_x=292 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -unknown100=65056 -unknown101=1177 - -// 299:63 -[com_63] -type=model -x=101 -y=92 -width=83 -height=90 -layer=com_39 -model=model_3065 -modelorigin_x=122 -modelorigin_y=-22 -modelangle_x=292 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -modelanim=seq_638 -unknown100=64976 -unknown101=1153 - -// 299:64 -[com_64] -type=model -x=101 -y=87 -width=287 -height=125 -layer=com_38 -model=model_3065 -modelorigin_x=27 -modelorigin_y=-39 -modelangle_x=296 -modelangle_y=1988 -modelangle_z=0 -modelzoom=600 -modelanim=seq_639 -unknown100=65190 -unknown101=1161 - -// 299:65 -[com_65] -type=model -x=95 -y=87 -width=287 -height=125 -layer=com_37 -model=model_3065 -modelorigin_x=27 -modelorigin_y=-39 -modelangle_x=296 -modelangle_y=1988 -modelangle_z=0 -modelzoom=600 -modelanim=seq_640 -unknown100=65265 -unknown101=1161 - -// 299:66 -[com_66] -type=model -x=158 -y=88 -width=224 -height=124 -layer=com_36 -model=model_3065 -modelorigin_x=-6 -modelorigin_y=-39 -modelangle_x=292 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -modelanim=seq_641 -unknown100=65351 -unknown101=1160 - -// 299:67 -[com_67] -type=model -x=148 -y=41 -width=266 -height=236 -layer=com_35 -model=model_3065 -modelorigin_x=-17 -modelorigin_y=-44 -modelangle_x=295 -modelangle_y=1988 -modelangle_z=0 -modelzoom=600 -modelanim=seq_3545 -unknown100=65474 -unknown101=1202 - -// 299:68 -[com_68] -type=model -x=149 -y=40 -width=265 -height=237 -layer=com_34 -model=model_3065 -modelorigin_x=-17 -modelorigin_y=-43 -modelangle_x=295 -modelangle_y=1986 -modelangle_z=0 -modelzoom=600 -modelanim=seq_3546 -unknown100=128 -unknown101=1203 - -// 299:69 -[com_69] -type=model -x=94 -y=99 -width=103 -height=93 -layer=com_33 -model=model_3065 -modelorigin_x=119 -modelorigin_y=-30 -modelangle_x=288 -modelangle_y=1989 -modelangle_z=0 -modelzoom=600 -modelanim=seq_3476 -unknown100=278 -unknown101=1150 - -// 299:70 -[com_70] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 299:71 -[com_71] -type=layer -x=8 -y=8 -width=305 -height=20 -hide=yes - -// 299:72 -[com_72] -type=layer -x=9 -y=8 -width=305 -height=20 -hide=yes - -// 299:73 -[com_73] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_70 - -// 299:74 -[com_74] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 299:75 -[com_75] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 299:76 -[com_76] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 299:77 -[com_77] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 299:78 -[com_78] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 299:79 -[com_79] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 299:80 -[com_80] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 299:81 -[com_81] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 299:82 -[com_82] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_73 - -// 299:83 -[com_83] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_73 - -// 299:84 -[com_84] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_73 - -// 299:85 -[com_85] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_73 - -// 299:86 -[com_86] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_73 - -// 299:87 -[com_87] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_83 -graphic=tradebacking -tiling=yes -outline=2 - -// 299:88 -[com_88] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_82 -graphic=tradebacking -tiling=yes -outline=2 - -// 299:89 -[com_89] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_84 -graphic=tradebacking -tiling=yes -outline=2 - -// 299:90 -[com_90] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_85 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_3.if3 b/dumps/530/interface/interface_3.if3 deleted file mode 100644 index 3702ab536..000000000 --- a/dumps/530/interface/interface_3.if3 +++ /dev/null @@ -1,210 +0,0 @@ -// 3:0 -[com_0] -type=model -x=71 -y=25 -width=42 -height=265 -layer=com_1 -model=model_13369 -modelorigin_x=-3 -modelorigin_y=143 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -modelanim=seq_3453 -unknown100=64600 -unknown101=3000 - -// 3:1 -[com_1] -type=layer -x=-35 -y=-19 -width=164 -height=326 -layer=com_14 - -// 3:2 -[com_2] -type=layer -x=-35 -y=-27 -width=195 -height=334 -layer=com_14 -hide=yes - -// 3:3 -[com_3] -type=layer -x=-35 -y=-31 -width=170 -height=338 -layer=com_14 -hide=yes - -// 3:4 -[com_4] -type=layer -x=-35 -y=-23 -width=168 -height=330 -layer=com_14 -hide=yes - -// 3:5 -[com_5] -type=layer -x=-35 -y=-22 -width=178 -height=329 -layer=com_14 -hide=yes - -// 3:6 -[com_6] -type=layer -x=-35 -y=-24 -width=173 -height=331 -layer=com_14 -hide=yes - -// 3:7 -[com_7] -type=layer -x=-35 -y=-26 -width=177 -height=333 -layer=com_14 - -// 3:8 -[com_8] -type=model -x=39 -y=185 -width=101 -height=134 -layer=com_2 -model=model_13366 -modelorigin_x=0 -modelorigin_y=56 -modelangle_x=147 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -modelanim=seq_3454 -unknown100=64539 -unknown101=3000 - -// 3:9 -[com_9] -type=model -x=38 -y=189 -width=100 -height=136 -layer=com_3 -model=model_13365 -modelorigin_x=1 -modelorigin_y=55 -modelangle_x=147 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -modelanim=seq_3454 -unknown100=64423 -unknown101=3000 - -// 3:10 -[com_10] -type=model -x=39 -y=181 -width=101 -height=134 -layer=com_4 -model=model_13364 -modelorigin_x=0 -modelorigin_y=56 -modelangle_x=147 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -modelanim=seq_3454 -unknown100=64320 -unknown101=3000 - -// 3:11 -[com_11] -type=model -x=40 -y=180 -width=100 -height=134 -layer=com_5 -model=model_13363 -modelorigin_x=-1 -modelorigin_y=56 -modelangle_x=147 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -modelanim=seq_3454 -unknown100=64232 -unknown101=3000 - -// 3:12 -[com_12] -type=model -x=38 -y=182 -width=101 -height=134 -layer=com_6 -model=model_13362 -modelorigin_x=1 -modelorigin_y=56 -modelangle_x=147 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -modelanim=seq_3455 -unknown100=64153 -unknown101=3000 - -// 3:13 -[com_13] -type=model -x=53 -y=184 -width=73 -height=134 -layer=com_7 -model=model_13367 -modelorigin_x=0 -modelorigin_y=56 -modelangle_x=147 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=64086 -unknown101=3000 - -// 3:14 -[com_14] -type=layer -x=655 -y=655 -width=109 -height=304 -xmode=proportion_right -ymode=proportion_bottom - diff --git a/dumps/530/interface/interface_30.if3 b/dumps/530/interface/interface_30.if3 deleted file mode 100644 index 71a3a517c..000000000 --- a/dumps/530/interface/interface_30.if3 +++ /dev/null @@ -1,320 +0,0 @@ -// 30:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_6 -colour=0x46341d -fill=yes -trans=96 - -// 30:1 -[com_1] -type=text -x=7 -y=7 -width=500 -height=16 -layer=com_6 -textfont=b12_full -text=Blast Furnace Temp Gauge -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 30:2 -[com_2] -type=model -x=260 -y=131 -width=119 -height=67 -layer=com_6 -model=model_9096 -modelorigin_x=0 -modelorigin_y=26 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=908 -unknown100=63930 -unknown101=3000 - -// 30:3 -[com_3] -type=model -x=132 -y=141 -width=113 -height=64 -layer=com_6 -model=model_9097 -modelorigin_x=0 -modelorigin_y=24 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=960 -unknown100=63916 -unknown101=3000 - -// 30:4 -[com_4] -type=model -x=123 -y=38 -width=257 -height=257 -layer=com_6 -model=model_9083 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=172 -unknown100=64607 -unknown101=3000 - -// 30:5 -[com_5] -type=graphic -x=482 -y=5 -width=26 -height=23 -layer=com_6 -graphic="close_buttons,5" -op1=Close -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 -onmouserepeat=script44(event_com, "close_buttons,5") - -// 30:6 -[com_6] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 30:7 -[com_7] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 30:8 -[com_8] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_7 - -// 30:9 -[com_9] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 30:10 -[com_10] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 30:11 -[com_11] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 30:12 -[com_12] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 30:13 -[com_13] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 30:14 -[com_14] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 30:15 -[com_15] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 30:16 -[com_16] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 30:17 -[com_17] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_8 - -// 30:18 -[com_18] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_8 - -// 30:19 -[com_19] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_8 - -// 30:20 -[com_20] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_8 - -// 30:21 -[com_21] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_8 - -// 30:22 -[com_22] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_18 -graphic=tradebacking -tiling=yes -outline=2 - -// 30:23 -[com_23] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - -// 30:24 -[com_24] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_19 -graphic=tradebacking -tiling=yes -outline=2 - -// 30:25 -[com_25] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_20 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_300.if3 b/dumps/530/interface/interface_300.if3 deleted file mode 100644 index 37ee589f4..000000000 --- a/dumps/530/interface/interface_300.if3 +++ /dev/null @@ -1,3100 +0,0 @@ -// 300:0 -[com_0] -type=rectangle -x=5 -y=25 -width=508 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 300:1 -[com_1] -type=graphic -x=7 -y=25 -width=498 -height=300 -graphic=tradebacking -tiling=yes - -// 300:2 -[com_2] -type=graphic -x=-13 -y=57 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 300:3 -[com_3] -type=graphic -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 300:4 -[com_4] -type=graphic -x=492 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 300:5 -[com_5] -type=graphic -x=32 -y=7 -width=448 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 300:6 -[com_6] -type=graphic -x=32 -y=306 -width=448 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 300:7 -[com_7] -type=graphic -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 300:8 -[com_8] -type=graphic -x=480 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 300:9 -[com_9] -type=graphic -x=480 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 300:10 -[com_10] -type=graphic -x=11 -y=35 -width=490 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 300:11 -[com_11] -type=graphic -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 300:12 -[com_12] -type=graphic -x=480 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 300:13 -[com_13] -type=graphic -x=486 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onclick=script29 - -// 300:14 -[com_14] -type=text -x=139 -y=30 -width=223 -height=20 -textfont=b12_full -text=Smithing -textalignh=1 -textshadow=yes -colour=0xff991f - -// 300:15 -[com_15] -type=layer -x=6 -y=55 -width=484 -height=264 -scrollwidth=366 -scrollheight=375 - -// 300:16 -[com_16] -type=layer -x=487 -y=55 -width=16 -height=264 -opbase= -onload=script870(event_com, interface_300:com_15, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 300:17 -[com_17] -type=layer -x=4 -y=5 -width=109 -height=32 -layer=com_15 - -// 300:18 -[com_18] -type=graphic -width=36 -height=32 -layer=com_17 -outline=1 - -// 300:19 -[com_19] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_17 -textfont=p11_full -text=Dagger -textalignv=1 -colour=0x000000 - -// 300:20 -[com_20] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_17 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:21 -[com_21] -type=text -width=109 -height=32 -layer=com_17 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Daggers - -// 300:22 -[com_22] -type=text -width=109 -height=32 -layer=com_17 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Daggers - -// 300:23 -[com_23] -type=text -width=109 -height=32 -layer=com_17 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Daggers - -// 300:24 -[com_24] -type=text -width=109 -height=32 -layer=com_17 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Dagger - -// 300:25 -[com_25] -type=layer -x=121 -y=5 -width=109 -height=32 -layer=com_15 - -// 300:26 -[com_26] -type=graphic -width=36 -height=32 -layer=com_25 -outline=1 - -// 300:27 -[com_27] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_25 -textfont=p11_full -text=Axe -textalignv=1 -colour=0x000000 - -// 300:28 -[com_28] -type=text -x=36 -y=20 -width=45 -height=12 -layer=com_25 -textfont=p11_full -text=1 Bar -textalignv=1 -textshadow=yes -colour=0xe8981f - -// 300:29 -[com_29] -type=text -width=109 -height=32 -layer=com_25 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Axes - -// 300:30 -[com_30] -type=text -width=109 -height=32 -layer=com_25 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Axes - -// 300:31 -[com_31] -type=text -width=109 -height=32 -layer=com_25 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Axes - -// 300:32 -[com_32] -type=text -width=109 -height=32 -layer=com_25 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Axe - -// 300:33 -[com_33] -type=layer -x=238 -y=5 -width=109 -height=32 -layer=com_15 - -// 300:34 -[com_34] -type=graphic -width=36 -height=32 -layer=com_33 -outline=1 - -// 300:35 -[com_35] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_33 -textfont=p11_full -text=Mace -textalignv=1 -colour=0x000000 - -// 300:36 -[com_36] -type=text -x=36 -y=20 -width=45 -height=12 -layer=com_33 -textfont=p11_full -text=1 Bar -textalignv=1 -textshadow=yes -colour=0xe8981f - -// 300:37 -[com_37] -type=text -width=109 -height=32 -layer=com_33 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Maces - -// 300:38 -[com_38] -type=text -width=109 -height=32 -layer=com_33 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Maces - -// 300:39 -[com_39] -type=text -width=109 -height=32 -layer=com_33 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Maces - -// 300:40 -[com_40] -type=text -width=109 -height=32 -layer=com_33 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Mace - -// 300:41 -[com_41] -type=layer -x=368 -y=5 -width=109 -height=32 -layer=com_15 - -// 300:42 -[com_42] -type=graphic -width=36 -height=32 -layer=com_41 -outline=1 - -// 300:43 -[com_43] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_41 -textfont=p11_full -text=Medium helm -textalignv=1 -colour=0x000000 - -// 300:44 -[com_44] -type=text -x=36 -y=20 -width=45 -height=12 -layer=com_41 -textfont=p11_full -text=1 Bar -textalignv=1 -textshadow=yes -colour=0xe8981f - -// 300:45 -[com_45] -type=text -width=109 -height=32 -layer=com_41 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Medium helms - -// 300:46 -[com_46] -type=text -width=109 -height=32 -layer=com_41 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Medium helms - -// 300:47 -[com_47] -type=text -width=109 -height=32 -layer=com_41 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Medium helms - -// 300:48 -[com_48] -type=text -width=109 -height=32 -layer=com_41 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Medium helm - -// 300:49 -[com_49] -type=layer -x=4 -y=57 -width=114 -height=32 -layer=com_15 - -// 300:50 -[com_50] -type=graphic -width=36 -height=32 -layer=com_49 -outline=1 - -// 300:51 -[com_51] -type=text -x=35 -y=-1 -width=78 -height=21 -layer=com_49 -textfont=p11_full -text=Crossbow bolts -textalignv=1 -colour=0x000000 - -// 300:52 -[com_52] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_49 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:53 -[com_53] -type=text -width=114 -height=32 -layer=com_49 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Bolts - -// 300:54 -[com_54] -type=text -width=114 -height=32 -layer=com_49 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Bolts - -// 300:55 -[com_55] -type=text -width=114 -height=32 -layer=com_49 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Bolts - -// 300:56 -[com_56] -type=text -width=114 -height=32 -layer=com_49 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Bolt - -// 300:57 -[com_57] -type=layer -x=121 -y=57 -width=109 -height=32 -layer=com_15 - -// 300:58 -[com_58] -type=graphic -width=36 -height=32 -layer=com_57 -outline=1 - -// 300:59 -[com_59] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_57 -textfont=p11_full -text=Sword -textalignv=1 -colour=0x000000 - -// 300:60 -[com_60] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_57 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:61 -[com_61] -type=text -width=109 -height=32 -layer=com_57 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Swords - -// 300:62 -[com_62] -type=text -width=109 -height=32 -layer=com_57 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Swords - -// 300:63 -[com_63] -type=text -width=109 -height=32 -layer=com_57 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Swords - -// 300:64 -[com_64] -type=text -width=109 -height=32 -layer=com_57 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Sword - -// 300:65 -[com_65] -type=layer -x=238 -y=57 -width=124 -height=32 -layer=com_15 -hide=yes - -// 300:66 -[com_66] -type=graphic -width=36 -height=32 -layer=com_65 -outline=1 - -// 300:67 -[com_67] -type=text -x=35 -y=-1 -width=90 -height=21 -layer=com_65 -textfont=p11_full -text=Dart tips -textalignv=1 -colour=0x000000 - -// 300:68 -[com_68] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_65 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:69 -[com_69] -type=text -width=124 -height=32 -layer=com_65 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Dart tips - -// 300:70 -[com_70] -type=text -width=124 -height=32 -layer=com_65 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Dart tips - -// 300:71 -[com_71] -type=text -width=124 -height=32 -layer=com_65 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Dart tips - -// 300:72 -[com_72] -type=text -width=124 -height=32 -layer=com_65 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Dart tip - -// 300:73 -[com_73] -type=layer -x=368 -y=57 -width=109 -height=32 -layer=com_15 - -// 300:74 -[com_74] -type=graphic -width=36 -height=32 -layer=com_73 -outline=1 - -// 300:75 -[com_75] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_73 -textfont=p11_full -text=Nails -textalignv=1 -colour=0x000000 - -// 300:76 -[com_76] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_73 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:77 -[com_77] -type=text -width=109 -height=32 -layer=com_73 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Nails - -// 300:78 -[com_78] -type=text -width=109 -height=32 -layer=com_73 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Nails - -// 300:79 -[com_79] -type=text -width=109 -height=32 -layer=com_73 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Nails - -// 300:80 -[com_80] -type=text -width=109 -height=32 -layer=com_73 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Nail - -// 300:81 -[com_81] -type=layer -x=4 -y=109 -width=109 -height=32 -layer=com_15 -hide=yes - -// 300:82 -[com_82] -type=graphic -width=36 -height=32 -layer=com_81 -outline=1 - -// 300:83 -[com_83] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_81 -textfont=p11_full -text=Bronze wire -textalignv=1 -colour=0x000000 - -// 300:84 -[com_84] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_81 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:85 -[com_85] -type=text -width=109 -height=32 -layer=com_81 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Wires - -// 300:86 -[com_86] -type=text -width=109 -height=32 -layer=com_81 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Wires - -// 300:87 -[com_87] -type=text -width=109 -height=32 -layer=com_81 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Wires - -// 300:88 -[com_88] -type=text -width=109 -height=32 -layer=com_81 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Wire - -// 300:89 -[com_89] -type=layer -x=4 -y=109 -width=109 -height=32 -layer=com_15 -hide=yes - -// 300:90 -[com_90] -type=graphic -width=36 -height=32 -layer=com_89 -outline=1 - -// 300:91 -[com_91] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_89 -textfont=p11_full -text=Spit iron -textalignv=1 -colour=0x000000 - -// 300:92 -[com_92] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_89 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:93 -[com_93] -type=text -width=109 -height=32 -layer=com_89 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Iron spits - -// 300:94 -[com_94] -type=text -width=109 -height=32 -layer=com_89 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Iron spits - -// 300:95 -[com_95] -type=text -width=109 -height=32 -layer=com_89 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Iron spits - -// 300:96 -[com_96] -type=text -width=109 -height=32 -layer=com_89 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Iron spit - -// 300:97 -[com_97] -type=layer -x=4 -y=109 -width=109 -height=32 -layer=com_15 -hide=yes - -// 300:98 -[com_98] -type=graphic -width=36 -height=32 -layer=com_97 -outline=1 - -// 300:99 -[com_99] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_97 -textfont=p11_full -text=Studs -textalignv=1 -colour=0x000000 - -// 300:100 -[com_100] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_97 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:101 -[com_101] -type=text -width=109 -height=32 -layer=com_97 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Studs - -// 300:102 -[com_102] -type=text -width=109 -height=32 -layer=com_97 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Studs - -// 300:103 -[com_103] -type=text -width=109 -height=32 -layer=com_97 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Studs - -// 300:104 -[com_104] -type=text -width=109 -height=32 -layer=com_97 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Stud - -// 300:105 -[com_105] -type=layer -x=121 -y=109 -width=109 -height=32 -layer=com_15 - -// 300:106 -[com_106] -type=graphic -width=36 -height=32 -layer=com_105 -outline=1 - -// 300:107 -[com_107] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_105 -textfont=p11_full -text=Arrow tips -textalignv=1 -colour=0x000000 - -// 300:108 -[com_108] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_105 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:109 -[com_109] -type=text -width=109 -height=32 -layer=com_105 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Arrow tips - -// 300:110 -[com_110] -type=text -width=109 -height=32 -layer=com_105 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Arrow tips - -// 300:111 -[com_111] -type=text -width=109 -height=32 -layer=com_105 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Arrow tips - -// 300:112 -[com_112] -type=text -width=109 -height=32 -layer=com_105 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Arrow tip - -// 300:113 -[com_113] -type=layer -x=238 -y=109 -width=109 -height=32 -layer=com_15 - -// 300:114 -[com_114] -type=graphic -width=36 -height=32 -layer=com_113 -outline=1 - -// 300:115 -[com_115] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_113 -textfont=p11_full -text=Scimitar -textalignv=1 -colour=0x000000 - -// 300:116 -[com_116] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_113 -textfont=p11_full -text=2 Bars -textshadow=yes -colour=0xe8981f - -// 300:117 -[com_117] -type=text -width=109 -height=32 -layer=com_113 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Scimitars - -// 300:118 -[com_118] -type=text -width=109 -height=32 -layer=com_113 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Scimitars - -// 300:119 -[com_119] -type=text -width=109 -height=32 -layer=com_113 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Scimitars - -// 300:120 -[com_120] -type=text -width=109 -height=32 -layer=com_113 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Scimitar - -// 300:121 -[com_121] -type=layer -x=368 -y=109 -width=112 -height=32 -layer=com_15 - -// 300:122 -[com_122] -type=graphic -width=36 -height=32 -layer=com_121 -outline=1 - -// 300:123 -[com_123] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_121 -textfont=p11_full -text=Crossbow limbs -textalignv=1 -colour=0x000000 - -// 300:124 -[com_124] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_121 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:125 -[com_125] -type=text -width=112 -height=32 -layer=com_121 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Crossbow limbs - -// 300:126 -[com_126] -type=text -width=112 -height=32 -layer=com_121 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Crossbow limbs - -// 300:127 -[com_127] -type=text -width=112 -height=32 -layer=com_121 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Crossbow limbs - -// 300:128 -[com_128] -type=text -width=112 -height=32 -layer=com_121 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Crossbow limb - -// 300:129 -[com_129] -type=layer -x=4 -y=161 -width=109 -height=32 -layer=com_15 - -// 300:130 -[com_130] -type=graphic -width=36 -height=32 -layer=com_129 -outline=1 - -// 300:131 -[com_131] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_129 -textfont=p11_full -text=Longsword -textalignv=1 -colour=0x000000 - -// 300:132 -[com_132] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_129 -textfont=p11_full -text=2 Bars -textshadow=yes -colour=0xe8981f - -// 300:133 -[com_133] -type=text -width=109 -height=32 -layer=com_129 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Longswords - -// 300:134 -[com_134] -type=text -width=109 -height=32 -layer=com_129 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Longswords - -// 300:135 -[com_135] -type=text -width=109 -height=32 -layer=com_129 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Longswords - -// 300:136 -[com_136] -type=text -width=109 -height=32 -layer=com_129 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Longsword - -// 300:137 -[com_137] -type=layer -x=121 -y=161 -width=109 -height=32 -layer=com_15 - -// 300:138 -[com_138] -type=graphic -width=36 -height=32 -layer=com_137 -outline=1 - -// 300:139 -[com_139] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_137 -textfont=p11_full -text=Throwing knife -textalignv=1 -colour=0x000000 - -// 300:140 -[com_140] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_137 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:141 -[com_141] -type=text -width=109 -height=32 -layer=com_137 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Throwing knives - -// 300:142 -[com_142] -type=text -width=109 -height=32 -layer=com_137 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Throwing knives - -// 300:143 -[com_143] -type=text -width=109 -height=32 -layer=com_137 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Throwing knives - -// 300:144 -[com_144] -type=text -width=109 -height=32 -layer=com_137 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Throwing knife - -// 300:145 -[com_145] -type=layer -x=238 -y=161 -width=109 -height=32 -layer=com_15 - -// 300:146 -[com_146] -type=graphic -width=36 -height=32 -layer=com_145 -outline=1 - -// 300:147 -[com_147] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_145 -textfont=p11_full -text=Full helm -textalignv=1 -colour=0x000000 - -// 300:148 -[com_148] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_145 -textfont=p11_full -text=2 Bars -textshadow=yes -colour=0xe8981f - -// 300:149 -[com_149] -type=text -width=109 -height=32 -layer=com_145 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Full helms - -// 300:150 -[com_150] -type=text -width=109 -height=32 -layer=com_145 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Full helms - -// 300:151 -[com_151] -type=text -width=109 -height=32 -layer=com_145 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Full helms - -// 300:152 -[com_152] -type=text -width=109 -height=32 -layer=com_145 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Full helm - -// 300:153 -[com_153] -type=layer -x=368 -y=161 -width=109 -height=32 -layer=com_15 - -// 300:154 -[com_154] -type=graphic -width=36 -height=32 -layer=com_153 -outline=1 - -// 300:155 -[com_155] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_153 -textfont=p11_full -text=Square shield -textalignv=1 -colour=0x000000 - -// 300:156 -[com_156] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_153 -textfont=p11_full -text=2 Bars -textshadow=yes -colour=0xe8981f - -// 300:157 -[com_157] -type=text -width=109 -height=32 -layer=com_153 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Square shields - -// 300:158 -[com_158] -type=text -width=109 -height=32 -layer=com_153 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Square shields - -// 300:159 -[com_159] -type=text -width=109 -height=32 -layer=com_153 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Square shields - -// 300:160 -[com_160] -type=text -width=109 -height=32 -layer=com_153 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Square shield - -// 300:161 -[com_161] -type=layer -x=4 -y=213 -width=118 -height=32 -layer=com_15 -hide=yes - -// 300:162 -[com_162] -type=graphic -width=36 -height=32 -layer=com_161 -outline=1 - -// 300:163 -[com_163] -type=text -x=35 -y=-1 -width=82 -height=21 -layer=com_161 -textfont=p11_full -text=Bullseye lantern -textalignv=1 -colour=0x000000 - -// 300:164 -[com_164] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_161 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:165 -[com_165] -type=text -width=109 -height=32 -layer=com_161 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Lanterns - -// 300:166 -[com_166] -type=text -width=109 -height=32 -layer=com_161 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Lanterns - -// 300:167 -[com_167] -type=text -width=109 -height=32 -layer=com_161 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Lanterns - -// 300:168 -[com_168] -type=text -width=109 -height=32 -layer=com_161 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Lantern - -// 300:169 -[com_169] -type=layer -x=121 -y=213 -width=109 -height=32 -layer=com_15 -hide=yes - -// 300:170 -[com_170] -type=graphic -width=36 -height=32 -layer=com_169 -outline=1 - -// 300:171 -[com_171] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_169 -textfont=p11_full -text=Grapple tip -textalignv=1 -colour=0x000000 - -// 300:172 -[com_172] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_169 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:173 -[com_173] -type=text -width=109 -height=32 -layer=com_169 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Grapple tips - -// 300:174 -[com_174] -type=text -width=109 -height=32 -layer=com_169 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Grapple tips - -// 300:175 -[com_175] -type=text -width=109 -height=32 -layer=com_169 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Grapple tips - -// 300:176 -[com_176] -type=text -width=109 -height=32 -layer=com_169 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Grapple tip - -// 300:177 -[com_177] -type=layer -x=238 -y=213 -width=109 -height=32 -layer=com_15 - -// 300:178 -[com_178] -type=graphic -width=36 -height=32 -layer=com_177 -outline=1 - -// 300:179 -[com_179] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_177 -textfont=p11_full -text=Warhammer -textalignv=1 -colour=0x000000 - -// 300:180 -[com_180] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_177 -textfont=p11_full -text=3 Bars -textshadow=yes -colour=0xe8981f - -// 300:181 -[com_181] -type=text -width=109 -height=32 -layer=com_177 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Warhammers - -// 300:182 -[com_182] -type=text -width=109 -height=32 -layer=com_177 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Warhammers - -// 300:183 -[com_183] -type=text -width=109 -height=32 -layer=com_177 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Warhammers - -// 300:184 -[com_184] -type=text -width=109 -height=32 -layer=com_177 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Warhammer - -// 300:185 -[com_185] -type=layer -x=368 -y=213 -width=109 -height=32 -layer=com_15 - -// 300:186 -[com_186] -type=graphic -width=36 -height=32 -layer=com_185 -outline=1 - -// 300:187 -[com_187] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_185 -textfont=p11_full -text=Battleaxe -textalignv=1 -colour=0x000000 - -// 300:188 -[com_188] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_185 -textfont=p11_full -text=3 Bars -textshadow=yes -colour=0xe8981f - -// 300:189 -[com_189] -type=text -width=109 -height=32 -layer=com_185 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Battleaxes - -// 300:190 -[com_190] -type=text -width=109 -height=32 -layer=com_185 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Battleaxes - -// 300:191 -[com_191] -type=text -width=109 -height=32 -layer=com_185 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Battleaxes - -// 300:192 -[com_192] -type=text -width=109 -height=32 -layer=com_185 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Battleaxe - -// 300:193 -[com_193] -type=layer -x=4 -y=265 -width=109 -height=32 -layer=com_15 - -// 300:194 -[com_194] -type=graphic -width=36 -height=32 -layer=com_193 -outline=1 - -// 300:195 -[com_195] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_193 -textfont=p11_full -text=Chainbody -textalignv=1 -colour=0x000000 - -// 300:196 -[com_196] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_193 -textfont=p11_full -text=3 Bars -textshadow=yes -colour=0xe8981f - -// 300:197 -[com_197] -type=text -width=109 -height=32 -layer=com_193 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Chainbodies - -// 300:198 -[com_198] -type=text -width=109 -height=32 -layer=com_193 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Chainbodies - -// 300:199 -[com_199] -type=text -width=109 -height=32 -layer=com_193 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Chainbodies - -// 300:200 -[com_200] -type=text -width=109 -height=32 -layer=com_193 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Chainbody - -// 300:201 -[com_201] -type=layer -x=121 -y=265 -width=109 -height=32 -layer=com_15 - -// 300:202 -[com_202] -type=graphic -width=36 -height=32 -layer=com_201 -outline=1 - -// 300:203 -[com_203] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_201 -textfont=p11_full -text=Kiteshield -textalignv=1 -colour=0x000000 - -// 300:204 -[com_204] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_201 -textfont=p11_full -text=3 Bars -textshadow=yes -colour=0xe8981f - -// 300:205 -[com_205] -type=text -width=109 -height=32 -layer=com_201 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Kite shields - -// 300:206 -[com_206] -type=text -width=109 -height=32 -layer=com_201 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Kite shields - -// 300:207 -[com_207] -type=text -width=109 -height=32 -layer=com_201 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Kite shields - -// 300:208 -[com_208] -type=text -width=109 -height=32 -layer=com_201 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Kite shield - -// 300:209 -[com_209] -type=layer -x=238 -y=265 -width=109 -height=32 -layer=com_15 -hide=yes - -// 300:210 -[com_210] -type=graphic -width=36 -height=32 -layer=com_209 -outline=1 - -// 300:211 -[com_211] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_209 -textfont=p11_full -text=Claws -textalignv=1 -colour=0x000000 - -// 300:212 -[com_212] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_209 -textfont=p11_full -text=2 Bars -textshadow=yes -colour=0xe8981f - -// 300:213 -[com_213] -type=text -width=109 -height=32 -layer=com_209 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Claws - -// 300:214 -[com_214] -type=text -width=109 -height=32 -layer=com_209 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Claws - -// 300:215 -[com_215] -type=text -width=109 -height=32 -layer=com_209 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Claws - -// 300:216 -[com_216] -type=text -width=109 -height=32 -layer=com_209 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Claw - -// 300:217 -[com_217] -type=layer -x=364 -y=265 -width=118 -height=32 -layer=com_15 - -// 300:218 -[com_218] -type=graphic -width=36 -height=32 -layer=com_217 -outline=1 - -// 300:219 -[com_219] -type=text -x=35 -y=-1 -width=85 -height=21 -layer=com_217 -textfont=p11_full -text=2-h sword -textalignv=1 -colour=0x000000 - -// 300:220 -[com_220] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_217 -textfont=p11_full -text=3 Bars -textshadow=yes -colour=0xe8981f - -// 300:221 -[com_221] -type=text -width=109 -height=32 -layer=com_217 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All 2-handed swords - -// 300:222 -[com_222] -type=text -width=109 -height=32 -layer=com_217 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X 2-handed swords - -// 300:223 -[com_223] -type=text -width=109 -height=32 -layer=com_217 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 2-handed swords - -// 300:224 -[com_224] -type=text -width=109 -height=32 -layer=com_217 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 2-handed sword - -// 300:225 -[com_225] -type=layer -x=4 -y=317 -width=109 -height=32 -layer=com_15 - -// 300:226 -[com_226] -type=graphic -width=36 -height=32 -layer=com_225 -outline=1 - -// 300:227 -[com_227] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_225 -textfont=p11_full -text=Plateskirt -textalignv=1 -colour=0x000000 - -// 300:228 -[com_228] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_225 -textfont=p11_full -text=3 Bars -textshadow=yes -colour=0xe8981f - -// 300:229 -[com_229] -type=text -width=109 -height=32 -layer=com_225 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Plateskirts - -// 300:230 -[com_230] -type=text -width=109 -height=32 -layer=com_225 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Plateskirts - -// 300:231 -[com_231] -type=text -width=109 -height=32 -layer=com_225 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Plateskirts - -// 300:232 -[com_232] -type=text -width=109 -height=32 -layer=com_225 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Plateskirt - -// 300:233 -[com_233] -type=layer -x=116 -y=317 -width=190 -height=32 -layer=com_15 - -// 300:234 -[com_234] -type=graphic -width=36 -height=32 -layer=com_233 -outline=1 - -// 300:235 -[com_235] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_233 -textfont=p11_full -text=Platelegs -textalignv=1 -colour=0x000000 - -// 300:236 -[com_236] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_233 -textfont=p11_full -text=3 Bars -textshadow=yes -colour=0xe8981f - -// 300:237 -[com_237] -type=text -width=109 -height=32 -layer=com_233 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Platelegs - -// 300:238 -[com_238] -type=text -width=109 -height=32 -layer=com_233 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Platelegs - -// 300:239 -[com_239] -type=text -width=109 -height=32 -layer=com_233 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Platelegs - -// 300:240 -[com_240] -type=text -width=109 -height=32 -layer=com_233 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Platelegs - -// 300:241 -[com_241] -type=layer -x=238 -y=317 -width=109 -height=32 -layer=com_15 - -// 300:242 -[com_242] -type=graphic -width=36 -height=32 -layer=com_241 -outline=1 - -// 300:243 -[com_243] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_241 -textfont=p11_full -text=Platebody -textalignv=1 -colour=0x000000 - -// 300:244 -[com_244] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_241 -textfont=p11_full -text=5 Bars -textshadow=yes -colour=0xe8981f - -// 300:245 -[com_245] -type=text -width=109 -height=32 -layer=com_241 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Platebodies - -// 300:246 -[com_246] -type=text -width=109 -height=32 -layer=com_241 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Platebodies - -// 300:247 -[com_247] -type=text -width=109 -height=32 -layer=com_241 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Platebodies - -// 300:248 -[com_248] -type=text -width=109 -height=32 -layer=com_241 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Platebody - -// 300:249 -[com_249] -type=layer -x=6 -y=55 -width=484 -height=264 -hide=yes - -// 300:250 -[com_250] -type=layer -x=4 -y=5 -width=109 -height=32 -layer=com_249 - -// 300:251 -[com_251] -type=graphic -width=36 -height=32 -layer=com_250 -outline=1 - -// 300:252 -[com_252] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_250 -textfont=p11_full -text=Crossbow bolts -textalignv=1 -colour=0x000000 - -// 300:253 -[com_253] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_250 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:254 -[com_254] -type=text -width=109 -height=32 -layer=com_250 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Bolts - -// 300:255 -[com_255] -type=text -width=109 -height=32 -layer=com_250 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Bolts - -// 300:256 -[com_256] -type=text -width=109 -height=32 -layer=com_250 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Bolts - -// 300:257 -[com_257] -type=text -width=109 -height=32 -layer=com_250 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Bolt - -// 300:258 -[com_258] -type=layer -x=121 -y=5 -width=109 -height=32 -layer=com_249 - -// 300:259 -[com_259] -type=graphic -width=36 -height=32 -layer=com_258 -outline=1 - -// 300:260 -[com_260] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_258 -textfont=p11_full -text=Crossbow limbs -textalignv=1 -colour=0x000000 - -// 300:261 -[com_261] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_258 -textfont=p11_full -text=1 Bar -textshadow=yes -colour=0xe8981f - -// 300:262 -[com_262] -type=text -width=109 -height=32 -layer=com_258 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Crossbow limbs - -// 300:263 -[com_263] -type=text -width=109 -height=32 -layer=com_258 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Crossbow limbs - -// 300:264 -[com_264] -type=text -width=109 -height=32 -layer=com_258 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Crossbow limbs - -// 300:265 -[com_265] -type=text -width=109 -height=32 -layer=com_258 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Crossbow limb - -// 300:266 -[com_266] -type=layer -x=364 -y=317 -width=109 -height=42 -layer=com_15 -hide=yes - -// 300:267 -[com_267] -type=graphic -width=36 -height=32 -layer=com_266 -outline=1 - -// 300:268 -[com_268] -type=text -x=35 -y=-1 -width=75 -height=21 -layer=com_266 -textfont=p11_full -text=Pickaxe -colour=0x000000 - -// 300:269 -[com_269] -type=text -x=36 -y=20 -width=55 -height=12 -layer=com_266 -textfont=p11_full -text=2 Bars -textshadow=yes -colour=0xe8981f - -// 300:270 -[com_270] -type=text -width=109 -height=32 -layer=com_266 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make All Pickaxes - -// 300:271 -[com_271] -type=text -width=109 -height=32 -layer=com_266 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make X Pickaxes - -// 300:272 -[com_272] -type=text -width=109 -height=32 -layer=com_266 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 5 Pickaxes - -// 300:273 -[com_273] -type=text -width=109 -height=32 -layer=com_266 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -op1=Make 1 Pickaxe - diff --git a/dumps/530/interface/interface_301.if3 b/dumps/530/interface/interface_301.if3 deleted file mode 100644 index 66dbf21de..000000000 --- a/dumps/530/interface/interface_301.if3 +++ /dev/null @@ -1,1213 +0,0 @@ -// 301:0 -[com_0] -type=rectangle -x=19 -y=24 -width=476 -height=232 -colour=0x999999 -fill=yes -trans=150 - -// 301:1 -[com_1] -type=graphic -x=27 -y=69 -width=210 -height=25 -graphic=assist_buttton -trans=180 - -// 301:2 -[com_2] -type=graphic -x=27 -y=100 -width=210 -height=25 -graphic=assist_buttton -trans=180 - -// 301:3 -[com_3] -type=graphic -x=27 -y=131 -width=210 -height=25 -graphic=assist_buttton -trans=180 - -// 301:4 -[com_4] -type=graphic -x=27 -y=162 -width=210 -height=25 -graphic=assist_buttton -trans=180 -opbase= - -// 301:5 -[com_5] -type=graphic -x=27 -y=193 -width=210 -height=25 -graphic=assist_buttton -trans=180 -opbase= - -// 301:6 -[com_6] -type=graphic -x=275 -y=69 -width=210 -height=25 -graphic=assist_buttton -trans=180 -opbase= - -// 301:7 -[com_7] -type=graphic -x=275 -y=100 -width=210 -height=25 -graphic=assist_buttton -trans=180 - -// 301:8 -[com_8] -type=graphic -x=275 -y=131 -width=210 -height=25 -graphic=assist_buttton -trans=180 -opbase= - -// 301:9 -[com_9] -type=graphic -x=275 -y=162 -width=210 -height=25 -graphic=assist_buttton -trans=180 - -// 301:10 -[com_10] -type=text -x=27 -y=221 -width=460 -height=32 -textfont=p11_full -text=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xfab432 - -// 301:11 -[com_11] -type=rectangle -x=274 -y=192 -width=212 -height=27 -colour=0x000000 -fill=yes -trans=150 -opbase= -onmouserepeat=script529(event_com) - -// 301:12 -[com_12] -type=rectangle -x=274 -y=192 -width=212 -height=27 -colour=0xb19773 -trans=150 -opbase= -onmouserepeat=script529(event_com) - -// 301:13 -[com_13] -type=layer -x=26 -y=68 -width=212 -height=27 -hide=yes - -// 301:14 -[com_14] -type=rectangle -x=26 -y=68 -width=212 -height=27 -colour=0x006666 -fill=yes -trans=125 -opbase= - -// 301:15 -[com_15] -type=rectangle -x=10 -y=18 -width=212 -height=27 -layer=com_97 -colour=0xffff33 -fill=yes -trans=254 -op1=Toggle Skill On / Off -onmouseover=script526(false, interface_301:com_13, null) -onmouseleave=script526(true, interface_301:com_13, interface_301:com_17) -onmouserepeat=script529(event_com) -onclick=script531(interface_301:com_88, "staticons2,0", "staticons2_off,0", interface_301:com_14) -onrelease=script534(interface_301:com_17) -onhold=script533(interface_301:com_17) - -// 301:16 -[com_16] -type=rectangle -width=212 -height=27 -layer=com_13 -colour=0x006666 -fill=yes -trans=225 - -// 301:17 -[com_17] -type=rectangle -width=212 -height=27 -layer=com_13 -colour=0xffffff -trans=25 - -// 301:18 -[com_18] -type=layer -x=26 -y=99 -width=212 -height=27 -hide=yes - -// 301:19 -[com_19] -type=rectangle -x=26 -y=99 -width=212 -height=27 -colour=0x006666 -fill=yes -trans=125 - -// 301:20 -[com_20] -type=rectangle -x=10 -y=49 -width=212 -height=27 -layer=com_97 -colour=0xffff00 -fill=yes -trans=254 -op1=Toggle Skill On / Off -onmouseover=script526(false, interface_301:com_18, null) -onmouseleave=script526(true, interface_301:com_18, interface_301:com_22) -onmouserepeat=script529(event_com) -onclick=script531(interface_301:com_89, "staticons,10", "staticons_off,10", interface_301:com_19) -onrelease=script534(interface_301:com_22) -onhold=script533(interface_301:com_22) - -// 301:21 -[com_21] -type=rectangle -width=212 -height=27 -layer=com_18 -colour=0x006666 -fill=yes -trans=225 - -// 301:22 -[com_22] -type=rectangle -width=212 -height=27 -layer=com_18 -colour=0xffffff -trans=25 - -// 301:23 -[com_23] -type=layer -x=26 -y=130 -width=212 -height=27 -hide=yes - -// 301:24 -[com_24] -type=rectangle -x=26 -y=130 -width=212 -height=27 -colour=0x006666 -fill=yes -trans=125 - -// 301:25 -[com_25] -type=rectangle -x=10 -y=80 -width=212 -height=27 -layer=com_97 -colour=0xffff00 -fill=yes -trans=254 -op1=Toggle Skill On / Off -onmouseover=script526(false, interface_301:com_23, null) -onmouseleave=script526(true, interface_301:com_23, interface_301:com_27) -onmouserepeat=script529(event_com) -onclick=script531(interface_301:com_90, "staticons,11", "staticons_off,11", interface_301:com_24) -onrelease=script534(interface_301:com_27) -onhold=script533(interface_301:com_27) - -// 301:26 -[com_26] -type=rectangle -width=212 -height=27 -layer=com_23 -colour=0x006666 -fill=yes -trans=225 - -// 301:27 -[com_27] -type=rectangle -width=212 -height=27 -layer=com_23 -colour=0xffffff -trans=25 - -// 301:28 -[com_28] -type=layer -x=26 -y=161 -width=212 -height=27 -hide=yes - -// 301:29 -[com_29] -type=rectangle -x=26 -y=161 -width=212 -height=27 -colour=0x006666 -fill=yes -trans=125 - -// 301:30 -[com_30] -type=rectangle -x=10 -y=111 -width=212 -height=27 -layer=com_97 -colour=0xffff00 -fill=yes -trans=254 -op1=Toggle Skill On / Off -onmouseover=script526(false, interface_301:com_28, null) -onmouseleave=script526(true, interface_301:com_28, interface_301:com_32) -onmouserepeat=script529(event_com) -onclick=script531(interface_301:com_91, "staticons2,6", "staticons2_off,6", interface_301:com_29) -onrelease=script534(interface_301:com_32) -onhold=script533(interface_301:com_32) - -// 301:31 -[com_31] -type=rectangle -width=212 -height=27 -layer=com_28 -colour=0x006666 -fill=yes -trans=225 - -// 301:32 -[com_32] -type=rectangle -width=212 -height=27 -layer=com_28 -colour=0xffffff -trans=25 - -// 301:33 -[com_33] -type=layer -x=26 -y=192 -width=212 -height=27 -hide=yes -opbase= - -// 301:34 -[com_34] -type=rectangle -x=26 -y=192 -width=212 -height=27 -colour=0x006666 -fill=yes -trans=125 - -// 301:35 -[com_35] -type=rectangle -x=10 -y=142 -width=212 -height=27 -layer=com_97 -colour=0xffff00 -fill=yes -trans=254 -op1=Toggle Skill On / Off -onmouseover=script526(false, interface_301:com_33, null) -onmouseleave=script526(true, interface_301:com_33, interface_301:com_37) -onmouserepeat=script529(event_com) -onclick=script531(interface_301:com_92, "staticons2,2", "staticons2_off,2", interface_301:com_34) -onrelease=script534(interface_301:com_37) -onhold=script533(interface_301:com_37) - -// 301:36 -[com_36] -type=rectangle -width=212 -height=27 -layer=com_33 -colour=0x006666 -fill=yes -trans=225 - -// 301:37 -[com_37] -type=rectangle -width=212 -height=27 -layer=com_33 -colour=0xffffff -trans=25 - -// 301:38 -[com_38] -type=layer -x=274 -y=68 -width=212 -height=27 -hide=yes - -// 301:39 -[com_39] -type=rectangle -x=274 -y=68 -width=212 -height=27 -colour=0x006666 -fill=yes -trans=125 - -// 301:40 -[com_40] -type=rectangle -x=258 -y=18 -width=212 -height=27 -layer=com_97 -colour=0xffff00 -fill=yes -trans=254 -op1=Toggle Skill On / Off -onmouseover=script526(false, interface_301:com_38, null) -onmouseleave=script526(true, interface_301:com_38, interface_301:com_42) -onmouserepeat=script529(event_com) -onclick=script531(interface_301:com_93, "staticons,5", "staticons_off,5", interface_301:com_39) -onrelease=script534(interface_301:com_42) -onhold=script533(interface_301:com_42) - -// 301:41 -[com_41] -type=rectangle -width=212 -height=27 -layer=com_38 -colour=0x006666 -fill=yes -trans=225 - -// 301:42 -[com_42] -type=rectangle -width=212 -height=27 -layer=com_38 -colour=0xffffff -trans=25 - -// 301:43 -[com_43] -type=layer -x=274 -y=99 -width=212 -height=27 -hide=yes - -// 301:44 -[com_44] -type=rectangle -x=274 -y=99 -width=212 -height=27 -colour=0x006666 -fill=yes -trans=125 - -// 301:45 -[com_45] -type=rectangle -x=258 -y=49 -width=212 -height=27 -layer=com_97 -colour=0xffff00 -fill=yes -trans=254 -op1=Toggle Skill On / Off -onmouseover=script526(false, interface_301:com_43, null) -onmouseleave=script526(true, interface_301:com_43, interface_301:com_47) -onmouserepeat=script529(event_com) -onclick=script531(interface_301:com_94, "staticons,13", "staticons_off,13", interface_301:com_44) -onrelease=script534(interface_301:com_47) -onhold=script533(interface_301:com_47) - -// 301:46 -[com_46] -type=rectangle -width=212 -height=27 -layer=com_43 -colour=0x006666 -fill=yes -trans=225 - -// 301:47 -[com_47] -type=rectangle -width=212 -height=27 -layer=com_43 -colour=0xffffff -trans=25 - -// 301:48 -[com_48] -type=layer -x=274 -y=130 -width=212 -height=27 -hide=yes - -// 301:49 -[com_49] -type=rectangle -x=274 -y=130 -width=212 -height=27 -colour=0x006666 -fill=yes -trans=125 - -// 301:50 -[com_50] -type=rectangle -x=258 -y=80 -width=212 -height=27 -layer=com_97 -colour=0xffff00 -fill=yes -trans=254 -op1=Toggle Skill On / Off -onmouseover=script526(false, interface_301:com_48, null) -onmouseleave=script526(true, interface_301:com_48, interface_301:com_52) -onmouserepeat=script529(event_com) -onclick=script531(interface_301:com_95, "staticons,15", "staticons_off,15", interface_301:com_49) -onrelease=script534(interface_301:com_52) -onhold=script533(interface_301:com_52) - -// 301:51 -[com_51] -type=rectangle -width=212 -height=27 -layer=com_48 -colour=0x006666 -fill=yes -trans=225 - -// 301:52 -[com_52] -type=rectangle -width=212 -height=27 -layer=com_48 -colour=0xffffff -trans=25 - -// 301:53 -[com_53] -type=layer -x=274 -y=161 -width=212 -height=27 -hide=yes - -// 301:54 -[com_54] -type=rectangle -x=274 -y=161 -width=212 -height=27 -colour=0x006666 -fill=yes -trans=125 - -// 301:55 -[com_55] -type=rectangle -x=258 -y=111 -width=212 -height=27 -layer=com_97 -colour=0xffff00 -fill=yes -trans=254 -op1=Toggle Skill On / Off -onmouseover=script526(false, interface_301:com_53, null) -onmouseleave=script526(true, interface_301:com_53, interface_301:com_57) -onmouserepeat=script529(event_com) -onclick=script531(interface_301:com_96, "staticons,8", "staticons_off,8", interface_301:com_54) -onrelease=script534(interface_301:com_57) -onhold=script533(interface_301:com_57) - -// 301:56 -[com_56] -type=rectangle -width=212 -height=27 -layer=com_53 -colour=0x006666 -fill=yes -trans=225 - -// 301:57 -[com_57] -type=rectangle -width=212 -height=27 -layer=com_53 -colour=0xffffff -trans=25 - -// 301:58 -[com_58] -type=graphic -x=472 -y=32 -width=16 -height=16 -graphic="v2_stone_close_button,0" -trans=20 -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 301:59 -[com_59] -type=graphic -x=16 -y=24 -width=32 -height=27 -graphic="v2_borders_slim,4" -tiling=yes -trans=64 - -// 301:60 -[com_60] -type=graphic -x=16 -y=227 -width=32 -height=32 -graphic="v2_borders_slim,6" -trans=64 - -// 301:61 -[com_61] -type=graphic -x=465 -y=227 -width=32 -height=32 -graphic="v2_borders_slim,7" -trans=64 -opbase= - -// 301:62 -[com_62] -type=graphic -x=465 -y=24 -width=32 -height=27 -graphic="v2_borders_slim,5" -tiling=yes -trans=64 - -// 301:63 -[com_63] -type=graphic -x=48 -y=11 -width=417 -height=32 -graphic="v2_borders_slim,0" -tiling=yes -trans=64 - -// 301:64 -[com_64] -type=graphic -x=3 -y=63 -width=32 -height=164 -graphic="v2_borders_slim,1" -tiling=yes -trans=64 - -// 301:65 -[com_65] -type=graphic -x=48 -y=243 -width=417 -height=32 -graphic="v2_borders_slim,0" -tiling=yes -trans=64 - -// 301:66 -[com_66] -type=graphic -x=477 -y=62 -width=32 -height=165 -graphic="v2_borders_slim,3" -tiling=yes -trans=64 - -// 301:67 -[com_67] -type=graphic -x=16 -y=40 -width=32 -height=32 -graphic="v2_borders_slim,9" -trans=64 - -// 301:68 -[com_68] -type=graphic -x=23 -y=38 -width=466 -height=32 -graphic="v2_borders_slim,8" -tiling=yes -trans=64 - -// 301:69 -[com_69] -type=graphic -x=465 -y=40 -width=32 -height=32 -graphic="v2_borders_slim,10" -trans=64 - -// 301:70 -[com_70] -type=text -x=58 -y=75 -width=135 -height=16 -textfont=p12_full -text=Runecrafting XP -textshadow=yes -colour=0xfab432 -onvartransmit=script524(event_com, interface_301:com_71) -onvartransmitlist=varplayer_1088,varplayer_1087 - -// 301:71 -[com_71] -type=text -x=192 -y=75 -width=35 -height=16 -textfont=p12_full -text=XP -textshadow=yes -colour=0xf3922a -onload=script521 -onstattransmit=script522(event_com, runecraft) -onstattransmitlist=runecraft - -// 301:72 -[com_72] -type=text -x=58 -y=106 -width=135 -height=16 -textfont=p12_full -text=Crafting XP -textshadow=yes -colour=0xfab432 -onvartransmit=script524(event_com, interface_301:com_73) -onvartransmitlist=varplayer_1088,varplayer_1087 - -// 301:73 -[com_73] -type=text -x=192 -y=106 -width=35 -height=16 -textfont=p12_full -text=XP -textshadow=yes -colour=0xf3922a -onstattransmit=script522(event_com, crafting) -onstattransmitlist=crafting - -// 301:74 -[com_74] -type=text -x=58 -y=136 -width=135 -height=16 -textfont=p12_full -text=Fletching XP -textshadow=yes -colour=0xfab432 -onvartransmit=script524(event_com, interface_301:com_75) -onvartransmitlist=varplayer_1088,varplayer_1087 - -// 301:75 -[com_75] -type=text -x=192 -y=136 -width=35 -height=16 -textfont=p12_full -text=XP -textshadow=yes -colour=0xf3922a -opbase=m -onstattransmit=script522(event_com, fletching) -onstattransmitlist=fletching - -// 301:76 -[com_76] -type=text -x=58 -y=168 -width=135 -height=16 -textfont=p12_full -text=Construction XP -textshadow=yes -colour=0xfab432 -onvartransmit=script524(event_com, interface_301:com_77) -onvartransmitlist=varplayer_1088,varplayer_1087 - -// 301:77 -[com_77] -type=text -x=192 -y=168 -width=35 -height=16 -textfont=p12_full -text=XP -textshadow=yes -colour=0xf3922a -onstattransmit=script522(event_com, construction) -onstattransmitlist=construction - -// 301:78 -[com_78] -type=text -x=58 -y=199 -width=135 -height=16 -textfont=p12_full -text=Farming XP -textshadow=yes -colour=0xfab432 -onvartransmit=script524(event_com, interface_301:com_79) -onvartransmitlist=varplayer_1088,varplayer_1087 - -// 301:79 -[com_79] -type=text -x=192 -y=199 -width=35 -height=16 -textfont=p12_full -text=XP -textshadow=yes -colour=0xf3922a -opbase=m -onstattransmit=script522(event_com, farming) -onstattransmitlist=farming - -// 301:80 -[com_80] -type=text -x=305 -y=75 -width=135 -height=16 -textfont=p12_full -text=Magic XP -textshadow=yes -colour=0xfab432 -onvartransmit=script524(event_com, interface_301:com_81) -onvartransmitlist=varplayer_1088,varplayer_1087 - -// 301:81 -[com_81] -type=text -x=439 -y=75 -width=35 -height=16 -textfont=p12_full -text=XP -textshadow=yes -colour=0xf3922a -onload=script521 -onstattransmit=script522(event_com, magic) -onstattransmitlist=magic - -// 301:82 -[com_82] -type=text -x=305 -y=106 -width=135 -height=16 -textfont=p12_full -text=Smithing XP -textshadow=yes -colour=0xfab432 -onvartransmit=script524(event_com, interface_301:com_83) -onvartransmitlist=varplayer_1088,varplayer_1087 - -// 301:83 -[com_83] -type=text -x=439 -y=106 -width=35 -height=16 -textfont=p12_full -text=XP -textshadow=yes -colour=0xf3922a -onload=script521 -onstattransmit=script522(event_com, smithing) -onstattransmitlist=smithing - -// 301:84 -[com_84] -type=text -x=305 -y=136 -width=135 -height=16 -textfont=p12_full -text=Cooking XP -textshadow=yes -colour=0xfab432 -onvartransmit=script524(event_com, interface_301:com_85) -onvartransmitlist=varplayer_1088,varplayer_1087 - -// 301:85 -[com_85] -type=text -x=439 -y=136 -width=35 -height=16 -textfont=p12_full -text=XP -textshadow=yes -colour=0xf3922a -onload=script521 -onstattransmit=script522(event_com, cooking) -onstattransmitlist=cooking - -// 301:86 -[com_86] -type=text -x=305 -y=168 -width=135 -height=16 -textfont=p12_full -text=Herblore XP -textshadow=yes -colour=0xfab432 -onvartransmit=script524(event_com, interface_301:com_87) -onvartransmitlist=varplayer_1088,varplayer_1087 - -// 301:87 -[com_87] -type=text -x=439 -y=168 -width=35 -height=16 -textfont=p12_full -text=XP -textshadow=yes -colour=0xf3922a -opbase=m -onstattransmit=script522(event_com, herblore) -onstattransmitlist=herblore - -// 301:88 -[com_88] -type=graphic -x=29 -y=69 -width=25 -height=25 -graphic="staticons2,0" -trans=20 -onload=script527 -onvartransmit=script527 -onvartransmitlist=varplayer_1087 - -// 301:89 -[com_89] -type=graphic -x=29 -y=101 -width=25 -height=25 -graphic="staticons,10" -trans=20 - -// 301:90 -[com_90] -type=graphic -x=29 -y=130 -width=25 -height=25 -graphic="staticons,11" -trans=20 - -// 301:91 -[com_91] -type=graphic -x=29 -y=161 -width=25 -height=25 -graphic="staticons2,6" -trans=20 - -// 301:92 -[com_92] -type=graphic -x=29 -y=193 -width=25 -height=25 -graphic="staticons2,2" -trans=20 - -// 301:93 -[com_93] -type=graphic -x=277 -y=68 -width=25 -height=25 -graphic="staticons,5" -trans=20 - -// 301:94 -[com_94] -type=graphic -x=277 -y=100 -width=25 -height=25 -graphic="staticons,13" -trans=20 - -// 301:95 -[com_95] -type=graphic -x=277 -y=131 -width=25 -height=25 -graphic="staticons,15" -trans=20 - -// 301:96 -[com_96] -type=graphic -x=277 -y=163 -width=25 -height=25 -graphic="staticons,8" -trans=20 - -// 301:97 -[com_97] -type=layer -x=16 -y=50 -width=486 -height=212 - -// 301:98 -[com_98] -type=text -x=273 -y=149 -width=135 -height=16 -layer=com_97 -textfont=p12_full -text=Total XP earned -textshadow=yes -colour=0xfab432 -onvartransmit=script524(event_com, interface_301:com_99) -onvartransmitlist=varplayer_1088 - -// 301:99 -[com_99] -type=text -x=425 -y=149 -width=35 -height=16 -layer=com_97 -textfont=p12_full -text=XP -textshadow=yes -colour=0xf3922a -onvartransmit=script535(event_com) -onvartransmitlist=varplayer_1088 - -// 301:100 -[com_100] -type=layer -x=179 -y=52 -width=115 -height=133 -layer=com_97 -onmouseleave=script40(interface_301:com_100) - -// 301:101 -[com_101] -type=text -x=20 -y=34 -width=448 -height=18 -textfont=b12_full -text=Assist System XP Display - You are assisting -textalignh=1 -textshadow=yes -colour=0xff9900 - diff --git a/dumps/530/interface/interface_302.if b/dumps/530/interface/interface_302.if deleted file mode 100644 index 6e0436f7f..000000000 --- a/dumps/530/interface/interface_302.if +++ /dev/null @@ -1,18 +0,0 @@ -// 302:0 -[com_0] - -// 302:1 -[com_1] - -// 302:2 -[com_2] - -// 302:3 -[com_3] - -// 302:4 -[com_4] - -// 302:5 -[com_5] - diff --git a/dumps/530/interface/interface_303.if b/dumps/530/interface/interface_303.if deleted file mode 100644 index e8363f0d2..000000000 --- a/dumps/530/interface/interface_303.if +++ /dev/null @@ -1,39 +0,0 @@ -// 303:0 -[com_0] - -// 303:1 -[com_1] - -// 303:2 -[com_2] - -// 303:3 -[com_3] - -// 303:4 -[com_4] - -// 303:5 -[com_5] - -// 303:6 -[com_6] - -// 303:7 -[com_7] - -// 303:8 -[com_8] - -// 303:9 -[com_9] - -// 303:10 -[com_10] - -// 303:11 -[com_11] - -// 303:12 -[com_12] - diff --git a/dumps/530/interface/interface_304.if b/dumps/530/interface/interface_304.if deleted file mode 100644 index 61340b2a3..000000000 --- a/dumps/530/interface/interface_304.if +++ /dev/null @@ -1,54 +0,0 @@ -// 304:0 -[com_0] - -// 304:1 -[com_1] - -// 304:2 -[com_2] - -// 304:3 -[com_3] - -// 304:4 -[com_4] - -// 304:5 -[com_5] - -// 304:6 -[com_6] - -// 304:7 -[com_7] - -// 304:8 -[com_8] - -// 304:9 -[com_9] - -// 304:10 -[com_10] - -// 304:11 -[com_11] - -// 304:12 -[com_12] - -// 304:13 -[com_13] - -// 304:14 -[com_14] - -// 304:15 -[com_15] - -// 304:16 -[com_16] - -// 304:17 -[com_17] - diff --git a/dumps/530/interface/interface_305.if b/dumps/530/interface/interface_305.if deleted file mode 100644 index 0b57958a4..000000000 --- a/dumps/530/interface/interface_305.if +++ /dev/null @@ -1,69 +0,0 @@ -// 305:0 -[com_0] - -// 305:1 -[com_1] - -// 305:2 -[com_2] - -// 305:3 -[com_3] - -// 305:4 -[com_4] - -// 305:5 -[com_5] - -// 305:6 -[com_6] - -// 305:7 -[com_7] - -// 305:8 -[com_8] - -// 305:9 -[com_9] - -// 305:10 -[com_10] - -// 305:11 -[com_11] - -// 305:12 -[com_12] - -// 305:13 -[com_13] - -// 305:14 -[com_14] - -// 305:15 -[com_15] - -// 305:16 -[com_16] - -// 305:17 -[com_17] - -// 305:18 -[com_18] - -// 305:19 -[com_19] - -// 305:20 -[com_20] - -// 305:21 -[com_21] - -// 305:22 -[com_22] - diff --git a/dumps/530/interface/interface_306.if b/dumps/530/interface/interface_306.if deleted file mode 100644 index 8fde2b989..000000000 --- a/dumps/530/interface/interface_306.if +++ /dev/null @@ -1,84 +0,0 @@ -// 306:0 -[com_0] - -// 306:1 -[com_1] - -// 306:2 -[com_2] - -// 306:3 -[com_3] - -// 306:4 -[com_4] - -// 306:5 -[com_5] - -// 306:6 -[com_6] - -// 306:7 -[com_7] - -// 306:8 -[com_8] - -// 306:9 -[com_9] - -// 306:10 -[com_10] - -// 306:11 -[com_11] - -// 306:12 -[com_12] - -// 306:13 -[com_13] - -// 306:14 -[com_14] - -// 306:15 -[com_15] - -// 306:16 -[com_16] - -// 306:17 -[com_17] - -// 306:18 -[com_18] - -// 306:19 -[com_19] - -// 306:20 -[com_20] - -// 306:21 -[com_21] - -// 306:22 -[com_22] - -// 306:23 -[com_23] - -// 306:24 -[com_24] - -// 306:25 -[com_25] - -// 306:26 -[com_26] - -// 306:27 -[com_27] - diff --git a/dumps/530/interface/interface_307.if b/dumps/530/interface/interface_307.if deleted file mode 100644 index 787caf84d..000000000 --- a/dumps/530/interface/interface_307.if +++ /dev/null @@ -1,24 +0,0 @@ -// 307:0 -[com_0] - -// 307:1 -[com_1] - -// 307:2 -[com_2] - -// 307:3 -[com_3] - -// 307:4 -[com_4] - -// 307:5 -[com_5] - -// 307:6 -[com_6] - -// 307:7 -[com_7] - diff --git a/dumps/530/interface/interface_308.if b/dumps/530/interface/interface_308.if deleted file mode 100644 index eaaf025ef..000000000 --- a/dumps/530/interface/interface_308.if +++ /dev/null @@ -1,36 +0,0 @@ -// 308:0 -[com_0] - -// 308:1 -[com_1] - -// 308:2 -[com_2] - -// 308:3 -[com_3] - -// 308:4 -[com_4] - -// 308:5 -[com_5] - -// 308:6 -[com_6] - -// 308:7 -[com_7] - -// 308:8 -[com_8] - -// 308:9 -[com_9] - -// 308:10 -[com_10] - -// 308:11 -[com_11] - diff --git a/dumps/530/interface/interface_309.if b/dumps/530/interface/interface_309.if deleted file mode 100644 index 1996da92c..000000000 --- a/dumps/530/interface/interface_309.if +++ /dev/null @@ -1,24 +0,0 @@ -// 309:0 -[com_0] - -// 309:1 -[com_1] - -// 309:2 -[com_2] - -// 309:3 -[com_3] - -// 309:4 -[com_4] - -// 309:5 -[com_5] - -// 309:6 -[com_6] - -// 309:7 -[com_7] - diff --git a/dumps/530/interface/interface_31.if3 b/dumps/530/interface/interface_31.if3 deleted file mode 100644 index eef1d12c3..000000000 --- a/dumps/530/interface/interface_31.if3 +++ /dev/null @@ -1,448 +0,0 @@ -// 31:0 -[com_0] -type=rectangle -x=91 -y=66 -width=334 -height=221 -colour=0x000000 -fill=yes -trans=200 - -// 31:1 -[com_1] -type=graphic -x=88 -y=60 -width=326 -height=213 -graphic=tradebacking -tiling=yes - -// 31:2 -[com_2] -type=layer -x=320 -y=220 -width=80 -height=45 -op1=Select - -// 31:3 -[com_3] -type=text -x=97 -y=65 -width=309 -height=16 -textfont=b12_full -text=Challenge: Select Game -textshadow=yes -colour=0xffaa44 - -// 31:4 -[com_4] -type=rectangle -x=6 -y=6 -width=72 -height=33 -layer=com_2 -colour=0x000000 -fill=yes - -// 31:5 -[com_5] -type=text -x=7 -y=7 -width=65 -height=30 -layer=com_2 -textfont=p12_full -text=Select -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 31:6 -[com_6] -type=layer -x=103 -y=102 -width=295 -height=158 - -// 31:7 -[com_7] -type=graphic -x=2 -y=29 -width=15 -height=15 -layer=com_6 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(event_com, interface_31:com_8, interface_31:com_15, interface_31:com_18) - -// 31:8 -[com_8] -type=graphic -x=2 -y=59 -width=15 -height=15 -layer=com_6 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(event_com, interface_31:com_7, interface_31:com_15, interface_31:com_18) - -// 31:9 -[com_9] -type=text -x=24 -y=29 -width=80 -height=14 -layer=com_6 -textfont=p12_full -text=Draughts -textshadow=yes -colour=0xffaa44 -op1=Select -onclick=script1422(interface_31:com_7, interface_31:com_8, interface_31:com_15, interface_31:com_18) - -// 31:10 -[com_10] -type=text -x=24 -y=59 -width=80 -height=14 -layer=com_6 -textfont=p12_full -text=Runelink -textshadow=yes -colour=0xffaa44 -op1=Select -onclick=script1422(interface_31:com_8, interface_31:com_7, interface_31:com_15, interface_31:com_18) - -// 31:11 -[com_11] -type=text -x=117 -y=29 -width=80 -height=15 -layer=com_6 -textfont=p12_full -text=100 vs 100 -textshadow=yes -colour=0xaaaaaa - -// 31:12 -[com_12] -type=text -x=117 -y=59 -width=80 -height=14 -layer=com_6 -textfont=p12_full -text=100 vs 100 -textshadow=yes -colour=0xaaaaaa - -// 31:13 -[com_13] -type=text -x=24 -y=4 -width=80 -height=15 -layer=com_6 -textfont=p12_full -text=Game: -textshadow=yes -colour=0xffaa44 - -// 31:14 -[com_14] -type=text -x=117 -y=4 -width=177 -height=17 -layer=com_6 -textfont=p12_full -text=Ranks (mine vs opponent's): -textshadow=yes -colour=0xffaa44 - -// 31:15 -[com_15] -type=graphic -x=2 -y=89 -width=15 -height=15 -layer=com_6 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(event_com, interface_31:com_8, interface_31:com_7, interface_31:com_18) - -// 31:16 -[com_16] -type=text -x=24 -y=89 -width=80 -height=14 -layer=com_6 -textfont=p12_full -text=Runesquares -textshadow=yes -colour=0xffaa44 -op1=Select -onclick=script1422(interface_31:com_15, interface_31:com_8, interface_31:com_7, interface_31:com_18) - -// 31:17 -[com_17] -type=text -x=117 -y=89 -width=80 -height=14 -layer=com_6 -textfont=p12_full -text=100 vs 100 -textshadow=yes -colour=0xaaaaaa - -// 31:18 -[com_18] -type=graphic -x=2 -y=119 -width=15 -height=15 -layer=com_6 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(event_com, interface_31:com_8, interface_31:com_15, interface_31:com_7) - -// 31:19 -[com_19] -type=text -x=24 -y=119 -width=80 -height=14 -layer=com_6 -textfont=p12_full -text=Runeversi -textshadow=yes -colour=0xffaa44 -op1=Select -onclick=script1422(interface_31:com_18, interface_31:com_8, interface_31:com_15, interface_31:com_7) - -// 31:20 -[com_20] -type=text -x=117 -y=119 -width=80 -height=14 -layer=com_6 -textfont=p12_full -text=100 vs 100 -textshadow=yes -colour=0xaaaaaa - -// 31:21 -[com_21] -type=graphic -x=390 -y=64 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 31:22 -[com_22] -type=graphic -x=71 -y=93 -width=32 -height=179 -graphic="v2_stone_borders,13" -tiling=yes - -// 31:23 -[com_23] -type=graphic -x=116 -y=41 -width=269 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 31:24 -[com_24] -type=graphic -x=95 -y=70 -width=311 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 31:25 -[com_25] -type=graphic -x=116 -y=259 -width=269 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 31:26 -[com_26] -type=graphic -x=84 -y=54 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 31:27 -[com_27] -type=graphic -x=84 -y=247 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 31:28 -[com_28] -type=graphic -x=84 -y=72 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 31:29 -[com_29] -type=graphic -x=385 -y=54 -width=32 -height=32 -graphic="v2_stone_borders,5" -opbase= - -// 31:30 -[com_30] -type=graphic -x=385 -y=247 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 31:31 -[com_31] -type=graphic -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,18" -tiling=yes - -// 31:32 -[com_32] -type=graphic -y=12 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,20" -tiling=yes - -// 31:33 -[com_33] -type=graphic -x=47 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,19" -tiling=yes - -// 31:34 -[com_34] -type=graphic -x=47 -y=12 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,21" -tiling=yes - -// 31:35 -[com_35] -type=graphic -x=25 -y=-14 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,8" -tiling=yes - -// 31:36 -[com_36] -type=graphic -x=24 -y=24 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,8" -tiling=yes - -// 31:37 -[com_37] -type=graphic -x=385 -y=72 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 31:38 -[com_38] -type=graphic -x=397 -y=93 -width=32 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - diff --git a/dumps/530/interface/interface_310.if3 b/dumps/530/interface/interface_310.if3 deleted file mode 100644 index 0ffbb4a94..000000000 --- a/dumps/530/interface/interface_310.if3 +++ /dev/null @@ -1,88 +0,0 @@ -// 310:0 -[com_0] -type=graphic -x=52 -y=42 -width=24 -height=24 -graphic="magicon,19" -op1=Cast -onload=script6(event_com, interface_310:com_7, "magicon,19", "magicoff,19", 39, "Crumble Undead", "Hits skeletons, ghosts, shades & zombies hard", obj_557, 2, obj_556, 2, obj_562, 1, null, string_0) - -// 310:1 -[com_1] -type=graphic -x=116 -y=42 -width=24 -height=24 -graphic="magicon2,5" -op1=Cast -onload=script6(event_com, interface_310:com_7, "magicon2,5", "magicoff2,5", 50, "Magic Dart", "A magic dart of slaying", obj_4170, 1, obj_560, 1, obj_558, 4, null, string_0) - -// 310:2 -[com_2] -type=graphic -x=52 -y=107 -width=24 -height=24 -graphic="magicon,31" -op1=Cast -onload=script6(event_com, interface_310:com_7, "magicon,31", "magicoff,31", 62, "Wind Wave", "A high level Air missle", obj_556, 5, obj_565, 1, null, 0, null, string_0) - -// 310:3 -[com_3] -type=graphic -x=116 -y=107 -width=24 -height=24 -graphic="magicon,33" -op1=Cast -onload=script6(event_com, interface_310:com_7, "magicon,33", "magicoff,33", 65, "Water Wave", "A high level Water missle", obj_555, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 310:4 -[com_4] -type=graphic -x=51 -y=173 -width=24 -height=24 -graphic="magicon,36" -op1=Cast -onload=script6(event_com, interface_310:com_7, "magicon,36", "magicoff,36", 70, "Earth Wave", "A high level Earth missle", obj_557, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 310:5 -[com_5] -type=graphic -x=115 -y=173 -width=24 -height=24 -graphic="magicon,37" -op1=Cast -onload=script6(event_com, interface_310:com_7, "magicon,37", "magicoff,37", 75, "Fire Wave", "A high level Fire missle", obj_554, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 310:6 -[com_6] -type=text -x=125 -y=240 -width=60 -height=16 -textfont=p12_full -text=Cancel -textalignh=1 -textshadow=yes -colour=0x808080 -op1=Cancel -onmouseover=script45(event_com, 0xc8c8c8) -onmouseleave=script45(event_com, 0x808080) - -// 310:7 -[com_7] -type=layer -width=190 -height=261 - diff --git a/dumps/530/interface/interface_311.if b/dumps/530/interface/interface_311.if deleted file mode 100644 index 8d808c907..000000000 --- a/dumps/530/interface/interface_311.if +++ /dev/null @@ -1,147 +0,0 @@ -// 311:0 -[com_0] - -// 311:1 -[com_1] - -// 311:2 -[com_2] - -// 311:3 -[com_3] - -// 311:4 -[com_4] - -// 311:5 -[com_5] - -// 311:6 -[com_6] - -// 311:7 -[com_7] - -// 311:8 -[com_8] - -// 311:9 -[com_9] - -// 311:10 -[com_10] - -// 311:11 -[com_11] - -// 311:12 -[com_12] - -// 311:13 -[com_13] - -// 311:14 -[com_14] - -// 311:15 -[com_15] - -// 311:16 -[com_16] - -// 311:17 -[com_17] - -// 311:18 -[com_18] - -// 311:19 -[com_19] - -// 311:20 -[com_20] - -// 311:21 -[com_21] - -// 311:22 -[com_22] - -// 311:23 -[com_23] - -// 311:24 -[com_24] - -// 311:25 -[com_25] - -// 311:26 -[com_26] - -// 311:27 -[com_27] - -// 311:28 -[com_28] - -// 311:29 -[com_29] - -// 311:30 -[com_30] - -// 311:31 -[com_31] - -// 311:32 -[com_32] - -// 311:33 -[com_33] - -// 311:34 -[com_34] - -// 311:35 -[com_35] - -// 311:36 -[com_36] - -// 311:37 -[com_37] - -// 311:38 -[com_38] - -// 311:39 -[com_39] - -// 311:40 -[com_40] - -// 311:41 -[com_41] - -// 311:42 -[com_42] - -// 311:43 -[com_43] - -// 311:44 -[com_44] - -// 311:45 -[com_45] - -// 311:46 -[com_46] - -// 311:47 -[com_47] - -// 311:48 -[com_48] - diff --git a/dumps/530/interface/interface_312.if3 b/dumps/530/interface/interface_312.if3 deleted file mode 100644 index 80d89b420..000000000 --- a/dumps/530/interface/interface_312.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 312:0 -[com_0] -type=model -x=3 -y=3 -width=475 -height=91 -model=model_32404 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=1980 -modelangle_y=0 -modelangle_z=0 -modelzoom=268 -unknown100=0 -unknown101=3000 - -// 312:1 -[com_1] -type=text -x=29 -y=17 -width=420 -height=60 -textfont=p12_full -text=This sneaky gublinch wanted to set up a webcam conversation with a player! The player refused and sensibly used the Report Abuse button to enable us to catch him. -textshadow=yes -colour=0xccb400 - -// 312:2 -[com_2] -type=graphic -x=435 -y=52 -width=23 -height=23 -graphic="ame_confirm_button_no_back,1" -op1=Close -onmouseover=script44(event_com, "ame_confirm_button_no_back,0") -onmouseleave=script44(event_com, "ame_confirm_button_no_back,1") -onop=script29 - diff --git a/dumps/530/interface/interface_313.if3 b/dumps/530/interface/interface_313.if3 deleted file mode 100644 index 9082babfc..000000000 --- a/dumps/530/interface/interface_313.if3 +++ /dev/null @@ -1,54 +0,0 @@ -// 313:0 -[com_0] -type=model -x=241 -y=172 -width=32 -height=32 -model=model_6234 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=2047 -modelangle_y=2 -modelangle_z=0 -modelzoom=64 -modelanim=seq_1921 -unknown100=0 -unknown101=3000 - -// 313:1 -[com_1] -type=model -x=248 -y=412 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=2047 -modelangle_y=2 -modelangle_z=0 -modelzoom=64 -modelanim=seq_1921 -unknown100=0 -unknown101=3000 - -// 313:2 -[com_2] -type=model -x=257 -y=39 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=2047 -modelangle_y=2 -modelangle_z=0 -modelzoom=64 -modelanim=seq_1921 -unknown100=0 -unknown101=3000 - diff --git a/dumps/530/interface/interface_314.if3 b/dumps/530/interface/interface_314.if3 deleted file mode 100644 index 37a753158..000000000 --- a/dumps/530/interface/interface_314.if3 +++ /dev/null @@ -1,123 +0,0 @@ -// 314:0 -[com_0] -type=graphic -x=2 -y=5 -width=57 -height=13 -graphic="sworddecor,1" - -// 314:1 -[com_1] -type=graphic -x=421 -y=5 -width=57 -height=13 -graphic="sworddecor,0" - -// 314:2 -[com_2] -type=model -x=56 -y=25 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 314:3 -[com_3] -type=model -x=207 -y=25 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 314:4 -[com_4] -type=model -x=360 -y=25 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 314:5 -[com_5] -type=text -x=7 -y=26 -width=146 -height=69 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 314:6 -[com_6] -type=text -x=152 -y=25 -width=161 -height=70 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 314:7 -[com_7] -type=text -x=312 -y=25 -width=160 -height=70 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 314:8 -[com_8] -type=text -x=8 -y=3 -width=464 -height=17 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - diff --git a/dumps/530/interface/interface_315.if b/dumps/530/interface/interface_315.if deleted file mode 100644 index 9499dc794..000000000 --- a/dumps/530/interface/interface_315.if +++ /dev/null @@ -1,75 +0,0 @@ -// 315:0 -[com_0] - -// 315:1 -[com_1] - -// 315:2 -[com_2] - -// 315:3 -[com_3] - -// 315:4 -[com_4] - -// 315:5 -[com_5] - -// 315:6 -[com_6] - -// 315:7 -[com_7] - -// 315:8 -[com_8] - -// 315:9 -[com_9] - -// 315:10 -[com_10] - -// 315:11 -[com_11] - -// 315:12 -[com_12] - -// 315:13 -[com_13] - -// 315:14 -[com_14] - -// 315:15 -[com_15] - -// 315:16 -[com_16] - -// 315:17 -[com_17] - -// 315:18 -[com_18] - -// 315:19 -[com_19] - -// 315:20 -[com_20] - -// 315:21 -[com_21] - -// 315:22 -[com_22] - -// 315:23 -[com_23] - -// 315:24 -[com_24] - diff --git a/dumps/530/interface/interface_316.if b/dumps/530/interface/interface_316.if deleted file mode 100644 index c779006bf..000000000 --- a/dumps/530/interface/interface_316.if +++ /dev/null @@ -1,6 +0,0 @@ -// 316:0 -[com_0] - -// 316:1 -[com_1] - diff --git a/dumps/530/interface/interface_317.if3 b/dumps/530/interface/interface_317.if3 deleted file mode 100644 index 24913d4e4..000000000 --- a/dumps/530/interface/interface_317.if3 +++ /dev/null @@ -1,12 +0,0 @@ -// 317:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes - diff --git a/dumps/530/interface/interface_318.if b/dumps/530/interface/interface_318.if deleted file mode 100644 index 02ad9a0d6..000000000 --- a/dumps/530/interface/interface_318.if +++ /dev/null @@ -1,6 +0,0 @@ -// 318:0 -[com_0] - -// 318:1 -[com_1] - diff --git a/dumps/530/interface/interface_319.if3 b/dumps/530/interface/interface_319.if3 deleted file mode 100644 index 464da6c6c..000000000 --- a/dumps/530/interface/interface_319.if3 +++ /dev/null @@ -1,198 +0,0 @@ -// 319:0 -[com_0] -type=graphic -x=24 -y=24 -width=24 -height=24 -graphic="magicon,0" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,0", "magicoff,0", 1, "Wind Strike", "A basic Air missile", obj_556, 1, obj_558, 1, null, 0, null, string_0) - -// 319:1 -[com_1] -type=graphic -x=64 -y=24 -width=24 -height=24 -graphic="magicon,2" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,2", "magicoff,2", 5, "Water Strike", "A basic Water missile", obj_555, 1, obj_556, 1, obj_558, 1, null, string_0) - -// 319:2 -[com_2] -type=graphic -x=104 -y=24 -width=24 -height=24 -graphic="magicon,4" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,4", "magicoff,4", 9, "Earth Strike", "A basic Earth missile", obj_557, 2, obj_556, 1, obj_558, 1, null, string_0) - -// 319:3 -[com_3] -type=graphic -x=144 -y=24 -width=24 -height=24 -graphic="magicon,6" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,6", "magicoff,6", 13, "Fire Strike", "A basic Fire missile", obj_554, 3, obj_556, 2, obj_558, 1, null, string_0) - -// 319:4 -[com_4] -type=graphic -x=25 -y=84 -width=24 -height=24 -graphic="magicon,8" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,8", "magicoff,8", 17, "Wind Bolt", "A low level Air missile", obj_556, 2, obj_562, 1, null, 0, null, string_0) - -// 319:5 -[com_5] -type=graphic -x=65 -y=84 -width=24 -height=24 -graphic="magicon,11" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,11", "magicoff,11", 23, "Water Bolt", "A low level Water missile", obj_555, 2, obj_556, 2, obj_562, 1, null, string_0) - -// 319:6 -[com_6] -type=graphic -x=105 -y=84 -width=24 -height=24 -graphic="magicon,14" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,14", "magicoff,14", 29, "Earth Bolt", "A low level Earth missile", obj_557, 3, obj_556, 2, obj_562, 1, null, string_0) - -// 319:7 -[com_7] -type=graphic -x=145 -y=84 -width=24 -height=24 -graphic="magicon,17" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,17", "magicoff,17", 35, "Fire Bolt", "A low level Fire missile", obj_554, 4, obj_556, 3, obj_562, 1, null, string_0) - -// 319:8 -[com_8] -type=graphic -x=24 -y=147 -width=24 -height=24 -graphic="magicon,20" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,20", "magicoff,20", 41, "Wind Blast", "A medium level Air missile", obj_556, 3, obj_560, 1, null, 0, null, string_0) - -// 319:9 -[com_9] -type=graphic -x=64 -y=147 -width=24 -height=24 -graphic="magicon,23" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,23", "magicoff,23", 47, "Water Blast", "A medium level Water missile", obj_555, 3, obj_556, 3, obj_560, 1, null, string_0) - -// 319:10 -[com_10] -type=graphic -x=104 -y=147 -width=24 -height=24 -graphic="magicon,25" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,25", "magicoff,25", 53, "Earth Blast", "A medium level Earth missile", obj_557, 4, obj_556, 3, obj_560, 1, null, string_0) - -// 319:11 -[com_11] -type=graphic -x=144 -y=147 -width=24 -height=24 -graphic="magicon,29" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,29", "magicoff,29", 59, "Fire Blast", "A medium level Fire missile", obj_554, 5, obj_556, 4, obj_560, 1, null, string_0) - -// 319:12 -[com_12] -type=graphic -x=25 -y=208 -width=24 -height=24 -graphic="magicon,31" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,31", "magicoff,31", 62, "Wind Wave", "A high level Air missile", obj_556, 5, obj_565, 1, null, 0, null, string_0) - -// 319:13 -[com_13] -type=graphic -x=65 -y=208 -width=24 -height=24 -graphic="magicon,33" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,33", "magicoff,33", 65, "Water Wave", "A high level Water missile", obj_555, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 319:14 -[com_14] -type=graphic -x=105 -y=208 -width=24 -height=24 -graphic="magicon,36" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,36", "magicoff,36", 70, "Earth Wave", "A high level Earth missile", obj_557, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 319:15 -[com_15] -type=graphic -x=145 -y=208 -width=24 -height=24 -graphic="magicon,37" -op1=Cast -onload=script6(event_com, interface_319:com_17, "magicon,37", "magicoff,37", 75, "Fire Wave", "A high level Fire missile", obj_554, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 319:16 -[com_16] -type=text -x=127 -y=241 -width=60 -height=16 -textfont=p12_full -text=Cancel -textalignh=1 -textshadow=yes -colour=0x808080 -op1=Cancel -onmouseover=script45(event_com, 0xc8c8c8) -onmouseleave=script45(event_com, 0x808080) - -// 319:17 -[com_17] -type=layer -width=190 -height=261 - diff --git a/dumps/530/interface/interface_32.if3 b/dumps/530/interface/interface_32.if3 deleted file mode 100644 index 3b0d1e29f..000000000 --- a/dumps/530/interface/interface_32.if3 +++ /dev/null @@ -1,510 +0,0 @@ -// 32:0 -[com_0] -type=graphic -x=12 -y=20 -width=487 -height=297 -graphic=tradebacking -tiling=yes - -// 32:1 -[com_1] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 32:2 -[com_2] -type=graphic -x=-3 -y=49 -width=27 -height=250 -graphic="miscgraphics,2" -tiling=yes - -// 32:3 -[com_3] -type=graphic -x=479 -y=50 -width=22 -height=247 -graphic="steelborder2,1" -tiling=yes - -// 32:4 -[com_4] -type=text -x=43 -y=58 -width=140 -height=25 -textfont=p12_full -text=Insert a very long name here! -textshadow=yes -colour=0xffaa44 - -// 32:5 -[com_5] -type=graphic -x=37 -y=5 -width=444 -height=27 -graphic="steelborder2,0" -tiling=yes - -// 32:6 -[com_6] -type=graphic -x=37 -y=299 -width=441 -height=27 -graphic="miscgraphics,3" -tiling=yes - -// 32:7 -[com_7] -type=graphic -x=12 -y=290 -width=25 -height=30 -graphic="steelborder,2" - -// 32:8 -[com_8] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,1" - -// 32:9 -[com_9] -type=graphic -x=475 -y=290 -width=25 -height=30 -graphic="steelborder,3" - -// 32:10 -[com_10] -type=text -x=100 -y=75 -width=14 -height=14 -textfont=p12_full -text=vs -textshadow=yes -colour=0xaaaaaa - -// 32:11 -[com_11] -type=text -x=43 -y=89 -width=140 -height=25 -textfont=p12_full -text=Insert a very long name here! -textshadow=yes -colour=0xffaa44 - -// 32:12 -[com_12] -type=graphic -x=183 -y=26 -width=38 -height=289 -graphic="miscgraphics,2" -tiling=yes - -// 32:13 -[com_13] -type=graphic -x=17 -y=34 -width=181 -height=23 -graphic="steelborder2,0" -tiling=yes - -// 32:14 -[com_14] -type=text -x=38 -y=127 -width=44 -height=31 -textfont=p12_full -text=Turn: -textalignh=2 -textshadow=yes -colour=0xffaa44 - -// 32:15 -[com_15] -type=layer -x=21 -y=239 -width=122 -height=35 -op1=Select -onop=script29 - -// 32:16 -[com_16] -type=layer -x=21 -y=200 -width=122 -height=36 -op1=Select - -// 32:17 -[com_17] -type=text -x=21 -y=29 -width=176 -height=17 -textfont=b12_full -text=Draughts -textshadow=yes -colour=0xffaa44 - -// 32:18 -[com_18] -type=rectangle -x=6 -y=6 -width=111 -height=25 -layer=com_15 -colour=0x000000 -fill=yes - -// 32:19 -[com_19] -type=text -x=6 -y=6 -width=111 -height=23 -layer=com_15 -textfont=p12_full -text=Resign -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x800000 - -// 32:20 -[com_20] -type=rectangle -x=6 -y=6 -width=112 -height=26 -layer=com_16 -colour=0x000000 -fill=yes - -// 32:21 -[com_21] -type=text -x=6 -y=6 -width=110 -height=25 -layer=com_16 -textfont=p12_full -text=Offer draw -textlineheight=11 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x888800 - -// 32:22 -[com_22] -type=graphic -x=25 -y=-15 -width=77 -height=23 -layer=com_15 -graphic="steelborder2,0" -tiling=yes - -// 32:23 -[com_23] -type=graphic -x=25 -y=-15 -width=79 -height=23 -layer=com_16 -graphic="steelborder2,0" -tiling=yes - -// 32:24 -[com_24] -type=text -x=85 -y=127 -width=111 -height=31 -textfont=p12_full -text=A very long name -textshadow=yes -colour=0xaaaaaa - -// 32:25 -[com_25] -type=graphic -x=25 -y=14 -width=84 -height=50 -layer=com_16 -graphic="miscgraphics,3" -tiling=yes - -// 32:26 -[com_26] -type=graphic -width=25 -height=30 -layer=com_15 -graphic="steelborder,0" - -// 32:27 -[com_27] -type=graphic -width=25 -height=30 -layer=com_16 -graphic="steelborder,0" - -// 32:28 -[com_28] -type=graphic -x=97 -width=25 -height=30 -layer=com_15 -graphic="steelborder,1" - -// 32:29 -[com_29] -type=graphic -x=97 -width=25 -height=30 -layer=com_16 -graphic="steelborder,1" - -// 32:30 -[com_30] -type=graphic -y=6 -width=25 -height=30 -layer=com_15 -graphic="steelborder,2" - -// 32:31 -[com_31] -type=graphic -y=5 -width=25 -height=30 -layer=com_16 -graphic="steelborder,2" - -// 32:32 -[com_32] -type=graphic -x=97 -y=6 -width=25 -height=30 -layer=com_15 -graphic="steelborder,3" - -// 32:33 -[com_33] -type=graphic -x=25 -y=15 -width=77 -height=35 -layer=com_15 -graphic="miscgraphics,3" -tiling=yes - -// 32:34 -[com_34] -type=graphic -x=97 -y=5 -width=25 -height=30 -layer=com_16 -graphic="steelborder,3" - -// 32:35 -[com_35] -type=model -x=211 -y=33 -width=275 -height=274 -model=model_4607 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65157 -unknown101=798 - -// 32:36 -[com_36] -type=rectangle -x=219 -y=41 -width=258 -height=258 -colour=0x000000 - -// 32:37 -[com_37] -type=text -x=23 -y=185 -width=169 -height=11 -textfont=p11_full -text=Blah blah blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 32:38 -[com_38] -type=model -x=236 -y=58 -width=1 -height=1 -model=model_4611 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=768 -modelanim=seq_1356 -unknown100=64722 -unknown101=1526 - -// 32:39 -[com_39] -type=text -x=17 -y=156 -width=180 -height=21 -textfont=p11_full -text=Blah blah blah blah blah blah blah! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 32:40 -[com_40] -type=text -x=27 -y=157 -width=160 -height=14 -textfont=b12_full -text=Blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 32:41 -[com_41] -type=model -x=20 -y=58 -width=20 -height=19 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=64407 -unknown101=2046 - -// 32:42 -[com_42] -type=model -x=20 -y=88 -width=20 -height=19 -model=model_2652 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=64407 -unknown101=2046 - -// 32:43 -[com_43] -type=model -x=158 -y=209 -width=33 -height=91 -model=model_4612 -modelorigin_x=0 -modelorigin_y=45 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2048 -unknown100=63099 -unknown101=4160 - -// 32:44 -[com_44] -type=layer -x=219 -y=41 -width=258 -height=258 - diff --git a/dumps/530/interface/interface_320.if3 b/dumps/530/interface/interface_320.if3 deleted file mode 100644 index 40abdee9d..000000000 --- a/dumps/530/interface/interface_320.if3 +++ /dev/null @@ -1,1917 +0,0 @@ -// 320:0 -[com_0] -type=rectangle -x=3 -y=17 -width=184 -height=231 -colour=0x726451 - -// 320:1 -[com_1] -type=rectangle -x=4 -y=18 -width=182 -height=229 -colour=0x726451 - -// 320:2 -[com_2] -type=rectangle -x=4 -y=18 -width=183 -height=230 -colour=0x2e2b23 - -// 320:3 -[com_3] -type=rectangle -x=5 -y=19 -width=180 -height=227 -colour=0x000000 -fill=yes - -// 320:4 -[com_4] -type=text -x=3 -y=2 -width=182 -height=16 -textfont=b12_full -textalignv=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script544(event_com) - -// 320:5 -[com_5] -type=graphic -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:6 -[com_6] -type=graphic -x=22 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:7 -[com_7] -type=graphic -x=54 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" -opbase= - -// 320:8 -[com_8] -type=graphic -x=76 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:9 -[com_9] -type=graphic -x=108 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:10 -[com_10] -type=graphic -x=131 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:11 -[com_11] -type=graphic -y=32 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:12 -[com_12] -type=graphic -x=22 -y=32 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:13 -[com_13] -type=graphic -x=54 -y=32 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:14 -[com_14] -type=graphic -x=76 -y=32 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:15 -[com_15] -type=graphic -x=108 -y=32 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:16 -[com_16] -type=graphic -x=131 -y=32 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:17 -[com_17] -type=graphic -y=64 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:18 -[com_18] -type=graphic -x=22 -y=64 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:19 -[com_19] -type=graphic -x=54 -y=64 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:20 -[com_20] -type=graphic -x=76 -y=64 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:21 -[com_21] -type=graphic -x=108 -y=64 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:22 -[com_22] -type=graphic -x=131 -y=64 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:23 -[com_23] -type=graphic -y=96 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:24 -[com_24] -type=graphic -x=22 -y=96 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:25 -[com_25] -type=graphic -x=54 -y=96 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:26 -[com_26] -type=graphic -x=76 -y=96 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:27 -[com_27] -type=graphic -x=108 -y=96 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:28 -[com_28] -type=graphic -x=131 -y=96 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:29 -[com_29] -type=graphic -y=128 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:30 -[com_30] -type=graphic -x=22 -y=128 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:31 -[com_31] -type=graphic -x=54 -y=128 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:32 -[com_32] -type=graphic -x=76 -y=128 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:33 -[com_33] -type=graphic -x=108 -y=128 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:34 -[com_34] -type=graphic -x=131 -y=128 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:35 -[com_35] -type=graphic -y=160 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:36 -[com_36] -type=graphic -x=22 -y=160 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:37 -[com_37] -type=graphic -x=54 -y=160 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:38 -[com_38] -type=graphic -x=76 -y=160 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:39 -[com_39] -type=graphic -x=108 -y=160 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:40 -[com_40] -type=graphic -x=131 -y=160 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:41 -[com_41] -type=graphic -y=192 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:42 -[com_42] -type=graphic -x=22 -y=192 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:43 -[com_43] -type=graphic -x=54 -y=192 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:44 -[com_44] -type=graphic -x=76 -y=192 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:45 -[com_45] -type=graphic -x=108 -y=192 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:46 -[com_46] -type=graphic -x=131 -y=192 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:47 -[com_47] -type=graphic -y=224 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:48 -[com_48] -type=graphic -x=22 -y=224 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:49 -[com_49] -type=graphic -x=54 -y=224 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:50 -[com_50] -type=graphic -x=76 -y=224 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:51 -[com_51] -type=graphic -x=108 -y=224 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,4" - -// 320:52 -[com_52] -type=graphic -x=131 -y=224 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,5" - -// 320:53 -[com_53] -type=graphic -x=3 -y=4 -width=25 -height=25 -layer=com_149 -graphic="staticons,0" -opbase= -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:54 -[com_54] -type=graphic -x=57 -y=6 -width=25 -height=25 -layer=com_149 -graphic="staticons,6" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:55 -[com_55] -type=graphic -x=113 -y=3 -width=25 -height=25 -layer=com_149 -graphic="staticons,12" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:56 -[com_56] -type=graphic -x=3 -y=37 -width=25 -height=25 -layer=com_149 -graphic="staticons,1" -opbase= -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:57 -[com_57] -type=graphic -x=59 -y=36 -width=25 -height=25 -layer=com_149 -graphic="staticons,7" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:58 -[com_58] -type=graphic -x=112 -y=36 -width=25 -height=25 -layer=com_149 -graphic="staticons,13" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:59 -[com_59] -type=graphic -x=3 -y=70 -width=25 -height=25 -layer=com_149 -graphic="staticons,2" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:60 -[com_60] -type=graphic -x=58 -y=71 -width=25 -height=25 -layer=com_149 -graphic="staticons,8" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:61 -[com_61] -type=graphic -x=114 -y=69 -width=25 -height=25 -layer=com_149 -graphic="staticons,14" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:62 -[com_62] -type=graphic -x=3 -y=102 -width=25 -height=25 -layer=com_149 -graphic="staticons,3" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:63 -[com_63] -type=graphic -x=58 -y=101 -width=25 -height=25 -layer=com_149 -graphic="staticons,9" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:64 -[com_64] -type=graphic -x=111 -y=101 -width=25 -height=25 -layer=com_149 -graphic="staticons,15" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:65 -[com_65] -type=graphic -x=3 -y=135 -width=25 -height=25 -layer=com_149 -graphic="staticons,4" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:66 -[com_66] -type=graphic -x=57 -y=133 -width=25 -height=25 -layer=com_149 -graphic="staticons,10" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:67 -[com_67] -type=graphic -x=112 -y=132 -width=25 -height=25 -layer=com_149 -graphic="staticons,16" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:68 -[com_68] -type=graphic -x=3 -y=165 -width=25 -height=25 -layer=com_149 -graphic="staticons,5" -opbase=lvl -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:69 -[com_69] -type=graphic -x=58 -y=164 -width=25 -height=25 -layer=com_149 -graphic="staticons,11" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:70 -[com_70] -type=graphic -x=111 -y=165 -width=25 -height=25 -layer=com_149 -graphic="staticons,17" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:71 -[com_71] -type=graphic -x=4 -y=198 -width=25 -height=25 -layer=com_149 -graphic="staticons2,0" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:72 -[com_72] -type=graphic -x=112 -y=197 -width=25 -height=25 -layer=com_149 -graphic="staticons2,2" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:73 -[com_73] -type=graphic -x=4 -y=227 -width=25 -height=25 -layer=com_149 -graphic="staticons2,6" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:74 -[com_74] -type=graphic -x=57 -y=230 -width=25 -height=25 -layer=com_149 -graphic="staticons2,5" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:75 -[com_75] -type=graphic -x=113 -y=226 -width=25 -height=25 -layer=com_149 -graphic="staticons2,7" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:76 -[com_76] -type=graphic -x=57 -y=197 -width=25 -height=25 -layer=com_149 -graphic="staticons2,1" -onvartransmit=script968(event_com) -onvartransmitlist=varplayer_1179 - -// 320:77 -[com_77] -type=text -x=27 -y=4 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, attack) -onstattransmitlist=attack - -// 320:78 -[com_78] -type=text -x=36 -y=21 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, attack) -onstattransmitlist=attack - -// 320:79 -[com_79] -type=text -x=27 -y=36 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, strength) -onstattransmitlist=strength - -// 320:80 -[com_80] -type=text -x=37 -y=52 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, strength) -onstattransmitlist=strength - -// 320:81 -[com_81] -type=text -x=27 -y=68 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, defence) -onstattransmitlist=defence - -// 320:82 -[com_82] -type=text -x=37 -y=84 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, defence) -onstattransmitlist=defence - -// 320:83 -[com_83] -type=text -x=27 -y=100 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, ranged) -onstattransmitlist=ranged - -// 320:84 -[com_84] -type=text -x=37 -y=116 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, ranged) -onstattransmitlist=ranged - -// 320:85 -[com_85] -type=text -x=27 -y=132 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, prayer) -onstattransmitlist=prayer - -// 320:86 -[com_86] -type=text -x=37 -y=148 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, prayer) -onstattransmitlist=prayer - -// 320:87 -[com_87] -type=text -x=27 -y=164 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, magic) -onstattransmitlist=magic - -// 320:88 -[com_88] -type=text -x=37 -y=180 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, magic) -onstattransmitlist=magic - -// 320:89 -[com_89] -type=text -x=27 -y=196 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, runecraft) -onstattransmitlist=runecraft - -// 320:90 -[com_90] -type=text -x=37 -y=212 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, runecraft) -onstattransmitlist=runecraft - -// 320:91 -[com_91] -type=text -x=27 -y=228 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, construction) -onstattransmitlist=construction - -// 320:92 -[com_92] -type=text -x=37 -y=244 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, construction) -onstattransmitlist=construction - -// 320:93 -[com_93] -type=text -x=81 -y=4 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, hitpoints) -onstattransmitlist=hitpoints - -// 320:94 -[com_94] -type=text -x=90 -y=21 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, hitpoints) -onstattransmitlist=hitpoints - -// 320:95 -[com_95] -type=text -x=81 -y=36 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, agility) -onstattransmitlist=agility - -// 320:96 -[com_96] -type=text -x=90 -y=53 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, agility) -onstattransmitlist=agility - -// 320:97 -[com_97] -type=text -x=81 -y=68 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, herblore) -onstattransmitlist=herblore - -// 320:98 -[com_98] -type=text -x=90 -y=85 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, herblore) -onstattransmitlist=herblore - -// 320:99 -[com_99] -type=text -x=81 -y=100 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, thieving) -onstattransmitlist=thieving - -// 320:100 -[com_100] -type=text -x=90 -y=117 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, thieving) -onstattransmitlist=thieving - -// 320:101 -[com_101] -type=text -x=81 -y=132 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, crafting) -onstattransmitlist=crafting - -// 320:102 -[com_102] -type=text -x=90 -y=149 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, crafting) -onstattransmitlist=crafting - -// 320:103 -[com_103] -type=text -x=81 -y=164 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, fletching) -onstattransmitlist=fletching - -// 320:104 -[com_104] -type=text -x=90 -y=181 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, fletching) -onstattransmitlist=fletching - -// 320:105 -[com_105] -type=text -x=81 -y=196 -width=15 -height=11 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, slayer) -onstattransmitlist=slayer - -// 320:106 -[com_106] -type=text -x=90 -y=213 -width=15 -height=11 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -opbase=m -onstattransmit=script532(event_com, slayer) -onstattransmitlist=slayer - -// 320:107 -[com_107] -type=text -x=81 -y=228 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, hunter) -onstattransmitlist=hunter - -// 320:108 -[com_108] -type=text -x=90 -y=245 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, hunter) -onstattransmitlist=hunter - -// 320:109 -[com_109] -type=text -x=136 -y=4 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, mining) -onstattransmitlist=mining - -// 320:110 -[com_110] -type=text -x=145 -y=21 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, mining) -onstattransmitlist=mining - -// 320:111 -[com_111] -type=text -x=136 -y=36 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, smithing) -onstattransmitlist=smithing - -// 320:112 -[com_112] -type=text -x=145 -y=53 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, smithing) -onstattransmitlist=smithing - -// 320:113 -[com_113] -type=text -x=136 -y=68 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, fishing) -onstattransmitlist=fishing - -// 320:114 -[com_114] -type=text -x=145 -y=85 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, fishing) -onstattransmitlist=fishing - -// 320:115 -[com_115] -type=text -x=136 -y=100 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, cooking) -onstattransmitlist=cooking - -// 320:116 -[com_116] -type=text -x=145 -y=117 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, cooking) -onstattransmitlist=cooking - -// 320:117 -[com_117] -type=text -x=136 -y=132 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, firemaking) -onstattransmitlist=firemaking - -// 320:118 -[com_118] -type=text -x=146 -y=149 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, firemaking) -onstattransmitlist=firemaking - -// 320:119 -[com_119] -type=text -x=136 -y=164 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, woodcutting) -onstattransmitlist=woodcutting - -// 320:120 -[com_120] -type=text -x=145 -y=181 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, woodcutting) -onstattransmitlist=woodcutting - -// 320:121 -[com_121] -type=text -x=136 -y=196 -width=15 -height=11 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, farming) -onstattransmitlist=farming - -// 320:122 -[com_122] -type=text -x=145 -y=213 -width=15 -height=11 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, farming) -onstattransmitlist=farming - -// 320:123 -[com_123] -type=text -x=136 -y=228 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script525(event_com, summoning) -onstattransmitlist=summoning - -// 320:124 -[com_124] -type=text -x=145 -y=245 -width=15 -height=12 -layer=com_149 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xffff00 -onstattransmit=script532(event_com, summoning) -onstattransmitlist=summoning - -// 320:125 -[com_125] -type=text -x=2 -y=2 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -opbase= -op1=View -onmouseover=script545(event_com, attack, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:126 -[com_126] -type=text -x=2 -y=34 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, strength, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:127 -[com_127] -type=text -x=2 -y=66 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, defence, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:128 -[com_128] -type=text -x=2 -y=98 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, ranged, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:129 -[com_129] -type=text -x=2 -y=130 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, prayer, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:130 -[com_130] -type=text -x=2 -y=162 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, magic, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:131 -[com_131] -type=text -x=2 -y=194 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, runecraft, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:132 -[com_132] -type=text -x=2 -y=226 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, construction, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:133 -[com_133] -type=text -x=56 -y=2 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, hitpoints, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:134 -[com_134] -type=text -x=56 -y=34 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, agility, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:135 -[com_135] -type=text -x=56 -y=66 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, herblore, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:136 -[com_136] -type=text -x=56 -y=98 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, thieving, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:137 -[com_137] -type=text -x=56 -y=130 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, crafting, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:138 -[com_138] -type=text -x=56 -y=162 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, fletching, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:139 -[com_139] -type=text -x=56 -y=194 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, slayer, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:140 -[com_140] -type=text -x=54 -y=226 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, hunter, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:141 -[com_141] -type=text -x=110 -y=2 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, mining, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:142 -[com_142] -type=text -x=110 -y=34 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, smithing, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:143 -[com_143] -type=text -x=110 -y=66 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, fishing, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:144 -[com_144] -type=text -x=110 -y=98 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, cooking, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:145 -[com_145] -type=text -x=110 -y=130 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, firemaking, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:146 -[com_146] -type=text -x=110 -y=162 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, woodcutting, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:147 -[com_147] -type=text -x=110 -y=194 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, farming, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:148 -[com_148] -type=text -x=110 -y=226 -width=52 -height=32 -layer=com_149 -textfont=p11_full -textshadow=yes -colour=0x000000 -op1=View -onmouseover=script545(event_com, summoning, interface_320:com_151) -onmouseleave=script546(interface_320:com_151) - -// 320:149 -[com_149] -type=layer -x=3 -y=19 -width=167 -height=227 -scrollheight=260 -opbase= - -// 320:150 -[com_150] -type=layer -x=169 -y=19 -width=16 -height=227 -opbase= -onload=script825(event_com, interface_320:com_149, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 320:151 -[com_151] -type=layer -y=19 -width=190 -height=241 - diff --git a/dumps/530/interface/interface_321.if3 b/dumps/530/interface/interface_321.if3 deleted file mode 100644 index e272384fd..000000000 --- a/dumps/530/interface/interface_321.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 321:0 -[com_0] -type=rectangle -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -colour=0x433621 -fill=yes - -// 321:1 -[com_1] -type=model -x=-1 -y=-3 -width=16167 -height=15557 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_4652 -modelorigin_x=-3 -modelorigin_y=-20 -modelangle_x=271 -modelangle_y=63 -modelangle_z=0 -modelzoom=926 -unknown100=64178 -unknown101=3000 -modelobjwidth=505 -modelobjheight=317 - -// 321:2 -[com_2] -type=model -x=135 -y=8 -width=9927 -height=8640 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=abs_centre -model=model_4979 -modelorigin_x=-8 -modelorigin_y=-31 -modelangle_x=271 -modelangle_y=63 -modelangle_z=0 -modelzoom=926 -unknown100=63995 -unknown101=3000 -modelobjwidth=310 -modelobjheight=176 - diff --git a/dumps/530/interface/interface_322.if3 b/dumps/530/interface/interface_322.if3 deleted file mode 100644 index 6f518ff72..000000000 --- a/dumps/530/interface/interface_322.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 322:0 -[com_0] -type=rectangle -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -colour=0x433621 -fill=yes - -// 322:1 -[com_1] -type=model -x=-1 -y=-3 -width=16167 -height=15557 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_4652 -modelorigin_x=-3 -modelorigin_y=-20 -modelangle_x=271 -modelangle_y=63 -modelangle_z=0 -modelzoom=926 -unknown100=64178 -unknown101=3000 -modelobjwidth=505 -modelobjheight=317 - -// 322:2 -[com_2] -type=model -x=4 -y=8 -width=9927 -height=8640 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_4980 -modelorigin_x=-8 -modelorigin_y=-31 -modelangle_x=271 -modelangle_y=63 -modelangle_z=0 -modelzoom=926 -unknown100=63995 -unknown101=3000 -modelobjwidth=310 -modelobjheight=176 - diff --git a/dumps/530/interface/interface_323.if3 b/dumps/530/interface/interface_323.if3 deleted file mode 100644 index 9eedfc2fe..000000000 --- a/dumps/530/interface/interface_323.if3 +++ /dev/null @@ -1,85 +0,0 @@ -// 323:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x46341d -fill=yes -trans=160 - -// 323:1 -[com_1] -type=rectangle -x=-8 -y=2 -width=300 -height=170 -xmode=abs_centre -ymode=abs_centre -colour=0x808040 -fill=yes - -// 323:2 -[com_2] -type=model -y=-9 -width=509 -height=298 -xmode=abs_centre -ymode=abs_centre -model=model_8949 -modelorigin_x=-14 -modelorigin_y=120 -modelangle_x=523 -modelangle_y=0 -modelangle_z=0 -modelzoom=404 -unknown100=64249 -unknown101=3000 - -// 323:3 -[com_3] -type=text -x=2 -y=88 -width=134 -height=26 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text=Tai Bwo Wannai Parcel service -textalignh=1 -textshadow=yes -colour=0xff981f - -// 323:4 -[com_4] -type=graphic -x=236 -y=-146 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 323:5 -[com_5] -type=layer -x=-5 -y=-10 -width=294 -height=147 -xmode=abs_centre -ymode=abs_centre -oninvtransmit=script1415 -oninvtransmitlist=inv_93 - diff --git a/dumps/530/interface/interface_324.if3 b/dumps/530/interface/interface_324.if3 deleted file mode 100644 index ef933f294..000000000 --- a/dumps/530/interface/interface_324.if3 +++ /dev/null @@ -1,659 +0,0 @@ -// 324:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 324:1 -[com_1] -type=layer -x=39 -y=57 -width=96 -height=128 -op1=Tan 1 -op2=Tan 5 -op3=Tan 10 -op4=Tan X -op5=Tan All - -// 324:2 -[com_2] -type=layer -x=151 -y=57 -width=96 -height=128 -op1=Tan 1 -op2=Tan 5 -op3=Tan 10 -op4=Tan X -op5=Tan All - -// 324:3 -[com_3] -type=layer -x=263 -y=57 -width=96 -height=128 -op1=Tan 1 -op2=Tan 5 -op3=Tan 10 -op4=Tan X -op5=Tan All - -// 324:4 -[com_4] -type=layer -x=375 -y=57 -width=96 -height=128 -op1=Tan 1 -op2=Tan 5 -op3=Tan 10 -op4=Tan X -op5=Tan All - -// 324:5 -[com_5] -type=layer -x=39 -y=185 -width=96 -height=128 -op1=Tan 1 -op2=Tan 5 -op3=Tan 10 -op4=Tan X -op5=Tan All - -// 324:6 -[com_6] -type=layer -x=151 -y=185 -width=96 -height=128 -op1=Tan 1 -op2=Tan 5 -op3=Tan 10 -op4=Tan X -op5=Tan All - -// 324:7 -[com_7] -type=layer -x=263 -y=185 -width=96 -height=128 -op1=Tan 1 -op2=Tan 5 -op3=Tan 10 -op4=Tan X -op5=Tan All - -// 324:8 -[com_8] -type=layer -x=375 -y=185 -width=96 -height=128 -op1=Tan 1 -op2=Tan 5 -op3=Tan 10 -op4=Tan X -op5=Tan All - -// 324:9 -[com_9] -type=model -x=4 -y=4 -width=87 -height=90 -layer=com_1 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 324:10 -[com_10] -type=model -x=4 -y=4 -width=87 -height=90 -layer=com_2 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 324:11 -[com_11] -type=model -x=4 -y=4 -width=87 -height=90 -layer=com_3 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 324:12 -[com_12] -type=model -x=4 -y=4 -width=87 -height=90 -layer=com_4 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 324:13 -[com_13] -type=model -x=4 -y=4 -width=87 -height=90 -layer=com_5 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 324:14 -[com_14] -type=model -x=4 -y=4 -width=87 -height=90 -layer=com_6 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 324:15 -[com_15] -type=model -x=4 -y=4 -width=87 -height=90 -layer=com_7 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 324:16 -[com_16] -type=model -x=4 -y=4 -width=87 -height=90 -layer=com_8 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 324:17 -[com_17] -type=text -y=96 -width=96 -height=14 -layer=com_1 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:18 -[com_18] -type=text -y=96 -width=96 -height=14 -layer=com_2 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:19 -[com_19] -type=text -y=96 -width=96 -height=14 -layer=com_3 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:20 -[com_20] -type=text -y=96 -width=96 -height=14 -layer=com_4 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:21 -[com_21] -type=text -y=96 -width=96 -height=14 -layer=com_5 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:22 -[com_22] -type=text -y=96 -width=96 -height=14 -layer=com_6 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:23 -[com_23] -type=text -y=96 -width=96 -height=14 -layer=com_7 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:24 -[com_24] -type=text -y=96 -width=96 -height=14 -layer=com_8 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:25 -[com_25] -type=text -y=111 -width=96 -height=14 -layer=com_1 -textfont=p12_full -text=Cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:26 -[com_26] -type=text -y=111 -width=96 -height=14 -layer=com_2 -textfont=p12_full -text=Cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:27 -[com_27] -type=text -y=111 -width=96 -height=14 -layer=com_3 -textfont=p12_full -text=Cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:28 -[com_28] -type=text -y=111 -width=96 -height=14 -layer=com_4 -textfont=p12_full -text=Cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:29 -[com_29] -type=text -y=111 -width=96 -height=14 -layer=com_5 -textfont=p12_full -text=Cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:30 -[com_30] -type=text -y=111 -width=96 -height=14 -layer=com_6 -textfont=p12_full -text=Cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:31 -[com_31] -type=text -y=111 -width=96 -height=14 -layer=com_7 -textfont=p12_full -text=Cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:32 -[com_32] -type=text -y=111 -width=96 -height=14 -layer=com_8 -textfont=p12_full -text=Cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 324:33 -[com_33] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 324:34 -[com_34] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 324:35 -[com_35] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 324:36 -[com_36] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 324:37 -[com_37] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 324:38 -[com_38] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 324:39 -[com_39] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 324:40 -[com_40] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 324:41 -[com_41] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 324:42 -[com_42] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 324:43 -[com_43] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 324:44 -[com_44] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 324:45 -[com_45] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 324:46 -[com_46] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 324:47 -[com_47] -type=text -x=15 -y=26 -width=477 -height=24 -layer=com_0 -textfont=b12_full -text=What hides would you like tanning? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -onload=script1967 -oninvtransmit=script1967 -onvarctransmit=script1968 -oninvtransmitlist=inv_93 -onvarctransmitlist=varclient_617 - diff --git a/dumps/530/interface/interface_325.if3 b/dumps/530/interface/interface_325.if3 deleted file mode 100644 index 2acb8d47d..000000000 --- a/dumps/530/interface/interface_325.if3 +++ /dev/null @@ -1,713 +0,0 @@ -// 325:0 -[com_0] -type=layer -width=512 -height=334 -op10= - -// 325:1 -[com_1] -type=model -x=157 -y=33 -width=264 -height=313 -model=model_10369 -modelorigin_x=-27 -modelorigin_y=145 -modelangle_x=97 -modelangle_y=0 -modelangle_z=0 -modelzoom=360 -unknown100=65249 -unknown101=693 -onload=script2044 -onvartransmit=script2044 -onvartransmitlist=varplayer_158,varplayer_156 - -// 325:2 -[com_2] -type=model -x=251 -y=197 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:3 -[com_3] -type=model -x=254 -y=156 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:4 -[com_4] -type=model -x=288 -y=218 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:5 -[com_5] -type=model -x=245 -y=258 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:6 -[com_6] -type=model -x=191 -y=214 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:7 -[com_7] -type=model -x=189 -y=115 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:8 -[com_8] -type=model -x=213 -y=151 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:9 -[com_9] -type=model -x=296 -y=126 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:10 -[com_10] -type=model -x=292 -y=169 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:11 -[com_11] -type=model -x=326 -y=188 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:12 -[com_12] -type=model -x=273 -y=86 -width=26 -height=21 -hide=yes -model=model_5732 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=100 -modelangle_y=150 -modelangle_z=0 -modelzoom=400 -unknown100=65158 -unknown101=817 - -// 325:13 -[com_13] -type=text -x=19 -y=86 -width=67 -height=15 -textfont=p12_full -text=Shots -textalignh=2 -textshadow=yes -colour=0xffaa44 - -// 325:14 -[com_14] -type=text -x=387 -y=147 -width=79 -height=17 -textfont=p12_full -text=Score: -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 325:15 -[com_15] -type=text -x=420 -y=169 -width=17 -height=14 -textfont=p12_full -text=%1 -textalignh=1 -textshadow=yes -colour=0x00ff99 -onvartransmit=script2043(event_com) -onvartransmitlist=varplayer_157 - -// 325:16 -[com_16] -type=text -x=90 -y=86 -width=63 -height=15 -textfont=p12_full -text=Left: -textshadow=yes -colour=0xffaa44 - -// 325:17 -[com_17] -type=text -x=160 -y=178 -width=14 -height=14 -textfont=p12_full -text=10 -textshadow=yes -colour=0x00ff99 - -// 325:18 -[com_18] -type=text -x=185 -y=178 -width=16 -height=14 -textfont=p12_full -text=20 -textshadow=yes -colour=0x00ccff - -// 325:19 -[com_19] -type=text -x=209 -y=178 -width=15 -height=14 -textfont=p12_full -text=30 -textshadow=yes -colour=0x00cc00 - -// 325:20 -[com_20] -type=text -x=233 -y=178 -width=15 -height=14 -textfont=p12_full -text=50 -textshadow=yes -colour=0x0088ff - -// 325:21 -[com_21] -type=text -x=253 -y=178 -width=22 -height=14 -textfont=p12_full -text=100 -textshadow=yes -colour=0xff0000 - -// 325:22 -[com_22] -type=model -x=63 -y=114 -width=26 -height=21 -hide=yes -model=model_5733 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=1200 -modelangle_z=0 -modelzoom=800 -unknown100=64662 -unknown101=1639 - -// 325:23 -[com_23] -type=model -x=93 -y=114 -width=26 -height=21 -hide=yes -model=model_5733 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=1200 -modelangle_z=0 -modelzoom=800 -unknown100=64662 -unknown101=1639 - -// 325:24 -[com_24] -type=model -x=63 -y=145 -width=26 -height=21 -hide=yes -model=model_5733 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=1200 -modelangle_z=0 -modelzoom=800 -unknown100=64662 -unknown101=1639 - -// 325:25 -[com_25] -type=model -x=93 -y=145 -width=26 -height=21 -hide=yes -model=model_5733 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=1200 -modelangle_z=0 -modelzoom=800 -unknown100=64662 -unknown101=1639 - -// 325:26 -[com_26] -type=model -x=63 -y=175 -width=26 -height=21 -hide=yes -model=model_5733 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=1200 -modelangle_z=0 -modelzoom=800 -unknown100=64662 -unknown101=1639 - -// 325:27 -[com_27] -type=model -x=93 -y=175 -width=26 -height=21 -hide=yes -model=model_5733 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=1200 -modelangle_z=0 -modelzoom=800 -unknown100=64662 -unknown101=1639 - -// 325:28 -[com_28] -type=model -x=63 -y=205 -width=26 -height=21 -hide=yes -model=model_5733 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=1200 -modelangle_z=0 -modelzoom=800 -unknown100=64662 -unknown101=1639 - -// 325:29 -[com_29] -type=model -x=93 -y=205 -width=26 -height=21 -hide=yes -model=model_5733 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=1200 -modelangle_z=0 -modelzoom=800 -unknown100=64662 -unknown101=1639 - -// 325:30 -[com_30] -type=model -x=63 -y=235 -width=26 -height=21 -hide=yes -model=model_5733 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=1200 -modelangle_z=0 -modelzoom=800 -unknown100=64662 -unknown101=1639 - -// 325:31 -[com_31] -type=model -x=93 -y=235 -width=26 -height=21 -hide=yes -model=model_5733 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=150 -modelangle_y=1200 -modelangle_z=0 -modelzoom=800 -unknown100=64662 -unknown101=1639 - -// 325:32 -[com_32] -type=text -x=209 -y=133 -width=112 -height=17 -textfont=b12_full -text=Missed! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 325:33 -[com_33] -type=rectangle -x=17 -y=25 -width=552 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 325:34 -[com_34] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 325:35 -[com_35] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 325:36 -[com_36] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 325:37 -[com_37] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 325:38 -[com_38] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 325:39 -[com_39] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 325:40 -[com_40] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 325:41 -[com_41] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 325:42 -[com_42] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 325:43 -[com_43] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 325:44 -[com_44] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 325:45 -[com_45] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 325:46 -[com_46] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 325:47 -[com_47] -type=text -x=143 -y=25 -width=240 -height=24 -layer=com_0 -textfont=b12_full -text=Target View -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffaa44 - diff --git a/dumps/530/interface/interface_326.if3 b/dumps/530/interface/interface_326.if3 deleted file mode 100644 index 6b0fcbcf1..000000000 --- a/dumps/530/interface/interface_326.if3 +++ /dev/null @@ -1,337 +0,0 @@ -// 326:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 326:1 -[com_1] -type=text -x=164 -y=108 -width=185 -height=14 -textfont=b12_full -text=%1 -textalignh=1 -textshadow=yes -colour=0xf99b15 - -// 326:2 -[com_2] -type=text -x=163 -y=124 -width=186 -height=42 -textfont=b12_full -text=...wants to teleport you to... -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 326:3 -[com_3] -type=text -x=163 -y=168 -width=187 -height=15 -textfont=b12_full -text=%2 -textalignh=1 -textshadow=yes -colour=0xf99b15 - -// 326:4 -[com_4] -type=text -x=162 -y=224 -width=187 -height=27 -textfont=b12_full -text=Do you accept? -textalignh=1 -textshadow=yes -colour=0xffff00 - -// 326:5 -[com_5] -type=layer -x=160 -y=255 -width=87 -height=52 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 326:6 -[com_6] -type=layer -x=267 -y=255 -width=88 -height=52 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) -onclick=script29 - -// 326:7 -[com_7] -type=text -width=79 -height=44 -xmode=abs_centre -ymode=abs_centre -layer=com_5 -textfont=p12_full -text=Accept -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x00c000 - -// 326:8 -[com_8] -type=text -width=79 -height=44 -xmode=abs_centre -ymode=abs_centre -layer=com_6 -textfont=p12_full -text=Decline -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc00000 - -// 326:9 -[com_9] -type=model -x=373 -y=79 -width=85 -height=210 -model=model_5802 -modelorigin_x=0 -modelorigin_y=-105 -modelangle_x=1024 -modelangle_y=0 -modelangle_z=0 -modelzoom=768 -modelanim=seq_1815 -unknown100=64701 -unknown101=1599 - -// 326:10 -[com_10] -type=model -x=58 -y=73 -width=85 -height=210 -model=model_5802 -modelorigin_x=0 -modelorigin_y=104 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=768 -modelanim=seq_1814 -unknown100=64700 -unknown101=1600 - -// 326:11 -[com_11] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 326:12 -[com_12] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 326:13 -[com_13] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 326:14 -[com_14] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 326:15 -[com_15] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 326:16 -[com_16] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 326:17 -[com_17] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 326:18 -[com_18] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 326:19 -[com_19] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 326:20 -[com_20] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 326:21 -[com_21] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 326:22 -[com_22] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 326:23 -[com_23] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 326:24 -[com_24] -type=graphic -x=433 -y=32 -width=57 -height=13 -layer=com_0 -graphic="sworddecor,0" - -// 326:25 -[com_25] -type=graphic -x=25 -y=32 -width=57 -height=13 -layer=com_0 -graphic="sworddecor,1" - -// 326:26 -[com_26] -type=text -x=153 -y=28 -width=226 -height=23 -layer=com_0 -textfont=b12_full -text=Teleport Option -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xf99b15 - diff --git a/dumps/530/interface/interface_327.if3 b/dumps/530/interface/interface_327.if3 deleted file mode 100644 index 87432cb1f..000000000 --- a/dumps/530/interface/interface_327.if3 +++ /dev/null @@ -1,213 +0,0 @@ -// 327:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 327:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 327:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 327:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 327:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 327:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 327:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 327:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 327:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 327:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 327:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 327:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 327:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_327:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_327:com_12, "v2_stone_close_button,0") -onop=script29 - -// 327:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 327:14 -[com_14] -type=text -x=106 -y=102 -width=315 -height=87 -textfont=p12_full -text=This area is so cold that you will experience
a constant, slow drain of your stats while
you remain within it. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 327:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 327:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 327:17 -[com_17] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_19 -textfont=p12_full -text=Don't show me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 327:18 -[com_18] -type=graphic -x=2 -width=19 -height=19 -layer=com_19 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_327:com_18, 11) -onclick=script163(interface_327:com_18) -onvartransmitlist=varplayer_1046 - -// 327:19 -[com_19] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_328.if3 b/dumps/530/interface/interface_328.if3 deleted file mode 100644 index d9245b4fd..000000000 --- a/dumps/530/interface/interface_328.if3 +++ /dev/null @@ -1,113 +0,0 @@ -// 328:0 -[com_0] -type=text -x=42 -y=16 -width=93 -height=13 -xmode=abs_right -layer=com_7 -textfont=p11_full -text=Repair State : -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 328:1 -[com_1] -type=text -x=13 -y=17 -width=26 -height=11 -xmode=abs_right -layer=com_7 -textfont=p11_full -text=**** -textshadow=yes -colour=0xffff00 -onvartransmit=script1254 -onvartransmitlist=varplayer_343,varplayer_344,varplayer_345 - -// 328:2 -[com_2] -type=text -x=42 -y=30 -width=93 -height=12 -xmode=abs_right -layer=com_7 -textfont=p11_full -text=Resources : -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 328:3 -[com_3] -type=text -x=13 -y=31 -width=26 -height=11 -xmode=abs_right -layer=com_7 -textfont=p11_full -text=**** -textshadow=yes -colour=0xffff00 - -// 328:4 -[com_4] -type=text -x=43 -y=45 -width=92 -height=13 -xmode=abs_right -layer=com_7 -textfont=p11_full -text=Sanctity: -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 328:5 -[com_5] -type=text -x=13 -y=45 -width=26 -height=11 -xmode=abs_right -layer=com_7 -textfont=p11_full -text=**** -textshadow=yes -colour=0xffff00 - -// 328:6 -[com_6] -type=text -width=139 -height=16 -xmode=abs_right -layer=com_7 -textfont=p12_full -text=* Temple Repair * -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 328:7 -[com_7] -type=layer -width=160 -height=74 -xmode=abs_right - diff --git a/dumps/530/interface/interface_329.if3 b/dumps/530/interface/interface_329.if3 deleted file mode 100644 index 99ca961fb..000000000 --- a/dumps/530/interface/interface_329.if3 +++ /dev/null @@ -1,988 +0,0 @@ -// 329:0 -[com_0] -type=rectangle -width=16519 -height=19039 -widthmode=proportion -heightmode=proportion -colour=0x35382c -fill=yes - -// 329:1 -[com_1] -type=model -x=118 -y=8 -width=393 -height=347 -layer=com_47 -model=model_14124 -modelorigin_x=-4 -modelorigin_y=-57 -modelangle_x=216 -modelangle_y=2047 -modelangle_z=0 -modelzoom=656 -unknown100=370 -unknown101=3000 - -// 329:2 -[com_2] -type=text -x=408 -y=241 -width=85 -height=42 -layer=com_47 -textfont=q8_full -text=Burgh DeRott -textalignv=1 -colour=0x343412 - -// 329:3 -[com_3] -type=text -x=308 -y=159 -width=96 -height=18 -layer=com_47 -textfont=q8_full -text=Mort'ton -textalignh=1 -textalignv=1 -colour=0x343412 - -// 329:4 -[com_4] -type=text -x=335 -y=19 -width=64 -height=15 -layer=com_47 -textfont=q8_full -text=Canifis -textalignv=1 -colour=0x343412 - -// 329:5 -[com_5] -type=text -x=246 -y=96 -width=52 -height=16 -layer=com_47 -textfont=q8_full -text=Mort -textalignh=2 -textalignv=1 -colour=0x343412 - -// 329:6 -[com_6] -type=text -x=241 -y=113 -width=64 -height=16 -layer=com_47 -textfont=q8_full -text=Myre -textalignh=1 -textalignv=1 -colour=0x343412 - -// 329:7 -[com_7] -type=text -x=232 -y=130 -width=76 -height=17 -layer=com_47 -textfont=q8_full -text=Swamp -textalignh=2 -textalignv=1 -colour=0x343412 - -// 329:8 -[com_8] -type=text -x=374 -y=100 -width=71 -height=65 -layer=com_47 -textfont=q8_full -text=The Hollows -textalignh=1 -textalignv=1 -colour=0x343412 - -// 329:9 -[com_9] -type=model -x=34 -y=12 -width=155 -height=44 -layer=com_47 -model=model_14125 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=459 -modelangle_y=2035 -modelangle_z=0 -modelzoom=1106 -unknown100=63898 -unknown101=3000 - -// 329:10 -[com_10] -type=model -x=24 -y=87 -width=156 -height=43 -layer=com_47 -model=model_14125 -modelorigin_x=1 -modelorigin_y=-3 -modelangle_x=498 -modelangle_y=1005 -modelangle_z=0 -modelzoom=1106 -unknown100=63897 -unknown101=3000 - -// 329:11 -[com_11] -type=model -x=8 -y=162 -width=153 -height=49 -layer=com_47 -model=model_14125 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=474 -modelangle_y=0 -modelangle_z=0 -modelzoom=1106 -unknown100=63898 -unknown101=3000 - -// 329:12 -[com_12] -type=model -x=3 -y=239 -width=203 -height=89 -layer=com_47 -model=model_14126 -modelorigin_x=4 -modelorigin_y=-2 -modelangle_x=483 -modelangle_y=0 -modelangle_z=0 -modelzoom=728 -unknown100=64064 -unknown101=3000 - -// 329:13 -[com_13] -type=text -x=52 -y=271 -width=100 -height=17 -layer=com_47 -textfont=q8_full -text=Choose a route -colour=0x35382c - -// 329:14 -[com_14] -type=text -x=53 -y=18 -width=109 -height=29 -layer=com_47 -textfont=q8_full -text=Route One -textalignh=1 -textalignv=1 -colour=0x343412 -op1=Route One -onmouseover=script69(false, interface_329:com_15) -onmouseleave=script69(true, interface_329:com_15) - -// 329:15 -[com_15] -type=layer -x=20 -y=12 -width=464 -height=304 -layer=com_47 -hide=yes - -// 329:16 -[com_16] -type=text -x=50 -y=94 -width=100 -height=28 -layer=com_47 -textfont=q8_full -text=Route Two -textalignh=1 -textalignv=1 -colour=0x343412 -op1=Route Two -onmouseover=script69(false, interface_329:com_17) -onmouseleave=script69(true, interface_329:com_17) - -// 329:17 -[com_17] -type=layer -x=20 -y=12 -width=464 -height=304 -layer=com_47 -hide=yes - -// 329:18 -[com_18] -type=text -x=34 -y=169 -width=102 -height=32 -layer=com_47 -textfont=q8_full -text=Route Three -textalignh=1 -textalignv=1 -colour=0x343412 -op1=Route Three -onmouseover=script69(false, interface_329:com_19) -onmouseleave=script69(true, interface_329:com_19) - -// 329:19 -[com_19] -type=layer -x=20 -y=12 -width=464 -height=304 -layer=com_47 -hide=yes - -// 329:20 -[com_20] -type=model -x=255 -y=18 -width=161 -height=289 -layer=com_47 -model=model_14128 -modelorigin_x=-25 -modelorigin_y=-38 -modelangle_x=216 -modelangle_y=2047 -modelangle_z=0 -modelzoom=656 -unknown100=64175 -unknown101=3000 - -// 329:21 -[com_21] -type=text -x=193 -y=27 -width=72 -height=14 -layer=com_47 -textfont=q8_full -text=Temple -textalignh=2 -textalignv=1 -colour=0x343412 - -// 329:22 -[com_22] -type=model -x=361 -y=166 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=3 -modelangle_z=0 -modelzoom=1907 -unknown100=64536 -unknown101=3000 -onvartransmit=script1307 -onvartransmitlist=varplayer_700 - -// 329:23 -[com_23] -type=model -x=247 -y=187 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=3 -modelangle_z=0 -modelzoom=1907 -unknown100=64536 -unknown101=3000 - -// 329:24 -[com_24] -type=model -x=245 -y=126 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=3 -modelangle_z=0 -modelzoom=1907 -unknown100=64536 -unknown101=3000 - -// 329:25 -[com_25] -type=model -x=272 -y=25 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=3 -modelangle_z=0 -modelzoom=1907 -unknown100=64536 -unknown101=3000 - -// 329:26 -[com_26] -type=model -x=283 -y=112 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=3 -modelangle_z=0 -modelzoom=1907 -unknown100=64536 -unknown101=3000 - -// 329:27 -[com_27] -type=model -x=320 -y=98 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=3 -modelangle_z=0 -modelzoom=1907 -unknown100=64536 -unknown101=3000 - -// 329:28 -[com_28] -type=model -x=308 -y=77 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=3 -modelangle_z=0 -modelzoom=1907 -unknown100=64536 -unknown101=3000 - -// 329:29 -[com_29] -type=model -x=253 -y=55 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=3 -modelangle_z=0 -modelzoom=1907 -unknown100=64536 -unknown101=3000 - -// 329:30 -[com_30] -type=model -x=305 -y=35 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=3 -modelangle_z=0 -modelzoom=1907 -unknown100=64536 -unknown101=3000 - -// 329:31 -[com_31] -type=model -x=265 -y=34 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=3 -modelangle_z=0 -modelzoom=1907 -unknown100=64536 -unknown101=3000 - -// 329:32 -[com_32] -type=model -x=230 -y=93 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:33 -[com_33] -type=model -x=240 -y=83 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:34 -[com_34] -type=model -x=245 -y=76 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:35 -[com_35] -type=model -x=246 -y=67 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:36 -[com_36] -type=model -x=232 -y=44 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:37 -[com_37] -type=model -x=236 -y=29 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:38 -[com_38] -type=model -x=402 -y=106 -width=20 -height=51 -layer=com_47 -model=null -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:39 -[com_39] -type=model -x=382 -y=75 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:40 -[com_40] -type=model -x=368 -y=61 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:41 -[com_41] -type=model -x=361 -y=55 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:42 -[com_42] -type=model -x=359 -y=49 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:43 -[com_43] -type=model -x=359 -y=44 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:44 -[com_44] -type=model -x=365 -y=37 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:45 -[com_45] -type=model -x=368 -y=25 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:46 -[com_46] -type=model -x=345 -y=12 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=592 -modelangle_y=12 -modelangle_z=0 -modelzoom=1907 -modelanim=seq_3777 -unknown100=64536 -unknown101=3000 - -// 329:47 -[com_47] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 329:48 -[com_48] -type=model -x=-17 -y=227 -width=203 -height=89 -layer=com_19 -model=model_14126 -modelorigin_x=4 -modelorigin_y=-2 -modelangle_x=483 -modelangle_y=0 -modelangle_z=0 -modelzoom=728 -unknown100=64021 -unknown101=3000 - -// 329:49 -[com_49] -type=model -x=-17 -y=227 -width=203 -height=89 -layer=com_15 -model=model_14126 -modelorigin_x=4 -modelorigin_y=-2 -modelangle_x=483 -modelangle_y=0 -modelangle_z=0 -modelzoom=728 -unknown100=64049 -unknown101=3000 - -// 329:50 -[com_50] -type=model -x=-17 -y=227 -width=203 -height=89 -layer=com_17 -model=model_14126 -modelorigin_x=4 -modelorigin_y=-2 -modelangle_x=483 -modelangle_y=0 -modelangle_z=0 -modelzoom=728 -unknown100=64035 -unknown101=3000 - -// 329:51 -[com_51] -type=model -x=223 -y=27 -width=134 -height=219 -layer=com_15 -model=model_14121 -modelorigin_x=0 -modelorigin_y=-24 -modelangle_x=216 -modelangle_y=2047 -modelangle_z=0 -modelzoom=656 -unknown100=65179 -unknown101=3000 - -// 329:52 -[com_52] -type=text -x=33 -y=6 -width=109 -height=29 -layer=com_15 -textfont=q8_full -text=Route One -textalignh=1 -textalignv=1 -colour=0x0000cc - -// 329:53 -[com_53] -type=model -x=223 -y=27 -width=134 -height=219 -layer=com_17 -model=model_14123 -modelorigin_x=0 -modelorigin_y=-24 -modelangle_x=216 -modelangle_y=2047 -modelangle_z=0 -modelzoom=656 -unknown100=64745 -unknown101=3000 - -// 329:54 -[com_54] -type=text -x=30 -y=82 -width=100 -height=28 -layer=com_17 -textfont=q8_full -text=Route Two -textalignh=1 -textalignv=1 -colour=0xcdcb4d - -// 329:55 -[com_55] -type=model -x=261 -y=27 -width=160 -height=219 -layer=com_19 -model=model_14122 -modelorigin_x=-51 -modelorigin_y=-24 -modelangle_x=216 -modelangle_y=2047 -modelangle_z=0 -modelzoom=656 -unknown100=64419 -unknown101=3000 - -// 329:56 -[com_56] -type=text -x=14 -y=157 -width=102 -height=32 -layer=com_19 -textfont=q8_full -text=Route Three -textalignh=1 -textalignv=1 -colour=0xd13c3c - -// 329:57 -[com_57] -type=text -x=13 -y=236 -width=137 -height=66 -layer=com_15 -textfont=q8_full -text=Slow plod,
can evade
encounters. -textalignh=1 -textalignv=1 -colour=0x35382c - -// 329:58 -[com_58] -type=text -x=15 -y=239 -width=138 -height=64 -layer=com_17 -textfont=q8_full -text=Leisurely walk,
harder to evade
encounters. -textalignh=1 -textalignv=1 -colour=0x35382c - -// 329:59 -[com_59] -type=text -x=14 -y=239 -width=140 -height=65 -layer=com_19 -textfont=q8_full -text=Brisk walk,
impossible to
evade encounters. -textalignh=1 -textalignv=1 -colour=0x35382c - diff --git a/dumps/530/interface/interface_33.if b/dumps/530/interface/interface_33.if deleted file mode 100644 index 1942c5dab..000000000 --- a/dumps/530/interface/interface_33.if +++ /dev/null @@ -1,354 +0,0 @@ -// 33:0 -[com_0] - -// 33:1 -[com_1] - -// 33:2 -[com_2] - -// 33:3 -[com_3] - -// 33:4 -[com_4] - -// 33:5 -[com_5] - -// 33:6 -[com_6] - -// 33:7 -[com_7] - -// 33:8 -[com_8] - -// 33:9 -[com_9] - -// 33:10 -[com_10] - -// 33:11 -[com_11] - -// 33:12 -[com_12] - -// 33:13 -[com_13] - -// 33:14 -[com_14] - -// 33:15 -[com_15] - -// 33:16 -[com_16] - -// 33:17 -[com_17] - -// 33:18 -[com_18] - -// 33:19 -[com_19] - -// 33:20 -[com_20] - -// 33:21 -[com_21] - -// 33:22 -[com_22] - -// 33:23 -[com_23] - -// 33:24 -[com_24] - -// 33:25 -[com_25] - -// 33:26 -[com_26] - -// 33:27 -[com_27] - -// 33:28 -[com_28] - -// 33:29 -[com_29] - -// 33:30 -[com_30] - -// 33:31 -[com_31] - -// 33:32 -[com_32] - -// 33:33 -[com_33] - -// 33:34 -[com_34] - -// 33:35 -[com_35] - -// 33:36 -[com_36] - -// 33:37 -[com_37] - -// 33:38 -[com_38] - -// 33:39 -[com_39] - -// 33:40 -[com_40] - -// 33:41 -[com_41] - -// 33:42 -[com_42] - -// 33:43 -[com_43] - -// 33:44 -[com_44] - -// 33:45 -[com_45] - -// 33:46 -[com_46] - -// 33:47 -[com_47] - -// 33:48 -[com_48] - -// 33:49 -[com_49] - -// 33:50 -[com_50] - -// 33:51 -[com_51] - -// 33:52 -[com_52] - -// 33:53 -[com_53] - -// 33:54 -[com_54] - -// 33:55 -[com_55] - -// 33:56 -[com_56] - -// 33:57 -[com_57] - -// 33:58 -[com_58] - -// 33:59 -[com_59] - -// 33:60 -[com_60] - -// 33:61 -[com_61] - -// 33:62 -[com_62] - -// 33:63 -[com_63] - -// 33:64 -[com_64] - -// 33:65 -[com_65] - -// 33:66 -[com_66] - -// 33:67 -[com_67] - -// 33:68 -[com_68] - -// 33:69 -[com_69] - -// 33:70 -[com_70] - -// 33:71 -[com_71] - -// 33:72 -[com_72] - -// 33:73 -[com_73] - -// 33:74 -[com_74] - -// 33:75 -[com_75] - -// 33:76 -[com_76] - -// 33:77 -[com_77] - -// 33:78 -[com_78] - -// 33:79 -[com_79] - -// 33:80 -[com_80] - -// 33:81 -[com_81] - -// 33:82 -[com_82] - -// 33:83 -[com_83] - -// 33:84 -[com_84] - -// 33:85 -[com_85] - -// 33:86 -[com_86] - -// 33:87 -[com_87] - -// 33:88 -[com_88] - -// 33:89 -[com_89] - -// 33:90 -[com_90] - -// 33:91 -[com_91] - -// 33:92 -[com_92] - -// 33:93 -[com_93] - -// 33:94 -[com_94] - -// 33:95 -[com_95] - -// 33:96 -[com_96] - -// 33:97 -[com_97] - -// 33:98 -[com_98] - -// 33:99 -[com_99] - -// 33:100 -[com_100] - -// 33:101 -[com_101] - -// 33:102 -[com_102] - -// 33:103 -[com_103] - -// 33:104 -[com_104] - -// 33:105 -[com_105] - -// 33:106 -[com_106] - -// 33:107 -[com_107] - -// 33:108 -[com_108] - -// 33:109 -[com_109] - -// 33:110 -[com_110] - -// 33:111 -[com_111] - -// 33:112 -[com_112] - -// 33:113 -[com_113] - -// 33:114 -[com_114] - -// 33:115 -[com_115] - -// 33:116 -[com_116] - -// 33:117 -[com_117] - diff --git a/dumps/530/interface/interface_330.if3 b/dumps/530/interface/interface_330.if3 deleted file mode 100644 index 79abd66a6..000000000 --- a/dumps/530/interface/interface_330.if3 +++ /dev/null @@ -1,472 +0,0 @@ -// 330:0 -[com_0] -type=layer -width=600 -height=500 -layer=com_14 - -// 330:1 -[com_1] -type=model -x=-77 -y=-121 -width=676 -height=587 -layer=com_14 -model=model_6039 -modelorigin_x=4 -modelorigin_y=123 -modelangle_x=41 -modelangle_y=2036 -modelangle_z=0 -modelzoom=207 -unknown100=64851 -unknown101=3000 - -// 330:2 -[com_2] -type=layer -x=337 -y=97 -width=155 -height=170 -layer=com_14 - -// 330:3 -[com_3] -type=graphic -x=483 -y=4 -width=26 -height=23 -layer=com_14 -graphic="close_buttons,7" -onmouseover=script44(event_com, "close_buttons,6") -onmouseleave=script44(event_com, "close_buttons,7") -onclick=script29 - -// 330:4 -[com_4] -type=model -x=93 -y=15 -width=34 -height=33 -layer=com_2 -model=model_6040 -modelorigin_x=4 -modelorigin_y=3 -modelangle_x=397 -modelangle_y=276 -modelangle_z=0 -modelzoom=1400 -unknown100=63844 -unknown101=3000 -op1=Move the dial to 1 - -// 330:5 -[com_5] -type=model -x=117 -y=43 -width=32 -height=37 -layer=com_2 -model=model_6040 -modelorigin_x=2 -modelorigin_y=5 -modelangle_x=450 -modelangle_y=460 -modelangle_z=0 -modelzoom=1400 -unknown100=63835 -unknown101=3000 -op1=Move the dial to 2 - -// 330:6 -[com_6] -type=model -x=116 -y=83 -width=33 -height=36 -layer=com_2 -model=model_6040 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=404 -modelangle_y=619 -modelangle_z=0 -modelzoom=1400 -unknown100=63854 -unknown101=3000 -op1=Move the dial to 3 - -// 330:7 -[com_7] -type=model -x=97 -y=118 -width=36 -height=32 -layer=com_2 -model=model_6040 -modelorigin_x=-4 -modelorigin_y=3 -modelangle_x=429 -modelangle_y=819 -modelangle_z=0 -modelzoom=1400 -unknown100=63844 -unknown101=3000 -op1=Move the dial to 4 - -// 330:8 -[com_8] -type=model -x=62 -y=128 -width=37 -height=32 -layer=com_2 -model=model_6040 -modelorigin_x=-6 -modelorigin_y=0 -modelangle_x=435 -modelangle_y=1048 -modelangle_z=0 -modelzoom=1400 -unknown100=63836 -unknown101=3000 -op1=Move the dial to 5 - -// 330:9 -[com_9] -type=model -x=25 -y=118 -width=36 -height=33 -layer=com_2 -model=model_6040 -modelorigin_x=-6 -modelorigin_y=-3 -modelangle_x=444 -modelangle_y=1216 -modelangle_z=0 -modelzoom=1400 -unknown100=63842 -unknown101=3000 -op1=Move the dial to 6 - -// 330:10 -[com_10] -type=model -x=6 -y=81 -width=31 -height=38 -layer=com_2 -model=model_6040 -modelorigin_x=-3 -modelorigin_y=-6 -modelangle_x=499 -modelangle_y=1425 -modelangle_z=0 -modelzoom=1400 -unknown100=63835 -unknown101=3000 -op1=Move the dial to 7 - -// 330:11 -[com_11] -type=model -x=7 -y=40 -width=32 -height=39 -layer=com_2 -model=model_6040 -modelorigin_x=0 -modelorigin_y=-6 -modelangle_x=468 -modelangle_y=1642 -modelangle_z=0 -modelzoom=1400 -unknown100=63845 -unknown101=3000 -op1=Move the dial to 8 - -// 330:12 -[com_12] -type=model -x=30 -y=16 -width=35 -height=33 -layer=com_2 -model=model_6040 -modelorigin_x=4 -modelorigin_y=-5 -modelangle_x=421 -modelangle_y=1821 -modelangle_z=0 -modelzoom=1400 -unknown100=63837 -unknown101=3000 -op1=Move the dial to 9 - -// 330:13 -[com_13] -type=model -x=67 -y=63 -width=40 -height=35 -layer=com_2 -model=model_6042 -modelorigin_x=6 -modelorigin_y=-2 -modelangle_x=467 -modelangle_y=2026 -modelangle_z=0 -modelzoom=1297 -unknown100=63856 -unknown101=3000 -op1=Reset the mechanism - -// 330:14 -[com_14] -type=layer -x=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 330:15 -[com_15] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 330:16 -[com_16] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 330:17 -[com_17] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_16 - -// 330:18 -[com_18] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 330:19 -[com_19] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 330:20 -[com_20] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 330:21 -[com_21] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 330:22 -[com_22] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 330:23 -[com_23] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 330:24 -[com_24] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 330:25 -[com_25] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 330:26 -[com_26] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_17 - -// 330:27 -[com_27] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_17 - -// 330:28 -[com_28] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_17 - -// 330:29 -[com_29] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_17 - -// 330:30 -[com_30] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_17 - -// 330:31 -[com_31] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_27 -graphic=tradebacking -tiling=yes -outline=2 - -// 330:32 -[com_32] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_26 -graphic=tradebacking -tiling=yes -outline=2 - -// 330:33 -[com_33] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_28 -graphic=tradebacking -tiling=yes -outline=2 - -// 330:34 -[com_34] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_29 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_331.if b/dumps/530/interface/interface_331.if deleted file mode 100644 index 083a0d243..000000000 --- a/dumps/530/interface/interface_331.if +++ /dev/null @@ -1,30 +0,0 @@ -// 331:0 -[com_0] - -// 331:1 -[com_1] - -// 331:2 -[com_2] - -// 331:3 -[com_3] - -// 331:4 -[com_4] - -// 331:5 -[com_5] - -// 331:6 -[com_6] - -// 331:7 -[com_7] - -// 331:8 -[com_8] - -// 331:9 -[com_9] - diff --git a/dumps/530/interface/interface_332.if3 b/dumps/530/interface/interface_332.if3 deleted file mode 100644 index 5ff8f6819..000000000 --- a/dumps/530/interface/interface_332.if3 +++ /dev/null @@ -1,389 +0,0 @@ -// 332:0 -[com_0] -type=graphic -x=19 -y=27 -width=476 -height=288 -graphic=tradebacking -tiling=yes - -// 332:1 -[com_1] -type=graphic -x=12 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 332:2 -[com_2] -type=graphic -x=12 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 332:3 -[com_3] -type=graphic -x=-1 -y=58 -width=32 -height=232 -graphic="v2_stone_borders,1" -tiling=yes - -// 332:4 -[com_4] -type=graphic -x=482 -y=58 -width=32 -height=232 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 332:5 -[com_5] -type=graphic -x=43 -y=7 -width=427 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 332:6 -[com_6] -type=graphic -x=44 -y=302 -width=426 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 332:7 -[com_7] -type=graphic -x=12 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 332:8 -[com_8] -type=graphic -x=470 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" -opbase= - -// 332:9 -[com_9] -type=graphic -x=470 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 332:10 -[com_10] -type=graphic -x=23 -y=35 -width=468 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 332:11 -[com_11] -type=graphic -x=470 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 332:12 -[com_12] -type=graphic -x=471 -y=26 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 332:13 -[com_13] -type=text -x=139 -y=120 -width=117 -height=14 -textfont=p12_full -text=Water Battlestaff -textalignh=1 -textalignv=1 -colour=0x0aaaaaaa - -// 332:14 -[com_14] -type=text -x=20 -y=120 -width=117 -height=14 -textfont=p12_full -text=Air Battlestaff -textalignh=1 -textalignv=1 -colour=0xaaaaaa - -// 332:15 -[com_15] -type=text -x=257 -y=120 -width=114 -height=14 -textfont=p12_full -text=Earth Battlestaff -textalignh=1 -textalignv=1 -colour=0xaaaaaa - -// 332:16 -[com_16] -type=text -x=373 -y=120 -width=106 -height=14 -textfont=p12_full -text=Fire Battlestaff -textalignh=1 -textalignv=1 -colour=0xaaaaaa - -// 332:17 -[com_17] -type=text -x=71 -y=27 -width=363 -height=20 -textfont=p12_full -text=What would you like to enchant? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 332:18 -[com_18] -type=text -x=28 -y=200 -width=110 -height=14 -textfont=p12_full -text=Lava Battlestaff -textalignh=1 -textalignv=1 -colour=0xaaaaaa - -// 332:19 -[com_19] -type=text -x=146 -y=200 -width=100 -height=14 -textfont=p12_full -text=Mud Battlestaff -textalignh=1 -textalignv=1 -colour=0xaaaaaa - -// 332:20 -[com_20] -type=text -x=257 -y=200 -width=100 -height=14 -textfont=p12_full -text=Steam Battlestaff -textalignh=1 -textalignv=1 -colour=0xaaaaaa - -// 332:21 -[com_21] -type=model -x=70 -y=80 -width=32 -height=32 -model=model_2810 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=148 -modelangle_y=1400 -modelangle_z=0 -modelzoom=992 -unknown100=0 -unknown101=3000 -op1=Enchant Air Battlestaff -onmouseleave=script40(interface_332:com_29) -onmouserepeat=script38(event_com, interface_332:com_29, "Enchant Air Battlestaff", 25, 45) - -// 332:22 -[com_22] -type=model -x=180 -y=80 -width=32 -height=32 -model=model_2810 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=148 -modelangle_y=1400 -modelangle_z=0 -modelzoom=992 -unknown100=0 -unknown101=3000 -op1=Enchant Water Battlestaff -onmouseleave=script40(interface_332:com_29) -onmouserepeat=script38(event_com, interface_332:com_29, "Enchant Water Battlestaff", 25, 45) - -// 332:23 -[com_23] -type=model -x=290 -y=80 -width=32 -height=32 -model=model_2810 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=148 -modelangle_y=1400 -modelangle_z=0 -modelzoom=992 -unknown100=0 -unknown101=3000 -op1=Enchant Earth Battlestaff -onmouseleave=script40(interface_332:com_29) -onmouserepeat=script38(event_com, interface_332:com_29, "Enchant Earth Battlestaff", 25, 45) - -// 332:24 -[com_24] -type=model -x=400 -y=80 -width=32 -height=32 -model=model_2810 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=148 -modelangle_y=1400 -modelangle_z=0 -modelzoom=992 -unknown100=0 -unknown101=3000 -op1=Enchant Fire Battlestaff -onmouseleave=script40(interface_332:com_29) -onmouserepeat=script38(event_com, interface_332:com_29, "Enchant Fire Battlestaff", 25, 45) - -// 332:25 -[com_25] -type=model -x=70 -y=160 -width=32 -height=32 -model=model_2810 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=148 -modelangle_y=1400 -modelangle_z=0 -modelzoom=992 -unknown100=0 -unknown101=3000 -op1=Enchant Lava Battlestaff -onmouseleave=script40(interface_332:com_29) -onmouserepeat=script38(event_com, interface_332:com_29, "Enchant Lava Battlestaff", 25, 45) - -// 332:26 -[com_26] -type=model -x=180 -y=160 -width=32 -height=32 -model=model_2810 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=148 -modelangle_y=1400 -modelangle_z=0 -modelzoom=992 -unknown100=0 -unknown101=3000 -op1=Enchant Mud Battlestaff -onmouseleave=script40(interface_332:com_29) -onmouserepeat=script38(event_com, interface_332:com_29, "Enchant Mud Battlestaff", 25, 45) - -// 332:27 -[com_27] -type=model -x=290 -y=160 -width=32 -height=32 -model=model_2810 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=148 -modelangle_y=1400 -modelangle_z=0 -modelzoom=992 -unknown100=0 -unknown101=3000 -op1=Enchant Steam Battlestaff -onmouseleave=script40(interface_332:com_29) -onmouserepeat=script38(event_com, interface_332:com_29, "Enchant Steam Battlestaff", 25, 45) - -// 332:28 -[com_28] -type=layer -width=512 -height=334 - -// 332:29 -[com_29] -type=layer -x=205 -y=223 -width=50 -height=34 -layer=com_28 - diff --git a/dumps/530/interface/interface_333.if3 b/dumps/530/interface/interface_333.if3 deleted file mode 100644 index 2e8d765db..000000000 --- a/dumps/530/interface/interface_333.if3 +++ /dev/null @@ -1,12 +0,0 @@ -// 333:0 -[com_0] -type=rectangle -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -colour=0x000000 -fill=yes - diff --git a/dumps/530/interface/interface_334.if3 b/dumps/530/interface/interface_334.if3 deleted file mode 100644 index 45b54444c..000000000 --- a/dumps/530/interface/interface_334.if3 +++ /dev/null @@ -1,522 +0,0 @@ -// 334:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 334:1 -[com_1] -type=text -widthmode=minus -heightmode=minus -layer=com_44 -textfont=p12_full -textlineheight=17 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 334:2 -[com_2] -type=text -widthmode=minus -heightmode=minus -layer=com_40 -textfont=p12_full -textlineheight=17 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 334:3 -[com_3] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 334:4 -[com_4] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 334:5 -[com_5] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 334:6 -[com_6] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 334:7 -[com_7] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 334:8 -[com_8] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 334:9 -[com_9] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 334:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 334:11 -[com_11] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 334:12 -[com_12] -type=graphic -x=24 -y=49 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 334:13 -[com_13] -type=graphic -x=13 -y=51 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 334:14 -[com_14] -type=graphic -x=468 -y=51 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 334:15 -[com_15] -type=graphic -x=240 -y=63 -width=32 -height=32 -graphic="v2_stone_borders,14" -opbase= - -// 334:16 -[com_16] -type=graphic -x=241 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,11" - -// 334:17 -[com_17] -type=graphic -x=239 -y=66 -width=32 -height=222 -graphic="v2_stone_borders,13" -tiling=yes - -// 334:18 -[com_18] -type=graphic -x=239 -y=283 -width=34 -height=36 -graphic="v2_stone_borders,13" -tiling=yes - -// 334:19 -[com_19] -type=layer -x=259 -y=85 -width=235 -height=171 - -// 334:20 -[com_20] -type=rectangle -x=188 -y=295 -width=65 -height=25 -colour=0x0f0105 -fill=yes -op1=Accept - -// 334:21 -[com_21] -type=rectangle -x=259 -y=295 -width=67 -height=24 -colour=0x0f0105 -fill=yes -op1=Decline - -// 334:22 -[com_22] -type=graphic -x=184 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,18" -opbase= - -// 334:23 -[com_23] -type=graphic -x=296 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,19" - -// 334:24 -[com_24] -type=graphic -x=216 -y=276 -width=32 -height=32 -graphic="v2_stone_borders,8" - -// 334:25 -[com_25] -type=graphic -x=264 -y=276 -width=32 -height=32 -graphic="v2_stone_borders,8" - -// 334:26 -[com_26] -type=graphic -x=239 -y=277 -width=32 -height=32 -graphic="v2_stone_borders,22" - -// 334:27 -[com_27] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 334:28 -[com_28] -type=graphic -x=172 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,11" - -// 334:29 -[com_29] -type=graphic -x=241 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,11" - -// 334:30 -[com_30] -type=graphic -x=310 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,11" - -// 334:31 -[com_31] -type=text -x=23 -y=69 -width=229 -height=16 -textfont=b12_full -text=You are about to give: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 334:32 -[com_32] -type=text -x=260 -y=69 -width=234 -height=16 -textfont=b12_full -text=In return you will receive: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 334:33 -[com_33] -type=text -x=20 -y=30 -width=450 -height=13 -textfont=p12_full -text=Are you sure you want to make this trade? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x00ffff - -// 334:34 -[com_34] -type=text -x=19 -y=48 -width=449 -height=11 -textfont=p11_full -text=There is NO WAY to reverse a trade if you change your mind. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 334:35 -[com_35] -type=text -x=187 -y=297 -width=67 -height=20 -textfont=p12_full -text=Accept -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x00c000 - -// 334:36 -[com_36] -type=text -x=259 -y=298 -width=68 -height=19 -textfont=p12_full -text=Decline -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc00000 - -// 334:37 -[com_37] -type=text -x=19 -y=85 -width=235 -height=14 -hide=yes -textfont=b12_full -text=Item -textalignh=1 -textshadow=yes -colour=0xffffff - -// 334:38 -[com_38] -type=text -x=19 -y=85 -width=117 -height=14 -hide=yes -textfont=p12_full -text=Item -textalignh=1 -textshadow=yes -colour=0xffffff - -// 334:39 -[com_39] -type=text -x=137 -y=85 -width=117 -height=14 -hide=yes -textfont=p12_full -text=Item -textalignh=1 -textshadow=yes -colour=0xffffff - -// 334:40 -[com_40] -type=layer -x=19 -y=256 -width=235 -height=34 -hide=yes - -// 334:41 -[com_41] -type=text -x=260 -y=85 -width=233 -height=14 -hide=yes -textfont=b12_full -text=Item -textalignh=1 -textshadow=yes -colour=0xffffff - -// 334:42 -[com_42] -type=text -x=260 -y=85 -width=117 -height=14 -hide=yes -textfont=p12_full -text=Item -textalignh=1 -textshadow=yes -colour=0xffffff - -// 334:43 -[com_43] -type=text -x=377 -y=85 -width=117 -height=14 -hide=yes -textfont=p12_full -text=Item -textalignh=1 -textshadow=yes -colour=0xffffff - -// 334:44 -[com_44] -type=layer -x=259 -y=256 -width=235 -height=34 -hide=yes - -// 334:45 -[com_45] -type=text -x=24 -y=286 -width=150 -height=31 -textfont=b12_full -text=Trading with:
Unknown -textlineheight=14 -textalignh=1 -textalignv=2 -textshadow=yes -colour=0x00ffff -onload=script142 - -// 334:46 -[com_46] -type=text -x=328 -y=290 -width=165 -height=29 -hide=yes -textfont=b12_full -text=Trade modified -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 - diff --git a/dumps/530/interface/interface_335.if3 b/dumps/530/interface/interface_335.if3 deleted file mode 100644 index d6a29f160..000000000 --- a/dumps/530/interface/interface_335.if3 +++ /dev/null @@ -1,880 +0,0 @@ -// 335:0 -[com_0] -type=graphic -x=7 -y=25 -width=498 -height=302 -graphic=tradebacking -tiling=yes - -// 335:1 -[com_1] -type=graphic -x=-13 -y=51 -width=32 -height=251 -graphic="v2_stone_borders,1" -tiling=yes - -// 335:2 -[com_2] -type=graphic -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 335:3 -[com_3] -type=graphic -x=492 -y=52 -width=32 -height=250 -graphic="v2_stone_borders,3" -tiling=yes - -// 335:4 -[com_4] -type=graphic -x=32 -y=7 -width=448 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 335:5 -[com_5] -type=graphic -x=32 -y=314 -width=448 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 335:6 -[com_6] -type=graphic -y=302 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 335:7 -[com_7] -type=graphic -x=480 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 335:8 -[com_8] -type=graphic -x=480 -y=302 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 335:9 -[com_9] -type=graphic -x=11 -y=35 -width=490 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 335:10 -[com_10] -type=graphic -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 335:11 -[com_11] -type=graphic -x=480 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 335:12 -[com_12] -type=graphic -x=485 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 335:13 -[com_13] -type=rectangle -x=6 -y=300 -width=499 -height=27 -colour=0x000000 -fill=yes -trans=200 - -// 335:14 -[com_14] -type=graphic -x=241 -y=54 -width=32 -height=244 -graphic="v2_stone_borders,24" -tiling=yes - -// 335:15 -[com_15] -type=text -x=19 -y=30 -width=474 -height=16 -textfont=b12_full -text=Trading With: Unknown -textalignh=1 -textshadow=yes -colour=0xff981f -onvartransmit=script141 -onvartransmitlist=varplayer_1042,varplayer_1043 - -// 335:16 -[com_16] -type=layer -x=223 -y=124 -width=65 -height=32 -op1=Accept -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 335:17 -[com_17] -type=text -x=223 -y=124 -width=65 -height=32 -textfont=p12_full -text=Accept -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x00c000 - -// 335:18 -[com_18] -type=layer -x=223 -y=164 -width=65 -height=32 -op1=Decline -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 335:19 -[com_19] -type=text -x=223 -y=164 -width=65 -height=32 -textfont=p12_full -text=Decline -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc00000 - -// 335:20 -[com_20] -type=rectangle -x=213 -y=66 -width=91 -height=47 -colour=0x221717 -fill=yes - -// 335:21 -[com_21] -type=text -x=215 -y=68 -width=82 -height=41 -textfont=p11_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 335:22 -[com_22] -type=graphic -x=238 -y=47 -width=40 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 335:23 -[com_23] -type=graphic -x=207 -y=61 -width=32 -height=32 -graphic="v2_stone_borders,18" - -// 335:24 -[com_24] -type=graphic -x=274 -y=61 -width=32 -height=32 -graphic="v2_stone_borders,19" - -// 335:25 -[com_25] -type=graphic -x=207 -y=85 -width=32 -height=32 -graphic="v2_stone_borders,20" - -// 335:26 -[com_26] -type=graphic -x=274 -y=85 -width=32 -height=32 -graphic="v2_stone_borders,21" - -// 335:27 -[com_27] -type=graphic -x=239 -y=97 -width=35 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 335:28 -[com_28] -type=graphic -x=6 -y=285 -width=499 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 335:29 -[com_29] -type=layer -x=7 -y=26 -width=497 -height=301 -onload=script172 - -// 335:30 -[com_30] -type=layer -x=12 -y=72 -width=177 -height=223 - -// 335:31 -[com_31] -type=layer -x=12 -y=72 -width=177 -height=223 - -// 335:32 -[com_32] -type=layer -x=322 -y=72 -width=177 -height=223 - -// 335:33 -[com_33] -type=layer -x=322 -y=72 -width=177 -height=223 - -// 335:34 -[com_34] -type=text -x=311 -y=56 -width=171 -height=14 -textfont=p12_full -text=Trader's Offer -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 335:35 -[com_35] -type=text -x=56 -y=56 -width=119 -height=14 -textfont=p12_full -text=Your Offer -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 335:36 -[com_36] -type=text -x=131 -y=281 -width=252 -height=15 -textfont=p12_full -text=Waiting for other player -textalignh=1 -textshadow=yes -colour=0xffffff - -// 335:37 -[com_37] -type=layer -x=466 -y=22 -width=32 -height=32 -hide=yes - -// 335:38 -[com_38] -type=text -x=26 -y=32 -width=188 -height=16 -hide=yes -textfont=p11_full -text=Trade modified -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 335:39 -[com_39] -type=text -x=300 -y=32 -width=175 -height=16 -hide=yes -textfont=p11_full -text=Trade modified -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 335:40 -[com_40] -type=text -x=9 -y=302 -width=60 -height=10 -textfont=p11_full -text=Limit: 3000 -textshadow=yes -colour=0xbebe5e -onmouseleave=script40(interface_335:com_81) - -// 335:41 -[com_41] -type=text -x=181 -y=302 -width=150 -height=10 -textfont=p11_full -text=Wealth transfer -textalignh=1 -textshadow=yes -colour=0xbebe5e -onmouseleave=script40(interface_335:com_81) - -// 335:42 -[com_42] -type=text -x=439 -y=302 -width=60 -height=10 -textfont=p11_full -text=Limit: 3000 -textalignh=2 -textshadow=yes -colour=0xbebe5e -onmouseleave=script40(interface_335:com_81) - -// 335:43 -[com_43] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 335:44 -[com_44] -type=graphic -x=10 -y=308 -width=490 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 335:45 -[com_45] -type=line -x=8 -y=325 -width=493 -colour=0x8e8e54 - -// 335:46 -[com_46] -type=line -x=8 -y=326 -width=493 -colour=0xcccccc - -// 335:47 -[com_47] -type=line -x=9 -y=317 -height=8 -colour=0x8e8e54 - -// 335:48 -[com_48] -type=line -x=11 -y=317 -height=7 -colour=0x8e8e54 - -// 335:49 -[com_49] -type=line -x=10 -y=316 -height=9 -colour=0xcccccc - -// 335:50 -[com_50] -type=line -x=50 -y=320 -height=5 -linewid=2 -colour=0x8e8e54 - -// 335:51 -[com_51] -type=line -x=91 -y=317 -height=8 -colour=0x8e8e54 - -// 335:52 -[com_52] -type=line -x=93 -y=317 -height=8 -colour=0x8e8e54 - -// 335:53 -[com_53] -type=line -x=92 -y=316 -height=9 -colour=0xcccccc - -// 335:54 -[com_54] -type=line -x=132 -y=320 -height=5 -linewid=2 -colour=0x8e8e54 - -// 335:55 -[com_55] -type=line -x=173 -y=317 -height=8 -colour=0x8e8e54 - -// 335:56 -[com_56] -type=line -x=175 -y=317 -height=8 -colour=0x8e8e54 - -// 335:57 -[com_57] -type=line -x=174 -y=316 -height=9 -colour=0xcccccc - -// 335:58 -[com_58] -type=line -x=214 -y=320 -height=5 -linewid=2 -colour=0x8e8e54 -opbase= - -// 335:59 -[com_59] -type=line -x=255 -y=317 -height=8 -linewid=2 -colour=0x8e8e54 - -// 335:60 -[com_60] -type=line -x=296 -y=320 -height=5 -linewid=2 -colour=0x8e8e54 - -// 335:61 -[com_61] -type=line -x=337 -y=317 -height=8 -colour=0x8e8e54 - -// 335:62 -[com_62] -type=line -x=339 -y=317 -height=8 -colour=0x8e8e54 - -// 335:63 -[com_63] -type=line -x=338 -y=316 -height=9 -colour=0xcccccc - -// 335:64 -[com_64] -type=line -x=378 -y=320 -height=5 -linewid=2 -colour=0x8e8e54 - -// 335:65 -[com_65] -type=line -x=419 -y=317 -height=8 -colour=0x8e8e54 - -// 335:66 -[com_66] -type=line -x=421 -y=317 -height=8 -colour=0x8e8e54 - -// 335:67 -[com_67] -type=line -x=420 -y=316 -height=9 -colour=0xcccccc - -// 335:68 -[com_68] -type=line -x=460 -y=320 -height=5 -linewid=2 -colour=0x8e8e54 - -// 335:69 -[com_69] -type=line -x=499 -y=317 -height=8 -colour=0x8e8e54 - -// 335:70 -[com_70] -type=line -x=501 -y=317 -height=8 -colour=0x8e8e54 -opbase= - -// 335:71 -[com_71] -type=line -x=500 -y=316 -height=9 -colour=0xcccccc -opbase= - -// 335:72 -[com_72] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 335:73 -[com_73] -type=graphic -x=250 -y=313 -width=12 -height=12 -graphic="trade_tracker,0" -onmouseleave=script40(interface_335:com_81) - -// 335:74 -[com_74] -type=graphic -x=250 -y=313 -width=12 -height=12 -graphic="trade_tracker,1" -onmouseleave=script40(interface_335:com_81) - -// 335:75 -[com_75] -type=graphic -x=250 -y=313 -width=12 -height=12 -graphic="trade_tracker,2" -trans=100 -onmouseleave=script40(interface_335:com_81) - -// 335:76 -[com_76] -type=graphic -x=250 -y=313 -width=12 -height=12 -graphic="trade_tracker,2" -trans=100 -onmouseleave=script40(interface_335:com_81) - -// 335:77 -[com_77] -type=layer -x=191 -y=204 -width=60 -height=76 -onload=script507(interface_335:com_77, interface_335:com_86, interface_335:com_87, interface_335:com_85, interface_335:com_78, interface_335:com_82, interface_335:com_83) - -// 335:78 -[com_78] -type=layer -x=261 -y=204 -width=60 -height=76 - -// 335:79 -[com_79] -type=layer -width=512 -height=334 - -// 335:80 -[com_80] -type=text -height=16 -widthmode=minus -layer=com_78 -textfont=p11_full -text=Loan: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 335:81 -[com_81] -type=layer -x=10 -y=10 -width=10 -height=10 -layer=com_79 - -// 335:82 -[com_82] -type=graphic -y=14 -width=36 -height=32 -xmode=abs_centre -layer=com_78 - -// 335:83 -[com_83] -type=text -height=30 -widthmode=minus -ymode=abs_bottom -layer=com_78 -textfont=p11_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 335:84 -[com_84] -type=text -height=16 -widthmode=minus -layer=com_77 -textfont=p11_full -text=Loan: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 335:85 -[com_85] -type=layer -y=2 -width=4 -height=28 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_77 - -// 335:86 -[com_86] -type=graphic -y=14 -width=36 -height=32 -xmode=abs_centre -layer=com_77 - -// 335:87 -[com_87] -type=text -y=1 -height=30 -widthmode=minus -ymode=abs_bottom -layer=com_77 -textfont=p11_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_336.if3 b/dumps/530/interface/interface_336.if3 deleted file mode 100644 index 51558abdd..000000000 --- a/dumps/530/interface/interface_336.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 336:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_337.if3 b/dumps/530/interface/interface_337.if3 deleted file mode 100644 index 095ea3f39..000000000 --- a/dumps/530/interface/interface_337.if3 +++ /dev/null @@ -1,1468 +0,0 @@ -// 337:0 -[com_0] -type=model -x=100 -y=7 -width=327 -height=308 -layer=com_82 -model=model_3395 -modelorigin_x=-14 -modelorigin_y=16 -modelangle_x=500 -modelangle_y=2 -modelangle_z=0 -modelzoom=599 -unknown100=64133 -unknown101=3000 - -// 337:1 -[com_1] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_82 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 337:2 -[com_2] -type=model -x=199 -y=150 -width=20 -height=18 -layer=com_82 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=704 -modelangle_z=0 -modelzoom=772 -unknown100=63995 -unknown101=3000 - -// 337:3 -[com_3] -type=model -x=285 -y=157 -width=12 -height=14 -layer=com_82 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=660 -modelangle_z=0 -modelzoom=772 -unknown100=63996 -unknown101=3000 - -// 337:4 -[com_4] -type=model -x=335 -y=153 -width=20 -height=16 -layer=com_82 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=320 -modelangle_z=0 -modelzoom=772 -unknown100=63999 -unknown101=3000 - -// 337:5 -[com_5] -type=model -x=296 -y=165 -width=12 -height=15 -layer=com_82 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=784 -modelangle_z=0 -modelzoom=772 -unknown100=63996 -unknown101=3000 - -// 337:6 -[com_6] -type=model -x=285 -y=213 -width=19 -height=18 -layer=com_82 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=247 -modelangle_z=0 -modelzoom=772 -unknown100=63995 -unknown101=3000 - -// 337:7 -[com_7] -type=model -x=302 -y=169 -width=22 -height=13 -layer=com_82 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=507 -modelangle_z=0 -modelzoom=772 -unknown100=63996 -unknown101=3000 - -// 337:8 -[com_8] -type=model -x=227 -y=168 -width=21 -height=18 -layer=com_82 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=669 -modelangle_z=0 -modelzoom=772 -unknown100=63997 -unknown101=3000 - -// 337:9 -[com_9] -type=model -x=121 -y=202 -width=98 -height=86 -layer=com_82 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64116 -unknown101=3000 - -// 337:10 -[com_10] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_82 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64118 -unknown101=3000 - -// 337:11 -[com_11] -type=model -x=240 -y=216 -width=12 -height=15 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=1711 -modelangle_z=0 -modelzoom=772 -unknown100=63995 -unknown101=3000 - -// 337:12 -[com_12] -type=model -x=307 -y=36 -width=99 -height=85 -layer=com_82 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64120 -unknown101=3000 - -// 337:13 -[com_13] -type=model -x=242 -y=163 -width=19 -height=20 -layer=com_82 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=198 -modelangle_z=0 -modelzoom=772 -unknown100=63996 -unknown101=3000 - -// 337:14 -[com_14] -type=model -x=344 -y=161 -width=21 -height=16 -layer=com_82 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=341 -modelangle_z=0 -modelzoom=772 -unknown100=63998 -unknown101=3000 - -// 337:15 -[com_15] -type=model -x=327 -y=173 -width=19 -height=17 -layer=com_82 -model=model_3399 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=296 -modelangle_z=0 -modelzoom=772 -unknown100=63997 -unknown101=3000 - -// 337:16 -[com_16] -type=model -x=291 -y=160 -width=12 -height=15 -layer=com_82 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=759 -modelangle_z=0 -modelzoom=772 -unknown100=63996 -unknown101=3000 - -// 337:17 -[com_17] -type=model -x=176 -y=133 -width=11 -height=14 -layer=com_82 -model=model_4155 -modelorigin_x=4 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=1866 -modelangle_z=0 -modelzoom=772 -unknown100=63995 -unknown101=3000 - -// 337:18 -[com_18] -type=model -x=221 -y=164 -width=11 -height=14 -layer=com_82 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=774 -modelangle_z=0 -modelzoom=842 -unknown100=63969 -unknown101=3000 - -// 337:19 -[com_19] -type=model -x=248 -y=246 -width=15 -height=12 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=183 -modelangle_z=0 -modelzoom=772 -unknown100=63994 -unknown101=3000 - -// 337:20 -[com_20] -type=model -x=184 -y=139 -width=19 -height=18 -layer=com_82 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=733 -modelangle_z=0 -modelzoom=772 -unknown100=63994 -unknown101=3000 - -// 337:21 -[com_21] -type=model -x=266 -y=193 -width=20 -height=23 -layer=com_82 -model=model_3401 -modelorigin_x=4 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=747 -modelangle_z=0 -modelzoom=2418 -unknown100=63681 -unknown101=3000 - -// 337:22 -[com_22] -type=model -x=199 -y=169 -width=14 -height=15 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=1715 -modelangle_z=0 -modelzoom=739 -unknown100=64009 -unknown101=3000 - -// 337:23 -[com_23] -type=model -x=210 -y=176 -width=19 -height=18 -layer=com_82 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=744 -modelangle_z=0 -modelzoom=772 -unknown100=63993 -unknown101=3000 - -// 337:24 -[com_24] -type=model -x=296 -y=202 -width=11 -height=11 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=535 -modelangle_y=17 -modelangle_z=0 -modelzoom=772 -unknown100=64008 -unknown101=3000 - -// 337:25 -[com_25] -type=model -x=186 -y=160 -width=20 -height=19 -layer=com_82 -model=model_3399 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=1738 -modelangle_z=0 -modelzoom=772 -unknown100=63995 -unknown101=3000 - -// 337:26 -[com_26] -type=model -x=223 -y=186 -width=11 -height=14 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=1672 -modelangle_z=0 -modelzoom=772 -unknown100=63993 -unknown101=3000 - -// 337:27 -[com_27] -type=model -x=234 -y=212 -width=12 -height=15 -layer=com_82 -model=model_4155 -modelorigin_x=3 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=1794 -modelangle_z=0 -modelzoom=772 -unknown100=63993 -unknown101=3000 - -// 337:28 -[com_28] -type=model -x=247 -y=219 -width=12 -height=15 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=1711 -modelangle_z=0 -modelzoom=772 -unknown100=63994 -unknown101=3000 - -// 337:29 -[com_29] -type=model -x=252 -y=106 -width=21 -height=26 -layer=com_82 -model=model_3397 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1730 -unknown100=63778 -unknown101=3000 - -// 337:30 -[com_30] -type=model -x=305 -y=212 -width=87 -height=98 -layer=com_82 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=1549 -modelangle_z=0 -modelzoom=528 -unknown100=64130 -unknown101=3000 - -// 337:31 -[com_31] -type=model -x=251 -y=227 -width=14 -height=23 -layer=com_82 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=19 -modelangle_z=0 -modelzoom=772 -unknown100=63993 -unknown101=3000 - -// 337:32 -[com_32] -type=model -x=265 -y=232 -width=15 -height=23 -layer=com_82 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=62 -modelangle_z=0 -modelzoom=772 -unknown100=63993 -unknown101=3000 - -// 337:33 -[com_33] -type=model -x=270 -y=227 -width=14 -height=11 -layer=com_82 -model=model_4155 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=311 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:34 -[com_34] -type=model -x=176 -y=154 -width=13 -height=15 -layer=com_82 -model=model_4155 -modelorigin_x=3 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=1766 -modelangle_z=0 -modelzoom=772 -unknown100=63994 -unknown101=3000 - -// 337:35 -[com_35] -type=model -x=165 -y=142 -width=17 -height=19 -layer=com_82 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=1834 -modelangle_z=0 -modelzoom=772 -unknown100=63993 -unknown101=3000 - -// 337:36 -[com_36] -type=model -x=295 -y=206 -width=12 -height=11 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=52 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:37 -[com_37] -type=model -x=318 -y=166 -width=15 -height=12 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=291 -modelangle_z=0 -modelzoom=772 -unknown100=63993 -unknown101=3000 - -// 337:38 -[com_38] -type=model -x=327 -y=162 -width=13 -height=10 -layer=com_82 -model=model_4155 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=487 -modelangle_y=375 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:39 -[com_39] -type=model -x=347 -y=148 -width=15 -height=12 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=291 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:40 -[com_40] -type=model -x=356 -y=145 -width=13 -height=9 -layer=com_82 -model=model_4155 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=405 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:41 -[com_41] -type=model -x=361 -y=158 -width=13 -height=9 -layer=com_82 -model=model_4155 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=405 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:42 -[com_42] -type=model -x=308 -y=183 -width=21 -height=12 -layer=com_82 -model=model_3399 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=416 -modelangle_z=0 -modelzoom=772 -unknown100=63996 -unknown101=3000 - -// 337:43 -[com_43] -type=model -x=260 -y=249 -width=15 -height=12 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=183 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:44 -[com_44] -type=model -x=300 -y=187 -width=13 -height=10 -layer=com_82 -model=model_4155 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=436 -modelangle_z=0 -modelzoom=772 -unknown100=63996 -unknown101=3000 - -// 337:45 -[com_45] -type=model -x=278 -y=223 -width=13 -height=10 -layer=com_82 -model=model_4155 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=373 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:46 -[com_46] -type=model -x=258 -y=258 -width=12 -height=11 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=63 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:47 -[com_47] -type=model -x=332 -y=72 -width=21 -height=26 -layer=com_82 -model=model_3397 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1730 -unknown100=63777 -unknown101=3000 - -// 337:48 -[com_48] -type=model -x=280 -y=65 -width=20 -height=25 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1796 -unknown100=63767 -unknown101=3000 - -// 337:49 -[com_49] -type=model -x=207 -y=222 -width=20 -height=25 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1796 -unknown100=63767 -unknown101=3000 - -// 337:50 -[com_50] -type=model -x=188 -y=197 -width=20 -height=25 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1796 -unknown100=63767 -unknown101=3000 - -// 337:51 -[com_51] -type=model -x=229 -y=95 -width=16 -height=20 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2301 -unknown100=63698 -unknown101=3000 - -// 337:52 -[com_52] -type=model -x=188 -y=123 -width=16 -height=20 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2259 -unknown100=63703 -unknown101=3000 - -// 337:53 -[com_53] -type=model -x=166 -y=85 -width=16 -height=20 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2301 -unknown100=63698 -unknown101=3000 - -// 337:54 -[com_54] -type=model -x=293 -y=117 -width=16 -height=20 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2301 -unknown100=63698 -unknown101=3000 - -// 337:55 -[com_55] -type=model -x=245 -y=255 -width=12 -height=11 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=63 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:56 -[com_56] -type=model -x=295 -y=170 -width=20 -height=19 -layer=com_82 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1612 -unknown100=63795 -unknown101=3000 - -// 337:57 -[com_57] -type=model -x=254 -y=157 -width=13 -height=9 -layer=com_82 -model=model_4155 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=428 -modelangle_z=0 -modelzoom=772 -unknown100=63995 -unknown101=3000 - -// 337:58 -[com_58] -type=model -x=266 -y=152 -width=13 -height=9 -layer=com_82 -model=model_4155 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=423 -modelangle_z=0 -modelzoom=772 -unknown100=63995 -unknown101=3000 - -// 337:59 -[com_59] -type=model -x=275 -y=153 -width=12 -height=15 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=1721 -modelangle_z=0 -modelzoom=772 -unknown100=63995 -unknown101=3000 - -// 337:60 -[com_60] -type=model -x=261 -y=154 -width=14 -height=10 -layer=com_82 -model=model_4155 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=354 -modelangle_z=0 -modelzoom=772 -unknown100=63994 -unknown101=3000 - -// 337:61 -[com_61] -type=model -x=231 -y=206 -width=10 -height=13 -layer=com_82 -model=model_4155 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=1973 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:62 -[com_62] -type=model -x=229 -y=191 -width=11 -height=13 -layer=com_82 -model=model_4155 -modelorigin_x=4 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=1904 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:63 -[com_63] -type=model -x=232 -y=198 -width=10 -height=11 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2021 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:64 -[com_64] -type=model -x=215 -y=159 -width=12 -height=15 -layer=com_82 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=747 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:65 -[com_65] -type=model -x=211 -y=251 -width=16 -height=20 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2301 -unknown100=63698 -unknown101=3000 - -// 337:66 -[com_66] -type=model -x=177 -y=229 -width=16 -height=20 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2301 -unknown100=63698 -unknown101=3000 - -// 337:67 -[com_67] -type=model -x=167 -y=186 -width=16 -height=20 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2301 -unknown100=63698 -unknown101=3000 - -// 337:68 -[com_68] -type=model -x=342 -y=200 -width=17 -height=19 -layer=com_82 -model=model_3401 -modelorigin_x=3 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=905 -modelangle_z=0 -modelzoom=2586 -unknown100=63661 -unknown101=3000 - -// 337:69 -[com_69] -type=model -x=346 -y=215 -width=21 -height=21 -layer=com_82 -model=model_3401 -modelorigin_x=-3 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1494 -modelangle_z=0 -modelzoom=2053 -unknown100=63733 -unknown101=3000 - -// 337:70 -[com_70] -type=model -x=322 -y=222 -width=30 -height=27 -layer=com_82 -model=model_3401 -modelorigin_x=-3 -modelorigin_y=5 -modelangle_x=500 -modelangle_y=1403 -modelangle_z=0 -modelzoom=1692 -unknown100=63784 -unknown101=3000 - -// 337:71 -[com_71] -type=model -x=316 -y=210 -width=18 -height=21 -layer=com_82 -model=model_3401 -modelorigin_x=3 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=747 -modelangle_z=0 -modelzoom=2710 -unknown100=63640 -unknown101=3000 - -// 337:72 -[com_72] -type=model -x=318 -y=134 -width=17 -height=20 -layer=com_82 -model=model_3401 -modelorigin_x=4 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=747 -modelangle_z=0 -modelzoom=2799 -unknown100=63625 -unknown101=3000 - -// 337:73 -[com_73] -type=model -x=296 -y=194 -width=12 -height=11 -layer=com_82 -model=model_4155 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=52 -modelangle_z=0 -modelzoom=772 -unknown100=63992 -unknown101=3000 - -// 337:74 -[com_74] -type=model -x=201 -y=60 -width=16 -height=19 -layer=com_82 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2301 -unknown100=63698 -unknown101=3000 - -// 337:75 -[com_75] -type=model -x=266 -y=177 -width=9 -height=4 -layer=com_82 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=2039 -modelangle_z=0 -modelzoom=1383 -unknown100=63833 -unknown101=3000 - -// 337:76 -[com_76] -type=model -x=287 -y=178 -width=9 -height=3 -layer=com_82 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=334 -modelangle_y=2039 -modelangle_z=0 -modelzoom=1383 -unknown100=63833 -unknown101=3000 - -// 337:77 -[com_77] -type=model -x=277 -y=178 -width=9 -height=3 -layer=com_82 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=334 -modelangle_y=2039 -modelangle_z=0 -modelzoom=1383 -unknown100=63833 -unknown101=3000 - -// 337:78 -[com_78] -type=model -x=266 -y=168 -width=4 -height=9 -layer=com_82 -model=model_3400 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=466 -modelangle_z=0 -modelzoom=1383 -unknown100=63834 -unknown101=3000 - -// 337:79 -[com_79] -type=model -x=249 -y=124 -width=34 -height=45 -layer=com_82 -model=model_2110 -modelorigin_x=-1 -modelorigin_y=10 -modelangle_x=500 -modelangle_y=4 -modelangle_z=0 -modelzoom=887 -unknown100=63953 -unknown101=3000 - -// 337:80 -[com_80] -type=text -x=255 -y=168 -width=11 -height=12 -layer=com_82 -textfont=p11_full -text=1S -colour=0x2f2a25 - -// 337:81 -[com_81] -type=text -x=273 -y=181 -width=11 -height=12 -layer=com_82 -textfont=p11_full -text=3E -colour=0x2f2a25 - -// 337:82 -[com_82] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_338.if3 b/dumps/530/interface/interface_338.if3 deleted file mode 100644 index 18488f951..000000000 --- a/dumps/530/interface/interface_338.if3 +++ /dev/null @@ -1,238 +0,0 @@ -// 338:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_13 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64667 -unknown101=3000 - -// 338:1 -[com_1] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_13 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64435 -unknown101=3000 - -// 338:2 -[com_2] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_13 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64511 -unknown101=3000 - -// 338:3 -[com_3] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_13 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64536 -unknown101=3000 - -// 338:4 -[com_4] -type=model -x=232 -y=124 -width=25 -height=21 -layer=com_13 -model=model_11370 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2279 -unknown100=63819 -unknown101=3000 - -// 338:5 -[com_5] -type=model -x=300 -y=215 -width=86 -height=98 -layer=com_13 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64381 -unknown101=3000 - -// 338:6 -[com_6] -type=model -x=365 -y=133 -width=18 -height=23 -layer=com_13 -model=model_11366 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63832 -unknown101=3000 - -// 338:7 -[com_7] -type=model -x=263 -y=150 -width=26 -height=25 -layer=com_13 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1778 -modelangle_z=0 -modelzoom=1215 -unknown100=64018 -unknown101=3000 - -// 338:8 -[com_8] -type=model -x=264 -y=211 -width=25 -height=21 -layer=com_13 -model=model_11370 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2279 -unknown100=63774 -unknown101=3000 - -// 338:9 -[com_9] -type=model -x=194 -y=62 -width=18 -height=23 -layer=com_13 -model=model_11366 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63832 -unknown101=3000 - -// 338:10 -[com_10] -type=model -x=293 -y=144 -width=41 -height=34 -layer=com_13 -model=model_11370 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1383 -unknown100=63950 -unknown101=3000 - -// 338:11 -[com_11] -type=model -x=220 -y=251 -width=18 -height=23 -layer=com_13 -model=model_11366 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63815 -unknown101=3000 - -// 338:12 -[com_12] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_13 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 338:13 -[com_13] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_339.if3 b/dumps/530/interface/interface_339.if3 deleted file mode 100644 index eb95ef412..000000000 --- a/dumps/530/interface/interface_339.if3 +++ /dev/null @@ -1,928 +0,0 @@ -// 339:0 -[com_0] -type=graphic -x=473 -y=12 -width=26 -height=23 -layer=com_52 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 339:1 -[com_1] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_52 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64231 -unknown101=3000 - -// 339:2 -[com_2] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_52 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64114 -unknown101=3000 - -// 339:3 -[com_3] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_52 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64166 -unknown101=3000 - -// 339:4 -[com_4] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_52 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64221 -unknown101=3000 - -// 339:5 -[com_5] -type=model -x=246 -y=131 -width=46 -height=47 -layer=com_52 -model=model_11368 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=999 -unknown100=63922 -unknown101=3000 - -// 339:6 -[com_6] -type=model -x=300 -y=215 -width=86 -height=98 -layer=com_52 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64114 -unknown101=3000 - -// 339:7 -[com_7] -type=model -x=192 -y=199 -width=18 -height=23 -layer=com_52 -model=model_11366 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 339:8 -[com_8] -type=model -x=275 -y=182 -width=26 -height=25 -layer=com_52 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1778 -modelangle_z=0 -modelzoom=1215 -unknown100=63867 -unknown101=3000 - -// 339:9 -[com_9] -type=model -x=333 -y=210 -width=16 -height=19 -layer=com_52 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2279 -unknown100=63701 -unknown101=3000 - -// 339:10 -[com_10] -type=model -x=356 -y=175 -width=18 -height=22 -layer=com_52 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 339:11 -[com_11] -type=model -x=223 -y=231 -width=46 -height=47 -layer=com_52 -model=model_11368 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=999 -unknown100=63922 -unknown101=3000 - -// 339:12 -[com_12] -type=model -x=204 -y=142 -width=18 -height=22 -layer=com_52 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 339:13 -[com_13] -type=model -x=332 -y=113 -width=18 -height=22 -layer=com_52 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63771 -unknown101=3000 - -// 339:14 -[com_14] -type=model -x=204 -y=114 -width=18 -height=22 -layer=com_52 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63754 -unknown101=3000 - -// 339:15 -[com_15] -type=model -x=229 -y=96 -width=18 -height=22 -layer=com_52 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63762 -unknown101=3000 - -// 339:16 -[com_16] -type=model -x=152 -y=107 -width=46 -height=46 -layer=com_52 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63752 -unknown101=3000 - -// 339:17 -[com_17] -type=model -x=168 -y=70 -width=46 -height=46 -layer=com_52 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63752 -unknown101=3000 - -// 339:18 -[com_18] -type=model -x=242 -y=228 -width=8 -height=13 -layer=com_52 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1255 -unknown100=63858 -unknown101=3000 - -// 339:19 -[com_19] -type=model -x=242 -y=212 -width=8 -height=13 -layer=com_52 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1255 -unknown100=63858 -unknown101=3000 - -// 339:20 -[com_20] -type=model -x=242 -y=196 -width=8 -height=13 -layer=com_52 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1255 -unknown100=63858 -unknown101=3000 - -// 339:21 -[com_21] -type=model -x=263 -y=190 -width=13 -height=7 -layer=com_52 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=1255 -unknown100=63858 -unknown101=3000 - -// 339:22 -[com_22] -type=model -x=263 -y=191 -width=13 -height=7 -layer=com_52 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=1255 -unknown100=63858 -unknown101=3000 - -// 339:23 -[com_23] -type=model -x=248 -y=190 -width=13 -height=7 -layer=com_52 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=1255 -unknown100=63858 -unknown101=3000 - -// 339:24 -[com_24] -type=model -x=248 -y=191 -width=13 -height=7 -layer=com_52 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=1255 -unknown100=63858 -unknown101=3000 - -// 339:25 -[com_25] -type=text -x=229 -y=213 -width=13 -height=12 -layer=com_52 -textfont=p11_full -text=3N -colour=0x4c3d26 - -// 339:26 -[com_26] -type=text -x=255 -y=180 -width=12 -height=12 -layer=com_52 -textfont=p11_full -text=2E -colour=0x4c3d26 - -// 339:27 -[com_27] -type=model -x=321 -y=96 -width=26 -height=17 -layer=com_52 -model=model_3399 -modelorigin_x=1 -modelorigin_y=4 -modelangle_x=656 -modelangle_y=360 -modelangle_z=0 -modelzoom=615 -unknown100=64156 -unknown101=3000 - -// 339:28 -[com_28] -type=model -x=311 -y=100 -width=27 -height=16 -layer=com_52 -model=model_3399 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=605 -modelangle_y=411 -modelangle_z=0 -modelzoom=615 -unknown100=64150 -unknown101=3000 - -// 339:29 -[com_29] -type=model -x=287 -y=102 -width=29 -height=17 -layer=com_52 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=674 -modelangle_y=570 -modelangle_z=0 -modelzoom=615 -unknown100=64144 -unknown101=3000 - -// 339:30 -[com_30] -type=model -x=259 -y=95 -width=34 -height=22 -layer=com_52 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=677 -modelangle_y=615 -modelangle_z=0 -modelzoom=487 -unknown100=64225 -unknown101=3000 - -// 339:31 -[com_31] -type=model -x=239 -y=85 -width=31 -height=24 -layer=com_52 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=710 -modelangle_y=699 -modelangle_z=0 -modelzoom=487 -unknown100=64213 -unknown101=3000 - -// 339:32 -[com_32] -type=model -x=226 -y=76 -width=23 -height=19 -layer=com_52 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=737 -modelangle_y=783 -modelangle_z=0 -modelzoom=615 -unknown100=64114 -unknown101=3000 - -// 339:33 -[com_33] -type=model -x=200 -y=62 -width=33 -height=22 -layer=com_52 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=740 -modelangle_y=654 -modelangle_z=0 -modelzoom=487 -unknown100=64187 -unknown101=3000 - -// 339:34 -[com_34] -type=model -x=177 -y=62 -width=29 -height=12 -layer=com_52 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=761 -modelangle_y=507 -modelangle_z=0 -modelzoom=615 -unknown100=64090 -unknown101=3000 - -// 339:35 -[com_35] -type=model -x=342 -y=62 -width=16 -height=24 -layer=com_52 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=695 -modelangle_y=1020 -modelangle_z=0 -modelzoom=615 -unknown100=64120 -unknown101=3000 - -// 339:36 -[com_36] -type=model -x=306 -y=94 -width=29 -height=15 -layer=com_52 -model=model_3399 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=617 -modelangle_y=441 -modelangle_z=0 -modelzoom=615 -unknown100=64125 -unknown101=3000 - -// 339:37 -[com_37] -type=model -x=288 -y=94 -width=29 -height=17 -layer=com_52 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=674 -modelangle_y=570 -modelangle_z=0 -modelzoom=615 -unknown100=64119 -unknown101=3000 - -// 339:38 -[com_38] -type=model -x=260 -y=87 -width=34 -height=22 -layer=com_52 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=677 -modelangle_y=615 -modelangle_z=0 -modelzoom=487 -unknown100=64197 -unknown101=3000 - -// 339:39 -[com_39] -type=model -x=240 -y=77 -width=31 -height=24 -layer=com_52 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=710 -modelangle_y=699 -modelangle_z=0 -modelzoom=487 -unknown100=64186 -unknown101=3000 - -// 339:40 -[com_40] -type=model -x=227 -y=68 -width=23 -height=19 -layer=com_52 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=737 -modelangle_y=780 -modelangle_z=0 -modelzoom=615 -unknown100=64091 -unknown101=3000 - -// 339:41 -[com_41] -type=model -x=204 -y=57 -width=27 -height=17 -layer=com_52 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=740 -modelangle_y=654 -modelangle_z=0 -modelzoom=615 -unknown100=64081 -unknown101=3000 - -// 339:42 -[com_42] -type=model -x=178 -y=56 -width=29 -height=12 -layer=com_52 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=761 -modelangle_y=507 -modelangle_z=0 -modelzoom=615 -unknown100=64072 -unknown101=3000 - -// 339:43 -[com_43] -type=model -x=247 -y=46 -width=46 -height=46 -layer=com_52 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63734 -unknown101=3000 - -// 339:44 -[com_44] -type=model -x=339 -y=80 -width=19 -height=24 -layer=com_52 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=701 -modelangle_y=1068 -modelangle_z=0 -modelzoom=615 -unknown100=64109 -unknown101=3000 - -// 339:45 -[com_45] -type=model -x=328 -y=69 -width=35 -height=20 -layer=com_52 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=680 -modelangle_y=513 -modelangle_z=0 -modelzoom=487 -unknown100=64185 -unknown101=3000 - -// 339:46 -[com_46] -type=model -x=323 -y=58 -width=16 -height=24 -layer=com_52 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=695 -modelangle_y=1020 -modelangle_z=0 -modelzoom=615 -unknown100=64092 -unknown101=3000 - -// 339:47 -[com_47] -type=model -x=336 -y=60 -width=16 -height=24 -layer=com_52 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=695 -modelangle_y=1020 -modelangle_z=0 -modelzoom=615 -unknown100=64082 -unknown101=3000 - -// 339:48 -[com_48] -type=model -x=333 -y=75 -width=19 -height=24 -layer=com_52 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=701 -modelangle_y=1068 -modelangle_z=0 -modelzoom=615 -unknown100=64071 -unknown101=3000 - -// 339:49 -[com_49] -type=model -x=163 -y=64 -width=29 -height=15 -layer=com_52 -model=model_3399 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=674 -modelangle_y=1452 -modelangle_z=0 -modelzoom=615 -unknown100=64063 -unknown101=3000 - -// 339:50 -[com_50] -type=model -x=328 -y=92 -width=16 -height=12 -layer=com_52 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=623 -modelangle_y=333 -modelangle_z=0 -modelzoom=999 -unknown100=63921 -unknown101=3000 - -// 339:51 -[com_51] -type=model -x=307 -y=58 -width=18 -height=22 -layer=com_52 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 339:52 -[com_52] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_34.if3 b/dumps/530/interface/interface_34.if3 deleted file mode 100644 index 5d934dd66..000000000 --- a/dumps/530/interface/interface_34.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 34:0 -[com_0] -type=model -x=9 -y=7 -width=69 -height=68 -layer=com_3 -model=model_4607 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1600 -unknown100=63796 -unknown101=3000 - -// 34:1 -[com_1] -type=text -x=7 -y=77 -width=75 -height=15 -layer=com_3 -textfont=p12_full -text=Draughts -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 34:2 -[com_2] -type=text -x=7 -y=96 -width=75 -height=15 -layer=com_3 -textfont=p11_full -text=Rank: %1 -textalignh=1 -textshadow=yes -colour=0xaaaaaa -onload=script1273 -onvartransmit=script1273 -onvartransmitlist=varplayer_354 - -// 34:3 -[com_3] -type=layer -width=88 -height=122 -xmode=abs_right - diff --git a/dumps/530/interface/interface_340.if3 b/dumps/530/interface/interface_340.if3 deleted file mode 100644 index 11470217c..000000000 --- a/dumps/530/interface/interface_340.if3 +++ /dev/null @@ -1,1522 +0,0 @@ -// 340:0 -[com_0] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_86 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 340:1 -[com_1] -type=model -x=224 -y=236 -width=41 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=1196 -modelangle_y=682 -modelangle_z=0 -modelzoom=400 -unknown100=64846 -unknown101=3000 - -// 340:2 -[com_2] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_86 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=2193 -unknown101=3000 - -// 340:3 -[com_3] -type=model -x=107 -y=200 -width=99 -height=86 -layer=com_86 -model=model_3388 -modelorigin_x=-5 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=531 -unknown100=64127 -unknown101=3000 - -// 340:4 -[com_4] -type=model -x=161 -y=89 -width=15 -height=15 -layer=com_86 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=517 -modelangle_y=753 -modelangle_z=0 -modelzoom=938 -unknown100=64536 -unknown101=3000 - -// 340:5 -[com_5] -type=model -x=171 -y=189 -width=19 -height=12 -layer=com_86 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=517 -modelangle_y=527 -modelangle_z=0 -modelzoom=938 -unknown100=63962 -unknown101=3000 - -// 340:6 -[com_6] -type=model -x=184 -y=98 -width=11 -height=14 -layer=com_86 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=544 -modelangle_y=823 -modelangle_z=0 -modelzoom=810 -unknown100=64536 -unknown101=3000 - -// 340:7 -[com_7] -type=model -x=123 -y=14 -width=93 -height=104 -layer=com_86 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=500 -unknown100=64536 -unknown101=3000 - -// 340:8 -[com_8] -type=model -x=303 -y=36 -width=98 -height=87 -layer=com_86 -model=model_3388 -modelorigin_x=4 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64536 -unknown101=3000 - -// 340:9 -[com_9] -type=model -x=299 -y=208 -width=87 -height=98 -layer=com_86 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64536 -unknown101=3000 - -// 340:10 -[com_10] -type=model -x=261 -y=213 -width=11 -height=4 -layer=com_86 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=682 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1154 -unknown100=63898 -unknown101=3000 - -// 340:11 -[com_11] -type=model -x=325 -y=176 -width=26 -height=26 -layer=com_86 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=64036 -unknown101=3000 - -// 340:12 -[com_12] -type=model -x=314 -y=83 -width=26 -height=26 -layer=com_86 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=64036 -unknown101=3000 - -// 340:13 -[com_13] -type=model -x=239 -y=185 -width=5 -height=11 -layer=com_86 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63896 -unknown101=3000 - -// 340:14 -[com_14] -type=model -x=239 -y=172 -width=5 -height=11 -layer=com_86 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63902 -unknown101=3000 - -// 340:15 -[com_15] -type=model -x=256 -y=204 -width=5 -height=11 -layer=com_86 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63902 -unknown101=3000 - -// 340:16 -[com_16] -type=model -x=256 -y=193 -width=5 -height=11 -layer=com_86 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63901 -unknown101=3000 - -// 340:17 -[com_17] -type=model -x=245 -y=193 -width=11 -height=4 -layer=com_86 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=682 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1154 -unknown100=63900 -unknown101=3000 - -// 340:18 -[com_18] -type=model -x=198 -y=162 -width=26 -height=26 -layer=com_86 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=64036 -unknown101=3000 - -// 340:19 -[com_19] -type=model -x=249 -y=143 -width=26 -height=26 -layer=com_86 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=64036 -unknown101=3000 - -// 340:20 -[com_20] -type=model -x=209 -y=100 -width=26 -height=26 -layer=com_86 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=64036 -unknown101=3000 - -// 340:21 -[com_21] -type=model -x=294 -y=190 -width=26 -height=26 -layer=com_86 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=64036 -unknown101=3000 - -// 340:22 -[com_22] -type=model -x=279 -y=214 -width=5 -height=11 -layer=com_86 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63902 -unknown101=3000 - -// 340:23 -[com_23] -type=model -x=272 -y=213 -width=11 -height=4 -layer=com_86 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=682 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1154 -unknown100=63902 -unknown101=3000 - -// 340:24 -[com_24] -type=model -x=229 -y=154 -width=24 -height=23 -layer=com_86 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63858 -unknown101=3000 - -// 340:25 -[com_25] -type=text -x=274 -y=224 -width=14 -height=12 -layer=com_86 -textfont=p11_full -text=2N -colour=0x2f2a25 - -// 340:26 -[com_26] -type=text -x=275 -y=203 -width=15 -height=12 -layer=com_86 -textfont=p11_full -text=3W -colour=0x2f2a25 - -// 340:27 -[com_27] -type=text -x=262 -y=196 -width=13 -height=12 -layer=com_86 -textfont=p11_full -text=3N -colour=0x2f2a25 - -// 340:28 -[com_28] -type=text -x=239 -y=198 -width=16 -height=12 -layer=com_86 -textfont=p11_full -text=2W -colour=0x2f2a25 - -// 340:29 -[com_29] -type=text -x=243 -y=178 -width=13 -height=12 -layer=com_86 -textfont=p11_full -text=3N -colour=0x2f2a25 - -// 340:30 -[com_30] -type=model -x=186 -y=108 -width=10 -height=11 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=544 -modelangle_y=1019 -modelangle_z=0 -modelzoom=810 -unknown100=64002 -unknown101=3000 - -// 340:31 -[com_31] -type=model -x=185 -y=172 -width=12 -height=14 -layer=com_86 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=544 -modelangle_y=739 -modelangle_z=0 -modelzoom=810 -unknown100=64003 -unknown101=3000 - -// 340:32 -[com_32] -type=model -x=189 -y=182 -width=10 -height=11 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=544 -modelangle_y=1019 -modelangle_z=0 -modelzoom=810 -unknown100=64003 -unknown101=3000 - -// 340:33 -[com_33] -type=model -x=176 -y=172 -width=11 -height=10 -layer=com_86 -model=model_4155 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=544 -modelangle_y=522 -modelangle_z=0 -modelzoom=810 -unknown100=64001 -unknown101=3000 - -// 340:34 -[com_34] -type=model -x=173 -y=161 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63958 -unknown101=3000 - -// 340:35 -[com_35] -type=model -x=173 -y=144 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63959 -unknown101=3000 - -// 340:36 -[com_36] -type=model -x=173 -y=128 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63957 -unknown101=3000 - -// 340:37 -[com_37] -type=model -x=174 -y=97 -width=11 -height=10 -layer=com_86 -model=model_4155 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=544 -modelangle_y=522 -modelangle_z=0 -modelzoom=810 -unknown100=64001 -unknown101=3000 - -// 340:38 -[com_38] -type=model -x=176 -y=116 -width=16 -height=15 -layer=com_86 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=517 -modelangle_y=1308 -modelangle_z=0 -modelzoom=938 -unknown100=63957 -unknown101=3000 - -// 340:39 -[com_39] -type=model -x=184 -y=189 -width=15 -height=11 -layer=com_86 -model=model_4155 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=544 -modelangle_y=1319 -modelangle_z=0 -modelzoom=810 -unknown100=64001 -unknown101=3000 - -// 340:40 -[com_40] -type=model -x=163 -y=190 -width=10 -height=10 -layer=com_86 -model=model_4155 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=544 -modelangle_y=512 -modelangle_z=0 -modelzoom=810 -unknown100=64002 -unknown101=3000 - -// 340:41 -[com_41] -type=model -x=158 -y=186 -width=10 -height=11 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=531 -modelangle_y=1000 -modelangle_z=0 -modelzoom=810 -unknown100=64000 -unknown101=3000 - -// 340:42 -[com_42] -type=model -x=158 -y=178 -width=14 -height=12 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=531 -modelangle_y=1209 -modelangle_z=0 -modelzoom=810 -unknown100=64000 -unknown101=3000 - -// 340:43 -[com_43] -type=model -x=162 -y=163 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63956 -unknown101=3000 - -// 340:44 -[com_44] -type=model -x=162 -y=146 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63958 -unknown101=3000 - -// 340:45 -[com_45] -type=model -x=162 -y=130 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63957 -unknown101=3000 - -// 340:46 -[com_46] -type=model -x=160 -y=215 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63958 -unknown101=3000 - -// 340:47 -[com_47] -type=model -x=159 -y=120 -width=12 -height=14 -layer=com_86 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=544 -modelangle_y=739 -modelangle_z=0 -modelzoom=810 -unknown100=64001 -unknown101=3000 - -// 340:48 -[com_48] -type=model -x=155 -y=115 -width=10 -height=11 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=544 -modelangle_y=1019 -modelangle_z=0 -modelzoom=810 -unknown100=63999 -unknown101=3000 - -// 340:49 -[com_49] -type=model -x=157 -y=82 -width=12 -height=14 -layer=com_86 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=544 -modelangle_y=739 -modelangle_z=0 -modelzoom=810 -unknown100=63999 -unknown101=3000 - -// 340:50 -[com_50] -type=model -x=153 -y=104 -width=12 -height=14 -layer=com_86 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=544 -modelangle_y=739 -modelangle_z=0 -modelzoom=810 -unknown100=64000 -unknown101=3000 - -// 340:51 -[com_51] -type=model -x=169 -y=210 -width=19 -height=12 -layer=com_86 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=517 -modelangle_y=527 -modelangle_z=0 -modelzoom=938 -unknown100=63956 -unknown101=3000 - -// 340:52 -[com_52] -type=model -x=185 -y=212 -width=12 -height=14 -layer=com_86 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=544 -modelangle_y=739 -modelangle_z=0 -modelzoom=810 -unknown100=64000 -unknown101=3000 - -// 340:53 -[com_53] -type=model -x=189 -y=222 -width=10 -height=11 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=544 -modelangle_y=1019 -modelangle_z=0 -modelzoom=810 -unknown100=64000 -unknown101=3000 - -// 340:54 -[com_54] -type=model -x=184 -y=229 -width=15 -height=11 -layer=com_86 -model=model_4155 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=544 -modelangle_y=1319 -modelangle_z=0 -modelzoom=810 -unknown100=63998 -unknown101=3000 - -// 340:55 -[com_55] -type=model -x=164 -y=211 -width=11 -height=10 -layer=com_86 -model=model_4155 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=544 -modelangle_y=522 -modelangle_z=0 -modelzoom=810 -unknown100=63999 -unknown101=3000 - -// 340:56 -[com_56] -type=model -x=160 -y=229 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63956 -unknown101=3000 - -// 340:57 -[com_57] -type=model -x=173 -y=235 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63956 -unknown101=3000 - -// 340:58 -[com_58] -type=model -x=178 -y=231 -width=11 -height=10 -layer=com_86 -model=model_4155 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=544 -modelangle_y=490 -modelangle_z=0 -modelzoom=810 -unknown100=63999 -unknown101=3000 - -// 340:59 -[com_59] -type=model -x=151 -y=242 -width=16 -height=15 -layer=com_86 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=517 -modelangle_y=1308 -modelangle_z=0 -modelzoom=938 -unknown100=63956 -unknown101=3000 - -// 340:60 -[com_60] -type=model -x=269 -y=224 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63969 -unknown101=3000 - -// 340:61 -[com_61] -type=model -x=169 -y=250 -width=14 -height=12 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=544 -modelangle_y=1253 -modelangle_z=0 -modelzoom=810 -unknown100=63996 -unknown101=3000 - -// 340:62 -[com_62] -type=model -x=186 -y=230 -width=19 -height=12 -layer=com_86 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=517 -modelangle_y=527 -modelangle_z=0 -modelzoom=938 -unknown100=63956 -unknown101=3000 - -// 340:63 -[com_63] -type=model -x=198 -y=230 -width=19 -height=12 -layer=com_86 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=517 -modelangle_y=527 -modelangle_z=0 -modelzoom=938 -unknown100=63955 -unknown101=3000 - -// 340:64 -[com_64] -type=model -x=212 -y=235 -width=12 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1034 -modelangle_z=0 -modelzoom=938 -unknown100=63955 -unknown101=3000 - -// 340:65 -[com_65] -type=model -x=208 -y=249 -width=14 -height=12 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=544 -modelangle_y=1215 -modelangle_z=0 -modelzoom=810 -unknown100=63997 -unknown101=3000 - -// 340:66 -[com_66] -type=model -x=208 -y=257 -width=10 -height=11 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=544 -modelangle_y=1003 -modelangle_z=0 -modelzoom=810 -unknown100=63997 -unknown101=3000 - -// 340:67 -[com_67] -type=model -x=228 -y=249 -width=14 -height=12 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=544 -modelangle_y=1215 -modelangle_z=0 -modelzoom=810 -unknown100=63998 -unknown101=3000 - -// 340:68 -[com_68] -type=model -x=228 -y=257 -width=10 -height=11 -layer=com_86 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=544 -modelangle_y=1003 -modelangle_z=0 -modelzoom=810 -unknown100=63996 -unknown101=3000 - -// 340:69 -[com_69] -type=model -x=236 -y=237 -width=15 -height=16 -layer=com_86 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=517 -modelangle_y=1258 -modelangle_z=0 -modelzoom=938 -unknown100=63956 -unknown101=3000 - -// 340:70 -[com_70] -type=model -x=246 -y=227 -width=15 -height=16 -layer=com_86 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=517 -modelangle_y=1258 -modelangle_z=0 -modelzoom=938 -unknown100=63956 -unknown101=3000 - -// 340:71 -[com_71] -type=model -x=255 -y=223 -width=15 -height=11 -layer=com_86 -model=model_4155 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=544 -modelangle_y=1319 -modelangle_z=0 -modelzoom=810 -unknown100=63997 -unknown101=3000 - -// 340:72 -[com_72] -type=model -x=264 -y=220 -width=11 -height=10 -layer=com_86 -model=model_4155 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=544 -modelangle_y=1525 -modelangle_z=0 -modelzoom=810 -unknown100=63999 -unknown101=3000 - -// 340:73 -[com_73] -type=model -x=269 -y=240 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63968 -unknown101=3000 - -// 340:74 -[com_74] -type=model -x=269 -y=253 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63963 -unknown101=3000 - -// 340:75 -[com_75] -type=model -x=286 -y=236 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63957 -unknown101=3000 - -// 340:76 -[com_76] -type=model -x=286 -y=223 -width=10 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=938 -unknown100=63956 -unknown101=3000 - -// 340:77 -[com_77] -type=model -x=291 -y=218 -width=18 -height=11 -layer=com_86 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=517 -modelangle_y=508 -modelangle_z=0 -modelzoom=938 -unknown100=63958 -unknown101=3000 - -// 340:78 -[com_78] -type=model -x=306 -y=218 -width=18 -height=11 -layer=com_86 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=517 -modelangle_y=508 -modelangle_z=0 -modelzoom=938 -unknown100=63956 -unknown101=3000 - -// 340:79 -[com_79] -type=model -x=321 -y=218 -width=18 -height=11 -layer=com_86 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=517 -modelangle_y=508 -modelangle_z=0 -modelzoom=938 -unknown100=63958 -unknown101=3000 - -// 340:80 -[com_80] -type=model -x=336 -y=218 -width=18 -height=11 -layer=com_86 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=517 -modelangle_y=508 -modelangle_z=0 -modelzoom=938 -unknown100=63958 -unknown101=3000 - -// 340:81 -[com_81] -type=model -x=248 -y=260 -width=41 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=1196 -modelangle_y=682 -modelangle_z=0 -modelzoom=400 -unknown100=64246 -unknown101=3000 - -// 340:82 -[com_82] -type=model -x=248 -y=260 -width=41 -height=18 -layer=com_86 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=1196 -modelangle_y=682 -modelangle_z=0 -modelzoom=400 -unknown100=64245 -unknown101=3000 - -// 340:83 -[com_83] -type=model -x=289 -y=250 -width=15 -height=15 -layer=com_86 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=517 -modelangle_y=759 -modelangle_z=0 -modelzoom=938 -unknown100=63955 -unknown101=3000 - -// 340:84 -[com_84] -type=model -x=295 -y=256 -width=15 -height=15 -layer=com_86 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=517 -modelangle_y=759 -modelangle_z=0 -modelzoom=938 -unknown100=63953 -unknown101=3000 - -// 340:85 -[com_85] -type=model -x=249 -y=79 -width=26 -height=26 -layer=com_86 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=64036 -unknown101=3000 - -// 340:86 -[com_86] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_341.if3 b/dumps/530/interface/interface_341.if3 deleted file mode 100644 index 14fd7ab65..000000000 --- a/dumps/530/interface/interface_341.if3 +++ /dev/null @@ -1,2020 +0,0 @@ -// 341:0 -[com_0] -type=graphic -x=472 -y=8 -width=26 -height=23 -layer=com_113 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 341:1 -[com_1] -type=model -x=233 -y=124 -width=29 -height=39 -layer=com_113 -model=model_3396 -modelorigin_x=-7 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=126 -modelangle_z=0 -modelzoom=1351 -unknown100=8244 -unknown101=3000 - -// 341:2 -[com_2] -type=model -x=93 -y=13 -width=337 -height=316 -layer=com_113 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=16 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=582 -unknown100=3046 -unknown101=3000 - -// 341:3 -[com_3] -type=model -x=298 -y=219 -width=87 -height=98 -layer=com_113 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=500 -modelangle_y=1542 -modelangle_z=0 -modelzoom=531 -unknown100=64536 -unknown101=3000 - -// 341:4 -[com_4] -type=model -x=113 -y=222 -width=99 -height=87 -layer=com_113 -model=model_3388 -modelorigin_x=-5 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=2042 -modelangle_z=0 -modelzoom=531 -unknown100=64143 -unknown101=3000 - -// 341:5 -[com_5] -type=model -x=249 -y=229 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63814 -unknown101=3000 - -// 341:6 -[com_6] -type=model -x=121 -y=22 -width=86 -height=99 -layer=com_113 -model=model_3388 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=533 -modelangle_z=0 -modelzoom=531 -unknown100=64126 -unknown101=3000 - -// 341:7 -[com_7] -type=model -x=303 -y=36 -width=98 -height=87 -layer=com_113 -model=model_3388 -modelorigin_x=4 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64123 -unknown101=3000 - -// 341:8 -[com_8] -type=model -x=257 -y=206 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63813 -unknown101=3000 - -// 341:9 -[com_9] -type=model -x=162 -y=201 -width=29 -height=39 -layer=com_113 -model=model_3396 -modelorigin_x=-7 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=126 -modelangle_z=0 -modelzoom=1351 -unknown100=63855 -unknown101=3000 - -// 341:10 -[com_10] -type=model -x=296 -y=242 -width=5 -height=11 -layer=com_113 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63882 -unknown101=3000 - -// 341:11 -[com_11] -type=model -x=188 -y=129 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63821 -unknown101=3000 - -// 341:12 -[com_12] -type=model -x=192 -y=64 -width=39 -height=38 -layer=com_113 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=881 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 341:13 -[com_13] -type=model -x=166 -y=121 -width=17 -height=15 -layer=com_113 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=524 -modelangle_y=1682 -modelangle_z=0 -modelzoom=1351 -unknown100=63852 -unknown101=3000 - -// 341:14 -[com_14] -type=model -x=173 -y=173 -width=35 -height=42 -layer=com_113 -model=model_3396 -modelorigin_x=-6 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=198 -modelangle_z=0 -modelzoom=1351 -unknown100=63854 -unknown101=3000 - -// 341:15 -[com_15] -type=model -x=177 -y=153 -width=31 -height=33 -layer=com_113 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2045 -modelangle_z=0 -modelzoom=1351 -unknown100=63853 -unknown101=3000 - -// 341:16 -[com_16] -type=model -x=165 -y=121 -width=41 -height=38 -layer=com_113 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=3 -modelangle_x=486 -modelangle_y=1873 -modelangle_z=0 -modelzoom=1351 -unknown100=63851 -unknown101=3000 - -// 341:17 -[com_17] -type=model -x=166 -y=117 -width=13 -height=13 -layer=com_113 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=595 -modelangle_y=2002 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 341:18 -[com_18] -type=model -x=164 -y=109 -width=14 -height=16 -layer=com_113 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=599 -modelangle_y=92 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 341:19 -[com_19] -type=model -x=166 -y=102 -width=16 -height=18 -layer=com_113 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=202 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 341:20 -[com_20] -type=model -x=146 -y=63 -width=42 -height=38 -layer=com_113 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=4 -modelangle_x=500 -modelangle_y=1824 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 341:21 -[com_21] -type=model -x=171 -y=96 -width=12 -height=13 -layer=com_113 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=2023 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 341:22 -[com_22] -type=model -x=145 -y=155 -width=30 -height=32 -layer=com_113 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=442 -modelangle_y=1034 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 341:23 -[com_23] -type=model -x=131 -y=178 -width=33 -height=40 -layer=com_113 -model=model_3396 -modelorigin_x=7 -modelorigin_y=0 -modelangle_x=459 -modelangle_y=1191 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 341:24 -[com_24] -type=model -x=150 -y=144 -width=15 -height=15 -layer=com_113 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=564 -modelangle_y=890 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 341:25 -[com_25] -type=model -x=157 -y=197 -width=16 -height=9 -layer=com_113 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2380 -unknown100=63686 -unknown101=3000 - -// 341:26 -[com_26] -type=model -x=165 -y=185 -width=16 -height=9 -layer=com_113 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2380 -unknown100=63686 -unknown101=3000 - -// 341:27 -[com_27] -type=model -x=165 -y=145 -width=16 -height=9 -layer=com_113 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2380 -unknown100=63686 -unknown101=3000 - -// 341:28 -[com_28] -type=model -x=153 -y=129 -width=16 -height=9 -layer=com_113 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2380 -unknown100=63687 -unknown101=3000 - -// 341:29 -[com_29] -type=model -x=144 -y=136 -width=17 -height=16 -layer=com_113 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=554 -modelangle_y=749 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 341:30 -[com_30] -type=model -x=196 -y=143 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63819 -unknown101=3000 - -// 341:31 -[com_31] -type=model -x=200 -y=161 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63818 -unknown101=3000 - -// 341:32 -[com_32] -type=model -x=211 -y=146 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63817 -unknown101=3000 - -// 341:33 -[com_33] -type=model -x=214 -y=167 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63816 -unknown101=3000 - -// 341:34 -[com_34] -type=model -x=233 -y=164 -width=11 -height=4 -layer=com_113 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=682 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1154 -unknown100=63885 -unknown101=3000 - -// 341:35 -[com_35] -type=model -x=181 -y=112 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63810 -unknown101=3000 - -// 341:36 -[com_36] -type=model -x=192 -y=116 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63809 -unknown101=3000 - -// 341:37 -[com_37] -type=model -x=199 -y=182 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63815 -unknown101=3000 - -// 341:38 -[com_38] -type=model -x=213 -y=189 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63814 -unknown101=3000 - -// 341:39 -[com_39] -type=model -x=232 -y=167 -width=5 -height=11 -layer=com_113 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63883 -unknown101=3000 - -// 341:40 -[com_40] -type=model -x=246 -y=191 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63812 -unknown101=3000 - -// 341:41 -[com_41] -type=model -x=232 -y=177 -width=5 -height=11 -layer=com_113 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63882 -unknown101=3000 - -// 341:42 -[com_42] -type=model -x=199 -y=201 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63813 -unknown101=3000 - -// 341:43 -[com_43] -type=model -x=213 -y=208 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63812 -unknown101=3000 - -// 341:44 -[com_44] -type=model -x=228 -y=206 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63811 -unknown101=3000 - -// 341:45 -[com_45] -type=model -x=235 -y=58 -width=37 -height=36 -layer=com_113 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=1969 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 341:46 -[com_46] -type=model -x=243 -y=88 -width=16 -height=18 -layer=com_113 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=305 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 341:47 -[com_47] -type=model -x=236 -y=93 -width=15 -height=15 -layer=com_113 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=397 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 341:48 -[com_48] -type=model -x=224 -y=95 -width=15 -height=13 -layer=com_113 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=567 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 341:49 -[com_49] -type=model -x=230 -y=95 -width=15 -height=15 -layer=com_113 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=397 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 341:50 -[com_50] -type=model -x=220 -y=67 -width=16 -height=9 -layer=com_113 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2380 -unknown100=63686 -unknown101=3000 - -// 341:51 -[com_51] -type=model -x=213 -y=89 -width=17 -height=16 -layer=com_113 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=749 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 341:52 -[com_52] -type=model -x=225 -y=77 -width=16 -height=9 -layer=com_113 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2380 -unknown100=63686 -unknown101=3000 - -// 341:53 -[com_53] -type=model -x=271 -y=60 -width=39 -height=38 -layer=com_113 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=881 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 341:54 -[com_54] -type=model -x=291 -y=87 -width=11 -height=15 -layer=com_113 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=1064 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 341:55 -[com_55] -type=model -x=266 -y=91 -width=33 -height=41 -layer=com_113 -model=model_3396 -modelorigin_x=7 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=1201 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 341:56 -[com_56] -type=model -x=300 -y=121 -width=37 -height=38 -layer=com_113 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=406 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 341:57 -[com_57] -type=model -x=327 -y=95 -width=30 -height=34 -layer=com_113 -model=model_3396 -modelorigin_x=-5 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=53 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 341:58 -[com_58] -type=model -x=320 -y=57 -width=35 -height=35 -layer=com_113 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=483 -modelangle_y=1994 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 341:59 -[com_59] -type=model -x=274 -y=129 -width=18 -height=16 -layer=com_113 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=775 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 341:60 -[com_60] -type=model -x=274 -y=118 -width=15 -height=17 -layer=com_113 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=1146 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 341:61 -[com_61] -type=model -x=287 -y=137 -width=14 -height=12 -layer=com_113 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=485 -modelangle_y=525 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 341:62 -[com_62] -type=model -x=326 -y=122 -width=15 -height=17 -layer=com_113 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=457 -modelangle_y=171 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 341:63 -[com_63] -type=model -x=334 -y=86 -width=12 -height=13 -layer=com_113 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=435 -modelangle_y=2033 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 341:64 -[com_64] -type=model -x=299 -y=73 -width=16 -height=9 -layer=com_113 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2380 -unknown100=63686 -unknown101=3000 - -// 341:65 -[com_65] -type=model -x=151 -y=233 -width=30 -height=32 -layer=com_113 -model=model_3396 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=498 -modelangle_y=16 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 341:66 -[com_66] -type=model -x=308 -y=87 -width=16 -height=9 -layer=com_113 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2380 -unknown100=63686 -unknown101=3000 - -// 341:67 -[com_67] -type=model -x=153 -y=260 -width=15 -height=18 -layer=com_113 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=500 -modelangle_y=170 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 341:68 -[com_68] -type=model -x=243 -y=208 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63810 -unknown101=3000 - -// 341:69 -[com_69] -type=model -x=300 -y=204 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63815 -unknown101=3000 - -// 341:70 -[com_70] -type=model -x=305 -y=187 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63814 -unknown101=3000 - -// 341:71 -[com_71] -type=model -x=329 -y=210 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63814 -unknown101=3000 - -// 341:72 -[com_72] -type=model -x=320 -y=187 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63813 -unknown101=3000 - -// 341:73 -[com_73] -type=model -x=349 -y=139 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63813 -unknown101=3000 - -// 341:74 -[com_74] -type=model -x=356 -y=157 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63812 -unknown101=3000 - -// 341:75 -[com_75] -type=model -x=356 -y=176 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63811 -unknown101=3000 - -// 341:76 -[com_76] -type=model -x=347 -y=190 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63810 -unknown101=3000 - -// 341:77 -[com_77] -type=model -x=314 -y=210 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63812 -unknown101=3000 - -// 341:78 -[com_78] -type=model -x=307 -y=231 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63811 -unknown101=3000 - -// 341:79 -[com_79] -type=model -x=324 -y=236 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63810 -unknown101=3000 - -// 341:80 -[com_80] -type=model -x=337 -y=237 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63809 -unknown101=3000 - -// 341:81 -[com_81] -type=model -x=344 -y=211 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63809 -unknown101=3000 - -// 341:82 -[com_82] -type=model -x=294 -y=104 -width=27 -height=23 -layer=com_113 -model=model_3390 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=492 -modelangle_y=2004 -modelangle_z=0 -modelzoom=1358 -unknown100=63838 -unknown101=3000 - -// 341:83 -[com_83] -type=model -x=294 -y=137 -width=14 -height=12 -layer=com_113 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=485 -modelangle_y=525 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 341:84 -[com_84] -type=model -x=288 -y=256 -width=11 -height=11 -layer=com_113 -model=model_3401 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=1998 -modelangle_z=0 -modelzoom=2000 -unknown100=64036 -unknown101=3000 - -// 341:85 -[com_85] -type=model -x=297 -y=264 -width=10 -height=10 -layer=com_113 -model=model_3401 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=1998 -modelangle_z=0 -modelzoom=2128 -unknown100=64536 -unknown101=3000 - -// 341:86 -[com_86] -type=model -x=299 -y=255 -width=11 -height=11 -layer=com_113 -model=model_3401 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=1998 -modelangle_z=0 -modelzoom=2000 -unknown100=64536 -unknown101=3000 - -// 341:87 -[com_87] -type=model -x=222 -y=184 -width=24 -height=23 -layer=com_113 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63840 -unknown101=3000 - -// 341:88 -[com_88] -type=model -x=296 -y=232 -width=5 -height=11 -layer=com_113 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63881 -unknown101=3000 - -// 341:89 -[com_89] -type=model -x=296 -y=222 -width=5 -height=11 -layer=com_113 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63880 -unknown101=3000 - -// 341:90 -[com_90] -type=model -x=296 -y=211 -width=5 -height=11 -layer=com_113 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63880 -unknown101=3000 - -// 341:91 -[com_91] -type=model -x=295 -y=188 -width=5 -height=11 -layer=com_113 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63881 -unknown101=3000 - -// 341:92 -[com_92] -type=model -x=295 -y=199 -width=5 -height=11 -layer=com_113 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63880 -unknown101=3000 - -// 341:93 -[com_93] -type=model -x=295 -y=167 -width=5 -height=11 -layer=com_113 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63882 -unknown101=3000 - -// 341:94 -[com_94] -type=model -x=295 -y=178 -width=5 -height=11 -layer=com_113 -model=model_3400 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=500 -modelangle_y=1578 -modelangle_z=0 -modelzoom=1154 -unknown100=63880 -unknown101=3000 - -// 341:95 -[com_95] -type=model -x=289 -y=164 -width=11 -height=4 -layer=com_113 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=682 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1154 -unknown100=63881 -unknown101=3000 - -// 341:96 -[com_96] -type=model -x=278 -y=164 -width=11 -height=4 -layer=com_113 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=682 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1154 -unknown100=63881 -unknown101=3000 - -// 341:97 -[com_97] -type=model -x=267 -y=164 -width=11 -height=4 -layer=com_113 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=682 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1154 -unknown100=63881 -unknown101=3000 - -// 341:98 -[com_98] -type=model -x=255 -y=164 -width=11 -height=4 -layer=com_113 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=682 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1154 -unknown100=63881 -unknown101=3000 - -// 341:99 -[com_99] -type=model -x=244 -y=164 -width=11 -height=4 -layer=com_113 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=682 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1154 -unknown100=63881 -unknown101=3000 - -// 341:100 -[com_100] -type=model -x=189 -y=213 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63812 -unknown101=3000 - -// 341:101 -[com_101] -type=model -x=202 -y=225 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63811 -unknown101=3000 - -// 341:102 -[com_102] -type=model -x=218 -y=227 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63810 -unknown101=3000 - -// 341:103 -[com_103] -type=model -x=234 -y=228 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63809 -unknown101=3000 - -// 341:104 -[com_104] -type=model -x=342 -y=158 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63809 -unknown101=3000 - -// 341:105 -[com_105] -type=model -x=335 -y=134 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63810 -unknown101=3000 - -// 341:106 -[com_106] -type=model -x=342 -y=116 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63809 -unknown101=3000 - -// 341:107 -[com_107] -type=model -x=184 -y=92 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63809 -unknown101=3000 - -// 341:108 -[com_108] -type=model -x=259 -y=259 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63809 -unknown101=3000 - -// 341:109 -[com_109] -type=model -x=184 -y=191 -width=21 -height=24 -layer=com_113 -model=model_11369 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1518 -unknown100=63809 -unknown101=3000 - -// 341:110 -[com_110] -type=text -x=279 -y=214 -width=14 -height=12 -layer=com_113 -textfont=p11_full -text=8N -colour=0x2f2a25 - -// 341:111 -[com_111] -type=text -x=261 -y=153 -width=16 -height=12 -layer=com_113 -textfont=p11_full -text=7W -colour=0x2f2a25 - -// 341:112 -[com_112] -type=text -x=236 -y=173 -width=14 -height=12 -layer=com_113 -textfont=p11_full -text=2S -colour=0x2f2a25 - -// 341:113 -[com_113] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_342.if3 b/dumps/530/interface/interface_342.if3 deleted file mode 100644 index 5b5a71367..000000000 --- a/dumps/530/interface/interface_342.if3 +++ /dev/null @@ -1,328 +0,0 @@ -// 342:0 -[com_0] -type=graphic -x=472 -y=8 -width=26 -height=23 -layer=com_18 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 342:1 -[com_1] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_18 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64141 -unknown101=3000 - -// 342:2 -[com_2] -type=model -x=195 -y=118 -width=18 -height=23 -layer=com_18 -model=model_11366 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63742 -unknown101=3000 - -// 342:3 -[com_3] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_18 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64128 -unknown101=3000 - -// 342:4 -[com_4] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_18 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64128 -unknown101=3000 - -// 342:5 -[com_5] -type=model -x=234 -y=226 -width=17 -height=11 -layer=com_18 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=530 -modelangle_y=519 -modelangle_z=0 -modelzoom=1007 -unknown100=63928 -unknown101=3000 - -// 342:6 -[com_6] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_18 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64132 -unknown101=3000 - -// 342:7 -[com_7] -type=model -x=300 -y=215 -width=86 -height=98 -layer=com_18 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64127 -unknown101=3000 - -// 342:8 -[com_8] -type=model -x=187 -y=133 -width=18 -height=23 -layer=com_18 -model=model_11366 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63740 -unknown101=3000 - -// 342:9 -[com_9] -type=model -x=238 -y=52 -width=18 -height=24 -layer=com_18 -model=model_11366 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63740 -unknown101=3000 - -// 342:10 -[com_10] -type=model -x=195 -y=70 -width=138 -height=180 -layer=com_18 -model=model_11367 -modelorigin_x=-8 -modelorigin_y=9 -modelangle_x=479 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=64049 -unknown101=3000 - -// 342:11 -[com_11] -type=model -x=202 -y=245 -width=18 -height=23 -layer=com_18 -model=model_11366 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 342:12 -[com_12] -type=model -x=251 -y=156 -width=18 -height=23 -layer=com_18 -model=model_11366 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 342:13 -[com_13] -type=model -x=328 -y=214 -width=18 -height=23 -layer=com_18 -model=model_11366 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 342:14 -[com_14] -type=model -x=297 -y=244 -width=18 -height=23 -layer=com_18 -model=model_11366 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 342:15 -[com_15] -type=model -x=271 -y=216 -width=10 -height=17 -layer=com_18 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=999 -unknown100=63920 -unknown101=3000 - -// 342:16 -[com_16] -type=model -x=269 -y=216 -width=15 -height=9 -layer=com_18 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=1127 -unknown100=63887 -unknown101=3000 - -// 342:17 -[com_17] -type=model -x=211 -y=199 -width=26 -height=25 -layer=com_18 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1778 -modelangle_z=0 -modelzoom=1215 -unknown100=63867 -unknown101=3000 - -// 342:18 -[com_18] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_343.if3 b/dumps/530/interface/interface_343.if3 deleted file mode 100644 index c0e61e670..000000000 --- a/dumps/530/interface/interface_343.if3 +++ /dev/null @@ -1,2650 +0,0 @@ -// 343:0 -[com_0] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_147 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 343:1 -[com_1] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_147 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64519 -unknown101=3000 - -// 343:2 -[com_2] -type=model -x=321 -y=104 -width=13 -height=12 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=400 -modelangle_y=496 -modelangle_z=0 -modelzoom=1351 -unknown100=64061 -unknown101=3000 - -// 343:3 -[com_3] -type=model -x=331 -y=104 -width=13 -height=12 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=400 -modelangle_y=496 -modelangle_z=0 -modelzoom=1351 -unknown100=64057 -unknown101=3000 - -// 343:4 -[com_4] -type=model -x=336 -y=100 -width=15 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=283 -modelangle_y=271 -modelangle_z=0 -modelzoom=1351 -unknown100=64051 -unknown101=3000 - -// 343:5 -[com_5] -type=model -x=341 -y=94 -width=12 -height=12 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=310 -modelangle_y=58 -modelangle_z=0 -modelzoom=1351 -unknown100=64041 -unknown101=3000 - -// 343:6 -[com_6] -type=model -x=218 -y=106 -width=15 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=599 -modelangle_y=747 -modelangle_z=0 -modelzoom=1007 -unknown100=64032 -unknown101=3000 - -// 343:7 -[com_7] -type=model -x=314 -y=112 -width=9 -height=9 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=508 -modelangle_y=2010 -modelangle_z=0 -modelzoom=1863 -unknown100=63898 -unknown101=3000 - -// 343:8 -[com_8] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_147 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64235 -unknown101=3000 - -// 343:9 -[com_9] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_147 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64132 -unknown101=3000 - -// 343:10 -[com_10] -type=model -x=337 -y=86 -width=17 -height=12 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=286 -modelangle_y=1844 -modelangle_z=0 -modelzoom=1351 -unknown100=64032 -unknown101=3000 - -// 343:11 -[com_11] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_147 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64444 -unknown101=3000 - -// 343:12 -[com_12] -type=model -x=229 -y=113 -width=17 -height=11 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=530 -modelangle_y=519 -modelangle_z=0 -modelzoom=1007 -unknown100=64030 -unknown101=3000 - -// 343:13 -[com_13] -type=model -x=300 -y=215 -width=86 -height=98 -layer=com_147 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64120 -unknown101=3000 - -// 343:14 -[com_14] -type=model -x=313 -y=105 -width=16 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=691 -modelangle_y=189 -modelangle_z=0 -modelzoom=1351 -unknown100=64013 -unknown101=3000 - -// 343:15 -[com_15] -type=model -x=296 -y=174 -width=18 -height=22 -layer=com_147 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63824 -unknown101=3000 - -// 343:16 -[com_16] -type=model -x=207 -y=172 -width=26 -height=25 -layer=com_147 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1778 -modelangle_z=0 -modelzoom=1215 -unknown100=63887 -unknown101=3000 - -// 343:17 -[com_17] -type=model -x=315 -y=113 -width=18 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=355 -modelangle_y=1742 -modelangle_z=0 -modelzoom=1351 -unknown100=64007 -unknown101=3000 - -// 343:18 -[com_18] -type=model -x=324 -y=121 -width=14 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=406 -modelangle_y=1988 -modelangle_z=0 -modelzoom=1351 -unknown100=64002 -unknown101=3000 - -// 343:19 -[com_19] -type=model -x=324 -y=130 -width=12 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=403 -modelangle_y=55 -modelangle_z=0 -modelzoom=1351 -unknown100=63998 -unknown101=3000 - -// 343:20 -[com_20] -type=model -x=316 -y=139 -width=16 -height=16 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=397 -modelangle_y=310 -modelangle_z=0 -modelzoom=1351 -unknown100=63994 -unknown101=3000 - -// 343:21 -[com_21] -type=model -x=307 -y=143 -width=14 -height=12 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=502 -modelangle_y=523 -modelangle_z=0 -modelzoom=1351 -unknown100=63990 -unknown101=3000 - -// 343:22 -[com_22] -type=model -x=203 -y=99 -width=17 -height=13 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=599 -modelangle_y=609 -modelangle_z=0 -modelzoom=1007 -unknown100=63927 -unknown101=3000 - -// 343:23 -[com_23] -type=model -x=301 -y=143 -width=16 -height=14 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=697 -modelangle_y=348 -modelangle_z=0 -modelzoom=1351 -unknown100=63985 -unknown101=3000 - -// 343:24 -[com_24] -type=model -x=293 -y=147 -width=13 -height=10 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=709 -modelangle_y=492 -modelangle_z=0 -modelzoom=1351 -unknown100=63979 -unknown101=3000 - -// 343:25 -[com_25] -type=model -x=286 -y=146 -width=16 -height=16 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=562 -modelangle_y=328 -modelangle_z=0 -modelzoom=1351 -unknown100=63976 -unknown101=3000 - -// 343:26 -[com_26] -type=model -x=279 -y=150 -width=15 -height=17 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=583 -modelangle_y=265 -modelangle_z=0 -modelzoom=1351 -unknown100=63973 -unknown101=3000 - -// 343:27 -[com_27] -type=model -x=280 -y=155 -width=15 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=517 -modelangle_y=1937 -modelangle_z=0 -modelzoom=1351 -unknown100=63972 -unknown101=3000 - -// 343:28 -[com_28] -type=model -x=283 -y=160 -width=18 -height=14 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=475 -modelangle_y=1709 -modelangle_z=0 -modelzoom=1351 -unknown100=63970 -unknown101=3000 - -// 343:29 -[com_29] -type=model -x=293 -y=163 -width=15 -height=12 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=442 -modelangle_y=1577 -modelangle_z=0 -modelzoom=1351 -unknown100=63968 -unknown101=3000 - -// 343:30 -[com_30] -type=model -x=299 -y=163 -width=15 -height=12 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=442 -modelangle_y=1577 -modelangle_z=0 -modelzoom=1351 -unknown100=63966 -unknown101=3000 - -// 343:31 -[com_31] -type=model -x=308 -y=164 -width=17 -height=16 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=553 -modelangle_y=1796 -modelangle_z=0 -modelzoom=1351 -unknown100=63964 -unknown101=3000 - -// 343:32 -[com_32] -type=model -x=315 -y=175 -width=13 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=586 -modelangle_y=2009 -modelangle_z=0 -modelzoom=1351 -unknown100=63962 -unknown101=3000 - -// 343:33 -[com_33] -type=model -x=315 -y=184 -width=13 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=586 -modelangle_y=2009 -modelangle_z=0 -modelzoom=1351 -unknown100=63960 -unknown101=3000 - -// 343:34 -[com_34] -type=model -x=307 -y=193 -width=16 -height=16 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=406 -modelangle_y=283 -modelangle_z=0 -modelzoom=1351 -unknown100=63957 -unknown101=3000 - -// 343:35 -[com_35] -type=model -x=300 -y=199 -width=13 -height=11 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=409 -modelangle_y=487 -modelangle_z=0 -modelzoom=1351 -unknown100=63953 -unknown101=3000 - -// 343:36 -[com_36] -type=model -x=286 -y=193 -width=18 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=412 -modelangle_y=706 -modelangle_z=0 -modelzoom=1351 -unknown100=63950 -unknown101=3000 - -// 343:37 -[com_37] -type=model -x=284 -y=195 -width=13 -height=11 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=409 -modelangle_y=487 -modelangle_z=0 -modelzoom=1351 -unknown100=63947 -unknown101=3000 - -// 343:38 -[com_38] -type=model -x=275 -y=187 -width=16 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=424 -modelangle_y=862 -modelangle_z=0 -modelzoom=1351 -unknown100=63943 -unknown101=3000 - -// 343:39 -[com_39] -type=model -x=269 -y=184 -width=17 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=442 -modelangle_y=595 -modelangle_z=0 -modelzoom=1351 -unknown100=63940 -unknown101=3000 - -// 343:40 -[com_40] -type=model -x=262 -y=185 -width=13 -height=11 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=409 -modelangle_y=487 -modelangle_z=0 -modelzoom=1351 -unknown100=63937 -unknown101=3000 - -// 343:41 -[com_41] -type=model -x=257 -y=183 -width=14 -height=14 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=412 -modelangle_y=421 -modelangle_z=0 -modelzoom=1351 -unknown100=63934 -unknown101=3000 - -// 343:42 -[com_42] -type=model -x=247 -y=185 -width=15 -height=16 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=418 -modelangle_y=361 -modelangle_z=0 -modelzoom=1351 -unknown100=63930 -unknown101=3000 - -// 343:43 -[com_43] -type=model -x=245 -y=187 -width=16 -height=17 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=448 -modelangle_y=193 -modelangle_z=0 -modelzoom=1351 -unknown100=63927 -unknown101=3000 - -// 343:44 -[com_44] -type=model -x=237 -y=194 -width=16 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=394 -modelangle_y=358 -modelangle_z=0 -modelzoom=1351 -unknown100=63924 -unknown101=3000 - -// 343:45 -[com_45] -type=model -x=330 -y=83 -width=17 -height=11 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=259 -modelangle_y=1679 -modelangle_z=0 -modelzoom=1351 -unknown100=63928 -unknown101=3000 - -// 343:46 -[com_46] -type=model -x=323 -y=78 -width=17 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=334 -modelangle_y=1808 -modelangle_z=0 -modelzoom=1351 -unknown100=63922 -unknown101=3000 - -// 343:47 -[com_47] -type=model -x=314 -y=73 -width=17 -height=12 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=319 -modelangle_y=1685 -modelangle_z=0 -modelzoom=1351 -unknown100=63916 -unknown101=3000 - -// 343:48 -[com_48] -type=model -x=309 -y=68 -width=17 -height=14 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=370 -modelangle_y=1859 -modelangle_z=0 -modelzoom=1351 -unknown100=63911 -unknown101=3000 - -// 343:49 -[com_49] -type=model -x=300 -y=63 -width=17 -height=12 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=358 -modelangle_y=1634 -modelangle_z=0 -modelzoom=1351 -unknown100=63907 -unknown101=3000 - -// 343:50 -[com_50] -type=model -x=291 -y=64 -width=13 -height=9 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=268 -modelangle_y=1529 -modelangle_z=0 -modelzoom=1351 -unknown100=63901 -unknown101=3000 - -// 343:51 -[com_51] -type=model -x=280 -y=64 -width=16 -height=10 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=253 -modelangle_y=1589 -modelangle_z=0 -modelzoom=1351 -unknown100=63895 -unknown101=3000 - -// 343:52 -[com_52] -type=model -x=275 -y=62 -width=18 -height=10 -layer=com_147 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=247 -modelangle_y=1829 -modelangle_z=0 -modelzoom=1351 -unknown100=63889 -unknown101=3000 - -// 343:53 -[com_53] -type=model -x=267 -y=60 -width=15 -height=8 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=229 -modelangle_y=1565 -modelangle_z=0 -modelzoom=1351 -unknown100=63882 -unknown101=3000 - -// 343:54 -[com_54] -type=model -x=256 -y=58 -width=15 -height=11 -layer=com_147 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=256 -modelangle_y=1382 -modelangle_z=0 -modelzoom=1351 -unknown100=63875 -unknown101=3000 - -// 343:55 -[com_55] -type=model -x=247 -y=60 -width=16 -height=14 -layer=com_147 -model=model_4154 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=298 -modelangle_y=1304 -modelangle_z=0 -modelzoom=1351 -unknown100=63868 -unknown101=3000 - -// 343:56 -[com_56] -type=model -x=240 -y=65 -width=15 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=307 -modelangle_y=1346 -modelangle_z=0 -modelzoom=1351 -unknown100=63862 -unknown101=3000 - -// 343:57 -[com_57] -type=model -x=234 -y=68 -width=14 -height=11 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=268 -modelangle_y=1448 -modelangle_z=0 -modelzoom=1351 -unknown100=63856 -unknown101=3000 - -// 343:58 -[com_58] -type=model -x=228 -y=71 -width=13 -height=9 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=280 -modelangle_y=1520 -modelangle_z=0 -modelzoom=1351 -unknown100=63851 -unknown101=3000 - -// 343:59 -[com_59] -type=model -x=223 -y=67 -width=17 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=328 -modelangle_y=1805 -modelangle_z=0 -modelzoom=1351 -unknown100=63847 -unknown101=3000 - -// 343:60 -[com_60] -type=model -x=221 -y=66 -width=16 -height=10 -layer=com_147 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=247 -modelangle_y=1913 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 343:61 -[com_61] -type=model -x=232 -y=197 -width=16 -height=14 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=304 -modelangle_y=244 -modelangle_z=0 -modelzoom=1351 -unknown100=63919 -unknown101=3000 - -// 343:62 -[com_62] -type=model -x=349 -y=79 -width=11 -height=10 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=640 -modelangle_y=875 -modelangle_z=0 -modelzoom=1863 -unknown100=63783 -unknown101=3000 - -// 343:63 -[com_63] -type=model -x=226 -y=203 -width=16 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=358 -modelangle_y=247 -modelangle_z=0 -modelzoom=1351 -unknown100=63913 -unknown101=3000 - -// 343:64 -[com_64] -type=model -x=224 -y=209 -width=12 -height=14 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=358 -modelangle_y=49 -modelangle_z=0 -modelzoom=1351 -unknown100=63908 -unknown101=3000 - -// 343:65 -[com_65] -type=model -x=218 -y=215 -width=16 -height=17 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=388 -modelangle_y=247 -modelangle_z=0 -modelzoom=1351 -unknown100=63904 -unknown101=3000 - -// 343:66 -[com_66] -type=model -x=217 -y=221 -width=12 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=325 -modelangle_y=28 -modelangle_z=0 -modelzoom=1351 -unknown100=63899 -unknown101=3000 - -// 343:67 -[com_67] -type=model -x=215 -y=229 -width=14 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=367 -modelangle_y=94 -modelangle_z=0 -modelzoom=1351 -unknown100=63894 -unknown101=3000 - -// 343:68 -[com_68] -type=model -x=209 -y=236 -width=16 -height=16 -layer=com_147 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=430 -modelangle_y=340 -modelangle_z=0 -modelzoom=1351 -unknown100=63890 -unknown101=3000 - -// 343:69 -[com_69] -type=model -x=201 -y=239 -width=13 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=460 -modelangle_y=487 -modelangle_z=0 -modelzoom=1351 -unknown100=63888 -unknown101=3000 - -// 343:70 -[com_70] -type=model -x=188 -y=235 -width=18 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=520 -modelangle_y=667 -modelangle_z=0 -modelzoom=1351 -unknown100=63886 -unknown101=3000 - -// 343:71 -[com_71] -type=model -x=184 -y=235 -width=14 -height=11 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=472 -modelangle_y=535 -modelangle_z=0 -modelzoom=1351 -unknown100=63885 -unknown101=3000 - -// 343:72 -[com_72] -type=model -x=173 -y=228 -width=17 -height=16 -layer=com_147 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-2 -modelangle_x=556 -modelangle_y=829 -modelangle_z=0 -modelzoom=1351 -unknown100=63883 -unknown101=3000 - -// 343:73 -[com_73] -type=model -x=168 -y=223 -width=17 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=541 -modelangle_y=730 -modelangle_z=0 -modelzoom=1351 -unknown100=63881 -unknown101=3000 - -// 343:74 -[com_74] -type=model -x=166 -y=215 -width=12 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=589 -modelangle_y=1021 -modelangle_z=0 -modelzoom=1351 -unknown100=63879 -unknown101=3000 - -// 343:75 -[com_75] -type=model -x=167 -y=204 -width=13 -height=16 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=610 -modelangle_y=1090 -modelangle_z=0 -modelzoom=1351 -unknown100=63876 -unknown101=3000 - -// 343:76 -[com_76] -type=model -x=169 -y=195 -width=16 -height=16 -layer=com_147 -model=model_4154 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=658 -modelangle_y=1225 -modelangle_z=0 -modelzoom=1351 -unknown100=63873 -unknown101=3000 - -// 343:77 -[com_77] -type=model -x=173 -y=189 -width=15 -height=17 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=658 -modelangle_y=1195 -modelangle_z=0 -modelzoom=1351 -unknown100=63868 -unknown101=3000 - -// 343:78 -[com_78] -type=model -x=178 -y=183 -width=13 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=670 -modelangle_y=1135 -modelangle_z=0 -modelzoom=1351 -unknown100=63863 -unknown101=3000 - -// 343:79 -[com_79] -type=model -x=181 -y=176 -width=16 -height=15 -layer=com_147 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=712 -modelangle_y=1291 -modelangle_z=0 -modelzoom=1351 -unknown100=63858 -unknown101=3000 - -// 343:80 -[com_80] -type=model -x=187 -y=173 -width=12 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=667 -modelangle_y=1039 -modelangle_z=0 -modelzoom=1351 -unknown100=63852 -unknown101=3000 - -// 343:81 -[com_81] -type=model -x=187 -y=167 -width=13 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=646 -modelangle_y=958 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 343:82 -[com_82] -type=model -x=181 -y=160 -width=17 -height=16 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=550 -modelangle_y=733 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 343:83 -[com_83] -type=model -x=176 -y=161 -width=14 -height=12 -layer=com_147 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=490 -modelangle_y=508 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 343:84 -[com_84] -type=model -x=163 -y=157 -width=18 -height=14 -layer=com_147 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=568 -modelangle_y=670 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 343:85 -[com_85] -type=model -x=158 -y=150 -width=15 -height=13 -layer=com_147 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=649 -modelangle_y=937 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 343:86 -[com_86] -type=model -x=177 -y=118 -width=18 -height=22 -layer=com_147 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 343:87 -[com_87] -type=model -x=236 -y=125 -width=18 -height=22 -layer=com_147 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63791 -unknown101=3000 - -// 343:88 -[com_88] -type=model -x=228 -y=94 -width=18 -height=22 -layer=com_147 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63796 -unknown101=3000 - -// 343:89 -[com_89] -type=model -x=282 -y=108 -width=18 -height=22 -layer=com_147 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63754 -unknown101=3000 - -// 343:90 -[com_90] -type=model -x=193 -y=91 -width=14 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=668 -modelangle_y=804 -modelangle_z=0 -modelzoom=1007 -unknown100=63924 -unknown101=3000 - -// 343:91 -[com_91] -type=model -x=189 -y=81 -width=10 -height=15 -layer=com_147 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=662 -modelangle_y=915 -modelangle_z=0 -modelzoom=1007 -unknown100=63919 -unknown101=3000 - -// 343:92 -[com_92] -type=model -x=244 -y=109 -width=17 -height=10 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=392 -modelangle_y=414 -modelangle_z=0 -modelzoom=1007 -unknown100=64026 -unknown101=3000 - -// 343:93 -[com_93] -type=model -x=258 -y=103 -width=15 -height=12 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=320 -modelangle_y=270 -modelangle_z=0 -modelzoom=1007 -unknown100=63988 -unknown101=3000 - -// 343:94 -[com_94] -type=model -x=269 -y=95 -width=15 -height=11 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=335 -modelangle_y=312 -modelangle_z=0 -modelzoom=1007 -unknown100=63983 -unknown101=3000 - -// 343:95 -[com_95] -type=model -x=281 -y=92 -width=17 -height=7 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=239 -modelangle_y=405 -modelangle_z=0 -modelzoom=1007 -unknown100=63978 -unknown101=3000 - -// 343:96 -[com_96] -type=model -x=295 -y=87 -width=15 -height=9 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=200 -modelangle_y=255 -modelangle_z=0 -modelzoom=1007 -unknown100=63972 -unknown101=3000 - -// 343:97 -[com_97] -type=model -x=306 -y=82 -width=17 -height=8 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=230 -modelangle_y=387 -modelangle_z=0 -modelzoom=1007 -unknown100=63965 -unknown101=3000 - -// 343:98 -[com_98] -type=model -x=245 -y=117 -width=17 -height=8 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=230 -modelangle_y=387 -modelangle_z=0 -modelzoom=1007 -unknown100=64021 -unknown101=3000 - -// 343:99 -[com_99] -type=model -x=213 -y=113 -width=15 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=599 -modelangle_y=747 -modelangle_z=0 -modelzoom=1007 -unknown100=63920 -unknown101=3000 - -// 343:100 -[com_100] -type=model -x=188 -y=97 -width=15 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=599 -modelangle_y=747 -modelangle_z=0 -modelzoom=1007 -unknown100=63919 -unknown101=3000 - -// 343:101 -[com_101] -type=model -x=225 -y=119 -width=17 -height=11 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=476 -modelangle_y=522 -modelangle_z=0 -modelzoom=1007 -unknown100=63918 -unknown101=3000 - -// 343:102 -[com_102] -type=model -x=233 -y=119 -width=17 -height=11 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=476 -modelangle_y=522 -modelangle_z=0 -modelzoom=1007 -unknown100=63917 -unknown101=3000 - -// 343:103 -[com_103] -type=model -x=199 -y=105 -width=17 -height=13 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=521 -modelangle_y=651 -modelangle_z=0 -modelzoom=1007 -unknown100=63917 -unknown101=3000 - -// 343:104 -[com_104] -type=model -x=252 -y=120 -width=12 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=305 -modelangle_y=69 -modelangle_z=0 -modelzoom=1007 -unknown100=64015 -unknown101=3000 - -// 343:105 -[com_105] -type=model -x=247 -y=131 -width=14 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=290 -modelangle_y=123 -modelangle_z=0 -modelzoom=1007 -unknown100=64007 -unknown101=3000 - -// 343:106 -[com_106] -type=model -x=240 -y=142 -width=14 -height=12 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=302 -modelangle_y=207 -modelangle_z=0 -modelzoom=1007 -unknown100=64000 -unknown101=3000 - -// 343:107 -[com_107] -type=model -x=230 -y=150 -width=15 -height=11 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=326 -modelangle_y=294 -modelangle_z=0 -modelzoom=1007 -unknown100=63994 -unknown101=3000 - -// 343:108 -[com_108] -type=model -x=221 -y=157 -width=14 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=365 -modelangle_y=201 -modelangle_z=0 -modelzoom=1007 -unknown100=63989 -unknown101=3000 - -// 343:109 -[com_109] -type=model -x=213 -y=167 -width=14 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=371 -modelangle_y=195 -modelangle_z=0 -modelzoom=1007 -unknown100=63937 -unknown101=3000 - -// 343:110 -[com_110] -type=model -x=233 -y=156 -width=15 -height=11 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=326 -modelangle_y=294 -modelangle_z=0 -modelzoom=1007 -unknown100=63984 -unknown101=3000 - -// 343:111 -[com_111] -type=model -x=244 -y=146 -width=14 -height=13 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=311 -modelangle_y=222 -modelangle_z=0 -modelzoom=1007 -unknown100=63979 -unknown101=3000 - -// 343:112 -[com_112] -type=model -x=251 -y=135 -width=13 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=290 -modelangle_y=84 -modelangle_z=0 -modelzoom=1007 -unknown100=63973 -unknown101=3000 - -// 343:113 -[com_113] -type=model -x=256 -y=124 -width=14 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=305 -modelangle_y=129 -modelangle_z=0 -modelzoom=1007 -unknown100=63966 -unknown101=3000 - -// 343:114 -[com_114] -type=model -x=260 -y=114 -width=12 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=305 -modelangle_y=60 -modelangle_z=0 -modelzoom=1007 -unknown100=63959 -unknown101=3000 - -// 343:115 -[com_115] -type=model -x=321 -y=80 -width=18 -height=10 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=638 -modelangle_y=477 -modelangle_z=0 -modelzoom=1007 -unknown100=63962 -unknown101=3000 - -// 343:116 -[com_116] -type=model -x=265 -y=106 -width=15 -height=12 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=389 -modelangle_y=297 -modelangle_z=0 -modelzoom=1007 -unknown100=63954 -unknown101=3000 - -// 343:117 -[com_117] -type=model -x=276 -y=98 -width=17 -height=12 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=410 -modelangle_y=354 -modelangle_z=0 -modelzoom=1007 -unknown100=63951 -unknown101=3000 - -// 343:118 -[com_118] -type=model -x=284 -y=95 -width=17 -height=11 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=443 -modelangle_y=381 -modelangle_z=0 -modelzoom=1007 -unknown100=63949 -unknown101=3000 - -// 343:119 -[com_119] -type=model -x=297 -y=89 -width=17 -height=13 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=473 -modelangle_y=351 -modelangle_z=0 -modelzoom=1007 -unknown100=63948 -unknown101=3000 - -// 343:120 -[com_120] -type=model -x=226 -y=163 -width=14 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=311 -modelangle_y=162 -modelangle_z=0 -modelzoom=1007 -unknown100=63932 -unknown101=3000 - -// 343:121 -[com_121] -type=model -x=220 -y=172 -width=14 -height=14 -layer=com_147 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=329 -modelangle_y=159 -modelangle_z=0 -modelzoom=1007 -unknown100=63926 -unknown101=3000 - -// 343:122 -[com_122] -type=model -x=213 -y=181 -width=12 -height=7 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=587 -modelangle_y=480 -modelangle_z=0 -modelzoom=1519 -unknown100=63813 -unknown101=3000 - -// 343:123 -[com_123] -type=model -x=211 -y=174 -width=10 -height=11 -layer=com_147 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=659 -modelangle_y=1173 -modelangle_z=0 -modelzoom=1391 -unknown100=63833 -unknown101=3000 - -// 343:124 -[com_124] -type=model -x=335 -y=81 -width=18 -height=9 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=674 -modelangle_y=504 -modelangle_z=0 -modelzoom=1007 -unknown100=63959 -unknown101=3000 - -// 343:125 -[com_125] -type=model -x=310 -y=86 -width=18 -height=9 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=647 -modelangle_y=444 -modelangle_z=0 -modelzoom=1007 -unknown100=63947 -unknown101=3000 - -// 343:126 -[com_126] -type=model -x=329 -y=82 -width=18 -height=10 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=659 -modelangle_y=510 -modelangle_z=0 -modelzoom=1007 -unknown100=63956 -unknown101=3000 - -// 343:127 -[com_127] -type=model -x=341 -y=81 -width=18 -height=9 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=674 -modelangle_y=504 -modelangle_z=0 -modelzoom=1007 -unknown100=63953 -unknown101=3000 - -// 343:128 -[com_128] -type=model -x=341 -y=88 -width=18 -height=9 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=674 -modelangle_y=504 -modelangle_z=0 -modelzoom=1007 -unknown100=63950 -unknown101=3000 - -// 343:129 -[com_129] -type=model -x=328 -y=84 -width=18 -height=10 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=659 -modelangle_y=510 -modelangle_z=0 -modelzoom=1007 -unknown100=63947 -unknown101=3000 - -// 343:130 -[com_130] -type=model -x=324 -y=86 -width=18 -height=10 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=659 -modelangle_y=510 -modelangle_z=0 -modelzoom=1007 -unknown100=63944 -unknown101=3000 - -// 343:131 -[com_131] -type=model -x=341 -y=82 -width=18 -height=10 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=659 -modelangle_y=510 -modelangle_z=0 -modelzoom=1007 -unknown100=63941 -unknown101=3000 - -// 343:132 -[com_132] -type=model -x=341 -y=84 -width=18 -height=10 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=659 -modelangle_y=510 -modelangle_z=0 -modelzoom=1007 -unknown100=63938 -unknown101=3000 - -// 343:133 -[com_133] -type=model -x=341 -y=86 -width=18 -height=10 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=659 -modelangle_y=510 -modelangle_z=0 -modelzoom=1007 -unknown100=63935 -unknown101=3000 - -// 343:134 -[com_134] -type=model -x=345 -y=88 -width=18 -height=9 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=653 -modelangle_y=480 -modelangle_z=0 -modelzoom=1007 -unknown100=63932 -unknown101=3000 - -// 343:135 -[com_135] -type=model -x=345 -y=81 -width=18 -height=9 -layer=com_147 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=653 -modelangle_y=480 -modelangle_z=0 -modelzoom=1007 -unknown100=63929 -unknown101=3000 - -// 343:136 -[com_136] -type=model -x=346 -y=74 -width=11 -height=10 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=640 -modelangle_y=875 -modelangle_z=0 -modelzoom=1863 -unknown100=63760 -unknown101=3000 - -// 343:137 -[com_137] -type=model -x=343 -y=70 -width=13 -height=11 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=655 -modelangle_y=809 -modelangle_z=0 -modelzoom=1863 -unknown100=63757 -unknown101=3000 - -// 343:138 -[com_138] -type=model -x=351 -y=91 -width=11 -height=9 -layer=com_147 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=694 -modelangle_y=911 -modelangle_z=0 -modelzoom=1863 -unknown100=63760 -unknown101=3000 - -// 343:139 -[com_139] -type=model -x=354 -y=95 -width=12 -height=11 -layer=com_147 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=622 -modelangle_y=713 -modelangle_z=0 -modelzoom=1863 -unknown100=63757 -unknown101=3000 - -// 343:140 -[com_140] -type=model -x=295 -y=238 -width=23 -height=17 -layer=com_147 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63792 -unknown101=3000 - -// 343:141 -[com_141] -type=model -x=314 -y=236 -width=23 -height=15 -layer=com_147 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=556 -modelangle_y=2007 -modelangle_z=0 -modelzoom=1615 -unknown100=63794 -unknown101=3000 - -// 343:142 -[com_142] -type=model -x=246 -y=214 -width=23 -height=17 -layer=com_147 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63791 -unknown101=3000 - -// 343:143 -[com_143] -type=model -x=265 -y=217 -width=23 -height=16 -layer=com_147 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=554 -modelangle_y=105 -modelangle_z=0 -modelzoom=1615 -unknown100=63793 -unknown101=3000 - -// 343:144 -[com_144] -type=model -x=325 -y=153 -width=23 -height=17 -layer=com_147 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63791 -unknown101=3000 - -// 343:145 -[com_145] -type=model -x=344 -y=156 -width=23 -height=16 -layer=com_147 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63798 -unknown101=3000 - -// 343:146 -[com_146] -type=model -x=334 -y=239 -width=23 -height=16 -layer=com_147 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63798 -unknown101=3000 - -// 343:147 -[com_147] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_344.if3 b/dumps/530/interface/interface_344.if3 deleted file mode 100644 index 297b30312..000000000 --- a/dumps/530/interface/interface_344.if3 +++ /dev/null @@ -1,1948 +0,0 @@ -// 344:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_108 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64255 -unknown101=3000 - -// 344:1 -[com_1] -type=model -x=163 -y=240 -width=23 -height=17 -layer=com_108 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63804 -unknown101=3000 - -// 344:2 -[com_2] -type=model -x=182 -y=243 -width=23 -height=16 -layer=com_108 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63811 -unknown101=3000 - -// 344:3 -[com_3] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_108 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64136 -unknown101=3000 - -// 344:4 -[com_4] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_108 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64170 -unknown101=3000 - -// 344:5 -[com_5] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_108 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64170 -unknown101=3000 - -// 344:6 -[com_6] -type=model -x=262 -y=200 -width=17 -height=11 -layer=com_108 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=530 -modelangle_y=519 -modelangle_z=0 -modelzoom=1007 -unknown100=64010 -unknown101=3000 - -// 344:7 -[com_7] -type=model -x=300 -y=215 -width=86 -height=98 -layer=com_108 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64235 -unknown101=3000 - -// 344:8 -[com_8] -type=model -x=267 -y=181 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63785 -unknown101=3000 - -// 344:9 -[com_9] -type=model -x=263 -y=150 -width=26 -height=25 -layer=com_108 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1778 -modelangle_z=0 -modelzoom=1215 -unknown100=63867 -unknown101=3000 - -// 344:10 -[com_10] -type=model -x=155 -y=182 -width=17 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=613 -modelangle_y=862 -modelangle_z=0 -modelzoom=1351 -unknown100=63853 -unknown101=3000 - -// 344:11 -[com_11] -type=model -x=266 -y=118 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 344:12 -[com_12] -type=model -x=245 -y=104 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63787 -unknown101=3000 - -// 344:13 -[com_13] -type=model -x=223 -y=91 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 344:14 -[com_14] -type=model -x=211 -y=120 -width=46 -height=46 -layer=com_108 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63785 -unknown101=3000 - -// 344:15 -[com_15] -type=model -x=239 -y=216 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63773 -unknown101=3000 - -// 344:16 -[com_16] -type=model -x=157 -y=82 -width=46 -height=46 -layer=com_108 -model=model_3394 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63754 -unknown101=3000 - -// 344:17 -[com_17] -type=model -x=183 -y=135 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63761 -unknown101=3000 - -// 344:18 -[com_18] -type=model -x=169 -y=161 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 344:19 -[com_19] -type=model -x=248 -y=197 -width=17 -height=13 -layer=com_108 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=557 -modelangle_y=588 -modelangle_z=0 -modelzoom=1007 -unknown100=64003 -unknown101=3000 - -// 344:20 -[com_20] -type=model -x=237 -y=191 -width=15 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=602 -modelangle_y=726 -modelangle_z=0 -modelzoom=1007 -unknown100=64001 -unknown101=3000 - -// 344:21 -[com_21] -type=model -x=204 -y=156 -width=12 -height=15 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=698 -modelangle_y=1065 -modelangle_z=0 -modelzoom=1007 -unknown100=64008 -unknown101=3000 - -// 344:22 -[com_22] -type=model -x=207 -y=167 -width=14 -height=13 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=659 -modelangle_y=801 -modelangle_z=0 -modelzoom=1007 -unknown100=64003 -unknown101=3000 - -// 344:23 -[com_23] -type=model -x=217 -y=175 -width=16 -height=13 -layer=com_108 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=572 -modelangle_y=678 -modelangle_z=0 -modelzoom=1007 -unknown100=64000 -unknown101=3000 - -// 344:24 -[com_24] -type=model -x=231 -y=183 -width=14 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=641 -modelangle_y=807 -modelangle_z=0 -modelzoom=1007 -unknown100=63997 -unknown101=3000 - -// 344:25 -[com_25] -type=model -x=205 -y=145 -width=11 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=722 -modelangle_y=1029 -modelangle_z=0 -modelzoom=1007 -unknown100=63972 -unknown101=3000 - -// 344:26 -[com_26] -type=model -x=206 -y=133 -width=12 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=734 -modelangle_y=1071 -modelangle_z=0 -modelzoom=1007 -unknown100=63965 -unknown101=3000 - -// 344:27 -[com_27] -type=model -x=208 -y=121 -width=12 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=734 -modelangle_y=1071 -modelangle_z=0 -modelzoom=1007 -unknown100=63958 -unknown101=3000 - -// 344:28 -[com_28] -type=model -x=210 -y=109 -width=10 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=731 -modelangle_y=1023 -modelangle_z=0 -modelzoom=1007 -unknown100=63952 -unknown101=3000 - -// 344:29 -[com_29] -type=model -x=209 -y=97 -width=11 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=725 -modelangle_y=972 -modelangle_z=0 -modelzoom=1007 -unknown100=63945 -unknown101=3000 - -// 344:30 -[com_30] -type=model -x=206 -y=84 -width=11 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=713 -modelangle_y=894 -modelangle_z=0 -modelzoom=1007 -unknown100=63939 -unknown101=3000 - -// 344:31 -[com_31] -type=model -x=201 -y=75 -width=11 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=713 -modelangle_y=894 -modelangle_z=0 -modelzoom=1007 -unknown100=63933 -unknown101=3000 - -// 344:32 -[com_32] -type=model -x=230 -y=183 -width=13 -height=13 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=707 -modelangle_y=828 -modelangle_z=0 -modelzoom=1007 -unknown100=63992 -unknown101=3000 - -// 344:33 -[com_33] -type=model -x=238 -y=191 -width=15 -height=12 -layer=com_108 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=692 -modelangle_y=753 -modelangle_z=0 -modelzoom=1007 -unknown100=63987 -unknown101=3000 - -// 344:34 -[com_34] -type=model -x=277 -y=197 -width=18 -height=10 -layer=com_108 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=515 -modelangle_y=447 -modelangle_z=0 -modelzoom=1007 -unknown100=64009 -unknown101=3000 - -// 344:35 -[com_35] -type=model -x=291 -y=197 -width=17 -height=11 -layer=com_108 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=605 -modelangle_y=573 -modelangle_z=0 -modelzoom=1007 -unknown100=64007 -unknown101=3000 - -// 344:36 -[com_36] -type=model -x=304 -y=200 -width=15 -height=13 -layer=com_108 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=665 -modelangle_y=738 -modelangle_z=0 -modelzoom=1007 -unknown100=64003 -unknown101=3000 - -// 344:37 -[com_37] -type=model -x=315 -y=209 -width=13 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=695 -modelangle_y=849 -modelangle_z=0 -modelzoom=1007 -unknown100=63997 -unknown101=3000 - -// 344:38 -[com_38] -type=model -x=322 -y=220 -width=10 -height=15 -layer=com_108 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=707 -modelangle_y=954 -modelangle_z=0 -modelzoom=1007 -unknown100=63958 -unknown101=3000 - -// 344:39 -[com_39] -type=model -x=320 -y=232 -width=12 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=734 -modelangle_y=1077 -modelangle_z=0 -modelzoom=1007 -unknown100=63951 -unknown101=3000 - -// 344:40 -[com_40] -type=model -x=319 -y=242 -width=10 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=731 -modelangle_y=1023 -modelangle_z=0 -modelzoom=1007 -unknown100=63945 -unknown101=3000 - -// 344:41 -[com_41] -type=model -x=322 -y=254 -width=10 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=719 -modelangle_y=939 -modelangle_z=0 -modelzoom=1007 -unknown100=63939 -unknown101=3000 - -// 344:42 -[com_42] -type=model -x=317 -y=255 -width=10 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=719 -modelangle_y=939 -modelangle_z=0 -modelzoom=1007 -unknown100=63933 -unknown101=3000 - -// 344:43 -[com_43] -type=model -x=313 -y=243 -width=12 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=734 -modelangle_y=1077 -modelangle_z=0 -modelzoom=1007 -unknown100=63926 -unknown101=3000 - -// 344:44 -[com_44] -type=model -x=316 -y=221 -width=10 -height=15 -layer=com_108 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=707 -modelangle_y=954 -modelangle_z=0 -modelzoom=1007 -unknown100=63926 -unknown101=3000 - -// 344:45 -[com_45] -type=model -x=315 -y=232 -width=12 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=719 -modelangle_y=1077 -modelangle_z=0 -modelzoom=1007 -unknown100=63920 -unknown101=3000 - -// 344:46 -[com_46] -type=model -x=301 -y=207 -width=15 -height=13 -layer=com_108 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=665 -modelangle_y=738 -modelangle_z=0 -modelzoom=1007 -unknown100=63992 -unknown101=3000 - -// 344:47 -[com_47] -type=model -x=312 -y=215 -width=13 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=701 -modelangle_y=861 -modelangle_z=0 -modelzoom=1007 -unknown100=63921 -unknown101=3000 - -// 344:48 -[com_48] -type=model -x=286 -y=205 -width=18 -height=10 -layer=com_108 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=533 -modelangle_y=507 -modelangle_z=0 -modelzoom=1007 -unknown100=63989 -unknown101=3000 - -// 344:49 -[com_49] -type=model -x=273 -y=205 -width=18 -height=10 -layer=com_108 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=542 -modelangle_y=438 -modelangle_z=0 -modelzoom=1007 -unknown100=63988 -unknown101=3000 - -// 344:50 -[com_50] -type=model -x=259 -y=207 -width=18 -height=10 -layer=com_108 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=557 -modelangle_y=507 -modelangle_z=0 -modelzoom=1007 -unknown100=63987 -unknown101=3000 - -// 344:51 -[com_51] -type=model -x=245 -y=204 -width=17 -height=13 -layer=com_108 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=578 -modelangle_y=594 -modelangle_z=0 -modelzoom=1007 -unknown100=63985 -unknown101=3000 - -// 344:52 -[com_52] -type=model -x=234 -y=197 -width=15 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=596 -modelangle_y=747 -modelangle_z=0 -modelzoom=1007 -unknown100=63983 -unknown101=3000 - -// 344:53 -[com_53] -type=model -x=225 -y=188 -width=14 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=602 -modelangle_y=810 -modelangle_z=0 -modelzoom=1007 -unknown100=63980 -unknown101=3000 - -// 344:54 -[com_54] -type=model -x=212 -y=180 -width=16 -height=13 -layer=com_108 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=611 -modelangle_y=675 -modelangle_z=0 -modelzoom=1007 -unknown100=63977 -unknown101=3000 - -// 344:55 -[com_55] -type=model -x=203 -y=172 -width=14 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=644 -modelangle_y=798 -modelangle_z=0 -modelzoom=1007 -unknown100=63973 -unknown101=3000 - -// 344:56 -[com_56] -type=model -x=199 -y=161 -width=10 -height=15 -layer=com_108 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=671 -modelangle_y=942 -modelangle_z=0 -modelzoom=1007 -unknown100=63968 -unknown101=3000 - -// 344:57 -[com_57] -type=model -x=196 -y=150 -width=13 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=701 -modelangle_y=1104 -modelangle_z=0 -modelzoom=1007 -unknown100=63962 -unknown101=3000 - -// 344:58 -[com_58] -type=model -x=200 -y=137 -width=10 -height=15 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=692 -modelangle_y=1008 -modelangle_z=0 -modelzoom=1007 -unknown100=63956 -unknown101=3000 - -// 344:59 -[com_59] -type=model -x=201 -y=126 -width=12 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=707 -modelangle_y=1074 -modelangle_z=0 -modelzoom=1007 -unknown100=63950 -unknown101=3000 - -// 344:60 -[com_60] -type=model -x=203 -y=115 -width=12 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=707 -modelangle_y=1074 -modelangle_z=0 -modelzoom=1007 -unknown100=63944 -unknown101=3000 - -// 344:61 -[com_61] -type=model -x=204 -y=103 -width=11 -height=15 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=698 -modelangle_y=975 -modelangle_z=0 -modelzoom=1007 -unknown100=63939 -unknown101=3000 - -// 344:62 -[com_62] -type=model -x=203 -y=91 -width=10 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=701 -modelangle_y=927 -modelangle_z=0 -modelzoom=1007 -unknown100=63933 -unknown101=3000 - -// 344:63 -[com_63] -type=model -x=195 -y=80 -width=13 -height=14 -layer=com_108 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=695 -modelangle_y=849 -modelangle_z=0 -modelzoom=1007 -unknown100=63927 -unknown101=3000 - -// 344:64 -[com_64] -type=model -x=179 -y=74 -width=17 -height=11 -layer=com_108 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=704 -modelangle_y=618 -modelangle_z=0 -modelzoom=1007 -unknown100=63923 -unknown101=3000 - -// 344:65 -[com_65] -type=model -x=186 -y=69 -width=17 -height=11 -layer=com_108 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=704 -modelangle_y=618 -modelangle_z=0 -modelzoom=1007 -unknown100=63919 -unknown101=3000 - -// 344:66 -[com_66] -type=model -x=297 -y=218 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 344:67 -[com_67] -type=model -x=279 -y=221 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63736 -unknown101=3000 - -// 344:68 -[com_68] -type=model -x=290 -y=240 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 344:69 -[com_69] -type=model -x=301 -y=177 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 344:70 -[com_70] -type=model -x=319 -y=175 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63736 -unknown101=3000 - -// 344:71 -[com_71] -type=model -x=332 -y=191 -width=18 -height=22 -layer=com_108 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 344:72 -[com_72] -type=model -x=160 -y=190 -width=17 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=613 -modelangle_y=862 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 344:73 -[com_73] -type=model -x=166 -y=198 -width=15 -height=14 -layer=com_108 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=625 -modelangle_y=910 -modelangle_z=0 -modelzoom=1351 -unknown100=63847 -unknown101=3000 - -// 344:74 -[com_74] -type=model -x=170 -y=207 -width=15 -height=14 -layer=com_108 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=625 -modelangle_y=910 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 344:75 -[com_75] -type=model -x=175 -y=214 -width=17 -height=16 -layer=com_108 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=544 -modelangle_y=709 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 344:76 -[com_76] -type=model -x=184 -y=219 -width=17 -height=14 -layer=com_108 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=505 -modelangle_y=616 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 344:77 -[com_77] -type=model -x=193 -y=222 -width=17 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=529 -modelangle_y=628 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 344:78 -[com_78] -type=model -x=290 -y=104 -width=18 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=382 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1351 -unknown100=63866 -unknown101=3000 - -// 344:79 -[com_79] -type=model -x=241 -y=262 -width=13 -height=14 -layer=com_108 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=604 -modelangle_y=949 -modelangle_z=0 -modelzoom=1351 -unknown100=63849 -unknown101=3000 - -// 344:80 -[com_80] -type=model -x=239 -y=254 -width=13 -height=13 -layer=com_108 -model=model_4154 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=607 -modelangle_y=1003 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 344:81 -[com_81] -type=model -x=234 -y=246 -width=18 -height=16 -layer=com_108 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=529 -modelangle_y=796 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 344:82 -[com_82] -type=model -x=227 -y=242 -width=18 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=499 -modelangle_y=646 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 344:83 -[com_83] -type=model -x=223 -y=243 -width=13 -height=13 -layer=com_108 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=490 -modelangle_y=472 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 344:84 -[com_84] -type=model -x=213 -y=235 -width=16 -height=16 -layer=com_108 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=505 -modelangle_y=835 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 344:85 -[com_85] -type=model -x=207 -y=227 -width=18 -height=16 -layer=com_108 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=799 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 344:86 -[com_86] -type=model -x=202 -y=225 -width=17 -height=13 -layer=com_108 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=502 -modelangle_y=595 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 344:87 -[com_87] -type=model -x=284 -y=99 -width=18 -height=14 -layer=com_108 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=379 -modelangle_y=1745 -modelangle_z=0 -modelzoom=1351 -unknown100=63857 -unknown101=3000 - -// 344:88 -[com_88] -type=model -x=277 -y=95 -width=18 -height=14 -layer=com_108 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=379 -modelangle_y=1745 -modelangle_z=0 -modelzoom=1351 -unknown100=63853 -unknown101=3000 - -// 344:89 -[com_89] -type=model -x=272 -y=91 -width=17 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=1829 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 344:90 -[com_90] -type=model -x=269 -y=85 -width=15 -height=14 -layer=com_108 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=430 -modelangle_y=1931 -modelangle_z=0 -modelzoom=1351 -unknown100=63847 -unknown101=3000 - -// 344:91 -[com_91] -type=model -x=267 -y=76 -width=15 -height=14 -layer=com_108 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=430 -modelangle_y=1931 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 344:92 -[com_92] -type=model -x=260 -y=68 -width=17 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=415 -modelangle_y=1787 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 344:93 -[com_93] -type=model -x=257 -y=62 -width=16 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=457 -modelangle_y=1928 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 344:94 -[com_94] -type=model -x=297 -y=113 -width=16 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=457 -modelangle_y=1928 -modelangle_z=0 -modelzoom=1351 -unknown100=63863 -unknown101=3000 - -// 344:95 -[com_95] -type=model -x=301 -y=120 -width=18 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=454 -modelangle_y=1829 -modelangle_z=0 -modelzoom=1351 -unknown100=63861 -unknown101=3000 - -// 344:96 -[com_96] -type=model -x=307 -y=129 -width=16 -height=15 -layer=com_108 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=496 -modelangle_y=1895 -modelangle_z=0 -modelzoom=1351 -unknown100=63859 -unknown101=3000 - -// 344:97 -[com_97] -type=model -x=311 -y=135 -width=17 -height=16 -layer=com_108 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=478 -modelangle_y=1793 -modelangle_z=0 -modelzoom=1351 -unknown100=63858 -unknown101=3000 - -// 344:98 -[com_98] -type=model -x=318 -y=142 -width=18 -height=13 -layer=com_108 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=382 -modelangle_y=1706 -modelangle_z=0 -modelzoom=1351 -unknown100=63855 -unknown101=3000 - -// 344:99 -[com_99] -type=model -x=327 -y=146 -width=17 -height=12 -layer=com_108 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=367 -modelangle_y=1640 -modelangle_z=0 -modelzoom=1351 -unknown100=63851 -unknown101=3000 - -// 344:100 -[com_100] -type=model -x=336 -y=148 -width=15 -height=10 -layer=com_108 -model=model_4154 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=364 -modelangle_y=1568 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 344:101 -[com_101] -type=model -x=345 -y=146 -width=14 -height=12 -layer=com_108 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=358 -modelangle_y=1475 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 344:102 -[com_102] -type=model -x=354 -y=142 -width=14 -height=14 -layer=com_108 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=364 -modelangle_y=1421 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 344:103 -[com_103] -type=model -x=284 -y=67 -width=23 -height=17 -layer=com_108 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63791 -unknown101=3000 - -// 344:104 -[com_104] -type=model -x=303 -y=70 -width=23 -height=16 -layer=com_108 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=554 -modelangle_y=105 -modelangle_z=0 -modelzoom=1615 -unknown100=63793 -unknown101=3000 - -// 344:105 -[com_105] -type=model -x=318 -y=102 -width=23 -height=17 -layer=com_108 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63791 -unknown101=3000 - -// 344:106 -[com_106] -type=model -x=337 -y=105 -width=23 -height=16 -layer=com_108 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63798 -unknown101=3000 - -// 344:107 -[com_107] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_108 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 344:108 -[com_108] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_345.if b/dumps/530/interface/interface_345.if deleted file mode 100644 index 501fcc7ee..000000000 --- a/dumps/530/interface/interface_345.if +++ /dev/null @@ -1,36 +0,0 @@ -// 345:0 -[com_0] - -// 345:1 -[com_1] - -// 345:2 -[com_2] - -// 345:3 -[com_3] - -// 345:4 -[com_4] - -// 345:5 -[com_5] - -// 345:6 -[com_6] - -// 345:7 -[com_7] - -// 345:8 -[com_8] - -// 345:9 -[com_9] - -// 345:10 -[com_10] - -// 345:11 -[com_11] - diff --git a/dumps/530/interface/interface_346.if3 b/dumps/530/interface/interface_346.if3 deleted file mode 100644 index 0db4ae33a..000000000 --- a/dumps/530/interface/interface_346.if3 +++ /dev/null @@ -1,880 +0,0 @@ -// 346:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_49 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64216 -unknown101=3000 - -// 346:1 -[com_1] -type=model -x=153 -y=241 -width=31 -height=24 -layer=com_49 -model=model_3396 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=552 -modelangle_y=637 -modelangle_z=0 -modelzoom=1694 -unknown100=63787 -unknown101=3000 - -// 346:2 -[com_2] -type=model -x=179 -y=245 -width=27 -height=24 -layer=com_49 -model=model_3396 -modelorigin_x=1 -modelorigin_y=-4 -modelangle_x=478 -modelangle_y=564 -modelangle_z=0 -modelzoom=1694 -unknown100=63786 -unknown101=3000 - -// 346:3 -[com_3] -type=model -x=199 -y=252 -width=31 -height=24 -layer=com_49 -model=model_3396 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=563 -modelangle_y=660 -modelangle_z=0 -modelzoom=1694 -unknown100=63783 -unknown101=3000 - -// 346:4 -[com_4] -type=model -x=248 -y=256 -width=26 -height=23 -layer=com_49 -model=model_3396 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=466 -modelangle_y=513 -modelangle_z=0 -modelzoom=1694 -unknown100=63805 -unknown101=3000 - -// 346:5 -[com_5] -type=model -x=332 -y=234 -width=27 -height=26 -layer=com_49 -model=model_3396 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=460 -modelangle_y=485 -modelangle_z=0 -modelzoom=1694 -unknown100=63791 -unknown101=3000 - -// 346:6 -[com_6] -type=model -x=294 -y=240 -width=30 -height=30 -layer=com_49 -model=model_3396 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=435 -modelangle_y=392 -modelangle_z=0 -modelzoom=1694 -unknown100=63817 -unknown101=3000 - -// 346:7 -[com_7] -type=model -x=272 -y=248 -width=29 -height=31 -layer=com_49 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=445 -modelangle_y=394 -modelangle_z=0 -modelzoom=1694 -unknown100=63802 -unknown101=3000 - -// 346:8 -[com_8] -type=model -x=270 -y=211 -width=32 -height=24 -layer=com_49 -model=model_3396 -modelorigin_x=1 -modelorigin_y=-3 -modelangle_x=308 -modelangle_y=856 -modelangle_z=0 -modelzoom=1694 -unknown100=63822 -unknown101=3000 - -// 346:9 -[com_9] -type=model -x=254 -y=202 -width=26 -height=24 -layer=com_49 -model=model_3396 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=532 -modelangle_y=552 -modelangle_z=0 -modelzoom=1694 -unknown100=63815 -unknown101=3000 - -// 346:10 -[com_10] -type=model -x=235 -y=200 -width=31 -height=32 -layer=com_49 -model=model_3396 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=452 -modelangle_y=334 -modelangle_z=0 -modelzoom=1694 -unknown100=63805 -unknown101=3000 - -// 346:11 -[com_11] -type=model -x=228 -y=212 -width=34 -height=30 -layer=com_49 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=3 -modelangle_x=474 -modelangle_y=1834 -modelangle_z=0 -modelzoom=1694 -unknown100=63801 -unknown101=3000 - -// 346:12 -[com_12] -type=model -x=266 -y=222 -width=30 -height=23 -layer=com_49 -model=model_3396 -modelorigin_x=3 -modelorigin_y=1 -modelangle_x=250 -modelangle_y=1336 -modelangle_z=0 -modelzoom=1694 -unknown100=63807 -unknown101=3000 - -// 346:13 -[com_13] -type=model -x=249 -y=228 -width=28 -height=22 -layer=com_49 -model=model_3396 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=303 -modelangle_y=1488 -modelangle_z=0 -modelzoom=1694 -unknown100=63795 -unknown101=3000 - -// 346:14 -[com_14] -type=model -x=153 -y=181 -width=32 -height=25 -layer=com_49 -model=model_3396 -modelorigin_x=-1 -modelorigin_y=5 -modelangle_x=594 -modelangle_y=1699 -modelangle_z=0 -modelzoom=1694 -unknown100=63801 -unknown101=3000 - -// 346:15 -[com_15] -type=model -x=184 -y=191 -width=30 -height=32 -layer=com_49 -model=model_3396 -modelorigin_x=3 -modelorigin_y=1 -modelangle_x=569 -modelangle_y=1351 -modelangle_z=0 -modelzoom=1694 -unknown100=63797 -unknown101=3000 - -// 346:16 -[com_16] -type=model -x=202 -y=180 -width=30 -height=33 -layer=com_49 -model=model_3396 -modelorigin_x=3 -modelorigin_y=1 -modelangle_x=480 -modelangle_y=1337 -modelangle_z=0 -modelzoom=1694 -unknown100=63794 -unknown101=3000 - -// 346:17 -[com_17] -type=model -x=274 -y=174 -width=30 -height=23 -layer=com_49 -model=model_3396 -modelorigin_x=-1 -modelorigin_y=5 -modelangle_x=442 -modelangle_y=1649 -modelangle_z=0 -modelzoom=1694 -unknown100=63796 -unknown101=3000 - -// 346:18 -[com_18] -type=model -x=252 -y=170 -width=27 -height=24 -layer=com_49 -model=model_3396 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=476 -modelangle_y=1580 -modelangle_z=0 -modelzoom=1694 -unknown100=63785 -unknown101=3000 - -// 346:19 -[com_19] -type=model -x=224 -y=256 -width=28 -height=24 -layer=com_49 -model=model_3396 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=512 -modelangle_y=562 -modelangle_z=0 -modelzoom=1694 -unknown100=63781 -unknown101=3000 - -// 346:20 -[com_20] -type=model -x=310 -y=236 -width=30 -height=29 -layer=com_49 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=436 -modelangle_y=422 -modelangle_z=0 -modelzoom=1694 -unknown100=63788 -unknown101=3000 - -// 346:21 -[com_21] -type=model -x=225 -y=171 -width=29 -height=30 -layer=com_49 -model=model_3396 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=477 -modelangle_y=1435 -modelangle_z=0 -modelzoom=1678 -unknown100=63786 -unknown101=3000 - -// 346:22 -[com_22] -type=model -x=169 -y=196 -width=34 -height=20 -layer=com_49 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=249 -modelangle_y=1813 -modelangle_z=0 -modelzoom=1694 -unknown100=63786 -unknown101=3000 - -// 346:23 -[com_23] -type=model -x=293 -y=182 -width=33 -height=27 -layer=com_49 -model=model_3396 -modelorigin_x=-1 -modelorigin_y=5 -modelangle_x=460 -modelangle_y=1732 -modelangle_z=0 -modelzoom=1694 -unknown100=63793 -unknown101=3000 - -// 346:24 -[com_24] -type=model -x=311 -y=193 -width=33 -height=26 -layer=com_49 -model=model_3396 -modelorigin_x=-1 -modelorigin_y=5 -modelangle_x=459 -modelangle_y=1705 -modelangle_z=0 -modelzoom=1694 -unknown100=63790 -unknown101=3000 - -// 346:25 -[com_25] -type=model -x=332 -y=203 -width=32 -height=24 -layer=com_49 -model=model_3396 -modelorigin_x=-1 -modelorigin_y=5 -modelangle_x=459 -modelangle_y=1664 -modelangle_z=0 -modelzoom=1694 -unknown100=63787 -unknown101=3000 - -// 346:26 -[com_26] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_49 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64112 -unknown101=3000 - -// 346:27 -[com_27] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_49 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64127 -unknown101=3000 - -// 346:28 -[com_28] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_49 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64124 -unknown101=3000 - -// 346:29 -[com_29] -type=model -x=293 -y=208 -width=87 -height=97 -layer=com_49 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64118 -unknown101=3000 - -// 346:30 -[com_30] -type=model -x=261 -y=218 -width=13 -height=16 -layer=com_49 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=620 -modelangle_y=7 -modelangle_z=0 -modelzoom=2704 -unknown100=63644 -unknown101=3000 - -// 346:31 -[com_31] -type=model -x=248 -y=215 -width=13 -height=16 -layer=com_49 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=620 -modelangle_y=7 -modelangle_z=0 -modelzoom=2704 -unknown100=63644 -unknown101=3000 - -// 346:32 -[com_32] -type=text -x=205 -y=172 -width=12 -height=12 -layer=com_49 -textfont=p11_full -text=2E -colour=0x4c3d26 - -// 346:33 -[com_33] -type=model -x=224 -y=159 -width=20 -height=19 -layer=com_49 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=462 -modelangle_y=1788 -modelangle_z=0 -modelzoom=1686 -unknown100=63783 -unknown101=3000 - -// 346:34 -[com_34] -type=model -x=241 -y=70 -width=21 -height=26 -layer=com_49 -model=model_3397 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=623 -modelangle_y=2009 -modelangle_z=0 -modelzoom=1680 -unknown100=63786 -unknown101=3000 - -// 346:35 -[com_35] -type=model -x=200 -y=64 -width=22 -height=26 -layer=com_49 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=620 -modelangle_y=2032 -modelangle_z=0 -modelzoom=1667 -unknown100=63790 -unknown101=3000 - -// 346:36 -[com_36] -type=model -x=180 -y=78 -width=22 -height=27 -layer=com_49 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=548 -modelangle_y=2028 -modelangle_z=0 -modelzoom=1633 -unknown100=63792 -unknown101=3000 - -// 346:37 -[com_37] -type=model -x=213 -y=167 -width=8 -height=4 -layer=com_49 -model=model_3400 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=450 -modelangle_y=1006 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 346:38 -[com_38] -type=model -x=270 -y=118 -width=22 -height=18 -layer=com_49 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2064 -unknown100=63728 -unknown101=3000 - -// 346:39 -[com_39] -type=model -x=278 -y=96 -width=19 -height=17 -layer=com_49 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2166 -unknown100=63715 -unknown101=3000 - -// 346:40 -[com_40] -type=model -x=316 -y=92 -width=21 -height=19 -layer=com_49 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2006 -unknown100=63738 -unknown101=3000 - -// 346:41 -[com_41] -type=model -x=256 -y=99 -width=22 -height=18 -layer=com_49 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2064 -unknown100=63728 -unknown101=3000 - -// 346:42 -[com_42] -type=model -x=298 -y=79 -width=22 -height=18 -layer=com_49 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2064 -unknown100=63729 -unknown101=3000 - -// 346:43 -[com_43] -type=model -x=326 -y=77 -width=22 -height=18 -layer=com_49 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2064 -unknown100=63728 -unknown101=3000 - -// 346:44 -[com_44] -type=model -x=298 -y=63 -width=19 -height=18 -layer=com_49 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2134 -unknown100=63719 -unknown101=3000 - -// 346:45 -[com_45] -type=model -x=322 -y=58 -width=21 -height=19 -layer=com_49 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2006 -unknown100=63736 -unknown101=3000 - -// 346:46 -[com_46] -type=model -x=202 -y=167 -width=8 -height=4 -layer=com_49 -model=model_3400 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=390 -modelangle_y=1002 -modelangle_z=0 -modelzoom=1416 -unknown100=63834 -unknown101=3000 - -// 346:47 -[com_47] -type=model -x=180 -y=152 -width=24 -height=27 -layer=com_49 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=624 -modelangle_y=2033 -modelangle_z=0 -modelzoom=1548 -unknown100=63808 -unknown101=3000 - -// 346:48 -[com_48] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_49 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 346:49 -[com_49] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_347.if3 b/dumps/530/interface/interface_347.if3 deleted file mode 100644 index cd69c3683..000000000 --- a/dumps/530/interface/interface_347.if3 +++ /dev/null @@ -1,1168 +0,0 @@ -// 347:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 347:1 -[com_1] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_0 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=2500 -unknown101=3000 - -// 347:2 -[com_2] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_0 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64148 -unknown101=3000 - -// 347:3 -[com_3] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_0 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64112 -unknown101=3000 - -// 347:4 -[com_4] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_0 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64135 -unknown101=3000 - -// 347:5 -[com_5] -type=model -x=293 -y=208 -width=87 -height=97 -layer=com_0 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64536 -unknown101=3000 - -// 347:6 -[com_6] -type=layer -x=141 -y=28 -width=229 -height=225 -layer=com_0 - -// 347:7 -[com_7] -type=layer -x=158 -y=96 -width=201 -height=172 -layer=com_0 - -// 347:8 -[com_8] -type=model -x=252 -y=183 -width=18 -height=17 -layer=com_0 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2322 -unknown100=63695 -unknown101=3000 - -// 347:9 -[com_9] -type=model -x=287 -y=155 -width=19 -height=17 -layer=com_0 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2220 -unknown100=63708 -unknown101=3000 - -// 347:10 -[com_10] -type=model -x=306 -y=201 -width=18 -height=17 -layer=com_0 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2321 -unknown100=63695 -unknown101=3000 - -// 347:11 -[com_11] -type=model -x=287 -y=231 -width=22 -height=18 -layer=com_0 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2087 -unknown100=63727 -unknown101=3000 - -// 347:12 -[com_12] -type=model -x=307 -y=231 -width=18 -height=17 -layer=com_0 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2321 -unknown100=63695 -unknown101=3000 - -// 347:13 -[com_13] -type=model -x=321 -y=217 -width=22 -height=18 -layer=com_0 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2087 -unknown100=63725 -unknown101=3000 - -// 347:14 -[com_14] -type=model -x=260 -y=222 -width=18 -height=17 -layer=com_0 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2321 -unknown100=63694 -unknown101=3000 - -// 347:15 -[com_15] -type=model -x=268 -y=167 -width=22 -height=18 -layer=com_0 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2087 -unknown100=63725 -unknown101=3000 - -// 347:16 -[com_16] -type=model -x=288 -y=128 -width=22 -height=18 -layer=com_0 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2087 -unknown100=63725 -unknown101=3000 - -// 347:17 -[com_17] -type=model -x=255 -y=113 -width=19 -height=17 -layer=com_0 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2220 -unknown100=63708 -unknown101=3000 - -// 347:18 -[com_18] -type=model -x=223 -y=201 -width=19 -height=15 -layer=com_0 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2419 -unknown100=63682 -unknown101=3000 - -// 347:19 -[com_19] -type=model -x=200 -y=156 -width=19 -height=15 -layer=com_0 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2419 -unknown100=63682 -unknown101=3000 - -// 347:20 -[com_20] -type=model -x=200 -y=141 -width=16 -height=14 -layer=com_0 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2581 -unknown100=63659 -unknown101=3000 - -// 347:21 -[com_21] -type=model -x=233 -y=116 -width=22 -height=18 -layer=com_0 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2087 -unknown100=63727 -unknown101=3000 - -// 347:22 -[com_22] -type=model -x=235 -y=132 -width=19 -height=17 -layer=com_0 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2220 -unknown100=63708 -unknown101=3000 - -// 347:23 -[com_23] -type=model -x=162 -y=144 -width=22 -height=18 -layer=com_0 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2087 -unknown100=63725 -unknown101=3000 - -// 347:24 -[com_24] -type=model -x=208 -y=180 -width=19 -height=15 -layer=com_0 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2419 -unknown100=63682 -unknown101=3000 - -// 347:25 -[com_25] -type=model -x=208 -y=167 -width=16 -height=14 -layer=com_0 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2581 -unknown100=63659 -unknown101=3000 - -// 347:26 -[com_26] -type=model -x=223 -y=189 -width=16 -height=14 -layer=com_0 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2581 -unknown100=63659 -unknown101=3000 - -// 347:27 -[com_27] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 347:28 -[com_28] -type=model -x=89 -y=138 -width=9 -height=4 -layer=com_6 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=437 -modelangle_y=2030 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:29 -[com_29] -type=model -x=86 -y=128 -width=4 -height=8 -layer=com_6 -model=model_3400 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=481 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:30 -[com_30] -type=model -x=102 -y=138 -width=9 -height=4 -layer=com_6 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=437 -modelangle_y=2030 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:31 -[com_31] -type=model -x=86 -y=116 -width=4 -height=8 -layer=com_6 -model=model_3400 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=481 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:32 -[com_32] -type=model -x=86 -y=105 -width=4 -height=8 -layer=com_6 -model=model_3400 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=481 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:33 -[com_33] -type=model -x=86 -y=94 -width=4 -height=8 -layer=com_6 -model=model_3400 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=481 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:34 -[com_34] -type=model -x=86 -y=83 -width=4 -height=8 -layer=com_6 -model=model_3400 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=481 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:35 -[com_35] -type=model -x=146 -y=34 -width=24 -height=22 -layer=com_6 -model=model_3389 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=474 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63840 -unknown101=3000 - -// 347:36 -[com_36] -type=model -x=86 -y=72 -width=4 -height=8 -layer=com_6 -model=model_3400 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=481 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:37 -[com_37] -type=model -x=90 -y=67 -width=9 -height=4 -layer=com_6 -model=model_3400 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=548 -modelangle_y=970 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:38 -[com_38] -type=model -x=101 -y=67 -width=9 -height=4 -layer=com_6 -model=model_3400 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=548 -modelangle_y=970 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:39 -[com_39] -type=model -x=113 -y=67 -width=9 -height=4 -layer=com_6 -model=model_3400 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=548 -modelangle_y=970 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:40 -[com_40] -type=model -x=125 -y=67 -width=9 -height=4 -layer=com_6 -model=model_3400 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=548 -modelangle_y=970 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:41 -[com_41] -type=model -x=137 -y=67 -width=9 -height=4 -layer=com_6 -model=model_3400 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=548 -modelangle_y=970 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:42 -[com_42] -type=model -x=148 -y=67 -width=9 -height=4 -layer=com_6 -model=model_3400 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=548 -modelangle_y=970 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:43 -[com_43] -type=model -x=157 -y=58 -width=4 -height=9 -layer=com_6 -model=model_3400 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=551 -modelangle_y=517 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - -// 347:44 -[com_44] -type=text -x=128 -y=153 -width=11 -height=11 -layer=com_6 -textfont=p11_full -text=1N -colour=0x4c3d26 - -// 347:45 -[com_45] -type=text -x=104 -y=74 -width=12 -height=11 -layer=com_6 -textfont=p11_full -text=6E -colour=0x4c3d26 - -// 347:46 -[com_46] -type=text -x=84 -y=148 -width=16 -height=11 -layer=com_6 -textfont=p11_full -text=2W -colour=0x4c3d26 - -// 347:47 -[com_47] -type=text -x=66 -y=102 -width=14 -height=11 -layer=com_6 -textfont=p11_full -text=6N -colour=0x4c3d26 - -// 347:48 -[com_48] -type=model -x=143 -y=23 -width=16 -height=37 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=387 -modelangle_y=3 -modelangle_z=0 -modelzoom=1075 -unknown100=63907 -unknown101=3000 - -// 347:49 -[com_49] -type=model -x=28 -y=34 -width=17 -height=42 -layer=com_7 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=387 -modelangle_y=3 -modelangle_z=0 -modelzoom=983 -unknown100=63953 -unknown101=3000 - -// 347:50 -[com_50] -type=model -x=16 -y=74 -width=23 -height=35 -layer=com_7 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=428 -modelangle_y=177 -modelangle_z=0 -modelzoom=1062 -unknown100=63923 -unknown101=3000 - -// 347:51 -[com_51] -type=model -x=11 -y=106 -width=12 -height=31 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=463 -modelangle_y=2 -modelangle_z=0 -modelzoom=1399 -unknown100=63843 -unknown101=3000 - -// 347:52 -[com_52] -type=model -x=17 -y=135 -width=18 -height=18 -layer=com_7 -model=model_3398 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=453 -modelangle_y=1801 -modelangle_z=0 -modelzoom=1794 -unknown100=63774 -unknown101=3000 - -// 347:53 -[com_53] -type=model -x=33 -y=148 -width=25 -height=8 -layer=com_7 -model=model_3398 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=322 -modelangle_y=1552 -modelangle_z=0 -modelzoom=1727 -unknown100=63782 -unknown101=3000 - -// 347:54 -[com_54] -type=model -x=72 -y=136 -width=22 -height=8 -layer=com_7 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=442 -modelangle_y=1525 -modelangle_z=0 -modelzoom=1972 -unknown100=63745 -unknown101=3000 - -// 347:55 -[com_55] -type=model -x=107 -y=149 -width=22 -height=8 -layer=com_7 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=442 -modelangle_y=1525 -modelangle_z=0 -modelzoom=1972 -unknown100=63745 -unknown101=3000 - -// 347:56 -[com_56] -type=model -x=141 -y=162 -width=22 -height=8 -layer=com_7 -model=model_3398 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=401 -modelangle_y=1546 -modelangle_z=0 -modelzoom=1972 -unknown100=63746 -unknown101=3000 - -// 347:57 -[com_57] -type=model -x=173 -y=152 -width=13 -height=4 -layer=com_7 -model=model_3398 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=401 -modelangle_y=1546 -modelangle_z=0 -modelzoom=3481 -unknown100=64036 -unknown101=3000 - -// 347:58 -[com_58] -type=model -x=188 -y=119 -width=8 -height=21 -layer=com_7 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=410 -modelangle_y=1030 -modelangle_z=0 -modelzoom=1972 -unknown100=63748 -unknown101=3000 - -// 347:59 -[com_59] -type=model -x=159 -y=73 -width=8 -height=21 -layer=com_7 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=410 -modelangle_y=1030 -modelangle_z=0 -modelzoom=1972 -unknown100=63748 -unknown101=3000 - -// 347:60 -[com_60] -type=model -x=162 -y=90 -width=31 -height=32 -layer=com_7 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=418 -modelangle_y=778 -modelangle_z=0 -modelzoom=984 -unknown100=63930 -unknown101=3000 - -// 347:61 -[com_61] -type=model -x=56 -y=138 -width=18 -height=14 -layer=com_7 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=370 -modelangle_y=1312 -modelangle_z=0 -modelzoom=2014 -unknown100=63737 -unknown101=3000 - -// 347:62 -[com_62] -type=model -x=92 -y=138 -width=19 -height=15 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=478 -modelangle_y=1752 -modelangle_z=0 -modelzoom=1891 -unknown100=63753 -unknown101=3000 - -// 347:63 -[com_63] -type=model -x=127 -y=152 -width=18 -height=15 -layer=com_7 -model=model_3398 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=483 -modelangle_y=1773 -modelangle_z=0 -modelzoom=1984 -unknown100=63742 -unknown101=3000 - -// 347:64 -[com_64] -type=model -x=160 -y=153 -width=14 -height=13 -layer=com_7 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=523 -modelangle_y=1284 -modelangle_z=0 -modelzoom=2440 -unknown100=63678 -unknown101=3000 - -// 347:65 -[com_65] -type=model -x=184 -y=138 -width=10 -height=16 -layer=com_7 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=484 -modelangle_y=1183 -modelangle_z=0 -modelzoom=2396 -unknown100=63685 -unknown101=3000 - -// 347:66 -[com_66] -type=model -x=151 -y=57 -width=14 -height=18 -layer=com_7 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=455 -modelangle_y=808 -modelangle_z=0 -modelzoom=1972 -unknown100=63741 -unknown101=3000 - -// 347:67 -[com_67] -type=model -x=117 -y=143 -width=4 -height=8 -layer=com_6 -model=model_3400 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=608 -modelangle_y=490 -modelangle_z=0 -modelzoom=1416 -unknown100=63827 -unknown101=3000 - diff --git a/dumps/530/interface/interface_348.if3 b/dumps/530/interface/interface_348.if3 deleted file mode 100644 index c0b017d60..000000000 --- a/dumps/530/interface/interface_348.if3 +++ /dev/null @@ -1,835 +0,0 @@ -// 348:0 -[com_0] -type=model -x=203 -y=94 -width=43 -height=35 -layer=com_7 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-5 -modelangle_x=642 -modelangle_y=787 -modelangle_z=0 -modelzoom=1322 -unknown100=63900 -unknown101=3000 - -// 348:1 -[com_1] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_48 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64224 -unknown101=3000 - -// 348:2 -[com_2] -type=model -x=327 -y=172 -width=24 -height=22 -layer=com_48 -model=model_3389 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=474 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63841 -unknown101=3000 - -// 348:3 -[com_3] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_48 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64122 -unknown101=3000 - -// 348:4 -[com_4] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_48 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64174 -unknown101=3000 - -// 348:5 -[com_5] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_48 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64123 -unknown101=3000 - -// 348:6 -[com_6] -type=model -x=293 -y=208 -width=87 -height=97 -layer=com_48 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64177 -unknown101=3000 - -// 348:7 -[com_7] -type=layer -x=34 -y=32 -width=313 -height=239 -layer=com_48 - -// 348:8 -[com_8] -type=model -x=259 -y=159 -width=31 -height=26 -layer=com_48 -model=model_3390 -modelorigin_x=-1 -modelorigin_y=-5 -modelangle_x=575 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1130 -unknown100=63887 -unknown101=3000 - -// 348:9 -[com_9] -type=model -x=325 -y=93 -width=35 -height=28 -layer=com_48 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-6 -modelangle_x=524 -modelangle_y=2044 -modelangle_z=0 -modelzoom=1340 -unknown100=63842 -unknown101=3000 - -// 348:10 -[com_10] -type=model -x=278 -y=126 -width=23 -height=28 -layer=com_48 -model=model_3397 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1577 -unknown100=63801 -unknown101=3000 - -// 348:11 -[com_11] -type=model -x=295 -y=164 -width=22 -height=26 -layer=com_48 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1694 -unknown100=63783 -unknown101=3000 - -// 348:12 -[com_12] -type=model -x=284 -y=88 -width=22 -height=28 -layer=com_48 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1609 -unknown100=63797 -unknown101=3000 - -// 348:13 -[com_13] -type=model -x=256 -y=92 -width=23 -height=28 -layer=com_48 -model=model_3397 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1580 -unknown100=63801 -unknown101=3000 - -// 348:14 -[com_14] -type=model -x=232 -y=78 -width=22 -height=27 -layer=com_48 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1645 -unknown100=63790 -unknown101=3000 - -// 348:15 -[com_15] -type=model -x=320 -y=97 -width=7 -height=3 -layer=com_48 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=2046 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:16 -[com_16] -type=model -x=309 -y=97 -width=7 -height=3 -layer=com_48 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=2046 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:17 -[com_17] -type=model -x=305 -y=102 -width=3 -height=7 -layer=com_48 -model=model_3400 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=551 -modelangle_y=1563 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:18 -[com_18] -type=model -x=305 -y=113 -width=3 -height=7 -layer=com_48 -model=model_3400 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=551 -modelangle_y=1563 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:19 -[com_19] -type=model -x=305 -y=124 -width=3 -height=7 -layer=com_48 -model=model_3400 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=551 -modelangle_y=1563 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:20 -[com_20] -type=model -x=305 -y=134 -width=3 -height=7 -layer=com_48 -model=model_3400 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=551 -modelangle_y=1563 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:21 -[com_21] -type=model -x=309 -y=142 -width=7 -height=3 -layer=com_48 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=2046 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:22 -[com_22] -type=model -x=319 -y=142 -width=7 -height=3 -layer=com_48 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=2046 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:23 -[com_23] -type=model -x=329 -y=142 -width=7 -height=3 -layer=com_48 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=2046 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:24 -[com_24] -type=model -x=337 -y=146 -width=3 -height=7 -layer=com_48 -model=model_3400 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=551 -modelangle_y=1563 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:25 -[com_25] -type=model -x=337 -y=156 -width=3 -height=7 -layer=com_48 -model=model_3400 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=551 -modelangle_y=1563 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:26 -[com_26] -type=model -x=337 -y=166 -width=3 -height=7 -layer=com_48 -model=model_3400 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=551 -modelangle_y=1563 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 348:27 -[com_27] -type=text -x=310 -y=85 -width=16 -height=11 -layer=com_48 -textfont=p11_full -text=2W -colour=0x4c3d26 - -// 348:28 -[com_28] -type=text -x=291 -y=117 -width=12 -height=11 -layer=com_48 -textfont=p11_full -text=4S -colour=0x4c3d26 - -// 348:29 -[com_29] -type=text -x=316 -y=130 -width=11 -height=11 -layer=com_48 -textfont=p11_full -text=3E -colour=0x4c3d26 - -// 348:30 -[com_30] -type=text -x=342 -y=155 -width=13 -height=11 -layer=com_48 -textfont=p11_full -text=3S -colour=0x4c3d26 - -// 348:31 -[com_31] -type=model -x=171 -y=194 -width=23 -height=15 -layer=com_48 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=463 -modelangle_y=2005 -modelangle_z=0 -modelzoom=1587 -unknown100=63799 -unknown101=3000 - -// 348:32 -[com_32] -type=model -x=214 -y=194 -width=23 -height=16 -layer=com_48 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=554 -modelangle_y=105 -modelangle_z=0 -modelzoom=1615 -unknown100=63794 -unknown101=3000 - -// 348:33 -[com_33] -type=model -x=172 -y=131 -width=23 -height=17 -layer=com_48 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63791 -unknown101=3000 - -// 348:34 -[com_34] -type=model -x=190 -y=193 -width=27 -height=15 -layer=com_48 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1431 -unknown100=63824 -unknown101=3000 - -// 348:35 -[com_35] -type=model -x=189 -y=132 -width=23 -height=16 -layer=com_48 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63798 -unknown101=3000 - -// 348:36 -[com_36] -type=model -x=213 -y=240 -width=23 -height=16 -layer=com_48 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=407 -modelangle_y=1966 -modelangle_z=0 -modelzoom=1611 -unknown100=63797 -unknown101=3000 - -// 348:37 -[com_37] -type=model -x=231 -y=239 -width=23 -height=16 -layer=com_48 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=525 -modelangle_y=94 -modelangle_z=0 -modelzoom=1594 -unknown100=63797 -unknown101=3000 - -// 348:38 -[com_38] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_48 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 348:39 -[com_39] -type=model -x=220 -y=116 -width=41 -height=35 -layer=com_7 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-3 -modelangle_x=658 -modelangle_y=875 -modelangle_z=0 -modelzoom=1322 -unknown100=63891 -unknown101=3000 - -// 348:40 -[com_40] -type=model -x=231 -y=143 -width=38 -height=32 -layer=com_7 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=682 -modelangle_y=942 -modelangle_z=0 -modelzoom=1322 -unknown100=63881 -unknown101=3000 - -// 348:41 -[com_41] -type=model -x=237 -y=170 -width=35 -height=31 -layer=com_7 -model=model_3396 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=686 -modelangle_y=974 -modelangle_z=0 -modelzoom=1322 -unknown100=63871 -unknown101=3000 - -// 348:42 -[com_42] -type=model -x=242 -y=196 -width=38 -height=31 -layer=com_7 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=692 -modelangle_y=929 -modelangle_z=0 -modelzoom=1351 -unknown100=63854 -unknown101=3000 - -// 348:43 -[com_43] -type=model -x=249 -y=216 -width=40 -height=31 -layer=com_7 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-3 -modelangle_x=702 -modelangle_y=877 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 348:44 -[com_44] -type=model -x=127 -y=26 -width=42 -height=31 -layer=com_7 -model=model_3396 -modelorigin_x=1 -modelorigin_y=-5 -modelangle_x=675 -modelangle_y=744 -modelangle_z=0 -modelzoom=1351 -unknown100=63866 -unknown101=3000 - -// 348:45 -[com_45] -type=model -x=183 -y=77 -width=42 -height=31 -layer=com_7 -model=model_3396 -modelorigin_x=1 -modelorigin_y=-5 -modelangle_x=679 -modelangle_y=758 -modelangle_z=0 -modelzoom=1351 -unknown100=63855 -unknown101=3000 - -// 348:46 -[com_46] -type=model -x=145 -y=41 -width=43 -height=31 -layer=com_7 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-4 -modelangle_x=693 -modelangle_y=793 -modelangle_z=0 -modelzoom=1351 -unknown100=63856 -unknown101=3000 - -// 348:47 -[com_47] -type=model -x=163 -y=59 -width=43 -height=31 -layer=com_7 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-4 -modelangle_x=693 -modelangle_y=793 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 348:48 -[com_48] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_349.if3 b/dumps/530/interface/interface_349.if3 deleted file mode 100644 index da9502d94..000000000 --- a/dumps/530/interface/interface_349.if3 +++ /dev/null @@ -1,1015 +0,0 @@ -// 349:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_58 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64208 -unknown101=3000 - -// 349:1 -[com_1] -type=model -x=335 -y=126 -width=24 -height=22 -layer=com_58 -model=model_3389 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=474 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63840 -unknown101=3000 - -// 349:2 -[com_2] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_58 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64152 -unknown101=3000 - -// 349:3 -[com_3] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_58 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64203 -unknown101=3000 - -// 349:4 -[com_4] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_58 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64126 -unknown101=3000 - -// 349:5 -[com_5] -type=model -x=293 -y=208 -width=87 -height=97 -layer=com_58 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64132 -unknown101=3000 - -// 349:6 -[com_6] -type=model -x=264 -y=189 -width=49 -height=49 -layer=com_58 -model=model_3394 -modelorigin_x=1 -modelorigin_y=-5 -modelangle_x=475 -modelangle_y=0 -modelangle_z=0 -modelzoom=1875 -unknown100=63758 -unknown101=3000 - -// 349:7 -[com_7] -type=layer -x=160 -y=58 -width=200 -height=210 -layer=com_58 - -// 349:8 -[com_8] -type=model -x=180 -y=141 -width=7 -height=11 -layer=com_58 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=416 -modelangle_y=2029 -modelangle_z=0 -modelzoom=1513 -unknown100=63814 -unknown101=3000 - -// 349:9 -[com_9] -type=model -x=181 -y=133 -width=10 -height=10 -layer=com_58 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=421 -modelangle_y=239 -modelangle_z=0 -modelzoom=1429 -unknown100=63827 -unknown101=3000 - -// 349:10 -[com_10] -type=model -x=200 -y=150 -width=9 -height=9 -layer=com_58 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=421 -modelangle_y=239 -modelangle_z=0 -modelzoom=1533 -unknown100=63809 -unknown101=3000 - -// 349:11 -[com_11] -type=model -x=198 -y=132 -width=10 -height=10 -layer=com_58 -model=model_3399 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=444 -modelangle_y=1812 -modelangle_z=0 -modelzoom=1441 -unknown100=63826 -unknown101=3000 - -// 349:12 -[com_12] -type=model -x=204 -y=141 -width=7 -height=11 -layer=com_58 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=416 -modelangle_y=2029 -modelangle_z=0 -modelzoom=1513 -unknown100=63811 -unknown101=3000 - -// 349:13 -[com_13] -type=model -x=189 -y=130 -width=12 -height=7 -layer=com_58 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=470 -modelangle_y=482 -modelangle_z=0 -modelzoom=1436 -unknown100=63824 -unknown101=3000 - -// 349:14 -[com_14] -type=model -x=189 -y=155 -width=12 -height=7 -layer=com_58 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=470 -modelangle_y=482 -modelangle_z=0 -modelzoom=1436 -unknown100=63824 -unknown101=3000 - -// 349:15 -[com_15] -type=model -x=308 -y=200 -width=7 -height=3 -layer=com_58 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=2046 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 349:16 -[com_16] -type=model -x=318 -y=200 -width=7 -height=3 -layer=com_58 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=2046 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 349:17 -[com_17] -type=model -x=328 -y=200 -width=7 -height=3 -layer=com_58 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=2046 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 349:18 -[com_18] -type=model -x=336 -y=191 -width=3 -height=7 -layer=com_58 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=600 -modelangle_y=482 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 349:19 -[com_19] -type=model -x=336 -y=182 -width=3 -height=7 -layer=com_58 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=600 -modelangle_y=482 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 349:20 -[com_20] -type=model -x=336 -y=172 -width=3 -height=7 -layer=com_58 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=600 -modelangle_y=482 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 349:21 -[com_21] -type=model -x=338 -y=166 -width=7 -height=3 -layer=com_58 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=2046 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 349:22 -[com_22] -type=model -x=346 -y=158 -width=3 -height=7 -layer=com_58 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=600 -modelangle_y=482 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 349:23 -[com_23] -type=model -x=346 -y=149 -width=3 -height=7 -layer=com_58 -model=model_3400 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=600 -modelangle_y=482 -modelangle_z=0 -modelzoom=1713 -unknown100=63778 -unknown101=3000 - -// 349:24 -[com_24] -type=text -x=313 -y=187 -width=11 -height=11 -layer=com_58 -textfont=p11_full -text=3E -colour=0x4c3d26 - -// 349:25 -[com_25] -type=text -x=340 -y=178 -width=13 -height=11 -layer=com_58 -textfont=p11_full -text=3N -colour=0x4c3d26 - -// 349:26 -[com_26] -type=text -x=330 -y=155 -width=9 -height=11 -layer=com_58 -textfont=p11_full -text=1E -colour=0x4c3d26 - -// 349:27 -[com_27] -type=text -x=350 -y=149 -width=14 -height=11 -layer=com_58 -textfont=p11_full -text=2N -colour=0x4c3d26 - -// 349:28 -[com_28] -type=model -x=316 -y=125 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:29 -[com_29] -type=model -x=248 -y=174 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:30 -[com_30] -type=model -x=242 -y=136 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:31 -[com_31] -type=model -x=261 -y=132 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:32 -[com_32] -type=model -x=283 -y=118 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:33 -[com_33] -type=model -x=256 -y=104 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:34 -[com_34] -type=model -x=204 -y=58 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:35 -[com_35] -type=model -x=297 -y=94 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:36 -[com_36] -type=model -x=285 -y=71 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63748 -unknown101=3000 - -// 349:37 -[com_37] -type=model -x=268 -y=60 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:38 -[com_38] -type=model -x=249 -y=79 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:39 -[com_39] -type=model -x=210 -y=203 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:40 -[com_40] -type=model -x=199 -y=234 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:41 -[com_41] -type=model -x=253 -y=234 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:42 -[com_42] -type=model -x=292 -y=244 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:43 -[com_43] -type=model -x=336 -y=239 -width=18 -height=23 -layer=com_58 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1943 -unknown100=63746 -unknown101=3000 - -// 349:44 -[com_44] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_58 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 349:45 -[com_45] -type=model -x=-1 -y=11 -width=27 -height=27 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=297 -modelangle_y=1833 -modelangle_z=0 -modelzoom=1079 -unknown100=63951 -unknown101=3000 - -// 349:46 -[com_46] -type=model -x=-2 -y=24 -width=27 -height=27 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=297 -modelangle_y=1833 -modelangle_z=0 -modelzoom=1079 -unknown100=63939 -unknown101=3000 - -// 349:47 -[com_47] -type=model -x=30 -y=102 -width=28 -height=28 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=359 -modelangle_y=230 -modelangle_z=0 -modelzoom=1079 -unknown100=63934 -unknown101=3000 - -// 349:48 -[com_48] -type=model -x=21 -y=47 -width=27 -height=27 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=297 -modelangle_y=1833 -modelangle_z=0 -modelzoom=1079 -unknown100=63927 -unknown101=3000 - -// 349:49 -[com_49] -type=model -x=48 -y=69 -width=16 -height=36 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=368 -modelangle_y=4 -modelangle_z=0 -modelzoom=1079 -unknown100=63925 -unknown101=3000 - -// 349:50 -[com_50] -type=model -x=16 -y=102 -width=28 -height=28 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=359 -modelangle_y=230 -modelangle_z=0 -modelzoom=1079 -unknown100=63921 -unknown101=3000 - -// 349:51 -[com_51] -type=model -x=31 -y=43 -width=27 -height=27 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=297 -modelangle_y=1833 -modelangle_z=0 -modelzoom=1079 -unknown100=63915 -unknown101=3000 - -// 349:52 -[com_52] -type=model -x=13 -y=83 -width=25 -height=26 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=297 -modelangle_y=1833 -modelangle_z=0 -modelzoom=1101 -unknown100=63906 -unknown101=3000 - -// 349:53 -[com_53] -type=model -x=-2 -y=83 -width=16 -height=16 -layer=com_7 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=377 -modelangle_y=1265 -modelangle_z=0 -modelzoom=1900 -unknown100=63752 -unknown101=3000 - -// 349:54 -[com_54] -type=model -x=-5 -y=137 -width=28 -height=28 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=359 -modelangle_y=230 -modelangle_z=0 -modelzoom=1079 -unknown100=63919 -unknown101=3000 - -// 349:55 -[com_55] -type=model -x=-5 -y=123 -width=28 -height=28 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=359 -modelangle_y=230 -modelangle_z=0 -modelzoom=1079 -unknown100=63910 -unknown101=3000 - -// 349:56 -[com_56] -type=model -x=23 -y=35 -width=27 -height=27 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=297 -modelangle_y=1833 -modelangle_z=0 -modelzoom=1079 -unknown100=63904 -unknown101=3000 - -// 349:57 -[com_57] -type=model -x=20 -y=112 -width=28 -height=28 -layer=com_7 -model=model_3398 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=359 -modelangle_y=230 -modelangle_z=0 -modelzoom=1079 -unknown100=63902 -unknown101=3000 - -// 349:58 -[com_58] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_35.if b/dumps/530/interface/interface_35.if deleted file mode 100644 index a801b26af..000000000 --- a/dumps/530/interface/interface_35.if +++ /dev/null @@ -1,327 +0,0 @@ -// 35:0 -[com_0] - -// 35:1 -[com_1] - -// 35:2 -[com_2] - -// 35:3 -[com_3] - -// 35:4 -[com_4] - -// 35:5 -[com_5] - -// 35:6 -[com_6] - -// 35:7 -[com_7] - -// 35:8 -[com_8] - -// 35:9 -[com_9] - -// 35:10 -[com_10] - -// 35:11 -[com_11] - -// 35:12 -[com_12] - -// 35:13 -[com_13] - -// 35:14 -[com_14] - -// 35:15 -[com_15] - -// 35:16 -[com_16] - -// 35:17 -[com_17] - -// 35:18 -[com_18] - -// 35:19 -[com_19] - -// 35:20 -[com_20] - -// 35:21 -[com_21] - -// 35:22 -[com_22] - -// 35:23 -[com_23] - -// 35:24 -[com_24] - -// 35:25 -[com_25] - -// 35:26 -[com_26] - -// 35:27 -[com_27] - -// 35:28 -[com_28] - -// 35:29 -[com_29] - -// 35:30 -[com_30] - -// 35:31 -[com_31] - -// 35:32 -[com_32] - -// 35:33 -[com_33] - -// 35:34 -[com_34] - -// 35:35 -[com_35] - -// 35:36 -[com_36] - -// 35:37 -[com_37] - -// 35:38 -[com_38] - -// 35:39 -[com_39] - -// 35:40 -[com_40] - -// 35:41 -[com_41] - -// 35:42 -[com_42] - -// 35:43 -[com_43] - -// 35:44 -[com_44] - -// 35:45 -[com_45] - -// 35:46 -[com_46] - -// 35:47 -[com_47] - -// 35:48 -[com_48] - -// 35:49 -[com_49] - -// 35:50 -[com_50] - -// 35:51 -[com_51] - -// 35:52 -[com_52] - -// 35:53 -[com_53] - -// 35:54 -[com_54] - -// 35:55 -[com_55] - -// 35:56 -[com_56] - -// 35:57 -[com_57] - -// 35:58 -[com_58] - -// 35:59 -[com_59] - -// 35:60 -[com_60] - -// 35:61 -[com_61] - -// 35:62 -[com_62] - -// 35:63 -[com_63] - -// 35:64 -[com_64] - -// 35:65 -[com_65] - -// 35:66 -[com_66] - -// 35:67 -[com_67] - -// 35:68 -[com_68] - -// 35:69 -[com_69] - -// 35:70 -[com_70] - -// 35:71 -[com_71] - -// 35:72 -[com_72] - -// 35:73 -[com_73] - -// 35:74 -[com_74] - -// 35:75 -[com_75] - -// 35:76 -[com_76] - -// 35:77 -[com_77] - -// 35:78 -[com_78] - -// 35:79 -[com_79] - -// 35:80 -[com_80] - -// 35:81 -[com_81] - -// 35:82 -[com_82] - -// 35:83 -[com_83] - -// 35:84 -[com_84] - -// 35:85 -[com_85] - -// 35:86 -[com_86] - -// 35:87 -[com_87] - -// 35:88 -[com_88] - -// 35:89 -[com_89] - -// 35:90 -[com_90] - -// 35:91 -[com_91] - -// 35:92 -[com_92] - -// 35:93 -[com_93] - -// 35:94 -[com_94] - -// 35:95 -[com_95] - -// 35:96 -[com_96] - -// 35:97 -[com_97] - -// 35:98 -[com_98] - -// 35:99 -[com_99] - -// 35:100 -[com_100] - -// 35:101 -[com_101] - -// 35:102 -[com_102] - -// 35:103 -[com_103] - -// 35:104 -[com_104] - -// 35:105 -[com_105] - -// 35:106 -[com_106] - -// 35:107 -[com_107] - -// 35:108 -[com_108] - diff --git a/dumps/530/interface/interface_350.if3 b/dumps/530/interface/interface_350.if3 deleted file mode 100644 index 28e002476..000000000 --- a/dumps/530/interface/interface_350.if3 +++ /dev/null @@ -1,877 +0,0 @@ -// 350:0 -[com_0] -type=model -x=116 -y=73 -width=24 -height=22 -layer=com_35 -model=model_3389 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=474 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63856 -unknown101=3000 - -// 350:1 -[com_1] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_49 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64164 -unknown101=3000 - -// 350:2 -[com_2] -type=model -x=180 -y=181 -width=54 -height=56 -layer=com_49 -model=model_25718 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=475 -modelangle_y=19 -modelangle_z=0 -modelzoom=809 -unknown100=63983 -unknown101=3000 - -// 350:3 -[com_3] -type=model -x=155 -y=235 -width=17 -height=17 -layer=com_49 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=543 -modelangle_y=762 -modelangle_z=0 -modelzoom=822 -unknown100=63981 -unknown101=3000 - -// 350:4 -[com_4] -type=model -x=218 -y=95 -width=20 -height=12 -layer=com_49 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=868 -unknown100=63987 -unknown101=3000 - -// 350:5 -[com_5] -type=model -x=239 -y=112 -width=20 -height=12 -layer=com_49 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=868 -unknown100=63973 -unknown101=3000 - -// 350:6 -[com_6] -type=model -x=305 -y=75 -width=14 -height=23 -layer=com_49 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2029 -modelangle_z=0 -modelzoom=735 -unknown100=64039 -unknown101=3000 - -// 350:7 -[com_7] -type=model -x=289 -y=77 -width=24 -height=14 -layer=com_49 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=469 -modelangle_y=506 -modelangle_z=0 -modelzoom=735 -unknown100=64037 -unknown101=3000 - -// 350:8 -[com_8] -type=model -x=310 -y=67 -width=24 -height=14 -layer=com_49 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=469 -modelangle_y=506 -modelangle_z=0 -modelzoom=735 -unknown100=64035 -unknown101=3000 - -// 350:9 -[com_9] -type=model -x=327 -y=64 -width=16 -height=13 -layer=com_49 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=160 -modelangle_y=1012 -modelangle_z=0 -modelzoom=628 -unknown100=64077 -unknown101=3000 - -// 350:10 -[com_10] -type=model -x=284 -y=74 -width=16 -height=13 -layer=com_49 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=160 -modelangle_y=1012 -modelangle_z=0 -modelzoom=628 -unknown100=64063 -unknown101=3000 - -// 350:11 -[com_11] -type=model -x=169 -y=238 -width=64 -height=24 -layer=com_49 -model=model_3398 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=429 -modelangle_y=518 -modelangle_z=0 -modelzoom=676 -unknown100=64037 -unknown101=3000 - -// 350:12 -[com_12] -type=model -x=254 -y=238 -width=64 -height=24 -layer=com_49 -model=model_3398 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=429 -modelangle_y=518 -modelangle_z=0 -modelzoom=680 -unknown100=64072 -unknown101=3000 - -// 350:13 -[com_13] -type=model -x=262 -y=238 -width=64 -height=24 -layer=com_49 -model=model_3398 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=429 -modelangle_y=518 -modelangle_z=0 -modelzoom=680 -unknown100=64068 -unknown101=3000 - -// 350:14 -[com_14] -type=model -x=208 -y=96 -width=22 -height=53 -layer=com_49 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=369 -modelangle_y=2043 -modelangle_z=0 -modelzoom=744 -unknown100=64026 -unknown101=3000 - -// 350:15 -[com_15] -type=model -x=323 -y=212 -width=42 -height=41 -layer=com_49 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=301 -modelangle_y=222 -modelangle_z=0 -modelzoom=682 -unknown100=64055 -unknown101=3000 - -// 350:16 -[com_16] -type=model -x=217 -y=140 -width=46 -height=16 -layer=com_49 -model=model_3398 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=371 -modelangle_y=1542 -modelangle_z=0 -modelzoom=947 -unknown100=63944 -unknown101=3000 - -// 350:17 -[com_17] -type=model -x=230 -y=87 -width=15 -height=38 -layer=com_49 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=369 -modelangle_y=2043 -modelangle_z=0 -modelzoom=1042 -unknown100=63913 -unknown101=3000 - -// 350:18 -[com_18] -type=model -x=251 -y=88 -width=15 -height=38 -layer=com_49 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=369 -modelangle_y=2043 -modelangle_z=0 -modelzoom=1042 -unknown100=63915 -unknown101=3000 - -// 350:19 -[com_19] -type=model -x=249 -y=139 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64209 -unknown101=3000 - -// 350:20 -[com_20] -type=model -x=237 -y=139 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64206 -unknown101=3000 - -// 350:21 -[com_21] -type=model -x=215 -y=129 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64201 -unknown101=3000 - -// 350:22 -[com_22] -type=model -x=263 -y=150 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64209 -unknown101=3000 - -// 350:23 -[com_23] -type=model -x=274 -y=150 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64206 -unknown101=3000 - -// 350:24 -[com_24] -type=model -x=263 -y=134 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64206 -unknown101=3000 - -// 350:25 -[com_25] -type=model -x=263 -y=119 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64201 -unknown101=3000 - -// 350:26 -[com_26] -type=model -x=263 -y=104 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64201 -unknown101=3000 - -// 350:27 -[com_27] -type=model -x=263 -y=92 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64201 -unknown101=3000 - -// 350:28 -[com_28] -type=model -x=305 -y=107 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64214 -unknown101=3000 - -// 350:29 -[com_29] -type=model -x=308 -y=89 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64223 -unknown101=3000 - -// 350:30 -[com_30] -type=model -x=308 -y=80 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64220 -unknown101=3000 - -// 350:31 -[com_31] -type=model -x=308 -y=71 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64217 -unknown101=3000 - -// 350:32 -[com_32] -type=model -x=319 -y=78 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64214 -unknown101=3000 - -// 350:33 -[com_33] -type=model -x=338 -y=78 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64214 -unknown101=3000 - -// 350:34 -[com_34] -type=model -x=340 -y=64 -width=14 -height=11 -layer=com_49 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64214 -unknown101=3000 - -// 350:35 -[com_35] -type=layer -x=174 -y=55 -width=203 -height=220 -layer=com_49 - -// 350:36 -[com_36] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_49 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64112 -unknown101=3000 - -// 350:37 -[com_37] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_49 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64112 -unknown101=3000 - -// 350:38 -[com_38] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_49 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64116 -unknown101=3000 - -// 350:39 -[com_39] -type=model -x=293 -y=208 -width=87 -height=97 -layer=com_49 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64123 -unknown101=3000 - -// 350:40 -[com_40] -type=model -x=238 -y=134 -width=83 -height=93 -layer=com_49 -model=model_3393 -modelorigin_x=-11 -modelorigin_y=-1 -modelangle_x=495 -modelangle_y=65 -modelangle_z=0 -modelzoom=974 -unknown100=63928 -unknown101=3000 - -// 350:41 -[com_41] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_49 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 350:42 -[com_42] -type=model -x=114 -y=125 -width=27 -height=15 -layer=com_35 -model=model_3399 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=640 -unknown100=64078 -unknown101=3000 - -// 350:43 -[com_43] -type=model -x=128 -y=83 -width=22 -height=53 -layer=com_35 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=368 -modelangle_y=2042 -modelangle_z=0 -modelzoom=744 -unknown100=64020 -unknown101=3000 - -// 350:44 -[com_44] -type=model -x=132 -y=131 -width=14 -height=11 -layer=com_35 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64209 -unknown101=3000 - -// 350:45 -[com_45] -type=model -x=120 -y=131 -width=14 -height=11 -layer=com_35 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64206 -unknown101=3000 - -// 350:46 -[com_46] -type=model -x=136 -y=117 -width=14 -height=11 -layer=com_35 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64206 -unknown101=3000 - -// 350:47 -[com_47] -type=model -x=136 -y=98 -width=14 -height=11 -layer=com_35 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64209 -unknown101=3000 - -// 350:48 -[com_48] -type=model -x=135 -y=89 -width=14 -height=11 -layer=com_35 -model=model_3386 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=632 -modelangle_y=509 -modelangle_z=0 -modelzoom=415 -unknown100=64206 -unknown101=3000 - -// 350:49 -[com_49] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_351.if3 b/dumps/530/interface/interface_351.if3 deleted file mode 100644 index 4d5c0800a..000000000 --- a/dumps/530/interface/interface_351.if3 +++ /dev/null @@ -1,1075 +0,0 @@ -// 351:0 -[com_0] -type=model -x=106 -y=97 -width=24 -height=22 -layer=com_2 -model=model_3389 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=474 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63840 -unknown101=3000 - -// 351:1 -[com_1] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_60 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64157 -unknown101=3000 - -// 351:2 -[com_2] -type=layer -x=174 -y=55 -width=203 -height=220 -layer=com_60 - -// 351:3 -[com_3] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_60 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64113 -unknown101=3000 - -// 351:4 -[com_4] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_60 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64116 -unknown101=3000 - -// 351:5 -[com_5] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_60 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64116 -unknown101=3000 - -// 351:6 -[com_6] -type=model -x=293 -y=208 -width=87 -height=97 -layer=com_60 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64119 -unknown101=3000 - -// 351:7 -[com_7] -type=model -x=176 -y=253 -width=8 -height=7 -layer=com_60 -model=model_3386 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=682 -unknown100=64030 -unknown101=3000 - -// 351:8 -[com_8] -type=model -x=198 -y=255 -width=8 -height=7 -layer=com_60 -model=model_3386 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=682 -unknown100=64030 -unknown101=3000 - -// 351:9 -[com_9] -type=model -x=220 -y=254 -width=8 -height=7 -layer=com_60 -model=model_3386 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=682 -unknown100=64030 -unknown101=3000 - -// 351:10 -[com_10] -type=model -x=230 -y=262 -width=8 -height=7 -layer=com_60 -model=model_3386 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=682 -unknown100=64030 -unknown101=3000 - -// 351:11 -[com_11] -type=model -x=256 -y=263 -width=8 -height=7 -layer=com_60 -model=model_3386 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=682 -unknown100=64030 -unknown101=3000 - -// 351:12 -[com_12] -type=model -x=291 -y=263 -width=8 -height=7 -layer=com_60 -model=model_3386 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=682 -unknown100=64030 -unknown101=3000 - -// 351:13 -[com_13] -type=model -x=316 -y=262 -width=8 -height=7 -layer=com_60 -model=model_3386 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=682 -unknown100=64030 -unknown101=3000 - -// 351:14 -[com_14] -type=model -x=327 -y=253 -width=8 -height=7 -layer=com_60 -model=model_3386 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=682 -unknown100=64030 -unknown101=3000 - -// 351:15 -[com_15] -type=model -x=179 -y=199 -width=9 -height=9 -layer=com_60 -model=model_3386 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=524 -unknown100=64115 -unknown101=3000 - -// 351:16 -[com_16] -type=model -x=230 -y=214 -width=18 -height=23 -layer=com_60 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1965 -unknown100=63743 -unknown101=3000 - -// 351:17 -[com_17] -type=model -x=344 -y=161 -width=18 -height=23 -layer=com_60 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1965 -unknown100=63743 -unknown101=3000 - -// 351:18 -[com_18] -type=model -x=264 -y=161 -width=11 -height=9 -layer=com_60 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2036 -unknown100=63732 -unknown101=3000 - -// 351:19 -[com_19] -type=model -x=274 -y=185 -width=23 -height=20 -layer=com_60 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=495 -modelangle_y=2017 -modelangle_z=0 -modelzoom=1999 -unknown100=63737 -unknown101=3000 - -// 351:20 -[com_20] -type=model -x=225 -y=159 -width=24 -height=18 -layer=com_60 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=518 -modelangle_y=43 -modelangle_z=0 -modelzoom=2009 -unknown100=63736 -unknown101=3000 - -// 351:21 -[com_21] -type=model -x=245 -y=134 -width=22 -height=18 -layer=com_60 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=505 -modelangle_y=18 -modelangle_z=0 -modelzoom=2080 -unknown100=63726 -unknown101=3000 - -// 351:22 -[com_22] -type=model -x=217 -y=137 -width=11 -height=10 -layer=com_60 -model=model_3401 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=499 -modelangle_y=2032 -modelangle_z=0 -modelzoom=1971 -unknown100=63741 -unknown101=3000 - -// 351:23 -[com_23] -type=model -x=185 -y=155 -width=22 -height=18 -layer=com_60 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=505 -modelangle_y=12 -modelangle_z=0 -modelzoom=2080 -unknown100=63726 -unknown101=3000 - -// 351:24 -[com_24] -type=model -x=204 -y=186 -width=10 -height=9 -layer=com_60 -model=model_3401 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=501 -modelangle_y=2034 -modelangle_z=0 -modelzoom=2079 -unknown100=63726 -unknown101=3000 - -// 351:25 -[com_25] -type=model -x=207 -y=75 -width=18 -height=23 -layer=com_60 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1969 -unknown100=63742 -unknown101=3000 - -// 351:26 -[com_26] -type=model -x=171 -y=87 -width=18 -height=23 -layer=com_60 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=2054 -unknown100=63731 -unknown101=3000 - -// 351:27 -[com_27] -type=model -x=305 -y=151 -width=18 -height=23 -layer=com_60 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1965 -unknown100=63743 -unknown101=3000 - -// 351:28 -[com_28] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_60 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 351:29 -[com_29] -type=model -x=83 -y=159 -width=22 -height=12 -layer=com_2 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=820 -unknown100=63999 -unknown101=3000 - -// 351:30 -[com_30] -type=model -x=144 -y=92 -width=18 -height=43 -layer=com_2 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=368 -modelangle_y=2042 -modelangle_z=0 -modelzoom=915 -unknown100=63969 -unknown101=3000 - -// 351:31 -[com_31] -type=model -x=73 -y=191 -width=58 -height=21 -layer=com_2 -model=model_3398 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=379 -modelangle_y=515 -modelangle_z=0 -modelzoom=744 -unknown100=64030 -unknown101=3000 - -// 351:32 -[com_32] -type=model -x=61 -y=188 -width=16 -height=16 -layer=com_2 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=431 -modelangle_y=776 -modelangle_z=0 -modelzoom=900 -unknown100=63963 -unknown101=3000 - -// 351:33 -[com_33] -type=model -x=128 -y=189 -width=16 -height=14 -layer=com_2 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=359 -modelangle_y=262 -modelangle_z=0 -modelzoom=900 -unknown100=63967 -unknown101=3000 - -// 351:34 -[com_34] -type=model -x=140 -y=184 -width=25 -height=14 -layer=com_2 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=708 -unknown100=64036 -unknown101=3000 - -// 351:35 -[com_35] -type=model -x=6 -y=180 -width=58 -height=21 -layer=com_2 -model=model_3398 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=379 -modelangle_y=515 -modelangle_z=0 -modelzoom=744 -unknown100=64016 -unknown101=3000 - -// 351:36 -[com_36] -type=model -x=-15 -y=180 -width=58 -height=21 -layer=com_2 -model=model_3398 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=379 -modelangle_y=515 -modelangle_z=0 -modelzoom=744 -unknown100=64010 -unknown101=3000 - -// 351:37 -[com_37] -type=model -x=158 -y=184 -width=25 -height=14 -layer=com_2 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=708 -unknown100=64032 -unknown101=3000 - -// 351:38 -[com_38] -type=model -x=99 -y=159 -width=22 -height=12 -layer=com_2 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=820 -unknown100=63996 -unknown101=3000 - -// 351:39 -[com_39] -type=model -x=119 -y=132 -width=36 -height=35 -layer=com_2 -model=model_3398 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=386 -modelangle_y=247 -modelangle_z=0 -modelzoom=885 -unknown100=63968 -unknown101=3000 - -// 351:40 -[com_40] -type=model -x=53 -y=144 -width=22 -height=12 -layer=com_2 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=820 -unknown100=63984 -unknown101=3000 - -// 351:41 -[com_41] -type=model -x=22 -y=152 -width=22 -height=12 -layer=com_2 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=820 -unknown100=63997 -unknown101=3000 - -// 351:42 -[com_42] -type=model -x=-9 -y=116 -width=13 -height=20 -layer=com_2 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=615 -modelangle_y=1021 -modelangle_z=0 -modelzoom=820 -unknown100=63989 -unknown101=3000 - -// 351:43 -[com_43] -type=model -x=10 -y=148 -width=16 -height=12 -layer=com_2 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=246 -modelangle_y=837 -modelangle_z=0 -modelzoom=812 -unknown100=63994 -unknown101=3000 - -// 351:44 -[com_44] -type=model -x=71 -y=149 -width=16 -height=17 -layer=com_2 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=473 -modelangle_y=790 -modelangle_z=0 -modelzoom=845 -unknown100=63969 -unknown101=3000 - -// 351:45 -[com_45] -type=model -x=41 -y=149 -width=15 -height=12 -layer=com_2 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=345 -modelangle_y=285 -modelangle_z=0 -modelzoom=998 -unknown100=63924 -unknown101=3000 - -// 351:46 -[com_46] -type=model -x=123 -y=68 -width=22 -height=12 -layer=com_2 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=820 -unknown100=63994 -unknown101=3000 - -// 351:47 -[com_47] -type=model -x=95 -y=56 -width=22 -height=12 -layer=com_2 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=397 -modelangle_y=500 -modelangle_z=0 -modelzoom=820 -unknown100=63979 -unknown101=3000 - -// 351:48 -[com_48] -type=model -x=16 -y=61 -width=13 -height=21 -layer=com_2 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=597 -modelangle_y=1009 -modelangle_z=0 -modelzoom=820 -unknown100=63988 -unknown101=3000 - -// 351:49 -[com_49] -type=model -x=39 -y=55 -width=22 -height=13 -layer=com_2 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=553 -modelangle_y=493 -modelangle_z=0 -modelzoom=820 -unknown100=63981 -unknown101=3000 - -// 351:50 -[com_50] -type=model -x=72 -y=47 -width=13 -height=7 -layer=com_2 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=553 -modelangle_y=493 -modelangle_z=0 -modelzoom=1338 -unknown100=63845 -unknown101=3000 - -// 351:51 -[com_51] -type=model -x=72 -y=48 -width=13 -height=7 -layer=com_2 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=553 -modelangle_y=493 -modelangle_z=0 -modelzoom=1338 -unknown100=63844 -unknown101=3000 - -// 351:52 -[com_52] -type=model -x=59 -y=49 -width=16 -height=14 -layer=com_2 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=595 -modelangle_y=285 -modelangle_z=0 -modelzoom=942 -unknown100=63937 -unknown101=3000 - -// 351:53 -[com_53] -type=model -x=83 -y=49 -width=15 -height=15 -layer=com_2 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=601 -modelangle_y=762 -modelangle_z=0 -modelzoom=942 -unknown100=63937 -unknown101=3000 - -// 351:54 -[com_54] -type=model -x=-4 -y=78 -width=27 -height=36 -layer=com_2 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=406 -modelangle_y=201 -modelangle_z=0 -modelzoom=996 -unknown100=63927 -unknown101=3000 - -// 351:55 -[com_55] -type=model -x=-4 -y=134 -width=16 -height=15 -layer=com_2 -model=model_3399 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=249 -modelangle_y=845 -modelangle_z=0 -modelzoom=777 -unknown100=63998 -unknown101=3000 - -// 351:56 -[com_56] -type=model -x=-9 -y=112 -width=13 -height=20 -layer=com_2 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=615 -modelangle_y=1021 -modelangle_z=0 -modelzoom=820 -unknown100=63977 -unknown101=3000 - -// 351:57 -[com_57] -type=model -x=113 -y=62 -width=15 -height=14 -layer=com_2 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=601 -modelangle_y=762 -modelangle_z=0 -modelzoom=1019 -unknown100=63915 -unknown101=3000 - -// 351:58 -[com_58] -type=model -x=142 -y=73 -width=15 -height=14 -layer=com_2 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=601 -modelangle_y=762 -modelangle_z=0 -modelzoom=1019 -unknown100=63928 -unknown101=3000 - -// 351:59 -[com_59] -type=model -x=144 -y=84 -width=18 -height=43 -layer=com_2 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=368 -modelangle_y=2042 -modelangle_z=0 -modelzoom=915 -unknown100=63952 -unknown101=3000 - -// 351:60 -[com_60] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_352.if3 b/dumps/530/interface/interface_352.if3 deleted file mode 100644 index e1fcad864..000000000 --- a/dumps/530/interface/interface_352.if3 +++ /dev/null @@ -1,1255 +0,0 @@ -// 352:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_70 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64191 -unknown101=3000 - -// 352:1 -[com_1] -type=model -x=230 -y=72 -width=41 -height=32 -layer=com_70 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-4 -modelangle_x=696 -modelangle_y=824 -modelangle_z=0 -modelzoom=1351 -unknown100=63874 -unknown101=3000 - -// 352:2 -[com_2] -type=model -x=246 -y=95 -width=34 -height=29 -layer=com_70 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=702 -modelangle_y=982 -modelangle_z=0 -modelzoom=1351 -unknown100=63864 -unknown101=3000 - -// 352:3 -[com_3] -type=model -x=293 -y=178 -width=12 -height=13 -layer=com_70 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=595 -modelangle_y=2028 -modelangle_z=0 -modelzoom=1351 -unknown100=63870 -unknown101=3000 - -// 352:4 -[com_4] -type=model -x=289 -y=188 -width=14 -height=16 -layer=com_70 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=629 -modelangle_y=107 -modelangle_z=0 -modelzoom=1351 -unknown100=63867 -unknown101=3000 - -// 352:5 -[com_5] -type=model -x=300 -y=178 -width=30 -height=28 -layer=com_70 -model=model_3396 -modelorigin_x=4 -modelorigin_y=0 -modelangle_x=714 -modelangle_y=1068 -modelangle_z=0 -modelzoom=1332 -unknown100=63864 -unknown101=3000 - -// 352:6 -[com_6] -type=model -x=253 -y=116 -width=43 -height=30 -layer=com_70 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-5 -modelangle_x=698 -modelangle_y=779 -modelangle_z=0 -modelzoom=1351 -unknown100=63852 -unknown101=3000 - -// 352:7 -[com_7] -type=model -x=251 -y=164 -width=24 -height=22 -layer=com_70 -model=model_3389 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=474 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63843 -unknown101=3000 - -// 352:8 -[com_8] -type=model -x=216 -y=51 -width=40 -height=32 -layer=com_70 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-3 -modelangle_x=700 -modelangle_y=883 -modelangle_z=0 -modelzoom=1351 -unknown100=63849 -unknown101=3000 - -// 352:9 -[com_9] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_70 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64117 -unknown101=3000 - -// 352:10 -[com_10] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_70 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64118 -unknown101=3000 - -// 352:11 -[com_11] -type=model -x=287 -y=136 -width=17 -height=16 -layer=com_70 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=543 -modelangle_y=737 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 352:12 -[com_12] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_70 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64129 -unknown101=3000 - -// 352:13 -[com_13] -type=model -x=314 -y=209 -width=15 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=507 -modelangle_y=885 -modelangle_z=0 -modelzoom=1351 -unknown100=63878 -unknown101=3000 - -// 352:14 -[com_14] -type=model -x=317 -y=218 -width=42 -height=31 -layer=com_70 -model=model_3396 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=656 -modelangle_y=703 -modelangle_z=0 -modelzoom=1332 -unknown100=63876 -unknown101=3000 - -// 352:15 -[com_15] -type=model -x=293 -y=208 -width=87 -height=97 -layer=com_70 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64160 -unknown101=3000 - -// 352:16 -[com_16] -type=layer -x=42 -y=32 -width=442 -height=286 -layer=com_70 - -// 352:17 -[com_17] -type=model -x=345 -y=230 -width=17 -height=13 -layer=com_70 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=520 -modelangle_y=595 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 352:18 -[com_18] -type=model -x=255 -y=195 -width=23 -height=18 -layer=com_70 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=512 -modelangle_y=2045 -modelangle_z=0 -modelzoom=1992 -unknown100=63752 -unknown101=3000 - -// 352:19 -[com_19] -type=model -x=312 -y=116 -width=18 -height=21 -layer=com_70 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63726 -unknown101=3000 - -// 352:20 -[com_20] -type=model -x=219 -y=154 -width=30 -height=32 -layer=com_70 -model=model_3396 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=475 -modelangle_y=1053 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 352:21 -[com_21] -type=model -x=179 -y=232 -width=23 -height=15 -layer=com_70 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=463 -modelangle_y=2005 -modelangle_z=0 -modelzoom=1587 -unknown100=63799 -unknown101=3000 - -// 352:22 -[com_22] -type=model -x=221 -y=231 -width=23 -height=16 -layer=com_70 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=554 -modelangle_y=105 -modelangle_z=0 -modelzoom=1615 -unknown100=63811 -unknown101=3000 - -// 352:23 -[com_23] -type=model -x=181 -y=78 -width=23 -height=17 -layer=com_70 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63791 -unknown101=3000 - -// 352:24 -[com_24] -type=model -x=197 -y=230 -width=27 -height=15 -layer=com_70 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1431 -unknown100=63824 -unknown101=3000 - -// 352:25 -[com_25] -type=model -x=199 -y=80 -width=23 -height=16 -layer=com_70 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63798 -unknown101=3000 - -// 352:26 -[com_26] -type=model -x=181 -y=136 -width=23 -height=16 -layer=com_70 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=407 -modelangle_y=1966 -modelangle_z=0 -modelzoom=1611 -unknown100=63797 -unknown101=3000 - -// 352:27 -[com_27] -type=model -x=202 -y=136 -width=23 -height=16 -layer=com_70 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=525 -modelangle_y=94 -modelangle_z=0 -modelzoom=1594 -unknown100=63797 -unknown101=3000 - -// 352:28 -[com_28] -type=model -x=289 -y=167 -width=15 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=521 -modelangle_y=1931 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 352:29 -[com_29] -type=model -x=281 -y=158 -width=17 -height=16 -layer=com_70 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=496 -modelangle_y=1831 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 352:30 -[com_30] -type=model -x=276 -y=156 -width=17 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=1690 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 352:31 -[com_31] -type=model -x=251 -y=129 -width=17 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=1690 -modelangle_z=0 -modelzoom=1351 -unknown100=63847 -unknown101=3000 - -// 352:32 -[com_32] -type=model -x=236 -y=210 -width=43 -height=29 -layer=com_70 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-4 -modelangle_x=288 -modelangle_y=813 -modelangle_z=0 -modelzoom=1351 -unknown100=63855 -unknown101=3000 - -// 352:33 -[com_33] -type=model -x=289 -y=208 -width=16 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=1 -modelangle_x=618 -modelangle_y=1890 -modelangle_z=0 -modelzoom=1351 -unknown100=63860 -unknown101=3000 - -// 352:34 -[com_34] -type=model -x=308 -y=245 -width=36 -height=26 -layer=com_70 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=769 -modelangle_y=1964 -modelangle_z=0 -modelzoom=1351 -unknown100=63849 -unknown101=3000 - -// 352:35 -[com_35] -type=model -x=254 -y=242 -width=37 -height=35 -layer=com_70 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=619 -modelangle_y=925 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 352:36 -[com_36] -type=model -x=260 -y=134 -width=17 -height=16 -layer=com_70 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=519 -modelangle_y=1798 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 352:37 -[com_37] -type=model -x=270 -y=150 -width=17 -height=16 -layer=com_70 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=552 -modelangle_y=1860 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 352:38 -[com_38] -type=model -x=266 -y=142 -width=17 -height=16 -layer=com_70 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=552 -modelangle_y=1860 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 352:39 -[com_39] -type=model -x=244 -y=127 -width=14 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=454 -modelangle_y=1416 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 352:40 -[com_40] -type=model -x=235 -y=133 -width=16 -height=18 -layer=com_70 -model=model_4154 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=443 -modelangle_y=1236 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 352:41 -[com_41] -type=model -x=231 -y=142 -width=15 -height=17 -layer=com_70 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=433 -modelangle_y=1144 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 352:42 -[com_42] -type=model -x=227 -y=181 -width=15 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=405 -modelangle_y=884 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 352:43 -[com_43] -type=model -x=239 -y=200 -width=15 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=405 -modelangle_y=884 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 352:44 -[com_44] -type=model -x=234 -y=194 -width=18 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=399 -modelangle_y=802 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 352:45 -[com_45] -type=model -x=231 -y=189 -width=16 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=410 -modelangle_y=862 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 352:46 -[com_46] -type=model -x=260 -y=228 -width=15 -height=14 -layer=com_70 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=424 -modelangle_y=910 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 352:47 -[com_47] -type=model -x=262 -y=237 -width=13 -height=13 -layer=com_70 -model=model_4154 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=440 -modelangle_y=991 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 352:48 -[com_48] -type=model -x=288 -y=196 -width=12 -height=14 -layer=com_70 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=636 -modelangle_y=47 -modelangle_z=0 -modelzoom=1351 -unknown100=63856 -unknown101=3000 - -// 352:49 -[com_49] -type=model -x=287 -y=205 -width=14 -height=13 -layer=com_70 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=644 -modelangle_y=1980 -modelangle_z=0 -modelzoom=1351 -unknown100=63853 -unknown101=3000 - -// 352:50 -[com_50] -type=model -x=293 -y=215 -width=17 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=613 -modelangle_y=1798 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 352:51 -[com_51] -type=model -x=300 -y=222 -width=17 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=636 -modelangle_y=1850 -modelangle_z=0 -modelzoom=1351 -unknown100=63847 -unknown101=3000 - -// 352:52 -[com_52] -type=model -x=306 -y=231 -width=16 -height=14 -layer=com_70 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=654 -modelangle_y=1891 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 352:53 -[com_53] -type=model -x=311 -y=237 -width=17 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=621 -modelangle_y=1782 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 352:54 -[com_54] -type=model -x=309 -y=201 -width=18 -height=16 -layer=com_70 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=511 -modelangle_y=822 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 352:55 -[com_55] -type=model -x=302 -y=159 -width=18 -height=16 -layer=com_70 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=511 -modelangle_y=822 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 352:56 -[com_56] -type=model -x=308 -y=168 -width=15 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=536 -modelangle_y=881 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 352:57 -[com_57] -type=model -x=297 -y=151 -width=18 -height=16 -layer=com_70 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=530 -modelangle_y=806 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 352:58 -[com_58] -type=model -x=292 -y=143 -width=17 -height=15 -layer=com_70 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=543 -modelangle_y=865 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 352:59 -[com_59] -type=model -x=280 -y=132 -width=17 -height=16 -layer=com_70 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=533 -modelangle_y=700 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 352:60 -[com_60] -type=model -x=309 -y=66 -width=23 -height=18 -layer=com_70 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=512 -modelangle_y=2045 -modelangle_z=0 -modelzoom=1992 -unknown100=63738 -unknown101=3000 - -// 352:61 -[com_61] -type=model -x=328 -y=81 -width=23 -height=18 -layer=com_70 -model=model_3391 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=512 -modelangle_y=2045 -modelangle_z=0 -modelzoom=1992 -unknown100=63738 -unknown101=3000 - -// 352:62 -[com_62] -type=model -x=300 -y=106 -width=18 -height=21 -layer=com_70 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 352:63 -[com_63] -type=model -x=320 -y=102 -width=18 -height=21 -layer=com_70 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 352:64 -[com_64] -type=model -x=274 -y=74 -width=18 -height=21 -layer=com_70 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63726 -unknown101=3000 - -// 352:65 -[com_65] -type=model -x=283 -y=63 -width=18 -height=21 -layer=com_70 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 352:66 -[com_66] -type=model -x=265 -y=62 -width=18 -height=21 -layer=com_70 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 352:67 -[com_67] -type=model -x=347 -y=130 -width=18 -height=21 -layer=com_70 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63726 -unknown101=3000 - -// 352:68 -[com_68] -type=model -x=335 -y=141 -width=18 -height=21 -layer=com_70 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 352:69 -[com_69] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_70 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 352:70 -[com_70] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_353.if3 b/dumps/530/interface/interface_353.if3 deleted file mode 100644 index 296b456f7..000000000 --- a/dumps/530/interface/interface_353.if3 +++ /dev/null @@ -1,1156 +0,0 @@ -// 353:0 -[com_0] -type=model -x=97 -y=9 -width=325 -height=310 -layer=com_64 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64153 -unknown101=3000 - -// 353:1 -[com_1] -type=model -x=341 -y=195 -width=15 -height=15 -layer=com_64 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=453 -modelangle_y=384 -modelangle_z=0 -modelzoom=1351 -unknown100=63860 -unknown101=3000 - -// 353:2 -[com_2] -type=model -x=351 -y=193 -width=13 -height=13 -layer=com_64 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=457 -modelangle_y=455 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 353:3 -[com_3] -type=model -x=303 -y=198 -width=13 -height=13 -layer=com_64 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=460 -modelangle_y=440 -modelangle_z=0 -modelzoom=1351 -unknown100=63860 -unknown101=3000 - -// 353:4 -[com_4] -type=model -x=294 -y=199 -width=16 -height=18 -layer=com_64 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=495 -modelangle_y=310 -modelangle_z=0 -modelzoom=1351 -unknown100=63857 -unknown101=3000 - -// 353:5 -[com_5] -type=model -x=270 -y=232 -width=16 -height=18 -layer=com_64 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=495 -modelangle_y=310 -modelangle_z=0 -modelzoom=1351 -unknown100=63859 -unknown101=3000 - -// 353:6 -[com_6] -type=model -x=279 -y=226 -width=16 -height=18 -layer=com_64 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=481 -modelangle_y=231 -modelangle_z=0 -modelzoom=1351 -unknown100=63858 -unknown101=3000 - -// 353:7 -[com_7] -type=model -x=285 -y=216 -width=15 -height=18 -layer=com_64 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=459 -modelangle_y=146 -modelangle_z=0 -modelzoom=1351 -unknown100=63856 -unknown101=3000 - -// 353:8 -[com_8] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_64 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64132 -unknown101=3000 - -// 353:9 -[com_9] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_64 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64113 -unknown101=3000 - -// 353:10 -[com_10] -type=model -x=289 -y=204 -width=15 -height=18 -layer=com_64 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=459 -modelangle_y=146 -modelangle_z=0 -modelzoom=1351 -unknown100=63854 -unknown101=3000 - -// 353:11 -[com_11] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_64 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64132 -unknown101=3000 - -// 353:12 -[com_12] -type=model -x=287 -y=211 -width=14 -height=17 -layer=com_64 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=455 -modelangle_y=110 -modelangle_z=0 -modelzoom=1351 -unknown100=63852 -unknown101=3000 - -// 353:13 -[com_13] -type=model -x=314 -y=189 -width=33 -height=27 -layer=com_64 -model=model_3396 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=660 -modelangle_y=519 -modelangle_z=0 -modelzoom=1332 -unknown100=63858 -unknown101=3000 - -// 353:14 -[com_14] -type=model -x=293 -y=208 -width=87 -height=97 -layer=com_64 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64127 -unknown101=3000 - -// 353:15 -[com_15] -type=model -x=223 -y=259 -width=16 -height=16 -layer=com_64 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=513 -modelangle_y=319 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 353:16 -[com_16] -type=model -x=217 -y=264 -width=16 -height=16 -layer=com_64 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=392 -modelangle_y=189 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 353:17 -[com_17] -type=model -x=232 -y=256 -width=15 -height=15 -layer=com_64 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=542 -modelangle_y=402 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 353:18 -[com_18] -type=model -x=243 -y=256 -width=13 -height=12 -layer=com_64 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=579 -modelangle_y=479 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 353:19 -[com_19] -type=model -x=251 -y=251 -width=16 -height=16 -layer=com_64 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=530 -modelangle_y=357 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 353:20 -[com_20] -type=model -x=289 -y=245 -width=23 -height=15 -layer=com_64 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=463 -modelangle_y=2005 -modelangle_z=0 -modelzoom=1587 -unknown100=63799 -unknown101=3000 - -// 353:21 -[com_21] -type=model -x=333 -y=221 -width=23 -height=16 -layer=com_64 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=554 -modelangle_y=105 -modelangle_z=0 -modelzoom=1615 -unknown100=63796 -unknown101=3000 - -// 353:22 -[com_22] -type=model -x=307 -y=245 -width=27 -height=15 -layer=com_64 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1431 -unknown100=63824 -unknown101=3000 - -// 353:23 -[com_23] -type=model -x=316 -y=219 -width=23 -height=16 -layer=com_64 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=407 -modelangle_y=1966 -modelangle_z=0 -modelzoom=1611 -unknown100=63795 -unknown101=3000 - -// 353:24 -[com_24] -type=model -x=259 -y=244 -width=16 -height=18 -layer=com_64 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=479 -modelangle_y=195 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 353:25 -[com_25] -type=model -x=263 -y=238 -width=16 -height=17 -layer=com_64 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=550 -modelangle_y=230 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 353:26 -[com_26] -type=model -x=282 -y=101 -width=30 -height=79 -layer=com_64 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=553 -unknown100=64113 -unknown101=3000 - -// 353:27 -[com_27] -type=model -x=275 -y=176 -width=26 -height=27 -layer=com_64 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=535 -modelangle_y=233 -modelangle_z=0 -modelzoom=553 -unknown100=64111 -unknown101=3000 - -// 353:28 -[com_28] -type=model -x=200 -y=185 -width=79 -height=30 -layer=com_64 -model=model_3398 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=513 -modelangle_z=0 -modelzoom=553 -unknown100=64110 -unknown101=3000 - -// 353:29 -[com_29] -type=model -x=157 -y=185 -width=79 -height=30 -layer=com_64 -model=model_3398 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=513 -modelangle_z=0 -modelzoom=553 -unknown100=64104 -unknown101=3000 - -// 353:30 -[com_30] -type=model -x=282 -y=56 -width=30 -height=79 -layer=com_64 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=553 -unknown100=64105 -unknown101=3000 - -// 353:31 -[com_31] -type=model -x=265 -y=170 -width=19 -height=19 -layer=com_64 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=535 -modelangle_y=233 -modelangle_z=0 -modelzoom=772 -unknown100=64002 -unknown101=3000 - -// 353:32 -[com_32] -type=model -x=256 -y=145 -width=21 -height=26 -layer=com_64 -model=model_3397 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1730 -unknown100=63780 -unknown101=3000 - -// 353:33 -[com_33] -type=model -x=265 -y=95 -width=30 -height=79 -layer=com_64 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=553 -unknown100=64104 -unknown101=3000 - -// 353:34 -[com_34] -type=model -x=265 -y=57 -width=30 -height=79 -layer=com_64 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=553 -unknown100=64102 -unknown101=3000 - -// 353:35 -[com_35] -type=model -x=191 -y=171 -width=79 -height=30 -layer=com_64 -model=model_3398 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=513 -modelangle_z=0 -modelzoom=553 -unknown100=64103 -unknown101=3000 - -// 353:36 -[com_36] -type=model -x=157 -y=171 -width=79 -height=30 -layer=com_64 -model=model_3398 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=513 -modelangle_z=0 -modelzoom=553 -unknown100=64102 -unknown101=3000 - -// 353:37 -[com_37] -type=model -x=240 -y=143 -width=17 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=230 -modelangle_z=0 -modelzoom=809 -unknown100=63982 -unknown101=3000 - -// 353:38 -[com_38] -type=model -x=227 -y=157 -width=17 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=234 -modelangle_z=0 -modelzoom=809 -unknown100=63982 -unknown101=3000 - -// 353:39 -[com_39] -type=model -x=253 -y=130 -width=17 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=230 -modelangle_z=0 -modelzoom=809 -unknown100=63982 -unknown101=3000 - -// 353:40 -[com_40] -type=model -x=212 -y=157 -width=19 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=519 -modelangle_y=745 -modelangle_z=0 -modelzoom=809 -unknown100=63981 -unknown101=3000 - -// 353:41 -[com_41] -type=model -x=251 -y=117 -width=19 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=519 -modelangle_y=745 -modelangle_z=0 -modelzoom=809 -unknown100=63981 -unknown101=3000 - -// 353:42 -[com_42] -type=model -x=236 -y=105 -width=19 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=519 -modelangle_y=745 -modelangle_z=0 -modelzoom=809 -unknown100=63980 -unknown101=3000 - -// 353:43 -[com_43] -type=model -x=222 -y=94 -width=19 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=519 -modelangle_y=745 -modelangle_z=0 -modelzoom=809 -unknown100=63979 -unknown101=3000 - -// 353:44 -[com_44] -type=model -x=197 -y=145 -width=19 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=519 -modelangle_y=745 -modelangle_z=0 -modelzoom=809 -unknown100=63980 -unknown101=3000 - -// 353:45 -[com_45] -type=model -x=184 -y=135 -width=19 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=519 -modelangle_y=745 -modelangle_z=0 -modelzoom=809 -unknown100=63979 -unknown101=3000 - -// 353:46 -[com_46] -type=model -x=183 -y=123 -width=17 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=234 -modelangle_z=0 -modelzoom=809 -unknown100=63979 -unknown101=3000 - -// 353:47 -[com_47] -type=model -x=208 -y=96 -width=17 -height=18 -layer=com_64 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=234 -modelangle_z=0 -modelzoom=809 -unknown100=63979 -unknown101=3000 - -// 353:48 -[com_48] -type=model -x=218 -y=67 -width=43 -height=16 -layer=com_64 -model=model_3398 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=513 -modelangle_z=0 -modelzoom=1005 -unknown100=63918 -unknown101=3000 - -// 353:49 -[com_49] -type=model -x=164 -y=134 -width=17 -height=43 -layer=com_64 -model=model_3398 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1025 -modelangle_z=0 -modelzoom=1005 -unknown100=63919 -unknown101=3000 - -// 353:50 -[com_50] -type=model -x=156 -y=170 -width=18 -height=10 -layer=com_64 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=493 -modelangle_z=0 -modelzoom=1013 -unknown100=63916 -unknown101=3000 - -// 353:51 -[com_51] -type=model -x=155 -y=129 -width=18 -height=10 -layer=com_64 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=493 -modelangle_z=0 -modelzoom=1013 -unknown100=63916 -unknown101=3000 - -// 353:52 -[com_52] -type=model -x=214 -y=54 -width=13 -height=21 -layer=com_64 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1023 -modelangle_z=0 -modelzoom=804 -unknown100=63981 -unknown101=3000 - -// 353:53 -[com_53] -type=model -x=254 -y=56 -width=13 -height=21 -layer=com_64 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1023 -modelangle_z=0 -modelzoom=804 -unknown100=63981 -unknown101=3000 - -// 353:54 -[com_54] -type=model -x=315 -y=78 -width=21 -height=26 -layer=com_64 -model=model_3397 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1730 -unknown100=63777 -unknown101=3000 - -// 353:55 -[com_55] -type=model -x=347 -y=128 -width=20 -height=25 -layer=com_64 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1796 -unknown100=63767 -unknown101=3000 - -// 353:56 -[com_56] -type=model -x=238 -y=216 -width=20 -height=25 -layer=com_64 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1796 -unknown100=63767 -unknown101=3000 - -// 353:57 -[com_57] -type=model -x=206 -y=237 -width=20 -height=25 -layer=com_64 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1796 -unknown100=63767 -unknown101=3000 - -// 353:58 -[com_58] -type=model -x=186 -y=220 -width=16 -height=19 -layer=com_64 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2301 -unknown100=63700 -unknown101=3000 - -// 353:59 -[com_59] -type=model -x=169 -y=221 -width=16 -height=20 -layer=com_64 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2259 -unknown100=63706 -unknown101=3000 - -// 353:60 -[com_60] -type=model -x=177 -y=209 -width=16 -height=19 -layer=com_64 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2301 -unknown100=63698 -unknown101=3000 - -// 353:61 -[com_61] -type=model -x=158 -y=208 -width=16 -height=19 -layer=com_64 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2301 -unknown100=63698 -unknown101=3000 - -// 353:62 -[com_62] -type=model -x=242 -y=157 -width=24 -height=22 -layer=com_64 -model=model_3389 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=474 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63840 -unknown101=3000 - -// 353:63 -[com_63] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_64 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 353:64 -[com_64] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_354.if3 b/dumps/530/interface/interface_354.if3 deleted file mode 100644 index 8c864b0c5..000000000 --- a/dumps/530/interface/interface_354.if3 +++ /dev/null @@ -1,1489 +0,0 @@ -// 354:0 -[com_0] -type=model -x=97 -y=9 -width=325 -height=310 -layer=com_83 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64159 -unknown101=3000 - -// 354:1 -[com_1] -type=model -x=315 -y=252 -width=17 -height=14 -layer=com_83 -model=model_4154 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=539 -modelangle_y=1583 -modelangle_z=0 -modelzoom=1213 -unknown100=63890 -unknown101=3000 - -// 354:2 -[com_2] -type=model -x=281 -y=233 -width=19 -height=15 -layer=com_83 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=539 -modelangle_y=1644 -modelangle_z=0 -modelzoom=1213 -unknown100=63889 -unknown101=3000 - -// 354:3 -[com_3] -type=model -x=304 -y=248 -width=20 -height=16 -layer=com_83 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=567 -modelangle_y=1676 -modelangle_z=0 -modelzoom=1213 -unknown100=63889 -unknown101=3000 - -// 354:4 -[com_4] -type=model -x=291 -y=238 -width=20 -height=17 -layer=com_83 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=589 -modelangle_y=1750 -modelangle_z=0 -modelzoom=1213 -unknown100=63887 -unknown101=3000 - -// 354:5 -[com_5] -type=model -x=298 -y=243 -width=20 -height=17 -layer=com_83 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=589 -modelangle_y=1738 -modelangle_z=0 -modelzoom=1213 -unknown100=63884 -unknown101=3000 - -// 354:6 -[com_6] -type=model -x=324 -y=254 -width=20 -height=15 -layer=com_83 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=587 -modelangle_y=1665 -modelangle_z=0 -modelzoom=1213 -unknown100=63887 -unknown101=3000 - -// 354:7 -[com_7] -type=model -x=330 -y=257 -width=20 -height=15 -layer=com_83 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=587 -modelangle_y=1665 -modelangle_z=0 -modelzoom=1213 -unknown100=63884 -unknown101=3000 - -// 354:8 -[com_8] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_83 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64149 -unknown101=3000 - -// 354:9 -[com_9] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_83 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64154 -unknown101=3000 - -// 354:10 -[com_10] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_83 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64127 -unknown101=3000 - -// 354:11 -[com_11] -type=model -x=293 -y=208 -width=87 -height=97 -layer=com_83 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64131 -unknown101=3000 - -// 354:12 -[com_12] -type=model -x=224 -y=167 -width=20 -height=25 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1796 -unknown100=63767 -unknown101=3000 - -// 354:13 -[com_13] -type=model -x=278 -y=135 -width=24 -height=22 -layer=com_83 -model=model_3389 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=474 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63841 -unknown101=3000 - -// 354:14 -[com_14] -type=layer -x=145 -y=43 -width=256 -height=249 -layer=com_83 - -// 354:15 -[com_15] -type=model -x=219 -y=142 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 354:16 -[com_16] -type=model -x=241 -y=120 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63730 -unknown101=3000 - -// 354:17 -[com_17] -type=model -x=225 -y=103 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 354:18 -[com_18] -type=model -x=342 -y=126 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 354:19 -[com_19] -type=model -x=347 -y=153 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 354:20 -[com_20] -type=model -x=332 -y=199 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63730 -unknown101=3000 - -// 354:21 -[com_21] -type=model -x=317 -y=218 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 354:22 -[com_22] -type=model -x=338 -y=224 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 354:23 -[com_23] -type=model -x=319 -y=113 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 354:24 -[com_24] -type=model -x=338 -y=100 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63730 -unknown101=3000 - -// 354:25 -[com_25] -type=model -x=327 -y=85 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 354:26 -[com_26] -type=model -x=338 -y=64 -width=18 -height=21 -layer=com_83 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 354:27 -[com_27] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_83 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 354:28 -[com_28] -type=model -x=108 -y=190 -width=18 -height=14 -layer=com_14 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=586 -modelangle_y=1607 -modelangle_z=0 -modelzoom=1213 -unknown100=63881 -unknown101=3000 - -// 354:29 -[com_29] -type=model -x=126 -y=190 -width=15 -height=12 -layer=com_14 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=567 -modelangle_y=1536 -modelangle_z=0 -modelzoom=1213 -unknown100=63869 -unknown101=3000 - -// 354:30 -[com_30] -type=model -x=90 -y=178 -width=18 -height=14 -layer=com_14 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=586 -modelangle_y=1607 -modelangle_z=0 -modelzoom=1213 -unknown100=63881 -unknown101=3000 - -// 354:31 -[com_31] -type=model -x=62 -y=155 -width=20 -height=15 -layer=com_14 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=631 -modelangle_y=1686 -modelangle_z=0 -modelzoom=1213 -unknown100=63887 -unknown101=3000 - -// 354:32 -[com_32] -type=model -x=38 -y=75 -width=37 -height=37 -layer=com_14 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=508 -modelangle_y=1956 -modelangle_z=0 -modelzoom=1332 -unknown100=63865 -unknown101=3000 - -// 354:33 -[com_33] -type=model -x=18 -y=150 -width=39 -height=38 -layer=com_14 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-3 -modelangle_x=516 -modelangle_y=913 -modelangle_z=0 -modelzoom=1332 -unknown100=63861 -unknown101=3000 - -// 354:34 -[com_34] -type=model -x=55 -y=109 -width=15 -height=13 -layer=com_14 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=665 -modelangle_y=2003 -modelangle_z=0 -modelzoom=1213 -unknown100=63889 -unknown101=3000 - -// 354:35 -[com_35] -type=model -x=54 -y=118 -width=14 -height=17 -layer=com_14 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=62 -modelangle_z=0 -modelzoom=1213 -unknown100=63887 -unknown101=3000 - -// 354:36 -[com_36] -type=model -x=53 -y=129 -width=13 -height=17 -layer=com_14 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=513 -modelangle_y=32 -modelangle_z=0 -modelzoom=1213 -unknown100=63886 -unknown101=3000 - -// 354:37 -[com_37] -type=model -x=54 -y=140 -width=15 -height=15 -layer=com_14 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1979 -modelangle_z=0 -modelzoom=1213 -unknown100=63886 -unknown101=3000 - -// 354:38 -[com_38] -type=model -x=57 -y=147 -width=18 -height=18 -layer=com_14 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=495 -modelangle_y=1880 -modelangle_z=0 -modelzoom=1213 -unknown100=63885 -unknown101=3000 - -// 354:39 -[com_39] -type=model -x=72 -y=160 -width=19 -height=15 -layer=com_14 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=670 -modelangle_y=1780 -modelangle_z=0 -modelzoom=1213 -unknown100=63882 -unknown101=3000 - -// 354:40 -[com_40] -type=model -x=112 -y=121 -width=19 -height=49 -layer=com_14 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=882 -unknown100=63963 -unknown101=3000 - -// 354:41 -[com_41] -type=model -x=83 -y=174 -width=19 -height=15 -layer=com_14 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=670 -modelangle_y=1780 -modelangle_z=0 -modelzoom=1213 -unknown100=63877 -unknown101=3000 - -// 354:42 -[com_42] -type=model -x=79 -y=169 -width=18 -height=14 -layer=com_14 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=706 -modelangle_y=1903 -modelangle_z=0 -modelzoom=1213 -unknown100=63870 -unknown101=3000 - -// 354:43 -[com_43] -type=model -x=102 -y=187 -width=19 -height=15 -layer=com_14 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=702 -modelangle_y=1778 -modelangle_z=0 -modelzoom=1213 -unknown100=63877 -unknown101=3000 - -// 354:44 -[com_44] -type=model -x=97 -y=183 -width=19 -height=13 -layer=com_14 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=747 -modelangle_y=1849 -modelangle_z=0 -modelzoom=1213 -unknown100=63871 -unknown101=3000 - -// 354:45 -[com_45] -type=model -x=43 -y=68 -width=16 -height=17 -layer=com_14 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=506 -modelangle_y=1942 -modelangle_z=0 -modelzoom=1213 -unknown100=63870 -unknown101=3000 - -// 354:46 -[com_46] -type=model -x=42 -y=59 -width=15 -height=15 -layer=com_14 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=521 -modelangle_y=1993 -modelangle_z=0 -modelzoom=1213 -unknown100=63869 -unknown101=3000 - -// 354:47 -[com_47] -type=model -x=31 -y=29 -width=31 -height=33 -layer=com_14 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1332 -unknown100=63844 -unknown101=3000 - -// 354:48 -[com_48] -type=model -x=42 -y=16 -width=15 -height=19 -layer=com_14 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=533 -modelangle_y=100 -modelangle_z=0 -modelzoom=1213 -unknown100=63867 -unknown101=3000 - -// 354:49 -[com_49] -type=model -x=34 -y=177 -width=15 -height=18 -layer=com_14 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=506 -modelangle_y=1091 -modelangle_z=0 -modelzoom=1213 -unknown100=63868 -unknown101=3000 - -// 354:50 -[com_50] -type=model -x=28 -y=184 -width=17 -height=20 -layer=com_14 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=521 -modelangle_y=1216 -modelangle_z=0 -modelzoom=1213 -unknown100=63867 -unknown101=3000 - -// 354:51 -[com_51] -type=model -x=26 -y=139 -width=13 -height=15 -layer=com_14 -model=model_4154 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=488 -modelangle_y=1016 -modelangle_z=0 -modelzoom=1213 -unknown100=63877 -unknown101=3000 - -// 354:52 -[com_52] -type=model -x=26 -y=126 -width=15 -height=19 -layer=com_14 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=518 -modelangle_y=1111 -modelangle_z=0 -modelzoom=1213 -unknown100=63876 -unknown101=3000 - -// 354:53 -[com_53] -type=model -x=29 -y=118 -width=13 -height=17 -layer=com_14 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=514 -modelangle_y=1057 -modelangle_z=0 -modelzoom=1213 -unknown100=63875 -unknown101=3000 - -// 354:54 -[com_54] -type=model -x=26 -y=109 -width=15 -height=16 -layer=com_14 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=505 -modelangle_y=943 -modelangle_z=0 -modelzoom=1213 -unknown100=63874 -unknown101=3000 - -// 354:55 -[com_55] -type=model -x=23 -y=99 -width=15 -height=16 -layer=com_14 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=505 -modelangle_y=943 -modelangle_z=0 -modelzoom=1213 -unknown100=63873 -unknown101=3000 - -// 354:56 -[com_56] -type=model -x=20 -y=88 -width=15 -height=16 -layer=com_14 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=505 -modelangle_y=943 -modelangle_z=0 -modelzoom=1213 -unknown100=63872 -unknown101=3000 - -// 354:57 -[com_57] -type=model -x=17 -y=77 -width=15 -height=16 -layer=com_14 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=505 -modelangle_y=943 -modelangle_z=0 -modelzoom=1213 -unknown100=63871 -unknown101=3000 - -// 354:58 -[com_58] -type=model -x=14 -y=66 -width=15 -height=16 -layer=com_14 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=529 -modelangle_y=947 -modelangle_z=0 -modelzoom=1213 -unknown100=63870 -unknown101=3000 - -// 354:59 -[com_59] -type=model -x=14 -y=56 -width=13 -height=15 -layer=com_14 -model=model_4154 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=569 -modelangle_y=1020 -modelangle_z=0 -modelzoom=1213 -unknown100=63869 -unknown101=3000 - -// 354:60 -[com_60] -type=model -x=5 -y=26 -width=31 -height=33 -layer=com_14 -model=model_3396 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=516 -modelangle_y=1021 -modelangle_z=0 -modelzoom=1332 -unknown100=63843 -unknown101=3000 - -// 354:61 -[com_61] -type=model -x=15 -y=13 -width=15 -height=18 -layer=com_14 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=521 -modelangle_y=1108 -modelangle_z=0 -modelzoom=1213 -unknown100=63867 -unknown101=3000 - -// 354:62 -[com_62] -type=model -x=117 -y=189 -width=15 -height=13 -layer=com_14 -model=model_4154 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=502 -modelangle_y=1508 -modelangle_z=0 -modelzoom=1213 -unknown100=63867 -unknown101=3000 - -// 354:63 -[com_63] -type=model -x=169 -y=120 -width=19 -height=49 -layer=com_14 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=882 -unknown100=63963 -unknown101=3000 - -// 354:64 -[com_64] -type=model -x=122 -y=159 -width=49 -height=18 -layer=com_14 -model=model_3398 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=505 -modelangle_z=0 -modelzoom=882 -unknown100=63963 -unknown101=3000 - -// 354:65 -[com_65] -type=model -x=132 -y=159 -width=49 -height=18 -layer=com_14 -model=model_3398 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=505 -modelangle_z=0 -modelzoom=882 -unknown100=63962 -unknown101=3000 - -// 354:66 -[com_66] -type=model -x=169 -y=113 -width=19 -height=49 -layer=com_14 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=882 -unknown100=63962 -unknown101=3000 - -// 354:67 -[com_67] -type=model -x=112 -y=112 -width=19 -height=49 -layer=com_14 -model=model_3398 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=882 -unknown100=63963 -unknown101=3000 - -// 354:68 -[com_68] -type=model -x=159 -y=106 -width=22 -height=12 -layer=com_14 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=63978 -unknown101=3000 - -// 354:69 -[com_69] -type=model -x=121 -y=106 -width=22 -height=12 -layer=com_14 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=63978 -unknown101=3000 - -// 354:70 -[com_70] -type=model -x=24 -y=130 -width=43 -height=24 -layer=com_14 -model=model_3399 -modelorigin_x=1 -modelorigin_y=4 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=403 -unknown100=64213 -unknown101=3000 - -// 354:71 -[com_71] -type=model -x=24 -y=126 -width=43 -height=24 -layer=com_14 -model=model_3399 -modelorigin_x=1 -modelorigin_y=4 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=403 -unknown100=64212 -unknown101=3000 - -// 354:72 -[com_72] -type=model -x=24 -y=131 -width=43 -height=24 -layer=com_14 -model=model_3399 -modelorigin_x=1 -modelorigin_y=4 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=403 -unknown100=64211 -unknown101=3000 - -// 354:73 -[com_73] -type=model -x=111 -y=91 -width=22 -height=12 -layer=com_14 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=63987 -unknown101=3000 - -// 354:74 -[com_74] -type=model -x=166 -y=90 -width=22 -height=12 -layer=com_14 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=63982 -unknown101=3000 - -// 354:75 -[com_75] -type=model -x=153 -y=70 -width=13 -height=21 -layer=com_14 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=811 -unknown100=63979 -unknown101=3000 - -// 354:76 -[com_76] -type=model -x=157 -y=88 -width=11 -height=12 -layer=com_14 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=499 -modelangle_y=778 -modelangle_z=0 -modelzoom=1257 -unknown100=63858 -unknown101=3000 - -// 354:77 -[com_77] -type=model -x=132 -y=89 -width=11 -height=11 -layer=com_14 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=271 -modelangle_z=0 -modelzoom=1257 -unknown100=63858 -unknown101=3000 - -// 354:78 -[com_78] -type=model -x=136 -y=71 -width=13 -height=21 -layer=com_14 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=811 -unknown100=63978 -unknown101=3000 - -// 354:79 -[com_79] -type=model -x=102 -y=97 -width=13 -height=21 -layer=com_14 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=811 -unknown100=63987 -unknown101=3000 - -// 354:80 -[com_80] -type=model -x=102 -y=135 -width=13 -height=21 -layer=com_14 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=811 -unknown100=63978 -unknown101=3000 - -// 354:81 -[com_81] -type=model -x=191 -y=97 -width=13 -height=21 -layer=com_14 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=811 -unknown100=63982 -unknown101=3000 - -// 354:82 -[com_82] -type=model -x=176 -y=90 -width=22 -height=12 -layer=com_14 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=63982 -unknown101=3000 - -// 354:83 -[com_83] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_355.if3 b/dumps/530/interface/interface_355.if3 deleted file mode 100644 index 4d8b5a9da..000000000 --- a/dumps/530/interface/interface_355.if3 +++ /dev/null @@ -1,1165 +0,0 @@ -// 355:0 -[com_0] -type=model -x=97 -y=9 -width=325 -height=310 -layer=com_65 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64152 -unknown101=3000 - -// 355:1 -[com_1] -type=model -x=221 -y=81 -width=15 -height=16 -layer=com_65 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=567 -modelangle_y=773 -modelangle_z=0 -modelzoom=915 -unknown100=63953 -unknown101=3000 - -// 355:2 -[com_2] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_65 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64119 -unknown101=3000 - -// 355:3 -[com_3] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_65 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64120 -unknown101=3000 - -// 355:4 -[com_4] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_65 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64131 -unknown101=3000 - -// 355:5 -[com_5] -type=model -x=218 -y=67 -width=10 -height=17 -layer=com_65 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1011 -modelangle_z=0 -modelzoom=1013 -unknown100=63919 -unknown101=3000 - -// 355:6 -[com_6] -type=model -x=210 -y=54 -width=15 -height=16 -layer=com_65 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=567 -modelangle_y=773 -modelangle_z=0 -modelzoom=915 -unknown100=63944 -unknown101=3000 - -// 355:7 -[com_7] -type=model -x=297 -y=210 -width=87 -height=97 -layer=com_65 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=64126 -unknown101=3000 - -// 355:8 -[com_8] -type=model -x=299 -y=81 -width=16 -height=15 -layer=com_65 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=516 -modelangle_y=260 -modelangle_z=0 -modelzoom=915 -unknown100=63954 -unknown101=3000 - -// 355:9 -[com_9] -type=model -x=310 -y=70 -width=16 -height=15 -layer=com_65 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=516 -modelangle_y=260 -modelangle_z=0 -modelzoom=915 -unknown100=63949 -unknown101=3000 - -// 355:10 -[com_10] -type=model -x=324 -y=56 -width=16 -height=15 -layer=com_65 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=516 -modelangle_y=260 -modelangle_z=0 -modelzoom=915 -unknown100=63948 -unknown101=3000 - -// 355:11 -[com_11] -type=model -x=317 -y=63 -width=16 -height=15 -layer=com_65 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=516 -modelangle_y=260 -modelangle_z=0 -modelzoom=915 -unknown100=63947 -unknown101=3000 - -// 355:12 -[com_12] -type=model -x=266 -y=161 -width=17 -height=10 -layer=com_65 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=360 -modelangle_y=518 -modelangle_z=0 -modelzoom=997 -unknown100=63944 -unknown101=3000 - -// 355:13 -[com_13] -type=model -x=278 -y=167 -width=11 -height=13 -layer=com_65 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=282 -modelangle_y=1042 -modelangle_z=0 -modelzoom=997 -unknown100=63939 -unknown101=3000 - -// 355:14 -[com_14] -type=model -x=202 -y=222 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 355:15 -[com_15] -type=model -x=304 -y=212 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63729 -unknown101=3000 - -// 355:16 -[com_16] -type=model -x=326 -y=228 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 355:17 -[com_17] -type=model -x=295 -y=248 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 355:18 -[com_18] -type=model -x=316 -y=106 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 355:19 -[com_19] -type=model -x=331 -y=150 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 355:20 -[com_20] -type=model -x=326 -y=70 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 355:21 -[com_21] -type=model -x=350 -y=94 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 355:22 -[com_22] -type=model -x=209 -y=87 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63729 -unknown101=3000 - -// 355:23 -[com_23] -type=model -x=162 -y=122 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 355:24 -[com_24] -type=model -x=240 -y=220 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:25 -[com_25] -type=model -x=260 -y=234 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63673 -unknown101=3000 - -// 355:26 -[com_26] -type=model -x=242 -y=250 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:27 -[com_27] -type=model -x=306 -y=177 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:28 -[com_28] -type=model -x=313 -y=151 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:29 -[com_29] -type=model -x=345 -y=195 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:30 -[com_30] -type=model -x=206 -y=174 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:31 -[com_31] -type=model -x=190 -y=190 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:32 -[com_32] -type=model -x=202 -y=144 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:33 -[com_33] -type=model -x=183 -y=126 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:34 -[com_34] -type=model -x=178 -y=159 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:35 -[com_35] -type=model -x=181 -y=83 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:36 -[com_36] -type=model -x=166 -y=222 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:37 -[com_37] -type=model -x=181 -y=240 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:38 -[com_38] -type=model -x=164 -y=186 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:39 -[com_39] -type=model -x=237 -y=107 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63729 -unknown101=3000 - -// 355:40 -[com_40] -type=model -x=282 -y=76 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63731 -unknown101=3000 - -// 355:41 -[com_41] -type=model -x=238 -y=69 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63730 -unknown101=3000 - -// 355:42 -[com_42] -type=model -x=227 -y=56 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 355:43 -[com_43] -type=model -x=288 -y=133 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63677 -unknown101=3000 - -// 355:44 -[com_44] -type=model -x=297 -y=60 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:45 -[com_45] -type=model -x=261 -y=55 -width=14 -height=18 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2496 -unknown100=63672 -unknown101=3000 - -// 355:46 -[com_46] -type=model -x=222 -y=204 -width=18 -height=21 -layer=com_65 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2074 -unknown100=63728 -unknown101=3000 - -// 355:47 -[com_47] -type=layer -x=172 -y=97 -width=184 -height=165 -layer=com_65 - -// 355:48 -[com_48] -type=model -x=268 -y=199 -width=37 -height=39 -layer=com_65 -model=model_3392 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=515 -modelangle_y=22 -modelangle_z=0 -modelzoom=1135 -unknown100=63885 -unknown101=3000 - -// 355:49 -[com_49] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_65 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 355:50 -[com_50] -type=model -x=114 -y=82 -width=15 -height=16 -layer=com_47 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=535 -modelangle_y=1263 -modelangle_z=0 -modelzoom=915 -unknown100=63959 -unknown101=3000 - -// 355:51 -[com_51] -type=model -x=102 -y=94 -width=15 -height=16 -layer=com_47 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=535 -modelangle_y=1263 -modelangle_z=0 -modelzoom=915 -unknown100=63958 -unknown101=3000 - -// 355:52 -[com_52] -type=model -x=122 -y=65 -width=12 -height=19 -layer=com_47 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=523 -modelangle_y=1033 -modelangle_z=0 -modelzoom=915 -unknown100=63956 -unknown101=3000 - -// 355:53 -[com_53] -type=model -x=85 -y=103 -width=19 -height=9 -layer=com_47 -model=model_3399 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=342 -modelangle_y=1503 -modelangle_z=0 -modelzoom=915 -unknown100=63957 -unknown101=3000 - -// 355:54 -[com_54] -type=model -x=73 -y=93 -width=15 -height=16 -layer=com_47 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=567 -modelangle_y=773 -modelangle_z=0 -modelzoom=915 -unknown100=63953 -unknown101=3000 - -// 355:55 -[com_55] -type=model -x=61 -y=81 -width=15 -height=16 -layer=com_47 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=567 -modelangle_y=773 -modelangle_z=0 -modelzoom=915 -unknown100=63951 -unknown101=3000 - -// 355:56 -[com_56] -type=model -x=52 -y=37 -width=18 -height=48 -layer=com_47 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2035 -modelangle_z=0 -modelzoom=914 -unknown100=63951 -unknown101=3000 - -// 355:57 -[com_57] -type=model -x=114 -y=53 -width=15 -height=16 -layer=com_47 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=550 -modelangle_y=778 -modelangle_z=0 -modelzoom=915 -unknown100=63955 -unknown101=3000 - -// 355:58 -[com_58] -type=model -x=103 -y=42 -width=15 -height=16 -layer=com_47 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=550 -modelangle_y=778 -modelangle_z=0 -modelzoom=915 -unknown100=63954 -unknown101=3000 - -// 355:59 -[com_59] -type=model -x=85 -y=40 -width=19 -height=9 -layer=com_47 -model=model_3399 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=342 -modelangle_y=1503 -modelangle_z=0 -modelzoom=915 -unknown100=63952 -unknown101=3000 - -// 355:60 -[com_60] -type=model -x=69 -y=40 -width=19 -height=9 -layer=com_47 -model=model_3399 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=342 -modelangle_y=1503 -modelangle_z=0 -modelzoom=915 -unknown100=63949 -unknown101=3000 - -// 355:61 -[com_61] -type=model -x=61 -y=40 -width=19 -height=9 -layer=com_47 -model=model_3399 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=342 -modelangle_y=1503 -modelangle_z=0 -modelzoom=915 -unknown100=63946 -unknown101=3000 - -// 355:62 -[com_62] -type=model -x=52 -y=-3 -width=18 -height=48 -layer=com_47 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2035 -modelangle_z=0 -modelzoom=914 -unknown100=63944 -unknown101=3000 - -// 355:63 -[com_63] -type=model -x=120 -y=34 -width=18 -height=48 -layer=com_47 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2035 -modelangle_z=0 -modelzoom=914 -unknown100=63944 -unknown101=3000 - -// 355:64 -[com_64] -type=model -x=120 -y=-2 -width=18 -height=48 -layer=com_47 -model=model_3398 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2035 -modelangle_z=0 -modelzoom=914 -unknown100=63944 -unknown101=3000 - -// 355:65 -[com_65] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_356.if3 b/dumps/530/interface/interface_356.if3 deleted file mode 100644 index bca141ffc..000000000 --- a/dumps/530/interface/interface_356.if3 +++ /dev/null @@ -1,1570 +0,0 @@ -// 356:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_87 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64156 -unknown101=3000 - -// 356:1 -[com_1] -type=model -x=235 -y=220 -width=33 -height=31 -layer=com_87 -model=model_3396 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=516 -modelangle_y=502 -modelangle_z=0 -modelzoom=1351 -unknown100=63862 -unknown101=3000 - -// 356:2 -[com_2] -type=model -x=336 -y=126 -width=30 -height=36 -layer=com_87 -model=model_3396 -modelorigin_x=-6 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=74 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 356:3 -[com_3] -type=model -x=271 -y=221 -width=16 -height=17 -layer=com_87 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=249 -modelangle_z=0 -modelzoom=1351 -unknown100=63862 -unknown101=3000 - -// 356:4 -[com_4] -type=model -x=263 -y=228 -width=15 -height=15 -layer=com_87 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=529 -modelangle_y=375 -modelangle_z=0 -modelzoom=1351 -unknown100=63861 -unknown101=3000 - -// 356:5 -[com_5] -type=model -x=282 -y=207 -width=16 -height=17 -layer=com_87 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=249 -modelangle_z=0 -modelzoom=1351 -unknown100=63861 -unknown101=3000 - -// 356:6 -[com_6] -type=model -x=276 -y=213 -width=15 -height=18 -layer=com_87 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=511 -modelangle_y=168 -modelangle_z=0 -modelzoom=1351 -unknown100=63860 -unknown101=3000 - -// 356:7 -[com_7] -type=model -x=254 -y=180 -width=24 -height=22 -layer=com_87 -model=model_3389 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=474 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63848 -unknown101=3000 - -// 356:8 -[com_8] -type=model -x=288 -y=198 -width=15 -height=18 -layer=com_87 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=506 -modelangle_y=174 -modelangle_z=0 -modelzoom=1351 -unknown100=63859 -unknown101=3000 - -// 356:9 -[com_9] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_87 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64132 -unknown101=3000 - -// 356:10 -[com_10] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_87 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64125 -unknown101=3000 - -// 356:11 -[com_11] -type=model -x=294 -y=192 -width=15 -height=18 -layer=com_87 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=560 -modelangle_y=266 -modelangle_z=0 -modelzoom=1351 -unknown100=63857 -unknown101=3000 - -// 356:12 -[com_12] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_87 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64124 -unknown101=3000 - -// 356:13 -[com_13] -type=model -x=301 -y=190 -width=15 -height=15 -layer=com_87 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=607 -modelangle_y=384 -modelangle_z=0 -modelzoom=1351 -unknown100=63854 -unknown101=3000 - -// 356:14 -[com_14] -type=model -x=311 -y=189 -width=14 -height=13 -layer=com_87 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=624 -modelangle_y=422 -modelangle_z=0 -modelzoom=1351 -unknown100=63851 -unknown101=3000 - -// 356:15 -[com_15] -type=model -x=302 -y=215 -width=86 -height=98 -layer=com_87 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64118 -unknown101=3000 - -// 356:16 -[com_16] -type=model -x=320 -y=186 -width=15 -height=15 -layer=com_87 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=627 -modelangle_y=367 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 356:17 -[com_17] -type=model -x=327 -y=179 -width=16 -height=16 -layer=com_87 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=612 -modelangle_y=242 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 356:18 -[com_18] -type=model -x=336 -y=155 -width=13 -height=16 -layer=com_87 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=519 -modelangle_y=89 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 356:19 -[com_19] -type=model -x=224 -y=228 -width=17 -height=13 -layer=com_87 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=524 -modelangle_y=607 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 356:20 -[com_20] -type=model -x=216 -y=222 -width=17 -height=16 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=534 -modelangle_y=746 -modelangle_z=0 -modelzoom=1351 -unknown100=63849 -unknown101=3000 - -// 356:21 -[com_21] -type=model -x=282 -y=249 -width=23 -height=15 -layer=com_87 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=463 -modelangle_y=2005 -modelangle_z=0 -modelzoom=1587 -unknown100=63799 -unknown101=3000 - -// 356:22 -[com_22] -type=model -x=324 -y=249 -width=23 -height=16 -layer=com_87 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=554 -modelangle_y=105 -modelangle_z=0 -modelzoom=1615 -unknown100=63794 -unknown101=3000 - -// 356:23 -[com_23] -type=model -x=323 -y=210 -width=23 -height=17 -layer=com_87 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63791 -unknown101=3000 - -// 356:24 -[com_24] -type=model -x=300 -y=248 -width=27 -height=15 -layer=com_87 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1431 -unknown100=63824 -unknown101=3000 - -// 356:25 -[com_25] -type=model -x=343 -y=212 -width=23 -height=16 -layer=com_87 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63798 -unknown101=3000 - -// 356:26 -[com_26] -type=model -x=167 -y=239 -width=23 -height=16 -layer=com_87 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=407 -modelangle_y=1966 -modelangle_z=0 -modelzoom=1611 -unknown100=63797 -unknown101=3000 - -// 356:27 -[com_27] -type=model -x=188 -y=241 -width=23 -height=16 -layer=com_87 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=525 -modelangle_y=94 -modelangle_z=0 -modelzoom=1594 -unknown100=63797 -unknown101=3000 - -// 356:28 -[com_28] -type=model -x=209 -y=220 -width=17 -height=13 -layer=com_87 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=533 -modelangle_y=621 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 356:29 -[com_29] -type=model -x=200 -y=220 -width=15 -height=11 -layer=com_87 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=544 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 356:30 -[com_30] -type=model -x=189 -y=216 -width=18 -height=15 -layer=com_87 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=553 -modelangle_y=670 -modelangle_z=0 -modelzoom=1351 -unknown100=63847 -unknown101=3000 - -// 356:31 -[com_31] -type=model -x=182 -y=210 -width=18 -height=16 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=574 -modelangle_y=810 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 356:32 -[com_32] -type=model -x=185 -y=167 -width=13 -height=14 -layer=com_87 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=500 -modelangle_y=949 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 356:33 -[com_33] -type=model -x=173 -y=64 -width=32 -height=40 -layer=com_87 -model=model_3396 -modelorigin_x=6 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=1178 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 356:34 -[com_34] -type=model -x=333 -y=172 -width=14 -height=16 -layer=com_87 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=593 -modelangle_y=141 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 356:35 -[com_35] -type=model -x=335 -y=165 -width=12 -height=15 -layer=com_87 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=587 -modelangle_y=31 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 356:36 -[com_36] -type=model -x=217 -y=190 -width=18 -height=21 -layer=com_87 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 356:37 -[com_37] -type=model -x=183 -y=201 -width=13 -height=16 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=520 -modelangle_y=1105 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 356:38 -[com_38] -type=model -x=187 -y=191 -width=16 -height=18 -layer=com_87 -model=model_4154 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=556 -modelangle_y=1252 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 356:39 -[com_39] -type=model -x=190 -y=185 -width=15 -height=18 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=552 -modelangle_y=1189 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 356:40 -[com_40] -type=model -x=193 -y=180 -width=12 -height=15 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=543 -modelangle_y=1031 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 356:41 -[com_41] -type=model -x=188 -y=174 -width=17 -height=16 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=531 -modelangle_y=819 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 356:42 -[com_42] -type=model -x=184 -y=158 -width=12 -height=13 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1007 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 356:43 -[com_43] -type=model -x=254 -y=169 -width=29 -height=16 -layer=com_87 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64072 -unknown101=3000 - -// 356:44 -[com_44] -type=model -x=279 -y=156 -width=24 -height=23 -layer=com_87 -model=model_3399 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=465 -modelangle_y=259 -modelangle_z=0 -modelzoom=622 -unknown100=64069 -unknown101=3000 - -// 356:45 -[com_45] -type=model -x=288 -y=147 -width=24 -height=23 -layer=com_87 -model=model_3399 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=465 -modelangle_y=259 -modelangle_z=0 -modelzoom=622 -unknown100=64066 -unknown101=3000 - -// 356:46 -[com_46] -type=model -x=301 -y=124 -width=16 -height=28 -layer=com_87 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64065 -unknown101=3000 - -// 356:47 -[com_47] -type=model -x=301 -y=111 -width=16 -height=28 -layer=com_87 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64064 -unknown101=3000 - -// 356:48 -[com_48] -type=model -x=289 -y=91 -width=22 -height=23 -layer=com_87 -model=model_3399 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=475 -modelangle_y=1789 -modelangle_z=0 -modelzoom=631 -unknown100=64058 -unknown101=3000 - -// 356:49 -[com_49] -type=model -x=284 -y=86 -width=22 -height=23 -layer=com_87 -model=model_3399 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=475 -modelangle_y=1789 -modelangle_z=0 -modelzoom=631 -unknown100=64056 -unknown101=3000 - -// 356:50 -[com_50] -type=model -x=243 -y=169 -width=29 -height=16 -layer=com_87 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64072 -unknown101=3000 - -// 356:51 -[com_51] -type=model -x=226 -y=157 -width=22 -height=23 -layer=com_87 -model=model_3399 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=475 -modelangle_y=1789 -modelangle_z=0 -modelzoom=631 -unknown100=64066 -unknown101=3000 - -// 356:52 -[com_52] -type=model -x=216 -y=147 -width=22 -height=23 -layer=com_87 -model=model_3399 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=475 -modelangle_y=1789 -modelangle_z=0 -modelzoom=631 -unknown100=64064 -unknown101=3000 - -// 356:53 -[com_53] -type=model -x=210 -y=124 -width=16 -height=28 -layer=com_87 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64068 -unknown101=3000 - -// 356:54 -[com_54] -type=model -x=210 -y=112 -width=16 -height=28 -layer=com_87 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64067 -unknown101=3000 - -// 356:55 -[com_55] -type=model -x=210 -y=89 -width=10 -height=9 -layer=com_87 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=465 -modelangle_y=259 -modelangle_z=0 -modelzoom=1518 -unknown100=64063 -unknown101=3000 - -// 356:56 -[com_56] -type=model -x=208 -y=96 -width=7 -height=11 -layer=com_87 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=455 -modelangle_y=2032 -modelangle_z=0 -modelzoom=1518 -unknown100=64063 -unknown101=3000 - -// 356:57 -[com_57] -type=model -x=216 -y=88 -width=12 -height=6 -layer=com_87 -model=model_3399 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=307 -modelangle_y=1570 -modelangle_z=0 -modelzoom=1518 -unknown100=64063 -unknown101=3000 - -// 356:58 -[com_58] -type=model -x=210 -y=104 -width=10 -height=9 -layer=com_87 -model=model_3399 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=770 -modelangle_y=1867 -modelangle_z=0 -modelzoom=1262 -unknown100=64063 -unknown101=3000 - -// 356:59 -[com_59] -type=model -x=224 -y=89 -width=11 -height=10 -layer=com_87 -model=model_3399 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=770 -modelangle_y=1867 -modelangle_z=0 -modelzoom=1134 -unknown100=64063 -unknown101=3000 - -// 356:60 -[com_60] -type=model -x=232 -y=86 -width=15 -height=15 -layer=com_87 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=465 -modelangle_y=259 -modelangle_z=0 -modelzoom=1006 -unknown100=64060 -unknown101=3000 - -// 356:61 -[com_61] -type=model -x=258 -y=80 -width=29 -height=16 -layer=com_87 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64060 -unknown101=3000 - -// 356:62 -[com_62] -type=model -x=243 -y=80 -width=29 -height=16 -layer=com_87 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 356:63 -[com_63] -type=model -x=333 -y=57 -width=30 -height=33 -layer=com_87 -model=model_3396 -modelorigin_x=-4 -modelorigin_y=-1 -modelangle_x=519 -modelangle_y=47 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 356:64 -[com_64] -type=model -x=345 -y=119 -width=13 -height=13 -layer=com_87 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1999 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 356:65 -[com_65] -type=model -x=342 -y=110 -width=14 -height=14 -layer=com_87 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=511 -modelangle_y=1946 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 356:66 -[com_66] -type=model -x=341 -y=102 -width=13 -height=13 -layer=com_87 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=527 -modelangle_y=1999 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 356:67 -[com_67] -type=model -x=339 -y=93 -width=13 -height=13 -layer=com_87 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=527 -modelangle_y=1999 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 356:68 -[com_68] -type=model -x=337 -y=85 -width=12 -height=14 -layer=com_87 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=533 -modelangle_y=30 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 356:69 -[com_69] -type=model -x=202 -y=53 -width=11 -height=14 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1063 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 356:70 -[com_70] -type=model -x=197 -y=58 -width=16 -height=18 -layer=com_87 -model=model_4154 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=524 -modelangle_y=1240 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 356:71 -[com_71] -type=model -x=179 -y=95 -width=13 -height=16 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1104 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 356:72 -[com_72] -type=model -x=176 -y=104 -width=13 -height=16 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=517 -modelangle_y=1102 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 356:73 -[com_73] -type=model -x=175 -y=116 -width=11 -height=14 -layer=com_87 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1062 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 356:74 -[com_74] -type=model -x=174 -y=126 -width=13 -height=14 -layer=com_87 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=950 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 356:75 -[com_75] -type=model -x=176 -y=136 -width=15 -height=15 -layer=com_87 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=527 -modelangle_y=887 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 356:76 -[com_76] -type=model -x=178 -y=142 -width=17 -height=15 -layer=com_87 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=856 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 356:77 -[com_77] -type=model -x=182 -y=149 -width=13 -height=13 -layer=com_87 -model=model_4154 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=548 -modelangle_y=994 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 356:78 -[com_78] -type=model -x=220 -y=137 -width=17 -height=11 -layer=com_87 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=542 -modelangle_y=514 -modelangle_z=0 -modelzoom=979 -unknown100=63930 -unknown101=3000 - -// 356:79 -[com_79] -type=model -x=232 -y=137 -width=17 -height=11 -layer=com_87 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=542 -modelangle_y=514 -modelangle_z=0 -modelzoom=979 -unknown100=63929 -unknown101=3000 - -// 356:80 -[com_80] -type=model -x=246 -y=130 -width=14 -height=14 -layer=com_87 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=508 -modelangle_y=242 -modelangle_z=0 -modelzoom=979 -unknown100=63928 -unknown101=3000 - -// 356:81 -[com_81] -type=model -x=255 -y=121 -width=14 -height=14 -layer=com_87 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=508 -modelangle_y=242 -modelangle_z=0 -modelzoom=979 -unknown100=63927 -unknown101=3000 - -// 356:82 -[com_82] -type=model -x=255 -y=121 -width=14 -height=14 -layer=com_87 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=508 -modelangle_y=242 -modelangle_z=0 -modelzoom=979 -unknown100=63926 -unknown101=3000 - -// 356:83 -[com_83] -type=model -x=280 -y=110 -width=14 -height=15 -layer=com_87 -model=model_3399 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=508 -modelangle_y=242 -modelangle_z=0 -modelzoom=1007 -unknown100=63918 -unknown101=3000 - -// 356:84 -[com_84] -type=model -x=266 -y=118 -width=17 -height=11 -layer=com_87 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=542 -modelangle_y=514 -modelangle_z=0 -modelzoom=1007 -unknown100=63917 -unknown101=3000 - -// 356:85 -[com_85] -type=model -x=233 -y=59 -width=18 -height=21 -layer=com_87 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 356:86 -[com_86] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_87 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 356:87 -[com_87] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_357.if3 b/dumps/530/interface/interface_357.if3 deleted file mode 100644 index 48f23424d..000000000 --- a/dumps/530/interface/interface_357.if3 +++ /dev/null @@ -1,2001 +0,0 @@ -// 357:0 -[com_0] -type=model -x=97 -y=9 -width=325 -height=310 -layer=com_107 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64951 -unknown101=1200 - -// 357:1 -[com_1] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_107 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=65001 -unknown101=1064 - -// 357:2 -[com_2] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_107 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=65003 -unknown101=1064 - -// 357:3 -[com_3] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_107 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=65003 -unknown101=1071 - -// 357:4 -[com_4] -type=model -x=293 -y=211 -width=87 -height=97 -layer=com_107 -model=model_3388 -modelorigin_x=1 -modelorigin_y=5 -modelangle_x=576 -modelangle_y=1544 -modelangle_z=0 -modelzoom=531 -unknown100=65000 -unknown101=1070 - -// 357:5 -[com_5] -type=model -x=290 -y=147 -width=22 -height=21 -layer=com_107 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=476 -modelangle_y=1747 -modelangle_z=0 -modelzoom=1468 -unknown100=63852 -unknown101=2939 - -// 357:6 -[com_6] -type=model -x=174 -y=145 -width=18 -height=10 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 - -// 357:7 -[com_7] -type=model -x=171 -y=151 -width=10 -height=16 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=1067 -unknown100=64350 -unknown101=2132 - -// 357:8 -[com_8] -type=model -x=197 -y=151 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 - -// 357:9 -[com_9] -type=model -x=197 -y=171 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 - -// 357:10 -[com_10] -type=model -x=197 -y=166 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:11 -[com_11] -type=model -x=171 -y=171 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 - -// 357:12 -[com_12] -type=model -x=171 -y=164 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:13 -[com_13] -type=model -x=175 -y=183 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64350 -unknown101=2132 - -// 357:14 -[com_14] -type=model -x=185 -y=183 -width=18 -height=10 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 - -// 357:15 -[com_15] -type=model -x=171 -y=197 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:16 -[com_16] -type=model -x=197 -y=197 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 -op10= - -// 357:17 -[com_17] -type=model -x=171 -y=188 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:18 -[com_18] -type=model -x=197 -y=188 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:19 -[com_19] -type=model -x=197 -y=217 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 -op10= - -// 357:20 -[com_20] -type=model -x=197 -y=212 -width=10 -height=16 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=1067 -unknown100=64350 -unknown101=2132 -op10= - -// 357:21 -[com_21] -type=model -x=171 -y=217 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64438 -unknown101=1992 -op10= - -// 357:22 -[com_22] -type=model -x=171 -y=210 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:23 -[com_23] -type=model -x=174 -y=229 -width=18 -height=10 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 -op10= - -// 357:24 -[com_24] -type=model -x=186 -y=229 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64350 -unknown101=2132 -op10= - -// 357:25 -[com_25] -type=model -x=186 -y=145 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64350 -unknown101=2132 - -// 357:26 -[com_26] -type=model -x=171 -y=235 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:27 -[com_27] -type=model -x=197 -y=235 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:28 -[com_28] -type=model -x=171 -y=248 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:29 -[com_29] -type=model -x=197 -y=250 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:30 -[com_30] -type=model -x=231 -y=145 -width=18 -height=10 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=997 -unknown100=64438 -unknown101=1992 -op10= - -// 357:31 -[com_31] -type=model -x=228 -y=151 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 -op10= - -// 357:32 -[com_32] -type=model -x=254 -y=152 -width=9 -height=15 -layer=com_107 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=1125 -unknown100=64279 -unknown101=2248 -op10= - -// 357:33 -[com_33] -type=model -x=254 -y=171 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 -op10= - -// 357:34 -[com_34] -type=model -x=254 -y=166 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:35 -[com_35] -type=model -x=228 -y=171 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64438 -unknown101=1992 -op10= - -// 357:36 -[com_36] -type=model -x=228 -y=165 -width=9 -height=15 -layer=com_107 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=1125 -unknown100=64279 -unknown101=2248 -op10= - -// 357:37 -[com_37] -type=model -x=232 -y=183 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64351 -unknown101=2132 -op10= - -// 357:38 -[com_38] -type=model -x=243 -y=184 -width=16 -height=8 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1125 -unknown100=64279 -unknown101=2248 -op10= - -// 357:39 -[com_39] -type=model -x=254 -y=200 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:40 -[com_40] -type=model -x=228 -y=183 -width=9 -height=15 -layer=com_107 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=1125 -unknown100=64279 -unknown101=2248 -op10= - -// 357:41 -[com_41] -type=model -x=254 -y=188 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:42 -[com_42] -type=model -x=254 -y=230 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 -op10= - -// 357:43 -[com_43] -type=model -x=228 -y=212 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64439 -unknown101=1992 -op10= - -// 357:44 -[com_44] -type=model -x=228 -y=217 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64438 -unknown101=1992 -op10= - -// 357:45 -[com_45] -type=model -x=231 -y=229 -width=18 -height=10 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 -op10= - -// 357:46 -[com_46] -type=model -x=243 -y=229 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64350 -unknown101=2132 -op10= - -// 357:47 -[com_47] -type=model -x=302 -y=145 -width=18 -height=10 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:48 -[com_48] -type=model -x=314 -y=154 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:49 -[com_49] -type=model -x=314 -y=150 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:50 -[com_50] -type=model -x=314 -y=185 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 -op10= - -// 357:51 -[com_51] -type=model -x=288 -y=174 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64439 -unknown101=1992 -op10= - -// 357:52 -[com_52] -type=model -x=288 -y=179 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64438 -unknown101=1992 -op10= - -// 357:53 -[com_53] -type=model -x=291 -y=183 -width=18 -height=10 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1992 -op10= - -// 357:54 -[com_54] -type=model -x=303 -y=184 -width=16 -height=8 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1125 -unknown100=64279 -unknown101=2248 -op10= - -// 357:55 -[com_55] -type=model -x=242 -y=145 -width=18 -height=10 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:56 -[com_56] -type=model -x=228 -y=235 -width=10 -height=16 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=1067 -unknown100=64350 -unknown101=2132 -op10= - -// 357:57 -[com_57] -type=model -x=254 -y=235 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:58 -[com_58] -type=model -x=228 -y=248 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:59 -[com_59] -type=model -x=254 -y=250 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:60 -[com_60] -type=model -x=314 -y=201 -width=9 -height=15 -layer=com_107 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=1125 -unknown100=64279 -unknown101=2248 -op10= - -// 357:61 -[com_61] -type=model -x=314 -y=230 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:62 -[com_62] -type=model -x=288 -y=212 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:63 -[com_63] -type=model -x=288 -y=217 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:64 -[com_64] -type=model -x=291 -y=229 -width=18 -height=10 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:65 -[com_65] -type=model -x=302 -y=229 -width=18 -height=10 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:66 -[com_66] -type=model -x=288 -y=235 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:67 -[com_67] -type=model -x=314 -y=235 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:68 -[com_68] -type=model -x=288 -y=248 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:69 -[com_69] -type=model -x=314 -y=250 -width=10 -height=17 -layer=com_107 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1005 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1992 -op10= - -// 357:70 -[com_70] -type=model -x=255 -y=95 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64355 -unknown101=2132 - -// 357:71 -[com_71] -type=model -x=253 -y=64 -width=22 -height=12 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=64665 -unknown101=1620 - -// 357:72 -[com_72] -type=model -x=231 -y=93 -width=22 -height=12 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=64671 -unknown101=1620 - -// 357:73 -[com_73] -type=model -x=234 -y=66 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64355 -unknown101=2132 - -// 357:74 -[com_74] -type=model -x=270 -y=92 -width=8 -height=9 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=997 -unknown100=64438 -unknown101=1995 - -// 357:75 -[com_75] -type=model -x=307 -y=95 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64356 -unknown101=2132 -op10= - -// 357:76 -[com_76] -type=model -x=307 -y=66 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64352 -unknown101=2132 -op10= - -// 357:77 -[com_77] -type=model -x=286 -y=95 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64355 -unknown101=2132 -op10= - -// 357:78 -[com_78] -type=model -x=283 -y=64 -width=22 -height=12 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=64665 -unknown101=1620 -op10= - -// 357:79 -[com_79] -type=model -x=176 -y=95 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64354 -unknown101=2132 -op10= - -// 357:80 -[com_80] -type=model -x=174 -y=64 -width=22 -height=12 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=64665 -unknown101=1620 -op10= - -// 357:81 -[com_81] -type=model -x=270 -y=85 -width=8 -height=9 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1995 - -// 357:82 -[com_82] -type=model -x=270 -y=79 -width=8 -height=9 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1995 - -// 357:83 -[com_83] -type=model -x=270 -y=71 -width=8 -height=9 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=997 -unknown100=64435 -unknown101=1995 - -// 357:84 -[com_84] -type=model -x=229 -y=92 -width=8 -height=9 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=997 -unknown100=64441 -unknown101=1995 - -// 357:85 -[com_85] -type=model -x=229 -y=87 -width=8 -height=8 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=1067 -unknown100=64355 -unknown101=2134 - -// 357:86 -[com_86] -type=model -x=229 -y=80 -width=8 -height=8 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=1067 -unknown100=64354 -unknown101=2134 - -// 357:87 -[com_87] -type=model -x=229 -y=72 -width=8 -height=9 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=997 -unknown100=64438 -unknown101=1995 - -// 357:88 -[com_88] -type=model -x=245 -y=64 -width=22 -height=12 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=64664 -unknown101=1620 - -// 357:89 -[com_89] -type=model -x=212 -y=93 -width=22 -height=12 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=64667 -unknown101=1620 - -// 357:90 -[com_90] -type=model -x=194 -y=93 -width=22 -height=12 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=64667 -unknown101=1620 - -// 357:91 -[com_91] -type=model -x=211 -y=64 -width=22 -height=12 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=811 -unknown100=64666 -unknown101=1620 - -// 357:92 -[com_92] -type=model -x=197 -y=66 -width=16 -height=9 -layer=com_107 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=510 -modelangle_z=0 -modelzoom=1067 -unknown100=64352 -unknown101=2132 - -// 357:93 -[com_93] -type=model -x=191 -y=92 -width=8 -height=9 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=997 -unknown100=64437 -unknown101=1995 - -// 357:94 -[com_94] -type=model -x=191 -y=86 -width=8 -height=9 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=997 -unknown100=64436 -unknown101=1995 - -// 357:95 -[com_95] -type=model -x=191 -y=81 -width=8 -height=8 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=1067 -unknown100=64350 -unknown101=2134 - -// 357:96 -[com_96] -type=model -x=289 -y=150 -width=8 -height=9 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=997 -unknown100=64435 -unknown101=1995 -op10= - -// 357:97 -[com_97] -type=model -x=191 -y=72 -width=8 -height=9 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=997 -unknown100=64435 -unknown101=1995 - -// 357:98 -[com_98] -type=model -x=321 -y=91 -width=12 -height=12 -layer=com_107 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=683 -unknown100=64822 -unknown101=1366 -op10= - -// 357:99 -[com_99] -type=model -x=322 -y=86 -width=8 -height=8 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=1067 -unknown100=64353 -unknown101=2134 -op10= - -// 357:100 -[com_100] -type=model -x=321 -y=78 -width=12 -height=12 -layer=com_107 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=683 -unknown100=64820 -unknown101=1366 -op10= - -// 357:101 -[com_101] -type=model -x=322 -y=72 -width=8 -height=8 -layer=com_107 -model=model_4155 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=1067 -unknown100=64350 -unknown101=2134 -op10= - -// 357:102 -[com_102] -type=model -x=280 -y=91 -width=12 -height=12 -layer=com_107 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=683 -unknown100=64821 -unknown101=1366 -op10= - -// 357:103 -[com_103] -type=model -x=280 -y=85 -width=12 -height=12 -layer=com_107 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=683 -unknown100=64820 -unknown101=1366 -op10= - -// 357:104 -[com_104] -type=model -x=280 -y=78 -width=12 -height=12 -layer=com_107 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=683 -unknown100=64819 -unknown101=1366 -op10= - -// 357:105 -[com_105] -type=model -x=280 -y=71 -width=12 -height=12 -layer=com_107 -model=model_4155 -modelorigin_x=-3 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=1019 -modelangle_z=0 -modelzoom=683 -unknown100=64818 -unknown101=1366 -op10= - -// 357:106 -[com_106] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_107 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 357:107 -[com_107] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_358.if3 b/dumps/530/interface/interface_358.if3 deleted file mode 100644 index bd473ff0d..000000000 --- a/dumps/530/interface/interface_358.if3 +++ /dev/null @@ -1,1066 +0,0 @@ -// 358:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_59 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64136 -unknown101=3000 - -// 358:1 -[com_1] -type=model -x=247 -y=156 -width=13 -height=14 -layer=com_59 -model=model_4155 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64070 -unknown101=3000 - -// 358:2 -[com_2] -type=model -x=231 -y=194 -width=29 -height=16 -layer=com_59 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64071 -unknown101=3000 - -// 358:3 -[com_3] -type=model -x=302 -y=84 -width=29 -height=16 -layer=com_59 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64074 -unknown101=3000 - -// 358:4 -[com_4] -type=model -x=297 -y=94 -width=12 -height=12 -layer=com_59 -model=model_4155 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64051 -unknown101=3000 - -// 358:5 -[com_5] -type=model -x=249 -y=162 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64038 -unknown101=3000 - -// 358:6 -[com_6] -type=model -x=320 -y=93 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64051 -unknown101=3000 - -// 358:7 -[com_7] -type=model -x=320 -y=114 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64051 -unknown101=3000 - -// 358:8 -[com_8] -type=model -x=297 -y=101 -width=12 -height=12 -layer=com_59 -model=model_4155 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64051 -unknown101=3000 - -// 358:9 -[com_9] -type=model -x=276 -y=102 -width=29 -height=16 -layer=com_59 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64073 -unknown101=3000 - -// 358:10 -[com_10] -type=model -x=269 -y=112 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64047 -unknown101=3000 - -// 358:11 -[com_11] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_59 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64124 -unknown101=3000 - -// 358:12 -[com_12] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_59 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64119 -unknown101=3000 - -// 358:13 -[com_13] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_59 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64119 -unknown101=3000 - -// 358:14 -[com_14] -type=model -x=207 -y=132 -width=29 -height=16 -layer=com_59 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64068 -unknown101=3000 - -// 358:15 -[com_15] -type=model -x=207 -y=194 -width=29 -height=16 -layer=com_59 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64070 -unknown101=3000 - -// 358:16 -[com_16] -type=model -x=211 -y=162 -width=37 -height=37 -layer=com_59 -model=model_3392 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1189 -unknown100=63879 -unknown101=3000 - -// 358:17 -[com_17] -type=model -x=302 -y=215 -width=86 -height=98 -layer=com_59 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64133 -unknown101=3000 - -// 358:18 -[com_18] -type=model -x=199 -y=139 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64045 -unknown101=3000 - -// 358:19 -[com_19] -type=model -x=199 -y=163 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64045 -unknown101=3000 - -// 358:20 -[com_20] -type=model -x=199 -y=179 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64045 -unknown101=3000 - -// 358:21 -[com_21] -type=model -x=223 -y=194 -width=29 -height=16 -layer=com_59 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 358:22 -[com_22] -type=model -x=219 -y=132 -width=29 -height=16 -layer=com_59 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64060 -unknown101=3000 - -// 358:23 -[com_23] -type=model -x=237 -y=140 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64037 -unknown101=3000 - -// 358:24 -[com_24] -type=model -x=276 -y=129 -width=29 -height=16 -layer=com_59 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 358:25 -[com_25] -type=model -x=316 -y=130 -width=13 -height=14 -layer=com_59 -model=model_4155 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 358:26 -[com_26] -type=model -x=261 -y=87 -width=20 -height=26 -layer=com_59 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1753 -unknown100=63776 -unknown101=3000 - -// 358:27 -[com_27] -type=model -x=242 -y=95 -width=20 -height=26 -layer=com_59 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1753 -unknown100=63774 -unknown101=3000 - -// 358:28 -[com_28] -type=model -x=328 -y=210 -width=16 -height=1 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64048 -unknown101=3000 - -// 358:29 -[com_29] -type=model -x=328 -y=235 -width=16 -height=1 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64047 -unknown101=3000 - -// 358:30 -[com_30] -type=model -x=187 -y=189 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64045 -unknown101=3000 - -// 358:31 -[com_31] -type=model -x=172 -y=152 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64045 -unknown101=3000 - -// 358:32 -[com_32] -type=model -x=185 -y=113 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64043 -unknown101=3000 - -// 358:33 -[com_33] -type=model -x=348 -y=140 -width=19 -height=20 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=462 -modelangle_y=1792 -modelangle_z=0 -modelzoom=736 -unknown100=64010 -unknown101=3000 - -// 358:34 -[com_34] -type=model -x=341 -y=119 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64039 -unknown101=3000 - -// 358:35 -[com_35] -type=model -x=179 -y=173 -width=19 -height=20 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=462 -modelangle_y=1792 -modelangle_z=0 -modelzoom=736 -unknown100=64013 -unknown101=3000 - -// 358:36 -[com_36] -type=model -x=328 -y=202 -width=16 -height=1 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64048 -unknown101=3000 - -// 358:37 -[com_37] -type=model -x=178 -y=135 -width=20 -height=20 -layer=com_59 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=518 -modelangle_y=1251 -modelangle_z=0 -modelzoom=736 -unknown100=64007 -unknown101=3000 - -// 358:38 -[com_38] -type=model -x=328 -y=189 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64040 -unknown101=3000 - -// 358:39 -[com_39] -type=model -x=341 -y=96 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64039 -unknown101=3000 - -// 358:40 -[com_40] -type=model -x=341 -y=77 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64038 -unknown101=3000 - -// 358:41 -[com_41] -type=model -x=347 -y=60 -width=20 -height=20 -layer=com_59 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=518 -modelangle_y=1251 -modelangle_z=0 -modelzoom=736 -unknown100=64007 -unknown101=3000 - -// 358:42 -[com_42] -type=model -x=328 -y=214 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64039 -unknown101=3000 - -// 358:43 -[com_43] -type=model -x=231 -y=250 -width=20 -height=26 -layer=com_59 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1753 -unknown100=63774 -unknown101=3000 - -// 358:44 -[com_44] -type=model -x=189 -y=162 -width=20 -height=26 -layer=com_59 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1753 -unknown100=63774 -unknown101=3000 - -// 358:45 -[com_45] -type=model -x=328 -y=223 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64037 -unknown101=3000 - -// 358:46 -[com_46] -type=model -x=197 -y=100 -width=20 -height=26 -layer=com_59 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1753 -unknown100=63774 -unknown101=3000 - -// 358:47 -[com_47] -type=model -x=201 -y=74 -width=20 -height=26 -layer=com_59 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1753 -unknown100=63774 -unknown101=3000 - -// 358:48 -[com_48] -type=model -x=225 -y=55 -width=20 -height=26 -layer=com_59 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=1753 -unknown100=63774 -unknown101=3000 - -// 358:49 -[com_49] -type=model -x=323 -y=183 -width=13 -height=14 -layer=com_59 -model=model_4155 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64062 -unknown101=3000 - -// 358:50 -[com_50] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_59 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 358:51 -[com_51] -type=model -x=313 -y=189 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64039 -unknown101=3000 - -// 358:52 -[com_52] -type=model -x=309 -y=205 -width=13 -height=14 -layer=com_59 -model=model_4155 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64061 -unknown101=3000 - -// 358:53 -[com_53] -type=model -x=302 -y=203 -width=12 -height=12 -layer=com_59 -model=model_4155 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64038 -unknown101=3000 - -// 358:54 -[com_54] -type=model -x=296 -y=197 -width=13 -height=14 -layer=com_59 -model=model_4155 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64060 -unknown101=3000 - -// 358:55 -[com_55] -type=model -x=286 -y=203 -width=16 -height=26 -layer=com_59 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64037 -unknown101=3000 - -// 358:56 -[com_56] -type=model -x=288 -y=236 -width=12 -height=12 -layer=com_59 -model=model_4155 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=667 -unknown100=64038 -unknown101=3000 - -// 358:57 -[com_57] -type=model -x=293 -y=239 -width=29 -height=16 -layer=com_59 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64060 -unknown101=3000 - -// 358:58 -[com_58] -type=model -x=310 -y=239 -width=29 -height=16 -layer=com_59 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 358:59 -[com_59] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_359.if3 b/dumps/530/interface/interface_359.if3 deleted file mode 100644 index 536ebcac1..000000000 --- a/dumps/530/interface/interface_359.if3 +++ /dev/null @@ -1,2236 +0,0 @@ -// 359:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_124 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64153 -unknown101=3000 - -// 359:1 -[com_1] -type=model -x=233 -y=184 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:2 -[com_2] -type=model -x=224 -y=166 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:3 -[com_3] -type=model -x=280 -y=139 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:4 -[com_4] -type=model -x=261 -y=130 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64084 -unknown101=3000 - -// 359:5 -[com_5] -type=model -x=261 -y=184 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:6 -[com_6] -type=model -x=224 -y=139 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64074 -unknown101=3000 - -// 359:7 -[com_7] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_124 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64133 -unknown101=3000 - -// 359:8 -[com_8] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_124 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64135 -unknown101=3000 - -// 359:9 -[com_9] -type=model -x=234 -y=130 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64074 -unknown101=3000 - -// 359:10 -[com_10] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_124 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64144 -unknown101=3000 - -// 359:11 -[com_11] -type=model -x=280 -y=166 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:12 -[com_12] -type=model -x=206 -y=184 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:13 -[com_13] -type=model -x=302 -y=215 -width=86 -height=98 -layer=com_124 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64142 -unknown101=3000 - -// 359:14 -[com_14] -type=model -x=191 -y=184 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64071 -unknown101=3000 - -// 359:15 -[com_15] -type=model -x=286 -y=184 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:16 -[com_16] -type=model -x=298 -y=184 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64061 -unknown101=3000 - -// 359:17 -[com_17] -type=model -x=286 -y=130 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64084 -unknown101=3000 - -// 359:18 -[com_18] -type=model -x=296 -y=130 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64084 -unknown101=3000 - -// 359:19 -[com_19] -type=model -x=257 -y=63 -width=23 -height=16 -layer=com_124 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=554 -modelangle_y=105 -modelangle_z=0 -modelzoom=1615 -unknown100=63800 -unknown101=3000 - -// 359:20 -[com_20] -type=model -x=244 -y=255 -width=23 -height=17 -layer=com_124 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63793 -unknown101=3000 - -// 359:21 -[com_21] -type=model -x=263 -y=258 -width=23 -height=16 -layer=com_124 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63800 -unknown101=3000 - -// 359:22 -[com_22] -type=model -x=219 -y=61 -width=23 -height=16 -layer=com_124 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=407 -modelangle_y=1966 -modelangle_z=0 -modelzoom=1611 -unknown100=63803 -unknown101=3000 - -// 359:23 -[com_23] -type=model -x=237 -y=61 -width=23 -height=16 -layer=com_124 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=525 -modelangle_y=94 -modelangle_z=0 -modelzoom=1594 -unknown100=63803 -unknown101=3000 - -// 359:24 -[com_24] -type=model -x=206 -y=130 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64074 -unknown101=3000 - -// 359:25 -[com_25] -type=model -x=191 -y=130 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64074 -unknown101=3000 - -// 359:26 -[com_26] -type=model -x=224 -y=189 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:27 -[com_27] -type=model -x=224 -y=204 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:28 -[com_28] -type=model -x=232 -y=200 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:29 -[com_29] -type=model -x=232 -y=112 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64072 -unknown101=3000 - -// 359:30 -[com_30] -type=model -x=253 -y=200 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:31 -[com_31] -type=model -x=205 -y=222 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64071 -unknown101=3000 - -// 359:32 -[com_32] -type=model -x=191 -y=222 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64071 -unknown101=3000 - -// 359:33 -[com_33] -type=model -x=184 -y=191 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64071 -unknown101=3000 - -// 359:34 -[com_34] -type=model -x=184 -y=205 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64071 -unknown101=3000 - -// 359:35 -[com_35] -type=model -x=280 -y=191 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:36 -[com_36] -type=model -x=280 -y=204 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:37 -[com_37] -type=model -x=260 -y=200 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 359:38 -[com_38] -type=model -x=287 -y=221 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:39 -[com_39] -type=model -x=299 -y=221 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64087 -unknown101=3000 - -// 359:40 -[com_40] -type=model -x=317 -y=202 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64060 -unknown101=3000 - -// 359:41 -[com_41] -type=model -x=317 -y=192 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 359:42 -[com_42] -type=model -x=314 -y=112 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64084 -unknown101=3000 - -// 359:43 -[com_43] -type=model -x=184 -y=112 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64074 -unknown101=3000 - -// 359:44 -[com_44] -type=model -x=206 -y=165 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64060 -unknown101=3000 - -// 359:45 -[com_45] -type=model -x=206 -y=140 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 359:46 -[com_46] -type=model -x=296 -y=166 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64060 -unknown101=3000 - -// 359:47 -[com_47] -type=model -x=296 -y=140 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 359:48 -[com_48] -type=model -x=280 -y=112 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64061 -unknown101=3000 - -// 359:49 -[com_49] -type=model -x=224 -y=113 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64072 -unknown101=3000 - -// 359:50 -[com_50] -type=model -x=205 -y=90 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64074 -unknown101=3000 - -// 359:51 -[com_51] -type=model -x=288 -y=90 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64084 -unknown101=3000 - -// 359:52 -[com_52] -type=model -x=280 -y=97 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64060 -unknown101=3000 - -// 359:53 -[com_53] -type=model -x=224 -y=97 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64072 -unknown101=3000 - -// 359:54 -[com_54] -type=model -x=184 -y=98 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64074 -unknown101=3000 - -// 359:55 -[com_55] -type=model -x=314 -y=98 -width=16 -height=28 -layer=com_124 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=622 -unknown100=64084 -unknown101=3000 - -// 359:56 -[com_56] -type=model -x=295 -y=90 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 359:57 -[com_57] -type=model -x=192 -y=90 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64074 -unknown101=3000 - -// 359:58 -[com_58] -type=model -x=260 -y=112 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 359:59 -[com_59] -type=model -x=225 -y=165 -width=35 -height=37 -layer=com_124 -model=model_3392 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=525 -modelangle_y=25 -modelangle_z=0 -modelzoom=1215 -unknown100=63867 -unknown101=3000 - -// 359:60 -[com_60] -type=model -x=326 -y=145 -width=33 -height=35 -layer=com_124 -model=model_3396 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=2004 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:61 -[com_61] -type=model -x=249 -y=234 -width=35 -height=33 -layer=com_124 -model=model_3396 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=510 -modelangle_y=471 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:62 -[com_62] -type=model -x=238 -y=67 -width=35 -height=33 -layer=com_124 -model=model_3396 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=470 -modelangle_y=1502 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 359:63 -[com_63] -type=model -x=161 -y=104 -width=33 -height=33 -layer=com_124 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=425 -modelangle_y=988 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 359:64 -[com_64] -type=model -x=158 -y=204 -width=31 -height=33 -layer=com_124 -model=model_3396 -modelorigin_x=4 -modelorigin_y=0 -modelangle_x=444 -modelangle_y=1059 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 359:65 -[com_65] -type=model -x=184 -y=245 -width=36 -height=26 -layer=com_124 -model=model_3396 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=372 -modelangle_y=589 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 359:66 -[com_66] -type=model -x=313 -y=234 -width=38 -height=33 -layer=com_124 -model=model_3396 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=322 -modelangle_y=385 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 359:67 -[com_67] -type=model -x=328 -y=94 -width=30 -height=28 -layer=com_124 -model=model_3396 -modelorigin_x=-4 -modelorigin_y=-1 -modelangle_x=322 -modelangle_y=36 -modelangle_z=0 -modelzoom=1351 -unknown100=63849 -unknown101=3000 - -// 359:68 -[com_68] -type=model -x=303 -y=250 -width=15 -height=11 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=554 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:69 -[com_69] -type=model -x=292 -y=248 -width=17 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=525 -modelangle_y=593 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:70 -[com_70] -type=model -x=274 -y=244 -width=17 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=525 -modelangle_y=593 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:71 -[com_71] -type=model -x=283 -y=246 -width=17 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=525 -modelangle_y=593 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 359:72 -[com_72] -type=model -x=339 -y=235 -width=15 -height=18 -layer=com_124 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=512 -modelangle_y=268 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 359:73 -[com_73] -type=model -x=345 -y=228 -width=14 -height=17 -layer=com_124 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=132 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 359:74 -[com_74] -type=model -x=347 -y=220 -width=12 -height=15 -layer=com_124 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=507 -modelangle_y=42 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:75 -[com_75] -type=model -x=348 -y=211 -width=13 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=503 -modelangle_y=1995 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:76 -[com_76] -type=model -x=342 -y=193 -width=13 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=503 -modelangle_y=1995 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:77 -[com_77] -type=model -x=343 -y=200 -width=16 -height=16 -layer=com_124 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=1894 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 359:78 -[com_78] -type=model -x=340 -y=184 -width=14 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=513 -modelangle_y=1989 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:79 -[com_79] -type=model -x=339 -y=177 -width=14 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=513 -modelangle_y=1989 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 359:80 -[com_80] -type=model -x=335 -y=118 -width=14 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=513 -modelangle_y=1989 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:81 -[com_81] -type=model -x=334 -y=138 -width=12 -height=14 -layer=com_124 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=35 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:82 -[com_82] -type=model -x=335 -y=130 -width=12 -height=15 -layer=com_124 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=53 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:83 -[com_83] -type=model -x=334 -y=125 -width=12 -height=14 -layer=com_124 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=28 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 359:84 -[com_84] -type=model -x=337 -y=85 -width=14 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1991 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 359:85 -[com_85] -type=model -x=334 -y=75 -width=16 -height=14 -layer=com_124 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1903 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 359:86 -[com_86] -type=model -x=327 -y=67 -width=18 -height=16 -layer=com_124 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=1768 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 359:87 -[com_87] -type=model -x=319 -y=64 -width=17 -height=14 -layer=com_124 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=1666 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 359:88 -[com_88] -type=model -x=312 -y=63 -width=13 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=516 -modelangle_y=1489 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:89 -[com_89] -type=model -x=268 -y=77 -width=16 -height=12 -layer=com_124 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=515 -modelangle_y=1606 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 359:90 -[com_90] -type=model -x=278 -y=79 -width=15 -height=11 -layer=com_124 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=1552 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 359:91 -[com_91] -type=model -x=289 -y=75 -width=13 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=497 -modelangle_y=1488 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 359:92 -[com_92] -type=model -x=296 -y=71 -width=15 -height=16 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=485 -modelangle_y=1377 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:93 -[com_93] -type=model -x=301 -y=67 -width=16 -height=17 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=482 -modelangle_y=1277 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:94 -[com_94] -type=model -x=307 -y=64 -width=15 -height=16 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=490 -modelangle_y=1375 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 359:95 -[com_95] -type=model -x=230 -y=78 -width=16 -height=12 -layer=com_124 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=542 -modelangle_y=1613 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 359:96 -[com_96] -type=model -x=179 -y=70 -width=14 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1463 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 359:97 -[com_97] -type=model -x=169 -y=72 -width=16 -height=18 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=514 -modelangle_y=1282 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:98 -[com_98] -type=model -x=166 -y=81 -width=13 -height=17 -layer=com_124 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=501 -modelangle_y=1113 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:99 -[com_99] -type=model -x=165 -y=93 -width=15 -height=15 -layer=com_124 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=515 -modelangle_y=888 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:100 -[com_100] -type=model -x=164 -y=89 -width=15 -height=15 -layer=com_124 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=519 -modelangle_y=915 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 359:101 -[com_101] -type=model -x=187 -y=71 -width=15 -height=12 -layer=com_124 -model=model_4154 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=524 -modelangle_y=1583 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 359:102 -[com_102] -type=model -x=196 -y=72 -width=18 -height=15 -layer=com_124 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=560 -modelangle_y=1740 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:103 -[com_103] -type=model -x=221 -y=77 -width=15 -height=12 -layer=com_124 -model=model_4154 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=524 -modelangle_y=1583 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:104 -[com_104] -type=model -x=213 -y=76 -width=14 -height=14 -layer=com_124 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=529 -modelangle_y=1447 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:105 -[com_105] -type=model -x=205 -y=76 -width=17 -height=14 -layer=com_124 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=537 -modelangle_y=1671 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 359:106 -[com_106] -type=model -x=171 -y=132 -width=15 -height=15 -layer=com_124 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=519 -modelangle_y=915 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 359:107 -[com_107] -type=model -x=173 -y=141 -width=13 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=542 -modelangle_y=993 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:108 -[com_108] -type=model -x=175 -y=146 -width=12 -height=15 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=561 -modelangle_y=1072 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:109 -[com_109] -type=model -x=173 -y=167 -width=13 -height=16 -layer=com_124 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=570 -modelangle_y=1103 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 359:110 -[com_110] -type=model -x=171 -y=176 -width=12 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=588 -modelangle_y=1009 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:111 -[com_111] -type=model -x=169 -y=185 -width=15 -height=14 -layer=com_124 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=937 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:112 -[com_112] -type=model -x=171 -y=191 -width=13 -height=17 -layer=com_124 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=530 -modelangle_y=1109 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 359:113 -[com_113] -type=model -x=158 -y=149 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64060 -unknown101=3000 - -// 359:114 -[com_114] -type=model -x=158 -y=162 -width=29 -height=16 -layer=com_124 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=517 -modelangle_z=0 -modelzoom=622 -unknown100=64059 -unknown101=3000 - -// 359:115 -[com_115] -type=model -x=166 -y=233 -width=15 -height=14 -layer=com_124 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=546 -modelangle_y=927 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:116 -[com_116] -type=model -x=168 -y=240 -width=18 -height=16 -layer=com_124 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=539 -modelangle_y=781 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:117 -[com_117] -type=model -x=176 -y=245 -width=17 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=527 -modelangle_y=590 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 359:118 -[com_118] -type=model -x=214 -y=249 -width=15 -height=15 -layer=com_124 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=494 -modelangle_y=393 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 359:119 -[com_119] -type=model -x=220 -y=243 -width=16 -height=18 -layer=com_124 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=482 -modelangle_y=302 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 359:120 -[com_120] -type=model -x=228 -y=242 -width=14 -height=15 -layer=com_124 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=531 -modelangle_y=414 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 359:121 -[com_121] -type=model -x=231 -y=243 -width=17 -height=13 -layer=com_124 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=545 -modelangle_y=597 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 359:122 -[com_122] -type=model -x=240 -y=246 -width=14 -height=11 -layer=com_124 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=553 -modelangle_y=533 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 359:123 -[com_123] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_124 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 359:124 -[com_124] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_36.if3 b/dumps/530/interface/interface_36.if3 deleted file mode 100644 index d0c3ac1dd..000000000 --- a/dumps/530/interface/interface_36.if3 +++ /dev/null @@ -1,659 +0,0 @@ -// 36:0 -[com_0] -type=graphic -x=12 -y=20 -width=483 -height=297 -graphic=tradebacking -tiling=yes - -// 36:1 -[com_1] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 36:2 -[com_2] -type=graphic -x=-3 -y=49 -width=43 -height=243 -graphic="miscgraphics,2" -tiling=yes - -// 36:3 -[com_3] -type=graphic -x=479 -y=50 -width=34 -height=249 -graphic="steelborder2,1" -tiling=yes - -// 36:4 -[com_4] -type=text -x=43 -y=58 -width=140 -height=25 -textfont=p12_full -text=Insert a very long name here! -textshadow=yes -colour=0xffaa44 - -// 36:5 -[com_5] -type=graphic -x=37 -y=5 -width=448 -height=42 -graphic="steelborder2,0" -tiling=yes - -// 36:6 -[com_6] -type=graphic -x=37 -y=299 -width=443 -height=42 -graphic="miscgraphics,3" -tiling=yes - -// 36:7 -[com_7] -type=graphic -x=12 -y=290 -width=25 -height=30 -graphic="steelborder,2" - -// 36:8 -[com_8] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,1" - -// 36:9 -[com_9] -type=text -x=100 -y=75 -width=14 -height=14 -textfont=p12_full -text=vs -textshadow=yes -colour=0xaaaaaa - -// 36:10 -[com_10] -type=text -x=43 -y=89 -width=140 -height=25 -textfont=p12_full -text=Insert a very long name here! -textshadow=yes -colour=0xffaa44 - -// 36:11 -[com_11] -type=graphic -x=183 -y=26 -width=38 -height=289 -graphic="miscgraphics,2" -tiling=yes - -// 36:12 -[com_12] -type=graphic -x=17 -y=34 -width=181 -height=34 -graphic="steelborder2,0" -tiling=yes - -// 36:13 -[com_13] -type=text -x=38 -y=127 -width=44 -height=31 -textfont=p12_full -text=Turn: -textalignh=2 -textshadow=yes -colour=0xffaa44 - -// 36:14 -[com_14] -type=model -x=158 -y=215 -width=33 -height=91 -model=model_4612 -modelorigin_x=0 -modelorigin_y=45 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2048 -unknown100=63099 -unknown101=4160 - -// 36:15 -[com_15] -type=layer -x=26 -y=265 -width=122 -height=42 -op1=Select -onop=script29 - -// 36:16 -[com_16] -type=layer -x=26 -y=215 -width=122 -height=43 -op1=Select - -// 36:17 -[com_17] -type=text -x=21 -y=29 -width=176 -height=17 -textfont=b12_full -text=Runelink -textshadow=yes -colour=0xffaa44 - -// 36:18 -[com_18] -type=rectangle -x=6 -y=6 -width=110 -height=31 -layer=com_15 -colour=0x000000 -fill=yes - -// 36:19 -[com_19] -type=text -x=6 -y=6 -width=110 -height=31 -layer=com_15 -textfont=p12_full -text=Resign -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xab0000 -onmouseover=script45(event_com, 0xcc0000) -onmouseleave=script45(event_com, 0xab0000) -onmouserepeat=script45(event_com, 0x0cc00000) - -// 36:20 -[com_20] -type=rectangle -x=6 -y=6 -width=110 -height=31 -layer=com_16 -colour=0x000000 -fill=yes - -// 36:21 -[com_21] -type=text -x=5 -y=6 -width=111 -height=31 -layer=com_16 -textfont=p12_full -text=Offer draw -textlineheight=11 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) -onmouserepeat=script45(event_com, 0x999900) - -// 36:22 -[com_22] -type=graphic -x=21 -y=-15 -width=79 -height=32 -layer=com_15 -graphic="steelborder2,0" -tiling=yes - -// 36:23 -[com_23] -type=graphic -x=21 -y=-15 -width=85 -height=34 -layer=com_16 -graphic="steelborder2,0" -tiling=yes - -// 36:24 -[com_24] -type=text -x=85 -y=127 -width=111 -height=31 -textfont=p12_full -text=Name -textshadow=yes -colour=0xaaaaaa - -// 36:25 -[com_25] -type=graphic -x=22 -y=21 -width=79 -height=37 -layer=com_16 -graphic="miscgraphics,3" -tiling=yes - -// 36:26 -[com_26] -type=graphic -width=25 -height=30 -layer=com_15 -graphic="steelborder,0" - -// 36:27 -[com_27] -type=graphic -width=25 -height=30 -layer=com_16 -graphic="steelborder,0" - -// 36:28 -[com_28] -type=graphic -x=97 -width=25 -height=30 -layer=com_15 -graphic="steelborder,1" - -// 36:29 -[com_29] -type=graphic -x=97 -width=25 -height=30 -layer=com_16 -graphic="steelborder,1" - -// 36:30 -[com_30] -type=graphic -y=12 -width=25 -height=30 -layer=com_15 -graphic="steelborder,2" - -// 36:31 -[com_31] -type=graphic -y=12 -width=25 -height=30 -layer=com_16 -graphic="steelborder,2" - -// 36:32 -[com_32] -type=graphic -x=97 -y=12 -width=25 -height=30 -layer=com_15 -graphic="steelborder,3" - -// 36:33 -[com_33] -type=graphic -x=21 -y=21 -width=80 -height=33 -layer=com_15 -graphic="miscgraphics,3" -tiling=yes - -// 36:34 -[com_34] -type=graphic -x=97 -y=12 -width=25 -height=30 -layer=com_16 -graphic="steelborder,3" - -// 36:35 -[com_35] -type=model -x=201 -y=46 -width=299 -height=252 -model=model_4608 -modelorigin_x=2 -modelorigin_y=97 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=134 -unknown100=65457 -unknown101=277 - -// 36:36 -[com_36] -type=model -x=245 -y=73 -width=1 -height=1 -model=model_4611 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=768 -modelanim=seq_1356 -unknown100=64722 -unknown101=1526 - -// 36:37 -[com_37] -type=text -x=23 -y=185 -width=169 -height=11 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 36:38 -[com_38] -type=text -x=23 -y=160 -width=169 -height=11 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 36:39 -[com_39] -type=graphic -x=229 -y=57 -width=32 -height=207 -op1=Select - -// 36:40 -[com_40] -type=graphic -x=264 -y=57 -width=32 -height=207 -op1=Select - -// 36:41 -[com_41] -type=graphic -x=299 -y=57 -width=32 -height=207 -op1=Select - -// 36:42 -[com_42] -type=graphic -x=334 -y=57 -width=32 -height=207 -op1=Select - -// 36:43 -[com_43] -type=graphic -x=369 -y=57 -width=32 -height=207 -op1=Select - -// 36:44 -[com_44] -type=graphic -x=404 -y=57 -width=32 -height=207 -op1=Select - -// 36:45 -[com_45] -type=graphic -x=439 -y=57 -width=32 -height=207 -op1=Select - -// 36:46 -[com_46] -type=text -x=27 -y=157 -width=160 -height=14 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 36:47 -[com_47] -type=layer -x=26 -y=265 -width=78 -height=42 -hide=yes -op1=Close -onop=script29 - -// 36:48 -[com_48] -type=rectangle -x=6 -y=6 -width=66 -height=31 -layer=com_47 -colour=0x000000 -fill=yes - -// 36:49 -[com_49] -type=text -x=6 -y=6 -width=66 -height=30 -layer=com_47 -textfont=p12_full -text=Close -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x800000 - -// 36:50 -[com_50] -type=graphic -x=21 -y=-15 -width=36 -height=36 -layer=com_47 -graphic="steelborder2,0" - -// 36:51 -[com_51] -type=graphic -width=25 -height=30 -layer=com_47 -graphic="steelborder,0" - -// 36:52 -[com_52] -type=graphic -x=53 -width=25 -height=30 -layer=com_47 -graphic="steelborder,1" - -// 36:53 -[com_53] -type=graphic -y=12 -width=25 -height=30 -layer=com_47 -graphic="steelborder,2" - -// 36:54 -[com_54] -type=graphic -x=53 -y=12 -width=25 -height=30 -layer=com_47 -graphic="steelborder,3" - -// 36:55 -[com_55] -type=graphic -x=21 -y=21 -width=36 -height=36 -layer=com_47 -graphic="miscgraphics,3" - -// 36:56 -[com_56] -type=model -x=20 -y=58 -width=20 -height=19 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=64407 -unknown101=2046 - -// 36:57 -[com_57] -type=model -x=20 -y=88 -width=20 -height=19 -model=model_2652 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=64407 -unknown101=2046 - -// 36:58 -[com_58] -type=graphic -x=475 -y=290 -width=25 -height=30 -graphic="steelborder,3" - -// 36:59 -[com_59] -type=layer -x=229 -y=57 -width=242 -height=207 - diff --git a/dumps/530/interface/interface_360.if3 b/dumps/530/interface/interface_360.if3 deleted file mode 100644 index a4ab963d9..000000000 --- a/dumps/530/interface/interface_360.if3 +++ /dev/null @@ -1,1516 +0,0 @@ -// 360:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_84 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64167 -unknown101=3000 - -// 360:1 -[com_1] -type=model -x=229 -y=92 -width=36 -height=35 -layer=com_84 -model=model_3396 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=1473 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 360:2 -[com_2] -type=model -x=224 -y=173 -width=24 -height=22 -layer=com_84 -model=model_3389 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=474 -modelangle_y=1775 -modelangle_z=0 -modelzoom=1349 -unknown100=63844 -unknown101=3000 - -// 360:3 -[com_3] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_84 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64153 -unknown101=3000 - -// 360:4 -[com_4] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_84 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64162 -unknown101=3000 - -// 360:5 -[com_5] -type=model -x=298 -y=216 -width=16 -height=16 -layer=com_84 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=529 -modelangle_y=342 -modelangle_z=0 -modelzoom=1351 -unknown100=63853 -unknown101=3000 - -// 360:6 -[com_6] -type=model -x=358 -y=221 -width=15 -height=13 -layer=com_84 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=528 -modelangle_y=570 -modelangle_z=0 -modelzoom=1351 -unknown100=63847 -unknown101=3000 - -// 360:7 -[com_7] -type=model -x=203 -y=97 -width=18 -height=14 -layer=com_84 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=1693 -modelangle_z=0 -modelzoom=1351 -unknown100=63862 -unknown101=3000 - -// 360:8 -[com_8] -type=model -x=302 -y=215 -width=86 -height=98 -layer=com_84 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64126 -unknown101=3000 - -// 360:9 -[com_9] -type=model -x=212 -y=57 -width=15 -height=14 -layer=com_84 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=277 -modelangle_y=172 -modelangle_z=0 -modelzoom=1351 -unknown100=63857 -unknown101=3000 - -// 360:10 -[com_10] -type=model -x=193 -y=73 -width=15 -height=14 -layer=com_84 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=277 -modelangle_y=172 -modelangle_z=0 -modelzoom=1351 -unknown100=63863 -unknown101=3000 - -// 360:11 -[com_11] -type=model -x=268 -y=69 -width=15 -height=17 -layer=com_84 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=513 -modelangle_y=1141 -modelangle_z=0 -modelzoom=1351 -unknown100=63856 -unknown101=3000 - -// 360:12 -[com_12] -type=model -x=300 -y=52 -width=14 -height=14 -layer=com_84 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=518 -modelangle_y=1477 -modelangle_z=0 -modelzoom=1351 -unknown100=63852 -unknown101=3000 - -// 360:13 -[com_13] -type=model -x=303 -y=247 -width=23 -height=15 -layer=com_84 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=463 -modelangle_y=2005 -modelangle_z=0 -modelzoom=1587 -unknown100=63799 -unknown101=3000 - -// 360:14 -[com_14] -type=model -x=340 -y=246 -width=23 -height=16 -layer=com_84 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=554 -modelangle_y=105 -modelangle_z=0 -modelzoom=1615 -unknown100=63794 -unknown101=3000 - -// 360:15 -[com_15] -type=model -x=225 -y=75 -width=23 -height=17 -layer=com_84 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63794 -unknown101=3000 - -// 360:16 -[com_16] -type=model -x=318 -y=246 -width=27 -height=15 -layer=com_84 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1431 -unknown100=63824 -unknown101=3000 - -// 360:17 -[com_17] -type=model -x=244 -y=78 -width=23 -height=16 -layer=com_84 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63801 -unknown101=3000 - -// 360:18 -[com_18] -type=model -x=275 -y=255 -width=14 -height=16 -layer=com_84 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=558 -modelangle_y=96 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 360:19 -[com_19] -type=model -x=274 -y=265 -width=12 -height=15 -layer=com_84 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=561 -modelangle_y=52 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 360:20 -[com_20] -type=model -x=285 -y=228 -width=14 -height=16 -layer=com_84 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=618 -modelangle_y=139 -modelangle_z=0 -modelzoom=1351 -unknown100=63851 -unknown101=3000 - -// 360:21 -[com_21] -type=model -x=284 -y=236 -width=12 -height=14 -layer=com_84 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=626 -modelangle_y=56 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 360:22 -[com_22] -type=model -x=278 -y=246 -width=15 -height=18 -layer=com_84 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=543 -modelangle_y=168 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 360:23 -[com_23] -type=model -x=287 -y=223 -width=16 -height=16 -layer=com_84 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=653 -modelangle_y=288 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 360:24 -[com_24] -type=model -x=290 -y=221 -width=16 -height=16 -layer=com_84 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=673 -modelangle_y=297 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 360:25 -[com_25] -type=model -x=309 -y=215 -width=13 -height=13 -layer=com_84 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=516 -modelangle_y=475 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 360:26 -[com_26] -type=model -x=320 -y=215 -width=13 -height=13 -layer=com_84 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=516 -modelangle_y=475 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 360:27 -[com_27] -type=model -x=324 -y=215 -width=17 -height=13 -layer=com_84 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=591 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 360:28 -[com_28] -type=model -x=339 -y=217 -width=17 -height=13 -layer=com_84 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=539 -modelangle_y=583 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 360:29 -[com_29] -type=model -x=349 -y=219 -width=17 -height=13 -layer=com_84 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=539 -modelangle_y=620 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 360:30 -[com_30] -type=model -x=282 -y=240 -width=14 -height=17 -layer=com_84 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=546 -modelangle_y=112 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 360:31 -[com_31] -type=model -x=334 -y=217 -width=15 -height=11 -layer=com_84 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=522 -modelangle_y=545 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 360:32 -[com_32] -type=model -x=210 -y=101 -width=16 -height=13 -layer=com_84 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=525 -modelangle_y=1614 -modelangle_z=0 -modelzoom=1351 -unknown100=63861 -unknown101=3000 - -// 360:33 -[com_33] -type=model -x=215 -y=104 -width=16 -height=12 -layer=com_84 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=499 -modelangle_y=1607 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 360:34 -[com_34] -type=model -x=226 -y=106 -width=13 -height=11 -layer=com_84 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=488 -modelangle_y=1536 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 360:35 -[com_35] -type=model -x=264 -y=90 -width=16 -height=18 -layer=com_84 -model=model_4154 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=482 -modelangle_y=1261 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 360:36 -[com_36] -type=model -x=268 -y=86 -width=13 -height=16 -layer=com_84 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=1104 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 360:37 -[com_37] -type=model -x=269 -y=79 -width=12 -height=15 -layer=com_84 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=535 -modelangle_y=1025 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 360:38 -[com_38] -type=model -x=273 -y=61 -width=16 -height=17 -layer=com_84 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=561 -modelangle_y=1296 -modelangle_z=0 -modelzoom=1351 -unknown100=63855 -unknown101=3000 - -// 360:39 -[com_39] -type=model -x=282 -y=56 -width=15 -height=17 -layer=com_84 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=573 -modelangle_y=1357 -modelangle_z=0 -modelzoom=1351 -unknown100=63853 -unknown101=3000 - -// 360:40 -[com_40] -type=model -x=291 -y=54 -width=14 -height=14 -layer=com_84 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=587 -modelangle_y=1454 -modelangle_z=0 -modelzoom=1351 -unknown100=63851 -unknown101=3000 - -// 360:41 -[com_41] -type=model -x=310 -y=50 -width=14 -height=15 -layer=com_84 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=519 -modelangle_y=1417 -modelangle_z=0 -modelzoom=1351 -unknown100=63851 -unknown101=3000 - -// 360:42 -[com_42] -type=model -x=319 -y=48 -width=14 -height=14 -layer=com_84 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=525 -modelangle_y=1460 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 360:43 -[com_43] -type=model -x=195 -y=91 -width=18 -height=16 -layer=com_84 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=529 -modelangle_y=1756 -modelangle_z=0 -modelzoom=1351 -unknown100=63860 -unknown101=3000 - -// 360:44 -[com_44] -type=model -x=193 -y=85 -width=16 -height=16 -layer=com_84 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=576 -modelangle_y=1889 -modelangle_z=0 -modelzoom=1351 -unknown100=63858 -unknown101=3000 - -// 360:45 -[com_45] -type=model -x=192 -y=79 -width=12 -height=14 -layer=com_84 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=623 -modelangle_y=43 -modelangle_z=0 -modelzoom=1351 -unknown100=63855 -unknown101=3000 - -// 360:46 -[com_46] -type=model -x=198 -y=67 -width=16 -height=16 -layer=com_84 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=665 -modelangle_y=294 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 360:47 -[com_47] -type=model -x=205 -y=62 -width=16 -height=16 -layer=com_84 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=665 -modelangle_y=294 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 360:48 -[com_48] -type=model -x=216 -y=53 -width=12 -height=13 -layer=com_84 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=692 -modelangle_y=48 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 360:49 -[com_49] -type=model -x=259 -y=95 -width=16 -height=17 -layer=com_84 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=484 -modelangle_y=1326 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 360:50 -[com_50] -type=model -x=208 -y=153 -width=18 -height=21 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 360:51 -[com_51] -type=model -x=206 -y=124 -width=18 -height=21 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 360:52 -[com_52] -type=model -x=184 -y=128 -width=18 -height=21 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63726 -unknown101=3000 - -// 360:53 -[com_53] -type=model -x=175 -y=145 -width=18 -height=21 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 360:54 -[com_54] -type=model -x=165 -y=122 -width=18 -height=21 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 360:55 -[com_55] -type=model -x=158 -y=84 -width=18 -height=21 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2109 -unknown100=63724 -unknown101=3000 - -// 360:56 -[com_56] -type=model -x=259 -y=214 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63668 -unknown101=3000 - -// 360:57 -[com_57] -type=model -x=280 -y=202 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:58 -[com_58] -type=model -x=270 -y=184 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:59 -[com_59] -type=model -x=255 -y=199 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:60 -[com_60] -type=model -x=280 -y=161 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:61 -[com_61] -type=model -x=238 -y=194 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:62 -[com_62] -type=model -x=311 -y=149 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:63 -[com_63] -type=model -x=319 -y=173 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:64 -[com_64] -type=model -x=322 -y=191 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:65 -[com_65] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_84 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64123 -unknown101=3000 - -// 360:66 -[com_66] -type=model -x=339 -y=170 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:67 -[com_67] -type=model -x=332 -y=143 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:68 -[com_68] -type=model -x=285 -y=99 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:69 -[com_69] -type=model -x=304 -y=93 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:70 -[com_70] -type=model -x=309 -y=112 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:71 -[com_71] -type=model -x=311 -y=71 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:72 -[com_72] -type=model -x=177 -y=237 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:73 -[com_73] -type=model -x=168 -y=211 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63668 -unknown101=3000 - -// 360:74 -[com_74] -type=model -x=162 -y=195 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:75 -[com_75] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_84 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 360:76 -[com_76] -type=model -x=239 -y=214 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:77 -[com_77] -type=model -x=209 -y=244 -width=42 -height=42 -layer=com_84 -model=model_3386 -modelorigin_x=12 -modelorigin_y=0 -modelangle_x=611 -modelangle_y=0 -modelangle_z=0 -modelzoom=123 -unknown100=64885 -unknown101=3000 - -// 360:78 -[com_78] -type=model -x=202 -y=238 -width=20 -height=20 -layer=com_84 -model=model_3398 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=808 -modelangle_y=178 -modelangle_z=0 -modelzoom=1168 -unknown100=63890 -unknown101=3000 - -// 360:79 -[com_79] -type=model -x=156 -y=212 -width=14 -height=17 -layer=com_84 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=467 -modelangle_y=2031 -modelangle_z=0 -modelzoom=2540 -unknown100=63666 -unknown101=3000 - -// 360:80 -[com_80] -type=model -x=220 -y=236 -width=20 -height=11 -layer=com_84 -model=model_3399 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=494 -modelangle_y=1536 -modelangle_z=0 -modelzoom=858 -unknown100=63968 -unknown101=3000 - -// 360:81 -[com_81] -type=model -x=199 -y=257 -width=9 -height=15 -layer=com_84 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1168 -unknown100=63877 -unknown101=3000 - -// 360:82 -[com_82] -type=model -x=249 -y=255 -width=11 -height=19 -layer=com_84 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=63950 -unknown101=3000 - -// 360:83 -[com_83] -type=model -x=238 -y=237 -width=21 -height=20 -layer=com_84 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=359 -modelangle_y=784 -modelangle_z=0 -modelzoom=658 -unknown100=64044 -unknown101=3000 - -// 360:84 -[com_84] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_361.if3 b/dumps/530/interface/interface_361.if3 deleted file mode 100644 index e3b00c0e8..000000000 --- a/dumps/530/interface/interface_361.if3 +++ /dev/null @@ -1,2128 +0,0 @@ -// 361:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_118 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64165 -unknown101=3000 - -// 361:1 -[com_1] -type=model -x=354 -y=75 -width=14 -height=14 -layer=com_118 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=388 -modelangle_y=1448 -modelangle_z=0 -modelzoom=1351 -unknown100=63865 -unknown101=3000 - -// 361:2 -[com_2] -type=model -x=355 -y=99 -width=13 -height=13 -layer=com_118 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=586 -modelangle_y=458 -modelangle_z=0 -modelzoom=1351 -unknown100=63863 -unknown101=3000 - -// 361:3 -[com_3] -type=model -x=249 -y=83 -width=35 -height=33 -layer=com_118 -model=model_3396 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=467 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 361:4 -[com_4] -type=model -x=180 -y=162 -width=32 -height=40 -layer=com_118 -model=model_3396 -modelorigin_x=-7 -modelorigin_y=-2 -modelangle_x=522 -modelangle_y=171 -modelangle_z=0 -modelzoom=1351 -unknown100=63854 -unknown101=3000 - -// 361:5 -[com_5] -type=model -x=328 -y=68 -width=33 -height=30 -layer=com_118 -model=model_3396 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=544 -modelangle_y=1545 -modelangle_z=0 -modelzoom=1351 -unknown100=63863 -unknown101=3000 - -// 361:6 -[com_6] -type=model -x=247 -y=48 -width=35 -height=33 -layer=com_118 -model=model_3396 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=1495 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 361:7 -[com_7] -type=model -x=162 -y=103 -width=30 -height=40 -layer=com_118 -model=model_3396 -modelorigin_x=7 -modelorigin_y=0 -modelangle_x=491 -modelangle_y=1155 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 361:8 -[com_8] -type=model -x=209 -y=92 -width=16 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=385 -modelangle_y=1206 -modelangle_z=0 -modelzoom=1351 -unknown100=63850 -unknown101=3000 - -// 361:9 -[com_9] -type=model -x=251 -y=155 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63992 -unknown101=3000 - -// 361:10 -[com_10] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_118 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64139 -unknown101=3000 - -// 361:11 -[com_11] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_118 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64126 -unknown101=3000 - -// 361:12 -[com_12] -type=model -x=235 -y=204 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64006 -unknown101=3000 - -// 361:13 -[com_13] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_118 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64146 -unknown101=3000 - -// 361:14 -[com_14] -type=model -x=228 -y=211 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63992 -unknown101=3000 - -// 361:15 -[com_15] -type=model -x=302 -y=215 -width=86 -height=98 -layer=com_118 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64114 -unknown101=3000 - -// 361:16 -[com_16] -type=model -x=208 -y=102 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63994 -unknown101=3000 - -// 361:17 -[com_17] -type=model -x=194 -y=102 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63998 -unknown101=3000 - -// 361:18 -[com_18] -type=model -x=214 -y=86 -width=13 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=570 -modelangle_y=1103 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 361:19 -[com_19] -type=model -x=239 -y=59 -width=15 -height=15 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=436 -modelangle_y=1401 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 361:20 -[com_20] -type=model -x=230 -y=63 -width=15 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=447 -modelangle_y=1360 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 361:21 -[com_21] -type=model -x=257 -y=77 -width=23 -height=16 -layer=com_118 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=554 -modelangle_y=105 -modelangle_z=0 -modelzoom=1615 -unknown100=63795 -unknown101=3000 - -// 361:22 -[com_22] -type=model -x=296 -y=88 -width=23 -height=17 -layer=com_118 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63795 -unknown101=3000 - -// 361:23 -[com_23] -type=model -x=314 -y=91 -width=23 -height=16 -layer=com_118 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63798 -unknown101=3000 - -// 361:24 -[com_24] -type=model -x=221 -y=68 -width=16 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=460 -modelangle_y=1291 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 361:25 -[com_25] -type=model -x=215 -y=77 -width=15 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=482 -modelangle_y=1176 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 361:26 -[com_26] -type=model -x=242 -y=95 -width=16 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=512 -modelangle_y=317 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 361:27 -[com_27] -type=model -x=220 -y=133 -width=16 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=512 -modelangle_y=317 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 361:28 -[com_28] -type=model -x=238 -y=116 -width=12 -height=15 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=533 -modelangle_y=50 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 361:29 -[com_29] -type=model -x=236 -y=122 -width=14 -height=18 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=543 -modelangle_y=139 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 361:30 -[com_30] -type=model -x=227 -y=130 -width=16 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=537 -modelangle_y=356 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 361:31 -[com_31] -type=model -x=239 -y=108 -width=11 -height=14 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=579 -modelangle_y=1 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 361:32 -[com_32] -type=model -x=238 -y=99 -width=15 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=583 -modelangle_y=149 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 361:33 -[com_33] -type=model -x=284 -y=64 -width=18 -height=14 -layer=com_118 -model=model_4154 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=373 -modelangle_y=1807 -modelangle_z=0 -modelzoom=1351 -unknown100=63857 -unknown101=3000 - -// 361:34 -[com_34] -type=model -x=289 -y=67 -width=18 -height=14 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=382 -modelangle_y=1737 -modelangle_z=0 -modelzoom=1351 -unknown100=63853 -unknown101=3000 - -// 361:35 -[com_35] -type=model -x=297 -y=72 -width=17 -height=13 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=389 -modelangle_y=1671 -modelangle_z=0 -modelzoom=1351 -unknown100=63849 -unknown101=3000 - -// 361:36 -[com_36] -type=model -x=306 -y=75 -width=17 -height=12 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=391 -modelangle_y=1642 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 361:37 -[com_37] -type=model -x=315 -y=77 -width=16 -height=12 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=397 -modelangle_y=1593 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 361:38 -[com_38] -type=model -x=322 -y=78 -width=15 -height=11 -layer=com_118 -model=model_4154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=401 -modelangle_y=1565 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 361:39 -[com_39] -type=model -x=282 -y=60 -width=17 -height=15 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=441 -modelangle_y=1793 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 361:40 -[com_40] -type=model -x=275 -y=58 -width=16 -height=12 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=464 -modelangle_y=1586 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 361:41 -[com_41] -type=model -x=273 -y=93 -width=17 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=546 -modelangle_y=703 -modelangle_z=0 -modelzoom=1351 -unknown100=63849 -unknown101=3000 - -// 361:42 -[com_42] -type=model -x=288 -y=107 -width=17 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=546 -modelangle_y=703 -modelangle_z=0 -modelzoom=1351 -unknown100=63848 -unknown101=3000 - -// 361:43 -[com_43] -type=model -x=350 -y=99 -width=15 -height=14 -layer=com_118 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=577 -modelangle_y=408 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 361:44 -[com_44] -type=model -x=341 -y=102 -width=15 -height=15 -layer=com_118 -model=model_4154 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=586 -modelangle_y=360 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 361:45 -[com_45] -type=model -x=299 -y=112 -width=15 -height=12 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=571 -modelangle_z=0 -modelzoom=1351 -unknown100=63847 -unknown101=3000 - -// 361:46 -[com_46] -type=model -x=308 -y=111 -width=16 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=506 -modelangle_y=327 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 361:47 -[com_47] -type=model -x=315 -y=111 -width=15 -height=11 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=543 -modelangle_y=549 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 361:48 -[com_48] -type=model -x=320 -y=111 -width=18 -height=15 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=554 -modelangle_y=654 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 361:49 -[com_49] -type=model -x=332 -y=110 -width=16 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=563 -modelangle_y=323 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 361:50 -[com_50] -type=model -x=338 -y=104 -width=15 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=566 -modelangle_y=147 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 361:51 -[com_51] -type=model -x=277 -y=97 -width=18 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=556 -modelangle_y=796 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 361:52 -[com_52] -type=model -x=281 -y=102 -width=18 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=556 -modelangle_y=796 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 361:53 -[com_53] -type=model -x=256 -y=139 -width=19 -height=18 -layer=com_118 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=513 -modelangle_y=244 -modelangle_z=0 -modelzoom=786 -unknown100=63990 -unknown101=3000 - -// 361:54 -[com_54] -type=model -x=292 -y=139 -width=18 -height=18 -layer=com_118 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=757 -modelangle_z=0 -modelzoom=786 -unknown100=63990 -unknown101=3000 - -// 361:55 -[com_55] -type=model -x=188 -y=97 -width=16 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=398 -modelangle_y=1330 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 361:56 -[com_56] -type=model -x=271 -y=134 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64003 -unknown101=3000 - -// 361:57 -[com_57] -type=model -x=296 -y=127 -width=18 -height=18 -layer=com_118 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=757 -modelangle_z=0 -modelzoom=786 -unknown100=63989 -unknown101=3000 - -// 361:58 -[com_58] -type=model -x=306 -y=137 -width=18 -height=18 -layer=com_118 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=757 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 361:59 -[com_59] -type=model -x=274 -y=123 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64002 -unknown101=3000 - -// 361:60 -[com_60] -type=model -x=222 -y=171 -width=35 -height=37 -layer=com_118 -model=model_3392 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=525 -modelangle_y=25 -modelangle_z=0 -modelzoom=1215 -unknown100=63869 -unknown101=3000 - -// 361:61 -[com_61] -type=model -x=263 -y=123 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64001 -unknown101=3000 - -// 361:62 -[com_62] -type=model -x=313 -y=152 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 361:63 -[com_63] -type=model -x=300 -y=155 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63989 -unknown101=3000 - -// 361:64 -[com_64] -type=model -x=251 -y=175 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63990 -unknown101=3000 - -// 361:65 -[com_65] -type=model -x=268 -y=191 -width=12 -height=21 -layer=com_118 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=804 -unknown100=63983 -unknown101=3000 - -// 361:66 -[com_66] -type=model -x=300 -y=171 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63989 -unknown101=3000 - -// 361:67 -[com_67] -type=model -x=313 -y=187 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 361:68 -[com_68] -type=model -x=252 -y=192 -width=12 -height=21 -layer=com_118 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=804 -unknown100=63983 -unknown101=3000 - -// 361:69 -[com_69] -type=model -x=284 -y=184 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64002 -unknown101=3000 - -// 361:70 -[com_70] -type=model -x=274 -y=184 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64001 -unknown101=3000 - -// 361:71 -[com_71] -type=model -x=208 -y=92 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 361:72 -[com_72] -type=model -x=208 -y=121 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63994 -unknown101=3000 - -// 361:73 -[com_73] -type=model -x=208 -y=138 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63994 -unknown101=3000 - -// 361:74 -[com_74] -type=model -x=194 -y=93 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63992 -unknown101=3000 - -// 361:75 -[com_75] -type=model -x=194 -y=121 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63994 -unknown101=3000 - -// 361:76 -[com_76] -type=model -x=194 -y=138 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63994 -unknown101=3000 - -// 361:77 -[com_77] -type=model -x=258 -y=204 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64002 -unknown101=3000 - -// 361:78 -[com_78] -type=model -x=285 -y=204 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64002 -unknown101=3000 - -// 361:79 -[com_79] -type=model -x=272 -y=204 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64001 -unknown101=3000 - -// 361:80 -[com_80] -type=model -x=228 -y=229 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63992 -unknown101=3000 - -// 361:81 -[com_81] -type=model -x=228 -y=239 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63992 -unknown101=3000 - -// 361:82 -[com_82] -type=model -x=235 -y=252 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64005 -unknown101=3000 - -// 361:83 -[com_83] -type=model -x=255 -y=252 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64004 -unknown101=3000 - -// 361:84 -[com_84] -type=model -x=274 -y=252 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64003 -unknown101=3000 - -// 361:85 -[com_85] -type=model -x=286 -y=252 -width=23 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64002 -unknown101=3000 - -// 361:86 -[com_86] -type=model -x=300 -y=210 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 361:87 -[com_87] -type=model -x=300 -y=225 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 361:88 -[com_88] -type=model -x=300 -y=239 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 361:89 -[com_89] -type=model -x=254 -y=258 -width=9 -height=15 -layer=com_118 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=1155 -unknown100=63880 -unknown101=3000 - -// 361:90 -[com_90] -type=model -x=288 -y=258 -width=9 -height=15 -layer=com_118 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=1155 -unknown100=63880 -unknown101=3000 - -// 361:91 -[com_91] -type=model -x=259 -y=232 -width=8 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=1325 -unknown100=63845 -unknown101=3000 - -// 361:92 -[com_92] -type=model -x=273 -y=231 -width=8 -height=13 -layer=com_118 -model=model_3399 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=1325 -unknown100=63845 -unknown101=3000 - -// 361:93 -[com_93] -type=model -x=262 -y=226 -width=16 -height=9 -layer=com_118 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=489 -modelangle_z=0 -modelzoom=1068 -unknown100=63902 -unknown101=3000 - -// 361:94 -[com_94] -type=model -x=262 -y=225 -width=16 -height=9 -layer=com_118 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=489 -modelangle_z=0 -modelzoom=1068 -unknown100=63901 -unknown101=3000 - -// 361:95 -[com_95] -type=model -x=263 -y=239 -width=16 -height=9 -layer=com_118 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=489 -modelangle_z=0 -modelzoom=1068 -unknown100=63902 -unknown101=3000 - -// 361:96 -[com_96] -type=model -x=263 -y=238 -width=16 -height=9 -layer=com_118 -model=model_3399 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=489 -modelangle_z=0 -modelzoom=1068 -unknown100=63901 -unknown101=3000 - -// 361:97 -[com_97] -type=model -x=329 -y=208 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 361:98 -[com_98] -type=model -x=319 -y=203 -width=18 -height=10 -layer=com_118 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=1022 -unknown100=63913 -unknown101=3000 - -// 361:99 -[com_99] -type=model -x=329 -y=227 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 361:100 -[com_100] -type=model -x=329 -y=240 -width=13 -height=22 -layer=com_118 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 361:101 -[com_101] -type=model -x=316 -y=263 -width=9 -height=15 -layer=com_118 -model=model_3399 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=1155 -unknown100=63881 -unknown101=3000 - -// 361:102 -[com_102] -type=model -x=320 -y=257 -width=18 -height=10 -layer=com_118 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=1022 -unknown100=63913 -unknown101=3000 - -// 361:103 -[com_103] -type=model -x=181 -y=103 -width=16 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=398 -modelangle_y=1245 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 361:104 -[com_104] -type=model -x=166 -y=131 -width=16 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=398 -modelangle_y=1245 -modelangle_z=0 -modelzoom=1351 -unknown100=63847 -unknown101=3000 - -// 361:105 -[com_105] -type=model -x=162 -y=139 -width=13 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=415 -modelangle_y=1124 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 361:106 -[com_106] -type=model -x=158 -y=145 -width=15 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=423 -modelangle_y=1166 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 361:107 -[com_107] -type=model -x=214 -y=136 -width=14 -height=15 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=545 -modelangle_y=427 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 361:108 -[com_108] -type=model -x=193 -y=155 -width=16 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=567 -modelangle_y=226 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 361:109 -[com_109] -type=model -x=189 -y=162 -width=14 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=587 -modelangle_y=109 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 361:110 -[com_110] -type=model -x=173 -y=192 -width=16 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=590 -modelangle_y=180 -modelangle_z=0 -modelzoom=1351 -unknown100=63852 -unknown101=3000 - -// 361:111 -[com_111] -type=model -x=169 -y=197 -width=16 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=597 -modelangle_y=221 -modelangle_z=0 -modelzoom=1351 -unknown100=63849 -unknown101=3000 - -// 361:112 -[com_112] -type=model -x=163 -y=204 -width=15 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=604 -modelangle_y=169 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 361:113 -[com_113] -type=model -x=158 -y=211 -width=16 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=603 -modelangle_y=206 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 361:114 -[com_114] -type=model -x=155 -y=218 -width=14 -height=16 -layer=com_118 -model=model_4154 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=613 -modelangle_y=120 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 361:115 -[com_115] -type=model -x=153 -y=150 -width=16 -height=17 -layer=com_118 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=495 -modelangle_y=1300 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 361:116 -[com_116] -type=model -x=237 -y=74 -width=23 -height=17 -layer=com_118 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63790 -unknown101=3000 - -// 361:117 -[com_117] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_118 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 361:118 -[com_118] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_362.if3 b/dumps/530/interface/interface_362.if3 deleted file mode 100644 index 1f2f40b0e..000000000 --- a/dumps/530/interface/interface_362.if3 +++ /dev/null @@ -1,1534 +0,0 @@ -// 362:0 -[com_0] -type=model -x=96 -y=8 -width=325 -height=310 -layer=com_85 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=520 -modelangle_y=1 -modelangle_z=0 -modelzoom=599 -unknown100=64144 -unknown101=3000 - -// 362:1 -[com_1] -type=model -x=313 -y=232 -width=37 -height=28 -layer=com_85 -model=model_3396 -modelorigin_x=1 -modelorigin_y=-7 -modelangle_x=589 -modelangle_y=612 -modelangle_z=0 -modelzoom=1351 -unknown100=63853 -unknown101=3000 - -// 362:2 -[com_2] -type=model -x=198 -y=63 -width=42 -height=37 -layer=com_85 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-5 -modelangle_x=471 -modelangle_y=810 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 362:3 -[com_3] -type=model -x=351 -y=254 -width=18 -height=15 -layer=com_85 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=515 -modelangle_y=659 -modelangle_z=0 -modelzoom=1351 -unknown100=63852 -unknown101=3000 - -// 362:4 -[com_4] -type=model -x=230 -y=124 -width=16 -height=17 -layer=com_85 -model=model_4154 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=489 -modelangle_y=1330 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 362:5 -[com_5] -type=model -x=259 -y=156 -width=13 -height=22 -layer=com_85 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63997 -unknown101=3000 - -// 362:6 -[com_6] -type=model -x=220 -y=158 -width=32 -height=30 -layer=com_85 -model=model_3396 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=639 -modelangle_y=1010 -modelangle_z=0 -modelzoom=1351 -unknown100=63849 -unknown101=3000 - -// 362:7 -[com_7] -type=model -x=274 -y=174 -width=13 -height=22 -layer=com_85 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63997 -unknown101=3000 - -// 362:8 -[com_8] -type=model -x=264 -y=139 -width=19 -height=18 -layer=com_85 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=513 -modelangle_y=244 -modelangle_z=0 -modelzoom=786 -unknown100=63990 -unknown101=3000 - -// 362:9 -[com_9] -type=model -x=259 -y=169 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64010 -unknown101=3000 - -// 362:10 -[com_10] -type=model -x=259 -y=189 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64010 -unknown101=3000 - -// 362:11 -[com_11] -type=model -x=277 -y=189 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64006 -unknown101=3000 - -// 362:12 -[com_12] -type=model -x=121 -y=203 -width=98 -height=85 -layer=com_85 -model=model_3388 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=493 -modelangle_y=18 -modelangle_z=0 -modelzoom=531 -unknown100=64118 -unknown101=3000 - -// 362:13 -[com_13] -type=model -x=138 -y=21 -width=87 -height=98 -layer=com_85 -model=model_3388 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=527 -modelangle_y=515 -modelangle_z=0 -modelzoom=531 -unknown100=64115 -unknown101=3000 - -// 362:14 -[com_14] -type=model -x=293 -y=189 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64003 -unknown101=3000 - -// 362:15 -[com_15] -type=model -x=302 -y=36 -width=99 -height=85 -layer=com_85 -model=model_3388 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=578 -modelangle_y=1030 -modelangle_z=0 -modelzoom=531 -unknown100=64116 -unknown101=3000 - -// 362:16 -[com_16] -type=model -x=252 -y=176 -width=13 -height=22 -layer=com_85 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63996 -unknown101=3000 - -// 362:17 -[com_17] -type=model -x=300 -y=215 -width=86 -height=98 -layer=com_85 -model=model_3388 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=1556 -modelangle_z=0 -modelzoom=531 -unknown100=64135 -unknown101=3000 - -// 362:18 -[com_18] -type=model -x=274 -y=155 -width=13 -height=22 -layer=com_85 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63990 -unknown101=3000 - -// 362:19 -[com_19] -type=model -x=266 -y=193 -width=18 -height=18 -layer=com_85 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=757 -modelangle_z=0 -modelzoom=786 -unknown100=63991 -unknown101=3000 - -// 362:20 -[com_20] -type=model -x=280 -y=203 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64004 -unknown101=3000 - -// 362:21 -[com_21] -type=model -x=300 -y=203 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64003 -unknown101=3000 - -// 362:22 -[com_22] -type=model -x=319 -y=203 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64002 -unknown101=3000 - -// 362:23 -[com_23] -type=model -x=227 -y=235 -width=23 -height=16 -layer=com_85 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=554 -modelangle_y=105 -modelangle_z=0 -modelzoom=1615 -unknown100=63795 -unknown101=3000 - -// 362:24 -[com_24] -type=model -x=158 -y=134 -width=23 -height=17 -layer=com_85 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63791 -unknown101=3000 - -// 362:25 -[com_25] -type=model -x=177 -y=137 -width=23 -height=16 -layer=com_85 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63798 -unknown101=3000 - -// 362:26 -[com_26] -type=model -x=312 -y=189 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64002 -unknown101=3000 - -// 362:27 -[com_27] -type=model -x=281 -y=147 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64003 -unknown101=3000 - -// 362:28 -[com_28] -type=model -x=326 -y=153 -width=13 -height=22 -layer=com_85 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63991 -unknown101=3000 - -// 362:29 -[com_29] -type=model -x=301 -y=147 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64002 -unknown101=3000 - -// 362:30 -[com_30] -type=model -x=311 -y=147 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64001 -unknown101=3000 - -// 362:31 -[com_31] -type=model -x=333 -y=168 -width=18 -height=10 -layer=com_85 -model=model_3399 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=1012 -unknown100=63918 -unknown101=3000 - -// 362:32 -[com_32] -type=model -x=354 -y=179 -width=8 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1017 -modelangle_z=0 -modelzoom=1254 -unknown100=63862 -unknown101=3000 - -// 362:33 -[com_33] -type=model -x=348 -y=170 -width=11 -height=11 -layer=com_85 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=757 -modelangle_z=0 -modelzoom=1341 -unknown100=63842 -unknown101=3000 - -// 362:34 -[com_34] -type=model -x=348 -y=188 -width=11 -height=10 -layer=com_85 -model=model_3399 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=362 -modelangle_y=1247 -modelangle_z=0 -modelzoom=1341 -unknown100=63843 -unknown101=3000 - -// 362:35 -[com_35] -type=model -x=328 -y=189 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64001 -unknown101=3000 - -// 362:36 -[com_36] -type=model -x=353 -y=180 -width=8 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1017 -modelangle_z=0 -modelzoom=1254 -unknown100=63859 -unknown101=3000 - -// 362:37 -[com_37] -type=model -x=279 -y=134 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64001 -unknown101=3000 - -// 362:38 -[com_38] -type=model -x=317 -y=134 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64003 -unknown101=3000 - -// 362:39 -[com_39] -type=model -x=326 -y=134 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64002 -unknown101=3000 - -// 362:40 -[com_40] -type=model -x=352 -y=138 -width=18 -height=18 -layer=com_85 -model=model_3399 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=526 -modelangle_y=757 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 362:41 -[com_41] -type=model -x=331 -y=134 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64001 -unknown101=3000 - -// 362:42 -[com_42] -type=model -x=351 -y=193 -width=19 -height=18 -layer=com_85 -model=model_3399 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=513 -modelangle_y=244 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 362:43 -[com_43] -type=model -x=331 -y=203 -width=23 -height=13 -layer=com_85 -model=model_3399 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=530 -modelangle_y=502 -modelangle_z=0 -modelzoom=751 -unknown100=64001 -unknown101=3000 - -// 362:44 -[com_44] -type=model -x=360 -y=174 -width=13 -height=22 -layer=com_85 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 362:45 -[com_45] -type=model -x=360 -y=155 -width=13 -height=22 -layer=com_85 -model=model_3399 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=2036 -modelangle_z=0 -modelzoom=786 -unknown100=63988 -unknown101=3000 - -// 362:46 -[com_46] -type=model -x=243 -y=204 -width=18 -height=16 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=530 -modelangle_y=800 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 362:47 -[com_47] -type=model -x=281 -y=223 -width=17 -height=13 -layer=com_85 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=544 -modelangle_y=605 -modelangle_z=0 -modelzoom=1351 -unknown100=63846 -unknown101=3000 - -// 362:48 -[com_48] -type=model -x=225 -y=131 -width=15 -height=17 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=556 -modelangle_y=1162 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 362:49 -[com_49] -type=model -x=227 -y=139 -width=13 -height=14 -layer=com_85 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=519 -modelangle_y=968 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 362:50 -[com_50] -type=model -x=228 -y=148 -width=13 -height=13 -layer=com_85 -model=model_4154 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=544 -modelangle_y=992 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 362:51 -[com_51] -type=model -x=257 -y=91 -width=18 -height=22 -layer=com_85 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63737 -unknown101=3000 - -// 362:52 -[com_52] -type=model -x=237 -y=114 -width=13 -height=16 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=519 -modelangle_y=1107 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 362:53 -[com_53] -type=model -x=260 -y=216 -width=17 -height=14 -layer=com_85 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=567 -modelangle_y=632 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 362:54 -[com_54] -type=model -x=236 -y=107 -width=13 -height=14 -layer=com_85 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=530 -modelangle_y=951 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 362:55 -[com_55] -type=model -x=230 -y=98 -width=17 -height=15 -layer=com_85 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=531 -modelangle_y=861 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 362:56 -[com_56] -type=model -x=230 -y=182 -width=17 -height=16 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=485 -modelangle_y=816 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 362:57 -[com_57] -type=model -x=227 -y=92 -width=17 -height=15 -layer=com_85 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=531 -modelangle_y=861 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 362:58 -[com_58] -type=model -x=223 -y=85 -width=16 -height=15 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=532 -modelangle_y=834 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 362:59 -[com_59] -type=model -x=202 -y=57 -width=15 -height=15 -layer=com_85 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=537 -modelangle_y=888 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 362:60 -[com_60] -type=model -x=240 -y=167 -width=26 -height=25 -layer=com_85 -model=model_3389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1778 -modelangle_z=0 -modelzoom=1215 -unknown100=63868 -unknown101=3000 - -// 362:61 -[com_61] -type=model -x=201 -y=54 -width=15 -height=15 -layer=com_85 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=537 -modelangle_y=888 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 362:62 -[com_62] -type=model -x=238 -y=197 -width=17 -height=15 -layer=com_85 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=544 -modelangle_y=866 -modelangle_z=0 -modelzoom=1351 -unknown100=63844 -unknown101=3000 - -// 362:63 -[com_63] -type=model -x=235 -y=190 -width=16 -height=15 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=547 -modelangle_y=837 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 362:64 -[com_64] -type=model -x=248 -y=209 -width=17 -height=16 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=557 -modelangle_y=753 -modelangle_z=0 -modelzoom=1351 -unknown100=63842 -unknown101=3000 - -// 362:65 -[com_65] -type=model -x=254 -y=214 -width=18 -height=15 -layer=com_85 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=552 -modelangle_y=650 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 362:66 -[com_66] -type=model -x=235 -y=120 -width=13 -height=17 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=1110 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 362:67 -[com_67] -type=model -x=264 -y=218 -width=18 -height=15 -layer=com_85 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=552 -modelangle_y=650 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 362:68 -[com_68] -type=model -x=273 -y=221 -width=17 -height=13 -layer=com_85 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=552 -modelangle_y=624 -modelangle_z=0 -modelzoom=1351 -unknown100=63839 -unknown101=3000 - -// 362:69 -[com_69] -type=model -x=291 -y=224 -width=15 -height=11 -layer=com_85 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=579 -modelangle_y=545 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 362:70 -[com_70] -type=model -x=297 -y=225 -width=18 -height=13 -layer=com_85 -model=model_4154 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=621 -modelangle_y=654 -modelangle_z=0 -modelzoom=1351 -unknown100=63843 -unknown101=3000 - -// 362:71 -[com_71] -type=model -x=304 -y=228 -width=17 -height=14 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=641 -modelangle_y=712 -modelangle_z=0 -modelzoom=1351 -unknown100=63840 -unknown101=3000 - -// 362:72 -[com_72] -type=model -x=339 -y=240 -width=17 -height=14 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=652 -modelangle_y=743 -modelangle_z=0 -modelzoom=1351 -unknown100=63849 -unknown101=3000 - -// 362:73 -[com_73] -type=model -x=346 -y=249 -width=18 -height=14 -layer=com_85 -model=model_4154 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=670 -modelangle_y=825 -modelangle_z=0 -modelzoom=1351 -unknown100=63845 -unknown101=3000 - -// 362:74 -[com_74] -type=model -x=197 -y=190 -width=23 -height=16 -layer=com_85 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=537 -modelangle_y=97 -modelangle_z=0 -modelzoom=1585 -unknown100=63799 -unknown101=3000 - -// 362:75 -[com_75] -type=model -x=158 -y=189 -width=23 -height=17 -layer=com_85 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63791 -unknown101=3000 - -// 362:76 -[com_76] -type=model -x=177 -y=187 -width=23 -height=15 -layer=com_85 -model=model_3387 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=556 -modelangle_y=2007 -modelangle_z=0 -modelzoom=1615 -unknown100=63793 -unknown101=3000 - -// 362:77 -[com_77] -type=model -x=280 -y=88 -width=18 -height=22 -layer=com_85 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63737 -unknown101=3000 - -// 362:78 -[com_78] -type=model -x=269 -y=73 -width=18 -height=22 -layer=com_85 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63737 -unknown101=3000 - -// 362:79 -[com_79] -type=model -x=259 -y=55 -width=18 -height=22 -layer=com_85 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63736 -unknown101=3000 - -// 362:80 -[com_80] -type=model -x=242 -y=60 -width=18 -height=22 -layer=com_85 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2023 -unknown100=63735 -unknown101=3000 - -// 362:81 -[com_81] -type=model -x=348 -y=221 -width=17 -height=21 -layer=com_85 -model=model_3397 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2097 -unknown100=63725 -unknown101=3000 - -// 362:82 -[com_82] -type=model -x=208 -y=232 -width=23 -height=17 -layer=com_85 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=464 -modelangle_y=1919 -modelangle_z=0 -modelzoom=1639 -unknown100=63790 -unknown101=3000 - -// 362:83 -[com_83] -type=model -x=343 -y=245 -width=17 -height=13 -layer=com_85 -model=model_4154 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=686 -modelangle_y=863 -modelangle_z=0 -modelzoom=1351 -unknown100=63841 -unknown101=3000 - -// 362:84 -[com_84] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_85 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 362:85 -[com_85] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_363.if3 b/dumps/530/interface/interface_363.if3 deleted file mode 100644 index d83195597..000000000 --- a/dumps/530/interface/interface_363.if3 +++ /dev/null @@ -1,137 +0,0 @@ -// 363:0 -[com_0] -type=model -x=3 -y=3 -width=30 -height=27 -layer=com_2 -model=model_3374 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=360 -modelangle_y=672 -modelangle_z=0 -modelzoom=1010 -unknown100=63922 -unknown101=3000 -op1=Hint - -// 363:1 -[com_1] -type=model -x=159 -y=43 -width=204 -height=203 -layer=com_9 -model=model_3437 -modelorigin_x=2 -modelorigin_y=17 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=430 -unknown100=64193 -unknown101=3000 - -// 363:2 -[com_2] -type=layer -x=110 -y=249 -width=42 -height=47 -layer=com_9 - -// 363:3 -[com_3] -type=layer -x=156 -y=40 -width=210 -height=210 -layer=com_9 -hide=yes - -// 363:4 -[com_4] -type=model -x=156 -y=40 -width=211 -height=210 -layer=com_9 -model=model_3438 -modelorigin_x=2 -modelorigin_y=16 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=444 -unknown100=64181 -unknown101=3000 - -// 363:5 -[com_5] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_9 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(interface_363:com_5, "close_buttons,5") -onmouseleave=script44(interface_363:com_5, "close_buttons,4") -onop=script29 - -// 363:6 -[com_6] -type=layer -x=170 -y=53 -width=183 -height=183 -layer=com_9 -oninvtransmit=script80 -oninvtransmitlist=inv_140 - -// 363:7 -[com_7] -type=text -x=3 -y=32 -width=41 -height=17 -layer=com_2 -textfont=p11_full -text=Hint -textalignv=1 -colour=0xfad782 -op1=Hint - -// 363:8 -[com_8] -type=model -x=2 -y=5 -width=204 -height=203 -layer=com_3 -model=model_3437 -modelorigin_x=2 -modelorigin_y=17 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=430 -unknown100=64193 -unknown101=3000 - -// 363:9 -[com_9] -type=layer -width=512 -height=334 - diff --git a/dumps/530/interface/interface_364.if3 b/dumps/530/interface/interface_364.if3 deleted file mode 100644 index b99fe560f..000000000 --- a/dumps/530/interface/interface_364.if3 +++ /dev/null @@ -1,79 +0,0 @@ -// 364:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 364:1 -[com_1] -type=model -x=88 -y=13 -width=330 -height=313 -layer=com_0 -model=model_3395 -modelorigin_x=-15 -modelorigin_y=15 -modelangle_x=511 -modelangle_y=2047 -modelangle_z=0 -modelzoom=591 -unknown100=64192 -unknown101=3000 - -// 364:2 -[com_2] -type=model -x=117 -y=157 -width=99 -height=99 -layer=com_0 -model=model_11205 -modelorigin_x=4 -modelorigin_y=38 -modelangle_x=113 -modelangle_y=1716 -modelangle_z=0 -modelzoom=786 -unknown100=64027 -unknown101=3000 - -// 364:3 -[com_3] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(interface_364:com_3, "close_buttons,5") -onmouseleave=script44(interface_364:com_3, "close_buttons,4") -onop=script29 - -// 364:4 -[com_4] -type=layer -x=222 -y=81 -width=128 -height=130 -layer=com_0 -oninvtransmit=script43 -oninvtransmitlist=inv_141 - -// 364:5 -[com_5] -type=layer -x=472 -y=9 -width=32 -height=32 -layer=com_0 -hide=yes - diff --git a/dumps/530/interface/interface_365.if3 b/dumps/530/interface/interface_365.if3 deleted file mode 100644 index 50f3cc4dc..000000000 --- a/dumps/530/interface/interface_365.if3 +++ /dev/null @@ -1,483 +0,0 @@ -// 365:0 -[com_0] -type=graphic -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_15 -graphic=tradebacking -tiling=yes -op10= - -// 365:1 -[com_1] -type=rectangle -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_15 -colour=0x000000 -fill=yes -trans=180 -op10= - -// 365:2 -[com_2] -type=model -x=370 -y=33 -width=132 -height=246 -layer=com_15 -model=model_3407 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=353 -unknown100=64365 -unknown101=3000 - -// 365:3 -[com_3] -type=model -x=318 -y=273 -width=26 -height=48 -layer=com_15 -model=model_3405 -modelorigin_x=-3 -modelorigin_y=3 -modelangle_x=275 -modelangle_y=2029 -modelangle_z=0 -modelzoom=1389 -unknown100=63840 -unknown101=3000 -op1=Tilt Down - -// 365:4 -[com_4] -type=model -x=318 -y=12 -width=27 -height=45 -layer=com_15 -model=model_3404 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=478 -modelangle_y=14 -modelangle_z=0 -modelzoom=1418 -unknown100=63836 -unknown101=3000 -op1=Tilt Up - -// 365:5 -[com_5] -type=model -x=409 -y=131 -width=47 -height=52 -layer=com_15 -model=model_3403 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=953 -unknown100=63963 -unknown101=3000 - -// 365:6 -[com_6] -type=model -x=353 -y=-42 -width=165 -height=405 -layer=com_15 -model=model_3402 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=201 -unknown100=64528 -unknown101=3000 - -// 365:7 -[com_7] -type=model -x=258 -y=269 -width=44 -height=43 -layer=com_15 -model=model_3409 -modelorigin_x=0 -modelorigin_y=-6 -modelangle_x=300 -modelangle_y=285 -modelangle_z=0 -modelzoom=1228 -unknown100=63924 -unknown101=3000 -op1=Right - -// 365:8 -[com_8] -type=model -x=22 -y=275 -width=46 -height=38 -layer=com_15 -model=model_3406 -modelorigin_x=-1 -modelorigin_y=-6 -modelangle_x=308 -modelangle_y=695 -modelangle_z=0 -modelzoom=1219 -unknown100=63925 -unknown101=3000 -op1=Left - -// 365:9 -[com_9] -type=model -x=40 -y=22 -width=266 -height=287 -layer=com_15 -model=model_3411 -modelorigin_x=-5 -modelorigin_y=31 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=566 -unknown100=64180 -unknown101=3000 - -// 365:10 -[com_10] -type=model -x=110 -y=58 -width=109 -height=243 -layer=com_15 -model=model_3410 -modelorigin_x=4 -modelorigin_y=17 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=566 -unknown100=64150 -unknown101=3000 - -// 365:11 -[com_11] -type=model -x=40 -y=-31 -width=266 -height=317 -layer=com_15 -model=model_3412 -modelorigin_x=-5 -modelorigin_y=69 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=566 -unknown100=64134 -unknown101=3000 - -// 365:12 -[com_12] -type=text -x=131 -y=313 -width=71 -height=14 -layer=com_15 -textfont=p12_full -text=Get Location -textshadow=yes -colour=0xbf751d -op1=Get Location -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 365:13 -[com_13] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_15 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(interface_365:com_13, "close_buttons,5") -onmouseleave=script44(interface_365:com_13, "close_buttons,4") -onop=script29 - -// 365:14 -[com_14] -type=layer -x=468 -y=8 -width=32 -height=32 -layer=com_15 -hide=yes - -// 365:15 -[com_15] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 365:16 -[com_16] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 365:17 -[com_17] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_16 - -// 365:18 -[com_18] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 365:19 -[com_19] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 365:20 -[com_20] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 365:21 -[com_21] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 365:22 -[com_22] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 365:23 -[com_23] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 365:24 -[com_24] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 365:25 -[com_25] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 365:26 -[com_26] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_17 - -// 365:27 -[com_27] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_17 - -// 365:28 -[com_28] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_17 - -// 365:29 -[com_29] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_17 - -// 365:30 -[com_30] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_17 - -// 365:31 -[com_31] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_27 -graphic=tradebacking -tiling=yes -outline=2 - -// 365:32 -[com_32] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_26 -graphic=tradebacking -tiling=yes -outline=2 - -// 365:33 -[com_33] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_28 -graphic=tradebacking -tiling=yes -outline=2 - -// 365:34 -[com_34] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_29 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_366.if3 b/dumps/530/interface/interface_366.if3 deleted file mode 100644 index 4a88bde22..000000000 --- a/dumps/530/interface/interface_366.if3 +++ /dev/null @@ -1,377 +0,0 @@ -// 366:0 -[com_0] -type=rectangle -x=49 -y=23 -width=421 -height=10 -layer=com_22 -colour=0x000000 -fill=yes - -// 366:1 -[com_1] -type=rectangle -x=49 -y=23 -width=421 -height=10 -layer=com_22 -colour=0x808080 -trans=128 - -// 366:2 -[com_2] -type=rectangle -x=49 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:3 -[com_3] -type=rectangle -x=70 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:4 -[com_4] -type=rectangle -x=91 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:5 -[com_5] -type=rectangle -x=112 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:6 -[com_6] -type=rectangle -x=133 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:7 -[com_7] -type=rectangle -x=154 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:8 -[com_8] -type=rectangle -x=175 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:9 -[com_9] -type=rectangle -x=196 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:10 -[com_10] -type=rectangle -x=217 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:11 -[com_11] -type=rectangle -x=238 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:12 -[com_12] -type=rectangle -x=259 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:13 -[com_13] -type=rectangle -x=280 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:14 -[com_14] -type=rectangle -x=301 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:15 -[com_15] -type=rectangle -x=322 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:16 -[com_16] -type=rectangle -x=343 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:17 -[com_17] -type=rectangle -x=364 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:18 -[com_18] -type=rectangle -x=385 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:19 -[com_19] -type=rectangle -x=406 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:20 -[com_20] -type=rectangle -x=427 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:21 -[com_21] -type=rectangle -x=448 -y=23 -width=21 -height=10 -layer=com_22 -colour=0x8080ff -fill=yes -trans=128 - -// 366:22 -[com_22] -type=layer -x=20 -width=475 -height=62 -onload=script2032 -onvartransmit=script2032 -onvartransmitlist=varplayer_391 - -// 366:23 -[com_23] -type=text -y=20 -width=47 -height=14 -layer=com_22 -textfont=p12_full -text=Water: -textshadow=yes -colour=0xffffff - -// 366:24 -[com_24] -type=text -y=42 -width=32 -height=14 -layer=com_22 -textfont=p12_full -text=Net: -textalignh=1 -textshadow=yes -colour=0xffffff - -// 366:25 -[com_25] -type=text -x=174 -y=42 -width=46 -height=14 -layer=com_22 -textfont=p12_full -text=Catch: -textalignh=2 -textshadow=yes -colour=0xffffff - -// 366:26 -[com_26] -type=text -x=321 -y=42 -width=70 -height=14 -layer=com_22 -textfont=p12_full -text=Time left: -textalignh=2 -textshadow=yes -colour=0xffffff - -// 366:27 -[com_27] -type=text -x=31 -y=42 -width=28 -height=14 -layer=com_22 -textfont=p12_full -text=Okay -textshadow=yes -colour=0x00ff24 - -// 366:28 -[com_28] -type=text -x=31 -y=42 -width=66 -height=14 -layer=com_22 -textfont=p12_full -text=Ripped! -textshadow=yes -colour=0xff0000 - -// 366:29 -[com_29] -type=text -x=225 -y=42 -width=44 -height=14 -layer=com_22 -textfont=p12_full -text=Nothing -textshadow=yes -colour=0xffffff - -// 366:30 -[com_30] -type=text -x=396 -y=42 -width=75 -height=14 -layer=com_22 -textfont=p12_full -text=10 mins -textshadow=yes -colour=0xffffff - diff --git a/dumps/530/interface/interface_367.if b/dumps/530/interface/interface_367.if deleted file mode 100644 index ef2c4e592..000000000 --- a/dumps/530/interface/interface_367.if +++ /dev/null @@ -1,276 +0,0 @@ -// 367:0 -[com_0] - -// 367:1 -[com_1] - -// 367:2 -[com_2] - -// 367:3 -[com_3] - -// 367:4 -[com_4] - -// 367:5 -[com_5] - -// 367:6 -[com_6] - -// 367:7 -[com_7] - -// 367:8 -[com_8] - -// 367:9 -[com_9] - -// 367:10 -[com_10] - -// 367:11 -[com_11] - -// 367:12 -[com_12] - -// 367:13 -[com_13] - -// 367:14 -[com_14] - -// 367:15 -[com_15] - -// 367:16 -[com_16] - -// 367:17 -[com_17] - -// 367:18 -[com_18] - -// 367:19 -[com_19] - -// 367:20 -[com_20] - -// 367:21 -[com_21] - -// 367:22 -[com_22] - -// 367:23 -[com_23] - -// 367:24 -[com_24] - -// 367:25 -[com_25] - -// 367:26 -[com_26] - -// 367:27 -[com_27] - -// 367:28 -[com_28] - -// 367:29 -[com_29] - -// 367:30 -[com_30] - -// 367:31 -[com_31] - -// 367:32 -[com_32] - -// 367:33 -[com_33] - -// 367:34 -[com_34] - -// 367:35 -[com_35] - -// 367:36 -[com_36] - -// 367:37 -[com_37] - -// 367:38 -[com_38] - -// 367:39 -[com_39] - -// 367:40 -[com_40] - -// 367:41 -[com_41] - -// 367:42 -[com_42] - -// 367:43 -[com_43] - -// 367:44 -[com_44] - -// 367:45 -[com_45] - -// 367:46 -[com_46] - -// 367:47 -[com_47] - -// 367:48 -[com_48] - -// 367:49 -[com_49] - -// 367:50 -[com_50] - -// 367:51 -[com_51] - -// 367:52 -[com_52] - -// 367:53 -[com_53] - -// 367:54 -[com_54] - -// 367:55 -[com_55] - -// 367:56 -[com_56] - -// 367:57 -[com_57] - -// 367:58 -[com_58] - -// 367:59 -[com_59] - -// 367:60 -[com_60] - -// 367:61 -[com_61] - -// 367:62 -[com_62] - -// 367:63 -[com_63] - -// 367:64 -[com_64] - -// 367:65 -[com_65] - -// 367:66 -[com_66] - -// 367:67 -[com_67] - -// 367:68 -[com_68] - -// 367:69 -[com_69] - -// 367:70 -[com_70] - -// 367:71 -[com_71] - -// 367:72 -[com_72] - -// 367:73 -[com_73] - -// 367:74 -[com_74] - -// 367:75 -[com_75] - -// 367:76 -[com_76] - -// 367:77 -[com_77] - -// 367:78 -[com_78] - -// 367:79 -[com_79] - -// 367:80 -[com_80] - -// 367:81 -[com_81] - -// 367:82 -[com_82] - -// 367:83 -[com_83] - -// 367:84 -[com_84] - -// 367:85 -[com_85] - -// 367:86 -[com_86] - -// 367:87 -[com_87] - -// 367:88 -[com_88] - -// 367:89 -[com_89] - -// 367:90 -[com_90] - -// 367:91 -[com_91] - diff --git a/dumps/530/interface/interface_368.if3 b/dumps/530/interface/interface_368.if3 deleted file mode 100644 index d7bc7a452..000000000 --- a/dumps/530/interface/interface_368.if3 +++ /dev/null @@ -1,170 +0,0 @@ -// 368:0 -[com_0] -type=text -x=46 -y=81 -width=291 -height=13 -layer=com_11 -textfont=q8_full -text=Body Text -colour=0x46320a - -// 368:1 -[com_1] -type=model -x=14 -y=22 -width=482 -height=303 -layer=com_11 -model=model_26397 -modelorigin_x=-2 -modelorigin_y=33 -modelangle_x=512 -modelangle_y=3 -modelangle_z=0 -modelzoom=1009 -unknown100=63959 -unknown101=3000 - -// 368:2 -[com_2] -type=model -x=88 -y=88 -width=57 -height=36 -layer=com_11 -model=model_1842 -modelorigin_x=-4 -modelorigin_y=7 -modelangle_x=155 -modelangle_y=2037 -modelangle_z=0 -modelzoom=591 -unknown100=64092 -unknown101=3000 - -// 368:3 -[com_3] -type=model -x=85 -y=151 -width=56 -height=42 -layer=com_11 -model=model_2386 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=218 -modelangle_y=115 -modelangle_z=0 -modelzoom=385 -unknown100=64250 -unknown101=3000 - -// 368:4 -[com_4] -type=model -x=87 -y=215 -width=50 -height=63 -layer=com_11 -model=model_2504 -modelorigin_x=-3 -modelorigin_y=24 -modelangle_x=148 -modelangle_y=1752 -modelangle_z=0 -modelzoom=478 -unknown100=64175 -unknown101=3000 - -// 368:5 -[com_5] -type=text -x=150 -y=92 -width=299 -height=49 -layer=com_11 -textfont=q8_full -text=Use rope to repair the Trawler's nets. -colour=0x46320a - -// 368:6 -[com_6] -type=text -x=150 -y=152 -width=301 -height=48 -layer=com_11 -textfont=q8_full -text=Use Swamp Paste to repair leaks in the Ship's hull. -textlineheight=20 -colour=0x46320a - -// 368:7 -[com_7] -type=text -x=148 -y=225 -width=235 -height=47 -layer=com_11 -textfont=q8_full -text=If all else fails you can always try and bail the water out as well! -textlineheight=20 -colour=0x46320a - -// 368:8 -[com_8] -type=text -x=203 -y=60 -width=141 -height=17 -layer=com_11 -textfont=quill_oblique_large -text=How to play: -textalignh=1 -textalignv=1 -colour=0x46320a - -// 368:9 -[com_9] -type=rectangle -x=167 -y=85 -width=200 -height=1 -layer=com_11 -colour=0x46320a -fill=yes -trans=200 - -// 368:10 -[com_10] -type=graphic -x=433 -y=52 -width=26 -height=23 -layer=com_11 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 368:11 -[com_11] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_369.if3 b/dumps/530/interface/interface_369.if3 deleted file mode 100644 index 6465c826f..000000000 --- a/dumps/530/interface/interface_369.if3 +++ /dev/null @@ -1,478 +0,0 @@ -// 369:0 -[com_0] -type=rectangle -x=2 -y=68 -width=508 -height=172 -colour=0x3e372e -fill=yes - -// 369:1 -[com_1] -type=layer -x=12 -y=20 -width=491 -height=39 -opbase= - -// 369:2 -[com_2] -type=graphic -x=6 -y=-1 -width=481 -height=53 -layer=com_1 -graphic=tradebacking -tiling=yes -opbase= - -// 369:3 -[com_3] -type=graphic -width=32 -height=32 -layer=com_1 -graphic="v2_stone_borders,4" -tiling=yes - -// 369:4 -[com_4] -type=graphic -x=31 -y=-13 -width=439 -height=35 -layer=com_1 -graphic="v2_stone_borders,0" -tiling=yes - -// 369:5 -[com_5] -type=graphic -x=456 -width=32 -height=32 -layer=com_1 -graphic="v2_stone_borders,5" -tiling=yes - -// 369:6 -[com_6] -type=graphic -x=456 -y=7 -width=32 -height=32 -layer=com_1 -graphic="v2_stone_borders,7" -tiling=yes - -// 369:7 -[com_7] -type=graphic -x=32 -y=19 -width=440 -height=22 -layer=com_1 -graphic="v2_stone_borders,2" -tiling=yes - -// 369:8 -[com_8] -type=graphic -y=7 -width=32 -height=32 -layer=com_1 -graphic="v2_stone_borders,6" -tiling=yes - -// 369:9 -[com_9] -type=model -x=54 -y=116 -width=32 -height=32 -model=model_3041 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=0 -unknown101=3000 - -// 369:10 -[com_10] -type=model -x=178 -y=116 -width=32 -height=32 -model=model_3041 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=0 -unknown101=3000 - -// 369:11 -[com_11] -type=model -x=302 -y=116 -width=32 -height=32 -model=model_3041 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=0 -unknown101=3000 - -// 369:12 -[com_12] -type=model -x=426 -y=116 -width=32 -height=32 -model=model_3041 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=0 -unknown101=3000 - -// 369:13 -[com_13] -type=text -x=65 -y=97 -width=9 -height=17 -textfont=b12_full -text=A -textalignh=1 -textshadow=yes -colour=0xff981f - -// 369:14 -[com_14] -type=text -x=189 -y=97 -width=9 -height=17 -textfont=b12_full -text=A -textalignh=1 -textshadow=yes -colour=0xff981f - -// 369:15 -[com_15] -type=text -x=313 -y=97 -width=9 -height=17 -textfont=b12_full -text=A -textalignh=1 -textshadow=yes -colour=0xff981f - -// 369:16 -[com_16] -type=text -x=437 -y=97 -width=9 -height=17 -textfont=b12_full -text=A -textalignh=1 -textshadow=yes -colour=0xff981f - -// 369:17 -[com_17] -type=graphic -x=22 -y=196 -width=45 -height=36 -graphic=leftarrow -op1=Left - -// 369:18 -[com_18] -type=graphic -x=70 -y=196 -width=45 -height=36 -graphic=rightarrow -op1=Right - -// 369:19 -[com_19] -type=graphic -x=146 -y=196 -width=45 -height=36 -graphic=leftarrow -op1=Left - -// 369:20 -[com_20] -type=graphic -x=194 -y=196 -width=45 -height=36 -graphic=rightarrow -op1=Right - -// 369:21 -[com_21] -type=graphic -x=270 -y=196 -width=45 -height=36 -graphic=leftarrow -op1=Left - -// 369:22 -[com_22] -type=graphic -x=318 -y=196 -width=45 -height=36 -graphic=rightarrow -op1=Right - -// 369:23 -[com_23] -type=graphic -x=394 -y=196 -width=45 -height=36 -graphic=leftarrow -op1=Left - -// 369:24 -[com_24] -type=graphic -x=442 -y=196 -width=45 -height=36 -graphic=rightarrow -op1=Right - -// 369:25 -[com_25] -type=text -x=137 -y=31 -width=246 -height=16 -textfont=b12_full -text=Combination Lock Door -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 369:26 -[com_26] -type=rectangle -x=193 -y=262 -width=128 -height=32 -colour=0x3e372e -fill=yes - -// 369:27 -[com_27] -type=text -x=205 -y=264 -width=106 -height=28 -textfont=b12_full -text=Enter -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Enter - -// 369:28 -[com_28] -type=graphic -x=470 -y=28 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 369:29 -[com_29] -type=graphic -x=188 -y=256 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 369:30 -[com_30] -type=graphic -x=295 -y=256 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 369:31 -[com_31] -type=graphic -x=217 -y=243 -width=87 -height=31 -graphic="v2_stone_borders,0" -tiling=yes - -// 369:32 -[com_32] -type=graphic -x=188 -y=269 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 369:33 -[com_33] -type=graphic -x=295 -y=269 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 369:34 -[com_34] -type=graphic -x=218 -y=281 -width=91 -height=31 -graphic="v2_stone_borders,2" -tiling=yes - -// 369:35 -[com_35] -type=graphic -x=2 -y=66 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 369:36 -[com_36] -type=graphic -x=479 -y=66 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 369:37 -[com_37] -type=graphic -x=32 -y=53 -width=447 -height=23 -graphic="v2_stone_borders,0" -tiling=yes - -// 369:38 -[com_38] -type=graphic -x=491 -y=98 -width=31 -height=114 -graphic="v2_stone_borders,3" -tiling=yes - -// 369:39 -[com_39] -type=graphic -x=479 -y=211 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 369:40 -[com_40] -type=graphic -x=34 -y=223 -width=450 -height=19 -graphic="v2_stone_borders,2" -tiling=yes - -// 369:41 -[com_41] -type=graphic -x=3 -y=211 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 369:42 -[com_42] -type=graphic -x=-11 -y=97 -width=36 -height=115 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - diff --git a/dumps/530/interface/interface_37.if b/dumps/530/interface/interface_37.if deleted file mode 100644 index 9dfb8010f..000000000 --- a/dumps/530/interface/interface_37.if +++ /dev/null @@ -1,354 +0,0 @@ -// 37:0 -[com_0] - -// 37:1 -[com_1] - -// 37:2 -[com_2] - -// 37:3 -[com_3] - -// 37:4 -[com_4] - -// 37:5 -[com_5] - -// 37:6 -[com_6] - -// 37:7 -[com_7] - -// 37:8 -[com_8] - -// 37:9 -[com_9] - -// 37:10 -[com_10] - -// 37:11 -[com_11] - -// 37:12 -[com_12] - -// 37:13 -[com_13] - -// 37:14 -[com_14] - -// 37:15 -[com_15] - -// 37:16 -[com_16] - -// 37:17 -[com_17] - -// 37:18 -[com_18] - -// 37:19 -[com_19] - -// 37:20 -[com_20] - -// 37:21 -[com_21] - -// 37:22 -[com_22] - -// 37:23 -[com_23] - -// 37:24 -[com_24] - -// 37:25 -[com_25] - -// 37:26 -[com_26] - -// 37:27 -[com_27] - -// 37:28 -[com_28] - -// 37:29 -[com_29] - -// 37:30 -[com_30] - -// 37:31 -[com_31] - -// 37:32 -[com_32] - -// 37:33 -[com_33] - -// 37:34 -[com_34] - -// 37:35 -[com_35] - -// 37:36 -[com_36] - -// 37:37 -[com_37] - -// 37:38 -[com_38] - -// 37:39 -[com_39] - -// 37:40 -[com_40] - -// 37:41 -[com_41] - -// 37:42 -[com_42] - -// 37:43 -[com_43] - -// 37:44 -[com_44] - -// 37:45 -[com_45] - -// 37:46 -[com_46] - -// 37:47 -[com_47] - -// 37:48 -[com_48] - -// 37:49 -[com_49] - -// 37:50 -[com_50] - -// 37:51 -[com_51] - -// 37:52 -[com_52] - -// 37:53 -[com_53] - -// 37:54 -[com_54] - -// 37:55 -[com_55] - -// 37:56 -[com_56] - -// 37:57 -[com_57] - -// 37:58 -[com_58] - -// 37:59 -[com_59] - -// 37:60 -[com_60] - -// 37:61 -[com_61] - -// 37:62 -[com_62] - -// 37:63 -[com_63] - -// 37:64 -[com_64] - -// 37:65 -[com_65] - -// 37:66 -[com_66] - -// 37:67 -[com_67] - -// 37:68 -[com_68] - -// 37:69 -[com_69] - -// 37:70 -[com_70] - -// 37:71 -[com_71] - -// 37:72 -[com_72] - -// 37:73 -[com_73] - -// 37:74 -[com_74] - -// 37:75 -[com_75] - -// 37:76 -[com_76] - -// 37:77 -[com_77] - -// 37:78 -[com_78] - -// 37:79 -[com_79] - -// 37:80 -[com_80] - -// 37:81 -[com_81] - -// 37:82 -[com_82] - -// 37:83 -[com_83] - -// 37:84 -[com_84] - -// 37:85 -[com_85] - -// 37:86 -[com_86] - -// 37:87 -[com_87] - -// 37:88 -[com_88] - -// 37:89 -[com_89] - -// 37:90 -[com_90] - -// 37:91 -[com_91] - -// 37:92 -[com_92] - -// 37:93 -[com_93] - -// 37:94 -[com_94] - -// 37:95 -[com_95] - -// 37:96 -[com_96] - -// 37:97 -[com_97] - -// 37:98 -[com_98] - -// 37:99 -[com_99] - -// 37:100 -[com_100] - -// 37:101 -[com_101] - -// 37:102 -[com_102] - -// 37:103 -[com_103] - -// 37:104 -[com_104] - -// 37:105 -[com_105] - -// 37:106 -[com_106] - -// 37:107 -[com_107] - -// 37:108 -[com_108] - -// 37:109 -[com_109] - -// 37:110 -[com_110] - -// 37:111 -[com_111] - -// 37:112 -[com_112] - -// 37:113 -[com_113] - -// 37:114 -[com_114] - -// 37:115 -[com_115] - -// 37:116 -[com_116] - -// 37:117 -[com_117] - diff --git a/dumps/530/interface/interface_370.if3 b/dumps/530/interface/interface_370.if3 deleted file mode 100644 index 8f3ee1331..000000000 --- a/dumps/530/interface/interface_370.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 370:0 -[com_0] -type=model -y=-90 -width=17575 -height=23749 -widthmode=proportion -heightmode=proportion -model=model_4961 -modelorigin_x=-2 -modelorigin_y=221 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=200 -modelanim=seq_1489 -unknown100=65535 -unknown101=3000 -modelobjwidth=549 -modelobjheight=484 - -// 370:1 -[com_1] -type=model -y=-90 -width=13991 -height=24190 -widthmode=proportion -heightmode=proportion -model=model_4962 -modelorigin_x=-11 -modelorigin_y=217 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=200 -modelanim=seq_1490 -unknown100=64818 -unknown101=3000 -modelobjwidth=437 -modelobjheight=493 - diff --git a/dumps/530/interface/interface_371.if3 b/dumps/530/interface/interface_371.if3 deleted file mode 100644 index 238cb6e61..000000000 --- a/dumps/530/interface/interface_371.if3 +++ /dev/null @@ -1,338 +0,0 @@ -// 371:0 -[com_0] -type=layer -x=34 -y=275 -width=504 -height=66 -layer=com_25 -onvartransmit=script1437 -onvartransmitlist=varplayer_406 - -// 371:1 -[com_1] -type=text -x=4 -y=297 -width=61 -height=43 -layer=com_25 -textfont=p12_full -text=% Done -textalignh=2 -textshadow=yes -colour=0x888888 - -// 371:2 -[com_2] -type=text -x=158 -y=313 -width=199 -height=14 -layer=com_25 -textfont=p12_full -text=Tutorial Island Progress -textalignh=1 -textshadow=yes -colour=0xffff00 - -// 371:3 -[com_3] -type=rectangle -x=69 -y=300 -width=421 -height=10 -layer=com_25 -colour=0x808080 -trans=128 - -// 371:4 -[com_4] -type=layer -x=2 -y=206 -width=512 -height=128 -layer=com_25 - -// 371:5 -[com_5] -type=rectangle -x=35 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:6 -[com_6] -type=rectangle -x=56 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:7 -[com_7] -type=rectangle -x=77 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:8 -[com_8] -type=rectangle -x=98 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:9 -[com_9] -type=rectangle -x=119 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:10 -[com_10] -type=rectangle -x=140 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:11 -[com_11] -type=rectangle -x=161 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:12 -[com_12] -type=rectangle -x=182 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:13 -[com_13] -type=rectangle -x=203 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:14 -[com_14] -type=rectangle -x=224 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:15 -[com_15] -type=rectangle -x=245 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:16 -[com_16] -type=rectangle -x=266 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:17 -[com_17] -type=rectangle -x=287 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:18 -[com_18] -type=rectangle -x=308 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:19 -[com_19] -type=rectangle -x=329 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:20 -[com_20] -type=rectangle -x=350 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:21 -[com_21] -type=rectangle -x=371 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:22 -[com_22] -type=rectangle -x=392 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:23 -[com_23] -type=rectangle -x=413 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:24 -[com_24] -type=rectangle -x=434 -y=25 -width=21 -height=10 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 371:25 -[com_25] -type=layer -width=512 -height=334 -ymode=abs_bottom - -// 371:26 -[com_26] -type=model -x=10 -y=9 -width=480 -height=113 -layer=com_4 -model=model_5201 -modelorigin_x=-6 -modelorigin_y=-20 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -modelanim=seq_1317 -unknown100=63803 -unknown101=3016 - -// 371:27 -[com_27] -type=text -x=56 -y=41 -width=389 -height=49 -layer=com_4 -textfont=b12_full -text=Please follow the instructions below to advance in the tutorial. -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_372.if b/dumps/530/interface/interface_372.if deleted file mode 100644 index 6e47ab60e..000000000 --- a/dumps/530/interface/interface_372.if +++ /dev/null @@ -1,15 +0,0 @@ -// 372:0 -[com_0] - -// 372:1 -[com_1] - -// 372:2 -[com_2] - -// 372:3 -[com_3] - -// 372:4 -[com_4] - diff --git a/dumps/530/interface/interface_373.if3 b/dumps/530/interface/interface_373.if3 deleted file mode 100644 index 3ca4512cc..000000000 --- a/dumps/530/interface/interface_373.if3 +++ /dev/null @@ -1,36 +0,0 @@ -// 373:0 -[com_0] -type=text -x=146 -y=25 -width=240 -height=11 -textfont=p11_full -text=Current Champion: TzHaar-Xil-Huz -textalignh=1 -textshadow=yes -colour=0xcccccc - -// 373:1 -[com_1] -type=text -y=6 -width=184 -height=12 -layer=com_2 -textfont=p11_full -text=Foes Remaining: -textalignh=1 -textshadow=yes -colour=0xff0000 -onvartransmit=script70 -onvartransmitlist=varplayer_560 - -// 373:2 -[com_2] -type=layer -x=170 -y=31 -width=191 -height=27 - diff --git a/dumps/530/interface/interface_374.if3 b/dumps/530/interface/interface_374.if3 deleted file mode 100644 index 7ba28eb2e..000000000 --- a/dumps/530/interface/interface_374.if3 +++ /dev/null @@ -1,238 +0,0 @@ -// 374:0 -[com_0] -type=graphic -x=80 -y=202 -width=36 -height=36 -graphic="miscgraphics,7" - -// 374:1 -[com_1] -type=graphic -x=65 -y=202 -width=36 -height=36 -graphic="miscgraphics,7" - -// 374:2 -[com_2] -type=graphic -x=39 -y=202 -width=36 -height=36 -graphic="miscgraphics,7" - -// 374:3 -[com_3] -type=graphic -x=97 -y=202 -width=36 -height=36 -graphic="miscgraphics,8" - -// 374:4 -[com_4] -type=graphic -x=119 -y=202 -width=36 -height=36 -graphic="miscgraphics,8" - -// 374:5 -[com_5] -type=text -contenttype=205 -x=43 -y=207 -width=110 -height=25 -textfont=b12_full -text=Stop Viewing -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff -op1=Exit -targetverb=Exit -onmouseover=script45(event_com, ^yellow) -onmouseleave=script45(event_com, ^white) - -// 374:6 -[com_6] -type=model -x=81 -y=99 -width=28 -height=28 -model=model_9298 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=63 -modelangle_z=0 -modelzoom=2280 -modelanim=seq_2657 -unknown100=0 -unknown101=3000 - -// 374:7 -[com_7] -type=model -x=25 -y=46 -width=28 -height=28 -model=model_9298 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=63 -modelangle_z=0 -modelzoom=2280 -modelanim=seq_2657 -unknown100=0 -unknown101=3000 - -// 374:8 -[com_8] -type=model -x=137 -y=46 -width=28 -height=28 -model=model_9298 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=63 -modelangle_z=0 -modelzoom=2280 -modelanim=seq_2657 -unknown100=0 -unknown101=3000 - -// 374:9 -[com_9] -type=model -x=25 -y=152 -width=28 -height=28 -model=model_9298 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=63 -modelangle_z=0 -modelzoom=2280 -modelanim=seq_2657 -unknown100=0 -unknown101=3000 - -// 374:10 -[com_10] -type=model -x=137 -y=152 -width=28 -height=28 -model=model_9298 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=63 -modelangle_z=0 -modelzoom=2280 -modelanim=seq_2657 -unknown100=0 -unknown101=3000 - -// 374:11 -[com_11] -type=text -x=60 -y=119 -width=69 -height=14 -textfont=p12_full -text=Centre -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=View -targetverb=View -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xff981f) - -// 374:12 -[com_12] -type=text -x=5 -y=66 -width=95 -height=13 -textfont=p12_full -text=North-West -textshadow=yes -colour=0xff981f -op1=View -targetverb=View -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xff981f) - -// 374:13 -[com_13] -type=text -x=102 -y=66 -width=82 -height=14 -textfont=p12_full -text=North-East -textalignh=2 -textshadow=yes -colour=0xff981f -op1=View -targetverb=View -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xff981f) - -// 374:14 -[com_14] -type=text -x=98 -y=173 -width=85 -height=14 -textfont=p12_full -text=South-East -textalignh=2 -textshadow=yes -colour=0xff981f -op1=View -targetverb=View -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xff981f) - -// 374:15 -[com_15] -type=text -x=4 -y=172 -width=89 -height=15 -textfont=p12_full -text=South-West -textshadow=yes -colour=0xff981f -op1=View -targetverb=View -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xff981f) - diff --git a/dumps/530/interface/interface_375.if3 b/dumps/530/interface/interface_375.if3 deleted file mode 100644 index 5b280bb93..000000000 --- a/dumps/530/interface/interface_375.if3 +++ /dev/null @@ -1,46 +0,0 @@ -// 375:0 -[com_0] -type=graphic -x=48 -y=100 -width=91 -height=36 -graphic="miscgraphics,14" -tiling=yes - -// 375:1 -[com_1] -type=graphic -x=22 -y=100 -width=36 -height=36 -graphic="miscgraphics,7" - -// 375:2 -[com_2] -type=graphic -x=130 -y=100 -width=36 -height=36 -graphic="miscgraphics,8" - -// 375:3 -[com_3] -type=text -contenttype=205 -x=24 -y=103 -width=141 -height=31 -textfont=b12_full -text=Unmorph -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff -op1=Ok -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) - diff --git a/dumps/530/interface/interface_376.if3 b/dumps/530/interface/interface_376.if3 deleted file mode 100644 index ac2162ad1..000000000 --- a/dumps/530/interface/interface_376.if3 +++ /dev/null @@ -1,530 +0,0 @@ -// 376:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 376:1 -[com_1] -type=model -x=-3 -y=-28 -width=518 -height=388 -layer=com_0 -model=model_4238 -modelorigin_x=1 -modelorigin_y=10 -modelangle_x=509 -modelangle_y=1536 -modelangle_z=0 -modelzoom=151 -unknown100=876 -unknown101=3000 - -// 376:2 -[com_2] -type=model -x=26 -y=-43 -width=294 -height=454 -layer=com_0 -model=model_4237 -modelorigin_x=78 -modelorigin_y=-18 -modelangle_x=493 -modelangle_y=355 -modelangle_z=0 -modelzoom=137 -unknown100=1049 -unknown101=3000 - -// 376:3 -[com_3] -type=model -x=65 -y=4 -width=362 -height=359 -layer=com_0 -model=model_4239 -modelorigin_x=1 -modelorigin_y=-8 -modelangle_x=474 -modelangle_y=32 -modelangle_z=0 -modelzoom=150 -unknown100=810 -unknown101=3000 - -// 376:4 -[com_4] -type=model -x=-29 -y=-83 -width=552 -height=551 -layer=com_0 -model=model_4239 -modelorigin_x=1 -modelorigin_y=-19 -modelangle_x=474 -modelangle_y=32 -modelangle_z=0 -modelzoom=99 -unknown100=1290 -unknown101=3000 - -// 376:5 -[com_5] -type=model -x=164 -y=90 -width=176 -height=176 -layer=com_0 -model=model_4239 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=474 -modelangle_y=32 -modelangle_z=0 -modelzoom=307 -unknown100=65294 -unknown101=3000 - -// 376:6 -[com_6] -type=model -x=103 -y=104 -width=292 -height=157 -layer=com_0 -model=model_4240 -modelorigin_x=3 -modelorigin_y=-7 -modelangle_x=159 -modelangle_y=57 -modelangle_z=0 -modelzoom=197 -unknown100=65408 -unknown101=3000 - -// 376:7 -[com_7] -type=layer -x=110 -y=38 -width=335 -height=259 -layer=com_0 - -// 376:8 -[com_8] -type=model -x=9 -y=67 -width=473 -height=255 -layer=com_0 -model=model_4240 -modelorigin_x=4 -modelorigin_y=-30 -modelangle_x=159 -modelangle_y=57 -modelangle_z=0 -modelzoom=127 -unknown100=65134 -unknown101=3000 - -// 376:9 -[com_9] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 376:10 -[com_10] -type=layer -x=470 -y=9 -width=32 -height=32 -layer=com_0 -hide=yes - -// 376:11 -[com_11] -type=model -x=550 -y=11 -width=3893 -height=769 -layer=com_7 -model=model_2484 -modelorigin_x=-2406 -modelorigin_y=-384 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=0 -unknown100=31746 -unknown101=3000 - -// 376:12 -[com_12] -type=model -x=22 -y=79 -width=24 -height=24 -layer=com_7 -model=model_2484 -modelorigin_x=19 -modelorigin_y=-18 -modelangle_x=353 -modelangle_y=1927 -modelangle_z=0 -modelzoom=306 -unknown100=64826 -unknown101=3000 - -// 376:13 -[com_13] -type=model -x=16 -y=153 -width=22 -height=24 -layer=com_7 -model=model_2484 -modelorigin_x=18 -modelorigin_y=-18 -modelangle_x=328 -modelangle_y=1916 -modelangle_z=0 -modelzoom=306 -unknown100=64831 -unknown101=3000 - -// 376:14 -[com_14] -type=model -x=56 -y=227 -width=23 -height=22 -layer=com_7 -model=model_2484 -modelorigin_x=4 -modelorigin_y=-23 -modelangle_x=311 -modelangle_y=1735 -modelangle_z=0 -modelzoom=306 -unknown100=64835 -unknown101=3000 - -// 376:15 -[com_15] -type=model -x=290 -y=145 -width=22 -height=21 -layer=com_7 -model=model_2484 -modelorigin_x=16 -modelorigin_y=-22 -modelangle_x=361 -modelangle_y=1883 -modelangle_z=0 -modelzoom=306 -unknown100=64828 -unknown101=3000 - -// 376:16 -[com_16] -type=model -x=258 -y=219 -width=24 -height=22 -layer=com_7 -model=model_2484 -modelorigin_x=17 -modelorigin_y=-21 -modelangle_x=360 -modelangle_y=1905 -modelangle_z=0 -modelzoom=306 -unknown100=64826 -unknown101=3000 - -// 376:17 -[com_17] -type=model -x=232 -y=16 -width=21 -height=22 -layer=com_7 -model=model_2484 -modelorigin_x=15 -modelorigin_y=-22 -modelangle_x=380 -modelangle_y=1870 -modelangle_z=0 -modelzoom=306 -unknown100=64824 -unknown101=3000 - -// 376:18 -[com_18] -type=model -x=280 -y=73 -width=22 -height=21 -layer=com_7 -model=model_2484 -modelorigin_x=13 -modelorigin_y=-22 -modelangle_x=351 -modelangle_y=1844 -modelangle_z=0 -modelzoom=306 -unknown100=64828 -unknown101=3000 - -// 376:19 -[com_19] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 376:20 -[com_20] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_19 - -// 376:21 -[com_21] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 376:22 -[com_22] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 376:23 -[com_23] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 376:24 -[com_24] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 376:25 -[com_25] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 376:26 -[com_26] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 376:27 -[com_27] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 376:28 -[com_28] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 376:29 -[com_29] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_20 - -// 376:30 -[com_30] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_20 - -// 376:31 -[com_31] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_20 - -// 376:32 -[com_32] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_20 - -// 376:33 -[com_33] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_20 - -// 376:34 -[com_34] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_30 -graphic=tradebacking -tiling=yes -outline=2 - -// 376:35 -[com_35] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_29 -graphic=tradebacking -tiling=yes -outline=2 - -// 376:36 -[com_36] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_31 -graphic=tradebacking -tiling=yes -outline=2 - -// 376:37 -[com_37] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_32 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_377.if3 b/dumps/530/interface/interface_377.if3 deleted file mode 100644 index 45c58be6e..000000000 --- a/dumps/530/interface/interface_377.if3 +++ /dev/null @@ -1,82 +0,0 @@ -// 377:0 -[com_0] -type=model -x=1 -y=-22 -width=152 -height=97 -layer=com_3 -model=model_8854 -modelorigin_x=23 -modelorigin_y=4 -modelangle_x=247 -modelangle_y=2030 -modelangle_z=0 -modelzoom=400 -unknown100=64313 -unknown101=3000 - -// 377:1 -[com_1] -type=model -x=121 -y=-13 -width=130 -height=73 -layer=com_3 -model=model_8855 -modelorigin_x=-2 -modelorigin_y=12 -modelangle_x=236 -modelangle_y=2046 -modelangle_z=0 -modelzoom=537 -unknown100=64134 -unknown101=3000 - -// 377:2 -[com_2] -type=layer -x=40 -y=17 -width=165 -height=20 -layer=com_3 - -// 377:3 -[com_3] -type=layer -y=8 -width=224 -height=73 - -// 377:4 -[com_4] -type=text -x=131 -y=2 -width=29 -height=12 -layer=com_2 -textfont=p11_full -text=**** -textshadow=yes -colour=0xe1981f -onvartransmit=script1102 -onvartransmitlist=varplayer_535 - -// 377:5 -[com_5] -type=text -x=6 -y=2 -width=116 -height=12 -layer=com_2 -textfont=p11_full -text=* Tai Bwo Favour * -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_378.if3 b/dumps/530/interface/interface_378.if3 deleted file mode 100644 index 2aaa7dce1..000000000 --- a/dumps/530/interface/interface_378.if3 +++ /dev/null @@ -1,2388 +0,0 @@ -// 378:0 -[com_0] -type=layer -width=765 -height=503 - -// 378:1 -[com_1] -type=graphic -x=1 -y=1 -width=180 -height=38 -layer=com_122 -graphic=graphic_1078 -tiling=yes - -// 378:2 -[com_2] -type=rectangle -x=4 -y=5 -width=174 -height=29 -layer=com_122 -colour=0x000000 -fill=yes -trans=222 - -// 378:3 -[com_3] -type=rectangle -x=2 -y=3 -width=178 -height=33 -layer=com_122 -colour=0x000000 -fill=yes -trans=238 - -// 378:4 -[com_4] -type=graphic -x=171 -y=6 -width=5 -height=26 -layer=com_122 -graphic=graphic_979 -hflip=yes - -// 378:5 -[com_5] -type=graphic -x=6 -y=6 -width=5 -height=26 -layer=com_122 -graphic=graphic_979 - -// 378:6 -[com_6] -type=graphic -x=11 -y=6 -width=160 -height=26 -layer=com_122 -graphic=graphic_980 -tiling=yes - -// 378:7 -[com_7] -type=text -x=1 -y=8 -width=180 -height=24 -layer=com_122 -textfont=welcome_font_small -text=Credit -textalignh=1 -colour=0x2b2519 - -// 378:8 -[com_8] -type=graphic -x=3 -y=3 -width=180 -height=38 -layer=com_119 -graphic=graphic_1078 -tiling=yes - -// 378:9 -[com_9] -type=rectangle -x=5 -y=7 -width=176 -height=29 -layer=com_119 -colour=0x000000 -fill=yes -trans=222 - -// 378:10 -[com_10] -type=rectangle -x=3 -y=5 -width=180 -height=33 -layer=com_119 -colour=0x000000 -fill=yes -trans=238 - -// 378:11 -[com_11] -type=graphic -x=12 -y=8 -width=162 -height=26 -layer=com_119 -graphic=graphic_980 -tiling=yes - -// 378:12 -[com_12] -type=graphic -x=174 -y=8 -width=5 -height=26 -layer=com_119 -graphic=graphic_979 -hflip=yes - -// 378:13 -[com_13] -type=graphic -x=7 -y=8 -width=5 -height=26 -layer=com_119 -graphic=graphic_979 - -// 378:14 -[com_14] -type=text -x=3 -y=10 -width=180 -height=24 -layer=com_119 -textfont=welcome_font_small -text=Message Centre -textalignh=1 -colour=0x2b2519 - -// 378:15 -[com_15] -type=graphic -x=81 -y=129 -width=186 -height=154 -layer=com_118 -graphic=map_image - -// 378:16 -[com_16] -type=rectangle -x=76 -y=128 -width=200 -height=182 -layer=com_118 -colour=0x000000 -fill=yes -trans=222 - -// 378:17 -[com_17] -type=rectangle -x=74 -y=126 -width=204 -height=186 -layer=com_118 -colour=0x000000 -fill=yes -trans=238 - -// 378:18 -[com_18] -type=rectangle -x=86 -y=215 -width=180 -height=48 -layer=com_118 -colour=0x000000 -fill=yes -trans=192 - -// 378:19 -[com_19] -type=graphic -x=255 -y=132 -width=6 -height=6 -layer=com_118 -graphic=graphic_1079 -trans=96 -hflip=yes - -// 378:20 -[com_20] -type=graphic -x=266 -y=128 -width=8 -height=172 -layer=com_118 -graphic="silver_border,2" -tiling=yes - -// 378:21 -[com_21] -type=graphic -x=86 -y=120 -width=180 -height=8 -layer=com_118 -graphic="silver_border,1" -tiling=yes - -// 378:22 -[com_22] -type=graphic -x=91 -y=138 -width=6 -height=64 -layer=com_118 -graphic=graphic_1080 -tiling=yes -trans=96 - -// 378:23 -[com_23] -type=graphic -x=266 -y=300 -width=8 -height=8 -layer=com_118 -graphic="silver_border,0" -2dangle=32768 - -// 378:24 -[com_24] -type=graphic -x=91 -y=132 -width=6 -height=6 -layer=com_118 -graphic=graphic_1079 -trans=96 - -// 378:25 -[com_25] -type=graphic -x=78 -y=300 -width=8 -height=8 -layer=com_118 -graphic="silver_border,0" -2dangle=16384 - -// 378:26 -[com_26] -type=graphic -x=97 -y=138 -width=158 -height=64 -layer=com_118 -graphic=graphic_1080 -tiling=yes -trans=96 - -// 378:27 -[com_27] -type=graphic -x=86 -y=300 -width=180 -height=8 -layer=com_118 -graphic="silver_border,3" -tiling=yes - -// 378:28 -[com_28] -type=graphic -x=255 -y=138 -width=6 -height=64 -layer=com_118 -graphic=graphic_1080 -tiling=yes -trans=96 - -// 378:29 -[com_29] -type=graphic -x=78 -y=128 -width=8 -height=172 -layer=com_118 -graphic="silver_border,4" -tiling=yes - -// 378:30 -[com_30] -type=graphic -x=78 -y=120 -width=8 -height=8 -layer=com_118 -graphic="silver_border,0" - -// 378:31 -[com_31] -type=graphic -x=255 -y=202 -width=6 -height=6 -layer=com_118 -graphic=graphic_1079 -trans=96 -vflip=yes -hflip=yes - -// 378:32 -[com_32] -type=graphic -x=97 -y=202 -width=158 -height=6 -layer=com_118 -graphic=graphic_1080 -tiling=yes -trans=96 - -// 378:33 -[com_33] -type=graphic -x=266 -y=120 -width=8 -height=8 -layer=com_118 -graphic="silver_border,0" -2dangle=49152 - -// 378:34 -[com_34] -type=graphic -x=91 -y=202 -width=6 -height=6 -layer=com_118 -graphic=graphic_1079 -trans=96 -vflip=yes - -// 378:35 -[com_35] -type=graphic -x=97 -y=132 -width=158 -height=6 -layer=com_118 -graphic=graphic_1080 -tiling=yes -trans=96 - -// 378:36 -[com_36] -type=graphic -x=143 -y=143 -width=40 -height=28 -layer=com_118 -graphic=graphic_1083 - -// 378:37 -[com_37] -type=text -x=96 -y=178 -width=160 -height=13 -layer=com_118 -textfont=p11_full -text=1 unread message -textalignh=1 -colour=0xffffff - -// 378:38 -[com_38] -type=text -x=89 -y=218 -width=175 -height=40 -layer=com_118 -textfont=p11_full -text=Jagex uses the message centre to keep you informed. -colour=0xffffff - -// 378:39 -[com_39] -type=text -x=194 -y=141 -width=32 -height=32 -layer=com_118 -textfont=welcome_font_large -text=1 -colour=0xebb723 - -// 378:40 -[com_40] -type=rectangle -y=-1 -width=378 -height=53 -xmode=abs_centre -layer=com_134 -colour=0x000000 -fill=yes -trans=238 - -// 378:41 -[com_41] -type=rectangle -y=1 -width=371 -height=49 -xmode=abs_centre -layer=com_134 -colour=0x000000 -fill=yes -trans=222 - -// 378:42 -[com_42] -type=graphic -y=3 -width=359 -height=45 -xmode=abs_centre -layer=com_134 -graphic=graphic_984 -tiling=yes - -// 378:43 -[com_43] -type=graphic -x=4 -y=3 -width=4 -height=45 -layer=com_134 -graphic=graphic_983 - -// 378:44 -[com_44] -type=graphic -x=4 -y=3 -width=4 -height=45 -xmode=abs_right -layer=com_134 -graphic=graphic_983 -hflip=yes - -// 378:45 -[com_45] -type=text -y=3 -width=357 -height=45 -xmode=abs_centre -layer=com_134 -textfont=welcome_font_large -text=Click Here To Play -textalignh=1 -textalignv=1 -colour=0x2b2519 - -// 378:46 -[com_46] -type=rectangle -x=487 -y=214 -width=202 -height=94 -layer=com_125 -colour=0x000000 -fill=yes -trans=222 - -// 378:47 -[com_47] -type=rectangle -x=485 -y=212 -width=206 -height=98 -layer=com_125 -colour=0x000000 -fill=yes -trans=238 - -// 378:48 -[com_48] -type=rectangle -x=495 -y=223 -width=186 -height=75 -layer=com_125 -colour=0x000000 -fill=yes - -// 378:49 -[com_49] -type=graphic -x=489 -y=216 -width=9 -height=9 -layer=com_125 -graphic="bronze_border,0" - -// 378:50 -[com_50] -type=graphic -x=678 -y=225 -width=9 -height=72 -layer=com_125 -graphic="bronze_border,2" -tiling=yes - -// 378:51 -[com_51] -type=graphic -x=489 -y=297 -width=9 -height=9 -layer=com_125 -graphic="bronze_border,0" -2dangle=16384 - -// 378:52 -[com_52] -type=graphic -x=489 -y=225 -width=9 -height=72 -layer=com_125 -graphic="bronze_border,4" -tiling=yes - -// 378:53 -[com_53] -type=graphic -x=678 -y=297 -width=9 -height=9 -layer=com_125 -graphic="bronze_border,0" -2dangle=16384 -vflip=yes - -// 378:54 -[com_54] -type=graphic -x=498 -y=297 -width=180 -height=9 -layer=com_125 -graphic="bronze_border,3" -tiling=yes - -// 378:55 -[com_55] -type=graphic -x=498 -y=216 -width=180 -height=9 -layer=com_125 -graphic="bronze_border,1" -tiling=yes - -// 378:56 -[com_56] -type=text -x=558 -y=226 -width=119 -height=70 -layer=com_125 -textfont=p11_full -text=You have not yet set any recovery questions. -textalignv=1 -textshadow=yes -colour=0xc6b894 - -// 378:57 -[com_57] -type=graphic -x=678 -y=216 -width=9 -height=9 -layer=com_125 -graphic="bronze_border,0" -hflip=yes - -// 378:58 -[com_58] -type=graphic -x=503 -y=235 -width=51 -height=51 -layer=com_125 -graphic="security_icons,1" - -// 378:59 -[com_59] -type=rectangle -x=485 -y=116 -width=206 -height=97 -layer=com_124 -colour=0x000000 -fill=yes -trans=238 - -// 378:60 -[com_60] -type=rectangle -x=487 -y=118 -width=202 -height=94 -layer=com_124 -colour=0x000000 -fill=yes -trans=222 - -// 378:61 -[com_61] -type=rectangle -x=495 -y=127 -width=186 -height=75 -layer=com_124 -colour=0x000000 -fill=yes - -// 378:62 -[com_62] -type=text -x=557 -y=130 -width=120 -height=70 -layer=com_124 -textfont=p11_full -text=You do not have a bank pin. Please visit a bank if you would like one. -textalignv=1 -textshadow=yes -colour=0xc6b894 - -// 378:63 -[com_63] -type=graphic -x=503 -y=139 -width=51 -height=51 -layer=com_124 -graphic="security_icons,0" - -// 378:64 -[com_64] -type=graphic -x=678 -y=120 -width=9 -height=9 -layer=com_124 -graphic="bronze_border,0" -hflip=yes - -// 378:65 -[com_65] -type=graphic -x=489 -y=129 -width=9 -height=72 -layer=com_124 -graphic="bronze_border,4" -tiling=yes - -// 378:66 -[com_66] -type=graphic -x=498 -y=201 -width=180 -height=9 -layer=com_124 -graphic="bronze_border,3" -tiling=yes - -// 378:67 -[com_67] -type=graphic -x=678 -y=129 -width=9 -height=72 -layer=com_124 -graphic="bronze_border,2" -tiling=yes - -// 378:68 -[com_68] -type=graphic -x=489 -y=201 -width=9 -height=9 -layer=com_124 -graphic="bronze_border,0" -2dangle=16384 - -// 378:69 -[com_69] -type=graphic -x=489 -y=120 -width=9 -height=9 -layer=com_124 -graphic="bronze_border,0" - -// 378:70 -[com_70] -type=graphic -x=498 -y=120 -width=180 -height=9 -layer=com_124 -graphic="bronze_border,1" -tiling=yes - -// 378:71 -[com_71] -type=graphic -x=678 -y=201 -width=9 -height=9 -layer=com_124 -graphic="bronze_border,0" -2dangle=16384 -vflip=yes - -// 378:72 -[com_72] -type=graphic -x=292 -y=127 -width=186 -height=154 -layer=com_121 -graphic=map_image - -// 378:73 -[com_73] -type=rectangle -x=282 -y=118 -width=200 -height=192 -layer=com_121 -colour=0x000000 -fill=yes -trans=222 - -// 378:74 -[com_74] -type=rectangle -x=280 -y=116 -width=204 -height=196 -layer=com_121 -colour=0x000000 -fill=yes -trans=238 - -// 378:75 -[com_75] -type=rectangle -x=292 -y=215 -width=180 -height=48 -layer=com_121 -colour=0x000000 -fill=yes -trans=192 - -// 378:76 -[com_76] -type=graphic -x=461 -y=132 -width=6 -height=6 -layer=com_121 -graphic=graphic_1079 -trans=96 -hflip=yes - -// 378:77 -[com_77] -type=graphic -x=472 -y=128 -width=8 -height=172 -layer=com_121 -graphic="silver_border,2" -tiling=yes - -// 378:78 -[com_78] -type=graphic -y=120 -width=180 -height=8 -xmode=abs_centre -layer=com_121 -graphic="silver_border,1" -tiling=yes - -// 378:79 -[com_79] -type=graphic -x=297 -y=138 -width=6 -height=64 -layer=com_121 -graphic=graphic_1080 -tiling=yes -trans=96 - -// 378:80 -[com_80] -type=graphic -x=472 -y=300 -width=8 -height=8 -layer=com_121 -graphic="silver_border,0" -2dangle=32768 - -// 378:81 -[com_81] -type=graphic -x=297 -y=132 -width=6 -height=6 -layer=com_121 -graphic=graphic_1079 -trans=96 - -// 378:82 -[com_82] -type=graphic -x=284 -y=300 -width=8 -height=8 -layer=com_121 -graphic="silver_border,0" -2dangle=16384 - -// 378:83 -[com_83] -type=graphic -x=303 -y=138 -width=158 -height=64 -layer=com_121 -graphic=graphic_1080 -tiling=yes -trans=96 - -// 378:84 -[com_84] -type=graphic -x=292 -y=300 -width=180 -height=8 -layer=com_121 -graphic="silver_border,3" -tiling=yes - -// 378:85 -[com_85] -type=graphic -x=461 -y=138 -width=6 -height=64 -layer=com_121 -graphic=graphic_1080 -tiling=yes -trans=96 - -// 378:86 -[com_86] -type=graphic -x=284 -y=128 -width=8 -height=172 -layer=com_121 -graphic="silver_border,4" -tiling=yes - -// 378:87 -[com_87] -type=graphic -x=284 -y=120 -width=8 -height=8 -layer=com_121 -graphic="silver_border,0" - -// 378:88 -[com_88] -type=graphic -x=461 -y=202 -width=6 -height=6 -layer=com_121 -graphic=graphic_1079 -trans=96 -vflip=yes -hflip=yes - -// 378:89 -[com_89] -type=graphic -x=303 -y=202 -width=158 -height=6 -layer=com_121 -graphic=graphic_1080 -tiling=yes -trans=96 - -// 378:90 -[com_90] -type=graphic -x=472 -y=120 -width=8 -height=8 -layer=com_121 -graphic="silver_border,0" -2dangle=49152 - -// 378:91 -[com_91] -type=graphic -x=297 -y=202 -width=6 -height=6 -layer=com_121 -graphic=graphic_1079 -trans=96 -vflip=yes - -// 378:92 -[com_92] -type=graphic -x=303 -y=132 -width=158 -height=6 -layer=com_121 -graphic=graphic_1080 -tiling=yes -trans=96 - -// 378:93 -[com_93] -type=text -x=295 -y=218 -width=175 -height=40 -layer=com_121 -textfont=p11_full -text=You have 60 days of member credit remaining. Please click here to extend your credit. -colour=0xffffff - -// 378:94 -[com_94] -type=text -x=301 -y=178 -width=160 -height=23 -layer=com_121 -textfont=p11_full -text=60 days of member credit -textalignh=1 -colour=0xffffff - -// 378:95 -[com_95] -type=graphic -x=342 -y=140 -width=42 -height=33 -layer=com_121 -graphic=graphic_1084 - -// 378:96 -[com_96] -type=text -x=391 -y=141 -width=32 -height=32 -layer=com_121 -textfont=welcome_font_large -text=60 -colour=0xebb723 - -// 378:97 -[com_97] -type=graphic -y=60 -width=554 -height=26 -xmode=abs_centre -layer=com_114 -graphic=graphic_889 - -// 378:98 -[com_98] -type=graphic -y=60 -width=251 -height=26 -xmode=abs_centre -layer=com_114 -graphic=graphic_890 - -// 378:99 -[com_99] -type=graphic -x=220 -y=60 -width=37 -height=26 -xmode=abs_right -layer=com_114 -graphic="welcome_title,3" - -// 378:100 -[com_100] -type=graphic -x=220 -y=60 -width=37 -height=26 -layer=com_114 -graphic="welcome_title,2" - -// 378:101 -[com_101] -type=graphic -x=69 -y=60 -width=37 -height=26 -xmode=abs_right -layer=com_114 -graphic="welcome_title,1" - -// 378:102 -[com_102] -type=graphic -x=68 -y=60 -width=37 -height=26 -layer=com_114 -graphic="welcome_title,0" - -// 378:103 -[com_103] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_0 -colour=0x000000 -fill=yes - -// 378:104 -[com_104] -type=graphic -x=42 -y=45 -width=338 -height=422 -layer=com_0 -graphic=graphic_1118 -tiling=yes - -// 378:105 -[com_105] -type=graphic -x=378 -y=45 -width=346 -height=422 -layer=com_0 -graphic=graphic_1118 -tiling=yes -hflip=yes - -// 378:106 -[com_106] -type=graphic -x=4 -y=456 -width=179 -height=43 -layer=com_0 -graphic=graphic_1116 -vflip=yes - -// 378:107 -[com_107] -type=graphic -x=183 -y=456 -width=400 -height=43 -layer=com_0 -graphic=graphic_1117 -tiling=yes -vflip=yes - -// 378:108 -[com_108] -type=graphic -x=4 -y=10 -width=179 -height=43 -layer=com_0 -graphic=graphic_1116 - -// 378:109 -[com_109] -type=graphic -x=183 -y=10 -width=400 -height=43 -layer=com_0 -graphic=graphic_1117 -tiling=yes - -// 378:110 -[com_110] -type=graphic -x=582 -y=456 -width=179 -height=43 -layer=com_0 -graphic=graphic_1116 -vflip=yes -hflip=yes - -// 378:111 -[com_111] -type=graphic -x=582 -y=10 -width=179 -height=43 -layer=com_0 -graphic=graphic_1116 -hflip=yes - -// 378:112 -[com_112] -type=rectangle -y=86 -width=628 -height=228 -xmode=abs_centre -layer=com_0 -colour=0x000000 -fill=yes -trans=224 - -// 378:113 -[com_113] -type=rectangle -y=316 -width=628 -height=70 -xmode=abs_centre -layer=com_0 -colour=0x000000 -fill=yes -trans=224 - -// 378:114 -[com_114] -type=layer -width=765 -height=503 - -// 378:115 -[com_115] -type=text -x=220 -y=62 -width=325 -height=22 -textfont=welcome_font_small -text=Welcome to RuneScape -textalignh=1 -colour=0x2b2519 - -// 378:116 -[com_116] -type=text -x=106 -y=94 -width=326 -height=12 -textfont=p12_full -text=You last logged in yesterday from: -textalignh=2 -colour=0x000000 - -// 378:117 -[com_117] -type=text -x=436 -y=94 -width=200 -height=12 -textfont=p12_full -text=10.1120.190 -colour=0x000000 -onload=script1390 -ontimer=script1391 - -// 378:118 -[com_118] -type=layer -width=765 -height=503 - -// 378:119 -[com_119] -type=layer -x=83 -y=260 -width=185 -height=42 -onmouseleave=script1335 -onmouserepeat=script1334 - -// 378:120 -[com_120] -type=layer -x=89 -y=267 -width=175 -height=28 -hide=yes - -// 378:121 -[com_121] -type=layer -width=765 -height=503 - -// 378:122 -[com_122] -type=layer -x=291 -y=262 -width=182 -height=40 -onmouseleave=script1333 -onmouserepeat=script1332 - -// 378:123 -[com_123] -type=layer -x=295 -y=266 -width=174 -height=30 -hide=yes - -// 378:124 -[com_124] -type=layer -width=765 -height=503 - -// 378:125 -[com_125] -type=layer -y=2 -width=765 -height=503 - -// 378:126 -[com_126] -type=graphic -x=6 -y=1 -width=162 -height=26 -layer=com_120 -graphic=graphic_982 -tiling=yes - -// 378:127 -[com_127] -type=graphic -x=1 -y=1 -width=5 -height=26 -layer=com_120 -graphic=graphic_981 - -// 378:128 -[com_128] -type=graphic -x=168 -y=1 -width=5 -height=26 -layer=com_120 -graphic=graphic_981 -hflip=yes - -// 378:129 -[com_129] -type=text -x=-3 -y=3 -width=180 -height=24 -layer=com_120 -textfont=welcome_font_small -text=Message Centre -textalignh=1 -colour=0xb08622 - -// 378:130 -[com_130] -type=graphic -x=7 -y=2 -width=160 -height=26 -layer=com_123 -graphic=graphic_982 -tiling=yes - -// 378:131 -[com_131] -type=graphic -x=2 -y=2 -width=5 -height=26 -layer=com_123 -graphic=graphic_981 - -// 378:132 -[com_132] -type=graphic -x=167 -y=2 -width=5 -height=26 -layer=com_123 -graphic=graphic_981 -hflip=yes - -// 378:133 -[com_133] -type=text -x=-3 -y=4 -width=180 -height=24 -layer=com_123 -textfont=welcome_font_small -text=Credit -textalignh=1 -colour=0xb08622 - -// 378:134 -[com_134] -type=layer -x=198 -y=324 -width=375 -height=52 -onmouseleave=script1331 -onmouserepeat=script1330 - -// 378:135 -[com_135] -type=graphic -y=3 -width=359 -height=45 -xmode=abs_centre -layer=com_139 -graphic=graphic_986 -tiling=yes - -// 378:136 -[com_136] -type=graphic -x=4 -y=3 -width=4 -height=45 -layer=com_139 -graphic=graphic_985 - -// 378:137 -[com_137] -type=graphic -x=4 -y=3 -width=4 -height=45 -xmode=abs_right -layer=com_139 -graphic=graphic_985 -hflip=yes - -// 378:138 -[com_138] -type=text -y=3 -width=357 -height=45 -xmode=abs_centre -layer=com_139 -textfont=welcome_font_large -text=Click Here To Play -textalignh=1 -textalignv=1 -colour=0xb08622 - -// 378:139 -[com_139] -type=layer -x=198 -y=324 -width=375 -height=52 -hide=yes - -// 378:140 -[com_140] -type=layer -x=196 -y=321 -width=379 -height=58 -op1=Play RuneScape -onop=script29 - -// 378:141 -[com_141] -type=layer -width=758 -height=305 - -// 378:142 -[com_142] -type=layer -x=561 -y=54 -width=186 -height=78 -layer=com_141 - -// 378:143 -[com_143] -type=layer -x=289 -y=249 -width=185 -height=43 -layer=com_141 -onmouseleave=script40(interface_378:com_142) -onmouserepeat=script38(event_com, interface_378:com_142, "Click to buy credit", 50, 150) - -// 378:144 -[com_144] -type=layer -x=82 -y=250 -width=184 -height=38 -layer=com_141 -onmouseleave=script40(interface_378:com_142) -onmouserepeat=script38(event_com, interface_378:com_142, "Click to view inbox", 50, 150) - -// 378:145 -[com_145] -type=layer -x=296 -y=267 -width=173 -height=28 -layer=com_141 -op1=Open Credit -op10= - -// 378:146 -[com_146] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 378:147 -[com_147] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -hide=yes - -// 378:148 -[com_148] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_150 -op10= - -// 378:149 -[com_149] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_147 -noclickthrough=yes -op10= - -// 378:150 -[com_150] -type=layer -width=410 -height=215 -xmode=abs_centre -ymode=abs_centre -layer=com_147 -op10= - -// 378:151 -[com_151] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_149 -colour=0x000000 -fill=yes -trans=112 -op10= - -// 378:152 -[com_152] -type=rectangle -x=2 -y=2 -width=4 -height=4 -widthmode=minus -heightmode=minus -layer=com_148 -colour=0x000000 -fill=yes -trans=238 -op10= - -// 378:153 -[com_153] -type=rectangle -x=4 -y=4 -width=8 -height=8 -widthmode=minus -heightmode=minus -layer=com_148 -colour=0x000000 -fill=yes -trans=222 -op10= - -// 378:154 -[com_154] -type=graphic -x=15 -y=15 -width=30 -height=81 -widthmode=minus -heightmode=minus -layer=com_148 -graphic=graphic_1594 -tiling=yes -op10= - -// 378:155 -[com_155] -type=graphic -x=20 -y=20 -width=6 -height=6 -layer=com_148 -graphic=graphic_1079 -trans=96 -op10= - -// 378:156 -[com_156] -type=graphic -x=26 -y=20 -width=52 -height=6 -widthmode=minus -layer=com_148 -graphic=graphic_1080 -tiling=yes -trans=96 -op10= - -// 378:157 -[com_157] -type=graphic -x=20 -y=20 -width=6 -height=6 -xmode=abs_right -layer=com_148 -graphic=graphic_1079 -trans=96 -hflip=yes -op10= - -// 378:158 -[com_158] -type=graphic -x=20 -y=26 -width=6 -height=103 -heightmode=minus -xmode=abs_right -layer=com_148 -graphic=graphic_1080 -tiling=yes -trans=96 -op10= - -// 378:159 -[com_159] -type=graphic -x=20 -y=71 -width=6 -height=6 -xmode=abs_right -ymode=abs_bottom -layer=com_148 -graphic=graphic_1079 -trans=96 -vflip=yes -hflip=yes -op10= - -// 378:160 -[com_160] -type=graphic -x=26 -y=71 -width=52 -height=6 -widthmode=minus -ymode=abs_bottom -layer=com_148 -graphic=graphic_1080 -tiling=yes -trans=96 -op10= - -// 378:161 -[com_161] -type=graphic -x=20 -y=71 -width=6 -height=6 -ymode=abs_bottom -layer=com_148 -graphic=graphic_1079 -trans=96 -vflip=yes -op10= - -// 378:162 -[com_162] -type=graphic -x=20 -y=26 -width=6 -height=103 -heightmode=minus -layer=com_148 -graphic=graphic_1080 -tiling=yes -trans=96 -op10= - -// 378:163 -[com_163] -type=graphic -x=26 -y=26 -width=52 -height=103 -widthmode=minus -heightmode=minus -layer=com_148 -graphic=graphic_1080 -tiling=yes -trans=96 -op10= - -// 378:164 -[com_164] -type=graphic -x=6 -y=6 -width=9 -height=9 -layer=com_148 -graphic="bronze_border,0" -op10= - -// 378:165 -[com_165] -type=graphic -x=15 -y=6 -width=30 -height=9 -widthmode=minus -layer=com_148 -graphic="bronze_border,1" -tiling=yes -op10= - -// 378:166 -[com_166] -type=graphic -x=6 -y=6 -width=9 -height=9 -xmode=abs_right -layer=com_148 -graphic="bronze_border,0" -hflip=yes -op10= - -// 378:167 -[com_167] -type=graphic -x=6 -y=15 -width=9 -height=30 -heightmode=minus -xmode=abs_right -layer=com_148 -graphic="bronze_border,2" -tiling=yes -op10= - -// 378:168 -[com_168] -type=graphic -x=6 -y=6 -width=9 -height=9 -xmode=abs_right -ymode=abs_bottom -layer=com_148 -graphic="bronze_border,0" -2dangle=16384 -vflip=yes -op10= - -// 378:169 -[com_169] -type=graphic -x=15 -y=6 -width=30 -height=9 -widthmode=minus -ymode=abs_bottom -layer=com_148 -graphic="bronze_border,3" -tiling=yes -op10= - -// 378:170 -[com_170] -type=graphic -x=6 -y=6 -width=9 -height=9 -ymode=abs_bottom -layer=com_148 -graphic="bronze_border,0" -2dangle=16384 -op10= - -// 378:171 -[com_171] -type=graphic -x=6 -y=15 -width=9 -height=30 -heightmode=minus -layer=com_148 -graphic="bronze_border,4" -tiling=yes -op10= - -// 378:172 -[com_172] -type=layer -y=15 -width=8192 -height=52 -widthmode=proportion -ymode=abs_bottom -layer=com_150 -op10= - -// 378:173 -[com_173] -type=layer -x=20 -y=4 -width=25 -height=45 -widthmode=minus -layer=com_172 -noclickthrough=yes -onmouseover=script2025(1) -onmouseleave=script2025(0) -onclick=script2022 - -// 378:174 -[com_174] -type=graphic -x=15 -y=1 -width=15 -height=16391 -widthmode=minus -heightmode=proportion -layer=com_172 -graphic=graphic_1078 -op10= - -// 378:175 -[com_175] -type=graphic -x=20 -y=4 -width=4 -height=45 -layer=com_172 -graphic=graphic_983 -op10= - -// 378:176 -[com_176] -type=graphic -x=24 -y=4 -width=33 -height=45 -widthmode=minus -layer=com_172 -graphic=graphic_984 -tiling=yes -op10= - -// 378:177 -[com_177] -type=graphic -x=5 -y=4 -width=4 -height=45 -xmode=abs_right -layer=com_172 -graphic=graphic_983 -hflip=yes -op10= - -// 378:178 -[com_178] -type=text -x=20 -y=4 -width=180 -height=45 -layer=com_172 -textfont=welcome_font_small -text=RE-SUBSCRIBE NOW -textlineheight=20 -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - -// 378:179 -[com_179] -type=layer -y=15 -width=8192 -height=35 -widthmode=proportion -xmode=abs_right -ymode=abs_bottom -layer=com_150 -op10= - -// 378:180 -[com_180] -type=layer -y=15 -width=8192 -height=52 -widthmode=proportion -xmode=abs_right -ymode=abs_bottom -layer=com_150 -hide=yes -op10= - -// 378:181 -[com_181] -type=layer -x=20 -width=25 -height=45 -widthmode=minus -xmode=abs_right -ymode=abs_centre -layer=com_180 -noclickthrough=yes -op1=Close -op10= -onmouseover=script2023(1) -onmouseleave=script2023(0) - -// 378:182 -[com_182] -type=graphic -x=15 -y=1 -width=15 -height=16384 -widthmode=minus -heightmode=proportion -xmode=abs_right -layer=com_180 -graphic=graphic_1078 -op10= - -// 378:183 -[com_183] -type=graphic -x=5 -y=4 -width=4 -height=45 -layer=com_180 -graphic=graphic_1599 -op10= - -// 378:184 -[com_184] -type=graphic -x=24 -y=4 -width=33 -height=45 -widthmode=minus -xmode=abs_right -layer=com_180 -graphic=graphic_1600 -tiling=yes -op10= - -// 378:185 -[com_185] -type=graphic -x=20 -y=4 -width=4 -height=45 -xmode=abs_right -layer=com_180 -graphic=graphic_1599 -hflip=yes -op10= - -// 378:186 -[com_186] -type=text -x=5 -y=1 -width=180 -height=27 -ymode=abs_centre -layer=com_180 -textfont=welcome_font_small -text=CLOSE -textalignh=1 -colour=0x000000 -op10= - -// 378:187 -[com_187] -type=layer -x=5 -width=25 -height=27 -widthmode=minus -ymode=abs_centre -layer=com_179 -noclickthrough=yes -op1=Close -onmouseover=script2024(1) -onmouseleave=script2024(0) - -// 378:188 -[com_188] -type=graphic -x=15 -width=15 -height=36 -widthmode=minus -xmode=abs_right -layer=com_179 -graphic=graphic_1078 -op10= - -// 378:189 -[com_189] -type=graphic -x=5 -width=8 -height=27 -ymode=abs_centre -layer=com_179 -graphic=graphic_1595 -op10= - -// 378:190 -[com_190] -type=graphic -x=13 -width=41 -height=27 -widthmode=minus -ymode=abs_centre -layer=com_179 -graphic=graphic_1596 -tiling=yes -op10= - -// 378:191 -[com_191] -type=graphic -x=20 -width=8 -height=27 -xmode=abs_right -ymode=abs_centre -layer=com_179 -graphic=graphic_1595 -hflip=yes -op10= - -// 378:192 -[com_192] -type=text -x=5 -y=1 -width=180 -height=27 -ymode=abs_centre -layer=com_179 -textfont=welcome_font_small -text=CLOSE -textalignh=1 -colour=0x000000 -op10= - -// 378:193 -[com_193] -type=text -x=30 -y=30 -width=60 -height=110 -widthmode=minus -heightmode=minus -layer=com_150 -textfont=p12_full -textlineheight=15 -colour=0xffffff -op10= -ontimer=script400 - -// 378:194 -[com_194] -type=layer -x=15 -y=50 -width=190 -height=16 -xmode=abs_right -ymode=abs_bottom -layer=com_150 -noclickthrough=yes -op10= -onclick=script2021(event_com) - -// 378:195 -[com_195] -type=layer -x=15 -y=18 -width=190 -height=33 -xmode=abs_right -ymode=abs_bottom -layer=com_150 -hide=yes -noclickthrough=yes -op10= - -// 378:196 -[com_196] -type=graphic -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_194 -graphic=tradebacking_dark -tiling=yes - -// 378:197 -[com_197] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_194 -colour=0x000000 - -// 378:198 -[com_198] -type=graphic -width=16 -height=16 -xmode=abs_right -layer=com_194 -graphic="scrollbar_v2,1" - -// 378:199 -[com_199] -type=text -x=5 -width=22 -height=16391 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_194 -textfont=p11_full -text=Remind me again in 3 days. -textalignv=1 -colour=0xffffff - -// 378:200 -[com_200] -type=graphic -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_195 -graphic=tradebacking_light -tiling=yes - -// 378:201 -[com_201] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_195 -colour=0x000000 - -// 378:202 -[com_202] -type=text -x=5 -y=2 -width=10 -height=15 -widthmode=minus -layer=com_195 -textfont=p11_full -text=Remind me again in 3 days. -textalignv=1 -colour=0xffffff -op1=Select -onmouseover=script401(event_com) -onmouseleave=script2020(event_com) -onop=script2021(event_com) - -// 378:203 -[com_203] -type=text -x=5 -y=17 -width=10 -height=15 -widthmode=minus -layer=com_195 -textfont=p11_full -text=Don't remind me again. -textalignv=1 -colour=0xffffff -op1=Select -onmouseover=script401(event_com) -onmouseleave=script2020(event_com) -onop=script2021(event_com) - -// 378:204 -[com_204] -type=layer -x=89 -y=267 -width=173 -height=28 -layer=com_141 -op1=Open Message Centre -op10= - diff --git a/dumps/530/interface/interface_379.if3 b/dumps/530/interface/interface_379.if3 deleted file mode 100644 index f85c85249..000000000 --- a/dumps/530/interface/interface_379.if3 +++ /dev/null @@ -1,350 +0,0 @@ -// 379:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 379:1 -[com_1] -type=model -x=-23 -y=-66 -width=557 -height=449 -layer=com_0 -model=model_5120 -modelorigin_x=-9 -modelorigin_y=-20 -modelangle_x=526 -modelangle_y=515 -modelangle_z=0 -modelzoom=177 -unknown100=64607 -unknown101=3000 - -// 379:2 -[com_2] -type=model -x=290 -y=145 -width=132 -height=156 -layer=com_0 -model=model_5122 -modelorigin_x=3 -modelorigin_y=-7 -modelangle_x=493 -modelangle_y=527 -modelangle_z=0 -modelzoom=184 -unknown100=64613 -unknown101=3000 - -// 379:3 -[com_3] -type=model -x=96 -y=141 -width=133 -height=159 -layer=com_0 -model=model_5122 -modelorigin_x=3 -modelorigin_y=-7 -modelangle_x=513 -modelangle_y=514 -modelangle_z=0 -modelzoom=184 -unknown100=64610 -unknown101=3000 - -// 379:4 -[com_4] -type=text -x=124 -y=155 -width=64 -height=18 -layer=com_0 -textfont=q8_full -text=Time -textalignh=1 -textshadow=yes -colour=0xfea924 - -// 379:5 -[com_5] -type=text -x=138 -y=176 -width=38 -height=18 -layer=com_0 -textfont=p12_full -text=4:17 -textalignh=1 -textshadow=yes -colour=0xf4be68 - -// 379:6 -[com_6] -type=text -x=341 -y=177 -width=23 -height=14 -layer=com_0 -textfont=p12_full -text=300 -textalignh=1 -textshadow=yes -colour=0xf4be68 - -// 379:7 -[com_7] -type=text -x=298 -y=155 -width=108 -height=17 -layer=com_0 -textfont=q8_full -text=XP score -textalignh=1 -textshadow=yes -colour=0xfea924 - -// 379:8 -[com_8] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 379:9 -[com_9] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 379:10 -[com_10] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_9 - -// 379:11 -[com_11] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 379:12 -[com_12] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 379:13 -[com_13] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 379:14 -[com_14] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 379:15 -[com_15] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 379:16 -[com_16] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 379:17 -[com_17] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 379:18 -[com_18] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 379:19 -[com_19] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_10 - -// 379:20 -[com_20] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_10 - -// 379:21 -[com_21] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_10 - -// 379:22 -[com_22] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_10 - -// 379:23 -[com_23] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_10 - -// 379:24 -[com_24] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_20 -graphic=tradebacking -tiling=yes -outline=2 - -// 379:25 -[com_25] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_19 -graphic=tradebacking -tiling=yes -outline=2 - -// 379:26 -[com_26] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_21 -graphic=tradebacking -tiling=yes -outline=2 - -// 379:27 -[com_27] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_22 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_38.if3 b/dumps/530/interface/interface_38.if3 deleted file mode 100644 index 194432319..000000000 --- a/dumps/530/interface/interface_38.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 38:0 -[com_0] -type=model -x=6 -y=5 -width=74 -height=66 -layer=com_3 -model=model_4608 -modelorigin_x=0 -modelorigin_y=25 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=512 -unknown100=64129 -unknown101=3000 - -// 38:1 -[com_1] -type=text -x=7 -y=68 -width=72 -height=17 -layer=com_3 -textfont=p12_full -text=Runelink -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 38:2 -[com_2] -type=text -x=7 -y=84 -width=72 -height=13 -layer=com_3 -textfont=p11_full -text=Rank: %1 -textalignh=1 -textshadow=yes -colour=0xaaaaaa -onload=script1274 -onvartransmit=script1274 -onvartransmitlist=varplayer_353 - -// 38:3 -[com_3] -type=layer -width=86 -height=105 -xmode=abs_right - diff --git a/dumps/530/interface/interface_380.if3 b/dumps/530/interface/interface_380.if3 deleted file mode 100644 index 4454386e9..000000000 --- a/dumps/530/interface/interface_380.if3 +++ /dev/null @@ -1,259 +0,0 @@ -// 380:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 380:1 -[com_1] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_0 - -// 380:2 -[com_2] -type=model -x=4 -y=9 -width=507 -height=317 -layer=com_1 -model=model_40691 -modelorigin_x=4 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=2047 -modelangle_z=0 -modelzoom=554 -unknown100=2535 -unknown101=3000 - -// 380:3 -[com_3] -type=text -x=143 -y=75 -width=220 -height=18 -layer=com_1 -textfont=q8_full -text=Congratulations! -textalignh=1 -textshadow=yes -colour=0xff9933 - -// 380:4 -[com_4] -type=text -x=90 -y=92 -width=325 -height=29 -layer=com_1 -textfont=p12_full -text=You have completed Death Plateau! -textlineheight=14 -textalignh=1 -textalignv=1 -colour=0x3b2e22 - -// 380:5 -[com_5] -type=model -x=60 -y=132 -width=65 -height=52 -layer=com_1 -model=model_2632 -modelorigin_x=1 -modelorigin_y=22 -modelangle_x=137 -modelangle_y=2041 -modelangle_z=0 -modelzoom=172 -unknown100=65136 -unknown101=3000 - -// 380:6 -[com_6] -type=text -x=186 -y=263 -width=131 -height=13 -layer=com_1 -textfont=p12_full -text=Quest Points: -textalignh=1 -textshadow=yes -colour=0xff9933 - -// 380:7 -[com_7] -type=text -x=321 -y=263 -width=17 -height=14 -layer=com_1 -textfont=p12_full -text=%1 -textalignh=1 -textshadow=yes -colour=0xff9933 - -// 380:8 -[com_8] -type=model -x=380 -y=185 -width=73 -height=148 -layer=com_1 -model=model_3037 -modelorigin_x=0 -modelorigin_y=-37 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=63988 -unknown101=3000 - -// 380:9 -[com_9] -type=text -x=130 -y=123 -width=245 -height=16 -layer=com_1 -textfont=p12_full -text=You are awarded: -textalignh=1 -colour=0x3b242c - -// 380:10 -[com_10] -type=text -x=130 -y=141 -width=245 -height=14 -layer=com_1 -textfont=p12_full -text=Line 1 -textalignh=1 -colour=0x3b2e22 - -// 380:11 -[com_11] -type=text -x=130 -y=156 -width=245 -height=14 -layer=com_1 -textfont=p12_full -text=Line 2 -textalignh=1 -colour=0x3b2e22 - -// 380:12 -[com_12] -type=text -x=130 -y=171 -width=245 -height=14 -layer=com_1 -textfont=p12_full -text=Line 3 -textalignh=1 -colour=0x3b2e22 - -// 380:13 -[com_13] -type=text -x=130 -y=186 -width=245 -height=14 -layer=com_1 -textfont=p12_full -text=Line 4 -textalignh=1 -colour=0x3b2e22 - -// 380:14 -[com_14] -type=text -x=130 -y=201 -width=245 -height=14 -layer=com_1 -textfont=p12_full -text=Line 5 -textalignh=1 -colour=0x3b2e22 - -// 380:15 -[com_15] -type=text -x=130 -y=216 -width=245 -height=14 -layer=com_1 -textfont=p12_full -text=Line 6 -textalignh=1 -colour=0x3b2e22 - -// 380:16 -[com_16] -type=text -x=130 -y=231 -width=245 -height=14 -layer=com_1 -textfont=p12_full -text=Line 7 -textalignh=1 -colour=0x3b2e22 - -// 380:17 -[com_17] -type=text -x=130 -y=246 -width=245 -height=14 -layer=com_1 -textfont=p12_full -text=Line 8 -textalignh=1 -colour=0x3b2e22 - -// 380:18 -[com_18] -type=graphic -x=429 -y=62 -width=26 -height=23 -layer=com_1 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_381.if3 b/dumps/530/interface/interface_381.if3 deleted file mode 100644 index 5ae91b916..000000000 --- a/dumps/530/interface/interface_381.if3 +++ /dev/null @@ -1,33 +0,0 @@ -// 381:0 -[com_0] -type=graphic -x=15 -width=25 -height=25 -layer=com_2 -graphic="headicons_pk_interface,7" -trans=100 - -// 381:1 -[com_1] -type=text -x=1 -y=26 -width=52 -height=6 -layer=com_2 -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xe1981d -ontimer=script54 - -// 381:2 -[com_2] -type=layer -x=12 -y=12 -width=53 -height=41 -xmode=abs_right - diff --git a/dumps/530/interface/interface_382.if3 b/dumps/530/interface/interface_382.if3 deleted file mode 100644 index 6fddda6cc..000000000 --- a/dumps/530/interface/interface_382.if3 +++ /dev/null @@ -1,379 +0,0 @@ -// 382:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 382:1 -[com_1] -type=rectangle -x=78 -y=28 -width=373 -height=243 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 - -// 382:2 -[com_2] -type=graphic -x=76 -y=24 -width=361 -height=236 -layer=com_0 -graphic=tradebacking -tiling=yes - -// 382:3 -[com_3] -type=graphic -x=57 -y=53 -width=32 -height=202 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes - -// 382:4 -[com_4] -type=graphic -x=70 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" - -// 382:5 -[com_5] -type=graphic -x=424 -y=51 -width=32 -height=205 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes - -// 382:6 -[com_6] -type=graphic -x=86 -y=245 -width=341 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes - -// 382:7 -[com_7] -type=graphic -x=70 -y=233 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" - -// 382:8 -[com_8] -type=graphic -x=412 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" - -// 382:9 -[com_9] -type=graphic -x=412 -y=233 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" - -// 382:10 -[com_10] -type=graphic -x=80 -y=35 -width=358 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -opbase= - -// 382:11 -[com_11] -type=graphic -x=70 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" - -// 382:12 -[com_12] -type=graphic -x=412 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" - -// 382:13 -[com_13] -type=graphic -x=417 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onclick=script29 - -// 382:14 -[com_14] -type=model -x=410 -y=57 -width=24 -height=28 -layer=com_0 -model=model_24206 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=5488 -modelorthog=yes -unknown100=59685 -unknown101=3000 - -// 382:15 -[com_15] -type=model -x=82 -y=59 -width=24 -height=28 -layer=com_0 -model=model_24207 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=5488 -modelorthog=yes -unknown100=59685 -unknown101=3000 - -// 382:16 -[com_16] -type=model -x=82 -y=226 -width=24 -height=28 -layer=com_0 -model=model_24207 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=5488 -unknown100=31746 -unknown101=3000 - -// 382:17 -[com_17] -type=model -x=410 -y=227 -width=24 -height=28 -layer=com_0 -model=model_24206 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=5488 -unknown100=31746 -unknown101=3000 - -// 382:18 -[com_18] -type=graphic -x=144 -y=200 -width=90 -height=56 -layer=com_0 -graphic="wild_ditch_sign_button,0" -op1=Ok -onmouseover=script44(event_com, "wild_ditch_sign_button,1") -onmouseleave=script44(event_com, "wild_ditch_sign_button,0") - -// 382:19 -[com_19] -type=graphic -x=275 -y=200 -width=90 -height=56 -layer=com_0 -graphic="wild_ditch_sign_button,0" -op1=Close -onmouseover=script44(event_com, "wild_ditch_sign_button,1") -onmouseleave=script44(event_com, "wild_ditch_sign_button,0") -onclick=script29 - -// 382:20 -[com_20] -type=graphic -x=196 -y=28 -width=19 -height=19 -layer=com_0 -graphic="warning_icons,0" - -// 382:21 -[com_21] -type=graphic -x=302 -y=28 -width=19 -height=19 -layer=com_0 -graphic="warning_icons,0" - -// 382:22 -[com_22] -type=text -x=186 -y=30 -width=146 -height=19 -layer=com_0 -textfont=b12_full -text=WARNING! -textalignh=1 -textshadow=yes -colour=0xe19900 - -// 382:23 -[com_23] -type=text -x=107 -y=50 -width=300 -height=144 -layer=com_0 -textfont=p12_full -text=If you go any further you will enter the Wilderness. This is a very dangerous area, haunted by ghosts! The further north you go, the more dangerous it becomes. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 382:24 -[com_24] -type=text -x=144 -y=201 -width=90 -height=55 -layer=com_0 -textfont=b12_full -text=Enter Wilderness -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8c8c8 - -// 382:25 -[com_25] -type=text -x=274 -y=200 -width=91 -height=56 -layer=com_0 -textfont=b12_full -text=Don't go -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8c8c8 - -// 382:26 -[com_26] -type=layer -x=159 -y=175 -width=255 -height=20 -layer=com_0 -hide=yes - -// 382:27 -[com_27] -type=text -x=28 -y=3 -width=227 -height=15 -layer=com_26 -textfont=p12_full -text=Don't ask me this again -textalignv=1 -textshadow=yes -colour=0xff981f - -// 382:28 -[com_28] -type=graphic -x=3 -y=1 -width=19 -height=19 -layer=com_26 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_382:com_28, 7) -onclick=script163(interface_382:com_28) -onvartransmitlist=varplayer_1045 - -// 382:29 -[com_29] -type=graphic -x=102 -y=7 -width=310 -height=32 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes - diff --git a/dumps/530/interface/interface_383.if3 b/dumps/530/interface/interface_383.if3 deleted file mode 100644 index 8eccad826..000000000 --- a/dumps/530/interface/interface_383.if3 +++ /dev/null @@ -1,479 +0,0 @@ -// 383:0 -[com_0] -type=rectangle -width=541 -height=373 -colour=0x53340c -fill=yes -trans=24 - -// 383:1 -[com_1] -type=model -x=-49 -y=123 -width=590 -height=278 -model=model_10557 -modelorigin_x=6 -modelorigin_y=73 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65436 -unknown101=719 - -// 383:2 -[com_2] -type=model -x=240 -y=121 -width=40 -height=63 -model=model_10425 -modelorigin_x=-8 -modelorigin_y=183 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65281 -unknown101=645 - -// 383:3 -[com_3] -type=model -x=11 -y=7 -width=40 -height=63 -layer=com_6 -model=model_10426 -modelorigin_x=-8 -modelorigin_y=183 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65265 -unknown101=645 - -// 383:4 -[com_4] -type=model -x=304 -y=120 -width=144 -height=95 -model=model_10422 -modelorigin_x=-124 -modelorigin_y=168 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65352 -unknown101=642 - -// 383:5 -[com_5] -type=model -x=292 -y=203 -width=42 -height=44 -model=model_10416 -modelorigin_x=0 -modelorigin_y=8 -modelangle_x=228 -modelangle_y=2047 -modelangle_z=0 -modelzoom=400 -unknown100=65225 -unknown101=811 - -// 383:6 -[com_6] -type=layer -x=229 -y=114 -width=123 -height=279 -hide=yes - -// 383:7 -[com_7] -type=model -x=154 -y=117 -width=66 -height=84 -model=model_10427 -modelorigin_x=65 -modelorigin_y=176 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65388 -unknown101=639 - -// 383:8 -[com_8] -type=model -x=8 -y=10 -width=66 -height=84 -layer=com_9 -model=model_10428 -modelorigin_x=65 -modelorigin_y=176 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65357 -unknown101=639 - -// 383:9 -[com_9] -type=layer -x=146 -y=107 -width=206 -height=341 -hide=yes - -// 383:10 -[com_10] -type=model -x=65 -y=130 -width=91 -height=75 -model=model_10414 -modelorigin_x=142 -modelorigin_y=168 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65326 -unknown101=643 - -// 383:11 -[com_11] -type=model -x=7 -y=12 -width=91 -height=75 -layer=com_12 -model=model_10415 -modelorigin_x=142 -modelorigin_y=168 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65301 -unknown101=643 - -// 383:12 -[com_12] -type=layer -x=58 -y=118 -width=294 -height=288 -hide=yes - -// 383:13 -[com_13] -type=model -x=47 -y=183 -width=71 -height=69 -model=model_10423 -modelorigin_x=170 -modelorigin_y=118 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65306 -unknown101=607 - -// 383:14 -[com_14] -type=model -x=5 -y=9 -width=71 -height=69 -layer=com_15 -model=model_10424 -modelorigin_x=170 -modelorigin_y=118 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65293 -unknown101=607 - -// 383:15 -[com_15] -type=layer -x=42 -y=174 -width=310 -height=267 -hide=yes - -// 383:16 -[com_16] -type=model -x=129 -y=169 -width=80 -height=78 -model=model_10412 -modelorigin_x=83 -modelorigin_y=127 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65303 -unknown101=612 - -// 383:17 -[com_17] -type=model -x=12 -y=14 -width=80 -height=78 -layer=com_18 -model=model_10413 -modelorigin_x=83 -modelorigin_y=127 -modelangle_x=249 -modelangle_y=0 -modelangle_z=0 -modelzoom=340 -unknown100=65289 -unknown101=612 - -// 383:18 -[com_18] -type=layer -x=117 -y=155 -width=235 -height=266 -hide=yes - -// 383:19 -[com_19] -type=rectangle -x=154 -y=115 -width=65 -height=56 -colour=0xffff00 -trans=255 -op1=Paint Yellow - -// 383:20 -[com_20] -type=rectangle -x=188 -y=171 -width=31 -height=31 -colour=0xffff00 -trans=255 -op1=Paint Yellow - -// 383:21 -[com_21] -type=rectangle -x=236 -y=118 -width=45 -height=68 -colour=0xff0000 -trans=255 -op1=Paint Red - -// 383:22 -[com_22] -type=rectangle -x=65 -y=125 -width=62 -height=54 -colour=0x00ff00 -trans=255 -op1=Paint Green - -// 383:23 -[com_23] -type=rectangle -x=71 -y=181 -width=46 -height=52 -colour=0xff00ff -trans=255 -op1=Paint Pink - -// 383:24 -[com_24] -type=rectangle -x=127 -y=175 -width=61 -height=49 -colour=0x0000ff -trans=255 -op1=Paint Blue - -// 383:25 -[com_25] -type=model -x=135 -y=37 -width=231 -height=67 -model=model_10094 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=524 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=64840 -unknown101=1334 - -// 383:26 -[com_26] -type=text -x=189 -y=54 -width=122 -height=19 -textfont=q8_full -text=Pick a colour -textalignh=1 -colour=0xffff00 - -// 383:27 -[com_27] -type=model -x=63 -y=89 -width=42 -height=44 -layer=com_6 -model=model_10420 -modelorigin_x=0 -modelorigin_y=8 -modelangle_x=228 -modelangle_y=2047 -modelangle_z=0 -modelzoom=400 -unknown100=65210 -unknown101=811 - -// 383:28 -[com_28] -type=model -x=146 -y=96 -width=42 -height=44 -layer=com_9 -model=model_10421 -modelorigin_x=0 -modelorigin_y=8 -modelangle_x=228 -modelangle_y=2047 -modelangle_z=0 -modelzoom=400 -unknown100=65196 -unknown101=811 - -// 383:29 -[com_29] -type=model -x=234 -y=85 -width=42 -height=44 -layer=com_12 -model=model_10418 -modelorigin_x=0 -modelorigin_y=8 -modelangle_x=228 -modelangle_y=2047 -modelangle_z=0 -modelzoom=400 -unknown100=65182 -unknown101=811 - -// 383:30 -[com_30] -type=model -x=250 -y=29 -width=42 -height=44 -layer=com_15 -model=model_10419 -modelorigin_x=0 -modelorigin_y=8 -modelangle_x=228 -modelangle_y=2047 -modelangle_z=0 -modelzoom=400 -unknown100=65169 -unknown101=811 - -// 383:31 -[com_31] -type=model -x=175 -y=48 -width=42 -height=44 -layer=com_18 -model=model_10417 -modelorigin_x=0 -modelorigin_y=8 -modelangle_x=228 -modelangle_y=2047 -modelangle_z=0 -modelzoom=400 -unknown100=65157 -unknown101=811 - -// 383:32 -[com_32] -type=graphic -x=475 -y=15 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_384.if b/dumps/530/interface/interface_384.if deleted file mode 100644 index cd6f30098..000000000 --- a/dumps/530/interface/interface_384.if +++ /dev/null @@ -1,60 +0,0 @@ -// 384:0 -[com_0] - -// 384:1 -[com_1] - -// 384:2 -[com_2] - -// 384:3 -[com_3] - -// 384:4 -[com_4] - -// 384:5 -[com_5] - -// 384:6 -[com_6] - -// 384:7 -[com_7] - -// 384:8 -[com_8] - -// 384:9 -[com_9] - -// 384:10 -[com_10] - -// 384:11 -[com_11] - -// 384:12 -[com_12] - -// 384:13 -[com_13] - -// 384:14 -[com_14] - -// 384:15 -[com_15] - -// 384:16 -[com_16] - -// 384:17 -[com_17] - -// 384:18 -[com_18] - -// 384:19 -[com_19] - diff --git a/dumps/530/interface/interface_385.if3 b/dumps/530/interface/interface_385.if3 deleted file mode 100644 index ace510fec..000000000 --- a/dumps/530/interface/interface_385.if3 +++ /dev/null @@ -1,23 +0,0 @@ -// 385:0 -[com_0] -type=model -x=-409 -y=7 -width=18439 -height=22326 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_9104 -modelorigin_x=18 -modelorigin_y=-16 -modelangle_x=436 -modelangle_y=307 -modelangle_z=0 -modelzoom=95 -unknown100=65074 -unknown101=3000 -modelobjwidth=576 -modelobjheight=455 - diff --git a/dumps/530/interface/interface_386.if3 b/dumps/530/interface/interface_386.if3 deleted file mode 100644 index 2c32c6505..000000000 --- a/dumps/530/interface/interface_386.if3 +++ /dev/null @@ -1,23 +0,0 @@ -// 386:0 -[com_0] -type=model -x=7 -y=7 -width=23079 -height=19873 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_7128 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=162 -unknown100=65070 -unknown101=3000 -modelobjwidth=721 -modelobjheight=405 - diff --git a/dumps/530/interface/interface_387.if b/dumps/530/interface/interface_387.if deleted file mode 100644 index d43b96fad..000000000 --- a/dumps/530/interface/interface_387.if +++ /dev/null @@ -1,192 +0,0 @@ -// 387:0 -[com_0] - -// 387:1 -[com_1] - -// 387:2 -[com_2] - -// 387:3 -[com_3] - -// 387:4 -[com_4] - -// 387:5 -[com_5] - -// 387:6 -[com_6] - -// 387:7 -[com_7] - -// 387:8 -[com_8] - -// 387:9 -[com_9] - -// 387:10 -[com_10] - -// 387:11 -[com_11] - -// 387:12 -[com_12] - -// 387:13 -[com_13] - -// 387:14 -[com_14] - -// 387:15 -[com_15] - -// 387:16 -[com_16] - -// 387:17 -[com_17] - -// 387:18 -[com_18] - -// 387:19 -[com_19] - -// 387:20 -[com_20] - -// 387:21 -[com_21] - -// 387:22 -[com_22] - -// 387:23 -[com_23] - -// 387:24 -[com_24] - -// 387:25 -[com_25] - -// 387:26 -[com_26] - -// 387:27 -[com_27] - -// 387:28 -[com_28] - -// 387:29 -[com_29] - -// 387:30 -[com_30] - -// 387:31 -[com_31] - -// 387:32 -[com_32] - -// 387:33 -[com_33] - -// 387:34 -[com_34] - -// 387:35 -[com_35] - -// 387:36 -[com_36] - -// 387:37 -[com_37] - -// 387:38 -[com_38] - -// 387:39 -[com_39] - -// 387:40 -[com_40] - -// 387:41 -[com_41] - -// 387:42 -[com_42] - -// 387:43 -[com_43] - -// 387:44 -[com_44] - -// 387:45 -[com_45] - -// 387:46 -[com_46] - -// 387:47 -[com_47] - -// 387:48 -[com_48] - -// 387:49 -[com_49] - -// 387:50 -[com_50] - -// 387:51 -[com_51] - -// 387:52 -[com_52] - -// 387:53 -[com_53] - -// 387:54 -[com_54] - -// 387:55 -[com_55] - -// 387:56 -[com_56] - -// 387:57 -[com_57] - -// 387:58 -[com_58] - -// 387:59 -[com_59] - -// 387:60 -[com_60] - -// 387:61 -[com_61] - -// 387:62 -[com_62] - -// 387:63 -[com_63] - diff --git a/dumps/530/interface/interface_388.if3 b/dumps/530/interface/interface_388.if3 deleted file mode 100644 index 4c15f1a51..000000000 --- a/dumps/530/interface/interface_388.if3 +++ /dev/null @@ -1,198 +0,0 @@ -// 388:0 -[com_0] -type=graphic -x=32 -y=31 -width=24 -height=24 -graphic="magicon2,10" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,10", "magicoff2,10", 50, "Smoke Rush", "A single target smoke attack", obj_562, 2, obj_560, 2, obj_554, 1, string_556, string_1) - -// 388:1 -[com_1] -type=graphic -x=66 -y=31 -width=24 -height=24 -graphic="magicon2,18" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,18", "magicoff2,18", 52, "Shadow Rush", "A single target shadow attack", obj_562, 2, obj_560, 2, obj_556, 1, string_566, string_1) - -// 388:2 -[com_2] -type=graphic -x=100 -y=31 -width=24 -height=24 -graphic="magicon2,14" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,14", "magicoff2,14", 56, "Blood Rush", "A single target blood attack", obj_562, 2, obj_560, 2, obj_565, 1, null, string_0) - -// 388:3 -[com_3] -type=graphic -x=134 -y=31 -width=24 -height=24 -graphic="magicon2,6" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,6", "magicoff2,6", 58, "Ice Rush", "A single target ice attack", obj_562, 2, obj_560, 2, obj_555, 2, null, string_0) - -// 388:4 -[com_4] -type=graphic -x=32 -y=82 -width=24 -height=24 -graphic="magicon2,11" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,11", "magicoff2,11", 62, "Smoke Burst", "A multi-target smoke attack", obj_562, 4, obj_560, 2, obj_554, 2, string_556, string_2) - -// 388:5 -[com_5] -type=graphic -x=66 -y=82 -width=24 -height=24 -graphic="magicon2,19" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,19", "magicoff2,19", 64, "Shadow Burst", "A multi-target shadow attack", obj_562, 4, obj_560, 2, obj_556, 1, string_566, string_2) - -// 388:6 -[com_6] -type=graphic -x=100 -y=82 -width=24 -height=24 -graphic="magicon2,15" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,15", "magicoff2,15", 68, "Blood Burst", "A multi-target blood attack", obj_562, 4, obj_560, 2, obj_565, 2, null, string_0) - -// 388:7 -[com_7] -type=graphic -x=134 -y=82 -width=24 -height=24 -graphic="magicon2,7" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,7", "magicoff2,7", 70, "Ice Burst", "A multi-target ice attack", obj_562, 4, obj_560, 2, obj_555, 4, null, string_0) - -// 388:8 -[com_8] -type=graphic -x=32 -y=141 -width=24 -height=24 -graphic="magicon2,12" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,12", "magicoff2,12", 74, "Smoke Blitz", "A single target strong smoke attack", obj_560, 2, obj_565, 2, obj_554, 2, string_556, string_2) - -// 388:9 -[com_9] -type=graphic -x=66 -y=142 -width=24 -height=24 -graphic="magicon2,20" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,20", "magicoff2,20", 76, "Shadow Blitz", "A single target strong shadow attack", obj_560, 2, obj_565, 2, obj_556, 2, string_566, string_2) - -// 388:10 -[com_10] -type=graphic -x=100 -y=142 -width=24 -height=24 -graphic="magicon2,16" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,16", "magicoff2,16", 80, "Blood Blitz", "A single target strong blood attack", obj_560, 2, obj_565, 4, null, 0, null, string_0) - -// 388:11 -[com_11] -type=graphic -x=134 -y=142 -width=24 -height=24 -graphic="magicon2,8" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,8", "magicoff2,8", 82, "Ice Blitz", "A single target strong ice attack", obj_560, 2, obj_565, 2, obj_555, 3, null, string_0) - -// 388:12 -[com_12] -type=graphic -x=32 -y=198 -width=24 -height=24 -graphic="magicon2,13" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,13", "magicoff2,13", 86, "Smoke Barrage", "A multi-target smoke attack", obj_560, 4, obj_565, 2, obj_554, 4, string_556, string_4) - -// 388:13 -[com_13] -type=graphic -x=66 -y=198 -width=24 -height=24 -graphic="magicon2,21" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,21", "magicoff2,21", 88, "Shadow Barrage", "A multi-target strong shadow attack", obj_560, 4, obj_565, 2, obj_556, 4, string_566, string_3) - -// 388:14 -[com_14] -type=graphic -x=100 -y=198 -width=24 -height=24 -graphic="magicon2,17" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,17", "magicoff2,17", 92, "Blood Barrage", "A multi-target strong blood attack", obj_560, 4, obj_565, 4, obj_566, 1, null, string_0) - -// 388:15 -[com_15] -type=graphic -x=134 -y=198 -width=24 -height=24 -graphic="magicon2,9" -op1=Cast -onload=script6(event_com, interface_388:com_17, "magicon2,9", "magicoff2,9", 94, "Ice Barrage", "A multi-target strong ice attack", obj_560, 4, obj_565, 2, obj_555, 6, null, string_0) - -// 388:16 -[com_16] -type=text -x=127 -y=241 -width=60 -height=16 -textfont=p12_full -text=Cancel -textalignh=1 -textshadow=yes -colour=0x808080 -op1=Cancel -onmouseover=script45(event_com, 0xc8c8c8) -onmouseleave=script45(event_com, 0x808080) - -// 388:17 -[com_17] -type=layer -width=190 -height=261 - diff --git a/dumps/530/interface/interface_389.if3 b/dumps/530/interface/interface_389.if3 deleted file mode 100644 index e792d6cad..000000000 --- a/dumps/530/interface/interface_389.if3 +++ /dev/null @@ -1,163 +0,0 @@ -// 389:0 -[com_0] -type=rectangle -width=506 -height=130 -hide=yes -colour=0x808080 -fill=yes - -// 389:1 -[com_1] -type=rectangle -y=110 -width=506 -height=20 -colour=0x423329 -fill=yes -trans=180 - -// 389:2 -[com_2] -type=rectangle -y=110 -width=506 -height=3 -colour=0x372424 -fill=yes -trans=200 - -// 389:3 -[com_3] -type=rectangle -y=110 -width=506 -height=2 -colour=0x372424 -fill=yes -trans=220 - -// 389:4 -[com_4] -type=layer -x=60 -width=430 -height=107 - -// 389:5 -[com_5] -type=layer -x=64 -y=3 -width=422 -height=105 - -// 389:6 -[com_6] -type=text -x=4 -y=10 -width=414 -height=16 -layer=com_5 -textfont=b12_full -textalignh=1 -textalignv=1 -colour=0xa05a00 - -// 389:7 -[com_7] -type=text -x=4 -y=48 -width=414 -height=31 -layer=com_5 -textfont=p11_full -text=To search for an item, start by typing part of its name.
Then, simply select the item you want from the results on display. -textlineheight=15 -textalignh=1 -textalignv=1 -colour=0xa05a00 - -// 389:8 -[com_8] -type=layer -x=490 -width=16 -height=108 - -// 389:9 -[com_9] -type=text -x=27 -y=111 -width=457 -height=15 -textfont=p12_full -textshadow=yes -colour=0xffffff - -// 389:10 -[com_10] -type=graphic -x=490 -y=111 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script571 -onclick=script571 - -// 389:11 -[com_11] -type=graphic -y=94 -width=506 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 389:12 -[com_12] -type=graphic -x=46 -width=32 -height=108 -graphic="v2_borders_slim,12" -tiling=yes -trans=150 -opbase= - -// 389:13 -[com_13] -type=graphic -x=6 -y=113 -width=16 -height=14 -graphic="grand_exchange_misc_graphics,4" -opbase= - -// 389:14 -[com_14] -type=graphic -x=10 -y=8 -width=40 -height=36 -graphic="bank_slot,2" -opbase= - -// 389:15 -[com_15] -type=graphic -x=12 -y=10 -width=36 -height=32 -graphicshadow=1 - diff --git a/dumps/530/interface/interface_39.if3 b/dumps/530/interface/interface_39.if3 deleted file mode 100644 index abbf6835c..000000000 --- a/dumps/530/interface/interface_39.if3 +++ /dev/null @@ -1,1113 +0,0 @@ -// 39:0 -[com_0] -type=graphic -x=12 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 39:1 -[com_1] -type=graphic -x=12 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 39:2 -[com_2] -type=graphic -x=12 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 39:3 -[com_3] -type=graphic -x=12 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 39:4 -[com_4] -type=graphic -x=12 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 39:5 -[com_5] -type=graphic -x=100 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 39:6 -[com_6] -type=graphic -x=100 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 39:7 -[com_7] -type=graphic -x=100 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 39:8 -[com_8] -type=graphic -x=100 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 39:9 -[com_9] -type=graphic -x=188 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 39:10 -[com_10] -type=graphic -x=100 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 39:11 -[com_11] -type=graphic -x=188 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 39:12 -[com_12] -type=graphic -x=188 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 39:13 -[com_13] -type=graphic -x=188 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 39:14 -[com_14] -type=graphic -x=276 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 39:15 -[com_15] -type=graphic -x=188 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 39:16 -[com_16] -type=graphic -x=364 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 39:17 -[com_17] -type=graphic -x=276 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 39:18 -[com_18] -type=graphic -x=276 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 39:19 -[com_19] -type=graphic -x=276 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 39:20 -[com_20] -type=graphic -x=276 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 39:21 -[com_21] -type=graphic -x=364 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 39:22 -[com_22] -type=graphic -x=364 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 39:23 -[com_23] -type=graphic -x=364 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 39:24 -[com_24] -type=graphic -x=364 -y=260 -width=88 -height=60 -graphic=tradebacking - -// 39:25 -[com_25] -type=graphic -x=412 -y=20 -width=88 -height=60 -graphic=tradebacking - -// 39:26 -[com_26] -type=graphic -x=412 -y=80 -width=88 -height=60 -graphic=tradebacking - -// 39:27 -[com_27] -type=graphic -x=412 -y=140 -width=88 -height=60 -graphic=tradebacking - -// 39:28 -[com_28] -type=graphic -x=412 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 39:29 -[com_29] -type=graphic -x=409 -y=258 -width=88 -height=60 -graphic=tradebacking - -// 39:30 -[com_30] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 39:31 -[com_31] -type=graphic -x=-3 -y=49 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:32 -[com_32] -type=graphic -x=-3 -y=85 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:33 -[com_33] -type=graphic -x=-3 -y=121 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:34 -[com_34] -type=graphic -x=-3 -y=157 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:35 -[com_35] -type=graphic -x=-3 -y=229 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:36 -[com_36] -type=graphic -x=-3 -y=265 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:37 -[com_37] -type=graphic -x=479 -y=50 -width=36 -height=36 -graphic="steelborder2,1" - -// 39:38 -[com_38] -type=graphic -x=479 -y=86 -width=36 -height=36 -graphic="steelborder2,1" - -// 39:39 -[com_39] -type=graphic -x=479 -y=122 -width=36 -height=36 -graphic="steelborder2,1" - -// 39:40 -[com_40] -type=graphic -x=479 -y=158 -width=36 -height=36 -graphic="steelborder2,1" - -// 39:41 -[com_41] -type=graphic -x=479 -y=194 -width=36 -height=36 -graphic="steelborder2,1" - -// 39:42 -[com_42] -type=graphic -x=479 -y=230 -width=36 -height=36 -graphic="steelborder2,1" - -// 39:43 -[com_43] -type=graphic -x=-3 -y=193 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:44 -[com_44] -type=graphic -x=73 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:45 -[com_45] -type=graphic -x=109 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:46 -[com_46] -type=graphic -x=145 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:47 -[com_47] -type=graphic -x=181 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:48 -[com_48] -type=graphic -x=217 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:49 -[com_49] -type=graphic -x=253 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:50 -[com_50] -type=graphic -x=289 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:51 -[com_51] -type=graphic -x=325 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:52 -[com_52] -type=graphic -x=361 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:53 -[com_53] -type=graphic -x=397 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:54 -[com_54] -type=graphic -x=433 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:55 -[com_55] -type=graphic -x=72 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:56 -[com_56] -type=graphic -x=108 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:57 -[com_57] -type=graphic -x=144 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:58 -[com_58] -type=graphic -x=180 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:59 -[com_59] -type=graphic -x=216 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:60 -[com_60] -type=graphic -x=252 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:61 -[com_61] -type=graphic -x=288 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:62 -[com_62] -type=graphic -x=324 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:63 -[com_63] -type=graphic -x=360 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:64 -[com_64] -type=graphic -x=396 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:65 -[com_65] -type=graphic -x=432 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:66 -[com_66] -type=text -x=43 -y=58 -width=140 -height=25 -textfont=p12_full -text=Insert a very long name here! -textshadow=yes -colour=0xffaa44 - -// 39:67 -[com_67] -type=graphic -x=37 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:68 -[com_68] -type=graphic -x=37 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:69 -[com_69] -type=graphic -x=12 -y=290 -width=25 -height=30 -graphic="steelborder,2" - -// 39:70 -[com_70] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,1" - -// 39:71 -[com_71] -type=graphic -x=439 -y=5 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:72 -[com_72] -type=graphic -x=439 -y=299 -width=36 -height=36 -graphic="miscgraphics,3" - -// 39:73 -[com_73] -type=text -x=100 -y=75 -width=14 -height=14 -textfont=p12_full -text=vs -textshadow=yes -colour=0xaaaaaa - -// 39:74 -[com_74] -type=text -x=43 -y=89 -width=140 -height=25 -textfont=p12_full -text=Insert a very long name here! -textshadow=yes -colour=0xffaa44 - -// 39:75 -[com_75] -type=graphic -x=183 -y=26 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:76 -[com_76] -type=graphic -x=183 -y=62 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:77 -[com_77] -type=graphic -x=183 -y=98 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:78 -[com_78] -type=graphic -x=183 -y=134 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:79 -[com_79] -type=graphic -x=183 -y=170 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:80 -[com_80] -type=graphic -x=162 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:81 -[com_81] -type=graphic -x=144 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:82 -[com_82] -type=graphic -x=108 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:83 -[com_83] -type=graphic -x=72 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:84 -[com_84] -type=graphic -x=36 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:85 -[com_85] -type=graphic -x=17 -y=34 -width=36 -height=36 -graphic="steelborder2,0" - -// 39:86 -[com_86] -type=text -x=21 -y=29 -width=176 -height=17 -textfont=b12_full -text=Runelink -textshadow=yes -colour=0xffaa44 - -// 39:87 -[com_87] -type=model -x=201 -y=46 -width=299 -height=252 -model=model_4608 -modelorigin_x=2 -modelorigin_y=97 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=134 -unknown100=65457 -unknown101=277 - -// 39:88 -[com_88] -type=model -x=245 -y=73 -width=1 -height=1 -model=model_4611 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=768 -modelanim=seq_1356 -unknown100=64722 -unknown101=1526 - -// 39:89 -[com_89] -type=text -x=23 -y=207 -width=169 -height=11 -textfont=p11_full -text=Blah blah blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 39:90 -[com_90] -type=graphic -x=183 -y=206 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:91 -[com_91] -type=graphic -x=183 -y=242 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:92 -[com_92] -type=graphic -x=183 -y=278 -width=36 -height=36 -graphic="miscgraphics,2" - -// 39:93 -[com_93] -type=text -x=24 -y=184 -width=169 -height=11 -textfont=p11_full -text=Blah blah blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 39:94 -[com_94] -type=graphic -x=229 -y=57 -width=32 -height=207 -op1=Select - -// 39:95 -[com_95] -type=graphic -x=264 -y=57 -width=32 -height=207 -op1=Select - -// 39:96 -[com_96] -type=graphic -x=299 -y=57 -width=32 -height=207 -op1=Select - -// 39:97 -[com_97] -type=graphic -x=334 -y=57 -width=32 -height=207 -op1=Select - -// 39:98 -[com_98] -type=graphic -x=369 -y=57 -width=32 -height=207 -op1=Select - -// 39:99 -[com_99] -type=graphic -x=404 -y=57 -width=32 -height=207 -op1=Select - -// 39:100 -[com_100] -type=graphic -x=439 -y=57 -width=32 -height=207 -op1=Select - -// 39:101 -[com_101] -type=text -x=27 -y=157 -width=160 -height=14 -textfont=b12_full -text=Blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 39:102 -[com_102] -type=layer -x=26 -y=265 -width=78 -height=42 -op1=Close -onop=script29 - -// 39:103 -[com_103] -type=rectangle -x=6 -y=6 -width=66 -height=31 -layer=com_102 -colour=0x000000 -fill=yes - -// 39:104 -[com_104] -type=text -x=8 -y=13 -width=64 -height=15 -layer=com_102 -textfont=p12_full -text=Close -textalignh=1 -textshadow=yes -colour=0x800000 - -// 39:105 -[com_105] -type=graphic -x=21 -y=-15 -width=36 -height=36 -layer=com_102 -graphic="steelborder2,0" - -// 39:106 -[com_106] -type=graphic -width=25 -height=30 -layer=com_102 -graphic="steelborder,0" - -// 39:107 -[com_107] -type=graphic -x=53 -width=25 -height=30 -layer=com_102 -graphic="steelborder,1" - -// 39:108 -[com_108] -type=graphic -y=12 -width=25 -height=30 -layer=com_102 -graphic="steelborder,2" - -// 39:109 -[com_109] -type=graphic -x=53 -y=12 -width=25 -height=30 -layer=com_102 -graphic="steelborder,3" - -// 39:110 -[com_110] -type=graphic -x=21 -y=21 -width=36 -height=36 -layer=com_102 -graphic="miscgraphics,3" - -// 39:111 -[com_111] -type=model -x=20 -y=58 -width=20 -height=19 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=64407 -unknown101=2046 - -// 39:112 -[com_112] -type=model -x=20 -y=88 -width=20 -height=19 -model=model_2652 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=64407 -unknown101=2046 - -// 39:113 -[com_113] -type=graphic -x=475 -y=290 -width=25 -height=30 -graphic="steelborder,3" - -// 39:114 -[com_114] -type=graphic -x=479 -y=266 -width=36 -height=36 -graphic="steelborder2,1" - -// 39:115 -[com_115] -type=layer -x=229 -y=57 -width=242 -height=207 -onload=script1410 -oninvtransmit=script1410 -oninvtransmitlist=inv_215 - diff --git a/dumps/530/interface/interface_390.if3 b/dumps/530/interface/interface_390.if3 deleted file mode 100644 index b2d7a34d5..000000000 --- a/dumps/530/interface/interface_390.if3 +++ /dev/null @@ -1,459 +0,0 @@ -// 390:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 390:1 -[com_1] -type=model -x=-188 -y=-104 -width=888 -height=472 -layer=com_0 -model=model_27488 -modelorigin_x=-2 -modelorigin_y=121 -modelangle_x=163 -modelangle_y=2047 -modelangle_z=0 -modelzoom=583 -unknown100=1800 -unknown101=3000 - -// 390:2 -[com_2] -type=model -x=-19 -y=117 -width=544 -height=152 -layer=com_0 -model=model_27484 -modelorigin_x=0 -modelorigin_y=59 -modelangle_x=163 -modelangle_y=2047 -modelangle_z=0 -modelzoom=583 -unknown100=64184 -unknown101=3000 - -// 390:3 -[com_3] -type=layer -x=106 -y=-2 -width=371 -height=354 -layer=com_0 -hide=yes - -// 390:4 -[com_4] -type=model -x=1 -width=102 -height=81 -layer=com_0 -model=model_27223 -modelorigin_x=-2 -modelorigin_y=4 -modelangle_x=517 -modelangle_y=1530 -modelangle_z=0 -modelzoom=3250 -unknown100=64336 -unknown101=3000 - -// 390:5 -[com_5] -type=layer -x=427 -y=34 -width=16 -height=275 -layer=com_0 - -// 390:6 -[com_6] -type=text -x=4 -y=6 -width=94 -height=71 -layer=com_0 -textfont=q8_full -text=Show riddle -textalignh=1 -textalignv=1 -colour=0x46320a -op1=Show -onmouseleave=script45(event_com, 0x46320a) -onmouserepeat=script45(event_com, 0x66480e) - -// 390:7 -[com_7] -type=layer -x=23 -y=117 -width=54 -height=56 -layer=com_0 -op1=Select - -// 390:8 -[com_8] -type=layer -x=91 -y=145 -width=45 -height=34 -layer=com_0 -op1=Select - -// 390:9 -[com_9] -type=layer -x=144 -y=141 -width=32 -height=37 -layer=com_0 -op1=Select - -// 390:10 -[com_10] -type=layer -x=180 -y=110 -width=43 -height=73 -layer=com_0 -op1=Select - -// 390:11 -[com_11] -type=layer -x=230 -y=143 -width=40 -height=32 -layer=com_0 -op1=Select - -// 390:12 -[com_12] -type=layer -x=279 -y=144 -width=41 -height=34 -layer=com_0 -op1=Select - -// 390:13 -[com_13] -type=layer -x=340 -y=118 -width=42 -height=61 -layer=com_0 -op1=Select - -// 390:14 -[com_14] -type=layer -x=390 -y=150 -width=36 -height=27 -layer=com_0 -op1=Select -onclick=script67(interface_390:com_2, model_27494) - -// 390:15 -[com_15] -type=layer -x=433 -y=146 -width=50 -height=29 -layer=com_0 -op1=Select - -// 390:16 -[com_16] -type=graphic -x=479 -y=7 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 390:17 -[com_17] -type=model -x=7 -width=358 -height=342 -layer=com_3 -model=model_27218 -modelorigin_x=14 -modelorigin_y=17 -modelangle_x=519 -modelangle_y=1534 -modelangle_z=0 -modelzoom=784 -unknown100=64016 -unknown101=3000 - -// 390:18 -[com_18] -type=text -x=1 -y=2 -width=276 -height=276 -layer=com_19 -textfont=q8_full -colour=0x46320a - -// 390:19 -[com_19] -type=layer -x=41 -y=34 -width=280 -height=279 -layer=com_3 - -// 390:20 -[com_20] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 390:21 -[com_21] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_20 - -// 390:22 -[com_22] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 390:23 -[com_23] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 390:24 -[com_24] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 390:25 -[com_25] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 390:26 -[com_26] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 390:27 -[com_27] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 390:28 -[com_28] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 390:29 -[com_29] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 390:30 -[com_30] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_21 - -// 390:31 -[com_31] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_21 - -// 390:32 -[com_32] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_21 - -// 390:33 -[com_33] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_21 - -// 390:34 -[com_34] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_21 - -// 390:35 -[com_35] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_31 -graphic=tradebacking -tiling=yes -outline=2 - -// 390:36 -[com_36] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_30 -graphic=tradebacking -tiling=yes -outline=2 - -// 390:37 -[com_37] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_32 -graphic=tradebacking -tiling=yes -outline=2 - -// 390:38 -[com_38] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_33 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_391.if3 b/dumps/530/interface/interface_391.if3 deleted file mode 100644 index e2107d12e..000000000 --- a/dumps/530/interface/interface_391.if3 +++ /dev/null @@ -1,2318 +0,0 @@ -// 391:0 -[com_0] -type=model -x=-11 -y=-90 -width=555 -height=478 -layer=com_162 -model=model_15112 -modelorigin_x=-12 -modelorigin_y=21 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=403 -unknown100=64224 -unknown101=3000 - -// 391:1 -[com_1] -type=text -x=124 -y=7 -width=263 -height=20 -layer=com_162 -textfont=q8_full -text=Kingdom of Miscellania -textalignh=1 -textshadow=yes -colour=0xccaa44 -onvartransmit=script1395 -onvartransmitlist=varplayer_362,varplayer_363,varplayer_729,varplayer_262,varplayer_261,varplayer_731 - -// 391:2 -[com_2] -type=layer -x=177 -y=57 -width=93 -height=61 -layer=com_162 - -// 391:3 -[com_3] -type=layer -y=96 -width=156 -height=148 -layer=com_162 - -// 391:4 -[com_4] -type=model -x=327 -y=12 -width=59 -height=48 -layer=com_162 -model=model_3039 -modelorigin_x=-1 -modelorigin_y=-3 -modelangle_x=537 -modelangle_y=8 -modelangle_z=0 -modelzoom=1955 -unknown100=63744 -unknown101=3000 - -// 391:5 -[com_5] -type=model -x=33 -y=47 -width=58 -height=57 -layer=com_162 -model=model_4620 -modelorigin_x=-20 -modelorigin_y=-40 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=490 -unknown100=64147 -unknown101=3000 - -// 391:6 -[com_6] -type=layer -x=11 -y=31 -width=153 -height=56 -layer=com_162 - -// 391:7 -[com_7] -type=model -x=148 -y=125 -width=36 -height=54 -layer=com_162 -model=model_15113 -modelorigin_x=-15 -modelorigin_y=-23 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1450 -unknown100=63823 -unknown101=3000 - -// 391:8 -[com_8] -type=model -x=177 -y=125 -width=28 -height=44 -layer=com_162 -model=model_15113 -modelorigin_x=-12 -modelorigin_y=-19 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1800 -unknown100=63766 -unknown101=3000 - -// 391:9 -[com_9] -type=layer -x=160 -y=133 -width=88 -height=59 -layer=com_162 - -// 391:10 -[com_10] -type=model -x=172 -y=146 -width=35 -height=53 -layer=com_162 -model=model_15113 -modelorigin_x=-14 -modelorigin_y=-22 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=63812 -unknown101=3000 - -// 391:11 -[com_11] -type=layer -x=189 -y=212 -width=104 -height=76 -layer=com_162 - -// 391:12 -[com_12] -type=model -x=245 -y=270 -width=40 -height=26 -layer=com_162 -model=model_4621 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=900 -unknown100=63949 -unknown101=3000 - -// 391:13 -[com_13] -type=layer -x=19 -y=249 -width=88 -height=80 -layer=com_162 - -// 391:14 -[com_14] -type=model -x=295 -y=226 -width=24 -height=16 -layer=com_162 -model=model_4621 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=63812 -unknown101=3000 - -// 391:15 -[com_15] -type=model -x=280 -y=251 -width=27 -height=17 -layer=com_162 -model=model_4621 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1350 -unknown100=63839 -unknown101=3000 - -// 391:16 -[com_16] -type=model -x=90 -y=92 -width=57 -height=50 -layer=com_162 -model=model_4619 -modelorigin_x=58 -modelorigin_y=62 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=525 -unknown100=64115 -unknown101=3000 - -// 391:17 -[com_17] -type=model -x=416 -y=219 -width=111 -height=111 -layer=com_162 -model=model_4623 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=515 -modelangle_y=18 -modelangle_z=0 -modelzoom=1850 -unknown100=63759 -unknown101=3000 -op1=Help - -// 391:18 -[com_18] -type=text -x=433 -y=306 -width=76 -height=14 -layer=com_162 -textfont=p12_full -text=Help -textalignh=1 -textshadow=yes -colour=0xbfbc8f - -// 391:19 -[com_19] -type=model -x=422 -y=130 -width=48 -height=42 -layer=com_162 -model=model_4619 -modelorigin_x=48 -modelorigin_y=52 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=625 -unknown100=64058 -unknown101=3000 - -// 391:20 -[com_20] -type=model -x=348 -y=156 -width=74 -height=73 -layer=com_162 -model=model_15116 -modelorigin_x=2 -modelorigin_y=-3 -modelangle_x=519 -modelangle_y=0 -modelangle_z=0 -modelzoom=1655 -unknown100=63787 -unknown101=3000 - -// 391:21 -[com_21] -type=model -x=399 -y=58 -width=34 -height=52 -layer=com_162 -model=model_15117 -modelorigin_x=2 -modelorigin_y=23 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1800 -unknown100=63766 -unknown101=3000 - -// 391:22 -[com_22] -type=model -x=438 -y=59 -width=35 -height=53 -layer=com_162 -model=model_15115 -modelorigin_x=-14 -modelorigin_y=-22 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=63814 -unknown101=3000 - -// 391:23 -[com_23] -type=model -x=414 -y=30 -width=41 -height=62 -layer=com_162 -model=model_15117 -modelorigin_x=3 -modelorigin_y=28 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=63813 -unknown101=3000 - -// 391:24 -[com_24] -type=model -x=384 -y=39 -width=35 -height=53 -layer=com_162 -model=model_15115 -modelorigin_x=-14 -modelorigin_y=-22 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=63812 -unknown101=3000 - -// 391:25 -[com_25] -type=layer -x=395 -y=34 -width=104 -height=76 -layer=com_162 -hide=yes - -// 391:26 -[com_26] -type=layer -x=383 -y=185 -width=90 -height=63 -layer=com_162 -hide=yes - -// 391:27 -[com_27] -type=layer -x=267 -y=90 -width=151 -height=104 -layer=com_162 - -// 391:28 -[com_28] -type=layer -x=314 -y=241 -width=146 -height=93 -layer=com_162 - -// 391:29 -[com_29] -type=graphic -x=486 -y=4 -width=26 -height=23 -layer=com_162 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 391:30 -[com_30] -type=rectangle -x=58 -width=15 -height=47 -layer=com_2 -colour=0x442d22 -fill=yes - -// 391:31 -[com_31] -type=text -x=2 -y=3 -width=50 -height=16 -layer=com_2 -textfont=p12_full -text=Mining -textalignh=2 -textshadow=yes -colour=0xbfbc8f - -// 391:32 -[com_32] -type=model -x=-10 -y=22 -width=53 -height=42 -layer=com_2 -model=model_4624 -modelorigin_x=-13 -modelorigin_y=-9 -modelangle_x=578 -modelangle_y=4 -modelangle_z=0 -modelzoom=1627 -unknown100=63792 -unknown101=3000 - -// 391:33 -[com_33] -type=rectangle -x=119 -y=75 -width=16 -height=54 -layer=com_3 -colour=0x442d22 -fill=yes - -// 391:34 -[com_34] -type=model -x=46 -y=96 -width=51 -height=49 -layer=com_3 -model=model_4622 -modelorigin_x=-7 -modelorigin_y=-33 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=617 -unknown100=64063 -unknown101=3000 - -// 391:35 -[com_35] -type=model -x=75 -width=18 -height=21 -layer=com_2 -model=model_4617 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Add - -// 391:36 -[com_36] -type=text -x=73 -y=88 -width=33 -height=14 -layer=com_3 -textfont=p12_full -text=Herbs -textshadow=yes -colour=0xbfbc8f - -// 391:37 -[com_37] -type=model -x=75 -y=28 -width=17 -height=21 -layer=com_2 -model=model_4617 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Remove - -// 391:38 -[com_38] -type=rectangle -x=61 -y=40 -width=9 -height=4 -layer=com_2 -colour=0x000000 -fill=yes - -// 391:39 -[com_39] -type=rectangle -x=61 -y=36 -width=9 -height=4 -layer=com_2 -colour=0x000000 -fill=yes - -// 391:40 -[com_40] -type=rectangle -x=61 -y=32 -width=9 -height=4 -layer=com_2 -colour=0x000000 -fill=yes - -// 391:41 -[com_41] -type=rectangle -x=61 -y=28 -width=9 -height=4 -layer=com_2 -colour=0x000000 -fill=yes - -// 391:42 -[com_42] -type=rectangle -x=61 -y=24 -width=9 -height=4 -layer=com_2 -colour=0x000000 -fill=yes - -// 391:43 -[com_43] -type=rectangle -x=61 -y=20 -width=9 -height=4 -layer=com_2 -colour=0x000000 -fill=yes - -// 391:44 -[com_44] -type=rectangle -x=61 -y=16 -width=9 -height=4 -layer=com_2 -colour=0x000000 -fill=yes - -// 391:45 -[com_45] -type=rectangle -x=61 -y=12 -width=9 -height=4 -layer=com_2 -colour=0x000000 -fill=yes - -// 391:46 -[com_46] -type=rectangle -x=61 -y=8 -width=9 -height=4 -layer=com_2 -colour=0x000000 -fill=yes - -// 391:47 -[com_47] -type=rectangle -x=61 -y=4 -width=9 -height=4 -layer=com_2 -colour=0x000000 -fill=yes - -// 391:48 -[com_48] -type=text -x=10 -width=72 -height=14 -layer=com_6 -textfont=p12_full -text=Coffers: -textalignh=2 -textshadow=yes -colour=0xbfbc8f - -// 391:49 -[com_49] -type=model -x=139 -y=76 -width=18 -height=21 -layer=com_3 -model=model_4617 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1995 -unknown100=63740 -unknown101=3000 -op1=Add - -// 391:50 -[com_50] -type=model -x=138 -y=107 -width=17 -height=21 -layer=com_3 -model=model_4617 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Remove - -// 391:51 -[com_51] -type=rectangle -x=49 -width=15 -height=57 -layer=com_9 -colour=0x442d22 -fill=yes - -// 391:52 -[com_52] -type=rectangle -x=52 -y=50 -width=9 -height=5 -layer=com_9 -colour=0x000000 -fill=yes - -// 391:53 -[com_53] -type=rectangle -x=52 -y=46 -width=9 -height=5 -layer=com_9 -colour=0x000000 -fill=yes - -// 391:54 -[com_54] -type=rectangle -x=52 -y=40 -width=9 -height=6 -layer=com_9 -colour=0x000000 -fill=yes - -// 391:55 -[com_55] -type=rectangle -x=52 -y=35 -width=9 -height=6 -layer=com_9 -colour=0x000000 -fill=yes - -// 391:56 -[com_56] -type=rectangle -x=52 -y=30 -width=9 -height=5 -layer=com_9 -colour=0x000000 -fill=yes - -// 391:57 -[com_57] -type=rectangle -x=52 -y=24 -width=9 -height=6 -layer=com_9 -colour=0x000000 -fill=yes - -// 391:58 -[com_58] -type=rectangle -x=52 -y=19 -width=9 -height=5 -layer=com_9 -colour=0x000000 -fill=yes - -// 391:59 -[com_59] -type=rectangle -x=52 -y=13 -width=9 -height=6 -layer=com_9 -colour=0x000000 -fill=yes - -// 391:60 -[com_60] -type=rectangle -x=52 -y=7 -width=9 -height=6 -layer=com_9 -colour=0x000000 -fill=yes - -// 391:61 -[com_61] -type=text -x=8 -width=30 -height=14 -layer=com_9 -textfont=p12_full -text=Wood -textshadow=yes -colour=0xbfbc8f - -// 391:62 -[com_62] -type=model -x=69 -y=3 -width=18 -height=21 -layer=com_9 -model=model_4617 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Add - -// 391:63 -[com_63] -type=model -x=68 -y=37 -width=17 -height=21 -layer=com_9 -model=model_4617 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Remove - -// 391:64 -[com_64] -type=rectangle -x=52 -y=2 -width=9 -height=5 -layer=com_9 -colour=0x000000 -fill=yes - -// 391:65 -[com_65] -type=model -x=43 -y=65 -width=39 -height=37 -layer=com_3 -model=model_4622 -modelorigin_x=-5 -modelorigin_y=-25 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=805 -unknown100=63981 -unknown101=3000 - -// 391:66 -[com_66] -type=model -x=16 -y=64 -width=49 -height=60 -layer=com_3 -model=model_15114 -modelorigin_x=-8 -modelorigin_y=-30 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=556 -unknown100=64096 -unknown101=3000 - -// 391:67 -[com_67] -type=rectangle -x=48 -y=2 -width=16 -height=51 -layer=com_11 -colour=0x442d22 -fill=yes - -// 391:68 -[com_68] -type=rectangle -x=122 -y=122 -width=10 -height=5 -layer=com_3 -colour=0x000000 -fill=yes - -// 391:69 -[com_69] -type=rectangle -x=122 -y=117 -width=10 -height=5 -layer=com_3 -colour=0x000000 -fill=yes - -// 391:70 -[com_70] -type=rectangle -x=122 -y=112 -width=10 -height=5 -layer=com_3 -colour=0x000000 -fill=yes - -// 391:71 -[com_71] -type=rectangle -x=122 -y=107 -width=10 -height=5 -layer=com_3 -colour=0x000000 -fill=yes - -// 391:72 -[com_72] -type=rectangle -x=122 -y=102 -width=10 -height=5 -layer=com_3 -colour=0x000000 -fill=yes - -// 391:73 -[com_73] -type=rectangle -x=122 -y=97 -width=10 -height=5 -layer=com_3 -colour=0x000000 -fill=yes - -// 391:74 -[com_74] -type=rectangle -x=122 -y=92 -width=10 -height=5 -layer=com_3 -colour=0x000000 -fill=yes - -// 391:75 -[com_75] -type=rectangle -x=122 -y=87 -width=10 -height=5 -layer=com_3 -colour=0x000000 -fill=yes - -// 391:76 -[com_76] -type=rectangle -x=122 -y=82 -width=10 -height=5 -layer=com_3 -colour=0x000000 -fill=yes - -// 391:77 -[com_77] -type=rectangle -x=122 -y=77 -width=10 -height=5 -layer=com_3 -colour=0x000000 -fill=yes - -// 391:78 -[com_78] -type=text -x=1 -y=2 -width=40 -height=14 -layer=com_11 -textfont=p12_full -text=Fishing -textshadow=yes -colour=0xbfbc8f - -// 391:79 -[com_79] -type=model -x=70 -y=-1 -width=18 -height=21 -layer=com_11 -model=model_4617 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Add - -// 391:80 -[com_80] -type=model -x=69 -y=25 -width=17 -height=21 -layer=com_11 -model=model_4617 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Remove - -// 391:81 -[com_81] -type=rectangle -x=51 -y=43 -width=10 -height=5 -layer=com_11 -colour=0x000000 -fill=yes - -// 391:82 -[com_82] -type=rectangle -x=51 -y=38 -width=10 -height=5 -layer=com_11 -colour=0x000000 -fill=yes - -// 391:83 -[com_83] -type=rectangle -x=51 -y=33 -width=10 -height=5 -layer=com_11 -colour=0x000000 -fill=yes - -// 391:84 -[com_84] -type=rectangle -x=55 -width=16 -height=75 -layer=com_13 -colour=0x442d22 -fill=yes - -// 391:85 -[com_85] -type=rectangle -x=51 -y=29 -width=10 -height=4 -layer=com_11 -colour=0x000000 -fill=yes - -// 391:86 -[com_86] -type=rectangle -x=51 -y=25 -width=10 -height=5 -layer=com_11 -colour=0x000000 -fill=yes - -// 391:87 -[com_87] -type=rectangle -x=51 -y=22 -width=10 -height=4 -layer=com_11 -colour=0x000000 -fill=yes - -// 391:88 -[com_88] -type=rectangle -x=51 -y=19 -width=10 -height=4 -layer=com_11 -colour=0x000000 -fill=yes - -// 391:89 -[com_89] -type=rectangle -x=51 -y=14 -width=10 -height=5 -layer=com_11 -colour=0x000000 -fill=yes - -// 391:90 -[com_90] -type=rectangle -x=51 -y=10 -width=10 -height=4 -layer=com_11 -colour=0x000000 -fill=yes - -// 391:91 -[com_91] -type=rectangle -x=51 -y=5 -width=10 -height=5 -layer=com_11 -colour=0x000000 -fill=yes - -// 391:92 -[com_92] -type=rectangle -x=58 -y=66 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:93 -[com_93] -type=rectangle -x=58 -y=62 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:94 -[com_94] -type=rectangle -x=58 -y=57 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:95 -[com_95] -type=rectangle -x=58 -y=53 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:96 -[com_96] -type=text -x=1 -y=6 -width=53 -height=17 -layer=com_13 -textfont=p12_full -text=Idle -textalignh=1 -textshadow=yes -colour=0xbfbc8f - -// 391:97 -[com_97] -type=model -x=9 -y=22 -width=38 -height=42 -layer=com_13 -model=model_4626 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=583 -modelangle_y=2012 -modelangle_z=0 -modelzoom=1611 -unknown100=63796 -unknown101=3000 - -// 391:98 -[com_98] -type=rectangle -x=58 -y=48 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:99 -[com_99] -type=rectangle -x=58 -y=43 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:100 -[com_100] -type=rectangle -x=58 -y=38 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:101 -[com_101] -type=rectangle -x=58 -y=34 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:102 -[com_102] -type=rectangle -x=58 -y=29 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:103 -[com_103] -type=rectangle -x=58 -y=25 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:104 -[com_104] -type=rectangle -x=58 -y=20 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:105 -[com_105] -type=rectangle -x=58 -y=15 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:106 -[com_106] -type=rectangle -x=58 -y=10 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:107 -[com_107] -type=rectangle -x=58 -y=6 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:108 -[com_108] -type=rectangle -x=58 -y=3 -width=10 -height=5 -layer=com_13 -colour=0x000000 -fill=yes - -// 391:109 -[com_109] -type=text -x=89 -width=72 -height=14 -layer=com_6 -textfont=p12_full -textshadow=yes -colour=0xffffff - -// 391:110 -[com_110] -type=text -x=89 -y=19 -width=73 -height=14 -layer=com_6 -textfont=p12_full -text=Deposit -textshadow=yes -colour=0xffffff -op1=Deposit -onmouseover=script45(event_com, 0xffff33) -onmouseleave=script45(event_com, ^white) - -// 391:111 -[com_111] -type=text -x=89 -y=34 -width=72 -height=14 -layer=com_6 -textfont=p12_full -text=Withdraw -textshadow=yes -colour=0xffffff -op1=Withdraw -onmouseover=script45(event_com, 0xffff33) -onmouseleave=script45(event_com, ^white) - -// 391:112 -[com_112] -type=text -x=8 -y=12 -width=4 -height=2 -layer=com_27 -textfont=p12_full -text=Deposit money in -textshadow=yes -colour=0xbfbc8f - -// 391:113 -[com_113] -type=text -x=8 -y=27 -width=4 -height=4 -layer=com_27 -textfont=p12_full -text=the coffers to -textshadow=yes -colour=0xbfbc8f - -// 391:114 -[com_114] -type=text -x=8 -y=42 -width=4 -height=2 -layer=com_27 -textfont=p12_full -text=pay your subjects -textshadow=yes -colour=0xbfbc8f - -// 391:115 -[com_115] -type=text -x=8 -y=57 -width=4 -height=2 -layer=com_27 -textfont=p12_full -text=and make them -textshadow=yes -colour=0xbfbc8f - -// 391:116 -[com_116] -type=text -x=8 -y=72 -width=4 -height=2 -layer=com_27 -textfont=p12_full -text=work harder. -textshadow=yes -colour=0xbfbc8f - -// 391:117 -[com_117] -type=text -x=8 -y=13 -width=4 -height=2 -layer=com_28 -textfont=p12_full -text=Use the arrows to -textshadow=yes -colour=0xbfbc8f - -// 391:118 -[com_118] -type=text -x=8 -y=28 -width=4 -height=2 -layer=com_28 -textfont=p12_full -text=adjust the amount -textshadow=yes -colour=0xbfbc8f - -// 391:119 -[com_119] -type=text -x=8 -y=43 -width=4 -height=2 -layer=com_28 -textfont=p12_full -text=of effort your -textshadow=yes -colour=0xbfbc8f - -// 391:120 -[com_120] -type=text -x=8 -y=58 -width=4 -height=2 -layer=com_28 -textfont=p12_full -text=subjects spend -textshadow=yes -colour=0xbfbc8f - -// 391:121 -[com_121] -type=text -x=8 -y=73 -width=4 -height=2 -layer=com_28 -textfont=p12_full -text=on each resource. -textshadow=yes -colour=0xbfbc8f - -// 391:122 -[com_122] -type=text -x=6 -y=39 -width=36 -height=12 -layer=com_11 -textfont=p11_full -text=Cooked -textshadow=yes -colour=0xbfbc8f -op1=Cooked or raw fish? - -// 391:123 -[com_123] -type=graphic -x=18 -y=20 -width=15 -height=15 -layer=com_11 -graphic="miscgraphics,10" -tiling=yes -op1=Cooked or raw fish? - -// 391:124 -[com_124] -type=rectangle -x=70 -y=1 -width=15 -height=47 -layer=com_25 -colour=0x442d22 -fill=yes - -// 391:125 -[com_125] -type=model -x=87 -y=1 -width=18 -height=21 -layer=com_25 -model=model_4617 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Add - -// 391:126 -[com_126] -type=model -x=86 -y=27 -width=17 -height=21 -layer=com_25 -model=model_4617 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Remove - -// 391:127 -[com_127] -type=rectangle -x=73 -y=41 -width=9 -height=4 -layer=com_25 -colour=0x000000 -fill=yes - -// 391:128 -[com_128] -type=rectangle -x=73 -y=37 -width=9 -height=4 -layer=com_25 -colour=0x000000 -fill=yes - -// 391:129 -[com_129] -type=rectangle -x=73 -y=33 -width=9 -height=4 -layer=com_25 -colour=0x000000 -fill=yes - -// 391:130 -[com_130] -type=rectangle -x=73 -y=29 -width=9 -height=4 -layer=com_25 -colour=0x000000 -fill=yes - -// 391:131 -[com_131] -type=rectangle -x=73 -y=25 -width=9 -height=4 -layer=com_25 -colour=0x000000 -fill=yes - -// 391:132 -[com_132] -type=rectangle -x=73 -y=21 -width=9 -height=4 -layer=com_25 -colour=0x000000 -fill=yes - -// 391:133 -[com_133] -type=rectangle -x=73 -y=17 -width=9 -height=4 -layer=com_25 -colour=0x000000 -fill=yes - -// 391:134 -[com_134] -type=rectangle -x=73 -y=13 -width=9 -height=4 -layer=com_25 -colour=0x000000 -fill=yes - -// 391:135 -[com_135] -type=rectangle -x=73 -y=9 -width=9 -height=4 -layer=com_25 -colour=0x000000 -fill=yes - -// 391:136 -[com_136] -type=rectangle -x=73 -y=5 -width=9 -height=4 -layer=com_25 -colour=0x000000 -fill=yes - -// 391:137 -[com_137] -type=graphic -x=1 -y=19 -width=15 -height=15 -layer=com_25 -graphic="miscgraphics,10" -tiling=yes -op1=Mahogany, Teak or both? - -// 391:138 -[com_138] -type=graphic -x=1 -y=34 -width=15 -height=15 -layer=com_25 -graphic="miscgraphics,10" -tiling=yes -op1=Mahogany, Teak or both? - -// 391:139 -[com_139] -type=graphic -x=1 -y=49 -width=15 -height=15 -layer=com_25 -graphic="miscgraphics,10" -tiling=yes -op1=Mahogany, Teak or both? - -// 391:140 -[com_140] -type=text -x=17 -y=20 -width=50 -height=12 -layer=com_25 -textfont=p11_full -text=Mahogany -textshadow=yes -colour=0xbfbc8f -op1=Mahogany, Teak or both? - -// 391:141 -[com_141] -type=text -x=17 -y=35 -width=22 -height=12 -layer=com_25 -textfont=p11_full -text=Teak -textshadow=yes -colour=0xbfbc8f -op1=Mahogany, Teak or both? - -// 391:142 -[com_142] -type=text -x=17 -y=50 -width=23 -height=12 -layer=com_25 -textfont=p11_full -text=Both -textshadow=yes -colour=0xbfbc8f -op1=Mahogany, Teak or both? - -// 391:143 -[com_143] -type=text -x=2 -y=3 -width=59 -height=14 -layer=com_25 -textfont=p12_full -text=Hardwood -textshadow=yes -colour=0xbfbc8f - -// 391:144 -[com_144] -type=rectangle -x=46 -y=3 -width=15 -height=47 -layer=com_26 -colour=0x442d22 -fill=yes - -// 391:145 -[com_145] -type=text -x=14 -y=3 -width=27 -height=14 -layer=com_26 -textfont=p12_full -text=Farm -textshadow=yes -colour=0xbfbc8f - -// 391:146 -[com_146] -type=model -x=66 -y=2 -width=18 -height=21 -layer=com_26 -model=model_4617 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Add - -// 391:147 -[com_147] -type=model -x=65 -y=31 -width=17 -height=21 -layer=com_26 -model=model_4617 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1995 -unknown100=63737 -unknown101=3000 -op1=Remove - -// 391:148 -[com_148] -type=rectangle -x=49 -y=42 -width=9 -height=4 -layer=com_26 -colour=0x000000 -fill=yes - -// 391:149 -[com_149] -type=rectangle -x=49 -y=38 -width=9 -height=4 -layer=com_26 -colour=0x000000 -fill=yes - -// 391:150 -[com_150] -type=rectangle -x=49 -y=34 -width=9 -height=4 -layer=com_26 -colour=0x000000 -fill=yes - -// 391:151 -[com_151] -type=rectangle -x=49 -y=30 -width=9 -height=4 -layer=com_26 -colour=0x000000 -fill=yes - -// 391:152 -[com_152] -type=rectangle -x=49 -y=26 -width=9 -height=4 -layer=com_26 -colour=0x000000 -fill=yes - -// 391:153 -[com_153] -type=rectangle -x=49 -y=22 -width=9 -height=4 -layer=com_26 -colour=0x000000 -fill=yes - -// 391:154 -[com_154] -type=rectangle -x=49 -y=18 -width=9 -height=4 -layer=com_26 -colour=0x000000 -fill=yes - -// 391:155 -[com_155] -type=rectangle -x=49 -y=14 -width=9 -height=4 -layer=com_26 -colour=0x000000 -fill=yes - -// 391:156 -[com_156] -type=rectangle -x=49 -y=10 -width=9 -height=4 -layer=com_26 -colour=0x000000 -fill=yes - -// 391:157 -[com_157] -type=rectangle -x=49 -y=6 -width=9 -height=4 -layer=com_26 -colour=0x000000 -fill=yes - -// 391:158 -[com_158] -type=graphic -x=75 -y=44 -width=15 -height=15 -layer=com_3 -graphic="miscgraphics,10" -tiling=yes -op1=Herbs or Flax? - -// 391:159 -[com_159] -type=text -x=93 -y=46 -width=44 -height=12 -layer=com_3 -textfont=p11_full -text=Herbs -textshadow=yes -colour=0xbfbc8f -op1=Herbs or Flax? - -// 391:160 -[com_160] -type=graphic -x=75 -y=61 -width=15 -height=15 -layer=com_3 -graphic="miscgraphics,10" -tiling=yes -op1=Herbs or Flax? - -// 391:161 -[com_161] -type=text -x=93 -y=62 -width=44 -height=12 -layer=com_3 -textfont=p11_full -text=Flax -textshadow=yes -colour=0xbfbc8f -op1=Herbs or Flax? - -// 391:162 -[com_162] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 391:163 -[com_163] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 391:164 -[com_164] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_163 - -// 391:165 -[com_165] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 391:166 -[com_166] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 391:167 -[com_167] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 391:168 -[com_168] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 391:169 -[com_169] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 391:170 -[com_170] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 391:171 -[com_171] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 391:172 -[com_172] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 391:173 -[com_173] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_164 - -// 391:174 -[com_174] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_164 - -// 391:175 -[com_175] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_164 - -// 391:176 -[com_176] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_164 - -// 391:177 -[com_177] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_164 - -// 391:178 -[com_178] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_174 -graphic=tradebacking -tiling=yes -outline=2 - -// 391:179 -[com_179] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_173 -graphic=tradebacking -tiling=yes -outline=2 - -// 391:180 -[com_180] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_175 -graphic=tradebacking -tiling=yes -outline=2 - -// 391:181 -[com_181] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_176 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_392.if3 b/dumps/530/interface/interface_392.if3 deleted file mode 100644 index 058706bcd..000000000 --- a/dumps/530/interface/interface_392.if3 +++ /dev/null @@ -1,209 +0,0 @@ -// 392:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 392:1 -[com_1] -type=layer -x=21 -y=55 -width=452 -height=259 -scrollwidth=420 -scrollheight=550 - -// 392:2 -[com_2] -type=layer -x=473 -y=55 -width=16 -height=259 -onload=script30(event_com, interface_392:com_1) - -// 392:3 -[com_3] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 392:4 -[com_4] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 392:5 -[com_5] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 392:6 -[com_6] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 392:7 -[com_7] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 392:8 -[com_8] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 392:9 -[com_9] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 392:10 -[com_10] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 392:11 -[com_11] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 392:12 -[com_12] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 392:13 -[com_13] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 392:14 -[com_14] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 392:15 -[com_15] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 392:16 -[com_16] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 392:17 -[com_17] -type=text -x=24 -y=31 -width=467 -height=17 -layer=com_0 -textfont=b12_full -text=Resources Collected -textalignh=1 -textshadow=yes -colour=0xff9900 -op10= - diff --git a/dumps/530/interface/interface_393.if b/dumps/530/interface/interface_393.if deleted file mode 100644 index 3bf5fda29..000000000 --- a/dumps/530/interface/interface_393.if +++ /dev/null @@ -1,96 +0,0 @@ -// 393:0 -[com_0] - -// 393:1 -[com_1] - -// 393:2 -[com_2] - -// 393:3 -[com_3] - -// 393:4 -[com_4] - -// 393:5 -[com_5] - -// 393:6 -[com_6] - -// 393:7 -[com_7] - -// 393:8 -[com_8] - -// 393:9 -[com_9] - -// 393:10 -[com_10] - -// 393:11 -[com_11] - -// 393:12 -[com_12] - -// 393:13 -[com_13] - -// 393:14 -[com_14] - -// 393:15 -[com_15] - -// 393:16 -[com_16] - -// 393:17 -[com_17] - -// 393:18 -[com_18] - -// 393:19 -[com_19] - -// 393:20 -[com_20] - -// 393:21 -[com_21] - -// 393:22 -[com_22] - -// 393:23 -[com_23] - -// 393:24 -[com_24] - -// 393:25 -[com_25] - -// 393:26 -[com_26] - -// 393:27 -[com_27] - -// 393:28 -[com_28] - -// 393:29 -[com_29] - -// 393:30 -[com_30] - -// 393:31 -[com_31] - diff --git a/dumps/530/interface/interface_394.if b/dumps/530/interface/interface_394.if deleted file mode 100644 index 893244fed..000000000 --- a/dumps/530/interface/interface_394.if +++ /dev/null @@ -1,348 +0,0 @@ -// 394:0 -[com_0] - -// 394:1 -[com_1] - -// 394:2 -[com_2] - -// 394:3 -[com_3] - -// 394:4 -[com_4] - -// 394:5 -[com_5] - -// 394:6 -[com_6] - -// 394:7 -[com_7] - -// 394:8 -[com_8] - -// 394:9 -[com_9] - -// 394:10 -[com_10] - -// 394:11 -[com_11] - -// 394:12 -[com_12] - -// 394:13 -[com_13] - -// 394:14 -[com_14] - -// 394:15 -[com_15] - -// 394:16 -[com_16] - -// 394:17 -[com_17] - -// 394:18 -[com_18] - -// 394:19 -[com_19] - -// 394:20 -[com_20] - -// 394:21 -[com_21] - -// 394:22 -[com_22] - -// 394:23 -[com_23] - -// 394:24 -[com_24] - -// 394:25 -[com_25] - -// 394:26 -[com_26] - -// 394:27 -[com_27] - -// 394:28 -[com_28] - -// 394:29 -[com_29] - -// 394:30 -[com_30] - -// 394:31 -[com_31] - -// 394:32 -[com_32] - -// 394:33 -[com_33] - -// 394:34 -[com_34] - -// 394:35 -[com_35] - -// 394:36 -[com_36] - -// 394:37 -[com_37] - -// 394:38 -[com_38] - -// 394:39 -[com_39] - -// 394:40 -[com_40] - -// 394:41 -[com_41] - -// 394:42 -[com_42] - -// 394:43 -[com_43] - -// 394:44 -[com_44] - -// 394:45 -[com_45] - -// 394:46 -[com_46] - -// 394:47 -[com_47] - -// 394:48 -[com_48] - -// 394:49 -[com_49] - -// 394:50 -[com_50] - -// 394:51 -[com_51] - -// 394:52 -[com_52] - -// 394:53 -[com_53] - -// 394:54 -[com_54] - -// 394:55 -[com_55] - -// 394:56 -[com_56] - -// 394:57 -[com_57] - -// 394:58 -[com_58] - -// 394:59 -[com_59] - -// 394:60 -[com_60] - -// 394:61 -[com_61] - -// 394:62 -[com_62] - -// 394:63 -[com_63] - -// 394:64 -[com_64] - -// 394:65 -[com_65] - -// 394:66 -[com_66] - -// 394:67 -[com_67] - -// 394:68 -[com_68] - -// 394:69 -[com_69] - -// 394:70 -[com_70] - -// 394:71 -[com_71] - -// 394:72 -[com_72] - -// 394:73 -[com_73] - -// 394:74 -[com_74] - -// 394:75 -[com_75] - -// 394:76 -[com_76] - -// 394:77 -[com_77] - -// 394:78 -[com_78] - -// 394:79 -[com_79] - -// 394:80 -[com_80] - -// 394:81 -[com_81] - -// 394:82 -[com_82] - -// 394:83 -[com_83] - -// 394:84 -[com_84] - -// 394:85 -[com_85] - -// 394:86 -[com_86] - -// 394:87 -[com_87] - -// 394:88 -[com_88] - -// 394:89 -[com_89] - -// 394:90 -[com_90] - -// 394:91 -[com_91] - -// 394:92 -[com_92] - -// 394:93 -[com_93] - -// 394:94 -[com_94] - -// 394:95 -[com_95] - -// 394:96 -[com_96] - -// 394:97 -[com_97] - -// 394:98 -[com_98] - -// 394:99 -[com_99] - -// 394:100 -[com_100] - -// 394:101 -[com_101] - -// 394:102 -[com_102] - -// 394:103 -[com_103] - -// 394:104 -[com_104] - -// 394:105 -[com_105] - -// 394:106 -[com_106] - -// 394:107 -[com_107] - -// 394:108 -[com_108] - -// 394:109 -[com_109] - -// 394:110 -[com_110] - -// 394:111 -[com_111] - -// 394:112 -[com_112] - -// 394:113 -[com_113] - -// 394:114 -[com_114] - -// 394:115 -[com_115] - diff --git a/dumps/530/interface/interface_395.if3 b/dumps/530/interface/interface_395.if3 deleted file mode 100644 index 6c2b0e84a..000000000 --- a/dumps/530/interface/interface_395.if3 +++ /dev/null @@ -1,18 +0,0 @@ -// 395:0 -[com_0] -type=model -width=1353 -height=1187 -xmode=abs_centre -ymode=abs_centre -model=model_35731 -modelorigin_x=12 -modelorigin_y=-3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=450 -modelanim=seq_6169 -unknown100=64272 -unknown101=3000 - diff --git a/dumps/530/interface/interface_396.if b/dumps/530/interface/interface_396.if deleted file mode 100644 index 52cf3463b..000000000 --- a/dumps/530/interface/interface_396.if +++ /dev/null @@ -1,450 +0,0 @@ -// 396:0 -[com_0] - -// 396:1 -[com_1] - -// 396:2 -[com_2] - -// 396:3 -[com_3] - -// 396:4 -[com_4] - -// 396:5 -[com_5] - -// 396:6 -[com_6] - -// 396:7 -[com_7] - -// 396:8 -[com_8] - -// 396:9 -[com_9] - -// 396:10 -[com_10] - -// 396:11 -[com_11] - -// 396:12 -[com_12] - -// 396:13 -[com_13] - -// 396:14 -[com_14] - -// 396:15 -[com_15] - -// 396:16 -[com_16] - -// 396:17 -[com_17] - -// 396:18 -[com_18] - -// 396:19 -[com_19] - -// 396:20 -[com_20] - -// 396:21 -[com_21] - -// 396:22 -[com_22] - -// 396:23 -[com_23] - -// 396:24 -[com_24] - -// 396:25 -[com_25] - -// 396:26 -[com_26] - -// 396:27 -[com_27] - -// 396:28 -[com_28] - -// 396:29 -[com_29] - -// 396:30 -[com_30] - -// 396:31 -[com_31] - -// 396:32 -[com_32] - -// 396:33 -[com_33] - -// 396:34 -[com_34] - -// 396:35 -[com_35] - -// 396:36 -[com_36] - -// 396:37 -[com_37] - -// 396:38 -[com_38] - -// 396:39 -[com_39] - -// 396:40 -[com_40] - -// 396:41 -[com_41] - -// 396:42 -[com_42] - -// 396:43 -[com_43] - -// 396:44 -[com_44] - -// 396:45 -[com_45] - -// 396:46 -[com_46] - -// 396:47 -[com_47] - -// 396:48 -[com_48] - -// 396:49 -[com_49] - -// 396:50 -[com_50] - -// 396:51 -[com_51] - -// 396:52 -[com_52] - -// 396:53 -[com_53] - -// 396:54 -[com_54] - -// 396:55 -[com_55] - -// 396:56 -[com_56] - -// 396:57 -[com_57] - -// 396:58 -[com_58] - -// 396:59 -[com_59] - -// 396:60 -[com_60] - -// 396:61 -[com_61] - -// 396:62 -[com_62] - -// 396:63 -[com_63] - -// 396:64 -[com_64] - -// 396:65 -[com_65] - -// 396:66 -[com_66] - -// 396:67 -[com_67] - -// 396:68 -[com_68] - -// 396:69 -[com_69] - -// 396:70 -[com_70] - -// 396:71 -[com_71] - -// 396:72 -[com_72] - -// 396:73 -[com_73] - -// 396:74 -[com_74] - -// 396:75 -[com_75] - -// 396:76 -[com_76] - -// 396:77 -[com_77] - -// 396:78 -[com_78] - -// 396:79 -[com_79] - -// 396:80 -[com_80] - -// 396:81 -[com_81] - -// 396:82 -[com_82] - -// 396:83 -[com_83] - -// 396:84 -[com_84] - -// 396:85 -[com_85] - -// 396:86 -[com_86] - -// 396:87 -[com_87] - -// 396:88 -[com_88] - -// 396:89 -[com_89] - -// 396:90 -[com_90] - -// 396:91 -[com_91] - -// 396:92 -[com_92] - -// 396:93 -[com_93] - -// 396:94 -[com_94] - -// 396:95 -[com_95] - -// 396:96 -[com_96] - -// 396:97 -[com_97] - -// 396:98 -[com_98] - -// 396:99 -[com_99] - -// 396:100 -[com_100] - -// 396:101 -[com_101] - -// 396:102 -[com_102] - -// 396:103 -[com_103] - -// 396:104 -[com_104] - -// 396:105 -[com_105] - -// 396:106 -[com_106] - -// 396:107 -[com_107] - -// 396:108 -[com_108] - -// 396:109 -[com_109] - -// 396:110 -[com_110] - -// 396:111 -[com_111] - -// 396:112 -[com_112] - -// 396:113 -[com_113] - -// 396:114 -[com_114] - -// 396:115 -[com_115] - -// 396:116 -[com_116] - -// 396:117 -[com_117] - -// 396:118 -[com_118] - -// 396:119 -[com_119] - -// 396:120 -[com_120] - -// 396:121 -[com_121] - -// 396:122 -[com_122] - -// 396:123 -[com_123] - -// 396:124 -[com_124] - -// 396:125 -[com_125] - -// 396:126 -[com_126] - -// 396:127 -[com_127] - -// 396:128 -[com_128] - -// 396:129 -[com_129] - -// 396:130 -[com_130] - -// 396:131 -[com_131] - -// 396:132 -[com_132] - -// 396:133 -[com_133] - -// 396:134 -[com_134] - -// 396:135 -[com_135] - -// 396:136 -[com_136] - -// 396:137 -[com_137] - -// 396:138 -[com_138] - -// 396:139 -[com_139] - -// 396:140 -[com_140] - -// 396:141 -[com_141] - -// 396:142 -[com_142] - -// 396:143 -[com_143] - -// 396:144 -[com_144] - -// 396:145 -[com_145] - -// 396:146 -[com_146] - -// 396:147 -[com_147] - -// 396:148 -[com_148] - -// 396:149 -[com_149] - diff --git a/dumps/530/interface/interface_397.if b/dumps/530/interface/interface_397.if deleted file mode 100644 index a824492a9..000000000 --- a/dumps/530/interface/interface_397.if +++ /dev/null @@ -1,441 +0,0 @@ -// 397:0 -[com_0] - -// 397:1 -[com_1] - -// 397:2 -[com_2] - -// 397:3 -[com_3] - -// 397:4 -[com_4] - -// 397:5 -[com_5] - -// 397:6 -[com_6] - -// 397:7 -[com_7] - -// 397:8 -[com_8] - -// 397:9 -[com_9] - -// 397:10 -[com_10] - -// 397:11 -[com_11] - -// 397:12 -[com_12] - -// 397:13 -[com_13] - -// 397:14 -[com_14] - -// 397:15 -[com_15] - -// 397:16 -[com_16] - -// 397:17 -[com_17] - -// 397:18 -[com_18] - -// 397:19 -[com_19] - -// 397:20 -[com_20] - -// 397:21 -[com_21] - -// 397:22 -[com_22] - -// 397:23 -[com_23] - -// 397:24 -[com_24] - -// 397:25 -[com_25] - -// 397:26 -[com_26] - -// 397:27 -[com_27] - -// 397:28 -[com_28] - -// 397:29 -[com_29] - -// 397:30 -[com_30] - -// 397:31 -[com_31] - -// 397:32 -[com_32] - -// 397:33 -[com_33] - -// 397:34 -[com_34] - -// 397:35 -[com_35] - -// 397:36 -[com_36] - -// 397:37 -[com_37] - -// 397:38 -[com_38] - -// 397:39 -[com_39] - -// 397:40 -[com_40] - -// 397:41 -[com_41] - -// 397:42 -[com_42] - -// 397:43 -[com_43] - -// 397:44 -[com_44] - -// 397:45 -[com_45] - -// 397:46 -[com_46] - -// 397:47 -[com_47] - -// 397:48 -[com_48] - -// 397:49 -[com_49] - -// 397:50 -[com_50] - -// 397:51 -[com_51] - -// 397:52 -[com_52] - -// 397:53 -[com_53] - -// 397:54 -[com_54] - -// 397:55 -[com_55] - -// 397:56 -[com_56] - -// 397:57 -[com_57] - -// 397:58 -[com_58] - -// 397:59 -[com_59] - -// 397:60 -[com_60] - -// 397:61 -[com_61] - -// 397:62 -[com_62] - -// 397:63 -[com_63] - -// 397:64 -[com_64] - -// 397:65 -[com_65] - -// 397:66 -[com_66] - -// 397:67 -[com_67] - -// 397:68 -[com_68] - -// 397:69 -[com_69] - -// 397:70 -[com_70] - -// 397:71 -[com_71] - -// 397:72 -[com_72] - -// 397:73 -[com_73] - -// 397:74 -[com_74] - -// 397:75 -[com_75] - -// 397:76 -[com_76] - -// 397:77 -[com_77] - -// 397:78 -[com_78] - -// 397:79 -[com_79] - -// 397:80 -[com_80] - -// 397:81 -[com_81] - -// 397:82 -[com_82] - -// 397:83 -[com_83] - -// 397:84 -[com_84] - -// 397:85 -[com_85] - -// 397:86 -[com_86] - -// 397:87 -[com_87] - -// 397:88 -[com_88] - -// 397:89 -[com_89] - -// 397:90 -[com_90] - -// 397:91 -[com_91] - -// 397:92 -[com_92] - -// 397:93 -[com_93] - -// 397:94 -[com_94] - -// 397:95 -[com_95] - -// 397:96 -[com_96] - -// 397:97 -[com_97] - -// 397:98 -[com_98] - -// 397:99 -[com_99] - -// 397:100 -[com_100] - -// 397:101 -[com_101] - -// 397:102 -[com_102] - -// 397:103 -[com_103] - -// 397:104 -[com_104] - -// 397:105 -[com_105] - -// 397:106 -[com_106] - -// 397:107 -[com_107] - -// 397:108 -[com_108] - -// 397:109 -[com_109] - -// 397:110 -[com_110] - -// 397:111 -[com_111] - -// 397:112 -[com_112] - -// 397:113 -[com_113] - -// 397:114 -[com_114] - -// 397:115 -[com_115] - -// 397:116 -[com_116] - -// 397:117 -[com_117] - -// 397:118 -[com_118] - -// 397:119 -[com_119] - -// 397:120 -[com_120] - -// 397:121 -[com_121] - -// 397:122 -[com_122] - -// 397:123 -[com_123] - -// 397:124 -[com_124] - -// 397:125 -[com_125] - -// 397:126 -[com_126] - -// 397:127 -[com_127] - -// 397:128 -[com_128] - -// 397:129 -[com_129] - -// 397:130 -[com_130] - -// 397:131 -[com_131] - -// 397:132 -[com_132] - -// 397:133 -[com_133] - -// 397:134 -[com_134] - -// 397:135 -[com_135] - -// 397:136 -[com_136] - -// 397:137 -[com_137] - -// 397:138 -[com_138] - -// 397:139 -[com_139] - -// 397:140 -[com_140] - -// 397:141 -[com_141] - -// 397:142 -[com_142] - -// 397:143 -[com_143] - -// 397:144 -[com_144] - -// 397:145 -[com_145] - -// 397:146 -[com_146] - diff --git a/dumps/530/interface/interface_398.if b/dumps/530/interface/interface_398.if deleted file mode 100644 index 069b09051..000000000 --- a/dumps/530/interface/interface_398.if +++ /dev/null @@ -1,72 +0,0 @@ -// 398:0 -[com_0] - -// 398:1 -[com_1] - -// 398:2 -[com_2] - -// 398:3 -[com_3] - -// 398:4 -[com_4] - -// 398:5 -[com_5] - -// 398:6 -[com_6] - -// 398:7 -[com_7] - -// 398:8 -[com_8] - -// 398:9 -[com_9] - -// 398:10 -[com_10] - -// 398:11 -[com_11] - -// 398:12 -[com_12] - -// 398:13 -[com_13] - -// 398:14 -[com_14] - -// 398:15 -[com_15] - -// 398:16 -[com_16] - -// 398:17 -[com_17] - -// 398:18 -[com_18] - -// 398:19 -[com_19] - -// 398:20 -[com_20] - -// 398:21 -[com_21] - -// 398:22 -[com_22] - -// 398:23 -[com_23] - diff --git a/dumps/530/interface/interface_399.if3 b/dumps/530/interface/interface_399.if3 deleted file mode 100644 index 633832565..000000000 --- a/dumps/530/interface/interface_399.if3 +++ /dev/null @@ -1,63 +0,0 @@ -// 399:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes - -// 399:1 -[com_1] -type=text -x=6 -y=207 -width=505 -height=14 -layer=com_5 -textfont=b12_full -text=There's no place like home... -textalignh=1 -textshadow=yes -colour=0xffffff - -// 399:2 -[com_2] -type=graphic -x=121 -y=12 -width=256 -height=192 -layer=com_5 -graphic=hloading2 - -// 399:3 -[com_3] -type=rectangle -x=121 -y=12 -width=256 -height=192 -layer=com_5 -colour=0x473300 - -// 399:4 -[com_4] -type=rectangle -x=120 -y=11 -width=258 -height=194 -layer=com_5 -colour=0x372000 - -// 399:5 -[com_5] -type=layer -y=8 -width=514 -height=231 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_4.if3 b/dumps/530/interface/interface_4.if3 deleted file mode 100644 index ecfea4d70..000000000 --- a/dumps/530/interface/interface_4.if3 +++ /dev/null @@ -1,151 +0,0 @@ -// 4:0 -[com_0] -type=layer -x=5 -y=5 -width=182 -height=215 - -// 4:1 -[com_1] -type=model -x=22 -y=40 -width=142 -height=27 -layer=com_0 -model=model_6555 -modelorigin_x=1 -modelorigin_y=10 -modelangle_x=437 -modelangle_y=0 -modelangle_z=0 -modelzoom=404 -unknown100=65177 -unknown101=811 - -// 4:2 -[com_2] -type=model -x=31 -y=48 -width=124 -height=11 -layer=com_0 -model=model_6558 -modelorigin_x=1 -modelorigin_y=10 -modelangle_x=437 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65171 -unknown101=802 - -// 4:3 -[com_3] -type=model -x=35 -y=120 -width=109 -height=79 -layer=com_0 -model=model_6556 -modelorigin_x=5 -modelorigin_y=-6 -modelangle_x=468 -modelangle_y=2045 -modelangle_z=0 -modelzoom=400 -unknown100=65180 -unknown101=803 - -// 4:4 -[com_4] -type=model -x=44 -y=131 -width=89 -height=57 -layer=com_0 -model=model_6554 -modelorigin_x=5 -modelorigin_y=-6 -modelangle_x=468 -modelangle_y=2045 -modelangle_z=0 -modelzoom=392 -unknown100=65183 -unknown101=785 - -// 4:5 -[com_5] -type=text -x=24 -y=93 -width=136 -height=17 -layer=com_0 -textfont=p12_full -text=Water Collected -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d - -// 4:6 -[com_6] -type=text -x=48 -y=9 -width=85 -height=14 -layer=com_0 -textfont=p12_full -text=Time Left -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d - -// 4:7 -[com_7] -type=model -x=140 -y=172 -width=33 -height=29 -layer=com_0 -model=model_6544 -modelorigin_x=4 -modelorigin_y=5 -modelangle_x=409 -modelangle_y=97 -modelangle_z=0 -modelzoom=400 -unknown100=65154 -unknown101=804 - -// 4:8 -[com_8] -type=text -x=150 -y=180 -width=17 -height=14 -layer=com_0 -textfont=p12_full -text=%1 -textshadow=yes -colour=0xbf751d -onvartransmit=script1443 -onvartransmitlist=varplayer_449 - -// 4:9 -[com_9] -type=layer -y=24 -width=182 -height=190 -layer=com_0 - diff --git a/dumps/530/interface/interface_40.if3 b/dumps/530/interface/interface_40.if3 deleted file mode 100644 index 241558d07..000000000 --- a/dumps/530/interface/interface_40.if3 +++ /dev/null @@ -1,3629 +0,0 @@ -// 40:0 -[com_0] -type=graphic -x=12 -y=20 -width=483 -height=296 -graphic=tradebacking -tiling=yes - -// 40:1 -[com_1] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 40:2 -[com_2] -type=graphic -x=-3 -y=49 -width=34 -height=252 -graphic="miscgraphics,2" -tiling=yes - -// 40:3 -[com_3] -type=graphic -x=479 -y=50 -width=36 -height=243 -graphic="steelborder2,1" -tiling=yes - -// 40:4 -[com_4] -type=text -x=43 -y=58 -width=140 -height=25 -textfont=p12_full -text=Insert a very long name here! -textshadow=yes -colour=0xffaa44 - -// 40:5 -[com_5] -type=graphic -x=37 -y=5 -width=441 -height=36 -graphic="steelborder2,0" -tiling=yes - -// 40:6 -[com_6] -type=graphic -x=37 -y=299 -width=439 -height=54 -graphic="miscgraphics,3" -tiling=yes - -// 40:7 -[com_7] -type=graphic -x=12 -y=290 -width=25 -height=30 -graphic="steelborder,2" - -// 40:8 -[com_8] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,1" - -// 40:9 -[com_9] -type=graphic -x=475 -y=290 -width=25 -height=30 -graphic="steelborder,3" - -// 40:10 -[com_10] -type=text -x=100 -y=75 -width=14 -height=14 -textfont=p12_full -text=vs -textshadow=yes -colour=0xaaaaaa - -// 40:11 -[com_11] -type=text -x=43 -y=89 -width=140 -height=25 -textfont=p12_full -text=Insert a very long name here! -textshadow=yes -colour=0xffaa44 - -// 40:12 -[com_12] -type=graphic -x=183 -y=26 -width=28 -height=290 -graphic="miscgraphics,2" -tiling=yes - -// 40:13 -[com_13] -type=graphic -x=17 -y=34 -width=181 -height=42 -graphic="steelborder2,0" -tiling=yes - -// 40:14 -[com_14] -type=text -x=38 -y=127 -width=44 -height=31 -textfont=p12_full -text=Turn: -textalignh=2 -textshadow=yes -colour=0xffaa44 - -// 40:15 -[com_15] -type=model -x=158 -y=289 -width=32 -height=32 -model=model_4612 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2048 -unknown100=0 -unknown101=3000 - -// 40:16 -[com_16] -type=layer -x=26 -y=265 -width=122 -height=42 -op1=Select -onop=script29 - -// 40:17 -[com_17] -type=layer -x=26 -y=215 -width=122 -height=43 -op1=Select - -// 40:18 -[com_18] -type=text -x=21 -y=29 -width=176 -height=17 -textfont=b12_full -text=Runesquares -textshadow=yes -colour=0xffaa44 - -// 40:19 -[com_19] -type=rectangle -x=6 -y=6 -width=110 -height=31 -layer=com_16 -colour=0x000000 -fill=yes - -// 40:20 -[com_20] -type=text -x=6 -y=6 -width=110 -height=30 -layer=com_16 -textfont=p12_full -text=Resign -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xab0000 -onmouseover=script45(event_com, 0xcc0000) -onmouseleave=script45(event_com, 0xab0000) - -// 40:21 -[com_21] -type=rectangle -x=6 -y=6 -width=110 -height=31 -layer=com_17 -colour=0x000000 -fill=yes - -// 40:22 -[com_22] -type=text -x=6 -y=6 -width=110 -height=30 -layer=com_17 -textfont=p12_full -text=Offer draw -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 40:23 -[com_23] -type=graphic -x=21 -y=-15 -width=36 -height=36 -layer=com_16 -graphic="steelborder2,0" - -// 40:24 -[com_24] -type=graphic -x=21 -y=-15 -width=36 -height=36 -layer=com_17 -graphic="steelborder2,0" - -// 40:25 -[com_25] -type=text -x=85 -y=127 -width=111 -height=31 -textfont=p12_full -text=A very long name -textshadow=yes -colour=0xaaaaaa - -// 40:26 -[com_26] -type=graphic -x=22 -y=21 -width=36 -height=36 -layer=com_17 -graphic="miscgraphics,3" - -// 40:27 -[com_27] -type=graphic -width=25 -height=30 -layer=com_16 -graphic="steelborder,0" - -// 40:28 -[com_28] -type=graphic -width=25 -height=30 -layer=com_17 -graphic="steelborder,0" - -// 40:29 -[com_29] -type=graphic -x=93 -width=30 -height=30 -layer=com_16 -graphic="steelborder,1" - -// 40:30 -[com_30] -type=graphic -x=97 -width=25 -height=30 -layer=com_17 -graphic="steelborder,1" - -// 40:31 -[com_31] -type=graphic -y=12 -width=25 -height=30 -layer=com_16 -graphic="steelborder,2" - -// 40:32 -[com_32] -type=graphic -y=12 -width=25 -height=30 -layer=com_17 -graphic="steelborder,2" - -// 40:33 -[com_33] -type=graphic -x=97 -y=12 -width=25 -height=30 -layer=com_16 -graphic="steelborder,3" - -// 40:34 -[com_34] -type=graphic -x=21 -y=21 -width=36 -height=36 -layer=com_16 -graphic="miscgraphics,3" - -// 40:35 -[com_35] -type=graphic -x=97 -y=12 -width=25 -height=30 -layer=com_17 -graphic="steelborder,3" - -// 40:36 -[com_36] -type=text -x=23 -y=185 -width=169 -height=22 -textfont=p11_full -text=Blah blah blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 40:37 -[com_37] -type=text -x=23 -y=160 -width=169 -height=11 -textfont=p11_full -text=Blah blah blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 40:38 -[com_38] -type=text -x=27 -y=157 -width=160 -height=14 -textfont=b12_full -text=Blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 40:39 -[com_39] -type=layer -x=26 -y=265 -width=78 -height=42 -hide=yes -op1=Close -onop=script29 - -// 40:40 -[com_40] -type=layer -x=212 -y=34 -width=270 -height=270 - -// 40:41 -[com_41] -type=rectangle -x=6 -y=6 -width=66 -height=31 -layer=com_39 -colour=0x000000 -fill=yes - -// 40:42 -[com_42] -type=text -x=20 -y=15 -width=31 -height=14 -layer=com_39 -textfont=p12_full -text=Close -textshadow=yes -colour=0x800000 - -// 40:43 -[com_43] -type=graphic -x=21 -y=-15 -width=36 -height=36 -layer=com_39 -graphic="steelborder2,0" - -// 40:44 -[com_44] -type=graphic -width=25 -height=30 -layer=com_39 -graphic="steelborder,0" - -// 40:45 -[com_45] -type=graphic -x=53 -width=25 -height=30 -layer=com_39 -graphic="steelborder,1" - -// 40:46 -[com_46] -type=graphic -y=12 -width=25 -height=30 -layer=com_39 -graphic="steelborder,2" - -// 40:47 -[com_47] -type=graphic -x=53 -y=12 -width=25 -height=30 -layer=com_39 -graphic="steelborder,3" - -// 40:48 -[com_48] -type=graphic -x=21 -y=21 -width=36 -height=36 -layer=com_39 -graphic="miscgraphics,3" - -// 40:49 -[com_49] -type=model -x=20 -y=57 -width=20 -height=20 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 40:50 -[com_50] -type=model -x=20 -y=87 -width=20 -height=20 -model=model_2652 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 40:51 -[com_51] -type=rectangle -x=244 -y=34 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:52 -[com_52] -type=rectangle -x=278 -y=34 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:53 -[com_53] -type=rectangle -x=312 -y=34 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:54 -[com_54] -type=rectangle -x=346 -y=34 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:55 -[com_55] -type=rectangle -x=380 -y=34 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:56 -[com_56] -type=rectangle -x=414 -y=34 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:57 -[com_57] -type=rectangle -x=448 -y=34 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:58 -[com_58] -type=rectangle -x=244 -y=68 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:59 -[com_59] -type=rectangle -x=278 -y=68 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:60 -[com_60] -type=rectangle -x=312 -y=68 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:61 -[com_61] -type=rectangle -x=346 -y=68 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:62 -[com_62] -type=rectangle -x=380 -y=68 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:63 -[com_63] -type=rectangle -x=414 -y=68 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:64 -[com_64] -type=rectangle -x=448 -y=68 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:65 -[com_65] -type=rectangle -x=244 -y=102 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:66 -[com_66] -type=rectangle -x=278 -y=102 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:67 -[com_67] -type=rectangle -x=312 -y=102 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:68 -[com_68] -type=rectangle -x=346 -y=102 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:69 -[com_69] -type=rectangle -x=380 -y=102 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:70 -[com_70] -type=rectangle -x=414 -y=102 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:71 -[com_71] -type=rectangle -x=448 -y=102 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:72 -[com_72] -type=rectangle -x=244 -y=136 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:73 -[com_73] -type=rectangle -x=278 -y=136 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:74 -[com_74] -type=rectangle -x=312 -y=136 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:75 -[com_75] -type=rectangle -x=346 -y=136 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:76 -[com_76] -type=rectangle -x=380 -y=136 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:77 -[com_77] -type=rectangle -x=414 -y=136 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:78 -[com_78] -type=rectangle -x=448 -y=136 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:79 -[com_79] -type=rectangle -x=244 -y=170 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:80 -[com_80] -type=rectangle -x=278 -y=170 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:81 -[com_81] -type=rectangle -x=312 -y=170 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:82 -[com_82] -type=rectangle -x=346 -y=170 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:83 -[com_83] -type=rectangle -x=380 -y=170 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:84 -[com_84] -type=rectangle -x=414 -y=170 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:85 -[com_85] -type=rectangle -x=448 -y=170 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:86 -[com_86] -type=rectangle -x=244 -y=204 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:87 -[com_87] -type=rectangle -x=278 -y=204 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:88 -[com_88] -type=rectangle -x=312 -y=204 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:89 -[com_89] -type=rectangle -x=346 -y=204 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:90 -[com_90] -type=rectangle -x=380 -y=204 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:91 -[com_91] -type=rectangle -x=414 -y=204 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:92 -[com_92] -type=rectangle -x=448 -y=204 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:93 -[com_93] -type=rectangle -x=244 -y=238 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:94 -[com_94] -type=rectangle -x=278 -y=238 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:95 -[com_95] -type=rectangle -x=312 -y=238 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:96 -[com_96] -type=rectangle -x=346 -y=238 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:97 -[com_97] -type=rectangle -x=380 -y=238 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:98 -[com_98] -type=rectangle -x=414 -y=238 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:99 -[com_99] -type=rectangle -x=448 -y=238 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:100 -[com_100] -type=rectangle -x=244 -y=272 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:101 -[com_101] -type=rectangle -x=278 -y=272 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:102 -[com_102] -type=rectangle -x=312 -y=272 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:103 -[com_103] -type=rectangle -x=346 -y=272 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:104 -[com_104] -type=rectangle -x=380 -y=272 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:105 -[com_105] -type=rectangle -x=414 -y=272 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:106 -[com_106] -type=rectangle -x=448 -y=272 -width=2 -height=32 -colour=0x555555 -fill=yes - -// 40:107 -[com_107] -type=rectangle -x=212 -y=66 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:108 -[com_108] -type=rectangle -x=246 -y=66 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:109 -[com_109] -type=rectangle -x=280 -y=66 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:110 -[com_110] -type=rectangle -x=314 -y=66 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:111 -[com_111] -type=rectangle -x=348 -y=66 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:112 -[com_112] -type=rectangle -x=382 -y=66 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:113 -[com_113] -type=rectangle -x=416 -y=66 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:114 -[com_114] -type=rectangle -x=450 -y=66 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:115 -[com_115] -type=rectangle -x=212 -y=100 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:116 -[com_116] -type=rectangle -x=246 -y=100 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:117 -[com_117] -type=rectangle -x=280 -y=100 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:118 -[com_118] -type=rectangle -x=314 -y=100 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:119 -[com_119] -type=rectangle -x=348 -y=100 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:120 -[com_120] -type=rectangle -x=382 -y=100 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:121 -[com_121] -type=rectangle -x=416 -y=100 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:122 -[com_122] -type=rectangle -x=450 -y=100 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:123 -[com_123] -type=rectangle -x=212 -y=134 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:124 -[com_124] -type=rectangle -x=246 -y=134 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:125 -[com_125] -type=rectangle -x=280 -y=134 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:126 -[com_126] -type=rectangle -x=314 -y=134 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:127 -[com_127] -type=rectangle -x=348 -y=134 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:128 -[com_128] -type=rectangle -x=382 -y=134 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:129 -[com_129] -type=rectangle -x=416 -y=134 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:130 -[com_130] -type=rectangle -x=450 -y=134 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:131 -[com_131] -type=rectangle -x=212 -y=168 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:132 -[com_132] -type=rectangle -x=246 -y=168 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:133 -[com_133] -type=rectangle -x=280 -y=168 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:134 -[com_134] -type=rectangle -x=314 -y=168 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:135 -[com_135] -type=rectangle -x=348 -y=168 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:136 -[com_136] -type=rectangle -x=382 -y=168 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:137 -[com_137] -type=rectangle -x=416 -y=168 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:138 -[com_138] -type=rectangle -x=450 -y=168 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:139 -[com_139] -type=rectangle -x=212 -y=202 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:140 -[com_140] -type=rectangle -x=246 -y=202 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:141 -[com_141] -type=rectangle -x=280 -y=202 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:142 -[com_142] -type=rectangle -x=314 -y=202 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:143 -[com_143] -type=rectangle -x=348 -y=202 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:144 -[com_144] -type=rectangle -x=382 -y=202 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:145 -[com_145] -type=rectangle -x=416 -y=202 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:146 -[com_146] -type=rectangle -x=450 -y=202 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:147 -[com_147] -type=rectangle -x=212 -y=236 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:148 -[com_148] -type=rectangle -x=246 -y=236 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:149 -[com_149] -type=rectangle -x=280 -y=236 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:150 -[com_150] -type=rectangle -x=314 -y=236 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:151 -[com_151] -type=rectangle -x=348 -y=236 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:152 -[com_152] -type=rectangle -x=382 -y=236 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:153 -[com_153] -type=rectangle -x=416 -y=236 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:154 -[com_154] -type=rectangle -x=450 -y=236 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:155 -[com_155] -type=rectangle -x=212 -y=270 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:156 -[com_156] -type=rectangle -x=246 -y=270 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:157 -[com_157] -type=rectangle -x=280 -y=270 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:158 -[com_158] -type=rectangle -x=314 -y=270 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:159 -[com_159] -type=rectangle -x=348 -y=270 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:160 -[com_160] -type=rectangle -x=382 -y=270 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:161 -[com_161] -type=rectangle -x=416 -y=270 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:162 -[com_162] -type=rectangle -x=450 -y=270 -width=32 -height=2 -colour=0x555555 -fill=yes - -// 40:163 -[com_163] -type=rectangle -x=212 -y=32 -width=272 -height=2 -colour=0xffffff -fill=yes - -// 40:164 -[com_164] -type=rectangle -x=210 -y=304 -width=272 -height=2 -colour=0xffffff -fill=yes - -// 40:165 -[com_165] -type=rectangle -x=210 -y=32 -width=2 -height=272 -colour=0xffffff -fill=yes - -// 40:166 -[com_166] -type=rectangle -x=482 -y=34 -width=2 -height=272 -colour=0xffffff -fill=yes - -// 40:167 -[com_167] -type=rectangle -x=244 -y=66 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:168 -[com_168] -type=rectangle -x=278 -y=66 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:169 -[com_169] -type=rectangle -x=312 -y=66 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:170 -[com_170] -type=rectangle -x=346 -y=66 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:171 -[com_171] -type=rectangle -x=380 -y=66 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:172 -[com_172] -type=rectangle -x=414 -y=66 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:173 -[com_173] -type=rectangle -x=448 -y=66 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:174 -[com_174] -type=rectangle -x=448 -y=100 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:175 -[com_175] -type=rectangle -x=244 -y=134 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:176 -[com_176] -type=rectangle -x=244 -y=100 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:177 -[com_177] -type=rectangle -x=278 -y=100 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:178 -[com_178] -type=rectangle -x=312 -y=100 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:179 -[com_179] -type=rectangle -x=346 -y=100 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:180 -[com_180] -type=rectangle -x=380 -y=100 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:181 -[com_181] -type=rectangle -x=414 -y=100 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:182 -[com_182] -type=rectangle -x=278 -y=134 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:183 -[com_183] -type=rectangle -x=312 -y=134 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:184 -[com_184] -type=rectangle -x=346 -y=134 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:185 -[com_185] -type=rectangle -x=380 -y=134 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:186 -[com_186] -type=rectangle -x=414 -y=134 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:187 -[com_187] -type=rectangle -x=448 -y=134 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:188 -[com_188] -type=rectangle -x=244 -y=168 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:189 -[com_189] -type=rectangle -x=278 -y=168 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:190 -[com_190] -type=rectangle -x=312 -y=168 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:191 -[com_191] -type=rectangle -x=346 -y=168 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:192 -[com_192] -type=rectangle -x=380 -y=168 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:193 -[com_193] -type=rectangle -x=414 -y=168 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:194 -[com_194] -type=rectangle -x=448 -y=168 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:195 -[com_195] -type=rectangle -x=244 -y=202 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:196 -[com_196] -type=rectangle -x=278 -y=202 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:197 -[com_197] -type=rectangle -x=312 -y=202 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:198 -[com_198] -type=rectangle -x=346 -y=202 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:199 -[com_199] -type=rectangle -x=380 -y=202 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:200 -[com_200] -type=rectangle -x=414 -y=202 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:201 -[com_201] -type=rectangle -x=448 -y=202 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:202 -[com_202] -type=rectangle -x=244 -y=236 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:203 -[com_203] -type=rectangle -x=278 -y=236 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:204 -[com_204] -type=rectangle -x=312 -y=236 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:205 -[com_205] -type=rectangle -x=346 -y=236 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:206 -[com_206] -type=rectangle -x=380 -y=236 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:207 -[com_207] -type=rectangle -x=414 -y=236 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:208 -[com_208] -type=rectangle -x=448 -y=236 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:209 -[com_209] -type=rectangle -x=244 -y=270 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:210 -[com_210] -type=rectangle -x=278 -y=270 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:211 -[com_211] -type=rectangle -x=312 -y=270 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:212 -[com_212] -type=rectangle -x=346 -y=270 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:213 -[com_213] -type=rectangle -x=380 -y=270 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:214 -[com_214] -type=rectangle -x=414 -y=270 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:215 -[com_215] -type=rectangle -x=448 -y=270 -width=2 -height=2 -colour=0xffffff -fill=yes - -// 40:216 -[com_216] -type=rectangle -x=239 -y=39 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:217 -[com_217] -type=rectangle -x=273 -y=39 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:218 -[com_218] -type=rectangle -x=307 -y=39 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:219 -[com_219] -type=rectangle -x=341 -y=39 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:220 -[com_220] -type=rectangle -x=375 -y=39 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:221 -[com_221] -type=rectangle -x=409 -y=39 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:222 -[com_222] -type=rectangle -x=443 -y=39 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:223 -[com_223] -type=rectangle -x=239 -y=73 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:224 -[com_224] -type=rectangle -x=273 -y=73 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:225 -[com_225] -type=rectangle -x=307 -y=73 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:226 -[com_226] -type=rectangle -x=341 -y=73 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:227 -[com_227] -type=rectangle -x=375 -y=73 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:228 -[com_228] -type=rectangle -x=409 -y=73 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:229 -[com_229] -type=rectangle -x=443 -y=73 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:230 -[com_230] -type=rectangle -x=239 -y=107 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:231 -[com_231] -type=rectangle -x=273 -y=107 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:232 -[com_232] -type=rectangle -x=307 -y=107 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:233 -[com_233] -type=rectangle -x=341 -y=107 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:234 -[com_234] -type=rectangle -x=375 -y=107 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:235 -[com_235] -type=rectangle -x=409 -y=107 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:236 -[com_236] -type=rectangle -x=443 -y=107 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:237 -[com_237] -type=rectangle -x=239 -y=141 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:238 -[com_238] -type=rectangle -x=273 -y=141 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:239 -[com_239] -type=rectangle -x=307 -y=141 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:240 -[com_240] -type=rectangle -x=341 -y=141 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:241 -[com_241] -type=rectangle -x=375 -y=141 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:242 -[com_242] -type=rectangle -x=409 -y=141 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:243 -[com_243] -type=rectangle -x=443 -y=141 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:244 -[com_244] -type=rectangle -x=239 -y=175 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:245 -[com_245] -type=rectangle -x=273 -y=175 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:246 -[com_246] -type=rectangle -x=307 -y=175 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:247 -[com_247] -type=rectangle -x=341 -y=175 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:248 -[com_248] -type=rectangle -x=375 -y=175 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:249 -[com_249] -type=rectangle -x=409 -y=175 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:250 -[com_250] -type=rectangle -x=443 -y=175 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:251 -[com_251] -type=rectangle -x=239 -y=209 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:252 -[com_252] -type=rectangle -x=273 -y=209 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:253 -[com_253] -type=rectangle -x=307 -y=209 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:254 -[com_254] -type=rectangle -x=341 -y=209 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:255 -[com_255] -type=rectangle -x=375 -y=209 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:256 -[com_256] -type=rectangle -x=409 -y=209 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:257 -[com_257] -type=rectangle -x=443 -y=209 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:258 -[com_258] -type=rectangle -x=239 -y=243 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:259 -[com_259] -type=rectangle -x=273 -y=243 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:260 -[com_260] -type=rectangle -x=307 -y=243 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:261 -[com_261] -type=rectangle -x=341 -y=243 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:262 -[com_262] -type=rectangle -x=375 -y=243 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:263 -[com_263] -type=rectangle -x=409 -y=243 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:264 -[com_264] -type=rectangle -x=443 -y=243 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:265 -[com_265] -type=rectangle -x=239 -y=277 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:266 -[com_266] -type=rectangle -x=273 -y=277 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:267 -[com_267] -type=rectangle -x=307 -y=277 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:268 -[com_268] -type=rectangle -x=341 -y=277 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:269 -[com_269] -type=rectangle -x=375 -y=277 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:270 -[com_270] -type=rectangle -x=409 -y=277 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:271 -[com_271] -type=rectangle -x=443 -y=277 -width=12 -height=20 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:272 -[com_272] -type=rectangle -x=218 -y=61 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:273 -[com_273] -type=rectangle -x=252 -y=61 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:274 -[com_274] -type=rectangle -x=286 -y=61 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:275 -[com_275] -type=rectangle -x=320 -y=61 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:276 -[com_276] -type=rectangle -x=354 -y=61 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:277 -[com_277] -type=rectangle -x=388 -y=61 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:278 -[com_278] -type=rectangle -x=422 -y=61 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:279 -[com_279] -type=rectangle -x=456 -y=61 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:280 -[com_280] -type=rectangle -x=218 -y=95 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:281 -[com_281] -type=rectangle -x=252 -y=95 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:282 -[com_282] -type=rectangle -x=286 -y=95 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:283 -[com_283] -type=rectangle -x=320 -y=95 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:284 -[com_284] -type=rectangle -x=354 -y=95 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:285 -[com_285] -type=rectangle -x=388 -y=95 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:286 -[com_286] -type=rectangle -x=422 -y=95 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:287 -[com_287] -type=rectangle -x=456 -y=95 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:288 -[com_288] -type=rectangle -x=218 -y=129 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:289 -[com_289] -type=rectangle -x=252 -y=129 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:290 -[com_290] -type=rectangle -x=286 -y=129 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:291 -[com_291] -type=rectangle -x=320 -y=129 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:292 -[com_292] -type=rectangle -x=354 -y=129 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:293 -[com_293] -type=rectangle -x=388 -y=129 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:294 -[com_294] -type=rectangle -x=422 -y=129 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:295 -[com_295] -type=rectangle -x=456 -y=129 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:296 -[com_296] -type=rectangle -x=218 -y=163 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:297 -[com_297] -type=rectangle -x=252 -y=163 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:298 -[com_298] -type=rectangle -x=286 -y=163 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:299 -[com_299] -type=rectangle -x=320 -y=163 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:300 -[com_300] -type=rectangle -x=354 -y=163 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:301 -[com_301] -type=rectangle -x=388 -y=163 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:302 -[com_302] -type=rectangle -x=422 -y=163 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:303 -[com_303] -type=rectangle -x=456 -y=163 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:304 -[com_304] -type=rectangle -x=218 -y=197 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:305 -[com_305] -type=rectangle -x=252 -y=197 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:306 -[com_306] -type=rectangle -x=286 -y=197 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:307 -[com_307] -type=rectangle -x=320 -y=197 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:308 -[com_308] -type=rectangle -x=354 -y=197 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:309 -[com_309] -type=rectangle -x=388 -y=197 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:310 -[com_310] -type=rectangle -x=422 -y=197 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:311 -[com_311] -type=rectangle -x=456 -y=197 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:312 -[com_312] -type=rectangle -x=218 -y=231 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:313 -[com_313] -type=rectangle -x=252 -y=231 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:314 -[com_314] -type=rectangle -x=286 -y=231 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:315 -[com_315] -type=rectangle -x=320 -y=231 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:316 -[com_316] -type=rectangle -x=354 -y=231 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:317 -[com_317] -type=rectangle -x=388 -y=231 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:318 -[com_318] -type=rectangle -x=422 -y=231 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:319 -[com_319] -type=rectangle -x=456 -y=231 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:320 -[com_320] -type=rectangle -x=218 -y=265 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:321 -[com_321] -type=rectangle -x=252 -y=265 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:322 -[com_322] -type=rectangle -x=286 -y=265 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:323 -[com_323] -type=rectangle -x=320 -y=265 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:324 -[com_324] -type=rectangle -x=354 -y=265 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:325 -[com_325] -type=rectangle -x=388 -y=265 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:326 -[com_326] -type=rectangle -x=422 -y=265 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:327 -[com_327] -type=rectangle -x=456 -y=265 -width=20 -height=12 -colour=0x555555 -fill=yes -trans=255 -op1=Ok - -// 40:328 -[com_328] -type=graphic -x=58 -y=21 -width=36 -height=36 -layer=com_17 -graphic="miscgraphics,3" - -// 40:329 -[com_329] -type=graphic -x=75 -y=21 -width=36 -height=36 -layer=com_17 -graphic="miscgraphics,3" - -// 40:330 -[com_330] -type=graphic -x=57 -y=-15 -width=36 -height=36 -layer=com_17 -graphic="steelborder2,0" - -// 40:331 -[com_331] -type=graphic -x=78 -y=-15 -width=36 -height=36 -layer=com_17 -graphic="steelborder2,0" - -// 40:332 -[com_332] -type=graphic -x=57 -y=21 -width=36 -height=36 -layer=com_16 -graphic="miscgraphics,3" - -// 40:333 -[com_333] -type=graphic -x=76 -y=21 -width=36 -height=36 -layer=com_16 -graphic="miscgraphics,3" - -// 40:334 -[com_334] -type=graphic -x=57 -y=-15 -width=36 -height=36 -layer=com_16 -graphic="steelborder2,0" - -// 40:335 -[com_335] -type=graphic -x=78 -y=-15 -width=36 -height=36 -layer=com_16 -graphic="steelborder2,0" - diff --git a/dumps/530/interface/interface_400.if b/dumps/530/interface/interface_400.if deleted file mode 100644 index 0032102ac..000000000 --- a/dumps/530/interface/interface_400.if +++ /dev/null @@ -1,60 +0,0 @@ -// 400:0 -[com_0] - -// 400:1 -[com_1] - -// 400:2 -[com_2] - -// 400:3 -[com_3] - -// 400:4 -[com_4] - -// 400:5 -[com_5] - -// 400:6 -[com_6] - -// 400:7 -[com_7] - -// 400:8 -[com_8] - -// 400:9 -[com_9] - -// 400:10 -[com_10] - -// 400:11 -[com_11] - -// 400:12 -[com_12] - -// 400:13 -[com_13] - -// 400:14 -[com_14] - -// 400:15 -[com_15] - -// 400:16 -[com_16] - -// 400:17 -[com_17] - -// 400:18 -[com_18] - -// 400:19 -[com_19] - diff --git a/dumps/530/interface/interface_401.if3 b/dumps/530/interface/interface_401.if3 deleted file mode 100644 index 9aab18453..000000000 --- a/dumps/530/interface/interface_401.if3 +++ /dev/null @@ -1,364 +0,0 @@ -// 401:0 -[com_0] -type=model -x=15 -y=2 -width=15271 -height=939 -widthmode=proportion -heightmode=proportion -ymode=abs_bottom -layer=com_23 -model=model_18879 -modelorigin_x=-51 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1360 -unknown100=64018 -unknown101=2679 -modelobjwidth=477 -modelobjheight=19 - -// 401:1 -[com_1] -type=model -x=15 -y=1184 -width=15271 -height=939 -widthmode=proportion -heightmode=proportion -ymode=proportion_bottom -layer=com_23 -model=model_18879 -modelorigin_x=-51 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1360 -unknown100=64018 -unknown101=2679 -modelobjwidth=477 -modelobjheight=19 - -// 401:2 -[com_2] -type=model -x=15 -y=2165 -width=15271 -height=1625 -widthmode=proportion -heightmode=proportion -ymode=proportion_bottom -layer=com_23 -model=model_18878 -modelorigin_x=-51 -modelorigin_y=4 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1360 -unknown100=64018 -unknown101=2679 -modelobjwidth=477 -modelobjheight=33 - -// 401:3 -[com_3] -type=text -x=22 -y=2312 -width=88 -height=18 -ymode=proportion_bottom -layer=com_23 -textfont=b12_full -text=PLAYER -textshadow=yes -colour=0xd1b47f - -// 401:4 -[com_4] -type=text -x=22 -y=1233 -width=106 -height=16 -ymode=proportion_bottom -layer=com_23 -textfont=b12_full -text=SHOTS -textshadow=yes -colour=0xd1b47f - -// 401:5 -[com_5] -type=text -x=22 -y=252 -width=115 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=b12_full -text=SCORE -textshadow=yes -colour=0xd1b47f - -// 401:6 -[com_6] -type=text -x=167 -y=2361 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:7 -[com_7] -type=text -x=251 -y=2361 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:8 -[com_8] -type=text -x=332 -y=2361 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:9 -[com_9] -type=text -x=415 -y=2361 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:10 -[com_10] -type=text -x=167 -y=1331 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:11 -[com_11] -type=text -x=251 -y=1282 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:12 -[com_12] -type=text -x=332 -y=1380 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:13 -[com_13] -type=text -x=415 -y=1282 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:14 -[com_14] -type=text -x=167 -y=203 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:15 -[com_15] -type=text -x=251 -y=154 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:16 -[com_16] -type=text -x=332 -y=301 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:17 -[com_17] -type=text -x=415 -y=252 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -text=- -textalignh=1 -textshadow=yes -colour=0xbbaf35 - -// 401:18 -[com_18] -type=text -x=167 -y=2901 -width=5 -height=17 -ymode=proportion_bottom -layer=com_23 -textfont=b12_full -textalignh=1 -colour=0xcc0000 - -// 401:19 -[com_19] -type=text -x=251 -y=2901 -width=5 -height=17 -ymode=proportion_bottom -layer=com_23 -textfont=b12_full -textalignh=1 -colour=0xcc0000 - -// 401:20 -[com_20] -type=text -x=332 -y=2901 -width=5 -height=17 -ymode=proportion_bottom -layer=com_23 -textfont=b12_full -textalignh=1 -colour=0xcc0000 - -// 401:21 -[com_21] -type=text -x=415 -y=2901 -width=5 -height=17 -ymode=proportion_bottom -layer=com_23 -textfont=b12_full -textalignh=1 -colour=0xcc0000 - -// 401:22 -[com_22] -type=text -x=20 -y=3882 -width=6 -height=14 -ymode=proportion_bottom -layer=com_23 -textfont=p12_full -colour=0xbbaf35 - -// 401:23 -[com_23] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_bottom - diff --git a/dumps/530/interface/interface_402.if b/dumps/530/interface/interface_402.if deleted file mode 100644 index 3874328c2..000000000 --- a/dumps/530/interface/interface_402.if +++ /dev/null @@ -1,570 +0,0 @@ -// 402:0 -[com_0] - -// 402:1 -[com_1] - -// 402:2 -[com_2] - -// 402:3 -[com_3] - -// 402:4 -[com_4] - -// 402:5 -[com_5] - -// 402:6 -[com_6] - -// 402:7 -[com_7] - -// 402:8 -[com_8] - -// 402:9 -[com_9] - -// 402:10 -[com_10] - -// 402:11 -[com_11] - -// 402:12 -[com_12] - -// 402:13 -[com_13] - -// 402:14 -[com_14] - -// 402:15 -[com_15] - -// 402:16 -[com_16] - -// 402:17 -[com_17] - -// 402:18 -[com_18] - -// 402:19 -[com_19] - -// 402:20 -[com_20] - -// 402:21 -[com_21] - -// 402:22 -[com_22] - -// 402:23 -[com_23] - -// 402:24 -[com_24] - -// 402:25 -[com_25] - -// 402:26 -[com_26] - -// 402:27 -[com_27] - -// 402:28 -[com_28] - -// 402:29 -[com_29] - -// 402:30 -[com_30] - -// 402:31 -[com_31] - -// 402:32 -[com_32] - -// 402:33 -[com_33] - -// 402:34 -[com_34] - -// 402:35 -[com_35] - -// 402:36 -[com_36] - -// 402:37 -[com_37] - -// 402:38 -[com_38] - -// 402:39 -[com_39] - -// 402:40 -[com_40] - -// 402:41 -[com_41] - -// 402:42 -[com_42] - -// 402:43 -[com_43] - -// 402:44 -[com_44] - -// 402:45 -[com_45] - -// 402:46 -[com_46] - -// 402:47 -[com_47] - -// 402:48 -[com_48] - -// 402:49 -[com_49] - -// 402:50 -[com_50] - -// 402:51 -[com_51] - -// 402:52 -[com_52] - -// 402:53 -[com_53] - -// 402:54 -[com_54] - -// 402:55 -[com_55] - -// 402:56 -[com_56] - -// 402:57 -[com_57] - -// 402:58 -[com_58] - -// 402:59 -[com_59] - -// 402:60 -[com_60] - -// 402:61 -[com_61] - -// 402:62 -[com_62] - -// 402:63 -[com_63] - -// 402:64 -[com_64] - -// 402:65 -[com_65] - -// 402:66 -[com_66] - -// 402:67 -[com_67] - -// 402:68 -[com_68] - -// 402:69 -[com_69] - -// 402:70 -[com_70] - -// 402:71 -[com_71] - -// 402:72 -[com_72] - -// 402:73 -[com_73] - -// 402:74 -[com_74] - -// 402:75 -[com_75] - -// 402:76 -[com_76] - -// 402:77 -[com_77] - -// 402:78 -[com_78] - -// 402:79 -[com_79] - -// 402:80 -[com_80] - -// 402:81 -[com_81] - -// 402:82 -[com_82] - -// 402:83 -[com_83] - -// 402:84 -[com_84] - -// 402:85 -[com_85] - -// 402:86 -[com_86] - -// 402:87 -[com_87] - -// 402:88 -[com_88] - -// 402:89 -[com_89] - -// 402:90 -[com_90] - -// 402:91 -[com_91] - -// 402:92 -[com_92] - -// 402:93 -[com_93] - -// 402:94 -[com_94] - -// 402:95 -[com_95] - -// 402:96 -[com_96] - -// 402:97 -[com_97] - -// 402:98 -[com_98] - -// 402:99 -[com_99] - -// 402:100 -[com_100] - -// 402:101 -[com_101] - -// 402:102 -[com_102] - -// 402:103 -[com_103] - -// 402:104 -[com_104] - -// 402:105 -[com_105] - -// 402:106 -[com_106] - -// 402:107 -[com_107] - -// 402:108 -[com_108] - -// 402:109 -[com_109] - -// 402:110 -[com_110] - -// 402:111 -[com_111] - -// 402:112 -[com_112] - -// 402:113 -[com_113] - -// 402:114 -[com_114] - -// 402:115 -[com_115] - -// 402:116 -[com_116] - -// 402:117 -[com_117] - -// 402:118 -[com_118] - -// 402:119 -[com_119] - -// 402:120 -[com_120] - -// 402:121 -[com_121] - -// 402:122 -[com_122] - -// 402:123 -[com_123] - -// 402:124 -[com_124] - -// 402:125 -[com_125] - -// 402:126 -[com_126] - -// 402:127 -[com_127] - -// 402:128 -[com_128] - -// 402:129 -[com_129] - -// 402:130 -[com_130] - -// 402:131 -[com_131] - -// 402:132 -[com_132] - -// 402:133 -[com_133] - -// 402:134 -[com_134] - -// 402:135 -[com_135] - -// 402:136 -[com_136] - -// 402:137 -[com_137] - -// 402:138 -[com_138] - -// 402:139 -[com_139] - -// 402:140 -[com_140] - -// 402:141 -[com_141] - -// 402:142 -[com_142] - -// 402:143 -[com_143] - -// 402:144 -[com_144] - -// 402:145 -[com_145] - -// 402:146 -[com_146] - -// 402:147 -[com_147] - -// 402:148 -[com_148] - -// 402:149 -[com_149] - -// 402:150 -[com_150] - -// 402:151 -[com_151] - -// 402:152 -[com_152] - -// 402:153 -[com_153] - -// 402:154 -[com_154] - -// 402:155 -[com_155] - -// 402:156 -[com_156] - -// 402:157 -[com_157] - -// 402:158 -[com_158] - -// 402:159 -[com_159] - -// 402:160 -[com_160] - -// 402:161 -[com_161] - -// 402:162 -[com_162] - -// 402:163 -[com_163] - -// 402:164 -[com_164] - -// 402:165 -[com_165] - -// 402:166 -[com_166] - -// 402:167 -[com_167] - -// 402:168 -[com_168] - -// 402:169 -[com_169] - -// 402:170 -[com_170] - -// 402:171 -[com_171] - -// 402:172 -[com_172] - -// 402:173 -[com_173] - -// 402:174 -[com_174] - -// 402:175 -[com_175] - -// 402:176 -[com_176] - -// 402:177 -[com_177] - -// 402:178 -[com_178] - -// 402:179 -[com_179] - -// 402:180 -[com_180] - -// 402:181 -[com_181] - -// 402:182 -[com_182] - -// 402:183 -[com_183] - -// 402:184 -[com_184] - -// 402:185 -[com_185] - -// 402:186 -[com_186] - -// 402:187 -[com_187] - -// 402:188 -[com_188] - -// 402:189 -[com_189] - diff --git a/dumps/530/interface/interface_403.if b/dumps/530/interface/interface_403.if deleted file mode 100644 index d038b3f59..000000000 --- a/dumps/530/interface/interface_403.if +++ /dev/null @@ -1,384 +0,0 @@ -// 403:0 -[com_0] - -// 403:1 -[com_1] - -// 403:2 -[com_2] - -// 403:3 -[com_3] - -// 403:4 -[com_4] - -// 403:5 -[com_5] - -// 403:6 -[com_6] - -// 403:7 -[com_7] - -// 403:8 -[com_8] - -// 403:9 -[com_9] - -// 403:10 -[com_10] - -// 403:11 -[com_11] - -// 403:12 -[com_12] - -// 403:13 -[com_13] - -// 403:14 -[com_14] - -// 403:15 -[com_15] - -// 403:16 -[com_16] - -// 403:17 -[com_17] - -// 403:18 -[com_18] - -// 403:19 -[com_19] - -// 403:20 -[com_20] - -// 403:21 -[com_21] - -// 403:22 -[com_22] - -// 403:23 -[com_23] - -// 403:24 -[com_24] - -// 403:25 -[com_25] - -// 403:26 -[com_26] - -// 403:27 -[com_27] - -// 403:28 -[com_28] - -// 403:29 -[com_29] - -// 403:30 -[com_30] - -// 403:31 -[com_31] - -// 403:32 -[com_32] - -// 403:33 -[com_33] - -// 403:34 -[com_34] - -// 403:35 -[com_35] - -// 403:36 -[com_36] - -// 403:37 -[com_37] - -// 403:38 -[com_38] - -// 403:39 -[com_39] - -// 403:40 -[com_40] - -// 403:41 -[com_41] - -// 403:42 -[com_42] - -// 403:43 -[com_43] - -// 403:44 -[com_44] - -// 403:45 -[com_45] - -// 403:46 -[com_46] - -// 403:47 -[com_47] - -// 403:48 -[com_48] - -// 403:49 -[com_49] - -// 403:50 -[com_50] - -// 403:51 -[com_51] - -// 403:52 -[com_52] - -// 403:53 -[com_53] - -// 403:54 -[com_54] - -// 403:55 -[com_55] - -// 403:56 -[com_56] - -// 403:57 -[com_57] - -// 403:58 -[com_58] - -// 403:59 -[com_59] - -// 403:60 -[com_60] - -// 403:61 -[com_61] - -// 403:62 -[com_62] - -// 403:63 -[com_63] - -// 403:64 -[com_64] - -// 403:65 -[com_65] - -// 403:66 -[com_66] - -// 403:67 -[com_67] - -// 403:68 -[com_68] - -// 403:69 -[com_69] - -// 403:70 -[com_70] - -// 403:71 -[com_71] - -// 403:72 -[com_72] - -// 403:73 -[com_73] - -// 403:74 -[com_74] - -// 403:75 -[com_75] - -// 403:76 -[com_76] - -// 403:77 -[com_77] - -// 403:78 -[com_78] - -// 403:79 -[com_79] - -// 403:80 -[com_80] - -// 403:81 -[com_81] - -// 403:82 -[com_82] - -// 403:83 -[com_83] - -// 403:84 -[com_84] - -// 403:85 -[com_85] - -// 403:86 -[com_86] - -// 403:87 -[com_87] - -// 403:88 -[com_88] - -// 403:89 -[com_89] - -// 403:90 -[com_90] - -// 403:91 -[com_91] - -// 403:92 -[com_92] - -// 403:93 -[com_93] - -// 403:94 -[com_94] - -// 403:95 -[com_95] - -// 403:96 -[com_96] - -// 403:97 -[com_97] - -// 403:98 -[com_98] - -// 403:99 -[com_99] - -// 403:100 -[com_100] - -// 403:101 -[com_101] - -// 403:102 -[com_102] - -// 403:103 -[com_103] - -// 403:104 -[com_104] - -// 403:105 -[com_105] - -// 403:106 -[com_106] - -// 403:107 -[com_107] - -// 403:108 -[com_108] - -// 403:109 -[com_109] - -// 403:110 -[com_110] - -// 403:111 -[com_111] - -// 403:112 -[com_112] - -// 403:113 -[com_113] - -// 403:114 -[com_114] - -// 403:115 -[com_115] - -// 403:116 -[com_116] - -// 403:117 -[com_117] - -// 403:118 -[com_118] - -// 403:119 -[com_119] - -// 403:120 -[com_120] - -// 403:121 -[com_121] - -// 403:122 -[com_122] - -// 403:123 -[com_123] - -// 403:124 -[com_124] - -// 403:125 -[com_125] - -// 403:126 -[com_126] - -// 403:127 -[com_127] - diff --git a/dumps/530/interface/interface_404.if3 b/dumps/530/interface/interface_404.if3 deleted file mode 100644 index 93f2b6463..000000000 --- a/dumps/530/interface/interface_404.if3 +++ /dev/null @@ -1,37 +0,0 @@ -// 404:0 -[com_0] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - -// 404:1 -[com_1] -type=model -x=7 -y=7 -width=26983 -height=41359 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_11232 -modelorigin_x=0 -modelorigin_y=415 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=158 -modelanim=seq_3174 -unknown100=64695 -unknown101=3000 -modelobjwidth=843 -modelobjheight=843 - diff --git a/dumps/530/interface/interface_405.if3 b/dumps/530/interface/interface_405.if3 deleted file mode 100644 index 575e5508b..000000000 --- a/dumps/530/interface/interface_405.if3 +++ /dev/null @@ -1,73 +0,0 @@ -// 405:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_3 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 405:1 -[com_1] -type=model -x=61 -y=153 -width=137 -height=302 -layer=com_3 -model=model_42371 -modelorigin_x=-15 -modelorigin_y=126 -modelangle_x=130 -modelangle_y=1297 -modelangle_z=0 -modelzoom=1642 -modelanim=seq_10481 -unknown100=0 -unknown101=3000 -op10= - -// 405:2 -[com_2] -type=model -x=568 -y=162 -width=129 -height=294 -layer=com_3 -model=model_42372 -modelorigin_x=11 -modelorigin_y=124 -modelangle_x=119 -modelangle_y=1792 -modelangle_z=0 -modelzoom=1696 -modelanim=seq_10482 -unknown100=0 -unknown101=3000 -op10= - -// 405:3 -[com_3] -type=layer -width=765 -height=503 - -// 405:4 -[com_4] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_3 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_406.if3 b/dumps/530/interface/interface_406.if3 deleted file mode 100644 index d25df8d9d..000000000 --- a/dumps/530/interface/interface_406.if3 +++ /dev/null @@ -1,88 +0,0 @@ -// 406:0 -[com_0] -type=graphic -x=50 -y=41 -width=24 -height=24 -graphic="magicon,19" -op1=Cast -onload=script6(event_com, interface_406:com_7, "magicon,19", "magicoff,19", 39, "Crumble Undead", "Hits skeletons, ghosts, shades & zombies hard", obj_557, 2, obj_556, 2, obj_562, 1, null, string_0) - -// 406:1 -[com_1] -type=graphic -x=114 -y=41 -width=24 -height=24 -graphic="magicon,45" -op1=Cast -onload=script6(event_com, interface_406:com_7, "magicon,45", "magicoff,45", 60, "Claws of Guthix", "Summons the power of Guthix", obj_554, 1, obj_565, 2, obj_556, 4, string_8843, string_1) - -// 406:2 -[com_2] -type=graphic -x=51 -y=110 -width=24 -height=24 -graphic="magicon,31" -op1=Cast -onload=script6(event_com, interface_406:com_7, "magicon,31", "magicoff,31", 62, "Wind Wave", "A high level Air missile", obj_556, 5, obj_565, 1, null, 0, null, string_0) - -// 406:3 -[com_3] -type=graphic -x=115 -y=110 -width=24 -height=24 -graphic="magicon,33" -op1=Cast -onload=script6(event_com, interface_406:com_7, "magicon,33", "magicoff,33", 65, "Water Wave", "A high level Water missle", obj_555, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 406:4 -[com_4] -type=graphic -x=52 -y=176 -width=24 -height=24 -graphic="magicon,36" -op1=Cast -onload=script6(event_com, interface_406:com_7, "magicon,36", "magicoff,36", 70, "Earth Wave", "A high level Earth missile", obj_557, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 406:5 -[com_5] -type=graphic -x=116 -y=176 -width=24 -height=24 -graphic="magicon,37" -op1=Cast -onload=script6(event_com, interface_406:com_7, "magicon,37", "magicoff,37", 75, "Fire Wave", "A high level Fire missile", obj_554, 7, obj_556, 5, obj_565, 1, null, string_0) - -// 406:6 -[com_6] -type=text -x=124 -y=240 -width=60 -height=16 -textfont=p12_full -text=Cancel -textalignh=1 -textshadow=yes -colour=0x808080 -op1=Cancel -onmouseover=script45(event_com, 0xc8c8c8) -onmouseleave=script45(event_com, 0x808080) - -// 406:7 -[com_7] -type=layer -width=190 -height=261 - diff --git a/dumps/530/interface/interface_407.if3 b/dumps/530/interface/interface_407.if3 deleted file mode 100644 index 34830b276..000000000 --- a/dumps/530/interface/interface_407.if3 +++ /dev/null @@ -1,217 +0,0 @@ -// 407:0 -[com_0] -type=rectangle -x=499 -y=315 -width=10 -height=14 -layer=com_2 -colour=0x503800 -fill=yes -trans=35 - -// 407:1 -[com_1] -type=model -x=9 -y=71 -width=45 -height=107 -layer=com_17 -model=model_27182 -modelorigin_x=1 -modelorigin_y=58 -modelangle_x=1972 -modelangle_y=132 -modelangle_z=0 -modelzoom=1296 -unknown100=63851 -unknown101=3000 - -// 407:2 -[com_2] -type=layer -x=-397 -y=-261 -width=517 -height=332 -layer=com_17 - -// 407:3 -[com_3] -type=text -x=2 -y=52 -width=109 -height=16 -layer=com_17 -textfont=p12_full -text=eeeeeeeeeeeeee -textalignh=2 -textshadow=yes -colour=0xff9966 - -// 407:4 -[com_4] -type=rectangle -x=489 -y=315 -width=10 -height=14 -layer=com_2 -colour=0x503800 -fill=yes -trans=50 - -// 407:5 -[com_5] -type=rectangle -x=479 -y=315 -width=10 -height=14 -layer=com_2 -colour=0x503800 -fill=yes -trans=75 - -// 407:6 -[com_6] -type=rectangle -x=469 -y=315 -width=10 -height=14 -layer=com_2 -colour=0x503800 -fill=yes -trans=90 - -// 407:7 -[com_7] -type=rectangle -x=459 -y=315 -width=10 -height=14 -layer=com_2 -colour=0x503800 -fill=yes -trans=105 - -// 407:8 -[com_8] -type=rectangle -x=449 -y=315 -width=10 -height=14 -layer=com_2 -colour=0x503800 -fill=yes -trans=120 - -// 407:9 -[com_9] -type=rectangle -x=439 -y=315 -width=10 -height=14 -layer=com_2 -colour=0x503800 -fill=yes -trans=135 - -// 407:10 -[com_10] -type=rectangle -x=429 -y=315 -width=10 -height=14 -layer=com_2 -colour=0x503800 -fill=yes -trans=150 - -// 407:11 -[com_11] -type=rectangle -x=419 -y=315 -width=10 -height=14 -layer=com_2 -colour=0x503800 -fill=yes -trans=165 - -// 407:12 -[com_12] -type=rectangle -x=409 -y=315 -width=10 -height=14 -layer=com_2 -colour=0x503800 -fill=yes -trans=180 - -// 407:13 -[com_13] -type=text -x=14 -y=23 -width=251 -height=17 -textfont=p12_full -text=Next Departure: 5 min -textshadow=yes -colour=0xcccccc - -// 407:14 -[com_14] -type=text -x=14 -y=40 -width=251 -height=16 -textfont=p12_full -text=Players Ready: 5 -textshadow=yes -colour=0x59d231 - -// 407:15 -[com_15] -type=text -x=14 -y=57 -width=249 -height=15 -textfont=p12_full -text=(Need 5 to 25 players) -textshadow=yes -colour=0xded36a - -// 407:16 -[com_16] -type=text -x=14 -y=73 -width=249 -height=15 -textfont=p12_full -text=Points:pest_points -textshadow=yes -colour=0x99ffff - -// 407:17 -[com_17] -type=layer -x=3 -y=42 -width=119 -height=292 - diff --git a/dumps/530/interface/interface_408.if3 b/dumps/530/interface/interface_408.if3 deleted file mode 100644 index 4e2abfbe9..000000000 --- a/dumps/530/interface/interface_408.if3 +++ /dev/null @@ -1,406 +0,0 @@ -// 408:0 -[com_0] -type=text -x=5 -y=87 -width=87 -height=13 -textfont=p11_full -text=%1 Min -textshadow=yes -colour=0xcccccc - -// 408:1 -[com_1] -type=text -x=29 -y=32 -width=29 -height=12 -textfont=p11_full -text=%100 -textshadow=yes -colour=0x5ebb29 - -// 408:2 -[com_2] -type=model -x=353 -y=26 -width=27 -height=28 -model=model_15285 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=5000 -unknown100=59362 -unknown101=10000 - -// 408:3 -[com_3] -type=model -x=390 -y=26 -width=27 -height=28 -model=model_15286 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=5000 -unknown100=59361 -unknown101=10000 - -// 408:4 -[com_4] -type=model -x=428 -y=26 -width=27 -height=28 -model=model_15287 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=5000 -unknown100=59360 -unknown101=10000 - -// 408:5 -[com_5] -type=model -x=466 -y=26 -width=27 -height=28 -model=model_15288 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=5000 -unknown100=59358 -unknown101=10000 - -// 408:6 -[com_6] -type=model -x=4 -y=24 -width=25 -height=26 -model=model_15289 -modelorigin_x=0 -modelorigin_y=55 -modelangle_x=3 -modelangle_y=0 -modelangle_z=0 -modelzoom=1800 -unknown100=63448 -unknown101=3584 - -// 408:7 -[com_7] -type=model -x=350 -y=24 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=540 -modelangle_y=0 -modelangle_z=0 -modelzoom=3000 -unknown100=33790 -unknown101=3000 - -// 408:8 -[com_8] -type=model -x=387 -y=24 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=540 -modelangle_y=0 -modelangle_z=0 -modelzoom=3000 -unknown100=33790 -unknown101=3000 - -// 408:9 -[com_9] -type=model -x=425 -y=24 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=546 -modelangle_y=0 -modelangle_z=0 -modelzoom=3000 -unknown100=33790 -unknown101=3000 - -// 408:10 -[com_10] -type=model -x=463 -y=24 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=540 -modelangle_y=0 -modelangle_z=0 -modelzoom=3000 -unknown100=33790 -unknown101=3000 - -// 408:11 -[com_11] -type=text -x=29 -y=60 -width=7 -height=12 -textfont=p11_full -text=0 -textshadow=yes -colour=0x8b1313 - -// 408:12 -[com_12] -type=model -x=4 -y=50 -width=26 -height=31 -model=model_15284 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=579 -modelangle_y=0 -modelangle_z=0 -modelzoom=2056 -unknown100=63110 -unknown101=4124 - -// 408:13 -[com_13] -type=text -x=356 -y=10 -width=18 -height=12 -textfont=p11_full -text=100 -textshadow=yes -colour=0xff00ff - -// 408:14 -[com_14] -type=text -x=393 -y=10 -width=18 -height=12 -textfont=p11_full -text=100 -textshadow=yes -colour=0x6666ff - -// 408:15 -[com_15] -type=text -x=431 -y=10 -width=18 -height=12 -textfont=p11_full -text=100 -textshadow=yes -colour=0xffff00 - -// 408:16 -[com_16] -type=text -x=470 -y=10 -width=18 -height=12 -textfont=p11_full -text=100 -textshadow=yes -colour=0xff3333 - -// 408:17 -[com_17] -type=model -x=-3 -y=-25 -width=39 -height=39 -layer=com_18 -model=model_27167 -modelorigin_x=0 -modelorigin_y=22 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61284 -unknown101=7000 - -// 408:18 -[com_18] -type=layer -x=350 -y=46 -width=32 -height=32 - -// 408:19 -[com_19] -type=model -x=-3 -y=-25 -width=39 -height=39 -layer=com_20 -model=model_27167 -modelorigin_x=0 -modelorigin_y=22 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61283 -unknown101=7000 - -// 408:20 -[com_20] -type=layer -x=387 -y=46 -width=32 -height=32 - -// 408:21 -[com_21] -type=model -x=-3 -y=-25 -width=39 -height=39 -layer=com_22 -model=model_27167 -modelorigin_x=0 -modelorigin_y=22 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61282 -unknown101=7000 - -// 408:22 -[com_22] -type=layer -x=425 -y=46 -width=32 -height=32 - -// 408:23 -[com_23] -type=model -x=-3 -y=-25 -width=39 -height=39 -layer=com_24 -model=model_27167 -modelorigin_x=0 -modelorigin_y=22 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61281 -unknown101=7000 - -// 408:24 -[com_24] -type=layer -x=463 -y=46 -width=32 -height=32 - -// 408:25 -[com_25] -type=text -x=361 -y=60 -width=32 -height=32 -textfont=p12_full -text=W -textshadow=yes -colour=0xff00ff - -// 408:26 -[com_26] -type=text -x=399 -y=60 -width=32 -height=32 -textfont=p12_full -text=E -textshadow=yes -colour=0x6666ff - -// 408:27 -[com_27] -type=text -x=433 -y=60 -width=32 -height=32 -textfont=p12_full -text=SE -textshadow=yes -colour=0xffff00 - -// 408:28 -[com_28] -type=text -x=470 -y=60 -width=32 -height=32 -textfont=p12_full -text=SW -textshadow=yes -colour=0xff3333 - diff --git a/dumps/530/interface/interface_409.if3 b/dumps/530/interface/interface_409.if3 deleted file mode 100644 index d19c114c8..000000000 --- a/dumps/530/interface/interface_409.if3 +++ /dev/null @@ -1,413 +0,0 @@ -// 409:0 -[com_0] -type=rectangle -width=512 -height=334 -layer=com_11 -colour=0x302c27 -fill=yes - -// 409:1 -[com_1] -type=model -x=17 -y=41 -width=49 -height=238 -layer=com_11 -model=model_15328 -modelorigin_x=4 -modelorigin_y=26 -modelangle_x=51 -modelangle_y=2047 -modelangle_z=0 -modelzoom=656 -unknown100=64063 -unknown101=3000 -op1=Use - -// 409:2 -[com_2] -type=model -x=72 -y=50 -width=66 -height=226 -layer=com_11 -model=model_15330 -modelorigin_x=0 -modelorigin_y=23 -modelangle_x=39 -modelangle_y=3 -modelangle_z=0 -modelzoom=700 -unknown100=64035 -unknown101=3000 -op1=Use - -// 409:3 -[com_3] -type=model -x=144 -y=52 -width=40 -height=228 -layer=com_11 -model=model_15332 -modelorigin_x=6 -modelorigin_y=20 -modelangle_x=45 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=64064 -unknown101=3000 -op1=Use - -// 409:4 -[com_4] -type=model -x=323 -y=46 -width=154 -height=238 -layer=com_11 -model=model_15322 -modelorigin_x=-56 -modelorigin_y=58 -modelangle_x=102 -modelangle_y=1900 -modelangle_z=0 -modelzoom=700 -unknown100=64270 -unknown101=3000 - -// 409:5 -[com_5] -type=model -x=218 -y=36 -width=213 -height=275 -layer=com_11 -model=model_15323 -modelorigin_x=20 -modelorigin_y=50 -modelangle_x=102 -modelangle_y=1900 -modelangle_z=0 -modelzoom=700 -unknown100=64136 -unknown101=3000 - -// 409:6 -[com_6] -type=text -x=7 -y=284 -width=203 -height=31 -layer=com_11 -textfont=p12_full -text=Choose a tool to use on each of the moving parts. -textalignh=1 -textshadow=yes -colour=0x73725a - -// 409:7 -[com_7] -type=model -x=349 -y=228 -width=80 -height=83 -layer=com_11 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Safety Switch - -// 409:8 -[com_8] -type=model -x=339 -y=109 -width=35 -height=120 -layer=com_11 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Spring - -// 409:9 -[com_9] -type=model -x=275 -y=230 -width=66 -height=72 -layer=com_11 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Gear - -// 409:10 -[com_10] -type=graphic -x=481 -y=6 -width=26 -height=23 -layer=com_11 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(interface_409:com_10, "close_buttons,5") -onmouseleave=script44(interface_409:com_10, "close_buttons,4") -onop=script29 - -// 409:11 -[com_11] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 409:12 -[com_12] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 409:13 -[com_13] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 - -// 409:14 -[com_14] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 409:15 -[com_15] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 409:16 -[com_16] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 409:17 -[com_17] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 409:18 -[com_18] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 409:19 -[com_19] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 409:20 -[com_20] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 409:21 -[com_21] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 409:22 -[com_22] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_13 - -// 409:23 -[com_23] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_13 - -// 409:24 -[com_24] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_13 - -// 409:25 -[com_25] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_13 - -// 409:26 -[com_26] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_13 - -// 409:27 -[com_27] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_23 -graphic=tradebacking -tiling=yes -outline=2 - -// 409:28 -[com_28] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_22 -graphic=tradebacking -tiling=yes -outline=2 - -// 409:29 -[com_29] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_24 -graphic=tradebacking -tiling=yes -outline=2 - -// 409:30 -[com_30] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_25 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_41.if b/dumps/530/interface/interface_41.if deleted file mode 100644 index c47d43922..000000000 --- a/dumps/530/interface/interface_41.if +++ /dev/null @@ -1,354 +0,0 @@ -// 41:0 -[com_0] - -// 41:1 -[com_1] - -// 41:2 -[com_2] - -// 41:3 -[com_3] - -// 41:4 -[com_4] - -// 41:5 -[com_5] - -// 41:6 -[com_6] - -// 41:7 -[com_7] - -// 41:8 -[com_8] - -// 41:9 -[com_9] - -// 41:10 -[com_10] - -// 41:11 -[com_11] - -// 41:12 -[com_12] - -// 41:13 -[com_13] - -// 41:14 -[com_14] - -// 41:15 -[com_15] - -// 41:16 -[com_16] - -// 41:17 -[com_17] - -// 41:18 -[com_18] - -// 41:19 -[com_19] - -// 41:20 -[com_20] - -// 41:21 -[com_21] - -// 41:22 -[com_22] - -// 41:23 -[com_23] - -// 41:24 -[com_24] - -// 41:25 -[com_25] - -// 41:26 -[com_26] - -// 41:27 -[com_27] - -// 41:28 -[com_28] - -// 41:29 -[com_29] - -// 41:30 -[com_30] - -// 41:31 -[com_31] - -// 41:32 -[com_32] - -// 41:33 -[com_33] - -// 41:34 -[com_34] - -// 41:35 -[com_35] - -// 41:36 -[com_36] - -// 41:37 -[com_37] - -// 41:38 -[com_38] - -// 41:39 -[com_39] - -// 41:40 -[com_40] - -// 41:41 -[com_41] - -// 41:42 -[com_42] - -// 41:43 -[com_43] - -// 41:44 -[com_44] - -// 41:45 -[com_45] - -// 41:46 -[com_46] - -// 41:47 -[com_47] - -// 41:48 -[com_48] - -// 41:49 -[com_49] - -// 41:50 -[com_50] - -// 41:51 -[com_51] - -// 41:52 -[com_52] - -// 41:53 -[com_53] - -// 41:54 -[com_54] - -// 41:55 -[com_55] - -// 41:56 -[com_56] - -// 41:57 -[com_57] - -// 41:58 -[com_58] - -// 41:59 -[com_59] - -// 41:60 -[com_60] - -// 41:61 -[com_61] - -// 41:62 -[com_62] - -// 41:63 -[com_63] - -// 41:64 -[com_64] - -// 41:65 -[com_65] - -// 41:66 -[com_66] - -// 41:67 -[com_67] - -// 41:68 -[com_68] - -// 41:69 -[com_69] - -// 41:70 -[com_70] - -// 41:71 -[com_71] - -// 41:72 -[com_72] - -// 41:73 -[com_73] - -// 41:74 -[com_74] - -// 41:75 -[com_75] - -// 41:76 -[com_76] - -// 41:77 -[com_77] - -// 41:78 -[com_78] - -// 41:79 -[com_79] - -// 41:80 -[com_80] - -// 41:81 -[com_81] - -// 41:82 -[com_82] - -// 41:83 -[com_83] - -// 41:84 -[com_84] - -// 41:85 -[com_85] - -// 41:86 -[com_86] - -// 41:87 -[com_87] - -// 41:88 -[com_88] - -// 41:89 -[com_89] - -// 41:90 -[com_90] - -// 41:91 -[com_91] - -// 41:92 -[com_92] - -// 41:93 -[com_93] - -// 41:94 -[com_94] - -// 41:95 -[com_95] - -// 41:96 -[com_96] - -// 41:97 -[com_97] - -// 41:98 -[com_98] - -// 41:99 -[com_99] - -// 41:100 -[com_100] - -// 41:101 -[com_101] - -// 41:102 -[com_102] - -// 41:103 -[com_103] - -// 41:104 -[com_104] - -// 41:105 -[com_105] - -// 41:106 -[com_106] - -// 41:107 -[com_107] - -// 41:108 -[com_108] - -// 41:109 -[com_109] - -// 41:110 -[com_110] - -// 41:111 -[com_111] - -// 41:112 -[com_112] - -// 41:113 -[com_113] - -// 41:114 -[com_114] - -// 41:115 -[com_115] - -// 41:116 -[com_116] - -// 41:117 -[com_117] - diff --git a/dumps/530/interface/interface_410.if3 b/dumps/530/interface/interface_410.if3 deleted file mode 100644 index f921ab3bd..000000000 --- a/dumps/530/interface/interface_410.if3 +++ /dev/null @@ -1,165 +0,0 @@ -// 410:0 -[com_0] -type=model -x=89 -y=-2 -width=346 -height=334 -model=model_3395 -modelorigin_x=-16 -modelorigin_y=15 -modelangle_x=522 -modelangle_y=2044 -modelangle_z=0 -modelzoom=564 -unknown100=65000 -unknown101=1132 - -// 410:1 -[com_1] -type=model -x=128 -y=44 -width=68 -height=67 -model=model_15376 -modelorigin_x=0 -modelorigin_y=26 -modelangle_x=85 -modelangle_y=1721 -modelangle_z=0 -modelzoom=350 -modelanim=seq_4165 -unknown100=65216 -unknown101=714 - -// 410:2 -[com_2] -type=model -x=128 -y=118 -width=61 -height=52 -model=model_15373 -modelorigin_x=1 -modelorigin_y=15 -modelangle_x=57 -modelangle_y=1664 -modelangle_z=0 -modelzoom=478 -modelanim=seq_4165 -unknown100=65068 -unknown101=968 - -// 410:3 -[com_3] -type=model -x=127 -y=179 -width=62 -height=52 -model=model_15375 -modelorigin_x=6 -modelorigin_y=22 -modelangle_x=114 -modelangle_y=108 -modelangle_z=0 -modelzoom=298 -modelanim=seq_4165 -unknown100=65276 -unknown101=606 - -// 410:4 -[com_4] -type=model -x=131 -y=245 -width=56 -height=58 -model=model_15374 -modelorigin_x=0 -modelorigin_y=28 -modelangle_x=34 -modelangle_y=1625 -modelangle_z=0 -modelzoom=320 -modelanim=seq_4165 -unknown100=65250 -unknown101=653 - -// 410:5 -[com_5] -type=text -x=202 -y=67 -width=193 -height=42 -textfont=p12_full -text=Spiky ball. Use stab defence. -textshadow=yes -colour=0xff9935 - -// 410:6 -[com_6] -type=text -x=202 -y=134 -width=192 -height=41 -textfont=p12_full -text=Anvil. Use blunt defence. -textshadow=yes -colour=0xff9935 - -// 410:7 -[com_7] -type=text -x=202 -y=201 -width=206 -height=39 -textfont=p12_full -text=Slashing blades. Use slash defence. -textshadow=yes -colour=0xff9935 - -// 410:8 -[com_8] -type=text -x=202 -y=255 -width=190 -height=38 -textfont=p12_full -text=Magic missile. Use magic defence. -textshadow=yes -colour=0xff9935 - -// 410:9 -[com_9] -type=text -x=129 -y=29 -width=246 -height=16 -textfont=b12_full -text=Catapult Defence Game Key -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9935 - -// 410:10 -[com_10] -type=graphic -x=382 -y=21 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_411.if3 b/dumps/530/interface/interface_411.if3 deleted file mode 100644 index fdc244f6b..000000000 --- a/dumps/530/interface/interface_411.if3 +++ /dev/null @@ -1,189 +0,0 @@ -// 411:0 -[com_0] -type=layer -x=17 -y=27 -width=160 -height=53 -op1=Select -onload=script93(event_com) -onmouseover=script95(event_com) -onmouseleave=script93(event_com) - -// 411:1 -[com_1] -type=layer -x=17 -y=83 -width=160 -height=53 -op1=Select -onload=script93(event_com) -onmouseover=script95(event_com) -onmouseleave=script93(event_com) - -// 411:2 -[com_2] -type=layer -x=17 -y=139 -width=160 -height=53 -op1=Select -onload=script93(event_com) -onmouseover=script95(event_com) -onmouseleave=script93(event_com) - -// 411:3 -[com_3] -type=layer -x=17 -y=196 -width=160 -height=53 -op1=Select -onload=script93(event_com) -onmouseover=script95(event_com) -onmouseleave=script93(event_com) - -// 411:4 -[com_4] -type=text -x=19 -y=4 -width=151 -height=14 -textfont=b12_full -text=Defence style -textalignh=1 -textshadow=yes -colour=0xff9935 - -// 411:5 -[com_5] -type=model -x=21 -y=32 -width=43 -height=40 -model=model_15376 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=39 -modelangle_y=1676 -modelangle_z=0 -modelzoom=554 -modelanim=seq_4165 -unknown100=64972 -unknown101=1124 - -// 411:6 -[com_6] -type=text -x=17 -y=27 -width=153 -height=53 -textfont=p12_full -text=Use stab defence -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xff9935 - -// 411:7 -[com_7] -type=model -x=18 -y=87 -width=48 -height=46 -model=model_15373 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=11 -modelangle_y=1619 -modelangle_z=0 -modelzoom=554 -modelanim=seq_4165 -unknown100=64975 -unknown101=1121 - -// 411:8 -[com_8] -type=text -x=17 -y=83 -width=153 -height=53 -textfont=p12_full -text=Use blunt defence -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xff9935 - -// 411:9 -[com_9] -type=model -x=23 -y=149 -width=37 -height=31 -model=model_15375 -modelorigin_x=4 -modelorigin_y=13 -modelangle_x=0 -modelangle_y=1950 -modelangle_z=0 -modelzoom=500 -modelanim=seq_4165 -unknown100=65036 -unknown101=1013 - -// 411:10 -[com_10] -type=text -x=17 -y=139 -width=153 -height=53 -textfont=p12_full -text= Use slash defence -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xff9935 - -// 411:11 -[com_11] -type=text -x=17 -y=196 -width=153 -height=53 -textfont=p12_full -text= Use magic defence -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xff9935 - -// 411:12 -[com_12] -type=model -x=24 -y=207 -width=34 -height=35 -model=model_15374 -modelorigin_x=0 -modelorigin_y=17 -modelangle_x=0 -modelangle_y=1573 -modelangle_z=0 -modelzoom=528 -modelanim=seq_4165 -unknown100=65002 -unknown101=1071 - diff --git a/dumps/530/interface/interface_412.if3 b/dumps/530/interface/interface_412.if3 deleted file mode 100644 index eee910fa1..000000000 --- a/dumps/530/interface/interface_412.if3 +++ /dev/null @@ -1,292 +0,0 @@ -// 412:0 -[com_0] -type=model -x=8 -y=-9 -width=511 -height=350 -layer=com_18 -model=model_11365 -modelorigin_x=-23 -modelorigin_y=16 -modelangle_x=513 -modelangle_y=3 -modelangle_z=0 -modelzoom=541 -unknown100=64218 -unknown101=3000 - -// 412:1 -[com_1] -type=text -x=47 -y=29 -width=148 -height=16 -layer=com_18 -textfont=b12_full -text=Attack Dummy Key -textalignh=1 -textshadow=yes -colour=0xff6600 - -// 412:2 -[com_2] -type=model -x=75 -y=227 -width=65 -height=68 -layer=com_18 -model=model_15364 -modelorigin_x=-8 -modelorigin_y=33 -modelangle_x=0 -modelangle_y=1813 -modelangle_z=0 -modelzoom=682 -unknown100=64055 -unknown101=3000 - -// 412:3 -[com_3] -type=model -x=197 -y=33 -width=93 -height=73 -layer=com_18 -model=model_15366 -modelorigin_x=4 -modelorigin_y=36 -modelangle_x=11 -modelangle_y=1875 -modelangle_z=0 -modelzoom=682 -unknown100=64048 -unknown101=3000 - -// 412:4 -[com_4] -type=model -x=203 -y=116 -width=80 -height=90 -layer=com_18 -model=model_15365 -modelorigin_x=1 -modelorigin_y=44 -modelangle_x=22 -modelangle_y=1887 -modelangle_z=0 -modelzoom=682 -unknown100=64050 -unknown101=3000 - -// 412:5 -[com_5] -type=model -x=209 -y=231 -width=64 -height=62 -layer=com_18 -model=model_15363 -modelorigin_x=-11 -modelorigin_y=30 -modelangle_x=0 -modelangle_y=1830 -modelangle_z=0 -modelzoom=682 -unknown100=64056 -unknown101=3000 - -// 412:6 -[com_6] -type=model -x=345 -y=28 -width=71 -height=85 -layer=com_18 -model=model_15367 -modelorigin_x=-1 -modelorigin_y=42 -modelangle_x=2012 -modelangle_y=1864 -modelangle_z=0 -modelzoom=764 -unknown100=64009 -unknown101=3000 - -// 412:7 -[com_7] -type=model -x=354 -y=134 -width=67 -height=62 -layer=com_18 -model=model_15370 -modelorigin_x=-8 -modelorigin_y=30 -modelangle_x=0 -modelangle_y=1864 -modelangle_z=0 -modelzoom=682 -unknown100=64064 -unknown101=3000 - -// 412:8 -[com_8] -type=model -x=346 -y=227 -width=70 -height=61 -layer=com_18 -model=model_15369 -modelorigin_x=-9 -modelorigin_y=30 -modelangle_x=0 -modelangle_y=1836 -modelangle_z=0 -modelzoom=682 -unknown100=64063 -unknown101=3000 - -// 412:9 -[com_9] -type=text -x=93 -y=280 -width=90 -height=15 -layer=com_18 -textfont=p12_full -text=Accurate -textalignh=2 -textshadow=yes -colour=0xffffff - -// 412:10 -[com_10] -type=text -x=269 -y=86 -width=55 -height=13 -layer=com_18 -textfont=p12_full -text=Slash -textalignh=2 -textshadow=yes -colour=0xffffff - -// 412:11 -[com_11] -type=text -x=248 -y=183 -width=79 -height=14 -layer=com_18 -textfont=p12_full -text=Aggressive -textalignh=2 -textshadow=yes -colour=0xffffff - -// 412:12 -[com_12] -type=text -x=248 -y=280 -width=79 -height=15 -layer=com_18 -textfont=p12_full -text=Controlled -textalignh=2 -textshadow=yes -colour=0xffffff - -// 412:13 -[com_13] -type=text -x=413 -y=86 -width=51 -height=15 -layer=com_18 -textfont=p12_full -text=Crush -textalignh=2 -textshadow=yes -colour=0xffffff - -// 412:14 -[com_14] -type=text -x=409 -y=183 -width=55 -height=16 -layer=com_18 -textfont=p12_full -text=Stab -textalignh=2 -textshadow=yes -colour=0xffffff - -// 412:15 -[com_15] -type=text -x=381 -y=280 -width=84 -height=14 -layer=com_18 -textfont=p12_full -text=Defensive -textalignh=2 -textshadow=yes -colour=0xffffff - -// 412:16 -[com_16] -type=text -x=53 -y=46 -width=138 -height=194 -layer=com_18 -textfont=p12_full -text=

These are the types
of attack to use on
each of the dummies
that pop up from
the floor.

You will find that you
need more than one
weapon to be
successful. -textalignh=1 -textshadow=yes -colour=0xffff00 - -// 412:17 -[com_17] -type=graphic -x=450 -y=23 -width=26 -height=23 -layer=com_18 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(interface_412:com_17, "close_buttons,5") -onmouseleave=script44(interface_412:com_17, "close_buttons,4") -onop=script29 - -// 412:18 -[com_18] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_413.if b/dumps/530/interface/interface_413.if deleted file mode 100644 index d4862cb46..000000000 --- a/dumps/530/interface/interface_413.if +++ /dev/null @@ -1,3 +0,0 @@ -// 413:0 -[com_0] - diff --git a/dumps/530/interface/interface_414.if3 b/dumps/530/interface/interface_414.if3 deleted file mode 100644 index 1774ad539..000000000 --- a/dumps/530/interface/interface_414.if3 +++ /dev/null @@ -1,451 +0,0 @@ -// 414:0 -[com_0] -type=model -x=15 -y=14 -width=480 -height=301 -layer=com_27 -model=model_26397 -modelorigin_x=-2 -modelorigin_y=33 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1009 -unknown100=63946 -unknown101=3000 - -// 414:1 -[com_1] -type=model -x=329 -y=89 -width=136 -height=156 -layer=com_27 -model=model_15665 -modelorigin_x=7 -modelorigin_y=27 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64229 -unknown101=3000 - -// 414:2 -[com_2] -type=model -x=50 -y=89 -width=136 -height=156 -layer=com_27 -model=model_15664 -modelorigin_x=-8 -modelorigin_y=27 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64220 -unknown101=3000 - -// 414:3 -[com_3] -type=model -x=392 -y=259 -width=26 -height=26 -layer=com_27 -model=model_15719 -modelorigin_x=12 -modelorigin_y=6 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64233 -unknown101=3000 - -// 414:4 -[com_4] -type=model -x=348 -y=254 -width=46 -height=26 -layer=com_27 -model=model_15720 -modelorigin_x=2 -modelorigin_y=6 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64230 -unknown101=3000 - -// 414:5 -[com_5] -type=model -x=322 -y=231 -width=46 -height=35 -layer=com_27 -model=model_15721 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64227 -unknown101=3000 - -// 414:6 -[com_6] -type=model -x=168 -y=251 -width=26 -height=26 -layer=com_27 -model=model_15719 -modelorigin_x=12 -modelorigin_y=6 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64222 -unknown101=3000 - -// 414:7 -[com_7] -type=model -x=120 -y=244 -width=46 -height=26 -layer=com_27 -model=model_15720 -modelorigin_x=2 -modelorigin_y=6 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 - -// 414:8 -[com_8] -type=model -x=142 -y=227 -width=46 -height=35 -layer=com_27 -model=model_15721 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64215 -unknown101=3000 - -// 414:9 -[com_9] -type=model -x=318 -y=257 -width=26 -height=26 -layer=com_27 -model=model_15719 -modelorigin_x=12 -modelorigin_y=6 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64224 -unknown101=3000 - -// 414:10 -[com_10] -type=model -x=85 -y=259 -width=46 -height=26 -layer=com_27 -model=model_15720 -modelorigin_x=2 -modelorigin_y=6 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64215 -unknown101=3000 - -// 414:11 -[com_11] -type=model -x=280 -y=242 -width=46 -height=35 -layer=com_27 -model=model_15721 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64221 -unknown101=3000 - -// 414:12 -[com_12] -type=model -x=135 -y=267 -width=18 -height=17 -layer=com_27 -model=model_15719 -modelorigin_x=8 -modelorigin_y=4 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=64072 -unknown101=3000 - -// 414:13 -[com_13] -type=model -x=250 -y=256 -width=46 -height=26 -layer=com_27 -model=model_15720 -modelorigin_x=2 -modelorigin_y=6 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64218 -unknown101=3000 - -// 414:14 -[com_14] -type=model -x=190 -y=253 -width=48 -height=30 -layer=com_27 -model=model_15721 -modelorigin_x=-4 -modelorigin_y=-1 -modelangle_x=514 -modelangle_y=918 -modelangle_z=0 -modelzoom=400 -unknown100=64219 -unknown101=3000 - -// 414:15 -[com_15] -type=model -x=420 -y=260 -width=46 -height=26 -layer=com_27 -model=model_15720 -modelorigin_x=2 -modelorigin_y=6 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64215 -unknown101=3000 - -// 414:16 -[com_16] -type=model -x=38 -y=259 -width=47 -height=31 -layer=com_27 -model=model_15721 -modelorigin_x=-4 -modelorigin_y=-1 -modelangle_x=514 -modelangle_y=883 -modelangle_z=0 -modelzoom=400 -unknown100=64216 -unknown101=3000 - -// 414:17 -[com_17] -type=model -x=153 -y=268 -width=18 -height=17 -layer=com_27 -model=model_15719 -modelorigin_x=8 -modelorigin_y=4 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=64072 -unknown101=3000 - -// 414:18 -[com_18] -type=model -x=233 -y=263 -width=18 -height=17 -layer=com_27 -model=model_15719 -modelorigin_x=8 -modelorigin_y=4 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=64072 -unknown101=3000 - -// 414:19 -[com_19] -type=text -x=63 -y=50 -width=382 -height=17 -layer=com_27 -textfont=quill_oblique_large -text=Congratulations! Your team won! -textalignh=1 -colour=0x46320a - -// 414:20 -[com_20] -type=text -x=171 -y=94 -width=170 -height=34 -layer=com_27 -textfont=q8_full -text=The final score was: -textalignh=1 -colour=0x46320a - -// 414:21 -[com_21] -type=text -x=172 -y=161 -width=168 -height=51 -layer=com_27 -textfont=q8_full -text=You were awarded 999 Pieces of Eight! -textalignh=1 -colour=0x46320a - -// 414:22 -[com_22] -type=text -x=213 -y=129 -width=16 -height=14 -layer=com_27 -textfont=q8_full -text=99 -colour=0x931f1f - -// 414:23 -[com_23] -type=text -x=277 -y=129 -width=16 -height=14 -layer=com_27 -textfont=q8_full -text=99 -colour=0x1515ab - -// 414:24 -[com_24] -type=text -x=253 -y=130 -width=4 -height=14 -layer=com_27 -textfont=q8_full -text=: -colour=0x46320a - -// 414:25 -[com_25] -type=text -x=177 -y=198 -width=158 -height=28 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a - -// 414:26 -[com_26] -type=graphic -x=442 -y=36 -width=26 -height=23 -layer=com_27 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 414:27 -[com_27] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_415.if3 b/dumps/530/interface/interface_415.if3 deleted file mode 100644 index 08d2b5e69..000000000 --- a/dumps/530/interface/interface_415.if3 +++ /dev/null @@ -1,679 +0,0 @@ -// 415:0 -[com_0] -type=layer -width=75 -height=150 -ymode=abs_centre - -// 415:1 -[com_1] -type=model -x=11 -y=17 -width=39 -height=37 -layer=com_0 -model=model_15694 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=515 -modelangle_y=0 -modelangle_z=0 -modelzoom=360 -unknown100=64263 -unknown101=3000 - -// 415:2 -[com_2] -type=model -x=12 -y=58 -width=38 -height=28 -layer=com_0 -model=model_15695 -modelorigin_x=0 -modelorigin_y=-6 -modelangle_x=534 -modelangle_y=2047 -modelangle_z=0 -modelzoom=600 -unknown100=64077 -unknown101=3000 - -// 415:3 -[com_3] -type=model -x=8 -y=97 -width=47 -height=23 -layer=com_0 -model=model_15688 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=531 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1007 -unknown100=63922 -unknown101=3000 - -// 415:4 -[com_4] -type=text -x=62 -y=25 -width=9 -height=14 -layer=com_0 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1757(interface_415:com_7, interface_415:com_4) -onvarctransmit=script1757(interface_415:com_7, interface_415:com_4) -onvarctransmitlist=varclient_219 - -// 415:5 -[com_5] -type=text -x=62 -y=60 -width=9 -height=14 -layer=com_0 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1758(interface_415:com_8, interface_415:com_5) -onvarctransmit=script1758(interface_415:com_8, interface_415:com_5) -onvarctransmitlist=varclient_218 - -// 415:6 -[com_6] -type=text -x=62 -y=94 -width=9 -height=14 -layer=com_0 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1759(interface_415:com_9, interface_415:com_6) -onvarctransmit=script1759(interface_415:com_9, interface_415:com_6) -onvarctransmitlist=varclient_220 - -// 415:7 -[com_7] -type=model -x=13 -y=38 -width=36 -height=15 -layer=com_0 -hide=yes -model=model_15693 -modelorigin_x=1 -modelorigin_y=-7 -modelangle_x=327 -modelangle_y=3 -modelangle_z=0 -modelzoom=400 -unknown100=64221 -unknown101=3000 - -// 415:8 -[com_8] -type=model -x=13 -y=69 -width=36 -height=15 -layer=com_0 -hide=yes -model=model_15693 -modelorigin_x=1 -modelorigin_y=-7 -modelangle_x=327 -modelangle_y=3 -modelangle_z=0 -modelzoom=400 -unknown100=64221 -unknown101=3000 - -// 415:9 -[com_9] -type=model -x=13 -y=108 -width=36 -height=15 -layer=com_0 -hide=yes -model=model_15693 -modelorigin_x=1 -modelorigin_y=-7 -modelangle_x=327 -modelangle_y=3 -modelangle_z=0 -modelzoom=400 -unknown100=64221 -unknown101=3000 - -// 415:10 -[com_10] -type=model -x=169 -y=41 -width=32 -height=26 -model=model_15666 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=348 -modelangle_y=15 -modelangle_z=0 -modelzoom=700 -unknown100=64035 -unknown101=3000 - -// 415:11 -[com_11] -type=model -x=214 -y=44 -width=30 -height=24 -model=model_15703 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=405 -modelangle_y=42 -modelangle_z=0 -modelzoom=700 -unknown100=64030 -unknown101=3000 - -// 415:12 -[com_12] -type=model -x=268 -y=40 -width=25 -height=30 -model=model_15689 -modelorigin_x=-1 -modelorigin_y=7 -modelangle_x=444 -modelangle_y=3 -modelangle_z=0 -modelzoom=600 -unknown100=64077 -unknown101=3000 - -// 415:13 -[com_13] -type=model -x=306 -y=44 -width=41 -height=24 -model=model_15699 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=483 -modelangle_y=18 -modelangle_z=0 -modelzoom=790 -unknown100=63993 -unknown101=3000 - -// 415:14 -[com_14] -type=model -x=358 -y=44 -width=35 -height=25 -model=model_15659 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=390 -modelangle_y=30 -modelangle_z=0 -modelzoom=700 -unknown100=64031 -unknown101=3000 - -// 415:15 -[com_15] -type=model -x=19 -y=38 -width=29 -height=29 -model=model_15677 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=402 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -unknown100=64032 -unknown101=3000 - -// 415:16 -[com_16] -type=model -x=70 -y=38 -width=29 -height=29 -model=model_15679 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=402 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -unknown100=64032 -unknown101=3000 - -// 415:17 -[com_17] -type=model -x=119 -y=38 -width=29 -height=29 -model=model_15681 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=402 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -unknown100=64032 -unknown101=3000 - -// 415:18 -[com_18] -type=layer -width=184 -height=73 -xmode=abs_right -ymode=abs_bottom - -// 415:19 -[com_19] -type=layer -x=420 -y=13 -width=69 -height=68 - -// 415:20 -[com_20] -type=model -x=24 -y=14 -width=23 -height=48 -layer=com_19 -model=model_15696 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=468 -modelangle_y=0 -modelangle_z=0 -modelzoom=850 -unknown100=63986 -unknown101=3000 - -// 415:21 -[com_21] -type=layer -x=420 -y=13 -width=69 -height=68 -hide=yes - -// 415:22 -[com_22] -type=model -x=24 -y=14 -width=23 -height=48 -layer=com_21 -model=model_15670 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=468 -modelangle_y=0 -modelangle_z=0 -modelzoom=850 -unknown100=63982 -unknown101=3000 - -// 415:23 -[com_23] -type=layer -x=420 -y=13 -width=69 -height=68 -hide=yes - -// 415:24 -[com_24] -type=model -x=24 -y=14 -width=23 -height=48 -layer=com_23 -model=model_15723 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=468 -modelangle_y=0 -modelangle_z=0 -modelzoom=850 -modelanim=seq_4262 -unknown100=63978 -unknown101=3000 - -// 415:25 -[com_25] -type=layer -x=420 -y=13 -width=69 -height=68 -hide=yes - -// 415:26 -[com_26] -type=model -x=24 -y=14 -width=23 -height=48 -layer=com_25 -model=model_15722 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=468 -modelangle_y=0 -modelangle_z=0 -modelzoom=850 -modelanim=seq_4262 -unknown100=63974 -unknown101=3000 - -// 415:27 -[com_27] -type=layer -x=420 -y=13 -width=69 -height=68 -hide=yes - -// 415:28 -[com_28] -type=model -x=24 -y=14 -width=23 -height=48 -layer=com_27 -model=model_15698 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=468 -modelangle_y=0 -modelangle_z=0 -modelzoom=850 -modelanim=seq_4262 -unknown100=63970 -unknown101=3000 - -// 415:29 -[com_29] -type=layer -x=420 -y=13 -width=69 -height=68 -hide=yes - -// 415:30 -[com_30] -type=model -x=21 -y=7 -width=29 -height=61 -layer=com_29 -model=model_15668 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=468 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -modelanim=seq_4262 -unknown100=64044 -unknown101=3000 - -// 415:31 -[com_31] -type=text -x=29 -y=23 -width=9 -height=14 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1746(interface_415:com_15, interface_415:com_31) -onvarctransmit=script1746(interface_415:com_15, interface_415:com_31) -onvarctransmitlist=varclient_228 - -// 415:32 -[com_32] -type=text -x=80 -y=23 -width=9 -height=14 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1747(interface_415:com_16, interface_415:com_32) -onvarctransmit=script1747(interface_415:com_16, interface_415:com_32) -onvarctransmitlist=varclient_229 - -// 415:33 -[com_33] -type=text -x=129 -y=23 -width=9 -height=14 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1749(interface_415:com_17, interface_415:com_33) -onvarctransmit=script1749(interface_415:com_17, interface_415:com_33) -onvarctransmitlist=varclient_230 - -// 415:34 -[com_34] -type=text -x=180 -y=23 -width=9 -height=14 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1752(interface_415:com_10, interface_415:com_34) -onvarctransmit=script1752(interface_415:com_10, interface_415:com_34) -onvarctransmitlist=varclient_223 - -// 415:35 -[com_35] -type=text -x=225 -y=23 -width=9 -height=14 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1753(interface_415:com_11, interface_415:com_35) -onvarctransmit=script1753(interface_415:com_11, interface_415:com_35) -onvarctransmitlist=varclient_224 - -// 415:36 -[com_36] -type=text -x=276 -y=23 -width=9 -height=14 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1754(interface_415:com_12, interface_415:com_36) -onvarctransmit=script1754(interface_415:com_12, interface_415:com_36) -onvarctransmitlist=varclient_226 - -// 415:37 -[com_37] -type=text -x=322 -y=24 -width=9 -height=14 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1755(interface_415:com_13, interface_415:com_37) -oninvtransmit=script1755(interface_415:com_13, interface_415:com_37) -onvarctransmit=script1755(interface_415:com_13, interface_415:com_37) -oninvtransmitlist=inv_94 -onvarctransmitlist=varclient_227 - -// 415:38 -[com_38] -type=text -x=371 -y=24 -width=9 -height=14 -textfont=b12_full -text=0 -textshadow=yes -colour=0x910000 -onload=script1756(interface_415:com_14, interface_415:com_38) -onvarctransmit=script1756(interface_415:com_14, interface_415:com_38) -onvarctransmitlist=varclient_225 - -// 415:39 -[com_39] -type=text -y=2 -width=120 -height=14 -xmode=abs_centre -layer=com_18 -textfont=p12_full -text=Current Score -textalignh=1 -textshadow=yes -colour=0xff981f - -// 415:40 -[com_40] -type=model -x=-1 -width=175 -height=45 -xmode=abs_centre -ymode=abs_centre -layer=com_18 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-8 -modelangle_x=288 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=63954 -unknown101=3000 - -// 415:41 -[com_41] -type=text -x=-25 -y=22 -width=9 -height=14 -xmode=abs_centre -layer=com_18 -textfont=b12_full -text=0 -colour=0x990000 -onload=script1760(event_com) -onvarctransmit=script1760(event_com) -onvarctransmitlist=varclient_221 - -// 415:42 -[com_42] -type=text -x=25 -y=22 -width=9 -height=14 -xmode=abs_centre -layer=com_18 -textfont=b12_full -text=0 -colour=0x0000cc -onload=script1761(event_com) -onvarctransmit=script1761(event_com) -onvarctransmitlist=varclient_222 - -// 415:43 -[com_43] -type=text -y=5 -height=14 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_18 -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script1762(event_com) -onvarctransmit=script1762(event_com) -onvarctransmitlist=varclient_231 - diff --git a/dumps/530/interface/interface_416.if3 b/dumps/530/interface/interface_416.if3 deleted file mode 100644 index b74eeb993..000000000 --- a/dumps/530/interface/interface_416.if3 +++ /dev/null @@ -1,530 +0,0 @@ -// 416:0 -[com_0] -type=model -x=251 -y=182 -width=533 -height=378 -model=model_15707 -modelorigin_x=3 -modelorigin_y=5 -modelangle_x=525 -modelangle_y=3 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=805 - -// 416:1 -[com_1] -type=layer -y=126 -width=513 -height=208 -layer=com_15 - -// 416:2 -[com_2] -type=text -x=16 -y=163 -width=166 -height=102 -layer=com_15 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Craft 1 -op2=Craft 5 -op3=Craft 10 -op4=Craft X - -// 416:3 -[com_3] -type=text -x=201 -y=152 -width=108 -height=111 -layer=com_15 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Craft 1 -op2=Craft 5 -op3=Craft 10 -op4=Craft X - -// 416:4 -[com_4] -type=text -x=353 -y=156 -width=131 -height=103 -layer=com_15 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Craft 1 -op2=Craft 5 -op3=Craft 10 -op4=Craft X - -// 416:5 -[com_5] -type=layer -x=4 -y=18 -width=204 -height=70 -layer=com_15 -hide=yes - -// 416:6 -[com_6] -type=layer -x=148 -y=91 -width=204 -height=70 -layer=com_15 -hide=yes - -// 416:7 -[com_7] -type=layer -x=291 -y=20 -width=204 -height=70 -layer=com_15 -hide=yes - -// 416:8 -[com_8] -type=graphic -x=482 -y=4 -width=26 -height=23 -layer=com_15 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(interface_416:com_8, "close_buttons,5") -onmouseleave=script44(interface_416:com_8, "close_buttons,4") -onop=script29 - -// 416:9 -[com_9] -type=model -x=1 -y=5 -width=201 -height=60 -layer=com_5 -model=model_10119 -modelorigin_x=1 -modelorigin_y=-9 -modelangle_x=363 -modelangle_y=9 -modelangle_z=0 -modelzoom=784 -unknown100=64686 -unknown101=1596 - -// 416:10 -[com_10] -type=text -x=37 -y=11 -width=129 -height=35 -layer=com_5 -textfont=q8_full -text=Bridge Section -textalignh=1 -textalignv=1 -colour=0x000000 - -// 416:11 -[com_11] -type=model -x=2 -y=6 -width=200 -height=58 -layer=com_6 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-9 -modelangle_x=363 -modelangle_y=6 -modelangle_z=0 -modelzoom=784 -unknown100=64686 -unknown101=1595 - -// 416:12 -[com_12] -type=text -x=41 -y=12 -width=124 -height=35 -layer=com_6 -textfont=q8_full -text=Pipe Section -textalignh=1 -textalignv=1 -colour=0x000000 - -// 416:13 -[com_13] -type=model -x=2 -y=7 -width=201 -height=57 -layer=com_7 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-9 -modelangle_x=354 -modelangle_y=2044 -modelangle_z=0 -modelzoom=784 -unknown100=64686 -unknown101=1595 - -// 416:14 -[com_14] -type=text -x=44 -y=9 -width=122 -height=40 -layer=com_7 -textfont=q8_full -text=Wooden Planks -textalignh=1 -textalignv=1 -colour=0x000000 - -// 416:15 -[com_15] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre -op10= - -// 416:16 -[com_16] -type=model -x=-133 -width=775 -height=332 -layer=com_1 -model=model_15786 -modelorigin_x=3 -modelorigin_y=126 -modelangle_x=204 -modelangle_y=0 -modelangle_z=0 -modelzoom=272 -unknown100=65423 -unknown101=575 - -// 416:17 -[com_17] -type=model -x=11 -y=60 -width=169 -height=101 -layer=com_1 -model=model_1089 -modelorigin_x=0 -modelorigin_y=-10 -modelangle_x=180 -modelangle_y=1858 -modelangle_z=0 -modelzoom=528 -unknown100=64991 -unknown101=1136 - -// 416:18 -[com_18] -type=model -x=360 -y=59 -width=120 -height=96 -layer=com_1 -model=model_15785 -modelorigin_x=-33 -modelorigin_y=103 -modelangle_x=252 -modelangle_y=39 -modelangle_z=0 -modelzoom=394 -unknown100=65229 -unknown101=736 - -// 416:19 -[com_19] -type=model -x=217 -y=51 -width=78 -height=105 -layer=com_1 -model=model_15747 -modelorigin_x=39 -modelorigin_y=114 -modelangle_x=237 -modelangle_y=1828 -modelangle_z=0 -modelzoom=400 -unknown100=65216 -unknown101=762 - -// 416:20 -[com_20] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -op10= - -// 416:21 -[com_21] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_20 -op10= - -// 416:22 -[com_22] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_21 -op10= - -// 416:23 -[com_23] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_22 -graphic=tradebacking -tiling=yes -outline=2 -op10= - -// 416:24 -[com_24] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_21 -op10= - -// 416:25 -[com_25] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_24 -graphic=tradebacking -tiling=yes -outline=2 -op10= - -// 416:26 -[com_26] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_21 -op10= - -// 416:27 -[com_27] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_26 -graphic=tradebacking -tiling=yes -outline=2 -op10= - -// 416:28 -[com_28] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_21 -op10= - -// 416:29 -[com_29] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_28 -graphic=tradebacking -tiling=yes -outline=2 -op10= - -// 416:30 -[com_30] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_21 -op10= - -// 416:31 -[com_31] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 416:32 -[com_32] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 416:33 -[com_33] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 416:34 -[com_34] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 416:35 -[com_35] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes -op10= - -// 416:36 -[com_36] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes -op10= - -// 416:37 -[com_37] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes -op10= - -// 416:38 -[com_38] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes -op10= - diff --git a/dumps/530/interface/interface_417.if3 b/dumps/530/interface/interface_417.if3 deleted file mode 100644 index 378bf521a..000000000 --- a/dumps/530/interface/interface_417.if3 +++ /dev/null @@ -1,730 +0,0 @@ -// 417:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 417:1 -[com_1] -type=model -x=-7 -y=-25 -width=527 -height=381 -layer=com_0 -model=model_15707 -modelorigin_x=4 -modelorigin_y=4 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64461 -unknown101=3000 - -// 417:2 -[com_2] -type=model -x=22 -y=54 -width=465 -height=227 -layer=com_0 -model=model_15716 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=380 -unknown100=64612 -unknown101=3000 - -// 417:3 -[com_3] -type=model -x=44 -y=94 -width=43 -height=74 -layer=com_0 -model=model_15708 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=650 -unknown100=64187 -unknown101=3000 -op1=Take Pipe - -// 417:4 -[com_4] -type=model -x=105 -y=98 -width=69 -height=68 -layer=com_0 -model=model_15709 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=950 -unknown100=64036 -unknown101=3000 -op1=Take Bridge Section - -// 417:5 -[com_5] -type=model -x=187 -y=104 -width=61 -height=57 -layer=com_0 -model=model_15712 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64420 -unknown101=3000 -op1=Take Bucket - -// 417:6 -[com_6] -type=model -x=27 -y=232 -width=70 -height=14 -layer=com_0 -model=model_15713 -modelorigin_x=5 -modelorigin_y=22 -modelangle_x=514 -modelangle_y=512 -modelangle_z=0 -modelzoom=650 -unknown100=64072 -unknown101=3000 -op1=Take Torch - -// 417:7 -[com_7] -type=model -x=337 -y=95 -width=67 -height=77 -layer=com_0 -model=model_15718 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=64140 -unknown101=3000 -op1=Take Lumber Patch - -// 417:8 -[com_8] -type=model -x=427 -y=105 -width=40 -height=50 -layer=com_0 -model=model_26324 -modelorigin_x=1 -modelorigin_y=26 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1874 -modelzoom=422 -unknown100=64373 -unknown101=3000 -op1=Take Jar - -// 417:9 -[com_9] -type=model -x=115 -y=214 -width=49 -height=49 -layer=com_0 -model=model_15685 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=64110 -unknown101=3000 -op1=Take Bowl - -// 417:10 -[com_10] -type=model -x=191 -y=214 -width=51 -height=50 -layer=com_0 -model=model_15717 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64420 -unknown101=3000 -op1=Take Tinderbox - -// 417:11 -[com_11] -type=model -x=277 -y=215 -width=31 -height=51 -layer=com_0 -model=model_15715 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64420 -unknown101=3000 -op1=Take Meat - -// 417:12 -[com_12] -type=model -x=364 -y=215 -width=14 -height=49 -layer=com_0 -model=model_15714 -modelorigin_x=6 -modelorigin_y=-13 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64420 -unknown101=3000 -op1=Take Knife - -// 417:13 -[com_13] -type=model -x=414 -y=214 -width=64 -height=62 -layer=com_0 -model=model_26326 -modelorigin_x=-4 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -unknown100=64115 -unknown101=3000 -op1=Take Net - -// 417:14 -[com_14] -type=model -x=270 -y=104 -width=50 -height=57 -layer=com_0 -model=model_15663 -modelorigin_x=2 -modelorigin_y=15 -modelangle_x=512 -modelangle_y=786 -modelangle_z=0 -modelzoom=500 -unknown100=64314 -unknown101=3000 -op1=Take Axe - -// 417:15 -[com_15] -type=text -x=25 -y=68 -width=75 -height=29 -layer=com_0 -textfont=p12_full -text=Bamboo pipe -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:16 -[com_16] -type=text -x=102 -y=68 -width=75 -height=29 -layer=com_0 -textfont=p12_full -text=Bridge section -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:17 -[com_17] -type=text -x=179 -y=68 -width=75 -height=29 -layer=com_0 -textfont=p12_full -text=Bucket -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:18 -[com_18] -type=text -x=25 -y=185 -width=75 -height=30 -layer=com_0 -textfont=p12_full -text=Torch -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:19 -[com_19] -type=text -x=333 -y=68 -width=75 -height=29 -layer=com_0 -textfont=p12_full -text=Lumber patch -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:20 -[com_20] -type=text -x=410 -y=68 -width=75 -height=29 -layer=com_0 -textfont=p12_full -text=Jar -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:21 -[com_21] -type=text -x=102 -y=185 -width=75 -height=30 -layer=com_0 -textfont=p12_full -text=Bowl -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:22 -[com_22] -type=text -x=179 -y=185 -width=75 -height=30 -layer=com_0 -textfont=p12_full -text=Tinderbox -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:23 -[com_23] -type=text -x=256 -y=185 -width=75 -height=30 -layer=com_0 -textfont=p12_full -text=Meat -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:24 -[com_24] -type=text -x=333 -y=185 -width=75 -height=30 -layer=com_0 -textfont=p12_full -text=Knife -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:25 -[com_25] -type=text -x=410 -y=185 -width=75 -height=30 -layer=com_0 -textfont=p12_full -text=Net -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:26 -[com_26] -type=text -x=256 -y=68 -width=75 -height=29 -layer=com_0 -textfont=p12_full -text=Axe -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb99116 - -// 417:27 -[com_27] -type=text -x=72 -y=145 -width=8 -height=14 -layer=com_0 -textfont=p12_full -text=0 -textshadow=yes -colour=0xb99116 - -// 417:28 -[com_28] -type=text -x=158 -y=144 -width=8 -height=14 -layer=com_0 -textfont=p12_full -text=0 -textshadow=yes -colour=0xb99116 - -// 417:29 -[com_29] -type=text -x=389 -y=145 -width=8 -height=14 -layer=com_0 -textfont=p12_full -text=0 -textshadow=yes -colour=0xb99116 - -// 417:30 -[com_30] -type=graphic -x=483 -y=6 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(interface_417:com_30, "close_buttons,5") -onmouseleave=script44(interface_417:com_30, "close_buttons,4") -onop=script29 - -// 417:31 -[com_31] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 417:32 -[com_32] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 417:33 -[com_33] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_32 - -// 417:34 -[com_34] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 417:35 -[com_35] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 417:36 -[com_36] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 417:37 -[com_37] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 417:38 -[com_38] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 417:39 -[com_39] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 417:40 -[com_40] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 417:41 -[com_41] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 417:42 -[com_42] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_33 - -// 417:43 -[com_43] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_33 - -// 417:44 -[com_44] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_33 - -// 417:45 -[com_45] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_33 - -// 417:46 -[com_46] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_33 - -// 417:47 -[com_47] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_43 -graphic=tradebacking -tiling=yes -outline=2 - -// 417:48 -[com_48] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_42 -graphic=tradebacking -tiling=yes -outline=2 - -// 417:49 -[com_49] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_44 -graphic=tradebacking -tiling=yes -outline=2 - -// 417:50 -[com_50] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_45 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_418.if3 b/dumps/530/interface/interface_418.if3 deleted file mode 100644 index a423c1810..000000000 --- a/dumps/530/interface/interface_418.if3 +++ /dev/null @@ -1,86 +0,0 @@ -// 418:0 -[com_0] -type=layer -x=32 -y=8 -width=183 -height=66 -layer=com_6 - -// 418:1 -[com_1] -type=model -x=6 -y=9 -width=203 -height=54 -layer=com_6 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-10 -modelangle_x=321 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -unknown100=65486 -unknown101=3000 - -// 418:2 -[com_2] -type=text -x=91 -y=29 -width=9 -height=14 -layer=com_6 -textfont=b12_full -text=0 -colour=0x990000 - -// 418:3 -[com_3] -type=text -x=114 -y=29 -width=9 -height=14 -layer=com_6 -textfont=b12_full -text=0 -colour=0x0000cc - -// 418:4 -[com_4] -type=text -x=24 -y=50 -width=155 -height=18 -layer=com_6 -textfont=p12_full -text=Next Game In : -textalignh=1 -textshadow=yes -colour=0xff981f - -// 418:5 -[com_5] -type=text -x=49 -y=12 -width=116 -height=16 -layer=com_6 -textfont=p12_full -text=Players waiting -textalignh=1 -colour=0x46320a - -// 418:6 -[com_6] -type=layer -width=223 -height=80 -xmode=proportion_right -ymode=proportion_top - diff --git a/dumps/530/interface/interface_419.if3 b/dumps/530/interface/interface_419.if3 deleted file mode 100644 index ba5429c6a..000000000 --- a/dumps/530/interface/interface_419.if3 +++ /dev/null @@ -1,1421 +0,0 @@ -// 419:0 -[com_0] -type=layer -width=512 -height=334 - -// 419:1 -[com_1] -type=layer -x=-1 -y=13 -width=512 -height=334 - -// 419:2 -[com_2] -type=model -x=5 -y=-8 -width=502 -height=320 -layer=com_1 -model=model_26445 -modelorigin_x=-3 -modelorigin_y=2 -modelangle_x=507 -modelangle_y=0 -modelangle_z=0 -modelzoom=323 -unknown100=65204 -unknown101=3000 -op10= - -// 419:3 -[com_3] -type=text -x=57 -y=296 -width=390 -height=16 -layer=com_1 -textfont=q8_full -text=Ahoy! What would ye like to be sewn together, matey? -textalignh=1 -colour=0xffffcc -op10= - -// 419:4 -[com_4] -type=layer -x=82 -y=8 -width=67 -height=61 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_39, ^white) -onmouseleave=script45(interface_419:com_39, 0xcccccc) - -// 419:5 -[com_5] -type=layer -x=176 -y=8 -width=61 -height=63 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_41, ^white) -onmouseleave=script45(interface_419:com_41, 0xcccccc) - -// 419:6 -[com_6] -type=layer -x=269 -y=8 -width=62 -height=62 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_43, ^white) -onmouseleave=script45(interface_419:com_43, 0xcccccc) - -// 419:7 -[com_7] -type=layer -x=361 -y=8 -width=61 -height=63 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_45, ^white) -onmouseleave=script45(interface_419:com_45, 0xcccccc) - -// 419:8 -[com_8] -type=layer -x=133 -y=68 -width=56 -height=61 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_47, ^white) -onmouseleave=script45(interface_419:com_47, 0xcccccc) - -// 419:9 -[com_9] -type=layer -x=227 -y=68 -width=59 -height=62 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_49, ^white) -onmouseleave=script45(interface_419:com_49, 0xcccccc) - -// 419:10 -[com_10] -type=layer -x=321 -y=68 -width=55 -height=60 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_51, ^white) -onmouseleave=script45(interface_419:com_51, 0xcccccc) - -// 419:11 -[com_11] -type=layer -x=133 -y=218 -width=55 -height=60 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_53, ^white) -onmouseleave=script45(interface_419:com_53, 0xcccccc) - -// 419:12 -[com_12] -type=layer -x=227 -y=218 -width=55 -height=60 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_55, ^white) -onmouseleave=script45(interface_419:com_55, 0xcccccc) - -// 419:13 -[com_13] -type=layer -x=321 -y=218 -width=55 -height=60 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_57, ^white) -onmouseleave=script45(interface_419:com_57, 0xcccccc) - -// 419:14 -[com_14] -type=layer -x=263 -y=476 -width=59 -height=84 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_59, ^white) -onmouseleave=script45(interface_419:com_59, 0xcccccc) - -// 419:15 -[com_15] -type=layer -x=176 -y=158 -width=55 -height=60 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_61, ^white) -onmouseleave=script45(interface_419:com_61, 0xcccccc) - -// 419:16 -[com_16] -type=layer -x=361 -y=158 -width=55 -height=60 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_63, ^white) -onmouseleave=script45(interface_419:com_63, 0xcccccc) - -// 419:17 -[com_17] -type=layer -x=269 -y=158 -width=55 -height=60 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_65, ^white) -onmouseleave=script45(interface_419:com_65, 0xcccccc) - -// 419:18 -[com_18] -type=layer -x=82 -y=158 -width=55 -height=60 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_67, ^white) -onmouseleave=script45(interface_419:com_67, 0xcccccc) - -// 419:19 -[com_19] -type=layer -x=82 -y=308 -width=55 -height=71 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_69, ^white) -onmouseleave=script45(interface_419:com_69, 0xcccccc) - -// 419:20 -[com_20] -type=layer -x=176 -y=308 -width=55 -height=71 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_71, ^white) -onmouseleave=script45(interface_419:com_71, 0xcccccc) - -// 419:21 -[com_21] -type=layer -x=269 -y=308 -width=55 -height=71 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_73, ^white) -onmouseleave=script45(interface_419:com_73, 0xcccccc) - -// 419:22 -[com_22] -type=layer -x=361 -y=308 -width=55 -height=71 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_75, ^white) -onmouseleave=script45(interface_419:com_75, 0xcccccc) - -// 419:23 -[com_23] -type=layer -x=133 -y=378 -width=55 -height=71 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_77, ^white) -onmouseleave=script45(interface_419:com_77, 0xcccccc) - -// 419:24 -[com_24] -type=layer -x=227 -y=378 -width=55 -height=71 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_79, ^white) -onmouseleave=script45(interface_419:com_79, 0xcccccc) - -// 419:25 -[com_25] -type=layer -x=321 -y=378 -width=55 -height=71 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_81, ^white) -onmouseleave=script45(interface_419:com_81, 0xcccccc) - -// 419:26 -[com_26] -type=layer -x=167 -y=476 -width=65 -height=55 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_83, ^white) -onmouseleave=script45(interface_419:com_83, 0xcccccc) - -// 419:27 -[com_27] -type=layer -x=72 -y=473 -width=71 -height=85 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_85, ^white) -onmouseleave=script45(interface_419:com_85, 0xcccccc) - -// 419:28 -[com_28] -type=layer -x=326 -y=562 -width=46 -height=78 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_87, ^white) -onmouseleave=script45(interface_419:com_87, 0xcccccc) - -// 419:29 -[com_29] -type=layer -x=351 -y=476 -width=76 -height=58 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_89, ^white) -onmouseleave=script45(interface_419:com_89, 0xcccccc) - -// 419:30 -[com_30] -type=layer -x=217 -y=558 -width=83 -height=84 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_91, ^white) -onmouseleave=script45(interface_419:com_91, 0xcccccc) - -// 419:31 -[com_31] -type=layer -x=118 -y=558 -width=85 -height=75 -layer=com_35 -op10= -onmouseover=script45(interface_419:com_93, ^white) -onmouseleave=script45(interface_419:com_93, 0xcccccc) - -// 419:32 -[com_32] -type=rectangle -x=77 -y=460 -width=343 -height=2 -layer=com_35 -colour=0x4b070f -fill=yes -op10= - -// 419:33 -[com_33] -type=rectangle -x=77 -y=291 -width=343 -height=2 -layer=com_35 -colour=0x4b070f -fill=yes -op10= - -// 419:34 -[com_34] -type=rectangle -x=77 -y=141 -width=343 -height=2 -layer=com_35 -colour=0x4b070f -fill=yes -op10= - -// 419:35 -[com_35] -type=layer -y=34 -width=504 -height=263 -scrollheight=715 -onload=script956 - -// 419:36 -[com_36] -type=layer -x=473 -y=45 -width=16 -height=240 -onload=script63(event_com, interface_419:com_35, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 419:37 -[com_37] -type=graphic -x=473 -y=5 -width=26 -height=23 -graphic="close_buttons,6" -op10= -onmouseover=script44(interface_419:com_37, "close_buttons,7") -onmouseleave=script44(interface_419:com_37, "close_buttons,6") -onclick=script29 - -// 419:38 -[com_38] -type=model -x=10 -width=47 -height=38 -layer=com_4 -model=model_16003 -modelorigin_x=-10 -modelorigin_y=-4 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63780 -unknown101=3000 -op1=Buy -op10= - -// 419:39 -[com_39] -type=text -x=4 -y=37 -width=58 -height=24 -layer=com_4 -textfont=p11_full -text=White
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:40 -[com_40] -type=model -x=9 -width=47 -height=38 -layer=com_5 -model=model_16005 -modelorigin_x=-10 -modelorigin_y=-4 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63780 -unknown101=3000 -op1=Buy -op10= - -// 419:41 -[com_41] -type=text -x=3 -y=37 -width=58 -height=22 -layer=com_5 -textfont=p11_full -text=Red
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:42 -[com_42] -type=model -x=7 -width=47 -height=38 -layer=com_6 -model=model_16002 -modelorigin_x=-10 -modelorigin_y=-4 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63780 -unknown101=3000 -op1=Buy -op10= - -// 419:43 -[com_43] -type=text -x=5 -y=37 -width=53 -height=23 -layer=com_6 -textfont=p11_full -text=Blue
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:44 -[com_44] -type=model -x=6 -width=47 -height=38 -layer=com_7 -model=model_16004 -modelorigin_x=-10 -modelorigin_y=-4 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63780 -unknown101=3000 -op1=Buy -op10= - -// 419:45 -[com_45] -type=text -x=2 -y=37 -width=58 -height=23 -layer=com_7 -textfont=p11_full -text=Brown
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:46 -[com_46] -type=model -x=6 -y=1 -width=47 -height=38 -layer=com_8 -model=model_34867 -modelorigin_x=-10 -modelorigin_y=-4 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63780 -unknown101=3000 -op1=Buy -op10= - -// 419:47 -[com_47] -type=text -y=38 -width=56 -height=23 -layer=com_8 -textfont=p11_full -text=Grey
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:48 -[com_48] -type=model -x=6 -y=1 -width=47 -height=38 -layer=com_9 -model=model_34855 -modelorigin_x=-10 -modelorigin_y=-4 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63780 -unknown101=3000 -op1=Buy -op10= - -// 419:49 -[com_49] -type=text -x=1 -y=38 -width=58 -height=24 -layer=com_9 -textfont=p11_full -text=Purple
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:50 -[com_50] -type=model -x=3 -y=-3 -width=51 -height=41 -layer=com_10 -model=model_34866 -modelorigin_x=-11 -modelorigin_y=-4 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1622 -unknown100=64036 -unknown101=3000 -op1=Buy -op10= - -// 419:51 -[com_51] -type=text -x=-3 -y=35 -width=58 -height=24 -layer=com_10 -textfont=p11_full -text=Orange
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:52 -[com_52] -type=model -x=-3 -width=62 -height=41 -layer=com_11 -model=model_34853 -modelorigin_x=-3 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63805 -unknown101=3000 -op1=Buy -op10= - -// 419:53 -[com_53] -type=text -y=37 -width=58 -height=24 -layer=com_11 -textfont=p11_full -text=Grey
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:54 -[com_54] -type=model -y=-1 -width=62 -height=41 -layer=com_12 -model=model_34857 -modelorigin_x=-3 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63792 -unknown101=3000 -op1=Buy -op10= - -// 419:55 -[com_55] -type=text -y=39 -width=58 -height=24 -layer=com_12 -textfont=p11_full -text=Purple
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:56 -[com_56] -type=model -y=-1 -width=62 -height=41 -layer=com_13 -model=model_34865 -modelorigin_x=-3 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63780 -unknown101=3000 -op1=Buy -op10= - -// 419:57 -[com_57] -type=text -x=-2 -y=39 -width=58 -height=24 -layer=com_13 -textfont=p11_full -text=Orange
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:58 -[com_58] -type=model -x=4 -width=62 -height=48 -layer=com_14 -model=model_34859 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63787 -unknown101=3000 -op1=Buy -op10= - -// 419:59 -[com_59] -type=text -x=3 -y=50 -width=58 -height=24 -layer=com_14 -textfont=p11_full -text=Hat & double patches -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:60 -[com_60] -type=model -x=-4 -width=62 -height=41 -layer=com_15 -model=model_34864 -modelorigin_x=-3 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63792 -unknown101=3000 -op1=Buy -op10= - -// 419:61 -[com_61] -type=text -y=37 -width=58 -height=24 -layer=com_15 -textfont=p11_full -text=Red
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:62 -[com_62] -type=model -x=-4 -width=62 -height=41 -layer=com_16 -model=model_34870 -modelorigin_x=-3 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63792 -unknown101=3000 -op1=Buy -op10= - -// 419:63 -[com_63] -type=text -y=37 -width=58 -height=24 -layer=com_16 -textfont=p11_full -text=Brown
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:64 -[com_64] -type=model -x=-5 -y=-1 -width=62 -height=41 -layer=com_17 -model=model_34868 -modelorigin_x=-3 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63780 -unknown101=3000 -op1=Buy -op10= - -// 419:65 -[com_65] -type=text -y=37 -width=58 -height=24 -layer=com_17 -textfont=p11_full -text=Blue
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:66 -[com_66] -type=model -x=-4 -width=62 -height=41 -layer=com_18 -model=model_34856 -modelorigin_x=-3 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=64036 -unknown101=3000 -op1=Buy -op10= - -// 419:67 -[com_67] -type=text -y=37 -width=58 -height=24 -layer=com_18 -textfont=p11_full -text=White
bandana -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:68 -[com_68] -type=model -x=-4 -width=60 -height=41 -layer=com_19 -model=model_34869 -modelorigin_x=-2 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63861 -unknown101=3000 -op1=Buy -op10= - -// 419:69 -[com_69] -type=text -y=37 -width=58 -height=34 -layer=com_19 -textfont=p11_full -text=White
bandana
left eye -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:70 -[com_70] -type=model -x=-4 -width=60 -height=41 -layer=com_20 -model=model_34854 -modelorigin_x=-2 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63803 -unknown101=3000 -op1=Buy -op10= - -// 419:71 -[com_71] -type=text -y=37 -width=58 -height=34 -layer=com_20 -textfont=p11_full -text=Red
bandana
left eye -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:72 -[com_72] -type=model -x=-4 -width=60 -height=41 -layer=com_21 -model=model_34861 -modelorigin_x=-2 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63832 -unknown101=3000 -op1=Buy -op10= - -// 419:73 -[com_73] -type=text -y=37 -width=58 -height=34 -layer=com_21 -textfont=p11_full -text=Blue
bandana
left eye -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:74 -[com_74] -type=model -x=-4 -width=60 -height=41 -layer=com_22 -model=model_34871 -modelorigin_x=-2 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63818 -unknown101=3000 -op1=Buy -op10= - -// 419:75 -[com_75] -type=text -y=37 -width=58 -height=34 -layer=com_22 -textfont=p11_full -text=Brown
bandana
left eye -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:76 -[com_76] -type=model -x=-4 -width=60 -height=41 -layer=com_23 -model=model_34860 -modelorigin_x=-2 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63805 -unknown101=3000 -op1=Buy -op10= - -// 419:77 -[com_77] -type=text -y=37 -width=58 -height=34 -layer=com_23 -textfont=p11_full -text=Grey
bandana
left eye -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:78 -[com_78] -type=model -x=-4 -width=60 -height=41 -layer=com_24 -model=model_34862 -modelorigin_x=-2 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63792 -unknown101=3000 -op1=Buy -op10= - -// 419:79 -[com_79] -type=text -y=37 -width=58 -height=34 -layer=com_24 -textfont=p11_full -text=Purple
bandana
left eye -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:80 -[com_80] -type=model -x=-4 -width=60 -height=41 -layer=com_25 -model=model_34872 -modelorigin_x=-2 -modelorigin_y=-5 -modelangle_x=387 -modelangle_y=75 -modelangle_z=0 -modelzoom=1750 -unknown100=63780 -unknown101=3000 -op1=Buy -op10= - -// 419:81 -[com_81] -type=text -y=37 -width=58 -height=34 -layer=com_25 -textfont=p11_full -text=Orange
bandana
left eye -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:82 -[com_82] -type=model -x=9 -width=53 -height=38 -layer=com_26 -model=model_16007 -modelorigin_x=-3 -modelorigin_y=7 -modelangle_x=285 -modelangle_y=3 -modelangle_z=0 -modelzoom=1500 -unknown100=63848 -unknown101=3000 -op1=Buy -op10= - -// 419:83 -[com_83] -type=text -x=-3 -y=44 -width=74 -height=14 -layer=com_26 -textfont=p11_full -text=Hat & patch -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:84 -[com_84] -type=model -x=10 -y=3 -width=64 -height=51 -layer=com_27 -model=model_34863 -modelorigin_x=-8 -modelorigin_y=0 -modelangle_x=386 -modelangle_y=73 -modelangle_z=0 -modelzoom=1500 -unknown100=63850 -unknown101=3000 -op1=Buy -op10= - -// 419:85 -[com_85] -type=text -x=2 -y=57 -width=76 -height=25 -layer=com_27 -textfont=p11_full -text=Hat & patch
left -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:86 -[com_86] -type=model -x=4 -y=-2 -width=37 -height=66 -layer=com_28 -model=model_34858 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=398 -modelangle_y=40 -modelangle_z=0 -modelzoom=1500 -unknown100=63820 -unknown101=3000 -op1=Buy -op10= - -// 419:87 -[com_87] -type=text -x=-9 -y=50 -width=61 -height=65479 -layer=com_28 -textfont=p11_full -text=Double
patch -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:88 -[com_88] -type=model -x=15 -width=41 -height=44 -layer=com_29 -model=model_16006 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=1474 -modelangle_y=414 -modelangle_z=0 -modelzoom=1500 -unknown100=63815 -unknown101=3000 -op1=Buy -op10= - -// 419:89 -[com_89] -type=text -x=-6 -y=48 -width=84 -height=12 -layer=com_29 -textfont=p11_full -text=Hook & claw -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:90 -[com_90] -type=model -x=11 -width=58 -height=48 -layer=com_30 -model=model_26444 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=2038 -modelangle_y=3 -modelangle_z=0 -modelzoom=1750 -unknown100=63786 -unknown101=3000 -op1=Buy -op10= - -// 419:91 -[com_91] -type=text -y=52 -width=81 -height=35 -layer=com_30 -textfont=p11_full -text=Cavalier & highwayman mask -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - -// 419:92 -[com_92] -type=model -x=16 -width=42 -height=49 -layer=com_31 -model=model_26443 -modelorigin_x=6 -modelorigin_y=-8 -modelangle_x=2038 -modelangle_y=3 -modelangle_z=0 -modelzoom=1500 -unknown100=63823 -unknown101=3000 -op1=Buy -op10= - -// 419:93 -[com_93] -type=text -x=-1 -y=53 -width=88 -height=24 -layer=com_31 -textfont=p11_full -text=Beret & mime mask -textalignh=1 -textshadow=yes -colour=0xcccccc -op1=Buy -op10= - diff --git a/dumps/530/interface/interface_42.if3 b/dumps/530/interface/interface_42.if3 deleted file mode 100644 index bd7eb7587..000000000 --- a/dumps/530/interface/interface_42.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 42:0 -[com_0] -type=model -x=-10 -y=-15 -width=119 -height=118 -layer=com_3 -model=model_11101 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=459 -unknown100=64167 -unknown101=3000 - -// 42:1 -[com_1] -type=text -x=-22 -y=79 -width=107 -height=15 -layer=com_3 -textfont=p12_full -text=Runesquares -textalignh=2 -textshadow=yes -colour=0xaaaaaa - -// 42:2 -[com_2] -type=text -x=13 -y=93 -width=72 -height=11 -layer=com_3 -textfont=p11_full -text=Rank: %1 -textalignh=1 -textshadow=yes -colour=0xaaaaaa -onload=script1275 -onvartransmit=script1275 -onvartransmitlist=varplayer_648 - -// 42:3 -[com_3] -type=layer -width=98 -height=110 -xmode=abs_right - diff --git a/dumps/530/interface/interface_420.if b/dumps/530/interface/interface_420.if deleted file mode 100644 index 68aecb649..000000000 --- a/dumps/530/interface/interface_420.if +++ /dev/null @@ -1,81 +0,0 @@ -// 420:0 -[com_0] - -// 420:1 -[com_1] - -// 420:2 -[com_2] - -// 420:3 -[com_3] - -// 420:4 -[com_4] - -// 420:5 -[com_5] - -// 420:6 -[com_6] - -// 420:7 -[com_7] - -// 420:8 -[com_8] - -// 420:9 -[com_9] - -// 420:10 -[com_10] - -// 420:11 -[com_11] - -// 420:12 -[com_12] - -// 420:13 -[com_13] - -// 420:14 -[com_14] - -// 420:15 -[com_15] - -// 420:16 -[com_16] - -// 420:17 -[com_17] - -// 420:18 -[com_18] - -// 420:19 -[com_19] - -// 420:20 -[com_20] - -// 420:21 -[com_21] - -// 420:22 -[com_22] - -// 420:23 -[com_23] - -// 420:24 -[com_24] - -// 420:25 -[com_25] - -// 420:26 -[com_26] - diff --git a/dumps/530/interface/interface_421.if b/dumps/530/interface/interface_421.if deleted file mode 100644 index 63b899276..000000000 --- a/dumps/530/interface/interface_421.if +++ /dev/null @@ -1,39 +0,0 @@ -// 421:0 -[com_0] - -// 421:1 -[com_1] - -// 421:2 -[com_2] - -// 421:3 -[com_3] - -// 421:4 -[com_4] - -// 421:5 -[com_5] - -// 421:6 -[com_6] - -// 421:7 -[com_7] - -// 421:8 -[com_8] - -// 421:9 -[com_9] - -// 421:10 -[com_10] - -// 421:11 -[com_11] - -// 421:12 -[com_12] - diff --git a/dumps/530/interface/interface_422.if b/dumps/530/interface/interface_422.if deleted file mode 100644 index 3b2e4eb12..000000000 --- a/dumps/530/interface/interface_422.if +++ /dev/null @@ -1,6 +0,0 @@ -// 422:0 -[com_0] - -// 422:1 -[com_1] - diff --git a/dumps/530/interface/interface_423.if3 b/dumps/530/interface/interface_423.if3 deleted file mode 100644 index 5381dbbee..000000000 --- a/dumps/530/interface/interface_423.if3 +++ /dev/null @@ -1,71 +0,0 @@ -// 423:0 -[com_0] -type=model -x=58 -y=7 -width=397 -height=326 -model=model_16050 -modelorigin_x=18 -modelorigin_y=5 -modelangle_x=0 -modelangle_y=2047 -modelangle_z=0 -modelzoom=179 -unknown100=65408 -unknown101=362 - -// 423:1 -[com_1] -type=text -x=120 -y=98 -width=276 -height=17 -textfont=q8_full -text=Certificate of Advanced Healing -textalignh=1 -textshadow=yes -colour=0xeb9a2f - -// 423:2 -[com_2] -type=text -x=120 -y=115 -width=276 -height=17 -textfont=q8_full -text=From PoxStead College. -textalignh=1 -textshadow=yes -colour=0xeb9a2f - -// 423:3 -[com_3] -type=text -x=209 -y=192 -width=193 -height=41 -textfont=p11_full -text=Signed Dr Foster-MMD, PRD
Head of
Magical Healing. -textlineheight=14 -textalignh=1 -textshadow=yes -colour=0xeb9a2f - -// 423:4 -[com_4] -type=graphic -x=403 -y=36 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_424.if3 b/dumps/530/interface/interface_424.if3 deleted file mode 100644 index b7d1a4231..000000000 --- a/dumps/530/interface/interface_424.if3 +++ /dev/null @@ -1,45 +0,0 @@ -// 424:0 -[com_0] -type=model -x=-13 -y=-60 -width=549 -height=459 -model=model_16051 -modelorigin_x=-23 -modelorigin_y=8 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=126 -unknown100=65463 -unknown101=259 - -// 424:1 -[com_1] -type=text -x=239 -y=37 -width=32 -height=32 -textfont=lunar_alphabet -text=THE GODFATHER
ATTACKED US.
WE HAVE
FLED TO SAFETY.
IF YOU ARE LOYAL TO
HER MAJESTY, FIND
US BY USING
COORDINATES
AIR DLR DJQ AJS -textlineheight=29 -textalignh=1 -textshadow=yes -colour=0x989686 - -// 424:2 -[com_2] -type=graphic -x=481 -y=3 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_425.if b/dumps/530/interface/interface_425.if deleted file mode 100644 index d6213e57d..000000000 --- a/dumps/530/interface/interface_425.if +++ /dev/null @@ -1,15 +0,0 @@ -// 425:0 -[com_0] - -// 425:1 -[com_1] - -// 425:2 -[com_2] - -// 425:3 -[com_3] - -// 425:4 -[com_4] - diff --git a/dumps/530/interface/interface_426.if3 b/dumps/530/interface/interface_426.if3 deleted file mode 100644 index 6451961fa..000000000 --- a/dumps/530/interface/interface_426.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 426:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 426:1 -[com_1] -type=model -x=120 -y=-38 -width=31047 -height=42781 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_0 -model=model_16268 -modelorigin_x=-129 -modelorigin_y=214 -modelangle_x=508 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -modelanim=seq_9147 -unknown100=64146 -unknown101=3000 -modelobjwidth=970 -modelobjheight=872 - -// 426:2 -[com_2] -type=model -x=-32 -y=-4 -width=17959 -height=16832 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_16266 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -modelanim=seq_9148 -unknown100=64070 -unknown101=3000 -modelobjwidth=561 -modelobjheight=343 - diff --git a/dumps/530/interface/interface_427.if3 b/dumps/530/interface/interface_427.if3 deleted file mode 100644 index b7faeb88c..000000000 --- a/dumps/530/interface/interface_427.if3 +++ /dev/null @@ -1,124 +0,0 @@ -// 427:0 -[com_0] -type=model -x=21 -y=45 -width=470 -height=261 -model=model_9853 -modelorigin_x=5 -modelorigin_y=9 -modelangle_x=490 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=64661 -unknown101=1635 - -// 427:1 -[com_1] -type=text -x=81 -y=89 -width=344 -height=17 -textfont=q8_full -text=I (insert full name here) do hereby swear fealty -textalignh=1 -colour=0x362407 - -// 427:2 -[com_2] -type=text -x=82 -y=113 -width=344 -height=17 -textfont=q8_full -text=and indebtedness to the Fairy Godfather until -textalignh=1 -colour=0x362407 - -// 427:3 -[com_3] -type=text -x=82 -y=137 -width=295 -height=17 -textfont=q8_full -text=such time as he releases me from my bond. -textalignh=1 -colour=0x362407 - -// 427:4 -[com_4] -type=text -x=82 -y=160 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 427:5 -[com_5] -type=text -x=82 -y=182 -width=44 -height=17 -textfont=q8_full -text=Signed -textalignh=1 -colour=0x362407 - -// 427:6 -[com_6] -type=text -x=82 -y=204 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 427:7 -[com_7] -type=text -x=82 -y=226 -width=214 -height=17 -textfont=q8_full -text=(insert full name and date here) -textalignh=1 -colour=0x362407 - -// 427:8 -[com_8] -type=text -x=82 -y=249 -width=340 -height=16 -textfont=q8_full -textalignh=1 -colour=0x362407 - -// 427:9 -[com_9] -type=graphic -x=420 -y=52 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_428.if3 b/dumps/530/interface/interface_428.if3 deleted file mode 100644 index f51659a69..000000000 --- a/dumps/530/interface/interface_428.if3 +++ /dev/null @@ -1,395 +0,0 @@ -// 428:0 -[com_0] -type=layer -x=-266 -y=-113 -width=512 -height=334 -xmode=abs_right - -// 428:1 -[com_1] -type=layer -x=85 -y=-257 -width=261 -height=383 -xmode=abs_right - -// 428:2 -[com_2] -type=model -x=162 -y=214 -width=88 -height=37 -layer=com_0 -model=model_16351 -modelorigin_x=-7 -modelorigin_y=4 -modelangle_x=124 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=64594 -unknown101=3000 - -// 428:3 -[com_3] -type=model -x=192 -y=223 -width=15 -height=14 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=6 -modelangle_x=133 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=64494 -unknown101=3000 -onvartransmit=script1418 -onvartransmitlist=varplayer_821 - -// 428:4 -[com_4] -type=model -x=159 -y=125 -width=95 -height=118 -layer=com_0 -model=model_16352 -modelorigin_x=-7 -modelorigin_y=52 -modelangle_x=133 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=64438 -unknown101=3000 -onvartransmit=script1417 -onvartransmitlist=varplayer_821 - -// 428:5 -[com_5] -type=model -x=3 -y=274 -width=249 -height=74 -layer=com_1 -model=model_16350 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=63999 -unknown101=3000 - -// 428:6 -[com_6] -type=text -x=36 -y=291 -width=182 -height=32 -layer=com_1 -textfont=p12_full -text=Room %1 of 8
Thieving level required: %2 -textshadow=yes -colour=0xc8aa64 -onvartransmit=script1416 -onvartransmitlist=varplayer_822 - -// 428:7 -[com_7] -type=rectangle -x=35 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:8 -[com_8] -type=rectangle -x=42 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:9 -[com_9] -type=rectangle -x=49 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:10 -[com_10] -type=rectangle -x=56 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:11 -[com_11] -type=rectangle -x=63 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:12 -[com_12] -type=rectangle -x=70 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:13 -[com_13] -type=rectangle -x=77 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:14 -[com_14] -type=rectangle -x=84 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:15 -[com_15] -type=rectangle -x=91 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:16 -[com_16] -type=rectangle -x=98 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:17 -[com_17] -type=rectangle -x=105 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:18 -[com_18] -type=rectangle -x=112 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:19 -[com_19] -type=rectangle -x=119 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:20 -[com_20] -type=rectangle -x=126 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:21 -[com_21] -type=rectangle -x=133 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:22 -[com_22] -type=rectangle -x=140 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:23 -[com_23] -type=rectangle -x=147 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:24 -[com_24] -type=rectangle -x=154 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:25 -[com_25] -type=rectangle -x=161 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:26 -[com_26] -type=rectangle -x=168 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:27 -[com_27] -type=rectangle -x=175 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:28 -[com_28] -type=rectangle -x=182 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:29 -[com_29] -type=rectangle -x=189 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:30 -[com_30] -type=rectangle -x=196 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:31 -[com_31] -type=rectangle -x=203 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - -// 428:32 -[com_32] -type=rectangle -x=210 -y=326 -width=7 -height=7 -layer=com_1 -colour=0x000000 -fill=yes - diff --git a/dumps/530/interface/interface_429.if3 b/dumps/530/interface/interface_429.if3 deleted file mode 100644 index 41b0d4e1e..000000000 --- a/dumps/530/interface/interface_429.if3 +++ /dev/null @@ -1,769 +0,0 @@ -// 429:0 -[com_0] -type=rectangle -width=521 -height=344 -colour=0x46341d -fill=yes -trans=160 - -// 429:1 -[com_1] -type=graphic -x=12 -y=20 -width=488 -height=302 -graphic=tradebacking -tiling=yes - -// 429:2 -[com_2] -type=graphic -x=-1 -y=51 -width=25 -height=244 -graphic="v2_stone_borders,13" -tiling=yes - -// 429:3 -[com_3] -type=graphic -x=12 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 429:4 -[com_4] -type=graphic -x=482 -y=50 -width=33 -height=242 -graphic="v2_stone_borders,3" -tiling=yes - -// 429:5 -[com_5] -type=graphic -x=37 -y=7 -width=433 -height=35 -graphic="v2_stone_borders,0" -tiling=yes - -// 429:6 -[com_6] -type=graphic -x=37 -y=304 -width=434 -height=33 -graphic="v2_stone_borders,2" -tiling=yes - -// 429:7 -[com_7] -type=graphic -x=12 -y=292 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 429:8 -[com_8] -type=graphic -x=470 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 429:9 -[com_9] -type=graphic -x=470 -y=292 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 429:10 -[com_10] -type=model -x=18 -y=44 -width=84 -height=124 -model=model_39610 -modelorigin_x=1 -modelorigin_y=20 -modelangle_x=30 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62866 -unknown101=4663 -op1=Honest Jimmy - -// 429:11 -[com_11] -type=model -x=92 -y=76 -width=62 -height=91 -model=model_39639 -modelorigin_x=4 -modelorigin_y=5 -modelangle_x=36 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62822 -unknown101=4628 -op1=Bert the Sandman - -// 429:12 -[com_12] -type=model -x=162 -y=81 -width=55 -height=117 -model=model_39692 -modelorigin_x=4 -modelorigin_y=-15 -modelangle_x=15 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=63182 -unknown101=4591 -op1=Advisor Ghrim - -// 429:13 -[com_13] -type=model -width=87 -height=97 -layer=com_14 -model=model_39907 -modelorigin_x=3 -modelorigin_y=5 -modelangle_x=21 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62999 -unknown101=4734 -op1=Turael - -// 429:14 -[com_14] -type=layer -x=216 -y=73 -width=85 -height=113 - -// 429:15 -[com_15] -type=model -x=209 -y=61 -width=81 -height=109 -layer=com_16 -model=model_35469 -modelorigin_x=4 -modelorigin_y=5 -modelangle_x=2044 -modelangle_y=1969 -modelangle_z=0 -modelzoom=2208 -unknown100=0 -unknown101=4730 -op1=Spria - -// 429:16 -[com_16] -type=layer -x=8 -y=8 -width=512 -height=334 -hide=yes - -// 429:17 -[com_17] -type=model -x=293 -y=78 -width=60 -height=121 -model=model_39869 -modelorigin_x=5 -modelorigin_y=-13 -modelangle_x=27 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62994 -unknown101=4596 -op1=Lanthus - -// 429:18 -[com_18] -type=model -width=85 -height=164 -layer=com_19 -model=model_39954 -modelorigin_x=4 -modelorigin_y=-31 -modelangle_x=0 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62830 -unknown101=4721 -op1=Mazchna - -// 429:19 -[com_19] -type=layer -x=405 -y=73 -width=85 -height=113 - -// 429:20 -[com_20] -type=layer -x=406 -y=72 -width=85 -height=113 -hide=yes - -// 429:21 -[com_21] -type=model -x=-2 -y=1 -width=87 -height=96 -layer=com_20 -model=model_35498 -modelorigin_x=3 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62830 -unknown101=4723 -op1=Achtryn - -// 429:22 -[com_22] -type=text -x=14 -y=79 -width=65 -height=31 -layer=com_20 -textfont=p12_full -text=Achtryn -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Achtryn -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:23 -[com_23] -type=model -width=59 -height=89 -layer=com_24 -model=model_39789 -modelorigin_x=6 -modelorigin_y=3 -modelangle_x=20 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62727 -unknown101=4797 -op1=Duradel - -// 429:24 -[com_24] -type=layer -x=20 -y=195 -width=63 -height=102 - -// 429:25 -[com_25] -type=model -x=22 -y=201 -width=59 -height=85 -layer=com_26 -model=model_35497 -modelorigin_x=6 -modelorigin_y=1 -modelangle_x=9 -modelangle_y=1993 -modelangle_z=0 -modelzoom=2208 -unknown100=0 -unknown101=4610 -op1=Lapalok - -// 429:26 -[com_26] -type=layer -y=-2 -width=512 -height=334 -hide=yes - -// 429:27 -[com_27] -type=model -x=352 -y=81 -width=66 -height=87 -model=model_34607 -modelorigin_x=3 -modelorigin_y=3 -modelangle_x=33 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62835 -unknown101=4604 -op1=Sumona - -// 429:28 -[com_28] -type=model -x=88 -y=197 -width=60 -height=111 -model=model_39680 -modelorigin_x=5 -modelorigin_y=-12 -modelangle_x=9 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62839 -unknown101=4598 -op1=Vannaka - -// 429:29 -[com_29] -type=model -x=219 -y=195 -width=63 -height=76 -model=model_16815 -modelorigin_x=5 -modelorigin_y=10 -modelangle_x=2041 -modelangle_y=1951 -modelangle_z=0 -modelzoom=1000 -unknown100=1000 -unknown101=2099 -op1=Chaeldar - -// 429:30 -[com_30] -type=model -x=154 -y=189 -width=65 -height=94 -model=model_39983 -modelorigin_x=3 -modelorigin_y=5 -modelangle_x=12 -modelangle_y=1996 -modelangle_z=0 -modelzoom=2200 -unknown100=62732 -unknown101=4800 -op1=Murphy - -// 429:31 -[com_31] -type=model -x=267 -y=194 -width=51 -height=68 -model=null -modelorigin_x=-5 -modelorigin_y=10 -modelangle_x=21 -modelangle_y=126 -modelangle_z=0 -modelzoom=1200 -unknown100=33790 -unknown101=1200 -opbase= -op1=Chaeldar - -// 429:32 -[com_32] -type=model -x=286 -y=198 -width=62 -height=86 -model=model_40006 -modelorigin_x=4 -modelorigin_y=1 -modelangle_x=20 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62782 -unknown101=4809 -op1=Cyrisus - -// 429:33 -[com_33] -type=text -x=285 -y=271 -width=67 -height=26 -textfont=p12_full -text=Cyrisus -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Cyrisus -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:34 -[com_34] -type=model -x=346 -y=181 -width=82 -height=103 -model=model_39697 -modelorigin_x=3 -modelorigin_y=9 -modelangle_x=0 -modelangle_y=1999 -modelangle_z=0 -modelzoom=2200 -unknown100=62830 -unknown101=4620 -op1=Larry - -// 429:35 -[com_35] -type=model -x=436 -y=208 -width=34 -height=60 -model=model_24991 -modelorigin_x=0 -modelorigin_y=4 -modelangle_x=60 -modelangle_y=1918 -modelangle_z=0 -modelzoom=1307 -unknown100=64040 -unknown101=2648 -op1=Random - -// 429:36 -[com_36] -type=text -x=31 -y=271 -width=48 -height=30 -layer=com_26 -textfont=p12_full -text=Lapalok -textshadow=yes -colour=0xff981f -op1=Lapalok - -// 429:37 -[com_37] -type=text -x=233 -y=147 -width=32 -height=32 -layer=com_16 -textfont=p12_full -text=Spria -textshadow=yes -colour=0xff981f -op1=Spria - -// 429:38 -[com_38] -type=text -x=23 -y=155 -width=64 -height=32 -textfont=p12_full -text=Honest
Jimmy -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Honest Jimmy -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:39 -[com_39] -type=text -x=92 -y=155 -width=65 -height=31 -textfont=p12_full -text=Bert the
Sandman -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Bert the Sandman -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:40 -[com_40] -type=text -x=156 -y=155 -width=67 -height=31 -textfont=p12_full -text=Advisor
Ghrim -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Advisor Ghrim -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:41 -[com_41] -type=text -x=17 -y=82 -width=51 -height=31 -layer=com_14 -textfont=p12_full -text=Turael -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Turael -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:42 -[com_42] -type=text -x=360 -y=155 -width=51 -height=31 -textfont=p12_full -text=Sumona -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Sumona -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:43 -[com_43] -type=text -x=296 -y=155 -width=57 -height=31 -textfont=p12_full -text=Lanthus -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Lanthus -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:44 -[com_44] -type=text -x=15 -y=82 -width=65 -height=31 -layer=com_19 -textfont=p12_full -text=Mazchna -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Mazchna -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:45 -[com_45] -type=text -y=76 -width=63 -height=26 -layer=com_24 -textfont=p12_full -text=Duradel -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Duradel -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:46 -[com_46] -type=text -x=90 -y=271 -width=61 -height=26 -textfont=p12_full -text=Vannaka -textalignh=1 -textshadow=yes -colour=0xff981f -opbase= -op1=Vannaka -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:47 -[com_47] -type=text -x=151 -y=271 -width=68 -height=26 -textfont=p12_full -text=Murphy -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Murphy -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:48 -[com_48] -type=text -x=218 -y=271 -width=73 -height=26 -textfont=p12_full -text=Chaeldar -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Chaeldar -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:49 -[com_49] -type=text -x=368 -y=271 -width=32 -height=32 -textfont=p12_full -text=Larry -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Larry -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:50 -[com_50] -type=text -x=418 -y=271 -width=67 -height=26 -textfont=p12_full -text=Random -textalignh=1 -textshadow=yes -colour=0xff981f -opbase= -op1=Random -onmouseover=script45(event_com, 0xf1b670) -onmouseleave=script45(event_com, 0xff981f) - -// 429:51 -[com_51] -type=graphic -x=471 -y=26 -width=23 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 429:52 -[com_52] -type=text -x=79 -y=33 -width=352 -height=17 -textfont=b12_full -text=Choose a character -textalignh=1 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_43.if b/dumps/530/interface/interface_43.if deleted file mode 100644 index 68df837a6..000000000 --- a/dumps/530/interface/interface_43.if +++ /dev/null @@ -1,816 +0,0 @@ -// 43:0 -[com_0] - -// 43:1 -[com_1] - -// 43:2 -[com_2] - -// 43:3 -[com_3] - -// 43:4 -[com_4] - -// 43:5 -[com_5] - -// 43:6 -[com_6] - -// 43:7 -[com_7] - -// 43:8 -[com_8] - -// 43:9 -[com_9] - -// 43:10 -[com_10] - -// 43:11 -[com_11] - -// 43:12 -[com_12] - -// 43:13 -[com_13] - -// 43:14 -[com_14] - -// 43:15 -[com_15] - -// 43:16 -[com_16] - -// 43:17 -[com_17] - -// 43:18 -[com_18] - -// 43:19 -[com_19] - -// 43:20 -[com_20] - -// 43:21 -[com_21] - -// 43:22 -[com_22] - -// 43:23 -[com_23] - -// 43:24 -[com_24] - -// 43:25 -[com_25] - -// 43:26 -[com_26] - -// 43:27 -[com_27] - -// 43:28 -[com_28] - -// 43:29 -[com_29] - -// 43:30 -[com_30] - -// 43:31 -[com_31] - -// 43:32 -[com_32] - -// 43:33 -[com_33] - -// 43:34 -[com_34] - -// 43:35 -[com_35] - -// 43:36 -[com_36] - -// 43:37 -[com_37] - -// 43:38 -[com_38] - -// 43:39 -[com_39] - -// 43:40 -[com_40] - -// 43:41 -[com_41] - -// 43:42 -[com_42] - -// 43:43 -[com_43] - -// 43:44 -[com_44] - -// 43:45 -[com_45] - -// 43:46 -[com_46] - -// 43:47 -[com_47] - -// 43:48 -[com_48] - -// 43:49 -[com_49] - -// 43:50 -[com_50] - -// 43:51 -[com_51] - -// 43:52 -[com_52] - -// 43:53 -[com_53] - -// 43:54 -[com_54] - -// 43:55 -[com_55] - -// 43:56 -[com_56] - -// 43:57 -[com_57] - -// 43:58 -[com_58] - -// 43:59 -[com_59] - -// 43:60 -[com_60] - -// 43:61 -[com_61] - -// 43:62 -[com_62] - -// 43:63 -[com_63] - -// 43:64 -[com_64] - -// 43:65 -[com_65] - -// 43:66 -[com_66] - -// 43:67 -[com_67] - -// 43:68 -[com_68] - -// 43:69 -[com_69] - -// 43:70 -[com_70] - -// 43:71 -[com_71] - -// 43:72 -[com_72] - -// 43:73 -[com_73] - -// 43:74 -[com_74] - -// 43:75 -[com_75] - -// 43:76 -[com_76] - -// 43:77 -[com_77] - -// 43:78 -[com_78] - -// 43:79 -[com_79] - -// 43:80 -[com_80] - -// 43:81 -[com_81] - -// 43:82 -[com_82] - -// 43:83 -[com_83] - -// 43:84 -[com_84] - -// 43:85 -[com_85] - -// 43:86 -[com_86] - -// 43:87 -[com_87] - -// 43:88 -[com_88] - -// 43:89 -[com_89] - -// 43:90 -[com_90] - -// 43:91 -[com_91] - -// 43:92 -[com_92] - -// 43:93 -[com_93] - -// 43:94 -[com_94] - -// 43:95 -[com_95] - -// 43:96 -[com_96] - -// 43:97 -[com_97] - -// 43:98 -[com_98] - -// 43:99 -[com_99] - -// 43:100 -[com_100] - -// 43:101 -[com_101] - -// 43:102 -[com_102] - -// 43:103 -[com_103] - -// 43:104 -[com_104] - -// 43:105 -[com_105] - -// 43:106 -[com_106] - -// 43:107 -[com_107] - -// 43:108 -[com_108] - -// 43:109 -[com_109] - -// 43:110 -[com_110] - -// 43:111 -[com_111] - -// 43:112 -[com_112] - -// 43:113 -[com_113] - -// 43:114 -[com_114] - -// 43:115 -[com_115] - -// 43:116 -[com_116] - -// 43:117 -[com_117] - -// 43:118 -[com_118] - -// 43:119 -[com_119] - -// 43:120 -[com_120] - -// 43:121 -[com_121] - -// 43:122 -[com_122] - -// 43:123 -[com_123] - -// 43:124 -[com_124] - -// 43:125 -[com_125] - -// 43:126 -[com_126] - -// 43:127 -[com_127] - -// 43:128 -[com_128] - -// 43:129 -[com_129] - -// 43:130 -[com_130] - -// 43:131 -[com_131] - -// 43:132 -[com_132] - -// 43:133 -[com_133] - -// 43:134 -[com_134] - -// 43:135 -[com_135] - -// 43:136 -[com_136] - -// 43:137 -[com_137] - -// 43:138 -[com_138] - -// 43:139 -[com_139] - -// 43:140 -[com_140] - -// 43:141 -[com_141] - -// 43:142 -[com_142] - -// 43:143 -[com_143] - -// 43:144 -[com_144] - -// 43:145 -[com_145] - -// 43:146 -[com_146] - -// 43:147 -[com_147] - -// 43:148 -[com_148] - -// 43:149 -[com_149] - -// 43:150 -[com_150] - -// 43:151 -[com_151] - -// 43:152 -[com_152] - -// 43:153 -[com_153] - -// 43:154 -[com_154] - -// 43:155 -[com_155] - -// 43:156 -[com_156] - -// 43:157 -[com_157] - -// 43:158 -[com_158] - -// 43:159 -[com_159] - -// 43:160 -[com_160] - -// 43:161 -[com_161] - -// 43:162 -[com_162] - -// 43:163 -[com_163] - -// 43:164 -[com_164] - -// 43:165 -[com_165] - -// 43:166 -[com_166] - -// 43:167 -[com_167] - -// 43:168 -[com_168] - -// 43:169 -[com_169] - -// 43:170 -[com_170] - -// 43:171 -[com_171] - -// 43:172 -[com_172] - -// 43:173 -[com_173] - -// 43:174 -[com_174] - -// 43:175 -[com_175] - -// 43:176 -[com_176] - -// 43:177 -[com_177] - -// 43:178 -[com_178] - -// 43:179 -[com_179] - -// 43:180 -[com_180] - -// 43:181 -[com_181] - -// 43:182 -[com_182] - -// 43:183 -[com_183] - -// 43:184 -[com_184] - -// 43:185 -[com_185] - -// 43:186 -[com_186] - -// 43:187 -[com_187] - -// 43:188 -[com_188] - -// 43:189 -[com_189] - -// 43:190 -[com_190] - -// 43:191 -[com_191] - -// 43:192 -[com_192] - -// 43:193 -[com_193] - -// 43:194 -[com_194] - -// 43:195 -[com_195] - -// 43:196 -[com_196] - -// 43:197 -[com_197] - -// 43:198 -[com_198] - -// 43:199 -[com_199] - -// 43:200 -[com_200] - -// 43:201 -[com_201] - -// 43:202 -[com_202] - -// 43:203 -[com_203] - -// 43:204 -[com_204] - -// 43:205 -[com_205] - -// 43:206 -[com_206] - -// 43:207 -[com_207] - -// 43:208 -[com_208] - -// 43:209 -[com_209] - -// 43:210 -[com_210] - -// 43:211 -[com_211] - -// 43:212 -[com_212] - -// 43:213 -[com_213] - -// 43:214 -[com_214] - -// 43:215 -[com_215] - -// 43:216 -[com_216] - -// 43:217 -[com_217] - -// 43:218 -[com_218] - -// 43:219 -[com_219] - -// 43:220 -[com_220] - -// 43:221 -[com_221] - -// 43:222 -[com_222] - -// 43:223 -[com_223] - -// 43:224 -[com_224] - -// 43:225 -[com_225] - -// 43:226 -[com_226] - -// 43:227 -[com_227] - -// 43:228 -[com_228] - -// 43:229 -[com_229] - -// 43:230 -[com_230] - -// 43:231 -[com_231] - -// 43:232 -[com_232] - -// 43:233 -[com_233] - -// 43:234 -[com_234] - -// 43:235 -[com_235] - -// 43:236 -[com_236] - -// 43:237 -[com_237] - -// 43:238 -[com_238] - -// 43:239 -[com_239] - -// 43:240 -[com_240] - -// 43:241 -[com_241] - -// 43:242 -[com_242] - -// 43:243 -[com_243] - -// 43:244 -[com_244] - -// 43:245 -[com_245] - -// 43:246 -[com_246] - -// 43:247 -[com_247] - -// 43:248 -[com_248] - -// 43:249 -[com_249] - -// 43:250 -[com_250] - -// 43:251 -[com_251] - -// 43:252 -[com_252] - -// 43:253 -[com_253] - -// 43:254 -[com_254] - -// 43:255 -[com_255] - -// 43:256 -[com_256] - -// 43:257 -[com_257] - -// 43:258 -[com_258] - -// 43:259 -[com_259] - -// 43:260 -[com_260] - -// 43:261 -[com_261] - -// 43:262 -[com_262] - -// 43:263 -[com_263] - -// 43:264 -[com_264] - -// 43:265 -[com_265] - -// 43:266 -[com_266] - -// 43:267 -[com_267] - -// 43:268 -[com_268] - -// 43:269 -[com_269] - -// 43:270 -[com_270] - -// 43:271 -[com_271] - diff --git a/dumps/530/interface/interface_430.if3 b/dumps/530/interface/interface_430.if3 deleted file mode 100644 index 4a61f950b..000000000 --- a/dumps/530/interface/interface_430.if3 +++ /dev/null @@ -1,599 +0,0 @@ -// 430:0 -[com_0] -type=graphic -x=133 -y=66 -width=24 -height=24 -graphic="lunar_magic_off,4" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,4", "lunar_magic_off,4", 75, "Barbarian Teleport", "Teleports you to the Barbarian Outpost", obj_9075, 2, obj_563, 2, obj_554, 3, null, string_0) - -// 430:1 -[com_1] -type=graphic -x=163 -y=8 -width=24 -height=24 -graphic="lunar_magic_off,16" -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,16", "lunar_magic_off,16", 68, "Cure Other", "Cure poisoned players", obj_9075, 1, obj_563, 1, obj_557, 10, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,16", "lunar_magic_off,16", 68, "Cure Other", "Cure poisoned players", obj_9075, 1, obj_563, 1, obj_557, 10, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:2 -[com_2] -type=graphic -x=40 -y=123 -width=24 -height=24 -graphic="lunar_magic_off,10" -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,10", "lunar_magic_off,10", 83, "Fertile Soil", "Fertilise a farming patch with super compost", obj_9075, 3, obj_561, 2, obj_557, 15, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,10", "lunar_magic_off,10", 83, "Fertile Soil", "Fertilise a farming patch with super compost", obj_9075, 3, obj_561, 2, obj_557, 15, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:3 -[com_3] -type=graphic -x=69 -y=66 -width=24 -height=24 -graphic="lunar_magic_off,22" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,22", "lunar_magic_off,22", 74, "Cure Group", "Cure poison on players", obj_9075, 2, obj_564, 2, obj_563, 2, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,22", "lunar_magic_off,22", 74, "Cure Group", "Cure poison on players", obj_9075, 2, obj_564, 2, obj_563, 2, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:4 -[com_4] -type=graphic -x=133 -y=8 -width=24 -height=24 -graphic="lunar_magic_off,25" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,25", "lunar_magic_off,25", 67, "NPC Contact", "Speak with varied NPCs", obj_9075, 1, obj_564, 1, obj_556, 2, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,25", "lunar_magic_off,25", 67, "NPC Contact", "Speak with varied NPCs", obj_9075, 1, obj_564, 1, obj_556, 2, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:5 -[com_5] -type=graphic -x=133 -y=153 -width=24 -height=24 -graphic="lunar_magic_off,15" -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,15", "lunar_magic_off,15", 91, "Energy Transfer", "Spend hitpoints and SA energy to give another SA and run energy", obj_9075, 3, obj_563, 2, obj_561, 1, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,15", "lunar_magic_off,15", 91, "Energy Transfer", "Spend hitpoints and SA energy to give another SA and run energy", obj_9075, 3, obj_563, 2, obj_561, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:6 -[com_6] -type=graphic -x=101 -y=8 -width=24 -height=24 -graphic="lunar_magic_off,34" -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,34", "lunar_magic_off,34", 66, "Monster Examine", "Detect the combat statistics of a monster", obj_9075, 1, obj_564, 1, obj_558, 1, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,34", "lunar_magic_off,34", 66, "Monster Examine", "Detect the combat statistics of a monster", obj_9075, 1, obj_564, 1, obj_558, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:7 -[com_7] -type=graphic -x=8 -y=37 -width=24 -height=24 -graphic="lunar_magic_off,35" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,35", "lunar_magic_off,35", 68, "Humidify", "Fills certain vessels with water", obj_9075, 1, obj_555, 3, obj_554, 1, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,35", "lunar_magic_off,35", 68, "Humidify", "Fills certain vessels with water", obj_9075, 1, obj_555, 3, obj_554, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:8 -[com_8] -type=graphic -x=164 -y=37 -width=24 -height=24 -graphic="lunar_magic_off,36" -op1=Cast -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,36", "lunar_magic_off,36", 71, "Hunter Kit", "Get a kit of hunter gear", obj_9075, 2, obj_557, 2, null, 0, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,36", "lunar_magic_off,36", 71, "Hunter Kit", "Get a kit of hunter gear", obj_9075, 2, obj_557, 2, null, 0, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:9 -[com_9] -type=graphic -x=101 -y=66 -width=24 -height=24 -graphic="lunar_magic_off,33" -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,33", "lunar_magic_off,33", 75, "Stat Spy", "Cast on another player to see their skill levels", obj_9075, 2, obj_564, 2, obj_559, 5, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,33", "lunar_magic_off,33", 75, "Stat Spy", "Cast on another player to see their skill levels", obj_9075, 2, obj_564, 2, obj_559, 5, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:10 -[com_10] -type=graphic -x=101 -y=95 -width=24 -height=24 -graphic="lunar_magic_off,37" -op1=Cast -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,37", "lunar_magic_off,37", 79, "Dream", "Take a rest and restore hitpoints 3 times faster", obj_9075, 2, obj_564, 1, obj_559, 5, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,37", "lunar_magic_off,37", 79, "Dream", "Take a rest and restore hitpoints 3 times faster", obj_9075, 2, obj_564, 1, obj_559, 5, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:11 -[com_11] -type=graphic -x=163 -y=124 -width=24 -height=24 -graphic="lunar_magic_off,38" -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,38", "lunar_magic_off,38", 86, "Plank Make", "Turn logs into planks", obj_9075, 2, obj_557, 15, obj_561, 1, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,38", "lunar_magic_off,38", 86, "Plank Make", "Turn logs into planks", obj_9075, 2, obj_557, 15, obj_561, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:12 -[com_12] -type=graphic -x=101 -y=182 -width=24 -height=24 -graphic="lunar_magic_off,39" -op1=Cast -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,39", "lunar_magic_off,39", 96, "Spellbook Swap", "Change to another spellbook for 1 spell cast", obj_9075, 3, obj_564, 2, obj_563, 1, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,39", "lunar_magic_off,39", 96, "Spellbook Swap", "Change to another spellbook for 1 spell cast", obj_9075, 3, obj_564, 2, obj_563, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:13 -[com_13] -type=graphic -x=8 -y=123 -width=24 -height=24 -graphic="lunar_magic_off,9" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,9", "lunar_magic_off,9", 82, "Magic Imbue", "Combine runes without a talisman", obj_9075, 2, obj_554, 7, obj_555, 7, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,9", "lunar_magic_off,9", 82, "Magic Imbue", "Combine runes without a talisman", obj_9075, 2, obj_554, 7, obj_555, 7, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:14 -[com_14] -type=graphic -x=37 -y=182 -width=24 -height=24 -graphic="lunar_magic_off,21" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,21", "lunar_magic_off,21", 94, "Vengeance", "Rebound damage to an opponent", obj_9075, 4, obj_560, 2, obj_557, 10, null, string_0) - -// 430:15 -[com_15] -type=graphic -x=37 -y=8 -width=24 -height=24 -graphic="lunar_magic_off,0" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,0", "lunar_magic_off,0", 65, "Bake Pie", "Bake pies without a stove", obj_9075, 1, obj_554, 5, obj_555, 4, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,0", "lunar_magic_off,0", 65, "Bake Pie", "Bake pies without a stove", obj_9075, 1, obj_554, 5, obj_555, 4, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:16 -[com_16] -type=graphic -x=8 -y=8 -width=24 -height=24 -graphic="magicon2,37" -op1=Cast -onload=script6(event_com, interface_430:com_46, "magicon2,37", "magicoff2,37", 0, "Lunar Home Teleport", "Requires no runes - recharge time 30 mins. Warning: This spell takes a long time to cast and will be interrupted by combat.", null, 0, null, 0, null, 0, null, string_0) - -// 430:17 -[com_17] -type=graphic -x=101 -y=124 -width=24 -height=24 -graphic="lunar_magic_off,12" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,12", "lunar_magic_off,12", 85, "Fishing Guild Teleport", "Teleports you to the Fishing Guild", obj_9075, 3, obj_563, 3, obj_555, 10, null, string_0) - -// 430:18 -[com_18] -type=graphic -x=40 -y=95 -width=24 -height=24 -graphic="lunar_magic_off,6" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,6", "lunar_magic_off,6", 78, "Khazard Teleport", "Teleports you to Port Khazard", obj_9075, 2, obj_563, 2, obj_555, 4, null, string_0) - -// 430:19 -[com_19] -type=graphic -x=8 -y=182 -width=24 -height=24 -graphic="lunar_magic_off,18" -opbase=bb -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,18", "lunar_magic_off,18", 93, "Vengeance Other", "Allows another player to rebound damage to an opponent", obj_9075, 3, obj_560, 2, obj_557, 10, null, string_0) - -// 430:20 -[com_20] -type=graphic -x=37 -y=37 -width=24 -height=24 -graphic="lunar_magic_off,1" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,1", "lunar_magic_off,1", 69, "Moonclan Teleport", "Teleports you to Moonclan Island", obj_9075, 2, obj_563, 1, obj_557, 2, null, string_0) - -// 430:21 -[com_21] -type=graphic -x=8 -y=153 -width=24 -height=24 -graphic="lunar_magic_off,13" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,13", "lunar_magic_off,13", 87, "Catherby Teleport", "Teleports you to Catherby", obj_9075, 3, obj_563, 3, obj_555, 10, null, string_0) - -// 430:22 -[com_22] -type=graphic -x=133 -y=95 -width=24 -height=24 -graphic="lunar_magic_off,7" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,7", "lunar_magic_off,7", 80, "String Jewellery", "String amulets without wool", obj_9075, 2, obj_557, 10, obj_555, 5, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,7", "lunar_magic_off,7", 80, "String Jewellery", "String amulets without wool", obj_9075, 2, obj_557, 10, obj_555, 5, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:23 -[com_23] -type=graphic -x=133 -y=37 -width=24 -height=24 -graphic="lunar_magic_off,19" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,19", "lunar_magic_off,19", 71, "Cure Me", "Cure Poison", obj_9075, 2, obj_564, 2, obj_563, 1, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,19", "lunar_magic_off,19", 71, "Cure Me", "Cure Poison", obj_9075, 2, obj_564, 2, obj_563, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:24 -[com_24] -type=graphic -x=10 -y=66 -width=24 -height=24 -graphic="lunar_magic_off,2" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,2", "lunar_magic_off,2", 72, "Waterbirth Teleport", "Teleports you to Waterbirth Island", obj_9075, 2, obj_563, 1, obj_555, 1, null, string_0) - -// 430:25 -[com_25] -type=graphic -x=9 -y=95 -width=24 -height=24 -graphic="lunar_magic_off,5" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,5", "lunar_magic_off,5", 77, "Superglass Make", "Make glass without a furnace", obj_9075, 2, obj_554, 6, obj_556, 10, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,5", "lunar_magic_off,5", 77, "Superglass Make", "Make glass without a furnace", obj_9075, 2, obj_554, 6, obj_556, 10, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:26 -[com_26] -type=graphic -x=69 -y=123 -width=24 -height=24 -graphic="lunar_magic_off,8" -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,8", "lunar_magic_off,8", 84, "Boost Potion Share", "Shares a potion with up to 4 nearby players", obj_9075, 3, obj_557, 12, obj_555, 10, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,8", "lunar_magic_off,8", 84, "Boost Potion Share", "Shares a potion with up to 4 nearby players", obj_9075, 3, obj_557, 12, obj_555, 10, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:27 -[com_27] -type=graphic -x=163 -y=95 -width=24 -height=24 -graphic="lunar_magic_off,11" -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,11", "lunar_magic_off,11", 81, "Stat Restore Pot Share", "Shares a potion with up to 4 nearby players", obj_9075, 2, obj_557, 10, obj_555, 10, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,11", "lunar_magic_off,11", 81, "Stat Restore Pot Share", "Shares a potion with up to 4 nearby players", obj_9075, 2, obj_557, 10, obj_555, 10, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:28 -[com_28] -type=graphic -x=69 -y=153 -width=24 -height=24 -graphic="lunar_magic_off,14" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,14", "lunar_magic_off,14", 89, "Ice Plateau Teleport", "Teleports you to Ice Plateau", obj_9075, 3, obj_563, 3, obj_555, 8, null, string_0) - -// 430:29 -[com_29] -type=graphic -x=163 -y=153 -width=24 -height=24 -graphic="lunar_magic_off,17" -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,17", "lunar_magic_off,17", 92, "Heal Other", "Transfers up to 75% of hitpoints to another player", obj_9075, 3, obj_563, 3, obj_565, 1, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,17", "lunar_magic_off,17", 92, "Heal Other", "Transfers up to 75% of hitpoints to another player", obj_9075, 3, obj_563, 3, obj_565, 1, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:30 -[com_30] -type=graphic -x=69 -y=182 -width=24 -height=24 -graphic="lunar_magic_off,23" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,23", "lunar_magic_off,23", 95, "Heal Group", "Transfers up to 75% of hitpoints to a group", obj_9075, 4, obj_565, 3, obj_563, 6, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,23", "lunar_magic_off,23", 95, "Heal Group", "Transfers up to 75% of hitpoints to a group", obj_9075, 4, obj_565, 3, obj_563, 6, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:31 -[com_31] -type=graphic -x=101 -y=37 -width=24 -height=24 -graphic="lunar_magic_off,40" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,40", "lunar_magic_off,40", 71, "Ourania Teleport", "Teleports you to Ourania rune altar", obj_9075, 2, obj_563, 1, obj_557, 6, null, string_0) - -// 430:32 -[com_32] -type=graphic -x=69 -y=8 -width=24 -height=24 -graphic="lunar_magic_off,24" -targetverb=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,24", "lunar_magic_off,24", 66, "Cure Plant", "Cures disease on farming patch", obj_9075, 1, obj_557, 8, null, 0, null, string_0) -onvartransmit=script6(event_com, interface_430:com_46, "lunar_magic_on,24", "lunar_magic_off,24", 66, "Cure Plant", "Cures disease on farming patch", obj_9075, 1, obj_557, 8, null, 0, null, string_0) -onvartransmitlist=varplayer_1092 - -// 430:33 -[com_33] -type=graphic -x=69 -y=37 -width=24 -height=24 -graphic="lunar_magic_off,26" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,26", "lunar_magic_off,26", 70, "Tele Group Moonclan", "Teleports players to Moonclan Island", obj_9075, 2, obj_563, 1, obj_557, 4, null, string_0) - -// 430:34 -[com_34] -type=graphic -x=40 -y=66 -width=24 -height=24 -graphic="lunar_magic_off,27" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,27", "lunar_magic_off,27", 73, "Tele Group Waterbirth", "Teleports players to Waterbirth Island", obj_9075, 2, obj_563, 1, obj_555, 5, null, string_0) - -// 430:35 -[com_35] -type=graphic -x=163 -y=66 -width=24 -height=24 -graphic="lunar_magic_off,28" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,28", "lunar_magic_off,28", 76, "Tele Group Barbarian", "Teleports players to the Barbarian Outpost", obj_9075, 2, obj_563, 2, obj_554, 6, null, string_0) - -// 430:36 -[com_36] -type=graphic -x=69 -y=95 -width=24 -height=24 -graphic="lunar_magic_off,29" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,29", "lunar_magic_off,29", 79, "Tele Group Khazard", "Teleports players to Port Khazard", obj_9075, 2, obj_563, 2, obj_555, 8, null, string_0) - -// 430:37 -[com_37] -type=graphic -x=133 -y=124 -width=24 -height=24 -graphic="lunar_magic_off,30" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,30", "lunar_magic_off,30", 86, "Tele Group Fishing Guild", "Teleports players to the Fishing Guild", obj_9075, 3, obj_563, 3, obj_555, 14, null, string_0) - -// 430:38 -[com_38] -type=graphic -x=40 -y=153 -width=24 -height=24 -graphic="lunar_magic_off,31" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,31", "lunar_magic_off,31", 88, "Tele Group Catherby", "Teleports players to Catherby", obj_9075, 3, obj_563, 3, obj_555, 15, null, string_0) - -// 430:39 -[com_39] -type=graphic -x=101 -y=153 -width=24 -height=24 -graphic="lunar_magic_off,32" -op1=Cast -onload=script6(event_com, interface_430:com_46, "lunar_magic_on,32", "lunar_magic_off,32", 90, "Tele Group Ice Plateau", "Teleports players to Ice Plateau", obj_9075, 3, obj_563, 3, obj_555, 16, null, string_0) - -// 430:40 -[com_40] -type=graphic -x=43 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1701 -op1=Sort -onmouseleave=script2060(event_com) -onvartransmit=script2057 -onmouserepeat=script2061(event_com) -onclick=script2058(0) -onvartransmitlist=varplayer_1376 - -// 430:41 -[com_41] -type=graphic -x=24 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1702 -op1=Sort -op10= -onmouseleave=script2060(event_com) -onmouserepeat=script2061(event_com) -onclick=script2058(1) - -// 430:42 -[com_42] -type=graphic -x=5 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1702 -op1=Sort -op10= -onmouseleave=script2060(event_com) -onmouserepeat=script2061(event_com) -onclick=script2058(2) - -// 430:43 -[com_43] -type=graphic -x=43 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1704 -op10= - -// 430:44 -[com_44] -type=graphic -x=24 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1705 -op10= - -// 430:45 -[com_45] -type=graphic -x=5 -y=5 -width=20 -height=20 -xmode=abs_right -ymode=abs_bottom -graphic=graphic_1706 -op10= - -// 430:46 -[com_46] -type=layer -width=190 -height=261 -opbase=bb - -// 430:47 -[com_47] -type=layer -y=29 -width=10 -height=20 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom - -// 430:48 -[com_48] -type=layer -x=3 -y=2 -width=42 -height=14 -layer=com_47 - diff --git a/dumps/530/interface/interface_431.if3 b/dumps/530/interface/interface_431.if3 deleted file mode 100644 index fdf408362..000000000 --- a/dumps/530/interface/interface_431.if3 +++ /dev/null @@ -1,462 +0,0 @@ -// 431:0 -[com_0] -type=rectangle -width=512 -height=400 -layer=com_14 -colour=0x282822 -fill=yes - -// 431:1 -[com_1] -type=model -x=16 -y=9 -width=495 -height=317 -layer=com_14 -model=model_4652 -modelorigin_x=-20 -modelorigin_y=-11 -modelangle_x=366 -modelangle_y=6 -modelangle_z=0 -modelzoom=899 -unknown100=64579 -unknown101=3000 - -// 431:2 -[com_2] -type=text -x=290 -y=184 -width=81 -height=50 -layer=com_14 -textfont=q8_full -text=Pirates'
Cove -textalignh=1 -textalignv=1 -colour=0x46320a - -// 431:3 -[com_3] -type=text -x=126 -y=137 -width=121 -height=66 -layer=com_14 -textfont=q8_full -text=Moonclan
Island -textalignh=1 -textalignv=1 -colour=0x46320a - -// 431:4 -[com_4] -type=model -x=141 -y=80 -width=250 -height=196 -layer=com_14 -model=model_16740 -modelorigin_x=0 -modelorigin_y=-8 -modelangle_x=338 -modelangle_y=0 -modelangle_z=0 -modelzoom=1406 -unknown100=64108 -unknown101=3000 - -// 431:5 -[com_5] -type=model -x=119 -y=268 -width=48 -height=29 -layer=com_14 -model=model_3387 -modelorigin_x=-3 -modelorigin_y=-3 -modelangle_x=304 -modelangle_y=1885 -modelangle_z=0 -modelzoom=801 -unknown100=64309 -unknown101=3000 - -// 431:6 -[com_6] -type=model -x=156 -y=263 -width=41 -height=37 -layer=com_14 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-6 -modelangle_x=370 -modelangle_y=195 -modelangle_z=0 -modelzoom=801 -unknown100=64291 -unknown101=3000 - -// 431:7 -[com_7] -type=model -x=332 -y=138 -width=47 -height=24 -layer=com_14 -model=model_3387 -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=232 -modelangle_y=1891 -modelangle_z=0 -modelzoom=815 -unknown100=64264 -unknown101=3000 - -// 431:8 -[com_8] -type=model -x=371 -y=136 -width=45 -height=30 -layer=com_14 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-9 -modelangle_x=364 -modelangle_y=111 -modelangle_z=0 -modelzoom=815 -unknown100=64246 -unknown101=3000 - -// 431:9 -[com_9] -type=model -x=174 -y=266 -width=48 -height=29 -layer=com_14 -model=model_3387 -modelorigin_x=-3 -modelorigin_y=-3 -modelangle_x=304 -modelangle_y=1885 -modelangle_z=0 -modelzoom=801 -unknown100=64272 -unknown101=3000 - -// 431:10 -[com_10] -type=model -x=211 -y=261 -width=41 -height=37 -layer=com_14 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-6 -modelangle_x=370 -modelangle_y=195 -modelangle_z=0 -modelzoom=801 -unknown100=64255 -unknown101=3000 - -// 431:11 -[com_11] -type=model -x=139 -y=74 -width=36 -height=18 -layer=com_14 -model=model_3387 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=232 -modelangle_y=1891 -modelangle_z=0 -modelzoom=1071 -unknown100=63913 -unknown101=3000 - -// 431:12 -[com_12] -type=model -x=167 -y=74 -width=28 -height=18 -layer=com_14 -model=model_3387 -modelorigin_x=-1 -modelorigin_y=-5 -modelangle_x=364 -modelangle_y=111 -modelangle_z=0 -modelzoom=1327 -unknown100=63847 -unknown101=3000 - -// 431:13 -[com_13] -type=model -x=247 -y=106 -width=221 -height=213 -layer=com_14 -model=model_16741 -modelorigin_x=-44 -modelorigin_y=-13 -modelangle_x=376 -modelangle_y=0 -modelangle_z=0 -modelzoom=2406 -modelanim=seq_4403 -unknown100=63759 -unknown101=3000 - -// 431:14 -[com_14] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 431:15 -[com_15] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 431:16 -[com_16] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_15 - -// 431:17 -[com_17] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 431:18 -[com_18] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 431:19 -[com_19] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 431:20 -[com_20] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 431:21 -[com_21] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 431:22 -[com_22] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 431:23 -[com_23] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 431:24 -[com_24] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 431:25 -[com_25] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_16 - -// 431:26 -[com_26] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_16 - -// 431:27 -[com_27] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_16 - -// 431:28 -[com_28] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_16 - -// 431:29 -[com_29] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_16 - -// 431:30 -[com_30] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_26 -graphic=tradebacking -tiling=yes -outline=2 - -// 431:31 -[com_31] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_25 -graphic=tradebacking -tiling=yes -outline=2 - -// 431:32 -[com_32] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_27 -graphic=tradebacking -tiling=yes -outline=2 - -// 431:33 -[com_33] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_28 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_432.if3 b/dumps/530/interface/interface_432.if3 deleted file mode 100644 index 0e8b441b8..000000000 --- a/dumps/530/interface/interface_432.if3 +++ /dev/null @@ -1,1655 +0,0 @@ -// 432:0 -[com_0] -type=layer -x=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 432:1 -[com_1] -type=graphic -x=14 -y=17 -width=484 -height=315 -layer=com_0 -graphic=tradebacking -tiling=yes -opbase= - -// 432:2 -[com_2] -type=graphic -y=21 -width=30 -height=309 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 432:3 -[com_3] -type=graphic -x=479 -y=20 -width=32 -height=309 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 432:4 -[com_4] -type=graphic -x=14 -y=313 -width=483 -height=29 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes - -// 432:5 -[com_5] -type=graphic -x=467 -y=301 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -opbase= - -// 432:6 -[com_6] -type=graphic -x=13 -y=301 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" - -// 432:7 -[com_7] -type=graphic -x=13 -y=16 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -opbase= - -// 432:8 -[com_8] -type=graphic -x=467 -y=16 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -opbase= - -// 432:9 -[com_9] -type=graphic -x=16 -y=33 -width=478 -height=31 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes - -// 432:10 -[com_10] -type=graphic -x=13 -y=35 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -tiling=yes - -// 432:11 -[com_11] -type=graphic -x=467 -y=35 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -tiling=yes - -// 432:12 -[com_12] -type=graphic -x=471 -y=27 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 432:13 -[com_13] -type=text -x=43 -y=28 -width=421 -height=13 -layer=com_0 -textfont=b12_full -text=Enchant Crossbow Bolt -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 432:14 -[com_14] -type=layer -x=37 -y=96 -width=40 -height=40 -layer=com_0 -opbase=Bolts -op1=Enchant - -// 432:15 -[com_15] -type=text -x=26 -y=77 -width=60 -height=14 -layer=com_0 -textfont=p12_full -text=Magic 4 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script540(event_com, 4) -onvartransmit=script540(event_com, 4) -onvartransmitlist=varplayer_1092 - -// 432:16 -[com_16] -type=text -x=26 -y=61 -width=60 -height=14 -layer=com_0 -textfont=p12_full -text=Opal -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script539(event_com, obj_879) - -// 432:17 -[com_17] -type=model -x=34 -y=98 -width=40 -height=43 -layer=com_0 -model=model_16871 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=483 -modelangle_y=135 -modelangle_z=0 -modelzoom=500 -unknown100=64138 -unknown101=3000 - -// 432:18 -[com_18] -type=layer -x=229 -y=96 -width=40 -height=40 -layer=com_0 -opbase=Bolts -op1=Enchant - -// 432:19 -[com_19] -type=text -x=231 -y=60 -width=49 -height=13 -layer=com_0 -textfont=p12_full -text=Jade -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script539(event_com, obj_9335) - -// 432:20 -[com_20] -type=text -x=220 -y=77 -width=69 -height=14 -layer=com_0 -textfont=p12_full -text=Magic 14 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script540(event_com, 14) -onvartransmit=script540(event_com, 14) -onvartransmitlist=varplayer_1092 - -// 432:21 -[com_21] -type=model -x=227 -y=98 -width=40 -height=43 -layer=com_0 -model=model_16871 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=483 -modelangle_y=135 -modelangle_z=0 -modelzoom=500 -unknown100=64138 -unknown101=3000 - -// 432:22 -[com_22] -type=layer -x=328 -y=95 -width=40 -height=40 -layer=com_0 -opbase=Bolts -op1=Enchant - -// 432:23 -[com_23] -type=text -x=326 -y=60 -width=47 -height=13 -layer=com_0 -textfont=p12_full -text=Pearl -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script539(event_com, obj_880) - -// 432:24 -[com_24] -type=text -x=320 -y=77 -width=62 -height=13 -layer=com_0 -textfont=p12_full -text=Magic 24 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script540(event_com, 24) -onvartransmit=script540(event_com, 24) -onvartransmitlist=varplayer_1092 - -// 432:25 -[com_25] -type=model -x=326 -y=97 -width=40 -height=43 -layer=com_0 -model=model_16871 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=483 -modelangle_y=135 -modelangle_z=0 -modelzoom=500 -unknown100=64138 -unknown101=3000 - -// 432:26 -[com_26] -type=layer -x=47 -y=226 -width=40 -height=40 -layer=com_0 -opbase=Bolts -op1=Enchant - -// 432:27 -[com_27] -type=text -x=35 -y=207 -width=76 -height=13 -layer=com_0 -textfont=p12_full -text=Magic 29 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script540(event_com, 29) -onvartransmit=script540(event_com, 29) -onvartransmitlist=varplayer_1092 - -// 432:28 -[com_28] -type=model -x=45 -y=228 -width=40 -height=43 -layer=com_0 -model=model_16871 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=483 -modelangle_y=135 -modelangle_z=0 -modelzoom=500 -unknown100=64138 -unknown101=3000 - -// 432:29 -[com_29] -type=layer -x=131 -y=96 -width=40 -height=40 -layer=com_0 -opbase=Bolts -op1=Enchant - -// 432:30 -[com_30] -type=text -x=120 -y=77 -width=72 -height=13 -layer=com_0 -textfont=p12_full -text=Magic 7 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script540(event_com, 7) -onvartransmit=script540(event_com, 7) -onvartransmitlist=varplayer_1092 - -// 432:31 -[com_31] -type=model -x=128 -y=98 -width=40 -height=43 -layer=com_0 -model=model_16871 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=483 -modelangle_y=135 -modelangle_z=0 -modelzoom=500 -unknown100=64138 -unknown101=3000 - -// 432:32 -[com_32] -type=layer -x=421 -y=96 -width=40 -height=40 -layer=com_0 -opbase=Bolts -op1=Enchant - -// 432:33 -[com_33] -type=text -x=411 -y=76 -width=62 -height=14 -layer=com_0 -textfont=p12_full -text=Magic 27 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script540(event_com, 27) -onvartransmit=script540(event_com, 27) -onvartransmitlist=varplayer_1092 - -// 432:34 -[com_34] -type=model -x=418 -y=98 -width=40 -height=43 -layer=com_0 -model=model_16871 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=483 -modelangle_y=135 -modelangle_z=0 -modelzoom=500 -unknown100=64138 -unknown101=3000 - -// 432:35 -[com_35] -type=layer -x=133 -y=226 -width=40 -height=40 -layer=com_0 -opbase=Bolts -op1=Enchant - -// 432:36 -[com_36] -type=text -x=120 -y=206 -width=67 -height=15 -layer=com_0 -textfont=p12_full -text=Magic 49 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script540(event_com, 49) -onvartransmit=script540(event_com, 49) -onvartransmitlist=varplayer_1092 - -// 432:37 -[com_37] -type=model -x=131 -y=228 -width=40 -height=43 -layer=com_0 -model=model_16871 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=483 -modelangle_y=135 -modelangle_z=0 -modelzoom=500 -unknown100=64138 -unknown101=3000 - -// 432:38 -[com_38] -type=layer -x=227 -y=226 -width=40 -height=40 -layer=com_0 -opbase=Bolts -op1=Enchant - -// 432:39 -[com_39] -type=text -x=215 -y=206 -width=70 -height=13 -layer=com_0 -textfont=p12_full -text=Magic 57 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script540(event_com, 57) -onvartransmit=script540(event_com, 57) -onvartransmitlist=varplayer_1092 - -// 432:40 -[com_40] -type=model -x=224 -y=228 -width=40 -height=43 -layer=com_0 -model=model_16871 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=483 -modelangle_y=135 -modelangle_z=0 -modelzoom=500 -unknown100=64138 -unknown101=3000 - -// 432:41 -[com_41] -type=layer -x=321 -y=226 -width=40 -height=40 -layer=com_0 -opbase=Bolts -op1=Enchant - -// 432:42 -[com_42] -type=text -x=300 -y=206 -width=95 -height=15 -layer=com_0 -textfont=p12_full -text=Magic 68 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script540(event_com, 68) -onvartransmit=script540(event_com, 68) -onvartransmitlist=varplayer_1092 - -// 432:43 -[com_43] -type=model -x=319 -y=228 -width=40 -height=43 -layer=com_0 -model=model_16871 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=483 -modelangle_y=135 -modelangle_z=0 -modelzoom=500 -unknown100=64138 -unknown101=3000 - -// 432:44 -[com_44] -type=layer -x=420 -y=226 -width=40 -height=40 -layer=com_0 -opbase=Bolts -op1=Enchant - -// 432:45 -[com_45] -type=text -x=406 -y=206 -width=73 -height=11 -layer=com_0 -textfont=p12_full -text=Magic 87 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script540(event_com, 87) -onvartransmit=script540(event_com, 87) -onvartransmitlist=varplayer_1092 - -// 432:46 -[com_46] -type=model -x=418 -y=228 -width=40 -height=43 -layer=com_0 -model=model_16871 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=483 -modelangle_y=135 -modelangle_z=0 -modelzoom=500 -unknown100=64138 -unknown101=3000 - -// 432:47 -[com_47] -type=text -x=28 -y=167 -width=23 -height=11 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_564, 1) - -// 432:48 -[com_48] -type=model -x=30 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:49 -[com_49] -type=text -x=220 -y=167 -width=23 -height=11 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_564, 1) - -// 432:50 -[com_50] -type=model -x=222 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:51 -[com_51] -type=text -x=318 -y=167 -width=23 -height=11 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_564, 1) - -// 432:52 -[com_52] -type=model -x=320 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:53 -[com_53] -type=text -x=30 -y=297 -width=23 -height=11 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_564, 1) - -// 432:54 -[com_54] -type=model -x=32 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:55 -[com_55] -type=text -x=111 -y=167 -width=23 -height=11 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_564, 1) - -// 432:56 -[com_56] -type=model -x=113 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:57 -[com_57] -type=text -x=402 -y=167 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_564, 1) - -// 432:58 -[com_58] -type=model -x=404 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:59 -[com_59] -type=text -x=106 -y=297 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_564, 1) - -// 432:60 -[com_60] -type=model -x=108 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:61 -[com_61] -type=text -x=206 -y=297 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_564, 1) - -// 432:62 -[com_62] -type=model -x=208 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:63 -[com_63] -type=text -x=302 -y=297 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_564, 1) - -// 432:64 -[com_64] -type=model -x=305 -y=275 -width=20 -height=19 -layer=com_0 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1028 -unknown100=63916 -unknown101=3000 - -// 432:65 -[com_65] -type=text -x=399 -y=297 -width=25 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_564, 1) - -// 432:66 -[com_66] -type=model -x=401 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:67 -[com_67] -type=model -x=61 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2405 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:68 -[com_68] -type=text -x=59 -y=167 -width=23 -height=11 -layer=com_0 -textfont=p11_full -text=%1/2 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_556, 2) - -// 432:69 -[com_69] -type=model -x=333 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2737 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:70 -[com_70] -type=text -x=331 -y=297 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/15 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_557, 15) - -// 432:71 -[com_71] -type=model -x=254 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2737 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:72 -[com_72] -type=text -x=252 -y=167 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/2 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_557, 2) - -// 432:73 -[com_73] -type=model -x=352 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2652 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:74 -[com_74] -type=text -x=350 -y=167 -width=25 -height=12 -layer=com_0 -textfont=p11_full -text=%1/2 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_555, 2) - -// 432:75 -[com_75] -type=model -x=64 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:76 -[com_76] -type=text -x=63 -y=297 -width=25 -height=12 -layer=com_0 -textfont=p11_full -text=%1/2 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_554, 2) - -// 432:77 -[com_77] -type=model -x=173 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2481 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:78 -[com_78] -type=text -x=172 -y=167 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_558, 1) - -// 432:79 -[com_79] -type=model -x=143 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2652 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:80 -[com_80] -type=text -x=141 -y=167 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_555, 1) - -// 432:81 -[com_81] -type=model -x=168 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2665 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:82 -[com_82] -type=text -x=167 -y=297 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_565, 1) - -// 432:83 -[com_83] -type=model -x=138 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:84 -[com_84] -type=text -x=136 -y=297 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/5 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_554, 5) - -// 432:85 -[com_85] -type=model -x=435 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2405 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:86 -[com_86] -type=text -x=434 -y=167 -width=25 -height=12 -layer=com_0 -textfont=p11_full -text=%1/3 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_556, 3) - -// 432:87 -[com_87] -type=model -x=267 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2382 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:88 -[com_88] -type=text -x=265 -y=297 -width=26 -height=11 -layer=com_0 -textfont=p11_full -text=%1/2 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_563, 2) - -// 432:89 -[com_89] -type=model -x=462 -y=273 -width=22 -height=22 -layer=com_0 -model=model_2645 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:90 -[com_90] -type=text -x=460 -y=297 -width=25 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_560, 1) - -// 432:91 -[com_91] -type=model -x=362 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2434 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:92 -[com_92] -type=text -x=360 -y=297 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_566, 1) - -// 432:93 -[com_93] -type=model -x=464 -y=144 -width=22 -height=21 -layer=com_0 -model=model_2734 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:94 -[com_94] -type=text -x=463 -y=167 -width=23 -height=12 -layer=com_0 -textfont=p11_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_561, 1) - -// 432:95 -[com_95] -type=text -x=50 -y=299 -width=400 -height=32 -layer=com_0 -textfont=p11_full -text=Click on the bolts to enchant a maximum of 10. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff991f - -// 432:96 -[com_96] -type=text -x=34 -y=189 -width=78 -height=14 -layer=com_0 -textfont=p12_full -text=Red Topaz -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script539(event_com, obj_9336) - -// 432:97 -[com_97] -type=text -x=124 -y=60 -width=66 -height=14 -layer=com_0 -textfont=p12_full -text=Sapphire -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script539(event_com, obj_9337) - -// 432:98 -[com_98] -type=text -x=411 -y=60 -width=62 -height=13 -layer=com_0 -textfont=p12_full -text=Emerald -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script539(event_com, obj_9338) - -// 432:99 -[com_99] -type=text -x=131 -y=189 -width=50 -height=13 -layer=com_0 -textfont=p12_full -text=Ruby -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script539(event_com, obj_9339) - -// 432:100 -[com_100] -type=text -x=217 -y=189 -width=67 -height=13 -layer=com_0 -textfont=p12_full -text=Diamond -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script539(event_com, obj_9340) - -// 432:101 -[com_101] -type=text -x=300 -y=189 -width=95 -height=15 -layer=com_0 -textfont=p12_full -text=Dragonstone -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script539(event_com, obj_9341) - -// 432:102 -[com_102] -type=text -x=406 -y=189 -width=73 -height=13 -layer=com_0 -textfont=p12_full -text=Onyx -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script539(event_com, obj_9342) - -// 432:103 -[com_103] -type=model -x=237 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2737 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:104 -[com_104] -type=text -x=235 -y=297 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/10 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_557, 10) - -// 432:105 -[com_105] -type=model -x=431 -y=274 -width=22 -height=21 -layer=com_0 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=900 -unknown100=63954 -unknown101=3000 - -// 432:106 -[com_106] -type=text -x=429 -y=297 -width=26 -height=12 -layer=com_0 -textfont=p11_full -text=%1/20 -textalignh=1 -textshadow=yes -colour=0xc00000 -onload=script538(event_com, obj_554, 20) - -// 432:107 -[com_107] -type=graphic -x=45 -y=3 -width=422 -height=32 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - diff --git a/dumps/530/interface/interface_433.if b/dumps/530/interface/interface_433.if deleted file mode 100644 index 6bcd1ea25..000000000 --- a/dumps/530/interface/interface_433.if +++ /dev/null @@ -1,105 +0,0 @@ -// 433:0 -[com_0] - -// 433:1 -[com_1] - -// 433:2 -[com_2] - -// 433:3 -[com_3] - -// 433:4 -[com_4] - -// 433:5 -[com_5] - -// 433:6 -[com_6] - -// 433:7 -[com_7] - -// 433:8 -[com_8] - -// 433:9 -[com_9] - -// 433:10 -[com_10] - -// 433:11 -[com_11] - -// 433:12 -[com_12] - -// 433:13 -[com_13] - -// 433:14 -[com_14] - -// 433:15 -[com_15] - -// 433:16 -[com_16] - -// 433:17 -[com_17] - -// 433:18 -[com_18] - -// 433:19 -[com_19] - -// 433:20 -[com_20] - -// 433:21 -[com_21] - -// 433:22 -[com_22] - -// 433:23 -[com_23] - -// 433:24 -[com_24] - -// 433:25 -[com_25] - -// 433:26 -[com_26] - -// 433:27 -[com_27] - -// 433:28 -[com_28] - -// 433:29 -[com_29] - -// 433:30 -[com_30] - -// 433:31 -[com_31] - -// 433:32 -[com_32] - -// 433:33 -[com_33] - -// 433:34 -[com_34] - diff --git a/dumps/530/interface/interface_434.if3 b/dumps/530/interface/interface_434.if3 deleted file mode 100644 index b1c6c2587..000000000 --- a/dumps/530/interface/interface_434.if3 +++ /dev/null @@ -1,1177 +0,0 @@ -// 434:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 434:1 -[com_1] -type=rectangle -x=104 -y=231 -width=315 -height=82 -colour=0x000000 -fill=yes - -// 434:2 -[com_2] -type=rectangle -x=103 -y=230 -width=317 -height=83 -colour=0x726451 - -// 434:3 -[com_3] -type=model -x=164 -y=72 -width=50 -height=51 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Make -onmouseover=script1955(interface_434:com_13) -onmouseleave=script1956(interface_434:com_13) - -// 434:4 -[com_4] -type=model -x=246 -y=28 -width=35 -height=23 -layer=com_13 -model=model_2743 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=327 -modelangle_y=1909 -modelangle_z=0 -modelzoom=528 -unknown100=65017 -unknown101=1063 - -// 434:5 -[com_5] -type=model -x=49 -y=33 -width=27 -height=16 -layer=com_13 -model=model_2573 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=336 -modelangle_y=1891 -modelangle_z=0 -modelzoom=784 -unknown100=64708 -unknown101=1575 - -// 434:6 -[com_6] -type=model -x=116 -y=33 -width=27 -height=16 -layer=com_13 -model=model_2573 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=336 -modelangle_y=1891 -modelangle_z=0 -modelzoom=784 -unknown100=64720 -unknown101=1575 - -// 434:7 -[com_7] -type=model -x=186 -y=33 -width=27 -height=16 -layer=com_13 -model=model_2573 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=336 -modelangle_y=1891 -modelangle_z=0 -modelzoom=784 -unknown100=64729 -unknown101=1575 - -// 434:8 -[com_8] -type=text -x=254 -y=60 -width=30 -height=14 -layer=com_13 -textfont=p12_full -text=%1/4 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2128, 4) -oninvtransmit=script1957(event_com, obj_2128, 4) -oninvtransmitlist=inv_93 - -// 434:9 -[com_9] -type=text -x=58 -y=60 -width=29 -height=14 -layer=com_13 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2116, 1) -oninvtransmit=script1957(event_com, obj_2116, 1) -oninvtransmitlist=inv_93 - -// 434:10 -[com_10] -type=text -x=125 -y=60 -width=29 -height=14 -layer=com_13 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2110, 1) -oninvtransmit=script1957(event_com, obj_2110, 1) -oninvtransmitlist=inv_93 - -// 434:11 -[com_11] -type=text -x=194 -y=60 -width=29 -height=14 -layer=com_13 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2122, 1) -oninvtransmit=script1957(event_com, obj_2122, 1) -oninvtransmitlist=inv_93 - -// 434:12 -[com_12] -type=text -x=5 -y=5 -width=310 -height=15 -layer=com_13 -textfont=p12_full -text=Fruit Batta -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 434:13 -[com_13] -type=layer -x=99 -y=229 -width=318 -height=82 -hide=yes - -// 434:14 -[com_14] -type=model -x=285 -y=72 -width=50 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Make -onmouseover=script1955(interface_434:com_24) -onmouseleave=script1956(interface_434:com_24) - -// 434:15 -[com_15] -type=model -x=42 -y=27 -width=35 -height=23 -layer=com_24 -model=model_2743 -modelorigin_x=1 -modelorigin_y=1 -modelangle_x=327 -modelangle_y=1909 -modelangle_z=0 -modelzoom=528 -unknown100=65009 -unknown101=1063 - -// 434:16 -[com_16] -type=model -x=120 -y=33 -width=35 -height=36 -layer=com_24 -model=model_2668 -modelorigin_x=-16 -modelorigin_y=-11 -modelangle_x=376 -modelangle_y=2047 -modelangle_z=0 -modelzoom=338 -unknown100=65244 -unknown101=676 - -// 434:17 -[com_17] -type=model -x=190 -y=25 -width=24 -height=29 -layer=com_24 -model=model_2431 -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=321 -modelangle_y=1885 -modelangle_z=0 -modelzoom=656 -unknown100=64878 -unknown101=1317 - -// 434:18 -[com_18] -type=model -x=255 -y=31 -width=29 -height=27 -layer=com_24 -model=model_2365 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=228 -modelangle_y=1885 -modelangle_z=0 -modelzoom=784 -unknown100=64701 -unknown101=1582 - -// 434:19 -[com_19] -type=text -x=48 -y=60 -width=29 -height=14 -layer=com_24 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2128, 1) -oninvtransmit=script1957(event_com, obj_2128, 1) -oninvtransmitlist=inv_93 - -// 434:20 -[com_20] -type=text -x=114 -y=60 -width=29 -height=14 -layer=com_24 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2152, 1) -oninvtransmit=script1957(event_com, obj_2152, 1) -oninvtransmitlist=inv_93 - -// 434:21 -[com_21] -type=text -x=190 -y=60 -width=29 -height=14 -layer=com_24 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2169, 1) -oninvtransmit=script1957(event_com, obj_2169, 1) -oninvtransmitlist=inv_93 - -// 434:22 -[com_22] -type=text -x=261 -y=60 -width=29 -height=14 -layer=com_24 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1985, 1) -oninvtransmit=script1957(event_com, obj_1985, 1) -oninvtransmitlist=inv_93 - -// 434:23 -[com_23] -type=text -x=9 -y=4 -width=314 -height=15 -layer=com_24 -textfont=p12_full -text=Toad Batta -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 434:24 -[com_24] -type=layer -x=96 -y=230 -width=322 -height=82 -hide=yes - -// 434:25 -[com_25] -type=model -x=125 -y=146 -width=50 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Make -onmouseover=script1955(interface_434:com_33) -onmouseleave=script1956(interface_434:com_33) - -// 434:26 -[com_26] -type=model -x=80 -y=23 -width=24 -height=29 -layer=com_33 -model=model_2431 -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=321 -modelangle_y=1885 -modelangle_z=0 -modelzoom=656 -unknown100=64865 -unknown101=1317 - -// 434:27 -[com_27] -type=model -x=141 -y=33 -width=34 -height=25 -layer=com_33 -model=model_2519 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=321 -modelangle_y=1885 -modelangle_z=0 -modelzoom=1040 -unknown100=64396 -unknown101=2089 - -// 434:28 -[com_28] -type=model -x=210 -y=30 -width=29 -height=27 -layer=com_33 -model=model_2365 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=228 -modelangle_y=1885 -modelangle_z=0 -modelzoom=784 -unknown100=64715 -unknown101=1582 - -// 434:29 -[com_29] -type=text -x=81 -y=60 -width=29 -height=14 -layer=com_33 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2169, 1) -oninvtransmit=script1957(event_com, obj_2169, 1) -oninvtransmitlist=inv_93 - -// 434:30 -[com_30] -type=text -x=147 -y=60 -width=29 -height=14 -layer=com_33 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2162, 1) -oninvtransmit=script1957(event_com, obj_2162, 1) -oninvtransmitlist=inv_93 - -// 434:31 -[com_31] -type=text -x=213 -y=60 -width=29 -height=14 -layer=com_33 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1985, 1) -oninvtransmit=script1957(event_com, obj_1985, 1) -oninvtransmitlist=inv_93 - -// 434:32 -[com_32] -type=text -x=6 -y=4 -width=309 -height=17 -layer=com_33 -textfont=p12_full -text=Worm Batta -textalignh=1 -textshadow=yes -colour=0xd6a03c - -// 434:33 -[com_33] -type=layer -x=100 -y=230 -width=323 -height=83 -hide=yes - -// 434:34 -[com_34] -type=model -x=229 -y=146 -width=50 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Make -onmouseover=script1955(interface_434:com_46) -onmouseleave=script1956(interface_434:com_46) - -// 434:35 -[com_35] -type=model -x=26 -y=33 -width=19 -height=16 -layer=com_46 -model=model_2632 -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=65002 -unknown101=1066 - -// 434:36 -[com_36] -type=model -x=83 -y=32 -width=19 -height=18 -layer=com_46 -model=model_2750 -modelorigin_x=0 -modelorigin_y=8 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=65002 -unknown101=1066 - -// 434:37 -[com_37] -type=model -x=137 -y=31 -width=33 -height=22 -layer=com_46 -model=model_8195 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=210 -modelangle_y=1852 -modelangle_z=0 -modelzoom=1552 -unknown100=63740 -unknown101=3134 - -// 434:38 -[com_38] -type=model -x=198 -y=25 -width=38 -height=28 -layer=com_46 -model=model_2808 -modelorigin_x=4 -modelorigin_y=10 -modelangle_x=114 -modelangle_y=1801 -modelangle_z=0 -modelzoom=656 -unknown100=64862 -unknown101=1322 - -// 434:39 -[com_39] -type=model -x=267 -y=30 -width=29 -height=27 -layer=com_46 -model=model_2365 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=228 -modelangle_y=1885 -modelangle_z=0 -modelzoom=784 -unknown100=64693 -unknown101=1582 - -// 434:40 -[com_40] -type=text -x=23 -y=60 -width=31 -height=14 -layer=com_46 -textfont=p12_full -text=%1/2 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1982, 2) -oninvtransmit=script1957(event_com, obj_1982, 2) -oninvtransmitlist=inv_93 - -// 434:41 -[com_41] -type=text -x=80 -y=60 -width=29 -height=14 -layer=com_46 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1957, 1) -oninvtransmit=script1957(event_com, obj_1957, 1) -oninvtransmitlist=inv_93 - -// 434:42 -[com_42] -type=text -x=142 -y=60 -width=29 -height=14 -layer=com_46 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1965, 1) -oninvtransmit=script1957(event_com, obj_1965, 1) -oninvtransmitlist=inv_93 - -// 434:43 -[com_43] -type=text -x=208 -y=60 -width=29 -height=14 -layer=com_46 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2126, 1) -oninvtransmit=script1957(event_com, obj_2126, 1) -oninvtransmitlist=inv_93 - -// 434:44 -[com_44] -type=text -x=270 -y=60 -width=29 -height=14 -layer=com_46 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1985, 1) -oninvtransmit=script1957(event_com, obj_1985, 1) -oninvtransmitlist=inv_93 - -// 434:45 -[com_45] -type=text -x=4 -y=4 -width=312 -height=16 -layer=com_46 -textfont=p12_full -text=Vegetable Batta -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 434:46 -[com_46] -type=layer -x=101 -y=229 -width=318 -height=83 -hide=yes - -// 434:47 -[com_47] -type=model -x=341 -y=147 -width=50 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -op1=Make -onmouseover=script1955(interface_434:com_53) -onmouseleave=script1956(interface_434:com_53) - -// 434:48 -[com_48] -type=model -x=111 -y=34 -width=20 -height=21 -layer=com_53 -model=model_2632 -modelorigin_x=0 -modelorigin_y=4 -modelangle_x=336 -modelangle_y=1891 -modelangle_z=0 -modelzoom=528 -unknown100=65008 -unknown101=1057 - -// 434:49 -[com_49] -type=model -x=178 -y=30 -width=29 -height=27 -layer=com_53 -model=model_2365 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=228 -modelangle_y=1885 -modelangle_z=0 -modelzoom=784 -unknown100=64693 -unknown101=1582 - -// 434:50 -[com_50] -type=text -x=110 -y=60 -width=29 -height=14 -layer=com_53 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1982, 1) -oninvtransmit=script1957(event_com, obj_1982, 1) -oninvtransmitlist=inv_93 - -// 434:51 -[com_51] -type=text -x=181 -y=60 -width=29 -height=14 -layer=com_53 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1985, 1) -oninvtransmit=script1957(event_com, obj_1985, 1) -oninvtransmitlist=inv_93 - -// 434:52 -[com_52] -type=text -y=3 -width=313 -height=16 -layer=com_53 -textfont=p12_full -text=Cheese And Tomato Batta -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 434:53 -[com_53] -type=layer -x=103 -y=229 -width=320 -height=83 -hide=yes - -// 434:54 -[com_54] -type=text -x=253 -y=5 -width=61 -height=15 -layer=com_13 -textfont=p12_full -text=level 25 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 25) - -// 434:55 -[com_55] -type=text -x=253 -y=5 -width=61 -height=14 -layer=com_24 -textfont=p12_full -text=level 26 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 26) - -// 434:56 -[com_56] -type=text -x=253 -y=5 -width=61 -height=14 -layer=com_33 -textfont=p12_full -text=level 27 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 27) - -// 434:57 -[com_57] -type=text -x=253 -y=5 -width=61 -height=14 -layer=com_53 -textfont=p12_full -text=level 29 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 29) - -// 434:58 -[com_58] -type=text -x=253 -y=5 -width=61 -height=14 -layer=com_46 -textfont=p12_full -text=level 28 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 28) - -// 434:59 -[com_59] -type=text -x=138 -y=117 -width=90 -height=27 -textfont=p12_full -text=Fruit Batta -textalignh=1 -textshadow=yes -colour=0xcc0000 - -// 434:60 -[com_60] -type=text -x=263 -y=116 -width=90 -height=27 -textfont=p12_full -text=Toad Batta -textalignh=1 -textshadow=yes -colour=0xcc0000 - -// 434:61 -[com_61] -type=text -x=103 -y=185 -width=90 -height=26 -textfont=p12_full -text=Worm Batta -textalignh=1 -textshadow=yes -colour=0xcc0000 - -// 434:62 -[com_62] -type=text -x=210 -y=186 -width=91 -height=27 -textfont=p12_full -text=Vegetable Batta -textalignh=1 -textshadow=yes -colour=0xcc0000 - -// 434:63 -[com_63] -type=text -x=320 -y=186 -width=90 -height=27 -textfont=p12_full -text=Cheese & tomato Batta -textalignh=1 -textshadow=yes -colour=0xcc0000 - -// 434:64 -[com_64] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 434:65 -[com_65] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 434:66 -[com_66] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 434:67 -[com_67] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 434:68 -[com_68] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 434:69 -[com_69] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 434:70 -[com_70] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 434:71 -[com_71] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 434:72 -[com_72] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 434:73 -[com_73] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 434:74 -[com_74] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 434:75 -[com_75] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 434:76 -[com_76] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 434:77 -[com_77] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 434:78 -[com_78] -type=text -x=26 -y=29 -width=467 -height=18 -layer=com_0 -textfont=b12_full -text=Gnome Battas -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script1959 -oninvtransmit=script1959 -oninvtransmitlist=inv_93 - diff --git a/dumps/530/interface/interface_435.if3 b/dumps/530/interface/interface_435.if3 deleted file mode 100644 index adc5feeb4..000000000 --- a/dumps/530/interface/interface_435.if3 +++ /dev/null @@ -1,950 +0,0 @@ -// 435:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 435:1 -[com_1] -type=rectangle -x=104 -y=231 -width=315 -height=82 -colour=0x000000 -fill=yes - -// 435:2 -[com_2] -type=rectangle -x=103 -y=230 -width=317 -height=83 -colour=0x726451 - -// 435:3 -[com_3] -type=model -x=174 -y=73 -width=45 -height=35 -model=model_2609 -modelorigin_x=-1 -modelorigin_y=13 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=528 -unknown100=65009 -unknown101=1067 -op1=Make -onmouseover=script1955(interface_435:com_11) -onmouseleave=script1956(interface_435:com_11) - -// 435:4 -[com_4] -type=model -x=84 -y=35 -width=34 -height=27 -layer=com_11 -model=null -modelorigin_x=-2 -modelorigin_y=-3 -modelangle_x=336 -modelangle_y=1681 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 435:5 -[com_5] -type=model -x=148 -y=28 -width=32 -height=32 -layer=com_11 -model=null -modelorigin_x=0 -modelorigin_y=6 -modelangle_x=187 -modelangle_y=2005 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 435:6 -[com_6] -type=model -x=217 -y=23 -width=32 -height=32 -layer=com_11 -model=null -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=285 -modelangle_y=1891 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 435:7 -[com_7] -type=text -x=82 -y=62 -width=30 -height=14 -layer=com_11 -textfont=p12_full -text=%1/4 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2162, 4) -oninvtransmit=script1957(event_com, obj_2162, 4) -oninvtransmitlist=inv_93 - -// 435:8 -[com_8] -type=text -x=150 -y=62 -width=31 -height=14 -layer=com_11 -textfont=p12_full -text=%1/2 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1957, 2) -oninvtransmit=script1957(event_com, obj_1957, 2) -oninvtransmitlist=inv_93 - -// 435:9 -[com_9] -type=text -x=218 -y=62 -width=29 -height=14 -layer=com_11 -textfont=p12_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2169, 1) -oninvtransmit=script1957(event_com, obj_2169, 1) -oninvtransmitlist=inv_93 - -// 435:10 -[com_10] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_11 -textfont=p12_full -text=Worm Hole -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 435:11 -[com_11] -type=layer -x=100 -y=230 -width=320 -height=82 -hide=yes - -// 435:12 -[com_12] -type=model -x=293 -y=75 -width=42 -height=32 -model=model_2823 -modelorigin_x=0 -modelorigin_y=11 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=528 -unknown100=65008 -unknown101=1065 -op1=Make -onmouseover=script1955(interface_435:com_20) -onmouseleave=script1956(interface_435:com_20) - -// 435:13 -[com_13] -type=model -x=82 -y=30 -width=32 -height=32 -layer=com_20 -model=null -modelorigin_x=0 -modelorigin_y=6 -modelangle_x=187 -modelangle_y=2005 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 435:14 -[com_14] -type=model -x=148 -y=33 -width=32 -height=32 -layer=com_20 -model=null -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=376 -modelangle_y=2047 -modelangle_z=0 -modelzoom=722 -unknown100=0 -unknown101=722 - -// 435:15 -[com_15] -type=model -x=217 -y=23 -width=32 -height=32 -layer=com_20 -model=null -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=285 -modelangle_y=1891 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 435:16 -[com_16] -type=text -x=82 -y=62 -width=31 -height=14 -layer=com_20 -textfont=p12_full -text=%1/2 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1957, 2) -oninvtransmit=script1957(event_com, obj_1957, 2) -oninvtransmitlist=inv_93 - -// 435:17 -[com_17] -type=text -x=149 -y=62 -width=31 -height=14 -layer=com_20 -textfont=p12_full -text=%1/2 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1942, 2) -oninvtransmit=script1957(event_com, obj_1942, 2) -oninvtransmitlist=inv_93 - -// 435:18 -[com_18] -type=text -x=218 -y=62 -width=29 -height=14 -layer=com_20 -textfont=p12_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2169, 1) -oninvtransmit=script1957(event_com, obj_2169, 1) -oninvtransmitlist=inv_93 - -// 435:19 -[com_19] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_20 -textfont=p12_full -text=Vegetable Ball -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 435:20 -[com_20] -type=layer -x=100 -y=230 -width=320 -height=82 -hide=yes - -// 435:21 -[com_21] -type=model -x=171 -y=143 -width=49 -height=37 -model=model_2579 -modelorigin_x=1 -modelorigin_y=14 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=528 -unknown100=65009 -unknown101=1066 -op1=Make -onmouseover=script1955(interface_435:com_33) -onmouseleave=script1956(interface_435:com_33) - -// 435:22 -[com_22] -type=model -x=37 -y=30 -width=32 -height=32 -layer=com_33 -model=null -modelorigin_x=-14 -modelorigin_y=-2 -modelangle_x=321 -modelangle_y=1885 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 435:23 -[com_23] -type=model -x=89 -y=30 -width=32 -height=32 -layer=com_33 -model=null -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=321 -modelangle_y=1885 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 435:24 -[com_24] -type=model -x=150 -y=29 -width=32 -height=32 -layer=com_33 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=321 -modelangle_y=1885 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 - -// 435:25 -[com_25] -type=model -x=207 -y=23 -width=32 -height=32 -layer=com_33 -model=null -modelorigin_x=0 -modelorigin_y=6 -modelangle_x=321 -modelangle_y=1885 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 435:26 -[com_26] -type=model -x=261 -y=28 -width=32 -height=32 -layer=com_33 -model=null -modelorigin_x=6 -modelorigin_y=3 -modelangle_x=273 -modelangle_y=1912 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 435:27 -[com_27] -type=text -x=28 -y=62 -width=30 -height=14 -layer=com_33 -textfont=p12_full -text=%1/4 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2152, 4) -oninvtransmit=script1957(event_com, obj_2152, 4) -oninvtransmitlist=inv_93 - -// 435:28 -[com_28] -type=text -x=88 -y=62 -width=31 -height=14 -layer=com_33 -textfont=p12_full -text=%1/2 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1985, 2) -oninvtransmit=script1957(event_com, obj_1985, 2) -oninvtransmitlist=inv_93 - -// 435:29 -[com_29] -type=text -x=148 -y=62 -width=31 -height=14 -layer=com_33 -textfont=p12_full -text=%1/2 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2128, 2) -oninvtransmit=script1957(event_com, obj_2128, 2) -oninvtransmitlist=inv_93 - -// 435:30 -[com_30] -type=text -x=208 -y=62 -width=29 -height=14 -layer=com_33 -textfont=p12_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2169, 1) -oninvtransmit=script1957(event_com, obj_2169, 1) -oninvtransmitlist=inv_93 - -// 435:31 -[com_31] -type=text -x=268 -y=62 -width=29 -height=14 -layer=com_33 -textfont=p12_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2126, 1) -oninvtransmit=script1957(event_com, obj_2126, 1) -oninvtransmitlist=inv_93 - -// 435:32 -[com_32] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_33 -textfont=p12_full -text=Tangled Toads Legs -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 435:33 -[com_33] -type=layer -x=100 -y=230 -width=320 -height=82 -hide=yes - -// 435:34 -[com_34] -type=model -x=293 -y=145 -width=42 -height=35 -model=model_2647 -modelorigin_x=0 -modelorigin_y=13 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=528 -unknown100=65008 -unknown101=1065 -op1=Make -onmouseover=script1955(interface_435:com_40) -onmouseleave=script1956(interface_435:com_40) - -// 435:35 -[com_35] -type=model -x=108 -y=29 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=273 -modelangle_y=1759 -modelangle_z=0 -modelzoom=782 -unknown100=0 -unknown101=782 - -// 435:36 -[com_36] -type=model -x=183 -y=28 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=210 -modelangle_y=1852 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 - -// 435:37 -[com_37] -type=text -x=108 -y=62 -width=30 -height=14 -layer=com_40 -textfont=p12_full -text=%1/4 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1973, 4) -oninvtransmit=script1957(event_com, obj_1973, 4) -oninvtransmitlist=inv_93 - -// 435:38 -[com_38] -type=text -x=186 -y=62 -width=29 -height=14 -layer=com_40 -textfont=p12_full -text=%1/1 -textalignh=1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2128, 1) -oninvtransmit=script1957(event_com, obj_2128, 1) -oninvtransmitlist=inv_93 - -// 435:39 -[com_39] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_40 -textfont=p12_full -text=Chocolate Bomb -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 435:40 -[com_40] -type=layer -x=100 -y=230 -width=320 -height=82 -hide=yes - -// 435:41 -[com_41] -type=text -x=246 -y=4 -width=70 -height=15 -layer=com_11 -textfont=p12_full -text=level 30 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 30) - -// 435:42 -[com_42] -type=text -x=246 -y=4 -width=70 -height=15 -layer=com_20 -textfont=p12_full -text=level 35 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 35) - -// 435:43 -[com_43] -type=text -x=246 -y=4 -width=70 -height=15 -layer=com_33 -textfont=p12_full -text=level 40 -textalignh=2 -textshadow=yes -colour=0xbe0000 -onload=script1958(event_com, 40) - -// 435:44 -[com_44] -type=text -x=246 -y=4 -width=70 -height=15 -layer=com_40 -textfont=p12_full -text=level 42 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 42) - -// 435:45 -[com_45] -type=text -x=154 -y=117 -width=80 -height=25 -textfont=p12_full -text=Worm hole -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 435:46 -[com_46] -type=text -x=276 -y=117 -width=80 -height=25 -textfont=p12_full -text=Vegetable ball -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 435:47 -[com_47] -type=text -x=155 -y=188 -width=80 -height=25 -textfont=p12_full -text=Tangled Toads Legs -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 435:48 -[com_48] -type=text -x=274 -y=189 -width=80 -height=25 -textfont=p12_full -text=Chocolate Bomb -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 435:49 -[com_49] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 435:50 -[com_50] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 435:51 -[com_51] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 435:52 -[com_52] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 435:53 -[com_53] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 435:54 -[com_54] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 435:55 -[com_55] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 435:56 -[com_56] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 435:57 -[com_57] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 435:58 -[com_58] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 435:59 -[com_59] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 435:60 -[com_60] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 435:61 -[com_61] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 435:62 -[com_62] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 435:63 -[com_63] -type=text -x=24 -y=30 -width=464 -height=17 -layer=com_0 -textfont=b12_full -text=Gnome Bowls -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script1961 -oninvtransmit=script1961 -oninvtransmitlist=inv_93 - diff --git a/dumps/530/interface/interface_436.if3 b/dumps/530/interface/interface_436.if3 deleted file mode 100644 index b75538dc5..000000000 --- a/dumps/530/interface/interface_436.if3 +++ /dev/null @@ -1,1557 +0,0 @@ -// 436:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 436:1 -[com_1] -type=rectangle -x=104 -y=231 -width=318 -height=82 -colour=0x000000 -fill=yes - -// 436:2 -[com_2] -type=rectangle -x=103 -y=230 -width=319 -height=83 -colour=0x726451 - -// 436:3 -[com_3] -type=model -x=110 -y=69 -width=52 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 -op1=Make -onmouseover=script1955(interface_436:com_15) -onmouseleave=script1956(interface_436:com_15) - -// 436:4 -[com_4] -type=model -x=24 -y=15 -width=32 -height=33 -layer=com_15 -model=null -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 436:5 -[com_5] -type=model -x=78 -y=18 -width=21 -height=32 -layer=com_15 -model=null -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 436:6 -[com_6] -type=model -x=128 -y=28 -width=32 -height=30 -layer=com_15 -model=null -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=201 -modelangle_y=1813 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 - -// 436:7 -[com_7] -type=model -x=195 -y=27 -width=32 -height=31 -layer=com_15 -model=null -modelorigin_x=0 -modelorigin_y=4 -modelangle_x=324 -modelangle_y=2038 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 436:8 -[com_8] -type=model -x=263 -y=33 -width=32 -height=21 -layer=com_15 -model=null -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=324 -modelangle_y=2038 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 436:9 -[com_9] -type=text -x=27 -y=64 -width=31 -height=14 -layer=com_15 -textfont=p12_full -text=%1/2 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2015, 2) -oninvtransmit=script1957(event_com, obj_2015, 2) -oninvtransmitlist=inv_93 - -// 436:10 -[com_10] -type=text -x=78 -y=64 -width=29 -height=14 -layer=com_15 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2019, 1) -oninvtransmit=script1957(event_com, obj_2019, 1) -oninvtransmitlist=inv_93 - -// 436:11 -[com_11] -type=text -x=134 -y=64 -width=29 -height=14 -layer=com_15 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2108, 1) -oninvtransmit=script1957(event_com, obj_2108, 1) -oninvtransmitlist=inv_93 - -// 436:12 -[com_12] -type=text -x=200 -y=64 -width=29 -height=14 -layer=com_15 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2120, 1) -oninvtransmit=script1957(event_com, obj_2120, 1) -oninvtransmitlist=inv_93 - -// 436:13 -[com_13] -type=text -x=268 -y=64 -width=29 -height=14 -layer=com_15 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2102, 1) -oninvtransmit=script1957(event_com, obj_2102, 1) -oninvtransmitlist=inv_93 - -// 436:14 -[com_14] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_15 -textfont=p12_full -text=Wizard Blizzard -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 436:15 -[com_15] -type=layer -x=100 -y=229 -width=318 -height=82 -hide=yes - -// 436:16 -[com_16] -type=model -x=222 -y=69 -width=52 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 -op1=Make -onmouseover=script1955(interface_436:com_22) -onmouseleave=script1956(interface_436:com_22) - -// 436:17 -[com_17] -type=model -x=102 -y=13 -width=32 -height=31 -layer=com_22 -model=null -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 436:18 -[com_18] -type=model -x=170 -y=34 -width=32 -height=16 -layer=com_22 -model=null -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=324 -modelangle_y=2038 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 436:19 -[com_19] -type=text -x=108 -y=62 -width=29 -height=14 -layer=com_22 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2015, 1) -oninvtransmit=script1957(event_com, obj_2015, 1) -oninvtransmitlist=inv_93 - -// 436:20 -[com_20] -type=text -x=173 -y=62 -width=30 -height=14 -layer=com_22 -textfont=p12_full -text=%1/3 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2120, 3) -oninvtransmit=script1957(event_com, obj_2120, 3) -oninvtransmitlist=inv_93 - -// 436:21 -[com_21] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_22 -textfont=p12_full -text=Short Green Guy -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 436:22 -[com_22] -type=layer -x=100 -y=229 -width=318 -height=82 -hide=yes - -// 436:23 -[com_23] -type=model -x=334 -y=69 -width=52 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 -op1=Make -onmouseover=script1955(interface_436:com_31) -onmouseleave=script1956(interface_436:com_31) - -// 436:24 -[com_24] -type=model -x=82 -y=21 -width=32 -height=28 -layer=com_31 -model=null -modelorigin_x=1 -modelorigin_y=13 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1168 -unknown100=0 -unknown101=1168 - -// 436:25 -[com_25] -type=model -x=142 -y=30 -width=32 -height=32 -layer=com_31 -model=null -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=324 -modelangle_y=2038 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 436:26 -[com_26] -type=model -x=202 -y=28 -width=32 -height=32 -layer=com_31 -model=null -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=201 -modelangle_y=1813 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 - -// 436:27 -[com_27] -type=text -x=89 -y=64 -width=29 -height=14 -layer=com_31 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2114, 1) -oninvtransmit=script1957(event_com, obj_2114, 1) -oninvtransmitlist=inv_93 - -// 436:28 -[com_28] -type=text -x=148 -y=64 -width=29 -height=14 -layer=com_31 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2102, 1) -oninvtransmit=script1957(event_com, obj_2102, 1) -oninvtransmitlist=inv_93 - -// 436:29 -[com_29] -type=text -x=207 -y=64 -width=29 -height=14 -layer=com_31 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2108, 1) -oninvtransmit=script1957(event_com, obj_2108, 1) -oninvtransmitlist=inv_93 - -// 436:30 -[com_30] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_31 -textfont=p12_full -text=Fruit Blast -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 436:31 -[com_31] -type=layer -x=100 -y=230 -width=318 -height=82 -hide=yes - -// 436:32 -[com_32] -type=model -x=76 -y=147 -width=52 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 -op1=Make -onmouseover=script1955(interface_436:com_40) -onmouseleave=script1956(interface_436:com_40) - -// 436:33 -[com_33] -type=model -x=82 -y=33 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1168 -unknown100=0 -unknown101=1168 - -// 436:34 -[com_34] -type=model -x=193 -y=30 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=2038 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 436:35 -[com_35] -type=model -x=141 -y=31 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=201 -modelangle_y=1813 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 - -// 436:36 -[com_36] -type=text -x=87 -y=64 -width=31 -height=14 -layer=com_40 -textfont=p12_full -text=%1/2 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2114, 2) -oninvtransmit=script1957(event_com, obj_2114, 2) -oninvtransmitlist=inv_93 - -// 436:37 -[com_37] -type=text -x=146 -y=64 -width=29 -height=14 -layer=com_40 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2108, 1) -oninvtransmit=script1957(event_com, obj_2108, 1) -oninvtransmitlist=inv_93 - -// 436:38 -[com_38] -type=text -x=201 -y=64 -width=29 -height=14 -layer=com_40 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2102, 1) -oninvtransmit=script1957(event_com, obj_2102, 1) -oninvtransmitlist=inv_93 - -// 436:39 -[com_39] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_40 -textfont=p12_full -text=Pineapple Punch -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 436:40 -[com_40] -type=layer -x=100 -y=230 -width=318 -height=82 -hide=yes - -// 436:41 -[com_41] -type=model -x=180 -y=147 -width=52 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 -op1=Make -onmouseover=script1955(interface_436:com_49) -onmouseleave=script1956(interface_436:com_49) - -// 436:42 -[com_42] -type=model -x=91 -y=30 -width=32 -height=32 -layer=com_49 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 436:43 -[com_43] -type=model -x=144 -y=30 -width=32 -height=32 -layer=com_49 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 436:44 -[com_44] -type=model -x=197 -y=30 -width=32 -height=32 -layer=com_49 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=0 -unknown101=1040 - -// 436:45 -[com_45] -type=text -x=97 -y=64 -width=29 -height=14 -layer=com_49 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2015, 1) -oninvtransmit=script1957(event_com, obj_2015, 1) -oninvtransmitlist=inv_93 - -// 436:46 -[com_46] -type=text -x=151 -y=64 -width=29 -height=14 -layer=com_49 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2019, 1) -oninvtransmit=script1957(event_com, obj_2019, 1) -oninvtransmitlist=inv_93 - -// 436:47 -[com_47] -type=text -x=201 -y=64 -width=29 -height=14 -layer=com_49 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2126, 1) -oninvtransmit=script1957(event_com, obj_2126, 1) -oninvtransmitlist=inv_93 - -// 436:48 -[com_48] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_49 -textfont=p12_full -text=Drunk Dragon -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 436:49 -[com_49] -type=layer -x=100 -y=230 -width=318 -height=82 -hide=yes - -// 436:50 -[com_50] -type=model -x=278 -y=147 -width=52 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 -op1=Make -onmouseover=script1955(interface_436:com_60) -onmouseleave=script1956(interface_436:com_60) - -// 436:51 -[com_51] -type=model -x=56 -y=30 -width=32 -height=32 -layer=com_60 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 436:52 -[com_52] -type=model -x=117 -y=29 -width=32 -height=32 -layer=com_60 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=327 -modelangle_y=1909 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=528 - -// 436:53 -[com_53] -type=model -x=171 -y=30 -width=32 -height=32 -layer=com_60 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=162 -modelangle_y=1672 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 436:54 -[com_54] -type=model -x=224 -y=29 -width=32 -height=32 -layer=com_60 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 436:55 -[com_55] -type=text -x=61 -y=64 -width=29 -height=14 -layer=com_60 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2017, 1) -oninvtransmit=script1957(event_com, obj_2017, 1) -oninvtransmitlist=inv_93 - -// 436:56 -[com_56] -type=text -x=120 -y=64 -width=29 -height=14 -layer=com_60 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2128, 1) -oninvtransmit=script1957(event_com, obj_2128, 1) -oninvtransmitlist=inv_93 - -// 436:57 -[com_57] -type=text -x=175 -y=64 -width=29 -height=14 -layer=com_60 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1927, 1) -oninvtransmit=script1957(event_com, obj_1927, 1) -oninvtransmitlist=inv_93 - -// 436:58 -[com_58] -type=text -x=229 -y=64 -width=29 -height=14 -layer=com_60 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1973, 1) -oninvtransmit=script1957(event_com, obj_1973, 1) -oninvtransmitlist=inv_93 - -// 436:59 -[com_59] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_60 -textfont=p12_full -text=Chocolate Saturday -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 436:60 -[com_60] -type=layer -x=100 -y=230 -width=318 -height=82 -hide=yes - -// 436:61 -[com_61] -type=model -x=384 -y=147 -width=52 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 -op1=Make -onmouseover=script1955(interface_436:com_73) -onmouseleave=script1956(interface_436:com_73) - -// 436:62 -[com_62] -type=model -x=24 -y=30 -width=32 -height=32 -layer=com_73 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 436:63 -[com_63] -type=model -x=77 -y=30 -width=32 -height=32 -layer=com_73 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 436:64 -[com_64] -type=model -x=135 -y=30 -width=32 -height=32 -layer=com_73 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 436:65 -[com_65] -type=model -x=195 -y=31 -width=32 -height=32 -layer=com_73 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=201 -modelangle_y=1813 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 - -// 436:66 -[com_66] -type=model -x=262 -y=30 -width=32 -height=32 -layer=com_73 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=2038 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 436:67 -[com_67] -type=text -x=29 -y=64 -width=29 -height=14 -layer=com_73 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2015, 1) -oninvtransmit=script1957(event_com, obj_2015, 1) -oninvtransmitlist=inv_93 - -// 436:68 -[com_68] -type=text -x=83 -y=64 -width=29 -height=14 -layer=com_73 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2021, 1) -oninvtransmit=script1957(event_com, obj_2021, 1) -oninvtransmitlist=inv_93 - -// 436:69 -[com_69] -type=text -x=141 -y=64 -width=29 -height=14 -layer=com_73 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2019, 1) -oninvtransmit=script1957(event_com, obj_2019, 1) -oninvtransmitlist=inv_93 - -// 436:70 -[com_70] -type=text -x=199 -y=64 -width=29 -height=14 -layer=com_73 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2108, 1) -oninvtransmit=script1957(event_com, obj_2108, 1) -oninvtransmitlist=inv_93 - -// 436:71 -[com_71] -type=text -x=266 -y=64 -width=31 -height=14 -layer=com_73 -textfont=p12_full -text=%1/2 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2102, 2) -oninvtransmit=script1957(event_com, obj_2102, 2) -oninvtransmitlist=inv_93 - -// 436:72 -[com_72] -type=text -x=6 -y=4 -width=310 -height=15 -layer=com_73 -textfont=p12_full -text=Blurberry Special -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 436:73 -[com_73] -type=layer -x=100 -y=230 -width=318 -height=82 -hide=yes - -// 436:74 -[com_74] -type=text -x=250 -y=4 -width=65 -height=15 -layer=com_31 -textfont=p12_full -text=level 6 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 6) - -// 436:75 -[com_75] -type=text -x=250 -y=4 -width=65 -height=15 -layer=com_40 -textfont=p12_full -text=level 8 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 8) - -// 436:76 -[com_76] -type=text -x=250 -y=4 -width=65 -height=15 -layer=com_15 -textfont=p12_full -text=level 18 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 18) - -// 436:77 -[com_77] -type=text -x=250 -y=4 -width=65 -height=15 -layer=com_22 -textfont=p12_full -text=level 20 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 20) - -// 436:78 -[com_78] -type=text -x=250 -y=4 -width=65 -height=15 -layer=com_60 -textfont=p12_full -text=level 33 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 33) - -// 436:79 -[com_79] -type=text -x=250 -y=4 -width=65 -height=15 -layer=com_73 -textfont=p12_full -text=level 37 -textalignh=2 -textshadow=yes -colour=0xff0000 - -// 436:80 -[com_80] -type=text -x=250 -y=4 -width=65 -height=15 -layer=com_49 -textfont=p12_full -text=level 32 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 32) - -// 436:81 -[com_81] -type=text -x=91 -y=123 -width=90 -height=25 -textfont=p12_full -text=Wizard Blizzard -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 436:82 -[com_82] -type=text -x=207 -y=123 -width=90 -height=25 -textfont=p12_full -text=Short Green Guy -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 436:83 -[com_83] -type=text -x=315 -y=123 -width=90 -height=25 -textfont=p12_full -text=Fruit Blast -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 436:84 -[com_84] -type=text -x=54 -y=202 -width=90 -height=25 -textfont=p12_full -text=Pineapple Punch -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 436:85 -[com_85] -type=text -x=161 -y=202 -width=90 -height=25 -textfont=p12_full -text=Drunk Dragon -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 436:86 -[com_86] -type=text -x=266 -y=202 -width=90 -height=25 -textfont=p12_full -text=Chocolate Saturday -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 436:87 -[com_87] -type=text -x=363 -y=202 -width=90 -height=25 -textfont=p12_full -text=Blurberry Special -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 436:88 -[com_88] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 436:89 -[com_89] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 436:90 -[com_90] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 436:91 -[com_91] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 436:92 -[com_92] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 436:93 -[com_93] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 436:94 -[com_94] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 436:95 -[com_95] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 436:96 -[com_96] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 436:97 -[com_97] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 436:98 -[com_98] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 436:99 -[com_99] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 436:100 -[com_100] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 436:101 -[com_101] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 436:102 -[com_102] -type=text -x=23 -y=30 -width=471 -height=15 -layer=com_0 -textfont=b12_full -text=Gnome Cocktails -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script1953 -oninvtransmit=script1953 -oninvtransmitlist=inv_93 - diff --git a/dumps/530/interface/interface_437.if3 b/dumps/530/interface/interface_437.if3 deleted file mode 100644 index ee7d61380..000000000 --- a/dumps/530/interface/interface_437.if3 +++ /dev/null @@ -1,799 +0,0 @@ -// 437:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 437:1 -[com_1] -type=rectangle -x=104 -y=231 -width=315 -height=82 -colour=0x000000 -fill=yes - -// 437:2 -[com_2] -type=rectangle -x=103 -y=230 -width=317 -height=83 -colour=0x726451 - -// 437:3 -[com_3] -type=model -x=171 -y=78 -width=46 -height=31 -model=model_2352 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=400 -unknown100=65152 -unknown101=820 -op1=Make -onmouseover=script1955(interface_437:com_9) -onmouseleave=script1956(interface_437:com_9) - -// 437:4 -[com_4] -type=model -x=126 -y=25 -width=32 -height=32 -layer=com_9 -model=null -modelorigin_x=-14 -modelorigin_y=-1 -modelangle_x=321 -modelangle_y=1846 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 437:5 -[com_5] -type=model -x=178 -y=21 -width=32 -height=32 -layer=com_9 -model=null -modelorigin_x=0 -modelorigin_y=6 -modelangle_x=336 -modelangle_y=1891 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 437:6 -[com_6] -type=text -x=117 -y=60 -width=31 -height=14 -layer=com_9 -textfont=p12_full -text=%1/2 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2152, 2) -oninvtransmit=script1957(event_com, obj_2152, 2) -oninvtransmitlist=inv_93 - -// 437:7 -[com_7] -type=text -x=184 -y=60 -width=29 -height=14 -layer=com_9 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2169, 1) -oninvtransmit=script1957(event_com, obj_2169, 1) -oninvtransmitlist=inv_93 - -// 437:8 -[com_8] -type=text -x=5 -y=4 -width=311 -height=15 -layer=com_9 -textfont=p12_full -text=Toad Crunchies -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 437:9 -[com_9] -type=layer -x=100 -y=230 -width=318 -height=82 -hide=yes - -// 437:10 -[com_10] -type=model -x=292 -y=78 -width=46 -height=31 -model=model_2352 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=400 -unknown100=65152 -unknown101=820 -op1=Make -onmouseover=script1955(interface_437:com_16) -onmouseleave=script1956(interface_437:com_16) - -// 437:11 -[com_11] -type=model -x=112 -y=21 -width=32 -height=32 -layer=com_16 -model=null -modelorigin_x=0 -modelorigin_y=6 -modelangle_x=340 -modelangle_y=1957 -modelangle_z=0 -modelzoom=722 -unknown100=0 -unknown101=722 - -// 437:12 -[com_12] -type=model -x=184 -y=24 -width=32 -height=32 -layer=com_16 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=321 -modelangle_y=1885 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 - -// 437:13 -[com_13] -type=text -x=118 -y=60 -width=29 -height=14 -layer=com_16 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2169, 1) -oninvtransmit=script1957(event_com, obj_2169, 1) -oninvtransmitlist=inv_93 - -// 437:14 -[com_14] -type=text -x=194 -y=60 -width=31 -height=14 -layer=com_16 -textfont=p12_full -text=%1/2 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2128, 2) -oninvtransmit=script1957(event_com, obj_2128, 2) -oninvtransmitlist=inv_93 - -// 437:15 -[com_15] -type=text -x=5 -y=4 -width=310 -height=15 -layer=com_16 -textfont=p12_full -text=Spice Crunchies -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 437:16 -[com_16] -type=layer -x=100 -y=230 -width=322 -height=82 -hide=yes - -// 437:17 -[com_17] -type=model -x=172 -y=153 -width=46 -height=31 -model=model_2352 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=400 -unknown100=65152 -unknown101=820 -op1=Make -onmouseover=script1955(interface_437:com_25) -onmouseleave=script1956(interface_437:com_25) - -// 437:18 -[com_18] -type=model -x=75 -y=21 -width=32 -height=32 -layer=com_25 -model=null -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=321 -modelangle_y=1885 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 - -// 437:19 -[com_19] -type=model -x=141 -y=30 -width=32 -height=32 -layer=com_25 -model=null -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=321 -modelangle_y=1885 -modelangle_z=0 -modelzoom=1040 -unknown100=0 -unknown101=1040 - -// 437:20 -[com_20] -type=model -x=212 -y=24 -width=32 -height=32 -layer=com_25 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=228 -modelangle_y=1885 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=656 - -// 437:21 -[com_21] -type=text -x=81 -y=60 -width=29 -height=14 -layer=com_25 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2169, 1) -oninvtransmit=script1957(event_com, obj_2169, 1) -oninvtransmitlist=inv_93 - -// 437:22 -[com_22] -type=text -x=147 -y=60 -width=31 -height=14 -layer=com_25 -textfont=p12_full -text=%1/2 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2162, 2) -oninvtransmit=script1957(event_com, obj_2162, 2) -oninvtransmitlist=inv_93 - -// 437:23 -[com_23] -type=text -x=213 -y=60 -width=29 -height=14 -layer=com_25 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2128, 1) -oninvtransmit=script1957(event_com, obj_2128, 1) -oninvtransmitlist=inv_93 - -// 437:24 -[com_24] -type=text -x=5 -y=4 -width=310 -height=15 -layer=com_25 -textfont=p12_full -text=Worm Crunchies -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 437:25 -[com_25] -type=layer -x=100 -y=230 -width=323 -height=83 -hide=yes - -// 437:26 -[com_26] -type=model -x=291 -y=153 -width=46 -height=31 -model=model_2352 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=165 -modelangle_y=1894 -modelangle_z=0 -modelzoom=400 -unknown100=65152 -unknown101=820 -op1=Make -onmouseover=script1955(interface_437:com_32) -onmouseleave=script1956(interface_437:com_32) - -// 437:27 -[com_27] -type=model -x=110 -y=25 -width=32 -height=32 -layer=com_32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=273 -modelangle_y=1672 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=784 - -// 437:28 -[com_28] -type=model -x=172 -y=20 -width=32 -height=32 -layer=com_32 -model=null -modelorigin_x=0 -modelorigin_y=8 -modelangle_x=210 -modelangle_y=1852 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=912 - -// 437:29 -[com_29] -type=text -x=115 -y=60 -width=31 -height=14 -layer=com_32 -textfont=p12_full -text=%1/2 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_1973, 2) -oninvtransmit=script1957(event_com, obj_1973, 2) -oninvtransmitlist=inv_93 - -// 437:30 -[com_30] -type=text -x=177 -y=60 -width=29 -height=14 -layer=com_32 -textfont=p12_full -text=%1/1 -textshadow=yes -colour=0xff0000 -onload=script1957(event_com, obj_2169, 1) -oninvtransmit=script1957(event_com, obj_2169, 1) -oninvtransmitlist=inv_93 - -// 437:31 -[com_31] -type=text -x=5 -y=4 -width=310 -height=15 -layer=com_32 -textfont=p12_full -text=Chocolate Chip Crunchies -textalignh=1 -textshadow=yes -colour=0xd6a046 - -// 437:32 -[com_32] -type=layer -x=100 -y=230 -width=318 -height=83 -hide=yes - -// 437:33 -[com_33] -type=text -x=250 -y=5 -width=65 -height=15 -layer=com_9 -textfont=p12_full -text=level 10 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 10) - -// 437:34 -[com_34] -type=text -x=250 -y=5 -width=65 -height=15 -layer=com_16 -textfont=p12_full -text=level 12 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 12) - -// 437:35 -[com_35] -type=text -x=250 -y=5 -width=65 -height=15 -layer=com_25 -textfont=p12_full -text=level 14 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 14) - -// 437:36 -[com_36] -type=text -x=250 -y=5 -width=65 -height=15 -layer=com_32 -textfont=p12_full -text=level 16 -textalignh=2 -textshadow=yes -colour=0xff0000 -onload=script1958(event_com, 16) - -// 437:37 -[com_37] -type=text -x=149 -y=118 -width=90 -height=25 -textfont=p12_full -text=Toad crunchies -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 437:38 -[com_38] -type=text -x=271 -y=118 -width=90 -height=25 -textfont=p12_full -text=Spice crunchies -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 437:39 -[com_39] -type=text -x=149 -y=193 -width=90 -height=25 -textfont=p12_full -text=Worm crunchies -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 437:40 -[com_40] -type=text -x=268 -y=193 -width=90 -height=25 -textfont=p12_full -text=Choc chip crunchies -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 437:41 -[com_41] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 437:42 -[com_42] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 437:43 -[com_43] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 437:44 -[com_44] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 437:45 -[com_45] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 437:46 -[com_46] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 437:47 -[com_47] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 437:48 -[com_48] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 437:49 -[com_49] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 437:50 -[com_50] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 437:51 -[com_51] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 437:52 -[com_52] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 437:53 -[com_53] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 437:54 -[com_54] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 437:55 -[com_55] -type=text -x=24 -y=31 -width=467 -height=17 -layer=com_0 -textfont=b12_full -text=Gnome Crunchies -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script2033 - diff --git a/dumps/530/interface/interface_438.if3 b/dumps/530/interface/interface_438.if3 deleted file mode 100644 index e6f9b6fd7..000000000 --- a/dumps/530/interface/interface_438.if3 +++ /dev/null @@ -1,1098 +0,0 @@ -// 438:0 -[com_0] -type=graphic -x=17 -y=26 -width=478 -height=295 -graphic=tradebacking -tiling=yes -opbase= - -// 438:1 -[com_1] -type=graphic -y=26 -width=33 -height=295 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 438:2 -[com_2] -type=graphic -x=479 -y=26 -width=32 -height=295 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 438:3 -[com_3] -type=graphic -x=15 -y=302 -width=479 -height=40 -graphic="v2_stone_borders,2" -tiling=yes - -// 438:4 -[com_4] -type=graphic -x=14 -y=10 -width=482 -height=39 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 438:5 -[com_5] -type=graphic -x=467 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,7" -opbase= - -// 438:6 -[com_6] -type=graphic -x=13 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 438:7 -[com_7] -type=graphic -x=13 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,4" -opbase= - -// 438:8 -[com_8] -type=graphic -x=467 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,5" -opbase= - -// 438:9 -[com_9] -type=graphic -x=16 -y=38 -width=479 -height=38 -graphic="v2_stone_borders,8" -tiling=yes - -// 438:10 -[com_10] -type=graphic -x=13 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,9" -tiling=yes - -// 438:11 -[com_11] -type=graphic -x=467 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,10" -tiling=yes - -// 438:12 -[com_12] -type=graphic -x=471 -y=32 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 438:13 -[com_13] -type=text -x=20 -y=33 -width=471 -height=12 -textfont=b12_full -text=Silver Casting -textalignh=1 -textshadow=yes -colour=0xff981f - -// 438:14 -[com_14] -type=layer -x=33 -y=67 -width=441 -height=241 - -// 438:15 -[com_15] -type=layer -x=9 -y=5 -width=85 -height=115 -layer=com_14 - -// 438:16 -[com_16] -type=text -x=11 -width=60 -height=60 -layer=com_15 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Saradomin Symbol -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 16) - -// 438:17 -[com_17] -type=model -x=26 -width=32 -height=32 -layer=com_15 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=300 - -// 438:18 -[com_18] -type=text -x=-2 -y=31 -width=88 -height=84 -layer=com_15 -textfont=p11_full -text=Make
Saradomin
Symbol -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 16) - -// 438:19 -[com_19] -type=layer -x=9 -y=5 -width=85 -height=115 -layer=com_14 -hide=yes - -// 438:20 -[com_20] -type=model -x=25 -width=32 -height=32 -layer=com_19 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 438:21 -[com_21] -type=text -x=-2 -y=31 -width=87 -height=85 -layer=com_19 -textfont=p11_full -text=You need a Holy Symbol mould to make this item. -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 438:22 -[com_22] -type=layer -x=9 -y=120 -width=85 -height=113 -layer=com_14 - -// 438:23 -[com_23] -type=text -x=6 -width=60 -height=60 -layer=com_22 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Zamorak Symbol -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 17) - -// 438:24 -[com_24] -type=model -x=21 -y=1 -width=32 -height=32 -layer=com_22 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=300 - -// 438:25 -[com_25] -type=text -y=32 -width=85 -height=83 -layer=com_22 -textfont=p11_full -text=Make
Zamorak
Symbol -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 17) - -// 438:26 -[com_26] -type=layer -x=9 -y=120 -width=85 -height=113 -layer=com_14 -hide=yes - -// 438:27 -[com_27] -type=model -x=18 -width=32 -height=32 -layer=com_26 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 438:28 -[com_28] -type=text -y=32 -width=84 -height=81 -layer=com_26 -textfont=p11_full -text=You need an Unholy Symbol mould to make this item. -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 438:29 -[com_29] -type=layer -x=96 -y=5 -width=84 -height=115 -layer=com_14 - -// 438:30 -[com_30] -type=text -x=10 -y=1 -width=60 -height=60 -layer=com_29 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Silver Sickle -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 18) - -// 438:31 -[com_31] -type=model -x=26 -y=1 -width=32 -height=32 -layer=com_29 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=300 - -// 438:32 -[com_32] -type=text -y=32 -width=84 -height=84 -layer=com_29 -textfont=p11_full -text=Make
Silver
Sickle -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 18) - -// 438:33 -[com_33] -type=layer -x=96 -y=5 -width=84 -height=115 -layer=com_14 -hide=yes - -// 438:34 -[com_34] -type=model -x=21 -y=1 -width=32 -height=32 -layer=com_33 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 438:35 -[com_35] -type=text -x=1 -y=32 -width=83 -height=83 -layer=com_33 -textfont=p11_full -text=You need a
sickle mould
to make
this item. -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 438:36 -[com_36] -type=layer -x=95 -y=120 -width=84 -height=112 -layer=com_14 - -// 438:37 -[com_37] -type=text -x=9 -y=1 -width=60 -height=60 -layer=com_36 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Lightning Rod -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 20) - -// 438:38 -[com_38] -type=model -x=22 -y=1 -width=32 -height=32 -layer=com_36 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=300 - -// 438:39 -[com_39] -type=text -x=-1 -y=32 -width=89 -height=80 -layer=com_36 -textfont=p11_full -text=Make
Lightning
Rod -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 20) - -// 438:40 -[com_40] -type=layer -x=95 -y=120 -width=84 -height=112 -layer=com_14 -hide=yes - -// 438:41 -[com_41] -type=model -x=23 -y=1 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 438:42 -[com_42] -type=text -x=-1 -y=32 -width=87 -height=80 -layer=com_40 -textfont=p11_full -text=You need a lightning rod mould to make this item. -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 438:43 -[com_43] -type=layer -x=179 -y=5 -width=84 -height=115 -layer=com_14 - -// 438:44 -[com_44] -type=text -x=10 -y=1 -width=60 -height=60 -layer=com_43 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Tiara -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 23) - -// 438:45 -[com_45] -type=model -x=26 -y=1 -width=32 -height=32 -layer=com_43 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=300 - -// 438:46 -[com_46] -type=text -x=-2 -y=32 -width=86 -height=83 -layer=com_43 -textfont=p11_full -text=Make
Tiara -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 23) - -// 438:47 -[com_47] -type=layer -x=179 -y=5 -width=84 -height=115 -layer=com_14 -hide=yes - -// 438:48 -[com_48] -type=model -x=23 -y=1 -width=32 -height=32 -layer=com_47 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 438:49 -[com_49] -type=text -y=32 -width=84 -height=84 -layer=com_47 -textfont=p11_full -text=You need a
tiara mould
to make
a tiara. -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 438:50 -[com_50] -type=layer -x=179 -y=120 -width=84 -height=112 -layer=com_14 - -// 438:51 -[com_51] -type=model -x=23 -y=1 -width=32 -height=32 -layer=com_50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -opbase=C - -// 438:52 -[com_52] -type=text -x=12 -y=1 -width=60 -height=60 -layer=com_50 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Silvthrill Rod -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 25) - -// 438:53 -[com_53] -type=model -x=23 -y=1 -width=32 -height=32 -layer=com_50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=300 - -// 438:54 -[com_54] -type=text -x=-2 -y=32 -width=88 -height=80 -layer=com_50 -textfont=p11_full -text=Make
Silvthril
Rod -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 25) - -// 438:55 -[com_55] -type=layer -x=179 -y=120 -width=84 -height=112 -layer=com_14 -hide=yes - -// 438:56 -[com_56] -type=model -x=23 -y=1 -width=32 -height=32 -layer=com_55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 438:57 -[com_57] -type=text -y=32 -width=85 -height=81 -layer=com_55 -textfont=p11_full -text=You need a
rod mould
to make this
item. -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 438:58 -[com_58] -type=layer -x=263 -y=5 -width=84 -height=115 -layer=com_14 - -// 438:59 -[com_59] -type=text -x=9 -width=60 -height=60 -layer=com_58 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Demonic Sigil -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 30) - -// 438:60 -[com_60] -type=model -x=24 -width=32 -height=32 -layer=com_58 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=300 - -// 438:61 -[com_61] -type=text -x=-2 -y=32 -width=86 -height=84 -layer=com_58 -textfont=p11_full -text=Make
Demonic
Sigil -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 30) - -// 438:62 -[com_62] -type=layer -x=263 -y=5 -width=84 -height=115 -layer=com_14 -hide=yes - -// 438:63 -[com_63] -type=model -x=19 -width=32 -height=32 -layer=com_62 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 438:64 -[com_64] -type=text -x=-1 -y=32 -width=85 -height=84 -layer=com_62 -textfont=p11_full -text=You need a
demonic sigil
mould to make
this item. -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 438:65 -[com_65] -type=layer -x=263 -y=120 -width=84 -height=112 -layer=com_14 - -// 438:66 -[com_66] -type=text -x=8 -width=60 -height=60 -layer=com_65 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Silver Bolts -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 21) - -// 438:67 -[com_67] -type=model -x=22 -width=32 -height=32 -layer=com_65 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=300 - -// 438:68 -[com_68] -type=text -y=32 -width=84 -height=81 -layer=com_65 -textfont=p11_full -text=Make
Silver
Crossbow
Bolts -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 21) - -// 438:69 -[com_69] -type=layer -x=263 -y=120 -width=84 -height=112 -layer=com_14 -hide=yes - -// 438:70 -[com_70] -type=model -x=20 -width=32 -height=32 -layer=com_69 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 438:71 -[com_71] -type=text -y=31 -width=84 -height=81 -layer=com_69 -textfont=p11_full -text=You need a
crossbow bolt
mould to make
this item. -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 438:72 -[com_72] -type=layer -x=348 -y=5 -width=84 -height=115 -layer=com_14 - -// 438:73 -[com_73] -type=text -x=9 -width=60 -height=60 -layer=com_72 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Silvthril Chain -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 47) - -// 438:74 -[com_74] -type=model -x=24 -width=32 -height=32 -layer=com_72 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -opbase=C - -// 438:75 -[com_75] -type=text -y=31 -width=84 -height=84 -layer=com_72 -textfont=p11_full -text=Make
Silvthril
Chain -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 47) - -// 438:76 -[com_76] -type=model -x=24 -width=32 -height=32 -layer=com_72 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=300 - -// 438:77 -[com_77] -type=layer -x=348 -y=5 -width=84 -height=115 -layer=com_14 -hide=yes - -// 438:78 -[com_78] -type=model -x=24 -width=32 -height=32 -layer=com_77 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 438:79 -[com_79] -type=text -y=31 -width=84 -height=83 -layer=com_77 -textfont=p11_full -text=You need a chain mould to make this item. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffaa44 - diff --git a/dumps/530/interface/interface_439.if3 b/dumps/530/interface/interface_439.if3 deleted file mode 100644 index fd40e2be7..000000000 --- a/dumps/530/interface/interface_439.if3 +++ /dev/null @@ -1,129 +0,0 @@ -// 439:0 -[com_0] -type=rectangle -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -colour=0x2a1e06 -fill=yes - -// 439:1 -[com_1] -type=model -x=9447 -y=-1219 -width=7783 -height=9817 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_top -model=model_17182 -modelorigin_x=7 -modelorigin_y=17 -modelangle_x=402 -modelangle_y=75 -modelangle_z=0 -modelzoom=272 -unknown100=982 -unknown101=3000 -modelobjwidth=243 -modelobjheight=200 - -// 439:2 -[com_2] -type=model -x=-185 -y=4863 -width=16583 -height=12466 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_top -model=model_17186 -modelorigin_x=-29 -modelorigin_y=-61 -modelangle_x=130 -modelangle_y=1814 -modelangle_z=0 -modelzoom=651 -unknown100=64982 -unknown101=3000 -modelobjwidth=518 -modelobjheight=254 - -// 439:3 -[com_3] -type=model -x=-281 -y=-6222 -width=10855 -height=13496 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_top -model=model_17183 -modelorigin_x=64 -modelorigin_y=155 -modelangle_x=130 -modelangle_y=1814 -modelangle_z=0 -modelzoom=651 -modelanim=seq_4574 -unknown100=64420 -unknown101=3000 -modelobjwidth=339 -modelobjheight=275 - -// 439:4 -[com_4] -type=model -x=6279 -y=-6517 -width=9031 -height=19088 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_top -model=model_17184 -modelorigin_x=-113 -modelorigin_y=104 -modelangle_x=135 -modelangle_y=1816 -modelangle_z=0 -modelzoom=651 -modelanim=seq_4574 -unknown100=64307 -unknown101=3000 -modelobjwidth=282 -modelobjheight=389 - -// 439:5 -[com_5] -type=model -x=615 -y=8199 -width=4199 -height=7659 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_top -model=model_17185 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=456 -modelangle_y=2032 -modelangle_z=0 -modelzoom=369 -unknown100=64259 -unknown101=3000 -modelobjwidth=131 -modelobjheight=156 - diff --git a/dumps/530/interface/interface_44.if3 b/dumps/530/interface/interface_44.if3 deleted file mode 100644 index 47296391c..000000000 --- a/dumps/530/interface/interface_44.if3 +++ /dev/null @@ -1,1763 +0,0 @@ -// 44:0 -[com_0] -type=graphic -x=12 -y=20 -width=485 -height=298 -graphic=tradebacking - -// 44:1 -[com_1] -type=graphic -x=12 -y=200 -width=88 -height=60 -graphic=tradebacking - -// 44:2 -[com_2] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 44:3 -[com_3] -type=graphic -x=-3 -y=49 -width=29 -height=253 -graphic="miscgraphics,2" -tiling=yes - -// 44:4 -[com_4] -type=graphic -x=479 -y=49 -width=43 -height=247 -graphic="miscgraphics,2" -tiling=yes -hflip=yes - -// 44:5 -[com_5] -type=text -x=43 -y=58 -width=140 -height=25 -textfont=p12_full -text=Insert a very long name here! -textshadow=yes -colour=0xffaa44 - -// 44:6 -[com_6] -type=graphic -x=37 -y=5 -width=442 -height=48 -graphic="steelborder2,0" -tiling=yes - -// 44:7 -[com_7] -type=graphic -x=37 -y=299 -width=441 -height=43 -graphic="miscgraphics,3" -tiling=yes - -// 44:8 -[com_8] -type=graphic -x=12 -y=290 -width=25 -height=30 -graphic="steelborder,2" - -// 44:9 -[com_9] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,1" - -// 44:10 -[com_10] -type=graphic -x=475 -y=290 -width=25 -height=30 -graphic="steelborder,3" - -// 44:11 -[com_11] -type=text -x=100 -y=75 -width=14 -height=14 -textfont=p12_full -text=vs -textshadow=yes -colour=0xaaaaaa - -// 44:12 -[com_12] -type=text -x=43 -y=89 -width=140 -height=25 -textfont=p12_full -text=Insert a very long name here! -textshadow=yes -colour=0xffaa44 - -// 44:13 -[com_13] -type=graphic -x=183 -y=26 -width=30 -height=288 -graphic="miscgraphics,2" -tiling=yes - -// 44:14 -[com_14] -type=graphic -x=17 -y=34 -width=181 -height=41 -graphic="steelborder2,0" -tiling=yes - -// 44:15 -[com_15] -type=text -x=38 -y=127 -width=44 -height=31 -textfont=p12_full -text=Turn: -textalignh=2 -textshadow=yes -colour=0xffaa44 - -// 44:16 -[com_16] -type=model -x=157 -y=287 -width=32 -height=32 -model=model_4612 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2048 -unknown100=0 -unknown101=3000 - -// 44:17 -[com_17] -type=layer -x=23 -y=237 -width=122 -height=37 -op1=Select -onop=script29 - -// 44:18 -[com_18] -type=layer -x=221 -y=40 -width=256 -height=256 - -// 44:19 -[com_19] -type=layer -x=22 -y=197 -width=123 -height=38 -op1=Select - -// 44:20 -[com_20] -type=text -x=21 -y=29 -width=176 -height=17 -textfont=b12_full -text=Runeversi -textshadow=yes -colour=0xffaa44 - -// 44:21 -[com_21] -type=rectangle -x=6 -y=6 -width=112 -height=24 -layer=com_17 -colour=0x000000 -fill=yes - -// 44:22 -[com_22] -type=text -x=25 -y=2 -width=66 -height=30 -layer=com_17 -textfont=p12_full -text=Resign -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xab0000 -onmouseover=script45(event_com, 0xcc0000) -onmouseleave=script45(event_com, 0xab0000) - -// 44:23 -[com_23] -type=rectangle -x=6 -y=6 -width=111 -height=29 -layer=com_19 -colour=0x000000 -fill=yes - -// 44:24 -[com_24] -type=text -x=7 -y=3 -width=110 -height=30 -layer=com_19 -textfont=p12_full -text=Offer draw -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 44:25 -[com_25] -type=graphic -x=60 -y=-15 -width=36 -height=36 -layer=com_17 -graphic="steelborder2,0" - -// 44:26 -[com_26] -type=graphic -x=62 -y=16 -width=36 -height=36 -layer=com_19 -graphic="miscgraphics,3" - -// 44:27 -[com_27] -type=graphic -x=25 -y=-14 -width=36 -height=36 -layer=com_19 -graphic="steelborder2,0" - -// 44:28 -[com_28] -type=text -x=85 -y=127 -width=111 -height=31 -textfont=p12_full -text=A very long name -textshadow=yes -colour=0xaaaaaa - -// 44:29 -[com_29] -type=model -x=221 -y=40 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:30 -[com_30] -type=model -x=285 -y=40 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:31 -[com_31] -type=model -x=349 -y=40 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:32 -[com_32] -type=model -x=413 -y=40 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:33 -[com_33] -type=model -x=253 -y=72 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:34 -[com_34] -type=model -x=317 -y=72 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:35 -[com_35] -type=model -x=381 -y=72 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:36 -[com_36] -type=model -x=445 -y=73 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:37 -[com_37] -type=model -x=222 -y=104 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:38 -[com_38] -type=model -x=285 -y=104 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:39 -[com_39] -type=model -x=349 -y=105 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:40 -[com_40] -type=model -x=412 -y=105 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:41 -[com_41] -type=model -x=252 -y=137 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:42 -[com_42] -type=model -x=317 -y=136 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:43 -[com_43] -type=model -x=380 -y=137 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:44 -[com_44] -type=model -x=444 -y=137 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:45 -[com_45] -type=model -x=222 -y=168 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:46 -[com_46] -type=model -x=284 -y=168 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:47 -[com_47] -type=model -x=349 -y=168 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:48 -[com_48] -type=model -x=413 -y=168 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:49 -[com_49] -type=model -x=252 -y=201 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:50 -[com_50] -type=model -x=381 -y=200 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:51 -[com_51] -type=model -x=444 -y=200 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:52 -[com_52] -type=model -x=221 -y=232 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:53 -[com_53] -type=model -x=284 -y=232 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:54 -[com_54] -type=model -x=348 -y=232 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:55 -[com_55] -type=model -x=413 -y=232 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:56 -[com_56] -type=model -x=253 -y=264 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:57 -[com_57] -type=model -x=317 -y=264 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:58 -[com_58] -type=model -x=381 -y=264 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:59 -[com_59] -type=model -x=317 -y=201 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:60 -[com_60] -type=model -x=444 -y=264 -width=32 -height=32 -model=model_11103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 44:61 -[com_61] -type=graphic -width=25 -height=30 -layer=com_17 -graphic="steelborder,0" - -// 44:62 -[com_62] -type=graphic -x=1 -y=1 -width=25 -height=30 -layer=com_19 -graphic="steelborder,0" - -// 44:63 -[com_63] -type=graphic -x=96 -width=25 -height=30 -layer=com_17 -graphic="steelborder,1" - -// 44:64 -[com_64] -type=graphic -x=97 -y=1 -width=25 -height=30 -layer=com_19 -graphic="steelborder,1" - -// 44:65 -[com_65] -type=graphic -x=1 -y=7 -width=25 -height=30 -layer=com_19 -graphic="steelborder,2" - -// 44:66 -[com_66] -type=graphic -x=96 -y=5 -width=25 -height=30 -layer=com_17 -graphic="steelborder,3" - -// 44:67 -[com_67] -type=graphic -x=25 -y=14 -width=36 -height=36 -layer=com_17 -graphic="miscgraphics,3" - -// 44:68 -[com_68] -type=graphic -x=97 -y=7 -width=25 -height=30 -layer=com_19 -graphic="steelborder,3" - -// 44:69 -[com_69] -type=text -x=23 -y=185 -width=169 -height=11 -textfont=p11_full -text=Blah blah blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 44:70 -[com_70] -type=graphic -x=26 -y=16 -width=36 -height=36 -layer=com_19 -graphic="miscgraphics,3" - -// 44:71 -[com_71] -type=graphic -x=61 -y=-14 -width=36 -height=36 -layer=com_19 -graphic="steelborder2,0" - -// 44:72 -[com_72] -type=text -x=23 -y=160 -width=169 -height=11 -textfont=p11_full -text=Blah blah blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 44:73 -[com_73] -type=text -x=27 -y=157 -width=160 -height=14 -textfont=b12_full -text=Blah blah blah blah blah! -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 44:74 -[com_74] -type=layer -x=26 -y=265 -width=78 -height=42 -hide=yes -op1=Close -onop=script29 - -// 44:75 -[com_75] -type=rectangle -x=6 -y=6 -width=66 -height=31 -layer=com_74 -colour=0x000000 -fill=yes - -// 44:76 -[com_76] -type=text -x=23 -y=15 -width=31 -height=14 -layer=com_74 -textfont=p12_full -text=Close -textshadow=yes -colour=0x800000 - -// 44:77 -[com_77] -type=graphic -x=24 -y=-15 -width=36 -height=36 -layer=com_17 -graphic="steelborder2,0" - -// 44:78 -[com_78] -type=graphic -width=25 -height=30 -layer=com_74 -graphic="steelborder,0" - -// 44:79 -[com_79] -type=graphic -x=53 -width=25 -height=30 -layer=com_74 -graphic="steelborder,1" - -// 44:80 -[com_80] -type=graphic -y=5 -width=25 -height=30 -layer=com_17 -graphic="steelborder,2" - -// 44:81 -[com_81] -type=graphic -x=53 -y=12 -width=25 -height=30 -layer=com_74 -graphic="steelborder,3" - -// 44:82 -[com_82] -type=graphic -x=61 -y=14 -width=36 -height=36 -layer=com_17 -graphic="miscgraphics,3" - -// 44:83 -[com_83] -type=model -x=20 -y=57 -width=20 -height=20 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 44:84 -[com_84] -type=model -x=20 -y=87 -width=20 -height=20 -model=model_2652 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 44:85 -[com_85] -type=rectangle -x=221 -y=40 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:86 -[com_86] -type=rectangle -x=253 -y=40 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:87 -[com_87] -type=rectangle -x=285 -y=40 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:88 -[com_88] -type=rectangle -x=317 -y=40 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:89 -[com_89] -type=rectangle -x=349 -y=40 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:90 -[com_90] -type=rectangle -x=381 -y=40 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:91 -[com_91] -type=rectangle -x=413 -y=40 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:92 -[com_92] -type=rectangle -x=445 -y=40 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:93 -[com_93] -type=rectangle -x=221 -y=72 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:94 -[com_94] -type=rectangle -x=253 -y=72 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:95 -[com_95] -type=rectangle -x=285 -y=72 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:96 -[com_96] -type=rectangle -x=317 -y=72 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:97 -[com_97] -type=rectangle -x=349 -y=72 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:98 -[com_98] -type=rectangle -x=381 -y=72 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:99 -[com_99] -type=rectangle -x=413 -y=72 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:100 -[com_100] -type=rectangle -x=445 -y=72 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:101 -[com_101] -type=rectangle -x=221 -y=104 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:102 -[com_102] -type=rectangle -x=253 -y=104 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:103 -[com_103] -type=rectangle -x=285 -y=104 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:104 -[com_104] -type=rectangle -x=317 -y=104 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:105 -[com_105] -type=rectangle -x=349 -y=104 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:106 -[com_106] -type=rectangle -x=381 -y=104 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:107 -[com_107] -type=rectangle -x=413 -y=104 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:108 -[com_108] -type=rectangle -x=445 -y=104 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:109 -[com_109] -type=rectangle -x=221 -y=136 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:110 -[com_110] -type=rectangle -x=253 -y=136 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:111 -[com_111] -type=rectangle -x=285 -y=136 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:112 -[com_112] -type=rectangle -x=317 -y=136 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:113 -[com_113] -type=rectangle -x=349 -y=136 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:114 -[com_114] -type=rectangle -x=381 -y=136 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:115 -[com_115] -type=rectangle -x=413 -y=136 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:116 -[com_116] -type=rectangle -x=445 -y=136 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:117 -[com_117] -type=rectangle -x=221 -y=168 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:118 -[com_118] -type=rectangle -x=253 -y=168 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:119 -[com_119] -type=rectangle -x=285 -y=168 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:120 -[com_120] -type=rectangle -x=317 -y=168 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:121 -[com_121] -type=rectangle -x=349 -y=168 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:122 -[com_122] -type=rectangle -x=381 -y=168 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:123 -[com_123] -type=rectangle -x=413 -y=168 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:124 -[com_124] -type=rectangle -x=445 -y=168 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:125 -[com_125] -type=rectangle -x=221 -y=200 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:126 -[com_126] -type=rectangle -x=253 -y=200 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:127 -[com_127] -type=rectangle -x=285 -y=200 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:128 -[com_128] -type=rectangle -x=317 -y=200 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:129 -[com_129] -type=rectangle -x=349 -y=200 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:130 -[com_130] -type=rectangle -x=381 -y=200 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:131 -[com_131] -type=rectangle -x=413 -y=200 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:132 -[com_132] -type=rectangle -x=445 -y=200 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:133 -[com_133] -type=rectangle -x=221 -y=232 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:134 -[com_134] -type=rectangle -x=253 -y=232 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:135 -[com_135] -type=rectangle -x=285 -y=232 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:136 -[com_136] -type=rectangle -x=317 -y=232 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:137 -[com_137] -type=rectangle -x=349 -y=232 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:138 -[com_138] -type=rectangle -x=381 -y=232 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:139 -[com_139] -type=rectangle -x=413 -y=232 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:140 -[com_140] -type=rectangle -x=445 -y=232 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:141 -[com_141] -type=rectangle -x=221 -y=264 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:142 -[com_142] -type=rectangle -x=253 -y=264 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:143 -[com_143] -type=rectangle -x=285 -y=264 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:144 -[com_144] -type=rectangle -x=317 -y=264 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:145 -[com_145] -type=rectangle -x=349 -y=264 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:146 -[com_146] -type=rectangle -x=381 -y=264 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:147 -[com_147] -type=rectangle -x=413 -y=264 -width=32 -height=32 -colour=0xffffff -op1=Select - -// 44:148 -[com_148] -type=rectangle -x=445 -y=264 -width=32 -height=32 -colour=0xffffff -op1=Select - diff --git a/dumps/530/interface/interface_440.if3 b/dumps/530/interface/interface_440.if3 deleted file mode 100644 index 0897360c9..000000000 --- a/dumps/530/interface/interface_440.if3 +++ /dev/null @@ -1,133 +0,0 @@ -// 440:0 -[com_0] -type=rectangle -x=4 -y=33 -width=16647 -height=19628 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes -trans=64 - -// 440:1 -[com_1] -type=model -x=4 -y=-7 -width=243 -height=299 -xmode=abs_centre -ymode=abs_centre -model=model_17345 -modelorigin_x=-13 -modelorigin_y=3 -modelangle_x=456 -modelangle_y=2041 -modelangle_z=0 -modelzoom=594 -unknown100=64112 -unknown101=3000 - -// 440:2 -[com_2] -type=model -x=74 -y=106 -width=71 -height=117 -xmode=abs_centre -ymode=abs_centre -model=model_17342 -modelorigin_x=-83 -modelorigin_y=-110 -modelangle_x=456 -modelangle_y=2041 -modelangle_z=0 -modelzoom=594 -unknown100=64107 -unknown101=3000 - -// 440:3 -[com_3] -type=text -x=-3 -y=-92 -width=198 -height=17 -xmode=abs_centre -ymode=abs_centre -textfont=b12_full -text=Certificate of Qualification -textalignh=1 -colour=0x000000 - -// 440:4 -[com_4] -type=text -x=-2 -y=-55 -width=196 -height=50 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text=Earth Sciences Level 1
This is to certify that -textalignh=1 -colour=0x000000 - -// 440:5 -[com_5] -type=text -x=-2 -y=-7 -width=47 -height=17 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text= -textalignh=1 -colour=0x000000 - -// 440:6 -[com_6] -type=text -x=2 -y=33 -width=195 -height=34 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text=has passed the Level 1
Earth Sciences exam. -textalignh=1 -colour=0x000000 - -// 440:7 -[com_7] -type=graphic -x=240 -y=-151 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,4" - -// 440:8 -[com_8] -type=graphic -x=240 -y=-151 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,5" -op1=Close -onop=script29 - diff --git a/dumps/530/interface/interface_441.if3 b/dumps/530/interface/interface_441.if3 deleted file mode 100644 index 98f65a25d..000000000 --- a/dumps/530/interface/interface_441.if3 +++ /dev/null @@ -1,133 +0,0 @@ -// 441:0 -[com_0] -type=rectangle -x=4 -y=33 -width=16647 -height=19628 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes -trans=64 - -// 441:1 -[com_1] -type=model -x=4 -y=-7 -width=243 -height=299 -xmode=abs_centre -ymode=abs_centre -model=model_17345 -modelorigin_x=-13 -modelorigin_y=3 -modelangle_x=456 -modelangle_y=2041 -modelangle_z=0 -modelzoom=594 -unknown100=64112 -unknown101=3000 - -// 441:2 -[com_2] -type=model -x=74 -y=106 -width=71 -height=117 -xmode=abs_centre -ymode=abs_centre -model=model_17344 -modelorigin_x=-83 -modelorigin_y=-110 -modelangle_x=456 -modelangle_y=2041 -modelangle_z=0 -modelzoom=594 -unknown100=64107 -unknown101=3000 - -// 441:3 -[com_3] -type=text -x=-4 -y=-92 -width=198 -height=17 -xmode=abs_centre -ymode=abs_centre -textfont=b12_full -text=Certificate of Qualification -textalignh=1 -colour=0x000000 - -// 441:4 -[com_4] -type=text -x=-3 -y=-56 -width=197 -height=44 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text=Earth Sciences Level 2
This is to certify that -textalignh=1 -colour=0x000000 - -// 441:5 -[com_5] -type=text -x=-2 -y=-7 -width=47 -height=17 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text= -textalignh=1 -colour=0x000000 - -// 441:6 -[com_6] -type=text -x=2 -y=34 -width=201 -height=32 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text=has passed the Level 2
Earth Sciences exam. -textalignh=1 -colour=0x000000 - -// 441:7 -[com_7] -type=graphic -x=240 -y=-151 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,4" - -// 441:8 -[com_8] -type=graphic -x=240 -y=-151 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,5" -op1=Close -onop=script29 - diff --git a/dumps/530/interface/interface_442.if3 b/dumps/530/interface/interface_442.if3 deleted file mode 100644 index dced49fd7..000000000 --- a/dumps/530/interface/interface_442.if3 +++ /dev/null @@ -1,567 +0,0 @@ -// 442:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 442:1 -[com_1] -type=rectangle -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -colour=0x34270f -fill=yes -trans=50 - -// 442:2 -[com_2] -type=model -x=126 -y=18 -width=385 -height=317 -layer=com_0 -model=model_17189 -modelorigin_x=-33 -modelorigin_y=42 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64191 -unknown101=3000 - -// 442:3 -[com_3] -type=model -x=333 -y=59 -width=144 -height=144 -layer=com_0 -model=model_17195 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64023 -unknown101=3000 - -// 442:4 -[com_4] -type=model -x=169 -y=60 -width=33 -height=67 -layer=com_0 -model=model_17192 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64145 -unknown101=3000 -op1=Insert coin - -// 442:5 -[com_5] -type=model -x=163 -y=160 -width=61 -height=51 -layer=com_0 -model=model_17190 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64179 -unknown101=3000 - -// 442:6 -[com_6] -type=model -x=172 -y=250 -width=56 -height=45 -layer=com_0 -model=model_17191 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64166 -unknown101=3000 - -// 442:7 -[com_7] -type=model -x=149 -y=165 -width=98 -height=106 -layer=com_0 -model=model_17193 -modelorigin_x=-5 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64161 -unknown101=3000 - -// 442:8 -[com_8] -type=model -x=-37 -y=113 -width=224 -height=153 -layer=com_0 -model=model_17187 -modelorigin_x=15 -modelorigin_y=2 -modelangle_x=119 -modelangle_y=290 -modelangle_z=73 -modelzoom=385 -unknown100=64345 -unknown101=3000 - -// 442:9 -[com_9] -type=model -x=58 -y=147 -width=40 -height=40 -layer=com_0 -model=null -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=381 -modelangle_y=0 -modelangle_z=62 -modelzoom=300 -unknown100=64346 -unknown101=3000 - -// 442:10 -[com_10] -type=model -x=279 -y=120 -width=55 -height=23 -layer=com_0 -model=model_17194 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64001 -unknown101=3000 -op1=Exchange - -// 442:11 -[com_11] -type=rectangle -x=177 -y=166 -width=32 -height=32 -layer=com_0 -colour=0xffff00 -trans=255 -op1=Cancel exchange - -// 442:12 -[com_12] -type=rectangle -x=177 -y=202 -width=32 -height=32 -layer=com_0 -colour=0xffff00 -trans=255 -op1=Accept exchange - -// 442:13 -[com_13] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_0 -colour=0x000000 - -// 442:14 -[com_14] -type=layer -x=229 -y=77 -width=36 -height=159 -layer=com_0 -onload=script1322(interface_442:com_15, interface_442:com_16, interface_442:com_17) -oninvtransmit=script1322(interface_442:com_15, interface_442:com_16, interface_442:com_17) -oninvtransmitlist=inv_438 - -// 442:15 -[com_15] -type=graphic -y=1 -width=36 -height=32 -layer=com_14 -outline=1 -graphicshadow=6579300 -op10=Examine - -// 442:16 -[com_16] -type=graphic -y=63 -width=36 -height=32 -layer=com_14 -outline=1 -graphicshadow=6579300 -op10=Examine - -// 442:17 -[com_17] -type=graphic -y=125 -width=36 -height=32 -layer=com_14 -outline=1 -graphicshadow=6579300 -op10=Examine - -// 442:18 -[com_18] -type=layer -x=358 -y=81 -width=99 -height=99 -layer=com_0 -onload=script1323(interface_442:com_19, interface_442:com_20, interface_442:com_21, interface_442:com_22) -oninvtransmit=script1323(interface_442:com_19, interface_442:com_20, interface_442:com_21, interface_442:com_22) -oninvtransmitlist=inv_439 - -// 442:19 -[com_19] -type=graphic -y=1 -width=36 -height=32 -layer=com_18 -outline=1 -graphicshadow=6579300 -op10=Examine - -// 442:20 -[com_20] -type=graphic -x=63 -y=1 -width=36 -height=32 -layer=com_18 -outline=1 -graphicshadow=6579300 -op10=Examine - -// 442:21 -[com_21] -type=graphic -y=65 -width=36 -height=32 -layer=com_18 -outline=1 -graphicshadow=6579300 -op10=Examine - -// 442:22 -[com_22] -type=graphic -x=63 -y=65 -width=36 -height=32 -layer=com_18 -outline=1 -graphicshadow=6579300 -op10=Examine - -// 442:23 -[com_23] -type=graphic -x=479 -y=5 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 442:24 -[com_24] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 442:25 -[com_25] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 442:26 -[com_26] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_25 - -// 442:27 -[com_27] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 442:28 -[com_28] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 442:29 -[com_29] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 442:30 -[com_30] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 442:31 -[com_31] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 442:32 -[com_32] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 442:33 -[com_33] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 442:34 -[com_34] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 442:35 -[com_35] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_26 - -// 442:36 -[com_36] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_26 - -// 442:37 -[com_37] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_26 - -// 442:38 -[com_38] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_26 - -// 442:39 -[com_39] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_26 - -// 442:40 -[com_40] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_36 -graphic=tradebacking -tiling=yes -outline=2 - -// 442:41 -[com_41] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_35 -graphic=tradebacking -tiling=yes -outline=2 - -// 442:42 -[com_42] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_37 -graphic=tradebacking -tiling=yes -outline=2 - -// 442:43 -[com_43] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_38 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_443.if3 b/dumps/530/interface/interface_443.if3 deleted file mode 100644 index 85c3fcab5..000000000 --- a/dumps/530/interface/interface_443.if3 +++ /dev/null @@ -1,323 +0,0 @@ -// 443:0 -[com_0] -type=rectangle -width=16455 -height=16440 -widthmode=proportion -heightmode=proportion -layer=com_6 -colour=0x2a1e06 -fill=yes - -// 443:1 -[com_1] -type=model -x=55 -y=-108 -width=395 -height=647 -layer=com_6 -model=model_17199 -modelorigin_x=0 -modelorigin_y=320 -modelangle_x=72 -modelangle_y=0 -modelangle_z=0 -modelzoom=160 -unknown100=65050 -unknown101=3000 - -// 443:2 -[com_2] -type=model -x=272 -y=102 -width=111 -height=137 -layer=com_6 -model=model_17197 -modelorigin_x=-31 -modelorigin_y=18 -modelangle_x=594 -modelangle_y=9 -modelangle_z=0 -modelzoom=784 -unknown100=64046 -unknown101=3000 - -// 443:3 -[com_3] -type=model -x=141 -y=157 -width=139 -height=96 -layer=com_6 -model=model_17198 -modelorigin_x=86 -modelorigin_y=-17 -modelangle_x=594 -modelangle_y=9 -modelangle_z=0 -modelzoom=784 -unknown100=64021 -unknown101=3000 - -// 443:4 -[com_4] -type=model -x=115 -y=14 -width=158 -height=199 -layer=com_6 -model=model_17196 -modelorigin_x=127 -modelorigin_y=101 -modelangle_x=594 -modelangle_y=9 -modelangle_z=0 -modelzoom=656 -unknown100=64073 -unknown101=3000 - -// 443:5 -[com_5] -type=graphic -x=479 -y=8 -width=26 -height=23 -layer=com_6 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 443:6 -[com_6] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 443:7 -[com_7] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 443:8 -[com_8] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_7 - -// 443:9 -[com_9] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 443:10 -[com_10] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 443:11 -[com_11] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 443:12 -[com_12] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 443:13 -[com_13] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 443:14 -[com_14] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 443:15 -[com_15] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 443:16 -[com_16] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 443:17 -[com_17] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_8 - -// 443:18 -[com_18] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_8 - -// 443:19 -[com_19] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_8 - -// 443:20 -[com_20] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_8 - -// 443:21 -[com_21] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_8 - -// 443:22 -[com_22] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_18 -graphic=tradebacking -tiling=yes -outline=2 - -// 443:23 -[com_23] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - -// 443:24 -[com_24] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_19 -graphic=tradebacking -tiling=yes -outline=2 - -// 443:25 -[com_25] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_20 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_444.if3 b/dumps/530/interface/interface_444.if3 deleted file mode 100644 index 9600ad71c..000000000 --- a/dumps/530/interface/interface_444.if3 +++ /dev/null @@ -1,133 +0,0 @@ -// 444:0 -[com_0] -type=rectangle -x=4 -y=33 -width=16647 -height=19628 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes -trans=64 - -// 444:1 -[com_1] -type=model -x=4 -y=-7 -width=243 -height=299 -xmode=abs_centre -ymode=abs_centre -model=model_17345 -modelorigin_x=-13 -modelorigin_y=3 -modelangle_x=456 -modelangle_y=2041 -modelangle_z=0 -modelzoom=594 -unknown100=64112 -unknown101=3000 - -// 444:2 -[com_2] -type=model -x=74 -y=106 -width=71 -height=117 -xmode=abs_centre -ymode=abs_centre -model=model_17339 -modelorigin_x=-83 -modelorigin_y=-110 -modelangle_x=456 -modelangle_y=2041 -modelangle_z=0 -modelzoom=594 -unknown100=64107 -unknown101=3000 - -// 444:3 -[com_3] -type=text -x=-4 -y=-92 -width=200 -height=17 -xmode=abs_centre -ymode=abs_centre -textfont=b12_full -text=Certificate of Qualification -textalignh=1 -colour=0x000000 - -// 444:4 -[com_4] -type=text -x=-4 -y=-49 -width=162 -height=58 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text=Earth Sciences Level 3
This is to certify that -textalignh=1 -colour=0x000000 - -// 444:5 -[com_5] -type=text -x=-2 -y=-7 -width=47 -height=17 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text= -textalignh=1 -colour=0x000000 - -// 444:6 -[com_6] -type=text -x=-1 -y=33 -width=150 -height=32 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text=has passed the Level 3
Earth Sciences exam. -textalignh=1 -colour=0x000000 - -// 444:7 -[com_7] -type=graphic -x=240 -y=-151 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,4" - -// 444:8 -[com_8] -type=graphic -x=240 -y=-151 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,5" -op1=Close -onop=script29 - diff --git a/dumps/530/interface/interface_445.if3 b/dumps/530/interface/interface_445.if3 deleted file mode 100644 index 776888b20..000000000 --- a/dumps/530/interface/interface_445.if3 +++ /dev/null @@ -1,40 +0,0 @@ -// 445:0 -[com_0] -type=text -x=1 -y=1 -width=504 -height=100 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 - -// 445:1 -[com_1] -type=text -x=1 -y=104 -width=252 -height=17 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - -// 445:2 -[com_2] -type=text -x=253 -y=104 -width=252 -height=17 -textfont=q8_full -text=Visit the Website -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_446.if3 b/dumps/530/interface/interface_446.if3 deleted file mode 100644 index e50434485..000000000 --- a/dumps/530/interface/interface_446.if3 +++ /dev/null @@ -1,1331 +0,0 @@ -// 446:0 -[com_0] -type=graphic -x=17 -y=26 -width=480 -height=293 -graphic=tradebacking -tiling=yes -opbase= - -// 446:1 -[com_1] -type=graphic -y=26 -width=37 -height=276 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 446:2 -[com_2] -type=graphic -x=479 -y=26 -width=22 -height=281 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 446:3 -[com_3] -type=graphic -x=15 -y=302 -width=468 -height=23 -graphic="v2_stone_borders,2" -tiling=yes - -// 446:4 -[com_4] -type=graphic -x=14 -y=10 -width=478 -height=38 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 446:5 -[com_5] -type=graphic -x=467 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,7" -opbase= - -// 446:6 -[com_6] -type=graphic -x=13 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 446:7 -[com_7] -type=graphic -x=13 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,4" -opbase= - -// 446:8 -[com_8] -type=graphic -x=467 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,5" -opbase= - -// 446:9 -[com_9] -type=graphic -x=16 -y=38 -width=477 -height=35 -graphic="v2_stone_borders,8" -tiling=yes - -// 446:10 -[com_10] -type=graphic -x=13 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,9" -tiling=yes - -// 446:11 -[com_11] -type=graphic -x=467 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,10" -tiling=yes - -// 446:12 -[com_12] -type=graphic -x=471 -y=32 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 446:13 -[com_13] -type=text -x=17 -y=29 -width=477 -height=24 -textfont=b12_full -text=What would you like to make? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff991f - -// 446:14 -[com_14] -type=layer -x=24 -y=66 -width=450 -height=60 - -// 446:15 -[com_15] -type=model -x=15 -y=10 -width=32 -height=32 -layer=com_14 -model=model_2666 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=321 -modelangle_y=1833 -modelangle_z=0 -modelzoom=571 -unknown100=0 -unknown101=3000 - -// 446:16 -[com_16] -type=text -x=72 -y=24 -width=378 -height=36 -layer=com_14 -textfont=p12_full -text=You need a ring mould to craft rings. -textshadow=yes -colour=0xff991f - -// 446:17 -[com_17] -type=text -x=80 -y=66 -width=394 -height=25 -textfont=b12_full -text=Rings -textshadow=yes -colour=0xff9900 - -// 446:18 -[com_18] -type=layer -x=80 -y=66 -width=394 -height=60 - -// 446:19 -[com_19] -type=model -x=20 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 446:20 -[com_20] -type=layer -x=20 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Gold Ring -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:21 -[com_21] -type=model -x=65 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 446:22 -[com_22] -type=layer -x=65 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Sapphire Ring -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:23 -[com_23] -type=model -x=110 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 446:24 -[com_24] -type=layer -x=110 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Emerald Ring -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:25 -[com_25] -type=model -x=155 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 446:26 -[com_26] -type=layer -x=155 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Ruby Ring -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:27 -[com_27] -type=model -x=200 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 446:28 -[com_28] -type=layer -x=200 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Diamond Ring -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:29 -[com_29] -type=model -x=245 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 446:30 -[com_30] -type=layer -x=245 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Dragonstone Ring -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:31 -[com_31] -type=model -x=290 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 446:32 -[com_32] -type=layer -x=290 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Onyx Ring -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:33 -[com_33] -type=model -x=290 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 446:34 -[com_34] -type=model -x=335 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 446:35 -[com_35] -type=layer -x=335 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Slayer Ring -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:36 -[com_36] -type=layer -x=24 -y=127 -width=450 -height=60 - -// 446:37 -[com_37] -type=model -x=11 -y=7 -width=43 -height=38 -layer=com_36 -model=model_2729 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=306 -modelangle_y=1797 -modelangle_z=0 -modelzoom=571 -unknown100=0 -unknown101=3000 - -// 446:38 -[com_38] -type=text -x=72 -y=24 -width=378 -height=36 -layer=com_36 -textfont=p12_full -text=You need a necklace mould to craft necklaces. -textshadow=yes -colour=0xff991f - -// 446:39 -[com_39] -type=text -x=80 -y=127 -width=394 -height=25 -textfont=b12_full -text=Necklaces -textshadow=yes -colour=0xff9900 - -// 446:40 -[com_40] -type=layer -x=80 -y=128 -width=394 -height=60 - -// 446:41 -[com_41] -type=model -x=32 -y=20 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:42 -[com_42] -type=layer -x=32 -y=20 -width=32 -height=32 -layer=com_40 -opbase=Gold Necklace -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:43 -[com_43] -type=model -x=82 -y=20 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:44 -[com_44] -type=layer -x=82 -y=20 -width=32 -height=32 -layer=com_40 -opbase=Sapphire Necklace -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:45 -[com_45] -type=model -x=132 -y=20 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=200 -unknown100=0 -unknown101=3000 - -// 446:46 -[com_46] -type=layer -x=132 -y=20 -width=32 -height=32 -layer=com_40 -opbase=Emerald Necklace -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:47 -[com_47] -type=model -x=182 -y=20 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:48 -[com_48] -type=layer -x=182 -y=20 -width=32 -height=32 -layer=com_40 -opbase=Ruby Necklace -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:49 -[com_49] -type=model -x=233 -y=20 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:50 -[com_50] -type=layer -x=232 -y=20 -width=32 -height=32 -layer=com_40 -opbase=Diamond Necklace -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:51 -[com_51] -type=model -x=281 -y=20 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:52 -[com_52] -type=layer -x=282 -y=20 -width=32 -height=32 -layer=com_40 -opbase=Dragonstone Necklace -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:53 -[com_53] -type=model -x=332 -y=20 -width=32 -height=32 -layer=com_40 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:54 -[com_54] -type=layer -x=332 -y=20 -width=32 -height=32 -layer=com_40 -opbase=Onyx Necklace -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:55 -[com_55] -type=layer -x=24 -y=188 -width=450 -height=60 - -// 446:56 -[com_56] -type=model -x=15 -y=10 -width=32 -height=32 -layer=com_55 -model=model_2368 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=357 -modelangle_y=1764 -modelangle_z=0 -modelzoom=443 -unknown100=0 -unknown101=3000 - -// 446:57 -[com_57] -type=text -x=72 -y=24 -width=378 -height=36 -layer=com_55 -textfont=p12_full -text=You need an amulet mould to craft amulets. -textshadow=yes -colour=0xff991f - -// 446:58 -[com_58] -type=text -x=80 -y=188 -width=394 -height=25 -textfont=b12_full -text=Amulets -textshadow=yes -colour=0xff9900 - -// 446:59 -[com_59] -type=layer -x=79 -y=190 -width=394 -height=60 - -// 446:60 -[com_60] -type=model -x=32 -y=20 -width=32 -height=32 -layer=com_59 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:61 -[com_61] -type=layer -x=33 -y=20 -width=32 -height=32 -layer=com_59 -opbase=Gold Amulet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:62 -[com_62] -type=model -x=83 -y=20 -width=32 -height=32 -layer=com_59 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:63 -[com_63] -type=layer -x=83 -y=20 -width=32 -height=32 -layer=com_59 -opbase=Sapphire Amulet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:64 -[com_64] -type=model -x=133 -y=20 -width=32 -height=32 -layer=com_59 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:65 -[com_65] -type=layer -x=133 -y=20 -width=32 -height=32 -layer=com_59 -opbase=Emerald Amulet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:66 -[com_66] -type=model -x=182 -y=20 -width=32 -height=32 -layer=com_59 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:67 -[com_67] -type=layer -x=183 -y=20 -width=32 -height=32 -layer=com_59 -opbase=Ruby Amulet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:68 -[com_68] -type=model -x=233 -y=20 -width=32 -height=32 -layer=com_59 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:69 -[com_69] -type=layer -x=233 -y=20 -width=32 -height=32 -layer=com_59 -opbase=Diamond Amulet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:70 -[com_70] -type=model -x=283 -y=20 -width=32 -height=32 -layer=com_59 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:71 -[com_71] -type=layer -x=283 -y=20 -width=32 -height=32 -layer=com_59 -opbase=Dragonstone Amulet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:72 -[com_72] -type=model -x=333 -y=20 -width=32 -height=32 -layer=com_59 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:73 -[com_73] -type=layer -x=333 -y=20 -width=32 -height=32 -layer=com_59 -opbase=Onyx Amulet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:74 -[com_74] -type=layer -x=24 -y=249 -width=450 -height=60 - -// 446:75 -[com_75] -type=model -x=15 -y=10 -width=32 -height=32 -layer=com_74 -model=model_24565 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=294 -modelangle_y=1743 -modelangle_z=0 -modelzoom=443 -unknown100=0 -unknown101=3000 - -// 446:76 -[com_76] -type=text -x=72 -y=24 -width=378 -height=36 -layer=com_74 -textfont=p12_full -text=You need a bracelet mould to craft bracelets. -textshadow=yes -colour=0xff991f - -// 446:77 -[com_77] -type=text -x=80 -y=249 -width=394 -height=25 -textfont=b12_full -text=Bracelets -textshadow=yes -colour=0xff9900 - -// 446:78 -[com_78] -type=layer -x=80 -y=249 -width=394 -height=60 - -// 446:79 -[com_79] -type=model -x=32 -y=20 -width=32 -height=32 -layer=com_78 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:80 -[com_80] -type=layer -x=32 -y=20 -width=32 -height=32 -layer=com_78 -opbase=Gold Bracelet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:81 -[com_81] -type=model -x=82 -y=20 -width=32 -height=32 -layer=com_78 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:82 -[com_82] -type=layer -x=82 -y=20 -width=32 -height=32 -layer=com_78 -opbase=Sapphire Bracelet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:83 -[com_83] -type=model -x=132 -y=20 -width=32 -height=32 -layer=com_78 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:84 -[com_84] -type=layer -x=132 -y=20 -width=32 -height=32 -layer=com_78 -opbase=Emerald Bracelet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:85 -[com_85] -type=model -x=182 -y=20 -width=32 -height=32 -layer=com_78 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:86 -[com_86] -type=layer -x=182 -y=20 -width=32 -height=32 -layer=com_78 -opbase=Ruby Bracelet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:87 -[com_87] -type=model -x=232 -y=20 -width=32 -height=32 -layer=com_78 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:88 -[com_88] -type=layer -x=232 -y=20 -width=32 -height=32 -layer=com_78 -opbase=Diamond Bracelet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:89 -[com_89] -type=model -x=282 -y=20 -width=32 -height=32 -layer=com_78 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:90 -[com_90] -type=layer -x=282 -y=20 -width=32 -height=32 -layer=com_78 -opbase=Dragonstone Bracelet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - -// 446:91 -[com_91] -type=model -x=332 -y=20 -width=32 -height=32 -layer=com_78 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 446:92 -[com_92] -type=layer -x=332 -y=20 -width=32 -height=32 -layer=com_78 -opbase=Onyx Bracelet -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X - diff --git a/dumps/530/interface/interface_447.if3 b/dumps/530/interface/interface_447.if3 deleted file mode 100644 index b1d05155e..000000000 --- a/dumps/530/interface/interface_447.if3 +++ /dev/null @@ -1,71 +0,0 @@ -// 447:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_3 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 447:1 -[com_1] -type=model -x=92 -y=315 -width=141 -height=149 -layer=com_3 -model=model_39761 -modelorigin_x=-6 -modelorigin_y=3 -modelangle_x=51 -modelangle_y=1888 -modelangle_z=34 -modelzoom=1824 -modelanim=seq_9848 -unknown100=0 -unknown101=3000 - -// 447:2 -[com_2] -type=model -x=563 -y=310 -width=114 -height=161 -layer=com_3 -model=model_39040 -modelorigin_x=-16 -modelorigin_y=2 -modelangle_x=69 -modelangle_y=141 -modelangle_z=2003 -modelzoom=1696 -modelanim=seq_840 -unknown100=0 -unknown101=3000 - -// 447:3 -[com_3] -type=layer -width=765 -height=503 - -// 447:4 -[com_4] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_3 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_448.if3 b/dumps/530/interface/interface_448.if3 deleted file mode 100644 index 722288bea..000000000 --- a/dumps/530/interface/interface_448.if3 +++ /dev/null @@ -1,38 +0,0 @@ -// 448:0 -[com_0] -type=rectangle -y=89 -width=16391 -height=25122 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x1d7878 -fill=yes -trans=196 - -// 448:1 -[com_1] -type=model -x=10 -y=-31 -width=39 -height=27280 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_23154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=61 -modelanim=seq_1921 -unknown100=65013 -unknown101=3000 -modelobjwidth=1 -modelobjheight=556 - diff --git a/dumps/530/interface/interface_449.if b/dumps/530/interface/interface_449.if deleted file mode 100644 index 3a619eec7..000000000 --- a/dumps/530/interface/interface_449.if +++ /dev/null @@ -1,3 +0,0 @@ -// 449:0 -[com_0] - diff --git a/dumps/530/interface/interface_45.if b/dumps/530/interface/interface_45.if deleted file mode 100644 index 5a968a612..000000000 --- a/dumps/530/interface/interface_45.if +++ /dev/null @@ -1,354 +0,0 @@ -// 45:0 -[com_0] - -// 45:1 -[com_1] - -// 45:2 -[com_2] - -// 45:3 -[com_3] - -// 45:4 -[com_4] - -// 45:5 -[com_5] - -// 45:6 -[com_6] - -// 45:7 -[com_7] - -// 45:8 -[com_8] - -// 45:9 -[com_9] - -// 45:10 -[com_10] - -// 45:11 -[com_11] - -// 45:12 -[com_12] - -// 45:13 -[com_13] - -// 45:14 -[com_14] - -// 45:15 -[com_15] - -// 45:16 -[com_16] - -// 45:17 -[com_17] - -// 45:18 -[com_18] - -// 45:19 -[com_19] - -// 45:20 -[com_20] - -// 45:21 -[com_21] - -// 45:22 -[com_22] - -// 45:23 -[com_23] - -// 45:24 -[com_24] - -// 45:25 -[com_25] - -// 45:26 -[com_26] - -// 45:27 -[com_27] - -// 45:28 -[com_28] - -// 45:29 -[com_29] - -// 45:30 -[com_30] - -// 45:31 -[com_31] - -// 45:32 -[com_32] - -// 45:33 -[com_33] - -// 45:34 -[com_34] - -// 45:35 -[com_35] - -// 45:36 -[com_36] - -// 45:37 -[com_37] - -// 45:38 -[com_38] - -// 45:39 -[com_39] - -// 45:40 -[com_40] - -// 45:41 -[com_41] - -// 45:42 -[com_42] - -// 45:43 -[com_43] - -// 45:44 -[com_44] - -// 45:45 -[com_45] - -// 45:46 -[com_46] - -// 45:47 -[com_47] - -// 45:48 -[com_48] - -// 45:49 -[com_49] - -// 45:50 -[com_50] - -// 45:51 -[com_51] - -// 45:52 -[com_52] - -// 45:53 -[com_53] - -// 45:54 -[com_54] - -// 45:55 -[com_55] - -// 45:56 -[com_56] - -// 45:57 -[com_57] - -// 45:58 -[com_58] - -// 45:59 -[com_59] - -// 45:60 -[com_60] - -// 45:61 -[com_61] - -// 45:62 -[com_62] - -// 45:63 -[com_63] - -// 45:64 -[com_64] - -// 45:65 -[com_65] - -// 45:66 -[com_66] - -// 45:67 -[com_67] - -// 45:68 -[com_68] - -// 45:69 -[com_69] - -// 45:70 -[com_70] - -// 45:71 -[com_71] - -// 45:72 -[com_72] - -// 45:73 -[com_73] - -// 45:74 -[com_74] - -// 45:75 -[com_75] - -// 45:76 -[com_76] - -// 45:77 -[com_77] - -// 45:78 -[com_78] - -// 45:79 -[com_79] - -// 45:80 -[com_80] - -// 45:81 -[com_81] - -// 45:82 -[com_82] - -// 45:83 -[com_83] - -// 45:84 -[com_84] - -// 45:85 -[com_85] - -// 45:86 -[com_86] - -// 45:87 -[com_87] - -// 45:88 -[com_88] - -// 45:89 -[com_89] - -// 45:90 -[com_90] - -// 45:91 -[com_91] - -// 45:92 -[com_92] - -// 45:93 -[com_93] - -// 45:94 -[com_94] - -// 45:95 -[com_95] - -// 45:96 -[com_96] - -// 45:97 -[com_97] - -// 45:98 -[com_98] - -// 45:99 -[com_99] - -// 45:100 -[com_100] - -// 45:101 -[com_101] - -// 45:102 -[com_102] - -// 45:103 -[com_103] - -// 45:104 -[com_104] - -// 45:105 -[com_105] - -// 45:106 -[com_106] - -// 45:107 -[com_107] - -// 45:108 -[com_108] - -// 45:109 -[com_109] - -// 45:110 -[com_110] - -// 45:111 -[com_111] - -// 45:112 -[com_112] - -// 45:113 -[com_113] - -// 45:114 -[com_114] - -// 45:115 -[com_115] - -// 45:116 -[com_116] - -// 45:117 -[com_117] - diff --git a/dumps/530/interface/interface_450.if3 b/dumps/530/interface/interface_450.if3 deleted file mode 100644 index b030b3a00..000000000 --- a/dumps/530/interface/interface_450.if3 +++ /dev/null @@ -1,48 +0,0 @@ -// 450:0 -[com_0] -type=model -x=-25945 -y=6923 -width=53863 -height=37729 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_top -model=model_17096 -modelorigin_x=-849 -modelorigin_y=-924 -modelangle_x=167 -modelangle_y=94 -modelangle_z=0 -modelzoom=360 -modelanim=seq_4571 -unknown100=762 -unknown101=3000 -modelobjwidth=1683 -modelobjheight=769 - -// 450:1 -[com_1] -type=model -x=-19897 -y=-11765 -width=56615 -height=33756 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_top -model=model_17097 -modelorigin_x=0 -modelorigin_y=-585 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=16 -modelanim=seq_4573 -unknown100=2273 -unknown101=3000 -modelobjwidth=1769 -modelobjheight=688 - diff --git a/dumps/530/interface/interface_451.if3 b/dumps/530/interface/interface_451.if3 deleted file mode 100644 index 51b1a23ae..000000000 --- a/dumps/530/interface/interface_451.if3 +++ /dev/null @@ -1,105 +0,0 @@ -// 451:0 -[com_0] -type=text -y=-1 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 451:1 -[com_1] -type=text -y=33 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 451:2 -[com_2] -type=text -y=63 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 451:3 -[com_3] -type=text -y=93 -width=480 -height=17 -xmode=abs_centre -textfont=q8_full -text=option3 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 451:4 -[com_4] -type=graphic -width=57 -height=13 -layer=com_6 -graphic="sworddecor,1" - -// 451:5 -[com_5] -type=graphic -x=280 -width=57 -height=13 -layer=com_6 -graphic="sworddecor,0" - -// 451:6 -[com_6] -type=layer -y=6 -width=337 -height=13 -xmode=abs_centre - -// 451:7 -[com_7] -type=layer -y=6 -width=476 -height=13 -xmode=abs_centre -hide=yes - -// 451:8 -[com_8] -type=graphic -width=57 -height=13 -layer=com_7 -graphic="sworddecor,1" - -// 451:9 -[com_9] -type=graphic -x=419 -width=57 -height=13 -layer=com_7 -graphic="sworddecor,0" - diff --git a/dumps/530/interface/interface_452.if3 b/dumps/530/interface/interface_452.if3 deleted file mode 100644 index a66ec408d..000000000 --- a/dumps/530/interface/interface_452.if3 +++ /dev/null @@ -1,322 +0,0 @@ -// 452:0 -[com_0] -type=model -width=863 -height=542 -xmode=abs_centre -ymode=abs_centre -layer=com_1 -model=model_33802 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=244 -unknown100=0 -unknown101=3000 - -// 452:1 -[com_1] -type=layer -x=19 -y=33 -width=550 -height=400 -xmode=abs_centre -ymode=abs_centre - -// 452:2 -[com_2] -type=model -x=183 -y=11 -width=177 -height=316 -layer=com_1 -model=model_18143 -modelorigin_x=1 -modelorigin_y=206 -modelangle_x=0 -modelangle_y=507 -modelangle_z=0 -modelzoom=268 -unknown100=64936 -unknown101=3000 - -// 452:3 -[com_3] -type=model -x=199 -y=32 -width=152 -height=276 -layer=com_1 -model=model_17616 -modelorigin_x=-4 -modelorigin_y=136 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=455 -unknown100=64536 -unknown101=3000 - -// 452:4 -[com_4] -type=model -x=262 -y=69 -width=21 -height=93 -layer=com_1 -model=model_17642 -modelorigin_x=-1 -modelorigin_y=191 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=455 -unknown100=64436 -unknown101=3000 - -// 452:5 -[com_5] -type=graphic -x=481 -y=8 -width=26 -height=23 -layer=com_1 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 452:6 -[com_6] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 452:7 -[com_7] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 452:8 -[com_8] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_7 - -// 452:9 -[com_9] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 452:10 -[com_10] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 452:11 -[com_11] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 452:12 -[com_12] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 452:13 -[com_13] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 452:14 -[com_14] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 452:15 -[com_15] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 452:16 -[com_16] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 452:17 -[com_17] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_8 - -// 452:18 -[com_18] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_8 - -// 452:19 -[com_19] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_8 - -// 452:20 -[com_20] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_8 - -// 452:21 -[com_21] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_8 - -// 452:22 -[com_22] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_18 -graphic=tradebacking -tiling=yes -outline=2 - -// 452:23 -[com_23] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - -// 452:24 -[com_24] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_19 -graphic=tradebacking -tiling=yes -outline=2 - -// 452:25 -[com_25] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_20 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_453.if3 b/dumps/530/interface/interface_453.if3 deleted file mode 100644 index ad0c403a6..000000000 --- a/dumps/530/interface/interface_453.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 453:0 -[com_0] -type=layer -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion - -// 453:1 -[com_1] -type=model -x=-30 -y=-1 -width=18279 -height=16685 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_18140 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=516 -modelangle_y=0 -modelangle_z=0 -modelzoom=580 -unknown100=64083 -unknown101=3000 -modelobjwidth=571 -modelobjheight=340 - -// 453:2 -[com_2] -type=rectangle -width=17607 -height=19628 -widthmode=proportion -heightmode=proportion -layer=com_0 -colour=0x666666 -fill=yes -trans=255 - diff --git a/dumps/530/interface/interface_454.if3 b/dumps/530/interface/interface_454.if3 deleted file mode 100644 index 1f919723e..000000000 --- a/dumps/530/interface/interface_454.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 454:0 -[com_0] -type=layer -width=512 -height=334 - -// 454:1 -[com_1] -type=model -x=33 -y=7 -width=436 -height=321 -layer=com_0 -model=model_18141 -modelorigin_x=-1 -modelorigin_y=-7 -modelangle_x=476 -modelangle_y=0 -modelangle_z=0 -modelzoom=984 -unknown100=0 -unknown101=3000 - -// 454:2 -[com_2] -type=model -x=43 -y=183 -width=35 -height=39 -layer=com_0 -model=model_18142 -modelorigin_x=190 -modelorigin_y=-42 -modelangle_x=476 -modelangle_y=0 -modelangle_z=0 -modelzoom=984 -unknown100=64336 -unknown101=3000 - diff --git a/dumps/530/interface/interface_455.if3 b/dumps/530/interface/interface_455.if3 deleted file mode 100644 index 06fdde74e..000000000 --- a/dumps/530/interface/interface_455.if3 +++ /dev/null @@ -1,130 +0,0 @@ -// 455:0 -[com_0] -type=model -x=52 -y=7 -width=413 -height=323 -layer=com_7 -model=model_18157 -modelorigin_x=-15 -modelorigin_y=-41 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64133 -unknown101=3000 - -// 455:1 -[com_1] -type=model -x=8 -y=60 -width=240 -height=208 -layer=com_7 -model=model_18153 -modelorigin_x=115 -modelorigin_y=-37 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64121 -unknown101=3000 - -// 455:2 -[com_2] -type=model -x=315 -y=67 -width=205 -height=250 -layer=com_7 -model=model_18152 -modelorigin_x=-174 -modelorigin_y=-65 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64123 -unknown101=3000 - -// 455:3 -[com_3] -type=model -x=132 -y=45 -width=221 -height=250 -layer=com_7 -model=model_18154 -modelorigin_x=1 -modelorigin_y=-43 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64113 -unknown101=3000 - -// 455:4 -[com_4] -type=model -x=128 -y=27 -width=230 -height=268 -layer=com_7 -model=model_18155 -modelorigin_x=0 -modelorigin_y=-34 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64103 -unknown101=3000 - -// 455:5 -[com_5] -type=model -x=-29 -y=37 -width=235 -height=293 -layer=com_7 -model=model_18156 -modelorigin_x=155 -modelorigin_y=-56 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64094 -unknown101=3000 - -// 455:6 -[com_6] -type=graphic -x=428 -y=25 -width=26 -height=23 -layer=com_7 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 455:7 -[com_7] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_456.if3 b/dumps/530/interface/interface_456.if3 deleted file mode 100644 index 6652258ca..000000000 --- a/dumps/530/interface/interface_456.if3 +++ /dev/null @@ -1,130 +0,0 @@ -// 456:0 -[com_0] -type=model -x=50 -y=6 -width=414 -height=323 -layer=com_7 -model=model_18151 -modelorigin_x=15 -modelorigin_y=-41 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64132 -unknown101=3000 - -// 456:1 -[com_1] -type=model -x=4 -y=78 -width=175 -height=224 -layer=com_7 -model=model_18145 -modelorigin_x=181 -modelorigin_y=-64 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64123 -unknown101=3000 - -// 456:2 -[com_2] -type=model -x=288 -y=47 -width=194 -height=232 -layer=com_7 -model=model_18147 -modelorigin_x=-113 -modelorigin_y=-37 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64121 -unknown101=3000 - -// 456:3 -[com_3] -type=model -x=173 -y=44 -width=199 -height=250 -layer=com_7 -model=model_18148 -modelorigin_x=0 -modelorigin_y=-43 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64113 -unknown101=3000 - -// 456:4 -[com_4] -type=model -x=184 -y=17 -width=176 -height=277 -layer=com_7 -model=model_18149 -modelorigin_x=0 -modelorigin_y=-29 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64103 -unknown101=3000 - -// 456:5 -[com_5] -type=model -x=328 -y=36 -width=189 -height=293 -layer=com_7 -model=model_18150 -modelorigin_x=-150 -modelorigin_y=-56 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64094 -unknown101=3000 - -// 456:6 -[com_6] -type=graphic -x=426 -y=14 -width=26 -height=23 -layer=com_7 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 456:7 -[com_7] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_457.if3 b/dumps/530/interface/interface_457.if3 deleted file mode 100644 index dd92dd567..000000000 --- a/dumps/530/interface/interface_457.if3 +++ /dev/null @@ -1,130 +0,0 @@ -// 457:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 457:1 -[com_1] -type=model -x=51 -y=6 -width=413 -height=323 -layer=com_0 -model=model_18163 -modelorigin_x=15 -modelorigin_y=-41 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64145 -unknown101=3000 - -// 457:2 -[com_2] -type=model -x=51 -y=58 -width=372 -height=204 -layer=com_0 -model=model_18159 -modelorigin_x=35 -modelorigin_y=-34 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64135 -unknown101=3000 - -// 457:3 -[com_3] -type=model -x=68 -y=44 -width=243 -height=255 -layer=com_0 -model=model_18160 -modelorigin_x=83 -modelorigin_y=-45 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64126 -unknown101=3000 - -// 457:4 -[com_4] -type=model -x=102 -y=25 -width=175 -height=280 -layer=com_0 -model=model_18158 -modelorigin_x=83 -modelorigin_y=-39 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64116 -unknown101=3000 - -// 457:5 -[com_5] -type=model -x=181 -y=10 -width=257 -height=312 -layer=com_0 -model=model_18161 -modelorigin_x=-37 -modelorigin_y=-40 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64105 -unknown101=3000 - -// 457:6 -[com_6] -type=model -x=181 -y=10 -width=257 -height=312 -layer=com_0 -model=model_18162 -modelorigin_x=-37 -modelorigin_y=-40 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64094 -unknown101=3000 - -// 457:7 -[com_7] -type=graphic -x=424 -y=14 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_458.if3 b/dumps/530/interface/interface_458.if3 deleted file mode 100644 index e5d261062..000000000 --- a/dumps/530/interface/interface_458.if3 +++ /dev/null @@ -1,104 +0,0 @@ -// 458:0 -[com_0] -type=text -y=-1 -width=480 -height=17 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 458:1 -[com_1] -type=text -y=23 -width=480 -height=17 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -op1=Ok -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 458:2 -[com_2] -type=text -y=47 -width=480 -height=17 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -op1=Ok -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 458:3 -[com_3] -type=text -y=71 -width=480 -height=17 -textfont=q8_full -text=option3 -textalignh=1 -colour=0x000000 -op1=Ok -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 458:4 -[com_4] -type=graphic -width=57 -height=13 -layer=com_6 -graphic="sworddecor,1" - -// 458:5 -[com_5] -type=graphic -x=280 -width=57 -height=13 -layer=com_6 -graphic="sworddecor,0" - -// 458:6 -[com_6] -type=layer -x=72 -y=1 -width=337 -height=13 - -// 458:7 -[com_7] -type=graphic -width=57 -height=13 -layer=com_9 -graphic="sworddecor,1" - -// 458:8 -[com_8] -type=graphic -x=419 -width=57 -height=13 -layer=com_9 -graphic="sworddecor,0" - -// 458:9 -[com_9] -type=layer -x=2 -y=1 -width=476 -height=13 -hide=yes - diff --git a/dumps/530/interface/interface_459.if3 b/dumps/530/interface/interface_459.if3 deleted file mode 100644 index d90d82e47..000000000 --- a/dumps/530/interface/interface_459.if3 +++ /dev/null @@ -1,495 +0,0 @@ -// 459:0 -[com_0] -type=graphic -x=17 -y=26 -width=480 -height=294 -graphic=tradebacking -tiling=yes -opbase= - -// 459:1 -[com_1] -type=graphic -y=26 -width=36 -height=276 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 459:2 -[com_2] -type=graphic -x=479 -y=26 -width=24 -height=272 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 459:3 -[com_3] -type=graphic -x=15 -y=302 -width=466 -height=25 -graphic="v2_stone_borders,2" -tiling=yes - -// 459:4 -[com_4] -type=graphic -x=14 -y=10 -width=475 -height=38 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 459:5 -[com_5] -type=graphic -x=467 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,7" -opbase= - -// 459:6 -[com_6] -type=graphic -x=13 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 459:7 -[com_7] -type=graphic -x=13 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,4" -opbase= - -// 459:8 -[com_8] -type=graphic -x=467 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,5" -opbase= - -// 459:9 -[com_9] -type=graphic -x=16 -y=38 -width=479 -height=33 -graphic="v2_stone_borders,8" -tiling=yes - -// 459:10 -[com_10] -type=graphic -x=13 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,9" -tiling=yes - -// 459:11 -[com_11] -type=graphic -x=467 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,10" -tiling=yes - -// 459:12 -[com_12] -type=graphic -x=471 -y=32 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 459:13 -[com_13] -type=text -x=19 -y=32 -width=474 -height=15 -textfont=b12_full -text=What would you like to spin? -textalignh=1 -textshadow=yes -colour=0xff981f - -// 459:14 -[com_14] -type=model -x=243 -y=87 -width=38 -height=39 -model=model_18331 -modelorigin_x=5 -modelorigin_y=3 -modelangle_x=172 -modelangle_y=1905 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 459:15 -[com_15] -type=text -x=237 -y=134 -width=50 -height=16 -textfont=p12_full -text=Bow String
(Flax) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 10) - -// 459:16 -[com_16] -type=layer -x=230 -y=84 -width=64 -height=80 - -// 459:17 -[com_17] -type=text -x=1 -y=-1 -width=64 -height=80 -layer=com_16 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Bow String -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 10) - -// 459:18 -[com_18] -type=layer -x=95 -y=83 -width=64 -height=80 - -// 459:19 -[com_19] -type=text -x=1 -y=1 -width=64 -height=80 -layer=com_18 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Ball of Wool -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 1) - -// 459:20 -[com_20] -type=model -x=113 -y=85 -width=32 -height=35 -model=model_2795 -modelorigin_x=3 -modelorigin_y=4 -modelangle_x=134 -modelangle_y=220 -modelangle_z=0 -modelzoom=480 -unknown100=0 -unknown101=3000 - -// 459:21 -[com_21] -type=text -x=102 -y=131 -width=50 -height=16 -textfont=p12_full -text=Ball of Wool
(Wool) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 1) - -// 459:22 -[com_22] -type=layer -x=352 -y=84 -width=64 -height=80 - -// 459:23 -[com_23] -type=text -x=2 -width=61 -height=79 -layer=com_22 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Magic String -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 19) - -// 459:24 -[com_24] -type=model -x=362 -y=86 -width=38 -height=39 -model=model_18331 -modelorigin_x=4 -modelorigin_y=3 -modelangle_x=170 -modelangle_y=1900 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 459:25 -[com_25] -type=text -x=361 -y=130 -width=50 -height=16 -textfont=p12_full -text=Magic Amulet
String
(Magic Roots) -textlineheight=15 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 19) - -// 459:26 -[com_26] -type=layer -x=229 -y=204 -width=64 -height=80 - -// 459:27 -[com_27] -type=text -width=64 -height=80 -layer=com_26 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Crossbow String -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 10) - -// 459:28 -[com_28] -type=model -x=234 -y=199 -width=56 -height=49 -model=model_18332 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=255 -modelangle_y=84 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 459:29 -[com_29] -type=text -x=236 -y=252 -width=50 -height=16 -textfont=p12_full -text=C'Bow String
(Sinew) -textlineheight=15 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 10) - -// 459:30 -[com_30] -type=layer -x=96 -y=203 -width=64 -height=80 - -// 459:31 -[com_31] -type=text -width=64 -height=80 -layer=com_30 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Crossbow String -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 10) - -// 459:32 -[com_32] -type=model -x=101 -y=196 -width=56 -height=48 -model=model_18332 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=250 -modelangle_y=79 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 459:33 -[com_33] -type=text -x=103 -y=251 -width=50 -height=16 -textfont=p12_full -text=C'Bow String
(Tree Roots) -textlineheight=15 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 10) - -// 459:34 -[com_34] -type=layer -x=350 -y=204 -width=64 -height=80 - -// 459:35 -[com_35] -type=text -width=64 -height=80 -layer=com_34 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Rope -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 30) - -// 459:36 -[com_36] -type=model -x=357 -y=205 -width=59 -height=39 -model=model_1842 -modelorigin_x=-5 -modelorigin_y=6 -modelangle_x=188 -modelangle_y=1976 -modelangle_z=0 -modelzoom=616 -unknown100=0 -unknown101=3000 - -// 459:37 -[com_37] -type=text -x=357 -y=252 -width=50 -height=16 -textfont=p12_full -text=Rope
(Yak Hair) -textlineheight=15 -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script541(event_com, 30) - diff --git a/dumps/530/interface/interface_46.if3 b/dumps/530/interface/interface_46.if3 deleted file mode 100644 index de46a1231..000000000 --- a/dumps/530/interface/interface_46.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 46:0 -[com_0] -type=layer -width=95 -height=109 -xmode=abs_right - -// 46:1 -[com_1] -type=model -x=-8 -y=-11 -width=111 -height=110 -layer=com_0 -model=model_11102 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=470 -unknown100=64159 -unknown101=3000 - -// 46:2 -[com_2] -type=text -x=11 -y=79 -width=73 -height=16 -layer=com_0 -textfont=p12_full -text=Runeversi -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 46:3 -[com_3] -type=text -x=11 -y=94 -width=74 -height=11 -layer=com_0 -textfont=p11_full -text=Rank: %1 -textalignh=1 -textshadow=yes -colour=0xaaaaaa -onload=script1276 -onvartransmit=script1276 -onvartransmitlist=varplayer_649 - diff --git a/dumps/530/interface/interface_460.if b/dumps/530/interface/interface_460.if deleted file mode 100644 index 214e0e1d4..000000000 --- a/dumps/530/interface/interface_460.if +++ /dev/null @@ -1,60 +0,0 @@ -// 460:0 -[com_0] - -// 460:1 -[com_1] - -// 460:2 -[com_2] - -// 460:3 -[com_3] - -// 460:4 -[com_4] - -// 460:5 -[com_5] - -// 460:6 -[com_6] - -// 460:7 -[com_7] - -// 460:8 -[com_8] - -// 460:9 -[com_9] - -// 460:10 -[com_10] - -// 460:11 -[com_11] - -// 460:12 -[com_12] - -// 460:13 -[com_13] - -// 460:14 -[com_14] - -// 460:15 -[com_15] - -// 460:16 -[com_16] - -// 460:17 -[com_17] - -// 460:18 -[com_18] - -// 460:19 -[com_19] - diff --git a/dumps/530/interface/interface_461.if b/dumps/530/interface/interface_461.if deleted file mode 100644 index dae504d63..000000000 --- a/dumps/530/interface/interface_461.if +++ /dev/null @@ -1,45 +0,0 @@ -// 461:0 -[com_0] - -// 461:1 -[com_1] - -// 461:2 -[com_2] - -// 461:3 -[com_3] - -// 461:4 -[com_4] - -// 461:5 -[com_5] - -// 461:6 -[com_6] - -// 461:7 -[com_7] - -// 461:8 -[com_8] - -// 461:9 -[com_9] - -// 461:10 -[com_10] - -// 461:11 -[com_11] - -// 461:12 -[com_12] - -// 461:13 -[com_13] - -// 461:14 -[com_14] - diff --git a/dumps/530/interface/interface_462.if3 b/dumps/530/interface/interface_462.if3 deleted file mode 100644 index 2d02e52f0..000000000 --- a/dumps/530/interface/interface_462.if3 +++ /dev/null @@ -1,432 +0,0 @@ -// 462:0 -[com_0] -type=graphic -x=21 -y=148 -width=88 -height=60 -graphic=tradebacking - -// 462:1 -[com_1] -type=graphic -x=86 -y=148 -width=88 -height=60 -graphic=tradebacking - -// 462:2 -[com_2] -type=graphic -x=21 -y=188 -width=88 -height=60 -graphic=tradebacking - -// 462:3 -[com_3] -type=graphic -x=86 -y=188 -width=88 -height=60 -graphic=tradebacking - -// 462:4 -[com_4] -type=graphic -x=21 -y=148 -width=25 -height=30 -graphic="steelborder,0" - -// 462:5 -[com_5] -type=graphic -x=149 -y=148 -width=25 -height=30 -graphic="steelborder,1" - -// 462:6 -[com_6] -type=graphic -x=153 -y=192 -width=36 -height=36 -graphic="steelborder2,1" - -// 462:7 -[com_7] -type=graphic -x=149 -y=218 -width=25 -height=30 -graphic="steelborder,3" - -// 462:8 -[com_8] -type=graphic -x=153 -y=168 -width=36 -height=36 -graphic="steelborder2,1" - -// 462:9 -[com_9] -type=graphic -x=46 -y=133 -width=36 -height=36 -graphic="steelborder2,0" - -// 462:10 -[com_10] -type=graphic -x=82 -y=133 -width=36 -height=36 -graphic="steelborder2,0" - -// 462:11 -[com_11] -type=graphic -x=114 -y=133 -width=36 -height=36 -graphic="steelborder2,0" - -// 462:12 -[com_12] -type=graphic -x=6 -y=173 -width=36 -height=36 -graphic="miscgraphics,2" - -// 462:13 -[com_13] -type=graphic -x=6 -y=203 -width=36 -height=36 -graphic="miscgraphics,2" - -// 462:14 -[com_14] -type=graphic -x=21 -y=218 -width=25 -height=30 -graphic="steelborder,2" - -// 462:15 -[com_15] -type=graphic -x=46 -y=227 -width=36 -height=36 -graphic="miscgraphics,3" - -// 462:16 -[com_16] -type=graphic -x=113 -y=227 -width=36 -height=36 -graphic="miscgraphics,3" - -// 462:17 -[com_17] -type=graphic -x=82 -y=227 -width=36 -height=36 -graphic="miscgraphics,3" - -// 462:18 -[com_18] -type=text -x=64 -y=1 -width=65 -height=15 -layer=com_34 -textfont=p12_full -text=Piece 1 -textshadow=yes -colour=0xac8a24 - -// 462:19 -[com_19] -type=text -x=64 -y=1 -width=65 -height=14 -layer=com_35 -textfont=p12_full -text=Piece 2 -textshadow=yes -colour=0xac8a24 - -// 462:20 -[com_20] -type=text -x=64 -y=1 -width=65 -height=14 -layer=com_36 -textfont=p12_full -text=Piece 3 -textshadow=yes -colour=0xac8a24 - -// 462:21 -[com_21] -type=text -x=31 -y=157 -width=136 -height=15 -textfont=b12_full -text=Show/Select -textshadow=yes -colour=0xac8a24 - -// 462:22 -[com_22] -type=graphic -x=70 -y=180 -width=36 -height=36 -graphic="miscgraphics,10" -op1=Select - -// 462:23 -[com_23] -type=graphic -x=70 -y=200 -width=36 -height=36 -graphic="miscgraphics,10" -op1=Select - -// 462:24 -[com_24] -type=graphic -x=70 -y=220 -width=36 -height=36 -graphic="miscgraphics,10" -op1=Select - -// 462:25 -[com_25] -type=graphic -x=39 -y=180 -width=36 -height=36 -graphic="miscgraphics,10" -op1=Select - -// 462:26 -[com_26] -type=graphic -x=39 -y=200 -width=36 -height=36 -graphic="miscgraphics,10" -op1=Select - -// 462:27 -[com_27] -type=graphic -x=39 -y=220 -width=36 -height=36 -graphic="miscgraphics,10" -op1=Select - -// 462:28 -[com_28] -type=model -x=80 -y=60 -width=32 -height=32 -model=model_18391 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -op1=Rotate -onmouseleave=script40(interface_462:com_38) -onmouserepeat=script38(event_com, interface_462:com_38, "Rotate the piece", 25, 50) - -// 462:29 -[com_29] -type=model -x=80 -y=20 -width=32 -height=32 -model=model_18389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -op1=Move Up -onmouseleave=script40(interface_462:com_38) -onmouserepeat=script38(event_com, interface_462:com_38, "Move the piece up", 25, 50) - -// 462:30 -[com_30] -type=model -x=121 -y=59 -width=32 -height=32 -model=model_18389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=500 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -op1=Move Right -onmouseleave=script40(interface_462:com_38) -onmouserepeat=script38(event_com, interface_462:com_38, "Move the piece right", 25, 50) - -// 462:31 -[com_31] -type=model -x=41 -y=59 -width=32 -height=32 -model=model_18389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=1530 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -op1=Move Left -onmouseleave=script40(interface_462:com_38) -onmouserepeat=script38(event_com, interface_462:com_38, "Move the piece left", 25, 50) - -// 462:32 -[com_32] -type=model -x=80 -y=99 -width=32 -height=32 -model=model_18389 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=1015 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -op1=Move Down -onmouseleave=script40(interface_462:com_38) -onmouserepeat=script38(event_com, interface_462:com_38, "Move the piece down", 25, 50) - -// 462:33 -[com_33] -type=model -x=123 -y=101 -width=32 -height=32 -model=model_18390 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=1015 -modelangle_z=0 -modelzoom=1384 -unknown100=0 -unknown101=3000 -op1=Flip Piece -onmouseleave=script40(interface_462:com_38) -onmouserepeat=script38(event_com, interface_462:com_38, "Flip the piece", 25, 50) - -// 462:34 -[com_34] -type=layer -x=38 -y=179 -width=150 -height=17 - -// 462:35 -[com_35] -type=layer -x=38 -y=199 -width=150 -height=17 - -// 462:36 -[com_36] -type=layer -x=38 -y=219 -width=150 -height=17 - -// 462:37 -[com_37] -type=layer -width=200 -height=334 - -// 462:38 -[com_38] -type=layer -x=12 -y=97 -width=30 -height=34 -layer=com_37 - diff --git a/dumps/530/interface/interface_463.if3 b/dumps/530/interface/interface_463.if3 deleted file mode 100644 index b5c22f436..000000000 --- a/dumps/530/interface/interface_463.if3 +++ /dev/null @@ -1,70 +0,0 @@ -// 463:0 -[com_0] -type=model -x=37 -y=47 -width=445 -height=262 -model=model_3032 -modelorigin_x=1 -modelorigin_y=-23 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=650 -unknown100=64860 -unknown101=1359 - -// 463:1 -[com_1] -type=text -x=115 -y=108 -width=287 -height=94 -textfont=q8_full -textalignv=3 -colour=0x000000 - -// 463:2 -[com_2] -type=text -x=168 -y=216 -width=157 -height=46 -textfont=q8_full -textalignh=1 -colour=0x000000 - -// 463:3 -[com_3] -type=model -x=349 -y=186 -width=92 -height=146 -model=model_3037 -modelorigin_x=-10 -modelorigin_y=-36 -modelangle_x=473 -modelangle_y=1991 -modelangle_z=0 -modelzoom=800 -unknown100=64678 -unknown101=1607 - -// 463:4 -[com_4] -type=graphic -x=393 -y=85 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_464.if3 b/dumps/530/interface/interface_464.if3 deleted file mode 100644 index 857ae356d..000000000 --- a/dumps/530/interface/interface_464.if3 +++ /dev/null @@ -1,615 +0,0 @@ -// 464:0 -[com_0] -type=layer -x=173 -y=1 -width=16 -height=258 - -// 464:1 -[com_1] -type=layer -y=1 -width=173 -height=258 -scrollwidth=174 -scrollheight=602 -onload=script30(interface_464:com_0, interface_464:com_1) -onvartransmit=script1750 -onvartransmitlist=varplayer_313,varplayer_465,varplayer_802,varplayer_1085,varplayer_1328 - -// 464:2 -[com_2] -type=graphic -x=-2 -y=6 -width=48 -height=48 -layer=com_1 -graphic="emotes,0" -op1=Yes -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Yes", 50, 150) - -// 464:3 -[com_3] -type=graphic -x=42 -y=6 -width=48 -height=48 -layer=com_1 -graphic="emotes,1" -op1=No -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "No", 50, 150) - -// 464:4 -[com_4] -type=graphic -x=86 -y=6 -width=48 -height=48 -layer=com_1 -graphic="emotes,3" -op1=Bow -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Bow", 50, 150) - -// 464:5 -[com_5] -type=graphic -x=130 -y=6 -width=48 -height=48 -layer=com_1 -graphic="emotes,4" -op1=Angry -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Angry", 50, 150) - -// 464:6 -[com_6] -type=graphic -x=-2 -y=55 -width=48 -height=48 -layer=com_1 -graphic="emotes,2" -op1=Think -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Think", 50, 150) - -// 464:7 -[com_7] -type=graphic -x=42 -y=55 -width=48 -height=48 -layer=com_1 -graphic="emotes,8" -op1=Wave -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Wave", 50, 150) - -// 464:8 -[com_8] -type=graphic -x=86 -y=55 -width=48 -height=48 -layer=com_1 -graphic="emotes,20" -op1=Shrug -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Shrug", 50, 150) - -// 464:9 -[com_9] -type=graphic -x=130 -y=55 -width=48 -height=48 -layer=com_1 -graphic="emotes,7" -op1=Cheer -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Cheer", 50, 150) - -// 464:10 -[com_10] -type=graphic -x=-3 -y=104 -width=48 -height=48 -layer=com_1 -graphic="emotes,9" -op1=Beckon -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Beckon", 50, 150) - -// 464:11 -[com_11] -type=graphic -x=86 -y=104 -width=48 -height=48 -layer=com_1 -graphic="emotes,16" -op1=Jump for Joy -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Jump For Joy", 50, 150) - -// 464:12 -[com_12] -type=graphic -x=39 -y=104 -width=48 -height=48 -layer=com_1 -graphic="emotes,6" -op1=Laugh -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Laugh", 50, 150) - -// 464:13 -[com_13] -type=graphic -x=130 -y=104 -width=48 -height=48 -layer=com_1 -graphic="emotes,18" -op1=Yawn -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Yawn", 50, 150) - -// 464:14 -[com_14] -type=graphic -x=-1 -y=153 -width=48 -height=48 -layer=com_1 -graphic="emotes,10" -op1=Dance -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Dance", 50, 150) - -// 464:15 -[com_15] -type=graphic -x=42 -y=153 -width=48 -height=48 -layer=com_1 -graphic="emotes,13" -op1=Jig -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Jig", 50, 150) - -// 464:16 -[com_16] -type=graphic -x=86 -y=153 -width=48 -height=48 -layer=com_1 -graphic="emotes,14" -op1=Spin -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Spin", 50, 150) - -// 464:17 -[com_17] -type=graphic -x=130 -y=153 -width=48 -height=48 -layer=com_1 -graphic="emotes,15" -op1=Headbang -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Headbang", 50, 150) - -// 464:18 -[com_18] -type=graphic -x=-1 -y=202 -width=48 -height=48 -layer=com_1 -graphic="emotes,5" -op1=Cry -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Cry", 50, 150) - -// 464:19 -[com_19] -type=graphic -x=42 -y=202 -width=48 -height=48 -layer=com_1 -graphic="emotes,21" -op1=Blow Kiss -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Blow Kiss", 50, 150) - -// 464:20 -[com_20] -type=graphic -x=86 -y=202 -width=48 -height=48 -layer=com_1 -graphic="emotes,12" -op1=Panic -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Panic", 50, 150) - -// 464:21 -[com_21] -type=graphic -x=130 -y=202 -width=48 -height=48 -layer=com_1 -graphic="emotes,17" -op1=Raspberry -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Raspberry", 50, 150) - -// 464:22 -[com_22] -type=graphic -x=-1 -y=252 -width=48 -height=48 -layer=com_1 -graphic="emotes,11" -op1=Clap -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Clap", 50, 150) - -// 464:23 -[com_23] -type=graphic -x=42 -y=252 -width=48 -height=48 -layer=com_1 -graphic="emotes,19" -op1=Salute -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Salute", 50, 150) - -// 464:24 -[com_24] -type=graphic -x=86 -y=252 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,6" -op1=Goblin Bow -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Goblin Bow", 50, 150) - -// 464:25 -[com_25] -type=graphic -x=130 -y=252 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,7" -op1=Goblin Salute -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Goblin Salute", 50, 150) - -// 464:26 -[com_26] -type=graphic -x=-2 -y=302 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,2" -op1=Glass Box -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Glass Box", 50, 150) - -// 464:27 -[com_27] -type=graphic -x=42 -y=302 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,3" -opbase= -op1=Climb Rope -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Climb Rope", 50, 150) - -// 464:28 -[com_28] -type=graphic -x=86 -y=302 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,4" -op1=Lean -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Lean", 50, 150) - -// 464:29 -[com_29] -type=graphic -x=130 -y=302 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,5" -op1=Glass Wall -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Glass Wall", 50, 150) - -// 464:30 -[com_30] -type=graphic -x=130 -y=352 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,9" -op1=Slap Head -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Slap Head", 50, 150) - -// 464:31 -[com_31] -type=graphic -x=42 -y=352 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,10" -op1=Stomp -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Stomp", 50, 150) - -// 464:32 -[com_32] -type=graphic -x=86 -y=352 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,11" -op1=Flap -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Flap", 50, 150) - -// 464:33 -[com_33] -type=graphic -x=-6 -y=352 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,12" -op1=Idea -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Idea", 50, 150) - -// 464:34 -[com_34] -type=graphic -x=-3 -y=403 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,13" -op1=Zombie Walk -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Zombie Walk", 50, 150) - -// 464:35 -[com_35] -type=graphic -x=42 -y=403 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,14" -op1=Zombie Dance -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Zombie Dance", 50, 150) - -// 464:36 -[com_36] -type=graphic -x=86 -y=403 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,17" -op1=Zombie Hand -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Zombie Hand", 50, 150) - -// 464:37 -[com_37] -type=graphic -x=130 -y=403 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,8" -op1=Scared -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Scared", 50, 150) - -// 464:38 -[com_38] -type=graphic -x=-3 -y=453 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,15" -op1=Bunny Hop -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Bunny-hop", 50, 150) - -// 464:39 -[com_39] -type=graphic -x=42 -y=453 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,16" -op1=Skill Cape -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Skillcape", 50, 150) - -// 464:40 -[com_40] -type=graphic -x=86 -y=453 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,18" -op1=Snowman Dance -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Snowman Dance", 50, 150) - -// 464:41 -[com_41] -type=graphic -x=130 -y=453 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,19" -op1=Air Guitar -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Air Guitar", 50, 150) - -// 464:42 -[com_42] -type=graphic -x=-2 -y=503 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,20" -op1=Safety First -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Safety First", 50, 150) - -// 464:43 -[com_43] -type=graphic -x=42 -y=503 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,21" -op1=Explore -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Explore", 50, 150) - -// 464:44 -[com_44] -type=graphic -x=86 -y=503 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,11" -op1=Trick -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Trick", 50, 150) - -// 464:45 -[com_45] -type=graphic -x=130 -y=503 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,24" -op1=Freeze and Melt -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Freeze", 50, 150) - -// 464:46 -[com_46] -type=graphic -y=554 -width=48 -height=48 -layer=com_1 -graphic="emotes_locked,25" -op1=Give Thanks -op10= -onmouseleave=script40(interface_464:com_47) -onmouserepeat=script38(event_com, interface_464:com_47, "Give Thanks", 50, 150) - -// 464:47 -[com_47] -type=layer -x=34 -y=119 -width=100 -height=50 -layer=com_1 - diff --git a/dumps/530/interface/interface_465.if3 b/dumps/530/interface/interface_465.if3 deleted file mode 100644 index 6f95835ef..000000000 --- a/dumps/530/interface/interface_465.if3 +++ /dev/null @@ -1,100 +0,0 @@ -// 465:0 -[com_0] -type=rectangle -y=-3 -width=538 -height=341 -colour=0x917e4e -fill=yes - -// 465:1 -[com_1] -type=model -x=-188 -y=-138 -width=888 -height=898 -model=model_31816 -modelorigin_x=9 -modelorigin_y=6 -modelangle_x=503 -modelangle_y=0 -modelangle_z=22 -modelzoom=243 -modelanim=seq_8645 -modelorthog=yes -unknown100=1949 -unknown101=497 - -// 465:2 -[com_2] -type=text -x=29 -y=36 -width=425 -height=129 -textfont=quill_caps_large -text=Varrock Herald -textlineheight=39 -textalignh=1 -textalignv=1 -colour=0x212021 -onload=script826 - -// 465:3 -[com_3] -type=text -x=27 -y=147 -width=220 -height=17 -textfont=q8_full -text=Covering all of Misthalin and beyond. -colour=0x212021 -onload=script826 - -// 465:4 -[com_4] -type=text -x=368 -y=147 -width=76 -height=20 -textfont=q8_full -text=1 gp -textalignh=2 -colour=0x212021 -onload=script826 - -// 465:5 -[com_5] -type=text -x=255 -y=182 -width=168 -height=58 -textfont=quill_oblique_large -text=Oo'glog Ogresses Open Health Spa! -textalignh=1 -textalignv=1 -colour=0x212020 -onload=script826 - -// 465:6 -[com_6] -type=model -x=93 -y=14 -width=337 -height=354 -model=model_31815 -modelorigin_x=-65 -modelorigin_y=18 -modelangle_x=179 -modelangle_y=1852 -modelangle_z=0 -modelzoom=600 -modelanim=seq_8625 -unknown100=65019 -unknown101=1212 - diff --git a/dumps/530/interface/interface_466.if3 b/dumps/530/interface/interface_466.if3 deleted file mode 100644 index d0370b282..000000000 --- a/dumps/530/interface/interface_466.if3 +++ /dev/null @@ -1,58 +0,0 @@ -// 466:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 466:1 -[com_1] -type=model -x=156 -y=10 -width=203 -height=308 -layer=com_0 -model=model_3032 -modelorigin_x=11 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=860 -unknown100=63971 -unknown101=3000 - -// 466:2 -[com_2] -type=model -x=215 -y=66 -width=79 -height=217 -layer=com_0 -model=model_18669 -modelorigin_x=0 -modelorigin_y=-19 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=650 -unknown100=64045 -unknown101=3000 - -// 466:3 -[com_3] -type=graphic -x=297 -y=43 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(interface_466:com_3, "close_buttons,3") -onmouseleave=script44(interface_466:com_3, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_467.if b/dumps/530/interface/interface_467.if deleted file mode 100644 index c4c8dd828..000000000 --- a/dumps/530/interface/interface_467.if +++ /dev/null @@ -1,708 +0,0 @@ -// 467:0 -[com_0] - -// 467:1 -[com_1] - -// 467:2 -[com_2] - -// 467:3 -[com_3] - -// 467:4 -[com_4] - -// 467:5 -[com_5] - -// 467:6 -[com_6] - -// 467:7 -[com_7] - -// 467:8 -[com_8] - -// 467:9 -[com_9] - -// 467:10 -[com_10] - -// 467:11 -[com_11] - -// 467:12 -[com_12] - -// 467:13 -[com_13] - -// 467:14 -[com_14] - -// 467:15 -[com_15] - -// 467:16 -[com_16] - -// 467:17 -[com_17] - -// 467:18 -[com_18] - -// 467:19 -[com_19] - -// 467:20 -[com_20] - -// 467:21 -[com_21] - -// 467:22 -[com_22] - -// 467:23 -[com_23] - -// 467:24 -[com_24] - -// 467:25 -[com_25] - -// 467:26 -[com_26] - -// 467:27 -[com_27] - -// 467:28 -[com_28] - -// 467:29 -[com_29] - -// 467:30 -[com_30] - -// 467:31 -[com_31] - -// 467:32 -[com_32] - -// 467:33 -[com_33] - -// 467:34 -[com_34] - -// 467:35 -[com_35] - -// 467:36 -[com_36] - -// 467:37 -[com_37] - -// 467:38 -[com_38] - -// 467:39 -[com_39] - -// 467:40 -[com_40] - -// 467:41 -[com_41] - -// 467:42 -[com_42] - -// 467:43 -[com_43] - -// 467:44 -[com_44] - -// 467:45 -[com_45] - -// 467:46 -[com_46] - -// 467:47 -[com_47] - -// 467:48 -[com_48] - -// 467:49 -[com_49] - -// 467:50 -[com_50] - -// 467:51 -[com_51] - -// 467:52 -[com_52] - -// 467:53 -[com_53] - -// 467:54 -[com_54] - -// 467:55 -[com_55] - -// 467:56 -[com_56] - -// 467:57 -[com_57] - -// 467:58 -[com_58] - -// 467:59 -[com_59] - -// 467:60 -[com_60] - -// 467:61 -[com_61] - -// 467:62 -[com_62] - -// 467:63 -[com_63] - -// 467:64 -[com_64] - -// 467:65 -[com_65] - -// 467:66 -[com_66] - -// 467:67 -[com_67] - -// 467:68 -[com_68] - -// 467:69 -[com_69] - -// 467:70 -[com_70] - -// 467:71 -[com_71] - -// 467:72 -[com_72] - -// 467:73 -[com_73] - -// 467:74 -[com_74] - -// 467:75 -[com_75] - -// 467:76 -[com_76] - -// 467:77 -[com_77] - -// 467:78 -[com_78] - -// 467:79 -[com_79] - -// 467:80 -[com_80] - -// 467:81 -[com_81] - -// 467:82 -[com_82] - -// 467:83 -[com_83] - -// 467:84 -[com_84] - -// 467:85 -[com_85] - -// 467:86 -[com_86] - -// 467:87 -[com_87] - -// 467:88 -[com_88] - -// 467:89 -[com_89] - -// 467:90 -[com_90] - -// 467:91 -[com_91] - -// 467:92 -[com_92] - -// 467:93 -[com_93] - -// 467:94 -[com_94] - -// 467:95 -[com_95] - -// 467:96 -[com_96] - -// 467:97 -[com_97] - -// 467:98 -[com_98] - -// 467:99 -[com_99] - -// 467:100 -[com_100] - -// 467:101 -[com_101] - -// 467:102 -[com_102] - -// 467:103 -[com_103] - -// 467:104 -[com_104] - -// 467:105 -[com_105] - -// 467:106 -[com_106] - -// 467:107 -[com_107] - -// 467:108 -[com_108] - -// 467:109 -[com_109] - -// 467:110 -[com_110] - -// 467:111 -[com_111] - -// 467:112 -[com_112] - -// 467:113 -[com_113] - -// 467:114 -[com_114] - -// 467:115 -[com_115] - -// 467:116 -[com_116] - -// 467:117 -[com_117] - -// 467:118 -[com_118] - -// 467:119 -[com_119] - -// 467:120 -[com_120] - -// 467:121 -[com_121] - -// 467:122 -[com_122] - -// 467:123 -[com_123] - -// 467:124 -[com_124] - -// 467:125 -[com_125] - -// 467:126 -[com_126] - -// 467:127 -[com_127] - -// 467:128 -[com_128] - -// 467:129 -[com_129] - -// 467:130 -[com_130] - -// 467:131 -[com_131] - -// 467:132 -[com_132] - -// 467:133 -[com_133] - -// 467:134 -[com_134] - -// 467:135 -[com_135] - -// 467:136 -[com_136] - -// 467:137 -[com_137] - -// 467:138 -[com_138] - -// 467:139 -[com_139] - -// 467:140 -[com_140] - -// 467:141 -[com_141] - -// 467:142 -[com_142] - -// 467:143 -[com_143] - -// 467:144 -[com_144] - -// 467:145 -[com_145] - -// 467:146 -[com_146] - -// 467:147 -[com_147] - -// 467:148 -[com_148] - -// 467:149 -[com_149] - -// 467:150 -[com_150] - -// 467:151 -[com_151] - -// 467:152 -[com_152] - -// 467:153 -[com_153] - -// 467:154 -[com_154] - -// 467:155 -[com_155] - -// 467:156 -[com_156] - -// 467:157 -[com_157] - -// 467:158 -[com_158] - -// 467:159 -[com_159] - -// 467:160 -[com_160] - -// 467:161 -[com_161] - -// 467:162 -[com_162] - -// 467:163 -[com_163] - -// 467:164 -[com_164] - -// 467:165 -[com_165] - -// 467:166 -[com_166] - -// 467:167 -[com_167] - -// 467:168 -[com_168] - -// 467:169 -[com_169] - -// 467:170 -[com_170] - -// 467:171 -[com_171] - -// 467:172 -[com_172] - -// 467:173 -[com_173] - -// 467:174 -[com_174] - -// 467:175 -[com_175] - -// 467:176 -[com_176] - -// 467:177 -[com_177] - -// 467:178 -[com_178] - -// 467:179 -[com_179] - -// 467:180 -[com_180] - -// 467:181 -[com_181] - -// 467:182 -[com_182] - -// 467:183 -[com_183] - -// 467:184 -[com_184] - -// 467:185 -[com_185] - -// 467:186 -[com_186] - -// 467:187 -[com_187] - -// 467:188 -[com_188] - -// 467:189 -[com_189] - -// 467:190 -[com_190] - -// 467:191 -[com_191] - -// 467:192 -[com_192] - -// 467:193 -[com_193] - -// 467:194 -[com_194] - -// 467:195 -[com_195] - -// 467:196 -[com_196] - -// 467:197 -[com_197] - -// 467:198 -[com_198] - -// 467:199 -[com_199] - -// 467:200 -[com_200] - -// 467:201 -[com_201] - -// 467:202 -[com_202] - -// 467:203 -[com_203] - -// 467:204 -[com_204] - -// 467:205 -[com_205] - -// 467:206 -[com_206] - -// 467:207 -[com_207] - -// 467:208 -[com_208] - -// 467:209 -[com_209] - -// 467:210 -[com_210] - -// 467:211 -[com_211] - -// 467:212 -[com_212] - -// 467:213 -[com_213] - -// 467:214 -[com_214] - -// 467:215 -[com_215] - -// 467:216 -[com_216] - -// 467:217 -[com_217] - -// 467:218 -[com_218] - -// 467:219 -[com_219] - -// 467:220 -[com_220] - -// 467:221 -[com_221] - -// 467:222 -[com_222] - -// 467:223 -[com_223] - -// 467:224 -[com_224] - -// 467:225 -[com_225] - -// 467:226 -[com_226] - -// 467:227 -[com_227] - -// 467:228 -[com_228] - -// 467:229 -[com_229] - -// 467:230 -[com_230] - -// 467:231 -[com_231] - -// 467:232 -[com_232] - -// 467:233 -[com_233] - -// 467:234 -[com_234] - -// 467:235 -[com_235] - diff --git a/dumps/530/interface/interface_468.if3 b/dumps/530/interface/interface_468.if3 deleted file mode 100644 index edc0886f4..000000000 --- a/dumps/530/interface/interface_468.if3 +++ /dev/null @@ -1,213 +0,0 @@ -// 468:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 468:1 -[com_1] -type=layer -width=358 -height=225 -layer=com_1 - -// 468:2 -[com_2] -type=layer -x=26 -y=60 -width=448 -height=253 - -// 468:3 -[com_3] -type=layer -x=473 -y=55 -width=16 -height=260 - -// 468:4 -[com_4] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 468:5 -[com_5] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 468:6 -[com_6] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 468:7 -[com_7] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 468:8 -[com_8] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 468:9 -[com_9] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 468:10 -[com_10] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 468:11 -[com_11] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 468:12 -[com_12] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 468:13 -[com_13] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 468:14 -[com_14] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 468:15 -[com_15] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 468:16 -[com_16] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 468:17 -[com_17] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 468:18 -[com_18] -type=text -x=20 -y=30 -width=471 -height=15 -layer=com_0 -textfont=b12_full -text=Diango Item Return -textalignh=1 -textshadow=yes -colour=0xff9900 -op10= - diff --git a/dumps/530/interface/interface_469.if3 b/dumps/530/interface/interface_469.if3 deleted file mode 100644 index cb85a382f..000000000 --- a/dumps/530/interface/interface_469.if3 +++ /dev/null @@ -1,609 +0,0 @@ -// 469:0 -[com_0] -type=rectangle -x=1 -width=511 -height=335 -layer=com_26 -colour=0x2d2406 -fill=yes - -// 469:1 -[com_1] -type=model -x=-58 -y=145 -width=648 -height=195 -layer=com_26 -model=model_19486 -modelorigin_x=22 -modelorigin_y=-128 -modelangle_x=309 -modelangle_y=1996 -modelangle_z=0 -modelzoom=505 -modelanim=seq_5119 -unknown100=65469 -unknown101=987 - -// 469:2 -[com_2] -type=model -x=-78 -y=-25 -width=683 -height=357 -layer=com_26 -model=model_19487 -modelorigin_x=25 -modelorigin_y=-46 -modelangle_x=309 -modelangle_y=1996 -modelangle_z=0 -modelzoom=505 -unknown100=65283 -unknown101=1086 - -// 469:3 -[com_3] -type=text -x=65 -y=232 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=Castle -colour=0xd4b082 - -// 469:4 -[com_4] -type=text -x=74 -y=251 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=Wars -colour=0xd4b082 - -// 469:5 -[com_5] -type=text -x=53 -y=126 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=Grand -textlineheight=21 -colour=0xd4b082 - -// 469:6 -[com_6] -type=text -x=66 -y=146 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=Tree -colour=0xd4b082 - -// 469:7 -[com_7] -type=text -x=358 -y=27 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=Varrock -colour=0xd4b082 - -// 469:8 -[com_8] -type=text -x=199 -y=119 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=Entrana -colour=0xd4b082 - -// 469:9 -[com_9] -type=text -x=266 -y=54 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=Taverley -colour=0xd4b082 - -// 469:10 -[com_10] -type=text -x=290 -y=132 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=Crafting -colour=0xd4b082 - -// 469:11 -[com_11] -type=text -x=305 -y=151 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=Guild -colour=0xd4b082 - -// 469:12 -[com_12] -type=model -x=223 -y=55 -width=45 -height=77 -layer=com_26 -hide=yes -model=model_19485 -modelorigin_x=43 -modelorigin_y=14 -modelangle_x=307 -modelangle_y=1991 -modelangle_z=0 -modelzoom=505 -unknown100=65121 -unknown101=1010 - -// 469:13 -[com_13] -type=graphic -x=483 -y=4 -width=26 -height=23 -layer=com_26 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 469:14 -[com_14] -type=graphic -x=58 -y=229 -width=99 -height=53 -layer=com_26 -op1=Castle Wars -onmouseleave=script1263(interface_469:com_3, interface_469:com_4) -onmouserepeat=script1262(interface_469:com_3, interface_469:com_4) - -// 469:15 -[com_15] -type=graphic -x=51 -y=125 -width=99 -height=53 -layer=com_26 -op1=Grand Tree -onmouseleave=script1263(interface_469:com_5, interface_469:com_6) -onmouserepeat=script1262(interface_469:com_5, interface_469:com_6) - -// 469:16 -[com_16] -type=graphic -x=289 -y=133 -width=116 -height=53 -layer=com_26 -op1=Crafting Guild -onmouseleave=script1263(interface_469:com_10, interface_469:com_11) -onmouserepeat=script1262(interface_469:com_10, interface_469:com_11) - -// 469:17 -[com_17] -type=graphic -x=199 -y=121 -width=77 -height=34 -layer=com_26 -op1=Entrana -onmouseleave=script45(interface_469:com_8, 0xd4b082) -onmouserepeat=script45(interface_469:com_8, 0xdbdbb7) - -// 469:18 -[com_18] -type=graphic -x=266 -y=54 -width=81 -height=35 -layer=com_26 -op1=Taverley -onmouseleave=script45(interface_469:com_9, 0xd4b082) -onmouserepeat=script45(interface_469:com_9, 0xdbdbb7) - -// 469:19 -[com_19] -type=graphic -x=356 -y=25 -width=83 -height=35 -layer=com_26 -op1=Varrock -onmouseleave=script45(interface_469:com_7, 0xd4b082) -onmouserepeat=script45(interface_469:com_7, 0xdbdbb7) - -// 469:20 -[com_20] -type=model -x=317 -y=107 -width=45 -height=79 -layer=com_26 -hide=yes -model=model_19485 -modelorigin_x=43 -modelorigin_y=14 -modelangle_x=301 -modelangle_y=1985 -modelangle_z=0 -modelzoom=505 -unknown100=65057 -unknown101=1009 - -// 469:21 -[com_21] -type=model -x=386 -y=3 -width=45 -height=79 -layer=com_26 -hide=yes -model=model_19485 -modelorigin_x=43 -modelorigin_y=14 -modelangle_x=301 -modelangle_y=1985 -modelangle_z=0 -modelzoom=505 -unknown100=65057 -unknown101=1009 - -// 469:22 -[com_22] -type=model -x=295 -y=16 -width=45 -height=79 -layer=com_26 -hide=yes -model=model_19485 -modelorigin_x=43 -modelorigin_y=14 -modelangle_x=301 -modelangle_y=1985 -modelangle_z=0 -modelzoom=505 -unknown100=65057 -unknown101=1009 - -// 469:23 -[com_23] -type=model -x=69 -y=100 -width=45 -height=79 -layer=com_26 -hide=yes -model=model_19485 -modelorigin_x=43 -modelorigin_y=14 -modelangle_x=301 -modelangle_y=1985 -modelangle_z=0 -modelzoom=505 -unknown100=65057 -unknown101=1009 - -// 469:24 -[com_24] -type=model -x=80 -y=198 -width=45 -height=79 -layer=com_26 -hide=yes -model=model_19485 -modelorigin_x=43 -modelorigin_y=14 -modelangle_x=301 -modelangle_y=1985 -modelangle_z=0 -modelzoom=505 -unknown100=65057 -unknown101=1009 - -// 469:25 -[com_25] -type=model -x=221 -y=103 -width=45 -height=79 -layer=com_26 -hide=yes -model=model_19485 -modelorigin_x=43 -modelorigin_y=14 -modelangle_x=301 -modelangle_y=1985 -modelangle_z=0 -modelzoom=505 -unknown100=65057 -unknown101=1009 - -// 469:26 -[com_26] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 469:27 -[com_27] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 469:28 -[com_28] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 469:29 -[com_29] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_28 - -// 469:30 -[com_30] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 469:31 -[com_31] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 469:32 -[com_32] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 469:33 -[com_33] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 469:34 -[com_34] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 469:35 -[com_35] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 469:36 -[com_36] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 469:37 -[com_37] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 469:38 -[com_38] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_29 - -// 469:39 -[com_39] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_29 - -// 469:40 -[com_40] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_29 - -// 469:41 -[com_41] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_29 - -// 469:42 -[com_42] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_29 - -// 469:43 -[com_43] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_39 -graphic=tradebacking -tiling=yes -outline=2 - -// 469:44 -[com_44] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_38 -graphic=tradebacking -tiling=yes -outline=2 - -// 469:45 -[com_45] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_40 -graphic=tradebacking -tiling=yes -outline=2 - -// 469:46 -[com_46] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_41 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_47.if b/dumps/530/interface/interface_47.if deleted file mode 100644 index 5c5652c6d..000000000 --- a/dumps/530/interface/interface_47.if +++ /dev/null @@ -1,609 +0,0 @@ -// 47:0 -[com_0] - -// 47:1 -[com_1] - -// 47:2 -[com_2] - -// 47:3 -[com_3] - -// 47:4 -[com_4] - -// 47:5 -[com_5] - -// 47:6 -[com_6] - -// 47:7 -[com_7] - -// 47:8 -[com_8] - -// 47:9 -[com_9] - -// 47:10 -[com_10] - -// 47:11 -[com_11] - -// 47:12 -[com_12] - -// 47:13 -[com_13] - -// 47:14 -[com_14] - -// 47:15 -[com_15] - -// 47:16 -[com_16] - -// 47:17 -[com_17] - -// 47:18 -[com_18] - -// 47:19 -[com_19] - -// 47:20 -[com_20] - -// 47:21 -[com_21] - -// 47:22 -[com_22] - -// 47:23 -[com_23] - -// 47:24 -[com_24] - -// 47:25 -[com_25] - -// 47:26 -[com_26] - -// 47:27 -[com_27] - -// 47:28 -[com_28] - -// 47:29 -[com_29] - -// 47:30 -[com_30] - -// 47:31 -[com_31] - -// 47:32 -[com_32] - -// 47:33 -[com_33] - -// 47:34 -[com_34] - -// 47:35 -[com_35] - -// 47:36 -[com_36] - -// 47:37 -[com_37] - -// 47:38 -[com_38] - -// 47:39 -[com_39] - -// 47:40 -[com_40] - -// 47:41 -[com_41] - -// 47:42 -[com_42] - -// 47:43 -[com_43] - -// 47:44 -[com_44] - -// 47:45 -[com_45] - -// 47:46 -[com_46] - -// 47:47 -[com_47] - -// 47:48 -[com_48] - -// 47:49 -[com_49] - -// 47:50 -[com_50] - -// 47:51 -[com_51] - -// 47:52 -[com_52] - -// 47:53 -[com_53] - -// 47:54 -[com_54] - -// 47:55 -[com_55] - -// 47:56 -[com_56] - -// 47:57 -[com_57] - -// 47:58 -[com_58] - -// 47:59 -[com_59] - -// 47:60 -[com_60] - -// 47:61 -[com_61] - -// 47:62 -[com_62] - -// 47:63 -[com_63] - -// 47:64 -[com_64] - -// 47:65 -[com_65] - -// 47:66 -[com_66] - -// 47:67 -[com_67] - -// 47:68 -[com_68] - -// 47:69 -[com_69] - -// 47:70 -[com_70] - -// 47:71 -[com_71] - -// 47:72 -[com_72] - -// 47:73 -[com_73] - -// 47:74 -[com_74] - -// 47:75 -[com_75] - -// 47:76 -[com_76] - -// 47:77 -[com_77] - -// 47:78 -[com_78] - -// 47:79 -[com_79] - -// 47:80 -[com_80] - -// 47:81 -[com_81] - -// 47:82 -[com_82] - -// 47:83 -[com_83] - -// 47:84 -[com_84] - -// 47:85 -[com_85] - -// 47:86 -[com_86] - -// 47:87 -[com_87] - -// 47:88 -[com_88] - -// 47:89 -[com_89] - -// 47:90 -[com_90] - -// 47:91 -[com_91] - -// 47:92 -[com_92] - -// 47:93 -[com_93] - -// 47:94 -[com_94] - -// 47:95 -[com_95] - -// 47:96 -[com_96] - -// 47:97 -[com_97] - -// 47:98 -[com_98] - -// 47:99 -[com_99] - -// 47:100 -[com_100] - -// 47:101 -[com_101] - -// 47:102 -[com_102] - -// 47:103 -[com_103] - -// 47:104 -[com_104] - -// 47:105 -[com_105] - -// 47:106 -[com_106] - -// 47:107 -[com_107] - -// 47:108 -[com_108] - -// 47:109 -[com_109] - -// 47:110 -[com_110] - -// 47:111 -[com_111] - -// 47:112 -[com_112] - -// 47:113 -[com_113] - -// 47:114 -[com_114] - -// 47:115 -[com_115] - -// 47:116 -[com_116] - -// 47:117 -[com_117] - -// 47:118 -[com_118] - -// 47:119 -[com_119] - -// 47:120 -[com_120] - -// 47:121 -[com_121] - -// 47:122 -[com_122] - -// 47:123 -[com_123] - -// 47:124 -[com_124] - -// 47:125 -[com_125] - -// 47:126 -[com_126] - -// 47:127 -[com_127] - -// 47:128 -[com_128] - -// 47:129 -[com_129] - -// 47:130 -[com_130] - -// 47:131 -[com_131] - -// 47:132 -[com_132] - -// 47:133 -[com_133] - -// 47:134 -[com_134] - -// 47:135 -[com_135] - -// 47:136 -[com_136] - -// 47:137 -[com_137] - -// 47:138 -[com_138] - -// 47:139 -[com_139] - -// 47:140 -[com_140] - -// 47:141 -[com_141] - -// 47:142 -[com_142] - -// 47:143 -[com_143] - -// 47:144 -[com_144] - -// 47:145 -[com_145] - -// 47:146 -[com_146] - -// 47:147 -[com_147] - -// 47:148 -[com_148] - -// 47:149 -[com_149] - -// 47:150 -[com_150] - -// 47:151 -[com_151] - -// 47:152 -[com_152] - -// 47:153 -[com_153] - -// 47:154 -[com_154] - -// 47:155 -[com_155] - -// 47:156 -[com_156] - -// 47:157 -[com_157] - -// 47:158 -[com_158] - -// 47:159 -[com_159] - -// 47:160 -[com_160] - -// 47:161 -[com_161] - -// 47:162 -[com_162] - -// 47:163 -[com_163] - -// 47:164 -[com_164] - -// 47:165 -[com_165] - -// 47:166 -[com_166] - -// 47:167 -[com_167] - -// 47:168 -[com_168] - -// 47:169 -[com_169] - -// 47:170 -[com_170] - -// 47:171 -[com_171] - -// 47:172 -[com_172] - -// 47:173 -[com_173] - -// 47:174 -[com_174] - -// 47:175 -[com_175] - -// 47:176 -[com_176] - -// 47:177 -[com_177] - -// 47:178 -[com_178] - -// 47:179 -[com_179] - -// 47:180 -[com_180] - -// 47:181 -[com_181] - -// 47:182 -[com_182] - -// 47:183 -[com_183] - -// 47:184 -[com_184] - -// 47:185 -[com_185] - -// 47:186 -[com_186] - -// 47:187 -[com_187] - -// 47:188 -[com_188] - -// 47:189 -[com_189] - -// 47:190 -[com_190] - -// 47:191 -[com_191] - -// 47:192 -[com_192] - -// 47:193 -[com_193] - -// 47:194 -[com_194] - -// 47:195 -[com_195] - -// 47:196 -[com_196] - -// 47:197 -[com_197] - -// 47:198 -[com_198] - -// 47:199 -[com_199] - -// 47:200 -[com_200] - -// 47:201 -[com_201] - -// 47:202 -[com_202] - diff --git a/dumps/530/interface/interface_470.if3 b/dumps/530/interface/interface_470.if3 deleted file mode 100644 index ba645eeb6..000000000 --- a/dumps/530/interface/interface_470.if3 +++ /dev/null @@ -1,5248 +0,0 @@ -// 470:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 470:1 -[com_1] -type=rectangle -x=13 -y=56 -width=480 -height=192 -layer=com_0 -colour=0x6699ff -fill=yes - -// 470:2 -[com_2] -type=rectangle -x=13 -y=8 -width=480 -height=48 -layer=com_0 -colour=0xffffff -fill=yes - -// 470:3 -[com_3] -type=rectangle -x=13 -y=248 -width=480 -height=72 -layer=com_0 -colour=0x339900 -fill=yes - -// 470:4 -[com_4] -type=rectangle -x=13 -y=116 -width=480 -height=15 -layer=com_0 -colour=0x79e9ff -fill=yes - -// 470:5 -[com_5] -type=rectangle -x=13 -y=43 -width=480 -height=15 -layer=com_0 -colour=0x54d7f4 -fill=yes - -// 470:6 -[com_6] -type=rectangle -x=13 -y=73 -width=480 -height=15 -layer=com_0 -colour=0x65e0fa -fill=yes - -// 470:7 -[com_7] -type=rectangle -x=13 -y=58 -width=480 -height=15 -layer=com_0 -colour=0x5fdaf7 -fill=yes - -// 470:8 -[com_8] -type=rectangle -x=13 -y=131 -width=480 -height=15 -layer=com_0 -colour=0x85e5ff -fill=yes - -// 470:9 -[com_9] -type=rectangle -x=13 -y=102 -width=480 -height=15 -layer=com_0 -colour=0x6ce6ff -fill=yes - -// 470:10 -[com_10] -type=rectangle -x=13 -y=146 -width=480 -height=15 -layer=com_0 -colour=0x8eddff -fill=yes - -// 470:11 -[com_11] -type=rectangle -x=13 -y=161 -width=480 -height=15 -layer=com_0 -colour=0x92e4ff -fill=yes - -// 470:12 -[com_12] -type=rectangle -x=13 -y=176 -width=480 -height=15 -layer=com_0 -colour=0x9ae5ff -fill=yes - -// 470:13 -[com_13] -type=rectangle -x=13 -y=191 -width=480 -height=15 -layer=com_0 -colour=0x9fdefe -fill=yes - -// 470:14 -[com_14] -type=rectangle -x=13 -y=206 -width=480 -height=15 -layer=com_0 -colour=0xa8e2f8 -fill=yes - -// 470:15 -[com_15] -type=rectangle -x=13 -y=221 -width=480 -height=15 -layer=com_0 -colour=0xb2e4ff -fill=yes - -// 470:16 -[com_16] -type=rectangle -x=13 -y=236 -width=480 -height=15 -layer=com_0 -colour=0xc3feff -fill=yes - -// 470:17 -[com_17] -type=rectangle -x=13 -y=87 -width=480 -height=15 -layer=com_0 -colour=0x71e0ff -fill=yes - -// 470:18 -[com_18] -type=model -x=13 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:19 -[com_19] -type=model -x=37 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:20 -[com_20] -type=model -x=61 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:21 -[com_21] -type=model -x=85 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:22 -[com_22] -type=model -x=109 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:23 -[com_23] -type=model -x=133 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:24 -[com_24] -type=model -x=157 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:25 -[com_25] -type=model -x=181 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:26 -[com_26] -type=model -x=205 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:27 -[com_27] -type=model -x=229 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:28 -[com_28] -type=model -x=253 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:29 -[com_29] -type=model -x=277 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:30 -[com_30] -type=model -x=301 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:31 -[com_31] -type=model -x=325 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:32 -[com_32] -type=model -x=349 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:33 -[com_33] -type=model -x=373 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:34 -[com_34] -type=model -x=397 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:35 -[com_35] -type=model -x=421 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:36 -[com_36] -type=model -x=445 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:37 -[com_37] -type=model -x=469 -y=296 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:38 -[com_38] -type=model -x=13 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:39 -[com_39] -type=model -x=37 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:40 -[com_40] -type=model -x=61 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:41 -[com_41] -type=model -x=85 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:42 -[com_42] -type=model -x=109 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:43 -[com_43] -type=model -x=133 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:44 -[com_44] -type=model -x=157 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:45 -[com_45] -type=model -x=181 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:46 -[com_46] -type=model -x=205 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:47 -[com_47] -type=model -x=229 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:48 -[com_48] -type=model -x=253 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:49 -[com_49] -type=model -x=277 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:50 -[com_50] -type=model -x=301 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:51 -[com_51] -type=model -x=325 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:52 -[com_52] -type=model -x=349 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:53 -[com_53] -type=model -x=373 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:54 -[com_54] -type=model -x=397 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:55 -[com_55] -type=model -x=421 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:56 -[com_56] -type=model -x=445 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:57 -[com_57] -type=model -x=469 -y=272 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:58 -[com_58] -type=model -x=13 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:59 -[com_59] -type=model -x=37 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:60 -[com_60] -type=model -x=61 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:61 -[com_61] -type=model -x=85 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:62 -[com_62] -type=model -x=109 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:63 -[com_63] -type=model -x=133 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:64 -[com_64] -type=model -x=157 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:65 -[com_65] -type=model -x=181 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:66 -[com_66] -type=model -x=205 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:67 -[com_67] -type=model -x=229 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:68 -[com_68] -type=model -x=253 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:69 -[com_69] -type=model -x=277 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:70 -[com_70] -type=model -x=301 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:71 -[com_71] -type=model -x=325 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:72 -[com_72] -type=model -x=349 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:73 -[com_73] -type=model -x=373 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:74 -[com_74] -type=model -x=397 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:75 -[com_75] -type=model -x=421 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:76 -[com_76] -type=model -x=445 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:77 -[com_77] -type=model -x=469 -y=248 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:78 -[com_78] -type=model -x=13 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:79 -[com_79] -type=model -x=37 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:80 -[com_80] -type=model -x=61 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:81 -[com_81] -type=model -x=85 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:82 -[com_82] -type=model -x=109 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:83 -[com_83] -type=model -x=133 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:84 -[com_84] -type=model -x=157 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:85 -[com_85] -type=model -x=181 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:86 -[com_86] -type=model -x=205 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:87 -[com_87] -type=model -x=229 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:88 -[com_88] -type=model -x=253 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:89 -[com_89] -type=model -x=277 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:90 -[com_90] -type=model -x=301 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:91 -[com_91] -type=model -x=325 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:92 -[com_92] -type=model -x=349 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:93 -[com_93] -type=model -x=373 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:94 -[com_94] -type=model -x=397 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:95 -[com_95] -type=model -x=421 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:96 -[com_96] -type=model -x=445 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:97 -[com_97] -type=model -x=469 -y=224 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:98 -[com_98] -type=model -x=37 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:99 -[com_99] -type=model -x=13 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:100 -[com_100] -type=model -x=61 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:101 -[com_101] -type=model -x=85 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:102 -[com_102] -type=model -x=109 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:103 -[com_103] -type=model -x=133 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:104 -[com_104] -type=model -x=157 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:105 -[com_105] -type=model -x=181 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:106 -[com_106] -type=model -x=205 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:107 -[com_107] -type=model -x=229 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:108 -[com_108] -type=model -x=253 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:109 -[com_109] -type=model -x=277 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:110 -[com_110] -type=model -x=301 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:111 -[com_111] -type=model -x=325 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:112 -[com_112] -type=model -x=349 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:113 -[com_113] -type=model -x=373 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:114 -[com_114] -type=model -x=397 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:115 -[com_115] -type=model -x=421 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:116 -[com_116] -type=model -x=445 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:117 -[com_117] -type=model -x=469 -y=200 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:118 -[com_118] -type=model -x=13 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:119 -[com_119] -type=model -x=37 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:120 -[com_120] -type=model -x=61 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:121 -[com_121] -type=model -x=85 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:122 -[com_122] -type=model -x=109 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:123 -[com_123] -type=model -x=133 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:124 -[com_124] -type=model -x=157 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:125 -[com_125] -type=model -x=181 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:126 -[com_126] -type=model -x=205 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:127 -[com_127] -type=model -x=229 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:128 -[com_128] -type=model -x=253 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:129 -[com_129] -type=model -x=277 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:130 -[com_130] -type=model -x=301 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:131 -[com_131] -type=model -x=325 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:132 -[com_132] -type=model -x=349 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:133 -[com_133] -type=model -x=373 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:134 -[com_134] -type=model -x=397 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:135 -[com_135] -type=model -x=421 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:136 -[com_136] -type=model -x=445 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:137 -[com_137] -type=model -x=469 -y=176 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:138 -[com_138] -type=model -x=13 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:139 -[com_139] -type=model -x=37 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:140 -[com_140] -type=model -x=61 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:141 -[com_141] -type=model -x=85 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:142 -[com_142] -type=model -x=109 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:143 -[com_143] -type=model -x=133 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:144 -[com_144] -type=model -x=157 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:145 -[com_145] -type=model -x=181 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:146 -[com_146] -type=model -x=205 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:147 -[com_147] -type=model -x=229 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:148 -[com_148] -type=model -x=253 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:149 -[com_149] -type=model -x=277 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:150 -[com_150] -type=model -x=301 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:151 -[com_151] -type=model -x=325 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:152 -[com_152] -type=model -x=349 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:153 -[com_153] -type=model -x=373 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:154 -[com_154] -type=model -x=397 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:155 -[com_155] -type=model -x=421 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:156 -[com_156] -type=model -x=445 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:157 -[com_157] -type=model -x=469 -y=152 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:158 -[com_158] -type=model -x=13 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:159 -[com_159] -type=model -x=37 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:160 -[com_160] -type=model -x=61 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:161 -[com_161] -type=model -x=85 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:162 -[com_162] -type=model -x=109 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:163 -[com_163] -type=model -x=133 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:164 -[com_164] -type=model -x=157 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:165 -[com_165] -type=model -x=181 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:166 -[com_166] -type=model -x=205 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:167 -[com_167] -type=model -x=229 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:168 -[com_168] -type=model -x=253 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:169 -[com_169] -type=model -x=277 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:170 -[com_170] -type=model -x=301 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:171 -[com_171] -type=model -x=325 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:172 -[com_172] -type=model -x=349 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:173 -[com_173] -type=model -x=373 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:174 -[com_174] -type=model -x=397 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:175 -[com_175] -type=model -x=421 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:176 -[com_176] -type=model -x=445 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:177 -[com_177] -type=model -x=469 -y=128 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:178 -[com_178] -type=model -x=13 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:179 -[com_179] -type=model -x=37 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:180 -[com_180] -type=model -x=61 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:181 -[com_181] -type=model -x=85 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:182 -[com_182] -type=model -x=109 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:183 -[com_183] -type=model -x=133 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:184 -[com_184] -type=model -x=157 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:185 -[com_185] -type=model -x=181 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:186 -[com_186] -type=model -x=205 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:187 -[com_187] -type=model -x=229 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:188 -[com_188] -type=model -x=253 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:189 -[com_189] -type=model -x=277 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:190 -[com_190] -type=model -x=301 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:191 -[com_191] -type=model -x=325 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:192 -[com_192] -type=model -x=349 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:193 -[com_193] -type=model -x=373 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:194 -[com_194] -type=model -x=397 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:195 -[com_195] -type=model -x=421 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:196 -[com_196] -type=model -x=445 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:197 -[com_197] -type=model -x=469 -y=104 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:198 -[com_198] -type=model -x=13 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:199 -[com_199] -type=model -x=37 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:200 -[com_200] -type=model -x=61 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:201 -[com_201] -type=model -x=85 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:202 -[com_202] -type=model -x=109 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:203 -[com_203] -type=model -x=133 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:204 -[com_204] -type=model -x=157 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:205 -[com_205] -type=model -x=181 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:206 -[com_206] -type=model -x=205 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:207 -[com_207] -type=model -x=229 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:208 -[com_208] -type=model -x=253 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:209 -[com_209] -type=model -x=277 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:210 -[com_210] -type=model -x=301 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:211 -[com_211] -type=model -x=325 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:212 -[com_212] -type=model -x=349 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:213 -[com_213] -type=model -x=373 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:214 -[com_214] -type=model -x=397 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:215 -[com_215] -type=model -x=421 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:216 -[com_216] -type=model -x=445 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:217 -[com_217] -type=model -x=469 -y=80 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:218 -[com_218] -type=model -x=13 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:219 -[com_219] -type=model -x=37 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:220 -[com_220] -type=model -x=61 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:221 -[com_221] -type=model -x=85 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:222 -[com_222] -type=model -x=109 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:223 -[com_223] -type=model -x=133 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:224 -[com_224] -type=model -x=157 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:225 -[com_225] -type=model -x=181 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:226 -[com_226] -type=model -x=205 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:227 -[com_227] -type=model -x=229 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:228 -[com_228] -type=model -x=253 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:229 -[com_229] -type=model -x=277 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:230 -[com_230] -type=model -x=301 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:231 -[com_231] -type=model -x=325 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:232 -[com_232] -type=model -x=349 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:233 -[com_233] -type=model -x=373 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:234 -[com_234] -type=model -x=397 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:235 -[com_235] -type=model -x=421 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:236 -[com_236] -type=model -x=445 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:237 -[com_237] -type=model -x=469 -y=56 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 470:238 -[com_238] -type=model -x=13 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:239 -[com_239] -type=model -x=37 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:240 -[com_240] -type=model -x=61 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:241 -[com_241] -type=model -x=85 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:242 -[com_242] -type=model -x=109 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:243 -[com_243] -type=model -x=133 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:244 -[com_244] -type=model -x=157 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:245 -[com_245] -type=model -x=181 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:246 -[com_246] -type=model -x=205 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:247 -[com_247] -type=model -x=229 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:248 -[com_248] -type=model -x=253 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:249 -[com_249] -type=model -x=277 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:250 -[com_250] -type=model -x=301 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:251 -[com_251] -type=model -x=325 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:252 -[com_252] -type=model -x=349 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:253 -[com_253] -type=model -x=373 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:254 -[com_254] -type=model -x=397 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:255 -[com_255] -type=model -x=421 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:256 -[com_256] -type=model -x=445 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:257 -[com_257] -type=model -x=469 -y=32 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:258 -[com_258] -type=model -x=13 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:259 -[com_259] -type=model -x=37 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:260 -[com_260] -type=model -x=61 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:261 -[com_261] -type=model -x=85 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:262 -[com_262] -type=model -x=109 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:263 -[com_263] -type=model -x=133 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:264 -[com_264] -type=model -x=157 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:265 -[com_265] -type=model -x=181 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:266 -[com_266] -type=model -x=205 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:267 -[com_267] -type=model -x=229 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:268 -[com_268] -type=model -x=253 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:269 -[com_269] -type=model -x=277 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:270 -[com_270] -type=model -x=301 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:271 -[com_271] -type=model -x=325 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:272 -[com_272] -type=model -x=349 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:273 -[com_273] -type=model -x=373 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:274 -[com_274] -type=model -x=397 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:275 -[com_275] -type=model -x=421 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:276 -[com_276] -type=model -x=445 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:277 -[com_277] -type=model -x=469 -y=8 -width=24 -height=24 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=33790 -unknown101=2576 - -// 470:278 -[com_278] -type=model -x=-7 -y=-5 -width=39 -height=37 -layer=com_0 -model=model_19517 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=62461 -unknown101=5152 - -// 470:279 -[com_279] -type=model -x=4 -width=16 -height=25 -layer=com_0 -model=model_19518 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2576 -unknown100=62460 -unknown101=5152 - -// 470:280 -[com_280] -type=rectangle -width=13 -height=334 -layer=com_0 -colour=0x000000 -fill=yes - -// 470:281 -[com_281] -type=rectangle -x=13 -y=319 -width=480 -height=15 -layer=com_0 -colour=0x000000 -fill=yes - -// 470:282 -[com_282] -type=rectangle -x=12 -width=480 -height=15 -layer=com_0 -colour=0x000000 -fill=yes - -// 470:283 -[com_283] -type=model -x=13 -y=8 -width=121 -height=49 -layer=com_0 -model=model_19573 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2698 -unknown100=62305 -unknown101=5396 - -// 470:284 -[com_284] -type=model -x=133 -y=8 -width=121 -height=49 -layer=com_0 -model=model_19573 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2698 -unknown100=62305 -unknown101=5396 - -// 470:285 -[com_285] -type=model -x=253 -y=8 -width=121 -height=49 -layer=com_0 -model=model_19573 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2698 -unknown100=62304 -unknown101=5396 - -// 470:286 -[com_286] -type=model -x=373 -y=8 -width=121 -height=49 -layer=com_0 -model=model_19573 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2698 -unknown100=62303 -unknown101=5396 - -// 470:287 -[com_287] -type=rectangle -x=492 -width=20 -height=334 -layer=com_0 -colour=0x000000 -fill=yes - -// 470:288 -[com_288] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 470:289 -[com_289] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 470:290 -[com_290] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_289 - -// 470:291 -[com_291] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 470:292 -[com_292] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 470:293 -[com_293] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 470:294 -[com_294] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 470:295 -[com_295] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 470:296 -[com_296] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 470:297 -[com_297] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 470:298 -[com_298] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 470:299 -[com_299] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_290 - -// 470:300 -[com_300] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_290 - -// 470:301 -[com_301] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_290 - -// 470:302 -[com_302] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_290 - -// 470:303 -[com_303] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_290 - -// 470:304 -[com_304] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_300 -graphic=tradebacking -tiling=yes -outline=2 - -// 470:305 -[com_305] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_299 -graphic=tradebacking -tiling=yes -outline=2 - -// 470:306 -[com_306] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_301 -graphic=tradebacking -tiling=yes -outline=2 - -// 470:307 -[com_307] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_302 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_471.if3 b/dumps/530/interface/interface_471.if3 deleted file mode 100644 index 1520cb05b..000000000 --- a/dumps/530/interface/interface_471.if3 +++ /dev/null @@ -1,432 +0,0 @@ -// 471:0 -[com_0] -type=text -x=5 -y=4 -width=19 -height=33 -layer=com_26 -textfont=quill_oblique_large -text=X -textshadow=yes -colour=0x996600 - -// 471:1 -[com_1] -type=text -x=5 -y=55 -width=19 -height=33 -layer=com_26 -textfont=quill_oblique_large -text=X -textshadow=yes -colour=0x996600 - -// 471:2 -[com_2] -type=text -x=35 -y=4 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=%1 -textshadow=yes -colour=0xcccccc -onvartransmit=script1261 -onvartransmitlist=varplayer_913 - -// 471:3 -[com_3] -type=text -x=35 -y=54 -width=32 -height=32 -layer=com_26 -textfont=quill_oblique_large -text=%1 -textshadow=yes -colour=0xcccccc - -// 471:4 -[com_4] -type=text -x=22 -y=31 -width=63 -height=62 -layer=com_27 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Sandbags -onmouseleave=script40(interface_471:com_28) -onmouserepeat=script38(event_com, interface_471:com_28, "Move up more.", 50, 150) - -// 471:5 -[com_5] -type=text -x=6 -y=138 -width=67 -height=33 -layer=com_27 -textfont=quill_oblique_large -text=Relax -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Relax -onmouseleave=script40(interface_471:com_28) -onmouserepeat=script38(event_com, interface_471:com_28, "Move forward.", 50, 150) - -// 471:6 -[com_6] -type=text -x=34 -y=175 -width=50 -height=73 -layer=com_27 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Tug -onmouseleave=script40(interface_471:com_28) -onmouserepeat=script38(event_com, interface_471:com_28, "Move down.", 50, 150) - -// 471:7 -[com_7] -type=text -x=18 -y=-2 -width=162 -height=32 -textfont=quill_oblique_large -text=Balloon Controls -textshadow=yes -colour=0x996600 - -// 471:8 -[com_8] -type=text -x=103 -y=138 -width=49 -height=31 -layer=com_27 -textfont=quill_oblique_large -text=Bail -textalignh=1 -textshadow=yes -colour=0x999999 -op1=Bail -onmouseleave=script40(interface_471:com_28) -onmouserepeat=script38(event_com, interface_471:com_28, "We're doomed.", 50, 150) - -// 471:9 -[com_9] -type=text -x=9 -y=96 -width=91 -height=39 -layer=com_27 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Logs -onmouseleave=script40(interface_471:com_28) -onmouserepeat=script38(event_com, interface_471:com_28, "Move up.", 50, 150) - -// 471:10 -[com_10] -type=text -x=106 -y=176 -width=53 -height=74 -layer=com_27 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Emergency tug -onmouseleave=script40(interface_471:com_28) -onmouserepeat=script38(event_com, interface_471:com_28, "Move down more.", 50, 150) - -// 471:11 -[com_11] -type=model -x=31 -y=54 -width=32 -height=32 -model=model_19723 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=0 -unknown101=3000 - -// 471:12 -[com_12] -type=model -x=24 -y=20 -width=32 -height=32 -layer=com_15 -model=model_19721 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=0 -unknown101=3000 - -// 471:13 -[com_13] -type=model -x=13 -y=20 -width=32 -height=32 -layer=com_15 -model=model_19721 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=0 -unknown101=3000 - -// 471:14 -[com_14] -type=model -x=18 -y=6 -width=32 -height=32 -layer=com_15 -model=model_19721 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=0 -unknown101=3000 - -// 471:15 -[com_15] -type=layer -x=11 -y=97 -width=74 -height=53 - -// 471:16 -[com_16] -type=model -x=51 -y=31 -width=32 -height=32 -model=model_19720 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 471:17 -[com_17] -type=model -x=51 -y=58 -width=32 -height=32 -model=model_19720 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 471:18 -[com_18] -type=model -x=72 -y=102 -width=32 -height=32 -model=model_19720 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 471:19 -[com_19] -type=model -x=57 -y=188 -width=32 -height=32 -model=model_19720 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=1024 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 471:20 -[com_20] -type=model -x=130 -y=176 -width=32 -height=32 -model=model_19720 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=1024 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 471:21 -[com_21] -type=model -x=130 -y=206 -width=32 -height=32 -model=model_19720 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=1024 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 471:22 -[com_22] -type=model -x=67 -y=140 -width=32 -height=32 -model=model_19719 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=0 -unknown101=3000 - -// 471:23 -[com_23] -type=model -x=112 -y=192 -width=32 -height=32 -model=model_19718 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=0 -unknown101=3000 - -// 471:24 -[com_24] -type=model -x=152 -y=138 -width=32 -height=32 -model=model_19484 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=477 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1680 -unknown100=0 -unknown101=3000 - -// 471:25 -[com_25] -type=model -x=41 -y=191 -width=32 -height=32 -model=model_19722 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=0 -unknown101=3000 - -// 471:26 -[com_26] -type=layer -x=108 -y=46 -width=70 -height=91 - -// 471:27 -[com_27] -type=layer -width=190 -height=261 - -// 471:28 -[com_28] -type=layer -x=33 -y=71 -width=115 -height=43 -layer=com_27 - diff --git a/dumps/530/interface/interface_472.if3 b/dumps/530/interface/interface_472.if3 deleted file mode 100644 index 8e0b377d2..000000000 --- a/dumps/530/interface/interface_472.if3 +++ /dev/null @@ -1,68 +0,0 @@ -// 472:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 472:1 -[com_1] -type=model -x=37 -y=16 -width=441 -height=295 -layer=com_0 -model=model_11365 -modelorigin_x=-20 -modelorigin_y=15 -modelangle_x=501 -modelangle_y=0 -modelangle_z=0 -modelzoom=621 -unknown100=64097 -unknown101=3000 - -// 472:2 -[com_2] -type=model -x=88 -y=48 -width=307 -height=234 -layer=com_0 -model=model_19483 -modelorigin_x=3 -modelorigin_y=3 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=741 -unknown100=64009 -unknown101=3000 - -// 472:3 -[com_3] -type=graphic -x=411 -y=42 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 472:4 -[com_4] -type=layer -x=401 -y=44 -width=32 -height=32 -layer=com_0 -hide=yes - diff --git a/dumps/530/interface/interface_473.if b/dumps/530/interface/interface_473.if deleted file mode 100644 index 79abcb58a..000000000 --- a/dumps/530/interface/interface_473.if +++ /dev/null @@ -1,102 +0,0 @@ -// 473:0 -[com_0] - -// 473:1 -[com_1] - -// 473:2 -[com_2] - -// 473:3 -[com_3] - -// 473:4 -[com_4] - -// 473:5 -[com_5] - -// 473:6 -[com_6] - -// 473:7 -[com_7] - -// 473:8 -[com_8] - -// 473:9 -[com_9] - -// 473:10 -[com_10] - -// 473:11 -[com_11] - -// 473:12 -[com_12] - -// 473:13 -[com_13] - -// 473:14 -[com_14] - -// 473:15 -[com_15] - -// 473:16 -[com_16] - -// 473:17 -[com_17] - -// 473:18 -[com_18] - -// 473:19 -[com_19] - -// 473:20 -[com_20] - -// 473:21 -[com_21] - -// 473:22 -[com_22] - -// 473:23 -[com_23] - -// 473:24 -[com_24] - -// 473:25 -[com_25] - -// 473:26 -[com_26] - -// 473:27 -[com_27] - -// 473:28 -[com_28] - -// 473:29 -[com_29] - -// 473:30 -[com_30] - -// 473:31 -[com_31] - -// 473:32 -[com_32] - -// 473:33 -[com_33] - diff --git a/dumps/530/interface/interface_474.if b/dumps/530/interface/interface_474.if deleted file mode 100644 index 7a39f895d..000000000 --- a/dumps/530/interface/interface_474.if +++ /dev/null @@ -1,102 +0,0 @@ -// 474:0 -[com_0] - -// 474:1 -[com_1] - -// 474:2 -[com_2] - -// 474:3 -[com_3] - -// 474:4 -[com_4] - -// 474:5 -[com_5] - -// 474:6 -[com_6] - -// 474:7 -[com_7] - -// 474:8 -[com_8] - -// 474:9 -[com_9] - -// 474:10 -[com_10] - -// 474:11 -[com_11] - -// 474:12 -[com_12] - -// 474:13 -[com_13] - -// 474:14 -[com_14] - -// 474:15 -[com_15] - -// 474:16 -[com_16] - -// 474:17 -[com_17] - -// 474:18 -[com_18] - -// 474:19 -[com_19] - -// 474:20 -[com_20] - -// 474:21 -[com_21] - -// 474:22 -[com_22] - -// 474:23 -[com_23] - -// 474:24 -[com_24] - -// 474:25 -[com_25] - -// 474:26 -[com_26] - -// 474:27 -[com_27] - -// 474:28 -[com_28] - -// 474:29 -[com_29] - -// 474:30 -[com_30] - -// 474:31 -[com_31] - -// 474:32 -[com_32] - -// 474:33 -[com_33] - diff --git a/dumps/530/interface/interface_475.if b/dumps/530/interface/interface_475.if deleted file mode 100644 index b263b3ca3..000000000 --- a/dumps/530/interface/interface_475.if +++ /dev/null @@ -1,102 +0,0 @@ -// 475:0 -[com_0] - -// 475:1 -[com_1] - -// 475:2 -[com_2] - -// 475:3 -[com_3] - -// 475:4 -[com_4] - -// 475:5 -[com_5] - -// 475:6 -[com_6] - -// 475:7 -[com_7] - -// 475:8 -[com_8] - -// 475:9 -[com_9] - -// 475:10 -[com_10] - -// 475:11 -[com_11] - -// 475:12 -[com_12] - -// 475:13 -[com_13] - -// 475:14 -[com_14] - -// 475:15 -[com_15] - -// 475:16 -[com_16] - -// 475:17 -[com_17] - -// 475:18 -[com_18] - -// 475:19 -[com_19] - -// 475:20 -[com_20] - -// 475:21 -[com_21] - -// 475:22 -[com_22] - -// 475:23 -[com_23] - -// 475:24 -[com_24] - -// 475:25 -[com_25] - -// 475:26 -[com_26] - -// 475:27 -[com_27] - -// 475:28 -[com_28] - -// 475:29 -[com_29] - -// 475:30 -[com_30] - -// 475:31 -[com_31] - -// 475:32 -[com_32] - -// 475:33 -[com_33] - diff --git a/dumps/530/interface/interface_476.if b/dumps/530/interface/interface_476.if deleted file mode 100644 index b9e6d5d9b..000000000 --- a/dumps/530/interface/interface_476.if +++ /dev/null @@ -1,102 +0,0 @@ -// 476:0 -[com_0] - -// 476:1 -[com_1] - -// 476:2 -[com_2] - -// 476:3 -[com_3] - -// 476:4 -[com_4] - -// 476:5 -[com_5] - -// 476:6 -[com_6] - -// 476:7 -[com_7] - -// 476:8 -[com_8] - -// 476:9 -[com_9] - -// 476:10 -[com_10] - -// 476:11 -[com_11] - -// 476:12 -[com_12] - -// 476:13 -[com_13] - -// 476:14 -[com_14] - -// 476:15 -[com_15] - -// 476:16 -[com_16] - -// 476:17 -[com_17] - -// 476:18 -[com_18] - -// 476:19 -[com_19] - -// 476:20 -[com_20] - -// 476:21 -[com_21] - -// 476:22 -[com_22] - -// 476:23 -[com_23] - -// 476:24 -[com_24] - -// 476:25 -[com_25] - -// 476:26 -[com_26] - -// 476:27 -[com_27] - -// 476:28 -[com_28] - -// 476:29 -[com_29] - -// 476:30 -[com_30] - -// 476:31 -[com_31] - -// 476:32 -[com_32] - -// 476:33 -[com_33] - diff --git a/dumps/530/interface/interface_477.if3 b/dumps/530/interface/interface_477.if3 deleted file mode 100644 index 42d1ebf7a..000000000 --- a/dumps/530/interface/interface_477.if3 +++ /dev/null @@ -1,305 +0,0 @@ -// 477:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 477:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 477:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 477:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 477:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 477:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 477:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 477:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 477:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 477:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 477:10 -[com_10] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 477:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 477:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 477:13 -[com_13] -type=text -x=85 -y=29 -width=363 -height=14 -textfont=b12_full -text=Custom Fur Clothing -textalignh=1 -textshadow=yes -colour=0xff981f - -// 477:14 -[com_14] -type=text -x=13 -y=273 -width=484 -height=40 -textfont=p12_full -text=Right-click an item in the shop to have it made for you. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 477:15 -[com_15] -type=text -x=32 -y=144 -width=126 -height=14 -textfont=p12_full -text=Larupia -textalignh=1 -textshadow=yes -colour=0x990000 - -// 477:16 -[com_16] -type=text -x=193 -y=144 -width=126 -height=14 -textfont=p12_full -text=Graahk -textalignh=1 -textshadow=yes -colour=0x990000 - -// 477:17 -[com_17] -type=text -x=354 -y=144 -width=126 -height=14 -textfont=p12_full -text=Kyatt -textalignh=1 -textshadow=yes -colour=0x990000 - -// 477:18 -[com_18] -type=text -x=26 -y=67 -width=107 -height=14 -textfont=p12_full -text=Polar kebbit -textalignh=1 -textshadow=yes -colour=0x990000 - -// 477:19 -[com_19] -type=text -x=143 -y=67 -width=110 -height=14 -textfont=p12_full -text=Common kebbit -textalignh=1 -textshadow=yes -colour=0x990000 - -// 477:20 -[com_20] -type=text -x=256 -y=67 -width=111 -height=14 -textfont=p12_full -text=Feldip weasel -textalignh=1 -textshadow=yes -colour=0x990000 - -// 477:21 -[com_21] -type=text -x=373 -y=67 -width=111 -height=14 -textfont=p12_full -text=Desert devil -textalignh=1 -textshadow=yes -colour=0x990000 - -// 477:22 -[com_22] -type=text -x=31 -y=221 -width=121 -height=14 -textfont=p12_full -text=Dark kebbit -textalignh=1 -textshadow=yes -colour=0x990000 - -// 477:23 -[com_23] -type=text -x=187 -y=221 -width=141 -height=14 -textfont=p12_full -text=Spotted kebbit -textalignh=1 -textshadow=yes -colour=0x990000 - -// 477:24 -[com_24] -type=text -x=345 -y=221 -width=151 -height=14 -textfont=p12_full -text=Dashing kebbit -textalignh=1 -textshadow=yes -colour=0x990000 - -// 477:25 -[com_25] -type=graphic -x=473 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_477:com_25, "v2_stone_close_button,1") -onmouseleave=script44(interface_477:com_25, "v2_stone_close_button,0") -onop=script29 - -// 477:26 -[com_26] -type=layer -x=26 -y=80 -width=458 -height=215 -oninvtransmit=script1190 -oninvtransmitlist=inv_482 - diff --git a/dumps/530/interface/interface_478.if3 b/dumps/530/interface/interface_478.if3 deleted file mode 100644 index e59c4d412..000000000 --- a/dumps/530/interface/interface_478.if3 +++ /dev/null @@ -1,166 +0,0 @@ -// 478:0 -[com_0] -type=rectangle -x=86 -y=23 -width=366 -height=247 -colour=0x000000 -fill=yes -trans=200 - -// 478:1 -[com_1] -type=graphic -x=88 -y=20 -width=355 -height=242 -graphic=tradebacking -tiling=yes - -// 478:2 -[com_2] -type=graphic -x=82 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 478:3 -[com_3] -type=graphic -x=114 -y=248 -width=304 -height=33 -graphic="v2_stone_borders,2" -tiling=yes - -// 478:4 -[com_4] -type=graphic -x=113 -y=7 -width=305 -height=41 -graphic="v2_stone_borders,0" -tiling=yes - -// 478:5 -[com_5] -type=graphic -x=82 -y=236 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 478:6 -[com_6] -type=graphic -x=418 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 478:7 -[com_7] -type=graphic -x=418 -y=236 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 478:8 -[com_8] -type=graphic -x=89 -y=38 -width=354 -height=40 -graphic="v2_stone_borders,8" -tiling=yes - -// 478:9 -[com_9] -type=graphic -x=82 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 478:10 -[com_10] -type=graphic -x=69 -y=60 -width=32 -height=176 -graphic="v2_stone_borders,1" -tiling=yes - -// 478:11 -[com_11] -type=graphic -x=430 -y=52 -width=33 -height=184 -graphic="v2_stone_borders,3" -tiling=yes - -// 478:12 -[com_12] -type=text -x=90 -y=32 -width=344 -height=16 -textfont=b12_full -text=Imp Release Negotiation Form -textalignh=1 -textshadow=yes -colour=0xff981f - -// 478:13 -[com_13] -type=text -x=89 -y=230 -width=352 -height=26 -textfont=p12_full -text=Select an item or stack of items to deposit.
You can deposit up to 2 items or stacks. -textalignh=1 -textshadow=yes -colour=0xff981f -opbase=IFSEdit: ITEM: @name imp_deposit_instructions @type 3 @x 88 @y 232 @wid 352 @hei 26 @lay @lyid -1 @hide false @scrw 0 @scrh 0 @col 16777215 @fill false @tran 0 @swid 1 @idgr @rot 0 @tile false @outl 0 @scol 0 @hfli false @vfli false @idmo @x2of 0 @y2of 0 @2xan 0 @2yan 0 @2zan 0 @zoom 400 @anim @orth false @font 1 @text Select an item or stack of items to deposit.
You can deposit up to 2 items or stacks. @vspa 0 @hcen 1 @vcen 0 @shad true @opna @tavb @targ false @onlo @oncl @onho @onre @onmo @onml @ondr @ontl @onte @onvt @onit @onst @onti @onop @ondc @onda @oncr @onmr @oscr @iscp false @drdz 0 @drdt 0 @op1 @op2 @op3 @op4 @op5 @op6 @op7 @op8 @op9 @op10 @drla @drta false @paus false @tarm 0 @clie 0 @end - -// 478:14 -[com_14] -type=layer -x=102 -y=69 -width=324 -height=165 -oninvtransmit=script701 -oninvtransmitlist=inv_93 - -// 478:15 -[com_15] -type=graphic -x=419 -y=28 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - diff --git a/dumps/530/interface/interface_479.if3 b/dumps/530/interface/interface_479.if3 deleted file mode 100644 index 4a0caa019..000000000 --- a/dumps/530/interface/interface_479.if3 +++ /dev/null @@ -1,31 +0,0 @@ -// 479:0 -[com_0] -type=model -x=44 -y=6 -width=411 -height=323 -model=model_20408 -modelorigin_x=15 -modelorigin_y=-40 -modelangle_x=504 -modelangle_y=0 -modelangle_z=0 -modelzoom=570 -unknown100=64955 -unknown101=1142 - -// 479:1 -[com_1] -type=graphic -x=416 -y=18 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_48.if3 b/dumps/530/interface/interface_48.if3 deleted file mode 100644 index c84cd11f0..000000000 --- a/dumps/530/interface/interface_48.if3 +++ /dev/null @@ -1,418 +0,0 @@ -// 48:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 48:1 -[com_1] -type=graphic -x=7 -y=7 -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -graphic=tradebacking -tiling=yes - -// 48:2 -[com_2] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_0 -colour=0x000000 -fill=yes -trans=144 - -// 48:3 -[com_3] -type=model -x=116 -y=-220 -width=294 -height=529 -layer=com_0 -model=model_9374 -modelorigin_x=12 -modelorigin_y=57 -modelangle_x=295 -modelangle_y=0 -modelangle_z=0 -modelzoom=246 -unknown100=64851 -unknown101=3000 - -// 48:4 -[com_4] -type=model -x=158 -y=83 -width=209 -height=182 -layer=com_0 -model=model_9380 -modelorigin_x=13 -modelorigin_y=-73 -modelangle_x=295 -modelangle_y=0 -modelangle_z=0 -modelzoom=246 -modelanim=seq_2675 -unknown100=64657 -unknown101=3000 - -// 48:5 -[com_5] -type=model -x=277 -y=84 -width=40 -height=69 -layer=com_0 -model=model_9376 -modelorigin_x=-26 -modelorigin_y=-18 -modelangle_x=293 -modelangle_y=0 -modelangle_z=0 -modelzoom=246 -modelanim=seq_2684 -unknown100=64523 -unknown101=3000 - -// 48:6 -[com_6] -type=model -x=213 -y=84 -width=37 -height=68 -layer=com_0 -model=model_9376 -modelorigin_x=-10 -modelorigin_y=-27 -modelangle_x=295 -modelangle_y=110 -modelangle_z=0 -modelzoom=246 -modelanim=seq_2684 -unknown100=64502 -unknown101=3000 - -// 48:7 -[com_7] -type=model -x=217 -y=191 -width=94 -height=58 -layer=com_0 -model=model_9379 -modelorigin_x=11 -modelorigin_y=-119 -modelangle_x=295 -modelangle_y=0 -modelangle_z=0 -modelzoom=246 -modelanim=seq_2684 -unknown100=64517 -unknown101=3000 - -// 48:8 -[com_8] -type=graphic -x=178 -y=150 -width=66 -height=40 -layer=com_0 -op1=Rotate Anti-clockwise - -// 48:9 -[com_9] -type=graphic -x=278 -y=150 -width=66 -height=40 -layer=com_0 -op1=Rotate clockwise - -// 48:10 -[com_10] -type=model -x=286 -y=152 -width=56 -height=36 -layer=com_0 -model=model_9381 -modelorigin_x=-39 -modelorigin_y=-69 -modelangle_x=295 -modelangle_y=0 -modelangle_z=0 -modelzoom=246 -unknown100=64478 -unknown101=3000 - -// 48:11 -[com_11] -type=model -x=183 -y=152 -width=57 -height=36 -layer=com_0 -model=model_9377 -modelorigin_x=64 -modelorigin_y=-69 -modelangle_x=295 -modelangle_y=0 -modelangle_z=0 -modelzoom=246 -unknown100=64478 -unknown101=3000 - -// 48:12 -[com_12] -type=graphic -x=483 -y=5 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -onmouseover=script44(interface_48:com_12, "close_buttons,5") -onmouseleave=script44(interface_48:com_12, "close_buttons,4") -onclick=script29 - -// 48:13 -[com_13] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 48:14 -[com_14] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_13 - -// 48:15 -[com_15] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 48:16 -[com_16] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 48:17 -[com_17] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 48:18 -[com_18] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 48:19 -[com_19] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 48:20 -[com_20] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 48:21 -[com_21] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 48:22 -[com_22] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 48:23 -[com_23] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_14 - -// 48:24 -[com_24] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_14 - -// 48:25 -[com_25] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_14 - -// 48:26 -[com_26] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_14 - -// 48:27 -[com_27] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_14 - -// 48:28 -[com_28] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_24 -graphic=tradebacking -tiling=yes -outline=2 - -// 48:29 -[com_29] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_23 -graphic=tradebacking -tiling=yes -outline=2 - -// 48:30 -[com_30] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_25 -graphic=tradebacking -tiling=yes -outline=2 - -// 48:31 -[com_31] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_26 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_480.if3 b/dumps/530/interface/interface_480.if3 deleted file mode 100644 index 9d29cf981..000000000 --- a/dumps/530/interface/interface_480.if3 +++ /dev/null @@ -1,974 +0,0 @@ -// 480:0 -[com_0] -type=rectangle -width=513 -height=334 -layer=com_57 -colour=0x736550 -fill=yes -trans=50 - -// 480:1 -[com_1] -type=rectangle -x=81 -y=5 -width=361 -height=276 -layer=com_57 -colour=0xe6d2a9 -fill=yes - -// 480:2 -[com_2] -type=graphic -x=468 -y=10 -width=26 -height=23 -layer=com_57 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 480:3 -[com_3] -type=layer -x=84 -y=7 -width=356 -height=271 -layer=com_57 - -// 480:4 -[com_4] -type=layer -x=84 -y=7 -width=356 -height=271 -layer=com_57 - -// 480:5 -[com_5] -type=layer -x=84 -y=7 -width=356 -height=271 -layer=com_57 - -// 480:6 -[com_6] -type=layer -x=84 -y=7 -width=356 -height=271 -layer=com_57 - -// 480:7 -[com_7] -type=layer -x=84 -y=7 -width=356 -height=271 -layer=com_57 - -// 480:8 -[com_8] -type=layer -x=84 -y=7 -width=356 -height=271 -layer=com_57 - -// 480:9 -[com_9] -type=layer -x=84 -y=7 -width=356 -height=271 -layer=com_57 - -// 480:10 -[com_10] -type=layer -x=84 -y=7 -width=356 -height=271 -layer=com_57 - -// 480:11 -[com_11] -type=layer -x=84 -y=7 -width=356 -height=271 -layer=com_57 - -// 480:12 -[com_12] -type=layer -x=46 -y=290 -width=32 -height=32 -layer=com_57 - -// 480:13 -[com_13] -type=layer -x=94 -y=290 -width=32 -height=32 -layer=com_57 - -// 480:14 -[com_14] -type=layer -x=142 -y=289 -width=32 -height=32 -layer=com_57 - -// 480:15 -[com_15] -type=layer -x=191 -y=289 -width=32 -height=32 -layer=com_57 - -// 480:16 -[com_16] -type=layer -x=238 -y=288 -width=32 -height=32 -layer=com_57 - -// 480:17 -[com_17] -type=layer -x=285 -y=289 -width=32 -height=32 -layer=com_57 - -// 480:18 -[com_18] -type=layer -x=335 -y=289 -width=32 -height=32 -layer=com_57 - -// 480:19 -[com_19] -type=layer -x=381 -y=289 -width=32 -height=32 -layer=com_57 - -// 480:20 -[com_20] -type=layer -x=430 -y=289 -width=32 -height=32 -layer=com_57 - -// 480:21 -[com_21] -type=layer -x=46 -y=290 -width=32 -height=32 -layer=com_57 -hide=yes - -// 480:22 -[com_22] -type=layer -x=94 -y=290 -width=32 -height=32 -layer=com_57 -hide=yes - -// 480:23 -[com_23] -type=layer -x=142 -y=289 -width=32 -height=32 -layer=com_57 -hide=yes - -// 480:24 -[com_24] -type=layer -x=191 -y=289 -width=32 -height=32 -layer=com_57 -hide=yes - -// 480:25 -[com_25] -type=layer -x=238 -y=288 -width=32 -height=32 -layer=com_57 -hide=yes - -// 480:26 -[com_26] -type=layer -x=285 -y=289 -width=32 -height=32 -layer=com_57 -hide=yes - -// 480:27 -[com_27] -type=layer -x=335 -y=289 -width=32 -height=32 -layer=com_57 -hide=yes - -// 480:28 -[com_28] -type=layer -x=381 -y=289 -width=32 -height=32 -layer=com_57 -hide=yes - -// 480:29 -[com_29] -type=layer -x=430 -y=289 -width=32 -height=32 -layer=com_57 -hide=yes - -// 480:30 -[com_30] -type=model -width=356 -height=273 -layer=com_3 -model=model_20432 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1368 -unknown100=63945 -unknown101=3000 - -// 480:31 -[com_31] -type=model -width=356 -height=273 -layer=com_4 -model=model_20433 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1368 -unknown100=63937 -unknown101=3000 - -// 480:32 -[com_32] -type=model -width=356 -height=273 -layer=com_5 -model=model_20434 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1368 -unknown100=63916 -unknown101=3000 - -// 480:33 -[com_33] -type=model -width=356 -height=273 -layer=com_6 -model=model_20437 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1368 -unknown100=63894 -unknown101=3000 - -// 480:34 -[com_34] -type=model -width=356 -height=273 -layer=com_7 -model=model_20438 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1368 -unknown100=63886 -unknown101=3000 - -// 480:35 -[com_35] -type=model -width=356 -height=273 -layer=com_8 -model=model_20439 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1368 -unknown100=63878 -unknown101=3000 - -// 480:36 -[com_36] -type=model -width=356 -height=273 -layer=com_9 -model=model_20440 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1368 -unknown100=63872 -unknown101=3000 - -// 480:37 -[com_37] -type=model -width=356 -height=273 -layer=com_10 -model=model_20441 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1368 -unknown100=63852 -unknown101=3000 - -// 480:38 -[com_38] -type=model -width=356 -height=273 -layer=com_11 -model=model_20442 -modelorigin_x=1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1368 -unknown100=63833 -unknown101=3000 - -// 480:39 -[com_39] -type=model -width=32 -height=32 -layer=com_21 -model=model_20435 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=Select - -// 480:40 -[com_40] -type=model -width=33 -height=33 -layer=com_12 -model=model_20436 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=De-select - -// 480:41 -[com_41] -type=model -width=32 -height=32 -layer=com_22 -model=model_20435 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=Select - -// 480:42 -[com_42] -type=model -width=33 -height=33 -layer=com_13 -model=model_20436 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=De-select - -// 480:43 -[com_43] -type=model -width=32 -height=32 -layer=com_23 -model=model_20435 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=Select - -// 480:44 -[com_44] -type=model -width=33 -height=33 -layer=com_14 -model=model_20436 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=De-select - -// 480:45 -[com_45] -type=model -width=32 -height=32 -layer=com_24 -model=model_20435 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=Select - -// 480:46 -[com_46] -type=model -width=33 -height=33 -layer=com_15 -model=model_20436 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=De-select - -// 480:47 -[com_47] -type=model -y=1 -width=32 -height=32 -layer=com_25 -model=model_20435 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=Select - -// 480:48 -[com_48] -type=model -y=1 -width=33 -height=33 -layer=com_16 -model=model_20436 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=De-select - -// 480:49 -[com_49] -type=model -width=32 -height=32 -layer=com_26 -model=model_20435 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=Select - -// 480:50 -[com_50] -type=model -width=33 -height=33 -layer=com_17 -model=model_20436 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=De-select - -// 480:51 -[com_51] -type=model -width=32 -height=32 -layer=com_27 -model=model_20435 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=Select - -// 480:52 -[com_52] -type=model -width=33 -height=33 -layer=com_18 -model=model_20436 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=De-select - -// 480:53 -[com_53] -type=model -width=32 -height=32 -layer=com_28 -model=model_20435 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=Select - -// 480:54 -[com_54] -type=model -width=33 -height=33 -layer=com_19 -model=model_20436 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=De-select - -// 480:55 -[com_55] -type=model -width=32 -height=32 -layer=com_29 -model=model_20435 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=Select - -// 480:56 -[com_56] -type=model -width=33 -height=33 -layer=com_20 -model=model_20436 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2400 -unknown100=64536 -unknown101=3000 -op1=De-select - -// 480:57 -[com_57] -type=layer -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 480:58 -[com_58] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 480:59 -[com_59] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 480:60 -[com_60] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_59 - -// 480:61 -[com_61] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 480:62 -[com_62] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 480:63 -[com_63] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 480:64 -[com_64] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 480:65 -[com_65] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 480:66 -[com_66] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 480:67 -[com_67] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 480:68 -[com_68] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 480:69 -[com_69] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_60 - -// 480:70 -[com_70] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_60 - -// 480:71 -[com_71] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_60 - -// 480:72 -[com_72] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_60 - -// 480:73 -[com_73] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_60 - -// 480:74 -[com_74] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_70 -graphic=tradebacking -tiling=yes -outline=2 - -// 480:75 -[com_75] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_69 -graphic=tradebacking -tiling=yes -outline=2 - -// 480:76 -[com_76] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_71 -graphic=tradebacking -tiling=yes -outline=2 - -// 480:77 -[com_77] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_72 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_481.if3 b/dumps/530/interface/interface_481.if3 deleted file mode 100644 index eb51ab0d3..000000000 --- a/dumps/530/interface/interface_481.if3 +++ /dev/null @@ -1,35 +0,0 @@ -// 481:0 -[com_0] -type=model -x=80 -y=-9 -width=57543 -height=33707 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_20468 -modelorigin_x=-5 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=354 -modelanim=seq_5062 -unknown100=65285 -unknown101=800 -modelobjwidth=1798 -modelobjheight=687 - -// 481:1 -[com_1] -type=rectangle -width=17607 -height=19628 -widthmode=proportion -heightmode=proportion -colour=0xccccff -fill=yes -trans=150 - diff --git a/dumps/530/interface/interface_482.if3 b/dumps/530/interface/interface_482.if3 deleted file mode 100644 index d85c4c89b..000000000 --- a/dumps/530/interface/interface_482.if3 +++ /dev/null @@ -1,39 +0,0 @@ -// 482:0 -[com_0] -type=model -x=-27 -y=100 -width=64647 -height=44400 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_20467 -modelorigin_x=102 -modelorigin_y=-109 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=354 -modelanim=seq_5062 -unknown100=65368 -unknown101=516 -modelobjwidth=2020 -modelobjheight=905 - -// 482:1 -[com_1] -type=rectangle -x=19 -y=33 -width=17607 -height=19628 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0xccccff -fill=yes -trans=180 - diff --git a/dumps/530/interface/interface_483.if3 b/dumps/530/interface/interface_483.if3 deleted file mode 100644 index e22756c28..000000000 --- a/dumps/530/interface/interface_483.if3 +++ /dev/null @@ -1,15 +0,0 @@ -// 483:0 -[com_0] -type=rectangle -x=19 -y=33 -width=17607 -height=19628 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0xccccff -fill=yes -trans=220 - diff --git a/dumps/530/interface/interface_484.if3 b/dumps/530/interface/interface_484.if3 deleted file mode 100644 index 72644cf50..000000000 --- a/dumps/530/interface/interface_484.if3 +++ /dev/null @@ -1,406 +0,0 @@ -// 484:0 -[com_0] -type=rectangle -width=520 -height=335 -colour=0x000000 -fill=yes -trans=150 - -// 484:1 -[com_1] -type=text -x=10 -y=140 -width=60 -height=16 -textfont=b12_full -text=Attacker : -textshadow=yes -colour=0xff981f - -// 484:2 -[com_2] -type=text -x=10 -y=163 -width=60 -height=16 -textfont=b12_full -text=Defender : -textshadow=yes -colour=0xff981f - -// 484:3 -[com_3] -type=text -x=10 -y=187 -width=60 -height=16 -textfont=b12_full -text=Collector : -textshadow=yes -colour=0xff981f - -// 484:4 -[com_4] -type=text -x=10 -y=210 -width=60 -height=16 -textfont=b12_full -text=Healer : -textshadow=yes -colour=0xff981f - -// 484:5 -[com_5] -type=text -x=104 -y=141 -width=140 -height=16 -textfont=p12_full -text=---------------------- -textshadow=yes -colour=0xff981f - -// 484:6 -[com_6] -type=text -x=104 -y=164 -width=140 -height=16 -textfont=p12_full -text=---------------------- -textshadow=yes -colour=0xff981f - -// 484:7 -[com_7] -type=text -x=104 -y=188 -width=140 -height=16 -textfont=p12_full -text=---------------------- -textshadow=yes -colour=0xff981f - -// 484:8 -[com_8] -type=text -x=104 -y=211 -width=140 -height=16 -textfont=p12_full -text=---------------------- -textshadow=yes -colour=0xff981f - -// 484:9 -[com_9] -type=model -x=256 -y=26 -width=54 -height=56 -model=model_20561 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=483 -modelangle_y=0 -modelangle_z=0 -modelzoom=1084 -unknown100=64329 -unknown101=2172 - -// 484:10 -[com_10] -type=model -x=260 -y=105 -width=45 -height=56 -model=model_20566 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1084 -unknown100=64331 -unknown101=2166 - -// 484:11 -[com_11] -type=model -x=258 -y=178 -width=47 -height=56 -model=model_20563 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=392 -modelangle_y=2038 -modelangle_z=0 -modelzoom=956 -unknown100=64487 -unknown101=1931 - -// 484:12 -[com_12] -type=model -x=256 -y=261 -width=51 -height=50 -model=model_20569 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=450 -modelangle_y=2044 -modelangle_z=0 -modelzoom=1084 -unknown100=64328 -unknown101=2177 - -// 484:13 -[com_13] -type=text -x=313 -y=178 -width=32 -height=16 -textfont=p12_full -text=Red -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:14 -[com_14] -type=text -x=313 -y=198 -width=32 -height=16 -textfont=p12_full -text=Green -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:15 -[com_15] -type=text -x=313 -y=218 -width=32 -height=16 -textfont=p12_full -text=Blue -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:16 -[com_16] -type=text -x=313 -y=19 -width=150 -height=16 -textfont=p12_full -text=Controlled/Bronze/Wind -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:17 -[com_17] -type=text -x=313 -y=36 -width=150 -height=16 -textfont=p12_full -text=Accurate/Iron/Water -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:18 -[com_18] -type=text -x=313 -y=54 -width=150 -height=16 -textfont=p12_full -text=Aggressive/Steel/Earth -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:19 -[com_19] -type=text -x=313 -y=72 -width=150 -height=16 -textfont=p12_full -text=Defensive/Mithril/Fire -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:20 -[com_20] -type=text -x=313 -y=105 -width=60 -height=16 -textfont=p12_full -text=Tofu -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:21 -[com_21] -type=text -x=313 -y=141 -width=60 -height=16 -textfont=p12_full -text=Worms -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:22 -[com_22] -type=text -x=313 -y=123 -width=60 -height=16 -textfont=p12_full -text=Crackers -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:23 -[com_23] -type=text -x=313 -y=262 -width=90 -height=16 -textfont=p12_full -text=Poison tofu -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:24 -[com_24] -type=text -x=313 -y=280 -width=90 -height=16 -textfont=p12_full -text=Poison worms -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:25 -[com_25] -type=text -x=313 -y=298 -width=90 -height=16 -textfont=p12_full -text=Poison meat -textshadow=yes -colour=0xff981f -op1=Call -onmouseover=script45(event_com, 0xffff64) -onmouseleave=script45(event_com, 0xff981f) - -// 484:26 -[com_26] -type=text -x=37 -y=37 -width=135 -height=32 -textfont=barbassault_font -text=Horn of Glory -textalignh=1 -textshadow=yes -colour=0xff981f - -// 484:27 -[com_27] -type=graphic -x=478 -y=9 -width=26 -height=23 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 484:28 -[com_28] -type=text -x=71 -y=117 -width=52 -height=16 -textfont=p12_full -text=Call out : -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_485.if3 b/dumps/530/interface/interface_485.if3 deleted file mode 100644 index 817291099..000000000 --- a/dumps/530/interface/interface_485.if3 +++ /dev/null @@ -1,117 +0,0 @@ -// 485:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_right - -// 485:1 -[com_1] -type=graphic -x=492 -y=1 -width=17 -height=13 -layer=com_0 -graphic="barbassault_icons,0" - -// 485:2 -[com_2] -type=text -x=422 -y=-9 -width=66 -height=32 -layer=com_0 -textfont=barbassault_font -text=Wave 1 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 485:3 -[com_3] -type=graphic -x=492 -y=28 -width=17 -height=13 -layer=com_0 -graphic="barbassault_icons,1" - -// 485:4 -[com_4] -type=text -x=387 -y=10 -width=102 -height=32 -layer=com_0 -textfont=barbassault_font -text=Controlled/ -textalignh=2 -textshadow=yes -colour=0xff981f - -// 485:5 -[com_5] -type=text -x=377 -y=25 -width=112 -height=32 -layer=com_0 -textfont=barbassault_font -text=Bronze/Wind -textalignh=2 -textshadow=yes -colour=0xff981f - -// 485:6 -[com_6] -type=graphic -x=492 -y=56 -width=17 -height=13 -layer=com_0 -graphic="barbassault_icons,2" - -// 485:7 -[com_7] -type=text -x=389 -y=45 -width=100 -height=32 -layer=com_0 -textfont=barbassault_font -text=Green eggs -textalignh=2 -textshadow=yes -colour=0xff981f - -// 485:8 -[com_8] -type=graphic -x=492 -y=75 -width=17 -height=13 -layer=com_0 -graphic="barbassault_icons,5" - -// 485:9 -[com_9] -type=text -x=409 -y=66 -width=80 -height=32 -layer=com_0 -textfont=barbassault_font -text=Collector -textalignh=2 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_486.if3 b/dumps/530/interface/interface_486.if3 deleted file mode 100644 index 7a94dd32b..000000000 --- a/dumps/530/interface/interface_486.if3 +++ /dev/null @@ -1,103 +0,0 @@ -// 486:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_right - -// 486:1 -[com_1] -type=graphic -x=492 -y=1 -width=17 -height=13 -layer=com_0 -graphic="barbassault_icons,0" - -// 486:2 -[com_2] -type=text -x=416 -y=-9 -width=70 -height=32 -layer=com_0 -textfont=barbassault_font -text=Wave 1 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 486:3 -[com_3] -type=graphic -x=493 -y=24 -width=17 -height=13 -layer=com_0 -graphic="barbassault_icons,1" - -// 486:4 -[com_4] -type=text -x=406 -y=11 -width=80 -height=32 -layer=com_0 -textfont=barbassault_font -text=Red eggs -textalignh=2 -textshadow=yes -colour=0xff981f - -// 486:5 -[com_5] -type=graphic -x=491 -y=44 -width=17 -height=13 -layer=com_0 -graphic="barbassault_icons,2" - -// 486:6 -[com_6] -type=text -x=418 -y=32 -width=68 -height=32 -layer=com_0 -textfont=barbassault_font -text=Style 1 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 486:7 -[com_7] -type=graphic -x=491 -y=64 -width=17 -height=13 -layer=com_0 -graphic="barbassault_icons,3" - -// 486:8 -[com_8] -type=text -x=408 -y=54 -width=78 -height=32 -layer=com_0 -textfont=barbassault_font -text=Attacker -textalignh=2 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_487.if3 b/dumps/530/interface/interface_487.if3 deleted file mode 100644 index d21aba0a8..000000000 --- a/dumps/530/interface/interface_487.if3 +++ /dev/null @@ -1,103 +0,0 @@ -// 487:0 -[com_0] -type=graphic -x=492 -y=1 -width=17 -height=13 -layer=com_8 -graphic="barbassault_icons,0" - -// 487:1 -[com_1] -type=text -x=415 -y=-9 -width=72 -height=32 -layer=com_8 -textfont=barbassault_font -text=Wave 1 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 487:2 -[com_2] -type=graphic -x=493 -y=24 -width=17 -height=13 -layer=com_8 -graphic="barbassault_icons,1" - -// 487:3 -[com_3] -type=text -x=439 -y=11 -width=48 -height=32 -layer=com_8 -textfont=barbassault_font -text=Tofu -textalignh=2 -textshadow=yes -colour=0xff981f - -// 487:4 -[com_4] -type=graphic -x=491 -y=46 -width=17 -height=13 -layer=com_8 -graphic="barbassault_icons,2" - -// 487:5 -[com_5] -type=text -x=382 -y=33 -width=106 -height=32 -layer=com_8 -textfont=barbassault_font -text=Poison meat -textalignh=2 -textshadow=yes -colour=0xff981f - -// 487:6 -[com_6] -type=graphic -x=492 -y=66 -width=17 -height=13 -layer=com_8 -graphic="barbassault_icons,6" - -// 487:7 -[com_7] -type=text -x=429 -y=56 -width=59 -height=32 -layer=com_8 -textfont=barbassault_font -text=Healer -textalignh=2 -textshadow=yes -colour=0xff981f - -// 487:8 -[com_8] -type=layer -width=512 -height=334 -xmode=abs_right - diff --git a/dumps/530/interface/interface_488.if3 b/dumps/530/interface/interface_488.if3 deleted file mode 100644 index e334d3718..000000000 --- a/dumps/530/interface/interface_488.if3 +++ /dev/null @@ -1,503 +0,0 @@ -// 488:0 -[com_0] -type=layer -width=512 -height=334 -ymode=abs_bottom - -// 488:1 -[com_1] -type=rectangle -y=313 -width=465 -height=21 -layer=com_0 -colour=0x000000 -fill=yes -trans=196 - -// 488:2 -[com_2] -type=rectangle -y=291 -width=465 -height=22 -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 488:3 -[com_3] -type=text -y=294 -width=117 -height=14 -layer=com_0 -textfont=p12_full -text=Alex -textalignh=1 -textshadow=yes -colour=0xff981f - -// 488:4 -[com_4] -type=text -x=29 -y=315 -width=86 -height=15 -layer=com_0 -textfont=p12_full -text=HP 50/78 -textshadow=yes -colour=0xff981f - -// 488:5 -[com_5] -type=layer -x=-7 -y=307 -width=125 -height=40 -layer=com_0 -hide=yes - -// 488:6 -[com_6] -type=rectangle -y=312 -width=117 -height=22 -layer=com_0 -colour=0x000000 - -// 488:7 -[com_7] -type=rectangle -y=291 -width=117 -height=22 -layer=com_0 -colour=0x000000 - -// 488:8 -[com_8] -type=layer -x=109 -y=307 -width=125 -height=40 -layer=com_0 -hide=yes - -// 488:9 -[com_9] -type=text -x=116 -y=294 -width=117 -height=14 -layer=com_0 -textfont=p12_full -text=Tim -textalignh=1 -textshadow=yes -colour=0xff981f - -// 488:10 -[com_10] -type=text -x=143 -y=315 -width=90 -height=15 -layer=com_0 -textfont=p12_full -text=HP 88/88 -textshadow=yes -colour=0xff981f - -// 488:11 -[com_11] -type=rectangle -x=116 -y=312 -width=117 -height=22 -layer=com_0 -colour=0x000000 - -// 488:12 -[com_12] -type=rectangle -x=116 -y=291 -width=117 -height=22 -layer=com_0 -colour=0x000000 - -// 488:13 -[com_13] -type=layer -x=225 -y=307 -width=125 -height=40 -layer=com_0 -hide=yes - -// 488:14 -[com_14] -type=text -x=232 -y=294 -width=117 -height=14 -layer=com_0 -textfont=p12_full -text=Matt -textalignh=1 -textshadow=yes -colour=0xff981f - -// 488:15 -[com_15] -type=text -x=259 -y=315 -width=90 -height=15 -layer=com_0 -textfont=p12_full -text=HP 24/54 -textshadow=yes -colour=0xff981f - -// 488:16 -[com_16] -type=rectangle -x=232 -y=312 -width=117 -height=22 -layer=com_0 -colour=0x000000 - -// 488:17 -[com_17] -type=rectangle -x=232 -y=291 -width=117 -height=22 -layer=com_0 -colour=0x000000 - -// 488:18 -[com_18] -type=layer -x=341 -y=307 -width=125 -height=40 -layer=com_0 -hide=yes - -// 488:19 -[com_19] -type=text -x=348 -y=294 -width=117 -height=14 -layer=com_0 -textfont=p12_full -text=Martin -textalignh=1 -textshadow=yes -colour=0xff981f - -// 488:20 -[com_20] -type=text -x=374 -y=315 -width=90 -height=15 -layer=com_0 -textfont=p12_full -text=HP 61/62 -textshadow=yes -colour=0xff981f - -// 488:21 -[com_21] -type=rectangle -x=348 -y=312 -width=117 -height=22 -layer=com_0 -colour=0x000000 - -// 488:22 -[com_22] -type=rectangle -x=348 -y=291 -width=117 -height=22 -layer=com_0 -colour=0x000000 - -// 488:23 -[com_23] -type=model -y=310 -width=30 -height=30 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=3000 - -// 488:24 -[com_24] -type=model -x=114 -y=310 -width=30 -height=30 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=3000 - -// 488:25 -[com_25] -type=model -x=230 -y=310 -width=30 -height=30 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=3000 - -// 488:26 -[com_26] -type=model -x=345 -y=310 -width=30 -height=30 -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=3000 - -// 488:27 -[com_27] -type=layer -width=512 -height=334 -xmode=abs_right - -// 488:28 -[com_28] -type=graphic -x=491 -width=17 -height=13 -layer=com_27 -graphic="barbassault_icons,0" - -// 488:29 -[com_29] -type=text -x=415 -y=-9 -width=69 -height=32 -layer=com_27 -textfont=barbassault_font -text=Wave 1 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 488:30 -[com_30] -type=graphic -x=491 -y=22 -width=17 -height=13 -layer=com_27 -graphic="barbassault_icons,1" - -// 488:31 -[com_31] -type=text -x=376 -y=11 -width=108 -height=32 -layer=com_27 -textfont=barbassault_font -text=Poison tofu -textalignh=2 -textshadow=yes -colour=0xff981f - -// 488:32 -[com_32] -type=graphic -x=489 -y=46 -width=17 -height=13 -layer=com_27 -graphic="barbassault_icons,2" - -// 488:33 -[com_33] -type=text -x=438 -y=34 -width=46 -height=32 -layer=com_27 -textfont=barbassault_font -text=Tofu -textalignh=2 -textshadow=yes -colour=0xff981f - -// 488:34 -[com_34] -type=graphic -x=491 -y=67 -width=17 -height=13 -layer=com_27 -graphic="barbassault_icons,4" - -// 488:35 -[com_35] -type=text -x=401 -y=57 -width=84 -height=32 -layer=com_27 -textfont=barbassault_font -text=Defender -textalignh=2 -textshadow=yes -colour=0xff981f - -// 488:36 -[com_36] -type=model -x=95 -y=8 -width=17 -height=17 -layer=com_5 -model=model_20559 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=3000 -modelanim=seq_5421 -unknown100=31746 -unknown101=3000 - -// 488:37 -[com_37] -type=model -x=95 -y=8 -width=17 -height=17 -layer=com_8 -model=model_20559 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=3000 -modelanim=seq_5421 -unknown100=31746 -unknown101=3000 - -// 488:38 -[com_38] -type=model -x=95 -y=8 -width=17 -height=17 -layer=com_13 -model=model_20559 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=3000 -modelanim=seq_5421 -unknown100=31746 -unknown101=3000 - -// 488:39 -[com_39] -type=model -x=95 -y=8 -width=17 -height=17 -layer=com_18 -model=model_20559 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=3000 -modelanim=seq_5421 -unknown100=31746 -unknown101=3000 - diff --git a/dumps/530/interface/interface_489.if3 b/dumps/530/interface/interface_489.if3 deleted file mode 100644 index 8893b2cf0..000000000 --- a/dumps/530/interface/interface_489.if3 +++ /dev/null @@ -1,228 +0,0 @@ -// 489:0 -[com_0] -type=text -x=344 -y=-2 -width=166 -height=27 -textfont=barbassault_font -text=# Players in room: -textalignh=2 -textshadow=yes -colour=0xff981f - -// 489:1 -[com_1] -type=text -x=374 -y=19 -width=80 -height=16 -textfont=barbassault_font -text=Attackers: -textshadow=yes -colour=0xff981f - -// 489:2 -[com_2] -type=text -x=374 -y=38 -width=80 -height=14 -textfont=barbassault_font -text=Defenders: -textshadow=yes -colour=0xff981f - -// 489:3 -[com_3] -type=text -x=374 -y=57 -width=80 -height=14 -textfont=barbassault_font -text=Collectors: -textshadow=yes -colour=0xff981f - -// 489:4 -[com_4] -type=text -x=374 -y=77 -width=80 -height=14 -textfont=barbassault_font -text=Healers: -textshadow=yes -colour=0xff981f - -// 489:5 -[com_5] -type=text -x=374 -y=96 -width=80 -height=14 -textfont=barbassault_font -text=Any: -textshadow=yes -colour=0xff981f - -// 489:6 -[com_6] -type=text -x=489 -y=19 -width=8 -height=14 -textfont=barbassault_font -text=0 -textshadow=yes -colour=0xff981f - -// 489:7 -[com_7] -type=text -x=489 -y=38 -width=8 -height=14 -textfont=barbassault_font -text=0 -textshadow=yes -colour=0xff981f - -// 489:8 -[com_8] -type=text -x=489 -y=57 -width=8 -height=14 -textfont=barbassault_font -text=0 -textshadow=yes -colour=0xff981f - -// 489:9 -[com_9] -type=text -x=489 -y=77 -width=8 -height=14 -textfont=barbassault_font -text=0 -textshadow=yes -colour=0xff981f - -// 489:10 -[com_10] -type=text -x=489 -y=96 -width=8 -height=14 -textfont=barbassault_font -text=0 -textshadow=yes -colour=0xff981f - -// 489:11 -[com_11] -type=graphic -x=1 -y=3 -width=17 -height=13 -layer=com_16 -graphic="barbassault_icons,7" - -// 489:12 -[com_12] -type=graphic -x=1 -y=4 -width=17 -height=13 -layer=com_17 -graphic="barbassault_icons,7" - -// 489:13 -[com_13] -type=graphic -x=1 -y=4 -width=17 -height=13 -layer=com_18 -graphic="barbassault_icons,7" - -// 489:14 -[com_14] -type=graphic -x=1 -y=4 -width=17 -height=13 -layer=com_19 -graphic="barbassault_icons,7" - -// 489:15 -[com_15] -type=graphic -x=1 -y=5 -width=17 -height=13 -layer=com_20 -graphic="barbassault_icons,7" - -// 489:16 -[com_16] -type=layer -x=352 -y=27 -width=20 -height=20 -hide=yes - -// 489:17 -[com_17] -type=layer -x=352 -y=46 -width=20 -height=20 -hide=yes - -// 489:18 -[com_18] -type=layer -x=352 -y=65 -width=20 -height=20 -hide=yes - -// 489:19 -[com_19] -type=layer -x=352 -y=84 -width=20 -height=20 -hide=yes - -// 489:20 -[com_20] -type=layer -x=352 -y=103 -width=20 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_49.if3 b/dumps/530/interface/interface_49.if3 deleted file mode 100644 index 8afbc06b9..000000000 --- a/dumps/530/interface/interface_49.if3 +++ /dev/null @@ -1,993 +0,0 @@ -// 49:0 -[com_0] -type=model -x=8 -y=30 -width=499 -height=305 -model=model_28554 -modelorigin_x=2 -modelorigin_y=-13 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=482 -unknown100=65459 -unknown101=1007 -unknown103=yes - -// 49:1 -[com_1] -type=graphic -x=43 -y=2 -width=39 -height=35 -graphic="v2_book_arrows,0" - -// 49:2 -[com_2] -type=graphic -x=81 -y=2 -width=351 -height=35 -graphic="v2_book_arrows,1" -tiling=yes - -// 49:3 -[com_3] -type=graphic -x=432 -y=2 -width=39 -height=35 -graphic="v2_book_arrows,2" - -// 49:4 -[com_4] -type=layer -x=12 -y=20 -width=487 -height=45 - -// 49:5 -[com_5] -type=graphic -x=479 -y=5 -width=21 -height=21 -graphic="v2_book_buttons,0" -op1=Close -onmouseover=script44(event_com, "v2_book_buttons,1") -onmouseleave=script44(event_com, "v2_book_buttons,0") -onclick=script517 - -// 49:6 -[com_6] -type=text -x=18 -y=8 -width=478 -height=26 -textfont=quill_oblique_large -text=Book Title -textalignh=1 -textalignv=1 -colour=0x493217 - -// 49:7 -[com_7] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:8 -[com_8] -type=model -x=51 -y=-3 -width=68 -height=40 -layer=com_7 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=199 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65306 -unknown101=1026 -unknown103=yes - -// 49:9 -[com_9] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:10 -[com_10] -type=model -x=49 -y=13 -width=68 -height=40 -layer=com_9 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=199 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65269 -unknown101=1026 -unknown103=yes - -// 49:11 -[com_11] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:12 -[com_12] -type=model -x=47 -y=29 -width=68 -height=40 -layer=com_11 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=199 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65235 -unknown101=1026 -unknown103=yes - -// 49:13 -[com_13] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:14 -[com_14] -type=model -x=45 -y=45 -width=68 -height=40 -layer=com_13 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=199 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65203 -unknown101=1026 -unknown103=yes - -// 49:15 -[com_15] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:16 -[com_16] -type=model -x=43 -y=61 -width=68 -height=40 -layer=com_15 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=199 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65173 -unknown101=1026 -unknown103=yes - -// 49:17 -[com_17] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:18 -[com_18] -type=model -x=41 -y=77 -width=68 -height=40 -layer=com_17 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=199 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65145 -unknown101=1026 -unknown103=yes - -// 49:19 -[com_19] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:20 -[com_20] -type=model -x=39 -y=93 -width=68 -height=40 -layer=com_19 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=199 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65119 -unknown101=1026 -unknown103=yes - -// 49:21 -[com_21] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:22 -[com_22] -type=model -x=37 -y=109 -width=68 -height=40 -layer=com_21 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=199 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65095 -unknown101=1026 -unknown103=yes - -// 49:23 -[com_23] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:24 -[com_24] -type=model -x=35 -y=125 -width=68 -height=40 -layer=com_23 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=199 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65073 -unknown101=1026 -unknown103=yes - -// 49:25 -[com_25] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:26 -[com_26] -type=model -x=33 -y=141 -width=68 -height=40 -layer=com_25 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=199 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65053 -unknown101=1026 -unknown103=yes - -// 49:27 -[com_27] -type=layer -x=38 -y=80 -width=197 -height=210 -hide=yes - -// 49:28 -[com_28] -type=model -x=31 -y=157 -width=68 -height=40 -layer=com_27 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65034 -unknown101=1026 -unknown103=yes - -// 49:29 -[com_29] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:30 -[com_30] -type=model -x=65 -y=9 -width=68 -height=40 -layer=com_29 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65306 -unknown101=1026 -unknown103=yes - -// 49:31 -[com_31] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:32 -[com_32] -type=model -x=52 -y=13 -width=68 -height=40 -layer=com_31 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65269 -unknown101=1026 -unknown103=yes - -// 49:33 -[com_33] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:34 -[com_34] -type=model -x=53 -y=29 -width=68 -height=40 -layer=com_33 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65235 -unknown101=1026 -unknown103=yes - -// 49:35 -[com_35] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:36 -[com_36] -type=model -x=55 -y=45 -width=68 -height=40 -layer=com_35 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65203 -unknown101=1026 -unknown103=yes - -// 49:37 -[com_37] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:38 -[com_38] -type=model -x=56 -y=61 -width=68 -height=40 -layer=com_37 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65173 -unknown101=1026 -unknown103=yes - -// 49:39 -[com_39] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:40 -[com_40] -type=model -x=57 -y=77 -width=68 -height=40 -layer=com_39 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65145 -unknown101=1026 -unknown103=yes - -// 49:41 -[com_41] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:42 -[com_42] -type=model -x=59 -y=93 -width=68 -height=40 -layer=com_41 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65119 -unknown101=1026 -unknown103=yes - -// 49:43 -[com_43] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:44 -[com_44] -type=model -x=60 -y=109 -width=68 -height=40 -layer=com_43 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65095 -unknown101=1026 -unknown103=yes - -// 49:45 -[com_45] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:46 -[com_46] -type=model -x=61 -y=125 -width=68 -height=40 -layer=com_45 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65073 -unknown101=1026 -unknown103=yes - -// 49:47 -[com_47] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:48 -[com_48] -type=model -x=63 -y=141 -width=68 -height=40 -layer=com_47 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65053 -unknown101=1026 -unknown103=yes - -// 49:49 -[com_49] -type=layer -x=283 -y=80 -width=197 -height=210 -hide=yes - -// 49:50 -[com_50] -type=model -x=64 -y=157 -width=68 -height=40 -layer=com_49 -model=model_3389 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=200 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=65034 -unknown101=1026 -unknown103=yes - -// 49:51 -[com_51] -type=graphic -width=39 -height=39 -layer=com_52 -graphic="v2_book_arrows,3" - -// 49:52 -[com_52] -type=layer -x=43 -y=284 -width=45 -height=36 - -// 49:53 -[com_53] -type=graphic -width=39 -height=39 -layer=com_54 -graphic="v2_book_arrows,4" - -// 49:54 -[com_54] -type=layer -x=442 -y=284 -width=45 -height=36 - -// 49:55 -[com_55] -type=text -x=38 -y=80 -width=197 -height=17 -textfont=q8_full -text=line1 -colour=0x46320a - -// 49:56 -[com_56] -type=text -x=38 -y=96 -width=197 -height=17 -textfont=q8_full -text=line2 -colour=0x46320a - -// 49:57 -[com_57] -type=text -x=38 -y=112 -width=197 -height=17 -textfont=q8_full -text=line3 -colour=0x46320a - -// 49:58 -[com_58] -type=text -x=38 -y=128 -width=197 -height=17 -textfont=q8_full -text=line4 -colour=0x46320a - -// 49:59 -[com_59] -type=text -x=38 -y=144 -width=197 -height=17 -textfont=q8_full -text=line5 -colour=0x46320a - -// 49:60 -[com_60] -type=text -x=38 -y=160 -width=197 -height=17 -textfont=q8_full -text=line6 -colour=0x46320a - -// 49:61 -[com_61] -type=text -x=38 -y=176 -width=197 -height=17 -textfont=q8_full -text=line7 -colour=0x46320a - -// 49:62 -[com_62] -type=text -x=38 -y=192 -width=197 -height=17 -textfont=q8_full -text=line8 -colour=0x46320a - -// 49:63 -[com_63] -type=text -x=38 -y=208 -width=197 -height=17 -textfont=q8_full -text=line9 -colour=0x46320a - -// 49:64 -[com_64] -type=text -x=38 -y=224 -width=197 -height=17 -textfont=q8_full -text=line10 -colour=0x46320a - -// 49:65 -[com_65] -type=text -x=38 -y=240 -width=197 -height=17 -textfont=q8_full -text=line11 -colour=0x46320a - -// 49:66 -[com_66] -type=text -x=283 -y=80 -width=197 -height=17 -textfont=q8_full -text=line12 -colour=0x46320a - -// 49:67 -[com_67] -type=text -x=283 -y=96 -width=197 -height=17 -textfont=q8_full -text=line13 -colour=0x46320a - -// 49:68 -[com_68] -type=text -x=283 -y=112 -width=197 -height=17 -textfont=q8_full -text=line14 -colour=0x46320a - -// 49:69 -[com_69] -type=text -x=283 -y=128 -width=197 -height=17 -textfont=q8_full -text=line15 -colour=0x46320a - -// 49:70 -[com_70] -type=text -x=283 -y=144 -width=197 -height=17 -textfont=q8_full -text=line16 -colour=0x46320a - -// 49:71 -[com_71] -type=text -x=283 -y=160 -width=197 -height=17 -textfont=q8_full -text=line17 -colour=0x46320a - -// 49:72 -[com_72] -type=text -x=283 -y=176 -width=197 -height=17 -textfont=q8_full -text=line18 -colour=0x46320a - -// 49:73 -[com_73] -type=text -x=283 -y=192 -width=197 -height=17 -textfont=q8_full -text=line19 -colour=0x46320a - -// 49:74 -[com_74] -type=text -x=283 -y=208 -width=197 -height=17 -textfont=q8_full -text=line20 -colour=0x46320a - -// 49:75 -[com_75] -type=text -x=283 -y=224 -width=197 -height=17 -textfont=q8_full -text=line21 -colour=0x46320a - -// 49:76 -[com_76] -type=text -x=283 -y=240 -width=197 -height=17 -textfont=q8_full -text=line22 -colour=0x46320a - -// 49:77 -[com_77] -type=text -x=86 -y=294 -width=90 -height=17 -textfont=q8_full -text=Page%1 -colour=0x46320a - -// 49:78 -[com_78] -type=text -x=348 -y=295 -width=90 -height=17 -textfont=q8_full -text=Page%2 -textalignh=2 -colour=0x46320a - diff --git a/dumps/530/interface/interface_490.if3 b/dumps/530/interface/interface_490.if3 deleted file mode 100644 index af317c064..000000000 --- a/dumps/530/interface/interface_490.if3 +++ /dev/null @@ -1,460 +0,0 @@ -// 490:0 -[com_0] -type=rectangle -x=-4 -y=22 -width=16391 -height=19628 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes -trans=120 - -// 490:1 -[com_1] -type=model -x=-1 -y=25 -width=561 -height=340 -xmode=abs_centre -ymode=abs_centre -model=model_20734 -modelorigin_x=0 -modelorigin_y=328 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=240 -unknown100=64480 -unknown101=3000 - -// 490:2 -[com_2] -type=text -x=-82 -y=-79 -width=135 -height=27 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Player status for: -textalignh=2 -textshadow=yes -colour=0xff981f - -// 490:3 -[com_3] -type=text -x=-155 -y=-51 -width=55 -height=13 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Role -textshadow=yes -colour=0x990000 - -// 490:4 -[com_4] -type=text -x=-75 -y=-43 -width=90 -height=28 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Current honour points -textalignh=1 -textshadow=yes -colour=0x009900 - -// 490:5 -[com_5] -type=text -x=-154 -y=-16 -width=56 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Attacker -textshadow=yes -colour=0xff981f - -// 490:6 -[com_6] -type=text -x=-155 -y=101 -width=55 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Healer -textshadow=yes -colour=0xff981f - -// 490:7 -[com_7] -type=text -x=-155 -y=24 -width=55 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Defender -textshadow=yes -colour=0xff981f - -// 490:8 -[com_8] -type=text -x=-155 -y=64 -width=55 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Collector -textshadow=yes -colour=0xff981f - -// 490:9 -[com_9] -type=text -x=154 -y=-42 -width=65 -height=32 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Points for next level -textalignh=1 -textshadow=yes -colour=0xcccc00 - -// 490:10 -[com_10] -type=text -x=146 -y=-15 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:11 -[com_11] -type=text -x=146 -y=24 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:12 -[com_12] -type=text -x=146 -y=64 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:13 -[com_13] -type=text -x=146 -y=103 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:14 -[com_14] -type=text -x=-7 -y=-50 -width=30 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Level -textshadow=yes -colour=0x990099 - -// 490:15 -[com_15] -type=text -x=-7 -y=-15 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:16 -[com_16] -type=text -x=-7 -y=24 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:17 -[com_17] -type=text -x=-7 -y=64 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:18 -[com_18] -type=text -x=-7 -y=103 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:19 -[com_19] -type=text -x=34 -y=-79 -width=90 -height=27 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=null -textshadow=yes -colour=0xff981f - -// 490:20 -[com_20] -type=text -x=-77 -y=-16 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:21 -[com_21] -type=text -x=-77 -y=23 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:22 -[com_22] -type=text -x=-77 -y=63 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:23 -[com_23] -type=text -x=-77 -y=102 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:24 -[com_24] -type=text -x=131 -y=-85 -width=82 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Current wave : -textshadow=yes -colour=0xff981f - -// 490:25 -[com_25] -type=text -x=181 -y=-85 -width=8 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 490:26 -[com_26] -type=text -x=57 -y=-44 -width=77 -height=29 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=Reward next level -textalignh=1 -textshadow=yes -colour=0x009999 - -// 490:27 -[com_27] -type=text -x=64 -y=-16 -width=83 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=----------- -textshadow=yes -colour=0xff981f - -// 490:28 -[com_28] -type=text -x=64 -y=23 -width=83 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=----------- -textshadow=yes -colour=0xff9800 - -// 490:29 -[com_29] -type=text -x=64 -y=65 -width=83 -height=28 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=----------- -textalignv=1 -textshadow=yes -colour=0xff981f - -// 490:30 -[com_30] -type=text -x=64 -y=102 -width=83 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -text=----------- -textshadow=yes -colour=0xff981f - -// 490:31 -[com_31] -type=graphic -x=226 -y=-124 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - diff --git a/dumps/530/interface/interface_491.if b/dumps/530/interface/interface_491.if deleted file mode 100644 index 61341ff44..000000000 --- a/dumps/530/interface/interface_491.if +++ /dev/null @@ -1,693 +0,0 @@ -// 491:0 -[com_0] - -// 491:1 -[com_1] - -// 491:2 -[com_2] - -// 491:3 -[com_3] - -// 491:4 -[com_4] - -// 491:5 -[com_5] - -// 491:6 -[com_6] - -// 491:7 -[com_7] - -// 491:8 -[com_8] - -// 491:9 -[com_9] - -// 491:10 -[com_10] - -// 491:11 -[com_11] - -// 491:12 -[com_12] - -// 491:13 -[com_13] - -// 491:14 -[com_14] - -// 491:15 -[com_15] - -// 491:16 -[com_16] - -// 491:17 -[com_17] - -// 491:18 -[com_18] - -// 491:19 -[com_19] - -// 491:20 -[com_20] - -// 491:21 -[com_21] - -// 491:22 -[com_22] - -// 491:23 -[com_23] - -// 491:24 -[com_24] - -// 491:25 -[com_25] - -// 491:26 -[com_26] - -// 491:27 -[com_27] - -// 491:28 -[com_28] - -// 491:29 -[com_29] - -// 491:30 -[com_30] - -// 491:31 -[com_31] - -// 491:32 -[com_32] - -// 491:33 -[com_33] - -// 491:34 -[com_34] - -// 491:35 -[com_35] - -// 491:36 -[com_36] - -// 491:37 -[com_37] - -// 491:38 -[com_38] - -// 491:39 -[com_39] - -// 491:40 -[com_40] - -// 491:41 -[com_41] - -// 491:42 -[com_42] - -// 491:43 -[com_43] - -// 491:44 -[com_44] - -// 491:45 -[com_45] - -// 491:46 -[com_46] - -// 491:47 -[com_47] - -// 491:48 -[com_48] - -// 491:49 -[com_49] - -// 491:50 -[com_50] - -// 491:51 -[com_51] - -// 491:52 -[com_52] - -// 491:53 -[com_53] - -// 491:54 -[com_54] - -// 491:55 -[com_55] - -// 491:56 -[com_56] - -// 491:57 -[com_57] - -// 491:58 -[com_58] - -// 491:59 -[com_59] - -// 491:60 -[com_60] - -// 491:61 -[com_61] - -// 491:62 -[com_62] - -// 491:63 -[com_63] - -// 491:64 -[com_64] - -// 491:65 -[com_65] - -// 491:66 -[com_66] - -// 491:67 -[com_67] - -// 491:68 -[com_68] - -// 491:69 -[com_69] - -// 491:70 -[com_70] - -// 491:71 -[com_71] - -// 491:72 -[com_72] - -// 491:73 -[com_73] - -// 491:74 -[com_74] - -// 491:75 -[com_75] - -// 491:76 -[com_76] - -// 491:77 -[com_77] - -// 491:78 -[com_78] - -// 491:79 -[com_79] - -// 491:80 -[com_80] - -// 491:81 -[com_81] - -// 491:82 -[com_82] - -// 491:83 -[com_83] - -// 491:84 -[com_84] - -// 491:85 -[com_85] - -// 491:86 -[com_86] - -// 491:87 -[com_87] - -// 491:88 -[com_88] - -// 491:89 -[com_89] - -// 491:90 -[com_90] - -// 491:91 -[com_91] - -// 491:92 -[com_92] - -// 491:93 -[com_93] - -// 491:94 -[com_94] - -// 491:95 -[com_95] - -// 491:96 -[com_96] - -// 491:97 -[com_97] - -// 491:98 -[com_98] - -// 491:99 -[com_99] - -// 491:100 -[com_100] - -// 491:101 -[com_101] - -// 491:102 -[com_102] - -// 491:103 -[com_103] - -// 491:104 -[com_104] - -// 491:105 -[com_105] - -// 491:106 -[com_106] - -// 491:107 -[com_107] - -// 491:108 -[com_108] - -// 491:109 -[com_109] - -// 491:110 -[com_110] - -// 491:111 -[com_111] - -// 491:112 -[com_112] - -// 491:113 -[com_113] - -// 491:114 -[com_114] - -// 491:115 -[com_115] - -// 491:116 -[com_116] - -// 491:117 -[com_117] - -// 491:118 -[com_118] - -// 491:119 -[com_119] - -// 491:120 -[com_120] - -// 491:121 -[com_121] - -// 491:122 -[com_122] - -// 491:123 -[com_123] - -// 491:124 -[com_124] - -// 491:125 -[com_125] - -// 491:126 -[com_126] - -// 491:127 -[com_127] - -// 491:128 -[com_128] - -// 491:129 -[com_129] - -// 491:130 -[com_130] - -// 491:131 -[com_131] - -// 491:132 -[com_132] - -// 491:133 -[com_133] - -// 491:134 -[com_134] - -// 491:135 -[com_135] - -// 491:136 -[com_136] - -// 491:137 -[com_137] - -// 491:138 -[com_138] - -// 491:139 -[com_139] - -// 491:140 -[com_140] - -// 491:141 -[com_141] - -// 491:142 -[com_142] - -// 491:143 -[com_143] - -// 491:144 -[com_144] - -// 491:145 -[com_145] - -// 491:146 -[com_146] - -// 491:147 -[com_147] - -// 491:148 -[com_148] - -// 491:149 -[com_149] - -// 491:150 -[com_150] - -// 491:151 -[com_151] - -// 491:152 -[com_152] - -// 491:153 -[com_153] - -// 491:154 -[com_154] - -// 491:155 -[com_155] - -// 491:156 -[com_156] - -// 491:157 -[com_157] - -// 491:158 -[com_158] - -// 491:159 -[com_159] - -// 491:160 -[com_160] - -// 491:161 -[com_161] - -// 491:162 -[com_162] - -// 491:163 -[com_163] - -// 491:164 -[com_164] - -// 491:165 -[com_165] - -// 491:166 -[com_166] - -// 491:167 -[com_167] - -// 491:168 -[com_168] - -// 491:169 -[com_169] - -// 491:170 -[com_170] - -// 491:171 -[com_171] - -// 491:172 -[com_172] - -// 491:173 -[com_173] - -// 491:174 -[com_174] - -// 491:175 -[com_175] - -// 491:176 -[com_176] - -// 491:177 -[com_177] - -// 491:178 -[com_178] - -// 491:179 -[com_179] - -// 491:180 -[com_180] - -// 491:181 -[com_181] - -// 491:182 -[com_182] - -// 491:183 -[com_183] - -// 491:184 -[com_184] - -// 491:185 -[com_185] - -// 491:186 -[com_186] - -// 491:187 -[com_187] - -// 491:188 -[com_188] - -// 491:189 -[com_189] - -// 491:190 -[com_190] - -// 491:191 -[com_191] - -// 491:192 -[com_192] - -// 491:193 -[com_193] - -// 491:194 -[com_194] - -// 491:195 -[com_195] - -// 491:196 -[com_196] - -// 491:197 -[com_197] - -// 491:198 -[com_198] - -// 491:199 -[com_199] - -// 491:200 -[com_200] - -// 491:201 -[com_201] - -// 491:202 -[com_202] - -// 491:203 -[com_203] - -// 491:204 -[com_204] - -// 491:205 -[com_205] - -// 491:206 -[com_206] - -// 491:207 -[com_207] - -// 491:208 -[com_208] - -// 491:209 -[com_209] - -// 491:210 -[com_210] - -// 491:211 -[com_211] - -// 491:212 -[com_212] - -// 491:213 -[com_213] - -// 491:214 -[com_214] - -// 491:215 -[com_215] - -// 491:216 -[com_216] - -// 491:217 -[com_217] - -// 491:218 -[com_218] - -// 491:219 -[com_219] - -// 491:220 -[com_220] - -// 491:221 -[com_221] - -// 491:222 -[com_222] - -// 491:223 -[com_223] - -// 491:224 -[com_224] - -// 491:225 -[com_225] - -// 491:226 -[com_226] - -// 491:227 -[com_227] - -// 491:228 -[com_228] - -// 491:229 -[com_229] - -// 491:230 -[com_230] - diff --git a/dumps/530/interface/interface_492.if3 b/dumps/530/interface/interface_492.if3 deleted file mode 100644 index b4717afed..000000000 --- a/dumps/530/interface/interface_492.if3 +++ /dev/null @@ -1,688 +0,0 @@ -// 492:0 -[com_0] -type=model -x=7 -y=35 -width=501 -height=284 -layer=com_48 -model=model_19339 -modelorigin_x=3 -modelorigin_y=15 -modelangle_x=527 -modelangle_y=0 -modelangle_z=0 -modelzoom=736 -unknown100=64024 -unknown101=3000 - -// 492:1 -[com_1] -type=text -x=51 -y=48 -width=260 -height=17 -layer=com_48 -textfont=b12_full -text=Player 1 Interface Screen -textshadow=yes -colour=0xff9833 - -// 492:2 -[com_2] -type=text -x=411 -y=279 -width=40 -height=14 -layer=com_48 -textfont=p12_full -text=Decline -textshadow=yes -colour=0xc8c800 -op1=Decline -onmouseover=script45(interface_492:com_2, ^white) -onmouseleave=script45(interface_492:com_2, 0xc8c800) - -// 492:3 -[com_3] -type=model -x=406 -y=225 -width=47 -height=49 -layer=com_48 -model=model_8684 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=531 -modelangle_y=2008 -modelangle_z=0 -modelzoom=1168 -unknown100=63880 -unknown101=3000 -op1=Decline -onmouseover=script67(interface_492:com_3, model_20530) -onmouseleave=script67(interface_492:com_3, model_8684) - -// 492:4 -[com_4] -type=text -x=352 -y=277 -width=39 -height=14 -layer=com_48 -textfont=p12_full -text=Accept -textshadow=yes -colour=0xc8c800 -op1=Accept -onmouseover=script45(interface_492:com_4, ^white) -onmouseleave=script45(interface_492:com_4, 0xc8c800) - -// 492:5 -[com_5] -type=text -x=323 -y=83 -width=159 -height=18 -layer=com_48 -textfont=p12_full -text=Player 2 selected role: -textalignh=1 -textshadow=yes -colour=0xff981f - -// 492:6 -[com_6] -type=text -x=359 -y=103 -width=85 -height=17 -layer=com_48 -textfont=p12_full -text=Waiting ... -textalignh=1 -textshadow=yes -colour=0xff981f - -// 492:7 -[com_7] -type=text -x=77 -y=81 -width=191 -height=20 -layer=com_48 -textfont=b12_full -text=The team: -textshadow=yes -colour=0xff981f - -// 492:8 -[com_8] -type=text -x=77 -y=115 -width=63 -height=15 -layer=com_48 -textfont=b12_full -text=Name -textalignh=1 -textshadow=yes -colour=0xff981f - -// 492:9 -[com_9] -type=text -x=148 -y=115 -width=64 -height=14 -layer=com_48 -textfont=b12_full -text=Role -textalignh=1 -textshadow=yes -colour=0xff981f - -// 492:10 -[com_10] -type=text -x=49 -y=144 -width=6 -height=14 -layer=com_48 -textfont=p12_full -text=1 -textshadow=yes -colour=0xff981f - -// 492:11 -[com_11] -type=text -x=49 -y=176 -width=8 -height=14 -layer=com_48 -textfont=p12_full -text=2 -textshadow=yes -colour=0xff981f - -// 492:12 -[com_12] -type=text -x=49 -y=208 -width=7 -height=14 -layer=com_48 -textfont=p12_full -text=3 -textshadow=yes -colour=0xff981f - -// 492:13 -[com_13] -type=text -x=49 -y=240 -width=7 -height=14 -layer=com_48 -textfont=p12_full -text=4 -textshadow=yes -colour=0xff981f - -// 492:14 -[com_14] -type=text -x=49 -y=272 -width=7 -height=14 -layer=com_48 -textfont=p12_full -text=5 -textshadow=yes -colour=0xff981f - -// 492:15 -[com_15] -type=text -x=66 -y=137 -width=76 -height=25 -layer=com_48 -textfont=p11_full -text=none set -textalignv=1 -textshadow=yes -colour=0xff981f - -// 492:16 -[com_16] -type=text -x=66 -y=168 -width=76 -height=25 -layer=com_48 -textfont=p11_full -text=none set -textalignv=1 -textshadow=yes -colour=0xff981f - -// 492:17 -[com_17] -type=text -x=65 -y=203 -width=76 -height=25 -layer=com_48 -textfont=p11_full -text=none set -textalignv=1 -textshadow=yes -colour=0xff981f - -// 492:18 -[com_18] -type=text -x=66 -y=232 -width=76 -height=25 -layer=com_48 -textfont=p11_full -text=none set -textalignv=1 -textshadow=yes -colour=0xff981f - -// 492:19 -[com_19] -type=text -x=66 -y=267 -width=76 -height=25 -layer=com_48 -textfont=p11_full -text=none set -textalignv=1 -textshadow=yes -colour=0xff981f - -// 492:20 -[com_20] -type=text -x=147 -y=137 -width=65 -height=25 -layer=com_48 -textfont=p11_full -text=none set -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 492:21 -[com_21] -type=text -x=147 -y=167 -width=65 -height=25 -layer=com_48 -textfont=p11_full -text=none set -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 492:22 -[com_22] -type=text -x=147 -y=202 -width=65 -height=25 -layer=com_48 -textfont=p11_full -text=none set -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 492:23 -[com_23] -type=text -x=147 -y=231 -width=65 -height=25 -layer=com_48 -textfont=p11_full -text=none set -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 492:24 -[com_24] -type=text -x=147 -y=267 -width=65 -height=25 -layer=com_48 -textfont=p11_full -text=none set -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 492:25 -[com_25] -type=text -x=296 -y=115 -width=34 -height=14 -layer=com_48 -textfont=b12_full -text=Wave -textalignh=1 -textshadow=yes -colour=0xff981f - -// 492:26 -[com_26] -type=text -x=308 -y=144 -width=8 -height=14 -layer=com_48 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 492:27 -[com_27] -type=model -x=245 -y=204 -width=22 -height=23 -layer=com_48 -model=model_8684 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=471 -modelangle_y=2020 -modelangle_z=0 -modelzoom=2448 -unknown100=63679 -unknown101=3000 -op1=Remove Player - -// 492:28 -[com_28] -type=model -x=245 -y=236 -width=22 -height=23 -layer=com_48 -model=model_8684 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=471 -modelangle_y=2020 -modelangle_z=0 -modelzoom=2448 -unknown100=63679 -unknown101=3000 -op1=Remove Player - -// 492:29 -[com_29] -type=model -x=245 -y=270 -width=22 -height=23 -layer=com_48 -model=model_8684 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=471 -modelangle_y=2020 -modelangle_z=0 -modelzoom=2448 -unknown100=63679 -unknown101=3000 -op1=Remove Player - -// 492:30 -[com_30] -type=text -x=223 -y=115 -width=63 -height=14 -layer=com_48 -textfont=b12_full -text=Remove? -textalignh=1 -textshadow=yes -colour=0xff981f - -// 492:31 -[com_31] -type=text -x=308 -y=176 -width=8 -height=14 -layer=com_48 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 492:32 -[com_32] -type=text -x=308 -y=208 -width=8 -height=14 -layer=com_48 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 492:33 -[com_33] -type=text -x=308 -y=236 -width=8 -height=14 -layer=com_48 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 492:34 -[com_34] -type=text -x=308 -y=272 -width=8 -height=14 -layer=com_48 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 492:35 -[com_35] -type=model -x=347 -y=224 -width=46 -height=51 -layer=com_48 -model=model_8685 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=405 -modelangle_y=2002 -modelangle_z=0 -modelzoom=1040 -unknown100=63914 -unknown101=3000 -op1=Accept -onmouseover=script67(interface_492:com_35, model_20558) -onmouseleave=script67(interface_492:com_35, model_8685) - -// 492:36 -[com_36] -type=rectangle -x=142 -y=109 -width=5 -height=187 -layer=com_48 -colour=0x80703b -fill=yes - -// 492:37 -[com_37] -type=rectangle -x=216 -y=109 -width=5 -height=187 -layer=com_48 -colour=0x80703b -fill=yes - -// 492:38 -[com_38] -type=rectangle -x=60 -y=109 -width=5 -height=187 -layer=com_48 -colour=0x80703b -fill=yes - -// 492:39 -[com_39] -type=rectangle -x=288 -y=109 -width=5 -height=187 -layer=com_48 -colour=0x80703b -fill=yes - -// 492:40 -[com_40] -type=rectangle -x=47 -y=163 -width=285 -height=5 -layer=com_48 -colour=0x80703b -fill=yes - -// 492:41 -[com_41] -type=rectangle -x=47 -y=198 -width=285 -height=5 -layer=com_48 -colour=0x80703b -fill=yes - -// 492:42 -[com_42] -type=rectangle -x=47 -y=227 -width=285 -height=5 -layer=com_48 -colour=0x80703b -fill=yes - -// 492:43 -[com_43] -type=rectangle -x=47 -y=262 -width=285 -height=5 -layer=com_48 -colour=0x80703b -fill=yes - -// 492:44 -[com_44] -type=rectangle -x=47 -y=132 -width=285 -height=5 -layer=com_48 -colour=0x80703b -fill=yes - -// 492:45 -[com_45] -type=text -x=360 -y=135 -width=85 -height=14 -layer=com_48 -textfont=p12_full -text=Level in role: -textalignh=1 -textshadow=yes -colour=0xff981f - -// 492:46 -[com_46] -type=text -x=360 -y=156 -width=85 -height=14 -layer=com_48 -textfont=p12_full -text=Waiting ... -textalignh=1 -textshadow=yes -colour=0xff981f - -// 492:47 -[com_47] -type=model -x=245 -y=173 -width=22 -height=23 -layer=com_48 -model=model_8684 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=471 -modelangle_y=2020 -modelangle_z=0 -modelzoom=2448 -unknown100=63679 -unknown101=3000 -op1=Remove Player - -// 492:48 -[com_48] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_493.if3 b/dumps/530/interface/interface_493.if3 deleted file mode 100644 index 0a93e93a5..000000000 --- a/dumps/530/interface/interface_493.if3 +++ /dev/null @@ -1,806 +0,0 @@ -// 493:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 493:1 -[com_1] -type=model -x=3 -y=5 -width=55 -height=54 -layer=com_53 -model=model_20571 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=585 -modelangle_y=0 -modelangle_z=0 -modelzoom=1074 -unknown100=64343 -unknown101=2160 -onmouseover=script67(interface_493:com_1, model_20571) -onmouseleave=script67(interface_493:com_1, null) - -// 493:2 -[com_2] -type=model -x=9 -y=2 -width=45 -height=57 -layer=com_54 -model=model_20565 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=585 -modelangle_y=0 -modelangle_z=0 -modelzoom=1074 -unknown100=64343 -unknown101=2161 -onmouseover=script67(interface_493:com_2, model_20565) -onmouseleave=script67(interface_493:com_2, null) - -// 493:3 -[com_3] -type=model -x=5 -y=3 -width=49 -height=60 -layer=com_55 -model=model_20568 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=585 -modelangle_y=0 -modelangle_z=0 -modelzoom=1074 -unknown100=64340 -unknown101=2162 -onmouseover=script67(interface_493:com_3, model_20568) -onmouseleave=script67(interface_493:com_3, null) - -// 493:4 -[com_4] -type=model -x=-1 -width=63 -height=61 -layer=com_20 -model=model_20562 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=585 -modelangle_y=0 -modelangle_z=0 -modelzoom=1074 -unknown100=64339 -unknown101=2163 -onmouseover=script67(interface_493:com_4, model_20562) -onmouseleave=script67(interface_493:com_4, null) - -// 493:5 -[com_5] -type=model -x=2 -y=22 -width=510 -height=289 -layer=com_0 -model=model_19339 -modelorigin_x=5 -modelorigin_y=14 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=721 -unknown100=64781 -unknown101=1468 - -// 493:6 -[com_6] -type=text -x=51 -y=28 -width=225 -height=17 -layer=com_0 -textfont=b12_full -text=Player 2 Interface Screen -textshadow=yes -colour=0xff981f - -// 493:7 -[com_7] -type=text -x=401 -y=235 -width=40 -height=14 -layer=com_0 -textfont=p12_full -text=Decline -textshadow=yes -colour=0xff981f -op1=Decline -onmouseover=script45(interface_493:com_7, ^white) -onmouseleave=script45(interface_493:com_7, 0xff981f) - -// 493:8 -[com_8] -type=model -x=225 -y=94 -width=60 -height=58 -layer=com_0 -model=model_20560 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=585 -modelangle_y=0 -modelangle_z=0 -modelzoom=1074 -unknown100=64351 -unknown101=2162 -op1=Attacker - -// 493:9 -[com_9] -type=text -x=227 -y=153 -width=60 -height=14 -layer=com_0 -textfont=p12_full -text=Attacker -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Attacker -onmouseover=script45(interface_493:com_9, ^white) -onmouseleave=script45(interface_493:com_9, 0xff981f) - -// 493:10 -[com_10] -type=model -x=295 -y=105 -width=47 -height=56 -layer=com_0 -model=model_20567 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=585 -modelangle_y=0 -modelangle_z=0 -modelzoom=1074 -unknown100=64351 -unknown101=2161 -op1=Defender - -// 493:11 -[com_11] -type=text -x=280 -y=167 -width=75 -height=15 -layer=com_0 -textfont=p12_full -text=Defender -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Defender -onmouseover=script45(interface_493:com_11, ^white) -onmouseleave=script45(interface_493:com_11, 0xff981f) - -// 493:12 -[com_12] -type=text -x=351 -y=154 -width=60 -height=15 -layer=com_0 -textfont=p12_full -text=Collector -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Collector -onmouseover=script45(interface_493:com_12, ^white) -onmouseleave=script45(interface_493:com_12, 0xff981f) - -// 493:13 -[com_13] -type=model -x=361 -y=95 -width=41 -height=53 -layer=com_0 -model=model_20564 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=585 -modelangle_y=0 -modelangle_z=0 -modelzoom=1074 -unknown100=64356 -unknown101=2160 -op1=Collector - -// 493:14 -[com_14] -type=model -x=420 -y=108 -width=51 -height=51 -layer=com_0 -model=model_20570 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=585 -modelangle_y=0 -modelangle_z=0 -modelzoom=1074 -unknown100=64353 -unknown101=2159 -op1=Healer - -// 493:15 -[com_15] -type=text -x=416 -y=168 -width=60 -height=15 -layer=com_0 -textfont=p12_full -text=Healer -textalignh=1 -textshadow=yes -colour=0xff981f -op1=Healer -onmouseover=script45(interface_493:com_15, ^white) -onmouseleave=script45(interface_493:com_15, 0xff981f) - -// 493:16 -[com_16] -type=model -x=317 -y=187 -width=43 -height=45 -layer=com_0 -model=model_8685 -modelorigin_x=2 -modelorigin_y=-2 -modelangle_x=444 -modelangle_y=2020 -modelangle_z=0 -modelzoom=1168 -unknown100=64224 -unknown101=2344 -op1=Accept -onmouseover=script67(interface_493:com_16, model_20558) -onmouseleave=script67(interface_493:com_16, model_8685) - -// 493:17 -[com_17] -type=text -x=319 -y=234 -width=39 -height=14 -layer=com_0 -textfont=p12_full -text=Accept -textshadow=yes -colour=0xff981f -op1=Accept -onmouseover=script45(interface_493:com_17, ^white) -onmouseleave=script45(interface_493:com_17, 0xff981f) - -// 493:18 -[com_18] -type=model -x=399 -y=187 -width=43 -height=45 -layer=com_0 -model=model_8684 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=501 -modelangle_y=2014 -modelangle_z=0 -modelzoom=1296 -unknown100=64068 -unknown101=2593 -op1=Decline -onmouseover=script67(interface_493:com_18, model_20530) -onmouseleave=script67(interface_493:com_18, model_8684) - -// 493:19 -[com_19] -type=text -x=278 -y=73 -width=195 -height=14 -layer=com_0 -textfont=b12_full -text=None -textalignh=1 -textshadow=yes -colour=0xff981f - -// 493:20 -[com_20] -type=layer -x=224 -y=93 -width=63 -height=65 -layer=com_0 -hide=yes - -// 493:21 -[com_21] -type=layer -x=278 -y=251 -width=191 -height=32 -layer=com_0 -hide=yes - -// 493:22 -[com_22] -type=text -x=279 -y=252 -width=189 -height=30 -layer=com_0 -textfont=p12_full -text=Waiting for player 1 to accept... -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 493:23 -[com_23] -type=text -x=81 -y=43 -width=103 -height=15 -layer=com_0 -textfont=b12_full -text=The team: -textshadow=yes -colour=0xff981f - -// 493:24 -[com_24] -type=text -x=44 -y=75 -width=50 -height=15 -layer=com_0 -textfont=p12_full -text=Name -textshadow=yes -colour=0xff981f - -// 493:25 -[com_25] -type=text -x=44 -y=93 -width=44 -height=15 -layer=com_0 -textfont=p12_full -text=Role -textshadow=yes -colour=0xff981f - -// 493:26 -[com_26] -type=text -x=44 -y=59 -width=101 -height=15 -layer=com_0 -textfont=p12_full -text=--- Leader --- -textshadow=yes -colour=0xff981f - -// 493:27 -[com_27] -type=text -x=45 -y=117 -width=101 -height=15 -layer=com_0 -textfont=p12_full -text=--- Followers --- -textshadow=yes -colour=0xff981f - -// 493:28 -[com_28] -type=text -x=93 -y=75 -width=108 -height=15 -layer=com_0 -textfont=p12_full -text=none set -textshadow=yes -colour=0xff981f - -// 493:29 -[com_29] -type=text -x=94 -y=133 -width=108 -height=15 -layer=com_0 -textfont=p12_full -text=none set -textshadow=yes -colour=0xff981f - -// 493:30 -[com_30] -type=text -x=94 -y=174 -width=108 -height=15 -layer=com_0 -textfont=p12_full -text=none set -textshadow=yes -colour=0xff981f - -// 493:31 -[com_31] -type=text -x=94 -y=214 -width=108 -height=15 -layer=com_0 -textfont=p12_full -text=none set -textshadow=yes -colour=0xff981f - -// 493:32 -[com_32] -type=text -x=93 -y=256 -width=108 -height=15 -layer=com_0 -textfont=p12_full -text=none set -textshadow=yes -colour=0xff981f - -// 493:33 -[com_33] -type=text -x=93 -y=93 -width=108 -height=15 -layer=com_0 -textfont=p12_full -text=none set -textshadow=yes -colour=0xff981f - -// 493:34 -[com_34] -type=text -x=94 -y=151 -width=108 -height=15 -layer=com_0 -textfont=p12_full -text=none set -textshadow=yes -colour=0xff981f - -// 493:35 -[com_35] -type=text -x=94 -y=192 -width=108 -height=15 -layer=com_0 -textfont=p12_full -text=none set -textshadow=yes -colour=0xff981f - -// 493:36 -[com_36] -type=text -x=94 -y=232 -width=108 -height=15 -layer=com_0 -textfont=p12_full -text=none set -textshadow=yes -colour=0xff981f - -// 493:37 -[com_37] -type=text -x=93 -y=274 -width=108 -height=15 -layer=com_0 -textfont=p12_full -text=none set -textshadow=yes -colour=0xff981f - -// 493:38 -[com_38] -type=text -x=201 -y=58 -width=30 -height=15 -layer=com_0 -textfont=p12_full -text=Wave -textshadow=yes -colour=0xff981f - -// 493:39 -[com_39] -type=text -x=209 -y=79 -width=8 -height=14 -layer=com_0 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 493:40 -[com_40] -type=text -x=210 -y=141 -width=8 -height=14 -layer=com_0 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 493:41 -[com_41] -type=text -x=210 -y=183 -width=8 -height=14 -layer=com_0 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 493:42 -[com_42] -type=text -x=210 -y=223 -width=8 -height=14 -layer=com_0 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 493:43 -[com_43] -type=text -x=210 -y=267 -width=8 -height=14 -layer=com_0 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 493:44 -[com_44] -type=text -x=279 -y=38 -width=196 -height=31 -layer=com_0 -textfont=b12_full -text=Please select a role!
Current Role: -textalignh=1 -textshadow=yes -colour=0xff981f - -// 493:45 -[com_45] -type=text -x=45 -y=133 -width=50 -height=15 -layer=com_0 -textfont=p12_full -text=Name -textshadow=yes -colour=0xff981f - -// 493:46 -[com_46] -type=text -x=45 -y=151 -width=44 -height=15 -layer=com_0 -textfont=p12_full -text=Role -textshadow=yes -colour=0xff981f - -// 493:47 -[com_47] -type=text -x=45 -y=174 -width=50 -height=15 -layer=com_0 -textfont=p12_full -text=Name -textshadow=yes -colour=0xff981f - -// 493:48 -[com_48] -type=text -x=45 -y=192 -width=44 -height=15 -layer=com_0 -textfont=p12_full -text=Role -textshadow=yes -colour=0xff981f - -// 493:49 -[com_49] -type=text -x=45 -y=214 -width=50 -height=15 -layer=com_0 -textfont=p12_full -text=Name -textshadow=yes -colour=0xff981f - -// 493:50 -[com_50] -type=text -x=45 -y=232 -width=44 -height=15 -layer=com_0 -textfont=p12_full -text=Role -textshadow=yes -colour=0xff981f - -// 493:51 -[com_51] -type=text -x=44 -y=256 -width=50 -height=15 -layer=com_0 -textfont=p12_full -text=Name -textshadow=yes -colour=0xff981f - -// 493:52 -[com_52] -type=text -x=44 -y=274 -width=44 -height=15 -layer=com_0 -textfont=p12_full -text=Role -textshadow=yes -colour=0xff981f - -// 493:53 -[com_53] -type=layer -x=415 -y=101 -width=63 -height=65 -layer=com_0 -hide=yes - -// 493:54 -[com_54] -type=layer -x=350 -y=91 -width=63 -height=65 -layer=com_0 -hide=yes - -// 493:55 -[com_55] -type=layer -x=289 -y=100 -width=63 -height=65 -layer=com_0 -hide=yes - diff --git a/dumps/530/interface/interface_494.if b/dumps/530/interface/interface_494.if deleted file mode 100644 index 883e2a015..000000000 --- a/dumps/530/interface/interface_494.if +++ /dev/null @@ -1,9 +0,0 @@ -// 494:0 -[com_0] - -// 494:1 -[com_1] - -// 494:2 -[com_2] - diff --git a/dumps/530/interface/interface_495.if b/dumps/530/interface/interface_495.if deleted file mode 100644 index 1320a6cd2..000000000 --- a/dumps/530/interface/interface_495.if +++ /dev/null @@ -1,219 +0,0 @@ -// 495:0 -[com_0] - -// 495:1 -[com_1] - -// 495:2 -[com_2] - -// 495:3 -[com_3] - -// 495:4 -[com_4] - -// 495:5 -[com_5] - -// 495:6 -[com_6] - -// 495:7 -[com_7] - -// 495:8 -[com_8] - -// 495:9 -[com_9] - -// 495:10 -[com_10] - -// 495:11 -[com_11] - -// 495:12 -[com_12] - -// 495:13 -[com_13] - -// 495:14 -[com_14] - -// 495:15 -[com_15] - -// 495:16 -[com_16] - -// 495:17 -[com_17] - -// 495:18 -[com_18] - -// 495:19 -[com_19] - -// 495:20 -[com_20] - -// 495:21 -[com_21] - -// 495:22 -[com_22] - -// 495:23 -[com_23] - -// 495:24 -[com_24] - -// 495:25 -[com_25] - -// 495:26 -[com_26] - -// 495:27 -[com_27] - -// 495:28 -[com_28] - -// 495:29 -[com_29] - -// 495:30 -[com_30] - -// 495:31 -[com_31] - -// 495:32 -[com_32] - -// 495:33 -[com_33] - -// 495:34 -[com_34] - -// 495:35 -[com_35] - -// 495:36 -[com_36] - -// 495:37 -[com_37] - -// 495:38 -[com_38] - -// 495:39 -[com_39] - -// 495:40 -[com_40] - -// 495:41 -[com_41] - -// 495:42 -[com_42] - -// 495:43 -[com_43] - -// 495:44 -[com_44] - -// 495:45 -[com_45] - -// 495:46 -[com_46] - -// 495:47 -[com_47] - -// 495:48 -[com_48] - -// 495:49 -[com_49] - -// 495:50 -[com_50] - -// 495:51 -[com_51] - -// 495:52 -[com_52] - -// 495:53 -[com_53] - -// 495:54 -[com_54] - -// 495:55 -[com_55] - -// 495:56 -[com_56] - -// 495:57 -[com_57] - -// 495:58 -[com_58] - -// 495:59 -[com_59] - -// 495:60 -[com_60] - -// 495:61 -[com_61] - -// 495:62 -[com_62] - -// 495:63 -[com_63] - -// 495:64 -[com_64] - -// 495:65 -[com_65] - -// 495:66 -[com_66] - -// 495:67 -[com_67] - -// 495:68 -[com_68] - -// 495:69 -[com_69] - -// 495:70 -[com_70] - -// 495:71 -[com_71] - -// 495:72 -[com_72] - diff --git a/dumps/530/interface/interface_496.if b/dumps/530/interface/interface_496.if deleted file mode 100644 index 66f50f015..000000000 --- a/dumps/530/interface/interface_496.if +++ /dev/null @@ -1,54 +0,0 @@ -// 496:0 -[com_0] - -// 496:1 -[com_1] - -// 496:2 -[com_2] - -// 496:3 -[com_3] - -// 496:4 -[com_4] - -// 496:5 -[com_5] - -// 496:6 -[com_6] - -// 496:7 -[com_7] - -// 496:8 -[com_8] - -// 496:9 -[com_9] - -// 496:10 -[com_10] - -// 496:11 -[com_11] - -// 496:12 -[com_12] - -// 496:13 -[com_13] - -// 496:14 -[com_14] - -// 496:15 -[com_15] - -// 496:16 -[com_16] - -// 496:17 -[com_17] - diff --git a/dumps/530/interface/interface_497.if3 b/dumps/530/interface/interface_497.if3 deleted file mode 100644 index 2d42af060..000000000 --- a/dumps/530/interface/interface_497.if3 +++ /dev/null @@ -1,1091 +0,0 @@ -// 497:0 -[com_0] -type=rectangle -x=1 -y=33 -width=16391 -height=19628 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes -trans=120 - -// 497:1 -[com_1] -type=model -x=4 -y=-1 -width=503 -height=286 -xmode=abs_centre -ymode=abs_centre -model=model_19339 -modelorigin_x=3 -modelorigin_y=15 -modelangle_x=524 -modelangle_y=0 -modelangle_z=0 -modelzoom=730 -unknown100=64066 -unknown101=3000 - -// 497:2 -[com_2] -type=model -x=6 -y=-8 -width=402 -height=247 -xmode=abs_centre -ymode=abs_centre -model=model_20733 -modelorigin_x=-14 -modelorigin_y=-42 -modelangle_x=429 -modelangle_y=2035 -modelangle_z=0 -modelzoom=475 -unknown100=64181 -unknown101=3000 - -// 497:3 -[com_3] -type=model -x=160 -y=76 -width=117 -height=62 -xmode=abs_centre -ymode=abs_centre -model=model_20620 -modelorigin_x=0 -modelorigin_y=26 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=713 -unknown100=64004 -unknown101=3000 - -// 497:4 -[com_4] -type=text -x=9 -y=-129 -width=111 -height=13 -xmode=abs_centre -ymode=abs_centre -textfont=b12_full -text=Wave Complete! -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:5 -[com_5] -type=text -x=12 -y=-113 -width=56 -height=14 -xmode=abs_centre -ymode=abs_centre -textfont=b12_full -text=Reward: -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:6 -[com_6] -type=text -x=2 -y=51 -width=128 -height=14 -layer=com_60 -textfont=p12_full -text=Runners that got past -textshadow=yes -colour=0xff981f - -// 497:7 -[com_7] -type=text -x=3 -y=67 -width=82 -height=14 -layer=com_60 -textfont=p12_full -text=Rangers killed -textshadow=yes -colour=0xff981f - -// 497:8 -[com_8] -type=text -x=3 -y=83 -width=82 -height=14 -layer=com_60 -textfont=p12_full -text=Fighters killed -textshadow=yes -colour=0xff981f - -// 497:9 -[com_9] -type=text -x=3 -y=99 -width=82 -height=14 -layer=com_60 -textfont=p12_full -text=Healers killed -textshadow=yes -colour=0xff981f - -// 497:10 -[com_10] -type=text -x=3 -y=115 -width=82 -height=14 -layer=com_60 -textfont=p12_full -text=Runners killed -textshadow=yes -colour=0xff981f - -// 497:11 -[com_11] -type=text -x=3 -y=131 -width=168 -height=14 -layer=com_60 -textfont=p12_full -text=Player hitpoints replenished -textshadow=yes -colour=0xff981f - -// 497:12 -[com_12] -type=text -x=3 -y=147 -width=146 -height=14 -layer=com_60 -textfont=p12_full -text=Wrong poison packs used -textshadow=yes -colour=0xff981f - -// 497:13 -[com_13] -type=text -x=3 -y=164 -width=168 -height=14 -layer=com_60 -textfont=p12_full -text=Eggs collected (min. exploded) -textshadow=yes -colour=0xff981f - -// 497:14 -[com_14] -type=text -x=3 -y=180 -width=132 -height=14 -layer=com_60 -textfont=p12_full -text=Failed Attacker attacks -textshadow=yes -colour=0xff981f - -// 497:15 -[com_15] -type=text -x=175 -y=51 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:16 -[com_16] -type=text -x=175 -y=67 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:17 -[com_17] -type=text -x=175 -y=83 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:18 -[com_18] -type=text -x=175 -y=99 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:19 -[com_19] -type=text -x=175 -y=115 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:20 -[com_20] -type=text -x=175 -y=131 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:21 -[com_21] -type=text -x=175 -y=147 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:22 -[com_22] -type=text -x=175 -y=164 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:23 -[com_23] -type=text -x=175 -y=180 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:24 -[com_24] -type=text -x=4 -y=210 -width=27 -height=14 -layer=com_60 -textfont=p12_full -text=Total -textshadow=yes -colour=0xff981f - -// 497:25 -[com_25] -type=text -x=217 -y=51 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:26 -[com_26] -type=text -x=217 -y=67 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:27 -[com_27] -type=text -x=217 -y=83 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:28 -[com_28] -type=text -x=217 -y=98 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:29 -[com_29] -type=text -x=217 -y=115 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff991f - -// 497:30 -[com_30] -type=text -x=217 -y=131 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:31 -[com_31] -type=text -x=217 -y=147 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:32 -[com_32] -type=text -x=217 -y=164 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:33 -[com_33] -type=text -x=217 -y=180 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:34 -[com_34] -type=text -x=217 -y=212 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:35 -[com_35] -type=text -x=172 -y=28 -width=13 -height=14 -layer=com_60 -textfont=p12_full -text=# -textshadow=yes -colour=0xff981f - -// 497:36 -[com_36] -type=text -x=186 -y=17 -width=75 -height=26 -layer=com_60 -textfont=p12_full -text=Team Honour Points -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:37 -[com_37] -type=text -x=347 -y=55 -width=34 -height=15 -layer=com_60 -textfont=p12_full -text=Role: -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:38 -[com_38] -type=text -x=347 -y=72 -width=34 -height=14 -layer=com_60 -textfont=p12_full -text=None -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:39 -[com_39] -type=text -x=282 -y=51 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:40 -[com_40] -type=text -x=282 -y=99 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:41 -[com_41] -type=text -x=282 -y=115 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:42 -[com_42] -type=text -x=282 -y=83 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:43 -[com_43] -type=text -x=282 -y=67 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:44 -[com_44] -type=text -x=282 -y=131 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:45 -[com_45] -type=text -x=282 -y=164 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:46 -[com_46] -type=text -x=282 -y=147 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:47 -[com_47] -type=text -x=282 -y=180 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:48 -[com_48] -type=text -x=283 -y=212 -width=8 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:49 -[com_49] -type=text -x=4 -y=227 -width=156 -height=18 -layer=com_60 -textfont=b12_full -text=Honour Points reward : -textshadow=yes -colour=0xff981f - -// 497:50 -[com_50] -type=text -x=165 -y=227 -width=8 -height=18 -layer=com_60 -textfont=b12_full -text=0 -textshadow=yes -colour=0xff981f - -// 497:51 -[com_51] -type=text -x=208 -y=50 -width=6 -height=14 -layer=com_60 -textfont=p12_full -text=- -textshadow=yes -colour=0xff981f - -// 497:52 -[com_52] -type=text -x=209 -y=147 -width=6 -height=14 -layer=com_60 -textfont=p12_full -text=- -textshadow=yes -colour=0xff981f - -// 497:53 -[com_53] -type=text -x=208 -y=179 -width=6 -height=14 -layer=com_60 -textfont=p12_full -text=- -textshadow=yes -colour=0xff981f - -// 497:54 -[com_54] -type=text -x=273 -y=180 -width=6 -height=14 -layer=com_60 -textfont=p12_full -text=- -textshadow=yes -colour=0xff981f - -// 497:55 -[com_55] -type=text -x=273 -y=149 -width=6 -height=14 -layer=com_60 -textfont=p12_full -text=- -textshadow=yes -colour=0xff981f - -// 497:56 -[com_56] -type=text -x=272 -y=51 -width=6 -height=14 -layer=com_60 -textfont=p12_full -text=- -textshadow=yes -colour=0xff981f - -// 497:57 -[com_57] -type=text -x=324 -y=99 -width=80 -height=25 -layer=com_60 -textfont=p12_full -text=Total Honour Points in role: -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:58 -[com_58] -type=text -x=350 -y=132 -width=26 -height=14 -layer=com_60 -textfont=p12_full -text=0 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:59 -[com_59] -type=text -x=265 -y=17 -width=82 -height=25 -layer=com_60 -textfont=p12_full -text=Individual Honour Points -textshadow=yes -colour=0xff981f - -// 497:60 -[com_60] -type=layer -x=9 -y=2 -width=428 -height=250 -xmode=abs_centre -ymode=abs_centre -hide=yes - -// 497:61 -[com_61] -type=layer -x=14 -y=3 -width=420 -height=230 -xmode=abs_centre -ymode=abs_centre -hide=yes - -// 497:62 -[com_62] -type=text -x=104 -y=8 -width=200 -height=28 -layer=com_61 -textfont=b12_full -text=The Queen is dead! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 497:63 -[com_63] -type=text -x=104 -y=44 -width=201 -height=19 -layer=com_61 -textfont=p12_full -text=Reward: -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:64 -[com_64] -type=text -x=104 -y=71 -width=202 -height=145 -layer=com_61 -textfont=p12_full -text=--Points output-- -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:65 -[com_65] -type=text -x=180 -y=28 -width=38 -height=16 -layer=com_70 -textfont=p12_full -text=-Role- -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:66 -[com_66] -type=text -x=336 -y=182 -width=62 -height=32 -layer=com_60 -textfont=b12_full -text=Simple breakdown -textalignh=1 -textshadow=yes -colour=0xff981f -op1=View -onmouseover=script45(event_com, 0xffc887) -onmouseleave=script45(event_com, 0xff981f) - -// 497:67 -[com_67] -type=text -x=129 -y=47 -width=142 -height=16 -layer=com_70 -textfont=p12_full -text=Honour Points Reward: -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:68 -[com_68] -type=text -x=182 -y=72 -width=32 -height=16 -layer=com_70 -textfont=p12_full -text=0 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:69 -[com_69] -type=text -x=182 -y=136 -width=32 -height=16 -layer=com_70 -textfont=p12_full -text=0 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:70 -[com_70] -type=layer -x=13 -y=4 -width=419 -height=230 -xmode=abs_centre -ymode=abs_centre - -// 497:71 -[com_71] -type=text -x=320 -y=171 -width=70 -height=32 -layer=com_70 -textfont=b12_full -text=Advanced Breakdown -textalignh=1 -textshadow=yes -colour=0xff981f -op1=View -onmouseover=script45(event_com, 0xffc887) -onmouseleave=script45(event_com, 0xff981f) - -// 497:72 -[com_72] -type=text -x=118 -y=114 -width=166 -height=16 -layer=com_70 -textfont=p12_full -text=Total Honour Points in role: -textalignh=1 -textshadow=yes -colour=0xff981f - -// 497:73 -[com_73] -type=graphic -x=202 -y=-121 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") - -// 497:74 -[com_74] -type=model -x=6 -y=9 -width=59 -height=59 -layer=com_76 -model=model_21854 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1680 -unknown100=63782 -unknown101=3000 -op1=Level up - -// 497:75 -[com_75] -type=text -x=6 -y=11 -width=58 -height=54 -layer=com_76 -textfont=b12_full -text=Level
up -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x83551b - -// 497:76 -[com_76] -type=layer -x=162 -y=158 -width=72 -height=65 -layer=com_70 - -// 497:77 -[com_77] -type=model -x=6 -y=9 -width=59 -height=59 -layer=com_79 -model=model_21855 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1680 -unknown100=63778 -unknown101=3000 -op1=Level up - -// 497:78 -[com_78] -type=text -x=6 -y=11 -width=58 -height=54 -layer=com_79 -textfont=b12_full -text=Level
up -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -onmouseover=script45(event_com, 0xffc887) -onmouseleave=script45(event_com, 0xff981f) - -// 497:79 -[com_79] -type=layer -x=162 -y=158 -width=72 -height=65 -layer=com_70 -hide=yes - diff --git a/dumps/530/interface/interface_498.if3 b/dumps/530/interface/interface_498.if3 deleted file mode 100644 index baad7e68c..000000000 --- a/dumps/530/interface/interface_498.if3 +++ /dev/null @@ -1,84 +0,0 @@ -// 498:0 -[com_0] -type=model -x=13 -y=37 -width=485 -height=282 -layer=com_5 -model=model_3032 -modelorigin_x=1 -modelorigin_y=-25 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=604 -unknown100=64163 -unknown101=3000 - -// 498:1 -[com_1] -type=text -x=99 -y=93 -width=320 -height=181 -layer=com_5 -textfont=p12_full -text=Kaleef

Your mission is to contact our agent inside Menaphos.
Use the tunnels beneath the temple of lesser gods.
Be vigilant of traps and the hostile natives.
They're about as welcoming as the Menaphites only slightly better looking.

Os -textlineheight=17 -textalignh=1 -textshadow=yes -colour=0xffff00 - -// 498:2 -[com_2] -type=model -x=102 -y=87 -width=315 -height=195 -layer=com_5 -model=model_20733 -modelorigin_x=-9 -modelorigin_y=-33 -modelangle_x=406 -modelangle_y=0 -modelangle_z=0 -modelzoom=604 -unknown100=64083 -unknown101=3000 - -// 498:3 -[com_3] -type=graphic -x=379 -y=80 -width=26 -height=23 -layer=com_5 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 498:4 -[com_4] -type=layer -x=376 -y=72 -width=32 -height=32 -layer=com_5 -hide=yes - -// 498:5 -[com_5] -type=layer -x=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_499.if3 b/dumps/530/interface/interface_499.if3 deleted file mode 100644 index c673dbbc3..000000000 --- a/dumps/530/interface/interface_499.if3 +++ /dev/null @@ -1,411 +0,0 @@ -// 499:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x46341d -fill=yes -trans=80 - -// 499:1 -[com_1] -type=model -x=11 -y=7 -width=334 -height=51 -layer=com_27 -model=model_20852 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1357 -unknown100=63984 -unknown101=2733 - -// 499:2 -[com_2] -type=model -x=-4 -y=66 -width=372 -height=264 -layer=com_27 -model=model_20836 -modelorigin_x=74 -modelorigin_y=-21 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1393 -unknown100=63966 -unknown101=2794 - -// 499:3 -[com_3] -type=model -x=359 -y=38 -width=142 -height=253 -layer=com_27 -model=model_20850 -modelorigin_x=-17 -modelorigin_y=1 -modelangle_x=520 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1442 -unknown100=64036 -unknown101=2883 - -// 499:4 -[com_4] -type=model -x=353 -y=32 -width=154 -height=12 -layer=com_27 -model=model_20837 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1442 -unknown100=63882 -unknown101=2893 - -// 499:5 -[com_5] -type=model -x=352 -y=316 -width=154 -height=12 -layer=com_27 -model=model_20837 -modelorigin_x=-2 -modelorigin_y=-1 -modelangle_x=517 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1442 -unknown100=63882 -unknown101=2893 - -// 499:6 -[com_6] -type=text -x=35 -y=7 -width=291 -height=34 -layer=com_27 -textfont=quill_oblique_large -text=Skill -textalignh=1 -colour=0x46320a - -// 499:7 -[com_7] -type=layer -x=21 -y=76 -width=296 -height=239 -layer=com_27 -onload=script23 -onvartransmit=script23 -onvartransmitlist=varplayer_965 - -// 499:8 -[com_8] -type=layer -x=316 -y=76 -width=16 -height=239 -layer=com_27 - -// 499:9 -[com_9] -type=text -x=35 -y=40 -width=291 -height=13 -layer=com_27 -textfont=p11_full -text=Description -textalignh=1 -colour=0x46320a - -// 499:10 -[com_10] -type=text -x=371 -y=44 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_10, 0x645028) -onmouseleave=script45(interface_499:com_10, 0x46320a) - -// 499:11 -[com_11] -type=text -x=371 -y=61 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_11, 0x645028) -onmouseleave=script45(interface_499:com_11, 0x46320a) - -// 499:12 -[com_12] -type=text -x=371 -y=78 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_12, 0x645028) -onmouseleave=script45(interface_499:com_12, 0x46320a) - -// 499:13 -[com_13] -type=text -x=371 -y=95 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_13, 0x645028) -onmouseleave=script45(interface_499:com_13, 0x46320a) - -// 499:14 -[com_14] -type=text -x=371 -y=112 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_14, 0x645028) -onmouseleave=script45(interface_499:com_14, 0x46320a) - -// 499:15 -[com_15] -type=text -x=371 -y=129 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_15, 0x645028) -onmouseleave=script45(interface_499:com_15, 0x46320a) - -// 499:16 -[com_16] -type=text -x=371 -y=146 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_16, 0x645028) -onmouseleave=script45(interface_499:com_16, 0x46320a) - -// 499:17 -[com_17] -type=text -x=371 -y=163 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_17, 0x645028) -onmouseleave=script45(interface_499:com_17, 0x46320a) - -// 499:18 -[com_18] -type=text -x=371 -y=180 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_18, 0x645028) -onmouseleave=script45(interface_499:com_18, 0x46320a) - -// 499:19 -[com_19] -type=text -x=371 -y=197 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_19, 0x645028) -onmouseleave=script45(interface_499:com_19, 0x46320a) - -// 499:20 -[com_20] -type=text -x=371 -y=214 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_20, 0x645028) -onmouseleave=script45(interface_499:com_20, 0x46320a) - -// 499:21 -[com_21] -type=text -x=371 -y=231 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_21, 0x645028) -onmouseleave=script45(interface_499:com_21, 0x46320a) - -// 499:22 -[com_22] -type=text -x=371 -y=248 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_22, 0x645028) -onmouseleave=script45(interface_499:com_22, 0x46320a) - -// 499:23 -[com_23] -type=text -x=371 -y=265 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_23, 0x645028) -onmouseleave=script45(interface_499:com_23, 0x46320a) - -// 499:24 -[com_24] -type=text -x=371 -y=282 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_24, 0x645028) -onmouseleave=script45(interface_499:com_24, 0x46320a) - -// 499:25 -[com_25] -type=text -x=371 -y=299 -width=115 -height=17 -layer=com_27 -textfont=q8_full -textalignh=1 -colour=0x46320a -op1=Open subsection -onmouseover=script45(interface_499:com_23, 0x645028) -onmouseleave=script45(interface_499:com_23, 0x46320a) - -// 499:26 -[com_26] -type=graphic -x=482 -y=6 -width=26 -height=23 -layer=com_27 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_499:com_26, "close_buttons,7") -onmouseleave=script44(interface_499:com_26, "close_buttons,6") -onop=script29 -onclick=script29 - -// 499:27 -[com_27] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_5.if3 b/dumps/530/interface/interface_5.if3 deleted file mode 100644 index 87251b281..000000000 --- a/dumps/530/interface/interface_5.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 5:0 -[com_0] -type=rectangle -x=485 -y=5 -width=22 -height=22 -layer=com_4 -colour=0xcccccc -trans=40 - -// 5:1 -[com_1] -type=rectangle -x=485 -y=26 -width=22 -height=22 -layer=com_4 -colour=0xcccccc -trans=40 - -// 5:2 -[com_2] -type=rectangle -x=486 -y=27 -width=20 -height=20 -layer=com_4 -colour=0x670000 -fill=yes -trans=40 -onload=script1424 -onvartransmit=script1424 -onvartransmitlist=varplayer_309 - -// 5:3 -[com_3] -type=rectangle -x=486 -y=6 -width=20 -height=20 -layer=com_4 -colour=0x006c00 -fill=yes -trans=40 - -// 5:4 -[com_4] -type=layer -width=512 -height=334 -xmode=abs_right - diff --git a/dumps/530/interface/interface_50.if3 b/dumps/530/interface/interface_50.if3 deleted file mode 100644 index 9d094eac8..000000000 --- a/dumps/530/interface/interface_50.if3 +++ /dev/null @@ -1,206 +0,0 @@ -// 50:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 50:1 -[com_1] -type=model -x=128 -y=62 -width=274 -height=244 -model=model_6857 -modelorigin_x=9 -modelorigin_y=-3 -modelangle_x=360 -modelangle_y=1975 -modelangle_z=0 -modelzoom=133 -unknown100=65458 -unknown101=290 - -// 50:2 -[com_2] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 50:3 -[com_3] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 50:4 -[com_4] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 50:5 -[com_5] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 50:6 -[com_6] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 50:7 -[com_7] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 50:8 -[com_8] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 50:9 -[com_9] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 50:10 -[com_10] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 50:11 -[com_11] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 50:12 -[com_12] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 50:13 -[com_13] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 50:14 -[com_14] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 50:15 -[com_15] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 50:16 -[com_16] -type=text -x=24 -y=30 -width=470 -height=18 -layer=com_0 -textfont=b12_full -text=Brooch -textalignh=1 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_500.if b/dumps/530/interface/interface_500.if deleted file mode 100644 index 4c1db3949..000000000 --- a/dumps/530/interface/interface_500.if +++ /dev/null @@ -1,12 +0,0 @@ -// 500:0 -[com_0] - -// 500:1 -[com_1] - -// 500:2 -[com_2] - -// 500:3 -[com_3] - diff --git a/dumps/530/interface/interface_501.if3 b/dumps/530/interface/interface_501.if3 deleted file mode 100644 index 959d52296..000000000 --- a/dumps/530/interface/interface_501.if3 +++ /dev/null @@ -1,666 +0,0 @@ -// 501:0 -[com_0] -type=model -x=-98 -y=-60 -width=693 -height=445 -layer=com_29 -model=model_15711 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=507 -modelangle_y=2047 -modelangle_z=0 -modelzoom=272 -unknown100=64666 -unknown101=3000 - -// 501:1 -[com_1] -type=model -x=115 -y=27 -width=245 -height=180 -layer=com_29 -model=model_21518 -modelorigin_x=0 -modelorigin_y=32 -modelangle_x=339 -modelangle_y=2044 -modelangle_z=0 -modelzoom=400 -unknown100=64418 -unknown101=3000 - -// 501:2 -[com_2] -type=layer -x=30 -y=189 -width=425 -height=110 -layer=com_29 - -// 501:3 -[com_3] -type=text -x=53 -y=219 -width=65 -height=50 -layer=com_29 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Take Cannon -onmouseover=script1282(interface_501:com_8) -onmouseleave=script1283 - -// 501:4 -[com_4] -type=text -x=136 -y=215 -width=53 -height=56 -layer=com_29 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Take Fuse -onmouseover=script1282(interface_501:com_9) -onmouseleave=script1283 - -// 501:5 -[com_5] -type=text -x=211 -y=223 -width=47 -height=47 -layer=com_29 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Take Ramrod -onmouseover=script1282(interface_501:com_10) -onmouseleave=script1283 - -// 501:6 -[com_6] -type=text -x=387 -y=226 -width=50 -height=45 -layer=com_29 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Take Canister -onmouseover=script1282(interface_501:com_12) -onmouseleave=script1283 - -// 501:7 -[com_7] -type=text -x=288 -y=214 -width=61 -height=59 -layer=com_29 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Take Cannonball -onmouseover=script1282(interface_501:com_11) -onmouseleave=script1283 - -// 501:8 -[com_8] -type=layer -x=25 -y=104 -width=149 -height=52 -layer=com_29 -hide=yes - -// 501:9 -[com_9] -type=layer -x=89 -y=43 -width=148 -height=48 -layer=com_29 -hide=yes - -// 501:10 -[com_10] -type=layer -x=158 -y=133 -width=150 -height=47 -layer=com_29 -hide=yes - -// 501:11 -[com_11] -type=layer -x=244 -y=80 -width=150 -height=49 -layer=com_29 -hide=yes - -// 501:12 -[com_12] -type=layer -x=347 -y=124 -width=150 -height=51 -layer=com_29 -hide=yes - -// 501:13 -[com_13] -type=graphic -x=462 -y=18 -width=26 -height=23 -layer=com_29 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(interface_501:com_13, "close_buttons,5") -onmouseleave=script44(interface_501:com_13, "close_buttons,4") -onop=script29 - -// 501:14 -[com_14] -type=model -x=25 -y=13 -width=58 -height=80 -layer=com_2 -model=model_11135 -modelorigin_x=-2 -modelorigin_y=17 -modelangle_x=168 -modelangle_y=2014 -modelangle_z=0 -modelzoom=528 -unknown100=64162 -unknown101=3000 - -// 501:15 -[com_15] -type=model -x=106 -y=30 -width=63 -height=43 -layer=com_2 -model=model_21516 -modelorigin_x=-5 -modelorigin_y=5 -modelangle_x=237 -modelangle_y=1777 -modelangle_z=0 -modelzoom=576 -unknown100=64101 -unknown101=3000 - -// 501:16 -[com_16] -type=model -x=170 -y=34 -width=73 -height=40 -layer=com_2 -model=model_11133 -modelorigin_x=-4 -modelorigin_y=3 -modelangle_x=234 -modelangle_y=1582 -modelangle_z=0 -modelzoom=400 -unknown100=64240 -unknown101=3000 - -// 501:17 -[com_17] -type=model -x=267 -y=34 -width=40 -height=39 -layer=com_2 -model=model_11132 -modelorigin_x=1 -modelorigin_y=15 -modelangle_x=222 -modelangle_y=1546 -modelangle_z=0 -modelzoom=400 -unknown100=64239 -unknown101=3000 - -// 501:18 -[com_18] -type=model -x=366 -y=22 -width=30 -height=67 -layer=com_2 -model=model_11131 -modelorigin_x=0 -modelorigin_y=23 -modelangle_x=264 -modelangle_y=1933 -modelangle_z=0 -modelzoom=400 -unknown100=64257 -unknown101=3000 - -// 501:19 -[com_19] -type=model -y=4 -width=147 -height=43 -layer=com_8 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63916 -unknown101=3000 - -// 501:20 -[com_20] -type=text -x=52 -y=5 -width=32 -height=32 -layer=com_8 -textfont=q8_full -text=Cannon barrel -textalignh=1 -textalignv=1 -colour=0x000000 - -// 501:21 -[com_21] -type=model -y=2 -width=147 -height=43 -layer=com_9 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63909 -unknown101=3000 - -// 501:22 -[com_22] -type=text -x=56 -y=1 -width=32 -height=32 -layer=com_9 -textfont=q8_full -text=Fuse -textalignh=1 -textalignv=1 -colour=0x000000 - -// 501:23 -[com_23] -type=model -x=2 -y=3 -width=147 -height=43 -layer=com_10 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63909 -unknown101=3000 - -// 501:24 -[com_24] -type=text -x=57 -y=5 -width=32 -height=32 -layer=com_10 -textfont=q8_full -text=Ramrod -textalignh=1 -textalignv=1 -colour=0x000000 - -// 501:25 -[com_25] -type=model -x=1 -y=5 -width=147 -height=43 -layer=com_11 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63909 -unknown101=3000 - -// 501:26 -[com_26] -type=text -x=57 -y=5 -width=32 -height=32 -layer=com_11 -textfont=q8_full -text=Cannonball -textalignh=1 -textalignv=1 -colour=0x000000 - -// 501:27 -[com_27] -type=model -y=7 -width=147 -height=43 -layer=com_12 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63909 -unknown101=3000 - -// 501:28 -[com_28] -type=text -x=56 -y=5 -width=32 -height=32 -layer=com_12 -textfont=q8_full -text=Cannon cannister -textalignh=1 -textalignv=1 -colour=0x000000 - -// 501:29 -[com_29] -type=layer -x=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 501:30 -[com_30] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 501:31 -[com_31] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 501:32 -[com_32] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_31 - -// 501:33 -[com_33] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 501:34 -[com_34] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 501:35 -[com_35] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 501:36 -[com_36] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 501:37 -[com_37] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 501:38 -[com_38] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 501:39 -[com_39] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 501:40 -[com_40] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 501:41 -[com_41] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_32 - -// 501:42 -[com_42] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_32 - -// 501:43 -[com_43] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_32 - -// 501:44 -[com_44] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_32 - -// 501:45 -[com_45] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_32 - -// 501:46 -[com_46] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_42 -graphic=tradebacking -tiling=yes -outline=2 - -// 501:47 -[com_47] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_41 -graphic=tradebacking -tiling=yes -outline=2 - -// 501:48 -[com_48] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_43 -graphic=tradebacking -tiling=yes -outline=2 - -// 501:49 -[com_49] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_44 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_502.if3 b/dumps/530/interface/interface_502.if3 deleted file mode 100644 index c9b8ecd75..000000000 --- a/dumps/530/interface/interface_502.if3 +++ /dev/null @@ -1,663 +0,0 @@ -// 502:0 -[com_0] -type=model -x=-98 -y=-60 -width=693 -height=445 -layer=com_29 -model=model_15711 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=507 -modelangle_y=2047 -modelangle_z=0 -modelzoom=272 -unknown100=64666 -unknown101=3000 - -// 502:1 -[com_1] -type=model -x=115 -y=27 -width=245 -height=180 -layer=com_29 -model=model_21518 -modelorigin_x=0 -modelorigin_y=32 -modelangle_x=339 -modelangle_y=2044 -modelangle_z=0 -modelzoom=400 -unknown100=64418 -unknown101=3000 - -// 502:2 -[com_2] -type=layer -x=51 -y=214 -width=388 -height=69 -layer=com_29 - -// 502:3 -[com_3] -type=text -x=53 -y=219 -width=65 -height=50 -layer=com_29 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Take Rope -onmouseover=script1285(interface_502:com_8) -onmouseleave=script1286 - -// 502:4 -[com_4] -type=text -x=136 -y=215 -width=53 -height=56 -layer=com_29 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Take Hammer -onmouseover=script1285(interface_502:com_9) -onmouseleave=script1286 - -// 502:5 -[com_5] -type=text -x=211 -y=223 -width=47 -height=47 -layer=com_29 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Take Tacks -onmouseover=script1285(interface_502:com_10) -onmouseleave=script1286 - -// 502:6 -[com_6] -type=text -x=288 -y=214 -width=61 -height=59 -layer=com_29 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Take Repair Plank -onmouseover=script1285(interface_502:com_11) -onmouseleave=script1286 - -// 502:7 -[com_7] -type=text -x=387 -y=226 -width=50 -height=45 -layer=com_29 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Take Swamp Paste -onmouseover=script1285(interface_502:com_12) -onmouseleave=script1286 - -// 502:8 -[com_8] -type=layer -x=25 -y=104 -width=149 -height=52 -layer=com_29 -hide=yes - -// 502:9 -[com_9] -type=layer -x=89 -y=43 -width=148 -height=48 -layer=com_29 -hide=yes - -// 502:10 -[com_10] -type=layer -x=158 -y=133 -width=150 -height=47 -layer=com_29 -hide=yes - -// 502:11 -[com_11] -type=layer -x=244 -y=80 -width=150 -height=49 -layer=com_29 -hide=yes - -// 502:12 -[com_12] -type=layer -x=347 -y=124 -width=150 -height=51 -layer=com_29 -hide=yes - -// 502:13 -[com_13] -type=graphic -x=462 -y=15 -width=26 -height=23 -layer=com_29 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(interface_502:com_13, "close_buttons,5") -onmouseleave=script44(interface_502:com_13, "close_buttons,4") -onop=script29 - -// 502:14 -[com_14] -type=model -y=6 -width=68 -height=43 -layer=com_2 -model=model_21517 -modelorigin_x=-6 -modelorigin_y=7 -modelangle_x=168 -modelangle_y=2014 -modelangle_z=0 -modelzoom=528 -unknown100=64133 -unknown101=3000 - -// 502:15 -[com_15] -type=model -x=95 -y=3 -width=31 -height=56 -layer=com_2 -model=model_2376 -modelorigin_x=5 -modelorigin_y=4 -modelangle_x=237 -modelangle_y=1777 -modelangle_z=0 -modelzoom=400 -unknown100=64239 -unknown101=3000 - -// 502:16 -[com_16] -type=model -x=169 -y=18 -width=27 -height=27 -layer=com_2 -model=model_11147 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=234 -modelangle_y=1582 -modelangle_z=0 -modelzoom=400 -unknown100=64226 -unknown101=3000 - -// 502:17 -[com_17] -type=model -x=225 -y=3 -width=85 -height=57 -layer=com_2 -model=model_21515 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=222 -modelangle_y=1546 -modelangle_z=0 -modelzoom=400 -unknown100=64241 -unknown101=3000 - -// 502:18 -[com_18] -type=model -x=337 -y=18 -width=54 -height=39 -layer=com_2 -model=model_2386 -modelorigin_x=1 -modelorigin_y=-3 -modelangle_x=264 -modelangle_y=1933 -modelangle_z=0 -modelzoom=400 -unknown100=64230 -unknown101=3000 - -// 502:19 -[com_19] -type=model -y=4 -width=147 -height=43 -layer=com_8 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63916 -unknown101=3000 - -// 502:20 -[com_20] -type=text -x=52 -y=5 -width=32 -height=32 -layer=com_8 -textfont=q8_full -text=Rope -textalignh=1 -textalignv=1 -colour=0x000000 - -// 502:21 -[com_21] -type=model -y=2 -width=147 -height=43 -layer=com_9 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63909 -unknown101=3000 - -// 502:22 -[com_22] -type=text -x=56 -y=1 -width=32 -height=32 -layer=com_9 -textfont=q8_full -text=Hammer -textalignh=1 -textalignv=1 -colour=0x000000 - -// 502:23 -[com_23] -type=model -x=2 -y=3 -width=147 -height=43 -layer=com_10 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63909 -unknown101=3000 - -// 502:24 -[com_24] -type=text -x=57 -y=5 -width=32 -height=32 -layer=com_10 -textfont=q8_full -text=Tack -textalignh=1 -textalignv=1 -colour=0x000000 - -// 502:25 -[com_25] -type=model -x=1 -y=5 -width=147 -height=43 -layer=com_11 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63909 -unknown101=3000 - -// 502:26 -[com_26] -type=text -x=57 -y=13 -width=32 -height=32 -layer=com_11 -textfont=q8_full -text=Plank -colour=0x000000 - -// 502:27 -[com_27] -type=model -y=7 -width=147 -height=43 -layer=com_12 -model=model_10119 -modelorigin_x=0 -modelorigin_y=-5 -modelangle_x=492 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63909 -unknown101=3000 - -// 502:28 -[com_28] -type=text -x=56 -y=5 -width=32 -height=32 -layer=com_12 -textfont=q8_full -text=Swamp paste -textalignh=1 -textalignv=1 -colour=0x000000 - -// 502:29 -[com_29] -type=layer -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 502:30 -[com_30] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 502:31 -[com_31] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 502:32 -[com_32] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_31 - -// 502:33 -[com_33] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 502:34 -[com_34] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 502:35 -[com_35] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 502:36 -[com_36] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 502:37 -[com_37] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 502:38 -[com_38] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 502:39 -[com_39] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 502:40 -[com_40] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 502:41 -[com_41] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_32 - -// 502:42 -[com_42] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_32 - -// 502:43 -[com_43] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_32 - -// 502:44 -[com_44] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_32 - -// 502:45 -[com_45] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_32 - -// 502:46 -[com_46] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_42 -graphic=tradebacking -tiling=yes -outline=2 - -// 502:47 -[com_47] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_41 -graphic=tradebacking -tiling=yes -outline=2 - -// 502:48 -[com_48] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_43 -graphic=tradebacking -tiling=yes -outline=2 - -// 502:49 -[com_49] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_44 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_503.if3 b/dumps/530/interface/interface_503.if3 deleted file mode 100644 index 0883106a8..000000000 --- a/dumps/530/interface/interface_503.if3 +++ /dev/null @@ -1,218 +0,0 @@ -// 503:0 -[com_0] -type=model -x=23 -y=62 -width=467 -height=252 -layer=com_15 -model=model_3035 -modelorigin_x=0 -modelorigin_y=-26 -modelangle_x=470 -modelangle_y=0 -modelangle_z=0 -modelzoom=500 -unknown100=64330 -unknown101=3000 - -// 503:1 -[com_1] -type=layer -x=12 -y=20 -width=488 -height=36 -layer=com_15 - -// 503:2 -[com_2] -type=model -x=178 -y=68 -width=49 -height=110 -layer=com_15 -model=model_21554 -modelorigin_x=0 -modelorigin_y=27 -modelangle_x=0 -modelangle_y=69 -modelangle_z=0 -modelzoom=2500 -unknown100=63680 -unknown101=3000 - -// 503:3 -[com_3] -type=text -x=19 -y=25 -width=478 -height=26 -layer=com_15 -textfont=b12_full -text=Clockwork Toys - A Clockwork Mechanism, Chapter 1.0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 503:4 -[com_4] -type=graphic -x=448 -y=68 -width=26 -height=23 -layer=com_15 -graphic="close_buttons,4" -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 503:5 -[com_5] -type=text -x=44 -y=172 -width=206 -height=116 -layer=com_15 -textfont=b12_full -text=Making a clockwork toy is very simple and a good place to start for new crafters. Simply create a clockwork mechanism on your Crafting table, then use it and a wood plank to make a toy soldier or a doll. Wind them up and watch them go! -colour=0x534a41 - -// 503:6 -[com_6] -type=text -x=54 -y=73 -width=129 -height=45 -layer=com_15 -textfont=b12_full -text=Multi-rotation head for lifelike simulation -colour=0x302c27 - -// 503:7 -[com_7] -type=text -x=51 -y=121 -width=121 -height=33 -layer=com_15 -textfont=b12_full -text=A well-hidden clockwork system -colour=0x302c27 - -// 503:8 -[com_8] -type=model -x=287 -y=68 -width=104 -height=104 -layer=com_15 -model=model_21553 -modelorigin_x=3 -modelorigin_y=99 -modelangle_x=208 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -unknown100=64119 -unknown101=3000 - -// 503:9 -[com_9] -type=text -x=391 -y=81 -width=79 -height=41 -layer=com_15 -textfont=b12_full -text=The clockwork mechanism. -colour=0x302c27 - -// 503:10 -[com_10] -type=model -x=280 -y=163 -width=204 -height=143 -layer=com_15 -model=model_21556 -modelorigin_x=-5 -modelorigin_y=-18 -modelangle_x=429 -modelangle_y=495 -modelangle_z=0 -modelzoom=1200 -unknown100=63895 -unknown101=3000 - -// 503:11 -[com_11] -type=text -x=290 -y=171 -width=188 -height=120 -layer=com_15 -textfont=barbassault_font -text=It would be simple to alter the design by adding a piece of silk to the wooden frame and clockwork mechanism. You could make a suit that could be controlled from the inside. -textlineheight=12 -colour=0x000041 - -// 503:12 -[com_12] -type=model -x=440 -y=149 -width=64 -height=79 -layer=com_15 -model=model_21555 -modelorigin_x=-6 -modelorigin_y=1 -modelangle_x=484 -modelangle_y=1278 -modelangle_z=0 -modelzoom=750 -unknown100=64004 -unknown101=3000 - -// 503:13 -[com_13] -type=rectangle -x=148 -y=125 -width=25 -height=4 -layer=com_15 -colour=0x191919 -fill=yes - -// 503:14 -[com_14] -type=rectangle -x=153 -y=81 -width=29 -height=4 -layer=com_15 -colour=0x000000 -fill=yes - -// 503:15 -[com_15] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_504.if3 b/dumps/530/interface/interface_504.if3 deleted file mode 100644 index e180de865..000000000 --- a/dumps/530/interface/interface_504.if3 +++ /dev/null @@ -1,44 +0,0 @@ -// 504:0 -[com_0] -type=model -x=1 -y=1 -width=16711 -height=16881 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_21820 -modelorigin_x=11 -modelorigin_y=-9 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=254 -unknown100=64410 -unknown101=3000 -unknown103=yes -modelobjwidth=522 -modelobjheight=344 - -// 504:1 -[com_1] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -hide=yes - -// 504:2 -[com_2] -type=rectangle -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_1 -colour=0x000000 -fill=yes - diff --git a/dumps/530/interface/interface_505.if3 b/dumps/530/interface/interface_505.if3 deleted file mode 100644 index 798e1cdb9..000000000 --- a/dumps/530/interface/interface_505.if3 +++ /dev/null @@ -1,358 +0,0 @@ -// 505:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x46341d -fill=yes -trans=160 - -// 505:1 -[com_1] -type=model -x=34 -width=449 -height=331 -layer=com_9 -model=model_4652 -modelorigin_x=-19 -modelorigin_y=-14 -modelangle_x=479 -modelangle_y=2 -modelangle_z=0 -modelzoom=894 -unknown100=64101 -unknown101=3000 - -// 505:2 -[com_2] -type=model -x=78 -y=28 -width=356 -height=268 -layer=com_9 -model=model_21733 -modelorigin_x=-21 -modelorigin_y=-22 -modelangle_x=346 -modelangle_y=60 -modelangle_z=0 -modelzoom=917 -unknown100=63988 -unknown101=3000 - -// 505:3 -[com_3] -type=text -x=92 -y=203 -width=148 -height=18 -layer=com_9 -textfont=q8_full -text=Waterbirth
Island -textalignh=1 -colour=0x282315 - -// 505:4 -[com_4] -type=text -x=171 -y=110 -width=120 -height=16 -layer=com_9 -textfont=q8_full -text=Miscellania -textalignh=1 -colour=0x282315 - -// 505:5 -[com_5] -type=text -x=223 -y=161 -width=92 -height=16 -layer=com_9 -textfont=q8_full -text=Etceteria -textalignh=1 -colour=0x282315 - -// 505:6 -[com_6] -type=text -x=274 -y=282 -width=75 -height=18 -layer=com_9 -textfont=q8_full -text=Rellekka -colour=0x282315 - -// 505:7 -[com_7] -type=text -x=79 -y=178 -width=135 -height=18 -layer=com_9 -textfont=q8_full -text=Neitiznot & Jatizso -colour=0x282315 - -// 505:8 -[com_8] -type=text -x=334 -y=260 -width=122 -height=18 -layer=com_9 -textfont=q8_full -text=Keldagrim
entrance -textalignh=1 -colour=0x282315 - -// 505:9 -[com_9] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 505:10 -[com_10] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 505:11 -[com_11] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 505:12 -[com_12] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_11 - -// 505:13 -[com_13] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 505:14 -[com_14] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 505:15 -[com_15] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 505:16 -[com_16] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 505:17 -[com_17] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 505:18 -[com_18] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 505:19 -[com_19] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 505:20 -[com_20] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 505:21 -[com_21] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_12 - -// 505:22 -[com_22] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_12 - -// 505:23 -[com_23] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_12 - -// 505:24 -[com_24] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_12 - -// 505:25 -[com_25] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_12 - -// 505:26 -[com_26] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_22 -graphic=tradebacking -tiling=yes -outline=2 - -// 505:27 -[com_27] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_21 -graphic=tradebacking -tiling=yes -outline=2 - -// 505:28 -[com_28] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_23 -graphic=tradebacking -tiling=yes -outline=2 - -// 505:29 -[com_29] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_24 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_506.if3 b/dumps/530/interface/interface_506.if3 deleted file mode 100644 index 450fb4158..000000000 --- a/dumps/530/interface/interface_506.if3 +++ /dev/null @@ -1,272 +0,0 @@ -// 506:0 -[com_0] -type=graphic -x=28 -y=48 -width=36 -height=36 -graphic="miscgraphics,4" - -// 506:1 -[com_1] -type=graphic -x=58 -y=48 -width=36 -height=36 -graphic="miscgraphics,6" - -// 506:2 -[com_2] -type=graphic -x=84 -y=48 -width=36 -height=36 -graphic="miscgraphics,6" - -// 506:3 -[com_3] -type=graphic -x=110 -y=48 -width=36 -height=36 -graphic="miscgraphics,6" - -// 506:4 -[com_4] -type=graphic -x=128 -y=48 -width=36 -height=36 -graphic="miscgraphics,6" - -// 506:5 -[com_5] -type=text -x=41 -y=50 -width=115 -height=31 -textfont=p12_full -text=Talk to puppet -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Talk-to-puppet - -// 506:6 -[com_6] -type=text -x=28 -y=5 -width=137 -height=41 -textfont=quill_oblique_large -text=Jester Controls -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d - -// 506:7 -[com_7] -type=graphic -x=28 -y=88 -width=36 -height=36 -graphic="miscgraphics,4" - -// 506:8 -[com_8] -type=graphic -x=58 -y=88 -width=36 -height=36 -graphic="miscgraphics,6" - -// 506:9 -[com_9] -type=text -x=33 -y=93 -width=56 -height=27 -textfont=p12_full -text=Dance -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Dance - -// 506:10 -[com_10] -type=graphic -x=98 -y=88 -width=36 -height=36 -graphic="miscgraphics,4" - -// 506:11 -[com_11] -type=graphic -x=128 -y=88 -width=36 -height=36 -graphic="miscgraphics,6" - -// 506:12 -[com_12] -type=text -x=102 -y=94 -width=59 -height=26 -textfont=p12_full -text=Juggle -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Juggle - -// 506:13 -[com_13] -type=graphic -x=28 -y=128 -width=36 -height=36 -graphic="miscgraphics,4" - -// 506:14 -[com_14] -type=graphic -x=58 -y=128 -width=36 -height=36 -graphic="miscgraphics,6" - -// 506:15 -[com_15] -type=text -x=32 -y=134 -width=58 -height=26 -textfont=p12_full -text=Skip -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Skip - -// 506:16 -[com_16] -type=graphic -x=98 -y=128 -width=36 -height=36 -graphic="miscgraphics,4" - -// 506:17 -[com_17] -type=graphic -x=128 -y=128 -width=36 -height=36 -graphic="miscgraphics,6" - -// 506:18 -[com_18] -type=text -x=103 -y=134 -width=55 -height=26 -textfont=p12_full -text=Pie -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Pie - -// 506:19 -[com_19] -type=graphic -x=28 -y=168 -width=36 -height=36 -graphic="miscgraphics,4" - -// 506:20 -[com_20] -type=graphic -x=58 -y=168 -width=36 -height=36 -graphic="miscgraphics,6" - -// 506:21 -[com_21] -type=text -x=33 -y=173 -width=55 -height=27 -textfont=p12_full -text=Jig -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Jig - -// 506:22 -[com_22] -type=graphic -x=98 -y=168 -width=36 -height=36 -graphic="miscgraphics,4" - -// 506:23 -[com_23] -type=graphic -x=128 -y=168 -width=36 -height=36 -graphic="miscgraphics,6" - -// 506:24 -[com_24] -type=text -x=102 -y=173 -width=57 -height=27 -textfont=p12_full -text=Bow -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Bow - diff --git a/dumps/530/interface/interface_507.if b/dumps/530/interface/interface_507.if deleted file mode 100644 index 8be162b37..000000000 --- a/dumps/530/interface/interface_507.if +++ /dev/null @@ -1,108 +0,0 @@ -// 507:0 -[com_0] - -// 507:1 -[com_1] - -// 507:2 -[com_2] - -// 507:3 -[com_3] - -// 507:4 -[com_4] - -// 507:5 -[com_5] - -// 507:6 -[com_6] - -// 507:7 -[com_7] - -// 507:8 -[com_8] - -// 507:9 -[com_9] - -// 507:10 -[com_10] - -// 507:11 -[com_11] - -// 507:12 -[com_12] - -// 507:13 -[com_13] - -// 507:14 -[com_14] - -// 507:15 -[com_15] - -// 507:16 -[com_16] - -// 507:17 -[com_17] - -// 507:18 -[com_18] - -// 507:19 -[com_19] - -// 507:20 -[com_20] - -// 507:21 -[com_21] - -// 507:22 -[com_22] - -// 507:23 -[com_23] - -// 507:24 -[com_24] - -// 507:25 -[com_25] - -// 507:26 -[com_26] - -// 507:27 -[com_27] - -// 507:28 -[com_28] - -// 507:29 -[com_29] - -// 507:30 -[com_30] - -// 507:31 -[com_31] - -// 507:32 -[com_32] - -// 507:33 -[com_33] - -// 507:34 -[com_34] - -// 507:35 -[com_35] - diff --git a/dumps/530/interface/interface_508.if b/dumps/530/interface/interface_508.if deleted file mode 100644 index f939c39e4..000000000 --- a/dumps/530/interface/interface_508.if +++ /dev/null @@ -1,114 +0,0 @@ -// 508:0 -[com_0] - -// 508:1 -[com_1] - -// 508:2 -[com_2] - -// 508:3 -[com_3] - -// 508:4 -[com_4] - -// 508:5 -[com_5] - -// 508:6 -[com_6] - -// 508:7 -[com_7] - -// 508:8 -[com_8] - -// 508:9 -[com_9] - -// 508:10 -[com_10] - -// 508:11 -[com_11] - -// 508:12 -[com_12] - -// 508:13 -[com_13] - -// 508:14 -[com_14] - -// 508:15 -[com_15] - -// 508:16 -[com_16] - -// 508:17 -[com_17] - -// 508:18 -[com_18] - -// 508:19 -[com_19] - -// 508:20 -[com_20] - -// 508:21 -[com_21] - -// 508:22 -[com_22] - -// 508:23 -[com_23] - -// 508:24 -[com_24] - -// 508:25 -[com_25] - -// 508:26 -[com_26] - -// 508:27 -[com_27] - -// 508:28 -[com_28] - -// 508:29 -[com_29] - -// 508:30 -[com_30] - -// 508:31 -[com_31] - -// 508:32 -[com_32] - -// 508:33 -[com_33] - -// 508:34 -[com_34] - -// 508:35 -[com_35] - -// 508:36 -[com_36] - -// 508:37 -[com_37] - diff --git a/dumps/530/interface/interface_509.if3 b/dumps/530/interface/interface_509.if3 deleted file mode 100644 index 4de48100f..000000000 --- a/dumps/530/interface/interface_509.if3 +++ /dev/null @@ -1,1150 +0,0 @@ -// 509:0 -[com_0] -type=rectangle -x=-4 -y=-3 -width=535 -height=343 -layer=com_32 -colour=0x000000 -fill=yes - -// 509:1 -[com_1] -type=model -x=283 -y=181 -width=222 -height=92 -layer=com_32 -model=model_22441 -modelorigin_x=-15 -modelorigin_y=53 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -modelanim=seq_5830 -unknown100=2108 -unknown101=3000 - -// 509:2 -[com_2] -type=model -x=245 -y=210 -width=271 -height=115 -layer=com_32 -model=model_22435 -modelorigin_x=-1 -modelorigin_y=13 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -modelanim=seq_5830 -unknown100=1882 -unknown101=3000 - -// 509:3 -[com_3] -type=layer -x=34 -y=34 -width=32 -height=32 -layer=com_32 -hide=yes - -// 509:4 -[com_4] -type=layer -x=34 -y=1 -width=476 -height=332 -layer=com_32 -hide=yes - -// 509:5 -[com_5] -type=layer -x=34 -y=1 -width=476 -height=332 -layer=com_32 - -// 509:6 -[com_6] -type=layer -x=34 -y=1 -width=476 -height=332 -layer=com_32 -hide=yes - -// 509:7 -[com_7] -type=layer -x=34 -y=1 -width=476 -height=332 -layer=com_32 -hide=yes - -// 509:8 -[com_8] -type=model -x=213 -y=252 -width=295 -height=126 -layer=com_32 -model=model_22437 -modelorigin_x=19 -modelorigin_y=-35 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -modelanim=seq_5830 -unknown100=64137 -unknown101=3000 - -// 509:9 -[com_9] -type=model -x=301 -y=281 -width=38 -height=29 -layer=com_32 -model=model_22434 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=420 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63917 -unknown101=3000 -op1=Rotate Left -onmouseover=script67(event_com, model_22433) -onmouseleave=script67(event_com, model_22434) - -// 509:10 -[com_10] -type=layer -x=299 -y=271 -width=49 -height=43 -layer=com_32 -hide=yes - -// 509:11 -[com_11] -type=model -x=391 -y=281 -width=38 -height=29 -layer=com_32 -model=model_22436 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=420 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63917 -unknown101=3000 -op1=Rotate Right -onmouseover=script67(event_com, model_22439) -onmouseleave=script67(event_com, model_22436) - -// 509:12 -[com_12] -type=layer -x=385 -y=273 -width=51 -height=40 -layer=com_32 -hide=yes - -// 509:13 -[com_13] -type=model -x=236 -y=178 -width=27 -height=26 -layer=com_32 -model=model_22442 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=441 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=64120 -unknown101=3000 -op1=Confirm -onmouseover=script67(event_com, model_22440) -onmouseleave=script67(event_com, model_22442) - -// 509:14 -[com_14] -type=layer -x=229 -y=173 -width=39 -height=37 -layer=com_32 -hide=yes - -// 509:15 -[com_15] -type=model -x=17 -y=30 -width=205 -height=254 -layer=com_32 -model=model_22456 -modelorigin_x=-31 -modelorigin_y=6 -modelangle_x=546 -modelangle_y=2047 -modelangle_z=0 -modelzoom=988 -unknown100=64066 -unknown101=3000 - -// 509:16 -[com_16] -type=text -x=212 -y=208 -width=73 -height=16 -layer=com_32 -textfont=p12_full -text=Place bar -textalignh=1 -colour=0xff7e1f -onmouseover=script45(event_com, 0xf6ba74) -onmouseleave=script45(event_com, 0xff981f) - -// 509:17 -[com_17] -type=layer -x=40 -y=61 -width=150 -height=31 -layer=com_32 - -// 509:18 -[com_18] -type=layer -x=40 -y=93 -width=33 -height=167 -layer=com_32 - -// 509:19 -[com_19] -type=model -x=85 -y=118 -width=27 -height=26 -layer=com_32 -model=model_22442 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=441 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=64120 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_22440) -onmouseleave=script67(event_com, model_22442) - -// 509:20 -[com_20] -type=layer -x=78 -y=113 -width=39 -height=36 -layer=com_32 -hide=yes - -// 509:21 -[com_21] -type=model -x=85 -y=153 -width=27 -height=26 -layer=com_32 -model=model_22442 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=441 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=64120 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_22440) -onmouseleave=script67(event_com, model_22442) - -// 509:22 -[com_22] -type=layer -x=78 -y=148 -width=39 -height=36 -layer=com_32 -hide=yes - -// 509:23 -[com_23] -type=text -x=112 -y=127 -width=93 -height=14 -layer=com_32 -textfont=p12_full -text=Horizontal -textalignh=1 -colour=0x000000 - -// 509:24 -[com_24] -type=text -x=113 -y=159 -width=90 -height=14 -layer=com_32 -textfont=p12_full -text=Vertical -textalignh=1 -colour=0x000000 - -// 509:25 -[com_25] -type=model -x=86 -y=235 -width=25 -height=9 -layer=com_32 -model=model_22454 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=441 -modelangle_y=0 -modelangle_z=0 -modelzoom=1424 -unknown100=63860 -unknown101=3000 -op1=Decrease length -onmouseover=script67(event_com, model_22443) -onmouseleave=script67(event_com, model_22454) - -// 509:26 -[com_26] -type=layer -x=78 -y=221 -width=39 -height=36 -layer=com_32 -hide=yes - -// 509:27 -[com_27] -type=model -x=86 -y=192 -width=25 -height=25 -layer=com_32 -model=model_22438 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=441 -modelangle_y=0 -modelangle_z=0 -modelzoom=1424 -unknown100=63859 -unknown101=3000 -op1=Increase length -onmouseover=script67(event_com, model_22455) -onmouseleave=script67(event_com, model_22438) - -// 509:28 -[com_28] -type=layer -x=78 -y=186 -width=39 -height=36 -layer=com_32 -hide=yes - -// 509:29 -[com_29] -type=rectangle -x=122 -y=229 -width=23 -height=20 -layer=com_32 -colour=0x3e0400 - -// 509:30 -[com_30] -type=text -x=122 -y=232 -width=23 -height=15 -layer=com_32 -textfont=p12_full -text=1 -textalignh=1 -colour=0x000000 - -// 509:31 -[com_31] -type=graphic -x=479 -y=8 -width=26 -height=23 -layer=com_32 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 509:32 -[com_32] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 509:33 -[com_33] -type=model -x=7 -y=5 -width=27 -height=27 -layer=com_28 -model=model_22455 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=441 -modelangle_y=0 -modelangle_z=0 -modelzoom=1424 -unknown100=63830 -unknown101=3000 - -// 509:34 -[com_34] -type=model -x=246 -y=-23 -width=179 -height=308 -layer=com_3 -model=model_22477 -modelorigin_x=-3 -modelorigin_y=104 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=784 -unknown100=1272 -unknown101=3000 - -// 509:35 -[com_35] -type=model -x=254 -y=4 -width=189 -height=320 -layer=com_4 -model=model_22476 -modelorigin_x=-3 -modelorigin_y=115 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=584 -unknown101=3000 - -// 509:36 -[com_36] -type=model -x=327 -y=83 -width=72 -height=20 -layer=com_4 -model=model_22467 -modelorigin_x=-18 -modelorigin_y=186 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=454 -unknown101=3000 - -// 509:37 -[com_37] -type=model -x=261 -y=169 -width=56 -height=31 -layer=com_4 -model=model_22470 -modelorigin_x=56 -modelorigin_y=95 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=377 -unknown101=3000 - -// 509:38 -[com_38] -type=model -x=314 -y=268 -width=13 -height=62 -layer=com_4 -model=model_22473 -modelorigin_x=23 -modelorigin_y=-21 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=244 -unknown101=3000 - -// 509:39 -[com_39] -type=model -x=253 -y=4 -width=192 -height=327 -layer=com_5 -model=model_22487 -modelorigin_x=-4 -modelorigin_y=112 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=65389 -unknown101=3000 - -// 509:40 -[com_40] -type=model -x=253 -y=90 -width=28 -height=84 -layer=com_5 -model=model_22478 -modelorigin_x=78 -modelorigin_y=147 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=65243 -unknown101=3000 - -// 509:41 -[com_41] -type=model -x=283 -y=175 -width=116 -height=26 -layer=com_5 -model=model_22481 -modelorigin_x=4 -modelorigin_y=91 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=65245 -unknown101=3000 - -// 509:42 -[com_42] -type=model -x=264 -y=244 -width=56 -height=31 -layer=com_5 -model=model_22484 -modelorigin_x=53 -modelorigin_y=20 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=65153 -unknown101=3000 - -// 509:43 -[com_43] -type=model -x=247 -y=4 -width=196 -height=328 -layer=com_6 -model=model_22498 -modelorigin_x=0 -modelorigin_y=111 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=64853 -unknown101=3000 - -// 509:44 -[com_44] -type=model -x=317 -y=4 -width=32 -height=86 -layer=com_6 -model=model_22489 -modelorigin_x=12 -modelorigin_y=232 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=64673 -unknown101=3000 - -// 509:45 -[com_45] -type=model -x=312 -y=99 -width=19 -height=169 -layer=com_6 -model=model_22492 -modelorigin_x=24 -modelorigin_y=96 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=64726 -unknown101=3000 - -// 509:46 -[com_46] -type=model -x=259 -y=241 -width=61 -height=34 -layer=com_6 -model=model_22495 -modelorigin_x=56 -modelorigin_y=21 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=64572 -unknown101=3000 - -// 509:47 -[com_47] -type=model -x=253 -y=4 -width=190 -height=327 -layer=com_7 -model=model_22509 -modelorigin_x=-3 -modelorigin_y=112 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=64372 -unknown101=3000 - -// 509:48 -[com_48] -type=model -x=270 -y=78 -width=126 -height=26 -layer=com_7 -model=model_22500 -modelorigin_x=12 -modelorigin_y=188 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=64126 -unknown101=3000 - -// 509:49 -[com_49] -type=model -x=263 -y=248 -width=17 -height=60 -layer=com_7 -model=model_22503 -modelorigin_x=74 -modelorigin_y=1 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=64204 -unknown101=3000 - -// 509:50 -[com_50] -type=model -x=389 -y=220 -width=19 -height=103 -layer=com_7 -model=model_22506 -modelorigin_x=-53 -modelorigin_y=8 -modelangle_x=195 -modelangle_y=78 -modelangle_z=0 -modelzoom=748 -unknown100=64241 -unknown101=3000 - -// 509:51 -[com_51] -type=model -x=-1 -y=6 -width=43 -height=37 -layer=com_10 -model=model_22433 -modelorigin_x=6 -modelorigin_y=0 -modelangle_x=420 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63911 -unknown101=3000 - -// 509:52 -[com_52] -type=model -x=4 -y=4 -width=43 -height=37 -layer=com_12 -model=model_22439 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=420 -modelangle_y=0 -modelangle_z=0 -modelzoom=1040 -unknown100=63911 -unknown101=3000 - -// 509:53 -[com_53] -type=model -x=3 -y=1 -width=35 -height=34 -layer=com_14 -model=model_22440 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=441 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=64115 -unknown101=3000 - -// 509:54 -[com_54] -type=model -x=10 -y=6 -width=44 -height=14 -layer=com_17 -model=model_22446 -modelorigin_x=21 -modelorigin_y=6 -modelangle_x=30 -modelangle_y=189 -modelangle_z=0 -modelzoom=656 -unknown100=64081 -unknown101=3000 - -// 509:55 -[com_55] -type=model -x=5 -y=112 -width=16 -height=47 -layer=com_18 -model=model_22459 -modelorigin_x=3 -modelorigin_y=-21 -modelangle_x=327 -modelangle_y=33 -modelangle_z=0 -modelzoom=656 -unknown100=64103 -unknown101=3000 - -// 509:56 -[com_56] -type=model -x=3 -y=1 -width=35 -height=34 -layer=com_20 -model=model_22440 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=441 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=64115 -unknown101=3000 - -// 509:57 -[com_57] -type=model -x=3 -y=1 -width=35 -height=34 -layer=com_22 -model=model_22440 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=441 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=64115 -unknown101=3000 - -// 509:58 -[com_58] -type=model -x=7 -y=13 -width=27 -height=11 -layer=com_26 -model=model_22443 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=441 -modelangle_y=0 -modelangle_z=0 -modelzoom=1424 -unknown100=63826 -unknown101=3000 - -// 509:59 -[com_59] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 509:60 -[com_60] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 509:61 -[com_61] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_60 - -// 509:62 -[com_62] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 509:63 -[com_63] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 509:64 -[com_64] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 509:65 -[com_65] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 509:66 -[com_66] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 509:67 -[com_67] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 509:68 -[com_68] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 509:69 -[com_69] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 509:70 -[com_70] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_61 - -// 509:71 -[com_71] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_61 - -// 509:72 -[com_72] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_61 - -// 509:73 -[com_73] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_61 - -// 509:74 -[com_74] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_61 - -// 509:75 -[com_75] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_71 -graphic=tradebacking -tiling=yes -outline=2 - -// 509:76 -[com_76] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_70 -graphic=tradebacking -tiling=yes -outline=2 - -// 509:77 -[com_77] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_72 -graphic=tradebacking -tiling=yes -outline=2 - -// 509:78 -[com_78] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_73 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_51.if3 b/dumps/530/interface/interface_51.if3 deleted file mode 100644 index aa11df357..000000000 --- a/dumps/530/interface/interface_51.if3 +++ /dev/null @@ -1,493 +0,0 @@ -// 51:0 -[com_0] -type=rectangle -width=512 -height=334 -colour=0x1b251b -fill=yes -trans=1 - -// 51:1 -[com_1] -type=model -x=255 -y=119 -width=32 -height=32 -model=model_14056 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=212 -modelangle_y=68 -modelangle_z=0 -modelzoom=424 -unknown100=0 -unknown101=3000 - -// 51:2 -[com_2] -type=model -x=199 -y=47 -width=32 -height=32 -model=model_14054 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=212 -modelangle_y=68 -modelangle_z=0 -modelzoom=424 -unknown100=0 -unknown101=3000 - -// 51:3 -[com_3] -type=model -x=181 -y=40 -width=32 -height=32 -layer=com_28 -model=model_14055 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=212 -modelangle_y=68 -modelangle_z=0 -modelzoom=424 -unknown100=0 -unknown101=3000 - -// 51:4 -[com_4] -type=model -x=181 -y=40 -width=32 -height=32 -layer=com_29 -model=model_14055 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=212 -modelangle_y=68 -modelangle_z=0 -modelzoom=424 -unknown100=0 -unknown101=3000 - -// 51:5 -[com_5] -type=model -x=280 -y=115 -width=32 -height=32 -model=model_14052 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=414 -unknown100=0 -unknown101=3000 - -// 51:6 -[com_6] -type=model -x=262 -y=108 -width=32 -height=32 -layer=com_29 -model=model_14053 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=414 -unknown100=0 -unknown101=3000 - -// 51:7 -[com_7] -type=model -x=285 -y=70 -width=32 -height=32 -model=model_14059 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=212 -modelangle_y=68 -modelangle_z=0 -modelzoom=414 -unknown100=0 -unknown101=3000 - -// 51:8 -[com_8] -type=model -x=267 -y=63 -width=32 -height=32 -layer=com_28 -model=model_14060 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=212 -modelangle_y=68 -modelangle_z=0 -modelzoom=414 -unknown100=0 -unknown101=3000 - -// 51:9 -[com_9] -type=model -x=264 -y=105 -width=32 -height=32 -model=model_14061 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=212 -modelangle_y=68 -modelangle_z=0 -modelzoom=424 -unknown100=0 -unknown101=3000 - -// 51:10 -[com_10] -type=model -x=246 -y=98 -width=32 -height=32 -layer=com_29 -model=model_14062 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=212 -modelangle_y=68 -modelangle_z=0 -modelzoom=424 -unknown100=0 -unknown101=3000 - -// 51:11 -[com_11] -type=text -x=275 -y=70 -width=66 -height=17 -textfont=q8_full -text=Canifis -textalignh=2 -colour=0xa0a075 - -// 51:12 -[com_12] -type=text -x=181 -y=88 -width=79 -height=32 -textfont=q8_full -text=Mort Myre
Swamp -textalignh=1 -colour=0xa0a075 - -// 51:13 -[com_13] -type=text -x=268 -y=99 -width=65 -height=16 -textfont=q8_full -text=Hollows -colour=0xa0a075 - -// 51:14 -[com_14] -type=text -x=223 -y=162 -width=94 -height=17 -textfont=q8_full -text=Mort'ton -textalignh=1 -colour=0xa0a075 - -// 51:15 -[com_15] -type=text -x=361 -y=116 -width=104 -height=19 -textfont=q8_full -text=Graveyard -textalignh=1 -colour=0xa0a075 - -// 51:16 -[com_16] -type=text -x=179 -y=27 -width=71 -height=19 -textfont=q8_full -text=Temple -textalignh=1 -colour=0xa0a075 - -// 51:17 -[com_17] -type=model -x=267 -y=128 -width=32 -height=32 -model=model_14058 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=212 -modelangle_y=68 -modelangle_z=0 -modelzoom=424 -unknown100=0 -unknown101=3000 - -// 51:18 -[com_18] -type=model -x=268 -y=130 -width=32 -height=32 -model=model_14057 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=212 -modelangle_y=68 -modelangle_z=0 -modelzoom=424 -unknown100=0 -unknown101=3000 - -// 51:19 -[com_19] -type=model -x=339 -y=52 -width=131 -height=45 -model=model_10094 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1189 -unknown100=0 -unknown101=3000 -op1=Route 1 -onmouseover=script69(false, interface_51:com_28) -onmouseleave=script69(true, interface_51:com_28) - -// 51:20 -[com_20] -type=text -x=379 -y=65 -width=53 -height=17 -textfont=q8_full -text=Route 1 -textalignh=1 -colour=0x341b10 - -// 51:21 -[com_21] -type=text -x=361 -y=58 -width=53 -height=17 -layer=com_28 -textfont=q8_full -text=Route 1 -textalignh=1 -colour=0xffffff - -// 51:22 -[com_22] -type=model -x=96 -y=143 -width=128 -height=45 -model=model_10094 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1189 -unknown100=0 -unknown101=3000 -op1=Route 2 -onmouseover=script69(false, interface_51:com_29) -onmouseleave=script69(true, interface_51:com_29) - -// 51:23 -[com_23] -type=text -x=133 -y=155 -width=56 -height=17 -textfont=q8_full -text=Route 2 -textalignh=1 -colour=0x341b10 - -// 51:24 -[com_24] -type=text -x=115 -y=148 -width=56 -height=17 -layer=com_29 -textfont=q8_full -text=Route 2 -textalignh=1 -colour=0xffffff - -// 51:25 -[com_25] -type=model -x=383 -y=235 -width=32 -height=32 -model=model_10095 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=0 -modelangle_z=0 -modelzoom=618 -unknown100=0 -unknown101=3000 - -// 51:26 -[com_26] -type=text -x=302 -y=176 -width=158 -height=107 -layer=com_28 -textfont=q8_full -text=Route 1:

Take the route through
Canifis.

Shorter but potentially
more dangerous. -colour=0x341b10 - -// 51:27 -[com_27] -type=text -x=302 -y=176 -width=158 -height=107 -layer=com_29 -textfont=q8_full -text=Route 2:

Take the route through
Mort Myre Swamp.

Longer but less likely
to be attacked. -colour=0x341b10 - -// 51:28 -[com_28] -type=layer -x=18 -y=7 -width=487 -height=319 -hide=yes - -// 51:29 -[com_29] -type=layer -x=18 -y=7 -width=487 -height=319 -hide=yes - -// 51:30 -[com_30] -type=model -x=32 -y=26 -width=128 -height=45 -model=model_10094 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=528 -modelangle_y=2047 -modelangle_z=0 -modelzoom=805 -unknown100=0 -unknown101=3000 - -// 51:31 -[com_31] -type=text -x=219 -y=212 -width=83 -height=41 -textfont=q8_full -text=Burgh de
Rott -textalignh=1 -colour=0xa0a075 - -// 51:32 -[com_32] -type=text -x=33 -y=27 -width=125 -height=40 -textfont=q8_full -text=Choose your path -textalignh=1 -textalignv=1 -colour=0x341b10 - -// 51:33 -[com_33] -type=graphic -x=484 -y=3 -width=26 -height=23 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - diff --git a/dumps/530/interface/interface_510.if3 b/dumps/530/interface/interface_510.if3 deleted file mode 100644 index e3e664af8..000000000 --- a/dumps/530/interface/interface_510.if3 +++ /dev/null @@ -1,2581 +0,0 @@ -// 510:0 -[com_0] -type=rectangle -width=512 -height=334 -layer=com_162 -colour=0x261e14 -fill=yes -trans=64 - -// 510:1 -[com_1] -type=model -x=130 -y=-63 -width=323 -height=412 -layer=com_162 -model=model_22354 -modelorigin_x=-1 -modelorigin_y=29 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=64415 -unknown101=3000 - -// 510:2 -[com_2] -type=model -x=148 -y=266 -width=47 -height=48 -layer=com_162 -model=model_22378 -modelorigin_x=-5 -modelorigin_y=-9 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63966 -unknown101=3000 - -// 510:3 -[com_3] -type=model -x=200 -y=271 -width=47 -height=48 -layer=com_162 -model=model_22378 -modelorigin_x=-5 -modelorigin_y=-9 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63966 -unknown101=3000 - -// 510:4 -[com_4] -type=model -x=363 -y=286 -width=47 -height=48 -layer=com_162 -model=model_22378 -modelorigin_x=-5 -modelorigin_y=-9 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63895 -unknown101=3000 - -// 510:5 -[com_5] -type=model -x=304 -y=282 -width=47 -height=48 -layer=com_162 -model=model_22378 -modelorigin_x=-5 -modelorigin_y=-9 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63966 -unknown101=3000 - -// 510:6 -[com_6] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:7 -[com_7] -type=model -x=189 -y=32 -width=186 -height=210 -layer=com_162 -model=model_22372 -modelorigin_x=8 -modelorigin_y=35 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=64216 -unknown101=3000 - -// 510:8 -[com_8] -type=model -x=174 -y=32 -width=109 -height=207 -layer=com_162 -model=model_22370 -modelorigin_x=62 -modelorigin_y=37 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=64157 -unknown101=3000 - -// 510:9 -[com_9] -type=model -x=223 -y=23 -width=202 -height=220 -layer=com_162 -model=model_22371 -modelorigin_x=-34 -modelorigin_y=39 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=64115 -unknown101=3000 - -// 510:10 -[com_10] -type=model -x=375 -y=175 -width=40 -height=39 -layer=com_162 -model=model_22399 -modelorigin_x=-105 -modelorigin_y=-22 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=64084 -unknown101=3000 - -// 510:11 -[com_11] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:12 -[com_12] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:13 -[com_13] -type=model -x=209 -y=28 -width=179 -height=231 -layer=com_162 -model=model_22373 -modelorigin_x=-8 -modelorigin_y=29 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=64020 -unknown101=3000 - -// 510:14 -[com_14] -type=model -x=259 -y=188 -width=26 -height=24 -layer=com_162 -model=model_22396 -modelorigin_x=18 -modelorigin_y=-28 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63965 -unknown101=3000 - -// 510:15 -[com_15] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 - -// 510:16 -[com_16] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:17 -[com_17] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:18 -[com_18] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:19 -[com_19] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:20 -[com_20] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:21 -[com_21] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:22 -[com_22] -type=model -x=231 -y=274 -width=72 -height=68 -layer=com_162 -model=model_22369 -modelorigin_x=23 -modelorigin_y=-136 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63969 -unknown101=3000 - -// 510:23 -[com_23] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:24 -[com_24] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:25 -[com_25] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:26 -[com_26] -type=model -x=212 -y=52 -width=25 -height=26 -layer=com_162 -model=model_22380 -modelorigin_x=66 -modelorigin_y=107 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63911 -unknown101=3000 - -// 510:27 -[com_27] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:28 -[com_28] -type=model -x=257 -y=55 -width=23 -height=25 -layer=com_162 -model=model_22381 -modelorigin_x=22 -modelorigin_y=105 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63901 -unknown101=3000 - -// 510:29 -[com_29] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:30 -[com_30] -type=model -x=290 -y=87 -width=25 -height=23 -layer=com_162 -model=model_22382 -modelorigin_x=-12 -modelorigin_y=74 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63891 -unknown101=3000 - -// 510:31 -[com_31] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:32 -[com_32] -type=model -x=332 -y=70 -width=38 -height=37 -layer=com_162 -model=model_22383 -modelorigin_x=-61 -modelorigin_y=84 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63901 -unknown101=3000 - -// 510:33 -[com_33] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:34 -[com_34] -type=model -x=394 -y=48 -width=26 -height=28 -layer=com_162 -model=model_22384 -modelorigin_x=-117 -modelorigin_y=110 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63924 -unknown101=3000 - -// 510:35 -[com_35] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:36 -[com_36] -type=model -x=189 -y=116 -width=24 -height=21 -layer=com_162 -model=model_22385 -modelorigin_x=89 -modelorigin_y=46 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63881 -unknown101=3000 - -// 510:37 -[com_37] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:38 -[com_38] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:39 -[com_39] -type=model -x=215 -y=96 -width=38 -height=40 -layer=com_162 -model=model_22386 -modelorigin_x=56 -modelorigin_y=56 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63928 -unknown101=3000 - -// 510:40 -[com_40] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:41 -[com_41] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:42 -[com_42] -type=model -x=280 -y=112 -width=27 -height=26 -layer=com_162 -model=model_22387 -modelorigin_x=-3 -modelorigin_y=47 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63947 -unknown101=3000 - -// 510:43 -[com_43] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:44 -[com_44] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:45 -[com_45] -type=model -x=342 -y=114 -width=41 -height=42 -layer=com_162 -model=model_22388 -modelorigin_x=-72 -modelorigin_y=37 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63950 -unknown101=3000 - -// 510:46 -[com_46] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:47 -[com_47] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:48 -[com_48] -type=model -x=393 -y=116 -width=26 -height=26 -layer=com_162 -model=model_22389 -modelorigin_x=-116 -modelorigin_y=43 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63934 -unknown101=3000 - -// 510:49 -[com_49] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 - -// 510:50 -[com_50] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:51 -[com_51] -type=model -x=227 -y=142 -width=25 -height=22 -layer=com_162 -model=model_22390 -modelorigin_x=51 -modelorigin_y=19 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63942 -unknown101=3000 - -// 510:52 -[com_52] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:53 -[com_53] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:54 -[com_54] -type=model -x=256 -y=88 -width=23 -height=24 -layer=com_162 -model=model_22391 -modelorigin_x=23 -modelorigin_y=72 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63900 -unknown101=3000 - -// 510:55 -[com_55] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:56 -[com_56] -type=model -x=178 -y=170 -width=34 -height=34 -layer=com_162 -model=model_22392 -modelorigin_x=95 -modelorigin_y=-15 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63907 -unknown101=3000 - -// 510:57 -[com_57] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:58 -[com_58] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:59 -[com_59] -type=model -x=216 -y=169 -width=27 -height=22 -layer=com_162 -model=model_22393 -modelorigin_x=61 -modelorigin_y=-8 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63958 -unknown101=3000 - -// 510:60 -[com_60] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:61 -[com_61] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:62 -[com_62] -type=model -x=246 -y=156 -width=33 -height=31 -layer=com_162 -model=model_22394 -modelorigin_x=28 -modelorigin_y=1 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1278 -unknown100=63924 -unknown101=3000 - -// 510:63 -[com_63] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 - -// 510:64 -[com_64] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:65 -[com_65] -type=model -x=297 -y=147 -width=32 -height=32 -layer=com_162 -model=model_22395 -modelorigin_x=-23 -modelorigin_y=9 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1278 -unknown100=63903 -unknown101=3000 - -// 510:66 -[com_66] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:67 -[com_67] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 - -// 510:68 -[com_68] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:69 -[com_69] -type=model -x=310 -y=188 -width=24 -height=22 -layer=com_162 -model=model_22397 -modelorigin_x=-32 -modelorigin_y=-27 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1278 -unknown100=63921 -unknown101=3000 - -// 510:70 -[com_70] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:71 -[com_71] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 - -// 510:72 -[com_72] -type=model -x=351 -y=179 -width=24 -height=23 -layer=com_162 -model=model_22398 -modelorigin_x=-73 -modelorigin_y=-18 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1278 -unknown100=63944 -unknown101=3000 - -// 510:73 -[com_73] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 - -// 510:74 -[com_74] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:75 -[com_75] -type=layer -x=136 -y=8 -width=305 -height=331 -layer=com_162 -hide=yes - -// 510:76 -[com_76] -type=layer -x=136 -y=8 -width=305 -height=331 -layer=com_162 -hide=yes - -// 510:77 -[com_77] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:78 -[com_78] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:79 -[com_79] -type=model -x=431 -y=-11 -width=169 -height=303 -layer=com_162 -model=model_22375 -modelorigin_x=-12 -modelorigin_y=28 -modelangle_x=54 -modelangle_y=80 -modelangle_z=0 -modelzoom=1278 -unknown100=63914 -unknown101=3000 - -// 510:80 -[com_80] -type=graphic -x=477 -y=6 -width=26 -height=23 -layer=com_162 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 510:81 -[com_81] -type=layer -x=474 -y=1 -width=32 -height=32 -layer=com_162 -hide=yes - -// 510:82 -[com_82] -type=rectangle -x=141 -y=256 -width=25 -height=52 -layer=com_162 -colour=0xffff00 -trans=255 -op1=Turn left - -// 510:83 -[com_83] -type=rectangle -x=166 -y=257 -width=25 -height=52 -layer=com_162 -colour=0xffff00 -trans=255 -op1=Turn right - -// 510:84 -[com_84] -type=rectangle -x=191 -y=260 -width=25 -height=52 -layer=com_162 -colour=0xffff00 -trans=255 -op1=Turn left - -// 510:85 -[com_85] -type=rectangle -x=215 -y=262 -width=25 -height=52 -layer=com_162 -colour=0xffff00 -trans=255 -op1=Turn right - -// 510:86 -[com_86] -type=rectangle -x=295 -y=269 -width=25 -height=52 -layer=com_162 -colour=0xffff00 -trans=255 -op1=Turn left - -// 510:87 -[com_87] -type=rectangle -x=320 -y=271 -width=25 -height=52 -layer=com_162 -colour=0xffff00 -trans=255 -op1=Turn right - -// 510:88 -[com_88] -type=rectangle -x=384 -y=276 -width=25 -height=52 -layer=com_162 -colour=0xffff00 -trans=255 -op1=Turn right - -// 510:89 -[com_89] -type=rectangle -x=360 -y=272 -width=25 -height=52 -layer=com_162 -colour=0xffff00 -trans=255 -op1=Turn left - -// 510:90 -[com_90] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:91 -[com_91] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 -hide=yes - -// 510:92 -[com_92] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 - -// 510:93 -[com_93] -type=layer -x=136 -y=8 -width=305 -height=327 -layer=com_162 - -// 510:94 -[com_94] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:95 -[com_95] -type=layer -x=136 -y=8 -width=305 -height=326 -layer=com_162 -hide=yes - -// 510:96 -[com_96] -type=text -x=182 -y=224 -width=32 -height=32 -layer=com_162 -textfont=p12_full -text=1 -textshadow=yes -colour=0x99ff99 - -// 510:97 -[com_97] -type=text -x=232 -y=227 -width=32 -height=32 -layer=com_162 -textfont=p12_full -text=2 -textshadow=yes -colour=0x99ff99 - -// 510:98 -[com_98] -type=text -x=318 -y=228 -width=32 -height=32 -layer=com_162 -textfont=p12_full -text=3 -textshadow=yes -colour=0x99ff99 - -// 510:99 -[com_99] -type=text -x=366 -y=243 -width=32 -height=32 -layer=com_162 -textfont=p12_full -text=4 -textshadow=yes -colour=0x99ff99 - -// 510:100 -[com_100] -type=text -x=12 -y=70 -width=157 -height=18 -layer=com_162 -textfont=p12_full -text=Use the valves -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 510:101 -[com_101] -type=text -x=12 -y=90 -width=157 -height=18 -layer=com_162 -textfont=p12_full -text=and the levers to -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 510:102 -[com_102] -type=text -x=12 -y=110 -width=157 -height=18 -layer=com_162 -textfont=p12_full -text=get the balls in -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 510:103 -[com_103] -type=text -x=12 -y=130 -width=157 -height=18 -layer=com_162 -textfont=p12_full -text=the holes, and -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 510:104 -[com_104] -type=text -x=12 -y=150 -width=157 -height=18 -layer=com_162 -textfont=p12_full -text=then increase the -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 510:105 -[com_105] -type=text -x=12 -y=171 -width=157 -height=18 -layer=com_162 -textfont=p12_full -text=pressure to fill -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 510:106 -[com_106] -type=text -x=12 -y=192 -width=157 -height=18 -layer=com_162 -textfont=p12_full -text=the pipes! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 510:107 -[com_107] -type=model -x=58 -y=139 -width=5 -height=87 -layer=com_6 -model=model_22359 -modelorigin_x=94 -modelorigin_y=-18 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -modelanim=seq_5813 -unknown100=64232 -unknown101=3000 - -// 510:108 -[com_108] -type=model -x=239 -y=167 -width=40 -height=39 -layer=com_12 -model=model_22419 -modelorigin_x=-105 -modelorigin_y=-22 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=64046 -unknown101=3000 - -// 510:109 -[com_109] -type=model -x=237 -y=166 -width=40 -height=39 -layer=com_11 -model=model_22432 -modelorigin_x=-105 -modelorigin_y=-22 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=64065 -unknown101=3000 - -// 510:110 -[com_110] -type=model -x=123 -y=180 -width=26 -height=24 -layer=com_16 -model=model_22416 -modelorigin_x=18 -modelorigin_y=-28 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63938 -unknown101=3000 - -// 510:111 -[com_111] -type=model -x=121 -y=179 -width=26 -height=24 -layer=com_15 -model=model_22429 -modelorigin_x=18 -modelorigin_y=-28 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63951 -unknown101=3000 - -// 510:112 -[com_112] -type=model -x=72 -y=176 -width=5 -height=57 -layer=com_17 -model=model_22360 -modelorigin_x=80 -modelorigin_y=-40 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -modelanim=seq_5813 -unknown100=63922 -unknown101=3000 - -// 510:113 -[com_113] -type=model -x=213 -y=201 -width=4 -height=41 -layer=com_18 -model=model_22362 -modelorigin_x=-61 -modelorigin_y=-57 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -modelanim=seq_5813 -unknown100=63904 -unknown101=3000 - -// 510:114 -[com_114] -type=model -x=5 -y=249 -width=49 -height=50 -layer=com_19 -model=model_22376 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=24 -modelangle_y=69 -modelangle_z=0 -modelzoom=1150 -unknown100=63889 -unknown101=3000 - -// 510:115 -[com_115] -type=model -x=57 -y=254 -width=49 -height=50 -layer=com_20 -model=model_22376 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63961 -unknown101=3000 - -// 510:116 -[com_116] -type=model -x=161 -y=265 -width=49 -height=50 -layer=com_21 -model=model_22376 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63961 -unknown101=3000 - -// 510:117 -[com_117] -type=model -x=221 -y=269 -width=49 -height=50 -layer=com_23 -model=model_22376 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63890 -unknown101=3000 - -// 510:118 -[com_118] -type=model -x=98 -y=238 -width=22 -height=44 -layer=com_24 -model=model_22367 -modelorigin_x=6 -modelorigin_y=18 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63924 -unknown101=3000 -op1=Pull left lever - -// 510:119 -[com_119] -type=model -x=123 -y=238 -width=22 -height=44 -layer=com_25 -model=model_22367 -modelorigin_x=6 -modelorigin_y=18 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63924 -unknown101=3000 -op1=Pull right lever - -// 510:120 -[com_120] -type=model -x=76 -y=44 -width=25 -height=26 -layer=com_27 -model=model_22379 -modelorigin_x=66 -modelorigin_y=107 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63900 -unknown101=3000 - -// 510:121 -[com_121] -type=model -x=121 -y=47 -width=23 -height=25 -layer=com_29 -model=model_22401 -modelorigin_x=22 -modelorigin_y=105 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63890 -unknown101=3000 - -// 510:122 -[com_122] -type=model -x=154 -y=79 -width=25 -height=23 -layer=com_31 -model=model_22402 -modelorigin_x=-12 -modelorigin_y=74 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63880 -unknown101=3000 - -// 510:123 -[com_123] -type=model -x=196 -y=62 -width=38 -height=37 -layer=com_33 -model=model_22403 -modelorigin_x=-61 -modelorigin_y=84 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63888 -unknown101=3000 - -// 510:124 -[com_124] -type=model -x=258 -y=40 -width=26 -height=28 -layer=com_35 -model=model_22404 -modelorigin_x=-117 -modelorigin_y=110 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63912 -unknown101=3000 - -// 510:125 -[com_125] -type=model -x=53 -y=108 -width=24 -height=21 -layer=com_38 -model=model_22405 -modelorigin_x=89 -modelorigin_y=46 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63861 -unknown101=3000 - -// 510:126 -[com_126] -type=model -x=52 -y=109 -width=24 -height=21 -layer=com_37 -model=model_22400 -modelorigin_x=89 -modelorigin_y=46 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63871 -unknown101=3000 - -// 510:127 -[com_127] -type=model -x=79 -y=88 -width=38 -height=40 -layer=com_41 -model=model_22406 -modelorigin_x=56 -modelorigin_y=56 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63901 -unknown101=3000 - -// 510:128 -[com_128] -type=model -x=77 -y=87 -width=38 -height=40 -layer=com_40 -model=model_22420 -modelorigin_x=56 -modelorigin_y=56 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63914 -unknown101=3000 - -// 510:129 -[com_129] -type=model -x=144 -y=104 -width=27 -height=26 -layer=com_44 -model=model_22407 -modelorigin_x=-3 -modelorigin_y=47 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63910 -unknown101=3000 - -// 510:130 -[com_130] -type=model -x=142 -y=103 -width=27 -height=26 -layer=com_43 -model=model_22421 -modelorigin_x=-3 -modelorigin_y=47 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63933 -unknown101=3000 - -// 510:131 -[com_131] -type=model -x=206 -y=106 -width=41 -height=42 -layer=com_47 -model=model_22408 -modelorigin_x=-72 -modelorigin_y=37 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63921 -unknown101=3000 - -// 510:132 -[com_132] -type=model -x=204 -y=105 -width=41 -height=42 -layer=com_46 -model=model_22422 -modelorigin_x=-72 -modelorigin_y=37 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63935 -unknown101=3000 - -// 510:133 -[com_133] -type=model -x=257 -y=108 -width=26 -height=26 -layer=com_50 -model=model_22409 -modelorigin_x=-116 -modelorigin_y=43 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63910 -unknown101=3000 - -// 510:134 -[com_134] -type=model -x=255 -y=107 -width=26 -height=26 -layer=com_49 -model=model_22423 -modelorigin_x=-116 -modelorigin_y=43 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63922 -unknown101=3000 - -// 510:135 -[com_135] -type=model -x=91 -y=134 -width=25 -height=22 -layer=com_53 -model=model_22410 -modelorigin_x=51 -modelorigin_y=19 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63917 -unknown101=3000 - -// 510:136 -[com_136] -type=model -x=89 -y=133 -width=25 -height=22 -layer=com_52 -model=model_22424 -modelorigin_x=51 -modelorigin_y=19 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63929 -unknown101=3000 - -// 510:137 -[com_137] -type=model -x=120 -y=80 -width=23 -height=24 -layer=com_55 -model=model_22411 -modelorigin_x=23 -modelorigin_y=72 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63889 -unknown101=3000 - -// 510:138 -[com_138] -type=model -x=42 -y=162 -width=34 -height=34 -layer=com_58 -model=model_22412 -modelorigin_x=95 -modelorigin_y=-15 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63880 -unknown101=3000 - -// 510:139 -[com_139] -type=model -x=40 -y=161 -width=34 -height=34 -layer=com_57 -model=model_22425 -modelorigin_x=95 -modelorigin_y=-15 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63893 -unknown101=3000 - -// 510:140 -[com_140] -type=model -x=80 -y=161 -width=27 -height=22 -layer=com_61 -model=model_22413 -modelorigin_x=61 -modelorigin_y=-8 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63931 -unknown101=3000 - -// 510:141 -[com_141] -type=model -x=78 -y=160 -width=27 -height=22 -layer=com_60 -model=model_22426 -modelorigin_x=61 -modelorigin_y=-8 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63944 -unknown101=3000 - -// 510:142 -[com_142] -type=model -x=105 -y=145 -width=36 -height=36 -layer=com_64 -model=model_22414 -modelorigin_x=31 -modelorigin_y=1 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63898 -unknown101=3000 - -// 510:143 -[com_143] -type=model -x=103 -y=144 -width=36 -height=36 -layer=com_63 -model=model_22427 -modelorigin_x=31 -modelorigin_y=1 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63911 -unknown101=3000 - -// 510:144 -[com_144] -type=model -x=134 -y=123 -width=5 -height=120 -layer=com_66 -model=model_22361 -modelorigin_x=18 -modelorigin_y=-19 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -modelanim=seq_5813 -unknown100=63911 -unknown101=3000 - -// 510:145 -[com_145] -type=model -x=162 -y=137 -width=35 -height=35 -layer=com_68 -model=model_22415 -modelorigin_x=-25 -modelorigin_y=10 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63879 -unknown101=3000 - -// 510:146 -[com_146] -type=model -x=160 -y=136 -width=35 -height=35 -layer=com_67 -model=model_22428 -modelorigin_x=-25 -modelorigin_y=10 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63891 -unknown101=3000 - -// 510:147 -[com_147] -type=model -x=176 -y=182 -width=27 -height=24 -layer=com_71 -model=model_22417 -modelorigin_x=-35 -modelorigin_y=-30 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63896 -unknown101=3000 - -// 510:148 -[com_148] -type=model -x=174 -y=181 -width=27 -height=24 -layer=com_70 -model=model_22430 -modelorigin_x=-35 -modelorigin_y=-30 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63908 -unknown101=3000 - -// 510:149 -[com_149] -type=model -x=223 -y=171 -width=26 -height=27 -layer=com_74 -model=model_22418 -modelorigin_x=-82 -modelorigin_y=-20 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63919 -unknown101=3000 - -// 510:150 -[com_150] -type=model -x=221 -y=170 -width=26 -height=27 -layer=com_73 -model=model_22431 -modelorigin_x=-82 -modelorigin_y=-20 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63932 -unknown101=3000 - -// 510:151 -[com_151] -type=model -x=56 -y=134 -width=9 -height=9 -layer=com_75 -model=model_22363 -modelorigin_x=94 -modelorigin_y=26 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63863 -unknown101=3000 - -// 510:152 -[com_152] -type=model -x=70 -y=170 -width=9 -height=9 -layer=com_76 -model=model_22364 -modelorigin_x=80 -modelorigin_y=-10 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63879 -unknown101=3000 - -// 510:153 -[com_153] -type=model -x=131 -y=116 -width=11 -height=10 -layer=com_77 -model=model_22365 -modelorigin_x=18 -modelorigin_y=43 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63909 -unknown101=3000 - -// 510:154 -[com_154] -type=model -x=210 -y=195 -width=10 -height=10 -layer=com_78 -model=model_22366 -modelorigin_x=-61 -modelorigin_y=-36 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63902 -unknown101=3000 - -// 510:155 -[com_155] -type=graphic -x=3 -y=5 -width=26 -height=23 -layer=com_81 -graphic="close_buttons,7" - -// 510:156 -[com_156] -type=model -x=71 -y=171 -width=7 -height=7 -layer=com_90 -model=model_22355 -modelorigin_x=80 -modelorigin_y=-10 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63876 -unknown101=3000 - -// 510:157 -[com_157] -type=model -x=211 -y=197 -width=9 -height=8 -layer=com_91 -model=model_22356 -modelorigin_x=-61 -modelorigin_y=-36 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63898 -unknown101=3000 - -// 510:158 -[com_158] -type=model -x=57 -y=135 -width=7 -height=7 -layer=com_92 -model=model_22357 -modelorigin_x=94 -modelorigin_y=26 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63860 -unknown101=3000 - -// 510:159 -[com_159] -type=model -x=133 -y=117 -width=8 -height=8 -layer=com_93 -model=model_22358 -modelorigin_x=17 -modelorigin_y=43 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63905 -unknown101=3000 - -// 510:160 -[com_160] -type=model -x=101 -y=275 -width=21 -height=48 -layer=com_94 -model=model_22368 -modelorigin_x=6 -modelorigin_y=-20 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63900 -unknown101=3000 -op1=Pull left lever - -// 510:161 -[com_161] -type=model -x=124 -y=275 -width=21 -height=48 -layer=com_95 -model=model_22368 -modelorigin_x=6 -modelorigin_y=-20 -modelangle_x=24 -modelangle_y=96 -modelangle_z=0 -modelzoom=1150 -unknown100=63900 -unknown101=3000 -op1=Pull right lever - -// 510:162 -[com_162] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 510:163 -[com_163] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 510:164 -[com_164] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_163 - -// 510:165 -[com_165] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 510:166 -[com_166] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 510:167 -[com_167] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 510:168 -[com_168] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 510:169 -[com_169] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 510:170 -[com_170] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 510:171 -[com_171] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 510:172 -[com_172] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 510:173 -[com_173] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_164 - -// 510:174 -[com_174] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_164 - -// 510:175 -[com_175] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_164 - -// 510:176 -[com_176] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_164 - -// 510:177 -[com_177] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_164 - -// 510:178 -[com_178] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_174 -graphic=tradebacking -tiling=yes -outline=2 - -// 510:179 -[com_179] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_173 -graphic=tradebacking -tiling=yes -outline=2 - -// 510:180 -[com_180] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_175 -graphic=tradebacking -tiling=yes -outline=2 - -// 510:181 -[com_181] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_176 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_511.if3 b/dumps/530/interface/interface_511.if3 deleted file mode 100644 index 340a7e8c2..000000000 --- a/dumps/530/interface/interface_511.if3 +++ /dev/null @@ -1,773 +0,0 @@ -// 511:0 -[com_0] -type=rectangle -width=512 -height=334 -layer=com_1 -colour=0x3b2a1a -fill=yes -trans=64 - -// 511:1 -[com_1] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_37 - -// 511:2 -[com_2] -type=model -x=40 -y=-34 -width=306 -height=401 -layer=com_1 -model=model_22337 -modelorigin_x=-4 -modelorigin_y=6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1050 -unknown100=63943 -unknown101=3000 - -// 511:3 -[com_3] -type=layer -x=66 -y=16 -width=256 -height=261 -layer=com_1 - -// 511:4 -[com_4] -type=model -x=380 -y=147 -width=124 -height=175 -layer=com_1 -model=model_22544 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1050 -unknown100=63925 -unknown101=3000 -op1=Select - -// 511:5 -[com_5] -type=model -x=356 -y=12 -width=49 -height=107 -layer=com_1 -model=model_22526 -modelorigin_x=-7 -modelorigin_y=9 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1050 -unknown100=63915 -unknown101=3000 -op1=Select - -// 511:6 -[com_6] -type=model -x=318 -y=231 -width=50 -height=93 -layer=com_1 -model=model_22546 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1050 -unknown100=63915 -unknown101=3000 -op1=Select - -// 511:7 -[com_7] -type=model -x=445 -y=60 -width=70 -height=70 -layer=com_1 -model=model_22554 -modelorigin_x=-2 -modelorigin_y=-2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1050 -unknown100=63915 -unknown101=3000 -op1=Select - -// 511:8 -[com_8] -type=model -x=327 -y=169 -width=54 -height=59 -layer=com_1 -model=model_22530 -modelorigin_x=-1 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1042 -unknown100=63917 -unknown101=3000 -op1=Select - -// 511:9 -[com_9] -type=layer -x=237 -y=280 -width=42 -height=45 -layer=com_1 -onmouseover=script67(interface_511:com_10, model_22348) -onmouseleave=script67(interface_511:com_10, model_22346) - -// 511:10 -[com_10] -type=model -x=237 -y=278 -width=48 -height=48 -layer=com_1 -model=model_22346 -modelorigin_x=-4 -modelorigin_y=-3 -modelangle_x=54 -modelangle_y=2002 -modelangle_z=0 -modelzoom=1256 -unknown100=63881 -unknown101=3000 -op1=Rotate - -// 511:11 -[com_11] -type=layer -x=237 -y=280 -width=42 -height=45 -layer=com_1 -hide=yes - -// 511:12 -[com_12] -type=graphic -x=467 -y=4 -width=26 -height=23 -layer=com_1 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 511:13 -[com_13] -type=rectangle -x=10 -y=53 -width=32 -height=32 -layer=com_1 -colour=0xffff00 -trans=255 - -// 511:14 -[com_14] -type=rectangle -x=8 -y=23 -width=32 -height=32 -layer=com_1 -colour=0xffff00 -trans=255 - -// 511:15 -[com_15] -type=layer -x=101 -y=275 -width=56 -height=34 -layer=com_1 -onmouseover=script67(interface_511:com_29, model_22343) -onmouseleave=script67(interface_511:com_29, model_22340) - -// 511:16 -[com_16] -type=layer -x=101 -y=275 -width=56 -height=33 -layer=com_1 -hide=yes - -// 511:17 -[com_17] -type=layer -x=103 -y=308 -width=56 -height=29 -layer=com_1 -onmouseover=script67(interface_511:com_31, model_22344) -onmouseleave=script67(interface_511:com_31, model_22338) - -// 511:18 -[com_18] -type=layer -x=103 -y=308 -width=56 -height=30 -layer=com_1 -hide=yes - -// 511:19 -[com_19] -type=layer -x=167 -y=276 -width=30 -height=55 -layer=com_1 -onmouseover=script67(interface_511:com_33, model_22350) -onmouseleave=script67(interface_511:com_33, model_22349) - -// 511:20 -[com_20] -type=layer -x=167 -y=275 -width=29 -height=56 -layer=com_1 -hide=yes - -// 511:21 -[com_21] -type=layer -x=199 -y=277 -width=29 -height=56 -layer=com_1 -onmouseover=script67(interface_511:com_35, model_22341) -onmouseleave=script67(interface_511:com_35, model_22339) - -// 511:22 -[com_22] -type=layer -x=199 -y=277 -width=29 -height=56 -layer=com_1 -hide=yes - -// 511:23 -[com_23] -type=model -x=7 -y=7 -width=55 -height=43 -layer=com_3 -model=model_22351 -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1050 -unknown100=63919 -unknown101=3000 - -// 511:24 -[com_24] -type=model -x=69 -y=7 -width=55 -height=43 -layer=com_3 -model=model_22352 -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1050 -unknown100=63919 -unknown101=3000 - -// 511:25 -[com_25] -type=model -x=129 -y=7 -width=55 -height=43 -layer=com_3 -model=model_22351 -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1050 -unknown100=63919 -unknown101=3000 - -// 511:26 -[com_26] -type=model -x=190 -y=7 -width=55 -height=43 -layer=com_3 -model=model_22352 -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1050 -unknown100=63919 -unknown101=3000 - -// 511:27 -[com_27] -type=model -x=96 -y=213 -width=56 -height=46 -layer=com_3 -model=model_22353 -modelorigin_x=-3 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1050 -unknown100=63919 -unknown101=3000 - -// 511:28 -[com_28] -type=model -y=-2 -width=48 -height=48 -layer=com_11 -model=model_22348 -modelorigin_x=-4 -modelorigin_y=-3 -modelangle_x=54 -modelangle_y=2002 -modelangle_z=0 -modelzoom=1256 -unknown100=63875 -unknown101=3000 - -// 511:29 -[com_29] -type=model -x=1 -y=2 -width=53 -height=30 -layer=com_15 -model=model_22340 -modelorigin_x=4 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63941 -unknown101=3000 -op1=Move left - -// 511:30 -[com_30] -type=model -x=1 -y=2 -width=53 -height=30 -layer=com_16 -model=model_22343 -modelorigin_x=4 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63940 -unknown101=3000 - -// 511:31 -[com_31] -type=model -x=5 -y=-4 -width=54 -height=30 -layer=com_17 -model=model_22338 -modelorigin_x=8 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63939 -unknown101=3000 -op1=Move right - -// 511:32 -[com_32] -type=model -x=5 -y=-4 -width=54 -height=30 -layer=com_18 -model=model_22344 -modelorigin_x=8 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63938 -unknown101=3000 - -// 511:33 -[com_33] -type=model -x=2 -width=30 -height=53 -layer=com_19 -model=model_22349 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63941 -unknown101=3000 -op1=Move up - -// 511:34 -[com_34] -type=model -x=2 -y=1 -width=30 -height=53 -layer=com_20 -model=model_22350 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63940 -unknown101=3000 - -// 511:35 -[com_35] -type=model -x=-2 -y=2 -width=30 -height=53 -layer=com_21 -model=model_22339 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63939 -unknown101=3000 -op1=Move down - -// 511:36 -[com_36] -type=model -x=-2 -y=2 -width=30 -height=53 -layer=com_22 -model=model_22341 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63938 -unknown101=3000 - -// 511:37 -[com_37] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 511:38 -[com_38] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_37 - -// 511:39 -[com_39] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 511:40 -[com_40] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 511:41 -[com_41] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 511:42 -[com_42] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 511:43 -[com_43] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 511:44 -[com_44] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 511:45 -[com_45] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 511:46 -[com_46] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 511:47 -[com_47] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_38 - -// 511:48 -[com_48] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_38 - -// 511:49 -[com_49] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_38 - -// 511:50 -[com_50] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_38 - -// 511:51 -[com_51] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_38 - -// 511:52 -[com_52] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_48 -graphic=tradebacking -tiling=yes -outline=2 - -// 511:53 -[com_53] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_47 -graphic=tradebacking -tiling=yes -outline=2 - -// 511:54 -[com_54] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_49 -graphic=tradebacking -tiling=yes -outline=2 - -// 511:55 -[com_55] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_50 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_512.if3 b/dumps/530/interface/interface_512.if3 deleted file mode 100644 index d5fd30275..000000000 --- a/dumps/530/interface/interface_512.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 512:0 -[com_0] -type=layer -x=11 -y=8 -width=165 -height=248 - diff --git a/dumps/530/interface/interface_513.if b/dumps/530/interface/interface_513.if deleted file mode 100644 index 4c937bc16..000000000 --- a/dumps/530/interface/interface_513.if +++ /dev/null @@ -1,3 +0,0 @@ -// 513:0 -[com_0] - diff --git a/dumps/530/interface/interface_514.if3 b/dumps/530/interface/interface_514.if3 deleted file mode 100644 index 4f65fbf12..000000000 --- a/dumps/530/interface/interface_514.if3 +++ /dev/null @@ -1,265 +0,0 @@ -// 514:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 514:1 -[com_1] -type=model -x=-19 -y=-11 -width=545 -height=349 -layer=com_0 -model=model_9857 -modelorigin_x=0 -modelorigin_y=36 -modelangle_x=501 -modelangle_y=0 -modelangle_z=0 -modelzoom=256 -unknown100=64717 -unknown101=3000 - -// 514:2 -[com_2] -type=model -x=70 -y=-32 -width=313 -height=358 -layer=com_0 -model=model_23131 -modelorigin_x=14 -modelorigin_y=171 -modelangle_x=36 -modelangle_y=1720 -modelangle_z=0 -modelzoom=360 -modelanim=seq_5908 -unknown100=64388 -unknown101=3000 - -// 514:3 -[com_3] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 514:4 -[com_4] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_3 - -// 514:5 -[com_5] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 514:6 -[com_6] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 514:7 -[com_7] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 514:8 -[com_8] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 514:9 -[com_9] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 514:10 -[com_10] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 514:11 -[com_11] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 514:12 -[com_12] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 514:13 -[com_13] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_4 - -// 514:14 -[com_14] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_4 - -// 514:15 -[com_15] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_4 - -// 514:16 -[com_16] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_4 - -// 514:17 -[com_17] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_4 - -// 514:18 -[com_18] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_14 -graphic=tradebacking -tiling=yes -outline=2 - -// 514:19 -[com_19] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_13 -graphic=tradebacking -tiling=yes -outline=2 - -// 514:20 -[com_20] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_15 -graphic=tradebacking -tiling=yes -outline=2 - -// 514:21 -[com_21] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_515.if3 b/dumps/530/interface/interface_515.if3 deleted file mode 100644 index 7fbe893b9..000000000 --- a/dumps/530/interface/interface_515.if3 +++ /dev/null @@ -1,41 +0,0 @@ -// 515:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 515:1 -[com_1] -type=model -width=39 -height=27280 -widthmode=proportion -heightmode=proportion -layer=com_0 -model=model_23154 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=61 -modelanim=seq_1921 -unknown100=65013 -unknown101=3000 -modelobjwidth=1 -modelobjheight=556 - -// 515:2 -[com_2] -type=rectangle -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_0 -colour=0x006633 -fill=yes -trans=196 - diff --git a/dumps/530/interface/interface_516.if3 b/dumps/530/interface/interface_516.if3 deleted file mode 100644 index 2e8b29208..000000000 --- a/dumps/530/interface/interface_516.if3 +++ /dev/null @@ -1,10 +0,0 @@ -// 516:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes - diff --git a/dumps/530/interface/interface_517.if b/dumps/530/interface/interface_517.if deleted file mode 100644 index eb61cc6ed..000000000 --- a/dumps/530/interface/interface_517.if +++ /dev/null @@ -1,3 +0,0 @@ -// 517:0 -[com_0] - diff --git a/dumps/530/interface/interface_518.if b/dumps/530/interface/interface_518.if deleted file mode 100644 index fc4cf0417..000000000 --- a/dumps/530/interface/interface_518.if +++ /dev/null @@ -1,360 +0,0 @@ -// 518:0 -[com_0] - -// 518:1 -[com_1] - -// 518:2 -[com_2] - -// 518:3 -[com_3] - -// 518:4 -[com_4] - -// 518:5 -[com_5] - -// 518:6 -[com_6] - -// 518:7 -[com_7] - -// 518:8 -[com_8] - -// 518:9 -[com_9] - -// 518:10 -[com_10] - -// 518:11 -[com_11] - -// 518:12 -[com_12] - -// 518:13 -[com_13] - -// 518:14 -[com_14] - -// 518:15 -[com_15] - -// 518:16 -[com_16] - -// 518:17 -[com_17] - -// 518:18 -[com_18] - -// 518:19 -[com_19] - -// 518:20 -[com_20] - -// 518:21 -[com_21] - -// 518:22 -[com_22] - -// 518:23 -[com_23] - -// 518:24 -[com_24] - -// 518:25 -[com_25] - -// 518:26 -[com_26] - -// 518:27 -[com_27] - -// 518:28 -[com_28] - -// 518:29 -[com_29] - -// 518:30 -[com_30] - -// 518:31 -[com_31] - -// 518:32 -[com_32] - -// 518:33 -[com_33] - -// 518:34 -[com_34] - -// 518:35 -[com_35] - -// 518:36 -[com_36] - -// 518:37 -[com_37] - -// 518:38 -[com_38] - -// 518:39 -[com_39] - -// 518:40 -[com_40] - -// 518:41 -[com_41] - -// 518:42 -[com_42] - -// 518:43 -[com_43] - -// 518:44 -[com_44] - -// 518:45 -[com_45] - -// 518:46 -[com_46] - -// 518:47 -[com_47] - -// 518:48 -[com_48] - -// 518:49 -[com_49] - -// 518:50 -[com_50] - -// 518:51 -[com_51] - -// 518:52 -[com_52] - -// 518:53 -[com_53] - -// 518:54 -[com_54] - -// 518:55 -[com_55] - -// 518:56 -[com_56] - -// 518:57 -[com_57] - -// 518:58 -[com_58] - -// 518:59 -[com_59] - -// 518:60 -[com_60] - -// 518:61 -[com_61] - -// 518:62 -[com_62] - -// 518:63 -[com_63] - -// 518:64 -[com_64] - -// 518:65 -[com_65] - -// 518:66 -[com_66] - -// 518:67 -[com_67] - -// 518:68 -[com_68] - -// 518:69 -[com_69] - -// 518:70 -[com_70] - -// 518:71 -[com_71] - -// 518:72 -[com_72] - -// 518:73 -[com_73] - -// 518:74 -[com_74] - -// 518:75 -[com_75] - -// 518:76 -[com_76] - -// 518:77 -[com_77] - -// 518:78 -[com_78] - -// 518:79 -[com_79] - -// 518:80 -[com_80] - -// 518:81 -[com_81] - -// 518:82 -[com_82] - -// 518:83 -[com_83] - -// 518:84 -[com_84] - -// 518:85 -[com_85] - -// 518:86 -[com_86] - -// 518:87 -[com_87] - -// 518:88 -[com_88] - -// 518:89 -[com_89] - -// 518:90 -[com_90] - -// 518:91 -[com_91] - -// 518:92 -[com_92] - -// 518:93 -[com_93] - -// 518:94 -[com_94] - -// 518:95 -[com_95] - -// 518:96 -[com_96] - -// 518:97 -[com_97] - -// 518:98 -[com_98] - -// 518:99 -[com_99] - -// 518:100 -[com_100] - -// 518:101 -[com_101] - -// 518:102 -[com_102] - -// 518:103 -[com_103] - -// 518:104 -[com_104] - -// 518:105 -[com_105] - -// 518:106 -[com_106] - -// 518:107 -[com_107] - -// 518:108 -[com_108] - -// 518:109 -[com_109] - -// 518:110 -[com_110] - -// 518:111 -[com_111] - -// 518:112 -[com_112] - -// 518:113 -[com_113] - -// 518:114 -[com_114] - -// 518:115 -[com_115] - -// 518:116 -[com_116] - -// 518:117 -[com_117] - -// 518:118 -[com_118] - -// 518:119 -[com_119] - diff --git a/dumps/530/interface/interface_519.if3 b/dumps/530/interface/interface_519.if3 deleted file mode 100644 index d843d1fc6..000000000 --- a/dumps/530/interface/interface_519.if3 +++ /dev/null @@ -1,43 +0,0 @@ -// 519:0 -[com_0] -type=model -x=16 -y=16 -width=64 -height=64 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 519:1 -[com_1] -type=text -x=96 -y=9 -width=380 -height=69 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 - -// 519:2 -[com_2] -type=text -x=96 -y=80 -width=380 -height=17 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_52.if3 b/dumps/530/interface/interface_52.if3 deleted file mode 100644 index 71b93fd13..000000000 --- a/dumps/530/interface/interface_52.if3 +++ /dev/null @@ -1,847 +0,0 @@ -// 52:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 52:1 -[com_1] -type=layer -x=-13 -y=-1 -width=527 -height=340 -layer=com_0 - -// 52:2 -[com_2] -type=layer -x=48 -y=87 -width=329 -height=104 -layer=com_0 -hide=yes - -// 52:3 -[com_3] -type=layer -x=8 -y=113 -width=230 -height=170 -layer=com_0 -hide=yes - -// 52:4 -[com_4] -type=layer -x=-7 -y=160 -width=131 -height=224 -layer=com_0 - -// 52:5 -[com_5] -type=layer -x=12 -y=11 -width=458 -height=103 -layer=com_0 -hide=yes - -// 52:6 -[com_6] -type=layer -x=420 -y=6 -width=80 -height=16 -layer=com_0 - -// 52:7 -[com_7] -type=text -x=130 -y=287 -width=380 -height=15 -layer=com_0 -textfont=b12_full -text=WHAT SORT OF CANOE WOULD YOU LIKE TO MAKE ? -textalignh=1 -textshadow=yes -colour=0xffffff - -// 52:8 -[com_8] -type=layer -x=11 -y=6 -width=462 -height=110 -layer=com_0 - -// 52:9 -[com_9] -type=layer -x=10 -y=125 -width=234 -height=164 -layer=com_0 - -// 52:10 -[com_10] -type=layer -x=44 -y=85 -width=336 -height=108 -layer=com_0 - -// 52:11 -[com_11] -type=graphic -x=473 -y=13 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -onmouseover=script44(interface_52:com_11, "close_buttons,5") -onmouseleave=script44(interface_52:com_11, "close_buttons,4") -onclick=script29 - -// 52:12 -[com_12] -type=layer -x=470 -y=10 -width=32 -height=32 -layer=com_0 -hide=yes - -// 52:13 -[com_13] -type=model -x=-244 -y=133 -width=710 -height=366 -layer=com_1 -model=model_12114 -modelorigin_x=-5 -modelorigin_y=-11 -modelangle_x=465 -modelangle_y=1647 -modelangle_z=0 -modelzoom=466 -modelanim=seq_3308 -unknown100=3545 -unknown101=3000 - -// 52:14 -[com_14] -type=model -x=1 -y=6 -width=164 -height=38 -layer=com_2 -model=model_2333 -modelorigin_x=-6 -modelorigin_y=-6 -modelangle_x=135 -modelangle_y=762 -modelangle_z=0 -modelzoom=1040 -modelanim=seq_527 -unknown100=64088 -unknown101=3000 - -// 52:15 -[com_15] -type=model -x=112 -y=6 -width=179 -height=79 -layer=com_2 -model=model_12101 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=162 -modelangle_y=1186 -modelangle_z=0 -modelzoom=912 -modelanim=seq_3306 -unknown100=64036 -unknown101=3000 - -// 52:16 -[com_16] -type=model -x=9 -y=30 -width=114 -height=42 -layer=com_3 -model=model_2333 -modelorigin_x=-3 -modelorigin_y=-5 -modelangle_x=195 -modelangle_y=786 -modelangle_z=0 -modelzoom=1424 -modelanim=seq_527 -unknown100=63963 -unknown101=3000 - -// 52:17 -[com_17] -type=model -x=99 -y=41 -width=118 -height=122 -layer=com_3 -model=model_12103 -modelorigin_x=-10 -modelorigin_y=2 -modelangle_x=171 -modelangle_y=348 -modelangle_z=0 -modelzoom=466 -modelanim=seq_3306 -unknown100=64291 -unknown101=3000 - -// 52:18 -[com_18] -type=model -x=3 -y=6 -width=74 -height=53 -layer=com_4 -model=model_2333 -modelorigin_x=-1 -modelorigin_y=-4 -modelangle_x=177 -modelangle_y=918 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_527 -unknown100=63938 -unknown101=3000 - -// 52:19 -[com_19] -type=model -x=-270 -y=-12 -width=931 -height=282 -layer=com_1 -model=model_12114 -modelorigin_x=-93 -modelorigin_y=-52 -modelangle_x=189 -modelangle_y=1654 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3308 -unknown100=3035 -unknown101=3000 - -// 52:20 -[com_20] -type=model -x=45 -y=36 -width=71 -height=130 -layer=com_4 -model=model_12108 -modelorigin_x=-6 -modelorigin_y=-15 -modelangle_x=180 -modelangle_y=459 -modelangle_z=0 -modelzoom=1040 -modelanim=seq_3306 -unknown100=63982 -unknown101=3000 - -// 52:21 -[com_21] -type=model -x=-23 -y=7 -width=227 -height=56 -layer=com_5 -model=model_2333 -modelorigin_x=-8 -modelorigin_y=-11 -modelangle_x=159 -modelangle_y=726 -modelangle_z=0 -modelzoom=784 -modelanim=seq_527 -unknown100=64212 -unknown101=3000 - -// 52:22 -[com_22] -type=model -x=165 -y=-5 -width=288 -height=91 -layer=com_5 -model=model_12112 -modelorigin_x=-25 -modelorigin_y=15 -modelangle_x=81 -modelangle_y=150 -modelangle_z=0 -modelzoom=656 -modelanim=seq_3306 -unknown100=64161 -unknown101=3000 - -// 52:23 -[com_23] -type=text -x=186 -y=49 -width=105 -height=12 -layer=com_2 -textfont=p11_full -text=A Stable Dugout. -textshadow=yes -colour=0x999999 - -// 52:24 -[com_24] -type=text -x=355 -y=55 -width=84 -height=13 -layer=com_5 -textfont=p11_full -text=A Waka. -textshadow=yes -colour=0x999999 - -// 52:25 -[com_25] -type=text -x=131 -y=137 -width=79 -height=12 -layer=com_3 -textfont=p11_full -text=A Dugout. -textshadow=yes -colour=0x999999 - -// 52:26 -[com_26] -type=text -x=46 -y=141 -width=59 -height=15 -layer=com_4 -textfont=p11_full -text=A Log. -textshadow=yes -colour=0x999999 - -// 52:27 -[com_27] -type=model -x=-296 -y=52 -width=871 -height=358 -layer=com_1 -model=model_12114 -modelorigin_x=-43 -modelorigin_y=-44 -modelangle_x=306 -modelangle_y=1642 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3308 -unknown100=1605 -unknown101=3000 - -// 52:28 -[com_28] -type=model -x=-213 -y=-69 -width=939 -height=211 -layer=com_1 -model=model_12114 -modelorigin_x=-57 -modelorigin_y=-29 -modelangle_x=198 -modelangle_y=1609 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3308 -unknown100=761 -unknown101=3000 - -// 52:29 -[com_29] -type=model -x=-362 -y=-452 -width=1095 -height=829 -layer=com_1 -model=model_12105 -modelorigin_x=-3 -modelorigin_y=72 -modelangle_x=468 -modelangle_y=2035 -modelangle_z=0 -modelzoom=400 -unknown100=410 -unknown101=3000 - -// 52:30 -[com_30] -type=text -x=33 -y=29 -width=74 -height=150 -layer=com_4 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Select - -// 52:31 -[com_31] -type=text -x=102 -y=63 -width=113 -height=110 -layer=com_3 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Select - -// 52:32 -[com_32] -type=text -x=112 -y=8 -width=180 -height=68 -layer=com_2 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Select - -// 52:33 -[com_33] -type=text -x=158 -y=-2 -width=282 -height=85 -layer=com_5 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Select - -// 52:34 -[com_34] -type=model -x=2 -y=13 -width=227 -height=56 -layer=com_8 -model=model_2333 -modelorigin_x=-8 -modelorigin_y=-11 -modelangle_x=159 -modelangle_y=726 -modelangle_z=0 -modelzoom=784 -modelanim=seq_527 -unknown100=64209 -unknown101=3000 - -// 52:35 -[com_35] -type=model -x=148 -y=2 -width=294 -height=91 -layer=com_8 -model=model_12113 -modelorigin_x=-10 -modelorigin_y=21 -modelangle_x=81 -modelangle_y=152 -modelangle_z=0 -modelzoom=588 -modelanim=seq_3306 -unknown100=64209 -unknown101=3000 - -// 52:36 -[com_36] -type=model -x=7 -y=18 -width=114 -height=42 -layer=com_9 -model=model_2333 -modelorigin_x=-3 -modelorigin_y=-5 -modelangle_x=195 -modelangle_y=786 -modelangle_z=0 -modelzoom=1424 -modelanim=seq_527 -unknown100=63970 -unknown101=3000 - -// 52:37 -[com_37] -type=model -x=96 -y=27 -width=119 -height=121 -layer=com_9 -model=model_12104 -modelorigin_x=-10 -modelorigin_y=2 -modelangle_x=166 -modelangle_y=346 -modelangle_z=0 -modelzoom=466 -modelanim=seq_3306 -unknown100=64268 -unknown101=3000 - -// 52:38 -[com_38] -type=model -x=5 -y=6 -width=164 -height=38 -layer=com_10 -model=model_2333 -modelorigin_x=-6 -modelorigin_y=-6 -modelangle_x=135 -modelangle_y=762 -modelangle_z=0 -modelzoom=1040 -modelanim=seq_527 -unknown100=64088 -unknown101=3000 - -// 52:39 -[com_39] -type=model -x=111 -y=8 -width=189 -height=76 -layer=com_10 -model=model_12102 -modelorigin_x=-14 -modelorigin_y=8 -modelangle_x=164 -modelangle_y=1179 -modelangle_z=0 -modelzoom=867 -modelanim=seq_3306 -unknown100=64036 -unknown101=3000 - -// 52:40 -[com_40] -type=text -x=104 -y=44 -width=108 -height=114 -layer=com_9 -textfont=p12_full -textshadow=yes -colour=0xffff00 - -// 52:41 -[com_41] -type=text -x=114 -y=13 -width=197 -height=57 -layer=com_10 -textfont=p12_full -textshadow=yes -colour=0xffff00 - -// 52:42 -[com_42] -type=text -x=156 -y=3 -width=285 -height=86 -layer=com_8 -textfont=p12_full -textshadow=yes -colour=0xffff00 - -// 52:43 -[com_43] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 52:44 -[com_44] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_43 - -// 52:45 -[com_45] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 52:46 -[com_46] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 52:47 -[com_47] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 52:48 -[com_48] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 52:49 -[com_49] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 52:50 -[com_50] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 52:51 -[com_51] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 52:52 -[com_52] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 52:53 -[com_53] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_44 - -// 52:54 -[com_54] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_44 - -// 52:55 -[com_55] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_44 - -// 52:56 -[com_56] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_44 - -// 52:57 -[com_57] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_44 - -// 52:58 -[com_58] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - -// 52:59 -[com_59] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_53 -graphic=tradebacking -tiling=yes -outline=2 - -// 52:60 -[com_60] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_55 -graphic=tradebacking -tiling=yes -outline=2 - -// 52:61 -[com_61] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_56 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_520.if3 b/dumps/530/interface/interface_520.if3 deleted file mode 100644 index 3a399916c..000000000 --- a/dumps/530/interface/interface_520.if3 +++ /dev/null @@ -1,265 +0,0 @@ -// 520:0 -[com_0] -type=layer -x=58 -y=22 -width=35 -height=14 -hide=yes - -// 520:1 -[com_1] -type=rectangle -x=1 -y=-4 -width=41 -height=41 -layer=com_0 -colour=0x9160a2 -fill=yes -trans=10 - -// 520:2 -[com_2] -type=layer -x=93 -y=22 -width=40 -height=14 -hide=yes - -// 520:3 -[com_3] -type=rectangle -y=-6 -width=41 -height=41 -layer=com_2 -colour=0x9160a2 -fill=yes -trans=10 - -// 520:4 -[com_4] -type=layer -x=133 -y=22 -width=41 -height=14 -hide=yes - -// 520:5 -[com_5] -type=rectangle -y=-6 -width=41 -height=41 -layer=com_4 -colour=0x9160a2 -fill=yes -trans=10 - -// 520:6 -[com_6] -type=layer -x=173 -y=22 -width=41 -height=14 -hide=yes - -// 520:7 -[com_7] -type=rectangle -x=1 -y=-4 -width=41 -height=41 -layer=com_6 -colour=0x9160a2 -fill=yes -trans=10 - -// 520:8 -[com_8] -type=layer -x=213 -y=22 -width=41 -height=14 -hide=yes - -// 520:9 -[com_9] -type=rectangle -x=1 -y=-2 -width=41 -height=41 -layer=com_8 -colour=0x9160a2 -fill=yes -trans=10 - -// 520:10 -[com_10] -type=layer -x=253 -y=22 -width=41 -height=14 -hide=yes - -// 520:11 -[com_11] -type=rectangle -x=1 -y=-1 -width=41 -height=41 -layer=com_10 -colour=0x9160a2 -fill=yes -trans=10 - -// 520:12 -[com_12] -type=layer -x=293 -y=22 -width=40 -height=14 -hide=yes - -// 520:13 -[com_13] -type=rectangle -x=1 -y=-3 -width=41 -height=41 -layer=com_12 -colour=0x9160a2 -fill=yes -trans=10 - -// 520:14 -[com_14] -type=layer -x=332 -y=22 -width=41 -height=14 -hide=yes - -// 520:15 -[com_15] -type=rectangle -x=1 -y=-2 -width=41 -height=41 -layer=com_14 -colour=0x9160a2 -fill=yes -trans=10 - -// 520:16 -[com_16] -type=layer -x=372 -y=22 -width=40 -height=14 -hide=yes - -// 520:17 -[com_17] -type=rectangle -x=1 -y=-1 -width=41 -height=41 -layer=com_16 -colour=0x9160a2 -fill=yes -trans=10 - -// 520:18 -[com_18] -type=layer -x=411 -y=22 -width=36 -height=14 -hide=yes - -// 520:19 -[com_19] -type=rectangle -x=1 -y=-3 -width=41 -height=41 -layer=com_18 -colour=0x9160a2 -fill=yes -trans=10 - -// 520:20 -[com_20] -type=rectangle -x=48 -y=22 -width=11 -height=14 -colour=0x25393a -fill=yes -trans=50 - -// 520:21 -[com_21] -type=rectangle -x=48 -y=36 -width=409 -height=11 -colour=0x25393a -fill=yes -trans=50 - -// 520:22 -[com_22] -type=rectangle -x=447 -y=22 -width=10 -height=14 -colour=0x25393a -fill=yes -trans=50 - -// 520:23 -[com_23] -type=rectangle -x=48 -y=13 -width=409 -height=9 -colour=0x25393a -fill=yes -trans=50 - -// 520:24 -[com_24] -type=text -x=50 -y=47 -width=404 -height=17 -textfont=q8_full -text=Cyrisus's Courage -textalignh=1 -textshadow=yes -colour=0x666fff - diff --git a/dumps/530/interface/interface_521.if3 b/dumps/530/interface/interface_521.if3 deleted file mode 100644 index da15b09e8..000000000 --- a/dumps/530/interface/interface_521.if3 +++ /dev/null @@ -1,1028 +0,0 @@ -// 521:0 -[com_0] -type=rectangle -x=12 -y=17 -width=491 -height=307 -colour=0x000000 -fill=yes -trans=200 - -// 521:1 -[com_1] -type=graphic -x=12 -y=20 -width=482 -height=295 -graphic=tradebacking -tiling=yes - -// 521:2 -[com_2] -type=graphic -x=5 -y=13 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 521:3 -[com_3] -type=graphic -x=5 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 521:4 -[com_4] -type=graphic -x=-8 -y=55 -width=37 -height=243 -graphic="v2_stone_borders,1" -tiling=yes - -// 521:5 -[com_5] -type=graphic -x=469 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 521:6 -[com_6] -type=graphic -x=481 -y=55 -width=21 -height=246 -graphic="v2_stone_borders,3" -tiling=yes - -// 521:7 -[com_7] -type=graphic -x=35 -width=442 -height=20 -graphic="v2_stone_borders,0" -tiling=yes - -// 521:8 -[com_8] -type=graphic -x=31 -y=302 -width=447 -height=28 -graphic="v2_stone_borders,2" -tiling=yes - -// 521:9 -[com_9] -type=graphic -x=5 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 521:10 -[com_10] -type=graphic -x=469 -y=13 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 521:11 -[com_11] -type=graphic -x=469 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 521:12 -[com_12] -type=graphic -x=14 -y=32 -width=477 -height=33 -graphic="v2_stone_borders,8" -tiling=yes - -// 521:13 -[com_13] -type=graphic -x=473 -y=25 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 521:14 -[com_14] -type=text -x=41 -y=23 -width=422 -height=18 -textfont=b12_full -text=Guidance System -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 521:15 -[com_15] -type=layer -x=464 -y=24 -width=32 -height=32 -hide=yes - -// 521:16 -[com_16] -type=layer -x=41 -y=93 -width=210 -height=43 - -// 521:17 -[com_17] -type=rectangle -x=-195 -y=6 -width=200 -height=32 -layer=com_16 -colour=0x158b0d -fill=yes -trans=100 - -// 521:18 -[com_18] -type=rectangle -x=199 -y=95 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=225 - -// 521:19 -[com_19] -type=rectangle -x=148 -y=99 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=200 - -// 521:20 -[com_20] -type=rectangle -x=97 -y=97 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=175 - -// 521:21 -[com_21] -type=rectangle -x=46 -y=99 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=150 - -// 521:22 -[com_22] -type=layer -x=79 -y=94 -width=16 -height=44 - -// 521:23 -[com_23] -type=model -x=5 -y=-2 -width=7 -height=42 -layer=com_22 -model=model_24994 -modelorigin_x=0 -modelorigin_y=19 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65519 -unknown101=804 - -// 521:24 -[com_24] -type=layer -x=118 -y=94 -width=16 -height=40 - -// 521:25 -[com_25] -type=model -x=5 -y=-1 -width=7 -height=42 -layer=com_24 -model=model_24994 -modelorigin_x=0 -modelorigin_y=19 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65519 -unknown101=804 - -// 521:26 -[com_26] -type=layer -x=179 -y=95 -width=16 -height=40 - -// 521:27 -[com_27] -type=model -x=5 -y=-1 -width=7 -height=42 -layer=com_26 -model=model_24994 -modelorigin_x=0 -modelorigin_y=19 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65519 -unknown101=804 - -// 521:28 -[com_28] -type=layer -x=235 -y=93 -width=16 -height=40 - -// 521:29 -[com_29] -type=model -x=5 -y=-1 -width=7 -height=42 -layer=com_28 -model=model_24994 -modelorigin_x=0 -modelorigin_y=19 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65519 -unknown101=804 - -// 521:30 -[com_30] -type=model -x=31 -y=86 -width=230 -height=60 -model=model_24993 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=65394 -unknown101=1063 - -// 521:31 -[com_31] -type=text -x=202 -y=73 -width=42 -height=16 -textfont=b12_full -text=100% -textshadow=yes -colour=0xff981f - -// 521:32 -[com_32] -type=text -x=50 -y=72 -width=151 -height=16 -textfont=b12_full -text=Health - -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Health Info -onmouseover=script45(event_com, 0xf6b466) -onmouseleave=script45(event_com, 0xff981f) - -// 521:33 -[com_33] -type=layer -x=41 -y=164 -width=210 -height=43 - -// 521:34 -[com_34] -type=rectangle -x=-195 -y=8 -width=200 -height=32 -layer=com_33 -colour=0x158b0d -fill=yes -trans=100 - -// 521:35 -[com_35] -type=rectangle -x=200 -y=164 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=225 - -// 521:36 -[com_36] -type=rectangle -x=149 -y=168 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=200 - -// 521:37 -[com_37] -type=rectangle -x=98 -y=166 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=175 - -// 521:38 -[com_38] -type=rectangle -x=47 -y=168 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=150 - -// 521:39 -[com_39] -type=layer -x=100 -y=166 -width=16 -height=44 - -// 521:40 -[com_40] -type=model -x=5 -width=7 -height=42 -layer=com_39 -model=model_24994 -modelorigin_x=0 -modelorigin_y=19 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65519 -unknown101=804 - -// 521:41 -[com_41] -type=layer -x=182 -y=165 -width=16 -height=44 - -// 521:42 -[com_42] -type=model -x=5 -width=7 -height=42 -layer=com_41 -model=model_24994 -modelorigin_x=0 -modelorigin_y=19 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65519 -unknown101=804 - -// 521:43 -[com_43] -type=layer -x=235 -y=169 -width=16 -height=40 - -// 521:44 -[com_44] -type=model -x=5 -y=-1 -width=7 -height=42 -layer=com_43 -model=model_24994 -modelorigin_x=0 -modelorigin_y=19 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65519 -unknown101=804 - -// 521:45 -[com_45] -type=model -x=31 -y=159 -width=230 -height=60 -model=model_24993 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=65394 -unknown101=1063 - -// 521:46 -[com_46] -type=text -x=202 -y=146 -width=42 -height=16 -textfont=b12_full -text=100% -textshadow=yes -colour=0xff981f - -// 521:47 -[com_47] -type=text -x=49 -y=144 -width=152 -height=17 -textfont=b12_full -text=Spirit - -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Spirit Info -onmouseover=script45(event_com, 0xf6b466) -onmouseleave=script45(event_com, 0xff981f) - -// 521:48 -[com_48] -type=layer -x=40 -y=238 -width=210 -height=43 - -// 521:49 -[com_49] -type=rectangle -x=-194 -y=6 -width=200 -height=32 -layer=com_48 -colour=0x158b0d -fill=yes -trans=100 - -// 521:50 -[com_50] -type=rectangle -x=200 -y=236 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=225 - -// 521:51 -[com_51] -type=rectangle -x=149 -y=240 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=200 - -// 521:52 -[com_52] -type=rectangle -x=98 -y=238 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=175 - -// 521:53 -[com_53] -type=rectangle -x=47 -y=240 -width=51 -height=40 -colour=0x666666 -fill=yes -trans=150 - -// 521:54 -[com_54] -type=layer -x=233 -y=242 -width=16 -height=40 - -// 521:55 -[com_55] -type=model -x=5 -y=-1 -width=7 -height=42 -layer=com_54 -model=model_24994 -modelorigin_x=0 -modelorigin_y=19 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65157 -unknown101=804 - -// 521:56 -[com_56] -type=model -x=31 -y=231 -width=230 -height=60 -model=model_24993 -modelorigin_x=0 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=65002 -unknown101=1063 - -// 521:57 -[com_57] -type=text -x=203 -y=218 -width=42 -height=16 -textfont=b12_full -text=100% -textshadow=yes -colour=0xff981f - -// 521:58 -[com_58] -type=text -x=50 -y=217 -width=150 -height=15 -textfont=b12_full -text=Armament - -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Armament Info -onmouseover=script45(event_com, 0xf6b466) -onmouseleave=script45(event_com, 0xff981f) - -// 521:59 -[com_59] -type=rectangle -x=278 -y=62 -width=201 -height=10 -colour=0x3b322d -fill=yes - -// 521:60 -[com_60] -type=rectangle -x=278 -y=72 -width=201 -height=10 -colour=0x3a312c -fill=yes - -// 521:61 -[com_61] -type=rectangle -x=278 -y=82 -width=201 -height=10 -colour=0x39302c -fill=yes - -// 521:62 -[com_62] -type=rectangle -x=278 -y=92 -width=201 -height=10 -colour=0x382f2b -fill=yes - -// 521:63 -[com_63] -type=rectangle -x=278 -y=102 -width=201 -height=10 -colour=0x372e29 -fill=yes - -// 521:64 -[com_64] -type=rectangle -x=278 -y=112 -width=201 -height=10 -colour=0x362d28 -fill=yes - -// 521:65 -[com_65] -type=rectangle -x=278 -y=122 -width=201 -height=10 -colour=0x352d27 -fill=yes - -// 521:66 -[com_66] -type=rectangle -x=278 -y=132 -width=201 -height=10 -colour=0x342c26 -fill=yes - -// 521:67 -[com_67] -type=rectangle -x=278 -y=142 -width=201 -height=10 -colour=0x332b25 -fill=yes - -// 521:68 -[com_68] -type=rectangle -x=278 -y=152 -width=201 -height=10 -colour=0x322a24 -fill=yes - -// 521:69 -[com_69] -type=rectangle -x=278 -y=162 -width=201 -height=9 -colour=0x312923 -fill=yes - -// 521:70 -[com_70] -type=layer -x=315 -y=63 -width=125 -height=107 - -// 521:71 -[com_71] -type=model -x=13 -y=-13 -width=106 -height=114 -layer=com_70 -model=model_39674 -modelorigin_x=45 -modelorigin_y=17 -modelangle_x=57 -modelangle_y=141 -modelangle_z=0 -modelzoom=1884 -unknown100=65247 -unknown101=4190 - -// 521:72 -[com_72] -type=layer -x=315 -y=63 -width=125 -height=107 -hide=yes - -// 521:73 -[com_73] -type=model -x=22 -y=-12 -width=92 -height=115 -layer=com_72 -model=model_39753 -modelorigin_x=-14 -modelorigin_y=13 -modelangle_x=57 -modelangle_y=141 -modelangle_z=0 -modelzoom=1956 -modelanim=seq_9843 -unknown100=65074 -unknown101=4247 - -// 521:74 -[com_74] -type=layer -x=315 -y=63 -width=125 -height=107 -hide=yes - -// 521:75 -[com_75] -type=model -x=19 -y=-12 -width=95 -height=120 -layer=com_74 -model=model_39823 -modelorigin_x=-14 -modelorigin_y=13 -modelangle_x=57 -modelangle_y=141 -modelangle_z=0 -modelzoom=1884 -modelanim=seq_9845 -unknown100=64886 -unknown101=4103 - -// 521:76 -[com_76] -type=layer -x=315 -y=63 -width=125 -height=107 -hide=yes - -// 521:77 -[com_77] -type=model -x=20 -y=2 -width=78 -height=102 -layer=com_76 -model=model_40006 -modelorigin_x=-5 -modelorigin_y=4 -modelangle_x=57 -modelangle_y=141 -modelangle_z=0 -modelzoom=1884 -modelanim=seq_9845 -unknown100=64750 -unknown101=4164 - -// 521:78 -[com_78] -type=rectangle -x=278 -y=177 -width=201 -height=131 -colour=0x312923 -fill=yes - -// 521:79 -[com_79] -type=text -x=285 -y=183 -width=188 -height=17 -textfont=p12_full -text=--- Stat --- -textshadow=yes -colour=0xff981f - -// 521:80 -[com_80] -type=text -x=285 -y=203 -width=188 -height=100 -textfont=p12_full -text=Information... -textshadow=yes -colour=0xff981f - -// 521:81 -[com_81] -type=rectangle -x=277 -y=62 -width=203 -height=109 -colour=0x726451 - -// 521:82 -[com_82] -type=rectangle -x=278 -y=63 -width=201 -height=107 -colour=0x726451 - -// 521:83 -[com_83] -type=rectangle -x=278 -y=63 -width=202 -height=108 -colour=0x2e2b23 - -// 521:84 -[com_84] -type=rectangle -x=278 -y=177 -width=202 -height=131 -colour=0x726451 - -// 521:85 -[com_85] -type=rectangle -x=279 -y=178 -width=200 -height=129 -colour=0x726451 - -// 521:86 -[com_86] -type=rectangle -x=279 -y=178 -width=201 -height=130 -colour=0x2e2b23 - -// 521:87 -[com_87] -type=rectangle -x=277 -y=62 -width=203 -height=109 -colour=0x726451 - -// 521:88 -[com_88] -type=rectangle -x=278 -y=63 -width=201 -height=107 -colour=0x726451 - -// 521:89 -[com_89] -type=rectangle -x=278 -y=63 -width=202 -height=108 -colour=0x2e2b23 - diff --git a/dumps/530/interface/interface_522.if3 b/dumps/530/interface/interface_522.if3 deleted file mode 100644 index 349c2d04d..000000000 --- a/dumps/530/interface/interface_522.if3 +++ /dev/null @@ -1,96 +0,0 @@ -// 522:0 -[com_0] -type=text -x=64 -y=27 -width=123 -height=51 -textfont=q8_full -text=Monster name -textalignh=1 -textshadow=yes -colour=0xffc71f - -// 522:1 -[com_1] -type=text -x=14 -y=92 -width=164 -height=39 -textfont=q8_full -text=Line1 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 522:2 -[com_2] -type=text -x=14 -y=132 -width=164 -height=39 -textfont=q8_full -text=Line2 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 522:3 -[com_3] -type=text -x=14 -y=172 -width=164 -height=37 -textfont=q8_full -text=Line3 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 522:4 -[com_4] -type=text -x=14 -y=210 -width=164 -height=38 -textfont=q8_full -text=Line4 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 522:5 -[com_5] -type=graphic -x=14 -y=20 -width=50 -height=50 -graphic=dream_monster_icon - -// 522:6 -[com_6] -type=graphic -x=165 -y=11 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onclick=script29 - -// 522:7 -[com_7] -type=layer -x=160 -y=3 -width=30 -height=27 -hide=yes - diff --git a/dumps/530/interface/interface_523.if3 b/dumps/530/interface/interface_523.if3 deleted file mode 100644 index 783f4820d..000000000 --- a/dumps/530/interface/interface_523.if3 +++ /dev/null @@ -1,1274 +0,0 @@ -// 523:0 -[com_0] -type=graphic -x=20 -y=3 -width=25 -height=25 -layer=com_96 -graphic="staticons,0" - -// 523:1 -[com_1] -type=text -x=48 -y=7 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:2 -[com_2] -type=text -x=68 -y=16 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:3 -[com_3] -type=text -x=64 -y=12 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:4 -[com_4] -type=graphic -x=95 -y=2 -width=25 -height=25 -layer=com_96 -graphic="staticons,6" - -// 523:5 -[com_5] -type=text -x=123 -y=6 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:6 -[com_6] -type=text -x=143 -y=15 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:7 -[com_7] -type=text -x=139 -y=11 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:8 -[com_8] -type=graphic -x=20 -y=30 -width=25 -height=25 -layer=com_96 -graphic="staticons,12" - -// 523:9 -[com_9] -type=text -x=48 -y=34 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:10 -[com_10] -type=text -x=68 -y=43 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:11 -[com_11] -type=text -x=64 -y=39 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:12 -[com_12] -type=graphic -x=95 -y=30 -width=25 -height=25 -layer=com_96 -graphic="staticons,1" - -// 523:13 -[com_13] -type=text -x=123 -y=34 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:14 -[com_14] -type=text -x=143 -y=43 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:15 -[com_15] -type=text -x=139 -y=39 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:16 -[com_16] -type=graphic -x=20 -y=58 -width=25 -height=25 -layer=com_96 -graphic="staticons,7" - -// 523:17 -[com_17] -type=text -x=48 -y=62 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:18 -[com_18] -type=text -x=68 -y=71 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:19 -[com_19] -type=text -x=64 -y=67 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:20 -[com_20] -type=graphic -x=94 -y=58 -width=25 -height=25 -layer=com_96 -graphic="staticons,13" - -// 523:21 -[com_21] -type=text -x=122 -y=62 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:22 -[com_22] -type=text -x=142 -y=71 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:23 -[com_23] -type=text -x=138 -y=67 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:24 -[com_24] -type=graphic -x=20 -y=86 -width=25 -height=25 -layer=com_96 -graphic="staticons,2" - -// 523:25 -[com_25] -type=text -x=48 -y=90 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:26 -[com_26] -type=text -x=68 -y=99 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:27 -[com_27] -type=text -x=64 -y=95 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:28 -[com_28] -type=graphic -x=94 -y=85 -width=25 -height=25 -layer=com_96 -graphic="staticons,8" - -// 523:29 -[com_29] -type=text -x=122 -y=89 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:30 -[com_30] -type=text -x=142 -y=98 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:31 -[com_31] -type=text -x=138 -y=94 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:32 -[com_32] -type=graphic -x=20 -y=114 -width=25 -height=25 -layer=com_96 -graphic="staticons,14" - -// 523:33 -[com_33] -type=text -x=48 -y=118 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:34 -[com_34] -type=text -x=68 -y=127 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:35 -[com_35] -type=text -x=64 -y=123 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:36 -[com_36] -type=graphic -x=94 -y=113 -width=25 -height=25 -layer=com_96 -graphic="staticons,3" - -// 523:37 -[com_37] -type=text -x=122 -y=117 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:38 -[com_38] -type=text -x=142 -y=126 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:39 -[com_39] -type=text -x=138 -y=122 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:40 -[com_40] -type=graphic -x=20 -y=142 -width=25 -height=25 -layer=com_96 -graphic="staticons,9" - -// 523:41 -[com_41] -type=text -x=48 -y=146 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:42 -[com_42] -type=text -x=68 -y=155 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:43 -[com_43] -type=text -x=64 -y=151 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:44 -[com_44] -type=graphic -x=94 -y=141 -width=25 -height=25 -layer=com_96 -graphic="staticons,15" - -// 523:45 -[com_45] -type=text -x=122 -y=145 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:46 -[com_46] -type=text -x=142 -y=154 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:47 -[com_47] -type=text -x=138 -y=150 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:48 -[com_48] -type=graphic -x=20 -y=170 -width=25 -height=25 -layer=com_96 -graphic="staticons,4" - -// 523:49 -[com_49] -type=text -x=48 -y=174 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:50 -[com_50] -type=text -x=68 -y=183 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:51 -[com_51] -type=text -x=64 -y=179 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:52 -[com_52] -type=graphic -x=94 -y=169 -width=25 -height=25 -layer=com_96 -graphic="staticons,10" - -// 523:53 -[com_53] -type=text -x=122 -y=173 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:54 -[com_54] -type=text -x=142 -y=182 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:55 -[com_55] -type=text -x=138 -y=178 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:56 -[com_56] -type=graphic -x=20 -y=198 -width=25 -height=25 -layer=com_96 -graphic="staticons,16" - -// 523:57 -[com_57] -type=text -x=48 -y=202 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:58 -[com_58] -type=text -x=68 -y=211 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:59 -[com_59] -type=text -x=64 -y=207 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:60 -[com_60] -type=graphic -x=94 -y=198 -width=25 -height=25 -layer=com_96 -graphic="staticons,5" - -// 523:61 -[com_61] -type=text -x=122 -y=202 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:62 -[com_62] -type=text -x=142 -y=211 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:63 -[com_63] -type=text -x=138 -y=207 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:64 -[com_64] -type=graphic -x=20 -y=226 -width=25 -height=25 -layer=com_96 -graphic="staticons,11" - -// 523:65 -[com_65] -type=text -x=48 -y=230 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:66 -[com_66] -type=text -x=68 -y=239 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:67 -[com_67] -type=text -x=64 -y=235 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:68 -[com_68] -type=graphic -x=94 -y=226 -width=25 -height=25 -layer=com_96 -graphic="staticons,17" - -// 523:69 -[com_69] -type=text -x=122 -y=230 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:70 -[com_70] -type=text -x=142 -y=239 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:71 -[com_71] -type=text -x=138 -y=235 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:72 -[com_72] -type=graphic -x=20 -y=254 -width=25 -height=25 -layer=com_96 -graphic="staticons2,0" - -// 523:73 -[com_73] -type=text -x=48 -y=258 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:74 -[com_74] -type=text -x=68 -y=267 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:75 -[com_75] -type=text -x=64 -y=263 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:76 -[com_76] -type=graphic -x=94 -y=254 -width=25 -height=25 -layer=com_96 -graphic="staticons2,1" - -// 523:77 -[com_77] -type=text -x=122 -y=258 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:78 -[com_78] -type=text -x=142 -y=267 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:79 -[com_79] -type=text -x=138 -y=263 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:80 -[com_80] -type=graphic -x=20 -y=282 -width=25 -height=25 -layer=com_96 -graphic="staticons2,2" - -// 523:81 -[com_81] -type=text -x=48 -y=286 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:82 -[com_82] -type=text -x=68 -y=295 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:83 -[com_83] -type=text -x=64 -y=291 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:84 -[com_84] -type=graphic -x=94 -y=282 -width=25 -height=25 -layer=com_96 -graphic="staticons2,6" - -// 523:85 -[com_85] -type=text -x=122 -y=286 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:86 -[com_86] -type=text -x=142 -y=295 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:87 -[com_87] -type=text -x=138 -y=291 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:88 -[com_88] -type=graphic -x=20 -y=310 -width=25 -height=25 -layer=com_96 -graphic="staticons2,5" - -// 523:89 -[com_89] -type=text -x=48 -y=314 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:90 -[com_90] -type=text -x=68 -y=323 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:91 -[com_91] -type=text -x=64 -y=319 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:92 -[com_92] -type=graphic -x=94 -y=310 -width=25 -height=25 -layer=com_96 -graphic="staticons2,7" - -// 523:93 -[com_93] -type=text -x=121 -y=314 -width=18 -height=14 -layer=com_96 -textfont=p12_full -text=00 -textalignh=2 -textshadow=yes -colour=0xff981f - -// 523:94 -[com_94] -type=text -x=142 -y=324 -width=15 -height=12 -layer=com_96 -textfont=p12_full -text=00 -textshadow=yes -colour=0xff981f - -// 523:95 -[com_95] -type=text -x=137 -y=320 -width=8 -height=15 -layer=com_96 -textfont=p12_full -text=/ -textshadow=yes -colour=0xff981f - -// 523:96 -[com_96] -type=layer -x=-2 -y=48 -width=168 -height=207 -scrollheight=350 - -// 523:97 -[com_97] -type=layer -x=165 -y=49 -width=16 -height=206 -onload=script63(event_com, interface_523:com_96, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 523:98 -[com_98] -type=text -x=12 -y=9 -width=169 -height=18 -textfont=b12_full -text=Player : -textalignh=1 -textshadow=yes -colour=0xff981f - -// 523:99 -[com_99] -type=text -x=1 -y=31 -width=183 -height=18 -textfont=b12_full -text=Player ~ Name -textalignh=1 -textshadow=yes -colour=0xff981f - -// 523:100 -[com_100] -type=graphic -x=165 -y=8 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onclick=script29 - -// 523:101 -[com_101] -type=layer -x=160 -y=4 -width=26 -height=23 -hide=yes - -// 523:102 -[com_102] -type=graphic -width=26 -height=23 -layer=com_101 -graphic="close_buttons,1" - diff --git a/dumps/530/interface/interface_524.if3 b/dumps/530/interface/interface_524.if3 deleted file mode 100644 index ca0ec6190..000000000 --- a/dumps/530/interface/interface_524.if3 +++ /dev/null @@ -1,37 +0,0 @@ -// 524:0 -[com_0] -type=rectangle -x=22 -y=251 -width=465 -height=68 -colour=0x112526 -fill=yes -trans=150 - -// 524:1 -[com_1] -type=text -x=30 -y=292 -width=450 -height=20 -textfont=q8_full -text=Text -textalignh=1 -textshadow=yes -colour=0x666fff - -// 524:2 -[com_2] -type=text -x=30 -y=258 -width=450 -height=29 -textfont=quill_oblique_large -text=Text -textalignh=1 -textshadow=yes -colour=0x666fff - diff --git a/dumps/530/interface/interface_525.if3 b/dumps/530/interface/interface_525.if3 deleted file mode 100644 index 7084d2f1f..000000000 --- a/dumps/530/interface/interface_525.if3 +++ /dev/null @@ -1,108 +0,0 @@ -// 525:0 -[com_0] -type=model -x=-38 -y=-40 -width=19047 -height=20413 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_25719 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64328 -unknown101=3000 -modelobjwidth=595 -modelobjheight=416 - -// 525:1 -[com_1] -type=model -x=-3 -y=17 -width=497 -height=363 -xmode=abs_centre -ymode=abs_centre -model=model_25720 -modelorigin_x=0 -modelorigin_y=-13 -modelangle_x=539 -modelangle_y=0 -modelangle_z=0 -modelzoom=451 -unknown100=64259 -unknown101=3000 - -// 525:2 -[com_2] -type=text -x=-6 -y=-15 -width=300 -height=151 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text=This is an interface type test. -colour=0x332208 - -// 525:3 -[com_3] -type=model -x=-184 -y=-139 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 525:4 -[com_4] -type=model -x=131 -y=9 -width=312 -height=416 -xmode=abs_centre -ymode=abs_centre -model=model_25722 -modelorigin_x=-142 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64221 -unknown101=3000 - -// 525:5 -[com_5] -type=graphic -x=239 -y=-150 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_525:com_5, "close_buttons,7") -onmouseleave=script44(interface_525:com_5, "close_buttons,6") -onop=script29 - diff --git a/dumps/530/interface/interface_526.if3 b/dumps/530/interface/interface_526.if3 deleted file mode 100644 index dccd8a5af..000000000 --- a/dumps/530/interface/interface_526.if3 +++ /dev/null @@ -1,95 +0,0 @@ -// 526:0 -[com_0] -type=model -x=-38 -y=-40 -width=19047 -height=20413 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_25719 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64237 -unknown101=3000 -modelobjwidth=595 -modelobjheight=416 - -// 526:1 -[com_1] -type=model -x=5 -y=3 -width=497 -height=363 -layer=com_5 -model=model_25720 -modelorigin_x=0 -modelorigin_y=-13 -modelangle_x=539 -modelangle_y=0 -modelangle_z=0 -modelzoom=451 -unknown100=64180 -unknown101=3000 - -// 526:2 -[com_2] -type=text -x=100 -y=77 -width=300 -height=151 -layer=com_5 -textfont=q8_full -text=This is an interface type test. -colour=0x332208 - -// 526:3 -[com_3] -type=model -x=34 -y=34 -width=32 -height=32 -layer=com_5 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 526:4 -[com_4] -type=graphic -x=239 -y=-150 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -layer=com_5 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_526:com_4, "close_buttons,7") -onmouseleave=script44(interface_526:com_4, "close_buttons,6") -onop=script29 - -// 526:5 -[com_5] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_527.if3 b/dumps/530/interface/interface_527.if3 deleted file mode 100644 index 3afa5dc2a..000000000 --- a/dumps/530/interface/interface_527.if3 +++ /dev/null @@ -1,3204 +0,0 @@ -// 527:0 -[com_0] -type=model -x=100 -y=6 -width=338 -height=325 -layer=com_2 -model=model_25517 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=655 -unknown100=65036 -unknown101=3000 - -// 527:1 -[com_1] -type=model -x=-18 -y=-133 -width=550 -height=537 -layer=com_189 -model=model_25513 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=655 -unknown100=59 -unknown101=3000 - -// 527:2 -[com_2] -type=layer -width=512 -height=334 -layer=com_189 -hide=yes - -// 527:3 -[com_3] -type=layer -width=512 -height=334 -layer=com_189 -hide=yes - -// 527:4 -[com_4] -type=text -x=10 -y=10 -width=32 -height=32 -layer=com_71 -textfont=b12_full -text=1st Age -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:5 -[com_5] -type=layer -width=512 -height=334 -layer=com_189 -hide=yes - -// 527:6 -[com_6] -type=graphic -x=478 -y=8 -width=26 -height=23 -layer=com_189 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 527:7 -[com_7] -type=layer -width=512 -height=334 -layer=com_189 -hide=yes - -// 527:8 -[com_8] -type=model -x=292 -y=73 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_9) -onmouseleave=script69(true, interface_527:com_9) - -// 527:9 -[com_9] -type=layer -x=264 -y=72 -width=90 -height=48 -layer=com_2 -hide=yes - -// 527:10 -[com_10] -type=text -x=1 -y=5 -width=89 -height=32 -layer=com_9 -textfont=b12_full -text=Arrowheads display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:11 -[com_11] -type=model -x=225 -y=176 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_12) -onmouseleave=script69(true, interface_527:com_12) - -// 527:12 -[com_12] -type=layer -x=198 -y=175 -width=92 -height=48 -layer=com_2 -hide=yes - -// 527:13 -[com_13] -type=text -x=21 -y=5 -width=50 -height=32 -layer=com_12 -textfont=b12_full -text=Saranthium coin display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:14 -[com_14] -type=model -x=225 -y=123 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_15) -onmouseleave=script69(true, interface_527:com_15) - -// 527:15 -[com_15] -type=layer -x=198 -y=122 -width=92 -height=48 -layer=com_2 -hide=yes - -// 527:16 -[com_16] -type=text -x=22 -y=5 -width=50 -height=32 -layer=com_15 -textfont=b12_full -text=Senntisten coin display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:17 -[com_17] -type=model -x=225 -y=23 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_18) -onmouseleave=script69(true, interface_527:com_18) - -// 527:18 -[com_18] -type=layer -x=188 -y=22 -width=102 -height=48 -layer=com_2 -hide=yes - -// 527:19 -[com_19] -type=text -y=10 -width=102 -height=32 -layer=com_18 -textfont=b12_full -text=Jewellery display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:20 -[com_20] -type=model -x=226 -y=74 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_21) -onmouseleave=script69(true, interface_527:com_21) - -// 527:21 -[com_21] -type=layer -x=197 -y=73 -width=92 -height=48 -layer=com_2 -hide=yes - -// 527:22 -[com_22] -type=text -x=22 -y=5 -width=50 -height=32 -layer=com_21 -textfont=b12_full -text=Pottery display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:23 -[com_23] -type=model -x=292 -y=122 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_24) -onmouseleave=script69(true, interface_527:com_24) - -// 527:24 -[com_24] -type=layer -x=263 -y=121 -width=92 -height=60 -layer=com_2 -hide=yes - -// 527:25 -[com_25] -type=text -width=90 -height=60 -layer=com_24 -textfont=b12_full -text=Ancient Saradomin symbol display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:26 -[com_26] -type=model -x=293 -y=177 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_27) -onmouseleave=script69(true, interface_527:com_27) - -// 527:27 -[com_27] -type=layer -x=264 -y=174 -width=92 -height=60 -layer=com_2 -hide=yes - -// 527:28 -[com_28] -type=text -width=90 -height=60 -layer=com_27 -textfont=b12_full -text=Old Saradomin symbol display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:29 -[com_29] -type=model -x=355 -y=121 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_30) -onmouseleave=script69(true, interface_527:com_30) - -// 527:30 -[com_30] -type=layer -x=326 -y=120 -width=92 -height=50 -layer=com_2 -hide=yes - -// 527:31 -[com_31] -type=text -x=22 -y=5 -width=50 -height=32 -layer=com_30 -textfont=b12_full -text=Zaros tablet display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:32 -[com_32] -type=model -x=354 -y=177 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_33) -onmouseleave=script69(true, interface_527:com_33) - -// 527:33 -[com_33] -type=layer -x=326 -y=174 -width=92 -height=50 -layer=com_2 -hide=yes - -// 527:34 -[com_34] -type=text -x=22 -y=5 -width=50 -height=32 -layer=com_33 -textfont=b12_full -text=Ancient talisman display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:35 -[com_35] -type=model -x=291 -y=24 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_36) -onmouseleave=script69(true, interface_527:com_36) - -// 527:36 -[com_36] -type=layer -x=263 -y=23 -width=92 -height=50 -layer=com_2 -hide=yes - -// 527:37 -[com_37] -type=text -x=22 -y=8 -width=50 -height=32 -layer=com_36 -textfont=b12_full -text=Vase display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:38 -[com_38] -type=model -x=156 -y=176 -width=38 -height=48 -layer=com_2 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2448 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_39) -onmouseleave=script69(true, interface_527:com_39) - -// 527:39 -[com_39] -type=layer -x=126 -y=174 -width=92 -height=50 -layer=com_2 -hide=yes - -// 527:40 -[com_40] -type=text -x=22 -y=5 -width=50 -height=32 -layer=com_39 -textfont=b12_full -text=Soil layers display -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:41 -[com_41] -type=text -x=124 -y=50 -width=89 -height=32 -layer=com_2 -textfont=p12_full -text=Stairs to
Natural History
exhibit -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Stairs to Natural History exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:42 -[com_42] -type=text -x=347 -y=40 -width=89 -height=32 -layer=com_2 -textfont=p12_full -text=Stairs to
Timeline
exhibit -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Stairs to Timeline exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:43 -[com_43] -type=text -x=222 -y=261 -width=89 -height=32 -layer=com_2 -textfont=p12_full -text=Dig Site cleaning area -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:44 -[com_44] -type=text -x=433 -y=301 -width=89 -height=32 -layer=com_2 -textfont=b12_full -text=Level up -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xbf751d -op1=Stairs to Timeline exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:45 -[com_45] -type=model -x=100 -y=6 -width=338 -height=325 -layer=com_3 -model=model_25518 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=655 -unknown100=0 -unknown101=3000 -onmouseleave=script69(true, interface_527:com_9) - -// 527:46 -[com_46] -type=model -x=290 -y=38 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_70) -onmouseleave=script69(true, interface_527:com_70) - -// 527:47 -[com_47] -type=model -x=221 -y=38 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_73) -onmouseleave=script69(true, interface_527:com_73) - -// 527:48 -[com_48] -type=model -x=187 -y=38 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_75) -onmouseleave=script69(true, interface_527:com_75) - -// 527:49 -[com_49] -type=model -x=153 -y=38 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_77) -onmouseleave=script69(true, interface_527:com_77) - -// 527:50 -[com_50] -type=model -x=116 -y=108 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_79) -onmouseleave=script69(true, interface_527:com_79) - -// 527:51 -[com_51] -type=model -x=182 -y=108 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_81) -onmouseleave=script69(true, interface_527:com_81) - -// 527:52 -[com_52] -type=model -x=251 -y=107 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_83) -onmouseleave=script69(true, interface_527:com_83) - -// 527:53 -[com_53] -type=model -x=148 -y=108 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_85) -onmouseleave=script69(true, interface_527:com_85) - -// 527:54 -[com_54] -type=model -x=217 -y=108 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_87) -onmouseleave=script69(true, interface_527:com_87) - -// 527:55 -[com_55] -type=model -x=323 -y=108 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_89) -onmouseleave=script69(true, interface_527:com_89) - -// 527:56 -[com_56] -type=model -x=287 -y=108 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_91) -onmouseleave=script69(true, interface_527:com_91) - -// 527:57 -[com_57] -type=model -x=256 -y=38 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_71) -onmouseleave=script69(true, interface_527:com_71) - -// 527:58 -[com_58] -type=model -x=390 -y=182 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_93) -onmouseleave=script69(true, interface_527:com_93) - -// 527:59 -[com_59] -type=model -x=356 -y=182 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_95) -onmouseleave=script69(true, interface_527:com_95) - -// 527:60 -[com_60] -type=model -x=322 -y=183 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_97) -onmouseleave=script69(true, interface_527:com_97) - -// 527:61 -[com_61] -type=model -x=252 -y=182 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_99) -onmouseleave=script69(true, interface_527:com_99) - -// 527:62 -[com_62] -type=model -x=219 -y=182 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_101) -onmouseleave=script69(true, interface_527:com_101) - -// 527:63 -[com_63] -type=model -x=182 -y=244 -width=33 -height=41 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2830 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_103) -onmouseleave=script69(true, interface_527:com_103) - -// 527:64 -[com_64] -type=model -x=215 -y=243 -width=35 -height=43 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2702 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_105) -onmouseleave=script69(true, interface_527:com_105) - -// 527:65 -[com_65] -type=model -x=249 -y=243 -width=35 -height=43 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2702 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_107) -onmouseleave=script69(true, interface_527:com_107) - -// 527:66 -[com_66] -type=model -x=284 -y=243 -width=35 -height=43 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2702 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_109) -onmouseleave=script69(true, interface_527:com_109) - -// 527:67 -[com_67] -type=model -x=318 -y=243 -width=35 -height=43 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2702 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_111) -onmouseleave=script69(true, interface_527:com_111) - -// 527:68 -[com_68] -type=model -x=352 -y=244 -width=35 -height=43 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2702 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_113) -onmouseleave=script69(true, interface_527:com_113) - -// 527:69 -[com_69] -type=model -x=287 -y=181 -width=35 -height=44 -layer=com_3 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63736 -unknown101=3000 -onmouseover=script69(false, interface_527:com_114) -onmouseleave=script69(true, interface_527:com_114) - -// 527:70 -[com_70] -type=layer -x=257 -y=33 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:71 -[com_71] -type=layer -x=245 -y=29 -width=52 -height=54 -layer=com_3 -hide=yes - -// 527:72 -[com_72] -type=text -x=22 -y=5 -width=50 -height=32 -layer=com_70 -textfont=b12_full -text=1st-2nd Ages -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:73 -[com_73] -type=layer -x=191 -y=33 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:74 -[com_74] -type=text -x=22 -y=5 -width=50 -height=32 -layer=com_73 -textfont=b12_full -text=End of
2nd Age -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:75 -[com_75] -type=layer -x=152 -y=33 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:76 -[com_76] -type=text -x=7 -y=5 -width=83 -height=32 -layer=com_75 -textfont=b12_full -text=3rd Age
4000 years long -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:77 -[com_77] -type=layer -x=124 -y=33 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:78 -[com_78] -type=text -y=5 -width=92 -height=49 -layer=com_77 -textfont=b12_full -text=3rd Age
yr 3000-4000 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:79 -[com_79] -type=layer -x=85 -y=108 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:80 -[com_80] -type=text -y=5 -width=92 -height=32 -layer=com_79 -textfont=b12_full -text=4th Age
2000 yrs long -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:81 -[com_81] -type=layer -x=159 -y=103 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:82 -[com_82] -type=text -y=10 -width=92 -height=32 -layer=com_81 -textfont=b12_full -text=4th Age
yr 1-200 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:83 -[com_83] -type=layer -x=223 -y=102 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:84 -[com_84] -type=text -y=10 -width=92 -height=32 -layer=com_83 -textfont=b12_full -text=4th Age
yr 500-900 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:85 -[com_85] -type=layer -x=125 -y=103 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:86 -[com_86] -type=text -y=10 -width=92 -height=32 -layer=com_85 -textfont=b12_full -text=4th Age
yr 1-100 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:87 -[com_87] -type=layer -x=194 -y=103 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:88 -[com_88] -type=text -y=9 -width=92 -height=32 -layer=com_87 -textfont=b12_full -text=4th Age
yr 31-60 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:89 -[com_89] -type=layer -x=291 -y=103 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:90 -[com_90] -type=text -y=7 -width=92 -height=46 -layer=com_89 -textfont=b12_full -text=4th Age
yr 1100-1200 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:91 -[com_91] -type=layer -x=263 -y=103 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:92 -[com_92] -type=text -y=9 -width=92 -height=41 -layer=com_91 -textfont=b12_full -text=4th Age
yr 700-800 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:93 -[com_93] -type=layer -x=357 -y=177 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:94 -[com_94] -type=text -y=9 -width=92 -height=32 -layer=com_93 -textfont=b12_full -text=4th Age
yr 1777 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:95 -[com_95] -type=layer -x=323 -y=177 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:96 -[com_96] -type=text -y=10 -width=92 -height=32 -layer=com_95 -textfont=b12_full -text=4th Age
yr 1937 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:97 -[com_97] -type=layer -x=289 -y=178 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:98 -[com_98] -type=text -y=5 -width=92 -height=32 -layer=com_97 -textfont=b12_full -text=5th Age
currently 169 years old -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:99 -[com_99] -type=layer -x=219 -y=177 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:100 -[com_100] -type=text -y=10 -width=92 -height=32 -layer=com_99 -textfont=b12_full -text=5th Age
yr 8 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:101 -[com_101] -type=layer -x=186 -y=177 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:102 -[com_102] -type=text -y=10 -width=92 -height=32 -layer=com_101 -textfont=b12_full -text=5th Age
yr 9 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:103 -[com_103] -type=layer -x=149 -y=239 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:104 -[com_104] -type=text -y=10 -width=92 -height=32 -layer=com_103 -textfont=b12_full -text=5th Age
yr 12 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:105 -[com_105] -type=layer -x=183 -y=239 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:106 -[com_106] -type=text -y=9 -width=92 -height=32 -layer=com_105 -textfont=b12_full -text=5th Age
yr 20 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:107 -[com_107] -type=layer -x=217 -y=239 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:108 -[com_108] -type=text -y=10 -width=92 -height=32 -layer=com_107 -textfont=b12_full -text=5th Age
yr 23 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:109 -[com_109] -type=layer -x=252 -y=239 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:110 -[com_110] -type=text -y=9 -width=92 -height=32 -layer=com_109 -textfont=b12_full -text=5th Age
yr 42-62 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:111 -[com_111] -type=layer -x=286 -y=239 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:112 -[com_112] -type=text -y=10 -width=92 -height=32 -layer=com_111 -textfont=b12_full -text=5th Age
yr 47 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:113 -[com_113] -type=layer -x=320 -y=240 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:114 -[com_114] -type=layer -x=255 -y=177 -width=92 -height=50 -layer=com_3 -hide=yes - -// 527:115 -[com_115] -type=text -y=10 -width=92 -height=32 -layer=com_114 -textfont=b12_full -text=5th Age
yr 7 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:116 -[com_116] -type=text -y=10 -width=92 -height=32 -layer=com_113 -textfont=b12_full -text=5th Age
yr 62 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:117 -[com_117] -type=text -x=350 -y=40 -width=89 -height=32 -layer=com_3 -textfont=p12_full -text=Stairs to
Dig Site
exhibit -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Stairs to Dig Site exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:118 -[com_118] -type=text -x=97 -y=197 -width=89 -height=32 -layer=com_3 -textfont=p12_full -text=Stairs to
Timeline
exhibit -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Stairs to Timeline exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:119 -[com_119] -type=text -x=433 -y=302 -width=89 -height=32 -layer=com_3 -textfont=b12_full -text=Level up -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xbf751d -op1=Stairs to Timeline exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:120 -[com_120] -type=text -x=10 -y=302 -width=89 -height=32 -layer=com_3 -textfont=b12_full -text=Level down -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xbf751d -op1=Stairs to Dig Site exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:121 -[com_121] -type=model -x=100 -y=6 -width=338 -height=325 -layer=com_5 -model=model_25519 -modelorigin_x=5 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=655 -unknown100=0 -unknown101=3000 - -// 527:122 -[com_122] -type=model -x=362 -y=48 -width=35 -height=44 -layer=com_5 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=79 -modelangle_y=1803 -modelangle_z=0 -modelzoom=2660 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_123) -onmouseleave=script69(true, interface_527:com_123) - -// 527:123 -[com_123] -type=layer -x=330 -y=44 -width=92 -height=50 -layer=com_5 -hide=yes - -// 527:124 -[com_124] -type=text -y=7 -width=92 -height=32 -layer=com_123 -textfont=b12_full -text=5th Age
yr 136 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:125 -[com_125] -type=model -x=214 -y=170 -width=35 -height=44 -layer=com_5 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=79 -modelangle_y=1803 -modelangle_z=0 -modelzoom=2660 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_126) -onmouseleave=script69(true, interface_527:com_126) - -// 527:126 -[com_126] -type=layer -x=182 -y=166 -width=92 -height=50 -layer=com_5 -hide=yes - -// 527:127 -[com_127] -type=text -y=10 -width=92 -height=32 -layer=com_126 -textfont=b12_full -text=5th Age
yr 70 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:128 -[com_128] -type=model -x=292 -y=48 -width=35 -height=44 -layer=com_5 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=79 -modelangle_y=1803 -modelangle_z=0 -modelzoom=2660 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_129) -onmouseleave=script69(true, interface_527:com_129) - -// 527:129 -[com_129] -type=layer -x=260 -y=44 -width=92 -height=50 -layer=com_5 -hide=yes - -// 527:130 -[com_130] -type=text -y=10 -width=92 -height=32 -layer=com_129 -textfont=b12_full -text=5th Age
yr 132 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:131 -[com_131] -type=model -x=364 -y=170 -width=35 -height=44 -layer=com_5 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_132) -onmouseleave=script69(true, interface_527:com_132) - -// 527:132 -[com_132] -type=layer -x=332 -y=166 -width=92 -height=50 -layer=com_5 -hide=yes - -// 527:133 -[com_133] -type=text -y=10 -width=92 -height=32 -layer=com_132 -textfont=b12_full -text=5th Age
yr 154 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:134 -[com_134] -type=model -x=215 -y=236 -width=35 -height=44 -layer=com_5 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_135) -onmouseleave=script69(true, interface_527:com_135) - -// 527:135 -[com_135] -type=layer -x=183 -y=232 -width=92 -height=50 -layer=com_5 -hide=yes - -// 527:136 -[com_136] -type=text -y=9 -width=92 -height=32 -layer=com_135 -textfont=b12_full -text=5th Age
yr 169 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:137 -[com_137] -type=model -x=290 -y=236 -width=35 -height=44 -layer=com_5 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_138) -onmouseleave=script69(true, interface_527:com_138) - -// 527:138 -[com_138] -type=layer -x=258 -y=232 -width=92 -height=50 -layer=com_5 -hide=yes - -// 527:139 -[com_139] -type=text -y=8 -width=92 -height=32 -layer=com_138 -textfont=b12_full -text=5th Age
yr 169 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:140 -[com_140] -type=model -x=362 -y=107 -width=35 -height=44 -layer=com_5 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_141) -onmouseleave=script69(true, interface_527:com_141) - -// 527:141 -[com_141] -type=layer -x=330 -y=103 -width=92 -height=50 -layer=com_5 -hide=yes - -// 527:142 -[com_142] -type=text -y=9 -width=92 -height=32 -layer=com_141 -textfont=b12_full -text=5th Age
yr 143 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:143 -[com_143] -type=model -x=363 -y=236 -width=35 -height=44 -layer=com_5 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_144) -onmouseleave=script69(true, interface_527:com_144) - -// 527:144 -[com_144] -type=layer -x=331 -y=232 -width=92 -height=50 -layer=com_5 -hide=yes - -// 527:145 -[com_145] -type=text -y=7 -width=92 -height=32 -layer=com_144 -textfont=b12_full -text=5th Age
yr 162-163 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:146 -[com_146] -type=model -x=257 -y=152 -width=94 -height=42 -layer=com_5 -model=model_25515 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2148 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_147) -onmouseleave=script69(true, interface_527:com_147) - -// 527:147 -[com_147] -type=layer -x=268 -y=122 -width=78 -height=94 -layer=com_5 -hide=yes - -// 527:148 -[com_148] -type=text -y=30 -width=78 -height=32 -layer=com_147 -textfont=b12_full -text=5th Age
yr 20 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:149 -[com_149] -type=model -x=6791 -y=1233 -width=1031 -height=2459 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_top -layer=com_5 -model=model_25520 -modelorigin_x=0 -modelorigin_y=24 -modelangle_x=15 -modelangle_y=1915 -modelangle_z=0 -modelzoom=1636 -unknown100=64536 -unknown101=3000 -modelobjwidth=32 -modelobjheight=50 -onmouseover=script69(false, interface_527:com_150) -onmouseleave=script69(true, interface_527:com_150) - -// 527:150 -[com_150] -type=layer -x=183 -y=26 -width=78 -height=50 -layer=com_5 -hide=yes - -// 527:151 -[com_151] -type=text -y=7 -width=78 -height=32 -layer=com_150 -textfont=b12_full -text=5th Age
yr 98 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:152 -[com_152] -type=text -x=10 -y=302 -width=89 -height=32 -layer=com_5 -textfont=b12_full -text=Level down -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xbf751d -op1=Stairs to Timeline exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:153 -[com_153] -type=text -x=98 -y=209 -width=89 -height=32 -layer=com_5 -textfont=p12_full -text=Stairs to
Timeline
exhibit -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Stairs to Timeline exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:154 -[com_154] -type=model -x=215 -y=105 -width=35 -height=44 -layer=com_5 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=64036 -unknown101=3000 -onmouseover=script69(false, interface_527:com_155) -onmouseleave=script69(true, interface_527:com_155) - -// 527:155 -[com_155] -type=layer -x=187 -y=101 -width=92 -height=50 -layer=com_5 -hide=yes - -// 527:156 -[com_156] -type=text -width=92 -height=32 -layer=com_155 -textfont=b12_full -text=5th Age
yr 70 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 527:157 -[com_157] -type=model -x=50 -y=8 -width=395 -height=316 -layer=com_7 -model=model_25516 -modelorigin_x=0 -modelorigin_y=39 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1039 -unknown100=64012 -unknown101=3000 - -// 527:158 -[com_158] -type=model -x=185 -y=260 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_190) -onmouseleave=script69(true, interface_527:com_190) - -// 527:159 -[com_159] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_190 -textfont=b12_full -text=Terrorbird display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:160 -[com_160] -type=model -x=278 -y=260 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_191) -onmouseleave=script69(true, interface_527:com_191) - -// 527:161 -[com_161] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_191 -textfont=b12_full -text=Kalphite Queen
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:162 -[com_162] -type=model -x=64 -y=197 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_192) -onmouseleave=script69(true, interface_527:com_192) - -// 527:163 -[com_163] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_192 -textfont=b12_full -text=Mole
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:164 -[com_164] -type=model -x=119 -y=197 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_193) -onmouseleave=script69(true, interface_527:com_193) - -// 527:165 -[com_165] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_193 -textfont=b12_full -text=Penguin
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:166 -[com_166] -type=model -x=64 -y=90 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_194) -onmouseleave=script69(true, interface_527:com_194) - -// 527:167 -[com_167] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_194 -textfont=b12_full -text=Camel
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:168 -[com_168] -type=model -x=119 -y=90 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_195) -onmouseleave=script69(true, interface_527:com_195) - -// 527:169 -[com_169] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_195 -textfont=b12_full -text=Leech
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:170 -[com_170] -type=model -x=341 -y=197 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_196) -onmouseleave=script69(true, interface_527:com_196) - -// 527:171 -[com_171] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_196 -textfont=b12_full -text=Monkey
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:172 -[com_172] -type=model -x=396 -y=197 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_197) -onmouseleave=script69(true, interface_527:com_197) - -// 527:173 -[com_173] -type=text -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_197 -textfont=b12_full -text=Sea slug
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:174 -[com_174] -type=model -x=341 -y=90 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_198) -onmouseleave=script69(true, interface_527:com_198) - -// 527:175 -[com_175] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_198 -textfont=b12_full -text=Snail
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:176 -[com_176] -type=model -x=396 -y=90 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_199) -onmouseleave=script69(true, interface_527:com_199) - -// 527:177 -[com_177] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_199 -textfont=b12_full -text=Snake
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:178 -[com_178] -type=model -x=115 -y=20 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_200) -onmouseleave=script69(true, interface_527:com_200) - -// 527:179 -[com_179] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_200 -textfont=b12_full -text=Lizard
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:180 -[com_180] -type=model -x=188 -y=20 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_201) -onmouseleave=script69(true, interface_527:com_201) - -// 527:181 -[com_181] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_201 -textfont=b12_full -text=Battle tortoise
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:182 -[com_182] -type=model -x=279 -y=20 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_202) -onmouseleave=script69(true, interface_527:com_202) - -// 527:183 -[com_183] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_202 -textfont=b12_full -text=Dragon
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:184 -[com_184] -type=model -x=347 -y=20 -width=35 -height=44 -layer=com_7 -model=model_25514 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=80 -modelangle_y=1807 -modelangle_z=0 -modelzoom=2660 -unknown100=63661 -unknown101=3000 -onmouseover=script69(false, interface_527:com_203) -onmouseleave=script69(true, interface_527:com_203) - -// 527:185 -[com_185] -type=text -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_203 -textfont=b12_full -text=Wyvern
display -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 527:186 -[com_186] -type=text -x=10 -y=301 -width=89 -height=32 -layer=com_2 -textfont=b12_full -text=Level down -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xbf751d -op1=Stairs to Natural History exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:187 -[com_187] -type=text -x=433 -y=302 -width=89 -height=32 -layer=com_7 -textfont=b12_full -text=Level up -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xbf751d -op1=Stairs to Dig Site exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:188 -[com_188] -type=text -x=204 -y=144 -width=89 -height=32 -layer=com_7 -textfont=p12_full -text=Stairs to
Dig Site
exhibit -textalignh=1 -textshadow=yes -colour=0xbf751d -op1=Stairs to Dig Site exhibit -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 527:189 -[com_189] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 527:190 -[com_190] -type=layer -x=115 -y=240 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:191 -[com_191] -type=layer -x=215 -y=240 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:192 -[com_192] -type=layer -y=180 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:193 -[com_193] -type=layer -x=55 -y=180 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:194 -[com_194] -type=layer -y=70 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:195 -[com_195] -type=layer -x=55 -y=70 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:196 -[com_196] -type=layer -x=275 -y=180 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:197 -[com_197] -type=layer -x=330 -y=180 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:198 -[com_198] -type=layer -x=275 -y=70 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:199 -[com_199] -type=layer -x=340 -y=70 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:200 -[com_200] -type=layer -x=50 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:201 -[com_201] -type=layer -x=125 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:202 -[com_202] -type=layer -x=215 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:203 -[com_203] -type=layer -x=290 -width=160 -height=80 -layer=com_7 -hide=yes - -// 527:204 -[com_204] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 527:205 -[com_205] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_204 - -// 527:206 -[com_206] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 527:207 -[com_207] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 527:208 -[com_208] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 527:209 -[com_209] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 527:210 -[com_210] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 527:211 -[com_211] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 527:212 -[com_212] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 527:213 -[com_213] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 527:214 -[com_214] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_205 - -// 527:215 -[com_215] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_205 - -// 527:216 -[com_216] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_205 - -// 527:217 -[com_217] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_205 - -// 527:218 -[com_218] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_205 - -// 527:219 -[com_219] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_215 -graphic=tradebacking -tiling=yes -outline=2 - -// 527:220 -[com_220] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_214 -graphic=tradebacking -tiling=yes -outline=2 - -// 527:221 -[com_221] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_216 -graphic=tradebacking -tiling=yes -outline=2 - -// 527:222 -[com_222] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_217 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_528.if3 b/dumps/530/interface/interface_528.if3 deleted file mode 100644 index f303477d1..000000000 --- a/dumps/530/interface/interface_528.if3 +++ /dev/null @@ -1,263 +0,0 @@ -// 528:0 -[com_0] -type=rectangle -width=512 -height=334 -colour=0x000000 -fill=yes - -// 528:1 -[com_1] -type=graphic -x=483 -y=7 -width=26 -height=23 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 528:2 -[com_2] -type=text -x=235 -y=3 -width=275 -height=329 -textfont=p12_full -text=Text -textalignv=1 -textshadow=yes -colour=0xff981f - -// 528:3 -[com_3] -type=model -x=101 -y=133 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=302 -modelangle_y=1834 -modelangle_z=0 -modelzoom=1484 -unknown100=0 -unknown101=3000 - -// 528:4 -[com_4] -type=model -x=101 -y=133 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=302 -modelangle_y=1834 -modelangle_z=0 -modelzoom=1484 -unknown100=0 -unknown101=3000 - -// 528:5 -[com_5] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=3000 - -// 528:6 -[com_6] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=3000 - -// 528:7 -[com_7] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=3000 - -// 528:8 -[com_8] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=3000 - -// 528:9 -[com_9] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=3000 - -// 528:10 -[com_10] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=3000 - -// 528:11 -[com_11] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=3000 - -// 528:12 -[com_12] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=3000 - -// 528:13 -[com_13] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=3000 - -// 528:14 -[com_14] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=3000 - -// 528:15 -[com_15] -type=text -x=34 -y=306 -width=120 -height=16 -textfont=b12_full -text=Display number -textalignh=2 -textshadow=yes -colour=0xff981f - -// 528:16 -[com_16] -type=text -x=159 -y=306 -width=32 -height=16 -textfont=b12_full -text=03 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_529.if3 b/dumps/530/interface/interface_529.if3 deleted file mode 100644 index 3993c6ec7..000000000 --- a/dumps/530/interface/interface_529.if3 +++ /dev/null @@ -1,108 +0,0 @@ -// 529:0 -[com_0] -type=model -x=-38 -y=-40 -width=19047 -height=20413 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_25719 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64329 -unknown101=3000 -modelobjwidth=595 -modelobjheight=416 - -// 529:1 -[com_1] -type=model -x=-3 -y=17 -width=497 -height=363 -xmode=abs_centre -ymode=abs_centre -model=model_25720 -modelorigin_x=0 -modelorigin_y=-13 -modelangle_x=539 -modelangle_y=0 -modelangle_z=0 -modelzoom=451 -unknown100=64206 -unknown101=3000 - -// 529:2 -[com_2] -type=text -x=-6 -y=-14 -width=300 -height=153 -xmode=abs_centre -ymode=abs_centre -textfont=q8_full -text=This is an interface type test. -colour=0x332208 - -// 529:3 -[com_3] -type=model -x=-206 -y=-117 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=33790 -unknown101=3000 - -// 529:4 -[com_4] -type=model -x=-159 -y=-9 -width=298 -height=416 -xmode=abs_centre -ymode=abs_centre -model=model_25721 -modelorigin_x=148 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64214 -unknown101=3000 - -// 529:5 -[com_5] -type=graphic -x=239 -y=-150 -width=26 -height=23 -xmode=abs_centre -ymode=abs_centre -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_529:com_5, "close_buttons,7") -onmouseleave=script44(interface_529:com_5, "close_buttons,6") -onop=script29 - diff --git a/dumps/530/interface/interface_53.if3 b/dumps/530/interface/interface_53.if3 deleted file mode 100644 index 82b4b4b4f..000000000 --- a/dumps/530/interface/interface_53.if3 +++ /dev/null @@ -1,1086 +0,0 @@ -// 53:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 53:1 -[com_1] -type=model -x=102 -y=11 -width=49 -height=17 -layer=com_12 -model=model_12103 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=252 -modelangle_y=1960 -modelangle_z=0 -modelzoom=2000 -unknown100=64036 -unknown101=3000 - -// 53:2 -[com_2] -type=text -x=7 -y=4 -width=103 -height=36 -layer=com_12 -textfont=q8_full -text=Barbarian
Village -textshadow=yes -colour=0x999999 - -// 53:3 -[com_3] -type=text -x=2 -y=6 -width=220 -height=31 -layer=com_12 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Select -onmouseover=script67(interface_53:com_1, model_12104) -onmouseleave=script67(interface_53:com_1, model_12103) - -// 53:4 -[com_4] -type=model -x=110 -y=11 -width=43 -height=27 -layer=com_20 -model=model_12103 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=279 -modelangle_y=1852 -modelangle_z=0 -modelzoom=2000 -unknown100=63759 -unknown101=3000 - -// 53:5 -[com_5] -type=text -x=11 -y=21 -width=90 -height=18 -layer=com_20 -textfont=q8_full -text=Edgeville -textalignh=1 -textshadow=yes -colour=0x999999 - -// 53:6 -[com_6] -type=text -x=27 -y=6 -width=139 -height=38 -layer=com_20 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Select -onmouseover=script67(interface_53:com_4, model_12104) -onmouseleave=script67(interface_53:com_4, model_12103) - -// 53:7 -[com_7] -type=layer -x=-13 -y=-1 -width=527 -height=340 -layer=com_0 - -// 53:8 -[com_8] -type=layer -x=65 -y=31 -width=32 -height=32 -layer=com_0 - -// 53:9 -[com_9] -type=model -x=108 -y=2 -width=374 -height=330 -layer=com_0 -model=model_12109 -modelorigin_x=35 -modelorigin_y=34 -modelangle_x=387 -modelangle_y=2008 -modelangle_z=0 -modelzoom=906 -unknown100=65068 -unknown101=3000 - -// 53:10 -[com_10] -type=layer -x=165 -y=237 -width=248 -height=36 -layer=com_0 - -// 53:11 -[com_11] -type=layer -x=164 -y=208 -width=249 -height=42 -layer=com_0 - -// 53:12 -[com_12] -type=layer -x=165 -y=168 -width=227 -height=42 -layer=com_0 - -// 53:13 -[com_13] -type=layer -x=305 -y=271 -width=32 -height=32 -layer=com_0 - -// 53:14 -[com_14] -type=layer -x=228 -y=101 -width=55 -height=46 -layer=com_0 - -// 53:15 -[com_15] -type=layer -x=341 -y=237 -width=65 -height=44 -layer=com_0 -hide=yes - -// 53:16 -[com_16] -type=layer -x=301 -y=206 -width=75 -height=29 -layer=com_0 -hide=yes - -// 53:17 -[com_17] -type=layer -x=247 -y=177 -width=80 -height=30 -layer=com_0 -hide=yes - -// 53:18 -[com_18] -type=layer -x=201 -y=63 -width=254 -height=53 -layer=com_0 - -// 53:19 -[com_19] -type=layer -x=259 -y=105 -width=124 -height=34 -layer=com_0 -hide=yes - -// 53:20 -[com_20] -type=layer -x=157 -y=121 -width=232 -height=52 -layer=com_0 - -// 53:21 -[com_21] -type=layer -x=251 -y=125 -width=79 -height=38 -layer=com_0 -hide=yes - -// 53:22 -[com_22] -type=layer -x=201 -y=63 -width=254 -height=53 -layer=com_0 -hide=yes - -// 53:23 -[com_23] -type=layer -x=248 -y=154 -width=145 -height=32 -layer=com_0 -hide=yes - -// 53:24 -[com_24] -type=layer -x=280 -y=189 -width=145 -height=32 -layer=com_0 -hide=yes - -// 53:25 -[com_25] -type=layer -x=281 -y=221 -width=145 -height=32 -layer=com_0 -hide=yes - -// 53:26 -[com_26] -type=layer -x=34 -y=34 -width=203 -height=36 -layer=com_0 - -// 53:27 -[com_27] -type=model -x=14 -y=26 -width=239 -height=54 -layer=com_0 -model=model_12111 -modelorigin_x=31 -modelorigin_y=117 -modelangle_x=446 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1083 -unknown100=63892 -unknown101=3000 - -// 53:28 -[com_28] -type=text -x=34 -y=31 -width=192 -height=33 -layer=com_0 -textfont=q8_full -text=Please Select
Your Destination -textalignh=1 -textshadow=yes -colour=0xc8d1db - -// 53:29 -[com_29] -type=graphic -x=451 -y=10 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -onmouseover=script44(interface_53:com_29, "close_buttons,5") -onmouseleave=script44(interface_53:com_29, "close_buttons,4") -onclick=script29 - -// 53:30 -[com_30] -type=layer -x=447 -y=6 -width=32 -height=32 -layer=com_0 -hide=yes - -// 53:31 -[com_31] -type=model -x=-244 -y=133 -width=710 -height=366 -layer=com_7 -model=model_12114 -modelorigin_x=-5 -modelorigin_y=-11 -modelangle_x=465 -modelangle_y=1647 -modelangle_z=0 -modelzoom=466 -modelanim=seq_3308 -unknown100=970 -unknown101=3000 - -// 53:32 -[com_32] -type=model -x=-295 -y=42 -width=871 -height=358 -layer=com_7 -model=model_12114 -modelorigin_x=-43 -modelorigin_y=-44 -modelangle_x=306 -modelangle_y=1642 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3308 -unknown100=1450 -unknown101=3000 - -// 53:33 -[com_33] -type=model -x=-270 -y=-28 -width=931 -height=282 -layer=com_7 -model=model_12114 -modelorigin_x=-93 -modelorigin_y=-52 -modelangle_x=189 -modelangle_y=1654 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3308 -unknown100=1700 -unknown101=3000 - -// 53:34 -[com_34] -type=model -x=-216 -y=-85 -width=939 -height=211 -layer=com_7 -model=model_12114 -modelorigin_x=-57 -modelorigin_y=-29 -modelangle_x=198 -modelangle_y=1609 -modelangle_z=0 -modelzoom=400 -modelanim=seq_3308 -unknown100=1500 -unknown101=3000 - -// 53:35 -[com_35] -type=model -x=29 -y=5 -width=31 -height=11 -layer=com_17 -model=model_12104 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=252 -modelangle_y=1960 -modelangle_z=0 -modelzoom=3160 -unknown100=64561 -unknown101=3000 - -// 53:36 -[com_36] -type=model -x=20 -y=11 -width=36 -height=11 -layer=com_16 -model=model_12104 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=228 -modelangle_y=1990 -modelangle_z=0 -modelzoom=2776 -unknown100=63680 -unknown101=3000 - -// 53:37 -[com_37] -type=model -x=13 -y=20 -width=34 -height=9 -layer=com_15 -model=model_12104 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=272 -modelangle_y=62 -modelangle_z=0 -modelzoom=2954 -unknown100=63624 -unknown101=3000 - -// 53:38 -[com_38] -type=model -x=24 -y=12 -width=28 -height=17 -layer=com_21 -model=model_12104 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=279 -modelangle_y=1852 -modelangle_z=0 -modelzoom=3160 -unknown100=63636 -unknown101=3000 - -// 53:39 -[com_39] -type=model -x=181 -y=17 -width=50 -height=14 -layer=com_10 -model=model_12103 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=272 -modelangle_y=62 -modelangle_z=0 -modelzoom=2000 -unknown100=64036 -unknown101=3000 - -// 53:40 -[com_40] -type=model -x=150 -y=7 -width=50 -height=15 -layer=com_11 -model=model_12103 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=228 -modelangle_y=1990 -modelangle_z=0 -modelzoom=2000 -unknown100=63757 -unknown101=3000 - -// 53:41 -[com_41] -type=model -x=-632 -y=-553 -width=2137 -height=1340 -layer=com_7 -model=model_12105 -modelorigin_x=13 -modelorigin_y=-70 -modelangle_x=414 -modelangle_y=2008 -modelangle_z=0 -modelzoom=282 -unknown100=2200 -unknown101=3000 - -// 53:42 -[com_42] -type=model -x=21 -y=11 -width=22 -height=18 -layer=com_14 -model=model_12107 -modelorigin_x=4 -modelorigin_y=-1 -modelangle_x=468 -modelangle_y=2032 -modelangle_z=0 -modelzoom=428 -unknown100=64221 -unknown101=3000 - -// 53:43 -[com_43] -type=text -x=70 -y=14 -width=92 -height=16 -layer=com_10 -textfont=q8_full -text=Lumbridge -textalignh=2 -textshadow=yes -colour=0x999999 - -// 53:44 -[com_44] -type=text -x=14 -y=4 -width=89 -height=39 -layer=com_11 -textfont=q8_full -text=Champions'
Guild -textshadow=yes -colour=0x999999 - -// 53:45 -[com_45] -type=text -x=5 -y=1 -width=237 -height=52 -layer=com_18 -textfont=q8_full -text=Wilderness Pond -
No canoe trees here. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x999999 - -// 53:46 -[com_46] -type=model -x=9 -y=25 -width=23 -height=21 -layer=com_18 -model=model_12110 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=525 -modelangle_y=2026 -modelangle_z=0 -modelzoom=2704 -unknown100=63669 -unknown101=3000 - -// 53:47 -[com_47] -type=text -x=24 -y=12 -width=219 -height=23 -layer=com_10 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Select -onmouseover=script67(interface_53:com_39, model_12104) -onmouseleave=script67(interface_53:com_39, model_12103) - -// 53:48 -[com_48] -type=text -x=3 -y=2 -width=242 -height=28 -layer=com_11 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Select -onmouseover=script67(interface_53:com_40, model_12104) -onmouseleave=script67(interface_53:com_40, model_12103) - -// 53:49 -[com_49] -type=text -x=-11 -y=10 -width=250 -height=36 -layer=com_18 -textfont=p12_full -textshadow=yes -colour=0xffff00 -op1=Select - -// 53:50 -[com_50] -type=text -x=33 -y=9 -width=94 -height=14 -layer=com_19 -textfont=b12_full -text=You are here -textshadow=yes -colour=0xb86e0d - -// 53:51 -[com_51] -type=text -x=5 -y=1 -width=237 -height=52 -layer=com_22 -textfont=q8_full -text=Wilderness Pond -
No canoe trees here. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x990000 - -// 53:52 -[com_52] -type=model -x=6 -y=4 -width=26 -height=20 -layer=com_19 -model=model_12100 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=567 -modelangle_y=201 -modelangle_z=0 -modelzoom=528 -unknown100=64536 -unknown101=3000 - -// 53:53 -[com_53] -type=model -x=10 -y=5 -width=26 -height=20 -layer=com_23 -model=model_12100 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=567 -modelangle_y=201 -modelangle_z=0 -modelzoom=528 -unknown100=64131 -unknown101=3000 - -// 53:54 -[com_54] -type=text -x=31 -y=11 -width=112 -height=14 -layer=com_23 -textfont=b12_full -text=You are here -textalignh=1 -textshadow=yes -colour=0xb86e0d - -// 53:55 -[com_55] -type=model -x=10 -y=5 -width=26 -height=20 -layer=com_24 -model=model_12100 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=567 -modelangle_y=201 -modelangle_z=0 -modelzoom=528 -unknown100=64114 -unknown101=3000 - -// 53:56 -[com_56] -type=text -x=27 -y=8 -width=109 -height=15 -layer=com_24 -textfont=b12_full -text=You are here -textalignh=1 -textshadow=yes -colour=0xb86e0d - -// 53:57 -[com_57] -type=model -x=18 -y=11 -width=26 -height=20 -layer=com_25 -model=model_12100 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=567 -modelangle_y=201 -modelangle_z=0 -modelzoom=528 -unknown100=64114 -unknown101=3000 - -// 53:58 -[com_58] -type=text -x=29 -y=14 -width=102 -height=14 -layer=com_25 -textfont=b12_full -text=You are here -textalignh=1 -textshadow=yes -colour=0xb86e0d - -// 53:59 -[com_59] -type=text -x=-1 -width=145 -height=32 -layer=com_25 -textfont=p12_full -textshadow=yes -colour=0xffff00 - -// 53:60 -[com_60] -type=text -width=145 -height=32 -layer=com_24 -textfont=p12_full -textshadow=yes -colour=0xffff00 - -// 53:61 -[com_61] -type=text -width=145 -height=32 -layer=com_23 -textfont=p12_full -textshadow=yes -colour=0xffff00 - -// 53:62 -[com_62] -type=text -width=145 -height=32 -layer=com_19 -textfont=p12_full -textshadow=yes -colour=0xffff00 - -// 53:63 -[com_63] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 53:64 -[com_64] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 53:65 -[com_65] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_64 - -// 53:66 -[com_66] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 53:67 -[com_67] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 53:68 -[com_68] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 53:69 -[com_69] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 53:70 -[com_70] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 53:71 -[com_71] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 53:72 -[com_72] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 53:73 -[com_73] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 53:74 -[com_74] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_65 - -// 53:75 -[com_75] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_65 - -// 53:76 -[com_76] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_65 - -// 53:77 -[com_77] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_65 - -// 53:78 -[com_78] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_65 - -// 53:79 -[com_79] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_75 -graphic=tradebacking -tiling=yes -outline=2 - -// 53:80 -[com_80] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_74 -graphic=tradebacking -tiling=yes -outline=2 - -// 53:81 -[com_81] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_76 -graphic=tradebacking -tiling=yes -outline=2 - -// 53:82 -[com_82] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_77 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_530.if3 b/dumps/530/interface/interface_530.if3 deleted file mode 100644 index 85c07b225..000000000 --- a/dumps/530/interface/interface_530.if3 +++ /dev/null @@ -1,137 +0,0 @@ -// 530:0 -[com_0] -type=model -y=-5 -width=513 -height=346 -layer=com_11 -model=model_25725 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=450 -unknown100=64183 -unknown101=3000 - -// 530:1 -[com_1] -type=layer -x=50 -y=77 -width=151 -height=199 -layer=com_11 -scrollheight=430 - -// 530:2 -[com_2] -type=layer -x=203 -y=77 -width=16 -height=199 -layer=com_11 -onload=script63(event_com, interface_530:com_1, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 530:3 -[com_3] -type=layer -x=473 -y=77 -width=16 -height=199 -layer=com_11 -onload=script63(event_com, interface_530:com_4, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 530:4 -[com_4] -type=layer -x=319 -y=77 -width=151 -height=199 -layer=com_11 -scrollheight=930 - -// 530:5 -[com_5] -type=layer -x=32 -y=50 -width=462 -height=252 -layer=com_11 -hide=yes - -// 530:6 -[com_6] -type=graphic -x=467 -y=19 -width=26 -height=23 -layer=com_11 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 530:7 -[com_7] -type=text -x=3 -y=16 -width=145 -height=730 -layer=com_1 -textfont=q8_full -text=Text -colour=0x1b1b1b - -// 530:8 -[com_8] -type=text -x=3 -y=16 -width=145 -height=1230 -layer=com_4 -textfont=q8_full -text=Text -colour=0x1b1b1b - -// 530:9 -[com_9] -type=text -x=18 -y=27 -width=151 -height=199 -layer=com_5 -textfont=q8_full -text=This is an interface type test. -colour=0x1b1b1b - -// 530:10 -[com_10] -type=text -x=287 -y=27 -width=151 -height=199 -layer=com_5 -textfont=q8_full -text=This is an interface type test. -colour=0x1b1b1b - -// 530:11 -[com_11] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_531.if3 b/dumps/530/interface/interface_531.if3 deleted file mode 100644 index 90e3e7c23..000000000 --- a/dumps/530/interface/interface_531.if3 +++ /dev/null @@ -1,30 +0,0 @@ -// 531:0 -[com_0] -type=model -y=-6 -width=517 -height=352 -model=model_25726 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=465 -unknown100=65087 -unknown101=930 - -// 531:1 -[com_1] -type=graphic -x=481 -y=14 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_532.if3 b/dumps/530/interface/interface_532.if3 deleted file mode 100644 index 8c09aab44..000000000 --- a/dumps/530/interface/interface_532.if3 +++ /dev/null @@ -1,29 +0,0 @@ -// 532:0 -[com_0] -type=text -x=56 -y=7 -width=101 -height=16 -xmode=abs_right -textfont=b12_full -text=Museum Kudos: -textshadow=yes -colour=0xff981f - -// 532:1 -[com_1] -type=text -x=7 -y=7 -width=45 -height=16 -xmode=abs_right -textfont=p12_full -textalignh=2 -textshadow=yes -colour=0xff981f -onload=script64 -onvartransmit=script64 -onvartransmitlist=varplayer_1010 - diff --git a/dumps/530/interface/interface_533.if3 b/dumps/530/interface/interface_533.if3 deleted file mode 100644 index b4f5df14a..000000000 --- a/dumps/530/interface/interface_533.if3 +++ /dev/null @@ -1,505 +0,0 @@ -// 533:0 -[com_0] -type=rectangle -width=512 -height=334 -colour=0x000000 -fill=yes - -// 533:1 -[com_1] -type=text -width=270 -height=304 -layer=com_26 -textfont=p12_full -text=Text -textalignv=1 -textshadow=yes -colour=0xff981f - -// 533:2 -[com_2] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=2448 -unknown100=0 -unknown101=2448 - -// 533:3 -[com_3] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:4 -[com_4] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=2704 -unknown100=0 -unknown101=2704 - -// 533:5 -[com_5] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=2704 -unknown100=0 -unknown101=2704 - -// 533:6 -[com_6] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=2704 -unknown100=0 -unknown101=2704 - -// 533:7 -[com_7] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=2448 -unknown100=0 -unknown101=2448 - -// 533:8 -[com_8] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1936 -unknown100=0 -unknown101=1936 - -// 533:9 -[com_9] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:10 -[com_10] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:11 -[com_11] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:12 -[com_12] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:13 -[com_13] -type=model -x=16 -y=118 -width=207 -height=174 -model=null -modelorigin_x=0 -modelorigin_y=35 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=500 -unknown101=1424 - -// 533:14 -[com_14] -type=model -x=69 -y=174 -width=104 -height=67 -model=null -modelorigin_x=-2 -modelorigin_y=33 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:15 -[com_15] -type=model -x=43 -y=181 -width=153 -height=48 -model=null -modelorigin_x=0 -modelorigin_y=35 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:16 -[com_16] -type=model -x=44 -y=148 -width=150 -height=88 -model=null -modelorigin_x=0 -modelorigin_y=48 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:17 -[com_17] -type=model -x=69 -y=174 -width=104 -height=67 -model=null -modelorigin_x=-2 -modelorigin_y=33 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:18 -[com_18] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:19 -[com_19] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1424 -unknown100=0 -unknown101=1424 - -// 533:20 -[com_20] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1936 -unknown100=0 -unknown101=1936 - -// 533:21 -[com_21] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1936 -unknown100=0 -unknown101=1936 - -// 533:22 -[com_22] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=1936 -unknown100=0 -unknown101=1936 - -// 533:23 -[com_23] -type=model -x=103 -y=224 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=166 -modelangle_y=1795 -modelangle_z=0 -modelzoom=2576 -unknown100=0 -unknown101=2576 - -// 533:24 -[com_24] -type=text -x=34 -y=306 -width=120 -height=16 -textfont=b12_full -text=Display number -textalignh=2 -textshadow=yes -colour=0xff981f - -// 533:25 -[com_25] -type=text -x=159 -y=306 -width=32 -height=16 -textfont=b12_full -text=03 -textshadow=yes -colour=0xff981f - -// 533:26 -[com_26] -type=layer -x=238 -y=26 -width=270 -height=304 -hide=yes - -// 533:27 -[com_27] -type=layer -x=238 -y=26 -width=270 -height=304 -hide=yes - -// 533:28 -[com_28] -type=text -x=31 -y=73 -width=212 -height=50 -layer=com_27 -textfont=p12_full -text=Text -textshadow=yes -colour=0xff981f - -// 533:29 -[com_29] -type=text -x=31 -y=126 -width=212 -height=32 -layer=com_27 -textfont=p12_full -text=Text -textshadow=yes -colour=0xff981f -op1=Ok - -// 533:30 -[com_30] -type=text -x=31 -y=162 -width=212 -height=32 -layer=com_27 -textfont=p12_full -text=Text -textshadow=yes -colour=0xff981f -op1=Ok - -// 533:31 -[com_31] -type=text -x=31 -y=198 -width=212 -height=32 -layer=com_27 -textfont=p12_full -text=Text -textshadow=yes -colour=0xff981f -op1=Ok - -// 533:32 -[com_32] -type=graphic -x=483 -y=7 -width=26 -height=23 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - diff --git a/dumps/530/interface/interface_534.if3 b/dumps/530/interface/interface_534.if3 deleted file mode 100644 index e16e1cfee..000000000 --- a/dumps/530/interface/interface_534.if3 +++ /dev/null @@ -1,1408 +0,0 @@ -// 534:0 -[com_0] -type=rectangle -width=512 -height=334 -colour=0x000000 -fill=yes - -// 534:1 -[com_1] -type=graphic -x=484 -y=5 -width=26 -height=23 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 534:2 -[com_2] -type=text -x=235 -y=3 -width=275 -height=329 -textfont=p12_full -text=Text -textalignv=1 -textshadow=yes -colour=0xff981f - -// 534:3 -[com_3] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:4 -[com_4] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:5 -[com_5] -type=model -x=103 -y=262 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=650 -unknown100=0 -unknown101=650 - -// 534:6 -[com_6] -type=model -x=103 -y=262 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=650 -unknown100=0 -unknown101=650 - -// 534:7 -[com_7] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:8 -[com_8] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:9 -[com_9] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:10 -[com_10] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:11 -[com_11] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:12 -[com_12] -type=model -x=104 -y=225 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=973 -unknown100=0 -unknown101=973 - -// 534:13 -[com_13] -type=model -x=103 -y=262 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=650 -unknown100=0 -unknown101=650 - -// 534:14 -[com_14] -type=model -x=103 -y=262 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=650 -unknown100=0 -unknown101=650 - -// 534:15 -[com_15] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:16 -[com_16] -type=model -x=102 -y=165 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1243 -unknown100=0 -unknown101=1243 - -// 534:17 -[com_17] -type=model -x=102 -y=165 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1243 -unknown100=0 -unknown101=1243 - -// 534:18 -[com_18] -type=model -x=102 -y=165 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1243 -unknown100=0 -unknown101=1243 - -// 534:19 -[com_19] -type=model -x=102 -y=165 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1243 -unknown100=0 -unknown101=1243 - -// 534:20 -[com_20] -type=model -x=102 -y=165 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1243 -unknown100=0 -unknown101=1243 - -// 534:21 -[com_21] -type=model -x=102 -y=165 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1243 -unknown100=0 -unknown101=1243 - -// 534:22 -[com_22] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:23 -[com_23] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:24 -[com_24] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:25 -[com_25] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:26 -[com_26] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:27 -[com_27] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:28 -[com_28] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:29 -[com_29] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2068 -unknown100=0 -unknown101=2068 - -// 534:30 -[com_30] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:31 -[com_31] -type=model -x=98 -y=175 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:32 -[com_32] -type=model -x=98 -y=175 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:33 -[com_33] -type=model -x=98 -y=175 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:34 -[com_34] -type=model -x=98 -y=175 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:35 -[com_35] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:36 -[com_36] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:37 -[com_37] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:38 -[com_38] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:39 -[com_39] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:40 -[com_40] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:41 -[com_41] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:42 -[com_42] -type=model -x=24 -y=40 -width=186 -height=248 -model=null -modelorigin_x=0 -modelorigin_y=78 -modelangle_x=153 -modelangle_y=1282 -modelangle_z=0 -modelzoom=544 -unknown100=0 -unknown101=544 - -// 534:43 -[com_43] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:44 -[com_44] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:45 -[com_45] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:46 -[com_46] -type=model -x=103 -y=262 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=650 -unknown100=0 -unknown101=650 - -// 534:47 -[com_47] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:48 -[com_48] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:49 -[com_49] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=515 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:50 -[com_50] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:51 -[com_51] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:52 -[com_52] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=650 -unknown100=0 -unknown101=650 - -// 534:53 -[com_53] -type=model -x=103 -y=262 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=650 -unknown100=0 -unknown101=650 - -// 534:54 -[com_54] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:55 -[com_55] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:56 -[com_56] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:57 -[com_57] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:58 -[com_58] -type=model -x=101 -y=170 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1868 -unknown100=0 -unknown101=1868 - -// 534:59 -[com_59] -type=text -x=55 -y=109 -width=70 -height=22 -layer=com_65 -textfont=p11_full -text=Asgarnia -textalignh=1 -textshadow=yes -colour=0xff981f - -// 534:60 -[com_60] -type=text -x=145 -y=148 -width=70 -height=22 -layer=com_65 -textfont=p11_full -text=Misthalin -textalignh=1 -textshadow=yes -colour=0xff981f - -// 534:61 -[com_61] -type=text -x=134 -y=109 -width=46 -height=11 -layer=com_65 -textfont=p11_full -text=Avarrocka -textalignh=1 -textshadow=yes -colour=0xff981f - -// 534:62 -[com_62] -type=text -x=103 -y=96 -width=46 -height=11 -layer=com_65 -textfont=p11_full -text=Ghost Town -textalignh=1 -textshadow=yes -colour=0xff981f - -// 534:63 -[com_63] -type=text -x=41 -y=226 -width=46 -height=11 -layer=com_65 -textfont=p11_full -text=Karamja -textalignh=1 -textshadow=yes -colour=0xff981f - -// 534:64 -[com_64] -type=text -x=30 -y=136 -width=46 -height=11 -layer=com_65 -textfont=p11_full -text=Entrana -textalignh=1 -textshadow=yes -colour=0xff981f - -// 534:65 -[com_65] -type=layer -width=236 -height=300 -hide=yes - -// 534:66 -[com_66] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:67 -[com_67] -type=model -x=6 -y=10 -width=223 -height=314 -model=null -modelorigin_x=0 -modelorigin_y=156 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=253 -unknown100=840 -unknown101=253 - -// 534:68 -[com_68] -type=model -x=28 -y=32 -width=180 -height=127 -model=null -modelorigin_x=13 -modelorigin_y=68 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:69 -[com_69] -type=model -x=27 -y=32 -width=187 -height=179 -model=null -modelorigin_x=11 -modelorigin_y=42 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:70 -[com_70] -type=model -x=26 -y=31 -width=183 -height=218 -model=null -modelorigin_x=14 -modelorigin_y=23 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:71 -[com_71] -type=model -x=28 -y=32 -width=180 -height=213 -model=null -modelorigin_x=13 -modelorigin_y=25 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:72 -[com_72] -type=model -x=23 -y=32 -width=185 -height=212 -model=null -modelorigin_x=16 -modelorigin_y=25 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:73 -[com_73] -type=model -x=25 -y=133 -width=185 -height=151 -model=null -modelorigin_x=14 -modelorigin_y=-45 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:74 -[com_74] -type=model -x=28 -y=174 -width=180 -height=126 -model=null -modelorigin_x=13 -modelorigin_y=-74 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:75 -[com_75] -type=model -x=115 -y=147 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:76 -[com_76] -type=model -x=115 -y=147 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:77 -[com_77] -type=model -x=115 -y=147 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:78 -[com_78] -type=model -x=115 -y=147 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:79 -[com_79] -type=model -x=115 -y=147 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:80 -[com_80] -type=model -x=115 -y=147 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:81 -[com_81] -type=model -x=115 -y=147 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:82 -[com_82] -type=model -x=115 -y=147 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1055 -unknown100=0 -unknown101=1055 - -// 534:83 -[com_83] -type=model -x=103 -y=245 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1694 -modelangle_z=0 -modelzoom=461 -unknown100=0 -unknown101=461 - -// 534:84 -[com_84] -type=text -x=34 -y=306 -width=120 -height=16 -textfont=b12_full -text=Display number -textalignh=2 -textshadow=yes -colour=0xff981f - -// 534:85 -[com_85] -type=text -x=159 -y=306 -width=32 -height=16 -textfont=b12_full -text=03 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_535.if3 b/dumps/530/interface/interface_535.if3 deleted file mode 100644 index 8a8a59b8a..000000000 --- a/dumps/530/interface/interface_535.if3 +++ /dev/null @@ -1,845 +0,0 @@ -// 535:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 535:1 -[com_1] -type=rectangle -x=-3 -y=-1 -width=520 -height=336 -layer=com_0 -colour=0x2b2b14 -fill=yes - -// 535:2 -[com_2] -type=model -x=37 -y=16 -width=443 -height=384 -layer=com_0 -model=model_25890 -modelorigin_x=-18 -modelorigin_y=19 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64619 -unknown101=3000 - -// 535:3 -[com_3] -type=layer -x=-1 -y=1 -width=515 -height=336 -layer=com_0 -hide=yes - -// 535:4 -[com_4] -type=layer -x=57 -y=177 -width=400 -height=120 -layer=com_0 - -// 535:5 -[com_5] -type=model -x=107 -y=209 -width=32 -height=41 -layer=com_0 -model=model_25892 -modelorigin_x=116 -modelorigin_y=5 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64129 -unknown101=3000 - -// 535:6 -[com_6] -type=model -x=129 -y=206 -width=37 -height=44 -layer=com_0 -model=model_25903 -modelorigin_x=93 -modelorigin_y=6 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64076 -unknown101=3000 - -// 535:7 -[com_7] -type=model -x=151 -y=209 -width=29 -height=41 -layer=com_0 -model=model_25905 -modelorigin_x=75 -modelorigin_y=5 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64028 -unknown101=3000 - -// 535:8 -[com_8] -type=model -x=191 -y=206 -width=31 -height=44 -layer=com_0 -model=model_25909 -modelorigin_x=34 -modelorigin_y=6 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64076 -unknown101=3000 - -// 535:9 -[com_9] -type=model -x=172 -y=209 -width=24 -height=41 -layer=com_0 -model=model_25907 -modelorigin_x=56 -modelorigin_y=5 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=63984 -unknown101=3000 - -// 535:10 -[com_10] -type=model -x=215 -y=206 -width=25 -height=44 -layer=com_0 -model=model_25911 -modelorigin_x=13 -modelorigin_y=6 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64028 -unknown101=3000 - -// 535:11 -[com_11] -type=model -x=269 -y=206 -width=32 -height=44 -layer=com_0 -model=model_25917 -modelorigin_x=-45 -modelorigin_y=6 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64076 -unknown101=3000 - -// 535:12 -[com_12] -type=model -x=254 -y=209 -width=23 -height=41 -layer=com_0 -model=model_25915 -modelorigin_x=-25 -modelorigin_y=5 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64028 -unknown101=3000 - -// 535:13 -[com_13] -type=model -x=236 -y=209 -width=19 -height=41 -layer=com_0 -model=model_25913 -modelorigin_x=-5 -modelorigin_y=5 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=63984 -unknown101=3000 - -// 535:14 -[com_14] -type=model -x=372 -y=207 -width=36 -height=41 -layer=com_0 -model=model_25901 -modelorigin_x=-150 -modelorigin_y=5 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64187 -unknown101=3000 - -// 535:15 -[com_15] -type=model -x=353 -y=204 -width=33 -height=44 -layer=com_0 -model=model_25899 -modelorigin_x=-129 -modelorigin_y=6 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64129 -unknown101=3000 - -// 535:16 -[com_16] -type=model -x=326 -y=205 -width=38 -height=44 -layer=com_0 -model=model_25897 -modelorigin_x=-105 -modelorigin_y=6 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64076 -unknown101=3000 - -// 535:17 -[com_17] -type=model -x=311 -y=208 -width=32 -height=41 -layer=com_0 -model=model_25895 -modelorigin_x=-87 -modelorigin_y=5 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64028 -unknown101=3000 - -// 535:18 -[com_18] -type=model -x=296 -y=208 -width=25 -height=41 -layer=com_0 -model=model_25893 -modelorigin_x=-68 -modelorigin_y=5 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=63984 -unknown101=3000 - -// 535:19 -[com_19] -type=model -x=403 -y=207 -width=23 -height=14 -layer=com_0 -model=model_25886 -modelorigin_x=-175 -modelorigin_y=12 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=63978 -unknown101=3000 - -// 535:20 -[com_20] -type=graphic -x=467 -y=26 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 535:21 -[com_21] -type=rectangle -x=405 -y=201 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Press - -// 535:22 -[com_22] -type=layer -x=192 -y=42 -width=130 -height=80 -layer=com_0 -hide=yes - -// 535:23 -[com_23] -type=layer -x=192 -y=42 -width=130 -height=80 -layer=com_0 -hide=yes - -// 535:24 -[com_24] -type=rectangle -x=107 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Lower C -onmouseover=script67(interface_535:com_5, model_25902) -onmouseleave=script67(interface_535:com_5, model_25892) - -// 535:25 -[com_25] -type=rectangle -x=129 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Lower D -onmouseover=script67(interface_535:com_6, model_25904) -onmouseleave=script67(interface_535:com_6, model_25903) - -// 535:26 -[com_26] -type=rectangle -x=150 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Lower E -onmouseover=script67(interface_535:com_7, model_25906) -onmouseleave=script67(interface_535:com_7, model_25905) - -// 535:27 -[com_27] -type=rectangle -x=171 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Lower F -onmouseover=script67(interface_535:com_9, model_25908) -onmouseleave=script67(interface_535:com_9, model_25907) - -// 535:28 -[com_28] -type=rectangle -x=192 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Lower G -onmouseover=script67(interface_535:com_8, model_25910) -onmouseleave=script67(interface_535:com_8, model_25909) - -// 535:29 -[com_29] -type=rectangle -x=213 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Lower A -onmouseover=script67(interface_535:com_10, model_25912) -onmouseleave=script67(interface_535:com_10, model_25911) - -// 535:30 -[com_30] -type=rectangle -x=234 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Lower B -onmouseover=script67(interface_535:com_13, model_25914) -onmouseleave=script67(interface_535:com_13, model_25913) - -// 535:31 -[com_31] -type=rectangle -x=255 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Upper C -onmouseover=script67(interface_535:com_12, model_25916) -onmouseleave=script67(interface_535:com_12, model_25915) - -// 535:32 -[com_32] -type=rectangle -x=276 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Upper D -onmouseover=script67(interface_535:com_11, model_25918) -onmouseleave=script67(interface_535:com_11, model_25917) - -// 535:33 -[com_33] -type=rectangle -x=297 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Upper E -onmouseover=script67(interface_535:com_18, model_25891) -onmouseleave=script67(interface_535:com_18, model_25893) - -// 535:34 -[com_34] -type=rectangle -x=318 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Upper F -onmouseover=script67(interface_535:com_17, model_25894) -onmouseleave=script67(interface_535:com_17, model_25895) - -// 535:35 -[com_35] -type=rectangle -x=339 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Upper G -onmouseover=script67(interface_535:com_16, model_25896) -onmouseleave=script67(interface_535:com_16, model_25897) - -// 535:36 -[com_36] -type=rectangle -x=360 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Upper A -onmouseover=script67(interface_535:com_15, model_25898) -onmouseleave=script67(interface_535:com_15, model_25899) - -// 535:37 -[com_37] -type=rectangle -x=381 -y=222 -width=20 -height=20 -layer=com_0 -colour=0xffff00 -fill=yes -trans=250 -op1=Upper B -onmouseover=script67(interface_535:com_14, model_25900) -onmouseleave=script67(interface_535:com_14, model_25901) - -// 535:38 -[com_38] -type=model -x=37 -y=16 -width=443 -height=384 -layer=com_3 -model=model_25889 -modelorigin_x=-18 -modelorigin_y=19 -modelangle_x=143 -modelangle_y=0 -modelangle_z=0 -modelzoom=867 -unknown100=64314 -unknown101=3000 - -// 535:39 -[com_39] -type=rectangle -x=14 -y=8 -width=91 -height=41 -layer=com_22 -colour=0xffff00 -fill=yes -trans=250 -op1=Open - -// 535:40 -[com_40] -type=rectangle -x=14 -y=8 -width=91 -height=41 -layer=com_23 -colour=0xffff00 -fill=yes -trans=250 -op1=Search - -// 535:41 -[com_41] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 535:42 -[com_42] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_41 - -// 535:43 -[com_43] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 535:44 -[com_44] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 535:45 -[com_45] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 535:46 -[com_46] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 535:47 -[com_47] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 535:48 -[com_48] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 535:49 -[com_49] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 535:50 -[com_50] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 535:51 -[com_51] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_42 - -// 535:52 -[com_52] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_42 - -// 535:53 -[com_53] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_42 - -// 535:54 -[com_54] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_42 - -// 535:55 -[com_55] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_42 - -// 535:56 -[com_56] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_52 -graphic=tradebacking -tiling=yes -outline=2 - -// 535:57 -[com_57] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - -// 535:58 -[com_58] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_53 -graphic=tradebacking -tiling=yes -outline=2 - -// 535:59 -[com_59] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_536.if3 b/dumps/530/interface/interface_536.if3 deleted file mode 100644 index 222c774bf..000000000 --- a/dumps/530/interface/interface_536.if3 +++ /dev/null @@ -1,100 +0,0 @@ -// 536:0 -[com_0] -type=layer -x=89 -y=12 -width=300 -height=300 -layer=com_4 - -// 536:1 -[com_1] -type=layer -x=86 -y=50 -width=300 -height=250 -layer=com_4 - -// 536:2 -[com_2] -type=graphic -x=359 -y=33 -width=26 -height=23 -layer=com_4 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_536:com_2, "close_buttons,7") -onmouseleave=script44(interface_536:com_2, "close_buttons,6") -onop=script29 - -// 536:3 -[com_3] -type=model -x=297 -y=54 -width=66 -height=87 -layer=com_4 -model=model_25941 -modelorigin_x=-11 -modelorigin_y=153 -modelangle_x=207 -modelangle_y=564 -modelangle_z=0 -modelzoom=656 -unknown100=64084 -unknown101=3000 - -// 536:4 -[com_4] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 536:5 -[com_5] -type=model -x=-10 -y=-10 -width=327 -height=329 -layer=com_0 -model=model_25920 -modelorigin_x=9 -modelorigin_y=-36 -modelangle_x=507 -modelangle_y=2044 -modelangle_z=0 -modelzoom=656 -unknown100=64085 -unknown101=3000 - -// 536:6 -[com_6] -type=text -x=14 -y=30 -width=329 -height=17 -layer=com_1 -textfont=q8_full -text=Shrink-Me-Quick Recipe -colour=0x46320a - -// 536:7 -[com_7] -type=text -x=7 -y=72 -width=297 -height=136 -layer=com_1 -textfont=q8_full -text=1x leaf of tarromin, 1x shrunken ogleroot. Mix the tarromin in a vial of water, then add the shrunken ogleroot. Drink when standing within an area prepared with glyphs for this potion to have full effect. Take one dose only, for a new perspective on the world... -colour=0x46320a - diff --git a/dumps/530/interface/interface_537.if3 b/dumps/530/interface/interface_537.if3 deleted file mode 100644 index a56174d80..000000000 --- a/dumps/530/interface/interface_537.if3 +++ /dev/null @@ -1,519 +0,0 @@ -// 537:0 -[com_0] -type=model -x=36 -y=-20 -width=430 -height=383 -layer=com_40 -model=model_25921 -modelorigin_x=-1 -modelorigin_y=-43 -modelangle_x=483 -modelangle_y=2044 -modelangle_z=0 -modelzoom=581 -unknown100=64156 -unknown101=3000 - -// 537:1 -[com_1] -type=rectangle -x=69 -y=48 -width=357 -height=2 -layer=com_40 -colour=0x46320a -fill=yes - -// 537:2 -[com_2] -type=rectangle -x=69 -y=58 -width=357 -height=2 -layer=com_40 -colour=0x46320a -fill=yes - -// 537:3 -[com_3] -type=rectangle -x=69 -y=67 -width=357 -height=2 -layer=com_40 -colour=0x46320a -fill=yes - -// 537:4 -[com_4] -type=rectangle -x=70 -y=77 -width=357 -height=2 -layer=com_40 -colour=0x46320a -fill=yes - -// 537:5 -[com_5] -type=rectangle -x=69 -y=88 -width=357 -height=2 -layer=com_40 -colour=0x46320a -fill=yes - -// 537:6 -[com_6] -type=graphic -x=66 -y=39 -width=29 -height=66 -layer=com_40 -graphic=grim_musicalnotes1 - -// 537:7 -[com_7] -type=graphic -x=109 -y=28 -width=45 -height=36 -layer=com_40 -graphic="grim_musicalnotes,0" - -// 537:8 -[com_8] -type=graphic -x=143 -y=37 -width=45 -height=36 -layer=com_40 -graphic="grim_musicalnotes,1" - -// 537:9 -[com_9] -type=graphic -x=168 -y=46 -width=45 -height=36 -layer=com_40 -graphic="grim_musicalnotes,1" - -// 537:10 -[com_10] -type=graphic -x=197 -y=61 -width=45 -height=36 -layer=com_40 -graphic="grim_musicalnotes,1" - -// 537:11 -[com_11] -type=graphic -x=230 -y=51 -width=45 -height=36 -layer=com_40 -graphic="grim_musicalnotes,1" - -// 537:12 -[com_12] -type=graphic -x=261 -y=46 -width=45 -height=36 -layer=com_40 -graphic="grim_musicalnotes,1" - -// 537:13 -[com_13] -type=text -x=110 -y=94 -width=32 -height=32 -layer=com_40 -textfont=p12_full -text=E -textshadow=yes -colour=0x46320a - -// 537:14 -[com_14] -type=text -x=120 -y=94 -width=32 -height=32 -layer=com_40 -textfont=p12_full -text=F -textshadow=yes -colour=0x46320a - -// 537:15 -[com_15] -type=text -x=130 -y=94 -width=32 -height=32 -layer=com_40 -textfont=p12_full -text=E -textshadow=yes -colour=0x46320a - -// 537:16 -[com_16] -type=text -x=143 -y=94 -width=32 -height=32 -layer=com_40 -textfont=p12_full -text=D -textshadow=yes -colour=0x46320a - -// 537:17 -[com_17] -type=text -x=157 -y=94 -width=32 -height=32 -layer=com_40 -textfont=p12_full -text=C -textshadow=yes -colour=0x46320a - -// 537:18 -[com_18] -type=text -x=183 -y=94 -width=32 -height=32 -layer=com_40 -textfont=p12_full -text=A -textshadow=yes -colour=0x46320a - -// 537:19 -[com_19] -type=text -x=214 -y=94 -width=32 -height=32 -layer=com_40 -textfont=p12_full -text=E -textshadow=yes -colour=0x46320a - -// 537:20 -[com_20] -type=text -x=246 -y=94 -width=32 -height=32 -layer=com_40 -textfont=p12_full -text=G -textshadow=yes -colour=0x46320a - -// 537:21 -[com_21] -type=text -x=277 -y=94 -width=32 -height=32 -layer=com_40 -textfont=p12_full -text=A -textshadow=yes -colour=0x46320a - -// 537:22 -[com_22] -type=model -x=51 -y=180 -width=405 -height=82 -layer=com_40 -model=model_25919 -modelorigin_x=-23 -modelorigin_y=4 -modelangle_x=249 -modelangle_y=2044 -modelangle_z=0 -modelzoom=656 -unknown100=64077 -unknown101=3000 - -// 537:23 -[com_23] -type=text -x=63 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=C -textshadow=yes -colour=0x46320a - -// 537:24 -[com_24] -type=text -x=79 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=D -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:25 -[com_25] -type=text -x=107 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=E -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:26 -[com_26] -type=text -x=139 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=F -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:27 -[com_27] -type=text -x=168 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=G -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:28 -[com_28] -type=text -x=193 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=A -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:29 -[com_29] -type=text -x=220 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=B -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:30 -[com_30] -type=text -x=276 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=D -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:31 -[com_31] -type=text -x=248 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=C -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:32 -[com_32] -type=text -x=304 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=E -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:33 -[com_33] -type=text -x=333 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=F -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:34 -[com_34] -type=text -x=361 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=G -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:35 -[com_35] -type=text -x=389 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=A -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:36 -[com_36] -type=text -x=418 -y=229 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=B -textalignh=1 -textshadow=yes -colour=0x46320a - -// 537:37 -[com_37] -type=text -x=372 -y=33 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=UPPER -colour=0x46320a - -// 537:38 -[com_38] -type=text -x=372 -y=93 -width=32 -height=32 -layer=com_40 -textfont=b12_full -text=LOWER -colour=0x46320a - -// 537:39 -[com_39] -type=graphic -x=421 -y=19 -width=26 -height=23 -layer=com_40 -graphic="close_buttons,2" -op1=Close -onmouseleave=script44(event_com, "close_buttons,2") -onmouserepeat=script44(event_com, "close_buttons,3") -onclick=script29 - -// 537:40 -[com_40] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_538.if3 b/dumps/530/interface/interface_538.if3 deleted file mode 100644 index d210dbdca..000000000 --- a/dumps/530/interface/interface_538.if3 +++ /dev/null @@ -1,82 +0,0 @@ -// 538:0 -[com_0] -type=layer -x=89 -y=12 -width=300 -height=300 -layer=com_4 - -// 538:1 -[com_1] -type=model -x=79 -y=2 -width=327 -height=329 -layer=com_4 -model=model_25920 -modelorigin_x=9 -modelorigin_y=-36 -modelangle_x=507 -modelangle_y=2044 -modelangle_z=0 -modelzoom=656 -unknown100=64052 -unknown101=3000 - -// 538:2 -[com_2] -type=layer -x=88 -y=44 -width=300 -height=250 -layer=com_4 - -// 538:3 -[com_3] -type=graphic -x=357 -y=29 -width=26 -height=23 -layer=com_4 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_538:com_3, "close_buttons,7") -onmouseleave=script44(interface_538:com_3, "close_buttons,6") -onop=script29 - -// 538:4 -[com_4] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 538:5 -[com_5] -type=text -x=8 -y=23 -width=329 -height=17 -layer=com_2 -textfont=q8_full -text=Things to do: -colour=0x000000 - -// 538:6 -[com_6] -type=text -x=7 -y=49 -width=319 -height=186 -layer=com_2 -textfont=q8_full -text=Take out the rubbish
Buy a new record for the gramophone
Check shrunken ogleroot supply
Feed ogleroots to my darlings
Wash the bedsheets
Hang out the washing
Practise the piano
Terrorise the little brat with the ball again
Trim hedges in the garden
Floss warts
Plot revenge on Fritz's murderer -colour=0x000000 - diff --git a/dumps/530/interface/interface_539.if b/dumps/530/interface/interface_539.if deleted file mode 100644 index 8a208898f..000000000 --- a/dumps/530/interface/interface_539.if +++ /dev/null @@ -1,3 +0,0 @@ -// 539:0 -[com_0] - diff --git a/dumps/530/interface/interface_54.if3 b/dumps/530/interface/interface_54.if3 deleted file mode 100644 index dba10b9ce..000000000 --- a/dumps/530/interface/interface_54.if3 +++ /dev/null @@ -1,892 +0,0 @@ -// 54:0 -[com_0] -type=rectangle -x=19 -y=24 -width=487 -height=298 -layer=com_69 -colour=0x000000 -fill=yes -trans=200 - -// 54:1 -[com_1] -type=graphic -x=12 -y=20 -width=485 -height=297 -layer=com_69 -graphic=tradebacking -tiling=yes - -// 54:2 -[com_2] -type=graphic -x=12 -y=18 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,4" - -// 54:3 -[com_3] -type=graphic -x=470 -y=18 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,5" - -// 54:4 -[com_4] -type=graphic -x=470 -y=285 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,7" - -// 54:5 -[com_5] -type=graphic -x=12 -y=285 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,6" - -// 54:6 -[com_6] -type=graphic -x=44 -y=5 -width=426 -height=32 -layer=com_69 -graphic="v2_stone_borders,0" -tiling=yes - -// 54:7 -[com_7] -type=graphic -x=44 -y=297 -width=426 -height=32 -layer=com_69 -graphic="v2_stone_borders,2" -tiling=yes - -// 54:8 -[com_8] -type=graphic -x=-1 -y=50 -width=32 -height=235 -layer=com_69 -graphic="v2_stone_borders,1" -tiling=yes - -// 54:9 -[com_9] -type=graphic -x=482 -y=50 -width=32 -height=235 -layer=com_69 -graphic="v2_stone_borders,3" -tiling=yes - -// 54:10 -[com_10] -type=graphic -x=12 -y=34 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,9" -tiling=yes - -// 54:11 -[com_11] -type=graphic -x=470 -y=34 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,10" -tiling=yes - -// 54:12 -[com_12] -type=graphic -x=23 -y=32 -width=468 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:13 -[com_13] -type=graphic -x=33 -y=63 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,18" -tiling=yes - -// 54:14 -[com_14] -type=graphic -x=33 -y=271 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,20" -tiling=yes - -// 54:15 -[com_15] -type=graphic -x=242 -y=63 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,19" -tiling=yes - -// 54:16 -[com_16] -type=graphic -x=242 -y=271 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,21" -tiling=yes - -// 54:17 -[com_17] -type=graphic -x=19 -y=95 -width=32 -height=176 -layer=com_69 -graphic="v2_stone_borders,13" -tiling=yes - -// 54:18 -[com_18] -type=graphic -x=254 -y=95 -width=32 -height=176 -layer=com_69 -graphic="v2_stone_borders,13" -tiling=yes - -// 54:19 -[com_19] -type=graphic -x=65 -y=283 -width=177 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:20 -[com_20] -type=graphic -x=65 -y=49 -width=177 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:21 -[com_21] -type=graphic -x=322 -y=57 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,18" -tiling=yes - -// 54:22 -[com_22] -type=graphic -x=322 -y=97 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,20" -tiling=yes - -// 54:23 -[com_23] -type=graphic -x=397 -y=57 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,19" -tiling=yes - -// 54:24 -[com_24] -type=graphic -x=397 -y=97 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,21" -tiling=yes - -// 54:25 -[com_25] -type=graphic -x=359 -y=57 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,14" -tiling=yes - -// 54:26 -[com_26] -type=graphic -x=359 -y=97 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,15" -tiling=yes - -// 54:27 -[com_27] -type=graphic -x=308 -y=79 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,13" -tiling=yes - -// 54:28 -[com_28] -type=graphic -x=409 -y=79 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,13" -tiling=yes - -// 54:29 -[com_29] -type=graphic -x=337 -y=109 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:30 -[com_30] -type=graphic -x=337 -y=43 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:31 -[com_31] -type=graphic -x=381 -y=109 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:32 -[com_32] -type=graphic -x=381 -y=43 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:33 -[com_33] -type=graphic -x=358 -y=68 -width=32 -height=50 -layer=com_69 -graphic="v2_stone_borders,13" -tiling=yes - -// 54:34 -[com_34] -type=graphic -x=358 -y=149 -width=32 -height=51 -layer=com_69 -graphic="v2_stone_borders,13" -tiling=yes - -// 54:35 -[com_35] -type=graphic -x=322 -y=138 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,18" -tiling=yes - -// 54:36 -[com_36] -type=graphic -x=337 -y=191 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:37 -[com_37] -type=graphic -x=337 -y=124 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:38 -[com_38] -type=graphic -x=381 -y=191 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:39 -[com_39] -type=graphic -x=381 -y=124 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,8" -tiling=yes - -// 54:40 -[com_40] -type=graphic -x=322 -y=179 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,20" -tiling=yes - -// 54:41 -[com_41] -type=graphic -x=397 -y=138 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,19" -tiling=yes - -// 54:42 -[com_42] -type=graphic -x=397 -y=179 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,21" -tiling=yes - -// 54:43 -[com_43] -type=graphic -x=359 -y=138 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,14" -tiling=yes - -// 54:44 -[com_44] -type=graphic -x=359 -y=179 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,15" -tiling=yes - -// 54:45 -[com_45] -type=graphic -x=308 -y=154 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,13" -tiling=yes - -// 54:46 -[com_46] -type=graphic -x=409 -y=154 -width=32 -height=32 -layer=com_69 -graphic="v2_stone_borders,13" -tiling=yes - -// 54:47 -[com_47] -type=text -x=30 -y=28 -width=450 -height=14 -layer=com_69 -textfont=b12_full -text=Catapult Controls -textalignh=1 -textshadow=yes -colour=0xff981f - -// 54:48 -[com_48] -type=model -x=39 -y=69 -width=231 -height=229 -layer=com_69 -model=model_4854 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=286 -unknown100=0 -unknown101=3000 - -// 54:49 -[com_49] -type=layer -x=308 -y=56 -width=149 -height=99 -layer=com_69 - -// 54:50 -[com_50] -type=layer -x=308 -y=145 -width=146 -height=111 -layer=com_69 - -// 54:51 -[com_51] -type=graphic -x=330 -y=244 -width=90 -height=56 -layer=com_69 -graphic="wild_ditch_sign_button,0" -op1=Fire -onclick=script44(event_com, "wild_ditch_sign_button,1") -onrelease=script44(event_com, "wild_ditch_sign_button,0") - -// 54:52 -[com_52] -type=text -x=335 -y=250 -width=80 -height=44 -layer=com_69 -textfont=b12_full -text=Fire Catapult -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d -onmouseleave=script45(event_com, 0xbf751d) -onmouserepeat=script45(event_com, 0xe1981f) - -// 54:53 -[com_53] -type=model -x=209 -y=236 -width=19 -height=16 -layer=com_69 -model=model_4853 -modelorigin_x=-1 -modelorigin_y=-5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1485 -unknown100=64036 -unknown101=3000 - -// 54:54 -[com_54] -type=model -x=81 -y=114 -width=19 -height=16 -layer=com_69 -model=model_4853 -modelorigin_x=-1 -modelorigin_y=-5 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1485 -unknown100=64036 -unknown101=3000 - -// 54:55 -[com_55] -type=model -x=100 -y=100 -width=21 -height=23 -layer=com_69 -model=model_4856 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2889 -unknown100=63736 -unknown101=3000 - -// 54:56 -[com_56] -type=graphic -x=473 -y=24 -width=26 -height=23 -layer=com_69 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 54:57 -[com_57] -type=model -x=20 -y=7 -width=45 -height=61 -layer=com_49 -model=model_4857 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1077 -unknown100=0 -unknown101=3000 - -// 54:58 -[com_58] -type=model -x=70 -y=7 -width=45 -height=61 -layer=com_49 -model=model_4857 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1077 -unknown100=0 -unknown101=3000 - -// 54:59 -[com_59] -type=model -x=20 -y=-1 -width=45 -height=61 -layer=com_50 -model=model_4857 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1077 -unknown100=0 -unknown101=3000 - -// 54:60 -[com_60] -type=model -x=70 -y=-1 -width=45 -height=61 -layer=com_50 -model=model_4857 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1077 -unknown100=0 -unknown101=3000 - -// 54:61 -[com_61] -type=model -x=29 -y=20 -width=29 -height=38 -layer=com_49 -model=model_4865 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1209 -unknown100=64136 -unknown101=3000 - -// 54:62 -[com_62] -type=model -x=78 -y=20 -width=29 -height=38 -layer=com_49 -model=model_4865 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1209 -unknown100=64136 -unknown101=3000 - -// 54:63 -[com_63] -type=model -x=30 -y=9 -width=27 -height=41 -layer=com_50 -model=model_4866 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1209 -unknown100=64136 -unknown101=3000 - -// 54:64 -[com_64] -type=model -x=77 -y=8 -width=30 -height=42 -layer=com_50 -model=model_4867 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=474 -modelangle_y=2020 -modelangle_z=0 -modelzoom=1209 -unknown100=64136 -unknown101=3000 - -// 54:65 -[com_65] -type=model -x=126 -y=1 -width=23 -height=31 -layer=com_49 -model=model_4852 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1379 -unknown100=0 -unknown101=3000 -op1=Up - -// 54:66 -[com_66] -type=model -x=126 -y=44 -width=23 -height=31 -layer=com_49 -model=model_4852 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1379 -unknown100=0 -unknown101=3000 -op1=Down - -// 54:67 -[com_67] -type=model -x=87 -y=71 -width=31 -height=23 -layer=com_50 -model=model_4852 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=1379 -unknown100=0 -unknown101=3000 -op1=Right - -// 54:68 -[com_68] -type=model -x=19 -y=71 -width=31 -height=23 -layer=com_50 -model=model_4852 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1536 -modelangle_z=0 -modelzoom=1379 -unknown100=0 -unknown101=3000 -op1=Left - -// 54:69 -[com_69] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_540.if3 b/dumps/530/interface/interface_540.if3 deleted file mode 100644 index 60b28b233..000000000 --- a/dumps/530/interface/interface_540.if3 +++ /dev/null @@ -1,665 +0,0 @@ -// 540:0 -[com_0] -type=layer -x=-1 -y=-2 -width=512 -height=334 -op10= - -// 540:1 -[com_1] -type=text -x=-4 -y=243 -width=476 -height=19 -layer=com_51 -textfont=p12_full -text=Make your selection and press confirm -textalignh=1 -textshadow=yes -colour=0xff981f - -// 540:2 -[com_2] -type=graphic -x=52 -y=15 -width=50 -height=50 -layer=com_51 -graphic="ii_impling_icons,1" -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Baby impling", 50, 150) - -// 540:3 -[com_3] -type=text -x=93 -y=51 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x3 -textshadow=yes -colour=0xff981f - -// 540:4 -[com_4] -type=graphic -x=114 -y=13 -width=50 -height=50 -layer=com_51 -graphic="ii_impling_icons,6" -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Young impling", 50, 150) - -// 540:5 -[com_5] -type=text -x=153 -y=50 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x2 -textshadow=yes -colour=0xff981f - -// 540:6 -[com_6] -type=graphic -x=176 -y=13 -width=50 -height=50 -layer=com_51 -graphic="ii_impling_icons,0" -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Gourmet impling", 50, 150) - -// 540:7 -[com_7] -type=text -x=217 -y=51 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x1 -textshadow=yes -colour=0xff981f - -// 540:8 -[com_8] -type=graphic -x=51 -y=66 -width=50 -height=50 -layer=com_51 -graphic="ii_impling_icons,0" -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Gourmet impling", 50, 150) - -// 540:9 -[com_9] -type=text -x=92 -y=103 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x3 -textshadow=yes -colour=0xff981f - -// 540:10 -[com_10] -type=graphic -x=113 -y=65 -width=50 -height=50 -layer=com_51 -graphic="ii_impling_icons,9" -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Earth impling", 50, 150) - -// 540:11 -[com_11] -type=text -x=152 -y=102 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x2 -textshadow=yes -colour=0xff981f - -// 540:12 -[com_12] -type=graphic -x=175 -y=65 -width=50 -height=50 -layer=com_51 -graphic="ii_impling_icons,8" -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Essence impling", 50, 150) - -// 540:13 -[com_13] -type=text -x=216 -y=103 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x1 -textshadow=yes -colour=0xff981f - -// 540:14 -[com_14] -type=graphic -x=51 -y=118 -width=50 -height=50 -layer=com_51 -graphic="ii_impling_icons,8" -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Essence impling", 50, 150) - -// 540:15 -[com_15] -type=text -x=92 -y=155 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x3 -textshadow=yes -colour=0xff981f - -// 540:16 -[com_16] -type=graphic -x=113 -y=117 -width=50 -height=50 -layer=com_51 -graphic="ii_impling_icons,4" -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Eclectic impling", 50, 150) - -// 540:17 -[com_17] -type=text -x=152 -y=154 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x2 -textshadow=yes -colour=0xff981f - -// 540:18 -[com_18] -type=graphic -x=175 -y=117 -width=50 -height=50 -layer=com_51 -graphic="ii_impling_icons,3" -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Nature impling", 50, 150) - -// 540:19 -[com_19] -type=text -x=216 -y=155 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x1 -textshadow=yes -colour=0xff981f - -// 540:20 -[com_20] -type=graphic -x=51 -y=170 -width=50 -height=50 -layer=com_51 -graphic="ii_impling_icons,5" -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Any impling", 50, 150) - -// 540:21 -[com_21] -type=text -x=93 -y=202 -width=224 -height=18 -layer=com_51 -textfont=p12_full -text=x1 of any impling type -textshadow=yes -colour=0xff981f - -// 540:22 -[com_22] -type=model -x=345 -y=34 -width=32 -height=32 -layer=com_51 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Imp repellant", 50, 150) - -// 540:23 -[com_23] -type=graphic -x=387 -y=44 -width=15 -height=15 -layer=com_51 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(event_com, interface_540:com_26, interface_540:com_29, interface_540:com_32) - -// 540:24 -[com_24] -type=text -x=370 -y=59 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x1 -textshadow=yes -colour=0xff981f - -// 540:25 -[com_25] -type=model -x=341 -y=85 -width=32 -height=32 -layer=com_51 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Magic butterfly net", 50, 150) - -// 540:26 -[com_26] -type=graphic -x=387 -y=94 -width=15 -height=15 -layer=com_51 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(event_com, interface_540:com_23, interface_540:com_29, interface_540:com_32) - -// 540:27 -[com_27] -type=text -x=369 -y=109 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x1 -textshadow=yes -colour=0xff981f - -// 540:28 -[com_28] -type=model -x=341 -y=134 -width=32 -height=32 -layer=com_51 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Jar generator", 50, 150) - -// 540:29 -[com_29] -type=graphic -x=387 -y=144 -width=15 -height=15 -layer=com_51 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(event_com, interface_540:com_23, interface_540:com_26, interface_540:com_32) - -// 540:30 -[com_30] -type=text -x=369 -y=159 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x1 -textshadow=yes -colour=0xff981f - -// 540:31 -[com_31] -type=model -x=351 -y=185 -width=32 -height=32 -layer=com_51 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -onmouseleave=script40(interface_540:com_35) -onmouserepeat=script38(event_com, interface_540:com_35, "Three impling jars", 50, 150) - -// 540:32 -[com_32] -type=graphic -x=387 -y=197 -width=15 -height=15 -layer=com_51 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(event_com, interface_540:com_23, interface_540:com_26, interface_540:com_29) - -// 540:33 -[com_33] -type=text -x=370 -y=212 -width=20 -height=16 -layer=com_51 -textfont=p12_full -text=x3 -textshadow=yes -colour=0xff981f - -// 540:34 -[com_34] -type=graphic -x=438 -y=229 -width=29 -height=29 -layer=com_51 -graphic="ame_confirm_button,0" -op1=Ok -onmouseover=script44(event_com, "ame_confirm_button,1") -onmouseleave=script44(event_com, "ame_confirm_button,0") - -// 540:35 -[com_35] -type=layer -width=50 -height=50 -layer=com_51 - -// 540:36 -[com_36] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 540:37 -[com_37] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 540:38 -[com_38] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 540:39 -[com_39] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 540:40 -[com_40] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 540:41 -[com_41] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 540:42 -[com_42] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 540:43 -[com_43] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 540:44 -[com_44] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 540:45 -[com_45] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 540:46 -[com_46] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 540:47 -[com_47] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 540:48 -[com_48] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 540:49 -[com_49] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 540:50 -[com_50] -type=text -x=102 -y=30 -width=315 -height=18 -layer=com_0 -textfont=b12_full -text=Elnock's Exchange -textalignh=1 -textshadow=yes -colour=0xff981f - -// 540:51 -[com_51] -type=layer -x=21 -y=53 -width=470 -height=261 - diff --git a/dumps/530/interface/interface_541.if3 b/dumps/530/interface/interface_541.if3 deleted file mode 100644 index 87f9998f4..000000000 --- a/dumps/530/interface/interface_541.if3 +++ /dev/null @@ -1,38 +0,0 @@ -// 541:0 -[com_0] -type=model -y=2 -width=16551 -height=18990 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_13352 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -modelanim=seq_3410 -unknown100=700 -unknown101=3000 -unknown103=yes -modelobjwidth=517 -modelobjheight=387 - -// 541:1 -[com_1] -type=text -x=71 -y=3342 -width=477 -height=56 -xmode=proportion_centre -ymode=proportion_top -textfont=p12_full -text= -textalignh=1 -colour=0xffffff - diff --git a/dumps/530/interface/interface_542.if3 b/dumps/530/interface/interface_542.if3 deleted file mode 100644 index de173cb79..000000000 --- a/dumps/530/interface/interface_542.if3 +++ /dev/null @@ -1,607 +0,0 @@ -// 542:0 -[com_0] -type=graphic -x=17 -y=26 -width=480 -height=293 -graphic=tradebacking -tiling=yes -opbase= - -// 542:1 -[com_1] -type=graphic -y=26 -width=28 -height=290 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 542:2 -[com_2] -type=graphic -x=479 -y=26 -width=47 -height=285 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 542:3 -[com_3] -type=graphic -x=15 -y=302 -width=462 -height=26 -graphic="v2_stone_borders,2" -tiling=yes - -// 542:4 -[com_4] -type=graphic -x=14 -y=10 -width=464 -height=34 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 542:5 -[com_5] -type=graphic -x=467 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,7" -opbase= - -// 542:6 -[com_6] -type=graphic -x=13 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 542:7 -[com_7] -type=graphic -x=13 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,4" -opbase= - -// 542:8 -[com_8] -type=graphic -x=467 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,5" -opbase= - -// 542:9 -[com_9] -type=graphic -x=16 -y=38 -width=478 -height=35 -graphic="v2_stone_borders,8" -tiling=yes - -// 542:10 -[com_10] -type=graphic -x=13 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,9" -tiling=yes - -// 542:11 -[com_11] -type=graphic -x=467 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,10" -tiling=yes - -// 542:12 -[com_12] -type=graphic -x=471 -y=32 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 542:13 -[com_13] -type=text -x=25 -y=22 -width=467 -height=38 -textfont=b12_full -text=What would you like to make? -textalignh=1 -textalignv=1 -colour=0xff9900 - -// 542:14 -[com_14] -type=layer -x=348 -y=83 -width=75 -height=94 - -// 542:15 -[com_15] -type=layer -x=170 -y=200 -width=75 -height=96 - -// 542:16 -[com_16] -type=layer -x=79 -y=80 -width=75 -height=96 - -// 542:17 -[com_17] -type=layer -x=168 -y=79 -width=77 -height=90 - -// 542:18 -[com_18] -type=layer -x=255 -y=84 -width=75 -height=92 - -// 542:19 -[com_19] -type=layer -x=255 -y=197 -width=72 -height=92 - -// 542:20 -[com_20] -type=layer -x=78 -y=195 -width=76 -height=101 - -// 542:21 -[com_21] -type=layer -x=351 -y=192 -width=76 -height=96 - -// 542:22 -[com_22] -type=text -x=348 -y=140 -width=75 -height=36 -textfont=p12_full -text=Vial -textlineheight=16 -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script541(event_com, 33) - -// 542:23 -[com_23] -type=text -x=170 -y=260 -width=75 -height=36 -textfont=p12_full -text=Orb -textlineheight=16 -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script541(event_com, 46) - -// 542:24 -[com_24] -type=text -x=79 -y=140 -width=75 -height=36 -textfont=p12_full -text=Beer Glass -textlineheight=16 -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script541(event_com, 1) - -// 542:25 -[com_25] -type=text -x=169 -y=132 -width=75 -height=36 -textfont=p12_full -text=Candle Lantern -textlineheight=16 -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script541(event_com, 4) - -// 542:26 -[com_26] -type=text -x=255 -y=140 -width=75 -height=36 -textfont=p12_full -text=Oil lamp -textlineheight=16 -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script541(event_com, 12) - -// 542:27 -[com_27] -type=text -x=256 -y=252 -width=71 -height=37 -textfont=p12_full -text=Lantern Lens -textlineheight=16 -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script541(event_com, 49) - -// 542:28 -[com_28] -type=text -x=78 -y=260 -width=75 -height=36 -textfont=p12_full -text=Fish Bowl -textlineheight=16 -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script541(event_com, 42) - -// 542:29 -[com_29] -type=text -x=351 -y=252 -width=75 -height=36 -textfont=p12_full -text=Dorgeshuun Light Orb -textlineheight=16 -textalignh=1 -textshadow=yes -colour=0xff9900 -onload=script541(event_com, 87) - -// 542:30 -[com_30] -type=model -x=2 -width=70 -height=92 -layer=com_14 -model=model_2747 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=116 -modelangle_y=1942 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 542:31 -[com_31] -type=model -x=4 -y=-19 -width=64 -height=96 -layer=com_15 -model=model_2428 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=590 -modelangle_y=868 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 542:32 -[com_32] -type=model -x=-1 -y=-8 -width=64 -height=96 -layer=com_16 -model=model_2548 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=147 -modelangle_y=40 -modelangle_z=0 -modelzoom=450 -unknown100=0 -unknown101=3000 - -// 542:33 -[com_33] -type=model -x=8 -y=-3 -width=64 -height=96 -layer=com_17 -model=model_5745 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=53 -modelangle_y=1965 -modelangle_z=0 -modelzoom=741 -unknown100=0 -unknown101=3000 - -// 542:34 -[com_34] -type=model -x=8 -y=-7 -width=64 -height=96 -layer=com_18 -model=model_5754 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=197 -modelangle_y=1921 -modelangle_z=0 -modelzoom=687 -unknown100=0 -unknown101=3000 - -// 542:35 -[com_35] -type=model -x=8 -y=-21 -width=64 -height=96 -layer=com_19 -model=model_5740 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=427 -modelangle_y=2031 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 542:36 -[com_36] -type=model -x=8 -y=7 -width=59 -height=79 -layer=com_20 -model=model_14186 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=125 -modelangle_y=2042 -modelangle_z=0 -modelzoom=800 -unknown100=0 -unknown101=3000 - -// 542:37 -[com_37] -type=model -x=2 -y=-4 -width=70 -height=92 -layer=com_21 -model=model_23615 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=116 -modelangle_y=1942 -modelangle_z=0 -modelzoom=550 -unknown100=0 -unknown101=3000 - -// 542:38 -[com_38] -type=text -width=75 -height=93 -layer=com_14 -textfont=q8_full -textalignh=1 -colour=0x000000 -opbase=Vial -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 33) - -// 542:39 -[com_39] -type=text -width=74 -height=95 -layer=com_15 -textfont=q8_full -textalignh=1 -colour=0x000000 -opbase=Orb -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 46) - -// 542:40 -[com_40] -type=text -width=75 -height=96 -layer=com_16 -textfont=q8_full -textalignh=1 -colour=0x000000 -opbase=Beer Glass -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 1) - -// 542:41 -[com_41] -type=text -width=77 -height=90 -layer=com_17 -textfont=q8_full -textalignh=1 -colour=0x000000 -opbase=Candle Lantern -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 4) - -// 542:42 -[com_42] -type=text -width=75 -height=92 -layer=com_18 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Oil Lamp -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 12) - -// 542:43 -[com_43] -type=text -width=72 -height=92 -layer=com_19 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Lantern Lens -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 49) - -// 542:44 -[com_44] -type=text -width=76 -height=101 -layer=com_20 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Fish Bowl -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 42) - -// 542:45 -[com_45] -type=text -width=75 -height=95 -layer=com_21 -textfont=q8_full -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=Light Orb -op1=Make 1 -op2=Make 5 -op3=Make All -op4=Make X -onload=script542(event_com, 87) - diff --git a/dumps/530/interface/interface_543.if3 b/dumps/530/interface/interface_543.if3 deleted file mode 100644 index 9f3d917cb..000000000 --- a/dumps/530/interface/interface_543.if3 +++ /dev/null @@ -1,118 +0,0 @@ -// 543:0 -[com_0] -type=model -x=1 -width=16711 -height=16636 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_38126 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=254 -unknown100=595 -unknown101=3000 -modelobjwidth=522 -modelobjheight=339 - -// 543:1 -[com_1] -type=model -x=194 -y=-99 -width=18535 -height=9523 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_26577 -modelorigin_x=-236 -modelorigin_y=102 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -modelanim=seq_6644 -unknown100=64847 -unknown101=3000 -modelobjwidth=579 -modelobjheight=194 - -// 543:2 -[com_2] -type=model -x=26 -y=-101 -width=15399 -height=7904 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_26577 -modelorigin_x=-196 -modelorigin_y=85 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_6644 -unknown100=64385 -unknown101=3000 -modelobjwidth=481 -modelobjheight=161 - -// 543:3 -[com_3] -type=model -x=167 -y=-20 -width=13191 -height=6776 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_26577 -modelorigin_x=-168 -modelorigin_y=72 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -modelanim=seq_6644 -unknown100=64110 -unknown101=3000 -modelobjwidth=412 -modelobjheight=138 - -// 543:4 -[com_4] -type=model -x=197 -y=-18 -width=11431 -height=17273 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_26578 -modelorigin_x=-177 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_6644 -unknown100=64031 -unknown101=3000 -modelobjwidth=357 -modelobjheight=352 - diff --git a/dumps/530/interface/interface_544.if3 b/dumps/530/interface/interface_544.if3 deleted file mode 100644 index fd3e936c1..000000000 --- a/dumps/530/interface/interface_544.if3 +++ /dev/null @@ -1,326 +0,0 @@ -// 544:0 -[com_0] -type=model -x=-227 -y=-187 -width=525 -height=401 -layer=com_1 -model=model_26588 -modelorigin_x=-18 -modelorigin_y=1 -modelangle_x=501 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -unknown100=64056 -unknown101=3000 - -// 544:1 -[com_1] -type=layer -x=220 -y=132 -width=32 -height=32 -layer=com_6 - -// 544:2 -[com_2] -type=model -x=38 -y=7 -width=420 -height=317 -layer=com_6 -model=model_26589 -modelorigin_x=-11 -modelorigin_y=-9 -modelangle_x=469 -modelangle_y=0 -modelangle_z=0 -modelzoom=708 -unknown100=64144 -unknown101=3000 - -// 544:3 -[com_3] -type=model -x=69 -y=24 -width=288 -height=225 -layer=com_6 -model=model_26590 -modelorigin_x=24 -modelorigin_y=20 -modelangle_x=469 -modelangle_y=0 -modelangle_z=0 -modelzoom=708 -unknown100=64087 -unknown101=3000 - -// 544:4 -[com_4] -type=model -x=55 -y=36 -width=383 -height=279 -layer=com_6 -model=model_26591 -modelorigin_x=-10 -modelorigin_y=-19 -modelangle_x=469 -modelangle_y=0 -modelangle_z=0 -modelzoom=708 -unknown100=64068 -unknown101=3000 - -// 544:5 -[com_5] -type=model -x=204 -y=131 -width=145 -height=177 -layer=com_6 -model=model_26592 -modelorigin_x=-39 -modelorigin_y=-63 -modelangle_x=469 -modelangle_y=0 -modelangle_z=0 -modelzoom=708 -modelanim=seq_6640 -unknown100=64051 -unknown101=3000 - -// 544:6 -[com_6] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 544:7 -[com_7] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 544:8 -[com_8] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_7 - -// 544:9 -[com_9] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 544:10 -[com_10] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 544:11 -[com_11] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 544:12 -[com_12] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 544:13 -[com_13] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 544:14 -[com_14] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 544:15 -[com_15] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 544:16 -[com_16] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 544:17 -[com_17] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_8 - -// 544:18 -[com_18] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_8 - -// 544:19 -[com_19] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_8 - -// 544:20 -[com_20] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_8 - -// 544:21 -[com_21] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_8 - -// 544:22 -[com_22] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_18 -graphic=tradebacking -tiling=yes -outline=2 - -// 544:23 -[com_23] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - -// 544:24 -[com_24] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_19 -graphic=tradebacking -tiling=yes -outline=2 - -// 544:25 -[com_25] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_20 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_545.if3 b/dumps/530/interface/interface_545.if3 deleted file mode 100644 index 65dcc3fa9..000000000 --- a/dumps/530/interface/interface_545.if3 +++ /dev/null @@ -1,24 +0,0 @@ -// 545:0 -[com_0] -type=model -x=-71 -y=18 -width=47751 -height=32480 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_26580 -modelorigin_x=160 -modelorigin_y=-23 -modelangle_x=441 -modelangle_y=480 -modelangle_z=0 -modelzoom=656 -modelanim=seq_6641 -unknown100=64156 -unknown101=3000 -modelobjwidth=1492 -modelobjheight=662 - diff --git a/dumps/530/interface/interface_546.if3 b/dumps/530/interface/interface_546.if3 deleted file mode 100644 index 728c7288c..000000000 --- a/dumps/530/interface/interface_546.if3 +++ /dev/null @@ -1,115 +0,0 @@ -// 546:0 -[com_0] -type=model -x=1 -width=16583 -height=16538 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_38126 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=256 -unknown100=2790 -unknown101=3000 -modelobjwidth=518 -modelobjheight=337 - -// 546:1 -[com_1] -type=model -x=118 -y=-45 -width=15399 -height=12319 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_26577 -modelorigin_x=1 -modelorigin_y=132 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=730 -unknown101=3000 -modelobjwidth=481 -modelobjheight=251 - -// 546:2 -[com_2] -type=model -x=-183 -y=-71 -width=15399 -height=12319 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_26577 -modelorigin_x=1 -modelorigin_y=132 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=528 -unknown100=65379 -unknown101=3000 -modelobjwidth=481 -modelobjheight=251 - -// 546:3 -[com_3] -type=model -x=116 -y=-145 -width=12423 -height=9523 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_26577 -modelorigin_x=0 -modelorigin_y=102 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=656 -unknown100=64644 -unknown101=3000 -modelobjwidth=388 -modelobjheight=194 - -// 546:4 -[com_4] -type=model -x=-77 -y=-32 -width=18439 -height=19236 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_26455 -modelorigin_x=179 -modelorigin_y=58 -modelangle_x=69 -modelangle_y=311 -modelangle_z=0 -modelzoom=1112 -modelanim=seq_6642 -unknown100=64106 -unknown101=3000 -modelobjwidth=576 -modelobjheight=392 - diff --git a/dumps/530/interface/interface_547.if3 b/dumps/530/interface/interface_547.if3 deleted file mode 100644 index 3ceaa0ca9..000000000 --- a/dumps/530/interface/interface_547.if3 +++ /dev/null @@ -1,76 +0,0 @@ -// 547:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 547:1 -[com_1] -type=model -x=38 -width=450 -height=336 -layer=com_0 -model=model_26589 -modelorigin_x=-11 -modelorigin_y=-11 -modelangle_x=469 -modelangle_y=0 -modelangle_z=0 -modelzoom=666 -unknown100=64129 -unknown101=3000 - -// 547:2 -[com_2] -type=model -x=74 -y=17 -width=306 -height=240 -layer=com_0 -model=model_26590 -modelorigin_x=25 -modelorigin_y=20 -modelangle_x=469 -modelangle_y=0 -modelangle_z=0 -modelzoom=666 -unknown100=64071 -unknown101=3000 - -// 547:3 -[com_3] -type=model -x=59 -y=30 -width=408 -height=297 -layer=com_0 -model=model_26591 -modelorigin_x=-11 -modelorigin_y=-21 -modelangle_x=469 -modelangle_y=0 -modelangle_z=0 -modelzoom=666 -unknown100=64051 -unknown101=3000 - -// 547:4 -[com_4] -type=graphic -x=466 -y=8 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 -onclick=script29 - diff --git a/dumps/530/interface/interface_548.if3 b/dumps/530/interface/interface_548.if3 deleted file mode 100644 index 76efbe06b..000000000 --- a/dumps/530/interface/interface_548.if3 +++ /dev/null @@ -1,952 +0,0 @@ -// 548:0 -[com_0] -type=layer -y=480 -width=519 -height=23 - -// 548:1 -[com_1] -type=layer -x=4 -y=4 -width=512 -height=334 -onload=script1433 - -// 548:2 -[com_2] -type=layer -contenttype=1337 -width=512 -height=334 -layer=com_1 - -// 548:3 -[com_3] -type=layer -contenttype=1405 -x=364 -y=2 -width=145 -height=90 -layer=com_1 - -// 548:4 -[com_4] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_1 - -// 548:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_1 - -// 548:6 -[com_6] -type=text -x=431 -y=320 -width=53 -height=19 -layer=com_1 -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xff981d -onload=script1141 - -// 548:7 -[com_7] -type=layer -x=15 -y=13 -width=82 -height=25 -xmode=abs_right -ymode=abs_bottom -layer=com_1 - -// 548:8 -[com_8] -type=layer -x=434 -y=300 -width=38 -height=17 -layer=com_1 -hide=yes -op10= - -// 548:9 -[com_9] -type=layer -width=512 -height=69 -ymode=abs_bottom -layer=com_1 - -// 548:10 -[com_10] -type=layer -width=512 -height=69 -ymode=abs_bottom -layer=com_1 - -// 548:11 -[com_11] -type=layer -width=512 -height=334 -layer=com_1 - -// 548:12 -[com_12] -type=layer -x=516 -width=249 -height=168 -opbase= - -// 548:13 -[com_13] -type=graphic -width=519 -height=23 -layer=com_0 -graphic=main_stones_bottom - -// 548:14 -[com_14] -type=layer -width=519 -height=23 -layer=com_0 - -// 548:15 -[com_15] -type=layer -widthmode=minus -heightmode=minus -layer=com_0 -hide=yes -noclickthrough=yes - -// 548:16 -[com_16] -type=layer -x=519 -y=466 -width=246 -height=37 - -// 548:17 -[com_17] -type=graphic -width=246 -height=37 -layer=com_16 -graphic=side_background_bottom - -// 548:18 -[com_18] -type=layer -width=269 -height=37 -layer=com_16 - -// 548:19 -[com_19] -type=layer -widthmode=minus -heightmode=minus -layer=com_16 -hide=yes -noclickthrough=yes - -// 548:20 -[com_20] -type=graphic -x=3 -width=38 -height=36 -layer=com_18 -graphic="side_stone_highlights,2" -op1=Follower Details -onop=script1303(7) - -// 548:21 -[com_21] -type=graphic -x=41 -width=38 -height=36 -layer=com_18 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,8,0 -op1=Friends List -onop=script1303(8) - -// 548:22 -[com_22] -type=graphic -x=74 -width=33 -height=36 -layer=com_18 -graphic="side_stone_highlights,4" -tiling=yes -op1=Ignore List -onop=script1303(9) - -// 548:23 -[com_23] -type=graphic -x=107 -width=33 -height=36 -layer=com_18 -graphic="side_stone_highlights,4" -tiling=yes -op1=Clan Chat -onop=script1303(10) - -// 548:24 -[com_24] -type=graphic -x=140 -width=33 -height=36 -layer=com_18 -graphic="side_stone_highlights,4" -tiling=yes -op1=Options -onop=script1303(11) - -// 548:25 -[com_25] -type=graphic -x=173 -width=33 -height=36 -layer=com_18 -graphic="side_stone_highlights,4" -tiling=yes -op1=Emotes -onop=script1303(12) - -// 548:26 -[com_26] -type=graphic -x=206 -width=38 -height=36 -layer=com_18 -graphic="side_stone_highlights,3" -op1=Music Player -onop=script1303(13) - -// 548:27 -[com_27] -type=graphic -x=6 -y=1 -width=32 -height=36 -layer=com_18 -graphic="side_icons,15" - -// 548:28 -[com_28] -type=graphic -x=42 -y=2 -width=32 -height=36 -layer=com_18 -graphic="side_icons,7" - -// 548:29 -[com_29] -type=graphic -x=75 -y=2 -width=32 -height=36 -layer=com_18 -graphic="side_icons,8" - -// 548:30 -[com_30] -type=graphic -x=107 -y=2 -width=32 -height=36 -layer=com_18 -graphic="side_icons,14" - -// 548:31 -[com_31] -type=graphic -x=142 -y=1 -width=32 -height=36 -layer=com_18 -graphic="side_icons,10" - -// 548:32 -[com_32] -type=graphic -x=175 -y=3 -width=32 -height=36 -layer=com_18 -graphic="side_icons,11" - -// 548:33 -[com_33] -type=graphic -x=208 -y=3 -width=32 -height=36 -layer=com_18 -graphic="side_icons,12" - -// 548:34 -[com_34] -type=layer -x=516 -y=168 -width=249 -height=37 -onvarctransmit=script1765 -onvarctransmitlist=varclient_232,varclient_233,varclient_234,varclient_235,varclient_236,varclient_237,varclient_238,varclient_239,varclient_240,varclient_241,varclient_242,varclient_243,varclient_244,varclient_245 - -// 548:35 -[com_35] -type=graphic -width=249 -height=37 -layer=com_34 -graphic=side_background_top - -// 548:36 -[com_36] -type=layer -width=249 -height=37 -layer=com_34 -onload=script114 - -// 548:37 -[com_37] -type=layer -widthmode=minus -heightmode=minus -layer=com_34 -hide=yes -noclickthrough=yes - -// 548:38 -[com_38] -type=graphic -x=6 -width=38 -height=36 -layer=com_36 -graphic="side_stone_highlights,0" -opkey1=0,1,0 -op1=Combat Styles -onop=script1303(0) - -// 548:39 -[com_39] -type=graphic -x=44 -width=33 -height=36 -layer=com_36 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,2,0 -op1=Stats -onop=script1303(1) - -// 548:40 -[com_40] -type=graphic -x=77 -width=33 -height=36 -layer=com_36 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,3,0 -op1=Quest List -onop=script1303(2) - -// 548:41 -[com_41] -type=graphic -x=110 -width=33 -height=36 -layer=com_36 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,4,0 -op1=Inventory -onload=script115(3) -onop=script1303(3) - -// 548:42 -[com_42] -type=graphic -x=143 -width=33 -height=36 -layer=com_36 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,5,0 -op1=Worn Equipment -onop=script1303(4) - -// 548:43 -[com_43] -type=graphic -x=176 -width=33 -height=36 -layer=com_36 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,6,0 -op1=Prayer List -onop=script1303(5) - -// 548:44 -[com_44] -type=graphic -x=209 -width=38 -height=36 -layer=com_36 -graphic="side_stone_highlights,1" -opkey1=0,7,0 -op1=Magic Spellbook -onop=script1303(6) - -// 548:45 -[com_45] -type=graphic -x=13 -y=1 -width=32 -height=36 -layer=com_36 -graphic="side_icons,0" - -// 548:46 -[com_46] -type=graphic -x=44 -width=32 -height=36 -layer=com_36 -graphic="side_icons,1" - -// 548:47 -[com_47] -type=graphic -x=79 -y=1 -width=32 -height=36 -layer=com_36 -graphic="side_icons,2" - -// 548:48 -[com_48] -type=graphic -x=111 -y=-1 -width=32 -height=36 -layer=com_36 -graphic="side_icons,3" - -// 548:49 -[com_49] -type=graphic -x=143 -y=2 -width=32 -height=36 -layer=com_36 -graphic="side_icons,4" - -// 548:50 -[com_50] -type=graphic -x=176 -width=32 -height=36 -layer=com_36 -graphic="side_icons,5" - -// 548:51 -[com_51] -type=graphic -x=210 -y=1 -width=32 -height=36 -layer=com_36 -graphic="side_icons,6" - -// 548:52 -[com_52] -type=layer -y=4 -width=4 -height=334 - -// 548:53 -[com_53] -type=graphic -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_52 -graphic=backleft1 - -// 548:54 -[com_54] -type=layer -x=737 -y=205 -width=28 -height=261 - -// 548:55 -[com_55] -type=graphic -width=28 -height=261 -layer=com_54 -graphic=side_background_right - -// 548:56 -[com_56] -type=layer -width=516 -height=4 - -// 548:57 -[com_57] -type=layer -x=516 -y=205 -width=3 -height=133 - -// 548:58 -[com_58] -type=graphic -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_57 -graphic=graphic_1120 - -// 548:59 -[com_59] -type=graphic -width=516 -height=4 -layer=com_56 -graphic=main_top - -// 548:60 -[com_60] -type=layer -x=519 -y=205 -width=28 -height=261 - -// 548:61 -[com_61] -type=graphic -width=28 -height=133 -layer=com_60 -graphic=side_background_left1 - -// 548:62 -[com_62] -type=graphic -y=133 -width=28 -height=128 -layer=com_60 -graphic=side_background_left2 - -// 548:63 -[com_63] -type=graphic -width=249 -height=4 -layer=com_12 -graphic=graphic_1221 -tiling=yes - -// 548:64 -[com_64] -type=graphic -contenttype=1338 -x=35 -y=9 -width=152 -height=152 -layer=com_12 -graphic=mapmask - -// 548:65 -[com_65] -type=graphic -contenttype=1339 -x=11 -y=8 -width=33 -height=33 -layer=com_12 -graphic=graphic_1186 - -// 548:66 -[com_66] -type=graphic -x=10 -y=124 -width=34 -height=34 -layer=com_12 -graphic=graphic_1408 -op1=World Map - -// 548:67 -[com_67] -type=graphic -y=4 -width=249 -height=157 -layer=com_12 -graphic=mapback - -// 548:68 -[com_68] -type=graphic -y=161 -width=249 -height=7 -layer=com_12 -graphic=graphic_1126 - -// 548:69 -[com_69] -type=graphic -x=226 -y=1 -width=22 -height=21 -layer=com_12 -graphic="fullscreen_logout_button,0" -op1=Log Out -onmouseover=script44(event_com, "fullscreen_logout_button,1") -onmouseleave=script44(event_com, "fullscreen_logout_button,0") -onop=script115(99) - -// 548:70 -[com_70] -type=layer -x=174 -y=11 -width=57 -height=34 -layer=com_12 - -// 548:71 -[com_71] -type=layer -x=190 -y=50 -width=57 -height=34 -layer=com_12 - -// 548:72 -[com_72] -type=layer -x=190 -y=89 -width=57 -height=34 -layer=com_12 - -// 548:73 -[com_73] -type=layer -x=174 -y=127 -width=57 -height=34 -layer=com_12 - -// 548:74 -[com_74] -type=layer -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes -noclickthrough=yes - -// 548:75 -[com_75] -type=layer -y=338 -width=519 -height=142 -onload=script139(event_com) - -// 548:76 -[com_76] -type=layer -widthmode=minus -heightmode=minus -layer=com_75 - -// 548:77 -[com_77] -type=layer -widthmode=minus -heightmode=minus -layer=com_75 -hide=yes -noclickthrough=yes - -// 548:78 -[com_78] -type=layer -x=547 -y=205 -width=190 -height=261 - -// 548:79 -[com_79] -type=graphic -width=190 -height=261 -layer=com_78 -graphic=side_background - -// 548:80 -[com_80] -type=layer -contenttype=1354 -width=190 -height=261 -layer=com_78 - -// 548:81 -[com_81] -type=layer -width=190 -height=261 -layer=com_78 - -// 548:82 -[com_82] -type=layer -widthmode=minus -heightmode=minus -layer=com_78 -hide=yes -noclickthrough=yes - -// 548:83 -[com_83] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:84 -[com_84] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:85 -[com_85] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:86 -[com_86] -type=layer -width=190 -height=261 -layer=com_81 - -// 548:87 -[com_87] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:88 -[com_88] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:89 -[com_89] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:90 -[com_90] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:91 -[com_91] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:92 -[com_92] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:93 -[com_93] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:94 -[com_94] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:95 -[com_95] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:96 -[com_96] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:97 -[com_97] -type=layer -width=190 -height=261 -layer=com_81 -hide=yes - -// 548:98 -[com_98] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_8 -colour=0xffffa0 -fill=yes -op10= - -// 548:99 -[com_99] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_8 -colour=0x000000 -op10= - -// 548:100 -[com_100] -type=text -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_8 -textfont=p12_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_549.if3 b/dumps/530/interface/interface_549.if3 deleted file mode 100644 index cb2ea35bd..000000000 --- a/dumps/530/interface/interface_549.if3 +++ /dev/null @@ -1,38 +0,0 @@ -// 549:0 -[com_0] -type=layer -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -onload=script139(event_com) - -// 549:1 -[com_1] -type=rectangle -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_0 -colour=0x000000 -fill=yes - -// 549:2 -[com_2] -type=layer -width=765 -height=503 -xmode=abs_centre -ymode=abs_centre -layer=com_0 - -// 549:3 -[com_3] -type=layer -width=765 -height=503 -xmode=abs_centre -ymode=abs_centre -layer=com_0 - diff --git a/dumps/530/interface/interface_55.if3 b/dumps/530/interface/interface_55.if3 deleted file mode 100644 index adec9b85c..000000000 --- a/dumps/530/interface/interface_55.if3 +++ /dev/null @@ -1,135 +0,0 @@ -// 55:0 -[com_0] -type=text -x=-2 -y=-1 -width=480 -height=17 -textfont=q8_full -text=Total Wins This Season! -textalignh=1 -colour=0x800000 - -// 55:1 -[com_1] -type=text -x=152 -y=26 -width=177 -height=17 -textfont=q8_full -text=Saradomin: 0 -textalignh=1 -colour=0x000000 - -// 55:2 -[com_2] -type=text -x=154 -y=59 -width=177 -height=17 -textfont=q8_full -text=Zamorak: 0 -textalignh=1 -colour=0x000000 - -// 55:3 -[com_3] -type=model -x=150 -y=20 -width=21 -height=28 -model=model_4858 -modelorigin_x=0 -modelorigin_y=54 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2500 -unknown100=62556 -unknown101=4997 - -// 55:4 -[com_4] -type=model -x=313 -y=20 -width=21 -height=28 -model=model_4858 -modelorigin_x=0 -modelorigin_y=54 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2500 -unknown100=62556 -unknown101=4997 - -// 55:5 -[com_5] -type=graphic -x=54 -y=1 -width=57 -height=13 -graphic="sworddecor,1" - -// 55:6 -[com_6] -type=graphic -x=366 -y=1 -width=57 -height=13 -graphic="sworddecor,0" - -// 55:7 -[com_7] -type=model -x=150 -y=53 -width=21 -height=28 -model=model_4862 -modelorigin_x=0 -modelorigin_y=54 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2500 -unknown100=62556 -unknown101=4997 - -// 55:8 -[com_8] -type=model -x=313 -y=53 -width=21 -height=28 -model=model_4862 -modelorigin_x=0 -modelorigin_y=54 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2500 -unknown100=62556 -unknown101=4997 - -// 55:9 -[com_9] -type=graphic -x=447 -y=68 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/interface/interface_550.if3 b/dumps/530/interface/interface_550.if3 deleted file mode 100644 index adc9dad84..000000000 --- a/dumps/530/interface/interface_550.if3 +++ /dev/null @@ -1,129 +0,0 @@ -// 550:0 -[com_0] -type=rectangle -y=25 -width=190 -height=195 -colour=0x170801 -fill=yes -trans=166 - -// 550:1 -[com_1] -type=layer -x=174 -y=24 -width=16 -height=196 - -// 550:2 -[com_2] -type=layer -x=8 -y=24 -width=158 -height=196 -scrollwidth=158 -scrollheight=195 -opbase=r -onload=script123 - -// 550:3 -[com_3] -type=text -y=2 -width=190 -height=14 -textfont=p12_full -text=Friends List - RuneScape XXX -textalignh=1 -textshadow=yes -colour=0xff9933 - -// 550:4 -[com_4] -type=text -x=20 -y=227 -width=61 -height=32 -textfont=p11_full -text=Add Friend -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9933 - -// 550:5 -[com_5] -type=text -x=109 -y=227 -width=60 -height=32 -textfont=p11_full -text=Del Friend -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9933 - -// 550:6 -[com_6] -type=graphic -y=9 -width=190 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 550:7 -[com_7] -type=graphic -y=208 -width=190 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 550:8 -[com_8] -type=text -x=9 -y=25 -width=155 -height=100 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 550:9 -[com_9] -type=layer -x=15 -y=226 -width=72 -height=32 -op1=Add Friend -op10= -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) -onop=script103 - -// 550:10 -[com_10] -type=layer -x=103 -y=226 -width=72 -height=32 -op1=Delete Friend -op10= -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) -onop=script104 - diff --git a/dumps/530/interface/interface_551.if3 b/dumps/530/interface/interface_551.if3 deleted file mode 100644 index acb76aa0e..000000000 --- a/dumps/530/interface/interface_551.if3 +++ /dev/null @@ -1,130 +0,0 @@ -// 551:0 -[com_0] -type=rectangle -y=25 -width=190 -height=195 -colour=0x170801 -fill=yes -trans=166 - -// 551:1 -[com_1] -type=layer -x=8 -y=24 -width=158 -height=196 -scrollwidth=158 -scrollheight=195 -opbase=r -onload=script127 - -// 551:2 -[com_2] -type=layer -x=174 -y=24 -width=16 -height=196 - -// 551:3 -[com_3] -type=text -x=4 -y=2 -width=180 -height=14 -textfont=p12_full -text=Ignore List -textalignh=1 -textshadow=yes -colour=0xff9933 - -// 551:4 -[com_4] -type=text -x=20 -y=227 -width=61 -height=32 -textfont=p11_full -text=Add Name -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9933 - -// 551:5 -[com_5] -type=text -x=109 -y=227 -width=60 -height=32 -textfont=p11_full -text=Del Name -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9933 - -// 551:6 -[com_6] -type=graphic -y=9 -width=190 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 551:7 -[com_7] -type=graphic -y=208 -width=190 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 551:8 -[com_8] -type=text -x=9 -y=25 -width=155 -height=100 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 551:9 -[com_9] -type=layer -x=15 -y=226 -width=72 -height=32 -op1=Add Name -op10= -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) -onop=script105 - -// 551:10 -[com_10] -type=layer -x=103 -y=226 -width=72 -height=32 -op1=Delete Name -op10= -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) -onop=script1419 - diff --git a/dumps/530/interface/interface_552.if3 b/dumps/530/interface/interface_552.if3 deleted file mode 100644 index 142b51ba7..000000000 --- a/dumps/530/interface/interface_552.if3 +++ /dev/null @@ -1,343 +0,0 @@ -// 552:0 -[com_0] -type=rectangle -x=-4 -y=-24 -width=529 -height=366 -layer=com_9 -colour=0x000000 -fill=yes - -// 552:1 -[com_1] -type=rectangle -x=149 -y=263 -width=231 -height=75 -layer=com_9 -colour=0x1f2e42 -fill=yes - -// 552:2 -[com_2] -type=rectangle -x=122 -y=220 -width=287 -height=43 -layer=com_9 -colour=0x152438 -fill=yes - -// 552:3 -[com_3] -type=rectangle -x=116 -y=167 -width=284 -height=53 -layer=com_9 -colour=0x0b1a2e -fill=yes - -// 552:4 -[com_4] -type=rectangle -x=119 -y=112 -width=281 -height=56 -layer=com_9 -colour=0x011024 -fill=yes - -// 552:5 -[com_5] -type=rectangle -x=116 -y=23 -width=279 -height=90 -layer=com_9 -colour=0x00061a -fill=yes - -// 552:6 -[com_6] -type=model -x=-48 -y=-135 -width=607 -height=613 -layer=com_9 -model=model_27063 -modelorigin_x=-4 -modelorigin_y=-5 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=64254 -unknown101=3000 - -// 552:7 -[com_7] -type=model -x=153 -y=74 -width=189 -height=193 -layer=com_9 -model=model_27058 -modelorigin_x=8 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=950 -modelanim=seq_6860 -unknown100=63935 -unknown101=3000 - -// 552:8 -[com_8] -type=graphic -x=482 -y=8 -width=26 -height=23 -layer=com_9 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 552:9 -[com_9] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 552:10 -[com_10] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 552:11 -[com_11] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_10 - -// 552:12 -[com_12] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 552:13 -[com_13] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 552:14 -[com_14] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 552:15 -[com_15] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 552:16 -[com_16] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 552:17 -[com_17] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 552:18 -[com_18] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 552:19 -[com_19] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 552:20 -[com_20] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_11 - -// 552:21 -[com_21] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_11 - -// 552:22 -[com_22] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_11 - -// 552:23 -[com_23] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_11 - -// 552:24 -[com_24] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_11 - -// 552:25 -[com_25] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_21 -graphic=tradebacking -tiling=yes -outline=2 - -// 552:26 -[com_26] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_20 -graphic=tradebacking -tiling=yes -outline=2 - -// 552:27 -[com_27] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_22 -graphic=tradebacking -tiling=yes -outline=2 - -// 552:28 -[com_28] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_23 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_553.if3 b/dumps/530/interface/interface_553.if3 deleted file mode 100644 index 891d41253..000000000 --- a/dumps/530/interface/interface_553.if3 +++ /dev/null @@ -1,423 +0,0 @@ -// 553:0 -[com_0] -type=graphic -x=12 -y=20 -width=488 -height=305 -graphic=tradebacking -tiling=yes - -// 553:1 -[com_1] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 553:2 -[com_2] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,0" -hflip=yes - -// 553:3 -[com_3] -type=graphic -x=12 -y=295 -width=25 -height=30 -graphic="steelborder,0" -vflip=yes - -// 553:4 -[com_4] -type=graphic -x=475 -y=295 -width=25 -height=30 -graphic="steelborder,0" -vflip=yes -hflip=yes - -// 553:5 -[com_5] -type=graphic -x=37 -y=5 -width=440 -height=23 -graphic="steelborder2,0" -tiling=yes - -// 553:6 -[com_6] -type=graphic -x=17 -y=34 -width=482 -height=32 -graphic="steelborder2,0" -tiling=yes - -// 553:7 -[com_7] -type=graphic -x=37 -y=304 -width=442 -height=31 -graphic="steelborder2,0" -tiling=yes -vflip=yes - -// 553:8 -[com_8] -type=graphic -x=-3 -y=50 -width=35 -height=245 -graphic="miscgraphics,2" -tiling=yes - -// 553:9 -[com_9] -type=graphic -x=479 -y=38 -width=38 -height=261 -graphic="miscgraphics,2" -tiling=yes -hflip=yes - -// 553:10 -[com_10] -type=graphic -x=471 -y=26 -width=26 -height=23 -graphic="close_buttons,0" -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onclick=script29 - -// 553:11 -[com_11] -type=text -x=19 -y=30 -width=471 -height=16 -textfont=b12_full -text=Report abuse -textalignh=1 -textshadow=yes -colour=0xff981f - -// 553:12 -[com_12] -type=text -x=25 -y=55 -width=466 -height=32 -textfont=p11_full -text=This form is for reporting players who are breaking our rules.
Using it sends a snapshot of the last 60 secs of activity to us. -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xffffff - -// 553:13 -[com_13] -type=text -x=130 -y=81 -width=249 -height=14 -textfont=p12_full -text=If you misuse this form, you will be banned. -textshadow=yes -colour=0xff981f - -// 553:14 -[com_14] -type=text -x=76 -y=96 -width=357 -height=29 -textfont=p12_full -text=First please enter the name of the offending player below: -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xff981f - -// 553:15 -[com_15] -type=text -x=133 -y=127 -width=258 -height=14 -textfont=b12_full -text=* -textalignh=1 -textshadow=yes -colour=0xffffff - -// 553:16 -[com_16] -type=text -x=20 -y=144 -width=473 -height=22 -hide=yes -textfont=p12_full -text=Moderator option: Mute player for 48 hours: OFF -textalignh=1 -textshadow=yes -colour=0xffffff -onclick=script134 - -// 553:17 -[com_17] -type=text -x=18 -y=169 -width=477 -height=33 -textfont=p11_full -text=Then click below to indicate which of our 13 rules is being broken.
For a detailed explanation of each rule please read the manual on our website. -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 553:18 -[com_18] -type=text -x=37 -y=206 -width=200 -height=14 -textfont=p11_full -text=1: Offensive language -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(1) - -// 553:19 -[com_19] -type=text -x=35 -y=221 -width=200 -height=14 -textfont=p11_full -text=2: Item scamming -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(2) - -// 553:20 -[com_20] -type=text -x=35 -y=236 -width=200 -height=14 -textfont=p11_full -text=3: Password scamming -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(3) - -// 553:21 -[com_21] -type=text -x=35 -y=251 -width=200 -height=14 -textfont=p11_full -text=4: Bug abuse -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(4) - -// 553:22 -[com_22] -type=text -x=35 -y=266 -width=200 -height=14 -textfont=p11_full -text=5: Jagex staff impersonation -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(5) - -// 553:23 -[com_23] -type=text -x=35 -y=281 -width=200 -height=14 -textfont=p11_full -text=6: Account sharing/trading -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(6) - -// 553:24 -[com_24] -type=text -x=242 -y=206 -width=200 -height=14 -textfont=p11_full -text=7: Macroing -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(7) - -// 553:25 -[com_25] -type=text -x=242 -y=221 -width=240 -height=14 -textfont=p11_full -text=8: Multiple logging in -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(8) - -// 553:26 -[com_26] -type=text -x=242 -y=236 -width=240 -height=14 -textfont=p11_full -text=9: Encouraging others to break rules -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(9) - -// 553:27 -[com_27] -type=text -x=241 -y=251 -width=240 -height=14 -textfont=p11_full -text=11: Advertising / website -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(11) - -// 553:28 -[com_28] -type=text -x=238 -y=266 -width=240 -height=14 -textfont=p11_full -text=12: Real world item trading -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(12) - -// 553:29 -[com_29] -type=text -x=239 -y=281 -width=240 -height=14 -textfont=p11_full -text=13: Asking for personal details -textshadow=yes -colour=0xffffff -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, ^white) -onclick=script135(13) - -// 553:30 -[com_30] -type=model -x=23 -y=90 -width=52 -height=78 -model=model_3180 -modelorigin_x=-7 -modelorigin_y=101 -modelangle_x=1489 -modelangle_y=1024 -modelangle_z=0 -modelzoom=578 -unknown100=64931 -unknown101=1179 - -// 553:31 -[com_31] -type=model -x=434 -y=89 -width=52 -height=78 -model=model_3180 -modelorigin_x=-7 -modelorigin_y=101 -modelangle_x=1489 -modelangle_y=1024 -modelangle_z=0 -modelzoom=578 -unknown100=64931 -unknown101=1179 - diff --git a/dumps/530/interface/interface_554.if3 b/dumps/530/interface/interface_554.if3 deleted file mode 100644 index 5446f73f5..000000000 --- a/dumps/530/interface/interface_554.if3 +++ /dev/null @@ -1,154 +0,0 @@ -// 554:0 -[com_0] -type=graphic -x=2 -y=5 -width=57 -height=13 -graphic="sworddecor,1" - -// 554:1 -[com_1] -type=graphic -x=421 -y=5 -width=57 -height=13 -graphic="sworddecor,0" - -// 554:2 -[com_2] -type=model -x=28 -y=20 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 554:3 -[com_3] -type=model -x=148 -y=20 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 554:4 -[com_4] -type=model -x=268 -y=20 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 554:5 -[com_5] -type=model -x=388 -y=20 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 554:6 -[com_6] -type=text -x=10 -y=16 -width=92 -height=80 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 554:7 -[com_7] -type=text -x=130 -y=16 -width=100 -height=80 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 554:8 -[com_8] -type=text -x=250 -y=16 -width=98 -height=80 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 554:9 -[com_9] -type=text -x=370 -y=16 -width=102 -height=80 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 554:10 -[com_10] -type=text -x=8 -y=3 -width=464 -height=17 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - diff --git a/dumps/530/interface/interface_555.if3 b/dumps/530/interface/interface_555.if3 deleted file mode 100644 index ff8abd7fc..000000000 --- a/dumps/530/interface/interface_555.if3 +++ /dev/null @@ -1,210 +0,0 @@ -// 555:0 -[com_0] -type=graphic -x=2 -y=5 -width=57 -height=13 -graphic="sworddecor,1" - -// 555:1 -[com_1] -type=graphic -x=421 -y=5 -width=57 -height=13 -graphic="sworddecor,0" - -// 555:2 -[com_2] -type=model -x=6 -y=20 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 555:3 -[com_3] -type=model -x=86 -y=20 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 555:4 -[com_4] -type=model -x=166 -y=20 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 555:5 -[com_5] -type=model -x=246 -y=20 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 555:6 -[com_6] -type=model -x=326 -y=20 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 555:7 -[com_7] -type=model -x=406 -y=20 -width=64 -height=50 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 555:8 -[com_8] -type=text -x=1 -y=16 -width=75 -height=93 -textfont=q8_full -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 555:9 -[com_9] -type=text -x=81 -y=16 -width=75 -height=93 -textfont=q8_full -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 555:10 -[com_10] -type=text -x=161 -y=16 -width=75 -height=93 -textfont=q8_full -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 555:11 -[com_11] -type=text -x=241 -y=16 -width=75 -height=93 -textfont=q8_full -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 555:12 -[com_12] -type=text -x=321 -y=16 -width=75 -height=93 -textfont=q8_full -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 555:13 -[com_13] -type=text -x=401 -y=16 -width=75 -height=93 -textfont=q8_full -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 555:14 -[com_14] -type=text -x=8 -y=3 -width=464 -height=17 -textfont=q8_full -text=Select an option. -textalignh=1 -colour=0x800000 - diff --git a/dumps/530/interface/interface_556.if3 b/dumps/530/interface/interface_556.if3 deleted file mode 100644 index f45ffb147..000000000 --- a/dumps/530/interface/interface_556.if3 +++ /dev/null @@ -1,245 +0,0 @@ -// 556:0 -[com_0] -type=graphic -x=2 -y=5 -width=57 -height=13 -graphic="sworddecor,1" - -// 556:1 -[com_1] -type=graphic -x=421 -y=5 -width=57 -height=13 -graphic="sworddecor,0" - -// 556:2 -[com_2] -type=model -y=20 -width=64 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 556:3 -[com_3] -type=model -x=69 -y=20 -width=64 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 556:4 -[com_4] -type=model -x=138 -y=20 -width=64 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 556:5 -[com_5] -type=model -x=207 -y=20 -width=64 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 556:6 -[com_6] -type=model -x=276 -y=20 -width=64 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 556:7 -[com_7] -type=model -x=345 -y=20 -width=64 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 556:8 -[com_8] -type=model -x=414 -y=20 -width=64 -height=55 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 556:9 -[com_9] -type=text -y=16 -width=64 -height=78 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 556:10 -[com_10] -type=text -x=69 -y=16 -width=64 -height=78 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 556:11 -[com_11] -type=text -x=138 -y=16 -width=64 -height=78 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 556:12 -[com_12] -type=text -x=207 -y=16 -width=64 -height=78 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 556:13 -[com_13] -type=text -x=276 -y=16 -width=64 -height=78 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 556:14 -[com_14] -type=text -x=345 -y=16 -width=64 -height=78 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 556:15 -[com_15] -type=text -x=414 -y=16 -width=64 -height=78 -textfont=q8_full -textalignh=1 -textalignv=2 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 556:16 -[com_16] -type=text -x=8 -y=3 -width=464 -height=17 -textfont=q8_full -text=Select an option. -textalignh=1 -colour=0x800000 - diff --git a/dumps/530/interface/interface_557.if3 b/dumps/530/interface/interface_557.if3 deleted file mode 100644 index 5dc2ce093..000000000 --- a/dumps/530/interface/interface_557.if3 +++ /dev/null @@ -1,114 +0,0 @@ -// 557:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 557:1 -[com_1] -type=text -x=2 -y=1638 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 557:2 -[com_2] -type=text -x=2 -y=5722 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 557:3 -[com_3] -type=text -x=2 -y=9786 -width=480 -height=17 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 557:4 -[com_4] -type=graphic -width=57 -height=13 -layer=com_6 -graphic="sworddecor,1" - -// 557:5 -[com_5] -type=graphic -x=280 -width=57 -height=13 -layer=com_6 -graphic="sworddecor,0" - -// 557:6 -[com_6] -type=layer -x=2 -y=1638 -width=337 -height=13 -xmode=abs_centre -ymode=proportion_top -layer=com_0 - -// 557:7 -[com_7] -type=graphic -width=57 -height=13 -layer=com_9 -graphic="sworddecor,1" - -// 557:8 -[com_8] -type=graphic -x=419 -width=57 -height=13 -layer=com_9 -graphic="sworddecor,0" - -// 557:9 -[com_9] -type=layer -x=2 -y=1638 -width=476 -height=13 -xmode=abs_centre -ymode=proportion_top -layer=com_0 -hide=yes - diff --git a/dumps/530/interface/interface_558.if b/dumps/530/interface/interface_558.if deleted file mode 100644 index fd2543406..000000000 --- a/dumps/530/interface/interface_558.if +++ /dev/null @@ -1,99 +0,0 @@ -// 558:0 -[com_0] - -// 558:1 -[com_1] - -// 558:2 -[com_2] - -// 558:3 -[com_3] - -// 558:4 -[com_4] - -// 558:5 -[com_5] - -// 558:6 -[com_6] - -// 558:7 -[com_7] - -// 558:8 -[com_8] - -// 558:9 -[com_9] - -// 558:10 -[com_10] - -// 558:11 -[com_11] - -// 558:12 -[com_12] - -// 558:13 -[com_13] - -// 558:14 -[com_14] - -// 558:15 -[com_15] - -// 558:16 -[com_16] - -// 558:17 -[com_17] - -// 558:18 -[com_18] - -// 558:19 -[com_19] - -// 558:20 -[com_20] - -// 558:21 -[com_21] - -// 558:22 -[com_22] - -// 558:23 -[com_23] - -// 558:24 -[com_24] - -// 558:25 -[com_25] - -// 558:26 -[com_26] - -// 558:27 -[com_27] - -// 558:28 -[com_28] - -// 558:29 -[com_29] - -// 558:30 -[com_30] - -// 558:31 -[com_31] - -// 558:32 -[com_32] - diff --git a/dumps/530/interface/interface_559.if3 b/dumps/530/interface/interface_559.if3 deleted file mode 100644 index 096aa99b3..000000000 --- a/dumps/530/interface/interface_559.if3 +++ /dev/null @@ -1,1279 +0,0 @@ -// 559:0 -[com_0] -type=rectangle -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -colour=0x3b2a1a -fill=yes -trans=64 - -// 559:1 -[com_1] -type=rectangle -x=16 -y=327 -width=486 -height=4 -layer=com_87 -colour=0x140b02 -fill=yes -trans=64 - -// 559:2 -[com_2] -type=rectangle -x=498 -y=312 -width=4 -height=15 -layer=com_87 -colour=0x140b02 -fill=yes -trans=64 - -// 559:3 -[com_3] -type=rectangle -x=489 -y=6 -width=4 -height=305 -layer=com_87 -colour=0x140b02 -fill=yes -trans=64 - -// 559:4 -[com_4] -type=model -x=7 -y=6 -width=492 -height=322 -layer=com_87 -model=model_27109 -modelorigin_x=-11 -modelorigin_y=24 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=356 -unknown100=2000 -unknown101=3000 - -// 559:5 -[com_5] -type=model -x=438 -y=35 -width=32 -height=29 -layer=com_87 -model=model_27105 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=65362 -unknown101=3000 -op1=Close -onmouseleave=script67(event_com, model_27105) -onop=script29 -onmouserepeat=script67(event_com, model_27108) - -// 559:6 -[com_6] -type=layer -width=412 -height=332 -layer=com_87 - -// 559:7 -[com_7] -type=layer -width=512 -height=334 -layer=com_87 - -// 559:8 -[com_8] -type=layer -width=412 -height=332 -layer=com_87 - -// 559:9 -[com_9] -type=graphic -x=106 -y=28 -width=64 -height=88 -layer=com_87 -op1=Select -onvartransmit=script168 -onvartransmitlist=varplayer_1037 - -// 559:10 -[com_10] -type=layer -width=512 -height=334 -layer=com_87 - -// 559:11 -[com_11] -type=graphic -x=173 -y=28 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:12 -[com_12] -type=graphic -x=240 -y=28 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:13 -[com_13] -type=graphic -x=307 -y=28 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:14 -[com_14] -type=graphic -x=39 -y=119 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:15 -[com_15] -type=graphic -x=106 -y=119 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:16 -[com_16] -type=graphic -x=173 -y=119 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:17 -[com_17] -type=graphic -x=240 -y=119 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:18 -[com_18] -type=graphic -x=307 -y=119 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:19 -[com_19] -type=graphic -x=39 -y=209 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:20 -[com_20] -type=graphic -x=106 -y=209 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:21 -[com_21] -type=graphic -x=173 -y=209 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:22 -[com_22] -type=graphic -x=240 -y=209 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:23 -[com_23] -type=graphic -x=307 -y=209 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:24 -[com_24] -type=graphic -x=39 -y=28 -width=64 -height=88 -layer=com_87 -op1=Select - -// 559:25 -[com_25] -type=text -x=375 -y=69 -width=98 -height=157 -layer=com_87 -textfont=p12_full -text=Text for testing, remove at will. Text for testing, remove at will. Text for testing, remove at will. Text for testing, remove at will. Text for testing, remove at will. Text for testing, remove at will. -textalignh=1 -textshadow=yes -colour=0xd1cdca - -// 559:26 -[com_26] -type=graphic -x=414 -y=255 -width=29 -height=29 -layer=com_87 -graphic="ame_confirm_button,0" -op1=Confirm -onmouseleave=script44(event_com, "ame_confirm_button,0") -onmouserepeat=script44(event_com, "ame_confirm_button,1") - -// 559:27 -[com_27] -type=model -x=39 -y=28 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:28 -[com_28] -type=model -x=106 -y=28 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:29 -[com_29] -type=model -x=173 -y=28 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:30 -[com_30] -type=model -x=240 -y=28 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:31 -[com_31] -type=model -x=307 -y=28 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:32 -[com_32] -type=model -x=39 -y=119 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:33 -[com_33] -type=model -x=106 -y=119 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:34 -[com_34] -type=model -x=173 -y=119 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:35 -[com_35] -type=model -x=240 -y=119 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:36 -[com_36] -type=model -x=307 -y=119 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:37 -[com_37] -type=model -x=39 -y=210 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:38 -[com_38] -type=model -x=106 -y=210 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:39 -[com_39] -type=model -x=173 -y=210 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:40 -[com_40] -type=model -x=240 -y=210 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:41 -[com_41] -type=model -x=307 -y=210 -width=65 -height=89 -layer=com_6 -model=model_27106 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=400 -unknown101=3000 - -// 559:42 -[com_42] -type=model -x=51 -y=39 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:43 -[com_43] -type=model -x=118 -y=39 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:44 -[com_44] -type=model -x=185 -y=39 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:45 -[com_45] -type=model -x=252 -y=39 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:46 -[com_46] -type=model -x=319 -y=39 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:47 -[com_47] -type=model -x=51 -y=130 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:48 -[com_48] -type=model -x=118 -y=130 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:49 -[com_49] -type=model -x=185 -y=130 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:50 -[com_50] -type=model -x=252 -y=130 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:51 -[com_51] -type=model -x=319 -y=130 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:52 -[com_52] -type=model -x=51 -y=221 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:53 -[com_53] -type=model -x=118 -y=221 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:54 -[com_54] -type=model -x=185 -y=221 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:55 -[com_55] -type=model -x=252 -y=221 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:56 -[com_56] -type=model -x=319 -y=221 -width=41 -height=34 -layer=com_7 -model=model_2632 -modelorigin_x=0 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64636 -unknown101=3000 -op1=Select -onload=script120(event_com) - -// 559:57 -[com_57] -type=model -x=40 -y=28 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:58 -[com_58] -type=model -x=107 -y=28 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:59 -[com_59] -type=model -x=174 -y=28 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:60 -[com_60] -type=model -x=241 -y=28 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:61 -[com_61] -type=model -x=308 -y=28 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:62 -[com_62] -type=model -x=40 -y=119 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:63 -[com_63] -type=model -x=107 -y=119 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:64 -[com_64] -type=model -x=174 -y=119 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:65 -[com_65] -type=model -x=241 -y=119 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:66 -[com_66] -type=model -x=308 -y=119 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:67 -[com_67] -type=model -x=40 -y=210 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:68 -[com_68] -type=model -x=107 -y=210 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:69 -[com_69] -type=model -x=174 -y=210 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:70 -[com_70] -type=model -x=241 -y=210 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:71 -[com_71] -type=model -x=308 -y=210 -width=60 -height=89 -layer=com_8 -model=model_27107 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=709 -unknown100=0 -unknown101=3000 - -// 559:72 -[com_72] -type=graphic -x=106 -y=28 -width=25 -height=25 -layer=com_10 -onvartransmit=script168 -onvartransmitlist=varplayer_1037 - -// 559:73 -[com_73] -type=graphic -x=173 -y=28 -width=25 -height=25 -layer=com_10 - -// 559:74 -[com_74] -type=graphic -x=240 -y=28 -width=25 -height=25 -layer=com_10 - -// 559:75 -[com_75] -type=graphic -x=307 -y=28 -width=25 -height=25 -layer=com_10 - -// 559:76 -[com_76] -type=graphic -x=39 -y=119 -width=25 -height=25 -layer=com_10 - -// 559:77 -[com_77] -type=graphic -x=106 -y=119 -width=25 -height=25 -layer=com_10 - -// 559:78 -[com_78] -type=graphic -x=173 -y=119 -width=25 -height=25 -layer=com_10 - -// 559:79 -[com_79] -type=graphic -x=240 -y=119 -width=25 -height=25 -layer=com_10 - -// 559:80 -[com_80] -type=graphic -x=307 -y=119 -width=25 -height=25 -layer=com_10 - -// 559:81 -[com_81] -type=graphic -x=39 -y=209 -width=25 -height=25 -layer=com_10 - -// 559:82 -[com_82] -type=graphic -x=106 -y=209 -width=25 -height=25 -layer=com_10 - -// 559:83 -[com_83] -type=graphic -x=173 -y=209 -width=25 -height=25 -layer=com_10 - -// 559:84 -[com_84] -type=graphic -x=240 -y=209 -width=25 -height=25 -layer=com_10 - -// 559:85 -[com_85] -type=graphic -x=307 -y=209 -width=25 -height=25 -layer=com_10 - -// 559:86 -[com_86] -type=graphic -x=39 -y=28 -width=25 -height=25 -layer=com_10 - -// 559:87 -[com_87] -type=layer -width=518 -height=339 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_56.if3 b/dumps/530/interface/interface_56.if3 deleted file mode 100644 index f41dded27..000000000 --- a/dumps/530/interface/interface_56.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 56:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_560.if3 b/dumps/530/interface/interface_560.if3 deleted file mode 100644 index 571d6f46b..000000000 --- a/dumps/530/interface/interface_560.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 560:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 560:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 560:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 560:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 560:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 560:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 560:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 560:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 560:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 560:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 560:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 560:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 560:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_560:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_560:com_12, "v2_stone_close_button,0") -onop=script29 - -// 560:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 560:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=Warning! Low level players beware. Goblins have taken over and there are poisonous spiders! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 560:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 560:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 560:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=27 -textfont=p12_full -text=Proceed regardless -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 560:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=Stay out -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 560:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 560:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_560:com_20, 9) -onclick=script163(interface_560:com_20) -onvartransmitlist=varplayer_1045 - -// 560:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_561.if3 b/dumps/530/interface/interface_561.if3 deleted file mode 100644 index 9fba77fa0..000000000 --- a/dumps/530/interface/interface_561.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 561:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 561:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 561:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 561:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 561:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 561:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 561:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 561:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 561:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 561:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 561:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 561:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 561:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_561:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_561:com_12, "v2_stone_close_button,0") -onop=script29 - -// 561:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 561:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=If you climb down this rope you will be attacked by
the Kalphite Queen, one of the most deadly creatures in RuneScape. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 561:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 561:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 561:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=That's what I came here for -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Go in, I don't mind dying! -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 561:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=I think I'll stay out -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No, I'm holding too much stuff! -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 561:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 561:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_561:com_20, 21) -onclick=script163(interface_561:com_20) -onvartransmitlist=varplayer_1046 - -// 561:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_562.if3 b/dumps/530/interface/interface_562.if3 deleted file mode 100644 index cdb11c316..000000000 --- a/dumps/530/interface/interface_562.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 562:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 562:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 562:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 562:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 562:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 562:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 562:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 562:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 562:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 562:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 562:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 562:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 562:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_562:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_562:com_12, "v2_stone_close_button,0") -onop=script29 - -// 562:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 562:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=This area is very dark. Do not extinguish your light source! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 562:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 562:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 562:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Proceed -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 562:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=Stay out -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 562:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 562:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_562:com_20, 2) -onclick=script163(interface_562:com_20) -onvartransmitlist=varplayer_1045 - -// 562:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_563.if3 b/dumps/530/interface/interface_563.if3 deleted file mode 100644 index 45b964771..000000000 --- a/dumps/530/interface/interface_563.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 563:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 563:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 563:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 563:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 563:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 563:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 563:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 563:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 563:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 563:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 563:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 563:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 563:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_563:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_563:com_12, "v2_stone_close_button,0") -onop=script29 - -// 563:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 563:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=Entering building mode will destroy
any items that are on the ground. Do you want to continue? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 563:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 563:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 563:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=27 -textfont=p12_full -text=Yes, I do not mind losing any items that are on the ground. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 563:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=No, I want to look around and pick things up first. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 563:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 563:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_563:com_20, 5) -onclick=script163(interface_563:com_20) -onvartransmitlist=varplayer_1045 - -// 563:21 -[com_21] -type=layer -x=107 -y=220 -width=312 -height=22 -hide=yes - diff --git a/dumps/530/interface/interface_564.if3 b/dumps/530/interface/interface_564.if3 deleted file mode 100644 index 658b97d3f..000000000 --- a/dumps/530/interface/interface_564.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 564:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 564:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 564:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 564:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 564:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 564:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 564:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 564:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 564:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 564:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 564:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 564:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 564:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_564:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_564:com_12, "v2_stone_close_button,0") -onop=script29 - -// 564:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 564:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=Warning! At the top of this tower you will be attacked
by archers, who will shoot you without mercy! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 564:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 564:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 564:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=I'll be okay - they can't hurt me -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 564:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=I'll stay down here -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 564:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 564:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_564:com_20, 23) -onclick=script163(interface_564:com_20) -onvartransmitlist=varplayer_1047 - -// 564:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_565.if3 b/dumps/530/interface/interface_565.if3 deleted file mode 100644 index be0a2a1fa..000000000 --- a/dumps/530/interface/interface_565.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 565:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=252 -graphic=tradebacking -tiling=yes -opbase= - -// 565:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=200 -graphic="v2_stone_borders,1" -tiling=yes - -// 565:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 565:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=200 -graphic="v2_stone_borders,3" -tiling=yes - -// 565:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 565:5 -[com_5] -type=graphic -x=130 -y=277 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 565:6 -[com_6] -type=graphic -x=98 -y=265 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 565:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 565:8 -[com_8] -type=graphic -x=399 -y=265 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 565:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 565:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 565:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 565:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_565:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_565:com_12, "v2_stone_close_button,0") -onop=script29 - -// 565:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 565:14 -[com_14] -type=text -x=108 -y=84 -width=315 -height=87 -textfont=p12_full -text=The desert is a VERY dangerous place. Do not
enter if you are afraid of dying. Beware of high temperatures, sandstorms, robbers and slavers.
No responsibility is taken by Shantay if anything
bad should happen to you, in any circumstances whatsoever. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 565:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 565:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 565:17 -[com_17] -type=text -x=108 -y=204 -width=315 -height=15 -textfont=p12_full -text=Proceed regardless -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 565:18 -[com_18] -type=text -x=108 -y=236 -width=315 -height=15 -textfont=p12_full -text=Stay out -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 565:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 565:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_565:com_20, 10) -onclick=script163(interface_565:com_20) -onvartransmitlist=varplayer_1045 - -// 565:21 -[com_21] -type=layer -x=107 -y=267 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_566.if3 b/dumps/530/interface/interface_566.if3 deleted file mode 100644 index 3b229904d..000000000 --- a/dumps/530/interface/interface_566.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 566:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 566:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 566:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 566:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 566:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 566:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 566:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 566:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 566:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 566:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 566:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 566:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 566:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_566:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_566:com_12, "v2_stone_close_button,0") -onop=script29 - -// 566:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 566:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=Do you need to collect any dropped
items? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 566:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 566:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 566:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=27 -textfont=p12_full -text=Yes - I need to collect some stuff
before I leave -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 566:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=No - I haven't left any valuables on the floor -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 566:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 566:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_566:com_20, 6) -onclick=script163(interface_566:com_20) -onvartransmitlist=varplayer_1045 - -// 566:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_567.if3 b/dumps/530/interface/interface_567.if3 deleted file mode 100644 index 8f24e6224..000000000 --- a/dumps/530/interface/interface_567.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 567:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 567:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 567:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 567:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 567:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 567:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 567:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 567:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 567:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 567:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 567:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 567:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 567:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_567:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_567:com_12, "v2_stone_close_button,0") -onop=script29 - -// 567:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 567:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=It's very dark in there. Are you sure you want to
go in without a light source? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 567:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 567:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 567:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Yes I am sure. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 567:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=No, I am not properly equipped. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 567:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 567:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_567:com_20, 14) -onclick=script163(interface_567:com_20) -onvartransmitlist=varplayer_1046 - -// 567:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_568.if3 b/dumps/530/interface/interface_568.if3 deleted file mode 100644 index 7fadaef06..000000000 --- a/dumps/530/interface/interface_568.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 568:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 568:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 568:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 568:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 568:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 568:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 568:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 568:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 568:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 568:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 568:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 568:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 568:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_568:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_568:com_12, "v2_stone_close_button,0") -onop=script29 - -// 568:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 568:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=This area is very dark. Do not extinquish your light source! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 568:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 568:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 568:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Proceed regardless -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 568:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=Stay out -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 568:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 568:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_568:com_20, 3) -onclick=script163(interface_568:com_20) -onvartransmitlist=varplayer_1045 - -// 568:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_569.if3 b/dumps/530/interface/interface_569.if3 deleted file mode 100644 index 8866577be..000000000 --- a/dumps/530/interface/interface_569.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 569:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 569:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 569:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 569:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 569:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 569:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 569:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 569:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 569:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 569:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 569:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 569:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 569:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_569:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_569:com_12, "v2_stone_close_button,0") -onop=script29 - -// 569:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 569:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=It's very dark in there. Are you sure you want to go in without a light source? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 569:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 569:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 569:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Yes I am sure. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 569:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=No, I am not properly equipped.. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 569:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 569:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_569:com_20, 16) -onclick=script163(interface_569:com_20) -onvartransmitlist=varplayer_1046 - -// 569:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_57.if3 b/dumps/530/interface/interface_57.if3 deleted file mode 100644 index d49c4cb77..000000000 --- a/dumps/530/interface/interface_57.if3 +++ /dev/null @@ -1,15 +0,0 @@ -// 57:0 -[com_0] -type=text -y=2457 -width=480 -height=14 -xmode=proportion_centre -ymode=proportion_top -textfont=b12_full -text=Waiting for players to join the other team. -textalignh=1 -colour=0xffffff -onvartransmit=script1366 -onvartransmitlist=varplayer_380 - diff --git a/dumps/530/interface/interface_570.if3 b/dumps/530/interface/interface_570.if3 deleted file mode 100644 index 927b41266..000000000 --- a/dumps/530/interface/interface_570.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 570:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 570:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 570:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 570:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 570:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 570:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 570:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 570:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 570:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 570:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 570:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 570:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 570:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_570:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_570:com_12, "v2_stone_close_button,0") -onop=script29 - -// 570:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 570:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=The cave is very dark and you don't have a light
source. Are you sure you want to go down? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 570:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 570:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 570:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=I'm NOT scared of the dark -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 570:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=I AM scared of the dark -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 570:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 570:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_570:com_20, 17) -onclick=script163(interface_570:com_20) -onvartransmitlist=varplayer_1046 - -// 570:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_571.if3 b/dumps/530/interface/interface_571.if3 deleted file mode 100644 index 37ac7278c..000000000 --- a/dumps/530/interface/interface_571.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 571:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 571:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 571:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 571:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 571:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 571:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 571:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 571:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 571:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 571:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 571:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 571:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 571:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_571:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_571:com_12, "v2_stone_close_button,0") -onop=script29 - -// 571:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 571:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=The tunnel is very dark. Are you sure you want
to go down without a light source? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 571:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 571:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 571:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Yes I am sure. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 571:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=No, I am not properly equipped. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 571:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 571:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_571:com_20, 19) -onclick=script163(interface_571:com_20) -onvartransmitlist=varplayer_1046 - -// 571:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_572.if3 b/dumps/530/interface/interface_572.if3 deleted file mode 100644 index cef90f2e0..000000000 --- a/dumps/530/interface/interface_572.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 572:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 572:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 572:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 572:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 572:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 572:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 572:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 572:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 572:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 572:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 572:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 572:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 572:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_572:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_572:com_12, "v2_stone_close_button,0") -onop=script29 - -// 572:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 572:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=If your light source goes out down there you'll
be in trouble! Are you sure you want to go in without
a tinderbox? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 572:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 572:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 572:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=I'm NOT scared of the dark -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 572:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=I AM scared of the dark -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 572:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 572:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_572:com_20, 13) -onclick=script163(interface_572:com_20) -onvartransmitlist=varplayer_1046 - -// 572:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_573.if3 b/dumps/530/interface/interface_573.if3 deleted file mode 100644 index b31943fd8..000000000 --- a/dumps/530/interface/interface_573.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 573:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 573:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 573:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 573:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 573:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 573:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 573:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 573:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 573:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 573:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 573:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 573:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 573:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_573:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_573:com_12, "v2_stone_close_button,0") -onop=script29 - -// 573:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 573:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=You can run past, but keep in mind that a
dangerous area follows! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 573:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 573:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 573:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=I'm not scared -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 573:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=I think I'll stay here -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 573:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 573:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_573:com_20, 12) -onclick=script163(interface_573:com_20) -onvartransmitlist=varplayer_1046 - -// 573:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_574.if3 b/dumps/530/interface/interface_574.if3 deleted file mode 100644 index a35bdc991..000000000 --- a/dumps/530/interface/interface_574.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 574:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 574:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 574:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 574:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 574:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 574:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 574:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 574:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 574:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 574:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 574:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 574:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 574:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_574:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_574:com_12, "v2_stone_close_button,0") -onop=script29 - -// 574:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 574:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=This area is very dangerous, are you sure you want to continue? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 574:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 574:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 574:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Go in - I don't mind dying -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 574:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=No - I'm holding too much stuff -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 574:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 574:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_574:com_20, 1) -onclick=script163(interface_574:com_20) -onvartransmitlist=varplayer_1045 - -// 574:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_575.if3 b/dumps/530/interface/interface_575.if3 deleted file mode 100644 index 8277950b8..000000000 --- a/dumps/530/interface/interface_575.if3 +++ /dev/null @@ -1,620 +0,0 @@ -// 575:0 -[com_0] -type=model -x=38 -y=6 -width=425 -height=318 -model=model_41802 -modelorigin_x=1 -modelorigin_y=-5 -modelangle_x=495 -modelangle_y=0 -modelangle_z=0 -modelzoom=1552 -unknown100=64288 -unknown101=3144 -onload=script803 -onvartransmit=script803 -onvartransmitlist=varplayer_1283 - -// 575:1 -[com_1] -type=layer -width=514 -height=334 - -// 575:2 -[com_2] -type=layer -width=504 -height=334 - -// 575:3 -[com_3] -type=model -x=378 -y=241 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:4 -[com_4] -type=model -x=342 -y=223 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:5 -[com_5] -type=model -x=306 -y=214 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:6 -[com_6] -type=model -x=269 -y=207 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:7 -[com_7] -type=model -x=231 -y=227 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:8 -[com_8] -type=model -x=198 -y=214 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:9 -[com_9] -type=model -x=160 -y=224 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:10 -[com_10] -type=model -x=121 -y=223 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:11 -[com_11] -type=model -x=103 -y=202 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:12 -[com_12] -type=model -x=120 -y=167 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:13 -[com_13] -type=model -x=111 -y=137 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:14 -[com_14] -type=model -x=100 -y=115 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:15 -[com_15] -type=model -x=109 -y=82 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:16 -[com_16] -type=model -x=113 -y=44 -width=20 -height=22 -layer=com_1 -model=model_41805 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=486 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1552 -modelanim=seq_10229 -unknown100=64147 -unknown101=3106 -onmouseleave=script40(interface_575:com_2) - -// 575:17 -[com_17] -type=model -x=378 -y=266 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:18 -[com_18] -type=model -x=343 -y=248 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:19 -[com_19] -type=model -x=306 -y=239 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:20 -[com_20] -type=model -x=270 -y=232 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:21 -[com_21] -type=model -x=231 -y=252 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:22 -[com_22] -type=model -x=198 -y=239 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:23 -[com_23] -type=model -x=160 -y=249 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:24 -[com_24] -type=model -x=121 -y=248 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:25 -[com_25] -type=model -x=81 -y=199 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:26 -[com_26] -type=model -x=98 -y=164 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:27 -[com_27] -type=model -x=134 -y=134 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:28 -[com_28] -type=model -x=78 -y=112 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:29 -[com_29] -type=model -x=127 -y=72 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:30 -[com_30] -type=model -x=91 -y=41 -width=19 -height=25 -layer=com_1 -hide=yes -model=model_41804 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1162 -unknown100=64436 -unknown101=2322 -op10= -onmouseleave=script40(interface_575:com_2) - -// 575:31 -[com_31] -type=graphic -x=466 -y=8 -width=26 -height=23 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 -onclick=script29 - diff --git a/dumps/530/interface/interface_576.if3 b/dumps/530/interface/interface_576.if3 deleted file mode 100644 index 403b8f9c2..000000000 --- a/dumps/530/interface/interface_576.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 576:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 576:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 576:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 576:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 576:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 576:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 576:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 576:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 576:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 576:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 576:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 576:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 576:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_576:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_576:com_12, "v2_stone_close_button,0") -onop=script29 - -// 576:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 576:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=This way leads into the Wilderness and is only
one way! Are you sure you want to go down here? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 576:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 576:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 576:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=27 -textfont=p12_full -text=Yes - I'm fearless -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 576:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=28 -textfont=p12_full -text=No - That doesn't seem like a sensible
thing to do -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 576:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 576:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_576:com_20, 8) -onclick=script163(interface_576:com_20) -onvartransmitlist=varplayer_1045 - -// 576:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_577.if3 b/dumps/530/interface/interface_577.if3 deleted file mode 100644 index 56bea07a9..000000000 --- a/dumps/530/interface/interface_577.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 577:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 577:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 577:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 577:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 577:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 577:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 577:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 577:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 577:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 577:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 577:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 577:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 577:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_577:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_577:com_12, "v2_stone_close_button,0") -onop=script29 - -// 577:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 577:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=The tunnel is very dark. Are you sure you want to
go down without a light source? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 577:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 577:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 577:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Yes I am sure. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 577:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=No, I am not properly equipped. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 577:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 577:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_577:com_20, 18) -onclick=script163(interface_577:com_20) -onvartransmitlist=varplayer_1046 - -// 577:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_578.if3 b/dumps/530/interface/interface_578.if3 deleted file mode 100644 index 2e30fd177..000000000 --- a/dumps/530/interface/interface_578.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 578:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 578:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 578:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 578:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 578:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 578:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 578:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 578:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 578:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 578:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 578:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 578:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 578:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_578:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_578:com_12, "v2_stone_close_button,0") -onop=script29 - -// 578:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 578:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=This fairy ring code leads to a dark area. Are you
sure you want to go there without a light source? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 578:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 578:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 578:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Yes I am sure. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 578:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=No, I am not properly equipped. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 578:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 578:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_578:com_20, 15) -onclick=script163(interface_578:com_20) -onvartransmitlist=varplayer_1046 - -// 578:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_579.if3 b/dumps/530/interface/interface_579.if3 deleted file mode 100644 index a51275441..000000000 --- a/dumps/530/interface/interface_579.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 579:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 579:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 579:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 579:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 579:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 579:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 579:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 579:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 579:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 579:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 579:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 579:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 579:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_579:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_579:com_12, "v2_stone_close_button,0") -onop=script29 - -// 579:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 579:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=Are you sure you want to climb down? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 579:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 579:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 579:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=27 -textfont=p12_full -text=Yes - I know that it may be
dangerous down there -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 579:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=No thanks - I don't want to die -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 579:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 579:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_579:com_20, 4) -onclick=script163(interface_579:com_20) -onvartransmitlist=varplayer_1045 - -// 579:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_58.if3 b/dumps/530/interface/interface_58.if3 deleted file mode 100644 index 600d74dba..000000000 --- a/dumps/530/interface/interface_58.if3 +++ /dev/null @@ -1,270 +0,0 @@ -// 58:0 -[com_0] -type=text -x=-56 -y=24 -width=105 -height=11 -xmode=abs_centre -textfont=p11_full -text=Zamorak = %1 -textalignh=1 -textshadow=yes -colour=0xffffff -onload=script1367 -onvartransmit=script1367 -onvartransmitlist=varplayer_378,varplayer_377,varplayer_380 - -// 58:1 -[com_1] -type=text -x=49 -y=24 -width=108 -height=11 -xmode=abs_centre -textfont=p11_full -text=%1 = Saradomin -textalignh=1 -textshadow=yes -colour=0xffffff - -// 58:2 -[com_2] -type=model -x=4 -y=25 -width=25 -height=32 -model=model_4858 -modelorigin_x=0 -modelorigin_y=64 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2134 -unknown100=63719 -unknown101=3000 - -// 58:3 -[com_3] -type=model -x=4 -y=60 -width=25 -height=32 -model=model_4862 -modelorigin_x=0 -modelorigin_y=64 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2134 -unknown100=63719 -unknown101=3000 - -// 58:4 -[com_4] -type=text -x=35 -y=38 -width=11 -height=11 -textfont=p11_full -colour=0x55c855 - -// 58:5 -[com_5] -type=text -x=35 -y=73 -width=11 -height=11 -textfont=p11_full -colour=0x55c855 - -// 58:6 -[com_6] -type=layer -y=6 -width=106 -height=148 -ymode=abs_bottom - -// 58:7 -[com_7] -type=text -x=33 -y=16 -width=72 -height=21 -layer=com_6 -textfont=p11_full -text=Health %1% -colour=0x00ff00 - -// 58:8 -[com_8] -type=text -x=2 -y=23 -width=69 -height=11 -xmode=abs_right -textfont=p11_full -text=%1 Min -textalignh=1 -colour=0xffffff - -// 58:9 -[com_9] -type=model -x=5 -y=6 -width=24 -height=29 -layer=com_6 -model=model_4855 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1244 -unknown100=63861 -unknown101=3000 - -// 58:10 -[com_10] -type=model -x=9 -y=44 -width=15 -height=23 -layer=com_6 -model=model_4859 -modelorigin_x=-5 -modelorigin_y=-4 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1165 -unknown100=63878 -unknown101=3000 - -// 58:11 -[com_11] -type=text -x=33 -y=49 -width=72 -height=20 -layer=com_6 -textfont=p11_full -text=Locked -colour=0x00ff00 - -// 58:12 -[com_12] -type=model -x=5 -y=74 -width=26 -height=18 -layer=com_6 -model=model_4861 -modelorigin_x=-1 -modelorigin_y=-8 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2063 -unknown100=63728 -unknown101=3000 - -// 58:13 -[com_13] -type=text -x=33 -y=79 -width=73 -height=21 -layer=com_6 -textfont=p11_full -text=Collapsed -colour=0x00ff00 - -// 58:14 -[com_14] -type=model -x=5 -y=99 -width=26 -height=18 -layer=com_6 -model=model_4861 -modelorigin_x=-1 -modelorigin_y=-8 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2063 -unknown100=63728 -unknown101=3000 - -// 58:15 -[com_15] -type=text -x=33 -y=103 -width=72 -height=24 -layer=com_6 -textfont=p11_full -text=Collapsed -colour=0x00ff00 - -// 58:16 -[com_16] -type=model -x=5 -y=123 -width=26 -height=20 -layer=com_6 -model=model_4853 -modelorigin_x=-2 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1135 -unknown100=63885 -unknown101=3000 - -// 58:17 -[com_17] -type=text -x=33 -y=128 -width=71 -height=20 -layer=com_6 -textfont=p11_full -text=Operational -colour=0x00ff00 - -// 58:18 -[com_18] -type=text -x=7 -y=5844 -width=4 -height=4 -xmode=proportion_centre -ymode=proportion_top -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xffff00 - diff --git a/dumps/530/interface/interface_580.if3 b/dumps/530/interface/interface_580.if3 deleted file mode 100644 index 41f4aa80e..000000000 --- a/dumps/530/interface/interface_580.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 580:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 580:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 580:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 580:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 580:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 580:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 580:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 580:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 580:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 580:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 580:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 580:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 580:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_580:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_580:com_12, "v2_stone_close_button,0") -onop=script29 - -// 580:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 580:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=Mort Myre is a dangerous ghast-infested swamp.
Do not enter if you value your life. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 580:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 580:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 580:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Enter the swamp. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 580:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=Stay out -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 580:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 580:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_580:com_20, 20) -onclick=script163(interface_580:com_20) -onvartransmitlist=varplayer_1046 - -// 580:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_581.if3 b/dumps/530/interface/interface_581.if3 deleted file mode 100644 index 7939632f3..000000000 --- a/dumps/530/interface/interface_581.if3 +++ /dev/null @@ -1,213 +0,0 @@ -// 581:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 581:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 581:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 581:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 581:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 581:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 581:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 581:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 581:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 581:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 581:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 581:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 581:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_581:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_581:com_12, "v2_stone_close_button,0") -onop=script29 - -// 581:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 581:14 -[com_14] -type=text -x=107 -y=104 -width=315 -height=87 -textfont=p12_full -text=Danger! Death Plateau is not named that for
a joke! If you continue down this path you will
be assailed by trolls! If you are not prepared
for that you should turn back now! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 581:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 581:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 581:17 -[com_17] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_19 -textfont=p12_full -text=Don't show me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 581:18 -[com_18] -type=graphic -x=2 -width=19 -height=19 -layer=com_19 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_581:com_18, 24) -onclick=script163(interface_581:com_18) -onvartransmitlist=varplayer_1047 - -// 581:19 -[com_19] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_582.if b/dumps/530/interface/interface_582.if deleted file mode 100644 index ef12bf156..000000000 --- a/dumps/530/interface/interface_582.if +++ /dev/null @@ -1,21 +0,0 @@ -// 582:0 -[com_0] - -// 582:1 -[com_1] - -// 582:2 -[com_2] - -// 582:3 -[com_3] - -// 582:4 -[com_4] - -// 582:5 -[com_5] - -// 582:6 -[com_6] - diff --git a/dumps/530/interface/interface_583.if3 b/dumps/530/interface/interface_583.if3 deleted file mode 100644 index 40848643c..000000000 --- a/dumps/530/interface/interface_583.if3 +++ /dev/null @@ -1,1081 +0,0 @@ -// 583:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 583:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 583:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 583:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 583:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 583:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 583:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 583:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 583:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 583:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 583:10 -[com_10] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 583:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 583:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 583:13 -[com_13] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_583:com_13, "v2_stone_close_button,1") -onmouseleave=script44(interface_583:com_13, "v2_stone_close_button,0") -onop=script29 - -// 583:14 -[com_14] -type=text -x=19 -y=30 -width=474 -height=16 -textfont=b12_full -text=Reset Warning Messages -textalignh=1 -textshadow=yes -colour=0xff981f - -// 583:15 -[com_15] -type=text -x=36 -y=-79 -width=134 -height=14 -textfont=p12_full -text=Body Text -textshadow=yes -colour=0xff981f - -// 583:16 -[com_16] -type=layer -x=23 -y=55 -width=449 -height=265 -scrollwidth=336 -scrollheight=550 - -// 583:17 -[com_17] -type=layer -x=474 -y=58 -width=16 -height=258 -opbase= -onload=script63(event_com, interface_583:com_16, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 583:18 -[com_18] -type=graphic -x=8 -y=8 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 1) -onvartransmitlist=varplayer_1045 - -// 583:19 -[com_19] -type=graphic -x=122 -y=8 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 13) -onvartransmitlist=varplayer_1046 - -// 583:20 -[com_20] -type=graphic -x=235 -y=8 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 4) -onvartransmitlist=varplayer_1045 - -// 583:21 -[com_21] -type=graphic -x=348 -y=8 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 3) -onvartransmitlist=varplayer_1045 - -// 583:22 -[com_22] -type=graphic -x=8 -y=77 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 6) -onvartransmitlist=varplayer_1045 - -// 583:23 -[com_23] -type=graphic -x=122 -y=77 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 5) -onvartransmitlist=varplayer_1045 - -// 583:24 -[com_24] -type=graphic -x=235 -y=77 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 2) -onvartransmitlist=varplayer_1045 - -// 583:25 -[com_25] -type=graphic -x=348 -y=77 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 11) -onvartransmitlist=varplayer_1046 - -// 583:26 -[com_26] -type=graphic -x=8 -y=146 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 14) -onvartransmitlist=varplayer_1046 - -// 583:27 -[com_27] -type=graphic -x=122 -y=146 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 15) -onvartransmitlist=varplayer_1046 - -// 583:28 -[com_28] -type=graphic -x=348 -y=146 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 16) -onvartransmitlist=varplayer_1046 - -// 583:29 -[com_29] -type=graphic -x=8 -y=214 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 20) -onvartransmitlist=varplayer_1046 - -// 583:30 -[com_30] -type=graphic -x=122 -y=214 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 9) -onvartransmitlist=varplayer_1045 - -// 583:31 -[com_31] -type=graphic -x=235 -y=214 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 17) -onvartransmitlist=varplayer_1046 - -// 583:32 -[com_32] -type=graphic -x=348 -y=214 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 10) -onvartransmitlist=varplayer_1045 - -// 583:33 -[com_33] -type=graphic -x=8 -y=282 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 12) -onvartransmitlist=varplayer_1046 - -// 583:34 -[com_34] -type=graphic -x=235 -y=282 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -opbase=[if_button1,cws_doomsayer:King Black Dragon] @cws_toggle_reset(22); -onvartransmit=script165(event_com, 8) -onvartransmitlist=varplayer_1045 - -// 583:35 -[com_35] -type=graphic -x=348 -y=282 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 7) -onvartransmitlist=varplayer_1045 - -// 583:36 -[com_36] -type=graphic -x=8 -y=350 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 19) -onvartransmitlist=varplayer_1046 - -// 583:37 -[com_37] -type=graphic -x=122 -y=350 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 18) -onvartransmitlist=varplayer_1046 - -// 583:38 -[com_38] -type=graphic -x=122 -y=282 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 23) -onvartransmitlist=varplayer_1047 - -// 583:39 -[com_39] -type=graphic -x=235 -y=146 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 24) -onvartransmitlist=varplayer_1047 - -// 583:40 -[com_40] -type=graphic -x=235 -y=350 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 25) -onvartransmitlist=varplayer_1047 - -// 583:41 -[com_41] -type=graphic -x=348 -y=350 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 26) -onvartransmitlist=varplayer_1047 - -// 583:42 -[com_42] -type=graphic -x=8 -y=418 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 21) -onvartransmitlist=varplayer_1047 - -// 583:43 -[com_43] -type=graphic -x=122 -y=418 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 27) -onvartransmitlist=varplayer_1047 - -// 583:44 -[com_44] -type=graphic -x=235 -y=418 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 28) -onvartransmitlist=varplayer_1047 - -// 583:45 -[com_45] -type=graphic -x=348 -y=418 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 29) -onvartransmitlist=varplayer_1047 - -// 583:46 -[com_46] -type=graphic -x=8 -y=486 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 30) -onvartransmitlist=varplayer_1047 - -// 583:47 -[com_47] -type=graphic -x=122 -y=486 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 22) -onvartransmitlist=varplayer_1045 - -// 583:48 -[com_48] -type=graphic -x=235 -y=486 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -onvartransmit=script165(event_com, 31) -onvartransmitlist=varplayer_1046 - -// 583:49 -[com_49] -type=graphic -x=348 -y=486 -width=90 -height=56 -layer=com_16 -graphic="wild_ditch_sign_button,0" -op10= -onvartransmit=script165(event_com, 32) -onvartransmitlist=varplayer_1047 - -// 583:50 -[com_50] -type=text -x=10 -y=10 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Dagannoth Kings' Ladder -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:51 -[com_51] -type=text -x=124 -y=10 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Lumbridge Swamp Cave Rope -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:52 -[com_52] -type=text -x=237 -y=10 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Stronghold of Security Ladders -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:53 -[com_53] -type=text -x=350 -y=10 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Falador Mole Lair -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:54 -[com_54] -type=text -x=10 -y=79 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Dropped Items in Random Events -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:55 -[com_55] -type=text -x=124 -y=79 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Player-Owned Houses -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:56 -[com_56] -type=text -x=237 -y=79 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Contact Dungeon Ladder -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:57 -[com_57] -type=text -x=350 -y=79 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Icy Path Area -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:58 -[com_58] -type=text -x=10 -y=148 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=H.A.M. Tunnel from Mill -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:59 -[com_59] -type=text -x=124 -y=148 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Fairy Ring to Dorgesh-Kaan -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:60 -[com_60] -type=text -x=350 -y=148 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Lumbridge Cellar -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:61 -[com_61] -type=text -x=10 -y=216 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Mort Myre -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:62 -[com_62] -type=text -x=124 -y=216 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Observatory Stairs -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:63 -[com_63] -type=text -x=350 -y=216 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Shantay Pass -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:64 -[com_64] -type=text -x=237 -y=216 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Elid Genie Cave -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:65 -[com_65] -type=text -x=10 -y=284 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Watchtower Shaman Cave -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:66 -[com_66] -type=text -x=237 -y=284 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Trollheim Wilderness Entrance -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:67 -[com_67] -type=text -x=350 -y=284 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Wilderness Ditch -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:68 -[com_68] -type=text -x=10 -y=352 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Dorgesh-Kaan City Exit -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:69 -[com_69] -type=text -x=124 -y=352 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Dorgesh-Kaan Tunnel to Kalphites -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:70 -[com_70] -type=text -x=124 -y=284 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Ranging Guild Tower -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:71 -[com_71] -type=text -x=237 -y=148 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Death Plateau -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:72 -[com_72] -type=text -x=237 -y=352 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=God Wars Wilderness Agility Route -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:73 -[com_73] -type=text -x=350 -y=352 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Duel Arena -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:74 -[com_74] -type=text -x=10 -y=420 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Bounty Hunter -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:75 -[com_75] -type=text -x=124 -y=420 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Chaos Tunnels (East) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:76 -[com_76] -type=text -x=237 -y=421 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Chaos Tunnels (Central) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:77 -[com_77] -type=text -x=350 -y=421 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Chaos Tunnels (West) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:78 -[com_78] -type=text -x=10 -y=488 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Corporeal Beast
(Dangerous) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:79 -[com_79] -type=text -x=124 -y=488 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Clan Wars
Free-for-all
(Safe) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:80 -[com_80] -type=text -x=237 -y=488 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=Clan Wars
Free-for-all
(Dangerous) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle - -// 583:81 -[com_81] -type=text -x=350 -y=488 -width=84 -height=52 -layer=com_16 -textfont=p11_full -text=PvP Worlds -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Toggle -op10= - diff --git a/dumps/530/interface/interface_584.if3 b/dumps/530/interface/interface_584.if3 deleted file mode 100644 index ec067a8b5..000000000 --- a/dumps/530/interface/interface_584.if3 +++ /dev/null @@ -1,50 +0,0 @@ -// 584:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes -onload=script1296 - -// 584:1 -[com_1] -type=model -x=61 -y=-41 -width=1194 -height=620 -xmode=abs_centre -ymode=abs_centre -model=model_27219 -modelorigin_x=-87 -modelorigin_y=190 -modelangle_x=89 -modelangle_y=67 -modelangle_z=0 -modelzoom=400 -unknown100=929 -unknown101=3000 - -// 584:2 -[com_2] -type=model -x=-32 -y=-367 -width=193 -height=1151 -xmode=abs_centre -ymode=abs_centre -model=model_27526 -modelorigin_x=6 -modelorigin_y=516 -modelangle_x=89 -modelangle_y=67 -modelangle_z=0 -modelzoom=400 -modelanim=seq_6921 -unknown100=65150 -unknown101=3000 - diff --git a/dumps/530/interface/interface_585.if3 b/dumps/530/interface/interface_585.if3 deleted file mode 100644 index 201fb77c2..000000000 --- a/dumps/530/interface/interface_585.if3 +++ /dev/null @@ -1,301 +0,0 @@ -// 585:0 -[com_0] -type=model -x=-103 -y=1 -width=725 -height=350 -layer=com_4 -model=model_27225 -modelorigin_x=0 -modelorigin_y=189 -modelangle_x=185 -modelangle_y=0 -modelangle_z=0 -modelzoom=960 -unknown100=64344 -unknown101=3000 - -// 585:1 -[com_1] -type=model -x=158 -y=249 -width=203 -height=125 -layer=com_4 -model=model_27226 -modelorigin_x=0 -modelorigin_y=54 -modelangle_x=185 -modelangle_y=0 -modelangle_z=0 -modelzoom=960 -modelanim=seq_6920 -unknown100=64190 -unknown101=3000 - -// 585:2 -[com_2] -type=model -x=162 -y=135 -width=194 -height=154 -layer=com_4 -model=model_27224 -modelorigin_x=0 -modelorigin_y=153 -modelangle_x=185 -modelangle_y=0 -modelangle_z=0 -modelzoom=960 -modelanim=seq_6920 -unknown100=64156 -unknown101=3000 - -// 585:3 -[com_3] -type=model -x=216 -y=-3 -width=83 -height=214 -layer=com_4 -model=model_27227 -modelorigin_x=2 -modelorigin_y=261 -modelangle_x=185 -modelangle_y=0 -modelangle_z=0 -modelzoom=960 -modelanim=seq_6920 -unknown100=64046 -unknown101=3000 - -// 585:4 -[com_4] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 585:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 585:6 -[com_6] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_5 - -// 585:7 -[com_7] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 585:8 -[com_8] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 585:9 -[com_9] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 585:10 -[com_10] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 585:11 -[com_11] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 585:12 -[com_12] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 585:13 -[com_13] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 585:14 -[com_14] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 585:15 -[com_15] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_6 - -// 585:16 -[com_16] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_6 - -// 585:17 -[com_17] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_6 - -// 585:18 -[com_18] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_6 - -// 585:19 -[com_19] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_6 - -// 585:20 -[com_20] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - -// 585:21 -[com_21] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_15 -graphic=tradebacking -tiling=yes -outline=2 - -// 585:22 -[com_22] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - -// 585:23 -[com_23] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_18 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_586.if3 b/dumps/530/interface/interface_586.if3 deleted file mode 100644 index b6edbe88a..000000000 --- a/dumps/530/interface/interface_586.if3 +++ /dev/null @@ -1,98 +0,0 @@ -// 586:0 -[com_0] -type=model -x=137 -y=6 -width=243 -height=322 -layer=com_7 -model=model_27220 -modelorigin_x=5 -modelorigin_y=-5 -modelangle_x=532 -modelangle_y=0 -modelangle_z=0 -modelzoom=814 -unknown100=63988 -unknown101=3000 - -// 586:1 -[com_1] -type=text -x=149 -y=20 -width=210 -height=100 -layer=com_7 -textfont=quill_oblique_large -text=Change of address form for the citizens of Seers' Village. -textalignh=1 -textalignv=1 -colour=0x46320a - -// 586:2 -[com_2] -type=rectangle -x=174 -y=144 -width=168 -height=4 -layer=com_7 -colour=0x46320a -fill=yes - -// 586:3 -[com_3] -type=rectangle -x=174 -y=176 -width=168 -height=4 -layer=com_7 -colour=0x46320a -fill=yes - -// 586:4 -[com_4] -type=rectangle -x=174 -y=210 -width=168 -height=4 -layer=com_7 -colour=0x46320a -fill=yes - -// 586:5 -[com_5] -type=rectangle -x=269 -y=278 -width=72 -height=4 -layer=com_7 -colour=0x46320a -fill=yes - -// 586:6 -[com_6] -type=graphic -x=344 -y=17 -width=26 -height=23 -layer=com_7 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 586:7 -[com_7] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_587.if3 b/dumps/530/interface/interface_587.if3 deleted file mode 100644 index e2677dfe9..000000000 --- a/dumps/530/interface/interface_587.if3 +++ /dev/null @@ -1,55 +0,0 @@ -// 587:0 -[com_0] -type=model -x=139 -y=15 -width=249 -height=288 -layer=com_3 -model=model_27222 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=532 -modelangle_y=0 -modelangle_z=0 -modelzoom=814 -unknown100=63989 -unknown101=3000 - -// 587:1 -[com_1] -type=text -x=211 -y=51 -width=149 -height=176 -layer=com_3 -textfont=quill_oblique_large -text=Meet at Camel We'll storm She'll ensure w The servants silence. -textalignh=2 -textalignv=1 -colour=0x46320a -opbase=rm - -// 587:2 -[com_2] -type=graphic -x=333 -y=33 -width=26 -height=23 -layer=com_3 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 587:3 -[com_3] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_588.if3 b/dumps/530/interface/interface_588.if3 deleted file mode 100644 index 62373fe30..000000000 --- a/dumps/530/interface/interface_588.if3 +++ /dev/null @@ -1,1368 +0,0 @@ -// 588:0 -[com_0] -type=rectangle -width=513 -height=336 -layer=com_67 -colour=0x111100 -fill=yes - -// 588:1 -[com_1] -type=model -x=-15 -y=-122 -width=489 -height=625 -layer=com_67 -model=model_27214 -modelorigin_x=44 -modelorigin_y=-40 -modelangle_x=2031 -modelangle_y=123 -modelangle_z=0 -modelzoom=516 -unknown100=65157 -unknown101=3000 - -// 588:2 -[com_2] -type=graphic -x=464 -y=24 -width=26 -height=23 -layer=com_67 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 588:3 -[com_3] -type=text -x=32 -y=13 -width=151 -height=15 -layer=com_67 -textfont=p11_full -text=Correct tumbler and height -textalignv=1 -textshadow=yes -colour=0x64500a - -// 588:4 -[com_4] -type=text -x=32 -y=32 -width=151 -height=15 -layer=com_67 -textfont=p11_full -text=Correct height, wrong tumbler -textalignv=1 -textshadow=yes -colour=0x64501e - -// 588:5 -[com_5] -type=text -x=32 -y=49 -width=151 -height=15 -layer=com_67 -textfont=p11_full -text=Wrong height, wrong tumbler -textalignv=1 -textshadow=yes -colour=0x64501e - -// 588:6 -[com_6] -type=text -x=438 -y=126 -width=56 -height=48 -layer=com_67 -textfont=p11_full -text=Selected tumbler height -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x64501e - -// 588:7 -[com_7] -type=text -x=379 -y=133 -width=32 -height=32 -layer=com_67 -textfont=quill_oblique_large -text=0/5 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x64501e -onvartransmit=script170 -onvartransmitlist=varplayer_1051 - -// 588:8 -[com_8] -type=text -x=100 -y=285 -width=37 -height=16 -layer=com_67 -textfont=p11_full -text=Tumbler -textshadow=yes -colour=0x64501e - -// 588:9 -[com_9] -type=text -x=5 -y=157 -width=32 -height=32 -layer=com_67 -textfont=p11_full -text=Guess -textshadow=yes -colour=0x64501e - -// 588:10 -[com_10] -type=rectangle -x=55 -y=80 -width=125 -height=175 -layer=com_67 -colour=0xb1b192 -fill=yes -trans=200 -opbase=rr - -// 588:11 -[com_11] -type=rectangle -x=11 -y=8 -width=174 -height=62 -layer=com_67 -colour=0xb1b192 -fill=yes -trans=200 -opbase=rr - -// 588:12 -[com_12] -type=model -x=375 -y=39 -width=43 -height=81 -layer=com_67 -model=model_27216 -modelorigin_x=1 -modelorigin_y=7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=64931 -unknown101=3000 -op1=Up - -// 588:13 -[com_13] -type=model -x=377 -y=181 -width=42 -height=80 -layer=com_67 -model=model_27216 -modelorigin_x=-1 -modelorigin_y=-7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1024 -modelzoom=600 -unknown100=64931 -unknown101=3000 -op1=Down - -// 588:14 -[com_14] -type=text -x=331 -y=269 -width=98 -height=34 -layer=com_67 -textfont=quill_oblique_large -text=Try Lock -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x64501e -op1=Check -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x64501e) - -// 588:15 -[com_15] -type=text -x=62 -y=251 -width=15 -height=24 -layer=com_67 -textfont=p11_full -text=1 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x64501e - -// 588:16 -[com_16] -type=text -x=94 -y=251 -width=15 -height=24 -layer=com_67 -textfont=p11_full -text=2 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x645000 - -// 588:17 -[com_17] -type=text -x=126 -y=251 -width=15 -height=24 -layer=com_67 -textfont=p11_full -text=3 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x64501e - -// 588:18 -[com_18] -type=text -x=158 -y=251 -width=15 -height=24 -layer=com_67 -textfont=p11_full -text=4 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x64501e - -// 588:19 -[com_19] -type=text -x=228 -y=222 -width=72 -height=17 -layer=com_67 -textfont=p11_full -text=Select a tumbler -textshadow=yes -colour=0x64501e - -// 588:20 -[com_20] -type=text -x=218 -y=238 -width=20 -height=30 -layer=com_67 -textfont=quill_oblique_large -text=1 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x64501e -op1=Select -onmouseover=script45(event_com, ^white) -onmouseleave=script169(1, event_com) - -// 588:21 -[com_21] -type=text -x=241 -y=238 -width=20 -height=30 -layer=com_67 -textfont=quill_oblique_large -text=2 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x64501e -op1=Select -onmouseover=script45(event_com, ^white) -onmouseleave=script169(2, event_com) - -// 588:22 -[com_22] -type=text -x=265 -y=238 -width=20 -height=30 -layer=com_67 -textfont=quill_oblique_large -text=3 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x64501e -op1=Select -onmouseover=script45(event_com, ^white) -onmouseleave=script169(3, event_com) - -// 588:23 -[com_23] -type=text -x=290 -y=238 -width=20 -height=30 -layer=com_67 -textfont=quill_oblique_large -text=4 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x64501e -op1=Select -onmouseover=script45(event_com, ^white) -onmouseleave=script169(4, event_com) - -// 588:24 -[com_24] -type=model -x=62 -y=233 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1244 -unknown100=64179 -unknown101=3000 - -// 588:25 -[com_25] -type=model -x=94 -y=233 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:26 -[com_26] -type=model -x=126 -y=233 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:27 -[com_27] -type=model -x=158 -y=233 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:28 -[com_28] -type=model -x=62 -y=217 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:29 -[com_29] -type=model -x=94 -y=217 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:30 -[com_30] -type=model -x=126 -y=217 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:31 -[com_31] -type=model -x=158 -y=217 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:32 -[com_32] -type=model -x=62 -y=201 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:33 -[com_33] -type=model -x=94 -y=201 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:34 -[com_34] -type=model -x=126 -y=201 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:35 -[com_35] -type=model -x=158 -y=201 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:36 -[com_36] -type=model -x=62 -y=185 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:37 -[com_37] -type=model -x=94 -y=185 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:38 -[com_38] -type=model -x=126 -y=185 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:39 -[com_39] -type=model -x=158 -y=185 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:40 -[com_40] -type=model -x=62 -y=169 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:41 -[com_41] -type=model -x=94 -y=169 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:42 -[com_42] -type=model -x=126 -y=169 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:43 -[com_43] -type=model -x=158 -y=169 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:44 -[com_44] -type=model -x=62 -y=153 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:45 -[com_45] -type=model -x=94 -y=153 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:46 -[com_46] -type=model -x=126 -y=153 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:47 -[com_47] -type=model -x=158 -y=153 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:48 -[com_48] -type=model -x=62 -y=137 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:49 -[com_49] -type=model -x=94 -y=137 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:50 -[com_50] -type=model -x=126 -y=137 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:51 -[com_51] -type=model -x=158 -y=137 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:52 -[com_52] -type=model -x=62 -y=121 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:53 -[com_53] -type=model -x=94 -y=121 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:54 -[com_54] -type=model -x=126 -y=121 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:55 -[com_55] -type=model -x=158 -y=121 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:56 -[com_56] -type=model -x=62 -y=105 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:57 -[com_57] -type=model -x=94 -y=105 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:58 -[com_58] -type=model -x=126 -y=105 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:59 -[com_59] -type=model -x=158 -y=105 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:60 -[com_60] -type=model -x=62 -y=89 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:61 -[com_61] -type=model -x=94 -y=89 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:62 -[com_62] -type=model -x=126 -y=89 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:63 -[com_63] -type=model -x=158 -y=89 -width=16 -height=16 -layer=com_67 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:64 -[com_64] -type=model -x=14 -y=12 -width=17 -height=17 -layer=com_67 -model=model_27217 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=554 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:65 -[com_65] -type=model -x=14 -y=30 -width=17 -height=17 -layer=com_67 -model=model_27215 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=554 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:66 -[com_66] -type=model -x=14 -y=48 -width=17 -height=17 -layer=com_67 -model=model_27221 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=554 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -unknown100=64179 -unknown101=3000 - -// 588:67 -[com_67] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 588:68 -[com_68] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 588:69 -[com_69] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_68 - -// 588:70 -[com_70] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 588:71 -[com_71] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 588:72 -[com_72] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 588:73 -[com_73] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 588:74 -[com_74] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 588:75 -[com_75] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 588:76 -[com_76] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 588:77 -[com_77] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 588:78 -[com_78] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_69 - -// 588:79 -[com_79] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_69 - -// 588:80 -[com_80] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_69 - -// 588:81 -[com_81] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_69 - -// 588:82 -[com_82] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_69 - -// 588:83 -[com_83] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_79 -graphic=tradebacking -tiling=yes -outline=2 - -// 588:84 -[com_84] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_78 -graphic=tradebacking -tiling=yes -outline=2 - -// 588:85 -[com_85] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_80 -graphic=tradebacking -tiling=yes -outline=2 - -// 588:86 -[com_86] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_81 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_589.if3 b/dumps/530/interface/interface_589.if3 deleted file mode 100644 index b5019c354..000000000 --- a/dumps/530/interface/interface_589.if3 +++ /dev/null @@ -1,169 +0,0 @@ -// 589:0 -[com_0] -type=text -x=10 -y=26 -width=170 -height=14 -textfont=p11_full -text=Talking in: Not in chat -textshadow=yes -colour=0xff9b00 - -// 589:1 -[com_1] -type=text -x=25 -y=41 -width=155 -height=14 -textfont=p11_full -text=Owner: None -textshadow=yes -colour=0xff9b00 - -// 589:2 -[com_2] -type=layer -x=15 -y=226 -width=72 -height=32 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 589:3 -[com_3] -type=layer -x=103 -y=226 -width=72 -height=32 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 589:4 -[com_4] -type=rectangle -y=62 -width=190 -height=158 -colour=0x170801 -fill=yes -trans=166 - -// 589:5 -[com_5] -type=layer -x=9 -y=61 -width=160 -height=159 -onload=script195(event_com) - -// 589:6 -[com_6] -type=layer -x=174 -y=61 -width=16 -height=159 - -// 589:7 -[com_7] -type=text -y=2 -width=190 -height=16 -textfont=p12_full -text=Clan Chat -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 589:8 -[com_8] -type=text -x=18 -y=227 -width=66 -height=32 -textfont=p11_full -text=Join Chat -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 -op1=Join Chat -onop=script194(event_op) - -// 589:9 -[com_9] -type=text -x=106 -y=227 -width=66 -height=32 -textfont=p11_full -text=Clan Setup -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 -op1=Clan Setup - -// 589:10 -[com_10] -type=graphic -y=46 -width=190 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 589:11 -[com_11] -type=graphic -y=208 -width=190 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 589:12 -[com_12] -type=layer -x=130 -y=35 -width=13 -height=13 -layer=com_13 - -// 589:13 -[com_13] -type=layer -x=4 -y=5 -width=177 -height=111 - -// 589:14 -[com_14] -type=graphic -x=148 -y=23 -width=26 -height=26 -graphic="loot_icon,1" -op1=Toggle-LootShare -onmouseleave=script40(interface_589:com_12) -onvartransmit=script48 -ontimer=script518 -onop=script28 -onmouserepeat=script38(event_com, interface_589:com_12, "Toggle-LootShare", 25, 150) -onclick=script28 -onvartransmitlist=varplayer_1083 - diff --git a/dumps/530/interface/interface_59.if3 b/dumps/530/interface/interface_59.if3 deleted file mode 100644 index 89bc965ae..000000000 --- a/dumps/530/interface/interface_59.if3 +++ /dev/null @@ -1,273 +0,0 @@ -// 59:0 -[com_0] -type=text -x=-56 -y=23 -width=96 -height=12 -xmode=abs_centre -textfont=p11_full -text=Zamorak = %1 -textalignh=1 -textshadow=yes -colour=0xffffff -onload=script1368 -onvartransmit=script1368 -onvartransmitlist=varplayer_378,varplayer_377,varplayer_380 - -// 59:1 -[com_1] -type=text -x=50 -y=23 -width=111 -height=12 -xmode=abs_centre -textfont=p11_full -text=%1 = Saradomin -textalignh=1 -textshadow=yes -colour=0xffffff - -// 59:2 -[com_2] -type=model -x=4 -y=25 -width=25 -height=32 -model=model_4858 -modelorigin_x=0 -modelorigin_y=64 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2134 -unknown100=63719 -unknown101=3000 - -// 59:3 -[com_3] -type=model -x=4 -y=60 -width=25 -height=32 -model=model_4862 -modelorigin_x=0 -modelorigin_y=64 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2134 -unknown100=63719 -unknown101=3000 - -// 59:4 -[com_4] -type=text -x=35 -y=38 -width=11 -height=11 -textfont=p11_full -colour=0x55c855 - -// 59:5 -[com_5] -type=text -x=35 -y=73 -width=11 -height=11 -textfont=p11_full -colour=0x55c855 -onvartransmit=script1368 -onvartransmitlist=varplayer_378,varplayer_377 - -// 59:6 -[com_6] -type=layer -y=6 -width=106 -height=148 -ymode=abs_bottom - -// 59:7 -[com_7] -type=text -x=33 -y=16 -width=69 -height=25 -layer=com_6 -textfont=p11_full -text=Health %1% -colour=0x00ff00 - -// 59:8 -[com_8] -type=text -x=2 -y=23 -width=68 -height=11 -xmode=abs_right -textfont=p11_full -text=%1 Min -textalignh=1 -colour=0xffffff - -// 59:9 -[com_9] -type=model -x=5 -y=6 -width=24 -height=29 -layer=com_6 -model=model_4855 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1244 -unknown100=63861 -unknown101=3000 - -// 59:10 -[com_10] -type=model -x=9 -y=44 -width=15 -height=23 -layer=com_6 -model=model_4859 -modelorigin_x=-5 -modelorigin_y=-4 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1165 -unknown100=63878 -unknown101=3000 - -// 59:11 -[com_11] -type=text -x=33 -y=49 -width=71 -height=26 -layer=com_6 -textfont=p11_full -text=Locked -colour=0x00ff00 - -// 59:12 -[com_12] -type=model -x=5 -y=74 -width=26 -height=18 -layer=com_6 -model=model_4861 -modelorigin_x=-1 -modelorigin_y=-8 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2063 -unknown100=63728 -unknown101=3000 - -// 59:13 -[com_13] -type=text -x=33 -y=79 -width=71 -height=22 -layer=com_6 -textfont=p11_full -text=Collapsed -colour=0x00ff00 - -// 59:14 -[com_14] -type=text -x=33 -y=103 -width=71 -height=22 -layer=com_6 -textfont=p11_full -text=Collapsed -colour=0x00ff00 - -// 59:15 -[com_15] -type=model -x=5 -y=123 -width=26 -height=20 -layer=com_6 -model=model_4853 -modelorigin_x=-2 -modelorigin_y=-6 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1135 -unknown100=63885 -unknown101=3000 - -// 59:16 -[com_16] -type=model -x=5 -y=99 -width=26 -height=18 -layer=com_6 -model=model_4861 -modelorigin_x=-1 -modelorigin_y=-8 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=2063 -unknown100=63728 -unknown101=3000 - -// 59:17 -[com_17] -type=text -x=33 -y=128 -width=71 -height=19 -layer=com_6 -textfont=p11_full -text=Operational -colour=0x00ff00 -opbase= - -// 59:18 -[com_18] -type=text -x=-7 -y=-46 -width=4 -height=4 -xmode=abs_centre -ymode=abs_centre -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xffff00 - diff --git a/dumps/530/interface/interface_590.if3 b/dumps/530/interface/interface_590.if3 deleted file mode 100644 index fe312c9e2..000000000 --- a/dumps/530/interface/interface_590.if3 +++ /dev/null @@ -1,450 +0,0 @@ -// 590:0 -[com_0] -type=rectangle -x=21 -y=32 -width=485 -height=300 -colour=0x000000 -fill=yes -trans=200 - -// 590:1 -[com_1] -type=layer -x=14 -y=25 -width=485 -height=300 -onload=script1087(event_com, 0) - -// 590:2 -[com_2] -type=graphic -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_1 -graphic=tradebacking -tiling=yes - -// 590:3 -[com_3] -type=graphic -x=8 -y=8 -width=16 -height=16 -xmode=abs_right -layer=com_1 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onclick=script29 - -// 590:4 -[com_4] -type=graphic -x=4 -y=12 -width=476 -height=32 -layer=com_1 -graphic="v2_stone_borders,23" -tiling=yes - -// 590:5 -[com_5] -type=graphic -x=151 -y=27 -width=32 -height=268 -layer=com_1 -graphic="v2_stone_borders,24" -tiling=yes - -// 590:6 -[com_6] -type=rectangle -width=16391 -height=20 -widthmode=proportion -heightmode=minus -ymode=abs_bottom -layer=com_12 -colour=0x321f16 -fill=yes -trans=200 - -// 590:7 -[com_7] -type=graphic -x=124 -width=32 -height=2 -heightmode=minus -layer=com_12 -graphic="v2_borders_slim,12" -tiling=yes - -// 590:8 -[com_8] -type=text -x=7 -width=130 -height=20 -layer=com_12 -textfont=b12_full -text=Name: -textalignv=1 -textshadow=yes -colour=0xff981f - -// 590:9 -[com_9] -type=text -x=144 -width=129 -height=20 -layer=com_12 -textfont=b12_full -text=Rank: -textalignv=1 -textshadow=yes -colour=0xff981f - -// 590:10 -[com_10] -type=graphic -x=24 -y=259 -width=26 -height=26 -graphic="loot_icon,3" - -// 590:11 -[com_11] -type=text -x=19 -y=30 -width=471 -height=16 -textfont=b12_full -text=Clan Chat Setup -textalignh=1 -textshadow=yes -colour=0xff981f - -// 590:12 -[com_12] -type=layer -x=194 -y=82 -width=279 -height=234 -onload=script1085(event_com, 20, 0, 0) - -// 590:13 -[com_13] -type=layer -x=199 -y=103 -width=269 -height=208 -scrollheight=25 -onload=script200(event_com, interface_590:com_14) - -// 590:14 -[com_14] -type=layer -x=473 -y=103 -width=16 -height=208 - -// 590:15 -[com_15] -type=text -x=268 -y=59 -width=131 -height=15 -textfont=b12_full -text=Friends List -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 590:16 -[com_16] -type=text -x=50 -y=270 -width=107 -height=10 -textfont=p11_full -text=CoinShare -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 590:17 -[com_17] -type=layer -x=24 -y=58 -width=150 -height=35 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 590:18 -[com_18] -type=layer -x=24 -y=98 -width=150 -height=35 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 590:19 -[com_19] -type=layer -x=24 -y=139 -width=150 -height=35 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 590:20 -[com_20] -type=layer -x=24 -y=179 -width=150 -height=35 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 590:21 -[com_21] -type=layer -x=24 -y=219 -width=150 -height=35 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 590:22 -[com_22] -type=text -x=23 -y=53 -width=151 -height=38 -textfont=tutorial_font -text=Chat disabled -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xffffff -op1=Set prefix -op2=Disable - -// 590:23 -[com_23] -type=text -x=24 -y=96 -width=150 -height=35 -textfont=tutorial_font -text=Any friends -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xffffff -op1=Anyone -op2=Any friends -op3=Recruit+ -op4=Corporal+ -op5=Sergeant+ -op6=Lieutenant+ -op7=Captain+ -op8=General+ -op9=Only me - -// 590:24 -[com_24] -type=text -x=24 -y=138 -width=150 -height=34 -textfont=tutorial_font -text=Anyone -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xffffff -op1=Anyone -op2=Any friends -op3=Recruit+ -op4=Corporal+ -op5=Sergeant+ -op6=Lieutenant+ -op7=Captain+ -op8=General+ -op9=Only me - -// 590:25 -[com_25] -type=text -x=24 -y=179 -width=150 -height=33 -textfont=tutorial_font -text=Only me -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xffffff -op4=Corporal+ -op5=Sergeant+ -op6=Lieutenant+ -op7=Captain+ -op8=General+ -op9=Only me - -// 590:26 -[com_26] -type=text -x=23 -y=219 -width=151 -height=33 -textfont=tutorial_font -text=No-one -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xffffff -op1=No-one -op2=Any friends -op3=Recruit+ -op4=Corporal+ -op5=Sergeant+ -op6=Lieutenant+ -op7=Captain+ -op8=General+ - -// 590:27 -[com_27] -type=text -x=36 -y=62 -width=125 -height=10 -textfont=p11_full -text=Clan name: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 590:28 -[com_28] -type=text -x=36 -y=102 -width=125 -height=10 -textfont=p11_full -text=Who can enter chat? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 590:29 -[com_29] -type=text -x=36 -y=143 -width=125 -height=10 -textfont=p11_full -text=Who can talk on chat? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 590:30 -[com_30] -type=text -x=36 -y=183 -width=125 -height=10 -textfont=p11_full -text=Who can kick on chat? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 590:31 -[com_31] -type=text -x=36 -y=223 -width=125 -height=10 -textfont=p11_full -text=Who can share loot? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 590:32 -[com_32] -type=text -x=19 -y=289 -width=162 -height=31 -textfont=p11_full -text=Right-click on white text to change options. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xdac378 - -// 590:33 -[com_33] -type=graphic -x=158 -y=267 -width=15 -height=15 -graphic="radio_buttons,0" -op1=Toggle CoinShare -onvartransmit=script601 -onvartransmitlist=varplayer_1083 - diff --git a/dumps/530/interface/interface_591.if3 b/dumps/530/interface/interface_591.if3 deleted file mode 100644 index fac8c6698..000000000 --- a/dumps/530/interface/interface_591.if3 +++ /dev/null @@ -1,3404 +0,0 @@ -// 591:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 591:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes -opbase= - -// 591:2 -[com_2] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 591:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 591:4 -[com_4] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 591:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 591:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 591:7 -[com_7] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 591:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 591:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 591:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 591:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 591:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 591:13 -[com_13] -type=rectangle -y=-2 -width=130 -height=10 -layer=com_38 -colour=0x483f33 -fill=yes - -// 591:14 -[com_14] -type=rectangle -y=8 -width=130 -height=10 -layer=com_38 -colour=0x473e33 -fill=yes - -// 591:15 -[com_15] -type=rectangle -y=18 -width=130 -height=10 -layer=com_38 -colour=0x463d32 -fill=yes - -// 591:16 -[com_16] -type=rectangle -y=28 -width=130 -height=10 -layer=com_38 -colour=0x453c32 -fill=yes - -// 591:17 -[com_17] -type=rectangle -y=38 -width=130 -height=10 -layer=com_38 -colour=0x443b31 -fill=yes - -// 591:18 -[com_18] -type=rectangle -y=48 -width=130 -height=10 -layer=com_38 -colour=0x433a31 -fill=yes - -// 591:19 -[com_19] -type=rectangle -y=58 -width=130 -height=10 -layer=com_38 -colour=0x423930 -fill=yes - -// 591:20 -[com_20] -type=rectangle -y=68 -width=130 -height=10 -layer=com_38 -colour=0x413830 -fill=yes - -// 591:21 -[com_21] -type=rectangle -y=78 -width=130 -height=10 -layer=com_38 -colour=0x40372f -fill=yes - -// 591:22 -[com_22] -type=rectangle -y=88 -width=130 -height=10 -layer=com_38 -colour=0x3f362f -fill=yes - -// 591:23 -[com_23] -type=rectangle -y=98 -width=130 -height=10 -layer=com_38 -colour=0x3e352e -fill=yes - -// 591:24 -[com_24] -type=rectangle -y=108 -width=130 -height=10 -layer=com_38 -colour=0x3d342e -fill=yes - -// 591:25 -[com_25] -type=rectangle -y=118 -width=130 -height=10 -layer=com_38 -colour=0x3c332d -fill=yes - -// 591:26 -[com_26] -type=rectangle -y=128 -width=130 -height=10 -layer=com_38 -colour=0x3b322d -fill=yes - -// 591:27 -[com_27] -type=rectangle -y=138 -width=130 -height=10 -layer=com_38 -colour=0x3a312c -fill=yes - -// 591:28 -[com_28] -type=rectangle -y=148 -width=130 -height=10 -layer=com_38 -colour=0x39302c -fill=yes - -// 591:29 -[com_29] -type=rectangle -y=158 -width=130 -height=10 -layer=com_38 -colour=0x382f2b -fill=yes - -// 591:30 -[com_30] -type=rectangle -y=168 -width=130 -height=10 -layer=com_38 -colour=0x372e29 -fill=yes - -// 591:31 -[com_31] -type=rectangle -y=178 -width=130 -height=10 -layer=com_38 -colour=0x362d28 -fill=yes - -// 591:32 -[com_32] -type=rectangle -y=188 -width=130 -height=10 -layer=com_38 -colour=0x352d27 -fill=yes - -// 591:33 -[com_33] -type=rectangle -y=198 -width=130 -height=10 -layer=com_38 -colour=0x342c26 -fill=yes - -// 591:34 -[com_34] -type=rectangle -y=208 -width=130 -height=10 -layer=com_38 -colour=0x332b25 -fill=yes - -// 591:35 -[com_35] -type=rectangle -y=218 -width=130 -height=10 -layer=com_38 -colour=0x322a24 -fill=yes - -// 591:36 -[com_36] -type=rectangle -y=228 -width=130 -height=10 -layer=com_38 -colour=0x312923 -fill=yes - -// 591:37 -[com_37] -type=rectangle -y=238 -width=130 -height=10 -layer=com_38 -colour=0x302922 -fill=yes - -// 591:38 -[com_38] -type=layer -x=234 -y=61 -width=130 -height=238 - -// 591:39 -[com_39] -type=rectangle -x=1 -y=40 -width=173 -height=7 -layer=com_58 -colour=0x433a31 -fill=yes - -// 591:40 -[com_40] -type=rectangle -y=47 -width=173 -height=10 -layer=com_58 -colour=0x423930 -fill=yes - -// 591:41 -[com_41] -type=rectangle -y=57 -width=173 -height=10 -layer=com_58 -colour=0x413830 -fill=yes - -// 591:42 -[com_42] -type=rectangle -y=67 -width=173 -height=10 -layer=com_58 -colour=0x40372f -fill=yes - -// 591:43 -[com_43] -type=rectangle -y=77 -width=173 -height=10 -layer=com_58 -colour=0x3f362f -fill=yes - -// 591:44 -[com_44] -type=rectangle -y=87 -width=173 -height=10 -layer=com_58 -colour=0x3e352e -fill=yes - -// 591:45 -[com_45] -type=rectangle -y=97 -width=173 -height=10 -layer=com_58 -colour=0x3d342e -fill=yes - -// 591:46 -[com_46] -type=rectangle -y=107 -width=173 -height=10 -layer=com_58 -colour=0x3c332d -fill=yes - -// 591:47 -[com_47] -type=rectangle -y=117 -width=173 -height=10 -layer=com_58 -colour=0x3b322d -fill=yes - -// 591:48 -[com_48] -type=rectangle -y=127 -width=173 -height=10 -layer=com_58 -colour=0x3a312c -fill=yes - -// 591:49 -[com_49] -type=rectangle -y=137 -width=173 -height=10 -layer=com_58 -colour=0x39302c -fill=yes - -// 591:50 -[com_50] -type=rectangle -y=147 -width=173 -height=10 -layer=com_58 -colour=0x382f2b -fill=yes - -// 591:51 -[com_51] -type=rectangle -y=157 -width=173 -height=10 -layer=com_58 -colour=0x372e29 -fill=yes - -// 591:52 -[com_52] -type=rectangle -y=167 -width=173 -height=10 -layer=com_58 -colour=0x362d28 -fill=yes - -// 591:53 -[com_53] -type=rectangle -y=177 -width=173 -height=10 -layer=com_58 -colour=0x352d27 -fill=yes - -// 591:54 -[com_54] -type=rectangle -y=187 -width=173 -height=10 -layer=com_58 -colour=0x342c26 -fill=yes - -// 591:55 -[com_55] -type=rectangle -y=197 -width=173 -height=10 -layer=com_58 -colour=0x332b25 -fill=yes - -// 591:56 -[com_56] -type=rectangle -y=207 -width=173 -height=10 -layer=com_58 -colour=0x322a24 -fill=yes - -// 591:57 -[com_57] -type=rectangle -y=217 -width=173 -height=9 -layer=com_58 -colour=0x312923 -fill=yes - -// 591:58 -[com_58] -type=layer -x=25 -y=73 -width=173 -height=236 - -// 591:59 -[com_59] -type=layer -x=234 -y=61 -width=130 -height=238 - -// 591:60 -[com_60] -type=model -contenttype=328 -x=1 -y=30 -width=105 -height=197 -layer=com_59 -model=model_6675 -modelorigin_x=15 -modelorigin_y=89 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -modelanim=seq_808 -unknown100=0 -unknown101=3000 - -// 591:61 -[com_61] -type=text -x=21 -y=31 -width=469 -height=15 -textfont=b12_full -text=Thessalia's Makeovers -textalignh=1 -textshadow=yes -colour=0xc9800d - -// 591:62 -[com_62] -type=text -x=20 -y=4 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Striped sweater -textshadow=yes -colour=0xc9800d - -// 591:63 -[com_63] -type=graphic -x=3 -y=3 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:64 -[com_64] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:65 -[com_65] -type=text -x=20 -y=30 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Woollen vest -textshadow=yes -colour=0xc9800d - -// 591:66 -[com_66] -type=graphic -x=3 -y=29 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:67 -[com_67] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:68 -[com_68] -type=text -x=20 -y=57 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Princely vest -textshadow=yes -colour=0xc9800d - -// 591:69 -[com_69] -type=graphic -x=3 -y=56 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:70 -[com_70] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:71 -[com_71] -type=text -x=20 -y=83 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Tattered waistcoat -textshadow=yes -colour=0xc9800d - -// 591:72 -[com_72] -type=graphic -x=3 -y=82 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:73 -[com_73] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:74 -[com_74] -type=text -x=20 -y=109 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Fine shirt -textshadow=yes -colour=0xc9800d - -// 591:75 -[com_75] -type=graphic -x=3 -y=108 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:76 -[com_76] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:77 -[com_77] -type=text -x=21 -y=135 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Waistcoat -textshadow=yes -colour=0xc9800d - -// 591:78 -[com_78] -type=graphic -x=4 -y=134 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:79 -[com_79] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:80 -[com_80] -type=text -x=21 -y=162 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Plain top -textshadow=yes -colour=0xc9800d - -// 591:81 -[com_81] -type=graphic -x=4 -y=161 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:82 -[com_82] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:83 -[com_83] -type=text -x=21 -y=189 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Light buttons -textshadow=yes -colour=0xc9800d - -// 591:84 -[com_84] -type=graphic -x=4 -y=188 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:85 -[com_85] -type=layer -x=4 -y=186 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:86 -[com_86] -type=text -x=21 -y=216 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Dark buttons -textshadow=yes -colour=0xc9800d - -// 591:87 -[com_87] -type=graphic -x=4 -y=215 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:88 -[com_88] -type=layer -x=4 -y=213 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:89 -[com_89] -type=text -x=21 -y=243 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Jacket -textshadow=yes -colour=0xc9800d - -// 591:90 -[com_90] -type=graphic -x=4 -y=242 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:91 -[com_91] -type=layer -x=4 -y=240 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:92 -[com_92] -type=text -x=21 -y=269 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Shirt -textshadow=yes -colour=0xc9800d - -// 591:93 -[com_93] -type=graphic -x=4 -y=268 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:94 -[com_94] -type=layer -x=4 -y=266 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:95 -[com_95] -type=text -x=21 -y=296 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Stitching -textshadow=yes -colour=0xc9800d - -// 591:96 -[com_96] -type=graphic -x=4 -y=295 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:97 -[com_97] -type=layer -x=4 -y=292 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:98 -[com_98] -type=text -x=21 -y=321 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Ragged top -textshadow=yes -colour=0xc9800d - -// 591:99 -[com_99] -type=graphic -x=4 -y=320 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:100 -[com_100] -type=layer -x=4 -y=318 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:101 -[com_101] -type=text -x=21 -y=347 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Two-toned -textshadow=yes -colour=0xc9800d - -// 591:102 -[com_102] -type=graphic -x=4 -y=346 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 591:103 -[com_103] -type=layer -x=4 -y=343 -width=147 -height=21 -layer=com_173 -hide=yes - -// 591:104 -[com_104] -type=text -x=20 -y=4 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Striped arms -textshadow=yes -colour=0xc9800d - -// 591:105 -[com_105] -type=graphic -x=3 -y=3 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:106 -[com_106] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:107 -[com_107] -type=text -x=20 -y=30 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Princely sleeves -textshadow=yes -colour=0xc9800d - -// 591:108 -[com_108] -type=graphic -x=3 -y=29 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:109 -[com_109] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:110 -[com_110] -type=text -x=20 -y=57 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Fine cuffs -textshadow=yes -colour=0xc9800d - -// 591:111 -[com_111] -type=graphic -x=3 -y=56 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:112 -[com_112] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:113 -[com_113] -type=text -x=20 -y=83 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Woollen sleeves -textshadow=yes -colour=0xc9800d - -// 591:114 -[com_114] -type=graphic -x=3 -y=82 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:115 -[com_115] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:116 -[com_116] -type=text -x=20 -y=109 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Ragged arms -textshadow=yes -colour=0xc9800d - -// 591:117 -[com_117] -type=graphic -x=3 -y=108 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:118 -[com_118] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:119 -[com_119] -type=text -x=21 -y=135 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Tattered sleeves -textshadow=yes -colour=0xc9800d - -// 591:120 -[com_120] -type=graphic -x=4 -y=134 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:121 -[com_121] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:122 -[com_122] -type=text -x=21 -y=162 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Loose sleeved -textshadow=yes -colour=0xc9800d - -// 591:123 -[com_123] -type=graphic -x=4 -y=161 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:124 -[com_124] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:125 -[com_125] -type=text -x=21 -y=189 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Regular -textshadow=yes -colour=0xc9800d - -// 591:126 -[com_126] -type=graphic -x=4 -y=188 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:127 -[com_127] -type=layer -x=4 -y=186 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:128 -[com_128] -type=text -x=21 -y=216 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Musclebound -textshadow=yes -colour=0xc9800d - -// 591:129 -[com_129] -type=graphic -x=4 -y=215 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:130 -[com_130] -type=layer -x=4 -y=213 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:131 -[com_131] -type=text -x=21 -y=243 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Large cuffed -textshadow=yes -colour=0xc9800d - -// 591:132 -[com_132] -type=graphic -x=4 -y=242 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:133 -[com_133] -type=layer -x=4 -y=240 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:134 -[com_134] -type=text -x=21 -y=269 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Thin sleeved -textshadow=yes -colour=0xc9800d - -// 591:135 -[com_135] -type=graphic -x=4 -y=268 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:136 -[com_136] -type=layer -x=4 -y=266 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:137 -[com_137] -type=text -x=21 -y=296 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Shoulder pads -textshadow=yes -colour=0xc9800d - -// 591:138 -[com_138] -type=graphic -x=4 -y=295 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 591:139 -[com_139] -type=layer -x=4 -y=292 -width=147 -height=21 -layer=com_175 -hide=yes - -// 591:140 -[com_140] -type=text -x=20 -y=4 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Plain trousers -textshadow=yes -colour=0xc9800d - -// 591:141 -[com_141] -type=graphic -x=3 -y=3 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:142 -[com_142] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:143 -[com_143] -type=text -x=20 -y=30 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Princely breeches -textshadow=yes -colour=0xc9800d - -// 591:144 -[com_144] -type=graphic -x=3 -y=29 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:145 -[com_145] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:146 -[com_146] -type=text -x=20 -y=57 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Shorts -textshadow=yes -colour=0xc9800d - -// 591:147 -[com_147] -type=graphic -x=3 -y=56 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:148 -[com_148] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:149 -[com_149] -type=text -x=20 -y=83 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Ragged breeches -textshadow=yes -colour=0xc9800d - -// 591:150 -[com_150] -type=graphic -x=3 -y=82 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:151 -[com_151] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:152 -[com_152] -type=text -x=20 -y=109 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Tattered breeches -textshadow=yes -colour=0xc9800d - -// 591:153 -[com_153] -type=graphic -x=3 -y=108 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:154 -[com_154] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:155 -[com_155] -type=text -x=21 -y=135 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Torn trousers -textshadow=yes -colour=0xc9800d - -// 591:156 -[com_156] -type=graphic -x=4 -y=134 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:157 -[com_157] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:158 -[com_158] -type=text -x=21 -y=162 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Breeches -textshadow=yes -colour=0xc9800d - -// 591:159 -[com_159] -type=graphic -x=4 -y=161 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:160 -[com_160] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:161 -[com_161] -type=text -x=21 -y=189 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Striped trousers -textshadow=yes -colour=0xc9800d - -// 591:162 -[com_162] -type=graphic -x=4 -y=188 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:163 -[com_163] -type=layer -x=4 -y=186 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:164 -[com_164] -type=text -x=21 -y=216 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Turn-ups -textshadow=yes -colour=0xc9800d - -// 591:165 -[com_165] -type=graphic -x=4 -y=215 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:166 -[com_166] -type=layer -x=4 -y=213 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:167 -[com_167] -type=text -x=21 -y=243 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Flares -textshadow=yes -colour=0xc9800d - -// 591:168 -[com_168] -type=graphic -x=4 -y=242 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:169 -[com_169] -type=layer -x=4 -y=240 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:170 -[com_170] -type=text -x=21 -y=269 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Fine breeches -textshadow=yes -colour=0xc9800d - -// 591:171 -[com_171] -type=graphic -x=4 -y=268 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 591:172 -[com_172] -type=layer -x=4 -y=266 -width=147 -height=21 -layer=com_177 -hide=yes - -// 591:173 -[com_173] -type=layer -x=25 -y=113 -width=173 -height=183 -scrollheight=400 - -// 591:174 -[com_174] -type=layer -x=198 -y=113 -width=16 -height=187 -scrollheight=400 -onload=script430 - -// 591:175 -[com_175] -type=layer -x=25 -y=113 -width=173 -height=186 -hide=yes -scrollheight=400 - -// 591:176 -[com_176] -type=layer -x=198 -y=113 -width=16 -height=187 -hide=yes -scrollheight=400 -onload=script431 - -// 591:177 -[com_177] -type=layer -x=25 -y=113 -width=173 -height=186 -hide=yes -scrollheight=400 - -// 591:178 -[com_178] -type=layer -x=198 -y=113 -width=16 -height=187 -hide=yes -scrollheight=400 -onload=script432 - -// 591:179 -[com_179] -type=text -y=41 -width=90 -height=32 -layer=com_181 -textfont=p12_full -text=1,000 Coins -textshadow=yes -colour=0xc9800d - -// 591:180 -[com_180] -type=graphic -x=407 -y=252 -width=42 -height=42 -graphic="player_kit_fancy_off,6" -op1=Confirm Purchase -onmouseover=script44(event_com, "player_kit_fancy,6") -onmouseleave=script299(interface_591:com_299, event_com, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_591:com_299, "Confirm Purchase", 25, 80) - -// 591:181 -[com_181] -type=layer -x=407 -y=252 -width=84 -height=66 - -// 591:182 -[com_182] -type=graphic -x=37 -y=62 -width=42 -height=42 -graphic="player_kit_fancy,0" -op1=Select -onmouseleave=script40(interface_591:com_299) -onmouserepeat=script38(event_com, interface_591:com_299, "Show Torso Selections", 25, 80) -onclick=script433 - -// 591:183 -[com_183] -type=graphic -x=87 -y=62 -width=42 -height=42 -graphic="player_kit_fancy_off,1" -op1=Select -onmouseleave=script40(interface_591:com_299) -onmouserepeat=script38(event_com, interface_591:com_299, "Show Arms Selections", 25, 80) -onclick=script434 - -// 591:184 -[com_184] -type=graphic -x=140 -y=62 -width=42 -height=42 -graphic="player_kit_fancy_off,2" -op1=Select -onmouseleave=script40(interface_591:com_299) -onmouserepeat=script38(event_com, interface_591:com_299, "Show Legs Selections", 25, 80) -onclick=script435 - -// 591:185 -[com_185] -type=rectangle -x=3 -y=3 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script436 - -// 591:186 -[com_186] -type=rectangle -x=3 -y=29 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script437 - -// 591:187 -[com_187] -type=rectangle -x=3 -y=56 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script438 - -// 591:188 -[com_188] -type=rectangle -x=3 -y=83 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script439 - -// 591:189 -[com_189] -type=rectangle -x=3 -y=110 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script440 - -// 591:190 -[com_190] -type=rectangle -x=3 -y=134 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script441 - -// 591:191 -[com_191] -type=rectangle -x=3 -y=160 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script442 - -// 591:192 -[com_192] -type=rectangle -x=3 -y=186 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script443 - -// 591:193 -[com_193] -type=rectangle -x=3 -y=212 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script444 - -// 591:194 -[com_194] -type=rectangle -x=3 -y=238 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script445 - -// 591:195 -[com_195] -type=rectangle -x=3 -y=264 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script446 - -// 591:196 -[com_196] -type=rectangle -x=3 -y=290 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script447 - -// 591:197 -[com_197] -type=rectangle -x=3 -y=316 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script448 - -// 591:198 -[com_198] -type=rectangle -x=3 -y=342 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script449 - -// 591:199 -[com_199] -type=rectangle -x=3 -y=3 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script450 - -// 591:200 -[com_200] -type=rectangle -x=3 -y=29 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script451 - -// 591:201 -[com_201] -type=rectangle -x=3 -y=56 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script452 - -// 591:202 -[com_202] -type=rectangle -x=3 -y=83 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script453 - -// 591:203 -[com_203] -type=rectangle -x=3 -y=110 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script454 - -// 591:204 -[com_204] -type=rectangle -x=3 -y=134 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script455 - -// 591:205 -[com_205] -type=rectangle -x=3 -y=160 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script456 - -// 591:206 -[com_206] -type=rectangle -x=3 -y=186 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script457 - -// 591:207 -[com_207] -type=rectangle -x=3 -y=212 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script458 - -// 591:208 -[com_208] -type=rectangle -x=3 -y=238 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script459 - -// 591:209 -[com_209] -type=rectangle -x=3 -y=264 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script460 - -// 591:210 -[com_210] -type=rectangle -x=3 -y=290 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script461 - -// 591:211 -[com_211] -type=rectangle -x=3 -y=3 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script462 - -// 591:212 -[com_212] -type=rectangle -x=3 -y=29 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script463 - -// 591:213 -[com_213] -type=rectangle -x=3 -y=56 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script464 - -// 591:214 -[com_214] -type=rectangle -x=3 -y=83 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script465 - -// 591:215 -[com_215] -type=rectangle -x=3 -y=110 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script466 - -// 591:216 -[com_216] -type=rectangle -x=3 -y=134 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script467 - -// 591:217 -[com_217] -type=rectangle -x=3 -y=160 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script468 - -// 591:218 -[com_218] -type=rectangle -x=3 -y=186 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script469 - -// 591:219 -[com_219] -type=rectangle -x=3 -y=212 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script470 - -// 591:220 -[com_220] -type=rectangle -x=3 -y=238 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script471 - -// 591:221 -[com_221] -type=rectangle -x=3 -y=264 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script472 - -// 591:222 -[com_222] -type=layer -x=381 -y=62 -width=95 -height=195 - -// 591:223 -[com_223] -type=rectangle -x=3 -y=4 -width=21 -height=21 -layer=com_222 -colour=0x300000 -fill=yes - -// 591:224 -[com_224] -type=rectangle -x=26 -y=4 -width=21 -height=21 -layer=com_222 -colour=0xb03838 -fill=yes - -// 591:225 -[com_225] -type=rectangle -x=49 -y=4 -width=21 -height=21 -layer=com_222 -colour=0x752f3b -fill=yes - -// 591:226 -[com_226] -type=rectangle -x=72 -y=4 -width=21 -height=21 -layer=com_222 -colour=0xc88080 -fill=yes - -// 591:227 -[com_227] -type=rectangle -x=3 -y=27 -width=21 -height=21 -layer=com_222 -colour=0xa17067 -fill=yes - -// 591:228 -[com_228] -type=rectangle -x=26 -y=27 -width=21 -height=21 -layer=com_222 -colour=0x9d642f -fill=yes - -// 591:229 -[com_229] -type=rectangle -x=49 -y=27 -width=21 -height=21 -layer=com_222 -colour=0x8b3b2a -fill=yes - -// 591:230 -[com_230] -type=rectangle -x=72 -y=27 -width=21 -height=21 -layer=com_222 -colour=0xc06840 -fill=yes - -// 591:231 -[com_231] -type=rectangle -x=3 -y=50 -width=21 -height=21 -layer=com_222 -colour=0xaa9045 -fill=yes - -// 591:232 -[com_232] -type=rectangle -x=26 -y=50 -width=21 -height=21 -layer=com_222 -colour=0x7b6e32 -fill=yes - -// 591:233 -[com_233] -type=rectangle -x=49 -y=50 -width=21 -height=21 -layer=com_222 -colour=0xa3970d -fill=yes - -// 591:234 -[com_234] -type=rectangle -x=72 -y=50 -width=21 -height=21 -layer=com_222 -colour=0x829472 -fill=yes - -// 591:235 -[com_235] -type=rectangle -x=3 -y=73 -width=21 -height=21 -layer=com_222 -colour=0x60b060 -fill=yes - -// 591:236 -[com_236] -type=rectangle -x=26 -y=73 -width=21 -height=21 -layer=com_222 -colour=0x2d723e -fill=yes - -// 591:237 -[com_237] -type=rectangle -x=49 -y=73 -width=21 -height=21 -layer=com_222 -colour=0x1c6135 -fill=yes - -// 591:238 -[com_238] -type=rectangle -x=72 -y=73 -width=21 -height=21 -layer=com_222 -colour=0x183028 -fill=yes - -// 591:239 -[com_239] -type=rectangle -x=3 -y=96 -width=21 -height=21 -layer=com_222 -colour=0x181890 -fill=yes - -// 591:240 -[com_240] -type=rectangle -x=26 -y=96 -width=21 -height=21 -layer=com_222 -colour=0x2d5272 -fill=yes - -// 591:241 -[com_241] -type=rectangle -x=49 -y=96 -width=21 -height=21 -layer=com_222 -colour=0x6088b0 -fill=yes - -// 591:242 -[com_242] -type=rectangle -x=72 -y=96 -width=21 -height=21 -layer=com_222 -colour=0x728c94 -fill=yes - -// 591:243 -[com_243] -type=rectangle -x=3 -y=119 -width=21 -height=21 -layer=com_222 -colour=0x83537b -fill=yes - -// 591:244 -[com_244] -type=rectangle -x=26 -y=119 -width=21 -height=21 -layer=com_222 -colour=0x9860b0 -fill=yes - -// 591:245 -[com_245] -type=rectangle -x=49 -y=119 -width=21 -height=21 -layer=com_222 -colour=0x581890 -fill=yes - -// 591:246 -[com_246] -type=rectangle -x=72 -y=119 -width=21 -height=21 -layer=com_222 -colour=0x3b3b4e -fill=yes - -// 591:247 -[com_247] -type=rectangle -x=3 -y=142 -width=21 -height=21 -layer=com_222 -colour=0xada481 -fill=yes - -// 591:248 -[com_248] -type=rectangle -x=26 -y=142 -width=21 -height=21 -layer=com_222 -colour=0x989878 -fill=yes - -// 591:249 -[com_249] -type=rectangle -x=49 -y=142 -width=21 -height=21 -layer=com_222 -colour=0x484038 -fill=yes - -// 591:250 -[com_250] -type=rectangle -x=72 -y=142 -width=21 -height=21 -layer=com_222 -colour=0x262323 -fill=yes - -// 591:251 -[com_251] -type=rectangle -x=3 -y=165 -width=21 -height=21 -layer=com_222 -colour=0x101010 -fill=yes - -// 591:252 -[com_252] -type=graphic -x=384 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Burgundy", 25, 40) -onclick=script473 - -// 591:253 -[com_253] -type=graphic -x=407 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Red", 25, 40) -onclick=script474 - -// 591:254 -[com_254] -type=graphic -x=430 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Dark red", 25, 40) -onclick=script475 - -// 591:255 -[com_255] -type=graphic -x=453 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Pink", 25, 40) -onclick=script476 - -// 591:256 -[com_256] -type=graphic -x=384 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Dark pink", 25, 40) -onclick=script477 - -// 591:257 -[com_257] -type=graphic -x=407 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Orange", 25, 40) -onclick=script478 - -// 591:258 -[com_258] -type=graphic -x=430 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Burnt orange", 25, 40) -onclick=script479 - -// 591:259 -[com_259] -type=graphic -x=453 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Peach", 25, 40) -onclick=script480 - -// 591:260 -[com_260] -type=graphic -x=384 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Light khaki", 25, 40) -onclick=script481 - -// 591:261 -[com_261] -type=graphic -x=407 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Khaki", 25, 40) -onclick=script482 - -// 591:262 -[com_262] -type=graphic -x=430 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Gold", 25, 40) -onclick=script483 - -// 591:263 -[com_263] -type=graphic -x=453 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Moss green", 25, 40) -onclick=script484 - -// 591:264 -[com_264] -type=graphic -x=384 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Mint green", 25, 40) -onclick=script485 - -// 591:265 -[com_265] -type=graphic -x=407 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Sea green", 25, 40) -onclick=script486 - -// 591:266 -[com_266] -type=graphic -x=430 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Forest green", 25, 40) -onclick=script487 - -// 591:267 -[com_267] -type=graphic -x=453 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Dark green", 25, 40) -onclick=script488 - -// 591:268 -[com_268] -type=graphic -x=384 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Royal blue", 25, 40) -onclick=script489 - -// 591:269 -[com_269] -type=graphic -x=407 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Dark blue", 25, 40) -onclick=script490 - -// 591:270 -[com_270] -type=graphic -x=430 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Light blue", 25, 40) -onclick=script491 - -// 591:271 -[com_271] -type=graphic -x=453 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Pale blue", 25, 40) -onclick=script492 - -// 591:272 -[com_272] -type=graphic -x=384 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Mauve", 25, 40) -onclick=script493 - -// 591:273 -[com_273] -type=graphic -x=407 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Violet", 25, 40) -onclick=script494 - -// 591:274 -[com_274] -type=graphic -x=430 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Indigo", 25, 40) -onclick=script495 - -// 591:275 -[com_275] -type=graphic -x=453 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Navy blue", 25, 40) -onclick=script496 - -// 591:276 -[com_276] -type=graphic -x=384 -y=204 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Beige", 25, 40) -onclick=script497 - -// 591:277 -[com_277] -type=graphic -x=407 -y=204 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Light grey", 25, 40) -onclick=script498 - -// 591:278 -[com_278] -type=graphic -x=430 -y=204 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Taupe", 25, 40) -onclick=script499 - -// 591:279 -[com_279] -type=graphic -x=453 -y=204 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Dark grey", 25, 40) -onclick=script500 - -// 591:280 -[com_280] -type=graphic -x=384 -y=227 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_591:com_299, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_591:com_299, "Black", 25, 40) -onclick=script501 - -// 591:281 -[com_281] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 591:282 -[com_282] -type=layer -width=512 -height=334 - -// 591:283 -[com_283] -type=line -x=23 -y=111 -width=176 -layer=com_282 -colour=0x332b25 - -// 591:284 -[com_284] -type=line -x=23 -y=112 -height=187 -layer=com_282 -colour=0x332b25 - -// 591:285 -[com_285] -type=line -x=199 -y=112 -height=187 -layer=com_282 -colour=0x332b25 - -// 591:286 -[com_286] -type=line -x=23 -y=300 -width=176 -layer=com_282 -colour=0x332b25 - -// 591:287 -[com_287] -type=line -x=382 -y=64 -width=93 -layer=com_282 -colour=0x332b25 - -// 591:288 -[com_288] -type=line -x=382 -y=65 -height=183 -layer=com_282 -colour=0x332b25 - -// 591:289 -[com_289] -type=line -x=475 -y=65 -height=160 -layer=com_282 -colour=0x332b25 - -// 591:290 -[com_290] -type=line -x=382 -y=249 -width=24 -layer=com_282 -colour=0x332b25 - -// 591:291 -[com_291] -type=line -x=232 -y=59 -width=133 -layer=com_282 -colour=0x332b25 - -// 591:292 -[com_292] -type=line -x=232 -y=60 -height=239 -layer=com_282 -colour=0x332b25 - -// 591:293 -[com_293] -type=line -x=365 -y=60 -height=239 -layer=com_282 -colour=0x332b25 - -// 591:294 -[com_294] -type=line -x=232 -y=300 -width=133 -layer=com_282 -colour=0x332b25 - -// 591:295 -[com_295] -type=line -x=406 -y=226 -width=69 -layer=com_282 -colour=0x332b25 - -// 591:296 -[com_296] -type=line -x=406 -y=227 -height=21 -layer=com_282 -colour=0x332b25 - -// 591:297 -[com_297] -type=graphic -x=451 -y=261 -width=23 -height=23 -graphic="ame_confirm_button_no_back,0" -opbase= -op1=Confirm Purchase -onmouseover=script44(interface_591:com_180, "player_kit_fancy,6") -onmouseleave=script299(interface_591:com_299, interface_591:com_180, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_591:com_299, "Confirm Purchase", 25, 80) - -// 591:298 -[com_298] -type=layer -width=512 -height=334 - -// 591:299 -[com_299] -type=layer -x=309 -y=57 -width=200 -height=200 -layer=com_298 -onmouseleave=script40(interface_591:com_299) - diff --git a/dumps/530/interface/interface_592.if3 b/dumps/530/interface/interface_592.if3 deleted file mode 100644 index 8f4a7abca..000000000 --- a/dumps/530/interface/interface_592.if3 +++ /dev/null @@ -1,2763 +0,0 @@ -// 592:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 592:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes -opbase= - -// 592:2 -[com_2] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 592:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 592:4 -[com_4] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 592:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 592:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 592:7 -[com_7] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 592:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 592:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 592:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 592:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 592:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 592:13 -[com_13] -type=layer -x=234 -y=61 -width=130 -height=246 - -// 592:14 -[com_14] -type=layer -x=25 -y=73 -width=173 -height=120 - -// 592:15 -[com_15] -type=layer -y=3 -width=512 -height=334 - -// 592:16 -[com_16] -type=layer -x=25 -y=199 -width=190 -height=110 - -// 592:17 -[com_17] -type=layer -x=234 -y=62 -width=129 -height=244 - -// 592:18 -[com_18] -type=text -x=21 -y=31 -width=469 -height=15 -textfont=b12_full -text=Hairdresser's Salon -textalignh=1 -textshadow=yes -colour=0xc9800d - -// 592:19 -[com_19] -type=layer -x=25 -y=113 -width=173 -height=80 - -// 592:20 -[com_20] -type=graphic -y=2 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" -op10= - -// 592:21 -[com_21] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Odango -textshadow=yes -colour=0xc9800d -op10= - -// 592:22 -[com_22] -type=graphic -y=2 -width=36 -height=36 -layer=com_176 -graphic="miscgraphics,10" -op10= - -// 592:23 -[com_23] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_176 -textfont=p12_full -text=Pixie -textshadow=yes -colour=0xc9800d -op10= - -// 592:24 -[com_24] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_149 -textfont=p12_full -text=Bun -textshadow=yes -colour=0xc9800d - -// 592:25 -[com_25] -type=graphic -y=2 -width=36 -height=36 -layer=com_149 -graphic="miscgraphics,10" - -// 592:26 -[com_26] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_150 -textfont=p12_full -text=Dreadlocks -textshadow=yes -colour=0xc9800d - -// 592:27 -[com_27] -type=graphic -y=2 -width=36 -height=36 -layer=com_150 -graphic="miscgraphics,10" - -// 592:28 -[com_28] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_151 -textfont=p12_full -text=Long -textshadow=yes -colour=0xc9800d - -// 592:29 -[com_29] -type=graphic -y=2 -width=36 -height=36 -layer=com_151 -graphic="miscgraphics,10" - -// 592:30 -[com_30] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_152 -textfont=p12_full -text=Short -textshadow=yes -colour=0xc9800d - -// 592:31 -[com_31] -type=graphic -y=2 -width=36 -height=36 -layer=com_152 -graphic="miscgraphics,10" - -// 592:32 -[com_32] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_153 -textfont=p12_full -text=Pigtails -textshadow=yes -colour=0xc9800d - -// 592:33 -[com_33] -type=graphic -y=2 -width=36 -height=36 -layer=com_153 -graphic="miscgraphics,10" - -// 592:34 -[com_34] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_154 -textfont=p12_full -text=Crew cut -textshadow=yes -colour=0xc9800d - -// 592:35 -[com_35] -type=graphic -y=2 -width=36 -height=36 -layer=com_154 -graphic="miscgraphics,10" - -// 592:36 -[com_36] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_155 -textfont=p12_full -text=Close-cropped -textshadow=yes -colour=0xc9800d - -// 592:37 -[com_37] -type=graphic -y=2 -width=36 -height=36 -layer=com_155 -graphic="miscgraphics,10" - -// 592:38 -[com_38] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_156 -textfont=p12_full -text=Wild spikes -textshadow=yes -colour=0xc9800d - -// 592:39 -[com_39] -type=graphic -y=2 -width=36 -height=36 -layer=com_156 -graphic="miscgraphics,10" - -// 592:40 -[com_40] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_157 -textfont=p12_full -text=Spikes -textshadow=yes -colour=0xc9800d - -// 592:41 -[com_41] -type=graphic -y=2 -width=36 -height=36 -layer=com_157 -graphic="miscgraphics,10" - -// 592:42 -[com_42] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_158 -textfont=p12_full -text=Side ponytail -textshadow=yes -colour=0xc9800d - -// 592:43 -[com_43] -type=graphic -y=2 -width=36 -height=36 -layer=com_158 -graphic="miscgraphics,10" - -// 592:44 -[com_44] -type=text -x=17 -y=4 -width=124 -height=16 -layer=com_159 -textfont=p12_full -text=Curls -textshadow=yes -colour=0xc9800d - -// 592:45 -[com_45] -type=graphic -y=3 -width=36 -height=36 -layer=com_159 -graphic="miscgraphics,10" - -// 592:46 -[com_46] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_160 -textfont=p12_full -text=Wind braids -textshadow=yes -colour=0xc9800d - -// 592:47 -[com_47] -type=graphic -y=2 -width=36 -height=36 -layer=com_160 -graphic="miscgraphics,10" - -// 592:48 -[com_48] -type=text -x=17 -y=4 -width=124 -height=16 -layer=com_161 -textfont=p12_full -text=Ponytail -textshadow=yes -colour=0xc9800d - -// 592:49 -[com_49] -type=graphic -y=3 -width=36 -height=36 -layer=com_161 -graphic="miscgraphics,10" - -// 592:50 -[com_50] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_162 -textfont=p12_full -text=Ring braids -textshadow=yes -colour=0xc9800d - -// 592:51 -[com_51] -type=graphic -y=2 -width=36 -height=36 -layer=com_162 -graphic="miscgraphics,10" - -// 592:52 -[com_52] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_163 -textfont=p12_full -text=Four ponies -textshadow=yes -colour=0xc9800d - -// 592:53 -[com_53] -type=graphic -y=2 -width=36 -height=36 -layer=com_163 -graphic="miscgraphics,10" - -// 592:54 -[com_54] -type=graphic -x=1 -y=2 -width=36 -height=36 -layer=com_164 -graphic="miscgraphics,10" - -// 592:55 -[com_55] -type=text -x=18 -y=3 -width=124 -height=16 -layer=com_164 -textfont=p12_full -text=Flip -textshadow=yes -colour=0xc9800d - -// 592:56 -[com_56] -type=text -x=18 -y=3 -width=124 -height=16 -layer=com_165 -textfont=p12_full -text=Layered flip -textshadow=yes -colour=0xc9800d - -// 592:57 -[com_57] -type=graphic -x=1 -y=2 -width=36 -height=36 -layer=com_165 -graphic="miscgraphics,10" - -// 592:58 -[com_58] -type=text -x=18 -y=3 -width=124 -height=16 -layer=com_166 -textfont=p12_full -text=Straight -textshadow=yes -colour=0xc9800d - -// 592:59 -[com_59] -type=graphic -x=1 -y=2 -width=36 -height=36 -layer=com_166 -graphic="miscgraphics,10" - -// 592:60 -[com_60] -type=text -x=18 -y=3 -width=124 -height=16 -layer=com_167 -textfont=p12_full -text=Long braids -textshadow=yes -colour=0xc9800d - -// 592:61 -[com_61] -type=graphic -x=1 -y=2 -width=36 -height=36 -layer=com_167 -graphic="miscgraphics,10" - -// 592:62 -[com_62] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_168 -textfont=p12_full -text=Curtains -textshadow=yes -colour=0xc9800d - -// 592:63 -[com_63] -type=graphic -y=2 -width=36 -height=36 -layer=com_168 -graphic="miscgraphics,10" - -// 592:64 -[com_64] -type=graphic -y=2 -width=36 -height=36 -layer=com_169 -graphic="miscgraphics,10" - -// 592:65 -[com_65] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_169 -textfont=p12_full -text=Earmuffs -textshadow=yes -colour=0xc9800d - -// 592:66 -[com_66] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_148 -textfont=p12_full -text=Bald -textshadow=yes -colour=0xc9800d - -// 592:67 -[com_67] -type=graphic -y=2 -width=36 -height=36 -layer=com_148 -graphic="miscgraphics,10" - -// 592:68 -[com_68] -type=graphic -x=408 -y=250 -width=42 -height=42 -graphic="player_kit_fancy_off,6" -op1=Confirm Purchase -onmouseover=script44(event_com, "player_kit_fancy,6") -onmouseleave=script299(interface_592:com_246, event_com, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_592:com_246, "Confirm Purchase", 25, 80) - -// 592:69 -[com_69] -type=layer -x=408 -y=250 -width=71 -height=71 - -// 592:70 -[com_70] -type=graphic -x=37 -y=62 -width=42 -height=42 -graphic="player_kit_fancy,4" -op1=Hair -onmouseleave=script40(interface_592:com_246) -onmouserepeat=script38(event_com, interface_592:com_246, "Show Hair Selections", 25, 80) - -// 592:71 -[com_71] -type=layer -x=198 -y=113 -width=16 -height=80 -scrollheight=400 -onload=script317 - -// 592:72 -[com_72] -type=layer -x=381 -y=62 -width=95 -height=195 - -// 592:73 -[com_73] -type=graphic -x=384 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Burgundy", 25, 40) -onclick=script340 - -// 592:74 -[com_74] -type=graphic -x=407 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Red", 25, 40) -onclick=script341 - -// 592:75 -[com_75] -type=graphic -x=430 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Vermillion", 25, 40) -onclick=script342 - -// 592:76 -[com_76] -type=graphic -x=453 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Pink", 25, 40) -onclick=script343 - -// 592:77 -[com_77] -type=graphic -x=384 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Orange", 25, 40) -onclick=script344 - -// 592:78 -[com_78] -type=graphic -x=407 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Yellow", 25, 40) -onclick=script345 - -// 592:79 -[com_79] -type=graphic -x=430 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Peach", 25, 40) -onclick=script346 - -// 592:80 -[com_80] -type=graphic -x=453 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Brown", 25, 40) -onclick=script347 - -// 592:81 -[com_81] -type=graphic -x=384 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Dark brown", 25, 40) -onclick=script348 - -// 592:82 -[com_82] -type=graphic -x=407 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Light brown", 25, 40) -onclick=script349 - -// 592:83 -[com_83] -type=graphic -x=430 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Mint green", 25, 40) -onclick=script350 - -// 592:84 -[com_84] -type=graphic -x=453 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Green", 25, 40) -onclick=script351 - -// 592:85 -[com_85] -type=graphic -x=384 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Dark green", 25, 40) -onclick=script352 - -// 592:86 -[com_86] -type=graphic -x=407 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Dark blue", 25, 40) -onclick=script353 - -// 592:87 -[com_87] -type=graphic -x=430 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Turquoise", 25, 40) -onclick=script354 - -// 592:88 -[com_88] -type=graphic -x=453 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Cyan", 25, 40) -onclick=script355 - -// 592:89 -[com_89] -type=graphic -x=384 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Purple", 25, 40) -onclick=script356 - -// 592:90 -[com_90] -type=graphic -x=407 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Violet", 25, 40) -onclick=script357 - -// 592:91 -[com_91] -type=graphic -x=430 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Indigo", 25, 40) -onclick=script358 - -// 592:92 -[com_92] -type=graphic -x=453 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Dark grey", 25, 40) -onclick=script359 - -// 592:93 -[com_93] -type=graphic -x=384 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Military grey", 25, 40) -onclick=script360 - -// 592:94 -[com_94] -type=graphic -x=407 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "White", 25, 40) -onclick=script361 - -// 592:95 -[com_95] -type=graphic -x=430 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Light grey", 25, 40) -onclick=script362 - -// 592:96 -[com_96] -type=graphic -x=453 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Taupe", 25, 40) -onclick=script363 - -// 592:97 -[com_97] -type=graphic -x=384 -y=204 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_592:com_246, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_592:com_246, "Black", 25, 40) -onclick=script364 - -// 592:98 -[com_98] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 592:99 -[com_99] -type=layer -width=512 -height=334 - -// 592:100 -[com_100] -type=graphic -x=451 -y=261 -width=23 -height=23 -graphic="ame_confirm_button_no_back,0" -opbase= -op1=Confirm Purchase -onmouseover=script44(interface_592:com_68, "player_kit_fancy,6") -onmouseleave=script299(interface_592:com_246, interface_592:com_68, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_592:com_246, "Confirm Purchase", 25, 80) - -// 592:101 -[com_101] -type=layer -width=512 -height=334 - -// 592:102 -[com_102] -type=rectangle -x=-1 -y=-5 -width=130 -height=10 -layer=com_13 -colour=0x483f33 -fill=yes - -// 592:103 -[com_103] -type=rectangle -x=-1 -y=5 -width=130 -height=10 -layer=com_13 -colour=0x473e33 -fill=yes - -// 592:104 -[com_104] -type=rectangle -x=-1 -y=15 -width=130 -height=10 -layer=com_13 -colour=0x463d32 -fill=yes - -// 592:105 -[com_105] -type=rectangle -x=-1 -y=25 -width=130 -height=10 -layer=com_13 -colour=0x453c32 -fill=yes - -// 592:106 -[com_106] -type=rectangle -x=-1 -y=35 -width=130 -height=10 -layer=com_13 -colour=0x443b31 -fill=yes - -// 592:107 -[com_107] -type=rectangle -x=-1 -y=45 -width=130 -height=10 -layer=com_13 -colour=0x433a31 -fill=yes - -// 592:108 -[com_108] -type=rectangle -x=-1 -y=55 -width=130 -height=10 -layer=com_13 -colour=0x423930 -fill=yes - -// 592:109 -[com_109] -type=rectangle -x=-1 -y=65 -width=130 -height=10 -layer=com_13 -colour=0x413830 -fill=yes - -// 592:110 -[com_110] -type=rectangle -x=-1 -y=75 -width=130 -height=10 -layer=com_13 -colour=0x40372f -fill=yes - -// 592:111 -[com_111] -type=rectangle -x=-1 -y=85 -width=130 -height=10 -layer=com_13 -colour=0x3f362f -fill=yes - -// 592:112 -[com_112] -type=rectangle -x=-1 -y=95 -width=130 -height=10 -layer=com_13 -colour=0x3e352e -fill=yes - -// 592:113 -[com_113] -type=rectangle -x=-1 -y=105 -width=130 -height=10 -layer=com_13 -colour=0x3d342e -fill=yes - -// 592:114 -[com_114] -type=rectangle -x=-1 -y=115 -width=130 -height=10 -layer=com_13 -colour=0x3c332d -fill=yes - -// 592:115 -[com_115] -type=rectangle -x=-1 -y=125 -width=130 -height=10 -layer=com_13 -colour=0x3b322d -fill=yes - -// 592:116 -[com_116] -type=rectangle -x=-1 -y=135 -width=130 -height=10 -layer=com_13 -colour=0x3a312c -fill=yes - -// 592:117 -[com_117] -type=rectangle -x=-1 -y=145 -width=130 -height=10 -layer=com_13 -colour=0x39302c -fill=yes - -// 592:118 -[com_118] -type=rectangle -x=-1 -y=155 -width=130 -height=10 -layer=com_13 -colour=0x382f2b -fill=yes - -// 592:119 -[com_119] -type=rectangle -x=-1 -y=165 -width=130 -height=10 -layer=com_13 -colour=0x372e29 -fill=yes - -// 592:120 -[com_120] -type=rectangle -x=-1 -y=175 -width=130 -height=10 -layer=com_13 -colour=0x362d28 -fill=yes - -// 592:121 -[com_121] -type=rectangle -x=-1 -y=185 -width=130 -height=10 -layer=com_13 -colour=0x352d27 -fill=yes - -// 592:122 -[com_122] -type=rectangle -x=-1 -y=195 -width=130 -height=10 -layer=com_13 -colour=0x342c26 -fill=yes - -// 592:123 -[com_123] -type=rectangle -x=-1 -y=205 -width=130 -height=10 -layer=com_13 -colour=0x332b25 -fill=yes - -// 592:124 -[com_124] -type=rectangle -x=-1 -y=215 -width=130 -height=10 -layer=com_13 -colour=0x322a24 -fill=yes - -// 592:125 -[com_125] -type=rectangle -x=-1 -y=225 -width=130 -height=10 -layer=com_13 -colour=0x312923 -fill=yes - -// 592:126 -[com_126] -type=rectangle -x=-1 -y=235 -width=130 -height=10 -layer=com_13 -colour=0x302922 -fill=yes - -// 592:127 -[com_127] -type=rectangle -y=40 -width=173 -height=7 -layer=com_14 -colour=0x433a31 -fill=yes - -// 592:128 -[com_128] -type=rectangle -y=47 -width=173 -height=10 -layer=com_14 -colour=0x423930 -fill=yes - -// 592:129 -[com_129] -type=rectangle -y=57 -width=173 -height=10 -layer=com_14 -colour=0x413830 -fill=yes - -// 592:130 -[com_130] -type=rectangle -y=67 -width=173 -height=10 -layer=com_14 -colour=0x40372f -fill=yes - -// 592:131 -[com_131] -type=rectangle -y=77 -width=173 -height=10 -layer=com_14 -colour=0x3f362f -fill=yes - -// 592:132 -[com_132] -type=rectangle -y=87 -width=173 -height=10 -layer=com_14 -colour=0x3e352e -fill=yes - -// 592:133 -[com_133] -type=rectangle -y=97 -width=173 -height=10 -layer=com_14 -colour=0x3d342e -fill=yes - -// 592:134 -[com_134] -type=rectangle -y=107 -width=173 -height=13 -layer=com_14 -colour=0x3c332d -fill=yes - -// 592:135 -[com_135] -type=rectangle -x=25 -y=196 -width=189 -height=10 -layer=com_15 -colour=0x3b322d -fill=yes - -// 592:136 -[com_136] -type=rectangle -x=25 -y=206 -width=189 -height=10 -layer=com_15 -colour=0x3a312c -fill=yes - -// 592:137 -[com_137] -type=rectangle -x=25 -y=216 -width=189 -height=10 -layer=com_15 -colour=0x39302c -fill=yes - -// 592:138 -[com_138] -type=rectangle -x=25 -y=226 -width=189 -height=10 -layer=com_15 -colour=0x382f2b -fill=yes - -// 592:139 -[com_139] -type=rectangle -x=25 -y=236 -width=189 -height=10 -layer=com_15 -colour=0x372e29 -fill=yes - -// 592:140 -[com_140] -type=rectangle -x=25 -y=246 -width=189 -height=10 -layer=com_15 -colour=0x362d28 -fill=yes - -// 592:141 -[com_141] -type=rectangle -x=25 -y=256 -width=189 -height=10 -layer=com_15 -colour=0x352d27 -fill=yes - -// 592:142 -[com_142] -type=rectangle -x=25 -y=266 -width=189 -height=10 -layer=com_15 -colour=0x342c26 -fill=yes - -// 592:143 -[com_143] -type=rectangle -x=25 -y=276 -width=189 -height=10 -layer=com_15 -colour=0x332b25 -fill=yes - -// 592:144 -[com_144] -type=rectangle -x=25 -y=286 -width=189 -height=10 -layer=com_15 -colour=0x322a24 -fill=yes - -// 592:145 -[com_145] -type=rectangle -x=25 -y=296 -width=189 -height=9 -layer=com_15 -colour=0x312923 -fill=yes - -// 592:146 -[com_146] -type=model -x=73 -y=56 -width=49 -height=21 -layer=com_16 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=66 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2100 -modelanim=seq_569 -unknown100=0 -unknown101=3000 - -// 592:147 -[com_147] -type=model -contenttype=328 -x=-5 -y=35 -width=115 -height=200 -layer=com_17 -model=model_6675 -modelorigin_x=16 -modelorigin_y=88 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -modelanim=seq_808 -unknown100=2000 -unknown101=3000 - -// 592:148 -[com_148] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script318 - -// 592:149 -[com_149] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script319 - -// 592:150 -[com_150] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script320 - -// 592:151 -[com_151] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script321 - -// 592:152 -[com_152] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script322 - -// 592:153 -[com_153] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script323 - -// 592:154 -[com_154] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script324 - -// 592:155 -[com_155] -type=layer -x=4 -y=186 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script325 - -// 592:156 -[com_156] -type=layer -x=4 -y=213 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script326 - -// 592:157 -[com_157] -type=layer -x=4 -y=240 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script327 - -// 592:158 -[com_158] -type=layer -x=4 -y=266 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script328 - -// 592:159 -[com_159] -type=layer -x=4 -y=292 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script329 - -// 592:160 -[com_160] -type=layer -x=4 -y=318 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script330 - -// 592:161 -[com_161] -type=layer -x=4 -y=343 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script331 - -// 592:162 -[com_162] -type=layer -x=4 -y=370 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script332 - -// 592:163 -[com_163] -type=layer -x=4 -y=396 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script333 - -// 592:164 -[com_164] -type=layer -x=3 -y=422 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script334 - -// 592:165 -[com_165] -type=layer -x=3 -y=448 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script335 - -// 592:166 -[com_166] -type=layer -x=3 -y=474 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script336 - -// 592:167 -[com_167] -type=layer -x=3 -y=500 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script337 - -// 592:168 -[com_168] -type=layer -x=4 -y=526 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script338 - -// 592:169 -[com_169] -type=layer -x=4 -y=552 -width=147 -height=21 -layer=com_19 -op1=Select -onclick=script339 - -// 592:170 -[com_170] -type=layer -x=4 -y=578 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2008 - -// 592:171 -[com_171] -type=layer -x=4 -y=604 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2009 - -// 592:172 -[com_172] -type=layer -x=4 -y=630 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2010 - -// 592:173 -[com_173] -type=layer -x=4 -y=656 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2011 - -// 592:174 -[com_174] -type=layer -x=4 -y=682 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2012 - -// 592:175 -[com_175] -type=layer -x=4 -y=708 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2013 - -// 592:176 -[com_176] -type=layer -x=4 -y=734 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2014 - -// 592:177 -[com_177] -type=layer -x=4 -y=760 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2015 - -// 592:178 -[com_178] -type=layer -x=4 -y=786 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2016 - -// 592:179 -[com_179] -type=layer -x=4 -y=812 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2017 - -// 592:180 -[com_180] -type=layer -x=4 -y=838 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2018 - -// 592:181 -[com_181] -type=layer -x=4 -y=864 -width=147 -height=21 -layer=com_19 -op1=Select -op10= -onclick=script2019 - -// 592:182 -[com_182] -type=graphic -y=2 -width=36 -height=36 -layer=com_181 -graphic="miscgraphics,10" -op10= - -// 592:183 -[com_183] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_181 -textfont=p12_full -text=Princess -textshadow=yes -colour=0xc9800d -op10= - -// 592:184 -[com_184] -type=graphic -y=2 -width=36 -height=36 -layer=com_180 -graphic="miscgraphics,10" -op10= - -// 592:185 -[com_185] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_180 -textfont=p12_full -text=French twist -textshadow=yes -colour=0xc9800d -op10= - -// 592:186 -[com_186] -type=graphic -y=2 -width=36 -height=36 -layer=com_179 -graphic="miscgraphics,10" -op10= - -// 592:187 -[com_187] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_179 -textfont=p12_full -text=Pigtails with fringe -textshadow=yes -colour=0xc9800d -op10= - -// 592:188 -[com_188] -type=graphic -y=2 -width=36 -height=36 -layer=com_178 -graphic="miscgraphics,10" -op10= - -// 592:189 -[com_189] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_178 -textfont=p12_full -text=Bun with fringe -textshadow=yes -colour=0xc9800d -op10= - -// 592:190 -[com_190] -type=graphic -y=2 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" -op10= - -// 592:191 -[com_191] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Ponytail spiked -textshadow=yes -colour=0xc9800d -op10= - -// 592:192 -[com_192] -type=graphic -y=2 -width=36 -height=36 -layer=com_174 -graphic="miscgraphics,10" -op10= - -// 592:193 -[com_193] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_174 -textfont=p12_full -text=Pinned bun -textshadow=yes -colour=0xc9800d -op10= - -// 592:194 -[com_194] -type=graphic -y=2 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" -op10= - -// 592:195 -[com_195] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Top knot -textshadow=yes -colour=0xc9800d -op10= - -// 592:196 -[com_196] -type=graphic -y=2 -width=36 -height=36 -layer=com_172 -graphic="miscgraphics,10" -op10= - -// 592:197 -[com_197] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_172 -textfont=p12_full -text=Layered -textshadow=yes -colour=0xc9800d -op10= - -// 592:198 -[com_198] -type=graphic -y=2 -width=36 -height=36 -layer=com_171 -graphic="miscgraphics,10" -op10= - -// 592:199 -[com_199] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_171 -textfont=p12_full -text=Pinned up -textshadow=yes -colour=0xc9800d -op10= - -// 592:200 -[com_200] -type=graphic -y=2 -width=36 -height=36 -layer=com_170 -graphic="miscgraphics,10" -op10= - -// 592:201 -[com_201] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_170 -textfont=p12_full -text=Fringe -textshadow=yes -colour=0xc9800d -op10= - -// 592:202 -[com_202] -type=text -x=1 -y=41 -width=70 -height=32 -layer=com_69 -textfont=p12_full -text=2,000 Coins -textshadow=yes -colour=0xc9800d - -// 592:203 -[com_203] -type=rectangle -x=3 -y=4 -width=21 -height=21 -layer=com_72 -colour=0x300000 -fill=yes - -// 592:204 -[com_204] -type=rectangle -x=26 -y=4 -width=21 -height=21 -layer=com_72 -colour=0xb03838 -fill=yes - -// 592:205 -[com_205] -type=rectangle -x=49 -y=4 -width=21 -height=21 -layer=com_72 -colour=0x9f2800 -fill=yes - -// 592:206 -[com_206] -type=rectangle -x=72 -y=4 -width=21 -height=21 -layer=com_72 -colour=0xc87f80 -fill=yes - -// 592:207 -[com_207] -type=rectangle -x=3 -y=27 -width=21 -height=21 -layer=com_72 -colour=0xcb823e -fill=yes - -// 592:208 -[com_208] -type=rectangle -x=26 -y=27 -width=21 -height=21 -layer=com_72 -colour=0xcdad53 -fill=yes - -// 592:209 -[com_209] -type=rectangle -x=49 -y=27 -width=21 -height=21 -layer=com_72 -colour=0xc06840 -fill=yes - -// 592:210 -[com_210] -type=rectangle -x=72 -y=27 -width=21 -height=21 -layer=com_72 -colour=0x50321e -fill=yes - -// 592:211 -[com_211] -type=rectangle -x=3 -y=50 -width=21 -height=21 -layer=com_72 -colour=0x302008 -fill=yes - -// 592:212 -[com_212] -type=rectangle -x=26 -y=50 -width=21 -height=21 -layer=com_72 -colour=0x885f29 -fill=yes - -// 592:213 -[com_213] -type=rectangle -x=49 -y=50 -width=21 -height=21 -layer=com_72 -colour=0x60b060 -fill=yes - -// 592:214 -[com_214] -type=rectangle -x=72 -y=50 -width=21 -height=21 -layer=com_72 -colour=0x008300 -fill=yes - -// 592:215 -[com_215] -type=rectangle -x=3 -y=73 -width=21 -height=21 -layer=com_72 -colour=0x183028 -fill=yes - -// 592:216 -[com_216] -type=rectangle -x=26 -y=73 -width=21 -height=21 -layer=com_72 -colour=0x181890 -fill=yes - -// 592:217 -[com_217] -type=rectangle -x=49 -y=73 -width=21 -height=21 -layer=com_72 -colour=0x008383 -fill=yes - -// 592:218 -[com_218] -type=rectangle -x=72 -y=73 -width=21 -height=21 -layer=com_72 -colour=0x6088b0 -fill=yes - -// 592:219 -[com_219] -type=rectangle -x=26 -y=96 -width=21 -height=21 -layer=com_72 -colour=0x9860b0 -fill=yes - -// 592:220 -[com_220] -type=rectangle -x=3 -y=96 -width=21 -height=21 -layer=com_72 -colour=0xbe00c0 -fill=yes - -// 592:221 -[com_221] -type=rectangle -x=49 -y=96 -width=21 -height=21 -layer=com_72 -colour=0x581890 -fill=yes - -// 592:222 -[com_222] -type=rectangle -x=72 -y=96 -width=21 -height=21 -layer=com_72 -colour=0x2f2a2a -fill=yes - -// 592:223 -[com_223] -type=rectangle -x=3 -y=119 -width=21 -height=21 -layer=com_72 -colour=0x76756c -fill=yes - -// 592:224 -[com_224] -type=rectangle -x=26 -y=119 -width=21 -height=21 -layer=com_72 -colour=0xd6d1d1 -fill=yes - -// 592:225 -[com_225] -type=rectangle -x=49 -y=119 -width=21 -height=21 -layer=com_72 -colour=0x989878 -fill=yes - -// 592:226 -[com_226] -type=rectangle -x=72 -y=119 -width=21 -height=21 -layer=com_72 -colour=0x484038 -fill=yes - -// 592:227 -[com_227] -type=rectangle -x=3 -y=142 -width=21 -height=21 -layer=com_72 -colour=0x101010 -fill=yes - -// 592:228 -[com_228] -type=line -x=23 -y=111 -width=176 -layer=com_99 -colour=0x332b25 - -// 592:229 -[com_229] -type=line -x=23 -y=112 -height=82 -layer=com_99 -colour=0x332b25 - -// 592:230 -[com_230] -type=line -x=199 -y=112 -height=82 -layer=com_99 -colour=0x332b25 - -// 592:231 -[com_231] -type=line -x=24 -y=194 -width=174 -layer=com_99 -colour=0x332b25 - -// 592:232 -[com_232] -type=line -x=23 -y=197 -width=192 -layer=com_99 -colour=0x332b25 - -// 592:233 -[com_233] -type=line -x=23 -y=198 -height=110 -layer=com_99 -colour=0x332b25 - -// 592:234 -[com_234] -type=line -x=215 -y=198 -height=110 -layer=com_99 -colour=0x332b25 - -// 592:235 -[com_235] -type=line -x=23 -y=309 -width=192 -layer=com_99 -colour=0x332b25 - -// 592:236 -[com_236] -type=line -x=232 -y=61 -width=132 -layer=com_99 -colour=0x332b25 - -// 592:237 -[com_237] -type=line -x=232 -y=62 -height=244 -layer=com_99 -colour=0x332b25 - -// 592:238 -[com_238] -type=line -x=364 -y=62 -height=244 -layer=com_99 -colour=0x332b25 - -// 592:239 -[com_239] -type=line -x=232 -y=307 -width=132 -layer=com_99 -colour=0x332b25 - -// 592:240 -[com_240] -type=line -x=382 -y=64 -width=93 -layer=com_99 -colour=0x332b25 - -// 592:241 -[com_241] -type=line -x=382 -y=65 -height=160 -layer=com_99 -colour=0x332b25 - -// 592:242 -[com_242] -type=line -x=475 -y=65 -height=137 -layer=com_99 -colour=0x332b25 - -// 592:243 -[com_243] -type=line -x=382 -y=226 -width=24 -layer=com_99 -colour=0x332b25 - -// 592:244 -[com_244] -type=line -x=406 -y=203 -width=69 -layer=com_99 -colour=0x332b25 - -// 592:245 -[com_245] -type=line -x=406 -y=204 -height=21 -layer=com_99 -colour=0x332b25 - -// 592:246 -[com_246] -type=layer -x=309 -y=57 -width=200 -height=200 -layer=com_101 -onmouseleave=script40(interface_592:com_246) - diff --git a/dumps/530/interface/interface_593.if3 b/dumps/530/interface/interface_593.if3 deleted file mode 100644 index 567de3482..000000000 --- a/dumps/530/interface/interface_593.if3 +++ /dev/null @@ -1,1645 +0,0 @@ -// 593:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 593:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes -opbase= - -// 593:2 -[com_2] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 593:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 593:4 -[com_4] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 593:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 593:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 593:7 -[com_7] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 593:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 593:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 593:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 593:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 593:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 593:13 -[com_13] -type=rectangle -y=-2 -width=130 -height=10 -layer=com_37 -colour=0x483f33 -fill=yes - -// 593:14 -[com_14] -type=rectangle -y=8 -width=130 -height=10 -layer=com_37 -colour=0x473e33 -fill=yes - -// 593:15 -[com_15] -type=rectangle -y=18 -width=130 -height=10 -layer=com_37 -colour=0x463d32 -fill=yes - -// 593:16 -[com_16] -type=rectangle -y=28 -width=130 -height=10 -layer=com_37 -colour=0x453c32 -fill=yes - -// 593:17 -[com_17] -type=rectangle -y=38 -width=130 -height=10 -layer=com_37 -colour=0x443b31 -fill=yes - -// 593:18 -[com_18] -type=rectangle -y=48 -width=130 -height=10 -layer=com_37 -colour=0x433a31 -fill=yes - -// 593:19 -[com_19] -type=rectangle -y=58 -width=130 -height=10 -layer=com_37 -colour=0x423930 -fill=yes - -// 593:20 -[com_20] -type=rectangle -y=68 -width=130 -height=10 -layer=com_37 -colour=0x413830 -fill=yes - -// 593:21 -[com_21] -type=rectangle -y=78 -width=130 -height=10 -layer=com_37 -colour=0x40372f -fill=yes - -// 593:22 -[com_22] -type=rectangle -y=88 -width=130 -height=10 -layer=com_37 -colour=0x3f362f -fill=yes - -// 593:23 -[com_23] -type=rectangle -y=98 -width=130 -height=10 -layer=com_37 -colour=0x3e352e -fill=yes - -// 593:24 -[com_24] -type=rectangle -y=108 -width=130 -height=10 -layer=com_37 -colour=0x3d342e -fill=yes - -// 593:25 -[com_25] -type=rectangle -y=118 -width=130 -height=10 -layer=com_37 -colour=0x3c332d -fill=yes - -// 593:26 -[com_26] -type=rectangle -y=128 -width=130 -height=10 -layer=com_37 -colour=0x3b322d -fill=yes - -// 593:27 -[com_27] -type=rectangle -y=138 -width=130 -height=10 -layer=com_37 -colour=0x3a312c -fill=yes - -// 593:28 -[com_28] -type=rectangle -y=148 -width=130 -height=10 -layer=com_37 -colour=0x39302c -fill=yes - -// 593:29 -[com_29] -type=rectangle -y=158 -width=130 -height=10 -layer=com_37 -colour=0x382f2b -fill=yes - -// 593:30 -[com_30] -type=rectangle -y=168 -width=130 -height=10 -layer=com_37 -colour=0x372e29 -fill=yes - -// 593:31 -[com_31] -type=rectangle -y=178 -width=130 -height=10 -layer=com_37 -colour=0x362d28 -fill=yes - -// 593:32 -[com_32] -type=rectangle -y=188 -width=130 -height=10 -layer=com_37 -colour=0x352d27 -fill=yes - -// 593:33 -[com_33] -type=rectangle -y=198 -width=130 -height=10 -layer=com_37 -colour=0x342c26 -fill=yes - -// 593:34 -[com_34] -type=rectangle -y=208 -width=130 -height=10 -layer=com_37 -colour=0x332b25 -fill=yes - -// 593:35 -[com_35] -type=rectangle -y=218 -width=130 -height=10 -layer=com_37 -colour=0x322a24 -fill=yes - -// 593:36 -[com_36] -type=rectangle -y=228 -width=130 -height=10 -layer=com_37 -colour=0x312923 -fill=yes - -// 593:37 -[com_37] -type=layer -x=208 -y=62 -width=130 -height=246 - -// 593:38 -[com_38] -type=rectangle -x=1 -y=40 -width=173 -height=7 -layer=com_57 -colour=0x433a31 -fill=yes - -// 593:39 -[com_39] -type=rectangle -y=47 -width=173 -height=10 -layer=com_57 -colour=0x423930 -fill=yes - -// 593:40 -[com_40] -type=rectangle -y=57 -width=173 -height=10 -layer=com_57 -colour=0x413830 -fill=yes - -// 593:41 -[com_41] -type=rectangle -y=67 -width=173 -height=10 -layer=com_57 -colour=0x40372f -fill=yes - -// 593:42 -[com_42] -type=rectangle -y=77 -width=173 -height=10 -layer=com_57 -colour=0x3f362f -fill=yes - -// 593:43 -[com_43] -type=rectangle -y=87 -width=173 -height=10 -layer=com_57 -colour=0x3e352e -fill=yes - -// 593:44 -[com_44] -type=rectangle -y=97 -width=173 -height=10 -layer=com_57 -colour=0x3d342e -fill=yes - -// 593:45 -[com_45] -type=rectangle -y=107 -width=173 -height=10 -layer=com_57 -colour=0x3c332d -fill=yes - -// 593:46 -[com_46] -type=rectangle -y=117 -width=173 -height=10 -layer=com_57 -colour=0x3b322d -fill=yes - -// 593:47 -[com_47] -type=rectangle -y=127 -width=173 -height=10 -layer=com_57 -colour=0x3a312c -fill=yes - -// 593:48 -[com_48] -type=rectangle -y=137 -width=173 -height=10 -layer=com_57 -colour=0x39302c -fill=yes - -// 593:49 -[com_49] -type=rectangle -y=147 -width=173 -height=10 -layer=com_57 -colour=0x382f2b -fill=yes - -// 593:50 -[com_50] -type=rectangle -y=157 -width=173 -height=10 -layer=com_57 -colour=0x372e29 -fill=yes - -// 593:51 -[com_51] -type=rectangle -y=167 -width=173 -height=10 -layer=com_57 -colour=0x362d28 -fill=yes - -// 593:52 -[com_52] -type=rectangle -y=177 -width=173 -height=10 -layer=com_57 -colour=0x352d27 -fill=yes - -// 593:53 -[com_53] -type=rectangle -y=187 -width=173 -height=10 -layer=com_57 -colour=0x342c26 -fill=yes - -// 593:54 -[com_54] -type=rectangle -y=197 -width=173 -height=10 -layer=com_57 -colour=0x332b25 -fill=yes - -// 593:55 -[com_55] -type=rectangle -y=207 -width=173 -height=10 -layer=com_57 -colour=0x322a24 -fill=yes - -// 593:56 -[com_56] -type=rectangle -y=217 -width=173 -height=10 -layer=com_57 -colour=0x312923 -fill=yes - -// 593:57 -[com_57] -type=layer -x=25 -y=73 -width=173 -height=235 - -// 593:58 -[com_58] -type=rectangle -x=353 -y=101 -width=140 -height=10 -layer=com_67 -colour=0x433a31 -fill=yes - -// 593:59 -[com_59] -type=rectangle -x=353 -y=108 -width=140 -height=10 -layer=com_67 -colour=0x423930 -fill=yes - -// 593:60 -[com_60] -type=rectangle -x=353 -y=118 -width=140 -height=10 -layer=com_67 -colour=0x413830 -fill=yes - -// 593:61 -[com_61] -type=rectangle -x=353 -y=128 -width=140 -height=10 -layer=com_67 -colour=0x40372f -fill=yes - -// 593:62 -[com_62] -type=rectangle -x=353 -y=138 -width=140 -height=10 -layer=com_67 -colour=0x3f362f -fill=yes - -// 593:63 -[com_63] -type=rectangle -x=353 -y=148 -width=140 -height=10 -layer=com_67 -colour=0x3e352e -fill=yes - -// 593:64 -[com_64] -type=rectangle -x=353 -y=158 -width=140 -height=10 -layer=com_67 -colour=0x3d342e -fill=yes - -// 593:65 -[com_65] -type=rectangle -x=353 -y=168 -width=140 -height=10 -layer=com_67 -colour=0x3c332d -fill=yes - -// 593:66 -[com_66] -type=rectangle -x=353 -y=178 -width=140 -height=14 -layer=com_67 -colour=0x3b322d -fill=yes - -// 593:67 -[com_67] -type=layer -x=-6 -y=12 -width=512 -height=334 - -// 593:68 -[com_68] -type=model -x=402 -y=138 -width=32 -height=32 -model=model_27701 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=156 -modelangle_y=2035 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=3000 - -// 593:69 -[com_69] -type=model -x=402 -y=138 -width=32 -height=32 -model=model_27707 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=156 -modelangle_y=2035 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=3000 - -// 593:70 -[com_70] -type=layer -x=208 -y=62 -width=130 -height=238 - -// 593:71 -[com_71] -type=model -contenttype=328 -y=129 -width=136 -height=168 -layer=com_70 -model=model_6675 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -modelanim=seq_808 -unknown100=0 -unknown101=3000 - -// 593:72 -[com_72] -type=text -x=21 -y=31 -width=469 -height=15 -textfont=b12_full -text=Reinald's Smithing Emporium -textalignh=1 -textshadow=yes -colour=0xc9800d - -// 593:73 -[com_73] -type=text -x=20 -y=4 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Bare arms -textshadow=yes -colour=0xc9800d - -// 593:74 -[com_74] -type=graphic -x=3 -y=3 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 593:75 -[com_75] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_115 -hide=yes - -// 593:76 -[com_76] -type=text -x=20 -y=30 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver wristguards -textshadow=yes -colour=0xc9800d - -// 593:77 -[com_77] -type=graphic -x=3 -y=29 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 593:78 -[com_78] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_115 -hide=yes - -// 593:79 -[com_79] -type=text -x=20 -y=57 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver clasps -textshadow=yes -colour=0xc9800d - -// 593:80 -[com_80] -type=graphic -x=3 -y=56 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 593:81 -[com_81] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_115 -hide=yes - -// 593:82 -[com_82] -type=text -x=20 -y=83 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver bangles -textshadow=yes -colour=0xc9800d - -// 593:83 -[com_83] -type=graphic -x=3 -y=82 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 593:84 -[com_84] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_115 -hide=yes - -// 593:85 -[com_85] -type=text -x=20 -y=109 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver banding -textshadow=yes -colour=0xc9800d - -// 593:86 -[com_86] -type=graphic -x=3 -y=108 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 593:87 -[com_87] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_115 -hide=yes - -// 593:88 -[com_88] -type=text -x=21 -y=135 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver bands -textshadow=yes -colour=0xc9800d - -// 593:89 -[com_89] -type=graphic -x=4 -y=134 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 593:90 -[com_90] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_115 -hide=yes - -// 593:91 -[com_91] -type=text -x=21 -y=162 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver armguards -textshadow=yes -colour=0xc9800d - -// 593:92 -[com_92] -type=graphic -x=4 -y=161 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 593:93 -[com_93] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_115 -hide=yes - -// 593:94 -[com_94] -type=text -x=20 -y=4 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Bare arms -textshadow=yes -colour=0xc9800d - -// 593:95 -[com_95] -type=graphic -x=3 -y=3 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 593:96 -[com_96] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_116 -hide=yes - -// 593:97 -[com_97] -type=text -x=20 -y=30 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold wristguards -textshadow=yes -colour=0xc9800d - -// 593:98 -[com_98] -type=graphic -x=3 -y=29 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 593:99 -[com_99] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_116 -hide=yes - -// 593:100 -[com_100] -type=text -x=20 -y=57 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold clasps -textshadow=yes -colour=0xc9800d - -// 593:101 -[com_101] -type=graphic -x=3 -y=56 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 593:102 -[com_102] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_116 -hide=yes - -// 593:103 -[com_103] -type=text -x=20 -y=83 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold bangles -textshadow=yes -colour=0xc9800d - -// 593:104 -[com_104] -type=graphic -x=3 -y=82 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 593:105 -[com_105] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_116 -hide=yes - -// 593:106 -[com_106] -type=text -x=20 -y=109 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold banding -textshadow=yes -colour=0xc9800d - -// 593:107 -[com_107] -type=graphic -x=3 -y=108 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 593:108 -[com_108] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_116 -hide=yes - -// 593:109 -[com_109] -type=text -x=21 -y=135 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold bands -textshadow=yes -colour=0xc9800d - -// 593:110 -[com_110] -type=graphic -x=4 -y=134 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 593:111 -[com_111] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_116 -hide=yes - -// 593:112 -[com_112] -type=text -x=21 -y=162 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold armguards -textshadow=yes -colour=0xc9800d - -// 593:113 -[com_113] -type=graphic -x=4 -y=161 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 593:114 -[com_114] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_116 -hide=yes - -// 593:115 -[com_115] -type=layer -x=25 -y=113 -width=173 -height=194 - -// 593:116 -[com_116] -type=layer -x=25 -y=113 -width=173 -height=194 -hide=yes - -// 593:117 -[com_117] -type=graphic -x=407 -y=252 -width=42 -height=42 -graphic="player_kit_fancy_off,6" -op1=Confirm Purchase -onmouseover=script44(event_com, "player_kit_fancy,6") -onmouseleave=script299(interface_593:com_152, event_com, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_593:com_152, "Confirm Purchase", 25, 80) - -// 593:118 -[com_118] -type=text -y=41 -width=70 -height=32 -layer=com_119 -textfont=p12_full -text=500 Coins -textshadow=yes -colour=0xc9800d - -// 593:119 -[com_119] -type=layer -x=407 -y=252 -width=72 -height=71 - -// 593:120 -[com_120] -type=graphic -x=37 -y=62 -width=42 -height=42 -graphic="player_kit_fancy,7" -op1=Select -onmouseleave=script40(interface_593:com_152) -onmouserepeat=script38(event_com, interface_593:com_152, "Show Silver Selections", 25, 80) -onclick=script300 - -// 593:121 -[com_121] -type=graphic -x=85 -y=62 -width=42 -height=42 -graphic="player_kit_fancy_off,5" -op1=Select -onmouseleave=script40(interface_593:com_152) -onmouserepeat=script38(event_com, interface_593:com_152, "Show Gold Selections", 25, 80) -onclick=script301 - -// 593:122 -[com_122] -type=rectangle -x=3 -y=3 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script302 - -// 593:123 -[com_123] -type=rectangle -x=3 -y=29 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script303 - -// 593:124 -[com_124] -type=rectangle -x=3 -y=56 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script304 - -// 593:125 -[com_125] -type=rectangle -x=3 -y=83 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script305 - -// 593:126 -[com_126] -type=rectangle -x=3 -y=110 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script306 - -// 593:127 -[com_127] -type=rectangle -x=3 -y=134 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script307 - -// 593:128 -[com_128] -type=rectangle -x=3 -y=160 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script308 - -// 593:129 -[com_129] -type=rectangle -x=3 -y=3 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script309 - -// 593:130 -[com_130] -type=rectangle -x=3 -y=29 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script310 - -// 593:131 -[com_131] -type=rectangle -x=3 -y=56 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script311 - -// 593:132 -[com_132] -type=rectangle -x=3 -y=83 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script312 - -// 593:133 -[com_133] -type=rectangle -x=3 -y=110 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script313 - -// 593:134 -[com_134] -type=rectangle -x=3 -y=134 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script314 - -// 593:135 -[com_135] -type=rectangle -x=3 -y=160 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script315 - -// 593:136 -[com_136] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 593:137 -[com_137] -type=layer -width=512 -height=334 - -// 593:138 -[com_138] -type=line -x=23 -y=111 -width=176 -layer=com_137 -colour=0x332b25 - -// 593:139 -[com_139] -type=line -x=23 -y=112 -height=188 -layer=com_137 -colour=0x332b25 - -// 593:140 -[com_140] -type=line -x=199 -y=112 -height=188 -layer=com_137 -colour=0x332b25 - -// 593:141 -[com_141] -type=line -x=23 -y=301 -width=176 -layer=com_137 -colour=0x332b25 - -// 593:142 -[com_142] -type=line -x=345 -y=111 -width=143 -layer=com_137 -colour=0x332b25 - -// 593:143 -[com_143] -type=line -x=345 -y=112 -height=92 -layer=com_137 -colour=0x332b25 - -// 593:144 -[com_144] -type=line -x=488 -y=112 -height=92 -layer=com_137 -colour=0x332b25 - -// 593:145 -[com_145] -type=line -x=345 -y=205 -width=143 -layer=com_137 -colour=0x332b25 - -// 593:146 -[com_146] -type=line -x=206 -y=60 -width=133 -layer=com_137 -colour=0x332b25 - -// 593:147 -[com_147] -type=line -x=206 -y=61 -height=239 -layer=com_137 -colour=0x332b25 - -// 593:148 -[com_148] -type=line -x=339 -y=61 -height=239 -layer=com_137 -colour=0x332b25 - -// 593:149 -[com_149] -type=line -x=206 -y=301 -width=133 -layer=com_137 -colour=0x332b25 - -// 593:150 -[com_150] -type=graphic -x=451 -y=261 -width=23 -height=23 -graphic="ame_confirm_button_no_back,0" -opbase= -op1=Confirm Purchase -onmouseover=script44(interface_593:com_117, "player_kit_fancy,6") -onmouseleave=script299(interface_593:com_152, interface_593:com_117, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_593:com_152, "Confirm Purchase", 25, 80) - -// 593:151 -[com_151] -type=layer -width=512 -height=334 - -// 593:152 -[com_152] -type=layer -x=309 -y=57 -width=200 -height=200 -layer=com_151 -onmouseleave=script40(interface_593:com_152) - diff --git a/dumps/530/interface/interface_594.if3 b/dumps/530/interface/interface_594.if3 deleted file mode 100644 index 66bd408f9..000000000 --- a/dumps/530/interface/interface_594.if3 +++ /dev/null @@ -1,3410 +0,0 @@ -// 594:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 594:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes -opbase= - -// 594:2 -[com_2] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 594:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 594:4 -[com_4] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 594:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 594:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 594:7 -[com_7] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 594:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 594:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 594:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 594:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 594:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 594:13 -[com_13] -type=rectangle -y=-2 -width=130 -height=10 -layer=com_38 -colour=0x483f33 -fill=yes - -// 594:14 -[com_14] -type=rectangle -y=8 -width=130 -height=10 -layer=com_38 -colour=0x473e33 -fill=yes - -// 594:15 -[com_15] -type=rectangle -y=18 -width=130 -height=10 -layer=com_38 -colour=0x463d32 -fill=yes - -// 594:16 -[com_16] -type=rectangle -y=28 -width=130 -height=10 -layer=com_38 -colour=0x453c32 -fill=yes - -// 594:17 -[com_17] -type=rectangle -y=38 -width=130 -height=10 -layer=com_38 -colour=0x443b31 -fill=yes - -// 594:18 -[com_18] -type=rectangle -y=48 -width=130 -height=10 -layer=com_38 -colour=0x433a31 -fill=yes - -// 594:19 -[com_19] -type=rectangle -y=58 -width=130 -height=10 -layer=com_38 -colour=0x423930 -fill=yes - -// 594:20 -[com_20] -type=rectangle -y=68 -width=130 -height=10 -layer=com_38 -colour=0x413830 -fill=yes - -// 594:21 -[com_21] -type=rectangle -y=78 -width=130 -height=10 -layer=com_38 -colour=0x40372f -fill=yes - -// 594:22 -[com_22] -type=rectangle -y=88 -width=130 -height=10 -layer=com_38 -colour=0x3f362f -fill=yes - -// 594:23 -[com_23] -type=rectangle -y=98 -width=130 -height=10 -layer=com_38 -colour=0x3e352e -fill=yes - -// 594:24 -[com_24] -type=rectangle -y=108 -width=130 -height=10 -layer=com_38 -colour=0x3d342e -fill=yes - -// 594:25 -[com_25] -type=rectangle -y=118 -width=130 -height=10 -layer=com_38 -colour=0x3c332d -fill=yes - -// 594:26 -[com_26] -type=rectangle -y=128 -width=130 -height=10 -layer=com_38 -colour=0x3b322d -fill=yes - -// 594:27 -[com_27] -type=rectangle -y=138 -width=130 -height=10 -layer=com_38 -colour=0x3a312c -fill=yes - -// 594:28 -[com_28] -type=rectangle -y=148 -width=130 -height=10 -layer=com_38 -colour=0x39302c -fill=yes - -// 594:29 -[com_29] -type=rectangle -y=158 -width=130 -height=10 -layer=com_38 -colour=0x382f2b -fill=yes - -// 594:30 -[com_30] -type=rectangle -y=168 -width=130 -height=10 -layer=com_38 -colour=0x372e29 -fill=yes - -// 594:31 -[com_31] -type=rectangle -y=178 -width=130 -height=10 -layer=com_38 -colour=0x362d28 -fill=yes - -// 594:32 -[com_32] -type=rectangle -y=188 -width=130 -height=10 -layer=com_38 -colour=0x352d27 -fill=yes - -// 594:33 -[com_33] -type=rectangle -y=198 -width=130 -height=10 -layer=com_38 -colour=0x342c26 -fill=yes - -// 594:34 -[com_34] -type=rectangle -y=208 -width=130 -height=10 -layer=com_38 -colour=0x332b25 -fill=yes - -// 594:35 -[com_35] -type=rectangle -y=218 -width=130 -height=10 -layer=com_38 -colour=0x322a24 -fill=yes - -// 594:36 -[com_36] -type=rectangle -y=228 -width=130 -height=10 -layer=com_38 -colour=0x312923 -fill=yes - -// 594:37 -[com_37] -type=rectangle -y=238 -width=130 -height=10 -layer=com_38 -colour=0x302922 -fill=yes - -// 594:38 -[com_38] -type=layer -x=234 -y=61 -width=130 -height=238 - -// 594:39 -[com_39] -type=rectangle -y=40 -width=173 -height=7 -layer=com_58 -colour=0x433a31 -fill=yes - -// 594:40 -[com_40] -type=rectangle -y=47 -width=173 -height=10 -layer=com_58 -colour=0x423930 -fill=yes - -// 594:41 -[com_41] -type=rectangle -y=57 -width=173 -height=10 -layer=com_58 -colour=0x413830 -fill=yes - -// 594:42 -[com_42] -type=rectangle -y=67 -width=173 -height=10 -layer=com_58 -colour=0x40372f -fill=yes - -// 594:43 -[com_43] -type=rectangle -y=77 -width=173 -height=10 -layer=com_58 -colour=0x3f362f -fill=yes - -// 594:44 -[com_44] -type=rectangle -y=87 -width=173 -height=10 -layer=com_58 -colour=0x3e352e -fill=yes - -// 594:45 -[com_45] -type=rectangle -y=97 -width=173 -height=10 -layer=com_58 -colour=0x3d342e -fill=yes - -// 594:46 -[com_46] -type=rectangle -y=107 -width=173 -height=10 -layer=com_58 -colour=0x3c332d -fill=yes - -// 594:47 -[com_47] -type=rectangle -y=117 -width=173 -height=10 -layer=com_58 -colour=0x3b322d -fill=yes - -// 594:48 -[com_48] -type=rectangle -y=127 -width=173 -height=10 -layer=com_58 -colour=0x3a312c -fill=yes - -// 594:49 -[com_49] -type=rectangle -y=137 -width=173 -height=10 -layer=com_58 -colour=0x39302c -fill=yes - -// 594:50 -[com_50] -type=rectangle -y=147 -width=173 -height=10 -layer=com_58 -colour=0x382f2b -fill=yes - -// 594:51 -[com_51] -type=rectangle -y=157 -width=173 -height=10 -layer=com_58 -colour=0x372e29 -fill=yes - -// 594:52 -[com_52] -type=rectangle -y=167 -width=173 -height=10 -layer=com_58 -colour=0x362d28 -fill=yes - -// 594:53 -[com_53] -type=rectangle -y=177 -width=173 -height=10 -layer=com_58 -colour=0x352d27 -fill=yes - -// 594:54 -[com_54] -type=rectangle -y=187 -width=173 -height=10 -layer=com_58 -colour=0x342c26 -fill=yes - -// 594:55 -[com_55] -type=rectangle -y=197 -width=173 -height=10 -layer=com_58 -colour=0x332b25 -fill=yes - -// 594:56 -[com_56] -type=rectangle -y=207 -width=173 -height=10 -layer=com_58 -colour=0x322a24 -fill=yes - -// 594:57 -[com_57] -type=rectangle -y=217 -width=173 -height=9 -layer=com_58 -colour=0x312923 -fill=yes - -// 594:58 -[com_58] -type=layer -x=25 -y=73 -width=173 -height=236 - -// 594:59 -[com_59] -type=layer -x=234 -y=61 -width=130 -height=238 - -// 594:60 -[com_60] -type=model -contenttype=328 -y=136 -width=136 -height=168 -layer=com_59 -model=model_6675 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -modelanim=seq_808 -unknown100=0 -unknown101=3000 - -// 594:61 -[com_61] -type=text -x=21 -y=31 -width=469 -height=15 -textfont=b12_full -text=Thessalia's Makeovers -textalignh=1 -textshadow=yes -colour=0xc9800d - -// 594:62 -[com_62] -type=text -x=20 -y=4 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Striped sweater -textshadow=yes -colour=0xc9800d - -// 594:63 -[com_63] -type=graphic -x=3 -y=3 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:64 -[com_64] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:65 -[com_65] -type=graphic -x=3 -y=29 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:66 -[com_66] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:67 -[com_67] -type=text -x=20 -y=30 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Woollen vest -textshadow=yes -colour=0xc9800d - -// 594:68 -[com_68] -type=text -x=20 -y=57 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Frilled blouse -textshadow=yes -colour=0xc9800d - -// 594:69 -[com_69] -type=graphic -x=3 -y=56 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:70 -[com_70] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:71 -[com_71] -type=text -x=20 -y=83 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Bodice -textshadow=yes -colour=0xc9800d - -// 594:72 -[com_72] -type=graphic -x=3 -y=82 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:73 -[com_73] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:74 -[com_74] -type=text -x=20 -y=109 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Fine shirt -textshadow=yes -colour=0xc9800d - -// 594:75 -[com_75] -type=graphic -x=3 -y=108 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:76 -[com_76] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:77 -[com_77] -type=text -x=21 -y=135 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Ragged top -textshadow=yes -colour=0xc9800d - -// 594:78 -[com_78] -type=graphic -x=4 -y=134 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:79 -[com_79] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:80 -[com_80] -type=text -x=21 -y=162 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Plain top -textshadow=yes -colour=0xc9800d - -// 594:81 -[com_81] -type=graphic -x=4 -y=161 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:82 -[com_82] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:83 -[com_83] -type=text -x=21 -y=189 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Crop-top -textshadow=yes -colour=0xc9800d - -// 594:84 -[com_84] -type=graphic -x=4 -y=188 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:85 -[com_85] -type=layer -x=4 -y=186 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:86 -[com_86] -type=text -x=21 -y=216 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Simple -textshadow=yes -colour=0xc9800d - -// 594:87 -[com_87] -type=graphic -x=4 -y=215 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:88 -[com_88] -type=layer -x=4 -y=213 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:89 -[com_89] -type=text -x=21 -y=243 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Polo neck -textshadow=yes -colour=0xc9800d - -// 594:90 -[com_90] -type=graphic -x=4 -y=242 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:91 -[com_91] -type=layer -x=4 -y=240 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:92 -[com_92] -type=text -x=21 -y=269 -width=124 -height=16 -layer=com_173 -textfont=p12_full -text=Torn -textshadow=yes -colour=0xc9800d - -// 594:93 -[com_93] -type=graphic -x=4 -y=268 -width=36 -height=36 -layer=com_173 -graphic="miscgraphics,10" - -// 594:94 -[com_94] -type=layer -x=4 -y=266 -width=147 -height=21 -layer=com_173 -hide=yes - -// 594:95 -[com_95] -type=text -x=20 -y=4 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Striped arms -textshadow=yes -colour=0xc9800d - -// 594:96 -[com_96] -type=graphic -x=3 -y=3 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:97 -[com_97] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:98 -[com_98] -type=text -x=20 -y=30 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Frilled sleeves -textshadow=yes -colour=0xc9800d - -// 594:99 -[com_99] -type=graphic -x=3 -y=29 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:100 -[com_100] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:101 -[com_101] -type=text -x=20 -y=57 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Fine cuffs -textshadow=yes -colour=0xc9800d - -// 594:102 -[com_102] -type=graphic -x=3 -y=56 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:103 -[com_103] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:104 -[com_104] -type=text -x=20 -y=83 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Woollen arms -textshadow=yes -colour=0xc9800d - -// 594:105 -[com_105] -type=graphic -x=3 -y=82 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:106 -[com_106] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:107 -[com_107] -type=text -x=20 -y=109 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Ragged sleeves -textshadow=yes -colour=0xc9800d - -// 594:108 -[com_108] -type=graphic -x=3 -y=108 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:109 -[com_109] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:110 -[com_110] -type=text -x=21 -y=135 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Tattered sleeves -textshadow=yes -colour=0xc9800d - -// 594:111 -[com_111] -type=graphic -x=4 -y=134 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:112 -[com_112] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:113 -[com_113] -type=text -x=21 -y=162 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Long sleeves -textshadow=yes -colour=0xc9800d - -// 594:114 -[com_114] -type=graphic -x=4 -y=161 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:115 -[com_115] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:116 -[com_116] -type=text -x=21 -y=189 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Short sleeves -textshadow=yes -colour=0xc9800d - -// 594:117 -[com_117] -type=graphic -x=4 -y=188 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:118 -[com_118] -type=layer -x=4 -y=186 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:119 -[com_119] -type=text -x=21 -y=216 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Muscly -textshadow=yes -colour=0xc9800d - -// 594:120 -[com_120] -type=graphic -x=4 -y=215 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:121 -[com_121] -type=layer -x=4 -y=213 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:122 -[com_122] -type=text -x=21 -y=243 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Large cuffs -textshadow=yes -colour=0xc9800d - -// 594:123 -[com_123] -type=graphic -x=4 -y=242 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:124 -[com_124] -type=layer -x=4 -y=240 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:125 -[com_125] -type=text -x=21 -y=269 -width=124 -height=16 -layer=com_175 -textfont=p12_full -text=Bare arms -textshadow=yes -colour=0xc9800d - -// 594:126 -[com_126] -type=graphic -x=4 -y=268 -width=36 -height=36 -layer=com_175 -graphic="miscgraphics,10" - -// 594:127 -[com_127] -type=layer -x=4 -y=266 -width=147 -height=21 -layer=com_175 -hide=yes - -// 594:128 -[com_128] -type=text -x=20 -y=4 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Fine skirt -textshadow=yes -colour=0xc9800d - -// 594:129 -[com_129] -type=graphic -x=3 -y=3 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:130 -[com_130] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:131 -[com_131] -type=text -x=20 -y=30 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Frilled skirt -textshadow=yes -colour=0xc9800d - -// 594:132 -[com_132] -type=graphic -x=3 -y=29 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:133 -[com_133] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:134 -[com_134] -type=text -x=20 -y=57 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Layered skirt -textshadow=yes -colour=0xc9800d - -// 594:135 -[com_135] -type=graphic -x=3 -y=56 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:136 -[com_136] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:137 -[com_137] -type=text -x=20 -y=83 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Long, narrow skirt -textshadow=yes -colour=0xc9800d - -// 594:138 -[com_138] -type=graphic -x=3 -y=82 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:139 -[com_139] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:140 -[com_140] -type=text -x=20 -y=109 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Ragged skirt -textshadow=yes -colour=0xc9800d - -// 594:141 -[com_141] -type=graphic -x=3 -y=108 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:142 -[com_142] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:143 -[com_143] -type=text -x=21 -y=135 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Tattered skirt -textshadow=yes -colour=0xc9800d - -// 594:144 -[com_144] -type=graphic -x=4 -y=134 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:145 -[com_145] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:146 -[com_146] -type=text -x=21 -y=162 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Short skirt -textshadow=yes -colour=0xc9800d - -// 594:147 -[com_147] -type=graphic -x=4 -y=161 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:148 -[com_148] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:149 -[com_149] -type=text -x=21 -y=189 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Sashed skirt -textshadow=yes -colour=0xc9800d - -// 594:150 -[com_150] -type=graphic -x=4 -y=188 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:151 -[com_151] -type=layer -x=4 -y=186 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:152 -[com_152] -type=text -x=21 -y=216 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Fitted skirt -textshadow=yes -colour=0xc9800d - -// 594:153 -[com_153] -type=graphic -x=4 -y=215 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:154 -[com_154] -type=layer -x=4 -y=213 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:155 -[com_155] -type=text -x=21 -y=243 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Torn trousers -textshadow=yes -colour=0xc9800d - -// 594:156 -[com_156] -type=graphic -x=4 -y=242 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:157 -[com_157] -type=layer -x=4 -y=240 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:158 -[com_158] -type=text -x=21 -y=269 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Long skirt -textshadow=yes -colour=0xc9800d - -// 594:159 -[com_159] -type=graphic -x=4 -y=268 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:160 -[com_160] -type=layer -x=4 -y=266 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:161 -[com_161] -type=text -x=21 -y=295 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Turn-ups -textshadow=yes -colour=0xc9800d - -// 594:162 -[com_162] -type=graphic -x=4 -y=294 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:163 -[com_163] -type=layer -x=4 -y=292 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:164 -[com_164] -type=text -x=21 -y=321 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Flares -textshadow=yes -colour=0xc9800d - -// 594:165 -[com_165] -type=graphic -x=4 -y=320 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:166 -[com_166] -type=layer -x=4 -y=318 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:167 -[com_167] -type=text -x=21 -y=347 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Plain trousers -textshadow=yes -colour=0xc9800d - -// 594:168 -[com_168] -type=graphic -x=4 -y=346 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:169 -[com_169] -type=layer -x=4 -y=343 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:170 -[com_170] -type=text -x=21 -y=373 -width=124 -height=16 -layer=com_177 -textfont=p12_full -text=Shorts -textshadow=yes -colour=0xc9800d - -// 594:171 -[com_171] -type=graphic -x=4 -y=372 -width=36 -height=36 -layer=com_177 -graphic="miscgraphics,10" - -// 594:172 -[com_172] -type=layer -x=4 -y=369 -width=147 -height=21 -layer=com_177 -hide=yes - -// 594:173 -[com_173] -type=layer -x=25 -y=113 -width=173 -height=183 -scrollheight=400 - -// 594:174 -[com_174] -type=layer -x=198 -y=113 -width=16 -height=187 -scrollheight=400 -onload=script225 - -// 594:175 -[com_175] -type=layer -x=25 -y=113 -width=173 -height=186 -hide=yes -scrollheight=400 - -// 594:176 -[com_176] -type=layer -x=198 -y=113 -width=16 -height=187 -hide=yes -scrollheight=400 -onload=script226 - -// 594:177 -[com_177] -type=layer -x=25 -y=113 -width=173 -height=186 -hide=yes -scrollheight=400 - -// 594:178 -[com_178] -type=layer -x=198 -y=113 -width=16 -height=187 -hide=yes -scrollheight=400 -onload=script227 - -// 594:179 -[com_179] -type=layer -x=381 -y=62 -width=95 -height=195 - -// 594:180 -[com_180] -type=text -y=41 -width=77 -height=32 -layer=com_182 -textfont=p12_full -text=1,000 Coins -textshadow=yes -colour=0xc9800d - -// 594:181 -[com_181] -type=graphic -x=407 -y=252 -width=42 -height=42 -graphic="player_kit_fancy_off,6" -op1=Confirm Purchase -onmouseover=script44(event_com, "player_kit_fancy,6") -onmouseleave=script299(interface_594:com_300, event_com, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_594:com_300, "Confirm Purchase", 25, 80) - -// 594:182 -[com_182] -type=layer -x=407 -y=252 -width=87 -height=68 - -// 594:183 -[com_183] -type=graphic -x=37 -y=62 -width=42 -height=42 -graphic="player_kit_fancy,0" -op1=Select -onmouseleave=script40(interface_594:com_300) -onmouserepeat=script38(event_com, interface_594:com_300, "Show Torso Selections", 25, 80) -onclick=script228 - -// 594:184 -[com_184] -type=graphic -x=87 -y=62 -width=42 -height=42 -graphic="player_kit_fancy_off,1" -op1=Select -onmouseleave=script40(interface_594:com_300) -onmouserepeat=script38(event_com, interface_594:com_300, "Show Arms Selections", 25, 80) -onclick=script229 - -// 594:185 -[com_185] -type=graphic -x=140 -y=62 -width=42 -height=42 -graphic="player_kit_fancy_off,2" -op1=Select -onmouseleave=script40(interface_594:com_300) -onmouserepeat=script38(event_com, interface_594:com_300, "Show Legs Selections", 25, 80) -onclick=script230 - -// 594:186 -[com_186] -type=rectangle -x=3 -y=3 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script231 - -// 594:187 -[com_187] -type=rectangle -x=3 -y=29 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script232 - -// 594:188 -[com_188] -type=rectangle -x=3 -y=56 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script233 - -// 594:189 -[com_189] -type=rectangle -x=3 -y=83 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script234 - -// 594:190 -[com_190] -type=rectangle -x=3 -y=110 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script235 - -// 594:191 -[com_191] -type=rectangle -x=3 -y=134 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script236 - -// 594:192 -[com_192] -type=rectangle -x=3 -y=160 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script237 - -// 594:193 -[com_193] -type=rectangle -x=3 -y=186 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script238 - -// 594:194 -[com_194] -type=rectangle -x=3 -y=212 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script239 - -// 594:195 -[com_195] -type=rectangle -x=3 -y=238 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script240 - -// 594:196 -[com_196] -type=rectangle -x=3 -y=264 -width=20 -height=20 -layer=com_173 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script241 - -// 594:197 -[com_197] -type=rectangle -x=3 -y=3 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script242 - -// 594:198 -[com_198] -type=rectangle -x=3 -y=29 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script243 - -// 594:199 -[com_199] -type=rectangle -x=3 -y=83 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script245 - -// 594:200 -[com_200] -type=rectangle -x=3 -y=56 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script244 - -// 594:201 -[com_201] -type=rectangle -x=3 -y=110 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script246 - -// 594:202 -[com_202] -type=rectangle -x=3 -y=134 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script247 - -// 594:203 -[com_203] -type=rectangle -x=3 -y=160 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script248 - -// 594:204 -[com_204] -type=rectangle -x=3 -y=186 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script249 - -// 594:205 -[com_205] -type=rectangle -x=3 -y=212 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script250 - -// 594:206 -[com_206] -type=rectangle -x=3 -y=238 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script251 - -// 594:207 -[com_207] -type=rectangle -x=3 -y=264 -width=20 -height=20 -layer=com_175 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script252 - -// 594:208 -[com_208] -type=rectangle -x=3 -y=3 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script253 - -// 594:209 -[com_209] -type=rectangle -x=3 -y=29 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script254 - -// 594:210 -[com_210] -type=rectangle -x=3 -y=56 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script255 - -// 594:211 -[com_211] -type=rectangle -x=3 -y=83 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script256 - -// 594:212 -[com_212] -type=rectangle -x=3 -y=110 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script257 - -// 594:213 -[com_213] -type=rectangle -x=3 -y=134 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script258 - -// 594:214 -[com_214] -type=rectangle -x=3 -y=160 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script259 - -// 594:215 -[com_215] -type=rectangle -x=3 -y=186 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script260 - -// 594:216 -[com_216] -type=rectangle -x=3 -y=212 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script261 - -// 594:217 -[com_217] -type=rectangle -x=3 -y=238 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script262 - -// 594:218 -[com_218] -type=rectangle -x=3 -y=264 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script263 - -// 594:219 -[com_219] -type=rectangle -x=3 -y=290 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script264 - -// 594:220 -[com_220] -type=rectangle -x=3 -y=316 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script265 - -// 594:221 -[com_221] -type=rectangle -x=3 -y=342 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script266 - -// 594:222 -[com_222] -type=rectangle -x=3 -y=368 -width=20 -height=20 -layer=com_177 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script267 - -// 594:223 -[com_223] -type=layer -x=381 -y=62 -width=95 -height=195 - -// 594:224 -[com_224] -type=rectangle -x=3 -y=4 -width=21 -height=21 -layer=com_223 -colour=0x300000 -fill=yes - -// 594:225 -[com_225] -type=rectangle -x=26 -y=4 -width=21 -height=21 -layer=com_223 -colour=0xb03838 -fill=yes - -// 594:226 -[com_226] -type=rectangle -x=49 -y=4 -width=21 -height=21 -layer=com_223 -colour=0x752f3b -fill=yes - -// 594:227 -[com_227] -type=rectangle -x=72 -y=4 -width=21 -height=21 -layer=com_223 -colour=0xc88080 -fill=yes - -// 594:228 -[com_228] -type=rectangle -x=3 -y=27 -width=21 -height=21 -layer=com_223 -colour=0xa17067 -fill=yes - -// 594:229 -[com_229] -type=rectangle -x=26 -y=27 -width=21 -height=21 -layer=com_223 -colour=0x9d642f -fill=yes - -// 594:230 -[com_230] -type=rectangle -x=49 -y=27 -width=21 -height=21 -layer=com_223 -colour=0x8b3b2a -fill=yes - -// 594:231 -[com_231] -type=rectangle -x=72 -y=27 -width=21 -height=21 -layer=com_223 -colour=0xc06840 -fill=yes - -// 594:232 -[com_232] -type=rectangle -x=3 -y=50 -width=21 -height=21 -layer=com_223 -colour=0xaa9045 -fill=yes - -// 594:233 -[com_233] -type=rectangle -x=26 -y=50 -width=21 -height=21 -layer=com_223 -colour=0x7b6e32 -fill=yes - -// 594:234 -[com_234] -type=rectangle -x=49 -y=50 -width=21 -height=21 -layer=com_223 -colour=0xa3970d -fill=yes - -// 594:235 -[com_235] -type=rectangle -x=72 -y=50 -width=21 -height=21 -layer=com_223 -colour=0x829472 -fill=yes - -// 594:236 -[com_236] -type=rectangle -x=3 -y=73 -width=21 -height=21 -layer=com_223 -colour=0x60b060 -fill=yes - -// 594:237 -[com_237] -type=rectangle -x=26 -y=73 -width=21 -height=21 -layer=com_223 -colour=0x2d723e -fill=yes - -// 594:238 -[com_238] -type=rectangle -x=49 -y=73 -width=21 -height=21 -layer=com_223 -colour=0x1c6135 -fill=yes - -// 594:239 -[com_239] -type=rectangle -x=72 -y=73 -width=21 -height=21 -layer=com_223 -colour=0x183028 -fill=yes - -// 594:240 -[com_240] -type=rectangle -x=3 -y=96 -width=21 -height=21 -layer=com_223 -colour=0x181890 -fill=yes - -// 594:241 -[com_241] -type=rectangle -x=26 -y=96 -width=21 -height=21 -layer=com_223 -colour=0x2d5272 -fill=yes - -// 594:242 -[com_242] -type=rectangle -x=49 -y=96 -width=21 -height=21 -layer=com_223 -colour=0x6088b0 -fill=yes - -// 594:243 -[com_243] -type=rectangle -x=72 -y=96 -width=21 -height=21 -layer=com_223 -colour=0x728c94 -fill=yes - -// 594:244 -[com_244] -type=rectangle -x=3 -y=119 -width=21 -height=21 -layer=com_223 -colour=0x83537b -fill=yes - -// 594:245 -[com_245] -type=rectangle -x=26 -y=119 -width=21 -height=21 -layer=com_223 -colour=0x9860b0 -fill=yes - -// 594:246 -[com_246] -type=rectangle -x=49 -y=119 -width=21 -height=21 -layer=com_223 -colour=0x581890 -fill=yes - -// 594:247 -[com_247] -type=rectangle -x=72 -y=119 -width=21 -height=21 -layer=com_223 -colour=0x3b3b4e -fill=yes - -// 594:248 -[com_248] -type=rectangle -x=3 -y=142 -width=21 -height=21 -layer=com_223 -colour=0xada481 -fill=yes - -// 594:249 -[com_249] -type=rectangle -x=26 -y=142 -width=21 -height=21 -layer=com_223 -colour=0x989878 -fill=yes - -// 594:250 -[com_250] -type=rectangle -x=49 -y=142 -width=21 -height=21 -layer=com_223 -colour=0x484038 -fill=yes - -// 594:251 -[com_251] -type=rectangle -x=72 -y=142 -width=21 -height=21 -layer=com_223 -colour=0x262323 -fill=yes - -// 594:252 -[com_252] -type=rectangle -x=3 -y=165 -width=21 -height=21 -layer=com_223 -colour=0x101010 -fill=yes - -// 594:253 -[com_253] -type=graphic -x=384 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Burgundy", 25, 40) -onclick=script268 - -// 594:254 -[com_254] -type=graphic -x=407 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Red", 25, 40) -onclick=script269 - -// 594:255 -[com_255] -type=graphic -x=430 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Dark red", 25, 40) -onclick=script270 - -// 594:256 -[com_256] -type=graphic -x=453 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Pink", 25, 40) -onclick=script271 - -// 594:257 -[com_257] -type=graphic -x=384 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Dark pink", 25, 40) -onclick=script272 - -// 594:258 -[com_258] -type=graphic -x=407 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Orange", 25, 40) -onclick=script273 - -// 594:259 -[com_259] -type=graphic -x=430 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Burnt orange", 25, 40) -onclick=script274 - -// 594:260 -[com_260] -type=graphic -x=453 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Peach", 25, 40) -onclick=script275 - -// 594:261 -[com_261] -type=graphic -x=384 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Light khaki", 25, 40) -onclick=script276 - -// 594:262 -[com_262] -type=graphic -x=407 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Khaki", 25, 40) -onclick=script277 - -// 594:263 -[com_263] -type=graphic -x=430 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Gold", 25, 40) -onclick=script278 - -// 594:264 -[com_264] -type=graphic -x=453 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Moss green", 25, 40) -onclick=script279 - -// 594:265 -[com_265] -type=graphic -x=384 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Mint green", 25, 40) -onclick=script280 - -// 594:266 -[com_266] -type=graphic -x=407 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Sea green", 25, 40) -onclick=script281 - -// 594:267 -[com_267] -type=graphic -x=430 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Forest green", 25, 40) -onclick=script282 - -// 594:268 -[com_268] -type=graphic -x=453 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Dark green", 25, 40) -onclick=script283 - -// 594:269 -[com_269] -type=graphic -x=384 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Royal blue", 25, 40) -onclick=script284 - -// 594:270 -[com_270] -type=graphic -x=407 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Dark blue", 25, 40) -onclick=script285 - -// 594:271 -[com_271] -type=graphic -x=430 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Light blue", 25, 40) -onclick=script286 - -// 594:272 -[com_272] -type=graphic -x=453 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Pale blue", 25, 40) -onclick=script287 - -// 594:273 -[com_273] -type=graphic -x=384 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Mauve", 25, 40) -onclick=script288 - -// 594:274 -[com_274] -type=graphic -x=407 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Violet", 25, 40) -onclick=script289 - -// 594:275 -[com_275] -type=graphic -x=430 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Indigo", 25, 40) -onclick=script290 - -// 594:276 -[com_276] -type=graphic -x=453 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Navy blue", 25, 40) -onclick=script291 - -// 594:277 -[com_277] -type=graphic -x=384 -y=204 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Beige", 25, 40) -onclick=script292 - -// 594:278 -[com_278] -type=graphic -x=407 -y=204 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Light grey", 25, 40) -onclick=script293 - -// 594:279 -[com_279] -type=graphic -x=430 -y=204 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Taupe", 25, 40) -onclick=script294 - -// 594:280 -[com_280] -type=graphic -x=453 -y=204 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Dark grey", 25, 40) -onclick=script295 - -// 594:281 -[com_281] -type=graphic -x=384 -y=227 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_594:com_300, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_594:com_300, "Black", 25, 40) -onclick=script296 - -// 594:282 -[com_282] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 594:283 -[com_283] -type=layer -width=512 -height=334 - -// 594:284 -[com_284] -type=line -x=23 -y=111 -width=176 -layer=com_283 -colour=0x332b25 - -// 594:285 -[com_285] -type=line -x=23 -y=112 -height=187 -layer=com_283 -colour=0x332b25 - -// 594:286 -[com_286] -type=line -x=199 -y=112 -height=187 -layer=com_283 -colour=0x332b25 - -// 594:287 -[com_287] -type=line -x=23 -y=300 -width=176 -layer=com_283 -colour=0x332b25 - -// 594:288 -[com_288] -type=line -x=382 -y=64 -width=93 -layer=com_283 -colour=0x332b25 - -// 594:289 -[com_289] -type=line -x=382 -y=65 -height=183 -layer=com_283 -colour=0x332b25 - -// 594:290 -[com_290] -type=line -x=475 -y=65 -height=160 -layer=com_283 -colour=0x332b25 - -// 594:291 -[com_291] -type=line -x=382 -y=249 -width=24 -layer=com_283 -colour=0x332b25 - -// 594:292 -[com_292] -type=line -x=232 -y=59 -width=133 -layer=com_283 -colour=0x332b25 - -// 594:293 -[com_293] -type=line -x=232 -y=60 -height=239 -layer=com_283 -colour=0x332b25 - -// 594:294 -[com_294] -type=line -x=365 -y=60 -height=239 -layer=com_283 -colour=0x332b25 - -// 594:295 -[com_295] -type=line -x=232 -y=300 -width=133 -layer=com_283 -colour=0x332b25 - -// 594:296 -[com_296] -type=line -x=406 -y=226 -width=69 -layer=com_283 -colour=0x332b25 - -// 594:297 -[com_297] -type=line -x=406 -y=227 -height=21 -layer=com_283 -colour=0x332b25 - -// 594:298 -[com_298] -type=graphic -x=451 -y=261 -width=23 -height=23 -graphic="ame_confirm_button_no_back,0" -opbase= -op1=Confirm Purchase -onmouseover=script44(interface_594:com_181, "player_kit_fancy,6") -onmouseleave=script299(interface_594:com_300, interface_594:com_181, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_594:com_300, "Confirm Purchase", 25, 80) - -// 594:299 -[com_299] -type=layer -width=512 -height=334 - -// 594:300 -[com_300] -type=layer -x=309 -y=57 -width=200 -height=200 -layer=com_299 -onmouseleave=script40(interface_594:com_300) - diff --git a/dumps/530/interface/interface_595.if3 b/dumps/530/interface/interface_595.if3 deleted file mode 100644 index f472dd070..000000000 --- a/dumps/530/interface/interface_595.if3 +++ /dev/null @@ -1,1644 +0,0 @@ -// 595:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 595:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes -opbase= - -// 595:2 -[com_2] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 595:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 595:4 -[com_4] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 595:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 595:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 595:7 -[com_7] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 595:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 595:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 595:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 595:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 595:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 595:13 -[com_13] -type=rectangle -y=-2 -width=130 -height=10 -layer=com_37 -colour=0x483f33 -fill=yes - -// 595:14 -[com_14] -type=rectangle -y=8 -width=130 -height=10 -layer=com_37 -colour=0x473e33 -fill=yes - -// 595:15 -[com_15] -type=rectangle -y=18 -width=130 -height=10 -layer=com_37 -colour=0x463d32 -fill=yes - -// 595:16 -[com_16] -type=rectangle -y=28 -width=130 -height=10 -layer=com_37 -colour=0x453c32 -fill=yes - -// 595:17 -[com_17] -type=rectangle -y=38 -width=130 -height=10 -layer=com_37 -colour=0x443b31 -fill=yes - -// 595:18 -[com_18] -type=rectangle -y=48 -width=130 -height=10 -layer=com_37 -colour=0x433a31 -fill=yes - -// 595:19 -[com_19] -type=rectangle -y=58 -width=130 -height=10 -layer=com_37 -colour=0x423930 -fill=yes - -// 595:20 -[com_20] -type=rectangle -y=68 -width=130 -height=10 -layer=com_37 -colour=0x413830 -fill=yes - -// 595:21 -[com_21] -type=rectangle -y=78 -width=130 -height=10 -layer=com_37 -colour=0x40372f -fill=yes - -// 595:22 -[com_22] -type=rectangle -y=88 -width=130 -height=10 -layer=com_37 -colour=0x3f362f -fill=yes - -// 595:23 -[com_23] -type=rectangle -y=98 -width=130 -height=10 -layer=com_37 -colour=0x3e352e -fill=yes - -// 595:24 -[com_24] -type=rectangle -y=108 -width=130 -height=10 -layer=com_37 -colour=0x3d342e -fill=yes - -// 595:25 -[com_25] -type=rectangle -y=118 -width=130 -height=10 -layer=com_37 -colour=0x3c332d -fill=yes - -// 595:26 -[com_26] -type=rectangle -y=128 -width=130 -height=10 -layer=com_37 -colour=0x3b322d -fill=yes - -// 595:27 -[com_27] -type=rectangle -y=138 -width=130 -height=10 -layer=com_37 -colour=0x3a312c -fill=yes - -// 595:28 -[com_28] -type=rectangle -y=148 -width=130 -height=10 -layer=com_37 -colour=0x39302c -fill=yes - -// 595:29 -[com_29] -type=rectangle -y=158 -width=130 -height=10 -layer=com_37 -colour=0x382f2b -fill=yes - -// 595:30 -[com_30] -type=rectangle -y=168 -width=130 -height=10 -layer=com_37 -colour=0x372e29 -fill=yes - -// 595:31 -[com_31] -type=rectangle -y=178 -width=130 -height=10 -layer=com_37 -colour=0x362d28 -fill=yes - -// 595:32 -[com_32] -type=rectangle -y=188 -width=130 -height=10 -layer=com_37 -colour=0x352d27 -fill=yes - -// 595:33 -[com_33] -type=rectangle -y=198 -width=130 -height=10 -layer=com_37 -colour=0x342c26 -fill=yes - -// 595:34 -[com_34] -type=rectangle -y=208 -width=130 -height=10 -layer=com_37 -colour=0x332b25 -fill=yes - -// 595:35 -[com_35] -type=rectangle -y=218 -width=130 -height=10 -layer=com_37 -colour=0x322a24 -fill=yes - -// 595:36 -[com_36] -type=rectangle -y=228 -width=130 -height=10 -layer=com_37 -colour=0x312923 -fill=yes - -// 595:37 -[com_37] -type=layer -x=208 -y=62 -width=130 -height=246 - -// 595:38 -[com_38] -type=rectangle -y=40 -width=173 -height=7 -layer=com_57 -colour=0x433a31 -fill=yes - -// 595:39 -[com_39] -type=rectangle -y=47 -width=173 -height=10 -layer=com_57 -colour=0x423930 -fill=yes - -// 595:40 -[com_40] -type=rectangle -y=57 -width=173 -height=10 -layer=com_57 -colour=0x413830 -fill=yes - -// 595:41 -[com_41] -type=rectangle -y=67 -width=173 -height=10 -layer=com_57 -colour=0x40372f -fill=yes - -// 595:42 -[com_42] -type=rectangle -y=77 -width=173 -height=10 -layer=com_57 -colour=0x3f362f -fill=yes - -// 595:43 -[com_43] -type=rectangle -y=87 -width=173 -height=10 -layer=com_57 -colour=0x3e352e -fill=yes - -// 595:44 -[com_44] -type=rectangle -y=97 -width=173 -height=10 -layer=com_57 -colour=0x3d342e -fill=yes - -// 595:45 -[com_45] -type=rectangle -y=107 -width=173 -height=10 -layer=com_57 -colour=0x3c332d -fill=yes - -// 595:46 -[com_46] -type=rectangle -y=117 -width=173 -height=10 -layer=com_57 -colour=0x3b322d -fill=yes - -// 595:47 -[com_47] -type=rectangle -y=127 -width=173 -height=10 -layer=com_57 -colour=0x3a312c -fill=yes - -// 595:48 -[com_48] -type=rectangle -y=137 -width=173 -height=10 -layer=com_57 -colour=0x39302c -fill=yes - -// 595:49 -[com_49] -type=rectangle -y=147 -width=173 -height=10 -layer=com_57 -colour=0x382f2b -fill=yes - -// 595:50 -[com_50] -type=rectangle -y=157 -width=173 -height=10 -layer=com_57 -colour=0x372e29 -fill=yes - -// 595:51 -[com_51] -type=rectangle -y=167 -width=173 -height=10 -layer=com_57 -colour=0x362d28 -fill=yes - -// 595:52 -[com_52] -type=rectangle -y=177 -width=173 -height=10 -layer=com_57 -colour=0x352d27 -fill=yes - -// 595:53 -[com_53] -type=rectangle -y=187 -width=173 -height=10 -layer=com_57 -colour=0x342c26 -fill=yes - -// 595:54 -[com_54] -type=rectangle -y=197 -width=173 -height=10 -layer=com_57 -colour=0x332b25 -fill=yes - -// 595:55 -[com_55] -type=rectangle -y=207 -width=173 -height=10 -layer=com_57 -colour=0x322a24 -fill=yes - -// 595:56 -[com_56] -type=rectangle -y=217 -width=173 -height=10 -layer=com_57 -colour=0x312923 -fill=yes - -// 595:57 -[com_57] -type=layer -x=25 -y=73 -width=173 -height=235 - -// 595:58 -[com_58] -type=rectangle -x=353 -y=101 -width=140 -height=10 -layer=com_67 -colour=0x433a31 -fill=yes - -// 595:59 -[com_59] -type=rectangle -x=353 -y=108 -width=140 -height=10 -layer=com_67 -colour=0x423930 -fill=yes - -// 595:60 -[com_60] -type=rectangle -x=353 -y=118 -width=140 -height=10 -layer=com_67 -colour=0x413830 -fill=yes - -// 595:61 -[com_61] -type=rectangle -x=353 -y=128 -width=140 -height=10 -layer=com_67 -colour=0x40372f -fill=yes - -// 595:62 -[com_62] -type=rectangle -x=353 -y=138 -width=140 -height=10 -layer=com_67 -colour=0x3f362f -fill=yes - -// 595:63 -[com_63] -type=rectangle -x=353 -y=148 -width=140 -height=10 -layer=com_67 -colour=0x3e352e -fill=yes - -// 595:64 -[com_64] -type=rectangle -x=353 -y=158 -width=140 -height=10 -layer=com_67 -colour=0x3d342e -fill=yes - -// 595:65 -[com_65] -type=rectangle -x=353 -y=168 -width=140 -height=10 -layer=com_67 -colour=0x3c332d -fill=yes - -// 595:66 -[com_66] -type=rectangle -x=353 -y=178 -width=140 -height=14 -layer=com_67 -colour=0x3b322d -fill=yes - -// 595:67 -[com_67] -type=layer -x=-6 -y=12 -width=512 -height=334 - -// 595:68 -[com_68] -type=model -x=402 -y=138 -width=32 -height=32 -model=model_27701 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=156 -modelangle_y=2035 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=3000 - -// 595:69 -[com_69] -type=model -x=402 -y=138 -width=32 -height=32 -model=model_27707 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=156 -modelangle_y=2035 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=3000 - -// 595:70 -[com_70] -type=layer -x=208 -y=62 -width=130 -height=238 - -// 595:71 -[com_71] -type=model -contenttype=328 -y=129 -width=136 -height=168 -layer=com_70 -model=model_6675 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -modelanim=seq_808 -unknown100=0 -unknown101=3000 - -// 595:72 -[com_72] -type=text -x=21 -y=31 -width=469 -height=15 -textfont=b12_full -text=Reinald's Smithing Emporium -textalignh=1 -textshadow=yes -colour=0xc9800d - -// 595:73 -[com_73] -type=text -x=20 -y=4 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Bare arms -textshadow=yes -colour=0xc9800d - -// 595:74 -[com_74] -type=graphic -x=3 -y=3 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 595:75 -[com_75] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_115 -hide=yes - -// 595:76 -[com_76] -type=text -x=20 -y=30 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver wristguards -textshadow=yes -colour=0xc9800d - -// 595:77 -[com_77] -type=graphic -x=3 -y=29 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 595:78 -[com_78] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_115 -hide=yes - -// 595:79 -[com_79] -type=text -x=20 -y=57 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver clasps -textshadow=yes -colour=0xc9800d - -// 595:80 -[com_80] -type=graphic -x=3 -y=56 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 595:81 -[com_81] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_115 -hide=yes - -// 595:82 -[com_82] -type=text -x=20 -y=83 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver bangles -textshadow=yes -colour=0xc9800d - -// 595:83 -[com_83] -type=graphic -x=3 -y=82 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 595:84 -[com_84] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_115 -hide=yes - -// 595:85 -[com_85] -type=text -x=20 -y=109 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver banding -textshadow=yes -colour=0xc9800d - -// 595:86 -[com_86] -type=graphic -x=3 -y=108 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 595:87 -[com_87] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_115 -hide=yes - -// 595:88 -[com_88] -type=text -x=21 -y=135 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver bands -textshadow=yes -colour=0xc9800d - -// 595:89 -[com_89] -type=graphic -x=4 -y=134 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 595:90 -[com_90] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_115 -hide=yes - -// 595:91 -[com_91] -type=text -x=21 -y=162 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Silver armguards -textshadow=yes -colour=0xc9800d - -// 595:92 -[com_92] -type=graphic -x=4 -y=161 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 595:93 -[com_93] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_115 -hide=yes - -// 595:94 -[com_94] -type=text -x=20 -y=4 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Bare arms -textshadow=yes -colour=0xc9800d - -// 595:95 -[com_95] -type=graphic -x=3 -y=3 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 595:96 -[com_96] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_116 -hide=yes - -// 595:97 -[com_97] -type=text -x=20 -y=30 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold wristguards -textshadow=yes -colour=0xc9800d - -// 595:98 -[com_98] -type=graphic -x=3 -y=29 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 595:99 -[com_99] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_116 -hide=yes - -// 595:100 -[com_100] -type=text -x=20 -y=57 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold clasps -textshadow=yes -colour=0xc9800d - -// 595:101 -[com_101] -type=graphic -x=3 -y=56 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 595:102 -[com_102] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_116 -hide=yes - -// 595:103 -[com_103] -type=text -x=20 -y=83 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold bangles -textshadow=yes -colour=0xc9800d - -// 595:104 -[com_104] -type=graphic -x=3 -y=82 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 595:105 -[com_105] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_116 -hide=yes - -// 595:106 -[com_106] -type=text -x=20 -y=109 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold banding -textshadow=yes -colour=0xc9800d - -// 595:107 -[com_107] -type=graphic -x=3 -y=108 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 595:108 -[com_108] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_116 -hide=yes - -// 595:109 -[com_109] -type=text -x=21 -y=135 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold bands -textshadow=yes -colour=0xc9800d - -// 595:110 -[com_110] -type=graphic -x=4 -y=134 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 595:111 -[com_111] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_116 -hide=yes - -// 595:112 -[com_112] -type=text -x=21 -y=162 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Gold armguards -textshadow=yes -colour=0xc9800d - -// 595:113 -[com_113] -type=graphic -x=4 -y=161 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 595:114 -[com_114] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_116 -hide=yes - -// 595:115 -[com_115] -type=layer -x=25 -y=113 -width=173 -height=194 - -// 595:116 -[com_116] -type=layer -x=25 -y=113 -width=173 -height=194 -hide=yes - -// 595:117 -[com_117] -type=graphic -x=407 -y=252 -width=42 -height=42 -graphic="player_kit_fancy_off,6" -op1=Confirm Purchase -onmouseover=script44(event_com, "player_kit_fancy,6") -onmouseleave=script299(interface_595:com_152, event_com, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_595:com_152, "Confirm Purchase", 25, 80) - -// 595:118 -[com_118] -type=text -y=41 -width=70 -height=32 -layer=com_119 -textfont=p12_full -text=500 Coins -textshadow=yes -colour=0xc9800d - -// 595:119 -[com_119] -type=layer -x=407 -y=252 -width=75 -height=71 - -// 595:120 -[com_120] -type=graphic -x=37 -y=62 -width=42 -height=42 -graphic="player_kit_fancy,7" -op1=Select -onmouseleave=script40(interface_595:com_152) -onmouserepeat=script38(event_com, interface_595:com_152, "Show Silver Selections", 25, 80) -onclick=script208 - -// 595:121 -[com_121] -type=graphic -x=85 -y=62 -width=42 -height=42 -graphic="player_kit_fancy_off,5" -op1=Select -onmouseleave=script40(interface_595:com_152) -onmouserepeat=script38(event_com, interface_595:com_152, "Show Gold Selections", 25, 80) -onclick=script209 - -// 595:122 -[com_122] -type=rectangle -x=3 -y=3 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script210 - -// 595:123 -[com_123] -type=rectangle -x=3 -y=29 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script211 - -// 595:124 -[com_124] -type=rectangle -x=3 -y=56 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script212 - -// 595:125 -[com_125] -type=rectangle -x=3 -y=83 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script213 - -// 595:126 -[com_126] -type=rectangle -x=3 -y=110 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script214 - -// 595:127 -[com_127] -type=rectangle -x=3 -y=134 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script215 - -// 595:128 -[com_128] -type=rectangle -x=3 -y=160 -width=20 -height=20 -layer=com_115 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script216 - -// 595:129 -[com_129] -type=rectangle -x=3 -y=3 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script217 - -// 595:130 -[com_130] -type=rectangle -x=3 -y=29 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script218 - -// 595:131 -[com_131] -type=rectangle -x=3 -y=56 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script219 - -// 595:132 -[com_132] -type=rectangle -x=3 -y=83 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script220 - -// 595:133 -[com_133] -type=rectangle -x=3 -y=110 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script221 - -// 595:134 -[com_134] -type=rectangle -x=3 -y=134 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script222 - -// 595:135 -[com_135] -type=rectangle -x=3 -y=160 -width=20 -height=20 -layer=com_116 -colour=0xffff00 -fill=yes -trans=255 -op1=Select -onclick=script223 - -// 595:136 -[com_136] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 595:137 -[com_137] -type=layer -width=512 -height=334 - -// 595:138 -[com_138] -type=line -x=23 -y=111 -width=176 -layer=com_137 -colour=0x332b25 - -// 595:139 -[com_139] -type=line -x=23 -y=112 -height=188 -layer=com_137 -colour=0x332b25 - -// 595:140 -[com_140] -type=line -x=199 -y=112 -height=188 -layer=com_137 -colour=0x332b25 - -// 595:141 -[com_141] -type=line -x=23 -y=301 -width=176 -layer=com_137 -colour=0x332b25 - -// 595:142 -[com_142] -type=line -x=345 -y=111 -width=143 -layer=com_137 -colour=0x332b25 - -// 595:143 -[com_143] -type=line -x=345 -y=112 -height=92 -layer=com_137 -colour=0x332b25 - -// 595:144 -[com_144] -type=line -x=488 -y=112 -height=92 -layer=com_137 -colour=0x332b25 - -// 595:145 -[com_145] -type=line -x=345 -y=205 -width=143 -layer=com_137 -colour=0x332b25 - -// 595:146 -[com_146] -type=line -x=206 -y=60 -width=133 -layer=com_137 -colour=0x332b25 - -// 595:147 -[com_147] -type=line -x=206 -y=61 -height=239 -layer=com_137 -colour=0x332b25 - -// 595:148 -[com_148] -type=line -x=339 -y=61 -height=239 -layer=com_137 -colour=0x332b25 - -// 595:149 -[com_149] -type=line -x=206 -y=301 -width=133 -layer=com_137 -colour=0x332b25 - -// 595:150 -[com_150] -type=graphic -x=451 -y=261 -width=23 -height=23 -graphic="ame_confirm_button_no_back,0" -opbase= -op1=Confirm Purchase -onmouseover=script44(interface_595:com_117, "player_kit_fancy,6") -onmouseleave=script299(interface_595:com_152, interface_595:com_117, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_595:com_152, "Confirm Purchase", 25, 80) - -// 595:151 -[com_151] -type=layer -width=512 -height=334 - -// 595:152 -[com_152] -type=layer -x=309 -y=57 -width=200 -height=200 -layer=com_151 -onmouseleave=script40(interface_595:com_152) - diff --git a/dumps/530/interface/interface_596.if3 b/dumps/530/interface/interface_596.if3 deleted file mode 100644 index 4154d4e7e..000000000 --- a/dumps/530/interface/interface_596.if3 +++ /dev/null @@ -1,3089 +0,0 @@ -// 596:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 596:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes -opbase= - -// 596:2 -[com_2] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 596:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 596:4 -[com_4] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 596:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 596:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 596:7 -[com_7] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 596:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 596:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 596:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 596:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 596:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 596:13 -[com_13] -type=rectangle -x=-1 -y=-5 -width=130 -height=10 -layer=com_38 -colour=0x483f33 -fill=yes - -// 596:14 -[com_14] -type=rectangle -x=-1 -y=5 -width=130 -height=10 -layer=com_38 -colour=0x473e33 -fill=yes - -// 596:15 -[com_15] -type=rectangle -x=-1 -y=15 -width=130 -height=10 -layer=com_38 -colour=0x463d32 -fill=yes - -// 596:16 -[com_16] -type=rectangle -x=-1 -y=25 -width=130 -height=10 -layer=com_38 -colour=0x453c32 -fill=yes - -// 596:17 -[com_17] -type=rectangle -x=-1 -y=35 -width=130 -height=10 -layer=com_38 -colour=0x443b31 -fill=yes - -// 596:18 -[com_18] -type=rectangle -x=-1 -y=45 -width=130 -height=10 -layer=com_38 -colour=0x433a31 -fill=yes - -// 596:19 -[com_19] -type=rectangle -x=-1 -y=55 -width=130 -height=10 -layer=com_38 -colour=0x423930 -fill=yes - -// 596:20 -[com_20] -type=rectangle -x=-1 -y=65 -width=130 -height=10 -layer=com_38 -colour=0x413830 -fill=yes - -// 596:21 -[com_21] -type=rectangle -x=-1 -y=75 -width=130 -height=10 -layer=com_38 -colour=0x40372f -fill=yes - -// 596:22 -[com_22] -type=rectangle -x=-1 -y=85 -width=130 -height=10 -layer=com_38 -colour=0x3f362f -fill=yes - -// 596:23 -[com_23] -type=rectangle -x=-1 -y=95 -width=130 -height=10 -layer=com_38 -colour=0x3e352e -fill=yes - -// 596:24 -[com_24] -type=rectangle -x=-1 -y=105 -width=130 -height=10 -layer=com_38 -colour=0x3d342e -fill=yes - -// 596:25 -[com_25] -type=rectangle -x=-1 -y=115 -width=130 -height=10 -layer=com_38 -colour=0x3c332d -fill=yes - -// 596:26 -[com_26] -type=rectangle -x=-1 -y=125 -width=130 -height=10 -layer=com_38 -colour=0x3b322d -fill=yes - -// 596:27 -[com_27] -type=rectangle -x=-1 -y=135 -width=130 -height=10 -layer=com_38 -colour=0x3a312c -fill=yes - -// 596:28 -[com_28] -type=rectangle -x=-1 -y=145 -width=130 -height=10 -layer=com_38 -colour=0x39302c -fill=yes - -// 596:29 -[com_29] -type=rectangle -x=-1 -y=155 -width=130 -height=10 -layer=com_38 -colour=0x382f2b -fill=yes - -// 596:30 -[com_30] -type=rectangle -x=-1 -y=165 -width=130 -height=10 -layer=com_38 -colour=0x372e29 -fill=yes - -// 596:31 -[com_31] -type=rectangle -x=-1 -y=175 -width=130 -height=10 -layer=com_38 -colour=0x362d28 -fill=yes - -// 596:32 -[com_32] -type=rectangle -x=-1 -y=185 -width=130 -height=10 -layer=com_38 -colour=0x352d27 -fill=yes - -// 596:33 -[com_33] -type=rectangle -x=-1 -y=195 -width=130 -height=10 -layer=com_38 -colour=0x342c26 -fill=yes - -// 596:34 -[com_34] -type=rectangle -x=-1 -y=205 -width=130 -height=10 -layer=com_38 -colour=0x332b25 -fill=yes - -// 596:35 -[com_35] -type=rectangle -x=-1 -y=215 -width=130 -height=10 -layer=com_38 -colour=0x322a24 -fill=yes - -// 596:36 -[com_36] -type=rectangle -x=-1 -y=225 -width=130 -height=10 -layer=com_38 -colour=0x312923 -fill=yes - -// 596:37 -[com_37] -type=rectangle -x=-1 -y=235 -width=130 -height=10 -layer=com_38 -colour=0x302922 -fill=yes - -// 596:38 -[com_38] -type=layer -x=234 -y=61 -width=130 -height=246 - -// 596:39 -[com_39] -type=rectangle -y=40 -width=173 -height=7 -layer=com_47 -colour=0x433a31 -fill=yes - -// 596:40 -[com_40] -type=rectangle -y=47 -width=173 -height=10 -layer=com_47 -colour=0x423930 -fill=yes - -// 596:41 -[com_41] -type=rectangle -y=57 -width=173 -height=10 -layer=com_47 -colour=0x413830 -fill=yes - -// 596:42 -[com_42] -type=rectangle -y=67 -width=173 -height=10 -layer=com_47 -colour=0x40372f -fill=yes - -// 596:43 -[com_43] -type=rectangle -y=77 -width=173 -height=10 -layer=com_47 -colour=0x3f362f -fill=yes - -// 596:44 -[com_44] -type=rectangle -y=87 -width=173 -height=10 -layer=com_47 -colour=0x3e352e -fill=yes - -// 596:45 -[com_45] -type=rectangle -y=97 -width=173 -height=10 -layer=com_47 -colour=0x3d342e -fill=yes - -// 596:46 -[com_46] -type=rectangle -y=107 -width=173 -height=13 -layer=com_47 -colour=0x3c332d -fill=yes - -// 596:47 -[com_47] -type=layer -x=25 -y=73 -width=173 -height=120 - -// 596:48 -[com_48] -type=rectangle -x=25 -y=198 -width=189 -height=10 -layer=com_59 -colour=0x3b322d -fill=yes - -// 596:49 -[com_49] -type=rectangle -x=25 -y=208 -width=189 -height=10 -layer=com_59 -colour=0x3a312c -fill=yes - -// 596:50 -[com_50] -type=rectangle -x=25 -y=218 -width=189 -height=10 -layer=com_59 -colour=0x39302c -fill=yes - -// 596:51 -[com_51] -type=rectangle -x=25 -y=228 -width=189 -height=10 -layer=com_59 -colour=0x382f2b -fill=yes - -// 596:52 -[com_52] -type=rectangle -x=25 -y=238 -width=189 -height=10 -layer=com_59 -colour=0x372e29 -fill=yes - -// 596:53 -[com_53] -type=rectangle -x=25 -y=248 -width=189 -height=10 -layer=com_59 -colour=0x362d28 -fill=yes - -// 596:54 -[com_54] -type=rectangle -x=25 -y=258 -width=189 -height=10 -layer=com_59 -colour=0x352d27 -fill=yes - -// 596:55 -[com_55] -type=rectangle -x=25 -y=268 -width=189 -height=10 -layer=com_59 -colour=0x342c26 -fill=yes - -// 596:56 -[com_56] -type=rectangle -x=25 -y=278 -width=189 -height=10 -layer=com_59 -colour=0x332b25 -fill=yes - -// 596:57 -[com_57] -type=rectangle -x=25 -y=288 -width=189 -height=10 -layer=com_59 -colour=0x322a24 -fill=yes - -// 596:58 -[com_58] -type=rectangle -x=25 -y=298 -width=189 -height=9 -layer=com_59 -colour=0x312923 -fill=yes - -// 596:59 -[com_59] -type=layer -y=1 -width=512 -height=334 - -// 596:60 -[com_60] -type=layer -x=25 -y=199 -width=189 -height=109 - -// 596:61 -[com_61] -type=model -x=73 -y=56 -width=49 -height=21 -layer=com_60 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=66 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2100 -modelanim=seq_569 -unknown100=0 -unknown101=3000 - -// 596:62 -[com_62] -type=layer -x=233 -y=62 -width=131 -height=245 - -// 596:63 -[com_63] -type=model -contenttype=328 -x=-5 -y=34 -width=115 -height=200 -layer=com_62 -model=model_6675 -modelorigin_x=16 -modelorigin_y=88 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -modelanim=seq_808 -unknown100=2000 -unknown101=3000 - -// 596:64 -[com_64] -type=text -x=21 -y=31 -width=469 -height=15 -textfont=b12_full -text=Hairdresser's Salon -textalignh=1 -textshadow=yes -colour=0xc9800d - -// 596:65 -[com_65] -type=layer -x=3 -y=1 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script371 - -// 596:66 -[com_66] -type=layer -x=3 -y=27 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script372 - -// 596:67 -[com_67] -type=layer -x=3 -y=54 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script373 - -// 596:68 -[com_68] -type=layer -x=3 -y=80 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script374 - -// 596:69 -[com_69] -type=layer -x=3 -y=106 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script375 - -// 596:70 -[com_70] -type=layer -x=4 -y=132 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script376 - -// 596:71 -[com_71] -type=layer -x=4 -y=159 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script377 - -// 596:72 -[com_72] -type=layer -x=4 -y=186 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script378 - -// 596:73 -[com_73] -type=layer -x=4 -y=213 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script379 - -// 596:74 -[com_74] -type=layer -x=4 -y=240 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script380 - -// 596:75 -[com_75] -type=layer -x=4 -y=266 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script381 - -// 596:76 -[com_76] -type=layer -x=4 -y=292 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script382 - -// 596:77 -[com_77] -type=layer -x=4 -y=318 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script383 - -// 596:78 -[com_78] -type=layer -x=4 -y=343 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script384 - -// 596:79 -[com_79] -type=layer -x=4 -y=370 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script385 - -// 596:80 -[com_80] -type=layer -x=4 -y=396 -width=147 -height=21 -layer=com_132 -op1=Select -onclick=script386 - -// 596:81 -[com_81] -type=layer -x=4 -y=422 -width=147 -height=21 -layer=com_132 -op1=Select -op10= -onclick=script387 - -// 596:82 -[com_82] -type=layer -x=4 -y=448 -width=147 -height=21 -layer=com_132 -op1=Select -op10= -onclick=script388 - -// 596:83 -[com_83] -type=layer -x=4 -y=474 -width=147 -height=21 -layer=com_132 -op1=Select -op10= -onclick=script389 - -// 596:84 -[com_84] -type=layer -x=4 -y=500 -width=147 -height=21 -layer=com_132 -op1=Select -op10= -onclick=script390 - -// 596:85 -[com_85] -type=layer -x=4 -y=526 -width=147 -height=21 -layer=com_132 -op1=Select -op10= -onclick=script391 - -// 596:86 -[com_86] -type=layer -x=4 -y=552 -width=147 -height=21 -layer=com_132 -op1=Select -op10= -onclick=script392 - -// 596:87 -[com_87] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_86 -textfont=p12_full -text=Dragon -textshadow=yes -colour=0xc9800d -op10= - -// 596:88 -[com_88] -type=graphic -y=2 -width=36 -height=36 -layer=com_86 -graphic="miscgraphics,10" -op10= - -// 596:89 -[com_89] -type=layer -x=4 -y=578 -width=147 -height=21 -layer=com_132 -op1=Select -op10= -onclick=script393 - -// 596:90 -[com_90] -type=layer -x=4 -y=604 -width=147 -height=21 -layer=com_132 -op1=Select -op10= -onclick=script394 - -// 596:91 -[com_91] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_90 -textfont=p12_full -text=Comb-over -textshadow=yes -colour=0xc9800d -op10= - -// 596:92 -[com_92] -type=graphic -y=2 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,10" -op10= - -// 596:93 -[com_93] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_89 -textfont=p12_full -text=Warrior curtains -textshadow=yes -colour=0xc9800d -op10= - -// 596:94 -[com_94] -type=graphic -y=2 -width=36 -height=36 -layer=com_89 -graphic="miscgraphics,10" -op10= - -// 596:95 -[com_95] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_85 -textfont=p12_full -text=Evanstyle -textshadow=yes -colour=0xc9800d -op10= - -// 596:96 -[com_96] -type=graphic -y=2 -width=36 -height=36 -layer=com_85 -graphic="miscgraphics,10" -op10= - -// 596:97 -[com_97] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_84 -textfont=p12_full -text=Long swept fringe -textshadow=yes -colour=0xc9800d -op10= - -// 596:98 -[com_98] -type=graphic -y=2 -width=36 -height=36 -layer=com_84 -graphic="miscgraphics,10" -op10= - -// 596:99 -[com_99] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_83 -textfont=p12_full -text=Ponytail spikey -textshadow=yes -colour=0xc9800d -op10= - -// 596:100 -[com_100] -type=graphic -y=2 -width=36 -height=36 -layer=com_83 -graphic="miscgraphics,10" -op10= - -// 596:101 -[com_101] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_82 -textfont=p12_full -text=Top knot -textshadow=yes -colour=0xc9800d -op10= - -// 596:102 -[com_102] -type=graphic -y=2 -width=36 -height=36 -layer=com_82 -graphic="miscgraphics,10" -op10= - -// 596:103 -[com_103] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_81 -textfont=p12_full -text=Side-part spike -textshadow=yes -colour=0xc9800d -op10= - -// 596:104 -[com_104] -type=graphic -y=2 -width=36 -height=36 -layer=com_81 -graphic="miscgraphics,10" -op10= - -// 596:105 -[com_105] -type=layer -y=2 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1989 - -// 596:106 -[com_106] -type=layer -y=28 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1990 - -// 596:107 -[com_107] -type=layer -y=54 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1991 - -// 596:108 -[com_108] -type=layer -y=80 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1992 - -// 596:109 -[com_109] -type=layer -y=106 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1993 - -// 596:110 -[com_110] -type=layer -y=132 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1994 - -// 596:111 -[com_111] -type=layer -y=158 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1995 - -// 596:112 -[com_112] -type=layer -y=184 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1996 - -// 596:113 -[com_113] -type=layer -y=210 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1997 - -// 596:114 -[com_114] -type=layer -y=236 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1998 - -// 596:115 -[com_115] -type=layer -y=262 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script1999 - -// 596:116 -[com_116] -type=layer -y=288 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script2000 - -// 596:117 -[com_117] -type=layer -y=314 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script2001 - -// 596:118 -[com_118] -type=layer -y=340 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script2002 - -// 596:119 -[com_119] -type=layer -y=366 -width=147 -height=21 -layer=com_165 -op1=Select -onclick=script2003 - -// 596:120 -[com_120] -type=layer -y=392 -width=147 -height=21 -layer=com_165 -op1=Select -op10= -onclick=script2004 - -// 596:121 -[com_121] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_120 -textfont=p12_full -text=Half goatee -textshadow=yes -colour=0xc9800d -op10= - -// 596:122 -[com_122] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_120 -graphic="miscgraphics,10" -op10= - -// 596:123 -[com_123] -type=layer -y=418 -width=147 -height=21 -layer=com_165 -op1=Select -op10= -onclick=script2005 - -// 596:124 -[com_124] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_123 -textfont=p12_full -text=Sideburns -textshadow=yes -colour=0xc9800d -op10= - -// 596:125 -[com_125] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_123 -graphic="miscgraphics,10" -op10= - -// 596:126 -[com_126] -type=layer -y=444 -width=147 -height=21 -layer=com_165 -op1=Select -op10= -onclick=script2006 - -// 596:127 -[com_127] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_126 -textfont=p12_full -text=Imperial -textshadow=yes -colour=0xc9800d -op10= - -// 596:128 -[com_128] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_126 -graphic="miscgraphics,10" -op10= - -// 596:129 -[com_129] -type=layer -y=470 -width=147 -height=21 -layer=com_165 -op1=Select -op10= -onclick=script2007 - -// 596:130 -[com_130] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_129 -textfont=p12_full -text=Sensei -textshadow=yes -colour=0xc9800d -op10= - -// 596:131 -[com_131] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_129 -graphic="miscgraphics,10" -op10= - -// 596:132 -[com_132] -type=layer -x=25 -y=113 -width=173 -height=80 - -// 596:133 -[com_133] -type=text -x=17 -y=4 -width=124 -height=16 -layer=com_76 -textfont=p12_full -text=Quiff -textshadow=yes -colour=0xc9800d - -// 596:134 -[com_134] -type=graphic -y=3 -width=36 -height=36 -layer=com_76 -graphic="miscgraphics,10" - -// 596:135 -[com_135] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_75 -textfont=p12_full -text=Wind braids -textshadow=yes -colour=0xc9800d - -// 596:136 -[com_136] -type=graphic -y=2 -width=36 -height=36 -layer=com_75 -graphic="miscgraphics,10" - -// 596:137 -[com_137] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_74 -textfont=p12_full -text=Mohawk -textshadow=yes -colour=0xc9800d - -// 596:138 -[com_138] -type=graphic -y=2 -width=36 -height=36 -layer=com_74 -graphic="miscgraphics,10" - -// 596:139 -[com_139] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_73 -textfont=p12_full -text=Spikes -textshadow=yes -colour=0xc9800d - -// 596:140 -[com_140] -type=graphic -y=2 -width=36 -height=36 -layer=com_73 -graphic="miscgraphics,10" - -// 596:141 -[com_141] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_72 -textfont=p12_full -text=Wild spikes -textshadow=yes -colour=0xc9800d - -// 596:142 -[com_142] -type=graphic -y=2 -width=36 -height=36 -layer=com_72 -graphic="miscgraphics,10" - -// 596:143 -[com_143] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_71 -textfont=p12_full -text=Close-cropped -textshadow=yes -colour=0xc9800d - -// 596:144 -[com_144] -type=graphic -y=2 -width=36 -height=36 -layer=com_71 -graphic="miscgraphics,10" - -// 596:145 -[com_145] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_70 -textfont=p12_full -text=Short -textshadow=yes -colour=0xc9800d - -// 596:146 -[com_146] -type=graphic -y=2 -width=36 -height=36 -layer=com_70 -graphic="miscgraphics,10" - -// 596:147 -[com_147] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_69 -textfont=p12_full -text=Monk -textshadow=yes -colour=0xc9800d - -// 596:148 -[com_148] -type=graphic -y=2 -width=36 -height=36 -layer=com_69 -graphic="miscgraphics,10" - -// 596:149 -[com_149] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_68 -textfont=p12_full -text=Medium hair -textshadow=yes -colour=0xc9800d - -// 596:150 -[com_150] -type=graphic -y=2 -width=36 -height=36 -layer=com_68 -graphic="miscgraphics,10" - -// 596:151 -[com_151] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_67 -textfont=p12_full -text=Long hair -textshadow=yes -colour=0xc9800d - -// 596:152 -[com_152] -type=graphic -y=2 -width=36 -height=36 -layer=com_67 -graphic="miscgraphics,10" - -// 596:153 -[com_153] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_66 -textfont=p12_full -text=Dreadlocks -textshadow=yes -colour=0xc9800d - -// 596:154 -[com_154] -type=graphic -y=2 -width=36 -height=36 -layer=com_66 -graphic="miscgraphics,10" - -// 596:155 -[com_155] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_65 -textfont=p12_full -text=Bald -textshadow=yes -colour=0xc9800d - -// 596:156 -[com_156] -type=graphic -y=2 -width=36 -height=36 -layer=com_65 -graphic="miscgraphics,10" - -// 596:157 -[com_157] -type=graphic -y=2 -width=36 -height=36 -layer=com_77 -graphic="miscgraphics,10" - -// 596:158 -[com_158] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_77 -textfont=p12_full -text=Samurai -textshadow=yes -colour=0xc9800d - -// 596:159 -[com_159] -type=text -x=17 -y=4 -width=124 -height=16 -layer=com_78 -textfont=p12_full -text=Prince -textshadow=yes -colour=0xc9800d - -// 596:160 -[com_160] -type=graphic -y=3 -width=36 -height=36 -layer=com_78 -graphic="miscgraphics,10" - -// 596:161 -[com_161] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_79 -textfont=p12_full -text=Curtains -textshadow=yes -colour=0xc9800d - -// 596:162 -[com_162] -type=graphic -y=2 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,10" - -// 596:163 -[com_163] -type=text -x=17 -y=3 -width=124 -height=16 -layer=com_80 -textfont=p12_full -text=Long curtains -textshadow=yes -colour=0xc9800d - -// 596:164 -[com_164] -type=graphic -y=2 -width=36 -height=36 -layer=com_80 -graphic="miscgraphics,10" - -// 596:165 -[com_165] -type=layer -x=25 -y=113 -width=173 -height=80 -hide=yes - -// 596:166 -[com_166] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_119 -textfont=p12_full -text=Vizier -textshadow=yes -colour=0xc9800d - -// 596:167 -[com_167] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_111 -textfont=p12_full -text=Short full -textshadow=yes -colour=0xc9800d - -// 596:168 -[com_168] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_119 -graphic="miscgraphics,10" - -// 596:169 -[com_169] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_118 -textfont=p12_full -text=Dali -textshadow=yes -colour=0xc9800d - -// 596:170 -[com_170] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_118 -graphic="miscgraphics,10" - -// 596:171 -[com_171] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_117 -textfont=p12_full -text=Waxed -textshadow=yes -colour=0xc9800d - -// 596:172 -[com_172] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_117 -graphic="miscgraphics,10" - -// 596:173 -[com_173] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_116 -textfont=p12_full -text=Full moustache -textshadow=yes -colour=0xc9800d - -// 596:174 -[com_174] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_116 -graphic="miscgraphics,10" - -// 596:175 -[com_175] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_115 -textfont=p12_full -text=Full mutton -textshadow=yes -colour=0xc9800d - -// 596:176 -[com_176] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_115 -graphic="miscgraphics,10" - -// 596:177 -[com_177] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_114 -textfont=p12_full -text=Mutton -textshadow=yes -colour=0xc9800d - -// 596:178 -[com_178] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_114 -graphic="miscgraphics,10" - -// 596:179 -[com_179] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_113 -textfont=p12_full -text=Handlebar -textshadow=yes -colour=0xc9800d - -// 596:180 -[com_180] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_113 -graphic="miscgraphics,10" - -// 596:181 -[com_181] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_112 -textfont=p12_full -text=Split beard -textshadow=yes -colour=0xc9800d - -// 596:182 -[com_182] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_112 -graphic="miscgraphics,10" - -// 596:183 -[com_183] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_111 -graphic="miscgraphics,10" - -// 596:184 -[com_184] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_110 -textfont=p12_full -text=Short beard -textshadow=yes -colour=0xc9800d - -// 596:185 -[com_185] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_110 -graphic="miscgraphics,10" - -// 596:186 -[com_186] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_109 -textfont=p12_full -text=Clean shaven -textshadow=yes -colour=0xc9800d - -// 596:187 -[com_187] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_109 -graphic="miscgraphics,10" - -// 596:188 -[com_188] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_108 -textfont=p12_full -text=Moustache -textshadow=yes -colour=0xc9800d - -// 596:189 -[com_189] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_108 -graphic="miscgraphics,10" - -// 596:190 -[com_190] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_107 -textfont=p12_full -text=Medium beard -textshadow=yes -colour=0xc9800d - -// 596:191 -[com_191] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_107 -graphic="miscgraphics,10" - -// 596:192 -[com_192] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_106 -textfont=p12_full -text=Long beard -textshadow=yes -colour=0xc9800d - -// 596:193 -[com_193] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_106 -graphic="miscgraphics,10" - -// 596:194 -[com_194] -type=text -x=20 -y=2 -width=124 -height=16 -layer=com_105 -textfont=p12_full -text=Goatee -textshadow=yes -colour=0xc9800d - -// 596:195 -[com_195] -type=graphic -x=3 -y=2 -width=36 -height=36 -layer=com_105 -graphic="miscgraphics,10" - -// 596:196 -[com_196] -type=graphic -x=406 -y=253 -width=42 -height=42 -graphic="player_kit_fancy_off,6" -op1=Confirm Purchase -onmouseover=script44(event_com, "player_kit_fancy,6") -onmouseleave=script299(interface_596:com_276, event_com, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_596:com_276, "Confirm Purchase", 25, 80) - -// 596:197 -[com_197] -type=text -y=41 -width=80 -height=32 -layer=com_198 -textfont=p12_full -text=2,000 Coins -textshadow=yes -colour=0xc9800d - -// 596:198 -[com_198] -type=layer -x=406 -y=253 -width=70 -height=71 - -// 596:199 -[com_199] -type=graphic -x=37 -y=62 -width=42 -height=42 -graphic="player_kit_fancy,4" -op1=Hair -onmouseleave=script40(interface_596:com_276) -onmouserepeat=script38(event_com, interface_596:com_276, "Show Hair Selections", 25, 80) -onclick=script369 - -// 596:200 -[com_200] -type=graphic -x=89 -y=62 -width=42 -height=42 -graphic="player_kit_fancy_off,3" -op1=Beard -onmouseleave=script40(interface_596:com_276) -onmouserepeat=script38(event_com, interface_596:com_276, "Show Beard Selections", 25, 80) -onclick=script370 - -// 596:201 -[com_201] -type=layer -x=198 -y=113 -width=16 -height=80 -scrollheight=400 -onload=script367 - -// 596:202 -[com_202] -type=layer -x=198 -y=113 -width=16 -height=80 -hide=yes -scrollheight=400 -onload=script368 - -// 596:203 -[com_203] -type=layer -x=381 -y=62 -width=95 -height=195 - -// 596:204 -[com_204] -type=rectangle -x=3 -y=4 -width=21 -height=21 -layer=com_203 -colour=0x300000 -fill=yes - -// 596:205 -[com_205] -type=rectangle -x=26 -y=4 -width=21 -height=21 -layer=com_203 -colour=0xb03838 -fill=yes - -// 596:206 -[com_206] -type=rectangle -x=49 -y=4 -width=21 -height=21 -layer=com_203 -colour=0x9f2800 -fill=yes - -// 596:207 -[com_207] -type=rectangle -x=72 -y=4 -width=21 -height=21 -layer=com_203 -colour=0xc88080 -fill=yes - -// 596:208 -[com_208] -type=rectangle -x=3 -y=27 -width=21 -height=21 -layer=com_203 -colour=0xcb823e -fill=yes - -// 596:209 -[com_209] -type=rectangle -x=26 -y=27 -width=21 -height=21 -layer=com_203 -colour=0xcdad53 -fill=yes - -// 596:210 -[com_210] -type=rectangle -x=49 -y=27 -width=21 -height=21 -layer=com_203 -colour=0xc06840 -fill=yes - -// 596:211 -[com_211] -type=rectangle -x=72 -y=27 -width=21 -height=21 -layer=com_203 -colour=0x50321e -fill=yes - -// 596:212 -[com_212] -type=rectangle -x=3 -y=50 -width=21 -height=21 -layer=com_203 -colour=0x302008 -fill=yes - -// 596:213 -[com_213] -type=rectangle -x=26 -y=50 -width=21 -height=21 -layer=com_203 -colour=0x885f29 -fill=yes - -// 596:214 -[com_214] -type=rectangle -x=49 -y=50 -width=21 -height=21 -layer=com_203 -colour=0x60b060 -fill=yes - -// 596:215 -[com_215] -type=rectangle -x=72 -y=50 -width=21 -height=21 -layer=com_203 -colour=0x008300 -fill=yes - -// 596:216 -[com_216] -type=rectangle -x=3 -y=73 -width=21 -height=21 -layer=com_203 -colour=0x183028 -fill=yes - -// 596:217 -[com_217] -type=rectangle -x=26 -y=73 -width=21 -height=21 -layer=com_203 -colour=0x181890 -fill=yes - -// 596:218 -[com_218] -type=rectangle -x=49 -y=73 -width=21 -height=21 -layer=com_203 -colour=0x008383 -fill=yes - -// 596:219 -[com_219] -type=rectangle -x=72 -y=73 -width=21 -height=21 -layer=com_203 -colour=0x68a8f8 -fill=yes - -// 596:220 -[com_220] -type=rectangle -x=26 -y=96 -width=21 -height=21 -layer=com_203 -colour=0x9860b0 -fill=yes - -// 596:221 -[com_221] -type=rectangle -x=3 -y=96 -width=21 -height=21 -layer=com_203 -colour=0xbe00c0 -fill=yes - -// 596:222 -[com_222] -type=rectangle -x=49 -y=96 -width=21 -height=21 -layer=com_203 -colour=0x581890 -fill=yes - -// 596:223 -[com_223] -type=rectangle -x=72 -y=96 -width=21 -height=21 -layer=com_203 -colour=0x2f2a2a -fill=yes - -// 596:224 -[com_224] -type=rectangle -x=3 -y=119 -width=21 -height=21 -layer=com_203 -colour=0x76756c -fill=yes - -// 596:225 -[com_225] -type=rectangle -x=26 -y=119 -width=21 -height=21 -layer=com_203 -colour=0xd6d1d1 -fill=yes - -// 596:226 -[com_226] -type=rectangle -x=49 -y=119 -width=21 -height=21 -layer=com_203 -colour=0x989878 -fill=yes - -// 596:227 -[com_227] -type=rectangle -x=72 -y=119 -width=21 -height=21 -layer=com_203 -colour=0x484038 -fill=yes - -// 596:228 -[com_228] -type=rectangle -x=3 -y=142 -width=21 -height=21 -layer=com_203 -colour=0x101010 -fill=yes - -// 596:229 -[com_229] -type=graphic -x=384 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Burgundy", 25, 40) -onclick=script402 - -// 596:230 -[com_230] -type=graphic -x=407 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Red", 25, 40) -onclick=script403 - -// 596:231 -[com_231] -type=graphic -x=430 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Vermillion", 25, 40) -onclick=script404 - -// 596:232 -[com_232] -type=graphic -x=453 -y=66 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Pink", 25, 40) -onclick=script405 - -// 596:233 -[com_233] -type=graphic -x=384 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Orange", 25, 40) -onclick=script406 - -// 596:234 -[com_234] -type=graphic -x=407 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Yellow", 25, 40) -onclick=script407 - -// 596:235 -[com_235] -type=graphic -x=430 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Peach", 25, 40) -onclick=script408 - -// 596:236 -[com_236] -type=graphic -x=453 -y=89 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Brown", 25, 40) -onclick=script409 - -// 596:237 -[com_237] -type=graphic -x=384 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Dark brown", 25, 40) -onclick=script410 - -// 596:238 -[com_238] -type=graphic -x=407 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Light brown", 25, 40) -onclick=script411 - -// 596:239 -[com_239] -type=graphic -x=430 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Mint green", 25, 40) -onclick=script412 - -// 596:240 -[com_240] -type=graphic -x=453 -y=112 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Green", 25, 40) -onclick=script413 - -// 596:241 -[com_241] -type=graphic -x=384 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Dark green", 25, 40) -onclick=script414 - -// 596:242 -[com_242] -type=graphic -x=407 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Dark blue", 25, 40) -onclick=script415 - -// 596:243 -[com_243] -type=graphic -x=430 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Turquoise", 25, 40) -onclick=script416 - -// 596:244 -[com_244] -type=graphic -x=453 -y=135 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Cyan", 25, 40) -onclick=script417 - -// 596:245 -[com_245] -type=graphic -x=384 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Purple", 25, 40) -onclick=script418 - -// 596:246 -[com_246] -type=graphic -x=407 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Violet", 25, 40) -onclick=script419 - -// 596:247 -[com_247] -type=graphic -x=430 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Indigo", 25, 40) -onclick=script420 - -// 596:248 -[com_248] -type=graphic -x=453 -y=158 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Dark grey", 25, 40) -onclick=script421 - -// 596:249 -[com_249] -type=graphic -x=384 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Military grey", 25, 40) -onclick=script422 - -// 596:250 -[com_250] -type=graphic -x=407 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "White", 25, 40) -onclick=script423 - -// 596:251 -[com_251] -type=graphic -x=430 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Light grey", 25, 40) -onclick=script424 - -// 596:252 -[com_252] -type=graphic -x=453 -y=181 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Taupe", 25, 40) -onclick=script425 - -// 596:253 -[com_253] -type=graphic -x=384 -y=204 -width=21 -height=21 -graphic=graphic_1041 -op1=Select -onmouseover=script44(event_com, graphic_1042) -onmouseleave=script299(interface_596:com_276, event_com, graphic_1041) -onmouserepeat=script38(event_com, interface_596:com_276, "Black", 25, 40) -onclick=script426 - -// 596:254 -[com_254] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 596:255 -[com_255] -type=layer -width=512 -height=334 - -// 596:256 -[com_256] -type=line -x=23 -y=111 -width=176 -layer=com_255 -colour=0x332b25 - -// 596:257 -[com_257] -type=line -x=23 -y=112 -height=82 -layer=com_255 -colour=0x332b25 - -// 596:258 -[com_258] -type=line -x=199 -y=112 -height=82 -layer=com_255 -colour=0x332b25 - -// 596:259 -[com_259] -type=line -x=24 -y=194 -width=174 -layer=com_255 -colour=0x332b25 - -// 596:260 -[com_260] -type=line -x=23 -y=197 -width=192 -layer=com_255 -colour=0x332b25 - -// 596:261 -[com_261] -type=line -x=23 -y=198 -height=110 -layer=com_255 -colour=0x332b25 - -// 596:262 -[com_262] -type=line -x=215 -y=198 -height=110 -layer=com_255 -colour=0x332b25 - -// 596:263 -[com_263] -type=line -x=23 -y=309 -width=192 -layer=com_255 -colour=0x332b25 - -// 596:264 -[com_264] -type=line -x=232 -y=61 -width=132 -layer=com_255 -colour=0x332b25 - -// 596:265 -[com_265] -type=line -x=232 -y=62 -height=244 -layer=com_255 -colour=0x332b25 - -// 596:266 -[com_266] -type=line -x=364 -y=62 -height=244 -layer=com_255 -colour=0x332b25 - -// 596:267 -[com_267] -type=line -x=232 -y=307 -width=132 -layer=com_255 -colour=0x332b25 - -// 596:268 -[com_268] -type=line -x=382 -y=64 -width=93 -layer=com_255 -colour=0x332b25 - -// 596:269 -[com_269] -type=line -x=382 -y=65 -height=160 -layer=com_255 -colour=0x332b25 - -// 596:270 -[com_270] -type=line -x=475 -y=65 -height=137 -layer=com_255 -colour=0x332b25 - -// 596:271 -[com_271] -type=line -x=382 -y=226 -width=24 -layer=com_255 -colour=0x332b25 - -// 596:272 -[com_272] -type=line -x=406 -y=203 -width=69 -layer=com_255 -colour=0x332b25 - -// 596:273 -[com_273] -type=line -x=406 -y=204 -height=21 -layer=com_255 -colour=0x332b25 - -// 596:274 -[com_274] -type=graphic -x=451 -y=261 -width=23 -height=23 -graphic="ame_confirm_button_no_back,0" -opbase= -op1=Confirm Purchase -onmouseover=script44(interface_596:com_196, "player_kit_fancy,6") -onmouseleave=script299(interface_596:com_276, interface_596:com_196, "player_kit_fancy_off,6") -onmouserepeat=script38(event_com, interface_596:com_276, "Confirm Purchase", 25, 80) - -// 596:275 -[com_275] -type=layer -width=512 -height=334 - -// 596:276 -[com_276] -type=layer -x=383 -y=65 -width=92 -height=160 -layer=com_275 -onmouseleave=script40(interface_596:com_276) - diff --git a/dumps/530/interface/interface_597.if3 b/dumps/530/interface/interface_597.if3 deleted file mode 100644 index 24a5cec28..000000000 --- a/dumps/530/interface/interface_597.if3 +++ /dev/null @@ -1,140 +0,0 @@ -// 597:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes -trans=150 - -// 597:1 -[com_1] -type=layer -y=491 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=proportion_top - -// 597:2 -[com_2] -type=text -x=9 -y=9 -width=70 -height=14 -layer=com_1 -textfont=p11_full -text=NPC Killcount -textshadow=yes -colour=0xff9933 - -// 597:3 -[com_3] -type=text -x=9 -y=33 -width=84 -height=15 -layer=com_1 -textfont=p11_full -text=Armadyl kills -textshadow=yes -colour=0xff9933 - -// 597:4 -[com_4] -type=text -x=9 -y=47 -width=84 -height=15 -layer=com_1 -textfont=p11_full -text=Bandos kills -textshadow=yes -colour=0xff9933 - -// 597:5 -[com_5] -type=text -x=9 -y=61 -width=95 -height=15 -layer=com_1 -textfont=p11_full -text=Saradomin kills -textshadow=yes -colour=0xff9933 - -// 597:6 -[com_6] -type=text -x=9 -y=75 -width=87 -height=15 -layer=com_1 -textfont=p11_full -text=Zamorak kills -textshadow=yes -colour=0xff9933 - -// 597:7 -[com_7] -type=text -x=110 -y=33 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 597:8 -[com_8] -type=text -x=110 -y=47 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 597:9 -[com_9] -type=text -x=110 -y=61 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 597:10 -[com_10] -type=text -x=110 -y=75 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - diff --git a/dumps/530/interface/interface_598.if3 b/dumps/530/interface/interface_598.if3 deleted file mode 100644 index 40e07e518..000000000 --- a/dumps/530/interface/interface_598.if3 +++ /dev/null @@ -1,140 +0,0 @@ -// 598:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes -trans=100 - -// 598:1 -[com_1] -type=layer -y=491 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=proportion_top - -// 598:2 -[com_2] -type=text -x=9 -y=9 -width=70 -height=14 -layer=com_1 -textfont=p11_full -text=NPC Killcount -textshadow=yes -colour=0xff9933 - -// 598:3 -[com_3] -type=text -x=9 -y=33 -width=84 -height=15 -layer=com_1 -textfont=p11_full -text=Armadyl kills -textshadow=yes -colour=0xff9933 - -// 598:4 -[com_4] -type=text -x=9 -y=47 -width=84 -height=15 -layer=com_1 -textfont=p11_full -text=Bandos kills -textshadow=yes -colour=0xff9933 - -// 598:5 -[com_5] -type=text -x=9 -y=61 -width=95 -height=15 -layer=com_1 -textfont=p11_full -text=Saradomin kills -textshadow=yes -colour=0xff9933 - -// 598:6 -[com_6] -type=text -x=9 -y=75 -width=87 -height=15 -layer=com_1 -textfont=p11_full -text=Zamorak kills -textshadow=yes -colour=0xff9933 - -// 598:7 -[com_7] -type=text -x=110 -y=33 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 598:8 -[com_8] -type=text -x=110 -y=47 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 598:9 -[com_9] -type=text -x=110 -y=61 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 598:10 -[com_10] -type=text -x=110 -y=75 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - diff --git a/dumps/530/interface/interface_599.if3 b/dumps/530/interface/interface_599.if3 deleted file mode 100644 index 311263c43..000000000 --- a/dumps/530/interface/interface_599.if3 +++ /dev/null @@ -1,138 +0,0 @@ -// 599:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes -trans=150 - -// 599:1 -[com_1] -type=layer -y=491 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=proportion_top - -// 599:2 -[com_2] -type=text -x=9 -y=9 -width=70 -height=14 -layer=com_1 -textfont=p11_full -text=NPC Killcount -textshadow=yes -colour=0xff9933 - -// 599:3 -[com_3] -type=text -x=9 -y=33 -width=84 -height=15 -layer=com_1 -textfont=p11_full -text=Armadyl kills -textshadow=yes -colour=0xff9933 - -// 599:4 -[com_4] -type=text -x=9 -y=47 -width=84 -height=15 -layer=com_1 -textfont=p11_full -text=Bandos kills -textshadow=yes -colour=0xff9933 - -// 599:5 -[com_5] -type=text -x=9 -y=61 -width=95 -height=15 -layer=com_1 -textfont=p11_full -text=Saradomin kills -textshadow=yes -colour=0xff9933 - -// 599:6 -[com_6] -type=text -x=9 -y=75 -width=87 -height=15 -layer=com_1 -textfont=p11_full -text=Zamorak kills -textshadow=yes -colour=0xff9933 - -// 599:7 -[com_7] -type=text -x=110 -y=33 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 599:8 -[com_8] -type=text -x=110 -y=47 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 599:9 -[com_9] -type=text -x=110 -y=61 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 599:10 -[com_10] -type=text -x=110 -y=75 -width=32 -height=15 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - diff --git a/dumps/530/interface/interface_6.if3 b/dumps/530/interface/interface_6.if3 deleted file mode 100644 index 3ac89bac6..000000000 --- a/dumps/530/interface/interface_6.if3 +++ /dev/null @@ -1,546 +0,0 @@ -// 6:0 -[com_0] -type=layer -width=512 -height=334 -op10= - -// 6:1 -[com_1] -type=layer -width=512 -height=334 - -// 6:2 -[com_2] -type=model -x=13 -y=21 -width=54 -height=55 -layer=com_10 -model=model_3664 -modelorigin_x=-4 -modelorigin_y=5 -modelangle_x=197 -modelangle_y=1913 -modelangle_z=0 -modelzoom=335 -unknown100=65232 -unknown101=688 - -// 6:3 -[com_3] -type=text -x=3 -width=70 -height=21 -layer=com_10 -textfont=p11_full -text=Pirate's hook (800) -textalignh=1 -textshadow=yes -colour=0x888888 -onload=script1962(event_com, 800) -oninvtransmit=script1962(event_com, 800) -oninvtransmitlist=inv_93 - -// 6:4 -[com_4] -type=model -x=4 -y=22 -width=58 -height=49 -layer=com_9 -model=model_2364 -modelorigin_x=12 -modelorigin_y=5 -modelangle_x=539 -modelangle_y=1735 -modelangle_z=0 -modelzoom=400 -unknown100=65155 -unknown101=802 - -// 6:5 -[com_5] -type=text -width=70 -height=21 -layer=com_9 -textfont=p11_full -text=Snapdragon (10) -textalignh=1 -textshadow=yes -colour=0x888888 -onload=script1962(event_com, 10) -oninvtransmit=script1962(event_com, 10) -oninvtransmitlist=inv_93 - -// 6:6 -[com_6] -type=model -x=2 -y=21 -width=58 -height=49 -layer=com_8 -model=model_2364 -modelorigin_x=12 -modelorigin_y=5 -modelangle_x=539 -modelangle_y=1735 -modelangle_z=0 -modelzoom=400 -unknown100=65155 -unknown101=802 - -// 6:7 -[com_7] -type=text -x=6 -width=54 -height=20 -layer=com_8 -textfont=p11_full -text=Toadflax (3) -textalignh=1 -textshadow=yes -colour=0x888888 -onload=script1962(event_com, 3) -oninvtransmit=script1962(event_com, 3) -oninvtransmitlist=inv_93 - -// 6:8 -[com_8] -type=layer -x=64 -y=208 -width=65 -height=72 -layer=com_1 -op1=Buy - -// 6:9 -[com_9] -type=layer -x=166 -y=209 -width=65 -height=72 -layer=com_1 -op1=Buy - -// 6:10 -[com_10] -type=layer -x=344 -y=211 -width=76 -height=76 -layer=com_1 -op1=Buy - -// 6:11 -[com_11] -type=text -x=2 -y=1 -width=70 -height=21 -layer=com_25 -textfont=p11_full -text=Experience (1000) -textalignh=1 -textshadow=yes -colour=0x888888 -onload=script1962(event_com, 1000) -oninvtransmit=script1962(event_com, 1000) -oninvtransmitlist=inv_93 - -// 6:12 -[com_12] -type=model -x=13 -y=26 -width=52 -height=68 -layer=com_25 -model=model_3328 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=526 -modelangle_y=2042 -modelangle_z=0 -modelzoom=704 -unknown100=64792 -unknown101=1409 - -// 6:13 -[com_13] -type=text -x=2 -y=1 -width=70 -height=21 -layer=com_24 -textfont=p11_full -text=Experience (100) -textalignh=1 -textshadow=yes -colour=0x888888 -onload=script1962(event_com, 100) -oninvtransmit=script1962(event_com, 100) -oninvtransmitlist=inv_93 - -// 6:14 -[com_14] -type=model -x=13 -y=26 -width=52 -height=68 -layer=com_24 -model=model_3328 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=526 -modelangle_y=2042 -modelangle_z=0 -modelzoom=704 -unknown100=64792 -unknown101=1409 - -// 6:15 -[com_15] -type=model -x=12 -y=26 -width=52 -height=68 -layer=com_23 -model=model_3328 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=526 -modelangle_y=2042 -modelangle_z=0 -modelzoom=704 -unknown100=64792 -unknown101=1409 - -// 6:16 -[com_16] -type=text -x=1 -y=1 -width=70 -height=21 -layer=com_23 -textfont=p11_full -text=Experience (25) -textalignh=1 -textshadow=yes -colour=0x888888 -onload=script1962(event_com, 25) -oninvtransmit=script1962(event_com, 25) -oninvtransmitlist=inv_93 - -// 6:17 -[com_17] -type=text -x=2 -width=70 -height=21 -layer=com_22 -textfont=p11_full -text=Experience (10) -textalignh=1 -textshadow=yes -colour=0x888888 -onload=script1962(event_com, 10) -oninvtransmit=script1962(event_com, 10) -oninvtransmitlist=inv_93 - -// 6:18 -[com_18] -type=model -x=13 -y=25 -width=52 -height=68 -layer=com_22 -model=model_3328 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=526 -modelangle_y=2042 -modelangle_z=0 -modelzoom=704 -unknown100=64792 -unknown101=1409 - -// 6:19 -[com_19] -type=text -width=70 -height=21 -layer=com_21 -textfont=p11_full -text=Experience (1) -textalignh=1 -textshadow=yes -colour=0x888888 -onload=script1962(event_com, 1) -oninvtransmit=script1962(event_com, 1) -oninvtransmitlist=inv_93 - -// 6:20 -[com_20] -type=model -x=11 -y=25 -width=52 -height=68 -layer=com_21 -model=model_3328 -modelorigin_x=-3 -modelorigin_y=-2 -modelangle_x=526 -modelangle_y=2042 -modelangle_z=0 -modelzoom=704 -unknown100=64792 -unknown101=1409 - -// 6:21 -[com_21] -type=layer -x=30 -y=79 -width=73 -height=95 -layer=com_1 -op1=Buy - -// 6:22 -[com_22] -type=layer -x=120 -y=79 -width=73 -height=95 -layer=com_1 -op1=Buy - -// 6:23 -[com_23] -type=layer -x=213 -y=78 -width=73 -height=95 -layer=com_1 -op1=Buy - -// 6:24 -[com_24] -type=layer -x=304 -y=78 -width=73 -height=95 -layer=com_1 -op1=Buy - -// 6:25 -[com_25] -type=layer -x=396 -y=78 -width=73 -height=95 -layer=com_1 -op1=Buy - -// 6:26 -[com_26] -type=rectangle -x=17 -y=25 -width=552 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 6:27 -[com_27] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 6:28 -[com_28] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 6:29 -[com_29] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 6:30 -[com_30] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 6:31 -[com_31] -type=graphic -x=44 -y=7 -width=424 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 6:32 -[com_32] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 6:33 -[com_33] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -op10= -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 6:34 -[com_34] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 6:35 -[com_35] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 6:36 -[com_36] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 6:37 -[com_37] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 6:38 -[com_38] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 6:39 -[com_39] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 6:40 -[com_40] -type=text -x=21 -y=29 -width=469 -height=18 -layer=com_0 -textfont=b12_full -text=Brimhaven Agility Arena Ticket Exchange -textalignh=1 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_60.if3 b/dumps/530/interface/interface_60.if3 deleted file mode 100644 index 318c727a7..000000000 --- a/dumps/530/interface/interface_60.if3 +++ /dev/null @@ -1,190 +0,0 @@ -// 60:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 60:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 60:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 60:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 60:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 60:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 60:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 60:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 60:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 60:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 60:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 60:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 60:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 60:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 60:14 -[com_14] -type=text -x=28 -y=29 -width=454 -height=18 -textfont=b12_full -text=Castle Wars Ticket Exchange -textalignh=1 -textshadow=yes -colour=0xff981f - -// 60:15 -[com_15] -type=text -x=79 -y=67 -width=392 -height=18 -textfont=p12_full -text=Use tickets to buy: -textshadow=yes -colour=0xff981f - -// 60:16 -[com_16] -type=text -x=80 -y=233 -width=392 -height=18 -textfont=p12_full -text=Use coins to buy: -textshadow=yes -colour=0xff981f - -// 60:17 -[com_17] -type=layer -x=79 -y=87 -width=358 -height=141 - -// 60:18 -[com_18] -type=layer -x=80 -y=253 -width=359 -height=46 - diff --git a/dumps/530/interface/interface_600.if3 b/dumps/530/interface/interface_600.if3 deleted file mode 100644 index 39e90d27f..000000000 --- a/dumps/530/interface/interface_600.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 600:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 600:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 600:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 600:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 600:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 600:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 600:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 600:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 600:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 600:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 600:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 600:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 600:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_600:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_600:com_12, "v2_stone_close_button,0") -onop=script29 - -// 600:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 600:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=This way leads into the Wilderness and is only
one way! Are you sure you want to go down here? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 600:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 600:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 600:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Yes, I'm fearless -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 600:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=Nope, that doesn't seem like a sensible
thing to do -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 600:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 600:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_600:com_20, 25) -onclick=script163(interface_600:com_20) -onvartransmitlist=varplayer_1047 - -// 600:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_601.if3 b/dumps/530/interface/interface_601.if3 deleted file mode 100644 index 3dca4072a..000000000 --- a/dumps/530/interface/interface_601.if3 +++ /dev/null @@ -1,135 +0,0 @@ -// 601:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right - -// 601:1 -[com_1] -type=text -x=64 -y=6 -width=70 -height=14 -xmode=abs_right -layer=com_0 -textfont=p11_full -text=NPC Killcount -textshadow=yes -colour=0xff9933 - -// 601:2 -[com_2] -type=text -x=50 -y=30 -width=84 -height=15 -xmode=abs_right -layer=com_0 -textfont=p11_full -text=Armadyl kills -textshadow=yes -colour=0xff9933 - -// 601:3 -[com_3] -type=text -x=50 -y=44 -width=84 -height=15 -xmode=abs_right -layer=com_0 -textfont=p11_full -text=Bandos kills -textshadow=yes -colour=0xff9933 - -// 601:4 -[com_4] -type=text -x=39 -y=58 -width=95 -height=15 -xmode=abs_right -layer=com_0 -textfont=p11_full -text=Saradomin kills -textshadow=yes -colour=0xff9933 - -// 601:5 -[com_5] -type=text -x=47 -y=72 -width=87 -height=15 -xmode=abs_right -layer=com_0 -textfont=p11_full -text=Zamorak kills -textshadow=yes -colour=0xff9933 - -// 601:6 -[com_6] -type=text -x=1 -y=30 -width=32 -height=15 -xmode=abs_right -layer=com_0 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 601:7 -[com_7] -type=text -x=1 -y=44 -width=32 -height=15 -xmode=abs_right -layer=com_0 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 601:8 -[com_8] -type=text -x=1 -y=58 -width=32 -height=15 -xmode=abs_right -layer=com_0 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - -// 601:9 -[com_9] -type=text -x=1 -y=72 -width=32 -height=15 -xmode=abs_right -layer=com_0 -textfont=p11_full -text=0 -textshadow=yes -colour=0x66ffff - diff --git a/dumps/530/interface/interface_602.if3 b/dumps/530/interface/interface_602.if3 deleted file mode 100644 index a3e5380d1..000000000 --- a/dumps/530/interface/interface_602.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 602:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_603.if3 b/dumps/530/interface/interface_603.if3 deleted file mode 100644 index 0a7c362ec..000000000 --- a/dumps/530/interface/interface_603.if3 +++ /dev/null @@ -1,273 +0,0 @@ -// 603:0 -[com_0] -type=rectangle -width=700 -height=400 -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes - -// 603:1 -[com_1] -type=model -x=69 -y=-43 -width=318 -height=497 -layer=com_3 -model=model_28319 -modelorigin_x=18 -modelorigin_y=-40 -modelangle_x=306 -modelangle_y=2047 -modelangle_z=0 -modelzoom=211 -unknown100=64818 -unknown101=3000 - -// 603:2 -[com_2] -type=model -x=199 -y=116 -width=118 -height=126 -layer=com_3 -model=model_28330 -modelorigin_x=3 -modelorigin_y=18 -modelangle_x=381 -modelangle_y=1951 -modelangle_z=0 -modelzoom=528 -modelanim=seq_7141 -unknown100=64193 -unknown101=3000 - -// 603:3 -[com_3] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 603:4 -[com_4] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_5 - -// 603:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 603:6 -[com_6] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_4 - -// 603:7 -[com_7] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_4 - -// 603:8 -[com_8] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_4 - -// 603:9 -[com_9] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_4 - -// 603:10 -[com_10] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_4 - -// 603:11 -[com_11] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_7 -graphic=tradebacking -tiling=yes -outline=2 - -// 603:12 -[com_12] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_6 -graphic=tradebacking -tiling=yes -outline=2 - -// 603:13 -[com_13] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_8 -graphic=tradebacking -tiling=yes -outline=2 - -// 603:14 -[com_14] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_9 -graphic=tradebacking -tiling=yes -outline=2 - -// 603:15 -[com_15] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 603:16 -[com_16] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 603:17 -[com_17] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 603:18 -[com_18] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 603:19 -[com_19] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 603:20 -[com_20] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 603:21 -[com_21] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 603:22 -[com_22] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - diff --git a/dumps/530/interface/interface_604.if3 b/dumps/530/interface/interface_604.if3 deleted file mode 100644 index 81822b412..000000000 --- a/dumps/530/interface/interface_604.if3 +++ /dev/null @@ -1,77 +0,0 @@ -// 604:0 -[com_0] -type=rectangle -x=-1 -width=514 -height=335 -colour=0x2a1e06 -fill=yes - -// 604:1 -[com_1] -type=model -x=211 -y=132 -width=32 -height=32 -model=model_17186 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=130 -modelangle_y=1814 -modelangle_z=0 -modelzoom=651 -unknown100=0 -unknown101=3000 - -// 604:2 -[com_2] -type=model -x=238 -y=137 -width=32 -height=32 -model=model_28325 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=130 -modelangle_y=1814 -modelangle_z=0 -modelzoom=684 -unknown100=0 -unknown101=3000 - -// 604:3 -[com_3] -type=model -x=186 -y=173 -width=32 -height=32 -model=model_28321 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=102 -modelangle_y=1837 -modelangle_z=0 -modelzoom=638 -unknown100=0 -unknown101=3000 - -// 604:4 -[com_4] -type=model -x=238 -y=148 -width=32 -height=32 -model=model_28318 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=93 -modelangle_y=1843 -modelangle_z=0 -modelzoom=686 -unknown100=0 -unknown101=3000 - diff --git a/dumps/530/interface/interface_605.if3 b/dumps/530/interface/interface_605.if3 deleted file mode 100644 index 1f55e25ef..000000000 --- a/dumps/530/interface/interface_605.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 605:0 -[com_0] -type=model -width=20679 -height=23503 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_2 -model=model_28320 -modelorigin_x=-24 -modelorigin_y=14 -modelangle_x=0 -modelangle_y=2044 -modelangle_z=0 -modelzoom=266 -unknown100=64867 -unknown101=3000 -modelobjwidth=646 -modelobjheight=479 -onload=script510 -ontimer=script511 - -// 605:1 -[com_1] -type=model -width=16807 -height=19088 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_2 -model=model_4835 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -modelanim=seq_1378 -unknown100=64936 -unknown101=3000 -modelobjwidth=525 -modelobjheight=389 -op10= - -// 605:2 -[com_2] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - diff --git a/dumps/530/interface/interface_606.if3 b/dumps/530/interface/interface_606.if3 deleted file mode 100644 index 6860128a4..000000000 --- a/dumps/530/interface/interface_606.if3 +++ /dev/null @@ -1,282 +0,0 @@ -// 606:0 -[com_0] -type=rectangle -x=2 -width=16487 -height=16341 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes - -// 606:1 -[com_1] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 606:2 -[com_2] -type=model -x=-889 -y=1871 -width=318 -height=497 -xmode=proportion_centre -ymode=proportion_centre -layer=com_1 -model=model_28319 -modelorigin_x=18 -modelorigin_y=-40 -modelangle_x=306 -modelangle_y=2047 -modelangle_z=0 -modelzoom=211 -unknown100=64825 -unknown101=3000 - -// 606:3 -[com_3] -type=model -x=871 -y=595 -width=166 -height=127 -xmode=proportion_centre -ymode=proportion_centre -layer=com_1 -model=model_28330 -modelorigin_x=-22 -modelorigin_y=18 -modelangle_x=381 -modelangle_y=1951 -modelangle_z=0 -modelzoom=528 -modelanim=seq_7140 -unknown100=64198 -unknown101=3000 - -// 606:4 -[com_4] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 606:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 - -// 606:6 -[com_6] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 606:7 -[com_7] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 606:8 -[com_8] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 606:9 -[com_9] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 606:10 -[com_10] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 606:11 -[com_11] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 606:12 -[com_12] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 606:13 -[com_13] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 606:14 -[com_14] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_5 - -// 606:15 -[com_15] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_5 - -// 606:16 -[com_16] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_5 - -// 606:17 -[com_17] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_5 - -// 606:18 -[com_18] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_5 - -// 606:19 -[com_19] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_15 -graphic=tradebacking -tiling=yes -outline=2 - -// 606:20 -[com_20] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_14 -graphic=tradebacking -tiling=yes -outline=2 - -// 606:21 -[com_21] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - -// 606:22 -[com_22] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_607.if3 b/dumps/530/interface/interface_607.if3 deleted file mode 100644 index 03b4e653e..000000000 --- a/dumps/530/interface/interface_607.if3 +++ /dev/null @@ -1,320 +0,0 @@ -// 607:0 -[com_0] -type=model -x=-655 -y=-527 -width=1742 -height=1073 -layer=com_5 -model=model_28314 -modelorigin_x=-9 -modelorigin_y=536 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=150 -unknown100=65248 -unknown101=3000 - -// 607:1 -[com_1] -type=model -x=-187 -y=9 -width=417 -height=457 -layer=com_5 -model=model_28327 -modelorigin_x=62 -modelorigin_y=-78 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -modelanim=seq_7131 -unknown100=64251 -unknown101=3000 - -// 607:2 -[com_2] -type=model -x=-263 -y=6 -width=686 -height=618 -layer=com_5 -model=model_28329 -modelorigin_x=0 -modelorigin_y=-140 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -modelanim=seq_7132 -unknown100=64244 -unknown101=3000 - -// 607:3 -[com_3] -type=model -x=-64 -y=183 -width=453 -height=463 -layer=com_5 -model=model_28328 -modelorigin_x=-68 -modelorigin_y=-213 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -modelanim=seq_7129 -unknown100=64219 -unknown101=3000 - -// 607:4 -[com_4] -type=model -x=45 -y=-91 -width=588 -height=395 -layer=com_5 -model=model_28326 -modelorigin_x=-321 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=88 -modelzoom=759 -modelanim=seq_7130 -unknown100=64159 -unknown101=3000 - -// 607:5 -[com_5] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 607:6 -[com_6] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 607:7 -[com_7] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_6 - -// 607:8 -[com_8] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 607:9 -[com_9] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 607:10 -[com_10] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 607:11 -[com_11] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 607:12 -[com_12] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 607:13 -[com_13] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 607:14 -[com_14] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 607:15 -[com_15] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 607:16 -[com_16] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_7 - -// 607:17 -[com_17] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_7 - -// 607:18 -[com_18] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_7 - -// 607:19 -[com_19] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_7 - -// 607:20 -[com_20] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_7 - -// 607:21 -[com_21] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - -// 607:22 -[com_22] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - -// 607:23 -[com_23] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_18 -graphic=tradebacking -tiling=yes -outline=2 - -// 607:24 -[com_24] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_19 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_608.if3 b/dumps/530/interface/interface_608.if3 deleted file mode 100644 index 3b8251eca..000000000 --- a/dumps/530/interface/interface_608.if3 +++ /dev/null @@ -1,72 +0,0 @@ -// 608:0 -[com_0] -type=model -x=-51 -y=-7 -width=18279 -height=16734 -widthmode=proportion -heightmode=proportion -layer=com_1 -model=model_18140 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=577 -unknown100=64273 -unknown101=3000 -modelobjwidth=571 -modelobjheight=341 - -// 608:1 -[com_1] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - -// 608:2 -[com_2] -type=model -x=-5 -y=3 -width=6380 -height=10593 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_3 -model=model_28488 -modelorigin_x=-17 -modelorigin_y=125 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63981 -unknown101=3000 -modelobjwidth=198 -modelobjheight=252 -ontimer=script66(0, 1, 0, event_com) - -// 608:3 -[com_3] -type=layer -x=18 -y=-28 -width=16295 -height=19138 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -opbase=mmm - diff --git a/dumps/530/interface/interface_609.if3 b/dumps/530/interface/interface_609.if3 deleted file mode 100644 index d05b81a93..000000000 --- a/dumps/530/interface/interface_609.if3 +++ /dev/null @@ -1,111 +0,0 @@ -// 609:0 -[com_0] -type=model -x=-40 -y=-158 -width=55751 -height=52641 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 -model=model_28314 -modelorigin_x=-9 -modelorigin_y=536 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=150 -unknown100=64851 -unknown101=3000 -modelobjwidth=1742 -modelobjheight=1073 - -// 609:1 -[com_1] -type=model -x=-122 -y=237 -width=9031 -height=38759 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 -model=model_28327 -modelorigin_x=-51 -modelorigin_y=-245 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -modelanim=seq_7134 -unknown100=64085 -unknown101=3000 -modelobjwidth=282 -modelobjheight=790 - -// 609:2 -[com_2] -type=model -x=75 -y=-4 -width=5863 -height=15409 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 -model=model_28329 -modelorigin_x=-251 -modelorigin_y=12 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -modelanim=seq_7137 -unknown100=64073 -unknown101=3000 -modelobjwidth=183 -modelobjheight=314 - -// 609:3 -[com_3] -type=model -x=-76 -y=166 -width=7463 -height=31156 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 -model=model_28328 -modelorigin_x=-86 -modelorigin_y=-132 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -modelanim=seq_7135 -unknown100=64040 -unknown101=3000 -modelobjwidth=233 -modelobjheight=635 - -// 609:4 -[com_4] -type=layer -x=7 -y=7 -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_61.if3 b/dumps/530/interface/interface_61.if3 deleted file mode 100644 index e56f4a0b0..000000000 --- a/dumps/530/interface/interface_61.if3 +++ /dev/null @@ -1,781 +0,0 @@ -// 61:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 61:1 -[com_1] -type=model -x=-4 -y=-3 -width=521 -height=346 -layer=com_0 -model=model_9371 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=513 -modelangle_y=0 -modelangle_z=0 -modelzoom=191 -unknown100=64647 -unknown101=3000 - -// 61:2 -[com_2] -type=rectangle -x=2 -y=68 -width=508 -height=172 -layer=com_0 -colour=0x202020 -fill=yes - -// 61:3 -[com_3] -type=rectangle -x=7 -y=74 -width=499 -height=164 -layer=com_0 -colour=0x404040 -fill=yes - -// 61:4 -[com_4] -type=layer -x=11 -y=31 -width=488 -height=36 -layer=com_0 - -// 61:5 -[com_5] -type=model -x=7 -y=97 -width=83 -height=80 -layer=com_0 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=63996 -unknown101=3000 - -// 61:6 -[com_6] -type=model -x=90 -y=97 -width=83 -height=80 -layer=com_0 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=63996 -unknown101=3000 - -// 61:7 -[com_7] -type=model -x=173 -y=97 -width=83 -height=80 -layer=com_0 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=63996 -unknown101=3000 - -// 61:8 -[com_8] -type=model -x=256 -y=97 -width=83 -height=80 -layer=com_0 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=63996 -unknown101=3000 - -// 61:9 -[com_9] -type=model -x=340 -y=98 -width=83 -height=80 -layer=com_0 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=63996 -unknown101=3000 - -// 61:10 -[com_10] -type=model -x=424 -y=97 -width=83 -height=80 -layer=com_0 -model=model_3041 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=400 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=63996 -unknown101=3000 - -// 61:11 -[com_11] -type=text -x=43 -y=113 -width=9 -height=14 -layer=com_0 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 - -// 61:12 -[com_12] -type=text -x=126 -y=113 -width=9 -height=14 -layer=com_0 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 - -// 61:13 -[com_13] -type=text -x=210 -y=113 -width=9 -height=14 -layer=com_0 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 - -// 61:14 -[com_14] -type=text -x=292 -y=114 -width=9 -height=14 -layer=com_0 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 - -// 61:15 -[com_15] -type=text -x=376 -y=114 -width=9 -height=14 -layer=com_0 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 - -// 61:16 -[com_16] -type=text -x=460 -y=114 -width=9 -height=14 -layer=com_0 -textfont=b12_full -text=A -textalignh=1 -colour=0x505050 - -// 61:17 -[com_17] -type=model -x=76 -y=-26 -width=361 -height=93 -layer=com_0 -model=model_9372 -modelorigin_x=-17 -modelorigin_y=7 -modelangle_x=396 -modelangle_y=6 -modelangle_z=0 -modelzoom=278 -unknown100=64376 -unknown101=3000 - -// 61:18 -[com_18] -type=graphic -x=15 -y=194 -width=31 -height=24 -layer=com_0 -graphic=leftarrow_small -op1=Previous - -// 61:19 -[com_19] -type=graphic -x=51 -y=194 -width=31 -height=24 -layer=com_0 -graphic=rightarrow_small -op1=Next - -// 61:20 -[com_20] -type=graphic -x=97 -y=194 -width=32 -height=25 -layer=com_0 -graphic=leftarrow_small -op1=Previous - -// 61:21 -[com_21] -type=graphic -x=133 -y=194 -width=32 -height=25 -layer=com_0 -graphic=rightarrow_small -op1=Next - -// 61:22 -[com_22] -type=graphic -x=179 -y=194 -width=32 -height=25 -layer=com_0 -graphic=leftarrow_small -op1=Previous - -// 61:23 -[com_23] -type=graphic -x=216 -y=194 -width=32 -height=25 -layer=com_0 -graphic=rightarrow_small -op1=Next - -// 61:24 -[com_24] -type=graphic -x=264 -y=194 -width=32 -height=25 -layer=com_0 -graphic=leftarrow_small -op1=Previous - -// 61:25 -[com_25] -type=graphic -x=300 -y=194 -width=32 -height=25 -layer=com_0 -graphic=rightarrow_small -op1=Next - -// 61:26 -[com_26] -type=graphic -x=348 -y=194 -width=32 -height=25 -layer=com_0 -graphic=leftarrow_small -op1=Previous - -// 61:27 -[com_27] -type=graphic -x=384 -y=194 -width=32 -height=25 -layer=com_0 -graphic=rightarrow_small -op1=Next - -// 61:28 -[com_28] -type=graphic -x=468 -y=193 -width=32 -height=25 -layer=com_0 -graphic=rightarrow_small -op1=Next - -// 61:29 -[com_29] -type=graphic -x=433 -y=193 -width=32 -height=25 -layer=com_0 -graphic=leftarrow_small -op1=Previous - -// 61:30 -[com_30] -type=graphic -x=482 -y=5 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -onmouseover=script44(interface_61:com_30, "close_buttons,5") -onmouseleave=script44(interface_61:com_30, "close_buttons,4") -onclick=script29 - -// 61:31 -[com_31] -type=text -x=160 -y=36 -width=206 -height=14 -layer=com_0 -textfont=b12_full -text=Name Your Cat -textalignh=1 -textshadow=yes -colour=0xffaa44 - -// 61:32 -[com_32] -type=rectangle -x=193 -y=262 -width=128 -height=32 -layer=com_0 -colour=0x404040 -fill=yes -op1=Confirm - -// 61:33 -[com_33] -type=text -x=200 -y=269 -width=114 -height=14 -layer=com_0 -textfont=b12_full -text=E N T E R -textalignh=1 -colour=0xffaa44 - -// 61:34 -[com_34] -type=model -x=42 -y=238 -width=80 -height=86 -layer=com_0 -model=model_9426 -modelorigin_x=-40 -modelorigin_y=132 -modelangle_x=11 -modelangle_y=1941 -modelangle_z=0 -modelzoom=400 -unknown100=64342 -unknown101=3000 - -// 61:35 -[com_35] -type=model -x=400 -y=236 -width=70 -height=87 -layer=com_0 -model=model_3006 -modelorigin_x=50 -modelorigin_y=132 -modelangle_x=11 -modelangle_y=128 -modelangle_z=0 -modelzoom=400 -unknown100=64338 -unknown101=3000 - -// 61:36 -[com_36] -type=model -x=80 -y=265 -width=8 -height=8 -layer=com_0 -model=model_9373 -modelorigin_x=1 -modelorigin_y=-3 -modelangle_x=612 -modelangle_y=77 -modelangle_z=0 -modelzoom=491 -unknown100=64138 -unknown101=3000 - -// 61:37 -[com_37] -type=model -x=101 -y=268 -width=6 -height=6 -layer=com_0 -model=model_9373 -modelorigin_x=1 -modelorigin_y=-3 -modelangle_x=612 -modelangle_y=77 -modelangle_z=0 -modelzoom=550 -unknown100=64099 -unknown101=3000 - -// 61:38 -[com_38] -type=model -x=428 -y=264 -width=8 -height=7 -layer=com_0 -model=model_9373 -modelorigin_x=1 -modelorigin_y=-2 -modelangle_x=612 -modelangle_y=77 -modelangle_z=0 -modelzoom=427 -unknown100=64188 -unknown101=3000 - -// 61:39 -[com_39] -type=model -x=410 -y=267 -width=6 -height=6 -layer=com_0 -model=model_9373 -modelorigin_x=1 -modelorigin_y=-3 -modelangle_x=612 -modelangle_y=77 -modelangle_z=0 -modelzoom=521 -unknown100=64117 -unknown101=3000 - -// 61:40 -[com_40] -type=layer -x=479 -y=2 -width=32 -height=32 -layer=com_0 -hide=yes - -// 61:41 -[com_41] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 61:42 -[com_42] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_41 - -// 61:43 -[com_43] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 61:44 -[com_44] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 61:45 -[com_45] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 61:46 -[com_46] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 61:47 -[com_47] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 61:48 -[com_48] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 61:49 -[com_49] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 61:50 -[com_50] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 61:51 -[com_51] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_42 - -// 61:52 -[com_52] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_42 - -// 61:53 -[com_53] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_42 - -// 61:54 -[com_54] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_42 - -// 61:55 -[com_55] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_42 - -// 61:56 -[com_56] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_52 -graphic=tradebacking -tiling=yes -outline=2 - -// 61:57 -[com_57] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - -// 61:58 -[com_58] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_53 -graphic=tradebacking -tiling=yes -outline=2 - -// 61:59 -[com_59] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_610.if3 b/dumps/530/interface/interface_610.if3 deleted file mode 100644 index 16ece46cc..000000000 --- a/dumps/530/interface/interface_610.if3 +++ /dev/null @@ -1,20 +0,0 @@ -// 610:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 610:1 -[com_1] -type=rectangle -width=1 -height=16391 -heightmode=proportion -layer=com_0 -colour=0x000000 -fill=yes -onload=script513 -ontimer=script514 - diff --git a/dumps/530/interface/interface_611.if3 b/dumps/530/interface/interface_611.if3 deleted file mode 100644 index 18c384d0e..000000000 --- a/dumps/530/interface/interface_611.if3 +++ /dev/null @@ -1,68 +0,0 @@ -// 611:0 -[com_0] -type=rectangle -width=16455 -height=16489 -widthmode=proportion -heightmode=proportion -colour=0x46341d -fill=yes -trans=160 - -// 611:1 -[com_1] -type=model -x=262 -y=3 -width=187 -height=324 -layer=com_4 -model=model_28324 -modelorigin_x=-2 -modelorigin_y=4 -modelangle_x=535 -modelangle_y=2038 -modelangle_z=0 -modelzoom=679 -unknown100=64039 -unknown101=3000 - -// 611:2 -[com_2] -type=model -x=28 -y=3 -width=187 -height=324 -layer=com_4 -model=model_28316 -modelorigin_x=-2 -modelorigin_y=4 -modelangle_x=535 -modelangle_y=2038 -modelangle_z=0 -modelzoom=679 -unknown100=64038 -unknown101=3000 - -// 611:3 -[com_3] -type=graphic -x=461 -y=17 -width=26 -height=23 -layer=com_4 -graphic="close_buttons,6" -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onclick=script29 - -// 611:4 -[com_4] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_612.if3 b/dumps/530/interface/interface_612.if3 deleted file mode 100644 index df88ce8d0..000000000 --- a/dumps/530/interface/interface_612.if3 +++ /dev/null @@ -1,56 +0,0 @@ -// 612:0 -[com_0] -type=rectangle -y=1 -width=514 -height=336 -colour=0x46341d -fill=yes -trans=160 - -// 612:1 -[com_1] -type=model -x=30 -y=16 -width=179 -height=306 -model=model_28316 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=535 -modelangle_y=2038 -modelangle_z=0 -modelzoom=679 -unknown100=0 -unknown101=3000 - -// 612:2 -[com_2] -type=model -x=256 -y=12 -width=195 -height=315 -model=model_28324 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=535 -modelangle_y=2038 -modelangle_z=0 -modelzoom=679 -unknown100=0 -unknown101=3000 - -// 612:3 -[com_3] -type=graphic -x=461 -y=17 -width=26 -height=23 -graphic="close_buttons,6" -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onclick=script29 - diff --git a/dumps/530/interface/interface_613.if3 b/dumps/530/interface/interface_613.if3 deleted file mode 100644 index a3f70d79f..000000000 --- a/dumps/530/interface/interface_613.if3 +++ /dev/null @@ -1,552 +0,0 @@ -// 613:0 -[com_0] -type=rectangle -width=515 -height=335 -layer=com_22 -colour=0x000000 -fill=yes -trans=100 - -// 613:1 -[com_1] -type=model -x=184 -y=-84 -width=285 -height=425 -layer=com_22 -model=model_28323 -modelorigin_x=0 -modelorigin_y=-32 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=64405 -unknown101=2277 - -// 613:2 -[com_2] -type=model -x=3 -y=115 -width=197 -height=259 -layer=com_22 -model=model_17187 -modelorigin_x=-7 -modelorigin_y=-18 -modelangle_x=244 -modelangle_y=125 -modelangle_z=0 -modelzoom=350 -unknown100=65238 -unknown101=740 - -// 613:3 -[com_3] -type=model -x=317 -y=256 -width=65 -height=59 -layer=com_22 -model=model_17222 -modelorigin_x=2 -modelorigin_y=-5 -modelangle_x=74 -modelangle_y=49 -modelangle_z=0 -modelzoom=1110 -unknown100=64310 -unknown101=2224 -op1=Cancel - -// 613:4 -[com_4] -type=model -x=356 -y=236 -width=61 -height=50 -layer=com_22 -model=model_17225 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=49 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=64302 -unknown101=2222 -op1=Operate - -// 613:5 -[com_5] -type=model -x=259 -y=265 -width=31 -height=25 -layer=com_22 -model=model_17223 -modelorigin_x=52 -modelorigin_y=-181 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=64400 -unknown101=2077 - -// 613:6 -[com_6] -type=layer -x=246 -y=39 -width=38 -height=38 -layer=com_22 - -// 613:7 -[com_7] -type=layer -x=247 -y=122 -width=38 -height=38 -layer=com_22 - -// 613:8 -[com_8] -type=model -x=279 -y=40 -width=35 -height=144 -layer=com_22 -model=model_28317 -modelorigin_x=30 -modelorigin_y=-16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=64429 -unknown101=2077 - -// 613:9 -[com_9] -type=graphic -x=279 -y=42 -width=36 -height=32 -layer=com_22 -onmouseleave=script40(interface_613:com_24) -onvartransmit=script1440(event_com) -onmouserepeat=script509(event_com) -onvartransmitlist=varplayer_1065 - -// 613:10 -[com_10] -type=graphic -x=279 -y=99 -width=36 -height=32 -layer=com_22 -onmouseleave=script40(interface_613:com_24) -onvartransmit=script1440(event_com) -onmouserepeat=script509(event_com) -onvartransmitlist=varplayer_1066 - -// 613:11 -[com_11] -type=graphic -x=280 -y=151 -width=36 -height=32 -layer=com_22 -onmouseleave=script40(interface_613:com_24) -onvartransmit=script1440(event_com) -onmouserepeat=script509(event_com) -onvartransmitlist=varplayer_1067 - -// 613:12 -[com_12] -type=graphic -x=75 -y=210 -width=36 -height=32 -layer=com_22 -onvartransmit=script1440(event_com) -onvartransmitlist=varplayer_856 - -// 613:13 -[com_13] -type=graphic -x=476 -y=8 -width=26 -height=23 -layer=com_22 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 613:14 -[com_14] -type=layer -x=343 -y=-214 -width=32 -height=32 -layer=com_22 -hide=yes - -// 613:15 -[com_15] -type=graphic -x=323 -y=42 -width=36 -height=32 -layer=com_22 -onmouseleave=script40(interface_613:com_23) -onvartransmit=script1440(event_com) -onmouserepeat=script136(event_com) -onvartransmitlist=varplayer_1068 - -// 613:16 -[com_16] -type=graphic -x=362 -y=42 -width=36 -height=32 -layer=com_22 -onmouseleave=script40(interface_613:com_23) -onvartransmit=script1440(event_com) -onmouserepeat=script136(event_com) -onvartransmitlist=varplayer_1069 - -// 613:17 -[com_17] -type=graphic -x=342 -y=123 -width=36 -height=32 -layer=com_22 -opbase=m -onmouseleave=script40(interface_613:com_23) -onvartransmit=script1440(event_com) -onmouserepeat=script136(event_com) -onvartransmitlist=varplayer_1070 - -// 613:18 -[com_18] -type=layer -x=290 -y=20 -width=160 -height=227 -layer=com_22 - -// 613:19 -[com_19] -type=layer -x=202 -y=21 -width=160 -height=227 -layer=com_22 - -// 613:20 -[com_20] -type=model -x=10 -y=1 -width=18 -height=37 -layer=com_6 -model=model_17224 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=64298 -unknown101=2220 -op1=Insert - -// 613:21 -[com_21] -type=model -x=10 -y=1 -width=18 -height=37 -layer=com_7 -model=model_17224 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=64298 -unknown101=2220 -op1=Insert - -// 613:22 -[com_22] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 613:23 -[com_23] -type=layer -x=96 -y=86 -width=10 -height=10 -layer=com_18 - -// 613:24 -[com_24] -type=layer -x=48 -y=97 -width=10 -height=10 -layer=com_19 - -// 613:25 -[com_25] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 613:26 -[com_26] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_25 - -// 613:27 -[com_27] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 613:28 -[com_28] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 613:29 -[com_29] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 613:30 -[com_30] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 613:31 -[com_31] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 613:32 -[com_32] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 613:33 -[com_33] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 613:34 -[com_34] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 613:35 -[com_35] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_26 - -// 613:36 -[com_36] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_26 - -// 613:37 -[com_37] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_26 - -// 613:38 -[com_38] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_26 - -// 613:39 -[com_39] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_26 - -// 613:40 -[com_40] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_36 -graphic=tradebacking -tiling=yes -outline=2 - -// 613:41 -[com_41] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_35 -graphic=tradebacking -tiling=yes -outline=2 - -// 613:42 -[com_42] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_37 -graphic=tradebacking -tiling=yes -outline=2 - -// 613:43 -[com_43] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_38 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_614.if3 b/dumps/530/interface/interface_614.if3 deleted file mode 100644 index c56dfb895..000000000 --- a/dumps/530/interface/interface_614.if3 +++ /dev/null @@ -1,300 +0,0 @@ -// 614:0 -[com_0] -type=model -x=-40 -y=-158 -width=55751 -height=52641 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_3 -model=model_28314 -modelorigin_x=-9 -modelorigin_y=536 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=150 -unknown100=64703 -unknown101=3000 -modelobjwidth=1742 -modelobjheight=1073 - -// 614:1 -[com_1] -type=model -x=-122 -y=-1 -width=6119 -height=15458 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_3 -model=model_28327 -modelorigin_x=-51 -modelorigin_y=-7 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -modelanim=seq_7136 -unknown100=64021 -unknown101=3000 -modelobjwidth=191 -modelobjheight=315 - -// 614:2 -[com_2] -type=model -x=75 -y=-4 -width=5863 -height=15409 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_3 -model=model_28329 -modelorigin_x=-251 -modelorigin_y=12 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -modelanim=seq_7137 -unknown100=64025 -unknown101=3000 -modelobjwidth=183 -modelobjheight=314 - -// 614:3 -[com_3] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 614:4 -[com_4] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 614:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 - -// 614:6 -[com_6] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 614:7 -[com_7] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 614:8 -[com_8] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 614:9 -[com_9] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 614:10 -[com_10] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 614:11 -[com_11] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 614:12 -[com_12] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 614:13 -[com_13] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 614:14 -[com_14] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_5 - -// 614:15 -[com_15] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_5 - -// 614:16 -[com_16] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_5 - -// 614:17 -[com_17] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_5 - -// 614:18 -[com_18] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_5 - -// 614:19 -[com_19] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_15 -graphic=tradebacking -tiling=yes -outline=2 - -// 614:20 -[com_20] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_14 -graphic=tradebacking -tiling=yes -outline=2 - -// 614:21 -[com_21] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - -// 614:22 -[com_22] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_615.if3 b/dumps/530/interface/interface_615.if3 deleted file mode 100644 index 54a269fc0..000000000 --- a/dumps/530/interface/interface_615.if3 +++ /dev/null @@ -1,281 +0,0 @@ -// 615:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 615:1 -[com_1] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 615:2 -[com_2] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_1 - -// 615:3 -[com_3] -type=layer -x=20 -y=-56 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_1 - -// 615:4 -[com_4] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_2 -colour=0x000000 -fill=yes - -// 615:5 -[com_5] -type=model -y=66 -width=124 -height=273 -xmode=abs_centre -ymode=abs_centre -layer=com_3 -model=model_28300 -modelorigin_x=-7 -modelorigin_y=131 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -modelanim=seq_7128 -unknown100=1171 -unknown101=3000 -onload=script515 -ontimer=script516 - -// 615:6 -[com_6] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_0 - -// 615:7 -[com_7] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 615:8 -[com_8] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 615:9 -[com_9] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 615:10 -[com_10] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 615:11 -[com_11] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 615:12 -[com_12] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 615:13 -[com_13] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 615:14 -[com_14] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 615:15 -[com_15] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_6 - -// 615:16 -[com_16] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_6 - -// 615:17 -[com_17] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_6 - -// 615:18 -[com_18] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_6 - -// 615:19 -[com_19] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_6 - -// 615:20 -[com_20] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - -// 615:21 -[com_21] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_15 -graphic=tradebacking -tiling=yes -outline=2 - -// 615:22 -[com_22] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - -// 615:23 -[com_23] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_18 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_616.if3 b/dumps/530/interface/interface_616.if3 deleted file mode 100644 index ad80c8470..000000000 --- a/dumps/530/interface/interface_616.if3 +++ /dev/null @@ -1,103 +0,0 @@ -// 616:0 -[com_0] -type=rectangle -width=16455 -height=16440 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x2a1e06 -fill=yes - -// 616:1 -[com_1] -type=model -y=42 -width=16583 -height=12466 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_17186 -modelorigin_x=-29 -modelorigin_y=-61 -modelangle_x=130 -modelangle_y=1814 -modelangle_z=0 -modelzoom=651 -unknown100=64363 -unknown101=3000 -modelobjwidth=518 -modelobjheight=254 - -// 616:2 -[com_2] -type=model -x=-153 -y=-139 -width=3047 -height=9278 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_28325 -modelorigin_x=151 -modelorigin_y=125 -modelangle_x=130 -modelangle_y=1814 -modelangle_z=0 -modelzoom=684 -unknown100=64038 -unknown101=3000 -modelobjwidth=95 -modelobjheight=189 - -// 616:3 -[com_3] -type=model -x=175 -y=-85 -width=3207 -height=14723 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_28321 -modelorigin_x=-229 -modelorigin_y=107 -modelangle_x=102 -modelangle_y=1837 -modelangle_z=0 -modelzoom=638 -unknown100=64202 -unknown101=3000 -modelobjwidth=100 -modelobjheight=300 - -// 616:4 -[com_4] -type=model -x=10 -y=-112 -width=2631 -height=10651 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_28318 -modelorigin_x=-12 -modelorigin_y=109 -modelangle_x=93 -modelangle_y=1843 -modelangle_z=0 -modelzoom=686 -unknown100=64073 -unknown101=3000 -modelobjwidth=82 -modelobjheight=217 - diff --git a/dumps/530/interface/interface_617.if3 b/dumps/530/interface/interface_617.if3 deleted file mode 100644 index 5559a4575..000000000 --- a/dumps/530/interface/interface_617.if3 +++ /dev/null @@ -1,341 +0,0 @@ -// 617:0 -[com_0] -type=model -x=242 -y=152 -width=35 -height=35 -model=model_28554 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=482 -unknown100=0 -unknown101=3000 - -// 617:1 -[com_1] -type=graphic -x=82 -y=5 -width=350 -height=36 -graphic="v2_book_arrows,1" -tiling=yes - -// 617:2 -[com_2] -type=graphic -x=43 -y=1 -width=39 -height=39 -graphic="v2_book_arrows,0" - -// 617:3 -[com_3] -type=graphic -x=82 -y=2 -width=352 -height=30 -graphic="v2_book_arrows,1" -tiling=yes - -// 617:4 -[com_4] -type=graphic -x=432 -y=1 -width=39 -height=39 -graphic="v2_book_arrows,2" - -// 617:5 -[com_5] -type=layer -x=12 -y=20 -width=487 -height=45 - -// 617:6 -[com_6] -type=graphic -x=479 -y=5 -width=21 -height=21 -graphic="v2_book_buttons,0" -op1=Close -onmouseover=script44(event_com, "v2_book_buttons,1") -onmouseleave=script44(event_com, "v2_book_buttons,0") -onop=script517 - -// 617:7 -[com_7] -type=text -x=18 -y=8 -width=478 -height=26 -textfont=quill_oblique_large -text=Bolrie's Diary -textalignh=1 -textalignv=1 -colour=0x493217 - -// 617:8 -[com_8] -type=text -x=38 -y=54 -width=197 -height=54 -textfont=quill_oblique_large -text=Chapter 1. Bad advice -colour=0x46320a -opbase=chapter 1 -op1=Read -onmouseover=script45(event_com, 0x8c6414) -onmouseleave=script45(event_com, 0x46320a) - -// 617:9 -[com_9] -type=text -x=38 -y=108 -width=197 -height=17 -textfont=q8_full -text=In which Bolrie is advised by -colour=0x46320a - -// 617:10 -[com_10] -type=text -x=38 -y=124 -width=197 -height=17 -textfont=q8_full -text=a mysterious stranger, and -colour=0x46320a - -// 617:11 -[com_11] -type=text -x=38 -y=140 -width=197 -height=17 -textfont=q8_full -text=ambition is fed. -colour=0x46320a - -// 617:12 -[com_12] -type=text -x=38 -y=156 -width=197 -height=17 -textfont=q8_full -colour=0x46320a - -// 617:13 -[com_13] -type=text -x=38 -y=172 -width=197 -height=52 -textfont=quill_oblique_large -text=Chapter 2. The King is dead -colour=0x46320a -opbase=chapter 2 -op1=Read -onmouseover=script45(event_com, 0x8c6414) -onmouseleave=script45(event_com, 0x46320a) - -// 617:14 -[com_14] -type=text -x=38 -y=224 -width=197 -height=17 -textfont=q8_full -text=In which a great king dies -colour=0x46320a - -// 617:15 -[com_15] -type=text -x=38 -y=240 -width=197 -height=17 -textfont=q8_full -text=and the search for a new -colour=0x46320a - -// 617:16 -[com_16] -type=text -x=38 -y=256 -width=197 -height=17 -textfont=q8_full -text=one begins. -colour=0x46320a - -// 617:17 -[com_17] -type=text -x=38 -y=272 -width=197 -height=17 -textfont=q8_full -colour=0x46320a - -// 617:18 -[com_18] -type=text -x=38 -y=288 -width=197 -height=17 -textfont=q8_full -colour=0x46320a - -// 617:19 -[com_19] -type=text -x=283 -y=54 -width=197 -height=58 -textfont=quill_oblique_large -text=Chapter 3. Eyes opened -colour=0x46320a -opbase=chapter 3 -op1=Read -onmouseover=script45(event_com, 0x8c6414) -onmouseleave=script45(event_com, 0x46320a) - -// 617:20 -[com_20] -type=text -x=283 -y=112 -width=197 -height=17 -textfont=q8_full -text=In which a secret is revealed, -colour=0x46320a - -// 617:21 -[com_21] -type=text -x=283 -y=128 -width=197 -height=17 -textfont=q8_full -text=an old foe reappears and -colour=0x46320a - -// 617:22 -[com_22] -type=text -x=283 -y=144 -width=197 -height=17 -textfont=q8_full -text=ambitions end. -colour=0x46320a - -// 617:23 -[com_23] -type=text -x=283 -y=160 -width=197 -height=17 -textfont=q8_full -colour=0x46320a - -// 617:24 -[com_24] -type=text -x=283 -y=176 -width=197 -height=17 -textfont=q8_full -text=Finally, I understand my -colour=0x46320a - -// 617:25 -[com_25] -type=text -x=283 -y=192 -width=197 -height=17 -textfont=q8_full -text=failings and my true enemies. -colour=0x46320a -opbase=my failings - -// 617:26 -[com_26] -type=text -x=283 -y=208 -width=197 -height=17 -textfont=q8_full -text=I dedicate the rest of my -colour=0x46320a - -// 617:27 -[com_27] -type=text -x=283 -y=224 -width=197 -height=17 -textfont=q8_full -text=shattered life to the task of -colour=0x46320a - -// 617:28 -[com_28] -type=text -x=283 -y=240 -width=197 -height=17 -textfont=q8_full -text=eradicating them both. -colour=0x46320a - -// 617:29 -[com_29] -type=text -x=418 -y=267 -width=48 -height=17 -textfont=q8_full -text= Bolrie -colour=0x46320a -opbase=m - diff --git a/dumps/530/interface/interface_618.if3 b/dumps/530/interface/interface_618.if3 deleted file mode 100644 index 9a90b3076..000000000 --- a/dumps/530/interface/interface_618.if3 +++ /dev/null @@ -1,57 +0,0 @@ -// 618:0 -[com_0] -type=model -x=-655 -y=-527 -width=55751 -height=52641 -widthmode=proportion -heightmode=proportion -layer=com_2 -model=model_28314 -modelorigin_x=-9 -modelorigin_y=536 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=150 -unknown100=64703 -unknown101=3000 -modelobjwidth=1742 -modelobjheight=1073 - -// 618:1 -[com_1] -type=model -x=240 -y=6 -width=5863 -height=15409 -widthmode=proportion -heightmode=proportion -layer=com_2 -model=model_28329 -modelorigin_x=-251 -modelorigin_y=12 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -modelanim=seq_7137 -unknown100=64025 -unknown101=3000 -modelobjwidth=183 -modelobjheight=314 - -// 618:2 -[com_2] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_619.if3 b/dumps/530/interface/interface_619.if3 deleted file mode 100644 index b4311719c..000000000 --- a/dumps/530/interface/interface_619.if3 +++ /dev/null @@ -1,813 +0,0 @@ -// 619:0 -[com_0] -type=rectangle -x=65 -y=25 -width=380 -height=295 -colour=0x000000 -fill=yes -trans=200 - -// 619:1 -[com_1] -type=graphic -x=61 -y=24 -width=374 -height=290 -graphic=tradebacking -tiling=yes - -// 619:2 -[com_2] -type=graphic -x=44 -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 619:3 -[com_3] -type=graphic -x=57 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 619:4 -[com_4] -type=graphic -x=420 -y=50 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 619:5 -[com_5] -type=graphic -x=68 -y=7 -width=349 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 619:6 -[com_6] -type=graphic -x=70 -y=296 -width=358 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 619:7 -[com_7] -type=graphic -x=410 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 619:8 -[com_8] -type=graphic -x=57 -y=284 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 619:9 -[com_9] -type=graphic -x=408 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 619:10 -[com_10] -type=graphic -x=408 -y=284 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 619:11 -[com_11] -type=graphic -x=66 -y=35 -width=365 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 619:12 -[com_12] -type=graphic -x=57 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 619:13 -[com_13] -type=graphic -x=408 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 619:14 -[com_14] -type=rectangle -x=135 -y=58 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:15 -[com_15] -type=rectangle -x=231 -y=58 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:16 -[com_16] -type=rectangle -x=88 -y=101 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:17 -[com_17] -type=rectangle -x=183 -y=101 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:18 -[com_18] -type=rectangle -x=278 -y=101 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:19 -[com_19] -type=rectangle -x=41 -y=144 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:20 -[com_20] -type=rectangle -x=136 -y=144 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:21 -[com_21] -type=rectangle -x=230 -y=144 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:22 -[com_22] -type=rectangle -x=325 -y=144 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:23 -[com_23] -type=rectangle -x=88 -y=187 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:24 -[com_24] -type=rectangle -x=183 -y=187 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:25 -[com_25] -type=rectangle -x=277 -y=187 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:26 -[com_26] -type=rectangle -x=136 -y=230 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:27 -[com_27] -type=rectangle -x=230 -y=230 -width=47 -height=43 -layer=com_42 -colour=0x000000 -fill=yes -trans=200 - -// 619:28 -[com_28] -type=model -x=236 -y=61 -width=40 -height=39 -layer=com_42 -model=model_2405 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Air runes", 50, 150) - -// 619:29 -[com_29] -type=model -x=141 -y=61 -width=40 -height=39 -layer=com_42 -model=model_2481 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Mind runes", 50, 150) - -// 619:30 -[com_30] -type=model -x=92 -y=105 -width=40 -height=39 -layer=com_42 -model=model_2652 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Water runes", 50, 150) - -// 619:31 -[com_31] -type=model -x=188 -y=105 -width=40 -height=39 -layer=com_42 -model=model_2737 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Earth runes", 50, 150) - -// 619:32 -[com_32] -type=model -x=283 -y=105 -width=40 -height=39 -layer=com_42 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Fire runes", 50, 150) - -// 619:33 -[com_33] -type=model -x=46 -y=148 -width=40 -height=39 -layer=com_42 -model=model_2340 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Body runes", 50, 150) - -// 619:34 -[com_34] -type=model -x=141 -y=148 -width=40 -height=39 -layer=com_42 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Cosmic runes", 50, 150) - -// 619:35 -[com_35] -type=model -x=235 -y=148 -width=40 -height=39 -layer=com_42 -model=model_2707 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Chaos runes", 50, 150) - -// 619:36 -[com_36] -type=model -x=329 -y=148 -width=40 -height=39 -layer=com_42 -model=model_16742 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Astral runes", 50, 150) - -// 619:37 -[com_37] -type=model -x=93 -y=191 -width=40 -height=39 -layer=com_42 -model=model_2382 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Law runes", 50, 150) - -// 619:38 -[com_38] -type=model -x=187 -y=191 -width=40 -height=39 -layer=com_42 -model=model_2645 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Death runes", 50, 150) - -// 619:39 -[com_39] -type=model -x=281 -y=191 -width=40 -height=39 -layer=com_42 -model=model_2665 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Blood runes", 50, 150) - -// 619:40 -[com_40] -type=model -x=141 -y=234 -width=40 -height=39 -layer=com_42 -model=model_2734 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Nature runes", 50, 150) - -// 619:41 -[com_41] -type=model -x=236 -y=234 -width=40 -height=39 -layer=com_42 -model=model_2434 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=500 -unknown100=65043 -unknown101=998 -onmouseleave=script40(interface_619:com_59) -onmouserepeat=script38(event_com, interface_619:com_59, "Soul runes", 50, 150) - -// 619:42 -[com_42] -type=layer -x=42 -y=3 -width=409 -height=309 - -// 619:43 -[com_43] -type=text -x=148 -y=22 -width=210 -height=30 -textfont=b12_full -text=Pay Bank Charge With... -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 619:44 -[com_44] -type=text -x=101 -y=274 -width=210 -height=30 -layer=com_42 -textfont=b12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 619:45 -[com_45] -type=rectangle -x=135 -y=58 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:46 -[com_46] -type=rectangle -x=231 -y=58 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:47 -[com_47] -type=rectangle -x=88 -y=101 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:48 -[com_48] -type=rectangle -x=183 -y=101 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:49 -[com_49] -type=rectangle -x=278 -y=101 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:50 -[com_50] -type=rectangle -x=41 -y=144 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:51 -[com_51] -type=rectangle -x=136 -y=144 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:52 -[com_52] -type=rectangle -x=230 -y=144 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:53 -[com_53] -type=rectangle -x=325 -y=144 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:54 -[com_54] -type=rectangle -x=88 -y=187 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:55 -[com_55] -type=rectangle -x=183 -y=187 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:56 -[com_56] -type=rectangle -x=277 -y=187 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:57 -[com_57] -type=rectangle -x=136 -y=230 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:58 -[com_58] -type=rectangle -x=230 -y=230 -width=47 -height=43 -layer=com_42 -hide=yes -colour=0x000000 -fill=yes -trans=150 - -// 619:59 -[com_59] -type=layer -x=45 -y=64 -width=335 -height=203 -layer=com_42 - diff --git a/dumps/530/interface/interface_62.if3 b/dumps/530/interface/interface_62.if3 deleted file mode 100644 index 986c4d6cc..000000000 --- a/dumps/530/interface/interface_62.if3 +++ /dev/null @@ -1,275 +0,0 @@ -// 62:0 -[com_0] -type=model -x=-135 -y=-259 -width=816 -height=702 -layer=com_3 -model=model_6915 -modelorigin_x=33 -modelorigin_y=194 -modelangle_x=123 -modelangle_y=1945 -modelangle_z=0 -modelzoom=321 -unknown100=64731 -unknown101=3000 - -// 62:1 -[com_1] -type=model -x=219 -y=197 -width=143 -height=120 -layer=com_3 -model=model_6923 -modelorigin_x=3 -modelorigin_y=30 -modelangle_x=123 -modelangle_y=1945 -modelangle_z=0 -modelzoom=321 -unknown100=64360 -unknown101=3000 - -// 62:2 -[com_2] -type=graphic -x=478 -y=6 -width=26 -height=23 -layer=com_3 -graphic="close_buttons,4" -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onclick=script29 - -// 62:3 -[com_3] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 62:4 -[com_4] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 62:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 - -// 62:6 -[com_6] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 62:7 -[com_7] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 62:8 -[com_8] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 62:9 -[com_9] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 62:10 -[com_10] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 62:11 -[com_11] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 62:12 -[com_12] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 62:13 -[com_13] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 62:14 -[com_14] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_5 - -// 62:15 -[com_15] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_5 - -// 62:16 -[com_16] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_5 - -// 62:17 -[com_17] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_5 - -// 62:18 -[com_18] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_5 - -// 62:19 -[com_19] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_15 -graphic=tradebacking -tiling=yes -outline=2 - -// 62:20 -[com_20] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_14 -graphic=tradebacking -tiling=yes -outline=2 - -// 62:21 -[com_21] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - -// 62:22 -[com_22] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_620.if3 b/dumps/530/interface/interface_620.if3 deleted file mode 100644 index 92141d6d9..000000000 --- a/dumps/530/interface/interface_620.if3 +++ /dev/null @@ -1,362 +0,0 @@ -// 620:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 620:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 620:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 620:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 620:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 620:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 620:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 620:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 620:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 620:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 620:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 620:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 620:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 620:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 620:14 -[com_14] -type=graphic -x=23 -y=66 -width=470 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 620:15 -[com_15] -type=graphic -x=13 -y=68 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 620:16 -[com_16] -type=graphic -x=468 -y=68 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 620:17 -[com_17] -type=graphic -y=2 -width=115 -height=20 -layer=com_26 -graphic="tabs_large,1" - -// 620:18 -[com_18] -type=graphic -x=1 -y=2 -width=115 -height=20 -layer=com_25 -graphic="tabs_large,1" - -// 620:19 -[com_19] -type=text -x=3 -y=3 -width=103 -height=20 -layer=com_26 -textfont=p12_full -text=Player Stock -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d - -// 620:20 -[com_20] -type=graphic -x=1 -y=2 -width=115 -height=20 -layer=com_29 -graphic="tabs_large,0" - -// 620:21 -[com_21] -type=text -x=10 -y=4 -width=96 -height=19 -layer=com_29 -textfont=p12_full -text=Main Stock -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 620:22 -[com_22] -type=text -x=18 -y=27 -width=475 -height=22 -textfont=b12_full -text=Lowe's Archery Emporium -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 620:23 -[com_23] -type=layer -x=60 -y=88 -width=391 -height=197 - -// 620:24 -[com_24] -type=layer -x=60 -y=88 -width=391 -height=197 - -// 620:25 -[com_25] -type=layer -x=23 -y=58 -width=115 -height=25 -hide=yes -op1=Main stock - -// 620:26 -[com_26] -type=layer -x=130 -y=58 -width=122 -height=25 -op1=Player stock - -// 620:27 -[com_27] -type=layer -x=130 -y=58 -width=122 -height=25 -hide=yes -op1=Player stock - -// 620:28 -[com_28] -type=text -x=55 -y=287 -width=400 -height=32 -textfont=p11_full -text=Right-click on an item in the shop or your inventory to see the available options.
Compare the prices between the Main and Player Stock to find the best deals! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 620:29 -[com_29] -type=layer -x=23 -y=58 -width=115 -height=25 -op1=Main stock - -// 620:30 -[com_30] -type=graphic -y=2 -width=115 -height=20 -layer=com_27 -graphic="tabs_large,0" - -// 620:31 -[com_31] -type=text -x=3 -y=3 -width=103 -height=20 -layer=com_27 -textfont=p12_full -text=Player Stock -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 620:32 -[com_32] -type=text -x=10 -y=5 -width=96 -height=14 -layer=com_25 -textfont=p12_full -text=Main Stock -textalignh=1 -textshadow=yes -colour=0xbf751d - -// 620:33 -[com_33] -type=graphic -x=457 -y=54 -width=29 -height=29 -layer=com_34 -graphic=graphic_1067 - -// 620:34 -[com_34] -type=layer -width=512 -height=334 -hide=yes - diff --git a/dumps/530/interface/interface_621.if3 b/dumps/530/interface/interface_621.if3 deleted file mode 100644 index 340003312..000000000 --- a/dumps/530/interface/interface_621.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 621:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_622.if3 b/dumps/530/interface/interface_622.if3 deleted file mode 100644 index 78b839f48..000000000 --- a/dumps/530/interface/interface_622.if3 +++ /dev/null @@ -1,153 +0,0 @@ -// 622:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_7 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 622:1 -[com_1] -type=model -x=114 -y=345 -width=61 -height=78 -layer=com_7 -model=model_42551 -modelorigin_x=7 -modelorigin_y=34 -modelangle_x=198 -modelangle_y=1827 -modelangle_z=0 -modelzoom=1386 -modelanim=seq_10490 -unknown100=0 -unknown101=3000 -op10= - -// 622:2 -[com_2] -type=model -x=168 -y=369 -width=20 -height=77 -layer=com_7 -model=model_42547 -modelorigin_x=-1 -modelorigin_y=32 -modelangle_x=198 -modelangle_y=1649 -modelangle_z=0 -modelzoom=1386 -modelanim=seq_10492 -unknown100=65236 -unknown101=3000 -op10= - -// 622:3 -[com_3] -type=model -x=121 -y=371 -width=25 -height=81 -layer=com_7 -model=model_42548 -modelorigin_x=0 -modelorigin_y=34 -modelangle_x=198 -modelangle_y=1649 -modelangle_z=0 -modelzoom=1386 -modelanim=seq_10494 -unknown100=65236 -unknown101=3000 -op10= - -// 622:4 -[com_4] -type=model -x=579 -y=339 -width=66 -height=88 -layer=com_7 -model=model_42552 -modelorigin_x=10 -modelorigin_y=40 -modelangle_x=119 -modelangle_y=250 -modelangle_z=0 -modelzoom=1386 -modelanim=seq_10491 -unknown100=65480 -unknown101=3000 -op10= - -// 622:5 -[com_5] -type=model -x=552 -y=372 -width=50 -height=80 -layer=com_7 -model=model_42549 -modelorigin_x=14 -modelorigin_y=35 -modelangle_x=119 -modelangle_y=250 -modelangle_z=0 -modelzoom=1386 -modelanim=seq_10493 -unknown100=65236 -unknown101=3000 -op10= - -// 622:6 -[com_6] -type=model -x=621 -y=360 -width=36 -height=92 -layer=com_7 -model=model_42550 -modelorigin_x=7 -modelorigin_y=41 -modelangle_x=119 -modelangle_y=250 -modelangle_z=0 -modelzoom=1386 -modelanim=seq_10495 -unknown100=65236 -unknown101=3000 -op10= - -// 622:7 -[com_7] -type=layer -width=765 -height=503 - -// 622:8 -[com_8] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_7 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_623.if3 b/dumps/530/interface/interface_623.if3 deleted file mode 100644 index f17491880..000000000 --- a/dumps/530/interface/interface_623.if3 +++ /dev/null @@ -1,93 +0,0 @@ -// 623:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_4 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 623:1 -[com_1] -type=model -x=93 -y=323 -width=97 -height=131 -layer=com_4 -model=model_42542 -modelorigin_x=-17 -modelorigin_y=57 -modelangle_x=130 -modelangle_y=1649 -modelangle_z=0 -modelzoom=1002 -modelanim=seq_10485 -unknown100=0 -unknown101=3000 -op10= - -// 623:2 -[com_2] -type=model -x=592 -y=347 -width=71 -height=99 -layer=com_4 -model=model_42541 -modelorigin_x=3 -modelorigin_y=42 -modelangle_x=119 -modelangle_y=250 -modelangle_z=0 -modelzoom=1130 -modelanim=seq_10483 -unknown100=0 -unknown101=3000 -op10= - -// 623:3 -[com_3] -type=model -x=598 -y=299 -width=67 -height=163 -layer=com_4 -model=model_19092 -modelorigin_x=-1 -modelorigin_y=58 -modelangle_x=119 -modelangle_y=250 -modelangle_z=0 -modelzoom=1130 -modelanim=seq_10484 -unknown100=0 -unknown101=3000 -op10= - -// 623:4 -[com_4] -type=layer -width=765 -height=503 - -// 623:5 -[com_5] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_4 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - diff --git a/dumps/530/interface/interface_624.if3 b/dumps/530/interface/interface_624.if3 deleted file mode 100644 index 1a6923b18..000000000 --- a/dumps/530/interface/interface_624.if3 +++ /dev/null @@ -1,811 +0,0 @@ -// 624:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 624:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 624:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 624:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 624:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 624:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 624:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 624:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 624:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 624:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 624:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 624:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 624:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 624:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 624:14 -[com_14] -type=model -x=38 -y=67 -width=235 -height=239 -model=model_29264 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=257 -modelorthog=yes -unknown100=0 -unknown101=3000 -opbase= - -// 624:15 -[com_15] -type=rectangle -y=90 -width=15 -height=90 -layer=com_16 -colour=0x3cb5bf -fill=yes -trans=100 - -// 624:16 -[com_16] -type=layer -x=105 -y=129 -width=15 -height=90 - -// 624:17 -[com_17] -type=rectangle -y=90 -width=15 -height=90 -layer=com_18 -colour=0x3cb5bf -fill=yes -trans=100 - -// 624:18 -[com_18] -type=layer -x=146 -y=129 -width=15 -height=90 - -// 624:19 -[com_19] -type=rectangle -y=90 -width=16 -height=90 -layer=com_20 -colour=0x3cb5bf -fill=yes -trans=100 -opbase=m - -// 624:20 -[com_20] -type=layer -x=189 -y=129 -width=15 -height=90 - -// 624:21 -[com_21] -type=rectangle -x=98 -y=243 -width=14 -height=16 -colour=0x805018 -fill=yes -op1=Add -onmouseover=script69(false, interface_624:com_35) -onmouseleave=script69(true, interface_624:com_35) -onvartransmit=script555 -onop=script549 -onvartransmitlist=varplayer_1094 - -// 624:22 -[com_22] -type=rectangle -x=114 -y=243 -width=14 -height=16 -colour=0x805018 -fill=yes -op1=Subtract -onmouseover=script69(false, interface_624:com_35) -onmouseleave=script69(true, interface_624:com_35) -onop=script550 - -// 624:23 -[com_23] -type=rectangle -x=140 -y=243 -width=14 -height=16 -colour=0x805018 -fill=yes -op1=Add -onmouseover=script69(false, interface_624:com_37) -onmouseleave=script69(true, interface_624:com_37) -onop=script551 - -// 624:24 -[com_24] -type=rectangle -x=156 -y=243 -width=14 -height=16 -colour=0x805018 -fill=yes -op1=Subtract -onmouseover=script69(false, interface_624:com_37) -onmouseleave=script69(true, interface_624:com_37) -onop=script552 - -// 624:25 -[com_25] -type=rectangle -x=182 -y=243 -width=14 -height=16 -colour=0x805018 -fill=yes -op1=Add -onmouseover=script69(false, interface_624:com_39) -onmouseleave=script69(true, interface_624:com_39) -onop=script553 - -// 624:26 -[com_26] -type=rectangle -x=198 -y=243 -width=14 -height=16 -colour=0x805018 -fill=yes -op1=Subtract -onmouseover=script69(false, interface_624:com_39) -onmouseleave=script69(true, interface_624:com_39) -onop=script554 - -// 624:27 -[com_27] -type=rectangle -x=99 -y=244 -width=12 -height=14 -colour=0x9e6e36 -fill=yes - -// 624:28 -[com_28] -type=rectangle -x=115 -y=244 -width=12 -height=14 -colour=0x9e6e36 -fill=yes - -// 624:29 -[com_29] -type=rectangle -x=141 -y=244 -width=12 -height=14 -colour=0x9e6e36 -fill=yes - -// 624:30 -[com_30] -type=rectangle -x=157 -y=244 -width=12 -height=14 -colour=0x9e6e36 -fill=yes - -// 624:31 -[com_31] -type=rectangle -x=183 -y=244 -width=12 -height=14 -colour=0x9e6e36 -fill=yes - -// 624:32 -[com_32] -type=rectangle -x=199 -y=244 -width=12 -height=14 -colour=0x9e6e36 -fill=yes - -// 624:33 -[com_33] -type=model -x=99 -y=109 -width=113 -height=149 -model=model_29267 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=257 -modelorthog=yes -unknown100=0 -unknown101=3000 -opbase= - -// 624:34 -[com_34] -type=model -x=282 -y=115 -width=189 -height=167 -model=model_29268 -modelorigin_x=11 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -modelorthog=yes -unknown100=0 -unknown101=3000 - -// 624:35 -[com_35] -type=layer -x=-4 -y=-24 -width=512 -height=334 -hide=yes - -// 624:36 -[com_36] -type=model -x=308 -y=139 -width=167 -height=167 -layer=com_35 -model=model_29266 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -modelorthog=yes -unknown100=0 -unknown101=3000 - -// 624:37 -[com_37] -type=layer -x=-4 -y=-24 -width=512 -height=334 -hide=yes - -// 624:38 -[com_38] -type=model -x=331 -y=162 -width=121 -height=121 -layer=com_37 -model=model_29271 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -modelorthog=yes -unknown100=0 -unknown101=3000 - -// 624:39 -[com_39] -type=layer -x=-4 -y=-24 -width=512 -height=334 -hide=yes - -// 624:40 -[com_40] -type=model -x=358 -y=189 -width=67 -height=67 -layer=com_39 -model=model_29270 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=912 -modelorthog=yes -unknown100=0 -unknown101=3000 - -// 624:41 -[com_41] -type=rectangle -x=291 -y=62 -width=190 -height=48 -colour=0x3d342e -fill=yes - -// 624:42 -[com_42] -type=line -x=289 -y=60 -width=193 -colour=0x332b25 - -// 624:43 -[com_43] -type=line -x=290 -y=111 -width=192 -colour=0x332b25 -opbase=m - -// 624:44 -[com_44] -type=line -x=482 -y=60 -height=50 -colour=0x332b25 - -// 624:45 -[com_45] -type=line -x=289 -y=61 -height=50 -colour=0x332b25 - -// 624:46 -[com_46] -type=text -x=19 -y=30 -width=474 -height=16 -textfont=b12_full -text=Fairy Ring Power Relay -textalignh=1 -textshadow=yes -colour=0xff981f - -// 624:47 -[com_47] -type=text -x=294 -y=63 -width=182 -height=45 -textfont=p12_full -text=Assign power to each ring in proportion to its area: -textalignv=1 -textshadow=yes -colour=0xff981f - -// 624:48 -[com_48] -type=layer -x=97 -y=242 -width=16 -height=18 -hide=yes - -// 624:49 -[com_49] -type=rectangle -y=1 -width=16 -height=16 -layer=com_48 -colour=0x9e6e3a -fill=yes -trans=200 - -// 624:50 -[com_50] -type=layer -x=113 -y=242 -width=16 -height=18 -hide=yes - -// 624:51 -[com_51] -type=rectangle -y=1 -width=16 -height=16 -layer=com_50 -colour=0x9e6e3a -fill=yes -trans=200 - -// 624:52 -[com_52] -type=layer -x=139 -y=242 -width=16 -height=18 -hide=yes - -// 624:53 -[com_53] -type=rectangle -y=1 -width=16 -height=16 -layer=com_52 -colour=0x9e6e3a -fill=yes -trans=200 - -// 624:54 -[com_54] -type=layer -x=155 -y=242 -width=16 -height=18 -hide=yes - -// 624:55 -[com_55] -type=rectangle -y=1 -width=16 -height=16 -layer=com_54 -colour=0x9e6e3a -fill=yes -trans=200 - -// 624:56 -[com_56] -type=layer -x=181 -y=242 -width=16 -height=18 -hide=yes - -// 624:57 -[com_57] -type=rectangle -y=1 -width=16 -height=16 -layer=com_56 -colour=0x9e6e3a -fill=yes -trans=200 - -// 624:58 -[com_58] -type=layer -x=197 -y=242 -width=16 -height=18 -hide=yes - -// 624:59 -[com_59] -type=rectangle -y=1 -width=16 -height=16 -layer=com_58 -colour=0x9e6e3a -fill=yes -trans=200 - -// 624:60 -[com_60] -type=graphic -x=376 -y=287 -width=108 -height=9 -graphic="v2_stone_button,5" -tiling=yes - -// 624:61 -[com_61] -type=graphic -x=377 -y=307 -width=106 -height=9 -graphic="v2_stone_button,7" -tiling=yes - -// 624:62 -[com_62] -type=graphic -x=479 -y=290 -width=9 -height=22 -graphic="v2_stone_button,6" -tiling=yes - -// 624:63 -[com_63] -type=graphic -x=371 -y=292 -width=9 -height=18 -graphic="v2_stone_button,4" -tiling=yes - -// 624:64 -[com_64] -type=graphic -x=479 -y=307 -width=9 -height=9 -graphic="v2_stone_button,3" - -// 624:65 -[com_65] -type=graphic -x=479 -y=287 -width=9 -height=9 -graphic="v2_stone_button,1" - -// 624:66 -[com_66] -type=graphic -x=371 -y=287 -width=9 -height=9 -graphic="v2_stone_button,0" - -// 624:67 -[com_67] -type=graphic -x=371 -y=307 -width=9 -height=9 -graphic="v2_stone_button,2" - -// 624:68 -[com_68] -type=text -x=378 -y=294 -width=103 -height=15 -textfont=p12_full -text=Confirm -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc9800d - -// 624:69 -[com_69] -type=layer -x=371 -y=287 -width=117 -height=29 -op1=Confirm - -// 624:70 -[com_70] -type=text -x=107 -y=261 -width=13 -height=17 -textfont=p11_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 624:71 -[com_71] -type=text -x=148 -y=261 -width=13 -height=17 -textfont=p11_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 624:72 -[com_72] -type=text -x=190 -y=261 -width=13 -height=17 -textfont=p11_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_625.if3 b/dumps/530/interface/interface_625.if3 deleted file mode 100644 index 0cea1fa87..000000000 --- a/dumps/530/interface/interface_625.if3 +++ /dev/null @@ -1,1086 +0,0 @@ -// 625:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 625:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes -opbase= - -// 625:2 -[com_2] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 625:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 625:4 -[com_4] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 625:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 625:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 625:7 -[com_7] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 625:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 625:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 625:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 625:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 625:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 625:13 -[com_13] -type=rectangle -y=-2 -width=222 -height=21 -layer=com_38 -colour=0x483f33 -fill=yes - -// 625:14 -[com_14] -type=rectangle -y=8 -width=222 -height=21 -layer=com_38 -colour=0x473e33 -fill=yes - -// 625:15 -[com_15] -type=rectangle -y=18 -width=222 -height=21 -layer=com_38 -colour=0x463d32 -fill=yes - -// 625:16 -[com_16] -type=rectangle -y=28 -width=222 -height=21 -layer=com_38 -colour=0x453c32 -fill=yes - -// 625:17 -[com_17] -type=rectangle -y=38 -width=222 -height=21 -layer=com_38 -colour=0x443b31 -fill=yes - -// 625:18 -[com_18] -type=rectangle -y=48 -width=222 -height=21 -layer=com_38 -colour=0x433a31 -fill=yes - -// 625:19 -[com_19] -type=rectangle -y=58 -width=222 -height=21 -layer=com_38 -colour=0x423930 -fill=yes - -// 625:20 -[com_20] -type=rectangle -y=68 -width=222 -height=21 -layer=com_38 -colour=0x413830 -fill=yes - -// 625:21 -[com_21] -type=rectangle -y=78 -width=222 -height=21 -layer=com_38 -colour=0x40372f -fill=yes - -// 625:22 -[com_22] -type=rectangle -y=88 -width=222 -height=21 -layer=com_38 -colour=0x3f362f -fill=yes - -// 625:23 -[com_23] -type=rectangle -y=98 -width=222 -height=21 -layer=com_38 -colour=0x3e352e -fill=yes - -// 625:24 -[com_24] -type=rectangle -y=108 -width=222 -height=21 -layer=com_38 -colour=0x3d342e -fill=yes - -// 625:25 -[com_25] -type=rectangle -y=118 -width=222 -height=21 -layer=com_38 -colour=0x3c332d -fill=yes - -// 625:26 -[com_26] -type=rectangle -y=128 -width=222 -height=21 -layer=com_38 -colour=0x3b322d -fill=yes - -// 625:27 -[com_27] -type=rectangle -y=138 -width=222 -height=21 -layer=com_38 -colour=0x3a312c -fill=yes - -// 625:28 -[com_28] -type=rectangle -y=148 -width=222 -height=21 -layer=com_38 -colour=0x39302c -fill=yes - -// 625:29 -[com_29] -type=rectangle -y=158 -width=222 -height=21 -layer=com_38 -colour=0x382f2b -fill=yes - -// 625:30 -[com_30] -type=rectangle -y=168 -width=222 -height=21 -layer=com_38 -colour=0x372e29 -fill=yes - -// 625:31 -[com_31] -type=rectangle -y=178 -width=222 -height=21 -layer=com_38 -colour=0x362d28 -fill=yes - -// 625:32 -[com_32] -type=rectangle -y=188 -width=222 -height=21 -layer=com_38 -colour=0x352d27 -fill=yes - -// 625:33 -[com_33] -type=rectangle -y=198 -width=222 -height=21 -layer=com_38 -colour=0x342c26 -fill=yes - -// 625:34 -[com_34] -type=rectangle -y=208 -width=222 -height=21 -layer=com_38 -colour=0x332b25 -fill=yes - -// 625:35 -[com_35] -type=rectangle -y=218 -width=222 -height=21 -layer=com_38 -colour=0x322a24 -fill=yes - -// 625:36 -[com_36] -type=rectangle -y=228 -width=222 -height=21 -layer=com_38 -colour=0x312923 -fill=yes - -// 625:37 -[com_37] -type=rectangle -y=238 -width=222 -height=21 -layer=com_38 -colour=0x302922 -fill=yes - -// 625:38 -[com_38] -type=layer -x=240 -y=68 -width=222 -height=238 - -// 625:39 -[com_39] -type=model -x=40 -y=24 -width=140 -height=203 -layer=com_38 -model=model_29248 -modelorigin_x=-2 -modelorigin_y=97 -modelangle_x=63 -modelangle_y=192 -modelangle_z=0 -modelzoom=350 -modelanim=seq_6181 -modelorthog=yes -unknown100=0 -unknown101=3000 -onvartransmit=script557 -onvartransmitlist=varplayer_1095 - -// 625:40 -[com_40] -type=rectangle -x=46 -y=68 -width=173 -height=39 -colour=0x3d342e -fill=yes - -// 625:41 -[com_41] -type=line -x=44 -y=66 -width=176 -colour=0x332b25 - -// 625:42 -[com_42] -type=line -x=44 -y=108 -width=176 -colour=0x332b25 - -// 625:43 -[com_43] -type=line -x=220 -y=66 -height=41 -colour=0x332b25 - -// 625:44 -[com_44] -type=line -x=44 -y=66 -height=41 -colour=0x332b25 - -// 625:45 -[com_45] -type=text -x=57 -y=74 -width=154 -height=31 -textfont=p12_full -text=Please select your goblin from the options below: -textshadow=yes -colour=0xd0830d - -// 625:46 -[com_46] -type=rectangle -x=1 -y=40 -width=173 -height=7 -layer=com_65 -colour=0x433a31 -fill=yes - -// 625:47 -[com_47] -type=rectangle -y=47 -width=173 -height=10 -layer=com_65 -colour=0x423930 -fill=yes - -// 625:48 -[com_48] -type=rectangle -y=57 -width=173 -height=10 -layer=com_65 -colour=0x413830 -fill=yes - -// 625:49 -[com_49] -type=rectangle -y=67 -width=173 -height=10 -layer=com_65 -colour=0x40372f -fill=yes - -// 625:50 -[com_50] -type=rectangle -y=77 -width=173 -height=10 -layer=com_65 -colour=0x3f362f -fill=yes - -// 625:51 -[com_51] -type=rectangle -y=87 -width=173 -height=10 -layer=com_65 -colour=0x3e352e -fill=yes - -// 625:52 -[com_52] -type=rectangle -y=97 -width=173 -height=10 -layer=com_65 -colour=0x3d342e -fill=yes - -// 625:53 -[com_53] -type=rectangle -y=107 -width=173 -height=10 -layer=com_65 -colour=0x3c332d -fill=yes - -// 625:54 -[com_54] -type=rectangle -y=117 -width=173 -height=10 -layer=com_65 -colour=0x3b322d -fill=yes - -// 625:55 -[com_55] -type=rectangle -y=127 -width=173 -height=10 -layer=com_65 -colour=0x3a312c -fill=yes - -// 625:56 -[com_56] -type=rectangle -y=137 -width=173 -height=10 -layer=com_65 -colour=0x39302c -fill=yes - -// 625:57 -[com_57] -type=rectangle -y=147 -width=173 -height=10 -layer=com_65 -colour=0x382f2b -fill=yes - -// 625:58 -[com_58] -type=rectangle -y=157 -width=173 -height=10 -layer=com_65 -colour=0x372e29 -fill=yes - -// 625:59 -[com_59] -type=rectangle -y=167 -width=173 -height=10 -layer=com_65 -colour=0x362d28 -fill=yes - -// 625:60 -[com_60] -type=rectangle -y=177 -width=173 -height=10 -layer=com_65 -colour=0x352d27 -fill=yes - -// 625:61 -[com_61] -type=rectangle -y=187 -width=173 -height=10 -layer=com_65 -colour=0x342c26 -fill=yes - -// 625:62 -[com_62] -type=rectangle -y=197 -width=173 -height=10 -layer=com_65 -colour=0x332b25 -fill=yes - -// 625:63 -[com_63] -type=rectangle -y=207 -width=173 -height=10 -layer=com_65 -colour=0x322a24 -fill=yes - -// 625:64 -[com_64] -type=rectangle -y=217 -width=173 -height=9 -layer=com_65 -colour=0x312923 -fill=yes - -// 625:65 -[com_65] -type=layer -x=46 -y=80 -width=173 -height=236 - -// 625:66 -[com_66] -type=layer -x=252 -y=73 -width=202 -height=226 - -// 625:67 -[com_67] -type=text -x=21 -y=31 -width=469 -height=15 -textfont=b12_full -text=Select your Goblin -textalignh=1 -textshadow=yes -colour=0xc9800d - -// 625:68 -[com_68] -type=text -x=30 -y=5 -width=124 -height=16 -layer=com_86 -textfont=p12_full -text=Goblin 1 -textshadow=yes -colour=0xc9800d - -// 625:69 -[com_69] -type=graphic -x=10 -y=5 -width=36 -height=36 -layer=com_86 -graphic="miscgraphics,10" - -// 625:70 -[com_70] -type=layer -x=7 -y=5 -width=147 -height=21 -layer=com_86 -opbase=Goblin 1 -op1=Select -onop=script556(1) - -// 625:71 -[com_71] -type=text -x=30 -y=30 -width=124 -height=16 -layer=com_86 -textfont=p12_full -text=Goblin 2 -textshadow=yes -colour=0xc9800d - -// 625:72 -[com_72] -type=graphic -x=10 -y=30 -width=36 -height=36 -layer=com_86 -graphic="miscgraphics,10" - -// 625:73 -[com_73] -type=layer -x=7 -y=30 -width=147 -height=21 -layer=com_86 -opbase=Goblin 2 -op1=Select -onop=script556(2) - -// 625:74 -[com_74] -type=text -x=30 -y=55 -width=124 -height=16 -layer=com_86 -textfont=p12_full -text=Goblin 3 -textshadow=yes -colour=0xc9800d - -// 625:75 -[com_75] -type=graphic -x=10 -y=55 -width=36 -height=36 -layer=com_86 -graphic="miscgraphics,10" - -// 625:76 -[com_76] -type=layer -x=7 -y=55 -width=147 -height=21 -layer=com_86 -opbase=Goblin 3 -op1=Select -onop=script556(3) - -// 625:77 -[com_77] -type=text -x=30 -y=80 -width=124 -height=16 -layer=com_86 -textfont=p12_full -text=Goblin 4 -textshadow=yes -colour=0xc9800d - -// 625:78 -[com_78] -type=graphic -x=10 -y=80 -width=36 -height=36 -layer=com_86 -graphic="miscgraphics,10" - -// 625:79 -[com_79] -type=layer -x=7 -y=80 -width=147 -height=21 -layer=com_86 -opbase=Goblin 4 -op1=Select -onop=script556(4) - -// 625:80 -[com_80] -type=text -x=30 -y=105 -width=124 -height=16 -layer=com_86 -textfont=p12_full -text=Goblin 5 -textshadow=yes -colour=0xc9800d - -// 625:81 -[com_81] -type=graphic -x=10 -y=105 -width=36 -height=36 -layer=com_86 -graphic="miscgraphics,10" - -// 625:82 -[com_82] -type=layer -x=7 -y=105 -width=147 -height=21 -layer=com_86 -opbase=Goblin 5 -op1=Select -onop=script556(5) - -// 625:83 -[com_83] -type=text -x=30 -y=130 -width=124 -height=16 -layer=com_86 -textfont=p12_full -text=Goblin 6 -textshadow=yes -colour=0xc9800d - -// 625:84 -[com_84] -type=graphic -x=10 -y=130 -width=36 -height=36 -layer=com_86 -graphic="miscgraphics,10" - -// 625:85 -[com_85] -type=layer -x=7 -y=130 -width=147 -height=21 -layer=com_86 -opbase=Goblin 6 -op1=Select -onop=script556(6) - -// 625:86 -[com_86] -type=layer -x=46 -y=120 -width=173 -height=183 -scrollheight=400 - -// 625:87 -[com_87] -type=layer -x=219 -y=120 -width=16 -height=187 -scrollheight=400 -onload=script430 - -// 625:88 -[com_88] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 625:89 -[com_89] -type=line -x=44 -y=118 -width=176 -colour=0x332b25 - -// 625:90 -[com_90] -type=line -x=44 -y=119 -height=187 -colour=0x332b25 - -// 625:91 -[com_91] -type=line -x=220 -y=119 -height=187 -colour=0x332b25 - -// 625:92 -[com_92] -type=line -x=44 -y=307 -width=176 -colour=0x332b25 - -// 625:93 -[com_93] -type=line -x=238 -y=66 -width=225 -colour=0x332b25 - -// 625:94 -[com_94] -type=line -x=238 -y=67 -height=239 -colour=0x332b25 - -// 625:95 -[com_95] -type=line -x=463 -y=67 -height=239 -colour=0x332b25 - -// 625:96 -[com_96] -type=line -x=238 -y=307 -width=225 -colour=0x332b25 - -// 625:97 -[com_97] -type=graphic -x=104 -y=273 -width=106 -height=7 -graphic="v2_stone_button,5" -tiling=yes - -// 625:98 -[com_98] -type=graphic -x=105 -y=293 -width=103 -height=10 -graphic="v2_stone_button,7" -tiling=yes - -// 625:99 -[com_99] -type=graphic -x=207 -y=276 -width=15 -height=20 -graphic="v2_stone_button,6" -tiling=yes - -// 625:100 -[com_100] -type=graphic -x=99 -y=278 -width=9 -height=22 -graphic="v2_stone_button,4" -tiling=yes - -// 625:101 -[com_101] -type=graphic -x=207 -y=293 -width=9 -height=9 -graphic="v2_stone_button,3" - -// 625:102 -[com_102] -type=graphic -x=207 -y=273 -width=9 -height=9 -graphic="v2_stone_button,1" - -// 625:103 -[com_103] -type=graphic -x=99 -y=273 -width=9 -height=9 -graphic="v2_stone_button,0" - -// 625:104 -[com_104] -type=graphic -x=99 -y=293 -width=9 -height=9 -graphic="v2_stone_button,2" - -// 625:105 -[com_105] -type=text -x=106 -y=280 -width=103 -height=15 -textfont=p12_full -text=Confirm -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc9800d - -// 625:106 -[com_106] -type=layer -x=99 -y=273 -width=117 -height=29 -op1=Confirm - diff --git a/dumps/530/interface/interface_626.if3 b/dumps/530/interface/interface_626.if3 deleted file mode 100644 index 2679d5dd6..000000000 --- a/dumps/530/interface/interface_626.if3 +++ /dev/null @@ -1,639 +0,0 @@ -// 626:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 626:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes -opbase= - -// 626:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 626:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 626:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 626:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 626:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 626:7 -[com_7] -type=graphic -x=476 -y=28 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 626:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 626:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 626:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 626:11 -[com_11] -type=graphic -x=24 -y=32 -width=470 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 626:12 -[com_12] -type=graphic -x=468 -y=262 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 626:13 -[com_13] -type=graphic -x=13 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 626:14 -[com_14] -type=graphic -x=232 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,11" - -// 626:15 -[com_15] -type=graphic -x=230 -y=57 -width=32 -height=260 -graphic="v2_stone_borders,13" -tiling=yes -opbase= - -// 626:16 -[com_16] -type=graphic -x=19 -y=169 -width=226 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 626:17 -[com_17] -type=graphic -x=248 -y=260 -width=241 -height=32 -graphic="v2_stone_borders,8" -tiling=yes -opbase=m - -// 626:18 -[com_18] -type=graphic -x=244 -y=260 -width=32 -height=32 -graphic="v2_stone_borders,16" - -// 626:19 -[com_19] -type=graphic -x=231 -y=46 -width=32 -height=32 -graphic="v2_stone_borders,14" - -// 626:20 -[com_20] -type=text -x=55 -y=27 -width=397 -height=18 -textfont=b12_full -text=Are you sure you want to fight this duel? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 626:21 -[com_21] -type=layer -x=20 -y=52 -width=208 -height=129 - -// 626:22 -[com_22] -type=layer -x=20 -y=186 -width=208 -height=129 - -// 626:23 -[com_23] -type=text -x=9 -y=2 -width=205 -height=15 -layer=com_21 -textfont=p12_full -text=You are about to stake: -textalignh=1 -textshadow=yes -colour=0xbf751d -opbase= - -// 626:24 -[com_24] -type=text -x=9 -y=2 -width=205 -height=15 -layer=com_22 -textfont=p12_full -text=Your opponent will stake: -textalignh=1 -textshadow=yes -colour=0xbf751d - -// 626:25 -[com_25] -type=text -x=60 -y=20 -width=96 -height=11 -layer=com_21 -textfont=p11_full -text=Absolutely nothing! -textalignh=1 -textshadow=yes -colour=0x77736a - -// 626:26 -[com_26] -type=text -x=60 -y=20 -width=96 -height=11 -layer=com_22 -textfont=p11_full -text=Absolutely nothing! -textalignh=1 -textshadow=yes -colour=0x77736a - -// 626:27 -[com_27] -type=text -x=255 -y=55 -width=221 -height=12 -textfont=p11_full -text=Before the duel starts: -textshadow=yes -colour=0xbf751d - -// 626:28 -[com_28] -type=text -x=255 -y=80 -width=231 -height=13 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:29 -[com_29] -type=text -x=255 -y=92 -width=231 -height=13 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:30 -[com_30] -type=text -x=255 -y=104 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:31 -[com_31] -type=text -x=255 -y=116 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:32 -[com_32] -type=text -x=255 -y=129 -width=223 -height=11 -textfont=p11_full -text=During the duel: -textshadow=yes -colour=0xbf751d - -// 626:33 -[com_33] -type=text -x=255 -y=142 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:34 -[com_34] -type=text -x=255 -y=154 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:35 -[com_35] -type=text -x=255 -y=166 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:36 -[com_36] -type=text -x=255 -y=178 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:37 -[com_37] -type=text -x=255 -y=190 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:38 -[com_38] -type=text -x=255 -y=202 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:39 -[com_39] -type=text -x=255 -y=214 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:40 -[com_40] -type=text -x=255 -y=226 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:41 -[com_41] -type=text -x=255 -y=68 -width=232 -height=11 -textfont=p11_full -text=Lots of y's and g's -textshadow=yes -colour=0xaaaaaa - -// 626:42 -[com_42] -type=text -x=255 -y=238 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:43 -[com_43] -type=text -x=255 -y=250 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:44 -[com_44] -type=text -x=255 -y=262 -width=232 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textshadow=yes -colour=0xaaaaaa - -// 626:45 -[com_45] -type=text -x=251 -y=303 -width=243 -height=15 -textfont=p11_full -text=Waiting for other player... -textalignh=1 -textshadow=yes -colour=0x77736a - -// 626:46 -[com_46] -type=text -x=4 -y=4 -width=188 -height=200 -layer=com_48 -textfont=p11_full -textshadow=yes -colour=0xaaaaaa - -// 626:47 -[com_47] -type=text -x=4 -y=4 -width=188 -height=200 -layer=com_49 -textfont=p11_full -textshadow=yes -colour=0xaaaaaa - -// 626:48 -[com_48] -type=layer -x=26 -y=67 -width=196 -height=108 -scrollheight=300 -oninvtransmit=script206 -oninvtransmitlist=inv_134 - -// 626:49 -[com_49] -type=layer -x=26 -y=206 -width=196 -height=108 -scrollheight=300 -oninvtransmit=script206 -oninvtransmitlist=inv_134 - -// 626:50 -[com_50] -type=layer -x=224 -y=70 -width=16 -height=108 -onload=script63(event_com, interface_626:com_48, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 626:51 -[com_51] -type=layer -x=224 -y=206 -width=16 -height=108 -onload=script63(event_com, interface_626:com_49, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 626:52 -[com_52] -type=layer -x=287 -y=281 -width=70 -height=18 -opbase= -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 626:53 -[com_53] -type=text -width=70 -height=18 -layer=com_52 -textfont=p12_full -text=Accept -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x00cc00 -opbase= -op1=Accept -onload=script92(event_com) -onmouseover=script45(event_com, 0x00ab00) -onmouseleave=script45(event_com, 0x00cc00) - -// 626:54 -[com_54] -type=layer -x=388 -y=281 -width=70 -height=18 -opbase= -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 626:55 -[com_55] -type=text -width=70 -height=18 -layer=com_54 -textfont=p12_full -text=Decline -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc0000 -opbase= -op1=Decline -onmouseover=script45(event_com, 0xab0000) -onmouseleave=script45(event_com, 0xcc0000) -onclick=script29 - diff --git a/dumps/530/interface/interface_627.if3 b/dumps/530/interface/interface_627.if3 deleted file mode 100644 index 336d8b09f..000000000 --- a/dumps/530/interface/interface_627.if3 +++ /dev/null @@ -1,213 +0,0 @@ -// 627:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 627:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 627:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 627:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 627:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 627:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 627:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 627:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 627:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 627:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 627:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 627:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 627:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_627:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_627:com_12, "v2_stone_close_button,0") -onop=script29 - -// 627:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 627:14 -[com_14] -type=text -x=107 -y=104 -width=315 -height=87 -textfont=p12_full -text=Duelling is an honourable pastime. Anyone leaving a duel or tournament by ANY means, accidentally or deliberately, will lose their duel and their stake. No exceptions. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 627:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 627:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 627:17 -[com_17] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_19 -textfont=p12_full -text=Don't show me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 627:18 -[com_18] -type=graphic -x=2 -width=19 -height=19 -layer=com_19 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_627:com_18, 26) -onclick=script163(interface_627:com_18) -onvartransmitlist=varplayer_1047 - -// 627:19 -[com_19] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_628.if3 b/dumps/530/interface/interface_628.if3 deleted file mode 100644 index 713e3eaec..000000000 --- a/dumps/530/interface/interface_628.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 628:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_629.if3 b/dumps/530/interface/interface_629.if3 deleted file mode 100644 index aa94cc7e5..000000000 --- a/dumps/530/interface/interface_629.if3 +++ /dev/null @@ -1,864 +0,0 @@ -// 629:0 -[com_0] -type=rectangle -x=105 -y=15 -width=331 -height=315 -colour=0x000000 -fill=yes -trans=200 - -// 629:1 -[com_1] -type=graphic -x=104 -y=15 -width=319 -height=302 -graphic=tradebacking -tiling=yes - -// 629:2 -[com_2] -type=graphic -x=84 -y=40 -width=32 -height=257 -graphic="v2_stone_borders,1" -tiling=yes - -// 629:3 -[com_3] -type=graphic -x=97 -y=10 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 629:4 -[com_4] -type=graphic -x=410 -y=40 -width=23 -height=257 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 629:5 -[com_5] -type=graphic -x=129 -y=-3 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 629:6 -[com_6] -type=graphic -x=129 -y=304 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 629:7 -[com_7] -type=graphic -x=97 -y=292 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 629:8 -[com_8] -type=graphic -x=398 -y=10 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 629:9 -[com_9] -type=graphic -x=398 -y=292 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 629:10 -[com_10] -type=graphic -x=103 -y=26 -width=319 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 629:11 -[com_11] -type=text -x=197 -y=20 -width=102 -height=15 -textfont=b12_full -text=Tournament Value: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe1961f - -// 629:12 -[com_12] -type=text -x=317 -y=20 -width=32 -height=15 -textfont=b12_full -text=0 -textalignv=1 -textshadow=yes -colour=0xff961f -opbase= - -// 629:13 -[com_13] -type=graphic -x=404 -y=19 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 629:14 -[com_14] -type=layer -x=115 -y=43 -width=148 -height=16 -onload=script100(event_com) - -// 629:15 -[com_15] -type=layer -x=115 -y=62 -width=148 -height=16 -onload=script100(event_com) - -// 629:16 -[com_16] -type=layer -x=115 -y=81 -width=148 -height=16 -onload=script100(event_com) - -// 629:17 -[com_17] -type=layer -x=115 -y=100 -width=148 -height=16 -onload=script100(event_com) - -// 629:18 -[com_18] -type=layer -x=115 -y=119 -width=148 -height=16 -onload=script100(event_com) - -// 629:19 -[com_19] -type=layer -x=115 -y=138 -width=148 -height=16 -onload=script100(event_com) - -// 629:20 -[com_20] -type=layer -x=115 -y=157 -width=148 -height=16 -onload=script100(event_com) - -// 629:21 -[com_21] -type=layer -x=115 -y=176 -width=148 -height=16 -onload=script100(event_com) - -// 629:22 -[com_22] -type=layer -x=115 -y=195 -width=148 -height=16 -onload=script100(event_com) - -// 629:23 -[com_23] -type=layer -x=115 -y=214 -width=148 -height=16 -onload=script100(event_com) - -// 629:24 -[com_24] -type=layer -x=115 -y=233 -width=148 -height=16 -onload=script100(event_com) - -// 629:25 -[com_25] -type=layer -x=115 -y=252 -width=148 -height=16 -onload=script100(event_com) - -// 629:26 -[com_26] -type=layer -x=115 -y=271 -width=148 -height=16 -onload=script100(event_com) - -// 629:27 -[com_27] -type=layer -x=262 -y=43 -width=148 -height=16 -onload=script100(event_com) - -// 629:28 -[com_28] -type=layer -x=262 -y=62 -width=148 -height=16 -onload=script100(event_com) - -// 629:29 -[com_29] -type=layer -x=262 -y=81 -width=148 -height=16 -onload=script100(event_com) - -// 629:30 -[com_30] -type=layer -x=262 -y=100 -width=148 -height=16 -onload=script100(event_com) - -// 629:31 -[com_31] -type=layer -x=262 -y=119 -width=148 -height=16 -onload=script100(event_com) - -// 629:32 -[com_32] -type=layer -x=262 -y=138 -width=148 -height=16 -onload=script100(event_com) - -// 629:33 -[com_33] -type=layer -x=262 -y=157 -width=148 -height=16 -onload=script100(event_com) - -// 629:34 -[com_34] -type=layer -x=262 -y=176 -width=148 -height=16 -onload=script100(event_com) - -// 629:35 -[com_35] -type=layer -x=262 -y=195 -width=148 -height=16 -onload=script100(event_com) - -// 629:36 -[com_36] -type=layer -x=262 -y=214 -width=148 -height=16 -onload=script100(event_com) - -// 629:37 -[com_37] -type=layer -x=262 -y=233 -width=148 -height=16 -onload=script100(event_com) - -// 629:38 -[com_38] -type=layer -x=262 -y=252 -width=148 -height=16 -onload=script100(event_com) - -// 629:39 -[com_39] -type=layer -x=262 -y=271 -width=148 -height=16 -onload=script100(event_com) - -// 629:40 -[com_40] -type=text -x=121 -y=45 -width=100 -height=12 -textfont=p11_full -text=Rank Required: -textshadow=yes -colour=0xe1961f - -// 629:41 -[com_41] -type=text -x=121 -y=64 -width=100 -height=12 -textfont=p11_full -text=Entry Fee: -textshadow=yes -colour=0xe1961f - -// 629:42 -[com_42] -type=text -x=121 -y=83 -width=100 -height=12 -textfont=p11_full -text=Potions: -textshadow=yes -colour=0xe1961f - -// 629:43 -[com_43] -type=text -x=121 -y=102 -width=100 -height=12 -textfont=p11_full -text=Food: -textshadow=yes -colour=0xe1961f - -// 629:44 -[com_44] -type=text -x=121 -y=121 -width=100 -height=12 -textfont=p11_full -text=Prayer: -textshadow=yes -colour=0xe1961f - -// 629:45 -[com_45] -type=text -x=121 -y=140 -width=100 -height=12 -textfont=p11_full -text=Special Attacks: -textshadow=yes -colour=0xe1961f - -// 629:46 -[com_46] -type=text -x=121 -y=159 -width=100 -height=12 -textfont=p11_full -text=Obstacles: -textshadow=yes -colour=0xe1961f - -// 629:47 -[com_47] -type=text -x=121 -y=178 -width=100 -height=12 -textfont=p11_full -text=Ranged: -textshadow=yes -colour=0xe1961f - -// 629:48 -[com_48] -type=text -x=121 -y=197 -width=100 -height=12 -textfont=p11_full -text=Melee: -textshadow=yes -colour=0xcc9900 - -// 629:49 -[com_49] -type=text -x=121 -y=216 -width=100 -height=12 -textfont=p11_full -text=Magic: -textshadow=yes -colour=0xe1961f - -// 629:50 -[com_50] -type=text -x=121 -y=235 -width=100 -height=12 -textfont=p11_full -text=Heal Between Rounds: -textshadow=yes -colour=0xe1961f - -// 629:51 -[com_51] -type=text -x=121 -y=254 -width=100 -height=12 -textfont=p11_full -text=Weapon Slots Only: -textshadow=yes -colour=0xe1961f - -// 629:52 -[com_52] -type=text -x=121 -y=273 -width=100 -height=12 -textfont=p11_full -text=Summoning: -textshadow=yes -colour=0xe1961f - -// 629:53 -[com_53] -type=text -x=273 -y=45 -width=100 -height=12 -textfont=p11_full -text=rank -textshadow=yes -colour=0xe1961f - -// 629:54 -[com_54] -type=text -x=273 -y=64 -width=100 -height=12 -textfont=p11_full -text=fee -textshadow=yes -colour=0xe1961f - -// 629:55 -[com_55] -type=text -x=273 -y=83 -width=100 -height=12 -textfont=p11_full -text=fee -textshadow=yes -colour=0xe1961f - -// 629:56 -[com_56] -type=text -x=273 -y=102 -width=100 -height=12 -textfont=p11_full -text=fee -textshadow=yes -colour=0xe1961f - -// 629:57 -[com_57] -type=text -x=273 -y=121 -width=100 -height=12 -textfont=p11_full -text=fee -textshadow=yes -colour=0xe1961f - -// 629:58 -[com_58] -type=text -x=273 -y=140 -width=100 -height=12 -textfont=p11_full -text=spec -textshadow=yes -colour=0xe1961f - -// 629:59 -[com_59] -type=text -x=273 -y=159 -width=100 -height=12 -textfont=p11_full -text=obstacles -textshadow=yes -colour=0xe1961f - -// 629:60 -[com_60] -type=text -x=273 -y=178 -width=100 -height=12 -textfont=p11_full -text=ranged -textshadow=yes -colour=0xe1961f - -// 629:61 -[com_61] -type=text -x=273 -y=197 -width=100 -height=12 -textfont=p11_full -text=melee -textshadow=yes -colour=0xe1961f - -// 629:62 -[com_62] -type=text -x=273 -y=216 -width=100 -height=12 -textfont=p11_full -text=magic -textshadow=yes -colour=0xe1961f - -// 629:63 -[com_63] -type=text -x=273 -y=235 -width=100 -height=12 -textfont=p11_full -text=heal -textshadow=yes -colour=0xe1961f - -// 629:64 -[com_64] -type=text -x=273 -y=254 -width=100 -height=12 -textfont=p11_full -text=weapon -textshadow=yes -colour=0xe1961f - -// 629:65 -[com_65] -type=text -x=273 -y=273 -width=100 -height=12 -textfont=p11_full -text=summon -textshadow=yes -colour=0xe1961f - -// 629:66 -[com_66] -type=layer -x=225 -y=289 -width=71 -height=24 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 629:67 -[com_67] -type=text -x=1 -width=71 -height=24 -layer=com_73 -textfont=b12_full -text=Join -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x009900 -opbase= -op1=Join -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x009900) - -// 629:68 -[com_68] -type=text -x=1 -width=71 -height=24 -layer=com_74 -textfont=b12_full -text=Join -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x009900 -opbase= -op1=Join -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x009900) - -// 629:69 -[com_69] -type=text -x=1 -width=71 -height=24 -layer=com_75 -textfont=b12_full -text=Join -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x009900 -opbase= -op1=Join -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x009900) - -// 629:70 -[com_70] -type=text -x=1 -width=71 -height=24 -layer=com_76 -textfont=b12_full -text=Join -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x009900 -opbase= -op1=Join -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x009900) - -// 629:71 -[com_71] -type=text -x=1 -width=71 -height=24 -layer=com_77 -textfont=b12_full -text=Join -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x009900 -opbase= -op1=Join -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x009900) - -// 629:72 -[com_72] -type=text -x=1 -width=71 -height=24 -layer=com_78 -textfont=b12_full -text=Resign -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x990000 -opbase= -op1=Resign -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, 0x990000) - -// 629:73 -[com_73] -type=layer -x=224 -y=289 -width=73 -height=24 - -// 629:74 -[com_74] -type=layer -x=224 -y=289 -width=73 -height=24 - -// 629:75 -[com_75] -type=layer -x=224 -y=289 -width=73 -height=24 - -// 629:76 -[com_76] -type=layer -x=224 -y=289 -width=73 -height=24 - -// 629:77 -[com_77] -type=layer -x=224 -y=289 -width=73 -height=24 - -// 629:78 -[com_78] -type=layer -x=224 -y=289 -width=73 -height=24 - diff --git a/dumps/530/interface/interface_63.if b/dumps/530/interface/interface_63.if deleted file mode 100644 index ee8cf085f..000000000 --- a/dumps/530/interface/interface_63.if +++ /dev/null @@ -1,33 +0,0 @@ -// 63:0 -[com_0] - -// 63:1 -[com_1] - -// 63:2 -[com_2] - -// 63:3 -[com_3] - -// 63:4 -[com_4] - -// 63:5 -[com_5] - -// 63:6 -[com_6] - -// 63:7 -[com_7] - -// 63:8 -[com_8] - -// 63:9 -[com_9] - -// 63:10 -[com_10] - diff --git a/dumps/530/interface/interface_630.if3 b/dumps/530/interface/interface_630.if3 deleted file mode 100644 index d2da2fdbb..000000000 --- a/dumps/530/interface/interface_630.if3 +++ /dev/null @@ -1,516 +0,0 @@ -// 630:0 -[com_0] -type=rectangle -x=39 -y=7 -width=16487 -height=16440 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_14 -colour=0x000000 -fill=yes -trans=100 - -// 630:1 -[com_1] -type=model -x=173 -y=-84 -width=312 -height=468 -layer=com_14 -model=model_17211 -modelorigin_x=-3 -modelorigin_y=-54 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=64065 -unknown101=3000 - -// 630:2 -[com_2] -type=model -x=247 -y=-6 -width=159 -height=308 -layer=com_14 -model=model_17214 -modelorigin_x=0 -modelorigin_y=-52 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=64049 -unknown101=3000 - -// 630:3 -[com_3] -type=model -x=339 -y=154 -width=49 -height=75 -layer=com_14 -model=model_17201 -modelorigin_x=-4 -modelorigin_y=148 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64325 -unknown101=3000 - -// 630:4 -[com_4] -type=model -x=353 -y=154 -width=49 -height=75 -layer=com_14 -model=model_17201 -modelorigin_x=-4 -modelorigin_y=148 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64324 -unknown101=3000 - -// 630:5 -[com_5] -type=model -x=390 -y=108 -width=12 -height=11 -layer=com_14 -model=null -modelorigin_x=-47 -modelorigin_y=177 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64386 -unknown101=3000 - -// 630:6 -[com_6] -type=model -x=390 -y=120 -width=12 -height=12 -layer=com_14 -model=model_17219 -modelorigin_x=-47 -modelorigin_y=166 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64324 -unknown101=3000 - -// 630:7 -[com_7] -type=model -x=390 -y=133 -width=12 -height=10 -layer=com_14 -model=null -modelorigin_x=-47 -modelorigin_y=155 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=347 -unknown100=64386 -unknown101=3000 - -// 630:8 -[com_8] -type=rectangle -x=275 -y=134 -width=28 -height=42 -layer=com_14 -colour=0xffffff -trans=255 -op1=Insert coin - -// 630:9 -[com_9] -type=model -x=-18 -y=183 -width=241 -height=101 -layer=com_14 -model=model_17187 -modelorigin_x=17 -modelorigin_y=13 -modelangle_x=5 -modelangle_y=477 -modelangle_z=0 -modelzoom=400 -unknown100=64330 -unknown101=3000 - -// 630:10 -[com_10] -type=model -x=280 -y=138 -width=18 -height=37 -layer=com_14 -model=model_17224 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1110 -unknown100=63892 -unknown101=3000 - -// 630:11 -[com_11] -type=model -x=109 -y=184 -width=57 -height=49 -layer=com_14 -model=null -modelorigin_x=4 -modelorigin_y=2 -modelangle_x=0 -modelangle_y=1524 -modelangle_z=341 -modelzoom=300 -unknown100=64536 -unknown101=3000 - -// 630:12 -[com_12] -type=rectangle -x=388 -y=110 -width=18 -height=32 -layer=com_14 -colour=0x000000 -trans=255 -op1=Unlock machine - -// 630:13 -[com_13] -type=model -x=355 -y=110 -width=33 -height=33 -layer=com_14 -model=model_17215 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63966 -unknown101=3000 - -// 630:14 -[com_14] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre -onload=script1324(interface_630:com_3, interface_630:com_4, interface_630:com_5, interface_630:com_6, interface_630:com_7, interface_630:com_15) -onvartransmit=script1324(interface_630:com_3, interface_630:com_4, interface_630:com_5, interface_630:com_6, interface_630:com_7, interface_630:com_15) -onvartransmitlist=varplayer_844,varplayer_848,varplayer_849 - -// 630:15 -[com_15] -type=graphic -x=354 -y=110 -width=36 -height=32 -layer=com_14 -outline=1 -graphicshadow=2894892 - -// 630:16 -[com_16] -type=rectangle -x=39 -y=7 -width=16487 -height=16440 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_14 -colour=0x000000 - -// 630:17 -[com_17] -type=graphic -x=476 -y=8 -width=26 -height=23 -layer=com_14 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 630:18 -[com_18] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 630:19 -[com_19] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 630:20 -[com_20] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_19 - -// 630:21 -[com_21] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 630:22 -[com_22] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 630:23 -[com_23] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 630:24 -[com_24] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 630:25 -[com_25] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 630:26 -[com_26] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 630:27 -[com_27] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 630:28 -[com_28] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 630:29 -[com_29] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_20 - -// 630:30 -[com_30] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_20 - -// 630:31 -[com_31] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_20 - -// 630:32 -[com_32] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_20 - -// 630:33 -[com_33] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_20 - -// 630:34 -[com_34] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_30 -graphic=tradebacking -tiling=yes -outline=2 - -// 630:35 -[com_35] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_29 -graphic=tradebacking -tiling=yes -outline=2 - -// 630:36 -[com_36] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_31 -graphic=tradebacking -tiling=yes -outline=2 - -// 630:37 -[com_37] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_32 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_631.if3 b/dumps/530/interface/interface_631.if3 deleted file mode 100644 index d10251900..000000000 --- a/dumps/530/interface/interface_631.if3 +++ /dev/null @@ -1,1365 +0,0 @@ -// 631:0 -[com_0] -type=graphic -x=8 -y=25 -width=497 -height=302 -layer=com_3 -graphic=tradebacking -tiling=yes - -// 631:1 -[com_1] -type=graphic -x=-12 -y=51 -width=32 -height=252 -layer=com_3 -graphic="v2_stone_borders,1" -tiling=yes - -// 631:2 -[com_2] -type=graphic -x=1 -y=20 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,4" - -// 631:3 -[com_3] -type=layer -width=512 -height=334 - -// 631:4 -[com_4] -type=graphic -x=492 -y=51 -width=32 -height=251 -layer=com_3 -graphic="v2_stone_borders,3" -tiling=yes - -// 631:5 -[com_5] -type=graphic -x=33 -y=7 -width=447 -height=34 -layer=com_3 -graphic="v2_stone_borders,0" -tiling=yes - -// 631:6 -[com_6] -type=graphic -x=32 -y=314 -width=448 -height=32 -layer=com_3 -graphic="v2_stone_borders,2" -tiling=yes - -// 631:7 -[com_7] -type=graphic -x=1 -y=302 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,6" - -// 631:8 -[com_8] -type=graphic -x=480 -y=20 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,5" - -// 631:9 -[com_9] -type=graphic -x=480 -y=302 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,7" - -// 631:10 -[com_10] -type=graphic -x=164 -y=26 -width=32 -height=301 -layer=com_3 -graphic="v2_stone_borders,24" -tiling=yes - -// 631:11 -[com_11] -type=graphic -x=197 -y=37 -width=308 -height=32 -layer=com_3 -graphic="v2_stone_borders,23" -tiling=yes - -// 631:12 -[com_12] -type=graphic -x=165 -y=37 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,25" -tiling=yes - -// 631:13 -[com_13] -type=graphic -x=162 -y=162 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,26" -tiling=yes - -// 631:14 -[com_14] -type=graphic -x=7 -y=162 -width=155 -height=32 -layer=com_3 -graphic="v2_stone_borders,23" -tiling=yes - -// 631:15 -[com_15] -type=graphic -x=8 -y=29 -width=170 -height=32 -layer=com_3 -graphic="v2_borders_slim,11" -tiling=yes - -// 631:16 -[com_16] -type=graphic -x=8 -y=49 -width=170 -height=32 -layer=com_3 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 631:17 -[com_17] -type=graphic -x=8 -y=180 -width=170 -height=32 -layer=com_3 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 631:18 -[com_18] -type=graphic -x=8 -y=200 -width=170 -height=32 -layer=com_3 -graphic="v2_borders_slim,11" -tiling=yes - -// 631:19 -[com_19] -type=graphic -x=330 -y=53 -width=32 -height=210 -layer=com_3 -graphic="v2_borders_slim,12" -tiling=yes - -// 631:20 -[com_20] -type=graphic -x=181 -y=277 -width=324 -height=32 -layer=com_3 -graphic="v2_borders_slim,11" -tiling=yes - -// 631:21 -[com_21] -type=graphic -x=165 -y=249 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,25" - -// 631:22 -[com_22] -type=graphic -x=197 -y=249 -width=308 -height=32 -layer=com_3 -graphic="v2_stone_borders,23" -tiling=yes - -// 631:23 -[com_23] -type=graphic -x=486 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 631:24 -[com_24] -type=text -x=185 -y=30 -width=65 -height=15 -textfont=p12_full -text=Opponent: -textlineheight=12 -textshadow=yes -colour=0xe1981f - -// 631:25 -[com_25] -type=text -x=253 -y=30 -width=90 -height=15 -textfont=p12_full -text=abcdefghijklmno -textlineheight=12 -textshadow=yes -colour=0xe1981f - -// 631:26 -[com_26] -type=text -x=355 -y=30 -width=105 -height=15 -textfont=p12_full -text=Opponent's Level: -textlineheight=12 -textshadow=yes -colour=0xe1981f - -// 631:27 -[com_27] -type=text -x=459 -y=30 -width=26 -height=15 -textfont=p12_full -text=126 -textlineheight=12 -textshadow=yes -colour=0xe1981f - -// 631:28 -[com_28] -type=text -x=181 -y=294 -width=323 -height=32 -textfont=p11_full -text=AAAAAAAAAAAAAAAA -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 631:29 -[com_29] -type=text -x=31 -y=8 -width=100 -height=15 -layer=com_56 -textfont=p11_full -text=No Ranged -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player is allowed to use ranged attacks.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:30 -[com_30] -type=graphic -x=8 -y=8 -width=15 -height=15 -layer=com_56 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player is allowed to use Ranged attacks.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:31 -[com_31] -type=text -x=31 -y=26 -width=100 -height=15 -layer=com_56 -textfont=p11_full -text=No Melee -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player is allowed to use melee attacks.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:32 -[com_32] -type=graphic -x=8 -y=26 -width=15 -height=15 -layer=com_56 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player is allowed to use melee attacks.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:33 -[com_33] -type=text -x=31 -y=44 -width=100 -height=15 -layer=com_56 -textfont=p11_full -text=No Magic -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player is allowed to use Magic attacks.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:34 -[com_34] -type=graphic -x=8 -y=44 -width=15 -height=15 -layer=com_56 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player is allowed to use Magic attacks.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:35 -[com_35] -type=text -x=31 -y=62 -width=100 -height=15 -layer=com_56 -textfont=p11_full -text=Fun Weapons -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Both players will use a 'fun weapon', such as: rubber chicken.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:36 -[com_36] -type=graphic -x=8 -y=62 -width=15 -height=15 -layer=com_56 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Both players will use a 'fun weapon', such as: rubber chicken.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:37 -[com_37] -type=text -x=31 -y=80 -width=100 -height=15 -layer=com_56 -textfont=p11_full -text=No Forfeit -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player is allowed to forfeit the duel.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:38 -[com_38] -type=graphic -x=8 -y=80 -width=15 -height=15 -layer=com_56 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player is allowed to forfeit the duel.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:39 -[com_39] -type=text -x=31 -y=98 -width=100 -height=15 -layer=com_56 -textfont=p11_full -text=No Drinks -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use drinks, such as: Strength potion.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:40 -[com_40] -type=graphic -x=8 -y=98 -width=15 -height=15 -layer=com_56 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use drinks, such as: strength potion.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:41 -[com_41] -type=text -x=31 -y=116 -width=100 -height=15 -layer=com_56 -textfont=p11_full -text=No Food -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use food.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:42 -[com_42] -type=graphic -x=8 -y=116 -width=15 -height=15 -layer=com_56 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use food.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:43 -[com_43] -type=text -x=31 -y=134 -width=100 -height=15 -layer=com_56 -textfont=p11_full -text=No Prayer -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use prayers.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:44 -[com_44] -type=graphic -x=8 -y=134 -width=15 -height=15 -layer=com_56 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use prayer.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:45 -[com_45] -type=text -x=31 -y=152 -width=100 -height=15 -layer=com_56 -textfont=p11_full -text=No Movement -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Players stand next to each other and aren't allowed to move or use holding spells.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:46 -[com_46] -type=graphic -x=8 -y=152 -width=15 -height=15 -layer=com_56 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Players stand next to each other and aren't allowed to move or use hold spells.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:47 -[com_47] -type=text -x=31 -y=170 -width=100 -height=15 -layer=com_56 -textfont=p11_full -text=Obstacles -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "The duel will be in an arena with obstacles.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:48 -[com_48] -type=graphic -x=8 -y=170 -width=15 -height=15 -layer=com_56 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "The duel will be in an arena with obstacles.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:49 -[com_49] -type=model -layer=com_3 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 631:50 -[com_50] -type=text -x=23 -y=18 -width=100 -height=15 -layer=com_55 -textfont=p11_full -text=No Special Attacks -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use special attacks.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:51 -[com_51] -type=graphic -y=18 -width=15 -height=15 -layer=com_55 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use special attacks.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:52 -[com_52] -type=text -x=23 -width=100 -height=15 -layer=com_55 -textfont=p11_full -text=Enable Summoning -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_631:com_28, "Players can summon animals during the duel.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:53 -[com_53] -type=graphic -width=15 -height=15 -layer=com_55 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_631:com_28, "Players can summon animals during the duel.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:54 -[com_54] -type=layer -x=486 -y=52 -width=16 -height=210 - -// 631:55 -[com_55] -type=layer -x=8 -y=188 -width=123 -height=33 -layer=com_56 - -// 631:56 -[com_56] -type=layer -x=344 -y=52 -width=141 -height=210 -onvartransmit=script567 -onvartransmitlist=varplayer_286 - -// 631:57 -[com_57] -type=graphic -x=61 -y=3 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their head.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:58 -[com_58] -type=graphic -x=20 -y=42 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their back.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:59 -[com_59] -type=graphic -x=61 -y=42 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items around their neck.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:60 -[com_60] -type=graphic -x=102 -y=42 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to have items in their quiver.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:61 -[com_61] -type=graphic -x=5 -y=81 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use 2-handed items or items in their right hand.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:62 -[com_62] -type=graphic -x=61 -y=81 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their torso.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:63 -[com_63] -type=graphic -x=117 -y=81 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use 2-handed items or items in their left hand.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:64 -[com_64] -type=graphic -x=61 -y=121 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their legs.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:65 -[com_65] -type=graphic -x=117 -y=161 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their fingers.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:66 -[com_66] -type=graphic -x=61 -y=161 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their feet.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:67 -[com_67] -type=graphic -x=5 -y=161 -width=36 -height=36 -layer=com_90 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their hands.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:68 -[com_68] -type=graphic -x=63 -y=5 -width=32 -height=32 -layer=com_90 -graphic="wornicons,0" - -// 631:69 -[com_69] -type=graphic -x=22 -y=44 -width=32 -height=32 -layer=com_90 -graphic="wornicons,1" - -// 631:70 -[com_70] -type=graphic -x=63 -y=44 -width=32 -height=32 -layer=com_90 -graphic="wornicons,2" - -// 631:71 -[com_71] -type=graphic -x=104 -y=44 -width=32 -height=32 -layer=com_90 -graphic="wornicons,10" - -// 631:72 -[com_72] -type=graphic -x=7 -y=83 -width=32 -height=32 -layer=com_90 -graphic="wornicons,3" - -// 631:73 -[com_73] -type=graphic -x=63 -y=83 -width=32 -height=32 -layer=com_90 -graphic="wornicons,5" - -// 631:74 -[com_74] -type=graphic -x=119 -y=83 -width=32 -height=32 -layer=com_90 -graphic="wornicons,6" - -// 631:75 -[com_75] -type=graphic -x=63 -y=123 -width=32 -height=32 -layer=com_90 -graphic="wornicons,7" - -// 631:76 -[com_76] -type=graphic -x=119 -y=163 -width=32 -height=32 -layer=com_90 -graphic="wornicons,4" - -// 631:77 -[com_77] -type=graphic -x=63 -y=163 -width=32 -height=32 -layer=com_90 -graphic="wornicons,9" - -// 631:78 -[com_78] -type=graphic -x=7 -y=163 -width=32 -height=32 -layer=com_90 -graphic="wornicons,8" - -// 631:79 -[com_79] -type=graphic -x=64 -y=7 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their head.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:80 -[com_80] -type=graphic -x=23 -y=46 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their back.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:81 -[com_81] -type=graphic -x=64 -y=46 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items around their neck.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:82 -[com_82] -type=graphic -x=105 -y=46 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to have items in their quiver.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:83 -[com_83] -type=graphic -x=8 -y=85 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use 2-handed items or items in their right hand.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:84 -[com_84] -type=graphic -x=64 -y=85 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their torso.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:85 -[com_85] -type=graphic -x=120 -y=85 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to use 2-handed items or items in their left hand.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:86 -[com_86] -type=graphic -x=64 -y=125 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their legs.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:87 -[com_87] -type=graphic -x=120 -y=165 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their fingers.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:88 -[com_88] -type=graphic -x=64 -y=165 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their feet.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:89 -[com_89] -type=graphic -x=8 -y=165 -width=36 -height=36 -layer=com_91 -graphic=duel_misc_graphic -onmouseover=script68(interface_631:com_28, "Neither player will be allowed to wear items on their hands.") -onmouseleave=script68(interface_631:com_28, "") - -// 631:90 -[com_90] -type=layer -x=183 -y=56 -width=156 -height=206 -onload=script205 - -// 631:91 -[com_91] -type=layer -x=180 -y=52 -width=162 -height=214 -opbase= - -// 631:92 -[com_92] -type=text -x=86 -y=29 -width=83 -height=15 -textfont=p12_full -text=0 -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xb9aa4b - -// 631:93 -[com_93] -type=text -x=86 -y=180 -width=83 -height=15 -textfont=p12_full -text=0 -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xb9aa46 - -// 631:94 -[com_94] -type=text -x=14 -y=30 -width=56 -height=15 -textfont=p11_full -text=Max Stake: -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xe1981f - -// 631:95 -[com_95] -type=text -x=14 -y=181 -width=56 -height=15 -textfont=p11_full -text=Max Stake: -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xe1981f - -// 631:96 -[com_96] -type=text -x=12 -y=50 -width=134 -height=15 -textfont=p11_full -text=Your stake: -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe1981f - -// 631:97 -[com_97] -type=text -x=12 -y=202 -width=134 -height=15 -textfont=p11_full -text=Opponent's stake: -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe1981f -opbase= - -// 631:98 -[com_98] -type=layer -x=157 -y=71 -width=16 -height=100 - -// 631:99 -[com_99] -type=layer -x=157 -y=224 -width=16 -height=100 - -// 631:100 -[com_100] -type=layer -y=1 -width=80 -height=24 -layer=com_102 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 631:101 -[com_101] -type=text -width=80 -height=24 -layer=com_102 -textfont=p12_full -text=Accept -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x00cc00 -onmouseover=script45(event_com, 0x00ab00) -onmouseleave=script45(event_com, 0x00cc00) - -// 631:102 -[com_102] -type=layer -x=242 -y=267 -width=80 -height=24 -op1=Accept - -// 631:103 -[com_103] -type=layer -x=23 -y=71 -width=126 -height=100 -onload=script562 -oninvtransmit=script99 -oninvtransmitlist=inv_134 - -// 631:104 -[com_104] -type=layer -x=23 -y=224 -width=126 -height=100 - -// 631:105 -[com_105] -type=graphic -x=127 -y=160 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,27" - -// 631:106 -[com_106] -type=text -x=136 -y=171 -width=17 -height=12 -layer=com_3 -textfont=p11_full -text=VS -textshadow=yes -colour=0xe6e68c - -// 631:107 -[com_107] -type=layer -x=362 -y=267 -width=80 -height=24 -op1=Decline - -// 631:108 -[com_108] -type=layer -width=80 -height=24 -layer=com_107 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 631:109 -[com_109] -type=text -width=80 -height=24 -layer=com_107 -textfont=p12_full -text=Decline -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc0000 -onmouseover=script45(event_com, 0xab0000) -onmouseleave=script45(event_com, 0xcc0000) - diff --git a/dumps/530/interface/interface_632.if3 b/dumps/530/interface/interface_632.if3 deleted file mode 100644 index d3bc50a75..000000000 --- a/dumps/530/interface/interface_632.if3 +++ /dev/null @@ -1,881 +0,0 @@ -// 632:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 632:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 632:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 632:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 632:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 632:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 632:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 632:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 632:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 632:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 632:10 -[com_10] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 632:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 632:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 632:13 -[com_13] -type=text -x=160 -y=60 -width=175 -height=14 -textfont=p12_full -text=Last fifty duels on this world: -textalignh=1 -textshadow=yes -colour=0xbf751d - -// 632:14 -[com_14] -type=text -x=15 -y=30 -width=472 -height=19 -textfont=b12_full -text=Duel Scoreboard -textalignh=1 -textshadow=yes -colour=0xe1981f - -// 632:15 -[com_15] -type=layer -x=31 -y=75 -width=437 -height=229 -scrollheight=602 - -// 632:16 -[com_16] -type=text -x=3 -y=4 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:17 -[com_17] -type=text -x=3 -y=19 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:18 -[com_18] -type=text -x=3 -y=34 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:19 -[com_19] -type=text -x=3 -y=49 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:20 -[com_20] -type=text -x=3 -y=64 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:21 -[com_21] -type=text -x=3 -y=79 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:22 -[com_22] -type=text -x=3 -y=94 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:23 -[com_23] -type=text -x=3 -y=109 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:24 -[com_24] -type=text -x=3 -y=124 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:25 -[com_25] -type=text -x=3 -y=139 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:26 -[com_26] -type=text -x=3 -y=154 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:27 -[com_27] -type=text -x=3 -y=169 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:28 -[com_28] -type=text -x=3 -y=199 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:29 -[com_29] -type=text -x=3 -y=184 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:30 -[com_30] -type=text -x=3 -y=229 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:31 -[com_31] -type=text -x=3 -y=214 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:32 -[com_32] -type=text -x=3 -y=244 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:33 -[com_33] -type=text -x=3 -y=259 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:34 -[com_34] -type=text -x=3 -y=274 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:35 -[com_35] -type=text -x=3 -y=289 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:36 -[com_36] -type=text -x=3 -y=304 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:37 -[com_37] -type=text -x=3 -y=319 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:38 -[com_38] -type=text -x=3 -y=334 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:39 -[com_39] -type=text -x=3 -y=349 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:40 -[com_40] -type=text -x=3 -y=364 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:41 -[com_41] -type=text -x=3 -y=379 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:42 -[com_42] -type=text -x=3 -y=394 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:43 -[com_43] -type=text -x=3 -y=409 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:44 -[com_44] -type=text -x=3 -y=424 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:45 -[com_45] -type=text -x=3 -y=439 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:46 -[com_46] -type=text -x=3 -y=454 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:47 -[com_47] -type=text -x=3 -y=469 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:48 -[com_48] -type=text -x=3 -y=484 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:49 -[com_49] -type=text -x=3 -y=499 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:50 -[com_50] -type=text -x=3 -y=514 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:51 -[com_51] -type=text -x=3 -y=529 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:52 -[com_52] -type=text -x=3 -y=544 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:53 -[com_53] -type=text -x=3 -y=559 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:54 -[com_54] -type=text -x=3 -y=574 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:55 -[com_55] -type=text -x=3 -y=589 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:56 -[com_56] -type=text -x=3 -y=604 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:57 -[com_57] -type=text -x=3 -y=619 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:58 -[com_58] -type=text -x=3 -y=634 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:59 -[com_59] -type=text -x=3 -y=649 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:60 -[com_60] -type=text -x=3 -y=664 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:61 -[com_61] -type=text -x=3 -y=679 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:62 -[com_62] -type=text -x=3 -y=694 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:63 -[com_63] -type=text -x=3 -y=709 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:64 -[com_64] -type=text -x=3 -y=724 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:65 -[com_65] -type=text -x=3 -y=739 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 632:66 -[com_66] -type=layer -x=472 -y=75 -width=16 -height=230 -onload=script63(event_com, interface_632:com_15, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 632:67 -[com_67] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_633.if3 b/dumps/530/interface/interface_633.if3 deleted file mode 100644 index 4ec1d65ae..000000000 --- a/dumps/530/interface/interface_633.if3 +++ /dev/null @@ -1,360 +0,0 @@ -// 633:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 633:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 633:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 633:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 633:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 633:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 633:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 633:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 633:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 633:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 633:10 -[com_10] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 633:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 633:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 633:13 -[com_13] -type=model -x=31 -y=63 -width=62 -height=241 -model=model_3276 -modelorigin_x=6 -modelorigin_y=113 -modelangle_x=105 -modelangle_y=312 -modelangle_z=0 -modelzoom=1031 -unknown100=0 -unknown101=3000 - -// 633:14 -[com_14] -type=layer -x=344 -y=262 -width=105 -height=43 - -// 633:15 -[com_15] -type=text -x=30 -y=30 -width=450 -height=16 -textfont=b12_full -text=You are Victorious! -textalignh=1 -textshadow=yes -colour=0xe1981f - -// 633:16 -[com_16] -type=rectangle -x=6 -y=6 -width=94 -height=32 -layer=com_14 -colour=0x000000 -fill=yes - -// 633:17 -[com_17] -type=text -x=6 -y=6 -width=93 -height=32 -layer=com_14 -textfont=p12_full -text=Close -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x008000 -op1=Claim -onmouseover=script45(event_com, 0x00ab00) -onmouseleave=script45(event_com, 0x008000) -onop=script29 - -// 633:18 -[com_18] -type=text -x=4 -y=11 -width=122 -height=15 -layer=com_32 -textfont=p12_full -text=The Defeated: -textshadow=yes -colour=0xbf751d - -// 633:19 -[com_19] -type=text -x=4 -y=37 -width=51 -height=14 -layer=com_32 -textfont=p12_full -text=Name: -textshadow=yes -colour=0xbf751d - -// 633:20 -[com_20] -type=text -x=4 -y=61 -width=34 -height=14 -layer=com_32 -textfont=p12_full -text=Combat Level: -textshadow=yes -colour=0xbf751d - -// 633:21 -[com_21] -type=text -x=90 -y=61 -width=31 -height=13 -layer=com_32 -textfont=p12_full -text=126 -textshadow=yes -colour=0xaaaaaa - -// 633:22 -[com_22] -type=text -x=48 -y=37 -width=70 -height=14 -layer=com_32 -textfont=p12_full -text=Crunchy -textshadow=yes -colour=0xaaaaaa - -// 633:23 -[com_23] -type=graphic -x=346 -y=264 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 633:24 -[com_24] -type=graphic -x=346 -y=272 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 633:25 -[com_25] -type=graphic -x=416 -y=264 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 633:26 -[com_26] -type=graphic -x=416 -y=272 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 633:27 -[com_27] -type=graphic -x=376 -y=251 -width=42 -height=37 -graphic="v2_stone_borders,0" -tiling=yes - -// 633:28 -[com_28] -type=graphic -x=375 -y=284 -width=43 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 633:29 -[com_29] -type=model -x=348 -y=157 -width=99 -height=85 -model=model_3278 -modelorigin_x=0 -modelorigin_y=27 -modelangle_x=2047 -modelangle_y=514 -modelangle_z=0 -modelzoom=1275 -unknown100=0 -unknown101=3000 - -// 633:30 -[com_30] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 633:31 -[com_31] -type=layer -x=467 -y=23 -width=32 -height=32 -hide=yes - -// 633:32 -[com_32] -type=layer -x=125 -y=101 -width=168 -height=89 - diff --git a/dumps/530/interface/interface_634.if3 b/dumps/530/interface/interface_634.if3 deleted file mode 100644 index 2b0dee530..000000000 --- a/dumps/530/interface/interface_634.if3 +++ /dev/null @@ -1,380 +0,0 @@ -// 634:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 634:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 634:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 634:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 634:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 634:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 634:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 634:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 634:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 634:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 634:10 -[com_10] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 634:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 634:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 634:13 -[com_13] -type=model -x=31 -y=63 -width=62 -height=241 -model=model_3276 -modelorigin_x=6 -modelorigin_y=113 -modelangle_x=105 -modelangle_y=312 -modelangle_z=0 -modelzoom=1031 -unknown100=0 -unknown101=3000 - -// 634:14 -[com_14] -type=layer -x=344 -y=262 -width=105 -height=43 - -// 634:15 -[com_15] -type=text -x=30 -y=30 -width=450 -height=16 -textfont=b12_full -text=You are Victorious! -textalignh=1 -textshadow=yes -colour=0xe1981f - -// 634:16 -[com_16] -type=rectangle -x=6 -y=6 -width=94 -height=32 -layer=com_14 -colour=0x000000 -fill=yes - -// 634:17 -[com_17] -type=text -x=6 -y=6 -width=93 -height=32 -layer=com_14 -textfont=p12_full -text=Claim! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x008000 -op1=Claim -onmouseover=script45(event_com, 0x00ab00) -onmouseleave=script45(event_com, 0x008000) -onop=script29 - -// 634:18 -[com_18] -type=text -x=106 -y=67 -width=109 -height=14 -textfont=p12_full -text=The Spoils: -textshadow=yes -colour=0xbf751d - -// 634:19 -[com_19] -type=text -x=4 -y=11 -width=122 -height=15 -layer=com_34 -textfont=p12_full -text=The Defeated: -textshadow=yes -colour=0xbf751d - -// 634:20 -[com_20] -type=text -x=4 -y=37 -width=51 -height=14 -layer=com_34 -textfont=p12_full -text=Name: -textshadow=yes -colour=0xbf751d - -// 634:21 -[com_21] -type=text -x=4 -y=61 -width=36 -height=17 -layer=com_34 -textfont=p12_full -text=Combat Level: -textshadow=yes -colour=0xbf751d - -// 634:22 -[com_22] -type=text -x=90 -y=62 -width=31 -height=13 -layer=com_34 -textfont=p12_full -text=126 -textshadow=yes -colour=0xaaaaaa - -// 634:23 -[com_23] -type=text -x=48 -y=37 -width=70 -height=14 -layer=com_34 -textfont=p12_full -text=Crunchy -textshadow=yes -colour=0xaaaaaa - -// 634:24 -[com_24] -type=graphic -x=346 -y=264 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 634:25 -[com_25] -type=graphic -x=346 -y=272 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 634:26 -[com_26] -type=graphic -x=416 -y=264 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 634:27 -[com_27] -type=graphic -x=416 -y=272 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 634:28 -[com_28] -type=graphic -x=376 -y=251 -width=42 -height=37 -graphic="v2_stone_borders,0" -tiling=yes - -// 634:29 -[com_29] -type=graphic -x=375 -y=284 -width=43 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 634:30 -[com_30] -type=model -x=348 -y=157 -width=99 -height=85 -model=model_3278 -modelorigin_x=0 -modelorigin_y=27 -modelangle_x=2047 -modelangle_y=514 -modelangle_z=0 -modelzoom=1275 -unknown100=0 -unknown101=3000 - -// 634:31 -[com_31] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 634:32 -[com_32] -type=layer -x=467 -y=23 -width=32 -height=32 -hide=yes - -// 634:33 -[com_33] -type=layer -x=102 -y=92 -width=211 -height=205 - -// 634:34 -[com_34] -type=layer -x=319 -y=60 -width=168 -height=89 - diff --git a/dumps/530/interface/interface_635.if3 b/dumps/530/interface/interface_635.if3 deleted file mode 100644 index ffdc085b6..000000000 --- a/dumps/530/interface/interface_635.if3 +++ /dev/null @@ -1,484 +0,0 @@ -// 635:0 -[com_0] -type=graphic -x=25 -y=25 -width=25 -height=25 -xmode=abs_right -graphic=overlay_duel - -// 635:1 -[com_1] -type=rectangle -x=4 -y=74 -width=90 -height=131 -xmode=abs_right -layer=com_35 -colour=0x000000 -fill=yes -trans=125 - -// 635:2 -[com_2] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes - -// 635:3 -[com_3] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes - -// 635:4 -[com_4] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes - -// 635:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes - -// 635:6 -[com_6] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes - -// 635:7 -[com_7] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes - -// 635:8 -[com_8] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes - -// 635:9 -[com_9] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes - -// 635:10 -[com_10] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes - -// 635:11 -[com_11] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_12 -hide=yes - -// 635:12 -[com_12] -type=layer -width=16384 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 635:13 -[com_13] -type=text -x=9 -y=30 -width=32 -height=12 -layer=com_35 -textfont=p11_full -text=Style: -textshadow=yes -colour=0xcc9900 - -// 635:14 -[com_14] -type=text -x=50 -y=30 -width=32 -height=12 -layer=com_35 -textfont=p11_full -text=Options: -textshadow=yes -colour=0xcc9900 - -// 635:15 -[com_15] -type=graphic -x=23 -y=-4211 -width=25 -height=25 -ymode=proportion_centre -layer=com_2 -onmouseleave=script40(interface_635:com_25) -onmouserepeat=script38(event_com, interface_635:com_25, "Potions Allowed", 50, 150) - -// 635:16 -[com_16] -type=graphic -x=23 -y=-2887 -width=25 -height=25 -ymode=proportion_centre -layer=com_3 -onmouseleave=script40(interface_635:com_25) -onmouserepeat=script38(event_com, interface_635:com_25, "Food Allowed", 50, 150) - -// 635:17 -[com_17] -type=graphic -x=23 -y=-1562 -width=25 -height=25 -ymode=proportion_centre -layer=com_4 -onmouseleave=script40(interface_635:com_25) -onmouserepeat=script38(event_com, interface_635:com_25, "Prayers Allowed", 50, 150) - -// 635:18 -[com_18] -type=graphic -x=23 -y=-238 -width=25 -height=25 -ymode=proportion_centre -layer=com_5 -onmouseleave=script40(interface_635:com_25) -onmouserepeat=script38(event_com, interface_635:com_25, "Special Attacks Allowed", 50, 150) - -// 635:19 -[com_19] -type=graphic -x=23 -y=1086 -width=25 -height=25 -ymode=proportion_centre -layer=com_6 -onmouseleave=script40(interface_635:com_25) -onmouserepeat=script38(event_com, interface_635:com_25, "Summoning Allowed", 50, 150) - -// 635:20 -[com_20] -type=graphic -x=23 -y=2410 -width=25 -height=25 -ymode=proportion_centre -layer=com_7 -onmouseleave=script40(interface_635:com_25) -onmouserepeat=script38(event_com, interface_635:com_25, "Healing Between Rounds", 50, 150) - -// 635:21 -[com_21] -type=graphic -x=23 -y=2410 -width=25 -height=25 -ymode=proportion_centre -layer=com_8 -onmouseleave=script40(interface_635:com_25) -onmouserepeat=script38(event_com, interface_635:com_25, "Weapon Slots Only", 50, 150) - -// 635:22 -[com_22] -type=graphic -x=23 -y=3735 -width=25 -height=25 -ymode=proportion_centre -layer=com_9 -onmouseleave=script40(interface_635:com_25) -onmouserepeat=script38(event_com, interface_635:com_25, "Ranged Combat Allowed", 50, 150) - -// 635:23 -[com_23] -type=graphic -x=23 -y=5059 -width=25 -height=25 -ymode=proportion_centre -layer=com_10 -onmouseleave=script40(interface_635:com_25) -onmouserepeat=script38(event_com, interface_635:com_25, "Melee Combat Allowed", 50, 150) - -// 635:24 -[com_24] -type=graphic -x=23 -y=6384 -width=25 -height=25 -ymode=proportion_centre -layer=com_11 -onmouseleave=script40(interface_635:com_25) -onmouserepeat=script38(event_com, interface_635:com_25, "Magic Combat Allowed", 50, 150) - -// 635:25 -[com_25] -type=layer -x=-19 -y=30 -width=6631 -height=2606 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_12 -onload=script565 -onvartransmit=script565 -onvartransmitlist=varplayer_286 - -// 635:26 -[com_26] -type=text -y=9 -width=254 -height=32 -xmode=abs_centre -ymode=abs_bottom -layer=com_35 -textfont=p11_full -textshadow=yes -colour=0xcc0000 - -// 635:27 -[com_27] -type=text -x=10 -y=80 -width=80 -height=12 -xmode=abs_right -layer=com_35 -textfont=p11_full -text=Registrar: -textshadow=yes -colour=0xcc9900 - -// 635:28 -[com_28] -type=text -x=10 -y=176 -width=80 -height=12 -xmode=abs_right -layer=com_35 -textfont=p11_full -text=Time left: -textshadow=yes -colour=0xcc9900 - -// 635:29 -[com_29] -type=text -x=15 -y=92 -width=75 -height=12 -xmode=abs_right -layer=com_35 -textfont=p11_full -textshadow=yes -colour=0xcc9900 - -// 635:30 -[com_30] -type=text -x=10 -y=152 -width=80 -height=12 -xmode=abs_right -layer=com_35 -textfont=p11_full -text=Entry Fee: -textshadow=yes -colour=0xcc9900 - -// 635:31 -[com_31] -type=text -x=15 -y=188 -width=75 -height=12 -xmode=abs_right -layer=com_35 -textfont=p11_full -textshadow=yes -colour=0xcc9900 - -// 635:32 -[com_32] -type=text -x=10 -y=128 -width=80 -height=12 -xmode=abs_right -layer=com_35 -textfont=p11_full -text=Tourn. Value: -textshadow=yes -colour=0xcc9900 - -// 635:33 -[com_33] -type=text -x=15 -y=164 -width=75 -height=12 -xmode=abs_right -layer=com_35 -textfont=p11_full -textshadow=yes -colour=0xcc9900 - -// 635:34 -[com_34] -type=text -x=15 -y=140 -width=75 -height=12 -xmode=abs_right -layer=com_35 -textfont=p11_full -textshadow=yes -colour=0xcc9900 - -// 635:35 -[com_35] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 635:36 -[com_36] -type=layer -y=50 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right - -// 635:37 -[com_37] -type=text -x=10 -y=54 -width=80 -height=12 -xmode=abs_right -layer=com_36 -textfont=p11_full -text=Tourn. Rank: -textshadow=yes -colour=0xcc9900 - -// 635:38 -[com_38] -type=text -x=30 -y=66 -width=60 -height=12 -xmode=abs_right -layer=com_36 -textfont=p11_full -textshadow=yes -colour=0xcc9900 -onvartransmit=script564(event_com) -onvartransmitlist=varplayer_1105 - diff --git a/dumps/530/interface/interface_636.if3 b/dumps/530/interface/interface_636.if3 deleted file mode 100644 index 56fcef09f..000000000 --- a/dumps/530/interface/interface_636.if3 +++ /dev/null @@ -1,725 +0,0 @@ -// 636:0 -[com_0] -type=rectangle -x=105 -y=15 -width=332 -height=303 -colour=0x000000 -fill=yes -trans=200 - -// 636:1 -[com_1] -type=graphic -x=104 -y=15 -width=319 -height=302 -graphic=tradebacking -tiling=yes - -// 636:2 -[com_2] -type=graphic -x=84 -y=40 -width=32 -height=257 -graphic="v2_stone_borders,1" -tiling=yes - -// 636:3 -[com_3] -type=graphic -x=97 -y=10 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 636:4 -[com_4] -type=graphic -x=410 -y=40 -width=23 -height=257 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 636:5 -[com_5] -type=graphic -x=128 -y=-3 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 636:6 -[com_6] -type=graphic -x=129 -y=304 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 636:7 -[com_7] -type=graphic -x=97 -y=292 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 636:8 -[com_8] -type=graphic -x=398 -y=10 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 636:9 -[com_9] -type=graphic -x=398 -y=292 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 636:10 -[com_10] -type=graphic -x=103 -y=26 -width=319 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 636:11 -[com_11] -type=text -x=197 -y=19 -width=102 -height=15 -textfont=b12_full -text=Upcoming Tournament Rules: Registrar # -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe1961f - -// 636:12 -[com_12] -type=graphic -x=404 -y=19 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 636:13 -[com_13] -type=layer -x=116 -y=46 -width=148 -height=16 -onload=script100(event_com) - -// 636:14 -[com_14] -type=layer -x=116 -y=65 -width=148 -height=16 -onload=script100(event_com) - -// 636:15 -[com_15] -type=layer -x=116 -y=84 -width=148 -height=16 -onload=script100(event_com) - -// 636:16 -[com_16] -type=layer -x=116 -y=103 -width=148 -height=16 -onload=script100(event_com) - -// 636:17 -[com_17] -type=layer -x=116 -y=122 -width=148 -height=16 -onload=script100(event_com) - -// 636:18 -[com_18] -type=layer -x=116 -y=141 -width=148 -height=16 -onload=script100(event_com) - -// 636:19 -[com_19] -type=layer -x=116 -y=160 -width=148 -height=16 -onload=script100(event_com) - -// 636:20 -[com_20] -type=layer -x=116 -y=179 -width=148 -height=16 -onload=script100(event_com) - -// 636:21 -[com_21] -type=layer -x=116 -y=198 -width=148 -height=16 -onload=script100(event_com) - -// 636:22 -[com_22] -type=layer -x=116 -y=217 -width=148 -height=16 -onload=script100(event_com) - -// 636:23 -[com_23] -type=layer -x=116 -y=236 -width=148 -height=16 -onload=script100(event_com) - -// 636:24 -[com_24] -type=layer -x=116 -y=255 -width=148 -height=16 -onload=script100(event_com) - -// 636:25 -[com_25] -type=layer -x=263 -y=46 -width=148 -height=16 -onload=script100(event_com) - -// 636:26 -[com_26] -type=layer -x=263 -y=65 -width=148 -height=16 -onload=script100(event_com) - -// 636:27 -[com_27] -type=layer -x=263 -y=84 -width=148 -height=16 -onload=script100(event_com) - -// 636:28 -[com_28] -type=layer -x=263 -y=103 -width=148 -height=16 -onload=script100(event_com) - -// 636:29 -[com_29] -type=layer -x=263 -y=122 -width=148 -height=16 -onload=script100(event_com) - -// 636:30 -[com_30] -type=layer -x=263 -y=141 -width=148 -height=16 -onload=script100(event_com) - -// 636:31 -[com_31] -type=layer -x=263 -y=160 -width=148 -height=16 -onload=script100(event_com) - -// 636:32 -[com_32] -type=layer -x=263 -y=179 -width=148 -height=16 -onload=script100(event_com) - -// 636:33 -[com_33] -type=layer -x=263 -y=198 -width=148 -height=16 -onload=script100(event_com) - -// 636:34 -[com_34] -type=layer -x=263 -y=217 -width=148 -height=16 -onload=script100(event_com) - -// 636:35 -[com_35] -type=layer -x=263 -y=236 -width=148 -height=16 -onload=script100(event_com) - -// 636:36 -[com_36] -type=layer -x=263 -y=255 -width=148 -height=16 -onload=script100(event_com) - -// 636:37 -[com_37] -type=layer -x=116 -y=274 -width=148 -height=16 -onload=script100(event_com) - -// 636:38 -[com_38] -type=layer -x=116 -y=293 -width=148 -height=16 -onload=script100(event_com) - -// 636:39 -[com_39] -type=layer -x=263 -y=274 -width=148 -height=16 -onload=script100(event_com) - -// 636:40 -[com_40] -type=layer -x=263 -y=293 -width=148 -height=16 -onload=script100(event_com) - -// 636:41 -[com_41] -type=text -x=122 -y=48 -width=100 -height=12 -textfont=p11_full -text=Tournament Value: -textshadow=yes -colour=0xe1961f - -// 636:42 -[com_42] -type=text -x=122 -y=67 -width=100 -height=12 -textfont=p11_full -text=Rank Required: -textshadow=yes -colour=0xe1961f - -// 636:43 -[com_43] -type=text -x=122 -y=86 -width=100 -height=12 -textfont=p11_full -text=Entry Fee: -textshadow=yes -colour=0xe1961f - -// 636:44 -[com_44] -type=text -x=122 -y=105 -width=100 -height=12 -textfont=p11_full -text=Potions: -textshadow=yes -colour=0xe1961f - -// 636:45 -[com_45] -type=text -x=122 -y=124 -width=100 -height=12 -textfont=p11_full -text=Food: -textshadow=yes -colour=0xe1961f - -// 636:46 -[com_46] -type=text -x=122 -y=143 -width=100 -height=12 -textfont=p11_full -text=Prayer: -textshadow=yes -colour=0xe1961f - -// 636:47 -[com_47] -type=text -x=122 -y=162 -width=100 -height=12 -textfont=p11_full -text=Special Attacks: -textshadow=yes -colour=0xe1961f - -// 636:48 -[com_48] -type=text -x=122 -y=181 -width=100 -height=12 -textfont=p11_full -text=Obstacles: -textshadow=yes -colour=0xe1961f - -// 636:49 -[com_49] -type=text -x=122 -y=200 -width=100 -height=12 -textfont=p11_full -text=Ranged: -textshadow=yes -colour=0xe1961f - -// 636:50 -[com_50] -type=text -x=122 -y=219 -width=100 -height=12 -textfont=p11_full -text=Melee: -textshadow=yes -colour=0xcc9900 - -// 636:51 -[com_51] -type=text -x=122 -y=238 -width=100 -height=12 -textfont=p11_full -text=Magic: -textshadow=yes -colour=0xe1961f - -// 636:52 -[com_52] -type=text -x=122 -y=257 -width=100 -height=12 -textfont=p11_full -text=Heal Between Rounds: -textshadow=yes -colour=0xe1961f - -// 636:53 -[com_53] -type=text -x=122 -y=276 -width=100 -height=12 -textfont=p11_full -text=Weapon Slots Only: -textshadow=yes -colour=0xe1961f - -// 636:54 -[com_54] -type=text -x=122 -y=295 -width=100 -height=12 -textfont=p11_full -text=Summoning: -textshadow=yes -colour=0xe1961f - -// 636:55 -[com_55] -type=text -x=274 -y=48 -width=100 -height=12 -textfont=p11_full -text=0 -textshadow=yes -colour=0xe1961f - -// 636:56 -[com_56] -type=text -x=274 -y=67 -width=100 -height=12 -textfont=p11_full -text=rank -textshadow=yes -colour=0xe1961f - -// 636:57 -[com_57] -type=text -x=274 -y=86 -width=100 -height=12 -textfont=p11_full -text=fee -textshadow=yes -colour=0xe1961f - -// 636:58 -[com_58] -type=text -x=274 -y=105 -width=100 -height=12 -textfont=p11_full -text=fee -textshadow=yes -colour=0xe1961f - -// 636:59 -[com_59] -type=text -x=274 -y=124 -width=100 -height=12 -textfont=p11_full -text=fee -textshadow=yes -colour=0xe1961f - -// 636:60 -[com_60] -type=text -x=274 -y=143 -width=100 -height=12 -textfont=p11_full -text=fee -textshadow=yes -colour=0xe1961f - -// 636:61 -[com_61] -type=text -x=274 -y=162 -width=100 -height=12 -textfont=p11_full -text=spec -textshadow=yes -colour=0xe1961f - -// 636:62 -[com_62] -type=text -x=274 -y=181 -width=100 -height=12 -textfont=p11_full -text=obstacles -textshadow=yes -colour=0xe1961f - -// 636:63 -[com_63] -type=text -x=274 -y=200 -width=100 -height=12 -textfont=p11_full -text=ranged -textshadow=yes -colour=0xe1961f - -// 636:64 -[com_64] -type=text -x=274 -y=219 -width=100 -height=12 -textfont=p11_full -text=melee -textshadow=yes -colour=0xe1961f - -// 636:65 -[com_65] -type=text -x=274 -y=238 -width=100 -height=12 -textfont=p11_full -text=magic -textshadow=yes -colour=0xe1961f - -// 636:66 -[com_66] -type=text -x=274 -y=257 -width=100 -height=12 -textfont=p11_full -text=heal -textshadow=yes -colour=0xe1961f - -// 636:67 -[com_67] -type=text -x=274 -y=276 -width=100 -height=12 -textfont=p11_full -text=weapon -textshadow=yes -colour=0xe1961f - -// 636:68 -[com_68] -type=text -x=274 -y=295 -width=100 -height=12 -textfont=p11_full -text=summon -textshadow=yes -colour=0xe1961f - diff --git a/dumps/530/interface/interface_637.if3 b/dumps/530/interface/interface_637.if3 deleted file mode 100644 index 0929416bb..000000000 --- a/dumps/530/interface/interface_637.if3 +++ /dev/null @@ -1,1104 +0,0 @@ -// 637:0 -[com_0] -type=graphic -x=63 -y=25 -width=387 -height=294 -graphic=tradebacking -tiling=yes - -// 637:1 -[com_1] -type=graphic -x=43 -y=52 -width=32 -height=242 -graphic="v2_stone_borders,1" -tiling=yes - -// 637:2 -[com_2] -type=graphic -x=437 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 637:3 -[com_3] -type=graphic -x=56 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 637:4 -[com_4] -type=graphic -x=88 -y=7 -width=337 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 637:5 -[com_5] -type=graphic -x=88 -y=306 -width=337 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 637:6 -[com_6] -type=graphic -x=56 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 637:7 -[com_7] -type=graphic -x=425 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 637:8 -[com_8] -type=graphic -x=425 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 637:9 -[com_9] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 637:10 -[com_10] -type=graphic -x=62 -y=36 -width=388 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 637:11 -[com_11] -type=graphic -x=62 -y=248 -width=389 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 637:12 -[com_12] -type=graphic -x=243 -y=52 -width=32 -height=210 -graphic="v2_borders_slim,12" -tiling=yes -opbase= - -// 637:13 -[com_13] -type=graphic -x=62 -y=276 -width=387 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 637:14 -[com_14] -type=graphic -x=431 -y=29 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 637:15 -[com_15] -type=text -x=67 -y=30 -width=77 -height=14 -textfont=p12_full -text=Duelling with: -textlineheight=12 -textshadow=yes -colour=0xe1981f - -// 637:16 -[com_16] -type=text -x=142 -y=30 -width=108 -height=15 -textfont=p12_full -text=name -textlineheight=12 -textshadow=yes -colour=0xe1981f - -// 637:17 -[com_17] -type=text -x=244 -y=30 -width=126 -height=15 -textfont=p12_full -text=Their Combat Level: -textlineheight=12 -textalignh=2 -textshadow=yes -colour=0xe1981f - -// 637:18 -[com_18] -type=text -x=374 -y=30 -width=108 -height=15 -textfont=p12_full -text=126 -textlineheight=12 -textshadow=yes -colour=0xe1981f - -// 637:19 -[com_19] -type=text -x=40 -y=8 -width=100 -height=15 -layer=com_44 -textfont=p11_full -text=No Ranged -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player is allowed to use Ranged attacks.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:20 -[com_20] -type=graphic -x=8 -y=8 -width=15 -height=15 -layer=com_44 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player is allowed to use Ranged attacks.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:21 -[com_21] -type=text -x=40 -y=26 -width=100 -height=15 -layer=com_44 -textfont=p11_full -text=No Melee -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player is allowed to use melee attacks.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:22 -[com_22] -type=graphic -x=8 -y=26 -width=15 -height=15 -layer=com_44 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player is allowed to use melee attacks.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:23 -[com_23] -type=text -x=40 -y=44 -width=100 -height=15 -layer=com_44 -textfont=p11_full -text=No Magic -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player is allowed to use Magic attacks.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:24 -[com_24] -type=graphic -x=8 -y=44 -width=15 -height=15 -layer=com_44 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player is allowed to use magic attacks.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:25 -[com_25] -type=text -x=40 -y=62 -width=100 -height=15 -layer=com_44 -textfont=p11_full -text=Fun Weapons -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Both players will use a 'fun weapon', such as: rubber chicken.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:26 -[com_26] -type=graphic -x=8 -y=62 -width=15 -height=15 -layer=com_44 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Both players will use a 'fun weapon', such as: rubber chicken.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:27 -[com_27] -type=text -x=40 -y=80 -width=100 -height=15 -layer=com_44 -textfont=p11_full -text=No Forfeit -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player is allowed to forfeit the duel.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:28 -[com_28] -type=graphic -x=8 -y=80 -width=15 -height=15 -layer=com_44 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player is allowed to forfeit the duel.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:29 -[com_29] -type=text -x=40 -y=98 -width=100 -height=15 -layer=com_44 -textfont=p11_full -text=No Drinks -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use drinks, such as: strength potion.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:30 -[com_30] -type=graphic -x=8 -y=98 -width=15 -height=15 -layer=com_44 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use drinks, such as: strength potion.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:31 -[com_31] -type=text -x=40 -y=116 -width=100 -height=15 -layer=com_44 -textfont=p11_full -text=No Food -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use food.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:32 -[com_32] -type=graphic -x=8 -y=116 -width=15 -height=15 -layer=com_44 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use food.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:33 -[com_33] -type=text -x=40 -y=134 -width=100 -height=15 -layer=com_44 -textfont=p11_full -text=No Prayer -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use prayer.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:34 -[com_34] -type=graphic -x=8 -y=134 -width=15 -height=15 -layer=com_44 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use prayer.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:35 -[com_35] -type=text -x=40 -y=152 -width=100 -height=15 -layer=com_44 -textfont=p11_full -text=No Movement -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Players stand next to each other and aren't allowed to move or use holding spells.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:36 -[com_36] -type=graphic -x=8 -y=152 -width=15 -height=15 -layer=com_44 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Players stand next to each other and aren't allowed to move or use hold spells.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:37 -[com_37] -type=text -x=40 -y=170 -width=100 -height=15 -layer=com_44 -textfont=p11_full -text=Obstacles -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "The duel will be in an arena with obstacles.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:38 -[com_38] -type=graphic -x=8 -y=170 -width=15 -height=15 -layer=com_44 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "The duel will be in an arena with obstacles.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:39 -[com_39] -type=text -x=33 -width=100 -height=15 -layer=com_43 -textfont=p11_full -text=Enable Summoning -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Players can summon animals during the duel.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:40 -[com_40] -type=graphic -x=1 -width=15 -height=15 -layer=com_43 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Players can summon animals during the duel..") -onmouseleave=script68(interface_637:com_45, "") - -// 637:41 -[com_41] -type=text -x=33 -y=18 -width=100 -height=15 -layer=com_43 -textfont=p11_full -text=No Special Attacks -textlineheight=12 -textalignv=1 -textshadow=yes -colour=0xbf751d -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use special attacks.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:42 -[com_42] -type=graphic -x=1 -y=18 -width=15 -height=15 -layer=com_43 -graphic="radio_buttons,0" -tiling=yes -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use special attacks.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:43 -[com_43] -type=layer -x=7 -y=188 -width=133 -height=33 -layer=com_44 - -// 637:44 -[com_44] -type=layer -x=268 -y=51 -width=161 -height=210 -onload=script786 -onvartransmit=script566 -onvartransmitlist=varplayer_286 - -// 637:45 -[com_45] -type=text -x=64 -y=294 -width=385 -height=25 -textfont=p11_full -text=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -textlineheight=11 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 637:46 -[com_46] -type=graphic -x=61 -y=3 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their head.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:47 -[com_47] -type=graphic -x=20 -y=42 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their back.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:48 -[com_48] -type=graphic -x=61 -y=42 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items around their neck.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:49 -[com_49] -type=graphic -x=102 -y=42 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to have items in their quiver.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:50 -[com_50] -type=graphic -x=5 -y=81 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use 2-handed items or items in their right hand.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:51 -[com_51] -type=graphic -x=61 -y=81 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their torso.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:52 -[com_52] -type=graphic -x=117 -y=81 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use 2-handed items or items in their left hand.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:53 -[com_53] -type=graphic -x=61 -y=121 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their legs.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:54 -[com_54] -type=graphic -x=117 -y=161 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their fingers.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:55 -[com_55] -type=graphic -x=61 -y=161 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their feet.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:56 -[com_56] -type=graphic -x=5 -y=161 -width=36 -height=36 -layer=com_79 -graphic="miscgraphics,0" -op1=Ok -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their hands.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:57 -[com_57] -type=graphic -x=63 -y=5 -width=32 -height=32 -layer=com_79 -graphic="wornicons,0" - -// 637:58 -[com_58] -type=graphic -x=22 -y=44 -width=32 -height=32 -layer=com_79 -graphic="wornicons,1" - -// 637:59 -[com_59] -type=graphic -x=63 -y=44 -width=32 -height=32 -layer=com_79 -graphic="wornicons,2" - -// 637:60 -[com_60] -type=graphic -x=104 -y=44 -width=32 -height=32 -layer=com_79 -graphic="wornicons,10" - -// 637:61 -[com_61] -type=graphic -x=7 -y=83 -width=32 -height=32 -layer=com_79 -graphic="wornicons,3" - -// 637:62 -[com_62] -type=graphic -x=63 -y=83 -width=32 -height=32 -layer=com_79 -graphic="wornicons,5" - -// 637:63 -[com_63] -type=graphic -x=119 -y=83 -width=32 -height=32 -layer=com_79 -graphic="wornicons,6" - -// 637:64 -[com_64] -type=graphic -x=63 -y=123 -width=32 -height=32 -layer=com_79 -graphic="wornicons,7" - -// 637:65 -[com_65] -type=graphic -x=119 -y=163 -width=32 -height=32 -layer=com_79 -graphic="wornicons,4" - -// 637:66 -[com_66] -type=graphic -x=63 -y=163 -width=32 -height=32 -layer=com_79 -graphic="wornicons,9" - -// 637:67 -[com_67] -type=graphic -x=7 -y=163 -width=32 -height=32 -layer=com_79 -graphic="wornicons,8" - -// 637:68 -[com_68] -type=graphic -x=61 -y=3 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their head.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:69 -[com_69] -type=graphic -x=20 -y=42 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their back.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:70 -[com_70] -type=graphic -x=61 -y=42 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items around their neck.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:71 -[com_71] -type=graphic -x=102 -y=42 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to have items in their quiver.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:72 -[com_72] -type=graphic -x=5 -y=81 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use 2-handed items or items in their right hand.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:73 -[com_73] -type=graphic -x=61 -y=81 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their torso.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:74 -[com_74] -type=graphic -x=117 -y=81 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to use 2-handed items or items in their left hand.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:75 -[com_75] -type=graphic -x=61 -y=121 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their legs.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:76 -[com_76] -type=graphic -x=117 -y=161 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their fingers.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:77 -[com_77] -type=graphic -x=61 -y=161 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their feet.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:78 -[com_78] -type=graphic -x=5 -y=161 -width=36 -height=36 -layer=com_80 -graphic=duel_misc_graphic -onmouseover=script68(interface_637:com_45, "Neither player will be allowed to wear items on their hands.") -onmouseleave=script68(interface_637:com_45, "") - -// 637:79 -[com_79] -type=layer -x=80 -y=56 -width=159 -height=203 -onload=script560 - -// 637:80 -[com_80] -type=layer -x=80 -y=56 -width=159 -height=203 -opbase= - -// 637:81 -[com_81] -type=layer -width=80 -height=24 -layer=com_83 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 637:82 -[com_82] -type=text -width=80 -height=24 -layer=com_83 -textfont=p12_full -text=Accept -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x00cc00 -onmouseover=script45(event_com, 0x00ab00) -onmouseleave=script45(event_com, 0x00cc00) - -// 637:83 -[com_83] -type=layer -x=134 -y=266 -width=80 -height=24 -op1=Accept - -// 637:84 -[com_84] -type=layer -width=80 -height=24 -layer=com_86 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 637:85 -[com_85] -type=text -width=80 -height=24 -layer=com_86 -textfont=p12_full -text=Decline -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc0000 -onmouseover=script45(event_com, 0xab0000) -onmouseleave=script45(event_com, 0xcc0000) - -// 637:86 -[com_86] -type=layer -x=305 -y=266 -width=80 -height=24 -op1=Decline - -// 637:87 -[com_87] -type=layer -x=429 -y=51 -width=16 -height=210 - diff --git a/dumps/530/interface/interface_638.if3 b/dumps/530/interface/interface_638.if3 deleted file mode 100644 index 8cfa864c9..000000000 --- a/dumps/530/interface/interface_638.if3 +++ /dev/null @@ -1,19 +0,0 @@ -// 638:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 638:1 -[com_1] -type=graphic -x=15 -y=15 -width=25 -height=25 -xmode=abs_right -layer=com_0 -graphic=overlay_duel - diff --git a/dumps/530/interface/interface_639.if3 b/dumps/530/interface/interface_639.if3 deleted file mode 100644 index f9679ccd9..000000000 --- a/dumps/530/interface/interface_639.if3 +++ /dev/null @@ -1,476 +0,0 @@ -// 639:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 639:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes -opbase= - -// 639:2 -[com_2] -type=graphic -y=52 -width=32 -height=242 -graphic="v2_stone_borders,1" -tiling=yes - -// 639:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 639:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 639:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 639:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 639:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 639:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 639:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 639:10 -[com_10] -type=graphic -x=474 -y=29 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 639:11 -[com_11] -type=graphic -x=19 -y=35 -width=474 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 639:12 -[com_12] -type=graphic -x=19 -y=270 -width=474 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 639:13 -[com_13] -type=graphic -x=19 -y=116 -width=474 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 639:14 -[com_14] -type=text -x=21 -y=28 -width=470 -height=18 -textfont=b12_full -text=Are you sure you want to fight this duel? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 639:15 -[com_15] -type=text -x=24 -y=56 -width=462 -height=12 -textfont=p11_full -text=Before the duel starts: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d - -// 639:16 -[com_16] -type=text -x=24 -y=69 -width=462 -height=11 -textfont=p11_full -text=Lots of y's and g's -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:17 -[com_17] -type=text -x=24 -y=81 -width=462 -height=13 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:18 -[com_18] -type=text -x=24 -y=93 -width=462 -height=13 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:19 -[com_19] -type=text -x=24 -y=105 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:20 -[com_20] -type=text -x=24 -y=117 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:21 -[com_21] -type=text -x=24 -y=137 -width=462 -height=11 -textfont=p11_full -text=During the duel: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d - -// 639:22 -[com_22] -type=text -x=24 -y=150 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:23 -[com_23] -type=text -x=24 -y=174 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:24 -[com_24] -type=text -x=24 -y=162 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:25 -[com_25] -type=text -x=24 -y=186 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:26 -[com_26] -type=text -x=24 -y=198 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:27 -[com_27] -type=text -x=24 -y=210 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:28 -[com_28] -type=text -x=24 -y=222 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:29 -[com_29] -type=text -x=24 -y=234 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:30 -[com_30] -type=text -x=24 -y=246 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:31 -[com_31] -type=text -x=24 -y=258 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:32 -[com_32] -type=text -x=24 -y=270 -width=462 -height=11 -textfont=p11_full -text=There will be obstacles in the arena. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xaaaaaa - -// 639:33 -[com_33] -type=text -x=349 -y=303 -width=140 -height=15 -textfont=p11_full -text=Waiting for other player... -textshadow=yes -colour=0x77736a - -// 639:34 -[com_34] -type=layer -x=168 -y=291 -width=70 -height=24 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 639:35 -[com_35] -type=text -width=70 -height=24 -layer=com_34 -textfont=p12_full -text=Accept -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x00cc00 -op1=Accept -onload=script92(event_com) -onmouseover=script45(event_com, 0x00ab00) -onmouseleave=script45(event_com, 0x00cc00) - -// 639:36 -[com_36] -type=layer -x=269 -y=291 -width=70 -height=24 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 639:37 -[com_37] -type=text -width=70 -height=24 -layer=com_36 -textfont=p12_full -text=Decline -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc0000 -op1=Decline -onmouseover=script45(event_com, 0xab0000) -onmouseleave=script45(event_com, 0xcc0000) -onclick=script29 - diff --git a/dumps/530/interface/interface_64.if3 b/dumps/530/interface/interface_64.if3 deleted file mode 100644 index 814fd099e..000000000 --- a/dumps/530/interface/interface_64.if3 +++ /dev/null @@ -1,91 +0,0 @@ -// 64:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 64:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 64:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 -op10= - -// 64:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 64:4 -[com_4] -type=text -x=30 -y=7 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 64:5 -[com_5] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_640.if3 b/dumps/530/interface/interface_640.if3 deleted file mode 100644 index 7b96a3509..000000000 --- a/dumps/530/interface/interface_640.if3 +++ /dev/null @@ -1,277 +0,0 @@ -// 640:0 -[com_0] -type=rectangle -x=149 -y=71 -width=227 -height=158 -colour=0x000000 -fill=yes -trans=200 - -// 640:1 -[com_1] -type=graphic -x=147 -y=72 -width=222 -height=149 -graphic=tradebacking -tiling=yes -opbase= - -// 640:2 -[com_2] -type=graphic -x=128 -y=97 -width=32 -height=95 -graphic="v2_stone_borders,1" -tiling=yes - -// 640:3 -[com_3] -type=graphic -x=141 -y=65 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 640:4 -[com_4] -type=graphic -x=351 -y=96 -width=32 -height=97 -graphic="v2_stone_borders,3" -tiling=yes - -// 640:5 -[com_5] -type=graphic -x=173 -y=52 -width=167 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 640:6 -[com_6] -type=graphic -x=173 -y=204 -width=167 -height=32 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 640:7 -[com_7] -type=graphic -x=141 -y=192 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 640:8 -[com_8] -type=graphic -x=339 -y=65 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 640:9 -[com_9] -type=graphic -x=339 -y=192 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 640:10 -[com_10] -type=graphic -x=173 -y=76 -width=165 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 640:11 -[com_11] -type=graphic -x=173 -y=109 -width=165 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 640:12 -[com_12] -type=graphic -x=173 -y=122 -width=165 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 640:13 -[com_13] -type=graphic -x=173 -y=155 -width=165 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 640:14 -[com_14] -type=graphic -x=160 -y=93 -width=32 -height=32 -graphic="v2_borders_slim,12" - -// 640:15 -[com_15] -type=graphic -x=325 -y=93 -width=32 -height=32 -graphic="v2_borders_slim,12" -opbase= - -// 640:16 -[com_16] -type=graphic -x=160 -y=139 -width=32 -height=32 -graphic="v2_borders_slim,12" - -// 640:17 -[com_17] -type=graphic -x=325 -y=139 -width=32 -height=32 -graphic="v2_borders_slim,12" -opbase= - -// 640:18 -[com_18] -type=text -x=202 -y=101 -width=109 -height=15 -textfont=p11_full -text=Friendly Duel -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Select -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xff981f) -onvartransmit=script561 -onvartransmitlist=varplayer_283 - -// 640:19 -[com_19] -type=text -x=202 -y=150 -width=109 -height=15 -textfont=p11_full -text=Staked Duel -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Select -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xff981f) - -// 640:20 -[com_20] -type=text -x=191 -y=183 -width=130 -height=30 -textfont=b12_full -text=Challenge! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -op1=Next-Screen -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xff981f) - -// 640:21 -[com_21] -type=graphic -x=188 -y=150 -width=15 -height=15 -graphic="radio_buttons,0" -tiling=yes -op1=Ok - -// 640:22 -[com_22] -type=graphic -x=188 -y=101 -width=15 -height=15 -graphic="radio_buttons,0" -tiling=yes -op1=Ok - -// 640:23 -[com_23] -type=layer -x=191 -y=183 -width=130 -height=30 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 640:24 -[com_24] -type=graphic -x=345 -y=74 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_641.if3 b/dumps/530/interface/interface_641.if3 deleted file mode 100644 index 7687fd614..000000000 --- a/dumps/530/interface/interface_641.if3 +++ /dev/null @@ -1,483 +0,0 @@ -// 641:0 -[com_0] -type=graphic -x=25 -y=25 -width=25 -height=25 -xmode=abs_right -layer=com_11 -graphic=overlay_duel - -// 641:1 -[com_1] -type=text -x=65 -y=59 -width=254 -height=32 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -textfont=p11_full -textshadow=yes -colour=0xcc9900 - -// 641:2 -[com_2] -type=text -x=30 -y=66 -width=60 -height=12 -xmode=abs_right -layer=com_40 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcc9900 -onvartransmit=script564(event_com) -onvartransmitlist=varplayer_1105 - -// 641:3 -[com_3] -type=text -x=-2 -y=54 -width=92 -height=12 -xmode=abs_right -layer=com_40 -textfont=p11_full -text=Tourn. Rank: -textshadow=yes -colour=0xcc9900 - -// 641:4 -[com_4] -type=text -x=10 -y=90 -width=80 -height=12 -xmode=abs_right -layer=com_40 -textfont=p11_full -textshadow=yes -colour=0xcc9900 - -// 641:5 -[com_5] -type=text -x=27 -y=78 -width=63 -height=12 -xmode=abs_right -layer=com_40 -textfont=p11_full -text=Tourn. Value: -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 641:6 -[com_6] -type=rectangle -x=4 -y=75 -width=90 -height=105 -xmode=abs_right -layer=com_37 -colour=0x000000 -fill=yes -trans=125 - -// 641:7 -[com_7] -type=text -x=15 -y=92 -width=75 -height=12 -xmode=abs_right -layer=com_37 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcc9900 - -// 641:8 -[com_8] -type=text -x=10 -y=164 -width=80 -height=12 -xmode=abs_right -layer=com_37 -textfont=p11_full -textshadow=yes -colour=0xcc9900 - -// 641:9 -[com_9] -type=text -x=27 -y=152 -width=63 -height=12 -xmode=abs_right -layer=com_37 -textfont=p11_full -text=Opponent: -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 641:10 -[com_10] -type=text -x=10 -y=80 -width=80 -height=12 -xmode=abs_right -layer=com_37 -textfont=p11_full -text=Tourn. Size: -textshadow=yes -colour=0xcc9900 - -// 641:11 -[com_11] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 641:12 -[com_12] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_23 -hide=yes - -// 641:13 -[com_13] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_23 -hide=yes - -// 641:14 -[com_14] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_23 -hide=yes - -// 641:15 -[com_15] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_23 -hide=yes - -// 641:16 -[com_16] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_23 -hide=yes - -// 641:17 -[com_17] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_23 -hide=yes - -// 641:18 -[com_18] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_23 -hide=yes - -// 641:19 -[com_19] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_23 -hide=yes - -// 641:20 -[com_20] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_23 -hide=yes - -// 641:21 -[com_21] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_23 -hide=yes - -// 641:22 -[com_22] -type=layer -x=1 -y=36 -width=207 -height=53 -xmode=abs_centre -layer=com_23 -onload=script563 - -// 641:23 -[com_23] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 641:24 -[com_24] -type=text -x=9 -y=30 -width=30 -height=12 -textfont=p11_full -text=Style: -textshadow=yes -colour=0xcc9900 - -// 641:25 -[com_25] -type=text -x=50 -y=30 -width=50 -height=12 -textfont=p11_full -text=Options: -textshadow=yes -colour=0xcc9900 - -// 641:26 -[com_26] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 641:27 -[com_27] -type=graphic -x=24 -y=-4898 -width=25 -height=25 -ymode=proportion_centre -layer=com_12 -onmouseleave=script40(interface_641:com_22) -onmouserepeat=script38(event_com, interface_641:com_22, "Potions Allowed", 50, 150) - -// 641:28 -[com_28] -type=graphic -x=24 -y=-3573 -width=25 -height=25 -ymode=proportion_centre -layer=com_13 -onmouseleave=script40(interface_641:com_22) -onmouserepeat=script38(event_com, interface_641:com_22, "Food Allowed", 50, 150) - -// 641:29 -[com_29] -type=graphic -x=24 -y=-2249 -width=25 -height=25 -ymode=proportion_centre -layer=com_14 -onmouseleave=script40(interface_641:com_22) -onmouserepeat=script38(event_com, interface_641:com_22, "Prayers Allowed", 50, 150) - -// 641:30 -[com_30] -type=graphic -x=24 -y=-925 -width=25 -height=25 -ymode=proportion_centre -layer=com_15 -onmouseleave=script40(interface_641:com_22) -onmouserepeat=script38(event_com, interface_641:com_22, "Special Attacks Allowed", 50, 150) - -// 641:31 -[com_31] -type=graphic -x=24 -y=399 -width=25 -height=25 -ymode=proportion_centre -layer=com_16 -onmouseleave=script40(interface_641:com_22) -onmouserepeat=script38(event_com, interface_641:com_22, "Summoning Allowed", 50, 150) - -// 641:32 -[com_32] -type=graphic -x=24 -y=1723 -width=25 -height=25 -ymode=proportion_centre -layer=com_17 -onmouseleave=script40(interface_641:com_22) -onmouserepeat=script38(event_com, interface_641:com_22, "Healing Between Rounds", 50, 150) - -// 641:33 -[com_33] -type=graphic -x=24 -y=1723 -width=25 -height=25 -ymode=proportion_centre -layer=com_18 -onmouseleave=script40(interface_641:com_22) -onmouserepeat=script38(event_com, interface_641:com_22, "Weapon Slots Only", 50, 150) - -// 641:34 -[com_34] -type=graphic -x=24 -y=3048 -width=25 -height=25 -ymode=proportion_centre -layer=com_19 -onmouseleave=script40(interface_641:com_22) -onmouserepeat=script38(event_com, interface_641:com_22, "Ranged Combat Allowed", 50, 150) - -// 641:35 -[com_35] -type=graphic -x=24 -y=4372 -width=25 -height=25 -ymode=proportion_centre -layer=com_20 -onmouseleave=script40(interface_641:com_22) -onmouserepeat=script38(event_com, interface_641:com_22, "Melee Combat Allowed", 50, 150) - -// 641:36 -[com_36] -type=graphic -x=24 -y=5697 -width=25 -height=25 -ymode=proportion_centre -layer=com_21 -onmouseleave=script40(interface_641:com_22) -onmouserepeat=script38(event_com, interface_641:com_22, "Magic Combat Allowed", 50, 150) - -// 641:37 -[com_37] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -hide=yes - -// 641:38 -[com_38] -type=text -x=-27 -y=13 -width=63 -height=16 -xmode=abs_centre -layer=com_37 -textfont=p12_full -text=Round Time: -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 641:39 -[com_39] -type=text -x=52 -y=13 -width=80 -height=16 -xmode=abs_centre -layer=com_37 -textfont=p12_full -textshadow=yes -colour=0xcc9900 - -// 641:40 -[com_40] -type=layer -y=50 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right - diff --git a/dumps/530/interface/interface_642.if3 b/dumps/530/interface/interface_642.if3 deleted file mode 100644 index 5f219cba2..000000000 --- a/dumps/530/interface/interface_642.if3 +++ /dev/null @@ -1,2572 +0,0 @@ -// 642:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 642:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 642:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 642:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 642:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 642:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 642:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 642:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 642:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 642:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 642:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 642:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 642:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 642:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 642:14 -[com_14] -type=text -x=18 -y=27 -width=475 -height=22 -textfont=b12_full -text=Common Item Costs : *type* -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -onload=script675 - -// 642:15 -[com_15] -type=graphic -x=220 -y=26 -width=32 -height=32 -layer=com_42 -opbase=Tin ore -op1=Examine - -// 642:16 -[com_16] -type=graphic -x=387 -y=26 -width=32 -height=32 -layer=com_42 -opbase=Iron ore -op1=Examine - -// 642:17 -[com_17] -type=graphic -x=53 -y=97 -width=32 -height=32 -layer=com_42 -opbase=Silver ore -op1=Examine - -// 642:18 -[com_18] -type=graphic -x=53 -y=26 -width=32 -height=32 -layer=com_42 -opbase=Copper ore -op1=Examine - -// 642:19 -[com_19] -type=graphic -x=220 -y=97 -width=32 -height=32 -layer=com_42 -opbase=Coal -op1=Examine - -// 642:20 -[com_20] -type=graphic -x=387 -y=97 -width=32 -height=32 -layer=com_42 -opbase=Gold ore -op1=Examine - -// 642:21 -[com_21] -type=graphic -x=53 -y=172 -width=32 -height=32 -layer=com_42 -opbase=Mithril ore -op1=Examine - -// 642:22 -[com_22] -type=graphic -x=220 -y=172 -width=32 -height=32 -layer=com_42 -opbase=Adamantite ore -op1=Examine - -// 642:23 -[com_23] -type=graphic -x=387 -y=172 -width=32 -height=32 -layer=com_42 -opbase=Runite ore -op1=Examine - -// 642:24 -[com_24] -type=layer -x=41 -y=16 -width=55 -height=49 -layer=com_42 -onload=script100(event_com) - -// 642:25 -[com_25] -type=layer -x=208 -y=16 -width=55 -height=49 -layer=com_42 -onload=script100(event_com) - -// 642:26 -[com_26] -type=layer -x=375 -y=16 -width=55 -height=49 -layer=com_42 -onload=script100(event_com) - -// 642:27 -[com_27] -type=layer -x=41 -y=87 -width=55 -height=49 -layer=com_42 -onload=script100(event_com) - -// 642:28 -[com_28] -type=layer -x=208 -y=87 -width=55 -height=49 -layer=com_42 -onload=script100(event_com) - -// 642:29 -[com_29] -type=layer -x=375 -y=87 -width=55 -height=49 -layer=com_42 -onload=script100(event_com) - -// 642:30 -[com_30] -type=layer -x=41 -y=162 -width=55 -height=49 -layer=com_42 -onload=script100(event_com) - -// 642:31 -[com_31] -type=layer -x=208 -y=162 -width=55 -height=49 -layer=com_42 -onload=script100(event_com) - -// 642:32 -[com_32] -type=layer -x=375 -y=162 -width=55 -height=49 -layer=com_42 -onload=script100(event_com) - -// 642:33 -[com_33] -type=text -x=45 -y=70 -width=45 -height=10 -layer=com_42 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:34 -[com_34] -type=text -x=213 -y=70 -width=45 -height=10 -layer=com_42 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:35 -[com_35] -type=text -x=380 -y=70 -width=45 -height=10 -layer=com_42 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:36 -[com_36] -type=text -x=45 -y=141 -width=45 -height=10 -layer=com_42 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:37 -[com_37] -type=text -x=213 -y=141 -width=45 -height=10 -layer=com_42 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:38 -[com_38] -type=text -x=380 -y=141 -width=45 -height=10 -layer=com_42 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:39 -[com_39] -type=text -x=45 -y=216 -width=45 -height=10 -layer=com_42 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:40 -[com_40] -type=text -x=213 -y=216 -width=45 -height=10 -layer=com_42 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:41 -[com_41] -type=text -x=380 -y=216 -width=45 -height=10 -layer=com_42 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:42 -[com_42] -type=layer -x=20 -y=55 -width=473 -height=263 -hide=yes - -// 642:43 -[com_43] -type=graphic -x=29 -y=26 -width=32 -height=32 -layer=com_88 -opbase=Adamant armour set (l) -op1=Examine - -// 642:44 -[com_44] -type=graphic -x=125 -y=26 -width=32 -height=32 -layer=com_88 -opbase=Rune armour set (l) -op1=Examine - -// 642:45 -[com_45] -type=graphic -x=220 -y=26 -width=32 -height=32 -layer=com_88 -opbase=Dragon armour set (l) -op1=Examine - -// 642:46 -[com_46] -type=graphic -x=316 -y=26 -width=32 -height=32 -layer=com_88 -opbase=Green dragonhide armour set (l) -op1=Examine - -// 642:47 -[com_47] -type=graphic -x=412 -y=26 -width=32 -height=32 -layer=com_88 -opbase=Black dragonhide armour set -op1=Examine - -// 642:48 -[com_48] -type=graphic -x=29 -y=106 -width=32 -height=32 -layer=com_88 -opbase=Ahrim's armour set -op1=Examine - -// 642:49 -[com_49] -type=graphic -x=125 -y=106 -width=32 -height=32 -layer=com_88 -opbase=Dharok's armour set -op1=Examine - -// 642:50 -[com_50] -type=graphic -x=220 -y=106 -width=32 -height=32 -layer=com_88 -opbase=Guthan's armour set -op1=Examine - -// 642:51 -[com_51] -type=graphic -x=316 -y=106 -width=32 -height=32 -layer=com_88 -opbase=Verac's armour set -op1=Examine - -// 642:52 -[com_52] -type=graphic -x=412 -y=106 -width=32 -height=32 -layer=com_88 -opbase=Dragon boots -op1=Examine - -// 642:53 -[com_53] -type=graphic -x=29 -y=186 -width=32 -height=32 -layer=com_88 -opbase=Abyssal whip -op1=Examine - -// 642:54 -[com_54] -type=graphic -x=125 -y=186 -width=32 -height=32 -layer=com_88 -opbase=Dark bow -op1=Examine - -// 642:55 -[com_55] -type=graphic -x=220 -y=186 -width=32 -height=32 -layer=com_88 -opbase=Dragon axe -op1=Examine - -// 642:56 -[com_56] -type=graphic -x=316 -y=186 -width=32 -height=32 -layer=com_88 -opbase=Dragon scimitar -op1=Examine - -// 642:57 -[com_57] -type=graphic -x=412 -y=186 -width=32 -height=32 -layer=com_88 -opbase=Granite maul -op1=Examine - -// 642:58 -[com_58] -type=layer -x=20 -y=18 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:59 -[com_59] -type=layer -x=116 -y=18 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:60 -[com_60] -type=layer -x=211 -y=18 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:61 -[com_61] -type=layer -x=307 -y=18 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:62 -[com_62] -type=layer -x=403 -y=18 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:63 -[com_63] -type=layer -x=20 -y=98 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:64 -[com_64] -type=layer -x=116 -y=98 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:65 -[com_65] -type=layer -x=211 -y=98 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:66 -[com_66] -type=layer -x=307 -y=98 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:67 -[com_67] -type=layer -x=403 -y=98 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:68 -[com_68] -type=layer -x=20 -y=178 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:69 -[com_69] -type=layer -x=116 -y=178 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:70 -[com_70] -type=layer -x=211 -y=178 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:71 -[com_71] -type=layer -x=307 -y=178 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:72 -[com_72] -type=layer -x=403 -y=178 -width=50 -height=49 -layer=com_88 -onload=script100(event_com) - -// 642:73 -[com_73] -type=text -x=20 -y=73 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:74 -[com_74] -type=text -x=116 -y=73 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:75 -[com_75] -type=text -x=210 -y=73 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:76 -[com_76] -type=text -x=307 -y=73 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:77 -[com_77] -type=text -x=402 -y=73 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:78 -[com_78] -type=text -x=20 -y=152 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:79 -[com_79] -type=text -x=116 -y=152 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:80 -[com_80] -type=text -x=210 -y=152 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:81 -[com_81] -type=text -x=307 -y=152 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:82 -[com_82] -type=text -x=402 -y=152 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:83 -[com_83] -type=text -x=20 -y=232 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:84 -[com_84] -type=text -x=116 -y=232 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:85 -[com_85] -type=text -x=210 -y=232 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:86 -[com_86] -type=text -x=307 -y=232 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:87 -[com_87] -type=text -x=402 -y=232 -width=50 -height=10 -layer=com_88 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:88 -[com_88] -type=layer -x=20 -y=54 -width=474 -height=263 -hide=yes - -// 642:89 -[com_89] -type=graphic -x=74 -y=36 -width=32 -height=32 -layer=com_134 -opbase=Clean guam -op1=Examine - -// 642:90 -[com_90] -type=graphic -x=151 -y=36 -width=32 -height=32 -layer=com_134 -opbase=Clean marrentill -op1=Examine - -// 642:91 -[com_91] -type=graphic -x=230 -y=36 -width=32 -height=32 -layer=com_134 -opbase=Clean tarromin -op1=Examine - -// 642:92 -[com_92] -type=graphic -x=302 -y=36 -width=32 -height=32 -layer=com_134 -opbase=Clean harralander -op1=Examine - -// 642:93 -[com_93] -type=graphic -x=372 -y=36 -width=32 -height=32 -layer=com_134 -opbase=Clean ranarr -op1=Examine - -// 642:94 -[com_94] -type=graphic -x=74 -y=113 -width=32 -height=32 -layer=com_134 -opbase=Clean toadflax -op1=Examine - -// 642:95 -[com_95] -type=graphic -x=152 -y=113 -width=32 -height=32 -layer=com_134 -opbase=Clean irit -op1=Examine - -// 642:96 -[com_96] -type=graphic -x=232 -y=109 -width=32 -height=32 -layer=com_134 -opbase=Clean spirit weed -op1=Examine - -// 642:97 -[com_97] -type=graphic -x=302 -y=112 -width=32 -height=32 -layer=com_134 -opbase=Clean avantoe -op1=Examine - -// 642:98 -[com_98] -type=graphic -x=372 -y=112 -width=32 -height=32 -layer=com_134 -opbase=Clean kwuarm -op1=Examine - -// 642:99 -[com_99] -type=graphic -x=73 -y=187 -width=32 -height=32 -layer=com_134 -opbase=Clean snapdragon -op1=Examine - -// 642:100 -[com_100] -type=graphic -x=150 -y=187 -width=32 -height=32 -layer=com_134 -opbase=Clean cadantine -op1=Examine - -// 642:101 -[com_101] -type=graphic -x=230 -y=186 -width=32 -height=32 -layer=com_134 -opbase=Clean lantadyme -op1=Examine - -// 642:102 -[com_102] -type=graphic -x=302 -y=186 -width=32 -height=32 -layer=com_134 -opbase=Clean dwarf weed -op1=Examine - -// 642:103 -[com_103] -type=graphic -x=372 -y=186 -width=32 -height=32 -layer=com_134 -opbase=Clean torstol -op1=Examine - -// 642:104 -[com_104] -type=layer -x=63 -y=29 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:105 -[com_105] -type=layer -x=141 -y=29 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:106 -[com_106] -type=layer -x=220 -y=29 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:107 -[com_107] -type=layer -x=291 -y=29 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:108 -[com_108] -type=layer -x=360 -y=29 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:109 -[com_109] -type=layer -x=63 -y=105 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:110 -[com_110] -type=layer -x=141 -y=105 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:111 -[com_111] -type=layer -x=220 -y=105 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:112 -[com_112] -type=layer -x=291 -y=105 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:113 -[com_113] -type=layer -x=360 -y=105 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:114 -[com_114] -type=layer -x=63 -y=178 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:115 -[com_115] -type=layer -x=141 -y=178 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:116 -[com_116] -type=layer -x=220 -y=178 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:117 -[com_117] -type=layer -x=291 -y=178 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:118 -[com_118] -type=layer -x=360 -y=178 -width=53 -height=44 -layer=com_134 -onload=script100(event_com) - -// 642:119 -[com_119] -type=text -x=70 -y=82 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:120 -[com_120] -type=text -x=147 -y=82 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:121 -[com_121] -type=text -x=226 -y=82 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:122 -[com_122] -type=text -x=297 -y=82 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:123 -[com_123] -type=text -x=366 -y=82 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:124 -[com_124] -type=text -x=70 -y=158 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:125 -[com_125] -type=text -x=147 -y=158 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:126 -[com_126] -type=text -x=226 -y=158 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:127 -[com_127] -type=text -x=297 -y=158 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:128 -[com_128] -type=text -x=366 -y=158 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:129 -[com_129] -type=text -x=70 -y=230 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:130 -[com_130] -type=text -x=147 -y=230 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:131 -[com_131] -type=text -x=226 -y=230 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:132 -[com_132] -type=text -x=297 -y=230 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:133 -[com_133] -type=text -x=366 -y=230 -width=43 -height=10 -layer=com_134 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:134 -[com_134] -type=layer -x=20 -y=56 -width=473 -height=262 -hide=yes - -// 642:135 -[com_135] -type=graphic -x=108 -y=32 -width=32 -height=32 -layer=com_165 -opbase=Logs -op1=Examine - -// 642:136 -[com_136] -type=graphic -x=218 -y=32 -width=32 -height=32 -layer=com_165 -opbase=Achey tree logs -op1=Examine - -// 642:137 -[com_137] -type=graphic -x=329 -y=32 -width=32 -height=32 -layer=com_165 -opbase=Oak logs -op1=Examine - -// 642:138 -[com_138] -type=graphic -x=108 -y=110 -width=32 -height=32 -layer=com_165 -opbase=Willow logs -op1=Examine - -// 642:139 -[com_139] -type=graphic -x=218 -y=111 -width=32 -height=32 -layer=com_165 -opbase=Teak logs -op1=Examine - -// 642:140 -[com_140] -type=graphic -x=329 -y=111 -width=32 -height=32 -layer=com_165 -opbase=Maple logs -op1=Examine - -// 642:141 -[com_141] -type=graphic -x=55 -y=186 -width=32 -height=32 -layer=com_165 -opbase=Mahogany logs -op1=Examine - -// 642:142 -[com_142] -type=graphic -x=164 -y=186 -width=32 -height=32 -layer=com_165 -opbase=Eucalyptus logs -op1=Examine - -// 642:143 -[com_143] -type=graphic -x=274 -y=186 -width=32 -height=32 -layer=com_165 -opbase=Yew logs -op1=Examine - -// 642:144 -[com_144] -type=graphic -x=379 -y=186 -width=32 -height=32 -layer=com_165 -opbase=Magic logs -op1=Examine - -// 642:145 -[com_145] -type=layer -x=100 -y=26 -width=50 -height=42 -layer=com_165 -onload=script100(event_com) - -// 642:146 -[com_146] -type=layer -x=210 -y=26 -width=50 -height=42 -layer=com_165 -onload=script100(event_com) - -// 642:147 -[com_147] -type=layer -x=321 -y=26 -width=50 -height=42 -layer=com_165 -onload=script100(event_com) - -// 642:148 -[com_148] -type=layer -x=100 -y=104 -width=50 -height=42 -layer=com_165 -onload=script100(event_com) - -// 642:149 -[com_149] -type=layer -x=210 -y=105 -width=50 -height=42 -layer=com_165 -onload=script100(event_com) - -// 642:150 -[com_150] -type=layer -x=321 -y=105 -width=50 -height=42 -layer=com_165 -onload=script100(event_com) - -// 642:151 -[com_151] -type=layer -x=47 -y=180 -width=50 -height=42 -layer=com_165 -onload=script100(event_com) - -// 642:152 -[com_152] -type=layer -x=156 -y=180 -width=50 -height=42 -layer=com_165 -onload=script100(event_com) - -// 642:153 -[com_153] -type=layer -x=266 -y=180 -width=50 -height=42 -layer=com_165 -onload=script100(event_com) - -// 642:154 -[com_154] -type=layer -x=371 -y=180 -width=50 -height=42 -layer=com_165 -onload=script100(event_com) - -// 642:155 -[com_155] -type=text -x=106 -y=75 -width=41 -height=10 -layer=com_165 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:156 -[com_156] -type=text -x=216 -y=75 -width=41 -height=10 -layer=com_165 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:157 -[com_157] -type=text -x=327 -y=75 -width=41 -height=10 -layer=com_165 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:158 -[com_158] -type=text -x=106 -y=153 -width=41 -height=10 -layer=com_165 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:159 -[com_159] -type=text -x=216 -y=153 -width=41 -height=10 -layer=com_165 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:160 -[com_160] -type=text -x=327 -y=153 -width=41 -height=10 -layer=com_165 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:161 -[com_161] -type=text -x=53 -y=228 -width=41 -height=10 -layer=com_165 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:162 -[com_162] -type=text -x=162 -y=228 -width=41 -height=10 -layer=com_165 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:163 -[com_163] -type=text -x=272 -y=227 -width=41 -height=10 -layer=com_165 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:164 -[com_164] -type=text -x=377 -y=227 -width=41 -height=10 -layer=com_165 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:165 -[com_165] -type=layer -x=20 -y=55 -width=472 -height=263 - -// 642:166 -[com_166] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 642:167 -[com_167] -type=graphic -x=59 -y=33 -width=32 -height=32 -layer=com_215 -opbase=Rune essence -op1=Examine - -// 642:168 -[com_168] -type=graphic -x=140 -y=33 -width=32 -height=32 -layer=com_215 -opbase=Pure essence -op1=Examine - -// 642:169 -[com_169] -type=graphic -x=220 -y=33 -width=32 -height=32 -layer=com_215 -opbase=Air rune -op1=Examine - -// 642:170 -[com_170] -type=graphic -x=300 -y=33 -width=32 -height=32 -layer=com_215 -opbase=Mind rune -op1=Examine - -// 642:171 -[com_171] -type=graphic -x=380 -y=33 -width=32 -height=32 -layer=com_215 -opbase=Water rune -op1=Examine - -// 642:172 -[com_172] -type=graphic -x=59 -y=103 -width=32 -height=32 -layer=com_215 -opbase=Earth rune -op1=Examine - -// 642:173 -[com_173] -type=graphic -x=140 -y=103 -width=32 -height=32 -layer=com_215 -opbase=Fire rune -op1=Examine - -// 642:174 -[com_174] -type=graphic -x=220 -y=103 -width=32 -height=32 -layer=com_215 -opbase=Body rune -op1=Examine - -// 642:175 -[com_175] -type=graphic -x=300 -y=103 -width=32 -height=32 -layer=com_215 -opbase=Cosmic rune -op1=Examine - -// 642:176 -[com_176] -type=graphic -x=380 -y=103 -width=32 -height=32 -layer=com_215 -opbase=Chaos rune -op1=Examine - -// 642:177 -[com_177] -type=graphic -x=20 -y=177 -width=32 -height=32 -layer=com_215 -opbase=Astral rune -op1=Examine - -// 642:178 -[com_178] -type=graphic -x=100 -y=177 -width=32 -height=32 -layer=com_215 -opbase=Nature rune -op1=Examine - -// 642:179 -[com_179] -type=graphic -x=180 -y=177 -width=32 -height=32 -layer=com_215 -opbase=Law rune -op1=Examine - -// 642:180 -[com_180] -type=graphic -x=260 -y=177 -width=32 -height=32 -layer=com_215 -opbase=Death rune -op1=Examine - -// 642:181 -[com_181] -type=graphic -x=340 -y=177 -width=32 -height=32 -layer=com_215 -opbase=Blood rune -op1=Examine - -// 642:182 -[com_182] -type=graphic -x=421 -y=177 -width=32 -height=32 -layer=com_215 -opbase=Soul rune -op1=Examine - -// 642:183 -[com_183] -type=text -x=58 -y=74 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:184 -[com_184] -type=text -x=139 -y=74 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:185 -[com_185] -type=text -x=219 -y=74 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:186 -[com_186] -type=text -x=299 -y=74 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:187 -[com_187] -type=text -x=379 -y=74 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:188 -[com_188] -type=text -x=58 -y=143 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:189 -[com_189] -type=text -x=139 -y=143 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:190 -[com_190] -type=text -x=219 -y=143 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:191 -[com_191] -type=text -x=299 -y=143 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:192 -[com_192] -type=text -x=379 -y=143 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:193 -[com_193] -type=text -x=18 -y=218 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:194 -[com_194] -type=text -x=99 -y=218 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:195 -[com_195] -type=text -x=179 -y=218 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:196 -[com_196] -type=text -x=259 -y=218 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:197 -[com_197] -type=text -x=339 -y=218 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:198 -[com_198] -type=text -x=420 -y=218 -width=32 -height=10 -layer=com_215 -textfont=p11_full -text=cost -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 642:199 -[com_199] -type=layer -x=53 -y=30 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:200 -[com_200] -type=layer -x=134 -y=30 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:201 -[com_201] -type=layer -x=214 -y=30 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:202 -[com_202] -type=layer -x=294 -y=30 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:203 -[com_203] -type=layer -x=374 -y=30 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:204 -[com_204] -type=layer -x=53 -y=100 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:205 -[com_205] -type=layer -x=134 -y=100 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:206 -[com_206] -type=layer -x=214 -y=100 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:207 -[com_207] -type=layer -x=294 -y=100 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:208 -[com_208] -type=layer -x=374 -y=100 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:209 -[com_209] -type=layer -x=14 -y=174 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:210 -[com_210] -type=layer -x=94 -y=174 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:211 -[com_211] -type=layer -x=174 -y=174 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:212 -[com_212] -type=layer -x=254 -y=174 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:213 -[com_213] -type=layer -x=334 -y=174 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:214 -[com_214] -type=layer -x=415 -y=174 -width=40 -height=40 -layer=com_215 -onload=script100(event_com) - -// 642:215 -[com_215] -type=layer -x=20 -y=55 -width=472 -height=263 -hide=yes - -// 642:216 -[com_216] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 642:217 -[com_217] -type=graphic -x=23 -y=25 -width=25 -height=25 -graphic=grand_exchange_icon_25 - diff --git a/dumps/530/interface/interface_643.if3 b/dumps/530/interface/interface_643.if3 deleted file mode 100644 index 87763fdbd..000000000 --- a/dumps/530/interface/interface_643.if3 +++ /dev/null @@ -1,617 +0,0 @@ -// 643:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 643:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 643:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 643:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 643:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 643:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 643:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 643:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 643:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 643:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 643:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 643:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 643:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 643:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 643:14 -[com_14] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 643:15 -[com_15] -type=graphic -x=19 -y=84 -width=474 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 643:16 -[com_16] -type=graphic -x=120 -y=54 -width=32 -height=44 -graphic="v2_stone_borders,24" -tiling=yes - -// 643:17 -[com_17] -type=graphic -x=268 -y=54 -width=32 -height=44 -graphic="v2_stone_borders,24" -tiling=yes - -// 643:18 -[com_18] -type=graphic -x=370 -y=54 -width=32 -height=44 -graphic="v2_stone_borders,24" -tiling=yes - -// 643:19 -[com_19] -type=text -x=18 -y=27 -width=475 -height=22 -textfont=b12_full -text=Item Back History -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 643:20 -[com_20] -type=graphic -x=26 -y=26 -width=25 -height=25 -graphic=grand_exchange_icon_25 - -// 643:21 -[com_21] -type=text -x=20 -y=70 -width=112 -height=15 -textfont=b12_full -text=Offer type -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 643:22 -[com_22] -type=text -x=137 -y=70 -width=144 -height=15 -textfont=b12_full -text=Item name -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 643:23 -[com_23] -type=text -x=285 -y=70 -width=98 -height=15 -textfont=b12_full -text=Quantity -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 643:24 -[com_24] -type=text -x=387 -y=70 -width=106 -height=15 -textfont=b12_full -text=Price -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 - -// 643:25 -[com_25] -type=text -x=25 -y=125 -width=95 -height=10 -textfont=p11_full -text=xxxxxxxxxxxxx -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xd19e05 -opbase= - -// 643:26 -[com_26] -type=text -x=25 -y=166 -width=95 -height=10 -textfont=p11_full -text=xxxxxxxxxxxxx -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc39000 - -// 643:27 -[com_27] -type=text -x=25 -y=202 -width=95 -height=10 -textfont=p11_full -text=xxxxxxxxxxxxx -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb78700 - -// 643:28 -[com_28] -type=text -x=25 -y=240 -width=95 -height=10 -textfont=p11_full -text=xxxxxxxxxxxxx -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xae7b00 - -// 643:29 -[com_29] -type=text -x=25 -y=278 -width=95 -height=10 -textfont=p11_full -text=xxxxxxxxxxxxx -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xa47100 - -// 643:30 -[com_30] -type=text -x=288 -y=125 -width=95 -height=10 -textfont=p11_full -text=2,000,000,000 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xd19e05 - -// 643:31 -[com_31] -type=text -x=288 -y=166 -width=95 -height=10 -textfont=p11_full -text=2,000,000,000 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc39000 - -// 643:32 -[com_32] -type=text -x=288 -y=202 -width=95 -height=10 -textfont=p11_full -text=2,000,000,000 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb78700 - -// 643:33 -[com_33] -type=text -x=288 -y=240 -width=95 -height=10 -textfont=p11_full -text=2,000,000,000 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xae7b00 - -// 643:34 -[com_34] -type=text -x=288 -y=278 -width=95 -height=10 -textfont=p11_full -text=2,000,000,000 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xa47100 - -// 643:35 -[com_35] -type=text -x=140 -y=125 -width=140 -height=10 -textfont=p11_full -text=name name name name name -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xd19e05 - -// 643:36 -[com_36] -type=text -x=140 -y=166 -width=140 -height=10 -textfont=p11_full -text=name name name name name -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc39000 - -// 643:37 -[com_37] -type=text -x=140 -y=202 -width=140 -height=10 -textfont=p11_full -text=name name name name name -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb78700 - -// 643:38 -[com_38] -type=text -x=140 -y=240 -width=140 -height=10 -textfont=p11_full -text=name name name name name -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xae7b00 - -// 643:39 -[com_39] -type=text -x=140 -y=278 -width=140 -height=10 -textfont=p11_full -text=name name name name name -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xa47100 - -// 643:40 -[com_40] -type=text -x=388 -y=125 -width=104 -height=10 -textfont=p11_full -text=2,000,000,000 gp -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xd19e05 - -// 643:41 -[com_41] -type=text -x=388 -y=166 -width=104 -height=10 -textfont=p11_full -text=2,000,000,000 gp -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc39000 - -// 643:42 -[com_42] -type=text -x=388 -y=202 -width=104 -height=10 -textfont=p11_full -text=2,000,000,000 gp -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb78700 - -// 643:43 -[com_43] -type=text -x=388 -y=240 -width=104 -height=10 -textfont=p11_full -text=2,000,000,000 gp -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xae7b00 - -// 643:44 -[com_44] -type=text -x=388 -y=278 -width=104 -height=10 -textfont=p11_full -text=2,000,000,000 gp -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xa47100 - -// 643:45 -[com_45] -type=graphic -x=19 -y=96 -width=474 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 643:46 -[com_46] -type=graphic -x=19 -y=134 -width=474 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 643:47 -[com_47] -type=graphic -x=19 -y=171 -width=474 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 643:48 -[com_48] -type=graphic -x=19 -y=209 -width=474 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 643:49 -[com_49] -type=graphic -x=19 -y=245 -width=474 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 643:50 -[com_50] -type=graphic -x=19 -y=284 -width=474 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - diff --git a/dumps/530/interface/interface_644.if3 b/dumps/530/interface/interface_644.if3 deleted file mode 100644 index 44c784785..000000000 --- a/dumps/530/interface/interface_644.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 644:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_645.if3 b/dumps/530/interface/interface_645.if3 deleted file mode 100644 index 0489d3615..000000000 --- a/dumps/530/interface/interface_645.if3 +++ /dev/null @@ -1,202 +0,0 @@ -// 645:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 645:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 645:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 645:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 645:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 645:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 645:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 645:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 645:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 645:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 645:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 645:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 645:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 645:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 645:14 -[com_14] -type=graphic -x=19 -y=278 -width=475 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 645:15 -[com_15] -type=text -x=18 -y=27 -width=475 -height=22 -textfont=b12_full -text=Grand Exchange Item Sets -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 645:16 -[com_16] -type=layer -x=31 -y=62 -width=438 -height=229 -scrollheight=900 - -// 645:17 -[com_17] -type=text -x=31 -y=295 -width=453 -height=24 -textfont=p11_full -text=Click on this menu to exchange items for sets.
Click on your inventory to exchange sets for items. -textalignh=1 -textshadow=yes -colour=0xc8ab4a - -// 645:18 -[com_18] -type=layer -x=474 -y=62 -width=16 -height=225 -onload=script63(event_com, interface_645:com_16, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 645:19 -[com_19] -type=graphic -x=26 -y=26 -width=25 -height=25 -graphic=grand_exchange_icon_25 - diff --git a/dumps/530/interface/interface_646.if3 b/dumps/530/interface/interface_646.if3 deleted file mode 100644 index 3b20fb216..000000000 --- a/dumps/530/interface/interface_646.if3 +++ /dev/null @@ -1,151 +0,0 @@ -// 646:0 -[com_0] -type=graphic -x=5 -y=4 -width=502 -height=324 -graphic=tradebacking -tiling=yes - -// 646:1 -[com_1] -type=graphic -x=-13 -y=30 -width=32 -height=273 -graphic="v2_stone_borders,1" -tiling=yes - -// 646:2 -[com_2] -type=graphic -y=1 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 646:3 -[com_3] -type=graphic -x=492 -y=32 -width=32 -height=271 -graphic="v2_stone_borders,3" -tiling=yes - -// 646:4 -[com_4] -type=graphic -x=32 -y=-12 -width=450 -height=29 -graphic="v2_stone_borders,0" -tiling=yes - -// 646:5 -[com_5] -type=graphic -x=31 -y=314 -width=450 -height=36 -graphic="v2_stone_borders,2" -tiling=yes - -// 646:6 -[com_6] -type=graphic -y=302 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 646:7 -[com_7] -type=graphic -x=480 -y=1 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 646:8 -[com_8] -type=graphic -x=480 -y=302 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 646:9 -[com_9] -type=model -x=184 -y=30 -width=146 -height=255 -model=model_29916 -modelorigin_x=0 -modelorigin_y=102 -modelangle_x=135 -modelangle_y=24 -modelangle_z=0 -modelzoom=781 -modelanim=seq_7374 -unknown100=0 -unknown101=3000 - -// 646:10 -[com_10] -type=graphic -x=16 -y=16 -width=25 -height=25 -graphic=grand_exchange_icon_25 - -// 646:11 -[com_11] -type=text -x=50 -y=289 -width=408 -height=32 -textfont=p12_full -text=Step 4 : With your items placed on the Grand Exchange system, just wait a while and we will let you know when your items are traded. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d - -// 646:12 -[com_12] -type=graphic -x=472 -y=21 -width=16 -height=16 -graphic="catcon_catapult_arrows,2" -op1=Continue -onmouseover=script44(event_com, "catcon_catapult_arrows,3") -onmouseleave=script44(event_com, "catcon_catapult_arrows,2") - -// 646:13 -[com_13] -type=text -x=375 -y=21 -width=106 -height=16 -textfont=p12_full -text=Click to continue -colour=0xbf751d -op1=Continue -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xbf751d) - diff --git a/dumps/530/interface/interface_647.if3 b/dumps/530/interface/interface_647.if3 deleted file mode 100644 index 211591c7b..000000000 --- a/dumps/530/interface/interface_647.if3 +++ /dev/null @@ -1,325 +0,0 @@ -// 647:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 647:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 647:2 -[com_2] -type=graphic -y=59 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 647:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 647:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 647:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 647:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 647:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 647:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 647:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 647:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 647:11 -[com_11] -type=graphic -x=24 -y=39 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 647:12 -[com_12] -type=graphic -x=13 -y=41 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 647:13 -[com_13] -type=graphic -x=468 -y=41 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 647:14 -[com_14] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 647:15 -[com_15] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 647:16 -[com_16] -type=graphic -x=19 -y=270 -width=475 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 647:17 -[com_17] -type=graphic -x=246 -y=58 -width=41 -height=224 -graphic="v2_stone_borders,24" -tiling=yes - -// 647:18 -[com_18] -type=graphic -x=246 -y=26 -width=28 -height=27 -graphic="v2_stone_borders,24" -tiling=yes - -// 647:19 -[com_19] -type=text -x=301 -y=28 -width=169 -height=18 -textfont=b12_full -text=Items being dropped -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9c1f - -// 647:20 -[com_20] -type=text -x=42 -y=25 -width=203 -height=23 -textfont=b12_full -text=Items ready to be dropped -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9c1f - -// 647:21 -[com_21] -type=layer -x=245 -y=58 -width=16 -height=224 -onload=script678 - -// 647:22 -[com_22] -type=layer -x=477 -y=58 -width=17 -height=225 - -// 647:23 -[com_23] -type=graphic -x=262 -y=27 -width=25 -height=25 -graphic="lore_icons,2" - -// 647:24 -[com_24] -type=text -x=286 -y=31 -width=32 -height=15 -textfont=p11_full -text=00 -textshadow=yes -colour=0xff4b00 -onvartransmit=script677 -onvartransmitlist=varplayer_1135 - -// 647:25 -[com_25] -type=layer -x=431 -y=289 -width=59 -height=30 -op1=Accept -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 647:26 -[com_26] -type=text -x=428 -y=288 -width=65 -height=31 -textfont=p12_full -text=Accept -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffbe00 - -// 647:27 -[com_27] -type=layer -x=20 -y=61 -width=223 -height=220 -scrollheight=1296 - -// 647:28 -[com_28] -type=layer -x=263 -y=60 -width=214 -height=222 -scrollheight=1296 - -// 647:29 -[com_29] -type=layer -x=20 -y=285 -width=413 -height=35 - -// 647:30 -[com_30] -type=text -x=9 -y=309 -width=491 -height=12 -textfont=p11_full -text=(Once you press Accept items can't be taken out of the chest!) -textalignh=1 -colour=0xff4b00 - diff --git a/dumps/530/interface/interface_648.if3 b/dumps/530/interface/interface_648.if3 deleted file mode 100644 index 363e5a15d..000000000 --- a/dumps/530/interface/interface_648.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 648:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_649.if3 b/dumps/530/interface/interface_649.if3 deleted file mode 100644 index eca78fc62..000000000 --- a/dumps/530/interface/interface_649.if3 +++ /dev/null @@ -1,360 +0,0 @@ -// 649:0 -[com_0] -type=graphic -x=80 -y=202 -width=36 -height=36 -graphic="miscgraphics,7" - -// 649:1 -[com_1] -type=model -height=60 -widthmode=minus -xmode=abs_centre -layer=com_23 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=0 -unknown100=0 -unknown101=0 -modelobjwidth=80 -op10= -onload=script1769(event_com) -onvarctransmit=script1769(event_com) -onvarctransmitlist=varclient_269 - -// 649:2 -[com_2] -type=model -height=60 -widthmode=minus -xmode=abs_centre -layer=com_14 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=0 -unknown100=0 -unknown101=0 -modelobjwidth=80 -op10= -onload=script1769(event_com) -onvarctransmit=script1769(event_com) -onvarctransmitlist=varclient_269 - -// 649:3 -[com_3] -type=model -height=60 -widthmode=minus -xmode=abs_centre -layer=com_20 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=0 -unknown100=0 -unknown101=0 -modelobjwidth=80 -op10= -onload=script1769(event_com) -onvarctransmit=script1769(event_com) -onvarctransmitlist=varclient_269 - -// 649:4 -[com_4] -type=model -height=60 -widthmode=minus -xmode=abs_centre -layer=com_17 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=0 -unknown100=0 -unknown101=0 -modelobjwidth=80 -op10= -onload=script1769(event_com) -onvarctransmit=script1769(event_com) -onvarctransmitlist=varclient_269 - -// 649:5 -[com_5] -type=graphic -x=65 -y=202 -width=36 -height=36 -graphic="miscgraphics,7" - -// 649:6 -[com_6] -type=graphic -x=39 -y=202 -width=36 -height=36 -graphic="miscgraphics,7" - -// 649:7 -[com_7] -type=graphic -x=97 -y=202 -width=36 -height=36 -graphic="miscgraphics,8" - -// 649:8 -[com_8] -type=graphic -x=119 -y=202 -width=36 -height=36 -graphic="miscgraphics,8" - -// 649:9 -[com_9] -type=text -contenttype=205 -x=39 -y=202 -width=116 -height=36 -textfont=b12_full -text=Stop viewing -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff -op1=Exit -targetverb=Exit -onmouseover=script45(event_com, ^yellow) -onmouseleave=script45(event_com, ^white) - -// 649:10 -[com_10] -type=layer -width=80 -height=80 - -// 649:11 -[com_11] -type=model -height=60 -widthmode=minus -xmode=abs_centre -layer=com_10 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=0 -unknown100=0 -unknown101=0 -modelobjwidth=80 -onload=script1769(event_com) -onvarctransmit=script1769(event_com) -onvarctransmitlist=varclient_269 - -// 649:12 -[com_12] -type=text -width=80 -height=20 -ymode=abs_bottom -layer=com_10 -textfont=p12_full -text=North-west -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 649:13 -[com_13] -type=rectangle -width=25 -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_10 -colour=0x000000 -fill=yes -trans=255 -opbase=North-west -op1=View -onmouseover=script45(interface_649:com_12, ^white) -onmouseleave=script45(interface_649:com_12, 0xff981f) - -// 649:14 -[com_14] -type=layer -width=80 -height=80 -xmode=abs_right - -// 649:15 -[com_15] -type=text -height=20 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_14 -textfont=p12_full -text=North-east -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 649:16 -[com_16] -type=rectangle -width=25 -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_14 -colour=0x000000 -fill=yes -trans=255 -opbase=North-east -op1=View -onmouseover=script45(interface_649:com_15, ^white) -onmouseleave=script45(interface_649:com_15, 0xff981f) - -// 649:17 -[com_17] -type=layer -y=116 -width=80 -height=80 - -// 649:18 -[com_18] -type=text -height=20 -widthmode=minus -ymode=abs_bottom -layer=com_17 -textfont=p12_full -text=South-west -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 649:19 -[com_19] -type=rectangle -width=25 -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_17 -colour=0x000000 -fill=yes -trans=255 -opbase=South-west -op1=View -onmouseover=script45(interface_649:com_18, ^white) -onmouseleave=script45(interface_649:com_18, 0xff981f) - -// 649:20 -[com_20] -type=layer -y=116 -width=80 -height=80 -xmode=abs_right - -// 649:21 -[com_21] -type=text -height=20 -widthmode=minus -ymode=abs_bottom -layer=com_20 -textfont=p12_full -text=South-east -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 649:22 -[com_22] -type=rectangle -width=25 -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_20 -colour=0x000000 -fill=yes -trans=255 -opbase=South-east -op1=View -onmouseover=script45(interface_649:com_21, ^white) -onmouseleave=script45(interface_649:com_21, 0xff981f) - -// 649:23 -[com_23] -type=layer -y=58 -width=80 -height=80 -xmode=abs_centre - -// 649:24 -[com_24] -type=text -height=20 -widthmode=minus -ymode=abs_bottom -layer=com_23 -textfont=p12_full -text=Centre -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 649:25 -[com_25] -type=rectangle -width=25 -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_23 -colour=0x000000 -fill=yes -trans=255 -opbase=Centre -op1=View -onmouseover=script45(interface_649:com_24, ^white) -onmouseleave=script45(interface_649:com_24, 0xff981f) - diff --git a/dumps/530/interface/interface_65.if3 b/dumps/530/interface/interface_65.if3 deleted file mode 100644 index a98a32758..000000000 --- a/dumps/530/interface/interface_65.if3 +++ /dev/null @@ -1,105 +0,0 @@ -// 65:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 65:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 65:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 -op10= - -// 65:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 65:4 -[com_4] -type=text -x=30 -y=-1771 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 65:5 -[com_5] -type=text -x=30 -y=1785 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 65:6 -[com_6] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_650.if3 b/dumps/530/interface/interface_650.if3 deleted file mode 100644 index f88d3aeda..000000000 --- a/dumps/530/interface/interface_650.if3 +++ /dev/null @@ -1,248 +0,0 @@ -// 650:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 650:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 650:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 650:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 650:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 650:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 650:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 650:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 650:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 650:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 650:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 650:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 650:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_650:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_650:com_12, "v2_stone_close_button,0") -onop=script29 - -// 650:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 650:14 -[com_14] -type=text -x=107 -y=83 -width=315 -height=87 -textfont=p12_full -text=The Beast is incredibly powerful and will easily kill all but the most skilled warriors.

Due to the Beast's soul-devouring powers
YOU WILL NOT GET A GRAVESTONE ON DEATH.

Are you sure that you wish to enter? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 650:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 650:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 650:17 -[com_17] -type=text -x=106 -y=180 -width=315 -height=15 -textfont=p12_full -text=Enter the cavern -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 650:18 -[com_18] -type=text -x=107 -y=197 -width=315 -height=15 -textfont=p12_full -text=Stay out -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 650:19 -[com_19] -type=text -width=25 -height=2 -widthmode=minus -heightmode=minus -xmode=abs_right -ymode=abs_centre -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignv=1 -textshadow=yes -colour=0xff981f - -// 650:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_650:com_20, 30) -onclick=script163(interface_650:com_20) -onvartransmitlist=varplayer_1047 - -// 650:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_651.if3 b/dumps/530/interface/interface_651.if3 deleted file mode 100644 index c4d4f9a3a..000000000 --- a/dumps/530/interface/interface_651.if3 +++ /dev/null @@ -1,50 +0,0 @@ -// 651:0 -[com_0] -type=model -x=1095 -y=-42 -width=26055 -height=39887 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_42534 -modelorigin_x=-55 -modelorigin_y=381 -modelangle_x=15 -modelangle_y=1981 -modelangle_z=0 -modelzoom=394 -modelanim=seq_10430 -modelorthog=yes -unknown100=289 -unknown101=1027 -modelobjwidth=814 -modelobjheight=813 - -// 651:1 -[com_1] -type=model -x=-89 -y=2999 -width=16839 -height=29782 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_42535 -modelorigin_x=11 -modelorigin_y=967 -modelangle_x=15 -modelangle_y=1912 -modelangle_z=0 -modelzoom=108 -modelanim=seq_10430 -modelorthog=yes -unknown100=97 -unknown101=242 -modelobjwidth=526 -modelobjheight=607 - diff --git a/dumps/530/interface/interface_652.if3 b/dumps/530/interface/interface_652.if3 deleted file mode 100644 index 92d21660d..000000000 --- a/dumps/530/interface/interface_652.if3 +++ /dev/null @@ -1,377 +0,0 @@ -// 652:0 -[com_0] -type=rectangle -x=32 -y=31 -width=465 -height=289 -colour=0x000000 -fill=yes -trans=200 - -// 652:1 -[com_1] -type=graphic -x=31 -y=31 -width=451 -height=275 -graphic=tradebacking -tiling=yes - -// 652:2 -[com_2] -type=graphic -x=24 -y=24 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 652:3 -[com_3] -type=graphic -x=11 -y=56 -width=32 -height=226 -graphic="v2_stone_borders,1" -tiling=yes - -// 652:4 -[com_4] -type=graphic -x=469 -y=56 -width=32 -height=225 -graphic="v2_stone_borders,3" -tiling=yes - -// 652:5 -[com_5] -type=graphic -x=24 -y=281 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 652:6 -[com_6] -type=graphic -x=56 -y=11 -width=401 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 652:7 -[com_7] -type=graphic -x=56 -y=293 -width=401 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 652:8 -[com_8] -type=graphic -x=457 -y=24 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 652:9 -[com_9] -type=graphic -x=457 -y=281 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 652:10 -[com_10] -type=graphic -x=24 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 652:11 -[com_11] -type=graphic -x=457 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 652:12 -[com_12] -type=graphic -x=35 -y=38 -width=443 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 652:13 -[com_13] -type=graphic -x=30 -y=74 -width=32 -height=216 -graphic="v2_borders_slim,12" -tiling=yes - -// 652:14 -[com_14] -type=graphic -x=44 -y=56 -width=170 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 652:15 -[com_15] -type=graphic -x=200 -y=74 -width=32 -height=216 -graphic="v2_borders_slim,12" -tiling=yes - -// 652:16 -[com_16] -type=graphic -x=44 -y=274 -width=170 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 652:17 -[com_17] -type=graphic -x=245 -y=74 -width=32 -height=32 -graphic="v2_stone_borders,18" -tiling=yes - -// 652:18 -[com_18] -type=graphic -x=424 -y=74 -width=32 -height=32 -graphic="v2_stone_borders,19" -tiling=yes - -// 652:19 -[com_19] -type=graphic -x=424 -y=260 -width=32 -height=32 -graphic="v2_stone_borders,21" -tiling=yes - -// 652:20 -[com_20] -type=graphic -x=277 -y=60 -width=148 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 652:21 -[com_21] -type=graphic -x=277 -y=272 -width=147 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 652:22 -[com_22] -type=graphic -x=231 -y=106 -width=32 -height=154 -graphic="v2_stone_borders,13" -tiling=yes - -// 652:23 -[com_23] -type=graphic -x=436 -y=106 -width=32 -height=154 -graphic="v2_stone_borders,13" -tiling=yes - -// 652:24 -[com_24] -type=graphic -x=415 -y=74 -width=32 -height=32 -graphic="v2_stone_borders,14" -tiling=yes - -// 652:25 -[com_25] -type=graphic -x=414 -y=85 -width=32 -height=196 -graphic="v2_stone_borders,13" -tiling=yes - -// 652:26 -[com_26] -type=graphic -x=415 -y=260 -width=32 -height=32 -graphic="v2_stone_borders,15" -tiling=yes - -// 652:27 -[com_27] -type=graphic -x=245 -y=260 -width=32 -height=32 -graphic="v2_stone_borders,20" -tiling=yes - -// 652:28 -[com_28] -type=text -x=31 -y=31 -width=450 -height=21 -textfont=b12_full -text=Gravestones -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 652:29 -[com_29] -type=text -x=61 -y=87 -width=140 -height=30 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xff981f - -// 652:30 -[com_30] -type=text -x=61 -y=116 -width=140 -height=114 -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xff981f - -// 652:31 -[com_31] -type=layer -x=251 -y=80 -width=176 -height=205 -onload=script681(event_com, interface_652:com_32, interface_652:com_34, interface_652:com_35, interface_652:com_29, interface_652:com_30) -onvartransmit=script681(event_com, interface_652:com_32, interface_652:com_34, interface_652:com_35, interface_652:com_29, interface_652:com_30) -onvartransmitlist=varplayer_1146 - -// 652:32 -[com_32] -type=layer -x=434 -y=79 -width=16 -height=207 - -// 652:33 -[com_33] -type=graphic -width=90 -height=56 -layer=com_34 -graphic="wild_ditch_sign_button,2" - -// 652:34 -[com_34] -type=layer -x=83 -y=230 -width=90 -height=56 - -// 652:35 -[com_35] -type=text -x=83 -y=230 -width=90 -height=56 -textfont=b12_full -textlineheight=15 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d -onmouseover=script45(interface_652:com_35, 0xe1981f) -onmouseleave=script45(interface_652:com_35, 0xbf751d) - -// 652:36 -[com_36] -type=graphic -x=463 -y=33 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_653.if3 b/dumps/530/interface/interface_653.if3 deleted file mode 100644 index a46138956..000000000 --- a/dumps/530/interface/interface_653.if3 +++ /dev/null @@ -1,180 +0,0 @@ -// 653:0 -[com_0] -type=layer -width=184 -height=63 -xmode=abs_right - -// 653:1 -[com_1] -type=rectangle -x=5 -y=4 -width=170 -height=50 -layer=com_0 -colour=0x660000 -fill=yes -trans=150 - -// 653:2 -[com_2] -type=rectangle -x=5 -y=54 -width=170 -height=2 -layer=com_0 -colour=0x983434 -fill=yes -trans=150 - -// 653:3 -[com_3] -type=rectangle -x=3 -y=2 -width=174 -height=2 -layer=com_0 -colour=0x1a0000 -fill=yes -trans=150 - -// 653:4 -[com_4] -type=rectangle -x=175 -y=4 -width=2 -height=52 -layer=com_0 -colour=0x983434 -fill=yes -trans=150 - -// 653:5 -[com_5] -type=rectangle -x=2 -y=1 -width=176 -height=56 -layer=com_0 -colour=0x000000 - -// 653:6 -[com_6] -type=rectangle -x=3 -y=4 -width=2 -height=52 -layer=com_0 -colour=0x1a0000 -fill=yes -trans=150 - -// 653:7 -[com_7] -type=text -x=9 -y=8 -width=61 -height=16 -layer=com_0 -textfont=p12_full -text=Target: -textshadow=yes -colour=0xffcccc - -// 653:8 -[com_8] -type=text -x=74 -y=8 -width=97 -height=16 -layer=com_0 -textfont=b12_full -text=None -textalignh=2 -textshadow=yes -colour=0xff6666 - -// 653:9 -[com_9] -type=layer -x=6 -y=29 -width=170 -height=20 -layer=com_0 -hide=yes - -// 653:10 -[com_10] -type=text -x=4 -y=1 -width=105 -height=16 -layer=com_9 -textfont=p12_full -text=Pickup penalty: -textalignv=1 -textshadow=yes -colour=0xff3333 - -// 653:11 -[com_11] -type=text -x=112 -y=1 -width=54 -height=16 -layer=com_9 -textfont=b12_full -text=100 Sec -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xff6666 - -// 653:12 -[com_12] -type=layer -x=6 -y=29 -width=170 -height=20 -layer=com_0 -hide=yes - -// 653:13 -[com_13] -type=text -x=3 -y=1 -width=105 -height=16 -layer=com_12 -textfont=p12_full -text=Can't leave for: -textshadow=yes -colour=0xff3333 - -// 653:14 -[com_14] -type=text -x=112 -y=1 -width=52 -height=16 -layer=com_12 -textfont=b12_full -text=100 Sec -textalignh=2 -textshadow=yes -colour=0xff6666 - diff --git a/dumps/530/interface/interface_654.if3 b/dumps/530/interface/interface_654.if3 deleted file mode 100644 index 5576bbaef..000000000 --- a/dumps/530/interface/interface_654.if3 +++ /dev/null @@ -1,705 +0,0 @@ -// 654:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x46341d -fill=yes -trans=96 - -// 654:1 -[com_1] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 654:2 -[com_2] -type=layer -width=512 -height=334 -layer=com_1 - -// 654:3 -[com_3] -type=text -x=141 -y=58 -width=251 -height=28 -layer=com_1 -textfont=barbassault_font -text=Bounty Hunters -textalignh=1 -textshadow=yes -colour=0xcccccc - -// 654:4 -[com_4] -type=text -x=141 -y=86 -width=251 -height=14 -layer=com_1 -textfont=p11_full -text=Players who hunt and kill assigned targets -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcccccc - -// 654:5 -[com_5] -type=text -x=65 -y=113 -width=9 -height=14 -layer=com_1 -textfont=p11_full -text=1) -textshadow=yes -colour=0xcccccc - -// 654:6 -[com_6] -type=text -x=65 -y=128 -width=9 -height=14 -layer=com_1 -textfont=p11_full -text=2) -textshadow=yes -colour=0xcccccc - -// 654:7 -[com_7] -type=text -x=65 -y=143 -width=9 -height=14 -layer=com_1 -textfont=p11_full -text=3) -textshadow=yes -colour=0xcccccc - -// 654:8 -[com_8] -type=text -x=65 -y=158 -width=9 -height=14 -layer=com_1 -textfont=p11_full -text=4) -textshadow=yes -colour=0xcccccc - -// 654:9 -[com_9] -type=text -x=65 -y=173 -width=9 -height=14 -layer=com_1 -textfont=p11_full -text=5) -textshadow=yes -colour=0xcccccc - -// 654:10 -[com_10] -type=text -x=65 -y=188 -width=9 -height=14 -layer=com_1 -textfont=p11_full -text=6) -textshadow=yes -colour=0xcccccc - -// 654:11 -[com_11] -type=text -x=65 -y=203 -width=9 -height=14 -layer=com_1 -textfont=p11_full -text=7) -textshadow=yes -colour=0xcccccc - -// 654:12 -[com_12] -type=text -x=65 -y=218 -width=9 -height=14 -layer=com_1 -textfont=p11_full -text=8) -textshadow=yes -colour=0xcccccc - -// 654:13 -[com_13] -type=text -x=65 -y=233 -width=9 -height=14 -layer=com_1 -textfont=p11_full -text=9) -textshadow=yes -colour=0xcccccc - -// 654:14 -[com_14] -type=text -x=65 -y=248 -width=9 -height=14 -layer=com_1 -textfont=p11_full -text=10) -textshadow=yes -colour=0xcccccc - -// 654:15 -[com_15] -type=text -x=83 -y=113 -width=320 -height=14 -layer=com_1 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 654:16 -[com_16] -type=text -x=83 -y=128 -width=320 -height=14 -layer=com_1 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 654:17 -[com_17] -type=text -x=83 -y=143 -width=320 -height=14 -layer=com_1 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 654:18 -[com_18] -type=text -x=83 -y=158 -width=320 -height=14 -layer=com_1 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 654:19 -[com_19] -type=text -x=83 -y=173 -width=320 -height=14 -layer=com_1 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 654:20 -[com_20] -type=text -x=83 -y=188 -width=320 -height=14 -layer=com_1 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 654:21 -[com_21] -type=text -x=83 -y=203 -width=320 -height=14 -layer=com_1 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 654:22 -[com_22] -type=text -x=83 -y=218 -width=320 -height=14 -layer=com_1 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 654:23 -[com_23] -type=text -x=83 -y=233 -width=320 -height=14 -layer=com_1 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 654:24 -[com_24] -type=text -x=83 -y=248 -width=320 -height=14 -layer=com_1 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 654:25 -[com_25] -type=text -x=420 -y=113 -width=50 -height=14 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 654:26 -[com_26] -type=text -x=420 -y=128 -width=50 -height=14 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 654:27 -[com_27] -type=text -x=420 -y=143 -width=50 -height=14 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 654:28 -[com_28] -type=text -x=420 -y=158 -width=50 -height=14 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 654:29 -[com_29] -type=text -x=420 -y=173 -width=50 -height=14 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 654:30 -[com_30] -type=text -x=420 -y=188 -width=50 -height=14 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 654:31 -[com_31] -type=text -x=420 -y=203 -width=50 -height=14 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 654:32 -[com_32] -type=text -x=420 -y=218 -width=50 -height=14 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 654:33 -[com_33] -type=text -x=420 -y=233 -width=50 -height=14 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 654:34 -[com_34] -type=text -x=420 -y=248 -width=50 -height=14 -layer=com_1 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 654:35 -[com_35] -type=rectangle -width=512 -height=334 -layer=com_2 -colour=0x201810 -fill=yes - -// 654:36 -[com_36] -type=model -x=-79 -y=-224 -width=661 -height=715 -layer=com_2 -model=model_30137 -modelorigin_x=0 -modelorigin_y=75 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=290 -modelorthog=yes -unknown100=65405 -unknown101=3000 - -// 654:37 -[com_37] -type=graphic -x=452 -y=53 -width=26 -height=23 -layer=com_2 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 654:38 -[com_38] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 654:39 -[com_39] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_38 - -// 654:40 -[com_40] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 654:41 -[com_41] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 654:42 -[com_42] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 654:43 -[com_43] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 654:44 -[com_44] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 654:45 -[com_45] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 654:46 -[com_46] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 654:47 -[com_47] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 654:48 -[com_48] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_39 - -// 654:49 -[com_49] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_39 - -// 654:50 -[com_50] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_39 - -// 654:51 -[com_51] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_39 - -// 654:52 -[com_52] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_39 - -// 654:53 -[com_53] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_49 -graphic=tradebacking -tiling=yes -outline=2 - -// 654:54 -[com_54] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_48 -graphic=tradebacking -tiling=yes -outline=2 - -// 654:55 -[com_55] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_50 -graphic=tradebacking -tiling=yes -outline=2 - -// 654:56 -[com_56] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_655.if3 b/dumps/530/interface/interface_655.if3 deleted file mode 100644 index 6ea4c6148..000000000 --- a/dumps/530/interface/interface_655.if3 +++ /dev/null @@ -1,705 +0,0 @@ -// 655:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x46341d -fill=yes -trans=96 - -// 655:1 -[com_1] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 655:2 -[com_2] -type=layer -width=512 -height=334 -layer=com_1 - -// 655:3 -[com_3] -type=rectangle -width=512 -height=334 -layer=com_2 -colour=0x201810 -fill=yes - -// 655:4 -[com_4] -type=model -x=-72 -y=-221 -width=687 -height=715 -layer=com_2 -model=model_30136 -modelorigin_x=-10 -modelorigin_y=75 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=290 -modelorthog=yes -unknown100=65403 -unknown101=3000 - -// 655:5 -[com_5] -type=graphic -x=452 -y=53 -width=26 -height=23 -layer=com_2 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 655:6 -[com_6] -type=text -x=141 -y=58 -width=251 -height=28 -layer=com_2 -textfont=barbassault_font -text=Rogues -textalignh=1 -textshadow=yes -colour=0xcccccc - -// 655:7 -[com_7] -type=text -x=141 -y=86 -width=251 -height=14 -layer=com_2 -textfont=p11_full -text=Players who hunt and kill anyone -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcccccc - -// 655:8 -[com_8] -type=text -x=66 -y=113 -width=9 -height=14 -layer=com_2 -textfont=p11_full -text=1) -textshadow=yes -colour=0xcccccc - -// 655:9 -[com_9] -type=text -x=66 -y=128 -width=9 -height=14 -layer=com_2 -textfont=p11_full -text=2) -textshadow=yes -colour=0xcccccc - -// 655:10 -[com_10] -type=text -x=66 -y=143 -width=9 -height=14 -layer=com_2 -textfont=p11_full -text=3) -textshadow=yes -colour=0xcccccc - -// 655:11 -[com_11] -type=text -x=66 -y=158 -width=9 -height=14 -layer=com_2 -textfont=p11_full -text=4) -textshadow=yes -colour=0xcccccc - -// 655:12 -[com_12] -type=text -x=66 -y=173 -width=9 -height=14 -layer=com_2 -textfont=p11_full -text=5) -textshadow=yes -colour=0xcccccc - -// 655:13 -[com_13] -type=text -x=66 -y=188 -width=9 -height=14 -layer=com_2 -textfont=p11_full -text=6) -textshadow=yes -colour=0xcccccc - -// 655:14 -[com_14] -type=text -x=66 -y=203 -width=9 -height=14 -layer=com_2 -textfont=p11_full -text=7) -textshadow=yes -colour=0xcccccc - -// 655:15 -[com_15] -type=text -x=66 -y=218 -width=9 -height=14 -layer=com_2 -textfont=p11_full -text=8) -textshadow=yes -colour=0xcccccc - -// 655:16 -[com_16] -type=text -x=66 -y=233 -width=9 -height=14 -layer=com_2 -textfont=p11_full -text=9) -textshadow=yes -colour=0xcccccc - -// 655:17 -[com_17] -type=text -x=66 -y=248 -width=9 -height=14 -layer=com_2 -textfont=p11_full -text=10) -textshadow=yes -colour=0xcccccc - -// 655:18 -[com_18] -type=text -x=84 -y=113 -width=320 -height=14 -layer=com_2 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 655:19 -[com_19] -type=text -x=84 -y=128 -width=320 -height=14 -layer=com_2 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 655:20 -[com_20] -type=text -x=84 -y=143 -width=320 -height=14 -layer=com_2 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 655:21 -[com_21] -type=text -x=84 -y=158 -width=320 -height=14 -layer=com_2 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 655:22 -[com_22] -type=text -x=84 -y=173 -width=320 -height=14 -layer=com_2 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 655:23 -[com_23] -type=text -x=84 -y=188 -width=320 -height=14 -layer=com_2 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 655:24 -[com_24] -type=text -x=84 -y=203 -width=320 -height=14 -layer=com_2 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 655:25 -[com_25] -type=text -x=84 -y=218 -width=320 -height=14 -layer=com_2 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 655:26 -[com_26] -type=text -x=84 -y=233 -width=320 -height=14 -layer=com_2 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 655:27 -[com_27] -type=text -x=84 -y=248 -width=320 -height=14 -layer=com_2 -textfont=p11_full -text=Nobody yet -textshadow=yes -colour=0xcccccc - -// 655:28 -[com_28] -type=text -x=420 -y=113 -width=50 -height=14 -layer=com_2 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 655:29 -[com_29] -type=text -x=420 -y=128 -width=50 -height=14 -layer=com_2 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 655:30 -[com_30] -type=text -x=420 -y=143 -width=50 -height=14 -layer=com_2 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 655:31 -[com_31] -type=text -x=420 -y=158 -width=50 -height=14 -layer=com_2 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 655:32 -[com_32] -type=text -x=420 -y=173 -width=50 -height=14 -layer=com_2 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 655:33 -[com_33] -type=text -x=420 -y=188 -width=50 -height=14 -layer=com_2 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 655:34 -[com_34] -type=text -x=420 -y=203 -width=50 -height=14 -layer=com_2 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 655:35 -[com_35] -type=text -x=420 -y=218 -width=50 -height=14 -layer=com_2 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 655:36 -[com_36] -type=text -x=420 -y=233 -width=50 -height=14 -layer=com_2 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 655:37 -[com_37] -type=text -x=420 -y=248 -width=50 -height=14 -layer=com_2 -textfont=p11_full -text=0 -textshadow=yes -colour=0xcccccc - -// 655:38 -[com_38] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 655:39 -[com_39] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_38 - -// 655:40 -[com_40] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 655:41 -[com_41] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 655:42 -[com_42] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 655:43 -[com_43] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 655:44 -[com_44] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 655:45 -[com_45] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 655:46 -[com_46] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 655:47 -[com_47] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 655:48 -[com_48] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_39 - -// 655:49 -[com_49] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_39 - -// 655:50 -[com_50] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_39 - -// 655:51 -[com_51] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_39 - -// 655:52 -[com_52] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_39 - -// 655:53 -[com_53] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_49 -graphic=tradebacking -tiling=yes -outline=2 - -// 655:54 -[com_54] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_48 -graphic=tradebacking -tiling=yes -outline=2 - -// 655:55 -[com_55] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_50 -graphic=tradebacking -tiling=yes -outline=2 - -// 655:56 -[com_56] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_656.if3 b/dumps/530/interface/interface_656.if3 deleted file mode 100644 index 9ed9450cd..000000000 --- a/dumps/530/interface/interface_656.if3 +++ /dev/null @@ -1,141 +0,0 @@ -// 656:0 -[com_0] -type=rectangle -x=5 -y=6 -width=170 -height=50 -layer=com_9 -colour=0x660000 -fill=yes -trans=150 - -// 656:1 -[com_1] -type=rectangle -x=5 -y=56 -width=170 -height=2 -layer=com_9 -colour=0x983434 -fill=yes -trans=150 - -// 656:2 -[com_2] -type=rectangle -x=3 -y=4 -width=174 -height=2 -layer=com_9 -colour=0x1a0000 -fill=yes -trans=150 - -// 656:3 -[com_3] -type=rectangle -x=175 -y=6 -width=2 -height=52 -layer=com_9 -colour=0x983434 -fill=yes -trans=150 - -// 656:4 -[com_4] -type=rectangle -x=2 -y=3 -width=176 -height=56 -layer=com_9 -colour=0x000000 - -// 656:5 -[com_5] -type=rectangle -x=3 -y=6 -width=2 -height=52 -layer=com_9 -colour=0x1a0000 -fill=yes -trans=150 - -// 656:6 -[com_6] -type=text -x=9 -y=10 -width=139 -height=16 -layer=com_9 -textfont=p12_full -text=Players waiting (need X): -textshadow=yes -colour=0xffcccc - -// 656:7 -[com_7] -type=text -x=151 -y=10 -width=22 -height=16 -layer=com_9 -textfont=b12_full -text=0 -textalignh=2 -textshadow=yes -colour=0xff6666 - -// 656:8 -[com_8] -type=layer -x=6 -y=31 -width=170 -height=20 -layer=com_9 -hide=yes - -// 656:9 -[com_9] -type=layer -width=181 -height=63 -xmode=abs_right - -// 656:10 -[com_10] -type=text -x=3 -y=1 -width=105 -height=16 -layer=com_8 -textfont=p12_full -text=Game starting in: -textshadow=yes -colour=0xff3333 - -// 656:11 -[com_11] -type=text -x=112 -y=1 -width=52 -height=16 -layer=com_8 -textfont=b12_full -text=100 Sec -textalignh=2 -textshadow=yes -colour=0xff6666 - diff --git a/dumps/530/interface/interface_657.if3 b/dumps/530/interface/interface_657.if3 deleted file mode 100644 index 20daa01bd..000000000 --- a/dumps/530/interface/interface_657.if3 +++ /dev/null @@ -1,345 +0,0 @@ -// 657:0 -[com_0] -type=rectangle -x=78 -y=28 -width=373 -height=243 -colour=0x000000 -fill=yes -trans=200 - -// 657:1 -[com_1] -type=graphic -x=76 -y=24 -width=361 -height=236 -graphic=tradebacking -tiling=yes - -// 657:2 -[com_2] -type=graphic -x=57 -y=53 -width=32 -height=202 -graphic="v2_stone_borders,1" -tiling=yes - -// 657:3 -[com_3] -type=graphic -x=70 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 657:4 -[com_4] -type=graphic -x=424 -y=51 -width=32 -height=205 -graphic="v2_stone_borders,3" -tiling=yes - -// 657:5 -[com_5] -type=graphic -x=83 -y=7 -width=349 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 657:6 -[com_6] -type=graphic -x=86 -y=245 -width=341 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 657:7 -[com_7] -type=graphic -x=70 -y=233 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 657:8 -[com_8] -type=graphic -x=412 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 657:9 -[com_9] -type=graphic -x=412 -y=233 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 657:10 -[com_10] -type=graphic -x=80 -y=35 -width=358 -height=32 -graphic="v2_stone_borders,8" -tiling=yes -opbase= - -// 657:11 -[com_11] -type=graphic -x=70 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 657:12 -[com_12] -type=graphic -x=412 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 657:13 -[com_13] -type=graphic -x=417 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onclick=script29 - -// 657:14 -[com_14] -type=model -x=411 -y=58 -width=22 -height=26 -model=model_24206 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=6000 -modelorthog=yes -unknown100=0 -unknown101=3000 - -// 657:15 -[com_15] -type=model -x=83 -y=60 -width=22 -height=26 -model=model_24207 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=6000 -modelorthog=yes -unknown100=0 -unknown101=3000 - -// 657:16 -[com_16] -type=model -x=83 -y=227 -width=22 -height=26 -model=model_24207 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=6000 -unknown100=0 -unknown101=3000 - -// 657:17 -[com_17] -type=model -x=411 -y=228 -width=22 -height=26 -model=model_24206 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=6000 -unknown100=0 -unknown101=3000 - -// 657:18 -[com_18] -type=graphic -x=144 -y=200 -width=90 -height=56 -graphic="wild_ditch_sign_button,0" -op1=Enter -onmouseover=script44(event_com, "wild_ditch_sign_button,1") -onmouseleave=script44(event_com, "wild_ditch_sign_button,0") - -// 657:19 -[com_19] -type=graphic -x=275 -y=200 -width=90 -height=56 -graphic="wild_ditch_sign_button,0" -op1=Leave -onmouseover=script44(event_com, "wild_ditch_sign_button,1") -onmouseleave=script44(event_com, "wild_ditch_sign_button,0") -onclick=script29 - -// 657:20 -[com_20] -type=graphic -x=196 -y=28 -width=19 -height=19 -graphic="warning_icons,0" - -// 657:21 -[com_21] -type=graphic -x=302 -y=28 -width=19 -height=19 -graphic="warning_icons,0" - -// 657:22 -[com_22] -type=text -x=186 -y=30 -width=146 -height=19 -textfont=b12_full -text=WARNING! -textalignh=1 -textshadow=yes -colour=0xe19900 - -// 657:23 -[com_23] -type=text -x=108 -y=55 -width=300 -height=126 -textfont=p12_full -text=You are about to enter the Bounty Hunter minigame.

This is not a safe area - it involves player versus player combat and, if you die, you will lose all the items you are carrying!

If you kill players that are not your target, you will not be able to use the Protect Item prayer. Also you cannot deliberately drop items on the floor worth over 1000 gp. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 657:24 -[com_24] -type=text -x=144 -y=201 -width=90 -height=55 -textfont=b12_full -text=Enter
Crater -textlineheight=16 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8c8c8 - -// 657:25 -[com_25] -type=text -x=274 -y=200 -width=91 -height=56 -textfont=b12_full -text=Don't go -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8c8c8 - -// 657:26 -[com_26] -type=text -x=28 -y=3 -width=227 -height=15 -layer=com_28 -textfont=p12_full -text=Don't ask me this again -textalignv=1 -textshadow=yes -colour=0xff981f - -// 657:27 -[com_27] -type=graphic -x=3 -y=1 -width=19 -height=19 -layer=com_28 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_657:com_27, 21) -onclick=script163(interface_657:com_27) -onvartransmitlist=varplayer_1047 - -// 657:28 -[com_28] -type=layer -x=166 -y=178 -width=255 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_658.if3 b/dumps/530/interface/interface_658.if3 deleted file mode 100644 index 281a74d86..000000000 --- a/dumps/530/interface/interface_658.if3 +++ /dev/null @@ -1,692 +0,0 @@ -// 658:0 -[com_0] -type=rectangle -x=60 -y=41 -width=402 -height=256 -colour=0x000000 -fill=yes -trans=200 - -// 658:1 -[com_1] -type=rectangle -x=57 -y=34 -width=399 -height=257 -colour=0x82a1c4 -fill=yes - -// 658:2 -[com_2] -type=graphic -x=63 -y=39 -width=387 -height=246 -graphic=tradebacking -tiling=yes -trans=20 - -// 658:3 -[com_3] -type=graphic -x=43 -y=66 -width=32 -height=194 -graphic="v2_stone_borders,1" -tiling=yes -trans=20 - -// 658:4 -[com_4] -type=graphic -x=437 -y=65 -width=32 -height=195 -graphic="v2_stone_borders,3" -tiling=yes -trans=20 - -// 658:5 -[com_5] -type=graphic -x=56 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" -trans=20 - -// 658:6 -[com_6] -type=graphic -x=88 -y=21 -width=337 -height=34 -graphic="v2_stone_borders,0" -tiling=yes -trans=20 - -// 658:7 -[com_7] -type=graphic -x=88 -y=272 -width=337 -height=32 -graphic="v2_stone_borders,2" -tiling=yes -trans=20 - -// 658:8 -[com_8] -type=graphic -x=56 -y=260 -width=32 -height=32 -graphic="v2_stone_borders,6" -trans=20 - -// 658:9 -[com_9] -type=graphic -x=425 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" -trans=20 - -// 658:10 -[com_10] -type=graphic -x=425 -y=260 -width=32 -height=32 -graphic="v2_stone_borders,7" -trans=20 - -// 658:11 -[com_11] -type=graphic -x=62 -y=49 -width=389 -height=32 -graphic="v2_stone_borders,8" -tiling=yes -trans=20 - -// 658:12 -[com_12] -type=graphic -x=431 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -trans=20 -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 658:13 -[com_13] -type=text -x=146 -y=44 -width=200 -height=15 -textfont=b12_full -text=Select a Snowman Hat -textalignh=1 -textshadow=yes -colour=0xb5d0d0 - -// 658:14 -[com_14] -type=model -y=1 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 658:15 -[com_15] -type=text -x=72 -y=150 -width=55 -height=25 -textfont=p11_full -text= Barbarian hat -textalignh=1 -textshadow=yes -colour=0xb2e0e4 - -// 658:16 -[com_16] -type=text -x=148 -y=150 -width=55 -height=25 -textfont=p11_full -text=Dragon hat -textalignh=1 -textshadow=yes -colour=0xb2e0e4 - -// 658:17 -[com_17] -type=text -x=230 -y=150 -width=55 -height=25 -textfont=p11_full -text=Dwarf hat -textalignh=1 -textshadow=yes -colour=0xb2e0e4 -opbase= - -// 658:18 -[com_18] -type=text -x=311 -y=150 -width=55 -height=25 -textfont=p11_full -text=Pirate hat -textalignh=1 -textshadow=yes -colour=0xb2e0e4 - -// 658:19 -[com_19] -type=text -x=390 -y=150 -width=55 -height=25 -textfont=p11_full -text=Top hat -textalignh=1 -textshadow=yes -colour=0xb2e0e4 - -// 658:20 -[com_20] -type=model -y=1 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 658:21 -[com_21] -type=layer -x=72 -y=96 -width=50 -height=50 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 658:22 -[com_22] -type=rectangle -x=72 -y=96 -width=50 -height=50 -colour=0x72a7a1 -fill=yes -trans=240 -opbase=Barbarian Snowman Hat -op1=Select - -// 658:23 -[com_23] -type=layer -x=149 -y=96 -width=50 -height=50 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 658:24 -[com_24] -type=rectangle -x=149 -y=96 -width=50 -height=50 -colour=0x72a7a1 -fill=yes -trans=240 -opbase=Dragon Snowman Hat -op1=Select - -// 658:25 -[com_25] -type=layer -x=231 -y=96 -width=50 -height=50 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 658:26 -[com_26] -type=rectangle -x=231 -y=96 -width=50 -height=50 -colour=0x72a7a1 -fill=yes -trans=240 -opbase=Dwarf Snowman Hat -op1=Select - -// 658:27 -[com_27] -type=layer -x=312 -y=96 -width=50 -height=50 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 658:28 -[com_28] -type=rectangle -x=312 -y=96 -width=50 -height=50 -colour=0x72a7a1 -fill=yes -trans=240 -opbase=Pirate Snowman Hat -op1=Select - -// 658:29 -[com_29] -type=layer -x=391 -y=96 -width=50 -height=50 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 658:30 -[com_30] -type=rectangle -x=391 -y=96 -width=50 -height=50 -colour=0x72a7a1 -fill=yes -trans=240 -opbase=Snowman Top Hat -op1=Select - -// 658:31 -[com_31] -type=layer -x=149 -y=192 -width=50 -height=50 -layer=com_53 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 658:32 -[com_32] -type=rectangle -x=149 -y=192 -width=50 -height=50 -layer=com_53 -colour=0x72a7a1 -fill=yes -trans=240 -opbase=Holly Bow -op1=Select - -// 658:33 -[com_33] -type=layer -x=231 -y=192 -width=50 -height=50 -layer=com_53 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 658:34 -[com_34] -type=rectangle -x=231 -y=192 -width=50 -height=50 -layer=com_53 -colour=0x72a7a1 -fill=yes -trans=240 -opbase=Winter Staff -op1=Select - -// 658:35 -[com_35] -type=layer -x=313 -y=192 -width=50 -height=50 -layer=com_53 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 658:36 -[com_36] -type=rectangle -x=313 -y=192 -width=50 -height=50 -layer=com_53 -colour=0x72a7a1 -fill=yes -trans=240 -opbase=Ice Sword -op1=Select - -// 658:37 -[com_37] -type=model -y=1 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 658:38 -[com_38] -type=line -x=58 -y=34 -width=396 -colour=0xcccccc - -// 658:39 -[com_39] -type=line -x=62 -y=62 -width=387 -colour=0xcccccc - -// 658:40 -[com_40] -type=line -x=62 -y=284 -width=387 -colour=0xcccccc -opbase= - -// 658:41 -[com_41] -type=line -x=432 -y=43 -width=12 -colour=0xcccccc - -// 658:42 -[com_42] -type=model -x=79 -y=100 -width=39 -height=38 -model=model_30312 -modelorigin_x=-2 -modelorigin_y=14 -modelangle_x=150 -modelangle_y=2041 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=3000 - -// 658:43 -[com_43] -type=model -x=151 -y=102 -width=49 -height=35 -model=model_30308 -modelorigin_x=3 -modelorigin_y=16 -modelangle_x=33 -modelangle_y=3 -modelangle_z=0 -modelzoom=1168 -unknown100=0 -unknown101=3000 - -// 658:44 -[com_44] -type=model -x=239 -y=110 -width=37 -height=28 -model=model_30310 -modelorigin_x=2 -modelorigin_y=13 -modelangle_x=15 -modelangle_y=1936 -modelangle_z=0 -modelzoom=1040 -unknown100=0 -unknown101=3000 - -// 658:45 -[com_45] -type=model -x=314 -y=110 -width=44 -height=29 -model=model_30311 -modelorigin_x=3 -modelorigin_y=8 -modelangle_x=231 -modelangle_y=48 -modelangle_z=0 -modelzoom=1040 -unknown100=0 -unknown101=3000 - -// 658:46 -[com_46] -type=model -x=396 -y=107 -width=41 -height=33 -model=model_30307 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=150 -modelangle_y=2038 -modelangle_z=0 -modelzoom=1168 -unknown100=0 -unknown101=3000 - -// 658:47 -[com_47] -type=model -x=154 -y=192 -width=41 -height=48 -layer=com_53 -model=model_30314 -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=210 -modelangle_y=129 -modelangle_z=0 -modelzoom=1168 -unknown100=0 -unknown101=3000 - -// 658:48 -[com_48] -type=model -x=235 -y=190 -width=48 -height=54 -layer=com_53 -model=model_30316 -modelorigin_x=2 -modelorigin_y=4 -modelangle_x=1687 -modelangle_y=2032 -modelangle_z=0 -modelzoom=1168 -unknown100=0 -unknown101=3000 - -// 658:49 -[com_49] -type=model -x=317 -y=192 -width=45 -height=48 -layer=com_53 -model=model_30313 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=381 -modelangle_y=2041 -modelangle_z=0 -modelzoom=1296 -unknown100=0 -unknown101=3000 - -// 658:50 -[com_50] -type=text -x=145 -y=250 -width=55 -height=25 -layer=com_53 -textfont=p11_full -text=Holly Bow -textalignh=1 -textshadow=yes -colour=0xb2e0e4 - -// 658:51 -[com_51] -type=text -x=228 -y=250 -width=55 -height=25 -layer=com_53 -textfont=p11_full -text=Winter Staff -textalignh=1 -textshadow=yes -colour=0xb2e0e4 - -// 658:52 -[com_52] -type=text -x=309 -y=250 -width=55 -height=25 -layer=com_53 -textfont=p11_full -text=Ice Sword -textalignh=1 -textshadow=yes -colour=0xb2e0e4 - -// 658:53 -[com_53] -type=layer -width=512 -height=334 -hide=yes - -// 658:54 -[com_54] -type=rectangle -x=57 -y=35 -width=399 -height=256 -colour=0x5d7996 -fill=yes -trans=200 - diff --git a/dumps/530/interface/interface_659.if3 b/dumps/530/interface/interface_659.if3 deleted file mode 100644 index fd13f2eaa..000000000 --- a/dumps/530/interface/interface_659.if3 +++ /dev/null @@ -1,363 +0,0 @@ -// 659:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 659:1 -[com_1] -type=rectangle -y=-2 -width=515 -height=343 -layer=com_0 -colour=0x46341d -fill=yes -trans=160 - -// 659:2 -[com_2] -type=graphic -x=479 -y=10 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 659:3 -[com_3] -type=model -x=60 -y=118 -width=386 -height=215 -layer=com_0 -model=model_30301 -modelorigin_x=-9 -modelorigin_y=-22 -modelangle_x=177 -modelangle_y=174 -modelangle_z=0 -modelzoom=1240 -unknown100=1292 -unknown101=3000 - -// 659:4 -[com_4] -type=model -x=71 -y=17 -width=364 -height=282 -layer=com_0 -model=model_30305 -modelorigin_x=-9 -modelorigin_y=45 -modelangle_x=177 -modelangle_y=174 -modelangle_z=0 -modelzoom=1240 -unknown100=322 -unknown101=3000 - -// 659:5 -[com_5] -type=model -x=80 -y=75 -width=346 -height=229 -layer=com_0 -model=model_30300 -modelorigin_x=-9 -modelorigin_y=14 -modelangle_x=177 -modelangle_y=174 -modelangle_z=0 -modelzoom=1240 -unknown100=65083 -unknown101=3000 - -// 659:6 -[com_6] -type=model -x=77 -y=28 -width=339 -height=237 -layer=com_0 -model=model_30302 -modelorigin_x=-2 -modelorigin_y=68 -modelangle_x=177 -modelangle_y=174 -modelangle_z=0 -modelzoom=1240 -modelanim=seq_7550 -unknown100=64618 -unknown101=3000 - -// 659:7 -[com_7] -type=model -x=76 -y=28 -width=339 -height=237 -layer=com_0 -model=model_30302 -modelorigin_x=-2 -modelorigin_y=68 -modelangle_x=177 -modelangle_y=174 -modelangle_z=0 -modelzoom=1240 -modelanim=seq_7551 -unknown100=64259 -unknown101=3000 - -// 659:8 -[com_8] -type=model -x=64 -y=9 -width=379 -height=295 -layer=com_0 -model=model_30303 -modelorigin_x=-9 -modelorigin_y=47 -modelangle_x=177 -modelangle_y=174 -modelangle_z=0 -modelzoom=1240 -unknown100=63973 -unknown101=3000 - -// 659:9 -[com_9] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 659:10 -[com_10] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_9 - -// 659:11 -[com_11] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 659:12 -[com_12] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 659:13 -[com_13] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 659:14 -[com_14] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 659:15 -[com_15] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 659:16 -[com_16] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 659:17 -[com_17] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 659:18 -[com_18] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 659:19 -[com_19] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_10 - -// 659:20 -[com_20] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_10 - -// 659:21 -[com_21] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_10 - -// 659:22 -[com_22] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_10 - -// 659:23 -[com_23] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_10 - -// 659:24 -[com_24] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_20 -graphic=tradebacking -tiling=yes -outline=2 - -// 659:25 -[com_25] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_19 -graphic=tradebacking -tiling=yes -outline=2 - -// 659:26 -[com_26] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_21 -graphic=tradebacking -tiling=yes -outline=2 - -// 659:27 -[com_27] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_22 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_66.if3 b/dumps/530/interface/interface_66.if3 deleted file mode 100644 index 4e882450e..000000000 --- a/dumps/530/interface/interface_66.if3 +++ /dev/null @@ -1,119 +0,0 @@ -// 66:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 66:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 66:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 -op10= - -// 66:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 66:4 -[com_4] -type=text -x=30 -y=-2787 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 66:5 -[com_5] -type=text -x=30 -y=7 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 66:6 -[com_6] -type=text -x=30 -y=2801 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 66:7 -[com_7] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_660.if3 b/dumps/530/interface/interface_660.if3 deleted file mode 100644 index 890f47d05..000000000 --- a/dumps/530/interface/interface_660.if3 +++ /dev/null @@ -1,23 +0,0 @@ -// 660:0 -[com_0] -type=model -x=-57 -y=7 -width=16807 -height=17421 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_40950 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=517 -modelangle_y=0 -modelangle_z=0 -modelzoom=352 -unknown100=0 -unknown101=3000 -modelobjwidth=525 -modelobjheight=355 - diff --git a/dumps/530/interface/interface_661.if3 b/dumps/530/interface/interface_661.if3 deleted file mode 100644 index bb0efeebb..000000000 --- a/dumps/530/interface/interface_661.if3 +++ /dev/null @@ -1,272 +0,0 @@ -// 661:0 -[com_0] -type=model -x=-477 -y=-400 -width=1346 -height=772 -layer=com_3 -model=model_31024 -modelorigin_x=17 -modelorigin_y=385 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=250 -unknown100=64989 -unknown101=3000 - -// 661:1 -[com_1] -type=text -x=58 -y=58 -width=387 -height=222 -layer=com_3 -textfont=quill_oblique_large -text=The runes must be in sets of three, I think, but I have had no luck in completing this conundrum. Perhaps, if my Thieving skills were greater, I could in some way interfere with the mechanism. May those who follow have more luck in this accursed place.
-Toralis of Menaphos -textalignh=1 -textshadow=yes -colour=0x93755c - -// 661:2 -[com_2] -type=graphic -x=470 -y=10 -width=26 -height=23 -layer=com_3 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 661:3 -[com_3] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 661:4 -[com_4] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 661:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 - -// 661:6 -[com_6] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 661:7 -[com_7] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 661:8 -[com_8] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 661:9 -[com_9] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 661:10 -[com_10] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 661:11 -[com_11] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 661:12 -[com_12] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 661:13 -[com_13] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 661:14 -[com_14] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_5 - -// 661:15 -[com_15] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_5 - -// 661:16 -[com_16] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_5 - -// 661:17 -[com_17] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_5 - -// 661:18 -[com_18] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_5 - -// 661:19 -[com_19] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_15 -graphic=tradebacking -tiling=yes -outline=2 - -// 661:20 -[com_20] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_14 -graphic=tradebacking -tiling=yes -outline=2 - -// 661:21 -[com_21] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - -// 661:22 -[com_22] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_662.if3 b/dumps/530/interface/interface_662.if3 deleted file mode 100644 index 6d538272f..000000000 --- a/dumps/530/interface/interface_662.if3 +++ /dev/null @@ -1,2335 +0,0 @@ -// 662:0 -[com_0] -type=rectangle -x=8 -y=28 -width=173 -height=111 -colour=0x000000 -fill=yes -trans=200 - -// 662:1 -[com_1] -type=model -x=53 -y=13 -width=78 -height=86 -layer=com_4 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=2033 -modelangle_y=1833 -modelangle_z=0 -modelzoom=2168 -unknown100=0 -unknown101=2168 -onvartransmit=script751 -onvartransmitlist=varplayer_1174,varplayer_1160 - -// 662:2 -[com_2] -type=rectangle -x=14 -y=31 -width=161 -height=105 -colour=0x000000 -fill=yes -trans=200 - -// 662:3 -[com_3] -type=rectangle -x=23 -y=36 -width=143 -height=95 -colour=0x000000 -fill=yes -trans=200 - -// 662:4 -[com_4] -type=layer -x=5 -y=26 -width=178 -height=114 - -// 662:5 -[com_5] -type=graphic -x=5 -y=25 -width=32 -height=32 -graphic="v2_stone_borders,28" - -// 662:6 -[com_6] -type=graphic -x=37 -y=12 -width=116 -height=32 -graphic="v2_stone_borders,23" -tiling=yes -opbase= - -// 662:7 -[com_7] -type=graphic -x=152 -y=25 -width=32 -height=32 -graphic="v2_stone_borders,29" - -// 662:8 -[com_8] -type=graphic -x=167 -y=57 -width=32 -height=53 -graphic="v2_stone_borders,24" -tiling=yes - -// 662:9 -[com_9] -type=graphic -x=152 -y=110 -width=32 -height=32 -graphic="v2_stone_borders,31" - -// 662:10 -[com_10] -type=graphic -x=37 -y=126 -width=115 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 662:11 -[com_11] -type=graphic -x=5 -y=110 -width=32 -height=32 -graphic="v2_stone_borders,30" - -// 662:12 -[com_12] -type=graphic -x=-9 -y=57 -width=32 -height=53 -graphic="v2_stone_borders,24" -tiling=yes - -// 662:13 -[com_13] -type=graphic -x=-1 -y=169 -width=32 -height=47 -graphic="v2_borders_slim,12" -tiling=yes - -// 662:14 -[com_14] -type=graphic -x=13 -y=153 -width=164 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 662:15 -[com_15] -type=graphic -x=164 -y=169 -width=32 -height=47 -graphic="v2_borders_slim,12" -tiling=yes - -// 662:16 -[com_16] -type=graphic -x=12 -y=199 -width=165 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 662:17 -[com_17] -type=graphic -x=-10 -y=-2 -width=166 -height=20 -layer=com_19 -graphic=graphic_1196 - -// 662:18 -[com_18] -type=rectangle -width=146 -height=14 -layer=com_19 -colour=0xffff00 -trans=255 - -// 662:19 -[com_19] -type=layer -x=21 -y=5 -width=146 -height=14 -layer=com_63 - -// 662:20 -[com_20] -type=model -x=3 -width=143 -height=13 -layer=com_19 -model=model_31706 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64284 -unknown101=2306 - -// 662:21 -[com_21] -type=model -x=2 -width=9 -height=13 -layer=com_19 -model=model_31717 -modelorigin_x=67 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64282 -unknown101=2306 - -// 662:22 -[com_22] -type=model -x=9 -width=9 -height=13 -layer=com_19 -model=model_31703 -modelorigin_x=60 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64280 -unknown101=2306 - -// 662:23 -[com_23] -type=model -x=16 -width=9 -height=13 -layer=com_19 -model=model_31709 -modelorigin_x=53 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64278 -unknown101=2306 - -// 662:24 -[com_24] -type=model -x=23 -width=9 -height=13 -layer=com_19 -model=model_31718 -modelorigin_x=46 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64276 -unknown101=2306 - -// 662:25 -[com_25] -type=model -x=31 -width=8 -height=13 -layer=com_19 -model=model_31705 -modelorigin_x=38 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64274 -unknown101=2306 - -// 662:26 -[com_26] -type=model -x=38 -width=8 -height=13 -layer=com_19 -model=model_31715 -modelorigin_x=31 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64272 -unknown101=2306 - -// 662:27 -[com_27] -type=model -x=45 -width=8 -height=13 -layer=com_19 -model=model_31714 -modelorigin_x=24 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64270 -unknown101=2306 - -// 662:28 -[com_28] -type=model -x=52 -width=8 -height=13 -layer=com_19 -model=model_31708 -modelorigin_x=17 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64268 -unknown101=2306 - -// 662:29 -[com_29] -type=model -x=59 -width=8 -height=13 -layer=com_19 -model=model_31702 -modelorigin_x=10 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64266 -unknown101=2306 - -// 662:30 -[com_30] -type=model -x=66 -width=8 -height=13 -layer=com_19 -model=model_31711 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64264 -unknown101=2306 - -// 662:31 -[com_31] -type=model -x=73 -width=8 -height=13 -layer=com_19 -model=model_31712 -modelorigin_x=-4 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64262 -unknown101=2306 - -// 662:32 -[com_32] -type=model -x=80 -width=8 -height=13 -layer=com_19 -model=model_31704 -modelorigin_x=-11 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64260 -unknown101=2306 - -// 662:33 -[com_33] -type=model -x=87 -width=8 -height=13 -layer=com_19 -model=model_31719 -modelorigin_x=-18 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64258 -unknown101=2306 - -// 662:34 -[com_34] -type=model -x=94 -width=8 -height=13 -layer=com_19 -model=model_31707 -modelorigin_x=-25 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64256 -unknown101=2306 - -// 662:35 -[com_35] -type=model -x=101 -width=8 -height=13 -layer=com_19 -model=model_31716 -modelorigin_x=-32 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64254 -unknown101=2306 - -// 662:36 -[com_36] -type=model -x=108 -width=8 -height=13 -layer=com_19 -model=model_31700 -modelorigin_x=-39 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64252 -unknown101=2306 - -// 662:37 -[com_37] -type=model -x=115 -width=9 -height=13 -layer=com_19 -model=model_31701 -modelorigin_x=-46 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64250 -unknown101=2306 - -// 662:38 -[com_38] -type=model -x=122 -width=9 -height=13 -layer=com_19 -model=model_31699 -modelorigin_x=-53 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64248 -unknown101=2306 - -// 662:39 -[com_39] -type=model -x=129 -width=9 -height=13 -layer=com_19 -model=model_31713 -modelorigin_x=-60 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64246 -unknown101=2306 - -// 662:40 -[com_40] -type=model -x=136 -width=9 -height=13 -layer=com_19 -model=model_31710 -modelorigin_x=-67 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=64244 -unknown101=2306 - -// 662:41 -[com_41] -type=text -y=-1 -width=146 -height=15 -layer=com_19 -textfont=p11_full -text=S P E C I A L M O V E -textalignh=1 -textalignv=2 -colour=0xffffcc -onmouseleave=script40(interface_662:com_68) -onvartransmit=script756 -onstattransmit=script756 -onmouserepeat=script777(event_com, interface_662:com_68, 43384900, 1) -onvartransmitlist=varplayer_1177 -onstattransmitlist=summoning - -// 662:42 -[com_42] -type=graphic -x=32 -y=173 -width=25 -height=25 -layer=com_63 -graphic="lore_icons,6" -onmouseleave=script40(interface_662:com_68) -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Summoning points remaining") - -// 662:43 -[com_43] -type=text -x=29 -y=200 -width=32 -height=15 -layer=com_63 -textfont=p11_full -text=9999 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4b074 -onmouseleave=script40(interface_662:com_68) -onstattransmit=script755 -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Summoning points remaining") -onstattransmitlist=summoning - -// 662:44 -[com_44] -type=graphic -x=134 -y=173 -width=25 -height=25 -layer=com_63 -graphic="lore_icons,2" -onmouseleave=script40(interface_662:com_68) -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Familiar time remaining") - -// 662:45 -[com_45] -type=text -x=131 -y=200 -width=32 -height=15 -layer=com_63 -textfont=p11_full -text=9999 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4b074 -onmouseleave=script40(interface_662:com_68) -onvartransmit=script752 -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Familiar time remaining") -onvartransmitlist=varplayer_1176 - -// 662:46 -[com_46] -type=graphic -x=126 -y=173 -width=25 -height=25 -layer=com_62 -graphic="lore_icons,1" -onmouseleave=script40(interface_662:com_68) -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Pet size percentage") - -// 662:47 -[com_47] -type=text -x=126 -y=200 -width=32 -height=15 -layer=com_62 -textfont=p11_full -text=100% -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4b074 -onmouseleave=script40(interface_662:com_68) -onvartransmit=script753 -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Pet size percentage") -onvartransmitlist=varplayer_1175 - -// 662:48 -[com_48] -type=graphic -x=31 -y=173 -width=25 -height=25 -layer=com_62 -graphic="lore_icons,0" -onmouseleave=script40(interface_662:com_68) -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Pet hunger percentage") - -// 662:49 -[com_49] -type=text -x=27 -y=200 -width=32 -height=15 -layer=com_62 -textfont=p11_full -text=9999 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4b074 -onmouseleave=script40(interface_662:com_68) -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Pet hunger percentage") - -// 662:50 -[com_50] -type=layer -x=23 -y=218 -width=38 -height=38 -layer=com_197 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 662:51 -[com_51] -type=graphic -x=29 -y=225 -width=25 -height=25 -layer=com_197 -graphic="lore_icons,3" -op1=Call Follower -onmouseleave=script40(interface_662:com_68) -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Call familiar") - -// 662:52 -[com_52] -type=layer -x=129 -y=218 -width=38 -height=38 -layer=com_197 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 662:53 -[com_53] -type=graphic -x=137 -y=225 -width=25 -height=25 -layer=com_197 -graphic="lore_icons,5" -op1=Dismiss Familiar -op2=Dismiss Now -onmouseleave=script40(interface_662:com_68) -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Dismiss familiar") - -// 662:54 -[com_54] -type=graphic -x=13 -y=145 -width=166 -height=20 -graphic=graphic_1196 - -// 662:55 -[com_55] -type=text -x=15 -y=143 -width=165 -height=22 -layer=com_197 -textfont=b12_full -textalignh=1 -textalignv=1 -colour=0xcc9900 - -// 662:56 -[com_56] -type=graphic -x=8 -y=28 -width=32 -height=45 -layer=com_63 -graphic=tradebacking -tiling=yes - -// 662:57 -[com_57] -type=graphic -x=26 -y=26 -width=32 -height=32 -layer=com_63 -graphic="v2_stone_borders,24" - -// 662:58 -[com_58] -type=graphic -x=11 -y=44 -width=32 -height=32 -layer=com_63 -graphic="v2_stone_borders,31" -opbase= - -// 662:59 -[com_59] -type=graphic -x=-8 -y=60 -width=32 -height=32 -layer=com_63 -graphic="v2_stone_borders,25" - -// 662:60 -[com_60] -type=graphic -x=7 -y=43 -width=32 -height=32 -layer=com_63 -graphic="v2_borders_slim,11" -opbase= - -// 662:61 -[com_61] -type=text -x=7 -y=62 -width=32 -height=13 -layer=com_63 -textfont=p11_full -text=9999 -textalignh=1 -textshadow=yes -colour=0xff9933 -onmouseleave=script40(interface_662:com_68) -oninvtransmit=script769 -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Scrolls remaining") -oninvtransmitlist=inv_93 - -// 662:62 -[com_62] -type=layer -x=2 -y=1 -width=190 -height=261 -layer=com_197 -hide=yes - -// 662:63 -[com_63] -type=layer -width=190 -height=261 -layer=com_197 -hide=yes - -// 662:64 -[com_64] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes -op10= - -// 662:65 -[com_65] -type=graphic -width=32 -height=36 -layer=com_64 -graphic="lore_stats_side_icons,1" -opbase=Dreadfowl Strike -op10= -targetverb=Cast -onload=script774(event_com, interface_662:com_71, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 4, "Dreadfowl Strike", "A magical attack", obj_12445, 1, null, 0, null, 0, null, string_0) - -// 662:66 -[com_66] -type=layer -x=76 -y=218 -width=38 -height=38 -layer=com_63 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 662:67 -[com_67] -type=graphic -x=84 -y=227 -width=21 -height=21 -layer=com_63 -graphic=graphic_777 -op1=Take BoB -onmouseleave=script40(interface_662:com_68) -onmouserepeat=script779(event_com, interface_662:com_68, 43384900, 1, "Take Beast of Burden items") - -// 662:68 -[com_68] -type=layer -width=189 -height=260 -layer=com_197 - -// 662:69 -[com_69] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:70 -[com_70] -type=graphic -width=32 -height=36 -layer=com_69 -graphic="lore_stats_side_icons,1" -opbase=Wolf Howl -targetverb=Cast -onload=script774(event_com, interface_662:com_69, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 1, "Howl", "Makes NPCs flee for a short time", obj_12425, 1, null, 0, null, 0, null, string_0) - -// 662:71 -[com_71] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:72 -[com_72] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:73 -[com_73] -type=graphic -width=32 -height=36 -layer=com_72 -graphic="lore_stats_side_icons,1" -opbase=Rise From The Ashes -targetverb=Cast -onload=script774(event_com, interface_662:com_72, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 72, "Rise From The Ashes", "The miracle of life. Must target 'Ashes'.", obj_14622, 1, null, 0, null, 0, null, string_0) - -// 662:74 -[com_74] -type=layer -x=31 -y=51 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:75 -[com_75] -type=graphic -x=31 -width=32 -height=36 -layer=com_71 -graphic="lore_stats_side_icons,1" -opbase=Dreadfowl Strike -targetverb=Cast -onload=script774(event_com, interface_662:com_71, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 4, "Dreadfowl Strike", "A magical attack", obj_12445, 1, null, 0, null, 0, null, string_0) - -// 662:76 -[com_76] -type=graphic -width=32 -height=36 -layer=com_71 -graphic="lore_stats_side_icons,1" -opbase=Dreadfowl Strike -targetverb=Cast -onload=script774(event_com, interface_662:com_71, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 4, "Dreadfowl Strike", "A magical attack", obj_12445, 1, null, 0, null, 0, null, string_0) - -// 662:77 -[com_77] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:78 -[com_78] -type=graphic -width=32 -height=36 -layer=com_77 -graphic="lore_stats_side_icons,1" -opbase=Vampire Touch -targetverb=Cast -onload=script774(event_com, interface_662:com_77, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 31, "Vampire Touch", "A magical attack that may also heal 2 of your Hitpoints", obj_12447, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:79 -[com_79] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:80 -[com_80] -type=graphic -width=32 -height=32 -layer=com_79 -graphic="lore_stats_side_icons,1" -opbase=Herbcall -op1=Cast -onload=script774(event_com, interface_662:com_79, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 41, "Herbcall", "Has a chance to produce a grimy herb", obj_12422, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:81 -[com_81] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:82 -[com_82] -type=graphic -width=32 -height=32 -layer=com_81 -graphic="lore_stats_side_icons,1" -opbase=Stony Shell -op1=Cast -onload=script774(event_com, interface_662:com_81, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 16, "Stony Shell", "Boosts your Defence by 4.", obj_12533, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:83 -[com_83] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:84 -[com_84] -type=graphic -width=32 -height=32 -layer=com_83 -graphic="lore_stats_side_icons,1" -opbase=Evil Flames -targetverb=Cast -onload=script774(event_com, interface_662:com_83, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 42, "Evil Flames", "Causes Magic-based damage and drains target's Ranged", obj_12448, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:85 -[com_85] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:86 -[com_86] -type=graphic -width=32 -height=36 -layer=com_85 -graphic="lore_stats_side_icons,1" -opbase=Fruitfall -op1=Cast -onload=script774(event_com, interface_662:com_85, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 69, "Fruitfall", "Produces random fruit nearby", obj_12423, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:87 -[com_87] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:88 -[com_88] -type=graphic -width=32 -height=32 -layer=com_87 -graphic="lore_stats_side_icons,1" -opbase=Thieving Fingers -op1=Cast -onload=script774(event_com, interface_662:com_87, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 47, "Thieving Fingers", "Boosts your Thieving", obj_12426, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:89 -[com_89] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:90 -[com_90] -type=graphic -width=32 -height=36 -layer=com_89 -graphic="lore_stats_side_icons,1" -opbase=Egg Spawn -op1=Cast -onload=script774(event_com, interface_662:com_89, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 10, "Egg Spawn", "Spawns red spiders' eggs nearby", obj_12428, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:91 -[com_91] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:92 -[com_92] -type=graphic -width=32 -height=32 -layer=com_91 -graphic="lore_stats_side_icons,1" -opbase=Fish Rain -op1=Cast -onload=script774(event_com, interface_662:com_91, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 56, "Fish Rain", "Makes fish appear nearby", obj_12424, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:93 -[com_93] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:94 -[com_94] -type=graphic -width=32 -height=32 -layer=com_93 -graphic="lore_stats_side_icons,1" -opbase=Abyssal Stealth -op1=Cast -onload=script774(event_com, interface_662:com_93, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 62, "Abyssal Stealth", "Boosts your Thieving and Agility", obj_12427, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:95 -[com_95] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:96 -[com_96] -type=graphic -width=32 -height=32 -layer=com_95 -graphic="lore_stats_side_icons,1" -opbase=Multichop -targetverb=Cast -onload=script774(event_com, interface_662:com_95, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 33, "Multichop", "Cuts up to 3 logs from a nearby tree", obj_12429, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:97 -[com_97] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:98 -[com_98] -type=graphic -width=32 -height=36 -layer=com_97 -graphic="lore_stats_side_icons,1" -opbase=Unburden -op1=Cast -onload=script774(event_com, interface_662:com_97, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 40, "Unburden", "Restores run energy based on your current Agility level", obj_12431, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:99 -[com_99] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:100 -[com_100] -type=graphic -width=32 -height=32 -layer=com_99 -graphic="lore_stats_side_icons,1" -opbase=Crushing Claw -targetverb=Cast -onload=script774(event_com, interface_662:com_99, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 74, "Crushing Claw", "Causes Magic-based damage and drains target's Defence", obj_12449, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:101 -[com_101] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:102 -[com_102] -type=graphic -width=32 -height=32 -layer=com_101 -graphic="lore_stats_side_icons,1" -opbase=Mantis Strike -targetverb=Cast -onload=script774(event_com, interface_662:com_101, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 75, "Mantis Strike", "Causes Magic-based damage, drains other player's Prayer and binds", obj_12450, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:103 -[com_103] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:104 -[com_104] -type=graphic -width=32 -height=32 -layer=com_103 -graphic="lore_stats_side_icons,1" -opbase=Famine -targetverb=Cast -onload=script774(event_com, interface_662:com_103, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 70, "Famine", "Destroys target player's food", obj_12830, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:105 -[com_105] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:106 -[com_106] -type=graphic -width=32 -height=32 -layer=com_105 -graphic="lore_stats_side_icons,1" -opbase=Sandstorm -op1=Cast -onload=script774(event_com, interface_662:com_105, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 25, "Sandstorm", "Deals damage to nearby opponents", obj_12446, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:107 -[com_107] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:108 -[com_108] -type=graphic -width=32 -height=32 -layer=com_107 -graphic="lore_stats_side_icons,1" -op1=Cast -onload=script774(event_com, interface_662:com_107, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 19, "Venom Shot", "Has a chance of making your next Ranged attack poisonous", obj_12432, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:109 -[com_109] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:110 -[com_110] -type=graphic -width=32 -height=32 -layer=com_109 -graphic="lore_stats_side_icons,1" -opbase=Cheese Feast -op1=Cast -onload=script774(event_com, interface_662:com_109, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 23, "Cheese Feast", "Generates 4 cheese that appears in the Albino Rat's inventory.", obj_12430, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:111 -[com_111] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:112 -[com_112] -type=graphic -width=32 -height=32 -layer=com_111 -graphic="lore_stats_side_icons,1" -opbase=Insane Ferocity -op1=Cast -onload=script774(event_com, interface_662:com_111, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 32, "Insane Ferocity", "Boosts the Honey Badgers Attack and Strength, at the expense of Defence.", obj_12433, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:113 -[com_113] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:114 -[com_114] -type=graphic -width=32 -height=32 -layer=com_113 -graphic="lore_stats_side_icons,1" -opbase=Toad Bark -targetverb=Cast -onload=script774(event_com, interface_662:com_113, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 66, "Toad Bark", "Damages a target", obj_12452, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:115 -[com_115] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:116 -[com_116] -type=graphic -width=32 -height=36 -layer=com_115 -graphic="lore_stats_side_icons,1" -opbase=Arctic Blast -targetverb=Cast -onload=script774(event_com, interface_662:com_115, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 71, "Arctic Blast", "Magical attack that can stun the target", obj_12451, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:117 -[com_117] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:118 -[com_118] -type=graphic -width=32 -height=32 -layer=com_117 -graphic="lore_stats_side_icons,1" -opbase=Winter Storage -targetverb=Cast -onload=script774(event_com, interface_662:com_117, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 96, "Winter Storage", "Banks one item from your inventory", obj_12435, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) -onclick=script17(event_com) - -// 662:119 -[com_119] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:120 -[com_120] -type=graphic -width=32 -height=32 -layer=com_119 -graphic="lore_stats_side_icons,1" -opbase=Healing Aura -op1=Cast -onload=script774(event_com, interface_662:com_119, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 88, "Healing Aura", "Heals 15% of your Hitpoints.", obj_12434, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:121 -[com_121] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:122 -[com_122] -type=graphic -width=32 -height=32 -layer=com_121 -graphic="lore_stats_side_icons,1" -opbase=Ophedian Incubation -targetverb=Cast -onload=script774(event_com, interface_662:com_121, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 63, "Ophidian Incubation", "Turns a bird egg into a cockatrice egg", obj_12436, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) -onclick=script17(event_com) - -// 662:123 -[com_123] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:124 -[com_124] -type=graphic -width=32 -height=32 -layer=com_123 -graphic="lore_stats_side_icons,1" -opbase=Adamantite Shell -op1=Cast -onload=script774(event_com, interface_662:com_123, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 67, "Testudo", "Boosts your Defence by 8.", obj_12439, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:125 -[com_125] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:126 -[com_126] -type=graphic -width=32 -height=32 -layer=com_125 -graphic="lore_stats_side_icons,1" -opbase=Slime Trail -targetverb=Cast -onload=script774(event_com, interface_662:com_125, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 13, "Slime Spray", "Damages an enemy", obj_12459, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:127 -[com_127] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:128 -[com_128] -type=graphic -width=32 -height=32 -layer=com_127 -graphic="lore_stats_side_icons,1" -opbase=Electric Lash -targetverb=Cast -onload=script774(event_com, interface_662:com_127, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 18, "Electric Lash", "Mild damaging attack that causes a very short stun", obj_12460, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:129 -[com_129] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:130 -[com_130] -type=graphic -width=32 -height=32 -layer=com_129 -graphic="lore_stats_side_icons,1" -opbase=Dissolve -targetverb=Cast -onload=script774(event_com, interface_662:com_129, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 55, "Dissolve", "Causes Magic-based damage and drains target's Attack", obj_12453, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:131 -[com_131] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:132 -[com_132] -type=graphic -width=32 -height=32 -layer=com_131 -graphic="lore_stats_side_icons,1" -opbase=Dissolve -targetverb=Cast -onload=script774(event_com, interface_662:com_131, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 54, "Abyssal Drain", "Causes Magic-based damage and drains target's Magic", obj_12454, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:133 -[com_133] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:134 -[com_134] -type=graphic -width=32 -height=32 -layer=com_133 -graphic="lore_stats_side_icons,1" -opbase=Dissolve -targetverb=Cast -onload=script774(event_com, interface_662:com_133, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 43, "Petrifying Gaze", "Damages a target and causes combat stat damage, unless target is wielding a mirror shield", obj_12458, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:135 -[com_135] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:136 -[com_136] -type=graphic -width=32 -height=32 -layer=com_135 -graphic="lore_stats_side_icons,1" -opbase=Tireless Run -op1=Cast -onload=script774(event_com, interface_662:com_135, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 52, "Tireless Run", "Boosts your Agility and restores run energy", obj_12441, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:137 -[com_137] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:138 -[com_138] -type=graphic -width=32 -height=32 -layer=com_137 -graphic="lore_stats_side_icons,1" -opbase=Blood Drain -op1=Cast -onload=script774(event_com, interface_662:com_137, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 49, "Blood Drain", "Heals stat damage, poison and disease at the cost of Hitpoints.", obj_12444, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:139 -[com_139] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:140 -[com_140] -type=graphic -width=32 -height=32 -layer=com_139 -graphic="lore_stats_side_icons,1" -opbase=Dust Cloud -op1=Cast -onload=script774(event_com, interface_662:com_139, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 61, "Dust Cloud", "Affects the area around you, damaging all enemies", obj_12468, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:141 -[com_141] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:142 -[com_142] -type=graphic -width=32 -height=32 -layer=com_141 -graphic="lore_stats_side_icons,1" -opbase=Overwhelming Waters -targetverb=Cast -onload=script774(event_com, interface_662:com_141, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 58, "Doomsphere Device", "A water-based magical attack", obj_12455, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:143 -[com_143] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:144 -[com_144] -type=graphic -width=32 -height=32 -layer=com_143 -graphic="lore_stats_side_icons,1" -opbase=Generate Compost -targetverb=Cast -onload=script774(event_com, interface_662:com_143, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 28, "Generate Compost", "Fills an empty compost bin with compost", obj_12440, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:145 -[com_145] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:146 -[com_146] -type=graphic -width=32 -height=32 -layer=com_145 -graphic="lore_stats_side_icons,1" -opbase=Nesting -targetverb=Cast -onload=script774(event_com, interface_662:com_145, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 78, "Acorn Missile", "Inflicts up to 11 damage on up to 3 opponents. Chance of acorn being dropped.", obj_12457, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:147 -[com_147] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:148 -[com_148] -type=graphic -width=32 -height=32 -layer=com_147 -graphic="lore_stats_side_icons,1" -opbase=Poison Blast -targetverb=Cast -onload=script774(event_com, interface_662:com_147, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 64, "Poisonous Blast", "A poison-inducing attack", obj_12467, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:149 -[com_149] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:150 -[com_150] -type=graphic -width=32 -height=32 -layer=com_149 -graphic="lore_stats_side_icons,1" -opbase=Deadly Claw -targetverb=Cast -onload=script774(event_com, interface_662:com_149, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 77, "Deadly Claw", "Three magical attacks at once", obj_12831, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:151 -[com_151] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:152 -[com_152] -type=graphic -width=32 -height=32 -layer=com_151 -graphic="lore_stats_side_icons,1" -opbase=Regrowth -targetverb=Cast -onload=script774(event_com, interface_662:com_151, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 80, "Regrowth", "Will cause a farmed tree that has been chopped down to regrow faster.", obj_12442, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:153 -[com_153] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:154 -[com_154] -type=graphic -width=32 -height=32 -layer=com_153 -graphic="lore_stats_side_icons,1" -opbase=Spike Shot -targetverb=Cast -onload=script774(event_com, interface_662:com_153, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 83, "Spike Shot", "Damaging strike that stuns the target", obj_12456, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:155 -[com_155] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:156 -[com_156] -type=graphic -width=32 -height=32 -layer=com_155 -graphic="lore_stats_side_icons,1" -opbase=Bull Rush -targetverb=Cast -onload=script774(event_com, interface_662:com_155, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 86, "Bull Rush", "Damages the target with a chance to stun them; damage dealt depends on minotaur type", obj_12461, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:157 -[com_157] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:158 -[com_158] -type=graphic -width=32 -height=32 -layer=com_157 -graphic="lore_stats_side_icons,1" -opbase=Magic Might -op1=Cast -onload=script774(event_com, interface_662:com_157, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 92, "Magic Focus", "Boosts your Magic by 7.", obj_12437, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:159 -[com_159] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:160 -[com_160] -type=graphic -width=32 -height=32 -layer=com_159 -graphic="lore_stats_side_icons,1" -opbase=Swallow Whole -targetverb=Cast -onload=script774(event_com, interface_662:com_159, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 68, "Swallow Whole", "Allows you to eat a fish without having to cook it", obj_12438, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) -onclick=script17(event_com) - -// 662:161 -[com_161] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:162 -[com_162] -type=graphic -width=32 -height=32 -layer=com_161 -graphic="lore_stats_side_icons,1" -opbase=Swamp Plague -targetverb=Cast -onload=script774(event_com, interface_662:com_161, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 85, "Swamp Plague", "Area-effect, magical poison attack", obj_12832, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:163 -[com_163] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:164 -[com_164] -type=graphic -width=32 -height=32 -layer=com_163 -graphic="lore_stats_side_icons,1" -opbase=Call To Arms -op1=Cast -onload=script774(event_com, interface_662:com_163, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 34, "Call To Arms", "Teleports you to the Pest Control landing boat area", obj_12443, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:165 -[com_165] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:166 -[com_166] -type=graphic -width=32 -height=32 -layer=com_165 -graphic="lore_stats_side_icons,1" -opbase=Call To Arms -op1=Cast -onload=script774(event_com, interface_662:com_165, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 79, "Titan's Constitution", "Boosts your Defence and Hitpoints significantly", obj_12824, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:167 -[com_167] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:168 -[com_168] -type=graphic -width=32 -height=32 -layer=com_167 -graphic="lore_stats_side_icons,1" -opbase=Bull Rush -targetverb=Cast -onload=script774(event_com, interface_662:com_167, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 89, "Boil", "Damages a player, with extra damage based on how much armour they are wearing", obj_12833, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:169 -[com_169] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:170 -[com_170] -type=graphic -width=32 -height=32 -layer=com_169 -graphic="lore_stats_side_icons,1" -opbase=Steel of Legends -op1=Cast -onload=script774(event_com, interface_662:com_169, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 99, "Steel of Legends", "Makes the Steel Titan's next attack 4 attacks at once.", obj_12825, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:171 -[com_171] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:172 -[com_172] -type=graphic -width=32 -height=32 -layer=com_171 -graphic="lore_stats_side_icons,1" -opbase=Explode -op1=Cast -onload=script774(event_com, interface_662:com_172, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 29, "Explode", "Detonates the chinchompa", obj_12834, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:173 -[com_173] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:174 -[com_174] -type=graphic -width=32 -height=32 -layer=com_173 -graphic="lore_stats_side_icons,1" -opbase=Goad -targetverb=Cast -onload=script774(event_com, interface_662:com_173, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 57, "Goad", "Sends your spirit graahk to attack an enemy", obj_12835, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:175 -[com_175] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:176 -[com_176] -type=graphic -width=32 -height=32 -layer=com_175 -graphic="lore_stats_side_icons,1" -opbase=Ambush -op1=Cast -onload=script774(event_com, interface_662:com_175, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 57, "Ambush", "Brings your spirit kyatt to attack an enemy you are fighting.", obj_12836, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:177 -[com_177] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:178 -[com_178] -type=graphic -width=32 -height=32 -layer=com_177 -graphic="lore_stats_side_icons,1" -opbase=Obsidian Thunder -targetverb=Cast -onload=script774(event_com, interface_662:com_177, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 83, "Ebon Thunder", "Magical attack that also drains points from the target's Special Attack bar", obj_12837, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:179 -[com_179] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:180 -[com_180] -type=graphic -width=32 -height=32 -layer=com_179 -graphic="lore_stats_side_icons,1" -opbase=Mountian Strength -op1=Cast -onload=script774(event_com, interface_662:com_179, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 73, "Volcanic Strength", "Gives a 9 point Strength boost", obj_12826, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:181 -[com_181] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:182 -[com_182] -type=graphic -width=32 -height=32 -layer=com_181 -graphic="lore_stats_side_icons,1" -opbase=Chaotic Runecrafting -op1=Cast -onload=script774(event_com, interface_662:com_181, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 93, "Essence Shipment", "Transports all the pure essence from your inventory and all pure essence held by the Abyssal Titan to your bank", obj_12827, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:183 -[com_183] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:184 -[com_184] -type=graphic -width=32 -height=32 -layer=com_183 -graphic="lore_stats_side_icons,1" -opbase=Goad -targetverb=Cast -onload=script774(event_com, interface_662:com_183, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 17, "Pester", "Sends the spirit mosquito to attack an enemy", obj_12838, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:185 -[com_185] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:186 -[com_186] -type=graphic -width=32 -height=32 -layer=com_185 -graphic="lore_stats_side_icons,1" -opbase=Explode -op1=Cast -onload=script774(event_com, interface_662:com_185, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 22, "Fireball Assault", "Damages multiple targets", obj_12839, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:187 -[com_187] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:188 -[com_188] -type=graphic -width=32 -height=32 -layer=com_187 -graphic="lore_stats_side_icons,1" -opbase=Rending -targetverb=Cast -onload=script774(event_com, interface_662:com_187, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 57, "Rending", "Causes Magic-based damage and drains target's Strength", obj_12840, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:189 -[com_189] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:190 -[com_190] -type=graphic -width=32 -height=32 -layer=com_189 -graphic="lore_stats_side_icons,1" -opbase=Iron Within -op1=Cast -onload=script774(event_com, interface_662:com_189, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 95, "Iron Within", "Makes the Iron Titan strike 3 times on it's next attack.", obj_12828, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:191 -[com_191] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:192 -[com_192] -type=graphic -width=32 -height=32 -layer=com_191 -graphic="lore_stats_side_icons,1" -opbase=Chaotic Runecrafting -targetverb=Cast -onload=script774(event_com, interface_662:com_191, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 46, "Immense Heat", "Smelts a gold bar into an item of jewellery without need of a furnace", obj_12829, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) -onclick=script17(event_com) - -// 662:193 -[com_193] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:194 -[com_194] -type=graphic -width=32 -height=32 -layer=com_193 -graphic="lore_stats_side_icons,1" -opbase=Inferno -targetverb=Cast -onload=script774(event_com, interface_662:com_193, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 76, "Inferno", "Damaging magical attack that can disarm the target's weapon or shield", obj_12841, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:195 -[com_195] -type=layer -x=7 -y=27 -width=32 -height=32 -layer=com_63 -hide=yes - -// 662:196 -[com_196] -type=graphic -width=32 -height=32 -layer=com_195 -graphic="lore_stats_side_icons,1" -opbase=Clay deposit -op1=Cast -onload=script774(event_com, interface_662:com_195, interface_662:com_68, "lore_stats_side_icons,0", "lore_stats_side_icons,1", 3, "Clay deposit", "Instantly deposits a certain amount of tiers of clay back in the base", obj_14421, 1, null, 0, null, 0, null, string_0) -onmouseleave=script40(interface_662:com_68) - -// 662:197 -[com_197] -type=layer -width=190 -height=261 - diff --git a/dumps/530/interface/interface_663.if3 b/dumps/530/interface/interface_663.if3 deleted file mode 100644 index d9d603523..000000000 --- a/dumps/530/interface/interface_663.if3 +++ /dev/null @@ -1,314 +0,0 @@ -// 663:0 -[com_0] -type=rectangle -x=8 -y=28 -width=173 -height=111 -colour=0x000000 -fill=yes -trans=200 - -// 663:1 -[com_1] -type=rectangle -x=14 -y=31 -width=161 -height=105 -colour=0x000000 -fill=yes -trans=200 - -// 663:2 -[com_2] -type=rectangle -x=24 -y=36 -width=143 -height=95 -colour=0x000000 -fill=yes -trans=200 - -// 663:3 -[com_3] -type=model -x=58 -y=39 -width=78 -height=86 -model=null -modelorigin_x=4 -modelorigin_y=4 -modelangle_x=2033 -modelangle_y=1833 -modelangle_z=0 -modelzoom=2168 -unknown100=0 -unknown101=2168 -onvartransmit=script819 -onvartransmitlist=varplayer_1174 - -// 663:4 -[com_4] -type=graphic -x=5 -y=25 -width=32 -height=32 -graphic="v2_stone_borders,28" - -// 663:5 -[com_5] -type=graphic -x=37 -y=12 -width=116 -height=32 -graphic="v2_stone_borders,23" -tiling=yes -opbase= - -// 663:6 -[com_6] -type=graphic -x=152 -y=25 -width=32 -height=32 -graphic="v2_stone_borders,29" - -// 663:7 -[com_7] -type=graphic -x=167 -y=57 -width=32 -height=53 -graphic="v2_stone_borders,24" -tiling=yes - -// 663:8 -[com_8] -type=graphic -x=152 -y=110 -width=32 -height=32 -graphic="v2_stone_borders,31" - -// 663:9 -[com_9] -type=graphic -x=37 -y=126 -width=115 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 663:10 -[com_10] -type=graphic -x=5 -y=110 -width=32 -height=32 -graphic="v2_stone_borders,30" - -// 663:11 -[com_11] -type=graphic -x=-9 -y=57 -width=32 -height=53 -graphic="v2_stone_borders,24" -tiling=yes - -// 663:12 -[com_12] -type=graphic -x=-1 -y=169 -width=32 -height=47 -graphic="v2_borders_slim,12" -tiling=yes - -// 663:13 -[com_13] -type=graphic -x=13 -y=153 -width=164 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 663:14 -[com_14] -type=graphic -x=164 -y=169 -width=32 -height=47 -graphic="v2_borders_slim,12" -tiling=yes - -// 663:15 -[com_15] -type=graphic -x=12 -y=199 -width=165 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 663:16 -[com_16] -type=graphic -x=126 -y=173 -width=25 -height=25 -layer=com_27 -graphic="lore_icons,1" -onmouseleave=script40(interface_663:com_26) -onmouserepeat=script38(event_com, interface_663:com_26, "Pet Size Percentage", 25, 300) - -// 663:17 -[com_17] -type=text -x=126 -y=200 -width=32 -height=15 -layer=com_27 -textfont=p11_full -text=100% -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4b074 -onmouseleave=script40(interface_663:com_26) -onvartransmit=script820 -onmouserepeat=script38(event_com, interface_663:com_26, "Pet Size Percentage", 25, 300) -onvartransmitlist=varplayer_1175 - -// 663:18 -[com_18] -type=graphic -x=31 -y=173 -width=25 -height=25 -layer=com_27 -graphic="lore_icons,0" -onmouseleave=script40(interface_663:com_26) -onmouserepeat=script38(event_com, interface_663:com_26, "Pet Hunger Percentage", 25, 300) - -// 663:19 -[com_19] -type=text -x=27 -y=200 -width=32 -height=15 -layer=com_27 -textfont=p11_full -text=9999 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4b074 -onmouseleave=script40(interface_663:com_26) -onmouserepeat=script38(event_com, interface_663:com_26, "Pet Hunger Percentage", 25, 300) - -// 663:20 -[com_20] -type=layer -x=23 -y=218 -width=38 -height=38 -layer=com_27 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 663:21 -[com_21] -type=graphic -x=29 -y=225 -width=25 -height=25 -layer=com_27 -graphic="lore_icons,3" -op1=Call Cat -onmouseleave=script40(interface_663:com_26) -onmouserepeat=script38(event_com, interface_663:com_26, "Call", 25, 300) - -// 663:22 -[com_22] -type=layer -x=129 -y=218 -width=38 -height=38 -layer=com_27 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 663:23 -[com_23] -type=graphic -x=137 -y=225 -width=25 -height=25 -layer=com_27 -graphic="lore_icons,5" -op1=Dismiss Cat -op2=Dismiss Now -onmouseleave=script40(interface_663:com_26) -onmouserepeat=script38(event_com, interface_663:com_26, "Dismiss Cat", 25, 300) - -// 663:24 -[com_24] -type=graphic -x=13 -y=145 -width=166 -height=20 -graphic=graphic_1196 - -// 663:25 -[com_25] -type=text -x=13 -y=143 -width=165 -height=22 -textfont=b12_full -textalignh=1 -textalignv=1 -colour=0xcc9900 - -// 663:26 -[com_26] -type=layer -width=189 -height=260 -layer=com_27 - -// 663:27 -[com_27] -type=layer -width=190 -height=261 - diff --git a/dumps/530/interface/interface_664.if3 b/dumps/530/interface/interface_664.if3 deleted file mode 100644 index 30d7a6188..000000000 --- a/dumps/530/interface/interface_664.if3 +++ /dev/null @@ -1,448 +0,0 @@ -// 664:0 -[com_0] -type=text -x=4 -y=4 -width=180 -height=17 -textfont=q8_full -text=%1 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 664:1 -[com_1] -type=graphic -x=16 -y=8 -width=70 -height=46 -layer=com_11 -graphic="combatboxes_large,0" -op1=Bash -onclick=script745 - -// 664:2 -[com_2] -type=graphic -x=35 -y=14 -width=34 -height=24 -layer=com_11 -graphic="combaticons2,13" - -// 664:3 -[com_3] -type=graphic -x=99 -y=8 -width=70 -height=46 -layer=com_11 -graphic="combatboxes_large,0" -op1=Pound -onclick=script746 - -// 664:4 -[com_4] -type=graphic -x=117 -y=13 -width=34 -height=24 -layer=com_11 -graphic="combaticons2,14" - -// 664:5 -[com_5] -type=graphic -x=17 -y=61 -width=70 -height=46 -layer=com_11 -graphic="combatboxes_large,0" -op1=Focus -onclick=script747 - -// 664:6 -[com_6] -type=graphic -x=35 -y=65 -width=34 -height=24 -layer=com_11 -graphic="combaticons,19" - -// 664:7 -[com_7] -type=graphic -x=99 -y=61 -width=70 -height=46 -layer=com_11 -graphic="combatboxes_large,0" -op1=Summon - -// 664:8 -[com_8] -type=text -x=99 -y=93 -width=70 -height=13 -layer=com_11 -textfont=p11_full -text=Summon -textalignh=1 -textshadow=yes -colour=0xff981f - -// 664:9 -[com_9] -type=graphic -x=21 -y=152 -width=150 -height=46 -graphic="combatboxes_very_large,0" -op1=Auto Retaliate -onclick=script748(43515913, 43515916) - -// 664:10 -[com_10] -type=text -x=57 -y=154 -width=112 -height=42 -textfont=p12_full -text=Auto-retaliate
(Off) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 664:11 -[com_11] -type=layer -x=4 -y=40 -width=183 -height=162 - -// 664:12 -[com_12] -type=rectangle -y=1 -width=155 -height=22 -layer=com_14 -colour=0xffff00 -trans=255 - -// 664:13 -[com_13] -type=graphic -x=2 -width=150 -height=26 -layer=com_14 -graphic=combatboxes_special_attack - -// 664:14 -[com_14] -type=layer -x=19 -y=205 -width=158 -height=64 -hide=yes - -// 664:15 -[com_15] -type=model -x=6 -y=7 -width=143 -height=13 -layer=com_14 -model=model_18552 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:16 -[com_16] -type=model -x=6 -y=7 -width=16 -height=13 -layer=com_14 -model=model_18553 -modelorigin_x=63 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:17 -[com_17] -type=model -x=20 -y=7 -width=16 -height=13 -layer=com_14 -model=model_18555 -modelorigin_x=49 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:18 -[com_18] -type=model -x=35 -y=7 -width=15 -height=13 -layer=com_14 -model=model_18556 -modelorigin_x=35 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:19 -[com_19] -type=model -x=49 -y=7 -width=15 -height=13 -layer=com_14 -model=model_18557 -modelorigin_x=21 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:20 -[com_20] -type=model -x=63 -y=7 -width=15 -height=13 -layer=com_14 -model=model_18558 -modelorigin_x=7 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:21 -[com_21] -type=model -x=77 -y=7 -width=15 -height=13 -layer=com_14 -model=model_18559 -modelorigin_x=-7 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:22 -[com_22] -type=model -x=91 -y=7 -width=15 -height=13 -layer=com_14 -model=model_18560 -modelorigin_x=-21 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:23 -[com_23] -type=model -x=105 -y=7 -width=15 -height=13 -layer=com_14 -model=model_18561 -modelorigin_x=-35 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:24 -[com_24] -type=model -x=119 -y=7 -width=16 -height=13 -layer=com_14 -model=model_18562 -modelorigin_x=-50 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:25 -[com_25] -type=model -x=133 -y=7 -width=16 -height=13 -layer=com_14 -model=model_18554 -modelorigin_x=-64 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=0 -unknown101=3000 - -// 664:26 -[com_26] -type=text -x=18 -y=8 -width=117 -height=11 -layer=com_14 -textfont=p11_full -text=S P E C I A L A T T A C K -colour=0x000010 - -// 664:27 -[com_27] -type=text -x=4 -y=25 -width=180 -height=12 -textfont=p11_full -text=Combat Lvl: %1 -textalignh=1 -textshadow=yes -colour=0xff981f -onvartransmit=script749 -ontimer=script743 -onvartransmitlist=varplayer_43,varplayer_172 - -// 664:28 -[com_28] -type=text -x=20 -y=80 -width=70 -height=13 -textfont=p11_full -text=Bash -textalignh=1 -textshadow=yes -colour=0xff981f - -// 664:29 -[com_29] -type=text -x=103 -y=80 -width=70 -height=13 -textfont=p11_full -text=Pound -textalignh=1 -textshadow=yes -colour=0xff981f - -// 664:30 -[com_30] -type=text -x=21 -y=133 -width=70 -height=13 -textfont=p11_full -text=Focus -textalignh=1 -textshadow=yes -colour=0xff981f - -// 664:31 -[com_31] -type=model -x=121 -y=102 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Summon - diff --git a/dumps/530/interface/interface_665.if3 b/dumps/530/interface/interface_665.if3 deleted file mode 100644 index 916f5dac8..000000000 --- a/dumps/530/interface/interface_665.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 665:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_666.if3 b/dumps/530/interface/interface_666.if3 deleted file mode 100644 index 373e474a5..000000000 --- a/dumps/530/interface/interface_666.if3 +++ /dev/null @@ -1,251 +0,0 @@ -// 666:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 666:1 -[com_1] -type=rectangle -x=17 -y=25 -width=489 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 - -// 666:2 -[com_2] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes - -// 666:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes - -// 666:4 -[com_4] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" - -// 666:5 -[com_5] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes - -// 666:6 -[com_6] -type=graphic -x=44 -y=7 -width=424 -height=32 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes - -// 666:7 -[com_7] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes - -// 666:8 -[com_8] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_666:com_8, "v2_stone_close_button,1") -onmouseleave=script44(interface_666:com_8, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 666:9 -[com_9] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" - -// 666:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" - -// 666:11 -[com_11] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" - -// 666:12 -[com_12] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes - -// 666:13 -[com_13] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" - -// 666:14 -[com_14] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" - -// 666:15 -[com_15] -type=text -x=222 -y=30 -width=250 -height=16 -layer=com_0 -textfont=b12_full -text=Scroll Creation -textalignh=1 -textshadow=yes -colour=0xff981f - -// 666:16 -[com_16] -type=layer -x=22 -y=59 -width=453 -height=257 -layer=com_0 -scrollheight=1400 - -// 666:17 -[com_17] -type=layer -x=474 -y=59 -width=16 -height=257 -layer=com_0 -onload=script63(event_com, interface_666:com_16, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 666:18 -[com_18] -type=graphic -x=22 -y=29 -width=79 -height=20 -layer=com_0 -graphic="tabs,1" -op1=Infuse Pouches -onmouseleave=script40(interface_666:com_23) -onmouserepeat=script779(event_com, interface_666:com_23, 43646999, 1, "Swap between creating animal pouches and scrolls") - -// 666:19 -[com_19] -type=graphic -x=42 -y=30 -width=25 -height=18 -layer=com_0 -graphic="lore_switch,3" - -// 666:20 -[com_20] -type=graphic -x=92 -y=29 -width=79 -height=20 -layer=com_0 -graphic="tabs,0" - -// 666:21 -[com_21] -type=graphic -x=114 -y=30 -width=25 -height=18 -layer=com_0 -graphic="lore_switch,0" - -// 666:22 -[com_22] -type=layer -width=512 -height=334 -layer=com_0 - -// 666:23 -[com_23] -type=layer -width=512 -height=334 -layer=com_22 - diff --git a/dumps/530/interface/interface_667.if3 b/dumps/530/interface/interface_667.if3 deleted file mode 100644 index dcbfbfd4f..000000000 --- a/dumps/530/interface/interface_667.if3 +++ /dev/null @@ -1,576 +0,0 @@ -// 667:0 -[com_0] -type=layer -width=512 -height=334 - -// 667:1 -[com_1] -type=graphic -y=23 -width=489 -height=297 -xmode=abs_centre -layer=com_0 -graphic=tradebacking - -// 667:2 -[com_2] -type=layer -y=4 -width=489 -height=303 -xmode=abs_centre -ymode=abs_centre - -// 667:3 -[com_3] -type=graphic -x=5 -y=291 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" - -// 667:4 -[com_4] -type=graphic -x=5 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" - -// 667:5 -[com_5] -type=graphic -x=5 -y=20 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,5" - -// 667:6 -[com_6] -type=graphic -x=5 -y=291 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,7" - -// 667:7 -[com_7] -type=graphic -x=-8 -y=52 -width=32 -height=240 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes - -// 667:8 -[com_8] -type=graphic -x=-7 -y=52 -width=32 -height=239 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes - -// 667:9 -[com_9] -type=graphic -y=7 -width=444 -height=32 -xmode=abs_centre -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes - -// 667:10 -[com_10] -type=graphic -y=303 -width=448 -height=32 -xmode=abs_centre -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes - -// 667:11 -[com_11] -type=graphic -x=475 -y=27 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 667:12 -[com_12] -type=text -x=4 -y=10 -width=458 -height=14 -layer=com_2 -textfont=b12_full -text=Equip Your Character... -textshadow=yes -colour=0xff981f - -// 667:13 -[com_13] -type=model -contenttype=328 -x=181 -y=80 -width=112 -height=198 -layer=com_2 -model=model_6675 -modelorigin_x=15 -modelorigin_y=90 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=550 -unknown100=65236 -unknown101=1123 - -// 667:14 -[com_14] -type=layer -x=324 -y=40 -width=163 -height=239 -layer=com_2 -oninvtransmit=script787 -oninvtransmitlist=inv_94 - -// 667:15 -[com_15] -type=layer -x=-4 -y=37 -width=161 -height=261 -layer=com_2 - -// 667:16 -[com_16] -type=graphic -x=124 -y=116 -width=32 -height=50 -layer=com_14 -graphic="v2_stone_borders,13" -tiling=yes - -// 667:17 -[com_17] -type=graphic -x=66 -y=35 -width=32 -height=130 -layer=com_14 -graphic="v2_stone_borders,13" -tiling=yes - -// 667:18 -[com_18] -type=graphic -x=11 -y=116 -width=32 -height=50 -layer=com_14 -graphic="v2_stone_borders,13" -tiling=yes - -// 667:19 -[com_19] -type=graphic -x=59 -y=44 -width=48 -height=32 -layer=com_14 -graphic="v2_stone_borders,8" -tiling=yes - -// 667:20 -[com_20] -type=graphic -x=43 -y=82 -width=82 -height=32 -layer=com_14 -graphic="v2_stone_borders,8" -tiling=yes - -// 667:21 -[com_21] -type=graphic -x=64 -y=3 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" - -// 667:22 -[com_22] -type=graphic -x=23 -y=42 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" - -// 667:23 -[com_23] -type=graphic -x=64 -y=42 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" - -// 667:24 -[com_24] -type=graphic -x=105 -y=42 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" - -// 667:25 -[com_25] -type=graphic -x=10 -y=81 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" -opbase=weaponslot - -// 667:26 -[com_26] -type=graphic -x=64 -y=81 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" - -// 667:27 -[com_27] -type=graphic -x=122 -y=81 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" - -// 667:28 -[com_28] -type=graphic -x=64 -y=121 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" - -// 667:29 -[com_29] -type=graphic -x=64 -y=161 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" - -// 667:30 -[com_30] -type=graphic -x=10 -y=161 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" - -// 667:31 -[com_31] -type=graphic -x=122 -y=161 -width=36 -height=36 -layer=com_14 -graphic="miscgraphics,0" - -// 667:32 -[com_32] -type=text -x=73 -y=218 -width=62 -height=17 -layer=com_14 -textfont=p12_full -text=%1kg -textalignv=1 -textshadow=yes -colour=0xff9800 - -// 667:33 -[com_33] -type=graphic -x=52 -y=217 -width=17 -height=18 -layer=com_14 -graphic="options_icons_small,0" - -// 667:34 -[com_34] -type=text -x=7 -y=1 -width=139 -height=15 -layer=com_15 -textfont=b12_full -text=Attack bonus -textshadow=yes -colour=0xff981f - -// 667:35 -[com_35] -type=text -x=7 -y=93 -width=139 -height=15 -layer=com_15 -textfont=b12_full -text=Defence bonus -textshadow=yes -colour=0xff981f - -// 667:36 -[com_36] -type=text -x=11 -y=15 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Stab: +120 -textshadow=yes -colour=0xff981f - -// 667:37 -[com_37] -type=text -x=11 -y=29 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Slash:+120 -textshadow=yes -colour=0xff981f - -// 667:38 -[com_38] -type=text -x=11 -y=43 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Crush:+120 -textshadow=yes -colour=0xff981f - -// 667:39 -[com_39] -type=text -x=11 -y=57 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Magic: +120 -textshadow=yes -colour=0xff981f - -// 667:40 -[com_40] -type=text -x=11 -y=71 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Ranged: +120 -textshadow=yes -colour=0xff981f - -// 667:41 -[com_41] -type=text -x=11 -y=107 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Stab: +120 -textshadow=yes -colour=0xff981f - -// 667:42 -[com_42] -type=text -x=11 -y=121 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Slash: +120 -textshadow=yes -colour=0xff981f - -// 667:43 -[com_43] -type=text -x=11 -y=135 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Crush: +120 -textshadow=yes -colour=0xff981f - -// 667:44 -[com_44] -type=text -x=11 -y=149 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Magic: +120 -textshadow=yes -colour=0xff981f - -// 667:45 -[com_45] -type=text -x=11 -y=163 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Range: +120 -textshadow=yes -colour=0xff981f - -// 667:46 -[com_46] -type=text -x=11 -y=177 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Summoning: +120 -textshadow=yes -colour=0xff981f - -// 667:47 -[com_47] -type=text -x=7 -y=200 -width=139 -height=15 -layer=com_15 -textfont=b12_full -text=Other bonuses -textshadow=yes -colour=0xff981f - -// 667:48 -[com_48] -type=text -x=11 -y=214 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Strength: +120 -textshadow=yes -colour=0xff981f - -// 667:49 -[com_49] -type=text -x=11 -y=228 -width=143 -height=15 -layer=com_15 -textfont=p12_full -text=Prayer: +120 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_668.if3 b/dumps/530/interface/interface_668.if3 deleted file mode 100644 index 879a875be..000000000 --- a/dumps/530/interface/interface_668.if3 +++ /dev/null @@ -1,168 +0,0 @@ -// 668:0 -[com_0] -type=text -x=171 -y=3 -width=132 -height=18 -textfont=q8_full -text=Pick a Puppy -textalignh=1 -colour=0xaa0000 - -// 668:1 -[com_1] -type=graphic -x=304 -y=5 -width=57 -height=13 -graphic="sworddecor,0" - -// 668:2 -[com_2] -type=graphic -x=111 -y=5 -width=57 -height=13 -graphic="sworddecor,1" - -// 668:3 -[com_3] -type=model -x=119 -y=29 -width=39 -height=37 -layer=com_9 -model=model_30551 -modelorigin_x=4 -modelorigin_y=2 -modelangle_x=42 -modelangle_y=1897 -modelangle_z=0 -modelzoom=325 -unknown100=0 -unknown101=3000 -op1=Pick me -onmouseleave=script40(interface_668:com_10) -onmouserepeat=script38(event_com, interface_668:com_10, "Bulldog", 25, 50) - -// 668:4 -[com_4] -type=model -x=181 -y=28 -width=48 -height=41 -layer=com_9 -model=model_30542 -modelorigin_x=8 -modelorigin_y=4 -modelangle_x=75 -modelangle_y=1885 -modelangle_z=0 -modelzoom=250 -unknown100=0 -unknown101=3000 -op1=Pick me -onmouseleave=script40(interface_668:com_10) -onmouserepeat=script38(event_com, interface_668:com_10, "Dalmatian", 25, 50) - -// 668:5 -[com_5] -type=model -x=250 -y=32 -width=49 -height=34 -layer=com_9 -model=model_30547 -modelorigin_x=8 -modelorigin_y=7 -modelangle_x=45 -modelangle_y=1879 -modelangle_z=0 -modelzoom=225 -unknown100=0 -unknown101=3000 -op1=Pick me -onmouseleave=script40(interface_668:com_10) -onmouserepeat=script38(event_com, interface_668:com_10, "Greyhound", 25, 50) - -// 668:6 -[com_6] -type=model -x=312 -y=27 -width=44 -height=43 -layer=com_9 -model=model_30561 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=36 -modelangle_y=1897 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Pick me -onmouseleave=script40(interface_668:com_10) -onmouserepeat=script38(event_com, interface_668:com_10, "Terrier", 25, 50) - -// 668:7 -[com_7] -type=model -x=375 -y=24 -width=48 -height=45 -layer=com_9 -model=model_30557 -modelorigin_x=9 -modelorigin_y=2 -modelangle_x=39 -modelangle_y=1918 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Pick me -onmouseleave=script40(interface_668:com_10) -onmouserepeat=script38(event_com, interface_668:com_10, "Sheepdog", 25, 50) - -// 668:8 -[com_8] -type=model -x=53 -y=28 -width=46 -height=37 -layer=com_9 -model=model_30564 -modelorigin_x=8 -modelorigin_y=5 -modelangle_x=2041 -modelangle_y=1885 -modelangle_z=0 -modelzoom=375 -unknown100=0 -unknown101=3000 -op1=Pick me -onmouseleave=script40(interface_668:com_10) -onmouserepeat=script38(event_com, interface_668:com_10, "Labrador", 25, 50) - -// 668:9 -[com_9] -type=layer -width=506 -height=129 - -// 668:10 -[com_10] -type=layer -width=506 -height=129 - diff --git a/dumps/530/interface/interface_669.if3 b/dumps/530/interface/interface_669.if3 deleted file mode 100644 index ab137b46c..000000000 --- a/dumps/530/interface/interface_669.if3 +++ /dev/null @@ -1,229 +0,0 @@ -// 669:0 -[com_0] -type=rectangle -x=17 -y=25 -width=489 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 669:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 669:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 669:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 669:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 669:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 669:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 669:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_669:com_7, "v2_stone_close_button,1") -onmouseleave=script44(interface_669:com_7, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 669:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 669:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 669:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 669:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 669:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 669:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 669:14 -[com_14] -type=text -x=222 -y=30 -width=250 -height=16 -textfont=b12_full -text=Summoning Pouch Creation -textalignh=1 -textshadow=yes -colour=0xff981f - -// 669:15 -[com_15] -type=layer -x=22 -y=59 -width=453 -height=257 -scrollheight=1400 - -// 669:16 -[com_16] -type=layer -x=22 -y=59 -width=453 -height=257 - -// 669:17 -[com_17] -type=layer -x=474 -y=59 -width=16 -height=257 -onload=script63(event_com, interface_669:com_15, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 669:18 -[com_18] -type=graphic -x=92 -y=29 -width=79 -height=20 -graphic="tabs,0" -op1=Transform Scrolls -onmouseleave=script40(interface_669:com_23) -onmouserepeat=script779(event_com, interface_669:com_23, 43843607, 1, "Swap between creating pouches and scrolls") - -// 669:19 -[com_19] -type=graphic -x=114 -y=30 -width=25 -height=18 -graphic="lore_switch,2" - -// 669:20 -[com_20] -type=graphic -x=22 -y=29 -width=79 -height=20 -graphic="tabs,1" - -// 669:21 -[com_21] -type=graphic -x=42 -y=30 -width=25 -height=18 -graphic="lore_switch,1" - -// 669:22 -[com_22] -type=layer -width=512 -height=334 - -// 669:23 -[com_23] -type=layer -width=512 -height=334 -layer=com_22 - diff --git a/dumps/530/interface/interface_67.if3 b/dumps/530/interface/interface_67.if3 deleted file mode 100644 index 91a02ebd3..000000000 --- a/dumps/530/interface/interface_67.if3 +++ /dev/null @@ -1,133 +0,0 @@ -// 67:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 67:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 67:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 -op10= - -// 67:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 67:4 -[com_4] -type=text -x=30 -y=-3168 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 67:5 -[com_5] -type=text -x=30 -y=-1009 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 67:6 -[com_6] -type=text -x=30 -y=1150 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 67:7 -[com_7] -type=text -x=30 -y=3309 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line4 -textalignh=1 -colour=0x000000 - -// 67:8 -[com_8] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_bottom -layer=com_0 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_670.if3 b/dumps/530/interface/interface_670.if3 deleted file mode 100644 index 4cbd4323e..000000000 --- a/dumps/530/interface/interface_670.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 670:0 -[com_0] -type=layer -x=15 -y=8 -width=165 -height=245 - diff --git a/dumps/530/interface/interface_671.if3 b/dumps/530/interface/interface_671.if3 deleted file mode 100644 index 5bcdf0abc..000000000 --- a/dumps/530/interface/interface_671.if3 +++ /dev/null @@ -1,330 +0,0 @@ -// 671:0 -[com_0] -type=rectangle -x=74 -y=24 -width=371 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 671:1 -[com_1] -type=graphic -x=71 -y=24 -width=362 -height=300 -graphic=tradebacking -tiling=yes - -// 671:2 -[com_2] -type=graphic -x=57 -y=52 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 671:3 -[com_3] -type=graphic -x=70 -y=19 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 671:4 -[com_4] -type=graphic -x=420 -y=50 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 671:5 -[com_5] -type=graphic -x=101 -y=6 -width=307 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 671:6 -[com_6] -type=graphic -x=102 -y=305 -width=306 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 671:7 -[com_7] -type=graphic -x=70 -y=293 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 671:8 -[com_8] -type=graphic -x=408 -y=19 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 671:9 -[com_9] -type=graphic -x=408 -y=293 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 671:10 -[com_10] -type=graphic -x=81 -y=34 -width=349 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 671:11 -[com_11] -type=graphic -x=70 -y=36 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 671:12 -[com_12] -type=graphic -x=408 -y=36 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 671:13 -[com_13] -type=graphic -x=413 -y=29 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 671:14 -[com_14] -type=text -x=147 -y=28 -width=234 -height=13 -textfont=b12_full -text=Familiar Inventory -textalignh=1 -textshadow=yes -colour=0xff981f - -// 671:15 -[com_15] -type=model -x=12 -y=-1 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=1874 -modelangle_y=559 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 671:16 -[com_16] -type=graphic -x=77 -y=87 -width=324 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -trans=120 - -// 671:17 -[com_17] -type=graphic -x=77 -y=141 -width=324 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -trans=120 - -// 671:18 -[com_18] -type=graphic -x=77 -y=195 -width=324 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -trans=120 - -// 671:19 -[com_19] -type=graphic -x=76 -y=249 -width=324 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -trans=120 - -// 671:20 -[com_20] -type=graphic -x=116 -y=53 -width=32 -height=264 -graphic="v2_borders_slim,12" -tiling=yes -trans=120 - -// 671:21 -[com_21] -type=graphic -x=170 -y=53 -width=32 -height=264 -graphic="v2_borders_slim,12" -tiling=yes -trans=120 - -// 671:22 -[com_22] -type=graphic -x=224 -y=53 -width=32 -height=264 -graphic="v2_borders_slim,12" -tiling=yes -trans=120 - -// 671:23 -[com_23] -type=graphic -x=278 -y=53 -width=32 -height=264 -graphic="v2_borders_slim,12" -tiling=yes -trans=120 - -// 671:24 -[com_24] -type=graphic -x=332 -y=53 -width=32 -height=264 -graphic="v2_borders_slim,12" -tiling=yes -trans=120 - -// 671:25 -[com_25] -type=graphic -x=386 -y=53 -width=32 -height=264 -graphic="v2_borders_slim,12" -tiling=yes -trans=120 - -// 671:26 -[com_26] -type=model -x=12 -y=-14 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=1874 -modelangle_y=559 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 671:27 -[com_27] -type=layer -x=88 -y=65 -width=308 -height=244 - -// 671:28 -[com_28] -type=layer -x=77 -y=26 -width=356 -height=292 - -// 671:29 -[com_29] -type=graphic -x=330 -y=267 -width=21 -height=21 -layer=com_28 -graphic=graphic_777 -op1=Take BoB -onmouseleave=script40(interface_671:com_30) -onmouserepeat=script38(event_com, interface_671:com_30, "Take Beast of Burden items.", 25, 100) - -// 671:30 -[com_30] -type=layer -y=27 -width=323 -height=265 -layer=com_28 - diff --git a/dumps/530/interface/interface_672.if3 b/dumps/530/interface/interface_672.if3 deleted file mode 100644 index 539bb0117..000000000 --- a/dumps/530/interface/interface_672.if3 +++ /dev/null @@ -1,260 +0,0 @@ -// 672:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 672:1 -[com_1] -type=rectangle -x=17 -y=25 -width=489 -height=305 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 - -// 672:2 -[com_2] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_0 -graphic=tradebacking -tiling=yes - -// 672:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes - -// 672:4 -[com_4] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" - -// 672:5 -[com_5] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes - -// 672:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes - -// 672:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_672:com_7, "v2_stone_close_button,1") -onmouseleave=script44(interface_672:com_7, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 672:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" - -// 672:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" - -// 672:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" - -// 672:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes - -// 672:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" - -// 672:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" - -// 672:14 -[com_14] -type=graphic -x=44 -y=7 -width=424 -height=32 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes - -// 672:15 -[com_15] -type=text -x=222 -y=30 -width=250 -height=16 -layer=com_0 -textfont=b12_full -text=Summoning Pouch Creation -textalignh=1 -textshadow=yes -colour=0xff981f - -// 672:16 -[com_16] -type=layer -x=22 -y=59 -width=453 -height=257 -layer=com_0 -scrollheight=1400 - -// 672:17 -[com_17] -type=layer -x=22 -y=59 -width=453 -height=257 -layer=com_0 - -// 672:18 -[com_18] -type=layer -x=474 -y=59 -width=16 -height=257 -layer=com_0 -onload=script63(event_com, interface_672:com_16, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 672:19 -[com_19] -type=graphic -x=92 -y=29 -width=79 -height=20 -layer=com_0 -graphic="tabs,0" -op1=Transform Scrolls -onmouseleave=script40(interface_672:com_24) -onmouserepeat=script779(event_com, interface_672:com_24, 44040216, 1, "Swap between creating animal pouches and scrolls") - -// 672:20 -[com_20] -type=graphic -x=114 -y=30 -width=25 -height=18 -layer=com_0 -graphic="lore_switch,2" - -// 672:21 -[com_21] -type=graphic -x=22 -y=29 -width=79 -height=20 -layer=com_0 -graphic="tabs,1" - -// 672:22 -[com_22] -type=graphic -x=42 -y=30 -width=25 -height=18 -layer=com_0 -graphic="lore_switch,1" - -// 672:23 -[com_23] -type=layer -width=512 -height=334 -layer=com_0 - -// 672:24 -[com_24] -type=layer -width=512 -height=334 -layer=com_23 - diff --git a/dumps/530/interface/interface_673.if3 b/dumps/530/interface/interface_673.if3 deleted file mode 100644 index c0254b233..000000000 --- a/dumps/530/interface/interface_673.if3 +++ /dev/null @@ -1,221 +0,0 @@ -// 673:0 -[com_0] -type=rectangle -x=17 -y=25 -width=489 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 673:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 673:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 673:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 673:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 673:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 673:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 673:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_673:com_7, "v2_stone_close_button,1") -onmouseleave=script44(interface_673:com_7, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 673:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 673:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 673:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 673:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 673:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 673:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 673:14 -[com_14] -type=text -x=222 -y=30 -width=250 -height=16 -textfont=b12_full -text=Scroll Creation -textalignh=1 -textshadow=yes -colour=0xff981f - -// 673:15 -[com_15] -type=layer -x=22 -y=59 -width=453 -height=257 -scrollheight=1400 - -// 673:16 -[com_16] -type=layer -x=474 -y=59 -width=16 -height=257 -onload=script63(event_com, interface_673:com_15, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 673:17 -[com_17] -type=graphic -x=22 -y=29 -width=79 -height=20 -graphic="tabs,1" -op1=Infuse Pouches -onmouseleave=script40(interface_673:com_22) -onmouserepeat=script779(event_com, interface_673:com_22, 44105750, 1, "Swap between creating pouches and scrolls") - -// 673:18 -[com_18] -type=graphic -x=42 -y=30 -width=25 -height=18 -graphic="lore_switch,3" - -// 673:19 -[com_19] -type=graphic -x=92 -y=29 -width=79 -height=20 -graphic="tabs,0" - -// 673:20 -[com_20] -type=graphic -x=114 -y=30 -width=25 -height=19 -graphic="lore_switch,0" - -// 673:21 -[com_21] -type=layer -width=512 -height=334 - -// 673:22 -[com_22] -type=layer -width=512 -height=334 -layer=com_21 - diff --git a/dumps/530/interface/interface_674.if3 b/dumps/530/interface/interface_674.if3 deleted file mode 100644 index 331e5509c..000000000 --- a/dumps/530/interface/interface_674.if3 +++ /dev/null @@ -1,34 +0,0 @@ -// 674:0 -[com_0] -type=text -x=50 -y=20 -width=445 -height=92 -textfont=tutorial_font -textalignh=1 -textalignv=1 -colour=0x000000 - -// 674:1 -[com_1] -type=graphic -x=10 -y=45 -width=32 -height=32 - -// 674:2 -[com_2] -type=text -x=1 -y=111 -width=504 -height=17 -textfont=tutorial_font -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_675.if3 b/dumps/530/interface/interface_675.if3 deleted file mode 100644 index 808321838..000000000 --- a/dumps/530/interface/interface_675.if3 +++ /dev/null @@ -1,1197 +0,0 @@ -// 675:0 -[com_0] -type=graphic -x=17 -y=26 -width=480 -height=293 -graphic=tradebacking -tiling=yes -opbase= - -// 675:1 -[com_1] -type=graphic -y=26 -width=37 -height=276 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 675:2 -[com_2] -type=graphic -x=479 -y=26 -width=22 -height=281 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 675:3 -[com_3] -type=graphic -x=15 -y=302 -width=468 -height=23 -graphic="v2_stone_borders,2" -tiling=yes - -// 675:4 -[com_4] -type=graphic -x=14 -y=10 -width=478 -height=38 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 675:5 -[com_5] -type=graphic -x=467 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,7" -opbase= - -// 675:6 -[com_6] -type=graphic -x=13 -y=290 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 675:7 -[com_7] -type=graphic -x=13 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,4" -opbase= - -// 675:8 -[com_8] -type=graphic -x=467 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,5" -opbase= - -// 675:9 -[com_9] -type=graphic -x=16 -y=38 -width=477 -height=35 -graphic="v2_stone_borders,8" -tiling=yes - -// 675:10 -[com_10] -type=graphic -x=13 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,9" -tiling=yes - -// 675:11 -[com_11] -type=graphic -x=467 -y=40 -width=32 -height=32 -graphic="v2_stone_borders,10" -tiling=yes - -// 675:12 -[com_12] -type=graphic -x=471 -y=32 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 675:13 -[com_13] -type=text -x=17 -y=29 -width=477 -height=24 -textfont=b12_full -text=What Would You Like To Make? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff991f - -// 675:14 -[com_14] -type=layer -x=24 -y=66 -width=450 -height=60 - -// 675:15 -[com_15] -type=model -x=15 -y=10 -width=32 -height=32 -layer=com_14 -model=model_2666 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=321 -modelangle_y=1833 -modelangle_z=0 -modelzoom=571 -unknown100=0 -unknown101=3000 - -// 675:16 -[com_16] -type=text -x=72 -y=24 -width=378 -height=36 -layer=com_14 -textfont=p12_full -text=You need a ring mould to craft rings. -textshadow=yes -colour=0xff991f - -// 675:17 -[com_17] -type=text -x=80 -y=66 -width=394 -height=25 -textfont=b12_full -text=Rings -textshadow=yes -colour=0xff9900 - -// 675:18 -[com_18] -type=layer -x=80 -y=66 -width=394 -height=60 - -// 675:19 -[com_19] -type=model -x=32 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 675:20 -[com_20] -type=layer -x=32 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Gold Ring -op1=Make 1 - -// 675:21 -[com_21] -type=model -x=82 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 675:22 -[com_22] -type=layer -x=82 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Sapphire Ring -op1=Make 1 - -// 675:23 -[com_23] -type=model -x=132 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 675:24 -[com_24] -type=layer -x=132 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Emerald Ring -op1=Make 1 - -// 675:25 -[com_25] -type=model -x=182 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 675:26 -[com_26] -type=layer -x=181 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Ruby Ring -op1=Make 1 - -// 675:27 -[com_27] -type=model -x=232 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 675:28 -[com_28] -type=layer -x=232 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Diamond Ring -op1=Make 1 - -// 675:29 -[com_29] -type=model -x=282 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 675:30 -[com_30] -type=layer -x=282 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Dragonstone Ring -op1=Make 1 - -// 675:31 -[com_31] -type=model -x=332 -y=20 -width=32 -height=32 -layer=com_18 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=268 -modelangle_y=180 -modelangle_z=0 -modelzoom=464 -unknown100=0 -unknown101=3000 - -// 675:32 -[com_32] -type=layer -x=332 -y=20 -width=32 -height=32 -layer=com_18 -opbase=Onyx Ring -op1=Make 1 - -// 675:33 -[com_33] -type=layer -x=24 -y=127 -width=450 -height=60 - -// 675:34 -[com_34] -type=model -x=11 -y=7 -width=43 -height=38 -layer=com_33 -model=model_2729 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=306 -modelangle_y=1797 -modelangle_z=0 -modelzoom=571 -unknown100=0 -unknown101=3000 - -// 675:35 -[com_35] -type=text -x=72 -y=24 -width=378 -height=36 -layer=com_33 -textfont=p12_full -text=You need a necklace mould to craft necklaces. -textshadow=yes -colour=0xff991f - -// 675:36 -[com_36] -type=text -x=80 -y=127 -width=394 -height=25 -textfont=b12_full -text=Necklaces -textshadow=yes -colour=0xff9900 - -// 675:37 -[com_37] -type=layer -x=80 -y=128 -width=394 -height=60 - -// 675:38 -[com_38] -type=model -x=32 -y=20 -width=32 -height=32 -layer=com_37 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:39 -[com_39] -type=layer -x=32 -y=20 -width=32 -height=32 -layer=com_37 -opbase=Gold Necklace -op1=Make 1 - -// 675:40 -[com_40] -type=model -x=82 -y=20 -width=32 -height=32 -layer=com_37 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:41 -[com_41] -type=layer -x=82 -y=20 -width=32 -height=32 -layer=com_37 -opbase=Sapphire Necklace -op1=Make 1 - -// 675:42 -[com_42] -type=model -x=132 -y=20 -width=32 -height=32 -layer=com_37 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=200 -unknown100=0 -unknown101=3000 - -// 675:43 -[com_43] -type=layer -x=132 -y=20 -width=32 -height=32 -layer=com_37 -opbase=Emerald Necklace -op1=Make 1 - -// 675:44 -[com_44] -type=model -x=182 -y=20 -width=32 -height=32 -layer=com_37 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:45 -[com_45] -type=layer -x=182 -y=20 -width=32 -height=32 -layer=com_37 -opbase=Ruby Necklace -op1=Make 1 - -// 675:46 -[com_46] -type=model -x=233 -y=20 -width=32 -height=32 -layer=com_37 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:47 -[com_47] -type=layer -x=232 -y=20 -width=32 -height=32 -layer=com_37 -opbase=Diamond Necklace -op1=Make 1 - -// 675:48 -[com_48] -type=model -x=281 -y=20 -width=32 -height=32 -layer=com_37 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:49 -[com_49] -type=layer -x=282 -y=20 -width=32 -height=32 -layer=com_37 -opbase=Dragonstone Necklace -op1=Make 1 - -// 675:50 -[com_50] -type=model -x=332 -y=20 -width=32 -height=32 -layer=com_37 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:51 -[com_51] -type=layer -x=332 -y=20 -width=32 -height=32 -layer=com_37 -opbase=Onyx Necklace -op1=Make 1 - -// 675:52 -[com_52] -type=layer -x=24 -y=188 -width=450 -height=60 - -// 675:53 -[com_53] -type=model -x=15 -y=10 -width=32 -height=32 -layer=com_52 -model=model_2368 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=357 -modelangle_y=1764 -modelangle_z=0 -modelzoom=443 -unknown100=0 -unknown101=3000 - -// 675:54 -[com_54] -type=text -x=72 -y=24 -width=378 -height=36 -layer=com_52 -textfont=p12_full -text=You need an amulet mould to craft amulets. -textshadow=yes -colour=0xff991f - -// 675:55 -[com_55] -type=text -x=80 -y=188 -width=394 -height=25 -textfont=b12_full -text=Amulets -textshadow=yes -colour=0xff9900 - -// 675:56 -[com_56] -type=layer -x=79 -y=190 -width=394 -height=60 - -// 675:57 -[com_57] -type=model -x=32 -y=20 -width=32 -height=32 -layer=com_56 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:58 -[com_58] -type=layer -x=33 -y=20 -width=32 -height=32 -layer=com_56 -opbase=Gold Amulet -op1=Make 1 - -// 675:59 -[com_59] -type=model -x=83 -y=20 -width=32 -height=32 -layer=com_56 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:60 -[com_60] -type=layer -x=83 -y=20 -width=32 -height=32 -layer=com_56 -opbase=Sapphire Amulet -op1=Make 1 - -// 675:61 -[com_61] -type=model -x=133 -y=20 -width=32 -height=32 -layer=com_56 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:62 -[com_62] -type=layer -x=133 -y=20 -width=32 -height=32 -layer=com_56 -opbase=Emerald Amulet -op1=Make 1 - -// 675:63 -[com_63] -type=model -x=182 -y=20 -width=32 -height=32 -layer=com_56 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:64 -[com_64] -type=layer -x=183 -y=20 -width=32 -height=32 -layer=com_56 -opbase=Ruby Amulet -op1=Make 1 - -// 675:65 -[com_65] -type=model -x=233 -y=20 -width=32 -height=32 -layer=com_56 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:66 -[com_66] -type=layer -x=233 -y=20 -width=32 -height=32 -layer=com_56 -opbase=Diamond Amulet -op1=Make 1 - -// 675:67 -[com_67] -type=model -x=283 -y=20 -width=32 -height=32 -layer=com_56 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:68 -[com_68] -type=layer -x=283 -y=20 -width=32 -height=32 -layer=com_56 -opbase=Dragonestone Amulet -op1=Make 1 - -// 675:69 -[com_69] -type=model -x=333 -y=20 -width=32 -height=32 -layer=com_56 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:70 -[com_70] -type=layer -x=333 -y=20 -width=32 -height=32 -layer=com_56 -opbase=Onyx Amulet -op1=Make 1 - -// 675:71 -[com_71] -type=layer -x=24 -y=249 -width=450 -height=60 - -// 675:72 -[com_72] -type=model -x=15 -y=10 -width=32 -height=32 -layer=com_71 -model=model_24565 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=294 -modelangle_y=1743 -modelangle_z=0 -modelzoom=443 -unknown100=0 -unknown101=3000 - -// 675:73 -[com_73] -type=text -x=72 -y=24 -width=378 -height=36 -layer=com_71 -textfont=p12_full -text=You need a bracelet mould to craft bracelets. -textshadow=yes -colour=0xff991f - -// 675:74 -[com_74] -type=text -x=80 -y=249 -width=394 -height=25 -textfont=b12_full -text=Bracelets -textshadow=yes -colour=0xff9900 - -// 675:75 -[com_75] -type=layer -x=80 -y=249 -width=394 -height=60 - -// 675:76 -[com_76] -type=model -x=32 -y=20 -width=32 -height=32 -layer=com_75 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:77 -[com_77] -type=layer -x=32 -y=20 -width=32 -height=32 -layer=com_75 -opbase=Gold Bracelet -op1=Make 1 - -// 675:78 -[com_78] -type=model -x=82 -y=20 -width=32 -height=32 -layer=com_75 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:79 -[com_79] -type=layer -x=82 -y=20 -width=32 -height=32 -layer=com_75 -opbase=Sapphire Bracelet -op1=Make 1 - -// 675:80 -[com_80] -type=model -x=132 -y=20 -width=32 -height=32 -layer=com_75 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:81 -[com_81] -type=layer -x=132 -y=20 -width=32 -height=32 -layer=com_75 -opbase=Emerald Bracelet -op1=Make 1 - -// 675:82 -[com_82] -type=model -x=182 -y=20 -width=32 -height=32 -layer=com_75 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:83 -[com_83] -type=layer -x=182 -y=20 -width=32 -height=32 -layer=com_75 -opbase=Ruby Bracelet -op1=Make 1 - -// 675:84 -[com_84] -type=model -x=232 -y=20 -width=32 -height=32 -layer=com_75 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:85 -[com_85] -type=layer -x=232 -y=20 -width=32 -height=32 -layer=com_75 -opbase=Diamond Bracelet -op1=Make 1 - -// 675:86 -[com_86] -type=model -x=282 -y=20 -width=32 -height=32 -layer=com_75 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:87 -[com_87] -type=layer -x=282 -y=20 -width=32 -height=32 -layer=com_75 -opbase=Dragonstone Bracelet -op1=Make 1 - -// 675:88 -[com_88] -type=model -x=332 -y=20 -width=32 -height=32 -layer=com_75 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 675:89 -[com_89] -type=layer -x=332 -y=20 -width=32 -height=32 -layer=com_75 -opbase=Onyx Bracelet -op1=Make 1 - diff --git a/dumps/530/interface/interface_676.if3 b/dumps/530/interface/interface_676.if3 deleted file mode 100644 index a969edee5..000000000 --- a/dumps/530/interface/interface_676.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 676:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 676:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 676:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 676:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 676:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 676:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 676:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 676:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 676:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 676:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 676:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 676:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 676:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_676:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_676:com_12, "v2_stone_close_button,0") -onop=script29 - -// 676:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 676:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=This area is dangerous and death is more than a possibility! Are you sure you want to go down there? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 676:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 676:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 676:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Proceed regardless -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 676:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=Stay out -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 676:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 676:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_676:com_20, 27) -onclick=script163(interface_676:com_20) -onvartransmitlist=varplayer_1047 - -// 676:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_677.if3 b/dumps/530/interface/interface_677.if3 deleted file mode 100644 index 9d4f8423e..000000000 --- a/dumps/530/interface/interface_677.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 677:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 677:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 677:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 677:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 677:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 677:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 677:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 677:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 677:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 677:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 677:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 677:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 677:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_677:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_677:com_12, "v2_stone_close_button,0") -onop=script29 - -// 677:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 677:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=This area is dangerous and death is more than a possibility! Are you sure you want to go down there? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 677:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 677:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 677:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Proceed regardless -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 677:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=Stay out -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 677:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 677:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_677:com_20, 28) -onclick=script163(interface_677:com_20) -onvartransmitlist=varplayer_1047 - -// 677:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_678.if3 b/dumps/530/interface/interface_678.if3 deleted file mode 100644 index 893020692..000000000 --- a/dumps/530/interface/interface_678.if3 +++ /dev/null @@ -1,247 +0,0 @@ -// 678:0 -[com_0] -type=graphic -x=105 -y=41 -width=319 -height=203 -graphic=tradebacking -tiling=yes -opbase= - -// 678:1 -[com_1] -type=graphic -x=85 -y=65 -width=32 -height=154 -graphic="v2_stone_borders,1" -tiling=yes - -// 678:2 -[com_2] -type=graphic -x=98 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 678:3 -[com_3] -type=graphic -x=411 -y=65 -width=23 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 678:4 -[com_4] -type=graphic -x=129 -y=21 -width=270 -height=26 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 678:5 -[com_5] -type=graphic -x=130 -y=231 -width=269 -height=24 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 678:6 -[com_6] -type=graphic -x=98 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 678:7 -[com_7] -type=graphic -x=399 -y=34 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 678:8 -[com_8] -type=graphic -x=399 -y=219 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 678:9 -[com_9] -type=graphic -x=109 -y=48 -width=311 -height=26 -graphic="v2_stone_borders,8" -tiling=yes - -// 678:10 -[com_10] -type=graphic -x=98 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 678:11 -[com_11] -type=graphic -x=399 -y=50 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 678:12 -[com_12] -type=graphic -x=405 -y=43 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_678:com_12, "v2_stone_close_button,1") -onmouseleave=script44(interface_678:com_12, "v2_stone_close_button,0") -onop=script29 - -// 678:13 -[com_13] -type=text -x=211 -y=41 -width=108 -height=21 -textfont=b12_full -text=Warning! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 678:14 -[com_14] -type=text -x=108 -y=68 -width=315 -height=87 -textfont=p12_full -text=This area is dangerous and death is more than a possibility! Are you sure you want to go down there? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 678:15 -[com_15] -type=graphic -x=191 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 678:16 -[com_16] -type=graphic -x=319 -y=42 -width=19 -height=19 -graphic="warning_icons,0" - -// 678:17 -[com_17] -type=text -x=108 -y=157 -width=315 -height=15 -textfont=p12_full -text=Proceed regardless -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Yes -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 678:18 -[com_18] -type=text -x=108 -y=189 -width=315 -height=15 -textfont=p12_full -text=Stay out -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=No -onmouseover=script167(event_com, ^green) -onmouseleave=script167(event_com, ^red) - -// 678:19 -[com_19] -type=text -x=1 -y=2 -width=315 -height=15 -layer=com_21 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 678:20 -[com_20] -type=graphic -x=2 -width=19 -height=19 -layer=com_21 -graphic="warning_icons,1" -op1=Off/On -onvartransmit=script164(interface_678:com_20, 29) -onclick=script163(interface_678:com_20) -onvartransmitlist=varplayer_1047 - -// 678:21 -[com_21] -type=layer -x=107 -y=220 -width=270 -height=20 -hide=yes - diff --git a/dumps/530/interface/interface_679.if3 b/dumps/530/interface/interface_679.if3 deleted file mode 100644 index 35bd290b4..000000000 --- a/dumps/530/interface/interface_679.if3 +++ /dev/null @@ -1,113 +0,0 @@ -// 679:0 -[com_0] -type=model -x=118 -y=396 -width=534 -height=103 -model=model_9630 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=692 -unknown100=64912 -unknown101=1403 - -// 679:1 -[com_1] -type=text -x=190 -y=431 -width=400 -height=40 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 - -// 679:2 -[com_2] -type=text -x=190 -y=411 -width=400 -height=14 -textfont=p12_full -text=Message of the week -textalignh=1 -colour=0x800000 - -// 679:3 -[com_3] -type=model -x=62 -y=365 -width=86 -height=103 -model=model_30459 -modelorigin_x=-1 -modelorigin_y=67 -modelangle_x=39 -modelangle_y=1884 -modelangle_z=0 -modelzoom=1100 -modelanim=seq_7815 -unknown100=64386 -unknown101=2276 - -// 679:4 -[com_4] -type=model -x=12 -y=351 -width=93 -height=153 -model=model_31101 -modelorigin_x=-9 -modelorigin_y=67 -modelangle_x=39 -modelangle_y=1884 -modelangle_z=0 -modelzoom=1028 -modelanim=seq_6374 -unknown100=64362 -unknown101=2214 - -// 679:5 -[com_5] -type=model -x=608 -y=345 -width=127 -height=146 -model=model_30463 -modelorigin_x=-3 -modelorigin_y=66 -modelangle_x=39 -modelangle_y=201 -modelangle_z=0 -modelzoom=1200 -modelanim=seq_7760 -unknown100=64240 -unknown101=2500 - -// 679:6 -[com_6] -type=model -x=678 -y=408 -width=87 -height=93 -model=model_30443 -modelorigin_x=4 -modelorigin_y=40 -modelangle_x=39 -modelangle_y=201 -modelangle_z=0 -modelzoom=1200 -modelanim=seq_8297 -unknown100=64135 -unknown101=2555 - diff --git a/dumps/530/interface/interface_68.if3 b/dumps/530/interface/interface_68.if3 deleted file mode 100644 index 099bf3c94..000000000 --- a/dumps/530/interface/interface_68.if3 +++ /dev/null @@ -1,75 +0,0 @@ -// 68:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 68:1 -[com_1] -type=model -x=45 -width=32 -height=32 -xmode=abs_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 -op10= - -// 68:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 68:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 68:4 -[com_4] -type=text -x=30 -y=7 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_680.if3 b/dumps/530/interface/interface_680.if3 deleted file mode 100644 index d258ebc96..000000000 --- a/dumps/530/interface/interface_680.if3 +++ /dev/null @@ -1,255 +0,0 @@ -// 680:0 -[com_0] -type=rectangle -x=8 -y=7 -width=25 -height=10 -widthmode=minus -layer=com_1 -colour=0x000000 -fill=yes -trans=150 - -// 680:1 -[com_1] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_20 - -// 680:2 -[com_2] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_20 -colour=0x000000 -fill=yes -trans=255 -ontimer=script1745 - -// 680:3 -[com_3] -type=rectangle -x=7 -y=7 -width=10 -height=24 -heightmode=minus -xmode=abs_right -layer=com_1 -colour=0x000000 -fill=yes -trans=150 - -// 680:4 -[com_4] -type=rectangle -x=7 -y=17 -width=10 -height=34 -heightmode=minus -layer=com_1 -colour=0x000000 -fill=yes -trans=150 - -// 680:5 -[com_5] -type=rectangle -x=7 -y=7 -width=14 -height=10 -widthmode=minus -ymode=abs_bottom -layer=com_1 -colour=0x000000 -fill=yes -trans=150 -opbase= - -// 680:6 -[com_6] -type=rectangle -x=8 -y=7 -width=20 -height=5 -widthmode=minus -layer=com_1 -colour=0x000000 -fill=yes -trans=150 - -// 680:7 -[com_7] -type=rectangle -x=7 -y=7 -width=5 -height=19 -heightmode=minus -xmode=abs_right -layer=com_1 -colour=0x000000 -fill=yes -trans=150 - -// 680:8 -[com_8] -type=rectangle -x=7 -y=12 -width=5 -height=24 -heightmode=minus -layer=com_1 -colour=0x000000 -fill=yes -trans=150 - -// 680:9 -[com_9] -type=rectangle -x=7 -y=7 -width=14 -height=5 -widthmode=minus -ymode=abs_bottom -layer=com_1 -colour=0x000000 -fill=yes -trans=150 -opbase= - -// 680:10 -[com_10] -type=graphic -y=6 -width=75 -height=93 -xmode=abs_centre -ymode=abs_bottom -layer=com_1 -graphic=catcon_catapult_pointer - -// 680:11 -[com_11] -type=graphic -x=-13 -y=32 -width=32 -height=64 -heightmode=minus -layer=com_1 -graphic="v2_stone_borders,1" -tiling=yes - -// 680:12 -[com_12] -type=graphic -width=32 -height=32 -layer=com_1 -graphic="v2_stone_borders,4" - -// 680:13 -[com_13] -type=graphic -x=-12 -y=32 -width=32 -height=64 -heightmode=minus -xmode=abs_right -layer=com_1 -graphic="v2_stone_borders,3" -tiling=yes - -// 680:14 -[com_14] -type=graphic -x=32 -y=-13 -width=64 -height=34 -widthmode=minus -layer=com_1 -graphic="v2_stone_borders,0" -tiling=yes - -// 680:15 -[com_15] -type=graphic -x=32 -y=-12 -width=64 -height=32 -widthmode=minus -ymode=abs_bottom -layer=com_1 -graphic="v2_stone_borders,2" -tiling=yes - -// 680:16 -[com_16] -type=graphic -width=32 -height=32 -ymode=abs_bottom -layer=com_1 -graphic="v2_stone_borders,6" - -// 680:17 -[com_17] -type=graphic -width=32 -height=32 -xmode=abs_right -layer=com_1 -graphic="v2_stone_borders,5" - -// 680:18 -[com_18] -type=graphic -width=32 -height=32 -xmode=abs_right -ymode=abs_bottom -layer=com_1 -graphic="v2_stone_borders,7" - -// 680:19 -[com_19] -type=graphic -x=20 -y=20 -width=16 -height=16 -xmode=abs_right -layer=com_1 -graphic="v2_stone_close_button,0" -opbase= -op1=Close -onload=script707 -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 680:20 -[com_20] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -noclickthrough=yes - diff --git a/dumps/530/interface/interface_681.if3 b/dumps/530/interface/interface_681.if3 deleted file mode 100644 index be21eb2f2..000000000 --- a/dumps/530/interface/interface_681.if3 +++ /dev/null @@ -1,2123 +0,0 @@ -// 681:0 -[com_0] -type=graphic -x=8 -y=25 -width=497 -height=302 -layer=com_126 -graphic=tradebacking -tiling=yes - -// 681:1 -[com_1] -type=graphic -width=512 -height=334 -layer=com_126 -graphic=tradebacking -tiling=yes - -// 681:2 -[com_2] -type=rectangle -width=512 -height=334 -layer=com_126 -colour=0x000000 -fill=yes -trans=150 - -// 681:3 -[com_3] -type=graphic -x=8 -y=225 -width=496 -height=32 -layer=com_126 -graphic="v2_stone_borders,23" -tiling=yes - -// 681:4 -[com_4] -type=layer -width=512 -height=334 -layer=com_126 - -// 681:5 -[com_5] -type=layer -x=8 -y=239 -width=496 -height=88 -layer=com_126 - -// 681:6 -[com_6] -type=graphic -x=485 -y=30 -width=16 -height=16 -layer=com_126 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") - -// 681:7 -[com_7] -type=layer -width=512 -height=334 -layer=com_126 - -// 681:8 -[com_8] -type=layer -x=10 -y=164 -width=493 -height=100 -layer=com_126 - -// 681:9 -[com_9] -type=layer -y=27 -width=505 -height=211 -layer=com_4 -hide=yes - -// 681:10 -[com_10] -type=rectangle -x=8 -width=496 -height=211 -layer=com_9 -colour=0x5c3f5c -fill=yes - -// 681:11 -[com_11] -type=model -x=115 -y=15 -width=287 -height=187 -layer=com_9 -model=model_32190 -modelorigin_x=-13 -modelorigin_y=16 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=900 -unknown100=64596 -unknown101=1823 - -// 681:12 -[com_12] -type=layer -y=27 -width=505 -height=211 -layer=com_4 - -// 681:13 -[com_13] -type=rectangle -x=8 -width=496 -height=211 -layer=com_12 -colour=0x916100 -fill=yes - -// 681:14 -[com_14] -type=model -x=122 -y=12 -width=269 -height=190 -layer=com_12 -model=model_32151 -modelorigin_x=-22 -modelorigin_y=17 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=900 -unknown100=64596 -unknown101=1823 - -// 681:15 -[com_15] -type=layer -x=8 -y=27 -width=497 -height=211 -layer=com_4 - -// 681:16 -[com_16] -type=model -width=37 -height=19 -layer=com_15 -hide=yes -model=model_32169 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61350 -unknown101=6998 - -// 681:17 -[com_17] -type=model -width=57 -height=19 -layer=com_15 -hide=yes -model=model_32164 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61347 -unknown101=6998 - -// 681:18 -[com_18] -type=model -y=-4 -width=75 -height=27 -layer=com_15 -hide=yes -model=model_32191 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61344 -unknown101=6998 - -// 681:19 -[com_19] -type=model -y=-1 -width=93 -height=21 -layer=com_15 -hide=yes -model=model_32152 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61341 -unknown101=6998 - -// 681:20 -[com_20] -type=model -width=57 -height=37 -layer=com_15 -hide=yes -model=model_32161 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61338 -unknown101=6998 - -// 681:21 -[com_21] -type=model -y=-3 -width=75 -height=41 -layer=com_15 -hide=yes -model=model_32166 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61335 -unknown101=6998 - -// 681:22 -[com_22] -type=model -width=75 -height=37 -layer=com_15 -hide=yes -model=model_32188 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61332 -unknown101=6998 - -// 681:23 -[com_23] -type=model -width=57 -height=37 -layer=com_15 -hide=yes -model=model_32174 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61329 -unknown101=6998 - -// 681:24 -[com_24] -type=model -width=75 -height=37 -layer=com_15 -hide=yes -model=model_32189 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61326 -unknown101=6998 - -// 681:25 -[com_25] -type=model -y=-1 -width=57 -height=56 -layer=com_15 -hide=yes -model=model_32177 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61323 -unknown101=6998 - -// 681:26 -[com_26] -type=model -y=-1 -width=37 -height=21 -layer=com_15 -hide=yes -model=model_32179 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61320 -unknown101=6998 - -// 681:27 -[com_27] -type=model -y=-3 -width=57 -height=25 -layer=com_15 -hide=yes -model=model_32159 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61317 -unknown101=6998 - -// 681:28 -[com_28] -type=model -y=-2 -width=75 -height=23 -layer=com_15 -hide=yes -model=model_32165 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61314 -unknown101=6998 - -// 681:29 -[com_29] -type=model -y=-3 -width=93 -height=25 -layer=com_15 -hide=yes -model=model_32178 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61311 -unknown101=6998 - -// 681:30 -[com_30] -type=model -y=-4 -width=57 -height=44 -layer=com_15 -hide=yes -model=model_32176 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61308 -unknown101=6998 - -// 681:31 -[com_31] -type=model -y=-3 -width=75 -height=42 -layer=com_15 -hide=yes -model=model_32156 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61305 -unknown101=6998 - -// 681:32 -[com_32] -type=model -y=-5 -width=75 -height=44 -layer=com_15 -hide=yes -model=model_32182 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61302 -unknown101=6998 - -// 681:33 -[com_33] -type=model -x=-2 -y=-2 -width=59 -height=42 -layer=com_15 -hide=yes -model=model_32180 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61299 -unknown101=6998 - -// 681:34 -[com_34] -type=model -y=-5 -width=76 -height=45 -layer=com_15 -hide=yes -model=model_32154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61267 -unknown101=7040 - -// 681:35 -[com_35] -type=model -x=-3 -y=-3 -width=64 -height=63 -layer=com_15 -hide=yes -model=model_32184 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61285 -unknown101=6998 - -// 681:36 -[com_36] -type=rectangle -width=36 -height=18 -layer=com_15 -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:37 -[com_37] -type=rectangle -width=54 -height=18 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:38 -[com_38] -type=rectangle -width=72 -height=18 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:39 -[com_39] -type=rectangle -width=90 -height=18 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:40 -[com_40] -type=rectangle -width=54 -height=36 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:41 -[com_41] -type=rectangle -width=72 -height=36 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:42 -[com_42] -type=rectangle -width=72 -height=36 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:43 -[com_43] -type=rectangle -width=54 -height=36 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:44 -[com_44] -type=rectangle -width=72 -height=36 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:45 -[com_45] -type=rectangle -width=54 -height=54 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:46 -[com_46] -type=rectangle -width=18 -height=36 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:47 -[com_47] -type=rectangle -width=18 -height=54 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:48 -[com_48] -type=rectangle -width=18 -height=72 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:49 -[com_49] -type=rectangle -width=18 -height=90 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:50 -[com_50] -type=rectangle -width=36 -height=54 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:51 -[com_51] -type=rectangle -width=36 -height=72 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:52 -[com_52] -type=rectangle -width=36 -height=72 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:53 -[com_53] -type=rectangle -width=36 -height=54 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:54 -[com_54] -type=rectangle -width=36 -height=72 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:55 -[com_55] -type=rectangle -width=54 -height=54 -layer=com_15 -hide=yes -colour=0xffff00 -fill=yes -trans=255 -op1=Select-Piece -op2=Remove-Piece - -// 681:56 -[com_56] -type=rectangle -x=-1 -y=2 -width=498 -height=87 -layer=com_5 -colour=0x000000 -fill=yes -trans=150 - -// 681:57 -[com_57] -type=model -x=119 -y=27 -width=37 -height=21 -layer=com_5 -model=model_32179 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61294 -unknown101=6998 - -// 681:58 -[com_58] -type=model -x=119 -y=28 -width=37 -height=19 -layer=com_5 -model=model_32169 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61291 -unknown101=6998 - -// 681:59 -[com_59] -type=model -x=119 -y=25 -width=37 -height=25 -layer=com_5 -model=model_32181 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61288 -unknown101=6998 - -// 681:60 -[com_60] -type=model -x=119 -y=28 -width=37 -height=19 -layer=com_5 -model=model_32192 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61285 -unknown101=6998 - -// 681:61 -[com_61] -type=rectangle -x=116 -y=25 -width=42 -height=24 -layer=com_5 -colour=0xffff00 -fill=yes -trans=254 -op1=Select-Piece -op2=Remove-Piece - -// 681:62 -[com_62] -type=model -x=107 -y=60 -width=57 -height=25 -layer=com_5 -model=model_32159 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61294 -unknown101=6998 - -// 681:63 -[com_63] -type=model -x=107 -y=63 -width=57 -height=19 -layer=com_5 -model=model_32164 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61291 -unknown101=6998 - -// 681:64 -[com_64] -type=model -x=107 -y=60 -width=57 -height=24 -layer=com_5 -model=model_32170 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61288 -unknown101=6998 - -// 681:65 -[com_65] -type=model -x=107 -y=61 -width=57 -height=23 -layer=com_5 -model=model_32186 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61285 -unknown101=6998 - -// 681:66 -[com_66] -type=rectangle -x=105 -y=61 -width=61 -height=22 -layer=com_5 -colour=0xffff00 -fill=yes -trans=254 -op1=Select-Piece -op2=Remove-Piece - -// 681:67 -[com_67] -type=model -x=254 -y=9 -width=75 -height=23 -layer=com_5 -model=model_32165 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61294 -unknown101=6998 - -// 681:68 -[com_68] -type=model -x=254 -y=7 -width=75 -height=27 -layer=com_5 -model=model_32191 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61291 -unknown101=6998 - -// 681:69 -[com_69] -type=model -x=254 -y=6 -width=75 -height=29 -layer=com_5 -model=model_32162 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61288 -unknown101=6998 - -// 681:70 -[com_70] -type=model -x=254 -y=11 -width=75 -height=19 -layer=com_5 -model=model_32195 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61285 -unknown101=6998 - -// 681:71 -[com_71] -type=rectangle -x=251 -y=8 -width=81 -height=25 -layer=com_5 -colour=0xffff00 -fill=yes -trans=254 -op1=Select-Piece -op2=Remove-Piece - -// 681:72 -[com_72] -type=model -x=234 -y=59 -width=93 -height=25 -layer=com_5 -model=model_32178 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61294 -unknown101=6998 - -// 681:73 -[com_73] -type=model -x=234 -y=61 -width=93 -height=21 -layer=com_5 -model=model_32152 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61291 -unknown101=6998 - -// 681:74 -[com_74] -type=model -x=235 -y=56 -width=93 -height=31 -layer=com_5 -model=model_32197 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61288 -unknown101=6998 - -// 681:75 -[com_75] -type=model -x=234 -y=57 -width=93 -height=29 -layer=com_5 -model=model_32158 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61285 -unknown101=6998 - -// 681:76 -[com_76] -type=rectangle -x=231 -y=59 -width=99 -height=24 -layer=com_5 -colour=0xffff00 -fill=yes -trans=254 -op1=Select-Piece -op2=Remove-Piece - -// 681:77 -[com_77] -type=model -x=428 -y=39 -width=57 -height=44 -layer=com_5 -model=model_32176 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61294 -unknown101=6998 - -// 681:78 -[com_78] -type=model -x=428 -y=43 -width=57 -height=37 -layer=com_5 -model=model_32161 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61291 -unknown101=6998 - -// 681:79 -[com_79] -type=model -x=428 -y=39 -width=57 -height=47 -layer=com_5 -model=model_32175 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61288 -unknown101=6998 - -// 681:80 -[com_80] -type=model -x=428 -y=41 -width=57 -height=40 -layer=com_5 -model=model_32183 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61285 -unknown101=6998 - -// 681:81 -[com_81] -type=rectangle -x=426 -y=41 -width=62 -height=40 -layer=com_5 -colour=0xffff00 -fill=yes -trans=254 -op1=Select-Piece -op2=Remove-Piece - -// 681:82 -[com_82] -type=model -x=9 -y=44 -width=75 -height=42 -layer=com_5 -model=model_32156 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61306 -unknown101=6998 - -// 681:83 -[com_83] -type=model -x=9 -y=44 -width=75 -height=41 -layer=com_5 -model=model_32166 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61303 -unknown101=6998 - -// 681:84 -[com_84] -type=model -x=9 -y=44 -width=75 -height=44 -layer=com_5 -model=model_32171 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61300 -unknown101=6998 - -// 681:85 -[com_85] -type=model -x=9 -y=44 -width=75 -height=42 -layer=com_5 -model=model_32173 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61297 -unknown101=6998 - -// 681:86 -[com_86] -type=rectangle -x=8 -y=46 -width=78 -height=39 -layer=com_5 -colour=0xffff00 -fill=yes -trans=254 -op1=Select-Piece -op2=Remove-Piece - -// 681:87 -[com_87] -type=model -x=39 -y=3 -width=75 -height=44 -layer=com_5 -model=model_32182 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61294 -unknown101=6998 - -// 681:88 -[com_88] -type=model -x=39 -y=8 -width=75 -height=37 -layer=com_5 -model=model_32188 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61291 -unknown101=6998 - -// 681:89 -[com_89] -type=model -x=39 -y=4 -width=75 -height=43 -layer=com_5 -model=model_32185 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61288 -unknown101=6998 - -// 681:90 -[com_90] -type=model -x=39 -y=4 -width=75 -height=43 -layer=com_5 -model=model_32194 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61285 -unknown101=6998 - -// 681:91 -[com_91] -type=rectangle -x=37 -y=7 -width=78 -height=39 -layer=com_5 -colour=0xffff00 -fill=yes -trans=254 -op1=Select-Piece -op2=Remove-Piece - -// 681:92 -[com_92] -type=model -x=342 -y=45 -width=59 -height=42 -layer=com_5 -model=model_32180 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61311 -unknown101=6998 - -// 681:93 -[com_93] -type=model -x=344 -y=47 -width=57 -height=37 -layer=com_5 -model=model_32174 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61308 -unknown101=6998 - -// 681:94 -[com_94] -type=model -x=341 -y=42 -width=60 -height=48 -layer=com_5 -model=model_32172 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61305 -unknown101=6998 - -// 681:95 -[com_95] -type=model -x=341 -y=44 -width=60 -height=43 -layer=com_5 -model=model_32155 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61285 -unknown101=6998 - -// 681:96 -[com_96] -type=rectangle -x=344 -y=45 -width=58 -height=42 -layer=com_5 -colour=0xffff00 -fill=yes -trans=254 -op1=Select-Piece -op2=Remove-Piece - -// 681:97 -[com_97] -type=model -x=349 -y=-1 -width=76 -height=45 -layer=com_5 -model=model_32154 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61273 -unknown101=7040 - -// 681:98 -[com_98] -type=model -x=349 -y=4 -width=75 -height=37 -layer=com_5 -model=model_32189 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61291 -unknown101=6998 - -// 681:99 -[com_99] -type=model -x=349 -y=1 -width=78 -height=43 -layer=com_5 -model=model_32163 -modelorigin_x=-2 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61288 -unknown101=6998 - -// 681:100 -[com_100] -type=model -x=349 -width=78 -height=43 -layer=com_5 -model=model_32168 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61285 -unknown101=6998 - -// 681:101 -[com_101] -type=rectangle -x=347 -y=1 -width=80 -height=41 -layer=com_5 -colour=0xffff00 -fill=yes -trans=254 -op1=Select-Piece -op2=Remove-Piece - -// 681:102 -[com_102] -type=model -x=164 -y=5 -width=64 -height=63 -layer=com_5 -model=model_32184 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61294 -unknown101=6998 - -// 681:103 -[com_103] -type=model -x=168 -y=7 -width=57 -height=56 -layer=com_5 -model=model_32177 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61291 -unknown101=6998 - -// 681:104 -[com_104] -type=model -x=164 -y=4 -width=64 -height=65 -layer=com_5 -model=model_32153 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61288 -unknown101=6998 - -// 681:105 -[com_105] -type=model -x=167 -y=6 -width=60 -height=60 -layer=com_5 -model=model_32193 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=61285 -unknown101=6998 - -// 681:106 -[com_106] -type=rectangle -x=167 -y=6 -width=59 -height=59 -layer=com_5 -colour=0xffff00 -fill=yes -trans=254 -op1=Select-Piece -op2=Remove-Piece - -// 681:107 -[com_107] -type=model -layer=com_4 -hide=yes -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 -opbase=m - -// 681:108 -[com_108] -type=rectangle -x=10 -y=167 -layer=com_4 -hide=yes -colour=0xffff00 - -// 681:109 -[com_109] -type=layer -x=1 -y=1 -width=510 -height=332 -layer=com_4 -hide=yes - -// 681:110 -[com_110] -type=rectangle -x=81 -y=263 -width=324 -height=40 -layer=com_109 -colour=0x339900 -fill=yes -trans=50 - -// 681:111 -[com_111] -type=rectangle -x=78 -y=260 -width=324 -height=40 -layer=com_109 -colour=0x339900 -fill=yes -trans=50 - -// 681:112 -[com_112] -type=text -x=78 -y=260 -width=327 -height=44 -layer=com_109 -textfont=quill_oblique_large -text=Close -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 -op1=Close -onop=script29 - -// 681:113 -[com_113] -type=text -x=377 -y=19 -width=138 -height=78 -layer=com_109 -textfont=quill_oblique_large -text=Repairs Complete -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - -// 681:114 -[com_114] -type=text -x=390 -y=95 -width=113 -height=133 -layer=com_109 -textfont=q8_full -text=You finish repairing the catapult. The Guard looks rather impressed. -textlineheight=21 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 681:115 -[com_115] -type=layer -x=415 -y=185 -width=85 -height=49 -layer=com_7 - -// 681:116 -[com_116] -type=rectangle -x=1 -y=1 -width=84 -height=47 -layer=com_115 -colour=0xffffff -fill=yes - -// 681:117 -[com_117] -type=layer -x=417 -y=187 -width=82 -height=45 -layer=com_7 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 681:118 -[com_118] -type=rectangle -x=416 -y=186 -width=83 -height=47 -layer=com_7 -colour=0xffff00 -fill=yes -trans=254 -op1=Show-Right -onmouseleave=script40(interface_681:com_123) -onop=script840 -onmouserepeat=script38(event_com, interface_681:com_123, "View right side of the catapult.", 50, 180) - -// 681:119 -[com_119] -type=layer -x=14 -y=185 -width=85 -height=49 -layer=com_7 - -// 681:120 -[com_120] -type=rectangle -y=1 -width=84 -height=47 -layer=com_119 -colour=0xffffff -fill=yes - -// 681:121 -[com_121] -type=layer -x=15 -y=187 -width=82 -height=45 -layer=com_7 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 681:122 -[com_122] -type=rectangle -x=15 -y=186 -width=83 -height=47 -layer=com_7 -colour=0xffff00 -fill=yes -trans=254 -op1=Show-Left -onmouseleave=script40(interface_681:com_123) -onop=script840 -onmouserepeat=script38(event_com, interface_681:com_123, "View left side of the catapult.", 50, 180) - -// 681:123 -[com_123] -type=layer -layer=com_8 - -// 681:124 -[com_124] -type=model -x=430 -y=189 -width=61 -height=43 -layer=com_7 -model=model_32151 -modelorigin_x=-5 -modelorigin_y=4 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=4000 -unknown100=60629 -unknown101=8023 - -// 681:125 -[com_125] -type=model -x=25 -y=190 -width=64 -height=42 -layer=com_7 -model=model_32190 -modelorigin_x=-3 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=4000 -unknown100=60629 -unknown101=8023 - -// 681:126 -[com_126] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 681:127 -[com_127] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 681:128 -[com_128] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_127 - -// 681:129 -[com_129] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 681:130 -[com_130] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 681:131 -[com_131] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 681:132 -[com_132] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 681:133 -[com_133] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 681:134 -[com_134] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 681:135 -[com_135] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 681:136 -[com_136] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 681:137 -[com_137] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_128 - -// 681:138 -[com_138] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_128 - -// 681:139 -[com_139] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_128 - -// 681:140 -[com_140] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_128 - -// 681:141 -[com_141] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_128 - -// 681:142 -[com_142] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_138 -graphic=tradebacking -tiling=yes -outline=2 - -// 681:143 -[com_143] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_137 -graphic=tradebacking -tiling=yes -outline=2 - -// 681:144 -[com_144] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_139 -graphic=tradebacking -tiling=yes -outline=2 - -// 681:145 -[com_145] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_140 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_682.if3 b/dumps/530/interface/interface_682.if3 deleted file mode 100644 index 74fa0911c..000000000 --- a/dumps/530/interface/interface_682.if3 +++ /dev/null @@ -1,618 +0,0 @@ -// 682:0 -[com_0] -type=rectangle -x=26 -y=40 -width=140 -height=44 -colour=0x000000 -fill=yes -trans=200 - -// 682:1 -[com_1] -type=rectangle -x=11 -y=144 -width=170 -height=60 -colour=0x000000 -fill=yes -trans=200 - -// 682:2 -[com_2] -type=model -x=78 -y=155 -width=38 -height=36 -model=model_14936 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=400 -modelangle_y=2029 -modelangle_z=0 -modelzoom=2576 -unknown100=63680 -unknown101=3000 - -// 682:3 -[com_3] -type=model -x=78 -y=155 -width=38 -height=36 -model=model_14938 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=400 -modelangle_y=2029 -modelangle_z=0 -modelzoom=2576 -unknown100=63668 -unknown101=3000 -op1=Fire-Catapult -onmouseover=script67(event_com, model_14936) -onmouseleave=script67(event_com, model_14938) -onop=script860 - -// 682:4 -[com_4] -type=rectangle -x=78 -y=156 -width=40 -height=34 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_682:com_38) -onmouserepeat=script38(event_com, interface_682:com_38, "Fire the catapult.", 25, 180) - -// 682:5 -[com_5] -type=model -x=66 -y=145 -width=15 -height=14 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1936 -unknown100=63747 -unknown101=3000 - -// 682:6 -[com_6] -type=model -x=114 -y=145 -width=15 -height=14 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1936 -unknown100=63747 -unknown101=3000 - -// 682:7 -[com_7] -type=model -x=114 -y=188 -width=15 -height=14 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1936 -unknown100=63747 -unknown101=3000 - -// 682:8 -[com_8] -type=model -x=66 -y=188 -width=15 -height=14 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1936 -unknown100=63747 -unknown101=3000 - -// 682:9 -[com_9] -type=model -x=21 -y=160 -width=37 -height=27 -model=model_32196 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=508 -modelzoom=2320 -unknown100=63696 -unknown101=3000 -op1=Carve-Left -onmouseover=script67(event_com, model_32160) -onmouseleave=script67(event_com, model_32196) -onop=script858 - -// 682:10 -[com_10] -type=rectangle -x=21 -y=160 -width=36 -height=29 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_682:com_38) -onmouserepeat=script38(event_com, interface_682:com_38, "Aim the catapult left.", 25, 180) - -// 682:11 -[com_11] -type=model -x=135 -y=160 -width=37 -height=27 -model=model_32196 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1532 -modelzoom=2320 -unknown100=63696 -unknown101=3000 -op1=Carve-Right -onmouseover=script67(event_com, model_32160) -onmouseleave=script67(event_com, model_32196) -onop=script859 - -// 682:12 -[com_12] -type=rectangle -x=135 -y=160 -width=36 -height=29 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_682:com_38) -onmouserepeat=script38(event_com, interface_682:com_38, "Aim the catapult right.", 25, 180) - -// 682:13 -[com_13] -type=rectangle -x=170 -y=53 -width=17 -height=16 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_682:com_38) -onmouserepeat=script38(event_com, interface_682:com_38, "Increase counterweight.", 25, 180) - -// 682:14 -[com_14] -type=rectangle -x=3 -y=53 -width=17 -height=16 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_682:com_38) -onmouserepeat=script38(event_com, interface_682:com_38, "Decrease counterweight.", 25, 180) - -// 682:15 -[com_15] -type=graphic -x=-5 -y=142 -width=32 -height=64 -graphic="v2_borders_slim,12" - -// 682:16 -[com_16] -type=graphic -x=168 -y=142 -width=32 -height=64 -graphic="v2_borders_slim,12" - -// 682:17 -[com_17] -type=graphic -x=9 -y=126 -width=173 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 682:18 -[com_18] -type=graphic -x=9 -y=188 -width=173 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 682:19 -[com_19] -type=graphic -x=26 -y=22 -width=140 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 682:20 -[com_20] -type=graphic -x=26 -y=67 -width=139 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 682:21 -[com_21] -type=graphic -x=13 -y=39 -width=32 -height=44 -graphic="v2_borders_slim,12" -tiling=yes -opbase= - -// 682:22 -[com_22] -type=graphic -x=151 -y=39 -width=32 -height=44 -graphic="v2_borders_slim,12" -tiling=yes - -// 682:23 -[com_23] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 682:24 -[com_24] -type=graphic -x=4 -y=53 -width=16 -height=16 -graphic="catcon_catapult_arrows,0" -op1=Decrease-Weight -onmouseover=script44(event_com, "catcon_catapult_arrows,1") -onmouseleave=script44(event_com, "catcon_catapult_arrows,0") - -// 682:25 -[com_25] -type=graphic -x=171 -y=53 -width=16 -height=16 -graphic="catcon_catapult_arrows,2" -op1=Increase-Weight -onmouseover=script44(event_com, "catcon_catapult_arrows,3") -onmouseleave=script44(event_com, "catcon_catapult_arrows,2") - -// 682:26 -[com_26] -type=layer -x=44 -y=56 -width=146 -height=14 - -// 682:27 -[com_27] -type=rectangle -width=146 -height=14 -layer=com_26 -colour=0xffff00 -trans=255 - -// 682:28 -[com_28] -type=model -x=3 -width=99 -height=13 -layer=com_26 -model=model_32231 -modelorigin_x=22 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=63896 -unknown101=3000 - -// 682:29 -[com_29] -type=model -x=2 -width=9 -height=13 -layer=com_26 -hide=yes -model=model_31717 -modelorigin_x=67 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=63894 -unknown101=3000 - -// 682:30 -[com_30] -type=model -x=9 -width=9 -height=13 -layer=com_26 -model=model_31703 -modelorigin_x=60 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=63892 -unknown101=3000 - -// 682:31 -[com_31] -type=model -x=16 -width=9 -height=13 -layer=com_26 -hide=yes -model=model_31709 -modelorigin_x=53 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=63890 -unknown101=3000 - -// 682:32 -[com_32] -type=model -x=23 -width=9 -height=13 -layer=com_26 -model=model_31718 -modelorigin_x=46 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=63888 -unknown101=3000 - -// 682:33 -[com_33] -type=model -x=31 -width=8 -height=13 -layer=com_26 -model=model_31705 -modelorigin_x=38 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=63886 -unknown101=3000 - -// 682:34 -[com_34] -type=model -x=38 -width=8 -height=13 -layer=com_26 -model=model_31715 -modelorigin_x=31 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=63884 -unknown101=3000 - -// 682:35 -[com_35] -type=model -x=45 -width=8 -height=13 -layer=com_26 -model=model_31714 -modelorigin_x=24 -modelorigin_y=0 -modelangle_x=500 -modelangle_y=0 -modelangle_z=0 -modelzoom=1153 -unknown100=63882 -unknown101=3000 - -// 682:36 -[com_36] -type=text -x=22 -y=16 -width=146 -height=15 -textfont=p11_full -text=COUNTERWEIGHT -textalignh=1 -textalignv=2 -colour=0xffffcc - -// 682:37 -[com_37] -type=text -x=24 -y=120 -width=146 -height=15 -textfont=p11_full -text=DIRECTION -textalignh=1 -textalignv=2 -colour=0xffffcc - -// 682:38 -[com_38] -type=layer -x=-3 -y=-14 -width=203 -height=263 -layer=com_43 - -// 682:39 -[com_39] -type=model -x=32 -y=42 -width=11 -height=10 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2960 -unknown100=63591 -unknown101=3000 -opbase= - -// 682:40 -[com_40] -type=model -x=150 -y=42 -width=11 -height=10 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2960 -unknown100=63591 -unknown101=3000 - -// 682:41 -[com_41] -type=model -x=32 -y=71 -width=11 -height=10 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2960 -unknown100=63591 -unknown101=3000 - -// 682:42 -[com_42] -type=model -x=150 -y=71 -width=11 -height=10 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2960 -unknown100=63591 -unknown101=3000 - -// 682:43 -[com_43] -type=layer -x=12 -y=15 -width=167 -height=227 - diff --git a/dumps/530/interface/interface_683.if3 b/dumps/530/interface/interface_683.if3 deleted file mode 100644 index c64c00f43..000000000 --- a/dumps/530/interface/interface_683.if3 +++ /dev/null @@ -1,804 +0,0 @@ -// 683:0 -[com_0] -type=rectangle -x=9 -y=28 -width=173 -height=119 -colour=0x000000 -fill=yes -trans=200 - -// 683:1 -[com_1] -type=rectangle -x=15 -y=33 -width=161 -height=108 -colour=0x000000 -fill=yes -trans=200 - -// 683:2 -[com_2] -type=rectangle -x=25 -y=40 -width=143 -height=94 -colour=0x000000 -fill=yes -trans=200 - -// 683:3 -[com_3] -type=graphic -x=6 -y=25 -width=32 -height=32 -graphic="v2_stone_borders,28" - -// 683:4 -[com_4] -type=graphic -x=38 -y=12 -width=116 -height=32 -graphic="v2_stone_borders,23" -tiling=yes -opbase= - -// 683:5 -[com_5] -type=graphic -x=153 -y=25 -width=32 -height=32 -graphic="v2_stone_borders,29" - -// 683:6 -[com_6] -type=graphic -x=168 -y=58 -width=32 -height=60 -graphic="v2_stone_borders,24" -tiling=yes - -// 683:7 -[com_7] -type=graphic -x=153 -y=118 -width=32 -height=32 -graphic="v2_stone_borders,31" - -// 683:8 -[com_8] -type=graphic -x=38 -y=134 -width=115 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 683:9 -[com_9] -type=graphic -x=6 -y=118 -width=32 -height=32 -graphic="v2_stone_borders,30" - -// 683:10 -[com_10] -type=graphic -x=-8 -y=58 -width=32 -height=60 -graphic="v2_stone_borders,24" -tiling=yes - -// 683:11 -[com_11] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 683:12 -[com_12] -type=graphic -x=-8 -y=163 -width=32 -height=91 -graphic="v2_borders_slim,12" -tiling=yes - -// 683:13 -[com_13] -type=graphic -x=6 -y=145 -width=177 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 683:14 -[com_14] -type=graphic -x=170 -y=161 -width=32 -height=91 -graphic="v2_borders_slim,12" -tiling=yes - -// 683:15 -[com_15] -type=graphic -x=7 -y=236 -width=177 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 683:16 -[com_16] -type=model -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 683:17 -[com_17] -type=model -width=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 683:18 -[com_18] -type=rectangle -x=112 -y=177 -width=25 -height=25 -layer=com_22 -colour=0x000000 -fill=yes -trans=230 - -// 683:19 -[com_19] -type=rectangle -x=147 -y=177 -width=25 -height=25 -layer=com_22 -colour=0x000000 -fill=yes -trans=230 - -// 683:20 -[com_20] -type=rectangle -x=112 -y=211 -width=25 -height=25 -layer=com_22 -colour=0x000000 -fill=yes -trans=230 - -// 683:21 -[com_21] -type=rectangle -x=147 -y=212 -width=25 -height=25 -layer=com_22 -colour=0x000000 -fill=yes -trans=230 - -// 683:22 -[com_22] -type=layer -width=190 -height=261 - -// 683:23 -[com_23] -type=layer -x=41 -y=34 -width=105 -height=105 -layer=com_22 - -// 683:24 -[com_24] -type=model -x=38 -y=45 -width=37 -height=19 -layer=com_23 -hide=yes -model=model_32169 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=0 -unknown101=3000 - -// 683:25 -[com_25] -type=model -x=26 -y=45 -width=57 -height=19 -layer=com_23 -hide=yes -model=model_32164 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=0 -unknown101=3000 - -// 683:26 -[com_26] -type=model -x=18 -y=45 -width=75 -height=19 -layer=com_23 -hide=yes -model=model_32191 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=0 -unknown101=3000 - -// 683:27 -[com_27] -type=model -x=10 -y=45 -width=93 -height=19 -layer=com_23 -hide=yes -model=model_32152 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=0 -unknown101=3000 - -// 683:28 -[com_28] -type=model -x=26 -y=33 -width=57 -height=37 -layer=com_23 -hide=yes -model=model_32161 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=0 -unknown101=3000 - -// 683:29 -[com_29] -type=model -x=14 -y=30 -width=75 -height=37 -layer=com_23 -hide=yes -model=model_32166 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=0 -unknown101=3000 - -// 683:30 -[com_30] -type=model -x=14 -y=33 -width=75 -height=37 -layer=com_23 -hide=yes -model=model_32188 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=0 -unknown101=3000 - -// 683:31 -[com_31] -type=model -x=26 -y=44 -width=57 -height=37 -layer=com_23 -hide=yes -model=model_32174 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=0 -unknown101=3000 - -// 683:32 -[com_32] -type=model -x=15 -y=31 -width=75 -height=37 -layer=com_23 -hide=yes -model=model_32189 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=0 -unknown101=3000 - -// 683:33 -[com_33] -type=model -x=23 -y=22 -width=57 -height=56 -layer=com_23 -hide=yes -model=model_32177 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=3500 -unknown100=0 -unknown101=3000 - -// 683:34 -[com_34] -type=graphic -x=112 -y=177 -width=25 -height=25 -layer=com_22 -graphic=graphic_1228 -op1=Rotate-Left -onmouseover=script44(event_com, graphic_1229) -onmouseleave=script44(event_com, graphic_1228) -onop=script847 - -// 683:35 -[com_35] -type=graphic -x=147 -y=177 -width=25 -height=25 -layer=com_22 -graphic=graphic_1230 -op1=Rotate-Right -onmouseover=script44(event_com, graphic_1231) -onmouseleave=script44(event_com, graphic_1230) -onop=script848 - -// 683:36 -[com_36] -type=graphic -x=112 -y=212 -width=25 -height=25 -layer=com_22 -graphic=graphic_1224 -op1=Flip-Side -onmouseover=script44(interface_683:com_36, graphic_1225) -onmouseleave=script44(interface_683:com_36, graphic_1224) -onop=script839 - -// 683:37 -[com_37] -type=graphic -x=147 -y=212 -width=25 -height=25 -layer=com_22 -graphic=graphic_1232 -op1=Restart -onmouseover=script44(event_com, graphic_1233) -onmouseleave=script44(event_com, graphic_1232) - -// 683:38 -[com_38] -type=model -x=43 -y=166 -width=21 -height=28 -layer=com_22 -model=model_32196 -modelorigin_x=0 -modelorigin_y=-3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=3000 -unknown100=0 -unknown101=3000 -opbase= -op1=Move-Up -onmouseover=script67(event_com, model_32160) -onmouseleave=script67(event_com, model_32196) -onop=script842 - -// 683:39 -[com_39] -type=model -x=66 -y=196 -width=28 -height=21 -layer=com_22 -model=model_32196 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1530 -modelzoom=3000 -unknown100=0 -unknown101=3000 -opbase= -op1=Move-Right -onmouseover=script67(event_com, model_32160) -onmouseleave=script67(event_com, model_32196) -onop=script845 - -// 683:40 -[com_40] -type=model -x=12 -y=196 -width=28 -height=21 -layer=com_22 -model=model_32196 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=506 -modelzoom=3000 -unknown100=0 -unknown101=3000 -opbase= -op1=Move-Left -onmouseover=script67(event_com, model_32160) -onmouseleave=script67(event_com, model_32196) -onop=script844 - -// 683:41 -[com_41] -type=model -x=43 -y=221 -width=21 -height=28 -layer=com_22 -model=model_32196 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1012 -modelzoom=3000 -unknown100=0 -unknown101=3000 -opbase= -op1=Move-Down -onmouseover=script67(event_com, model_32160) -onmouseleave=script67(event_com, model_32196) -onop=script843 - -// 683:42 -[com_42] -type=model -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 683:43 -[com_43] -type=layer -width=190 -height=261 -hide=yes - -// 683:44 -[com_44] -type=layer -x=48 -y=176 -width=94 -height=27 -layer=com_43 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 683:45 -[com_45] -type=layer -x=49 -y=212 -width=94 -height=27 -layer=com_43 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 683:46 -[com_46] -type=text -x=48 -y=176 -width=94 -height=27 -layer=com_43 -textfont=p12_full -text=Yes, Restart -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 -op1=Restart - -// 683:47 -[com_47] -type=text -x=49 -y=212 -width=94 -height=27 -layer=com_43 -textfont=p12_full -text=No, Cancel -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcc9900 -op1=Cancel - -// 683:48 -[com_48] -type=text -x=48 -y=63 -width=96 -height=38 -layer=com_43 -textfont=p12_full -text=Are you sure you want to restart the puzzle? -textalignh=1 -textshadow=yes -colour=0xcc9900 - -// 683:49 -[com_49] -type=layer -x=-8 -y=-130 -width=192 -height=267 -layer=com_51 - -// 683:50 -[com_50] -type=rectangle -x=66 -y=196 -width=28 -height=21 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_683:com_49) -onmouserepeat=script38(event_com, interface_683:com_49, "Move piece right.", 50, 180) - -// 683:51 -[com_51] -type=layer -x=8 -y=130 -width=175 -height=131 - -// 683:52 -[com_52] -type=rectangle -x=43 -y=166 -width=21 -height=28 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_683:com_49) -onmouserepeat=script38(event_com, interface_683:com_49, "Move piece up.", 50, 180) - -// 683:53 -[com_53] -type=rectangle -x=43 -y=221 -width=21 -height=28 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_683:com_49) -onmouserepeat=script38(event_com, interface_683:com_49, "Move piece down.", 50, 180) - -// 683:54 -[com_54] -type=rectangle -x=12 -y=196 -width=28 -height=21 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_683:com_49) -onmouserepeat=script38(event_com, interface_683:com_49, "Move piece left.", 50, 180) - -// 683:55 -[com_55] -type=rectangle -x=112 -y=177 -width=25 -height=25 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_683:com_49) -onmouserepeat=script38(event_com, interface_683:com_49, "Rotate piece counter-clockwise.", 25, 180) - -// 683:56 -[com_56] -type=rectangle -x=147 -y=177 -width=25 -height=25 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_683:com_49) -onmouserepeat=script38(event_com, interface_683:com_49, "Rotate piece clockwise.", 25, 180) - -// 683:57 -[com_57] -type=rectangle -x=112 -y=212 -width=25 -height=25 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_683:com_49) -onmouserepeat=script38(event_com, interface_683:com_49, "View the other side of the catapult.", 25, 180) - -// 683:58 -[com_58] -type=rectangle -x=147 -y=212 -width=25 -height=25 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_683:com_49) -onmouserepeat=script38(event_com, interface_683:com_49, "Restart building the catapult.", 25, 180) - diff --git a/dumps/530/interface/interface_684.if3 b/dumps/530/interface/interface_684.if3 deleted file mode 100644 index aba35f0b9..000000000 --- a/dumps/530/interface/interface_684.if3 +++ /dev/null @@ -1,98 +0,0 @@ -// 684:0 -[com_0] -type=rectangle -width=514 -height=335 -colour=0xc0b8a0 -fill=yes -trans=32 - -// 684:1 -[com_1] -type=rectangle -x=11 -y=5 -width=181 -height=179 -colour=0x8c7c6c -fill=yes - -// 684:2 -[com_2] -type=rectangle -x=316 -y=146 -width=181 -height=179 -colour=0x8c7c6c -fill=yes - -// 684:3 -[com_3] -type=text -x=208 -y=8 -width=273 -height=172 -textfont=q8_full -text=Watch out for rabbits wandering around the farmyard. They are hungry and will look for flags, as they often mean hidden food! If a rabbit eats the seed under a flag, you will not get any points for it and will lose the flag. -colour=0x000000 - -// 684:4 -[com_4] -type=text -x=14 -y=190 -width=286 -height=169 -textfont=q8_full -text=You can improve your Hunter skill by finding ogleroots in the farmyard and feeding them to the rabbits. Ogleroots are magical vegetables and will cause the rabbit to disappear for a short amount of time. -colour=0x000000 - -// 684:5 -[com_5] -type=model -x=52 -y=14 -width=90 -height=160 -model=model_23901 -modelorigin_x=-3 -modelorigin_y=61 -modelangle_x=147 -modelangle_y=1759 -modelangle_z=0 -modelzoom=200 -unknown100=0 -unknown101=3000 - -// 684:6 -[com_6] -type=model -x=358 -y=175 -width=72 -height=120 -model=model_25922 -modelorigin_x=2 -modelorigin_y=27 -modelangle_x=310 -modelangle_y=2003 -modelangle_z=0 -modelzoom=100 -unknown100=0 -unknown101=3000 - -// 684:7 -[com_7] -type=graphic -x=488 -y=2 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - diff --git a/dumps/530/interface/interface_685.if3 b/dumps/530/interface/interface_685.if3 deleted file mode 100644 index 814e57a20..000000000 --- a/dumps/530/interface/interface_685.if3 +++ /dev/null @@ -1,248 +0,0 @@ -// 685:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 685:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 685:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 685:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 685:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 685:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 685:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 685:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 685:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 685:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 685:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 685:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 685:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 685:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 685:14 -[com_14] -type=text -x=18 -y=27 -width=475 -height=22 -textfont=b12_full -text=Farmer Blinkin's Vinesweeper Instructions -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 685:15 -[com_15] -type=text -x=33 -y=59 -width=450 -height=32 -textfont=p11_full -text=1. Speak to either Mrs. Winkin in the barn or Farmer Blinkin outside to buy some flags. -textshadow=yes -colour=0xffffff - -// 685:16 -[com_16] -type=text -x=33 -y=80 -width=450 -height=32 -textfont=p11_full -text=2. When you have some flags, head out into the farmyard area over any of the 4 stiles. -textshadow=yes -colour=0xffffff - -// 685:17 -[com_17] -type=text -x=33 -y=101 -width=450 -height=32 -textfont=p11_full -text=3. Use your spade to dig up any of the holes around the farmyard. This will uncover what was in that hole. The aim is to place your flags in holes where you believe seeds are planted. -textshadow=yes -colour=0xffffff - -// 685:18 -[com_18] -type=text -x=33 -y=141 -width=450 -height=32 -textfont=p11_full -text=4. If the hole has nothing in it, then it will uncover a radius of 2 holes in all directions -textshadow=yes -colour=0xffffff - -// 685:19 -[com_19] -type=text -x=33 -y=171 -width=450 -height=32 -textfont=p11_full -text=5. If you uncover a number from 1-8, this means that there are that many seeds planted in the 8 holes surrounding the one that you have dug up. -textshadow=yes -colour=0xffffff - -// 685:20 -[com_20] -type=text -x=33 -y=201 -width=450 -height=32 -textfont=p11_full -text=6. When you have a square that you are certain contains a seed, either right-click and select the 'Flag' option or use a flag on the hole. -textshadow=yes -colour=0xffffff - -// 685:21 -[com_21] -type=text -x=33 -y=231 -width=450 -height=32 -textfont=p11_full -text=7. When a farmer sees a flag, he will come over to check beneath it. He will collect the flag and give points out if there was a seed there. If you have successfully found a seed, you will be able to get the flag back for free from either Mrs. Winkin or Farmer Blinkin. -textshadow=yes -colour=0xffffff - -// 685:22 -[com_22] -type=text -x=33 -y=279 -width=450 -height=32 -textfont=p11_full -text=8. Rabbits roam the area and will attempt to eat seeds where flags are planted or where they have been dug up. Use the ogleroots that you find on them to make them disappear. -textshadow=yes -colour=0xffffff - diff --git a/dumps/530/interface/interface_686.if3 b/dumps/530/interface/interface_686.if3 deleted file mode 100644 index c425aa329..000000000 --- a/dumps/530/interface/interface_686.if3 +++ /dev/null @@ -1,1211 +0,0 @@ -// 686:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 686:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 686:2 -[com_2] -type=rectangle -x=27 -y=88 -width=456 -height=153 -colour=0x000000 -fill=yes -trans=224 -opbase= - -// 686:3 -[com_3] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 686:4 -[com_4] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 686:5 -[com_5] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 686:6 -[com_6] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 686:7 -[com_7] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 686:8 -[com_8] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 686:9 -[com_9] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 686:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 686:11 -[com_11] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 686:12 -[com_12] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 686:13 -[com_13] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 686:14 -[com_14] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 686:15 -[com_15] -type=graphic -x=19 -y=65 -width=475 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 686:16 -[com_16] -type=graphic -x=19 -y=234 -width=475 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 686:17 -[com_17] -type=text -x=18 -y=27 -width=475 -height=22 -textfont=b12_full -text=Mrs. Winkin's World of Seeds -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 686:18 -[com_18] -type=model -x=40 -y=106 -width=24 -height=17 -model=model_7319 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=1100 -unknown100=0 -unknown101=3000 -opbase=Tomato seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Tomato seeds", 25, 50) - -// 686:19 -[com_19] -type=model -x=68 -y=96 -width=57 -height=38 -model=model_7314 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=0 -unknown101=3000 -opbase=Sweetcorn seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Sweetcorn seeds", 25, 50) - -// 686:20 -[com_20] -type=model -x=112 -y=96 -width=57 -height=38 -model=model_32236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=0 -unknown101=3000 -opbase=Strawberry seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Strawberry seeds", 25, 50) - -// 686:21 -[com_21] -type=model -x=156 -y=96 -width=57 -height=38 -model=model_7338 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=0 -unknown101=3000 -opbase=Watermelon seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Watermelon seeds", 25, 50) - -// 686:22 -[com_22] -type=model -x=213 -y=103 -width=32 -height=19 -model=model_7205 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Guam seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Guam seeds", 25, 50) - -// 686:23 -[com_23] -type=model -x=257 -y=103 -width=32 -height=19 -model=model_7205 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Marrentill seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Marrentill seeds", 25, 50) - -// 686:24 -[com_24] -type=model -x=301 -y=103 -width=32 -height=19 -model=model_7205 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Ranarr seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Ranarr seeds", 25, 50) - -// 686:25 -[com_25] -type=model -x=345 -y=103 -width=32 -height=19 -model=model_7205 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Kwuarm seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Kwuarm seeds", 25, 50) - -// 686:26 -[com_26] -type=model -x=389 -y=103 -width=32 -height=19 -model=model_7205 -modelorigin_x=-1 -modelorigin_y=2 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Tarromin seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Tarromin seeds", 25, 50) - -// 686:27 -[com_27] -type=model -x=435 -y=100 -width=33 -height=24 -model=model_7253 -modelorigin_x=-3 -modelorigin_y=2 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=0 -unknown101=3000 -opbase=Nasturtium seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Nasturtium seeds", 25, 50) - -// 686:28 -[com_28] -type=model -x=64 -y=149 -width=31 -height=23 -model=model_7351 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=257 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Woad seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Woad seeds", 25, 50) - -// 686:29 -[com_29] -type=model -x=108 -y=147 -width=29 -height=23 -model=model_7226 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=700 -unknown100=0 -unknown101=3000 -opbase=Limpwurt seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Limpwurt seeds", 25, 50) - -// 686:30 -[com_30] -type=model -x=150 -y=145 -width=33 -height=27 -model=model_32246 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Asgarnian seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Asgarnian seeds", 25, 50) - -// 686:31 -[com_31] -type=model -x=194 -y=145 -width=33 -height=27 -model=model_32239 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Krandorian seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Krandorian seeds", 25, 50) - -// 686:32 -[com_32] -type=model -x=241 -y=146 -width=30 -height=23 -model=model_7293 -modelorigin_x=-2 -modelorigin_y=3 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Redberry seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Redberry seeds", 25, 50) - -// 686:33 -[com_33] -type=model -x=282 -y=146 -width=33 -height=26 -model=model_32247 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Cadavaberry seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Cadavaberry seeds", 25, 50) - -// 686:34 -[com_34] -type=model -x=326 -y=146 -width=33 -height=26 -model=model_32241 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Dwelberry seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Dwelberry seeds", 25, 50) - -// 686:35 -[com_35] -type=model -x=370 -y=146 -width=33 -height=26 -model=model_32242 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Jangerberry seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Jangerberry seeds", 25, 50) - -// 686:36 -[com_36] -type=model -x=414 -y=146 -width=33 -height=26 -model=model_32244 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Whiteberry seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Whiteberry seeds", 25, 50) - -// 686:37 -[com_37] -type=model -x=38 -y=195 -width=33 -height=26 -model=model_32242 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Poison Ivy seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Poison ivy seeds", 25, 50) - -// 686:38 -[com_38] -type=model -x=83 -y=191 -width=38 -height=29 -model=model_7142 -modelorigin_x=-4 -modelorigin_y=4 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Acorn -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Acorns", 25, 50) - -// 686:39 -[com_39] -type=model -x=125 -y=197 -width=34 -height=27 -model=model_7346 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Willow seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Willow tree seeds", 25, 50) - -// 686:40 -[com_40] -type=model -x=167 -y=197 -width=39 -height=23 -model=model_7236 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1100 -unknown100=0 -unknown101=3000 -opbase=Maple seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Maple tree seeds", 25, 50) - -// 686:41 -[com_41] -type=model -x=211 -y=197 -width=37 -height=26 -model=model_7338 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=900 -unknown100=0 -unknown101=3000 -opbase=Pineapple seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Pineapple tree seeds", 25, 50) - -// 686:42 -[com_42] -type=model -x=255 -y=196 -width=27 -height=21 -model=model_7362 -modelorigin_x=-4 -modelorigin_y=4 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1100 -unknown100=0 -unknown101=3000 -opbase=Yew seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Yew tree seeds", 25, 50) - -// 686:43 -[com_43] -type=model -x=306 -y=198 -width=29 -height=21 -model=model_7269 -modelorigin_x=-2 -modelorigin_y=1 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Palm tree seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Palm tree seeds", 25, 50) - -// 686:44 -[com_44] -type=model -x=352 -y=193 -width=30 -height=23 -model=model_32243 -modelorigin_x=-5 -modelorigin_y=5 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 -opbase=Spirit seed -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Spirit tree seeds", 25, 50) - -// 686:45 -[com_45] -type=model -x=398 -y=190 -width=17 -height=25 -model=model_32238 -modelorigin_x=0 -modelorigin_y=7 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=0 -unknown101=3000 -opbase=Super compost potion -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Super compost potion", 25, 50) - -// 686:46 -[com_46] -type=model -x=432 -y=194 -width=47 -height=28 -model=model_32237 -modelorigin_x=-10 -modelorigin_y=4 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1940 -modelzoom=1500 -unknown100=0 -unknown101=3000 -opbase=Flag -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Buy X -onmouseleave=script40(interface_686:com_59) -onmouserepeat=script38(event_com, interface_686:com_59, "Flags", 25, 50) - -// 686:47 -[com_47] -type=text -x=123 -y=225 -width=262 -height=14 -textfont=p11_full -text=Trade points for seeds and flags -textalignh=1 -textshadow=yes -colour=0x77736a - -// 686:48 -[com_48] -type=graphic -x=28 -y=224 -width=457 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 686:49 -[com_49] -type=graphic -x=28 -y=72 -width=456 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 686:50 -[com_50] -type=graphic -x=14 -y=89 -width=32 -height=152 -graphic="v2_borders_slim,12" -tiling=yes - -// 686:51 -[com_51] -type=graphic -x=470 -y=89 -width=32 -height=152 -graphic="v2_borders_slim,12" -tiling=yes - -// 686:52 -[com_52] -type=text -x=205 -y=300 -width=114 -height=13 -textfont=p11_full -text=Trade points for XP -textalignh=1 -textshadow=yes -colour=0x77736a - -// 686:53 -[com_53] -type=layer -x=213 -y=253 -width=95 -height=43 -op1=Trade For XP -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 686:54 -[com_54] -type=text -x=218 -y=257 -width=85 -height=18 -textfont=p12_full -text=Trade for -textalignh=1 -textshadow=yes -colour=0xff981f - -// 686:55 -[com_55] -type=text -x=218 -y=274 -width=85 -height=22 -textfont=p12_full -text=XP -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script864 -onvartransmit=script864 -onvartransmitlist=varplayer_1195 - -// 686:56 -[com_56] -type=text -x=290 -y=58 -width=44 -height=14 -textfont=b12_full -textshadow=yes -colour=0xffffff -onload=script863 -onvartransmit=script863 -onvartransmitlist=varplayer_1195 - -// 686:57 -[com_57] -type=text -x=151 -y=58 -width=112 -height=14 -textfont=p12_full -text=Total points remaining : -textshadow=yes -colour=0xff981f - -// 686:58 -[com_58] -type=layer -width=512 -height=334 - -// 686:59 -[com_59] -type=layer -x=8 -y=9 -width=32 -height=32 -layer=com_58 - -// 686:60 -[com_60] -type=layer -width=512 -height=334 -hide=yes - -// 686:61 -[com_61] -type=rectangle -width=512 -height=332 -layer=com_60 -colour=0x999999 -fill=yes -trans=150 - -// 686:62 -[com_62] -type=graphic -x=178 -y=129 -width=147 -height=101 -layer=com_60 -graphic=tradebacking_dark -tiling=yes - -// 686:63 -[com_63] -type=graphic -x=174 -y=129 -width=32 -height=32 -layer=com_60 -graphic="v2_stone_borders,4" - -// 686:64 -[com_64] -type=graphic -x=161 -y=160 -width=32 -height=44 -layer=com_60 -graphic="v2_stone_borders,1" - -// 686:65 -[com_65] -type=graphic -x=308 -y=160 -width=32 -height=44 -layer=com_60 -graphic="v2_stone_borders,3" - -// 686:66 -[com_66] -type=graphic -x=296 -y=129 -width=32 -height=32 -layer=com_60 -graphic="v2_stone_borders,5" - -// 686:67 -[com_67] -type=graphic -x=174 -y=200 -width=32 -height=32 -layer=com_60 -graphic="v2_stone_borders,6" - -// 686:68 -[com_68] -type=graphic -x=296 -y=200 -width=32 -height=32 -layer=com_60 -graphic="v2_stone_borders,7" - -// 686:69 -[com_69] -type=graphic -x=197 -y=116 -width=100 -height=32 -layer=com_60 -graphic="v2_stone_borders,0" - -// 686:70 -[com_70] -type=graphic -x=201 -y=212 -width=99 -height=32 -layer=com_60 -graphic="v2_stone_borders,2" -opbase= - -// 686:71 -[com_71] -type=text -x=195 -y=144 -width=118 -height=32 -layer=com_60 -textfont=p11_full -text=Are you sure you want to trade your remaining points for XP? -textshadow=yes -colour=0xffff00 - -// 686:72 -[com_72] -type=text -x=206 -y=180 -width=89 -height=15 -layer=com_60 -textfont=p11_full -text=Yes - let me trade -textshadow=yes -colour=0xffffff -op1=Yes -onmouseover=script45(event_com, 0xffa000) -onmouseleave=script45(event_com, ^white) - -// 686:73 -[com_73] -type=text -x=210 -y=201 -width=89 -height=15 -layer=com_60 -textfont=p11_full -text=No - don't trade -textshadow=yes -colour=0xffffff -op1=No -onmouseover=script45(event_com, 0xffa000) -onmouseleave=script45(event_com, ^white) - diff --git a/dumps/530/interface/interface_687.if3 b/dumps/530/interface/interface_687.if3 deleted file mode 100644 index f611de730..000000000 --- a/dumps/530/interface/interface_687.if3 +++ /dev/null @@ -1,1010 +0,0 @@ -// 687:0 -[com_0] -type=rectangle -width=514 -height=335 -layer=com_44 -colour=0xc0b8a0 -fill=yes -trans=32 - -// 687:1 -[com_1] -type=rectangle -x=11 -y=5 -width=181 -height=179 -layer=com_44 -colour=0x8c7c6c -fill=yes - -// 687:2 -[com_2] -type=rectangle -x=316 -y=146 -width=181 -height=179 -layer=com_44 -colour=0x8c7c6c -fill=yes - -// 687:3 -[com_3] -type=text -x=208 -y=8 -width=272 -height=169 -layer=com_44 -textfont=q8_full -text=Use a spade to dig in the farmer's field and try to work out where the seeds have been planted. Try not to dig up the seeds, as this will lose you points! Usually, when you dig a square, you will uncover a number, which shows how many seeds are in the holes next to it. -colour=0x000000 - -// 687:4 -[com_4] -type=text -x=14 -y=190 -width=286 -height=169 -layer=com_44 -textfont=q8_full -text=Plant your flags in holes where you think that seeds may be found. If you are correct, you will get lots of points, but if you are wrong, you will lose the flag. If you are close to other players, you might get some points if they find seeds, too!" -colour=0x000000 - -// 687:5 -[com_5] -type=model -x=18 -y=13 -width=165 -height=164 -layer=com_44 -model=model_32252 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63921 -unknown101=3000 - -// 687:6 -[com_6] -type=model -x=324 -y=153 -width=165 -height=164 -layer=com_44 -model=model_32248 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=63923 -unknown101=3000 - -// 687:7 -[com_7] -type=model -x=60 -y=17 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:8 -[com_8] -type=model -x=120 -y=20 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:9 -[com_9] -type=model -x=27 -y=51 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:10 -[com_10] -type=model -x=60 -y=51 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:11 -[com_11] -type=model -x=92 -y=51 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:12 -[com_12] -type=model -x=60 -y=83 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:13 -[com_13] -type=model -x=61 -y=117 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:14 -[com_14] -type=model -x=60 -y=148 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:15 -[com_15] -type=model -x=367 -y=158 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:16 -[com_16] -type=model -x=432 -y=158 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:17 -[com_17] -type=model -x=335 -y=191 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:18 -[com_18] -type=model -x=367 -y=191 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:19 -[com_19] -type=model -x=400 -y=191 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:20 -[com_20] -type=model -x=367 -y=223 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:21 -[com_21] -type=model -x=367 -y=255 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:22 -[com_22] -type=model -x=367 -y=287 -width=15 -height=25 -layer=com_44 -model=model_16782 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:23 -[com_23] -type=model -x=121 -y=51 -width=19 -height=25 -layer=com_44 -model=model_16786 -modelorigin_x=1 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:24 -[com_24] -type=model -x=153 -y=51 -width=19 -height=25 -layer=com_44 -model=model_16786 -modelorigin_x=1 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:25 -[com_25] -type=model -x=154 -y=83 -width=19 -height=25 -layer=com_44 -model=model_16786 -modelorigin_x=1 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:26 -[com_26] -type=model -x=90 -y=148 -width=19 -height=25 -layer=com_44 -model=model_16786 -modelorigin_x=1 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:27 -[com_27] -type=model -x=430 -y=191 -width=19 -height=25 -layer=com_44 -model=model_16786 -modelorigin_x=1 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:28 -[com_28] -type=model -x=464 -y=191 -width=19 -height=25 -layer=com_44 -model=model_16786 -modelorigin_x=1 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:29 -[com_29] -type=model -x=464 -y=220 -width=19 -height=25 -layer=com_44 -model=model_16786 -modelorigin_x=1 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:30 -[com_30] -type=model -x=398 -y=286 -width=19 -height=25 -layer=com_44 -model=model_16786 -modelorigin_x=1 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:31 -[com_31] -type=model -x=122 -y=148 -width=18 -height=26 -layer=com_44 -model=model_16785 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:32 -[com_32] -type=model -x=155 -y=115 -width=18 -height=26 -layer=com_44 -model=model_16785 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:33 -[com_33] -type=model -x=91 -y=82 -width=18 -height=26 -layer=com_44 -model=model_16785 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:34 -[com_34] -type=model -x=398 -y=222 -width=18 -height=26 -layer=com_44 -model=model_16785 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:35 -[com_35] -type=model -x=463 -y=253 -width=18 -height=26 -layer=com_44 -model=model_16785 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:36 -[com_36] -type=model -x=433 -y=286 -width=18 -height=26 -layer=com_44 -model=model_16785 -modelorigin_x=0 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2250 -modelorthog=yes -unknown100=63344 -unknown101=3000 - -// 687:37 -[com_37] -type=model -x=329 -y=157 -width=33 -height=22 -layer=com_44 -model=model_32237 -modelorigin_x=-9 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=63733 -unknown101=3000 - -// 687:38 -[com_38] -type=model -x=460 -y=157 -width=33 -height=22 -layer=com_44 -model=model_32237 -modelorigin_x=-9 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=63733 -unknown101=3000 - -// 687:39 -[com_39] -type=model -x=393 -y=253 -width=33 -height=22 -layer=com_44 -model=model_32237 -modelorigin_x=-9 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=63733 -unknown101=3000 - -// 687:40 -[com_40] -type=model -x=460 -y=287 -width=33 -height=22 -layer=com_44 -model=model_32237 -modelorigin_x=-9 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=63733 -unknown101=3000 - -// 687:41 -[com_41] -type=model -x=428 -y=220 -width=33 -height=22 -layer=com_44 -model=model_32237 -modelorigin_x=-9 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=63733 -unknown101=3000 - -// 687:42 -[com_42] -type=model -x=428 -y=254 -width=33 -height=22 -layer=com_44 -model=model_32237 -modelorigin_x=-9 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2000 -unknown100=63733 -unknown101=3000 - -// 687:43 -[com_43] -type=graphic -x=488 -y=2 -width=26 -height=23 -layer=com_44 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - -// 687:44 -[com_44] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 687:45 -[com_45] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 687:46 -[com_46] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_45 - -// 687:47 -[com_47] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 687:48 -[com_48] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 687:49 -[com_49] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 687:50 -[com_50] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 687:51 -[com_51] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 687:52 -[com_52] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 687:53 -[com_53] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 687:54 -[com_54] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 687:55 -[com_55] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_46 - -// 687:56 -[com_56] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_46 - -// 687:57 -[com_57] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_46 - -// 687:58 -[com_58] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_46 - -// 687:59 -[com_59] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_46 - -// 687:60 -[com_60] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_56 -graphic=tradebacking -tiling=yes -outline=2 - -// 687:61 -[com_61] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_55 -graphic=tradebacking -tiling=yes -outline=2 - -// 687:62 -[com_62] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_57 -graphic=tradebacking -tiling=yes -outline=2 - -// 687:63 -[com_63] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_58 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_688.if3 b/dumps/530/interface/interface_688.if3 deleted file mode 100644 index 53f688459..000000000 --- a/dumps/530/interface/interface_688.if3 +++ /dev/null @@ -1,200 +0,0 @@ -// 688:0 -[com_0] -type=rectangle -width=514 -height=335 -colour=0xc0b8a0 -fill=yes -trans=32 - -// 688:1 -[com_1] -type=rectangle -x=11 -y=5 -width=181 -height=179 -colour=0x8c7c6c -fill=yes - -// 688:2 -[com_2] -type=rectangle -x=316 -y=146 -width=181 -height=179 -colour=0x8c7c6c -fill=yes - -// 688:3 -[com_3] -type=text -x=208 -y=8 -width=286 -height=169 -textfont=q8_full -text=While you are in the area, you will be able to see your points total in the top-right corner of your screen. Your points are saved, so you can leave if you wish and return another time to pick up from where you left off. -colour=0x000000 - -// 688:4 -[com_4] -type=text -x=14 -y=190 -width=286 -height=169 -textfont=q8_full -text=You can trade your points in for prizes or Farming experience by speaking to Mrs. Winkin in the Winkin shop. -colour=0x000000 - -// 688:5 -[com_5] -type=model -x=26 -y=134 -width=65 -height=44 -model=model_32266 -modelorigin_x=2 -modelorigin_y=8 -modelangle_x=147 -modelangle_y=1759 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 688:6 -[com_6] -type=model -x=60 -y=27 -width=59 -height=123 -model=model_32286 -modelorigin_x=-14 -modelorigin_y=56 -modelangle_x=52 -modelangle_y=1839 -modelangle_z=2010 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 688:7 -[com_7] -type=rectangle -x=116 -y=7 -width=74 -height=36 -colour=0x525252 -fill=yes -trans=100 - -// 688:8 -[com_8] -type=text -x=138 -y=11 -width=46 -height=16 -textfont=p11_full -text=Points -textshadow=yes -colour=0x999999 - -// 688:9 -[com_9] -type=text -x=118 -y=27 -width=65 -height=17 -textfont=p11_full -text=234,567 -textalignh=2 -textshadow=yes -colour=0xffffff -onload=script862 -onvartransmit=script862 -onvartransmitlist=varplayer_1195 - -// 688:10 -[com_10] -type=model -x=329 -y=152 -width=67 -height=161 -model=model_32251 -modelorigin_x=-5 -modelorigin_y=72 -modelangle_x=133 -modelangle_y=1787 -modelangle_z=0 -modelzoom=550 -unknown100=0 -unknown101=3000 - -// 688:11 -[com_11] -type=text -x=416 -y=158 -width=33 -height=32 -textfont=quill_oblique_large -text=XP -textshadow=yes -colour=0x00cc00 - -// 688:12 -[com_12] -type=model -x=413 -y=217 -width=35 -height=51 -model=model_32238 -modelorigin_x=0 -modelorigin_y=15 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=3000 - -// 688:13 -[com_13] -type=model -x=449 -y=259 -width=38 -height=29 -model=model_7142 -modelorigin_x=-4 -modelorigin_y=4 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 688:14 -[com_14] -type=graphic -x=488 -y=2 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - diff --git a/dumps/530/interface/interface_689.if3 b/dumps/530/interface/interface_689.if3 deleted file mode 100644 index 146646dfd..000000000 --- a/dumps/530/interface/interface_689.if3 +++ /dev/null @@ -1,118 +0,0 @@ -// 689:0 -[com_0] -type=layer -x=20 -width=494 -height=62 - -// 689:1 -[com_1] -type=rectangle -x=401 -y=6 -width=83 -height=37 -layer=com_0 -colour=0x525252 -fill=yes -trans=100 - -// 689:2 -[com_2] -type=rectangle -x=399 -y=43 -width=89 -height=4 -layer=com_0 -colour=0x7a7a7a -fill=yes -trans=100 - -// 689:3 -[com_3] -type=rectangle -x=399 -y=4 -width=89 -height=4 -layer=com_0 -colour=0x000000 -fill=yes -trans=100 - -// 689:4 -[com_4] -type=rectangle -x=484 -y=6 -width=4 -height=37 -layer=com_0 -colour=0x7a7a7a -fill=yes -trans=100 - -// 689:5 -[com_5] -type=rectangle -x=399 -y=6 -width=4 -height=37 -layer=com_0 -colour=0x000000 -fill=yes -trans=100 - -// 689:6 -[com_6] -type=rectangle -x=398 -y=3 -width=91 -height=45 -layer=com_0 -colour=0x000000 - -// 689:7 -[com_7] -type=text -x=430 -y=10 -width=46 -height=16 -layer=com_0 -textfont=p11_full -text=Points -textshadow=yes -colour=0x999999 - -// 689:8 -[com_8] -type=text -x=402 -y=26 -width=65 -height=17 -layer=com_0 -textfont=p11_full -text=None -textalignh=2 -textshadow=yes -colour=0xffffff -onload=script862 -onvartransmit=script862 -onvartransmitlist=varplayer_1195 - -// 689:9 -[com_9] -type=text -x=432 -y=59 -width=72 -height=32 -textfont=p12_full -textshadow=yes -colour=0xffff00 - diff --git a/dumps/530/interface/interface_69.if3 b/dumps/530/interface/interface_69.if3 deleted file mode 100644 index 4c641bd5a..000000000 --- a/dumps/530/interface/interface_69.if3 +++ /dev/null @@ -1,89 +0,0 @@ -// 69:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 69:1 -[com_1] -type=model -x=1464 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 69:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 -op10= - -// 69:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 69:4 -[com_4] -type=text -x=30 -y=-1771 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 69:5 -[com_5] -type=text -x=30 -y=1785 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_690.if3 b/dumps/530/interface/interface_690.if3 deleted file mode 100644 index 5cecbac53..000000000 --- a/dumps/530/interface/interface_690.if3 +++ /dev/null @@ -1,166 +0,0 @@ -// 690:0 -[com_0] -type=rectangle -width=514 -height=335 -colour=0xc0b8a0 -fill=yes -trans=32 - -// 690:1 -[com_1] -type=rectangle -x=11 -y=5 -width=181 -height=179 -colour=0x8c7c6c -fill=yes - -// 690:2 -[com_2] -type=rectangle -x=316 -y=146 -width=181 -height=179 -colour=0x8c7c6c -fill=yes - -// 690:3 -[com_3] -type=text -x=208 -y=8 -width=278 -height=170 -textfont=q8_full -text=Farmers wander the area looking for seeds that have been dug up by mistake. They will also collect any flags you have placed, resetting the nearby area and giving you points if the flag is in the right place. -colour=0x000000 - -// 690:4 -[com_4] -type=text -x=14 -y=190 -width=286 -height=169 -textfont=q8_full -text=If you place a flag over a seed, you will be able to get the flag back from Mrs. Winkin or Farmer Blinkin. If you placed a flag wrongly, you will have to pay 500gp for a new one. -colour=0x000000 - -// 690:5 -[com_5] -type=model -x=58 -y=7 -width=74 -height=176 -model=model_32249 -modelorigin_x=13 -modelorigin_y=73 -modelangle_x=88 -modelangle_y=1936 -modelangle_z=0 -modelzoom=550 -unknown100=0 -unknown101=3000 - -// 690:6 -[com_6] -type=model -x=357 -y=152 -width=59 -height=123 -model=model_32286 -modelorigin_x=-14 -modelorigin_y=56 -modelangle_x=52 -modelangle_y=1839 -modelangle_z=2010 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 690:7 -[com_7] -type=model -x=321 -y=262 -width=81 -height=30 -model=model_32256 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=118 -modelangle_y=1758 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 690:8 -[com_8] -type=model -x=409 -y=222 -width=83 -height=54 -model=model_32266 -modelorigin_x=5 -modelorigin_y=8 -modelangle_x=192 -modelangle_y=1661 -modelangle_z=0 -modelzoom=350 -unknown100=0 -unknown101=3000 - -// 690:9 -[com_9] -type=model -x=434 -y=165 -width=43 -height=69 -model=model_32331 -modelorigin_x=-29 -modelorigin_y=-7 -modelangle_x=310 -modelangle_y=1164 -modelangle_z=0 -modelzoom=750 -unknown100=0 -unknown101=3000 - -// 690:10 -[com_10] -type=model -x=402 -y=195 -width=96 -height=81 -model=model_32250 -modelorigin_x=-5 -modelorigin_y=-8 -modelangle_x=310 -modelangle_y=2003 -modelangle_z=0 -modelzoom=650 -unknown100=0 -unknown101=3000 - -// 690:11 -[com_11] -type=graphic -x=489 -y=2 -width=26 -height=23 -graphic="close_buttons,0" -op1=Close -onmouseover=script44(event_com, "close_buttons,1") -onmouseleave=script44(event_com, "close_buttons,0") -onop=script29 - diff --git a/dumps/530/interface/interface_691.if3 b/dumps/530/interface/interface_691.if3 deleted file mode 100644 index 40d786c15..000000000 --- a/dumps/530/interface/interface_691.if3 +++ /dev/null @@ -1,119 +0,0 @@ -// 691:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes - -// 691:1 -[com_1] -type=layer -width=16384 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 691:2 -[com_2] -type=model -x=3 -y=-71 -width=45415 -height=26005 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_1 -model=model_32358 -modelorigin_x=-5 -modelorigin_y=151 -modelangle_x=33 -modelangle_y=2047 -modelangle_z=0 -modelzoom=548 -unknown100=65090 -unknown101=3000 -modelobjwidth=1419 -modelobjheight=530 - -// 691:3 -[com_3] -type=model -x=5831 -y=4127 -width=4359 -height=2361 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_centre -layer=com_1 -model=model_32341 -modelorigin_x=4 -modelorigin_y=-3 -modelangle_x=111 -modelangle_y=1903 -modelangle_z=0 -modelzoom=344 -modelanim=seq_8748 -unknown100=64852 -unknown101=3000 -modelobjwidth=136 -modelobjheight=48 - -// 691:4 -[com_4] -type=model -x=4391 -y=4176 -width=6343 -height=3587 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_centre -layer=com_1 -model=model_32342 -modelorigin_x=18 -modelorigin_y=-4 -modelangle_x=111 -modelangle_y=1903 -modelangle_z=0 -modelzoom=344 -modelanim=seq_8748 -unknown100=64627 -unknown101=3000 -modelobjwidth=198 -modelobjheight=73 - -// 691:5 -[com_5] -type=model -x=4295 -y=3735 -width=6727 -height=16930 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_centre -layer=com_1 -model=model_32357 -modelorigin_x=13 -modelorigin_y=-10 -modelangle_x=111 -modelangle_y=1903 -modelangle_z=0 -modelzoom=344 -modelanim=seq_8747 -unknown100=64421 -unknown101=3000 -modelobjwidth=210 -modelobjheight=345 - diff --git a/dumps/530/interface/interface_692.if3 b/dumps/530/interface/interface_692.if3 deleted file mode 100644 index 144e27aca..000000000 --- a/dumps/530/interface/interface_692.if3 +++ /dev/null @@ -1,64 +0,0 @@ -// 692:0 -[com_0] -type=model -x=-1977 -y=-91 -width=21863 -height=35620 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_2 -model=model_32359 -modelorigin_x=-2 -modelorigin_y=343 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=472 -modelanim=seq_8744 -modelorthog=yes -unknown100=288 -unknown101=3000 -modelobjwidth=683 -modelobjheight=726 - -// 692:1 -[com_1] -type=model -x=4007 -y=3146 -width=28199 -height=53377 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_2 -model=model_32356 -modelorigin_x=-151 -modelorigin_y=538 -modelangle_x=2035 -modelangle_y=1912 -modelangle_z=0 -modelzoom=272 -modelanim=seq_8746 -modelorthog=yes -unknown100=65475 -unknown101=3000 -modelobjwidth=881 -modelobjheight=1088 - -// 692:2 -[com_2] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_693.if3 b/dumps/530/interface/interface_693.if3 deleted file mode 100644 index bbec42dec..000000000 --- a/dumps/530/interface/interface_693.if3 +++ /dev/null @@ -1,198 +0,0 @@ -// 693:0 -[com_0] -type=model -x=391 -y=5893 -width=38375 -height=31499 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_10 -model=model_32353 -modelorigin_x=87 -modelorigin_y=-86 -modelangle_x=96 -modelangle_y=1816 -modelangle_z=0 -modelzoom=912 -unknown100=0 -unknown101=3000 -modelobjwidth=1199 -modelobjheight=642 - -// 693:1 -[com_1] -type=model -x=1095 -y=-22165 -width=13447 -height=58577 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_10 -model=model_32356 -modelorigin_x=-28 -modelorigin_y=524 -modelangle_x=117 -modelangle_y=1780 -modelangle_z=0 -modelzoom=600 -modelanim=seq_8745 -unknown100=0 -unknown101=3000 -modelobjwidth=420 -modelobjheight=1194 - -// 693:2 -[com_2] -type=model -x=-2489 -y=-16965 -width=30567 -height=56271 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_10 -model=model_32354 -modelorigin_x=-128 -modelorigin_y=1565 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelanim=seq_8745 -unknown100=0 -unknown101=3000 -modelobjwidth=955 -modelobjheight=1147 - -// 693:3 -[com_3] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_10 - -// 693:4 -[com_4] -type=text -width=450 -height=200 -xmode=proportion_centre -ymode=proportion_centre -layer=com_3 -textfont=quill_caps_large -text=Congratulations -textlineheight=13 -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=[ - -// 693:5 -[com_5] -type=text -x=7 -y=-42 -width=450 -height=200 -xmode=proportion_centre -ymode=proportion_centre -layer=com_3 -textfont=quill_caps_large -text=Congratulations -textlineheight=13 -textalignh=1 -textshadow=yes -colour=0x3d5340 - -// 693:6 -[com_6] -type=text -x=7 -y=1969 -width=450 -height=200 -xmode=proportion_centre -ymode=proportion_centre -layer=com_3 -textfont=quill_caps_large -text=you have -textlineheight=13 -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=[ - -// 693:7 -[com_7] -type=text -x=7 -y=1920 -width=450 -height=200 -xmode=proportion_centre -ymode=proportion_centre -layer=com_3 -textfont=quill_caps_large -text=you have -textlineheight=13 -textalignh=1 -textshadow=yes -colour=0x3d5340 - -// 693:8 -[com_8] -type=text -x=7 -y=3730 -width=450 -height=200 -xmode=proportion_centre -ymode=proportion_centre -layer=com_3 -textfont=quill_caps_large -text=slain bork! -textlineheight=13 -textalignh=1 -textshadow=yes -colour=0x000000 -opbase=[ - -// 693:9 -[com_9] -type=text -x=7 -y=3686 -width=450 -height=200 -xmode=proportion_centre -ymode=proportion_centre -layer=com_3 -textfont=quill_caps_large -text=slain bork! -textlineheight=13 -textalignh=1 -textshadow=yes -colour=0x3d5340 - -// 693:10 -[com_10] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_694.if3 b/dumps/530/interface/interface_694.if3 deleted file mode 100644 index 2500b37a8..000000000 --- a/dumps/530/interface/interface_694.if3 +++ /dev/null @@ -1,713 +0,0 @@ -// 694:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 694:1 -[com_1] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_16 -textfont=p12_full -text=However nice your friend is in RuneScape, they are still a stranger to you in real life. We would suggest that you have fun and enjoy the player's company in-game, but leave it there. If you are at all concerned, speak to a parent, friend or adult that you trust. -textshadow=yes -colour=0xa49279 - -// 694:2 -[com_2] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_16 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 694:3 -[com_3] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_15 -textfont=quill_oblique_large -text=Correct! -textshadow=yes -colour=0xccbe8e - -// 694:4 -[com_4] -type=text -x=1 -y=27 -width=388 -height=105 -layer=com_15 -textfont=q8_full -text=Be polite and say no, but if the other player is persistent you can use the report abuse button and ignore functions, which can both be found at the bottom of your game window. If you are at all concerned, speak to a parent, friend or adult that you trust. -textshadow=yes -colour=0xa49279 - -// 694:5 -[com_5] -type=rectangle -width=512 -height=334 -layer=com_40 -colour=0x46341d -fill=yes -trans=160 - -// 694:6 -[com_6] -type=graphic -x=32 -y=79 -width=449 -height=230 -layer=com_40 -graphic=tradebacking -tiling=yes - -// 694:7 -[com_7] -type=graphic -x=19 -y=111 -width=25 -height=174 -layer=com_40 -graphic="v2_stone_borders,1" -tiling=yes - -// 694:8 -[com_8] -type=graphic -x=32 -y=79 -width=32 -height=32 -layer=com_40 -graphic="v2_stone_borders,4" - -// 694:9 -[com_9] -type=graphic -x=451 -y=79 -width=32 -height=32 -layer=com_40 -graphic="v2_stone_borders,5" -tiling=yes - -// 694:10 -[com_10] -type=graphic -x=63 -y=66 -width=391 -height=32 -layer=com_40 -graphic="v2_stone_borders,0" -tiling=yes - -// 694:11 -[com_11] -type=graphic -x=463 -y=110 -width=32 -height=175 -layer=com_40 -graphic="v2_stone_borders,3" -tiling=yes - -// 694:12 -[com_12] -type=graphic -x=451 -y=284 -width=32 -height=32 -layer=com_40 -graphic="v2_stone_borders,7" -tiling=yes - -// 694:13 -[com_13] -type=graphic -x=32 -y=284 -width=32 -height=32 -layer=com_40 -graphic="v2_stone_borders,6" -tiling=yes - -// 694:14 -[com_14] -type=graphic -x=64 -y=296 -width=387 -height=25 -layer=com_40 -graphic="v2_stone_borders,2" -tiling=yes - -// 694:15 -[com_15] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_40 -hide=yes - -// 694:16 -[com_16] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_40 -hide=yes - -// 694:17 -[com_17] -type=layer -x=375 -y=255 -width=97 -height=42 -layer=com_40 - -// 694:18 -[com_18] -type=layer -x=375 -y=255 -width=97 -height=42 -layer=com_40 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 694:19 -[com_19] -type=rectangle -x=375 -y=255 -width=97 -height=42 -layer=com_40 -colour=0x000000 -fill=yes -trans=250 -op1=Next - -// 694:20 -[com_20] -type=text -x=375 -y=255 -width=97 -height=42 -layer=com_40 -textfont=quill_oblique_large -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x909061 - -// 694:21 -[com_21] -type=model -x=12 -y=-1 -width=487 -height=335 -layer=com_0 -model=model_32409 -modelorigin_x=-5 -modelorigin_y=-12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=618 -unknown100=64106 -unknown101=3000 - -// 694:22 -[com_22] -type=model -x=16 -y=-2 -width=193 -height=151 -layer=com_0 -model=model_32406 -modelorigin_x=1 -modelorigin_y=222 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=115 -unknown100=64538 -unknown101=3000 - -// 694:23 -[com_23] -type=model -x=413 -y=210 -width=33 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script875(event_com) - -// 694:24 -[com_24] -type=model -x=416 -y=244 -width=31 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=539 -modelangle_y=1921 -modelangle_z=206 -modelzoom=1858 -unknown100=63762 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script876(event_com) - -// 694:25 -[com_25] -type=text -x=40 -y=133 -width=175 -height=14 -layer=com_0 -textfont=b12_full -text=Question: -colour=0x1e1e2d - -// 694:26 -[com_26] -type=text -x=215 -y=38 -width=300 -height=65 -layer=com_0 -textfont=quill_oblique_large -text=Player Safety Test -colour=0x232330 - -// 694:27 -[com_27] -type=graphic -x=469 -y=9 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,3" -op1=Close -onmouseover=script44(event_com, "close_buttons,2") -onmouseleave=script44(event_com, "close_buttons,3") -onop=script29 - -// 694:28 -[com_28] -type=text -x=40 -y=148 -width=388 -height=32 -layer=com_0 -textfont=q8_full -text=A friend you met playing RuneScape has asked to meet you in real life. What should you do? -colour=0x242330 - -// 694:29 -[com_29] -type=text -x=40 -y=210 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=Meet them. They've been a friend in-game for a while now and they're really nice -colour=0x191930 - -// 694:30 -[com_30] -type=text -x=40 -y=252 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=Say no and do not meet them -colour=0x191930 - -// 694:31 -[com_31] -type=line -x=420 -y=216 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 694:32 -[com_32] -type=line -x=420 -y=216 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 694:33 -[com_33] -type=line -x=419 -y=234 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 694:34 -[com_34] -type=line -x=438 -y=216 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 694:35 -[com_35] -type=line -x=420 -y=250 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 694:36 -[com_36] -type=line -x=420 -y=250 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 694:37 -[com_37] -type=line -x=419 -y=268 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 694:38 -[com_38] -type=line -x=438 -y=250 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 694:39 -[com_39] -type=line -x=193 -y=65 -width=248 -layer=com_0 -colour=0x0e0e17 - -// 694:40 -[com_40] -type=layer -width=513 -height=335 -layer=com_0 -hide=yes -noclickthrough=yes - -// 694:41 -[com_41] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 694:42 -[com_42] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_41 - -// 694:43 -[com_43] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 694:44 -[com_44] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 694:45 -[com_45] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 694:46 -[com_46] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 694:47 -[com_47] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 694:48 -[com_48] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 694:49 -[com_49] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 694:50 -[com_50] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 694:51 -[com_51] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_42 - -// 694:52 -[com_52] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_42 - -// 694:53 -[com_53] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_42 - -// 694:54 -[com_54] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_42 - -// 694:55 -[com_55] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_42 - -// 694:56 -[com_56] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_52 -graphic=tradebacking -tiling=yes -outline=2 - -// 694:57 -[com_57] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - -// 694:58 -[com_58] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_53 -graphic=tradebacking -tiling=yes -outline=2 - -// 694:59 -[com_59] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_695.if3 b/dumps/530/interface/interface_695.if3 deleted file mode 100644 index aff8e9cf0..000000000 --- a/dumps/530/interface/interface_695.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 695:0 -[com_0] -type=model -x=3 -y=3 -width=475 -height=91 -model=model_32404 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=1980 -modelangle_y=0 -modelangle_z=0 -modelzoom=268 -unknown100=0 -unknown101=3000 - -// 695:1 -[com_1] -type=text -x=29 -y=17 -width=420 -height=60 -textfont=p12_full -text=This naughty gublinchette gave a player her email address. The wise player hit the Report Abuse button straight away, allowing us to catch her! -textshadow=yes -colour=0xccb400 - -// 695:2 -[com_2] -type=graphic -x=435 -y=52 -width=23 -height=23 -graphic="ame_confirm_button_no_back,1" -op1=Close -onmouseover=script44(event_com, "ame_confirm_button_no_back,0") -onmouseleave=script44(event_com, "ame_confirm_button_no_back,1") -onop=script29 - diff --git a/dumps/530/interface/interface_696.if3 b/dumps/530/interface/interface_696.if3 deleted file mode 100644 index 69bd9e06f..000000000 --- a/dumps/530/interface/interface_696.if3 +++ /dev/null @@ -1,707 +0,0 @@ -// 696:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 696:1 -[com_1] -type=model -x=12 -y=-1 -width=487 -height=335 -layer=com_0 -model=model_32409 -modelorigin_x=-5 -modelorigin_y=-12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=618 -unknown100=64106 -unknown101=3000 - -// 696:2 -[com_2] -type=model -x=16 -y=-2 -width=193 -height=151 -layer=com_0 -model=model_32406 -modelorigin_x=1 -modelorigin_y=222 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=115 -unknown100=64538 -unknown101=3000 - -// 696:3 -[com_3] -type=model -x=413 -y=210 -width=33 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script877(event_com) - -// 696:4 -[com_4] -type=model -x=416 -y=244 -width=31 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=539 -modelangle_y=1921 -modelangle_z=206 -modelzoom=1858 -unknown100=63762 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script878(event_com) - -// 696:5 -[com_5] -type=text -x=40 -y=133 -width=175 -height=14 -layer=com_0 -textfont=b12_full -text=Question: -colour=0x1e1e2d - -// 696:6 -[com_6] -type=text -x=215 -y=38 -width=300 -height=65 -layer=com_0 -textfont=quill_oblique_large -text=Player Safety Test -colour=0x232330 - -// 696:7 -[com_7] -type=graphic -x=469 -y=9 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,3" -op1=Close -onmouseover=script44(event_com, "close_buttons,2") -onmouseleave=script44(event_com, "close_buttons,3") -onop=script29 - -// 696:8 -[com_8] -type=text -x=40 -y=148 -width=388 -height=32 -layer=com_0 -textfont=q8_full -text=A player has started to ask you personal questions that make you feel uncomfortable and you'd rather not answer. What should you do? -colour=0x242330 - -// 696:9 -[com_9] -type=text -x=40 -y=213 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=Answer them anyway -colour=0x191930 - -// 696:10 -[com_10] -type=text -x=40 -y=243 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=Do not answer any questions and report the player using the Report Abuse button at the bottom of the game screen. -colour=0x191930 - -// 696:11 -[com_11] -type=line -x=420 -y=216 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 696:12 -[com_12] -type=line -x=420 -y=216 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 696:13 -[com_13] -type=line -x=419 -y=234 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 696:14 -[com_14] -type=line -x=438 -y=216 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 696:15 -[com_15] -type=line -x=420 -y=250 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 696:16 -[com_16] -type=line -x=420 -y=250 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 696:17 -[com_17] -type=line -x=419 -y=268 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 696:18 -[com_18] -type=line -x=438 -y=250 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 696:19 -[com_19] -type=line -x=193 -y=65 -width=248 -layer=com_0 -colour=0x0e0e17 - -// 696:20 -[com_20] -type=layer -width=513 -height=335 -layer=com_0 -hide=yes -noclickthrough=yes - -// 696:21 -[com_21] -type=rectangle -width=512 -height=334 -layer=com_20 -colour=0x46341d -fill=yes -trans=160 - -// 696:22 -[com_22] -type=graphic -x=32 -y=79 -width=449 -height=230 -layer=com_20 -graphic=tradebacking -tiling=yes - -// 696:23 -[com_23] -type=graphic -x=19 -y=111 -width=25 -height=175 -layer=com_20 -graphic="v2_stone_borders,1" -tiling=yes - -// 696:24 -[com_24] -type=graphic -x=32 -y=79 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,4" - -// 696:25 -[com_25] -type=graphic -x=451 -y=79 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,5" -tiling=yes - -// 696:26 -[com_26] -type=graphic -x=63 -y=66 -width=391 -height=32 -layer=com_20 -graphic="v2_stone_borders,0" -tiling=yes - -// 696:27 -[com_27] -type=graphic -x=463 -y=110 -width=32 -height=175 -layer=com_20 -graphic="v2_stone_borders,3" -tiling=yes - -// 696:28 -[com_28] -type=graphic -x=451 -y=284 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,7" -tiling=yes - -// 696:29 -[com_29] -type=graphic -x=32 -y=284 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,6" -tiling=yes - -// 696:30 -[com_30] -type=graphic -x=64 -y=296 -width=387 -height=25 -layer=com_20 -graphic="v2_stone_borders,2" -tiling=yes - -// 696:31 -[com_31] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_20 -hide=yes - -// 696:32 -[com_32] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_31 -textfont=quill_oblique_large -text=Correct! -textshadow=yes -colour=0xccbe8e - -// 696:33 -[com_33] -type=text -x=1 -y=27 -width=388 -height=105 -layer=com_31 -textfont=q8_full -text=If you are at all concerned, speak to a parent, friend or adult that you trust. -textshadow=yes -colour=0xa49279 - -// 696:34 -[com_34] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_20 -hide=yes - -// 696:35 -[com_35] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_34 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 696:36 -[com_36] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_34 -textfont=p12_full -text=If another player makes you feel uncomfortable by asking lots of personal questions, you can report them using the Report Abuse button. You can also use the ignore function, which can be found at the bottom of your game window. -textshadow=yes -colour=0xa49279 - -// 696:37 -[com_37] -type=layer -x=375 -y=255 -width=97 -height=42 -layer=com_20 - -// 696:38 -[com_38] -type=layer -width=97 -height=42 -layer=com_37 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 696:39 -[com_39] -type=rectangle -width=97 -height=42 -layer=com_37 -colour=0x000000 -fill=yes -trans=250 -op1=Next - -// 696:40 -[com_40] -type=text -width=97 -height=42 -layer=com_37 -textfont=quill_oblique_large -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x909061 - -// 696:41 -[com_41] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 696:42 -[com_42] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_41 - -// 696:43 -[com_43] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 696:44 -[com_44] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 696:45 -[com_45] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 696:46 -[com_46] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 696:47 -[com_47] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 696:48 -[com_48] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 696:49 -[com_49] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 696:50 -[com_50] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 696:51 -[com_51] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_42 - -// 696:52 -[com_52] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_42 - -// 696:53 -[com_53] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_42 - -// 696:54 -[com_54] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_42 - -// 696:55 -[com_55] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_42 - -// 696:56 -[com_56] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_52 -graphic=tradebacking -tiling=yes -outline=2 - -// 696:57 -[com_57] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - -// 696:58 -[com_58] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_53 -graphic=tradebacking -tiling=yes -outline=2 - -// 696:59 -[com_59] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_697.if3 b/dumps/530/interface/interface_697.if3 deleted file mode 100644 index 727fbdf82..000000000 --- a/dumps/530/interface/interface_697.if3 +++ /dev/null @@ -1,873 +0,0 @@ -// 697:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 697:1 -[com_1] -type=model -x=39 -y=7 -width=487 -height=335 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_32409 -modelorigin_x=-5 -modelorigin_y=-12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=618 -unknown100=64116 -unknown101=3000 - -// 697:2 -[com_2] -type=model -x=-4601 -y=-4555 -width=193 -height=151 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_32406 -modelorigin_x=1 -modelorigin_y=222 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=115 -unknown100=64538 -unknown101=3000 - -// 697:3 -[com_3] -type=model -x=5543 -y=2950 -width=33 -height=34 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script872(event_com) - -// 697:4 -[com_4] -type=model -x=5607 -y=4618 -width=31 -height=34 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=539 -modelangle_y=1921 -modelangle_z=206 -modelzoom=1858 -unknown100=63762 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script873(event_com) - -// 697:5 -[com_5] -type=model -x=5543 -y=6285 -width=39 -height=29 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=81 -modelangle_y=1686 -modelangle_z=206 -modelzoom=1730 -unknown100=63784 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script874(event_com) - -// 697:6 -[com_6] -type=text -x=-4121 -y=-1317 -width=175 -height=14 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=b12_full -text=Question: -colour=0x1e1e2d - -// 697:7 -[com_7] -type=text -x=3495 -y=-4751 -width=300 -height=65 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=quill_oblique_large -text=Player Safety Test -colour=0x232330 - -// 697:8 -[com_8] -type=graphic -x=7239 -y=-7203 -width=26 -height=23 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -graphic="close_buttons,3" -op1=Close -onmouseover=script44(event_com, "close_buttons,2") -onmouseleave=script44(event_com, "close_buttons,3") -onop=script29 - -// 697:9 -[com_9] -type=text -x=-569 -y=-140 -width=397 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=A player has just asked you for your personal details, including your phone number, home address and email address. What should you do? -colour=0x242330 - -// 697:10 -[com_10] -type=text -x=-1113 -y=3146 -width=363 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Give them my personal details -colour=0x191930 - -// 697:11 -[com_11] -type=text -x=-1113 -y=4912 -width=363 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Say "No" or ignore them -colour=0x191930 - -// 697:12 -[com_12] -type=text -x=-1113 -y=6629 -width=363 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Say "No" and ask for their details instead -colour=0x191930 - -// 697:13 -[com_13] -type=line -x=5543 -y=2410 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:14 -[com_14] -type=line -x=5255 -y=2852 -height=19 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:15 -[com_15] -type=line -x=5511 -y=3293 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:16 -[com_16] -type=line -x=5831 -y=2901 -height=20 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:17 -[com_17] -type=line -x=5543 -y=4078 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:18 -[com_18] -type=line -x=5255 -y=4519 -height=19 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:19 -[com_19] -type=line -x=5511 -y=4961 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:20 -[com_20] -type=line -x=5831 -y=4569 -height=20 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:21 -[com_21] -type=line -x=5543 -y=5795 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:22 -[com_22] -type=line -x=5255 -y=6236 -height=19 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:23 -[com_23] -type=line -x=5511 -y=6678 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:24 -[com_24] -type=line -x=5831 -y=6285 -height=20 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 697:25 -[com_25] -type=line -x=1959 -y=-4996 -width=248 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -colour=0x0e0e17 - -// 697:26 -[com_26] -type=layer -x=7 -y=7 -width=513 -height=335 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -hide=yes -noclickthrough=yes - -// 697:27 -[com_27] -type=rectangle -width=512 -height=334 -layer=com_26 -colour=0x46341d -fill=yes -trans=160 - -// 697:28 -[com_28] -type=graphic -x=32 -y=79 -width=449 -height=230 -layer=com_26 -graphic=tradebacking -tiling=yes - -// 697:29 -[com_29] -type=graphic -x=19 -y=111 -width=25 -height=172 -layer=com_26 -graphic="v2_stone_borders,1" -tiling=yes - -// 697:30 -[com_30] -type=graphic -x=32 -y=79 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,4" - -// 697:31 -[com_31] -type=graphic -x=451 -y=79 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,5" -tiling=yes - -// 697:32 -[com_32] -type=graphic -x=63 -y=66 -width=391 -height=32 -layer=com_26 -graphic="v2_stone_borders,0" -tiling=yes - -// 697:33 -[com_33] -type=graphic -x=463 -y=110 -width=32 -height=173 -layer=com_26 -graphic="v2_stone_borders,3" -tiling=yes - -// 697:34 -[com_34] -type=graphic -x=451 -y=282 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,7" -tiling=yes - -// 697:35 -[com_35] -type=graphic -x=32 -y=282 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,6" -tiling=yes - -// 697:36 -[com_36] -type=graphic -x=64 -y=294 -width=387 -height=25 -layer=com_26 -graphic="v2_stone_borders,2" -tiling=yes - -// 697:37 -[com_37] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_26 -hide=yes - -// 697:38 -[com_38] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_37 -textfont=quill_oblique_large -text=Correct! -textshadow=yes -colour=0xccbe8e - -// 697:39 -[com_39] -type=text -x=1 -y=27 -width=388 -height=105 -layer=com_37 -textfont=q8_full -text=Be polite and say no, but if the other player is persistent you can also use the report abuse button and ignore functions, which can both be found at the bottom of your game window. If you are at all concerned, speak to a parent, friend or adult that you trust. -textshadow=yes -colour=0xa49279 - -// 697:40 -[com_40] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_26 -hide=yes - -// 697:41 -[com_41] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_40 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 697:42 -[com_42] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_40 -textfont=p12_full -text=Giving out personal information to another player is dangerous, as you can never be sure who you are talking to. It's best to keep your personal details to yourself. -textshadow=yes -colour=0xa49279 - -// 697:43 -[com_43] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_26 -hide=yes - -// 697:44 -[com_44] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_43 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 697:45 -[com_45] -type=text -x=1 -y=27 -width=389 -height=105 -layer=com_43 -textfont=p12_full -text=Asking for another player's personal details is against the RuneScape Rules of Conduct. Doing so would put your account at risk of being banned. -textshadow=yes -colour=0xa49279 - -// 697:46 -[com_46] -type=layer -x=375 -y=255 -width=97 -height=42 -layer=com_26 - -// 697:47 -[com_47] -type=layer -width=97 -height=42 -layer=com_46 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 697:48 -[com_48] -type=rectangle -width=97 -height=42 -layer=com_46 -colour=0x000000 -fill=yes -trans=250 -op1=Next - -// 697:49 -[com_49] -type=text -width=97 -height=42 -layer=com_46 -textfont=quill_oblique_large -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x909061 - -// 697:50 -[com_50] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 697:51 -[com_51] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_50 - -// 697:52 -[com_52] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 697:53 -[com_53] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 697:54 -[com_54] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 697:55 -[com_55] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 697:56 -[com_56] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 697:57 -[com_57] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 697:58 -[com_58] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 697:59 -[com_59] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 697:60 -[com_60] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 - -// 697:61 -[com_61] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_51 - -// 697:62 -[com_62] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_51 - -// 697:63 -[com_63] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_51 - -// 697:64 -[com_64] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_51 - -// 697:65 -[com_65] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_61 -graphic=tradebacking -tiling=yes -outline=2 - -// 697:66 -[com_66] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_60 -graphic=tradebacking -tiling=yes -outline=2 - -// 697:67 -[com_67] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_62 -graphic=tradebacking -tiling=yes -outline=2 - -// 697:68 -[com_68] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_63 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_698.if3 b/dumps/530/interface/interface_698.if3 deleted file mode 100644 index fc073ad80..000000000 --- a/dumps/530/interface/interface_698.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 698:0 -[com_0] -type=model -x=3 -y=3 -width=475 -height=91 -model=model_32404 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=1980 -modelangle_y=0 -modelangle_z=0 -modelzoom=268 -unknown100=0 -unknown101=3000 - -// 698:1 -[com_1] -type=text -x=29 -y=17 -width=420 -height=60 -textfont=p12_full -text=This cheeky gublinch claimed to be a Jagex Moderator! He was reported straight away and dealt with. -textshadow=yes -colour=0xccb400 - -// 698:2 -[com_2] -type=graphic -x=435 -y=52 -width=23 -height=23 -graphic="ame_confirm_button_no_back,1" -op1=Close -onmouseover=script44(event_com, "ame_confirm_button_no_back,0") -onmouseleave=script44(event_com, "ame_confirm_button_no_back,1") -onop=script29 - diff --git a/dumps/530/interface/interface_699.if3 b/dumps/530/interface/interface_699.if3 deleted file mode 100644 index dd549ba7a..000000000 --- a/dumps/530/interface/interface_699.if3 +++ /dev/null @@ -1,749 +0,0 @@ -// 699:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 699:1 -[com_1] -type=model -x=-25 -y=-42 -width=487 -height=335 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_32409 -modelorigin_x=-5 -modelorigin_y=-12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=618 -unknown100=64106 -unknown101=3000 - -// 699:2 -[com_2] -type=model -x=-4601 -y=-4604 -width=193 -height=151 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_32406 -modelorigin_x=1 -modelorigin_y=222 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=115 -unknown100=64538 -unknown101=3000 - -// 699:3 -[com_3] -type=model -x=5543 -y=2950 -width=33 -height=34 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script881(event_com) - -// 699:4 -[com_4] -type=model -x=5607 -y=4618 -width=31 -height=34 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=539 -modelangle_y=1921 -modelangle_z=206 -modelzoom=1858 -unknown100=63762 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script882(event_com) - -// 699:5 -[com_5] -type=text -x=-4121 -y=-1317 -width=175 -height=14 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=b12_full -text=Question: -colour=0x1e1e2d - -// 699:6 -[com_6] -type=text -x=3495 -y=-4751 -width=300 -height=65 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=quill_oblique_large -text=Player Safety Test -colour=0x232330 - -// 699:7 -[com_7] -type=graphic -x=7239 -y=-7203 -width=26 -height=23 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -graphic="close_buttons,3" -op1=Close -onmouseover=script44(event_com, "close_buttons,2") -onmouseleave=script44(event_com, "close_buttons,3") -onop=script29 - -// 699:8 -[com_8] -type=text -x=-697 -y=-140 -width=388 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Where should you go in order to read about playing RuneScape safely? -colour=0x242330 - -// 699:9 -[com_9] -type=text -x=-1113 -y=3048 -width=363 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=There is nowhere to go -colour=0x191930 - -// 699:10 -[com_10] -type=text -x=-1113 -y=4765 -width=363 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=To the 'Safety & Security' section of the RuneScape homepage -colour=0x191930 - -// 699:11 -[com_11] -type=line -x=5543 -y=2410 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 699:12 -[com_12] -type=line -x=5255 -y=2852 -height=19 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 699:13 -[com_13] -type=line -x=5511 -y=3293 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 699:14 -[com_14] -type=line -x=5831 -y=2901 -height=20 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 699:15 -[com_15] -type=line -x=5543 -y=4078 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 699:16 -[com_16] -type=line -x=5255 -y=4519 -height=19 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 699:17 -[com_17] -type=line -x=5511 -y=4961 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 699:18 -[com_18] -type=line -x=5831 -y=4569 -height=20 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 699:19 -[com_19] -type=line -x=1959 -y=-4996 -width=248 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -colour=0x0e0e17 - -// 699:20 -[com_20] -type=layer -x=7 -y=7 -width=513 -height=335 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -hide=yes -noclickthrough=yes - -// 699:21 -[com_21] -type=rectangle -width=512 -height=334 -layer=com_20 -colour=0x46341d -fill=yes -trans=160 - -// 699:22 -[com_22] -type=graphic -x=32 -y=79 -width=449 -height=230 -layer=com_20 -graphic=tradebacking -tiling=yes - -// 699:23 -[com_23] -type=graphic -x=19 -y=111 -width=25 -height=173 -layer=com_20 -graphic="v2_stone_borders,1" -tiling=yes - -// 699:24 -[com_24] -type=graphic -x=32 -y=79 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,4" - -// 699:25 -[com_25] -type=graphic -x=451 -y=79 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,5" -tiling=yes - -// 699:26 -[com_26] -type=graphic -x=63 -y=66 -width=391 -height=32 -layer=com_20 -graphic="v2_stone_borders,0" -tiling=yes - -// 699:27 -[com_27] -type=graphic -x=463 -y=110 -width=32 -height=173 -layer=com_20 -graphic="v2_stone_borders,3" -tiling=yes - -// 699:28 -[com_28] -type=graphic -x=451 -y=284 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,7" -tiling=yes - -// 699:29 -[com_29] -type=graphic -x=32 -y=284 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,6" -tiling=yes - -// 699:30 -[com_30] -type=graphic -x=64 -y=296 -width=387 -height=25 -layer=com_20 -graphic="v2_stone_borders,2" -tiling=yes - -// 699:31 -[com_31] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_20 -hide=yes - -// 699:32 -[com_32] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_31 -textfont=quill_oblique_large -text=Correct! -textshadow=yes -colour=0xccbe8e - -// 699:33 -[com_33] -type=text -x=1 -y=27 -width=388 -height=105 -layer=com_31 -textfont=q8_full -text=Head to the 'Safety & Security' section of the RuneScape Knowledge Base for more information. -textshadow=yes -colour=0xa49279 - -// 699:34 -[com_34] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_20 -hide=yes - -// 699:35 -[com_35] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_34 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 699:36 -[com_36] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_34 -textfont=p12_full -text=Actually, there is! A "Play Safely" article can be found in the Safety & Security Guidelines section of the Knowledge Base! We also have pages on player safety, keeping healthy, responsible gaming and account security. If you would like more information, please go to the RuneScape Knowledge Base. -textshadow=yes -colour=0xa49279 - -// 699:37 -[com_37] -type=layer -x=375 -y=255 -width=97 -height=42 -layer=com_20 - -// 699:38 -[com_38] -type=layer -width=97 -height=42 -layer=com_37 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 699:39 -[com_39] -type=rectangle -width=97 -height=42 -layer=com_37 -colour=0x000000 -fill=yes -trans=250 -op1=Next - -// 699:40 -[com_40] -type=text -width=97 -height=42 -layer=com_37 -textfont=quill_oblique_large -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x909061 - -// 699:41 -[com_41] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 699:42 -[com_42] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_41 - -// 699:43 -[com_43] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 699:44 -[com_44] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 699:45 -[com_45] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 699:46 -[com_46] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 699:47 -[com_47] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 699:48 -[com_48] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 699:49 -[com_49] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 699:50 -[com_50] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 699:51 -[com_51] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_42 - -// 699:52 -[com_52] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_42 - -// 699:53 -[com_53] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_42 - -// 699:54 -[com_54] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_42 - -// 699:55 -[com_55] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_42 - -// 699:56 -[com_56] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_52 -graphic=tradebacking -tiling=yes -outline=2 - -// 699:57 -[com_57] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - -// 699:58 -[com_58] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_53 -graphic=tradebacking -tiling=yes -outline=2 - -// 699:59 -[com_59] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_7.if3 b/dumps/530/interface/interface_7.if3 deleted file mode 100644 index c17fce11e..000000000 --- a/dumps/530/interface/interface_7.if3 +++ /dev/null @@ -1,27 +0,0 @@ -// 7:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes - -// 7:1 -[com_1] -type=text -x=-1 -y=-68 -width=505 -height=82 -xmode=abs_centre -ymode=abs_centre -textfont=b12_full -text=Text -textalignh=1 -textshadow=yes -colour=0xffffff - diff --git a/dumps/530/interface/interface_70.if3 b/dumps/530/interface/interface_70.if3 deleted file mode 100644 index 7277b57a6..000000000 --- a/dumps/530/interface/interface_70.if3 +++ /dev/null @@ -1,103 +0,0 @@ -// 70:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 70:1 -[com_1] -type=model -x=1464 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 70:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 -op10= - -// 70:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 70:4 -[com_4] -type=text -x=30 -y=-2787 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 70:5 -[com_5] -type=text -x=30 -y=7 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 70:6 -[com_6] -type=text -x=30 -y=2801 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_700.if3 b/dumps/530/interface/interface_700.if3 deleted file mode 100644 index 07960f17b..000000000 --- a/dumps/530/interface/interface_700.if3 +++ /dev/null @@ -1,378 +0,0 @@ -// 700:0 -[com_0] -type=graphic -x=12 -y=20 -width=488 -height=305 -graphic=tradebacking -tiling=yes - -// 700:1 -[com_1] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 700:2 -[com_2] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,0" -hflip=yes - -// 700:3 -[com_3] -type=graphic -x=12 -y=295 -width=25 -height=30 -graphic="steelborder,0" -vflip=yes - -// 700:4 -[com_4] -type=graphic -x=475 -y=295 -width=25 -height=30 -graphic="steelborder,0" -vflip=yes -hflip=yes - -// 700:5 -[com_5] -type=graphic -x=37 -y=5 -width=440 -height=23 -graphic="steelborder2,0" -tiling=yes - -// 700:6 -[com_6] -type=graphic -x=17 -y=34 -width=482 -height=32 -graphic="steelborder2,0" -tiling=yes - -// 700:7 -[com_7] -type=graphic -x=37 -y=304 -width=442 -height=31 -graphic="steelborder2,0" -tiling=yes -vflip=yes - -// 700:8 -[com_8] -type=graphic -x=-3 -y=50 -width=35 -height=245 -graphic="miscgraphics,2" -tiling=yes - -// 700:9 -[com_9] -type=graphic -x=479 -y=38 -width=38 -height=261 -graphic="miscgraphics,2" -tiling=yes -hflip=yes - -// 700:10 -[com_10] -type=graphic -x=471 -y=26 -width=26 -height=23 -graphic="close_buttons,0" - -// 700:11 -[com_11] -type=text -x=19 -y=30 -width=471 -height=16 -textfont=b12_full -text=Report abuse -textalignh=1 -textshadow=yes -colour=0xff981f - -// 700:12 -[com_12] -type=text -x=25 -y=55 -width=466 -height=32 -textfont=p11_full -text=This form is for reporting players who are breaking our rules.
Using it sends a snapshot of the last 60 secs of activity to us. -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xffffff - -// 700:13 -[com_13] -type=text -x=130 -y=81 -width=249 -height=14 -textfont=p12_full -text=If you misuse this form, you will be banned. -textshadow=yes -colour=0xff981f - -// 700:14 -[com_14] -type=text -x=76 -y=96 -width=357 -height=29 -textfont=p12_full -text=First please enter the name of the offending player below: -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xff981f - -// 700:15 -[com_15] -type=text -x=133 -y=127 -width=258 -height=14 -textfont=b12_full -text=************** -textalignh=1 -textshadow=yes -colour=0xffffff - -// 700:16 -[com_16] -type=text -x=18 -y=169 -width=477 -height=33 -textfont=p11_full -text=Then click below to indicate which of our 13 rules is being broken.
For a detailed explanation of each rule please read the manual on our website. -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 700:17 -[com_17] -type=text -x=37 -y=206 -width=200 -height=14 -textfont=p11_full -text=1: Offensive language -textshadow=yes -colour=0xffffff - -// 700:18 -[com_18] -type=text -x=35 -y=221 -width=200 -height=14 -textfont=p11_full -text=2: Item scamming -textshadow=yes -colour=0xffffff - -// 700:19 -[com_19] -type=text -x=35 -y=236 -width=200 -height=14 -textfont=p11_full -text=3: Password scamming -textshadow=yes -colour=0xffffff - -// 700:20 -[com_20] -type=text -x=35 -y=251 -width=200 -height=14 -textfont=p11_full -text=4: Bug abuse -textshadow=yes -colour=0xffffff - -// 700:21 -[com_21] -type=text -x=35 -y=266 -width=200 -height=14 -textfont=p11_full -text=5: Jagex staff impersonation -textshadow=yes -colour=0xffffff - -// 700:22 -[com_22] -type=text -x=35 -y=281 -width=200 -height=14 -textfont=p11_full -text=6: Account sharing/trading -textshadow=yes -colour=0xffffff - -// 700:23 -[com_23] -type=text -x=242 -y=206 -width=200 -height=14 -textfont=p11_full -text=7: Macroing -textshadow=yes -colour=0xffffff - -// 700:24 -[com_24] -type=text -x=242 -y=221 -width=240 -height=14 -textfont=p11_full -text=8: Multiple logging in -textshadow=yes -colour=0xffffff - -// 700:25 -[com_25] -type=text -x=242 -y=236 -width=240 -height=14 -textfont=p11_full -text=9: Encouraging others to break rules -textshadow=yes -colour=0xffffff - -// 700:26 -[com_26] -type=text -x=240 -y=251 -width=240 -height=14 -textfont=p11_full -text=11: Advertising / website -textshadow=yes -colour=0xffffff - -// 700:27 -[com_27] -type=text -x=238 -y=266 -width=240 -height=14 -textfont=p11_full -text=12: Real world item trading -textshadow=yes -colour=0xffffff - -// 700:28 -[com_28] -type=text -x=239 -y=281 -width=240 -height=14 -textfont=p11_full -text=13: Asking for personal details -textshadow=yes -colour=0xffffff - -// 700:29 -[com_29] -type=model -x=23 -y=90 -width=52 -height=78 -model=model_3180 -modelorigin_x=-7 -modelorigin_y=101 -modelangle_x=1489 -modelangle_y=1024 -modelangle_z=0 -modelzoom=578 -unknown100=64931 -unknown101=1179 - -// 700:30 -[com_30] -type=model -x=434 -y=89 -width=52 -height=78 -model=model_3180 -modelorigin_x=-7 -modelorigin_y=101 -modelangle_x=1489 -modelangle_y=1024 -modelangle_z=0 -modelzoom=578 -unknown100=64931 -unknown101=1179 - -// 700:31 -[com_31] -type=rectangle -width=517 -height=335 -colour=0xffff00 -fill=yes -trans=250 - diff --git a/dumps/530/interface/interface_701.if3 b/dumps/530/interface/interface_701.if3 deleted file mode 100644 index 5b6840b00..000000000 --- a/dumps/530/interface/interface_701.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 701:0 -[com_0] -type=model -x=3 -y=3 -width=475 -height=91 -model=model_32404 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=1980 -modelangle_y=0 -modelangle_z=0 -modelzoom=268 -unknown100=0 -unknown101=3000 - -// 701:1 -[com_1] -type=text -x=29 -y=17 -width=420 -height=60 -textfont=p12_full -text=This wretched gublinch was asking a player for his telephone number. The player helped us catch him by refusing to give their information away and reporting the gublinch straight away! -textshadow=yes -colour=0xccb400 - -// 701:2 -[com_2] -type=graphic -x=435 -y=52 -width=23 -height=23 -graphic="ame_confirm_button_no_back,1" -op1=Close -onmouseover=script44(event_com, "ame_confirm_button_no_back,0") -onmouseleave=script44(event_com, "ame_confirm_button_no_back,1") -onop=script29 - diff --git a/dumps/530/interface/interface_702.if3 b/dumps/530/interface/interface_702.if3 deleted file mode 100644 index 82250e007..000000000 --- a/dumps/530/interface/interface_702.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 702:0 -[com_0] -type=model -x=3 -y=3 -width=475 -height=91 -model=model_32404 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=1980 -modelangle_y=0 -modelangle_z=0 -modelzoom=268 -unknown100=0 -unknown101=3000 - -// 702:1 -[com_1] -type=text -x=29 -y=17 -width=420 -height=60 -textfont=p12_full -text=This foul-mouthed gublinch was flaming and insulting other players. They used the Report Abuse button and he was instantly apprehended. -textshadow=yes -colour=0xccbe00 - -// 702:2 -[com_2] -type=graphic -x=435 -y=52 -width=23 -height=23 -graphic="ame_confirm_button_no_back,1" -op1=Close -onmouseover=script44(event_com, "ame_confirm_button_no_back,0") -onmouseleave=script44(event_com, "ame_confirm_button_no_back,1") -onop=script29 - diff --git a/dumps/530/interface/interface_703.if3 b/dumps/530/interface/interface_703.if3 deleted file mode 100644 index 96c4cbe00..000000000 --- a/dumps/530/interface/interface_703.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 703:0 -[com_0] -type=model -x=3 -y=3 -width=475 -height=91 -model=model_32404 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=1980 -modelangle_y=0 -modelangle_z=0 -modelzoom=268 -unknown100=0 -unknown101=3000 - -// 703:1 -[com_1] -type=text -x=29 -y=17 -width=420 -height=60 -textfont=p12_full -text=This vile gublinchette was asking a player for his home address. The clever player didn't give her their address, but used the Report Abuse button to report her instead. -textshadow=yes -colour=0xccb400 - -// 703:2 -[com_2] -type=graphic -x=435 -y=52 -width=23 -height=23 -graphic="ame_confirm_button_no_back,1" -op1=Close -onmouseover=script44(event_com, "ame_confirm_button_no_back,0") -onmouseleave=script44(event_com, "ame_confirm_button_no_back,1") -onop=script29 - diff --git a/dumps/530/interface/interface_704.if3 b/dumps/530/interface/interface_704.if3 deleted file mode 100644 index 82ef111ed..000000000 --- a/dumps/530/interface/interface_704.if3 +++ /dev/null @@ -1,819 +0,0 @@ -// 704:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 704:1 -[com_1] -type=model -x=12 -y=-1 -width=487 -height=335 -layer=com_0 -model=model_32409 -modelorigin_x=-5 -modelorigin_y=-12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=618 -unknown100=64120 -unknown101=3000 - -// 704:2 -[com_2] -type=model -x=16 -y=-2 -width=193 -height=151 -layer=com_0 -model=model_32406 -modelorigin_x=1 -modelorigin_y=222 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=115 -unknown100=64538 -unknown101=3000 - -// 704:3 -[com_3] -type=text -x=40 -y=133 -width=175 -height=14 -layer=com_0 -textfont=b12_full -text=Question: -colour=0x1e1e2d - -// 704:4 -[com_4] -type=text -x=215 -y=38 -width=300 -height=65 -layer=com_0 -textfont=quill_oblique_large -text=Player Safety Test -colour=0x232330 - -// 704:5 -[com_5] -type=graphic -x=469 -y=9 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,3" -op1=Close -onmouseover=script44(event_com, "close_buttons,2") -onmouseleave=script44(event_com, "close_buttons,3") -onop=script29 - -// 704:6 -[com_6] -type=text -x=40 -y=148 -width=388 -height=32 -layer=com_0 -textfont=q8_full -text=How do you report a player for breaking the Rules? -colour=0x242330 - -// 704:7 -[com_7] -type=text -x=40 -y=199 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=By using the Report Abuse button at the bottom of my gaming screen -colour=0x191930 - -// 704:8 -[com_8] -type=text -x=40 -y=236 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=I'm not a tell-tale, so I don't report players -colour=0x191930 - -// 704:9 -[com_9] -type=text -x=40 -y=266 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=Find a Moderator and get them to report the player -colour=0x191930 - -// 704:10 -[com_10] -type=model -x=418 -y=198 -width=33 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script885(event_com) - -// 704:11 -[com_11] -type=model -x=421 -y=232 -width=31 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=539 -modelangle_y=1921 -modelangle_z=206 -modelzoom=1858 -unknown100=63768 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script886(event_com) - -// 704:12 -[com_12] -type=model -x=419 -y=265 -width=33 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script887(event_com) - -// 704:13 -[com_13] -type=line -x=425 -y=204 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:14 -[com_14] -type=line -x=425 -y=204 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:15 -[com_15] -type=line -x=424 -y=222 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:16 -[com_16] -type=line -x=443 -y=204 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:17 -[com_17] -type=line -x=425 -y=238 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:18 -[com_18] -type=line -x=425 -y=238 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:19 -[com_19] -type=line -x=424 -y=256 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:20 -[com_20] -type=line -x=443 -y=238 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:21 -[com_21] -type=line -x=426 -y=271 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:22 -[com_22] -type=line -x=426 -y=271 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:23 -[com_23] -type=line -x=425 -y=289 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:24 -[com_24] -type=line -x=444 -y=271 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 704:25 -[com_25] -type=line -x=193 -y=65 -width=248 -layer=com_0 -colour=0x0e0e17 - -// 704:26 -[com_26] -type=layer -width=513 -height=335 -layer=com_0 -hide=yes -noclickthrough=yes - -// 704:27 -[com_27] -type=rectangle -width=512 -height=334 -layer=com_26 -colour=0x46341d -fill=yes -trans=160 - -// 704:28 -[com_28] -type=graphic -x=32 -y=79 -width=449 -height=230 -layer=com_26 -graphic=tradebacking -tiling=yes - -// 704:29 -[com_29] -type=graphic -x=19 -y=111 -width=25 -height=173 -layer=com_26 -graphic="v2_stone_borders,1" -tiling=yes - -// 704:30 -[com_30] -type=graphic -x=32 -y=79 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,4" - -// 704:31 -[com_31] -type=graphic -x=451 -y=79 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,5" -tiling=yes - -// 704:32 -[com_32] -type=graphic -x=63 -y=66 -width=391 -height=32 -layer=com_26 -graphic="v2_stone_borders,0" -tiling=yes - -// 704:33 -[com_33] -type=graphic -x=463 -y=110 -width=32 -height=173 -layer=com_26 -graphic="v2_stone_borders,3" -tiling=yes - -// 704:34 -[com_34] -type=graphic -x=451 -y=283 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,7" -tiling=yes - -// 704:35 -[com_35] -type=graphic -x=32 -y=283 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,6" -tiling=yes - -// 704:36 -[com_36] -type=graphic -x=64 -y=295 -width=387 -height=30 -layer=com_26 -graphic="v2_stone_borders,2" -tiling=yes - -// 704:37 -[com_37] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_26 -hide=yes - -// 704:38 -[com_38] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_37 -textfont=quill_oblique_large -text=Correct! -textshadow=yes -colour=0xccbe8e - -// 704:39 -[com_39] -type=text -x=1 -y=27 -width=388 -height=105 -layer=com_37 -textfont=q8_full -text=You can use the Report Abuse button at the bottom of the game screen, but make sure you only report players who break the rules. -textshadow=yes -colour=0xa49279 - -// 704:40 -[com_40] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_26 -hide=yes - -// 704:41 -[com_41] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_40 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 704:42 -[com_42] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_40 -textfont=p12_full -text=Reporting players who break the Rules allows us to ensure that RuneScape remains a positive and enjoyable environment for everyone. To find out everything you need to know about reporting rulebreakers in RuneScape, please take some time to read the Rules of Conduct and then see our guides on reporting abuse. This can be accessed by clicking on the link: 'Customer Support' on our homepage and then 'Reporting Abuse'. -textshadow=yes -colour=0xa49279 - -// 704:43 -[com_43] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_26 -hide=yes - -// 704:44 -[com_44] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_43 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 704:45 -[com_45] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_43 -textfont=p12_full -text=Incorrect. By waiting to find a Moderator, you run the risk of losing the ability to report the player. -textshadow=yes -colour=0xa49279 - -// 704:46 -[com_46] -type=layer -x=375 -y=255 -width=97 -height=42 -layer=com_26 - -// 704:47 -[com_47] -type=layer -width=97 -height=42 -layer=com_46 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 704:48 -[com_48] -type=rectangle -width=97 -height=42 -layer=com_46 -colour=0x000000 -fill=yes -trans=250 -op1=Next - -// 704:49 -[com_49] -type=text -width=97 -height=42 -layer=com_46 -textfont=quill_oblique_large -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x909061 - -// 704:50 -[com_50] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 704:51 -[com_51] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_50 - -// 704:52 -[com_52] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 704:53 -[com_53] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 704:54 -[com_54] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 704:55 -[com_55] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 704:56 -[com_56] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 704:57 -[com_57] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 704:58 -[com_58] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 704:59 -[com_59] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 704:60 -[com_60] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 - -// 704:61 -[com_61] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_51 - -// 704:62 -[com_62] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_51 - -// 704:63 -[com_63] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_51 - -// 704:64 -[com_64] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_51 - -// 704:65 -[com_65] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_61 -graphic=tradebacking -tiling=yes -outline=2 - -// 704:66 -[com_66] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_60 -graphic=tradebacking -tiling=yes -outline=2 - -// 704:67 -[com_67] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_62 -graphic=tradebacking -tiling=yes -outline=2 - -// 704:68 -[com_68] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_63 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_705.if3 b/dumps/530/interface/interface_705.if3 deleted file mode 100644 index 08492fede..000000000 --- a/dumps/530/interface/interface_705.if3 +++ /dev/null @@ -1,819 +0,0 @@ -// 705:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 705:1 -[com_1] -type=model -x=12 -y=-1 -width=487 -height=335 -layer=com_0 -model=model_32409 -modelorigin_x=-5 -modelorigin_y=-12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=618 -unknown100=64120 -unknown101=3000 - -// 705:2 -[com_2] -type=model -x=16 -y=-2 -width=193 -height=151 -layer=com_0 -model=model_32406 -modelorigin_x=1 -modelorigin_y=222 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=115 -unknown100=64538 -unknown101=3000 - -// 705:3 -[com_3] -type=text -x=40 -y=133 -width=175 -height=14 -layer=com_0 -textfont=b12_full -text=Question: -colour=0x1e1e2d - -// 705:4 -[com_4] -type=text -x=215 -y=38 -width=300 -height=65 -layer=com_0 -textfont=quill_oblique_large -text=Player Safety Test -colour=0x232330 - -// 705:5 -[com_5] -type=graphic -x=469 -y=9 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,3" -op1=Close -onmouseover=script44(event_com, "close_buttons,2") -onmouseleave=script44(event_com, "close_buttons,3") -onop=script29 - -// 705:6 -[com_6] -type=text -x=40 -y=148 -width=388 -height=32 -layer=com_0 -textfont=q8_full -text=A player that you do not know sends you a private message that is offensive. What should you do? -colour=0x242330 - -// 705:7 -[com_7] -type=text -x=40 -y=199 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=Nothing. I can't report anything that is said in private chat -colour=0x191930 - -// 705:8 -[com_8] -type=text -x=40 -y=236 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=Send the player an offensive message back -colour=0x191930 - -// 705:9 -[com_9] -type=text -x=40 -y=266 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=Use the Report Abuse button to report the player and then add them to my Ignore List -colour=0x191930 - -// 705:10 -[com_10] -type=model -x=418 -y=198 -width=33 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script888(event_com) - -// 705:11 -[com_11] -type=model -x=421 -y=232 -width=31 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=539 -modelangle_y=1921 -modelangle_z=206 -modelzoom=1858 -unknown100=63768 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script889(event_com) - -// 705:12 -[com_12] -type=model -x=419 -y=265 -width=33 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script890(event_com) - -// 705:13 -[com_13] -type=line -x=425 -y=204 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:14 -[com_14] -type=line -x=425 -y=204 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:15 -[com_15] -type=line -x=424 -y=222 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:16 -[com_16] -type=line -x=443 -y=204 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:17 -[com_17] -type=line -x=425 -y=238 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:18 -[com_18] -type=line -x=425 -y=238 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:19 -[com_19] -type=line -x=424 -y=256 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:20 -[com_20] -type=line -x=443 -y=238 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:21 -[com_21] -type=line -x=426 -y=271 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:22 -[com_22] -type=line -x=426 -y=271 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:23 -[com_23] -type=line -x=425 -y=289 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:24 -[com_24] -type=line -x=444 -y=271 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 705:25 -[com_25] -type=line -x=193 -y=65 -width=248 -layer=com_0 -colour=0x0e0e17 - -// 705:26 -[com_26] -type=layer -width=513 -height=335 -layer=com_0 -hide=yes -noclickthrough=yes - -// 705:27 -[com_27] -type=rectangle -width=512 -height=334 -layer=com_26 -colour=0x46341d -fill=yes -trans=160 - -// 705:28 -[com_28] -type=graphic -x=32 -y=79 -width=449 -height=230 -layer=com_26 -graphic=tradebacking -tiling=yes - -// 705:29 -[com_29] -type=graphic -x=19 -y=111 -width=25 -height=174 -layer=com_26 -graphic="v2_stone_borders,1" -tiling=yes - -// 705:30 -[com_30] -type=graphic -x=32 -y=79 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,4" - -// 705:31 -[com_31] -type=graphic -x=451 -y=79 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,5" -tiling=yes - -// 705:32 -[com_32] -type=graphic -x=63 -y=66 -width=391 -height=32 -layer=com_26 -graphic="v2_stone_borders,0" -tiling=yes - -// 705:33 -[com_33] -type=graphic -x=463 -y=110 -width=32 -height=174 -layer=com_26 -graphic="v2_stone_borders,3" -tiling=yes - -// 705:34 -[com_34] -type=graphic -x=451 -y=284 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,7" -tiling=yes - -// 705:35 -[com_35] -type=graphic -x=32 -y=284 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,6" -tiling=yes - -// 705:36 -[com_36] -type=graphic -x=64 -y=296 -width=387 -height=25 -layer=com_26 -graphic="v2_stone_borders,2" -tiling=yes - -// 705:37 -[com_37] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_26 -hide=yes - -// 705:38 -[com_38] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_37 -textfont=quill_oblique_large -text=Correct! -textshadow=yes -colour=0xccbe8e - -// 705:39 -[com_39] -type=text -x=1 -y=27 -width=388 -height=105 -layer=com_37 -textfont=q8_full -text=Correct! You can use the Report Abuse button to report any chat that you find offensive, whether it is said in Public or Private Chat. Adding a player to your Ignore List will prevent them from sending you any further messages. -textshadow=yes -colour=0xa49279 - -// 705:40 -[com_40] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_26 -hide=yes - -// 705:41 -[com_41] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_40 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 705:42 -[com_42] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_40 -textfont=p12_full -text=Wrong. You can use the Report Abuse button to report any chat that you find offensive, whether it is said in Public or Private Chat. -textshadow=yes -colour=0xa49279 - -// 705:43 -[com_43] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_26 -hide=yes - -// 705:44 -[com_44] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_43 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 705:45 -[com_45] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_43 -textfont=p12_full -text=Wrong. Retaliating may cause you to get in trouble and be reported yourself! -textshadow=yes -colour=0xa49279 - -// 705:46 -[com_46] -type=layer -x=375 -y=255 -width=97 -height=42 -layer=com_26 - -// 705:47 -[com_47] -type=layer -width=97 -height=42 -layer=com_46 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 705:48 -[com_48] -type=rectangle -width=97 -height=42 -layer=com_46 -colour=0x000000 -fill=yes -trans=250 -op1=Next - -// 705:49 -[com_49] -type=text -width=97 -height=42 -layer=com_46 -textfont=quill_oblique_large -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x909061 - -// 705:50 -[com_50] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 705:51 -[com_51] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_50 - -// 705:52 -[com_52] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 705:53 -[com_53] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 705:54 -[com_54] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 705:55 -[com_55] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 705:56 -[com_56] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 705:57 -[com_57] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 705:58 -[com_58] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 705:59 -[com_59] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 705:60 -[com_60] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 - -// 705:61 -[com_61] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_51 - -// 705:62 -[com_62] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_51 - -// 705:63 -[com_63] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_51 - -// 705:64 -[com_64] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_51 - -// 705:65 -[com_65] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_61 -graphic=tradebacking -tiling=yes -outline=2 - -// 705:66 -[com_66] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_60 -graphic=tradebacking -tiling=yes -outline=2 - -// 705:67 -[com_67] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_62 -graphic=tradebacking -tiling=yes -outline=2 - -// 705:68 -[com_68] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_63 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_706.if3 b/dumps/530/interface/interface_706.if3 deleted file mode 100644 index 55aac31f9..000000000 --- a/dumps/530/interface/interface_706.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 706:0 -[com_0] -type=model -x=3 -y=3 -width=475 -height=91 -model=model_32404 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=1980 -modelangle_y=0 -modelangle_z=0 -modelzoom=268 -unknown100=0 -unknown101=3000 - -// 706:1 -[com_1] -type=text -x=29 -y=17 -width=420 -height=60 -textfont=p12_full -text=This sly gublinch wanted to meet one of his player friends in the real world. The player obviously refused and reported him straight away. -textshadow=yes -colour=0xccb400 - -// 706:2 -[com_2] -type=graphic -x=435 -y=52 -width=23 -height=23 -graphic="ame_confirm_button_no_back,1" -op1=Close -onmouseover=script44(event_com, "ame_confirm_button_no_back,0") -onmouseleave=script44(event_com, "ame_confirm_button_no_back,1") -onop=script29 - diff --git a/dumps/530/interface/interface_707.if3 b/dumps/530/interface/interface_707.if3 deleted file mode 100644 index 94d00eb3b..000000000 --- a/dumps/530/interface/interface_707.if3 +++ /dev/null @@ -1,762 +0,0 @@ -// 707:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 707:1 -[com_1] -type=model -x=-25 -y=-42 -width=487 -height=335 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_32409 -modelorigin_x=-5 -modelorigin_y=-12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=618 -unknown100=64106 -unknown101=3000 - -// 707:2 -[com_2] -type=model -x=-4601 -y=-4604 -width=193 -height=151 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_32406 -modelorigin_x=1 -modelorigin_y=222 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=115 -unknown100=64538 -unknown101=3000 - -// 707:3 -[com_3] -type=model -x=5543 -y=2950 -width=33 -height=34 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script879(event_com) - -// 707:4 -[com_4] -type=model -x=5607 -y=4618 -width=31 -height=34 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=539 -modelangle_y=1921 -modelangle_z=206 -modelzoom=1858 -unknown100=63762 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script880(event_com) - -// 707:5 -[com_5] -type=text -x=-4121 -y=-1317 -width=175 -height=14 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=b12_full -text=Question: -colour=0x1e1e2d - -// 707:6 -[com_6] -type=text -x=3495 -y=-4751 -width=300 -height=65 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=quill_oblique_large -text=Player Safety Test -colour=0x232330 - -// 707:7 -[com_7] -type=graphic -x=7239 -y=-7203 -width=26 -height=23 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -graphic="close_buttons,3" -op1=Close -onmouseover=script44(event_com, "close_buttons,2") -onmouseleave=script44(event_com, "close_buttons,3") -onop=script29 - -// 707:8 -[com_8] -type=text -x=-697 -y=-140 -width=388 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=You are approached in the game by a player named JagMod999. This player claims to be a member of Jagex and asks for your personal details. What should you do? -colour=0x242330 - -// 707:9 -[com_9] -type=text -x=-1113 -y=2459 -width=363 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Do not answer any questions and report the player using the Report Abuse button at the bottom of the game screen -colour=0x191930 - -// 707:10 -[com_10] -type=text -x=-1113 -y=4863 -width=363 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Give them my details; they are a member of Jagex after all -colour=0x191930 - -// 707:11 -[com_11] -type=line -x=5543 -y=2410 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 707:12 -[com_12] -type=line -x=5255 -y=2852 -height=19 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 707:13 -[com_13] -type=line -x=5511 -y=3293 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 707:14 -[com_14] -type=line -x=5831 -y=2901 -height=20 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 707:15 -[com_15] -type=line -x=5543 -y=4078 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 707:16 -[com_16] -type=line -x=5255 -y=4519 -height=19 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 707:17 -[com_17] -type=line -x=5511 -y=4961 -width=19 -height=1 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 707:18 -[com_18] -type=line -x=5831 -y=4569 -height=20 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 707:19 -[com_19] -type=line -x=1959 -y=-4996 -width=248 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -colour=0x0e0e17 - -// 707:20 -[com_20] -type=layer -x=7 -y=7 -width=513 -height=335 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -hide=yes -noclickthrough=yes - -// 707:21 -[com_21] -type=rectangle -width=512 -height=334 -layer=com_20 -colour=0x46341d -fill=yes -trans=160 - -// 707:22 -[com_22] -type=graphic -x=32 -y=79 -width=449 -height=230 -layer=com_20 -graphic=tradebacking -tiling=yes - -// 707:23 -[com_23] -type=graphic -x=19 -y=111 -width=25 -height=174 -layer=com_20 -graphic="v2_stone_borders,1" -tiling=yes - -// 707:24 -[com_24] -type=graphic -x=32 -y=79 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,4" - -// 707:25 -[com_25] -type=graphic -x=451 -y=79 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,5" -tiling=yes - -// 707:26 -[com_26] -type=graphic -x=63 -y=66 -width=391 -height=32 -layer=com_20 -graphic="v2_stone_borders,0" -tiling=yes - -// 707:27 -[com_27] -type=graphic -x=463 -y=110 -width=32 -height=174 -layer=com_20 -graphic="v2_stone_borders,3" -tiling=yes - -// 707:28 -[com_28] -type=graphic -x=451 -y=284 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,7" -tiling=yes - -// 707:29 -[com_29] -type=graphic -x=32 -y=284 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,6" -tiling=yes - -// 707:30 -[com_30] -type=graphic -x=64 -y=296 -width=387 -height=25 -layer=com_20 -graphic="v2_stone_borders,2" -tiling=yes - -// 707:31 -[com_31] -type=layer -x=54 -y=91 -width=389 -height=196 -layer=com_20 -hide=yes - -// 707:32 -[com_32] -type=text -x=20 -y=-7 -width=32 -height=32 -layer=com_31 -textfont=quill_oblique_large -text=Correct! -textshadow=yes -colour=0xccbe8e - -// 707:33 -[com_33] -type=text -x=5 -y=20 -width=388 -height=105 -layer=com_31 -textfont=q8_full -text=Correct! A real Jagex Moderator would never ask for a player's personal details. You can always tell who an official moderator is as a gold crown will appear before anything they say in the chat window. You can report any player who claims to be a member of Jagex Staff by using the Report Abuse button. You can also use the ignore function, which can be found at the bottom of your game window. If you are at all -textshadow=yes -colour=0xa49279 - -// 707:34 -[com_34] -type=text -x=5 -y=143 -width=320 -height=32 -layer=com_31 -textfont=q8_full -text=concerned about the incident, speak to a parent, friend or adult that you trust. -textshadow=yes -colour=0xa49279 - -// 707:35 -[com_35] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_20 -hide=yes - -// 707:36 -[com_36] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_35 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 707:37 -[com_37] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_35 -textfont=p12_full -text=A real Jagex Moderator would never ask for any of your personal details, so we would advise you keep them to yourself. You can report any player who claims to be a Jagex Moderator by using the Report Abuse button. -textshadow=yes -colour=0xa49279 - -// 707:38 -[com_38] -type=layer -x=375 -y=255 -width=97 -height=42 -layer=com_20 - -// 707:39 -[com_39] -type=layer -width=97 -height=42 -layer=com_38 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 707:40 -[com_40] -type=rectangle -width=97 -height=42 -layer=com_38 -colour=0x000000 -fill=yes -trans=250 -op1=Next - -// 707:41 -[com_41] -type=text -width=97 -height=42 -layer=com_38 -textfont=quill_oblique_large -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x909061 - -// 707:42 -[com_42] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 707:43 -[com_43] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_42 - -// 707:44 -[com_44] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 707:45 -[com_45] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 707:46 -[com_46] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 707:47 -[com_47] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 707:48 -[com_48] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 707:49 -[com_49] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 707:50 -[com_50] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 707:51 -[com_51] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 707:52 -[com_52] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_43 - -// 707:53 -[com_53] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_43 - -// 707:54 -[com_54] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_43 - -// 707:55 -[com_55] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_43 - -// 707:56 -[com_56] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_43 - -// 707:57 -[com_57] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_53 -graphic=tradebacking -tiling=yes -outline=2 - -// 707:58 -[com_58] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_52 -graphic=tradebacking -tiling=yes -outline=2 - -// 707:59 -[com_59] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - -// 707:60 -[com_60] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_55 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_708.if3 b/dumps/530/interface/interface_708.if3 deleted file mode 100644 index ac3e4c6dd..000000000 --- a/dumps/530/interface/interface_708.if3 +++ /dev/null @@ -1,707 +0,0 @@ -// 708:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 708:1 -[com_1] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 708:2 -[com_2] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 708:3 -[com_3] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 708:4 -[com_4] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 708:5 -[com_5] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 708:6 -[com_6] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 708:7 -[com_7] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 708:8 -[com_8] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 708:9 -[com_9] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 708:10 -[com_10] -type=model -x=12 -y=-1 -width=487 -height=335 -layer=com_0 -model=model_32409 -modelorigin_x=-5 -modelorigin_y=-12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=618 -unknown100=64106 -unknown101=3000 - -// 708:11 -[com_11] -type=model -x=16 -y=-2 -width=193 -height=151 -layer=com_0 -model=model_32406 -modelorigin_x=1 -modelorigin_y=222 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=115 -unknown100=64538 -unknown101=3000 - -// 708:12 -[com_12] -type=model -x=413 -y=210 -width=33 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script883(event_com) - -// 708:13 -[com_13] -type=model -x=416 -y=244 -width=31 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=539 -modelangle_y=1921 -modelangle_z=206 -modelzoom=1858 -unknown100=63762 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script884(event_com) - -// 708:14 -[com_14] -type=text -x=45 -y=133 -width=175 -height=14 -layer=com_0 -textfont=b12_full -text=Question: -colour=0x1e1e2d - -// 708:15 -[com_15] -type=text -x=215 -y=38 -width=300 -height=65 -layer=com_0 -textfont=quill_oblique_large -text=Player Safety Test -colour=0x232330 - -// 708:16 -[com_16] -type=graphic -x=469 -y=9 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,3" -op1=Close -onmouseover=script44(event_com, "close_buttons,2") -onmouseleave=script44(event_com, "close_buttons,3") -onop=script29 - -// 708:17 -[com_17] -type=text -x=45 -y=148 -width=388 -height=32 -layer=com_0 -textfont=q8_full -text=How long should you play RuneScape for at any one time? -colour=0x242330 - -// 708:18 -[com_18] -type=text -x=45 -y=211 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=As long as I like. I'm having fun and don't want to stop -colour=0x191930 - -// 708:19 -[com_19] -type=text -x=45 -y=248 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=I should take regular breaks in order to stay healthy -colour=0x191930 - -// 708:20 -[com_20] -type=line -x=420 -y=216 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 708:21 -[com_21] -type=line -x=420 -y=216 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 708:22 -[com_22] -type=line -x=419 -y=234 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 708:23 -[com_23] -type=line -x=438 -y=216 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 708:24 -[com_24] -type=line -x=420 -y=250 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 708:25 -[com_25] -type=line -x=420 -y=250 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 708:26 -[com_26] -type=line -x=419 -y=268 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 708:27 -[com_27] -type=line -x=438 -y=250 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 708:28 -[com_28] -type=line -x=193 -y=65 -width=248 -layer=com_0 -colour=0x0e0e17 - -// 708:29 -[com_29] -type=layer -width=513 -height=335 -layer=com_0 -hide=yes -noclickthrough=yes - -// 708:30 -[com_30] -type=rectangle -width=512 -height=334 -layer=com_29 -colour=0x46341d -fill=yes -trans=160 - -// 708:31 -[com_31] -type=graphic -x=32 -y=79 -width=449 -height=230 -layer=com_29 -graphic=tradebacking -tiling=yes - -// 708:32 -[com_32] -type=graphic -x=19 -y=111 -width=25 -height=173 -layer=com_29 -graphic="v2_stone_borders,1" -tiling=yes - -// 708:33 -[com_33] -type=graphic -x=32 -y=79 -width=32 -height=32 -layer=com_29 -graphic="v2_stone_borders,4" - -// 708:34 -[com_34] -type=graphic -x=451 -y=79 -width=32 -height=32 -layer=com_29 -graphic="v2_stone_borders,5" -tiling=yes - -// 708:35 -[com_35] -type=graphic -x=63 -y=66 -width=391 -height=32 -layer=com_29 -graphic="v2_stone_borders,0" -tiling=yes - -// 708:36 -[com_36] -type=graphic -x=463 -y=111 -width=32 -height=173 -layer=com_29 -graphic="v2_stone_borders,3" -tiling=yes - -// 708:37 -[com_37] -type=graphic -x=451 -y=284 -width=32 -height=32 -layer=com_29 -graphic="v2_stone_borders,7" -tiling=yes - -// 708:38 -[com_38] -type=graphic -x=32 -y=284 -width=32 -height=32 -layer=com_29 -graphic="v2_stone_borders,6" -tiling=yes - -// 708:39 -[com_39] -type=graphic -x=64 -y=296 -width=387 -height=25 -layer=com_29 -graphic="v2_stone_borders,2" -tiling=yes - -// 708:40 -[com_40] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_29 -hide=yes - -// 708:41 -[com_41] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_40 -textfont=quill_oblique_large -text=Correct! -textshadow=yes -colour=0xccbe8e - -// 708:42 -[com_42] -type=text -x=1 -y=27 -width=388 -height=105 -layer=com_40 -textfont=q8_full -text=It's very important to remain healthy by taking regular breaks and spending time doing other activities. -textshadow=yes -colour=0xa49279 - -// 708:43 -[com_43] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_29 -hide=yes - -// 708:44 -[com_44] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_43 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 708:45 -[com_45] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_43 -textfont=p12_full -text=Spending too much time on the computer can be harmful to your health. It's very important to take breaks, exercise and eat properly in order to stay healthy. While it's great to play RuneScape, it's also important to maintain a balanced lifestyle by socialising and spending time away from your computer. For more information, please look at our Responsible Gaming Policy on the RuneScape Knowledge Base. -textshadow=yes -colour=0xa49279 - -// 708:46 -[com_46] -type=layer -x=375 -y=255 -width=97 -height=42 -layer=com_29 - -// 708:47 -[com_47] -type=layer -width=97 -height=42 -layer=com_46 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 708:48 -[com_48] -type=rectangle -width=97 -height=42 -layer=com_46 -colour=0x000000 -fill=yes -trans=250 -op1=Next - -// 708:49 -[com_49] -type=text -width=97 -height=42 -layer=com_46 -textfont=quill_oblique_large -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x909061 - -// 708:50 -[com_50] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_1 - -// 708:51 -[com_51] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_50 - -// 708:52 -[com_52] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_50 - -// 708:53 -[com_53] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_50 - -// 708:54 -[com_54] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_50 - -// 708:55 -[com_55] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_50 - -// 708:56 -[com_56] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_52 -graphic=tradebacking -tiling=yes -outline=2 - -// 708:57 -[com_57] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - -// 708:58 -[com_58] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_53 -graphic=tradebacking -tiling=yes -outline=2 - -// 708:59 -[com_59] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_709.if3 b/dumps/530/interface/interface_709.if3 deleted file mode 100644 index 4c8bef6de..000000000 --- a/dumps/530/interface/interface_709.if3 +++ /dev/null @@ -1,202 +0,0 @@ -// 709:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase=m - -// 709:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 709:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 709:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 709:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 709:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 709:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 709:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 709:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 709:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 709:10 -[com_10] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 709:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 709:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 709:13 -[com_13] -type=model -x=20 -y=103 -width=82 -height=145 -model=model_29916 -modelorigin_x=0 -modelorigin_y=63 -modelangle_x=81 -modelangle_y=147 -modelangle_z=0 -modelzoom=1252 -modelanim=seq_8806 -unknown100=0 -unknown101=3000 - -// 709:14 -[com_14] -type=text -x=173 -y=59 -width=175 -height=14 -textfont=p12_full -text=End of Exam -textalignh=1 -textshadow=yes -colour=0xbf751d - -// 709:15 -[com_15] -type=text -x=23 -y=30 -width=472 -height=19 -textfont=b12_full -text=Player Safety Exam 101 -textshadow=yes -colour=0xe1981f - -// 709:16 -[com_16] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onclick=script29 - -// 709:17 -[com_17] -type=text -x=102 -y=159 -width=373 -height=62 -textfont=b12_full -text=Congratulations! You have completed the Player Safety exam! -textshadow=yes -colour=0xffffff - -// 709:18 -[com_18] -type=layer -x=667 -y=24 -width=32 -height=32 -hide=yes - diff --git a/dumps/530/interface/interface_71.if3 b/dumps/530/interface/interface_71.if3 deleted file mode 100644 index e0b4c63bb..000000000 --- a/dumps/530/interface/interface_71.if3 +++ /dev/null @@ -1,117 +0,0 @@ -// 71:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 71:1 -[com_1] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=3000 - -// 71:2 -[com_2] -type=model -x=1474 -width=32 -height=32 -xmode=proportion_right -ymode=abs_centre -layer=com_0 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=2150 -unknown100=0 -unknown101=3000 -op10= - -// 71:3 -[com_3] -type=text -x=30 -y=1310 -width=350 -height=17 -ymode=proportion_top -layer=com_0 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 71:4 -[com_4] -type=text -x=30 -y=-3168 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 71:5 -[com_5] -type=text -x=30 -y=-1009 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line2 -textalignh=1 -colour=0x000000 - -// 71:6 -[com_6] -type=text -x=30 -y=1150 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line3 -textalignh=1 -colour=0x000000 - -// 71:7 -[com_7] -type=text -x=30 -y=3309 -width=350 -height=17 -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=Line4 -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_710.if3 b/dumps/530/interface/interface_710.if3 deleted file mode 100644 index 3fd654ab2..000000000 --- a/dumps/530/interface/interface_710.if3 +++ /dev/null @@ -1,707 +0,0 @@ -// 710:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 710:1 -[com_1] -type=model -x=12 -y=-1 -width=487 -height=335 -layer=com_0 -model=model_32409 -modelorigin_x=-5 -modelorigin_y=-12 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=618 -unknown100=64106 -unknown101=3000 - -// 710:2 -[com_2] -type=model -x=16 -y=-2 -width=193 -height=151 -layer=com_0 -model=model_32406 -modelorigin_x=1 -modelorigin_y=222 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=115 -unknown100=64538 -unknown101=3000 - -// 710:3 -[com_3] -type=text -x=45 -y=133 -width=175 -height=14 -layer=com_0 -textfont=b12_full -text=Question: -colour=0x1e1e2d - -// 710:4 -[com_4] -type=text -x=215 -y=38 -width=300 -height=65 -layer=com_0 -textfont=quill_oblique_large -text=Player Safety Test -colour=0x232330 - -// 710:5 -[com_5] -type=graphic -x=469 -y=9 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,3" -op1=Close -onmouseover=script44(event_com, "close_buttons,2") -onmouseleave=script44(event_com, "close_buttons,3") -onop=script29 - -// 710:6 -[com_6] -type=text -x=45 -y=148 -width=388 -height=32 -layer=com_0 -textfont=q8_full -text=You are asked for your full name and date of birth by a player that you have been chatting with for a short while. Should you give them these details? -colour=0x242330 - -// 710:7 -[com_7] -type=text -x=45 -y=198 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=No. The player could use my information to steal my identity. I don't want anyone pretending to be me -colour=0x191930 - -// 710:8 -[com_8] -type=text -x=45 -y=252 -width=363 -height=32 -layer=com_0 -textfont=q8_full -text=Yes. There's no harm in telling someone my full name and my birthday. Maybe they want to buy me a birthday present! -colour=0x191930 - -// 710:9 -[com_9] -type=model -x=418 -y=200 -width=33 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=431 -modelangle_y=1912 -modelangle_z=0 -modelzoom=2058 -unknown100=63731 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script891(event_com) - -// 710:10 -[com_10] -type=model -x=421 -y=256 -width=31 -height=34 -layer=com_0 -model=null -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=539 -modelangle_y=1921 -modelangle_z=206 -modelzoom=1858 -unknown100=63762 -unknown101=3000 -op1=Select -onmouseover=script67(event_com, model_32408) -onmouseleave=script67(event_com, null) -onclick=script892(event_com) - -// 710:11 -[com_11] -type=line -x=425 -y=206 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 710:12 -[com_12] -type=line -x=425 -y=206 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 710:13 -[com_13] -type=line -x=424 -y=224 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 710:14 -[com_14] -type=line -x=443 -y=206 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 710:15 -[com_15] -type=line -x=425 -y=262 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 710:16 -[com_16] -type=line -x=425 -y=262 -height=19 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 710:17 -[com_17] -type=line -x=424 -y=280 -width=19 -height=1 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 710:18 -[com_18] -type=line -x=443 -y=262 -height=20 -layer=com_0 -linewid=2 -colour=0x0e0e17 - -// 710:19 -[com_19] -type=line -x=193 -y=65 -width=248 -layer=com_0 -colour=0x0e0e17 - -// 710:20 -[com_20] -type=layer -width=513 -height=335 -layer=com_0 -hide=yes -noclickthrough=yes - -// 710:21 -[com_21] -type=rectangle -width=512 -height=334 -layer=com_20 -colour=0x46341d -fill=yes -trans=160 - -// 710:22 -[com_22] -type=graphic -x=32 -y=79 -width=449 -height=230 -layer=com_20 -graphic=tradebacking -tiling=yes - -// 710:23 -[com_23] -type=graphic -x=19 -y=111 -width=25 -height=175 -layer=com_20 -graphic="v2_stone_borders,1" -tiling=yes - -// 710:24 -[com_24] -type=graphic -x=32 -y=79 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,4" - -// 710:25 -[com_25] -type=graphic -x=451 -y=79 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,5" -tiling=yes - -// 710:26 -[com_26] -type=graphic -x=63 -y=66 -width=391 -height=32 -layer=com_20 -graphic="v2_stone_borders,0" -tiling=yes - -// 710:27 -[com_27] -type=graphic -x=463 -y=111 -width=32 -height=175 -layer=com_20 -graphic="v2_stone_borders,3" -tiling=yes - -// 710:28 -[com_28] -type=graphic -x=451 -y=284 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,7" -tiling=yes - -// 710:29 -[com_29] -type=graphic -x=32 -y=284 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,6" -tiling=yes - -// 710:30 -[com_30] -type=graphic -x=64 -y=296 -width=387 -height=25 -layer=com_20 -graphic="v2_stone_borders,2" -tiling=yes - -// 710:31 -[com_31] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_20 -hide=yes - -// 710:32 -[com_32] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_31 -textfont=quill_oblique_large -text=Correct! -textshadow=yes -colour=0xccbe8e - -// 710:33 -[com_33] -type=text -x=1 -y=27 -width=388 -height=105 -layer=com_31 -textfont=q8_full -text=Correct! Personal details given out while chatting could be used by someone who wishes to pretend to be you. Use the Report Abuse button to report anyone asking for your personal details. -textshadow=yes -colour=0xa49279 - -// 710:34 -[com_34] -type=layer -x=55 -y=94 -width=389 -height=160 -layer=com_20 -hide=yes - -// 710:35 -[com_35] -type=text -x=16 -y=-4 -width=32 -height=32 -layer=com_34 -textfont=quill_oblique_large -text=Incorrect! -textshadow=yes -colour=0xccbe8e - -// 710:36 -[com_36] -type=text -x=1 -y=27 -width=390 -height=105 -layer=com_34 -textfont=p12_full -text=Wrong. Never give out personal details, such as your full name and date of birth, to other players. Personal details that you give out while chatting could be used by someone so that they can pretend to be you. Use the Report Abuse button to report anyone asking for your personal details. -textshadow=yes -colour=0xa49279 - -// 710:37 -[com_37] -type=layer -x=375 -y=255 -width=97 -height=42 -layer=com_20 - -// 710:38 -[com_38] -type=layer -width=97 -height=42 -layer=com_37 -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 710:39 -[com_39] -type=rectangle -width=97 -height=42 -layer=com_37 -colour=0x000000 -fill=yes -trans=250 -op1=Next - -// 710:40 -[com_40] -type=text -width=97 -height=42 -layer=com_37 -textfont=quill_oblique_large -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x909061 - -// 710:41 -[com_41] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 710:42 -[com_42] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_41 - -// 710:43 -[com_43] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 710:44 -[com_44] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 710:45 -[com_45] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 710:46 -[com_46] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 710:47 -[com_47] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 710:48 -[com_48] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 710:49 -[com_49] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 710:50 -[com_50] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 710:51 -[com_51] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_42 - -// 710:52 -[com_52] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_42 - -// 710:53 -[com_53] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_42 - -// 710:54 -[com_54] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_42 - -// 710:55 -[com_55] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_42 - -// 710:56 -[com_56] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_52 -graphic=tradebacking -tiling=yes -outline=2 - -// 710:57 -[com_57] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - -// 710:58 -[com_58] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_53 -graphic=tradebacking -tiling=yes -outline=2 - -// 710:59 -[com_59] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_54 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_711.if3 b/dumps/530/interface/interface_711.if3 deleted file mode 100644 index 75665d4d1..000000000 --- a/dumps/530/interface/interface_711.if3 +++ /dev/null @@ -1,42 +0,0 @@ -// 711:0 -[com_0] -type=model -x=3 -y=3 -width=475 -height=91 -model=model_32404 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=1980 -modelangle_y=0 -modelangle_z=0 -modelzoom=268 -unknown100=0 -unknown101=3000 - -// 711:1 -[com_1] -type=text -x=29 -y=17 -width=420 -height=60 -textfont=p12_full -text=This evil gublinch asked a younger player where she went to school. The player was smart enough to not tell the gublinch and report him instead. -textshadow=yes -colour=0xccb400 - -// 711:2 -[com_2] -type=graphic -x=435 -y=52 -width=23 -height=23 -graphic="ame_confirm_button_no_back,1" -op1=Close -onmouseover=script44(event_com, "ame_confirm_button_no_back,0") -onmouseleave=script44(event_com, "ame_confirm_button_no_back,1") -onop=script29 - diff --git a/dumps/530/interface/interface_712.if3 b/dumps/530/interface/interface_712.if3 deleted file mode 100644 index 4cb5a291e..000000000 --- a/dumps/530/interface/interface_712.if3 +++ /dev/null @@ -1,83 +0,0 @@ -// 712:0 -[com_0] -type=model -x=21 -y=45 -width=470 -height=261 -model=model_9853 -modelorigin_x=5 -modelorigin_y=9 -modelangle_x=490 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -unknown100=0 -unknown101=3000 - -// 712:1 -[com_1] -type=text -x=73 -y=75 -width=248 -height=32 -textfont=quill_oblique_large -text=Dear friend, -colour=0x362407 - -// 712:2 -[com_2] -type=text -x=90 -y=135 -width=339 -height=115 -textfont=q8_full -text=Come and meet me at the entrance to the Legends' Guild as soon as possible. There are things I would like to discuss with you, but it is difficult to talk in Witchaven... -colour=0x362407 - -// 712:3 -[com_3] -type=text -x=103 -y=246 -width=340 -height=31 -textfont=quill_oblique_large -text=~Kent -textalignh=2 -colour=0x362407 - -// 712:4 -[com_4] -type=graphic -x=421 -y=52 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 712:5 -[com_5] -type=graphic -x=4 -y=4 -width=26 -height=23 -layer=com_6 -graphic="close_buttons,3" - -// 712:6 -[com_6] -type=layer -x=417 -y=48 -width=32 -height=32 -hide=yes - diff --git a/dumps/530/interface/interface_713.if3 b/dumps/530/interface/interface_713.if3 deleted file mode 100644 index b31779f69..000000000 --- a/dumps/530/interface/interface_713.if3 +++ /dev/null @@ -1,16 +0,0 @@ -// 713:0 -[com_0] -type=model -y=-26 -width=513 -height=373 -model=model_32542 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=300 -unknown100=0 -unknown101=3000 - diff --git a/dumps/530/interface/interface_714.if3 b/dumps/530/interface/interface_714.if3 deleted file mode 100644 index f6141c886..000000000 --- a/dumps/530/interface/interface_714.if3 +++ /dev/null @@ -1,112 +0,0 @@ -// 714:0 -[com_0] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -hide=yes - -// 714:1 -[com_1] -type=rectangle -x=1 -width=16455 -height=16440 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_0 -colour=0xff9900 -fill=yes -trans=245 - -// 714:2 -[com_2] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -hide=yes - -// 714:3 -[com_3] -type=rectangle -x=1 -width=16455 -height=16440 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_2 -colour=0xff9900 -fill=yes -trans=230 - -// 714:4 -[com_4] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -hide=yes - -// 714:5 -[com_5] -type=rectangle -x=1 -width=16455 -height=16440 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 -colour=0xff9900 -fill=yes -trans=215 - -// 714:6 -[com_6] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -hide=yes - -// 714:7 -[com_7] -type=rectangle -x=1 -width=16455 -height=16440 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_6 -colour=0xff9900 -fill=yes -trans=200 - diff --git a/dumps/530/interface/interface_715.if3 b/dumps/530/interface/interface_715.if3 deleted file mode 100644 index a2cc1b3b9..000000000 --- a/dumps/530/interface/interface_715.if3 +++ /dev/null @@ -1,111 +0,0 @@ -// 715:0 -[com_0] -type=model -x=118 -y=396 -width=534 -height=103 -model=model_9630 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=692 -unknown100=64844 -unknown101=1403 - -// 715:1 -[com_1] -type=model -x=637 -y=398 -width=76 -height=100 -model=model_23995 -modelorigin_x=14 -modelorigin_y=43 -modelangle_x=76 -modelangle_y=139 -modelangle_z=0 -modelzoom=1000 -modelanim=seq_3852 -unknown100=64438 -unknown101=2041 - -// 715:2 -[com_2] -type=text -x=190 -y=431 -width=400 -height=40 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 - -// 715:3 -[com_3] -type=model -x=16 -y=353 -width=125 -height=145 -model=model_32601 -modelorigin_x=2 -modelorigin_y=62 -modelangle_x=76 -modelangle_y=1797 -modelangle_z=0 -modelzoom=1200 -modelanim=seq_7760 -unknown100=64183 -unknown101=2480 - -// 715:4 -[com_4] -type=text -x=190 -y=408 -width=400 -height=19 -textfont=p12_full -text=Message of the week -textalignh=1 -colour=0x800000 - -// 715:5 -[com_5] -type=model -x=165 -y=404 -width=21 -height=19 -model=model_24005 -modelorigin_x=-9 -modelorigin_y=-3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1405 -modelzoom=1000 -unknown100=64425 -unknown101=2019 - -// 715:6 -[com_6] -type=model -x=593 -y=404 -width=20 -height=19 -model=model_24001 -modelorigin_x=8 -modelorigin_y=-3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=680 -modelzoom=1000 -unknown100=64426 -unknown101=2018 - diff --git a/dumps/530/interface/interface_716.if3 b/dumps/530/interface/interface_716.if3 deleted file mode 100644 index 2e0153adc..000000000 --- a/dumps/530/interface/interface_716.if3 +++ /dev/null @@ -1,429 +0,0 @@ -// 716:0 -[com_0] -type=rectangle -x=6 -y=22 -width=173 -height=111 -colour=0x000000 -fill=yes -trans=200 - -// 716:1 -[com_1] -type=rectangle -x=12 -y=25 -width=161 -height=105 -colour=0x000000 -fill=yes -trans=200 - -// 716:2 -[com_2] -type=rectangle -x=21 -y=30 -width=143 -height=95 -colour=0x000000 -fill=yes -trans=200 - -// 716:3 -[com_3] -type=model -x=63 -y=20 -width=57 -height=107 -model=model_32683 -modelorigin_x=6 -modelorigin_y=-1 -modelangle_x=2033 -modelangle_y=1833 -modelangle_z=0 -modelzoom=2296 -modelanim=seq_8404 -unknown100=64670 -unknown101=4779 - -// 716:4 -[com_4] -type=graphic -x=3 -y=16 -width=32 -height=32 -graphic="v2_stone_borders,28" - -// 716:5 -[com_5] -type=graphic -x=35 -y=3 -width=116 -height=32 -graphic="v2_stone_borders,23" -tiling=yes -opbase= - -// 716:6 -[com_6] -type=graphic -x=150 -y=16 -width=32 -height=32 -graphic="v2_stone_borders,29" - -// 716:7 -[com_7] -type=graphic -x=165 -y=48 -width=32 -height=53 -graphic="v2_stone_borders,24" -tiling=yes - -// 716:8 -[com_8] -type=graphic -x=150 -y=101 -width=32 -height=32 -graphic="v2_stone_borders,31" - -// 716:9 -[com_9] -type=graphic -x=6 -y=23 -width=32 -height=32 -graphic="v2_stone_borders,31" - -// 716:10 -[com_10] -type=graphic -x=35 -y=117 -width=115 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 716:11 -[com_11] -type=graphic -x=3 -y=101 -width=32 -height=32 -graphic="v2_stone_borders,30" - -// 716:12 -[com_12] -type=graphic -x=-11 -y=51 -width=32 -height=53 -graphic="v2_stone_borders,24" -tiling=yes - -// 716:13 -[com_13] -type=graphic -x=-1 -y=208 -width=32 -height=47 -graphic="v2_borders_slim,12" -tiling=yes - -// 716:14 -[com_14] -type=graphic -x=13 -y=192 -width=164 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 716:15 -[com_15] -type=graphic -x=164 -y=208 -width=32 -height=47 -graphic="v2_borders_slim,12" -tiling=yes - -// 716:16 -[com_16] -type=graphic -x=12 -y=238 -width=165 -height=32 -graphic="v2_borders_slim,11" -tiling=yes - -// 716:17 -[com_17] -type=layer -x=76 -y=214 -width=38 -height=38 -layer=com_22 -onload=script92(event_com) -onmouseover=script94(event_com) -onmouseleave=script92(event_com) - -// 716:18 -[com_18] -type=rectangle -width=38 -height=38 -layer=com_17 -colour=0xffff00 -fill=yes -trans=254 -op1=Call-Chocatrice - -// 716:19 -[com_19] -type=graphic -x=9 -y=9 -width=20 -height=20 -layer=com_17 -graphic="easter_08_taunt,1" - -// 716:20 -[com_20] -type=layer -width=190 -height=261 -layer=com_22 - -// 716:21 -[com_21] -type=layer -width=189 -height=260 -layer=com_22 - -// 716:22 -[com_22] -type=layer -x=-2 -y=-1 -width=190 -height=261 - -// 716:23 -[com_23] -type=graphic -x=14 -y=162 -width=166 -height=20 -layer=com_22 -graphic=graphic_1196 - -// 716:24 -[com_24] -type=graphic -x=14 -y=186 -width=166 -height=20 -layer=com_22 -graphic=graphic_1196 - -// 716:25 -[com_25] -type=graphic -x=6 -y=19 -width=31 -height=33 -layer=com_20 -graphic=tradebacking -tiling=yes - -// 716:26 -[com_26] -type=graphic -x=23 -y=18 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,24" - -// 716:27 -[com_27] -type=graphic -x=571 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,31" -opbase= - -// 716:28 -[com_28] -type=graphic -x=-8 -y=40 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,25" - -// 716:29 -[com_29] -type=graphic -x=6 -y=35 -width=32 -height=32 -layer=com_20 -graphic="v2_borders_slim,11" -opbase= - -// 716:30 -[com_30] -type=layer -x=5 -y=18 -width=32 -height=32 - -// 716:31 -[com_31] -type=graphic -x=7 -y=21 -width=28 -height=28 -layer=com_20 -graphic=easter_08_target - -// 716:32 -[com_32] -type=rectangle -width=38 -height=38 -layer=com_30 -colour=0xffff00 -fill=yes -trans=254 -targetverb=Target -onload=script905 -onmouseover=script908 -onmouseleave=script909 -ontargetleave=script907 -ontargetenter=script906 -ontimer=script910 - -// 716:33 -[com_33] -type=text -x=15 -y=161 -width=165 -height=22 -layer=com_22 -textfont=p12_full -text=Chocatrice -textalignh=1 -textalignv=1 -colour=0xcc9900 - -// 716:34 -[com_34] -type=text -x=14 -y=185 -width=165 -height=22 -layer=com_22 -textfont=p11_full -text=Waiting -textalignh=1 -textalignv=1 -colour=0xcc9900 - -// 716:35 -[com_35] -type=rectangle -x=4 -y=17 -width=32 -height=32 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_716:com_37) -onmouserepeat=script38(event_com, interface_716:com_37, "Target the chocatrice on a creature.", 25, 180) - -// 716:36 -[com_36] -type=rectangle -x=74 -y=213 -width=38 -height=38 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_716:com_37) -onmouserepeat=script38(event_com, interface_716:com_37, "Calls the chocatrice to you if you get separated.", 25, 180) - -// 716:37 -[com_37] -type=layer -x=-13 -y=-69 -width=83 -height=87 -layer=com_38 - -// 716:38 -[com_38] -type=layer -x=13 -y=69 -width=168 -height=136 - -// 716:39 -[com_39] -type=layer -x=5 -y=18 -width=31 -height=33 -hide=yes - -// 716:40 -[com_40] -type=rectangle -x=-4 -y=-18 -width=29 -height=33 -layer=com_39 -colour=0xffffff - diff --git a/dumps/530/interface/interface_717.if3 b/dumps/530/interface/interface_717.if3 deleted file mode 100644 index aba9271bb..000000000 --- a/dumps/530/interface/interface_717.if3 +++ /dev/null @@ -1,494 +0,0 @@ -// 717:0 -[com_0] -type=rectangle -x=22 -y=36 -width=145 -height=14 -layer=com_1 -colour=0xcc00cc -fill=yes -trans=1 - -// 717:1 -[com_1] -type=layer -width=188 -height=256 -onload=script871 - -// 717:2 -[com_2] -type=model -x=27 -y=26 -width=127 -height=67 -layer=com_1 -model=model_32676 -modelorigin_x=0 -modelorigin_y=33 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=345 -unknown100=0 -unknown101=3000 - -// 717:3 -[com_3] -type=model -x=84 -y=30 -width=19 -height=127 -layer=com_1 -model=model_32671 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=2047 -modelangle_y=0 -modelangle_z=0 -modelzoom=365 -unknown100=0 -unknown101=3000 -ontimer=script893 - -// 717:4 -[com_4] -type=model -x=89 -y=43 -width=7 -height=103 -layer=com_1 -model=model_32674 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=388 -unknown100=0 -unknown101=3000 -ontimer=script893 - -// 717:5 -[com_5] -type=rectangle -x=50 -y=123 -width=23 -height=114 -colour=0x000000 -fill=yes - -// 717:6 -[com_6] -type=rectangle -x=117 -y=125 -width=23 -height=114 -colour=0x000000 -fill=yes - -// 717:7 -[com_7] -type=rectangle -x=113 -y=122 -width=27 -height=116 -colour=0xff6666 -fill=yes -onvartransmit=script895 -onvartransmitlist=varplayer_1205 - -// 717:8 -[com_8] -type=rectangle -x=49 -y=122 -width=27 -height=116 -colour=0x3399ff -fill=yes -onvartransmit=script894 -onvartransmitlist=varplayer_1205 - -// 717:9 -[com_9] -type=model -x=60 -y=85 -width=61 -height=10 -layer=com_1 -model=model_32670 -modelorigin_x=0 -modelorigin_y=5 -modelangle_x=2047 -modelangle_y=0 -modelangle_z=0 -modelzoom=409 -unknown100=0 -unknown101=3000 - -// 717:10 -[com_10] -type=model -x=-21 -y=-5 -width=223 -height=277 -layer=com_1 -model=model_32677 -modelorigin_x=0 -modelorigin_y=-39 -modelangle_x=2044 -modelangle_y=0 -modelangle_z=0 -modelzoom=352 -unknown100=0 -unknown101=3000 - -// 717:11 -[com_11] -type=model -x=44 -y=118 -width=37 -height=128 -model=model_32675 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=360 -unknown100=0 -unknown101=3000 - -// 717:12 -[com_12] -type=model -x=110 -y=118 -width=37 -height=128 -model=model_32675 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=360 -unknown100=0 -unknown101=3000 - -// 717:13 -[com_13] -type=model -x=149 -y=193 -width=39 -height=34 -model=model_32672 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -onmouseover=script899 -onmouseleave=script900 -onclick=script903 -onrelease=script904 - -// 717:14 -[com_14] -type=model -x=3 -y=193 -width=39 -height=34 -model=model_32672 -modelorigin_x=2 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -onmouseover=script897 -onmouseleave=script898 -onclick=script901 -onrelease=script902 - -// 717:15 -[com_15] -type=layer -x=8 -y=193 -width=28 -height=31 - -// 717:16 -[com_16] -type=rectangle -x=2 -y=192 -width=40 -height=35 -colour=0xffff00 -fill=yes -trans=254 -op1=Add-Water -onmouseleave=script40(interface_717:com_30) -onmouserepeat=script38(event_com, interface_717:com_30, "Add water to cool the incubator.", 50, 180) - -// 717:17 -[com_17] -type=layer -x=156 -y=196 -width=28 -height=31 - -// 717:18 -[com_18] -type=rectangle -x=149 -y=192 -width=39 -height=35 -colour=0xffff00 -fill=yes -trans=254 -op1=Add-Coal -onmouseleave=script40(interface_717:com_30) -onmouserepeat=script38(event_com, interface_717:com_30, "Add coal to heat the incubator.", 50, 180) - -// 717:19 -[com_19] -type=rectangle -x=8 -y=7 -width=171 -height=93 -layer=com_21 -colour=0x009900 -fill=yes -trans=54 - -// 717:20 -[com_20] -type=text -x=9 -y=8 -width=173 -height=92 -layer=com_21 -textfont=q8_full -text=Temperature reached!

New target
temperature set. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffcc00 - -// 717:21 -[com_21] -type=layer -x=-2 -width=192 -height=256 -hide=yes - -// 717:22 -[com_22] -type=model -x=25 -y=126 -width=13 -height=13 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1936 -unknown100=0 -unknown101=3000 - -// 717:23 -[com_23] -type=model -x=25 -y=159 -width=13 -height=13 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1936 -unknown100=0 -unknown101=3000 - -// 717:24 -[com_24] -type=model -x=152 -y=159 -width=13 -height=13 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1936 -unknown100=0 -unknown101=3000 - -// 717:25 -[com_25] -type=model -x=152 -y=126 -width=13 -height=13 -model=model_32157 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1936 -unknown100=0 -unknown101=3000 - -// 717:26 -[com_26] -type=graphic -x=167 -y=4 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 717:27 -[com_27] -type=rectangle -x=3 -y=192 -width=38 -height=35 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_717:com_30) -onmouserepeat=script38(event_com, interface_717:com_30, "Add water to cool the incubator.", 25, 180) - -// 717:28 -[com_28] -type=rectangle -x=149 -y=192 -width=38 -height=35 -colour=0xffff00 -fill=yes -trans=254 -onmouseleave=script40(interface_717:com_30) -onmouserepeat=script38(event_com, interface_717:com_30, "Add coal to heat the incubator.", 25, 180) - -// 717:29 -[com_29] -type=layer -x=4 -y=227 -width=182 -height=30 - -// 717:30 -[com_30] -type=layer -x=13 -y=11 -width=14 -height=21 -layer=com_29 - -// 717:31 -[com_31] -type=graphic -x=156 -y=197 -width=25 -height=25 -graphic="easter_08_icon,0" - -// 717:32 -[com_32] -type=graphic -x=11 -y=196 -width=25 -height=25 -graphic="easter_08_icon,1" - -// 717:33 -[com_33] -type=layer -x=2 -y=192 -width=40 -height=35 -hide=yes - -// 717:34 -[com_34] -type=rectangle -x=3 -y=2 -width=34 -height=31 -layer=com_33 -colour=0xffffff -fill=yes -trans=180 - -// 717:35 -[com_35] -type=layer -x=148 -y=192 -width=40 -height=35 -hide=yes - -// 717:36 -[com_36] -type=rectangle -x=3 -y=2 -width=35 -height=31 -layer=com_35 -colour=0xffffff -fill=yes -trans=180 - diff --git a/dumps/530/interface/interface_718.if3 b/dumps/530/interface/interface_718.if3 deleted file mode 100644 index dac08f953..000000000 --- a/dumps/530/interface/interface_718.if3 +++ /dev/null @@ -1,65 +0,0 @@ -// 718:0 -[com_0] -type=text -x=3 -y=8 -width=480 -height=17 -textfont=q8_full -text=Select an Option -textalignh=1 -colour=0x800000 - -// 718:1 -[com_1] -type=text -x=3 -y=51 -width=480 -height=17 -textfont=q8_full -text=option1 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 718:2 -[com_2] -type=text -x=3 -y=78 -width=480 -height=17 -textfont=q8_full -text=option2 -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 718:3 -[com_3] -type=layer -x=5 -y=10 -width=476 -height=13 - -// 718:4 -[com_4] -type=graphic -width=57 -height=13 -layer=com_3 -graphic="sworddecor,1" - -// 718:5 -[com_5] -type=graphic -x=419 -width=57 -height=13 -layer=com_3 -graphic="sworddecor,0" - diff --git a/dumps/530/interface/interface_719.if3 b/dumps/530/interface/interface_719.if3 deleted file mode 100644 index d08d85863..000000000 --- a/dumps/530/interface/interface_719.if3 +++ /dev/null @@ -1,82 +0,0 @@ -// 719:0 -[com_0] -type=rectangle -y=1 -width=514 -height=336 -colour=0x46341d -fill=yes -trans=160 - -// 719:1 -[com_1] -type=model -x=15 -y=-112 -width=477 -height=513 -model=model_32669 -modelorigin_x=-1 -modelorigin_y=293 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=218 -unknown100=0 -unknown101=3000 - -// 719:2 -[com_2] -type=graphic -x=477 -y=9 -width=26 -height=23 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 719:3 -[com_3] -type=text -x=4 -y=5 -width=314 -height=496 -layer=com_5 -textfont=p12_full -text=COAL AND WATER SUPPLIES:
For your convenience, the incubator has a coal scuttle and water tank, which can hold up to twelve buckets of coal or water respectively. Simply use a bucket of coal or water on the coal scuttle or water tank to add to the supplies.

ADJUSTING THE INCUBATOR TEMPERATURE:
The control panel to the left of the incubator allows you to use the coal and water supplies you have added to the incubator to heat or cool it.

INCUBATING AN EGG:
> Place a suitable egg inside the incubation chamber.
> Add supplies to the water tank and coal scuttle
> Using the incubator controls, adjust the temperature. The temperature gauge has a needle which shows the current temperature. The top of the temperature gauge also has an arrow showing the temperature needed to reach the next phase of incubation.
> Some eggs may require you to reach several different temperatures before they hatch.

The very best of luck with hatching your eggs! -colour=0x000000 - -// 719:4 -[com_4] -type=layer -x=411 -y=53 -width=16 -height=260 - -// 719:5 -[com_5] -type=layer -x=87 -y=46 -width=320 -height=268 -scrollheight=496 -onload=script30(interface_719:com_4, interface_719:com_5) - -// 719:6 -[com_6] -type=text -x=95 -y=13 -width=313 -height=30 -textfont=quill_oblique_large -text=Operating your incubator -textalignh=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_72.if b/dumps/530/interface/interface_72.if deleted file mode 100644 index 00472f79c..000000000 --- a/dumps/530/interface/interface_72.if +++ /dev/null @@ -1,24 +0,0 @@ -// 72:0 -[com_0] - -// 72:1 -[com_1] - -// 72:2 -[com_2] - -// 72:3 -[com_3] - -// 72:4 -[com_4] - -// 72:5 -[com_5] - -// 72:6 -[com_6] - -// 72:7 -[com_7] - diff --git a/dumps/530/interface/interface_720.if3 b/dumps/530/interface/interface_720.if3 deleted file mode 100644 index c519d0f92..000000000 --- a/dumps/530/interface/interface_720.if3 +++ /dev/null @@ -1,36 +0,0 @@ -// 720:0 -[com_0] -type=graphic -x=20 -y=19 -width=462 -height=297 -graphic=tradebacking - -// 720:1 -[com_1] -type=graphic -x=460 -y=26 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 720:2 -[com_2] -type=text -x=93 -y=80 -width=316 -height=157 -textfont=quill_oblique_large -text=Here, the player will see an interface anim of the chocatrice hatching. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffff00 - diff --git a/dumps/530/interface/interface_721.if3 b/dumps/530/interface/interface_721.if3 deleted file mode 100644 index 0805ab5e5..000000000 --- a/dumps/530/interface/interface_721.if3 +++ /dev/null @@ -1,46 +0,0 @@ -// 721:0 -[com_0] -type=rectangle -x=-1 -y=-3 -width=513 -height=339 -layer=com_2 -colour=0x241b03 -fill=yes - -// 721:1 -[com_1] -type=model -x=2 -y=-160 -width=901 -height=555 -layer=com_2 -model=model_32647 -modelorigin_x=-201 -modelorigin_y=216 -modelangle_x=84 -modelangle_y=1933 -modelangle_z=0 -modelzoom=345 -modelanim=seq_8895 -unknown100=0 -unknown101=3000 - -// 721:2 -[com_2] -type=layer -width=512 -height=334 - -// 721:3 -[com_3] -type=rectangle -width=516 -height=335 -colour=0x000000 -fill=yes -trans=255 -ontimer=script911 - diff --git a/dumps/530/interface/interface_722.if3 b/dumps/530/interface/interface_722.if3 deleted file mode 100644 index 50e56aa07..000000000 --- a/dumps/530/interface/interface_722.if3 +++ /dev/null @@ -1,204 +0,0 @@ -// 722:0 -[com_0] -type=layer -width=192 -height=262 - -// 722:1 -[com_1] -type=rectangle -x=3 -width=186 -height=3 -layer=com_0 -colour=0x908335 -fill=yes -trans=245 - -// 722:2 -[com_2] -type=rectangle -x=3 -y=259 -width=186 -height=3 -layer=com_0 -colour=0x908335 -fill=yes -trans=245 - -// 722:3 -[com_3] -type=rectangle -y=5 -width=3 -height=250 -layer=com_0 -colour=0x908335 -fill=yes -trans=245 - -// 722:4 -[com_4] -type=rectangle -x=189 -y=5 -width=3 -height=250 -layer=com_0 -colour=0x908335 -fill=yes -trans=245 - -// 722:5 -[com_5] -type=rectangle -x=3 -y=3 -width=186 -height=256 -layer=com_0 -colour=0x908335 -trans=235 - -// 722:6 -[com_6] -type=rectangle -x=4 -y=4 -width=184 -height=254 -layer=com_0 -colour=0x908335 -trans=235 - -// 722:7 -[com_7] -type=rectangle -x=5 -y=5 -width=182 -height=252 -layer=com_0 -colour=0x908335 -trans=235 - -// 722:8 -[com_8] -type=rectangle -x=6 -y=6 -width=180 -height=250 -layer=com_0 -colour=0x908335 -trans=225 - -// 722:9 -[com_9] -type=rectangle -x=7 -y=7 -width=178 -height=248 -layer=com_0 -colour=0x908335 -trans=225 - -// 722:10 -[com_10] -type=rectangle -x=8 -y=8 -width=176 -height=246 -layer=com_0 -colour=0x908335 -trans=225 - -// 722:11 -[com_11] -type=rectangle -x=9 -y=9 -width=174 -height=244 -layer=com_0 -colour=0x908335 -trans=215 - -// 722:12 -[com_12] -type=rectangle -x=10 -y=10 -width=172 -height=242 -layer=com_0 -colour=0x908335 -trans=215 - -// 722:13 -[com_13] -type=rectangle -x=11 -y=11 -width=170 -height=240 -layer=com_0 -colour=0x908335 -trans=215 - -// 722:14 -[com_14] -type=rectangle -x=12 -y=12 -width=168 -height=238 -layer=com_0 -colour=0x908335 -trans=205 - -// 722:15 -[com_15] -type=rectangle -x=13 -y=13 -width=166 -height=236 -layer=com_0 -colour=0x908335 -trans=205 - -// 722:16 -[com_16] -type=rectangle -x=14 -y=14 -width=164 -height=234 -layer=com_0 -colour=0x908335 -trans=205 - -// 722:17 -[com_17] -type=rectangle -x=15 -y=15 -width=162 -height=232 -layer=com_0 -colour=0x908335 -fill=yes -trans=200 - -// 722:18 -[com_18] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_723.if3 b/dumps/530/interface/interface_723.if3 deleted file mode 100644 index d2f9c7fdd..000000000 --- a/dumps/530/interface/interface_723.if3 +++ /dev/null @@ -1,122 +0,0 @@ -// 723:0 -[com_0] -type=rectangle -y=22 -width=190 -height=202 -colour=0x554a32 -fill=yes -trans=150 - -// 723:1 -[com_1] -type=graphic -x=1 -y=22 -width=189 -height=202 -graphic=graphic_1136 -tiling=yes -trans=100 - -// 723:2 -[com_2] -type=rectangle -y=22 -width=190 -height=202 -colour=0x554a32 -fill=yes -trans=150 - -// 723:3 -[com_3] -type=graphic -y=9 -width=190 -height=32 -graphic="v2_borders_slim,0" -tiling=yes - -// 723:4 -[com_4] -type=graphic -y=210 -width=190 -height=32 -graphic="v2_borders_slim,0" -tiling=yes - -// 723:5 -[com_5] -type=text -x=2 -y=3 -width=186 -height=17 -textfont=b12_full -text=~ What is this? ~ -textalignh=1 -textalignv=1 -colour=0xcc9900 - -// 723:6 -[com_6] -type=layer -x=2 -y=24 -width=170 -height=199 -scrollwidth=170 -onload=script922(event_com, interface_723:com_7, interface_723:com_10, interface_723:com_8, interface_723:com_9) - -// 723:7 -[com_7] -type=layer -x=174 -y=24 -width=16 -height=199 - -// 723:8 -[com_8] -type=layer -x=5 -y=229 -width=180 -height=30 - -// 723:9 -[com_9] -type=text -x=5 -y=229 -width=180 -height=30 -textfont=b12_full -textalignh=1 -textalignv=1 -colour=0xcc9900 - -// 723:10 -[com_10] -type=text -width=170 -height=17 -layer=com_6 -textfont=tutorial_font -colour=0xffffff - -// 723:11 -[com_11] -type=graphic -x=172 -y=3 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_724.if3 b/dumps/530/interface/interface_724.if3 deleted file mode 100644 index ee38c0674..000000000 --- a/dumps/530/interface/interface_724.if3 +++ /dev/null @@ -1,879 +0,0 @@ -// 724:0 -[com_0] -type=graphic -x=12 -y=20 -width=487 -height=299 -graphic=tradebacking -tiling=yes - -// 724:1 -[com_1] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 724:2 -[com_2] -type=graphic -x=-3 -y=49 -width=36 -height=241 -graphic="miscgraphics,2" -tiling=yes - -// 724:3 -[com_3] -type=graphic -x=479 -y=49 -width=36 -height=241 -graphic="steelborder2,1" -tiling=yes - -// 724:4 -[com_4] -type=graphic -x=37 -y=5 -width=438 -height=36 -graphic="steelborder2,0" -tiling=yes - -// 724:5 -[com_5] -type=graphic -x=37 -y=299 -width=438 -height=36 -graphic="miscgraphics,3" -tiling=yes - -// 724:6 -[com_6] -type=graphic -x=12 -y=290 -width=25 -height=30 -graphic="steelborder,2" - -// 724:7 -[com_7] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,1" - -// 724:8 -[com_8] -type=graphic -x=475 -y=290 -width=25 -height=30 -graphic="steelborder,3" - -// 724:9 -[com_9] -type=graphic -x=183 -y=26 -width=36 -height=288 -graphic="miscgraphics,2" -tiling=yes - -// 724:10 -[com_10] -type=graphic -x=17 -y=34 -width=181 -height=36 -graphic="steelborder2,0" -tiling=yes - -// 724:11 -[com_11] -type=graphic -x=26 -y=265 -width=25 -height=30 -graphic="steelborder,0" - -// 724:12 -[com_12] -type=graphic -x=47 -y=250 -width=36 -height=36 -graphic="steelborder2,0" - -// 724:13 -[com_13] -type=graphic -x=79 -y=265 -width=25 -height=30 -graphic="steelborder,1" - -// 724:14 -[com_14] -type=graphic -x=26 -y=277 -width=25 -height=30 -graphic="steelborder,2" - -// 724:15 -[com_15] -type=graphic -x=47 -y=286 -width=36 -height=36 -graphic="miscgraphics,3" - -// 724:16 -[com_16] -type=graphic -x=79 -y=277 -width=25 -height=30 -graphic="steelborder,3" - -// 724:17 -[com_17] -type=rectangle -x=32 -y=271 -width=66 -height=31 -colour=0x000000 -fill=yes -op1=Close -onop=script29 - -// 724:18 -[com_18] -type=text -x=21 -y=29 -width=176 -height=17 -textfont=b12_full -text=Runesquares -textshadow=yes -colour=0xffaa44 - -// 724:19 -[com_19] -type=text -x=43 -y=58 -width=140 -height=25 -textfont=p12_full -textshadow=yes -colour=0xffaa44 - -// 724:20 -[com_20] -type=text -x=96 -y=75 -width=22 -height=14 -textfont=p12_full -text=vs -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 724:21 -[com_21] -type=text -x=43 -y=89 -width=140 -height=25 -textfont=p12_full -textshadow=yes -colour=0xffaa44 - -// 724:22 -[com_22] -type=text -x=32 -y=271 -width=66 -height=30 -textfont=p12_full -text=Close -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x800000 -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, 0x800000) - -// 724:23 -[com_23] -type=model -x=20 -y=58 -width=20 -height=19 -model=model_2645 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 724:24 -[com_24] -type=model -x=20 -y=88 -width=20 -height=19 -model=model_2665 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 724:25 -[com_25] -type=text -x=23 -y=157 -width=169 -height=27 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 724:26 -[com_26] -type=text -x=23 -y=185 -width=169 -height=50 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 724:27 -[com_27] -type=layer -x=211 -y=33 -width=274 -height=274 -onload=script929 -onvartransmit=script930 -onvartransmitlist=varplayer_1207 - -// 724:28 -[com_28] -type=rectangle -width=272 -height=2 -layer=com_27 -colour=0xffffff - -// 724:29 -[com_29] -type=rectangle -x=272 -width=2 -height=272 -layer=com_27 -colour=0xffffff - -// 724:30 -[com_30] -type=rectangle -x=2 -y=272 -width=272 -height=2 -layer=com_27 -colour=0xffffff - -// 724:31 -[com_31] -type=rectangle -y=2 -width=2 -height=272 -layer=com_27 -colour=0xffffff - -// 724:32 -[com_32] -type=rectangle -x=34 -y=34 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:33 -[com_33] -type=rectangle -x=68 -y=34 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:34 -[com_34] -type=rectangle -x=102 -y=34 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:35 -[com_35] -type=rectangle -x=136 -y=34 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:36 -[com_36] -type=rectangle -x=170 -y=34 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:37 -[com_37] -type=rectangle -x=204 -y=34 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:38 -[com_38] -type=rectangle -x=238 -y=34 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:39 -[com_39] -type=rectangle -x=34 -y=68 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:40 -[com_40] -type=rectangle -x=68 -y=68 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:41 -[com_41] -type=rectangle -x=102 -y=68 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:42 -[com_42] -type=rectangle -x=136 -y=68 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:43 -[com_43] -type=rectangle -x=170 -y=68 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:44 -[com_44] -type=rectangle -x=204 -y=68 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:45 -[com_45] -type=rectangle -x=238 -y=68 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:46 -[com_46] -type=rectangle -x=34 -y=102 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:47 -[com_47] -type=rectangle -x=68 -y=102 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:48 -[com_48] -type=rectangle -x=102 -y=102 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:49 -[com_49] -type=rectangle -x=136 -y=102 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:50 -[com_50] -type=rectangle -x=170 -y=102 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:51 -[com_51] -type=rectangle -x=204 -y=102 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:52 -[com_52] -type=rectangle -x=238 -y=102 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:53 -[com_53] -type=rectangle -x=34 -y=136 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:54 -[com_54] -type=rectangle -x=68 -y=136 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:55 -[com_55] -type=rectangle -x=102 -y=136 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:56 -[com_56] -type=rectangle -x=136 -y=136 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:57 -[com_57] -type=rectangle -x=170 -y=136 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:58 -[com_58] -type=rectangle -x=204 -y=136 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:59 -[com_59] -type=rectangle -x=238 -y=136 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:60 -[com_60] -type=rectangle -x=34 -y=170 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:61 -[com_61] -type=rectangle -x=68 -y=170 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:62 -[com_62] -type=rectangle -x=102 -y=170 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:63 -[com_63] -type=rectangle -x=136 -y=170 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:64 -[com_64] -type=rectangle -x=170 -y=170 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:65 -[com_65] -type=rectangle -x=204 -y=170 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:66 -[com_66] -type=rectangle -x=238 -y=170 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:67 -[com_67] -type=rectangle -x=34 -y=204 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:68 -[com_68] -type=rectangle -x=68 -y=204 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:69 -[com_69] -type=rectangle -x=102 -y=204 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:70 -[com_70] -type=rectangle -x=136 -y=204 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:71 -[com_71] -type=rectangle -x=170 -y=204 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:72 -[com_72] -type=rectangle -x=204 -y=204 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:73 -[com_73] -type=rectangle -x=238 -y=204 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:74 -[com_74] -type=rectangle -x=34 -y=238 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:75 -[com_75] -type=rectangle -x=68 -y=238 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:76 -[com_76] -type=rectangle -x=102 -y=238 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:77 -[com_77] -type=rectangle -x=136 -y=238 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:78 -[com_78] -type=rectangle -x=170 -y=238 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:79 -[com_79] -type=rectangle -x=204 -y=238 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - -// 724:80 -[com_80] -type=rectangle -x=238 -y=238 -width=2 -height=2 -layer=com_27 -colour=0xffffff -fill=yes - diff --git a/dumps/530/interface/interface_725.if3 b/dumps/530/interface/interface_725.if3 deleted file mode 100644 index 386d75c8c..000000000 --- a/dumps/530/interface/interface_725.if3 +++ /dev/null @@ -1,739 +0,0 @@ -// 725:0 -[com_0] -type=graphic -x=12 -y=20 -width=487 -height=299 -graphic=tradebacking -tiling=yes - -// 725:1 -[com_1] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 725:2 -[com_2] -type=graphic -x=-3 -y=49 -width=36 -height=241 -graphic="miscgraphics,2" -tiling=yes - -// 725:3 -[com_3] -type=graphic -x=479 -y=49 -width=36 -height=241 -graphic="steelborder2,1" -tiling=yes - -// 725:4 -[com_4] -type=graphic -x=37 -y=5 -width=438 -height=36 -graphic="steelborder2,0" -tiling=yes - -// 725:5 -[com_5] -type=graphic -x=37 -y=299 -width=438 -height=36 -graphic="miscgraphics,3" -tiling=yes - -// 725:6 -[com_6] -type=graphic -x=12 -y=290 -width=25 -height=30 -graphic="steelborder,2" - -// 725:7 -[com_7] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,1" - -// 725:8 -[com_8] -type=graphic -x=475 -y=290 -width=25 -height=30 -graphic="steelborder,3" - -// 725:9 -[com_9] -type=graphic -x=183 -y=26 -width=36 -height=288 -graphic="miscgraphics,2" -tiling=yes - -// 725:10 -[com_10] -type=graphic -x=17 -y=34 -width=181 -height=36 -graphic="steelborder2,0" -tiling=yes - -// 725:11 -[com_11] -type=graphic -x=26 -y=265 -width=25 -height=30 -graphic="steelborder,0" - -// 725:12 -[com_12] -type=graphic -x=47 -y=250 -width=36 -height=36 -graphic="steelborder2,0" - -// 725:13 -[com_13] -type=graphic -x=79 -y=265 -width=25 -height=30 -graphic="steelborder,1" - -// 725:14 -[com_14] -type=graphic -x=26 -y=277 -width=25 -height=30 -graphic="steelborder,2" - -// 725:15 -[com_15] -type=graphic -x=47 -y=286 -width=36 -height=36 -graphic="miscgraphics,3" - -// 725:16 -[com_16] -type=graphic -x=79 -y=277 -width=25 -height=30 -graphic="steelborder,3" - -// 725:17 -[com_17] -type=rectangle -x=32 -y=271 -width=66 -height=31 -colour=0x000000 -fill=yes -op1=Close -onop=script29 - -// 725:18 -[com_18] -type=text -x=21 -y=29 -width=176 -height=17 -textfont=b12_full -text=Runelink -textshadow=yes -colour=0xffaa44 - -// 725:19 -[com_19] -type=model -x=201 -y=46 -width=299 -height=252 -model=model_4608 -modelorigin_x=2 -modelorigin_y=97 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=134 -unknown100=0 -unknown101=3000 -onload=script925 -onvartransmit=script926 -onvartransmitlist=varplayer_1207 - -// 725:20 -[com_20] -type=text -x=43 -y=58 -width=140 -height=25 -textfont=p12_full -textshadow=yes -colour=0xffaa44 - -// 725:21 -[com_21] -type=text -x=96 -y=75 -width=22 -height=14 -textfont=p12_full -text=vs -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 725:22 -[com_22] -type=text -x=43 -y=89 -width=140 -height=25 -textfont=p12_full -textshadow=yes -colour=0xffaa44 - -// 725:23 -[com_23] -type=text -x=32 -y=271 -width=66 -height=30 -textfont=p12_full -text=Close -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x800000 -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, 0x800000) - -// 725:24 -[com_24] -type=model -x=20 -y=58 -width=20 -height=19 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 725:25 -[com_25] -type=model -x=20 -y=88 -width=20 -height=19 -model=model_2734 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 725:26 -[com_26] -type=text -x=23 -y=157 -width=169 -height=27 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 725:27 -[com_27] -type=text -x=23 -y=185 -width=169 -height=50 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 725:28 -[com_28] -type=graphic -x=229 -y=233 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:29 -[com_29] -type=graphic -x=229 -y=198 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:30 -[com_30] -type=graphic -x=229 -y=163 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:31 -[com_31] -type=graphic -x=229 -y=128 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:32 -[com_32] -type=graphic -x=229 -y=93 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:33 -[com_33] -type=graphic -x=229 -y=57 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:34 -[com_34] -type=graphic -x=264 -y=233 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:35 -[com_35] -type=graphic -x=264 -y=198 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:36 -[com_36] -type=graphic -x=264 -y=163 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:37 -[com_37] -type=graphic -x=264 -y=128 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:38 -[com_38] -type=graphic -x=264 -y=93 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:39 -[com_39] -type=graphic -x=264 -y=57 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:40 -[com_40] -type=graphic -x=299 -y=233 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:41 -[com_41] -type=graphic -x=299 -y=198 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:42 -[com_42] -type=graphic -x=299 -y=163 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:43 -[com_43] -type=graphic -x=299 -y=128 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:44 -[com_44] -type=graphic -x=299 -y=93 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:45 -[com_45] -type=graphic -x=299 -y=57 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:46 -[com_46] -type=graphic -x=334 -y=233 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:47 -[com_47] -type=graphic -x=334 -y=198 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:48 -[com_48] -type=graphic -x=334 -y=163 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:49 -[com_49] -type=graphic -x=334 -y=128 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:50 -[com_50] -type=graphic -x=334 -y=93 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:51 -[com_51] -type=graphic -x=334 -y=57 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:52 -[com_52] -type=graphic -x=369 -y=233 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:53 -[com_53] -type=graphic -x=369 -y=198 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:54 -[com_54] -type=graphic -x=369 -y=163 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:55 -[com_55] -type=graphic -x=369 -y=128 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:56 -[com_56] -type=graphic -x=369 -y=93 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:57 -[com_57] -type=graphic -x=369 -y=57 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:58 -[com_58] -type=graphic -x=404 -y=233 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:59 -[com_59] -type=graphic -x=404 -y=198 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:60 -[com_60] -type=graphic -x=404 -y=163 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:61 -[com_61] -type=graphic -x=404 -y=128 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:62 -[com_62] -type=graphic -x=404 -y=93 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:63 -[com_63] -type=graphic -x=404 -y=57 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:64 -[com_64] -type=graphic -x=439 -y=233 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:65 -[com_65] -type=graphic -x=439 -y=198 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:66 -[com_66] -type=graphic -x=439 -y=163 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:67 -[com_67] -type=graphic -x=439 -y=128 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:68 -[com_68] -type=graphic -x=439 -y=93 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:69 -[com_69] -type=graphic -x=439 -y=57 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 725:70 -[com_70] -type=layer -width=512 -height=334 - diff --git a/dumps/530/interface/interface_726.if3 b/dumps/530/interface/interface_726.if3 deleted file mode 100644 index 7d08c7c5b..000000000 --- a/dumps/530/interface/interface_726.if3 +++ /dev/null @@ -1,1838 +0,0 @@ -// 726:0 -[com_0] -type=graphic -x=12 -y=20 -width=487 -height=299 -graphic=tradebacking -tiling=yes - -// 726:1 -[com_1] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 726:2 -[com_2] -type=graphic -x=-3 -y=49 -width=36 -height=241 -graphic="miscgraphics,2" -tiling=yes - -// 726:3 -[com_3] -type=graphic -x=479 -y=49 -width=36 -height=241 -graphic="steelborder2,1" -tiling=yes - -// 726:4 -[com_4] -type=graphic -x=37 -y=5 -width=438 -height=36 -graphic="steelborder2,0" -tiling=yes - -// 726:5 -[com_5] -type=graphic -x=37 -y=299 -width=438 -height=36 -graphic="miscgraphics,3" -tiling=yes - -// 726:6 -[com_6] -type=graphic -x=12 -y=290 -width=25 -height=30 -graphic="steelborder,2" - -// 726:7 -[com_7] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,1" - -// 726:8 -[com_8] -type=graphic -x=475 -y=290 -width=25 -height=30 -graphic="steelborder,3" - -// 726:9 -[com_9] -type=graphic -x=183 -y=26 -width=36 -height=288 -graphic="miscgraphics,2" -tiling=yes - -// 726:10 -[com_10] -type=graphic -x=17 -y=34 -width=181 -height=36 -graphic="steelborder2,0" -tiling=yes - -// 726:11 -[com_11] -type=graphic -x=26 -y=265 -width=25 -height=30 -graphic="steelborder,0" - -// 726:12 -[com_12] -type=graphic -x=47 -y=250 -width=36 -height=36 -graphic="steelborder2,0" - -// 726:13 -[com_13] -type=graphic -x=79 -y=265 -width=25 -height=30 -graphic="steelborder,1" - -// 726:14 -[com_14] -type=graphic -x=26 -y=277 -width=25 -height=30 -graphic="steelborder,2" - -// 726:15 -[com_15] -type=graphic -x=47 -y=286 -width=36 -height=36 -graphic="miscgraphics,3" - -// 726:16 -[com_16] -type=graphic -x=79 -y=277 -width=25 -height=30 -graphic="steelborder,3" - -// 726:17 -[com_17] -type=rectangle -x=32 -y=271 -width=66 -height=31 -colour=0x000000 -fill=yes -op1=Close -onop=script29 - -// 726:18 -[com_18] -type=rectangle -x=221 -y=40 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:19 -[com_19] -type=rectangle -x=253 -y=72 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:20 -[com_20] -type=rectangle -x=253 -y=136 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:21 -[com_21] -type=rectangle -x=285 -y=104 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:22 -[com_22] -type=rectangle -x=317 -y=136 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:23 -[com_23] -type=rectangle -x=349 -y=168 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:24 -[com_24] -type=rectangle -x=349 -y=232 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:25 -[com_25] -type=rectangle -x=381 -y=200 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:26 -[com_26] -type=rectangle -x=413 -y=232 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:27 -[com_27] -type=rectangle -x=381 -y=264 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:28 -[com_28] -type=rectangle -x=285 -y=40 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:29 -[com_29] -type=rectangle -x=317 -y=72 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:30 -[com_30] -type=rectangle -x=349 -y=104 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:31 -[com_31] -type=rectangle -x=445 -y=136 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:32 -[com_32] -type=rectangle -x=381 -y=136 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:33 -[com_33] -type=rectangle -x=413 -y=168 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:34 -[com_34] -type=rectangle -x=445 -y=200 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:35 -[com_35] -type=rectangle -x=221 -y=104 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:36 -[com_36] -type=rectangle -x=221 -y=168 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:37 -[com_37] -type=rectangle -x=253 -y=200 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:38 -[com_38] -type=rectangle -x=285 -y=168 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:39 -[com_39] -type=rectangle -x=317 -y=200 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:40 -[com_40] -type=rectangle -x=317 -y=264 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:41 -[com_41] -type=rectangle -x=253 -y=264 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:42 -[com_42] -type=rectangle -x=285 -y=232 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:43 -[com_43] -type=rectangle -x=221 -y=232 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:44 -[com_44] -type=rectangle -x=445 -y=264 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:45 -[com_45] -type=rectangle -x=349 -y=40 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:46 -[com_46] -type=rectangle -x=413 -y=40 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:47 -[com_47] -type=rectangle -x=381 -y=72 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:48 -[com_48] -type=rectangle -x=445 -y=72 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:49 -[com_49] -type=rectangle -x=413 -y=104 -width=32 -height=32 -colour=0x807474 -fill=yes - -// 726:50 -[com_50] -type=rectangle -x=221 -y=40 -width=32 -height=32 -colour=0xffffff - -// 726:51 -[com_51] -type=rectangle -x=221 -y=72 -width=32 -height=32 -colour=0xffffff - -// 726:52 -[com_52] -type=rectangle -x=253 -y=72 -width=32 -height=32 -colour=0xffffff - -// 726:53 -[com_53] -type=rectangle -x=221 -y=104 -width=32 -height=32 -colour=0xffffff - -// 726:54 -[com_54] -type=rectangle -x=317 -y=136 -width=32 -height=32 -colour=0xffffff - -// 726:55 -[com_55] -type=rectangle -x=285 -y=104 -width=32 -height=32 -colour=0xffffff - -// 726:56 -[com_56] -type=rectangle -x=317 -y=72 -width=32 -height=32 -colour=0xffffff - -// 726:57 -[com_57] -type=rectangle -x=445 -y=40 -width=32 -height=32 -colour=0xffffff - -// 726:58 -[com_58] -type=rectangle -x=413 -y=232 -width=32 -height=32 -colour=0xffffff - -// 726:59 -[com_59] -type=rectangle -x=349 -y=72 -width=32 -height=32 -colour=0xffffff - -// 726:60 -[com_60] -type=rectangle -x=317 -y=104 -width=32 -height=32 -colour=0xffffff - -// 726:61 -[com_61] -type=rectangle -x=413 -y=72 -width=32 -height=32 -colour=0xffffff - -// 726:62 -[com_62] -type=rectangle -x=445 -y=72 -width=32 -height=32 -colour=0xffffff - -// 726:63 -[com_63] -type=rectangle -x=349 -y=104 -width=32 -height=32 -colour=0xffffff - -// 726:64 -[com_64] -type=rectangle -x=381 -y=104 -width=32 -height=32 -colour=0xffffff - -// 726:65 -[com_65] -type=rectangle -x=413 -y=104 -width=32 -height=32 -colour=0xffffff - -// 726:66 -[com_66] -type=rectangle -x=445 -y=104 -width=32 -height=32 -colour=0xffffff - -// 726:67 -[com_67] -type=rectangle -x=221 -y=136 -width=32 -height=32 -colour=0xffffff - -// 726:68 -[com_68] -type=rectangle -x=253 -y=136 -width=32 -height=32 -colour=0xffffff - -// 726:69 -[com_69] -type=rectangle -x=349 -y=136 -width=32 -height=32 -colour=0xffffff - -// 726:70 -[com_70] -type=rectangle -x=381 -y=136 -width=32 -height=32 -colour=0xffffff - -// 726:71 -[com_71] -type=rectangle -x=413 -y=136 -width=32 -height=32 -colour=0xffffff - -// 726:72 -[com_72] -type=rectangle -x=445 -y=136 -width=32 -height=32 -colour=0xffffff - -// 726:73 -[com_73] -type=rectangle -x=221 -y=168 -width=32 -height=32 -colour=0xffffff - -// 726:74 -[com_74] -type=rectangle -x=253 -y=104 -width=32 -height=32 -colour=0xffffff - -// 726:75 -[com_75] -type=rectangle -x=285 -y=40 -width=32 -height=32 -colour=0xffffff - -// 726:76 -[com_76] -type=rectangle -x=285 -y=72 -width=32 -height=32 -colour=0xffffff - -// 726:77 -[com_77] -type=rectangle -x=317 -y=40 -width=32 -height=32 -colour=0xffffff - -// 726:78 -[com_78] -type=rectangle -x=349 -y=40 -width=32 -height=32 -colour=0xffffff - -// 726:79 -[com_79] -type=rectangle -x=381 -y=40 -width=32 -height=32 -colour=0xffffff - -// 726:80 -[com_80] -type=rectangle -x=413 -y=40 -width=32 -height=32 -colour=0xffffff - -// 726:81 -[com_81] -type=rectangle -x=253 -y=168 -width=32 -height=32 -colour=0xffffff - -// 726:82 -[com_82] -type=rectangle -x=285 -y=136 -width=32 -height=32 -colour=0xffffff - -// 726:83 -[com_83] -type=rectangle -x=285 -y=168 -width=32 -height=32 -colour=0xffffff - -// 726:84 -[com_84] -type=rectangle -x=317 -y=168 -width=32 -height=32 -colour=0xffffff - -// 726:85 -[com_85] -type=rectangle -x=349 -y=168 -width=32 -height=32 -colour=0xffffff - -// 726:86 -[com_86] -type=rectangle -x=381 -y=168 -width=32 -height=32 -colour=0xffffff - -// 726:87 -[com_87] -type=rectangle -x=413 -y=168 -width=32 -height=32 -colour=0xffffff - -// 726:88 -[com_88] -type=rectangle -x=445 -y=200 -width=32 -height=32 -colour=0xffffff - -// 726:89 -[com_89] -type=rectangle -x=445 -y=232 -width=32 -height=32 -colour=0xffffff - -// 726:90 -[com_90] -type=rectangle -x=445 -y=264 -width=32 -height=32 -colour=0xffffff - -// 726:91 -[com_91] -type=rectangle -x=317 -y=264 -width=32 -height=32 -colour=0xffffff - -// 726:92 -[com_92] -type=rectangle -x=221 -y=200 -width=32 -height=32 -colour=0xffffff - -// 726:93 -[com_93] -type=rectangle -x=221 -y=232 -width=32 -height=32 -colour=0xffffff - -// 726:94 -[com_94] -type=rectangle -x=253 -y=232 -width=32 -height=32 -colour=0xffffff - -// 726:95 -[com_95] -type=rectangle -x=285 -y=232 -width=32 -height=32 -colour=0xffffff - -// 726:96 -[com_96] -type=rectangle -x=317 -y=232 -width=32 -height=32 -colour=0xffffff - -// 726:97 -[com_97] -type=rectangle -x=285 -y=200 -width=32 -height=32 -colour=0xffffff - -// 726:98 -[com_98] -type=rectangle -x=253 -y=200 -width=32 -height=32 -colour=0xffffff - -// 726:99 -[com_99] -type=rectangle -x=285 -y=264 -width=32 -height=32 -colour=0xffffff - -// 726:100 -[com_100] -type=rectangle -x=413 -y=200 -width=32 -height=32 -colour=0xffffff - -// 726:101 -[com_101] -type=rectangle -x=413 -y=264 -width=32 -height=32 -colour=0xffffff - -// 726:102 -[com_102] -type=rectangle -x=349 -y=264 -width=32 -height=32 -colour=0xffffff - -// 726:103 -[com_103] -type=rectangle -x=381 -y=200 -width=32 -height=32 -colour=0xffffff - -// 726:104 -[com_104] -type=rectangle -x=381 -y=232 -width=32 -height=32 -colour=0xffffff - -// 726:105 -[com_105] -type=rectangle -x=349 -y=232 -width=32 -height=32 -colour=0xffffff - -// 726:106 -[com_106] -type=rectangle -x=445 -y=168 -width=32 -height=32 -colour=0xffffff - -// 726:107 -[com_107] -type=rectangle -x=221 -y=264 -width=32 -height=32 -colour=0xffffff - -// 726:108 -[com_108] -type=rectangle -x=253 -y=264 -width=32 -height=32 -colour=0xffffff - -// 726:109 -[com_109] -type=rectangle -x=381 -y=264 -width=32 -height=32 -colour=0xffffff - -// 726:110 -[com_110] -type=rectangle -x=349 -y=200 -width=32 -height=32 -colour=0xffffff - -// 726:111 -[com_111] -type=rectangle -x=317 -y=200 -width=32 -height=32 -colour=0xffffff - -// 726:112 -[com_112] -type=rectangle -x=253 -y=40 -width=32 -height=32 -colour=0xffffff - -// 726:113 -[com_113] -type=rectangle -x=381 -y=72 -width=32 -height=32 -colour=0xffffff - -// 726:114 -[com_114] -type=text -x=21 -y=29 -width=176 -height=17 -textfont=b12_full -text=Runeversi -textshadow=yes -colour=0xffaa44 - -// 726:115 -[com_115] -type=text -x=43 -y=58 -width=140 -height=25 -textfont=p12_full -textshadow=yes -colour=0xffaa44 - -// 726:116 -[com_116] -type=text -x=96 -y=75 -width=22 -height=14 -textfont=p12_full -text=vs -textalignh=1 -textshadow=yes -colour=0xaaaaaa -onload=script947 -onvartransmit=script948 -onvartransmitlist=varplayer_1207 - -// 726:117 -[com_117] -type=text -x=43 -y=89 -width=140 -height=25 -textfont=p12_full -textshadow=yes -colour=0xffaa44 - -// 726:118 -[com_118] -type=text -x=32 -y=271 -width=66 -height=30 -textfont=p12_full -text=Close -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x800000 -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, 0x800000) - -// 726:119 -[com_119] -type=model -x=20 -y=58 -width=20 -height=19 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 726:120 -[com_120] -type=model -x=20 -y=88 -width=20 -height=19 -model=model_2382 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 726:121 -[com_121] -type=text -x=23 -y=157 -width=169 -height=27 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 726:122 -[com_122] -type=text -x=23 -y=185 -width=169 -height=50 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 726:123 -[com_123] -type=graphic -x=221 -y=264 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:124 -[com_124] -type=graphic -x=221 -y=232 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:125 -[com_125] -type=graphic -x=221 -y=200 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:126 -[com_126] -type=graphic -x=221 -y=168 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:127 -[com_127] -type=graphic -x=221 -y=136 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:128 -[com_128] -type=graphic -x=221 -y=104 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:129 -[com_129] -type=graphic -x=221 -y=72 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:130 -[com_130] -type=graphic -x=221 -y=40 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:131 -[com_131] -type=graphic -x=253 -y=264 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:132 -[com_132] -type=graphic -x=253 -y=232 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:133 -[com_133] -type=graphic -x=253 -y=200 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:134 -[com_134] -type=graphic -x=253 -y=168 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:135 -[com_135] -type=graphic -x=253 -y=136 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:136 -[com_136] -type=graphic -x=253 -y=104 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:137 -[com_137] -type=graphic -x=253 -y=72 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:138 -[com_138] -type=graphic -x=253 -y=40 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:139 -[com_139] -type=graphic -x=285 -y=264 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:140 -[com_140] -type=graphic -x=285 -y=232 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:141 -[com_141] -type=graphic -x=285 -y=200 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:142 -[com_142] -type=graphic -x=285 -y=168 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:143 -[com_143] -type=graphic -x=285 -y=136 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:144 -[com_144] -type=graphic -x=285 -y=104 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:145 -[com_145] -type=graphic -x=285 -y=72 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:146 -[com_146] -type=graphic -x=285 -y=40 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:147 -[com_147] -type=graphic -x=317 -y=264 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:148 -[com_148] -type=graphic -x=317 -y=232 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:149 -[com_149] -type=graphic -x=317 -y=200 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:150 -[com_150] -type=graphic -x=317 -y=168 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:151 -[com_151] -type=graphic -x=317 -y=136 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:152 -[com_152] -type=graphic -x=317 -y=104 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:153 -[com_153] -type=graphic -x=317 -y=72 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:154 -[com_154] -type=graphic -x=317 -y=40 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:155 -[com_155] -type=graphic -x=349 -y=264 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:156 -[com_156] -type=graphic -x=349 -y=232 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:157 -[com_157] -type=graphic -x=349 -y=200 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:158 -[com_158] -type=graphic -x=349 -y=168 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:159 -[com_159] -type=graphic -x=349 -y=136 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:160 -[com_160] -type=graphic -x=349 -y=104 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:161 -[com_161] -type=graphic -x=349 -y=72 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:162 -[com_162] -type=graphic -x=349 -y=40 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:163 -[com_163] -type=graphic -x=381 -y=264 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:164 -[com_164] -type=graphic -x=381 -y=232 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:165 -[com_165] -type=graphic -x=381 -y=200 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:166 -[com_166] -type=graphic -x=381 -y=168 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:167 -[com_167] -type=graphic -x=381 -y=136 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:168 -[com_168] -type=graphic -x=381 -y=104 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:169 -[com_169] -type=graphic -x=381 -y=72 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:170 -[com_170] -type=graphic -x=381 -y=40 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:171 -[com_171] -type=graphic -x=413 -y=264 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:172 -[com_172] -type=graphic -x=413 -y=232 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:173 -[com_173] -type=graphic -x=413 -y=200 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:174 -[com_174] -type=graphic -x=413 -y=168 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:175 -[com_175] -type=graphic -x=413 -y=136 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:176 -[com_176] -type=graphic -x=413 -y=104 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:177 -[com_177] -type=graphic -x=413 -y=72 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:178 -[com_178] -type=graphic -x=413 -y=40 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:179 -[com_179] -type=graphic -x=445 -y=264 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:180 -[com_180] -type=graphic -x=445 -y=232 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:181 -[com_181] -type=graphic -x=445 -y=200 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:182 -[com_182] -type=graphic -x=445 -y=168 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:183 -[com_183] -type=graphic -x=445 -y=136 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:184 -[com_184] -type=graphic -x=445 -y=104 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:185 -[com_185] -type=graphic -x=445 -y=72 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:186 -[com_186] -type=graphic -x=445 -y=40 -width=36 -height=32 -outline=1 -graphicshadow=3355443 - -// 726:187 -[com_187] -type=layer -width=512 -height=334 - diff --git a/dumps/530/interface/interface_727.if3 b/dumps/530/interface/interface_727.if3 deleted file mode 100644 index b1906e989..000000000 --- a/dumps/530/interface/interface_727.if3 +++ /dev/null @@ -1,330 +0,0 @@ -// 727:0 -[com_0] -type=graphic -x=12 -y=20 -width=487 -height=299 -graphic=tradebacking -tiling=yes - -// 727:1 -[com_1] -type=graphic -x=12 -y=20 -width=25 -height=30 -graphic="steelborder,0" - -// 727:2 -[com_2] -type=graphic -x=-3 -y=49 -width=36 -height=241 -graphic="miscgraphics,2" -tiling=yes - -// 727:3 -[com_3] -type=graphic -x=479 -y=49 -width=36 -height=241 -graphic="steelborder2,1" -tiling=yes - -// 727:4 -[com_4] -type=graphic -x=37 -y=5 -width=438 -height=36 -graphic="steelborder2,0" -tiling=yes - -// 727:5 -[com_5] -type=graphic -x=37 -y=299 -width=438 -height=36 -graphic="miscgraphics,3" -tiling=yes - -// 727:6 -[com_6] -type=graphic -x=12 -y=290 -width=25 -height=30 -graphic="steelborder,2" - -// 727:7 -[com_7] -type=graphic -x=475 -y=20 -width=25 -height=30 -graphic="steelborder,1" - -// 727:8 -[com_8] -type=graphic -x=475 -y=290 -width=25 -height=30 -graphic="steelborder,3" - -// 727:9 -[com_9] -type=graphic -x=183 -y=26 -width=36 -height=288 -graphic="miscgraphics,2" -tiling=yes - -// 727:10 -[com_10] -type=graphic -x=17 -y=34 -width=181 -height=36 -graphic="steelborder2,0" -tiling=yes - -// 727:11 -[com_11] -type=graphic -x=26 -y=265 -width=25 -height=30 -graphic="steelborder,0" - -// 727:12 -[com_12] -type=graphic -x=47 -y=250 -width=36 -height=36 -graphic="steelborder2,0" - -// 727:13 -[com_13] -type=graphic -x=79 -y=265 -width=25 -height=30 -graphic="steelborder,1" - -// 727:14 -[com_14] -type=graphic -x=26 -y=277 -width=25 -height=30 -graphic="steelborder,2" - -// 727:15 -[com_15] -type=graphic -x=47 -y=286 -width=36 -height=36 -graphic="miscgraphics,3" - -// 727:16 -[com_16] -type=graphic -x=79 -y=277 -width=25 -height=30 -graphic="steelborder,3" - -// 727:17 -[com_17] -type=rectangle -x=32 -y=271 -width=66 -height=31 -colour=0x000000 -fill=yes -op1=Close -onop=script29 - -// 727:18 -[com_18] -type=text -x=21 -y=29 -width=176 -height=17 -textfont=b12_full -text=Draughts -textshadow=yes -colour=0xffaa44 - -// 727:19 -[com_19] -type=model -x=211 -y=33 -width=275 -height=274 -model=model_4607 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 727:20 -[com_20] -type=rectangle -x=219 -y=41 -width=258 -height=258 -colour=0x000000 - -// 727:21 -[com_21] -type=text -x=43 -y=58 -width=140 -height=25 -textfont=p12_full -textshadow=yes -colour=0xffaa44 - -// 727:22 -[com_22] -type=text -x=96 -y=75 -width=22 -height=14 -textfont=p12_full -text=vs -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 727:23 -[com_23] -type=text -x=43 -y=89 -width=140 -height=25 -textfont=p12_full -textshadow=yes -colour=0xffaa44 - -// 727:24 -[com_24] -type=text -x=32 -y=271 -width=66 -height=30 -textfont=p12_full -text=Close -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x800000 -onmouseover=script45(event_com, ^red) -onmouseleave=script45(event_com, 0x800000) - -// 727:25 -[com_25] -type=model -x=20 -y=58 -width=20 -height=19 -model=model_2434 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 727:26 -[com_26] -type=model -x=20 -y=88 -width=20 -height=19 -model=model_2707 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=1024 -unknown100=0 -unknown101=3000 - -// 727:27 -[com_27] -type=text -x=23 -y=157 -width=169 -height=27 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 727:28 -[com_28] -type=text -x=23 -y=185 -width=169 -height=50 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 727:29 -[com_29] -type=layer -x=220 -y=40 -width=260 -height=256 -onload=script938 -onvartransmit=script939 -onvartransmitlist=varplayer_1207 - diff --git a/dumps/530/interface/interface_728.if3 b/dumps/530/interface/interface_728.if3 deleted file mode 100644 index d334500ba..000000000 --- a/dumps/530/interface/interface_728.if3 +++ /dev/null @@ -1,336 +0,0 @@ -// 728:0 -[com_0] -type=rectangle -width=190 -height=261 -colour=0x554a32 -fill=yes -trans=150 - -// 728:1 -[com_1] -type=graphic -x=2 -y=73 -width=188 -height=165 -graphic=graphic_1136 -tiling=yes -trans=100 -onmouseleave=script919(event_com, interface_728:com_27, interface_728:com_20, interface_728:com_21, interface_728:com_22, interface_728:com_23) -onmouserepeat=script918(event_com, interface_728:com_27, 0, interface_728:com_20, interface_728:com_21, interface_728:com_22, interface_728:com_23) - -// 728:2 -[com_2] -type=rectangle -y=72 -width=190 -height=167 -colour=0x554a32 -fill=yes -trans=150 - -// 728:3 -[com_3] -type=model -x=13 -y=3 -width=51 -height=62 -model=model_32728 -modelorigin_x=2 -modelorigin_y=30 -modelangle_x=4 -modelangle_y=1810 -modelangle_z=0 -modelzoom=700 -modelanim=seq_8973 -unknown100=0 -unknown101=3000 - -// 728:4 -[com_4] -type=text -x=3 -y=76 -width=186 -height=17 -textfont=tutorial_font -textalignv=2 -colour=0xffffff -onvartransmit=script776(event_com) -onvartransmitlist=varplayer_1207 - -// 728:5 -[com_5] -type=text -x=3 -y=92 -width=186 -height=17 -textfont=tutorial_font -textalignv=1 -colour=0xffffff -onvartransmit=script776(event_com) -onvartransmitlist=varplayer_1207 - -// 728:6 -[com_6] -type=text -x=3 -y=108 -width=186 -height=17 -textfont=tutorial_font -textalignv=1 -colour=0xffffff -onvartransmit=script776(event_com) -onvartransmitlist=varplayer_1207 - -// 728:7 -[com_7] -type=text -x=3 -y=124 -width=186 -height=17 -textfont=tutorial_font -textalignv=1 -colour=0xffffff -onvartransmit=script776(event_com) -onvartransmitlist=varplayer_1207 - -// 728:8 -[com_8] -type=text -x=3 -y=140 -width=186 -height=17 -textfont=tutorial_font -textalignv=1 -colour=0xffffff -onvartransmit=script776(event_com) -onvartransmitlist=varplayer_1207 - -// 728:9 -[com_9] -type=text -x=3 -y=156 -width=186 -height=17 -textfont=tutorial_font -textalignv=1 -colour=0xffffff -onvartransmit=script776(event_com) -onvartransmitlist=varplayer_1207 - -// 728:10 -[com_10] -type=text -x=3 -y=172 -width=186 -height=17 -textfont=tutorial_font -textalignv=1 -colour=0xffffff -onvartransmit=script776(event_com) -onvartransmitlist=varplayer_1207 - -// 728:11 -[com_11] -type=text -x=3 -y=188 -width=186 -height=17 -textfont=tutorial_font -textalignv=1 -colour=0xffffff -onvartransmit=script776(event_com) -onvartransmitlist=varplayer_1207 - -// 728:12 -[com_12] -type=text -x=3 -y=204 -width=186 -height=17 -textfont=tutorial_font -textalignv=1 -colour=0xffffff -onvartransmit=script776(event_com) -onvartransmitlist=varplayer_1207 - -// 728:13 -[com_13] -type=text -x=3 -y=220 -width=186 -height=17 -textfont=tutorial_font -textalignv=1 -colour=0xffffff -onvartransmit=script776(event_com) -onvartransmitlist=varplayer_1207 - -// 728:14 -[com_14] -type=text -x=2 -y=244 -width=186 -height=14 -textfont=b12_full -textalignh=1 -textalignv=1 -colour=0xcccccc -onvartransmit=script912(event_com) -onvartransmitlist=varplayer_1207 - -// 728:15 -[com_15] -type=graphic -y=224 -width=189 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 728:16 -[com_16] -type=graphic -y=58 -width=189 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 728:17 -[com_17] -type=graphic -x=93 -y=25 -width=23 -height=23 -graphic=graphic_782 -opbase=Autopilot -op1=Toggle -onload=script923(event_com) -onmouseleave=script40(interface_728:com_25) -onvartransmit=script923(event_com) -onop=script916(event_com) -onmouserepeat=script917(event_com, interface_728:com_25) -onvartransmitlist=varplayer_1207 - -// 728:18 -[com_18] -type=graphic -x=137 -y=25 -width=23 -height=23 -graphic=graphic_783 -op1=Return to Lumbridge -onmouseover=script44(event_com, graphic_784) -onmouseleave=script299(interface_728:com_25, event_com, graphic_783) -onop=script913(event_com) -onmouserepeat=script917(event_com, interface_728:com_25) - -// 728:19 -[com_19] -type=layer -x=83 -y=15 -width=87 -height=43 -onload=script100(event_com) - -// 728:20 -[com_20] -type=graphic -x=6 -y=241 -width=20 -height=16 -graphic="gnome_copter_arrows,0" -op1=First page -onmouseover=script44(event_com, "gnome_copter_arrows,1") -onmouseleave=script299(interface_728:com_25, event_com, "gnome_copter_arrows,0") -onop=script914 -onmouserepeat=script917(event_com, interface_728:com_25) - -// 728:21 -[com_21] -type=graphic -x=52 -y=242 -width=16 -height=16 -graphic="catcon_catapult_arrows,0" -op1=Previous page -onmouseover=script44(event_com, "catcon_catapult_arrows,1") -onmouseleave=script299(interface_728:com_25, event_com, "catcon_catapult_arrows,0") -onop=script914 -onmouserepeat=script917(event_com, interface_728:com_25) - -// 728:22 -[com_22] -type=graphic -x=120 -y=242 -width=16 -height=16 -graphic="catcon_catapult_arrows,2" -op1=Next page -onmouseover=script44(event_com, "catcon_catapult_arrows,3") -onmouseleave=script299(interface_728:com_25, event_com, "catcon_catapult_arrows,2") -onop=script914 -onmouserepeat=script917(event_com, interface_728:com_25) - -// 728:23 -[com_23] -type=graphic -x=164 -y=241 -width=20 -height=16 -graphic="gnome_copter_arrows,2" -op1=Last page -onmouseover=script44(event_com, "gnome_copter_arrows,3") -onmouseleave=script299(interface_728:com_25, event_com, "gnome_copter_arrows,2") -onop=script914 -onmouserepeat=script917(event_com, interface_728:com_25) - -// 728:24 -[com_24] -type=layer -width=190 -height=261 - -// 728:25 -[com_25] -type=layer -width=190 -height=261 -layer=com_24 - -// 728:26 -[com_26] -type=layer -x=40 -y=140 -width=110 -height=121 - -// 728:27 -[com_27] -type=layer -width=1 -height=1 -layer=com_26 - diff --git a/dumps/530/interface/interface_729.if3 b/dumps/530/interface/interface_729.if3 deleted file mode 100644 index ce54327f5..000000000 --- a/dumps/530/interface/interface_729.if3 +++ /dev/null @@ -1,50 +0,0 @@ -// 729:0 -[com_0] -type=rectangle -width=512 -height=334 -colour=0x46341d -fill=yes -trans=160 - -// 729:1 -[com_1] -type=model -x=48 -y=46 -width=340 -height=231 -model=model_32729 -modelorigin_x=0 -modelorigin_y=-35 -modelangle_x=1847 -modelangle_y=1936 -modelangle_z=133 -modelzoom=528 -unknown100=0 -unknown101=3000 - -// 729:2 -[com_2] -type=text -x=250 -y=210 -width=262 -height=124 -textfont=quill_oblique_large -textshadow=yes -colour=0xcc9900 - -// 729:3 -[com_3] -type=graphic -x=467 -y=7 -width=26 -height=23 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - diff --git a/dumps/530/interface/interface_73.if b/dumps/530/interface/interface_73.if deleted file mode 100644 index 3404314e9..000000000 --- a/dumps/530/interface/interface_73.if +++ /dev/null @@ -1,39 +0,0 @@ -// 73:0 -[com_0] - -// 73:1 -[com_1] - -// 73:2 -[com_2] - -// 73:3 -[com_3] - -// 73:4 -[com_4] - -// 73:5 -[com_5] - -// 73:6 -[com_6] - -// 73:7 -[com_7] - -// 73:8 -[com_8] - -// 73:9 -[com_9] - -// 73:10 -[com_10] - -// 73:11 -[com_11] - -// 73:12 -[com_12] - diff --git a/dumps/530/interface/interface_730.if3 b/dumps/530/interface/interface_730.if3 deleted file mode 100644 index 156fb73e1..000000000 --- a/dumps/530/interface/interface_730.if3 +++ /dev/null @@ -1,325 +0,0 @@ -// 730:0 -[com_0] -type=graphic -x=306 -y=263 -width=190 -height=26 -layer=com_22 -graphic=tradebacking -tiling=yes - -// 730:1 -[com_1] -type=graphic -x=299 -y=256 -width=32 -height=32 -layer=com_22 -graphic="v2_stone_borders,4" - -// 730:2 -[com_2] -type=graphic -x=299 -y=264 -width=32 -height=32 -layer=com_22 -graphic="v2_stone_borders,6" - -// 730:3 -[com_3] -type=graphic -x=471 -y=256 -width=32 -height=32 -layer=com_22 -graphic="v2_stone_borders,5" - -// 730:4 -[com_4] -type=graphic -x=471 -y=264 -width=32 -height=32 -layer=com_22 -graphic="v2_stone_borders,7" - -// 730:5 -[com_5] -type=graphic -x=329 -y=243 -width=142 -height=32 -layer=com_22 -graphic="v2_stone_borders,0" -tiling=yes - -// 730:6 -[com_6] -type=graphic -x=331 -y=276 -width=140 -height=32 -layer=com_22 -graphic="v2_stone_borders,2" -tiling=yes - -// 730:7 -[com_7] -type=text -x=3 -y=13 -width=197 -height=17 -layer=com_23 -textfont=b12_full -text=Please pick up a stone! -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 730:8 -[com_8] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -opbase=m -oninvtransmit=script955 -oninvtransmitlist=inv_93 - -// 730:9 -[com_9] -type=graphic -x=336 -y=17 -width=159 -height=50 -layer=com_21 -graphic=tradebacking -tiling=yes - -// 730:10 -[com_10] -type=graphic -x=330 -y=10 -width=32 -height=32 -layer=com_21 -graphic="v2_stone_borders,4" - -// 730:11 -[com_11] -type=graphic -x=330 -y=39 -width=32 -height=32 -layer=com_21 -graphic="v2_stone_borders,6" - -// 730:12 -[com_12] -type=graphic -x=470 -y=10 -width=32 -height=32 -layer=com_21 -graphic="v2_stone_borders,5" - -// 730:13 -[com_13] -type=graphic -x=470 -y=39 -width=32 -height=32 -layer=com_21 -graphic="v2_stone_borders,7" - -// 730:14 -[com_14] -type=graphic -x=362 -y=-3 -width=108 -height=32 -layer=com_21 -graphic="v2_stone_borders,0" -tiling=yes - -// 730:15 -[com_15] -type=graphic -x=362 -y=51 -width=108 -height=32 -layer=com_21 -graphic="v2_stone_borders,2" -tiling=yes - -// 730:16 -[com_16] -type=graphic -x=339 -y=21 -width=153 -height=32 -layer=com_21 -graphic="v2_borders_slim,11" - -// 730:17 -[com_17] -type=text -x=339 -y=18 -width=61 -height=16 -layer=com_21 -textfont=p12_full -text=Charge: -textshadow=yes -colour=0xc8aa64 - -// 730:18 -[com_18] -type=text -x=396 -y=43 -width=97 -height=16 -layer=com_21 -textfont=p12_full -text=Name -textalignh=2 -textshadow=yes -colour=0x77736a - -// 730:19 -[com_19] -type=layer -x=298 -y=10 -width=204 -height=64 -layer=com_21 - -// 730:20 -[com_20] -type=layer -x=298 -y=10 -width=201 -height=64 -layer=com_21 -hide=yes - -// 730:21 -[com_21] -type=layer -y=7 -width=512 -height=334 -xmode=abs_right -ymode=proportion_top -layer=com_8 - -// 730:22 -[com_22] -type=layer -width=512 -height=334 -layer=com_24 - -// 730:23 -[com_23] -type=layer -x=299 -y=224 -width=204 -height=32 -layer=com_24 - -// 730:24 -[com_24] -type=layer -x=-287 -y=-42 -width=512 -height=334 -ymode=proportion_bottom -layer=com_8 - -// 730:25 -[com_25] -type=text -x=41 -y=33 -width=78 -height=16 -layer=com_19 -textfont=p12_full -text=Hunting: -textshadow=yes -colour=0xc8aa64 - -// 730:26 -[com_26] -type=text -x=41 -y=33 -width=78 -height=16 -layer=com_20 -textfont=p12_full -text=Hunted by: -textshadow=yes -colour=0xc8aa64 - -// 730:27 -[com_27] -type=text -x=311 -y=263 -width=182 -height=32 -layer=com_22 -textfont=p12_full -text=Time left: -textshadow=yes -colour=0xc8aa64 - -// 730:28 -[com_28] -type=line -x=310 -y=283 -width=182 -layer=com_22 -linewid=6 -colour=0xffff00 -onvartransmit=script954 -onvartransmitlist=varplayer_1215 - -// 730:29 -[com_29] -type=graphic -x=309 -y=279 -width=184 -height=8 -layer=com_22 -graphic=assist_buttton -trans=128 - diff --git a/dumps/530/interface/interface_731.if3 b/dumps/530/interface/interface_731.if3 deleted file mode 100644 index 2c5e2301b..000000000 --- a/dumps/530/interface/interface_731.if3 +++ /dev/null @@ -1,290 +0,0 @@ -// 731:0 -[com_0] -type=graphic -x=6 -y=24 -width=112 -height=26 -layer=com_8 -graphic=tradebacking -tiling=yes - -// 731:1 -[com_1] -type=graphic -x=-1 -y=17 -width=32 -height=32 -layer=com_8 -graphic="v2_stone_borders,4" - -// 731:2 -[com_2] -type=graphic -x=-1 -y=25 -width=32 -height=32 -layer=com_8 -graphic="v2_stone_borders,6" - -// 731:3 -[com_3] -type=graphic -x=93 -y=17 -width=32 -height=32 -layer=com_8 -graphic="v2_stone_borders,5" - -// 731:4 -[com_4] -type=graphic -x=93 -y=25 -width=32 -height=32 -layer=com_8 -graphic="v2_stone_borders,7" - -// 731:5 -[com_5] -type=graphic -x=29 -y=4 -width=69 -height=29 -layer=com_8 -graphic="v2_stone_borders,0" -tiling=yes - -// 731:6 -[com_6] -type=graphic -x=31 -y=37 -width=62 -height=20 -layer=com_8 -graphic="v2_stone_borders,2" -tiling=yes - -// 731:7 -[com_7] -type=text -x=6 -y=20 -width=112 -height=33 -layer=com_8 -textfont=p12_full -text=Rating -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 731:8 -[com_8] -type=layer -x=16 -y=399 -width=512 -height=334 -ymode=proportion_top - -// 731:9 -[com_9] -type=graphic -x=378 -y=24 -width=112 -height=26 -layer=com_17 -graphic=tradebacking -tiling=yes - -// 731:10 -[com_10] -type=graphic -x=371 -y=17 -width=32 -height=32 -layer=com_17 -graphic="v2_stone_borders,4" - -// 731:11 -[com_11] -type=graphic -x=371 -y=25 -width=32 -height=32 -layer=com_17 -graphic="v2_stone_borders,6" - -// 731:12 -[com_12] -type=graphic -x=465 -y=17 -width=32 -height=32 -layer=com_17 -graphic="v2_stone_borders,5" - -// 731:13 -[com_13] -type=graphic -x=465 -y=25 -width=32 -height=32 -layer=com_17 -graphic="v2_stone_borders,7" - -// 731:14 -[com_14] -type=graphic -x=401 -y=4 -width=69 -height=29 -layer=com_17 -graphic="v2_stone_borders,0" -tiling=yes - -// 731:15 -[com_15] -type=graphic -x=403 -y=37 -width=62 -height=20 -layer=com_17 -graphic="v2_stone_borders,2" -tiling=yes - -// 731:16 -[com_16] -type=text -x=377 -y=20 -width=112 -height=33 -layer=com_17 -textfont=p12_full -text=Text -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 731:17 -[com_17] -type=layer -y=399 -width=512 -height=334 -xmode=abs_right -ymode=proportion_top - -// 731:18 -[com_18] -type=graphic -x=17 -y=10 -width=475 -height=30 -layer=com_26 -graphic=tradebacking -tiling=yes - -// 731:19 -[com_19] -type=graphic -x=10 -y=3 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,4" - -// 731:20 -[com_20] -type=graphic -x=10 -y=15 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,6" - -// 731:21 -[com_21] -type=graphic -x=467 -y=3 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,5" - -// 731:22 -[com_22] -type=graphic -x=467 -y=15 -width=32 -height=32 -layer=com_26 -graphic="v2_stone_borders,7" - -// 731:23 -[com_23] -type=graphic -x=33 -y=-10 -width=442 -height=32 -layer=com_26 -graphic="v2_stone_borders,0" -tiling=yes - -// 731:24 -[com_24] -type=graphic -x=34 -y=27 -width=441 -height=32 -layer=com_26 -graphic="v2_stone_borders,2" -tiling=yes - -// 731:25 -[com_25] -type=text -x=15 -y=9 -width=477 -height=20 -layer=com_26 -textfont=b12_full -text=The following item is not allowed in the arena: -textalignh=1 -textshadow=yes -colour=0xff0000 - -// 731:26 -[com_26] -type=layer -x=1 -y=7 -width=510 -height=62 -ymode=proportion_bottom - diff --git a/dumps/530/interface/interface_732.if3 b/dumps/530/interface/interface_732.if3 deleted file mode 100644 index 25ffcef3d..000000000 --- a/dumps/530/interface/interface_732.if3 +++ /dev/null @@ -1,3061 +0,0 @@ -// 732:0 -[com_0] -type=layer -width=512 -height=334 - -// 732:1 -[com_1] -type=graphic -x=10 -y=27 -width=491 -height=271 -graphic=tradebacking -tiling=yes - -// 732:2 -[com_2] -type=rectangle -x=16 -y=50 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:3 -[com_3] -type=model -x=18 -y=59 -width=35 -height=27 -layer=com_193 -model=model_33173 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -modelorthog=yes -unknown100=64607 -unknown101=3000 - -// 732:4 -[com_4] -type=text -x=57 -y=53 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Druidic Mage Top -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:5 -[com_5] -type=text -x=57 -y=68 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 20 Magic, 10 Defence -textlineheight=12 -colour=0xff6600 - -// 732:6 -[com_6] -type=text -x=57 -y=83 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 300, Recharge: 100) -textlineheight=12 -colour=0x999999 - -// 732:7 -[com_7] -type=rectangle -x=250 -y=50 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Druidic Spellcaster Bottom -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:8 -[com_8] -type=model -x=254 -y=54 -width=27 -height=39 -layer=com_193 -model=model_33153 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1250 -modelorthog=yes -unknown100=64360 -unknown101=3000 - -// 732:9 -[com_9] -type=text -x=286 -y=53 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Druidic Mage Bottom -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:10 -[com_10] -type=text -x=286 -y=68 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 20 Magic, 10 Defence -textlineheight=12 -colour=0xff6600 - -// 732:11 -[com_11] -type=text -x=286 -y=83 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 200, Recharge: 70) -textlineheight=12 -colour=0x999999 - -// 732:12 -[com_12] -type=rectangle -x=16 -y=106 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Druidic Spellcaster Hood -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:13 -[com_13] -type=model -x=27 -y=116 -width=19 -height=26 -layer=com_193 -model=model_33158 -modelorigin_x=2 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=152 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64855 -unknown101=3000 - -// 732:14 -[com_14] -type=text -x=57 -y=109 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Druidic Mage Hood -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:15 -[com_15] -type=text -x=57 -y=124 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 20 Magic, 10 Defence -textlineheight=12 -colour=0xff6600 - -// 732:16 -[com_16] -type=text -x=57 -y=139 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 100, Recharge: 35) -textlineheight=12 -colour=0x999999 - -// 732:17 -[com_17] -type=rectangle -x=45 -y=161 -width=400 -height=1 -layer=com_193 -colour=0xff6600 -fill=yes -trans=200 - -// 732:18 -[com_18] -type=rectangle -x=45 -y=160 -width=400 -height=3 -layer=com_193 -colour=0x000000 -fill=yes -trans=200 - -// 732:19 -[com_19] -type=rectangle -x=16 -y=168 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Combar Robe Top -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:20 -[com_20] -type=model -x=17 -y=175 -width=40 -height=29 -layer=com_193 -model=model_33191 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -modelorthog=yes -unknown100=64606 -unknown101=3000 - -// 732:21 -[com_21] -type=text -x=57 -y=171 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Combat Robe Top -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:22 -[com_22] -type=text -x=57 -y=186 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 20 Magic, 10 Defence -textlineheight=12 -colour=0xff6600 - -// 732:23 -[com_23] -type=text -x=57 -y=201 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 150, Recharge: 50) -textlineheight=12 -colour=0x999999 - -// 732:24 -[com_24] -type=rectangle -x=250 -y=168 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Combat Robe Bottom -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:25 -[com_25] -type=model -x=256 -y=172 -width=25 -height=40 -layer=com_193 -model=model_33167 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1250 -modelorthog=yes -unknown100=64350 -unknown101=3000 - -// 732:26 -[com_26] -type=text -x=286 -y=171 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Combat Robe Bottom -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:27 -[com_27] -type=text -x=286 -y=186 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 20 Magic, 10 Defence -textlineheight=12 -colour=0xff6600 - -// 732:28 -[com_28] -type=text -x=286 -y=201 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 100, Recharge: 35) -textlineheight=12 -colour=0x999999 - -// 732:29 -[com_29] -type=rectangle -x=16 -y=224 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Combat Hood -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:30 -[com_30] -type=model -x=26 -y=235 -width=19 -height=26 -layer=com_193 -model=model_33185 -modelorigin_x=2 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=152 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64855 -unknown101=3000 - -// 732:31 -[com_31] -type=text -x=57 -y=227 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Combat Hood -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:32 -[com_32] -type=text -x=57 -y=242 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 20 Magic, 10 Defence -textlineheight=12 -colour=0xff6600 - -// 732:33 -[com_33] -type=text -x=57 -y=257 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 50, Recharge: 15) -textlineheight=12 -colour=0x999999 - -// 732:34 -[com_34] -type=rectangle -x=45 -y=279 -width=400 -height=1 -layer=com_193 -colour=0xff6600 -fill=yes -trans=200 - -// 732:35 -[com_35] -type=rectangle -x=45 -y=278 -width=400 -height=3 -layer=com_193 -colour=0x000000 -fill=yes -trans=200 - -// 732:36 -[com_36] -type=rectangle -x=16 -y=284 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Ench. Combat Robe Top -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:37 -[com_37] -type=model -x=18 -y=294 -width=41 -height=29 -layer=com_193 -model=model_33149 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -modelorthog=yes -unknown100=64606 -unknown101=3000 - -// 732:38 -[com_38] -type=text -x=57 -y=287 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Battle Robe Top -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:39 -[com_39] -type=text -x=57 -y=302 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 60 Magic, 50 Defence -textlineheight=12 -colour=0xff6600 - -// 732:40 -[com_40] -type=text -x=57 -y=317 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 1500, Recharge: 500) -textlineheight=12 -colour=0x999999 - -// 732:41 -[com_41] -type=rectangle -x=250 -y=284 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Ench. Combat Robe Bottom -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:42 -[com_42] -type=model -x=254 -y=290 -width=24 -height=40 -layer=com_193 -model=model_33160 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1250 -modelorthog=yes -unknown100=64359 -unknown101=3000 - -// 732:43 -[com_43] -type=text -x=286 -y=287 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Battle Robe Bottom -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:44 -[com_44] -type=text -x=286 -y=302 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 60 Magic, 50 Defence -textlineheight=12 -colour=0xff6600 - -// 732:45 -[com_45] -type=text -x=286 -y=317 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 1000, Recharge: 350) -textlineheight=12 -colour=0x999999 - -// 732:46 -[com_46] -type=rectangle -x=16 -y=340 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Ench. Combat Hood -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:47 -[com_47] -type=model -x=29 -y=351 -width=19 -height=26 -layer=com_193 -model=model_33163 -modelorigin_x=2 -modelorigin_y=12 -modelangle_x=0 -modelangle_y=152 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64855 -unknown101=3000 - -// 732:48 -[com_48] -type=text -x=57 -y=343 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Battle Hood -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:49 -[com_49] -type=text -x=57 -y=358 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 60 Magic, 50 Defence -textlineheight=12 -colour=0xff6600 - -// 732:50 -[com_50] -type=text -x=57 -y=373 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 250, Recharge: 80) -textlineheight=12 -colour=0x999999 - -// 732:51 -[com_51] -type=rectangle -x=45 -y=395 -width=400 -height=1 -layer=com_193 -colour=0xff6600 -fill=yes -trans=200 - -// 732:52 -[com_52] -type=rectangle -x=45 -y=394 -width=400 -height=3 -layer=com_193 -colour=0x000000 -fill=yes -trans=200 - -// 732:53 -[com_53] -type=rectangle -x=16 -y=403 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Green D'Hide Coif -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:54 -[com_54] -type=model -x=26 -y=411 -width=30 -height=34 -layer=com_193 -model=model_33199 -modelorigin_x=-4 -modelorigin_y=12 -modelangle_x=113 -modelangle_y=1706 -modelangle_z=0 -modelzoom=500 -modelorthog=yes -unknown100=65110 -unknown101=3000 - -// 732:55 -[com_55] -type=text -x=57 -y=406 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Green D'hide Coif -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:56 -[com_56] -type=text -x=57 -y=421 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 40 Ranged, 40 Defence -textlineheight=12 -colour=0xff6600 - -// 732:57 -[com_57] -type=text -x=57 -y=436 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 150, Recharge: 25) -textlineheight=12 -colour=0x999999 - -// 732:58 -[com_58] -type=rectangle -x=250 -y=403 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Blue D'Hide Coif -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:59 -[com_59] -type=model -x=253 -y=412 -width=30 -height=34 -layer=com_193 -model=model_33187 -modelorigin_x=-4 -modelorigin_y=12 -modelangle_x=113 -modelangle_y=1706 -modelangle_z=0 -modelzoom=500 -modelorthog=yes -unknown100=65110 -unknown101=3000 - -// 732:60 -[com_60] -type=text -x=286 -y=406 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Blue D'hide Coif -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:61 -[com_61] -type=text -x=286 -y=421 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 50 Ranged, 40 Defence -textlineheight=12 -colour=0xff6600 - -// 732:62 -[com_62] -type=text -x=286 -y=436 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 200, Recharge: 35) -textlineheight=12 -colour=0x999999 - -// 732:63 -[com_63] -type=rectangle -x=16 -y=461 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Red D'Hide Coif -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:64 -[com_64] -type=model -x=26 -y=471 -width=30 -height=34 -layer=com_193 -model=model_33154 -modelorigin_x=-4 -modelorigin_y=12 -modelangle_x=113 -modelangle_y=1706 -modelangle_z=0 -modelzoom=500 -modelorthog=yes -unknown100=65110 -unknown101=3000 - -// 732:65 -[com_65] -type=text -x=57 -y=464 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Red D'hide Coif -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:66 -[com_66] -type=text -x=57 -y=479 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 60 Ranged, 40 Defence -textlineheight=12 -colour=0xff6600 - -// 732:67 -[com_67] -type=text -x=57 -y=494 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 300, Recharge: 50) -textlineheight=12 -colour=0x999999 - -// 732:68 -[com_68] -type=rectangle -x=250 -y=461 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Black D'Hide Coif -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:69 -[com_69] -type=model -x=256 -y=474 -width=30 -height=34 -layer=com_193 -model=model_33171 -modelorigin_x=-4 -modelorigin_y=12 -modelangle_x=113 -modelangle_y=1706 -modelangle_z=0 -modelzoom=500 -modelorthog=yes -unknown100=65110 -unknown101=3000 - -// 732:70 -[com_70] -type=text -x=286 -y=464 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Black D'hide Coif -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:71 -[com_71] -type=text -x=286 -y=479 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 70 Ranged, 40 Defence -textlineheight=12 -colour=0xff6600 - -// 732:72 -[com_72] -type=text -x=286 -y=494 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 500, Recharge: 75) -textlineheight=12 -colour=0x999999 - -// 732:73 -[com_73] -type=rectangle -x=40 -y=514 -width=400 -height=1 -layer=com_193 -colour=0xff6600 -fill=yes -trans=200 - -// 732:74 -[com_74] -type=rectangle -x=40 -y=513 -width=400 -height=3 -layer=com_193 -colour=0x000000 -fill=yes -trans=200 - -// 732:75 -[com_75] -type=rectangle -x=16 -y=521 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Bronze Gauntlets -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:76 -[com_76] -type=model -x=19 -y=534 -width=37 -height=22 -layer=com_193 -model=model_33194 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64854 -unknown101=3000 - -// 732:77 -[com_77] -type=text -x=57 -y=524 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Bronze Gauntlets -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:78 -[com_78] -type=text -x=57 -y=539 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. None -textlineheight=12 -colour=0xff6600 - -// 732:79 -[com_79] -type=text -x=57 -y=554 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 15, Recharge: 3) -textlineheight=12 -colour=0x999999 - -// 732:80 -[com_80] -type=rectangle -x=250 -y=521 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Iron Gauntlets -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:81 -[com_81] -type=model -x=249 -y=534 -width=37 -height=22 -layer=com_193 -model=model_33156 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64854 -unknown101=3000 - -// 732:82 -[com_82] -type=text -x=287 -y=524 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Iron Gauntlets -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:83 -[com_83] -type=text -x=287 -y=539 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. None -textlineheight=12 -colour=0xff6600 - -// 732:84 -[com_84] -type=text -x=287 -y=554 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 30, Recharge: 5) -textlineheight=12 -colour=0x999999 - -// 732:85 -[com_85] -type=rectangle -x=16 -y=579 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Steel Gauntlets -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:86 -[com_86] -type=model -x=19 -y=594 -width=37 -height=22 -layer=com_193 -model=model_33182 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64854 -unknown101=3000 - -// 732:87 -[com_87] -type=text -x=57 -y=582 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Steel Gauntlets -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:88 -[com_88] -type=text -x=57 -y=597 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 5 Defence -textlineheight=12 -colour=0xff6600 - -// 732:89 -[com_89] -type=text -x=57 -y=612 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 50, Recharge: 8) -textlineheight=12 -colour=0x999999 - -// 732:90 -[com_90] -type=rectangle -x=250 -y=579 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Black Gauntlets -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:91 -[com_91] -type=model -x=248 -y=593 -width=37 -height=22 -layer=com_193 -model=model_33179 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64854 -unknown101=3000 - -// 732:92 -[com_92] -type=text -x=287 -y=582 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Black Gauntlets -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:93 -[com_93] -type=text -x=287 -y=597 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 10 Defence -textlineheight=12 -colour=0xff6600 - -// 732:94 -[com_94] -type=text -x=287 -y=612 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 75, Recharge: 13) -textlineheight=12 -colour=0x999999 - -// 732:95 -[com_95] -type=rectangle -x=16 -y=637 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Mithril Gauntlets -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:96 -[com_96] -type=model -x=19 -y=651 -width=37 -height=22 -layer=com_193 -model=model_33176 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64854 -unknown101=3000 - -// 732:97 -[com_97] -type=text -x=57 -y=640 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Mithril Gauntlets -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:98 -[com_98] -type=text -x=57 -y=655 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 20 Defence -textlineheight=12 -colour=0xff6600 - -// 732:99 -[com_99] -type=text -x=57 -y=670 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 100, Recharge: 17) -textlineheight=12 -colour=0x999999 - -// 732:100 -[com_100] -type=rectangle -x=250 -y=637 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Adamant Gauntlets -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:101 -[com_101] -type=model -x=249 -y=651 -width=37 -height=22 -layer=com_193 -model=model_33151 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64854 -unknown101=3000 - -// 732:102 -[com_102] -type=text -x=287 -y=640 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Adamant Gauntlets -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:103 -[com_103] -type=text -x=287 -y=655 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 30 Defence -textlineheight=12 -colour=0xff6600 - -// 732:104 -[com_104] -type=text -x=287 -y=670 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 150, Recharge: 25) -textlineheight=12 -colour=0x999999 - -// 732:105 -[com_105] -type=rectangle -x=16 -y=695 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Rune Gauntlets -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:106 -[com_106] -type=model -x=18 -y=710 -width=37 -height=22 -layer=com_193 -model=model_33146 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64854 -unknown101=3000 - -// 732:107 -[com_107] -type=text -x=57 -y=698 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Rune Gauntlets -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:108 -[com_108] -type=text -x=57 -y=713 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 40 Defence -textlineheight=12 -colour=0xff6600 - -// 732:109 -[com_109] -type=text -x=57 -y=728 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 200, Recharge: 35) -textlineheight=12 -colour=0x999999 - -// 732:110 -[com_110] -type=rectangle -x=250 -y=695 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Dragon Gauntlets -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:111 -[com_111] -type=model -x=249 -y=707 -width=37 -height=25 -layer=com_193 -model=model_33148 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=750 -modelorthog=yes -unknown100=64854 -unknown101=3000 - -// 732:112 -[com_112] -type=text -x=287 -y=698 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Dragon Gauntlets -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:113 -[com_113] -type=text -x=287 -y=713 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 60 Defence -textlineheight=12 -colour=0xff6600 - -// 732:114 -[com_114] -type=text -x=287 -y=728 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 300, Recharge: 50) -textlineheight=12 -colour=0x999999 - -// 732:115 -[com_115] -type=rectangle -x=40 -y=752 -width=400 -height=1 -layer=com_193 -colour=0xff6600 -fill=yes -trans=200 - -// 732:116 -[com_116] -type=rectangle -x=40 -y=751 -width=400 -height=3 -layer=com_193 -colour=0x000000 -fill=yes -trans=200 - -// 732:117 -[com_117] -type=rectangle -x=16 -y=760 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Spiked Adamant Sq. Shield -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:118 -[com_118] -type=model -x=24 -y=763 -width=27 -height=45 -layer=com_193 -model=model_33178 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -modelorthog=yes -unknown100=64624 -unknown101=3000 - -// 732:119 -[com_119] -type=text -x=57 -y=763 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Adamant Spikeshield -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:120 -[com_120] -type=text -x=57 -y=778 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 35 Defence -textlineheight=12 -colour=0xff6600 - -// 732:121 -[com_121] -type=text -x=57 -y=793 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 50, Recharge: 8) -textlineheight=12 -colour=0x999999 - -// 732:122 -[com_122] -type=rectangle -x=250 -y=760 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Spiked Adamant Kiteshield -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:123 -[com_123] -type=model -x=248 -y=761 -width=39 -height=47 -layer=com_193 -model=model_33198 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=1100 -modelorthog=yes -unknown100=64524 -unknown101=3000 - -// 732:124 -[com_124] -type=text -x=288 -y=763 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Adamant Berserker Shield -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:125 -[com_125] -type=text -x=288 -y=778 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 35 Defence -textlineheight=12 -colour=0xff6600 - -// 732:126 -[com_126] -type=text -x=288 -y=793 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 100, Recharge: 17) -textlineheight=12 -colour=0x999999 - -// 732:127 -[com_127] -type=rectangle -x=16 -y=818 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Spiked Rune Sq. Shield -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:128 -[com_128] -type=model -x=24 -y=821 -width=27 -height=45 -layer=com_193 -model=model_33197 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -modelorthog=yes -unknown100=64624 -unknown101=3000 - -// 732:129 -[com_129] -type=text -x=57 -y=821 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Rune Spikeshield -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:130 -[com_130] -type=text -x=57 -y=836 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 45 Defence -textlineheight=12 -colour=0xff6600 - -// 732:131 -[com_131] -type=text -x=57 -y=851 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 200, Recharge: 35) -textlineheight=12 -colour=0x999999 - -// 732:132 -[com_132] -type=rectangle -x=250 -y=818 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Spiked Rune Kiteshield -op1=Value -op2=Buy 1 -op3=Buy 5 -op4=Buy 10 -op5=Information - -// 732:133 -[com_133] -type=model -x=248 -y=819 -width=39 -height=47 -layer=com_193 -model=model_33188 -modelorigin_x=0 -modelorigin_y=-2 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=1100 -modelorthog=yes -unknown100=64524 -unknown101=3000 - -// 732:134 -[com_134] -type=text -x=288 -y=821 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Rune Berserker Shield -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:135 -[com_135] -type=text -x=288 -y=836 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 45 Defence -textlineheight=12 -colour=0xff6600 - -// 732:136 -[com_136] -type=text -x=288 -y=851 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 300, Recharge: 50) -textlineheight=12 -colour=0x999999 - -// 732:137 -[com_137] -type=rectangle -x=41 -y=875 -width=400 -height=1 -layer=com_193 -colour=0xff6600 -fill=yes -trans=200 - -// 732:138 -[com_138] -type=rectangle -x=41 -y=874 -width=400 -height=3 -layer=com_193 -colour=0x000000 -fill=yes -trans=200 - -// 732:139 -[com_139] -type=rectangle -x=16 -y=881 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Irit Gloves -op1=Value -op2=Buy 1 -op3=Information - -// 732:140 -[com_140] -type=model -x=24 -y=886 -width=29 -height=36 -layer=com_193 -model=model_33162 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=455 -modelangle_z=113 -modelzoom=750 -modelorthog=yes -unknown100=64853 -unknown101=3000 - -// 732:141 -[com_141] -type=text -x=57 -y=884 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Irit Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:142 -[com_142] -type=text -x=57 -y=899 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 50 Herblore -textlineheight=12 -colour=0xff6600 - -// 732:143 -[com_143] -type=text -x=57 -y=914 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 75) -textlineheight=12 -colour=0x999999 - -// 732:144 -[com_144] -type=rectangle -x=250 -y=881 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Avantoe Gloves -op1=Value -op2=Buy 1 -op3=Information - -// 732:145 -[com_145] -type=model -x=254 -y=887 -width=29 -height=36 -layer=com_193 -model=model_33150 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=455 -modelangle_z=113 -modelzoom=750 -modelorthog=yes -unknown100=64853 -unknown101=3000 - -// 732:146 -[com_146] -type=text -x=288 -y=884 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Avantoe Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:147 -[com_147] -type=text -x=288 -y=899 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 60 Herblore -textlineheight=12 -colour=0xff6600 - -// 732:148 -[com_148] -type=text -x=288 -y=914 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 100) -textlineheight=12 -colour=0x999999 - -// 732:149 -[com_149] -type=rectangle -x=16 -y=939 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Kwuarm Gloves -op1=Value -op2=Buy 1 -op3=Information - -// 732:150 -[com_150] -type=model -x=23 -y=942 -width=29 -height=36 -layer=com_193 -model=model_33170 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=455 -modelangle_z=113 -modelzoom=750 -modelorthog=yes -unknown100=64853 -unknown101=3000 - -// 732:151 -[com_151] -type=text -x=57 -y=942 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Kwuarm Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:152 -[com_152] -type=text -x=57 -y=957 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 70 Herblore -textlineheight=12 -colour=0xff6600 - -// 732:153 -[com_153] -type=text -x=57 -y=972 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 200) -textlineheight=12 -colour=0x999999 - -// 732:154 -[com_154] -type=rectangle -x=250 -y=939 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Cadantine Gloves -op1=Value -op2=Buy 1 -op3=Information - -// 732:155 -[com_155] -type=model -x=254 -y=943 -width=29 -height=36 -layer=com_193 -model=model_33147 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=455 -modelangle_z=113 -modelzoom=750 -modelorthog=yes -unknown100=64853 -unknown101=3000 - -// 732:156 -[com_156] -type=text -x=288 -y=942 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Cadantine Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:157 -[com_157] -type=text -x=288 -y=957 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 80 Herblore -textlineheight=12 -colour=0xff6600 - -// 732:158 -[com_158] -type=text -x=288 -y=972 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 200) -textlineheight=12 -colour=0x999999 - -// 732:159 -[com_159] -type=rectangle -x=40 -y=996 -width=400 -height=1 -layer=com_193 -colour=0xff6600 -fill=yes -trans=200 - -// 732:160 -[com_160] -type=rectangle -x=40 -y=995 -width=400 -height=3 -layer=com_193 -colour=0x000000 -fill=yes -trans=200 - -// 732:161 -[com_161] -type=rectangle -x=16 -y=1002 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Swordfish Gloves -op1=Value -op2=Buy 1 -op3=Information - -// 732:162 -[com_162] -type=model -x=25 -y=1008 -width=29 -height=36 -layer=com_193 -model=model_33172 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=455 -modelangle_z=113 -modelzoom=750 -modelorthog=yes -unknown100=64852 -unknown101=3000 - -// 732:163 -[com_163] -type=text -x=57 -y=1005 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Swordfish Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:164 -[com_164] -type=text -x=57 -y=1020 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 65 Fishing -textlineheight=12 -colour=0xff6600 - -// 732:165 -[com_165] -type=text -x=57 -y=1035 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 200) -textlineheight=12 -colour=0x999999 - -// 732:166 -[com_166] -type=rectangle -x=250 -y=1002 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Shark Gloves -op1=Value -op2=Buy 1 -op3=Information - -// 732:167 -[com_167] -type=model -x=253 -y=1007 -width=29 -height=36 -layer=com_193 -model=model_33168 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=455 -modelangle_z=113 -modelzoom=750 -modelorthog=yes -unknown100=64852 -unknown101=3000 - -// 732:168 -[com_168] -type=text -x=288 -y=1005 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Shark Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:169 -[com_169] -type=text -x=288 -y=1020 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 90 Fishing -textlineheight=12 -colour=0xff6600 - -// 732:170 -[com_170] -type=text -x=288 -y=1035 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 200) -textlineheight=12 -colour=0x999999 - -// 732:171 -[com_171] -type=rectangle -x=16 -y=1060 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Dragon Slayer Gloves -op1=Value -op2=Buy 1 -op3=Information - -// 732:172 -[com_172] -type=model -x=24 -y=1065 -width=29 -height=36 -layer=com_193 -model=model_33164 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=455 -modelangle_z=113 -modelzoom=750 -modelorthog=yes -unknown100=64852 -unknown101=3000 - -// 732:173 -[com_173] -type=text -x=57 -y=1063 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Dragon Slayer Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:174 -[com_174] -type=text -x=57 -y=1078 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 70 Slayer -textlineheight=12 -colour=0xff6600 - -// 732:175 -[com_175] -type=text -x=57 -y=1093 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 200) -textlineheight=12 -colour=0x999999 - -// 732:176 -[com_176] -type=rectangle -x=250 -y=1060 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Air Runecrafting Gloves -op1=Value -op2=Buy 1 -op3=Information - -// 732:177 -[com_177] -type=model -x=253 -y=1064 -width=29 -height=36 -layer=com_193 -model=model_33189 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=455 -modelangle_z=113 -modelzoom=750 -modelorthog=yes -unknown100=64852 -unknown101=3000 - -// 732:178 -[com_178] -type=text -x=288 -y=1063 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Air Runecrafting Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:179 -[com_179] -type=text -x=288 -y=1078 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 10 Runecrafting -textlineheight=12 -colour=0xff6600 - -// 732:180 -[com_180] -type=text -x=288 -y=1093 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 75) -textlineheight=12 -colour=0x999999 - -// 732:181 -[com_181] -type=rectangle -x=16 -y=1119 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Water Runecrafting Gloves -op1=Value -op2=Buy 1 -op3=Information - -// 732:182 -[com_182] -type=model -x=25 -y=1124 -width=29 -height=36 -layer=com_193 -model=model_33165 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=455 -modelangle_z=113 -modelzoom=750 -modelorthog=yes -unknown100=64852 -unknown101=3000 - -// 732:183 -[com_183] -type=text -x=57 -y=1122 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Water Runecrafting Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:184 -[com_184] -type=text -x=57 -y=1137 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 20 Runecrafting -textlineheight=12 -colour=0xff6600 - -// 732:185 -[com_185] -type=text -x=57 -y=1152 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 75) -textlineheight=12 -colour=0x999999 - -// 732:186 -[com_186] -type=rectangle -x=250 -y=1119 -width=228 -height=51 -layer=com_193 -colour=0x595e55 -fill=yes -trans=200 -opbase=Earth Runecrafting Gloves -op1=Value -op2=Buy 1 -op3=Information - -// 732:187 -[com_187] -type=model -x=254 -y=1125 -width=29 -height=36 -layer=com_193 -model=model_33152 -modelorigin_x=2 -modelorigin_y=3 -modelangle_x=512 -modelangle_y=455 -modelangle_z=113 -modelzoom=750 -modelorthog=yes -unknown100=64852 -unknown101=3000 - -// 732:188 -[com_188] -type=text -x=288 -y=1122 -width=120 -height=14 -layer=com_193 -textfont=p12_full -text=Earth Runecrafting Gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 732:189 -[com_189] -type=text -x=288 -y=1137 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=Lvl. Req. 30 Runecrafting -textlineheight=12 -colour=0xff6600 - -// 732:190 -[com_190] -type=text -x=288 -y=1152 -width=162 -height=15 -layer=com_193 -textfont=p11_full -text=(Cost: 75) -textlineheight=12 -colour=0x999999 - -// 732:191 -[com_191] -type=rectangle -x=40 -y=1177 -width=400 -height=1 -layer=com_193 -colour=0xff6600 -fill=yes -trans=200 - -// 732:192 -[com_192] -type=rectangle -x=40 -y=1176 -width=400 -height=3 -layer=com_193 -colour=0x000000 -fill=yes -trans=200 - -// 732:193 -[com_193] -type=layer -y=23 -width=504 -height=276 -scrollheight=1180 -onload=script956 - -// 732:194 -[com_194] -type=graphic -x=11 -y=8 -width=491 -height=33 -layer=com_207 -graphic=tradebacking - -// 732:195 -[com_195] -type=graphic -x=-9 -y=43 -width=31 -height=235 -layer=com_207 -graphic="v2_stone_borders,1" -tiling=yes - -// 732:196 -[com_196] -type=graphic -x=489 -y=43 -width=31 -height=235 -layer=com_207 -graphic="v2_stone_borders,3" -tiling=yes - -// 732:197 -[com_197] -type=graphic -x=4 -y=26 -width=32 -height=32 -layer=com_207 -graphic="v2_stone_borders,9" - -// 732:198 -[com_198] -type=graphic -x=36 -y=272 -width=441 -height=30 -layer=com_207 -graphic="v2_stone_borders,2" -tiling=yes - -// 732:199 -[com_199] -type=graphic -x=4 -y=260 -width=32 -height=32 -layer=com_207 -graphic="v2_stone_borders,6" - -// 732:200 -[com_200] -type=graphic -x=477 -y=260 -width=32 -height=32 -layer=com_207 -graphic="v2_stone_borders,7" - -// 732:201 -[com_201] -type=graphic -x=477 -y=26 -width=32 -height=32 -layer=com_207 -graphic="v2_stone_borders,10" - -// 732:202 -[com_202] -type=graphic -x=15 -y=24 -width=483 -height=25 -layer=com_207 -graphic="v2_stone_borders,0" -tiling=yes - -// 732:203 -[com_203] -type=graphic -x=36 -y=-6 -width=441 -height=33 -layer=com_207 -graphic="v2_stone_borders,0" -tiling=yes - -// 732:204 -[com_204] -type=graphic -x=4 -y=7 -width=32 -height=32 -layer=com_207 -graphic="v2_stone_borders,4" - -// 732:205 -[com_205] -type=graphic -x=477 -y=7 -width=32 -height=32 -layer=com_207 -graphic="v2_stone_borders,5" - -// 732:206 -[com_206] -type=text -x=96 -y=19 -width=324 -height=15 -layer=com_207 -textfont=b12_full -text=Fist of Guthix Reward Shop -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xff981f - -// 732:207 -[com_207] -type=layer -x=-1 -y=13 -width=512 -height=334 - -// 732:208 -[com_208] -type=graphic -x=479 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_732:com_208, "v2_stone_close_button,1") -onmouseleave=script44(interface_732:com_208, "v2_stone_close_button,0") -onop=script29 - -// 732:209 -[com_209] -type=layer -x=484 -y=57 -width=16 -height=240 -onload=script63(event_com, interface_732:com_193, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - diff --git a/dumps/530/interface/interface_733.if3 b/dumps/530/interface/interface_733.if3 deleted file mode 100644 index 0cebed9da..000000000 --- a/dumps/530/interface/interface_733.if3 +++ /dev/null @@ -1,78 +0,0 @@ -// 733:0 -[com_0] -type=model -x=44 -y=-20 -width=427 -height=343 -layer=com_5 -model=model_33415 -modelorigin_x=-3 -modelorigin_y=36 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=598 -unknown100=64080 -unknown101=3000 - -// 733:1 -[com_1] -type=text -x=145 -y=70 -width=233 -height=25 -layer=com_5 -textfont=quill_oblique_large -text=Ivandis Flail -textalignh=1 -textalignv=1 -colour=0x292715 - -// 733:2 -[com_2] -type=text -x=123 -y=99 -width=209 -height=93 -layer=com_5 -textfont=q8_full -text=Ivandis flail requires silvthril chain to connect blessed silver sickle to. However, to increase charges for the flail, need to add an emerald to the sickle before chain is attached. -colour=0x292715 - -// 733:3 -[com_3] -type=text -x=123 -y=194 -width=193 -height=95 -layer=com_5 -textfont=q8_full -text=Find it difficult to make big hole for emerald to fit in sickle and am just frustrated. More effort to make this work is just crazy, why won't it just work?? -colour=0x292715 -opbase= - -// 733:4 -[com_4] -type=graphic -x=477 -y=12 -width=26 -height=23 -layer=com_5 -graphic="close_buttons,6" -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onclick=script29 - -// 733:5 -[com_5] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - diff --git a/dumps/530/interface/interface_734.if3 b/dumps/530/interface/interface_734.if3 deleted file mode 100644 index b3b6e1857..000000000 --- a/dumps/530/interface/interface_734.if3 +++ /dev/null @@ -1,437 +0,0 @@ -// 734:0 -[com_0] -type=rectangle -x=-2 -width=514 -height=334 -colour=0x404640 -fill=yes -onvartransmit=script964 -ontimer=script965(interface_734:com_1, interface_734:com_2, interface_734:com_3, interface_734:com_4, interface_734:com_5, interface_734:com_6, interface_734:com_7, interface_734:com_8, interface_734:com_9, interface_734:com_10, interface_734:com_11, interface_734:com_12, interface_734:com_13, interface_734:com_14, interface_734:com_15, interface_734:com_21, interface_734:com_22) -onvartransmitlist=varplayer_816 - -// 734:1 -[com_1] -type=model -x=-94 -y=-13 -width=258 -height=364 -model=model_16240 -modelorigin_x=53 -modelorigin_y=-3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:2 -[com_2] -type=model -x=49 -y=166 -width=70 -height=89 -model=model_16243 -modelorigin_x=4 -modelorigin_y=-44 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:3 -[com_3] -type=model -x=7 -y=124 -width=82 -height=84 -model=model_16247 -modelorigin_x=40 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:4 -[com_4] -type=model -x=47 -y=76 -width=74 -height=91 -model=model_16251 -modelorigin_x=4 -modelorigin_y=45 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:5 -[com_5] -type=model -x=72 -y=150 -width=32 -height=32 -model=model_16255 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:6 -[com_6] -type=model -x=242 -y=150 -width=32 -height=32 -model=model_16240 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:7 -[com_7] -type=model -x=217 -y=166 -width=74 -height=91 -model=model_16259 -modelorigin_x=4 -modelorigin_y=-45 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:8 -[com_8] -type=model -x=242 -y=150 -width=32 -height=32 -model=model_16263 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:9 -[com_9] -type=model -x=216 -y=86 -width=84 -height=81 -model=model_16267 -modelorigin_x=0 -modelorigin_y=40 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:10 -[com_10] -type=model -x=242 -y=150 -width=32 -height=32 -model=model_16271 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:11 -[com_11] -type=model -x=243 -y=-13 -width=258 -height=364 -model=model_16240 -modelorigin_x=53 -modelorigin_y=-3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:12 -[com_12] -type=model -x=384 -y=166 -width=74 -height=91 -model=model_16275 -modelorigin_x=4 -modelorigin_y=-45 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:13 -[com_13] -type=model -x=409 -y=150 -width=32 -height=32 -model=model_16279 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:14 -[com_14] -type=model -x=409 -y=150 -width=32 -height=32 -model=model_33844 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:15 -[com_15] -type=model -x=409 -y=150 -width=32 -height=32 -model=model_16283 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:16 -[com_16] -type=model -x=27 -y=174 -width=465 -height=75 -model=model_16236 -modelorigin_x=-1 -modelorigin_y=-38 -modelangle_x=1952 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -unknown100=0 -unknown101=3000 - -// 734:17 -[com_17] -type=model -x=242 -y=34 -width=32 -height=32 -model=model_10119 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=680 -unknown100=0 -unknown101=3000 - -// 734:18 -[com_18] -type=model -x=242 -y=265 -width=32 -height=32 -model=model_10119 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=514 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=0 -unknown101=3000 - -// 734:19 -[com_19] -type=graphic -x=455 -y=21 -width=26 -height=23 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 734:20 -[com_20] -type=text -x=186 -y=27 -width=142 -height=45 -textfont=q8_full -text=Choose a combination -textalignh=1 -textalignv=1 -colour=0x402000 - -// 734:21 -[com_21] -type=text -x=172 -y=254 -width=169 -height=53 -textfont=q8_full -text=Teleport to this location -textalignh=1 -textalignv=1 -colour=0x402000 -op1=Teleport -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x402000) - -// 734:22 -[com_22] -type=text -x=172 -y=254 -width=169 -height=53 -hide=yes -textfont=q8_full -text=Teleport to this location -textalignh=1 -textalignv=1 -colour=0x402000 -op1=Teleport -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x402000) - -// 734:23 -[com_23] -type=layer -x=86 -y=85 -width=83 -height=166 -op1=Rotate clockwise -onop=script962(48103425) - -// 734:24 -[com_24] -type=layer -x=3 -y=85 -width=83 -height=166 -op1=Rotate anticlockwise -onop=script963(48103425) - -// 734:25 -[com_25] -type=layer -x=256 -y=85 -width=83 -height=166 -op1=Rotate clockwise -onop=script962(48103430) - -// 734:26 -[com_26] -type=layer -x=173 -y=85 -width=83 -height=166 -op1=Rotate anticlockwise -onop=script963(48103430) - -// 734:27 -[com_27] -type=layer -x=425 -y=85 -width=83 -height=166 -op1=Rotate clockwise -onop=script962(48103435) - -// 734:28 -[com_28] -type=layer -x=342 -y=85 -width=83 -height=166 -op1=Rotate anticlockwise -onop=script963(48103435) - diff --git a/dumps/530/interface/interface_735.if3 b/dumps/530/interface/interface_735.if3 deleted file mode 100644 index d9a3a8bd7..000000000 --- a/dumps/530/interface/interface_735.if3 +++ /dev/null @@ -1,869 +0,0 @@ -// 735:0 -[com_0] -type=layer -width=190 -height=261 - -// 735:1 -[com_1] -type=rectangle -width=190 -height=261 -layer=com_0 -colour=0x46341d -fill=yes -trans=100 - -// 735:2 -[com_2] -type=graphic -y=30 -width=190 -height=32 -layer=com_0 -graphic="v2_stone_borders,33" -tiling=yes - -// 735:3 -[com_3] -type=graphic -x=16 -width=158 -height=32 -layer=com_0 -graphic="v2_stone_borders,33" -tiling=yes - -// 735:4 -[com_4] -type=graphic -x=16 -y=258 -width=158 -height=32 -layer=com_0 -graphic="v2_stone_borders,33" -tiling=yes - -// 735:5 -[com_5] -type=graphic -y=16 -width=32 -height=229 -layer=com_0 -graphic="v2_stone_borders,34" -tiling=yes - -// 735:6 -[com_6] -type=graphic -x=187 -y=16 -width=32 -height=229 -layer=com_0 -graphic="v2_stone_borders,34" -tiling=yes - -// 735:7 -[com_7] -type=graphic -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,28" - -// 735:8 -[com_8] -type=graphic -x=158 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,29" - -// 735:9 -[com_9] -type=graphic -y=229 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,30" - -// 735:10 -[com_10] -type=graphic -x=158 -y=229 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,31" - -// 735:11 -[com_11] -type=text -y=2 -width=190 -height=28 -layer=com_0 -textfont=q8_full -text=Travel Log -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 735:12 -[com_12] -type=graphic -x=170 -y=8 -width=16 -height=14 -layer=com_0 -graphic="grand_exchange_misc_graphics,6" -op1=Re-sort list -onmouseover=script960(event_com) -onmouseleave=script961(event_com) -onop=script958(interface_735:com_13, interface_735:com_79, interface_735:com_12) - -// 735:13 -[com_13] -type=layer -x=3 -y=32 -width=166 -height=226 -layer=com_0 -scrollheight=2000 -onload=script957(event_com, interface_735:com_79, interface_735:com_12) -onvartransmit=script957(event_com, interface_735:com_79, interface_735:com_12) -onvartransmitlist=varplayer_816 - -// 735:14 -[com_14] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:15 -[com_15] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:16 -[com_16] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:17 -[com_17] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:18 -[com_18] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:19 -[com_19] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:20 -[com_20] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:21 -[com_21] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:22 -[com_22] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:23 -[com_23] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:24 -[com_24] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:25 -[com_25] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:26 -[com_26] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:27 -[com_27] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:28 -[com_28] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:29 -[com_29] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:30 -[com_30] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:31 -[com_31] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:32 -[com_32] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:33 -[com_33] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:34 -[com_34] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:35 -[com_35] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:36 -[com_36] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:37 -[com_37] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:38 -[com_38] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:39 -[com_39] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:40 -[com_40] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:41 -[com_41] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:42 -[com_42] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:43 -[com_43] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:44 -[com_44] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:45 -[com_45] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:46 -[com_46] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:47 -[com_47] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:48 -[com_48] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:49 -[com_49] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:50 -[com_50] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:51 -[com_51] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:52 -[com_52] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:53 -[com_53] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:54 -[com_54] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:55 -[com_55] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:56 -[com_56] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:57 -[com_57] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:58 -[com_58] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:59 -[com_59] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:60 -[com_60] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:61 -[com_61] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:62 -[com_62] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:63 -[com_63] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:64 -[com_64] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:65 -[com_65] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:66 -[com_66] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:67 -[com_67] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:68 -[com_68] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:69 -[com_69] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:70 -[com_70] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:71 -[com_71] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:72 -[com_72] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:73 -[com_73] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:74 -[com_74] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:75 -[com_75] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:76 -[com_76] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:77 -[com_77] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:78 -[com_78] -type=text -y=1 -width=166 -height=15 -layer=com_13 -textfont=p12_full -textshadow=yes -colour=0xff9900 - -// 735:79 -[com_79] -type=layer -x=170 -y=32 -width=16 -height=226 -layer=com_0 - diff --git a/dumps/530/interface/interface_736.if3 b/dumps/530/interface/interface_736.if3 deleted file mode 100644 index 4e0dd20ca..000000000 --- a/dumps/530/interface/interface_736.if3 +++ /dev/null @@ -1,71 +0,0 @@ -// 736:0 -[com_0] -type=model -x=-22 -y=-9 -width=55495 -height=40329 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_16272 -modelorigin_x=-54 -modelorigin_y=72 -modelangle_x=111 -modelangle_y=527 -modelangle_z=0 -modelzoom=528 -modelanim=seq_9142 -unknown100=65257 -unknown101=3000 -modelobjwidth=1734 -modelobjheight=822 - -// 736:1 -[com_1] -type=model -x=440 -y=-28 -width=50407 -height=35423 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_16270 -modelorigin_x=-516 -modelorigin_y=91 -modelangle_x=111 -modelangle_y=527 -modelangle_z=0 -modelzoom=528 -unknown100=2218 -unknown101=3000 -modelobjwidth=1575 -modelobjheight=722 - -// 736:2 -[com_2] -type=model -x=-62 -y=-95 -width=27047 -height=21885 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_16269 -modelorigin_x=-14 -modelorigin_y=158 -modelangle_x=111 -modelangle_y=527 -modelangle_z=0 -modelzoom=528 -modelanim=seq_9142 -unknown100=64507 -unknown101=3000 -modelobjwidth=845 -modelobjheight=446 - diff --git a/dumps/530/interface/interface_737.if3 b/dumps/530/interface/interface_737.if3 deleted file mode 100644 index 40dd28039..000000000 --- a/dumps/530/interface/interface_737.if3 +++ /dev/null @@ -1,138 +0,0 @@ -// 737:0 -[com_0] -type=text -x=171 -y=3 -width=132 -height=18 -textfont=q8_full -text=Pick a Kitten -textalignh=1 -colour=0xaa0000 - -// 737:1 -[com_1] -type=graphic -x=304 -y=5 -width=57 -height=13 -graphic="sworddecor,0" - -// 737:2 -[com_2] -type=graphic -x=111 -y=5 -width=57 -height=13 -graphic="sworddecor,1" - -// 737:3 -[com_3] -type=model -x=25 -y=39 -width=33 -height=31 -model=model_34108 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Pick me - -// 737:4 -[com_4] -type=model -x=105 -y=38 -width=33 -height=31 -model=model_34109 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Pick me - -// 737:5 -[com_5] -type=model -x=185 -y=39 -width=33 -height=31 -model=model_34110 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Pick me - -// 737:6 -[com_6] -type=model -x=265 -y=39 -width=33 -height=31 -model=model_34106 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Pick me - -// 737:7 -[com_7] -type=model -x=344 -y=38 -width=33 -height=31 -model=model_34107 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Pick me - -// 737:8 -[com_8] -type=model -x=425 -y=39 -width=33 -height=31 -model=model_34111 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 -op1=Pick me - diff --git a/dumps/530/interface/interface_738.if3 b/dumps/530/interface/interface_738.if3 deleted file mode 100644 index 524765476..000000000 --- a/dumps/530/interface/interface_738.if3 +++ /dev/null @@ -1,118 +0,0 @@ -// 738:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 738:1 -[com_1] -type=model -x=154 -y=6 -width=205 -height=318 -layer=com_0 -model=model_34302 -modelorigin_x=-1 -modelorigin_y=-44 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1024 -modelzoom=1040 -unknown100=64328 -unknown101=2164 - -// 738:2 -[com_2] -type=text -x=230 -y=103 -width=119 -height=46 -layer=com_0 -textfont=b12_full -text=Tok-Xil-Im -textshadow=yes -colour=0xbf751d - -// 738:3 -[com_3] -type=text -x=230 -y=149 -width=119 -height=46 -layer=com_0 -textfont=b12_full -text=Tok-Ket-Hurt -textshadow=yes -colour=0xbf751d - -// 738:4 -[com_4] -type=text -x=230 -y=195 -width=119 -height=46 -layer=com_0 -textfont=b12_full -text=TokJal-Hurt -textshadow=yes -colour=0xbf751d - -// 738:5 -[com_5] -type=text -x=215 -y=105 -width=32 -height=32 -layer=com_0 -textfont=tzhaar_numbers -text=a -textshadow=yes -colour=0xbf751d - -// 738:6 -[com_6] -type=text -x=204 -y=151 -width=32 -height=32 -layer=com_0 -textfont=tzhaar_numbers -text=ah -textshadow=yes -colour=0xbf751d - -// 738:7 -[com_7] -type=text -x=204 -y=196 -width=32 -height=32 -layer=com_0 -textfont=tzhaar_numbers -text=ac -textshadow=yes -colour=0xbf751d - -// 738:8 -[com_8] -type=graphic -x=320 -y=14 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - diff --git a/dumps/530/interface/interface_739.if3 b/dumps/530/interface/interface_739.if3 deleted file mode 100644 index 2c03af006..000000000 --- a/dumps/530/interface/interface_739.if3 +++ /dev/null @@ -1,508 +0,0 @@ -// 739:0 -[com_0] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 739:1 -[com_1] -type=model -x=327 -y=105 -width=319 -height=302 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_3395 -modelorigin_x=-14 -modelorigin_y=15 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=609 -unknown100=64104 -unknown101=3000 - -// 739:2 -[com_2] -type=text -x=327 -y=-5192 -width=271 -height=34 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=quill_oblique_large -text=TzHaar Numbers -textalignh=1 -colour=0x330000 - -// 739:3 -[com_3] -type=graphic -x=4199 -y=-5683 -width=26 -height=23 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -graphic="close_buttons,6" -onmouseover=script44(interface_739:com_3, "close_buttons,7") -onmouseleave=script44(interface_739:com_3, "close_buttons,6") -onclick=script29 - -// 739:4 -[com_4] -type=text -x=-1209 -y=-3132 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=a -colour=0x330000 - -// 739:5 -[com_5] -type=text -x=-665 -y=-3377 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 1 -colour=0x330000 - -// 739:6 -[com_6] -type=text -x=1927 -y=-1660 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 13 -colour=0x330000 - -// 739:7 -[com_7] -type=text -x=1927 -y=-826 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 14 -colour=0x330000 - -// 739:8 -[com_8] -type=text -x=1927 -y=7 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 15 -colour=0x330000 - -// 739:9 -[com_9] -type=text -x=2759 -y=1282 -width=85 -height=36 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text=etc. -colour=0x330000 - -// 739:10 -[com_10] -type=text -x=-665 -y=-2543 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 2 -colour=0x330000 - -// 739:11 -[com_11] -type=text -x=-665 -y=-1660 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 3 -colour=0x330000 - -// 739:12 -[com_12] -type=text -x=-665 -y=-777 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 4 -colour=0x330000 - -// 739:13 -[com_13] -type=text -x=-665 -y=56 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 5 -colour=0x330000 - -// 739:14 -[com_14] -type=text -x=-665 -y=939 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 6 -colour=0x330000 - -// 739:15 -[com_15] -type=text -x=-665 -y=1772 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 7 -colour=0x330000 - -// 739:16 -[com_16] -type=text -x=-665 -y=2655 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 8 -colour=0x330000 - -// 739:17 -[com_17] -type=text -x=-665 -y=-3377 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 1 -colour=0x330000 - -// 739:18 -[com_18] -type=text -x=-665 -y=3489 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 9 -colour=0x330000 - -// 739:19 -[com_19] -type=text -x=-665 -y=4372 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 10 -colour=0x330000 - -// 739:20 -[com_20] -type=text -x=1927 -y=-3377 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 11 -colour=0x330000 - -// 739:21 -[com_21] -type=text -x=1927 -y=-2494 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=q8_full -text== 12 -colour=0x330000 - -// 739:22 -[com_22] -type=text -x=-1209 -y=-2249 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=b -colour=0x330000 - -// 739:23 -[com_23] -type=text -x=-1209 -y=-1366 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=c -colour=0x330000 - -// 739:24 -[com_24] -type=text -x=-1209 -y=-483 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=d -colour=0x330000 - -// 739:25 -[com_25] -type=text -x=-1209 -y=399 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=e -colour=0x330000 - -// 739:26 -[com_26] -type=text -x=-1209 -y=1233 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=f -colour=0x330000 - -// 739:27 -[com_27] -type=text -x=-1209 -y=2067 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=g -colour=0x330000 - -// 739:28 -[com_28] -type=text -x=-1209 -y=2950 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=h -colour=0x330000 - -// 739:29 -[com_29] -type=text -x=-1209 -y=3784 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=i -colour=0x330000 - -// 739:30 -[com_30] -type=text -x=-1209 -y=4618 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=j -colour=0x330000 - -// 739:31 -[com_31] -type=text -x=1383 -y=-3132 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=k -colour=0x330000 - -// 739:32 -[com_32] -type=text -x=1383 -y=-2249 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=l -colour=0x330000 - -// 739:33 -[com_33] -type=text -x=1063 -y=-1415 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=aa -colour=0x330000 - -// 739:34 -[com_34] -type=text -x=1063 -y=-532 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=ab -colour=0x330000 - -// 739:35 -[com_35] -type=text -x=1063 -y=350 -width=32 -height=32 -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -textfont=tzhaar_numbers -text=ac -colour=0x330000 - diff --git a/dumps/530/interface/interface_74.if b/dumps/530/interface/interface_74.if deleted file mode 100644 index 079b8b9b9..000000000 --- a/dumps/530/interface/interface_74.if +++ /dev/null @@ -1,54 +0,0 @@ -// 74:0 -[com_0] - -// 74:1 -[com_1] - -// 74:2 -[com_2] - -// 74:3 -[com_3] - -// 74:4 -[com_4] - -// 74:5 -[com_5] - -// 74:6 -[com_6] - -// 74:7 -[com_7] - -// 74:8 -[com_8] - -// 74:9 -[com_9] - -// 74:10 -[com_10] - -// 74:11 -[com_11] - -// 74:12 -[com_12] - -// 74:13 -[com_13] - -// 74:14 -[com_14] - -// 74:15 -[com_15] - -// 74:16 -[com_16] - -// 74:17 -[com_17] - diff --git a/dumps/530/interface/interface_740.if3 b/dumps/530/interface/interface_740.if3 deleted file mode 100644 index 84911c911..000000000 --- a/dumps/530/interface/interface_740.if3 +++ /dev/null @@ -1,62 +0,0 @@ -// 740:0 -[com_0] -type=text -x=73 -y=8 -width=416 -height=27 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 - -// 740:1 -[com_1] -type=text -x=73 -y=35 -width=416 -height=30 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 - -// 740:2 -[com_2] -type=text -x=73 -y=68 -width=416 -height=37 -textfont=q8_full -text=Open your stats menu and click on the flashing icon for more information. -textalignh=1 -textalignv=1 -colour=0x000000 - -// 740:3 -[com_3] -type=text -x=73 -y=108 -width=416 -height=17 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - -// 740:4 -[com_4] -type=graphic -x=17 -y=37 -width=55 -height=54 -onload=script971 -onvartransmit=script971 -onvartransmitlist=varplayer_1179 - diff --git a/dumps/530/interface/interface_741.if3 b/dumps/530/interface/interface_741.if3 deleted file mode 100644 index af8cee282..000000000 --- a/dumps/530/interface/interface_741.if3 +++ /dev/null @@ -1,142 +0,0 @@ -// 741:0 -[com_0] -type=rectangle -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -colour=0x46341d -fill=yes -trans=160 - -// 741:1 -[com_1] -type=model -x=15 -y=14 -width=480 -height=301 -layer=com_11 -model=model_26397 -modelorigin_x=-2 -modelorigin_y=33 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1009 -unknown100=63934 -unknown101=3000 - -// 741:2 -[com_2] -type=layer -x=68 -y=121 -width=359 -height=160 -layer=com_11 - -// 741:3 -[com_3] -type=layer -x=438 -y=121 -width=16 -height=160 -layer=com_11 - -// 741:4 -[com_4] -type=text -x=109 -y=64 -width=340 -height=27 -layer=com_11 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x46320a - -// 741:5 -[com_5] -type=text -x=150 -y=36 -width=239 -height=23 -layer=com_11 -textfont=quill_oblique_large -text=Congratulations! -textalignh=1 -textalignv=1 -colour=0x46320a - -// 741:6 -[com_6] -type=text -x=136 -y=91 -width=286 -height=12 -layer=com_11 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x46320a - -// 741:7 -[com_7] -type=graphic -x=46 -y=50 -width=55 -height=54 -layer=com_11 - -// 741:8 -[com_8] -type=rectangle -x=101 -y=107 -width=331 -height=1 -layer=com_11 -colour=0x46320a -fill=yes -trans=200 - -// 741:9 -[com_9] -type=graphic -x=432 -y=35 -width=26 -height=23 -layer=com_11 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(interface_741:com_9, "close_buttons,7") -onmouseleave=script44(interface_741:com_9, "close_buttons,6") -onop=script29 -onclick=script29 - -// 741:10 -[com_10] -type=layer -width=512 -height=334 -layer=com_11 -opbase= -onload=script972 -onvartransmit=script972 -onvartransmitlist=varplayer_1230 - -// 741:11 -[com_11] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_742.if3 b/dumps/530/interface/interface_742.if3 deleted file mode 100644 index 553402bdb..000000000 --- a/dumps/530/interface/interface_742.if3 +++ /dev/null @@ -1,1057 +0,0 @@ -// 742:0 -[com_0] -type=rectangle -x=17 -y=25 -width=498 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 742:1 -[com_1] -type=graphic -width=32 -height=16 -ymode=abs_centre -layer=com_96 -graphic="options_slider,0" -op10= - -// 742:2 -[com_2] -type=graphic -x=32 -width=32 -height=16 -ymode=abs_centre -layer=com_96 -graphic="options_slider,1" -op10= - -// 742:3 -[com_3] -type=graphic -x=64 -width=32 -height=16 -ymode=abs_centre -layer=com_96 -graphic="options_slider,2" -op10= - -// 742:4 -[com_4] -type=graphic -x=96 -width=32 -height=16 -ymode=abs_centre -layer=com_96 -graphic="options_slider,3" -op10= - -// 742:5 -[com_5] -type=layer -width=24 -height=16 -ymode=abs_centre -layer=com_96 -onclick=script1763(0) - -// 742:6 -[com_6] -type=layer -x=104 -width=24 -height=16 -ymode=abs_centre -layer=com_96 -onclick=script1763(111) - -// 742:7 -[com_7] -type=layer -x=8 -width=112 -height=16 -ymode=abs_centre -layer=com_96 -onclick=script1763(event_mousex) - -// 742:8 -[com_8] -type=graphic -width=66 -height=38 -xmode=abs_centre -layer=com_26 -graphic=graphic_1559 - -// 742:9 -[com_9] -type=graphic -x=10 -y=22 -width=492 -height=300 -graphic=tradebacking -tiling=yes -onload=script1117 - -// 742:10 -[com_10] -type=graphic -width=66 -height=38 -xmode=abs_centre -layer=com_31 -graphic=graphic_1556 - -// 742:11 -[com_11] -type=graphic -x=25 -y=17 -width=17 -height=17 -xmode=abs_centre -layer=com_31 - -// 742:12 -[com_12] -type=text -height=25 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_31 -textfont=p11_full -text=High detail
(fullscreen) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe1981f - -// 742:13 -[com_13] -type=graphic -width=66 -height=38 -xmode=abs_centre -layer=com_30 -graphic=graphic_1557 - -// 742:14 -[com_14] -type=graphic -x=25 -y=17 -width=17 -height=17 -xmode=abs_centre -layer=com_30 - -// 742:15 -[com_15] -type=text -height=25 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_30 -textfont=p11_full -text=High detail -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe1981f - -// 742:16 -[com_16] -type=graphic -x=10 -y=125 -width=491 -height=32 -graphic="v2_borders_slim,11" -tiling=yes -opbase= - -// 742:17 -[com_17] -type=graphic -x=-8 -y=53 -width=33 -height=242 -graphic="v2_stone_borders,1" -tiling=yes - -// 742:18 -[com_18] -type=graphic -x=488 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 742:19 -[com_19] -type=graphic -x=37 -y=306 -width=439 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 742:20 -[com_20] -type=graphic -x=5 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 742:21 -[com_21] -type=graphic -x=476 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 742:22 -[com_22] -type=graphic -x=5 -y=21 -width=32 -height=32 -graphic="v2_stone_borders,35" - -// 742:23 -[com_23] -type=graphic -x=37 -y=21 -width=439 -height=32 -graphic="v2_stone_borders,36" -tiling=yes -op10= - -// 742:24 -[com_24] -type=graphic -x=476 -y=21 -width=32 -height=32 -graphic="v2_stone_borders,37" -op10= - -// 742:25 -[com_25] -type=graphic -x=482 -y=24 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 742:26 -[com_26] -type=layer -x=-180 -y=63 -width=120 -height=63 -xmode=abs_centre - -// 742:27 -[com_27] -type=graphic -x=25 -y=17 -width=17 -height=17 -xmode=abs_centre -layer=com_26 - -// 742:28 -[com_28] -type=text -height=25 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_26 -textfont=p11_full -text=Standard detail -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe1981f - -// 742:29 -[com_29] -type=layer -x=-60 -y=63 -width=120 -height=63 -xmode=abs_centre - -// 742:30 -[com_30] -type=layer -x=60 -y=63 -width=120 -height=63 -xmode=abs_centre - -// 742:31 -[com_31] -type=layer -x=180 -y=63 -width=120 -height=63 -xmode=abs_centre - -// 742:32 -[com_32] -type=graphic -width=66 -height=38 -xmode=abs_centre -layer=com_29 -graphic=graphic_1558 - -// 742:33 -[com_33] -type=graphic -x=23 -y=17 -width=17 -height=17 -xmode=abs_centre -layer=com_29 - -// 742:34 -[com_34] -type=text -height=25 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_29 -textfont=p11_full -text=High detail
(small) -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe1981f - -// 742:35 -[com_35] -type=graphic -width=16 -height=16 -layer=com_7 -graphic=graphic_1465 -dragrenderbehaviour=1 -ondragcomplete=script1763(event_mousex) - -// 742:36 -[com_36] -type=text -y=24 -height=17 -widthmode=minus -xmode=abs_centre -textfont=b12_full -text=Graphics Options -textalignh=1 -textshadow=yes -colour=0xe1981f - -// 742:37 -[com_37] -type=text -x=15 -y=45 -width=300 -height=17 -textfont=b12_full -text=Display modes -textshadow=yes -colour=0xe1981f - -// 742:38 -[com_38] -type=text -x=15 -y=144 -width=300 -height=20 -textfont=b12_full -text=Advanced settings -textshadow=yes -colour=0xe1981f - -// 742:39 -[com_39] -type=text -x=15 -y=10 -width=107 -height=17 -ymode=abs_centre -textfont=p12_full -text=Brightness -textshadow=yes -colour=0xe1981f -op10= -onload=script1151 - -// 742:40 -[com_40] -type=text -x=15 -y=186 -width=130 -height=17 -textfont=p12_full -text=Visible levels -textshadow=yes -colour=0xe1981f - -// 742:41 -[com_41] -type=text -x=15 -y=203 -width=130 -height=17 -textfont=p12_full -text=Remove roofs -textshadow=yes -colour=0xe1981f - -// 742:42 -[com_42] -type=text -x=15 -y=220 -width=130 -height=17 -textfont=p12_full -text=Ground decoration -textshadow=yes -colour=0xe1981f - -// 742:43 -[com_43] -type=text -x=15 -y=237 -width=130 -height=17 -textfont=p12_full -text=Texture detail -textshadow=yes -colour=0xe1981f - -// 742:44 -[com_44] -type=text -x=15 -y=254 -width=130 -height=17 -textfont=p12_full -text=Idle animations -textshadow=yes -colour=0xe1981f - -// 742:45 -[com_45] -type=text -x=15 -y=271 -width=130 -height=17 -textfont=p12_full -text=Flickering effects -textshadow=yes -colour=0xe1981f - -// 742:46 -[com_46] -type=text -x=254 -y=169 -width=130 -height=17 -textfont=p12_full -text=Ground textures -textshadow=yes -colour=0xe1981f - -// 742:47 -[com_47] -type=text -x=254 -y=186 -width=130 -height=17 -textfont=p12_full -text=Character shadows -textshadow=yes -colour=0xe1981f - -// 742:48 -[com_48] -type=text -x=254 -y=203 -width=130 -height=17 -textfont=p12_full -text=Scenery shadows -textshadow=yes -colour=0xe1981f - -// 742:49 -[com_49] -type=text -x=254 -y=220 -width=130 -height=17 -textfont=p12_full -text=Lighting detail -textshadow=yes -colour=0xe1981f - -// 742:50 -[com_50] -type=text -x=254 -y=237 -width=130 -height=17 -textfont=p12_full -text=Water detail -textshadow=yes -colour=0xe1981f - -// 742:51 -[com_51] -type=text -x=254 -y=254 -width=130 -height=17 -textfont=p12_full -text=Fog -textshadow=yes -colour=0xe1981f - -// 742:52 -[com_52] -type=text -x=254 -y=271 -width=130 -height=17 -textfont=p12_full -text=Anti-aliasing -textshadow=yes -colour=0xe1981f - -// 742:53 -[com_53] -type=layer -x=384 -y=271 -width=110 -height=15 -op10= -onclick=script1146(event_com) - -// 742:54 -[com_54] -type=layer -x=384 -y=285 -width=110 -height=47 -hide=yes -noclickthrough=yes -op10= - -// 742:55 -[com_55] -type=layer -x=385 -y=286 -width=108 -height=45 -hide=yes -op10= -onclick=script1145(event_mousey, event_com) - -// 742:56 -[com_56] -type=layer -x=384 -y=254 -width=110 -height=15 -op10= -onclick=script1146(event_com) - -// 742:57 -[com_57] -type=layer -x=384 -y=268 -width=110 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:58 -[com_58] -type=layer -x=385 -y=269 -width=108 -height=30 -hide=yes -op10= -onclick=script1144(event_mousey, event_com) - -// 742:59 -[com_59] -type=layer -x=384 -y=237 -width=110 -height=15 -op10= -onclick=script1146(event_com) - -// 742:60 -[com_60] -type=layer -x=384 -y=251 -width=110 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:61 -[com_61] -type=layer -x=385 -y=252 -width=108 -height=30 -hide=yes -op10= -onclick=script1143(event_mousey, event_com) - -// 742:62 -[com_62] -type=layer -x=384 -y=220 -width=110 -height=15 -op10= -onclick=script1146(event_com) - -// 742:63 -[com_63] -type=layer -x=384 -y=234 -width=110 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:64 -[com_64] -type=layer -x=385 -y=235 -width=108 -height=30 -hide=yes -op10= -onclick=script1142(event_mousey, event_com) - -// 742:65 -[com_65] -type=layer -x=384 -y=203 -width=110 -height=15 -op10= -onclick=script1146(event_com) - -// 742:66 -[com_66] -type=layer -x=384 -y=217 -width=110 -height=47 -hide=yes -noclickthrough=yes -op10= - -// 742:67 -[com_67] -type=layer -x=385 -y=218 -width=108 -height=45 -hide=yes -op10= -onclick=script1140(event_mousey, event_com) - -// 742:68 -[com_68] -type=layer -x=384 -y=186 -width=110 -height=15 -op10= -onclick=script1146(event_com) - -// 742:69 -[com_69] -type=layer -x=384 -y=200 -width=110 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:70 -[com_70] -type=layer -x=385 -y=201 -width=108 -height=30 -hide=yes -op10= -onclick=script1139(event_mousey, event_com) - -// 742:71 -[com_71] -type=layer -x=384 -y=169 -width=110 -height=15 -op10= -onclick=script1146(event_com) - -// 742:72 -[com_72] -type=layer -x=384 -y=183 -width=110 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:73 -[com_73] -type=layer -x=385 -y=184 -width=108 -height=30 -hide=yes -op10= -onclick=script1138(event_mousey, event_com) - -// 742:74 -[com_74] -type=layer -x=145 -y=271 -width=105 -height=15 -op10= -onclick=script1146(event_com) - -// 742:75 -[com_75] -type=layer -x=145 -y=285 -width=105 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:76 -[com_76] -type=layer -x=146 -y=286 -width=103 -height=30 -hide=yes -op10= -onclick=script1137(event_mousey, event_com) - -// 742:77 -[com_77] -type=layer -x=145 -y=254 -width=105 -height=15 -op10= -onclick=script1146(event_com) - -// 742:78 -[com_78] -type=layer -x=145 -y=268 -width=105 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:79 -[com_79] -type=layer -x=146 -y=269 -width=103 -height=30 -hide=yes -op10= -onclick=script1136(event_mousey, event_com) - -// 742:80 -[com_80] -type=layer -x=145 -y=237 -width=105 -height=15 -op10= -onclick=script1146(event_com) - -// 742:81 -[com_81] -type=layer -x=145 -y=251 -width=105 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:82 -[com_82] -type=layer -x=146 -y=252 -width=103 -height=30 -hide=yes -op10= -onclick=script1135(event_mousey, event_com) - -// 742:83 -[com_83] -type=layer -x=145 -y=220 -width=105 -height=15 -op10= -onclick=script1146(event_com) - -// 742:84 -[com_84] -type=layer -x=145 -y=234 -width=105 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:85 -[com_85] -type=layer -x=146 -y=235 -width=103 -height=30 -hide=yes -op10= -onclick=script1134(event_mousey, event_com) - -// 742:86 -[com_86] -type=layer -x=145 -y=203 -width=105 -height=15 -op10= -onclick=script1146(event_com) - -// 742:87 -[com_87] -type=layer -x=145 -y=217 -width=105 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:88 -[com_88] -type=layer -x=146 -y=218 -width=103 -height=30 -hide=yes -op10= -onclick=script1133(event_mousey, event_com) - -// 742:89 -[com_89] -type=layer -x=145 -y=186 -width=105 -height=15 -op10= -onclick=script1146(event_com) - -// 742:90 -[com_90] -type=layer -x=145 -y=200 -width=105 -height=32 -hide=yes -noclickthrough=yes -op10= - -// 742:91 -[com_91] -type=layer -x=146 -y=201 -width=103 -height=30 -hide=yes -op10= -onclick=script1132(event_mousey, event_com) - -// 742:92 -[com_92] -type=layer -x=16 -y=125 -width=130 -height=15 -xmode=abs_right -op10= -onclick=script1146(event_com) - -// 742:93 -[com_93] -type=layer -x=16 -y=139 -width=130 -height=100 -xmode=abs_right -hide=yes -noclickthrough=yes -op10= - -// 742:94 -[com_94] -type=layer -x=17 -y=140 -width=16 -height=98 -xmode=abs_right -hide=yes -op10= - -// 742:95 -[com_95] -type=layer -x=33 -y=140 -width=112 -height=98 -xmode=abs_right -hide=yes -op1=Change Resolution -op10= -onclick=script1846(event_com, event_mousey) - -// 742:96 -[com_96] -type=layer -x=122 -y=169 -width=128 -height=17 - diff --git a/dumps/530/interface/interface_743.if3 b/dumps/530/interface/interface_743.if3 deleted file mode 100644 index 7d9b442f2..000000000 --- a/dumps/530/interface/interface_743.if3 +++ /dev/null @@ -1,585 +0,0 @@ -// 743:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 743:1 -[com_1] -type=layer -x=175 -y=68 -width=156 -height=60 - -// 743:2 -[com_2] -type=layer -x=242 -y=81 -width=75 -height=23 - -// 743:3 -[com_3] -type=layer -x=175 -y=122 -width=156 -height=60 -op10= - -// 743:4 -[com_4] -type=layer -x=242 -y=135 -width=75 -height=23 -op10= - -// 743:5 -[com_5] -type=layer -x=175 -y=180 -width=156 -height=60 -op10= - -// 743:6 -[com_6] -type=layer -x=242 -y=193 -width=75 -height=23 -op10= - -// 743:7 -[com_7] -type=graphic -width=16 -height=16 -layer=com_48 -graphic=graphic_1465 -dragrenderbehaviour=1 -ondragcomplete=script1764(interface_743:com_48, interface_743:com_7, event_mousex, 2) - -// 743:8 -[com_8] -type=graphic -width=16 -height=16 -layer=com_39 -graphic=graphic_1465 -dragrenderbehaviour=1 -ondragcomplete=script1764(interface_743:com_30, interface_743:com_9, event_mousex, 1) - -// 743:9 -[com_9] -type=graphic -width=16 -height=16 -layer=com_30 -graphic=graphic_1465 -dragrenderbehaviour=1 -ondragcomplete=script1764(interface_743:com_30, interface_743:com_9, event_mousex, 0) - -// 743:10 -[com_10] -type=rectangle -x=173 -y=48 -width=175 -height=244 -layer=com_0 -colour=0x000000 -fill=yes -trans=200 - -// 743:11 -[com_11] -type=graphic -x=171 -y=61 -width=166 -height=219 -layer=com_0 -graphic=tradebacking -tiling=yes - -// 743:12 -[com_12] -type=graphic -x=152 -y=72 -width=33 -height=183 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes - -// 743:13 -[com_13] -type=graphic -x=322 -y=72 -width=32 -height=183 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes - -// 743:14 -[com_14] -type=graphic -x=197 -y=267 -width=113 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes - -// 743:15 -[com_15] -type=graphic -x=165 -y=255 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" - -// 743:16 -[com_16] -type=graphic -x=310 -y=255 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" - -// 743:17 -[com_17] -type=graphic -x=165 -y=40 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,35" - -// 743:18 -[com_18] -type=graphic -x=197 -y=40 -width=113 -height=32 -layer=com_0 -graphic="v2_stone_borders,36" -tiling=yes -op10= - -// 743:19 -[com_19] -type=graphic -x=310 -y=40 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,37" -op10= - -// 743:20 -[com_20] -type=graphic -x=316 -y=43 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 743:21 -[com_21] -type=text -x=177 -y=43 -width=136 -height=17 -layer=com_0 -textfont=b12_full -text=Audio Options -textalignh=1 -textshadow=yes -colour=0xe1981f - -// 743:22 -[com_22] -type=graphic -x=236 -y=75 -width=32 -height=32 -layer=com_0 -graphic="options_icons,1" -op10= -onload=script1158 -onmouseleave=script40(interface_743:com_1) -onmouserepeat=script38(interface_743:com_2, interface_743:com_1, "Music", 25, 75) - -// 743:23 -[com_23] -type=graphic -x=186 -y=109 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,5" -op10= - -// 743:24 -[com_24] -type=graphic -x=212 -y=109 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,6" -op10= - -// 743:25 -[com_25] -type=graphic -x=238 -y=109 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,7" -op10= - -// 743:26 -[com_26] -type=graphic -x=264 -y=109 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,8" -op10= - -// 743:27 -[com_27] -type=graphic -x=290 -y=109 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,9" -op10= - -// 743:28 -[com_28] -type=layer -x=165 -y=109 -width=42 -height=16 -layer=com_0 -onclick=script1764(interface_743:com_30, interface_743:com_9, 0, 0) - -// 743:29 -[com_29] -type=layer -x=293 -y=109 -width=49 -height=16 -layer=com_0 -onclick=script1764(interface_743:com_30, interface_743:com_9, 255, 0) - -// 743:30 -[com_30] -type=layer -x=191 -y=109 -width=118 -height=16 -layer=com_0 -onclick=script1764(interface_743:com_30, interface_743:com_9, event_mousex, 0) - -// 743:31 -[com_31] -type=graphic -x=236 -y=131 -width=32 -height=32 -layer=com_0 -graphic="options_icons,2" -op10= -onload=script1164 -onmouseleave=script40(interface_743:com_3) -onmouserepeat=script38(interface_743:com_4, interface_743:com_3, "Sound Effects", 25, 75) - -// 743:32 -[com_32] -type=graphic -x=188 -y=165 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,5" -op10= - -// 743:33 -[com_33] -type=graphic -x=214 -y=165 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,6" -op10= - -// 743:34 -[com_34] -type=graphic -x=240 -y=165 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,7" -op10= - -// 743:35 -[com_35] -type=graphic -x=266 -y=165 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,8" -op10= - -// 743:36 -[com_36] -type=graphic -x=292 -y=165 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,9" -op10= - -// 743:37 -[com_37] -type=layer -x=165 -y=165 -width=42 -height=16 -layer=com_0 -onclick=script1764(interface_743:com_39, interface_743:com_8, 0, 1) - -// 743:38 -[com_38] -type=layer -x=293 -y=165 -width=49 -height=16 -layer=com_0 -onclick=script1764(interface_743:com_30, interface_743:com_9, 127, 1) - -// 743:39 -[com_39] -type=layer -x=191 -y=165 -width=118 -height=16 -layer=com_0 -onclick=script1764(interface_743:com_30, interface_743:com_9, event_mousex, 1) - -// 743:40 -[com_40] -type=graphic -x=188 -y=224 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,5" -op10= - -// 743:41 -[com_41] -type=graphic -x=236 -y=188 -width=32 -height=32 -layer=com_0 -graphic="options_icons,14" -op10= -onload=script1161 -onmouseleave=script40(interface_743:com_5) -onmouserepeat=script38(interface_743:com_6, interface_743:com_5, "Ambient Sounds", 25, 75) - -// 743:42 -[com_42] -type=graphic -x=214 -y=224 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,6" -op10= - -// 743:43 -[com_43] -type=graphic -x=240 -y=224 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,7" -op10= - -// 743:44 -[com_44] -type=graphic -x=266 -y=224 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,8" -op10= - -// 743:45 -[com_45] -type=graphic -x=292 -y=224 -width=26 -height=16 -layer=com_0 -graphic="options_slider_five,9" -op10= - -// 743:46 -[com_46] -type=layer -x=165 -y=224 -width=42 -height=16 -layer=com_0 -onclick=script1764(interface_743:com_48, interface_743:com_7, 0, 2) - -// 743:47 -[com_47] -type=layer -x=293 -y=224 -width=49 -height=16 -layer=com_0 -onclick=script1764(interface_743:com_48, interface_743:com_7, 127, 2) - -// 743:48 -[com_48] -type=layer -x=191 -y=224 -width=118 -height=16 -layer=com_0 -onclick=script1764(interface_743:com_48, interface_743:com_7, event_mousex, 2) - -// 743:49 -[com_49] -type=graphic -x=227 -y=257 -width=15 -height=15 -layer=com_0 -graphic="radio_buttons,0" -tiling=yes -op1=Select Mono -op10= -onop=script1153 - -// 743:50 -[com_50] -type=text -x=182 -y=257 -width=40 -height=15 -layer=com_0 -textfont=p11_full -text=Mono -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xc8c8c8 -op10= -onload=script1155 - -// 743:51 -[com_51] -type=graphic -x=294 -y=257 -width=15 -height=15 -layer=com_0 -graphic="radio_buttons,0" -tiling=yes -op1=Select Stereo -op10= -onop=script1154 - -// 743:52 -[com_52] -type=text -x=250 -y=257 -width=40 -height=15 -layer=com_0 -textfont=p11_full -text=Stereo -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xc8c8c8 -op10= - diff --git a/dumps/530/interface/interface_744.if3 b/dumps/530/interface/interface_744.if3 deleted file mode 100644 index 61b18b7fb..000000000 --- a/dumps/530/interface/interface_744.if3 +++ /dev/null @@ -1,5468 +0,0 @@ -// 744:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -onload=script1172(interface_744:com_125, interface_744:com_127, interface_744:com_126, interface_744:com_128, interface_744:com_129) - -// 744:1 -[com_1] -type=layer -width=5 -height=5 -layer=com_433 - -// 744:2 -[com_2] -type=text -y=5 -height=20 -widthmode=minus -layer=com_138 -textfont=menu_font_small -text=Graphics Options -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:3 -[com_3] -type=text -y=12 -width=620 -height=20 -xmode=abs_centre -layer=com_138 -textfont=b12_full -text=Display modes -textalignv=1 -colour=0x461e00 -op10= - -// 744:4 -[com_4] -type=layer -x=-260 -width=128 -height=157 -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_138 - -// 744:5 -[com_5] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_12 -textfont=b12_full -text=Lighting detail -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:6 -[com_6] -type=graphic -y=20 -width=13 -height=20 -layer=com_12 -graphic=graphic_1400 -op10= - -// 744:7 -[com_7] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_12 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:8 -[com_8] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_12 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:9 -[com_9] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_12 -op10= - -// 744:10 -[com_10] -type=layer -y=37 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_12 -hide=yes -noclickthrough=yes -op10= - -// 744:11 -[com_11] -type=layer -y=38 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_12 -hide=yes -op10= -onclick=script1212(event_mousey, event_com) - -// 744:12 -[com_12] -type=layer -y=120 -height=70 -widthmode=minus -xmode=abs_centre -layer=com_4 - -// 744:13 -[com_13] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_20 -textfont=b12_full -text=Idle animations -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:14 -[com_14] -type=graphic -y=20 -width=13 -height=20 -layer=com_20 -graphic=graphic_1400 -op10= - -// 744:15 -[com_15] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_20 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:16 -[com_16] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_20 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:17 -[com_17] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_20 -op10= - -// 744:18 -[com_18] -type=layer -y=37 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_20 -hide=yes -noclickthrough=yes -op10= - -// 744:19 -[com_19] -type=layer -y=38 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_20 -hide=yes -op10= -onclick=script1195(event_mousey, event_com) - -// 744:20 -[com_20] -type=layer -y=60 -height=92 -widthmode=minus -xmode=abs_centre -layer=com_4 - -// 744:21 -[com_21] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_156 -textfont=b12_full -text=Brightness -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:22 -[com_22] -type=graphic -width=22 -height=28 -ymode=abs_bottom -layer=com_156 -graphic=graphic_1252 -op10= -onclick=script1214(interface_744:com_28, interface_744:com_274, 0, 3) - -// 744:23 -[com_23] -type=graphic -x=21 -width=22 -height=28 -ymode=abs_bottom -layer=com_156 -graphic=graphic_1254 -op10= - -// 744:24 -[com_24] -type=graphic -x=42 -width=22 -height=28 -ymode=abs_bottom -layer=com_156 -graphic=graphic_1254 -op10= - -// 744:25 -[com_25] -type=graphic -x=43 -width=22 -height=28 -xmode=abs_right -ymode=abs_bottom -layer=com_156 -graphic=graphic_1254 -op10= - -// 744:26 -[com_26] -type=graphic -x=22 -width=22 -height=28 -xmode=abs_right -ymode=abs_bottom -layer=com_156 -graphic=graphic_1254 -op10= - -// 744:27 -[com_27] -type=graphic -width=22 -height=28 -xmode=abs_right -ymode=abs_bottom -layer=com_156 -graphic=graphic_1255 -op10= -onclick=script1214(interface_744:com_28, interface_744:com_274, -1, 3) - -// 744:28 -[com_28] -type=layer -width=85 -height=28 -xmode=abs_centre -ymode=abs_bottom -layer=com_156 -noclickthrough=yes -onmouseover=script44(interface_744:com_274, graphic_1256) -onmouseleave=script44(interface_744:com_274, graphic_1253) -onclick=script1214(interface_744:com_28, interface_744:com_274, event_mousex, 3) - -// 744:29 -[com_29] -type=layer -x=-130 -width=128 -height=157 -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_138 - -// 744:30 -[com_30] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_37 -textfont=b12_full -text=Water detail -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:31 -[com_31] -type=graphic -y=20 -width=13 -height=20 -layer=com_37 -graphic=graphic_1400 -op10= - -// 744:32 -[com_32] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_37 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:33 -[com_33] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_37 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:34 -[com_34] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_37 -op10= - -// 744:35 -[com_35] -type=layer -y=37 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_37 -hide=yes -noclickthrough=yes -op10= - -// 744:36 -[com_36] -type=layer -y=38 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_37 -hide=yes -op10= -onclick=script1209(event_mousey, event_com) - -// 744:37 -[com_37] -type=layer -y=120 -height=70 -widthmode=minus -xmode=abs_centre -layer=com_29 - -// 744:38 -[com_38] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_45 -textfont=b12_full -text=Flickering effects -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:39 -[com_39] -type=graphic -y=20 -width=13 -height=20 -layer=com_45 -graphic=graphic_1400 -op10= - -// 744:40 -[com_40] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_45 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:41 -[com_41] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_45 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:42 -[com_42] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_45 -op10= - -// 744:43 -[com_43] -type=layer -y=37 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_45 -hide=yes -noclickthrough=yes -op10= - -// 744:44 -[com_44] -type=layer -y=38 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_45 -hide=yes -op10= -onclick=script1197(event_mousey, event_com) - -// 744:45 -[com_45] -type=layer -y=60 -height=92 -widthmode=minus -xmode=abs_centre -layer=com_29 - -// 744:46 -[com_46] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_50 -textfont=b12_full -text=Visible levels -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:47 -[com_47] -type=graphic -y=20 -width=13 -height=20 -layer=com_50 -graphic=graphic_1400 -op10= - -// 744:48 -[com_48] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_50 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:49 -[com_49] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_50 -graphic=graphic_1401 -tiling=yes -hflip=yes -op10= - -// 744:50 -[com_50] -type=layer -height=92 -widthmode=minus -xmode=abs_centre -layer=com_29 - -// 744:51 -[com_51] -type=layer -width=128 -height=142 -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_138 - -// 744:52 -[com_52] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_59 -textfont=b12_full -text=Fog -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:53 -[com_53] -type=graphic -y=20 -width=13 -height=20 -layer=com_59 -graphic=graphic_1400 -op10= - -// 744:54 -[com_54] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_59 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:55 -[com_55] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_59 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:56 -[com_56] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_59 -op10= - -// 744:57 -[com_57] -type=layer -y=37 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_59 -hide=yes -noclickthrough=yes -op10= - -// 744:58 -[com_58] -type=layer -y=38 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_59 -hide=yes -op10= -onclick=script1211(event_mousey, event_com) - -// 744:59 -[com_59] -type=layer -y=135 -height=70 -widthmode=minus -xmode=abs_centre -layer=com_51 - -// 744:60 -[com_60] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_67 -textfont=b12_full -text=Ground textures -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:61 -[com_61] -type=graphic -y=20 -width=13 -height=20 -layer=com_67 -graphic=graphic_1400 -op10= - -// 744:62 -[com_62] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_67 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:63 -[com_63] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_67 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:64 -[com_64] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_67 -op10= - -// 744:65 -[com_65] -type=layer -y=37 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_67 -hide=yes -noclickthrough=yes -op10= - -// 744:66 -[com_66] -type=layer -y=38 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_67 -hide=yes -op10= -onclick=script1199(event_mousey, event_com) - -// 744:67 -[com_67] -type=layer -y=75 -height=92 -widthmode=minus -xmode=abs_centre -layer=com_51 - -// 744:68 -[com_68] -type=text -height=30 -widthmode=minus -xmode=abs_centre -layer=com_72 -textfont=b12_full -textalignh=1 -textalignv=2 -colour=0x461e00 -op10= - -// 744:69 -[com_69] -type=graphic -y=35 -width=13 -height=20 -layer=com_72 -graphic=graphic_1400 -op10= - -// 744:70 -[com_70] -type=graphic -y=35 -width=13 -height=20 -xmode=abs_right -layer=com_72 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:71 -[com_71] -type=graphic -y=35 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_72 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:72 -[com_72] -type=layer -height=92 -widthmode=minus -xmode=abs_centre -layer=com_51 - -// 744:73 -[com_73] -type=layer -x=130 -width=128 -height=157 -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_138 - -// 744:74 -[com_74] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_81 -textfont=b12_full -text=Anti-aliasing -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:75 -[com_75] -type=graphic -y=20 -width=13 -height=20 -layer=com_81 -graphic=graphic_1400 -op10= - -// 744:76 -[com_76] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_81 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:77 -[com_77] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_81 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:78 -[com_78] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_81 -op10= - -// 744:79 -[com_79] -type=layer -y=37 -width=18 -height=47 -widthmode=minus -xmode=abs_centre -layer=com_81 -hide=yes -noclickthrough=yes -op10= - -// 744:80 -[com_80] -type=layer -y=38 -width=20 -height=45 -widthmode=minus -xmode=abs_centre -layer=com_81 -hide=yes -op10= -onclick=script1213(event_mousey, event_com) - -// 744:81 -[com_81] -type=layer -y=120 -height=85 -widthmode=minus -xmode=abs_centre -layer=com_73 - -// 744:82 -[com_82] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_89 -textfont=b12_full -text=Character shadows -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:83 -[com_83] -type=graphic -y=20 -width=13 -height=20 -layer=com_89 -graphic=graphic_1400 -op10= - -// 744:84 -[com_84] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_89 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:85 -[com_85] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_89 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:86 -[com_86] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_89 -op10= - -// 744:87 -[com_87] -type=layer -y=37 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_89 -hide=yes -noclickthrough=yes -op10= - -// 744:88 -[com_88] -type=layer -y=38 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_89 -hide=yes -op10= -onclick=script1201(event_mousey, event_com) - -// 744:89 -[com_89] -type=layer -y=60 -height=92 -widthmode=minus -xmode=abs_centre -layer=com_73 - -// 744:90 -[com_90] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_94 -textfont=b12_full -text=Ground decoration -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:91 -[com_91] -type=graphic -y=20 -width=13 -height=20 -layer=com_94 -graphic=graphic_1400 -op10= - -// 744:92 -[com_92] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_94 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:93 -[com_93] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_94 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:94 -[com_94] -type=layer -height=92 -widthmode=minus -xmode=abs_centre -layer=com_73 - -// 744:95 -[com_95] -type=layer -x=260 -width=128 -height=157 -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_138 - -// 744:96 -[com_96] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_103 -textfont=b12_full -text=Scenery shadows -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:97 -[com_97] -type=graphic -y=20 -width=13 -height=20 -layer=com_103 -graphic=graphic_1400 -op10= - -// 744:98 -[com_98] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_103 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:99 -[com_99] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_103 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:100 -[com_100] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_103 -op10= - -// 744:101 -[com_101] -type=layer -y=37 -width=18 -height=47 -widthmode=minus -xmode=abs_centre -layer=com_103 -hide=yes -noclickthrough=yes -op10= - -// 744:102 -[com_102] -type=layer -y=38 -width=20 -height=45 -widthmode=minus -xmode=abs_centre -layer=com_103 -hide=yes -op10= -onclick=script1203(event_mousey, event_com) - -// 744:103 -[com_103] -type=layer -y=60 -height=92 -widthmode=minus -xmode=abs_centre -layer=com_95 - -// 744:104 -[com_104] -type=text -height=15 -widthmode=minus -xmode=abs_centre -layer=com_111 -textfont=b12_full -text=Texture detail -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:105 -[com_105] -type=graphic -y=20 -width=13 -height=20 -layer=com_111 -graphic=graphic_1400 -op10= - -// 744:106 -[com_106] -type=graphic -y=20 -width=13 -height=20 -xmode=abs_right -layer=com_111 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:107 -[com_107] -type=graphic -y=20 -width=20 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_111 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:108 -[com_108] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_111 -op10= - -// 744:109 -[com_109] -type=layer -y=37 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_111 -hide=yes -noclickthrough=yes -op10= - -// 744:110 -[com_110] -type=layer -y=38 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_111 -hide=yes -op10= -onclick=script1193(event_mousey, event_com) - -// 744:111 -[com_111] -type=layer -height=92 -widthmode=minus -xmode=abs_centre -layer=com_95 - -// 744:112 -[com_112] -type=graphic -width=416 -height=50 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_133 -graphic=graphic_1561 -tiling=yes - -// 744:113 -[com_113] -type=layer -width=9002 -widthmode=proportion -heightmode=minus -layer=com_133 - -// 744:114 -[com_114] -type=layer -width=9002 -widthmode=proportion -heightmode=minus -xmode=abs_right -layer=com_133 - -// 744:115 -[com_115] -type=graphic -y=6 -width=514 -height=31 -xmode=abs_centre -layer=com_133 -graphic=graphic_1537 -tiling=yes - -// 744:116 -[com_116] -type=graphic -y=6 -width=514 -height=31 -xmode=abs_centre -ymode=abs_bottom -layer=com_133 -graphic=graphic_1537 -tiling=yes -vflip=yes - -// 744:117 -[com_117] -type=layer -contenttype=1405 -x=10 -y=10 -width=145 -height=100 -xmode=abs_right -op10= - -// 744:118 -[com_118] -type=graphic -x=39 -width=138 -height=50 -heightmode=minus -ymode=abs_centre -layer=com_113 -graphic="scroll_body,0" -tiling=yes - -// 744:119 -[com_119] -type=graphic -width=131 -height=40 -layer=com_113 -graphic="scroll_top,0" - -// 744:120 -[com_120] -type=graphic -width=131 -height=40 -ymode=abs_bottom -layer=com_113 -graphic="scroll_top,0" -vflip=yes - -// 744:121 -[com_121] -type=layer -y=35 -height=60 -widthmode=minus -xmode=abs_centre -layer=com_176 - -// 744:122 -[com_122] -type=layer -y=39 -height=134 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_176 - -// 744:123 -[com_123] -type=text -width=30 -height=12 -widthmode=minus -layer=com_179 -textfont=p11_full -text=Current world: -textalignh=2 -textalignv=1 -colour=0x362918 - -// 744:124 -[com_124] -type=text -width=33 -height=18 -widthmode=minus -ymode=abs_bottom -layer=com_179 -textfont=p12_full -text=World 123 -textalignh=2 -textalignv=1 -colour=0x362918 - -// 744:125 -[com_125] -type=rectangle -contenttype=1403 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_0 -hide=yes -colour=0xffff00 -trans=255 -op10= - -// 744:126 -[com_126] -type=rectangle -widthmode=minus -heightmode=minus -layer=com_0 -hide=yes -colour=0x000000 -fill=yes - -// 744:127 -[com_127] -type=graphic -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_0 -graphic=graphic_1407 -op10= - -// 744:128 -[com_128] -type=rectangle -contenttype=1402 -x=-31 -y=3166 -width=128 -height=256 -ymode=proportion_top -layer=com_0 -hide=yes -colour=0xffff00 -trans=255 -op10= - -// 744:129 -[com_129] -type=rectangle -contenttype=1402 -x=-25 -y=3166 -width=128 -height=256 -xmode=abs_right -ymode=proportion_top -layer=com_0 -hide=yes -colour=0xffff00 -trans=255 -op10= - -// 744:130 -[com_130] -type=graphic -y=-6181 -width=360 -height=123 -xmode=abs_centre -ymode=proportion_centre -layer=com_0 -graphic=logo -op10= - -// 744:131 -[com_131] -type=layer -y=70 -height=380 -widthmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_0 -hide=yes - -// 744:132 -[com_132] -type=layer -y=70 -height=380 -widthmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_0 -hide=yes -op10= - -// 744:133 -[com_133] -type=layer -width=754 -height=10 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_0 -hide=yes - -// 744:134 -[com_134] -type=layer -y=50 -height=256 -widthmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_0 - -// 744:135 -[com_135] -type=text -height=256 -widthmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_411 -textfont=p12_full -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:136 -[com_136] -type=text -y=226 -height=15 -widthmode=minus -xmode=abs_centre -layer=com_411 -textfont=p12_full -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:137 -[com_137] -type=text -y=241 -height=15 -widthmode=minus -xmode=abs_centre -layer=com_411 -textfont=menu_font_small -text=Continue -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) - -// 744:138 -[com_138] -type=layer -width=654 -height=370 -xmode=abs_centre -ymode=abs_centre -layer=com_0 -hide=yes - -// 744:139 -[com_139] -type=line -x=-150 -y=36 -height=66 -xmode=abs_centre -layer=com_138 -colour=0x3e4638 - -// 744:140 -[com_140] -type=line -y=36 -height=66 -xmode=abs_centre -layer=com_138 -colour=0x3e4638 - -// 744:141 -[com_141] -type=line -x=150 -y=36 -height=66 -xmode=abs_centre -layer=com_138 -colour=0x3e4638 - -// 744:142 -[com_142] -type=line -y=131 -width=620 -xmode=abs_centre -layer=com_138 -colour=0x3e4638 - -// 744:143 -[com_143] -type=text -y=135 -width=620 -height=20 -xmode=abs_centre -layer=com_138 -textfont=b12_full -text=Advanced options -textalignv=1 -colour=0x461e00 -op10= - -// 744:144 -[com_144] -type=graphic -width=66 -height=38 -xmode=abs_centre -layer=com_278 -graphic=graphic_1556 - -// 744:145 -[com_145] -type=graphic -x=24 -y=17 -width=17 -height=17 -xmode=abs_centre -layer=com_278 - -// 744:146 -[com_146] -type=text -height=30 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_278 -textfont=p12_full -text=High detail
(fullscreen) -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:147 -[com_147] -type=graphic -width=66 -height=38 -xmode=abs_centre -layer=com_277 -graphic=graphic_1557 - -// 744:148 -[com_148] -type=graphic -x=24 -y=17 -width=17 -height=17 -xmode=abs_centre -layer=com_277 - -// 744:149 -[com_149] -type=text -height=30 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_277 -textfont=p12_full -text=High detail -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:150 -[com_150] -type=graphic -width=66 -height=38 -xmode=abs_centre -layer=com_276 -graphic=graphic_1558 - -// 744:151 -[com_151] -type=graphic -x=23 -y=17 -width=17 -height=17 -xmode=abs_centre -layer=com_276 - -// 744:152 -[com_152] -type=text -height=30 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_276 -textfont=p12_full -text=High detail
(small) -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:153 -[com_153] -type=graphic -width=66 -height=38 -xmode=abs_centre -layer=com_275 -graphic=graphic_1559 - -// 744:154 -[com_154] -type=graphic -x=25 -y=17 -width=17 -height=17 -xmode=abs_centre -layer=com_275 - -// 744:155 -[com_155] -type=text -height=30 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_275 -textfont=p12_full -text=Standard detail -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:156 -[com_156] -type=layer -height=44 -widthmode=minus -xmode=abs_centre -layer=com_4 - -// 744:157 -[com_157] -type=graphic -x=30 -y=-20 -width=138 -height=100 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_132 -graphic="scroll_body,1" -tiling=yes -op10= - -// 744:158 -[com_158] -type=text -y=-16 -width=13762 -height=77 -widthmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_237 -textfont=b12_full -text=Your display has been changed. Do you want to keep this setting? -textlineheight=14 -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:159 -[com_159] -type=graphic -x=-104 -y=-20 -width=138 -height=100 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_132 -graphic="scroll_body,0" -tiling=yes -op10= - -// 744:160 -[com_160] -type=graphic -x=104 -y=-20 -width=135 -height=100 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_132 -graphic="scroll_body,1" -tiling=yes -op10= - -// 744:161 -[com_161] -type=graphic -width=172 -height=40 -xmode=abs_centre -layer=com_132 -graphic="scroll_top,1" -tiling=yes -hflip=yes -op10= - -// 744:162 -[com_162] -type=graphic -x=-150 -width=130 -height=40 -xmode=abs_centre -layer=com_132 -graphic="scroll_top,0" -op10= - -// 744:163 -[com_163] -type=graphic -x=150 -width=130 -height=40 -xmode=abs_centre -layer=com_132 -graphic="scroll_top,0" -hflip=yes -op10= - -// 744:164 -[com_164] -type=graphic -y=43 -width=172 -height=40 -xmode=abs_centre -ymode=abs_bottom -layer=com_132 -graphic="scroll_top,1" -vflip=yes -op10= - -// 744:165 -[com_165] -type=graphic -x=-150 -y=43 -width=130 -height=40 -xmode=abs_centre -ymode=abs_bottom -layer=com_132 -graphic="scroll_top,0" -vflip=yes -op10= - -// 744:166 -[com_166] -type=graphic -x=150 -y=43 -width=130 -height=40 -xmode=abs_centre -ymode=abs_bottom -layer=com_132 -graphic="scroll_top,0" -tiling=yes -vflip=yes -hflip=yes -op10= - -// 744:167 -[com_167] -type=graphic -x=36 -y=-20 -width=138 -height=112 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_131 -graphic="scroll_body,1" -tiling=yes -op10= - -// 744:168 -[com_168] -type=graphic -x=-50 -y=-20 -width=110 -height=112 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_131 -graphic="scroll_body,0" -tiling=yes - -// 744:169 -[com_169] -type=graphic -width=130 -height=40 -xmode=abs_centre -layer=com_131 -graphic="scroll_top,1" -tiling=yes -hflip=yes -op10= - -// 744:170 -[com_170] -type=graphic -x=-80 -width=130 -height=40 -xmode=abs_centre -layer=com_131 -graphic="scroll_top,0" - -// 744:171 -[com_171] -type=graphic -x=80 -width=130 -height=40 -xmode=abs_centre -layer=com_131 -graphic="scroll_top,0" -hflip=yes -op10= - -// 744:172 -[com_172] -type=graphic -y=42 -width=130 -height=40 -xmode=abs_centre -ymode=abs_bottom -layer=com_131 -graphic="scroll_top,1" -vflip=yes -op10= - -// 744:173 -[com_173] -type=graphic -x=-80 -y=42 -width=130 -height=40 -xmode=abs_centre -ymode=abs_bottom -layer=com_131 -graphic="scroll_top,0" -vflip=yes -op10= - -// 744:174 -[com_174] -type=graphic -x=80 -y=42 -width=130 -height=40 -xmode=abs_centre -ymode=abs_bottom -layer=com_131 -graphic="scroll_top,0" -tiling=yes -vflip=yes -hflip=yes -op10= - -// 744:175 -[com_175] -type=text -y=170 -width=14725 -height=60 -widthmode=proportion -xmode=abs_centre -layer=com_410 -textfont=b12_full -text=Never give anyone your password, not even Jagex staff. Jagex will never ask you for your password. -textlineheight=15 -textalignh=1 -colour=0x8c320a -op10= - -// 744:176 -[com_176] -type=layer -width=654 -height=10 -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_0 -hide=yes -noclickthrough=yes - -// 744:177 -[com_177] -type=rectangle -widthmode=minus -heightmode=minus -layer=com_122 -colour=0x312819 -fill=yes - -// 744:178 -[com_178] -type=graphic -y=2 -width=4 -height=28 -widthmode=minus -xmode=abs_centre -layer=com_122 -graphic=graphic_1560 -tiling=yes - -// 744:179 -[com_179] -type=layer -width=150 -height=30 -xmode=abs_right -ymode=abs_centre -layer=com_121 - -// 744:180 -[com_180] -type=graphic -width=26 -height=23 -xmode=abs_right -ymode=abs_centre -layer=com_179 -graphic="close_buttons,6" -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onclick=script1173(interface_744:com_226) - -// 744:181 -[com_181] -type=graphic -width=19 -height=18 -ymode=abs_bottom -layer=com_179 - -// 744:182 -[com_182] -type=graphic -x=39 -width=138 -height=50 -heightmode=minus -xmode=abs_right -ymode=abs_centre -layer=com_114 -graphic="scroll_body,0" -tiling=yes -hflip=yes - -// 744:183 -[com_183] -type=graphic -width=131 -height=40 -xmode=abs_right -layer=com_114 -graphic="scroll_top,0" -hflip=yes - -// 744:184 -[com_184] -type=graphic -width=131 -height=40 -xmode=abs_right -ymode=abs_bottom -layer=com_114 -graphic="scroll_top,0" -vflip=yes -hflip=yes - -// 744:185 -[com_185] -type=layer -x=25 -y=2 -width=70 -height=28 -layer=com_122 - -// 744:186 -[com_186] -type=layer -x=95 -y=2 -width=75 -height=28 -layer=com_122 - -// 744:187 -[com_187] -type=graphic -x=-10 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_186 -graphic="world_select_updown_arrows,2" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,0") -onmouseleave=script44(event_com, "world_select_updown_arrows,2") -onclick=script1878(3) - -// 744:188 -[com_188] -type=graphic -x=10 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_186 -graphic="world_select_updown_arrows,3" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,1") -onmouseleave=script44(event_com, "world_select_updown_arrows,3") -onclick=script1878(2) - -// 744:189 -[com_189] -type=text -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_186 -textfont=b12_full -text=Players -textalignh=1 -textshadow=yes -colour=0xffffff - -// 744:190 -[com_190] -type=layer -x=170 -y=2 -width=120 -height=28 -layer=com_122 - -// 744:191 -[com_191] -type=graphic -x=-10 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_190 -graphic="world_select_updown_arrows,2" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,0") -onmouseleave=script44(event_com, "world_select_updown_arrows,2") -onclick=script1878(5) - -// 744:192 -[com_192] -type=graphic -x=10 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_190 -graphic="world_select_updown_arrows,3" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,1") -onmouseleave=script44(event_com, "world_select_updown_arrows,3") -onclick=script1878(4) - -// 744:193 -[com_193] -type=text -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_190 -textfont=b12_full -textalignh=1 -textshadow=yes -colour=0xffffff - -// 744:194 -[com_194] -type=layer -x=290 -y=2 -width=160 -height=28 -layer=com_122 - -// 744:195 -[com_195] -type=graphic -x=-10 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_194 -graphic="world_select_updown_arrows,2" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,0") -onmouseleave=script44(event_com, "world_select_updown_arrows,2") -onclick=script1878(7) - -// 744:196 -[com_196] -type=graphic -x=10 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_194 -graphic="world_select_updown_arrows,3" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,1") -onmouseleave=script44(event_com, "world_select_updown_arrows,3") -onclick=script1878(6) - -// 744:197 -[com_197] -type=text -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_194 -textfont=b12_full -text=Activity -textalignh=1 -textshadow=yes -colour=0xffffff - -// 744:198 -[com_198] -type=graphic -width=16 -height=16 -ymode=abs_centre -layer=com_194 -graphic=graphic_1547 -onmouseover=script44(event_com, graphic_1548) -onmouseleave=script44(event_com, graphic_1547) -onclick=script702("kbase/view.ws?guid=themed_worlds", true) - -// 744:199 -[com_199] -type=layer -x=450 -y=2 -width=34 -height=28 -layer=com_122 -onmouseleave=script40(interface_744:com_1) -onmouserepeat=script1160(event_com, -1, interface_744:com_1, "LootShare", 25, string_200) - -// 744:200 -[com_200] -type=layer -x=484 -y=2 -width=35 -height=28 -layer=com_122 -op10= -onmouseleave=script40(interface_744:com_1) -onmouserepeat=script1160(event_com, -1, interface_744:com_1, "Quick Chat", 25, string_200) - -// 744:201 -[com_201] -type=layer -x=519 -y=2 -width=34 -height=28 -layer=com_122 -op10= -onmouseleave=script40(interface_744:com_1) -onmouserepeat=script1160(event_com, -1, interface_744:com_1, "PvP", 25, string_200) - -// 744:202 -[com_202] -type=graphic -y=1 -width=13 -height=13 -xmode=abs_centre -layer=com_201 -graphic=graphic_1583 -op10= - -// 744:203 -[com_203] -type=graphic -x=-8 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_201 -graphic="world_select_updown_arrows,2" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,0") -onmouseleave=script44(event_com, "world_select_updown_arrows,2") -onclick=script1878(13) - -// 744:204 -[com_204] -type=graphic -x=6 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_201 -graphic="world_select_updown_arrows,3" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,1") -onmouseleave=script44(event_com, "world_select_updown_arrows,3") -onclick=script1878(12) - -// 744:205 -[com_205] -type=graphic -y=1 -width=13 -height=13 -xmode=abs_centre -layer=com_200 -graphic="coppa_mouth_button,2" -op10= - -// 744:206 -[com_206] -type=graphic -x=-8 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_200 -graphic="world_select_updown_arrows,2" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,0") -onmouseleave=script44(event_com, "world_select_updown_arrows,2") -onclick=script1878(11) - -// 744:207 -[com_207] -type=graphic -x=6 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_200 -graphic="world_select_updown_arrows,3" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,1") -onmouseleave=script44(event_com, "world_select_updown_arrows,3") -onclick=script1878(10) - -// 744:208 -[com_208] -type=graphic -y=-1 -width=18 -height=16 -xmode=abs_centre -layer=com_199 -graphic=graphic_1582 - -// 744:209 -[com_209] -type=graphic -x=-8 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_199 -graphic="world_select_updown_arrows,2" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,0") -onmouseleave=script44(event_com, "world_select_updown_arrows,2") -onclick=script1878(9) - -// 744:210 -[com_210] -type=graphic -x=6 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_199 -graphic="world_select_updown_arrows,3" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,1") -onmouseleave=script44(event_com, "world_select_updown_arrows,3") -onclick=script1878(8) - -// 744:211 -[com_211] -type=layer -x=555 -y=2 -width=557 -height=28 -widthmode=minus -layer=com_122 - -// 744:212 -[com_212] -type=graphic -x=-10 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_211 -graphic="world_select_updown_arrows,2" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,0") -onmouseleave=script44(event_com, "world_select_updown_arrows,2") -onclick=script1878(15) - -// 744:213 -[com_213] -type=graphic -x=10 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_211 -graphic="world_select_updown_arrows,3" -op10= -onmouseover=script44(event_com, "world_select_updown_arrows,1") -onmouseleave=script44(event_com, "world_select_updown_arrows,3") -onclick=script1878(14) - -// 744:214 -[com_214] -type=text -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_211 -textfont=b12_full -text=Type -textalignh=1 -textshadow=yes -colour=0xffffff - -// 744:215 -[com_215] -type=graphic -width=16 -height=16 -ymode=abs_centre -layer=com_211 -graphic=graphic_1547 -onmouseover=script44(event_com, graphic_1548) -onmouseleave=script44(event_com, graphic_1547) -onclick=script702("members/members.ws", true) - -// 744:216 -[com_216] -type=text -y=4 -height=4 -widthmode=minus -heightmode=minus -layer=com_121 -textfont=welcome_font_large -text=Select a world -textalignh=1 -textshadow=yes -colour=0x692f07 - -// 744:217 -[com_217] -type=text -y=1 -width=425 -height=25 -xmode=abs_centre -ymode=abs_bottom -layer=com_121 -textfont=p11_full -textalignh=1 -textalignv=1 -colour=0x362918 - -// 744:218 -[com_218] -type=graphic -x=5 -width=19 -height=15 -ymode=abs_centre -layer=com_121 -graphic=world_select_refresh_arrow -onmouseover=script1357(event_com, 100) -onmouseleave=script1357(event_com, 0) -onclick=script1876 - -// 744:219 -[com_219] -type=text -x=25 -width=100 -height=17 -ymode=abs_centre -layer=com_121 -textfont=p12_full -text=Refresh -textalignv=1 -colour=0x362918 - -// 744:220 -[com_220] -type=graphic -x=-10 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_185 -graphic="world_select_updown_arrows,2" -onmouseover=script44(event_com, "world_select_updown_arrows,0") -onmouseleave=script44(event_com, "world_select_updown_arrows,2") -onclick=script1878(1) - -// 744:221 -[com_221] -type=graphic -x=10 -y=1 -width=11 -height=11 -xmode=abs_centre -ymode=abs_bottom -layer=com_185 -graphic="world_select_updown_arrows,3" -onmouseover=script44(event_com, "world_select_updown_arrows,1") -onmouseleave=script44(event_com, "world_select_updown_arrows,3") -onclick=script1878(0) - -// 744:222 -[com_222] -type=text -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_185 -textfont=b12_full -text=World -textalignh=1 -textshadow=yes -colour=0xffffff - -// 744:223 -[com_223] -type=text -width=10 -height=10 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_224 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 744:224 -[com_224] -type=layer -x=2 -y=30 -width=20 -height=32 -widthmode=minus -heightmode=minus -layer=com_122 - -// 744:225 -[com_225] -type=layer -x=2 -y=30 -width=16 -height=32 -heightmode=minus -xmode=abs_right -layer=com_122 - -// 744:226 -[com_226] -type=layer -width=195 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes - -// 744:227 -[com_227] -type=graphic -width=66 -height=38 -xmode=abs_centre -layer=com_231 -graphic=graphic_1557 - -// 744:228 -[com_228] -type=graphic -width=66 -height=38 -xmode=abs_centre -layer=com_230 -graphic=graphic_1559 - -// 744:229 -[com_229] -type=graphic -x=25 -y=17 -width=17 -height=17 -xmode=abs_centre -layer=com_230 - -// 744:230 -[com_230] -type=layer -y=102 -width=95 -height=62 -layer=com_226 - -// 744:231 -[com_231] -type=layer -y=102 -width=95 -height=62 -xmode=abs_right -layer=com_226 - -// 744:232 -[com_232] -type=graphic -x=25 -y=17 -width=17 -height=17 -xmode=abs_centre -layer=com_231 - -// 744:233 -[com_233] -type=text -height=30 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_231 -textfont=p11_full -text=High detail -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:234 -[com_234] -type=text -height=30 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_230 -textfont=p11_full -text=Standard detail -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:235 -[com_235] -type=layer -x=85 -width=30 -heightmode=minus -layer=com_260 -hide=yes - -// 744:236 -[com_236] -type=layer -x=140 -width=30 -heightmode=minus -ymode=abs_bottom -layer=com_260 -hide=yes - -// 744:237 -[com_237] -type=layer -width=180 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes - -// 744:238 -[com_238] -type=text -y=75 -width=8192 -height=15 -widthmode=proportion -ymode=abs_bottom -layer=com_237 -textfont=menu_font_small -text=Yes -textalignh=1 -textalignv=1 -colour=0x663300 -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) - -// 744:239 -[com_239] -type=text -y=75 -width=8199 -height=15 -widthmode=proportion -xmode=abs_right -ymode=abs_bottom -layer=com_237 -textfont=menu_font_small -text=No -textalignh=1 -textalignv=1 -colour=0x663300 -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1891 - -// 744:240 -[com_240] -type=text -y=5 -width=16391 -height=16 -widthmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_237 -textfont=p11_full -textlineheight=14 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffbe - -// 744:241 -[com_241] -type=layer -width=184 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes - -// 744:242 -[com_242] -type=layer -width=305 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes - -// 744:243 -[com_243] -type=text -y=8 -width=14725 -height=28 -widthmode=proportion -xmode=abs_centre -layer=com_242 -textfont=menu_font_small -text=PvP World -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:244 -[com_244] -type=text -width=8847 -height=152 -widthmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_242 -textfont=b12_full -text=Warning: This is a PvP World. Players can attack you throughout RuneScape.

If you die, you may lose all of your items.

You have been warned. -textlineheight=16 -textalignh=1 -textalignv=1 -colour=0xb00303 - -// 744:245 -[com_245] -type=text -x=8192 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_242 -textfont=menu_font_small -text=Log In -textalignh=1 -textalignv=1 -colour=0x663300 -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script720(1) - -// 744:246 -[com_246] -type=text -y=241 -width=8172 -height=12 -widthmode=proportion -layer=com_242 -textfont=menu_font_small -text=Go Back -textalignh=1 -textalignv=1 -colour=0x663300 -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script720(0) - -// 744:247 -[com_247] -type=model -width=54 -height=64 -ymode=abs_centre -layer=com_242 -model=model_24207 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2440 -unknown100=0 -unknown101=3000 - -// 744:248 -[com_248] -type=model -width=55 -height=64 -xmode=abs_right -ymode=abs_centre -layer=com_242 -model=model_24206 -modelorigin_x=1 -modelorigin_y=3 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2440 -unknown100=0 -unknown101=3000 - -// 744:249 -[com_249] -type=graphic -width=22 -height=28 -layer=com_272 -graphic=graphic_1253 -op10= -dragdeadtime=2 -dragrenderbehaviour=1 -ondrag=script44(event_com, graphic_1256) -ondragcomplete=script1215(interface_744:com_272, interface_744:com_249, event_mousex, 1) - -// 744:250 -[com_250] -type=text -width=180 -height=18 -xmode=abs_centre -layer=com_226 -textfont=menu_font_small -text=Log In -textalignh=1 -textalignv=1 -colour=0x663300 -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_241) - -// 744:251 -[com_251] -type=text -y=17 -width=180 -height=12 -xmode=abs_centre -layer=com_226 -textfont=p11_full -text=(Existing User) -textalignh=1 -colour=0x461e00 -op10= - -// 744:252 -[com_252] -type=text -y=32 -width=180 -height=18 -xmode=abs_centre -layer=com_226 -textfont=menu_font_small -text=Create Account -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_403) - -// 744:253 -[com_253] -type=text -y=49 -width=180 -height=12 -xmode=abs_centre -layer=com_226 -textfont=p11_full -text=(New User) -textalignh=1 -colour=0x461e00 -op10= - -// 744:254 -[com_254] -type=text -y=64 -height=18 -widthmode=minus -xmode=abs_centre -layer=com_226 -textfont=menu_font_small -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_176) - -// 744:255 -[com_255] -type=graphic -width=10 -height=10 -ymode=abs_centre -layer=com_236 -graphic=graphic_1551 - -// 744:256 -[com_256] -type=text -width=10 -widthmode=minus -heightmode=minus -xmode=abs_right -ymode=abs_centre -layer=com_236 -textfont=p11_full -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:257 -[com_257] -type=graphic -width=10 -height=10 -ymode=abs_centre -layer=com_235 -graphic=graphic_1551 - -// 744:258 -[com_258] -type=text -width=10 -widthmode=minus -heightmode=minus -xmode=abs_right -ymode=abs_centre -layer=com_235 -textfont=p11_full -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:259 -[com_259] -type=text -y=81 -width=180 -height=12 -xmode=abs_centre -layer=com_226 -textfont=p11_full -textalignh=1 -colour=0x461e00 -op10= - -// 744:260 -[com_260] -type=layer -y=82 -width=195 -height=20 -xmode=abs_centre -layer=com_226 -hide=yes -noclickthrough=yes - -// 744:261 -[com_261] -type=text -y=164 -width=180 -height=18 -xmode=abs_centre -layer=com_226 -textfont=menu_font_small -text=Graphics Options -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_138) - -// 744:262 -[com_262] -type=text -y=186 -width=180 -height=18 -xmode=abs_centre -layer=com_226 -textfont=menu_font_small -text=Audio Options -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_402) - -// 744:263 -[com_263] -type=text -y=204 -width=180 -height=12 -xmode=abs_centre -layer=com_226 -textfont=p11_full -text=Music Volume -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:264 -[com_264] -type=text -y=238 -width=180 -height=18 -xmode=abs_centre -layer=com_226 -textfont=menu_font_small -text=Quit -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1179 - -// 744:265 -[com_265] -type=graphic -x=-66 -y=212 -width=22 -height=28 -xmode=abs_centre -layer=com_226 -graphic=graphic_1252 -onclick=script1214(interface_744:com_272, interface_744:com_249, 0, 1) - -// 744:266 -[com_266] -type=graphic -x=-44 -y=212 -width=22 -height=28 -xmode=abs_centre -layer=com_226 -graphic=graphic_1254 -op10= - -// 744:267 -[com_267] -type=graphic -x=-22 -y=212 -width=22 -height=28 -xmode=abs_centre -layer=com_226 -graphic=graphic_1254 -op10= - -// 744:268 -[com_268] -type=graphic -y=212 -width=22 -height=28 -xmode=abs_centre -layer=com_226 -graphic=graphic_1254 -op10= - -// 744:269 -[com_269] -type=graphic -x=22 -y=212 -width=22 -height=28 -xmode=abs_centre -layer=com_226 -graphic=graphic_1254 -op10= - -// 744:270 -[com_270] -type=graphic -x=44 -y=212 -width=22 -height=28 -xmode=abs_centre -layer=com_226 -graphic=graphic_1254 -op10= - -// 744:271 -[com_271] -type=graphic -x=66 -y=212 -width=22 -height=28 -xmode=abs_centre -layer=com_226 -graphic=graphic_1255 -op10= -onclick=script1214(interface_744:com_272, interface_744:com_249, -1, 1) - -// 744:272 -[com_272] -type=layer -y=212 -width=110 -height=28 -xmode=abs_centre -layer=com_226 -noclickthrough=yes -onmouseover=script44(interface_744:com_249, graphic_1256) -onmouseleave=script44(interface_744:com_249, graphic_1253) -onclick=script1214(interface_744:com_272, interface_744:com_249, event_mousex, 1) - -// 744:273 -[com_273] -type=text -width=85 -heightmode=minus -layer=com_260 -textfont=p11_full -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:274 -[com_274] -type=graphic -width=22 -height=28 -layer=com_28 -graphic=graphic_1253 -dragdeadtime=2 -dragrenderbehaviour=1 -ondrag=script44(event_com, graphic_1256) -ondragcomplete=script1215(interface_744:com_28, interface_744:com_274, event_mousex, 3) - -// 744:275 -[com_275] -type=layer -x=-225 -y=35 -width=150 -height=68 -xmode=abs_centre -layer=com_138 - -// 744:276 -[com_276] -type=layer -x=-75 -y=35 -width=150 -height=68 -xmode=abs_centre -layer=com_138 - -// 744:277 -[com_277] -type=layer -x=75 -y=35 -width=150 -height=68 -xmode=abs_centre -layer=com_138 - -// 744:278 -[com_278] -type=layer -x=225 -y=35 -width=150 -height=68 -xmode=abs_centre -layer=com_138 - -// 744:279 -[com_279] -type=text -y=5 -width=150 -height=18 -xmode=abs_centre -ymode=abs_bottom -layer=com_138 -textfont=menu_font_small -text=Main Menu -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_226) - -// 744:280 -[com_280] -type=graphic -x=168 -y=103 -width=13 -height=20 -xmode=abs_centre -layer=com_138 -graphic=graphic_1400 - -// 744:281 -[com_281] -type=graphic -x=283 -y=103 -width=13 -height=20 -xmode=abs_centre -layer=com_138 -graphic=graphic_1400 -hflip=yes -op10= - -// 744:282 -[com_282] -type=graphic -x=225 -y=103 -width=105 -height=20 -xmode=abs_centre -layer=com_138 -graphic=graphic_1401 -hflip=yes -op10= - -// 744:283 -[com_283] -type=layer -x=225 -y=105 -width=110 -height=16 -xmode=abs_centre -layer=com_138 -op10= - -// 744:284 -[com_284] -type=layer -x=225 -y=121 -width=110 -height=142 -xmode=abs_centre -layer=com_138 -hide=yes -noclickthrough=yes -op10= - -// 744:285 -[com_285] -type=layer -x=217 -y=122 -width=92 -height=140 -xmode=abs_centre -layer=com_138 -hide=yes -op10= -onclick=script1897(event_mousey) - -// 744:286 -[com_286] -type=layer -x=271 -y=122 -width=16 -height=140 -xmode=abs_centre -layer=com_138 - -// 744:287 -[com_287] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_94 -op10= - -// 744:288 -[com_288] -type=layer -y=37 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_94 -hide=yes -noclickthrough=yes -op10= - -// 744:289 -[com_289] -type=layer -y=38 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_94 -hide=yes -op10= -onclick=script1191(event_mousey, event_com) - -// 744:290 -[com_290] -type=layer -y=37 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_72 -op10= - -// 744:291 -[com_291] -type=layer -y=52 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_72 -hide=yes -noclickthrough=yes -op10= - -// 744:292 -[com_292] -type=layer -y=53 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_72 -hide=yes -op10= -onclick=script1189(event_mousey, event_com) - -// 744:293 -[com_293] -type=layer -y=22 -width=18 -height=16 -widthmode=minus -xmode=abs_centre -layer=com_50 -op10= - -// 744:294 -[com_294] -type=layer -y=37 -width=18 -height=32 -widthmode=minus -xmode=abs_centre -layer=com_50 -hide=yes -noclickthrough=yes -op10= - -// 744:295 -[com_295] -type=layer -y=38 -width=20 -height=30 -widthmode=minus -xmode=abs_centre -layer=com_50 -hide=yes -op10= -onclick=script1187(event_mousey, event_com) - -// 744:296 -[com_296] -type=text -y=82 -width=180 -height=8 -xmode=abs_centre -layer=com_402 -textfont=b12_full -text=Sound Effects Volume -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:297 -[com_297] -type=graphic -x=11 -y=95 -width=22 -height=28 -layer=com_402 -graphic=graphic_1252 -op10= -onclick=script1214(interface_744:com_304, interface_744:com_315, 0, 0) - -// 744:298 -[com_298] -type=graphic -x=33 -y=95 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:299 -[com_299] -type=graphic -x=55 -y=95 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:300 -[com_300] -type=graphic -x=77 -y=95 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:301 -[com_301] -type=graphic -x=99 -y=95 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:302 -[com_302] -type=graphic -x=121 -y=95 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:303 -[com_303] -type=graphic -x=143 -y=95 -width=22 -height=28 -layer=com_402 -graphic=graphic_1255 -op10= -onclick=script1214(interface_744:com_304, interface_744:com_315, -1, 0) - -// 744:304 -[com_304] -type=layer -x=35 -y=95 -width=110 -height=28 -layer=com_402 -noclickthrough=yes -onmouseover=script44(interface_744:com_315, graphic_1256) -onmouseleave=script44(interface_744:com_315, graphic_1253) -onclick=script1214(interface_744:com_304, interface_744:com_315, event_mousex, 0) - -// 744:305 -[com_305] -type=graphic -width=22 -height=28 -layer=com_325 -graphic=graphic_1253 -op10= -dragdeadtime=2 -dragrenderbehaviour=1 -ondrag=script44(event_com, graphic_1256) -ondragcomplete=script1215(interface_744:com_325, interface_744:com_305, event_mousex, 2) - -// 744:306 -[com_306] -type=text -y=32 -width=180 -height=8 -xmode=abs_centre -layer=com_402 -textfont=b12_full -text=Music Volume -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:307 -[com_307] -type=graphic -x=11 -y=45 -width=22 -height=28 -layer=com_402 -graphic=graphic_1252 -op10= -onclick=script1214(interface_744:com_314, interface_744:com_316, 0, 1) - -// 744:308 -[com_308] -type=graphic -x=33 -y=45 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:309 -[com_309] -type=graphic -x=55 -y=45 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:310 -[com_310] -type=graphic -x=77 -y=45 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:311 -[com_311] -type=graphic -x=99 -y=45 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:312 -[com_312] -type=graphic -x=121 -y=45 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:313 -[com_313] -type=graphic -x=143 -y=45 -width=22 -height=28 -layer=com_402 -graphic=graphic_1255 -op10= -onclick=script1214(interface_744:com_314, interface_744:com_316, -1, 1) - -// 744:314 -[com_314] -type=layer -x=35 -y=45 -width=110 -height=28 -layer=com_402 -noclickthrough=yes -onmouseover=script44(interface_744:com_316, graphic_1256) -onmouseleave=script44(interface_744:com_316, graphic_1253) -onclick=script1214(interface_744:com_314, interface_744:com_316, event_mousex, 1) - -// 744:315 -[com_315] -type=graphic -width=22 -height=28 -layer=com_304 -graphic=graphic_1253 -op10= -dragdeadtime=2 -dragrenderbehaviour=1 -ondrag=script44(event_com, graphic_1256) -ondragcomplete=script1215(interface_744:com_304, interface_744:com_315, event_mousex, 0) - -// 744:316 -[com_316] -type=graphic -width=22 -height=28 -layer=com_314 -graphic=graphic_1253 -op10= -dragdeadtime=2 -dragrenderbehaviour=1 -ondrag=script44(event_com, graphic_1256) -ondragcomplete=script1215(interface_744:com_314, interface_744:com_316, event_mousex, 1) - -// 744:317 -[com_317] -type=text -y=138 -width=180 -height=8 -xmode=abs_centre -layer=com_402 -textfont=b12_full -text=Area Sounds Volume -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:318 -[com_318] -type=graphic -x=11 -y=152 -width=22 -height=28 -layer=com_402 -graphic=graphic_1252 -op10= -onclick=script1214(interface_744:com_325, interface_744:com_305, 0, 2) - -// 744:319 -[com_319] -type=graphic -x=33 -y=152 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:320 -[com_320] -type=graphic -x=55 -y=152 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:321 -[com_321] -type=graphic -x=77 -y=152 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:322 -[com_322] -type=graphic -x=99 -y=152 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:323 -[com_323] -type=graphic -x=121 -y=152 -width=22 -height=28 -layer=com_402 -graphic=graphic_1254 -op10= - -// 744:324 -[com_324] -type=graphic -x=143 -y=152 -width=22 -height=28 -layer=com_402 -graphic=graphic_1255 -op10= -onclick=script1214(interface_744:com_325, interface_744:com_305, -1, 2) - -// 744:325 -[com_325] -type=layer -x=35 -y=152 -width=110 -height=28 -layer=com_402 -noclickthrough=yes -onmouseover=script44(interface_744:com_305, graphic_1256) -onmouseleave=script44(interface_744:com_305, graphic_1253) -onclick=script1214(interface_744:com_325, interface_744:com_305, event_mousex, 2) - -// 744:326 -[com_326] -type=text -y=185 -width=90 -height=20 -layer=com_402 -textfont=menu_font_small -text=Mono -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1219(0) - -// 744:327 -[com_327] -type=graphic -x=38 -y=209 -width=15 -height=15 -layer=com_402 -graphic=graphic_1257 -op10= -onclick=script1219(0) - -// 744:328 -[com_328] -type=text -x=90 -y=185 -width=90 -height=20 -layer=com_402 -textfont=menu_font_small -text=Stereo -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1219(1) - -// 744:329 -[com_329] -type=graphic -x=127 -y=209 -width=15 -height=15 -layer=com_402 -graphic=graphic_1257 -op10= -onclick=script1219(1) - -// 744:330 -[com_330] -type=text -y=236 -width=180 -height=12 -layer=com_402 -textfont=menu_font_small -text=Main Menu -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_226) - -// 744:331 -[com_331] -type=text -width=180 -height=24 -layer=com_402 -textfont=menu_font_small -text=Audio Options -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:332 -[com_332] -type=text -height=20 -widthmode=minus -xmode=abs_centre -layer=com_241 -textfont=menu_font_small -text=Please Log In -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:333 -[com_333] -type=text -y=20 -height=12 -widthmode=minus -xmode=abs_centre -layer=com_241 -textfont=p11_full -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:334 -[com_334] -type=text -y=32 -height=42 -widthmode=minus -xmode=abs_centre -layer=com_241 -textfont=p11_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffe1be -op10= - -// 744:335 -[com_335] -type=text -y=70 -height=13 -widthmode=minus -xmode=abs_centre -layer=com_241 -textfont=menu_font_small -text=Username: -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:336 -[com_336] -type=graphic -y=94 -width=142 -height=22 -xmode=abs_centre -layer=com_241 -graphic=graphic_884 -tiling=yes -onclick=script1181(1) - -// 744:337 -[com_337] -type=graphic -x=-59 -y=87 -width=66 -height=34 -xmode=abs_centre -layer=com_241 -graphic=graphic_1397 - -// 744:338 -[com_338] -type=graphic -y=87 -width=52 -height=34 -xmode=abs_centre -layer=com_241 -graphic=graphic_1398 -tiling=yes -op10= - -// 744:339 -[com_339] -type=graphic -x=59 -y=87 -width=66 -height=34 -xmode=abs_centre -layer=com_241 -graphic=graphic_1397 -hflip=yes -op10= - -// 744:340 -[com_340] -type=text -y=96 -width=142 -height=16 -xmode=abs_centre -layer=com_241 -textfont=p12_full -textalignv=1 -colour=0x461e00 -op10= - -// 744:341 -[com_341] -type=text -y=130 -height=12 -widthmode=minus -xmode=abs_centre -layer=com_241 -textfont=menu_font_small -text=Password: -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:342 -[com_342] -type=graphic -y=158 -width=142 -height=20 -xmode=abs_centre -layer=com_241 -graphic=graphic_884 -tiling=yes -op10= -onclick=script1181(2) - -// 744:343 -[com_343] -type=graphic -x=-59 -y=149 -width=66 -height=34 -xmode=abs_centre -layer=com_241 -graphic=graphic_1397 -op10= - -// 744:344 -[com_344] -type=graphic -y=149 -width=52 -height=34 -xmode=abs_centre -layer=com_241 -graphic=graphic_1398 -tiling=yes -op10= - -// 744:345 -[com_345] -type=graphic -x=59 -y=149 -width=66 -height=34 -xmode=abs_centre -layer=com_241 -graphic=graphic_1397 -hflip=yes -op10= - -// 744:346 -[com_346] -type=text -y=158 -width=142 -height=16 -xmode=abs_centre -layer=com_241 -textfont=p11_full -textalignv=1 -colour=0x461e00 -op10= - -// 744:347 -[com_347] -type=text -y=194 -height=20 -widthmode=minus -xmode=abs_centre -layer=com_241 -textfont=menu_font_small -text=Log In -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1182 - -// 744:348 -[com_348] -type=text -y=233 -height=18 -widthmode=minus -xmode=abs_centre -layer=com_241 -textfont=menu_font_small -text=Main Menu -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_226) - -// 744:349 -[com_349] -type=text -width=14745 -height=160 -widthmode=proportion -xmode=abs_centre -layer=com_403 -textfont=b12_full -text=Creating a RuneScape account is quick, easy and free. It only takes a few simple steps and you'll be enjoying the game in no time. -textlineheight=15 -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:350 -[com_350] -type=text -y=241 -width=8192 -height=12 -widthmode=proportion -layer=com_403 -textfont=menu_font_small -text=Main Menu -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_226) - -// 744:351 -[com_351] -type=text -x=8192 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_403 -textfont=menu_font_small -text=Next -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_404) - -// 744:352 -[com_352] -type=graphic -x=11 -y=33 -width=13 -height=20 -layer=com_404 -graphic=graphic_1400 -tiling=yes -op10= - -// 744:353 -[com_353] -type=graphic -x=24 -y=33 -width=47 -height=20 -layer=com_404 -graphic=graphic_1401 -tiling=yes -op10= - -// 744:354 -[com_354] -type=graphic -x=71 -y=33 -width=13 -height=20 -layer=com_404 -graphic=graphic_1400 -tiling=yes -hflip=yes -op10= - -// 744:355 -[com_355] -type=graphic -x=89 -y=33 -width=13 -height=20 -layer=com_404 -graphic=graphic_1400 -tiling=yes -op10= - -// 744:356 -[com_356] -type=graphic -x=102 -y=33 -width=101 -height=20 -layer=com_404 -graphic=graphic_1401 -tiling=yes -op10= - -// 744:357 -[com_357] -type=graphic -x=203 -y=33 -width=13 -height=20 -layer=com_404 -graphic=graphic_1400 -tiling=yes -hflip=yes -op10= - -// 744:358 -[com_358] -type=graphic -x=220 -y=33 -width=13 -height=20 -layer=com_404 -graphic=graphic_1400 -tiling=yes -op10= - -// 744:359 -[com_359] -type=graphic -x=233 -y=33 -width=47 -height=20 -layer=com_404 -graphic=graphic_1401 -tiling=yes -op10= - -// 744:360 -[com_360] -type=graphic -x=280 -y=33 -width=13 -height=20 -layer=com_404 -graphic=graphic_1400 -tiling=yes -hflip=yes -op10= - -// 744:361 -[com_361] -type=text -width=14725 -height=32 -widthmode=proportion -xmode=abs_centre -layer=com_404 -textfont=b12_full -text=Please input your date of birth: -textlineheight=15 -textalignh=1 -colour=0x461e00 -op10= - -// 744:362 -[com_362] -type=text -y=85 -width=13107 -height=41 -widthmode=proportion -xmode=abs_centre -layer=com_404 -textfont=b12_full -text=Please select your permanent country of residence: -textlineheight=15 -textalignh=1 -colour=0x461e00 -op10= - -// 744:363 -[com_363] -type=text -y=185 -width=14745 -height=50 -widthmode=proportion -xmode=abs_centre -layer=com_404 -textfont=b12_full -text=Do not worry. These are the only
personal questions we need to ask. -textlineheight=15 -textalignh=1 -colour=0x461e00 -op10= - -// 744:364 -[com_364] -type=text -x=7 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_404 -textfont=menu_font_small -text=Previous -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_403) - -// 744:365 -[com_365] -type=text -x=8192 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_404 -textfont=menu_font_small -text=Next -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1233 - -// 744:366 -[com_366] -type=graphic -x=15 -y=128 -width=13 -height=20 -layer=com_404 -graphic=graphic_1400 -tiling=yes -op10= - -// 744:367 -[com_367] -type=graphic -x=28 -y=128 -width=249 -height=20 -layer=com_404 -graphic=graphic_1401 -tiling=yes -op10= - -// 744:368 -[com_368] -type=graphic -x=277 -y=128 -width=13 -height=20 -layer=com_404 -graphic=graphic_1400 -tiling=yes -hflip=yes -op10= - -// 744:369 -[com_369] -type=layer -x=24 -y=130 -width=257 -height=16 -layer=com_404 -op10= - -// 744:370 -[com_370] -type=layer -x=24 -y=146 -width=257 -height=75 -layer=com_404 -hide=yes -noclickthrough=yes -op10= - -// 744:371 -[com_371] -type=layer -x=25 -y=146 -width=241 -height=74 -layer=com_404 -hide=yes -op10= -onclick=script1232(event_mousey) - -// 744:372 -[com_372] -type=layer -x=264 -y=147 -width=16 -height=73 -layer=com_404 -hide=yes -op10= - -// 744:373 -[com_373] -type=layer -x=229 -y=35 -width=56 -height=16 -layer=com_404 -op10= - -// 744:374 -[com_374] -type=layer -x=229 -y=51 -width=56 -height=59 -layer=com_404 -hide=yes -noclickthrough=yes -op10= - -// 744:375 -[com_375] -type=layer -x=230 -y=52 -width=39 -height=57 -layer=com_404 -hide=yes -op10= -onclick=script1231(event_mousey) - -// 744:376 -[com_376] -type=layer -x=268 -y=52 -width=16 -height=57 -layer=com_404 -hide=yes -op10= - -// 744:377 -[com_377] -type=layer -x=98 -y=35 -width=109 -height=16 -layer=com_404 -op10= - -// 744:378 -[com_378] -type=layer -x=98 -y=51 -width=109 -height=59 -layer=com_404 -hide=yes -noclickthrough=yes -op10= - -// 744:379 -[com_379] -type=layer -x=99 -y=52 -width=91 -height=57 -layer=com_404 -hide=yes -op10= -onclick=script1230(event_mousey) - -// 744:380 -[com_380] -type=layer -x=190 -y=52 -width=16 -height=57 -layer=com_404 -hide=yes -op10= - -// 744:381 -[com_381] -type=layer -x=20 -y=35 -width=56 -height=16 -layer=com_404 -op10= - -// 744:382 -[com_382] -type=layer -x=20 -y=51 -width=56 -height=59 -layer=com_404 -hide=yes -noclickthrough=yes -op10= - -// 744:383 -[com_383] -type=layer -x=21 -y=52 -width=39 -height=57 -layer=com_404 -hide=yes -op10= -onclick=script1229(event_mousey) - -// 744:384 -[com_384] -type=layer -x=59 -y=52 -width=16 -height=57 -layer=com_404 -hide=yes -op10= - -// 744:385 -[com_385] -type=text -width=14725 -height=40 -widthmode=proportion -xmode=abs_centre -layer=com_405 -textfont=b12_full -text=Please input a username, then click `Next' to check that it is available. -textlineheight=15 -textalignh=1 -colour=0x461e00 -op10= - -// 744:386 -[com_386] -type=text -y=95 -width=15564 -height=147 -widthmode=proportion -xmode=abs_centre -layer=com_405 -textfont=b12_full -text=Usernames can be a maximum of 12 characters long and may contain letters, numbers and underscores. Note: first letters will be capitalised and underscores will be converted into spaces. For example, the username red_rooster would display in the game as Red Rooster. -textlineheight=15 -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:387 -[com_387] -type=text -y=41 -width=16384 -height=32 -widthmode=proportion -layer=com_405 -textfont=menu_font_small -text=Username: -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:388 -[com_388] -type=text -x=7 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_405 -textfont=menu_font_small -text=Previous -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_404) - -// 744:389 -[com_389] -type=text -x=8192 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_405 -textfont=menu_font_small -text=Next -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1235 - -// 744:390 -[com_390] -type=graphic -x=99 -y=74 -width=104 -height=20 -layer=com_405 -graphic=graphic_884 -tiling=yes -op10= - -// 744:391 -[com_391] -type=graphic -x=90 -y=74 -width=13 -height=20 -layer=com_405 -graphic=graphic_1400 -tiling=yes -op10= - -// 744:392 -[com_392] -type=graphic -x=103 -y=74 -width=95 -height=20 -layer=com_405 -graphic=graphic_1401 -tiling=yes -op10= - -// 744:393 -[com_393] -type=graphic -x=198 -y=74 -width=13 -height=20 -layer=com_405 -graphic=graphic_1400 -tiling=yes -hflip=yes -op10= - -// 744:394 -[com_394] -type=text -x=103 -y=76 -width=100 -height=16 -layer=com_405 -textfont=p12_full -textalignv=1 -colour=0x333333 -op10= -onclick=script1223(3) - -// 744:395 -[com_395] -type=text -width=14745 -height=40 -widthmode=proportion -xmode=abs_centre -layer=com_406 -textfont=b12_full -text=Congratulations! That username is currently available. -textlineheight=15 -textalignh=1 -colour=0x461e00 -op10= - -// 744:396 -[com_396] -type=text -y=41 -width=14745 -height=112 -widthmode=proportion -xmode=abs_centre -layer=com_406 -textfont=b12_full -text=By clicking `I Agree', you confirm that you will play RuneScape according to our Terms and Conditions.

Please ensure that you have read them carefully by clicking the following link: -textlineheight=15 -textalignh=1 -colour=0x461e00 -op10= - -// 744:397 -[com_397] -type=layer -y=152 -width=16384 -height=17 -widthmode=proportion -xmode=abs_centre -layer=com_406 -onmouseover=script1225 - -// 744:398 -[com_398] -type=layer -y=152 -width=16384 -height=17 -widthmode=proportion -xmode=abs_centre -layer=com_406 -hide=yes -onmouseleave=script1226 -onclick=script1224 - -// 744:399 -[com_399] -type=text -y=168 -width=14745 -height=67 -widthmode=proportion -xmode=abs_centre -layer=com_406 -textfont=b12_full -text=These are also available as a page on our website, should you wish to visit them later or print them out. -textlineheight=15 -textalignh=1 -textalignv=1 -colour=0x461e00 - -// 744:400 -[com_400] -type=text -x=7 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_406 -textfont=menu_font_small -text=Previous -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_405) - -// 744:401 -[com_401] -type=text -x=8172 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_406 -textfont=menu_font_small -text=I Agree -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_409) - -// 744:402 -[com_402] -type=layer -width=180 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes -op10= - -// 744:403 -[com_403] -type=layer -width=305 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes - -// 744:404 -[com_404] -type=layer -width=305 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes -op10= - -// 744:405 -[com_405] -type=layer -width=305 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes -op10= - -// 744:406 -[com_406] -type=layer -width=305 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes -op10= - -// 744:407 -[com_407] -type=text -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_398 -textfont=b12_full -text=Terms and Conditions -textalignh=1 -textalignv=1 -colour=0x0000f0 -op10= - -// 744:408 -[com_408] -type=text -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_397 -textfont=b12_full -text=Terms and Conditions -textalignh=1 -textalignv=1 -colour=0x000096 - -// 744:409 -[com_409] -type=layer -width=305 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes -op10= - -// 744:410 -[com_410] -type=layer -width=305 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes -op10= - -// 744:411 -[com_411] -type=layer -width=180 -heightmode=minus -xmode=abs_centre -layer=com_134 -hide=yes - -// 744:412 -[com_412] -type=text -width=14745 -height=80 -widthmode=proportion -xmode=abs_centre -layer=com_430 -textfont=b12_full -text=Please note that your account has been locked into Quick Chat until you are of suitable age - please review our Terms & Conditions for more information. -textlineheight=15 -textalignh=1 -colour=0x8c320a -op10= - -// 744:413 -[com_413] -type=text -y=3 -width=14725 -height=42 -widthmode=proportion -xmode=abs_centre -layer=com_409 -textfont=b12_full -text=Please choose a password and click `Create' to create your account. -textlineheight=15 -textalignh=1 -colour=0x461e00 -op10= - -// 744:414 -[com_414] -type=text -y=45 -width=14745 -height=85 -widthmode=proportion -xmode=abs_centre -layer=com_409 -textfont=b12_full -text=Passwords must be between
5 and 20 charcters long.
We recommend using a combination of numbers and letters in your password to make it harder for someone to guess. -textlineheight=15 -textalignh=1 -colour=0x461e00 -op10= - -// 744:415 -[com_415] -type=text -y=132 -width=138 -height=22 -xmode=abs_centre -layer=com_409 -textfont=menu_font_small -text=Password: -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:416 -[com_416] -type=graphic -x=58 -y=154 -width=185 -height=20 -layer=com_409 -graphic=graphic_884 -tiling=yes -op10= - -// 744:417 -[com_417] -type=graphic -x=50 -y=155 -width=13 -height=20 -layer=com_409 -graphic=graphic_1400 -tiling=yes -op10= - -// 744:418 -[com_418] -type=graphic -x=63 -y=155 -width=178 -height=20 -layer=com_409 -graphic=graphic_1401 -tiling=yes -op10= - -// 744:419 -[com_419] -type=graphic -x=241 -y=155 -width=13 -height=20 -layer=com_409 -graphic=graphic_1400 -tiling=yes -hflip=yes -op10= - -// 744:420 -[com_420] -type=text -y=176 -width=166 -height=20 -xmode=abs_centre -layer=com_409 -textfont=menu_font_small -text=Confirm Password: -textalignh=1 -textalignv=1 -colour=0x461e00 -op10= - -// 744:421 -[com_421] -type=text -x=63 -y=158 -width=180 -height=16 -layer=com_409 -textfont=p12_full -textalignv=1 -colour=0x333333 -op10= -onclick=script1223(4) - -// 744:422 -[com_422] -type=graphic -x=58 -y=198 -width=185 -height=20 -layer=com_409 -graphic=graphic_884 -tiling=yes -op10= - -// 744:423 -[com_423] -type=graphic -x=50 -y=198 -width=13 -height=20 -layer=com_409 -graphic=graphic_1400 -tiling=yes -op10= - -// 744:424 -[com_424] -type=graphic -x=63 -y=198 -width=178 -height=20 -layer=com_409 -graphic=graphic_1401 -tiling=yes -op10= - -// 744:425 -[com_425] -type=graphic -x=241 -y=198 -width=13 -height=20 -layer=com_409 -graphic=graphic_1400 -tiling=yes -hflip=yes -op10= - -// 744:426 -[com_426] -type=text -x=63 -y=201 -width=180 -height=16 -layer=com_409 -textfont=p12_full -textalignv=1 -colour=0x333333 -op10= -onclick=script1223(5) - -// 744:427 -[com_427] -type=text -x=7 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_409 -textfont=menu_font_small -text=Previous -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_406) - -// 744:428 -[com_428] -type=text -x=8192 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_409 -textfont=menu_font_small -text=Create -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1237 - -// 744:429 -[com_429] -type=text -y=3 -width=14745 -height=85 -widthmode=proportion -xmode=abs_centre -layer=com_410 -textfont=b12_full -text=Congratulations, you have created your account! Now, you just need to log in to play. If it doesn't work straight away, wait a few minutes and try again. -textlineheight=15 -textalignh=1 -colour=0x461e00 -op10= - -// 744:430 -[com_430] -type=layer -y=90 -width=16391 -height=80 -widthmode=proportion -xmode=abs_centre -layer=com_410 -hide=yes - -// 744:431 -[com_431] -type=text -x=7 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_410 -textfont=menu_font_small -text=Main Menu -textalignh=1 -textalignv=1 -colour=0x663300 -op10= -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1173(interface_744:com_226) - -// 744:432 -[com_432] -type=text -x=8172 -y=241 -width=8192 -height=12 -widthmode=proportion -xmode=proportion_left -layer=com_410 -textfont=menu_font_small -text=Log In -textalignh=1 -textalignv=1 -colour=0x663300 -onmouseover=script45(event_com, 0xffe1be) -onmouseleave=script45(event_com, 0x663300) -onclick=script1123 - -// 744:433 -[com_433] -type=layer -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_0 - diff --git a/dumps/530/interface/interface_745.if3 b/dumps/530/interface/interface_745.if3 deleted file mode 100644 index f1df364e8..000000000 --- a/dumps/530/interface/interface_745.if3 +++ /dev/null @@ -1,84 +0,0 @@ -// 745:0 -[com_0] -type=layer -width=82 -height=25 -onload=script1951 -onvarctransmit=script1951 -onvarctransmitlist=varclient_616 - -// 745:1 -[com_1] -type=graphic -x=57 -width=25 -height=25 -layer=com_0 -hide=yes -graphic=overlay_multiway -onmouseleave=script1122 -onmouserepeat=script724(event_com, "Multiway Combat", event_mousex, event_mousey) - -// 745:2 -[com_2] -type=graphic -x=28 -width=25 -height=25 -layer=com_0 -hide=yes -graphic=assist_overlay -onmouseleave=script1122 -onmouserepeat=script724(event_com, "Assisted", event_mousex, event_mousey) - -// 745:3 -[com_3] -type=graphic -width=25 -height=25 -layer=com_0 -hide=yes -graphic=graphic_1576 -op10= -onmouseleave=script1122 -onmouserepeat=script724(event_com, "PvP Safe Area", event_mousex, event_mousey) - -// 745:4 -[com_4] -type=graphic -width=25 -height=25 -layer=com_0 -hide=yes -graphic=graphic_1578 -op10= -onmouseleave=script1122 -onmouserepeat=script724(event_com, "Time Until Safe", event_mousex, event_mousey) - -// 745:5 -[com_5] -type=text -width=25 -height=25 -layer=com_0 -hide=yes -textfont=b12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff -onvartransmit=script1177 -onvartransmitlist=varplayer_1317 - -// 745:6 -[com_6] -type=graphic -width=25 -height=25 -layer=com_0 -hide=yes -graphic=graphic_1577 -op10= -onmouseleave=script1122 -onmouserepeat=script724(event_com, "PvP Hot Spot", event_mousex, event_mousey) - diff --git a/dumps/530/interface/interface_746.if3 b/dumps/530/interface/interface_746.if3 deleted file mode 100644 index 2a6bb317f..000000000 --- a/dumps/530/interface/interface_746.if3 +++ /dev/null @@ -1,1210 +0,0 @@ -// 746:0 -[com_0] -type=layer -contenttype=1337 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 746:1 -[com_1] -type=layer -contenttype=1405 -x=225 -y=5 -width=150 -height=100 -xmode=abs_right - -// 746:2 -[com_2] -type=layer -width=160 -height=158 -xmode=abs_right -noclickthrough=yes - -// 746:3 -[com_3] -type=layer -width=219 -height=164 -widthmode=minus -heightmode=minus - -// 746:4 -[com_4] -type=layer -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -onload=script1433 -onvartransmit=script1094 -onvartransmitlist=varplayer_1241 - -// 746:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -onload=script725(event_com, interface_746:com_6) - -// 746:6 -[com_6] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 746:7 -[com_7] -type=layer -width=220 -height=186 -xmode=abs_right -noclickthrough=yes - -// 746:8 -[com_8] -type=graphic -contenttype=1338 -x=7 -y=5 -width=152 -height=152 -xmode=abs_right -layer=com_7 -graphic=mapmask - -// 746:9 -[com_9] -type=graphic -width=164 -height=164 -xmode=abs_right -layer=com_7 -graphic=map_ring - -// 746:10 -[com_10] -type=graphic -contenttype=1339 -x=131 -y=5 -width=33 -height=33 -xmode=abs_right -layer=com_7 -graphic=graphic_1186 - -// 746:11 -[com_11] -type=graphic -x=126 -width=43 -height=43 -xmode=abs_right -layer=com_7 -graphic=compass_ring - -// 746:12 -[com_12] -type=graphic -x=1 -y=1 -width=22 -height=21 -xmode=abs_right -layer=com_7 -graphic="fullscreen_logout_button,0" -op1=Log Out -onmouseover=script44(event_com, "fullscreen_logout_button,1") -onmouseleave=script44(event_com, "fullscreen_logout_button,0") -onop=script1303(99) - -// 746:13 -[com_13] -type=layer -x=152 -y=38 -width=57 -height=34 -xmode=abs_right -layer=com_7 - -// 746:14 -[com_14] -type=layer -x=155 -y=74 -width=57 -height=34 -xmode=abs_right -layer=com_7 - -// 746:15 -[com_15] -type=layer -x=143 -y=107 -width=57 -height=34 -xmode=abs_right -layer=com_7 -noclickthrough=yes - -// 746:16 -[com_16] -type=layer -x=120 -y=136 -width=57 -height=34 -xmode=abs_right -layer=com_7 - -// 746:17 -[com_17] -type=layer -x=5 -y=172 -width=115 -height=35 -xmode=abs_right - -// 746:18 -[com_18] -type=layer -x=42 -y=177 -width=38 -height=17 -xmode=abs_right -hide=yes -op10= - -// 746:19 -[com_19] -type=text -x=36 -y=207 -width=53 -height=19 -xmode=abs_right -textfont=p12_full -textalignh=1 -textshadow=yes -colour=0xff981d -onload=script1141 - -// 746:20 -[com_20] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_18 -colour=0xffffa0 -fill=yes -op10= - -// 746:21 -[com_21] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_18 -colour=0x000000 -op10= - -// 746:22 -[com_22] -type=text -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_18 -textfont=p12_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - -// 746:23 -[com_23] -type=layer -width=519 -height=23 -ymode=abs_bottom -noclickthrough=yes -onload=script139(event_com) -onvartransmit=script1389 -onvartransmitlist=varplayer_466 - -// 746:24 -[com_24] -type=layer -width=462 -height=36 -xmode=abs_right -ymode=abs_bottom -noclickthrough=yes - -// 746:25 -[com_25] -type=layer -width=462 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_24 - -// 746:26 -[com_26] -type=graphic -x=396 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:27 -[com_27] -type=graphic -x=363 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:28 -[com_28] -type=graphic -x=330 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:29 -[com_29] -type=graphic -x=297 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:30 -[com_30] -type=graphic -x=264 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:31 -[com_31] -type=graphic -x=231 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:32 -[com_32] -type=graphic -x=198 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:33 -[com_33] -type=graphic -x=429 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:34 -[com_34] -type=graphic -x=165 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:35 -[com_35] -type=graphic -x=132 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:36 -[com_36] -type=graphic -x=99 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:37 -[com_37] -type=graphic -x=66 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:38 -[com_38] -type=graphic -x=33 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:39 -[com_39] -type=graphic -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -graphic=graphic_1128 - -// 746:40 -[com_40] -type=layer -width=462 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_24 -onload=script114 - -// 746:41 -[com_41] -type=graphic -x=396 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,1,0 -op1=Combat Styles -onop=script1303(0) - -// 746:42 -[com_42] -type=graphic -x=363 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,2,0 -op1=Stats -onop=script1303(1) - -// 746:43 -[com_43] -type=graphic -x=330 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,3,0 -op1=Quest List -onop=script1303(2) - -// 746:44 -[com_44] -type=graphic -x=297 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,4,0 -op1=Inventory -onload=script115(-1) -onop=script1303(3) - -// 746:45 -[com_45] -type=graphic -x=264 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,5,0 -op1=Worn Equipment -onop=script1303(4) - -// 746:46 -[com_46] -type=graphic -x=231 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,6,0 -op1=Prayer List -onop=script1303(5) - -// 746:47 -[com_47] -type=graphic -x=198 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,7,0 -op1=Magic Spellbook -onop=script1303(6) - -// 746:48 -[com_48] -type=graphic -x=429 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -op1=Follower Details -onop=script1303(7) - -// 746:49 -[com_49] -type=graphic -x=165 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -opkey1=0,8,0 -op1=Friends List -onop=script1303(8) - -// 746:50 -[com_50] -type=graphic -x=132 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -op1=Ignore List -onop=script1303(9) - -// 746:51 -[com_51] -type=graphic -x=99 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -op1=Clan Chat -onop=script1303(10) - -// 746:52 -[com_52] -type=graphic -x=66 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -op1=Options -onop=script1303(11) - -// 746:53 -[com_53] -type=graphic -x=33 -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -op1=Emotes -onop=script1303(12) - -// 746:54 -[com_54] -type=graphic -width=33 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_40 -graphic="side_stone_highlights,4" -tiling=yes -op1=Music Player -onop=script1303(13) - -// 746:55 -[com_55] -type=layer -width=462 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_24 -onvarctransmit=script1765 -onvarctransmitlist=varclient_232,varclient_233,varclient_234,varclient_235,varclient_236,varclient_237,varclient_238,varclient_239,varclient_240,varclient_241,varclient_242,varclient_243,varclient_244,varclient_245 - -// 746:56 -[com_56] -type=graphic -x=394 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,0" - -// 746:57 -[com_57] -type=graphic -x=364 -y=1 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,1" - -// 746:58 -[com_58] -type=graphic -x=330 -y=-1 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,2" - -// 746:59 -[com_59] -type=graphic -x=298 -y=2 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,3" - -// 746:60 -[com_60] -type=graphic -x=265 -y=-2 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,4" - -// 746:61 -[com_61] -type=graphic -x=232 -y=1 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,5" - -// 746:62 -[com_62] -type=graphic -x=199 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,6" - -// 746:63 -[com_63] -type=graphic -x=430 -y=-1 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,15" - -// 746:64 -[com_64] -type=graphic -x=165 -y=-1 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,7" - -// 746:65 -[com_65] -type=graphic -x=132 -y=-1 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,8" - -// 746:66 -[com_66] -type=graphic -x=99 -y=-1 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,14" - -// 746:67 -[com_67] -type=graphic -x=65 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,10" - -// 746:68 -[com_68] -type=graphic -x=33 -y=-3 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,11" - -// 746:69 -[com_69] -type=graphic -y=-3 -width=32 -height=36 -xmode=abs_right -ymode=abs_bottom -layer=com_55 -graphic="side_icons,12" - -// 746:70 -[com_70] -type=layer -y=23 -width=519 -height=142 -ymode=abs_bottom - -// 746:71 -[com_71] -type=layer -x=9 -y=164 -width=512 -height=69 -ymode=abs_bottom - -// 746:72 -[com_72] -type=layer -x=9 -y=164 -width=512 -height=69 -ymode=abs_bottom - -// 746:73 -[com_73] -type=layer -y=36 -width=200 -height=271 -xmode=abs_right -ymode=abs_bottom - -// 746:74 -[com_74] -type=layer -width=200 -height=271 -layer=com_73 -hide=yes -onload=script1087(event_com, 0) - -// 746:75 -[com_75] -type=graphic -width=190 -height=261 -layer=com_76 -graphic=graphic_1131 -alpha=yes - -// 746:76 -[com_76] -type=layer -contenttype=1354 -x=5 -y=5 -width=190 -height=261 -layer=com_73 -noclickthrough=yes - -// 746:77 -[com_77] -type=layer -x=5 -y=5 -width=190 -height=261 -layer=com_73 - -// 746:78 -[com_78] -type=graphic -width=190 -height=261 -layer=com_107 -graphic=graphic_1131 -alpha=yes - -// 746:79 -[com_79] -type=graphic -width=190 -height=261 -layer=com_106 -graphic=graphic_1131 -alpha=yes - -// 746:80 -[com_80] -type=graphic -width=190 -height=261 -layer=com_105 -graphic=graphic_1131 -alpha=yes - -// 746:81 -[com_81] -type=graphic -width=190 -height=261 -layer=com_104 -graphic=graphic_1131 -alpha=yes - -// 746:82 -[com_82] -type=graphic -width=190 -height=261 -layer=com_103 -graphic=graphic_1131 -alpha=yes - -// 746:83 -[com_83] -type=graphic -width=190 -height=261 -layer=com_102 -graphic=graphic_1131 -alpha=yes - -// 746:84 -[com_84] -type=graphic -width=190 -height=261 -layer=com_101 -graphic=graphic_1131 -alpha=yes - -// 746:85 -[com_85] -type=graphic -width=190 -height=261 -layer=com_100 -graphic=graphic_1131 -alpha=yes - -// 746:86 -[com_86] -type=graphic -width=190 -height=261 -layer=com_99 -graphic=graphic_1131 -alpha=yes - -// 746:87 -[com_87] -type=graphic -width=190 -height=261 -layer=com_98 -graphic=graphic_1131 -alpha=yes - -// 746:88 -[com_88] -type=graphic -width=190 -height=261 -layer=com_97 -graphic=graphic_1131 -alpha=yes - -// 746:89 -[com_89] -type=graphic -width=190 -height=261 -layer=com_96 -graphic=graphic_1131 -alpha=yes - -// 746:90 -[com_90] -type=graphic -width=190 -height=261 -layer=com_95 -graphic=graphic_1131 -alpha=yes - -// 746:91 -[com_91] -type=graphic -width=190 -height=261 -layer=com_94 -graphic=graphic_1131 -alpha=yes - -// 746:92 -[com_92] -type=graphic -width=190 -height=261 -layer=com_93 -graphic=graphic_1131 -alpha=yes - -// 746:93 -[com_93] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:94 -[com_94] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:95 -[com_95] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:96 -[com_96] -type=layer -width=190 -height=261 -layer=com_77 -noclickthrough=yes - -// 746:97 -[com_97] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:98 -[com_98] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:99 -[com_99] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:100 -[com_100] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:101 -[com_101] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:102 -[com_102] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:103 -[com_103] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:104 -[com_104] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:105 -[com_105] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:106 -[com_106] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:107 -[com_107] -type=layer -width=190 -height=261 -layer=com_77 -hide=yes -noclickthrough=yes - -// 746:108 -[com_108] -type=model -x=8 -y=11 -width=31 -height=52 -hide=yes -model=model_41760 -modelorigin_x=0 -modelorigin_y=-4 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1512 -modelanim=seq_10221 -modelorthog=yes -unknown100=64598 -unknown101=3015 -opbase=Arrow -op10=Examine - -// 746:109 -[com_109] -type=graphic -x=1 -y=129 -width=43 -height=43 -xmode=abs_right -layer=com_7 -graphic=compass_ring -op10= - -// 746:110 -[com_110] -type=graphic -x=181 -y=134 -width=34 -height=34 -layer=com_7 -graphic=graphic_1408 -op1=World Map -op10= - -// 746:111 -[com_111] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - diff --git a/dumps/530/interface/interface_747.if3 b/dumps/530/interface/interface_747.if3 deleted file mode 100644 index 57d168dca..000000000 --- a/dumps/530/interface/interface_747.if3 +++ /dev/null @@ -1,63 +0,0 @@ -// 747:0 -[com_0] -type=layer -width=57 -height=34 - -// 747:1 -[com_1] -type=graphic -width=57 -height=34 -layer=com_0 -graphic=graphic_1206 - -// 747:2 -[com_2] -type=graphic -x=1 -y=1 -width=31 -height=31 -layer=com_0 -graphic="topstat_fill_full,3" - -// 747:3 -[com_3] -type=graphic -x=1 -y=1 -width=31 -height=31 -layer=com_0 -graphic="topstat_fill_full,4" -tiling=yes -onload=script815 - -// 747:4 -[com_4] -type=text -x=31 -y=15 -width=24 -height=14 -layer=com_0 -textfont=p11_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xca9800 -onload=script801(event_com, summoning) -onstattransmit=script801(event_com, summoning) -onstattransmitlist=summoning - -// 747:5 -[com_5] -type=graphic -x=6 -y=7 -width=20 -height=20 -layer=com_0 -graphic="topstat_icon,3" - diff --git a/dumps/530/interface/interface_748.if3 b/dumps/530/interface/interface_748.if3 deleted file mode 100644 index 37fcbd877..000000000 --- a/dumps/530/interface/interface_748.if3 +++ /dev/null @@ -1,66 +0,0 @@ -// 748:0 -[com_0] -type=layer -width=57 -height=34 - -// 748:1 -[com_1] -type=graphic -width=57 -height=34 -layer=com_0 -graphic=graphic_1206 -onload=script811 -onstattransmit=script811 -onstattransmitlist=hitpoints - -// 748:2 -[com_2] -type=graphic -x=1 -y=1 -width=31 -height=31 -layer=com_0 -graphic="topstat_fill_full,0" - -// 748:3 -[com_3] -type=graphic -x=1 -y=1 -width=31 -height=31 -layer=com_0 -graphic="topstat_fill_full,4" -tiling=yes - -// 748:4 -[com_4] -type=text -x=31 -y=15 -width=24 -height=14 -layer=com_0 -textfont=p11_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xca9800 -onload=script801(event_com, hitpoints) -onstattransmit=script801(event_com, hitpoints) -onstattransmitlist=hitpoints - -// 748:5 -[com_5] -type=graphic -x=7 -y=7 -width=20 -height=20 -layer=com_0 -graphic="topstat_icon,0" -ontimer=script808 - diff --git a/dumps/530/interface/interface_749.if3 b/dumps/530/interface/interface_749.if3 deleted file mode 100644 index f165bb3bc..000000000 --- a/dumps/530/interface/interface_749.if3 +++ /dev/null @@ -1,65 +0,0 @@ -// 749:0 -[com_0] -type=layer -width=57 -height=34 - -// 749:1 -[com_1] -type=graphic -width=57 -height=34 -layer=com_0 -graphic=graphic_1206 -onload=script812 -onstattransmit=script812 -onstattransmitlist=prayer - -// 749:2 -[com_2] -type=graphic -x=1 -y=1 -width=31 -height=31 -layer=com_0 -graphic="topstat_fill_full,1" - -// 749:3 -[com_3] -type=graphic -x=1 -y=1 -width=31 -height=31 -layer=com_0 -graphic="topstat_fill_full,4" -tiling=yes - -// 749:4 -[com_4] -type=text -x=31 -y=15 -width=24 -height=14 -layer=com_0 -textfont=p11_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xca9800 -onload=script801(event_com, prayer) -onstattransmit=script801(event_com, prayer) -onstattransmitlist=prayer - -// 749:5 -[com_5] -type=graphic -x=6 -y=7 -width=20 -height=20 -layer=com_0 -graphic="topstat_icon,1" - diff --git a/dumps/530/interface/interface_75.if b/dumps/530/interface/interface_75.if deleted file mode 100644 index d9f90529d..000000000 --- a/dumps/530/interface/interface_75.if +++ /dev/null @@ -1,114 +0,0 @@ -// 75:0 -[com_0] - -// 75:1 -[com_1] - -// 75:2 -[com_2] - -// 75:3 -[com_3] - -// 75:4 -[com_4] - -// 75:5 -[com_5] - -// 75:6 -[com_6] - -// 75:7 -[com_7] - -// 75:8 -[com_8] - -// 75:9 -[com_9] - -// 75:10 -[com_10] - -// 75:11 -[com_11] - -// 75:12 -[com_12] - -// 75:13 -[com_13] - -// 75:14 -[com_14] - -// 75:15 -[com_15] - -// 75:16 -[com_16] - -// 75:17 -[com_17] - -// 75:18 -[com_18] - -// 75:19 -[com_19] - -// 75:20 -[com_20] - -// 75:21 -[com_21] - -// 75:22 -[com_22] - -// 75:23 -[com_23] - -// 75:24 -[com_24] - -// 75:25 -[com_25] - -// 75:26 -[com_26] - -// 75:27 -[com_27] - -// 75:28 -[com_28] - -// 75:29 -[com_29] - -// 75:30 -[com_30] - -// 75:31 -[com_31] - -// 75:32 -[com_32] - -// 75:33 -[com_33] - -// 75:34 -[com_34] - -// 75:35 -[com_35] - -// 75:36 -[com_36] - -// 75:37 -[com_37] - diff --git a/dumps/530/interface/interface_750.if3 b/dumps/530/interface/interface_750.if3 deleted file mode 100644 index 329bdbd24..000000000 --- a/dumps/530/interface/interface_750.if3 +++ /dev/null @@ -1,38 +0,0 @@ -// 750:0 -[com_0] -type=layer -width=57 -height=34 -noclickthrough=yes -onload=script1315(interface_750:com_1) - -// 750:1 -[com_1] -type=graphic -width=57 -height=34 -layer=com_0 -graphic=graphic_423 -op1=Turn run mode on -onload=script809 -onvartransmit=script809 -onstattransmit=script815 -onvartransmitlist=varplayer_1160 -onstattransmitlist=summoning - -// 750:2 -[com_2] -type=text -x=29 -y=15 -width=24 -height=14 -layer=com_0 -textfont=p11_full -text=100 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xca9800 -onload=script772(event_com) - diff --git a/dumps/530/interface/interface_751.if3 b/dumps/530/interface/interface_751.if3 deleted file mode 100644 index a26c2a23e..000000000 --- a/dumps/530/interface/interface_751.if3 +++ /dev/null @@ -1,360 +0,0 @@ -// 751:0 -[com_0] -type=layer -width=519 -height=23 -onvartransmit=script177 -onvartransmitlist=varplayer_1054,varplayer_1055 - -// 751:1 -[com_1] -type=layer -x=5 -y=1 -width=56 -height=22 - -// 751:2 -[com_2] -type=graphic -width=56 -height=22 -layer=com_1 -graphic=small_button -opbase=All -op1=View -onmouseover=script173(0) -onmouseleave=script174(0) -onop=script175(event_op, 0) - -// 751:3 -[com_3] -type=text -width=56 -height=22 -layer=com_1 -textfont=p11_full -text=All -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 751:4 -[com_4] -type=layer -x=62 -y=1 -width=56 -height=22 - -// 751:5 -[com_5] -type=graphic -width=56 -height=22 -layer=com_4 -graphic=small_button -opbase=Game -op1=View -onmouseover=script173(1) -onmouseleave=script174(1) -onop=script175(event_op, 1) - -// 751:6 -[com_6] -type=text -width=56 -height=22 -layer=com_4 -textfont=p11_full -text=Game -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 751:7 -[com_7] -type=layer -x=119 -y=1 -width=56 -height=22 - -// 751:8 -[com_8] -type=graphic -width=56 -height=22 -layer=com_7 -graphic=small_button -opbase=Public -op1=View -op2=On -op3=Friends -op4=Off -op5=Hide -onmouseover=script173(2) -onmouseleave=script174(2) -onop=script175(event_op, 2) - -// 751:9 -[com_9] -type=text -width=56 -height=11 -layer=com_7 -textfont=p11_full -text=Public -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 751:10 -[com_10] -type=text -y=11 -width=56 -height=11 -layer=com_7 -textfont=p11_full -text=On -textalignh=1 -textshadow=yes -colour=0x00ff00 - -// 751:11 -[com_11] -type=layer -x=176 -y=1 -width=56 -height=22 - -// 751:12 -[com_12] -type=graphic -width=56 -height=22 -layer=com_11 -graphic=small_button -opbase=Private -op1=View -op2=On -op3=Friends -op4=Off -onmouseover=script173(3) -onmouseleave=script174(3) -onop=script175(event_op, 3) - -// 751:13 -[com_13] -type=text -width=56 -height=11 -layer=com_11 -textfont=p11_full -text=Private -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 751:14 -[com_14] -type=text -y=11 -width=56 -height=11 -layer=com_11 -textfont=p11_full -text=On -textalignh=1 -textshadow=yes -colour=0x00ff00 - -// 751:15 -[com_15] -type=layer -x=233 -y=1 -width=56 -height=22 - -// 751:16 -[com_16] -type=graphic -width=56 -height=22 -layer=com_15 -graphic=small_button -opbase=Clan -op1=View -op2=On -op3=Friends -op4=Off -onmouseover=script173(4) -onmouseleave=script174(4) -onop=script175(event_op, 4) - -// 751:17 -[com_17] -type=text -width=56 -height=11 -layer=com_15 -textfont=p11_full -text=Clan -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 751:18 -[com_18] -type=text -y=11 -width=56 -height=11 -layer=com_15 -textfont=p11_full -text=On -textalignh=1 -textshadow=yes -colour=0x00ff00 - -// 751:19 -[com_19] -type=layer -x=290 -y=1 -width=56 -height=22 - -// 751:20 -[com_20] -type=graphic -width=56 -height=22 -layer=com_19 -graphic=small_button -opbase=Trade -op1=View -op2=On -op3=Friends -op4=Off -onmouseover=script173(5) -onmouseleave=script174(5) -onop=script175(event_op, 5) - -// 751:21 -[com_21] -type=text -width=56 -height=11 -layer=com_19 -textfont=p11_full -text=Trade -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 751:22 -[com_22] -type=text -y=11 -width=56 -height=11 -layer=com_19 -textfont=p11_full -text=On -textalignh=1 -textshadow=yes -colour=0x00ff00 - -// 751:23 -[com_23] -type=layer -x=347 -y=1 -width=56 -height=22 - -// 751:24 -[com_24] -type=graphic -width=56 -height=22 -layer=com_23 -graphic=small_button -opbase=Assist -op1=View -op2=On -op3=Friends -op4=Off -onmouseover=script173(6) -onmouseleave=script174(6) -onop=script175(event_op, 6) - -// 751:25 -[com_25] -type=text -width=56 -height=11 -layer=com_23 -textfont=p11_full -text=Assist -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 751:26 -[com_26] -type=text -y=11 -width=56 -height=11 -layer=com_23 -textfont=p11_full -text=On -textalignh=1 -textshadow=yes -colour=0x00ff00 - -// 751:27 -[com_27] -type=layer -x=404 -y=1 -width=111 -height=22 -op1=Report Abuse -onop=script131("") - -// 751:28 -[com_28] -type=graphic -width=111 -height=22 -layer=com_27 -graphic=large_button -onmouseover=script188(event_com) -onmouseleave=script190(event_com) - -// 751:29 -[com_29] -type=text -width=111 -height=22 -layer=com_27 -textfont=p11_full -text=Report Abuse -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - diff --git a/dumps/530/interface/interface_752.if3 b/dumps/530/interface/interface_752.if3 deleted file mode 100644 index f050a970f..000000000 --- a/dumps/530/interface/interface_752.if3 +++ /dev/null @@ -1,143 +0,0 @@ -// 752:0 -[com_0] -type=layer -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion - -// 752:1 -[com_1] -type=graphic -width=8 -height=10 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_0 -graphic=chat_background -tiling=yes - -// 752:2 -[com_2] -type=layer -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_0 -onload=script1087(event_com, 0) -onvartransmit=script1389 -onvartransmitlist=varplayer_466 - -// 752:3 -[com_3] -type=layer -x=20 -y=24 -width=479 -height=96 -layer=com_0 -hide=yes -noclickthrough=yes - -// 752:4 -[com_4] -type=text -x=10 -y=20 -width=459 -height=40 -layer=com_3 -textfont=b12_full -textalignh=1 -textalignv=1 -colour=0x000000 - -// 752:5 -[com_5] -type=text -x=10 -y=60 -width=459 -height=20 -layer=com_3 -textfont=b12_full -textalignh=1 -textalignv=1 -colour=0x000080 - -// 752:6 -[com_6] -type=layer -x=5 -y=5 -width=506 -height=130 -layer=com_0 -hide=yes -noclickthrough=yes - -// 752:7 -[com_7] -type=layer -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_0 - -// 752:8 -[com_8] -type=layer -x=6 -y=7 -width=12 -height=12 -widthmode=minus -heightmode=minus -layer=com_7 - -// 752:9 -[com_9] -type=layer -x=20 -y=24 -width=479 -height=96 -layer=com_7 -noclickthrough=yes - -// 752:10 -[com_10] -type=layer -width=15 -height=18 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_7 -noclickthrough=yes - -// 752:11 -[com_11] -type=layer -x=20 -y=24 -width=479 -height=96 -layer=com_7 - -// 752:12 -[com_12] -type=layer -width=15 -height=18 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_7 - diff --git a/dumps/530/interface/interface_753.if3 b/dumps/530/interface/interface_753.if3 deleted file mode 100644 index 8519d0886..000000000 --- a/dumps/530/interface/interface_753.if3 +++ /dev/null @@ -1,251 +0,0 @@ -// 753:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 753:1 -[com_1] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:2 -[com_2] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:3 -[com_3] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:4 -[com_4] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:5 -[com_5] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:6 -[com_6] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:7 -[com_7] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:8 -[com_8] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:9 -[com_9] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:10 -[com_10] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:11 -[com_11] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:12 -[com_12] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:13 -[com_13] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:14 -[com_14] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:15 -[com_15] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:16 -[com_16] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:17 -[com_17] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:18 -[com_18] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:19 -[com_19] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:20 -[com_20] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:21 -[com_21] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:22 -[com_22] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:23 -[com_23] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:24 -[com_24] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:25 -[com_25] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:26 -[com_26] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - -// 753:27 -[com_27] -type=layer -x=-1 -y=-1 -width=1 -height=1 -hide=yes - diff --git a/dumps/530/interface/interface_754.if3 b/dumps/530/interface/interface_754.if3 deleted file mode 100644 index edcd3cc8b..000000000 --- a/dumps/530/interface/interface_754.if3 +++ /dev/null @@ -1,70 +0,0 @@ -// 754:0 -[com_0] -type=layer -width=512 -height=69 - -// 754:1 -[com_1] -type=text -width=512 -height=13 -layer=com_0 -textfont=p12_full -textshadow=yes -colour=0x00ffff -op10=Report Abuse -onop=script88(event_op, event_opbase) - -// 754:2 -[com_2] -type=text -y=13 -width=512 -height=13 -layer=com_0 -textfont=p12_full -textshadow=yes -colour=0x00ffff -op10=Report Abuse -onop=script88(event_op, event_opbase) - -// 754:3 -[com_3] -type=text -y=26 -width=512 -height=13 -layer=com_0 -textfont=p12_full -textshadow=yes -colour=0x00ffff -op10=Report Abuse -onop=script88(event_op, event_opbase) - -// 754:4 -[com_4] -type=text -y=39 -width=512 -height=13 -layer=com_0 -textfont=p12_full -textshadow=yes -colour=0x00ffff -op10=Report Abuse -onop=script88(event_op, event_opbase) - -// 754:5 -[com_5] -type=text -y=52 -width=512 -height=13 -layer=com_0 -textfont=p12_full -textshadow=yes -colour=0x00ffff -op10=Report Abuse -onop=script88(event_op, event_opbase) - diff --git a/dumps/530/interface/interface_755.if3 b/dumps/530/interface/interface_755.if3 deleted file mode 100644 index 2702c4282..000000000 --- a/dumps/530/interface/interface_755.if3 +++ /dev/null @@ -1,510 +0,0 @@ -// 755:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -onload=script1369(event_com, interface_755:com_12, interface_755:com_13, interface_755:com_31, interface_755:com_24, interface_755:com_5) -onvartransmit=script1404(interface_755:com_12, interface_755:com_13, interface_755:com_31) -onvarctransmit=script1369(event_com, interface_755:com_12, interface_755:com_13, interface_755:com_31, interface_755:com_24, interface_755:com_5) -onvartransmitlist=varplayer_463 -onvarctransmitlist=varclient_622 - -// 755:1 -[com_1] -type=graphic -y=23 -width=12 -height=32 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_0 -graphic="v2_stone_borders,23" -tiling=yes - -// 755:2 -[com_2] -type=layer -y=7 -width=12 -height=49 -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_0 -dragrenderbehaviour=1 -onscrollwheel=script1370(event_mousey) - -// 755:3 -[com_3] -type=graphic -x=9 -y=10 -width=16 -height=16 -xmode=abs_right -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 755:4 -[com_4] -type=layer -contenttype=1400 -widthmode=minus -heightmode=minus -layer=com_2 - -// 755:5 -[com_5] -type=layer -width=32 -height=32 -widthmode=minus -heightmode=minus -xmode=abs_right -ymode=abs_centre -layer=com_2 -onload=script2045(interface_755:com_5, interface_755:com_4) -ontimer=script2045(interface_755:com_5, interface_755:com_4) - -// 755:6 -[com_6] -type=layer -width=50 -height=50 -layer=com_5 - -// 755:7 -[com_7] -type=layer -width=50 -height=50 -layer=com_5 - -// 755:8 -[com_8] -type=layer -width=50 -height=50 -layer=com_5 - -// 755:9 -[com_9] -type=layer -width=50 -height=50 -layer=com_5 - -// 755:10 -[com_10] -type=layer -width=50 -height=50 -layer=com_5 - -// 755:11 -[com_11] -type=graphic -widthmode=minus -heightmode=minus -layer=com_27 -graphic=tradebacking -tiling=yes - -// 755:12 -[com_12] -type=layer -width=19 -height=32 -widthmode=minus -heightmode=minus -layer=com_27 - -// 755:13 -[com_13] -type=layer -x=3 -width=16 -height=34 -heightmode=minus -xmode=abs_right -layer=com_27 - -// 755:14 -[com_14] -type=graphic -width=3 -heightmode=minus -xmode=abs_right -layer=com_27 -graphic="v2_stone_borders,34" -tiling=yes - -// 755:15 -[com_15] -type=layer -y=7 -width=12 -height=32 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_0 - -// 755:16 -[com_16] -type=graphic -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_15 -graphic=tradebacking -tiling=yes - -// 755:17 -[com_17] -type=graphic -x=73 -width=35 -height=35 -ymode=abs_centre -layer=com_15 -graphic="bank_buttons,16" -op1=Key -onmouseover=script44(event_com, "bank_buttons,17") -onmouseleave=script44(event_com, "bank_buttons,16") - -// 755:18 -[com_18] -type=graphic -x=58 -width=35 -height=35 -xmode=abs_right -ymode=abs_centre -layer=com_15 -graphic="bank_buttons,14" -op1=Overview -onmouseover=script44(event_com, "bank_buttons,15") -onmouseleave=script44(event_com, "bank_buttons,14") - -// 755:19 -[com_19] -type=graphic -x=166 -width=35 -height=35 -xmode=abs_right -ymode=abs_centre -layer=com_15 -graphic="bank_buttons,12" -op1=Overview -onmouseover=script44(event_com, "bank_buttons,13") -onmouseleave=script44(event_com, "bank_buttons,12") - -// 755:20 -[com_20] -type=layer -x=188 -width=350 -height=20 -ymode=abs_centre -layer=com_15 - -// 755:21 -[com_21] -type=graphic -width=20 -height=20 -layer=com_20 -graphic="search_box,0" - -// 755:22 -[com_22] -type=graphic -x=20 -width=310 -height=20 -layer=com_20 -graphic="search_box,1" -tiling=yes - -// 755:23 -[com_23] -type=graphic -x=330 -width=20 -height=20 -layer=com_20 -graphic="search_box,2" - -// 755:24 -[com_24] -type=text -x=22 -width=330 -height=20 -layer=com_20 -textfont=p11_full -text=Search the map by typing here. -textalignv=1 -textshadow=yes -colour=0x999999 - -// 755:25 -[com_25] -type=layer -width=153 -height=153 -xmode=abs_right -ymode=abs_bottom -layer=com_2 -noclickthrough=yes - -// 755:26 -[com_26] -type=layer -x=166 -width=35 -height=175 -xmode=abs_right -ymode=abs_bottom -layer=com_2 -noclickthrough=yes - -// 755:27 -[com_27] -type=layer -width=185 -height=16391 -heightmode=proportion -layer=com_2 -noclickthrough=yes - -// 755:28 -[com_28] -type=graphic -height=32 -widthmode=minus -layer=com_32 -graphic="v2_stone_borders,33" -tiling=yes - -// 755:29 -[com_29] -type=graphic -x=4 -y=1 -width=35 -height=35 -ymode=abs_centre -layer=com_32 -graphic="bank_buttons_new2,0" -op1=Re-sort key -onmouseover=script691(interface_755:com_29, interface_755:com_30, "bank_buttons_new2,2", 150) -onmouseleave=script691(interface_755:com_29, interface_755:com_30, "bank_buttons_new2,0", 0) -onop=script692(interface_755:com_12, interface_755:com_13, interface_755:com_31) - -// 755:30 -[com_30] -type=graphic -x=4 -y=1 -width=35 -height=35 -ymode=abs_centre -layer=com_32 -graphic="bank_buttons_new1,3" - -// 755:31 -[com_31] -type=text -y=1 -width=39 -height=35 -widthmode=minus -xmode=abs_right -ymode=abs_centre -layer=com_32 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 755:32 -[com_32] -type=layer -width=3 -height=34 -widthmode=minus -ymode=abs_bottom -layer=com_27 - -// 755:33 -[com_33] -type=graphic -width=35 -height=35 -layer=com_26 -graphic="bank_buttons,5" -op1=37% zoom -onop=script1371(37) - -// 755:34 -[com_34] -type=text -height=35 -widthmode=minus -layer=com_26 -textfont=p11_full -text=37% -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 755:35 -[com_35] -type=graphic -y=35 -width=35 -height=35 -layer=com_26 -graphic="bank_buttons,5" -op1=50% zoom -onop=script1371(50) - -// 755:36 -[com_36] -type=text -y=35 -height=35 -widthmode=minus -layer=com_26 -textfont=p11_full -text=50% -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 755:37 -[com_37] -type=graphic -y=70 -width=35 -height=35 -layer=com_26 -graphic="bank_buttons,5" -op1=75% zoom -onop=script1371(75) - -// 755:38 -[com_38] -type=text -y=70 -height=35 -widthmode=minus -layer=com_26 -textfont=p11_full -text=75% -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 755:39 -[com_39] -type=graphic -y=105 -width=35 -height=35 -layer=com_26 -graphic="bank_buttons,5" -op1=100% zoom -onop=script1371(100) - -// 755:40 -[com_40] -type=text -y=105 -height=35 -widthmode=minus -layer=com_26 -textfont=p11_full -text=100% -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 755:41 -[com_41] -type=graphic -y=140 -width=35 -height=35 -layer=com_26 -graphic="bank_buttons,5" -op1=100% zoom -onop=script1371(200) - -// 755:42 -[com_42] -type=text -y=140 -height=35 -widthmode=minus -layer=com_26 -textfont=p11_full -text=200% -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 755:43 -[com_43] -type=graphic -width=32 -height=32 -layer=com_25 -graphic="v2_stone_borders,28" - -// 755:44 -[com_44] -type=graphic -x=32 -width=120 -height=32 -layer=com_25 -graphic="v2_stone_borders,33" - -// 755:45 -[com_45] -type=graphic -y=32 -width=32 -height=121 -layer=com_25 -graphic="v2_stone_borders,34" - -// 755:46 -[com_46] -type=layer -contenttype=1401 -width=150 -height=150 -xmode=abs_right -ymode=abs_bottom -layer=com_25 -onscrollwheel=script1370(event_mousey) - diff --git a/dumps/530/interface/interface_756.if3 b/dumps/530/interface/interface_756.if3 deleted file mode 100644 index 76c2f49b4..000000000 --- a/dumps/530/interface/interface_756.if3 +++ /dev/null @@ -1,918 +0,0 @@ -// 756:0 -[com_0] -type=rectangle -x=91 -y=66 -width=334 -height=221 -colour=0x000000 -fill=yes -trans=199 - -// 756:1 -[com_1] -type=graphic -x=90 -y=60 -width=322 -height=212 -graphic=tradebacking -tiling=yes - -// 756:2 -[com_2] -type=rectangle -x=312 -y=204 -width=88 -height=31 -colour=0x000000 -fill=yes - -// 756:3 -[com_3] -type=layer -x=306 -y=198 -width=100 -height=43 -op1=Challenge - -// 756:4 -[com_4] -type=layer -x=306 -y=198 -width=100 -height=43 -hide=yes -op1=Challenge - -// 756:5 -[com_5] -type=text -x=6 -y=6 -width=88 -height=31 -layer=com_4 -textfont=p12_full -text=Challenge -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 756:6 -[com_6] -type=layer -x=306 -y=198 -width=100 -height=43 -hide=yes -op1=Challenge - -// 756:7 -[com_7] -type=text -x=6 -y=6 -width=88 -height=31 -layer=com_6 -textfont=p12_full -text=Challenge -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 756:8 -[com_8] -type=layer -x=306 -y=198 -width=100 -height=43 -hide=yes -op1=Challenge - -// 756:9 -[com_9] -type=text -x=6 -y=6 -width=88 -height=31 -layer=com_8 -textfont=p12_full -text=Challenge -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 756:10 -[com_10] -type=text -x=97 -y=64 -width=200 -height=17 -textfont=b12_full -text=Draughts: Options -textshadow=yes -colour=0xffaa44 - -// 756:11 -[com_11] -type=text -x=6 -y=6 -width=88 -height=31 -layer=com_3 -textfont=p12_full -text=Challenge -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xbf751d -onmouseover=script45(event_com, 0xe1981f) -onmouseleave=script45(event_com, 0xbf751d) - -// 756:12 -[com_12] -type=graphic -x=10 -y=20 -width=15 -height=15 -layer=com_14 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(interface_756:com_12, interface_756:com_15, interface_756:com_13, interface_756:com_16) - -// 756:13 -[com_13] -type=graphic -x=10 -y=40 -width=15 -height=15 -layer=com_14 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(interface_756:com_13, interface_756:com_12, interface_756:com_15, interface_756:com_16) - -// 756:14 -[com_14] -type=layer -x=296 -y=95 -width=113 -height=100 -onvartransmit=script1268 -onvartransmitlist=varplayer_355 - -// 756:15 -[com_15] -type=graphic -x=10 -y=60 -width=15 -height=15 -layer=com_14 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(interface_756:com_15, interface_756:com_13, interface_756:com_12, interface_756:com_16) - -// 756:16 -[com_16] -type=graphic -x=10 -y=80 -width=15 -height=15 -layer=com_14 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1422(interface_756:com_16, interface_756:com_15, interface_756:com_13, interface_756:com_12) - -// 756:17 -[com_17] -type=text -x=32 -y=40 -width=80 -height=14 -layer=com_14 -textfont=p12_full -text=30 seconds -textshadow=yes -colour=0xaa8822 -op1=Select -onclick=script1422(interface_756:com_13, interface_756:com_12, interface_756:com_15, interface_756:com_16) - -// 756:18 -[com_18] -type=text -x=32 -y=60 -width=80 -height=14 -layer=com_14 -textfont=p12_full -text=1 minute -textshadow=yes -colour=0xaa8822 -op1=Select -onclick=script1422(interface_756:com_15, interface_756:com_13, interface_756:com_12, interface_756:com_16) - -// 756:19 -[com_19] -type=text -x=32 -y=80 -width=80 -height=14 -layer=com_14 -textfont=p12_full -text=2 minutes -textshadow=yes -colour=0xaa8822 -op1=Select -onclick=script1422(interface_756:com_16, interface_756:com_15, interface_756:com_13, interface_756:com_12) - -// 756:20 -[com_20] -type=text -x=32 -y=20 -width=80 -height=14 -layer=com_14 -textfont=p12_full -text=15 seconds -textshadow=yes -colour=0xaa8822 -op1=Select -onclick=script1422(interface_756:com_12, interface_756:com_15, interface_756:com_13, interface_756:com_16) - -// 756:21 -[com_21] -type=text -x=11 -y=1 -width=82 -height=14 -layer=com_14 -textfont=p12_full -text=Time per move: -textshadow=yes -colour=0xaa8822 - -// 756:22 -[com_22] -type=layer -x=97 -y=90 -width=191 -height=179 -onvartransmit=script1270 -onvartransmitlist=varplayer_355 - -// 756:23 -[com_23] -type=text -x=10 -y=3 -width=182 -height=15 -layer=com_22 -textfont=p12_full -text=Choose piece: -textshadow=yes -colour=0xaa8822 - -// 756:24 -[com_24] -type=model -x=30 -y=25 -width=32 -height=33 -layer=com_22 -model=model_2399 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_36, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:25 -[com_25] -type=model -x=30 -y=65 -width=32 -height=33 -layer=com_22 -model=model_2652 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_37, interface_756:com_36, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:26 -[com_26] -type=model -x=30 -y=105 -width=32 -height=33 -layer=com_22 -model=model_2737 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_38, interface_756:com_37, interface_756:com_36, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:27 -[com_27] -type=model -x=30 -y=145 -width=32 -height=33 -layer=com_22 -model=model_2405 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_39, interface_756:com_37, interface_756:com_38, interface_756:com_36, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:28 -[com_28] -type=model -x=93 -y=25 -width=32 -height=33 -layer=com_22 -model=model_2481 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_40, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_36, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:29 -[com_29] -type=model -x=93 -y=65 -width=32 -height=33 -layer=com_22 -model=model_2340 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_41, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_36, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:30 -[com_30] -type=model -x=93 -y=105 -width=32 -height=33 -layer=com_22 -model=model_2734 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_42, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_36, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:31 -[com_31] -type=model -x=93 -y=145 -width=32 -height=33 -layer=com_22 -model=model_2707 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_43, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_36, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:32 -[com_32] -type=model -x=156 -y=24 -width=32 -height=33 -layer=com_22 -model=model_2382 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_44, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_36, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:33 -[com_33] -type=model -x=156 -y=64 -width=32 -height=33 -layer=com_22 -model=model_2735 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_45, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_36, interface_756:com_46, interface_756:com_47) - -// 756:34 -[com_34] -type=model -x=156 -y=105 -width=32 -height=33 -layer=com_22 -model=model_2665 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_46, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_36, interface_756:com_47) - -// 756:35 -[com_35] -type=model -x=156 -y=145 -width=32 -height=33 -layer=com_22 -model=model_2434 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=452 -modelangle_y=1024 -modelangle_z=0 -modelzoom=622 -unknown100=0 -unknown101=3000 -op1=Select -onclick=script1423(interface_756:com_47, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_36) - -// 756:36 -[com_36] -type=graphic -x=10 -y=34 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_36, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:37 -[com_37] -type=graphic -x=10 -y=74 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_37, interface_756:com_36, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:38 -[com_38] -type=graphic -x=10 -y=114 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_38, interface_756:com_37, interface_756:com_36, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:39 -[com_39] -type=graphic -x=10 -y=154 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_39, interface_756:com_37, interface_756:com_38, interface_756:com_36, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:40 -[com_40] -type=graphic -x=73 -y=34 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_40, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_36, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:41 -[com_41] -type=graphic -x=73 -y=74 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_41, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_36, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:42 -[com_42] -type=graphic -x=73 -y=114 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_42, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_36, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:43 -[com_43] -type=graphic -x=73 -y=154 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_43, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_36, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:44 -[com_44] -type=graphic -x=136 -y=34 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_44, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_36, interface_756:com_45, interface_756:com_46, interface_756:com_47) - -// 756:45 -[com_45] -type=graphic -x=136 -y=74 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_45, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_36, interface_756:com_46, interface_756:com_47) - -// 756:46 -[com_46] -type=graphic -x=136 -y=114 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_46, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_36, interface_756:com_47) - -// 756:47 -[com_47] -type=graphic -x=136 -y=154 -width=15 -height=15 -layer=com_22 -graphic="miscgraphics,10" -tiling=yes -op1=Select -onclick=script1423(interface_756:com_47, interface_756:com_37, interface_756:com_38, interface_756:com_39, interface_756:com_40, interface_756:com_41, interface_756:com_42, interface_756:com_43, interface_756:com_44, interface_756:com_45, interface_756:com_46, interface_756:com_36) - -// 756:48 -[com_48] -type=text -x=329 -y=249 -width=80 -height=14 -layer=com_49 -textfont=p12_full -text=Ranked -textshadow=yes -colour=0xaa8822 -op1=Select - -// 756:49 -[com_49] -type=layer -width=512 -height=334 -onvartransmit=script1266 -onvartransmitlist=varplayer_356 - -// 756:50 -[com_50] -type=graphic -x=307 -y=249 -width=15 -height=15 -layer=com_49 -graphic="miscgraphics,10" -tiling=yes -op1=Select - -// 756:51 -[com_51] -type=graphic -x=390 -y=64 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onload=script1405 -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onvartransmit=script1405 -onop=script29 -onvartransmitlist=varplayer_355 - -// 756:52 -[com_52] -type=graphic -x=84 -y=54 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 756:53 -[com_53] -type=graphic -x=84 -y=247 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 756:54 -[com_54] -type=graphic -x=385 -y=247 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 756:55 -[com_55] -type=graphic -x=84 -y=72 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 756:56 -[com_56] -type=graphic -x=71 -y=93 -width=32 -height=155 -graphic="v2_stone_borders,1" -tiling=yes - -// 756:57 -[com_57] -type=graphic -x=385 -y=54 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 756:58 -[com_58] -type=graphic -x=385 -y=72 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 756:59 -[com_59] -type=graphic -x=397 -y=93 -width=32 -height=155 -graphic="v2_stone_borders,3" -tiling=yes - -// 756:60 -[com_60] -type=graphic -x=115 -y=41 -width=270 -height=32 -graphic="v2_stone_borders,0" -tiling=yes - -// 756:61 -[com_61] -type=graphic -x=116 -y=259 -width=269 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 756:62 -[com_62] -type=graphic -x=94 -y=70 -width=314 -height=25 -graphic="v2_stone_borders,8" -tiling=yes - -// 756:63 -[com_63] -type=graphic -x=306 -y=198 -width=32 -height=32 -graphic="v2_stone_borders,18" -tiling=yes - -// 756:64 -[com_64] -type=graphic -x=306 -y=209 -width=32 -height=32 -graphic="v2_stone_borders,20" -tiling=yes - -// 756:65 -[com_65] -type=graphic -x=374 -y=209 -width=32 -height=32 -graphic="v2_stone_borders,21" -tiling=yes - -// 756:66 -[com_66] -type=graphic -x=374 -y=198 -width=32 -height=32 -graphic="v2_stone_borders,19" -tiling=yes - -// 756:67 -[com_67] -type=graphic -x=338 -y=184 -width=36 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 756:68 -[com_68] -type=graphic -x=338 -y=221 -width=36 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - diff --git a/dumps/530/interface/interface_757.if3 b/dumps/530/interface/interface_757.if3 deleted file mode 100644 index 5b8293acc..000000000 --- a/dumps/530/interface/interface_757.if3 +++ /dev/null @@ -1,55 +0,0 @@ -// 757:0 -[com_0] -type=model -x=41 -y=51 -width=32 -height=32 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=40 -modelangle_y=166 -modelangle_z=0 -modelzoom=796 -unknown100=0 -unknown101=796 - -// 757:1 -[com_1] -type=text -x=132 -y=1 -width=370 -height=17 -textfont=q8_full -text=Name -textalignh=1 -colour=0x800000 - -// 757:2 -[com_2] -type=text -x=132 -y=17 -width=370 -height=95 -textfont=q8_full -text=Line1 -textalignh=1 -colour=0x000000 - -// 757:3 -[com_3] -type=text -x=132 -y=111 -width=370 -height=17 -textfont=q8_full -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_758.if3 b/dumps/530/interface/interface_758.if3 deleted file mode 100644 index ad82f17f8..000000000 --- a/dumps/530/interface/interface_758.if3 +++ /dev/null @@ -1,383 +0,0 @@ -// 758:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_10 -colour=0x2a1e06 -fill=yes - -// 758:1 -[com_1] -type=model -x=157 -y=40 -width=167 -height=299 -layer=com_10 -model=model_12114 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=898 -modelangle_z=0 -modelzoom=1100 -modelanim=seq_3308 -unknown100=64445 -unknown101=2198 - -// 758:2 -[com_2] -type=model -x=209 -y=23 -width=167 -height=299 -layer=com_10 -model=model_12114 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=898 -modelangle_z=0 -modelzoom=1100 -modelanim=seq_3308 -unknown100=64444 -unknown101=2198 -op10= - -// 758:3 -[com_3] -type=model -x=31 -y=-56 -width=513 -height=456 -layer=com_10 -model=model_40517 -modelorigin_x=42 -modelorigin_y=22 -modelangle_x=364 -modelangle_y=1956 -modelangle_z=0 -modelzoom=700 -unknown100=64780 -unknown101=1572 - -// 758:4 -[com_4] -type=text -x=306 -y=274 -width=32 -height=32 -layer=com_10 -textfont=p11_full -text=Lumbridge -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x999999 - -// 758:5 -[com_5] -type=text -x=288 -y=205 -width=32 -height=32 -layer=com_10 -textfont=p11_full -text=Champion's Guild -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x999999 - -// 758:6 -[com_6] -type=text -x=165 -y=193 -width=32 -height=32 -layer=com_10 -textfont=p11_full -text=Barbarian Village -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x999999 - -// 758:7 -[com_7] -type=text -x=173 -y=123 -width=32 -height=32 -layer=com_10 -textfont=p11_full -text=Edgeville -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x999999 - -// 758:8 -[com_8] -type=text -x=225 -y=52 -width=32 -height=32 -layer=com_10 -textfont=p11_full -text=Wilderness -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x999999 - -// 758:9 -[com_9] -type=text -x=59 -y=9 -width=302 -height=19 -layer=com_10 -textfont=q8_full -text=You Journey on the canoe.... -textshadow=yes -colour=0xff981f -op10= - -// 758:10 -[com_10] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 758:11 -[com_11] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 758:12 -[com_12] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_11 - -// 758:13 -[com_13] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 758:14 -[com_14] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 758:15 -[com_15] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 758:16 -[com_16] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 758:17 -[com_17] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 758:18 -[com_18] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 758:19 -[com_19] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 758:20 -[com_20] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 758:21 -[com_21] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_12 - -// 758:22 -[com_22] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_12 - -// 758:23 -[com_23] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_12 - -// 758:24 -[com_24] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_12 - -// 758:25 -[com_25] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_12 - -// 758:26 -[com_26] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_22 -graphic=tradebacking -tiling=yes -outline=2 - -// 758:27 -[com_27] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_21 -graphic=tradebacking -tiling=yes -outline=2 - -// 758:28 -[com_28] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_23 -graphic=tradebacking -tiling=yes -outline=2 - -// 758:29 -[com_29] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_24 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_759.if3 b/dumps/530/interface/interface_759.if3 deleted file mode 100644 index 46a619ff6..000000000 --- a/dumps/530/interface/interface_759.if3 +++ /dev/null @@ -1,277 +0,0 @@ -// 759:0 -[com_0] -type=layer -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -noclickthrough=yes - -// 759:1 -[com_1] -type=rectangle -x=20 -y=26 -width=332 -height=176 -layer=com_19 -colour=0x000000 -fill=yes -trans=192 -op10= - -// 759:2 -[com_2] -type=graphic -x=15 -y=21 -width=327 -height=170 -layer=com_19 -graphic=tradebacking -tiling=yes -op10= - -// 759:3 -[com_3] -type=graphic -x=-2 -y=42 -width=39 -height=143 -layer=com_19 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 759:4 -[com_4] -type=graphic -x=326 -y=43 -width=27 -height=141 -layer=com_19 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 759:5 -[com_5] -type=graphic -x=11 -y=18 -width=32 -height=32 -layer=com_19 -graphic="v2_stone_borders,4" -op10= - -// 759:6 -[com_6] -type=graphic -x=32 -y=5 -width=286 -height=22 -layer=com_19 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 759:7 -[com_7] -type=graphic -x=35 -y=176 -width=285 -height=37 -layer=com_19 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 759:8 -[com_8] -type=graphic -x=11 -y=164 -width=32 -height=32 -layer=com_19 -graphic="v2_stone_borders,6" -op10= - -// 759:9 -[com_9] -type=graphic -x=314 -y=18 -width=32 -height=32 -layer=com_19 -graphic="v2_stone_borders,5" -op10= - -// 759:10 -[com_10] -type=graphic -x=314 -y=164 -width=32 -height=32 -layer=com_19 -graphic="v2_stone_borders,7" -op10= - -// 759:11 -[com_11] -type=graphic -x=21 -y=36 -width=316 -height=22 -layer=com_19 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 759:12 -[com_12] -type=graphic -x=11 -y=38 -width=32 -height=32 -layer=com_19 -graphic="v2_stone_borders,9" -op10= - -// 759:13 -[com_13] -type=graphic -x=314 -y=38 -width=32 -height=32 -layer=com_19 -graphic="v2_stone_borders,10" -op10= - -// 759:14 -[com_14] -type=text -y=25 -width=321 -height=26 -xmode=abs_centre -layer=com_19 -textfont=b12_full -text=Accept this display mode? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe69933 - -// 759:15 -[com_15] -type=graphic -x=-100 -y=124 -width=90 -height=56 -xmode=abs_centre -layer=com_19 -graphic="wild_ditch_sign_button,0" -op1=Confirm -op10= -onmouseover=script44(event_com, "wild_ditch_sign_button,1") -onmouseleave=script44(event_com, "wild_ditch_sign_button,0") -onop=script1428(event_op, interface_759:com_21) - -// 759:16 -[com_16] -type=text -x=-100 -y=124 -width=90 -height=56 -xmode=abs_centre -layer=com_19 -textfont=b12_full -text=Confirm -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe69933 - -// 759:17 -[com_17] -type=graphic -x=100 -y=124 -width=90 -height=56 -xmode=abs_centre -layer=com_19 -graphic="wild_ditch_sign_button,0" -op1=Cancel -op10= -onmouseover=script44(event_com, "wild_ditch_sign_button,1") -onmouseleave=script44(event_com, "wild_ditch_sign_button,0") -onop=script1429(event_op, interface_759:com_21) - -// 759:18 -[com_18] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_0 -colour=0x000000 -fill=yes -trans=128 - -// 759:19 -[com_19] -type=layer -width=357 -height=217 -xmode=abs_centre -ymode=abs_centre - -// 759:20 -[com_20] -type=text -x=100 -y=124 -width=90 -height=56 -xmode=abs_centre -layer=com_19 -textfont=b12_full -text=Cancel -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe69933 - -// 759:21 -[com_21] -type=text -y=-20 -width=250 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_19 -textfont=b12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xe69933 -onload=script1847(event_com) - diff --git a/dumps/530/interface/interface_76.if b/dumps/530/interface/interface_76.if deleted file mode 100644 index f28230635..000000000 --- a/dumps/530/interface/interface_76.if +++ /dev/null @@ -1,102 +0,0 @@ -// 76:0 -[com_0] - -// 76:1 -[com_1] - -// 76:2 -[com_2] - -// 76:3 -[com_3] - -// 76:4 -[com_4] - -// 76:5 -[com_5] - -// 76:6 -[com_6] - -// 76:7 -[com_7] - -// 76:8 -[com_8] - -// 76:9 -[com_9] - -// 76:10 -[com_10] - -// 76:11 -[com_11] - -// 76:12 -[com_12] - -// 76:13 -[com_13] - -// 76:14 -[com_14] - -// 76:15 -[com_15] - -// 76:16 -[com_16] - -// 76:17 -[com_17] - -// 76:18 -[com_18] - -// 76:19 -[com_19] - -// 76:20 -[com_20] - -// 76:21 -[com_21] - -// 76:22 -[com_22] - -// 76:23 -[com_23] - -// 76:24 -[com_24] - -// 76:25 -[com_25] - -// 76:26 -[com_26] - -// 76:27 -[com_27] - -// 76:28 -[com_28] - -// 76:29 -[com_29] - -// 76:30 -[com_30] - -// 76:31 -[com_31] - -// 76:32 -[com_32] - -// 76:33 -[com_33] - diff --git a/dumps/530/interface/interface_760.if3 b/dumps/530/interface/interface_760.if3 deleted file mode 100644 index 89f681c72..000000000 --- a/dumps/530/interface/interface_760.if3 +++ /dev/null @@ -1,51 +0,0 @@ -// 760:0 -[com_0] -type=text -x=100 -y=20 -width=400 -height=93 -textfont=tutorial_font -textalignh=1 -textalignv=1 -colour=0x000000 - -// 760:1 -[com_1] -type=model -x=10 -y=20 -width=90 -height=93 -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=400 - -// 760:2 -[com_2] -type=graphic -x=10 -y=20 -width=90 -height=93 - -// 760:3 -[com_3] -type=text -x=1 -y=111 -width=504 -height=17 -textfont=tutorial_font -text=Click here to continue -textalignh=1 -colour=0x0000ff -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^blue) - diff --git a/dumps/530/interface/interface_761.if3 b/dumps/530/interface/interface_761.if3 deleted file mode 100644 index f980bc5c5..000000000 --- a/dumps/530/interface/interface_761.if3 +++ /dev/null @@ -1,308 +0,0 @@ -// 761:0 -[com_0] -type=rectangle -width=16455 -height=16734 -widthmode=proportion -heightmode=proportion -colour=0x46341d -fill=yes -trans=160 - -// 761:1 -[com_1] -type=model -x=27 -y=4 -width=464 -height=47 -layer=com_19 -model=model_40720 -modelorigin_x=-1 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=720 -unknown100=64781 -unknown101=1436 - -// 761:2 -[com_2] -type=model -x=40 -y=80 -width=436 -height=222 -layer=com_19 -model=model_40721 -modelorigin_x=0 -modelorigin_y=-6 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=666 -unknown100=64845 -unknown101=1332 - -// 761:3 -[com_3] -type=model -x=19 -y=59 -width=479 -height=31 -layer=com_19 -model=model_40722 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=666 -unknown100=64836 -unknown101=1343 - -// 761:4 -[com_4] -type=model -x=19 -y=294 -width=478 -height=30 -layer=com_19 -model=model_40722 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=1024 -modelangle_y=1024 -modelangle_z=0 -modelzoom=666 -unknown100=64837 -unknown101=1342 - -// 761:5 -[com_5] -type=graphic -x=451 -y=61 -width=21 -height=20 -layer=com_19 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 761:6 -[com_6] -type=text -x=84 -y=5 -width=352 -height=18 -layer=com_19 -textfont=quill_oblique_large -text=Sir Vant's Requests -textalignh=1 -colour=0x46320a - -// 761:7 -[com_7] -type=layer -x=8 -y=22 -width=499 -height=311 -layer=com_19 - -// 761:8 -[com_8] -type=layer -x=45 -y=83 -width=420 -height=221 -layer=com_19 -onload=script1520 - -// 761:9 -[com_9] -type=text -x=53 -y=62 -width=352 -height=18 -layer=com_19 -textfont=q8_full -text=Click on the request you wish to know more about: -textshadow=yes -colour=0xc80000 - -// 761:10 -[com_10] -type=text -y=31 -width=417 -height=17 -layer=com_8 -textfont=tutorial_font -text=Defeat the goblin -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x000080 -op1=Read -onmouseover=script45(event_com, ^white) -onmouseleave=script1521(event_com) - -// 761:11 -[com_11] -type=text -y=48 -width=417 -height=17 -layer=com_8 -textfont=tutorial_font -text=Prepare to ascend to the surface -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x000080 -op1=Read -onmouseover=script45(event_com, ^white) -onmouseleave=script1521(event_com) - -// 761:12 -[com_12] -type=text -y=65 -width=417 -height=17 -layer=com_8 -textfont=tutorial_font -text=Practice Ranged -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x000080 -op1=Read -onmouseover=script45(event_com, ^white) -onmouseleave=script1521(event_com) - -// 761:13 -[com_13] -type=text -y=82 -width=417 -height=17 -layer=com_8 -textfont=tutorial_font -text=Fish for crayfish -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x000080 -op1=Read -onmouseover=script45(event_com, ^white) -onmouseleave=script1521(event_com) - -// 761:14 -[com_14] -type=text -y=99 -width=417 -height=17 -layer=com_8 -textfont=tutorial_font -text=Cook some crayfish -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x000080 -op1=Read -onmouseover=script45(event_com, ^white) -onmouseleave=script1521(event_com) - -// 761:15 -[com_15] -type=text -y=116 -width=417 -height=17 -layer=com_8 -textfont=tutorial_font -text=Obtain a bag of runes -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x000080 -op1=Read -onmouseover=script45(event_com, ^white) -onmouseleave=script1521(event_com) - -// 761:16 -[com_16] -type=text -x=-1 -y=133 -width=417 -height=17 -layer=com_8 -textfont=tutorial_font -text=Chop down trees for logs -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x000080 -op1=Read -onmouseover=script45(event_com, ^white) -onmouseleave=script1521(event_com) - -// 761:17 -[com_17] -type=text -x=-1 -y=150 -width=417 -height=17 -layer=com_8 -textfont=tutorial_font -text=Prepare a fire -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x000080 -op1=Read -onmouseover=script45(event_com, ^white) -onmouseleave=script1521(event_com) - -// 761:18 -[com_18] -type=text -x=-1 -y=167 -width=417 -height=17 -layer=com_8 -textfont=tutorial_font -text=Showdown! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x000080 -op1=Read -onmouseover=script45(event_com, ^white) -onmouseleave=script1521(event_com) - -// 761:19 -[com_19] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_762.if3 b/dumps/530/interface/interface_762.if3 deleted file mode 100644 index 05c6474f4..000000000 --- a/dumps/530/interface/interface_762.if3 +++ /dev/null @@ -1,1061 +0,0 @@ -// 762:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_61 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 762:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_61 -graphic=tradebacking -tiling=yes - -// 762:2 -[com_2] -type=rectangle -x=19 -y=79 -width=475 -height=210 -layer=com_61 -colour=0x252222 -fill=yes -trans=160 - -// 762:3 -[com_3] -type=rectangle -x=19 -y=79 -width=3 -height=210 -layer=com_61 -colour=0x000000 -fill=yes -trans=170 - -// 762:4 -[com_4] -type=graphic -y=52 -width=32 -height=242 -layer=com_61 -graphic="v2_stone_borders,1" -tiling=yes - -// 762:5 -[com_5] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_61 -graphic="v2_stone_borders,35" - -// 762:6 -[com_6] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_61 -graphic="v2_stone_borders,3" -tiling=yes - -// 762:7 -[com_7] -type=graphic -x=44 -y=20 -width=424 -height=32 -layer=com_61 -graphic="v2_stone_borders,36" -tiling=yes - -// 762:8 -[com_8] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_61 -graphic="v2_stone_borders,2" -tiling=yes - -// 762:9 -[com_9] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_61 -graphic="v2_stone_borders,6" - -// 762:10 -[com_10] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_61 -graphic="v2_stone_borders,37" - -// 762:11 -[com_11] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_61 -graphic="v2_stone_borders,7" - -// 762:12 -[com_12] -type=graphic -x=20 -y=272 -width=473 -height=32 -layer=com_61 -graphic="v2_borders_slim,11" -tiling=yes - -// 762:13 -[com_13] -type=graphic -x=19 -y=65 -width=474 -height=32 -layer=com_61 -graphic="v2_stone_borders,23" -tiling=yes - -// 762:14 -[com_14] -type=graphic -x=184 -y=287 -width=35 -height=35 -layer=com_61 -graphic="bank_buttons_new2,0" -op1=Toggle swap/insert -onmouseover=script1357(event_com, 100) -onmouseleave=script1501(event_com, interface_762:com_101) -onvartransmit=script1489 -onop=script1488 -onmouserepeat=script38(event_com, interface_762:com_101, "Toggle between swap and insert modes", 25, 150) -onvartransmitlist=varplayer_304 - -// 762:15 -[com_15] -type=graphic -x=184 -y=287 -width=35 -height=35 -layer=com_61 -graphic="bank_buttons_new1,2" - -// 762:16 -[com_16] -type=graphic -x=221 -y=287 -width=35 -height=35 -layer=com_61 -graphic="bank_buttons_new2,0" -op1=Toggle item/note withdrawl -onmouseover=script1357(event_com, 100) -onmouseleave=script1501(event_com, interface_762:com_101) -onvartransmit=script1486 -onop=script1485 -onmouserepeat=script38(event_com, interface_762:com_101, "Toggle between item and note withdrawal modes", 25, 150) -onvartransmitlist=varplayer_115 - -// 762:17 -[com_17] -type=graphic -x=221 -y=287 -width=35 -height=35 -layer=com_61 -graphic="bank_buttons_new1,4" - -// 762:18 -[com_18] -type=graphic -x=258 -y=287 -width=35 -height=35 -layer=com_61 -graphic="bank_buttons_new2,0" -op1=Deposit beast of burden inventory -onmouseover=script1357(event_com, 100) -onmouseleave=script1501(event_com, interface_762:com_101) -onvartransmit=script1486 -onop=script1722(event_com, event_comsubid, "bank_buttons_new2,2", "bank_buttons_new2,0", 10) -onmouserepeat=script38(event_com, interface_762:com_101, "Empty your beast of burden's inventory into your bank", 25, 150) -onvartransmitlist=varplayer_115 - -// 762:19 -[com_19] -type=graphic -x=258 -y=287 -width=35 -height=35 -layer=com_61 -graphic="bank_buttons_new1,6" - -// 762:20 -[com_20] -type=graphic -x=295 -y=287 -width=35 -height=35 -layer=com_61 -graphic="bank_buttons_new2,0" -op1=Search -onmouseover=script1357(event_com, 100) -onmouseleave=script1501(event_com, interface_762:com_101) -onop=script1471 -onmouserepeat=script38(event_com, interface_762:com_101, "Click here to search your bank", 25, 150) - -// 762:21 -[com_21] -type=graphic -x=295 -y=287 -width=35 -height=35 -layer=com_61 -graphic="bank_buttons_new1,0" - -// 762:22 -[com_22] -type=graphic -x=477 -y=23 -width=16 -height=16 -layer=com_61 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script1484 - -// 762:23 -[com_23] -type=graphic -x=459 -y=23 -width=16 -height=16 -layer=com_61 -graphic="v2_stone_close_button,4" -op1=Help -onmouseover=script44(event_com, "v2_stone_close_button,5") -onmouseleave=script44(event_com, "v2_stone_close_button,4") - -// 762:24 -[com_24] -type=text -x=118 -y=23 -width=273 -height=15 -layer=com_61 -textfont=b12_full -text=Bank of RuneScape -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xf2aa3e - -// 762:25 -[com_25] -type=graphic -x=405 -y=33 -width=48 -height=48 -layer=com_61 -hide=yes -graphic="bank_tabs,1" -op1=Open -op2=Collapse -onop=script1499(event_op) - -// 762:26 -[com_26] -type=graphic -x=410 -y=46 -width=36 -height=32 -layer=com_61 - -// 762:27 -[com_27] -type=graphic -x=357 -y=33 -width=48 -height=48 -layer=com_61 -graphic="bank_tabs,1" -op1=Open -op2=Collapse -onop=script1498(event_op) - -// 762:28 -[com_28] -type=graphic -x=363 -y=46 -width=36 -height=32 -layer=com_61 - -// 762:29 -[com_29] -type=graphic -x=309 -y=33 -width=48 -height=48 -layer=com_61 -graphic="bank_tabs,1" -op1=Open -op2=Collapse -onop=script1497(event_op) - -// 762:30 -[com_30] -type=graphic -x=315 -y=46 -width=36 -height=32 -layer=com_61 - -// 762:31 -[com_31] -type=graphic -x=261 -y=33 -width=48 -height=48 -layer=com_61 -graphic="bank_tabs,1" -op1=Open -op2=Collapse -onop=script1496(event_op) - -// 762:32 -[com_32] -type=graphic -x=267 -y=46 -width=36 -height=32 -layer=com_61 - -// 762:33 -[com_33] -type=graphic -x=213 -y=33 -width=48 -height=48 -layer=com_61 -graphic="bank_tabs,1" -op1=Open -op2=Collapse -onop=script1495(event_op) - -// 762:34 -[com_34] -type=graphic -x=219 -y=46 -width=36 -height=32 -layer=com_61 - -// 762:35 -[com_35] -type=graphic -x=165 -y=33 -width=48 -height=48 -layer=com_61 -graphic="bank_tabs,1" -op1=Open -op2=Collapse -onop=script1494(event_op) - -// 762:36 -[com_36] -type=graphic -x=171 -y=46 -width=36 -height=32 -layer=com_61 - -// 762:37 -[com_37] -type=graphic -x=117 -y=33 -width=48 -height=48 -layer=com_61 -graphic="bank_tabs,1" -op1=Open -op2=Collapse -onop=script1493(event_op) - -// 762:38 -[com_38] -type=graphic -x=123 -y=46 -width=36 -height=32 -layer=com_61 - -// 762:39 -[com_39] -type=graphic -x=69 -y=33 -width=48 -height=48 -layer=com_61 -graphic="bank_tabs,1" -op1=Open -op2=Collapse -onop=script1492(event_op) - -// 762:40 -[com_40] -type=graphic -x=75 -y=46 -width=36 -height=32 -layer=com_61 - -// 762:41 -[com_41] -type=graphic -x=21 -y=33 -width=48 -height=48 -layer=com_61 -graphic="bank_tabs,1" -op1=View all -onmouseleave=script40(interface_762:com_101) -onop=script1491(event_op) -onmouserepeat=script38(event_com, interface_762:com_101, "Click here to view the full contents of your bank", 25, 150) - -// 762:42 -[com_42] -type=graphic -x=27 -y=46 -width=36 -height=32 -layer=com_61 -graphic="bank_misc_graphics,0" - -// 762:43 -[com_43] -type=layer -width=455 -height=20 -layer=com_73 - -// 762:44 -[com_44] -type=layer -width=455 -height=20 -layer=com_73 - -// 762:45 -[com_45] -type=layer -width=455 -height=20 -layer=com_73 - -// 762:46 -[com_46] -type=layer -width=455 -height=20 -layer=com_73 - -// 762:47 -[com_47] -type=layer -width=455 -height=20 -layer=com_73 - -// 762:48 -[com_48] -type=layer -width=455 -height=20 -layer=com_73 - -// 762:49 -[com_49] -type=layer -width=455 -height=20 -layer=com_73 - -// 762:50 -[com_50] -type=layer -width=455 -height=20 -layer=com_73 - -// 762:51 -[com_51] -type=layer -x=47 -y=46 -width=32 -height=32 -layer=com_73 -hide=yes - -// 762:52 -[com_52] -type=layer -width=32 -height=32 -layer=com_73 -hide=yes - -// 762:53 -[com_53] -type=layer -x=5 -y=5 -width=32 -height=32 -layer=com_73 - -// 762:54 -[com_54] -type=layer -x=10 -y=10 -width=32 -height=32 -layer=com_73 - -// 762:55 -[com_55] -type=layer -x=15 -y=15 -width=32 -height=32 -layer=com_73 - -// 762:56 -[com_56] -type=layer -x=20 -y=20 -width=32 -height=32 -layer=com_73 - -// 762:57 -[com_57] -type=layer -x=25 -y=25 -width=32 -height=32 -layer=com_73 - -// 762:58 -[com_58] -type=layer -x=30 -y=30 -width=32 -height=32 -layer=com_73 - -// 762:59 -[com_59] -type=layer -x=35 -y=35 -width=32 -height=32 -layer=com_73 - -// 762:60 -[com_60] -type=layer -x=41 -y=41 -width=32 -height=32 -layer=com_73 - -// 762:61 -[com_61] -type=layer -width=512 -height=334 -opbase= - -// 762:62 -[com_62] -type=layer -width=455 -height=20 -layer=com_73 - -// 762:63 -[com_63] -type=layer -width=455 -height=20 -layer=com_73 - -// 762:64 -[com_64] -type=graphic -width=36 -height=36 -layer=com_73 -hide=yes -graphic=graphic_1454 - -// 762:65 -[com_65] -type=graphic -width=36 -height=36 -layer=com_73 -hide=yes -graphic=graphic_1454 - -// 762:66 -[com_66] -type=graphic -width=36 -height=36 -layer=com_73 -hide=yes -graphic=graphic_1454 - -// 762:67 -[com_67] -type=graphic -width=36 -height=36 -layer=com_73 -hide=yes -graphic=graphic_1454 - -// 762:68 -[com_68] -type=graphic -width=36 -height=36 -layer=com_73 -hide=yes -graphic=graphic_1454 - -// 762:69 -[com_69] -type=graphic -width=36 -height=36 -layer=com_73 -hide=yes -graphic=graphic_1454 - -// 762:70 -[com_70] -type=graphic -width=36 -height=36 -layer=com_73 -hide=yes -graphic=graphic_1454 - -// 762:71 -[com_71] -type=graphic -width=36 -height=36 -layer=com_73 -hide=yes -graphic=graphic_1454 - -// 762:72 -[com_72] -type=graphic -width=36 -height=36 -layer=com_73 -hide=yes -graphic=graphic_1454 - -// 762:73 -[com_73] -type=layer -x=26 -y=83 -width=447 -height=205 -layer=com_61 -scrollwidth=336 -scrollheight=1905 -onload=script1449 -onvartransmit=script1451 -oninvtransmit=script1451 -onvartransmitlist=varplayer_1246,varplayer_1247,varplayer_1248 -oninvtransmitlist=inv_95 - -// 762:74 -[com_74] -type=layer -width=32 -height=32 -layer=com_102 - -// 762:75 -[com_75] -type=text -width=100 -height=32 -layer=com_50 -textfont=p11_full -text=Tab 9 -colour=0xf2aa3e - -// 762:76 -[com_76] -type=text -width=100 -height=32 -layer=com_49 -textfont=p11_full -text=Tab 8 -colour=0xf2aa3e - -// 762:77 -[com_77] -type=text -width=100 -height=32 -layer=com_48 -textfont=p11_full -text=Tab 7 -colour=0xf2aa3e - -// 762:78 -[com_78] -type=text -width=100 -height=32 -layer=com_47 -textfont=p11_full -text=Tab 6 -colour=0xf2aa3e - -// 762:79 -[com_79] -type=text -width=100 -height=32 -layer=com_46 -textfont=p11_full -text=Tab 5 -colour=0xf2aa3e - -// 762:80 -[com_80] -type=text -width=100 -height=32 -layer=com_45 -textfont=p11_full -text=Tab 4 -colour=0xf2aa3e - -// 762:81 -[com_81] -type=text -width=100 -height=32 -layer=com_44 -textfont=p11_full -text=Tab 3 -colour=0xf2aa3e - -// 762:82 -[com_82] -type=text -width=100 -height=32 -layer=com_43 -textfont=p11_full -text=Tab 2 -colour=0xf2aa3e - -// 762:83 -[com_83] -type=text -width=100 -height=32 -layer=com_63 -textfont=p11_full -text=Tab 1 -colour=0x5b5346 - -// 762:84 -[com_84] -type=text -width=100 -height=32 -layer=com_62 -textfont=p11_full -text=Tab 1 -colour=0x5b5346 - -// 762:85 -[com_85] -type=graphic -y=4 -width=450 -height=11 -layer=com_62 -graphic="v2_borders_slim,11" - -// 762:86 -[com_86] -type=graphic -y=4 -width=455 -height=11 -layer=com_50 -graphic="v2_borders_slim,11" - -// 762:87 -[com_87] -type=graphic -y=4 -width=455 -height=11 -layer=com_49 -graphic="v2_borders_slim,11" - -// 762:88 -[com_88] -type=graphic -y=4 -width=455 -height=11 -layer=com_48 -graphic="v2_borders_slim,11" - -// 762:89 -[com_89] -type=graphic -y=4 -width=455 -height=11 -layer=com_47 -graphic="v2_borders_slim,11" - -// 762:90 -[com_90] -type=graphic -y=4 -width=455 -height=11 -layer=com_46 -graphic="v2_borders_slim,11" - -// 762:91 -[com_91] -type=graphic -y=4 -width=455 -height=11 -layer=com_45 -graphic="v2_borders_slim,11" - -// 762:92 -[com_92] -type=graphic -y=4 -width=455 -height=11 -layer=com_44 -graphic="v2_borders_slim,11" - -// 762:93 -[com_93] -type=graphic -y=4 -width=455 -height=11 -layer=com_43 -graphic="v2_borders_slim,11" - -// 762:94 -[com_94] -type=graphic -y=4 -width=455 -height=11 -layer=com_63 -graphic="v2_borders_slim,11" - -// 762:95 -[com_95] -type=layer -x=477 -y=81 -width=16 -height=208 -layer=com_61 - -// 762:96 -[com_96] -type=graphic -x=449 -y=43 -width=47 -height=38 -layer=com_61 -graphic=graphic_1453 - -// 762:97 -[com_97] -type=text -x=458 -y=49 -width=32 -height=14 -layer=com_61 -textfont=p11_full -text=23 -textalignh=1 -colour=0xb4965a -onmouseleave=script40(interface_762:com_101) -onmouserepeat=script38(event_com, interface_762:com_101, "Total number of bank slots used", 25, 150) - -// 762:98 -[com_98] -type=text -x=458 -y=64 -width=32 -height=13 -layer=com_61 -textfont=p11_full -text=500 -textalignh=1 -colour=0xb4965a -onmouseleave=script40(interface_762:com_101) -onmouserepeat=script38(event_com, interface_762:com_101, "Total amount of available bank space", 25, 150) - -// 762:99 -[com_99] -type=text -width=200 -height=18 -xmode=abs_centre -ymode=abs_centre -layer=com_61 -hide=yes -textfont=p12_full -text=No matches found! -textalignh=1 -textshadow=yes -colour=0x999999 - -// 762:100 -[com_100] -type=text -width=200 -height=18 -xmode=abs_centre -ymode=abs_centre -layer=com_61 -hide=yes -textfont=p12_full -text=No search term entered! -textalignh=1 -textshadow=yes -colour=0x999999 - -// 762:101 -[com_101] -type=layer -x=185 -y=246 -width=151 -height=15 -layer=com_61 -opbase= - -// 762:102 -[com_102] -type=layer -x=26 -y=83 -width=447 -height=205 -layer=com_61 - diff --git a/dumps/530/interface/interface_763.if3 b/dumps/530/interface/interface_763.if3 deleted file mode 100644 index 1fbc83b65..000000000 --- a/dumps/530/interface/interface_763.if3 +++ /dev/null @@ -1,13 +0,0 @@ -// 763:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 -onload=script1448(event_com) -onvartransmit=script1448(event_com) -oninvtransmit=script1448(event_com) -onvartransmitlist=varplayer_1249 -oninvtransmitlist=inv_93 - diff --git a/dumps/530/interface/interface_764.if3 b/dumps/530/interface/interface_764.if3 deleted file mode 100644 index 2ee8603d1..000000000 --- a/dumps/530/interface/interface_764.if3 +++ /dev/null @@ -1,782 +0,0 @@ -// 764:0 -[com_0] -type=rectangle -x=17 -y=25 -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes -trans=200 - -// 764:1 -[com_1] -type=graphic -x=132 -y=98 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,28" - -// 764:2 -[com_2] -type=graphic -x=164 -y=98 -width=186 -height=32 -layer=com_44 -graphic="v2_stone_borders,33" -tiling=yes - -// 764:3 -[com_3] -type=graphic -x=165 -y=270 -width=186 -height=32 -layer=com_44 -graphic="v2_stone_borders,33" -tiling=yes - -// 764:4 -[com_4] -type=graphic -x=132 -y=130 -width=32 -height=112 -layer=com_44 -graphic="v2_stone_borders,34" -tiling=yes - -// 764:5 -[com_5] -type=graphic -x=380 -y=130 -width=32 -height=111 -layer=com_44 -graphic="v2_stone_borders,34" -tiling=yes - -// 764:6 -[com_6] -type=graphic -x=132 -y=241 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,30" - -// 764:7 -[com_7] -type=graphic -x=351 -y=98 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,29" - -// 764:8 -[com_8] -type=graphic -x=351 -y=241 -width=32 -height=32 -layer=com_44 -graphic="v2_stone_borders,31" - -// 764:9 -[com_9] -type=text -x=25 -y=60 -width=56 -height=14 -layer=com_44 -textfont=p12_full -text=Compass -textshadow=yes -colour=0xff981f - -// 764:10 -[com_10] -type=text -x=25 -y=102 -width=82 -height=13 -layer=com_44 -textfont=p12_full -text=Player
Character
(PC) -textshadow=yes -colour=0xff981f - -// 764:11 -[com_11] -type=text -x=25 -y=170 -width=83 -height=30 -layer=com_44 -textfont=p12_full -text=Non-player Character (NPC) -textshadow=yes -colour=0xff981f - -// 764:12 -[com_12] -type=text -x=25 -y=235 -width=51 -height=28 -layer=com_44 -textfont=p12_full -text=Important Location -textshadow=yes -colour=0xff981f - -// 764:13 -[com_13] -type=text -x=25 -y=290 -width=43 -height=13 -layer=com_44 -textfont=p12_full -text=Ladder -textshadow=yes -colour=0xff981f - -// 764:14 -[com_14] -type=text -x=405 -y=60 -width=48 -height=14 -layer=com_44 -textfont=p12_full -text=Log Out -textshadow=yes -colour=0xff981f - -// 764:15 -[com_15] -type=text -x=405 -y=115 -width=48 -height=15 -layer=com_44 -textfont=p12_full -text=Hitpoints -textshadow=yes -colour=0xff981f - -// 764:16 -[com_16] -type=text -x=405 -y=170 -width=49 -height=15 -layer=com_44 -textfont=p12_full -text=Object -textshadow=yes -colour=0xff981f - -// 764:17 -[com_17] -type=text -x=405 -y=235 -width=47 -height=15 -layer=com_44 -textfont=p12_full -text=Prayer -textshadow=yes -colour=0xff981f - -// 764:18 -[com_18] -type=text -x=405 -y=284 -width=48 -height=29 -layer=com_44 -textfont=p12_full -text=Run Energy -textshadow=yes -colour=0xff981f - -// 764:19 -[com_19] -type=graphic -x=135 -y=101 -width=244 -height=168 -layer=com_44 -graphic=graphic_1411 - -// 764:20 -[com_20] -type=line -x=82 -y=69 -width=61 -height=43 -layer=com_44 -linewid=2 -colour=0x000000 - -// 764:21 -[com_21] -type=line -x=90 -y=122 -width=120 -height=48 -layer=com_44 -linewid=2 -colour=0x000000 - -// 764:22 -[com_22] -type=line -x=94 -y=184 -width=116 -height=8 -layer=com_44 -linewid=2 -colour=0x000000 - -// 764:23 -[com_23] -type=line -x=84 -y=202 -width=366 -height=50 -widthmode=minus -layer=com_44 -linewid=2 -colour=0x000000 -linedirection=yes - -// 764:24 -[com_24] -type=line -x=72 -y=239 -width=156 -height=58 -layer=com_44 -linewid=2 -colour=0x000000 -linedirection=yes - -// 764:25 -[com_25] -type=line -x=302 -y=156 -width=100 -height=21 -layer=com_44 -linewid=2 -colour=0x000000 - -// 764:26 -[com_26] -type=line -x=362 -y=67 -width=41 -height=38 -layer=com_44 -linewid=2 -colour=0x000000 -linedirection=yes - -// 764:27 -[com_27] -type=line -x=356 -y=121 -width=47 -height=12 -layer=com_44 -linewid=2 -colour=0x000000 -linedirection=yes - -// 764:28 -[com_28] -type=line -x=363 -y=179 -width=39 -height=62 -layer=com_44 -linewid=2 -colour=0x000000 - -// 764:29 -[com_29] -type=line -x=362 -y=218 -width=38 -height=78 -layer=com_44 -linewid=2 -colour=0x000000 - -// 764:30 -[com_30] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 764:31 -[com_31] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 764:32 -[com_32] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 764:33 -[com_33] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 764:34 -[com_34] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 764:35 -[com_35] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 764:36 -[com_36] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 764:37 -[com_37] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 764:38 -[com_38] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 764:39 -[com_39] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 764:40 -[com_40] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 764:41 -[com_41] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 764:42 -[com_42] -type=graphic -x=473 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 764:43 -[com_43] -type=text -x=19 -y=30 -width=474 -height=16 -textfont=b12_full -text=RuneScape Minimap Key -textalignh=1 -textshadow=yes -colour=0xff981f -onload=script1504 - -// 764:44 -[com_44] -type=layer -width=512 -height=334 - -// 764:45 -[com_45] -type=layer -width=512 -height=334 -hide=yes -op10= - -// 764:46 -[com_46] -type=text -x=25 -y=60 -width=56 -height=14 -layer=com_45 -textfont=p12_full -text=Compass -textshadow=yes -colour=0xff981f -op10= - -// 764:47 -[com_47] -type=text -x=420 -y=160 -width=65 -height=43 -layer=com_45 -textfont=p12_full -text=Player
Character
(PC) -textshadow=yes -colour=0xff981f -op10= - -// 764:48 -[com_48] -type=text -x=420 -y=225 -width=67 -height=41 -layer=com_45 -textfont=p12_full -text=Non-player Character (NPC) -textshadow=yes -colour=0xff981f -op10= - -// 764:49 -[com_49] -type=text -x=25 -y=284 -width=51 -height=28 -layer=com_45 -textfont=p12_full -text=Important Location -textshadow=yes -colour=0xff981f -op10= - -// 764:50 -[com_50] -type=text -x=420 -y=290 -width=43 -height=13 -layer=com_45 -textfont=p12_full -text=Ladder -textshadow=yes -colour=0xff981f -op10= - -// 764:51 -[com_51] -type=text -x=420 -y=60 -width=48 -height=14 -layer=com_45 -textfont=p12_full -text=Log Out -textshadow=yes -colour=0xff981f -op10= - -// 764:52 -[com_52] -type=text -x=25 -y=115 -width=48 -height=15 -layer=com_45 -textfont=p12_full -text=Hitpoints -textshadow=yes -colour=0xff981f -op10= - -// 764:53 -[com_53] -type=text -x=420 -y=112 -width=49 -height=15 -layer=com_45 -textfont=p12_full -text=Object -textshadow=yes -colour=0xff981f -op10= - -// 764:54 -[com_54] -type=text -x=25 -y=168 -width=47 -height=15 -layer=com_45 -textfont=p12_full -text=Prayer -textshadow=yes -colour=0xff981f -op10= - -// 764:55 -[com_55] -type=text -x=25 -y=217 -width=48 -height=29 -layer=com_45 -textfont=p12_full -text=Run Energy -textshadow=yes -colour=0xff981f -op10= - -// 764:56 -[com_56] -type=graphic -x=135 -y=101 -width=214 -height=173 -layer=com_45 -graphic=graphic_1412 -op10= - -// 764:57 -[com_57] -type=line -x=82 -y=69 -width=103 -height=42 -layer=com_45 -linewid=2 -colour=0x000000 -op10= - -// 764:58 -[com_58] -type=line -x=240 -y=166 -width=175 -height=10 -layer=com_45 -linewid=2 -colour=0x000000 -op10= - -// 764:59 -[com_59] -type=line -x=248 -y=207 -width=164 -height=34 -layer=com_45 -linewid=2 -colour=0x000000 -op10= - -// 764:60 -[com_60] -type=line -x=87 -y=197 -width=344 -height=103 -widthmode=minus -layer=com_45 -linewid=2 -colour=0x000000 -linedirection=yes -op10= - -// 764:61 -[com_61] -type=line -x=256 -y=240 -width=158 -height=57 -layer=com_45 -linewid=2 -colour=0x000000 -op10= - -// 764:62 -[com_62] -type=line -x=328 -y=119 -width=87 -height=34 -layer=com_45 -linewid=2 -colour=0x000000 -linedirection=yes -op10= - -// 764:63 -[com_63] -type=line -x=347 -y=67 -width=68 -height=38 -layer=com_45 -linewid=2 -colour=0x000000 -linedirection=yes -op10= - -// 764:64 -[com_64] -type=line -x=79 -y=124 -width=62 -height=38 -layer=com_45 -linewid=2 -colour=0x000000 -op10= - -// 764:65 -[com_65] -type=line -x=66 -y=177 -width=74 -height=18 -layer=com_45 -linewid=2 -colour=0x000000 -op10= - -// 764:66 -[com_66] -type=line -x=70 -y=227 -width=79 -height=9 -layer=com_45 -linewid=2 -colour=0x000000 -linedirection=yes -op10= - diff --git a/dumps/530/interface/interface_765.if3 b/dumps/530/interface/interface_765.if3 deleted file mode 100644 index eb8dc5db2..000000000 --- a/dumps/530/interface/interface_765.if3 +++ /dev/null @@ -1,206 +0,0 @@ -// 765:0 -[com_0] -type=text -x=1 -width=504 -height=17 -textfont=q8_full -text=Select Task -textalignh=1 -colour=0x800000 - -// 765:1 -[com_1] -type=text -x=1 -y=1 -width=504 -height=16 -layer=com_13 -hide=yes -textfont=q8_full -text=Ranged task -textalignh=1 -colour=0x000000 -op1=Okay -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) -onop=script1525 - -// 765:2 -[com_2] -type=text -x=1 -y=1 -width=504 -height=16 -layer=com_13 -hide=yes -textfont=q8_full -text=I don't want to choose. -textalignh=1 -colour=0x000000 -op1=Okay -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) -onop=script1525 - -// 765:3 -[com_3] -type=text -x=1 -y=1 -width=504 -height=16 -layer=com_13 -hide=yes -textfont=q8_full -text=Fishing task -textalignh=1 -colour=0x000000 -op1=Okay -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) -onop=script1525 - -// 765:4 -[com_4] -type=text -x=1 -y=1 -width=504 -height=16 -layer=com_13 -hide=yes -textfont=q8_full -text=Cooking task -textalignh=1 -colour=0x000000 -op1=Okay -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) -onop=script1525 - -// 765:5 -[com_5] -type=text -x=1 -y=1 -width=504 -height=16 -layer=com_13 -hide=yes -textfont=q8_full -text=Magic task -textalignh=1 -colour=0x000000 -op1=Okay -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) -onop=script1525 - -// 765:6 -[com_6] -type=text -x=1 -y=1 -width=504 -height=16 -layer=com_13 -hide=yes -textfont=q8_full -text=Banking -textalignh=1 -colour=0x000000 -op1=Okay -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) -onop=script1525 - -// 765:7 -[com_7] -type=text -x=1 -y=1 -width=504 -height=16 -layer=com_13 -hide=yes -textfont=q8_full -text=Woodcutting task -textalignh=1 -colour=0x000000 -op1=Okay -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) -onop=script1525 - -// 765:8 -[com_8] -type=text -x=1 -y=1 -width=504 -height=16 -layer=com_13 -hide=yes -textfont=q8_full -text=Firemaking task -textalignh=1 -colour=0x000000 -op1=Okay -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) -onop=script1525 - -// 765:9 -[com_9] -type=text -x=1 -y=1 -width=504 -height=16 -layer=com_13 -hide=yes -textfont=q8_full -text=More... -textalignh=1 -colour=0x000000 -op1=Okay -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) -onop=script1528 - -// 765:10 -[com_10] -type=graphic -width=57 -height=13 -layer=com_12 -graphic="sworddecor,1" - -// 765:11 -[com_11] -type=graphic -x=280 -width=57 -height=13 -layer=com_12 -graphic="sworddecor,0" - -// 765:12 -[com_12] -type=layer -x=80 -y=1 -width=337 -height=13 - -// 765:13 -[com_13] -type=layer -y=14 -width=506 -height=110 -onload=script1527 - diff --git a/dumps/530/interface/interface_766.if3 b/dumps/530/interface/interface_766.if3 deleted file mode 100644 index 88801a8b8..000000000 --- a/dumps/530/interface/interface_766.if3 +++ /dev/null @@ -1,411 +0,0 @@ -// 766:0 -[com_0] -type=layer -width=512 -height=334 - -// 766:1 -[com_1] -type=text -x=22 -y=31 -width=468 -height=17 -textfont=b12_full -text=Oh dear, you are dead...but don't worry! -textalignh=1 -colour=0xff981f - -// 766:2 -[com_2] -type=model -x=19 -y=56 -width=42 -height=36 -model=model_40604 -modelorigin_x=4 -modelorigin_y=8 -modelangle_x=168 -modelangle_y=1966 -modelangle_z=0 -modelzoom=688 -unknown100=0 -unknown101=3000 - -// 766:3 -[com_3] -type=model -x=28 -y=119 -width=32 -height=32 -model=model_2544 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=438 -modelangle_y=1264 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=3000 - -// 766:4 -[com_4] -type=model -x=28 -y=179 -width=32 -height=32 -model=model_2529 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=1750 -modelangle_y=1831 -modelangle_z=0 -modelzoom=784 -unknown100=0 -unknown101=3000 - -// 766:5 -[com_5] -type=model -x=26 -y=230 -width=38 -height=40 -model=model_40772 -modelorigin_x=0 -modelorigin_y=9 -modelangle_x=201 -modelangle_y=84 -modelangle_z=0 -modelzoom=682 -unknown100=0 -unknown101=3000 - -// 766:6 -[com_6] -type=model -x=265 -y=64 -width=32 -height=32 -model=model_18526 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=306 -modelangle_y=69 -modelangle_z=0 -modelzoom=985 -unknown100=0 -unknown101=3000 - -// 766:7 -[com_7] -type=model -x=265 -y=119 -width=32 -height=32 -model=model_2376 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=336 -modelangle_y=1996 -modelangle_z=0 -modelzoom=656 -unknown100=0 -unknown101=3000 - -// 766:8 -[com_8] -type=model -x=265 -y=176 -width=32 -height=32 -model=model_2825 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=201 -modelangle_y=69 -modelangle_z=0 -modelzoom=528 -unknown100=0 -unknown101=3000 - -// 766:9 -[com_9] -type=model -x=265 -y=232 -width=32 -height=32 -model=model_18511 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=405 -modelangle_y=2041 -modelangle_z=0 -modelzoom=2192 -unknown100=0 -unknown101=3000 - -// 766:10 -[com_10] -type=text -x=75 -y=61 -width=170 -height=50 -textfont=p12_full -text=You can buy a new tinderbox from the general store. -textshadow=yes -colour=0xbe9664 - -// 766:11 -[com_11] -type=text -x=75 -y=119 -width=170 -height=50 -textfont=p12_full -text=Make a new axe by mining copper and tin ore, smelting them into a bronze bar, then using that bar on an anvil. -textshadow=yes -colour=0xbe9664 - -// 766:12 -[com_12] -type=text -x=75 -y=176 -width=170 -height=50 -textfont=p12_full -text=Monlum, the Mining Tutor in the mine across the river, will give you a new pickaxe. -textshadow=yes -colour=0xbe9664 - -// 766:13 -[com_13] -type=text -x=75 -y=230 -width=170 -height=50 -textfont=p12_full -text=You can get a new crayfish cage from Finlay, the Fishing Tutor on the river bank behind Lumbridge chapel. -textshadow=yes -colour=0xbe9664 - -// 766:14 -[com_14] -type=text -x=320 -y=61 -width=170 -height=50 -textfont=p12_full -text=You can get new combat equipment from the combat tutors north of Lumbridge Castle. -textshadow=yes -colour=0xbe9664 - -// 766:15 -[com_15] -type=text -x=320 -y=119 -width=170 -height=50 -textfont=p12_full -text=You can buy a new hammer from the general store or get one for free from Sani, the Smithing Tutor. -textshadow=yes -colour=0xbe9664 - -// 766:16 -[com_16] -type=text -x=319 -y=177 -width=170 -height=50 -textfont=p12_full -text=If you find yourself in need of some more gold, defeated goblins often drop some. -textshadow=yes -colour=0xbe9664 - -// 766:17 -[com_17] -type=text -x=319 -y=230 -width=170 -height=50 -textfont=p12_full -text=Tutors can help you with skills and give you basic equipment. Look for this icon on your minimap. -textshadow=yes -colour=0xbe9664 - -// 766:18 -[com_18] -type=text -x=36 -y=281 -width=442 -height=15 -textfont=b12_full -text=More information is available in the manual on our website. -textalignh=1 -textshadow=yes -colour=0xbe9664 - -// 766:19 -[com_19] -type=graphic -x=17 -y=26 -width=480 -height=293 -layer=com_0 -graphic=tradebacking -tiling=yes -opbase= - -// 766:20 -[com_20] -type=graphic -y=26 -width=28 -height=290 -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -opbase= - -// 766:21 -[com_21] -type=graphic -x=479 -y=26 -width=47 -height=285 -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -opbase= - -// 766:22 -[com_22] -type=graphic -x=15 -y=302 -width=462 -height=26 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes - -// 766:23 -[com_23] -type=graphic -x=14 -y=10 -width=464 -height=34 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 766:24 -[com_24] -type=graphic -x=467 -y=290 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -opbase= - -// 766:25 -[com_25] -type=graphic -x=13 -y=290 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" - -// 766:26 -[com_26] -type=graphic -x=13 -y=23 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -opbase= - -// 766:27 -[com_27] -type=graphic -x=467 -y=23 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -opbase= - -// 766:28 -[com_28] -type=graphic -x=16 -y=38 -width=478 -height=35 -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes - -// 766:29 -[com_29] -type=graphic -x=13 -y=40 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,9" -tiling=yes - -// 766:30 -[com_30] -type=graphic -x=467 -y=40 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,10" -tiling=yes - -// 766:31 -[com_31] -type=graphic -x=471 -y=32 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_767.if3 b/dumps/530/interface/interface_767.if3 deleted file mode 100644 index 2b72ed9c8..000000000 --- a/dumps/530/interface/interface_767.if3 +++ /dev/null @@ -1,676 +0,0 @@ -// 767:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 767:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_13 -graphic=tradebacking -tiling=yes - -// 767:2 -[com_2] -type=graphic -x=45 -y=294 -width=423 -height=32 -layer=com_13 -graphic="v2_stone_borders_alt,2" -tiling=yes - -// 767:3 -[com_3] -type=graphic -x=468 -y=51 -width=32 -height=243 -layer=com_13 -graphic="v2_stone_borders_alt,3" -tiling=yes - -// 767:4 -[com_4] -type=graphic -x=13 -y=53 -width=7 -height=241 -layer=com_13 -graphic="v2_stone_borders_alt,1" -tiling=yes - -// 767:5 -[com_5] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_13 -graphic="v2_stone_borders_alt,6" - -// 767:6 -[com_6] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_13 -graphic="v2_stone_borders,37" -op10= - -// 767:7 -[com_7] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_13 -graphic="v2_stone_borders_alt,7" - -// 767:8 -[com_8] -type=graphic -x=45 -y=20 -width=424 -height=32 -layer=com_13 -graphic="v2_stone_borders,36" -tiling=yes -op10= - -// 767:9 -[com_9] -type=graphic -x=20 -y=272 -width=473 -height=32 -layer=com_13 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 767:10 -[com_10] -type=graphic -x=477 -y=23 -width=16 -height=16 -layer=com_13 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") - -// 767:11 -[com_11] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_13 -graphic="v2_stone_borders,35" -op10= - -// 767:12 -[com_12] -type=rectangle -x=19 -y=42 -width=475 -height=247 -colour=0x252222 -fill=yes -trans=160 -op10= - -// 767:13 -[com_13] -type=layer -width=512 -height=334 -onload=script1444 - -// 767:14 -[com_14] -type=graphic -x=8 -y=35 -width=35 -height=35 -layer=com_38 -graphic="bank_buttons,1" -op1=Swap/insert -op10= - -// 767:15 -[com_15] -type=graphic -x=7 -y=120 -width=35 -height=35 -layer=com_38 -graphic="bank_buttons,3" -op1=Item/note withdrawal -op10= - -// 767:16 -[com_16] -type=text -x=56 -y=13 -width=391 -height=79 -layer=com_39 -textfont=p12_full -text=Deposit beast of burden inventory: If you have a Summoning familiar or other follower with you that is carrying items, clicking this button will transfer everything it is carrying into your bank (space permitting). -textshadow=yes -colour=0xffffff -op10= - -// 767:17 -[com_17] -type=text -x=57 -y=69 -width=391 -height=79 -layer=com_39 -textfont=p12_full -text=Search: Clicking this button will switch your bank to the main tab and open a search box. Type the name of the item you are looking for and it will narrow down your banked items as you type. (Note: don't worry, your other items aren't disappearing, they're just being removed from the current search and are still in your bank.) -textshadow=yes -colour=0xffffff -op10= - -// 767:18 -[com_18] -type=graphic -x=11 -y=8 -width=35 -height=35 -layer=com_39 -graphic="bank_buttons,5" -op1=Deposit beast of burden inventory -op10= - -// 767:19 -[com_19] -type=graphic -x=18 -y=15 -width=21 -height=21 -layer=com_39 -graphic=graphic_777 -op10= - -// 767:20 -[com_20] -type=graphic -x=10 -y=65 -width=35 -height=35 -layer=com_39 -graphic="bank_buttons,0" -op1=Search -op10= - -// 767:21 -[com_21] -type=text -x=8 -y=3 -width=436 -height=33 -layer=com_38 -textfont=p12_full -text=Across the bottom of the bank there are some other features, which, from left to right, are: -textshadow=yes -colour=0xffffff -op10= - -// 767:22 -[com_22] -type=text -x=53 -y=39 -width=391 -height=79 -layer=com_38 -textfont=p12_full -text=Swap/insert: Clicking this button toggles how items are rearranged in your bank. `Swap' mode means that the item you drag and the item it is dragged over will swap places in your bank. `Insert' mode allows you to place an item in a specific bank slot, shifting other items over to make room. -textshadow=yes -colour=0xffffff -op10= - -// 767:23 -[com_23] -type=text -x=53 -y=123 -width=391 -height=79 -layer=com_38 -textfont=p12_full -text=Item/note withdrawal: Clicking this button toggles how you withdraw items from your bank. `Item' mode places the actual item in your inventory; `Note' mode places a `noted' version of that object in your inventory. A note is worth the exact same value as the item it depicts, but is not the item itself and cannot be used as such. Notes are typically used for trading in bulk, as noted items can be stacked even if the actual item can not be. -textshadow=yes -colour=0xffffff -op10= - -// 767:24 -[com_24] -type=text -x=8 -y=6 -width=436 -height=82 -layer=com_37 -textfont=p12_full -text= Using this tab system will allow you to easily group together related items as you wish. For instance, you could place all of your food in one tab, or all of your weapons in another. Alternatively, you could create a tab to contain all of those items you use to train a skill or play a certain minigame. There is no limit to the number of times you can rearrange your bank, so feel free to experiment. -textshadow=yes -colour=0xffffff - -// 767:25 -[com_25] -type=text -x=59 -y=91 -width=384 -height=101 -layer=com_37 -textfont=p12_full -text=At the top-right corner of the bank you will see two numbers. The top number displays the total number of items in your bank; the bottom number displays the total amount of bank space available to you. -textshadow=yes -colour=0xffffff - -// 767:26 -[com_26] -type=graphic -x=5 -y=93 -width=47 -height=38 -layer=com_37 -graphic=graphic_1453 -op10= - -// 767:27 -[com_27] -type=text -x=14 -y=99 -width=32 -height=14 -layer=com_37 -textfont=p11_full -textalignh=1 -colour=0xb4965a -op10= - -// 767:28 -[com_28] -type=text -x=14 -y=114 -width=32 -height=13 -layer=com_37 -textfont=p11_full -textalignh=1 -colour=0xb4965a -op10= - -// 767:29 -[com_29] -type=layer -x=23 -y=58 -width=451 -height=226 -hide=yes - -// 767:30 -[com_30] -type=text -x=8 -y=5 -width=436 -height=40 -layer=com_29 -textfont=p12_full -text=The Bank of RuneScape is a great place to keep all of your belongings safe. The bank has branches all over RuneScape, so you're never very far away from your possessions. -textshadow=yes -colour=0xffffff - -// 767:31 -[com_31] -type=text -x=71 -y=64 -width=371 -height=58 -layer=com_29 -textfont=p12_full -text=The tab furthest to the left is the main bank tab (pictured left). The main tab will always display the entire contents of your bank account, but you can also create up to eight other tabs in which to categorise your banked items. -textshadow=yes -colour=0xffffff - -// 767:32 -[com_32] -type=text -x=16 -y=132 -width=371 -height=58 -layer=com_29 -textfont=p12_full -text= To create a new tab, simply drag any item in your bank on to the 'plus' tab (pictured right). You can then drag as many other items as you want on to this new tab. Clicking on a tab other than the main one will show you only those items you have placed within it. The icon used to mark each new tab is taken from the first item within that tab. -textshadow=yes -colour=0xffffff - -// 767:33 -[com_33] -type=graphic -x=12 -y=57 -width=48 -height=48 -layer=com_29 -graphic="bank_tabs,1" - -// 767:34 -[com_34] -type=graphic -x=19 -y=71 -width=36 -height=32 -layer=com_29 -graphic="bank_misc_graphics,0" - -// 767:35 -[com_35] -type=graphic -x=394 -y=129 -width=48 -height=48 -layer=com_29 -graphic="bank_tabs,1" - -// 767:36 -[com_36] -type=graphic -x=401 -y=143 -width=36 -height=32 -layer=com_29 -graphic="bank_misc_graphics,1" - -// 767:37 -[com_37] -type=layer -x=23 -y=58 -width=451 -height=226 -hide=yes - -// 767:38 -[com_38] -type=layer -x=23 -y=58 -width=451 -height=226 -hide=yes - -// 767:39 -[com_39] -type=layer -x=23 -y=58 -width=451 -height=226 -hide=yes - -// 767:40 -[com_40] -type=text -x=21 -y=23 -width=471 -height=16 -textfont=b12_full -text=Bank of RuneScape - Help -textalignh=1 -textshadow=yes -colour=0xf2aa3e - -// 767:41 -[com_41] -type=graphic -x=22 -y=8 -width=20 -height=20 -layer=com_42 -graphic=graphic_1161 - -// 767:42 -[com_42] -type=layer -x=176 -y=287 -width=166 -height=33 - -// 767:43 -[com_43] -type=graphic -x=42 -y=8 -width=93 -height=20 -layer=com_42 -graphic=graphic_1162 -tiling=yes - -// 767:44 -[com_44] -type=graphic -x=124 -y=8 -width=20 -height=20 -layer=com_42 -graphic=graphic_1163 -tiling=yes - -// 767:45 -[com_45] -type=text -x=18 -y=10 -width=136 -height=16 -layer=com_42 -textfont=b12_full -text=Page 1 of 7 -textalignh=1 -textshadow=yes -colour=0xf2aa3e - -// 767:46 -[com_46] -type=graphic -x=147 -y=9 -width=16 -height=16 -layer=com_42 -graphic="catcon_catapult_arrows,2" -op1=Next page -onmouseover=script44(event_com, "catcon_catapult_arrows,3") -onmouseleave=script44(event_com, "catcon_catapult_arrows,2") - -// 767:47 -[com_47] -type=graphic -x=3 -y=9 -width=16 -height=16 -layer=com_42 -graphic="catcon_catapult_arrows,0" -op1=Previous page -onmouseover=script44(event_com, "catcon_catapult_arrows,1") -onmouseleave=script44(event_com, "catcon_catapult_arrows,0") - -// 767:48 -[com_48] -type=layer -x=477 -y=54 -width=16 -height=235 - -// 767:49 -[com_49] -type=layer -x=-24 -y=36 -width=474 -height=235 -layer=com_13 - -// 767:50 -[com_50] -type=graphic -x=139 -y=5 -width=9 -height=24 -layer=com_59 -graphic="v2_stone_button,6" - -// 767:51 -[com_51] -type=graphic -x=26 -y=20 -width=122 -height=9 -layer=com_59 -graphic="v2_stone_button,7" - -// 767:52 -[com_52] -type=graphic -x=26 -y=5 -width=122 -height=9 -layer=com_59 -graphic="v2_stone_button,5" - -// 767:53 -[com_53] -type=graphic -x=26 -y=5 -width=9 -height=24 -layer=com_59 -graphic="v2_stone_button,4" - -// 767:54 -[com_54] -type=text -x=26 -y=5 -width=123 -height=24 -layer=com_59 -textfont=p11_full -text=Shortcut keys -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff -onmouseover=script1026 -onmouseleave=script1027 - -// 767:55 -[com_55] -type=graphic -x=26 -y=5 -width=9 -height=9 -layer=com_59 -graphic="v2_stone_button,0" - -// 767:56 -[com_56] -type=graphic -x=139 -y=5 -width=9 -height=9 -layer=com_59 -graphic="v2_stone_button,1" - -// 767:57 -[com_57] -type=graphic -x=26 -y=20 -width=9 -height=9 -layer=com_59 -graphic="v2_stone_button,2" - -// 767:58 -[com_58] -type=graphic -x=139 -y=20 -width=9 -height=9 -layer=com_59 -graphic="v2_stone_button,3" - -// 767:59 -[com_59] -type=layer -x=344 -y=288 -width=149 -height=33 -hide=yes - diff --git a/dumps/530/interface/interface_768.if3 b/dumps/530/interface/interface_768.if3 deleted file mode 100644 index 8501eeea6..000000000 --- a/dumps/530/interface/interface_768.if3 +++ /dev/null @@ -1,140 +0,0 @@ -// 768:0 -[com_0] -type=layer -width=507 -height=170 -layer=com_3 -hide=yes - -// 768:1 -[com_1] -type=model -x=33 -y=24 -width=441 -height=134 -layer=com_0 -model=model_40850 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -modelanim=seq_1317 -unknown100=63815 -unknown101=3000 -unknown103=yes - -// 768:2 -[com_2] -type=text -x=72 -y=81 -width=358 -height=48 -layer=com_0 -textfont=b12_full -text=Please follow the instructions
below to continue. -textalignh=1 -textshadow=yes -colour=0xffe1be - -// 768:3 -[com_3] -type=layer -width=16391 -height=170 -widthmode=proportion -ymode=abs_bottom -onload=script1509 -onvartransmit=script1511 -onvartransmitlist=varplayer_1255 - -// 768:4 -[com_4] -type=layer -width=16391 -height=142 -widthmode=proportion -ymode=abs_bottom -onload=script1515 -onvartransmit=script1515 -onvartransmitlist=varplayer_170,varplayer_1255 - -// 768:5 -[com_5] -type=graphic -x=6 -width=500 -height=142 -layer=com_4 -hide=yes -graphic=chat_background - -// 768:6 -[com_6] -type=text -x=6 -y=10 -width=506 -height=17 -layer=com_4 -hide=yes -textfont=tutorial_font -text=This is the Title -textalignh=1 -textalignv=1 -colour=0x000000 -onload=script1513 -onvartransmit=script1513 -onvartransmitlist=varplayer_170 - -// 768:7 -[com_7] -type=text -x=6 -y=27 -width=478 -height=110 -layer=com_4 -hide=yes -textfont=tutorial_font -textalignh=1 -textalignv=1 -colour=0x000000 - -// 768:8 -[com_8] -type=text -x=6 -y=27 -width=430 -height=110 -layer=com_4 -textfont=tutorial_font -textalignh=1 -textalignv=1 -colour=0x000000 - -// 768:9 -[com_9] -type=graphic -x=20 -y=61 -width=36 -height=32 -layer=com_4 -graphic="tutorial_mouse,0" - -// 768:10 -[com_10] -type=layer -x=6 -width=501 -height=16391 -heightmode=proportion -layer=com_4 -hide=yes -onload=script1087(event_com, 0) - diff --git a/dumps/530/interface/interface_769.if3 b/dumps/530/interface/interface_769.if3 deleted file mode 100644 index f128e0845..000000000 --- a/dumps/530/interface/interface_769.if3 +++ /dev/null @@ -1,48 +0,0 @@ -// 769:0 -[com_0] -type=text -y=4 -width=506 -height=17 -textfont=tutorial_font -textalignh=1 -textalignv=1 -colour=0x000000 -onload=script1513 -onvartransmit=script1513 -ontimer=script1512 -onvartransmitlist=varplayer_170 - -// 769:1 -[com_1] -type=text -x=10 -y=20 -width=490 -height=93 -textfont=tutorial_font -textalignh=1 -textalignv=1 -colour=0x000000 - -// 769:2 -[com_2] -type=text -x=10 -y=20 -width=490 -height=93 -textfont=tutorial_font -textalignh=1 -textalignv=1 -colour=0x000000 - -// 769:3 -[com_3] -type=graphic -x=10 -y=48 -width=32 -height=36 -hide=yes - diff --git a/dumps/530/interface/interface_77.if b/dumps/530/interface/interface_77.if deleted file mode 100644 index 169a89ffd..000000000 --- a/dumps/530/interface/interface_77.if +++ /dev/null @@ -1,117 +0,0 @@ -// 77:0 -[com_0] - -// 77:1 -[com_1] - -// 77:2 -[com_2] - -// 77:3 -[com_3] - -// 77:4 -[com_4] - -// 77:5 -[com_5] - -// 77:6 -[com_6] - -// 77:7 -[com_7] - -// 77:8 -[com_8] - -// 77:9 -[com_9] - -// 77:10 -[com_10] - -// 77:11 -[com_11] - -// 77:12 -[com_12] - -// 77:13 -[com_13] - -// 77:14 -[com_14] - -// 77:15 -[com_15] - -// 77:16 -[com_16] - -// 77:17 -[com_17] - -// 77:18 -[com_18] - -// 77:19 -[com_19] - -// 77:20 -[com_20] - -// 77:21 -[com_21] - -// 77:22 -[com_22] - -// 77:23 -[com_23] - -// 77:24 -[com_24] - -// 77:25 -[com_25] - -// 77:26 -[com_26] - -// 77:27 -[com_27] - -// 77:28 -[com_28] - -// 77:29 -[com_29] - -// 77:30 -[com_30] - -// 77:31 -[com_31] - -// 77:32 -[com_32] - -// 77:33 -[com_33] - -// 77:34 -[com_34] - -// 77:35 -[com_35] - -// 77:36 -[com_36] - -// 77:37 -[com_37] - -// 77:38 -[com_38] - diff --git a/dumps/530/interface/interface_770.if3 b/dumps/530/interface/interface_770.if3 deleted file mode 100644 index 7898cdcc1..000000000 --- a/dumps/530/interface/interface_770.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 770:0 -[com_0] -type=rectangle -width=512 -height=334 -colour=0x000000 -fill=yes - diff --git a/dumps/530/interface/interface_771.if3 b/dumps/530/interface/interface_771.if3 deleted file mode 100644 index a1c03a688..000000000 --- a/dumps/530/interface/interface_771.if3 +++ /dev/null @@ -1,5386 +0,0 @@ -// 771:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -noclickthrough=yes - -// 771:1 -[com_1] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_0 -colour=0x000000 -fill=yes - -// 771:2 -[com_2] -type=graphic -x=14 -y=25 -width=485 -height=300 -layer=com_35 -graphic=tradebacking -tiling=yes -opbase= - -// 771:3 -[com_3] -type=graphic -x=212 -y=66 -width=275 -height=32 -layer=com_35 -graphic="v2_stone_borders,23" -tiling=yes - -// 771:4 -[com_4] -type=graphic -x=477 -y=66 -width=32 -height=32 -layer=com_35 -graphic="v2_stone_borders,26" - -// 771:5 -[com_5] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_35 -graphic="v2_stone_borders,3" -tiling=yes - -// 771:6 -[com_6] -type=graphic -y=52 -width=32 -height=242 -layer=com_35 -graphic="v2_stone_borders,1" -tiling=yes - -// 771:7 -[com_7] -type=graphic -x=44 -y=20 -width=424 -height=32 -layer=com_35 -graphic="v2_stone_borders,36" -tiling=yes - -// 771:8 -[com_8] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_35 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 771:9 -[com_9] -type=graphic -x=13 -y=20 -width=32 -height=32 -layer=com_35 -graphic="v2_stone_borders,35" - -// 771:10 -[com_10] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_35 -graphic="v2_stone_borders,6" - -// 771:11 -[com_11] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_35 -graphic="v2_stone_borders,7" - -// 771:12 -[com_12] -type=graphic -x=468 -y=20 -width=32 -height=32 -layer=com_35 -graphic="v2_stone_borders,37" - -// 771:13 -[com_13] -type=text -x=202 -y=24 -width=90 -height=15 -layer=com_35 -textfont=b12_full -text=Mouse -textalignh=1 -textshadow=yes -colour=0xff9b00 - -// 771:14 -[com_14] -type=graphic -x=20 -y=34 -width=48 -height=48 -layer=com_35 -graphic="bank_tabs,2" -op1=Select mouse options -onmouseover=script44(event_com, "bank_tabs,0") -onmouseleave=script299(interface_771:com_403, event_com, "bank_tabs,3") -onop=script1563 -onmouserepeat=script38(event_com, interface_771:com_403, "Mouse options", 25, 120) - -// 771:15 -[com_15] -type=graphic -x=27 -y=47 -width=32 -height=36 -layer=com_35 -graphic="side_icons,10" - -// 771:16 -[com_16] -type=graphic -x=68 -y=34 -width=48 -height=48 -layer=com_35 -graphic="bank_tabs,3" -op1=Select gender options -onmouseover=script44(event_com, "bank_tabs,0") -onmouseleave=script299(interface_771:com_403, event_com, "bank_tabs,3") -onop=script1565 -onmouserepeat=script38(event_com, interface_771:com_403, "Gender options", 25, 120) - -// 771:17 -[com_17] -type=graphic -x=74 -y=47 -width=35 -height=35 -layer=com_35 -graphic=graphic_1444 - -// 771:18 -[com_18] -type=graphic -x=116 -y=34 -width=48 -height=48 -layer=com_35 -graphic="bank_tabs,3" -op1=Select head options -onmouseover=script44(event_com, "bank_tabs,0") -onmouseleave=script299(interface_771:com_403, event_com, "bank_tabs,3") -onop=script1567 -onmouserepeat=script38(event_com, interface_771:com_403, "Head options", 25, 120) - -// 771:19 -[com_19] -type=graphic -x=122 -y=47 -width=35 -height=35 -layer=com_35 -graphic=graphic_1445 - -// 771:20 -[com_20] -type=graphic -x=164 -y=34 -width=48 -height=48 -layer=com_35 -graphic="bank_tabs,3" -op1=Select body options -onmouseover=script44(event_com, "bank_tabs,0") -onmouseleave=script299(interface_771:com_403, event_com, "bank_tabs,3") -onop=script1569 -onmouserepeat=script38(event_com, interface_771:com_403, "Body options", 25, 120) - -// 771:21 -[com_21] -type=graphic -x=170 -y=47 -width=35 -height=35 -layer=com_35 -graphic=graphic_1446 - -// 771:22 -[com_22] -type=layer -x=19 -y=81 -width=480 -height=245 -layer=com_35 -hide=yes -onload=script1551 - -// 771:23 -[com_23] -type=layer -x=19 -y=81 -width=480 -height=245 -layer=com_35 -hide=yes - -// 771:24 -[com_24] -type=layer -x=19 -y=81 -width=480 -height=245 -layer=com_35 -hide=yes - -// 771:25 -[com_25] -type=layer -x=19 -y=81 -width=480 -height=245 -layer=com_35 -hide=yes - -// 771:26 -[com_26] -type=layer -x=57 -y=109 -width=400 -height=200 -layer=com_35 -hide=yes -onop=script1610 - -// 771:27 -[com_27] -type=text -x=213 -y=47 -width=272 -height=32 -layer=com_35 -textfont=p11_full -text=All options selected here can be changed in various locations at a later date. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 771:28 -[com_28] -type=layer -x=2 -y=6 -width=507 -height=328 -layer=com_35 -hide=yes -onop=script1610 - -// 771:29 -[com_29] -type=layer -x=2 -y=6 -width=507 -height=328 -layer=com_35 -hide=yes -onop=script1610 - -// 771:30 -[com_30] -type=layer -x=2 -y=3 -width=500 -height=320 -layer=com_35 - -// 771:31 -[com_31] -type=layer -x=292 -y=112 -width=200 -height=180 -layer=com_35 - -// 771:32 -[com_32] -type=layer -x=19 -y=81 -width=270 -height=245 -layer=com_35 - -// 771:33 -[com_33] -type=layer -x=19 -y=81 -width=270 -height=245 -layer=com_35 - -// 771:34 -[com_34] -type=layer -width=239 -height=180 -layer=com_35 - -// 771:35 -[com_35] -type=layer -width=513 -height=340 -xmode=abs_centre -ymode=abs_centre -layer=com_0 - -// 771:36 -[com_36] -type=graphic -x=1 -y=174 -width=472 -height=32 -layer=com_22 -graphic="v2_borders_slim,11" - -// 771:37 -[com_37] -type=layer -x=79 -y=35 -width=86 -height=70 -layer=com_22 -op1=Select 2-button mouse -onload=script1557(event_com) -onmouseover=script97(event_com) -onmouseleave=script1358(interface_771:com_399, event_com) -onmouserepeat=script38(event_com, interface_771:com_399, "Select 2-button mouse", 25, 120) -onclick=script1572 - -// 771:38 -[com_38] -type=text -x=84 -y=87 -width=74 -height=10 -layer=com_22 -textfont=p11_full -text=2 Button -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 771:39 -[com_39] -type=graphic -x=104 -y=51 -width=36 -height=32 -layer=com_22 -graphic="tutorial_mouse,1" - -// 771:40 -[com_40] -type=layer -x=312 -y=35 -width=86 -height=70 -layer=com_22 -op1=Select 1-button mouse -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script1358(interface_771:com_399, event_com) -onmouserepeat=script38(event_com, interface_771:com_399, "Select 1-button mouse", 25, 120) -onclick=script1573 - -// 771:41 -[com_41] -type=graphic -x=337 -y=51 -width=36 -height=32 -layer=com_22 -graphic="tutorial_mouse,0" - -// 771:42 -[com_42] -type=text -x=319 -y=87 -width=74 -height=11 -layer=com_22 -textfont=p11_full -text=1 Button -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 771:43 -[com_43] -type=text -x=31 -y=3 -width=415 -height=16 -layer=com_22 -textfont=p11_full -text=Please select your style of mouse. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x329900 - -// 771:44 -[com_44] -type=text -x=14 -y=114 -width=215 -height=54 -layer=com_22 -textfont=p11_full -text=Select this option if your mouse has at least 2 buttons. -textalignh=1 -textshadow=yes -colour=0xff9b00 -opbase= - -// 771:45 -[com_45] -type=text -x=249 -y=114 -width=215 -height=54 -layer=com_22 -textfont=p11_full -text=Select this option if your mouse has only 1 button. -textalignh=1 -textshadow=yes -colour=0xff9b00 - -// 771:46 -[com_46] -type=layer -x=319 -y=208 -width=100 -height=25 -layer=com_22 -op1=Select next -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) -onop=script1574 - -// 771:47 -[com_47] -type=text -x=319 -y=208 -width=100 -height=25 -layer=com_22 -textfont=b12_full -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:48 -[com_48] -type=graphic -x=1 -y=174 -width=472 -height=32 -layer=com_23 -graphic="v2_borders_slim,11" - -// 771:49 -[com_49] -type=layer -x=79 -y=35 -width=86 -height=70 -layer=com_23 -op1=Select male gender -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script1358(interface_771:com_399, event_com) -onop=script1575 -onmouserepeat=script38(event_com, interface_771:com_399, "Select male gender", 25, 120) - -// 771:50 -[com_50] -type=graphic -x=100 -y=39 -width=46 -height=46 -layer=com_23 -graphic=graphic_1447 - -// 771:51 -[com_51] -type=text -x=79 -y=87 -width=86 -height=15 -layer=com_23 -textfont=tutorial_font -text=Male -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 771:52 -[com_52] -type=layer -x=312 -y=35 -width=86 -height=70 -layer=com_23 -op1=Select female gender -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script1358(interface_771:com_399, event_com) -onop=script1576 -onmouserepeat=script38(event_com, interface_771:com_399, "Select female gender", 25, 120) - -// 771:53 -[com_53] -type=graphic -x=332 -y=39 -width=46 -height=46 -layer=com_23 -graphic=graphic_1448 - -// 771:54 -[com_54] -type=text -x=312 -y=87 -width=86 -height=15 -layer=com_23 -textfont=tutorial_font -text=Female -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 771:55 -[com_55] -type=text -x=39 -y=3 -width=400 -height=15 -layer=com_23 -textfont=p11_full -text=Please select your character gender. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x329900 - -// 771:56 -[com_56] -type=layer -x=28 -y=208 -width=100 -height=25 -layer=com_23 -op1=Go back -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) -onop=script1577 - -// 771:57 -[com_57] -type=text -x=28 -y=208 -width=100 -height=25 -layer=com_23 -textfont=b12_full -text=Back -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 771:58 -[com_58] -type=layer -x=319 -y=208 -width=100 -height=25 -layer=com_23 -op1=Select next -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) -onop=script1578 - -// 771:59 -[com_59] -type=text -x=319 -y=208 -width=100 -height=25 -layer=com_23 -textfont=b12_full -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 771:60 -[com_60] -type=text -x=316 -y=3 -width=90 -height=15 -layer=com_24 -textfont=b12_full -text=Colour -textalignh=1 -textshadow=yes -colour=0xff9b00 - -// 771:61 -[com_61] -type=graphic -x=362 -y=26 -width=79 -height=20 -layer=com_24 -graphic="tabs,1" -op1=Select skin colour -onop=script1580 - -// 771:62 -[com_62] -type=graphic -x=285 -y=26 -width=79 -height=20 -layer=com_24 -graphic="tabs,0" -op1=Select hair colour -onop=script1579 - -// 771:63 -[com_63] -type=text -x=286 -y=30 -width=66 -height=15 -layer=com_24 -textfont=b12_full -text=Hair -textalignh=1 -textshadow=yes -colour=0xff9b00 - -// 771:64 -[com_64] -type=text -x=362 -y=30 -width=71 -height=15 -layer=com_24 -textfont=b12_full -text=Skin -textalignh=1 -textshadow=yes -colour=0xff9b00 - -// 771:65 -[com_65] -type=graphic -x=297 -y=34 -width=136 -height=32 -layer=com_24 -graphic="v2_stone_borders,23" -tiling=yes - -// 771:66 -[com_66] -type=graphic -x=295 -y=175 -width=136 -height=32 -layer=com_24 -graphic="v2_stone_borders,23" -tiling=yes - -// 771:67 -[com_67] -type=graphic -x=271 -y=63 -width=32 -height=114 -layer=com_24 -graphic="v2_stone_borders,24" -tiling=yes - -// 771:68 -[com_68] -type=graphic -x=426 -y=58 -width=32 -height=114 -layer=com_24 -graphic="v2_stone_borders,24" -tiling=yes - -// 771:69 -[com_69] -type=graphic -x=285 -y=47 -width=32 -height=32 -layer=com_24 -graphic="v2_stone_borders,28" -tiling=yes - -// 771:70 -[com_70] -type=graphic -x=411 -y=47 -width=32 -height=32 -layer=com_24 -graphic="v2_stone_borders,29" -tiling=yes - -// 771:71 -[com_71] -type=graphic -x=285 -y=159 -width=32 -height=32 -layer=com_24 -graphic="v2_stone_borders,30" -tiling=yes - -// 771:72 -[com_72] -type=graphic -x=411 -y=159 -width=32 -height=32 -layer=com_24 -graphic="v2_stone_borders,31" -tiling=yes - -// 771:73 -[com_73] -type=layer -x=24 -y=11 -width=196 -height=116 -layer=com_24 - -// 771:74 -[com_74] -type=rectangle -width=196 -height=116 -layer=com_73 -colour=0x1d1b1a -fill=yes -trans=200 - -// 771:75 -[com_75] -type=rectangle -x=4 -y=3 -width=188 -height=109 -layer=com_73 -colour=0x1d1b1a -fill=yes -trans=230 - -// 771:76 -[com_76] -type=rectangle -x=9 -y=7 -width=179 -height=102 -layer=com_73 -colour=0x1d1b1a -fill=yes -trans=230 - -// 771:77 -[com_77] -type=rectangle -x=14 -y=12 -width=169 -height=92 -layer=com_73 -colour=0x1d1b1a -fill=yes -trans=230 - -// 771:78 -[com_78] -type=layer -x=24 -y=11 -width=196 -height=115 -layer=com_24 - -// 771:79 -[com_79] -type=model -x=48 -y=-6 -width=110 -height=125 -layer=com_78 -model=null -modelorigin_x=10 -modelorigin_y=5 -modelangle_x=66 -modelangle_y=1882 -modelangle_z=0 -modelzoom=2000 -modelanim=seq_569 -unknown100=0 -unknown101=3000 - -// 771:80 -[com_80] -type=graphic -x=22 -y=114 -width=199 -height=32 -layer=com_24 -graphic="v2_stone_borders,23" -tiling=yes - -// 771:81 -[com_81] -type=graphic -x=18 -y=5 -width=32 -height=32 -layer=com_24 -graphic="v2_stone_borders,18" -tiling=yes - -// 771:82 -[com_82] -type=graphic -x=194 -y=5 -width=32 -height=32 -layer=com_24 -graphic="v2_stone_borders,19" -tiling=yes - -// 771:83 -[com_83] -type=graphic -x=18 -y=126 -width=32 -height=32 -layer=com_24 -graphic="v2_stone_borders,20" -tiling=yes - -// 771:84 -[com_84] -type=graphic -x=194 -y=126 -width=32 -height=32 -layer=com_24 -graphic="v2_stone_borders,21" -tiling=yes - -// 771:85 -[com_85] -type=graphic -x=37 -y=-9 -width=163 -height=32 -layer=com_24 -graphic="v2_stone_borders,8" -tiling=yes - -// 771:86 -[com_86] -type=graphic -x=37 -y=138 -width=160 -height=32 -layer=com_24 -graphic="v2_stone_borders,8" -tiling=yes - -// 771:87 -[com_87] -type=graphic -x=4 -y=22 -width=32 -height=107 -layer=com_24 -graphic="v2_stone_borders,13" -tiling=yes - -// 771:88 -[com_88] -type=graphic -x=206 -y=23 -width=32 -height=113 -layer=com_24 -graphic="v2_stone_borders,13" -tiling=yes - -// 771:89 -[com_89] -type=text -x=23 -y=133 -width=197 -height=15 -layer=com_24 -textfont=b12_full -text=Your name here -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff -onload=script1556 - -// 771:90 -[com_90] -type=text -x=62 -y=166 -width=121 -height=15 -layer=com_24 -textfont=p11_full -text=Hair -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:91 -[com_91] -type=layer -x=60 -y=163 -width=121 -height=20 -layer=com_24 -onload=script100(event_com) - -// 771:92 -[com_92] -type=graphic -x=29 -y=158 -width=30 -height=30 -layer=com_24 -graphic=graphic_1450 -op1=Select previous hair style -onmouseover=script44(event_com, graphic_1449) -onmouseleave=script299(interface_771:com_402, event_com, graphic_1450) -onop=script1583 -onmouserepeat=script38(event_com, interface_771:com_402, "Select previous hair style", 25, 200) - -// 771:93 -[com_93] -type=graphic -x=182 -y=158 -width=30 -height=30 -layer=com_24 -graphic=graphic_1452 -op1=Select next hair style -onmouseover=script44(event_com, graphic_1451) -onmouseleave=script299(interface_771:com_402, event_com, graphic_1452) -onop=script1584 -onmouserepeat=script38(event_com, interface_771:com_402, "Select next hair style", 25, 200) - -// 771:94 -[com_94] -type=layer -x=-19 -y=-81 -width=480 -height=345 -layer=com_24 - -// 771:95 -[com_95] -type=layer -x=79 -y=266 -width=121 -height=20 -layer=com_94 -onload=script100(event_com) - -// 771:96 -[com_96] -type=text -x=81 -y=271 -width=121 -height=15 -layer=com_94 -textfont=p11_full -text=Facial Hair -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:97 -[com_97] -type=graphic -x=48 -y=261 -width=30 -height=30 -layer=com_94 -graphic=graphic_1450 -op1=Select previous facial hair style -onmouseover=script44(event_com, graphic_1449) -onmouseleave=script299(interface_771:com_402, event_com, graphic_1450) -onop=script1585 -onmouserepeat=script38(event_com, interface_771:com_402, "Select previous facial hair style", 25, 200) - -// 771:98 -[com_98] -type=graphic -x=201 -y=261 -width=30 -height=30 -layer=com_94 -graphic=graphic_1452 -op1=Select next facial hair style -onmouseover=script44(event_com, graphic_1451) -onmouseleave=script299(interface_771:com_402, event_com, graphic_1452) -onop=script1586 -onmouserepeat=script38(event_com, interface_771:com_402, "Select next facial hair style", 25, 200) - -// 771:99 -[com_99] -type=layer -x=266 -y=30 -width=200 -height=200 -layer=com_24 - -// 771:100 -[com_100] -type=graphic -x=24 -y=22 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1613 -onmouserepeat=script38(event_com, interface_771:com_400, "Burgundy", 25, 120) - -// 771:101 -[com_101] -type=graphic -x=54 -y=22 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1614 -onmouserepeat=script38(event_com, interface_771:com_400, "Red", 25, 120) - -// 771:102 -[com_102] -type=graphic -x=84 -y=22 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1615 -onmouserepeat=script38(event_com, interface_771:com_400, "Vermillion", 25, 120) - -// 771:103 -[com_103] -type=graphic -x=114 -y=22 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1616 -onmouserepeat=script38(event_com, interface_771:com_400, "Pink", 25, 120) - -// 771:104 -[com_104] -type=graphic -x=144 -y=22 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1617 -onmouserepeat=script38(event_com, interface_771:com_400, "Orange", 25, 120) - -// 771:105 -[com_105] -type=graphic -x=24 -y=49 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1618 -onmouserepeat=script38(event_com, interface_771:com_400, "Yellow", 25, 120) - -// 771:106 -[com_106] -type=graphic -x=54 -y=49 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1619 -onmouserepeat=script38(event_com, interface_771:com_400, "Peach", 25, 120) - -// 771:107 -[com_107] -type=graphic -x=84 -y=49 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1620 -onmouserepeat=script38(event_com, interface_771:com_400, "Brown", 25, 120) - -// 771:108 -[com_108] -type=graphic -x=114 -y=49 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1621 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark brown", 25, 120) - -// 771:109 -[com_109] -type=graphic -x=144 -y=49 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1622 -onmouserepeat=script38(event_com, interface_771:com_400, "Light brown", 25, 120) - -// 771:110 -[com_110] -type=graphic -x=24 -y=76 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1623 -onmouserepeat=script38(event_com, interface_771:com_400, "Mint green", 25, 120) - -// 771:111 -[com_111] -type=graphic -x=54 -y=76 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1624 -onmouserepeat=script38(event_com, interface_771:com_400, "Green", 25, 120) - -// 771:112 -[com_112] -type=graphic -x=84 -y=76 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1625 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark green", 25, 120) - -// 771:113 -[com_113] -type=graphic -x=114 -y=76 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1626 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark blue", 25, 120) - -// 771:114 -[com_114] -type=graphic -x=144 -y=76 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1627 -onmouserepeat=script38(event_com, interface_771:com_400, "Turquoise", 25, 120) - -// 771:115 -[com_115] -type=graphic -x=24 -y=103 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1628 -onmouserepeat=script38(event_com, interface_771:com_400, "Cyan", 25, 120) - -// 771:116 -[com_116] -type=graphic -x=54 -y=103 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1629 -onmouserepeat=script38(event_com, interface_771:com_400, "Purple", 25, 120) - -// 771:117 -[com_117] -type=graphic -x=84 -y=103 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1630 -onmouserepeat=script38(event_com, interface_771:com_400, "Violet", 25, 120) - -// 771:118 -[com_118] -type=graphic -x=114 -y=103 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1631 -onmouserepeat=script38(event_com, interface_771:com_400, "Indigo", 25, 120) - -// 771:119 -[com_119] -type=graphic -x=144 -y=103 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1632 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark grey", 25, 120) - -// 771:120 -[com_120] -type=graphic -x=24 -y=130 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1633 -onmouserepeat=script38(event_com, interface_771:com_400, "Military grey", 25, 120) - -// 771:121 -[com_121] -type=graphic -x=54 -y=130 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1634 -onmouserepeat=script38(event_com, interface_771:com_400, "White", 25, 120) - -// 771:122 -[com_122] -type=graphic -x=84 -y=130 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1635 -onmouserepeat=script38(event_com, interface_771:com_400, "Light grey", 25, 120) - -// 771:123 -[com_123] -type=graphic -x=114 -y=130 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1636 -onmouserepeat=script38(event_com, interface_771:com_400, "Taupe", 25, 120) - -// 771:124 -[com_124] -type=graphic -x=144 -y=130 -width=28 -height=25 -layer=com_99 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1637 -onmouserepeat=script38(event_com, interface_771:com_400, "Black", 25, 120) - -// 771:125 -[com_125] -type=rectangle -x=30 -y=28 -width=16 -height=13 -layer=com_99 -colour=0x300000 -fill=yes - -// 771:126 -[com_126] -type=rectangle -x=60 -y=28 -width=16 -height=13 -layer=com_99 -colour=0xb03838 -fill=yes - -// 771:127 -[com_127] -type=rectangle -x=90 -y=28 -width=16 -height=13 -layer=com_99 -colour=0x9f2800 -fill=yes - -// 771:128 -[com_128] -type=rectangle -x=120 -y=28 -width=16 -height=13 -layer=com_99 -colour=0xc88080 -fill=yes - -// 771:129 -[com_129] -type=rectangle -x=150 -y=28 -width=16 -height=13 -layer=com_99 -colour=0xcb823e -fill=yes - -// 771:130 -[com_130] -type=rectangle -x=30 -y=55 -width=16 -height=13 -layer=com_99 -colour=0xcdad53 -fill=yes - -// 771:131 -[com_131] -type=rectangle -x=60 -y=55 -width=16 -height=13 -layer=com_99 -colour=0xc06840 -fill=yes - -// 771:132 -[com_132] -type=rectangle -x=90 -y=55 -width=16 -height=13 -layer=com_99 -colour=0x50321e -fill=yes - -// 771:133 -[com_133] -type=rectangle -x=120 -y=55 -width=16 -height=13 -layer=com_99 -colour=0x302008 -fill=yes - -// 771:134 -[com_134] -type=rectangle -x=150 -y=55 -width=16 -height=13 -layer=com_99 -colour=0x885f29 -fill=yes - -// 771:135 -[com_135] -type=rectangle -x=30 -y=82 -width=16 -height=13 -layer=com_99 -colour=0x60b060 -fill=yes - -// 771:136 -[com_136] -type=rectangle -x=60 -y=82 -width=16 -height=13 -layer=com_99 -colour=0x008300 -fill=yes - -// 771:137 -[com_137] -type=rectangle -x=90 -y=82 -width=16 -height=13 -layer=com_99 -colour=0x183028 -fill=yes - -// 771:138 -[com_138] -type=rectangle -x=120 -y=82 -width=16 -height=13 -layer=com_99 -colour=0x181890 -fill=yes - -// 771:139 -[com_139] -type=rectangle -x=150 -y=82 -width=16 -height=13 -layer=com_99 -colour=0x008383 -fill=yes - -// 771:140 -[com_140] -type=rectangle -x=30 -y=109 -width=16 -height=13 -layer=com_99 -colour=0x68a8f8 -fill=yes - -// 771:141 -[com_141] -type=rectangle -x=60 -y=109 -width=16 -height=13 -layer=com_99 -colour=0xbe00c0 -fill=yes - -// 771:142 -[com_142] -type=rectangle -x=90 -y=109 -width=16 -height=13 -layer=com_99 -colour=0x9860b0 -fill=yes - -// 771:143 -[com_143] -type=rectangle -x=120 -y=109 -width=16 -height=13 -layer=com_99 -colour=0x581890 -fill=yes - -// 771:144 -[com_144] -type=rectangle -x=150 -y=109 -width=16 -height=13 -layer=com_99 -colour=0x2f2a2a -fill=yes - -// 771:145 -[com_145] -type=rectangle -x=30 -y=136 -width=16 -height=13 -layer=com_99 -colour=0x76756c -fill=yes - -// 771:146 -[com_146] -type=rectangle -x=60 -y=136 -width=16 -height=13 -layer=com_99 -colour=0xd6d1d1 -fill=yes - -// 771:147 -[com_147] -type=rectangle -x=90 -y=136 -width=16 -height=13 -layer=com_99 -colour=0x989878 -fill=yes - -// 771:148 -[com_148] -type=rectangle -x=120 -y=136 -width=16 -height=13 -layer=com_99 -colour=0x484038 -fill=yes - -// 771:149 -[com_149] -type=rectangle -x=150 -y=136 -width=16 -height=13 -layer=com_99 -colour=0x101010 -fill=yes - -// 771:150 -[com_150] -type=layer -x=266 -y=30 -width=200 -height=200 -layer=com_24 -hide=yes - -// 771:151 -[com_151] -type=graphic -x=54 -y=22 -width=28 -height=25 -layer=com_150 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1638 -onmouserepeat=script38(event_com, interface_771:com_400, "Pale", 25, 120) - -// 771:152 -[com_152] -type=graphic -x=84 -y=22 -width=28 -height=25 -layer=com_150 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1639 -onmouserepeat=script38(event_com, interface_771:com_400, "Fair", 25, 120) - -// 771:153 -[com_153] -type=graphic -x=114 -y=22 -width=28 -height=25 -layer=com_150 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1640 -onmouserepeat=script38(event_com, interface_771:com_400, "Tanned", 25, 120) - -// 771:154 -[com_154] -type=graphic -x=144 -y=22 -width=28 -height=25 -layer=com_150 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1641 -onmouserepeat=script38(event_com, interface_771:com_400, "Olive", 25, 120) - -// 771:155 -[com_155] -type=graphic -x=24 -y=49 -width=28 -height=25 -layer=com_150 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1642 -onmouserepeat=script38(event_com, interface_771:com_400, "Light brown", 25, 120) - -// 771:156 -[com_156] -type=graphic -x=54 -y=49 -width=28 -height=25 -layer=com_150 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1643 -onmouserepeat=script38(event_com, interface_771:com_400, "Brown", 25, 120) - -// 771:157 -[com_157] -type=graphic -x=84 -y=49 -width=28 -height=25 -layer=com_150 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1644 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark brown", 25, 120) - -// 771:158 -[com_158] -type=graphic -x=24 -y=22 -width=28 -height=25 -layer=com_150 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1645 -onmouserepeat=script38(event_com, interface_771:com_400, "Very pale", 25, 120) - -// 771:159 -[com_159] -type=rectangle -x=60 -y=28 -width=16 -height=13 -layer=com_150 -colour=0xbb8f6a -fill=yes - -// 771:160 -[com_160] -type=rectangle -x=90 -y=28 -width=16 -height=13 -layer=com_150 -colour=0xa47f5d -fill=yes - -// 771:161 -[com_161] -type=rectangle -x=120 -y=28 -width=16 -height=13 -layer=com_150 -colour=0x9e7a49 -fill=yes - -// 771:162 -[com_162] -type=rectangle -x=150 -y=28 -width=16 -height=13 -layer=com_150 -colour=0x8e6e42 -fill=yes - -// 771:163 -[com_163] -type=rectangle -x=30 -y=55 -width=16 -height=13 -layer=com_150 -colour=0x79582a -fill=yes - -// 771:164 -[com_164] -type=rectangle -x=60 -y=55 -width=16 -height=13 -layer=com_150 -colour=0x644e24 -fill=yes - -// 771:165 -[com_165] -type=rectangle -x=90 -y=55 -width=16 -height=13 -layer=com_150 -colour=0x4c3d09 -fill=yes - -// 771:166 -[com_166] -type=rectangle -x=30 -y=28 -width=16 -height=13 -layer=com_150 -colour=0xd5a985 -fill=yes - -// 771:167 -[com_167] -type=layer -x=319 -y=208 -width=100 -height=25 -layer=com_24 -op1=Select next -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) -onop=script1582 - -// 771:168 -[com_168] -type=text -x=319 -y=208 -width=100 -height=25 -layer=com_24 -textfont=b12_full -text=Next -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 771:169 -[com_169] -type=layer -x=174 -y=208 -width=100 -height=25 -layer=com_24 -op1=Select random -op10= -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 771:170 -[com_170] -type=text -x=174 -y=208 -width=100 -height=25 -layer=com_24 -textfont=b12_full -text=Randomise -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 -op10= - -// 771:171 -[com_171] -type=layer -x=28 -y=208 -width=100 -height=25 -layer=com_24 -op1=Go back -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) -onop=script1581 - -// 771:172 -[com_172] -type=text -x=28 -y=208 -width=100 -height=25 -layer=com_24 -textfont=b12_full -text=Back -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 -opbase= - -// 771:173 -[com_173] -type=text -x=325 -y=3 -width=90 -height=15 -layer=com_25 -textfont=b12_full -text=Colour -textalignh=1 -textshadow=yes -colour=0xff9b00 - -// 771:174 -[com_174] -type=graphic -x=400 -y=26 -width=64 -height=20 -layer=com_25 -graphic="tabs,1" -op1=Select feet colour -onop=script1593 - -// 771:175 -[com_175] -type=text -x=406 -y=29 -width=59 -height=15 -layer=com_25 -textfont=b12_full -text=Feet -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:176 -[com_176] -type=graphic -x=342 -y=26 -width=64 -height=20 -layer=com_25 -graphic="tabs,1" -op1=Select leg colour -onop=script1592 - -// 771:177 -[com_177] -type=text -x=349 -y=29 -width=65 -height=15 -layer=com_25 -textfont=b12_full -text=Legs -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:178 -[com_178] -type=graphic -x=283 -y=26 -width=64 -height=20 -layer=com_25 -graphic="tabs,0" -op1=Select torso colour -onop=script1591 - -// 771:179 -[com_179] -type=text -x=291 -y=29 -width=65 -height=15 -layer=com_25 -textfont=b12_full -text=Torso -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:180 -[com_180] -type=graphic -x=295 -y=33 -width=146 -height=32 -layer=com_25 -graphic="v2_stone_borders,23" -tiling=yes -opbase= - -// 771:181 -[com_181] -type=graphic -x=293 -y=174 -width=151 -height=32 -layer=com_25 -graphic="v2_stone_borders,23" -tiling=yes - -// 771:182 -[com_182] -type=graphic -x=269 -y=62 -width=32 -height=106 -layer=com_25 -graphic="v2_stone_borders,24" -tiling=yes -opbase= - -// 771:183 -[com_183] -type=graphic -x=450 -y=57 -width=32 -height=110 -layer=com_25 -graphic="v2_stone_borders,24" -tiling=yes - -// 771:184 -[com_184] -type=graphic -x=283 -y=46 -width=32 -height=32 -layer=com_25 -graphic="v2_stone_borders,28" -tiling=yes - -// 771:185 -[com_185] -type=graphic -x=435 -y=46 -width=32 -height=32 -layer=com_25 -graphic="v2_stone_borders,29" -tiling=yes - -// 771:186 -[com_186] -type=graphic -x=283 -y=158 -width=32 -height=32 -layer=com_25 -graphic="v2_stone_borders,30" -tiling=yes - -// 771:187 -[com_187] -type=graphic -x=435 -y=158 -width=32 -height=32 -layer=com_25 -graphic="v2_stone_borders,31" -tiling=yes - -// 771:188 -[com_188] -type=layer -x=278 -y=29 -width=200 -height=200 -layer=com_25 - -// 771:189 -[com_189] -type=graphic -x=8 -y=22 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1646 -onmouserepeat=script38(event_com, interface_771:com_400, "Burgundy", 25, 120) - -// 771:190 -[com_190] -type=graphic -x=38 -y=22 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1647 -onmouserepeat=script38(event_com, interface_771:com_400, "Red", 25, 120) - -// 771:191 -[com_191] -type=graphic -x=68 -y=22 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1648 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark red", 25, 120) - -// 771:192 -[com_192] -type=graphic -x=98 -y=22 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1649 -onmouserepeat=script38(event_com, interface_771:com_400, "Pink", 25, 120) - -// 771:193 -[com_193] -type=graphic -x=128 -y=22 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1650 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark pink", 25, 120) - -// 771:194 -[com_194] -type=graphic -x=157 -y=22 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1651 -onmouserepeat=script38(event_com, interface_771:com_400, "Orange", 25, 120) - -// 771:195 -[com_195] -type=graphic -x=8 -y=49 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1652 -onmouserepeat=script38(event_com, interface_771:com_400, "Burnt orange", 25, 120) - -// 771:196 -[com_196] -type=graphic -x=38 -y=49 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1653 -onmouserepeat=script38(event_com, interface_771:com_400, "Peach", 25, 120) - -// 771:197 -[com_197] -type=graphic -x=68 -y=49 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1654 -onmouserepeat=script38(event_com, interface_771:com_400, "Light khaki", 25, 120) - -// 771:198 -[com_198] -type=graphic -x=98 -y=49 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1655 -onmouserepeat=script38(event_com, interface_771:com_400, "Khaki", 25, 120) - -// 771:199 -[com_199] -type=graphic -x=128 -y=49 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1656 -onmouserepeat=script38(event_com, interface_771:com_400, "Gold", 25, 120) - -// 771:200 -[com_200] -type=graphic -x=157 -y=49 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1657 -onmouserepeat=script38(event_com, interface_771:com_400, "Moss green", 25, 120) - -// 771:201 -[com_201] -type=graphic -x=8 -y=76 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1658 -onmouserepeat=script38(event_com, interface_771:com_400, "Mint green", 25, 120) - -// 771:202 -[com_202] -type=graphic -x=38 -y=76 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1659 -onmouserepeat=script38(event_com, interface_771:com_400, "Sea green", 25, 120) - -// 771:203 -[com_203] -type=graphic -x=68 -y=76 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1660 -onmouserepeat=script38(event_com, interface_771:com_400, "Forest green", 25, 120) - -// 771:204 -[com_204] -type=graphic -x=98 -y=76 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1661 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark green", 25, 120) - -// 771:205 -[com_205] -type=graphic -x=128 -y=76 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1662 -onmouserepeat=script38(event_com, interface_771:com_400, "Royal blue", 25, 120) - -// 771:206 -[com_206] -type=graphic -x=157 -y=76 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1663 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark blue", 25, 120) - -// 771:207 -[com_207] -type=graphic -x=8 -y=103 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1664 -onmouserepeat=script38(event_com, interface_771:com_400, "Light blue", 25, 120) - -// 771:208 -[com_208] -type=graphic -x=38 -y=103 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1665 -onmouserepeat=script38(event_com, interface_771:com_400, "Pale blue", 25, 120) - -// 771:209 -[com_209] -type=graphic -x=68 -y=103 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1666 -onmouserepeat=script38(event_com, interface_771:com_400, "Mauve", 25, 120) - -// 771:210 -[com_210] -type=graphic -x=98 -y=103 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1667 -onmouserepeat=script38(event_com, interface_771:com_400, "Violet", 25, 120) - -// 771:211 -[com_211] -type=graphic -x=128 -y=103 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1668 -onmouserepeat=script38(event_com, interface_771:com_400, "Indigo", 25, 120) - -// 771:212 -[com_212] -type=graphic -x=157 -y=103 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1669 -onmouserepeat=script38(event_com, interface_771:com_400, "Navy blue", 25, 120) - -// 771:213 -[com_213] -type=graphic -x=8 -y=130 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -opbase=m+mmm+m+ -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1670 -onmouserepeat=script38(event_com, interface_771:com_400, "Beige", 25, 120) - -// 771:214 -[com_214] -type=graphic -x=38 -y=130 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1671 -onmouserepeat=script38(event_com, interface_771:com_400, "Light grey", 25, 120) - -// 771:215 -[com_215] -type=graphic -x=68 -y=130 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1672 -onmouserepeat=script38(event_com, interface_771:com_400, "Taupe", 25, 120) - -// 771:216 -[com_216] -type=graphic -x=98 -y=130 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1673 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark grey", 25, 120) - -// 771:217 -[com_217] -type=graphic -x=128 -y=130 -width=28 -height=25 -layer=com_188 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1674 -onmouserepeat=script38(event_com, interface_771:com_400, "Black", 25, 120) - -// 771:218 -[com_218] -type=rectangle -x=14 -y=28 -width=16 -height=13 -layer=com_188 -colour=0x300000 -fill=yes - -// 771:219 -[com_219] -type=rectangle -x=44 -y=28 -width=16 -height=13 -layer=com_188 -colour=0xb03838 -fill=yes - -// 771:220 -[com_220] -type=rectangle -x=74 -y=28 -width=16 -height=13 -layer=com_188 -colour=0x752f3b -fill=yes - -// 771:221 -[com_221] -type=rectangle -x=104 -y=28 -width=16 -height=13 -layer=com_188 -colour=0xc88080 -fill=yes - -// 771:222 -[com_222] -type=rectangle -x=134 -y=28 -width=16 -height=13 -layer=com_188 -colour=0xa17067 -fill=yes - -// 771:223 -[com_223] -type=rectangle -x=163 -y=28 -width=16 -height=13 -layer=com_188 -colour=0x9d642f -fill=yes - -// 771:224 -[com_224] -type=rectangle -x=14 -y=55 -width=16 -height=13 -layer=com_188 -colour=0x8b3b2a -fill=yes -opbase=mmmm - -// 771:225 -[com_225] -type=rectangle -x=44 -y=55 -width=16 -height=13 -layer=com_188 -colour=0xc06840 -fill=yes - -// 771:226 -[com_226] -type=rectangle -x=74 -y=55 -width=16 -height=13 -layer=com_188 -colour=0xaa9045 -fill=yes - -// 771:227 -[com_227] -type=rectangle -x=104 -y=55 -width=16 -height=13 -layer=com_188 -colour=0x7b6e32 -fill=yes - -// 771:228 -[com_228] -type=rectangle -x=134 -y=55 -width=16 -height=13 -layer=com_188 -colour=0xa3970d -fill=yes - -// 771:229 -[com_229] -type=rectangle -x=163 -y=55 -width=16 -height=13 -layer=com_188 -colour=0x829472 -fill=yes - -// 771:230 -[com_230] -type=rectangle -x=14 -y=82 -width=16 -height=13 -layer=com_188 -colour=0x60b060 -fill=yes - -// 771:231 -[com_231] -type=rectangle -x=44 -y=82 -width=16 -height=13 -layer=com_188 -colour=0x2d723e -fill=yes - -// 771:232 -[com_232] -type=rectangle -x=74 -y=82 -width=16 -height=13 -layer=com_188 -colour=0x1c6135 -fill=yes - -// 771:233 -[com_233] -type=rectangle -x=104 -y=82 -width=16 -height=13 -layer=com_188 -colour=0x183028 -fill=yes - -// 771:234 -[com_234] -type=rectangle -x=134 -y=82 -width=16 -height=13 -layer=com_188 -colour=0x181890 -fill=yes - -// 771:235 -[com_235] -type=rectangle -x=163 -y=82 -width=16 -height=13 -layer=com_188 -colour=0x2d5272 -fill=yes - -// 771:236 -[com_236] -type=rectangle -x=14 -y=109 -width=16 -height=13 -layer=com_188 -colour=0x6088b0 -fill=yes - -// 771:237 -[com_237] -type=rectangle -x=44 -y=109 -width=16 -height=13 -layer=com_188 -colour=0x728c94 -fill=yes - -// 771:238 -[com_238] -type=rectangle -x=74 -y=109 -width=16 -height=13 -layer=com_188 -colour=0x83537b -fill=yes - -// 771:239 -[com_239] -type=rectangle -x=104 -y=109 -width=16 -height=13 -layer=com_188 -colour=0x9860b0 -fill=yes - -// 771:240 -[com_240] -type=rectangle -x=134 -y=109 -width=16 -height=13 -layer=com_188 -colour=0x581890 -fill=yes - -// 771:241 -[com_241] -type=rectangle -x=163 -y=109 -width=16 -height=13 -layer=com_188 -colour=0x3b3b4e -fill=yes - -// 771:242 -[com_242] -type=rectangle -x=14 -y=136 -width=16 -height=13 -layer=com_188 -colour=0xada481 -fill=yes - -// 771:243 -[com_243] -type=rectangle -x=44 -y=136 -width=16 -height=13 -layer=com_188 -colour=0x989878 -fill=yes - -// 771:244 -[com_244] -type=rectangle -x=74 -y=136 -width=16 -height=13 -layer=com_188 -colour=0x484038 -fill=yes - -// 771:245 -[com_245] -type=rectangle -x=104 -y=136 -width=16 -height=13 -layer=com_188 -colour=0x262323 -fill=yes - -// 771:246 -[com_246] -type=rectangle -x=134 -y=136 -width=16 -height=13 -layer=com_188 -colour=0x101010 -fill=yes - -// 771:247 -[com_247] -type=layer -x=278 -y=29 -width=200 -height=200 -layer=com_25 -hide=yes - -// 771:248 -[com_248] -type=graphic -x=98 -y=76 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1675 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark green", 25, 120) - -// 771:249 -[com_249] -type=graphic -x=8 -y=22 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1676 -onmouserepeat=script38(event_com, interface_771:com_400, "Burgundy", 25, 120) - -// 771:250 -[com_250] -type=graphic -x=38 -y=22 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1677 -onmouserepeat=script38(event_com, interface_771:com_400, "Red", 25, 120) - -// 771:251 -[com_251] -type=graphic -x=68 -y=22 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1678 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark red", 25, 120) - -// 771:252 -[com_252] -type=graphic -x=98 -y=22 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1679 -onmouserepeat=script38(event_com, interface_771:com_400, "Pink", 25, 120) - -// 771:253 -[com_253] -type=graphic -x=128 -y=22 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1680 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark pink", 25, 120) - -// 771:254 -[com_254] -type=graphic -x=157 -y=22 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1681 -onmouserepeat=script38(event_com, interface_771:com_400, "Orange", 25, 120) - -// 771:255 -[com_255] -type=graphic -x=8 -y=49 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1682 -onmouserepeat=script38(event_com, interface_771:com_400, "Burnt orange", 25, 120) - -// 771:256 -[com_256] -type=graphic -x=38 -y=49 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1683 -onmouserepeat=script38(event_com, interface_771:com_400, "Peach", 25, 120) - -// 771:257 -[com_257] -type=graphic -x=68 -y=49 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1684 -onmouserepeat=script38(event_com, interface_771:com_400, "Light khaki", 25, 120) - -// 771:258 -[com_258] -type=graphic -x=98 -y=49 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1685 -onmouserepeat=script38(event_com, interface_771:com_400, "Khaki", 25, 120) - -// 771:259 -[com_259] -type=graphic -x=128 -y=49 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1686 -onmouserepeat=script38(event_com, interface_771:com_400, "Gold", 25, 120) - -// 771:260 -[com_260] -type=graphic -x=157 -y=49 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1687 -onmouserepeat=script38(event_com, interface_771:com_400, "Moss green", 25, 120) - -// 771:261 -[com_261] -type=graphic -x=8 -y=76 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1688 -onmouserepeat=script38(event_com, interface_771:com_400, "Mint green", 25, 120) - -// 771:262 -[com_262] -type=graphic -x=38 -y=76 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1689 -onmouserepeat=script38(event_com, interface_771:com_400, "Sea green", 25, 120) - -// 771:263 -[com_263] -type=graphic -x=68 -y=76 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1690 -onmouserepeat=script38(event_com, interface_771:com_400, "Forest green", 25, 120) - -// 771:264 -[com_264] -type=graphic -x=128 -y=76 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1691 -onmouserepeat=script38(event_com, interface_771:com_400, "Royal blue", 25, 120) - -// 771:265 -[com_265] -type=graphic -x=157 -y=76 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1692 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark blue", 25, 120) - -// 771:266 -[com_266] -type=graphic -x=8 -y=103 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1693 -onmouserepeat=script38(event_com, interface_771:com_400, "Light blue", 25, 120) - -// 771:267 -[com_267] -type=graphic -x=38 -y=103 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1694 -onmouserepeat=script38(event_com, interface_771:com_400, "Pale blue", 25, 120) - -// 771:268 -[com_268] -type=graphic -x=68 -y=103 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1695 -onmouserepeat=script38(event_com, interface_771:com_400, "Mauve", 25, 120) - -// 771:269 -[com_269] -type=graphic -x=98 -y=103 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1696 -onmouserepeat=script38(event_com, interface_771:com_400, "Violet", 25, 120) - -// 771:270 -[com_270] -type=graphic -x=128 -y=103 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1697 -onmouserepeat=script38(event_com, interface_771:com_400, "Indigo", 25, 120) - -// 771:271 -[com_271] -type=graphic -x=157 -y=103 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1698 -onmouserepeat=script38(event_com, interface_771:com_400, "Navy blue", 25, 120) - -// 771:272 -[com_272] -type=graphic -x=8 -y=130 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -opbase=m+mmm+m+ -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1699 -onmouserepeat=script38(event_com, interface_771:com_400, "Beige", 25, 120) - -// 771:273 -[com_273] -type=graphic -x=38 -y=130 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1700 -onmouserepeat=script38(event_com, interface_771:com_400, "Light grey", 25, 120) - -// 771:274 -[com_274] -type=graphic -x=68 -y=130 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1701 -onmouserepeat=script38(event_com, interface_771:com_400, "Taupe", 25, 120) - -// 771:275 -[com_275] -type=graphic -x=98 -y=130 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1702 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark grey", 25, 120) - -// 771:276 -[com_276] -type=graphic -x=128 -y=130 -width=28 -height=25 -layer=com_247 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1703 -onmouserepeat=script38(event_com, interface_771:com_400, "Black", 25, 120) - -// 771:277 -[com_277] -type=rectangle -x=104 -y=82 -width=16 -height=13 -layer=com_247 -colour=0x183028 -fill=yes - -// 771:278 -[com_278] -type=rectangle -x=14 -y=28 -width=16 -height=13 -layer=com_247 -colour=0x300000 -fill=yes - -// 771:279 -[com_279] -type=rectangle -x=44 -y=28 -width=16 -height=13 -layer=com_247 -colour=0xb03838 -fill=yes - -// 771:280 -[com_280] -type=rectangle -x=74 -y=28 -width=16 -height=13 -layer=com_247 -colour=0x752f3b -fill=yes - -// 771:281 -[com_281] -type=rectangle -x=104 -y=28 -width=16 -height=13 -layer=com_247 -colour=0xc88080 -fill=yes - -// 771:282 -[com_282] -type=rectangle -x=134 -y=28 -width=16 -height=13 -layer=com_247 -colour=0xa17067 -fill=yes - -// 771:283 -[com_283] -type=rectangle -x=163 -y=28 -width=16 -height=13 -layer=com_247 -colour=0x9d642f -fill=yes - -// 771:284 -[com_284] -type=rectangle -x=14 -y=55 -width=16 -height=13 -layer=com_247 -colour=0x8b3b2a -fill=yes -opbase=mmmm - -// 771:285 -[com_285] -type=rectangle -x=44 -y=55 -width=16 -height=13 -layer=com_247 -colour=0xc06840 -fill=yes - -// 771:286 -[com_286] -type=rectangle -x=74 -y=55 -width=16 -height=13 -layer=com_247 -colour=0xaa9045 -fill=yes - -// 771:287 -[com_287] -type=rectangle -x=104 -y=55 -width=16 -height=13 -layer=com_247 -colour=0x7b6e32 -fill=yes - -// 771:288 -[com_288] -type=rectangle -x=134 -y=55 -width=16 -height=13 -layer=com_247 -colour=0xa3970d -fill=yes - -// 771:289 -[com_289] -type=rectangle -x=163 -y=55 -width=16 -height=13 -layer=com_247 -colour=0x829472 -fill=yes - -// 771:290 -[com_290] -type=rectangle -x=14 -y=82 -width=16 -height=13 -layer=com_247 -colour=0x60b060 -fill=yes - -// 771:291 -[com_291] -type=rectangle -x=44 -y=82 -width=16 -height=13 -layer=com_247 -colour=0x2d723e -fill=yes - -// 771:292 -[com_292] -type=rectangle -x=74 -y=82 -width=16 -height=13 -layer=com_247 -colour=0x1c6135 -fill=yes - -// 771:293 -[com_293] -type=rectangle -x=134 -y=82 -width=16 -height=13 -layer=com_247 -colour=0x181890 -fill=yes - -// 771:294 -[com_294] -type=rectangle -x=163 -y=82 -width=16 -height=13 -layer=com_247 -colour=0x2d5272 -fill=yes - -// 771:295 -[com_295] -type=rectangle -x=14 -y=109 -width=16 -height=13 -layer=com_247 -colour=0x6088b0 -fill=yes - -// 771:296 -[com_296] -type=rectangle -x=44 -y=109 -width=16 -height=13 -layer=com_247 -colour=0x728c94 -fill=yes - -// 771:297 -[com_297] -type=rectangle -x=74 -y=109 -width=16 -height=13 -layer=com_247 -colour=0x83537b -fill=yes - -// 771:298 -[com_298] -type=rectangle -x=104 -y=109 -width=16 -height=13 -layer=com_247 -colour=0x9860b0 -fill=yes - -// 771:299 -[com_299] -type=rectangle -x=134 -y=109 -width=16 -height=13 -layer=com_247 -colour=0x581890 -fill=yes - -// 771:300 -[com_300] -type=rectangle -x=163 -y=109 -width=16 -height=13 -layer=com_247 -colour=0x3b3b4e -fill=yes - -// 771:301 -[com_301] -type=rectangle -x=14 -y=136 -width=16 -height=13 -layer=com_247 -colour=0xada481 -fill=yes - -// 771:302 -[com_302] -type=rectangle -x=44 -y=136 -width=16 -height=13 -layer=com_247 -colour=0x989878 -fill=yes - -// 771:303 -[com_303] -type=rectangle -x=74 -y=136 -width=16 -height=13 -layer=com_247 -colour=0x484038 -fill=yes - -// 771:304 -[com_304] -type=rectangle -x=104 -y=136 -width=16 -height=13 -layer=com_247 -colour=0x262323 -fill=yes - -// 771:305 -[com_305] -type=rectangle -x=134 -y=136 -width=16 -height=13 -layer=com_247 -colour=0x101010 -fill=yes - -// 771:306 -[com_306] -type=layer -x=278 -y=29 -width=200 -height=200 -layer=com_25 -hide=yes - -// 771:307 -[com_307] -type=graphic -x=8 -y=22 -width=28 -height=25 -layer=com_306 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1704 -onmouserepeat=script38(event_com, interface_771:com_400, "Brown", 25, 120) - -// 771:308 -[com_308] -type=graphic -x=38 -y=22 -width=28 -height=25 -layer=com_306 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1705 -onmouserepeat=script38(event_com, interface_771:com_400, "Dark green", 25, 120) - -// 771:309 -[com_309] -type=graphic -x=68 -y=22 -width=28 -height=25 -layer=com_306 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1706 -onmouserepeat=script38(event_com, interface_771:com_400, "Pale grey", 25, 120) - -// 771:310 -[com_310] -type=graphic -x=98 -y=22 -width=28 -height=25 -layer=com_306 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1707 -onmouserepeat=script38(event_com, interface_771:com_400, "Black", 25, 120) - -// 771:311 -[com_311] -type=graphic -x=128 -y=22 -width=28 -height=25 -layer=com_306 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1708 -onmouserepeat=script38(event_com, interface_771:com_400, "Light brown", 25, 120) - -// 771:312 -[com_312] -type=graphic -x=157 -y=22 -width=28 -height=25 -layer=com_306 -graphic=graphic_1437 -op1=Select colour -onmouseover=script44(event_com, graphic_1438) -onmouseleave=script299(interface_771:com_400, event_com, graphic_1437) -onop=script1709 -onmouserepeat=script38(event_com, interface_771:com_400, "Grey", 25, 120) - -// 771:313 -[com_313] -type=rectangle -x=14 -y=28 -width=16 -height=13 -layer=com_306 -colour=0x584028 -fill=yes - -// 771:314 -[com_314] -type=rectangle -x=44 -y=28 -width=16 -height=13 -layer=com_306 -colour=0x404000 -fill=yes - -// 771:315 -[com_315] -type=rectangle -x=74 -y=28 -width=16 -height=13 -layer=com_306 -colour=0x686048 -fill=yes - -// 771:316 -[com_316] -type=rectangle -x=104 -y=28 -width=16 -height=13 -layer=com_306 -colour=0x302828 -fill=yes - -// 771:317 -[com_317] -type=rectangle -x=134 -y=28 -width=16 -height=13 -layer=com_306 -colour=0x684820 -fill=yes - -// 771:318 -[com_318] -type=rectangle -x=163 -y=28 -width=16 -height=13 -layer=com_306 -colour=0x585850 -fill=yes - -// 771:319 -[com_319] -type=layer -x=319 -y=208 -width=100 -height=25 -layer=com_25 -op1=Select next -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) -onop=script1595 - -// 771:320 -[com_320] -type=text -x=319 -y=208 -width=100 -height=25 -layer=com_25 -textfont=b12_full -text=Confirm -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 771:321 -[com_321] -type=layer -x=174 -y=208 -width=100 -height=25 -layer=com_25 -op1=Select random -op10= -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 771:322 -[com_322] -type=text -x=174 -y=208 -width=100 -height=25 -layer=com_25 -textfont=b12_full -text=Randomise -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 -op10= - -// 771:323 -[com_323] -type=layer -x=28 -y=208 -width=100 -height=25 -layer=com_25 -op1=Go back -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) -onop=script1594 - -// 771:324 -[com_324] -type=text -x=28 -y=208 -width=100 -height=25 -layer=com_25 -textfont=b12_full -text=Back -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 771:325 -[com_325] -type=layer -x=158 -y=2 -width=120 -height=202 -layer=com_25 - -// 771:326 -[com_326] -type=layer -x=1 -y=-1 -width=121 -height=237 -layer=com_325 - -// 771:327 -[com_327] -type=rectangle -x=2 -y=7 -width=112 -height=191 -layer=com_326 -colour=0x1b1a18 -fill=yes -trans=200 - -// 771:328 -[com_328] -type=rectangle -x=4 -y=10 -width=108 -height=184 -layer=com_326 -colour=0x1b1a18 -fill=yes -trans=230 - -// 771:329 -[com_329] -type=rectangle -x=8 -y=13 -width=100 -height=180 -layer=com_326 -colour=0x1b1a18 -fill=yes -trans=230 - -// 771:330 -[com_330] -type=rectangle -x=12 -y=17 -width=92 -height=171 -layer=com_326 -colour=0x1b1a18 -fill=yes -trans=230 - -// 771:331 -[com_331] -type=graphic -x=3 -y=-9 -width=110 -height=32 -layer=com_325 -graphic="v2_stone_borders,23" -tiling=yes -opbase= - -// 771:332 -[com_332] -type=graphic -x=1 -y=184 -width=105 -height=32 -layer=com_325 -graphic="v2_stone_borders,23" -tiling=yes -opbase= - -// 771:333 -[com_333] -type=graphic -x=-14 -y=36 -width=32 -height=132 -layer=com_325 -graphic="v2_stone_borders,24" -tiling=yes -opbase= - -// 771:334 -[com_334] -type=graphic -x=101 -y=13 -width=32 -height=156 -layer=com_325 -graphic="v2_stone_borders,24" -tiling=yes -opbase= - -// 771:335 -[com_335] -type=graphic -y=4 -width=32 -height=32 -layer=com_325 -graphic="v2_stone_borders,28" -tiling=yes -opbase= - -// 771:336 -[com_336] -type=graphic -x=86 -y=4 -width=32 -height=32 -layer=com_325 -graphic="v2_stone_borders,29" -tiling=yes -opbase= - -// 771:337 -[com_337] -type=graphic -y=168 -width=32 -height=32 -layer=com_325 -graphic="v2_stone_borders,30" -tiling=yes -opbase= - -// 771:338 -[com_338] -type=graphic -x=86 -y=168 -width=32 -height=32 -layer=com_325 -graphic="v2_stone_borders,31" -tiling=yes -opbase= - -// 771:339 -[com_339] -type=model -contenttype=328 -x=28 -y=11 -width=65 -height=179 -layer=com_325 -model=null -modelorigin_x=0 -modelorigin_y=89 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=610 -unknown100=0 -unknown101=3000 - -// 771:340 -[com_340] -type=text -x=35 -y=27 -width=85 -height=15 -layer=com_25 -textfont=p11_full -text=Torso -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:341 -[com_341] -type=graphic -x=3 -y=19 -width=30 -height=30 -layer=com_25 -graphic=graphic_1450 -op1=Select previous torso -onmouseover=script44(event_com, graphic_1449) -onmouseleave=script299(interface_771:com_401, event_com, graphic_1450) -onop=script1597 -onmouserepeat=script38(event_com, interface_771:com_401, "Select previous torso", 25, 120) - -// 771:342 -[com_342] -type=graphic -x=121 -y=19 -width=30 -height=30 -layer=com_25 -graphic=graphic_1452 -op1=Select next torso -onmouseover=script44(event_com, graphic_1451) -onmouseleave=script299(interface_771:com_401, event_com, graphic_1452) -onop=script1596 -onmouserepeat=script38(event_com, interface_771:com_401, "Select next torso", 25, 120) - -// 771:343 -[com_343] -type=layer -x=34 -y=24 -width=86 -height=20 -layer=com_25 -onload=script100(event_com) - -// 771:344 -[com_344] -type=text -x=35 -y=66 -width=85 -height=15 -layer=com_25 -textfont=p11_full -text=Arms -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:345 -[com_345] -type=graphic -x=3 -y=58 -width=30 -height=30 -layer=com_25 -graphic=graphic_1450 -op1=Select previous arms -onmouseover=script44(event_com, graphic_1449) -onmouseleave=script299(interface_771:com_401, event_com, graphic_1450) -onop=script1599 -onmouserepeat=script38(event_com, interface_771:com_401, "Select previous arms", 25, 120) - -// 771:346 -[com_346] -type=graphic -x=121 -y=58 -width=30 -height=30 -layer=com_25 -graphic=graphic_1452 -op1=Select next arms -onmouseover=script44(event_com, graphic_1451) -onmouseleave=script299(interface_771:com_401, event_com, graphic_1452) -onop=script1598 -onmouserepeat=script38(event_com, interface_771:com_401, "Select next arms", 25, 120) - -// 771:347 -[com_347] -type=layer -x=34 -y=63 -width=86 -height=20 -layer=com_25 -onload=script100(event_com) - -// 771:348 -[com_348] -type=text -x=35 -y=104 -width=85 -height=15 -layer=com_25 -textfont=p11_full -text=Wrists -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:349 -[com_349] -type=graphic -x=3 -y=96 -width=30 -height=30 -layer=com_25 -graphic=graphic_1450 -op1=Select previous wrists -onmouseover=script44(event_com, graphic_1449) -onmouseleave=script299(interface_771:com_401, event_com, graphic_1450) -onop=script1601 -onmouserepeat=script38(event_com, interface_771:com_401, "Select previous wrists", 25, 120) - -// 771:350 -[com_350] -type=graphic -x=121 -y=96 -width=30 -height=30 -layer=com_25 -graphic=graphic_1452 -op1=Select next wrists -onmouseover=script44(event_com, graphic_1451) -onmouseleave=script299(interface_771:com_401, event_com, graphic_1452) -onop=script1600 -onmouserepeat=script38(event_com, interface_771:com_401, "Select next wrists", 25, 120) - -// 771:351 -[com_351] -type=layer -x=34 -y=101 -width=86 -height=20 -layer=com_25 -onload=script100(event_com) - -// 771:352 -[com_352] -type=text -x=35 -y=141 -width=85 -height=15 -layer=com_25 -textfont=p11_full -text=Legs -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:353 -[com_353] -type=graphic -x=3 -y=134 -width=30 -height=30 -layer=com_25 -graphic=graphic_1450 -op1=Select previous legs -onmouseover=script44(event_com, graphic_1449) -onmouseleave=script299(interface_771:com_401, event_com, graphic_1450) -onop=script1603 -onmouserepeat=script38(event_com, interface_771:com_401, "Select previous legs", 25, 120) - -// 771:354 -[com_354] -type=graphic -x=121 -y=134 -width=30 -height=30 -layer=com_25 -graphic=graphic_1452 -op1=Select next legs -onmouseover=script44(event_com, graphic_1451) -onmouseleave=script299(interface_771:com_401, event_com, graphic_1452) -onop=script1602 -onmouserepeat=script38(event_com, interface_771:com_401, "Select next legs", 25, 120) - -// 771:355 -[com_355] -type=layer -x=34 -y=139 -width=86 -height=20 -layer=com_25 -onload=script100(event_com) - -// 771:356 -[com_356] -type=text -x=35 -y=181 -width=85 -height=15 -layer=com_25 -textfont=p11_full -text=Feet -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9b00 - -// 771:357 -[com_357] -type=graphic -x=3 -y=172 -width=30 -height=30 -layer=com_25 -graphic=graphic_1450 -op1=Select previous feet -onmouseover=script44(event_com, graphic_1449) -onmouseleave=script299(interface_771:com_401, event_com, graphic_1450) -onop=script1605 -onmouserepeat=script38(event_com, interface_771:com_401, "Select previous feet", 25, 120) - -// 771:358 -[com_358] -type=graphic -x=121 -y=172 -width=30 -height=30 -layer=com_25 -graphic=graphic_1452 -op1=Select next feet -onmouseover=script44(event_com, graphic_1451) -onmouseleave=script299(interface_771:com_401, event_com, graphic_1452) -onop=script1604 -onmouserepeat=script38(event_com, interface_771:com_401, "Select next feet", 25, 120) - -// 771:359 -[com_359] -type=layer -x=34 -y=178 -width=86 -height=20 -layer=com_25 -onload=script100(event_com) - -// 771:360 -[com_360] -type=layer -x=220 -y=71 -width=100 -height=25 -layer=com_26 -op1=Go back -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) -onop=script1610 - -// 771:361 -[com_361] -type=text -x=220 -y=71 -width=100 -height=25 -layer=com_26 -textfont=tutorial_font -text=No -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 771:362 -[com_362] -type=layer -x=59 -y=71 -width=100 -height=25 -layer=com_26 -op1=Confirm changes -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) -onop=script1595 - -// 771:363 -[com_363] -type=text -x=59 -y=71 -width=100 -height=25 -layer=com_26 -textfont=tutorial_font -text=Yes -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 771:364 -[com_364] -type=text -x=47 -y=30 -width=287 -height=32 -layer=com_26 -textfont=p12_full -text=Do you want to accept these character settings? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - -// 771:365 -[com_365] -type=rectangle -width=505 -height=323 -layer=com_28 -colour=0x000000 -fill=yes -trans=133 - -// 771:366 -[com_366] -type=graphic -x=117 -y=100 -width=263 -height=165 -layer=com_28 -graphic=tradebacking -tiling=yes -opbase= - -// 771:367 -[com_367] -type=graphic -x=98 -y=124 -width=32 -height=132 -layer=com_28 -graphic="v2_stone_borders,1" -tiling=yes - -// 771:368 -[com_368] -type=graphic -x=367 -y=124 -width=23 -height=132 -layer=com_28 -graphic="v2_stone_borders,3" -tiling=yes - -// 771:369 -[com_369] -type=graphic -x=142 -y=80 -width=231 -height=26 -layer=com_28 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 771:370 -[com_370] -type=graphic -x=137 -y=252 -width=233 -height=24 -layer=com_28 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 771:371 -[com_371] -type=graphic -x=111 -y=93 -width=32 -height=32 -layer=com_28 -graphic="v2_stone_borders,4" - -// 771:372 -[com_372] -type=graphic -x=355 -y=93 -width=32 -height=32 -layer=com_28 -graphic="v2_stone_borders,5" - -// 771:373 -[com_373] -type=graphic -x=111 -y=240 -width=32 -height=32 -layer=com_28 -graphic="v2_stone_borders,6" - -// 771:374 -[com_374] -type=graphic -x=355 -y=240 -width=32 -height=32 -layer=com_28 -graphic="v2_stone_borders,7" - -// 771:375 -[com_375] -type=text -x=196 -y=105 -width=108 -height=21 -layer=com_28 -textfont=b12_full -text=Randomise Settings? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 771:376 -[com_376] -type=text -x=138 -y=99 -width=224 -height=87 -layer=com_28 -textfont=p12_full -text=Are you sure you want to randomise your character head settings? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 771:377 -[com_377] -type=text -x=90 -y=163 -width=315 -height=27 -layer=com_28 -textfont=p12_full -text=Yes - I want a random selection -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Confirm changes -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^red) - -// 771:378 -[com_378] -type=text -x=92 -y=187 -width=315 -height=28 -layer=com_28 -textfont=p12_full -text=No - I'm happy with my character settings -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Go back -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^red) -onop=script1589 - -// 771:379 -[com_379] -type=layer -x=130 -y=225 -width=270 -height=20 -layer=com_28 - -// 771:380 -[com_380] -type=text -x=-28 -y=1 -width=315 -height=15 -layer=com_379 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 771:381 -[com_381] -type=graphic -x=37 -y=-1 -width=19 -height=19 -layer=com_379 -graphic="warning_icons,1" -op1=Off/On - -// 771:382 -[com_382] -type=rectangle -width=505 -height=323 -layer=com_29 -colour=0x000000 -fill=yes -trans=133 - -// 771:383 -[com_383] -type=graphic -x=117 -y=100 -width=263 -height=165 -layer=com_29 -graphic=tradebacking -tiling=yes -opbase= - -// 771:384 -[com_384] -type=graphic -x=98 -y=124 -width=32 -height=132 -layer=com_29 -graphic="v2_stone_borders,1" -tiling=yes - -// 771:385 -[com_385] -type=graphic -x=367 -y=124 -width=23 -height=132 -layer=com_29 -graphic="v2_stone_borders,3" -tiling=yes - -// 771:386 -[com_386] -type=graphic -x=142 -y=80 -width=231 -height=26 -layer=com_29 -graphic="v2_stone_borders,0" -tiling=yes -opbase= - -// 771:387 -[com_387] -type=graphic -x=137 -y=252 -width=233 -height=24 -layer=com_29 -graphic="v2_stone_borders,2" -tiling=yes -opbase= - -// 771:388 -[com_388] -type=graphic -x=111 -y=93 -width=32 -height=32 -layer=com_29 -graphic="v2_stone_borders,4" - -// 771:389 -[com_389] -type=graphic -x=355 -y=93 -width=32 -height=32 -layer=com_29 -graphic="v2_stone_borders,5" - -// 771:390 -[com_390] -type=graphic -x=111 -y=240 -width=32 -height=32 -layer=com_29 -graphic="v2_stone_borders,6" - -// 771:391 -[com_391] -type=graphic -x=355 -y=240 -width=32 -height=32 -layer=com_29 -graphic="v2_stone_borders,7" - -// 771:392 -[com_392] -type=text -x=196 -y=105 -width=108 -height=21 -layer=com_28 -textfont=b12_full -text=Randomise Settings? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 771:393 -[com_393] -type=text -x=138 -y=99 -width=224 -height=87 -layer=com_29 -textfont=p12_full -text=Are you sure you want to randomise your character body settings? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 771:394 -[com_394] -type=text -x=90 -y=163 -width=315 -height=27 -layer=com_29 -textfont=p12_full -text=Yes - I want a random selection -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Confirm changes -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^red) - -// 771:395 -[com_395] -type=text -x=92 -y=187 -width=315 -height=28 -layer=com_29 -textfont=p12_full -text=No - I'm happy with my character settings -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff0000 -op1=Go back -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^red) -onop=script1608 - -// 771:396 -[com_396] -type=layer -x=130 -y=225 -width=270 -height=20 -layer=com_29 - -// 771:397 -[com_397] -type=text -x=-28 -y=1 -width=315 -height=15 -layer=com_396 -textfont=p12_full -text=Don't ask me this again -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 771:398 -[com_398] -type=graphic -x=37 -y=-1 -width=19 -height=19 -layer=com_396 -graphic="warning_icons,1" -op1=Off/On toggle - -// 771:399 -[com_399] -type=layer -x=14 -y=19 -width=480 -height=280 -layer=com_30 - -// 771:400 -[com_400] -type=layer -x=14 -y=19 -width=167 -height=147 -layer=com_31 - -// 771:401 -[com_401] -type=layer -width=480 -height=245 -layer=com_32 - -// 771:402 -[com_402] -type=layer -width=270 -height=245 -layer=com_33 - -// 771:403 -[com_403] -type=layer -x=14 -y=19 -width=167 -height=147 -layer=com_34 - -// 771:404 -[com_404] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 771:405 -[com_405] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 771:406 -[com_406] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_405 - -// 771:407 -[com_407] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 771:408 -[com_408] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 771:409 -[com_409] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 771:410 -[com_410] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 771:411 -[com_411] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 771:412 -[com_412] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 771:413 -[com_413] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 771:414 -[com_414] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 771:415 -[com_415] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_406 - -// 771:416 -[com_416] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_406 - -// 771:417 -[com_417] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_406 - -// 771:418 -[com_418] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_406 - -// 771:419 -[com_419] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_406 - -// 771:420 -[com_420] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_416 -graphic=tradebacking -tiling=yes -outline=2 - -// 771:421 -[com_421] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_415 -graphic=tradebacking -tiling=yes -outline=2 - -// 771:422 -[com_422] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_417 -graphic=tradebacking -tiling=yes -outline=2 - -// 771:423 -[com_423] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_418 -graphic=tradebacking -tiling=yes -outline=2 - -// 771:424 -[com_424] -type=layer -y=168 -width=512 -height=334 -onload=script1611 - -// 771:425 -[com_425] -type=layer -y=168 -width=512 -height=334 -op10= - -// 771:426 -[com_426] -type=layer -y=168 -width=512 -height=334 -op10= - -// 771:427 -[com_427] -type=layer -y=168 -width=512 -height=334 -op10= - -// 771:428 -[com_428] -type=layer -y=168 -width=512 -height=334 -op10= - -// 771:429 -[com_429] -type=layer -y=168 -width=512 -height=334 -op10= - diff --git a/dumps/530/interface/interface_772.if3 b/dumps/530/interface/interface_772.if3 deleted file mode 100644 index 21689c75b..000000000 --- a/dumps/530/interface/interface_772.if3 +++ /dev/null @@ -1,158 +0,0 @@ -// 772:0 -[com_0] -type=layer -x=175 -y=125 -width=162 -height=84 -onload=script1748(interface_772:com_10, interface_772:com_13) -onvartransmit=script1748(interface_772:com_10, interface_772:com_13) -oninvtransmit=script1748(interface_772:com_10, interface_772:com_13) -onvartransmitlist=varplayer_1267,varplayer_1269 -oninvtransmitlist=inv_540 - -// 772:1 -[com_1] -type=graphic -x=2 -y=2 -width=158 -height=80 -layer=com_0 -graphic=tradebacking -tiling=yes - -// 772:2 -[com_2] -type=graphic -x=6 -y=52 -width=150 -height=32 -layer=com_0 -graphic="v2_stone_borders_alt,2" -tiling=yes - -// 772:3 -[com_3] -type=graphic -y=6 -width=32 -height=72 -layer=com_0 -graphic="v2_stone_borders_alt,1" -tiling=yes - -// 772:4 -[com_4] -type=graphic -x=130 -y=6 -width=32 -height=72 -layer=com_0 -graphic="v2_stone_borders_alt,3" -tiling=yes - -// 772:5 -[com_5] -type=graphic -y=52 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders_alt,6" - -// 772:6 -[com_6] -type=graphic -x=130 -y=52 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders_alt,7" - -// 772:7 -[com_7] -type=graphic -x=31 -y=1 -width=100 -height=32 -layer=com_0 -graphic="v2_stone_borders,36" -tiling=yes -op10= - -// 772:8 -[com_8] -type=graphic -x=130 -y=1 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,37" -op10= - -// 772:9 -[com_9] -type=graphic -y=1 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,35" -op10= - -// 772:10 -[com_10] -type=graphic -x=63 -y=26 -width=36 -height=32 -layer=com_0 -op1=Reclaim - -// 772:11 -[com_11] -type=graphic -x=139 -y=4 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 772:12 -[com_12] -type=text -y=5 -width=162 -height=20 -layer=com_0 -textfont=b12_full -text=Returned Items -textalignh=1 -textshadow=yes -colour=0xff9900 - -// 772:13 -[com_13] -type=text -y=55 -width=162 -height=20 -layer=com_0 -textfont=p11_full -textalignh=1 -textalignv=2 -textshadow=yes -colour=0xff0000 - diff --git a/dumps/530/interface/interface_773.if3 b/dumps/530/interface/interface_773.if3 deleted file mode 100644 index c83936ce6..000000000 --- a/dumps/530/interface/interface_773.if3 +++ /dev/null @@ -1,253 +0,0 @@ -// 773:0 -[com_0] -type=layer -width=512 -height=334 -noclickthrough=yes - -// 773:1 -[com_1] -type=model -x=135 -y=-2543 -width=33447 -height=23650 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_41314 -modelorigin_x=-19 -modelorigin_y=241 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=292 -modelanim=seq_10095 -unknown100=749 -unknown101=584 -unknown103=yes -modelobjwidth=1045 -modelobjheight=482 - -// 773:2 -[com_2] -type=layer -x=103 -y=-2494 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - -// 773:3 -[com_3] -type=model -x=-1241 -y=1576 -width=21351 -height=8689 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_2 -model=model_41257 -modelorigin_x=-14 -modelorigin_y=95 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1000 -modelanim=seq_10092 -unknown100=65347 -unknown101=2164 -unknown103=yes -modelobjwidth=667 -modelobjheight=177 - -// 773:4 -[com_4] -type=layer -x=167 -y=-2592 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - -// 773:5 -[com_5] -type=model -x=-1625 -y=-2985 -width=25799 -height=10406 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_4 -model=model_41258 -modelorigin_x=8 -modelorigin_y=41 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -modelanim=seq_10094 -unknown100=64895 -unknown101=1757 -unknown103=yes -modelobjwidth=806 -modelobjheight=212 - -// 773:6 -[com_6] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -hide=yes - -// 773:7 -[com_7] -type=model -x=7 -y=-91 -width=5415 -height=7463 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_6 -model=model_41330 -modelorigin_x=0 -modelorigin_y=107 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=1135 -modelanim=seq_10118 -unknown100=64932 -unknown101=2456 -unknown103=yes -modelobjwidth=169 -modelobjheight=152 - -// 773:8 -[com_8] -type=layer -x=-121 -y=5010 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - -// 773:9 -[com_9] -type=model -x=-153 -y=7 -width=24551 -height=9180 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_8 -model=model_41259 -modelorigin_x=1 -modelorigin_y=37 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=902 -modelanim=seq_10093 -unknown100=64954 -unknown101=1973 -unknown103=yes -modelobjwidth=767 -modelobjheight=187 - -// 773:10 -[com_10] -type=layer -x=775 -y=-91 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - -// 773:11 -[com_11] -type=model -x=-249 -y=7414 -width=6919 -height=14477 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_10 -model=model_40190 -modelorigin_x=-6 -modelorigin_y=112 -modelangle_x=233 -modelangle_y=0 -modelangle_z=0 -modelzoom=430 -modelanim=seq_10112 -unknown100=65312 -unknown101=885 -unknown103=yes -modelobjwidth=216 -modelobjheight=295 - -// 773:12 -[com_12] -type=layer -width=512 -height=334 - -// 773:13 -[com_13] -type=model -width=16807 -height=19088 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_4835 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -modelanim=seq_1378 -unknown100=65504 -unknown101=252 -unknown103=yes -modelobjwidth=525 -modelobjheight=389 -op10= - diff --git a/dumps/530/interface/interface_774.if3 b/dumps/530/interface/interface_774.if3 deleted file mode 100644 index 9616bf0a1..000000000 --- a/dumps/530/interface/interface_774.if3 +++ /dev/null @@ -1,216 +0,0 @@ -// 774:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 774:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 774:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 774:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 774:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 774:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 774:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 774:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 774:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 774:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 774:10 -[com_10] -type=graphic -x=473 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 774:11 -[com_11] -type=model -x=56 -y=110 -width=395 -height=129 -model=model_41313 -modelorigin_x=1 -modelorigin_y=-3 -modelangle_x=258 -modelangle_y=1534 -modelangle_z=0 -modelzoom=760 -unknown100=64066 -unknown101=3000 - -// 774:12 -[com_12] -type=layer -x=299 -y=108 -width=154 -height=129 -op1=Rub key loop -onmouseover=script716(event_com) -onmouseleave=script717 - -// 774:13 -[com_13] -type=layer -x=161 -y=108 -width=137 -height=129 -op1=Rub key stem -onmouseover=script716(event_com) -onmouseleave=script717 - -// 774:14 -[com_14] -type=layer -x=42 -y=108 -width=117 -height=129 -op1=Rub key teeth -onmouseover=script716(event_com) -onmouseleave=script717 - -// 774:15 -[com_15] -type=text -x=32 -y=55 -width=449 -height=24 -textfont=q8_full -text=Where do you want to rub the key? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7c00 - -// 774:16 -[com_16] -type=text -x=301 -y=255 -width=154 -height=24 -textfont=q8_full -text=Present -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7c00 - -// 774:17 -[com_17] -type=text -x=162 -y=255 -width=138 -height=24 -textfont=q8_full -text=Past - B -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7c00 - -// 774:18 -[com_18] -type=text -x=43 -y=255 -width=118 -height=24 -textfont=q8_full -text=Past - A -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7c00 - diff --git a/dumps/530/interface/interface_775.if3 b/dumps/530/interface/interface_775.if3 deleted file mode 100644 index ad42b0b8b..000000000 --- a/dumps/530/interface/interface_775.if3 +++ /dev/null @@ -1,115 +0,0 @@ -// 775:0 -[com_0] -type=layer -widthmode=minus -heightmode=minus -onvartransmit=script708(event_com) -onvartransmitlist=varplayer_1241 - -// 775:1 -[com_1] -type=model -x=7 -y=7 -width=16487 -height=17323 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_40952 -modelorigin_x=0 -modelorigin_y=176 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=320 -modelanim=seq_10051 -unknown100=0 -unknown101=3000 -unknown103=yes -modelobjwidth=515 -modelobjheight=353 - -// 775:2 -[com_2] -type=model -x=7 -y=7 -width=17319 -height=18156 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_40952 -modelorigin_x=0 -modelorigin_y=184 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=305 -modelanim=seq_10052 -unknown100=0 -unknown101=3000 -unknown103=yes -modelobjwidth=541 -modelobjheight=370 - -// 775:3 -[com_3] -type=rectangle -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -colour=0xccffff -fill=yes -trans=224 - -// 775:4 -[com_4] -type=layer -x=7 -y=7 -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 - -// 775:5 -[com_5] -type=model -x=7 -y=7 -width=16551 -height=18990 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_4 -model=model_13352 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -modelanim=seq_1378 -unknown100=500 -unknown101=3000 -unknown103=yes -modelobjwidth=517 -modelobjheight=387 - diff --git a/dumps/530/interface/interface_776.if3 b/dumps/530/interface/interface_776.if3 deleted file mode 100644 index d5d1db80b..000000000 --- a/dumps/530/interface/interface_776.if3 +++ /dev/null @@ -1,101 +0,0 @@ -// 776:0 -[com_0] -type=model -x=7 -y=7 -width=16487 -height=17323 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_40952 -modelorigin_x=0 -modelorigin_y=176 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=320 -modelanim=seq_10051 -unknown100=0 -unknown101=3000 -unknown103=yes -modelobjwidth=515 -modelobjheight=353 - -// 776:1 -[com_1] -type=model -x=7 -y=7 -width=17319 -height=18156 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_40952 -modelorigin_x=0 -modelorigin_y=184 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=305 -modelanim=seq_10052 -unknown100=0 -unknown101=3000 -unknown103=yes -modelobjwidth=541 -modelobjheight=370 - -// 776:2 -[com_2] -type=rectangle -x=7 -y=7 -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -colour=0xccffff -fill=yes -trans=224 - -// 776:3 -[com_3] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - -// 776:4 -[com_4] -type=model -x=7 -y=7 -width=16551 -height=18990 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_3 -model=model_13352 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -modelanim=seq_9723 -unknown100=500 -unknown101=3000 -unknown103=yes -modelobjwidth=517 -modelobjheight=387 - diff --git a/dumps/530/interface/interface_777.if3 b/dumps/530/interface/interface_777.if3 deleted file mode 100644 index 259d25160..000000000 --- a/dumps/530/interface/interface_777.if3 +++ /dev/null @@ -1,60 +0,0 @@ -// 777:0 -[com_0] -type=layer -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre - -// 777:1 -[com_1] -type=model -x=7 -y=7 -width=16967 -height=16440 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_41331 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=512 -modelangle_y=1024 -modelangle_z=0 -modelzoom=522 -unknown100=0 -unknown101=1042 -unknown103=yes -modelobjwidth=530 -modelobjheight=335 - -// 777:2 -[com_2] -type=model -width=16807 -height=19088 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_0 -model=model_4835 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -modelanim=seq_1378 -unknown100=100 -unknown101=252 -unknown103=yes -modelobjwidth=525 -modelobjheight=389 -op10= - diff --git a/dumps/530/interface/interface_778.if3 b/dumps/530/interface/interface_778.if3 deleted file mode 100644 index ce902d8a0..000000000 --- a/dumps/530/interface/interface_778.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 778:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_779.if3 b/dumps/530/interface/interface_779.if3 deleted file mode 100644 index a67631da2..000000000 --- a/dumps/530/interface/interface_779.if3 +++ /dev/null @@ -1,2385 +0,0 @@ -// 779:0 -[com_0] -type=graphic -width=470 -height=85 -layer=com_120 -graphic=tradebacking -tiling=yes - -// 779:1 -[com_1] -type=graphic -x=9 -y=4 -width=492 -height=263 -graphic=tradebacking -tiling=yes - -// 779:2 -[com_2] -type=graphic -x=-9 -y=40 -width=32 -height=201 -graphic="v2_stone_borders,1" -tiling=yes - -// 779:3 -[com_3] -type=graphic -x=485 -y=41 -width=25 -height=196 -graphic="v2_stone_borders,3" -tiling=yes - -// 779:4 -[com_4] -type=layer -x=54 -y=13 -width=32 -height=32 -hide=yes - -// 779:5 -[com_5] -type=layer -x=26 -y=40 -width=467 -height=222 -scrollheight=900 - -// 779:6 -[com_6] -type=model -x=25 -y=46 -width=35 -height=29 -layer=com_5 -model=model_2441 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=469 -modelangle_y=1748 -modelangle_z=2025 -modelzoom=1070 -unknown100=64347 -unknown101=2142 -opbase=Air talisman -op1=Buy 1 -op2=Buy X - -// 779:7 -[com_7] -type=model -x=307 -y=88 -width=35 -height=29 -layer=com_5 -model=model_2785 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=469 -modelangle_y=1748 -modelangle_z=2025 -modelzoom=1070 -unknown100=64347 -unknown101=2142 -opbase=Body talisman -op1=Buy 1 -op2=Buy X - -// 779:8 -[com_8] -type=model -x=166 -y=130 -width=35 -height=29 -layer=com_5 -model=model_2563 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=469 -modelangle_y=1748 -modelangle_z=2025 -modelzoom=1070 -unknown100=64347 -unknown101=2142 -opbase=Chaos talisman -op1=Buy 1 -op2=Buy X - -// 779:9 -[com_9] -type=model -x=25 -y=130 -width=35 -height=29 -layer=com_5 -model=model_2502 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=469 -modelangle_y=1748 -modelangle_z=2025 -modelzoom=1070 -unknown100=64347 -unknown101=2142 -opbase=Cosmic talisman -op1=Buy 1 -op2=Buy X - -// 779:10 -[com_10] -type=model -x=25 -y=88 -width=35 -height=29 -layer=com_5 -model=model_2806 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=469 -modelangle_y=1748 -modelangle_z=2025 -modelzoom=1070 -unknown100=64347 -unknown101=2142 -opbase=Earth talisman -op1=Buy 1 -op2=Buy X - -// 779:11 -[com_11] -type=model -x=166 -y=88 -width=35 -height=29 -layer=com_5 -model=model_2624 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=469 -modelangle_y=1748 -modelangle_z=2025 -modelzoom=1070 -unknown100=64347 -unknown101=2142 -opbase=Fire talisman -op1=Buy 1 -op2=Buy X - -// 779:12 -[com_12] -type=model -x=25 -y=172 -width=35 -height=29 -layer=com_5 -model=model_2712 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=469 -modelangle_y=1748 -modelangle_z=2025 -modelzoom=1070 -unknown100=64347 -unknown101=2142 -opbase=Law talisman -op1=Buy 1 -op2=Buy X - -// 779:13 -[com_13] -type=model -x=166 -y=46 -width=35 -height=29 -layer=com_5 -model=model_2685 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=469 -modelangle_y=1748 -modelangle_z=2025 -modelzoom=1070 -unknown100=64347 -unknown101=2142 -opbase=Mind talisman -op1=Buy 1 -op2=Buy X - -// 779:14 -[com_14] -type=model -x=307 -y=130 -width=35 -height=29 -layer=com_5 -model=model_2346 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=469 -modelangle_y=1748 -modelangle_z=2025 -modelzoom=1070 -unknown100=64347 -unknown101=2142 -opbase=Nature talisman -op1=Buy 1 -op2=Buy X - -// 779:15 -[com_15] -type=model -x=307 -y=46 -width=35 -height=29 -layer=com_5 -model=model_2514 -modelorigin_x=-1 -modelorigin_y=-2 -modelangle_x=469 -modelangle_y=1748 -modelangle_z=2025 -modelzoom=1070 -unknown100=64347 -unknown101=2142 -opbase=Water talisman -op1=Buy 1 -op2=Buy X - -// 779:16 -[com_16] -type=text -x=65 -y=46 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Air -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:17 -[com_17] -type=text -x=69 -y=62 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:18 -[com_18] -type=text -x=347 -y=88 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Body -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:19 -[com_19] -type=text -x=351 -y=104 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:20 -[com_20] -type=text -x=206 -y=130 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Chaos -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:21 -[com_21] -type=text -x=210 -y=146 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:22 -[com_22] -type=text -x=65 -y=130 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Cosmic -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:23 -[com_23] -type=text -x=69 -y=146 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:24 -[com_24] -type=text -x=65 -y=88 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Earth -textshadow=yes -colour=0xff981f - -// 779:25 -[com_25] -type=text -x=69 -y=104 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:26 -[com_26] -type=text -x=206 -y=88 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Fire -textshadow=yes -colour=0xff981f - -// 779:27 -[com_27] -type=text -x=210 -y=104 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:28 -[com_28] -type=text -x=65 -y=172 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Law -textshadow=yes -colour=0xff981f - -// 779:29 -[com_29] -type=text -x=69 -y=188 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:30 -[com_30] -type=text -x=206 -y=46 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Mind -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:31 -[com_31] -type=text -x=210 -y=62 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:32 -[com_32] -type=text -x=347 -y=130 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Nature -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:33 -[com_33] -type=text -x=351 -y=146 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:34 -[com_34] -type=text -x=347 -y=46 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Water -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:35 -[com_35] -type=text -x=351 -y=62 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:36 -[com_36] -type=model -x=7 -y=264 -width=26 -height=17 -layer=com_5 -model=model_41570 -modelorigin_x=-1 -modelorigin_y=8 -modelangle_x=0 -modelangle_y=0 -modelangle_z=2025 -modelzoom=1070 -unknown100=64343 -unknown101=2156 -opbase=Blue hat -op1=Buy 1 -op2=Buy X - -// 779:37 -[com_37] -type=model -x=154 -y=264 -width=26 -height=17 -layer=com_5 -model=model_41568 -modelorigin_x=-1 -modelorigin_y=8 -modelangle_x=0 -modelangle_y=0 -modelangle_z=2025 -modelzoom=1070 -unknown100=64343 -unknown101=2156 -opbase=Yellow hat -op1=Buy 1 -op2=Buy X - -// 779:38 -[com_38] -type=model -x=308 -y=264 -width=26 -height=17 -layer=com_5 -model=model_41571 -modelorigin_x=-1 -modelorigin_y=8 -modelangle_x=0 -modelangle_y=0 -modelangle_z=2025 -modelzoom=1070 -unknown100=64343 -unknown101=2156 -opbase=Green hat -op1=Buy 1 -op2=Buy X - -// 779:39 -[com_39] -type=model -x=7 -y=297 -width=16 -height=27 -layer=com_5 -model=model_41557 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=466 -modelangle_y=2042 -modelangle_z=2025 -modelzoom=1070 -unknown100=64348 -unknown101=2143 -opbase=Blue robe top -op1=Buy 1 -op2=Buy X - -// 779:40 -[com_40] -type=model -x=158 -y=297 -width=17 -height=27 -layer=com_5 -model=model_41561 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=466 -modelangle_y=2042 -modelangle_z=2025 -modelzoom=1070 -unknown100=64342 -unknown101=2154 -opbase=Yellow robe top -op1=Buy 1 -op2=Buy X - -// 779:41 -[com_41] -type=model -x=310 -y=297 -width=20 -height=27 -layer=com_5 -model=model_41540 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=469 -modelangle_y=2047 -modelangle_z=2025 -modelzoom=1070 -unknown100=64344 -unknown101=2151 -opbase=Green robe top -op1=Buy 1 -op2=Buy X - -// 779:42 -[com_42] -type=model -x=5 -y=339 -width=20 -height=42 -layer=com_5 -model=model_41563 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=469 -modelangle_y=2047 -modelangle_z=2025 -modelzoom=1265 -unknown100=64106 -unknown101=2536 -opbase=Blue robe bottom -op1=Buy 1 -op2=Buy X - -// 779:43 -[com_43] -type=model -x=157 -y=335 -width=20 -height=45 -layer=com_5 -model=model_41545 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=469 -modelangle_y=2047 -modelangle_z=2025 -modelzoom=1265 -unknown100=64106 -unknown101=2540 -opbase=Yellow robe bottom -op1=Buy 1 -op2=Buy X - -// 779:44 -[com_44] -type=model -x=310 -y=334 -width=20 -height=47 -layer=com_5 -model=model_41572 -modelorigin_x=0 -modelorigin_y=3 -modelangle_x=469 -modelangle_y=2047 -modelangle_z=2025 -modelzoom=1265 -unknown100=64106 -unknown101=2536 -opbase=Green robe bottom -op1=Buy 1 -op2=Buy X - -// 779:45 -[com_45] -type=model -x=5 -y=391 -width=27 -height=22 -layer=com_5 -model=model_41548 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=469 -modelangle_y=911 -modelangle_z=2025 -modelzoom=1070 -unknown100=64348 -unknown101=2140 -opbase=Blue gloves -op1=Buy 1 -op2=Buy X - -// 779:46 -[com_46] -type=model -x=156 -y=391 -width=27 -height=22 -layer=com_5 -model=model_41550 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=469 -modelangle_y=911 -modelangle_z=2025 -modelzoom=1070 -unknown100=64348 -unknown101=2140 -opbase=Yellow gloves -op1=Buy 1 -op2=Buy X - -// 779:47 -[com_47] -type=model -x=310 -y=391 -width=27 -height=22 -layer=com_5 -model=model_41533 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=469 -modelangle_y=911 -modelangle_z=2025 -modelzoom=1070 -unknown100=64348 -unknown101=2140 -opbase=Green gloves -op1=Buy 1 -op2=Buy X - -// 779:48 -[com_48] -type=text -x=40 -y=262 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Blue hat -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:49 -[com_49] -type=text -x=44 -y=278 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:50 -[com_50] -type=text -x=187 -y=262 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Yellow hat -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:51 -[com_51] -type=text -x=191 -y=278 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:52 -[com_52] -type=text -x=341 -y=262 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Green hat -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:53 -[com_53] -type=text -x=345 -y=278 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:54 -[com_54] -type=text -x=36 -y=304 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Blue Robe -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:55 -[com_55] -type=text -x=40 -y=320 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:56 -[com_56] -type=text -x=188 -y=304 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Yellow robe -textshadow=yes -colour=0xff981f - -// 779:57 -[com_57] -type=text -x=192 -y=320 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:58 -[com_58] -type=text -x=341 -y=304 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Green Robe -textshadow=yes -colour=0xff981f - -// 779:59 -[com_59] -type=text -x=345 -y=320 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:60 -[com_60] -type=text -x=36 -y=346 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Blue bottoms -textshadow=yes -colour=0xff981f - -// 779:61 -[com_61] -type=text -x=40 -y=362 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:62 -[com_62] -type=text -x=188 -y=345 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Yellow Bottoms -textshadow=yes -colour=0xff981f - -// 779:63 -[com_63] -type=text -x=192 -y=361 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf7513 - -// 779:64 -[com_64] -type=text -x=341 -y=346 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Green bottoms -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:65 -[com_65] -type=text -x=345 -y=362 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:66 -[com_66] -type=text -x=36 -y=388 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Blue gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:67 -[com_67] -type=text -x=40 -y=404 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:68 -[com_68] -type=text -x=187 -y=388 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Yellow gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:69 -[com_69] -type=text -x=191 -y=404 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:70 -[com_70] -type=text -x=341 -y=388 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Green gloves -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:71 -[com_71] -type=text -x=345 -y=404 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:72 -[com_72] -type=model -x=29 -y=485 -width=30 -height=28 -layer=com_5 -model=model_41543 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Air teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:73 -[com_73] -type=model -x=305 -y=527 -width=30 -height=28 -layer=com_5 -model=model_41541 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Body teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:74 -[com_74] -type=model -x=167 -y=569 -width=30 -height=28 -layer=com_5 -model=model_41518 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Chaos teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:75 -[com_75] -type=model -x=29 -y=569 -width=30 -height=28 -layer=com_5 -model=model_41523 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=846 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Cosmic teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:76 -[com_76] -type=model -x=305 -y=611 -width=30 -height=28 -layer=com_5 -model=model_41555 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Death teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:77 -[com_77] -type=model -x=29 -y=527 -width=30 -height=28 -layer=com_5 -model=model_41554 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Earth teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:78 -[com_78] -type=model -x=167 -y=527 -width=30 -height=28 -layer=com_5 -model=model_41531 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Fire teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:79 -[com_79] -type=model -x=167 -y=611 -width=30 -height=28 -layer=com_5 -model=model_41535 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Law teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:80 -[com_80] -type=model -x=167 -y=485 -width=30 -height=28 -layer=com_5 -model=model_41516 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Mind teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:81 -[com_81] -type=model -x=305 -y=569 -width=30 -height=28 -layer=com_5 -model=model_41524 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Astral teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:82 -[com_82] -type=model -x=29 -y=611 -width=30 -height=28 -layer=com_5 -model=model_41567 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Nature teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:83 -[com_83] -type=model -x=305 -y=485 -width=30 -height=28 -layer=com_5 -model=model_41558 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Water teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:84 -[com_84] -type=model -x=29 -y=650 -width=30 -height=28 -layer=com_5 -model=model_41526 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Blood teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:85 -[com_85] -type=model -x=167 -y=650 -width=30 -height=28 -layer=com_5 -model=model_41517 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=324 -modelangle_y=1900 -modelangle_z=0 -modelzoom=500 -unknown100=65037 -unknown101=1007 -opbase=Guild teleport tablet -op1=Buy 1 -op2=Buy X - -// 779:86 -[com_86] -type=text -x=65 -y=485 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Air -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:87 -[com_87] -type=text -x=69 -y=501 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:88 -[com_88] -type=text -x=341 -y=527 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Body -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:89 -[com_89] -type=text -x=345 -y=543 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:90 -[com_90] -type=text -x=203 -y=569 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Chaos -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:91 -[com_91] -type=text -x=207 -y=585 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:92 -[com_92] -type=text -x=65 -y=569 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Cosmic -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:93 -[com_93] -type=text -x=69 -y=585 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:94 -[com_94] -type=text -x=341 -y=611 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Death -textshadow=yes -colour=0xff981f - -// 779:95 -[com_95] -type=text -x=345 -y=627 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:96 -[com_96] -type=text -x=65 -y=527 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Earth -textshadow=yes -colour=0xff981f - -// 779:97 -[com_97] -type=text -x=69 -y=543 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:98 -[com_98] -type=text -x=203 -y=527 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Fire -textshadow=yes -colour=0xff981f - -// 779:99 -[com_99] -type=text -x=207 -y=543 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:100 -[com_100] -type=text -x=203 -y=611 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Law -textshadow=yes -colour=0xff981f - -// 779:101 -[com_101] -type=text -x=207 -y=627 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:102 -[com_102] -type=text -x=203 -y=485 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Mind -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:103 -[com_103] -type=text -x=207 -y=501 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:104 -[com_104] -type=text -x=65 -y=611 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Nature -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:105 -[com_105] -type=text -x=69 -y=627 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:106 -[com_106] -type=text -x=341 -y=569 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Astral -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:107 -[com_107] -type=text -x=345 -y=585 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:108 -[com_108] -type=text -x=341 -y=485 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Water -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:109 -[com_109] -type=text -x=345 -y=501 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:110 -[com_110] -type=text -x=65 -y=650 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Blood -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:111 -[com_111] -type=text -x=69 -y=666 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:112 -[com_112] -type=text -x=203 -y=650 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Runecrafting Guild -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:113 -[com_113] -type=text -x=207 -y=666 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:114 -[com_114] -type=model -x=143 -y=746 -width=27 -height=36 -layer=com_5 -model=model_41521 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=309 -modelzoom=1550 -unknown100=63722 -unknown101=3174 -opbase=Runecrafting staff -op1=Buy 1 -op2=Buy X - -// 779:115 -[com_115] -type=model -x=140 -y=799 -width=31 -height=32 -layer=com_5 -model=model_2349 -modelorigin_x=-1 -modelorigin_y=1 -modelangle_x=419 -modelangle_y=0 -modelangle_z=1913 -modelzoom=672 -unknown100=64833 -unknown101=1352 -opbase=Rune essence -op1=Buy 1 -op2=Buy X - -// 779:116 -[com_116] -type=text -x=173 -y=752 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Talisman staff -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:117 -[com_117] -type=text -x=177 -y=768 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:118 -[com_118] -type=text -x=176 -y=802 -width=80 -height=14 -layer=com_5 -textfont=p12_full -text=Rune essence -textlineheight=12 -textshadow=yes -colour=0xff981f - -// 779:119 -[com_119] -type=text -x=180 -y=818 -width=48 -height=12 -layer=com_5 -textfont=p11_full -text=X Ticket(s) -textlineheight=12 -colour=0xbf751d - -// 779:120 -[com_120] -type=layer -x=26 -y=6 -width=462 -height=31 - -// 779:121 -[com_121] -type=text -x=84 -y=16 -width=324 -height=15 -textfont=b12_full -text=Runecrafting Guild Rewards -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xff981f -opbase=Teleport -onload=script729 -onvartransmit=script729 -onvartransmitlist=varplayer_1278 - -// 779:122 -[com_122] -type=text -x=67 -y=7 -width=324 -height=15 -layer=com_5 -textfont=b12_full -text=Talismans -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xff981f -opbase=Teleport - -// 779:123 -[com_123] -type=text -x=67 -y=227 -width=324 -height=15 -layer=com_5 -textfont=b12_full -text=Runecrafting Robes, Hats and Gloves -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xff981f -opbase=Teleport - -// 779:124 -[com_124] -type=text -x=67 -y=450 -width=324 -height=15 -layer=com_5 -textfont=b12_full -text=Tablets of Teleportation -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xff981f -opbase=Teleport - -// 779:125 -[com_125] -type=text -x=70 -y=716 -width=324 -height=15 -layer=com_5 -textfont=b12_full -text=Miscellaneous -textlineheight=12 -textalignh=1 -textshadow=yes -colour=0xff981f -opbase=Teleport - -// 779:126 -[com_126] -type=graphic -x=3 -y=2 -width=182 -height=58 -layer=com_163 -graphic=tradebacking - -// 779:127 -[com_127] -type=graphic -x=475 -y=13 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(interface_779:com_127, "v2_stone_close_button,1") -onmouseleave=script44(interface_779:com_127, "v2_stone_close_button,0") -onop=script29 - -// 779:128 -[com_128] -type=graphic -x=2 -y=29 -width=32 -height=32 -layer=com_163 -graphic="v2_stone_borders,6" - -// 779:129 -[com_129] -type=graphic -x=155 -y=2 -width=32 -height=32 -layer=com_163 -graphic="v2_stone_borders,5" - -// 779:130 -[com_130] -type=graphic -x=2 -y=2 -width=32 -height=32 -layer=com_163 -graphic="v2_stone_borders,4" - -// 779:131 -[com_131] -type=graphic -x=155 -y=29 -width=32 -height=32 -layer=com_163 -graphic="v2_stone_borders,7" - -// 779:132 -[com_132] -type=text -x=55 -y=9 -width=81 -height=20 -layer=com_163 -textfont=p12_full -text=Confirm: -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x969696 - -// 779:133 -[com_133] -type=graphic -x=33 -y=41 -width=129 -height=45 -layer=com_163 -graphic="v2_stone_borders,2" -tiling=yes - -// 779:134 -[com_134] -type=graphic -x=26 -y=-11 -width=135 -height=25 -layer=com_163 -graphic="v2_stone_borders,0" -tiling=yes - -// 779:135 -[com_135] -type=text -x=55 -y=19 -width=81 -height=28 -layer=com_163 -textfont=p11_full -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 779:136 -[com_136] -type=text -x=55 -y=40 -width=81 -height=12 -layer=com_163 -textfont=p11_full -textlineheight=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 779:137 -[com_137] -type=graphic -x=4 -y=3 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 779:138 -[com_138] -type=graphic -x=473 -y=3 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 779:139 -[com_139] -type=graphic -x=34 -y=-10 -width=448 -height=33 -graphic="v2_stone_borders,0" -tiling=yes - -// 779:140 -[com_140] -type=graphic -x=4 -y=22 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 779:141 -[com_141] -type=graphic -x=34 -y=248 -width=448 -height=33 -graphic="v2_stone_borders,2" -tiling=yes - -// 779:142 -[com_142] -type=graphic -x=15 -y=20 -width=482 -height=31 -graphic="v2_stone_borders,0" -tiling=yes - -// 779:143 -[com_143] -type=graphic -x=4 -y=236 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 779:144 -[com_144] -type=graphic -x=473 -y=236 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 779:145 -[com_145] -type=graphic -x=473 -y=22 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 779:146 -[com_146] -type=rectangle -x=60 -y=4 -width=339 -height=1 -layer=com_5 -colour=0xff6600 -fill=yes -trans=200 - -// 779:147 -[com_147] -type=rectangle -x=60 -y=4 -width=337 -height=3 -layer=com_5 -colour=0x000000 -fill=yes -trans=200 - -// 779:148 -[com_148] -type=rectangle -x=60 -y=23 -width=339 -height=1 -layer=com_5 -colour=0xff6600 -fill=yes -trans=200 - -// 779:149 -[com_149] -type=rectangle -x=60 -y=23 -width=337 -height=3 -layer=com_5 -colour=0x000000 -fill=yes -trans=200 - -// 779:150 -[com_150] -type=rectangle -x=60 -y=224 -width=339 -height=1 -layer=com_5 -colour=0xff6600 -fill=yes -trans=200 - -// 779:151 -[com_151] -type=rectangle -x=60 -y=224 -width=337 -height=3 -layer=com_5 -colour=0x000000 -fill=yes -trans=200 - -// 779:152 -[com_152] -type=rectangle -x=60 -y=243 -width=339 -height=1 -layer=com_5 -colour=0xff6600 -fill=yes -trans=200 - -// 779:153 -[com_153] -type=rectangle -x=60 -y=243 -width=337 -height=3 -layer=com_5 -colour=0x000000 -fill=yes -trans=200 - -// 779:154 -[com_154] -type=rectangle -x=60 -y=448 -width=339 -height=1 -layer=com_5 -colour=0xff6600 -fill=yes -trans=200 - -// 779:155 -[com_155] -type=rectangle -x=60 -y=448 -width=337 -height=3 -layer=com_5 -colour=0x000000 -fill=yes -trans=200 - -// 779:156 -[com_156] -type=rectangle -x=60 -y=467 -width=339 -height=1 -layer=com_5 -colour=0xff6600 -fill=yes -trans=200 - -// 779:157 -[com_157] -type=rectangle -x=60 -y=467 -width=337 -height=3 -layer=com_5 -colour=0x000000 -fill=yes -trans=200 - -// 779:158 -[com_158] -type=rectangle -x=63 -y=713 -width=339 -height=1 -layer=com_5 -colour=0xff6600 -fill=yes -trans=200 - -// 779:159 -[com_159] -type=rectangle -x=63 -y=713 -width=337 -height=3 -layer=com_5 -colour=0x000000 -fill=yes -trans=200 - -// 779:160 -[com_160] -type=rectangle -x=63 -y=732 -width=339 -height=1 -layer=com_5 -colour=0xff6600 -fill=yes -trans=200 - -// 779:161 -[com_161] -type=rectangle -x=63 -y=732 -width=337 -height=3 -layer=com_5 -colour=0x000000 -fill=yes -trans=200 - -// 779:162 -[com_162] -type=layer -x=481 -y=40 -width=16 -height=220 -onload=script63(event_com, interface_779:com_5, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 779:163 -[com_163] -type=layer -x=160 -y=269 -width=190 -height=61 -op1=Confirm - diff --git a/dumps/530/interface/interface_78.if b/dumps/530/interface/interface_78.if deleted file mode 100644 index c448958f8..000000000 --- a/dumps/530/interface/interface_78.if +++ /dev/null @@ -1,114 +0,0 @@ -// 78:0 -[com_0] - -// 78:1 -[com_1] - -// 78:2 -[com_2] - -// 78:3 -[com_3] - -// 78:4 -[com_4] - -// 78:5 -[com_5] - -// 78:6 -[com_6] - -// 78:7 -[com_7] - -// 78:8 -[com_8] - -// 78:9 -[com_9] - -// 78:10 -[com_10] - -// 78:11 -[com_11] - -// 78:12 -[com_12] - -// 78:13 -[com_13] - -// 78:14 -[com_14] - -// 78:15 -[com_15] - -// 78:16 -[com_16] - -// 78:17 -[com_17] - -// 78:18 -[com_18] - -// 78:19 -[com_19] - -// 78:20 -[com_20] - -// 78:21 -[com_21] - -// 78:22 -[com_22] - -// 78:23 -[com_23] - -// 78:24 -[com_24] - -// 78:25 -[com_25] - -// 78:26 -[com_26] - -// 78:27 -[com_27] - -// 78:28 -[com_28] - -// 78:29 -[com_29] - -// 78:30 -[com_30] - -// 78:31 -[com_31] - -// 78:32 -[com_32] - -// 78:33 -[com_33] - -// 78:34 -[com_34] - -// 78:35 -[com_35] - -// 78:36 -[com_36] - -// 78:37 -[com_37] - diff --git a/dumps/530/interface/interface_780.if3 b/dumps/530/interface/interface_780.if3 deleted file mode 100644 index 45713ab3c..000000000 --- a/dumps/530/interface/interface_780.if3 +++ /dev/null @@ -1,848 +0,0 @@ -// 780:0 -[com_0] -type=model -x=-278 -y=-178 -width=889 -height=1029 -layer=com_49 -model=model_41478 -modelorigin_x=68 -modelorigin_y=-159 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=484 -unknown100=64724 -unknown101=3000 - -// 780:1 -[com_1] -type=model -x=14 -y=2 -width=486 -height=330 -layer=com_49 -model=model_41477 -modelorigin_x=-36 -modelorigin_y=-24 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=749 -unknown100=64089 -unknown101=3000 - -// 780:2 -[com_2] -type=text -x=243 -y=191 -width=32 -height=32 -layer=com_49 -textfont=p11_full -text=You are here -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4c4a4 - -// 780:3 -[com_3] -type=text -x=219 -y=138 -width=32 -height=32 -layer=com_49 -textfont=p11_full -text=Asgarnia -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4c4a4 - -// 780:4 -[com_4] -type=text -x=289 -y=148 -width=32 -height=32 -layer=com_49 -textfont=p11_full -text=Misthalin -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4c4a4 - -// 780:5 -[com_5] -type=text -x=167 -y=228 -width=32 -height=32 -layer=com_49 -textfont=p11_full -text=Karamja -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4c4a4 - -// 780:6 -[com_6] -type=text -x=100 -y=118 -width=32 -height=32 -layer=com_49 -textfont=p11_full -text=Kandarin -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4c4a4 - -// 780:7 -[com_7] -type=text -x=28 -y=171 -width=32 -height=32 -layer=com_49 -textfont=p11_full -text=Tirannwn -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4c4a4 - -// 780:8 -[com_8] -type=text -x=69 -y=231 -width=32 -height=32 -layer=com_49 -textfont=p11_full -text=Feldip Hills -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4c4a4 - -// 780:9 -[com_9] -type=text -x=385 -y=132 -width=32 -height=32 -layer=com_49 -textfont=p11_full -text=Morytania -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4c4a4 - -// 780:10 -[com_10] -type=text -x=234 -y=39 -width=32 -height=32 -layer=com_49 -textfont=p11_full -text=Wilderness -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc4c4a4 - -// 780:11 -[com_11] -type=graphic -x=492 -y=4 -width=16 -height=16 -layer=com_49 -graphic="v2_stone_close_button,0" -op1=Close -onload=script728 -onmouseover=script44(interface_780:com_11, "v2_stone_close_button,1") -onmouseleave=script44(interface_780:com_11, "v2_stone_close_button,0") -onop=script29 - -// 780:12 -[com_12] -type=layer -width=512 -height=334 -layer=com_49 - -// 780:13 -[com_13] -type=layer -width=512 -height=334 -layer=com_49 - -// 780:14 -[com_14] -type=model -x=214 -y=143 -width=41 -height=36 -layer=com_35 -model=model_41489 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=64004 -unknown101=3000 - -// 780:15 -[com_15] -type=model -x=200 -y=82 -width=41 -height=36 -layer=com_37 -model=model_41493 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=64004 -unknown101=3000 - -// 780:16 -[com_16] -type=model -x=262 -y=166 -width=41 -height=36 -layer=com_39 -model=model_41495 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=64004 -unknown101=3000 - -// 780:17 -[com_17] -type=model -x=302 -y=105 -width=41 -height=36 -layer=com_38 -model=model_41485 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=63993 -unknown101=3000 - -// 780:18 -[com_18] -type=model -x=323 -y=170 -width=41 -height=36 -layer=com_40 -model=model_41492 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=64004 -unknown101=3000 - -// 780:19 -[com_19] -type=model -x=238 -y=105 -width=41 -height=36 -layer=com_36 -model=model_41490 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=64016 -unknown101=3000 - -// 780:20 -[com_20] -type=model -x=209 -y=48 -width=41 -height=36 -layer=com_41 -model=model_41487 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=63993 -unknown101=3000 - -// 780:21 -[com_21] -type=model -x=166 -y=221 -width=41 -height=36 -layer=com_44 -model=model_41484 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=63993 -unknown101=3000 - -// 780:22 -[com_22] -type=model -x=174 -y=131 -width=41 -height=36 -layer=com_42 -model=model_41494 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=63993 -unknown101=3000 - -// 780:23 -[com_23] -type=model -x=414 -y=149 -width=41 -height=36 -layer=com_43 -model=model_41491 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=63993 -unknown101=3000 - -// 780:24 -[com_24] -type=model -x=42 -y=165 -width=41 -height=36 -layer=com_47 -model=model_41486 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=63993 -unknown101=3000 - -// 780:25 -[com_25] -type=model -x=283 -y=182 -width=41 -height=36 -layer=com_48 -model=model_41488 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=368 -modelangle_y=0 -modelangle_z=0 -modelzoom=784 -modelanim=seq_10191 -unknown100=63993 -unknown101=3000 - -// 780:26 -[com_26] -type=graphic -x=286 -y=271 -width=211 -height=58 -layer=com_13 -graphic=tradebacking -tiling=yes - -// 780:27 -[com_27] -type=graphic -x=284 -y=267 -width=32 -height=32 -layer=com_13 -graphic="v2_stone_borders,4" - -// 780:28 -[com_28] -type=graphic -x=472 -y=267 -width=32 -height=32 -layer=com_13 -graphic="v2_stone_borders,5" - -// 780:29 -[com_29] -type=graphic -x=284 -y=299 -width=32 -height=32 -layer=com_13 -graphic="v2_stone_borders,6" - -// 780:30 -[com_30] -type=graphic -x=472 -y=299 -width=32 -height=32 -layer=com_13 -graphic="v2_stone_borders,7" - -// 780:31 -[com_31] -type=graphic -x=316 -y=254 -width=157 -height=32 -layer=com_13 -graphic="v2_stone_borders,0" -tiling=yes - -// 780:32 -[com_32] -type=graphic -x=316 -y=311 -width=156 -height=32 -layer=com_13 -graphic="v2_stone_borders,2" -tiling=yes - -// 780:33 -[com_33] -type=text -x=294 -y=277 -width=199 -height=43 -layer=com_13 -textfont=p11_full -textshadow=yes -colour=0xc4c4a4 - -// 780:34 -[com_34] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:35 -[com_35] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:36 -[com_36] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:37 -[com_37] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:38 -[com_38] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:39 -[com_39] -type=layer -x=13 -y=18 -width=512 -height=334 -layer=com_12 - -// 780:40 -[com_40] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:41 -[com_41] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:42 -[com_42] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:43 -[com_43] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:44 -[com_44] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:45 -[com_45] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:46 -[com_46] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:47 -[com_47] -type=layer -width=512 -height=334 -layer=com_12 - -// 780:48 -[com_48] -type=layer -x=13 -y=2 -width=512 -height=334 -layer=com_12 - -// 780:49 -[com_49] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 780:50 -[com_50] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 780:51 -[com_51] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_50 - -// 780:52 -[com_52] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 780:53 -[com_53] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 780:54 -[com_54] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 780:55 -[com_55] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 780:56 -[com_56] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 780:57 -[com_57] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 780:58 -[com_58] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 780:59 -[com_59] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 780:60 -[com_60] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_51 - -// 780:61 -[com_61] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_51 - -// 780:62 -[com_62] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_51 - -// 780:63 -[com_63] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_51 - -// 780:64 -[com_64] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_51 - -// 780:65 -[com_65] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_61 -graphic=tradebacking -tiling=yes -outline=2 - -// 780:66 -[com_66] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_60 -graphic=tradebacking -tiling=yes -outline=2 - -// 780:67 -[com_67] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_62 -graphic=tradebacking -tiling=yes -outline=2 - -// 780:68 -[com_68] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_63 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_781.if3 b/dumps/530/interface/interface_781.if3 deleted file mode 100644 index 712a9a2cc..000000000 --- a/dumps/530/interface/interface_781.if3 +++ /dev/null @@ -1,737 +0,0 @@ -// 781:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_right -ymode=abs_bottom - -// 781:1 -[com_1] -type=text -x=204 -y=202 -width=120 -height=16 -layer=com_0 -hide=yes -textfont=b12_full -text=The portal is open -textshadow=yes -colour=0xcc0000 - -// 781:2 -[com_2] -type=layer -x=151 -y=257 -width=215 -height=55 -layer=com_0 - -// 781:3 -[com_3] -type=layer -width=512 -height=334 -xmode=abs_right -ymode=abs_bottom - -// 781:4 -[com_4] -type=graphic -x=448 -y=176 -width=45 -height=32 -layer=com_3 -graphic="v2_stone_borders,0" -tiling=yes - -// 781:5 -[com_5] -type=graphic -x=478 -y=276 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,7" - -// 781:6 -[com_6] -type=graphic -x=448 -y=288 -width=45 -height=32 -layer=com_3 -graphic="v2_stone_borders,2" -tiling=yes - -// 781:7 -[com_7] -type=graphic -x=478 -y=189 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,5" - -// 781:8 -[com_8] -type=graphic -x=490 -y=221 -width=32 -height=55 -layer=com_3 -graphic="v2_stone_borders,3" - -// 781:9 -[com_9] -type=graphic -x=417 -y=276 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,6" - -// 781:10 -[com_10] -type=graphic -x=424 -y=251 -width=18 -height=18 -layer=com_3 -graphic="bank_buttons,6" -hflip=yes -opbase=m - -// 781:11 -[com_11] -type=graphic -x=417 -y=189 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,4" - -// 781:12 -[com_12] -type=graphic -x=404 -y=221 -width=32 -height=55 -layer=com_3 -graphic="v2_stone_borders,1" - -// 781:13 -[com_13] -type=layer -width=512 -height=334 -layer=com_3 -hide=yes -opbase= - -// 781:14 -[com_14] -type=layer -width=512 -height=334 -layer=com_3 -hide=yes - -// 781:15 -[com_15] -type=model -x=13926 -y=29 -width=24 -height=24 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 -onload=script731 - -// 781:16 -[com_16] -type=model -x=12124 -y=29 -width=24 -height=24 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:17 -[com_17] -type=model -x=10321 -y=29 -width=24 -height=24 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:18 -[com_18] -type=model -x=8683 -y=29 -width=24 -height=24 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:19 -[com_19] -type=model -x=6887 -y=29 -width=24 -height=24 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:20 -[com_20] -type=model -x=5095 -y=29 -width=24 -height=24 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:21 -[com_21] -type=model -x=3367 -y=29 -width=24 -height=24 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:22 -[com_22] -type=model -x=1607 -y=29 -width=24 -height=24 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:23 -[com_23] -type=model -x=13926 -y=27 -width=27 -height=29 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:24 -[com_24] -type=model -x=12103 -y=27 -width=27 -height=29 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:25 -[com_25] -type=model -x=10311 -y=27 -width=27 -height=29 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:26 -[com_26] -type=model -x=8683 -y=27 -width=27 -height=29 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:27 -[com_27] -type=model -x=6881 -y=27 -width=27 -height=29 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:28 -[com_28] -type=model -x=5063 -y=27 -width=27 -height=29 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:29 -[com_29] -type=model -x=3303 -y=27 -width=27 -height=29 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:30 -[com_30] -type=model -x=1543 -y=27 -width=27 -height=29 -xmode=proportion_right -model=null -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=568 -modelangle_y=1024 -modelangle_z=0 -modelzoom=856 -unknown100=0 -unknown101=3000 - -// 781:31 -[com_31] -type=graphic -x=419 -y=196 -width=85 -height=105 -layer=com_13 -graphic=tradebacking -tiling=yes - -// 781:32 -[com_32] -type=rectangle -x=423 -y=196 -width=80 -height=105 -layer=com_13 -colour=0x003300 -fill=yes -trans=160 - -// 781:33 -[com_33] -type=model -x=440 -y=199 -width=51 -height=51 -layer=com_13 -model=model_41482 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=515 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -modelanim=seq_10139 -unknown100=63865 -unknown101=3000 - -// 781:34 -[com_34] -type=model -x=448 -y=252 -width=17 -height=17 -layer=com_13 -model=model_41466 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2448 -modelanim=seq_10136 -unknown100=63751 -unknown101=3000 - -// 781:35 -[com_35] -type=model -x=439 -y=265 -width=35 -height=35 -layer=com_13 -model=model_41474 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2448 -modelanim=seq_10136 -unknown100=63728 -unknown101=3000 - -// 781:36 -[com_36] -type=text -x=471 -y=257 -width=20 -height=14 -layer=com_13 -textfont=p11_full -text=0 -textshadow=yes -colour=0xc4c4a4 - -// 781:37 -[com_37] -type=text -x=471 -y=278 -width=20 -height=14 -layer=com_13 -textfont=p11_full -text=0 -textshadow=yes -colour=0xc4c4a4 - -// 781:38 -[com_38] -type=graphic -x=423 -y=196 -width=80 -height=105 -layer=com_14 -graphic=tradebacking - -// 781:39 -[com_39] -type=rectangle -x=423 -y=196 -width=80 -height=105 -layer=com_14 -colour=0x333300 -fill=yes -trans=160 - -// 781:40 -[com_40] -type=model -x=441 -y=197 -width=51 -height=51 -layer=com_14 -model=model_41481 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=515 -modelangle_y=0 -modelangle_z=0 -modelzoom=1500 -modelanim=seq_10139 -unknown100=63861 -unknown101=3000 - -// 781:41 -[com_41] -type=model -x=449 -y=278 -width=17 -height=17 -layer=com_14 -model=model_41466 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2448 -modelanim=seq_10136 -unknown100=63707 -unknown101=3000 - -// 781:42 -[com_42] -type=model -x=440 -y=245 -width=35 -height=35 -layer=com_14 -model=model_41474 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=2448 -modelanim=seq_10136 -unknown100=63688 -unknown101=3000 - -// 781:43 -[com_43] -type=text -x=474 -y=260 -width=20 -height=14 -layer=com_14 -textfont=p11_full -text=0 -textshadow=yes -colour=0xc4c4a4 - -// 781:44 -[com_44] -type=text -x=474 -y=281 -width=20 -height=14 -layer=com_14 -textfont=p11_full -text=0 -textshadow=yes -colour=0xc4c4a4 - -// 781:45 -[com_45] -type=graphic -x=16 -y=12 -width=184 -height=27 -layer=com_2 -graphic=tradebacking -tiling=yes - -// 781:46 -[com_46] -type=graphic -x=9 -y=5 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,4" - -// 781:47 -[com_47] -type=graphic -x=9 -y=14 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,6" - -// 781:48 -[com_48] -type=graphic -x=175 -y=5 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,5" - -// 781:49 -[com_49] -type=graphic -x=175 -y=14 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,7" - -// 781:50 -[com_50] -type=graphic -x=41 -y=-8 -width=134 -height=32 -layer=com_2 -graphic="v2_stone_borders,0" -tiling=yes - -// 781:51 -[com_51] -type=graphic -x=41 -y=26 -width=134 -height=32 -layer=com_2 -graphic="v2_stone_borders,2" -tiling=yes - -// 781:52 -[com_52] -type=text -x=19 -y=16 -width=178 -height=20 -layer=com_2 -textfont=b12_full -text=Waiting for players to join -textalignh=1 -textshadow=yes -colour=0xc4c4a4 - diff --git a/dumps/530/interface/interface_782.if3 b/dumps/530/interface/interface_782.if3 deleted file mode 100644 index 187cdbcea..000000000 --- a/dumps/530/interface/interface_782.if3 +++ /dev/null @@ -1,72 +0,0 @@ -// 782:0 -[com_0] -type=rectangle -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes - -// 782:1 -[com_1] -type=model -x=-2361 -y=252 -width=20583 -height=29929 -widthmode=proportion -heightmode=proportion -xmode=proportion_left -ymode=proportion_centre -model=model_42152 -modelorigin_x=15 -modelorigin_y=-5 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=767 -modelanim=seq_10350 -unknown100=0 -unknown101=1590 -modelobjwidth=643 -modelobjheight=610 - -// 782:2 -[com_2] -type=model -width=23591 -height=36061 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_42150 -modelorigin_x=-1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=5 -modelangle_z=0 -modelzoom=486 -modelorthog=yes -unknown100=0 -unknown101=985 -modelobjwidth=737 -modelobjheight=735 - -// 782:3 -[com_3] -type=graphic -x=10 -y=10 -width=26 -height=23 -xmode=abs_right -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - diff --git a/dumps/530/interface/interface_783.if3 b/dumps/530/interface/interface_783.if3 deleted file mode 100644 index 7ad3d5862..000000000 --- a/dumps/530/interface/interface_783.if3 +++ /dev/null @@ -1,162 +0,0 @@ -// 783:0 -[com_0] -type=layer -width=190 -height=260 -scrollwidth=174 -scrollheight=552 -onload=script1767 - -// 783:1 -[com_1] -type=graphic -x=9 -y=9 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,1" -op1=Small Hop -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "Small Hop (level 10 approx.)", 50, 150) - -// 783:2 -[com_2] -type=graphic -x=75 -y=10 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,2" -op1=One Leg Balance -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "One-leg Balance (level 20 approx.)", 50, 150) - -// 783:3 -[com_3] -type=graphic -x=133 -y=10 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,3" -op1=Twirl -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "Twirl (level 30 approx.)", 50, 150) - -// 783:4 -[com_4] -type=graphic -x=9 -y=67 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,4" -op1=Handstand -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "Handstand (level 40 approx.)", 50, 150) - -// 783:5 -[com_5] -type=graphic -x=74 -y=68 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,5" -op1=Cartwheel -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "Cartwheel (level 50 approx.)", 50, 150) - -// 783:6 -[com_6] -type=graphic -x=133 -y=68 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,6" -op1=Small Leap -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "Small Leap (level 60 approx.)", 50, 150) - -// 783:7 -[com_7] -type=graphic -x=9 -y=126 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,7" -op1=No-hand Cartwheel -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "No-hand Cartwheel (level 70 approx.)", 50, 150) - -// 783:8 -[com_8] -type=graphic -x=74 -y=127 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,8" -op1=Forward Roll -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "Forward Roll (level 80 approx.)", 50, 150) - -// 783:9 -[com_9] -type=graphic -x=132 -y=127 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,9" -op1=Large Leap -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "Large Leap (level 90 approx.)", 50, 150) - -// 783:10 -[com_10] -type=graphic -x=43 -y=187 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,10" -op1=Backflip -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "Backflip (level 99 approx.)", 50, 150) - -// 783:11 -[com_11] -type=graphic -x=106 -y=190 -width=48 -height=48 -layer=com_0 -graphic="emotes_circus,0" -targetverb=Juggle -onmouseleave=script40(interface_783:com_12) -onmouserepeat=script38(event_com, interface_783:com_12, "Juggle", 50, 150) -onclick=script1768 - -// 783:12 -[com_12] -type=layer -x=34 -y=119 -width=100 -height=50 -layer=com_0 - diff --git a/dumps/530/interface/interface_784.if3 b/dumps/530/interface/interface_784.if3 deleted file mode 100644 index 9f24e8f4b..000000000 --- a/dumps/530/interface/interface_784.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 784:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_785.if3 b/dumps/530/interface/interface_785.if3 deleted file mode 100644 index 1e049b4b9..000000000 --- a/dumps/530/interface/interface_785.if3 +++ /dev/null @@ -1,170 +0,0 @@ -// 785:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 785:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 785:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 785:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 785:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 785:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 785:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 785:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 785:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 785:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 785:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 785:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 785:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 785:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 785:14 -[com_14] -type=text -x=18 -y=27 -width=475 -height=22 -textfont=b12_full -text=Circus Rewards -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 785:15 -[com_15] -type=layer -x=60 -y=70 -width=391 -height=210 -op10= - -// 785:16 -[com_16] -type=layer -x=452 -y=70 -width=16 -height=210 -onload=script63(event_com, interface_785:com_15, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - diff --git a/dumps/530/interface/interface_786.if3 b/dumps/530/interface/interface_786.if3 deleted file mode 100644 index 4641a13af..000000000 --- a/dumps/530/interface/interface_786.if3 +++ /dev/null @@ -1,200 +0,0 @@ -// 786:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 786:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 786:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 786:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 786:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 786:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 786:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 786:7 -[com_7] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 786:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 786:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 786:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 786:11 -[com_11] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 786:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 786:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 786:14 -[com_14] -type=text -x=18 -y=27 -width=475 -height=22 -textfont=b12_full -text=Performance Equipment -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 786:15 -[com_15] -type=layer -x=60 -y=70 -width=391 -height=210 - -// 786:16 -[com_16] -type=layer -x=60 -y=70 -width=391 -height=210 -op10= - -// 786:17 -[com_17] -type=layer -x=60 -y=70 -width=391 -height=210 -op10= - -// 786:18 -[com_18] -type=layer -x=452 -y=70 -width=16 -height=210 - -// 786:19 -[com_19] -type=text -x=55 -y=290 -width=400 -height=32 -textfont=p11_full -text=Choose equipment to use in your performance. Take as many as you like, but you can't leave the big top with any of it. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - diff --git a/dumps/530/interface/interface_787.if3 b/dumps/530/interface/interface_787.if3 deleted file mode 100644 index b103eaeed..000000000 --- a/dumps/530/interface/interface_787.if3 +++ /dev/null @@ -1,181 +0,0 @@ -// 787:0 -[com_0] -type=rectangle -x=69 -y=141 -width=516 -height=278 -colour=0x000000 -fill=yes -trans=200 -op10= - -// 787:1 -[com_1] -type=model -y=8 -width=563 -height=435 -xmode=abs_centre -ymode=abs_centre -model=model_42151 -modelorigin_x=0 -modelorigin_y=360 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=238 -unknown100=0 -unknown101=556 -op10= - -// 787:2 -[com_2] -type=layer -x=32 -y=26 -width=579 -height=389 -xmode=abs_centre -ymode=abs_centre -op10= - -// 787:3 -[com_3] -type=graphic -x=472 -y=8 -width=26 -height=23 -layer=com_2 -graphic="close_buttons,6" -op1=Close -op10= -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 787:4 -[com_4] -type=text -x=278 -y=122 -width=170 -height=32 -textfont=quill_oblique_large -text=Discovered by: -textshadow=yes -colour=0xbf751d - -// 787:5 -[com_5] -type=text -x=68 -y=122 -width=147 -height=32 -textfont=quill_oblique_large -text=Landing time: -textshadow=yes -colour=0xbf751d - -// 787:6 -[com_6] -type=text -x=68 -y=162 -width=147 -height=24 -textfont=p12_full -colour=0xbf751d - -// 787:7 -[com_7] -type=text -x=68 -y=192 -width=147 -height=24 -textfont=p12_full -colour=0xbf751d - -// 787:8 -[com_8] -type=text -x=68 -y=222 -width=147 -height=24 -textfont=p12_full -colour=0xbf751d - -// 787:9 -[com_9] -type=text -x=68 -y=252 -width=147 -height=24 -textfont=p12_full -colour=0xbf751d - -// 787:10 -[com_10] -type=text -x=68 -y=282 -width=147 -height=24 -textfont=p12_full -colour=0xbf751d - -// 787:11 -[com_11] -type=text -x=278 -y=162 -width=170 -height=24 -textfont=p12_full -colour=0xbf751d - -// 787:12 -[com_12] -type=text -x=278 -y=192 -width=170 -height=24 -textfont=p12_full -colour=0xbf751d - -// 787:13 -[com_13] -type=text -x=278 -y=222 -width=170 -height=24 -textfont=p12_full -colour=0xbf751d - -// 787:14 -[com_14] -type=text -x=278 -y=252 -width=170 -height=24 -textfont=p12_full -colour=0xbf751d - -// 787:15 -[com_15] -type=text -x=278 -y=282 -width=170 -height=24 -textfont=p12_full -colour=0xbf751d - diff --git a/dumps/530/interface/interface_788.if3 b/dumps/530/interface/interface_788.if3 deleted file mode 100644 index 79d6125ca..000000000 --- a/dumps/530/interface/interface_788.if3 +++ /dev/null @@ -1,881 +0,0 @@ -// 788:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 788:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 788:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 788:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 788:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 788:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 788:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 788:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 788:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 788:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 788:10 -[com_10] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 788:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 788:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 788:13 -[com_13] -type=text -x=160 -y=60 -width=175 -height=14 -textfont=p12_full -text=Last fifty performances on this world: -textalignh=1 -textshadow=yes -colour=0xbf751d - -// 788:14 -[com_14] -type=text -x=15 -y=30 -width=472 -height=19 -textfont=b12_full -text=Circus Performance Scoreboard -textalignh=1 -textshadow=yes -colour=0xe1981f - -// 788:15 -[com_15] -type=layer -x=31 -y=75 -width=437 -height=229 -scrollheight=602 - -// 788:16 -[com_16] -type=text -x=3 -y=4 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:17 -[com_17] -type=text -x=3 -y=19 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:18 -[com_18] -type=text -x=3 -y=34 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:19 -[com_19] -type=text -x=3 -y=49 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:20 -[com_20] -type=text -x=3 -y=64 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:21 -[com_21] -type=text -x=3 -y=79 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:22 -[com_22] -type=text -x=3 -y=94 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:23 -[com_23] -type=text -x=3 -y=109 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:24 -[com_24] -type=text -x=3 -y=124 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:25 -[com_25] -type=text -x=3 -y=139 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:26 -[com_26] -type=text -x=3 -y=154 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:27 -[com_27] -type=text -x=3 -y=169 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:28 -[com_28] -type=text -x=3 -y=199 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:29 -[com_29] -type=text -x=3 -y=184 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:30 -[com_30] -type=text -x=3 -y=229 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:31 -[com_31] -type=text -x=3 -y=214 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:32 -[com_32] -type=text -x=3 -y=244 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:33 -[com_33] -type=text -x=3 -y=259 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:34 -[com_34] -type=text -x=3 -y=274 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:35 -[com_35] -type=text -x=3 -y=289 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:36 -[com_36] -type=text -x=3 -y=304 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:37 -[com_37] -type=text -x=3 -y=319 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:38 -[com_38] -type=text -x=3 -y=334 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:39 -[com_39] -type=text -x=3 -y=349 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:40 -[com_40] -type=text -x=3 -y=364 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:41 -[com_41] -type=text -x=3 -y=379 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:42 -[com_42] -type=text -x=3 -y=394 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:43 -[com_43] -type=text -x=3 -y=409 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:44 -[com_44] -type=text -x=3 -y=424 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:45 -[com_45] -type=text -x=3 -y=439 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:46 -[com_46] -type=text -x=3 -y=454 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:47 -[com_47] -type=text -x=3 -y=469 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:48 -[com_48] -type=text -x=3 -y=484 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:49 -[com_49] -type=text -x=3 -y=499 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:50 -[com_50] -type=text -x=3 -y=514 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:51 -[com_51] -type=text -x=3 -y=529 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:52 -[com_52] -type=text -x=3 -y=544 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:53 -[com_53] -type=text -x=3 -y=559 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:54 -[com_54] -type=text -x=3 -y=574 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:55 -[com_55] -type=text -x=3 -y=589 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:56 -[com_56] -type=text -x=3 -y=604 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:57 -[com_57] -type=text -x=3 -y=619 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:58 -[com_58] -type=text -x=3 -y=634 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:59 -[com_59] -type=text -x=3 -y=649 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:60 -[com_60] -type=text -x=3 -y=664 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:61 -[com_61] -type=text -x=3 -y=679 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:62 -[com_62] -type=text -x=3 -y=694 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:63 -[com_63] -type=text -x=3 -y=709 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:64 -[com_64] -type=text -x=3 -y=724 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:65 -[com_65] -type=text -x=3 -y=739 -width=430 -height=14 -layer=com_15 -textfont=p12_full -text=Crunchy (126) beat Crunchy2 (126) -textalignh=1 -textshadow=yes -colour=0xaaaaaa - -// 788:66 -[com_66] -type=layer -x=472 -y=75 -width=16 -height=230 -onload=script63(event_com, interface_788:com_15, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1") - -// 788:67 -[com_67] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_789.if3 b/dumps/530/interface/interface_789.if3 deleted file mode 100644 index 5243886a9..000000000 --- a/dumps/530/interface/interface_789.if3 +++ /dev/null @@ -1,210 +0,0 @@ -// 789:0 -[com_0] -type=layer -x=5 -width=64 -height=72 -xmode=abs_right -ymode=abs_centre -onload=script1835(event_com, interface_789:com_2, interface_789:com_3, interface_789:com_4, interface_789:com_5, interface_789:com_6, 1) -ontimer=script1835(event_com, interface_789:com_2, interface_789:com_3, interface_789:com_4, interface_789:com_5, interface_789:com_6, 0) - -// 789:1 -[com_1] -type=graphic -x=2 -y=-2 -width=296 -height=300 -layer=com_6 -graphic=tradebacking -op10= - -// 789:2 -[com_2] -type=graphic -widthmode=minus -heightmode=minus -layer=com_0 -tiling=yes -trans=125 - -// 789:3 -[com_3] -type=graphic -y=15 -width=32 -height=32 -xmode=abs_centre -layer=com_0 -graphic="options_icons,18" - -// 789:4 -[com_4] -type=text -y=3 -height=13 -widthmode=minus -layer=com_0 -textfont=p11_full -text=On death: -textalignh=1 -textshadow=yes -colour=0x000000 - -// 789:5 -[com_5] -type=text -y=46 -height=23 -widthmode=minus -layer=com_0 -textfont=p11_full -textalignh=1 -textshadow=yes -colour=0x000000 - -// 789:6 -[com_6] -type=layer -y=5 -width=300 -height=50 -xmode=abs_centre - -// 789:7 -[com_7] -type=graphic -x=21 -y=30 -width=250 -height=32 -layer=com_6 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 789:8 -[com_8] -type=graphic -x=26 -y=-14 -width=250 -height=32 -layer=com_6 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 789:9 -[com_9] -type=graphic -x=269 -y=-1 -width=32 -height=32 -layer=com_6 -graphic="v2_stone_borders,5" -op10= - -// 789:10 -[com_10] -type=graphic -y=-1 -width=32 -height=32 -layer=com_6 -graphic="v2_stone_borders,4" -op10= - -// 789:11 -[com_11] -type=graphic -x=269 -y=18 -width=32 -height=32 -layer=com_6 -graphic="v2_stone_borders,7" -op10= - -// 789:12 -[com_12] -type=graphic -y=18 -width=32 -height=32 -layer=com_6 -graphic="v2_stone_borders,6" -op10= - -// 789:13 -[com_13] -type=text -y=-4 -width=300 -height=50 -layer=com_6 -textfont=quill_oblique_large -text=Go north to fight... -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 789:14 -[com_14] -type=layer -x=5 -y=-728 -width=75 -height=50 -widthmode=minus -ymode=proportion_centre -op10= -onload=script1807(event_com, interface_789:com_16, interface_789:com_17) - -// 789:15 -[com_15] -type=graphic -y=1 -width=13 -height=13 -layer=com_14 -graphic="coppa_mouth_button,2" -opbase=Caller -op1=Set -op2=Clear -op10= -onop=script1157(event_op) - -// 789:16 -[com_16] -type=text -x=15 -width=100 -height=15 -layer=com_14 -textfont=b12_full -textshadow=yes -colour=0x00ffff -opbase=Caller -op1=Set -op2=Clear -op10= -onop=script1157(event_op) - -// 789:17 -[com_17] -type=text -height=15 -widthmode=minus -heightmode=minus -ymode=abs_bottom -layer=com_14 -textfont=p12_full -textalignv=1 -textshadow=yes -colour=0x00ffff -op10= - diff --git a/dumps/530/interface/interface_79.if b/dumps/530/interface/interface_79.if deleted file mode 100644 index 68c14e705..000000000 --- a/dumps/530/interface/interface_79.if +++ /dev/null @@ -1,102 +0,0 @@ -// 79:0 -[com_0] - -// 79:1 -[com_1] - -// 79:2 -[com_2] - -// 79:3 -[com_3] - -// 79:4 -[com_4] - -// 79:5 -[com_5] - -// 79:6 -[com_6] - -// 79:7 -[com_7] - -// 79:8 -[com_8] - -// 79:9 -[com_9] - -// 79:10 -[com_10] - -// 79:11 -[com_11] - -// 79:12 -[com_12] - -// 79:13 -[com_13] - -// 79:14 -[com_14] - -// 79:15 -[com_15] - -// 79:16 -[com_16] - -// 79:17 -[com_17] - -// 79:18 -[com_18] - -// 79:19 -[com_19] - -// 79:20 -[com_20] - -// 79:21 -[com_21] - -// 79:22 -[com_22] - -// 79:23 -[com_23] - -// 79:24 -[com_24] - -// 79:25 -[com_25] - -// 79:26 -[com_26] - -// 79:27 -[com_27] - -// 79:28 -[com_28] - -// 79:29 -[com_29] - -// 79:30 -[com_30] - -// 79:31 -[com_31] - -// 79:32 -[com_32] - -// 79:33 -[com_33] - diff --git a/dumps/530/interface/interface_790.if3 b/dumps/530/interface/interface_790.if3 deleted file mode 100644 index f786ceb6f..000000000 --- a/dumps/530/interface/interface_790.if3 +++ /dev/null @@ -1,117 +0,0 @@ -// 790:0 -[com_0] -type=model -x=15 -y=23 -width=480 -height=301 -layer=com_8 -model=model_26397 -modelorigin_x=-2 -modelorigin_y=33 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=1009 -unknown100=64158 -unknown101=3000 -onload=script1816(interface_790:com_4, interface_790:com_5, interface_790:com_6, interface_790:com_1, interface_790:com_3, interface_790:com_2) -onvarctransmit=script1816(interface_790:com_4, interface_790:com_5, interface_790:com_6, interface_790:com_1, interface_790:com_3, interface_790:com_2) -onvarctransmitlist=varclient_268 - -// 790:1 -[com_1] -type=line -x=38 -y=81 -width=200 -layer=com_8 -colour=0x6f5834 -opbase= - -// 790:2 -[com_2] -type=model -x=164 -y=94 -width=294 -height=203 -layer=com_8 -model=model_30060 -modelorigin_x=51 -modelorigin_y=38 -modelangle_x=234 -modelangle_y=1867 -modelangle_z=0 -modelzoom=1680 -unknown100=63852 -unknown101=3000 - -// 790:3 -[com_3] -type=model -x=266 -y=53 -width=137 -height=245 -layer=com_8 -model=model_30059 -modelorigin_x=1 -modelorigin_y=-4 -modelangle_x=96 -modelangle_y=1667 -modelangle_z=1899 -modelzoom=850 -unknown100=63987 -unknown101=3000 - -// 790:4 -[com_4] -type=text -width=300 -height=50 -layer=com_8 -textfont=quill_oblique_large -colour=0x46320a - -// 790:5 -[com_5] -type=text -width=300 -height=50 -layer=com_8 -textfont=q8_full -colour=0x46320a - -// 790:6 -[com_6] -type=text -width=175 -height=125 -layer=com_8 -textfont=q8_full -textalignv=1 -colour=0x46320a - -// 790:7 -[com_7] -type=graphic -x=443 -y=40 -width=26 -height=23 -layer=com_8 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - -// 790:8 -[com_8] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_791.if3 b/dumps/530/interface/interface_791.if3 deleted file mode 100644 index 712f2d339..000000000 --- a/dumps/530/interface/interface_791.if3 +++ /dev/null @@ -1,1730 +0,0 @@ -// 791:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 791:1 -[com_1] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 791:2 -[com_2] -type=graphic -y=53 -width=32 -height=241 -graphic="v2_stone_borders,1" -tiling=yes - -// 791:3 -[com_3] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 791:4 -[com_4] -type=graphic -x=480 -y=51 -width=32 -height=243 -graphic="v2_stone_borders,3" -tiling=yes - -// 791:5 -[com_5] -type=graphic -x=44 -y=7 -width=424 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 791:6 -[com_6] -type=graphic -x=45 -y=306 -width=423 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 791:7 -[com_7] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 791:8 -[com_8] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 791:9 -[com_9] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 791:10 -[com_10] -type=graphic -x=24 -y=35 -width=465 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 791:11 -[com_11] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 791:12 -[com_12] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 791:13 -[com_13] -type=graphic -x=474 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 791:14 -[com_14] -type=text -x=18 -y=27 -width=475 -height=22 -textfont=b12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f -onload=script1796(event_com) - -// 791:15 -[com_15] -type=layer -x=23 -y=58 -width=125 -height=181 -onload=script1085(event_com, 30, 62, 149) - -// 791:16 -[com_16] -type=rectangle -widthmode=minus -heightmode=minus -layer=com_15 -colour=0x000000 -fill=yes -trans=200 - -// 791:17 -[com_17] -type=text -height=32 -widthmode=minus -layer=com_15 -textfont=b12_full -text=Victory -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 791:18 -[com_18] -type=text -x=25 -y=32 -width=100 -height=30 -layer=com_15 -textfont=p12_full -text=Knock-out
(No run-ins) -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:19 -[com_19] -type=graphic -x=4 -y=38 -width=17 -height=17 -layer=com_15 -graphic="options_radio_buttons,2" - -// 791:20 -[com_20] -type=rectangle -y=32 -height=30 -widthmode=minus -layer=com_15 -colour=0xffff00 -fill=yes -trans=255 -op1=Last team standing -onmouseleave=script40(interface_791:com_150) -onop=script1821(event_op, 0) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Victory conditions:
In knock-out mode, the arena is closed once the battle begins, and no-one may enter or re-enter the fight.
The last surviving clan wins.", 25, string_250) - -// 791:21 -[com_21] -type=text -y=64 -width=121 -height=20 -xmode=abs_right -layer=com_15 -textfont=p12_full -text=First team to... -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:22 -[com_22] -type=layer -y=84 -width=107 -height=65 -layer=com_15 -onload=script1797(event_com, interface_791:com_53) -onmouseleave=script40(interface_791:com_150) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Victory conditions:
Players may rejoin the fight after dying.
The battle will end when one team achieves the specified kill-count.", 25, string_250) - -// 791:23 -[com_23] -type=text -x=25 -width=82 -height=17 -layer=com_22 -textfont=p12_full -text=25 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:24 -[com_24] -type=graphic -x=4 -width=17 -height=17 -layer=com_22 -graphic="options_radio_buttons,0" - -// 791:25 -[com_25] -type=rectangle -height=17 -widthmode=minus -layer=com_22 -colour=0xffff00 -fill=yes -trans=255 -op1=25 kills -onop=script1821(event_op, 1) - -// 791:26 -[com_26] -type=text -x=25 -width=82 -height=17 -layer=com_22 -textfont=p12_full -text=50 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:27 -[com_27] -type=graphic -x=4 -width=17 -height=17 -layer=com_22 -graphic="options_radio_buttons,0" - -// 791:28 -[com_28] -type=rectangle -height=17 -widthmode=minus -layer=com_22 -colour=0xffff00 -fill=yes -trans=255 -op1=50 kills -onop=script1821(event_op, 2) - -// 791:29 -[com_29] -type=text -x=25 -width=82 -height=17 -layer=com_22 -textfont=p12_full -text=100 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:30 -[com_30] -type=graphic -x=4 -width=17 -height=17 -layer=com_22 -graphic="options_radio_buttons,0" - -// 791:31 -[com_31] -type=rectangle -height=17 -widthmode=minus -layer=com_22 -colour=0xffff00 -fill=yes -trans=255 -op1=100 kills -onop=script1821(event_op, 3) - -// 791:32 -[com_32] -type=text -x=25 -width=82 -height=17 -layer=com_22 -textfont=p12_full -text=200 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:33 -[com_33] -type=graphic -x=4 -width=17 -height=17 -layer=com_22 -graphic="options_radio_buttons,0" - -// 791:34 -[com_34] -type=rectangle -height=17 -widthmode=minus -layer=com_22 -colour=0xffff00 -fill=yes -trans=255 -op1=200 kills -onop=script1821(event_op, 4) - -// 791:35 -[com_35] -type=text -x=25 -width=82 -height=17 -layer=com_22 -textfont=p12_full -text=400 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:36 -[com_36] -type=graphic -x=4 -width=17 -height=17 -layer=com_22 -graphic="options_radio_buttons,0" - -// 791:37 -[com_37] -type=rectangle -height=17 -widthmode=minus -layer=com_22 -colour=0xffff00 -fill=yes -trans=255 -op1=400 kills -onop=script1821(event_op, 5) - -// 791:38 -[com_38] -type=text -x=25 -width=82 -height=17 -layer=com_22 -textfont=p12_full -text=750 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:39 -[com_39] -type=graphic -x=4 -width=17 -height=17 -layer=com_22 -graphic="options_radio_buttons,0" - -// 791:40 -[com_40] -type=rectangle -height=17 -widthmode=minus -layer=com_22 -colour=0xffff00 -fill=yes -trans=255 -op1=750 kills -onop=script1821(event_op, 6) - -// 791:41 -[com_41] -type=text -x=25 -width=82 -height=17 -layer=com_22 -textfont=p12_full -text=1 000 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:42 -[com_42] -type=graphic -x=4 -width=17 -height=17 -layer=com_22 -graphic="options_radio_buttons,0" - -// 791:43 -[com_43] -type=rectangle -height=17 -widthmode=minus -layer=com_22 -colour=0xffff00 -fill=yes -trans=255 -op1=1 000 kills -onop=script1821(event_op, 7) - -// 791:44 -[com_44] -type=text -x=25 -width=82 -height=17 -layer=com_22 -textfont=p12_full -text=2 500 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:45 -[com_45] -type=graphic -x=4 -width=17 -height=17 -layer=com_22 -graphic="options_radio_buttons,0" - -// 791:46 -[com_46] -type=rectangle -height=17 -widthmode=minus -layer=com_22 -colour=0xffff00 -fill=yes -trans=255 -op1=2 500 kills -onop=script1821(event_op, 8) - -// 791:47 -[com_47] -type=text -x=25 -width=82 -height=17 -layer=com_22 -textfont=p12_full -text=5 000 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:48 -[com_48] -type=graphic -x=4 -width=17 -height=17 -layer=com_22 -graphic="options_radio_buttons,0" - -// 791:49 -[com_49] -type=rectangle -height=17 -widthmode=minus -layer=com_22 -colour=0xffff00 -fill=yes -trans=255 -op1=5 000 kills -onop=script1821(event_op, 9) - -// 791:50 -[com_50] -type=text -x=25 -width=82 -height=17 -layer=com_22 -textfont=p12_full -text=10 000 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:51 -[com_51] -type=graphic -x=4 -width=17 -height=17 -layer=com_22 -graphic="options_radio_buttons,0" - -// 791:52 -[com_52] -type=rectangle -height=17 -widthmode=minus -layer=com_22 -colour=0xffff00 -fill=yes -trans=255 -op1=10 000 kills -onop=script1821(event_op, 10) - -// 791:53 -[com_53] -type=layer -x=2 -y=84 -width=16 -height=65 -xmode=abs_right -layer=com_15 - -// 791:54 -[com_54] -type=text -x=25 -y=149 -width=100 -height=30 -layer=com_15 -textfont=p12_full -text=Most kills at end -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:55 -[com_55] -type=graphic -x=4 -y=157 -width=17 -height=17 -layer=com_15 -graphic="options_radio_buttons,0" - -// 791:56 -[com_56] -type=rectangle -y=149 -height=30 -widthmode=minus -layer=com_15 -colour=0xffff00 -fill=yes -trans=255 -op1=Most kills at end -onmouseleave=script40(interface_791:com_150) -onop=script1821(event_op, 15) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Victory conditions:
Players may rejoin the fight after dying.
The battle will end when the time limit is reached, and the team with the highest kill-count will be declared victorious.", 25, string_250) - -// 791:57 -[com_57] -type=layer -x=151 -y=58 -width=100 -height=106 -onload=script1085(event_com, 30, 87, 0) - -// 791:58 -[com_58] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=0:05 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:59 -[com_59] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:60 -[com_60] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=0:05 -onop=script1822(event_op, 1) - -// 791:61 -[com_61] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=0:10 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:62 -[com_62] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:63 -[com_63] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=0:10 -onop=script1822(event_op, 2) - -// 791:64 -[com_64] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=0:30 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:65 -[com_65] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:66 -[com_66] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=0:30 -onop=script1822(event_op, 3) - -// 791:67 -[com_67] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=1:00 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:68 -[com_68] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:69 -[com_69] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=1:00 -onop=script1822(event_op, 4) - -// 791:70 -[com_70] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=1:30 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:71 -[com_71] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:72 -[com_72] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=1:30 -onop=script1822(event_op, 5) - -// 791:73 -[com_73] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=2:00 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:74 -[com_74] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:75 -[com_75] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=2:00 -onop=script1822(event_op, 6) - -// 791:76 -[com_76] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=2:30 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:77 -[com_77] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:78 -[com_78] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=2:30 -onop=script1822(event_op, 7) - -// 791:79 -[com_79] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=3:00 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:80 -[com_80] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:81 -[com_81] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=3:00 -onop=script1822(event_op, 8) - -// 791:82 -[com_82] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=4:00 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:83 -[com_83] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:84 -[com_84] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=4:00 -onop=script1822(event_op, 9) - -// 791:85 -[com_85] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=5:00 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:86 -[com_86] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:87 -[com_87] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=5:00 -onop=script1822(event_op, 10) - -// 791:88 -[com_88] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=6:00 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:89 -[com_89] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:90 -[com_90] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=6:00 -onop=script1822(event_op, 11) - -// 791:91 -[com_91] -type=text -x=25 -width=57 -height=17 -layer=com_96 -textfont=p12_full -text=8:00 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:92 -[com_92] -type=graphic -x=4 -width=17 -height=17 -layer=com_96 -graphic="options_radio_buttons,0" - -// 791:93 -[com_93] -type=rectangle -height=17 -widthmode=minus -layer=com_96 -colour=0xffff00 -fill=yes -trans=255 -op1=8:00 -onop=script1822(event_op, 12) - -// 791:94 -[com_94] -type=rectangle -widthmode=minus -heightmode=minus -layer=com_57 -colour=0x000000 -fill=yes -trans=200 - -// 791:95 -[com_95] -type=text -height=32 -widthmode=minus -layer=com_57 -textfont=b12_full -text=Time limit -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 791:96 -[com_96] -type=layer -y=32 -width=82 -height=55 -layer=com_57 -onload=script1798(event_com, interface_791:com_97) -onmouseleave=script40(interface_791:com_150) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "If you set a time limit...
- in knock-out mode, the victorious clan will be the one with the most survivors when the time's up.
- in run-in mode, the victorious clan will be the one with the highest kill-count when the time's up.", 25, string_250) - -// 791:97 -[com_97] -type=layer -x=82 -y=32 -width=16 -height=55 -layer=com_57 - -// 791:98 -[com_98] -type=text -x=25 -y=89 -width=75 -height=17 -layer=com_57 -textfont=p12_full -text=No limit -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:99 -[com_99] -type=graphic -x=4 -y=88 -width=17 -height=17 -layer=com_57 -graphic="options_radio_buttons,2" - -// 791:100 -[com_100] -type=rectangle -y=89 -height=17 -widthmode=minus -layer=com_57 -colour=0xffff00 -fill=yes -trans=255 -op1=No time limit -onop=script1822(event_op, 0) - -// 791:101 -[com_101] -type=layer -x=23 -y=242 -width=125 -height=73 -onload=script1085(event_com, 30, 0, 0) -onmouseleave=script40(interface_791:com_150) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Use this option to make the battle end when either team has 5 or fewer fighters.", 25, string_250) - -// 791:102 -[com_102] -type=rectangle -widthmode=minus -heightmode=minus -layer=com_101 -colour=0x000000 -fill=yes -trans=200 - -// 791:103 -[com_103] -type=text -height=32 -widthmode=minus -layer=com_101 -textfont=b12_full -text=Stragglers -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 791:104 -[com_104] -type=text -x=25 -y=34 -width=100 -height=17 -layer=com_101 -textfont=p12_full -text=Kill 'em all -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:105 -[com_105] -type=graphic -x=4 -y=34 -width=17 -height=17 -layer=com_101 -graphic="options_radio_buttons,2" - -// 791:106 -[com_106] -type=rectangle -y=34 -width=125 -height=17 -layer=com_101 -colour=0xffff00 -fill=yes -trans=255 -op1=Kill 'em all -onop=script1823(event_op) - -// 791:107 -[com_107] -type=text -x=25 -y=53 -width=100 -height=17 -layer=com_101 -textfont=p12_full -text=Ignore 5 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:108 -[com_108] -type=graphic -x=4 -y=53 -width=17 -height=17 -layer=com_101 -graphic="options_radio_buttons,0" - -// 791:109 -[com_109] -type=rectangle -y=53 -width=125 -height=17 -layer=com_101 -colour=0xffff00 -fill=yes -trans=255 -op1=Ignore 5 -onop=script1824(event_op) - -// 791:110 -[com_110] -type=layer -x=151 -y=167 -width=100 -height=110 -onload=script1085(event_com, 30, 0, 0) -onmouseleave=script40(interface_791:com_150) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Remember, there are no gravestones in these battles. Anything you drop is most likely gone forever.", 25, string_250) - -// 791:111 -[com_111] -type=rectangle -widthmode=minus -heightmode=minus -layer=com_110 -colour=0x000000 -fill=yes -trans=200 - -// 791:112 -[com_112] -type=text -height=32 -widthmode=minus -layer=com_110 -textfont=b12_full -text=On death... -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 791:113 -[com_113] -type=graphic -y=32 -width=32 -height=36 -xmode=abs_centre -layer=com_110 -graphic="side_icons,3" -tiling=yes - -// 791:114 -[com_114] -type=graphic -y=37 -width=25 -height=25 -xmode=abs_centre -layer=com_110 -hide=yes -graphic=headicons_pk -tiling=yes - -// 791:115 -[com_115] -type=text -height=65 -widthmode=minus -heightmode=minus -ymode=abs_bottom -layer=com_110 -textfont=p12_full -text=... you keep
your items. -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 791:116 -[com_116] -type=rectangle -height=32 -widthmode=minus -heightmode=minus -ymode=abs_bottom -layer=com_110 -colour=0xffff00 -fill=yes -trans=255 -opbase=Item loss -op1=Toggle -onop=script1825(event_op) - -// 791:117 -[com_117] -type=layer -x=254 -y=58 -width=235 -height=145 -onload=script1085(event_com, 30, 0, 0) - -// 791:118 -[com_118] -type=rectangle -widthmode=minus -heightmode=minus -layer=com_117 -colour=0x000000 -fill=yes -trans=200 - -// 791:119 -[com_119] -type=text -height=32 -widthmode=minus -layer=com_117 -textfont=b12_full -text=Combat rules -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 791:120 -[com_120] -type=graphic -x=3 -y=33 -width=52 -height=52 -layer=com_117 -graphic="staticons_high_res_clean,0" -graphicshadow=2629120 -opbase=Melee -op1=Toggle -onmouseleave=script40(interface_791:com_150) -onop=script1826(event_op) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Allow players to use melee attacks?", 25, string_250) - -// 791:121 -[com_121] -type=graphic -x=41 -y=70 -width=17 -height=17 -layer=com_117 -graphic="options_radio_buttons,2" - -// 791:122 -[com_122] -type=graphic -x=61 -y=33 -width=52 -height=52 -layer=com_117 -graphic="staticons_high_res_clean,5" -graphicshadow=1 -opbase=Magic -op1=Toggle -onmouseleave=script40(interface_791:com_150) -onop=script1827(event_op) -onmouserepeat=script1804(event_com, -1, interface_791:com_150) - -// 791:123 -[com_123] -type=graphic -x=93 -y=46 -width=24 -height=24 -layer=com_117 -graphic="magicon2,2" - -// 791:124 -[com_124] -type=graphic -x=75 -y=46 -width=24 -height=24 -layer=com_117 -graphic="magicon,8" - -// 791:125 -[com_125] -type=graphic -x=58 -y=33 -width=24 -height=24 -layer=com_117 -graphic="magicon2,17" - -// 791:126 -[com_126] -type=graphic -x=58 -y=54 -width=24 -height=24 -layer=com_117 -graphic="lunar_magic_on,21" - -// 791:127 -[com_127] -type=graphic -x=99 -y=70 -width=17 -height=17 -layer=com_117 -graphic="options_radio_buttons,2" - -// 791:128 -[com_128] -type=graphic -x=119 -y=33 -width=52 -height=52 -layer=com_117 -graphic="staticons_high_res_clean,3" -graphicshadow=1 -opbase=Ranging -op1=Toggle -onmouseleave=script40(interface_791:com_150) -onop=script1828(event_op) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Allow players to use ranged attacks?", 25, string_250) - -// 791:129 -[com_129] -type=graphic -x=157 -y=70 -width=17 -height=17 -layer=com_117 -graphic="options_radio_buttons,2" - -// 791:130 -[com_130] -type=graphic -x=177 -y=33 -width=52 -height=52 -layer=com_117 -graphic="staticons_high_res_clean,4" -graphicshadow=1 -opbase=Prayer -op1=Toggle -onmouseleave=script40(interface_791:com_150) -onop=script1829(event_op) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Allow players to use prayers?", 25, string_250) - -// 791:131 -[com_131] -type=graphic -x=215 -y=70 -width=17 -height=17 -layer=com_117 -graphic="options_radio_buttons,2" - -// 791:132 -[com_132] -type=graphic -x=18 -y=88 -width=55 -height=54 -layer=com_117 -graphic="staticons_high_res2_clean,7" -graphicshadow=1 -opbase=Summoning -op1=Toggle -onmouseleave=script40(interface_791:com_150) -onop=script1830(event_op) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Allow players to use familiars?", 25, string_250) - -// 791:133 -[com_133] -type=graphic -x=56 -y=125 -width=17 -height=17 -layer=com_117 -graphic="options_radio_buttons,2" - -// 791:134 -[com_134] -type=graphic -x=90 -y=88 -width=55 -height=54 -layer=com_117 -graphic="staticons_high_res2_clean,10" -graphicshadow=1 -opbase=Food -op1=Toggle -onmouseleave=script40(interface_791:com_150) -onop=script1831(event_op) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Allow players to eat food?", 25, string_250) - -// 791:135 -[com_135] -type=graphic -x=128 -y=125 -width=17 -height=17 -layer=com_117 -graphic="options_radio_buttons,2" - -// 791:136 -[com_136] -type=graphic -x=162 -y=88 -width=55 -height=54 -layer=com_117 -graphic="staticons_high_res2_clean,8" -graphicshadow=1 -opbase=Potions -op1=Toggle -onmouseleave=script40(interface_791:com_150) -onop=script1832(event_op) -onmouserepeat=script1160(event_com, -1, interface_791:com_150, "Allow players to drink potions?", 25, string_250) - -// 791:137 -[com_137] -type=graphic -x=200 -y=125 -width=17 -height=17 -layer=com_117 -graphic="options_radio_buttons,2" - -// 791:138 -[com_138] -type=layer -x=254 -y=206 -width=235 -height=109 -onload=script1085(event_com, 30, 0, 0) - -// 791:139 -[com_139] -type=rectangle -widthmode=minus -heightmode=minus -layer=com_138 -colour=0x000000 -fill=yes -trans=200 - -// 791:140 -[com_140] -type=text -height=32 -widthmode=minus -layer=com_138 -textfont=b12_full -text=Arena -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 791:141 -[com_141] -type=layer -y=2 -width=217 -height=34 -heightmode=minus -ymode=abs_bottom -layer=com_138 -onload=script1799(event_com, interface_791:com_142) - -// 791:142 -[com_142] -type=layer -x=2 -y=2 -width=16 -height=34 -heightmode=minus -xmode=abs_right -ymode=abs_bottom -layer=com_138 - -// 791:143 -[com_143] -type=layer -x=151 -y=280 -width=100 -height=35 -op1=Accept -onload=script1800(event_com) -onmouseleave=script97(event_com) -onop=script1834(event_op) -onmouserepeat=script95(event_com) - -// 791:144 -[com_144] -type=layer -x=151 -y=280 -width=50 -height=35 -op1=Watch -onload=script97(event_com) -onmouseover=script95(event_com) -onmouseleave=script97(event_com) - -// 791:145 -[com_145] -type=layer -x=201 -y=280 -width=50 -height=35 -op1=Fight -onload=script97(event_com) -onmouseover=script95(event_com) -onmouseleave=script97(event_com) - -// 791:146 -[com_146] -type=text -x=151 -y=280 -width=100 -height=35 -textfont=p12_full -text=Accept -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x6ec800 - -// 791:147 -[com_147] -type=text -x=151 -y=280 -width=50 -height=35 -textfont=p11_full -text=Watch -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffc800 - -// 791:148 -[com_148] -type=text -x=201 -y=280 -width=50 -height=35 -textfont=p11_full -text=Fight -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff3200 - -// 791:149 -[com_149] -type=layer -widthmode=minus -heightmode=minus - -// 791:150 -[com_150] -type=layer -width=1 -height=1 -layer=com_149 - diff --git a/dumps/530/interface/interface_792.if3 b/dumps/530/interface/interface_792.if3 deleted file mode 100644 index e477c1dda..000000000 --- a/dumps/530/interface/interface_792.if3 +++ /dev/null @@ -1,50 +0,0 @@ -// 792:0 -[com_0] -type=layer -width=190 -height=261 - -// 792:1 -[com_1] -type=rectangle -width=190 -height=261 -layer=com_0 -colour=0x000000 -fill=yes -trans=150 - -// 792:2 -[com_2] -type=text -x=7 -y=7 -width=176 -height=32 -layer=com_0 -textfont=b12_full -text=Game overview -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xb17a37 - -// 792:3 -[com_3] -type=layer -x=7 -y=46 -width=176 -height=208 -layer=com_0 -onload=script1803(event_com, 32) - -// 792:4 -[com_4] -type=layer -x=174 -y=46 -width=16 -height=208 -layer=com_0 - diff --git a/dumps/530/interface/interface_793.if3 b/dumps/530/interface/interface_793.if3 deleted file mode 100644 index b538a902f..000000000 --- a/dumps/530/interface/interface_793.if3 +++ /dev/null @@ -1,220 +0,0 @@ -// 793:0 -[com_0] -type=layer -y=34 -width=400 -height=250 -xmode=abs_centre -onload=script1087(event_com, 20) - -// 793:1 -[com_1] -type=graphic -width=4 -height=4 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_0 -graphic=tradebacking -tiling=yes -opbase= - -// 793:2 -[com_2] -type=graphic -x=9 -y=9 -width=16 -height=16 -xmode=abs_right -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onload=script1793(interface_793:com_5, interface_793:com_13, interface_793:com_3, interface_793:com_4, interface_793:com_9, interface_793:com_11) -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onvartransmit=script1793(interface_793:com_5, interface_793:com_13, interface_793:com_3, interface_793:com_4, interface_793:com_9, interface_793:com_11) -onop=script29 -onvartransmitlist=varplayer_1147 - -// 793:3 -[com_3] -type=graphic -y=8 -width=19 -height=19 -layer=com_0 -graphic="warning_icons,0" - -// 793:4 -[com_4] -type=graphic -y=8 -width=19 -height=19 -xmode=abs_right -layer=com_0 -graphic="warning_icons,0" - -// 793:5 -[com_5] -type=text -y=7 -height=21 -widthmode=minus -xmode=abs_centre -layer=com_0 -textfont=b12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 793:6 -[com_6] -type=layer -y=37 -width=18 -height=83 -widthmode=minus -heightmode=minus -xmode=abs_centre -layer=com_0 -onload=script1085(event_com, 0, 0, 0) - -// 793:7 -[com_7] -type=layer -x=9 -y=9 -width=98 -height=34 -ymode=abs_bottom -layer=com_0 -onload=script93(event_com) -onmouseover=script95(event_com) -onmouseleave=script93(event_com) - -// 793:8 -[com_8] -type=layer -x=9 -y=9 -width=98 -height=34 -xmode=abs_right -ymode=abs_bottom -layer=com_0 -onload=script93(event_com) -onmouseover=script95(event_com) -onmouseleave=script93(event_com) - -// 793:9 -[com_9] -type=layer -y=9 -width=222 -height=34 -widthmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_0 -op1=Toggle warning -onload=script1085(event_com, 0, 0, 0) -onmouseover=script1357(interface_793:com_10, 200) -onmouseleave=script1357(interface_793:com_10, 255) - -// 793:10 -[com_10] -type=rectangle -width=2 -height=2 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_9 -colour=0x000000 -fill=yes -trans=255 - -// 793:11 -[com_11] -type=graphic -x=3 -width=17 -height=17 -ymode=abs_centre -layer=com_9 -graphic="options_radio_buttons,0" - -// 793:12 -[com_12] -type=text -x=3 -width=26 -height=6 -widthmode=minus -heightmode=minus -xmode=abs_right -ymode=abs_centre -layer=com_9 -textfont=p12_full -text=Don't show this again -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 793:13 -[com_13] -type=text -width=4 -height=4 -widthmode=minus -heightmode=minus -xmode=abs_centre -ymode=abs_centre -layer=com_6 -textfont=p12_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff7d1f - -// 793:14 -[com_14] -type=text -x=9 -y=9 -width=98 -height=34 -ymode=abs_bottom -layer=com_0 -textfont=b12_full -text=Cancel -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff3200 -op1=Cancel - -// 793:15 -[com_15] -type=text -x=9 -y=9 -width=98 -height=34 -xmode=abs_right -ymode=abs_bottom -layer=com_0 -textfont=b12_full -text=Go in -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffc800 -op1=Go in - diff --git a/dumps/530/interface/interface_794.if3 b/dumps/530/interface/interface_794.if3 deleted file mode 100644 index dae473524..000000000 --- a/dumps/530/interface/interface_794.if3 +++ /dev/null @@ -1,76 +0,0 @@ -// 794:0 -[com_0] -type=model -x=-3 -y=-10 -width=517 -height=339 -model=model_42525 -modelorigin_x=0 -modelorigin_y=-11 -modelangle_x=527 -modelangle_y=0 -modelangle_z=0 -modelzoom=228 -unknown100=65453 -unknown101=379 - -// 794:1 -[com_1] -type=graphic -x=459 -y=3 -width=26 -height=23 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 794:2 -[com_2] -type=graphic -x=440 -y=290 -width=39 -height=39 -graphic="v2_book_arrows,4" -op1=Next Page - -// 794:3 -[com_3] -type=graphic -x=31 -y=290 -width=39 -height=39 -graphic="v2_book_arrows,3" -op1=Previous Page - -// 794:4 -[com_4] -type=text -x=299 -y=49 -width=133 -height=255 -textfont=p11_full -textlineheight=12 -colour=0x333333 -onvartransmit=script1383 -onvartransmitlist=varplayer_1311 - -// 794:5 -[com_5] -type=text -x=94 -y=48 -width=133 -height=255 -textfont=p11_full -textlineheight=12 -colour=0x333333 -onvartransmit=script1383 -onvartransmitlist=varplayer_1311 - diff --git a/dumps/530/interface/interface_795.if3 b/dumps/530/interface/interface_795.if3 deleted file mode 100644 index 69f5cbaa8..000000000 --- a/dumps/530/interface/interface_795.if3 +++ /dev/null @@ -1,26 +0,0 @@ -// 795:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes -onload=script1380(event_com) -onvartransmit=script1380(event_com) -onvartransmitlist=varplayer_1241 - -// 795:1 -[com_1] -type=text -x=71 -y=3342 -width=477 -height=75 -xmode=proportion_centre -ymode=proportion_top -textfont=p12_full -textalignh=1 -colour=0xffffff - diff --git a/dumps/530/interface/interface_796.if3 b/dumps/530/interface/interface_796.if3 deleted file mode 100644 index 428b9d917..000000000 --- a/dumps/530/interface/interface_796.if3 +++ /dev/null @@ -1,869 +0,0 @@ -// 796:0 -[com_0] -type=model -x=-1273 -y=-1906 -width=23975 -height=21247 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_1 -model=model_42526 -modelorigin_x=0 -modelorigin_y=216 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=328 -modelanim=seq_10444 -unknown100=3725 -unknown101=3000 -modelobjwidth=749 -modelobjheight=433 - -// 796:1 -[com_1] -type=layer -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion - -// 796:2 -[com_2] -type=model -x=-729 -y=-238 -width=20391 -height=18058 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_3 -model=model_42526 -modelorigin_x=0 -modelorigin_y=183 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=405 -modelanim=seq_10445 -unknown100=2859 -unknown101=3000 -modelobjwidth=637 -modelobjheight=368 - -// 796:3 -[com_3] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -noclickthrough=yes - -// 796:4 -[com_4] -type=model -x=-2233 -y=546 -width=9639 -height=16685 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_5 -model=model_42530 -modelorigin_x=79 -modelorigin_y=163 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=369 -modelanim=seq_10438 -unknown100=2062 -unknown101=3000 -modelobjwidth=301 -modelobjheight=340 - -// 796:5 -[com_5] -type=layer -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion -hide=yes -onvartransmit=script1379 -onvartransmitlist=varplayer_1311 - -// 796:6 -[com_6] -type=model -x=583 -y=2950 -width=11015 -height=22326 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_7 -model=model_42532 -modelorigin_x=-18 -modelorigin_y=155 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=380 -modelanim=seq_10440 -unknown100=815 -unknown101=3000 -modelobjwidth=344 -modelobjheight=455 - -// 796:7 -[com_7] -type=layer -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -hide=yes -onvartransmit=script1379 -onvartransmitlist=varplayer_1311 - -// 796:8 -[com_8] -type=model -x=-857 -y=-140 -width=5351 -height=17519 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_9 -model=model_42529 -modelorigin_x=23 -modelorigin_y=194 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -modelanim=seq_10442 -unknown100=65161 -unknown101=3000 -modelobjwidth=167 -modelobjheight=357 - -// 796:9 -[com_9] -type=layer -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion -hide=yes -onvartransmit=script1379 -onvartransmitlist=varplayer_1311 - -// 796:10 -[com_10] -type=model -x=231 -y=3391 -width=11527 -height=22326 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_11 -model=model_42531 -modelorigin_x=-17 -modelorigin_y=151 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -modelanim=seq_10440 -unknown100=580 -unknown101=3000 -unknown103=yes -modelobjwidth=360 -modelobjheight=455 - -// 796:11 -[com_11] -type=layer -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion -onvartransmit=script1379 -onvartransmitlist=varplayer_1311 - -// 796:12 -[com_12] -type=model -x=-2649 -y=-3721 -width=2183 -height=6923 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_42533 -modelorigin_x=0 -modelorigin_y=53 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -modelanim=seq_10447 -unknown100=796 -unknown101=3000 -modelobjwidth=68 -modelobjheight=141 - -// 796:13 -[com_13] -type=model -x=-2713 -y=2067 -width=3079 -height=12270 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_33095 -modelorigin_x=-55 -modelorigin_y=124 -modelangle_x=0 -modelangle_y=840 -modelangle_z=0 -modelzoom=451 -modelanim=seq_10449 -unknown100=1010 -unknown101=3000 -unknown103=yes -modelobjwidth=96 -modelobjheight=250 - -// 796:14 -[com_14] -type=model -x=1703 -y=2116 -width=3079 -height=12270 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_33095 -modelorigin_x=-55 -modelorigin_y=124 -modelangle_x=0 -modelangle_y=840 -modelangle_z=0 -modelzoom=451 -modelanim=seq_10449 -unknown100=1011 -unknown101=3000 -unknown103=yes -modelobjwidth=96 -modelobjheight=250 - -// 796:15 -[com_15] -type=model -x=1735 -y=-3524 -width=2183 -height=6923 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_42533 -modelorigin_x=0 -modelorigin_y=53 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -modelanim=seq_10447 -unknown100=692 -unknown101=3000 -modelobjwidth=68 -modelobjheight=141 - -// 796:16 -[com_16] -type=model -x=103 -y=4029 -width=14055 -height=23700 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_42376 -modelorigin_x=-11 -modelorigin_y=238 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=350 -modelanim=seq_10441 -unknown100=1062 -unknown101=3000 -unknown103=yes -modelobjwidth=439 -modelobjheight=483 - -// 796:17 -[com_17] -type=model -x=-7065 -y=2165 -width=3079 -height=12270 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_33095 -modelorigin_x=-55 -modelorigin_y=124 -modelangle_x=0 -modelangle_y=840 -modelangle_z=0 -modelzoom=451 -modelanim=seq_10446 -unknown100=732 -unknown101=3000 -unknown103=yes -modelobjwidth=96 -modelobjheight=250 - -// 796:18 -[com_18] -type=model -x=6727 -y=3244 -width=4327 -height=11240 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_33095 -modelorigin_x=1 -modelorigin_y=114 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=451 -modelanim=seq_10449 -unknown100=610 -unknown101=3000 -modelobjwidth=135 -modelobjheight=229 - -// 796:19 -[com_19] -type=model -x=3655 -y=4618 -width=3207 -height=8346 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_33095 -modelorigin_x=0 -modelorigin_y=84 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=623 -modelanim=seq_10446 -unknown100=507 -unknown101=3000 -modelobjwidth=100 -modelobjheight=170 - -// 796:20 -[com_20] -type=model -x=-4953 -y=4667 -width=3207 -height=8346 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_33095 -modelorigin_x=0 -modelorigin_y=84 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=623 -modelanim=seq_10449 -unknown100=552 -unknown101=3000 -unknown103=yes -modelobjwidth=100 -modelobjheight=170 -opbase=mm - -// 796:21 -[com_21] -type=model -x=-3609 -y=5942 -width=1863 -height=6482 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_33095 -modelorigin_x=24 -modelorigin_y=65 -modelangle_x=0 -modelangle_y=260 -modelangle_z=0 -modelzoom=848 -modelanim=seq_10446 -unknown100=445 -unknown101=3000 -modelobjwidth=58 -modelobjheight=132 - -// 796:22 -[com_22] -type=model -x=-825 -y=6089 -width=2439 -height=6285 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_33095 -modelorigin_x=0 -modelorigin_y=63 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=848 -modelanim=seq_10449 -unknown100=421 -unknown101=3000 -unknown103=yes -modelobjwidth=76 -modelobjheight=128 - -// 796:23 -[com_23] -type=model -x=1191 -y=5942 -width=2439 -height=6285 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_33095 -modelorigin_x=0 -modelorigin_y=63 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=848 -modelanim=seq_10446 -unknown100=419 -unknown101=3000 -unknown103=yes -modelobjwidth=76 -modelobjheight=128 - -// 796:24 -[com_24] -type=model -x=-7385 -y=-3426 -width=2919 -height=9229 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_42533 -modelorigin_x=1 -modelorigin_y=70 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -modelanim=seq_10447 -unknown100=549 -unknown101=3000 -modelobjwidth=91 -modelobjheight=188 - -// 796:25 -[com_25] -type=model -x=6663 -y=-2838 -width=3015 -height=9229 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_42533 -modelorigin_x=2 -modelorigin_y=70 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -modelanim=seq_10448 -unknown100=546 -unknown101=3000 -modelobjwidth=94 -modelobjheight=188 - -// 796:26 -[com_26] -type=model -x=4231 -y=-875 -width=2919 -height=9229 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_42533 -modelorigin_x=1 -modelorigin_y=70 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -modelanim=seq_10447 -unknown100=546 -unknown101=3000 -modelobjwidth=91 -modelobjheight=188 - -// 796:27 -[com_27] -type=model -x=-4921 -y=-434 -width=3015 -height=9229 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_42533 -modelorigin_x=2 -modelorigin_y=70 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -modelanim=seq_10448 -unknown100=549 -unknown101=3000 -modelobjwidth=94 -modelobjheight=188 - -// 796:28 -[com_28] -type=model -x=-761 -y=3342 -width=2183 -height=6923 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_42533 -modelorigin_x=0 -modelorigin_y=53 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -modelanim=seq_10447 -unknown100=453 -unknown101=3000 -unknown103=yes -modelobjwidth=68 -modelobjheight=141 - -// 796:29 -[com_29] -type=model -x=967 -y=2999 -width=2279 -height=6923 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_30 -model=model_42533 -modelorigin_x=2 -modelorigin_y=53 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=800 -modelanim=seq_10448 -unknown100=450 -unknown101=3000 -modelobjwidth=71 -modelobjheight=141 - -// 796:30 -[com_30] -type=layer -width=16391 -height=16384 -widthmode=proportion -heightmode=proportion -hide=yes - -// 796:31 -[com_31] -type=model -x=-7801 -y=4225 -width=4327 -height=11240 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_38 -model=model_33095 -modelorigin_x=1 -modelorigin_y=114 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=451 -modelanim=seq_10446 -unknown100=605 -unknown101=3000 -unknown103=yes -modelobjwidth=135 -modelobjheight=229 - -// 796:32 -[com_32] -type=model -x=7591 -y=4372 -width=4327 -height=11240 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_38 -model=model_33095 -modelorigin_x=1 -modelorigin_y=114 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=451 -modelanim=seq_10449 -unknown100=601 -unknown101=3000 -unknown103=yes -modelobjwidth=135 -modelobjheight=229 - -// 796:33 -[com_33] -type=model -x=4295 -y=5844 -width=3207 -height=8346 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_38 -model=model_33095 -modelorigin_x=0 -modelorigin_y=84 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=623 -modelanim=seq_10446 -unknown100=500 -unknown101=3000 -unknown103=yes -modelobjwidth=100 -modelobjheight=170 - -// 796:34 -[com_34] -type=model -x=-4409 -y=5697 -width=3207 -height=8346 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_38 -model=model_33095 -modelorigin_x=0 -modelorigin_y=84 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=623 -modelanim=seq_10449 -unknown100=504 -unknown101=3000 -unknown103=yes -modelobjwidth=100 -modelobjheight=170 - -// 796:35 -[com_35] -type=model -x=-2137 -y=6727 -width=2439 -height=6285 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_38 -model=model_33095 -modelorigin_x=0 -modelorigin_y=63 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=848 -modelanim=seq_10446 -unknown100=416 -unknown101=3000 -unknown103=yes -modelobjwidth=76 -modelobjheight=128 - -// 796:36 -[com_36] -type=model -x=7 -y=7463 -width=2439 -height=6285 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_38 -model=model_33095 -modelorigin_x=0 -modelorigin_y=63 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=848 -modelanim=seq_10449 -unknown100=414 -unknown101=3000 -unknown103=yes -modelobjwidth=76 -modelobjheight=128 - -// 796:37 -[com_37] -type=model -x=2055 -y=6825 -width=2439 -height=6285 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_38 -model=model_33095 -modelorigin_x=0 -modelorigin_y=63 -modelangle_x=0 -modelangle_y=512 -modelangle_z=0 -modelzoom=848 -modelanim=seq_10449 -unknown100=412 -unknown101=3000 -modelobjwidth=76 -modelobjheight=128 - -// 796:38 -[com_38] -type=layer -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -hide=yes - diff --git a/dumps/530/interface/interface_797.if3 b/dumps/530/interface/interface_797.if3 deleted file mode 100644 index 2bdb6764f..000000000 --- a/dumps/530/interface/interface_797.if3 +++ /dev/null @@ -1,245 +0,0 @@ -// 797:0 -[com_0] -type=graphic -x=16 -y=31 -width=24 -height=24 -graphic="magicon2,10" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,10", "magicoff2,10", 50, "Smoke Rush", "A single target smoke attack", obj_562, 2, obj_560, 2, obj_554, 1, string_556, string_1) - -// 797:1 -[com_1] -type=graphic -x=50 -y=31 -width=24 -height=24 -graphic="magicon2,18" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,18", "magicoff2,18", 52, "Shadow Rush", "A single target shadow attack", obj_562, 2, obj_560, 2, obj_556, 1, string_566, string_1) - -// 797:2 -[com_2] -type=graphic -x=84 -y=31 -width=24 -height=24 -graphic="magicon2,14" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,14", "magicoff2,14", 56, "Blood Rush", "A single target blood attack", obj_562, 2, obj_560, 2, obj_565, 1, null, string_0) - -// 797:3 -[com_3] -type=graphic -x=118 -y=31 -width=24 -height=24 -graphic="magicon2,6" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,6", "magicoff2,6", 58, "Ice Rush", "A single target ice attack", obj_562, 2, obj_560, 2, obj_555, 2, null, string_0) - -// 797:4 -[com_4] -type=graphic -x=16 -y=82 -width=24 -height=24 -graphic="magicon2,11" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,11", "magicoff2,11", 62, "Smoke Burst", "A multi-target smoke attack", obj_562, 4, obj_560, 2, obj_554, 2, string_556, string_2) - -// 797:5 -[com_5] -type=graphic -x=50 -y=82 -width=24 -height=24 -graphic="magicon2,19" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,19", "magicoff2,19", 64, "Shadow Burst", "A multi-target shadow attack", obj_562, 4, obj_560, 2, obj_556, 1, string_566, string_2) - -// 797:6 -[com_6] -type=graphic -x=84 -y=82 -width=24 -height=24 -graphic="magicon2,15" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,15", "magicoff2,15", 68, "Blood Burst", "A multi-target blood attack", obj_562, 4, obj_560, 2, obj_565, 2, null, string_0) - -// 797:7 -[com_7] -type=graphic -x=118 -y=82 -width=24 -height=24 -graphic="magicon2,7" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,7", "magicoff2,7", 70, "Ice Burst", "A multi-target ice attack", obj_562, 4, obj_560, 2, obj_555, 4, null, string_0) - -// 797:8 -[com_8] -type=graphic -x=16 -y=141 -width=24 -height=24 -graphic="magicon2,12" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,12", "magicoff2,12", 74, "Smoke Blitz", "A single target strong smoke attack", obj_560, 2, obj_565, 2, obj_554, 2, string_556, string_2) - -// 797:9 -[com_9] -type=graphic -x=50 -y=142 -width=24 -height=24 -graphic="magicon2,20" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,20", "magicoff2,20", 76, "Shadow Blitz", "A single target strong shadow attack", obj_560, 2, obj_565, 2, obj_556, 2, string_566, string_2) - -// 797:10 -[com_10] -type=graphic -x=84 -y=142 -width=24 -height=24 -graphic="magicon2,16" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,16", "magicoff2,16", 80, "Blood Blitz", "A single target strong blood attack", obj_560, 2, obj_565, 4, null, 0, null, string_0) - -// 797:11 -[com_11] -type=graphic -x=118 -y=142 -width=24 -height=24 -graphic="magicon2,8" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,8", "magicoff2,8", 82, "Ice Blitz", "A single target strong ice attack", obj_560, 2, obj_565, 2, obj_555, 3, null, string_0) - -// 797:12 -[com_12] -type=graphic -x=16 -y=198 -width=24 -height=24 -graphic="magicon2,13" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,13", "magicoff2,13", 86, "Smoke Barrage", "A multi-target smoke attack", obj_560, 4, obj_565, 2, obj_554, 4, string_556, string_4) - -// 797:13 -[com_13] -type=graphic -x=50 -y=198 -width=24 -height=24 -graphic="magicon2,21" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,21", "magicoff2,21", 88, "Shadow Barrage", "A multi-target strong shadow attack", obj_560, 4, obj_565, 2, obj_556, 4, string_566, string_3) - -// 797:14 -[com_14] -type=graphic -x=84 -y=198 -width=24 -height=24 -graphic="magicon2,17" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,17", "magicoff2,17", 92, "Blood Barrage", "A multi-target strong blood attack", obj_560, 4, obj_565, 4, obj_566, 1, null, string_0) - -// 797:15 -[com_15] -type=graphic -x=118 -y=198 -width=24 -height=24 -graphic="magicon2,9" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,9", "magicoff2,9", 94, "Ice Barrage", "A multi-target strong ice attack", obj_560, 4, obj_565, 2, obj_555, 6, null, string_0) - -// 797:16 -[com_16] -type=graphic -x=152 -y=31 -width=24 -height=24 -graphic="magicon2,44" -op1=Cast -onload=script6(event_com, interface_797:com_21, "magicon2,44", "magicoff2,44", 61, "Miasmic Rush", "A single target miasmic attack", obj_13867, 1, obj_562, 2, obj_557, 1, string_566, string_1) - -// 797:17 -[com_17] -type=graphic -x=152 -y=82 -width=24 -height=24 -graphic="magicon2,45" -op1=Cast -op10= -onload=script6(event_com, interface_797:com_21, "magicon2,45", "magicoff2,45", 73, "Miasmic Burst", "A multi-target miasmic attack", obj_13867, 1, obj_562, 4, obj_557, 2, string_566, string_2) - -// 797:18 -[com_18] -type=graphic -x=152 -y=142 -width=24 -height=24 -graphic="magicon2,43" -op1=Cast -op10= -onload=script6(event_com, interface_797:com_21, "magicon2,43", "magicoff2,43", 85, "Miasmic Blitz", "A single target strong miasmic attack", obj_13867, 1, obj_565, 2, obj_557, 3, string_566, string_2) - -// 797:19 -[com_19] -type=graphic -x=152 -y=198 -width=24 -height=24 -graphic="magicon2,42" -op1=Cast -op10= -onload=script6(event_com, interface_797:com_21, "magicon2,42", "magicoff2,42", 97, "Miasmic Barrage", "A multi-target strong miasmic attack", obj_13867, 1, obj_565, 4, obj_557, 4, string_566, string_4) - -// 797:20 -[com_20] -type=text -x=127 -y=241 -width=60 -height=16 -textfont=p12_full -text=Cancel -textalignh=1 -textshadow=yes -colour=0x808080 -op1=Cancel -onmouseover=script45(event_com, 0xc8c8c8) -onmouseleave=script45(event_com, 0x808080) - -// 797:21 -[com_21] -type=layer -width=190 -height=261 - diff --git a/dumps/530/interface/interface_798.if3 b/dumps/530/interface/interface_798.if3 deleted file mode 100644 index c490ff06a..000000000 --- a/dumps/530/interface/interface_798.if3 +++ /dev/null @@ -1,47 +0,0 @@ -// 798:0 -[com_0] -type=layer -width=512 -height=69 -onload=script1205(event_com, 0, 0, 0) - -// 798:1 -[com_1] -type=graphic -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -layer=com_0 -graphic=graphic_1204 -tiling=yes - -// 798:2 -[com_2] -type=text -y=5 -width=82 -height=17 -xmode=abs_centre -layer=com_0 -textfont=tutorial_font_big -text=WARNING -textalignh=1 -textalignv=1 -colour=0x990000 - -// 798:3 -[com_3] -type=text -y=22 -width=462 -height=42 -xmode=abs_centre -layer=com_0 -textfont=p12_full -text=You are currently carrying a lot of items. You have been warned. -textlineheight=15 -textalignh=1 -textalignv=1 -colour=0x000000 - diff --git a/dumps/530/interface/interface_799.if3 b/dumps/530/interface/interface_799.if3 deleted file mode 100644 index 9be8b67fb..000000000 --- a/dumps/530/interface/interface_799.if3 +++ /dev/null @@ -1,279 +0,0 @@ -// 799:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 799:1 -[com_1] -type=model -x=4 -y=7 -width=511 -height=321 -layer=com_0 -model=model_42745 -modelorigin_x=4 -modelorigin_y=-12 -modelangle_x=498 -modelangle_y=2044 -modelangle_z=0 -modelzoom=244 -unknown100=0 -unknown101=485 -onload=script1861 -onvartransmit=script1861 -onvartransmitlist=varplayer_1328 - -// 799:2 -[com_2] -type=text -x=378 -y=193 -width=107 -height=17 -layer=com_0 -textfont=b12_full -text=Rat Pen -textalignh=1 -textshadow=yes -colour=0xffffff -op10= - -// 799:3 -[com_3] -type=text -x=48 -y=297 -width=107 -height=17 -layer=com_0 -textfont=b12_full -text=Snail Pen -textalignh=1 -textshadow=yes -colour=0xffffff -op10= - -// 799:4 -[com_4] -type=graphic -x=451 -y=27 -width=26 -height=23 -layer=com_0 -graphic="close_buttons,4" -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 -onclick=script29 - -// 799:5 -[com_5] -type=text -x=204 -y=297 -width=107 -height=17 -layer=com_0 -textfont=b12_full -text=Spider Pen -textalignh=1 -textshadow=yes -colour=0xffffff - -// 799:6 -[com_6] -type=text -x=198 -y=100 -width=107 -height=17 -layer=com_0 -textfont=b12_full -text=Holding Pen -textalignh=1 -textshadow=yes -colour=0xffffff -op10= - -// 799:7 -[com_7] -type=text -x=382 -y=297 -width=107 -height=17 -layer=com_0 -textfont=b12_full -text=Lizard Pen -textalignh=1 -textshadow=yes -colour=0xffffff -op10= - -// 799:8 -[com_8] -type=text -x=48 -y=193 -width=107 -height=17 -layer=com_0 -textfont=b12_full -text=Bat Pen -textalignh=1 -textshadow=yes -colour=0xffffff -op10= - -// 799:9 -[com_9] -type=text -x=205 -y=193 -width=107 -height=17 -layer=com_0 -textfont=b12_full -text=Blackbird Pen -textalignh=1 -textshadow=yes -colour=0xffffff -op10= - -// 799:10 -[com_10] -type=model -x=238 -y=47 -width=34 -height=28 -layer=com_0 -model=model_42744 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=360 -modelangle_y=12 -modelangle_z=0 -modelzoom=416 -unknown100=65322 -unknown101=837 - -// 799:11 -[com_11] -type=model -x=86 -y=142 -width=34 -height=28 -layer=com_0 -model=model_42744 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=360 -modelangle_y=12 -modelangle_z=0 -modelzoom=416 -unknown100=65322 -unknown101=837 -op10= - -// 799:12 -[com_12] -type=model -x=251 -y=142 -width=34 -height=28 -layer=com_0 -model=model_42744 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=360 -modelangle_y=12 -modelangle_z=0 -modelzoom=416 -unknown100=65322 -unknown101=837 -op10= - -// 799:13 -[com_13] -type=model -x=413 -y=142 -width=34 -height=28 -layer=com_0 -model=model_42744 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=360 -modelangle_y=12 -modelangle_z=0 -modelzoom=416 -unknown100=65322 -unknown101=837 -op10= - -// 799:14 -[com_14] -type=model -x=86 -y=247 -width=34 -height=28 -layer=com_0 -model=model_42744 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=360 -modelangle_y=12 -modelangle_z=0 -modelzoom=416 -unknown100=65322 -unknown101=837 -op10= - -// 799:15 -[com_15] -type=model -x=251 -y=248 -width=34 -height=28 -layer=com_0 -model=model_42744 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=360 -modelangle_y=12 -modelangle_z=0 -modelzoom=416 -unknown100=65322 -unknown101=837 -op10= - -// 799:16 -[com_16] -type=model -x=413 -y=247 -width=34 -height=28 -layer=com_0 -model=model_42744 -modelorigin_x=3 -modelorigin_y=0 -modelangle_x=360 -modelangle_y=12 -modelangle_z=0 -modelzoom=416 -unknown100=65322 -unknown101=837 -op10= - diff --git a/dumps/530/interface/interface_8.if3 b/dumps/530/interface/interface_8.if3 deleted file mode 100644 index 61324dd91..000000000 --- a/dumps/530/interface/interface_8.if3 +++ /dev/null @@ -1,133 +0,0 @@ -// 8:0 -[com_0] -type=model -x=18 -y=-11 -width=482 -height=348 -layer=com_9 -model=model_5234 -modelorigin_x=-27 -modelorigin_y=-10 -modelangle_x=466 -modelangle_y=2047 -modelangle_z=23 -modelzoom=872 -unknown100=63983 -unknown101=3000 - -// 8:1 -[com_1] -type=text -x=350 -y=199 -width=39 -height=14 -layer=com_9 -textfont=q8_full -text=8-East -textshadow=yes -colour=0xc7c700 - -// 8:2 -[com_2] -type=text -x=350 -y=180 -width=47 -height=14 -layer=com_9 -textfont=q8_full -text=6-South -textshadow=yes -colour=0xbebe00 - -// 8:3 -[com_3] -type=text -x=354 -y=219 -width=46 -height=12 -layer=com_9 -textfont=q8_full -text=2-North -textalignh=1 -textshadow=yes -colour=0xc7c700 - -// 8:4 -[com_4] -type=text -x=350 -y=238 -width=38 -height=14 -layer=com_9 -textfont=q8_full -text=4-East -textshadow=yes -colour=0xc7c700 - -// 8:5 -[com_5] -type=text -x=350 -y=257 -width=55 -height=14 -layer=com_9 -textfont=q8_full -text=22-South -textshadow=yes -colour=0xc7c700 - -// 8:6 -[com_6] -type=text -x=276 -y=154 -width=162 -height=22 -layer=com_9 -textfont=q8_full -text=X marks the start! -textalignh=1 -textshadow=yes -colour=0xc7c700 - -// 8:7 -[com_7] -type=text -x=209 -y=85 -width=103 -height=56 -layer=com_9 -textfont=quill_oblique_large -text=Dragontooth Island -textalignh=1 -colour=0x46320a - -// 8:8 -[com_8] -type=graphic -x=406 -y=41 -width=26 -height=23 -layer=com_9 -graphic="close_buttons,6" -op1=Close -onmouseover=script44(event_com, "close_buttons,7") -onmouseleave=script44(event_com, "close_buttons,6") -onop=script29 - -// 8:9 -[com_9] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - diff --git a/dumps/530/interface/interface_80.if b/dumps/530/interface/interface_80.if deleted file mode 100644 index 5471f5f72..000000000 --- a/dumps/530/interface/interface_80.if +++ /dev/null @@ -1,42 +0,0 @@ -// 80:0 -[com_0] - -// 80:1 -[com_1] - -// 80:2 -[com_2] - -// 80:3 -[com_3] - -// 80:4 -[com_4] - -// 80:5 -[com_5] - -// 80:6 -[com_6] - -// 80:7 -[com_7] - -// 80:8 -[com_8] - -// 80:9 -[com_9] - -// 80:10 -[com_10] - -// 80:11 -[com_11] - -// 80:12 -[com_12] - -// 80:13 -[com_13] - diff --git a/dumps/530/interface/interface_800.if3 b/dumps/530/interface/interface_800.if3 deleted file mode 100644 index fec9cdff2..000000000 --- a/dumps/530/interface/interface_800.if3 +++ /dev/null @@ -1,71 +0,0 @@ -// 800:0 -[com_0] -type=text -y=391 -width=198 -height=14 -xmode=abs_centre -layer=com_4 -textfont=b12_full -text=Message of the Week -textalignh=1 -colour=0x990000 - -// 800:1 -[com_1] -type=model -x=582 -y=345 -width=138 -height=115 -layer=com_4 -model=model_42544 -modelorigin_x=-1 -modelorigin_y=55 -modelangle_x=2042 -modelangle_y=85 -modelangle_z=0 -modelzoom=500 -modelanim=seq_10487 -unknown100=64620 -unknown101=3000 - -// 800:2 -[com_2] -type=model -x=79 -y=321 -width=123 -height=137 -layer=com_4 -model=model_42545 -modelorigin_x=-3 -modelorigin_y=51 -modelangle_x=85 -modelangle_y=1922 -modelangle_z=0 -modelzoom=500 -modelanim=seq_10486 -unknown100=64735 -unknown101=3000 - -// 800:3 -[com_3] -type=text -x=212 -y=413 -width=342 -height=51 -layer=com_4 -textfont=q8_full -textalignh=1 -textalignv=1 -colour=0x000000 -op10= - -// 800:4 -[com_4] -type=layer -width=765 -height=503 - diff --git a/dumps/530/interface/interface_801.if3 b/dumps/530/interface/interface_801.if3 deleted file mode 100644 index befc08266..000000000 --- a/dumps/530/interface/interface_801.if3 +++ /dev/null @@ -1,205 +0,0 @@ -// 801:0 -[com_0] -type=rectangle -x=17 -y=25 -width=488 -height=305 -colour=0x000000 -fill=yes -trans=200 - -// 801:1 -[com_1] -type=layer -width=400 -height=183 -xmode=abs_centre -ymode=abs_centre -layer=com_16 - -// 801:2 -[com_2] -type=graphic -x=14 -y=25 -width=485 -height=300 -graphic=tradebacking -tiling=yes - -// 801:3 -[com_3] -type=graphic -x=13 -y=53 -width=7 -height=241 -graphic="v2_stone_borders_alt,1" -tiling=yes - -// 801:4 -[com_4] -type=graphic -x=13 -y=20 -width=32 -height=32 -graphic="v2_stone_borders_alt,4" - -// 801:5 -[com_5] -type=graphic -x=468 -y=51 -width=32 -height=243 -graphic="v2_stone_borders_alt,3" -tiling=yes - -// 801:6 -[com_6] -type=graphic -x=44 -y=20 -width=424 -height=7 -graphic="v2_stone_borders_alt,0" -tiling=yes - -// 801:7 -[com_7] -type=graphic -x=45 -y=294 -width=423 -height=32 -graphic="v2_stone_borders_alt,2" -tiling=yes - -// 801:8 -[com_8] -type=graphic -x=13 -y=294 -width=32 -height=32 -graphic="v2_stone_borders_alt,6" - -// 801:9 -[com_9] -type=graphic -x=468 -y=20 -width=32 -height=32 -graphic="v2_stone_borders_alt,5" - -// 801:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -graphic="v2_stone_borders_alt,7" - -// 801:11 -[com_11] -type=graphic -x=24 -y=49 -width=465 -height=6 -graphic="v2_stone_borders_alt,8" -tiling=yes - -// 801:12 -[com_12] -type=graphic -x=13 -y=37 -width=32 -height=32 -graphic="v2_stone_borders_alt,9" - -// 801:13 -[com_13] -type=graphic -x=468 -y=37 -width=32 -height=32 -graphic="v2_stone_borders_alt,10" - -// 801:14 -[com_14] -type=graphic -x=473 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 -onclick=script29 - -// 801:15 -[com_15] -type=text -x=21 -y=30 -width=471 -height=16 -textfont=b12_full -text=Quick Chat -textalignh=1 -textshadow=yes -colour=0xcc9800 - -// 801:16 -[com_16] -type=layer -x=20 -y=55 -width=473 -height=239 - -// 801:17 -[com_17] -type=graphic -width=16384 -height=32 -widthmode=proportion -layer=com_1 -graphic="v2_borders_slim,11" - -// 801:18 -[com_18] -type=text -x=1 -y=25 -width=2 -height=50 -widthmode=minus -heightmode=minus -layer=com_1 -textfont=p12_full -text=Please note that your account has been restricted to Quick Chat, as you are currently ineligible for full chat - see our Terms and Conditions for more information.

To find out more about accessing our full chat features, your parent or guardian should click here. -textlineheight=14 -textalignv=1 -colour=0xffffff -onclick=script1867 - -// 801:19 -[com_19] -type=graphic -width=16384 -height=32 -widthmode=proportion -ymode=abs_bottom -layer=com_1 -graphic="v2_borders_slim,11" - diff --git a/dumps/530/interface/interface_802.if3 b/dumps/530/interface/interface_802.if3 deleted file mode 100644 index 2e9afa73f..000000000 --- a/dumps/530/interface/interface_802.if3 +++ /dev/null @@ -1,250 +0,0 @@ -// 802:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre - -// 802:1 -[com_1] -type=graphic -x=20 -y=12 -width=152 -height=32 -layer=com_0 -graphic=tradebacking -tiling=yes -opbase= -op10= - -// 802:2 -[com_2] -type=graphic -x=20 -y=28 -width=150 -height=32 -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 802:3 -[com_3] -type=graphic -x=14 -y=7 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,4" -opbase= -op10= - -// 802:4 -[com_4] -type=graphic -x=20 -y=-6 -width=150 -height=32 -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -opbase= -op10= - -// 802:5 -[com_5] -type=graphic -x=146 -y=16 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,7" -opbase= -op10= - -// 802:6 -[com_6] -type=graphic -x=146 -y=7 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,5" -opbase= -op10= - -// 802:7 -[com_7] -type=graphic -x=14 -y=16 -width=32 -height=32 -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 802:8 -[com_8] -type=text -x=23 -y=21 -width=69 -height=11 -layer=com_0 -textfont=p11_full -text=Personal score: -colour=0xff981f -op10= -ontimer=script1945 - -// 802:9 -[com_9] -type=graphic -y=6 -width=428 -height=34 -xmode=abs_centre -layer=com_19 -graphic=tradebacking -tiling=yes -op10= - -// 802:10 -[com_10] -type=graphic -x=203 -y=12 -width=32 -height=32 -xmode=abs_centre -layer=com_19 -graphic="v2_stone_borders,7" -op10= - -// 802:11 -[com_11] -type=graphic -x=-203 -y=12 -width=32 -height=32 -xmode=abs_centre -layer=com_19 -graphic="v2_stone_borders,6" -op10= - -// 802:12 -[com_12] -type=graphic -x=3 -y=24 -width=423 -height=32 -xmode=abs_centre -layer=com_19 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 802:13 -[com_13] -type=graphic -x=-203 -y=1 -width=32 -height=32 -xmode=abs_centre -layer=com_19 -graphic="v2_stone_borders,4" -op10= - -// 802:14 -[com_14] -type=graphic -x=203 -y=1 -width=32 -height=32 -xmode=abs_centre -layer=com_19 -graphic="v2_stone_borders,5" -op10= - -// 802:15 -[com_15] -type=graphic -x=3 -y=-12 -width=424 -height=34 -xmode=abs_centre -layer=com_19 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 802:16 -[com_16] -type=text -x=1 -y=7 -width=432 -height=29 -xmode=abs_centre -layer=com_19 -textfont=welcome_font_large -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= -onvarcstrtransmit=script1945 -onvarcstrtransmitlist=varclientstring_43 - -// 802:17 -[com_17] -type=rectangle -x=-78 -y=21 -width=32 -height=32 -xmode=abs_centre -layer=com_19 -colour=0xffff00 -trans=255 - -// 802:18 -[com_18] -type=rectangle -x=34 -y=34 -width=32 -height=32 -layer=com_0 -colour=0xffff00 -trans=255 -onload=script1944 -onvarctransmit=script1944 -onvarcstrtransmit=script1943 -onvarctransmitlist=varclient_581 -onvarcstrtransmitlist=varclientstring_43 - -// 802:19 -[com_19] -type=layer -y=74 -width=441 -height=45 -xmode=abs_centre -layer=com_0 -hide=yes - diff --git a/dumps/530/interface/interface_803.if3 b/dumps/530/interface/interface_803.if3 deleted file mode 100644 index 71447aa97..000000000 --- a/dumps/530/interface/interface_803.if3 +++ /dev/null @@ -1,226 +0,0 @@ -// 803:0 -[com_0] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 803:1 -[com_1] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 803:2 -[com_2] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_1 - -// 803:3 -[com_3] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 803:4 -[com_4] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 803:5 -[com_5] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 803:6 -[com_6] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 803:7 -[com_7] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 803:8 -[com_8] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 803:9 -[com_9] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 803:10 -[com_10] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 803:11 -[com_11] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_2 - -// 803:12 -[com_12] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_2 - -// 803:13 -[com_13] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_2 - -// 803:14 -[com_14] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_2 - -// 803:15 -[com_15] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_2 - -// 803:16 -[com_16] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_12 -graphic=tradebacking -tiling=yes -outline=2 - -// 803:17 -[com_17] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_11 -graphic=tradebacking -tiling=yes -outline=2 - -// 803:18 -[com_18] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_13 -graphic=tradebacking -tiling=yes -outline=2 - -// 803:19 -[com_19] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_14 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_804.if3 b/dumps/530/interface/interface_804.if3 deleted file mode 100644 index 2f7e61c2c..000000000 --- a/dumps/530/interface/interface_804.if3 +++ /dev/null @@ -1,452 +0,0 @@ -// 804:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_right - -// 804:1 -[com_1] -type=text -y=90 -width=60 -height=19 -xmode=abs_centre -layer=com_27 -textfont=p11_full -text=Game start: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 804:2 -[com_2] -type=layer -x=-2 -y=30 -width=158 -height=149 -xmode=abs_right -layer=com_27 -hide=yes - -// 804:3 -[com_3] -type=text -x=17 -y=9 -width=62 -height=21 -layer=com_27 -textfont=b12_full -text=You -textshadow=yes -colour=0xc8aa64 - -// 804:4 -[com_4] -type=text -x=10 -y=62 -width=35 -height=20 -layer=com_27 -textfont=b12_full -text=0 -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 804:5 -[com_5] -type=text -x=10 -y=35 -width=35 -height=20 -layer=com_27 -textfont=b12_full -text=0 -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 804:6 -[com_6] -type=text -x=112 -y=35 -width=35 -height=20 -layer=com_27 -textfont=b12_full -text=0 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 804:7 -[com_7] -type=text -x=112 -y=62 -width=35 -height=20 -layer=com_27 -textfont=b12_full -text=0 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 804:8 -[com_8] -type=text -x=47 -y=32 -width=63 -height=21 -layer=com_27 -textfont=p11_full -text=Combat levels -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 804:9 -[com_9] -type=text -x=47 -y=61 -width=62 -height=21 -layer=com_27 -textfont=p11_full -text=Skilling
levels -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 804:10 -[com_10] -type=text -x=17 -y=9 -width=62 -height=21 -xmode=abs_right -layer=com_27 -textfont=b12_full -text=Enemy -textalignh=2 -textshadow=yes -colour=0xc8aa64 - -// 804:11 -[com_11] -type=rectangle -x=385 -y=35 -width=32 -height=32 -layer=com_0 -colour=0xffff00 -trans=255 -onload=script1922 - -// 804:12 -[com_12] -type=graphic -x=11 -y=11 -width=142 -height=106 -xmode=abs_right -layer=com_0 -graphic=tradebacking -tiling=yes -op10= - -// 804:13 -[com_13] -type=graphic -x=35 -y=-8 -width=110 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 804:14 -[com_14] -type=graphic -x=30 -y=43 -width=107 -height=31 -xmode=abs_right -layer=com_0 -graphic="v2_borders_slim,11" -op10= - -// 804:15 -[com_15] -type=graphic -x=38 -y=71 -width=107 -height=31 -xmode=abs_right -layer=com_0 -graphic="v2_borders_slim,11" -op10= - -// 804:16 -[com_16] -type=graphic -x=30 -y=15 -width=107 -height=31 -xmode=abs_right -layer=com_0 -graphic="v2_borders_slim,11" -op10= - -// 804:17 -[com_17] -type=graphic -x=34 -y=99 -width=95 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 804:18 -[com_18] -type=graphic -x=174 -y=74 -width=138 -height=32 -xmode=abs_centre -layer=com_0 -graphic="v2_stone_borders,8" -tiling=yes -op10= - -// 804:19 -[com_19] -type=graphic -x=141 -y=37 -width=32 -height=81 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 804:20 -[com_20] -type=graphic -x=-8 -y=30 -width=32 -height=81 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 804:21 -[com_21] -type=graphic -x=128 -y=87 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,6" -op10= - -// 804:22 -[com_22] -type=graphic -x=128 -y=5 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,4" -op10= - -// 804:23 -[com_23] -type=graphic -x=4 -y=5 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,5" -op10= - -// 804:24 -[com_24] -type=graphic -x=4 -y=87 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,7" -op10= - -// 804:25 -[com_25] -type=graphic -x=128 -y=76 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,9" -op10= - -// 804:26 -[com_26] -type=graphic -x=4 -y=76 -width=32 -height=32 -xmode=abs_right -layer=com_0 -graphic="v2_stone_borders,10" -op10= - -// 804:27 -[com_27] -type=layer -x=4 -y=5 -width=155 -height=149 -xmode=abs_right -layer=com_0 - -// 804:28 -[com_28] -type=graphic -x=9 -y=63 -width=142 -height=36 -xmode=abs_right -layer=com_2 -graphic=tradebacking -tiling=yes -op10= - -// 804:29 -[com_29] -type=graphic -x=31 -y=86 -width=95 -height=32 -xmode=abs_right -layer=com_2 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 804:30 -[com_30] -type=graphic -x=126 -y=74 -width=32 -height=32 -xmode=abs_right -layer=com_2 -graphic="v2_stone_borders,6" -op10= - -// 804:31 -[com_31] -type=graphic -x=2 -y=74 -width=32 -height=32 -xmode=abs_right -layer=com_2 -graphic="v2_stone_borders,7" -op10= - -// 804:32 -[com_32] -type=text -x=1 -y=61 -width=60 -height=19 -xmode=abs_centre -layer=com_2 -textfont=p11_full -text=Waiting for players: -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 804:33 -[com_33] -type=text -x=111 -y=77 -width=35 -height=20 -layer=com_2 -textfont=b12_full -text=0 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 804:34 -[com_34] -type=text -x=10 -y=78 -width=35 -height=20 -layer=com_2 -textfont=b12_full -text=0 -textalignh=2 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - diff --git a/dumps/530/interface/interface_805.if3 b/dumps/530/interface/interface_805.if3 deleted file mode 100644 index 4b7d0f3e1..000000000 --- a/dumps/530/interface/interface_805.if3 +++ /dev/null @@ -1,404 +0,0 @@ -// 805:0 -[com_0] -type=graphic -x=7 -y=25 -width=498 -height=302 -graphic=tradebacking -tiling=yes - -// 805:1 -[com_1] -type=graphic -x=-13 -y=51 -width=32 -height=251 -graphic="v2_stone_borders,1" -tiling=yes - -// 805:2 -[com_2] -type=graphic -y=20 -width=32 -height=32 -graphic="v2_stone_borders,4" - -// 805:3 -[com_3] -type=graphic -x=492 -y=52 -width=32 -height=250 -graphic="v2_stone_borders,3" -tiling=yes - -// 805:4 -[com_4] -type=graphic -x=32 -y=7 -width=448 -height=34 -graphic="v2_stone_borders,0" -tiling=yes - -// 805:5 -[com_5] -type=graphic -x=32 -y=314 -width=448 -height=32 -graphic="v2_stone_borders,2" -tiling=yes - -// 805:6 -[com_6] -type=graphic -y=302 -width=32 -height=32 -graphic="v2_stone_borders,6" - -// 805:7 -[com_7] -type=graphic -x=480 -y=20 -width=32 -height=32 -graphic="v2_stone_borders,5" - -// 805:8 -[com_8] -type=graphic -x=480 -y=302 -width=32 -height=32 -graphic="v2_stone_borders,7" - -// 805:9 -[com_9] -type=graphic -x=11 -y=35 -width=490 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 805:10 -[com_10] -type=graphic -y=37 -width=32 -height=32 -graphic="v2_stone_borders,9" - -// 805:11 -[com_11] -type=graphic -x=480 -y=37 -width=32 -height=32 -graphic="v2_stone_borders,10" - -// 805:12 -[com_12] -type=graphic -x=485 -y=30 -width=16 -height=16 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 805:13 -[com_13] -type=rectangle -x=6 -y=300 -width=499 -height=27 -colour=0x000000 -fill=yes -trans=200 - -// 805:14 -[com_14] -type=graphic -x=241 -y=54 -width=32 -height=244 -graphic="v2_stone_borders,24" -tiling=yes - -// 805:15 -[com_15] -type=text -x=19 -y=30 -width=474 -height=16 -textfont=b12_full -text=Giving items to: Unknown -textalignh=1 -textshadow=yes -colour=0xff981f -onvartransmit=script141 -onvartransmitlist=varplayer_1042,varplayer_1043 - -// 805:16 -[com_16] -type=layer -x=223 -y=146 -width=65 -height=32 -op1=Accept -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 805:17 -[com_17] -type=text -x=223 -y=146 -width=65 -height=32 -textfont=p12_full -text=Accept -textalignh=1 -textalignv=1 -textshadow=yes -colour=0x00c000 - -// 805:18 -[com_18] -type=layer -x=223 -y=199 -width=65 -height=32 -op1=Decline -onload=script93(event_com) -onmouseover=script97(event_com) -onmouseleave=script93(event_com) - -// 805:19 -[com_19] -type=text -x=223 -y=199 -width=65 -height=32 -textfont=p12_full -text=Decline -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc00000 - -// 805:20 -[com_20] -type=rectangle -x=213 -y=78 -width=91 -height=47 -colour=0x221717 -fill=yes - -// 805:21 -[com_21] -type=text -x=215 -y=80 -width=82 -height=41 -textfont=p11_full -text=Name -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 805:22 -[com_22] -type=graphic -x=238 -y=59 -width=40 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 805:23 -[com_23] -type=graphic -x=207 -y=73 -width=32 -height=32 -graphic="v2_stone_borders,18" - -// 805:24 -[com_24] -type=graphic -x=274 -y=73 -width=32 -height=32 -graphic="v2_stone_borders,19" - -// 805:25 -[com_25] -type=graphic -x=207 -y=97 -width=32 -height=32 -graphic="v2_stone_borders,20" - -// 805:26 -[com_26] -type=graphic -x=274 -y=97 -width=32 -height=32 -graphic="v2_stone_borders,21" - -// 805:27 -[com_27] -type=graphic -x=239 -y=109 -width=35 -height=32 -graphic="v2_stone_borders,8" -tiling=yes - -// 805:28 -[com_28] -type=graphic -x=6 -y=285 -width=499 -height=32 -graphic="v2_stone_borders,23" -tiling=yes - -// 805:29 -[com_29] -type=layer -x=7 -y=26 -width=497 -height=301 -onload=script172 - -// 805:30 -[com_30] -type=layer -x=21 -y=72 -width=185 -height=223 - -// 805:31 -[com_31] -type=layer -x=21 -y=72 -width=185 -height=223 - -// 805:32 -[com_32] -type=text -x=56 -y=56 -width=119 -height=14 -textfont=p12_full -text=Your Offer -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff981f - -// 805:33 -[com_33] -type=text -x=131 -y=281 -width=252 -height=15 -textfont=p12_full -text=Waiting for other player -textalignh=1 -textshadow=yes -colour=0xffffff - -// 805:34 -[com_34] -type=layer -x=466 -y=22 -width=32 -height=32 -hide=yes - -// 805:35 -[com_35] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 805:36 -[com_36] -type=model -model=null -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 805:37 -[com_37] -type=layer -x=10 -y=10 -width=10 -height=10 -layer=com_38 - -// 805:38 -[com_38] -type=layer -width=512 -height=334 - diff --git a/dumps/530/interface/interface_806.if3 b/dumps/530/interface/interface_806.if3 deleted file mode 100644 index ca10a8e9e..000000000 --- a/dumps/530/interface/interface_806.if3 +++ /dev/null @@ -1,2049 +0,0 @@ -// 806:0 -[com_0] -type=rectangle -width=438 -height=244 -xmode=abs_centre -ymode=abs_centre -layer=com_137 -colour=0x000000 -fill=yes -trans=197 - -// 806:1 -[com_1] -type=graphic -x=-13 -y=31 -width=32 -height=183 -layer=com_137 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 806:2 -[com_2] -type=graphic -width=32 -height=32 -ymode=abs_bottom -layer=com_137 -graphic="v2_stone_borders,6" -op10= - -// 806:3 -[com_3] -type=graphic -x=-10 -width=30 -height=181 -xmode=abs_right -ymode=abs_centre -layer=com_137 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 806:4 -[com_4] -type=graphic -width=32 -height=32 -layer=com_137 -graphic="v2_stone_borders,4" -op10= - -// 806:5 -[com_5] -type=graphic -width=32 -height=32 -xmode=abs_right -layer=com_137 -graphic="v2_stone_borders,5" -op10= - -// 806:6 -[com_6] -type=graphic -y=-10 -width=385 -height=30 -xmode=abs_centre -ymode=abs_bottom -layer=com_137 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 806:7 -[com_7] -type=graphic -width=32 -height=32 -xmode=abs_right -ymode=abs_bottom -layer=com_137 -graphic="v2_stone_borders,7" -op10= - -// 806:8 -[com_8] -type=graphic -y=-13 -width=385 -height=29 -xmode=abs_centre -layer=com_137 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 806:9 -[com_9] -type=layer -x=97 -y=12 -width=86 -height=210 -ymode=abs_bottom -layer=com_137 - -// 806:10 -[com_10] -type=layer -x=182 -y=12 -width=86 -height=210 -ymode=abs_bottom -layer=com_137 -op10= - -// 806:11 -[com_11] -type=layer -x=267 -y=12 -width=86 -height=210 -ymode=abs_bottom -layer=com_137 -op10= - -// 806:12 -[com_12] -type=layer -x=352 -y=12 -width=86 -height=210 -ymode=abs_bottom -layer=com_137 -op10= - -// 806:13 -[com_13] -type=text -x=-150 -y=186 -width=76 -height=32 -xmode=abs_centre -layer=com_137 -textfont=p11_full -text=Basic
clay -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:14 -[com_14] -type=text -x=-206 -y=20 -width=19 -height=169 -xmode=abs_centre -layer=com_137 -textfont=friendslist_font -text=S
p
o
t
s

l
e
f
t -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:15 -[com_15] -type=text -x=28 -y=172 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=1 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:16 -[com_16] -type=text -x=28 -y=159 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=2 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:17 -[com_17] -type=text -x=28 -y=146 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=3 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:18 -[com_18] -type=text -x=28 -y=132 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=4 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:19 -[com_19] -type=text -x=28 -y=119 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=5 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:20 -[com_20] -type=text -x=28 -y=105 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=6 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:21 -[com_21] -type=text -x=28 -y=92 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=7 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:22 -[com_22] -type=text -x=28 -y=79 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=8 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:23 -[com_23] -type=text -x=28 -y=65 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=9 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:24 -[com_24] -type=text -x=28 -y=50 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=10 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:25 -[com_25] -type=text -x=28 -y=37 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=11 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:26 -[com_26] -type=text -x=28 -y=23 -width=20 -height=14 -layer=com_137 -textfont=p11_full -text=12 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:27 -[com_27] -type=graphic -x=51 -y=64 -width=39 -height=30 -ymode=abs_centre -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:28 -[com_28] -type=graphic -x=28 -y=6 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:29 -[com_29] -type=graphic -x=28 -y=19 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:30 -[com_30] -type=graphic -x=28 -y=33 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:31 -[com_31] -type=graphic -x=28 -y=47 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:32 -[com_32] -type=graphic -x=28 -y=62 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:33 -[com_33] -type=graphic -x=28 -y=76 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:34 -[com_34] -type=graphic -x=28 -y=88 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:35 -[com_35] -type=graphic -x=28 -y=102 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:36 -[com_36] -type=graphic -x=28 -y=115 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:37 -[com_37] -type=graphic -x=28 -y=128 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:38 -[com_38] -type=graphic -x=28 -y=143 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:39 -[com_39] -type=graphic -x=28 -y=155 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:40 -[com_40] -type=graphic -x=28 -y=171 -width=20 -height=30 -layer=com_137 -graphic="v2_borders_slim,11" -op10= - -// 806:41 -[com_41] -type=text -x=-1 -y=25 -width=76 -height=18 -xmode=abs_centre -ymode=abs_bottom -layer=com_9 -textfont=p11_full -text=2 3 4 5 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:42 -[com_42] -type=graphic -x=-1 -y=77 -width=76 -height=30 -xmode=abs_centre -ymode=abs_centre -layer=com_9 -graphic="v2_borders_slim,11" -op10= - -// 806:43 -[com_43] -type=text -x=-1 -y=7 -width=76 -height=15 -xmode=abs_centre -ymode=abs_bottom -layer=com_9 -textfont=p11_full -text=Fishing -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:44 -[com_44] -type=graphic -x=-1 -y=59 -width=76 -height=30 -xmode=abs_centre -ymode=abs_centre -layer=com_9 -graphic="v2_borders_slim,11" -op10= - -// 806:45 -[com_45] -type=layer -width=86 -height=161 -layer=com_9 - -// 806:46 -[com_46] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 806:47 -[com_47] -type=layer -x=64 -y=23 -width=16 -height=161 -layer=com_137 - -// 806:48 -[com_48] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_138 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:49 -[com_49] -type=layer -width=10 -height=10 -layer=com_137 - -// 806:50 -[com_50] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_138 -colour=0xc8aa64 -fill=yes -op10= - -// 806:51 -[com_51] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_138 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:52 -[com_52] -type=layer -x=-151 -y=-2 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_80 -op10= - -// 806:53 -[com_53] -type=rectangle -x=-178 -y=2 -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_52 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:54 -[com_54] -type=rectangle -x=-178 -y=2 -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_52 -colour=0xc8aa64 -fill=yes -op10= - -// 806:55 -[com_55] -type=rectangle -x=-178 -y=2 -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_52 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:56 -[com_56] -type=text -x=-1 -y=25 -width=76 -height=18 -xmode=abs_centre -ymode=abs_bottom -layer=com_11 -textfont=p11_full -text=2 3 4 5 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:57 -[com_57] -type=graphic -x=-1 -y=77 -width=76 -height=30 -xmode=abs_centre -ymode=abs_centre -layer=com_11 -graphic="v2_borders_slim,11" -op10= - -// 806:58 -[com_58] -type=text -x=-1 -y=7 -width=76 -height=15 -xmode=abs_centre -ymode=abs_bottom -layer=com_11 -textfont=p11_full -text=Woodcutting -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:59 -[com_59] -type=graphic -x=-1 -y=59 -width=76 -height=30 -xmode=abs_centre -ymode=abs_centre -layer=com_11 -graphic="v2_borders_slim,11" -op10= - -// 806:60 -[com_60] -type=layer -width=86 -height=161 -layer=com_11 -op10= - -// 806:61 -[com_61] -type=layer -x=-26 -width=16 -height=16384 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_60 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:62 -[com_62] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_61 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:63 -[com_63] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_61 -colour=0xc8aa64 -fill=yes -op10= - -// 806:64 -[com_64] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_61 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:65 -[com_65] -type=layer -x=-8 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_60 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:66 -[com_66] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_65 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:67 -[com_67] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_65 -colour=0xc8aa64 -fill=yes -op10= - -// 806:68 -[com_68] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_65 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:69 -[com_69] -type=layer -x=10 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_60 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:70 -[com_70] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_69 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:71 -[com_71] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_69 -colour=0xc8aa64 -fill=yes -op10= - -// 806:72 -[com_72] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_69 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:73 -[com_73] -type=layer -x=27 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_60 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:74 -[com_74] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_73 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:75 -[com_75] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_73 -colour=0xc8aa64 -fill=yes -op10= - -// 806:76 -[com_76] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_73 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:77 -[com_77] -type=text -x=-1 -y=25 -width=76 -height=18 -xmode=abs_centre -ymode=abs_bottom -layer=com_10 -textfont=p11_full -text=2 3 4 5 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:78 -[com_78] -type=graphic -x=-1 -y=77 -width=76 -height=30 -xmode=abs_centre -ymode=abs_centre -layer=com_10 -graphic="v2_borders_slim,11" -op10= - -// 806:79 -[com_79] -type=text -x=-1 -y=7 -width=76 -height=15 -xmode=abs_centre -ymode=abs_bottom -layer=com_10 -textfont=p11_full -text=Mining -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:80 -[com_80] -type=layer -width=86 -height=161 -layer=com_10 -op10= - -// 806:81 -[com_81] -type=graphic -x=-1 -y=59 -width=76 -height=30 -xmode=abs_centre -ymode=abs_centre -layer=com_10 -graphic="v2_borders_slim,11" -op10= - -// 806:82 -[com_82] -type=layer -x=-26 -width=16 -height=16384 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_80 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:83 -[com_83] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_82 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:84 -[com_84] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_82 -colour=0xc8aa64 -fill=yes -op10= - -// 806:85 -[com_85] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_82 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:86 -[com_86] -type=layer -x=-8 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_80 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:87 -[com_87] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_86 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:88 -[com_88] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_86 -colour=0xc8aa64 -fill=yes -op10= - -// 806:89 -[com_89] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_86 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:90 -[com_90] -type=layer -x=10 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_80 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:91 -[com_91] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_90 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:92 -[com_92] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_90 -colour=0xc8aa64 -fill=yes -op10= - -// 806:93 -[com_93] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_90 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:94 -[com_94] -type=layer -x=27 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_80 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:95 -[com_95] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_94 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:96 -[com_96] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_94 -colour=0xc8aa64 -fill=yes -op10= - -// 806:97 -[com_97] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_94 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:98 -[com_98] -type=text -x=-1 -y=25 -width=76 -height=18 -xmode=abs_centre -ymode=abs_bottom -layer=com_12 -textfont=p11_full -text=2 3 4 5 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:99 -[com_99] -type=graphic -x=-1 -y=77 -width=76 -height=30 -xmode=abs_centre -ymode=abs_centre -layer=com_12 -graphic="v2_borders_slim,11" -op10= - -// 806:100 -[com_100] -type=text -x=-1 -y=7 -width=76 -height=15 -xmode=abs_centre -ymode=abs_bottom -layer=com_12 -textfont=p11_full -text=Hunter -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 806:101 -[com_101] -type=graphic -x=-1 -y=59 -width=76 -height=30 -xmode=abs_centre -ymode=abs_centre -layer=com_12 -graphic="v2_borders_slim,11" -op10= - -// 806:102 -[com_102] -type=layer -width=86 -height=161 -layer=com_12 -op10= - -// 806:103 -[com_103] -type=layer -x=-26 -width=16 -height=16384 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_102 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:104 -[com_104] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_103 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:105 -[com_105] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_103 -colour=0xc8aa64 -fill=yes -op10= - -// 806:106 -[com_106] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_103 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:107 -[com_107] -type=layer -x=-8 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_102 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:108 -[com_108] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_107 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:109 -[com_109] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_107 -colour=0xc8aa64 -fill=yes -op10= - -// 806:110 -[com_110] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_107 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:111 -[com_111] -type=layer -x=10 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_102 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:112 -[com_112] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_111 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:113 -[com_113] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_111 -colour=0xc8aa64 -fill=yes -op10= - -// 806:114 -[com_114] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_111 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:115 -[com_115] -type=layer -x=27 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_102 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:116 -[com_116] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_115 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:117 -[com_117] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_115 -colour=0xc8aa64 -fill=yes -op10= - -// 806:118 -[com_118] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_115 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:119 -[com_119] -type=rectangle -x=34 -y=25 -width=32 -height=32 -layer=com_46 -colour=0xffff00 -trans=255 -onload=script1907 - -// 806:120 -[com_120] -type=graphic -y=15 -width=470 -height=305 -xmode=abs_centre -layer=com_46 -graphic=tradebacking -tiling=yes - -// 806:121 -[com_121] -type=text -x=-3 -y=15 -width=376 -height=42 -xmode=abs_centre -layer=com_46 -textfont=quill_oblique_large -text=Remaining Clay -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 806:122 -[com_122] -type=text -y=10 -width=280 -height=44 -xmode=abs_centre -layer=com_137 -hide=yes -textfont=p11_full -text=This chart shows the number of gathering spots in the area, categorised by class and skill requirement. Gathering spots will disappear from the chart as they are used up. -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 806:123 -[com_123] -type=model -x=32 -y=25 -width=72 -height=37 -layer=com_46 -model=model_43148 -modelorigin_x=3 -modelorigin_y=-5 -modelangle_x=682 -modelangle_y=364 -modelangle_z=0 -modelzoom=719 -unknown100=64412 -unknown101=3000 - -// 806:124 -[com_124] -type=model -x=404 -y=28 -width=57 -height=26 -layer=com_46 -model=model_43228 -modelorigin_x=-4 -modelorigin_y=1 -modelangle_x=142 -modelangle_y=0 -modelangle_z=0 -modelzoom=1027 -unknown100=64412 -unknown101=3000 - -// 806:125 -[com_125] -type=model -x=339 -y=24 -width=55 -height=32 -layer=com_46 -model=model_43163 -modelorigin_x=-1 -modelorigin_y=-1 -modelangle_x=682 -modelangle_y=1689 -modelangle_z=955 -modelzoom=722 -unknown100=64412 -unknown101=3000 - -// 806:126 -[com_126] -type=model -x=113 -y=23 -width=62 -height=39 -layer=com_46 -model=model_43166 -modelorigin_x=-1 -modelorigin_y=3 -modelangle_x=364 -modelangle_y=1592 -modelangle_z=989 -modelzoom=829 -unknown100=64452 -unknown101=3000 - -// 806:127 -[com_127] -type=graphic -x=469 -y=39 -width=16 -height=16 -layer=com_46 -graphic="v2_stone_close_button,4" -op1=Help -onmouseover=script44(event_com, "v2_stone_close_button,5") -onmouseleave=script44(event_com, "v2_stone_close_button,4") -onop=script1909 - -// 806:128 -[com_128] -type=graphic -x=469 -y=20 -width=16 -height=16 -layer=com_46 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 806:129 -[com_129] -type=graphic -x=-234 -y=2 -width=32 -height=255 -xmode=abs_centre -ymode=abs_centre -layer=com_46 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 806:130 -[com_130] -type=graphic -x=234 -y=1 -width=32 -height=256 -xmode=abs_centre -ymode=abs_centre -layer=com_46 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 806:131 -[com_131] -type=graphic -x=-221 -y=140 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_46 -graphic="v2_stone_borders,6" -op10= - -// 806:132 -[com_132] -type=graphic -x=-221 -y=-139 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_46 -graphic="v2_stone_borders,4" -op10= - -// 806:133 -[com_133] -type=graphic -x=222 -y=-139 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_46 -graphic="v2_stone_borders,5" -op10= - -// 806:134 -[com_134] -type=graphic -x=222 -y=140 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_46 -graphic="v2_stone_borders,7" -op10= - -// 806:135 -[com_135] -type=graphic -x=2 -y=152 -width=418 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_46 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 806:136 -[com_136] -type=graphic -x=1 -y=-152 -width=415 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_46 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 806:137 -[com_137] -type=layer -y=21 -width=447 -height=244 -xmode=abs_centre -ymode=abs_centre -layer=com_46 - -// 806:138 -[com_138] -type=layer -width=16 -height=16384 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_47 -op10= -onmouseleave=script40(interface_806:com_49) -onmouserepeat=script38(event_com, interface_806:com_49, "Basic clay remaining", 25, 200) - -// 806:139 -[com_139] -type=layer -x=-26 -width=16 -height=16384 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_45 -onmouseleave=script40(interface_806:com_49) - -// 806:140 -[com_140] -type=layer -x=-8 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_45 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:141 -[com_141] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_140 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:142 -[com_142] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_140 -colour=0xc8aa64 -fill=yes -op10= - -// 806:143 -[com_143] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_140 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:144 -[com_144] -type=layer -x=10 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_45 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:145 -[com_145] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_144 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:146 -[com_146] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_144 -colour=0xc8aa64 -fill=yes -op10= - -// 806:147 -[com_147] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_144 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:148 -[com_148] -type=layer -x=27 -width=16 -height=16391 -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_45 -op10= -onmouseleave=script40(interface_806:com_49) - -// 806:149 -[com_149] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_148 -colour=0xa98626 -fill=yes -trans=12 -op10= - -// 806:150 -[com_150] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_148 -colour=0xc8aa64 -fill=yes -op10= - -// 806:151 -[com_151] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_148 -colour=0xffea95 -fill=yes -trans=129 -op10= - -// 806:152 -[com_152] -type=rectangle -width=14 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_139 -colour=0xa98626 -fill=yes -trans=12 - -// 806:153 -[com_153] -type=rectangle -width=8 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_139 -colour=0xc8aa64 -fill=yes - -// 806:154 -[com_154] -type=rectangle -width=3 -height=16391 -heightmode=proportion -xmode=abs_centre -layer=com_139 -colour=0xffea95 -fill=yes -trans=129 - diff --git a/dumps/530/interface/interface_807.if3 b/dumps/530/interface/interface_807.if3 deleted file mode 100644 index e5ebc06a4..000000000 --- a/dumps/530/interface/interface_807.if3 +++ /dev/null @@ -1,8 +0,0 @@ -// 807:0 -[com_0] -type=layer -x=16 -y=8 -width=162 -height=250 - diff --git a/dumps/530/interface/interface_808.if3 b/dumps/530/interface/interface_808.if3 deleted file mode 100644 index 00e1651b8..000000000 --- a/dumps/530/interface/interface_808.if3 +++ /dev/null @@ -1,44 +0,0 @@ -// 808:0 -[com_0] -type=rectangle -x=42 -y=34 -width=437 -height=271 -colour=0xffff00 -fill=yes -trans=186 - -// 808:1 -[com_1] -type=rectangle -x=398 -y=5 -width=113 -height=204 -colour=0xffff00 -fill=yes -trans=186 - -// 808:2 -[com_2] -type=rectangle -x=12 -y=159 -width=172 -height=166 -colour=0xffff00 -fill=yes -trans=186 - -// 808:3 -[com_3] -type=rectangle -x=55 -y=126 -width=417 -height=103 -colour=0xffff00 -fill=yes -trans=186 - diff --git a/dumps/530/interface/interface_809.if3 b/dumps/530/interface/interface_809.if3 deleted file mode 100644 index 495eaee23..000000000 --- a/dumps/530/interface/interface_809.if3 +++ /dev/null @@ -1,231 +0,0 @@ -// 809:0 -[com_0] -type=graphic -x=20 -y=12 -width=152 -height=32 -graphic=tradebacking -tiling=yes -opbase= -op10= - -// 809:1 -[com_1] -type=graphic -x=20 -y=28 -width=150 -height=32 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 809:2 -[com_2] -type=graphic -x=14 -y=7 -width=32 -height=32 -graphic="v2_stone_borders,4" -opbase= -op10= - -// 809:3 -[com_3] -type=graphic -x=20 -y=-6 -width=150 -height=32 -graphic="v2_stone_borders,0" -tiling=yes -opbase= -op10= - -// 809:4 -[com_4] -type=graphic -x=146 -y=16 -width=32 -height=32 -graphic="v2_stone_borders,7" -opbase= -op10= - -// 809:5 -[com_5] -type=graphic -x=146 -y=7 -width=32 -height=32 -graphic="v2_stone_borders,5" -opbase= -op10= - -// 809:6 -[com_6] -type=graphic -x=14 -y=16 -width=32 -height=32 -graphic="v2_stone_borders,6" -op10= - -// 809:7 -[com_7] -type=graphic -x=14 -y=13 -width=91 -height=32 -xmode=abs_right -graphic=tradebacking -tiling=yes -opbase= -op10= - -// 809:8 -[com_8] -type=graphic -x=23 -y=30 -width=70 -height=32 -xmode=abs_right -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 809:9 -[com_9] -type=graphic -x=75 -y=9 -width=32 -height=32 -xmode=abs_right -graphic="v2_stone_borders,4" -opbase= -op10= - -// 809:10 -[com_10] -type=graphic -x=23 -y=-4 -width=70 -height=32 -xmode=abs_right -graphic="v2_stone_borders,0" -tiling=yes -opbase= -op10= - -// 809:11 -[com_11] -type=graphic -x=11 -y=18 -width=32 -height=32 -xmode=abs_right -graphic="v2_stone_borders,7" -opbase= -op10= - -// 809:12 -[com_12] -type=graphic -x=11 -y=9 -width=32 -height=32 -xmode=abs_right -graphic="v2_stone_borders,5" -opbase= -op10= - -// 809:13 -[com_13] -type=graphic -x=75 -y=18 -width=32 -height=32 -xmode=abs_right -graphic="v2_stone_borders,6" -op10= - -// 809:14 -[com_14] -type=rectangle -x=18 -y=16 -width=82 -height=27 -xmode=abs_right -colour=0x990000 -fill=yes -trans=255 - -// 809:15 -[com_15] -type=text -x=23 -y=23 -width=69 -height=11 -xmode=abs_right -textfont=p11_full -text=%1 min -textalignh=1 -colour=0xff981f -onload=script1938 -ontimer=script1941 -onvarctransmit=script1940 -onvarctransmitlist=varclient_557 - -// 809:16 -[com_16] -type=rectangle -x=470 -y=54 -width=32 -height=32 -colour=0xffff00 -trans=255 -onvarctransmit=script1939 -onvarctransmitlist=varclient_558 - -// 809:17 -[com_17] -type=text -x=23 -y=21 -width=69 -height=11 -textfont=p11_full -text=Personal score: -colour=0xff981f -op10= - -// 809:18 -[com_18] -type=text -width=470 -height=33 -xmode=abs_centre -ymode=abs_centre -hide=yes -textfont=welcome_font_small -text=One Minute Remaining -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xff9900 - diff --git a/dumps/530/interface/interface_81.if b/dumps/530/interface/interface_81.if deleted file mode 100644 index f900be1c4..000000000 --- a/dumps/530/interface/interface_81.if +++ /dev/null @@ -1,114 +0,0 @@ -// 81:0 -[com_0] - -// 81:1 -[com_1] - -// 81:2 -[com_2] - -// 81:3 -[com_3] - -// 81:4 -[com_4] - -// 81:5 -[com_5] - -// 81:6 -[com_6] - -// 81:7 -[com_7] - -// 81:8 -[com_8] - -// 81:9 -[com_9] - -// 81:10 -[com_10] - -// 81:11 -[com_11] - -// 81:12 -[com_12] - -// 81:13 -[com_13] - -// 81:14 -[com_14] - -// 81:15 -[com_15] - -// 81:16 -[com_16] - -// 81:17 -[com_17] - -// 81:18 -[com_18] - -// 81:19 -[com_19] - -// 81:20 -[com_20] - -// 81:21 -[com_21] - -// 81:22 -[com_22] - -// 81:23 -[com_23] - -// 81:24 -[com_24] - -// 81:25 -[com_25] - -// 81:26 -[com_26] - -// 81:27 -[com_27] - -// 81:28 -[com_28] - -// 81:29 -[com_29] - -// 81:30 -[com_30] - -// 81:31 -[com_31] - -// 81:32 -[com_32] - -// 81:33 -[com_33] - -// 81:34 -[com_34] - -// 81:35 -[com_35] - -// 81:36 -[com_36] - -// 81:37 -[com_37] - diff --git a/dumps/530/interface/interface_810.if3 b/dumps/530/interface/interface_810.if3 deleted file mode 100644 index 9ea7dcb77..000000000 --- a/dumps/530/interface/interface_810.if3 +++ /dev/null @@ -1,1911 +0,0 @@ -// 810:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -noclickthrough=yes - -// 810:1 -[com_1] -type=rectangle -x=19 -y=20 -width=486 -height=311 -layer=com_145 -colour=0x000000 -fill=yes -trans=188 -op10= - -// 810:2 -[com_2] -type=rectangle -x=13 -y=14 -width=486 -height=311 -layer=com_145 -colour=0x000000 -fill=yes -trans=233 -op10= - -// 810:3 -[com_3] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_145 - -// 810:4 -[com_4] -type=layer -x=69 -y=39 -width=245 -height=72 -layer=com_145 - -// 810:5 -[com_5] -type=layer -x=12 -y=14 -width=10 -height=11 -layer=com_4 - -// 810:6 -[com_6] -type=graphic -x=130 -y=8 -width=115 -height=20 -layer=com_85 -graphic="tabs_large,0" -op10= - -// 810:7 -[com_7] -type=text -x=116 -y=9 -width=131 -height=22 -layer=com_85 -textfont=p12_full -text=Awards -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:8 -[com_8] -type=graphic -x=25 -y=8 -width=115 -height=20 -layer=com_84 -graphic="tabs_large,0" -op10= - -// 810:9 -[com_9] -type=text -x=11 -y=9 -width=131 -height=22 -layer=com_84 -textfont=p12_full -text=Scores -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:10 -[com_10] -type=graphic -x=130 -y=8 -width=115 -height=20 -layer=com_83 -graphic="tabs_large,1" -op1=Awards -op10= -onop=script1947 - -// 810:11 -[com_11] -type=text -x=116 -y=9 -width=131 -height=22 -layer=com_83 -textfont=p12_full -text=Awards -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xa18950 -op10= - -// 810:12 -[com_12] -type=graphic -x=25 -y=8 -width=115 -height=20 -layer=com_82 -graphic="tabs_large,1" -op1=Scores -op10= -onop=script1948 - -// 810:13 -[com_13] -type=text -x=11 -y=9 -width=131 -height=22 -layer=com_82 -textfont=p12_full -text=Scores -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xa18950 -op10= - -// 810:14 -[com_14] -type=layer -x=7 -y=1 -width=468 -height=245 -layer=com_143 -op10= - -// 810:15 -[com_15] -type=text -x=19 -y=5 -width=171 -height=26 -layer=com_86 -textfont=welcome_font_small -text=Team Scores -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:16 -[com_16] -type=text -x=209 -y=5 -width=271 -height=26 -layer=com_86 -textfont=welcome_font_small -text=Personal Score -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:17 -[com_17] -type=text -x=9 -y=84 -width=193 -height=158 -layer=com_86 -textfont=p12_full -text= -textshadow=yes -colour=0xc8aa64 - -// 810:18 -[com_18] -type=text -x=5 -y=31 -width=101 -height=24 -layer=com_86 -textfont=p12_full -text=Your team -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:19 -[com_19] -type=text -x=5 -y=56 -width=101 -height=24 -layer=com_86 -textfont=p12_full -text=Enemy team -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:20 -[com_20] -type=layer -x=211 -y=11 -width=263 -height=214 -layer=com_86 - -// 810:21 -[com_21] -type=graphic -x=217 -y=207 -width=252 -height=26 -layer=com_86 -graphic="v2_stone_borders,23" -tiling=yes - -// 810:22 -[com_22] -type=text -x=220 -y=199 -width=133 -height=22 -layer=com_86 -textfont=p12_full -text=Player kills: -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:23 -[com_23] -type=text -x=354 -y=199 -width=112 -height=22 -layer=com_86 -textfont=p12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:24 -[com_24] -type=text -x=220 -y=222 -width=133 -height=22 -layer=com_86 -textfont=p12_full -text=Number of deaths: -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:25 -[com_25] -type=text -x=354 -y=222 -width=112 -height=22 -layer=com_86 -textfont=p12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:26 -[com_26] -type=layer -x=-14 -y=-37 -width=511 -height=177 -layer=com_86 - -// 810:27 -[com_27] -type=graphic -x=192 -y=8 -width=26 -height=235 -layer=com_86 -graphic="v2_stone_borders,24" -tiling=yes - -// 810:28 -[com_28] -type=graphic -x=4 -y=17 -width=203 -height=28 -layer=com_86 -graphic="v2_stone_borders,23" -tiling=yes - -// 810:29 -[com_29] -type=graphic -x=4 -y=41 -width=203 -height=28 -layer=com_86 -graphic="v2_stone_borders,23" -tiling=yes - -// 810:30 -[com_30] -type=graphic -x=92 -y=31 -width=43 -height=47 -layer=com_86 -graphic="v2_stone_borders,24" -tiling=yes - -// 810:31 -[com_31] -type=graphic -x=4 -y=66 -width=203 -height=28 -layer=com_86 -graphic="v2_stone_borders,23" -tiling=yes - -// 810:32 -[com_32] -type=text -x=108 -y=31 -width=99 -height=24 -layer=com_86 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:33 -[com_33] -type=text -x=108 -y=56 -width=99 -height=24 -layer=com_86 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:34 -[com_34] -type=rectangle -x=159 -y=34 -width=32 -height=32 -layer=com_3 -colour=0xffff00 -trans=255 -onvarctransmit=script1946 -onvarctransmitlist=varclient_590,varclient_591,varclient_592,varclient_593,varclient_594,varclient_588,varclient_589,varclient_596,varclient_597,varclient_598 - -// 810:35 -[com_35] -type=rectangle -x=7 -y=22 -width=251 -height=163 -layer=com_20 -colour=0x000000 -fill=yes -trans=200 -opbase= - -// 810:36 -[com_36] -type=graphic -x=126 -y=23 -width=26 -height=161 -layer=com_20 -graphic="v2_stone_borders,24" -tiling=yes - -// 810:37 -[com_37] -type=graphic -x=8 -y=30 -width=252 -height=26 -layer=com_20 -graphic="v2_stone_borders,23" -tiling=yes - -// 810:38 -[com_38] -type=graphic -x=7 -y=53 -width=252 -height=26 -layer=com_20 -graphic="v2_stone_borders,23" -tiling=yes - -// 810:39 -[com_39] -type=graphic -x=8 -y=76 -width=252 -height=26 -layer=com_20 -graphic="v2_stone_borders,23" -tiling=yes - -// 810:40 -[com_40] -type=graphic -x=9 -y=99 -width=252 -height=26 -layer=com_20 -graphic="v2_stone_borders,23" -tiling=yes - -// 810:41 -[com_41] -type=graphic -x=6 -y=122 -width=252 -height=26 -layer=com_20 -graphic="v2_stone_borders,23" -tiling=yes - -// 810:42 -[com_42] -type=graphic -x=6 -y=145 -width=252 -height=26 -layer=com_20 -graphic="v2_stone_borders,23" -tiling=yes - -// 810:43 -[com_43] -type=graphic -x=2 -y=18 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,4" - -// 810:44 -[com_44] -type=graphic -x=34 -y=5 -width=197 -height=36 -layer=com_20 -graphic="v2_stone_borders,0" -tiling=yes - -// 810:45 -[com_45] -type=graphic -x=230 -y=18 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,5" - -// 810:46 -[com_46] -type=graphic -x=-11 -y=32 -width=33 -height=152 -layer=com_20 -graphic="v2_stone_borders,1" -tiling=yes - -// 810:47 -[com_47] -type=graphic -x=242 -y=32 -width=28 -height=152 -layer=com_20 -graphic="v2_stone_borders,3" -tiling=yes - -// 810:48 -[com_48] -type=graphic -x=2 -y=156 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,6" - -// 810:49 -[com_49] -type=graphic -x=31 -y=168 -width=200 -height=33 -layer=com_20 -graphic="v2_stone_borders,2" -tiling=yes - -// 810:50 -[com_50] -type=graphic -x=230 -y=156 -width=32 -height=32 -layer=com_20 -graphic="v2_stone_borders,7" - -// 810:51 -[com_51] -type=text -x=9 -y=22 -width=131 -height=22 -layer=com_20 -textfont=b12_full -text=Activity -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:52 -[com_52] -type=text -x=9 -y=45 -width=131 -height=22 -layer=com_20 -textfont=p12_full -text=Gathering clay -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:53 -[com_53] -type=text -x=9 -y=68 -width=131 -height=22 -layer=com_20 -textfont=p12_full -text=Processing clay -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:54 -[com_54] -type=text -x=9 -y=91 -width=131 -height=22 -layer=com_20 -textfont=p12_full -text=Depositing in base -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:55 -[com_55] -type=text -x=9 -y=114 -width=131 -height=22 -layer=com_20 -textfont=p12_full -text=Damaging players -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:56 -[com_56] -type=text -x=9 -y=137 -width=131 -height=22 -layer=com_20 -textfont=p12_full -text=Bonus -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:57 -[com_57] -type=text -x=9 -y=160 -width=131 -height=22 -layer=com_20 -textfont=b12_full -text=Total score -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:58 -[com_58] -type=text -x=143 -y=137 -width=112 -height=22 -layer=com_20 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:59 -[com_59] -type=text -x=143 -y=45 -width=112 -height=22 -layer=com_20 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:60 -[com_60] -type=text -x=143 -y=68 -width=112 -height=22 -layer=com_20 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:61 -[com_61] -type=text -x=143 -y=91 -width=112 -height=22 -layer=com_20 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:62 -[com_62] -type=text -x=143 -y=114 -width=112 -height=22 -layer=com_20 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:63 -[com_63] -type=text -x=143 -y=160 -width=112 -height=22 -layer=com_20 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:64 -[com_64] -type=text -x=143 -y=22 -width=112 -height=22 -layer=com_20 -textfont=b12_full -text=Score -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 810:65 -[com_65] -type=graphic -x=14 -y=19 -width=485 -height=302 -layer=com_3 -graphic=tradebacking -tiling=yes - -// 810:66 -[com_66] -type=graphic -x=24 -y=65 -width=465 -height=32 -layer=com_3 -graphic="v2_stone_borders,8" -tiling=yes - -// 810:67 -[com_67] -type=graphic -x=24 -y=36 -width=465 -height=32 -layer=com_3 -graphic="v2_stone_borders,8" -tiling=yes - -// 810:68 -[com_68] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,7" - -// 810:69 -[com_69] -type=graphic -x=474 -y=23 -width=16 -height=16 -layer=com_3 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 810:70 -[com_70] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,6" - -// 810:71 -[com_71] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_3 -graphic="v2_stone_borders,2" -tiling=yes - -// 810:72 -[com_72] -type=graphic -x=13 -y=14 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,4" - -// 810:73 -[com_73] -type=graphic -x=468 -y=14 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,5" - -// 810:74 -[com_74] -type=graphic -x=44 -y=1 -width=424 -height=34 -layer=com_3 -graphic="v2_stone_borders,0" -tiling=yes - -// 810:75 -[com_75] -type=graphic -y=38 -width=32 -height=260 -layer=com_3 -graphic="v2_stone_borders,1" -tiling=yes - -// 810:76 -[com_76] -type=graphic -x=480 -y=38 -width=32 -height=260 -layer=com_3 -graphic="v2_stone_borders,3" -tiling=yes - -// 810:77 -[com_77] -type=graphic -x=468 -y=67 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,10" - -// 810:78 -[com_78] -type=graphic -x=13 -y=67 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,9" - -// 810:79 -[com_79] -type=graphic -x=468 -y=38 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,10" - -// 810:80 -[com_80] -type=graphic -x=13 -y=38 -width=32 -height=32 -layer=com_3 -graphic="v2_stone_borders,9" - -// 810:81 -[com_81] -type=text -x=13 -y=14 -width=488 -height=36 -layer=com_3 -textfont=quill_oblique_large -text=The winner takes victory! -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:82 -[com_82] -type=layer -y=51 -width=512 -height=36 -layer=com_3 - -// 810:83 -[com_83] -type=layer -y=51 -width=512 -height=36 -layer=com_3 - -// 810:84 -[com_84] -type=layer -y=51 -width=512 -height=36 -layer=com_3 - -// 810:85 -[com_85] -type=layer -y=51 -width=512 -height=36 -layer=com_3 -hide=yes - -// 810:86 -[com_86] -type=layer -y=76 -width=482 -height=247 -xmode=abs_centre -layer=com_3 - -// 810:87 -[com_87] -type=rectangle -x=7 -y=21 -width=454 -height=212 -layer=com_14 -colour=0x000000 -fill=yes -trans=200 -opbase= -op10= - -// 810:88 -[com_88] -type=graphic -x=155 -y=24 -width=26 -height=211 -layer=com_14 -graphic="v2_stone_borders,24" -tiling=yes -op10= - -// 810:89 -[com_89] -type=graphic -x=331 -y=24 -width=26 -height=211 -layer=com_14 -graphic="v2_stone_borders,24" -tiling=yes -op10= - -// 810:90 -[com_90] -type=graphic -x=259 -y=24 -width=26 -height=211 -layer=com_14 -graphic="v2_stone_borders,24" -tiling=yes -op10= - -// 810:91 -[com_91] -type=graphic -x=8 -y=32 -width=451 -height=26 -layer=com_14 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 810:92 -[com_92] -type=graphic -x=8 -y=55 -width=451 -height=26 -layer=com_14 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 810:93 -[com_93] -type=graphic -x=8 -y=78 -width=451 -height=26 -layer=com_14 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 810:94 -[com_94] -type=graphic -x=8 -y=101 -width=451 -height=26 -layer=com_14 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 810:95 -[com_95] -type=graphic -x=8 -y=124 -width=451 -height=26 -layer=com_14 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 810:96 -[com_96] -type=graphic -x=8 -y=147 -width=451 -height=26 -layer=com_14 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 810:97 -[com_97] -type=graphic -x=8 -y=170 -width=451 -height=26 -layer=com_14 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 810:98 -[com_98] -type=graphic -x=8 -y=193 -width=451 -height=26 -layer=com_14 -graphic="v2_stone_borders,23" -tiling=yes -op10= - -// 810:99 -[com_99] -type=graphic -x=2 -y=19 -width=32 -height=32 -layer=com_14 -graphic="v2_stone_borders,4" -op10= - -// 810:100 -[com_100] -type=graphic -x=34 -y=6 -width=410 -height=36 -layer=com_14 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 810:101 -[com_101] -type=graphic -x=434 -y=19 -width=32 -height=32 -layer=com_14 -graphic="v2_stone_borders,5" -op10= - -// 810:102 -[com_102] -type=graphic -x=-11 -y=32 -width=33 -height=177 -layer=com_14 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 810:103 -[com_103] -type=graphic -x=446 -y=32 -width=28 -height=177 -layer=com_14 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 810:104 -[com_104] -type=graphic -x=2 -y=204 -width=32 -height=32 -layer=com_14 -graphic="v2_stone_borders,6" -op10= - -// 810:105 -[com_105] -type=graphic -x=31 -y=216 -width=410 -height=33 -layer=com_14 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 810:106 -[com_106] -type=graphic -x=434 -y=204 -width=32 -height=32 -layer=com_14 -graphic="v2_stone_borders,7" -op10= - -// 810:107 -[com_107] -type=text -x=9 -y=24 -width=160 -height=22 -layer=com_14 -textfont=b12_full -text=Award -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:108 -[com_108] -type=text -x=9 -y=47 -width=160 -height=22 -layer=com_14 -textfont=p12_full -text=Most clay gathered -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:109 -[com_109] -type=text -x=9 -y=70 -width=160 -height=22 -layer=com_14 -textfont=p12_full -text=Most clay processed -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:110 -[com_110] -type=text -x=9 -y=93 -width=160 -height=22 -layer=com_14 -textfont=p12_full -text=Most clay deposited -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:111 -[com_111] -type=text -x=9 -y=116 -width=160 -height=22 -layer=com_14 -textfont=p12_full -text=Most damage done -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:112 -[com_112] -type=text -x=9 -y=139 -width=160 -height=22 -layer=com_14 -textfont=p12_full -text=Most players killed -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:113 -[com_113] -type=text -x=9 -y=162 -width=160 -height=22 -layer=com_14 -textfont=p12_full -text=Most deaths -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:114 -[com_114] -type=text -x=9 -y=185 -width=160 -height=22 -layer=com_14 -textfont=p12_full -text=Highest personal score -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:115 -[com_115] -type=text -x=9 -y=208 -width=160 -height=22 -layer=com_14 -textfont=p12_full -text=Lowest personal score -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:116 -[com_116] -type=text -x=171 -y=24 -width=102 -height=22 -layer=com_14 -textfont=b12_full -text=Player -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:117 -[com_117] -type=text -x=171 -y=47 -width=102 -height=22 -layer=com_14 -textfont=p12_full -text=None -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:118 -[com_118] -type=text -x=171 -y=70 -width=102 -height=22 -layer=com_14 -textfont=p12_full -text=None -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:119 -[com_119] -type=text -x=171 -y=93 -width=102 -height=22 -layer=com_14 -textfont=p12_full -text=None -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:120 -[com_120] -type=text -x=171 -y=116 -width=102 -height=22 -layer=com_14 -textfont=p12_full -text=None -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:121 -[com_121] -type=text -x=171 -y=139 -width=102 -height=22 -layer=com_14 -textfont=p12_full -text=None -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:122 -[com_122] -type=text -x=171 -y=162 -width=102 -height=22 -layer=com_14 -textfont=p12_full -text=None -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:123 -[com_123] -type=text -x=171 -y=185 -width=102 -height=22 -layer=com_14 -textfont=p12_full -text=None -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:124 -[com_124] -type=text -x=171 -y=208 -width=102 -height=22 -layer=com_14 -textfont=p12_full -text=None -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:125 -[com_125] -type=text -x=275 -y=24 -width=70 -height=22 -layer=com_14 -textfont=b12_full -text=Team -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:126 -[com_126] -type=text -x=275 -y=47 -width=70 -height=22 -layer=com_14 -textfont=b12_full -text=--- -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:127 -[com_127] -type=text -x=275 -y=70 -width=70 -height=22 -layer=com_14 -textfont=b12_full -text=--- -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:128 -[com_128] -type=text -x=275 -y=93 -width=70 -height=22 -layer=com_14 -textfont=b12_full -text=--- -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:129 -[com_129] -type=text -x=275 -y=116 -width=70 -height=22 -layer=com_14 -textfont=b12_full -text=--- -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:130 -[com_130] -type=text -x=275 -y=139 -width=70 -height=22 -layer=com_14 -textfont=b12_full -text=--- -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:131 -[com_131] -type=text -x=275 -y=162 -width=70 -height=22 -layer=com_14 -textfont=b12_full -text=--- -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:132 -[com_132] -type=text -x=275 -y=185 -width=70 -height=22 -layer=com_14 -textfont=b12_full -text=--- -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:133 -[com_133] -type=text -x=275 -y=208 -width=70 -height=22 -layer=com_14 -textfont=b12_full -text=--- -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:134 -[com_134] -type=text -x=347 -y=24 -width=112 -height=22 -layer=com_14 -textfont=b12_full -text=Score -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:135 -[com_135] -type=text -x=347 -y=47 -width=112 -height=22 -layer=com_14 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:136 -[com_136] -type=text -x=347 -y=70 -width=112 -height=22 -layer=com_14 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:137 -[com_137] -type=text -x=347 -y=93 -width=112 -height=22 -layer=com_14 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:138 -[com_138] -type=text -x=347 -y=116 -width=112 -height=22 -layer=com_14 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:139 -[com_139] -type=text -x=347 -y=139 -width=112 -height=22 -layer=com_14 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:140 -[com_140] -type=text -x=347 -y=162 -width=112 -height=22 -layer=com_14 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:141 -[com_141] -type=text -x=347 -y=185 -width=112 -height=22 -layer=com_14 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:142 -[com_142] -type=text -x=347 -y=208 -width=112 -height=22 -layer=com_14 -textfont=b12_full -text=0 -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 810:143 -[com_143] -type=layer -y=74 -width=482 -height=250 -xmode=abs_centre -layer=com_3 -hide=yes - -// 810:144 -[com_144] -type=layer -x=8 -y=9 -width=32 -height=32 -layer=com_26 - -// 810:145 -[com_145] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 810:146 -[com_146] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -layer=com_0 -colour=0xffcc66 -fill=yes -trans=255 - diff --git a/dumps/530/interface/interface_811.if3 b/dumps/530/interface/interface_811.if3 deleted file mode 100644 index 5daf9db72..000000000 --- a/dumps/530/interface/interface_811.if3 +++ /dev/null @@ -1,1725 +0,0 @@ -// 811:0 -[com_0] -type=rectangle -x=19 -y=20 -width=486 -height=311 -colour=0x000000 -fill=yes -trans=188 -op10= - -// 811:1 -[com_1] -type=rectangle -x=13 -y=14 -width=486 -height=311 -colour=0x000000 -fill=yes -trans=233 -op10= - -// 811:2 -[com_2] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 811:3 -[com_3] -type=rectangle -width=16391 -height=23 -widthmode=proportion -layer=com_29 -hide=yes -colour=0xffffff -fill=yes -trans=214 - -// 811:4 -[com_4] -type=rectangle -y=-1 -width=16384 -height=23 -widthmode=proportion -layer=com_28 -hide=yes -colour=0xffffff -fill=yes -trans=214 - -// 811:5 -[com_5] -type=text -x=1 -width=16384 -height=23 -widthmode=proportion -layer=com_28 -textfont=b12_full -text=Purchase -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 811:6 -[com_6] -type=rectangle -x=17 -y=25 -width=488 -height=305 -layer=com_2 -colour=0x000000 -fill=yes -trans=200 -opbase= -onload=script1924 - -// 811:7 -[com_7] -type=graphic -x=14 -y=19 -width=485 -height=302 -layer=com_2 -graphic=tradebacking -tiling=yes - -// 811:8 -[com_8] -type=graphic -x=24 -y=35 -width=465 -height=32 -layer=com_2 -graphic="v2_stone_borders,8" -tiling=yes - -// 811:9 -[com_9] -type=graphic -x=17 -y=280 -width=475 -height=32 -layer=com_2 -graphic="v2_stone_borders,23" -tiling=yes - -// 811:10 -[com_10] -type=graphic -x=468 -y=294 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,7" - -// 811:11 -[com_11] -type=graphic -x=474 -y=23 -width=16 -height=16 -layer=com_2 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 811:12 -[com_12] -type=graphic -x=13 -y=294 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,6" - -// 811:13 -[com_13] -type=graphic -x=45 -y=306 -width=423 -height=32 -layer=com_2 -graphic="v2_stone_borders,2" -tiling=yes - -// 811:14 -[com_14] -type=graphic -x=13 -y=14 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,4" - -// 811:15 -[com_15] -type=graphic -x=468 -y=14 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,5" - -// 811:16 -[com_16] -type=graphic -x=44 -y=1 -width=424 -height=34 -layer=com_2 -graphic="v2_stone_borders,0" -tiling=yes - -// 811:17 -[com_17] -type=graphic -x=13 -y=37 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,9" - -// 811:18 -[com_18] -type=graphic -y=53 -width=32 -height=241 -layer=com_2 -graphic="v2_stone_borders,1" -tiling=yes - -// 811:19 -[com_19] -type=graphic -x=480 -y=51 -width=32 -height=243 -layer=com_2 -graphic="v2_stone_borders,3" -tiling=yes - -// 811:20 -[com_20] -type=graphic -y=295 -width=32 -height=24 -xmode=abs_centre -layer=com_2 -graphic="v2_stone_borders,3" -tiling=yes - -// 811:21 -[com_21] -type=layer -x=34 -y=58 -width=66 -height=227 -layer=com_2 -op1=Select-reward -op10= -onmouseover=script1925(event_com) -onmouseleave=script1926(event_com) -onop=script1936(event_com) - -// 811:22 -[com_22] -type=layer -x=111 -y=58 -width=66 -height=227 -layer=com_2 -op1=Select-reward -op10= -onmouseover=script1925(event_com) -onmouseleave=script1926(event_com) -onop=script1936(event_com) - -// 811:23 -[com_23] -type=layer -x=187 -y=59 -width=66 -height=226 -layer=com_2 -op1=Select-reward -onmouseover=script1925(event_com) -onmouseleave=script1926(event_com) -onop=script1936(event_com) - -// 811:24 -[com_24] -type=layer -x=262 -y=59 -width=66 -height=227 -layer=com_2 -op1=Select-reward -op10= -onmouseover=script1925(event_com) -onmouseleave=script1926(event_com) -onop=script1936(event_com) - -// 811:25 -[com_25] -type=layer -x=339 -y=59 -width=66 -height=226 -layer=com_2 -op1=Select-reward -op10= -onmouseover=script1925(event_com) -onmouseleave=script1926(event_com) -onop=script1936(event_com) - -// 811:26 -[com_26] -type=layer -x=416 -y=59 -width=66 -height=228 -layer=com_2 -op1=Select-reward -op10= -onmouseover=script1925(event_com) -onmouseleave=script1926(event_com) -onop=script1936(event_com) - -// 811:27 -[com_27] -type=text -y=11 -width=376 -height=42 -xmode=abs_centre -layer=com_2 -textfont=quill_oblique_large -text=Stealing Creation Reward Shop -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op10= - -// 811:28 -[com_28] -type=layer -x=259 -y=296 -width=115 -height=23 -layer=com_2 -op1=Purchase-reward -onmouseover=script1932 -onmouseleave=script1933 -onmouserepeat=script38(event_com, interface_811:com_35, "Click to confirm your purchase.", 25, 100) - -// 811:29 -[com_29] -type=layer -x=374 -y=296 -width=115 -height=23 -layer=com_2 -op1=Purchase-reward -onmouseover=script1934 -onmouseleave=script1935 -onmouserepeat=script38(event_com, interface_811:com_35, "Click to recharge this item.", 25, 100) - -// 811:30 -[com_30] -type=text -width=16391 -height=23 -widthmode=proportion -layer=com_29 -textfont=b12_full -text=Recharge -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 811:31 -[com_31] -type=graphic -x=468 -y=37 -width=32 -height=32 -layer=com_2 -graphic="v2_stone_borders,10" - -// 811:32 -[com_32] -type=text -x=180 -y=300 -width=64 -height=14 -layer=com_2 -textfont=b12_full -text=0 -textalignh=2 -textshadow=yes -colour=0xc8aa64 -onvarctransmit=script1937 -onvarctransmitlist=varclient_549 - -// 811:33 -[com_33] -type=text -x=33 -y=299 -width=112 -height=14 -layer=com_2 -textfont=p12_full -text=Total points remaining: -textshadow=yes -colour=0xc8aa64 - -// 811:34 -[com_34] -type=layer -x=297 -y=260 -width=150 -height=38 -layer=com_2 - -// 811:35 -[com_35] -type=layer -x=35 -y=16 -width=10 -height=10 -layer=com_34 - -// 811:36 -[com_36] -type=layer -x=119 -y=23 -width=287 -height=146 -layer=com_2 - -// 811:37 -[com_37] -type=rectangle -y=-1 -width=66 -height=143 -layer=com_23 -colour=0x000000 -fill=yes -trans=224 -opbase= - -// 811:38 -[com_38] -type=rectangle -x=3 -y=2 -width=61 -height=138 -layer=com_23 -hide=yes -colour=0xffffff -fill=yes -trans=197 -opbase= - -// 811:39 -[com_39] -type=rectangle -x=3 -y=2 -width=61 -height=138 -layer=com_23 -colour=0xffffff -fill=yes -trans=255 -opbase= -onmouserepeat=script38(event_com, interface_811:com_108, "Morphic Body Armour
This transforms between melee, ranged and magic armour when operated. Other morphic armour and weapons worn will change with it. After a certain number of uses it will decay.
Level 40 in the relevant skill is required.", 25, 275) - -// 811:40 -[com_40] -type=model -x=13 -y=9 -width=40 -height=38 -layer=com_23 -model=model_43187 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=375 -modelangle_y=273 -modelangle_z=0 -modelzoom=1141 -unknown100=64607 -unknown101=2296 - -// 811:41 -[com_41] -type=model -x=10 -y=54 -width=43 -height=40 -layer=com_23 -model=model_43238 -modelorigin_x=0 -modelorigin_y=1 -modelangle_x=375 -modelangle_y=221 -modelangle_z=11 -modelzoom=1128 -unknown100=64451 -unknown101=2271 - -// 811:42 -[com_42] -type=model -x=8 -y=96 -width=50 -height=39 -layer=com_23 -model=model_43262 -modelorigin_x=-5 -modelorigin_y=5 -modelangle_x=352 -modelangle_y=199 -modelangle_z=0 -modelzoom=892 -unknown100=64725 -unknown101=1800 - -// 811:43 -[com_43] -type=graphic -x=443 -width=32 -height=222 -layer=com_23 -graphic="v2_borders_slim,12" -tiling=yes - -// 811:44 -[com_44] -type=graphic -x=2 -y=124 -width=65 -height=32 -layer=com_23 -graphic="v2_borders_slim,11" -tiling=yes - -// 811:45 -[com_45] -type=graphic -x=1 -y=-17 -width=65 -height=32 -layer=com_23 -graphic="v2_borders_slim,11" -tiling=yes - -// 811:46 -[com_46] -type=graphic -x=-13 -width=32 -height=143 -layer=com_23 -graphic="v2_borders_slim,12" -tiling=yes - -// 811:47 -[com_47] -type=graphic -x=51 -width=32 -height=143 -layer=com_23 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:48 -[com_48] -type=text -y=145 -width=67 -height=43 -layer=com_23 -textfont=p12_full -text=Morphic
body
armour -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:49 -[com_49] -type=text -x=-1 -y=190 -width=65 -height=15 -layer=com_23 -textfont=p12_full -text=0
points -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:50 -[com_50] -type=graphic -y=169 -width=65 -height=35 -layer=com_23 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:51 -[com_51] -type=rectangle -y=-2 -width=66 -height=143 -layer=com_22 -colour=0x000000 -fill=yes -trans=224 -opbase= -op10= - -// 811:52 -[com_52] -type=rectangle -x=3 -y=2 -width=61 -height=138 -layer=com_22 -hide=yes -colour=0xffffff -fill=yes -trans=197 -opbase= -op10= - -// 811:53 -[com_53] -type=rectangle -x=3 -y=2 -width=61 -height=138 -layer=com_22 -colour=0xffffff -fill=yes -trans=255 -opbase= -op10= -onmouserepeat=script38(event_com, interface_811:com_108, "Morphic Tool
This will give an XP bonus when used. It will transform in to one of seven tools, and you can choose which tool it will become. After a certain number of uses it will decay.
Level 40 in the relevant skill is required.", 25, 275) - -// 811:54 -[com_54] -type=graphic -x=443 -y=-1 -width=32 -height=222 -layer=com_22 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:55 -[com_55] -type=graphic -x=2 -y=124 -width=65 -height=32 -layer=com_22 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:56 -[com_56] -type=graphic -x=1 -y=-17 -width=65 -height=32 -layer=com_22 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:57 -[com_57] -type=graphic -x=-13 -y=-1 -width=32 -height=143 -layer=com_22 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:58 -[com_58] -type=graphic -x=51 -y=-1 -width=32 -height=143 -layer=com_22 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:59 -[com_59] -type=model -x=13 -y=4 -width=42 -height=39 -layer=com_22 -model=model_43222 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=648 -modelangle_y=329 -modelangle_z=1956 -modelzoom=1000 -unknown100=64751 -unknown101=2022 - -// 811:60 -[com_60] -type=model -x=16 -y=42 -width=37 -height=23 -layer=com_22 -model=model_43112 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=375 -modelangle_y=352 -modelangle_z=0 -modelzoom=1000 -unknown100=64736 -unknown101=2019 - -// 811:61 -[com_61] -type=model -x=13 -y=97 -width=47 -height=36 -layer=com_22 -model=model_43231 -modelorigin_x=-3 -modelorigin_y=0 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1256 -unknown100=64439 -unknown101=2550 - -// 811:62 -[com_62] -type=model -x=9 -y=70 -width=45 -height=34 -layer=com_22 -model=model_43113 -modelorigin_x=3 -modelorigin_y=-4 -modelangle_x=694 -modelangle_y=284 -modelangle_z=0 -modelzoom=1000 -unknown100=64744 -unknown101=2015 - -// 811:63 -[com_63] -type=text -y=145 -width=67 -height=43 -layer=com_22 -textfont=p12_full -text=Morphic
tool -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:64 -[com_64] -type=graphic -y=169 -width=65 -height=35 -layer=com_22 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:65 -[com_65] -type=text -x=-1 -y=190 -width=65 -height=15 -layer=com_22 -textfont=p12_full -text=0
points -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:66 -[com_66] -type=rectangle -y=-2 -width=66 -height=143 -layer=com_26 -colour=0x000000 -fill=yes -trans=224 -opbase= -op10= - -// 811:67 -[com_67] -type=rectangle -x=3 -y=2 -width=61 -height=138 -layer=com_26 -hide=yes -colour=0xffffff -fill=yes -trans=197 -opbase= -op10= - -// 811:68 -[com_68] -type=rectangle -x=3 -y=2 -width=61 -height=138 -layer=com_26 -colour=0xffffff -fill=yes -trans=255 -opbase= -op10= -onmouserepeat=script38(event_com, interface_811:com_108, "Morphic Weapon
This transforms between melee, ranged and magic weaponry on demand. Morphic armour worn will change with it. After a certain number of uses it will decay.
Level 40 in the relevant skill is required.", 25, 275) - -// 811:69 -[com_69] -type=graphic -x=443 -y=-1 -width=32 -height=222 -layer=com_26 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:70 -[com_70] -type=graphic -x=2 -y=124 -width=65 -height=32 -layer=com_26 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:71 -[com_71] -type=graphic -x=1 -y=-17 -width=65 -height=32 -layer=com_26 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:72 -[com_72] -type=graphic -x=-13 -y=-1 -width=32 -height=143 -layer=com_26 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:73 -[com_73] -type=graphic -x=51 -y=-1 -width=32 -height=143 -layer=com_26 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:74 -[com_74] -type=model -x=13 -y=16 -width=42 -height=32 -layer=com_26 -model=model_43212 -modelorigin_x=-8 -modelorigin_y=0 -modelangle_x=1274 -modelangle_y=876 -modelangle_z=625 -modelzoom=1715 -unknown100=64044 -unknown101=3527 - -// 811:75 -[com_75] -type=model -x=15 -y=49 -width=38 -height=43 -layer=com_26 -model=model_43162 -modelorigin_x=2 -modelorigin_y=2 -modelangle_x=386 -modelangle_y=307 -modelangle_z=0 -modelzoom=1075 -unknown100=64672 -unknown101=2174 - -// 811:76 -[com_76] -type=model -x=12 -y=90 -width=45 -height=44 -layer=com_26 -model=model_43229 -modelorigin_x=3 -modelorigin_y=-1 -modelangle_x=392 -modelangle_y=1012 -modelangle_z=1206 -modelzoom=1331 -unknown100=64326 -unknown101=2718 - -// 811:77 -[com_77] -type=text -y=145 -width=67 -height=43 -layer=com_26 -textfont=p12_full -text=Morphic
weapon -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:78 -[com_78] -type=text -x=-1 -y=190 -width=65 -height=15 -layer=com_26 -textfont=p12_full -text=0
points -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:79 -[com_79] -type=graphic -y=169 -width=65 -height=35 -layer=com_26 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:80 -[com_80] -type=rectangle -y=-2 -width=66 -height=143 -layer=com_25 -colour=0x000000 -fill=yes -trans=224 -opbase= -op10= - -// 811:81 -[com_81] -type=rectangle -x=3 -y=2 -width=61 -height=138 -layer=com_25 -hide=yes -colour=0xffffff -fill=yes -trans=197 -opbase= -op10= - -// 811:82 -[com_82] -type=rectangle -x=3 -y=2 -width=61 -height=138 -layer=com_25 -colour=0xffffff -fill=yes -trans=255 -opbase= -op10= -onmouserepeat=script38(event_com, interface_811:com_108, "Morphic Head Armour
This transforms between melee, ranged and magic armour when operated. Other morphic armour and weapons worn will change with it. After a certain number of uses it will decay.
Level 40 in the relevant skill is required.", 25, 275) - -// 811:83 -[com_83] -type=model -x=18 -y=11 -width=32 -height=33 -layer=com_25 -model=model_43253 -modelorigin_x=1 -modelorigin_y=7 -modelangle_x=108 -modelangle_y=176 -modelangle_z=1934 -modelzoom=867 -unknown100=64907 -unknown101=1750 - -// 811:84 -[com_84] -type=model -x=20 -y=60 -width=30 -height=27 -layer=com_25 -model=model_43125 -modelorigin_x=-4 -modelorigin_y=12 -modelangle_x=119 -modelangle_y=284 -modelangle_z=1985 -modelzoom=750 -unknown100=65018 -unknown101=1514 - -// 811:85 -[com_85] -type=model -x=18 -y=94 -width=29 -height=36 -layer=com_25 -model=model_43232 -modelorigin_x=5 -modelorigin_y=12 -modelangle_x=153 -modelangle_y=261 -modelangle_z=0 -modelzoom=635 -unknown100=65071 -unknown101=1280 - -// 811:86 -[com_86] -type=graphic -x=443 -y=-1 -width=32 -height=222 -layer=com_25 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:87 -[com_87] -type=graphic -x=2 -y=124 -width=65 -height=32 -layer=com_25 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:88 -[com_88] -type=graphic -x=1 -y=-17 -width=65 -height=32 -layer=com_25 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:89 -[com_89] -type=graphic -x=-13 -y=-1 -width=32 -height=143 -layer=com_25 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:90 -[com_90] -type=graphic -x=51 -y=-1 -width=32 -height=143 -layer=com_25 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:91 -[com_91] -type=text -y=145 -width=67 -height=43 -layer=com_25 -textfont=p12_full -text=Morphic
head
armour -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:92 -[com_92] -type=text -x=-1 -y=190 -width=65 -height=15 -layer=com_25 -textfont=p12_full -text=0
points -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:93 -[com_93] -type=graphic -y=169 -width=65 -height=35 -layer=com_25 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:94 -[com_94] -type=rectangle -y=-2 -width=66 -height=143 -layer=com_24 -colour=0x000000 -fill=yes -trans=224 -opbase= -op10= - -// 811:95 -[com_95] -type=rectangle -x=3 -y=2 -width=62 -height=138 -layer=com_24 -hide=yes -colour=0xffffff -fill=yes -trans=197 -opbase= -op10= - -// 811:96 -[com_96] -type=rectangle -x=3 -y=2 -width=62 -height=138 -layer=com_24 -colour=0xffffff -fill=yes -trans=255 -opbase= -op10= -onmouserepeat=script38(event_com, interface_811:com_108, "Morphic Leg Armour
This transforms between melee, ranged and magic armour when operated. Other morphic armour and weapons worn will change with it. After a certain number of uses it will decay.
Level 40 in the relevant skill is required.", 25, 275) - -// 811:97 -[com_97] -type=graphic -x=443 -y=-1 -width=32 -height=222 -layer=com_24 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:98 -[com_98] -type=graphic -x=2 -y=124 -width=65 -height=32 -layer=com_24 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:99 -[com_99] -type=graphic -x=1 -y=-17 -width=65 -height=32 -layer=com_24 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:100 -[com_100] -type=graphic -x=-13 -y=-1 -width=32 -height=143 -layer=com_24 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:101 -[com_101] -type=graphic -x=51 -y=-1 -width=32 -height=143 -layer=com_24 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:102 -[com_102] -type=model -x=14 -y=13 -width=41 -height=33 -layer=com_24 -model=model_43134 -modelorigin_x=4 -modelorigin_y=-3 -modelangle_x=364 -modelangle_y=307 -modelangle_z=0 -modelzoom=1331 -unknown100=64348 -unknown101=2677 - -// 811:103 -[com_103] -type=model -x=10 -y=53 -width=47 -height=36 -layer=com_24 -model=model_43261 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=386 -modelangle_y=307 -modelangle_z=0 -modelzoom=1075 -unknown100=64494 -unknown101=2168 - -// 811:104 -[com_104] -type=model -x=13 -y=104 -width=41 -height=31 -layer=com_24 -model=model_43120 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=257 -modelangle_y=261 -modelangle_z=0 -modelzoom=1075 -unknown100=64496 -unknown101=2177 - -// 811:105 -[com_105] -type=text -y=145 -width=67 -height=43 -layer=com_24 -textfont=p12_full -text=Morphic
leg
armour -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:106 -[com_106] -type=text -x=-1 -y=190 -width=65 -height=15 -layer=com_24 -textfont=p12_full -text=0
points -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:107 -[com_107] -type=graphic -y=169 -width=65 -height=35 -layer=com_24 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:108 -[com_108] -type=layer -x=18 -y=16 -width=257 -height=118 -layer=com_36 - -// 811:109 -[com_109] -type=rectangle -width=66 -height=143 -layer=com_21 -colour=0x000000 -fill=yes -trans=224 -opbase= -op10= - -// 811:110 -[com_110] -type=rectangle -x=3 -y=2 -width=61 -height=138 -layer=com_21 -hide=yes -colour=0xffffff -fill=yes -trans=197 -opbase= -op10= - -// 811:111 -[com_111] -type=rectangle -x=3 -y=2 -width=61 -height=138 -layer=com_21 -colour=0xffffff -fill=yes -trans=254 -opbase= -op10= -onmouserepeat=script38(event_com, interface_811:com_108, "Volatile Tool
This will give an XP bonus when used. It will transform in to one of seven tools, but you have no control over which type it will become. After a certain number of uses it will decay.
Level 40 in the relevant skill is required.", 25, 275) - -// 811:112 -[com_112] -type=graphic -x=443 -y=-1 -width=32 -height=222 -layer=com_21 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:113 -[com_113] -type=graphic -x=2 -y=124 -width=65 -height=32 -layer=com_21 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:114 -[com_114] -type=graphic -x=1 -y=-17 -width=65 -height=32 -layer=com_21 -graphic="v2_borders_slim,11" -tiling=yes -op10= - -// 811:115 -[com_115] -type=graphic -x=-13 -y=-1 -width=32 -height=143 -layer=com_21 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:116 -[com_116] -type=graphic -x=51 -y=-1 -width=32 -height=143 -layer=com_21 -graphic="v2_borders_slim,12" -tiling=yes -op10= - -// 811:117 -[com_117] -type=model -x=13 -y=3 -width=41 -height=39 -layer=com_21 -model=model_43166 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=648 -modelangle_y=329 -modelangle_z=1956 -modelzoom=1023 -unknown100=64721 -unknown101=2067 -op10= - -// 811:118 -[com_118] -type=model -x=17 -y=41 -width=39 -height=23 -layer=com_21 -model=model_43163 -modelorigin_x=1 -modelorigin_y=-1 -modelangle_x=375 -modelangle_y=347 -modelangle_z=0 -modelzoom=1000 -unknown100=64735 -unknown101=2019 -op10= - -// 811:119 -[com_119] -type=model -x=15 -y=98 -width=42 -height=31 -layer=com_21 -model=model_43228 -modelorigin_x=-4 -modelorigin_y=1 -modelangle_x=259 -modelangle_y=0 -modelangle_z=0 -modelzoom=1384 -unknown100=64279 -unknown101=2806 -op10= - -// 811:120 -[com_120] -type=model -x=9 -y=65 -width=44 -height=34 -layer=com_21 -model=model_43148 -modelorigin_x=2 -modelorigin_y=-4 -modelangle_x=694 -modelangle_y=278 -modelangle_z=0 -modelzoom=1000 -unknown100=64744 -unknown101=2015 -op10= - -// 811:121 -[com_121] -type=text -x=-5 -y=6 -width=39 -height=32 -layer=com_21 -textfont=welcome_font_large -text=? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcccccc - -// 811:122 -[com_122] -type=text -x=17 -y=34 -width=39 -height=32 -layer=com_21 -textfont=welcome_font_large -text=? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcccccc - -// 811:123 -[com_123] -type=text -x=35 -y=62 -width=39 -height=32 -layer=com_21 -textfont=welcome_font_large -text=? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcccccc - -// 811:124 -[com_124] -type=text -x=-5 -y=81 -width=39 -height=32 -layer=com_21 -textfont=welcome_font_large -text=? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcccccc - -// 811:125 -[com_125] -type=text -x=18 -y=108 -width=39 -height=32 -layer=com_21 -textfont=welcome_font_large -text=? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xcccccc - -// 811:126 -[com_126] -type=text -y=146 -width=67 -height=43 -layer=com_21 -textfont=p12_full -text=Volatile
tool -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:127 -[com_127] -type=text -x=-1 -y=191 -width=65 -height=15 -layer=com_21 -textfont=p12_full -text=0
points -textalignh=1 -textshadow=yes -colour=0xc8aa64 - -// 811:128 -[com_128] -type=graphic -y=169 -width=65 -height=35 -layer=com_21 -graphic="v2_borders_slim,11" -tiling=yes -op10= - diff --git a/dumps/530/interface/interface_812.if3 b/dumps/530/interface/interface_812.if3 deleted file mode 100644 index 498c41ffc..000000000 --- a/dumps/530/interface/interface_812.if3 +++ /dev/null @@ -1,96 +0,0 @@ -// 812:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion - -// 812:1 -[com_1] -type=layer -x=18 -y=3 -width=323 -height=49 -xmode=abs_centre -layer=com_0 - -// 812:2 -[com_2] -type=rectangle -x=34 -y=34 -width=32 -height=32 -layer=com_0 -colour=0xffff00 -trans=255 -onload=script1920 - -// 812:3 -[com_3] -type=text -x=3 -y=2 -width=116 -height=17 -layer=com_1 -textfont=p11_full -text=Clan leader: -textalignh=2 -textshadow=yes -colour=0xc8aa64 - -// 812:4 -[com_4] -type=text -x=3 -y=16 -width=116 -height=17 -layer=com_1 -textfont=p11_full -text=Allied leaders: -textalignh=2 -textshadow=yes -colour=0xc8aa64 - -// 812:5 -[com_5] -type=text -x=123 -y=2 -width=197 -height=15 -layer=com_1 -textfont=p11_full -text=You have no clan leader. -textshadow=yes -colour=0xc8aa64 - -// 812:6 -[com_6] -type=text -x=123 -y=16 -width=197 -height=15 -layer=com_1 -textfont=p11_full -text=You have no allied clans. -textshadow=yes -colour=0xc8aa64 - -// 812:7 -[com_7] -type=text -x=123 -y=30 -width=197 -height=15 -layer=com_1 -textfont=p11_full -textshadow=yes -colour=0xc8aa64 - diff --git a/dumps/530/interface/interface_813.if3 b/dumps/530/interface/interface_813.if3 deleted file mode 100644 index 80a4ce23d..000000000 --- a/dumps/530/interface/interface_813.if3 +++ /dev/null @@ -1,1787 +0,0 @@ -// 813:0 -[com_0] -type=rectangle -x=6 -y=5 -width=475 -height=311 -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes -trans=188 - -// 813:1 -[com_1] -type=rectangle -y=-1 -width=473 -height=309 -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes -trans=233 - -// 813:2 -[com_2] -type=layer -y=-10 -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 813:3 -[com_3] -type=rectangle -x=4 -y=4 -width=105 -height=148 -layer=com_34 -colour=0x000000 -fill=yes -trans=177 - -// 813:4 -[com_4] -type=graphic -x=8 -y=8 -width=103 -height=145 -layer=com_34 -graphic=tradebacking -tiling=yes - -// 813:5 -[com_5] -type=rectangle -x=4 -y=4 -width=114 -height=156 -layer=com_34 -colour=0x000000 -fill=yes -trans=197 - -// 813:6 -[com_6] -type=layer -x=-2 -y=-2 -width=113 -height=156 -xmode=abs_centre -ymode=abs_centre -layer=com_34 - -// 813:7 -[com_7] -type=graphic -x=-56 -y=1 -width=32 -height=99 -xmode=abs_centre -ymode=abs_centre -layer=com_34 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 813:8 -[com_8] -type=graphic -x=-43 -y=64 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_34 -graphic="v2_stone_borders,6" -op10= - -// 813:9 -[com_9] -type=graphic -x=54 -y=3 -width=30 -height=102 -xmode=abs_centre -ymode=abs_centre -layer=com_34 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 813:10 -[com_10] -type=graphic -x=-43 -y=-64 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_34 -graphic="v2_stone_borders,4" -op10= - -// 813:11 -[com_11] -type=graphic -x=43 -y=-64 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_34 -graphic="v2_stone_borders,5" -op10= - -// 813:12 -[com_12] -type=graphic -y=75 -width=54 -height=30 -xmode=abs_centre -ymode=abs_centre -layer=com_34 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 813:13 -[com_13] -type=graphic -x=43 -y=64 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_34 -graphic="v2_stone_borders,7" -op10= - -// 813:14 -[com_14] -type=graphic -x=2 -y=-79 -width=59 -height=29 -xmode=abs_centre -ymode=abs_centre -layer=com_34 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 813:15 -[com_15] -type=text -y=-116 -width=94 -height=49 -xmode=abs_centre -ymode=abs_centre -layer=com_62 -textfont=q8_full -text=What would you like to make? -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 813:16 -[com_16] -type=rectangle -y=70 -width=104 -height=270 -heightmode=minus -xmode=abs_centre -layer=com_62 -hide=yes -colour=0xffffff -fill=yes -trans=192 - -// 813:17 -[com_17] -type=rectangle -y=109 -width=104 -height=270 -heightmode=minus -xmode=abs_centre -layer=com_62 -hide=yes -colour=0xffffff -fill=yes -trans=192 - -// 813:18 -[com_18] -type=rectangle -y=148 -width=104 -height=270 -heightmode=minus -xmode=abs_centre -layer=com_62 -hide=yes -colour=0xffffff -fill=yes -trans=192 - -// 813:19 -[com_19] -type=rectangle -y=187 -width=104 -height=270 -heightmode=minus -xmode=abs_centre -layer=com_62 -hide=yes -colour=0xffffff -fill=yes -trans=192 - -// 813:20 -[com_20] -type=layer -y=61 -width=102 -height=225 -xmode=abs_centre -layer=com_62 - -// 813:21 -[com_21] -type=graphic -y=70 -width=107 -height=31 -xmode=abs_centre -ymode=abs_centre -layer=com_62 -graphic="v2_borders_slim,11" -op10= - -// 813:22 -[com_22] -type=graphic -y=31 -width=107 -height=31 -xmode=abs_centre -ymode=abs_centre -layer=com_62 -graphic="v2_borders_slim,11" -op10= - -// 813:23 -[com_23] -type=graphic -y=-8 -width=107 -height=31 -xmode=abs_centre -ymode=abs_centre -layer=com_62 -graphic="v2_borders_slim,11" -op10= - -// 813:24 -[com_24] -type=graphic -y=-47 -width=107 -height=31 -xmode=abs_centre -ymode=abs_centre -layer=com_62 -graphic="v2_borders_slim,11" -op10= - -// 813:25 -[com_25] -type=graphic -y=-86 -width=107 -height=31 -xmode=abs_centre -ymode=abs_centre -layer=com_62 -graphic="v2_borders_slim,11" -op10= - -// 813:26 -[com_26] -type=rectangle -x=34 -y=34 -width=32 -height=32 -layer=com_2 -colour=0xffff00 -trans=255 -onload=script1915 - -// 813:27 -[com_27] -type=rectangle -x=58 -y=58 -width=32 -height=32 -layer=com_2 -colour=0xffff00 -trans=255 -onload=script1918 - -// 813:28 -[com_28] -type=graphic -y=24 -width=470 -height=305 -xmode=abs_centre -layer=com_2 -graphic=tradebacking -tiling=yes - -// 813:29 -[com_29] -type=text -y=5 -width=89 -height=33 -xmode=abs_centre -layer=com_20 -textfont=quill_oblique_large -text=Weapons -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Show-weapons -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1910 - -// 813:30 -[com_30] -type=text -y=44 -width=89 -height=33 -xmode=abs_centre -layer=com_20 -textfont=quill_oblique_large -text=Armour -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Show-armour -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1911 - -// 813:31 -[com_31] -type=text -y=83 -width=89 -height=33 -xmode=abs_centre -layer=com_20 -textfont=quill_oblique_large -text=Equipment -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Show-equipment -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1912 - -// 813:32 -[com_32] -type=text -y=122 -width=89 -height=33 -xmode=abs_centre -layer=com_20 -textfont=quill_oblique_large -text=Potions -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Show-potions -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1913 - -// 813:33 -[com_33] -type=model -x=372 -y=36 -width=87 -height=121 -layer=com_2 -model=model_42957 -modelorigin_x=0 -modelorigin_y=35 -modelangle_x=199 -modelangle_y=261 -modelangle_z=0 -modelzoom=1853 -unknown100=64452 -unknown101=3000 - -// 813:34 -[com_34] -type=layer -x=355 -y=160 -width=120 -height=163 -layer=com_2 - -// 813:35 -[com_35] -type=layer -x=1 -y=17 -width=104 -height=126 -xmode=abs_centre -ymode=abs_centre -layer=com_6 - -// 813:36 -[com_36] -type=text -x=2 -y=5 -width=112 -height=30 -xmode=abs_centre -layer=com_6 -textfont=q8_full -text=Clay Quality -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 813:37 -[com_37] -type=text -y=56 -width=124 -height=19 -xmode=abs_centre -layer=com_78 -textfont=p11_full -text=Hatchet -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:38 -[com_38] -type=text -y=80 -width=124 -height=19 -xmode=abs_centre -layer=com_78 -textfont=p11_full -text=Pickaxe -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:39 -[com_39] -type=text -y=104 -width=124 -height=19 -xmode=abs_centre -layer=com_78 -textfont=p11_full -text=Harpoon -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:40 -[com_40] -type=text -y=128 -width=124 -height=19 -xmode=abs_centre -layer=com_78 -textfont=p11_full -text=Butterfly net -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:41 -[com_41] -type=text -y=152 -width=124 -height=19 -xmode=abs_centre -layer=com_78 -textfont=p11_full -text=Barrier -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:42 -[com_42] -type=text -y=176 -width=124 -height=19 -xmode=abs_centre -layer=com_78 -textfont=p11_full -text=Food -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:43 -[com_43] -type=text -y=20 -width=124 -height=19 -xmode=abs_centre -layer=com_77 -textfont=p11_full -text=Helm -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:44 -[com_44] -type=text -y=44 -width=124 -height=19 -xmode=abs_centre -layer=com_77 -textfont=p11_full -text=Platelegs -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:45 -[com_45] -type=text -y=68 -width=124 -height=19 -xmode=abs_centre -layer=com_77 -textfont=p11_full -text=Platebody -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:46 -[com_46] -type=text -y=92 -width=124 -height=19 -xmode=abs_centre -layer=com_77 -textfont=p11_full -text=Coif -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:47 -[com_47] -type=text -y=116 -width=124 -height=19 -xmode=abs_centre -layer=com_77 -textfont=p11_full -text=Chaps -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:48 -[com_48] -type=text -y=140 -width=124 -height=19 -xmode=abs_centre -layer=com_77 -textfont=p11_full -text=Hardbody -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:49 -[com_49] -type=text -y=164 -width=124 -height=19 -xmode=abs_centre -layer=com_77 -textfont=p11_full -text=Mage hat -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:50 -[com_50] -type=text -y=188 -width=124 -height=19 -xmode=abs_centre -layer=com_77 -textfont=p11_full -text=Robe bottom -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:51 -[com_51] -type=text -y=212 -width=124 -height=19 -xmode=abs_centre -layer=com_77 -textfont=p11_full -text=Robe top -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:52 -[com_52] -type=text -y=-110 -width=125 -height=19 -xmode=abs_centre -ymode=abs_centre -layer=com_76 -textfont=p11_full -text=Dagger -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:53 -[com_53] -type=text -y=-86 -width=125 -height=19 -xmode=abs_centre -ymode=abs_centre -layer=com_76 -textfont=p11_full -text=Scimitar -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:54 -[com_54] -type=text -y=-62 -width=125 -height=19 -xmode=abs_centre -ymode=abs_centre -layer=com_76 -textfont=p11_full -text=Warhammer -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:55 -[com_55] -type=text -y=-38 -width=125 -height=19 -xmode=abs_centre -ymode=abs_centre -layer=com_76 -textfont=p11_full -text=Bow -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:56 -[com_56] -type=text -x=-3 -y=-12 -width=125 -height=19 -xmode=abs_centre -ymode=abs_centre -layer=com_76 -textfont=p11_full -text=Arrows -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-15 -op2=Make-75 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:57 -[com_57] -type=text -y=34 -width=125 -height=19 -xmode=abs_centre -ymode=abs_centre -layer=com_76 -textfont=p11_full -text=Elemental runes -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make (1 clay) -op2=Make (5 clay) -op3=Make (X clay) -op4=Make (All clay) -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:58 -[com_58] -type=text -y=58 -width=125 -height=19 -xmode=abs_centre -ymode=abs_centre -layer=com_76 -textfont=p11_full -text=Catalytic runes -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make (1 clay) -op2=Make (5 clay) -op3=Make (X clay) -op4=Make (All clay) -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:59 -[com_59] -type=text -y=82 -width=125 -height=19 -xmode=abs_centre -ymode=abs_centre -layer=com_76 -textfont=p11_full -text=Summoning pouch -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:60 -[com_60] -type=text -y=10 -width=125 -height=19 -xmode=abs_centre -ymode=abs_centre -layer=com_76 -textfont=p11_full -text=Magic staff -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:61 -[com_61] -type=text -y=106 -width=125 -height=19 -xmode=abs_centre -ymode=abs_centre -layer=com_76 -textfont=p11_full -text=Summoning scroll -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make (1 clay) -op2=Make (5 clay) -op3=Make (X clay) -op4=Make (All clay) -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:62 -[com_62] -type=layer -x=30 -y=27 -width=121 -height=299 -layer=com_2 - -// 813:63 -[com_63] -type=layer -x=155 -y=28 -width=189 -height=297 -layer=com_2 - -// 813:64 -[com_64] -type=text -y=32 -width=124 -height=19 -xmode=abs_centre -layer=com_79 -textfont=p11_full -text=Prayer potion -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:65 -[com_65] -type=text -y=56 -width=124 -height=19 -xmode=abs_centre -layer=com_79 -textfont=p11_full -text=Energy potion -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:66 -[com_66] -type=text -y=80 -width=124 -height=19 -xmode=abs_centre -layer=com_79 -textfont=p11_full -text=Attack potion -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:67 -[com_67] -type=text -y=104 -width=124 -height=19 -xmode=abs_centre -layer=com_79 -textfont=p11_full -text=Strength potion -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:68 -[com_68] -type=text -y=128 -width=124 -height=19 -xmode=abs_centre -layer=com_79 -textfont=p11_full -text=Ranging potion -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:69 -[com_69] -type=text -y=152 -width=124 -height=19 -xmode=abs_centre -layer=com_79 -textfont=p11_full -text=Defence potion -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:70 -[com_70] -type=text -y=176 -width=124 -height=19 -xmode=abs_centre -layer=com_79 -textfont=p11_full -text=Magic potion -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:71 -[com_71] -type=text -y=200 -width=124 -height=19 -xmode=abs_centre -layer=com_79 -textfont=p11_full -text=Summoning potion -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Make-1 -op2=Make-5 -op3=Make-X -op4=Make-All -op10= -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, 0xc8aa64) -onop=script1914(event_com) - -// 813:72 -[com_72] -type=rectangle -x=4 -y=32 -width=15003 -height=13908 -widthmode=proportion -heightmode=proportion -layer=com_63 -colour=0x000000 -fill=yes -trans=177 - -// 813:73 -[com_73] -type=graphic -x=7 -y=36 -width=15073 -height=13762 -widthmode=proportion -heightmode=proportion -layer=com_63 -graphic=tradebacking -tiling=yes - -// 813:74 -[com_74] -type=rectangle -x=4 -y=30 -width=182 -height=261 -layer=com_63 -colour=0x000000 -fill=yes -trans=197 - -// 813:75 -[com_75] -type=rectangle -y=43 -width=125 -height=278 -heightmode=minus -xmode=abs_centre -layer=com_63 -hide=yes -colour=0xffffff -fill=yes -trans=192 - -// 813:76 -[com_76] -type=layer -y=35 -width=174 -height=254 -xmode=abs_centre -layer=com_63 -op10= - -// 813:77 -[com_77] -type=layer -y=35 -width=174 -height=254 -xmode=abs_centre -layer=com_63 -hide=yes -op10= - -// 813:78 -[com_78] -type=layer -y=35 -width=174 -height=254 -xmode=abs_centre -layer=com_63 -hide=yes -op10= - -// 813:79 -[com_79] -type=layer -y=35 -width=174 -height=254 -xmode=abs_centre -layer=com_63 -hide=yes -op10= - -// 813:80 -[com_80] -type=text -y=-7 -width=376 -height=42 -xmode=abs_centre -layer=com_63 -textfont=quill_oblique_large -text=Creation Kiln -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 - -// 813:81 -[com_81] -type=graphic -x=-90 -y=16 -width=32 -height=207 -xmode=abs_centre -ymode=abs_centre -layer=com_63 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 813:82 -[com_82] -type=graphic -x=90 -y=15 -width=32 -height=205 -xmode=abs_centre -ymode=abs_centre -layer=com_63 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 813:83 -[com_83] -type=graphic -x=-77 -y=129 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_63 -graphic="v2_stone_borders,6" -op10= - -// 813:84 -[com_84] -type=graphic -x=-77 -y=-103 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_63 -graphic="v2_stone_borders,4" -op10= - -// 813:85 -[com_85] -type=graphic -x=78 -y=-103 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_63 -graphic="v2_stone_borders,5" -op10= - -// 813:86 -[com_86] -type=graphic -x=78 -y=129 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_63 -graphic="v2_stone_borders,7" -op10= - -// 813:87 -[com_87] -type=graphic -x=2 -y=141 -width=127 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_63 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 813:88 -[com_88] -type=graphic -x=3 -y=-116 -width=131 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_63 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 813:89 -[com_89] -type=graphic -x=469 -y=29 -width=16 -height=16 -layer=com_2 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 813:90 -[com_90] -type=graphic -x=-234 -y=11 -width=32 -height=255 -xmode=abs_centre -ymode=abs_centre -layer=com_2 -graphic="v2_stone_borders,1" -tiling=yes -op10= - -// 813:91 -[com_91] -type=graphic -x=234 -y=10 -width=32 -height=256 -xmode=abs_centre -ymode=abs_centre -layer=com_2 -graphic="v2_stone_borders,3" -tiling=yes -op10= - -// 813:92 -[com_92] -type=graphic -x=-221 -y=149 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_2 -graphic="v2_stone_borders,6" -op10= - -// 813:93 -[com_93] -type=graphic -x=-221 -y=-130 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_2 -graphic="v2_stone_borders,4" -op10= - -// 813:94 -[com_94] -type=graphic -x=222 -y=-130 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_2 -graphic="v2_stone_borders,5" -op10= - -// 813:95 -[com_95] -type=graphic -x=222 -y=149 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_2 -graphic="v2_stone_borders,7" -op10= - -// 813:96 -[com_96] -type=graphic -x=2 -y=161 -width=418 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_2 -graphic="v2_stone_borders,2" -tiling=yes -op10= - -// 813:97 -[com_97] -type=graphic -x=1 -y=-143 -width=415 -height=32 -xmode=abs_centre -ymode=abs_centre -layer=com_2 -graphic="v2_stone_borders,0" -tiling=yes -op10= - -// 813:98 -[com_98] -type=rectangle -y=-53 -width=89 -height=2477 -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_35 -hide=yes -colour=0xffffff -fill=yes -trans=192 - -// 813:99 -[com_99] -type=text -y=2 -width=86 -height=19 -xmode=abs_centre -layer=com_35 -textfont=p11_full -text=Class 1 clay -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Select clay -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 813:100 -[com_100] -type=rectangle -y=-29 -width=89 -height=2477 -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_35 -hide=yes -colour=0xffffff -fill=yes -trans=192 - -// 813:101 -[com_101] -type=text -y=26 -width=86 -height=19 -xmode=abs_centre -layer=com_35 -textfont=p11_full -text=Class 2 clay -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Select clay -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 813:102 -[com_102] -type=rectangle -y=-5 -width=89 -height=2477 -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_35 -hide=yes -colour=0xffffff -fill=yes -trans=192 - -// 813:103 -[com_103] -type=text -y=50 -width=86 -height=19 -xmode=abs_centre -layer=com_35 -textfont=p11_full -text=Class 3 clay -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Select clay -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 813:104 -[com_104] -type=rectangle -y=19 -width=89 -height=2477 -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_35 -hide=yes -colour=0xffffff -fill=yes -trans=192 - -// 813:105 -[com_105] -type=text -y=74 -width=86 -height=19 -xmode=abs_centre -layer=com_35 -textfont=p11_full -text=Class 4 clay -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Select clay -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - -// 813:106 -[com_106] -type=rectangle -y=43 -width=89 -height=2477 -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_35 -hide=yes -colour=0xffffff -fill=yes -trans=192 - -// 813:107 -[com_107] -type=text -y=96 -width=86 -height=22 -xmode=abs_centre -layer=com_35 -textfont=p11_full -text=Class 5 clay -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc8aa64 -op1=Select clay -onmouseover=script1916(event_com) -onmouseleave=script1917(event_com) - diff --git a/dumps/530/interface/interface_814.if3 b/dumps/530/interface/interface_814.if3 deleted file mode 100644 index 419f9e2c7..000000000 --- a/dumps/530/interface/interface_814.if3 +++ /dev/null @@ -1,53 +0,0 @@ -// 814:0 -[com_0] -type=model -width=16807 -height=19088 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_4835 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -unknown100=700 -unknown101=3000 -unknown103=yes -modelobjwidth=525 -modelobjheight=389 -onload=script733(event_com) -onvartransmit=script733(event_com) -onvartransmitlist=varplayer_425 - -// 814:1 -[com_1] -type=text -y=3440 -width=409 -height=131 -xmode=proportion_centre -ymode=proportion_top -textfont=quill_caps_large -text=While Guthix Sleeps -textalignh=1 -textshadow=yes -colour=0xffffff - -// 814:2 -[com_2] -type=text -y=2949 -width=332 -height=61 -xmode=proportion_centre -ymode=proportion_centre -textfont=quill_caps_large -text=Chapter 2 -textalignh=1 -textshadow=yes -colour=0xffffff - diff --git a/dumps/530/interface/interface_815.if3 b/dumps/530/interface/interface_815.if3 deleted file mode 100644 index 406a5ed61..000000000 --- a/dumps/530/interface/interface_815.if3 +++ /dev/null @@ -1,30 +0,0 @@ -// 815:0 -[com_0] -type=layer -width=512 -height=334 - -// 815:1 -[com_1] -type=rectangle -x=34 -y=34 -width=442 -height=271 -layer=com_0 -colour=0x333300 -fill=yes - -// 815:2 -[com_2] -type=text -x=34 -y=34 -width=442 -height=271 -layer=com_0 -textfont=quill_oblique_large -text=The stone circle slowly lifts up, locks into place within the square recesses of the door, spins slowly, and unlocks the door. The door slowly goes down as the stone circle returns to its original position. -textshadow=yes -colour=0x999900 - diff --git a/dumps/530/interface/interface_816.if3 b/dumps/530/interface/interface_816.if3 deleted file mode 100644 index d5d8abc6c..000000000 --- a/dumps/530/interface/interface_816.if3 +++ /dev/null @@ -1,23 +0,0 @@ -// 816:0 -[com_0] -type=model -x=-153 -y=-42 -width=45063 -height=3686 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_44567 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=0 -modelangle_y=0 -modelangle_z=1536 -modelzoom=548 -unknown100=64938 -unknown101=1631 -modelobjwidth=1408 -modelobjheight=75 - diff --git a/dumps/530/interface/interface_817.if3 b/dumps/530/interface/interface_817.if3 deleted file mode 100644 index 499661119..000000000 --- a/dumps/530/interface/interface_817.if3 +++ /dev/null @@ -1,384 +0,0 @@ -// 817:0 -[com_0] -type=rectangle -width=16384 -height=16384 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes - -// 817:1 -[com_1] -type=model -x=8263 -y=7168 -width=3047 -height=6040 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43834 -modelorigin_x=-4 -modelorigin_y=60 -modelangle_x=0 -modelangle_y=1332 -modelangle_z=0 -modelzoom=1056 -unknown100=0 -unknown101=2229 -modelobjwidth=95 -modelobjheight=123 - -// 817:2 -[com_2] -type=model -x=6727 -y=6825 -width=3047 -height=6040 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43834 -modelorigin_x=-4 -modelorigin_y=60 -modelangle_x=0 -modelangle_y=1332 -modelangle_z=0 -modelzoom=1056 -unknown100=0 -unknown101=2229 -modelobjwidth=95 -modelobjheight=123 - -// 817:3 -[com_3] -type=model -x=5191 -y=6433 -width=3047 -height=6040 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43834 -modelorigin_x=-4 -modelorigin_y=60 -modelangle_x=0 -modelangle_y=1332 -modelangle_z=0 -modelzoom=1056 -unknown100=0 -unknown101=2229 -modelobjwidth=95 -modelobjheight=123 - -// 817:4 -[com_4] -type=model -x=3655 -y=6089 -width=3047 -height=6040 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43834 -modelorigin_x=-4 -modelorigin_y=60 -modelangle_x=0 -modelangle_y=1332 -modelangle_z=0 -modelzoom=1056 -unknown100=0 -unknown101=2229 -modelobjwidth=95 -modelobjheight=123 - -// 817:5 -[com_5] -type=model -x=2183 -y=5746 -width=3047 -height=6040 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43834 -modelorigin_x=-4 -modelorigin_y=60 -modelangle_x=0 -modelangle_y=1332 -modelangle_z=0 -modelzoom=1056 -unknown100=0 -unknown101=2229 -modelobjwidth=95 -modelobjheight=123 - -// 817:6 -[com_6] -type=model -x=359 -y=-7890 -width=2503 -height=4961 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43844 -modelorigin_x=-2 -modelorigin_y=50 -modelangle_x=0 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1280 -unknown100=0 -unknown101=2630 -modelobjwidth=78 -modelobjheight=101 - -// 817:7 -[com_7] -type=model -x=359 -y=-3524 -width=2503 -height=4961 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43844 -modelorigin_x=-2 -modelorigin_y=50 -modelangle_x=0 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1280 -unknown100=0 -unknown101=2630 -modelobjwidth=78 -modelobjheight=101 - -// 817:8 -[com_8] -type=model -x=519 -y=1920 -width=5863 -height=7266 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43806 -modelorigin_x=-7 -modelorigin_y=29 -modelangle_x=0 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1280 -unknown100=0 -unknown101=2743 -modelobjwidth=183 -modelobjheight=148 - -// 817:9 -[com_9] -type=model -x=-6681 -y=5746 -width=4903 -height=8983 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43798 -modelorigin_x=4 -modelorigin_y=87 -modelangle_x=0 -modelangle_y=154 -modelangle_z=0 -modelzoom=1152 -unknown100=0 -unknown101=2477 -modelobjwidth=153 -modelobjheight=183 - -// 817:10 -[com_10] -type=model -x=-5529 -y=5451 -width=4903 -height=8983 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43798 -modelorigin_x=4 -modelorigin_y=87 -modelangle_x=0 -modelangle_y=154 -modelangle_z=0 -modelzoom=1152 -unknown100=0 -unknown101=2477 -modelobjwidth=153 -modelobjheight=183 - -// 817:11 -[com_11] -type=model -x=-3705 -y=5059 -width=4903 -height=8983 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43798 -modelorigin_x=4 -modelorigin_y=87 -modelangle_x=0 -modelangle_y=154 -modelangle_z=0 -modelzoom=1152 -unknown100=0 -unknown101=2477 -modelobjwidth=153 -modelobjheight=183 - -// 817:12 -[com_12] -type=model -x=-1625 -y=4716 -width=4903 -height=8983 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43798 -modelorigin_x=4 -modelorigin_y=87 -modelangle_x=0 -modelangle_y=154 -modelangle_z=0 -modelzoom=1152 -unknown100=0 -unknown101=2477 -modelobjwidth=153 -modelobjheight=183 - -// 817:13 -[com_13] -type=model -x=295 -y=4225 -width=3879 -height=8885 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_43798 -modelorigin_x=4 -modelorigin_y=86 -modelangle_x=0 -modelangle_y=2047 -modelangle_z=0 -modelzoom=1152 -unknown100=0 -unknown101=2434 -modelobjwidth=121 -modelobjheight=181 - -// 817:14 -[com_14] -type=model -x=-3833 -y=8493 -width=8807 -height=34884 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_44418 -modelorigin_x=124 -modelorigin_y=-1 -modelangle_x=0 -modelangle_y=1827 -modelangle_z=0 -modelzoom=640 -modelanim=seq_10894 -unknown100=64811 -unknown101=1675 -unknown103=yes -modelobjwidth=275 -modelobjheight=711 - -// 817:15 -[com_15] -type=model -x=7 -y=1772 -width=14215 -height=18156 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_44141 -modelorigin_x=0 -modelorigin_y=139 -modelangle_x=2047 -modelangle_y=1836 -modelangle_z=0 -modelzoom=640 -modelanim=seq_10893 -unknown100=64836 -unknown101=1602 -unknown103=yes -modelobjwidth=444 -modelobjheight=370 - -// 817:16 -[com_16] -type=model -x=7 -y=988 -width=14791 -height=16783 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_44142 -modelorigin_x=-2 -modelorigin_y=152 -modelangle_x=2047 -modelangle_y=1836 -modelangle_z=0 -modelzoom=640 -modelanim=seq_10893 -unknown100=64833 -unknown101=1605 -unknown103=yes -modelobjwidth=462 -modelobjheight=342 - diff --git a/dumps/530/interface/interface_818.if3 b/dumps/530/interface/interface_818.if3 deleted file mode 100644 index c2ff0e8c7..000000000 --- a/dumps/530/interface/interface_818.if3 +++ /dev/null @@ -1,372 +0,0 @@ -// 818:0 -[com_0] -type=rectangle -x=-1 -y=260 -width=515 -height=75 -colour=0x000000 -fill=yes - -// 818:1 -[com_1] -type=rectangle -x=-1 -y=255 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=25 - -// 818:2 -[com_2] -type=rectangle -x=-1 -y=250 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=50 - -// 818:3 -[com_3] -type=rectangle -x=-1 -y=245 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=75 - -// 818:4 -[com_4] -type=rectangle -x=-1 -y=240 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=100 - -// 818:5 -[com_5] -type=rectangle -x=-1 -y=235 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=125 - -// 818:6 -[com_6] -type=rectangle -x=-1 -y=230 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=150 - -// 818:7 -[com_7] -type=rectangle -x=-1 -y=225 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=175 - -// 818:8 -[com_8] -type=rectangle -x=-1 -y=220 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=200 - -// 818:9 -[com_9] -type=rectangle -x=-1 -y=215 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=225 - -// 818:10 -[com_10] -type=model -x=-145 -y=-2139 -width=289 -height=3680 -model=model_44420 -modelorigin_x=-33 -modelorigin_y=477 -modelangle_x=9 -modelangle_y=1237 -modelangle_z=0 -modelzoom=288 -modelanim=seq_10708 -unknown100=808 -unknown101=645 - -// 818:11 -[com_11] -type=model -y=14 -width=2185 -height=1612 -xmode=abs_centre -ymode=abs_centre -model=model_4835 -modelorigin_x=0 -modelorigin_y=-14 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=32 -modelanim=seq_10710 -unknown100=454 -unknown101=63 - -// 818:12 -[com_12] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 818:13 -[com_13] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 818:14 -[com_14] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_13 - -// 818:15 -[com_15] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 818:16 -[com_16] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 818:17 -[com_17] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 818:18 -[com_18] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 818:19 -[com_19] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 818:20 -[com_20] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 818:21 -[com_21] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 818:22 -[com_22] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 818:23 -[com_23] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_14 - -// 818:24 -[com_24] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_14 - -// 818:25 -[com_25] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_14 - -// 818:26 -[com_26] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_14 - -// 818:27 -[com_27] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_14 - -// 818:28 -[com_28] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_24 -graphic=tradebacking -tiling=yes -outline=2 - -// 818:29 -[com_29] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_23 -graphic=tradebacking -tiling=yes -outline=2 - -// 818:30 -[com_30] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_25 -graphic=tradebacking -tiling=yes -outline=2 - -// 818:31 -[com_31] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_26 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_819.if3 b/dumps/530/interface/interface_819.if3 deleted file mode 100644 index 3cd3824e7..000000000 --- a/dumps/530/interface/interface_819.if3 +++ /dev/null @@ -1,59 +0,0 @@ -// 819:0 -[com_0] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 819:1 -[com_1] -type=rectangle -width=512 -height=334 -layer=com_0 -colour=0x000000 -fill=yes - -// 819:2 -[com_2] -type=model -x=135 -y=154 -width=11719 -height=20020 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_44566 -modelorigin_x=-2 -modelorigin_y=2 -modelangle_x=519 -modelangle_y=3 -modelangle_z=0 -modelzoom=862 -unknown100=0 -unknown101=1749 -modelobjwidth=366 -modelobjheight=408 - -// 819:3 -[com_3] -type=graphic -x=551 -y=742 -width=16 -height=16 -xmode=proportion_right -ymode=proportion_top -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_82.if b/dumps/530/interface/interface_82.if deleted file mode 100644 index bd048164f..000000000 --- a/dumps/530/interface/interface_82.if +++ /dev/null @@ -1,114 +0,0 @@ -// 82:0 -[com_0] - -// 82:1 -[com_1] - -// 82:2 -[com_2] - -// 82:3 -[com_3] - -// 82:4 -[com_4] - -// 82:5 -[com_5] - -// 82:6 -[com_6] - -// 82:7 -[com_7] - -// 82:8 -[com_8] - -// 82:9 -[com_9] - -// 82:10 -[com_10] - -// 82:11 -[com_11] - -// 82:12 -[com_12] - -// 82:13 -[com_13] - -// 82:14 -[com_14] - -// 82:15 -[com_15] - -// 82:16 -[com_16] - -// 82:17 -[com_17] - -// 82:18 -[com_18] - -// 82:19 -[com_19] - -// 82:20 -[com_20] - -// 82:21 -[com_21] - -// 82:22 -[com_22] - -// 82:23 -[com_23] - -// 82:24 -[com_24] - -// 82:25 -[com_25] - -// 82:26 -[com_26] - -// 82:27 -[com_27] - -// 82:28 -[com_28] - -// 82:29 -[com_29] - -// 82:30 -[com_30] - -// 82:31 -[com_31] - -// 82:32 -[com_32] - -// 82:33 -[com_33] - -// 82:34 -[com_34] - -// 82:35 -[com_35] - -// 82:36 -[com_36] - -// 82:37 -[com_37] - diff --git a/dumps/530/interface/interface_820.if3 b/dumps/530/interface/interface_820.if3 deleted file mode 100644 index f43cb00f7..000000000 --- a/dumps/530/interface/interface_820.if3 +++ /dev/null @@ -1,39 +0,0 @@ -// 820:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 820:1 -[com_1] -type=graphic -x=478 -y=14 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,2") -onop=script29 - -// 820:2 -[com_2] -type=model -x=-13 -y=23 -width=522 -height=287 -layer=com_0 -model=model_44570 -modelorigin_x=8 -modelorigin_y=-3 -modelangle_x=447 -modelangle_y=3 -modelangle_z=0 -modelzoom=589 -unknown100=0 -unknown101=1208 - diff --git a/dumps/530/interface/interface_821.if3 b/dumps/530/interface/interface_821.if3 deleted file mode 100644 index 6d3d694dd..000000000 --- a/dumps/530/interface/interface_821.if3 +++ /dev/null @@ -1,24 +0,0 @@ -// 821:0 -[com_0] -type=model -x=7 -y=4519 -width=5063 -height=7806 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -model=model_44618 -modelorigin_x=0 -modelorigin_y=-7 -modelangle_x=0 -modelangle_y=0 -modelangle_z=0 -modelzoom=416 -modelanim=seq_10774 -unknown100=0 -unknown101=898 -modelobjwidth=158 -modelobjheight=159 - diff --git a/dumps/530/interface/interface_822.if3 b/dumps/530/interface/interface_822.if3 deleted file mode 100644 index 1d2a334bc..000000000 --- a/dumps/530/interface/interface_822.if3 +++ /dev/null @@ -1,53 +0,0 @@ -// 822:0 -[com_0] -type=model -width=16807 -height=19088 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_4835 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -unknown100=700 -unknown101=3000 -unknown103=yes -modelobjwidth=525 -modelobjheight=389 -onload=script733(event_com) -onvartransmit=script733(event_com) -onvartransmitlist=varplayer_425 - -// 822:1 -[com_1] -type=text -y=3440 -width=409 -height=131 -xmode=proportion_centre -ymode=proportion_top -textfont=quill_caps_large -text=While Guthix Sleeps -textalignh=1 -textshadow=yes -colour=0xffffff - -// 822:2 -[com_2] -type=text -y=2949 -width=332 -height=61 -xmode=proportion_centre -ymode=proportion_centre -textfont=quill_caps_large -text=Chapter 3 -textalignh=1 -textshadow=yes -colour=0xffffff - diff --git a/dumps/530/interface/interface_823.if3 b/dumps/530/interface/interface_823.if3 deleted file mode 100644 index 0d5f0cdec..000000000 --- a/dumps/530/interface/interface_823.if3 +++ /dev/null @@ -1,282 +0,0 @@ -// 823:0 -[com_0] -type=rectangle -x=2 -width=16487 -height=16341 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -colour=0x000000 -fill=yes - -// 823:1 -[com_1] -type=layer -x=7 -y=7 -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 823:2 -[com_2] -type=model -x=-793 -y=791 -width=279 -height=409 -xmode=proportion_centre -ymode=proportion_centre -layer=com_1 -model=model_44735 -modelorigin_x=15 -modelorigin_y=-18 -modelangle_x=306 -modelangle_y=2047 -modelangle_z=0 -modelzoom=237 -unknown100=64825 -unknown101=3000 - -// 823:3 -[com_3] -type=model -x=967 -y=840 -width=150 -height=113 -xmode=proportion_centre -ymode=proportion_centre -layer=com_1 -model=model_28330 -modelorigin_x=-25 -modelorigin_y=13 -modelangle_x=381 -modelangle_y=1951 -modelangle_z=0 -modelzoom=553 -modelanim=seq_10905 -unknown100=64198 -unknown101=3000 - -// 823:4 -[com_4] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 823:5 -[com_5] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_4 - -// 823:6 -[com_6] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 823:7 -[com_7] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 823:8 -[com_8] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 823:9 -[com_9] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 823:10 -[com_10] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 823:11 -[com_11] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 823:12 -[com_12] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 823:13 -[com_13] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 823:14 -[com_14] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_5 - -// 823:15 -[com_15] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_5 - -// 823:16 -[com_16] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_5 - -// 823:17 -[com_17] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_5 - -// 823:18 -[com_18] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_5 - -// 823:19 -[com_19] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_15 -graphic=tradebacking -tiling=yes -outline=2 - -// 823:20 -[com_20] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_14 -graphic=tradebacking -tiling=yes -outline=2 - -// 823:21 -[com_21] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_16 -graphic=tradebacking -tiling=yes -outline=2 - -// 823:22 -[com_22] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_17 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_824.if3 b/dumps/530/interface/interface_824.if3 deleted file mode 100644 index 7aa4792cd..000000000 --- a/dumps/530/interface/interface_824.if3 +++ /dev/null @@ -1,23 +0,0 @@ -// 824:0 -[com_0] -type=model -width=16807 -height=19088 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_4835 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -modelanim=seq_10978 -unknown100=700 -unknown101=3000 -unknown103=yes -modelobjwidth=525 -modelobjheight=389 - diff --git a/dumps/530/interface/interface_825.if3 b/dumps/530/interface/interface_825.if3 deleted file mode 100644 index b5ed24453..000000000 --- a/dumps/530/interface/interface_825.if3 +++ /dev/null @@ -1,373 +0,0 @@ -// 825:0 -[com_0] -type=rectangle -x=-1 -y=260 -width=515 -height=75 -colour=0x000000 -fill=yes - -// 825:1 -[com_1] -type=rectangle -x=-1 -y=255 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=25 - -// 825:2 -[com_2] -type=rectangle -x=-1 -y=250 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=50 - -// 825:3 -[com_3] -type=rectangle -x=-1 -y=245 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=75 - -// 825:4 -[com_4] -type=rectangle -x=-1 -y=240 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=100 - -// 825:5 -[com_5] -type=rectangle -x=-1 -y=235 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=125 - -// 825:6 -[com_6] -type=rectangle -x=-1 -y=230 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=150 - -// 825:7 -[com_7] -type=rectangle -x=-1 -y=225 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=175 - -// 825:8 -[com_8] -type=rectangle -x=-1 -y=220 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=200 - -// 825:9 -[com_9] -type=rectangle -x=-1 -y=215 -width=515 -height=5 -colour=0x000000 -fill=yes -trans=225 - -// 825:10 -[com_10] -type=model -x=-145 -y=-2139 -width=289 -height=3680 -model=model_44420 -modelorigin_x=-33 -modelorigin_y=477 -modelangle_x=9 -modelangle_y=1237 -modelangle_z=0 -modelzoom=288 -modelanim=seq_10712 -unknown100=608 -unknown101=645 - -// 825:11 -[com_11] -type=model -y=14 -width=2185 -height=1612 -xmode=abs_centre -ymode=abs_centre -model=model_4835 -modelorigin_x=0 -modelorigin_y=-14 -modelangle_x=506 -modelangle_y=0 -modelangle_z=0 -modelzoom=32 -modelanim=seq_10710 -unknown100=133 -unknown101=3000 -op10= - -// 825:12 -[com_12] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 825:13 -[com_13] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 825:14 -[com_14] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_13 - -// 825:15 -[com_15] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 825:16 -[com_16] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 825:17 -[com_17] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 825:18 -[com_18] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 825:19 -[com_19] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 825:20 -[com_20] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 825:21 -[com_21] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 825:22 -[com_22] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 825:23 -[com_23] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_14 - -// 825:24 -[com_24] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_14 - -// 825:25 -[com_25] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_14 - -// 825:26 -[com_26] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_14 - -// 825:27 -[com_27] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_14 - -// 825:28 -[com_28] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_24 -graphic=tradebacking -tiling=yes -outline=2 - -// 825:29 -[com_29] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_23 -graphic=tradebacking -tiling=yes -outline=2 - -// 825:30 -[com_30] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_25 -graphic=tradebacking -tiling=yes -outline=2 - -// 825:31 -[com_31] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_26 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_826.if3 b/dumps/530/interface/interface_826.if3 deleted file mode 100644 index 3f34e940a..000000000 --- a/dumps/530/interface/interface_826.if3 +++ /dev/null @@ -1,53 +0,0 @@ -// 826:0 -[com_0] -type=model -width=16807 -height=19088 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -model=model_4835 -modelorigin_x=0 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=0 -modelangle_z=0 -modelzoom=127 -unknown100=700 -unknown101=3000 -unknown103=yes -modelobjwidth=525 -modelobjheight=389 -onload=script733(event_com) -onvartransmit=script733(event_com) -onvartransmitlist=varplayer_425 - -// 826:1 -[com_1] -type=text -y=3440 -width=409 -height=131 -xmode=proportion_centre -ymode=proportion_top -textfont=quill_caps_large -text=While Guthix Sleeps -textalignh=1 -textshadow=yes -colour=0xffffff - -// 826:2 -[com_2] -type=text -y=2949 -width=332 -height=61 -xmode=proportion_centre -ymode=proportion_centre -textfont=quill_caps_large -text=Chapter 1 -textalignh=1 -textshadow=yes -colour=0xffffff - diff --git a/dumps/530/interface/interface_827.if3 b/dumps/530/interface/interface_827.if3 deleted file mode 100644 index 2b1e0f828..000000000 --- a/dumps/530/interface/interface_827.if3 +++ /dev/null @@ -1,52 +0,0 @@ -// 827:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -colour=0x1a1a1a -fill=yes - -// 827:1 -[com_1] -type=model -x=167 -y=-7449 -width=388 -height=687 -xmode=proportion_centre -ymode=proportion_centre -model=model_44664 -modelorigin_x=-1 -modelorigin_y=341 -modelangle_x=1945 -modelangle_y=0 -modelangle_z=0 -modelzoom=416 -modelanim=seq_10902 -unknown100=0 -unknown101=1167 - -// 827:2 -[com_2] -type=model -x=295 -y=2754 -width=341 -height=525 -xmode=proportion_centre -ymode=proportion_centre -model=model_44701 -modelorigin_x=-11 -modelorigin_y=236 -modelangle_x=1945 -modelangle_y=0 -modelangle_z=0 -modelzoom=416 -modelanim=seq_10901 -unknown100=0 -unknown101=1086 - diff --git a/dumps/530/interface/interface_828.if3 b/dumps/530/interface/interface_828.if3 deleted file mode 100644 index 899a4fc21..000000000 --- a/dumps/530/interface/interface_828.if3 +++ /dev/null @@ -1,39 +0,0 @@ -// 828:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 828:1 -[com_1] -type=model -x=2 -y=-24 -width=506 -height=366 -layer=com_0 -model=model_44564 -modelorigin_x=1 -modelorigin_y=2 -modelangle_x=519 -modelangle_y=2047 -modelangle_z=0 -modelzoom=335 -unknown100=0 -unknown101=671 - -// 828:2 -[com_2] -type=graphic -x=479 -y=14 -width=16 -height=16 -layer=com_0 -graphic="v2_stone_close_button,0" -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_829.if3 b/dumps/530/interface/interface_829.if3 deleted file mode 100644 index 12deaa4ad..000000000 --- a/dumps/530/interface/interface_829.if3 +++ /dev/null @@ -1,419 +0,0 @@ -// 829:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_8 -colour=0x000000 -fill=yes - -// 829:1 -[com_1] -type=model -x=-15 -y=29 -width=534 -height=477 -ymode=abs_centre -layer=com_8 -model=model_44571 -modelorigin_x=-15 -modelorigin_y=2 -modelangle_x=512 -modelangle_y=512 -modelangle_z=0 -modelzoom=493 -unknown100=0 -unknown101=3000 - -// 829:2 -[com_2] -type=graphic -x=12 -y=12 -width=16 -height=16 -xmode=abs_right -layer=com_8 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - -// 829:3 -[com_3] -type=text -x=185 -y=85 -width=135 -height=119 -layer=com_8 -textfont=luc2_font_scratch_large -text=FURTHER ACC0SS PR42IBIT13 -textalignh=1 -textshadow=yes -colour=0x000000 -op10= - -// 829:4 -[com_4] -type=text -x=185 -y=83 -width=135 -height=119 -layer=com_8 -textfont=luc2_font_scratch_large -text=FURTHER ACC0SS PR42IBIT13 -textalignh=1 -textshadow=yes -colour=0x000000 -op10= - -// 829:5 -[com_5] -type=text -x=183 -y=85 -width=135 -height=119 -layer=com_8 -textfont=luc2_font_scratch_large -text=FURTHER ACC0SS PR42IBIT13 -textalignh=1 -textshadow=yes -colour=0x000000 -op10= - -// 829:6 -[com_6] -type=text -x=183 -y=83 -width=135 -height=119 -layer=com_8 -textfont=luc2_font_scratch_large -text=FURTHER ACC0SS PR42IBIT13 -textalignh=1 -textshadow=yes -colour=0x000000 -op10= - -// 829:7 -[com_7] -type=text -x=184 -y=84 -width=135 -height=119 -layer=com_8 -textfont=luc2_font_scratch_large -text=FURTHER ACC0SS PR42IBIT13 -textalignh=1 -textshadow=yes -colour=0x60543a - -// 829:8 -[com_8] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 829:9 -[com_9] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 829:10 -[com_10] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 829:11 -[com_11] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_10 - -// 829:12 -[com_12] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 829:13 -[com_13] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 829:14 -[com_14] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 829:15 -[com_15] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 829:16 -[com_16] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 829:17 -[com_17] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 829:18 -[com_18] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 829:19 -[com_19] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 829:20 -[com_20] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_11 - -// 829:21 -[com_21] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_11 - -// 829:22 -[com_22] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_11 - -// 829:23 -[com_23] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_11 - -// 829:24 -[com_24] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_11 - -// 829:25 -[com_25] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_21 -graphic=tradebacking -tiling=yes -outline=2 - -// 829:26 -[com_26] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_20 -graphic=tradebacking -tiling=yes -outline=2 - -// 829:27 -[com_27] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_22 -graphic=tradebacking -tiling=yes -outline=2 - -// 829:28 -[com_28] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_23 -graphic=tradebacking -tiling=yes -outline=2 - -// 829:29 -[com_29] -type=text -x=84 -y=23 -width=350 -height=27 -textfont=luc2_font_scratch_large -text=01234 43210 01234 43210 -textshadow=yes -colour=0x000000 -op10= - -// 829:30 -[com_30] -type=text -x=84 -y=21 -width=350 -height=27 -textfont=luc2_font_scratch_large -text=01234 43210 01234 43210 -textshadow=yes -colour=0x000000 -op10= - -// 829:31 -[com_31] -type=text -x=82 -y=23 -width=350 -height=27 -textfont=luc2_font_scratch_large -text=01234 43210 01234 43210 -textshadow=yes -colour=0x000000 -op10= - -// 829:32 -[com_32] -type=text -x=82 -y=21 -width=350 -height=27 -textfont=luc2_font_scratch_large -text=01234 43210 01234 43210 -textshadow=yes -colour=0x000000 -op10= - -// 829:33 -[com_33] -type=text -x=83 -y=22 -width=350 -height=27 -textfont=luc2_font_scratch_large -text=01234 43210 01234 43210 -textshadow=yes -colour=0x60543a - diff --git a/dumps/530/interface/interface_83.if b/dumps/530/interface/interface_83.if deleted file mode 100644 index 463b1cdf1..000000000 --- a/dumps/530/interface/interface_83.if +++ /dev/null @@ -1,114 +0,0 @@ -// 83:0 -[com_0] - -// 83:1 -[com_1] - -// 83:2 -[com_2] - -// 83:3 -[com_3] - -// 83:4 -[com_4] - -// 83:5 -[com_5] - -// 83:6 -[com_6] - -// 83:7 -[com_7] - -// 83:8 -[com_8] - -// 83:9 -[com_9] - -// 83:10 -[com_10] - -// 83:11 -[com_11] - -// 83:12 -[com_12] - -// 83:13 -[com_13] - -// 83:14 -[com_14] - -// 83:15 -[com_15] - -// 83:16 -[com_16] - -// 83:17 -[com_17] - -// 83:18 -[com_18] - -// 83:19 -[com_19] - -// 83:20 -[com_20] - -// 83:21 -[com_21] - -// 83:22 -[com_22] - -// 83:23 -[com_23] - -// 83:24 -[com_24] - -// 83:25 -[com_25] - -// 83:26 -[com_26] - -// 83:27 -[com_27] - -// 83:28 -[com_28] - -// 83:29 -[com_29] - -// 83:30 -[com_30] - -// 83:31 -[com_31] - -// 83:32 -[com_32] - -// 83:33 -[com_33] - -// 83:34 -[com_34] - -// 83:35 -[com_35] - -// 83:36 -[com_36] - -// 83:37 -[com_37] - diff --git a/dumps/530/interface/interface_830.if3 b/dumps/530/interface/interface_830.if3 deleted file mode 100644 index 9e2552cb2..000000000 --- a/dumps/530/interface/interface_830.if3 +++ /dev/null @@ -1,48 +0,0 @@ -// 830:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 830:1 -[com_1] -type=model -x=7 -y=-2936 -width=22151 -height=37189 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_45183 -modelorigin_x=-18 -modelorigin_y=188 -modelangle_x=48 -modelangle_y=48 -modelangle_z=0 -modelzoom=350 -unknown100=0 -unknown101=712 -modelobjwidth=692 -modelobjheight=758 - -// 830:2 -[com_2] -type=graphic -x=551 -y=742 -width=16 -height=16 -xmode=proportion_right -ymode=proportion_top -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_831.if3 b/dumps/530/interface/interface_831.if3 deleted file mode 100644 index db8713564..000000000 --- a/dumps/530/interface/interface_831.if3 +++ /dev/null @@ -1,48 +0,0 @@ -// 831:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 831:1 -[com_1] -type=model -x=7 -y=-2936 -width=22151 -height=37189 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_45185 -modelorigin_x=-18 -modelorigin_y=188 -modelangle_x=48 -modelangle_y=48 -modelangle_z=0 -modelzoom=350 -unknown100=0 -unknown101=712 -modelobjwidth=692 -modelobjheight=758 - -// 831:2 -[com_2] -type=graphic -x=551 -y=742 -width=16 -height=16 -xmode=proportion_right -ymode=proportion_top -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_832.if3 b/dumps/530/interface/interface_832.if3 deleted file mode 100644 index e913a9120..000000000 --- a/dumps/530/interface/interface_832.if3 +++ /dev/null @@ -1,48 +0,0 @@ -// 832:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 832:1 -[com_1] -type=model -x=7 -y=-2936 -width=22151 -height=37189 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_45186 -modelorigin_x=-18 -modelorigin_y=188 -modelangle_x=48 -modelangle_y=48 -modelangle_z=0 -modelzoom=350 -unknown100=0 -unknown101=712 -modelobjwidth=692 -modelobjheight=758 - -// 832:2 -[com_2] -type=graphic -x=551 -y=742 -width=16 -height=16 -xmode=proportion_right -ymode=proportion_top -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_833.if3 b/dumps/530/interface/interface_833.if3 deleted file mode 100644 index 1659f4e43..000000000 --- a/dumps/530/interface/interface_833.if3 +++ /dev/null @@ -1,48 +0,0 @@ -// 833:0 -[com_0] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre - -// 833:1 -[com_1] -type=model -x=7 -y=-2936 -width=22151 -height=37189 -widthmode=proportion -heightmode=proportion -xmode=proportion_centre -ymode=proportion_centre -layer=com_0 -model=model_45184 -modelorigin_x=-18 -modelorigin_y=188 -modelangle_x=48 -modelangle_y=48 -modelangle_z=0 -modelzoom=350 -unknown100=0 -unknown101=712 -modelobjwidth=692 -modelobjheight=758 - -// 833:2 -[com_2] -type=graphic -x=551 -y=742 -width=16 -height=16 -xmode=proportion_right -ymode=proportion_top -layer=com_0 -graphic="v2_stone_close_button,0" -op1=Close -onmouseover=script44(event_com, "v2_stone_close_button,1") -onmouseleave=script44(event_com, "v2_stone_close_button,0") -onop=script29 - diff --git a/dumps/530/interface/interface_84.if b/dumps/530/interface/interface_84.if deleted file mode 100644 index 534c06cb8..000000000 --- a/dumps/530/interface/interface_84.if +++ /dev/null @@ -1,102 +0,0 @@ -// 84:0 -[com_0] - -// 84:1 -[com_1] - -// 84:2 -[com_2] - -// 84:3 -[com_3] - -// 84:4 -[com_4] - -// 84:5 -[com_5] - -// 84:6 -[com_6] - -// 84:7 -[com_7] - -// 84:8 -[com_8] - -// 84:9 -[com_9] - -// 84:10 -[com_10] - -// 84:11 -[com_11] - -// 84:12 -[com_12] - -// 84:13 -[com_13] - -// 84:14 -[com_14] - -// 84:15 -[com_15] - -// 84:16 -[com_16] - -// 84:17 -[com_17] - -// 84:18 -[com_18] - -// 84:19 -[com_19] - -// 84:20 -[com_20] - -// 84:21 -[com_21] - -// 84:22 -[com_22] - -// 84:23 -[com_23] - -// 84:24 -[com_24] - -// 84:25 -[com_25] - -// 84:26 -[com_26] - -// 84:27 -[com_27] - -// 84:28 -[com_28] - -// 84:29 -[com_29] - -// 84:30 -[com_30] - -// 84:31 -[com_31] - -// 84:32 -[com_32] - -// 84:33 -[com_33] - diff --git a/dumps/530/interface/interface_85.if b/dumps/530/interface/interface_85.if deleted file mode 100644 index 43d99212a..000000000 --- a/dumps/530/interface/interface_85.if +++ /dev/null @@ -1,102 +0,0 @@ -// 85:0 -[com_0] - -// 85:1 -[com_1] - -// 85:2 -[com_2] - -// 85:3 -[com_3] - -// 85:4 -[com_4] - -// 85:5 -[com_5] - -// 85:6 -[com_6] - -// 85:7 -[com_7] - -// 85:8 -[com_8] - -// 85:9 -[com_9] - -// 85:10 -[com_10] - -// 85:11 -[com_11] - -// 85:12 -[com_12] - -// 85:13 -[com_13] - -// 85:14 -[com_14] - -// 85:15 -[com_15] - -// 85:16 -[com_16] - -// 85:17 -[com_17] - -// 85:18 -[com_18] - -// 85:19 -[com_19] - -// 85:20 -[com_20] - -// 85:21 -[com_21] - -// 85:22 -[com_22] - -// 85:23 -[com_23] - -// 85:24 -[com_24] - -// 85:25 -[com_25] - -// 85:26 -[com_26] - -// 85:27 -[com_27] - -// 85:28 -[com_28] - -// 85:29 -[com_29] - -// 85:30 -[com_30] - -// 85:31 -[com_31] - -// 85:32 -[com_32] - -// 85:33 -[com_33] - diff --git a/dumps/530/interface/interface_86.if b/dumps/530/interface/interface_86.if deleted file mode 100644 index 56eeb62af..000000000 --- a/dumps/530/interface/interface_86.if +++ /dev/null @@ -1,66 +0,0 @@ -// 86:0 -[com_0] - -// 86:1 -[com_1] - -// 86:2 -[com_2] - -// 86:3 -[com_3] - -// 86:4 -[com_4] - -// 86:5 -[com_5] - -// 86:6 -[com_6] - -// 86:7 -[com_7] - -// 86:8 -[com_8] - -// 86:9 -[com_9] - -// 86:10 -[com_10] - -// 86:11 -[com_11] - -// 86:12 -[com_12] - -// 86:13 -[com_13] - -// 86:14 -[com_14] - -// 86:15 -[com_15] - -// 86:16 -[com_16] - -// 86:17 -[com_17] - -// 86:18 -[com_18] - -// 86:19 -[com_19] - -// 86:20 -[com_20] - -// 86:21 -[com_21] - diff --git a/dumps/530/interface/interface_87.if b/dumps/530/interface/interface_87.if deleted file mode 100644 index 9d2c959cc..000000000 --- a/dumps/530/interface/interface_87.if +++ /dev/null @@ -1,114 +0,0 @@ -// 87:0 -[com_0] - -// 87:1 -[com_1] - -// 87:2 -[com_2] - -// 87:3 -[com_3] - -// 87:4 -[com_4] - -// 87:5 -[com_5] - -// 87:6 -[com_6] - -// 87:7 -[com_7] - -// 87:8 -[com_8] - -// 87:9 -[com_9] - -// 87:10 -[com_10] - -// 87:11 -[com_11] - -// 87:12 -[com_12] - -// 87:13 -[com_13] - -// 87:14 -[com_14] - -// 87:15 -[com_15] - -// 87:16 -[com_16] - -// 87:17 -[com_17] - -// 87:18 -[com_18] - -// 87:19 -[com_19] - -// 87:20 -[com_20] - -// 87:21 -[com_21] - -// 87:22 -[com_22] - -// 87:23 -[com_23] - -// 87:24 -[com_24] - -// 87:25 -[com_25] - -// 87:26 -[com_26] - -// 87:27 -[com_27] - -// 87:28 -[com_28] - -// 87:29 -[com_29] - -// 87:30 -[com_30] - -// 87:31 -[com_31] - -// 87:32 -[com_32] - -// 87:33 -[com_33] - -// 87:34 -[com_34] - -// 87:35 -[com_35] - -// 87:36 -[com_36] - -// 87:37 -[com_37] - diff --git a/dumps/530/interface/interface_88.if b/dumps/530/interface/interface_88.if deleted file mode 100644 index 1ec21621b..000000000 --- a/dumps/530/interface/interface_88.if +++ /dev/null @@ -1,114 +0,0 @@ -// 88:0 -[com_0] - -// 88:1 -[com_1] - -// 88:2 -[com_2] - -// 88:3 -[com_3] - -// 88:4 -[com_4] - -// 88:5 -[com_5] - -// 88:6 -[com_6] - -// 88:7 -[com_7] - -// 88:8 -[com_8] - -// 88:9 -[com_9] - -// 88:10 -[com_10] - -// 88:11 -[com_11] - -// 88:12 -[com_12] - -// 88:13 -[com_13] - -// 88:14 -[com_14] - -// 88:15 -[com_15] - -// 88:16 -[com_16] - -// 88:17 -[com_17] - -// 88:18 -[com_18] - -// 88:19 -[com_19] - -// 88:20 -[com_20] - -// 88:21 -[com_21] - -// 88:22 -[com_22] - -// 88:23 -[com_23] - -// 88:24 -[com_24] - -// 88:25 -[com_25] - -// 88:26 -[com_26] - -// 88:27 -[com_27] - -// 88:28 -[com_28] - -// 88:29 -[com_29] - -// 88:30 -[com_30] - -// 88:31 -[com_31] - -// 88:32 -[com_32] - -// 88:33 -[com_33] - -// 88:34 -[com_34] - -// 88:35 -[com_35] - -// 88:36 -[com_36] - -// 88:37 -[com_37] - diff --git a/dumps/530/interface/interface_89.if b/dumps/530/interface/interface_89.if deleted file mode 100644 index 962ae79dc..000000000 --- a/dumps/530/interface/interface_89.if +++ /dev/null @@ -1,114 +0,0 @@ -// 89:0 -[com_0] - -// 89:1 -[com_1] - -// 89:2 -[com_2] - -// 89:3 -[com_3] - -// 89:4 -[com_4] - -// 89:5 -[com_5] - -// 89:6 -[com_6] - -// 89:7 -[com_7] - -// 89:8 -[com_8] - -// 89:9 -[com_9] - -// 89:10 -[com_10] - -// 89:11 -[com_11] - -// 89:12 -[com_12] - -// 89:13 -[com_13] - -// 89:14 -[com_14] - -// 89:15 -[com_15] - -// 89:16 -[com_16] - -// 89:17 -[com_17] - -// 89:18 -[com_18] - -// 89:19 -[com_19] - -// 89:20 -[com_20] - -// 89:21 -[com_21] - -// 89:22 -[com_22] - -// 89:23 -[com_23] - -// 89:24 -[com_24] - -// 89:25 -[com_25] - -// 89:26 -[com_26] - -// 89:27 -[com_27] - -// 89:28 -[com_28] - -// 89:29 -[com_29] - -// 89:30 -[com_30] - -// 89:31 -[com_31] - -// 89:32 -[com_32] - -// 89:33 -[com_33] - -// 89:34 -[com_34] - -// 89:35 -[com_35] - -// 89:36 -[com_36] - -// 89:37 -[com_37] - diff --git a/dumps/530/interface/interface_9.if3 b/dumps/530/interface/interface_9.if3 deleted file mode 100644 index 31b2bfa00..000000000 --- a/dumps/530/interface/interface_9.if3 +++ /dev/null @@ -1,818 +0,0 @@ -// 9:0 -[com_0] -type=rectangle -width=512 -height=334 -layer=com_37 -colour=0x1a130b -fill=yes - -// 9:1 -[com_1] -type=model -x=6 -width=486 -height=331 -layer=com_37 -model=model_4652 -modelorigin_x=-23 -modelorigin_y=-13 -modelangle_x=410 -modelangle_y=2046 -modelangle_z=0 -modelzoom=881 -unknown100=65254 -unknown101=1834 - -// 9:2 -[com_2] -type=model -x=51 -y=48 -width=395 -height=252 -layer=com_37 -model=model_5235 -modelorigin_x=-15 -modelorigin_y=-21 -modelangle_x=436 -modelangle_y=7 -modelangle_z=0 -modelzoom=824 -unknown100=65130 -unknown101=1687 - -// 9:3 -[com_3] -type=text -x=169 -y=72 -width=154 -height=33 -layer=com_37 -textfont=q8_full -text=Rune-Draw -textalignh=1 -textshadow=yes -colour=0xe9ab73 - -// 9:4 -[com_4] -type=text -x=71 -y=108 -width=118 -height=36 -layer=com_37 -textfont=q8_full -text=Your Score -textshadow=yes -colour=0xc47630 - -// 9:5 -[com_5] -type=text -x=314 -y=111 -width=118 -height=37 -layer=com_37 -textfont=q8_full -text=Opponent's Score -textshadow=yes -colour=0xc47630 - -// 9:6 -[com_6] -type=layer -x=171 -y=208 -width=62 -height=43 -layer=com_37 -opbase=rrsr - -// 9:7 -[com_7] -type=layer -x=170 -y=256 -width=63 -height=43 -layer=com_37 -opbase=rrsr - -// 9:8 -[com_8] -type=model -x=73 -y=147 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:9 -[com_9] -type=model -x=106 -y=147 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:10 -[com_10] -type=model -x=141 -y=139 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:11 -[com_11] -type=model -x=174 -y=133 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:12 -[com_12] -type=model -x=206 -y=127 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:13 -[com_13] -type=model -x=70 -y=174 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:14 -[com_14] -type=model -x=105 -y=177 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:15 -[com_15] -type=model -x=140 -y=169 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:16 -[com_16] -type=model -x=173 -y=160 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:17 -[com_17] -type=model -x=205 -y=156 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:18 -[com_18] -type=model -x=268 -y=159 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:19 -[com_19] -type=model -x=302 -y=160 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:20 -[com_20] -type=model -x=337 -y=153 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:21 -[com_21] -type=model -x=371 -y=144 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:22 -[com_22] -type=model -x=403 -y=145 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:23 -[com_23] -type=model -x=267 -y=190 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:24 -[com_24] -type=model -x=303 -y=192 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:25 -[com_25] -type=model -x=338 -y=185 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:26 -[com_26] -type=model -x=372 -y=174 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:27 -[com_27] -type=model -x=405 -y=174 -width=22 -height=22 -layer=com_37 -model=model_5236 -modelorigin_x=0 -modelorigin_y=-1 -modelangle_x=525 -modelangle_y=762 -modelangle_z=0 -modelzoom=1027 -unknown100=64712 -unknown101=2054 - -// 9:28 -[com_28] -type=text -x=75 -y=69 -width=90 -height=32 -layer=com_37 -textfont=q8_full -text=DEATH -textalignh=1 -textalignv=1 -colour=0xffffff - -// 9:29 -[com_29] -type=text -x=62 -y=223 -width=86 -height=69 -layer=com_37 -textfont=q8_full -text=Text -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc47630 - -// 9:30 -[com_30] -type=text -x=335 -y=72 -width=90 -height=32 -layer=com_37 -textfont=q8_full -text=DEATH -textalignh=1 -textalignv=1 -colour=0xffffff - -// 9:31 -[com_31] -type=text -x=346 -y=229 -width=86 -height=69 -layer=com_37 -textfont=q8_full -text=Text -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc47630 - -// 9:32 -[com_32] -type=graphic -x=481 -y=4 -width=26 -height=23 -layer=com_37 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 - -// 9:33 -[com_33] -type=text -width=62 -height=43 -layer=com_6 -textfont=q8_full -text=Draw -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc47630 -op1=Draw -onmouseover=script68(interface_9:com_34, "Draw") -onmouseleave=script68(interface_9:com_34, "") - -// 9:34 -[com_34] -type=text -width=62 -height=43 -layer=com_6 -textfont=q8_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 9:35 -[com_35] -type=text -width=63 -height=43 -layer=com_7 -textfont=q8_full -text=Hold -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xc47630 -op1=Hold -onmouseover=script68(interface_9:com_36, "Hold") -onmouseleave=script68(interface_9:com_36, "") - -// 9:36 -[com_36] -type=text -width=63 -height=43 -layer=com_7 -textfont=q8_full -textalignh=1 -textalignv=1 -textshadow=yes -colour=0xffffff - -// 9:37 -[com_37] -type=layer -width=512 -height=334 -xmode=proportion_centre -ymode=proportion_centre - -// 9:38 -[com_38] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre - -// 9:39 -[com_39] -type=layer -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_centre -layer=com_38 - -// 9:40 -[com_40] -type=graphic -x=-260 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,1" -tiling=yes - -// 9:41 -[com_41] -type=graphic -y=-171 -width=462 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,0" -tiling=yes - -// 9:42 -[com_42] -type=graphic -y=170 -width=512 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,2" -tiling=yes - -// 9:43 -[com_43] -type=graphic -x=259 -width=32 -height=334 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,3" -tiling=yes - -// 9:44 -[com_44] -type=graphic -x=-247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,4" -tiling=yes - -// 9:45 -[com_45] -type=graphic -x=247 -y=-158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,5" -tiling=yes - -// 9:46 -[com_46] -type=graphic -x=247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,7" -tiling=yes - -// 9:47 -[com_47] -type=graphic -x=-247 -y=158 -width=32 -height=32 -xmode=abs_centre -ymode=abs_centre -graphic="v2_stone_borders,6" -tiling=yes - -// 9:48 -[com_48] -type=layer -width=8192 -height=16391 -widthmode=proportion -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_39 - -// 9:49 -[com_49] -type=layer -width=8188 -height=16391 -widthmode=proportion -heightmode=proportion -ymode=abs_centre -layer=com_39 - -// 9:50 -[com_50] -type=layer -width=16391 -height=8192 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -layer=com_39 - -// 9:51 -[com_51] -type=layer -width=16391 -height=8182 -widthmode=proportion -heightmode=proportion -xmode=abs_centre -ymode=abs_bottom -layer=com_39 - -// 9:52 -[com_52] -type=layer -width=512 -height=334 -xmode=abs_centre -ymode=abs_centre -layer=com_39 - -// 9:53 -[com_53] -type=graphic -width=256 -height=16384 -widthmode=minus -heightmode=proportion -ymode=abs_centre -layer=com_49 -graphic=tradebacking -tiling=yes -outline=2 - -// 9:54 -[com_54] -type=graphic -width=256 -height=16391 -widthmode=minus -heightmode=proportion -xmode=abs_right -ymode=abs_centre -layer=com_48 -graphic=tradebacking -tiling=yes -outline=2 - -// 9:55 -[com_55] -type=graphic -width=16391 -height=167 -widthmode=proportion -heightmode=minus -xmode=abs_centre -layer=com_50 -graphic=tradebacking -tiling=yes -outline=2 - -// 9:56 -[com_56] -type=graphic -width=16391 -height=166 -widthmode=proportion -heightmode=minus -xmode=abs_centre -ymode=abs_bottom -layer=com_51 -graphic=tradebacking -tiling=yes -outline=2 - diff --git a/dumps/530/interface/interface_90.if b/dumps/530/interface/interface_90.if deleted file mode 100644 index 84826f22e..000000000 --- a/dumps/530/interface/interface_90.if +++ /dev/null @@ -1,831 +0,0 @@ -// 90:0 -[com_0] - -// 90:1 -[com_1] - -// 90:2 -[com_2] - -// 90:3 -[com_3] - -// 90:4 -[com_4] - -// 90:5 -[com_5] - -// 90:6 -[com_6] - -// 90:7 -[com_7] - -// 90:8 -[com_8] - -// 90:9 -[com_9] - -// 90:10 -[com_10] - -// 90:11 -[com_11] - -// 90:12 -[com_12] - -// 90:13 -[com_13] - -// 90:14 -[com_14] - -// 90:15 -[com_15] - -// 90:16 -[com_16] - -// 90:17 -[com_17] - -// 90:18 -[com_18] - -// 90:19 -[com_19] - -// 90:20 -[com_20] - -// 90:21 -[com_21] - -// 90:22 -[com_22] - -// 90:23 -[com_23] - -// 90:24 -[com_24] - -// 90:25 -[com_25] - -// 90:26 -[com_26] - -// 90:27 -[com_27] - -// 90:28 -[com_28] - -// 90:29 -[com_29] - -// 90:30 -[com_30] - -// 90:31 -[com_31] - -// 90:32 -[com_32] - -// 90:33 -[com_33] - -// 90:34 -[com_34] - -// 90:35 -[com_35] - -// 90:36 -[com_36] - -// 90:37 -[com_37] - -// 90:38 -[com_38] - -// 90:39 -[com_39] - -// 90:40 -[com_40] - -// 90:41 -[com_41] - -// 90:42 -[com_42] - -// 90:43 -[com_43] - -// 90:44 -[com_44] - -// 90:45 -[com_45] - -// 90:46 -[com_46] - -// 90:47 -[com_47] - -// 90:48 -[com_48] - -// 90:49 -[com_49] - -// 90:50 -[com_50] - -// 90:51 -[com_51] - -// 90:52 -[com_52] - -// 90:53 -[com_53] - -// 90:54 -[com_54] - -// 90:55 -[com_55] - -// 90:56 -[com_56] - -// 90:57 -[com_57] - -// 90:58 -[com_58] - -// 90:59 -[com_59] - -// 90:60 -[com_60] - -// 90:61 -[com_61] - -// 90:62 -[com_62] - -// 90:63 -[com_63] - -// 90:64 -[com_64] - -// 90:65 -[com_65] - -// 90:66 -[com_66] - -// 90:67 -[com_67] - -// 90:68 -[com_68] - -// 90:69 -[com_69] - -// 90:70 -[com_70] - -// 90:71 -[com_71] - -// 90:72 -[com_72] - -// 90:73 -[com_73] - -// 90:74 -[com_74] - -// 90:75 -[com_75] - -// 90:76 -[com_76] - -// 90:77 -[com_77] - -// 90:78 -[com_78] - -// 90:79 -[com_79] - -// 90:80 -[com_80] - -// 90:81 -[com_81] - -// 90:82 -[com_82] - -// 90:83 -[com_83] - -// 90:84 -[com_84] - -// 90:85 -[com_85] - -// 90:86 -[com_86] - -// 90:87 -[com_87] - -// 90:88 -[com_88] - -// 90:89 -[com_89] - -// 90:90 -[com_90] - -// 90:91 -[com_91] - -// 90:92 -[com_92] - -// 90:93 -[com_93] - -// 90:94 -[com_94] - -// 90:95 -[com_95] - -// 90:96 -[com_96] - -// 90:97 -[com_97] - -// 90:98 -[com_98] - -// 90:99 -[com_99] - -// 90:100 -[com_100] - -// 90:101 -[com_101] - -// 90:102 -[com_102] - -// 90:103 -[com_103] - -// 90:104 -[com_104] - -// 90:105 -[com_105] - -// 90:106 -[com_106] - -// 90:107 -[com_107] - -// 90:108 -[com_108] - -// 90:109 -[com_109] - -// 90:110 -[com_110] - -// 90:111 -[com_111] - -// 90:112 -[com_112] - -// 90:113 -[com_113] - -// 90:114 -[com_114] - -// 90:115 -[com_115] - -// 90:116 -[com_116] - -// 90:117 -[com_117] - -// 90:118 -[com_118] - -// 90:119 -[com_119] - -// 90:120 -[com_120] - -// 90:121 -[com_121] - -// 90:122 -[com_122] - -// 90:123 -[com_123] - -// 90:124 -[com_124] - -// 90:125 -[com_125] - -// 90:126 -[com_126] - -// 90:127 -[com_127] - -// 90:128 -[com_128] - -// 90:129 -[com_129] - -// 90:130 -[com_130] - -// 90:131 -[com_131] - -// 90:132 -[com_132] - -// 90:133 -[com_133] - -// 90:134 -[com_134] - -// 90:135 -[com_135] - -// 90:136 -[com_136] - -// 90:137 -[com_137] - -// 90:138 -[com_138] - -// 90:139 -[com_139] - -// 90:140 -[com_140] - -// 90:141 -[com_141] - -// 90:142 -[com_142] - -// 90:143 -[com_143] - -// 90:144 -[com_144] - -// 90:145 -[com_145] - -// 90:146 -[com_146] - -// 90:147 -[com_147] - -// 90:148 -[com_148] - -// 90:149 -[com_149] - -// 90:150 -[com_150] - -// 90:151 -[com_151] - -// 90:152 -[com_152] - -// 90:153 -[com_153] - -// 90:154 -[com_154] - -// 90:155 -[com_155] - -// 90:156 -[com_156] - -// 90:157 -[com_157] - -// 90:158 -[com_158] - -// 90:159 -[com_159] - -// 90:160 -[com_160] - -// 90:161 -[com_161] - -// 90:162 -[com_162] - -// 90:163 -[com_163] - -// 90:164 -[com_164] - -// 90:165 -[com_165] - -// 90:166 -[com_166] - -// 90:167 -[com_167] - -// 90:168 -[com_168] - -// 90:169 -[com_169] - -// 90:170 -[com_170] - -// 90:171 -[com_171] - -// 90:172 -[com_172] - -// 90:173 -[com_173] - -// 90:174 -[com_174] - -// 90:175 -[com_175] - -// 90:176 -[com_176] - -// 90:177 -[com_177] - -// 90:178 -[com_178] - -// 90:179 -[com_179] - -// 90:180 -[com_180] - -// 90:181 -[com_181] - -// 90:182 -[com_182] - -// 90:183 -[com_183] - -// 90:184 -[com_184] - -// 90:185 -[com_185] - -// 90:186 -[com_186] - -// 90:187 -[com_187] - -// 90:188 -[com_188] - -// 90:189 -[com_189] - -// 90:190 -[com_190] - -// 90:191 -[com_191] - -// 90:192 -[com_192] - -// 90:193 -[com_193] - -// 90:194 -[com_194] - -// 90:195 -[com_195] - -// 90:196 -[com_196] - -// 90:197 -[com_197] - -// 90:198 -[com_198] - -// 90:199 -[com_199] - -// 90:200 -[com_200] - -// 90:201 -[com_201] - -// 90:202 -[com_202] - -// 90:203 -[com_203] - -// 90:204 -[com_204] - -// 90:205 -[com_205] - -// 90:206 -[com_206] - -// 90:207 -[com_207] - -// 90:208 -[com_208] - -// 90:209 -[com_209] - -// 90:210 -[com_210] - -// 90:211 -[com_211] - -// 90:212 -[com_212] - -// 90:213 -[com_213] - -// 90:214 -[com_214] - -// 90:215 -[com_215] - -// 90:216 -[com_216] - -// 90:217 -[com_217] - -// 90:218 -[com_218] - -// 90:219 -[com_219] - -// 90:220 -[com_220] - -// 90:221 -[com_221] - -// 90:222 -[com_222] - -// 90:223 -[com_223] - -// 90:224 -[com_224] - -// 90:225 -[com_225] - -// 90:226 -[com_226] - -// 90:227 -[com_227] - -// 90:228 -[com_228] - -// 90:229 -[com_229] - -// 90:230 -[com_230] - -// 90:231 -[com_231] - -// 90:232 -[com_232] - -// 90:233 -[com_233] - -// 90:234 -[com_234] - -// 90:235 -[com_235] - -// 90:236 -[com_236] - -// 90:237 -[com_237] - -// 90:238 -[com_238] - -// 90:239 -[com_239] - -// 90:240 -[com_240] - -// 90:241 -[com_241] - -// 90:242 -[com_242] - -// 90:243 -[com_243] - -// 90:244 -[com_244] - -// 90:245 -[com_245] - -// 90:246 -[com_246] - -// 90:247 -[com_247] - -// 90:248 -[com_248] - -// 90:249 -[com_249] - -// 90:250 -[com_250] - -// 90:251 -[com_251] - -// 90:252 -[com_252] - -// 90:253 -[com_253] - -// 90:254 -[com_254] - -// 90:255 -[com_255] - -// 90:256 -[com_256] - -// 90:257 -[com_257] - -// 90:258 -[com_258] - -// 90:259 -[com_259] - -// 90:260 -[com_260] - -// 90:261 -[com_261] - -// 90:262 -[com_262] - -// 90:263 -[com_263] - -// 90:264 -[com_264] - -// 90:265 -[com_265] - -// 90:266 -[com_266] - -// 90:267 -[com_267] - -// 90:268 -[com_268] - -// 90:269 -[com_269] - -// 90:270 -[com_270] - -// 90:271 -[com_271] - -// 90:272 -[com_272] - -// 90:273 -[com_273] - -// 90:274 -[com_274] - -// 90:275 -[com_275] - -// 90:276 -[com_276] - diff --git a/dumps/530/interface/interface_91.if b/dumps/530/interface/interface_91.if deleted file mode 100644 index 18fb7a39c..000000000 --- a/dumps/530/interface/interface_91.if +++ /dev/null @@ -1,102 +0,0 @@ -// 91:0 -[com_0] - -// 91:1 -[com_1] - -// 91:2 -[com_2] - -// 91:3 -[com_3] - -// 91:4 -[com_4] - -// 91:5 -[com_5] - -// 91:6 -[com_6] - -// 91:7 -[com_7] - -// 91:8 -[com_8] - -// 91:9 -[com_9] - -// 91:10 -[com_10] - -// 91:11 -[com_11] - -// 91:12 -[com_12] - -// 91:13 -[com_13] - -// 91:14 -[com_14] - -// 91:15 -[com_15] - -// 91:16 -[com_16] - -// 91:17 -[com_17] - -// 91:18 -[com_18] - -// 91:19 -[com_19] - -// 91:20 -[com_20] - -// 91:21 -[com_21] - -// 91:22 -[com_22] - -// 91:23 -[com_23] - -// 91:24 -[com_24] - -// 91:25 -[com_25] - -// 91:26 -[com_26] - -// 91:27 -[com_27] - -// 91:28 -[com_28] - -// 91:29 -[com_29] - -// 91:30 -[com_30] - -// 91:31 -[com_31] - -// 91:32 -[com_32] - -// 91:33 -[com_33] - diff --git a/dumps/530/interface/interface_92.if b/dumps/530/interface/interface_92.if deleted file mode 100644 index 352317c14..000000000 --- a/dumps/530/interface/interface_92.if +++ /dev/null @@ -1,102 +0,0 @@ -// 92:0 -[com_0] - -// 92:1 -[com_1] - -// 92:2 -[com_2] - -// 92:3 -[com_3] - -// 92:4 -[com_4] - -// 92:5 -[com_5] - -// 92:6 -[com_6] - -// 92:7 -[com_7] - -// 92:8 -[com_8] - -// 92:9 -[com_9] - -// 92:10 -[com_10] - -// 92:11 -[com_11] - -// 92:12 -[com_12] - -// 92:13 -[com_13] - -// 92:14 -[com_14] - -// 92:15 -[com_15] - -// 92:16 -[com_16] - -// 92:17 -[com_17] - -// 92:18 -[com_18] - -// 92:19 -[com_19] - -// 92:20 -[com_20] - -// 92:21 -[com_21] - -// 92:22 -[com_22] - -// 92:23 -[com_23] - -// 92:24 -[com_24] - -// 92:25 -[com_25] - -// 92:26 -[com_26] - -// 92:27 -[com_27] - -// 92:28 -[com_28] - -// 92:29 -[com_29] - -// 92:30 -[com_30] - -// 92:31 -[com_31] - -// 92:32 -[com_32] - -// 92:33 -[com_33] - diff --git a/dumps/530/interface/interface_93.if b/dumps/530/interface/interface_93.if deleted file mode 100644 index a8c080b62..000000000 --- a/dumps/530/interface/interface_93.if +++ /dev/null @@ -1,102 +0,0 @@ -// 93:0 -[com_0] - -// 93:1 -[com_1] - -// 93:2 -[com_2] - -// 93:3 -[com_3] - -// 93:4 -[com_4] - -// 93:5 -[com_5] - -// 93:6 -[com_6] - -// 93:7 -[com_7] - -// 93:8 -[com_8] - -// 93:9 -[com_9] - -// 93:10 -[com_10] - -// 93:11 -[com_11] - -// 93:12 -[com_12] - -// 93:13 -[com_13] - -// 93:14 -[com_14] - -// 93:15 -[com_15] - -// 93:16 -[com_16] - -// 93:17 -[com_17] - -// 93:18 -[com_18] - -// 93:19 -[com_19] - -// 93:20 -[com_20] - -// 93:21 -[com_21] - -// 93:22 -[com_22] - -// 93:23 -[com_23] - -// 93:24 -[com_24] - -// 93:25 -[com_25] - -// 93:26 -[com_26] - -// 93:27 -[com_27] - -// 93:28 -[com_28] - -// 93:29 -[com_29] - -// 93:30 -[com_30] - -// 93:31 -[com_31] - -// 93:32 -[com_32] - -// 93:33 -[com_33] - diff --git a/dumps/530/interface/interface_94.if3 b/dumps/530/interface/interface_94.if3 deleted file mode 100644 index 79c2aafa4..000000000 --- a/dumps/530/interface/interface_94.if3 +++ /dev/null @@ -1,125 +0,0 @@ -// 94:0 -[com_0] -type=model -x=265 -y=27 -width=35 -height=29 -model=model_8685 -modelorigin_x=2 -modelorigin_y=-1 -modelangle_x=291 -modelangle_y=2032 -modelangle_z=0 -modelzoom=1463 -unknown100=63851 -unknown101=2953 - -// 94:1 -[com_1] -type=model -x=376 -y=29 -width=25 -height=24 -model=model_8684 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=400 -modelangle_y=2030 -modelangle_z=0 -modelzoom=2278 -unknown100=62828 -unknown101=4574 - -// 94:2 -[com_2] -type=text -y=-1 -width=333 -height=32 -xmode=abs_centre -textfont=q8_full -text=Are you sure you want to destroy this object? -textalignh=1 -textalignv=1 -colour=0x800000 - -// 94:3 -[com_3] -type=text -x=269 -y=32 -width=100 -height=17 -textfont=q8_full -text=Yes. -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 94:4 -[com_4] -type=text -x=376 -y=32 -width=100 -height=17 -textfont=q8_full -text=No. -textalignh=1 -colour=0x000000 -onmouseover=script45(event_com, ^white) -onmouseleave=script45(event_com, ^black) - -// 94:5 -[com_5] -type=graphic -x=12 -y=8 -width=57 -height=13 -xmode=abs_right -graphic="sworddecor,0" - -// 94:6 -[com_6] -type=graphic -x=12 -y=9 -width=57 -height=13 -graphic="sworddecor,1" - -// 94:7 -[com_7] -type=text -x=6 -y=67 -width=494 -height=58 -textfont=q8_full -text=Single_Line_Text -textalignh=1 -colour=0x000088 - -// 94:8 -[com_8] -type=text -x=80 -y=41 -width=145 -height=16 -textfont=p12_full -text=Name -colour=0x000000 - -// 94:9 -[com_9] -type=graphic -x=24 -y=29 -width=32 -height=32 - diff --git a/dumps/530/interface/interface_95.if3 b/dumps/530/interface/interface_95.if3 deleted file mode 100644 index 696f6e017..000000000 --- a/dumps/530/interface/interface_95.if3 +++ /dev/null @@ -1,477 +0,0 @@ -// 95:0 -[com_0] -type=model -x=246 -y=96 -width=32 -height=32 -model=model_17361 -modelorigin_x=0 -modelorigin_y=0 -modelangle_x=363 -modelangle_y=0 -modelangle_z=0 -modelzoom=600 -unknown100=0 -unknown101=3000 - -// 95:1 -[com_1] -type=model -x=7 -y=1 -width=17 -height=14 -layer=com_23 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:2 -[com_2] -type=model -x=98 -y=3 -width=17 -height=14 -layer=com_24 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:3 -[com_3] -type=model -x=53 -width=17 -height=14 -layer=com_25 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:4 -[com_4] -type=model -width=17 -height=14 -layer=com_26 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:5 -[com_5] -type=model -width=17 -height=14 -layer=com_27 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:6 -[com_6] -type=model -x=60 -y=3 -width=17 -height=14 -layer=com_28 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:7 -[com_7] -type=model -x=2 -y=3 -width=17 -height=14 -layer=com_29 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:8 -[com_8] -type=model -x=1 -y=1 -width=17 -height=14 -layer=com_30 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:9 -[com_9] -type=model -x=95 -y=3 -width=17 -height=14 -layer=com_31 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:10 -[com_10] -type=model -x=44 -y=1 -width=17 -height=14 -layer=com_32 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:11 -[com_11] -type=model -x=7 -y=1 -width=17 -height=14 -layer=com_33 -model=model_17360 -modelorigin_x=1 -modelorigin_y=0 -modelangle_x=355 -modelangle_y=0 -modelangle_z=0 -modelzoom=400 -unknown100=0 -unknown101=3000 - -// 95:12 -[com_12] -type=text -x=25 -width=76 -height=14 -layer=com_23 -textfont=p12_full -text=Port Tyras -textshadow=yes -colour=0xff981f - -// 95:13 -[com_13] -type=text -width=90 -height=14 -layer=com_24 -textfont=p12_full -text=Port Phasmatys -textshadow=yes -colour=0xff981f - -// 95:14 -[com_14] -type=text -width=52 -height=14 -layer=com_25 -textfont=p12_full -text=Catherby -textshadow=yes -colour=0xff981f - -// 95:15 -[com_15] -type=text -x=15 -y=-2 -width=85 -height=20 -layer=com_26 -textfont=p12_full -text=Shipyard -textshadow=yes -colour=0xff981f - -// 95:16 -[com_16] -type=text -x=16 -width=109 -height=17 -layer=com_27 -textfont=p12_full -text= Karamja -textshadow=yes -colour=0xff981f - -// 95:17 -[com_17] -type=text -y=1 -width=59 -height=14 -layer=com_28 -textfont=p12_full -text=Brimhaven -textshadow=yes -colour=0xff981f - -// 95:18 -[com_18] -type=text -x=18 -y=2 -width=74 -height=14 -layer=com_29 -textfont=p12_full -text=Port Khazard -textshadow=yes -colour=0xff981f - -// 95:19 -[com_19] -type=text -x=18 -width=119 -height=15 -layer=com_30 -textfont=p12_full -text=Port Sarim -textshadow=yes -colour=0xff981f - -// 95:20 -[com_20] -type=text -x=1 -y=1 -width=92 -height=14 -layer=com_31 -textfont=p12_full -text=Mos Le'Harmless -textshadow=yes -colour=0xff981f - -// 95:21 -[com_21] -type=text -width=61 -height=14 -layer=com_32 -textfont=p12_full -text=Crandor -textshadow=yes -colour=0xff981f - -// 95:22 -[com_22] -type=text -x=25 -width=76 -height=14 -layer=com_33 -textfont=p12_full -text=Oo'glog -textshadow=yes -colour=0xff981f - -// 95:23 -[com_23] -type=layer -x=68 -y=182 -width=101 -height=14 -op1=Ok -onmouseover=script67(interface_95:com_1, model_17359) -onmouseleave=script67(interface_95:com_1, model_17360) - -// 95:24 -[com_24] -type=layer -x=308 -y=116 -width=117 -height=16 -op1=Ok -onmouseover=script67(interface_95:com_2, model_17359) -onmouseleave=script67(interface_95:com_2, model_17360) - -// 95:25 -[com_25] -type=layer -x=171 -y=118 -width=69 -height=17 -op1=Ok -onmouseover=script67(interface_95:com_3, model_17359) -onmouseleave=script67(interface_95:com_3, model_17360) - -// 95:26 -[com_26] -type=layer -x=253 -y=205 -width=100 -height=15 -op1=Ok -onmouseover=script67(interface_95:com_4, model_17359) -onmouseleave=script67(interface_95:com_4, model_17360) - -// 95:27 -[com_27] -type=layer -x=247 -y=178 -width=128 -height=17 -op1=Ok -onmouseover=script67(interface_95:com_5, model_17359) -onmouseleave=script67(interface_95:com_5, model_17360) - -// 95:28 -[com_28] -type=layer -x=154 -y=156 -width=76 -height=18 -op1=Ok -onmouseover=script67(interface_95:com_6, model_17359) -onmouseleave=script67(interface_95:com_6, model_17360) - -// 95:29 -[com_29] -type=layer -x=174 -y=191 -width=93 -height=16 -op1=Ok -onmouseover=script67(interface_95:com_7, model_17359) -onmouseleave=script67(interface_95:com_7, model_17360) - -// 95:30 -[com_30] -type=layer -x=281 -y=162 -width=136 -height=15 -op1=Ok -onmouseover=script67(interface_95:com_8, model_17359) -onmouseleave=script67(interface_95:com_8, model_17360) - -// 95:31 -[com_31] -type=layer -x=321 -y=220 -width=114 -height=17 -op1=Ok -onmouseover=script67(interface_95:com_9, model_17359) -onmouseleave=script67(interface_95:com_9, model_17360) - -// 95:32 -[com_32] -type=layer -x=186 -y=144 -width=61 -height=15 -op1=Ok -onmouseover=script67(interface_95:com_10, model_17359) -onmouseleave=script67(interface_95:com_10, model_17360) - -// 95:33 -[com_33] -type=layer -x=162 -y=233 -width=101 -height=19 -op1=Ok -onmouseover=script67(interface_95:com_11, model_17359) -onmouseleave=script67(interface_95:com_11, model_17360) - -// 95:34 -[com_34] -type=graphic -x=483 -y=6 -width=26 -height=23 -graphic="close_buttons,4" -op1=Close -onmouseover=script44(event_com, "close_buttons,5") -onmouseleave=script44(event_com, "close_buttons,4") -onop=script29 -onclick=script29 - diff --git a/dumps/530/interface/interface_96.if3 b/dumps/530/interface/interface_96.if3 deleted file mode 100644 index 4015e891e..000000000 --- a/dumps/530/interface/interface_96.if3 +++ /dev/null @@ -1,11 +0,0 @@ -// 96:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes -trans=50 - diff --git a/dumps/530/interface/interface_97.if3 b/dumps/530/interface/interface_97.if3 deleted file mode 100644 index 5c3214ecc..000000000 --- a/dumps/530/interface/interface_97.if3 +++ /dev/null @@ -1,11 +0,0 @@ -// 97:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes -trans=200 - diff --git a/dumps/530/interface/interface_98.if3 b/dumps/530/interface/interface_98.if3 deleted file mode 100644 index 5f6048bfc..000000000 --- a/dumps/530/interface/interface_98.if3 +++ /dev/null @@ -1,11 +0,0 @@ -// 98:0 -[com_0] -type=rectangle -width=16391 -height=16391 -widthmode=proportion -heightmode=proportion -colour=0x000000 -fill=yes -trans=150 - diff --git a/dumps/530/interface/interface_99.if3 b/dumps/530/interface/interface_99.if3 deleted file mode 100644 index 6baab6715..000000000 --- a/dumps/530/interface/interface_99.if3 +++ /dev/null @@ -1,199 +0,0 @@ -// 99:0 -[com_0] -type=model -x=23 -y=28 -width=472 -height=283 -model=model_3033 -modelorigin_x=-2 -modelorigin_y=-11 -modelangle_x=490 -modelangle_y=0 -modelangle_z=0 -modelzoom=498 -unknown100=65091 -unknown101=979 - -// 99:1 -[com_1] -type=model -x=153 -y=92 -width=51 -height=62 -model=model_3712 -modelorigin_x=-3 -modelorigin_y=-23 -modelangle_x=241 -modelangle_y=1454 -modelangle_z=0 -modelzoom=1528 -unknown100=63729 -unknown101=3169 - -// 99:2 -[com_2] -type=model -x=81 -y=109 -width=69 -height=80 -model=model_3712 -modelorigin_x=6 -modelorigin_y=-28 -modelangle_x=253 -modelangle_y=1666 -modelangle_z=0 -modelzoom=1229 -unknown100=64102 -unknown101=2577 - -// 99:3 -[com_3] -type=model -x=311 -y=90 -width=57 -height=67 -model=model_3712 -modelorigin_x=7 -modelorigin_y=-21 -modelangle_x=253 -modelangle_y=1755 -modelangle_z=0 -modelzoom=1528 -unknown100=63722 -unknown101=3182 - -// 99:4 -[com_4] -type=model -x=370 -y=107 -width=68 -height=80 -model=model_3712 -modelorigin_x=11 -modelorigin_y=-22 -modelangle_x=276 -modelangle_y=1905 -modelangle_z=0 -modelzoom=1229 -unknown100=64090 -unknown101=2593 - -// 99:5 -[com_5] -type=text -x=95 -y=62 -width=102 -height=19 -textfont=q8_full -text=Harold -textalignh=1 -colour=0x333333 - -// 99:6 -[com_6] -type=text -x=322 -y=62 -width=103 -height=23 -textfont=q8_full -text=Player -textalignh=1 -colour=0x333333 - -// 99:7 -[com_7] -type=graphic -x=62 -y=236 -width=36 -height=32 -outline=1 -graphicshadow=2894892 - -// 99:8 -[com_8] -type=graphic -x=396 -y=236 -width=36 -height=32 -outline=1 -graphicshadow=2894892 - -// 99:9 -[com_9] -type=layer -x=189 -y=235 -width=131 -height=25 -hide=yes - -// 99:10 -[com_10] -type=text -x=1 -y=2 -width=127 -height=22 -layer=com_9 -textfont=q8_full -text=Roll Dice! -textalignh=1 -colour=0x333333 -op1=Roll - -// 99:11 -[com_11] -type=layer -x=190 -y=234 -width=128 -height=27 -hide=yes - -// 99:12 -[com_12] -type=text -x=1 -y=3 -width=126 -height=20 -layer=com_11 -textfont=q8_full -text=Continue... -textalignh=1 -colour=0x333333 - -// 99:13 -[com_13] -type=text -x=186 -y=197 -width=143 -height=21 -textfont=q8_full -text=You win! -textalignh=1 -colour=0x880000 - -// 99:14 -[com_14] -type=graphic -x=441 -y=47 -width=26 -height=23 -graphic="close_buttons,2" -op1=Close -onmouseover=script44(event_com, "close_buttons,3") -onmouseleave=script44(event_com, "close_buttons,2") -onop=script29 - diff --git a/dumps/530/script/[clientscript,script100].cs2 b/dumps/530/script/[clientscript,script100].cs2 deleted file mode 100644 index b100964b6..000000000 --- a/dumps/530/script/[clientscript,script100].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 100 -[clientscript,script100](component $component0) -~script559($component0); diff --git a/dumps/530/script/[clientscript,script101].cs2 b/dumps/530/script/[clientscript,script101].cs2 deleted file mode 100644 index f627289eb..000000000 --- a/dumps/530/script/[clientscript,script101].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 101 -[clientscript,script101] -~script1548(0); diff --git a/dumps/530/script/[clientscript,script1026].cs2 b/dumps/530/script/[clientscript,script1026].cs2 deleted file mode 100644 index 72c8b4416..000000000 --- a/dumps/530/script/[clientscript,script1026].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1026 -[clientscript,script1026] -if_setcolour(^yellow, interface_157:com_30); diff --git a/dumps/530/script/[clientscript,script1027].cs2 b/dumps/530/script/[clientscript,script1027].cs2 deleted file mode 100644 index 6a4a3fd63..000000000 --- a/dumps/530/script/[clientscript,script1027].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1027 -[clientscript,script1027] -if_setcolour(^white, interface_157:com_30); diff --git a/dumps/530/script/[clientscript,script1028].cs2 b/dumps/530/script/[clientscript,script1028].cs2 deleted file mode 100644 index 19575980e..000000000 --- a/dumps/530/script/[clientscript,script1028].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1028 -[clientscript,script1028] -~script1029(enum_1484, 9); diff --git a/dumps/530/script/[clientscript,script1031].cs2 b/dumps/530/script/[clientscript,script1031].cs2 deleted file mode 100644 index 6fa7bfe82..000000000 --- a/dumps/530/script/[clientscript,script1031].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1031 -[clientscript,script1031] -openurl("www", "kbase/viewcategory.ws?cat_id=827", false); diff --git a/dumps/530/script/[clientscript,script1035].cs2 b/dumps/530/script/[clientscript,script1035].cs2 deleted file mode 100644 index b0c69a52f..000000000 --- a/dumps/530/script/[clientscript,script1035].cs2 +++ /dev/null @@ -1,63 +0,0 @@ -// 1035 -[clientscript,script1035](int $int0, int $int1, int $int2, int $int3, string $string0) -def_int $int4 = 0; -cc_create(interface_157:com_23, ^iftype_graphic, $int4); -cc_setgraphic("v2_stone_borders,18"); -cc_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); -$int4 = calc($int4 + 1); -cc_create(interface_157:com_23, ^iftype_graphic, $int4); -cc_setgraphic("v2_stone_borders,8"); -cc_setposition($int0, calc($int1 - 14), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int2, 32, ^setsize_abs, ^setsize_abs); -$int4 = calc($int4 + 1); -cc_create(interface_157:com_23, ^iftype_graphic, $int4); -cc_setgraphic("v2_stone_borders,19"); -cc_setposition(calc($int2 + $int0 - 32), $int1, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); -$int4 = calc($int4 + 1); -cc_create(interface_157:com_23, ^iftype_graphic, $int4); -cc_setgraphic("v2_stone_borders,13"); -cc_setposition(calc($int0 - 14), $int1, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, $int3, ^setsize_abs, ^setsize_abs); -$int4 = calc($int4 + 1); -cc_create(interface_157:com_23, ^iftype_graphic, $int4); -cc_setgraphic("v2_stone_borders,13"); -cc_setposition(calc($int0 + $int2 - 20), $int1, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, $int3, ^setsize_abs, ^setsize_abs); -$int4 = calc($int4 + 1); -cc_create(interface_157:com_23, ^iftype_graphic, $int4); -cc_setgraphic("v2_stone_borders,20"); -cc_setposition($int0, calc($int1 + $int3 - 32), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); -$int4 = calc($int4 + 1); -cc_create(interface_157:com_23, ^iftype_graphic, $int4); -cc_setgraphic("v2_stone_borders,21"); -cc_setposition(calc($int0 + $int2 - 32), calc($int1 + $int3 - 32), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); -$int4 = calc($int4 + 1); -cc_create(interface_157:com_23, ^iftype_graphic, $int4); -cc_setgraphic("v2_stone_borders,8"); -cc_setposition($int0, calc($int1 + $int3 - 20), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int2, 32, ^setsize_abs, ^setsize_abs); -$int4 = calc($int4 + 1); -cc_create(interface_157:com_23, ^iftype_rectangle, $int4); -cc_setposition(calc($int0 + 6), calc($int1 + 6), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(calc($int2 - 12), calc($int3 - 12), ^setsize_abs, ^setsize_abs); -cc_setcolour(0x83765e); -cc_setfill(true); -$int4 = calc($int4 + 1); -cc_create(interface_157:com_23, ^iftype_rectangle, $int4); -cc_setposition(calc($int0 + 3), calc($int1 + 3), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int2, $int3, ^setsize_abs, ^setsize_abs); -cc_setcolour(^black); -cc_setfill(true); -cc_settrans(200); -$int4 = calc($int4 + 1); -cc_create(interface_157:com_23, ^iftype_text, $int4); -cc_setposition(10, 10, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(400, 50, ^setsize_abs, ^setsize_abs); -cc_setcolour(^white); -cc_settextshadow(true); -cc_settextfont(p12_full); -cc_settext($string0); diff --git a/dumps/530/script/[clientscript,script1038].cs2 b/dumps/530/script/[clientscript,script1038].cs2 deleted file mode 100644 index 366f98c2f..000000000 --- a/dumps/530/script/[clientscript,script1038].cs2 +++ /dev/null @@ -1,106 +0,0 @@ -// 1038 -[clientscript,script1038](int $key0, char $char1, component $component2, component $component3, component $component4, component $component5, chatphrase $chatphrase6, int $int7) -if ($key0 = ^key_page_up) { - if ($int7 = 0) { - return; - } - if (%varclient_128 <= 0) { - %varclient_128 = calc($int7 - 1); - } else { - %varclient_128 = calc(%varclient_128 - 1); - } - if (cc_find($component4, calc(%varclient_128 + 1)) = true) { - if (.cc_find($component4, 0) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setcolour(0x577e45); - .cc_setfill(true); - } - if (cc_gety < if_getscrolly($component4)) { - ~script72($component5, $component4, calc(if_getscrolly($component4) - cc_getheight)); - } else if (calc(cc_gety + cc_getheight) > calc(if_getheight($component4) + if_getscrolly($component4))) { - ~script72($component5, $component4, if_getscrollheight($component4)); - } - } - return; -} -if ($key0 = ^key_page_down) { - if ($int7 = 0) { - return; - } - if (%varclient_128 = calc($int7 - 1)) { - %varclient_128 = 0; - } else { - %varclient_128 = calc(%varclient_128 + 1); - } - if (cc_find($component4, calc(%varclient_128 + 1)) = true) { - if (.cc_find($component4, 0) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setcolour(0x577e45); - .cc_setfill(true); - } - if (calc(cc_gety + cc_getheight) > calc(if_getheight($component4) + if_getscrolly($component4))) { - ~script72($component5, $component4, calc(if_getscrolly($component4) + cc_getheight)); - } else if (cc_gety < if_getscrolly($component4)) { - ~script72($component5, $component4, 0); - } - } - return; -} -if ($key0 = ^key_home) { - ~script1050(%varclient_126, %varclientstring_27); - return; -} -if ($key0 = ^key_escape) { - ~script1054; - return; -} -def_int $int8 = string_length(%varclientstring_30); -def_int $int9 = oc_find(%varclientstring_30, %varclient_161); -def_int $int10 = 0; -def_obj $obj11 = null; -if ($key0 = ^key_return) { - if (%varclient_128 < 0) { - if ($int8 > 0) { - %varclient_129 = 0; - if_setontimer(null, $component3); - ~script1041($component2, $component4, $component5, $chatphrase6); - } else { - ~script1054; - } - } else if ($int9 > 0 & cc_find($component4, calc(%varclient_128 + 1)) = true) { - while ($int10 < $int9) { - $obj11 = oc_findnext; - if (compare(cc_gettext, oc_name($obj11)) = 0) { - ~script1076($component2, $chatphrase6, $obj11); - return; - } - $int10 = calc($int10 + 1); - } - } - return; -} -if ($key0 = ^key_backspace) { - if ($int8 > 0) { - %varclientstring_30 = substring(%varclientstring_30, 0, calc($int8 - 1)); - } else if (%varclient_127 = 0) { - ~script1054; - } else { - %varclient_128 = -1; - if_sethide(true, interface_137:com_7); - if_sethide(true, interface_137:com_9); - if_sethide(true, interface_137:com_13); - if_sethide(false, interface_137:com_17); - if_sethide(false, interface_137:com_1); - if_sethide(true, interface_137:com_3); - return; - } -} else if (char_isprintable($char1) = true & $int8 < 80) { - %varclientstring_30 = removetags(append_char(%varclientstring_30, $char1)); -} else { - return; -} -if_settext("Search for: <%varclientstring_30>*", $component3); -%varclient_129 = 50; -if_setontimer("script1040($component2, $component3, $component4, $component5, $chatphrase6)", $component3); diff --git a/dumps/530/script/[clientscript,script103].cs2 b/dumps/530/script/[clientscript,script103].cs2 deleted file mode 100644 index a99318833..000000000 --- a/dumps/530/script/[clientscript,script103].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 103 -[clientscript,script103] -if (%varclient_11 = 1) { - if_close; -} -if (%varplayer_281 < 1000 & %varplayerbit_4895 = 2) { - mes("You need to complete 'Learning the Ropes' before adding friends to your Friends List."); - return; -} -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if_settext("Enter name of friend to add to list", interface_752:com_4); -if_settext("*", interface_752:com_5); -%varclient_5 = 2; -%varclientstring_22 = ""; -if_setonclick(null, interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[clientscript,script1040].cs2 b/dumps/530/script/[clientscript,script1040].cs2 deleted file mode 100644 index 7f763fb84..000000000 --- a/dumps/530/script/[clientscript,script1040].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1040 -[clientscript,script1040](component $component0, component $component1, component $component2, component $component3, chatphrase $chatphrase4) -%varclient_129 = calc(%varclient_129 - 1); -if (%varclient_129 > 0) { - return; -} -if_setontimer(null, $component1); -~script1041($component0, $component2, $component3, $chatphrase4); diff --git a/dumps/530/script/[clientscript,script1043].cs2 b/dumps/530/script/[clientscript,script1043].cs2 deleted file mode 100644 index dba660ac3..000000000 --- a/dumps/530/script/[clientscript,script1043].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1043 -[clientscript,script1043](int $int0, component $component1) -if (cc_find($component1, $int0) = true) { - %varclient_128 = calc($int0 - 1); - if (.cc_find($component1, 0) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setcolour(0x577e45); - .cc_setfill(true); - } -} diff --git a/dumps/530/script/[clientscript,script1045].cs2 b/dumps/530/script/[clientscript,script1045].cs2 deleted file mode 100644 index e48282325..000000000 --- a/dumps/530/script/[clientscript,script1045].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1045 -[clientscript,script1045](int $int0, component $component1, int $int2) -if (cc_find($component1, $int0) = true) { - %varclient_128 = $int2; - if (.cc_find($component1, 0) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setcolour(0x577e45); - .cc_setfill(true); - } -} diff --git a/dumps/530/script/[clientscript,script1046].cs2 b/dumps/530/script/[clientscript,script1046].cs2 deleted file mode 100644 index d311cb0de..000000000 --- a/dumps/530/script/[clientscript,script1046].cs2 +++ /dev/null @@ -1,103 +0,0 @@ -// 1046 -[clientscript,script1046](int $key0, char $char1, component $component2, component $component3, component $component4, chatphrase $chatphrase5, int $int6) -def_int $int7 = 1; -def_int $int8 = 0; -def_int $int9 = 1000; -def_int $int10 = -1; -if (char_isalphanumeric($char1) = true) { - while ($int8 < $int6) { - if (cc_find($component3, calc(~script1844($int8) + 1)) = true & string_indexof_char(lowercase(cc_gettext), char_tolowercase($char1), 0) = 0 & .cc_find($component3, 0) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setcolour(0x577e45); - .cc_setfill(true); - if ($int8 < %varclient_128) { - if (cc_gety < if_getscrolly($component3)) { - ~script72($component4, $component3, cc_gety); - } - } else if ($int8 > %varclient_128 & calc(cc_gety + cc_getheight) > calc(if_getheight($component3) + if_getscrolly($component3))) { - ~script72($component4, $component3, calc(cc_gety + cc_getheight - if_getheight($component3))); - } - %varclient_128 = $int8; - return; - } - $int8 = calc($int8 + 1); - } - return; -} -if ($key0 = ^key_page_up) { - if ($int6 = 0) { - return; - } - if (%varclient_128 <= 0) { - %varclient_128 = calc($int6 - 1); - } else { - %varclient_128 = calc(%varclient_128 - 1); - } - if (cc_find($component3, calc(~script1844(%varclient_128) + 1)) = true) { - if (.cc_find($component3, 0) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setcolour(0x577e45); - .cc_setfill(true); - } - if (cc_gety < if_getscrolly($component3)) { - ~script72($component4, $component3, calc(if_getscrolly($component3) - cc_getheight)); - } else if (calc(cc_gety + cc_getheight) > calc(if_getheight($component3) + if_getscrolly($component3))) { - ~script72($component4, $component3, if_getscrollheight($component3)); - } - } - return; -} -if ($key0 = ^key_page_down) { - if ($int6 = 0) { - return; - } - if (%varclient_128 = calc($int6 - 1)) { - %varclient_128 = 0; - } else { - %varclient_128 = calc(%varclient_128 + 1); - } - if (cc_find($component3, calc(~script1844(%varclient_128) + 1)) = true) { - if (.cc_find($component3, 0) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setcolour(0x577e45); - .cc_setfill(true); - } - if (calc(cc_gety + cc_getheight) > calc(if_getheight($component3) + if_getscrolly($component3))) { - ~script72($component4, $component3, calc(if_getscrolly($component3) + cc_getheight)); - } else if (cc_gety < if_getscrolly($component3)) { - ~script72($component4, $component3, 0); - } - } - return; -} -if ($key0 = ^key_home) { - ~script1050(%varclient_126, %varclientstring_27); - return; -} -if ($key0 = ^key_escape) { - ~script1054; - return; -} -if ($key0 = ^key_return) { - if (%varclient_128 >= 0 & cc_find($component3, calc(%varclient_128 + 1)) = true) { - ~script1074($component2, $chatphrase5, ~script1844(%varclient_128)); - } - return; -} -if ($key0 = ^key_backspace) { - if (%varclient_127 = 0) { - ~script1054; - } else { - %varclient_128 = -1; - if_sethide(true, interface_137:com_7); - if_sethide(true, interface_137:com_9); - if_sethide(true, interface_137:com_13); - if_sethide(false, interface_137:com_17); - if_sethide(false, interface_137:com_1); - if_sethide(true, interface_137:com_3); - } - return; -} diff --git a/dumps/530/script/[clientscript,script1048].cs2 b/dumps/530/script/[clientscript,script1048].cs2 deleted file mode 100644 index 3b2d39c9a..000000000 --- a/dumps/530/script/[clientscript,script1048].cs2 +++ /dev/null @@ -1,42 +0,0 @@ -// 1048 -[clientscript,script1048](int $key0, char $char1, component $component2, component $component3, chatphrase $chatphrase4) -if ($key0 = ^key_escape) { - ~script1054; - return; -} -if ($key0 = ^key_home) { - ~script1050(%varclient_126, %varclientstring_27); - return; -} -def_int $int5 = string_length(tostring(%varclient_129)); -def_int $int6 = string_indexof_char("0123456789", $char1, 0); -if ($key0 = ^key_return) { - if ($int5 > 0) { - ~script1074($component2, $chatphrase4, %varclient_129); - } else { - ~script1054; - } - return; -} -if ($key0 = ^key_backspace) { - if ($int5 > 0) { - %varclient_129 = calc(%varclient_129 / 10); - } else if (%varclient_127 = 0) { - ~script1054; - } else { - if_sethide(true, interface_137:com_7); - if_sethide(true, interface_137:com_9); - if_sethide(true, interface_137:com_13); - if_sethide(false, interface_137:com_17); - if_sethide(false, interface_137:com_1); - if_sethide(true, interface_137:com_3); - return; - } -} else if ($int6 >= 0 & $int5 < 10 & calc(%varclient_129 * 10 + $int6) > 0) { - %varclient_129 = calc(%varclient_129 * 10 + $int6); -} -if (%varclient_129 > 0) { - if_settext("Please enter a value: *", $component3); -} else { - if_settext("Please enter a value: *", $component3); -} diff --git a/dumps/530/script/[clientscript,script1049].cs2 b/dumps/530/script/[clientscript,script1049].cs2 deleted file mode 100644 index b0d7e2ebe..000000000 --- a/dumps/530/script/[clientscript,script1049].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1049 -[clientscript,script1049](int $int0) -if ($int0 = 1) { - ~script1050(0, ""); -} else if ($int0 = 2) { - ~script1050(2, ""); -} diff --git a/dumps/530/script/[clientscript,script104].cs2 b/dumps/530/script/[clientscript,script104].cs2 deleted file mode 100644 index 571530593..000000000 --- a/dumps/530/script/[clientscript,script104].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 104 -[clientscript,script104] -if (%varclient_11 = 1) { - if_close; -} -if (%varplayer_281 < 1000 & %varplayerbit_4895 = 2) { - mes("You need to complete 'Learning the Ropes' before deleting friends from your Friends List."); - return; -} -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if_settext("Enter name of friend to delete from list", interface_752:com_4); -if_settext("*", interface_752:com_5); -%varclient_5 = 3; -%varclientstring_22 = ""; -if_setonclick(null, interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[clientscript,script1053].cs2 b/dumps/530/script/[clientscript,script1053].cs2 deleted file mode 100644 index 076094f23..000000000 --- a/dumps/530/script/[clientscript,script1053].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1053 -[clientscript,script1053] -~script1054; diff --git a/dumps/530/script/[clientscript,script1055].cs2 b/dumps/530/script/[clientscript,script1055].cs2 deleted file mode 100644 index a83967465..000000000 --- a/dumps/530/script/[clientscript,script1055].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1055 -[clientscript,script1055](component $component0) -if_setgraphic("v2_stone_close_button,3", $component0); diff --git a/dumps/530/script/[clientscript,script1056].cs2 b/dumps/530/script/[clientscript,script1056].cs2 deleted file mode 100644 index 835f3bdd2..000000000 --- a/dumps/530/script/[clientscript,script1056].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1056 -[clientscript,script1056](component $component0) -if_setgraphic("v2_stone_close_button,2", $component0); diff --git a/dumps/530/script/[clientscript,script1057].cs2 b/dumps/530/script/[clientscript,script1057].cs2 deleted file mode 100644 index ca0cebea4..000000000 --- a/dumps/530/script/[clientscript,script1057].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1057 -[clientscript,script1057](component $component0) -if_setgraphic("v2_stone_close_button,5", $component0); diff --git a/dumps/530/script/[clientscript,script1058].cs2 b/dumps/530/script/[clientscript,script1058].cs2 deleted file mode 100644 index b014c1117..000000000 --- a/dumps/530/script/[clientscript,script1058].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1058 -[clientscript,script1058](component $component0) -if_setgraphic("v2_stone_close_button,4", $component0); diff --git a/dumps/530/script/[clientscript,script1059].cs2 b/dumps/530/script/[clientscript,script1059].cs2 deleted file mode 100644 index acd4f3251..000000000 --- a/dumps/530/script/[clientscript,script1059].cs2 +++ /dev/null @@ -1,129 +0,0 @@ -// 1059 -[clientscript,script1059](int $key0, char $char1, component $component2, int $int3, chatcat $chatcat4, chatphrase $chatphrase5, int $int6) -if (if_gethide(enum(int, component, enum_1550, calc($int3 + 1))) = false) { - return; -} -def_component $component7 = enum(int, component, enum_1551, $int3); -if ($key0 = ^key_page_up) { - if ($int6 = 0) { - return; - } - if (cc_find($component7, %varclient_128) = true) { - cc_sethide(true); - } - if (%varclient_128 <= 0) { - %varclient_128 = calc($int6 - 1); - } else { - %varclient_128 = calc(%varclient_128 - 1); - } - if (cc_find($component7, %varclient_128) = true & cc_gethide = true) { - cc_sethide(false); - cc_setcolour(0x577e45); - } - return; -} -if ($key0 = ^key_page_down) { - if ($int6 = 0) { - return; - } - if (cc_find($component7, %varclient_128) = true) { - cc_sethide(true); - } - if (%varclient_128 = calc($int6 - 1)) { - %varclient_128 = 0; - } else { - %varclient_128 = calc(%varclient_128 + 1); - } - if (cc_find($component7, %varclient_128) = true & cc_gethide = true) { - cc_sethide(false); - cc_setcolour(0x577e45); - } - return; -} -def_int $int8 = 0; -def_int $int9 = 0; -if ($key0 = ^key_return) { - if (%varclient_128 < 0) { - if ($chatcat4 ! chatcat_32769 & $int3 = 0) { - ~script1900(enum(int, component, enum_1550, $int3), enum(int, component, enum_1551, $int3), %varclient_128, calc($int3 + 1)); - } - } else if ($chatcat4 ! null) { - $int8 = chatcat_getsubcatcount($chatcat4); - $int9 = chatcat_getphrasecount($chatcat4); - if (%varclient_128 = calc($int8 + $int9)) { - if ($int3 = 0 & ~script1036 ! null & cc_find(enum(int, component, enum_1550, $int3), %varclient_128) = true) { - ~script1061(enum(int, component, enum_1550, $int3), enum(int, component, enum_1551, $int3), %varclient_128, $component2, calc($int3 + 1), ~script1036); - } - } else if (%varclient_128 < $int8) { - ~script1061(enum(int, component, enum_1550, $int3), enum(int, component, enum_1551, $int3), %varclient_128, $component2, calc($int3 + 1), chatcat_getsubcat($chatcat4, %varclient_128)); - } else if (%varclient_128 < calc($int8 + $int9)) { - ~script1071($component2, chatcat_getphrase($chatcat4, calc(%varclient_128 - $int8)), $int3); - } else { - ~script1900(enum(int, component, enum_1550, $int3), enum(int, component, enum_1551, $int3), %varclient_128, calc($int3 + 1)); - } - } else if ($chatphrase5 ! null) { - $int8 = 0; - $int9 = chatphrase_getautoresponsecount($chatphrase5); - ~script1071($component2, chatphrase_getautoresponse($chatphrase5, %varclient_128), $int3); - } - return; -} -if ($key0 = ^key_home) { - ~script1050(%varclient_126, %varclientstring_27); - return; -} -if ($key0 = ^key_escape) { - ~script1054; - return; -} -if ($key0 = ^key_backspace & $int3 > 0) { - ~script1068($component2, calc($int3 - 1)); - return; -} -if (char_isalphanumeric($char1) = false) { - return; -} -$char1 = char_touppercase($char1); -def_int $int10 = 0; -def_int $int11 = 0; -def_char $char12 = null; -if ($chatcat4 ! null) { - $int8 = chatcat_getsubcatcount($chatcat4); - $int9 = chatcat_getphrasecount($chatcat4); - if ($int3 = 0 & compare("X", append_char("", $char1)) = 0 & ~script1036 ! null) { - $int10 = calc($int8 + $int9); - if (cc_find(enum(int, component, enum_1550, $int3), $int10) = true) { - ~script1061(enum(int, component, enum_1550, $int3), enum(int, component, enum_1551, $int3), $int10, $component2, calc($int3 + 1), ~script1036); - } - return; - } - $int10 = 0; - while ($int11 < $int8) { - $char12 = char_touppercase(chatcat_getsubcatshortcut($chatcat4, $int11)); - if ($char12 = $char1) { - ~script1061(enum(int, component, enum_1550, $int3), enum(int, component, enum_1551, $int3), $int10, $component2, calc($int3 + 1), chatcat_getsubcat($chatcat4, $int10)); - return; - } - $int10 = calc($int10 + 1); - $int11 = calc($int11 + 1); - } -} else { - $int8 = 0; - $int9 = chatphrase_getautoresponsecount($chatphrase5); -} -if (char_isnumeric($char1) = false) { - return; -} -def_int $int13 = string_indexof_char("0123456789", $char1, 0); -if ($int13 = 0) { - $int13 = 10; -} -if ($int13 > $int9) { - return; -} -$int10 = calc($int13 - 1); -if ($chatcat4 ! null) { - ~script1071($component2, chatcat_getphrase($chatcat4, $int10), $int3); -} else if ($chatphrase5 ! null) { - ~script1071($component2, chatphrase_getautoresponse($chatphrase5, $int10), $int3); -} diff --git a/dumps/530/script/[clientscript,script105].cs2 b/dumps/530/script/[clientscript,script105].cs2 deleted file mode 100644 index 697ce0767..000000000 --- a/dumps/530/script/[clientscript,script105].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 105 -[clientscript,script105] -if (%varclient_11 = 1) { - if_close; -} -if (%varplayer_281 < 1000 & %varplayerbit_4895 = 2) { - mes("You need to complete 'Learning the Ropes' before adding players to your Ignore List."); - return; -} -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if_settext("Enter name of player to add to list", interface_752:com_4); -if_settext("*", interface_752:com_5); -%varclient_5 = 4; -%varclientstring_22 = ""; -if_setonclick(null, interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[clientscript,script1060].cs2 b/dumps/530/script/[clientscript,script1060].cs2 deleted file mode 100644 index e310fc010..000000000 --- a/dumps/530/script/[clientscript,script1060].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1060 -[clientscript,script1060](component $component0, component $component1, int $int2, component $component3, int $int4, chatcat $chatcat5) -~script1061($component0, $component1, $int2, $component3, $int4, $chatcat5); diff --git a/dumps/530/script/[clientscript,script1065].cs2 b/dumps/530/script/[clientscript,script1065].cs2 deleted file mode 100644 index c21d4977c..000000000 --- a/dumps/530/script/[clientscript,script1065].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1065 -[clientscript,script1065](component $component0, int $int1) -if (if_getscrollx($component0) > $int1) { - if_setscrollsize(calc(if_getscrollwidth($component0) - 10), 0, $component0); - if_setscrollpos(calc(if_getscrollx($component0) - 10), 0, $component0); - if (if_getscrollx($component0) < $int1) { - if_setscrollsize(calc($int1 + if_getwidth($component0)), 0, $component0); - if_setscrollpos($int1, 0, $component0); - if_setontimer(null, $component0); - return; - } -} else if (if_getscrollx($component0) < $int1) { - if_setscrollsize(calc(if_getscrollwidth($component0) + 10), 0, $component0); - if_setscrollpos(calc(if_getscrollx($component0) + 10), 0, $component0); - if (if_getscrollx($component0) > $int1) { - if_setscrollsize(calc($int1 + if_getwidth($component0)), 0, $component0); - if_setscrollpos($int1, 0, $component0); - if_setontimer(null, $component0); - return; - } -} else { - if_setontimer(null, $component0); - return; -} diff --git a/dumps/530/script/[clientscript,script1067].cs2 b/dumps/530/script/[clientscript,script1067].cs2 deleted file mode 100644 index aafa2e335..000000000 --- a/dumps/530/script/[clientscript,script1067].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1067 -[clientscript,script1067](component $component0, int $int1) -~script1068($component0, $int1); diff --git a/dumps/530/script/[clientscript,script106].cs2 b/dumps/530/script/[clientscript,script106].cs2 deleted file mode 100644 index c72e98f32..000000000 --- a/dumps/530/script/[clientscript,script106].cs2 +++ /dev/null @@ -1,38 +0,0 @@ -// 106 -[clientscript,script106](component $component0, int $int1, int $int2) -if ($int2 ! 1) { - return; -} -def_int $int3 = 0; -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = 0; -def_int $int7 = 0; -while ($int3 < inv_size(inv_140)) { - if (cc_find(interface_363:com_6, $int3) = true & cc_gethide = true) { - $int4 = $int3; - } - $int3 = calc($int3 + 1); -} -$int6 = calc($int1 / 5); -$int5 = calc($int1 - $int6 * 5); -if ($int4 = calc($int1 - 1) & $int5 > 0 & cc_find($component0, $int1) = true & .cc_find($component0, $int4) = true) { - cc_setposition(calc(38 * ($int5 - 1)), calc(38 * $int6), ^setpos_abs_left, ^setpos_abs_top); - .cc_setposition(calc(38 * $int5), calc(38 * $int6), ^setpos_abs_left, ^setpos_abs_top); - return; -} -if ($int4 = calc($int1 + 1) & $int5 < 5 & cc_find($component0, $int1) = true & .cc_find($component0, $int4) = true) { - cc_setposition(calc(38 * ($int5 + 1)), calc(38 * $int6), ^setpos_abs_left, ^setpos_abs_top); - .cc_setposition(calc(38 * $int5), calc(38 * $int6), ^setpos_abs_left, ^setpos_abs_top); - return; -} -if ($int4 = calc($int1 - 5) & $int6 > 0 & cc_find($component0, $int1) = true & .cc_find($component0, $int4) = true) { - cc_setposition(calc(38 * $int5), calc(38 * ($int6 - 1)), ^setpos_abs_left, ^setpos_abs_top); - .cc_setposition(calc(38 * $int5), calc(38 * $int6), ^setpos_abs_left, ^setpos_abs_top); - return; -} -if ($int4 = calc($int1 + 5) & $int6 < 5 & cc_find($component0, $int1) = true & .cc_find($component0, $int4) = true) { - cc_setposition(calc(38 * $int5), calc(38 * ($int6 + 1)), ^setpos_abs_left, ^setpos_abs_top); - .cc_setposition(calc(38 * $int5), calc(38 * $int6), ^setpos_abs_left, ^setpos_abs_top); - return; -} diff --git a/dumps/530/script/[clientscript,script1070].cs2 b/dumps/530/script/[clientscript,script1070].cs2 deleted file mode 100644 index 31813c5fe..000000000 --- a/dumps/530/script/[clientscript,script1070].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1070 -[clientscript,script1070](component $component0, chatphrase $chatphrase1, int $int2) -~script1071($component0, $chatphrase1, $int2); diff --git a/dumps/530/script/[clientscript,script1073].cs2 b/dumps/530/script/[clientscript,script1073].cs2 deleted file mode 100644 index 8532de920..000000000 --- a/dumps/530/script/[clientscript,script1073].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1073 -[clientscript,script1073](component $component0, chatphrase $chatphrase1, int $int2) -~script1074($component0, $chatphrase1, $int2); diff --git a/dumps/530/script/[clientscript,script1075].cs2 b/dumps/530/script/[clientscript,script1075].cs2 deleted file mode 100644 index 6ab3e8f39..000000000 --- a/dumps/530/script/[clientscript,script1075].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1075 -[clientscript,script1075](component $component0, chatphrase $chatphrase1, obj $obj2) -~script1076($component0, $chatphrase1, $obj2); diff --git a/dumps/530/script/[clientscript,script1080].cs2 b/dumps/530/script/[clientscript,script1080].cs2 deleted file mode 100644 index f403454cd..000000000 --- a/dumps/530/script/[clientscript,script1080].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1080 -[clientscript,script1080](component $component0, int $int1) -if (cc_find($component0, $int1) = true) { - cc_sethide(false); - cc_setcolour(0x577e45); -} diff --git a/dumps/530/script/[clientscript,script1081].cs2 b/dumps/530/script/[clientscript,script1081].cs2 deleted file mode 100644 index 3d2ebca21..000000000 --- a/dumps/530/script/[clientscript,script1081].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1081 -[clientscript,script1081](component $component0, int $int1) -if (cc_find($component0, $int1) = true) { - cc_sethide(true); -} diff --git a/dumps/530/script/[clientscript,script1082].cs2 b/dumps/530/script/[clientscript,script1082].cs2 deleted file mode 100644 index c888ecc4c..000000000 --- a/dumps/530/script/[clientscript,script1082].cs2 +++ /dev/null @@ -1,33 +0,0 @@ -// 1082 -[clientscript,script1082](int $int0, component $component1, int $int2) -def_int $int3 = calc($int0 + 1); -if (if_gethide(enum(int, component, enum_1550, $int3)) = false) { - if (cc_find($component1, $int2) = true) { - cc_sethide(false); - cc_setcolour(0x969777); - } - if (%varclient_128 >= 0) { - $int3 = calc($int3 + 1); - while (if_gethide(enum(int, component, enum_1550, $int3)) = false) { - $int3 = calc($int3 + 1); - } - if (cc_find(enum(int, component, enum_1551, calc($int3 - 1)), %varclient_128) = true) { - cc_sethide(true); - } - %varclient_128 = -1; - } - return; -} -if (%varclient_128 = $int2) { - return; -} -if (%varclient_128 >= 0 & cc_find($component1, %varclient_128) = true) { - cc_sethide(true); -} -if (cc_find($component1, $int2) = true) { - if (cc_gethide = true) { - cc_sethide(false); - cc_setcolour(0x577e45); - } - %varclient_128 = $int2; -} diff --git a/dumps/530/script/[clientscript,script1083].cs2 b/dumps/530/script/[clientscript,script1083].cs2 deleted file mode 100644 index 9fa6622e1..000000000 --- a/dumps/530/script/[clientscript,script1083].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1083 -[clientscript,script1083](int $int0, component $component1, int $int2) -~script1084($int0, $component1, $int2); diff --git a/dumps/530/script/[clientscript,script1085].cs2 b/dumps/530/script/[clientscript,script1085].cs2 deleted file mode 100644 index 2338f3eee..000000000 --- a/dumps/530/script/[clientscript,script1085].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1085 -[clientscript,script1085](component $component0, int $int1, int $int2, int $int3) -~script1086($component0, $int1, $int2, $int3); diff --git a/dumps/530/script/[clientscript,script1087].cs2 b/dumps/530/script/[clientscript,script1087].cs2 deleted file mode 100644 index 6c9cc5569..000000000 --- a/dumps/530/script/[clientscript,script1087].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1087 -[clientscript,script1087](component $component0, int $int1) -~script1088($component0, $int1); diff --git a/dumps/530/script/[clientscript,script108].cs2 b/dumps/530/script/[clientscript,script108].cs2 deleted file mode 100644 index 158c8b112..000000000 --- a/dumps/530/script/[clientscript,script108].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 108 -[clientscript,script108](string $string0) -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if_settext($string0, interface_752:com_4); -if_settext("*", interface_752:com_5); -%varclient_5 = 7; -%varclientstring_22 = ""; -if_setonclick(null, interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -if_setondialogabort("script138", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[clientscript,script1091].cs2 b/dumps/530/script/[clientscript,script1091].cs2 deleted file mode 100644 index 2acd6f526..000000000 --- a/dumps/530/script/[clientscript,script1091].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1091 -[clientscript,script1091](component $component0, obj $obj1) -if_settext(tostring(inv_total(inv_93, $obj1)), $component0); diff --git a/dumps/530/script/[clientscript,script1092].cs2 b/dumps/530/script/[clientscript,script1092].cs2 deleted file mode 100644 index 20140877c..000000000 --- a/dumps/530/script/[clientscript,script1092].cs2 +++ /dev/null @@ -1,67 +0,0 @@ -// 1092 -[clientscript,script1092](int $int0) -if ($int0 = 1) { - if (%varplayerbit_1892 = 60) { - if_setcolour(^green, interface_145:com_2); - } else if (%varplayerbit_1892 = 0) { - if_setcolour(^red, interface_145:com_2); - } else { - if_setcolour(^yellow, interface_145:com_2); - } -} else if ($int0 = 2) { - if (%varplayerbit_1867 = 40) { - if_setcolour(^green, interface_145:com_3); - } else if (%varplayerbit_1867 = 0) { - if_setcolour(^red, interface_145:com_3); - } else { - if_setcolour(^yellow, interface_145:com_3); - } -} else if ($int0 = 3) { - if (%varplayerbit_1895 = 110) { - if_setcolour(^green, interface_145:com_4); - } else if (%varplayerbit_1895 = 0) { - if_setcolour(^red, interface_145:com_4); - } else { - if_setcolour(^yellow, interface_145:com_4); - } -} else if ($int0 = 4) { - if (%varplayerbit_1896 = 5) { - if_setcolour(^green, interface_145:com_5); - } else if (%varplayerbit_1896 = 0) { - if_setcolour(^red, interface_145:com_5); - } else { - if_setcolour(^yellow, interface_145:com_5); - } -} else if ($int0 = 5) { - if (%varplayerbit_1878 = 5) { - if_setcolour(^green, interface_145:com_6); - } else if (%varplayerbit_1878 = 0) { - if_setcolour(^red, interface_145:com_6); - } else { - if_setcolour(^yellow, interface_145:com_6); - } -} else if ($int0 = 6) { - if (%varplayerbit_1910 = 20) { - if_setcolour(^green, interface_145:com_7); - } else if (%varplayerbit_1910 = 0) { - if_setcolour(^red, interface_145:com_7); - } else { - if_setcolour(^yellow, interface_145:com_7); - } -} else if ($int0 = 7) { - if (%varplayerbit_1904 = 170) { - if_setcolour(^green, interface_145:com_8); - } else if (%varplayerbit_1904 = 0) { - if_setcolour(^red, interface_145:com_8); - } else { - if_setcolour(^yellow, interface_145:com_8); - } -} else if ($int0 = 8) { - if (%varplayerbit_1914 = 50) { - if_setcolour(^green, interface_145:com_9); - } else if (%varplayerbit_1914 = 0) { - if_setcolour(^red, interface_145:com_9); - } else { - if_setcolour(^yellow, interface_145:com_9); - } -} diff --git a/dumps/530/script/[clientscript,script1093].cs2 b/dumps/530/script/[clientscript,script1093].cs2 deleted file mode 100644 index 98c69f76f..000000000 --- a/dumps/530/script/[clientscript,script1093].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1093 -[clientscript,script1093](component $component0, graphic $graphic1) -if_setgraphic($graphic1, $component0); diff --git a/dumps/530/script/[clientscript,script1094].cs2 b/dumps/530/script/[clientscript,script1094].cs2 deleted file mode 100644 index 0e30f75d0..000000000 --- a/dumps/530/script/[clientscript,script1094].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1094 -[clientscript,script1094] -if (%varplayer_1241 = 1) { - ~script1095; -} else { - ~script1096; -} diff --git a/dumps/530/script/[clientscript,script1099].cs2 b/dumps/530/script/[clientscript,script1099].cs2 deleted file mode 100644 index 1f591ae5a..000000000 --- a/dumps/530/script/[clientscript,script1099].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1099 -[clientscript,script1099] -~script1264; diff --git a/dumps/530/script/[clientscript,script109].cs2 b/dumps/530/script/[clientscript,script109].cs2 deleted file mode 100644 index b2bca22ab..000000000 --- a/dumps/530/script/[clientscript,script109].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 109 -[clientscript,script109](string $string0) -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if_settext($string0, interface_752:com_4); -if_settext("*", interface_752:com_5); -%varclient_5 = 8; -%varclientstring_22 = ""; -if_setonclick(null, interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -if_setondialogabort("script138", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[clientscript,script10].cs2 b/dumps/530/script/[clientscript,script10].cs2 deleted file mode 100644 index 4c1f1643c..000000000 --- a/dumps/530/script/[clientscript,script10].cs2 +++ /dev/null @@ -1,128 +0,0 @@ -// 10 -[clientscript,script10](component $component0, component $component1, int $int2, string $string0, string $string1, obj $obj3, int $int4, obj $obj5, int $int6, obj $obj7, int $int8, obj $obj9, int $int10) -cc_deleteall($component1); -def_int $int11 = calc(2 + 13 * paraheight("Level : <$string0>", 177, p12_full)); -def_int $int12 = calc(2 + 13 * paraheight($string1, 177, p11_full)); -def_int $int13 = calc(2 + $int11 + $int12 + 32 + 14 + 2); -if ($obj3 = null) { - $int13 = calc($int13 - 32 - 14); -} -def_int $int14 = 5; -if (if_gety($component0) < 130) { - $int14 = calc(261 - $int13 - 5); -} -cc_create($component1, ^iftype_rectangle, 0); -cc_setposition(5, $int14, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(180, $int13, ^setsize_abs, ^setsize_abs); -cc_setfill(true); -cc_setcolour(^black); -cc_settrans(42); -cc_create($component1, ^iftype_rectangle, 1); -cc_setposition(6, calc($int14 + 1), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(179, calc($int13 - 1), ^setsize_abs, ^setsize_abs); -cc_setfill(false); -cc_setcolour(0x2e2b23); -cc_create($component1, ^iftype_rectangle, 2); -cc_setposition(5, $int14, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(179, calc($int13 - 1), ^setsize_abs, ^setsize_abs); -cc_setfill(false); -cc_setcolour(0x726451); -cc_create($component1, ^iftype_text, 3); -cc_setposition(7, calc($int14 + 2), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(177, $int11, ^setsize_abs, ^setsize_abs); -cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); -cc_settextfont(p12_full); -cc_setcolour(0xff981f); -cc_settextshadow(false); -cc_settext("Level : <$string0>"); -cc_create($component1, ^iftype_text, 4); -cc_setposition(7, calc($int14 + 2 + $int11), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(177, $int12, ^setsize_abs, ^setsize_abs); -cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); -cc_settextfont(p11_full); -cc_setcolour(0xaf6a1a); -cc_settextshadow(false); -cc_settext($string1); -def_int $int15 = 1; -if ($obj5 ! null) { - $int15 = 2; -} -if ($obj7 ! null) { - $int15 = 3; -} -if ($obj9 ! null) { - $int15 = 4; -} -def_int $int16 = calc((190 - $int15 * 35) / ($int15 + 1)); -if ($obj3 ! null) { - cc_create($component1, ^iftype_graphic, 5); - cc_setposition($int16, calc($int14 + 2 + $int11 + $int12), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj3, -1); - cc_create($component1, ^iftype_text, 6); - cc_setposition($int16, calc($int14 + 2 + $int11 + $int12 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script19($obj3) >= $int4) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script20(~script19($obj3))>/"); -} -if ($obj5 ! null) { - cc_create($component1, ^iftype_graphic, 7); - cc_setposition(calc($int16 * 2 + 35), calc($int14 + 2 + $int11 + $int12), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj5, -1); - cc_create($component1, ^iftype_text, 8); - cc_setposition(calc($int16 * 2 + 35), calc($int14 + 2 + $int11 + $int12 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script19($obj5) >= $int6) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script20(~script19($obj5))>/"); -} -if ($obj7 ! null) { - cc_create($component1, ^iftype_graphic, 9); - cc_setposition(calc($int16 * 3 + 70), calc($int14 + 2 + $int11 + $int12), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj7, -1); - cc_create($component1, ^iftype_text, 10); - cc_setposition(calc($int16 * 3 + 70), calc($int14 + 2 + $int11 + $int12 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script19($obj7) >= $int8) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script20(~script19($obj7))>/"); -} -if ($obj9 ! null) { - cc_create($component1, ^iftype_graphic, 11); - cc_setposition(calc($int16 * 4 + 105), calc($int14 + 2 + $int11 + $int12), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj9, -1); - cc_create($component1, ^iftype_text, 12); - cc_setposition(calc($int16 * 4 + 105), calc($int14 + 2 + $int11 + $int12 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script19($obj9) >= $int10) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script20(~script19($obj9))>/"); -} diff --git a/dumps/530/script/[clientscript,script1101].cs2 b/dumps/530/script/[clientscript,script1101].cs2 deleted file mode 100644 index 4d9a1da29..000000000 --- a/dumps/530/script/[clientscript,script1101].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1101 -[clientscript,script1101] -~script1265; diff --git a/dumps/530/script/[clientscript,script1102].cs2 b/dumps/530/script/[clientscript,script1102].cs2 deleted file mode 100644 index 721daee07..000000000 --- a/dumps/530/script/[clientscript,script1102].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1102 -[clientscript,script1102] -if_settext("%", interface_377:com_4); diff --git a/dumps/530/script/[clientscript,script1103].cs2 b/dumps/530/script/[clientscript,script1103].cs2 deleted file mode 100644 index 742488d16..000000000 --- a/dumps/530/script/[clientscript,script1103].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1103 -[clientscript,script1103] -~script1267; -~script84; -~script89; diff --git a/dumps/530/script/[clientscript,script1104].cs2 b/dumps/530/script/[clientscript,script1104].cs2 deleted file mode 100644 index df324d9ae..000000000 --- a/dumps/530/script/[clientscript,script1104].cs2 +++ /dev/null @@ -1,136 +0,0 @@ -// 1104 -[clientscript,script1104] -if (%varplayer_261 = 1) { - if (if_find(interface_200:com_21) = true) { - cc_setgraphic(overlay_multiway); - } - if (if_find(interface_200:com_22) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_23) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_24) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_25) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_26) = true) { - cc_setgraphic(null); - } -} else if (%varplayer_261 = 2) { - if (if_find(interface_200:com_21) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_22) = true) { - cc_setgraphic(overlay_multiway); - } - if (if_find(interface_200:com_23) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_24) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_25) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_26) = true) { - cc_setgraphic(null); - } -} else if (%varplayer_261 = 3) { - if (if_find(interface_200:com_21) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_22) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_23) = true) { - cc_setgraphic(overlay_multiway); - } - if (if_find(interface_200:com_24) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_25) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_26) = true) { - cc_setgraphic(null); - } -} else if (%varplayer_261 = 4) { - if (if_find(interface_200:com_21) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_22) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_23) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_24) = true) { - cc_setgraphic(overlay_multiway); - } - if (if_find(interface_200:com_25) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_26) = true) { - cc_setgraphic(null); - } -} else if (%varplayer_261 = 5) { - if (if_find(interface_200:com_21) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_22) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_23) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_24) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_25) = true) { - cc_setgraphic(overlay_multiway); - } - if (if_find(interface_200:com_26) = true) { - cc_setgraphic(null); - } -} else if (%varplayer_261 = 6) { - if (if_find(interface_200:com_21) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_22) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_23) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_24) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_25) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_26) = true) { - cc_setgraphic(overlay_multiway); - } -} else { - if (if_find(interface_200:com_21) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_22) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_23) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_24) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_25) = true) { - cc_setgraphic(null); - } - if (if_find(interface_200:com_26) = true) { - cc_setgraphic(null); - } -} diff --git a/dumps/530/script/[clientscript,script1105].cs2 b/dumps/530/script/[clientscript,script1105].cs2 deleted file mode 100644 index dc9464178..000000000 --- a/dumps/530/script/[clientscript,script1105].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1105 -[clientscript,script1105] -~script1269; diff --git a/dumps/530/script/[clientscript,script1107].cs2 b/dumps/530/script/[clientscript,script1107].cs2 deleted file mode 100644 index f49b45071..000000000 --- a/dumps/530/script/[clientscript,script1107].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1107 -[clientscript,script1107] -~script1271; diff --git a/dumps/530/script/[clientscript,script1109].cs2 b/dumps/530/script/[clientscript,script1109].cs2 deleted file mode 100644 index a3433abaf..000000000 --- a/dumps/530/script/[clientscript,script1109].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1109 -[clientscript,script1109] -if_setonmisctransmit("script1110", interface_261:com_13); diff --git a/dumps/530/script/[clientscript,script110].cs2 b/dumps/530/script/[clientscript,script110].cs2 deleted file mode 100644 index 60ce89b3b..000000000 --- a/dumps/530/script/[clientscript,script110].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 110 -[clientscript,script110](string $string0) -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if_settext($string0, interface_752:com_4); -if_settext("*", interface_752:com_5); -%varclient_5 = 9; -%varclientstring_22 = ""; -if_setonclick(null, interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -if_setondialogabort("script138", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[clientscript,script1110].cs2 b/dumps/530/script/[clientscript,script1110].cs2 deleted file mode 100644 index 87ca07ad6..000000000 --- a/dumps/530/script/[clientscript,script1110].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1110 -[clientscript,script1110] -if_settext("%", interface_261:com_13); diff --git a/dumps/530/script/[clientscript,script1111].cs2 b/dumps/530/script/[clientscript,script1111].cs2 deleted file mode 100644 index d7b2db1cd..000000000 --- a/dumps/530/script/[clientscript,script1111].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1111 -[clientscript,script1111] -~script1272; diff --git a/dumps/530/script/[clientscript,script1117].cs2 b/dumps/530/script/[clientscript,script1117].cs2 deleted file mode 100644 index 7b31f5252..000000000 --- a/dumps/530/script/[clientscript,script1117].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1117 -[clientscript,script1117] -~script1845; diff --git a/dumps/530/script/[clientscript,script1122].cs2 b/dumps/530/script/[clientscript,script1122].cs2 deleted file mode 100644 index 308cc798d..000000000 --- a/dumps/530/script/[clientscript,script1122].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1122 -[clientscript,script1122] -~script1952; diff --git a/dumps/530/script/[clientscript,script1123].cs2 b/dumps/530/script/[clientscript,script1123].cs2 deleted file mode 100644 index cb54dad27..000000000 --- a/dumps/530/script/[clientscript,script1123].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1123 -[clientscript,script1123] -%varclientstring_32 = %varclientstring_34; -~script1174(interface_744:com_241); diff --git a/dumps/530/script/[clientscript,script112].cs2 b/dumps/530/script/[clientscript,script112].cs2 deleted file mode 100644 index 2ccd9403e..000000000 --- a/dumps/530/script/[clientscript,script112].cs2 +++ /dev/null @@ -1,73 +0,0 @@ -// 112 -[clientscript,script112](int $key0, char $char1) -if ($key0 = ^key_return) { - if (%varclient_5 = 12) { - ~script1806(%varclientstring_22); - return; - } - if (string_length(%varclientstring_22) > 0) { - if (%varclient_5 = 4 | %varclient_5 = 5) { - if (ignore_count < 0) { - mes("Unable to update Ignore List: system busy"); - } else if (%varclient_5 = 4) { - ignore_add(%varclientstring_22); - } else if (%varclient_5 = 5) { - ignore_del(%varclientstring_22); - } - } else if (%varclient_5 < 7) { - if (friend_count < 0) { - mes("Unable to complete action - system busy"); - } else if (%varclient_5 = 2) { - friend_add(%varclientstring_22); - } else if (%varclient_5 = 3) { - friend_del(%varclientstring_22); - } else if (%varclient_5 = 6) { - if (chat_getfilter_private = ^chatfilter_off) { - chat_setfilter(chat_getfilter_public, ^chatfilter_friends, chat_getfilter_trade); - ~script178; - ~script84; - ~script89; - } - chat_sendprivate(%varclientstring_23, %varclientstring_22); - } - } else if (%varclient_5 = 11) { - ~script1478; - } else if (%varclient_5 = 7) { - resume_countdialog(%varclientstring_22); - } else if (%varclient_5 = 8) { - resume_namedialog(%varclientstring_22); - } else if (%varclient_5 = 9) { - if (compare(lowercase(%varclientstring_22), lowercase(%varclientstring_33)) ! 0) { - resume_stringdialog(%varclientstring_22); - } else { - mes("Please do not enter your password here!"); - } - } else if (%varclient_5 = 10) { - clan_joinchat(%varclientstring_22); - } - } - if_sethide(true, interface_752:com_3); - if_sethide(true, interface_752:com_6); - if_sethide(false, interface_752:com_7); - %varclient_5 = 0; - if (getwindowmode >= 2) { - ~script1364; - } - return; -} -if ($key0 = ^key_escape & %varclient_5 = 12) { - ~script1806(%varclientstring_38); - ~script1548(0); - return; -} -if (%varclient_5 = 6 | %varclient_5 = 9 | %varclient_5 = 11) { - %varclientstring_22 = ~script74(%varclientstring_22, 0, $key0, $char1); -} else if (%varclient_5 = 7) { - %varclientstring_22 = ~script74(%varclientstring_22, 1, $key0, $char1); -} else { - %varclientstring_22 = ~script74(%varclientstring_22, 2, $key0, $char1); -} -if_settext("*", interface_752:com_5); -if (%varclient_5 = 11) { - ~script1475; -} diff --git a/dumps/530/script/[clientscript,script1132].cs2 b/dumps/530/script/[clientscript,script1132].cs2 deleted file mode 100644 index f2cc01a72..000000000 --- a/dumps/530/script/[clientscript,script1132].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1132 -[clientscript,script1132](int $int0, component $component1) -if (getwindowmode >= 1) { - return; -} -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - unknown_command_6002(false); -} else if ($int2 = 1) { - unknown_command_6002(true); -} -~script1130; diff --git a/dumps/530/script/[clientscript,script1133].cs2 b/dumps/530/script/[clientscript,script1133].cs2 deleted file mode 100644 index db7f5c14a..000000000 --- a/dumps/530/script/[clientscript,script1133].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1133 -[clientscript,script1133](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_removeroofs_option_override(0); - detail_removeroofs_option(false); -} else if ($int2 = 1) { - detail_removeroofs_option(true); -} diff --git a/dumps/530/script/[clientscript,script1134].cs2 b/dumps/530/script/[clientscript,script1134].cs2 deleted file mode 100644 index bca27c1e7..000000000 --- a/dumps/530/script/[clientscript,script1134].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1134 -[clientscript,script1134](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_grounddecor_on(false); -} else if ($int2 = 1) { - detail_grounddecor_on(true); -} diff --git a/dumps/530/script/[clientscript,script1135].cs2 b/dumps/530/script/[clientscript,script1135].cs2 deleted file mode 100644 index 1a8afbb01..000000000 --- a/dumps/530/script/[clientscript,script1135].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1135 -[clientscript,script1135](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - unknown_command_6006(false); -} else if ($int2 = 1) { - unknown_command_6006(true); -} diff --git a/dumps/530/script/[clientscript,script1136].cs2 b/dumps/530/script/[clientscript,script1136].cs2 deleted file mode 100644 index 1a22b38b5..000000000 --- a/dumps/530/script/[clientscript,script1136].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1136 -[clientscript,script1136](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_idleanims_many(0); -} else if ($int2 = 1) { - detail_idleanims_many(1); -} diff --git a/dumps/530/script/[clientscript,script1137].cs2 b/dumps/530/script/[clientscript,script1137].cs2 deleted file mode 100644 index 3aaa3969e..000000000 --- a/dumps/530/script/[clientscript,script1137].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1137 -[clientscript,script1137](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_flickering_on(false); -} else if ($int2 = 1) { - detail_flickering_on(true); -} diff --git a/dumps/530/script/[clientscript,script1138].cs2 b/dumps/530/script/[clientscript,script1138].cs2 deleted file mode 100644 index cdcfcff31..000000000 --- a/dumps/530/script/[clientscript,script1138].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1138 -[clientscript,script1138](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - unknown_command_6009(false); -} else if ($int2 = 1) { - unknown_command_6009(true); -} diff --git a/dumps/530/script/[clientscript,script1139].cs2 b/dumps/530/script/[clientscript,script1139].cs2 deleted file mode 100644 index 7f80e820e..000000000 --- a/dumps/530/script/[clientscript,script1139].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1139 -[clientscript,script1139](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - unknown_command_6010(false); -} else if ($int2 = 1) { - unknown_command_6010(true); -} diff --git a/dumps/530/script/[clientscript,script113].cs2 b/dumps/530/script/[clientscript,script113].cs2 deleted file mode 100644 index 575bc114a..000000000 --- a/dumps/530/script/[clientscript,script113].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 113 -[clientscript,script113](component $component0) -def_int $int1 = 0; -def_int $int2 = 0; -def_int $int3 = 0; -$int3 = random(100); -if ($int3 > 49) { - $int1 = calc(10 - random(30)); -} else { - $int1 = calc(-10 + random(30)); -} -$int3 = random(100); -if ($int3 > 49) { - $int2 = calc(5 - random(15)); -} else { - $int2 = calc(-5 + random(15)); -} -if_setontimer("script66($int1, $int2, 0, $component0)", $component0); diff --git a/dumps/530/script/[clientscript,script1140].cs2 b/dumps/530/script/[clientscript,script1140].cs2 deleted file mode 100644 index f731b6da3..000000000 --- a/dumps/530/script/[clientscript,script1140].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1140 -[clientscript,script1140](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0 | $int2 = 1 | $int2 = 2) { - unknown_command_6011($int2); -} diff --git a/dumps/530/script/[clientscript,script1141].cs2 b/dumps/530/script/[clientscript,script1141].cs2 deleted file mode 100644 index 4336edd07..000000000 --- a/dumps/530/script/[clientscript,script1141].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1141 -[clientscript,script1141] -if (~script1431 = 1) { - if (getwindowmode < 2) { - if_setontimer("script1175", interface_548:com_6); - } else { - if_setontimer("script1175", interface_746:com_19); - } -} diff --git a/dumps/530/script/[clientscript,script1142].cs2 b/dumps/530/script/[clientscript,script1142].cs2 deleted file mode 100644 index 83821dd59..000000000 --- a/dumps/530/script/[clientscript,script1142].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1142 -[clientscript,script1142](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_lightdetail_high(false); -} else if ($int2 = 1) { - detail_lightdetail_high(true); -} diff --git a/dumps/530/script/[clientscript,script1143].cs2 b/dumps/530/script/[clientscript,script1143].cs2 deleted file mode 100644 index 2aba2c65e..000000000 --- a/dumps/530/script/[clientscript,script1143].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1143 -[clientscript,script1143](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_waterdetail_high(false); -} else if ($int2 = 1) { - detail_waterdetail_high(true); -} diff --git a/dumps/530/script/[clientscript,script1144].cs2 b/dumps/530/script/[clientscript,script1144].cs2 deleted file mode 100644 index 8c79ae206..000000000 --- a/dumps/530/script/[clientscript,script1144].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1144 -[clientscript,script1144](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_fog_on(false); -} else if ($int2 = 1) { - detail_fog_on(true); -} diff --git a/dumps/530/script/[clientscript,script1145].cs2 b/dumps/530/script/[clientscript,script1145].cs2 deleted file mode 100644 index 70991568a..000000000 --- a/dumps/530/script/[clientscript,script1145].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1145 -[clientscript,script1145](int $int0, component $component1) -if (unknown_command_6121 = false | getwindowmode < 1) { - return; -} -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = detailget_antialiasing) { - return; -} -detail_antialiasing($int2); -if ($int2 = 0) { - detail_antialiasing_default(0); -} -~script1845; diff --git a/dumps/530/script/[clientscript,script1146].cs2 b/dumps/530/script/[clientscript,script1146].cs2 deleted file mode 100644 index 973769e34..000000000 --- a/dumps/530/script/[clientscript,script1146].cs2 +++ /dev/null @@ -1,44 +0,0 @@ -// 1146 -[clientscript,script1146](int $int0) -if ($int0 ! 48627765) { - ~script1349(interface_742:com_53, interface_742:com_54, interface_742:com_55, null, 2); -} -if ($int0 ! 48627768) { - ~script1349(interface_742:com_56, interface_742:com_57, interface_742:com_58, null, 2); -} -if ($int0 ! 48627771) { - ~script1349(interface_742:com_59, interface_742:com_60, interface_742:com_61, null, 2); -} -if ($int0 ! 48627774) { - ~script1349(interface_742:com_62, interface_742:com_63, interface_742:com_64, null, 2); -} -if ($int0 ! 48627777) { - ~script1349(interface_742:com_65, interface_742:com_66, interface_742:com_67, null, 2); -} -if ($int0 ! 48627780) { - ~script1349(interface_742:com_68, interface_742:com_69, interface_742:com_70, null, 2); -} -if ($int0 ! 48627783) { - ~script1349(interface_742:com_71, interface_742:com_72, interface_742:com_73, null, 2); -} -if ($int0 ! 48627786) { - ~script1349(interface_742:com_74, interface_742:com_75, interface_742:com_76, null, 2); -} -if ($int0 ! 48627789) { - ~script1349(interface_742:com_77, interface_742:com_78, interface_742:com_79, null, 2); -} -if ($int0 ! 48627792) { - ~script1349(interface_742:com_80, interface_742:com_81, interface_742:com_82, null, 2); -} -if ($int0 ! 48627795) { - ~script1349(interface_742:com_83, interface_742:com_84, interface_742:com_85, null, 2); -} -if ($int0 ! 48627798) { - ~script1349(interface_742:com_86, interface_742:com_87, interface_742:com_88, null, 2); -} -if ($int0 ! 48627801) { - ~script1349(interface_742:com_89, interface_742:com_90, interface_742:com_91, null, 2); -} -if ($int0 ! 48627804) { - ~script1349(interface_742:com_92, interface_742:com_93, interface_742:com_95, interface_742:com_94, 2); -} diff --git a/dumps/530/script/[clientscript,script1147].cs2 b/dumps/530/script/[clientscript,script1147].cs2 deleted file mode 100644 index 8169d6d53..000000000 --- a/dumps/530/script/[clientscript,script1147].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1147 -[clientscript,script1147] -detail_brightness(1); -~script1152; diff --git a/dumps/530/script/[clientscript,script1148].cs2 b/dumps/530/script/[clientscript,script1148].cs2 deleted file mode 100644 index 76875f740..000000000 --- a/dumps/530/script/[clientscript,script1148].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1148 -[clientscript,script1148] -detail_brightness(2); -~script1152; diff --git a/dumps/530/script/[clientscript,script1149].cs2 b/dumps/530/script/[clientscript,script1149].cs2 deleted file mode 100644 index 101c92d08..000000000 --- a/dumps/530/script/[clientscript,script1149].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1149 -[clientscript,script1149] -detail_brightness(3); -~script1152; diff --git a/dumps/530/script/[clientscript,script114].cs2 b/dumps/530/script/[clientscript,script114].cs2 deleted file mode 100644 index 66d407829..000000000 --- a/dumps/530/script/[clientscript,script114].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 114 -[clientscript,script114] -if_setonvarctransmit("script1302{varclient_168}", interface_548:com_78); -if_setonvarctransmit("script1302{varclient_168}", interface_746:com_73); -if (getwindowmode >= 2) { - if_setonvartransmit("script117{varplayer_1021}", interface_746:com_40); - ~script1309(1); -} else { - if_setonvartransmit("script117{varplayer_1021}", interface_548:com_36); - ~script1312(1); -} diff --git a/dumps/530/script/[clientscript,script1150].cs2 b/dumps/530/script/[clientscript,script1150].cs2 deleted file mode 100644 index 1640e9de2..000000000 --- a/dumps/530/script/[clientscript,script1150].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1150 -[clientscript,script1150] -detail_brightness(4); -~script1152; diff --git a/dumps/530/script/[clientscript,script1151].cs2 b/dumps/530/script/[clientscript,script1151].cs2 deleted file mode 100644 index 32b88a57f..000000000 --- a/dumps/530/script/[clientscript,script1151].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1151 -[clientscript,script1151] -~script1152; diff --git a/dumps/530/script/[clientscript,script1153].cs2 b/dumps/530/script/[clientscript,script1153].cs2 deleted file mode 100644 index f426f7215..000000000 --- a/dumps/530/script/[clientscript,script1153].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1153 -[clientscript,script1153] -detail_stereo(0); -~script1156; diff --git a/dumps/530/script/[clientscript,script1154].cs2 b/dumps/530/script/[clientscript,script1154].cs2 deleted file mode 100644 index d0290001d..000000000 --- a/dumps/530/script/[clientscript,script1154].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1154 -[clientscript,script1154] -detail_stereo(1); -~script1156; diff --git a/dumps/530/script/[clientscript,script1155].cs2 b/dumps/530/script/[clientscript,script1155].cs2 deleted file mode 100644 index 2deb07b74..000000000 --- a/dumps/530/script/[clientscript,script1155].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1155 -[clientscript,script1155] -~script1156; diff --git a/dumps/530/script/[clientscript,script1157].cs2 b/dumps/530/script/[clientscript,script1157].cs2 deleted file mode 100644 index 9dce79c29..000000000 --- a/dumps/530/script/[clientscript,script1157].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 1157 -[clientscript,script1157](int $int0) -if ($int0 ! 1) { - return; -} -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if (~script42(%varclient_266) = 0) { - %varclientstring_38 = ""; - %varclientstring_39 = ""; - %varclient_266 = true; -} -if (string_length(%varclientstring_38) > 0) { - if_settext("Edit the name of your caller:
(Delete it to disable this feature.)", interface_752:com_4); -} else { - if_settext("Enter the name of your caller:", interface_752:com_4); -} -if_settext("<%varclientstring_38>*", interface_752:com_5); -%varclient_5 = 12; -%varclientstring_22 = %varclientstring_38; -if_setonclick("script1805", interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[clientscript,script1158].cs2 b/dumps/530/script/[clientscript,script1158].cs2 deleted file mode 100644 index fb76c9627..000000000 --- a/dumps/530/script/[clientscript,script1158].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1158 -[clientscript,script1158] -~script1159; diff --git a/dumps/530/script/[clientscript,script115].cs2 b/dumps/530/script/[clientscript,script115].cs2 deleted file mode 100644 index 6947f9648..000000000 --- a/dumps/530/script/[clientscript,script115].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 115 -[clientscript,script115](int $int0) -~script71($int0); diff --git a/dumps/530/script/[clientscript,script1160].cs2 b/dumps/530/script/[clientscript,script1160].cs2 deleted file mode 100644 index f2adca2c8..000000000 --- a/dumps/530/script/[clientscript,script1160].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1160 -[clientscript,script1160](component $component0, int $int1, component $component2, int $int3, int $int4, string $string0) -~script1163($component0, $int1, $component2, $string0, $int3, $int4); diff --git a/dumps/530/script/[clientscript,script1161].cs2 b/dumps/530/script/[clientscript,script1161].cs2 deleted file mode 100644 index ec894b0ef..000000000 --- a/dumps/530/script/[clientscript,script1161].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1161 -[clientscript,script1161] -~script1162; diff --git a/dumps/530/script/[clientscript,script1164].cs2 b/dumps/530/script/[clientscript,script1164].cs2 deleted file mode 100644 index b95556055..000000000 --- a/dumps/530/script/[clientscript,script1164].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1164 -[clientscript,script1164] -~script1165; diff --git a/dumps/530/script/[clientscript,script1166].cs2 b/dumps/530/script/[clientscript,script1166].cs2 deleted file mode 100644 index cdef8012b..000000000 --- a/dumps/530/script/[clientscript,script1166].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1166 -[clientscript,script1166](component $component0, component $component1, component $component2, component $component3) -~script1169($component0, $component1, $component2, $component3, tradebacking_dark, "scrollbar_v2,1", "scrollbar_v2,1", tradebacking_light, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1167].cs2 b/dumps/530/script/[clientscript,script1167].cs2 deleted file mode 100644 index 6c095dbeb..000000000 --- a/dumps/530/script/[clientscript,script1167].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1167 -[clientscript,script1167](component $component0, component $component1, component $component2, component $component3, graphic $graphic4, graphic $graphic5, graphic $graphic6, graphic $graphic7, int $rgb8, int $rgb9, graphic $graphic10) -~script1169($component0, $component1, $component2, $component3, $graphic4, $graphic5, $graphic6, $graphic7, $rgb8, $rgb9, $graphic10, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1168].cs2 b/dumps/530/script/[clientscript,script1168].cs2 deleted file mode 100644 index 1a1535002..000000000 --- a/dumps/530/script/[clientscript,script1168].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1168 -[clientscript,script1168](component $component0, component $component1, component $component2, component $component3, graphic $graphic4, graphic $graphic5, graphic $graphic6, graphic $graphic7, int $rgb8, int $rgb9, graphic $graphic10, graphic $graphic11, graphic $graphic12, graphic $graphic13, graphic $graphic14, graphic $graphic15, graphic $graphic16) -~script1169($component0, $component1, $component2, $component3, $graphic4, $graphic5, $graphic6, $graphic7, $rgb8, $rgb9, $graphic10, $graphic11, $graphic12, $graphic13, $graphic14, $graphic15, $graphic16); diff --git a/dumps/530/script/[clientscript,script116].cs2 b/dumps/530/script/[clientscript,script116].cs2 deleted file mode 100644 index d209c12db..000000000 --- a/dumps/530/script/[clientscript,script116].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 116 -[clientscript,script116] -if_settext(" %", interface_209:com_4); diff --git a/dumps/530/script/[clientscript,script1170].cs2 b/dumps/530/script/[clientscript,script1170].cs2 deleted file mode 100644 index d8ade1840..000000000 --- a/dumps/530/script/[clientscript,script1170].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1170 -[clientscript,script1170](component $component0, graphic $graphic1, component $component2, component $component3, component $component4, int $rgb5, int $rgb6, graphic $graphic7, int $int8, int $int9, graphic $graphic10, graphic $graphic11, graphic $graphic12, graphic $graphic13, graphic $graphic14, graphic $graphic15) -if (if_gethide($component0) = true) { - if_setscrollpos(0, 0, $component2); - ~script1171($component0, $graphic1, $component2, $component3, $component4, $rgb5, $rgb6, $graphic7, $int8, $int9, $graphic10, $graphic11, $graphic12, $graphic13, $graphic14, $graphic15); -} else { - ~script1349($component4, $component0, $component2, $component3, $int9); -} diff --git a/dumps/530/script/[clientscript,script1172].cs2 b/dumps/530/script/[clientscript,script1172].cs2 deleted file mode 100644 index 4f5620434..000000000 --- a/dumps/530/script/[clientscript,script1172].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1172 -[clientscript,script1172](component $component0, component $component1, component $component2, component $component3, component $component4) -%varclientstring_32 = ""; -%varclientstring_33 = ""; -%varclient_543 = getwindowmode; -%varclient_547 = 0; -if_setonkey("script1221(event_keycode, event_keychar)", interface_744:com_134); -if_setonresize("script1176", interface_744:com_0); -~script1174(interface_744:com_226); -if (%varclient_178 <= 0) { - %varclient_178 = max(fullscreen_lastmode, 0); -} -~script1887($component0, $component1, $component2, $component3, $component4); diff --git a/dumps/530/script/[clientscript,script1173].cs2 b/dumps/530/script/[clientscript,script1173].cs2 deleted file mode 100644 index 02e413135..000000000 --- a/dumps/530/script/[clientscript,script1173].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1173 -[clientscript,script1173](component $component0) -~script1174($component0); diff --git a/dumps/530/script/[clientscript,script1175].cs2 b/dumps/530/script/[clientscript,script1175].cs2 deleted file mode 100644 index 6fad6aceb..000000000 --- a/dumps/530/script/[clientscript,script1175].cs2 +++ /dev/null @@ -1,36 +0,0 @@ -// 1175 -[clientscript,script1175] -if (calc(clientclock % 10) ! 0) { - return; -} -def_int $int0 = 0; -def_int $int1 = coordz(coord); -def_int $int2 = coordx(coord); -if ($int1 > 9919 & $int1 < 10368 & $int2 > 3007 & $int2 < 3136) { - $int0 = calc(($int1 - 9920) / 8 + 1); -} else if ($int1 > 3524 & $int1 < 3967 & $int2 > 2943 & $int2 < 3393 & %varplayerbit_5447 = 0) { - $int0 = calc(($int1 - 3520) / 8 + 1); -} -if ($int0 < 0) { - $int0 = 0; -} else if ($int0 > 60) { - $int0 = 60; -} -def_int $int3 = comlevel_active; -def_int $int4 = calc($int3 - ($int0 + (5 + $int3 / 10))); -if ($int4 < 20) { - $int4 = 20; -} -def_int $int5 = calc($int3 + ($int0 + (5 + $int3 / 10))); -if ($int5 > 138) { - $int5 = 138; -} -while ($int5 < 139 & calc($int5 - ($int0 + (5 + $int5 / 10))) <= $int3) { - $int5 = calc($int5 + 1); -} -$int5 = calc($int5 - 1); -if (getwindowmode < 2) { - if_settext(" - ", interface_548:com_6); -} else { - if_settext(" - ", interface_746:com_19); -} diff --git a/dumps/530/script/[clientscript,script1176].cs2 b/dumps/530/script/[clientscript,script1176].cs2 deleted file mode 100644 index fe0079f18..000000000 --- a/dumps/530/script/[clientscript,script1176].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1176 -[clientscript,script1176] -if (%varclient_543 = 3 & getwindowmode ! ^windowmode_fullscreen) { - if (%varclient_174 = 6) { - ~script1893(1); - return; - } - ~script1888; - if (if_gethide(interface_744:com_226) = false) { - ~script1174(interface_744:com_226); - } else if (if_gethide(interface_744:com_138) = false) { - ~script1174(interface_744:com_138); - } - %varclient_543 = getwindowmode; -} diff --git a/dumps/530/script/[clientscript,script1177].cs2 b/dumps/530/script/[clientscript,script1177].cs2 deleted file mode 100644 index 376de0950..000000000 --- a/dumps/530/script/[clientscript,script1177].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1177 -[clientscript,script1177] -%varclient_548 = 540; -if_settext("10", interface_745:com_5); -if_setontimer("script1178", interface_745:com_5); diff --git a/dumps/530/script/[clientscript,script1178].cs2 b/dumps/530/script/[clientscript,script1178].cs2 deleted file mode 100644 index 5988a2d59..000000000 --- a/dumps/530/script/[clientscript,script1178].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1178 -[clientscript,script1178] -%varclient_548 = max(0, calc(%varclient_548 - 1)); -if_settext(tostring(calc(%varclient_548 * 2 / 100)), interface_745:com_5); diff --git a/dumps/530/script/[clientscript,script1179].cs2 b/dumps/530/script/[clientscript,script1179].cs2 deleted file mode 100644 index 097179fb9..000000000 --- a/dumps/530/script/[clientscript,script1179].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1179 -[clientscript,script1179] -quit; diff --git a/dumps/530/script/[clientscript,script117].cs2 b/dumps/530/script/[clientscript,script117].cs2 deleted file mode 100644 index 2978a301b..000000000 --- a/dumps/530/script/[clientscript,script117].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 117 -[clientscript,script117] -if (%varplayerbit_3756 < 1 | %varplayerbit_3756 > 15 | ~script1314(calc(%varplayerbit_3756 - 1)) = false) { - if_setontimer(null, interface_746:com_40); - if_setontimer(null, interface_548:com_36); - ~script736(null, -1); - ~script1364; - return; -} -if (%varplayerbit_3756 = calc(14 + 1)) { - ~script736(interface_746:com_15, -1); -} else { - ~script736(~script1742(calc(%varplayerbit_3756 - 1)), -1); -} -if_setontimer("script1420", interface_746:com_40); -if_setontimer("script1420", interface_548:com_36); diff --git a/dumps/530/script/[clientscript,script1180].cs2 b/dumps/530/script/[clientscript,script1180].cs2 deleted file mode 100644 index 8ac395eca..000000000 --- a/dumps/530/script/[clientscript,script1180].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1180 -[clientscript,script1180] -def_string $string0 = ""; -def_int $int0 = string_length(%varclientstring_33); -while ($int0 > 0) { - $string0 = append($string0, "*"); - $int0 = calc($int0 - 1); -} -if (calc(clientclock % 40) < 20 & login_reply ! -3 & login_reply ! 21 & login_reply ! 1) { - if (%varclient_174 = 1) { - if_settext(append(%varclientstring_32, "|"), interface_744:com_340); - if_settext($string0, interface_744:com_346); - } else if (%varclient_174 = 2) { - if_settext(%varclientstring_32, interface_744:com_340); - if_settext(append($string0, "|"), interface_744:com_346); - } -} else { - if_settext(%varclientstring_32, interface_744:com_340); - if_settext($string0, interface_744:com_346); -} -~script711(interface_744:com_334); diff --git a/dumps/530/script/[clientscript,script1181].cs2 b/dumps/530/script/[clientscript,script1181].cs2 deleted file mode 100644 index addaadba6..000000000 --- a/dumps/530/script/[clientscript,script1181].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1181 -[clientscript,script1181](int $int0) -%varclient_174 = $int0; diff --git a/dumps/530/script/[clientscript,script1182].cs2 b/dumps/530/script/[clientscript,script1182].cs2 deleted file mode 100644 index 1351133c0..000000000 --- a/dumps/530/script/[clientscript,script1182].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1182 -[clientscript,script1182] -~script1183; diff --git a/dumps/530/script/[clientscript,script1187].cs2 b/dumps/530/script/[clientscript,script1187].cs2 deleted file mode 100644 index 78eab9f04..000000000 --- a/dumps/530/script/[clientscript,script1187].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1187 -[clientscript,script1187](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - unknown_command_6002(false); -} else { - unknown_command_6002(true); -} -~script1194; diff --git a/dumps/530/script/[clientscript,script1189].cs2 b/dumps/530/script/[clientscript,script1189].cs2 deleted file mode 100644 index 1d3c45318..000000000 --- a/dumps/530/script/[clientscript,script1189].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1189 -[clientscript,script1189](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_removeroofs_option(false); -} else { - detail_removeroofs_option(true); -} -if (detailget_removeroofs_option = false & getwindowmode >= 1) { - if_settext("Roofs
(in-game only)", interface_744:com_68); -} else { - if_settext("Remove roofs", interface_744:com_68); -} diff --git a/dumps/530/script/[clientscript,script118].cs2 b/dumps/530/script/[clientscript,script118].cs2 deleted file mode 100644 index 742256a71..000000000 --- a/dumps/530/script/[clientscript,script118].cs2 +++ /dev/null @@ -1,330 +0,0 @@ -// 118 -[clientscript,script118](int $int0, int $int1, obj $obj2, obj $obj3, obj $obj4, obj $obj5, int $int6, int $int7, string $string0) -def_int $int8 = 0; -def_int $int9 = 0; -def_int $int10 = 5; -def_int $int11 = 25; -def_obj $obj12 = null; -def_string $string1 = ""; -def_int $int13 = 0; -def_int $int14 = 0; -def_int $int15 = 0; -def_int $int16 = 0; -if ($int0 = 0) { - while ($int8 < $int1) { - cc_create(interface_102:com_18, ^iftype_graphic, $int9); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int10, 25, ^setpos_abs_left, ^setpos_abs_top); - if ($int8 = 0) { - cc_setobject($obj2, 1); - if ($obj2 ! null) { - cc_setopbase(""); - cc_setop(1, "Item : "); - } - } else if ($int8 = 1) { - cc_setobject($obj3, 1); - if ($obj3 ! null) { - cc_setopbase(""); - cc_setop(1, "Item : "); - } - } else if ($int8 = 2) { - cc_setobject($obj4, 1); - if ($obj4 ! null) { - cc_setopbase(""); - cc_setop(1, "Item : "); - } - } else if ($int8 = 3) { - cc_setobject($obj5, 1); - if ($obj5 ! null) { - cc_setopbase(""); - cc_setop(1, "Item : "); - } - } - cc_setgraphicshadow(0x111111); - cc_setoutline(1); - $int9 = calc($int9 + 1); - $int8 = calc($int8 + 1); - $int10 = calc($int10 + 40); - } - $int9 = 0; - $int10 = 5; - $int8 = 0; - if (oc_stackable($obj2) = false) { - $int15 = calc(inv_total(inv_93, $obj2) + inv_total(inv_94, $obj2)); - $int16 = 1; - if ($obj3 = $obj2) { - $int16 = calc($int16 + 1); - } - if ($obj4 = $obj2) { - $int16 = calc($int16 + 1); - } - if ($obj5 = $obj2) { - $int16 = calc($int16 + 1); - } - while (calc($int15 - $int16) > 0) { - cc_create(interface_102:com_21, ^iftype_graphic, $int9); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int10, $int11, ^setpos_abs_left, ^setpos_abs_top); - cc_setobject($obj2, 1); - cc_setopbase(""); - cc_setop(1, "Item : "); - cc_setgraphicshadow(0x111111); - cc_setoutline(1); - $int10 = calc($int10 + 38); - if ($int10 > 300) { - $int11 = calc($int11 + 38); - $int10 = 5; - } - $int9 = calc($int9 + 1); - $int15 = calc($int15 - 1); - } - } - if ($obj3 ! $obj2 & oc_stackable($obj3) = false) { - $int15 = calc(inv_total(inv_93, $obj3) + inv_total(inv_94, $obj3)); - $int16 = 1; - if ($obj4 = $obj3) { - $int16 = calc($int16 + 1); - } - if ($obj5 = $obj3) { - $int16 = calc($int16 + 1); - } - while (calc($int15 - $int16) > 0) { - cc_create(interface_102:com_21, ^iftype_graphic, $int9); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int10, $int11, ^setpos_abs_left, ^setpos_abs_top); - cc_setobject($obj3, 1); - cc_setopbase(""); - cc_setop(1, "Item : "); - cc_setgraphicshadow(0x111111); - cc_setoutline(1); - $int10 = calc($int10 + 38); - if ($int10 > 300) { - $int11 = calc($int11 + 38); - $int10 = 5; - } - $int9 = calc($int9 + 1); - $int15 = calc($int15 - 1); - } - } - if ($obj4 ! $obj2 & $obj4 ! $obj3 & oc_stackable($obj4) = false) { - $int15 = calc(inv_total(inv_93, $obj4) + inv_total(inv_94, $obj4)); - $int16 = 1; - if ($obj5 = $obj4) { - $int16 = calc($int16 + 1); - } - while (calc($int15 - $int16) > 0) { - cc_create(interface_102:com_21, ^iftype_graphic, $int9); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int10, $int11, ^setpos_abs_left, ^setpos_abs_top); - cc_setobject($obj4, 1); - cc_setopbase(""); - cc_setop(1, "Item : "); - cc_setgraphicshadow(0x111111); - cc_setoutline(1); - $int10 = calc($int10 + 38); - if ($int10 > 300) { - $int11 = calc($int11 + 38); - $int10 = 5; - } - $int9 = calc($int9 + 1); - $int15 = calc($int15 - 1); - } - } - if ($obj5 ! $obj2 & $obj5 ! $obj3 & $obj5 ! $obj4 & oc_stackable($obj5) = false) { - $int15 = calc(inv_total(inv_93, $obj5) + inv_total(inv_94, $obj5)); - $int16 = 1; - while (calc($int15 - $int16) > 0) { - cc_create(interface_102:com_21, ^iftype_graphic, $int9); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int10, $int11, ^setpos_abs_left, ^setpos_abs_top); - cc_setobject($obj5, 1); - cc_setopbase(""); - cc_setop(1, "Item : "); - cc_setgraphicshadow(0x111111); - cc_setoutline(1); - $int10 = calc($int10 + 38); - if ($int10 > 300) { - $int11 = calc($int11 + 38); - $int10 = 5; - } - $int9 = calc($int9 + 1); - $int15 = calc($int15 - 1); - } - } - while ($int8 < 28) { - $obj12 = inv_getobj(inv_93, $int8); - if ($obj12 ! null) { - if ($obj12 = $obj2 | $obj12 = $obj3 | $obj12 = $obj4 | $obj12 = $obj5) { - if (oc_stackable($obj12) = true) { - $int13 = 0; - if ($obj12 = $obj2) { - $int13 = 1; - } - if ($obj12 = $obj3) { - $int13 = calc($int13 + 1); - } - if ($obj12 = $obj4) { - $int13 = calc($int13 + 1); - } - if ($obj12 = $obj5) { - $int13 = calc($int13 + 1); - } - if (calc(inv_getnum(inv_93, $int8) - $int13) > 0) { - cc_create(interface_102:com_21, ^iftype_graphic, $int9); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int10, $int11, ^setpos_abs_left, ^setpos_abs_top); - cc_setobject(inv_getobj(inv_93, $int8), calc(inv_getnum(inv_93, $int8) - $int13)); - cc_setopbase(""); - cc_setop(1, "Item : "); - cc_setgraphicshadow(0x111111); - if (enum(obj, int, enum_616, inv_getobj(inv_93, $int8)) = 1) { - cc_setoutline(2); - $int14 = 1; - } else { - cc_setoutline(1); - } - $int10 = calc($int10 + 38); - if ($int10 > 300) { - $int11 = calc($int11 + 38); - $int10 = 5; - } - $int9 = calc($int9 + 1); - } - } - } else { - cc_create(interface_102:com_21, ^iftype_graphic, $int9); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int10, $int11, ^setpos_abs_left, ^setpos_abs_top); - cc_setobject(inv_getobj(inv_93, $int8), inv_getnum(inv_93, $int8)); - cc_setopbase(""); - cc_setop(1, "Item : "); - cc_setgraphicshadow(0x111111); - if (enum(obj, int, enum_616, inv_getobj(inv_93, $int8)) = 1) { - cc_setoutline(2); - $int14 = 1; - } else { - cc_setoutline(1); - } - $int10 = calc($int10 + 38); - if ($int10 > 300) { - $int11 = calc($int11 + 38); - $int10 = 5; - } - $int9 = calc($int9 + 1); - } - } - $int8 = calc($int8 + 1); - } - $int8 = 0; - while ($int8 < 14) { - if ($int8 ! 6 & $int8 ! 8 & $int8 ! 11) { - $obj12 = inv_getobj(inv_94, $int8); - if ($obj12 ! null) { - if ($obj12 = $obj2 | $obj12 = $obj3 | $obj12 = $obj4 | $obj12 = $obj5) { - if (oc_stackable($obj12) = true) { - $int13 = 0; - if ($obj12 = $obj2) { - $int13 = 1; - } - if ($obj12 = $obj3) { - $int13 = calc($int13 + 1); - } - if ($obj12 = $obj4) { - $int13 = calc($int13 + 1); - } - if ($obj12 = $obj5) { - $int13 = calc($int13 + 1); - } - if (calc(inv_getnum(inv_94, $int8) - $int13) > 0) { - cc_create(interface_102:com_21, ^iftype_graphic, $int9); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int10, $int11, ^setpos_abs_left, ^setpos_abs_top); - cc_setobject(inv_getobj(inv_94, $int8), calc(inv_getnum(inv_94, $int8) - $int13)); - cc_setopbase(""); - cc_setop(1, "Item : "); - cc_setgraphicshadow(0x111111); - if (enum(obj, int, enum_616, inv_getobj(inv_94, $int8)) = 1) { - cc_setoutline(2); - $int14 = 1; - } else { - cc_setoutline(1); - } - $int10 = calc($int10 + 38); - if ($int10 > 300) { - $int11 = calc($int11 + 38); - $int10 = 5; - } - $int9 = calc($int9 + 1); - } - } - } else { - cc_create(interface_102:com_21, ^iftype_graphic, $int9); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int10, $int11, ^setpos_abs_left, ^setpos_abs_top); - cc_setobject(inv_getobj(inv_94, $int8), inv_getnum(inv_94, $int8)); - cc_setopbase(""); - cc_setop(1, "Item : "); - cc_setgraphicshadow(0x111111); - if (enum(obj, int, enum_616, inv_getobj(inv_94, $int8)) = 1) { - cc_setoutline(2); - $int14 = 1; - } else { - cc_setoutline(1); - } - $int10 = calc($int10 + 38); - if ($int10 > 300) { - $int11 = calc($int11 + 38); - $int10 = 5; - } - $int9 = calc($int9 + 1); - } - } - } - $int8 = calc($int8 + 1); - } - $string1 = "The normal amount of items kept is three.

"; - if ($int1 = 0) { - $string1 = append($string1, "<$string0> This reduces the items you keep from three to zero!"); - } else if ($int1 = 1) { - $string1 = append($string1, "<$string0> This reduces the items you keep from three to zero!

However, you also have the Protect Items prayer active, which saves you one extra item!"); - } else if ($int1 = 3) { - $string1 = append($string1, "You have no factors affecting the items you keep."); - } else if ($int1 = 4) { - $string1 = append($string1, "You have the Protect Items prayer active, which saves you one extra item!"); - } - if ($int14 = 1) { - $string1 = append($string1, "

Items with a white outline are ones you will always lose."); - } - if ($int7 = 1) { - $string1 = append($string1, "

You have items in a creature's inventory, which will be dropped where it is standing if it or you die."); - } - if_settext($string1, interface_102:com_27); - if_settext("Max items kept on death :

~ ~", interface_102:com_28); - if ($int6 > 0) { - if_settext("Items you will keep on death:", interface_102:com_17); - if_settext("Items you will lose on death:", interface_102:com_20); - } else { - if_settext("Items you will keep on death (if not skulled):", interface_102:com_17); - if_settext("Items you will lose on death (if not skulled):", interface_102:com_20); - } -} else { - if_sethide(true, interface_102:com_21); - if_sethide(true, interface_102:com_18); - if_sethide(false, interface_102:com_29); - if ($int0 = 2) { - $string1 = "You're in a player-owned house,
which is a safe area.

If you die you will keep all your items except the items you would lose on leaving the house via the portal."; - } else if ($int0 = 3) { - $string1 = "You're in a game of Castle Wars,
which is a safe area.

If you die you will keep all your items, except the team banner should you be carrying it."; - } else if ($int0 = 4) { - $string1 = "You're in a game of Trouble Brewing,
which is a safe area.

If you die you will keep all your items brought with you, including the Trouble Brewing manual, but will lose everything else."; - } else if ($int0 = 5) { - $string1 = "You're in a game of Barbarian Assault,
which is a safe area.

If you die you will keep all your items, except items from the dispensors, logs, hammers and Penance eggs."; - } else { - $string1 = "You're in a safe area.

If you die you will keep all the items you brought with you."; - } - if_settext($string1, interface_102:com_30); - $string1 = "The normal amount of items kept is three.

"; - $string1 = append($string1, "You're in a safe area. See information to the left for a more detailed description."); - if_settext($string1, interface_102:com_27); - if_settext("Max items kept on death :

All items !", interface_102:com_28); -} diff --git a/dumps/530/script/[clientscript,script1190].cs2 b/dumps/530/script/[clientscript,script1190].cs2 deleted file mode 100644 index d8f10cea5..000000000 --- a/dumps/530/script/[clientscript,script1190].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1190 -[clientscript,script1190] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $int2 = 0; -while ($int0 < inv_size(inv_482)) { - cc_create(interface_477:com_26, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - $int1 = ~script1425($int0); - $int2 = ~script1426($int0); - cc_setposition($int1, $int2, ^setpos_abs_left, ^setpos_abs_top); - if (inv_getobj(inv_482, $int0) ! null) { - cc_setobject(inv_getobj(inv_482, $int0), inv_getnum(inv_482, $int0)); - cc_setopbase(oc_name(inv_getobj(inv_482, $int0))); - cc_setop(1, "Value"); - cc_setop(2, "Buy 1"); - cc_setop(3, "Buy 5"); - cc_setop(4, "Buy 10"); - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[clientscript,script1191].cs2 b/dumps/530/script/[clientscript,script1191].cs2 deleted file mode 100644 index 90070aa17..000000000 --- a/dumps/530/script/[clientscript,script1191].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1191 -[clientscript,script1191](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_grounddecor_on(false); -} else { - detail_grounddecor_on(true); -} diff --git a/dumps/530/script/[clientscript,script1193].cs2 b/dumps/530/script/[clientscript,script1193].cs2 deleted file mode 100644 index f1e16ae3d..000000000 --- a/dumps/530/script/[clientscript,script1193].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1193 -[clientscript,script1193](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - unknown_command_6006(false); -} else { - unknown_command_6006(true); -} diff --git a/dumps/530/script/[clientscript,script1195].cs2 b/dumps/530/script/[clientscript,script1195].cs2 deleted file mode 100644 index 7f67cb0ae..000000000 --- a/dumps/530/script/[clientscript,script1195].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1195 -[clientscript,script1195](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_idleanims_many(0); -} else { - detail_idleanims_many(1); -} diff --git a/dumps/530/script/[clientscript,script1197].cs2 b/dumps/530/script/[clientscript,script1197].cs2 deleted file mode 100644 index 105469bee..000000000 --- a/dumps/530/script/[clientscript,script1197].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1197 -[clientscript,script1197](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_flickering_on(false); -} else { - detail_flickering_on(true); -} diff --git a/dumps/530/script/[clientscript,script1199].cs2 b/dumps/530/script/[clientscript,script1199].cs2 deleted file mode 100644 index 9d0378395..000000000 --- a/dumps/530/script/[clientscript,script1199].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1199 -[clientscript,script1199](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - unknown_command_6009(false); -} else { - unknown_command_6009(true); -} diff --git a/dumps/530/script/[clientscript,script119].cs2 b/dumps/530/script/[clientscript,script119].cs2 deleted file mode 100644 index 4f6ecb948..000000000 --- a/dumps/530/script/[clientscript,script119].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 119 -[clientscript,script119](component $component0) -~script1365($component0); diff --git a/dumps/530/script/[clientscript,script11].cs2 b/dumps/530/script/[clientscript,script11].cs2 deleted file mode 100644 index fe3fdca77..000000000 --- a/dumps/530/script/[clientscript,script11].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 11 -[clientscript,script11](component $component0) -cc_deleteall($component0); diff --git a/dumps/530/script/[clientscript,script1201].cs2 b/dumps/530/script/[clientscript,script1201].cs2 deleted file mode 100644 index 6bb11abf8..000000000 --- a/dumps/530/script/[clientscript,script1201].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1201 -[clientscript,script1201](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - unknown_command_6010(false); -} else { - unknown_command_6010(true); -} diff --git a/dumps/530/script/[clientscript,script1203].cs2 b/dumps/530/script/[clientscript,script1203].cs2 deleted file mode 100644 index a1b78f979..000000000 --- a/dumps/530/script/[clientscript,script1203].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1203 -[clientscript,script1203](int $int0, component $component1) -unknown_command_6011(~script1345($int0, $component1)); diff --git a/dumps/530/script/[clientscript,script1205].cs2 b/dumps/530/script/[clientscript,script1205].cs2 deleted file mode 100644 index 2eae558be..000000000 --- a/dumps/530/script/[clientscript,script1205].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1205 -[clientscript,script1205](component $component0, int $int1, int $int2, int $int3) -~script1298($component0, $int1, $int2, $int3); diff --git a/dumps/530/script/[clientscript,script1207].cs2 b/dumps/530/script/[clientscript,script1207].cs2 deleted file mode 100644 index 70d042c8d..000000000 --- a/dumps/530/script/[clientscript,script1207].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1207 -[clientscript,script1207](int $int0, int $int1) -if ($int0 <= 11) { - if_setscrollsize(404, 215, interface_275:com_6); - ~script72(interface_275:com_7, interface_275:com_6, 0); -} else { - if_setscrollsize(404, calc($int0 * 20), interface_275:com_6); - if ($int1 = 1) { - ~script72(interface_275:com_7, interface_275:com_6, 0); - } else { - ~script72(interface_275:com_7, interface_275:com_6, calc($int0 * 20 - 180)); - } -} diff --git a/dumps/530/script/[clientscript,script1209].cs2 b/dumps/530/script/[clientscript,script1209].cs2 deleted file mode 100644 index ae067dff6..000000000 --- a/dumps/530/script/[clientscript,script1209].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1209 -[clientscript,script1209](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_waterdetail_high(false); -} else { - detail_waterdetail_high(true); -} diff --git a/dumps/530/script/[clientscript,script120].cs2 b/dumps/530/script/[clientscript,script120].cs2 deleted file mode 100644 index 6232cbb47..000000000 --- a/dumps/530/script/[clientscript,script120].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 120 -[clientscript,script120](component $component0) -def_int $int1 = calc(randominc(25) + 10); -def_int $int2 = calc(randominc(25) + 20); -if_setontimer("script66($int1, $int2, 0, $component0)", $component0); diff --git a/dumps/530/script/[clientscript,script1211].cs2 b/dumps/530/script/[clientscript,script1211].cs2 deleted file mode 100644 index ec1e01beb..000000000 --- a/dumps/530/script/[clientscript,script1211].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1211 -[clientscript,script1211](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_fog_on(false); -} else { - detail_fog_on(true); -} diff --git a/dumps/530/script/[clientscript,script1212].cs2 b/dumps/530/script/[clientscript,script1212].cs2 deleted file mode 100644 index c0f4b0000..000000000 --- a/dumps/530/script/[clientscript,script1212].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1212 -[clientscript,script1212](int $int0, component $component1) -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = 0) { - detail_lightdetail_high(false); -} else { - detail_lightdetail_high(true); -} diff --git a/dumps/530/script/[clientscript,script1213].cs2 b/dumps/530/script/[clientscript,script1213].cs2 deleted file mode 100644 index fef44a3aa..000000000 --- a/dumps/530/script/[clientscript,script1213].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1213 -[clientscript,script1213](int $int0, component $component1) -if (unknown_command_6121 = false | getwindowmode < 1) { - return; -} -def_int $int2 = ~script1345($int0, $component1); -if ($int2 = detailget_antialiasing) { - return; -} -detail_antialiasing($int2); -if ($int2 = 0) { - detail_antialiasing_default(0); - return; -} -if_setonclick("script1890(interface_744:com_138)", interface_744:com_238); -~script1174(interface_744:com_237); diff --git a/dumps/530/script/[clientscript,script1214].cs2 b/dumps/530/script/[clientscript,script1214].cs2 deleted file mode 100644 index 816265075..000000000 --- a/dumps/530/script/[clientscript,script1214].cs2 +++ /dev/null @@ -1,22 +0,0 @@ -// 1214 -[clientscript,script1214](component $component0, component $component1, int $int2, int $int3) -def_int $int4 = calc(if_getwidth($component0) - if_getwidth($component1)); -def_int $int5 = calc(if_getwidth($component1) / 2); -if ($int2 = -1) { - $int2 = if_getwidth($component0); -} -$int2 = max(calc($int2 - $int5), 0); -$int2 = min($int2, $int4); -if ($int3 = 0) { - detail_soundvol(scale($int2, $int4, 127)); - ~script1217($component0, $component1); -} else if ($int3 = 1) { - detail_musicvol(scale($int2, $int4, 255)); - ~script1216($component0, $component1); -} else if ($int3 = 2) { - detail_bgsoundvol(scale($int2, $int4, 127)); - ~script1218($component0, $component1); -} else if ($int3 = 3) { - detail_brightness(calc(min(scale($int2, $int4, 4), 3) + 1)); - ~script1185($component0, $component1); -} diff --git a/dumps/530/script/[clientscript,script1215].cs2 b/dumps/530/script/[clientscript,script1215].cs2 deleted file mode 100644 index dcee7a438..000000000 --- a/dumps/530/script/[clientscript,script1215].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1215 -[clientscript,script1215](component $component0, component $component1, int $int2, int $int3) -if_setgraphic(graphic_1253, $component1); -def_int $int4 = calc(if_getwidth($component0) - if_getwidth($component1)); -$int2 = max($int2, 0); -$int2 = min(calc($int2 + 1), $int4); -if ($int3 = 0) { - detail_soundvol(scale($int2, $int4, 127)); - ~script1217($component0, $component1); -} else if ($int3 = 1) { - detail_musicvol(scale(calc($int2 - 1), $int4, 258)); - ~script1216($component0, $component1); -} else if ($int3 = 2) { - detail_bgsoundvol(scale($int2, $int4, 127)); - ~script1218($component0, $component1); -} else if ($int3 = 3) { - detail_brightness(calc(min(scale($int2, $int4, 4), 3) + 1)); - ~script1185($component0, $component1); -} diff --git a/dumps/530/script/[clientscript,script1219].cs2 b/dumps/530/script/[clientscript,script1219].cs2 deleted file mode 100644 index 61b5dce3a..000000000 --- a/dumps/530/script/[clientscript,script1219].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1219 -[clientscript,script1219](int $int0) -detail_stereo($int0); -~script1220; diff --git a/dumps/530/script/[clientscript,script1221].cs2 b/dumps/530/script/[clientscript,script1221].cs2 deleted file mode 100644 index ba230199e..000000000 --- a/dumps/530/script/[clientscript,script1221].cs2 +++ /dev/null @@ -1,153 +0,0 @@ -// 1221 -[clientscript,script1221](int $key0, char $char1) -if (%varclient_174 = 6) { - return; -} -if (%varclient_174 = 7 & $key0 = ^key_escape) { - ~script723(0); - return; -} -if (%varclient_174 = 0) { - if ($key0 = ^key_return) { - if (if_gethide(interface_744:com_226) = false) { - ~script1174(interface_744:com_241); - } - return; - } - if ($key0 = ^key_escape & if_gethide(interface_744:com_226) = true) { - ~script1174(interface_744:com_226); - } - return; -} -if (%varclient_174 = 1) { - if (login_reply = -3 | login_reply = 21 | login_reply = 1) { - return; - } - if ($key0 = ^key_return | $key0 = ^key_tab) { - if (%varclient_175 >= clientclock) { - return; - } - %varclient_174 = 2; - %varclient_175 = clientclock; - return; - } - if ($key0 = ^key_escape) { - ~script1174(interface_744:com_226); - return; - } - if (string_length(%varclientstring_32) >= 12 & $key0 ! ^key_backspace) { - return; - } - %varclientstring_32 = removetags(~script74(%varclientstring_32, 0, $key0, $char1)); - if_settext(%varclientstring_32, interface_744:com_340); - return; -} -if (%varclient_174 = 3) { - if (create_reply = -3) { - return; - } - if ($key0 = ^key_escape) { - ~script1174(interface_744:com_226); - return; - } - if (string_length(%varclientstring_34) >= 12 & $key0 ! ^key_backspace) { - return; - } - %varclientstring_34 = removetags(~script74(%varclientstring_34, 0, $key0, $char1)); - if_settext(%varclientstring_34, interface_744:com_394); - return; -} -def_string $string0 = ""; -def_int $int2 = 0; -if (%varclient_174 = 2) { - if (login_reply = -3 | login_reply = 21 | login_reply = 1) { - return; - } - if ($key0 = ^key_return) { - if (%varclient_175 >= clientclock) { - return; - } - %varclient_175 = clientclock; - ~script1183; - return; - } - if ($key0 = ^key_tab) { - if (%varclient_175 >= clientclock) { - return; - } - %varclient_174 = 1; - %varclient_175 = clientclock; - return; - } - if ($key0 = ^key_escape) { - ~script1174(interface_744:com_226); - return; - } - if (string_length(%varclientstring_33) >= 20 & $key0 ! ^key_backspace) { - return; - } - %varclientstring_33 = ~script74(%varclientstring_33, 0, $key0, $char1); - $int2 = string_length(%varclientstring_33); - while ($int2 > 0) { - $string0 = append($string0, "*"); - $int2 = calc($int2 - 1); - } - if_settext($string0, interface_744:com_346); - return; -} -if (%varclient_174 = 4) { - if (create_reply = -3) { - return; - } - if ($key0 = ^key_return | $key0 = ^key_tab) { - if (%varclient_175 >= clientclock) { - return; - } - %varclient_175 = clientclock; - %varclient_174 = 5; - return; - } - if ($key0 = ^key_escape) { - ~script1174(interface_744:com_226); - return; - } - if (string_length(%varclientstring_35) >= 20 & $key0 ! ^key_backspace) { - return; - } - %varclientstring_35 = ~script74(%varclientstring_35, 0, $key0, $char1); - $int2 = string_length(%varclientstring_35); - while ($int2 > 0) { - $string0 = append($string0, "*"); - $int2 = calc($int2 - 1); - } - if_settext($string0, interface_744:com_421); - return; -} -if (%varclient_174 = 5) { - if (create_reply = -3) { - return; - } - if ($key0 = ^key_tab) { - if (%varclient_175 >= clientclock) { - return; - } - %varclient_175 = clientclock; - %varclient_174 = 4; - return; - } - if ($key0 = ^key_escape) { - ~script1174(interface_744:com_226); - return; - } - if (string_length(%varclientstring_36) >= 20 & $key0 ! ^key_backspace) { - return; - } - %varclientstring_36 = ~script74(%varclientstring_36, 0, $key0, $char1); - $int2 = string_length(%varclientstring_36); - while ($int2 > 0) { - $string0 = append($string0, "*"); - $int2 = calc($int2 - 1); - } - if_settext($string0, interface_744:com_426); - return; -} diff --git a/dumps/530/script/[clientscript,script1223].cs2 b/dumps/530/script/[clientscript,script1223].cs2 deleted file mode 100644 index c67d474fb..000000000 --- a/dumps/530/script/[clientscript,script1223].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1223 -[clientscript,script1223](int $int0) -%varclient_174 = $int0; diff --git a/dumps/530/script/[clientscript,script1224].cs2 b/dumps/530/script/[clientscript,script1224].cs2 deleted file mode 100644 index 1409e0488..000000000 --- a/dumps/530/script/[clientscript,script1224].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1224 -[clientscript,script1224] -openurl_nologin("terms/terms.ws?cty=", true); diff --git a/dumps/530/script/[clientscript,script1225].cs2 b/dumps/530/script/[clientscript,script1225].cs2 deleted file mode 100644 index e44a029ac..000000000 --- a/dumps/530/script/[clientscript,script1225].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1225 -[clientscript,script1225] -if_sethide(true, interface_744:com_397); -if_sethide(false, interface_744:com_398); diff --git a/dumps/530/script/[clientscript,script1226].cs2 b/dumps/530/script/[clientscript,script1226].cs2 deleted file mode 100644 index b70b74c06..000000000 --- a/dumps/530/script/[clientscript,script1226].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1226 -[clientscript,script1226] -if_sethide(true, interface_744:com_398); -if_sethide(false, interface_744:com_397); diff --git a/dumps/530/script/[clientscript,script1227].cs2 b/dumps/530/script/[clientscript,script1227].cs2 deleted file mode 100644 index 403b8dfb1..000000000 --- a/dumps/530/script/[clientscript,script1227].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1227 -[clientscript,script1227] -if (calc(clientclock % 40) < 20 & create_reply ! -3) { - if (%varclient_174 = 3) { - if_settext(append(%varclientstring_34, "|"), interface_744:com_394); - } -} else { - if_settext(%varclientstring_34, interface_744:com_394); -} diff --git a/dumps/530/script/[clientscript,script1228].cs2 b/dumps/530/script/[clientscript,script1228].cs2 deleted file mode 100644 index 115f1e3b6..000000000 --- a/dumps/530/script/[clientscript,script1228].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1228 -[clientscript,script1228] -def_string $string0 = ""; -def_int $int0 = string_length(%varclientstring_35); -while ($int0 > 0) { - $string0 = append($string0, "*"); - $int0 = calc($int0 - 1); -} -def_string $string1 = ""; -def_int $int1 = string_length(%varclientstring_36); -while ($int1 > 0) { - $string1 = append($string1, "*"); - $int1 = calc($int1 - 1); -} -if (calc(clientclock % 40) < 20 & create_reply ! -3) { - if (%varclient_174 = 4) { - if_settext(append($string0, "|"), interface_744:com_421); - if_settext($string1, interface_744:com_426); - } else if (%varclient_174 = 5) { - if_settext($string0, interface_744:com_421); - if_settext(append($string1, "|"), interface_744:com_426); - } -} else { - if_settext($string0, interface_744:com_421); - if_settext($string1, interface_744:com_426); -} diff --git a/dumps/530/script/[clientscript,script1229].cs2 b/dumps/530/script/[clientscript,script1229].cs2 deleted file mode 100644 index e8c4d780b..000000000 --- a/dumps/530/script/[clientscript,script1229].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1229 -[clientscript,script1229](int $int0) -%varclient_179 = calc(~script1345($int0, interface_744:com_383) + 1); diff --git a/dumps/530/script/[clientscript,script122].cs2 b/dumps/530/script/[clientscript,script122].cs2 deleted file mode 100644 index ec11264cd..000000000 --- a/dumps/530/script/[clientscript,script122].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 122 -[clientscript,script122](component $component0) -def_int $int1 = 0; -$int1 = calc(clientclock % 100); -if ($int1 > 50) { - $int1 = calc(100 - $int1); -} -$int1 = calc(255 - $int1); -if_settrans($int1, $component0); diff --git a/dumps/530/script/[clientscript,script1230].cs2 b/dumps/530/script/[clientscript,script1230].cs2 deleted file mode 100644 index 616f75660..000000000 --- a/dumps/530/script/[clientscript,script1230].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1230 -[clientscript,script1230](int $int0) -%varclient_180 = ~script1345($int0, interface_744:com_379); diff --git a/dumps/530/script/[clientscript,script1231].cs2 b/dumps/530/script/[clientscript,script1231].cs2 deleted file mode 100644 index d577ad57f..000000000 --- a/dumps/530/script/[clientscript,script1231].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1231 -[clientscript,script1231](int $int0) -%varclient_181 = calc(2009 - ~script1345($int0, interface_744:com_375)); diff --git a/dumps/530/script/[clientscript,script1232].cs2 b/dumps/530/script/[clientscript,script1232].cs2 deleted file mode 100644 index 2248ed9c9..000000000 --- a/dumps/530/script/[clientscript,script1232].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1232 -[clientscript,script1232](int $int0) -%varclient_182 = enum(int, int, enum_1669, ~script1345($int0, interface_744:com_371)); diff --git a/dumps/530/script/[clientscript,script1233].cs2 b/dumps/530/script/[clientscript,script1233].cs2 deleted file mode 100644 index a1a6e5296..000000000 --- a/dumps/530/script/[clientscript,script1233].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1233 -[clientscript,script1233] -if_sethide(true, interface_744:com_364); -if_settext("Please wait...", interface_744:com_365); -if_setonclick(null, interface_744:com_365); -unknown_command_5603(%varclient_179, %varclient_180, %varclient_181, %varclient_182); -if_setontimer("script1234", interface_744:com_404); diff --git a/dumps/530/script/[clientscript,script1234].cs2 b/dumps/530/script/[clientscript,script1234].cs2 deleted file mode 100644 index 576a8f3d1..000000000 --- a/dumps/530/script/[clientscript,script1234].cs2 +++ /dev/null @@ -1,39 +0,0 @@ -// 1234 -[clientscript,script1234] -if (create_reply = -3) { - return; -} -if_setontimer(null, interface_744:com_404); -if_sethide(false, interface_744:com_364); -if_settext("Next", interface_744:com_365); -if_setonclick("script1233", interface_744:com_365); -if (create_reply = 2) { - ~script1174(interface_744:com_405); - return; -} -if_setcolour(0x8c320a, interface_744:com_361); -if (create_reply = -4) { - if_settext("There was an error contacting the server.
Please try using a different world.", interface_744:com_361); -} else if (create_reply = -5) { - if_settext("Connection timed out.
Please try using a different world.", interface_744:com_361); -} else if (create_reply = -5) { - if_settext("No response from server.
Please try using a different world.", interface_744:com_361); -} else if (create_reply = 3) { - if_settext("There was an error contacting the create system.
Please try again.", interface_744:com_361); -} else if (create_reply = 7) { - if_settext("The server is very busy.
Please try again in a minute.", interface_744:com_361); -} else if (create_reply = 9) { - if_settext("You cannot create an account at this time.
Please try again later.", interface_744:com_361); -} else if (create_reply = 10) { - if_settext("The date of birth you entered
was invalid!", interface_744:com_361); -} else if (create_reply = 11) { - if_settext("The date of birth you entered
is in the future!", interface_744:com_361); -} else if (create_reply = 12) { - if_settext("The date of birth you entered
was this year!", interface_744:com_361); -} else if (create_reply = 13) { - if_settext("The date of birth you entered
was last year!", interface_744:com_361); -} else if (create_reply = 14) { - if_settext("The country you entered was invalid!", interface_744:com_361); -} else { - if_settext("Unexpected server response.
Please try again.", interface_744:com_361); -} diff --git a/dumps/530/script/[clientscript,script1235].cs2 b/dumps/530/script/[clientscript,script1235].cs2 deleted file mode 100644 index db39a7f84..000000000 --- a/dumps/530/script/[clientscript,script1235].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1235 -[clientscript,script1235] -if_sethide(true, interface_744:com_388); -if_settext("Please wait...", interface_744:com_389); -if_setonclick(null, interface_744:com_389); -unknown_command_5604(if_gettext(interface_744:com_394)); -if_settext("Usernames can be a maximum of 12 characters long and may contain letters, numbers and underscores. Note: first letters will be capitalised and underscores will be converted into spaces. For example, the username red_rooster would display in the game as Red Rooster.", interface_744:com_386); -if_setcolour(0x461e00, interface_744:com_386); -if_setontimer("script1236", interface_744:com_405); diff --git a/dumps/530/script/[clientscript,script1236].cs2 b/dumps/530/script/[clientscript,script1236].cs2 deleted file mode 100644 index d6518cd5e..000000000 --- a/dumps/530/script/[clientscript,script1236].cs2 +++ /dev/null @@ -1,54 +0,0 @@ -// 1236 -[clientscript,script1236] -def_string $string0 = ""; -def_string $string1 = ""; -def_string $string2 = ""; -def_string $string3 = ""; -def_string $string4 = ""; -if (create_reply = -3) { - return; -} -if_setontimer(null, interface_744:com_405); -if_sethide(false, interface_744:com_388); -if_settext("Next", interface_744:com_389); -if_setonclick("script1235", interface_744:com_389); -if (create_reply = 2) { - ~script1174(interface_744:com_406); - return; -} -if_setcolour(0x8c320a, interface_744:com_385); -if (create_reply = -4) { - if_settext("There was an error contacting the server.
Please try using a different world.", interface_744:com_385); -} else if (create_reply = -5) { - if_settext("Connection timed out.
Please try using a different world.", interface_744:com_385); -} else if (create_reply = -5) { - if_settext("No response from server.
Please try using a different world.", interface_744:com_385); -} else if (create_reply = 3) { - if_settext("There was an error contacting the create system.
Please try again.", interface_744:com_385); -} else if (create_reply = 7) { - if_settext("The server is very busy.
Please try again in a minute.", interface_744:com_385); -} else if (create_reply = 9) { - if_settext("You cannot create an account at this time. Please try again later.", interface_744:com_385); -} else if (create_reply = 20) { - if_settext("That username is not available.
Please choose again.", interface_744:com_385); -} else if (create_reply = 21) { - if_settext("That username is not available.
Please choose again.", interface_744:com_385); - $string0, $string1, $string2, $string3, $string4 = unknown_command_5610; - if (compare($string4, "") ! 0) { - if_settext("Alternatively, the following usernames are available:

<$string0>
<$string1>
<$string2>
<$string3>
<$string4>", interface_744:com_386); - } else if (compare($string3, "") ! 0) { - if_settext("Alternatively, the following usernames are available:

<$string0>
<$string1>
<$string2>
<$string3>", interface_744:com_386); - } else if (compare($string2, "") ! 0) { - if_settext("Alternatively, the following usernames are available:

<$string0>
<$string1>
<$string2>", interface_744:com_386); - } else if (compare($string1, "") ! 0) { - if_settext("Alternatively, the following usernames are available:

<$string0>
<$string1>", interface_744:com_386); - } else if (compare($string0, "") ! 0) { - if_settext("Alternatively, the following username is available:

<$string0>", interface_744:com_386); - } else { - if_settext("We could not find any suitable alternative account names to suggest, please choose again.", interface_744:com_386); - } -} else if (create_reply = 22) { - if_settext("That is not a valid username.
Please choose again.", interface_744:com_385); -} else { - if_settext("Unexpected server response.
Please try again.", interface_744:com_385); -} diff --git a/dumps/530/script/[clientscript,script1237].cs2 b/dumps/530/script/[clientscript,script1237].cs2 deleted file mode 100644 index 1bfac350f..000000000 --- a/dumps/530/script/[clientscript,script1237].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1237 -[clientscript,script1237] -if (compare(%varclientstring_35, %varclientstring_36) ! 0) { - if_settext("The values in the `Password' and `Confirm Password' boxes are not the same.", interface_744:com_413); - if_setcolour(0x8c320a, interface_744:com_413); - return; -} -if_sethide(true, interface_744:com_427); -if_settext("Please wait...", interface_744:com_428); -if_setonclick(null, interface_744:com_428); -unknown_command_5605(%varclientstring_34, %varclientstring_35, %varclient_179, %varclient_180, %varclient_181, %varclient_182); -if_setontimer("script1238", interface_744:com_409); diff --git a/dumps/530/script/[clientscript,script1238].cs2 b/dumps/530/script/[clientscript,script1238].cs2 deleted file mode 100644 index 6104467db..000000000 --- a/dumps/530/script/[clientscript,script1238].cs2 +++ /dev/null @@ -1,44 +0,0 @@ -// 1238 -[clientscript,script1238] -if (create_reply = -3) { - return; -} -if_setontimer(null, interface_744:com_409); -if_sethide(false, interface_744:com_427); -if_settext("Create", interface_744:com_428); -if_setonclick("script1237", interface_744:com_428); -if (create_reply = 2) { - ~script1174(interface_744:com_410); -} -if_setcolour(0x8c320a, interface_744:com_413); -if (create_reply = -4) { - if_settext("There was an error contacting the server.
Please try using a different world.", interface_744:com_413); -} else if (create_reply = -5) { - if_settext("Connection timed out.
Please try using a different world.", interface_744:com_413); -} else if (create_reply = -5) { - if_settext("No response from server.
Please try using a different world.", interface_744:com_413); -} else if (create_reply = 3) { - if_settext("There was an error contacting the create system.
Please try again.", interface_744:com_413); -} else if (create_reply = 7) { - if_settext("The server is very busy.
Please try again in a minute.", interface_744:com_413); -} else if (create_reply = 9) { - if_settext("You cannot create an account now.
Please try again later.", interface_744:com_413); -} else if (create_reply = 10) { - if_settext("The date of birth you entered was invalid.
Please go back and try again.", interface_744:com_413); -} else if (create_reply = 20) { - if_settext("That username is no longer available.
Please go back and choose again.", interface_744:com_413); -} else if (create_reply = 30) { - if_settext("Your password was an invalid length.
Please try again.", interface_744:com_413); -} else if (create_reply = 31) { - if_settext("Your password contained invalid characters.
Please try again.", interface_744:com_413); -} else if (create_reply = 32 | create_reply = 33) { - if_settext("Your password is too easy to guess.
Please try again.", interface_744:com_413); -} else if (create_reply = 34 | create_reply = 35 | create_reply = 36) { - if_settext("Your password is too similar to your username.
Please try again.", interface_744:com_413); -} else if (create_reply = 37) { - if_settext("RuneScape has been updated!
Please reload this page and try again.", interface_744:com_413); -} else if (create_reply = 38) { - if_settext("You cannot create an account at this time.
Please try again later.", interface_744:com_413); -} else { - if_settext("Unexpected server response.
Please try again.", interface_744:com_413); -} diff --git a/dumps/530/script/[clientscript,script123].cs2 b/dumps/530/script/[clientscript,script123].cs2 deleted file mode 100644 index 478bc3a03..000000000 --- a/dumps/530/script/[clientscript,script123].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 123 -[clientscript,script123] -if_settext("Friends List - RuneScape ", interface_550:com_3); -if_setonfriendtransmit("script124", interface_550:com_2); -~script125; -~script31(interface_550:com_1, interface_550:com_2, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1248].cs2 b/dumps/530/script/[clientscript,script1248].cs2 deleted file mode 100644 index 43e4e4064..000000000 --- a/dumps/530/script/[clientscript,script1248].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1248 -[clientscript,script1248](component $component0, component $component1, component $component2) -if (clientclock < %varclient_177) { - return; -} -%varclient_176 = calc(%varclient_176 + 2); -if (calc(%varclient_176 % 10) ! 2) { - %varclient_176 = calc(%varclient_176 - %varclient_176 % 10 + 2); -} -if_sethide(false, $component0); -if_setontimer("script1249($component0, $component1, $component2)", $component0); -if_setontimer(null, $component1); diff --git a/dumps/530/script/[clientscript,script1249].cs2 b/dumps/530/script/[clientscript,script1249].cs2 deleted file mode 100644 index 448281166..000000000 --- a/dumps/530/script/[clientscript,script1249].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1249 -[clientscript,script1249](component $component0, component $component1, component $component2) -if (clientclock < %varclient_177) { - return; -} -def_int $int3 = calc(%varclient_176 / 10); -def_int $int4 = calc(%varclient_176 % 10); -def_coord $coord5 = null; -def_int $rgb6 = ^black; -if ($int4 = 0) { - if_sethide(false, $component2); - if_setontimer(null, $component2); - if_settrans(0, $component2); - $coord5, $rgb6 = ~script1239(0); - cam_moveto($coord5, 1000, 100, 100); - cam_lookat($coord5, 0, 100, 100); - %varclient_177 = calc(clientclock + 30); - %varclient_176 = calc(%varclient_176 + 2); -} else if ($int4 = 2) { - if (if_gethide($component1) = false) { - if_setontimer("script1252($component1, 2)", $component1); - } - if_setontimer("script1252($component2, 1)", $component2); - $coord5, $rgb6 = ~script1239(1); - ~script1251(0, $component0, $component1, $component2, $rgb6); - if_setontimer(null, $component0); -} diff --git a/dumps/530/script/[clientscript,script124].cs2 b/dumps/530/script/[clientscript,script124].cs2 deleted file mode 100644 index 93ac35080..000000000 --- a/dumps/530/script/[clientscript,script124].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 124 -[clientscript,script124] -~script125; diff --git a/dumps/530/script/[clientscript,script1250].cs2 b/dumps/530/script/[clientscript,script1250].cs2 deleted file mode 100644 index d0fd82a0b..000000000 --- a/dumps/530/script/[clientscript,script1250].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1250 -[clientscript,script1250](int $int0, component $component1, component $component2, component $component3, int $rgb4) -~script1251($int0, $component1, $component2, $component3, $rgb4); diff --git a/dumps/530/script/[clientscript,script1252].cs2 b/dumps/530/script/[clientscript,script1252].cs2 deleted file mode 100644 index a7973a7ce..000000000 --- a/dumps/530/script/[clientscript,script1252].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1252 -[clientscript,script1252](component $component0, int $int1) -def_int $int2 = if_gettrans($component0); -$int2 = min(calc($int2 + 255 * $int1 / 30), 255); -if_settrans($int2, $component0); -if ($int2 >= 255) { - if_setontimer(null, $component0); - if_sethide(true, $component0); - return; -} diff --git a/dumps/530/script/[clientscript,script1253].cs2 b/dumps/530/script/[clientscript,script1253].cs2 deleted file mode 100644 index 3ed6da5a9..000000000 --- a/dumps/530/script/[clientscript,script1253].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1253 -[clientscript,script1253](component $component0) -def_int $int1 = if_gettrans($component0); -$int1 = max(calc($int1 - 255 / 30), 0); -if_settrans($int1, $component0); -if ($int1 <= 0) { - if_setontimer(null, $component0); - return; -} diff --git a/dumps/530/script/[clientscript,script1254].cs2 b/dumps/530/script/[clientscript,script1254].cs2 deleted file mode 100644 index 4ac0b01a4..000000000 --- a/dumps/530/script/[clientscript,script1254].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1254 -[clientscript,script1254] -if_settext(tostring(%varplayer_343), interface_328:com_1); -if_settext(tostring(%varplayer_344), interface_328:com_3); -if_settext(tostring(%varplayer_345), interface_328:com_5); diff --git a/dumps/530/script/[clientscript,script1255].cs2 b/dumps/530/script/[clientscript,script1255].cs2 deleted file mode 100644 index 744a3b8d9..000000000 --- a/dumps/530/script/[clientscript,script1255].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1255 -[clientscript,script1255] -if (%varplayerbit_305 = 1) { - return; -} -if (%varplayer_261 = 0) { - if_setgraphic("miscgraphics,10", interface_114:com_24); -} else { - if_setgraphic("miscgraphics,11", interface_114:com_24); -} diff --git a/dumps/530/script/[clientscript,script1256].cs2 b/dumps/530/script/[clientscript,script1256].cs2 deleted file mode 100644 index 42fd34844..000000000 --- a/dumps/530/script/[clientscript,script1256].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1256 -[clientscript,script1256] -if (%varplayerbit_305 = 1) { - return; -} -if (%varplayer_262 = 0) { - if_setgraphic("miscgraphics,10", interface_114:com_25); -} else { - if_setgraphic("miscgraphics,11", interface_114:com_25); -} diff --git a/dumps/530/script/[clientscript,script1257].cs2 b/dumps/530/script/[clientscript,script1257].cs2 deleted file mode 100644 index 2027bad42..000000000 --- a/dumps/530/script/[clientscript,script1257].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1257 -[clientscript,script1257] -if (%varplayerbit_305 = 1) { - return; -} -if (%varplayer_263 = 0) { - if_setgraphic("miscgraphics,10", interface_114:com_26); -} else { - if_setgraphic("miscgraphics,11", interface_114:com_26); -} diff --git a/dumps/530/script/[clientscript,script1258].cs2 b/dumps/530/script/[clientscript,script1258].cs2 deleted file mode 100644 index 8035502b9..000000000 --- a/dumps/530/script/[clientscript,script1258].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1258 -[clientscript,script1258] -if (%varplayerbit_305 = 1) { - return; -} -if (%varplayer_264 = 0) { - if_setgraphic("miscgraphics,10", interface_114:com_27); -} else { - if_setgraphic("miscgraphics,11", interface_114:com_27); -} diff --git a/dumps/530/script/[clientscript,script1259].cs2 b/dumps/530/script/[clientscript,script1259].cs2 deleted file mode 100644 index 397b0962c..000000000 --- a/dumps/530/script/[clientscript,script1259].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1259 -[clientscript,script1259] -if (%varplayerbit_305 = 1) { - return; -} -if (%varplayer_265 = 0) { - if_setgraphic("miscgraphics,10", interface_114:com_28); -} else { - if_setgraphic("miscgraphics,11", interface_114:com_28); -} diff --git a/dumps/530/script/[clientscript,script1260].cs2 b/dumps/530/script/[clientscript,script1260].cs2 deleted file mode 100644 index 9963a804c..000000000 --- a/dumps/530/script/[clientscript,script1260].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1260 -[clientscript,script1260] -if (%varplayerbit_305 = 1) { - return; -} -if (%varplayer_266 = 0) { - if_setgraphic("miscgraphics,10", interface_114:com_29); -} else { - if_setgraphic("miscgraphics,11", interface_114:com_29); -} diff --git a/dumps/530/script/[clientscript,script1261].cs2 b/dumps/530/script/[clientscript,script1261].cs2 deleted file mode 100644 index d886c0c67..000000000 --- a/dumps/530/script/[clientscript,script1261].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1261 -[clientscript,script1261] -if_settext(tostring(%varplayerbit_2880), interface_471:com_2); -if_settext(tostring(%varplayerbit_2881), interface_471:com_3); diff --git a/dumps/530/script/[clientscript,script1262].cs2 b/dumps/530/script/[clientscript,script1262].cs2 deleted file mode 100644 index 4456436e5..000000000 --- a/dumps/530/script/[clientscript,script1262].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1262 -[clientscript,script1262](component $component0, component $component1) -if_setcolour(0xdbdbb7, $component0); -if_setcolour(0xdbdbb7, $component1); diff --git a/dumps/530/script/[clientscript,script1263].cs2 b/dumps/530/script/[clientscript,script1263].cs2 deleted file mode 100644 index 24ff95106..000000000 --- a/dumps/530/script/[clientscript,script1263].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1263 -[clientscript,script1263](component $component0, component $component1) -if_setcolour(0xd4b082, $component0); -if_setcolour(0xd4b082, $component1); diff --git a/dumps/530/script/[clientscript,script1266].cs2 b/dumps/530/script/[clientscript,script1266].cs2 deleted file mode 100644 index b3e2f1094..000000000 --- a/dumps/530/script/[clientscript,script1266].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1266 -[clientscript,script1266] -~script1407; diff --git a/dumps/530/script/[clientscript,script1268].cs2 b/dumps/530/script/[clientscript,script1268].cs2 deleted file mode 100644 index 6901252ff..000000000 --- a/dumps/530/script/[clientscript,script1268].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1268 -[clientscript,script1268] -~script1408; diff --git a/dumps/530/script/[clientscript,script126].cs2 b/dumps/530/script/[clientscript,script126].cs2 deleted file mode 100644 index 963c456c2..000000000 --- a/dumps/530/script/[clientscript,script126].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 126 -[clientscript,script126](int $int0, string $string0, int $int1) -def_string $string1 = removetags($string0); -if ($int0 = 1) { - ~script107($string1); -} else if ($int0 = 2) { - if (friend_platform($int1) = 1) { - ~script1050(1, $string1); - } else { - ~script1050(3, $string1); - } -} else if ($int0 = 3 | $int0 = 4) { - mes("That player is currently offline."); -} else if ($int0 = 5) { - friend_del($string1); -} diff --git a/dumps/530/script/[clientscript,script1270].cs2 b/dumps/530/script/[clientscript,script1270].cs2 deleted file mode 100644 index baa06f0b4..000000000 --- a/dumps/530/script/[clientscript,script1270].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1270 -[clientscript,script1270] -~script1409; diff --git a/dumps/530/script/[clientscript,script1273].cs2 b/dumps/530/script/[clientscript,script1273].cs2 deleted file mode 100644 index 9dce79649..000000000 --- a/dumps/530/script/[clientscript,script1273].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1273 -[clientscript,script1273] -if_settext(tostring(%varplayer_354), interface_34:com_2); diff --git a/dumps/530/script/[clientscript,script1274].cs2 b/dumps/530/script/[clientscript,script1274].cs2 deleted file mode 100644 index 4e0eb40bd..000000000 --- a/dumps/530/script/[clientscript,script1274].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1274 -[clientscript,script1274] -if_settext(tostring(%varplayer_353), interface_38:com_2); diff --git a/dumps/530/script/[clientscript,script1275].cs2 b/dumps/530/script/[clientscript,script1275].cs2 deleted file mode 100644 index a560d5065..000000000 --- a/dumps/530/script/[clientscript,script1275].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1275 -[clientscript,script1275] -if_settext(tostring(%varplayer_648), interface_42:com_2); diff --git a/dumps/530/script/[clientscript,script1276].cs2 b/dumps/530/script/[clientscript,script1276].cs2 deleted file mode 100644 index da27f8d8e..000000000 --- a/dumps/530/script/[clientscript,script1276].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1276 -[clientscript,script1276] -if_settext(tostring(%varplayer_649), interface_46:com_3); diff --git a/dumps/530/script/[clientscript,script1277].cs2 b/dumps/530/script/[clientscript,script1277].cs2 deleted file mode 100644 index 03c954eed..000000000 --- a/dumps/530/script/[clientscript,script1277].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1277 -[clientscript,script1277](component $component0, inv $inv1, int $int2, int $int3) -~script1279($component0, $inv1, $int2, $int3); -if_setoninvtransmit("script1278($component0, $inv1, $int2, $int3){$inv1}", $component0); diff --git a/dumps/530/script/[clientscript,script1278].cs2 b/dumps/530/script/[clientscript,script1278].cs2 deleted file mode 100644 index 595b65263..000000000 --- a/dumps/530/script/[clientscript,script1278].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1278 -[clientscript,script1278](component $component0, inv $inv1, int $int2, int $int3) -~script1279($component0, $inv1, $int2, $int3); diff --git a/dumps/530/script/[clientscript,script127].cs2 b/dumps/530/script/[clientscript,script127].cs2 deleted file mode 100644 index bfcf72e9e..000000000 --- a/dumps/530/script/[clientscript,script127].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 127 -[clientscript,script127] -if_setonfriendtransmit("script128", interface_551:com_1); -~script129; -~script31(interface_551:com_2, interface_551:com_1, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1281].cs2 b/dumps/530/script/[clientscript,script1281].cs2 deleted file mode 100644 index b2b300898..000000000 --- a/dumps/530/script/[clientscript,script1281].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1281 -[clientscript,script1281](inv $inv0, int $int1, int $int2, component $component3) -if ($int2 = -1) { - ~script1280($inv0, $int1, $component3, $int1); - return; -} -~script1280($inv0, $int1, $component3, $int2); -~script1280($inv0, $int2, $component3, $int1); diff --git a/dumps/530/script/[clientscript,script1282].cs2 b/dumps/530/script/[clientscript,script1282].cs2 deleted file mode 100644 index 99b508a89..000000000 --- a/dumps/530/script/[clientscript,script1282].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1282 -[clientscript,script1282](component $component0) -~script1284; -if_sethide(false, $component0); diff --git a/dumps/530/script/[clientscript,script1283].cs2 b/dumps/530/script/[clientscript,script1283].cs2 deleted file mode 100644 index 009112bfe..000000000 --- a/dumps/530/script/[clientscript,script1283].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1283 -[clientscript,script1283] -~script1284; diff --git a/dumps/530/script/[clientscript,script1285].cs2 b/dumps/530/script/[clientscript,script1285].cs2 deleted file mode 100644 index 052be9eff..000000000 --- a/dumps/530/script/[clientscript,script1285].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1285 -[clientscript,script1285](component $component0) -~script1287; -if_sethide(false, $component0); diff --git a/dumps/530/script/[clientscript,script1286].cs2 b/dumps/530/script/[clientscript,script1286].cs2 deleted file mode 100644 index b64990787..000000000 --- a/dumps/530/script/[clientscript,script1286].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1286 -[clientscript,script1286] -~script1287; diff --git a/dumps/530/script/[clientscript,script1288].cs2 b/dumps/530/script/[clientscript,script1288].cs2 deleted file mode 100644 index 024294106..000000000 --- a/dumps/530/script/[clientscript,script1288].cs2 +++ /dev/null @@ -1,108 +0,0 @@ -// 1288 -[clientscript,script1288] -if_settext(tostring(%varplayerbit_861), interface_128:com_37); -if_settext(tostring(%varplayerbit_862), interface_128:com_38); -if (%varplayerbit_842 = 2) { - if_setmodel(model_8398, interface_128:com_1); - if_setmodel(model_8399, interface_128:com_2); - if_setmodel(model_8430, interface_128:com_19); -} else if (%varplayerbit_842 = 1) { - if_setmodel(model_8397, interface_128:com_1); - if_setmodel(model_8400, interface_128:com_2); - if_setmodel(model_8429, interface_128:com_19); -} else { - if_setmodel(null, interface_128:com_19); - if_setmodel(model_8398, interface_128:com_1); - if_setmodel(model_8400, interface_128:com_2); -} -if (%varplayerbit_843 = 2) { - if_setmodel(model_8402, interface_128:com_3); - if_setmodel(model_8403, interface_128:com_4); - if_setmodel(model_8430, interface_128:com_20); -} else if (%varplayerbit_843 = 1) { - if_setmodel(model_8401, interface_128:com_3); - if_setmodel(model_8404, interface_128:com_4); - if_setmodel(model_8429, interface_128:com_20); -} else { - if_setmodel(null, interface_128:com_20); - if_setmodel(model_8402, interface_128:com_3); - if_setmodel(model_8404, interface_128:com_4); -} -if (%varplayerbit_844 = 2) { - if_setmodel(model_8406, interface_128:com_5); - if_setmodel(model_8407, interface_128:com_6); - if_setmodel(model_8430, interface_128:com_21); -} else if (%varplayerbit_844 = 1) { - if_setmodel(model_8405, interface_128:com_5); - if_setmodel(model_8408, interface_128:com_6); - if_setmodel(model_8429, interface_128:com_21); -} else { - if_setmodel(null, interface_128:com_21); - if_setmodel(model_8406, interface_128:com_5); - if_setmodel(model_8408, interface_128:com_6); -} -if (%varplayerbit_845 = 2) { - if_setmodel(model_8410, interface_128:com_7); - if_setmodel(model_8411, interface_128:com_8); - if_setmodel(model_8430, interface_128:com_22); -} else if (%varplayerbit_845 = 1) { - if_setmodel(model_8409, interface_128:com_7); - if_setmodel(model_8412, interface_128:com_8); - if_setmodel(model_8429, interface_128:com_22); -} else { - if_setmodel(null, interface_128:com_22); - if_setmodel(model_8410, interface_128:com_7); - if_setmodel(model_8412, interface_128:com_8); -} -if (%varplayerbit_846 = 2) { - if_setmodel(model_8414, interface_128:com_9); - if_setmodel(model_8415, interface_128:com_10); - if_setmodel(model_8430, interface_128:com_23); -} else if (%varplayerbit_846 = 1) { - if_setmodel(model_8413, interface_128:com_9); - if_setmodel(model_8416, interface_128:com_10); - if_setmodel(model_8429, interface_128:com_23); -} else { - if_setmodel(null, interface_128:com_23); - if_setmodel(model_8414, interface_128:com_9); - if_setmodel(model_8416, interface_128:com_10); -} -if (%varplayerbit_847 = 2) { - if_setmodel(model_8418, interface_128:com_11); - if_setmodel(model_8419, interface_128:com_12); - if_setmodel(model_8430, interface_128:com_24); -} else if (%varplayerbit_847 = 1) { - if_setmodel(model_8417, interface_128:com_11); - if_setmodel(model_8420, interface_128:com_12); - if_setmodel(model_8429, interface_128:com_24); -} else { - if_setmodel(null, interface_128:com_24); - if_setmodel(model_8418, interface_128:com_11); - if_setmodel(model_8420, interface_128:com_12); -} -if (%varplayerbit_848 = 2) { - if_setmodel(model_8422, interface_128:com_13); - if_setmodel(model_8423, interface_128:com_14); - if_setmodel(model_8430, interface_128:com_25); -} else if (%varplayerbit_848 = 1) { - if_setmodel(model_8421, interface_128:com_13); - if_setmodel(model_8424, interface_128:com_14); - if_setmodel(model_8429, interface_128:com_25); -} else { - if_setmodel(null, interface_128:com_25); - if_setmodel(model_8422, interface_128:com_13); - if_setmodel(model_8424, interface_128:com_14); -} -if (%varplayerbit_849 = 2) { - if_setmodel(model_8426, interface_128:com_15); - if_setmodel(model_8427, interface_128:com_16); - if_setmodel(model_8430, interface_128:com_26); -} else if (%varplayerbit_849 = 1) { - if_setmodel(model_8425, interface_128:com_15); - if_setmodel(model_8428, interface_128:com_16); - if_setmodel(model_8429, interface_128:com_26); -} else { - if_setmodel(null, interface_128:com_26); - if_setmodel(model_8426, interface_128:com_15); - if_setmodel(model_8428, interface_128:com_16); -} diff --git a/dumps/530/script/[clientscript,script1289].cs2 b/dumps/530/script/[clientscript,script1289].cs2 deleted file mode 100644 index b9b7f0576..000000000 --- a/dumps/530/script/[clientscript,script1289].cs2 +++ /dev/null @@ -1,160 +0,0 @@ -// 1289 -[clientscript,script1289] -if_settext(tostring(%varplayerbit_861), interface_129:com_52); -if_settext(tostring(%varplayerbit_862), interface_129:com_53); -if (%varplayerbit_842 = 2) { - if_setmodel(model_8448, interface_129:com_0); - if_setmodel(model_8449, interface_129:com_1); - if_setmodel(model_8496, interface_129:com_26); -} else if (%varplayerbit_842 = 1) { - if_setmodel(model_8447, interface_129:com_0); - if_setmodel(model_8450, interface_129:com_1); - if_setmodel(model_8495, interface_129:com_26); -} else { - if_setmodel(null, interface_129:com_26); - if_setmodel(model_8448, interface_129:com_0); - if_setmodel(model_8450, interface_129:com_1); -} -if (%varplayerbit_843 = 2) { - if_setmodel(model_8452, interface_129:com_2); - if_setmodel(model_8453, interface_129:com_3); - if_setmodel(model_8498, interface_129:com_27); -} else if (%varplayerbit_843 = 1) { - if_setmodel(model_8451, interface_129:com_2); - if_setmodel(model_8454, interface_129:com_3); - if_setmodel(model_8497, interface_129:com_27); -} else { - if_setmodel(null, interface_129:com_27); - if_setmodel(model_8452, interface_129:com_2); - if_setmodel(model_8454, interface_129:com_3); -} -if (%varplayerbit_844 = 2) { - if_setmodel(model_8456, interface_129:com_4); - if_setmodel(model_8457, interface_129:com_5); - if_setmodel(model_8500, interface_129:com_28); -} else if (%varplayerbit_844 = 1) { - if_setmodel(model_8455, interface_129:com_4); - if_setmodel(model_8458, interface_129:com_5); - if_setmodel(model_8499, interface_129:com_28); -} else { - if_setmodel(null, interface_129:com_28); - if_setmodel(model_8456, interface_129:com_4); - if_setmodel(model_8458, interface_129:com_5); -} -if (%varplayerbit_845 = 2) { - if_setmodel(model_8460, interface_129:com_6); - if_setmodel(model_8461, interface_129:com_7); - if_setmodel(model_8502, interface_129:com_29); -} else if (%varplayerbit_845 = 1) { - if_setmodel(model_8459, interface_129:com_6); - if_setmodel(model_8462, interface_129:com_7); - if_setmodel(model_8501, interface_129:com_29); -} else { - if_setmodel(null, interface_129:com_29); - if_setmodel(model_8460, interface_129:com_6); - if_setmodel(model_8462, interface_129:com_7); -} -if (%varplayerbit_846 = 2) { - if_setmodel(model_8464, interface_129:com_8); - if_setmodel(model_8465, interface_129:com_9); - if_setmodel(model_8504, interface_129:com_30); -} else if (%varplayerbit_846 = 1) { - if_setmodel(model_8463, interface_129:com_8); - if_setmodel(model_8466, interface_129:com_9); - if_setmodel(model_8503, interface_129:com_30); -} else { - if_setmodel(null, interface_129:com_30); - if_setmodel(model_8464, interface_129:com_8); - if_setmodel(model_8466, interface_129:com_9); -} -if (%varplayerbit_847 = 2) { - if_setmodel(model_8468, interface_129:com_10); - if_setmodel(model_8469, interface_129:com_11); - if_setmodel(model_8506, interface_129:com_31); -} else if (%varplayerbit_847 = 1) { - if_setmodel(model_8467, interface_129:com_10); - if_setmodel(model_8470, interface_129:com_11); - if_setmodel(model_8505, interface_129:com_31); -} else { - if_setmodel(null, interface_129:com_31); - if_setmodel(model_8468, interface_129:com_10); - if_setmodel(model_8470, interface_129:com_11); -} -if (%varplayerbit_848 = 2) { - if_setmodel(model_8472, interface_129:com_12); - if_setmodel(model_8473, interface_129:com_13); - if_setmodel(model_8508, interface_129:com_32); -} else if (%varplayerbit_848 = 1) { - if_setmodel(model_8471, interface_129:com_12); - if_setmodel(model_8474, interface_129:com_13); - if_setmodel(model_8507, interface_129:com_32); -} else { - if_setmodel(null, interface_129:com_32); - if_setmodel(model_8472, interface_129:com_12); - if_setmodel(model_8474, interface_129:com_13); -} -if (%varplayerbit_849 = 2) { - if_setmodel(model_8476, interface_129:com_14); - if_setmodel(model_8477, interface_129:com_15); - if_setmodel(model_8510, interface_129:com_33); -} else if (%varplayerbit_849 = 1) { - if_setmodel(model_8475, interface_129:com_14); - if_setmodel(model_8478, interface_129:com_15); - if_setmodel(model_8509, interface_129:com_33); -} else { - if_setmodel(null, interface_129:com_33); - if_setmodel(model_8476, interface_129:com_14); - if_setmodel(model_8478, interface_129:com_15); -} -if (%varplayerbit_850 = 2) { - if_setmodel(model_8480, interface_129:com_16); - if_setmodel(model_8481, interface_129:com_17); - if_setmodel(model_8512, interface_129:com_34); -} else if (%varplayerbit_850 = 1) { - if_setmodel(model_8479, interface_129:com_16); - if_setmodel(model_8482, interface_129:com_17); - if_setmodel(model_8511, interface_129:com_34); -} else { - if_setmodel(null, interface_129:com_34); - if_setmodel(model_8480, interface_129:com_16); - if_setmodel(model_8482, interface_129:com_17); -} -if (%varplayerbit_851 = 2) { - if_setmodel(model_8484, interface_129:com_18); - if_setmodel(model_8485, interface_129:com_19); - if_setmodel(model_8514, interface_129:com_35); -} else if (%varplayerbit_851 = 1) { - if_setmodel(model_8483, interface_129:com_18); - if_setmodel(model_8486, interface_129:com_19); - if_setmodel(model_8513, interface_129:com_35); -} else { - if_setmodel(null, interface_129:com_35); - if_setmodel(model_8484, interface_129:com_18); - if_setmodel(model_8486, interface_129:com_19); -} -if (%varplayerbit_852 = 2) { - if_setmodel(model_8488, interface_129:com_20); - if_setmodel(model_8489, interface_129:com_21); - if_setmodel(model_8516, interface_129:com_36); -} else if (%varplayerbit_852 = 1) { - if_setmodel(model_8487, interface_129:com_20); - if_setmodel(model_8490, interface_129:com_21); - if_setmodel(model_8515, interface_129:com_36); -} else { - if_setmodel(null, interface_129:com_36); - if_setmodel(model_8488, interface_129:com_20); - if_setmodel(model_8490, interface_129:com_21); -} -if (%varplayerbit_853 = 2) { - if_setmodel(model_8492, interface_129:com_22); - if_setmodel(model_8493, interface_129:com_23); - if_setmodel(model_8518, interface_129:com_37); -} else if (%varplayerbit_853 = 1) { - if_setmodel(model_8491, interface_129:com_22); - if_setmodel(model_8494, interface_129:com_23); - if_setmodel(model_8517, interface_129:com_37); -} else { - if_setmodel(null, interface_129:com_37); - if_setmodel(model_8492, interface_129:com_22); - if_setmodel(model_8494, interface_129:com_23); -} diff --git a/dumps/530/script/[clientscript,script128].cs2 b/dumps/530/script/[clientscript,script128].cs2 deleted file mode 100644 index 18f04bffd..000000000 --- a/dumps/530/script/[clientscript,script128].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 128 -[clientscript,script128] -~script129; diff --git a/dumps/530/script/[clientscript,script1290].cs2 b/dumps/530/script/[clientscript,script1290].cs2 deleted file mode 100644 index 93dd9c49d..000000000 --- a/dumps/530/script/[clientscript,script1290].cs2 +++ /dev/null @@ -1,251 +0,0 @@ -// 1290 -[clientscript,script1290] -if_settext(tostring(%varplayerbit_861), interface_130:com_81); -if_settext(tostring(%varplayerbit_862), interface_130:com_80); -if (%varplayerbit_842 = 2) { - if_setmodel(model_8522, interface_130:com_0); - if_setmodel(model_8523, interface_130:com_1); - if_setmodel(model_8598, interface_130:com_40); -} else if (%varplayerbit_842 = 1) { - if_setmodel(model_8521, interface_130:com_0); - if_setmodel(model_8524, interface_130:com_1); - if_setmodel(model_8597, interface_130:com_40); -} else { - if_setmodel(null, interface_130:com_40); - if_setmodel(model_8522, interface_130:com_0); - if_setmodel(model_8524, interface_130:com_1); -} -if (%varplayerbit_843 = 2) { - if_setmodel(model_8526, interface_130:com_2); - if_setmodel(model_8527, interface_130:com_3); - if_setmodel(model_8600, interface_130:com_41); -} else if (%varplayerbit_843 = 1) { - if_setmodel(model_8525, interface_130:com_2); - if_setmodel(model_8528, interface_130:com_3); - if_setmodel(model_8599, interface_130:com_41); -} else { - if_setmodel(null, interface_130:com_41); - if_setmodel(model_8526, interface_130:com_2); - if_setmodel(model_8528, interface_130:com_3); -} -if (%varplayerbit_844 = 2) { - if_setmodel(model_8530, interface_130:com_4); - if_setmodel(model_8531, interface_130:com_5); - if_setmodel(model_8602, interface_130:com_42); -} else if (%varplayerbit_844 = 1) { - if_setmodel(model_8529, interface_130:com_4); - if_setmodel(model_8532, interface_130:com_5); - if_setmodel(model_8601, interface_130:com_42); -} else { - if_setmodel(null, interface_130:com_42); - if_setmodel(model_8530, interface_130:com_4); - if_setmodel(model_8532, interface_130:com_5); -} -if (%varplayerbit_845 = 2) { - if_setmodel(model_8534, interface_130:com_6); - if_setmodel(model_8535, interface_130:com_7); - if_setmodel(model_8604, interface_130:com_43); -} else if (%varplayerbit_845 = 1) { - if_setmodel(model_8533, interface_130:com_6); - if_setmodel(model_8536, interface_130:com_7); - if_setmodel(model_8603, interface_130:com_43); -} else { - if_setmodel(null, interface_130:com_43); - if_setmodel(model_8534, interface_130:com_6); - if_setmodel(model_8536, interface_130:com_7); -} -if (%varplayerbit_846 = 2) { - if_setmodel(model_8538, interface_130:com_8); - if_setmodel(model_8539, interface_130:com_9); - if_setmodel(model_8606, interface_130:com_44); -} else if (%varplayerbit_846 = 1) { - if_setmodel(model_8537, interface_130:com_8); - if_setmodel(model_8540, interface_130:com_9); - if_setmodel(model_8605, interface_130:com_44); -} else { - if_setmodel(null, interface_130:com_44); - if_setmodel(model_8538, interface_130:com_8); - if_setmodel(model_8540, interface_130:com_9); -} -if (%varplayerbit_847 = 2) { - if_setmodel(model_8542, interface_130:com_10); - if_setmodel(model_8543, interface_130:com_11); - if_setmodel(model_8608, interface_130:com_45); -} else if (%varplayerbit_847 = 1) { - if_setmodel(model_8541, interface_130:com_10); - if_setmodel(model_8544, interface_130:com_11); - if_setmodel(model_8607, interface_130:com_45); -} else { - if_setmodel(null, interface_130:com_45); - if_setmodel(model_8542, interface_130:com_10); - if_setmodel(model_8544, interface_130:com_11); -} -if (%varplayerbit_848 = 2) { - if_setmodel(model_8546, interface_130:com_12); - if_setmodel(model_8547, interface_130:com_13); - if_setmodel(model_8610, interface_130:com_46); -} else if (%varplayerbit_848 = 1) { - if_setmodel(model_8545, interface_130:com_12); - if_setmodel(model_8548, interface_130:com_13); - if_setmodel(model_8609, interface_130:com_46); -} else { - if_setmodel(null, interface_130:com_46); - if_setmodel(model_8546, interface_130:com_12); - if_setmodel(model_8548, interface_130:com_13); -} -if (%varplayerbit_849 = 2) { - if_setmodel(model_8550, interface_130:com_14); - if_setmodel(model_8551, interface_130:com_15); - if_setmodel(model_8612, interface_130:com_47); -} else if (%varplayerbit_849 = 1) { - if_setmodel(model_8549, interface_130:com_14); - if_setmodel(model_8552, interface_130:com_15); - if_setmodel(model_8611, interface_130:com_47); -} else { - if_setmodel(null, interface_130:com_47); - if_setmodel(model_8550, interface_130:com_14); - if_setmodel(model_8552, interface_130:com_15); -} -if (%varplayerbit_850 = 2) { - if_setmodel(model_8554, interface_130:com_16); - if_setmodel(model_8555, interface_130:com_17); - if_setmodel(model_8614, interface_130:com_48); -} else if (%varplayerbit_850 = 1) { - if_setmodel(model_8553, interface_130:com_16); - if_setmodel(model_8556, interface_130:com_17); - if_setmodel(model_8613, interface_130:com_48); -} else { - if_setmodel(null, interface_130:com_48); - if_setmodel(model_8554, interface_130:com_16); - if_setmodel(model_8556, interface_130:com_17); -} -if (%varplayerbit_851 = 2) { - if_setmodel(model_8558, interface_130:com_18); - if_setmodel(model_8559, interface_130:com_19); - if_setmodel(model_8616, interface_130:com_49); -} else if (%varplayerbit_851 = 1) { - if_setmodel(model_8557, interface_130:com_18); - if_setmodel(model_8560, interface_130:com_19); - if_setmodel(model_8615, interface_130:com_49); -} else { - if_setmodel(null, interface_130:com_49); - if_setmodel(model_8558, interface_130:com_18); - if_setmodel(model_8560, interface_130:com_19); -} -if (%varplayerbit_852 = 2) { - if_setmodel(model_8562, interface_130:com_20); - if_setmodel(model_8563, interface_130:com_21); - if_setmodel(model_8618, interface_130:com_50); -} else if (%varplayerbit_852 = 1) { - if_setmodel(model_8561, interface_130:com_20); - if_setmodel(model_8564, interface_130:com_21); - if_setmodel(model_8617, interface_130:com_50); -} else { - if_setmodel(null, interface_130:com_50); - if_setmodel(model_8562, interface_130:com_20); - if_setmodel(model_8564, interface_130:com_21); -} -if (%varplayerbit_853 = 2) { - if_setmodel(model_8566, interface_130:com_22); - if_setmodel(model_8567, interface_130:com_23); - if_setmodel(model_8620, interface_130:com_51); -} else if (%varplayerbit_853 = 1) { - if_setmodel(model_8565, interface_130:com_22); - if_setmodel(model_8568, interface_130:com_23); - if_setmodel(model_8619, interface_130:com_51); -} else { - if_setmodel(null, interface_130:com_51); - if_setmodel(model_8566, interface_130:com_22); - if_setmodel(model_8568, interface_130:com_23); -} -if (%varplayerbit_854 = 2) { - if_setmodel(model_8570, interface_130:com_24); - if_setmodel(model_8571, interface_130:com_25); - if_setmodel(model_8622, interface_130:com_52); -} else if (%varplayerbit_854 = 1) { - if_setmodel(model_8569, interface_130:com_24); - if_setmodel(model_8572, interface_130:com_25); - if_setmodel(model_8621, interface_130:com_52); -} else { - if_setmodel(null, interface_130:com_52); - if_setmodel(model_8570, interface_130:com_24); - if_setmodel(model_8572, interface_130:com_25); -} -if (%varplayerbit_855 = 2) { - if_setmodel(model_8574, interface_130:com_26); - if_setmodel(model_8575, interface_130:com_27); - if_setmodel(model_8624, interface_130:com_53); -} else if (%varplayerbit_855 = 1) { - if_setmodel(model_8573, interface_130:com_26); - if_setmodel(model_8576, interface_130:com_27); - if_setmodel(model_8623, interface_130:com_53); -} else { - if_setmodel(null, interface_130:com_53); - if_setmodel(model_8574, interface_130:com_26); - if_setmodel(model_8576, interface_130:com_27); -} -if (%varplayerbit_856 = 2) { - if_setmodel(model_8578, interface_130:com_28); - if_setmodel(model_8579, interface_130:com_29); - if_setmodel(model_8626, interface_130:com_54); -} else if (%varplayerbit_856 = 1) { - if_setmodel(model_8577, interface_130:com_28); - if_setmodel(model_8580, interface_130:com_29); - if_setmodel(model_8625, interface_130:com_54); -} else { - if_setmodel(null, interface_130:com_54); - if_setmodel(model_8578, interface_130:com_28); - if_setmodel(model_8580, interface_130:com_29); -} -if (%varplayerbit_857 = 2) { - if_setmodel(model_8582, interface_130:com_30); - if_setmodel(model_8583, interface_130:com_31); - if_setmodel(model_8628, interface_130:com_55); -} else if (%varplayerbit_857 = 1) { - if_setmodel(model_8581, interface_130:com_30); - if_setmodel(model_8584, interface_130:com_31); - if_setmodel(model_8627, interface_130:com_55); -} else { - if_setmodel(null, interface_130:com_55); - if_setmodel(model_8582, interface_130:com_30); - if_setmodel(model_8584, interface_130:com_31); -} -if (%varplayerbit_858 = 2) { - if_setmodel(model_8586, interface_130:com_32); - if_setmodel(model_8587, interface_130:com_33); - if_setmodel(model_8630, interface_130:com_56); -} else if (%varplayerbit_858 = 1) { - if_setmodel(model_8585, interface_130:com_32); - if_setmodel(model_8588, interface_130:com_33); - if_setmodel(model_8629, interface_130:com_56); -} else { - if_setmodel(null, interface_130:com_56); - if_setmodel(model_8586, interface_130:com_32); - if_setmodel(model_8588, interface_130:com_33); -} -if (%varplayerbit_859 = 2) { - if_setmodel(model_8590, interface_130:com_34); - if_setmodel(model_8591, interface_130:com_35); - if_setmodel(model_8632, interface_130:com_57); -} else if (%varplayerbit_859 = 1) { - if_setmodel(model_8589, interface_130:com_34); - if_setmodel(model_8592, interface_130:com_35); - if_setmodel(model_8631, interface_130:com_57); -} else { - if_setmodel(null, interface_130:com_57); - if_setmodel(model_8590, interface_130:com_34); - if_setmodel(model_8592, interface_130:com_35); -} -if (%varplayerbit_860 = 2) { - if_setmodel(model_8594, interface_130:com_36); - if_setmodel(model_8595, interface_130:com_37); - if_setmodel(model_8634, interface_130:com_58); -} else if (%varplayerbit_860 = 1) { - if_setmodel(model_8593, interface_130:com_36); - if_setmodel(model_8596, interface_130:com_37); - if_setmodel(model_8633, interface_130:com_58); -} else { - if_setmodel(null, interface_130:com_58); - if_setmodel(model_8594, interface_130:com_36); - if_setmodel(model_8596, interface_130:com_37); -} diff --git a/dumps/530/script/[clientscript,script1291].cs2 b/dumps/530/script/[clientscript,script1291].cs2 deleted file mode 100644 index 1ab0d35d0..000000000 --- a/dumps/530/script/[clientscript,script1291].cs2 +++ /dev/null @@ -1,84 +0,0 @@ -// 1291 -[clientscript,script1291](component $component0, obj $obj1, int $int2, component $component3, component $component4) -def_int $int5 = 0; -if ($obj1 = obj_5341) { - $int5 = %varplayerbit_1435; -} else if ($obj1 = obj_5343) { - $int5 = %varplayerbit_1436; -} else if ($obj1 = obj_952) { - $int5 = %varplayerbit_1437; -} else if ($obj1 = obj_5329) { - $int5 = %varplayerbit_1438; - if (%varplayerbit_1848 = 1) { - $obj1 = obj_7409; - } -} else if ($obj1 = obj_6797) { - if (%varplayerbit_1439 = 9) { - $obj1 = obj_5340; - $int5 = 1; - if_settext("Watering Can (8)", $component3); - if_setopbase("Watering Can (8)", $component0); - } else if (%varplayerbit_1439 = 8) { - $obj1 = obj_5339; - $int5 = 1; - if_settext("Watering Can (7)", $component3); - if_setopbase("Watering Can (7)", $component0); - } else if (%varplayerbit_1439 = 7) { - $obj1 = obj_5338; - $int5 = 1; - if_settext("Watering Can (6)", $component3); - if_setopbase("Watering Can (6)", $component0); - } else if (%varplayerbit_1439 = 6) { - $obj1 = obj_5337; - $int5 = 1; - if_settext("Watering Can (5)", $component3); - if_setopbase("Watering Can (5)", $component0); - } else if (%varplayerbit_1439 = 5) { - $obj1 = obj_5336; - $int5 = 1; - if_settext("Watering Can (4)", $component3); - if_setopbase("Watering Can (4)", $component0); - } else if (%varplayerbit_1439 = 4) { - $obj1 = obj_5335; - $int5 = 1; - if_settext("Watering Can (3)", $component3); - if_setopbase("Watering Can (3)", $component0); - } else if (%varplayerbit_1439 = 3) { - $obj1 = obj_5334; - $int5 = 1; - if_settext("Watering Can (2)", $component3); - if_setopbase("Watering Can (2)", $component0); - } else if (%varplayerbit_1439 = 2) { - $obj1 = obj_5333; - $int5 = 1; - if_settext("Watering Can (1)", $component3); - if_setopbase("Watering Can (1)", $component0); - } else if (%varplayerbit_1439 = 1) { - $obj1 = obj_5331; - $int5 = 1; - if_settext("Watering Can (0)", $component3); - if_setopbase("Watering Can (0)", $component0); - } else { - $int5 = 0; - if_settext("Watering Can", $component3); - if_setopbase("Watering Can", $component0); - } -} else if ($obj1 = obj_5325) { - $int5 = %varplayerbit_1440; -} else if ($obj1 = obj_1925) { - $int5 = %varplayerbit_1441; -} else if ($obj1 = obj_6032) { - $int5 = %varplayerbit_1442; -} else if ($obj1 = obj_6034) { - $int5 = %varplayerbit_1443; -} -if_setobject($obj1, -1, $component0); -if_setoutline(1, $component0); -if_settext("/", $component4); -if ($int5 > 0) { - if_setcolour(0x7dd764, $component3); - if_setcolour(0x7dd764, $component4); -} else { - if_setcolour(0x872300, $component3); - if_setcolour(0x872300, $component4); -} diff --git a/dumps/530/script/[clientscript,script1292].cs2 b/dumps/530/script/[clientscript,script1292].cs2 deleted file mode 100644 index 1978cb2d2..000000000 --- a/dumps/530/script/[clientscript,script1292].cs2 +++ /dev/null @@ -1,49 +0,0 @@ -// 1292 -[clientscript,script1292](component $component0, obj $obj1, component $component2, component $component3) -if ($obj1 = obj_5329) { - if (inv_total(inv_93, obj_7409) > 0) { - $obj1 = obj_7409; - } -} else if ($obj1 = obj_6797) { - if (inv_total(inv_93, obj_5340) > 0) { - $obj1 = obj_5340; - if_setopbase("Watering Can (8)", $component0); - } else if (inv_total(inv_93, obj_5339) > 0) { - $obj1 = obj_5339; - if_setopbase("Watering Can (7)", $component0); - } else if (inv_total(inv_93, obj_5338) > 0) { - $obj1 = obj_5338; - if_setopbase("Watering Can (6)", $component0); - } else if (inv_total(inv_93, obj_5337) > 0) { - $obj1 = obj_5337; - if_setopbase("Watering Can (5)", $component0); - } else if (inv_total(inv_93, obj_5336) > 0) { - $obj1 = obj_5336; - if_setopbase("Watering Can (4)", $component0); - } else if (inv_total(inv_93, obj_5335) > 0) { - $obj1 = obj_5335; - if_setopbase("Watering Can (3)", $component0); - } else if (inv_total(inv_93, obj_5334) > 0) { - $obj1 = obj_5334; - if_setopbase("Watering Can (2)", $component0); - } else if (inv_total(inv_93, obj_5333) > 0) { - $obj1 = obj_5333; - if_setopbase("Watering Can (1)", $component0); - } else if (inv_total(inv_93, obj_5331) > 0) { - $obj1 = obj_5331; - if_setopbase("Watering Can (0)", $component0); - } else { - if_setopbase("Watering Can", $component0); - } -} -if_setobject($obj1, -1, $component0); -if_setoutline(1, $component0); -def_int $int4 = ~script1293($obj1); -if_settext(tostring($int4), $component3); -if ($int4 > 0) { - if_setcolour(0x7dd764, $component2); - if_setcolour(0x7dd764, $component3); -} else { - if_setcolour(0x872300, $component2); - if_setcolour(0x872300, $component3); -} diff --git a/dumps/530/script/[clientscript,script1294].cs2 b/dumps/530/script/[clientscript,script1294].cs2 deleted file mode 100644 index 3b48023c4..000000000 --- a/dumps/530/script/[clientscript,script1294].cs2 +++ /dev/null @@ -1,58 +0,0 @@ -// 1294 -[clientscript,script1294] -if (testbit(%varplayer_383, 1) = ^true) { - if_setmodel(model_4912, interface_144:com_134); -} -if (testbit(%varplayer_383, 2) = ^true) { - if_setmodel(model_4912, interface_144:com_135); -} -if (testbit(%varplayer_383, 3) = ^true) { - if_setmodel(model_4913, interface_144:com_136); -} -if (testbit(%varplayer_383, 4) = ^true) { - if_setmodel(model_4912, interface_144:com_137); -} -if (testbit(%varplayer_383, 5) = ^true) { - if_setmodel(model_4912, interface_144:com_138); -} -if (testbit(%varplayer_383, 6) = ^true) { - if_setmodel(model_4913, interface_144:com_139); -} -if (testbit(%varplayer_383, 7) = ^true) { - if_setmodel(model_4913, interface_144:com_140); -} -if (testbit(%varplayer_383, 8) = ^true) { - if_setmodel(model_4912, interface_144:com_141); -} -if (%varplayer_383 > 8191) { - if_sethide(true, interface_144:com_186); - if_setgraphic("combatboxes,3", interface_144:com_146); -} -if (testbit(%varplayer_383, 14) = ^true) { - if_setmodel(model_4910, interface_144:com_174); - if_setmodelanim(seq_1456, interface_144:com_174); -} -if (testbit(%varplayer_383, 15) = ^true) { - if_setmodel(model_4910, interface_144:com_172); - if_setmodelanim(seq_1456, interface_144:com_172); -} -if (testbit(%varplayer_383, 16) = ^true) { - if_setmodel(model_4910, interface_144:com_176); - if_setmodelanim(seq_1456, interface_144:com_176); -} -if (testbit(%varplayer_383, 17) = ^true) { - if_setmodel(model_4910, interface_144:com_178); - if_setmodelanim(seq_1455, interface_144:com_178); -} -if (testbit(%varplayer_383, 18) = ^true) { - if_setmodel(model_4910, interface_144:com_180); - if_setmodelanim(seq_1455, interface_144:com_180); -} -if (testbit(%varplayer_383, 19) = ^true) { - if_setmodel(model_4910, interface_144:com_183); - if_setmodelanim(seq_1453, interface_144:com_183); -} -if (testbit(%varplayer_383, 20) = ^true) { - if_setmodel(model_4910, interface_144:com_185); - if_setmodelanim(seq_1453, interface_144:com_185); -} diff --git a/dumps/530/script/[clientscript,script1295].cs2 b/dumps/530/script/[clientscript,script1295].cs2 deleted file mode 100644 index 33d9f202b..000000000 --- a/dumps/530/script/[clientscript,script1295].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1295 -[clientscript,script1295] -if_setcolour(^red, interface_144:com_147); -if_setonmouseleave("script45(event_com, ^red)", interface_144:com_147); -if_sethide(true, interface_144:com_186); -if_setmodel(model_4910, interface_144:com_187); -if_setmodelanim(seq_1453, interface_144:com_187); diff --git a/dumps/530/script/[clientscript,script1296].cs2 b/dumps/530/script/[clientscript,script1296].cs2 deleted file mode 100644 index c6058e712..000000000 --- a/dumps/530/script/[clientscript,script1296].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1296 -[clientscript,script1296] -if (getwindowmode >= 2) { - if_setmodelangle(0, 0, 89, 67, 0, 300, interface_584:com_2); - if_setmodelangle(0, 0, 89, 67, 0, 300, interface_584:com_1); -} diff --git a/dumps/530/script/[clientscript,script1297].cs2 b/dumps/530/script/[clientscript,script1297].cs2 deleted file mode 100644 index 973d4b3f5..000000000 --- a/dumps/530/script/[clientscript,script1297].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1297 -[clientscript,script1297] -~script1264; -~script1265; -~script1267; -~script1269; -~script1271; -~script1272; -if_setgraphic("options_icons,3", interface_261:com_10); -if_setgraphic("options_icons,5", interface_261:com_9); -if_setgraphic("options_icons,6", interface_261:com_12); -if_setgraphic("options_icons,17", interface_261:com_15); diff --git a/dumps/530/script/[clientscript,script1300].cs2 b/dumps/530/script/[clientscript,script1300].cs2 deleted file mode 100644 index e397765f1..000000000 --- a/dumps/530/script/[clientscript,script1300].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1300 -[clientscript,script1300](component $component0, component $component1) -~script1301($component0, $component1); diff --git a/dumps/530/script/[clientscript,script1302].cs2 b/dumps/530/script/[clientscript,script1302].cs2 deleted file mode 100644 index 0f8d40638..000000000 --- a/dumps/530/script/[clientscript,script1302].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1302 -[clientscript,script1302] -~script71(%varclient_168); diff --git a/dumps/530/script/[clientscript,script1303].cs2 b/dumps/530/script/[clientscript,script1303].cs2 deleted file mode 100644 index 65dc382a3..000000000 --- a/dumps/530/script/[clientscript,script1303].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1303 -[clientscript,script1303](int $int0) -~script1304($int0); diff --git a/dumps/530/script/[clientscript,script1307].cs2 b/dumps/530/script/[clientscript,script1307].cs2 deleted file mode 100644 index 19409d0ac..000000000 --- a/dumps/530/script/[clientscript,script1307].cs2 +++ /dev/null @@ -1,88 +0,0 @@ -// 1307 -[clientscript,script1307] -def_component $component0 = null; -if (%varplayerbit_1958 = 0) { - ~script1310(interface_329:com_22); - ~script1310(interface_329:com_23); - ~script1310(interface_329:com_24); - ~script1310(interface_329:com_26); - ~script1310(interface_329:com_27); - ~script1310(interface_329:com_28); - ~script1310(interface_329:com_29); - ~script1310(interface_329:com_30); - ~script1310(interface_329:com_31); - ~script1310(interface_329:com_25); - ~script1310(interface_329:com_32); - ~script1310(interface_329:com_33); - ~script1310(interface_329:com_34); - ~script1310(interface_329:com_35); - ~script1310(interface_329:com_36); - ~script1310(interface_329:com_37); - ~script1310(interface_329:com_38); - ~script1310(interface_329:com_39); - ~script1310(interface_329:com_40); - ~script1310(interface_329:com_41); - ~script1310(interface_329:com_42); - ~script1310(interface_329:com_43); - ~script1310(interface_329:com_44); - ~script1310(interface_329:com_45); - ~script1310(interface_329:com_46); - return; -} -if (%varplayerbit_1958 = 1) { - $component0 = interface_329:com_22; -} else if (%varplayerbit_1958 = 2) { - $component0 = interface_329:com_23; -} else if (%varplayerbit_1958 = 3) { - $component0 = interface_329:com_24; -} else if (%varplayerbit_1958 = 4) { - $component0 = interface_329:com_26; -} else if (%varplayerbit_1958 = 5) { - $component0 = interface_329:com_27; -} else if (%varplayerbit_1958 = 6) { - $component0 = interface_329:com_28; -} else if (%varplayerbit_1958 = 7) { - $component0 = interface_329:com_29; -} else if (%varplayerbit_1958 = 8) { - $component0 = interface_329:com_30; -} else if (%varplayerbit_1958 = 9) { - $component0 = interface_329:com_31; -} else if (%varplayerbit_1958 = 10) { - $component0 = interface_329:com_25; -} else if (%varplayerbit_1958 = 11) { - $component0 = interface_329:com_32; -} else if (%varplayerbit_1958 = 12) { - $component0 = interface_329:com_33; -} else if (%varplayerbit_1958 = 13) { - $component0 = interface_329:com_34; -} else if (%varplayerbit_1958 = 14) { - $component0 = interface_329:com_35; -} else if (%varplayerbit_1958 = 15) { - $component0 = interface_329:com_36; -} else if (%varplayerbit_1958 = 16) { - $component0 = interface_329:com_37; -} else if (%varplayerbit_1958 = 17) { - $component0 = interface_329:com_38; -} else if (%varplayerbit_1958 = 18) { - $component0 = interface_329:com_39; -} else if (%varplayerbit_1958 = 19) { - $component0 = interface_329:com_40; -} else if (%varplayerbit_1958 = 20) { - $component0 = interface_329:com_41; -} else if (%varplayerbit_1958 = 21) { - $component0 = interface_329:com_42; -} else if (%varplayerbit_1958 = 22) { - $component0 = interface_329:com_43; -} else if (%varplayerbit_1958 = 23) { - $component0 = interface_329:com_44; -} else if (%varplayerbit_1958 = 24) { - $component0 = interface_329:com_45; -} else if (%varplayerbit_1958 = 25) { - $component0 = interface_329:com_46; -} -if ($component0 = null) { - return; -} else { - if_setmodel(model_14129, $component0); - if_setmodelanim(seq_3777, $component0); -} diff --git a/dumps/530/script/[clientscript,script130].cs2 b/dumps/530/script/[clientscript,script130].cs2 deleted file mode 100644 index cb57b7b4c..000000000 --- a/dumps/530/script/[clientscript,script130].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 130 -[clientscript,script130](string $string0) -def_string $string1 = removetags($string0); -ignore_del($string1); diff --git a/dumps/530/script/[clientscript,script1315].cs2 b/dumps/530/script/[clientscript,script1315].cs2 deleted file mode 100644 index 9dd53230a..000000000 --- a/dumps/530/script/[clientscript,script1315].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1315 -[clientscript,script1315](component $component0) -%varclient_214 = ~script734(%varplayer_173); -if_setonvartransmit("script1316($component0){varplayer_173}", $component0); -if_setonmouserepeat("script1533($component0)", $component0); -if_setonmouseleave("script1740($component0)", $component0); -if_setonop("script1534($component0, event_op)", $component0); -~script1741($component0); diff --git a/dumps/530/script/[clientscript,script1316].cs2 b/dumps/530/script/[clientscript,script1316].cs2 deleted file mode 100644 index d66219398..000000000 --- a/dumps/530/script/[clientscript,script1316].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1316 -[clientscript,script1316](component $component0) -%varclient_214 = ~script734(%varplayer_173); -~script1741($component0); diff --git a/dumps/530/script/[clientscript,script1317].cs2 b/dumps/530/script/[clientscript,script1317].cs2 deleted file mode 100644 index 7790d387a..000000000 --- a/dumps/530/script/[clientscript,script1317].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1317 -[clientscript,script1317] -if_setmodel(model_18789, interface_262:com_0); -if_setmodel(model_18813, interface_262:com_28); -if_setmodel(model_18814, interface_262:com_29); -if (%varplayerbit_4835 < 1) { - if_setmodel(null, interface_262:com_29); -} -if (%varplayerbit_4835 < 2) { - if_setmodel(null, interface_262:com_28); -} -if (%varplayerbit_4835 < 3) { - if_setmodel(null, interface_262:com_0); -} diff --git a/dumps/530/script/[clientscript,script1318].cs2 b/dumps/530/script/[clientscript,script1318].cs2 deleted file mode 100644 index ce82cd907..000000000 --- a/dumps/530/script/[clientscript,script1318].cs2 +++ /dev/null @@ -1,51 +0,0 @@ -// 1318 -[clientscript,script1318](int $int0) -if ($int0 = 17170456) { - if (%varclient_163 = 0) { - if_setmodel(model_18796, interface_262:com_24); - %varclient_163 = 1; - } else { - if_setmodel(model_18794, interface_262:com_24); - %varclient_163 = 0; - } -} else if ($int0 = 17170457) { - if (%varclient_164 = 0) { - if_setmodel(model_18796, interface_262:com_25); - %varclient_164 = 1; - } else { - if_setmodel(model_18794, interface_262:com_25); - %varclient_164 = 0; - } -} else if ($int0 = 17170452) { - if (%varclient_162 = 0) { - if_setmodel(model_18796, interface_262:com_20); - %varclient_162 = 1; - } else { - if_setmodel(model_18794, interface_262:com_20); - %varclient_162 = 0; - } -} else if ($int0 = 17170453) { - if (%varclient_165 = 0) { - if_setmodel(model_18792, interface_262:com_21); - %varclient_165 = 1; - } else { - if_setmodel(model_18790, interface_262:com_21); - %varclient_165 = 0; - } -} else if ($int0 = 17170454) { - if (%varclient_166 = 0) { - if_setmodel(model_18792, interface_262:com_22); - %varclient_166 = 1; - } else { - if_setmodel(model_18790, interface_262:com_22); - %varclient_166 = 0; - } -} else if ($int0 = 17170455) { - if (%varclient_167 = 0) { - if_setmodel(model_18792, interface_262:com_23); - %varclient_167 = 1; - } else { - if_setmodel(model_18790, interface_262:com_23); - %varclient_167 = 0; - } -} diff --git a/dumps/530/script/[clientscript,script1319].cs2 b/dumps/530/script/[clientscript,script1319].cs2 deleted file mode 100644 index 8069a9b07..000000000 --- a/dumps/530/script/[clientscript,script1319].cs2 +++ /dev/null @@ -1,44 +0,0 @@ -// 1319 -[clientscript,script1319] -if (%varplayerbit_4834 = 1) { - if_setmodel(model_18796, interface_262:com_24); - %varclient_163 = 1; -} else { - if_setmodel(model_18794, interface_262:com_24); - %varclient_163 = 0; -} -if (%varplayerbit_4834 = 2) { - if_setmodel(model_18796, interface_262:com_25); - %varclient_164 = 1; -} else { - if_setmodel(model_18794, interface_262:com_25); - %varclient_164 = 0; -} -if (%varplayerbit_4834 = 3) { - if_setmodel(model_18796, interface_262:com_20); - %varclient_162 = 1; -} else { - if_setmodel(model_18794, interface_262:com_20); - %varclient_162 = 0; -} -if (%varplayerbit_4834 = 4) { - if_setmodel(model_18792, interface_262:com_21); - %varclient_165 = 1; -} else { - if_setmodel(model_18790, interface_262:com_21); - %varclient_165 = 0; -} -if (%varplayerbit_4834 = 5) { - if_setmodel(model_18792, interface_262:com_22); - %varclient_166 = 1; -} else { - if_setmodel(model_18790, interface_262:com_22); - %varclient_166 = 0; -} -if (%varplayerbit_4834 = 6) { - if_setmodel(model_18792, interface_262:com_23); - %varclient_167 = 1; -} else { - if_setmodel(model_18790, interface_262:com_23); - %varclient_167 = 0; -} diff --git a/dumps/530/script/[clientscript,script131].cs2 b/dumps/530/script/[clientscript,script131].cs2 deleted file mode 100644 index 094883f11..000000000 --- a/dumps/530/script/[clientscript,script131].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 131 -[clientscript,script131](string $string0) -%varclientstring_24 = $string0; diff --git a/dumps/530/script/[clientscript,script1320].cs2 b/dumps/530/script/[clientscript,script1320].cs2 deleted file mode 100644 index 8db83ae2f..000000000 --- a/dumps/530/script/[clientscript,script1320].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1320 -[clientscript,script1320](component $component0, int $int1) -if ($int1 = 1) { - if_setgraphic("miscgraphics,11", $component0); -} else { - if_setgraphic("miscgraphics,10", $component0); -} diff --git a/dumps/530/script/[clientscript,script1321].cs2 b/dumps/530/script/[clientscript,script1321].cs2 deleted file mode 100644 index 73744cd0b..000000000 --- a/dumps/530/script/[clientscript,script1321].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1321 -[clientscript,script1321](component $component0, int $int1) -if ($int1 = 1) { - if_setgraphic("miscgraphics,11", $component0); -} else { - if_setgraphic("miscgraphics,10", $component0); -} diff --git a/dumps/530/script/[clientscript,script1322].cs2 b/dumps/530/script/[clientscript,script1322].cs2 deleted file mode 100644 index 8cf20f1ce..000000000 --- a/dumps/530/script/[clientscript,script1322].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1322 -[clientscript,script1322](component $component0, component $component1, component $component2) -if (inv_getobj(inv_438, 0) ! null) { - if_sethide(false, $component0); - if_setobject_nonum(inv_getobj(inv_438, 0), 1, $component0); - if_setopbase("", $component0); -} else { - if_sethide(true, $component0); -} -if (inv_getobj(inv_438, 1) ! null) { - if_sethide(false, $component1); - if_setobject_nonum(inv_getobj(inv_438, 1), 1, $component1); - if_setopbase("", $component1); -} else { - if_sethide(true, $component1); -} -if (inv_getobj(inv_438, 2) ! null) { - if_sethide(false, $component2); - if_setobject_nonum(inv_getobj(inv_438, 2), 1, $component2); - if_setopbase("", $component2); -} else { - if_sethide(true, $component2); -} diff --git a/dumps/530/script/[clientscript,script1323].cs2 b/dumps/530/script/[clientscript,script1323].cs2 deleted file mode 100644 index 0da9fa55e..000000000 --- a/dumps/530/script/[clientscript,script1323].cs2 +++ /dev/null @@ -1,30 +0,0 @@ -// 1323 -[clientscript,script1323](component $component0, component $component1, component $component2, component $component3) -if (inv_getobj(inv_439, 0) ! null) { - if_sethide(false, $component0); - if_setobject_nonum(inv_getobj(inv_439, 0), 1, $component0); - if_setopbase("", $component0); -} else { - if_sethide(true, $component0); -} -if (inv_getobj(inv_439, 1) ! null) { - if_sethide(false, $component1); - if_setobject_nonum(inv_getobj(inv_439, 1), 1, $component1); - if_setopbase("", $component1); -} else { - if_sethide(true, $component1); -} -if (inv_getobj(inv_439, 2) ! null) { - if_sethide(false, $component2); - if_setobject_nonum(inv_getobj(inv_439, 2), 1, $component2); - if_setopbase("", $component2); -} else { - if_sethide(true, $component2); -} -if (inv_getobj(inv_439, 3) ! null) { - if_sethide(false, $component3); - if_setobject_nonum(inv_getobj(inv_439, 3), 1, $component3); - if_setopbase("", $component3); -} else { - if_sethide(true, $component3); -} diff --git a/dumps/530/script/[clientscript,script1324].cs2 b/dumps/530/script/[clientscript,script1324].cs2 deleted file mode 100644 index 4adad5a91..000000000 --- a/dumps/530/script/[clientscript,script1324].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1324 -[clientscript,script1324](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5) -if_setmodel(enum(int, model, enum_1595, calc(%varplayerbit_2510 / 10)), $component0); -if_setmodel(enum(int, model, enum_1595, calc(%varplayerbit_2510 % 10)), $component1); -if_setobject_nonum(%varplayer_849, 1, $component5); -if (%varplayerbit_2539 = 0) { - if_setmodel(model_17219, $component3); - if_setmodel(null, $component2); - if_setmodel(null, $component4); - return; -} -if (%varplayerbit_2539 > %varplayerbit_2510) { - if_setmodel(model_17219, $component3); - if_setmodel(model_17221, $component2); - if_setmodel(model_17217, $component4); - return; -} -if (%varplayerbit_2539 < %varplayerbit_2510) { - if_setmodel(model_17219, $component3); - if_setmodel(model_17220, $component2); - if_setmodel(model_17218, $component4); - return; -} -if_setmodel(model_17216, $component3); -if_setmodel(null, $component2); -if_setmodel(null, $component4); diff --git a/dumps/530/script/[clientscript,script1325].cs2 b/dumps/530/script/[clientscript,script1325].cs2 deleted file mode 100644 index e60a09eb7..000000000 --- a/dumps/530/script/[clientscript,script1325].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1325 -[clientscript,script1325](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5) -if_setmodel(enum(int, model, enum_1595, calc(%varplayerbit_2511 / 10)), $component0); -if_setmodel(enum(int, model, enum_1595, calc(%varplayerbit_2511 % 10)), $component1); -if_setobject_nonum(%varplayer_850, 1, $component5); -if (%varplayerbit_2540 = 0) { - if_setmodel(model_17219, $component3); - if_setmodel(null, $component2); - if_setmodel(null, $component4); - return; -} -if (%varplayerbit_2540 > %varplayerbit_2511) { - if_setmodel(model_17219, $component3); - if_setmodel(model_17221, $component2); - if_setmodel(model_17217, $component4); - return; -} -if (%varplayerbit_2540 < %varplayerbit_2511) { - if_setmodel(model_17219, $component3); - if_setmodel(model_17220, $component2); - if_setmodel(model_17218, $component4); - return; -} -if_setmodel(model_17216, $component3); -if_setmodel(null, $component2); -if_setmodel(null, $component4); diff --git a/dumps/530/script/[clientscript,script1326].cs2 b/dumps/530/script/[clientscript,script1326].cs2 deleted file mode 100644 index 1816e8d59..000000000 --- a/dumps/530/script/[clientscript,script1326].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1326 -[clientscript,script1326](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6) -if_setmodel(enum(int, model, enum_1595, calc(%varplayerbit_2512 / 10)), $component0); -if_setmodel(enum(int, model, enum_1595, calc(%varplayerbit_2512 % 10)), $component1); -if_setobject_nonum(%varplayer_851, 1, $component5); -if_setobject_nonum(%varplayer_852, 1, $component6); -if (%varplayerbit_2541 = 0) { - if_setmodel(model_17219, $component3); - if_setmodel(null, $component2); - if_setmodel(null, $component4); - return; -} -if (%varplayerbit_2541 > %varplayerbit_2512) { - if_setmodel(model_17219, $component3); - if_setmodel(model_17221, $component2); - if_setmodel(model_17217, $component4); - return; -} -if (%varplayerbit_2541 < %varplayerbit_2512) { - if_setmodel(model_17219, $component3); - if_setmodel(model_17220, $component2); - if_setmodel(model_17218, $component4); - return; -} -if_setmodel(model_17216, $component3); -if_setmodel(null, $component2); -if_setmodel(null, $component4); diff --git a/dumps/530/script/[clientscript,script1327].cs2 b/dumps/530/script/[clientscript,script1327].cs2 deleted file mode 100644 index e214dabe1..000000000 --- a/dumps/530/script/[clientscript,script1327].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 1327 -[clientscript,script1327](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7) -if_setmodel(enum(int, model, enum_1595, calc(%varplayerbit_2513 / 10)), $component0); -if_setmodel(enum(int, model, enum_1595, calc(%varplayerbit_2513 % 10)), $component1); -if_setobject_nonum(%varplayer_853, 1, $component5); -if_setobject_nonum(%varplayer_854, 1, $component6); -if_setobject_nonum(%varplayer_855, 1, $component7); -if (%varplayerbit_2542 = 0) { - if_setmodel(model_17219, $component3); - if_setmodel(null, $component2); - if_setmodel(null, $component4); - return; -} -if (%varplayerbit_2542 > %varplayerbit_2513) { - if_setmodel(model_17219, $component3); - if_setmodel(model_17221, $component2); - if_setmodel(model_17217, $component4); - return; -} -if (%varplayerbit_2542 < %varplayerbit_2513) { - if_setmodel(model_17219, $component3); - if_setmodel(model_17220, $component2); - if_setmodel(model_17218, $component4); - return; -} -if_setmodel(model_17216, $component3); -if_setmodel(null, $component2); -if_setmodel(null, $component4); diff --git a/dumps/530/script/[clientscript,script1328].cs2 b/dumps/530/script/[clientscript,script1328].cs2 deleted file mode 100644 index ecb9545b8..000000000 --- a/dumps/530/script/[clientscript,script1328].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1328 -[clientscript,script1328] -if (worldlist_fetch = false) { - return; -} -if_setontimer(null, interface_744:com_224); -~script1879; diff --git a/dumps/530/script/[clientscript,script1330].cs2 b/dumps/530/script/[clientscript,script1330].cs2 deleted file mode 100644 index 74f87cd49..000000000 --- a/dumps/530/script/[clientscript,script1330].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1330 -[clientscript,script1330] -if_sethide(false, interface_378:com_139); diff --git a/dumps/530/script/[clientscript,script1331].cs2 b/dumps/530/script/[clientscript,script1331].cs2 deleted file mode 100644 index 778f1356f..000000000 --- a/dumps/530/script/[clientscript,script1331].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1331 -[clientscript,script1331] -if_sethide(true, interface_378:com_139); diff --git a/dumps/530/script/[clientscript,script1332].cs2 b/dumps/530/script/[clientscript,script1332].cs2 deleted file mode 100644 index 76ba93b32..000000000 --- a/dumps/530/script/[clientscript,script1332].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1332 -[clientscript,script1332] -if_sethide(false, interface_378:com_123); diff --git a/dumps/530/script/[clientscript,script1333].cs2 b/dumps/530/script/[clientscript,script1333].cs2 deleted file mode 100644 index 0fcef6507..000000000 --- a/dumps/530/script/[clientscript,script1333].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1333 -[clientscript,script1333] -if_sethide(true, interface_378:com_123); diff --git a/dumps/530/script/[clientscript,script1334].cs2 b/dumps/530/script/[clientscript,script1334].cs2 deleted file mode 100644 index 5eef6b17f..000000000 --- a/dumps/530/script/[clientscript,script1334].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1334 -[clientscript,script1334] -if_sethide(false, interface_378:com_120); diff --git a/dumps/530/script/[clientscript,script1335].cs2 b/dumps/530/script/[clientscript,script1335].cs2 deleted file mode 100644 index 5e5a8b621..000000000 --- a/dumps/530/script/[clientscript,script1335].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1335 -[clientscript,script1335] -if_sethide(true, interface_378:com_120); diff --git a/dumps/530/script/[clientscript,script1336].cs2 b/dumps/530/script/[clientscript,script1336].cs2 deleted file mode 100644 index 5db505ca8..000000000 --- a/dumps/530/script/[clientscript,script1336].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1336 -[clientscript,script1336] -if_setscrollsize(400, 1810, interface_156:com_2); -~script31(interface_156:com_1, interface_156:com_2, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1338].cs2 b/dumps/530/script/[clientscript,script1338].cs2 deleted file mode 100644 index 772b555da..000000000 --- a/dumps/530/script/[clientscript,script1338].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1338 -[clientscript,script1338](string $string0, string $string1, boolean $boolean0) -openurl($string0, $string1, $boolean0); diff --git a/dumps/530/script/[clientscript,script1339].cs2 b/dumps/530/script/[clientscript,script1339].cs2 deleted file mode 100644 index 1214ac83d..000000000 --- a/dumps/530/script/[clientscript,script1339].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1339 -[clientscript,script1339](enum $enum0, int $int1, int $int2, component $component3, component $component4, component $component5, component $component6) -~script1346($enum0, $int1, $int2, $component3, $component4, $component5, $component6, tradebacking_dark, "scrollbar_v2,1", "scrollbar_v2,1", tradebacking_light, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script133].cs2 b/dumps/530/script/[clientscript,script133].cs2 deleted file mode 100644 index 05fecd533..000000000 --- a/dumps/530/script/[clientscript,script133].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 133 -[clientscript,script133](int $key0, char $char1) -%varclientstring_24 = ~script74(%varclientstring_24, 2, $key0, $char1); -if_settext("|", interface_553:com_15); diff --git a/dumps/530/script/[clientscript,script1340].cs2 b/dumps/530/script/[clientscript,script1340].cs2 deleted file mode 100644 index 312a0055e..000000000 --- a/dumps/530/script/[clientscript,script1340].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1340 -[clientscript,script1340](enum $enum0, int $int1, int $int2, component $component3, component $component4, component $component5, component $component6, graphic $graphic7, graphic $graphic8, graphic $graphic9, int $rgb10, int $rgb11, graphic $graphic12) -~script1346($enum0, $int1, $int2, $component3, $component4, $component5, $component6, $graphic7, $graphic8, $graphic8, $graphic9, $rgb10, $rgb11, $graphic12, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1341].cs2 b/dumps/530/script/[clientscript,script1341].cs2 deleted file mode 100644 index 6fba63063..000000000 --- a/dumps/530/script/[clientscript,script1341].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1341 -[clientscript,script1341](enum $enum0, int $int1, int $int2, component $component3, component $component4, component $component5, component $component6, graphic $graphic7, graphic $graphic8, graphic $graphic9, int $rgb10, int $rgb11, graphic $graphic12, graphic $graphic13, graphic $graphic14, graphic $graphic15, graphic $graphic16, graphic $graphic17, graphic $graphic18) -~script1346($enum0, $int1, $int2, $component3, $component4, $component5, $component6, $graphic7, $graphic8, $graphic8, $graphic9, $rgb10, $rgb11, $graphic12, $graphic13, $graphic14, $graphic15, $graphic16, $graphic17, $graphic18); diff --git a/dumps/530/script/[clientscript,script1342].cs2 b/dumps/530/script/[clientscript,script1342].cs2 deleted file mode 100644 index 53fac89c4..000000000 --- a/dumps/530/script/[clientscript,script1342].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1342 -[clientscript,script1342](enum $enum0, int $int1, component $component2, component $component3, component $component4, component $component5) -~script1346($enum0, 0, $int1, $component2, $component3, $component4, $component5, tradebacking_dark, "scrollbar_v2,1", "scrollbar_v2,1", tradebacking_light, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1343].cs2 b/dumps/530/script/[clientscript,script1343].cs2 deleted file mode 100644 index 70920763c..000000000 --- a/dumps/530/script/[clientscript,script1343].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1343 -[clientscript,script1343](enum $enum0, int $int1, component $component2, component $component3, component $component4, component $component5, graphic $graphic6, graphic $graphic7, graphic $graphic8, int $rgb9, int $rgb10, graphic $graphic11) -~script1346($enum0, 0, $int1, $component2, $component3, $component4, $component5, $graphic6, $graphic7, $graphic7, $graphic8, $rgb9, $rgb10, $graphic11, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1344].cs2 b/dumps/530/script/[clientscript,script1344].cs2 deleted file mode 100644 index e13968a2b..000000000 --- a/dumps/530/script/[clientscript,script1344].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1344 -[clientscript,script1344](enum $enum0, int $int1, component $component2, component $component3, component $component4, component $component5, graphic $graphic6, graphic $graphic7, graphic $graphic8, int $rgb9, int $rgb10, graphic $graphic11, graphic $graphic12, graphic $graphic13, graphic $graphic14, graphic $graphic15, graphic $graphic16, graphic $graphic17) -~script1346($enum0, 0, $int1, $component2, $component3, $component4, $component5, $graphic6, $graphic7, $graphic7, $graphic8, $rgb9, $rgb10, $graphic11, $graphic12, $graphic13, $graphic14, $graphic15, $graphic16, $graphic17); diff --git a/dumps/530/script/[clientscript,script1347].cs2 b/dumps/530/script/[clientscript,script1347].cs2 deleted file mode 100644 index 9519f59f9..000000000 --- a/dumps/530/script/[clientscript,script1347].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1347 -[clientscript,script1347](enum $enum0, int $int1, component $component2, graphic $graphic3, component $component4, component $component5, component $component6, int $rgb7, int $rgb8, int $rgb9, graphic $graphic10, int $int11, int $int12, graphic $graphic13, graphic $graphic14, graphic $graphic15, graphic $graphic16, graphic $graphic17, graphic $graphic18) -if (if_gethide($component2) = true) { - if_setscrollpos(0, 0, $component4); - ~script1348($enum0, $int1, $component2, $graphic3, $component4, $component5, $component6, $rgb7, $rgb8, $rgb9, $graphic10, $int11, $int12, $graphic13, $graphic14, $graphic15, $graphic16, $graphic17, $graphic18); -} else { - ~script1349($component6, $component2, $component4, $component5, $int12); -} diff --git a/dumps/530/script/[clientscript,script134].cs2 b/dumps/530/script/[clientscript,script134].cs2 deleted file mode 100644 index 220edbb51..000000000 --- a/dumps/530/script/[clientscript,script134].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 134 -[clientscript,script134] -if (%varclient_6 = true) { - %varclient_6 = false; -} else { - %varclient_6 = true; -} -if (%varclient_6 = false) { - if_settext("Moderator option: Mute player for 48 hours: OFF", interface_553:com_16); -} else { - if_settext("Moderator option: Mute player for 48 hours: ON", interface_553:com_16); -} diff --git a/dumps/530/script/[clientscript,script1350].cs2 b/dumps/530/script/[clientscript,script1350].cs2 deleted file mode 100644 index 5d3a78f6a..000000000 --- a/dumps/530/script/[clientscript,script1350].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1350 -[clientscript,script1350](component $component0, component $component1, component $component2, component $component3, int $int4, int $int5, string $string0, int $rgb6) -if (cc_find($component3, $int4) = true) { - cc_settext($string0); - cc_setcolour($rgb6); - cc_setonmouseleave("script1354($component3, $int4, $rgb6)"); -} -~script1349($component3, $component0, $component1, $component2, $int5); diff --git a/dumps/530/script/[clientscript,script1351].cs2 b/dumps/530/script/[clientscript,script1351].cs2 deleted file mode 100644 index 1a7e915d2..000000000 --- a/dumps/530/script/[clientscript,script1351].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1351 -[clientscript,script1351](component $component0, int $int1, graphic $graphic2) -if (cc_find($component0, $int1) = true) { - cc_setgraphic($graphic2); -} diff --git a/dumps/530/script/[clientscript,script1352].cs2 b/dumps/530/script/[clientscript,script1352].cs2 deleted file mode 100644 index 6facf6dc5..000000000 --- a/dumps/530/script/[clientscript,script1352].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1352 -[clientscript,script1352](component $component0, int $int1, graphic $graphic2) -if (cc_find($component0, $int1) = true) { - cc_setgraphic($graphic2); -} diff --git a/dumps/530/script/[clientscript,script1353].cs2 b/dumps/530/script/[clientscript,script1353].cs2 deleted file mode 100644 index 5e067051a..000000000 --- a/dumps/530/script/[clientscript,script1353].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1353 -[clientscript,script1353](component $component0, int $int1, int $rgb2) -if (cc_find($component0, $int1) = true) { - cc_setcolour($rgb2); -} diff --git a/dumps/530/script/[clientscript,script1354].cs2 b/dumps/530/script/[clientscript,script1354].cs2 deleted file mode 100644 index c8613b6a1..000000000 --- a/dumps/530/script/[clientscript,script1354].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1354 -[clientscript,script1354](component $component0, int $int1, int $rgb2) -if (cc_find($component0, $int1) = true) { - cc_setcolour($rgb2); -} diff --git a/dumps/530/script/[clientscript,script1356].cs2 b/dumps/530/script/[clientscript,script1356].cs2 deleted file mode 100644 index ae9afe6ad..000000000 --- a/dumps/530/script/[clientscript,script1356].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1356 -[clientscript,script1356](component $component0, int $int1, int $rgb2) -if (cc_find($component0, $int1) = true) { - cc_setcolour($rgb2); -} diff --git a/dumps/530/script/[clientscript,script1357].cs2 b/dumps/530/script/[clientscript,script1357].cs2 deleted file mode 100644 index f9a72a5f4..000000000 --- a/dumps/530/script/[clientscript,script1357].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1357 -[clientscript,script1357](component $component0, int $int1) -if_settrans($int1, $component0); diff --git a/dumps/530/script/[clientscript,script1358].cs2 b/dumps/530/script/[clientscript,script1358].cs2 deleted file mode 100644 index 120602497..000000000 --- a/dumps/530/script/[clientscript,script1358].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1358 -[clientscript,script1358](component $component0, component $component1) -cc_deleteall($component0); -%varclient_2 = 0; -~script680($component1); diff --git a/dumps/530/script/[clientscript,script135].cs2 b/dumps/530/script/[clientscript,script135].cs2 deleted file mode 100644 index b829791b6..000000000 --- a/dumps/530/script/[clientscript,script135].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 135 -[clientscript,script135](int $int0) -if (string_length(%varclientstring_24) > 0) { - chat_sendabusereport(%varclientstring_24, $int0, %varclient_6); -} -if_close; -%varclient_11 = 0; diff --git a/dumps/530/script/[clientscript,script1362].cs2 b/dumps/530/script/[clientscript,script1362].cs2 deleted file mode 100644 index 0ec8c37c1..000000000 --- a/dumps/530/script/[clientscript,script1362].cs2 +++ /dev/null @@ -1,76 +0,0 @@ -// 1362 -[clientscript,script1362] -def_int $int0 = 0; -if_setonkey("script73(event_keycode, event_keychar)", interface_137:com_51); -if_setonchattransmit("script81", interface_751:com_0); -if_setonfriendtransmit("script81", interface_751:com_0); -if_setonmisctransmit("script82", interface_751:com_0); -if_setonvarcstrtransmit("script710{varclientstring_0}", interface_751:com_0); -%varclientstring_1 = ""; -%varclient_42 = -1; -%varclient_41 = 0; -%varclient_43 = chat_gethistorylength; -%varclient_3 = -1; -%varclient_4 = 0; -%varclientstring_2 = ""; -%varclientstring_3 = ""; -%varclientstring_4 = ""; -%varclientstring_5 = ""; -%varclientstring_6 = ""; -%varclientstring_7 = ""; -%varclientstring_8 = ""; -%varclientstring_9 = ""; -%varclientstring_10 = ""; -%varclientstring_11 = ""; -%varclientstring_12 = ""; -%varclientstring_13 = ""; -%varclientstring_14 = ""; -%varclientstring_15 = ""; -%varclientstring_16 = ""; -%varclientstring_17 = ""; -%varclientstring_18 = ""; -%varclientstring_19 = ""; -%varclientstring_20 = ""; -%varclientstring_21 = ""; -if (unknown_command_3328 = true | map_quickchat = true) { - if_settext("Left-click here to enter Public Quick Chat or right-click for Clan Quick Chat.", interface_137:com_51); - if_setposition(if_getx(interface_137:com_51), if_gety(interface_137:com_51), ^setpos_abs_left, ^setpos_abs_top, interface_137:com_52); - if_setsize(parawidth("Left-click here to enter Public Quick Chat or right-click for Clan Quick Chat.", if_getwidth(interface_137:com_51), p12_full), if_getheight(interface_137:com_51), ^setsize_abs, ^setsize_abs, interface_137:com_52); -} else { - if_settext(": *", interface_137:com_51); - if_setposition(if_getx(interface_137:com_51), if_gety(interface_137:com_51), ^setpos_abs_left, ^setpos_abs_top, interface_137:com_52); - if_setsize(parawidth(":", if_getwidth(interface_137:com_51), p12_full), if_getheight(interface_137:com_51), ^setsize_abs, ^setsize_abs, interface_137:com_52); -} -if (getwindowmode >= 2) { - if_sethide(true, interface_752:com_2); - if_setgraphic(graphic_1247, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if_sethide(false, interface_752:com_1); - if_sethide(true, interface_137:com_53); - if_sethide(false, interface_137:com_54); - if_sethide(false, interface_137:com_55); - while ($int0 < 100) { - if_settextshadow(true, enum(int, component, enum_579, $int0)); - if_setcolour(^white, enum(int, component, enum_579, $int0)); - $int0 = calc($int0 + 1); - } - if_settextshadow(true, interface_137:com_51); - if_setcolour(^white, interface_137:com_51); -} else { - if_setgraphic(chat_background, interface_752:com_1); - if_sethide(false, interface_752:com_1); - if_sethide(false, interface_752:com_2); - if_sethide(false, interface_137:com_53); - if_sethide(true, interface_137:com_54); - if_sethide(true, interface_137:com_55); - while ($int0 < 100) { - if_settextshadow(false, enum(int, component, enum_579, $int0)); - if_setcolour(^black, enum(int, component, enum_579, $int0)); - $int0 = calc($int0 + 1); - } - if_settextshadow(false, interface_137:com_51); - if_setcolour(^black, interface_137:com_51); -} -%varclient_7 = if_getheight(interface_137:com_56); -~script178; -%varclientstring_0 = ""; diff --git a/dumps/530/script/[clientscript,script1366].cs2 b/dumps/530/script/[clientscript,script1366].cs2 deleted file mode 100644 index ea5a5d833..000000000 --- a/dumps/530/script/[clientscript,script1366].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1366 -[clientscript,script1366] -if (%varplayer_380 = 25) { - if_settext("Time until next game starts: 0", interface_57:com_0); -} else if (%varplayer_380 > 0) { - if_settext("Time until next game starts: ", interface_57:com_0); -} else { - if_settext("Waiting for players to join the other team.", interface_57:com_0); -} diff --git a/dumps/530/script/[clientscript,script1367].cs2 b/dumps/530/script/[clientscript,script1367].cs2 deleted file mode 100644 index 1553ab4a4..000000000 --- a/dumps/530/script/[clientscript,script1367].cs2 +++ /dev/null @@ -1,60 +0,0 @@ -// 1367 -[clientscript,script1367] -if_settext("Zamorak = ", interface_58:com_0); -if_settext(" = Saradomin", interface_58:com_1); -if_settext(" Min", interface_58:com_8); -if (%varplayerbit_136 = 0) { - if_settext("Health %", interface_58:com_7); - if_setcolour(^red, interface_58:com_7); -} else { - if_settext("Health %", interface_58:com_7); - if_setcolour(^green, interface_58:com_7); -} -if (%varplayerbit_143 = 0) { - if_settext("Safe", interface_58:com_4); - if_setcolour(^green, interface_58:com_4); -} else if (%varplayerbit_143 = 1) { - if_settext("Taken", interface_58:com_4); - if_setcolour(^red, interface_58:com_4); -} else if (%varplayerbit_143 = 2) { - if_settext("Dropped", interface_58:com_4); - if_setcolour(^yellow, interface_58:com_4); -} -if (%varplayerbit_153 = 0) { - if_settext("Safe", interface_58:com_5); - if_setcolour(^green, interface_58:com_5); -} else if (%varplayerbit_153 = 1) { - if_settext("Taken", interface_58:com_5); - if_setcolour(^red, interface_58:com_5); -} else if (%varplayerbit_153 = 2) { - if_settext("Dropped", interface_58:com_5); - if_setcolour(^yellow, interface_58:com_5); -} -if (%varplayerbit_137 = 1) { - if_settext("Unlocked", interface_58:com_11); - if_setcolour(^red, interface_58:com_11); -} else { - if_settext("Locked", interface_58:com_11); - if_setcolour(^green, interface_58:com_11); -} -if (%varplayerbit_138 = 1) { - if_settext("Cleared", interface_58:com_13); - if_setcolour(^red, interface_58:com_13); -} else { - if_settext("Collapsed", interface_58:com_13); - if_setcolour(^green, interface_58:com_13); -} -if (%varplayerbit_139 = 1) { - if_settext("Cleared", interface_58:com_15); - if_setcolour(^red, interface_58:com_15); -} else { - if_settext("Collapsed", interface_58:com_15); - if_setcolour(^green, interface_58:com_15); -} -if (%varplayerbit_140 = 1) { - if_settext("Destroyed", interface_58:com_17); - if_setcolour(^red, interface_58:com_17); -} else { - if_settext("Operational", interface_58:com_17); - if_setcolour(^green, interface_58:com_17); -} diff --git a/dumps/530/script/[clientscript,script1368].cs2 b/dumps/530/script/[clientscript,script1368].cs2 deleted file mode 100644 index 9d5fe8876..000000000 --- a/dumps/530/script/[clientscript,script1368].cs2 +++ /dev/null @@ -1,60 +0,0 @@ -// 1368 -[clientscript,script1368] -if_settext("Zamorak = ", interface_59:com_0); -if_settext(" = Saradomin", interface_59:com_1); -if_settext(" Min", interface_59:com_8); -if (%varplayerbit_146 = 0) { - if_settext("Health %", interface_59:com_7); - if_setcolour(^red, interface_59:com_7); -} else { - if_settext("Health %", interface_59:com_7); - if_setcolour(^green, interface_59:com_7); -} -if (%varplayerbit_143 = 0) { - if_settext("Safe", interface_59:com_4); - if_setcolour(^green, interface_59:com_4); -} else if (%varplayerbit_143 = 1) { - if_settext("Taken", interface_59:com_4); - if_setcolour(^red, interface_59:com_4); -} else if (%varplayerbit_143 = 2) { - if_settext("Dropped", interface_59:com_4); - if_setcolour(^yellow, interface_59:com_4); -} -if (%varplayerbit_153 = 0) { - if_settext("Safe", interface_59:com_5); - if_setcolour(^green, interface_59:com_5); -} else if (%varplayerbit_153 = 1) { - if_settext("Taken", interface_59:com_5); - if_setcolour(^red, interface_59:com_5); -} else if (%varplayerbit_153 = 2) { - if_settext("Dropped", interface_59:com_5); - if_setcolour(^yellow, interface_59:com_5); -} -if (%varplayerbit_147 = 1) { - if_settext("Unlocked", interface_59:com_11); - if_setcolour(^red, interface_59:com_11); -} else { - if_settext("Locked", interface_59:com_11); - if_setcolour(^green, interface_59:com_11); -} -if (%varplayerbit_148 = 1) { - if_settext("Cleared", interface_59:com_13); - if_setcolour(^red, interface_59:com_13); -} else { - if_settext("Collapsed", interface_59:com_13); - if_setcolour(^green, interface_59:com_13); -} -if (%varplayerbit_149 = 1) { - if_settext("Cleared", interface_59:com_14); - if_setcolour(^red, interface_59:com_14); -} else { - if_settext("Collapsed", interface_59:com_14); - if_setcolour(^green, interface_59:com_14); -} -if (%varplayerbit_150 = 1) { - if_settext("Destroyed", interface_59:com_17); - if_setcolour(^red, interface_59:com_17); -} else { - if_settext("Operational", interface_59:com_17); - if_setcolour(^green, interface_59:com_17); -} diff --git a/dumps/530/script/[clientscript,script1369].cs2 b/dumps/530/script/[clientscript,script1369].cs2 deleted file mode 100644 index 67bcebbe1..000000000 --- a/dumps/530/script/[clientscript,script1369].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1369 -[clientscript,script1369](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5) -~script1088($component0, 0); -~script2046; -def_string $string0 = null; -if (%varclient_622 ! null) { - $string0 = worldmap_getmap(%varclient_622); - if (string_length($string0) <= 0) { - $string0 = "main"; - } -} -worldmap_setmap($string0); -%varclientstring_52 = $string0; -%varclient_172 = worldmap_getconfigzoom; -~script1372; -~script1374(0); -~script1376(0, $component5); -~script1378(0); -~script1839(%varplayerbit_5367, $component1, $component2, $component3); -if_setonkey("script1382(event_keycode, event_keychar, $component4)", $component4); -%varclientstring_31 = ""; -if (%varclient_622 ! null & worldmap_coordinmap(%varclient_622, $string0) = true) { - if_setontimer("script2054(calc(clientclock + 5), $component0, %varclient_622)", $component0); -} diff --git a/dumps/530/script/[clientscript,script136].cs2 b/dumps/530/script/[clientscript,script136].cs2 deleted file mode 100644 index 043ea1647..000000000 --- a/dumps/530/script/[clientscript,script136].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 136 -[clientscript,script136](component $component0) -def_string $string0 = ""; -if ($component0 = interface_613:com_15) { - $string0 = oc_name(%varplayer_1068); - if (%varplayer_1068 = null) { - $string0 = "Empty"; - } -} else if ($component0 = interface_613:com_16) { - $string0 = oc_name(%varplayer_1069); - if (%varplayer_1069 = null) { - $string0 = "Empty"; - } -} else if ($component0 = interface_613:com_17) { - $string0 = oc_name(%varplayer_1070); - if (%varplayer_1070 = null) { - $string0 = "Empty"; - } -} -~script39($component0, interface_613:com_23, $string0, 25, 199); diff --git a/dumps/530/script/[clientscript,script1370].cs2 b/dumps/530/script/[clientscript,script1370].cs2 deleted file mode 100644 index dfa6206cb..000000000 --- a/dumps/530/script/[clientscript,script1370].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1370 -[clientscript,script1370](int $int0) -if ($int0 > 0) { - switch_int (%varclient_172) { - case default : - %varclient_172 = 37; - case 75 : - %varclient_172 = 50; - case 100 : - %varclient_172 = 75; - case 200 : - %varclient_172 = 100; - } -} else { - switch_int (%varclient_172) { - case 37 : - %varclient_172 = 50; - case 50 : - %varclient_172 = 75; - case 75 : - %varclient_172 = 100; - case default : - %varclient_172 = 200; - } -} -~script1372; diff --git a/dumps/530/script/[clientscript,script1371].cs2 b/dumps/530/script/[clientscript,script1371].cs2 deleted file mode 100644 index 167f8076a..000000000 --- a/dumps/530/script/[clientscript,script1371].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1371 -[clientscript,script1371](int $int0) -%varclient_172 = $int0; -~script1372; diff --git a/dumps/530/script/[clientscript,script1373].cs2 b/dumps/530/script/[clientscript,script1373].cs2 deleted file mode 100644 index da77f288f..000000000 --- a/dumps/530/script/[clientscript,script1373].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1373 -[clientscript,script1373] -if (if_gethide(interface_755:com_25) = true) { - ~script1374(1); -} else { - ~script1374(0); -} diff --git a/dumps/530/script/[clientscript,script1375].cs2 b/dumps/530/script/[clientscript,script1375].cs2 deleted file mode 100644 index d24f36b45..000000000 --- a/dumps/530/script/[clientscript,script1375].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1375 -[clientscript,script1375](component $component0) -if (if_gethide(interface_755:com_27) = true) { - ~script1376(1, $component0); -} else { - ~script1376(0, $component0); -} diff --git a/dumps/530/script/[clientscript,script1377].cs2 b/dumps/530/script/[clientscript,script1377].cs2 deleted file mode 100644 index 54fcd67b7..000000000 --- a/dumps/530/script/[clientscript,script1377].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1377 -[clientscript,script1377] -if (if_gethide(interface_755:com_26) = true) { - ~script1378(1); -} else { - ~script1378(0); -} diff --git a/dumps/530/script/[clientscript,script1379].cs2 b/dumps/530/script/[clientscript,script1379].cs2 deleted file mode 100644 index 7f8b21923..000000000 --- a/dumps/530/script/[clientscript,script1379].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1379 -[clientscript,script1379] -switch_int (%varplayerbit_5389) { - case 1 : - if_setmodelanim(seq_10439, interface_796:com_10); - case 2 : - if_sethide(true, interface_796:com_11); - if_sethide(false, interface_796:com_7); - case 3 : - if_setmodelanim(seq_10439, interface_796:com_6); - case 4 : - if_sethide(true, interface_796:com_7); - if_sethide(false, interface_796:com_9); - case 5 : - if_setmodelanim(seq_10443, interface_796:com_8); - case 6 : - if_sethide(true, interface_796:com_9); - if_sethide(false, interface_796:com_5); - case 7 : - if_setmodelanim(seq_10437, interface_796:com_4); - case 8 : - if_sethide(true, interface_796:com_5); - if_sethide(true, interface_796:com_3); - if_sethide(false, interface_796:com_30); - if_sethide(false, interface_796:com_1); -} diff --git a/dumps/530/script/[clientscript,script137].cs2 b/dumps/530/script/[clientscript,script137].cs2 deleted file mode 100644 index 87d92b241..000000000 --- a/dumps/530/script/[clientscript,script137].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 137 -[clientscript,script137] -~script132; -%varclient_11 = 0; diff --git a/dumps/530/script/[clientscript,script1380].cs2 b/dumps/530/script/[clientscript,script1380].cs2 deleted file mode 100644 index 1f21ffaf4..000000000 --- a/dumps/530/script/[clientscript,script1380].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1380 -[clientscript,script1380](component $component0) -if_setontimer("script709($component0)", $component0); diff --git a/dumps/530/script/[clientscript,script1381].cs2 b/dumps/530/script/[clientscript,script1381].cs2 deleted file mode 100644 index ffcb1863d..000000000 --- a/dumps/530/script/[clientscript,script1381].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1381 -[clientscript,script1381](int $int0) -unknown_command_5202($int0); diff --git a/dumps/530/script/[clientscript,script1382].cs2 b/dumps/530/script/[clientscript,script1382].cs2 deleted file mode 100644 index 36f1060b6..000000000 --- a/dumps/530/script/[clientscript,script1382].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1382 -[clientscript,script1382](int $key0, char $char1, component $component2) -if ($key0 = ^key_return) { - unknown_command_5203(%varclientstring_31); - %varclientstring_31 = ""; - return; -} -def_string $string0 = ~script74(%varclientstring_31, 0, $key0, $char1); -if (string_length($string0) = 0) { - if_settext("Search the map by typing here.", $component2); - %varclientstring_31 = ""; - return; -} -def_string $string1 = unknown_command_5204($string0); -if (string_length($string1) > 0) { - %varclientstring_31 = substring($string1, 0, string_length($string0)); - $string1 = substring($string1, string_length($string0), string_length($string1)); - if_settext("<$string1>", $component2); -} diff --git a/dumps/530/script/[clientscript,script1383].cs2 b/dumps/530/script/[clientscript,script1383].cs2 deleted file mode 100644 index 8e942150c..000000000 --- a/dumps/530/script/[clientscript,script1383].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1383 -[clientscript,script1383] -if (%varplayerbit_5390 = 0) { - if_settext("Varrock Census - year 160
Citizen's name
Gryff Aldock
Raminme Altrodor
Layte Aubury
Ingald Belger
Asyff Bymajique
Baraek Brigson
Brugsen Bursen
Jeremy Clerksin
Daerig Clod
Phillipa DeMarne
Trista Donaldson
Straven Enroy
Gertrude Fairweather
Shilop Fairweather
Walter Fairweather
Wilough Fairweather", interface_794:com_5); - if_settext("

Profession
Town crier
Cook
Rune seller
Apothecary
Fancy dress store owner
Fur seller
Economist
Cart expert
Unemployed
Minor noble
Banker
Legitimate businessman
Housewife
Baby
Travelling merchant
Baby", interface_794:com_4); - if_sethide(true, interface_794:com_3); - if_sethide(false, interface_794:com_2); -} -if (%varplayerbit_5390 = 1) { - if_settext("Varrock Census - year 160
Citizen's name
Dimintheis Fitzharmon
Eustace Forthwright
Romeo Gontamue
Everard Grafham
Matthew Grey
Grimesquit Grime
Phingspet Grime
Benny Gutenberg
Haig Halen
Randulf Harlow
Tobias Hills
Louisiana Jones
Lawrence Lambare
Wimock Landsdown
Draul Leptoc
Juliet Leptoc", interface_794:com_5); - if_settext("

Profession
Former Noble
Guard
Minor Noble
Natural Historian
Sailor
Profession Withheld
Profession Withheld
Journalist
Curator
Vampire Hunter
Guard
Student
Priest
Teacher
Lord
Noble", interface_794:com_4); - if_sethide(false, interface_794:com_3); - if_sethide(false, interface_794:com_2); -} -if (%varplayerbit_5390 = 2) { - if_settext("Varrock Census - year 160
Citizen's name
Phearthee Levalsyx
Charles Lyeman
Surok Magis
Gaffit Malore
Mabel Malore
Alfi Marino
Aris Maye
Iffie Nitter
Thessalia Nitter
Elsie Parks
Fred Parks
Ethel Prim
Hartwin Prim
Enhtor Prysin
Idonea Ramlock
Trevick Ramlock", interface_794:com_5); - if_settext("

Profession
Mugger
Unemployed
Mage
Librarian
Information Clerk
Chef
Gypsy
Retired
Clothes Shop Owner
Retired
Retired
Servant
Student
Knight
Teacher
Banker", interface_794:com_4); - if_sethide(false, interface_794:com_2); - if_sethide(false, interface_794:com_3); -} -if (%varplayerbit_5390 = 3) { - if_settext("Varrock Census - year 160
Citizen's name
Aeonisig Raispher
Katrine Raven
Horvik Ravitz
Roald Remanis
Milo Rovin
Martina Scorsby
Stephan Scorsby
Sani Semiv
Herbert Spiccanspan
Brana Talvoy
Launa Talvoy
Reldo Trimmly
Jack Tylner
Romily Weeklax
Treznor Withings", interface_794:com_5); - if_settext("

Profession
Royal Advisor
Wallet Relocator
Apprentice Blacksmith
Our Glorious King
Captain of the guard
Washerwoman
Guard
Master Smith
Street Cleaner
Farmer
Farmer
Assistant Librarian
Rat Exterminator
Pie Salesman
Kitchen Boy", interface_794:com_4); - if_sethide(true, interface_794:com_2); - if_sethide(false, interface_794:com_3); -} diff --git a/dumps/530/script/[clientscript,script1389].cs2 b/dumps/530/script/[clientscript,script1389].cs2 deleted file mode 100644 index c43deabff..000000000 --- a/dumps/530/script/[clientscript,script1389].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1389 -[clientscript,script1389] -~script1186; diff --git a/dumps/530/script/[clientscript,script138].cs2 b/dumps/530/script/[clientscript,script138].cs2 deleted file mode 100644 index 21762b2cc..000000000 --- a/dumps/530/script/[clientscript,script138].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 138 -[clientscript,script138] -if (%varclient_5 = 7 | %varclient_5 = 8 | %varclient_5 = 9) { - if_sethide(true, interface_752:com_3); - if_sethide(true, interface_752:com_6); - if_sethide(false, interface_752:com_7); - %varclient_5 = 0; -} -if (getwindowmode >= 2) { - ~script1364; -} diff --git a/dumps/530/script/[clientscript,script1390].cs2 b/dumps/530/script/[clientscript,script1390].cs2 deleted file mode 100644 index 1be08ad3c..000000000 --- a/dumps/530/script/[clientscript,script1390].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1390 -[clientscript,script1390] -%varclient_160 = clientclock; -if_settext(lastlogin, interface_378:com_117); diff --git a/dumps/530/script/[clientscript,script1391].cs2 b/dumps/530/script/[clientscript,script1391].cs2 deleted file mode 100644 index ed4d62b13..000000000 --- a/dumps/530/script/[clientscript,script1391].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1391 -[clientscript,script1391] -if (calc(clientclock - %varclient_160) >= 50) { - if_settext(lastlogin, interface_378:com_117); -} diff --git a/dumps/530/script/[clientscript,script1392].cs2 b/dumps/530/script/[clientscript,script1392].cs2 deleted file mode 100644 index 4e9d1e8f0..000000000 --- a/dumps/530/script/[clientscript,script1392].cs2 +++ /dev/null @@ -1,47 +0,0 @@ -// 1392 -[clientscript,script1392] -def_int $int0 = random(4); -if ($int0 = 0) { - if_setposition(59, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_2); - if_setposition(59, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_3); - if_setposition(139, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_4); - if_setposition(139, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_5); - if_setposition(219, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_6); - if_setposition(219, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_7); - if_setposition(319, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_8); - if_setposition(319, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_9); - return; -} -if ($int0 = 1) { - if_setposition(59, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_3); - if_setposition(59, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_4); - if_setposition(139, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_5); - if_setposition(139, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_2); - if_setposition(219, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_7); - if_setposition(219, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_8); - if_setposition(319, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_9); - if_setposition(319, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_6); - return; -} -if ($int0 = 2) { - if_setposition(59, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_4); - if_setposition(59, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_5); - if_setposition(139, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_2); - if_setposition(139, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_3); - if_setposition(219, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_8); - if_setposition(219, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_9); - if_setposition(319, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_6); - if_setposition(319, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_7); - return; -} -if ($int0 = 3) { - if_setposition(59, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_5); - if_setposition(59, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_2); - if_setposition(139, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_3); - if_setposition(139, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_4); - if_setposition(219, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_9); - if_setposition(219, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_6); - if_setposition(319, 9, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_7); - if_setposition(319, 50, ^setpos_abs_left, ^setpos_abs_top, interface_188:com_8); - return; -} diff --git a/dumps/530/script/[clientscript,script1393].cs2 b/dumps/530/script/[clientscript,script1393].cs2 deleted file mode 100644 index 4305e882b..000000000 --- a/dumps/530/script/[clientscript,script1393].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1393 -[clientscript,script1393] -def_int $int0 = 14; -def_int $int1 = 11; -$int1 = ~script1537($int0, $int1); -$int1 = calc($int1 + 10); -$int1 = ~script1538($int0, $int1); -$int1 = calc($int1 + 22); -$int0 = 14; -if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_259:com_31); -if_setscrollsize(167, calc(95 + $int1), interface_259:com_7); -~script31(interface_259:com_10, interface_259:com_7, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1394].cs2 b/dumps/530/script/[clientscript,script1394].cs2 deleted file mode 100644 index 21770dcd8..000000000 --- a/dumps/530/script/[clientscript,script1394].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1394 -[clientscript,script1394] -if_settext("Kill Count : ", interface_24:com_0); diff --git a/dumps/530/script/[clientscript,script1395].cs2 b/dumps/530/script/[clientscript,script1395].cs2 deleted file mode 100644 index 5550a10d1..000000000 --- a/dumps/530/script/[clientscript,script1395].cs2 +++ /dev/null @@ -1,417 +0,0 @@ -// 1395 -[clientscript,script1395] -if (%varplayerbit_2140 >= 30) { - if_sethide(false, interface_391:com_25); - if_sethide(false, interface_391:com_26); -} else { - if_sethide(true, interface_391:com_25); - if_sethide(true, interface_391:com_26); -} -if_settext(tostring(%varplayerbit_74), interface_391:com_109); -if (%varplayerbit_83 > 0) { - if_setcolour(^white, interface_391:com_81); -} else { - if_setcolour(^black, interface_391:com_81); -} -if (%varplayerbit_83 > 1) { - if_setcolour(^white, interface_391:com_82); -} else { - if_setcolour(^black, interface_391:com_82); -} -if (%varplayerbit_83 > 2) { - if_setcolour(^white, interface_391:com_83); -} else { - if_setcolour(^black, interface_391:com_83); -} -if (%varplayerbit_83 > 3) { - if_setcolour(^white, interface_391:com_85); -} else { - if_setcolour(^black, interface_391:com_85); -} -if (%varplayerbit_83 > 4) { - if_setcolour(^white, interface_391:com_86); -} else { - if_setcolour(^black, interface_391:com_86); -} -if (%varplayerbit_83 > 5) { - if_setcolour(^white, interface_391:com_87); -} else { - if_setcolour(^black, interface_391:com_87); -} -if (%varplayerbit_83 > 6) { - if_setcolour(^white, interface_391:com_88); -} else { - if_setcolour(^black, interface_391:com_88); -} -if (%varplayerbit_83 > 7) { - if_setcolour(^white, interface_391:com_89); -} else { - if_setcolour(^black, interface_391:com_89); -} -if (%varplayerbit_83 > 8) { - if_setcolour(^white, interface_391:com_90); -} else { - if_setcolour(^black, interface_391:com_90); -} -if (%varplayerbit_83 > 9) { - if_setcolour(^white, interface_391:com_91); -} else { - if_setcolour(^black, interface_391:com_91); -} -if (%varplayerbit_84 > 0) { - if_setcolour(^white, interface_391:com_38); -} else { - if_setcolour(^black, interface_391:com_38); -} -if (%varplayerbit_84 > 1) { - if_setcolour(^white, interface_391:com_39); -} else { - if_setcolour(^black, interface_391:com_39); -} -if (%varplayerbit_84 > 2) { - if_setcolour(^white, interface_391:com_40); -} else { - if_setcolour(^black, interface_391:com_40); -} -if (%varplayerbit_84 > 3) { - if_setcolour(^white, interface_391:com_41); -} else { - if_setcolour(^black, interface_391:com_41); -} -if (%varplayerbit_84 > 4) { - if_setcolour(^white, interface_391:com_42); -} else { - if_setcolour(^black, interface_391:com_42); -} -if (%varplayerbit_84 > 5) { - if_setcolour(^white, interface_391:com_43); -} else { - if_setcolour(^black, interface_391:com_43); -} -if (%varplayerbit_84 > 6) { - if_setcolour(^white, interface_391:com_44); -} else { - if_setcolour(^black, interface_391:com_44); -} -if (%varplayerbit_84 > 7) { - if_setcolour(^white, interface_391:com_45); -} else { - if_setcolour(^black, interface_391:com_45); -} -if (%varplayerbit_84 > 8) { - if_setcolour(^white, interface_391:com_46); -} else { - if_setcolour(^black, interface_391:com_46); -} -if (%varplayerbit_84 > 9) { - if_setcolour(^white, interface_391:com_47); -} else { - if_setcolour(^black, interface_391:com_47); -} -if (%varplayerbit_82 > 0) { - if_setcolour(^white, interface_391:com_68); -} else { - if_setcolour(^black, interface_391:com_68); -} -if (%varplayerbit_82 > 1) { - if_setcolour(^white, interface_391:com_69); -} else { - if_setcolour(^black, interface_391:com_69); -} -if (%varplayerbit_82 > 2) { - if_setcolour(^white, interface_391:com_70); -} else { - if_setcolour(^black, interface_391:com_70); -} -if (%varplayerbit_82 > 3) { - if_setcolour(^white, interface_391:com_71); -} else { - if_setcolour(^black, interface_391:com_71); -} -if (%varplayerbit_82 > 4) { - if_setcolour(^white, interface_391:com_72); -} else { - if_setcolour(^black, interface_391:com_72); -} -if (%varplayerbit_82 > 5) { - if_setcolour(^white, interface_391:com_73); -} else { - if_setcolour(^black, interface_391:com_73); -} -if (%varplayerbit_82 > 6) { - if_setcolour(^white, interface_391:com_74); -} else { - if_setcolour(^black, interface_391:com_74); -} -if (%varplayerbit_82 > 7) { - if_setcolour(^white, interface_391:com_75); -} else { - if_setcolour(^black, interface_391:com_75); -} -if (%varplayerbit_82 > 8) { - if_setcolour(^white, interface_391:com_76); -} else { - if_setcolour(^black, interface_391:com_76); -} -if (%varplayerbit_82 > 9) { - if_setcolour(^white, interface_391:com_77); -} else { - if_setcolour(^black, interface_391:com_77); -} -if (%varplayerbit_81 > 0) { - if_setcolour(^white, interface_391:com_52); -} else { - if_setcolour(^black, interface_391:com_52); -} -if (%varplayerbit_81 > 1) { - if_setcolour(^white, interface_391:com_53); -} else { - if_setcolour(^black, interface_391:com_53); -} -if (%varplayerbit_81 > 2) { - if_setcolour(^white, interface_391:com_54); -} else { - if_setcolour(^black, interface_391:com_54); -} -if (%varplayerbit_81 > 3) { - if_setcolour(^white, interface_391:com_55); -} else { - if_setcolour(^black, interface_391:com_55); -} -if (%varplayerbit_81 > 4) { - if_setcolour(^white, interface_391:com_56); -} else { - if_setcolour(^black, interface_391:com_56); -} -if (%varplayerbit_81 > 5) { - if_setcolour(^white, interface_391:com_57); -} else { - if_setcolour(^black, interface_391:com_57); -} -if (%varplayerbit_81 > 6) { - if_setcolour(^white, interface_391:com_58); -} else { - if_setcolour(^black, interface_391:com_58); -} -if (%varplayerbit_81 > 7) { - if_setcolour(^white, interface_391:com_59); -} else { - if_setcolour(^black, interface_391:com_59); -} -if (%varplayerbit_81 > 8) { - if_setcolour(^white, interface_391:com_60); -} else { - if_setcolour(^black, interface_391:com_60); -} -if (%varplayerbit_81 > 9) { - if_setcolour(^white, interface_391:com_64); -} else { - if_setcolour(^black, interface_391:com_64); -} -if (%varplayerbit_2131 > 0) { - if_setcolour(^white, interface_391:com_127); -} else { - if_setcolour(^black, interface_391:com_127); -} -if (%varplayerbit_2131 > 1) { - if_setcolour(^white, interface_391:com_128); -} else { - if_setcolour(^black, interface_391:com_128); -} -if (%varplayerbit_2131 > 2) { - if_setcolour(^white, interface_391:com_129); -} else { - if_setcolour(^black, interface_391:com_129); -} -if (%varplayerbit_2131 > 3) { - if_setcolour(^white, interface_391:com_130); -} else { - if_setcolour(^black, interface_391:com_130); -} -if (%varplayerbit_2131 > 4) { - if_setcolour(^white, interface_391:com_131); -} else { - if_setcolour(^black, interface_391:com_131); -} -if (%varplayerbit_2131 > 5) { - if_setcolour(^white, interface_391:com_132); -} else { - if_setcolour(^black, interface_391:com_132); -} -if (%varplayerbit_2131 > 6) { - if_setcolour(^white, interface_391:com_133); -} else { - if_setcolour(^black, interface_391:com_133); -} -if (%varplayerbit_2131 > 7) { - if_setcolour(^white, interface_391:com_134); -} else { - if_setcolour(^black, interface_391:com_134); -} -if (%varplayerbit_2131 > 8) { - if_setcolour(^white, interface_391:com_135); -} else { - if_setcolour(^black, interface_391:com_135); -} -if (%varplayerbit_2131 > 9) { - if_setcolour(^white, interface_391:com_136); -} else { - if_setcolour(^black, interface_391:com_136); -} -if (%varplayerbit_2132 > 0) { - if_setcolour(^white, interface_391:com_148); -} else { - if_setcolour(^black, interface_391:com_148); -} -if (%varplayerbit_2132 > 1) { - if_setcolour(^white, interface_391:com_149); -} else { - if_setcolour(^black, interface_391:com_149); -} -if (%varplayerbit_2132 > 2) { - if_setcolour(^white, interface_391:com_150); -} else { - if_setcolour(^black, interface_391:com_150); -} -if (%varplayerbit_2132 > 3) { - if_setcolour(^white, interface_391:com_151); -} else { - if_setcolour(^black, interface_391:com_151); -} -if (%varplayerbit_2132 > 4) { - if_setcolour(^white, interface_391:com_152); -} else { - if_setcolour(^black, interface_391:com_152); -} -if (%varplayerbit_2132 > 5) { - if_setcolour(^white, interface_391:com_153); -} else { - if_setcolour(^black, interface_391:com_153); -} -if (%varplayerbit_2132 > 6) { - if_setcolour(^white, interface_391:com_154); -} else { - if_setcolour(^black, interface_391:com_154); -} -if (%varplayerbit_2132 > 7) { - if_setcolour(^white, interface_391:com_155); -} else { - if_setcolour(^black, interface_391:com_155); -} -if (%varplayerbit_2132 > 8) { - if_setcolour(^white, interface_391:com_156); -} else { - if_setcolour(^black, interface_391:com_156); -} -if (%varplayerbit_2132 > 9) { - if_setcolour(^white, interface_391:com_157); -} else { - if_setcolour(^black, interface_391:com_157); -} -if (%varplayer_261 > 0) { - if_setcolour(^white, interface_391:com_92); -} else { - if_setcolour(^black, interface_391:com_92); -} -if (%varplayer_261 > 1) { - if_setcolour(^white, interface_391:com_93); -} else { - if_setcolour(^black, interface_391:com_93); -} -if (%varplayer_261 > 2) { - if_setcolour(^white, interface_391:com_94); -} else { - if_setcolour(^black, interface_391:com_94); -} -if (%varplayer_261 > 3) { - if_setcolour(^white, interface_391:com_95); -} else { - if_setcolour(^black, interface_391:com_95); -} -if (%varplayer_261 > 4) { - if_setcolour(^white, interface_391:com_98); -} else { - if_setcolour(^black, interface_391:com_98); -} -if (%varplayer_261 > 5) { - if_setcolour(^white, interface_391:com_99); -} else { - if_setcolour(^black, interface_391:com_99); -} -if (%varplayer_261 > 6) { - if_setcolour(^white, interface_391:com_100); -} else { - if_setcolour(^black, interface_391:com_100); -} -if (%varplayer_261 > 7) { - if_setcolour(^white, interface_391:com_101); -} else { - if_setcolour(^black, interface_391:com_101); -} -if (%varplayer_261 > 8) { - if_setcolour(^white, interface_391:com_102); -} else { - if_setcolour(^black, interface_391:com_102); -} -if (%varplayer_261 > 9) { - if_setcolour(^white, interface_391:com_103); -} else { - if_setcolour(^black, interface_391:com_103); -} -if (%varplayer_261 > 10) { - if_setcolour(^white, interface_391:com_104); -} else { - if_setcolour(^black, interface_391:com_104); -} -if (%varplayer_261 > 11) { - if_setcolour(^white, interface_391:com_105); -} else { - if_setcolour(^black, interface_391:com_105); -} -if (%varplayer_261 > 12) { - if_setcolour(^white, interface_391:com_106); -} else { - if_setcolour(^black, interface_391:com_106); -} -if (%varplayer_261 > 13) { - if_setcolour(^white, interface_391:com_107); -} else { - if_setcolour(^black, interface_391:com_107); -} -if (%varplayer_261 > 14) { - if_setcolour(^white, interface_391:com_108); -} else { - if_setcolour(^black, interface_391:com_108); -} -if (%varplayer_262 = 1) { - if_sethide(false, interface_391:com_27); - if_sethide(false, interface_391:com_28); -} else { - if_sethide(true, interface_391:com_27); - if_sethide(true, interface_391:com_28); -} -if (%varplayerbit_2134 = 1) { - if_setgraphic("miscgraphics,10", interface_391:com_158); - if_setgraphic("miscgraphics,11", interface_391:com_160); -} else { - if_setgraphic("miscgraphics,11", interface_391:com_158); - if_setgraphic("miscgraphics,10", interface_391:com_160); -} -if (%varplayerbit_2133 = 0) { - if_setgraphic("miscgraphics,11", interface_391:com_137); - if_setgraphic("miscgraphics,10", interface_391:com_138); - if_setgraphic("miscgraphics,10", interface_391:com_139); -} else if (%varplayerbit_2133 = 1) { - if_setgraphic("miscgraphics,10", interface_391:com_137); - if_setgraphic("miscgraphics,11", interface_391:com_138); - if_setgraphic("miscgraphics,10", interface_391:com_139); -} else { - if_setgraphic("miscgraphics,10", interface_391:com_137); - if_setgraphic("miscgraphics,10", interface_391:com_138); - if_setgraphic("miscgraphics,11", interface_391:com_139); -} -if (%varplayerbit_135 = 0) { - if_setgraphic("miscgraphics,10", interface_391:com_123); -} else { - if_setgraphic("miscgraphics,11", interface_391:com_123); -} diff --git a/dumps/530/script/[clientscript,script1396].cs2 b/dumps/530/script/[clientscript,script1396].cs2 deleted file mode 100644 index 2fccbc0f6..000000000 --- a/dumps/530/script/[clientscript,script1396].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1396 -[clientscript,script1396](boolean $boolean0, string $string0, string $string1) -if_setonclick("script1338($string0, $string1, $boolean0)", interface_445:com_2); diff --git a/dumps/530/script/[clientscript,script1397].cs2 b/dumps/530/script/[clientscript,script1397].cs2 deleted file mode 100644 index d0365f2df..000000000 --- a/dumps/530/script/[clientscript,script1397].cs2 +++ /dev/null @@ -1,47 +0,0 @@ -// 1397 -[clientscript,script1397] -if (%varplayerbit_1412 = 1) { - if_setmodel(model_10112, interface_282:com_19); -} else { - if_setmodel(model_10111, interface_282:com_19); -} -if (%varplayerbit_1412 = 24) { - if_setmodel(model_10114, interface_282:com_20); -} else { - if_setmodel(model_10113, interface_282:com_20); -} -if (%varplayerbit_1412 = 32) { - if_setmodel(model_10110, interface_282:com_18); -} else { - if_setmodel(model_10109, interface_282:com_18); -} -if (%varplayerbit_1412 = 48) { - if_setmodel(model_10108, interface_282:com_17); -} else { - if_setmodel(model_10107, interface_282:com_17); -} -if (%varplayerbit_1412 = 56) { - if_setmodel(model_10106, interface_282:com_16); -} else { - if_setmodel(model_10105, interface_282:com_16); -} -if (%varplayerbit_1412 = 60) { - if_setmodel(model_10104, interface_282:com_15); -} else { - if_setmodel(model_10103, interface_282:com_15); -} -if (%varplayerbit_1412 = 62) { - if_setmodel(model_10102, interface_282:com_14); -} else { - if_setmodel(model_10101, interface_282:com_14); -} -if (%varplayerbit_1412 = 63) { - if_setmodel(model_10100, interface_282:com_13); -} else { - if_setmodel(model_10099, interface_282:com_13); -} -if (%varplayerbit_1413 = 1) { - if_setmodel(model_10116, interface_282:com_12); -} else { - if_setmodel(model_10115, interface_282:com_12); -} diff --git a/dumps/530/script/[clientscript,script1398].cs2 b/dumps/530/script/[clientscript,script1398].cs2 deleted file mode 100644 index 927743e06..000000000 --- a/dumps/530/script/[clientscript,script1398].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1398 -[clientscript,script1398](component $component0, model $model1) -if_setmodel(model_10111, interface_282:com_19); -if_setmodel(model_10113, interface_282:com_20); -if_setmodel(model_10109, interface_282:com_18); -if_setmodel(model_10107, interface_282:com_17); -if_setmodel(model_10105, interface_282:com_16); -if_setmodel(model_10103, interface_282:com_15); -if_setmodel(model_10101, interface_282:com_14); -if_setmodel(model_10099, interface_282:com_13); -if_setmodel($model1, $component0); -return; diff --git a/dumps/530/script/[clientscript,script1399].cs2 b/dumps/530/script/[clientscript,script1399].cs2 deleted file mode 100644 index 90958c019..000000000 --- a/dumps/530/script/[clientscript,script1399].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1399 -[clientscript,script1399](component $component0, model $model1) -if_setmodel($model1, $component0); diff --git a/dumps/530/script/[clientscript,script139].cs2 b/dumps/530/script/[clientscript,script139].cs2 deleted file mode 100644 index 5df17fa52..000000000 --- a/dumps/530/script/[clientscript,script139].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 139 -[clientscript,script139](component $component0) -if_setonsubchange("script140", $component0); -~script1364; diff --git a/dumps/530/script/[clientscript,script1400].cs2 b/dumps/530/script/[clientscript,script1400].cs2 deleted file mode 100644 index f9a43ba27..000000000 --- a/dumps/530/script/[clientscript,script1400].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1400 -[clientscript,script1400] -if_sethide(false, interface_270:com_58); diff --git a/dumps/530/script/[clientscript,script1401].cs2 b/dumps/530/script/[clientscript,script1401].cs2 deleted file mode 100644 index fb181b43c..000000000 --- a/dumps/530/script/[clientscript,script1401].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1401 -[clientscript,script1401] -if_sethide(true, interface_270:com_58); diff --git a/dumps/530/script/[clientscript,script1402].cs2 b/dumps/530/script/[clientscript,script1402].cs2 deleted file mode 100644 index de6cf1d32..000000000 --- a/dumps/530/script/[clientscript,script1402].cs2 +++ /dev/null @@ -1,131 +0,0 @@ -// 1402 -[clientscript,script1402] -if (%varplayer_106 = -1) { - return; -} else if (%varplayer_106 = 0) { - if_setmodel(model_3062, interface_270:com_6); - if_setmodelanim(seq_646, interface_270:com_6); -} else if (%varplayer_106 = 1) { - if_setmodel(model_3062, interface_270:com_7); - if_setmodelanim(seq_646, interface_270:com_7); -} else if (%varplayer_106 = 2) { - if_setmodel(model_3062, interface_270:com_8); - if_setmodelanim(seq_646, interface_270:com_8); -} else if (%varplayer_106 = 3) { - if_setmodel(model_3062, interface_270:com_9); - if_setmodelanim(seq_646, interface_270:com_9); -} else if (%varplayer_106 = 4) { - if_setmodel(model_3062, interface_270:com_10); - if_setmodelanim(seq_646, interface_270:com_10); -} else if (%varplayer_106 = 5) { - if_setmodel(model_3062, interface_270:com_11); - if_setmodelanim(seq_646, interface_270:com_11); -} else if (%varplayer_106 = 6) { - if_setmodel(model_3062, interface_270:com_12); - if_setmodelanim(seq_646, interface_270:com_12); -} else if (%varplayer_106 = 7) { - if_setmodel(model_3062, interface_270:com_13); - if_setmodelanim(seq_646, interface_270:com_13); -} else if (%varplayer_106 = 8) { - if_setmodel(model_3062, interface_270:com_14); - if_setmodelanim(seq_646, interface_270:com_14); -} else if (%varplayer_106 = 9) { - if_setmodel(model_3062, interface_270:com_15); - if_setmodelanim(seq_646, interface_270:com_15); -} else if (%varplayer_106 = 10) { - if_setmodel(model_3062, interface_270:com_16); - if_setmodelanim(seq_646, interface_270:com_16); -} else if (%varplayer_106 = 11) { - if_setmodel(model_3062, interface_270:com_17); - if_setmodelanim(seq_646, interface_270:com_17); -} else if (%varplayer_106 = 12) { - if_setmodel(model_3062, interface_270:com_18); - if_setmodelanim(seq_646, interface_270:com_18); -} else if (%varplayer_106 = 13) { - if_setmodel(model_3062, interface_270:com_19); - if_setmodelanim(seq_646, interface_270:com_19); -} else if (%varplayer_106 = 14) { - if_setmodel(model_3062, interface_270:com_20); - if_setmodelanim(seq_646, interface_270:com_20); -} else if (%varplayer_106 = 15) { - if_setmodel(model_3062, interface_270:com_21); - if_setmodelanim(seq_646, interface_270:com_21); -} else if (%varplayer_106 = 16) { - if_setmodel(model_3062, interface_270:com_22); - if_setmodelanim(seq_646, interface_270:com_22); -} else if (%varplayer_106 = 17) { - if_setmodel(model_3062, interface_270:com_23); - if_setmodelanim(seq_646, interface_270:com_23); -} else if (%varplayer_106 = 18) { - if_setmodel(model_3062, interface_270:com_24); - if_setmodelanim(seq_646, interface_270:com_24); -} else if (%varplayer_106 = 19) { - if_setmodel(model_3062, interface_270:com_25); - if_setmodelanim(seq_646, interface_270:com_25); -} else if (%varplayer_106 = 20) { - if_setmodel(model_3062, interface_270:com_26); - if_setmodelanim(seq_646, interface_270:com_26); -} else if (%varplayer_106 = 21) { - if_setmodel(model_3062, interface_270:com_27); - if_setmodelanim(seq_646, interface_270:com_27); -} else if (%varplayer_106 = 22) { - if_setmodel(model_3062, interface_270:com_28); - if_setmodelanim(seq_646, interface_270:com_28); -} else if (%varplayer_106 = 23) { - if_setmodel(model_3062, interface_270:com_29); - if_setmodelanim(seq_646, interface_270:com_29); -} else if (%varplayer_106 = 24) { - if_setmodel(model_3062, interface_270:com_30); - if_setmodelanim(seq_646, interface_270:com_30); -} else if (%varplayer_106 = 25) { - if_setmodel(model_3062, interface_270:com_31); - if_setmodelanim(seq_646, interface_270:com_31); -} else if (%varplayer_106 = 26) { - if_setmodel(model_3062, interface_270:com_32); - if_setmodelanim(seq_646, interface_270:com_32); -} else if (%varplayer_106 = 27) { - if_setmodel(model_3062, interface_270:com_33); - if_setmodelanim(seq_646, interface_270:com_33); -} else if (%varplayer_106 = 28) { - if_setmodel(model_3062, interface_270:com_34); - if_setmodelanim(seq_646, interface_270:com_34); -} else if (%varplayer_106 = 29) { - if_setmodel(model_3062, interface_270:com_35); - if_setmodelanim(seq_646, interface_270:com_35); -} else if (%varplayer_106 = 30) { - if_setmodel(model_3062, interface_270:com_36); - if_setmodelanim(seq_646, interface_270:com_36); -} else if (%varplayer_106 = 31) { - if_setmodel(model_3062, interface_270:com_37); - if_setmodelanim(seq_646, interface_270:com_37); -} else if (%varplayer_106 = 32) { - if_setmodel(model_3062, interface_270:com_38); - if_setmodelanim(seq_646, interface_270:com_38); -} else if (%varplayer_106 = 33) { - if_setmodel(model_3062, interface_270:com_39); - if_setmodelanim(seq_646, interface_270:com_39); -} else if (%varplayer_106 = 34) { - if_setmodel(model_3062, interface_270:com_40); - if_setmodelanim(seq_646, interface_270:com_40); -} else if (%varplayer_106 = 35) { - if_setmodel(model_3062, interface_270:com_41); - if_setmodelanim(seq_646, interface_270:com_41); -} else if (%varplayer_106 = 36) { - if_setmodel(model_3062, interface_270:com_42); - if_setmodelanim(seq_646, interface_270:com_42); -} else if (%varplayer_106 = 37) { - if_setmodel(model_3062, interface_270:com_43); - if_setmodelanim(seq_646, interface_270:com_43); -} else if (%varplayer_106 = 38) { - if_setmodel(model_3062, interface_270:com_44); - if_setmodelanim(seq_646, interface_270:com_44); -} else if (%varplayer_106 = 39) { - if_setmodel(model_3062, interface_270:com_45); - if_setmodelanim(seq_646, interface_270:com_45); -} else if (%varplayer_106 = 40) { - if_setmodel(model_3062, interface_270:com_46); - if_setmodelanim(seq_646, interface_270:com_46); -} else if (%varplayer_106 = 41) { - if_setmodel(model_3062, interface_270:com_47); - if_setmodelanim(seq_646, interface_270:com_47); -} diff --git a/dumps/530/script/[clientscript,script1403].cs2 b/dumps/530/script/[clientscript,script1403].cs2 deleted file mode 100644 index 0a8cecd15..000000000 --- a/dumps/530/script/[clientscript,script1403].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1403 -[clientscript,script1403](int $int0) -if ($int0 = 13434981 | $int0 = 13434993) { - if_setcolour(^green, interface_205:com_101); - if_setcolour(^black, interface_205:com_103); -} else if ($int0 = 13434983 | $int0 = 13434994) { - if_setcolour(^green, interface_205:com_103); - if_setcolour(^black, interface_205:com_101); -} diff --git a/dumps/530/script/[clientscript,script1404].cs2 b/dumps/530/script/[clientscript,script1404].cs2 deleted file mode 100644 index 5b8a2c6ba..000000000 --- a/dumps/530/script/[clientscript,script1404].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1404 -[clientscript,script1404](component $component0, component $component1, component $component2) -~script1839(%varplayerbit_5367, $component0, $component1, $component2); diff --git a/dumps/530/script/[clientscript,script1405].cs2 b/dumps/530/script/[clientscript,script1405].cs2 deleted file mode 100644 index 80102a726..000000000 --- a/dumps/530/script/[clientscript,script1405].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1405 -[clientscript,script1405] -if (%varplayerbit_61 = 0) { - if_settext("Draughts: Options", interface_756:com_10); - ~script1406(interface_756:com_3); -} else if (%varplayerbit_61 = 1) { - if_settext("Runelink: Options", interface_756:com_10); - ~script1406(interface_756:com_4); -} else if (%varplayerbit_61 = 2) { - if_settext("Runesquares: Options", interface_756:com_10); - ~script1406(interface_756:com_8); -} else if (%varplayerbit_61 = 3) { - if_settext("Runeversi: Options", interface_756:com_10); - ~script1406(interface_756:com_6); -} -~script1407; -~script1408; -~script1409; diff --git a/dumps/530/script/[clientscript,script140].cs2 b/dumps/530/script/[clientscript,script140].cs2 deleted file mode 100644 index d70df12cd..000000000 --- a/dumps/530/script/[clientscript,script140].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 140 -[clientscript,script140] -~script1364; diff --git a/dumps/530/script/[clientscript,script1410].cs2 b/dumps/530/script/[clientscript,script1410].cs2 deleted file mode 100644 index 5a50f0f0f..000000000 --- a/dumps/530/script/[clientscript,script1410].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1410 -[clientscript,script1410] -def_int $int0 = 5; -def_int $int1 = 5; -def_int $int2 = 0; -def_int $int3 = 0; -def_int $int4 = 0; -while ($int0 < 450) { - while ($int1 < 120) { - cc_create(interface_39:com_115, ^iftype_graphic, $int2); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int1, $int0, ^setpos_abs_left, ^setpos_abs_top); - if (invother_getobj(inv_215, $int2) ! null) { - cc_setobject(invother_getobj(inv_215, $int2), invother_getnum(inv_215, $int2)); - cc_setopbase(""); - cc_setop(1, "Examine"); - } - $int1 = calc($int1 + 40); - $int2 = calc($int2 + 1); - } - $int0 = calc($int0 + 45); - $int1 = 5; -} diff --git a/dumps/530/script/[clientscript,script1411].cs2 b/dumps/530/script/[clientscript,script1411].cs2 deleted file mode 100644 index 6f5bba55b..000000000 --- a/dumps/530/script/[clientscript,script1411].cs2 +++ /dev/null @@ -1,41 +0,0 @@ -// 1411 -[clientscript,script1411] -def_int $int0 = 10; -if_sethide(false, interface_274:com_5); -if_setposition($int0, 10, ^setpos_abs_left, ^setpos_abs_top, interface_274:com_5); -$int0 = calc($int0 + 20); -def_component $componentarray0(calc(130 + 1)); -def_int $int1 = 0; -while ($int1 <= 17) { - $componentarray0($int1) = enum(int, component, enum_208, $int1); - $int1 = calc($int1 + 1); -} -~script62(componentarray0, 0, 17, enum_504); -if_setposition(10, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_274:com_12); -$int0 = calc($int0 + 20); -$int1 = 0; -while ($int1 <= 17) { - if_setposition(10, $int0, ^setpos_abs_left, ^setpos_abs_top, $componentarray0($int1)); - $int1 = calc($int1 + 1); - $int0 = calc($int0 + 15); -} -$int1 = 0; -while ($int1 <= 130) { - $componentarray0($int1) = enum(int, component, enum_209, $int1); - $int1 = calc($int1 + 1); -} -~script62(componentarray0, 0, 130, enum_504); -$int0 = calc($int0 + 5); -if_setposition(10, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_274:com_31); -$int0 = calc($int0 + 20); -$int1 = 0; -while ($int1 <= 130) { - if_setposition(10, $int0, ^setpos_abs_left, ^setpos_abs_top, $componentarray0($int1)); - $int1 = calc($int1 + 1); - $int0 = calc($int0 + 15); -} -if_setscrollsize(167, $int0, interface_274:com_1); -~script31(interface_274:com_4, interface_274:com_1, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -if (cc_find(interface_274:com_4, 1) = true) { - ~script37(interface_274:com_4, interface_274:com_1, %varclient_10, true); -} diff --git a/dumps/530/script/[clientscript,script1412].cs2 b/dumps/530/script/[clientscript,script1412].cs2 deleted file mode 100644 index 496393d38..000000000 --- a/dumps/530/script/[clientscript,script1412].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1412 -[clientscript,script1412](component $component0) -cc_deleteall($component0); -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 9); -def_int $int4 = calc($int2 - 9); -def_int $int5 = calc($int1 - 18); -def_int $int6 = calc($int2 - 18); -~script98($component0, 0, tradebacking, 0, 0, $int1, $int2); -~script98($component0, 1, "v2_small_button,0", 0, 0, 9, 9); -~script98($component0, 2, "v2_small_button,1", $int3, 0, 9, 9); -~script98($component0, 3, "v2_small_button,2", 0, $int4, 9, 9); -~script98($component0, 4, "v2_small_button,3", $int3, $int4, 9, 9); -~script98($component0, 5, "v2_small_button,4", 0, 9, 9, $int6); -~script98($component0, 6, "v2_small_button,5", 9, 0, $int5, 9); -~script98($component0, 7, "v2_small_button,6", $int3, 9, 9, $int6); -~script98($component0, 8, "v2_small_button,7", 9, $int4, $int5, 9); diff --git a/dumps/530/script/[clientscript,script1413].cs2 b/dumps/530/script/[clientscript,script1413].cs2 deleted file mode 100644 index c0389ee2c..000000000 --- a/dumps/530/script/[clientscript,script1413].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1413 -[clientscript,script1413](component $component0) -cc_deleteall($component0); -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 9); -def_int $int4 = calc($int2 - 9); -def_int $int5 = calc($int1 - 18); -def_int $int6 = calc($int2 - 18); -~script98($component0, 0, tradebacking_dark, 0, 0, $int1, $int2); -~script98($component0, 1, graphic_1267, 0, 0, 9, 9); -~script98($component0, 2, graphic_1268, $int3, 0, 9, 9); -~script98($component0, 3, graphic_1269, 0, $int4, 9, 9); -~script98($component0, 4, graphic_1270, $int3, $int4, 9, 9); -~script98($component0, 5, graphic_1271, 0, 9, 9, $int6); -~script98($component0, 6, graphic_1272, 9, 0, $int5, 9); -~script98($component0, 7, graphic_1273, $int3, 9, 9, $int6); -~script98($component0, 8, graphic_1274, 9, $int4, $int5, 9); diff --git a/dumps/530/script/[clientscript,script1414].cs2 b/dumps/530/script/[clientscript,script1414].cs2 deleted file mode 100644 index 1c3b4aee8..000000000 --- a/dumps/530/script/[clientscript,script1414].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1414 -[clientscript,script1414](component $component0) -cc_deleteall($component0); -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 9); -def_int $int4 = calc($int2 - 9); -def_int $int5 = calc($int1 - 18); -def_int $int6 = calc($int2 - 18); -~script98($component0, 0, tradebacking_light, 0, 0, $int1, $int2); -~script98($component0, 1, graphic_1275, 0, 0, 9, 9); -~script98($component0, 2, graphic_1276, $int3, 0, 9, 9); -~script98($component0, 3, graphic_1277, 0, $int4, 9, 9); -~script98($component0, 4, graphic_1278, $int3, $int4, 9, 9); -~script98($component0, 5, graphic_1279, 0, 9, 9, $int6); -~script98($component0, 6, graphic_1280, 9, 0, $int5, 9); -~script98($component0, 7, graphic_1281, $int3, 9, 9, $int6); -~script98($component0, 8, graphic_1282, 9, $int4, $int5, 9); diff --git a/dumps/530/script/[clientscript,script1415].cs2 b/dumps/530/script/[clientscript,script1415].cs2 deleted file mode 100644 index 5c4f1c437..000000000 --- a/dumps/530/script/[clientscript,script1415].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1415 -[clientscript,script1415] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $int2 = 0; -while ($int0 <= inv_size(inv_93)) { - cc_create(interface_323:com_5, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc(5 + 40 * $int1), calc(40 * $int2), ^setpos_abs_left, ^setpos_abs_top); - if (inv_getobj(inv_93, $int0) ! null) { - cc_setobject(inv_getobj(inv_93, $int0), inv_getnum(inv_93, $int0)); - cc_setopbase(""); - cc_setop(1, "Value"); - cc_setop(2, "Pack 1"); - cc_setop(3, "Pack 5"); - cc_setop(4, "Pack All"); - cc_setop(5, "Pack X"); - cc_setop(10, "Examine"); - } - $int0 = calc($int0 + 1); - $int1 = calc($int1 + 1); - if ($int1 > 6) { - $int1 = 0; - $int2 = calc($int2 + 1); - } -} diff --git a/dumps/530/script/[clientscript,script1416].cs2 b/dumps/530/script/[clientscript,script1416].cs2 deleted file mode 100644 index 65832a2be..000000000 --- a/dumps/530/script/[clientscript,script1416].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1416 -[clientscript,script1416] -if_settext("Room of 8
Thieving level required: ", interface_428:com_6); diff --git a/dumps/530/script/[clientscript,script1417].cs2 b/dumps/530/script/[clientscript,script1417].cs2 deleted file mode 100644 index 1c2392c18..000000000 --- a/dumps/530/script/[clientscript,script1417].cs2 +++ /dev/null @@ -1,80 +0,0 @@ -// 1417 -[clientscript,script1417] -if (%varplayerbit_2375 > 0) { - if_setcolour(^green, interface_428:com_7); -} -if (%varplayerbit_2375 > 20) { - if_setcolour(^green, interface_428:com_8); -} -if (%varplayerbit_2375 > 40) { - if_setcolour(^green, interface_428:com_9); -} -if (%varplayerbit_2375 > 60) { - if_setcolour(^green, interface_428:com_10); -} -if (%varplayerbit_2375 > 80) { - if_setcolour(^green, interface_428:com_11); -} -if (%varplayerbit_2375 > 100) { - if_setcolour(^green, interface_428:com_12); -} -if (%varplayerbit_2375 > 120) { - if_setcolour(^green, interface_428:com_13); -} -if (%varplayerbit_2375 > 140) { - if_setcolour(^green, interface_428:com_14); -} -if (%varplayerbit_2375 > 160) { - if_setcolour(^green, interface_428:com_15); -} -if (%varplayerbit_2375 > 180) { - if_setcolour(^green, interface_428:com_16); -} -if (%varplayerbit_2375 > 200) { - if_setcolour(^green, interface_428:com_17); -} -if (%varplayerbit_2375 > 220) { - if_setcolour(^green, interface_428:com_18); -} -if (%varplayerbit_2375 > 240) { - if_setcolour(^green, interface_428:com_19); -} -if (%varplayerbit_2375 > 260) { - if_setcolour(^green, interface_428:com_20); -} -if (%varplayerbit_2375 > 280) { - if_setcolour(^green, interface_428:com_21); -} -if (%varplayerbit_2375 > 300) { - if_setcolour(^green, interface_428:com_22); -} -if (%varplayerbit_2375 > 320) { - if_setcolour(^green, interface_428:com_23); -} -if (%varplayerbit_2375 > 340) { - if_setcolour(^green, interface_428:com_24); -} -if (%varplayerbit_2375 > 360) { - if_setcolour(^green, interface_428:com_25); -} -if (%varplayerbit_2375 > 380) { - if_setcolour(^green, interface_428:com_26); -} -if (%varplayerbit_2375 > 400) { - if_setcolour(^green, interface_428:com_27); -} -if (%varplayerbit_2375 > 420) { - if_setcolour(^green, interface_428:com_28); -} -if (%varplayerbit_2375 > 440) { - if_setcolour(^green, interface_428:com_29); -} -if (%varplayerbit_2375 > 460) { - if_setcolour(^green, interface_428:com_30); -} -if (%varplayerbit_2375 > 480) { - if_setcolour(^green, interface_428:com_31); -} -if (%varplayerbit_2375 > 499) { - if_setcolour(^green, interface_428:com_32); -} diff --git a/dumps/530/script/[clientscript,script1418].cs2 b/dumps/530/script/[clientscript,script1418].cs2 deleted file mode 100644 index c4ddea102..000000000 --- a/dumps/530/script/[clientscript,script1418].cs2 +++ /dev/null @@ -1,80 +0,0 @@ -// 1418 -[clientscript,script1418] -if (%varplayerbit_2375 > 0 & %varplayerbit_2375 < 20) { - if_setmodel(model_16353, interface_428:com_3); -} -if (%varplayerbit_2375 > 21 & %varplayerbit_2375 < 40) { - if_setmodel(model_16354, interface_428:com_3); -} -if (%varplayerbit_2375 > 41 & %varplayerbit_2375 < 60) { - if_setmodel(model_16355, interface_428:com_3); -} -if (%varplayerbit_2375 > 61 & %varplayerbit_2375 < 80) { - if_setmodel(model_16356, interface_428:com_3); -} -if (%varplayerbit_2375 > 81 & %varplayerbit_2375 < 100) { - if_setmodel(model_16357, interface_428:com_3); -} -if (%varplayerbit_2375 > 101 & %varplayerbit_2375 < 120) { - if_setmodel(model_16358, interface_428:com_3); -} -if (%varplayerbit_2375 > 121 & %varplayerbit_2375 < 140) { - if_setmodel(model_16359, interface_428:com_3); -} -if (%varplayerbit_2375 > 141 & %varplayerbit_2375 < 160) { - if_setmodel(model_16360, interface_428:com_3); -} -if (%varplayerbit_2375 > 161 & %varplayerbit_2375 < 180) { - if_setmodel(model_16361, interface_428:com_3); -} -if (%varplayerbit_2375 > 181 & %varplayerbit_2375 < 200) { - if_setmodel(model_16362, interface_428:com_3); -} -if (%varplayerbit_2375 > 201 & %varplayerbit_2375 < 220) { - if_setmodel(model_16363, interface_428:com_3); -} -if (%varplayerbit_2375 > 221 & %varplayerbit_2375 < 240) { - if_setmodel(model_16364, interface_428:com_3); -} -if (%varplayerbit_2375 > 241 & %varplayerbit_2375 < 260) { - if_setmodel(model_16365, interface_428:com_3); -} -if (%varplayerbit_2375 > 261 & %varplayerbit_2375 < 280) { - if_setmodel(model_16366, interface_428:com_3); -} -if (%varplayerbit_2375 > 281 & %varplayerbit_2375 < 300) { - if_setmodel(model_16367, interface_428:com_3); -} -if (%varplayerbit_2375 > 301 & %varplayerbit_2375 < 320) { - if_setmodel(model_16368, interface_428:com_3); -} -if (%varplayerbit_2375 > 321 & %varplayerbit_2375 < 340) { - if_setmodel(model_16369, interface_428:com_3); -} -if (%varplayerbit_2375 > 341 & %varplayerbit_2375 < 360) { - if_setmodel(model_16370, interface_428:com_3); -} -if (%varplayerbit_2375 > 361 & %varplayerbit_2375 < 380) { - if_setmodel(model_16371, interface_428:com_3); -} -if (%varplayerbit_2375 > 381 & %varplayerbit_2375 < 400) { - if_setmodel(model_16372, interface_428:com_3); -} -if (%varplayerbit_2375 > 401 & %varplayerbit_2375 < 420) { - if_setmodel(model_16373, interface_428:com_3); -} -if (%varplayerbit_2375 > 421 & %varplayerbit_2375 < 440) { - if_setmodel(model_16374, interface_428:com_3); -} -if (%varplayerbit_2375 > 441 & %varplayerbit_2375 < 460) { - if_setmodel(model_16375, interface_428:com_3); -} -if (%varplayerbit_2375 > 461 & %varplayerbit_2375 < 480) { - if_setmodel(model_16376, interface_428:com_3); -} -if (%varplayerbit_2375 > 481 & %varplayerbit_2375 < 499) { - if_setmodel(model_16377, interface_428:com_3); -} -if (%varplayerbit_2375 > 499) { - if_setmodel(model_16378, interface_428:com_3); -} diff --git a/dumps/530/script/[clientscript,script1419].cs2 b/dumps/530/script/[clientscript,script1419].cs2 deleted file mode 100644 index d95e1a35f..000000000 --- a/dumps/530/script/[clientscript,script1419].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1419 -[clientscript,script1419] -if (%varclient_11 = 1) { - if_close; -} -if (%varplayer_281 < 1000 & %varplayerbit_4895 = 2) { - mes("You need to complete 'Learning the Ropes' before deleting players from your Ignore List."); - return; -} -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if_settext("Enter name of player to delete from list", interface_752:com_4); -if_settext("*", interface_752:com_5); -%varclient_5 = 5; -%varclientstring_22 = ""; -if_setonclick(null, interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[clientscript,script141].cs2 b/dumps/530/script/[clientscript,script141].cs2 deleted file mode 100644 index 90c140674..000000000 --- a/dumps/530/script/[clientscript,script141].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 141 -[clientscript,script141] -if (%varplayer_1042 = 1) { - if_sethide(false, interface_335:com_38); -} -if (%varplayer_1043 = 1) { - if_sethide(false, interface_335:com_39); -} diff --git a/dumps/530/script/[clientscript,script1420].cs2 b/dumps/530/script/[clientscript,script1420].cs2 deleted file mode 100644 index d9455d697..000000000 --- a/dumps/530/script/[clientscript,script1420].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1420 -[clientscript,script1420] -def_component $component0 = ~script121(calc(%varplayerbit_3756 - 1)); -if ($component0 ! null) { - if (calc(clientclock % 40) > 20) { - if_sethide(false, $component0); - if (calc(clientclock % 40) = 21) { - sound_synth(synth_5009, 1, 0); - } - } else { - if_sethide(true, $component0); - } -} diff --git a/dumps/530/script/[clientscript,script1422].cs2 b/dumps/530/script/[clientscript,script1422].cs2 deleted file mode 100644 index 9a0ae740f..000000000 --- a/dumps/530/script/[clientscript,script1422].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1422 -[clientscript,script1422](component $component0, component $component1, component $component2, component $component3) -if_setgraphic("miscgraphics,11", $component0); -if_setgraphic("miscgraphics,10", $component1); -if_setgraphic("miscgraphics,10", $component2); -if_setgraphic("miscgraphics,10", $component3); diff --git a/dumps/530/script/[clientscript,script1423].cs2 b/dumps/530/script/[clientscript,script1423].cs2 deleted file mode 100644 index 77d212362..000000000 --- a/dumps/530/script/[clientscript,script1423].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1423 -[clientscript,script1423](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11) -if_setgraphic("miscgraphics,11", $component0); -if_setgraphic("miscgraphics,10", $component1); -if_setgraphic("miscgraphics,10", $component2); -if_setgraphic("miscgraphics,10", $component3); -if_setgraphic("miscgraphics,10", $component4); -if_setgraphic("miscgraphics,10", $component5); -if_setgraphic("miscgraphics,10", $component6); -if_setgraphic("miscgraphics,10", $component7); -if_setgraphic("miscgraphics,10", $component8); -if_setgraphic("miscgraphics,10", $component9); -if_setgraphic("miscgraphics,10", $component10); -if_setgraphic("miscgraphics,10", $component11); diff --git a/dumps/530/script/[clientscript,script1424].cs2 b/dumps/530/script/[clientscript,script1424].cs2 deleted file mode 100644 index f886ae494..000000000 --- a/dumps/530/script/[clientscript,script1424].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1424 -[clientscript,script1424] -if (testbit(%varplayer_309, 2) = ^false) { - if_setcolour(0x002300, interface_5:com_3); - if_setcolour(^red, interface_5:com_2); -} else { - if_setcolour(^green, interface_5:com_3); - if_setcolour(0x230000, interface_5:com_2); -} diff --git a/dumps/530/script/[clientscript,script1427].cs2 b/dumps/530/script/[clientscript,script1427].cs2 deleted file mode 100644 index 1b8c86d94..000000000 --- a/dumps/530/script/[clientscript,script1427].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1427 -[clientscript,script1427] -if_setonsubchange(null, interface_548:com_11); -if (detailget_antialiasing_default ! detailget_antialiasing) { - detail_antialiasing(0); - detail_antialiasing_default(0); -} diff --git a/dumps/530/script/[clientscript,script1428].cs2 b/dumps/530/script/[clientscript,script1428].cs2 deleted file mode 100644 index 2e4203395..000000000 --- a/dumps/530/script/[clientscript,script1428].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1428 -[clientscript,script1428](int $int0, component $component1) -if ($int0 ! 1) { - return; -} -if_setontimer(null, $component1); -if_setonsubchange(null, interface_548:com_11); -if (getwindowmode < 3) { - setdefaultwindowmode(getwindowmode); -} -detail_antialiasing_default(detailget_antialiasing); diff --git a/dumps/530/script/[clientscript,script1429].cs2 b/dumps/530/script/[clientscript,script1429].cs2 deleted file mode 100644 index 1fd400e9c..000000000 --- a/dumps/530/script/[clientscript,script1429].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1429 -[clientscript,script1429](int $int0, component $component1) -if ($int0 ! 1) { - return; -} -~script1849($component1); diff --git a/dumps/530/script/[clientscript,script142].cs2 b/dumps/530/script/[clientscript,script142].cs2 deleted file mode 100644 index 0774cad54..000000000 --- a/dumps/530/script/[clientscript,script142].cs2 +++ /dev/null @@ -1,77 +0,0 @@ -// 142 -[clientscript,script142] -def_int $int0 = -1; -def_int $int1 = 0; -def_int $int2 = 0; -def_int $int3 = 1; -if (invother_getobj(inv_90, 13) ! null | invother_getobj(inv_90, 14) ! null | invother_getobj(inv_90, 15) ! null | invother_getobj(inv_90, 16) ! null | invother_getobj(inv_90, 17) ! null | invother_getobj(inv_90, 18) ! null | invother_getobj(inv_90, 19) ! null | invother_getobj(inv_90, 20) ! null | invother_getobj(inv_90, 21) ! null | invother_getobj(inv_90, 22) ! null | invother_getobj(inv_90, 23) ! null | invother_getobj(inv_90, 24) ! null | invother_getobj(inv_90, 25) ! null | invother_getobj(inv_90, 26) ! null | invother_getobj(inv_90, 27) ! null) { - $int3 = 2; -} -while ($int0 < 28) { - $int1 = ~script148($int0); - if ($int1 ! 0) { - if_sethide(false, interface_334:com_46); - } - if ($int1 ! 0 & $int1 > calc(clientclock - 750)) { - if ($int0 = -1) { - cc_create(interface_334:com_44, ^iftype_rectangle, 0); - cc_sethide(false); - cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(0, 0, ^setsize_minus, ^setsize_minus); - cc_setcolour(^red); - cc_setfill(true); - cc_setontimer("script144(interface_334:com_44, 0, $int1, calc($int1 + 750))"); - cc_create(interface_334:com_44, ^iftype_rectangle, 1); - cc_sethide(false); - cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(0, 0, ^setsize_minus, ^setsize_minus); - cc_setcolour(0x990000); - cc_setfill(false); - cc_setontimer("script144(interface_334:com_44, 1, $int1, calc($int1 + 750))"); - } else { - cc_create(interface_334:com_19, ^iftype_rectangle, $int2); - cc_sethide(false); - if ($int3 = 1) { - if ($int0 > 13) { - cc_setposition(6, calc(12 * 13 + 3), ^setpos_abs_left, ^setpos_abs_top); - } else { - cc_setposition(6, calc(12 * $int0 + 3), ^setpos_abs_left, ^setpos_abs_top); - } - cc_setsize(223, 10, ^setsize_abs, ^setsize_abs); - } else { - if ($int0 < 14) { - cc_setposition(6, calc(12 * $int0 + 3), ^setpos_abs_left, ^setpos_abs_top); - } else { - cc_setposition(118, calc(12 * ($int0 - 13) + 3), ^setpos_abs_left, ^setpos_abs_top); - } - cc_setsize(105, 10, ^setsize_abs, ^setsize_abs); - } - cc_setcolour(^red); - cc_setfill(true); - cc_setontimer("script144(interface_334:com_19, $int2, $int1, calc($int1 + 750))"); - $int2 = calc($int2 + 1); - cc_create(interface_334:com_19, ^iftype_rectangle, $int2); - cc_sethide(false); - if ($int3 = 1) { - if ($int0 > 13) { - cc_setposition(6, calc(12 * 13 + 3), ^setpos_abs_left, ^setpos_abs_top); - } else { - cc_setposition(6, calc(12 * $int0 + 3), ^setpos_abs_left, ^setpos_abs_top); - } - cc_setsize(223, 10, ^setsize_abs, ^setsize_abs); - } else { - if ($int0 < 14) { - cc_setposition(6, calc(12 * $int0 + 3), ^setpos_abs_left, ^setpos_abs_top); - } else { - cc_setposition(119, calc(12 * ($int0 - 13) + 3), ^setpos_abs_left, ^setpos_abs_top); - } - cc_setsize(103, 10, ^setsize_abs, ^setsize_abs); - } - cc_setcolour(0x990000); - cc_setfill(false); - cc_setontimer("script144(interface_334:com_19, $int2, $int1, calc($int1 + 750))"); - $int2 = calc($int2 + 1); - } - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[clientscript,script1433].cs2 b/dumps/530/script/[clientscript,script1433].cs2 deleted file mode 100644 index ea877b549..000000000 --- a/dumps/530/script/[clientscript,script1433].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1433 -[clientscript,script1433] -if (getwindowmode >= 1) { - if_setonvarctransmit("script1434{varclient_184}", interface_746:com_4); - if_setonvarctransmit("script1434{varclient_184}", interface_548:com_1); -} -if_setonvarctransmit("script1547{varclient_5}", interface_752:com_3); -if_setonresize("script721", interface_746:com_0); diff --git a/dumps/530/script/[clientscript,script1434].cs2 b/dumps/530/script/[clientscript,script1434].cs2 deleted file mode 100644 index 9b85b27c7..000000000 --- a/dumps/530/script/[clientscript,script1434].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1434 -[clientscript,script1434] -viewport_setfov(%varclient_184, %varclient_184); diff --git a/dumps/530/script/[clientscript,script1437].cs2 b/dumps/530/script/[clientscript,script1437].cs2 deleted file mode 100644 index d792a593c..000000000 --- a/dumps/530/script/[clientscript,script1437].cs2 +++ /dev/null @@ -1,102 +0,0 @@ -// 1437 -[clientscript,script1437] -if (%varplayer_406 > 1) { - if_setcolour(0x8080ff, interface_371:com_5); -} else { - if_setcolour(^black, interface_371:com_5); -} -if (%varplayer_406 > 2) { - if_setcolour(0x8080ff, interface_371:com_6); -} else { - if_setcolour(^black, interface_371:com_6); -} -if (%varplayer_406 > 3) { - if_setcolour(0x8080ff, interface_371:com_7); -} else { - if_setcolour(^black, interface_371:com_7); -} -if (%varplayer_406 > 4) { - if_setcolour(0x8080ff, interface_371:com_8); -} else { - if_setcolour(^black, interface_371:com_8); -} -if (%varplayer_406 > 5) { - if_setcolour(0x8080ff, interface_371:com_9); -} else { - if_setcolour(^black, interface_371:com_9); -} -if (%varplayer_406 > 6) { - if_setcolour(0x8080ff, interface_371:com_10); -} else { - if_setcolour(^black, interface_371:com_10); -} -if (%varplayer_406 > 7) { - if_setcolour(0x8080ff, interface_371:com_11); -} else { - if_setcolour(^black, interface_371:com_11); -} -if (%varplayer_406 > 8) { - if_setcolour(0x8080ff, interface_371:com_12); -} else { - if_setcolour(^black, interface_371:com_12); -} -if (%varplayer_406 > 9) { - if_setcolour(0x8080ff, interface_371:com_13); -} else { - if_setcolour(^black, interface_371:com_13); -} -if (%varplayer_406 > 10) { - if_setcolour(0x8080ff, interface_371:com_14); -} else { - if_setcolour(^black, interface_371:com_14); -} -if (%varplayer_406 > 11) { - if_setcolour(0x8080ff, interface_371:com_15); -} else { - if_setcolour(^black, interface_371:com_15); -} -if (%varplayer_406 > 12) { - if_setcolour(0x8080ff, interface_371:com_16); -} else { - if_setcolour(^black, interface_371:com_16); -} -if (%varplayer_406 > 13) { - if_setcolour(0x8080ff, interface_371:com_17); -} else { - if_setcolour(^black, interface_371:com_17); -} -if (%varplayer_406 > 14) { - if_setcolour(0x8080ff, interface_371:com_18); -} else { - if_setcolour(^black, interface_371:com_18); -} -if (%varplayer_406 > 15) { - if_setcolour(0x8080ff, interface_371:com_19); -} else { - if_setcolour(^black, interface_371:com_19); -} -if (%varplayer_406 > 16) { - if_setcolour(0x8080ff, interface_371:com_20); -} else { - if_setcolour(^black, interface_371:com_20); -} -if (%varplayer_406 > 17) { - if_setcolour(0x8080ff, interface_371:com_21); -} else { - if_setcolour(^black, interface_371:com_21); -} -if (%varplayer_406 > 18) { - if_setcolour(0x8080ff, interface_371:com_22); -} else { - if_setcolour(^black, interface_371:com_22); -} -if (%varplayer_406 > 19) { - if_setcolour(0x8080ff, interface_371:com_23); -} else { - if_setcolour(^black, interface_371:com_23); -} -if (%varplayer_406 > 20) { - if_setcolour(0x8080ff, interface_371:com_24); -} else { - if_setcolour(^black, interface_371:com_24); -} diff --git a/dumps/530/script/[clientscript,script143].cs2 b/dumps/530/script/[clientscript,script143].cs2 deleted file mode 100644 index e39e0974c..000000000 --- a/dumps/530/script/[clientscript,script143].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 143 -[clientscript,script143](component $component0, int $int1, int $int2, int $int3) -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = 0; -def_int $int7 = 0; -def_int $int8 = 0; -while (cc_find($component0, $int8) = true) { - $int8 = calc($int8 + 1); -} -if (if_getscrollwidth($component0) > 0) { - $int6 = calc((if_getscrollwidth($component0) - 36 * $int1) / ($int1 - 1)); -} else { - $int6 = calc((if_getwidth($component0) - 36 * $int1) / ($int1 - 1)); -} -if (if_getscrollheight($component0) > 0) { - $int7 = calc((if_getscrollheight($component0) - 32 * $int2) / ($int2 - 1)); -} else { - $int7 = calc((if_getheight($component0) - 32 * $int2) / ($int2 - 1)); -} -cc_create($component0, ^iftype_graphic, $int8); -cc_setgraphic(exclamation_mark); -cc_setsize(10, 32, ^setsize_abs, ^setsize_abs); -cc_setposition(calc((36 + $int6) * ($int3 % $int1) + 13), calc($int3 / $int1 * (32 + $int7)), ^setpos_abs_left, ^setpos_abs_top); -cc_sethide(false); -cc_setontimer("script144($component0, $int8, clientclock, calc(clientclock + 750))"); diff --git a/dumps/530/script/[clientscript,script1440].cs2 b/dumps/530/script/[clientscript,script1440].cs2 deleted file mode 100644 index aae780098..000000000 --- a/dumps/530/script/[clientscript,script1440].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1440 -[clientscript,script1440](int $int0) -switch_int ($int0) { - case 40173583 : - if_setobject_nonum(%varplayer_1068, 1, interface_613:com_15); - case 40173584 : - if_setobject_nonum(%varplayer_1069, 1, interface_613:com_16); - case 40173585 : - if_setobject_nonum(%varplayer_1070, 1, interface_613:com_17); - case 40173577 : - if_setobject_nonum(%varplayer_1065, 1, interface_613:com_9); - case 40173578 : - if_setobject_nonum(%varplayer_1066, 1, interface_613:com_10); - case 40173579 : - if_setobject_nonum(%varplayer_1067, 1, interface_613:com_11); - case 40173580 : - if_setobject_nonum(%varplayer_856, 1, interface_613:com_12); -} diff --git a/dumps/530/script/[clientscript,script1441].cs2 b/dumps/530/script/[clientscript,script1441].cs2 deleted file mode 100644 index 8b2656f7f..000000000 --- a/dumps/530/script/[clientscript,script1441].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1441 -[clientscript,script1441] -if_sethide(true, interface_299:com_32); -if_sethide(true, interface_299:com_33); -if_sethide(true, interface_299:com_34); -if_sethide(true, interface_299:com_35); -if_sethide(true, interface_299:com_36); -if_sethide(true, interface_299:com_40); -if_sethide(true, interface_299:com_41); -if_sethide(true, interface_299:com_42); -if_sethide(true, interface_299:com_43); -if_sethide(true, interface_299:com_44); -if_sethide(true, interface_299:com_45); -if_sethide(true, interface_299:com_46); -if_sethide(true, interface_299:com_55); -if_sethide(true, interface_299:com_47); -if_sethide(true, interface_299:com_32); -if_sethide(true, interface_299:com_33); diff --git a/dumps/530/script/[clientscript,script1442].cs2 b/dumps/530/script/[clientscript,script1442].cs2 deleted file mode 100644 index 0cfef9271..000000000 --- a/dumps/530/script/[clientscript,script1442].cs2 +++ /dev/null @@ -1,51 +0,0 @@ -// 1442 -[clientscript,script1442] -switch_int (%varplayer_75) { - case 0 : - return; - case 1 : - if_sethide(false, interface_299:com_55); - if_setmodelanim(seq_632, interface_299:com_54); - case 2 : - if_sethide(false, interface_299:com_47); - if_setmodelanim(seq_633, interface_299:com_53); - case 3 : - if_sethide(false, interface_299:com_45); - if_setmodelanim(seq_630, interface_299:com_56); - case 5 : - if_sethide(false, interface_299:com_44); - if_setmodelanim(seq_634, interface_299:com_58); - case 6 : - if_sethide(false, interface_299:com_43); - if_setmodelanim(seq_635, interface_299:com_59); - case 7 : - if_sethide(false, interface_299:com_42); - if_setmodelanim(seq_636, interface_299:com_60); - case 8 : - if_sethide(false, interface_299:com_41); - if_setmodelanim(seq_637, interface_299:com_61); - case 10 : - if_sethide(false, interface_299:com_39); - if_setmodelanim(seq_638, interface_299:com_63); - case 11 : - if_sethide(false, interface_299:com_38); - if_setmodelanim(seq_639, interface_299:com_64); - case 12 : - if_sethide(false, interface_299:com_37); - if_setmodelanim(seq_640, interface_299:com_65); - case 13 : - if_sethide(false, interface_299:com_36); - if_setmodelanim(seq_641, interface_299:com_66); - case 14 : - if_sethide(false, interface_299:com_35); - if_setmodelanim(seq_3545, interface_299:com_67); - case 15 : - if_sethide(false, interface_299:com_34); - if_setmodelanim(seq_3546, interface_299:com_68); - case 16 : - if_sethide(false, interface_299:com_33); - if_setmodelanim(seq_3476, interface_299:com_69); - case 17 : - if_sethide(false, interface_299:com_32); - if_setmodelanim(seq_3477, interface_299:com_52); -} diff --git a/dumps/530/script/[clientscript,script1443].cs2 b/dumps/530/script/[clientscript,script1443].cs2 deleted file mode 100644 index a353de335..000000000 --- a/dumps/530/script/[clientscript,script1443].cs2 +++ /dev/null @@ -1,49 +0,0 @@ -// 1443 -[clientscript,script1443] -if_settext(tostring(%varplayerbit_455), interface_4:com_8); -if (%varplayerbit_455 = 0) { - if_setmodel(null, interface_4:com_4); -} else if (%varplayerbit_455 = 1) { - if_setmodel(model_6545, interface_4:com_4); -} else if (%varplayerbit_455 < 4) { - if_setmodel(model_6547, interface_4:com_4); -} else if (%varplayerbit_455 < 7) { - if_setmodel(model_6548, interface_4:com_4); -} else if (%varplayerbit_455 < 11) { - if_setmodel(model_6549, interface_4:com_4); -} else if (%varplayerbit_455 < 16) { - if_setmodel(model_6550, interface_4:com_4); -} else if (%varplayerbit_455 < 22) { - if_setmodel(model_6551, interface_4:com_4); -} else if (%varplayerbit_455 < 29) { - if_setmodel(model_6552, interface_4:com_4); -} else if (%varplayerbit_455 < 37) { - if_setmodel(model_6553, interface_4:com_4); -} else if (%varplayerbit_455 < 46) { - if_setmodel(model_6554, interface_4:com_4); -} else { - if_setmodel(model_6546, interface_4:com_4); -} -if (%varplayerbit_454 = 0) { - if_setmodel(null, interface_4:com_2); -} else if (%varplayerbit_454 = 1) { - if_setmodel(model_6557, interface_4:com_2); -} else if (%varplayerbit_454 = 2) { - if_setmodel(model_6559, interface_4:com_2); -} else if (%varplayerbit_454 = 3) { - if_setmodel(model_6560, interface_4:com_2); -} else if (%varplayerbit_454 = 4) { - if_setmodel(model_6561, interface_4:com_2); -} else if (%varplayerbit_454 = 5) { - if_setmodel(model_6562, interface_4:com_2); -} else if (%varplayerbit_454 = 6) { - if_setmodel(model_6563, interface_4:com_2); -} else if (%varplayerbit_454 = 7) { - if_setmodel(model_6564, interface_4:com_2); -} else if (%varplayerbit_454 = 8) { - if_setmodel(model_6565, interface_4:com_2); -} else if (%varplayerbit_454 = 9) { - if_setmodel(model_6566, interface_4:com_2); -} else { - if_setmodel(model_6558, interface_4:com_2); -} diff --git a/dumps/530/script/[clientscript,script1444].cs2 b/dumps/530/script/[clientscript,script1444].cs2 deleted file mode 100644 index 29a9d3e25..000000000 --- a/dumps/530/script/[clientscript,script1444].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1444 -[clientscript,script1444] -~script1447(0); -if_settext(tostring(%varclient_192), interface_767:com_27); -if_settext(tostring(~script1466), interface_767:com_28); -if_setonvarctransmit("script1445(interface_767:com_27){varclient_192}", interface_767:com_13); diff --git a/dumps/530/script/[clientscript,script1445].cs2 b/dumps/530/script/[clientscript,script1445].cs2 deleted file mode 100644 index cb8195dd4..000000000 --- a/dumps/530/script/[clientscript,script1445].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1445 -[clientscript,script1445](component $component0) -if_settext(tostring(%varclient_192), $component0); diff --git a/dumps/530/script/[clientscript,script1446].cs2 b/dumps/530/script/[clientscript,script1446].cs2 deleted file mode 100644 index 76611ccd0..000000000 --- a/dumps/530/script/[clientscript,script1446].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1446 -[clientscript,script1446](int $int0) -~script1447($int0); diff --git a/dumps/530/script/[clientscript,script1448].cs2 b/dumps/530/script/[clientscript,script1448].cs2 deleted file mode 100644 index 63d900698..000000000 --- a/dumps/530/script/[clientscript,script1448].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1448 -[clientscript,script1448](component $component0) -cc_deleteall($component0); -def_int $int1 = 0; -def_int $int2 = 0; -$int1 = calc((if_getwidth($component0) - 36 * 4) / 3); -$int2 = calc((if_getheight($component0) - 32 * 7) / 6); -def_int $int3 = 0; -def_int $int4 = inv_size(inv_93); -while ($int3 < $int4) { - cc_create($component0, ^iftype_graphic, $int3); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc((36 + $int1) * ($int3 % 4)), calc($int3 / 4 * (32 + $int2)), ^setpos_abs_left, ^setpos_abs_top); - ~script154(inv_93, $int3, $component0, $int3, 1, null, "Deposit-1", "Deposit-5", "Deposit-10", "Deposit-", "Deposit-X", "Deposit-All", "", "", ""); - $int3 = calc($int3 + 1); -} diff --git a/dumps/530/script/[clientscript,script1449].cs2 b/dumps/530/script/[clientscript,script1449].cs2 deleted file mode 100644 index 8d99e2943..000000000 --- a/dumps/530/script/[clientscript,script1449].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1449 -[clientscript,script1449] -if_setonvartransmit("script1502{varplayer_1253}", interface_762:com_61); -%varclient_188 = 0; -~script1487; -~script1490; -~script1450; -~script1464; -~script1455; -~script1459; -~script1463(%varplayerbit_4893); -if_setonvarctransmit("script1472{varclient_190}", interface_762:com_20); -if_setonvarctransmit("script1465{varclient_192}", interface_762:com_97); -if_setscrollpos(0, ~script704(%varplayerbit_4893), interface_762:com_73); -~script157(interface_762:com_95, interface_762:com_73, if_getscrolly(interface_762:com_73), 1); diff --git a/dumps/530/script/[clientscript,script144].cs2 b/dumps/530/script/[clientscript,script144].cs2 deleted file mode 100644 index 69a920013..000000000 --- a/dumps/530/script/[clientscript,script144].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 144 -[clientscript,script144](component $component0, int $int1, int $int2, int $int3) -def_int $int4 = 0; -if (cc_find($component0, $int1) = true) { - if (clientclock >= $int3) { - cc_delete; - return; - } else if (calc(clientclock % 40) < 20) { - $int4 = calc(clientclock - $int2); - $int4 = calc($int4 * 255); - $int4 = calc($int4 / ($int3 - $int2)); - cc_settrans($int4); - } else { - cc_settrans(255); - } -} diff --git a/dumps/530/script/[clientscript,script1451].cs2 b/dumps/530/script/[clientscript,script1451].cs2 deleted file mode 100644 index 37a0affbb..000000000 --- a/dumps/530/script/[clientscript,script1451].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1451 -[clientscript,script1451] -if (%varclient_193 < clientclock) { - if_setontimer("script1452(%varclient_193)", interface_762:com_73); - %varclient_193 = calc(clientclock + 10); -} diff --git a/dumps/530/script/[clientscript,script1452].cs2 b/dumps/530/script/[clientscript,script1452].cs2 deleted file mode 100644 index f725ce6ec..000000000 --- a/dumps/530/script/[clientscript,script1452].cs2 +++ /dev/null @@ -1,37 +0,0 @@ -// 1452 -[clientscript,script1452](int $int0) -if (clientclock < $int0) { - return; -} else { - if_setontimer(null, interface_762:com_73); -} -def_int $int1 = 0; -def_int $int2 = 0; -def_int $int3 = 0; -def_int $int4 = 0; -def_int $int5 = inv_size(inv_95); -~script41(interface_762:com_74); -$int1, $int2 = ~script1467(%varplayerbit_4893); -while ($int3 < $int5) { - if (cc_find(interface_762:com_73, $int3) = true) { - cc_sethide(true); - if (inv_getobj(inv_95, $int3) ! null) { - ~script1453($int3); - } else { - cc_setobject(null, -1); - cc_clearops; - } - } - $int3 = calc($int3 + 1); -} -if (%varplayerbit_4893 = 0) { - ~script1479(%varclientstring_22); -} else if (%varplayerbit_4893 = 1) { - ~script1456; -} else { - ~script1457(~script1467(%varplayerbit_4893)); -} -if (%varplayerbit_4893 ! 0 & %varclient_188 = 1) { - ~script1474; -} -~script1459; diff --git a/dumps/530/script/[clientscript,script1454].cs2 b/dumps/530/script/[clientscript,script1454].cs2 deleted file mode 100644 index d4b578d53..000000000 --- a/dumps/530/script/[clientscript,script1454].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1454 -[clientscript,script1454](int $int0) -def_int $int1 = 0; -def_int $int2 = calc(if_gety(interface_762:com_73) - 25); -def_int $int3 = calc(if_gety(interface_762:com_73) + if_getheight(interface_762:com_73) - 16); -if ($int0 > $int2 & $int0 < calc($int2 + 25)) { - $int1 = -4; -} else if ($int0 < $int3 & $int0 > calc($int3 - 30)) { - $int1 = 4; -} else { - %varclient_189 = 0; - return; -} -%varclient_189 = calc(%varclient_189 + 1); -if (%varclient_189 > 5) { - ~script705(%varplayerbit_4893, calc(if_getscrolly(interface_762:com_73) + $int1)); - ~script157(interface_762:com_95, interface_762:com_73, calc(if_getscrolly(interface_762:com_73) + $int1), 1); -} diff --git a/dumps/530/script/[clientscript,script145].cs2 b/dumps/530/script/[clientscript,script145].cs2 deleted file mode 100644 index baef7f5f2..000000000 --- a/dumps/530/script/[clientscript,script145].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 145 -[clientscript,script145](component $component0, int $int1) -if (clientclock >= $int1) { - if_setontimer(null, $component0); - if_sethide(true, $component0); -} diff --git a/dumps/530/script/[clientscript,script1465].cs2 b/dumps/530/script/[clientscript,script1465].cs2 deleted file mode 100644 index ab3220215..000000000 --- a/dumps/530/script/[clientscript,script1465].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1465 -[clientscript,script1465] -if_settext(tostring(%varclient_192), interface_762:com_97); -if_settext(tostring(~script1466), interface_762:com_98); diff --git a/dumps/530/script/[clientscript,script146].cs2 b/dumps/530/script/[clientscript,script146].cs2 deleted file mode 100644 index 0040a290f..000000000 --- a/dumps/530/script/[clientscript,script146].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 146 -[clientscript,script146](int $int0) -~script147($int0, clientclock); diff --git a/dumps/530/script/[clientscript,script1471].cs2 b/dumps/530/script/[clientscript,script1471].cs2 deleted file mode 100644 index e0437a90a..000000000 --- a/dumps/530/script/[clientscript,script1471].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1471 -[clientscript,script1471] -if_clearops(interface_762:com_20); -if_setonop(null, interface_762:com_20); -%varclient_190 = 0; -if (%varclient_188 = 0) { - ~script1473; -} else { - ~script1474; -} diff --git a/dumps/530/script/[clientscript,script1472].cs2 b/dumps/530/script/[clientscript,script1472].cs2 deleted file mode 100644 index d5810fa82..000000000 --- a/dumps/530/script/[clientscript,script1472].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1472 -[clientscript,script1472] -if (%varclient_190 = 1) { - if_setop(1, "Search", interface_762:com_20); - if_setonop("script1471", interface_762:com_20); -} diff --git a/dumps/530/script/[clientscript,script1476].cs2 b/dumps/530/script/[clientscript,script1476].cs2 deleted file mode 100644 index ae2339991..000000000 --- a/dumps/530/script/[clientscript,script1476].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1476 -[clientscript,script1476](int $int0) -if (clientclock >= $int0) { - ~script1479(%varclientstring_22); - if_setontimer(null, interface_762:com_20); -} diff --git a/dumps/530/script/[clientscript,script1477].cs2 b/dumps/530/script/[clientscript,script1477].cs2 deleted file mode 100644 index 9d6562a73..000000000 --- a/dumps/530/script/[clientscript,script1477].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1477 -[clientscript,script1477](component $component0) -if (compare(substring(if_gettext($component0), calc(string_length(if_gettext($component0)) - 1), string_length(if_gettext($component0))), "*") = 0) { - if_settext(substring(if_gettext($component0), 0, calc(string_length(if_gettext($component0)) - 1)), $component0); -} diff --git a/dumps/530/script/[clientscript,script1480].cs2 b/dumps/530/script/[clientscript,script1480].cs2 deleted file mode 100644 index 914ed976b..000000000 --- a/dumps/530/script/[clientscript,script1480].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1480 -[clientscript,script1480](component $component0, int $int1) -if (%varclient_188 = 0) { - ~script41(interface_762:com_74); - return; -} -~script569($component0, $int1, interface_762:com_74, "Item is in tab ", 25, 150); diff --git a/dumps/530/script/[clientscript,script1481].cs2 b/dumps/530/script/[clientscript,script1481].cs2 deleted file mode 100644 index c1f9db0fa..000000000 --- a/dumps/530/script/[clientscript,script1481].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1481 -[clientscript,script1481] -if (%varplayerbit_4895 = 2 & %varplayer_281 < 1000 & %varplayerbit_4931 ! 5 & %varplayerbit_4931 < 30) { - mes("Please follow the tutorial instructions to continue."); -} else { - mes("Please drag an item here to create a new tab."); -} diff --git a/dumps/530/script/[clientscript,script1482].cs2 b/dumps/530/script/[clientscript,script1482].cs2 deleted file mode 100644 index 192c70eca..000000000 --- a/dumps/530/script/[clientscript,script1482].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1482 -[clientscript,script1482](component $component0) -def_int $int1 = enum(component, int, enum_1613, $component0); -if ($int1 ! -1 & $int1 ! %varplayerbit_4893) { - ~script1463($int1); - if_setontimer("script1483(calc(clientclock + 15), event_com)", $component0); -} diff --git a/dumps/530/script/[clientscript,script1483].cs2 b/dumps/530/script/[clientscript,script1483].cs2 deleted file mode 100644 index dc16dd57a..000000000 --- a/dumps/530/script/[clientscript,script1483].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1483 -[clientscript,script1483](int $int0, component $component1) -if (clientclock >= $int0) { - if_setontimer(null, $component1); - ~script1463(%varplayerbit_4893); -} diff --git a/dumps/530/script/[clientscript,script1484].cs2 b/dumps/530/script/[clientscript,script1484].cs2 deleted file mode 100644 index 7aca9fd96..000000000 --- a/dumps/530/script/[clientscript,script1484].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1484 -[clientscript,script1484] -if (%varclient_188 = 1) { - ~script1474; -} -if_setonclick(null, interface_137:com_51); -if_close; diff --git a/dumps/530/script/[clientscript,script1485].cs2 b/dumps/530/script/[clientscript,script1485].cs2 deleted file mode 100644 index d3346e313..000000000 --- a/dumps/530/script/[clientscript,script1485].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1485 -[clientscript,script1485] -if (%varplayer_115 = 0) { - %varplayer_115 = 1; -} else { - %varplayer_115 = 0; -} -~script1487; diff --git a/dumps/530/script/[clientscript,script1486].cs2 b/dumps/530/script/[clientscript,script1486].cs2 deleted file mode 100644 index 56d48bddd..000000000 --- a/dumps/530/script/[clientscript,script1486].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1486 -[clientscript,script1486] -~script1487; diff --git a/dumps/530/script/[clientscript,script1488].cs2 b/dumps/530/script/[clientscript,script1488].cs2 deleted file mode 100644 index 5818a114b..000000000 --- a/dumps/530/script/[clientscript,script1488].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1488 -[clientscript,script1488] -if (%varplayer_304 = 0) { - %varplayer_304 = 1; -} else { - %varplayer_304 = 0; -} -~script1490; diff --git a/dumps/530/script/[clientscript,script1489].cs2 b/dumps/530/script/[clientscript,script1489].cs2 deleted file mode 100644 index 2d7570ba2..000000000 --- a/dumps/530/script/[clientscript,script1489].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1489 -[clientscript,script1489] -~script1490; diff --git a/dumps/530/script/[clientscript,script1491].cs2 b/dumps/530/script/[clientscript,script1491].cs2 deleted file mode 100644 index 9099963ed..000000000 --- a/dumps/530/script/[clientscript,script1491].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1491 -[clientscript,script1491](int $int0) -~script1455; -~script1456; -~script1463(1); -~script1474; diff --git a/dumps/530/script/[clientscript,script1492].cs2 b/dumps/530/script/[clientscript,script1492].cs2 deleted file mode 100644 index 0375b8183..000000000 --- a/dumps/530/script/[clientscript,script1492].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1492 -[clientscript,script1492](int $int0) -~script1500($int0, 2); diff --git a/dumps/530/script/[clientscript,script1493].cs2 b/dumps/530/script/[clientscript,script1493].cs2 deleted file mode 100644 index 7bf0f0178..000000000 --- a/dumps/530/script/[clientscript,script1493].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1493 -[clientscript,script1493](int $int0) -~script1500($int0, 3); diff --git a/dumps/530/script/[clientscript,script1494].cs2 b/dumps/530/script/[clientscript,script1494].cs2 deleted file mode 100644 index 307ca0784..000000000 --- a/dumps/530/script/[clientscript,script1494].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1494 -[clientscript,script1494](int $int0) -~script1500($int0, 4); diff --git a/dumps/530/script/[clientscript,script1495].cs2 b/dumps/530/script/[clientscript,script1495].cs2 deleted file mode 100644 index 159cbdbfa..000000000 --- a/dumps/530/script/[clientscript,script1495].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1495 -[clientscript,script1495](int $int0) -~script1500($int0, 5); diff --git a/dumps/530/script/[clientscript,script1496].cs2 b/dumps/530/script/[clientscript,script1496].cs2 deleted file mode 100644 index 057535660..000000000 --- a/dumps/530/script/[clientscript,script1496].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1496 -[clientscript,script1496](int $int0) -~script1500($int0, 6); diff --git a/dumps/530/script/[clientscript,script1497].cs2 b/dumps/530/script/[clientscript,script1497].cs2 deleted file mode 100644 index 47021cdd4..000000000 --- a/dumps/530/script/[clientscript,script1497].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1497 -[clientscript,script1497](int $int0) -~script1500($int0, 7); diff --git a/dumps/530/script/[clientscript,script1498].cs2 b/dumps/530/script/[clientscript,script1498].cs2 deleted file mode 100644 index 5ccbd717b..000000000 --- a/dumps/530/script/[clientscript,script1498].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1498 -[clientscript,script1498](int $int0) -~script1500($int0, 8); diff --git a/dumps/530/script/[clientscript,script1499].cs2 b/dumps/530/script/[clientscript,script1499].cs2 deleted file mode 100644 index c3b3fd5df..000000000 --- a/dumps/530/script/[clientscript,script1499].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1499 -[clientscript,script1499](int $int0) -~script1500($int0, 9); diff --git a/dumps/530/script/[clientscript,script149].cs2 b/dumps/530/script/[clientscript,script149].cs2 deleted file mode 100644 index 581a3a0fc..000000000 --- a/dumps/530/script/[clientscript,script149].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 149 -[clientscript,script149](component $component0, inv $inv1, int $int2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4) -~script153($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, null, null, null, null); -if_setoninvtransmit("script151($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, null, null, null, null){$inv1}", $component0); diff --git a/dumps/530/script/[clientscript,script1501].cs2 b/dumps/530/script/[clientscript,script1501].cs2 deleted file mode 100644 index 8a95b1106..000000000 --- a/dumps/530/script/[clientscript,script1501].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1501 -[clientscript,script1501](component $component0, component $component1) -~script41($component1); -if_settrans(0, $component0); diff --git a/dumps/530/script/[clientscript,script1502].cs2 b/dumps/530/script/[clientscript,script1502].cs2 deleted file mode 100644 index e87bf2093..000000000 --- a/dumps/530/script/[clientscript,script1502].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 1502 -[clientscript,script1502] -def_int $int0 = 0; -def_component $component1 = null; -if (%varplayerbit_4932 = 1) { - if (%varplayerbit_4931 = 0 | %varplayerbit_4931 = 1 | %varplayerbit_4931 = 3) { - if_setontimer("script1503(calc(clientclock + 20))", interface_763:com_0); - } else if (%varplayerbit_4931 = 5) { - $component1 = enum(int, component, enum_1615, ~script1469); - if ($component1 ! null) { - ~script1725($component1); - } - } else if (%varplayerbit_4931 = 10) { - $int0 = 2; - while ($int0 < 10) { - ~script1728(enum(int, component, enum_1615, $int0)); - $int0 = calc($int0 + 1); - } - ~script1725(enum(int, component, enum_1615, 2)); - } else if (%varplayerbit_4931 = 15) { - ~script1728(enum(int, component, enum_1615, 2)); - if_setontimer("script1503(calc(clientclock + 20))", interface_763:com_0); - } else if (%varplayerbit_4931 = 20) { - ~script1725(enum(int, component, enum_1615, 1)); - } else if (%varplayerbit_4931 = 22) { - ~script1728(enum(int, component, enum_1615, 1)); - } -} diff --git a/dumps/530/script/[clientscript,script1503].cs2 b/dumps/530/script/[clientscript,script1503].cs2 deleted file mode 100644 index 15d01e25e..000000000 --- a/dumps/530/script/[clientscript,script1503].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1503 -[clientscript,script1503](int $int0) -def_int $int1 = 0; -def_obj $obj2 = null; -if (clientclock > $int0) { - if_setontimer(null, interface_763:com_0); - while (cc_find(interface_763:com_0, $int1) = true) { - $obj2 = cc_getinvobject; - if ($obj2 ! null) { - if (oc_param($obj2, param_59) ! 1) { - cc_settrans(200); - ~script1735(interface_763:com_0, $int1); - } - $int1 = 100; - } - $int1 = calc($int1 + 1); - } -} diff --git a/dumps/530/script/[clientscript,script1504].cs2 b/dumps/530/script/[clientscript,script1504].cs2 deleted file mode 100644 index 8b8c854ee..000000000 --- a/dumps/530/script/[clientscript,script1504].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1504 -[clientscript,script1504] -if (getwindowmode >= 2) { - if_sethide(false, interface_764:com_45); - if_sethide(true, interface_764:com_44); -} else { - if_sethide(true, interface_764:com_45); - if_sethide(false, interface_764:com_44); -} diff --git a/dumps/530/script/[clientscript,script1505].cs2 b/dumps/530/script/[clientscript,script1505].cs2 deleted file mode 100644 index b96644be6..000000000 --- a/dumps/530/script/[clientscript,script1505].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1505 -[clientscript,script1505] -if_setsize(490, 93, ^setsize_abs, ^setsize_abs, interface_769:com_1); -if_setsize(490, 93, ^setsize_abs, ^setsize_abs, interface_769:com_2); -if_setposition(10, 20, ^setpos_abs_left, ^setpos_abs_top, interface_769:com_1); -if_setposition(10, 20, ^setpos_abs_left, ^setpos_abs_top, interface_769:com_2); -if_sethide(true, interface_769:com_3); diff --git a/dumps/530/script/[clientscript,script1506].cs2 b/dumps/530/script/[clientscript,script1506].cs2 deleted file mode 100644 index 33508f3a2..000000000 --- a/dumps/530/script/[clientscript,script1506].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1506 -[clientscript,script1506](graphic $graphic0) -if_setsize(455, 93, ^setsize_abs, ^setsize_abs, interface_769:com_1); -if_setsize(455, 93, ^setsize_abs, ^setsize_abs, interface_769:com_2); -if_setposition(45, 20, ^setpos_abs_left, ^setpos_abs_top, interface_769:com_1); -if_setposition(45, 20, ^setpos_abs_left, ^setpos_abs_top, interface_769:com_2); -if_sethide(false, interface_769:com_3); -if_setgraphic($graphic0, interface_769:com_3); diff --git a/dumps/530/script/[clientscript,script1507].cs2 b/dumps/530/script/[clientscript,script1507].cs2 deleted file mode 100644 index 02fd4002c..000000000 --- a/dumps/530/script/[clientscript,script1507].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1507 -[clientscript,script1507](graphic $graphic0) -if ($graphic0 = "combaticons2,15" | $graphic0 = "combaticons2,16" | $graphic0 = "combaticons2,17") { - if_setsize(34, 24, ^setsize_abs, ^setsize_abs, interface_674:com_1); -} else if ($graphic0 = "side_icons,3") { - if_setsize(32, 36, ^setsize_abs, ^setsize_abs, interface_674:com_1); -} -if_setsize(455, 93, ^setsize_abs, ^setsize_abs, interface_674:com_0); -if_setposition(50, 20, ^setpos_abs_left, ^setpos_abs_top, interface_674:com_0); -if_sethide(false, interface_674:com_1); -if_setgraphic($graphic0, interface_674:com_1); -if_sethide(false, interface_674:com_0); diff --git a/dumps/530/script/[clientscript,script1508].cs2 b/dumps/530/script/[clientscript,script1508].cs2 deleted file mode 100644 index 950b9815b..000000000 --- a/dumps/530/script/[clientscript,script1508].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1508 -[clientscript,script1508] -if_setsize(490, 93, ^setsize_abs, ^setsize_abs, interface_674:com_0); -if_setposition(10, 20, ^setpos_abs_left, ^setpos_abs_top, interface_674:com_0); -if_sethide(true, interface_674:com_1); -if_sethide(false, interface_674:com_0); diff --git a/dumps/530/script/[clientscript,script1509].cs2 b/dumps/530/script/[clientscript,script1509].cs2 deleted file mode 100644 index ec2155e3f..000000000 --- a/dumps/530/script/[clientscript,script1509].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1509 -[clientscript,script1509] -~script1510; diff --git a/dumps/530/script/[clientscript,script150].cs2 b/dumps/530/script/[clientscript,script150].cs2 deleted file mode 100644 index 17180db08..000000000 --- a/dumps/530/script/[clientscript,script150].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 150 -[clientscript,script150](component $component0, inv $inv1, int $int2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -~script153($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); -if_setoninvtransmit("script151($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8){$inv1}", $component0); diff --git a/dumps/530/script/[clientscript,script1511].cs2 b/dumps/530/script/[clientscript,script1511].cs2 deleted file mode 100644 index 9df4910ac..000000000 --- a/dumps/530/script/[clientscript,script1511].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1511 -[clientscript,script1511] -if (%varplayerbit_4908 = 0) { - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_bottom, interface_768:com_3); -} else { - if_setposition(0, 165, ^setpos_abs_left, ^setpos_abs_bottom, interface_768:com_3); -} diff --git a/dumps/530/script/[clientscript,script1512].cs2 b/dumps/530/script/[clientscript,script1512].cs2 deleted file mode 100644 index 084123ae1..000000000 --- a/dumps/530/script/[clientscript,script1512].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1512 -[clientscript,script1512] -if (calc(clientclock % 10) = 0) { - ~script1514; -} diff --git a/dumps/530/script/[clientscript,script1513].cs2 b/dumps/530/script/[clientscript,script1513].cs2 deleted file mode 100644 index 8f34c96c0..000000000 --- a/dumps/530/script/[clientscript,script1513].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1513 -[clientscript,script1513] -~script1514; diff --git a/dumps/530/script/[clientscript,script1515].cs2 b/dumps/530/script/[clientscript,script1515].cs2 deleted file mode 100644 index 977d85f59..000000000 --- a/dumps/530/script/[clientscript,script1515].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1515 -[clientscript,script1515] -if (%varplayerbit_4908 = 0) { - ~script1517; -} else { - ~script1516; -} diff --git a/dumps/530/script/[clientscript,script1518].cs2 b/dumps/530/script/[clientscript,script1518].cs2 deleted file mode 100644 index f32453778..000000000 --- a/dumps/530/script/[clientscript,script1518].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1518 -[clientscript,script1518] -def_int $int0 = 0; -def_int $int1 = 0; -while ($int1 = 0 & $int0 < 20) { - if (enum(int, namedobj, enum_861, $int0) = obj_590) { - if (cc_find(interface_620:com_23, calc($int0 - 1)) = true) { - $int0 = calc($int0 - 1); - cc_sethide(false); - cc_setontimer("script1519($int0)"); - } - $int1 = 1; - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[clientscript,script1519].cs2 b/dumps/530/script/[clientscript,script1519].cs2 deleted file mode 100644 index bd629a51e..000000000 --- a/dumps/530/script/[clientscript,script1519].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1519 -[clientscript,script1519](int $int0) -def_int $int1 = 0; -if (cc_find(interface_620:com_23, $int0) = true) { - if (calc(clientclock % 50) > 25) { - cc_settrans(0); - if (calc(clientclock % 50) = 26) { - sound_synth(synth_5009, 1, 0); - } - } else { - cc_settrans(255); - } -} diff --git a/dumps/530/script/[clientscript,script151].cs2 b/dumps/530/script/[clientscript,script151].cs2 deleted file mode 100644 index d54e0c711..000000000 --- a/dumps/530/script/[clientscript,script151].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 151 -[clientscript,script151](component $component0, inv $inv1, int $int2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -~script153($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); diff --git a/dumps/530/script/[clientscript,script1520].cs2 b/dumps/530/script/[clientscript,script1520].cs2 deleted file mode 100644 index 7e5ccaedc..000000000 --- a/dumps/530/script/[clientscript,script1520].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1520 -[clientscript,script1520] -~script1522(interface_761:com_10); -~script1522(interface_761:com_11); -~script1522(interface_761:com_12); -~script1522(interface_761:com_13); -~script1522(interface_761:com_14); -~script1522(interface_761:com_15); -~script1522(interface_761:com_16); -~script1522(interface_761:com_17); -~script1522(interface_761:com_18); diff --git a/dumps/530/script/[clientscript,script1521].cs2 b/dumps/530/script/[clientscript,script1521].cs2 deleted file mode 100644 index be59e5073..000000000 --- a/dumps/530/script/[clientscript,script1521].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1521 -[clientscript,script1521](component $component0) -~script1522($component0); diff --git a/dumps/530/script/[clientscript,script1523].cs2 b/dumps/530/script/[clientscript,script1523].cs2 deleted file mode 100644 index 9bcbc561a..000000000 --- a/dumps/530/script/[clientscript,script1523].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1523 -[clientscript,script1523] -if (%varplayerbit_4895 = 2) { - cc_create(interface_275:com_9, ^iftype_text, 0); - cc_setposition(0, -2, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(102, 23, ^setsize_abs, ^setsize_abs); - cc_settextfont(quill_oblique_large); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - cc_settext("Back"); - cc_setcolour(0x46320a); - cc_settextshadow(false); - cc_setonmouseover("script1356(event_com, event_comsubid, ^white)"); - cc_setonmouseleave("script1356(event_com, event_comsubid, 0x46320a)"); - if_setop(1, "Back to Index", interface_275:com_9); -} diff --git a/dumps/530/script/[clientscript,script1524].cs2 b/dumps/530/script/[clientscript,script1524].cs2 deleted file mode 100644 index 7b2a922e9..000000000 --- a/dumps/530/script/[clientscript,script1524].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1524 -[clientscript,script1524] -if (cc_find(interface_275:com_9, 0) = true) { - cc_deleteall(interface_275:com_9); - if_setop(1, null, interface_275:com_9); -} diff --git a/dumps/530/script/[clientscript,script1525].cs2 b/dumps/530/script/[clientscript,script1525].cs2 deleted file mode 100644 index fd74bbb4e..000000000 --- a/dumps/530/script/[clientscript,script1525].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1525 -[clientscript,script1525] -~script1526; diff --git a/dumps/530/script/[clientscript,script1527].cs2 b/dumps/530/script/[clientscript,script1527].cs2 deleted file mode 100644 index 5d88a74c4..000000000 --- a/dumps/530/script/[clientscript,script1527].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1527 -[clientscript,script1527] -~script1526; -~script1529; diff --git a/dumps/530/script/[clientscript,script1528].cs2 b/dumps/530/script/[clientscript,script1528].cs2 deleted file mode 100644 index 5460fc3ce..000000000 --- a/dumps/530/script/[clientscript,script1528].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1528 -[clientscript,script1528] -if_sethide(true, interface_765:com_1); -if_sethide(true, interface_765:com_3); -if_sethide(true, interface_765:com_4); -if_sethide(true, interface_765:com_5); -if_sethide(true, interface_765:com_6); -if_sethide(true, interface_765:com_7); -if_sethide(true, interface_765:com_8); -if_sethide(true, interface_765:com_9); -if_sethide(true, interface_765:com_2); -if (%varclient_195 <= 0) { - %varclient_195 = 1; -} -if (compare(if_gettext(interface_765:com_9), "More.") = 0) { - %varclient_195 = calc(%varclient_195 + 1); -} -if (compare(if_gettext(interface_765:com_9), "Back.") = 0) { - ~script1526; -} -~script1529; diff --git a/dumps/530/script/[clientscript,script152].cs2 b/dumps/530/script/[clientscript,script152].cs2 deleted file mode 100644 index 9f9179992..000000000 --- a/dumps/530/script/[clientscript,script152].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 152 -[clientscript,script152](component $component0, inv $inv1, int $int2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4) -cc_deleteall($component0); -def_int $int6 = 0; -def_int $int7 = 0; -if (if_getscrollwidth($component0) > 0) { - $int6 = calc((if_getscrollwidth($component0) - 36 * $int2) / ($int2 - 1)); -} else { - $int6 = calc((if_getwidth($component0) - 36 * $int2) / ($int2 - 1)); -} -if (if_getscrollheight($component0) > 0) { - $int7 = calc((if_getscrollheight($component0) - 32 * $int3) / ($int3 - 1)); -} else { - $int7 = calc((if_getheight($component0) - 32 * $int3) / ($int3 - 1)); -} -def_int $int8 = 0; -while ($int8 <= calc($int2 * $int3)) { - cc_create($component0, ^iftype_graphic, $int8); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc((36 + $int6) * ($int8 % $int2)), calc($int8 / $int2 * (32 + $int7)), ^setpos_abs_left, ^setpos_abs_top); - ~script154($inv1, $int8, $component0, $int8, $int4, $component5, $string0, $string1, $string2, $string3, $string4, null, null, null, null); - $int8 = calc($int8 + 1); -} diff --git a/dumps/530/script/[clientscript,script1532].cs2 b/dumps/530/script/[clientscript,script1532].cs2 deleted file mode 100644 index b966354b0..000000000 --- a/dumps/530/script/[clientscript,script1532].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1532 -[clientscript,script1532] -chat_setfilter(^chatfilter_on, ^chatfilter_friends, ^chatfilter_on); -if_setonvartransmit(null, interface_751:com_12); -~script178; diff --git a/dumps/530/script/[clientscript,script1533].cs2 b/dumps/530/script/[clientscript,script1533].cs2 deleted file mode 100644 index 2c8f60101..000000000 --- a/dumps/530/script/[clientscript,script1533].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1533 -[clientscript,script1533](component $component0) -if (~script42(%varclient_214) = 1) { - if (getwindowmode >= 2) { - if_setgraphic(graphic_1462, $component0); - } else { - if_setgraphic(graphic_1458, $component0); - } -} else if (getwindowmode >= 2) { - if_setgraphic(graphic_1460, $component0); -} else { - if_setgraphic(graphic_1456, $component0); -} diff --git a/dumps/530/script/[clientscript,script1534].cs2 b/dumps/530/script/[clientscript,script1534].cs2 deleted file mode 100644 index 66b4c79e0..000000000 --- a/dumps/530/script/[clientscript,script1534].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1534 -[clientscript,script1534](component $component0, int $int1) -if ($int1 ! 1) { - return; -} -if (~script42(%varclient_214) = 1) { - %varclient_214 = false; -} else { - %varclient_214 = true; -} -~script1741($component0); diff --git a/dumps/530/script/[clientscript,script1540].cs2 b/dumps/530/script/[clientscript,script1540].cs2 deleted file mode 100644 index dbab47e52..000000000 --- a/dumps/530/script/[clientscript,script1540].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1540 -[clientscript,script1540] -if_setontimer("script634(interface_12:com_1, 155, 255, 2)", interface_12:com_1); -if_setontimer("script634(interface_12:com_2, 155, 255, 2)", interface_12:com_2); -if_setontimer("script634(interface_12:com_3, 155, 255, 2)", interface_12:com_3); -if_setontimer("script634(interface_12:com_4, 155, 255, 2)", interface_12:com_4); -if_setontimer("script634(interface_12:com_5, 145, 245, 2)", interface_12:com_5); -if_setontimer("script634(interface_12:com_6, 145, 245, 2)", interface_12:com_6); -if_setontimer("script634(interface_12:com_7, 145, 245, 2)", interface_12:com_7); -if_setontimer("script634(interface_12:com_8, 135, 235, 2)", interface_12:com_8); -if_setontimer("script634(interface_12:com_9, 135, 235, 2)", interface_12:com_9); -if_setontimer("script634(interface_12:com_10, 135, 235, 2)", interface_12:com_10); -if_setontimer("script634(interface_12:com_11, 125, 225, 2)", interface_12:com_11); -if_setontimer("script634(interface_12:com_12, 125, 225, 2)", interface_12:com_12); -if_setontimer("script634(interface_12:com_13, 125, 225, 2)", interface_12:com_13); -if_setontimer("script634(interface_12:com_14, 115, 215, 2)", interface_12:com_14); -if_setontimer("script634(interface_12:com_15, 115, 215, 2)", interface_12:com_15); -if_setontimer("script634(interface_12:com_16, 115, 215, 2)", interface_12:com_16); -if_setontimer("script634(interface_12:com_17, 110, 210, 2)", interface_12:com_17); diff --git a/dumps/530/script/[clientscript,script1547].cs2 b/dumps/530/script/[clientscript,script1547].cs2 deleted file mode 100644 index 7f2e6dc1e..000000000 --- a/dumps/530/script/[clientscript,script1547].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1547 -[clientscript,script1547] -if (%varclient_5 = 0 | %varclient_5 = 1) { - ~script1548(0); -} diff --git a/dumps/530/script/[clientscript,script1550].cs2 b/dumps/530/script/[clientscript,script1550].cs2 deleted file mode 100644 index 4fb415ae7..000000000 --- a/dumps/530/script/[clientscript,script1550].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1550 -[clientscript,script1550] -if (%varplayer_281 = 1000) { - if_setcolour(^green, interface_274:com_5); -} else if (%varplayer_281 > 0) { - if_setcolour(^yellow, interface_274:com_5); -} else { - if_setcolour(^red, interface_274:com_5); -} diff --git a/dumps/530/script/[clientscript,script1551].cs2 b/dumps/530/script/[clientscript,script1551].cs2 deleted file mode 100644 index 34707c094..000000000 --- a/dumps/530/script/[clientscript,script1551].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1551 -[clientscript,script1551] -%varclient_87 = 0; -%varclient_88 = 0; -%varclient_89 = 0; -%varclient_90 = 0; -%varclient_91 = 0; -%varclient_92 = 0; -%varclient_93 = 0; -%varclient_196 = 0; -%varclient_94 = 0; -%varclient_95 = 0; -%varclient_96 = 0; -%varclient_97 = 0; -%varclient_98 = 0; -~script1560; -~script1561(interface_771:com_14, "bank_tabs,1", interface_771:com_403); -~script1562(interface_771:com_16, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_18, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_20, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -if (%varclient_197 = 0) { - if_setgraphic("warning_icons,1", interface_771:com_381); - if_setgraphic("warning_icons,1", interface_771:com_398); -} else if (%varclient_197 > 0) { - if_setgraphic("warning_icons,2", interface_771:com_381); - if_setgraphic("warning_icons,2", interface_771:com_398); -} diff --git a/dumps/530/script/[clientscript,script1552].cs2 b/dumps/530/script/[clientscript,script1552].cs2 deleted file mode 100644 index 7470ec3e0..000000000 --- a/dumps/530/script/[clientscript,script1552].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1552 -[clientscript,script1552] -if_setgraphic("warning_icons,2", interface_771:com_381); diff --git a/dumps/530/script/[clientscript,script1553].cs2 b/dumps/530/script/[clientscript,script1553].cs2 deleted file mode 100644 index 7935fc95b..000000000 --- a/dumps/530/script/[clientscript,script1553].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1553 -[clientscript,script1553] -if_setgraphic("warning_icons,1", interface_771:com_381); diff --git a/dumps/530/script/[clientscript,script1554].cs2 b/dumps/530/script/[clientscript,script1554].cs2 deleted file mode 100644 index 30fa6280d..000000000 --- a/dumps/530/script/[clientscript,script1554].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1554 -[clientscript,script1554] -if_setgraphic("warning_icons,2", interface_771:com_398); diff --git a/dumps/530/script/[clientscript,script1555].cs2 b/dumps/530/script/[clientscript,script1555].cs2 deleted file mode 100644 index 6c700ad60..000000000 --- a/dumps/530/script/[clientscript,script1555].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1555 -[clientscript,script1555] -if_setgraphic("warning_icons,1", interface_771:com_398); diff --git a/dumps/530/script/[clientscript,script1556].cs2 b/dumps/530/script/[clientscript,script1556].cs2 deleted file mode 100644 index c3403c305..000000000 --- a/dumps/530/script/[clientscript,script1556].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1556 -[clientscript,script1556] -if_settext(chat_playername, interface_771:com_89); diff --git a/dumps/530/script/[clientscript,script1557].cs2 b/dumps/530/script/[clientscript,script1557].cs2 deleted file mode 100644 index f038337f0..000000000 --- a/dumps/530/script/[clientscript,script1557].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1557 -[clientscript,script1557](component $component0) -~script680($component0); -~script1560; diff --git a/dumps/530/script/[clientscript,script1558].cs2 b/dumps/530/script/[clientscript,script1558].cs2 deleted file mode 100644 index 79312e99e..000000000 --- a/dumps/530/script/[clientscript,script1558].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1558 -[clientscript,script1558] -~script1361(interface_771:com_37); -if_setonmouseleave("script40(interface_771:com_399)", interface_771:com_37); -if_setonmouseover(null, interface_771:com_37); -if_setonmouseleave("script1358(interface_771:com_399, event_com)", interface_771:com_40); -if_setonmouseover("script97(event_com)", interface_771:com_40); -~script680(interface_771:com_40); diff --git a/dumps/530/script/[clientscript,script1559].cs2 b/dumps/530/script/[clientscript,script1559].cs2 deleted file mode 100644 index c3a8eb11b..000000000 --- a/dumps/530/script/[clientscript,script1559].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1559 -[clientscript,script1559] -~script1361(interface_771:com_40); -if_setonmouseleave("script40(interface_771:com_399)", interface_771:com_40); -if_setonmouseover(null, interface_771:com_37); -if_setonmouseleave("script1358(interface_771:com_399, event_com)", interface_771:com_37); -if_setonmouseover("script97(event_com)", interface_771:com_37); -~script680(interface_771:com_37); diff --git a/dumps/530/script/[clientscript,script155].cs2 b/dumps/530/script/[clientscript,script155].cs2 deleted file mode 100644 index 37eb74786..000000000 --- a/dumps/530/script/[clientscript,script155].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 155 -[clientscript,script155](inv $inv0, int $int1, int $int2, component $component3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -if ($int2 = -1) { - ~script154($inv0, $int1, $component3, $int1, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); - return; -} -~script154($inv0, $int1, $component3, $int2, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); -~script154($inv0, $int2, $component3, $int1, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); diff --git a/dumps/530/script/[clientscript,script1563].cs2 b/dumps/530/script/[clientscript,script1563].cs2 deleted file mode 100644 index 67646b477..000000000 --- a/dumps/530/script/[clientscript,script1563].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1563 -[clientscript,script1563] -~script1564; diff --git a/dumps/530/script/[clientscript,script1565].cs2 b/dumps/530/script/[clientscript,script1565].cs2 deleted file mode 100644 index 191ccb7cb..000000000 --- a/dumps/530/script/[clientscript,script1565].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1565 -[clientscript,script1565] -~script1566; diff --git a/dumps/530/script/[clientscript,script1567].cs2 b/dumps/530/script/[clientscript,script1567].cs2 deleted file mode 100644 index 1159b1259..000000000 --- a/dumps/530/script/[clientscript,script1567].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1567 -[clientscript,script1567] -~script1568; diff --git a/dumps/530/script/[clientscript,script1569].cs2 b/dumps/530/script/[clientscript,script1569].cs2 deleted file mode 100644 index d68a6f55f..000000000 --- a/dumps/530/script/[clientscript,script1569].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1569 -[clientscript,script1569] -~script1570; diff --git a/dumps/530/script/[clientscript,script156].cs2 b/dumps/530/script/[clientscript,script156].cs2 deleted file mode 100644 index 79455f8f9..000000000 --- a/dumps/530/script/[clientscript,script156].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 156 -[clientscript,script156](inv $inv0, int $int1, int $int2, component $component3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -if ($int2 = -1) { - ~script154($inv0, $int1, $component3, $int1, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); - return; -} -def_int $int6 = $int1; -while ($int6 ! $int2) { - if ($int6 > $int2) { - ~script154($inv0, calc($int6 - 1), $component3, $int6, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); - $int6 = calc($int6 - 1); - } else if ($int6 < $int2) { - ~script154($inv0, calc($int6 + 1), $component3, $int6, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); - $int6 = calc($int6 + 1); - } -} -~script154($inv0, $int1, $component3, $int2, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); diff --git a/dumps/530/script/[clientscript,script1572].cs2 b/dumps/530/script/[clientscript,script1572].cs2 deleted file mode 100644 index c062e45a2..000000000 --- a/dumps/530/script/[clientscript,script1572].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1572 -[clientscript,script1572] -if (%varplayer_170 = 1) { - return; -} -~script1361(interface_771:com_37); -if_setonmouseleave("script40(interface_771:com_399)", interface_771:com_37); -if_setonmouseover(null, interface_771:com_37); -if_setonmouseleave("script1358(interface_771:com_399, event_com)", interface_771:com_40); -if_setonmouseover("script97(event_com)", interface_771:com_40); -~script680(interface_771:com_40); diff --git a/dumps/530/script/[clientscript,script1573].cs2 b/dumps/530/script/[clientscript,script1573].cs2 deleted file mode 100644 index 2dfb652bd..000000000 --- a/dumps/530/script/[clientscript,script1573].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1573 -[clientscript,script1573] -if (%varplayer_170 = 0) { - return; -} -~script1361(interface_771:com_40); -if_setonmouseleave("script40(interface_771:com_399)", interface_771:com_40); -if_setonmouseover(null, interface_771:com_40); -if_setonmouseleave("script1358(interface_771:com_399, event_com)", interface_771:com_37); -if_setonmouseover("script97(event_com)", interface_771:com_37); -~script680(interface_771:com_37); diff --git a/dumps/530/script/[clientscript,script1574].cs2 b/dumps/530/script/[clientscript,script1574].cs2 deleted file mode 100644 index df98654ef..000000000 --- a/dumps/530/script/[clientscript,script1574].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1574 -[clientscript,script1574] -~script1566; diff --git a/dumps/530/script/[clientscript,script1575].cs2 b/dumps/530/script/[clientscript,script1575].cs2 deleted file mode 100644 index 0ab18b613..000000000 --- a/dumps/530/script/[clientscript,script1575].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1575 -[clientscript,script1575] -if (%varplayerbit_5008 = 0) { - return; -} -~script1361(interface_771:com_49); -if_setonmouseleave("script40(interface_771:com_399)", interface_771:com_49); -if_setonmouseover(null, interface_771:com_49); -if_setonmouseleave("script1358(interface_771:com_399, event_com)", interface_771:com_52); -if_setonmouseover("script97(event_com)", interface_771:com_52); -~script680(interface_771:com_52); -setgender(0); -%varclient_196 = 0; -~script1711; diff --git a/dumps/530/script/[clientscript,script1576].cs2 b/dumps/530/script/[clientscript,script1576].cs2 deleted file mode 100644 index d55e3db7c..000000000 --- a/dumps/530/script/[clientscript,script1576].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1576 -[clientscript,script1576] -if (%varplayerbit_5009 = 0) { - return; -} -~script1361(interface_771:com_52); -if_setonmouseleave("script40(interface_771:com_399)", interface_771:com_52); -if_setonmouseover(null, interface_771:com_52); -if_setonmouseleave("script1358(interface_771:com_399, event_com)", interface_771:com_49); -if_setonmouseover("script97(event_com)", interface_771:com_49); -~script680(interface_771:com_49); -setgender(1); -%varclient_196 = 1; -~script1714; diff --git a/dumps/530/script/[clientscript,script1577].cs2 b/dumps/530/script/[clientscript,script1577].cs2 deleted file mode 100644 index 289fca3ea..000000000 --- a/dumps/530/script/[clientscript,script1577].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1577 -[clientscript,script1577] -~script1564; diff --git a/dumps/530/script/[clientscript,script1578].cs2 b/dumps/530/script/[clientscript,script1578].cs2 deleted file mode 100644 index a9c84eba0..000000000 --- a/dumps/530/script/[clientscript,script1578].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1578 -[clientscript,script1578] -~script1568; diff --git a/dumps/530/script/[clientscript,script1579].cs2 b/dumps/530/script/[clientscript,script1579].cs2 deleted file mode 100644 index 7da8f0e2d..000000000 --- a/dumps/530/script/[clientscript,script1579].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1579 -[clientscript,script1579] -if_sethide(false, interface_771:com_99); -if_sethide(true, interface_771:com_150); -if_setgraphic("tabs,1", interface_771:com_61); -if_setgraphic("tabs,0", interface_771:com_62); diff --git a/dumps/530/script/[clientscript,script1580].cs2 b/dumps/530/script/[clientscript,script1580].cs2 deleted file mode 100644 index 449b10f7a..000000000 --- a/dumps/530/script/[clientscript,script1580].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1580 -[clientscript,script1580] -if_sethide(true, interface_771:com_99); -if_sethide(false, interface_771:com_150); -if_setgraphic("tabs,0", interface_771:com_61); -if_setgraphic("tabs,1", interface_771:com_62); diff --git a/dumps/530/script/[clientscript,script1581].cs2 b/dumps/530/script/[clientscript,script1581].cs2 deleted file mode 100644 index 43e557f95..000000000 --- a/dumps/530/script/[clientscript,script1581].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1581 -[clientscript,script1581] -~script1566; diff --git a/dumps/530/script/[clientscript,script1582].cs2 b/dumps/530/script/[clientscript,script1582].cs2 deleted file mode 100644 index c1f46e7d9..000000000 --- a/dumps/530/script/[clientscript,script1582].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1582 -[clientscript,script1582] -~script1570; diff --git a/dumps/530/script/[clientscript,script1583].cs2 b/dumps/530/script/[clientscript,script1583].cs2 deleted file mode 100644 index b972e4b75..000000000 --- a/dumps/530/script/[clientscript,script1583].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1583 -[clientscript,script1583] -def_int $int0 = 24; -def_enum $enum1 = enum_701; -if (gender = 1) { - $int0 = 34; - $enum1 = enum_689; -} -if (%varclient_87 = 1) { - %varclient_87 = $int0; -} else { - %varclient_87 = calc(%varclient_87 - 1); -} -baseidkit(0, enum(int, idkit, $enum1, %varclient_87)); diff --git a/dumps/530/script/[clientscript,script1584].cs2 b/dumps/530/script/[clientscript,script1584].cs2 deleted file mode 100644 index 4bc9d48a4..000000000 --- a/dumps/530/script/[clientscript,script1584].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1584 -[clientscript,script1584] -def_int $int0 = 24; -def_enum $enum1 = enum_701; -if (gender = 1) { - $int0 = 34; - $enum1 = enum_689; -} -if (%varclient_87 = $int0) { - %varclient_87 = 1; -} else { - %varclient_87 = calc(%varclient_87 + 1); -} -baseidkit(0, enum(int, idkit, $enum1, %varclient_87)); diff --git a/dumps/530/script/[clientscript,script1585].cs2 b/dumps/530/script/[clientscript,script1585].cs2 deleted file mode 100644 index 209c72909..000000000 --- a/dumps/530/script/[clientscript,script1585].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1585 -[clientscript,script1585] -if (gender = 1) { - mes("This cannot be changed on female characters."); - return; -} -def_int $int0 = 19; -def_enum $enum1 = enum_703; -if (%varclient_88 = 1) { - %varclient_88 = $int0; -} else { - %varclient_88 = calc(%varclient_88 - 1); -} -baseidkit(1, enum(int, idkit, $enum1, %varclient_88)); diff --git a/dumps/530/script/[clientscript,script1586].cs2 b/dumps/530/script/[clientscript,script1586].cs2 deleted file mode 100644 index 72b875865..000000000 --- a/dumps/530/script/[clientscript,script1586].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1586 -[clientscript,script1586] -if (gender = 1) { - mes("This cannot be changed on female characters."); - return; -} -def_int $int0 = 19; -def_enum $enum1 = enum_703; -if (%varclient_88 = $int0) { - %varclient_88 = 1; -} else { - %varclient_88 = calc(%varclient_88 + 1); -} -baseidkit(1, enum(int, idkit, $enum1, %varclient_88)); diff --git a/dumps/530/script/[clientscript,script1587].cs2 b/dumps/530/script/[clientscript,script1587].cs2 deleted file mode 100644 index caa6b63ec..000000000 --- a/dumps/530/script/[clientscript,script1587].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1587 -[clientscript,script1587] -if (%varplayerbit_5011 = 0) { - return; -} -if_sethide(true, interface_771:com_28); -if (gender = 1) { - ~script1715; -} else { - ~script1712; -} diff --git a/dumps/530/script/[clientscript,script1588].cs2 b/dumps/530/script/[clientscript,script1588].cs2 deleted file mode 100644 index b376d079e..000000000 --- a/dumps/530/script/[clientscript,script1588].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1588 -[clientscript,script1588] -if_sethide(true, interface_771:com_28); -if (gender = 1) { - ~script1715; -} else { - ~script1712; -} diff --git a/dumps/530/script/[clientscript,script1589].cs2 b/dumps/530/script/[clientscript,script1589].cs2 deleted file mode 100644 index 71cec5dbf..000000000 --- a/dumps/530/script/[clientscript,script1589].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1589 -[clientscript,script1589] -if_sethide(true, interface_771:com_28); diff --git a/dumps/530/script/[clientscript,script158].cs2 b/dumps/530/script/[clientscript,script158].cs2 deleted file mode 100644 index a0a9dbd71..000000000 --- a/dumps/530/script/[clientscript,script158].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 158 -[clientscript,script158](component $component0, inv $inv1, int $int2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4) -~script160($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, null, null, null, null); -if_setoninvtransmit("script159($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, null, null, null, null){$inv1}", $component0); diff --git a/dumps/530/script/[clientscript,script1590].cs2 b/dumps/530/script/[clientscript,script1590].cs2 deleted file mode 100644 index 1e5d94109..000000000 --- a/dumps/530/script/[clientscript,script1590].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1590 -[clientscript,script1590] -if (%varclient_197 = 0) { - if_setgraphic("warning_icons,2", interface_771:com_381); - %varclient_197 = 1; - mes("%playerdesign2_client_random = "); -} else if (%varclient_197 > 0) { - if_setgraphic("warning_icons,1", interface_771:com_381); - %varclient_197 = 2; - mes("%playerdesign2_client_random = "); -} diff --git a/dumps/530/script/[clientscript,script1591].cs2 b/dumps/530/script/[clientscript,script1591].cs2 deleted file mode 100644 index 81dc275ab..000000000 --- a/dumps/530/script/[clientscript,script1591].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1591 -[clientscript,script1591] -if_sethide(false, interface_771:com_188); -if_sethide(true, interface_771:com_247); -if_sethide(true, interface_771:com_306); -if_setgraphic("tabs,0", interface_771:com_178); -if_setgraphic("tabs,1", interface_771:com_176); -if_setgraphic("tabs,1", interface_771:com_174); diff --git a/dumps/530/script/[clientscript,script1592].cs2 b/dumps/530/script/[clientscript,script1592].cs2 deleted file mode 100644 index c70fcf76a..000000000 --- a/dumps/530/script/[clientscript,script1592].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1592 -[clientscript,script1592] -if_sethide(true, interface_771:com_188); -if_sethide(false, interface_771:com_247); -if_sethide(true, interface_771:com_306); -if_setgraphic("tabs,1", interface_771:com_178); -if_setgraphic("tabs,0", interface_771:com_176); -if_setgraphic("tabs,1", interface_771:com_174); diff --git a/dumps/530/script/[clientscript,script1593].cs2 b/dumps/530/script/[clientscript,script1593].cs2 deleted file mode 100644 index 70e6e9af8..000000000 --- a/dumps/530/script/[clientscript,script1593].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1593 -[clientscript,script1593] -if_sethide(true, interface_771:com_188); -if_sethide(true, interface_771:com_247); -if_sethide(false, interface_771:com_306); -if_setgraphic("tabs,1", interface_771:com_178); -if_setgraphic("tabs,1", interface_771:com_176); -if_setgraphic("tabs,0", interface_771:com_174); diff --git a/dumps/530/script/[clientscript,script1594].cs2 b/dumps/530/script/[clientscript,script1594].cs2 deleted file mode 100644 index fc62bfa07..000000000 --- a/dumps/530/script/[clientscript,script1594].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1594 -[clientscript,script1594] -~script1568; diff --git a/dumps/530/script/[clientscript,script1595].cs2 b/dumps/530/script/[clientscript,script1595].cs2 deleted file mode 100644 index 097f9964c..000000000 --- a/dumps/530/script/[clientscript,script1595].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1595 -[clientscript,script1595] -~script1571; diff --git a/dumps/530/script/[clientscript,script1596].cs2 b/dumps/530/script/[clientscript,script1596].cs2 deleted file mode 100644 index d7947d967..000000000 --- a/dumps/530/script/[clientscript,script1596].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1596 -[clientscript,script1596] -def_int $int0 = 13; -def_enum $enum1 = enum_1128; -if (gender = 1) { - $int0 = 10; - $enum1 = enum_1129; -} -if (%varclient_89 = $int0) { - %varclient_89 = 0; -} else { - %varclient_89 = calc(%varclient_89 + 1); -} -baseidkit(2, enum(int, idkit, $enum1, %varclient_89)); diff --git a/dumps/530/script/[clientscript,script1597].cs2 b/dumps/530/script/[clientscript,script1597].cs2 deleted file mode 100644 index dc2f9ad17..000000000 --- a/dumps/530/script/[clientscript,script1597].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1597 -[clientscript,script1597] -def_int $int0 = 13; -def_enum $enum1 = enum_1128; -if (gender = 1) { - $int0 = 10; - $enum1 = enum_1129; -} -if (%varclient_89 = 0) { - %varclient_89 = $int0; -} else { - %varclient_89 = calc(%varclient_89 - 1); -} -baseidkit(2, enum(int, idkit, $enum1, %varclient_89)); diff --git a/dumps/530/script/[clientscript,script1598].cs2 b/dumps/530/script/[clientscript,script1598].cs2 deleted file mode 100644 index 8cd16e170..000000000 --- a/dumps/530/script/[clientscript,script1598].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1598 -[clientscript,script1598] -def_int $int0 = 11; -def_enum $enum1 = enum_1130; -if (gender = 1) { - $int0 = 10; - $enum1 = enum_1131; -} -if (%varclient_90 = $int0) { - %varclient_90 = 0; -} else { - %varclient_90 = calc(%varclient_90 + 1); -} -baseidkit(3, enum(int, idkit, $enum1, %varclient_90)); diff --git a/dumps/530/script/[clientscript,script1599].cs2 b/dumps/530/script/[clientscript,script1599].cs2 deleted file mode 100644 index 13701c8a7..000000000 --- a/dumps/530/script/[clientscript,script1599].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1599 -[clientscript,script1599] -def_int $int0 = 11; -def_enum $enum1 = enum_1130; -if (gender = 1) { - $int0 = 10; - $enum1 = enum_1131; -} -if (%varclient_90 = 0) { - %varclient_90 = $int0; -} else { - %varclient_90 = calc(%varclient_90 - 1); -} -baseidkit(3, enum(int, idkit, $enum1, %varclient_90)); diff --git a/dumps/530/script/[clientscript,script159].cs2 b/dumps/530/script/[clientscript,script159].cs2 deleted file mode 100644 index a70432afa..000000000 --- a/dumps/530/script/[clientscript,script159].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 159 -[clientscript,script159](component $component0, inv $inv1, int $int2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -~script160($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); diff --git a/dumps/530/script/[clientscript,script15].cs2 b/dumps/530/script/[clientscript,script15].cs2 deleted file mode 100644 index fb91c68b4..000000000 --- a/dumps/530/script/[clientscript,script15].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 15 -[clientscript,script15] -%varclient_155 = 0; diff --git a/dumps/530/script/[clientscript,script1600].cs2 b/dumps/530/script/[clientscript,script1600].cs2 deleted file mode 100644 index fb709ea21..000000000 --- a/dumps/530/script/[clientscript,script1600].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1600 -[clientscript,script1600] -def_int $int0 = 12; -def_enum $enum1 = enum_1132; -if (gender = 1) { - $int0 = 12; - $enum1 = enum_1133; -} -if (%varclient_91 = $int0) { - %varclient_91 = 0; -} else { - %varclient_91 = calc(%varclient_91 + 1); -} -baseidkit(4, enum(int, idkit, $enum1, %varclient_91)); diff --git a/dumps/530/script/[clientscript,script1601].cs2 b/dumps/530/script/[clientscript,script1601].cs2 deleted file mode 100644 index 7b7c1681a..000000000 --- a/dumps/530/script/[clientscript,script1601].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1601 -[clientscript,script1601] -def_int $int0 = 12; -def_enum $enum1 = enum_1132; -if (gender = 1) { - $int0 = 12; - $enum1 = enum_1133; -} -%varclient_91 = calc(%varclient_91 - 1); -if (%varclient_91 < 0) { - %varclient_91 = calc($int0 - 1); -} -baseidkit(4, enum(int, idkit, $enum1, %varclient_91)); diff --git a/dumps/530/script/[clientscript,script1602].cs2 b/dumps/530/script/[clientscript,script1602].cs2 deleted file mode 100644 index 441e6828c..000000000 --- a/dumps/530/script/[clientscript,script1602].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1602 -[clientscript,script1602] -def_int $int0 = 10; -def_enum $enum1 = enum_1134; -if (gender = 1) { - $int0 = 14; - $enum1 = enum_1135; -} -if (%varclient_92 = $int0) { - %varclient_92 = 0; -} else { - %varclient_92 = calc(%varclient_92 + 1); -} -baseidkit(5, enum(int, idkit, $enum1, %varclient_92)); diff --git a/dumps/530/script/[clientscript,script1603].cs2 b/dumps/530/script/[clientscript,script1603].cs2 deleted file mode 100644 index b4542228f..000000000 --- a/dumps/530/script/[clientscript,script1603].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1603 -[clientscript,script1603] -def_int $int0 = 10; -def_enum $enum1 = enum_1134; -if (gender = 1) { - $int0 = 14; - $enum1 = enum_1135; -} -if (%varclient_92 = 0) { - %varclient_92 = $int0; -} else { - %varclient_92 = calc(%varclient_92 - 1); -} -baseidkit(5, enum(int, idkit, $enum1, %varclient_92)); diff --git a/dumps/530/script/[clientscript,script1604].cs2 b/dumps/530/script/[clientscript,script1604].cs2 deleted file mode 100644 index 7247b5d95..000000000 --- a/dumps/530/script/[clientscript,script1604].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1604 -[clientscript,script1604] -def_int $int0 = 1; -def_enum $enum1 = enum_1136; -if (gender = 1) { - $int0 = 1; - $enum1 = enum_1137; -} -if (%varclient_93 = $int0) { - %varclient_93 = 0; -} else { - %varclient_93 = calc(%varclient_93 + 1); -} -baseidkit(6, enum(int, idkit, $enum1, %varclient_93)); diff --git a/dumps/530/script/[clientscript,script1605].cs2 b/dumps/530/script/[clientscript,script1605].cs2 deleted file mode 100644 index 394ef814b..000000000 --- a/dumps/530/script/[clientscript,script1605].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1605 -[clientscript,script1605] -def_int $int0 = 1; -def_enum $enum1 = enum_1136; -if (gender = 1) { - $int0 = 1; - $enum1 = enum_1137; -} -if (%varclient_93 = 0) { - %varclient_93 = $int0; -} else { - %varclient_93 = calc(%varclient_93 - 1); -} -baseidkit(6, enum(int, idkit, $enum1, %varclient_93)); diff --git a/dumps/530/script/[clientscript,script1606].cs2 b/dumps/530/script/[clientscript,script1606].cs2 deleted file mode 100644 index 419ef8abc..000000000 --- a/dumps/530/script/[clientscript,script1606].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1606 -[clientscript,script1606] -if (%varplayerbit_5010 = 0) { - return; -} -if_sethide(true, interface_771:com_29); -if (gender = 1) { - ~script1716; -} else { - ~script1713; -} diff --git a/dumps/530/script/[clientscript,script1607].cs2 b/dumps/530/script/[clientscript,script1607].cs2 deleted file mode 100644 index 66d60d159..000000000 --- a/dumps/530/script/[clientscript,script1607].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1607 -[clientscript,script1607] -if_sethide(true, interface_771:com_29); -if (gender = 1) { - ~script1715; -} else { - ~script1712; -} diff --git a/dumps/530/script/[clientscript,script1608].cs2 b/dumps/530/script/[clientscript,script1608].cs2 deleted file mode 100644 index 4d65ecdb7..000000000 --- a/dumps/530/script/[clientscript,script1608].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1608 -[clientscript,script1608] -if_sethide(true, interface_771:com_29); diff --git a/dumps/530/script/[clientscript,script1609].cs2 b/dumps/530/script/[clientscript,script1609].cs2 deleted file mode 100644 index 4a24e870d..000000000 --- a/dumps/530/script/[clientscript,script1609].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1609 -[clientscript,script1609] -if (%varclient_197 = 0) { - if_setgraphic("warning_icons,2", interface_771:com_398); - %varclient_197 = 2; - mes("%playerdesign2_client_random = "); -} else if (%varclient_197 > 0) { - if_setgraphic("warning_icons,1", interface_771:com_398); - %varclient_197 = 1; - mes("%playerdesign2_client_random = "); -} diff --git a/dumps/530/script/[clientscript,script1610].cs2 b/dumps/530/script/[clientscript,script1610].cs2 deleted file mode 100644 index 6129d3eb6..000000000 --- a/dumps/530/script/[clientscript,script1610].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1610 -[clientscript,script1610] -~script1570; diff --git a/dumps/530/script/[clientscript,script1611].cs2 b/dumps/530/script/[clientscript,script1611].cs2 deleted file mode 100644 index a123f6027..000000000 --- a/dumps/530/script/[clientscript,script1611].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1611 -[clientscript,script1611] -if_setonvartransmit("script1575{varplayer_1262}", interface_771:com_424); -if_setonvartransmit("script1576{varplayer_1262}", interface_771:com_425); -if_setonvartransmit("script1606{varplayer_1262}", interface_771:com_426); -if_setonvartransmit("script1587{varplayer_1262}", interface_771:com_427); -if_setonvartransmit("script1572{varplayer_170}", interface_771:com_428); -if_setonvartransmit("script1573{varplayer_170}", interface_771:com_429); diff --git a/dumps/530/script/[clientscript,script1613].cs2 b/dumps/530/script/[clientscript,script1613].cs2 deleted file mode 100644 index 9b6376c09..000000000 --- a/dumps/530/script/[clientscript,script1613].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1613 -[clientscript,script1613] -~script1717; -~script1612(interface_771:com_100, 0, 20); diff --git a/dumps/530/script/[clientscript,script1614].cs2 b/dumps/530/script/[clientscript,script1614].cs2 deleted file mode 100644 index c277086f6..000000000 --- a/dumps/530/script/[clientscript,script1614].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1614 -[clientscript,script1614] -~script1717; -~script1612(interface_771:com_101, 0, 19); diff --git a/dumps/530/script/[clientscript,script1615].cs2 b/dumps/530/script/[clientscript,script1615].cs2 deleted file mode 100644 index bbef3de77..000000000 --- a/dumps/530/script/[clientscript,script1615].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1615 -[clientscript,script1615] -~script1717; -~script1612(interface_771:com_102, 0, 10); diff --git a/dumps/530/script/[clientscript,script1616].cs2 b/dumps/530/script/[clientscript,script1616].cs2 deleted file mode 100644 index 073d4b832..000000000 --- a/dumps/530/script/[clientscript,script1616].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1616 -[clientscript,script1616] -~script1717; -~script1612(interface_771:com_103, 0, 18); diff --git a/dumps/530/script/[clientscript,script1617].cs2 b/dumps/530/script/[clientscript,script1617].cs2 deleted file mode 100644 index 4c94e4769..000000000 --- a/dumps/530/script/[clientscript,script1617].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1617 -[clientscript,script1617] -~script1717; -~script1612(interface_771:com_104, 0, 4); diff --git a/dumps/530/script/[clientscript,script1618].cs2 b/dumps/530/script/[clientscript,script1618].cs2 deleted file mode 100644 index 1d03dded8..000000000 --- a/dumps/530/script/[clientscript,script1618].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1618 -[clientscript,script1618] -~script1717; -~script1612(interface_771:com_105, 0, 5); diff --git a/dumps/530/script/[clientscript,script1619].cs2 b/dumps/530/script/[clientscript,script1619].cs2 deleted file mode 100644 index e5a2aee09..000000000 --- a/dumps/530/script/[clientscript,script1619].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1619 -[clientscript,script1619] -~script1717; -~script1612(interface_771:com_106, 0, 15); diff --git a/dumps/530/script/[clientscript,script1620].cs2 b/dumps/530/script/[clientscript,script1620].cs2 deleted file mode 100644 index 12df8714a..000000000 --- a/dumps/530/script/[clientscript,script1620].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1620 -[clientscript,script1620] -~script1717; -~script1612(interface_771:com_107, 0, 7); diff --git a/dumps/530/script/[clientscript,script1621].cs2 b/dumps/530/script/[clientscript,script1621].cs2 deleted file mode 100644 index c5a657ef5..000000000 --- a/dumps/530/script/[clientscript,script1621].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1621 -[clientscript,script1621] -~script1717; -~script1612(interface_771:com_108, 0, 0); diff --git a/dumps/530/script/[clientscript,script1622].cs2 b/dumps/530/script/[clientscript,script1622].cs2 deleted file mode 100644 index e52b737ad..000000000 --- a/dumps/530/script/[clientscript,script1622].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1622 -[clientscript,script1622] -~script1717; -~script1612(interface_771:com_109, 0, 6); diff --git a/dumps/530/script/[clientscript,script1623].cs2 b/dumps/530/script/[clientscript,script1623].cs2 deleted file mode 100644 index fc6ff5750..000000000 --- a/dumps/530/script/[clientscript,script1623].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1623 -[clientscript,script1623] -~script1717; -~script1612(interface_771:com_110, 0, 21); diff --git a/dumps/530/script/[clientscript,script1624].cs2 b/dumps/530/script/[clientscript,script1624].cs2 deleted file mode 100644 index db96a29be..000000000 --- a/dumps/530/script/[clientscript,script1624].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1624 -[clientscript,script1624] -~script1717; -~script1612(interface_771:com_111, 0, 9); diff --git a/dumps/530/script/[clientscript,script1625].cs2 b/dumps/530/script/[clientscript,script1625].cs2 deleted file mode 100644 index 770c6077e..000000000 --- a/dumps/530/script/[clientscript,script1625].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1625 -[clientscript,script1625] -~script1717; -~script1612(interface_771:com_112, 0, 22); diff --git a/dumps/530/script/[clientscript,script1626].cs2 b/dumps/530/script/[clientscript,script1626].cs2 deleted file mode 100644 index 5f4615847..000000000 --- a/dumps/530/script/[clientscript,script1626].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1626 -[clientscript,script1626] -~script1717; -~script1612(interface_771:com_113, 0, 17); diff --git a/dumps/530/script/[clientscript,script1627].cs2 b/dumps/530/script/[clientscript,script1627].cs2 deleted file mode 100644 index e52408f7e..000000000 --- a/dumps/530/script/[clientscript,script1627].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1627 -[clientscript,script1627] -~script1717; -~script1612(interface_771:com_114, 0, 8); diff --git a/dumps/530/script/[clientscript,script1628].cs2 b/dumps/530/script/[clientscript,script1628].cs2 deleted file mode 100644 index 3cf55bf72..000000000 --- a/dumps/530/script/[clientscript,script1628].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1628 -[clientscript,script1628] -~script1717; -~script1612(interface_771:com_115, 0, 16); diff --git a/dumps/530/script/[clientscript,script1629].cs2 b/dumps/530/script/[clientscript,script1629].cs2 deleted file mode 100644 index b22ce1bb6..000000000 --- a/dumps/530/script/[clientscript,script1629].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1629 -[clientscript,script1629] -~script1717; -~script1612(interface_771:com_116, 0, 11); diff --git a/dumps/530/script/[clientscript,script162].cs2 b/dumps/530/script/[clientscript,script162].cs2 deleted file mode 100644 index fae51953c..000000000 --- a/dumps/530/script/[clientscript,script162].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 162 -[clientscript,script162](int $int0, component $component1, component $component2, int $int3) -if (cc_find($component1, $int0) = true) { - $int3 = calc($int3 - if_getscrolly($component1)); - if ($int3 < 10) { - ~script157($component2, $component1, calc(if_getscrolly($component1) - 4), 1); - } - if (calc($int3 + cc_getheight) > calc(if_getheight($component1) - 10)) { - ~script157($component2, $component1, calc(if_getscrolly($component1) + 4), 1); - } -} diff --git a/dumps/530/script/[clientscript,script1630].cs2 b/dumps/530/script/[clientscript,script1630].cs2 deleted file mode 100644 index 06695f570..000000000 --- a/dumps/530/script/[clientscript,script1630].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1630 -[clientscript,script1630] -~script1717; -~script1612(interface_771:com_117, 0, 24); diff --git a/dumps/530/script/[clientscript,script1631].cs2 b/dumps/530/script/[clientscript,script1631].cs2 deleted file mode 100644 index 0223abab8..000000000 --- a/dumps/530/script/[clientscript,script1631].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1631 -[clientscript,script1631] -~script1717; -~script1612(interface_771:com_118, 0, 23); diff --git a/dumps/530/script/[clientscript,script1632].cs2 b/dumps/530/script/[clientscript,script1632].cs2 deleted file mode 100644 index 1e098a609..000000000 --- a/dumps/530/script/[clientscript,script1632].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1632 -[clientscript,script1632] -~script1717; -~script1612(interface_771:com_119, 0, 3); diff --git a/dumps/530/script/[clientscript,script1633].cs2 b/dumps/530/script/[clientscript,script1633].cs2 deleted file mode 100644 index 994142e20..000000000 --- a/dumps/530/script/[clientscript,script1633].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1633 -[clientscript,script1633] -~script1717; -~script1612(interface_771:com_120, 0, 2); diff --git a/dumps/530/script/[clientscript,script1634].cs2 b/dumps/530/script/[clientscript,script1634].cs2 deleted file mode 100644 index 177d3a899..000000000 --- a/dumps/530/script/[clientscript,script1634].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1634 -[clientscript,script1634] -~script1717; -~script1612(interface_771:com_121, 0, 1); diff --git a/dumps/530/script/[clientscript,script1635].cs2 b/dumps/530/script/[clientscript,script1635].cs2 deleted file mode 100644 index 859c9d362..000000000 --- a/dumps/530/script/[clientscript,script1635].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1635 -[clientscript,script1635] -~script1717; -~script1612(interface_771:com_122, 0, 14); diff --git a/dumps/530/script/[clientscript,script1636].cs2 b/dumps/530/script/[clientscript,script1636].cs2 deleted file mode 100644 index 3709b0411..000000000 --- a/dumps/530/script/[clientscript,script1636].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1636 -[clientscript,script1636] -~script1717; -~script1612(interface_771:com_123, 0, 13); diff --git a/dumps/530/script/[clientscript,script1637].cs2 b/dumps/530/script/[clientscript,script1637].cs2 deleted file mode 100644 index 5054a64fd..000000000 --- a/dumps/530/script/[clientscript,script1637].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1637 -[clientscript,script1637] -~script1717; -~script1612(interface_771:com_124, 0, 12); diff --git a/dumps/530/script/[clientscript,script1638].cs2 b/dumps/530/script/[clientscript,script1638].cs2 deleted file mode 100644 index 55dc97730..000000000 --- a/dumps/530/script/[clientscript,script1638].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1638 -[clientscript,script1638] -~script1718; -~script1612(interface_771:com_151, 4, 0); diff --git a/dumps/530/script/[clientscript,script1639].cs2 b/dumps/530/script/[clientscript,script1639].cs2 deleted file mode 100644 index 9d42cf64b..000000000 --- a/dumps/530/script/[clientscript,script1639].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1639 -[clientscript,script1639] -~script1718; -~script1612(interface_771:com_152, 4, 1); diff --git a/dumps/530/script/[clientscript,script163].cs2 b/dumps/530/script/[clientscript,script163].cs2 deleted file mode 100644 index ad57e4697..000000000 --- a/dumps/530/script/[clientscript,script163].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 163 -[clientscript,script163](component $component0) -if_setgraphic("warning_icons,1", $component0); -return; diff --git a/dumps/530/script/[clientscript,script1640].cs2 b/dumps/530/script/[clientscript,script1640].cs2 deleted file mode 100644 index b0fb2db2d..000000000 --- a/dumps/530/script/[clientscript,script1640].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1640 -[clientscript,script1640] -~script1718; -~script1612(interface_771:com_153, 4, 2); diff --git a/dumps/530/script/[clientscript,script1641].cs2 b/dumps/530/script/[clientscript,script1641].cs2 deleted file mode 100644 index ec6aaeac5..000000000 --- a/dumps/530/script/[clientscript,script1641].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1641 -[clientscript,script1641] -~script1718; -~script1612(interface_771:com_154, 4, 3); diff --git a/dumps/530/script/[clientscript,script1642].cs2 b/dumps/530/script/[clientscript,script1642].cs2 deleted file mode 100644 index a020e9898..000000000 --- a/dumps/530/script/[clientscript,script1642].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1642 -[clientscript,script1642] -~script1718; -~script1612(interface_771:com_155, 4, 4); diff --git a/dumps/530/script/[clientscript,script1643].cs2 b/dumps/530/script/[clientscript,script1643].cs2 deleted file mode 100644 index 53f00acd0..000000000 --- a/dumps/530/script/[clientscript,script1643].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1643 -[clientscript,script1643] -~script1718; -~script1612(interface_771:com_156, 4, 5); diff --git a/dumps/530/script/[clientscript,script1644].cs2 b/dumps/530/script/[clientscript,script1644].cs2 deleted file mode 100644 index fac03d5b3..000000000 --- a/dumps/530/script/[clientscript,script1644].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1644 -[clientscript,script1644] -~script1718; -~script1612(interface_771:com_157, 4, 6); diff --git a/dumps/530/script/[clientscript,script1645].cs2 b/dumps/530/script/[clientscript,script1645].cs2 deleted file mode 100644 index 0100e044e..000000000 --- a/dumps/530/script/[clientscript,script1645].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1645 -[clientscript,script1645] -~script1718; -~script1612(interface_771:com_158, 4, 7); diff --git a/dumps/530/script/[clientscript,script1646].cs2 b/dumps/530/script/[clientscript,script1646].cs2 deleted file mode 100644 index 8767510bb..000000000 --- a/dumps/530/script/[clientscript,script1646].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1646 -[clientscript,script1646] -~script1719; -~script1612(interface_771:com_189, 1, 24); diff --git a/dumps/530/script/[clientscript,script1647].cs2 b/dumps/530/script/[clientscript,script1647].cs2 deleted file mode 100644 index 354e68a0d..000000000 --- a/dumps/530/script/[clientscript,script1647].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1647 -[clientscript,script1647] -~script1719; -~script1612(interface_771:com_190, 1, 23); diff --git a/dumps/530/script/[clientscript,script1648].cs2 b/dumps/530/script/[clientscript,script1648].cs2 deleted file mode 100644 index 4c20a734e..000000000 --- a/dumps/530/script/[clientscript,script1648].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1648 -[clientscript,script1648] -~script1719; -~script1612(interface_771:com_191, 1, 2); diff --git a/dumps/530/script/[clientscript,script1649].cs2 b/dumps/530/script/[clientscript,script1649].cs2 deleted file mode 100644 index 5ce3b29c0..000000000 --- a/dumps/530/script/[clientscript,script1649].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1649 -[clientscript,script1649] -~script1719; -~script1612(interface_771:com_192, 1, 22); diff --git a/dumps/530/script/[clientscript,script164].cs2 b/dumps/530/script/[clientscript,script164].cs2 deleted file mode 100644 index 26b8cee22..000000000 --- a/dumps/530/script/[clientscript,script164].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 164 -[clientscript,script164](component $component0, int $int1) -if (~script166($int1) = 7) { - if_setgraphic("warning_icons,2", $component0); - return; -} else { - if_setgraphic("warning_icons,1", $component0); - return; -} diff --git a/dumps/530/script/[clientscript,script1650].cs2 b/dumps/530/script/[clientscript,script1650].cs2 deleted file mode 100644 index ea5f91f53..000000000 --- a/dumps/530/script/[clientscript,script1650].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1650 -[clientscript,script1650] -~script1719; -~script1612(interface_771:com_193, 1, 12); diff --git a/dumps/530/script/[clientscript,script1651].cs2 b/dumps/530/script/[clientscript,script1651].cs2 deleted file mode 100644 index 5e7d5df51..000000000 --- a/dumps/530/script/[clientscript,script1651].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1651 -[clientscript,script1651] -~script1719; -~script1612(interface_771:com_194, 1, 11); diff --git a/dumps/530/script/[clientscript,script1652].cs2 b/dumps/530/script/[clientscript,script1652].cs2 deleted file mode 100644 index c772f712e..000000000 --- a/dumps/530/script/[clientscript,script1652].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1652 -[clientscript,script1652] -~script1719; -~script1612(interface_771:com_195, 1, 6); diff --git a/dumps/530/script/[clientscript,script1653].cs2 b/dumps/530/script/[clientscript,script1653].cs2 deleted file mode 100644 index 046258d73..000000000 --- a/dumps/530/script/[clientscript,script1653].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1653 -[clientscript,script1653] -~script1719; -~script1612(interface_771:com_196, 1, 19); diff --git a/dumps/530/script/[clientscript,script1654].cs2 b/dumps/530/script/[clientscript,script1654].cs2 deleted file mode 100644 index a95a6c6ee..000000000 --- a/dumps/530/script/[clientscript,script1654].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1654 -[clientscript,script1654] -~script1719; -~script1612(interface_771:com_197, 1, 4); diff --git a/dumps/530/script/[clientscript,script1655].cs2 b/dumps/530/script/[clientscript,script1655].cs2 deleted file mode 100644 index db5847161..000000000 --- a/dumps/530/script/[clientscript,script1655].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1655 -[clientscript,script1655] -~script1719; -~script1612(interface_771:com_198, 1, 0); diff --git a/dumps/530/script/[clientscript,script1656].cs2 b/dumps/530/script/[clientscript,script1656].cs2 deleted file mode 100644 index 0ae08f3de..000000000 --- a/dumps/530/script/[clientscript,script1656].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1656 -[clientscript,script1656] -~script1719; -~script1612(interface_771:com_199, 1, 9); diff --git a/dumps/530/script/[clientscript,script1657].cs2 b/dumps/530/script/[clientscript,script1657].cs2 deleted file mode 100644 index 5e8647986..000000000 --- a/dumps/530/script/[clientscript,script1657].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1657 -[clientscript,script1657] -~script1719; -~script1612(interface_771:com_200, 1, 13); diff --git a/dumps/530/script/[clientscript,script1658].cs2 b/dumps/530/script/[clientscript,script1658].cs2 deleted file mode 100644 index ffc2b767c..000000000 --- a/dumps/530/script/[clientscript,script1658].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1658 -[clientscript,script1658] -~script1719; -~script1612(interface_771:com_201, 1, 25); diff --git a/dumps/530/script/[clientscript,script1659].cs2 b/dumps/530/script/[clientscript,script1659].cs2 deleted file mode 100644 index 2fe619b01..000000000 --- a/dumps/530/script/[clientscript,script1659].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1659 -[clientscript,script1659] -~script1719; -~script1612(interface_771:com_202, 1, 8); diff --git a/dumps/530/script/[clientscript,script165].cs2 b/dumps/530/script/[clientscript,script165].cs2 deleted file mode 100644 index 59c63d428..000000000 --- a/dumps/530/script/[clientscript,script165].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 165 -[clientscript,script165](component $component0, int $int1) -def_int $int2 = ~script166($int1); -if ($int2 = 7) { - if_setgraphic("wild_ditch_sign_button,0", $component0); - if_setcolour(^red, enum(int, component, enum_688, $int1)); -} else if ($int2 = 6) { - if_setgraphic("wild_ditch_sign_button,1", $component0); - if_setcolour(^green, enum(int, component, enum_688, $int1)); -} else { - if_setgraphic("wild_ditch_sign_button,2", $component0); - if_setcolour(0xcccccc, enum(int, component, enum_688, $int1)); -} diff --git a/dumps/530/script/[clientscript,script1660].cs2 b/dumps/530/script/[clientscript,script1660].cs2 deleted file mode 100644 index f4071878f..000000000 --- a/dumps/530/script/[clientscript,script1660].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1660 -[clientscript,script1660] -~script1719; -~script1612(interface_771:com_203, 1, 15); diff --git a/dumps/530/script/[clientscript,script1661].cs2 b/dumps/530/script/[clientscript,script1661].cs2 deleted file mode 100644 index 9decaaef7..000000000 --- a/dumps/530/script/[clientscript,script1661].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1661 -[clientscript,script1661] -~script1719; -~script1612(interface_771:com_204, 1, 26); diff --git a/dumps/530/script/[clientscript,script1662].cs2 b/dumps/530/script/[clientscript,script1662].cs2 deleted file mode 100644 index 5d79a0298..000000000 --- a/dumps/530/script/[clientscript,script1662].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1662 -[clientscript,script1662] -~script1719; -~script1612(interface_771:com_205, 1, 21); diff --git a/dumps/530/script/[clientscript,script1663].cs2 b/dumps/530/script/[clientscript,script1663].cs2 deleted file mode 100644 index 8a2f32696..000000000 --- a/dumps/530/script/[clientscript,script1663].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1663 -[clientscript,script1663] -~script1719; -~script1612(interface_771:com_206, 1, 7); diff --git a/dumps/530/script/[clientscript,script1664].cs2 b/dumps/530/script/[clientscript,script1664].cs2 deleted file mode 100644 index fd78add80..000000000 --- a/dumps/530/script/[clientscript,script1664].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1664 -[clientscript,script1664] -~script1719; -~script1612(interface_771:com_207, 1, 20); diff --git a/dumps/530/script/[clientscript,script1665].cs2 b/dumps/530/script/[clientscript,script1665].cs2 deleted file mode 100644 index d34d8c38d..000000000 --- a/dumps/530/script/[clientscript,script1665].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1665 -[clientscript,script1665] -~script1719; -~script1612(interface_771:com_208, 1, 14); diff --git a/dumps/530/script/[clientscript,script1666].cs2 b/dumps/530/script/[clientscript,script1666].cs2 deleted file mode 100644 index 53beca7a6..000000000 --- a/dumps/530/script/[clientscript,script1666].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1666 -[clientscript,script1666] -~script1719; -~script1612(interface_771:com_209, 1, 10); diff --git a/dumps/530/script/[clientscript,script1667].cs2 b/dumps/530/script/[clientscript,script1667].cs2 deleted file mode 100644 index 2b982d6e6..000000000 --- a/dumps/530/script/[clientscript,script1667].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1667 -[clientscript,script1667] -~script1719; -~script1612(interface_771:com_210, 1, 28); diff --git a/dumps/530/script/[clientscript,script1668].cs2 b/dumps/530/script/[clientscript,script1668].cs2 deleted file mode 100644 index c5738a7eb..000000000 --- a/dumps/530/script/[clientscript,script1668].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1668 -[clientscript,script1668] -~script1719; -~script1612(interface_771:com_211, 1, 27); diff --git a/dumps/530/script/[clientscript,script1669].cs2 b/dumps/530/script/[clientscript,script1669].cs2 deleted file mode 100644 index d4b507eff..000000000 --- a/dumps/530/script/[clientscript,script1669].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1669 -[clientscript,script1669] -~script1719; -~script1612(interface_771:com_212, 1, 3); diff --git a/dumps/530/script/[clientscript,script1670].cs2 b/dumps/530/script/[clientscript,script1670].cs2 deleted file mode 100644 index aa1523a19..000000000 --- a/dumps/530/script/[clientscript,script1670].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1670 -[clientscript,script1670] -~script1719; -~script1612(interface_771:com_213, 1, 5); diff --git a/dumps/530/script/[clientscript,script1671].cs2 b/dumps/530/script/[clientscript,script1671].cs2 deleted file mode 100644 index 14d4e4a37..000000000 --- a/dumps/530/script/[clientscript,script1671].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1671 -[clientscript,script1671] -~script1719; -~script1612(interface_771:com_214, 1, 18); diff --git a/dumps/530/script/[clientscript,script1672].cs2 b/dumps/530/script/[clientscript,script1672].cs2 deleted file mode 100644 index 32f5e3f8e..000000000 --- a/dumps/530/script/[clientscript,script1672].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1672 -[clientscript,script1672] -~script1719; -~script1612(interface_771:com_215, 1, 17); diff --git a/dumps/530/script/[clientscript,script1673].cs2 b/dumps/530/script/[clientscript,script1673].cs2 deleted file mode 100644 index 94a2fd6ce..000000000 --- a/dumps/530/script/[clientscript,script1673].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1673 -[clientscript,script1673] -~script1719; -~script1612(interface_771:com_216, 1, 1); diff --git a/dumps/530/script/[clientscript,script1674].cs2 b/dumps/530/script/[clientscript,script1674].cs2 deleted file mode 100644 index 9a2032751..000000000 --- a/dumps/530/script/[clientscript,script1674].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1674 -[clientscript,script1674] -~script1719; -~script1612(interface_771:com_217, 1, 16); diff --git a/dumps/530/script/[clientscript,script1675].cs2 b/dumps/530/script/[clientscript,script1675].cs2 deleted file mode 100644 index 82773be98..000000000 --- a/dumps/530/script/[clientscript,script1675].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1675 -[clientscript,script1675] -~script1720; -~script1612(interface_771:com_248, 2, 26); diff --git a/dumps/530/script/[clientscript,script1676].cs2 b/dumps/530/script/[clientscript,script1676].cs2 deleted file mode 100644 index 113867aea..000000000 --- a/dumps/530/script/[clientscript,script1676].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1676 -[clientscript,script1676] -~script1720; -~script1612(interface_771:com_249, 2, 24); diff --git a/dumps/530/script/[clientscript,script1677].cs2 b/dumps/530/script/[clientscript,script1677].cs2 deleted file mode 100644 index 78d36077e..000000000 --- a/dumps/530/script/[clientscript,script1677].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1677 -[clientscript,script1677] -~script1720; -~script1612(interface_771:com_250, 2, 23); diff --git a/dumps/530/script/[clientscript,script1678].cs2 b/dumps/530/script/[clientscript,script1678].cs2 deleted file mode 100644 index 4bfbd1a60..000000000 --- a/dumps/530/script/[clientscript,script1678].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1678 -[clientscript,script1678] -~script1720; -~script1612(interface_771:com_251, 2, 3); diff --git a/dumps/530/script/[clientscript,script1679].cs2 b/dumps/530/script/[clientscript,script1679].cs2 deleted file mode 100644 index 79ec15471..000000000 --- a/dumps/530/script/[clientscript,script1679].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1679 -[clientscript,script1679] -~script1720; -~script1612(interface_771:com_252, 2, 22); diff --git a/dumps/530/script/[clientscript,script167].cs2 b/dumps/530/script/[clientscript,script167].cs2 deleted file mode 100644 index eab98481a..000000000 --- a/dumps/530/script/[clientscript,script167].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 167 -[clientscript,script167](component $component0, int $rgb1) -if_setcolour($rgb1, $component0); diff --git a/dumps/530/script/[clientscript,script1680].cs2 b/dumps/530/script/[clientscript,script1680].cs2 deleted file mode 100644 index 46e5e675c..000000000 --- a/dumps/530/script/[clientscript,script1680].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1680 -[clientscript,script1680] -~script1720; -~script1612(interface_771:com_253, 2, 13); diff --git a/dumps/530/script/[clientscript,script1681].cs2 b/dumps/530/script/[clientscript,script1681].cs2 deleted file mode 100644 index 6999ec56a..000000000 --- a/dumps/530/script/[clientscript,script1681].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1681 -[clientscript,script1681] -~script1720; -~script1612(interface_771:com_254, 2, 12); diff --git a/dumps/530/script/[clientscript,script1682].cs2 b/dumps/530/script/[clientscript,script1682].cs2 deleted file mode 100644 index 7736ac238..000000000 --- a/dumps/530/script/[clientscript,script1682].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1682 -[clientscript,script1682] -~script1720; -~script1612(interface_771:com_255, 2, 7); diff --git a/dumps/530/script/[clientscript,script1683].cs2 b/dumps/530/script/[clientscript,script1683].cs2 deleted file mode 100644 index 87a4c47ce..000000000 --- a/dumps/530/script/[clientscript,script1683].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1683 -[clientscript,script1683] -~script1720; -~script1612(interface_771:com_256, 2, 19); diff --git a/dumps/530/script/[clientscript,script1684].cs2 b/dumps/530/script/[clientscript,script1684].cs2 deleted file mode 100644 index 384e370ff..000000000 --- a/dumps/530/script/[clientscript,script1684].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1684 -[clientscript,script1684] -~script1720; -~script1612(interface_771:com_257, 2, 5); diff --git a/dumps/530/script/[clientscript,script1685].cs2 b/dumps/530/script/[clientscript,script1685].cs2 deleted file mode 100644 index d67061426..000000000 --- a/dumps/530/script/[clientscript,script1685].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1685 -[clientscript,script1685] -~script1720; -~script1612(interface_771:com_258, 2, 1); diff --git a/dumps/530/script/[clientscript,script1686].cs2 b/dumps/530/script/[clientscript,script1686].cs2 deleted file mode 100644 index 08f12c4fc..000000000 --- a/dumps/530/script/[clientscript,script1686].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1686 -[clientscript,script1686] -~script1720; -~script1612(interface_771:com_259, 2, 10); diff --git a/dumps/530/script/[clientscript,script1687].cs2 b/dumps/530/script/[clientscript,script1687].cs2 deleted file mode 100644 index 12c1f330c..000000000 --- a/dumps/530/script/[clientscript,script1687].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1687 -[clientscript,script1687] -~script1720; -~script1612(interface_771:com_260, 2, 14); diff --git a/dumps/530/script/[clientscript,script1688].cs2 b/dumps/530/script/[clientscript,script1688].cs2 deleted file mode 100644 index 633be7d5f..000000000 --- a/dumps/530/script/[clientscript,script1688].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1688 -[clientscript,script1688] -~script1720; -~script1612(interface_771:com_261, 2, 25); diff --git a/dumps/530/script/[clientscript,script1689].cs2 b/dumps/530/script/[clientscript,script1689].cs2 deleted file mode 100644 index ffd941a7f..000000000 --- a/dumps/530/script/[clientscript,script1689].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1689 -[clientscript,script1689] -~script1720; -~script1612(interface_771:com_262, 2, 9); diff --git a/dumps/530/script/[clientscript,script168].cs2 b/dumps/530/script/[clientscript,script168].cs2 deleted file mode 100644 index 145e62136..000000000 --- a/dumps/530/script/[clientscript,script168].cs2 +++ /dev/null @@ -1,62 +0,0 @@ -// 168 -[clientscript,script168] -if_setgraphic(null, interface_559:com_86); -if_setgraphic(null, interface_559:com_72); -if_setgraphic(null, interface_559:com_73); -if_setgraphic(null, interface_559:com_74); -if_setgraphic(null, interface_559:com_75); -if_setgraphic(null, interface_559:com_76); -if_setgraphic(null, interface_559:com_77); -if_setgraphic(null, interface_559:com_78); -if_setgraphic(null, interface_559:com_79); -if_setgraphic(null, interface_559:com_80); -if_setgraphic(null, interface_559:com_81); -if_setgraphic(null, interface_559:com_82); -if_setgraphic(null, interface_559:com_83); -if_setgraphic(null, interface_559:com_84); -if_setgraphic(null, interface_559:com_85); -if (%varplayerbit_3801 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_86); -} -if (%varplayerbit_3802 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_72); -} -if (%varplayerbit_3803 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_73); -} -if (%varplayerbit_3804 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_74); -} -if (%varplayerbit_3805 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_75); -} -if (%varplayerbit_3806 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_76); -} -if (%varplayerbit_3807 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_77); -} -if (%varplayerbit_3808 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_78); -} -if (%varplayerbit_3809 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_79); -} -if (%varplayerbit_3810 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_80); -} -if (%varplayerbit_3811 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_81); -} -if (%varplayerbit_3812 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_82); -} -if (%varplayerbit_3813 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_83); -} -if (%varplayerbit_3814 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_84); -} -if (%varplayerbit_3815 = 1) { - if_setgraphic(overlay_multiway, interface_559:com_85); -} diff --git a/dumps/530/script/[clientscript,script1690].cs2 b/dumps/530/script/[clientscript,script1690].cs2 deleted file mode 100644 index fc57c2df0..000000000 --- a/dumps/530/script/[clientscript,script1690].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1690 -[clientscript,script1690] -~script1720; -~script1612(interface_771:com_263, 2, 0); diff --git a/dumps/530/script/[clientscript,script1691].cs2 b/dumps/530/script/[clientscript,script1691].cs2 deleted file mode 100644 index b390ce59c..000000000 --- a/dumps/530/script/[clientscript,script1691].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1691 -[clientscript,script1691] -~script1720; -~script1612(interface_771:com_264, 2, 21); diff --git a/dumps/530/script/[clientscript,script1692].cs2 b/dumps/530/script/[clientscript,script1692].cs2 deleted file mode 100644 index 9eab61676..000000000 --- a/dumps/530/script/[clientscript,script1692].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1692 -[clientscript,script1692] -~script1720; -~script1612(interface_771:com_265, 2, 8); diff --git a/dumps/530/script/[clientscript,script1693].cs2 b/dumps/530/script/[clientscript,script1693].cs2 deleted file mode 100644 index aa5e2e410..000000000 --- a/dumps/530/script/[clientscript,script1693].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1693 -[clientscript,script1693] -~script1720; -~script1612(interface_771:com_266, 2, 20); diff --git a/dumps/530/script/[clientscript,script1694].cs2 b/dumps/530/script/[clientscript,script1694].cs2 deleted file mode 100644 index b92c4313c..000000000 --- a/dumps/530/script/[clientscript,script1694].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1694 -[clientscript,script1694] -~script1720; -~script1612(interface_771:com_267, 2, 15); diff --git a/dumps/530/script/[clientscript,script1695].cs2 b/dumps/530/script/[clientscript,script1695].cs2 deleted file mode 100644 index f2f771d64..000000000 --- a/dumps/530/script/[clientscript,script1695].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1695 -[clientscript,script1695] -~script1720; -~script1612(interface_771:com_268, 2, 11); diff --git a/dumps/530/script/[clientscript,script1696].cs2 b/dumps/530/script/[clientscript,script1696].cs2 deleted file mode 100644 index bfd738404..000000000 --- a/dumps/530/script/[clientscript,script1696].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1696 -[clientscript,script1696] -~script1720; -~script1612(interface_771:com_269, 2, 28); diff --git a/dumps/530/script/[clientscript,script1697].cs2 b/dumps/530/script/[clientscript,script1697].cs2 deleted file mode 100644 index 6058b57db..000000000 --- a/dumps/530/script/[clientscript,script1697].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1697 -[clientscript,script1697] -~script1720; -~script1612(interface_771:com_270, 2, 27); diff --git a/dumps/530/script/[clientscript,script1698].cs2 b/dumps/530/script/[clientscript,script1698].cs2 deleted file mode 100644 index 5477cc2f8..000000000 --- a/dumps/530/script/[clientscript,script1698].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1698 -[clientscript,script1698] -~script1720; -~script1612(interface_771:com_271, 2, 4); diff --git a/dumps/530/script/[clientscript,script1699].cs2 b/dumps/530/script/[clientscript,script1699].cs2 deleted file mode 100644 index 5f9461bae..000000000 --- a/dumps/530/script/[clientscript,script1699].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1699 -[clientscript,script1699] -~script1720; -~script1612(interface_771:com_272, 2, 6); diff --git a/dumps/530/script/[clientscript,script169].cs2 b/dumps/530/script/[clientscript,script169].cs2 deleted file mode 100644 index a3adcd2ff..000000000 --- a/dumps/530/script/[clientscript,script169].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 169 -[clientscript,script169](int $int0, component $component1) -if (%varplayerbit_3905 = $int0) { - if_setcolour(0xdd5032, $component1); -} else { - if_setcolour(0x64501e, $component1); -} diff --git a/dumps/530/script/[clientscript,script16].cs2 b/dumps/530/script/[clientscript,script16].cs2 deleted file mode 100644 index 4ccf13afa..000000000 --- a/dumps/530/script/[clientscript,script16].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 16 -[clientscript,script16](component $component0, graphic $graphic1, graphic $graphic2, int $int3, obj $obj4, int $int5, obj $obj6, int $int7, obj $obj8, int $int9, obj $obj10, int $int11) -~script21($component0, $graphic1, $graphic2, $int3, $obj4, $int5, $obj6, $int7, $obj8, $int9, $obj10, $int11); diff --git a/dumps/530/script/[clientscript,script1700].cs2 b/dumps/530/script/[clientscript,script1700].cs2 deleted file mode 100644 index 3546c74b0..000000000 --- a/dumps/530/script/[clientscript,script1700].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1700 -[clientscript,script1700] -~script1720; -~script1612(interface_771:com_273, 2, 18); diff --git a/dumps/530/script/[clientscript,script1701].cs2 b/dumps/530/script/[clientscript,script1701].cs2 deleted file mode 100644 index 82207d2df..000000000 --- a/dumps/530/script/[clientscript,script1701].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1701 -[clientscript,script1701] -~script1720; -~script1612(interface_771:com_274, 2, 17); diff --git a/dumps/530/script/[clientscript,script1702].cs2 b/dumps/530/script/[clientscript,script1702].cs2 deleted file mode 100644 index 294136295..000000000 --- a/dumps/530/script/[clientscript,script1702].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1702 -[clientscript,script1702] -~script1720; -~script1612(interface_771:com_275, 2, 2); diff --git a/dumps/530/script/[clientscript,script1703].cs2 b/dumps/530/script/[clientscript,script1703].cs2 deleted file mode 100644 index dc776a7f6..000000000 --- a/dumps/530/script/[clientscript,script1703].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1703 -[clientscript,script1703] -~script1720; -~script1612(interface_771:com_276, 2, 16); diff --git a/dumps/530/script/[clientscript,script1704].cs2 b/dumps/530/script/[clientscript,script1704].cs2 deleted file mode 100644 index 4a3865149..000000000 --- a/dumps/530/script/[clientscript,script1704].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1704 -[clientscript,script1704] -~script1721; -~script1612(interface_771:com_307, 3, 0); diff --git a/dumps/530/script/[clientscript,script1705].cs2 b/dumps/530/script/[clientscript,script1705].cs2 deleted file mode 100644 index e956fea87..000000000 --- a/dumps/530/script/[clientscript,script1705].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1705 -[clientscript,script1705] -~script1721; -~script1612(interface_771:com_308, 3, 1); diff --git a/dumps/530/script/[clientscript,script1706].cs2 b/dumps/530/script/[clientscript,script1706].cs2 deleted file mode 100644 index 828338ece..000000000 --- a/dumps/530/script/[clientscript,script1706].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1706 -[clientscript,script1706] -~script1721; -~script1612(interface_771:com_309, 3, 2); diff --git a/dumps/530/script/[clientscript,script1707].cs2 b/dumps/530/script/[clientscript,script1707].cs2 deleted file mode 100644 index 41f467023..000000000 --- a/dumps/530/script/[clientscript,script1707].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1707 -[clientscript,script1707] -~script1721; -~script1612(interface_771:com_310, 3, 3); diff --git a/dumps/530/script/[clientscript,script1708].cs2 b/dumps/530/script/[clientscript,script1708].cs2 deleted file mode 100644 index e8568f372..000000000 --- a/dumps/530/script/[clientscript,script1708].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1708 -[clientscript,script1708] -~script1721; -~script1612(interface_771:com_311, 3, 4); diff --git a/dumps/530/script/[clientscript,script1709].cs2 b/dumps/530/script/[clientscript,script1709].cs2 deleted file mode 100644 index 6e454d0fb..000000000 --- a/dumps/530/script/[clientscript,script1709].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1709 -[clientscript,script1709] -~script1721; -~script1612(interface_771:com_312, 3, 5); diff --git a/dumps/530/script/[clientscript,script170].cs2 b/dumps/530/script/[clientscript,script170].cs2 deleted file mode 100644 index 698a1ff9a..000000000 --- a/dumps/530/script/[clientscript,script170].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 170 -[clientscript,script170] -if (%varplayerbit_3905 = 1) { - if_settext("/5", interface_588:com_7); -} else if (%varplayerbit_3905 = 2) { - if_settext("/5", interface_588:com_7); -} else if (%varplayerbit_3905 = 3) { - if_settext("/5", interface_588:com_7); -} else if (%varplayerbit_3905 = 4) { - if_settext("/5", interface_588:com_7); -} diff --git a/dumps/530/script/[clientscript,script171].cs2 b/dumps/530/script/[clientscript,script171].cs2 deleted file mode 100644 index 38340bed1..000000000 --- a/dumps/530/script/[clientscript,script171].cs2 +++ /dev/null @@ -1,35 +0,0 @@ -// 171 -[clientscript,script171] -if (%varclient_40 = 0) { - if_settext("Show riddle", interface_390:com_6); - if_setop(1, "Show", interface_390:com_6); - if_sethide(false, interface_390:com_7); - if_sethide(false, interface_390:com_8); - if_sethide(false, interface_390:com_9); - if_sethide(false, interface_390:com_10); - if_sethide(false, interface_390:com_11); - if_sethide(false, interface_390:com_12); - if_sethide(false, interface_390:com_13); - if_sethide(false, interface_390:com_14); - if_sethide(true, interface_390:com_3); - if_sethide(true, interface_390:com_5); - %varclient_40 = 1; -} else { - if_settext("Hide riddle", interface_390:com_6); - if_setop(1, "Hide", interface_390:com_6); - if_settext("You seek the grail of old,
but no longer is it a goblet of gold.
Among these nine will you find what you seek,
but be careful and don't peek!
A wrong choice will expel you,
so consider carefully each clue.

Three boxes contain only air,
beware of three boxes, for danger lurks there.
Two hold only rubbish but would fool you with disguise,
only one box holds your prize.

Clues will give the information you need,

rubbish always sits to the right of danger, pay heed.
There is nothing helpful in boxes great in height,
and boxes on either end will not end your plight.
A tall or small box will only bring you anger,
but a square box will not put you in danger.", interface_390:com_18); - if_setcolour(^black, interface_390:com_18); - if_sethide(true, interface_390:com_7); - if_sethide(true, interface_390:com_8); - if_sethide(true, interface_390:com_9); - if_sethide(true, interface_390:com_10); - if_sethide(true, interface_390:com_11); - if_sethide(true, interface_390:com_12); - if_sethide(true, interface_390:com_13); - if_sethide(true, interface_390:com_14); - if_sethide(false, interface_390:com_3); - if_sethide(false, interface_390:com_5); - if_setscrollsize(190, 520, interface_390:com_19); - ~script31(interface_390:com_5, interface_390:com_19, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); - %varclient_40 = 0; -} diff --git a/dumps/530/script/[clientscript,script1722].cs2 b/dumps/530/script/[clientscript,script1722].cs2 deleted file mode 100644 index 39d09edb5..000000000 --- a/dumps/530/script/[clientscript,script1722].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1722 -[clientscript,script1722](component $component0, int $int1, graphic $graphic2, graphic $graphic3, int $int4) -$int4 = calc($int4 + clientclock); -if (cc_find($component0, $int1) = true | $int1 = -1 & if_find($component0) = true) { - cc_setgraphic($graphic2); - cc_setontimer("script1723($component0, $int1, $graphic3, $int4)"); -} diff --git a/dumps/530/script/[clientscript,script1723].cs2 b/dumps/530/script/[clientscript,script1723].cs2 deleted file mode 100644 index 3d1da9f73..000000000 --- a/dumps/530/script/[clientscript,script1723].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1723 -[clientscript,script1723](component $component0, int $int1, graphic $graphic2, int $int3) -if (clientclock < $int3) { - return; -} -if (cc_find($component0, $int1) = true | $int1 = -1 & if_find($component0) = true) { - cc_setgraphic($graphic2); - cc_setontimer(null); -} diff --git a/dumps/530/script/[clientscript,script1724].cs2 b/dumps/530/script/[clientscript,script1724].cs2 deleted file mode 100644 index f5bf1496e..000000000 --- a/dumps/530/script/[clientscript,script1724].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1724 -[clientscript,script1724](component $component0) -~script1725($component0); diff --git a/dumps/530/script/[clientscript,script1726].cs2 b/dumps/530/script/[clientscript,script1726].cs2 deleted file mode 100644 index 542ccd47f..000000000 --- a/dumps/530/script/[clientscript,script1726].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1726 -[clientscript,script1726](component $component0) -def_int $int1 = 0; -if (calc(clientclock % 40) > 20) { - if_settrans(0, $component0); - if (calc(clientclock % 40) = 21) { - sound_synth(synth_5009, 1, 0); - } -} else { - if_settrans(255, $component0); -} diff --git a/dumps/530/script/[clientscript,script1727].cs2 b/dumps/530/script/[clientscript,script1727].cs2 deleted file mode 100644 index 1616b5c8b..000000000 --- a/dumps/530/script/[clientscript,script1727].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1727 -[clientscript,script1727](component $component0) -~script1728($component0); diff --git a/dumps/530/script/[clientscript,script1729].cs2 b/dumps/530/script/[clientscript,script1729].cs2 deleted file mode 100644 index ecbc1bed0..000000000 --- a/dumps/530/script/[clientscript,script1729].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1729 -[clientscript,script1729](component $component0) -~script1730($component0); diff --git a/dumps/530/script/[clientscript,script172].cs2 b/dumps/530/script/[clientscript,script172].cs2 deleted file mode 100644 index 9c9d48235..000000000 --- a/dumps/530/script/[clientscript,script172].cs2 +++ /dev/null @@ -1,31 +0,0 @@ -// 172 -[clientscript,script172] -%varclient_12 = 0; -%varclient_13 = 0; -%varclient_14 = 0; -%varclient_15 = 0; -%varclient_16 = 0; -%varclient_17 = 0; -%varclient_18 = 0; -%varclient_19 = 0; -%varclient_20 = 0; -%varclient_21 = 0; -%varclient_22 = 0; -%varclient_23 = 0; -%varclient_24 = 0; -%varclient_25 = 0; -%varclient_26 = 0; -%varclient_27 = 0; -%varclient_28 = 0; -%varclient_29 = 0; -%varclient_30 = 0; -%varclient_31 = 0; -%varclient_32 = 0; -%varclient_33 = 0; -%varclient_34 = 0; -%varclient_35 = 0; -%varclient_36 = 0; -%varclient_37 = 0; -%varclient_38 = 0; -%varclient_39 = 0; -%varclient_212 = 0; diff --git a/dumps/530/script/[clientscript,script1731].cs2 b/dumps/530/script/[clientscript,script1731].cs2 deleted file mode 100644 index 71e06d697..000000000 --- a/dumps/530/script/[clientscript,script1731].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1731 -[clientscript,script1731](component $component0, string $string0) -def_int $int1 = 0; -if (%varclient_198 ! 1) { - if_setontimer(null, $component0); - if_settext($string0, $component0); - return; -} -if (calc(clientclock % 20) > 9) { - if_settext("", $component0); - if (calc(clientclock % 20) = 10) { - sound_synth(synth_5009, 1, 0); - } -} else { - if_settext($string0, $component0); -} diff --git a/dumps/530/script/[clientscript,script1732].cs2 b/dumps/530/script/[clientscript,script1732].cs2 deleted file mode 100644 index 564201269..000000000 --- a/dumps/530/script/[clientscript,script1732].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1732 -[clientscript,script1732](int $int0) -%varclient_198 = 0; diff --git a/dumps/530/script/[clientscript,script1733].cs2 b/dumps/530/script/[clientscript,script1733].cs2 deleted file mode 100644 index a9c5cf78b..000000000 --- a/dumps/530/script/[clientscript,script1733].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1733 -[clientscript,script1733](int $int0) -%varclient_198 = 0; diff --git a/dumps/530/script/[clientscript,script1734].cs2 b/dumps/530/script/[clientscript,script1734].cs2 deleted file mode 100644 index 6285546f7..000000000 --- a/dumps/530/script/[clientscript,script1734].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1734 -[clientscript,script1734](component $component0, int $int1) -~script1735($component0, $int1); diff --git a/dumps/530/script/[clientscript,script1736].cs2 b/dumps/530/script/[clientscript,script1736].cs2 deleted file mode 100644 index 1c0dd7cad..000000000 --- a/dumps/530/script/[clientscript,script1736].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1736 -[clientscript,script1736](component $component0, int $int1) -def_int $int2 = 0; -if (cc_find($component0, $int1) = true) { - if (calc(clientclock % 40) > 20) { - cc_settrans(0); - if (calc(clientclock % 40) = 21) { - sound_synth(synth_5009, 1, 0); - } - } else { - cc_settrans(255); - } -} diff --git a/dumps/530/script/[clientscript,script1737].cs2 b/dumps/530/script/[clientscript,script1737].cs2 deleted file mode 100644 index 3db1e7718..000000000 --- a/dumps/530/script/[clientscript,script1737].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1737 -[clientscript,script1737](component $component0, int $int1) -~script1738($component0, $int1); diff --git a/dumps/530/script/[clientscript,script1739].cs2 b/dumps/530/script/[clientscript,script1739].cs2 deleted file mode 100644 index d68bf012c..000000000 --- a/dumps/530/script/[clientscript,script1739].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1739 -[clientscript,script1739](component $component0, inv $inv1, int $int2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -if_setoninvtransmit("script151($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8){$inv1}", $component0); diff --git a/dumps/530/script/[clientscript,script173].cs2 b/dumps/530/script/[clientscript,script173].cs2 deleted file mode 100644 index 5a9aab275..000000000 --- a/dumps/530/script/[clientscript,script173].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 173 -[clientscript,script173](int $int0) -%varclient_42 = $int0; -~script178; diff --git a/dumps/530/script/[clientscript,script1740].cs2 b/dumps/530/script/[clientscript,script1740].cs2 deleted file mode 100644 index 73f04aca6..000000000 --- a/dumps/530/script/[clientscript,script1740].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1740 -[clientscript,script1740](component $component0) -~script1741($component0); diff --git a/dumps/530/script/[clientscript,script1745].cs2 b/dumps/530/script/[clientscript,script1745].cs2 deleted file mode 100644 index b6959d762..000000000 --- a/dumps/530/script/[clientscript,script1745].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1745 -[clientscript,script1745] -if (%varclient_217 < 1) { - %varclient_217 = calc(%varclient_217 + 1); - return; -} -%varclient_217 = 0; -if (%varclient_216 = 1) { - %varclient_215 = calc(%varclient_215 - 9); -} else { - %varclient_215 = calc(%varclient_215 + 9); -} -%varclient_215 = min(%varclient_215, 255); -%varclient_215 = max(%varclient_215, 0); -if_settrans(%varclient_215, interface_680:com_2); diff --git a/dumps/530/script/[clientscript,script1746].cs2 b/dumps/530/script/[clientscript,script1746].cs2 deleted file mode 100644 index 4979da3ae..000000000 --- a/dumps/530/script/[clientscript,script1746].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1746 -[clientscript,script1746](component $component0, component $component1) -if (%varclient_228 > 2) { - if_setmodel(model_15678, $component0); - if_setcolour(0x33ff00, $component1); -} else { - if_setmodel(model_15677, $component0); - if_setcolour(0x910000, $component1); -} -if_settext(tostring(%varclient_228), $component1); diff --git a/dumps/530/script/[clientscript,script1747].cs2 b/dumps/530/script/[clientscript,script1747].cs2 deleted file mode 100644 index 097088d1c..000000000 --- a/dumps/530/script/[clientscript,script1747].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1747 -[clientscript,script1747](component $component0, component $component1) -if (%varclient_229 > 2) { - if_setmodel(model_15680, $component0); - if_setcolour(0x33ff00, $component1); -} else { - if_setmodel(model_15679, $component0); - if_setcolour(0x910000, $component1); -} -if_settext(tostring(%varclient_229), $component1); diff --git a/dumps/530/script/[clientscript,script1748].cs2 b/dumps/530/script/[clientscript,script1748].cs2 deleted file mode 100644 index ae11ef3d3..000000000 --- a/dumps/530/script/[clientscript,script1748].cs2 +++ /dev/null @@ -1,33 +0,0 @@ -// 1748 -[clientscript,script1748](component $component0, component $component1) -def_obj $obj2 = inv_getobj(inv_540, 0); -if ($obj2 = null) { - if_setobject(null, -1, $component0); - if_sethide(true, $component0); - if_setcolour(0xff9040, $component1); - if_settext("Nothing!", $component1); - if_clearops($component0); - if_setopbase("", $component0); -} else if (%varplayer_1267 ! -1 | %varplayer_1269 > 0) { - if_setobject($obj2, -1, $component0); - if_setoutline(1, $component0); - if_setgraphicshadow(0x333333, $component0); - if_settrans(200, $component0); - if_sethide(false, $component0); - if_setcolour(^red, $component1); - if_settext("Still on loan", $component1); - if_setop(1, "Demand", $component0); - if_setop(10, "Examine", $component0); - if_setopbase("", $component0); -} else { - if_setobject($obj2, -1, $component0); - if_setoutline(1, $component0); - if_setgraphicshadow(0x333333, $component0); - if_settrans(0, $component0); - if_sethide(false, $component0); - if_setcolour(0x00df00, $component1); - if_settext("Available", $component1); - if_setop(1, "Reclaim", $component0); - if_setop(10, "Examine", $component0); - if_setopbase("", $component0); -} diff --git a/dumps/530/script/[clientscript,script1749].cs2 b/dumps/530/script/[clientscript,script1749].cs2 deleted file mode 100644 index 8f09e4e0d..000000000 --- a/dumps/530/script/[clientscript,script1749].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1749 -[clientscript,script1749](component $component0, component $component1) -if (%varclient_230 > 2) { - if_setmodel(model_15682, $component0); - if_setcolour(0x33ff00, $component1); -} else { - if_setmodel(model_15681, $component0); - if_setcolour(0x910000, $component1); -} -if_settext(tostring(%varclient_230), $component1); diff --git a/dumps/530/script/[clientscript,script174].cs2 b/dumps/530/script/[clientscript,script174].cs2 deleted file mode 100644 index 61e21b257..000000000 --- a/dumps/530/script/[clientscript,script174].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 174 -[clientscript,script174](int $int0) -if (%varclient_42 = $int0) { - %varclient_42 = -1; - ~script178; -} diff --git a/dumps/530/script/[clientscript,script1750].cs2 b/dumps/530/script/[clientscript,script1750].cs2 deleted file mode 100644 index ff98158b6..000000000 --- a/dumps/530/script/[clientscript,script1750].cs2 +++ /dev/null @@ -1,114 +0,0 @@ -// 1750 -[clientscript,script1750] -if (%varplayerbit_2309 = 1) { - if_setgraphic("emotes,31", interface_464:com_32); -} else { - if_setgraphic("emotes_locked,11", interface_464:com_32); -} -if (%varplayerbit_2310 = 1) { - if_setgraphic("emotes,29", interface_464:com_30); -} else { - if_setgraphic("emotes_locked,9", interface_464:com_30); -} -if (%varplayerbit_2311 = 1) { - if_setgraphic("emotes,32", interface_464:com_33); -} else { - if_setgraphic("emotes_locked,12", interface_464:com_33); -} -if (%varplayerbit_2312 = 1) { - if_setgraphic("emotes,30", interface_464:com_31); -} else { - if_setgraphic("emotes_locked,10", interface_464:com_31); -} -if (%varplayerbit_532 >= 7) { - if_setgraphic("emotes,26", interface_464:com_24); - if_setgraphic("emotes,27", interface_464:com_25); -} else { - if_setgraphic("emotes_locked,6", interface_464:com_24); - if_setgraphic("emotes_locked,7", interface_464:com_25); -} -if (%varplayerbit_1367 = 1) { - if_setgraphic("emotes,25", interface_464:com_29); -} else { - if_setgraphic("emotes_locked,5", interface_464:com_29); -} -if (%varplayerbit_1368 = 1) { - if_setgraphic("emotes,22", interface_464:com_26); -} else { - if_setgraphic("emotes_locked,2", interface_464:com_26); -} -if (%varplayerbit_1369 = 1) { - if_setgraphic("emotes,23", interface_464:com_27); -} else { - if_setgraphic("emotes_locked,3", interface_464:com_27); -} -if (%varplayerbit_1370 = 1) { - if_setgraphic("emotes,24", interface_464:com_28); -} else { - if_setgraphic("emotes_locked,4", interface_464:com_28); -} -if (%varplayerbit_1371 = 1) { - if_setgraphic("emotes,28", interface_464:com_37); -} else { - if_setgraphic("emotes_locked,8", interface_464:com_37); -} -if (%varplayerbit_1920 = 1) { - if_setgraphic("emotes,34", interface_464:com_35); -} else { - if_setgraphic("emotes_locked,14", interface_464:com_35); -} -if (%varplayerbit_1921 = 1) { - if_setgraphic("emotes,33", interface_464:com_34); -} else { - if_setgraphic("emotes_locked,13", interface_464:com_34); -} -if (%varplayerbit_2055 = 1) { - if_setgraphic("emotes,35", interface_464:com_38); -} else { - if_setgraphic("emotes_locked,15", interface_464:com_38); -} -if (%varplayerbit_2787 = 1) { - if_setgraphic("emotes,36", interface_464:com_39); -} else { - if_setgraphic("emotes_locked,16", interface_464:com_39); -} -if (%varplayerbit_4075 = 12) { - if_setgraphic("emotes,37", interface_464:com_36); -} else { - if_setgraphic("emotes_locked,17", interface_464:com_36); -} -if (%varplayerbit_4202 = 1) { - if_setgraphic("emotes,38", interface_464:com_40); -} else { - if_setgraphic("emotes_locked,18", interface_464:com_40); -} -if (%varplayerbit_4394 = 1) { - if_setgraphic("emotes,39", interface_464:com_41); -} else { - if_setgraphic("emotes_locked,19", interface_464:com_41); -} -if (%varplayerbit_4476 = 1) { - if_setgraphic("emotes,40", interface_464:com_42); -} else { - if_setgraphic("emotes_locked,20", interface_464:com_42); -} -if (%varplayerbit_4884 = 1) { - if_setgraphic("emotes,41", interface_464:com_43); -} else { - if_setgraphic("emotes_locked,21", interface_464:com_43); -} -if (%varplayerbit_5490 = 1) { - if_setgraphic("emotes,42", interface_464:com_44); -} else { - if_setgraphic("emotes_locked,22", interface_464:com_44); -} -if (%varplayerbit_5732 = 1) { - if_setgraphic("emotes,44", interface_464:com_45); -} else { - if_setgraphic("emotes_locked,24", interface_464:com_45); -} -if (%varplayerbit_5641 = 1) { - if_setgraphic("emotes,45", interface_464:com_46); -} else { - if_setgraphic("emotes_locked,25", interface_464:com_46); -} diff --git a/dumps/530/script/[clientscript,script1752].cs2 b/dumps/530/script/[clientscript,script1752].cs2 deleted file mode 100644 index baa04b692..000000000 --- a/dumps/530/script/[clientscript,script1752].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1752 -[clientscript,script1752](component $component0, component $component1) -if (%varclient_223 > 0) { - if_setmodel(model_15669, $component0); - if_setcolour(0x33ff00, $component1); -} else { - if_setmodel(model_15666, $component0); - if_setcolour(0x910000, $component1); -} -if_settext(tostring(%varclient_223), $component1); diff --git a/dumps/530/script/[clientscript,script1753].cs2 b/dumps/530/script/[clientscript,script1753].cs2 deleted file mode 100644 index e08850498..000000000 --- a/dumps/530/script/[clientscript,script1753].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1753 -[clientscript,script1753](component $component0, component $component1) -if (%varclient_224 > 0) { - if_setmodel(model_15704, $component0); - if_setcolour(0x33ff00, $component1); -} else { - if_setmodel(model_15703, $component0); - if_setcolour(0x910000, $component1); -} -if_settext(tostring(%varclient_224), $component1); diff --git a/dumps/530/script/[clientscript,script1754].cs2 b/dumps/530/script/[clientscript,script1754].cs2 deleted file mode 100644 index 2f8bacf1c..000000000 --- a/dumps/530/script/[clientscript,script1754].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1754 -[clientscript,script1754](component $component0, component $component1) -if (%varclient_226 > 4) { - if_setmodel(model_15690, $component0); - if_setcolour(0x33ff00, $component1); -} else { - if_setmodel(model_15689, $component0); - if_setcolour(0x910000, $component1); -} -if_settext(tostring(%varclient_226), $component1); diff --git a/dumps/530/script/[clientscript,script1755].cs2 b/dumps/530/script/[clientscript,script1755].cs2 deleted file mode 100644 index 3ca6b527a..000000000 --- a/dumps/530/script/[clientscript,script1755].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1755 -[clientscript,script1755](component $component0, component $component1) -if (%varclient_227 > 2) { - if (inv_getobj(inv_94, 0) = obj_8950) { - if_setmodel(model_15700, $component0); - } else { - if_setmodel(model_15674, $component0); - } - if_setcolour(0x33ff00, $component1); -} else { - if (inv_getobj(inv_94, 0) = obj_8950) { - if_setmodel(model_15699, $component0); - } else { - if_setmodel(model_15673, $component0); - } - if_setcolour(0x910000, $component1); -} -if_settext(tostring(%varclient_227), $component1); diff --git a/dumps/530/script/[clientscript,script1756].cs2 b/dumps/530/script/[clientscript,script1756].cs2 deleted file mode 100644 index d6bc6d1dc..000000000 --- a/dumps/530/script/[clientscript,script1756].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1756 -[clientscript,script1756](component $component0, component $component1) -if (%varclient_225 > 0) { - if_setmodel(model_15667, $component0); - if_setcolour(0x33ff00, $component1); -} else { - if_setmodel(model_15659, $component0); - if_setcolour(0x910000, $component1); -} -if_settext(tostring(%varclient_225), $component1); diff --git a/dumps/530/script/[clientscript,script1757].cs2 b/dumps/530/script/[clientscript,script1757].cs2 deleted file mode 100644 index e1a9bab47..000000000 --- a/dumps/530/script/[clientscript,script1757].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1757 -[clientscript,script1757](component $component0, component $component1) -if (%varclient_219 > 0) { - if_sethide(false, $component0); -} else { - if_sethide(true, $component0); -} -if_settext(tostring(%varclient_219), $component1); diff --git a/dumps/530/script/[clientscript,script1758].cs2 b/dumps/530/script/[clientscript,script1758].cs2 deleted file mode 100644 index ece4564eb..000000000 --- a/dumps/530/script/[clientscript,script1758].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1758 -[clientscript,script1758](component $component0, component $component1) -if (%varclient_218 > 0) { - if_sethide(false, $component0); -} else { - if_sethide(true, $component0); -} -if_settext(tostring(%varclient_218), $component1); diff --git a/dumps/530/script/[clientscript,script1759].cs2 b/dumps/530/script/[clientscript,script1759].cs2 deleted file mode 100644 index fdfae32fa..000000000 --- a/dumps/530/script/[clientscript,script1759].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1759 -[clientscript,script1759](component $component0, component $component1) -if (%varclient_220 > 0) { - if_sethide(false, $component0); -} else { - if_sethide(true, $component0); -} -if_settext(tostring(%varclient_220), $component1); diff --git a/dumps/530/script/[clientscript,script175].cs2 b/dumps/530/script/[clientscript,script175].cs2 deleted file mode 100644 index 1de250e6a..000000000 --- a/dumps/530/script/[clientscript,script175].cs2 +++ /dev/null @@ -1,63 +0,0 @@ -// 175 -[clientscript,script175](int $int0, int $int1) -if (%varplayer_281 < 1000 & %varplayerbit_4895 = 2 & %varplayerbit_4925 < 3) { - if (%varplayerbit_4925 = 0) { - mes("You will be taught about the chat filter buttons later in the tutorial."); - return; - } else if (%varplayerbit_4925 = 1) { - if ($int1 ! 3 | $int0 ! 3) { - mes("Set your Private chat filter to Friends."); - return; - } else { - ~script184($int1, 1); - ~script178; - ~script84; - ~script89; - } - } else if (%varplayerbit_4925 = 2) { - if ($int1 ! 2 | $int0 ! 2) { - mes("Set your Public chat filter to On."); - return; - } else { - ~script184($int1, 0); - ~script178; - ~script84; - ~script89; - if_setonvartransmit("script1532{varplayer_1252}", interface_751:com_12); - } - } -} else if ($int0 = 1) { - if (%varclient_41 = $int1 & getwindowmode >= 2 & %varplayer_281 >= 1000) { - %varclient_41 = -1; - ~script1364; - } else if (%varclient_41 = -1) { - %varclient_41 = $int1; - ~script1364; - } else { - %varclient_41 = $int1; - } - ~script181(%varclient_41); - ~script178; - ~script84; - ~script89; -} else if ($int0 = 2) { - ~script184($int1, 0); - ~script178; - ~script84; - ~script89; -} else if ($int0 = 3) { - ~script184($int1, 1); - ~script178; - ~script84; - ~script89; -} else if ($int0 = 4) { - ~script184($int1, 2); - ~script178; - ~script84; - ~script89; -} else if ($int0 = 5) { - ~script184($int1, 3); - ~script178; - ~script84; - ~script89; -} diff --git a/dumps/530/script/[clientscript,script1760].cs2 b/dumps/530/script/[clientscript,script1760].cs2 deleted file mode 100644 index ca683714d..000000000 --- a/dumps/530/script/[clientscript,script1760].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1760 -[clientscript,script1760](component $component0) -if_settext(tostring(%varclient_221), $component0); diff --git a/dumps/530/script/[clientscript,script1761].cs2 b/dumps/530/script/[clientscript,script1761].cs2 deleted file mode 100644 index a10975dc9..000000000 --- a/dumps/530/script/[clientscript,script1761].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1761 -[clientscript,script1761](component $component0) -if_settext(tostring(%varclient_222), $component0); diff --git a/dumps/530/script/[clientscript,script1762].cs2 b/dumps/530/script/[clientscript,script1762].cs2 deleted file mode 100644 index 10eecf922..000000000 --- a/dumps/530/script/[clientscript,script1762].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1762 -[clientscript,script1762](component $component0) -if (%varclient_231 > 6) { - if_settext("Time Left : mins", $component0); -} else if (%varclient_231 = 6) { - if_settext("Time Left : 1 min", $component0); -} else { - if_settext("Time Left : 0 mins", $component0); -} diff --git a/dumps/530/script/[clientscript,script1763].cs2 b/dumps/530/script/[clientscript,script1763].cs2 deleted file mode 100644 index 20c2f04e4..000000000 --- a/dumps/530/script/[clientscript,script1763].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1763 -[clientscript,script1763](int $int0) -$int0 = calc($int0 + if_getwidth(interface_742:com_35) / 2); -if ($int0 <= 23) { - detail_brightness(1); -} else if ($int0 <= 53) { - detail_brightness(2); -} else if ($int0 <= 86) { - detail_brightness(3); -} else { - detail_brightness(4); -} -~script1152; diff --git a/dumps/530/script/[clientscript,script1764].cs2 b/dumps/530/script/[clientscript,script1764].cs2 deleted file mode 100644 index 0be23ea20..000000000 --- a/dumps/530/script/[clientscript,script1764].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1764 -[clientscript,script1764](component $component0, component $component1, int $int2, int $int3) -def_int $int4 = calc(if_getwidth($component0) - if_getwidth($component1)); -$int2 = max($int2, 0); -$int2 = min($int2, $int4); -switch_int ($int3) { - case 0 : - detail_musicvol(scale($int2, $int4, 255)); - ~script1159; - case 1 : - detail_soundvol(scale($int2, $int4, 127)); - ~script1165; - case 2 : - detail_bgsoundvol(scale($int2, $int4, 127)); - ~script1162; -} diff --git a/dumps/530/script/[clientscript,script1765].cs2 b/dumps/530/script/[clientscript,script1765].cs2 deleted file mode 100644 index d92c7f5c7..000000000 --- a/dumps/530/script/[clientscript,script1765].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1765 -[clientscript,script1765] -~script1766; diff --git a/dumps/530/script/[clientscript,script1767].cs2 b/dumps/530/script/[clientscript,script1767].cs2 deleted file mode 100644 index c91f94939..000000000 --- a/dumps/530/script/[clientscript,script1767].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1767 -[clientscript,script1767] -~script71(4); -~script1766; diff --git a/dumps/530/script/[clientscript,script1768].cs2 b/dumps/530/script/[clientscript,script1768].cs2 deleted file mode 100644 index c03da3da0..000000000 --- a/dumps/530/script/[clientscript,script1768].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1768 -[clientscript,script1768] -~script71(3); diff --git a/dumps/530/script/[clientscript,script1769].cs2 b/dumps/530/script/[clientscript,script1769].cs2 deleted file mode 100644 index a1d0f0ee0..000000000 --- a/dumps/530/script/[clientscript,script1769].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1769 -[clientscript,script1769](component $component0) -if_setmodel(struct_param(%varclient_269, param_581), $component0); -if_setmodelangle(0, 160, struct_param(%varclient_269, param_584), struct_param(%varclient_269, param_585), struct_param(%varclient_269, param_586), struct_param(%varclient_269, param_583), $component0); -if_setmodelanim(struct_param(%varclient_269, param_582), $component0); -if_setposition(0, struct_param(%varclient_269, param_587), ^setpos_abs_centre, ^setpos_abs_top, $component0); diff --git a/dumps/530/script/[clientscript,script176].cs2 b/dumps/530/script/[clientscript,script176].cs2 deleted file mode 100644 index 39dbbd5a3..000000000 --- a/dumps/530/script/[clientscript,script176].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 176 -[clientscript,script176] -~script178; -~script84; -~script89; diff --git a/dumps/530/script/[clientscript,script177].cs2 b/dumps/530/script/[clientscript,script177].cs2 deleted file mode 100644 index aeabe5473..000000000 --- a/dumps/530/script/[clientscript,script177].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 177 -[clientscript,script177] -~script178; diff --git a/dumps/530/script/[clientscript,script1786].cs2 b/dumps/530/script/[clientscript,script1786].cs2 deleted file mode 100644 index b9ab4e9fe..000000000 --- a/dumps/530/script/[clientscript,script1786].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1786 -[clientscript,script1786](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12, component $component13, component $component14, component $component15, component $component16) -if_setonvartransmit("script1787($component0, $component1, $component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component10, $component11, $component12, $component13, $component14, $component15, $component16){varplayer_1305}", $component0); -if_setonvarctransmit("script1787($component0, $component1, $component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component10, $component11, $component12, $component13, $component14, $component15, $component16){varclient_270, varclient_260, varclient_261, varclient_262, varclient_263, varclient_264, varclient_271}", $component0); diff --git a/dumps/530/script/[clientscript,script1787].cs2 b/dumps/530/script/[clientscript,script1787].cs2 deleted file mode 100644 index 3473823e7..000000000 --- a/dumps/530/script/[clientscript,script1787].cs2 +++ /dev/null @@ -1,118 +0,0 @@ -// 1787 -[clientscript,script1787](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12, component $component13, component $component14, component $component15, component $component16) -def_string $string0 = ""; -def_int $int17 = 0; -def_int $int18 = 0; -def_int $int19 = 0; -if (%varclient_271 = 1) { - if_settext(":", $component3); -} else { - if_settext("This clan:", $component3); -} -if_settext(tostring(%varclient_261), $component5); -if_settext(tostring(%varclient_262), $component11); -if (%varplayerbit_5280 > 0) { - if (%varclient_263 < 65535) { - if_settext(~script46(%varclient_263, ","), $component7); - } else { - if_settext("You rock!", $component7); - } - if (%varclient_264 < 65535) { - if_settext(~script46(%varclient_264, ","), $component13); - } else { - if_settext("They rock!", $component13); - } - if_sethide(false, $component6); - if_sethide(false, $component12); - if_sethide(false, $component7); - if_sethide(false, $component13); - $int17 = 1; - if (%varplayerbit_5280 < 15) { - $string0 = "/ <~script46(enum(int, int, enum_1605, %varplayerbit_5280), ",")>"; - if_settext($string0, $component8); - if_settext($string0, $component14); - if_sethide(false, $component8); - if_sethide(false, $component14); - $int18 = 1; - } else { - if_sethide(true, $component8); - if_sethide(true, $component14); - } -} else { - if_sethide(true, $component6); - if_sethide(true, $component12); - if_sethide(true, $component7); - if_sethide(true, $component13); - if_sethide(true, $component8); - if_sethide(true, $component14); -} -if (%varclient_260 = 1) { - if_setontimer(null, $component16); - if (%varplayerbit_5281 > 0) { - if_settext("Time remaining:", $component15); - if (%varclient_270 > 60) { - ~script1791($component16); - } else if (%varclient_270 > 1) { - if_settext(" minutes", $component16); - } else if (%varclient_270 = 1) { - if_settext("1 minute", $component16); - } else { - if_settext("Not much!", $component16); - } - if_sethide(false, $component15); - if_sethide(false, $component16); - $int19 = 1; - } else { - if_sethide(true, $component15); - if_sethide(true, $component16); - } -} else { - if_settext("Countdown to battle:", $component15); - if (%varclient_265 ! %varclient_270) { - %varclient_265 = %varclient_270; - ~script1790($component16); - if_setontimer("script1789($component16, clientclock, %varclient_270)", $component16); - } - if_sethide(false, $component15); - if_sethide(false, $component16); - $int19 = 1; -} -def_int $int20 = parawidth(if_gettext($component3), 512, p11_full); -def_int $int21 = parawidth(if_gettext($component9), 512, p11_full); -$int20 = max(calc(parawidth(if_gettext($component4), 512, p11_full) + 10 + parawidth(if_gettext($component5), 512, p11_full)), $int20); -$int21 = max(calc(parawidth(if_gettext($component10), 512, p11_full) + 10 + parawidth(if_gettext($component11), 512, p11_full)), $int21); -def_int $int22 = calc(if_getheight($component3) + if_getheight($component4)); -if ($int17 = 1) { - $int20 = max(calc(parawidth(if_gettext($component6), 512, p11_full) + 10 + parawidth(if_gettext($component7), 512, p11_full)), $int20); - $int21 = max(calc(parawidth(if_gettext($component12), 512, p11_full) + 10 + parawidth(if_gettext($component13), 512, p11_full)), $int21); - $int22 = calc($int22 + if_getheight($component6)); - if ($int18 = 1) { - $int20 = max(parawidth(if_gettext($component8), 512, p11_full), $int20); - $int21 = max(parawidth(if_gettext($component14), 512, p11_full), $int21); - $int22 = calc($int22 + if_getheight($component8)); - } -} -def_int $int23 = calc($int20 + 10 + $int21); -if ($int19 = 0) { - if_setsize(calc($int23 + 8), calc($int22 + 8), ^setsize_abs, ^setsize_abs, $component0); - if_setsize(if_getwidth($component0), if_getheight($component0), ^setsize_abs, ^setsize_abs, $component1); - ~script1788($int20, $component3, $component4, $component5, $component6, $component7, $component8, $int21, $component9, $component10, $component11, $component12, $component13, $component14, $int23); - if_setposition(calc(4 + $int20 + 5), 4, ^setpos_abs_left, ^setpos_abs_top, $component2); - if_setsize(0, $int22, ^setsize_abs, ^setsize_abs, $component2); - ~script1086($component0, 0, 0, 0); - return; -} -def_int $int24 = $int22; -$int22 = calc($int22 + 10 + if_getheight($component15) + if_getheight($component16)); -$int23 = max(parawidth(if_gettext($component15), 512, p11_full), $int23); -$int23 = max(parawidth(if_gettext($component16), 512, p11_full), $int23); -if_setsize(calc($int23 + 8), calc($int22 + 8), ^setsize_abs, ^setsize_abs, $component0); -if_setsize(if_getwidth($component0), if_getheight($component0), ^setsize_abs, ^setsize_abs, $component1); -~script1788($int20, $component3, $component4, $component5, $component6, $component7, $component8, $int21, $component9, $component10, $component11, $component12, $component13, $component14, $int23); -if_setposition(calc(4 + $int20 + ($int23 - ($int20 + $int21)) / 2), 4, ^setpos_abs_left, ^setpos_abs_top, $component2); -if_setsize(0, $int24, ^setsize_abs, ^setsize_abs, $component2); -if_setsize($int23, if_getheight($component15), ^setsize_abs, ^setsize_abs, $component15); -if_setsize($int23, if_getheight($component16), ^setsize_abs, ^setsize_abs, $component16); -if_setposition(4, calc(4 + $int24 + 10), ^setpos_abs_left, ^setpos_abs_top, $component15); -if_setposition(4, calc(4 + $int24 + 10 + if_getheight($component15)), ^setpos_abs_left, ^setpos_abs_top, $component16); -~script1086($component0, calc(4 + $int24 + 5), 0, 0); diff --git a/dumps/530/script/[clientscript,script1789].cs2 b/dumps/530/script/[clientscript,script1789].cs2 deleted file mode 100644 index 142524dd1..000000000 --- a/dumps/530/script/[clientscript,script1789].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1789 -[clientscript,script1789](component $component0, int $int1, int $int2) -def_int $int3 = calc(clientclock - $int1); -%varclient_265 = max(calc($int2 - $int3 / 30), 0); -~script1790($component0); diff --git a/dumps/530/script/[clientscript,script1792].cs2 b/dumps/530/script/[clientscript,script1792].cs2 deleted file mode 100644 index 4dbf7dcfe..000000000 --- a/dumps/530/script/[clientscript,script1792].cs2 +++ /dev/null @@ -1,33 +0,0 @@ -// 1792 -[clientscript,script1792](component $component0, component $component1, component $component2, component $component3, component $component4, int $int5) -if (%varplayerbit_5283 = 0) { - if_setcolour(0xff981f, $component3); - if_setcolour(0xff981f, $component4); - if_setgraphic(tex_brown, $component1); - if_settext("ITEMS ARE
SAFE", $component4); -} else { - if_setcolour(^yellow, $component3); - if_setcolour(^yellow, $component4); - if_setgraphic(tex_red, $component1); - if_settext("ITEMS ARE
DROPPED", $component4); -} -if_settiling(true, $component1); -def_int $int6 = parawidth(if_gettext($component3), 512, p11_full); -$int6 = max(parawidth(if_gettext($component4), 512, p11_full), $int6); -$int6 = calc($int6 + 6); -def_int $int7 = 5; -if_setposition(0, $int7, ^setpos_abs_left, ^setpos_abs_top, $component3); -def_int $int8 = paraheight(if_gettext($component3), $int6, p11_full); -$int8 = calc($int8 * 10 + 3); -if_setsize($int6, $int8, ^setsize_abs, ^setsize_abs, $component3); -$int7 = calc($int7 + $int8 - 1); -if_setposition(calc(($int6 - if_getwidth($component2)) / 2), $int7, ^setpos_abs_left, ^setpos_abs_top, $component2); -$int7 = calc($int7 + if_getheight($component2) - 1); -if_setposition(0, $int7, ^setpos_abs_left, ^setpos_abs_top, $component4); -def_int $int9 = paraheight(if_gettext($component4), $int6, p11_full); -$int9 = calc($int9 * 10 + 3); -if_setsize($int6, $int8, ^setsize_abs, ^setsize_abs, $component4); -$int7 = calc($int7 + $int9 + 3); -if_setsize($int6, $int7, ^setsize_abs, ^setsize_abs, $component0); -if_setsize($int6, $int7, ^setsize_abs, ^setsize_abs, $component1); -~script1086($component0, 0, 0, 0); diff --git a/dumps/530/script/[clientscript,script1793].cs2 b/dumps/530/script/[clientscript,script1793].cs2 deleted file mode 100644 index 94978ac4b..000000000 --- a/dumps/530/script/[clientscript,script1793].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1793 -[clientscript,script1793](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5) -~script1795($component4, $component5); -if (%varplayerbit_5279 = 1) { - if_settext("Free-for-all: Dangerous", $component0); - if_settext("This is a DANGEROUS arena. When players fight each other in here, they drop ALL their items on death. Gravestones do not appear.

A non-combat zone exists at the southern end of the arena. This portal leads into that zone.

You cannot teleport out of this arena unless you're standing in the non-combat zone.", $component1); - if_setonvartransmit("script1794($component4, $component5){varplayer_1147, varplayer_1046}", $component4); -} else { - if_settext("Free-for-all: Safe", $component0); - if_settext("This is a SAFE arena. Although players may fight each other in here, items are not dropped on death.

You can teleport out of the arena at any time.

A non-combat zone exists at the southern end of the arena. This portal leads into that zone.", $component1); - if_setonvartransmit("script1794($component4, $component5){varplayer_1147, varplayer_1045}", $component4); -} -def_int $int6 = parawidth(if_gettext($component0), if_getwidth($component0), b12_full); -$int6 = calc((if_getwidth($component0) - $int6) / 2); -$int6 = calc($int6 - (if_getwidth($component2) + 10)); -if_setposition($int6, if_gety($component2), ^setpos_abs_left, ^setpos_abs_top, $component2); -if_setposition($int6, if_gety($component3), ^setpos_abs_right, ^setpos_abs_top, $component3); diff --git a/dumps/530/script/[clientscript,script1794].cs2 b/dumps/530/script/[clientscript,script1794].cs2 deleted file mode 100644 index b7ef39def..000000000 --- a/dumps/530/script/[clientscript,script1794].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1794 -[clientscript,script1794](component $component0, component $component1) -~script1795($component0, $component1); diff --git a/dumps/530/script/[clientscript,script1796].cs2 b/dumps/530/script/[clientscript,script1796].cs2 deleted file mode 100644 index e9ac1d9a1..000000000 --- a/dumps/530/script/[clientscript,script1796].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1796 -[clientscript,script1796](component $component0) -%varclient_246 = 0; -%varclient_247 = 0; -%varclient_248 = false; -%varclient_249 = false; -%varclient_250 = false; -%varclient_251 = false; -if (map_members = false) { - %varclient_252 = 1; - %varclient_253 = false; - ~script1775; - ~script1778; -} else { - %varclient_252 = 0; - %varclient_253 = false; -} -%varclient_254 = false; -%varclient_255 = false; -%varclient_256 = false; -%varclient_257 = 0; -%varclient_258 = false; -%varclient_259 = 0; -if_setonvartransmit("script1836{varplayer_1305, varplayer_1149}", $component0); -if_setonvarctransmit("script1837{varclient_259}", $component0); -if_setonvarcstrtransmit("script1838($component0){varclientstring_37}", $component0); diff --git a/dumps/530/script/[clientscript,script1797].cs2 b/dumps/530/script/[clientscript,script1797].cs2 deleted file mode 100644 index 69eb565b6..000000000 --- a/dumps/530/script/[clientscript,script1797].cs2 +++ /dev/null @@ -1,53 +0,0 @@ -// 1797 -[clientscript,script1797](component $component0, component $component1) -def_int $int2 = 0; -def_int $int3 = 0; -while ($int2 < 10) { - switch_int ($int2) { - case 0 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_23); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_24); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_25); - case 1 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_26); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_27); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_28); - case 2 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_29); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_30); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_31); - case 3 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_32); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_33); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_34); - case 4 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_35); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_36); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_37); - case 5 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_38); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_39); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_40); - case 6 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_41); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_42); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_43); - case 7 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_44); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_45); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_46); - case 8 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_47); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_48); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_49); - case 9 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_50); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_51); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_52); - } - $int3 = calc($int3 + 17); - $int2 = calc($int2 + 1); -} -if_setscrollsize(0, $int3, $component0); -if_setscrollpos(0, 0, $component0); -~script31($component1, $component0, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1798].cs2 b/dumps/530/script/[clientscript,script1798].cs2 deleted file mode 100644 index d6b740fa0..000000000 --- a/dumps/530/script/[clientscript,script1798].cs2 +++ /dev/null @@ -1,61 +0,0 @@ -// 1798 -[clientscript,script1798](component $component0, component $component1) -def_int $int2 = 0; -def_int $int3 = 0; -while ($int2 < 12) { - switch_int ($int2) { - case 0 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_58); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_59); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_60); - case 1 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_61); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_62); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_63); - case 2 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_64); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_65); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_66); - case 3 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_67); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_68); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_69); - case 4 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_70); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_71); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_72); - case 5 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_73); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_74); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_75); - case 6 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_76); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_77); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_78); - case 7 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_79); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_80); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_81); - case 8 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_82); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_83); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_84); - case 9 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_85); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_86); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_87); - case 10 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_88); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_89); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_90); - case 11 : - if_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_91); - if_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_92); - if_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top, interface_791:com_93); - } - $int3 = calc($int3 + 17); - $int2 = calc($int2 + 1); -} -if_setscrollsize(0, $int3, $component0); -if_setscrollpos(0, 0, $component0); -~script31($component1, $component0, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1799].cs2 b/dumps/530/script/[clientscript,script1799].cs2 deleted file mode 100644 index 9a766a307..000000000 --- a/dumps/530/script/[clientscript,script1799].cs2 +++ /dev/null @@ -1,48 +0,0 @@ -// 1799 -[clientscript,script1799](component $component0, component $component1) -def_int $int2 = 0; -def_int $int3 = 0; -def_struct $struct4 = null; -while ($int2 <= 4) { - $struct4 = enum(int, struct, enum_1604, $int2); - cc_create($component0, ^iftype_graphic, calc($int2 * 4)); - cc_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(17, 17, ^setsize_abs, ^setsize_abs); - if (map_members = false & struct_param($struct4, param_557) = true) { - cc_setgraphic("options_radio_buttons,1"); - } else if ($int2 = 0) { - cc_setgraphic("options_radio_buttons,2"); - } else { - cc_setgraphic("options_radio_buttons,0"); - } - cc_create($component0, ^iftype_text, calc($int2 * 4 + 1)); - cc_setposition(25, $int3, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(25, 17, ^setsize_minus, ^setsize_abs); - cc_settext(struct_param($struct4, param_555)); - cc_settextfont(p12_full); - cc_settextalign(^settextalign_left, ^settextalign_top, 0); - cc_setcolour(0xc8aa64); - cc_settextshadow(true); - cc_create($component0, ^iftype_text, calc($int2 * 4 + 2)); - cc_setposition(4, calc($int3 + 17), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(8, calc(paraheight(struct_param($struct4, param_556), calc(if_getwidth($component0) - 8), p11_full) * 10 + 3), ^setsize_minus, ^setsize_abs); - cc_settext(struct_param($struct4, param_556)); - cc_settextfont(p11_full); - cc_settextalign(^settextalign_left, ^settextalign_top, 0); - cc_setcolour(0xc8aa64); - cc_settextshadow(true); - .cc_create($component0, ^iftype_rectangle, calc($int2 * 4 + 3)); - .cc_setposition(4, $int3, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(8, calc(17 + cc_getheight), ^setsize_minus, ^setsize_abs); - .cc_settrans(255); - .cc_setop(1, struct_param($struct4, param_555)); - .cc_setonop("script1833(event_op, $int2)"); - $int3 = calc($int3 + .cc_getheight); - if ($int2 < 4) { - $int3 = calc($int3 + 3); - } - $int2 = calc($int2 + 1); -} -if_setscrollsize(0, $int3, $component0); -if_setscrollpos(0, 0, $component0); -~script31($component1, $component0, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script17].cs2 b/dumps/530/script/[clientscript,script17].cs2 deleted file mode 100644 index 695b85f99..000000000 --- a/dumps/530/script/[clientscript,script17].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 17 -[clientscript,script17](component $component0) -if_setoutline(2, $component0); -if (if_gettargetmask($component0) = 16) { - ~script71(3); -} diff --git a/dumps/530/script/[clientscript,script1800].cs2 b/dumps/530/script/[clientscript,script1800].cs2 deleted file mode 100644 index 516e73cac..000000000 --- a/dumps/530/script/[clientscript,script1800].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1800 -[clientscript,script1800](component $component0) -~script915($component0); -if (%varplayer_1149 ! -1) { - ~script1801; -} else { - ~script1802; -} diff --git a/dumps/530/script/[clientscript,script1803].cs2 b/dumps/530/script/[clientscript,script1803].cs2 deleted file mode 100644 index fceff0fcf..000000000 --- a/dumps/530/script/[clientscript,script1803].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1803 -[clientscript,script1803](component $component0, int $int1) -if_setscrollpos(0, 0, $component0); -~script1784; diff --git a/dumps/530/script/[clientscript,script1804].cs2 b/dumps/530/script/[clientscript,script1804].cs2 deleted file mode 100644 index 513e89b1e..000000000 --- a/dumps/530/script/[clientscript,script1804].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1804 -[clientscript,script1804](component $component0, int $int1, component $component2) -if (map_members = true) { - ~script1163($component0, $int1, $component2, "You may choose:
- Allow all spells
- Standard spellbook only
- Bind/Snare/Entangle only
- No Magic", 25, 250); -} else { - ~script1163($component0, $int1, $component2, "You may choose:
- Standard spellbook
- Bind only
- No Magic", 25, 250); -} diff --git a/dumps/530/script/[clientscript,script1805].cs2 b/dumps/530/script/[clientscript,script1805].cs2 deleted file mode 100644 index d7ca4d104..000000000 --- a/dumps/530/script/[clientscript,script1805].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1805 -[clientscript,script1805] -~script1806(%varclientstring_22); diff --git a/dumps/530/script/[clientscript,script1807].cs2 b/dumps/530/script/[clientscript,script1807].cs2 deleted file mode 100644 index 468390a8c..000000000 --- a/dumps/530/script/[clientscript,script1807].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1807 -[clientscript,script1807](component $component0, component $component1, component $component2) -if (~script42(%varclient_266) = 0) { - %varclientstring_38 = ""; - %varclientstring_39 = ""; - %varclient_266 = true; -} -~script1809($component0, $component1, $component2); -if_setonvarcstrtransmit("script1808($component0, $component1, $component2){varclientstring_38}", $component0); -if_setonchattransmit("script1810($component0, $component1, $component2)", $component0); diff --git a/dumps/530/script/[clientscript,script1808].cs2 b/dumps/530/script/[clientscript,script1808].cs2 deleted file mode 100644 index 147e85598..000000000 --- a/dumps/530/script/[clientscript,script1808].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1808 -[clientscript,script1808](component $component0, component $component1, component $component2) -~script1548(12); -~script1809($component0, $component1, $component2); diff --git a/dumps/530/script/[clientscript,script1810].cs2 b/dumps/530/script/[clientscript,script1810].cs2 deleted file mode 100644 index 1f5ed73a3..000000000 --- a/dumps/530/script/[clientscript,script1810].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1810 -[clientscript,script1810](component $component0, component $component1, component $component2) -~script1811($component0, $component1, $component2); diff --git a/dumps/530/script/[clientscript,script1813].cs2 b/dumps/530/script/[clientscript,script1813].cs2 deleted file mode 100644 index 6d36b7e2c..000000000 --- a/dumps/530/script/[clientscript,script1813].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1813 -[clientscript,script1813](int $int0, component $component1) -if (clientclock >= $int0) { - if_settext("", $component1); - if_setontimer(null, $component1); -} diff --git a/dumps/530/script/[clientscript,script1816].cs2 b/dumps/530/script/[clientscript,script1816].cs2 deleted file mode 100644 index 3833e46b9..000000000 --- a/dumps/530/script/[clientscript,script1816].cs2 +++ /dev/null @@ -1,44 +0,0 @@ -// 1816 -[clientscript,script1816](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5) -switch_int (%varclient_268) { - case 4 : - ~script1817($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("Your clan knocked the enemy right out of the arena.", $component2); - case 5 : - ~script1817($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("Your clan reached the target kill-count.", $component2); - case 6 : - ~script1817($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("Your clan had the highest kill-count when the time expired.", $component2); - case 7 : - ~script1817($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("Your clan had the most survivors when the time expired.", $component2); - case 8 : - ~script1818($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("Your clan was knocked right out of the arena.", $component2); - case 9 : - ~script1818($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("Your enemy reached the target kill-count.", $component2); - case 10 : - ~script1818($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("Your enemy had the highest kill-count when the time expired.", $component2); - case 11 : - ~script1818($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("Your enemy had the most survivors when the time expired.", $component2); - case 1 : - ~script1819($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("The match was aborted due to a lack of fighters.", $component2); - case 2 : - ~script1819($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("Your kill-counts were equal.", $component2); - case 3 : - ~script1819($component0, $component1, $component2, $component3, $component4, $component5); - if_settext("You had equal numbers of survivors.", $component2); - case default : - if_sethide(true, $component0); - if_sethide(true, $component1); - if_sethide(true, $component2); - if_sethide(true, $component3); - if_sethide(true, $component4); - if_sethide(true, $component5); -} diff --git a/dumps/530/script/[clientscript,script1821].cs2 b/dumps/530/script/[clientscript,script1821].cs2 deleted file mode 100644 index ad7a5ba7b..000000000 --- a/dumps/530/script/[clientscript,script1821].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1821 -[clientscript,script1821](int $int0, int $int1) -if (~script1820($int0) = false) { - return; -} -if (%varclient_246 ! $int1) { - %varclient_246 = $int1; - ~script1770; -} diff --git a/dumps/530/script/[clientscript,script1822].cs2 b/dumps/530/script/[clientscript,script1822].cs2 deleted file mode 100644 index 161afc25e..000000000 --- a/dumps/530/script/[clientscript,script1822].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1822 -[clientscript,script1822](int $int0, int $int1) -if (~script1820($int0) = false) { - return; -} -if (%varclient_247 ! $int1) { - %varclient_247 = $int1; - ~script1771; -} diff --git a/dumps/530/script/[clientscript,script1823].cs2 b/dumps/530/script/[clientscript,script1823].cs2 deleted file mode 100644 index 1498939ac..000000000 --- a/dumps/530/script/[clientscript,script1823].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1823 -[clientscript,script1823](int $int0) -if (~script1820($int0) = false) { - return; -} -if (%varclient_248 = true) { - %varclient_248 = false; - ~script1772; -} diff --git a/dumps/530/script/[clientscript,script1824].cs2 b/dumps/530/script/[clientscript,script1824].cs2 deleted file mode 100644 index 59d92c04d..000000000 --- a/dumps/530/script/[clientscript,script1824].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1824 -[clientscript,script1824](int $int0) -if (~script1820($int0) = false) { - return; -} -if (%varclient_248 = false) { - %varclient_248 = true; - ~script1772; -} diff --git a/dumps/530/script/[clientscript,script1825].cs2 b/dumps/530/script/[clientscript,script1825].cs2 deleted file mode 100644 index b615fc6ee..000000000 --- a/dumps/530/script/[clientscript,script1825].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1825 -[clientscript,script1825](int $int0) -if (~script1820($int0) = false) { - return; -} -if (%varclient_249 = false) { - %varclient_249 = true; -} else { - %varclient_249 = false; -} -~script1773; diff --git a/dumps/530/script/[clientscript,script1826].cs2 b/dumps/530/script/[clientscript,script1826].cs2 deleted file mode 100644 index e917c015b..000000000 --- a/dumps/530/script/[clientscript,script1826].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1826 -[clientscript,script1826](int $int0) -if (~script1820($int0) = false) { - return; -} -if (%varclient_250 = false) { - %varclient_250 = true; -} else { - %varclient_250 = false; -} -~script1774; diff --git a/dumps/530/script/[clientscript,script1827].cs2 b/dumps/530/script/[clientscript,script1827].cs2 deleted file mode 100644 index a74ce3dbb..000000000 --- a/dumps/530/script/[clientscript,script1827].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1827 -[clientscript,script1827](int $int0) -if (~script1820($int0) = false) { - return; -} -if (map_members = false) { - if (%varclient_252 = 1) { - %varclient_252 = 2; - } else if (%varclient_252 = 2) { - %varclient_252 = 3; - } else { - %varclient_252 = 1; - } -} else { - %varclient_252 = calc((%varclient_252 + 1) % 4); -} -~script1775; diff --git a/dumps/530/script/[clientscript,script1828].cs2 b/dumps/530/script/[clientscript,script1828].cs2 deleted file mode 100644 index 593ec35a9..000000000 --- a/dumps/530/script/[clientscript,script1828].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1828 -[clientscript,script1828](int $int0) -if (~script1820($int0) = false) { - return; -} -if (%varclient_251 = false) { - %varclient_251 = true; -} else { - %varclient_251 = false; -} -~script1776; diff --git a/dumps/530/script/[clientscript,script1829].cs2 b/dumps/530/script/[clientscript,script1829].cs2 deleted file mode 100644 index 4a01f71d9..000000000 --- a/dumps/530/script/[clientscript,script1829].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1829 -[clientscript,script1829](int $int0) -if (~script1820($int0) = false) { - return; -} -if (%varclient_256 = false) { - %varclient_256 = true; -} else { - %varclient_256 = false; -} -~script1777; diff --git a/dumps/530/script/[clientscript,script182].cs2 b/dumps/530/script/[clientscript,script182].cs2 deleted file mode 100644 index 03bcdbb11..000000000 --- a/dumps/530/script/[clientscript,script182].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 182 -[clientscript,script182](int $int0) -def_int $int1 = ~script179($int0); -def_int $int2 = 0; -if (calc($int1 % 25) = 0) { - ~script178; - $int2 = calc($int1 / 25); - if ($int2 <= 1) { - if_setontimer(null, enum(int, component, enum_683, $int0)); - } else { - ~script183($int0, calc($int1 - 1)); - } -} else { - ~script183($int0, calc($int1 - 1)); -} diff --git a/dumps/530/script/[clientscript,script1830].cs2 b/dumps/530/script/[clientscript,script1830].cs2 deleted file mode 100644 index 8cd9c4aa0..000000000 --- a/dumps/530/script/[clientscript,script1830].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1830 -[clientscript,script1830](int $int0) -if (map_members = false) { - return; -} -if (~script1820($int0) = false) { - return; -} -if (%varclient_253 = false) { - %varclient_253 = true; -} else { - %varclient_253 = false; -} -~script1778; diff --git a/dumps/530/script/[clientscript,script1831].cs2 b/dumps/530/script/[clientscript,script1831].cs2 deleted file mode 100644 index 1fa2bf08f..000000000 --- a/dumps/530/script/[clientscript,script1831].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1831 -[clientscript,script1831](int $int0) -if (~script1820($int0) = false) { - return; -} -if (%varclient_254 = false) { - %varclient_254 = true; -} else { - %varclient_254 = false; -} -~script1779; diff --git a/dumps/530/script/[clientscript,script1832].cs2 b/dumps/530/script/[clientscript,script1832].cs2 deleted file mode 100644 index 565254236..000000000 --- a/dumps/530/script/[clientscript,script1832].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1832 -[clientscript,script1832](int $int0) -if (~script1820($int0) = false) { - return; -} -if (%varclient_255 = false) { - %varclient_255 = true; -} else { - %varclient_255 = false; -} -~script1780; diff --git a/dumps/530/script/[clientscript,script1833].cs2 b/dumps/530/script/[clientscript,script1833].cs2 deleted file mode 100644 index 8e7dc5554..000000000 --- a/dumps/530/script/[clientscript,script1833].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1833 -[clientscript,script1833](int $int0, int $int1) -if (~script1820($int0) = false) { - return; -} -if (map_members = false & struct_param(enum(int, struct, enum_1604, $int1), param_557) = true) { - return; -} -if (%varclient_257 ! $int1) { - %varclient_257 = $int1; - ~script1781; -} diff --git a/dumps/530/script/[clientscript,script1834].cs2 b/dumps/530/script/[clientscript,script1834].cs2 deleted file mode 100644 index 5d258b6c2..000000000 --- a/dumps/530/script/[clientscript,script1834].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1834 -[clientscript,script1834](int $int0) -if ($int0 ! 1) { - return; -} -if (%varclient_250 = true & %varclient_252 >= 2 & %varclient_251 = true & (map_members = false | %varclient_253 = true)) { - return; -} -if (%varclient_258 = false) { - %varclient_258 = true; - ~script1782; -} diff --git a/dumps/530/script/[clientscript,script1835].cs2 b/dumps/530/script/[clientscript,script1835].cs2 deleted file mode 100644 index 494280751..000000000 --- a/dumps/530/script/[clientscript,script1835].cs2 +++ /dev/null @@ -1,66 +0,0 @@ -// 1835 -[clientscript,script1835](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, int $int6) -if (coordx(coord) >= coordx(0_43_86_0_0) & coordx(coord) <= coordx(3_44_87_63_63) & coordz(coord) >= coordz(0_43_86_0_0) & coordz(coord) <= coordz(3_44_87_63_63)) { - if (coordz(coord) < calc(coordz(0_43_86_0_0) + 8)) { - if_sethide(false, $component5); - cc_deleteall($component5); - ~script1086($component5, 0, 0, 0); - } else { - if_sethide(true, $component5); - } - if ($int6 = 0 & calc(clientclock % 50) ! 0) { - return; - } - if_setcolour(0xff981f, $component3); - if_setcolour(0xff981f, $component4); - if_setgraphic(tex_brown, $component1); - if_settext("ITEMS ARE
SAFE", $component4); -} else if (coordx(coord) >= coordx(0_46_86_0_0) & coordx(coord) <= coordx(3_47_87_63_63) & coordz(coord) >= coordz(0_46_86_0_0) & coordz(coord) <= coordz(3_47_87_63_63)) { - if (coordz(coord) < calc(coordz(0_46_86_0_0) + 8)) { - if_sethide(false, $component5); - cc_deleteall($component5); - ~script1086($component5, 0, 0, 0); - } else { - if_sethide(true, $component5); - } - if ($int6 = 0 & calc(clientclock % 50) ! 0) { - return; - } - if_setcolour(^yellow, $component3); - if_setcolour(^yellow, $component4); - if_setgraphic(tex_red, $component1); - if_settext("ITEMS ARE
DROPPED", $component4); -} else { - if_sethide(true, $component3); - if_sethide(true, $component4); - if_sethide(true, $component1); - if_sethide(true, $component2); - if_sethide(true, $component5); - cc_deleteall($component0); - return; -} -if_sethide(false, $component3); -if_sethide(false, $component4); -if_sethide(false, $component1); -if_sethide(false, $component2); -if_settiling(true, $component1); -def_int $int7 = parawidth(if_gettext($component3), 512, p11_full); -$int7 = max(parawidth(if_gettext($component4), 512, p11_full), $int7); -$int7 = calc($int7 + 8); -def_int $int8 = 5; -if_setposition(0, $int8, ^setpos_abs_left, ^setpos_abs_top, $component3); -def_int $int9 = paraheight(if_gettext($component3), $int7, p11_full); -$int9 = calc($int9 * 10 + 3); -if_setsize($int7, $int9, ^setsize_abs, ^setsize_abs, $component3); -$int8 = calc($int8 + $int9 - 1); -if_setposition(calc(($int7 - if_getwidth($component2)) / 2), $int8, ^setpos_abs_left, ^setpos_abs_top, $component2); -$int8 = calc($int8 + if_getheight($component2) - 1); -if_setposition(0, $int8, ^setpos_abs_left, ^setpos_abs_top, $component4); -def_int $int10 = paraheight(if_gettext($component4), $int7, p11_full); -$int10 = calc($int10 * 10 + 3); -if_setsize($int7, $int9, ^setsize_abs, ^setsize_abs, $component4); -$int8 = calc($int8 + $int10 + 3); -if_setsize($int7, $int8, ^setsize_abs, ^setsize_abs, $component0); -if_setsize($int7, $int8, ^setsize_abs, ^setsize_abs, $component1); -cc_deleteall($component0); -~script1086($component0, 0, 0, 0); diff --git a/dumps/530/script/[clientscript,script1836].cs2 b/dumps/530/script/[clientscript,script1836].cs2 deleted file mode 100644 index 5ec358fc6..000000000 --- a/dumps/530/script/[clientscript,script1836].cs2 +++ /dev/null @@ -1,52 +0,0 @@ -// 1836 -[clientscript,script1836] -if (%varclient_246 ! %varplayerbit_5280) { - %varclient_246 = %varplayerbit_5280; - ~script1770; -} -if (%varclient_247 ! %varplayerbit_5281) { - %varclient_247 = %varplayerbit_5281; - ~script1771; -} -if (~script42(%varclient_248) ! %varplayerbit_5282) { - %varclient_248 = ~script734(%varplayerbit_5282); - ~script1772; -} -if (~script42(%varclient_249) ! %varplayerbit_5283) { - %varclient_249 = ~script734(%varplayerbit_5283); - ~script1773; -} -if (~script42(%varclient_250) ! %varplayerbit_5284) { - %varclient_250 = ~script734(%varplayerbit_5284); - ~script1774; -} -if (%varclient_252 ! %varplayerbit_5286) { - %varclient_252 = %varplayerbit_5286; - ~script1775; -} -if (~script42(%varclient_251) ! %varplayerbit_5285) { - %varclient_251 = ~script734(%varplayerbit_5285); - ~script1776; -} -if (~script42(%varclient_256) ! %varplayerbit_5290) { - %varclient_256 = ~script734(%varplayerbit_5290); - ~script1777; -} -if (~script42(%varclient_253) ! %varplayerbit_5287) { - %varclient_253 = ~script734(%varplayerbit_5287); - ~script1778; -} -if (~script42(%varclient_254) ! %varplayerbit_5288) { - %varclient_254 = ~script734(%varplayerbit_5288); - ~script1779; -} -if (~script42(%varclient_255) ! %varplayerbit_5289) { - %varclient_255 = ~script734(%varplayerbit_5289); - ~script1780; -} -if (%varclient_257 ! %varplayerbit_5292) { - %varclient_257 = %varplayerbit_5292; - ~script1781; -} -%varclient_258 = ~script734(%varplayerbit_5293); -~script1782; diff --git a/dumps/530/script/[clientscript,script1837].cs2 b/dumps/530/script/[clientscript,script1837].cs2 deleted file mode 100644 index 0dfb2fa24..000000000 --- a/dumps/530/script/[clientscript,script1837].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1837 -[clientscript,script1837] -~script1782; diff --git a/dumps/530/script/[clientscript,script1838].cs2 b/dumps/530/script/[clientscript,script1838].cs2 deleted file mode 100644 index 2de9b9acf..000000000 --- a/dumps/530/script/[clientscript,script1838].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1838 -[clientscript,script1838](component $component0) -if_settext(%varclientstring_37, $component0); diff --git a/dumps/530/script/[clientscript,script1846].cs2 b/dumps/530/script/[clientscript,script1846].cs2 deleted file mode 100644 index 303fe2242..000000000 --- a/dumps/530/script/[clientscript,script1846].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 1846 -[clientscript,script1846](component $component0, int $int1) -%varclient_178 = ~script1345($int1, $component0); -if (getwindowmode = ^windowmode_fullscreen) { - if (playermember = false) { - setwindowmode(getdefaultwindowmode); - %varclient_543 = getwindowmode; - mes("Fullscreen mode is only available to members."); - return; - } - if (fullscreen_lastmode ! %varclient_178) { - if (fullscreen_enter(fullscreen_getmode(%varclient_178)) = true) { - } else { - setwindowmode(getdefaultwindowmode); - %varclient_543 = getwindowmode; - mes("That resolution didn't seem to work."); - mes("Please try a different resolution."); - } - } -} diff --git a/dumps/530/script/[clientscript,script1847].cs2 b/dumps/530/script/[clientscript,script1847].cs2 deleted file mode 100644 index 050b9e801..000000000 --- a/dumps/530/script/[clientscript,script1847].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1847 -[clientscript,script1847](component $component0) -if_setontimer("script1848($component0, clientclock)", $component0); -if (getwindowmode <= 1) { - if_setonsubchange("script1850(getwindowmode, detailget_antialiasing, interface_548:com_11, $component0)", interface_548:com_11); -} diff --git a/dumps/530/script/[clientscript,script1848].cs2 b/dumps/530/script/[clientscript,script1848].cs2 deleted file mode 100644 index 7d498c3bc..000000000 --- a/dumps/530/script/[clientscript,script1848].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1848 -[clientscript,script1848](component $component0, int $int1) -def_int $int2 = calc(clientclock - $int1); -if ($int2 > 500) { - ~script1849($component0); - return; -} -def_int $int3 = calc(10 - $int2 / 50); -if ($int3 = 1) { - if_settext("Reverting in 1 second...", $component0); -} else { - if_settext("Reverting in seconds...", $component0); -} diff --git a/dumps/530/script/[clientscript,script1850].cs2 b/dumps/530/script/[clientscript,script1850].cs2 deleted file mode 100644 index 60a9f2514..000000000 --- a/dumps/530/script/[clientscript,script1850].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1850 -[clientscript,script1850](int $windowmode0, int $int1, component $component2, component $component3) -if (getwindowmode ! $windowmode0 | detailget_antialiasing ! $int1) { - if_setonsubchange(null, $component2); - return; -} -if (if_hassuboverlay($component2, interface_759) = false) { - ~script1849($component3); - if_setonsubchange(null, $component2); -} diff --git a/dumps/530/script/[clientscript,script1861].cs2 b/dumps/530/script/[clientscript,script1861].cs2 deleted file mode 100644 index 0c7d2afd4..000000000 --- a/dumps/530/script/[clientscript,script1861].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1861 -[clientscript,script1861] -if_setmodel(enum(int, model, enum_1318, %varplayerbit_5470), interface_799:com_10); -if_setmodel(enum(int, model, enum_1318, %varplayerbit_5471), interface_799:com_11); -if_setmodel(enum(int, model, enum_1318, %varplayerbit_5472), interface_799:com_12); -if_setmodel(enum(int, model, enum_1318, %varplayerbit_5473), interface_799:com_13); -if_setmodel(enum(int, model, enum_1318, %varplayerbit_5474), interface_799:com_14); -if_setmodel(enum(int, model, enum_1318, %varplayerbit_5475), interface_799:com_15); -if_setmodel(enum(int, model, enum_1318, %varplayerbit_5476), interface_799:com_16); diff --git a/dumps/530/script/[clientscript,script1862].cs2 b/dumps/530/script/[clientscript,script1862].cs2 deleted file mode 100644 index aebb81e92..000000000 --- a/dumps/530/script/[clientscript,script1862].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1862 -[clientscript,script1862](component $component0, int $int1) -if (cc_find($component0, $int1) = true) { - cc_settrans(100); -} diff --git a/dumps/530/script/[clientscript,script1863].cs2 b/dumps/530/script/[clientscript,script1863].cs2 deleted file mode 100644 index 769c24e2e..000000000 --- a/dumps/530/script/[clientscript,script1863].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1863 -[clientscript,script1863](component $component0, int $int1) -if (cc_find($component0, $int1) = true) { - cc_settrans(0); -} diff --git a/dumps/530/script/[clientscript,script1864].cs2 b/dumps/530/script/[clientscript,script1864].cs2 deleted file mode 100644 index 47bf3d56a..000000000 --- a/dumps/530/script/[clientscript,script1864].cs2 +++ /dev/null @@ -1,118 +0,0 @@ -// 1864 -[clientscript,script1864](int $int0, obj $obj1, int $int2, int $int3) -if ($int0 ! 1) { - return; -} -switch_int ($int2) { - case 12 : - switch_int ($int3) { - case 0 : - mes("Rick: coins."); - case 1 : - mes("Maid: coins."); - case 2 : - mes("Cook: coins."); - case 3 : - mes("Butler: coins."); - case 4 : - mes("Demon Butler: coins."); - } - return; - case 0 : - switch_obj ($obj1) { - case obj_8170 : - $obj1 = obj_8415; - case obj_8315 : - $obj1 = obj_8395; - case obj_8222 : - $obj1 = obj_8396; - case obj_8121 : - $obj1 = obj_8397; - case obj_8379 : - $obj1 = obj_8406; - case obj_8037 : - $obj1 = obj_8398; - case obj_8255 : - $obj1 = obj_8401; - case obj_8163 : - $obj1 = obj_8399; - case obj_8027 : - $obj1 = obj_8400; - case obj_8259 : - $obj1 = obj_8403; - case obj_8340 : - $obj1 = obj_8407; - case obj_9822 : - $obj1 = obj_9842; - case obj_8068 : - $obj1 = obj_8405; - case obj_8333 : - $obj1 = obj_8408; - case obj_8195 : - $obj1 = obj_8416; - case obj_8363 : - $obj1 = obj_8409; - case obj_8302 : - $obj1 = obj_8410; - case obj_8123 : - $obj1 = obj_8411; - case obj_8151 : - $obj1 = obj_8414; - } - mes(": coins."); - return; - case 13, 14 : - return; -} -def_obj $objarray0(6); -def_int $intarray1(6); -def_int $int4 = 0; -if (oc_param($obj1, param_211) ! null) { - $objarray0(0) = oc_param($obj1, param_211); - $intarray1(0) = oc_param($obj1, param_212); - $int4 = calc($int4 + 1); -} -if (oc_param($obj1, param_213) ! null) { - $objarray0(1) = oc_param($obj1, param_213); - $intarray1(1) = oc_param($obj1, param_214); - $int4 = calc($int4 + 1); -} -if (oc_param($obj1, param_215) ! null) { - $objarray0(2) = oc_param($obj1, param_215); - $intarray1(2) = oc_param($obj1, param_216); - $int4 = calc($int4 + 1); -} -if (oc_param($obj1, param_217) ! null) { - $objarray0(3) = oc_param($obj1, param_217); - $intarray1(3) = oc_param($obj1, param_218); - $int4 = calc($int4 + 1); -} -if (oc_param($obj1, param_219) ! null) { - $objarray0(4) = oc_param($obj1, param_219); - $intarray1(4) = oc_param($obj1, param_220); - $int4 = calc($int4 + 1); -} -if (oc_param($obj1, param_221) ! null) { - $objarray0(5) = oc_param($obj1, param_221); - $intarray1(5) = oc_param($obj1, param_222); - $int4 = calc($int4 + 1); -} -switch_int ($int4) { - case 1 : - mes(": x ."); - case 2 : - mes(": x and x ."); - case 3 : - mes(": x , x and x ."); - case 4 : - mes(": x , x ,"); - mes(" x and x ."); - case 5 : - mes(": x , x ,"); - mes(" x , x and x ."); - case 6 : - mes(": x , x , x ,"); - mes(" x , x and x ."); - case default : - mes(oc_name($obj1)); -} diff --git a/dumps/530/script/[clientscript,script1865].cs2 b/dumps/530/script/[clientscript,script1865].cs2 deleted file mode 100644 index 7b6ff56f5..000000000 --- a/dumps/530/script/[clientscript,script1865].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1865 -[clientscript,script1865](int $int0, obj $obj1) -if ($int0 ! 1) { - return; -} -mes(enum(obj, string, enum_2024, $obj1)); diff --git a/dumps/530/script/[clientscript,script1867].cs2 b/dumps/530/script/[clientscript,script1867].cs2 deleted file mode 100644 index 92fae1e6e..000000000 --- a/dumps/530/script/[clientscript,script1867].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1867 -[clientscript,script1867] -openurl("www", "parents.ws", false); diff --git a/dumps/530/script/[clientscript,script186].cs2 b/dumps/530/script/[clientscript,script186].cs2 deleted file mode 100644 index 1c761601b..000000000 --- a/dumps/530/script/[clientscript,script186].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 186 -[clientscript,script186](component $component0) -if_setgraphic(small_button_pressed, $component0); diff --git a/dumps/530/script/[clientscript,script1871].cs2 b/dumps/530/script/[clientscript,script1871].cs2 deleted file mode 100644 index da76e88dd..000000000 --- a/dumps/530/script/[clientscript,script1871].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1871 -[clientscript,script1871](int $int0, int $int1) -if (worldlist_switch($int0) = true) { - ~script1174(interface_744:com_241); - if ($int1 = 1) { - %varclient_545 = 0; - } else if ($int1 = 2) { - %varclient_546 = 0; - } - return; -} -if ($int1 = 1) { - %varclient_545 = 1; -} else if ($int1 = 2) { - %varclient_546 = 1; -} -~script1868; diff --git a/dumps/530/script/[clientscript,script1872].cs2 b/dumps/530/script/[clientscript,script1872].cs2 deleted file mode 100644 index 4d2c77fc3..000000000 --- a/dumps/530/script/[clientscript,script1872].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1872 -[clientscript,script1872](component $component0, graphic $graphic1, component $component2, int $rgb3) -if_setgraphic($graphic1, $component0); -if_setcolour($rgb3, $component2); diff --git a/dumps/530/script/[clientscript,script1876].cs2 b/dumps/530/script/[clientscript,script1876].cs2 deleted file mode 100644 index 4c319beef..000000000 --- a/dumps/530/script/[clientscript,script1876].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1876 -[clientscript,script1876] -~script1875; -~script1299; diff --git a/dumps/530/script/[clientscript,script1877].cs2 b/dumps/530/script/[clientscript,script1877].cs2 deleted file mode 100644 index c05f190f3..000000000 --- a/dumps/530/script/[clientscript,script1877].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1877 -[clientscript,script1877](component $component0, component $component1, int $int2, int $int3) -~script1900($component0, $component1, $int2, $int3); diff --git a/dumps/530/script/[clientscript,script1878].cs2 b/dumps/530/script/[clientscript,script1878].cs2 deleted file mode 100644 index 0c60b6964..000000000 --- a/dumps/530/script/[clientscript,script1878].cs2 +++ /dev/null @@ -1,92 +0,0 @@ -// 1878 -[clientscript,script1878](int $int0) -def_int $int1 = ~script1851; -if ($int1 = $int0) { - return; -} -~script1875; -~script1299; -switch_int ($int0) { - case 0 : - if ($int1 = 1) { - ~script1855(0); - return; - } - case 2 : - if ($int1 = 3) { - ~script1855(2); - return; - } - case 4 : - if ($int1 = 5) { - ~script1855(4); - return; - } - case 6 : - if ($int1 = 7) { - ~script1855(6); - return; - } - case 8 : - if ($int1 = 9) { - ~script1855(8); - return; - } - case 14 : - if ($int1 = 15) { - ~script1855(14); - return; - } - case 10 : - if ($int1 = 11) { - ~script1855(10); - return; - } - case 12 : - if ($int1 = 13) { - ~script1855(12); - return; - } - case 1 : - if ($int1 = 0) { - ~script1855(1); - return; - } - case 3 : - if ($int1 = 2) { - ~script1855(3); - return; - } - case 5 : - if ($int1 = 4) { - ~script1855(5); - return; - } - case 7 : - if ($int1 = 6) { - ~script1855(7); - return; - } - case 9 : - if ($int1 = 8) { - ~script1855(9); - return; - } - case 15 : - if ($int1 = 14) { - ~script1855(15); - return; - } - case 11 : - if ($int1 = 10) { - ~script1855(11); - return; - } - case 13 : - if ($int1 = 12) { - ~script1855(13); - return; - } -} -~script1856($int1); -~script1855($int0); diff --git a/dumps/530/script/[clientscript,script187].cs2 b/dumps/530/script/[clientscript,script187].cs2 deleted file mode 100644 index 94d10d5e4..000000000 --- a/dumps/530/script/[clientscript,script187].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 187 -[clientscript,script187](component $component0) -if_setgraphic(small_button_blue, $component0); diff --git a/dumps/530/script/[clientscript,script1880].cs2 b/dumps/530/script/[clientscript,script1880].cs2 deleted file mode 100644 index bb755c217..000000000 --- a/dumps/530/script/[clientscript,script1880].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1880 -[clientscript,script1880] -~script1881(if_getscrollheight(interface_744:com_224)); diff --git a/dumps/530/script/[clientscript,script1883].cs2 b/dumps/530/script/[clientscript,script1883].cs2 deleted file mode 100644 index 25338d9d6..000000000 --- a/dumps/530/script/[clientscript,script1883].cs2 +++ /dev/null @@ -1,76 +0,0 @@ -// 1883 -[clientscript,script1883](int $int0, int $int1) -if ($int0 < 1) { - if_settext("That's an invalid world number ().", interface_744:com_217); - return; -} -def_int $int2 = 0; -def_int $int3 = 0; -if ($int1 < 24) { - $int2 = ~script1853; - if ($int2 = $int0) { - ~script1857(0); - %varclient_545 = 0; - if (unknown_command_5420 = true) { - if_settext("Your changes cannot be saved because
you are using the unsigned client.", interface_744:com_217); - } else { - if_settext("World has been removed from your favourites.", interface_744:com_217); - } - ~script1299; - return; - } - $int3 = ~script1854; - if ($int3 = $int0) { - ~script1858(0); - %varclient_546 = 0; - if (unknown_command_5420 = true) { - if_settext("Your changes cannot be saved because
you are using the unsigned client.", interface_744:com_217); - } else { - if_settext("World has been removed from your favourites.", interface_744:com_217); - } - ~script1299; - return; - } - if ($int2 > 0) { - if ($int3 > 0) { - if_settext("Please delete one of your existing favourites before setting more.", interface_744:com_217); - return; - } - ~script1858($int0); - %varclient_546 = 0; - if (unknown_command_5420 = true) { - if_settext("Your changes cannot be saved because
you are using the unsigned client.", interface_744:com_217); - } else { - if_settext("World has been added to your favourites.", interface_744:com_217); - } - ~script1299; - return; - } - ~script1857($int0); - %varclient_545 = 0; - if (unknown_command_5420 = true) { - if_settext("Your changes cannot be saved because
you are using the unsigned client.", interface_744:com_217); - } else { - if_settext("World has been added to your favourites.", interface_744:com_217); - } - ~script1299; - return; -} -def_int $int4 = 0; -def_string $string0 = ""; -def_int $int5 = 0; -def_string $string1 = ""; -def_int $int6 = 0; -$int4, $string0, $int5, $string1, $int6 = worldlist_specific($int0); -if ($int6 = -1) { - if_settext("World is currently offline.
Please choose a different one.", interface_744:com_217); - ~script1874; - return; -} -if (worldlist_switch($int0) = true) { - ~script1874; - ~script1174(interface_744:com_226); - return; -} -if_settext("Sorry, we couldn't contact World .
Please choose a different one.", interface_744:com_217); -~script1874; diff --git a/dumps/530/script/[clientscript,script1884].cs2 b/dumps/530/script/[clientscript,script1884].cs2 deleted file mode 100644 index e582104e5..000000000 --- a/dumps/530/script/[clientscript,script1884].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1884 -[clientscript,script1884](component $component0, int $int1, int $int2, int $rgb3, graphic $graphic4, graphic $graphic5, int $int6, int $int7) -if ($int7 < 24) { - if (cc_find($component0, $int1) = true) { - cc_setcolour($rgb3); - } - if (cc_find($component0, $int2) = true) { - cc_setgraphic($graphic4); - } -} else { - if (cc_find($component0, $int1) = true) { - if ($int6 ! -1) { - cc_setcolour(0x776442); - } else { - cc_setcolour($rgb3); - } - } - if (cc_find($component0, $int2) = true) { - cc_setgraphic($graphic5); - } -} diff --git a/dumps/530/script/[clientscript,script1885].cs2 b/dumps/530/script/[clientscript,script1885].cs2 deleted file mode 100644 index 37ede97d1..000000000 --- a/dumps/530/script/[clientscript,script1885].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1885 -[clientscript,script1885](component $component0, int $int1, int $int2, int $rgb3, graphic $graphic4) -if (cc_find($component0, $int1) = true) { - cc_setcolour($rgb3); -} -if (cc_find($component0, $int2) = true) { - cc_setgraphic($graphic4); -} diff --git a/dumps/530/script/[clientscript,script188].cs2 b/dumps/530/script/[clientscript,script188].cs2 deleted file mode 100644 index 13a98182f..000000000 --- a/dumps/530/script/[clientscript,script188].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 188 -[clientscript,script188](component $component0) -if_setgraphic(large_button_highlight, $component0); diff --git a/dumps/530/script/[clientscript,script1890].cs2 b/dumps/530/script/[clientscript,script1890].cs2 deleted file mode 100644 index cf055c51c..000000000 --- a/dumps/530/script/[clientscript,script1890].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1890 -[clientscript,script1890](component $component0) -if (getwindowmode ! ^windowmode_fullscreen) { - setdefaultwindowmode(getwindowmode); -} -detail_antialiasing_default(detailget_antialiasing); -if_setontimer(null, interface_744:com_237); -~script1174($component0); diff --git a/dumps/530/script/[clientscript,script1891].cs2 b/dumps/530/script/[clientscript,script1891].cs2 deleted file mode 100644 index 72840d796..000000000 --- a/dumps/530/script/[clientscript,script1891].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1891 -[clientscript,script1891] -~script1893(0); diff --git a/dumps/530/script/[clientscript,script1892].cs2 b/dumps/530/script/[clientscript,script1892].cs2 deleted file mode 100644 index de575016c..000000000 --- a/dumps/530/script/[clientscript,script1892].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1892 -[clientscript,script1892] -%varclient_183 = calc(%varclient_183 - 1); -if (%varclient_183 <= 0) { - ~script1893(1); - return; -} -def_int $int0 = calc(%varclient_183 / 50 + 1); -if ($int0 = 1) { - if_settext("Reverting in 1 second...", interface_744:com_240); -} else { - if_settext("Reverting in seconds...", interface_744:com_240); -} diff --git a/dumps/530/script/[clientscript,script1896].cs2 b/dumps/530/script/[clientscript,script1896].cs2 deleted file mode 100644 index e78c429bf..000000000 --- a/dumps/530/script/[clientscript,script1896].cs2 +++ /dev/null @@ -1,110 +0,0 @@ -// 1896 -[clientscript,script1896](int $int0, int $int1) -def_string $string0 = "kbase/view.ws?guid=hd_fullscreen_help"; -if ($int0 = 3) { - if (getwindowmode = ^windowmode_fullscreen) { - return; - } - if ($int1 = 3 & playermember = false) { - mes("Fullscreen mode is only available to members."); - return; - } - if (fullscreen_modecount = 0) { - mes("Your computer seems unable to enter the High Detail (fullscreen) mode."); - return; - } - if (getwindowmode < 1 & ($int1 = 1 | $int1 = 2)) { - ~script1886; - } - if (%varclient_178 < 0 | %varclient_178 >= fullscreen_modecount) { - %varclient_178 = max(fullscreen_lastmode, 0); - } - if (fullscreen_enter(fullscreen_getmode(%varclient_178)) = true) { - switch_int ($int1) { - case 1 : - if (%varclient_543 < 1) { - ~script1887(interface_744:com_125, interface_744:com_127, interface_744:com_126, interface_744:com_128, interface_744:com_129); - } - if_setonclick("script1890(interface_744:com_226)", interface_744:com_238); - ~script1174(interface_744:com_237); - case 2 : - if (%varclient_543 < 1) { - ~script1887(interface_744:com_125, interface_744:com_127, interface_744:com_126, interface_744:com_128, interface_744:com_129); - } - if_setonclick("script1890(interface_744:com_138)", interface_744:com_238); - ~script1174(interface_744:com_237); - } - %varclient_543 = 3; - return; - } - setwindowmode(getdefaultwindowmode); - ~script1887(interface_744:com_125, interface_744:com_127, interface_744:com_126, interface_744:com_128, interface_744:com_129); - %varclient_543 = getwindowmode; - switch_int ($int1) { - case 1, 2 : - if_settext("RuneScape was unable to enter High Detail (fullscreen) at the specified resolution.

Please try a different resolution or a different display mode.", interface_744:com_135); - if_setonclick("script1173(interface_744:com_138)", interface_744:com_137); - if_settext("Advanced info", interface_744:com_136); - if_setonclick("script702($string0, true)", interface_744:com_136); - ~script1174(interface_744:com_411); - case 3 : - mes("RuneScape was unable to enter the High Detail (fullscreen) mode."); - } - return; -} -def_int $int2 = 0; -if (getwindowmode < 1) { - if ($int1 = 1 | $int1 = 2) { - ~script1886; - } - $int2 = 1; -} -setwindowmode($int0); -if (getwindowmode ! $int0) { - %varclient_543 = getwindowmode; - switch_int ($int1) { - case 1 : - if_settext("RuneScape was unable to enter the chosen display mode.", interface_744:com_135); - if_setonclick("script1173(interface_744:com_226)", interface_744:com_137); - if_settext("Advanced info", interface_744:com_136); - if_setonclick("script702($string0, true)", interface_744:com_136); - ~script1174(interface_744:com_411); - case 2 : - if_settext("RuneScape was unable to enter the chosen display mode.", interface_744:com_135); - if_setonclick("script1173(interface_744:com_138)", interface_744:com_137); - if_settext("Advanced info", interface_744:com_136); - if_setonclick("script702($string0, true)", interface_744:com_136); - ~script1174(interface_744:com_411); - case 3 : - mes("RuneScape was unable to enter the chosen display mode."); - } - return; -} -if ($int2 = 1) { - switch_int ($int1) { - case 1 : - ~script1888; - if_setonclick("script1890(interface_744:com_226)", interface_744:com_238); - ~script1174(interface_744:com_237); - case 2 : - ~script1888; - if_setonclick("script1890(interface_744:com_138)", interface_744:com_238); - ~script1174(interface_744:com_237); - case 3 : - ~script1845; - } - %varclient_543 = getwindowmode; - return; -} -setdefaultwindowmode($int0); -switch_int ($int1) { - case 1 : - ~script1888; - ~script1174(interface_744:com_226); - case 2 : - ~script1888; - ~script1174(interface_744:com_138); - case 3 : - ~script1845; -} -%varclient_543 = getwindowmode; diff --git a/dumps/530/script/[clientscript,script1897].cs2 b/dumps/530/script/[clientscript,script1897].cs2 deleted file mode 100644 index 71feaf0e7..000000000 --- a/dumps/530/script/[clientscript,script1897].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1897 -[clientscript,script1897](int $int0) -%varclient_178 = ~script1345($int0, interface_744:com_285); -if (getwindowmode = ^windowmode_fullscreen & fullscreen_lastmode ! %varclient_178) { - if (fullscreen_enter(fullscreen_getmode(%varclient_178)) = true) { - if_setonclick("script1890(interface_744:com_138)", interface_744:com_238); - ~script1174(interface_744:com_237); - } else { - setwindowmode(getdefaultwindowmode); - ~script1888; - %varclient_543 = getwindowmode; - } -} diff --git a/dumps/530/script/[clientscript,script189].cs2 b/dumps/530/script/[clientscript,script189].cs2 deleted file mode 100644 index 4e69840f8..000000000 --- a/dumps/530/script/[clientscript,script189].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 189 -[clientscript,script189](component $component0) -if_setgraphic(large_button_highlight, $component0); diff --git a/dumps/530/script/[clientscript,script18].cs2 b/dumps/530/script/[clientscript,script18].cs2 deleted file mode 100644 index 0a9f4c9cb..000000000 --- a/dumps/530/script/[clientscript,script18].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 18 -[clientscript,script18](component $component0) -if_setoutline(0, $component0); diff --git a/dumps/530/script/[clientscript,script1901].cs2 b/dumps/530/script/[clientscript,script1901].cs2 deleted file mode 100644 index 3ba86d39a..000000000 --- a/dumps/530/script/[clientscript,script1901].cs2 +++ /dev/null @@ -1,107 +0,0 @@ -// 1901 -[clientscript,script1901](int $key0, char $char1, component $component2, component $component3, component $component4, component $component5, int $int6) -if ($key0 = ^key_page_up) { - if ($int6 = 0) { - return; - } - if (%varclient_128 <= 0) { - %varclient_128 = calc($int6 - 1); - } else { - %varclient_128 = calc(%varclient_128 - 1); - } - if (cc_find($component4, calc(%varclient_128 + 1)) = true) { - if (.cc_find($component4, 0) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setcolour(0x577e45); - .cc_setfill(true); - } - if (cc_gety < if_getscrolly($component4)) { - ~script72($component5, $component4, calc(if_getscrolly($component4) - cc_getheight)); - } else if (calc(cc_gety + cc_getheight) > calc(if_getheight($component4) + if_getscrolly($component4))) { - ~script72($component5, $component4, if_getscrollheight($component4)); - } - } - return; -} -if ($key0 = ^key_page_down) { - if ($int6 = 0) { - return; - } - if (%varclient_128 = calc($int6 - 1)) { - %varclient_128 = 0; - } else { - %varclient_128 = calc(%varclient_128 + 1); - } - if (cc_find($component4, calc(%varclient_128 + 1)) = true) { - if (.cc_find($component4, 0) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setcolour(0x577e45); - .cc_setfill(true); - } - if (calc(cc_gety + cc_getheight) > calc(if_getheight($component4) + if_getscrolly($component4))) { - ~script72($component5, $component4, calc(if_getscrolly($component4) + cc_getheight)); - } else if (cc_gety < if_getscrolly($component4)) { - ~script72($component5, $component4, 0); - } - } - return; -} -if ($key0 = ^key_home) { - ~script1050(%varclient_126, %varclientstring_27); - return; -} -if ($key0 = ^key_escape) { - ~script1054; - return; -} -def_int $int7 = string_length(%varclientstring_30); -def_int $int8 = chatphrase_find(%varclientstring_30, false); -def_int $int9 = 0; -def_chatphrase $chatphrase10 = null; -if ($key0 = ^key_return) { - if (%varclient_128 < 0) { - if ($int7 > 0) { - %varclient_129 = 0; - if_setontimer(null, $component3); - ~script1904($component2, $component4, $component5); - } else { - ~script1054; - } - } else if ($int8 > 0 & cc_find($component4, calc(%varclient_128 + 1)) = true) { - while ($int9 < $int8) { - $chatphrase10 = chatphrase_findnext; - if (compare(cc_gettext, chatphrase_gettext($chatphrase10)) = 0) { - ~script1071($component2, $chatphrase10, 0); - return; - } - $int9 = calc($int9 + 1); - } - } - return; -} -if ($key0 = ^key_backspace) { - if ($int7 > 0) { - %varclientstring_30 = substring(%varclientstring_30, 0, calc($int7 - 1)); - } else if (%varclient_127 = 0) { - ~script1054; - } else { - %varclient_128 = -1; - if_sethide(true, interface_137:com_7); - if_sethide(true, interface_137:com_9); - if_sethide(true, interface_137:com_13); - if_sethide(false, interface_137:com_17); - if_sethide(false, interface_137:com_1); - if_sethide(true, interface_137:com_3); - ~script1068($component2, 0); - return; - } -} else if (char_isprintable($char1) = true & $int7 < 80) { - %varclientstring_30 = removetags(append_char(%varclientstring_30, $char1)); -} else { - return; -} -if_settext("Search for: <%varclientstring_30>*", $component3); -%varclient_129 = 50; -if_setontimer("script1903($component2, $component3, $component4, $component5)", $component3); diff --git a/dumps/530/script/[clientscript,script1903].cs2 b/dumps/530/script/[clientscript,script1903].cs2 deleted file mode 100644 index 78c3510e2..000000000 --- a/dumps/530/script/[clientscript,script1903].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1903 -[clientscript,script1903](component $component0, component $component1, component $component2, component $component3) -%varclient_129 = calc(%varclient_129 - 1); -if (%varclient_129 > 0) { - return; -} -if_setontimer(null, $component1); -~script1904($component0, $component2, $component3); diff --git a/dumps/530/script/[clientscript,script1906].cs2 b/dumps/530/script/[clientscript,script1906].cs2 deleted file mode 100644 index 448e12490..000000000 --- a/dumps/530/script/[clientscript,script1906].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1906 -[clientscript,script1906](int $int0, component $component1) -if (cc_find($component1, $int0) = true) { - %varclient_128 = calc($int0 - 1); - if (.cc_find($component1, 0) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setcolour(0x577e45); - .cc_setfill(true); - } -} diff --git a/dumps/530/script/[clientscript,script1907].cs2 b/dumps/530/script/[clientscript,script1907].cs2 deleted file mode 100644 index 758b92f82..000000000 --- a/dumps/530/script/[clientscript,script1907].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1907 -[clientscript,script1907] -if_setonvarctransmit("script1908{varclient_564, varclient_565, varclient_566, varclient_567, varclient_568, varclient_569, varclient_570, varclient_571, varclient_572, varclient_573, varclient_574, varclient_575, varclient_576, varclient_577, varclient_578, varclient_579, varclient_580}", interface_806:com_138); diff --git a/dumps/530/script/[clientscript,script1908].cs2 b/dumps/530/script/[clientscript,script1908].cs2 deleted file mode 100644 index 37ae8d50b..000000000 --- a/dumps/530/script/[clientscript,script1908].cs2 +++ /dev/null @@ -1,157 +0,0 @@ -// 1908 -[clientscript,script1908] -def_int $int0 = 12; -def_string $string0 = ""; -if_setsize(16, calc(%varclient_564 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_138); -if_setsize(16, calc(%varclient_565 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_139); -if_setsize(16, calc(%varclient_566 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_140); -if_setsize(16, calc(%varclient_567 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_144); -if_setsize(16, calc(%varclient_568 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_148); -if_setsize(16, calc(%varclient_569 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_82); -if_setsize(16, calc(%varclient_570 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_86); -if_setsize(16, calc(%varclient_571 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_90); -if_setsize(16, calc(%varclient_572 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_94); -if_setsize(16, calc(%varclient_573 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_61); -if_setsize(16, calc(%varclient_574 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_65); -if_setsize(16, calc(%varclient_575 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_69); -if_setsize(16, calc(%varclient_576 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_73); -if_setsize(16, calc(%varclient_577 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_103); -if_setsize(16, calc(%varclient_578 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_107); -if_setsize(16, calc(%varclient_579 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_111); -if_setsize(16, calc(%varclient_580 * 100 / $int0 * 16384 / 100), ^setsize_abs, ^setsize_rel, interface_806:com_115); -if (%varclient_564 = 0) { - $string0 = "There are no class 1 clay locations in the area."; -} else if (%varclient_564 = 1) { - $string0 = "There is 1 class 1 clay location in the area."; -} else { - $string0 = "There are class 1 clay locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_138); -if (%varclient_565 = 0) { - $string0 = "There are no class 2 fishing locations in the area."; -} else if (%varclient_565 = 1) { - $string0 = "There is 1 class 2 fishing location in the area."; -} else { - $string0 = "There are class 2 fishing locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_139); -if (%varclient_566 = 0) { - $string0 = "There are no class 3 fishing locations in the area."; -} else if (%varclient_566 = 1) { - $string0 = "There is 1 class 3 fishing location in the area."; -} else { - $string0 = "There are class 3 fishing locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_140); -if (%varclient_567 = 0) { - $string0 = "There are no class 4 fishing locations in the area."; -} else if (%varclient_567 = 1) { - $string0 = "There is 1 class 4 fishing location in the area."; -} else { - $string0 = "There are class 4 fishing locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_144); -if (%varclient_568 = 0) { - $string0 = "There are no class 5 fishing locations in the area."; -} else if (%varclient_568 = 1) { - $string0 = "There is 1 class 5 fishing location in the area."; -} else { - $string0 = "There are class 5 fishing locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_148); -if (%varclient_569 = 0) { - $string0 = "There are no class 2 mining locations in the area."; -} else if (%varclient_569 = 1) { - $string0 = "There is 1 class 2 mining location in the area."; -} else { - $string0 = "There are class 2 mining locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_82); -if (%varclient_570 = 0) { - $string0 = "There are no class 3 mining locations in the area."; -} else if (%varclient_570 = 1) { - $string0 = "There is 1 class 3 mining location in the area."; -} else { - $string0 = "There are class 3 mining locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_86); -if (%varclient_571 = 0) { - $string0 = "There are no class 4 mining locations in the area."; -} else if (%varclient_571 = 1) { - $string0 = "There is 1 class 4 mining location in the area."; -} else { - $string0 = "There are class 4 mining locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_90); -if (%varclient_572 = 0) { - $string0 = "There are no class 5 mining locations in the area."; -} else if (%varclient_572 = 1) { - $string0 = "There is 1 class 5 mining location in the area."; -} else { - $string0 = "There are class 5 mining locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_94); -if (%varclient_573 = 0) { - $string0 = "There are no class 2 woodcutting locations in the area."; -} else if (%varclient_573 = 1) { - $string0 = "There is 1 class 2 woodcutting location in the area."; -} else { - $string0 = "There are class 2 woodcutting locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_61); -if (%varclient_574 = 0) { - $string0 = "There are no class 3 woodcutting locations in the area."; -} else if (%varclient_574 = 1) { - $string0 = "There is 1 class 3 woodcutting location in the area."; -} else { - $string0 = "There are class 3 woodcutting locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_65); -if (%varclient_575 = 0) { - $string0 = "There are no class 4 woodcutting locations in the area."; -} else if (%varclient_575 = 1) { - $string0 = "There is 1 class 4 woodcutting location in the area."; -} else { - $string0 = "There are class 4 woodcutting locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_69); -if (%varclient_576 = 0) { - $string0 = "There are no class 5 woodcutting locations in the area."; -} else if (%varclient_576 = 1) { - $string0 = "There is 1 class 5 woodcutting location in the area."; -} else { - $string0 = "There are class 5 woodcutting locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_73); -if (%varclient_577 = 0) { - $string0 = "There are no class 2 hunting locations in the area."; -} else if (%varclient_577 = 1) { - $string0 = "There is 1 class 2 hunting location in the area."; -} else { - $string0 = "There are class 2 hunting locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_103); -if (%varclient_578 = 0) { - $string0 = "There are no class 3 hunting locations in the area."; -} else if (%varclient_578 = 1) { - $string0 = "There is 1 class 3 hunting location in the area."; -} else { - $string0 = "There are class 3 hunting locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_107); -if (%varclient_579 = 0) { - $string0 = "There are no class 4 hunting locations in the area."; -} else if (%varclient_579 = 1) { - $string0 = "There is 1 class 4 hunting location in the area."; -} else { - $string0 = "There are class 4 hunting locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_111); -if (%varclient_580 = 0) { - $string0 = "There are no class 5 hunting locations in the area."; -} else if (%varclient_580 = 1) { - $string0 = "There is 1 class 5 hunting location in the area."; -} else { - $string0 = "There are class 5 hunting locations in the area."; -} -if_setonmouserepeat("script38(event_com, interface_806:com_49, $string0, 25, 100)", interface_806:com_115); diff --git a/dumps/530/script/[clientscript,script1909].cs2 b/dumps/530/script/[clientscript,script1909].cs2 deleted file mode 100644 index d7fdb7fa5..000000000 --- a/dumps/530/script/[clientscript,script1909].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1909 -[clientscript,script1909] -if (if_gethide(interface_806:com_122) = true) { - if_sethide(false, interface_806:com_122); -} else { - if_sethide(true, interface_806:com_122); -} diff --git a/dumps/530/script/[clientscript,script190].cs2 b/dumps/530/script/[clientscript,script190].cs2 deleted file mode 100644 index 63be213c0..000000000 --- a/dumps/530/script/[clientscript,script190].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 190 -[clientscript,script190](component $component0) -if_setgraphic(large_button, $component0); diff --git a/dumps/530/script/[clientscript,script1910].cs2 b/dumps/530/script/[clientscript,script1910].cs2 deleted file mode 100644 index fc4fd58d2..000000000 --- a/dumps/530/script/[clientscript,script1910].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1910 -[clientscript,script1910] -if_sethide(false, interface_813:com_16); -if_sethide(false, interface_813:com_76); -if_sethide(true, interface_813:com_17); -if_sethide(true, interface_813:com_77); -if_sethide(true, interface_813:com_18); -if_sethide(true, interface_813:com_78); -if_sethide(true, interface_813:com_19); -if_sethide(true, interface_813:com_79); -if_sethide(true, interface_813:com_75); -%varclient_582 = 0; diff --git a/dumps/530/script/[clientscript,script1911].cs2 b/dumps/530/script/[clientscript,script1911].cs2 deleted file mode 100644 index d9c8e1f56..000000000 --- a/dumps/530/script/[clientscript,script1911].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1911 -[clientscript,script1911] -if_sethide(true, interface_813:com_16); -if_sethide(true, interface_813:com_76); -if_sethide(false, interface_813:com_17); -if_sethide(false, interface_813:com_77); -if_sethide(true, interface_813:com_18); -if_sethide(true, interface_813:com_78); -if_sethide(true, interface_813:com_19); -if_sethide(true, interface_813:com_79); -if_sethide(true, interface_813:com_75); -%varclient_582 = 0; diff --git a/dumps/530/script/[clientscript,script1912].cs2 b/dumps/530/script/[clientscript,script1912].cs2 deleted file mode 100644 index 3264714be..000000000 --- a/dumps/530/script/[clientscript,script1912].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1912 -[clientscript,script1912] -if_sethide(true, interface_813:com_16); -if_sethide(true, interface_813:com_76); -if_sethide(true, interface_813:com_17); -if_sethide(true, interface_813:com_77); -if_sethide(false, interface_813:com_18); -if_sethide(false, interface_813:com_78); -if_sethide(true, interface_813:com_19); -if_sethide(true, interface_813:com_79); -if_sethide(true, interface_813:com_75); -%varclient_582 = 0; diff --git a/dumps/530/script/[clientscript,script1913].cs2 b/dumps/530/script/[clientscript,script1913].cs2 deleted file mode 100644 index bd4916333..000000000 --- a/dumps/530/script/[clientscript,script1913].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1913 -[clientscript,script1913] -if_sethide(true, interface_813:com_16); -if_sethide(true, interface_813:com_76); -if_sethide(true, interface_813:com_17); -if_sethide(true, interface_813:com_77); -if_sethide(true, interface_813:com_18); -if_sethide(true, interface_813:com_78); -if_sethide(false, interface_813:com_19); -if_sethide(false, interface_813:com_79); -if_sethide(true, interface_813:com_75); -%varclient_582 = 0; diff --git a/dumps/530/script/[clientscript,script1914].cs2 b/dumps/530/script/[clientscript,script1914].cs2 deleted file mode 100644 index b9de056f5..000000000 --- a/dumps/530/script/[clientscript,script1914].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1914 -[clientscript,script1914](int $int0) -return; diff --git a/dumps/530/script/[clientscript,script1915].cs2 b/dumps/530/script/[clientscript,script1915].cs2 deleted file mode 100644 index 59b0ff2ed..000000000 --- a/dumps/530/script/[clientscript,script1915].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1915 -[clientscript,script1915] -if_sethide(true, interface_813:com_75); -%varclient_582 = 0; -if_setonvarctransmit("script1918{varclient_583, varclient_584, varclient_585, varclient_586, varclient_587}", interface_813:com_27); diff --git a/dumps/530/script/[clientscript,script1916].cs2 b/dumps/530/script/[clientscript,script1916].cs2 deleted file mode 100644 index 2e31e1ce7..000000000 --- a/dumps/530/script/[clientscript,script1916].cs2 +++ /dev/null @@ -1,22 +0,0 @@ -// 1916 -[clientscript,script1916](component $component0) -if ($component0 = interface_813:com_99 & %varclient_583 > 0) { - if_setcolour(^white, $component0); - return; -} -if ($component0 = interface_813:com_101 & %varclient_584 > 0) { - if_setcolour(^white, $component0); - return; -} -if ($component0 = interface_813:com_103 & %varclient_585 > 0) { - if_setcolour(^white, $component0); - return; -} -if ($component0 = interface_813:com_105 & %varclient_586 > 0) { - if_setcolour(^white, $component0); - return; -} -if ($component0 = interface_813:com_107 & %varclient_587 > 0) { - if_setcolour(^white, $component0); - return; -} diff --git a/dumps/530/script/[clientscript,script1917].cs2 b/dumps/530/script/[clientscript,script1917].cs2 deleted file mode 100644 index 3b733e0af..000000000 --- a/dumps/530/script/[clientscript,script1917].cs2 +++ /dev/null @@ -1,37 +0,0 @@ -// 1917 -[clientscript,script1917](component $component0) -if ($component0 = interface_813:com_99) { - if (%varclient_583 > 0) { - if_setcolour(0xc8aa64, $component0); - return; - } - if_setcolour(0x333333, $component0); -} -if ($component0 = interface_813:com_101) { - if (%varclient_584 > 0) { - if_setcolour(0xc8aa64, $component0); - return; - } - if_setcolour(0x333333, $component0); -} -if ($component0 = interface_813:com_103) { - if (%varclient_585 > 0) { - if_setcolour(0xc8aa64, $component0); - return; - } - if_setcolour(0x333333, $component0); -} -if ($component0 = interface_813:com_105) { - if (%varclient_586 > 0) { - if_setcolour(0xc8aa64, $component0); - return; - } - if_setcolour(0x333333, $component0); -} -if ($component0 = interface_813:com_107) { - if (%varclient_587 > 0) { - if_setcolour(0xc8aa64, $component0); - return; - } - if_setcolour(0x333333, $component0); -} diff --git a/dumps/530/script/[clientscript,script1918].cs2 b/dumps/530/script/[clientscript,script1918].cs2 deleted file mode 100644 index 46006b436..000000000 --- a/dumps/530/script/[clientscript,script1918].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1918 -[clientscript,script1918] -~script1919; diff --git a/dumps/530/script/[clientscript,script191].cs2 b/dumps/530/script/[clientscript,script191].cs2 deleted file mode 100644 index 672fc1966..000000000 --- a/dumps/530/script/[clientscript,script191].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 191 -[clientscript,script191](component $component0) -if_setgraphic(large_button, $component0); diff --git a/dumps/530/script/[clientscript,script1920].cs2 b/dumps/530/script/[clientscript,script1920].cs2 deleted file mode 100644 index caf8e1d60..000000000 --- a/dumps/530/script/[clientscript,script1920].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1920 -[clientscript,script1920] -if_setonvarcstrtransmit("script1921{varclientstring_40}", interface_812:com_5); -if_setonvarcstrtransmit("script1921{varclientstring_41}", interface_812:com_6); -if_setonvarcstrtransmit("script1921{varclientstring_42}", interface_812:com_7); -if_setonvarctransmit("script1921{varclient_551}", interface_812:com_5); -if_setonvarctransmit("script1921{varclient_552}", interface_812:com_6); -if_setonvarctransmit("script1921{varclient_553}", interface_812:com_7); -%varclientstring_40 = "You have no clan leader."; -%varclientstring_41 = "You have no allied clans."; -%varclientstring_42 = ""; -%varclient_551 = 0; -%varclient_552 = 0; -%varclient_553 = 0; diff --git a/dumps/530/script/[clientscript,script1921].cs2 b/dumps/530/script/[clientscript,script1921].cs2 deleted file mode 100644 index 5b132dff7..000000000 --- a/dumps/530/script/[clientscript,script1921].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1921 -[clientscript,script1921] -if (%varclient_551 > 0) { - if_settext(append(append_num(append(%varclientstring_40, " ("), %varclient_551), ")"), interface_812:com_5); -} else { - if_settext(%varclientstring_40, interface_812:com_5); -} -if (%varclient_552 > 0) { - if_settext(append(append_num(append(%varclientstring_41, " ("), %varclient_552), ")"), interface_812:com_6); -} else { - if_settext(%varclientstring_41, interface_812:com_6); -} -if (%varclient_553 > 0) { - if_settext(append(append_num(append(%varclientstring_42, " ("), %varclient_553), ")"), interface_812:com_7); -} else { - if_settext(%varclientstring_42, interface_812:com_7); -} diff --git a/dumps/530/script/[clientscript,script1922].cs2 b/dumps/530/script/[clientscript,script1922].cs2 deleted file mode 100644 index 619650320..000000000 --- a/dumps/530/script/[clientscript,script1922].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1922 -[clientscript,script1922] -if_setonvarctransmit("script1923{varclient_550, varclient_554, varclient_555}", interface_804:com_11); -return; diff --git a/dumps/530/script/[clientscript,script1923].cs2 b/dumps/530/script/[clientscript,script1923].cs2 deleted file mode 100644 index 2dbfe3405..000000000 --- a/dumps/530/script/[clientscript,script1923].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1923 -[clientscript,script1923] -def_int $int0 = %varclient_550; -def_int $int1 = %varclient_554; -def_int $int2 = %varclient_555; -def_int $int3 = 0; -if ($int0 = 0) { - $int1 = max(0, min(calc(5 - $int1), 5)); - $int2 = max(0, min(calc(5 - $int2), 5)); - if_settext(tostring($int1), interface_804:com_34); - if_settext(tostring($int2), interface_804:com_33); - if_sethide(false, interface_804:com_2); -} else { - if_sethide(true, interface_804:com_2); - if (calc($int0 % 100) ! 0) { - $int3 = 1; - } - $int0 = calc($int0 * 60 / 100 / 60); - if ($int3 = 1) { - $int0 = calc($int0 + 1); - } - if_settext("Game start : mins", interface_804:com_1); -} diff --git a/dumps/530/script/[clientscript,script1924].cs2 b/dumps/530/script/[clientscript,script1924].cs2 deleted file mode 100644 index aa7547ae4..000000000 --- a/dumps/530/script/[clientscript,script1924].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1924 -[clientscript,script1924] -if_settext(append(tostring(20), "
points."), interface_811:com_127); -if_settext(append(tostring(20), "
points."), interface_811:com_65); -if_settext(append(tostring(30), "
points."), interface_811:com_49); -if_settext(append(tostring(28), "
points."), interface_811:com_106); -if_settext(append(tostring(24), "
points."), interface_811:com_92); -if_settext(append(tostring(26), "
points."), interface_811:com_78); -if_setobject(obj_14385, 1, interface_811:com_74); -if_setmodelangle(0, 0, 1274, 876, 625, 1715, interface_811:com_74); -~script1929; -%varclient_544 = 0; diff --git a/dumps/530/script/[clientscript,script1925].cs2 b/dumps/530/script/[clientscript,script1925].cs2 deleted file mode 100644 index 93ceef231..000000000 --- a/dumps/530/script/[clientscript,script1925].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1925 -[clientscript,script1925](component $component0) -~script1927($component0); diff --git a/dumps/530/script/[clientscript,script1926].cs2 b/dumps/530/script/[clientscript,script1926].cs2 deleted file mode 100644 index d80ddea74..000000000 --- a/dumps/530/script/[clientscript,script1926].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1926 -[clientscript,script1926](int $int0) -~script1928; -~script41(interface_811:com_108); diff --git a/dumps/530/script/[clientscript,script1932].cs2 b/dumps/530/script/[clientscript,script1932].cs2 deleted file mode 100644 index 52dbf9017..000000000 --- a/dumps/530/script/[clientscript,script1932].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1932 -[clientscript,script1932] -if_sethide(false, interface_811:com_4); -if_setcolour(^white, interface_811:com_5); diff --git a/dumps/530/script/[clientscript,script1933].cs2 b/dumps/530/script/[clientscript,script1933].cs2 deleted file mode 100644 index e844d7a32..000000000 --- a/dumps/530/script/[clientscript,script1933].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1933 -[clientscript,script1933] -if_sethide(true, interface_811:com_4); -if_setcolour(0xc8aa64, interface_811:com_5); -~script41(interface_811:com_35); diff --git a/dumps/530/script/[clientscript,script1934].cs2 b/dumps/530/script/[clientscript,script1934].cs2 deleted file mode 100644 index f3c22186d..000000000 --- a/dumps/530/script/[clientscript,script1934].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1934 -[clientscript,script1934] -if_sethide(false, interface_811:com_3); -if_setcolour(^white, interface_811:com_30); diff --git a/dumps/530/script/[clientscript,script1935].cs2 b/dumps/530/script/[clientscript,script1935].cs2 deleted file mode 100644 index 6a43f24d5..000000000 --- a/dumps/530/script/[clientscript,script1935].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1935 -[clientscript,script1935] -if_sethide(true, interface_811:com_3); -if_setcolour(0xc8aa64, interface_811:com_30); -~script41(interface_811:com_35); diff --git a/dumps/530/script/[clientscript,script1936].cs2 b/dumps/530/script/[clientscript,script1936].cs2 deleted file mode 100644 index 440f1e6cd..000000000 --- a/dumps/530/script/[clientscript,script1936].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1936 -[clientscript,script1936](component $component0) -%varclient_544 = ~script1931($component0); -~script1927($component0); diff --git a/dumps/530/script/[clientscript,script1937].cs2 b/dumps/530/script/[clientscript,script1937].cs2 deleted file mode 100644 index e0293f77b..000000000 --- a/dumps/530/script/[clientscript,script1937].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1937 -[clientscript,script1937] -if_settext(tostring(%varclient_549), interface_811:com_32); -~script1928; diff --git a/dumps/530/script/[clientscript,script1938].cs2 b/dumps/530/script/[clientscript,script1938].cs2 deleted file mode 100644 index eabc18736..000000000 --- a/dumps/530/script/[clientscript,script1938].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1938 -[clientscript,script1938] -%varclient_556 = calc(clientclock + 2000 * 30); -%varclient_559 = 255; -%varclient_560 = 0; -%varclient_561 = 0; -%varclient_562 = 0; -if_settextshadow(false, interface_809:com_15); diff --git a/dumps/530/script/[clientscript,script1939].cs2 b/dumps/530/script/[clientscript,script1939].cs2 deleted file mode 100644 index 096850501..000000000 --- a/dumps/530/script/[clientscript,script1939].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1939 -[clientscript,script1939] -%varclient_556 = calc(clientclock + %varclient_558 * 30); diff --git a/dumps/530/script/[clientscript,script1940].cs2 b/dumps/530/script/[clientscript,script1940].cs2 deleted file mode 100644 index dd1f00469..000000000 --- a/dumps/530/script/[clientscript,script1940].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1940 -[clientscript,script1940] -def_int $int0 = calc(clientclock + %varclient_557 * 3000); -if ($int0 < %varclient_556) { - %varclient_556 = $int0; -} diff --git a/dumps/530/script/[clientscript,script1941].cs2 b/dumps/530/script/[clientscript,script1941].cs2 deleted file mode 100644 index 8bd7a7a98..000000000 --- a/dumps/530/script/[clientscript,script1941].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 1941 -[clientscript,script1941] -def_int $int0 = calc(%varplayer_1332 + %varplayer_1334 + %varplayer_1337 + 2 * (%varplayer_1333 - %varplayer_1335)); -if_settext("Score: ", interface_809:com_17); -if (%varclient_556 = 0) { - return; -} -def_int $int1 = calc(%varclient_556 - clientclock); -def_int $int2 = calc($int1 / 3000); -def_int $int3 = calc($int1 / 50 % 60); -if ($int2 < 0 | $int3 < 0) { - if_settext("Game ending", interface_809:com_15); - if_settextshadow(true, interface_809:com_15); - ~script1942; -} else if ($int2 = 0 & $int3 = 0) { - if_settext("Game ending", interface_809:com_15); -} else if ($int3 < 10) { - if_settext(":0", interface_809:com_15); -} else { - if_settext(":", interface_809:com_15); -} -if ($int2 < 1) { - if_setcolour(^red, interface_809:com_15); - if_settextshadow(true, interface_809:com_15); - ~script1942; -} else if (if_gethide(interface_809:com_18) = false) { - if_sethide(true, interface_809:com_18); -} diff --git a/dumps/530/script/[clientscript,script1943].cs2 b/dumps/530/script/[clientscript,script1943].cs2 deleted file mode 100644 index e4f109f67..000000000 --- a/dumps/530/script/[clientscript,script1943].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1943 -[clientscript,script1943] -if_sethide(false, interface_802:com_19); -if_settext(%varclientstring_43, interface_802:com_16); -%varclient_581 = 1; diff --git a/dumps/530/script/[clientscript,script1944].cs2 b/dumps/530/script/[clientscript,script1944].cs2 deleted file mode 100644 index aeba7bddc..000000000 --- a/dumps/530/script/[clientscript,script1944].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1944 -[clientscript,script1944] -if_settext("", interface_802:com_16); -if_sethide(true, interface_802:com_19); -%varclient_581 = 0; diff --git a/dumps/530/script/[clientscript,script1945].cs2 b/dumps/530/script/[clientscript,script1945].cs2 deleted file mode 100644 index 1492764e0..000000000 --- a/dumps/530/script/[clientscript,script1945].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1945 -[clientscript,script1945] -def_int $int0 = calc(%varplayer_1332 + %varplayer_1334 + %varplayer_1337 + 2 * (%varplayer_1333 - %varplayer_1335)); -if_settext("Score: ", interface_802:com_8); diff --git a/dumps/530/script/[clientscript,script1946].cs2 b/dumps/530/script/[clientscript,script1946].cs2 deleted file mode 100644 index b1e1b6483..000000000 --- a/dumps/530/script/[clientscript,script1946].cs2 +++ /dev/null @@ -1,96 +0,0 @@ -// 1946 -[clientscript,script1946] -def_int $int0 = 0; -def_string $string0 = ""; -if_setonmouseleave("script40(interface_810:com_5)", interface_810:com_10); -if (%varclient_589 = 99999992) { - if_settext("You abandon the game!", interface_810:com_81); - if_settext("You abandon the game.

The mystics don't seem happy and scowl at you, muttering unpleasant sentiments under their breath.

You notice that you received no score as a result.", interface_810:com_17); - if_settext("-100%", interface_810:com_58); - if_settext("", interface_810:com_32); - if_settext("", interface_810:com_33); - $string0 = "The awards tab is not available when you leave a game early."; - if_setonmouserepeat("script38(interface_810:com_10, interface_810:com_5, $string0, 25, 189)", interface_810:com_10); -} else { - if (%varclient_588 = 1) { - if_settext(tostring(%varclient_597), interface_810:com_32); - if_settext(tostring(%varclient_598), interface_810:com_33); - } else { - if_settext(tostring(%varclient_598), interface_810:com_32); - if_settext(tostring(%varclient_597), interface_810:com_33); - } - if (%varclient_588 = %varclient_589) { - if_settext("Your valiant team takes the victory!", interface_810:com_81); - if ($int0 = 1) { - if_settext("With the heroic conquest of all resources and facilities, your team have ripped success from the feeble fingers of your unworthy foes.

The mystics stand in awe of your power, and you hear them praising you in excited whispers.

You notice that they have increased your score as a reward.", interface_810:com_17); - } else { - if_settext("The heroic, skillful and brave deeds of your team have ripped success from the feeble fingers of your unworthy foes.

The mystics stand in awe of your power, and you hear them praising you in excited whispers.

You notice that they have increased your score as a reward.", interface_810:com_17); - } - if_settext("+10%", interface_810:com_58); - } else if (%varclient_589 = 0) { - if_settext("The game was a draw!", interface_810:com_81); - if_settext("As if ordained by fate, the teams were equally brave and skillful, resulting in a draw.

The mystics nod knowingly, and you hear them discussing how the balance of the universe is reflected beautifully in the conflict's outcome.

", interface_810:com_17); - if_settext("+0%", interface_810:com_58); - } else { - if_settext("The enemy team has defeated you!", interface_810:com_81); - if ($int0 = 1) { - if_settext("Despite your best efforts, your team was beaten; the victory snatched away as the enemy took control of all resources and facilities.

The mystics frown at you, and shake their heads sadly.

You hear them arguing over whether they overestimated you, or if you were just unlucky.", interface_810:com_17); - } - if_settext("Despite your best efforts, your team was beaten; the victory snatched away by your fearsome foes.

The mystics frown at you, and shake their heads sadly.

You hear them arguing over whether they overestimated you, or if you were just unlucky.", interface_810:com_17); - if_settext("+0%", interface_810:com_58); - } -} -if_settext(tostring(%varclient_590), interface_810:com_59); -if_settext(tostring(%varclient_590), interface_810:com_59); -if_settext(tostring(%varclient_591), interface_810:com_60); -if_settext(tostring(%varclient_592), interface_810:com_61); -if_settext(tostring(%varclient_593), interface_810:com_62); -if_settext(tostring(%varclient_594), interface_810:com_23); -if_settext(tostring(%varclient_595), interface_810:com_25); -if (%varclient_589 ! 99999992) { - if_settext(tostring(%varclient_596), interface_810:com_63); -} else { - if_settext(tostring(0), interface_810:com_63); -} -if (%varclient_600 > 0 | %varclient_603 > 0) { - if_settext(tostring(%varclient_599), interface_810:com_136); - if_settext(tostring(%varclient_600), interface_810:com_135); - if_settext(tostring(%varclient_601), interface_810:com_139); - if_settext(tostring(%varclient_602), interface_810:com_140); - if_settext(tostring(%varclient_603), interface_810:com_138); - if_settext(tostring(%varclient_604), interface_810:com_137); - if_settext(tostring(%varclient_605), interface_810:com_141); - if_settext(tostring(%varclient_606), interface_810:com_142); - if_settext(%varclientstring_44, interface_810:com_118); - if_settext(%varclientstring_45, interface_810:com_117); - if_settext(%varclientstring_46, interface_810:com_121); - if_settext(%varclientstring_47, interface_810:com_122); - if_settext(%varclientstring_48, interface_810:com_120); - if_settext(%varclientstring_49, interface_810:com_119); - if_settext(%varclientstring_50, interface_810:com_123); - if_settext(%varclientstring_51, interface_810:com_124); - if (%varclient_607 > 0) { - if_settext(tostring(%varclient_607), interface_810:com_127); - } - if (%varclient_608 > 0) { - if_settext(tostring(%varclient_608), interface_810:com_126); - } - if (%varclient_609 > 0) { - if_settext(tostring(%varclient_609), interface_810:com_130); - } - if (%varclient_610 > 0) { - if_settext(tostring(%varclient_610), interface_810:com_131); - } - if (%varclient_611 > 0) { - if_settext(tostring(%varclient_611), interface_810:com_129); - } - if (%varclient_612 > 0) { - if_settext(tostring(%varclient_612), interface_810:com_128); - } - if (%varclient_613 > 0) { - if_settext(tostring(%varclient_613), interface_810:com_132); - } - if (%varclient_614 > 0) { - if_settext(tostring(%varclient_614), interface_810:com_133); - } -} diff --git a/dumps/530/script/[clientscript,script1947].cs2 b/dumps/530/script/[clientscript,script1947].cs2 deleted file mode 100644 index eb1d392bf..000000000 --- a/dumps/530/script/[clientscript,script1947].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1947 -[clientscript,script1947] -if (%varclient_600 < 1 & %varclient_603 < 1) { - mes("The awards tab is not available for this scoring."); -} else { - if_sethide(true, interface_810:com_84); - if_sethide(false, interface_810:com_85); - if_sethide(true, interface_810:com_86); - if_sethide(false, interface_810:com_143); -} diff --git a/dumps/530/script/[clientscript,script1948].cs2 b/dumps/530/script/[clientscript,script1948].cs2 deleted file mode 100644 index 901c50234..000000000 --- a/dumps/530/script/[clientscript,script1948].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1948 -[clientscript,script1948] -if_sethide(false, interface_810:com_84); -if_sethide(true, interface_810:com_85); -if_sethide(false, interface_810:com_86); -if_sethide(true, interface_810:com_143); diff --git a/dumps/530/script/[clientscript,script1949].cs2 b/dumps/530/script/[clientscript,script1949].cs2 deleted file mode 100644 index 8e1436484..000000000 --- a/dumps/530/script/[clientscript,script1949].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1949 -[clientscript,script1949](int $int0, int $int1, component $component2) -if_setmodelangle(0, 0, calc(if_getmodelangle_x($component2) + $int0 & 2047), calc(if_getmodelangle_y($component2) + $int1 & 2047), if_getmodelangle_z($component2), 512, $component2); diff --git a/dumps/530/script/[clientscript,script194].cs2 b/dumps/530/script/[clientscript,script194].cs2 deleted file mode 100644 index d4b6d5acd..000000000 --- a/dumps/530/script/[clientscript,script194].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 194 -[clientscript,script194](int $int0) -if (%varplayer_281 < 1000 & %varplayerbit_4895 = 2) { - mes("You need to complete 'Learning the Ropes' before joining Clan Chat."); - return; -} -if ($int0 = 1) { - if (clan_getchatcount > 0) { - clan_leavechat; - } else { - ~script111; - } -} diff --git a/dumps/530/script/[clientscript,script1951].cs2 b/dumps/530/script/[clientscript,script1951].cs2 deleted file mode 100644 index bfd6f68ec..000000000 --- a/dumps/530/script/[clientscript,script1951].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1951 -[clientscript,script1951] -if (%varclient_616 = 1) { - if_sethide(false, interface_745:com_1); -} else { - %varclient_616 = 0; - if_sethide(true, interface_745:com_1); - ~script1952; -} diff --git a/dumps/530/script/[clientscript,script1953].cs2 b/dumps/530/script/[clientscript,script1953].cs2 deleted file mode 100644 index 1dad11086..000000000 --- a/dumps/530/script/[clientscript,script1953].cs2 +++ /dev/null @@ -1,174 +0,0 @@ -// 1953 -[clientscript,script1953] -def_int $int0 = inv_total(inv_93, obj_2015); -def_int $int1 = inv_total(inv_93, obj_2019); -def_int $int2 = inv_total(inv_93, obj_2017); -def_int $int3 = inv_total(inv_93, obj_2108); -def_int $int4 = inv_total(inv_93, obj_2102); -def_int $int5 = inv_total(inv_93, obj_2128); -def_int $int6 = inv_total(inv_93, obj_2120); -def_int $int7 = inv_total(inv_93, obj_1973); -def_int $int8 = inv_total(inv_93, obj_2114); -def_int $int9 = inv_total(inv_93, obj_2126); -def_int $int10 = inv_total(inv_93, obj_1927); -def_int $int11 = inv_total(inv_93, obj_2021); -if ($int0 >= 2 & $int1 >= 1 & $int3 >= 1 & $int6 >= 1 & $int4 >= 1) { - if_setcolour(^green, interface_436:com_81); -} else { - if_setcolour(^red, interface_436:com_81); -} -if ($int0 >= 1 & $int6 >= 3) { - if_setcolour(^green, interface_436:com_82); -} else { - if_setcolour(^red, interface_436:com_82); -} -if ($int8 >= 1 & $int4 >= 1 & $int3 >= 1) { - if_setcolour(^green, interface_436:com_83); -} else { - if_setcolour(^red, interface_436:com_83); -} -if ($int8 >= 2 & $int4 >= 1 & $int3 >= 1) { - if_setcolour(^green, interface_436:com_84); -} else { - if_setcolour(^red, interface_436:com_84); -} -if ($int0 >= 1 & $int1 >= 1 & $int9 >= 1) { - if_setcolour(^green, interface_436:com_85); -} else { - if_setcolour(^red, interface_436:com_85); -} -if ($int2 >= 1 & $int5 >= 1 & $int10 >= 1 & $int7 >= 1) { - if_setcolour(^green, interface_436:com_86); -} else { - if_setcolour(^red, interface_436:com_86); -} -if ($int0 >= 1 & $int1 >= 1 & $int11 >= 1 & $int4 >= 2 & $int3 >= 1) { - if_setcolour(^green, interface_436:com_87); -} else { - if_setcolour(^red, interface_436:com_87); -} -if (inv_total(inv_93, obj_2114) > 0) { - if_setobject(obj_2114, 100, interface_436:com_24); -} else { - if_setobject(obj_9497, 100, interface_436:com_24); -} -if (inv_total(inv_93, obj_2102) > 0) { - if_setobject(obj_2102, 140, interface_436:com_25); -} else { - if_setobject(obj_9492, 140, interface_436:com_25); -} -if (inv_total(inv_93, obj_2108) > 0) { - if_setobject(obj_2108, 140, interface_436:com_26); -} else { - if_setobject(obj_9493, 140, interface_436:com_26); -} -if (inv_total(inv_93, obj_2015) > 1) { - if_setobject(obj_2015, 120, interface_436:com_4); -} else { - if_setobject(obj_9491, 120, interface_436:com_4); -} -if (inv_total(inv_93, obj_2019) > 0) { - if_setobject(obj_2019, 120, interface_436:com_5); -} else { - if_setobject(obj_9491, 120, interface_436:com_5); -} -if (inv_total(inv_93, obj_2108) > 0) { - if_setobject(obj_2108, 140, interface_436:com_6); -} else { - if_setobject(obj_9493, 140, interface_436:com_6); -} -if (inv_total(inv_93, obj_2120) > 0) { - if_setobject(obj_2120, 140, interface_436:com_7); -} else { - if_setobject(obj_9555, 140, interface_436:com_7); -} -if (inv_total(inv_93, obj_2102) > 0) { - if_setobject(obj_2102, 140, interface_436:com_8); -} else { - if_setobject(obj_9492, 140, interface_436:com_8); -} -if (inv_total(inv_93, obj_2015) > 0) { - if_setobject(obj_2015, 120, interface_436:com_17); -} else { - if_setobject(obj_9491, 120, interface_436:com_17); -} -if (inv_total(inv_93, obj_2120) > 2) { - if_setobject(obj_2120, 120, interface_436:com_18); -} else { - if_setobject(obj_9555, 140, interface_436:com_18); -} -if (inv_total(inv_93, obj_2015) > 0) { - if_setobject(obj_2015, 120, interface_436:com_62); -} else { - if_setobject(obj_9491, 120, interface_436:com_62); -} -if (inv_total(inv_93, obj_2019) > 0) { - if_setobject(obj_2019, 120, interface_436:com_64); -} else { - if_setobject(obj_9491, 120, interface_436:com_64); -} -if (inv_total(inv_93, obj_2021) > 0) { - if_setobject(obj_2021, 120, interface_436:com_63); -} else { - if_setobject(obj_9556, 120, interface_436:com_63); -} -if (inv_total(inv_93, obj_2108) > 0) { - if_setobject(obj_2108, 140, interface_436:com_65); -} else { - if_setobject(obj_9493, 140, interface_436:com_65); -} -if (inv_total(inv_93, obj_2102) > 1) { - if_setobject(obj_2102, 140, interface_436:com_66); -} else { - if_setobject(obj_9492, 140, interface_436:com_66); -} -if (inv_total(inv_93, obj_2017) > 0) { - if_setobject(obj_2017, 120, interface_436:com_51); -} else { - if_setobject(obj_9491, 120, interface_436:com_51); -} -if (inv_total(inv_93, obj_2128) > 0) { - if_setobject(obj_2128, 120, interface_436:com_52); -} else { - if_setobject(obj_9494, 120, interface_436:com_52); -} -if (inv_total(inv_93, obj_1973) > 0) { - if_setobject(obj_1973, 140, interface_436:com_54); -} else { - if_setobject(obj_9507, 140, interface_436:com_54); -} -if (inv_total(inv_93, obj_1927) > 0) { - if_setobject(obj_1927, 100, interface_436:com_53); -} else { - if_setobject(obj_9495, 100, interface_436:com_53); -} -if (inv_total(inv_93, obj_2114) > 1) { - if_setobject(obj_2114, 100, interface_436:com_33); -} else { - if_setobject(obj_9497, 100, interface_436:com_33); -} -if (inv_total(inv_93, obj_2102) > 0) { - if_setobject(obj_2102, 140, interface_436:com_34); -} else { - if_setobject(obj_9492, 140, interface_436:com_34); -} -if (inv_total(inv_93, obj_2108) > 0) { - if_setobject(obj_2108, 140, interface_436:com_35); -} else { - if_setobject(obj_9493, 140, interface_436:com_35); -} -if (inv_total(inv_93, obj_2015) > 0) { - if_setobject(obj_2015, 120, interface_436:com_42); -} else { - if_setobject(obj_9491, 120, interface_436:com_42); -} -if (inv_total(inv_93, obj_2019) > 0) { - if_setobject(obj_2019, 120, interface_436:com_43); -} else { - if_setobject(obj_9491, 120, interface_436:com_43); -} -if (inv_total(inv_93, obj_2126) > 0) { - if_setobject(obj_2126, 140, interface_436:com_44); -} else { - if_setobject(obj_9496, 140, interface_436:com_44); -} diff --git a/dumps/530/script/[clientscript,script1954].cs2 b/dumps/530/script/[clientscript,script1954].cs2 deleted file mode 100644 index 53b54cf88..000000000 --- a/dumps/530/script/[clientscript,script1954].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1954 -[clientscript,script1954] -if_sethide(true, interface_809:com_18); diff --git a/dumps/530/script/[clientscript,script1955].cs2 b/dumps/530/script/[clientscript,script1955].cs2 deleted file mode 100644 index e5c84ce95..000000000 --- a/dumps/530/script/[clientscript,script1955].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1955 -[clientscript,script1955](component $component0) -if_sethide(false, $component0); diff --git a/dumps/530/script/[clientscript,script1956].cs2 b/dumps/530/script/[clientscript,script1956].cs2 deleted file mode 100644 index 0951a8343..000000000 --- a/dumps/530/script/[clientscript,script1956].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1956 -[clientscript,script1956](component $component0) -if_sethide(true, $component0); diff --git a/dumps/530/script/[clientscript,script1957].cs2 b/dumps/530/script/[clientscript,script1957].cs2 deleted file mode 100644 index f58bd1ecc..000000000 --- a/dumps/530/script/[clientscript,script1957].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1957 -[clientscript,script1957](component $component0, obj $obj1, int $int2) -def_int $int3 = inv_total(inv_93, $obj1); -if_settext("/", $component0); -if ($int3 >= $int2) { - if_setcolour(^green, $component0); -} else { - if_setcolour(^red, $component0); -} diff --git a/dumps/530/script/[clientscript,script1958].cs2 b/dumps/530/script/[clientscript,script1958].cs2 deleted file mode 100644 index 8ab65258f..000000000 --- a/dumps/530/script/[clientscript,script1958].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1958 -[clientscript,script1958](component $component0, int $int1) -if (stat(cooking) >= $int1) { - if_setcolour(^green, $component0); -} else { - if_setcolour(^red, $component0); -} diff --git a/dumps/530/script/[clientscript,script1959].cs2 b/dumps/530/script/[clientscript,script1959].cs2 deleted file mode 100644 index f04eb38bd..000000000 --- a/dumps/530/script/[clientscript,script1959].cs2 +++ /dev/null @@ -1,129 +0,0 @@ -// 1959 -[clientscript,script1959] -def_int $int0 = inv_total(inv_93, obj_1985); -def_int $int1 = inv_total(inv_93, obj_1982); -def_int $int2 = inv_total(inv_93, obj_2169); -def_int $int3 = inv_total(inv_93, obj_2162); -def_int $int4 = inv_total(inv_93, obj_1957); -def_int $int5 = inv_total(inv_93, obj_1965); -def_int $int6 = inv_total(inv_93, obj_2126); -def_int $int7 = inv_total(inv_93, obj_2128); -def_int $int8 = inv_total(inv_93, obj_2152); -def_int $int9 = inv_total(inv_93, obj_2116); -def_int $int10 = inv_total(inv_93, obj_2110); -def_int $int11 = inv_total(inv_93, obj_2122); -if ($int7 >= 4 & $int9 >= 1 & $int10 >= 1 & $int11 >= 1) { - if_setcolour(^green, interface_434:com_59); -} else { - if_setcolour(^red, interface_434:com_59); -} -if ($int7 >= 1 & $int2 >= 1 & $int8 >= 1 & $int0 >= 1) { - if_setcolour(^green, interface_434:com_60); -} else { - if_setcolour(^red, interface_434:com_60); -} -if ($int3 >= 1 & $int2 >= 1 & $int0 >= 1) { - if_setcolour(^green, interface_434:com_61); -} else { - if_setcolour(^red, interface_434:com_61); -} -if ($int1 >= 2 & $int4 >= 1 & $int5 >= 1 & $int6 >= 1 & $int0 >= 1) { - if_setcolour(^green, interface_434:com_62); -} else { - if_setcolour(^red, interface_434:com_62); -} -if ($int1 >= 1 & $int0 >= 1) { - if_setcolour(^green, interface_434:com_63); -} else { - if_setcolour(^red, interface_434:com_63); -} -if (inv_total(inv_93, obj_2128) > 3) { - if_setobject(obj_2128, 120, interface_434:com_4); -} else { - if_setobject(obj_9494, 120, interface_434:com_4); -} -if (inv_total(inv_93, obj_2116) > 0) { - if_setobject(obj_2116, 120, interface_434:com_5); -} else { - if_setobject(obj_9498, 120, interface_434:com_5); -} -if (inv_total(inv_93, obj_2110) > 0) { - if_setobject(obj_2110, 120, interface_434:com_6); -} else { - if_setobject(obj_9498, 120, interface_434:com_6); -} -if (inv_total(inv_93, obj_2122) > 0) { - if_setobject(obj_2122, 120, interface_434:com_7); -} else { - if_setobject(obj_9498, 120, interface_434:com_7); -} -if (inv_total(inv_93, obj_2128) > 0) { - if_setobject(obj_2128, 120, interface_434:com_15); -} else { - if_setobject(obj_9494, 120, interface_434:com_15); -} -if (inv_total(inv_93, obj_2152) > 0) { - if_setobject(obj_2152, 100, interface_434:com_16); -} else { - if_setobject(obj_9499, 100, interface_434:com_16); -} -if (inv_total(inv_93, obj_2169) > 0) { - if_setobject(obj_2169, 90, interface_434:com_17); -} else { - if_setobject(obj_9500, 90, interface_434:com_17); -} -if (inv_total(inv_93, obj_1985) > 0) { - if_setobject(obj_1985, 140, interface_434:com_18); -} else { - if_setobject(obj_9502, 140, interface_434:com_18); -} -if (inv_total(inv_93, obj_2162) > 0) { - if_setobject(obj_2162, 100, interface_434:com_27); -} else { - if_setobject(obj_9501, 100, interface_434:com_27); -} -if (inv_total(inv_93, obj_2169) > 0) { - if_setobject(obj_2169, 90, interface_434:com_26); -} else { - if_setobject(obj_9500, 90, interface_434:com_26); -} -if (inv_total(inv_93, obj_1985) > 0) { - if_setobject(obj_1985, 140, interface_434:com_28); -} else { - if_setobject(obj_9502, 140, interface_434:com_28); -} -if (inv_total(inv_93, obj_1982) > 1) { - if_setobject(obj_1982, 100, interface_434:com_35); -} else { - if_setobject(obj_9503, 100, interface_434:com_35); -} -if (inv_total(inv_93, obj_1957) > 0) { - if_setobject(obj_1957, 140, interface_434:com_36); -} else { - if_setobject(obj_9504, 140, interface_434:com_36); -} -if (inv_total(inv_93, obj_1965) > 0) { - if_setobject(obj_1965, 90, interface_434:com_37); -} else { - if_setobject(obj_9505, 90, interface_434:com_37); -} -if (inv_total(inv_93, obj_2126) > 0) { - if_setobject(obj_2126, 140, interface_434:com_38); -} else { - if_setobject(obj_9496, 140, interface_434:com_38); -} -if (inv_total(inv_93, obj_1985) > 0) { - if_setobject(obj_1985, 140, interface_434:com_39); -} else { - if_setobject(obj_9502, 140, interface_434:com_39); -} -if (inv_total(inv_93, obj_1982) > 0) { - if_setobject(obj_1982, 100, interface_434:com_48); -} else { - if_setobject(obj_9503, 100, interface_434:com_48); -} -if (inv_total(inv_93, obj_1985) > 0) { - if_setobject(obj_1985, 140, interface_434:com_49); -} else { - if_setobject(obj_9502, 140, interface_434:com_49); -} diff --git a/dumps/530/script/[clientscript,script195].cs2 b/dumps/530/script/[clientscript,script195].cs2 deleted file mode 100644 index 9f188824b..000000000 --- a/dumps/530/script/[clientscript,script195].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 195 -[clientscript,script195](int $int0) -%varclient_53 = 0; -if_setonclantransmit("script196(interface_589:com_5)", interface_589:com_5); -if_setonfriendtransmit("script196(interface_589:com_5)", interface_589:com_5); -~script197(interface_589:com_5); -~script31(interface_589:com_6, interface_589:com_5, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script1960].cs2 b/dumps/530/script/[clientscript,script1960].cs2 deleted file mode 100644 index ef5972e35..000000000 --- a/dumps/530/script/[clientscript,script1960].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1960 -[clientscript,script1960] -if (%varplayerbit_5641 = 1) { - if_sethide(false, interface_464:com_46); -} diff --git a/dumps/530/script/[clientscript,script1961].cs2 b/dumps/530/script/[clientscript,script1961].cs2 deleted file mode 100644 index c63f822fb..000000000 --- a/dumps/530/script/[clientscript,script1961].cs2 +++ /dev/null @@ -1,96 +0,0 @@ -// 1961 -[clientscript,script1961] -def_int $int0 = inv_total(inv_93, obj_1985); -def_int $int1 = inv_total(inv_93, obj_2169); -def_int $int2 = inv_total(inv_93, obj_2162); -def_int $int3 = inv_total(inv_93, obj_1957); -def_int $int4 = inv_total(inv_93, obj_2126); -def_int $int5 = inv_total(inv_93, obj_2128); -def_int $int6 = inv_total(inv_93, obj_2152); -def_int $int7 = inv_total(inv_93, obj_1973); -def_int $int8 = inv_total(inv_93, obj_1942); -if ($int2 >= 4 & $int3 >= 2 & $int1 >= 1) { - if_setcolour(^green, interface_435:com_45); -} else { - if_setcolour(^red, interface_435:com_45); -} -if ($int3 >= 2 & $int1 >= 1 & $int8 >= 2) { - if_setcolour(^green, interface_435:com_46); -} else { - if_setcolour(^red, interface_435:com_46); -} -if ($int6 >= 4 & $int1 >= 1 & $int0 >= 2 & $int5 >= 2 & $int4 >= 1) { - if_setcolour(^green, interface_435:com_47); -} else { - if_setcolour(^red, interface_435:com_47); -} -if ($int7 >= 4 & $int5 >= 1) { - if_setcolour(^green, interface_435:com_48); -} else { - if_setcolour(^red, interface_435:com_48); -} -if (inv_total(inv_93, obj_2152) > 3) { - if_setobject(obj_2152, 100, interface_435:com_22); -} else { - if_setobject(obj_9499, 100, interface_435:com_22); -} -if (inv_total(inv_93, obj_2128) > 1) { - if_setobject(obj_2128, 120, interface_435:com_24); -} else { - if_setobject(obj_9494, 120, interface_435:com_24); -} -if (inv_total(inv_93, obj_1985) > 1) { - if_setobject(obj_1985, 140, interface_435:com_23); -} else { - if_setobject(obj_9502, 140, interface_435:com_23); -} -if (inv_total(inv_93, obj_2169) > 0) { - if_setobject(obj_2169, 90, interface_435:com_25); -} else { - if_setobject(obj_9500, 90, interface_435:com_25); -} -if (inv_total(inv_93, obj_2126) > 0) { - if_setobject(obj_2126, 140, interface_435:com_26); -} else { - if_setobject(obj_9496, 140, interface_435:com_26); -} -if (inv_total(inv_93, obj_2162) > 3) { - if_setobject(obj_2162, 100, interface_435:com_4); -} else { - if_setobject(obj_9501, 100, interface_435:com_4); -} -if (inv_total(inv_93, obj_2169) > 0) { - if_setobject(obj_2169, 90, interface_435:com_6); -} else { - if_setobject(obj_9500, 90, interface_435:com_6); -} -if (inv_total(inv_93, obj_1957) > 1) { - if_setobject(obj_1957, 140, interface_435:com_5); -} else { - if_setobject(obj_9504, 140, interface_435:com_5); -} -if (inv_total(inv_93, obj_1942) > 1) { - if_setobject(obj_1942, 100, interface_435:com_14); -} else { - if_setobject(obj_9506, 100, interface_435:com_14); -} -if (inv_total(inv_93, obj_2169) > 0) { - if_setobject(obj_2169, 90, interface_435:com_15); -} else { - if_setobject(obj_9500, 90, interface_435:com_15); -} -if (inv_total(inv_93, obj_1957) > 1) { - if_setobject(obj_1957, 140, interface_435:com_13); -} else { - if_setobject(obj_9504, 140, interface_435:com_13); -} -if (inv_total(inv_93, obj_1973) > 3) { - if_setobject(obj_1973, 140, interface_435:com_35); -} else { - if_setobject(obj_9507, 140, interface_435:com_35); -} -if (inv_total(inv_93, obj_2128) > 0) { - if_setobject(obj_2128, 120, interface_435:com_36); -} else { - if_setobject(obj_9494, 120, interface_435:com_36); -} diff --git a/dumps/530/script/[clientscript,script1962].cs2 b/dumps/530/script/[clientscript,script1962].cs2 deleted file mode 100644 index 92c0b95d9..000000000 --- a/dumps/530/script/[clientscript,script1962].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1962 -[clientscript,script1962](component $component0, int $int1) -if (inv_total(inv_93, obj_2996) >= $int1) { - if_setcolour(0xff981f, $component0); -} else { - if_setcolour(0x77736a, $component0); -} diff --git a/dumps/530/script/[clientscript,script1963].cs2 b/dumps/530/script/[clientscript,script1963].cs2 deleted file mode 100644 index 0383e1759..000000000 --- a/dumps/530/script/[clientscript,script1963].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1963 -[clientscript,script1963](component $component0, int $int1) -if (%varplayer_261 ! $int1) { - if_settext("", $component0); -} else { - if_settext(removetags(if_gettext($component0)), $component0); -} diff --git a/dumps/530/script/[clientscript,script1964].cs2 b/dumps/530/script/[clientscript,script1964].cs2 deleted file mode 100644 index 5d648b248..000000000 --- a/dumps/530/script/[clientscript,script1964].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1964 -[clientscript,script1964](component $component0) -if_settext(removetags(if_gettext($component0)), $component0); diff --git a/dumps/530/script/[clientscript,script1965].cs2 b/dumps/530/script/[clientscript,script1965].cs2 deleted file mode 100644 index 8be31f55e..000000000 --- a/dumps/530/script/[clientscript,script1965].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1965 -[clientscript,script1965](component $component0) -if (%varplayer_261 > 0) { - if_settrans(255, $component0); -} else { - if_settrans(200, $component0); -} diff --git a/dumps/530/script/[clientscript,script1966].cs2 b/dumps/530/script/[clientscript,script1966].cs2 deleted file mode 100644 index 3b2c047c8..000000000 --- a/dumps/530/script/[clientscript,script1966].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1966 -[clientscript,script1966](component $component0) -if (%varplayer_261 > 0) { - if_setcolour(^white, $component0); -} else { - if_setcolour(0x969696, $component0); -} diff --git a/dumps/530/script/[clientscript,script1967].cs2 b/dumps/530/script/[clientscript,script1967].cs2 deleted file mode 100644 index 62b335aca..000000000 --- a/dumps/530/script/[clientscript,script1967].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1967 -[clientscript,script1967] -def_int $int0 = 1; -def_obj $obj1 = null; -def_component $component2 = null; -while ($int0 <= enum_getoutputcount(enum_2120)) { - if_settext(enum(int, string, enum_2023, $int0), enum(int, component, enum_2118, $int0)); - $obj1 = enum(int, obj, enum_2019, $int0); - $component2 = enum(int, component, enum_2120, $int0); - if_setobject($obj1, 1, enum(int, component, enum_2117, $int0)); - if_setopbase(enum(int, string, enum_2023, $int0), $component2); - if (inv_total(inv_93, $obj1) > 0) { - if_setcolour(^green, enum(int, component, enum_2118, $int0)); - } else { - if_setcolour(^red, enum(int, component, enum_2118, $int0)); - } - $int0 = calc($int0 + 1); -} -~script1969; diff --git a/dumps/530/script/[clientscript,script1968].cs2 b/dumps/530/script/[clientscript,script1968].cs2 deleted file mode 100644 index dce5d5a9b..000000000 --- a/dumps/530/script/[clientscript,script1968].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1968 -[clientscript,script1968] -~script1969; diff --git a/dumps/530/script/[clientscript,script196].cs2 b/dumps/530/script/[clientscript,script196].cs2 deleted file mode 100644 index 87f00f1d4..000000000 --- a/dumps/530/script/[clientscript,script196].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 196 -[clientscript,script196](component $component0) -~script197(interface_589:com_5); -~script31(interface_589:com_6, interface_589:com_5, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -~script72(interface_589:com_6, interface_589:com_5, if_getscrolly(interface_589:com_5)); diff --git a/dumps/530/script/[clientscript,script1970].cs2 b/dumps/530/script/[clientscript,script1970].cs2 deleted file mode 100644 index b84065df9..000000000 --- a/dumps/530/script/[clientscript,script1970].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1970 -[clientscript,script1970](int $int0, component $component1) -~script1971($int0, $component1); diff --git a/dumps/530/script/[clientscript,script1972].cs2 b/dumps/530/script/[clientscript,script1972].cs2 deleted file mode 100644 index f97bb56bc..000000000 --- a/dumps/530/script/[clientscript,script1972].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1972 -[clientscript,script1972](int $int0, component $component1, int $int2) -if ($int2 ! 1) { - return; -} -sound_synth(synth_4911, 1, 0); -switch_int ($int0) { - case 0 : - %varclient_618 = calc((%varclient_618 + 1) % 26); - case 1 : - %varclient_619 = calc((%varclient_619 + 1) % 26); - case 2 : - %varclient_620 = calc((%varclient_620 + 1) % 26); - case 3 : - %varclient_621 = calc((%varclient_621 + 1) % 26); -} -~script1971($int0, $component1); diff --git a/dumps/530/script/[clientscript,script1973].cs2 b/dumps/530/script/[clientscript,script1973].cs2 deleted file mode 100644 index f8d9f7445..000000000 --- a/dumps/530/script/[clientscript,script1973].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1973 -[clientscript,script1973](int $int0, component $component1, int $int2) -if ($int2 ! 1) { - return; -} -sound_synth(synth_4911, 1, 0); -switch_int ($int0) { - case 0 : - %varclient_618 = ~script686(calc(%varclient_618 - 1), 26); - case 1 : - %varclient_619 = ~script686(calc(%varclient_619 - 1), 26); - case 2 : - %varclient_620 = ~script686(calc(%varclient_620 - 1), 26); - case 3 : - %varclient_621 = ~script686(calc(%varclient_621 - 1), 26); -} -~script1971($int0, $component1); diff --git a/dumps/530/script/[clientscript,script1974].cs2 b/dumps/530/script/[clientscript,script1974].cs2 deleted file mode 100644 index 44b857a76..000000000 --- a/dumps/530/script/[clientscript,script1974].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1974 -[clientscript,script1974](component $component0, obj $obj1, int $int2) -if_setmodelangle(0, 0, if_getmodelangle_x($component0), if_getmodelangle_y($component0), if_getmodelangle_y($component0), $int2, $component0); -if_setobject($obj1, 1, $component0); diff --git a/dumps/530/script/[clientscript,script1988].cs2 b/dumps/530/script/[clientscript,script1988].cs2 deleted file mode 100644 index 56ad07867..000000000 --- a/dumps/530/script/[clientscript,script1988].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1988 -[clientscript,script1988] -if_setgraphic(null, interface_205:com_104); -if_setgraphic(null, interface_205:com_105); -if_setgraphic(null, interface_205:com_106); -if_setgraphic(null, interface_205:com_107); -if_setgraphic(null, interface_205:com_108); -if_setgraphic(null, interface_205:com_109); -if_setgraphic(null, interface_205:com_110); -if_setgraphic(null, interface_205:com_111); -if (%varplayer_262 = 1) { - if_setgraphic(overlay_multiway, interface_205:com_104); -} else if (%varplayer_262 = 2) { - if_setgraphic(overlay_multiway, interface_205:com_105); -} else if (%varplayer_262 = 3) { - if_setgraphic(overlay_multiway, interface_205:com_106); -} else if (%varplayer_262 = 4) { - if_setgraphic(overlay_multiway, interface_205:com_107); -} else if (%varplayer_262 = 5) { - if_setgraphic(overlay_multiway, interface_205:com_108); -} else if (%varplayer_262 = 6) { - if_setgraphic(overlay_multiway, interface_205:com_109); -} else if (%varplayer_262 = 7) { - if_setgraphic(overlay_multiway, interface_205:com_110); -} else if (%varplayer_262 = 8) { - if_setgraphic(overlay_multiway, interface_205:com_111); -} diff --git a/dumps/530/script/[clientscript,script1989].cs2 b/dumps/530/script/[clientscript,script1989].cs2 deleted file mode 100644 index 23d88d317..000000000 --- a/dumps/530/script/[clientscript,script1989].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1989 -[clientscript,script1989] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_195); diff --git a/dumps/530/script/[clientscript,script1990].cs2 b/dumps/530/script/[clientscript,script1990].cs2 deleted file mode 100644 index 6dce8e311..000000000 --- a/dumps/530/script/[clientscript,script1990].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1990 -[clientscript,script1990] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_193); diff --git a/dumps/530/script/[clientscript,script1991].cs2 b/dumps/530/script/[clientscript,script1991].cs2 deleted file mode 100644 index 22563f112..000000000 --- a/dumps/530/script/[clientscript,script1991].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1991 -[clientscript,script1991] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_191); diff --git a/dumps/530/script/[clientscript,script1992].cs2 b/dumps/530/script/[clientscript,script1992].cs2 deleted file mode 100644 index 3a32d992f..000000000 --- a/dumps/530/script/[clientscript,script1992].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1992 -[clientscript,script1992] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_189); diff --git a/dumps/530/script/[clientscript,script1993].cs2 b/dumps/530/script/[clientscript,script1993].cs2 deleted file mode 100644 index 766ae0b77..000000000 --- a/dumps/530/script/[clientscript,script1993].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1993 -[clientscript,script1993] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_187); diff --git a/dumps/530/script/[clientscript,script1994].cs2 b/dumps/530/script/[clientscript,script1994].cs2 deleted file mode 100644 index e2478d427..000000000 --- a/dumps/530/script/[clientscript,script1994].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1994 -[clientscript,script1994] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_185); diff --git a/dumps/530/script/[clientscript,script1995].cs2 b/dumps/530/script/[clientscript,script1995].cs2 deleted file mode 100644 index e8bed45b3..000000000 --- a/dumps/530/script/[clientscript,script1995].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1995 -[clientscript,script1995] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_183); diff --git a/dumps/530/script/[clientscript,script1996].cs2 b/dumps/530/script/[clientscript,script1996].cs2 deleted file mode 100644 index 8cdbd4db7..000000000 --- a/dumps/530/script/[clientscript,script1996].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1996 -[clientscript,script1996] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_182); diff --git a/dumps/530/script/[clientscript,script1997].cs2 b/dumps/530/script/[clientscript,script1997].cs2 deleted file mode 100644 index 09255453e..000000000 --- a/dumps/530/script/[clientscript,script1997].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1997 -[clientscript,script1997] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_180); diff --git a/dumps/530/script/[clientscript,script1998].cs2 b/dumps/530/script/[clientscript,script1998].cs2 deleted file mode 100644 index a47f91c11..000000000 --- a/dumps/530/script/[clientscript,script1998].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1998 -[clientscript,script1998] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_178); diff --git a/dumps/530/script/[clientscript,script1999].cs2 b/dumps/530/script/[clientscript,script1999].cs2 deleted file mode 100644 index ce049fc48..000000000 --- a/dumps/530/script/[clientscript,script1999].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1999 -[clientscript,script1999] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_176); diff --git a/dumps/530/script/[clientscript,script199].cs2 b/dumps/530/script/[clientscript,script199].cs2 deleted file mode 100644 index 3bd0e8674..000000000 --- a/dumps/530/script/[clientscript,script199].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 199 -[clientscript,script199](string $string0, int $int0) -switch_int ($int0) { - case 6 : - clan_kickuser($string0); - case 7 : - friend_add($string0); - case 8 : - ignore_add($string0); - case 9 : - friend_del($string0); - case 10 : - ignore_del($string0); -} diff --git a/dumps/530/script/[clientscript,script2000].cs2 b/dumps/530/script/[clientscript,script2000].cs2 deleted file mode 100644 index cc5b607a2..000000000 --- a/dumps/530/script/[clientscript,script2000].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2000 -[clientscript,script2000] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_174); diff --git a/dumps/530/script/[clientscript,script2001].cs2 b/dumps/530/script/[clientscript,script2001].cs2 deleted file mode 100644 index 965faf8fd..000000000 --- a/dumps/530/script/[clientscript,script2001].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2001 -[clientscript,script2001] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_172); diff --git a/dumps/530/script/[clientscript,script2002].cs2 b/dumps/530/script/[clientscript,script2002].cs2 deleted file mode 100644 index fd6e4e7a9..000000000 --- a/dumps/530/script/[clientscript,script2002].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2002 -[clientscript,script2002] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_170); diff --git a/dumps/530/script/[clientscript,script2003].cs2 b/dumps/530/script/[clientscript,script2003].cs2 deleted file mode 100644 index f0f369ed5..000000000 --- a/dumps/530/script/[clientscript,script2003].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2003 -[clientscript,script2003] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_168); diff --git a/dumps/530/script/[clientscript,script2004].cs2 b/dumps/530/script/[clientscript,script2004].cs2 deleted file mode 100644 index 0e50ddc33..000000000 --- a/dumps/530/script/[clientscript,script2004].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2004 -[clientscript,script2004] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_122); diff --git a/dumps/530/script/[clientscript,script2005].cs2 b/dumps/530/script/[clientscript,script2005].cs2 deleted file mode 100644 index 7ce2c249a..000000000 --- a/dumps/530/script/[clientscript,script2005].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2005 -[clientscript,script2005] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_125); diff --git a/dumps/530/script/[clientscript,script2006].cs2 b/dumps/530/script/[clientscript,script2006].cs2 deleted file mode 100644 index e57cdf09f..000000000 --- a/dumps/530/script/[clientscript,script2006].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2006 -[clientscript,script2006] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_128); diff --git a/dumps/530/script/[clientscript,script2007].cs2 b/dumps/530/script/[clientscript,script2007].cs2 deleted file mode 100644 index 526db34ae..000000000 --- a/dumps/530/script/[clientscript,script2007].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2007 -[clientscript,script2007] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_131); diff --git a/dumps/530/script/[clientscript,script2008].cs2 b/dumps/530/script/[clientscript,script2008].cs2 deleted file mode 100644 index 5be7e0821..000000000 --- a/dumps/530/script/[clientscript,script2008].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2008 -[clientscript,script2008] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_200); diff --git a/dumps/530/script/[clientscript,script2009].cs2 b/dumps/530/script/[clientscript,script2009].cs2 deleted file mode 100644 index 6e511dc96..000000000 --- a/dumps/530/script/[clientscript,script2009].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2009 -[clientscript,script2009] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_198); diff --git a/dumps/530/script/[clientscript,script200].cs2 b/dumps/530/script/[clientscript,script200].cs2 deleted file mode 100644 index f71cb2734..000000000 --- a/dumps/530/script/[clientscript,script200].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 200 -[clientscript,script200](component $component0, component $component1) -if_setonfriendtransmit("script201($component0, $component1)", $component0); -~script202($component0, $component1); -if (unknown_command_3328 = true) { - if_settext("Clan channel:", interface_590:com_27); - if_setop(1, "Enable", interface_590:com_22); -} diff --git a/dumps/530/script/[clientscript,script2010].cs2 b/dumps/530/script/[clientscript,script2010].cs2 deleted file mode 100644 index d553bcd96..000000000 --- a/dumps/530/script/[clientscript,script2010].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2010 -[clientscript,script2010] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_196); diff --git a/dumps/530/script/[clientscript,script2011].cs2 b/dumps/530/script/[clientscript,script2011].cs2 deleted file mode 100644 index 646e23b65..000000000 --- a/dumps/530/script/[clientscript,script2011].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2011 -[clientscript,script2011] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_194); diff --git a/dumps/530/script/[clientscript,script2012].cs2 b/dumps/530/script/[clientscript,script2012].cs2 deleted file mode 100644 index bbc6c5a2e..000000000 --- a/dumps/530/script/[clientscript,script2012].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2012 -[clientscript,script2012] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_192); diff --git a/dumps/530/script/[clientscript,script2013].cs2 b/dumps/530/script/[clientscript,script2013].cs2 deleted file mode 100644 index 7a7dd494a..000000000 --- a/dumps/530/script/[clientscript,script2013].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2013 -[clientscript,script2013] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_190); diff --git a/dumps/530/script/[clientscript,script2014].cs2 b/dumps/530/script/[clientscript,script2014].cs2 deleted file mode 100644 index 2fd14cdfb..000000000 --- a/dumps/530/script/[clientscript,script2014].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2014 -[clientscript,script2014] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_22); diff --git a/dumps/530/script/[clientscript,script2015].cs2 b/dumps/530/script/[clientscript,script2015].cs2 deleted file mode 100644 index 88b6162b7..000000000 --- a/dumps/530/script/[clientscript,script2015].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2015 -[clientscript,script2015] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_20); diff --git a/dumps/530/script/[clientscript,script2016].cs2 b/dumps/530/script/[clientscript,script2016].cs2 deleted file mode 100644 index 14a06a92f..000000000 --- a/dumps/530/script/[clientscript,script2016].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2016 -[clientscript,script2016] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_188); diff --git a/dumps/530/script/[clientscript,script2017].cs2 b/dumps/530/script/[clientscript,script2017].cs2 deleted file mode 100644 index cd1738673..000000000 --- a/dumps/530/script/[clientscript,script2017].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2017 -[clientscript,script2017] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_186); diff --git a/dumps/530/script/[clientscript,script2018].cs2 b/dumps/530/script/[clientscript,script2018].cs2 deleted file mode 100644 index d416a57ae..000000000 --- a/dumps/530/script/[clientscript,script2018].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2018 -[clientscript,script2018] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_184); diff --git a/dumps/530/script/[clientscript,script2019].cs2 b/dumps/530/script/[clientscript,script2019].cs2 deleted file mode 100644 index 4f4c43cd4..000000000 --- a/dumps/530/script/[clientscript,script2019].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 2019 -[clientscript,script2019] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_182); diff --git a/dumps/530/script/[clientscript,script201].cs2 b/dumps/530/script/[clientscript,script201].cs2 deleted file mode 100644 index 910705d7f..000000000 --- a/dumps/530/script/[clientscript,script201].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 201 -[clientscript,script201](component $component0, component $component1) -~script202($component0, $component1); diff --git a/dumps/530/script/[clientscript,script2020].cs2 b/dumps/530/script/[clientscript,script2020].cs2 deleted file mode 100644 index 3e51875b9..000000000 --- a/dumps/530/script/[clientscript,script2020].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2020 -[clientscript,script2020](component $component0) -if_setcolour(^white, $component0); diff --git a/dumps/530/script/[clientscript,script2021].cs2 b/dumps/530/script/[clientscript,script2021].cs2 deleted file mode 100644 index 67a1182ae..000000000 --- a/dumps/530/script/[clientscript,script2021].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 2021 -[clientscript,script2021](component $component0) -if (if_gethide(interface_378:com_195) = true) { - if_setvflip(true, interface_378:com_198); - if_sethide(false, interface_378:com_195); -} else { - if ($component0 = interface_378:com_202 | $component0 = interface_378:com_203) { - if_settext(if_gettext($component0), interface_378:com_199); - } - if_setvflip(false, interface_378:com_198); - if_sethide(true, interface_378:com_195); -} diff --git a/dumps/530/script/[clientscript,script2022].cs2 b/dumps/530/script/[clientscript,script2022].cs2 deleted file mode 100644 index 402d90d3b..000000000 --- a/dumps/530/script/[clientscript,script2022].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2022 -[clientscript,script2022] -openurl("billing_core", "paymentoptions.ws", true); diff --git a/dumps/530/script/[clientscript,script2023].cs2 b/dumps/530/script/[clientscript,script2023].cs2 deleted file mode 100644 index 8a121aed7..000000000 --- a/dumps/530/script/[clientscript,script2023].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 2023 -[clientscript,script2023](int $int0) -if ($int0 = 1) { - if_setgraphic(graphic_1601, interface_378:com_183); - if_setgraphic(graphic_1602, interface_378:com_184); - if_setgraphic(graphic_1601, interface_378:com_185); -} else { - if_setgraphic(graphic_1599, interface_378:com_183); - if_setgraphic(graphic_1600, interface_378:com_184); - if_setgraphic(graphic_1599, interface_378:com_185); -} diff --git a/dumps/530/script/[clientscript,script2024].cs2 b/dumps/530/script/[clientscript,script2024].cs2 deleted file mode 100644 index d2ab267e4..000000000 --- a/dumps/530/script/[clientscript,script2024].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 2024 -[clientscript,script2024](int $int0) -if ($int0 = 1) { - if_setgraphic(graphic_1597, interface_378:com_189); - if_setgraphic(graphic_1598, interface_378:com_190); - if_setgraphic(graphic_1597, interface_378:com_191); -} else { - if_setgraphic(graphic_1595, interface_378:com_189); - if_setgraphic(graphic_1596, interface_378:com_190); - if_setgraphic(graphic_1595, interface_378:com_191); -} diff --git a/dumps/530/script/[clientscript,script2025].cs2 b/dumps/530/script/[clientscript,script2025].cs2 deleted file mode 100644 index b3c799ac0..000000000 --- a/dumps/530/script/[clientscript,script2025].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 2025 -[clientscript,script2025](int $int0) -if ($int0 = 1) { - if_setgraphic(graphic_985, interface_378:com_175); - if_setgraphic(graphic_986, interface_378:com_176); - if_setgraphic(graphic_985, interface_378:com_177); -} else { - if_setgraphic(graphic_983, interface_378:com_175); - if_setgraphic(graphic_984, interface_378:com_176); - if_setgraphic(graphic_983, interface_378:com_177); -} diff --git a/dumps/530/script/[clientscript,script2027].cs2 b/dumps/530/script/[clientscript,script2027].cs2 deleted file mode 100644 index c7f422500..000000000 --- a/dumps/530/script/[clientscript,script2027].cs2 +++ /dev/null @@ -1,29 +0,0 @@ -// 2027 -[clientscript,script2027](component $component0) -if (testbit(%varplayer_331, 0) = ^true) { - if_setmodelangle(0, 0, 512, 1536, 0, 400, $component0); -} else if (testbit(%varplayer_331, 1) = ^true) { - if_setmodelangle(0, 0, 512, 1664, 0, 400, $component0); -} else if (testbit(%varplayer_331, 2) = ^true) { - if_setmodelangle(0, 0, 512, 1792, 0, 400, $component0); -} else if (testbit(%varplayer_331, 3) = ^true) { - if_setmodelangle(0, 0, 512, 1920, 0, 400, $component0); -} else if (testbit(%varplayer_331, 4) = ^true) { - if_setmodelangle(0, 0, 512, 0, 0, 400, $component0); -} else if (testbit(%varplayer_331, 5) = ^true) { - if_setmodelangle(0, 0, 512, 128, 0, 400, $component0); -} else if (testbit(%varplayer_331, 6) = ^true) { - if_setmodelangle(0, 0, 512, 256, 0, 400, $component0); -} else if (testbit(%varplayer_331, 7) = ^true) { - if_setmodelangle(0, 0, 512, 384, 0, 400, $component0); -} else if (testbit(%varplayer_331, 8) = ^true) { - if_setmodelangle(0, 0, 512, 512, 0, 400, $component0); -} else if (testbit(%varplayer_331, 9) = ^true) { - if_setmodelangle(0, 0, 512, 640, 0, 400, $component0); -} else if (testbit(%varplayer_331, 10) = ^true) { - if_setmodelangle(0, 0, 512, 768, 0, 400, $component0); -} else if (testbit(%varplayer_331, 11) = ^true) { - if_setmodelangle(0, 0, 512, 896, 0, 400, $component0); -} else if (testbit(%varplayer_331, 12) = ^true) { - if_setmodelangle(0, 0, 512, 1024, 0, 400, $component0); -} diff --git a/dumps/530/script/[clientscript,script2028].cs2 b/dumps/530/script/[clientscript,script2028].cs2 deleted file mode 100644 index ab23d4b45..000000000 --- a/dumps/530/script/[clientscript,script2028].cs2 +++ /dev/null @@ -1,29 +0,0 @@ -// 2028 -[clientscript,script2028](component $component0) -if (testbit(%varplayer_331, 13) = ^true) { - if_setmodelangle(0, 0, 512, 1536, 0, 400, $component0); -} else if (testbit(%varplayer_331, 14) = ^true) { - if_setmodelangle(0, 0, 512, 1664, 0, 400, $component0); -} else if (testbit(%varplayer_331, 15) = ^true) { - if_setmodelangle(0, 0, 512, 1792, 0, 400, $component0); -} else if (testbit(%varplayer_331, 16) = ^true) { - if_setmodelangle(0, 0, 512, 1920, 0, 400, $component0); -} else if (testbit(%varplayer_331, 17) = ^true) { - if_setmodelangle(0, 0, 512, 0, 0, 400, $component0); -} else if (testbit(%varplayer_331, 18) = ^true) { - if_setmodelangle(0, 0, 512, 128, 0, 400, $component0); -} else if (testbit(%varplayer_331, 19) = ^true) { - if_setmodelangle(0, 0, 512, 256, 0, 400, $component0); -} else if (testbit(%varplayer_331, 20) = ^true) { - if_setmodelangle(0, 0, 512, 384, 0, 400, $component0); -} else if (testbit(%varplayer_331, 21) = ^true) { - if_setmodelangle(0, 0, 512, 512, 0, 400, $component0); -} else if (testbit(%varplayer_331, 22) = ^true) { - if_setmodelangle(0, 0, 512, 640, 0, 400, $component0); -} else if (testbit(%varplayer_331, 23) = ^true) { - if_setmodelangle(0, 0, 512, 768, 0, 400, $component0); -} else if (testbit(%varplayer_331, 24) = ^true) { - if_setmodelangle(0, 0, 512, 896, 0, 400, $component0); -} else if (testbit(%varplayer_331, 25) = ^true) { - if_setmodelangle(0, 0, 512, 1024, 0, 400, $component0); -} diff --git a/dumps/530/script/[clientscript,script2029].cs2 b/dumps/530/script/[clientscript,script2029].cs2 deleted file mode 100644 index b97ef1dd6..000000000 --- a/dumps/530/script/[clientscript,script2029].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 2029 -[clientscript,script2029](component $component0, int $int1) -if (%varplayer_330 > $int1) { - if_setcolour(^green, $component0); -} else { - if_setcolour(^black, $component0); -} diff --git a/dumps/530/script/[clientscript,script2030].cs2 b/dumps/530/script/[clientscript,script2030].cs2 deleted file mode 100644 index 90a00fda0..000000000 --- a/dumps/530/script/[clientscript,script2030].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 2030 -[clientscript,script2030](component $component0) -if (testbit(%varplayer_331, 26) = ^true) { - if_setmodelangle(0, 0, 512, 1024, 0, 1000, $component0); -} else if (testbit(%varplayer_331, 27) = ^true) { - if_setmodelangle(0, 0, 512, 1536, 0, 1000, $component0); -} else if (testbit(%varplayer_331, 28) = ^true) { - if_setmodelangle(0, 0, 512, 0, 0, 1000, $component0); -} diff --git a/dumps/530/script/[clientscript,script2031].cs2 b/dumps/530/script/[clientscript,script2031].cs2 deleted file mode 100644 index 5c0c92d7c..000000000 --- a/dumps/530/script/[clientscript,script2031].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 2031 -[clientscript,script2031](component $component0) -if (testbit(%varplayer_331, 29) = ^true) { - if_setmodelangle(0, 0, 512, 1024, 0, 1000, $component0); -} else if (testbit(%varplayer_331, 30) = ^true) { - if_setmodelangle(0, 0, 512, 1536, 0, 1000, $component0); -} else if (testbit(%varplayer_331, 31) = ^true) { - if_setmodelangle(0, 0, 512, 0, 0, 1000, $component0); -} diff --git a/dumps/530/script/[clientscript,script2032].cs2 b/dumps/530/script/[clientscript,script2032].cs2 deleted file mode 100644 index 5c310f2f2..000000000 --- a/dumps/530/script/[clientscript,script2032].cs2 +++ /dev/null @@ -1,82 +0,0 @@ -// 2032 -[clientscript,script2032] -if_sethide(true, interface_366:com_2); -if_sethide(true, interface_366:com_3); -if_sethide(true, interface_366:com_4); -if_sethide(true, interface_366:com_5); -if_sethide(true, interface_366:com_6); -if_sethide(true, interface_366:com_7); -if_sethide(true, interface_366:com_8); -if_sethide(true, interface_366:com_9); -if_sethide(true, interface_366:com_10); -if_sethide(true, interface_366:com_11); -if_sethide(true, interface_366:com_12); -if_sethide(true, interface_366:com_13); -if_sethide(true, interface_366:com_14); -if_sethide(true, interface_366:com_15); -if_sethide(true, interface_366:com_16); -if_sethide(true, interface_366:com_17); -if_sethide(true, interface_366:com_18); -if_sethide(true, interface_366:com_19); -if_sethide(true, interface_366:com_20); -if_sethide(true, interface_366:com_21); -if (%varplayer_391 > 0) { - if_sethide(false, interface_366:com_2); -} -if (%varplayer_391 > 4) { - if_sethide(false, interface_366:com_3); -} -if (%varplayer_391 > 9) { - if_sethide(false, interface_366:com_4); -} -if (%varplayer_391 > 14) { - if_sethide(false, interface_366:com_5); -} -if (%varplayer_391 > 19) { - if_sethide(false, interface_366:com_6); -} -if (%varplayer_391 > 24) { - if_sethide(false, interface_366:com_7); -} -if (%varplayer_391 > 29) { - if_sethide(false, interface_366:com_8); -} -if (%varplayer_391 > 34) { - if_sethide(false, interface_366:com_9); -} -if (%varplayer_391 > 39) { - if_sethide(false, interface_366:com_10); -} -if (%varplayer_391 > 44) { - if_sethide(false, interface_366:com_11); -} -if (%varplayer_391 > 49) { - if_sethide(false, interface_366:com_12); -} -if (%varplayer_391 > 54) { - if_sethide(false, interface_366:com_13); -} -if (%varplayer_391 > 59) { - if_sethide(false, interface_366:com_14); -} -if (%varplayer_391 > 64) { - if_sethide(false, interface_366:com_15); -} -if (%varplayer_391 > 69) { - if_sethide(false, interface_366:com_16); -} -if (%varplayer_391 > 74) { - if_sethide(false, interface_366:com_17); -} -if (%varplayer_391 > 79) { - if_sethide(false, interface_366:com_18); -} -if (%varplayer_391 > 84) { - if_sethide(false, interface_366:com_19); -} -if (%varplayer_391 > 89) { - if_sethide(false, interface_366:com_20); -} -if (%varplayer_391 > 94) { - if_sethide(false, interface_366:com_21); -} diff --git a/dumps/530/script/[clientscript,script2033].cs2 b/dumps/530/script/[clientscript,script2033].cs2 deleted file mode 100644 index eda7ef47d..000000000 --- a/dumps/530/script/[clientscript,script2033].cs2 +++ /dev/null @@ -1,72 +0,0 @@ -// 2033 -[clientscript,script2033] -def_int $int0 = inv_total(inv_93, obj_2169); -def_int $int1 = inv_total(inv_93, obj_2162); -def_int $int2 = inv_total(inv_93, obj_2128); -def_int $int3 = inv_total(inv_93, obj_2152); -def_int $int4 = inv_total(inv_93, obj_1973); -if ($int3 >= 2 & $int0 >= 1) { - if_setcolour(^green, interface_437:com_37); -} else { - if_setcolour(^red, interface_437:com_37); -} -if ($int2 >= 2 & $int0 >= 1) { - if_setcolour(^green, interface_437:com_38); -} else { - if_setcolour(^red, interface_437:com_38); -} -if ($int2 >= 1 & $int0 >= 1 & $int1 >= 2) { - if_setcolour(^green, interface_437:com_39); -} else { - if_setcolour(^red, interface_437:com_39); -} -if ($int4 >= 2 & $int0 >= 1) { - if_setcolour(^green, interface_437:com_40); -} else { - if_setcolour(^red, interface_437:com_40); -} -if (inv_total(inv_93, obj_2152) > 1) { - if_setobject(obj_2152, 100, interface_437:com_4); -} else { - if_setobject(obj_9499, 100, interface_437:com_4); -} -if (inv_total(inv_93, obj_2169) > 0) { - if_setobject(obj_2169, 90, interface_437:com_5); -} else { - if_setobject(obj_9500, 90, interface_437:com_5); -} -if (inv_total(inv_93, obj_2128) > 1) { - if_setobject(obj_2128, 120, interface_437:com_12); -} else { - if_setobject(obj_9494, 120, interface_437:com_12); -} -if (inv_total(inv_93, obj_2169) > 0) { - if_setobject(obj_2169, 90, interface_437:com_11); -} else { - if_setobject(obj_9500, 90, interface_437:com_11); -} -if (inv_total(inv_93, obj_1973) > 1) { - if_setobject(obj_1973, 140, interface_437:com_27); -} else { - if_setobject(obj_9507, 140, interface_437:com_27); -} -if (inv_total(inv_93, obj_2169) > 0) { - if_setobject(obj_2169, 90, interface_437:com_28); -} else { - if_setobject(obj_9500, 90, interface_437:com_28); -} -if (inv_total(inv_93, obj_2162) > 1) { - if_setobject(obj_2162, 100, interface_437:com_19); -} else { - if_setobject(obj_9501, 100, interface_437:com_19); -} -if (inv_total(inv_93, obj_2128) > 0) { - if_setobject(obj_2128, 120, interface_437:com_20); -} else { - if_setobject(obj_9494, 120, interface_437:com_20); -} -if (inv_total(inv_93, obj_2169) > 0) { - if_setobject(obj_2169, 90, interface_437:com_18); -} else { - if_setobject(obj_9500, 90, interface_437:com_18); -} diff --git a/dumps/530/script/[clientscript,script2040].cs2 b/dumps/530/script/[clientscript,script2040].cs2 deleted file mode 100644 index 06d4d3666..000000000 --- a/dumps/530/script/[clientscript,script2040].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 2040 -[clientscript,script2040](component $component0) -if (%varplayerbit_949 = 0) { - if_settext("Coal to add: ", $component0); -} else { - if_settext("Coal in furnace: ", $component0); -} diff --git a/dumps/530/script/[clientscript,script2041].cs2 b/dumps/530/script/[clientscript,script2041].cs2 deleted file mode 100644 index 28e226dd7..000000000 --- a/dumps/530/script/[clientscript,script2041].cs2 +++ /dev/null @@ -1,74 +0,0 @@ -// 2041 -[clientscript,script2041] -if_settext("Bronze: ", interface_28:com_42); -if (%varplayerbit_941 > 0) { - if_setcolour(0xff981f, interface_28:com_44); - if_setcolour(0xff981f, interface_28:com_42); -} else { - if_setcolour(0x999999, interface_28:com_44); - if_setcolour(0x999999, interface_28:com_42); -} -if_settext("Iron: ", interface_28:com_39); -if (%varplayerbit_942 > 0) { - if_setcolour(0xff981f, interface_28:com_41); - if_setcolour(0xff981f, interface_28:com_39); -} else { - if_setcolour(0x999999, interface_28:com_41); - if_setcolour(0x999999, interface_28:com_39); -} -if_settext("Steel: ", interface_28:com_37); -if (%varplayerbit_943 > 0) { - if_setcolour(0xff981f, interface_28:com_38); - if_setcolour(0xff981f, interface_28:com_37); -} else { - if_setcolour(0x999999, interface_28:com_38); - if_setcolour(0x999999, interface_28:com_37); -} -if_settext("Mithril: ", interface_28:com_34); -if (%varplayerbit_944 > 0) { - if_setcolour(0xff981f, interface_28:com_35); - if_setcolour(0xff981f, interface_28:com_34); -} else { - if_setcolour(0x999999, interface_28:com_35); - if_setcolour(0x999999, interface_28:com_34); -} -if_settext("Adamantite: ", interface_28:com_31); -if (%varplayerbit_945 > 0) { - if_setcolour(0xff981f, interface_28:com_32); - if_setcolour(0xff981f, interface_28:com_31); -} else { - if_setcolour(0x999999, interface_28:com_32); - if_setcolour(0x999999, interface_28:com_31); -} -if_settext("Runite: ", interface_28:com_28); -if (%varplayerbit_946 > 0) { - if_setcolour(0xff981f, interface_28:com_29); - if_setcolour(0xff981f, interface_28:com_28); -} else { - if_setcolour(0x999999, interface_28:com_29); - if_setcolour(0x999999, interface_28:com_28); -} -if_settext("Silver: ", interface_28:com_25); -if (%varplayerbit_948 > 0) { - if_setcolour(0xff981f, interface_28:com_26); - if_setcolour(0xff981f, interface_28:com_25); -} else { - if_setcolour(0x999999, interface_28:com_26); - if_setcolour(0x999999, interface_28:com_25); -} -if_settext("Gold: ", interface_28:com_22); -if (%varplayerbit_947 > 0) { - if_setcolour(0xff981f, interface_28:com_23); - if_setcolour(0xff981f, interface_28:com_22); -} else { - if_setcolour(0x999999, interface_28:com_23); - if_setcolour(0x999999, interface_28:com_22); -} -if_settext("Perfect Gold: ", interface_28:com_2); -if (%varplayerbit_958 > 0) { - if_setcolour(0xff981f, interface_28:com_4); - if_setcolour(0xff981f, interface_28:com_2); -} else { - if_setcolour(0x999999, interface_28:com_4); - if_setcolour(0x999999, interface_28:com_2); -} diff --git a/dumps/530/script/[clientscript,script2043].cs2 b/dumps/530/script/[clientscript,script2043].cs2 deleted file mode 100644 index 35059ede3..000000000 --- a/dumps/530/script/[clientscript,script2043].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2043 -[clientscript,script2043](component $component0) -if_settext(tostring(%varplayer_157), $component0); diff --git a/dumps/530/script/[clientscript,script2044].cs2 b/dumps/530/script/[clientscript,script2044].cs2 deleted file mode 100644 index 10fcdd86f..000000000 --- a/dumps/530/script/[clientscript,script2044].cs2 +++ /dev/null @@ -1,77 +0,0 @@ -// 2044 -[clientscript,script2044] -if_sethide(true, interface_325:com_2); -if_sethide(true, interface_325:com_3); -if_sethide(true, interface_325:com_10); -if_sethide(true, interface_325:com_8); -if_sethide(true, interface_325:com_4); -if_sethide(true, interface_325:com_6); -if_sethide(true, interface_325:com_5); -if_sethide(true, interface_325:com_11); -if_sethide(true, interface_325:com_9); -if_sethide(true, interface_325:com_7); -if_sethide(true, interface_325:com_12); -if_sethide(true, interface_325:com_31); -if_sethide(true, interface_325:com_30); -if_sethide(true, interface_325:com_29); -if_sethide(true, interface_325:com_28); -if_sethide(true, interface_325:com_27); -if_sethide(true, interface_325:com_26); -if_sethide(true, interface_325:com_25); -if_sethide(true, interface_325:com_24); -if_sethide(true, interface_325:com_23); -if_sethide(true, interface_325:com_22); -switch_int (%varplayer_158) { - case 0 : - if_sethide(false, interface_325:com_2); - case 1 : - if_sethide(false, interface_325:com_3); - case 2 : - if_sethide(false, interface_325:com_10); - case 3 : - if_sethide(false, interface_325:com_8); - case 4 : - if_sethide(false, interface_325:com_4); - case 5 : - if_sethide(false, interface_325:com_6); - case 6 : - if_sethide(false, interface_325:com_5); - case 7 : - if_sethide(false, interface_325:com_11); - case 8 : - if_sethide(false, interface_325:com_9); - case 9 : - if_sethide(false, interface_325:com_7); - case 10 : - if_sethide(false, interface_325:com_12); -} -if (%varplayer_156 < 2) { - if_sethide(false, interface_325:com_31); -} -if (%varplayer_156 < 3) { - if_sethide(false, interface_325:com_30); -} -if (%varplayer_156 < 4) { - if_sethide(false, interface_325:com_29); -} -if (%varplayer_156 < 5) { - if_sethide(false, interface_325:com_28); -} -if (%varplayer_156 < 6) { - if_sethide(false, interface_325:com_27); -} -if (%varplayer_156 < 7) { - if_sethide(false, interface_325:com_26); -} -if (%varplayer_156 < 8) { - if_sethide(false, interface_325:com_25); -} -if (%varplayer_156 < 9) { - if_sethide(false, interface_325:com_24); -} -if (%varplayer_156 < 10) { - if_sethide(false, interface_325:com_23); -} -if (%varplayer_156 < 11) { - if_sethide(false, interface_325:com_22); -} diff --git a/dumps/530/script/[clientscript,script2045].cs2 b/dumps/530/script/[clientscript,script2045].cs2 deleted file mode 100644 index 7e0f5ed30..000000000 --- a/dumps/530/script/[clientscript,script2045].cs2 +++ /dev/null @@ -1,29 +0,0 @@ -// 2045 -[clientscript,script2045](component $component0, component $component1) -if (worldmap_isloaded = false) { - ~script2046; - return; -} -def_int $int2 = 0; -def_int $int3 = 0; -$int2, $int3 = worldmap_getsize; -if ($int2 <= 0) { - return; -} -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = 0; -def_int $int7 = 0; -def_int $int8 = 0; -def_int $int9 = 0; -$int8, $int9 = worldmap_getdisplayposition; -$int4 = calc($int9 + $int3 / 2); -$int5 = calc($int9 - $int3 / 2); -$int6 = calc($int8 + $int2 / 2); -$int7 = calc($int8 - $int2 / 2); -$int7 = calc($int7 + scale($int2, if_getwidth($component1), calc(if_getwidth($component1) - if_getwidth($component0)))); -~script2056(interface_755:com_6, coord, "You are here", struct_280, $component0, $int4, $int5, $int6, $int7); -~script2056(interface_755:com_7, %varclient_623, %varclientstring_53, %varclient_624, $component0, $int4, $int5, $int6, $int7); -~script2056(interface_755:com_8, %varclient_625, %varclientstring_54, %varclient_626, $component0, $int4, $int5, $int6, $int7); -~script2056(interface_755:com_9, %varclient_627, %varclientstring_55, %varclient_628, $component0, $int4, $int5, $int6, $int7); -~script2056(interface_755:com_10, %varclient_629, %varclientstring_56, %varclient_630, $component0, $int4, $int5, $int6, $int7); diff --git a/dumps/530/script/[clientscript,script204].cs2 b/dumps/530/script/[clientscript,script204].cs2 deleted file mode 100644 index 6b5e35c30..000000000 --- a/dumps/530/script/[clientscript,script204].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 204 -[clientscript,script204](int $int0, int $int1) -def_int $int2 = calc($int1 - 1); -friend_setrank(friend_getname($int0), $int2); -if (cc_find(interface_590:com_13, calc($int0 + $int0 + 1)) = true) { - cc_settext(~script203($int2)); -} diff --git a/dumps/530/script/[clientscript,script2053].cs2 b/dumps/530/script/[clientscript,script2053].cs2 deleted file mode 100644 index fcf86d165..000000000 --- a/dumps/530/script/[clientscript,script2053].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 2053 -[clientscript,script2053](int $int0, component $component1, coord $coord2) -if ($int0 = 1) { - if_setontimer("script2054(calc(clientclock + 3), $component1, $coord2)", $component1); -} diff --git a/dumps/530/script/[clientscript,script2054].cs2 b/dumps/530/script/[clientscript,script2054].cs2 deleted file mode 100644 index 08dfb05ea..000000000 --- a/dumps/530/script/[clientscript,script2054].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 2054 -[clientscript,script2054](int $int0, component $component1, coord $coord2) -if (clientclock >= $int0) { - worldmap_jumptosourcecoord($coord2); - if_setontimer(null, $component1); -} diff --git a/dumps/530/script/[clientscript,script2057].cs2 b/dumps/530/script/[clientscript,script2057].cs2 deleted file mode 100644 index a2b4ebc80..000000000 --- a/dumps/530/script/[clientscript,script2057].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2057 -[clientscript,script2057] -~script2059(-1); diff --git a/dumps/530/script/[clientscript,script2058].cs2 b/dumps/530/script/[clientscript,script2058].cs2 deleted file mode 100644 index 6ef0cfe3f..000000000 --- a/dumps/530/script/[clientscript,script2058].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2058 -[clientscript,script2058](int $int0) -~script2059($int0); diff --git a/dumps/530/script/[clientscript,script205].cs2 b/dumps/530/script/[clientscript,script205].cs2 deleted file mode 100644 index c1d640084..000000000 --- a/dumps/530/script/[clientscript,script205].cs2 +++ /dev/null @@ -1,72 +0,0 @@ -// 205 -[clientscript,script205] -def_int $int0 = 0; -def_int $int1 = 0; -while ($int0 < 11) { - cc_create(interface_631:com_90, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - if ($int0 = 0) { - cc_setposition(~script788(interface_631:com_68, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 0; - } else if ($int0 = 1) { - cc_setposition(~script788(interface_631:com_69, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 1; - } else if ($int0 = 2) { - cc_setposition(~script788(interface_631:com_70, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 2; - } else if ($int0 = 3) { - cc_setposition(~script788(interface_631:com_71, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 13; - } else if ($int0 = 4) { - cc_setposition(~script788(interface_631:com_72, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 3; - } else if ($int0 = 5) { - cc_setposition(~script788(interface_631:com_73, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 4; - } else if ($int0 = 6) { - cc_setposition(~script788(interface_631:com_74, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 5; - } else if ($int0 = 7) { - cc_setposition(~script788(interface_631:com_75, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 7; - } else if ($int0 = 8) { - cc_setposition(~script788(interface_631:com_78, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 9; - } else if ($int0 = 9) { - cc_setposition(~script788(interface_631:com_77, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 10; - } else if ($int0 = 10) { - cc_setposition(~script788(interface_631:com_76, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 12; - } - if (inv_getobj(inv_94, $int1) ! null) { - cc_setobject(inv_getobj(inv_94, $int1), inv_getnum(inv_94, $int1)); - cc_setopbase(""); - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - if ($int1 = 0) { - if_setgraphic(null, interface_631:com_68); - } else if ($int1 = 1) { - if_setgraphic(null, interface_631:com_69); - } else if ($int1 = 2) { - if_setgraphic(null, interface_631:com_70); - } else if ($int1 = 13) { - if_setgraphic(null, interface_631:com_71); - } else if ($int1 = 3) { - if_setgraphic(null, interface_631:com_72); - } else if ($int1 = 4) { - if_setgraphic(null, interface_631:com_73); - } else if ($int1 = 5) { - if_setgraphic(null, interface_631:com_74); - } else if ($int1 = 7) { - if_setgraphic(null, interface_631:com_75); - } else if ($int1 = 9) { - if_setgraphic(null, interface_631:com_78); - } else if ($int1 = 10) { - if_setgraphic(null, interface_631:com_77); - } else if ($int1 = 12) { - if_setgraphic(null, interface_631:com_76); - } - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[clientscript,script2060].cs2 b/dumps/530/script/[clientscript,script2060].cs2 deleted file mode 100644 index 79bfd4886..000000000 --- a/dumps/530/script/[clientscript,script2060].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 2060 -[clientscript,script2060](component $component0) -def_struct $struct1 = enum(int, struct, enum_2162, %varplayerbit_357); -def_int $int2 = enum(component, int, struct_param($struct1, param_664), $component0); -def_component $component3 = struct_param($struct1, param_661); -if ($component3 ! null) { - ~script41($component3); -} -if ($int2 = %varclient_631) { - if_setgraphic(graphic_1703, $component0); -} else { - if_setgraphic(graphic_1702, $component0); -} diff --git a/dumps/530/script/[clientscript,script2061].cs2 b/dumps/530/script/[clientscript,script2061].cs2 deleted file mode 100644 index 0daab5b9a..000000000 --- a/dumps/530/script/[clientscript,script2061].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 2061 -[clientscript,script2061](component $component0) -def_struct $struct1 = enum(int, struct, enum_2162, %varplayerbit_357); -def_int $int2 = enum(component, int, struct_param($struct1, param_664), $component0); -def_component $component3 = struct_param($struct1, param_661); -def_string $string0 = enum(int, string, struct_param($struct1, param_665), $int2); -if ($component3 ! null) { - ~script39($component0, $component3, $string0, 25, 300); -} -if ($int2 ! %varclient_631) { - if_setgraphic(graphic_1701, $component0); -} diff --git a/dumps/530/script/[clientscript,script2062].cs2 b/dumps/530/script/[clientscript,script2062].cs2 deleted file mode 100644 index 71cc9a9fb..000000000 --- a/dumps/530/script/[clientscript,script2062].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2062 -[clientscript,script2062] -~script2064(-1); diff --git a/dumps/530/script/[clientscript,script2063].cs2 b/dumps/530/script/[clientscript,script2063].cs2 deleted file mode 100644 index 342be157a..000000000 --- a/dumps/530/script/[clientscript,script2063].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2063 -[clientscript,script2063] -~script2064(%varplayer_153); diff --git a/dumps/530/script/[clientscript,script206].cs2 b/dumps/530/script/[clientscript,script206].cs2 deleted file mode 100644 index d59d30ec9..000000000 --- a/dumps/530/script/[clientscript,script206].cs2 +++ /dev/null @@ -1,99 +0,0 @@ -// 206 -[clientscript,script206] -def_int $int0 = 0; -def_int $int1 = 0; -def_obj $obj2 = null; -def_string $string0 = ""; -def_string $string1 = ""; -def_obj $objarray0(28); -def_int $intarray1(28); -def_int $int3 = 0; -def_int $int4 = 99; -def_int $int5 = 0; -while ($int0 < 28) { - $obj2 = inv_getobj(inv_134, $int0); - $int1 = inv_getnum(inv_134, $int0); - if ($obj2 ! null) { - $int4 = 99; - $int5 = 0; - while ($int5 < 28) { - if ($objarray0($int5) ! null) { - if ($objarray0($int5) = $obj2) { - $int4 = $int5; - $int5 = 28; - } - $int5 = calc($int5 + 1); - } else { - $int5 = 28; - } - } - if ($int4 = 99) { - $objarray0($int3) = $obj2; - $intarray1($int3) = $int1; - $int3 = calc($int3 + 1); - } else { - $intarray1($int4) = calc($intarray1($int4) + $int1); - } - } - $int0 = calc($int0 + 1); -} -$int3 = 0; -while ($int3 < 28) { - $obj2 = $objarray0($int3); - if ($obj2 ! null) { - $int1 = $intarray1($int3); - $string0 = append($string0, ~script207(2, $int1, $obj2)); - } else { - $int3 = 28; - } - $int3 = calc($int3 + 1); -} -$int0 = 0; -$int3 = 0; -while ($int3 < 28) { - $objarray0($int3) = null; - $intarray1($int3) = 0; - $int3 = calc($int3 + 1); -} -$int3 = 0; -$int5 = 0; -while ($int0 < 28) { - $obj2 = invother_getobj(inv_134, $int0); - $int1 = invother_getnum(inv_134, $int0); - if ($obj2 ! null) { - $int4 = 99; - $int5 = 0; - while ($int5 < 28) { - if ($objarray0($int5) ! null) { - if ($objarray0($int5) = $obj2) { - $int4 = $int5; - $int5 = 28; - } - $int5 = calc($int5 + 1); - } else { - $int5 = 28; - } - } - if ($int4 = 99) { - $objarray0($int3) = $obj2; - $intarray1($int3) = $int1; - $int3 = calc($int3 + 1); - } else { - $intarray1($int4) = calc($intarray1($int4) + $int1); - } - } - $int0 = calc($int0 + 1); -} -$int3 = 0; -while ($int3 < 28) { - $obj2 = $objarray0($int3); - if ($obj2 ! null) { - $int1 = $intarray1($int3); - $string1 = append($string1, ~script207(2, $int1, $obj2)); - } else { - $int3 = 28; - } - $int3 = calc($int3 + 1); -} -if_settext($string0, interface_626:com_46); -if_settext($string1, interface_626:com_47); diff --git a/dumps/530/script/[clientscript,script208].cs2 b/dumps/530/script/[clientscript,script208].cs2 deleted file mode 100644 index 20398323a..000000000 --- a/dumps/530/script/[clientscript,script208].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 208 -[clientscript,script208] -if_sethide(false, interface_595:com_115); -if_sethide(true, interface_595:com_116); -if_setgraphic("player_kit_fancy,7", interface_595:com_120); -if_setgraphic("player_kit_fancy_off,5", interface_595:com_121); diff --git a/dumps/530/script/[clientscript,script209].cs2 b/dumps/530/script/[clientscript,script209].cs2 deleted file mode 100644 index 67068c1d2..000000000 --- a/dumps/530/script/[clientscript,script209].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 209 -[clientscript,script209] -if_sethide(true, interface_595:com_115); -if_sethide(false, interface_595:com_116); -if_setgraphic("player_kit_fancy_off,5", interface_595:com_120); -if_setgraphic("player_kit_fancy,5", interface_595:com_121); diff --git a/dumps/530/script/[clientscript,script210].cs2 b/dumps/530/script/[clientscript,script210].cs2 deleted file mode 100644 index 47103dfa1..000000000 --- a/dumps/530/script/[clientscript,script210].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 210 -[clientscript,script210] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_74); diff --git a/dumps/530/script/[clientscript,script211].cs2 b/dumps/530/script/[clientscript,script211].cs2 deleted file mode 100644 index 802e4f8b7..000000000 --- a/dumps/530/script/[clientscript,script211].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 211 -[clientscript,script211] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_77); diff --git a/dumps/530/script/[clientscript,script212].cs2 b/dumps/530/script/[clientscript,script212].cs2 deleted file mode 100644 index ccb7f8055..000000000 --- a/dumps/530/script/[clientscript,script212].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 212 -[clientscript,script212] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_80); diff --git a/dumps/530/script/[clientscript,script213].cs2 b/dumps/530/script/[clientscript,script213].cs2 deleted file mode 100644 index c36f5436f..000000000 --- a/dumps/530/script/[clientscript,script213].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 213 -[clientscript,script213] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_83); diff --git a/dumps/530/script/[clientscript,script214].cs2 b/dumps/530/script/[clientscript,script214].cs2 deleted file mode 100644 index fc73307d8..000000000 --- a/dumps/530/script/[clientscript,script214].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 214 -[clientscript,script214] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_86); diff --git a/dumps/530/script/[clientscript,script215].cs2 b/dumps/530/script/[clientscript,script215].cs2 deleted file mode 100644 index 47fb9ab53..000000000 --- a/dumps/530/script/[clientscript,script215].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 215 -[clientscript,script215] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_89); diff --git a/dumps/530/script/[clientscript,script216].cs2 b/dumps/530/script/[clientscript,script216].cs2 deleted file mode 100644 index 244d40ddb..000000000 --- a/dumps/530/script/[clientscript,script216].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 216 -[clientscript,script216] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_92); diff --git a/dumps/530/script/[clientscript,script217].cs2 b/dumps/530/script/[clientscript,script217].cs2 deleted file mode 100644 index 5f6a307ae..000000000 --- a/dumps/530/script/[clientscript,script217].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 217 -[clientscript,script217] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_95); diff --git a/dumps/530/script/[clientscript,script218].cs2 b/dumps/530/script/[clientscript,script218].cs2 deleted file mode 100644 index 0b9fc595b..000000000 --- a/dumps/530/script/[clientscript,script218].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 218 -[clientscript,script218] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_98); diff --git a/dumps/530/script/[clientscript,script219].cs2 b/dumps/530/script/[clientscript,script219].cs2 deleted file mode 100644 index af91a471c..000000000 --- a/dumps/530/script/[clientscript,script219].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 219 -[clientscript,script219] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_101); diff --git a/dumps/530/script/[clientscript,script220].cs2 b/dumps/530/script/[clientscript,script220].cs2 deleted file mode 100644 index 3b3b10a60..000000000 --- a/dumps/530/script/[clientscript,script220].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 220 -[clientscript,script220] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_104); diff --git a/dumps/530/script/[clientscript,script221].cs2 b/dumps/530/script/[clientscript,script221].cs2 deleted file mode 100644 index d1ef4bc3f..000000000 --- a/dumps/530/script/[clientscript,script221].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 221 -[clientscript,script221] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_107); diff --git a/dumps/530/script/[clientscript,script222].cs2 b/dumps/530/script/[clientscript,script222].cs2 deleted file mode 100644 index cce35065d..000000000 --- a/dumps/530/script/[clientscript,script222].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 222 -[clientscript,script222] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_110); diff --git a/dumps/530/script/[clientscript,script223].cs2 b/dumps/530/script/[clientscript,script223].cs2 deleted file mode 100644 index 49dfc41f3..000000000 --- a/dumps/530/script/[clientscript,script223].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 223 -[clientscript,script223] -~script224; -if_setgraphic("miscgraphics,11", interface_595:com_113); diff --git a/dumps/530/script/[clientscript,script225].cs2 b/dumps/530/script/[clientscript,script225].cs2 deleted file mode 100644 index e9509b7e4..000000000 --- a/dumps/530/script/[clientscript,script225].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 225 -[clientscript,script225] -if_setscrollsize(200, 290, interface_594:com_173); -~script31(interface_594:com_174, interface_594:com_173, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script226].cs2 b/dumps/530/script/[clientscript,script226].cs2 deleted file mode 100644 index 26a982fcc..000000000 --- a/dumps/530/script/[clientscript,script226].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 226 -[clientscript,script226] -if_setscrollsize(200, 290, interface_594:com_175); -~script31(interface_594:com_176, interface_594:com_175, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script227].cs2 b/dumps/530/script/[clientscript,script227].cs2 deleted file mode 100644 index b0f28485f..000000000 --- a/dumps/530/script/[clientscript,script227].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 227 -[clientscript,script227] -if_setscrollsize(200, 400, interface_594:com_177); -~script31(interface_594:com_178, interface_594:com_177, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script228].cs2 b/dumps/530/script/[clientscript,script228].cs2 deleted file mode 100644 index 27ac6d8db..000000000 --- a/dumps/530/script/[clientscript,script228].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 228 -[clientscript,script228] -if_sethide(false, interface_594:com_173); -if_sethide(true, interface_594:com_175); -if_sethide(true, interface_594:com_177); -if_sethide(false, interface_594:com_174); -if_sethide(true, interface_594:com_176); -if_sethide(true, interface_594:com_178); -if_setgraphic("player_kit_fancy,0", interface_594:com_183); -if_setgraphic("player_kit_fancy_off,1", interface_594:com_184); -if_setgraphic("player_kit_fancy_off,2", interface_594:com_185); diff --git a/dumps/530/script/[clientscript,script229].cs2 b/dumps/530/script/[clientscript,script229].cs2 deleted file mode 100644 index 470e0019c..000000000 --- a/dumps/530/script/[clientscript,script229].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 229 -[clientscript,script229] -if_sethide(true, interface_594:com_173); -if_sethide(false, interface_594:com_175); -if_sethide(true, interface_594:com_177); -if_sethide(true, interface_594:com_174); -if_sethide(false, interface_594:com_176); -if_sethide(true, interface_594:com_178); -if_setgraphic("player_kit_fancy_off,0", interface_594:com_183); -if_setgraphic("player_kit_fancy,1", interface_594:com_184); -if_setgraphic("player_kit_fancy_off,2", interface_594:com_185); diff --git a/dumps/530/script/[clientscript,script22].cs2 b/dumps/530/script/[clientscript,script22].cs2 deleted file mode 100644 index b15aa6585..000000000 --- a/dumps/530/script/[clientscript,script22].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 22 -[clientscript,script22] -if_settext(tostring(%varplayer_143), interface_139:com_4); diff --git a/dumps/530/script/[clientscript,script230].cs2 b/dumps/530/script/[clientscript,script230].cs2 deleted file mode 100644 index 558a64119..000000000 --- a/dumps/530/script/[clientscript,script230].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 230 -[clientscript,script230] -if_sethide(true, interface_594:com_173); -if_sethide(true, interface_594:com_175); -if_sethide(false, interface_594:com_177); -if_sethide(true, interface_594:com_174); -if_sethide(true, interface_594:com_176); -if_sethide(false, interface_594:com_178); -if_setgraphic("player_kit_fancy_off,0", interface_594:com_183); -if_setgraphic("player_kit_fancy_off,1", interface_594:com_184); -if_setgraphic("player_kit_fancy,2", interface_594:com_185); diff --git a/dumps/530/script/[clientscript,script231].cs2 b/dumps/530/script/[clientscript,script231].cs2 deleted file mode 100644 index ad296821a..000000000 --- a/dumps/530/script/[clientscript,script231].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 231 -[clientscript,script231] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_63); diff --git a/dumps/530/script/[clientscript,script232].cs2 b/dumps/530/script/[clientscript,script232].cs2 deleted file mode 100644 index 3fc9e808f..000000000 --- a/dumps/530/script/[clientscript,script232].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 232 -[clientscript,script232] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_65); diff --git a/dumps/530/script/[clientscript,script233].cs2 b/dumps/530/script/[clientscript,script233].cs2 deleted file mode 100644 index 039e1866b..000000000 --- a/dumps/530/script/[clientscript,script233].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 233 -[clientscript,script233] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_69); diff --git a/dumps/530/script/[clientscript,script234].cs2 b/dumps/530/script/[clientscript,script234].cs2 deleted file mode 100644 index cd4f935c3..000000000 --- a/dumps/530/script/[clientscript,script234].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 234 -[clientscript,script234] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_72); diff --git a/dumps/530/script/[clientscript,script235].cs2 b/dumps/530/script/[clientscript,script235].cs2 deleted file mode 100644 index b3510ec34..000000000 --- a/dumps/530/script/[clientscript,script235].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 235 -[clientscript,script235] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_75); diff --git a/dumps/530/script/[clientscript,script236].cs2 b/dumps/530/script/[clientscript,script236].cs2 deleted file mode 100644 index b50ff9ccf..000000000 --- a/dumps/530/script/[clientscript,script236].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 236 -[clientscript,script236] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_78); diff --git a/dumps/530/script/[clientscript,script237].cs2 b/dumps/530/script/[clientscript,script237].cs2 deleted file mode 100644 index c63e0043a..000000000 --- a/dumps/530/script/[clientscript,script237].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 237 -[clientscript,script237] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_81); diff --git a/dumps/530/script/[clientscript,script238].cs2 b/dumps/530/script/[clientscript,script238].cs2 deleted file mode 100644 index aa9f0c77d..000000000 --- a/dumps/530/script/[clientscript,script238].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 238 -[clientscript,script238] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_84); diff --git a/dumps/530/script/[clientscript,script239].cs2 b/dumps/530/script/[clientscript,script239].cs2 deleted file mode 100644 index 509b8fb12..000000000 --- a/dumps/530/script/[clientscript,script239].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 239 -[clientscript,script239] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_87); diff --git a/dumps/530/script/[clientscript,script23].cs2 b/dumps/530/script/[clientscript,script23].cs2 deleted file mode 100644 index b2a0707b5..000000000 --- a/dumps/530/script/[clientscript,script23].cs2 +++ /dev/null @@ -1,216 +0,0 @@ -// 23 -[clientscript,script23] -def_int $int0 = 0; -def_string $string0 = ""; -$string0, $int0 = ~script12(%varplayerbit_3288); -if_settext($string0, interface_499:com_6); -def_string $string1 = ""; -def_int $int1 = 0; -if ($int0 > 1) { - $string1, $int1 = ~script13(%varplayerbit_3288, 0); - if_settext($string1, interface_499:com_10); - if_sethide(false, interface_499:com_10); -} else { - if_settext("", interface_499:com_10); - if_sethide(true, interface_499:com_10); -} -if ($int0 >= 2) { - $string1, $int1 = ~script13(%varplayerbit_3288, 1); - if_settext($string1, interface_499:com_11); - if_setposition(353, 78, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_11); -} else { - if_settext("", interface_499:com_11); - if_sethide(true, interface_499:com_11); -} -if ($int0 >= 3) { - $string1, $int1 = ~script13(%varplayerbit_3288, 2); - if_settext($string1, interface_499:com_12); - if_setposition(353, 95, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_12); -} else { - if_settext("", interface_499:com_12); - if_sethide(true, interface_499:com_12); -} -if ($int0 >= 4) { - $string1, $int1 = ~script13(%varplayerbit_3288, 3); - if_settext($string1, interface_499:com_13); - if_setposition(353, 114, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_13); -} else { - if_settext("", interface_499:com_13); - if_sethide(true, interface_499:com_13); -} -if ($int0 >= 5) { - $string1, $int1 = ~script13(%varplayerbit_3288, 4); - if_settext($string1, interface_499:com_14); - if_setposition(353, 129, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_14); -} else { - if_settext("", interface_499:com_14); - if_sethide(true, interface_499:com_14); -} -if ($int0 >= 6) { - $string1, $int1 = ~script13(%varplayerbit_3288, 5); - if_settext($string1, interface_499:com_15); - if_setposition(353, 146, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_15); -} else { - if_settext("", interface_499:com_15); - if_sethide(true, interface_499:com_15); -} -if ($int0 >= 7) { - $string1, $int1 = ~script13(%varplayerbit_3288, 6); - if_settext($string1, interface_499:com_16); - if_setposition(353, 168, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_16); -} else { - if_settext("", interface_499:com_16); - if_sethide(true, interface_499:com_16); -} -if ($int0 >= 8) { - $string1, $int1 = ~script13(%varplayerbit_3288, 7); - if_settext($string1, interface_499:com_17); - if_setposition(353, 180, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_17); -} else { - if_settext("", interface_499:com_17); - if_sethide(true, interface_499:com_17); -} -if ($int0 >= 9) { - $string1, $int1 = ~script13(%varplayerbit_3288, 8); - if_settext($string1, interface_499:com_18); - if_setposition(353, 197, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_18); -} else { - if_settext("", interface_499:com_18); - if_sethide(true, interface_499:com_18); -} -if ($int0 >= 10) { - $string1, $int1 = ~script13(%varplayerbit_3288, 9); - if_settext($string1, interface_499:com_19); - if_setposition(353, 214, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_19); -} else { - if_settext("", interface_499:com_19); - if_sethide(true, interface_499:com_19); -} -if ($int0 >= 11) { - $string1, $int1 = ~script13(%varplayerbit_3288, 10); - if_settext($string1, interface_499:com_20); - if_setposition(353, 231, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_20); -} else { - if_settext("", interface_499:com_20); - if_sethide(true, interface_499:com_20); -} -if ($int0 >= 12) { - $string1, $int1 = ~script13(%varplayerbit_3288, 11); - if_settext($string1, interface_499:com_21); - if_setposition(353, 248, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_21); -} else { - if_settext("", interface_499:com_21); - if_sethide(true, interface_499:com_21); -} -if ($int0 >= 13) { - $string1, $int1 = ~script13(%varplayerbit_3288, 12); - if_settext($string1, interface_499:com_22); - if_setposition(353, 265, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_22); -} else { - if_settext("", interface_499:com_22); - if_sethide(true, interface_499:com_22); -} -if ($int0 >= 14) { - $string1, $int1 = ~script13(%varplayerbit_3288, 13); - if_settext($string1, interface_499:com_23); - if_setposition(353, 282, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_23); -} else { - if_settext("", interface_499:com_23); - if_sethide(true, interface_499:com_23); -} -if ($int0 >= 15) { - $string1, $int1 = ~script13(%varplayerbit_3288, 14); - if_settext($string1, interface_499:com_24); - if_setposition(353, 299, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_24); -} else { - if_settext("", interface_499:com_24); - if_sethide(true, interface_499:com_24); -} -if ($int0 >= 16) { - $string1, $int1 = ~script13(%varplayerbit_3288, 15); - if_settext($string1, interface_499:com_25); - if_setposition(353, 316, ^setpos_abs_left, ^setpos_abs_top, interface_499:com_5); - if_sethide(false, interface_499:com_25); -} else { - if_settext("", interface_499:com_25); - if_sethide(true, interface_499:com_25); -} -if ($int0 < 2) { - if_sethide(true, interface_499:com_4); - if_sethide(true, interface_499:com_3); - if_sethide(true, interface_499:com_5); -} else { - if_sethide(false, interface_499:com_4); - if_sethide(false, interface_499:com_3); - if_sethide(false, interface_499:com_5); -} -if ($int0 = 2) { - if_setmodel(model_20838, interface_499:com_3); -} else if ($int0 = 3) { - if_setmodel(model_20839, interface_499:com_3); -} else if ($int0 = 4) { - if_setmodel(model_20840, interface_499:com_3); -} else if ($int0 = 5) { - if_setmodel(model_20841, interface_499:com_3); -} else if ($int0 = 6) { - if_setmodel(model_20842, interface_499:com_3); -} else if ($int0 = 7) { - if_setmodel(model_20843, interface_499:com_3); -} else if ($int0 = 8) { - if_setmodel(model_20844, interface_499:com_3); -} else if ($int0 = 9) { - if_setmodel(model_20845, interface_499:com_3); -} else if ($int0 = 10) { - if_setmodel(model_20846, interface_499:com_3); -} else if ($int0 = 11) { - if_setmodel(model_20847, interface_499:com_3); -} else if ($int0 = 12) { - if_setmodel(model_20848, interface_499:com_3); -} else if ($int0 = 13) { - if_setmodel(model_20849, interface_499:com_3); -} else if ($int0 = 14) { - if_setmodel(model_20850, interface_499:com_3); -} else if ($int0 = 15) { - if_setmodel(model_43501, interface_499:com_3); -} else if ($int0 = 16) { - if_setmodel(model_43500, interface_499:com_3); -} -$string1, $int1 = ~script13(%varplayerbit_3288, %varplayerbit_3289); -if_settext($string1, interface_499:com_9); -if ($int1 = 0) { - if_settext($string1, interface_499:com_9); -} else { - if_settext(append($string1, " - Members Only"), interface_499:com_9); -} -cc_deleteall(interface_499:com_7); -cc_deleteall(interface_499:com_8); -def_int $int2 = 0; -def_int $int3 = 3; -def_int $int4 = 0; -def_obj $obj5 = obj_7620; -def_string $string2 = ""; -def_string $string3 = ""; -while ($obj5 ! null) { - $int4, $obj5, $string2, $string3 = ~script14(%varplayerbit_3288, %varplayerbit_3289, $int2); - $int3 = calc($int3 + ~script24($int4, $obj5, $string2, $int2, $int3)); - $int2 = calc($int2 + 1); -} -if_setscrollpos(0, 0, interface_499:com_7); -if_setscrollsize(296, $int3, interface_499:com_7); -if ($int3 > 240) { - ~script31(interface_499:com_8, interface_499:com_7, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); -} diff --git a/dumps/530/script/[clientscript,script240].cs2 b/dumps/530/script/[clientscript,script240].cs2 deleted file mode 100644 index 1fae180bd..000000000 --- a/dumps/530/script/[clientscript,script240].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 240 -[clientscript,script240] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_90); diff --git a/dumps/530/script/[clientscript,script241].cs2 b/dumps/530/script/[clientscript,script241].cs2 deleted file mode 100644 index 77487aa48..000000000 --- a/dumps/530/script/[clientscript,script241].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 241 -[clientscript,script241] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_93); diff --git a/dumps/530/script/[clientscript,script242].cs2 b/dumps/530/script/[clientscript,script242].cs2 deleted file mode 100644 index ff81c7127..000000000 --- a/dumps/530/script/[clientscript,script242].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 242 -[clientscript,script242] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_96); diff --git a/dumps/530/script/[clientscript,script243].cs2 b/dumps/530/script/[clientscript,script243].cs2 deleted file mode 100644 index ec962ed36..000000000 --- a/dumps/530/script/[clientscript,script243].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 243 -[clientscript,script243] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_99); diff --git a/dumps/530/script/[clientscript,script244].cs2 b/dumps/530/script/[clientscript,script244].cs2 deleted file mode 100644 index 07732e4fe..000000000 --- a/dumps/530/script/[clientscript,script244].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 244 -[clientscript,script244] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_102); diff --git a/dumps/530/script/[clientscript,script245].cs2 b/dumps/530/script/[clientscript,script245].cs2 deleted file mode 100644 index 029664f98..000000000 --- a/dumps/530/script/[clientscript,script245].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 245 -[clientscript,script245] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_105); diff --git a/dumps/530/script/[clientscript,script246].cs2 b/dumps/530/script/[clientscript,script246].cs2 deleted file mode 100644 index 57cde3333..000000000 --- a/dumps/530/script/[clientscript,script246].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 246 -[clientscript,script246] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_108); diff --git a/dumps/530/script/[clientscript,script247].cs2 b/dumps/530/script/[clientscript,script247].cs2 deleted file mode 100644 index 00e7947b7..000000000 --- a/dumps/530/script/[clientscript,script247].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 247 -[clientscript,script247] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_111); diff --git a/dumps/530/script/[clientscript,script248].cs2 b/dumps/530/script/[clientscript,script248].cs2 deleted file mode 100644 index 277db6349..000000000 --- a/dumps/530/script/[clientscript,script248].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 248 -[clientscript,script248] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_114); diff --git a/dumps/530/script/[clientscript,script249].cs2 b/dumps/530/script/[clientscript,script249].cs2 deleted file mode 100644 index a1dd68b5c..000000000 --- a/dumps/530/script/[clientscript,script249].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 249 -[clientscript,script249] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_117); diff --git a/dumps/530/script/[clientscript,script250].cs2 b/dumps/530/script/[clientscript,script250].cs2 deleted file mode 100644 index bd3d40b2c..000000000 --- a/dumps/530/script/[clientscript,script250].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 250 -[clientscript,script250] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_120); diff --git a/dumps/530/script/[clientscript,script251].cs2 b/dumps/530/script/[clientscript,script251].cs2 deleted file mode 100644 index b0eadbc17..000000000 --- a/dumps/530/script/[clientscript,script251].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 251 -[clientscript,script251] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_123); diff --git a/dumps/530/script/[clientscript,script252].cs2 b/dumps/530/script/[clientscript,script252].cs2 deleted file mode 100644 index 1a2d825fa..000000000 --- a/dumps/530/script/[clientscript,script252].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 252 -[clientscript,script252] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_126); diff --git a/dumps/530/script/[clientscript,script253].cs2 b/dumps/530/script/[clientscript,script253].cs2 deleted file mode 100644 index 894dc782c..000000000 --- a/dumps/530/script/[clientscript,script253].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 253 -[clientscript,script253] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_129); diff --git a/dumps/530/script/[clientscript,script254].cs2 b/dumps/530/script/[clientscript,script254].cs2 deleted file mode 100644 index 194f48328..000000000 --- a/dumps/530/script/[clientscript,script254].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 254 -[clientscript,script254] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_132); diff --git a/dumps/530/script/[clientscript,script255].cs2 b/dumps/530/script/[clientscript,script255].cs2 deleted file mode 100644 index 451fa397d..000000000 --- a/dumps/530/script/[clientscript,script255].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 255 -[clientscript,script255] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_135); diff --git a/dumps/530/script/[clientscript,script256].cs2 b/dumps/530/script/[clientscript,script256].cs2 deleted file mode 100644 index 8e5211dad..000000000 --- a/dumps/530/script/[clientscript,script256].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 256 -[clientscript,script256] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_138); diff --git a/dumps/530/script/[clientscript,script257].cs2 b/dumps/530/script/[clientscript,script257].cs2 deleted file mode 100644 index ce5acd39c..000000000 --- a/dumps/530/script/[clientscript,script257].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 257 -[clientscript,script257] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_141); diff --git a/dumps/530/script/[clientscript,script258].cs2 b/dumps/530/script/[clientscript,script258].cs2 deleted file mode 100644 index 5861a1ab6..000000000 --- a/dumps/530/script/[clientscript,script258].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 258 -[clientscript,script258] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_144); diff --git a/dumps/530/script/[clientscript,script259].cs2 b/dumps/530/script/[clientscript,script259].cs2 deleted file mode 100644 index 3ffb5171e..000000000 --- a/dumps/530/script/[clientscript,script259].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 259 -[clientscript,script259] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_147); diff --git a/dumps/530/script/[clientscript,script25].cs2 b/dumps/530/script/[clientscript,script25].cs2 deleted file mode 100644 index 4f6708c7a..000000000 --- a/dumps/530/script/[clientscript,script25].cs2 +++ /dev/null @@ -1,44 +0,0 @@ -// 25 -[clientscript,script25](int $int0, enum $enum1) -def_int $int2 = 0; -def_int $int3 = 0; -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = 0; -$int4 = calc((if_getwidth(interface_620:com_23) - 36 * 10) / (10 - 1)); -$int5 = calc((if_getheight(interface_620:com_23) - 128) / 3); -while ($int6 = 0) { - if (enum(int, namedobj, $enum1, calc($int2 + 1)) ! obj_11760) { - cc_create(interface_620:com_23, ^iftype_graphic, $int2); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc((36 + $int4) * ($int2 % 10)), calc($int2 / 10 * (32 + $int5)), ^setpos_abs_left, ^setpos_abs_top); - cc_setobject(enum(int, namedobj, $enum1, calc($int2 + 1)), -1); - cc_setopbase(""); - cc_setop(1, "Value"); - cc_setop(2, "Buy 1"); - cc_setop(3, "Buy 5"); - cc_setop(4, "Buy 10"); - cc_setop(5, "Buy X"); - cc_setop(6, "Examine"); - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - $int2 = calc($int2 + 1); - } else { - $int6 = 1; - } -} -$int3 = $int2; -$int2 = 0; -$int6 = 0; -while ($int6 = 0) { - if (enum(int, namedobj, $enum1, calc($int2 + 1)) ! obj_11760) { - cc_create(interface_620:com_23, ^iftype_graphic, $int3); - cc_setsize(12, 6, ^setsize_abs, ^setsize_abs); - cc_setposition(calc((36 + $int4) * ($int2 % 10)), calc($int2 / 10 * (32 + $int5)), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic(shop_infinity_icon); - } else { - $int6 = 1; - } - $int2 = calc($int2 + 1); - $int3 = calc($int3 + 1); -} diff --git a/dumps/530/script/[clientscript,script260].cs2 b/dumps/530/script/[clientscript,script260].cs2 deleted file mode 100644 index 4ad95e018..000000000 --- a/dumps/530/script/[clientscript,script260].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 260 -[clientscript,script260] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_150); diff --git a/dumps/530/script/[clientscript,script261].cs2 b/dumps/530/script/[clientscript,script261].cs2 deleted file mode 100644 index 3ad3563d7..000000000 --- a/dumps/530/script/[clientscript,script261].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 261 -[clientscript,script261] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_153); diff --git a/dumps/530/script/[clientscript,script262].cs2 b/dumps/530/script/[clientscript,script262].cs2 deleted file mode 100644 index ce21b9e2d..000000000 --- a/dumps/530/script/[clientscript,script262].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 262 -[clientscript,script262] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_156); diff --git a/dumps/530/script/[clientscript,script263].cs2 b/dumps/530/script/[clientscript,script263].cs2 deleted file mode 100644 index 2420830a5..000000000 --- a/dumps/530/script/[clientscript,script263].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 263 -[clientscript,script263] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_159); diff --git a/dumps/530/script/[clientscript,script264].cs2 b/dumps/530/script/[clientscript,script264].cs2 deleted file mode 100644 index fd1106dc8..000000000 --- a/dumps/530/script/[clientscript,script264].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 264 -[clientscript,script264] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_162); diff --git a/dumps/530/script/[clientscript,script265].cs2 b/dumps/530/script/[clientscript,script265].cs2 deleted file mode 100644 index ab84f3bf6..000000000 --- a/dumps/530/script/[clientscript,script265].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 265 -[clientscript,script265] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_165); diff --git a/dumps/530/script/[clientscript,script266].cs2 b/dumps/530/script/[clientscript,script266].cs2 deleted file mode 100644 index 1e9c0c18a..000000000 --- a/dumps/530/script/[clientscript,script266].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 266 -[clientscript,script266] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_168); diff --git a/dumps/530/script/[clientscript,script267].cs2 b/dumps/530/script/[clientscript,script267].cs2 deleted file mode 100644 index a4c585c3a..000000000 --- a/dumps/530/script/[clientscript,script267].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 267 -[clientscript,script267] -~script298; -if_setgraphic("miscgraphics,11", interface_594:com_171); diff --git a/dumps/530/script/[clientscript,script268].cs2 b/dumps/530/script/[clientscript,script268].cs2 deleted file mode 100644 index ae31af80a..000000000 --- a/dumps/530/script/[clientscript,script268].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 268 -[clientscript,script268] -~script366; -if_setgraphic(graphic_1043, interface_594:com_253); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_253); -if_setonmouseover(null, interface_594:com_253); diff --git a/dumps/530/script/[clientscript,script269].cs2 b/dumps/530/script/[clientscript,script269].cs2 deleted file mode 100644 index fce6a4a78..000000000 --- a/dumps/530/script/[clientscript,script269].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 269 -[clientscript,script269] -~script366; -if_setgraphic(graphic_1043, interface_594:com_254); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_254); -if_setonmouseover(null, interface_594:com_254); diff --git a/dumps/530/script/[clientscript,script26].cs2 b/dumps/530/script/[clientscript,script26].cs2 deleted file mode 100644 index cccdb9412..000000000 --- a/dumps/530/script/[clientscript,script26].cs2 +++ /dev/null @@ -1,39 +0,0 @@ -// 26 -[clientscript,script26] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $int2 = 25; -def_int $int3 = 20; -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = 0; -$int4 = calc((if_getwidth(interface_197:com_16) - $int2) / ($int2 + 36)); -while ($int0 <= inv_size(inv_347)) { - cc_create(interface_197:com_16, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc($int2 + (36 + $int2) * ($int0 - $int1 * $int4)), calc($int3 + $int1 * (32 + $int3)), ^setpos_abs_left, ^setpos_abs_top); - $int5 = calc($int2 + (36 + $int2) * ($int0 - $int1 * $int4)); - $int6 = calc($int3 + $int1 * (32 + $int3)); - if (inv_getobj(inv_347, $int0) ! null) { - if (inv_getobj(inv_347, $int0) = obj_6910) { - if_setposition(calc($int5 - 8), calc($int6 + 94), ^setpos_abs_left, ^setpos_abs_top, interface_197:com_12); - } - if (inv_getobj(inv_347, $int0) = obj_6912) { - if_setposition(calc($int5 - 8), calc($int6 + 94), ^setpos_abs_left, ^setpos_abs_top, interface_197:com_14); - } - if (inv_getobj(inv_347, $int0) = obj_6914) { - if_setposition(calc($int5 - 8), calc($int6 + 94), ^setpos_abs_left, ^setpos_abs_top, interface_197:com_13); - } - cc_setobject(inv_getobj(inv_347, $int0), inv_getnum(inv_347, $int0)); - cc_setgraphicshadow(^black); - cc_setopbase(""); - cc_setoutline(1); - cc_setop(1, "Value"); - cc_setop(2, "Buy"); - cc_setop(10, "Examine"); - } - $int0 = calc($int0 + 1); - if (calc($int0 % $int4) = 0) { - $int1 = calc($int1 + 1); - } -} diff --git a/dumps/530/script/[clientscript,script270].cs2 b/dumps/530/script/[clientscript,script270].cs2 deleted file mode 100644 index dcd4dbfb4..000000000 --- a/dumps/530/script/[clientscript,script270].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 270 -[clientscript,script270] -~script366; -if_setgraphic(graphic_1043, interface_594:com_255); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_255); -if_setonmouseover(null, interface_594:com_255); diff --git a/dumps/530/script/[clientscript,script271].cs2 b/dumps/530/script/[clientscript,script271].cs2 deleted file mode 100644 index c68722f10..000000000 --- a/dumps/530/script/[clientscript,script271].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 271 -[clientscript,script271] -~script366; -if_setgraphic(graphic_1043, interface_594:com_256); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_256); -if_setonmouseover(null, interface_594:com_256); diff --git a/dumps/530/script/[clientscript,script272].cs2 b/dumps/530/script/[clientscript,script272].cs2 deleted file mode 100644 index 6b49aecde..000000000 --- a/dumps/530/script/[clientscript,script272].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 272 -[clientscript,script272] -~script366; -if_setgraphic(graphic_1043, interface_594:com_257); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_257); -if_setonmouseover(null, interface_594:com_257); diff --git a/dumps/530/script/[clientscript,script273].cs2 b/dumps/530/script/[clientscript,script273].cs2 deleted file mode 100644 index 71d926116..000000000 --- a/dumps/530/script/[clientscript,script273].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 273 -[clientscript,script273] -~script366; -if_setgraphic(graphic_1043, interface_594:com_258); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_258); -if_setonmouseover(null, interface_594:com_258); diff --git a/dumps/530/script/[clientscript,script274].cs2 b/dumps/530/script/[clientscript,script274].cs2 deleted file mode 100644 index a7d464416..000000000 --- a/dumps/530/script/[clientscript,script274].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 274 -[clientscript,script274] -~script366; -if_setgraphic(graphic_1043, interface_594:com_259); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_259); -if_setonmouseover(null, interface_594:com_259); diff --git a/dumps/530/script/[clientscript,script275].cs2 b/dumps/530/script/[clientscript,script275].cs2 deleted file mode 100644 index 3ba8096f8..000000000 --- a/dumps/530/script/[clientscript,script275].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 275 -[clientscript,script275] -~script366; -if_setgraphic(graphic_1043, interface_594:com_260); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_260); -if_setonmouseover(null, interface_594:com_260); diff --git a/dumps/530/script/[clientscript,script276].cs2 b/dumps/530/script/[clientscript,script276].cs2 deleted file mode 100644 index 6393a0e9c..000000000 --- a/dumps/530/script/[clientscript,script276].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 276 -[clientscript,script276] -~script366; -if_setgraphic(graphic_1043, interface_594:com_261); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_261); -if_setonmouseover(null, interface_594:com_261); diff --git a/dumps/530/script/[clientscript,script277].cs2 b/dumps/530/script/[clientscript,script277].cs2 deleted file mode 100644 index 6264db184..000000000 --- a/dumps/530/script/[clientscript,script277].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 277 -[clientscript,script277] -~script366; -if_setgraphic(graphic_1043, interface_594:com_262); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_262); -if_setonmouseover(null, interface_594:com_262); diff --git a/dumps/530/script/[clientscript,script278].cs2 b/dumps/530/script/[clientscript,script278].cs2 deleted file mode 100644 index f4646271d..000000000 --- a/dumps/530/script/[clientscript,script278].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 278 -[clientscript,script278] -~script366; -if_setgraphic(graphic_1043, interface_594:com_263); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_263); -if_setonmouseover(null, interface_594:com_263); diff --git a/dumps/530/script/[clientscript,script279].cs2 b/dumps/530/script/[clientscript,script279].cs2 deleted file mode 100644 index 30f43e10d..000000000 --- a/dumps/530/script/[clientscript,script279].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 279 -[clientscript,script279] -~script366; -if_setgraphic(graphic_1043, interface_594:com_264); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_264); -if_setonmouseover(null, interface_594:com_264); diff --git a/dumps/530/script/[clientscript,script27].cs2 b/dumps/530/script/[clientscript,script27].cs2 deleted file mode 100644 index 889301abc..000000000 --- a/dumps/530/script/[clientscript,script27].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 27 -[clientscript,script27] -if_settext(tostring(%varplayerbit_1485), interface_197:com_8); -if_settext(tostring(%varplayerbit_1489), interface_197:com_11); -if_settext(tostring(%varplayerbit_1488), interface_197:com_9); -if_settext(tostring(%varplayerbit_1486), interface_197:com_10); diff --git a/dumps/530/script/[clientscript,script280].cs2 b/dumps/530/script/[clientscript,script280].cs2 deleted file mode 100644 index 1e56034aa..000000000 --- a/dumps/530/script/[clientscript,script280].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 280 -[clientscript,script280] -~script366; -if_setgraphic(graphic_1043, interface_594:com_265); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_265); -if_setonmouseover(null, interface_594:com_265); diff --git a/dumps/530/script/[clientscript,script281].cs2 b/dumps/530/script/[clientscript,script281].cs2 deleted file mode 100644 index e13acdc72..000000000 --- a/dumps/530/script/[clientscript,script281].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 281 -[clientscript,script281] -~script366; -if_setgraphic(graphic_1043, interface_594:com_266); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_266); -if_setonmouseover(null, interface_594:com_266); diff --git a/dumps/530/script/[clientscript,script282].cs2 b/dumps/530/script/[clientscript,script282].cs2 deleted file mode 100644 index 39b0045e1..000000000 --- a/dumps/530/script/[clientscript,script282].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 282 -[clientscript,script282] -~script366; -if_setgraphic(graphic_1043, interface_594:com_267); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_267); -if_setonmouseover(null, interface_594:com_267); diff --git a/dumps/530/script/[clientscript,script283].cs2 b/dumps/530/script/[clientscript,script283].cs2 deleted file mode 100644 index c1818dc4b..000000000 --- a/dumps/530/script/[clientscript,script283].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 283 -[clientscript,script283] -~script366; -if_setgraphic(graphic_1043, interface_594:com_268); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_268); -if_setonmouseover(null, interface_594:com_268); diff --git a/dumps/530/script/[clientscript,script284].cs2 b/dumps/530/script/[clientscript,script284].cs2 deleted file mode 100644 index a8b22242a..000000000 --- a/dumps/530/script/[clientscript,script284].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 284 -[clientscript,script284] -~script366; -if_setgraphic(graphic_1043, interface_594:com_269); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_269); -if_setonmouseover(null, interface_594:com_269); diff --git a/dumps/530/script/[clientscript,script285].cs2 b/dumps/530/script/[clientscript,script285].cs2 deleted file mode 100644 index 2c30cb362..000000000 --- a/dumps/530/script/[clientscript,script285].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 285 -[clientscript,script285] -~script366; -if_setgraphic(graphic_1043, interface_594:com_270); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_270); -if_setonmouseover(null, interface_594:com_270); diff --git a/dumps/530/script/[clientscript,script286].cs2 b/dumps/530/script/[clientscript,script286].cs2 deleted file mode 100644 index dcd8238ba..000000000 --- a/dumps/530/script/[clientscript,script286].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 286 -[clientscript,script286] -~script366; -if_setgraphic(graphic_1043, interface_594:com_271); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_271); -if_setonmouseover(null, interface_594:com_271); diff --git a/dumps/530/script/[clientscript,script287].cs2 b/dumps/530/script/[clientscript,script287].cs2 deleted file mode 100644 index f15d2f0dc..000000000 --- a/dumps/530/script/[clientscript,script287].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 287 -[clientscript,script287] -~script366; -if_setgraphic(graphic_1043, interface_594:com_272); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_272); -if_setonmouseover(null, interface_594:com_272); diff --git a/dumps/530/script/[clientscript,script288].cs2 b/dumps/530/script/[clientscript,script288].cs2 deleted file mode 100644 index 646c388b6..000000000 --- a/dumps/530/script/[clientscript,script288].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 288 -[clientscript,script288] -~script366; -if_setgraphic(graphic_1043, interface_594:com_273); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_273); -if_setonmouseover(null, interface_594:com_273); diff --git a/dumps/530/script/[clientscript,script289].cs2 b/dumps/530/script/[clientscript,script289].cs2 deleted file mode 100644 index 7adf3e640..000000000 --- a/dumps/530/script/[clientscript,script289].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 289 -[clientscript,script289] -~script366; -if_setgraphic(graphic_1043, interface_594:com_274); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_274); -if_setonmouseover(null, interface_594:com_274); diff --git a/dumps/530/script/[clientscript,script28].cs2 b/dumps/530/script/[clientscript,script28].cs2 deleted file mode 100644 index 207629b48..000000000 --- a/dumps/530/script/[clientscript,script28].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 28 -[clientscript,script28] -if (%varplayer_281 < 1000 & %varplayerbit_4895 = 2) { - return; -} -if_setgraphic("loot_icon,2", interface_589:com_14); diff --git a/dumps/530/script/[clientscript,script290].cs2 b/dumps/530/script/[clientscript,script290].cs2 deleted file mode 100644 index 89412ebd6..000000000 --- a/dumps/530/script/[clientscript,script290].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 290 -[clientscript,script290] -~script366; -if_setgraphic(graphic_1043, interface_594:com_275); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_275); -if_setonmouseover(null, interface_594:com_275); diff --git a/dumps/530/script/[clientscript,script291].cs2 b/dumps/530/script/[clientscript,script291].cs2 deleted file mode 100644 index 21546cfdb..000000000 --- a/dumps/530/script/[clientscript,script291].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 291 -[clientscript,script291] -~script366; -if_setgraphic(graphic_1043, interface_594:com_276); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_276); -if_setonmouseover(null, interface_594:com_276); diff --git a/dumps/530/script/[clientscript,script292].cs2 b/dumps/530/script/[clientscript,script292].cs2 deleted file mode 100644 index f23d4889c..000000000 --- a/dumps/530/script/[clientscript,script292].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 292 -[clientscript,script292] -~script366; -if_setgraphic(graphic_1043, interface_594:com_277); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_277); -if_setonmouseover(null, interface_594:com_277); diff --git a/dumps/530/script/[clientscript,script293].cs2 b/dumps/530/script/[clientscript,script293].cs2 deleted file mode 100644 index 2a5cee4ac..000000000 --- a/dumps/530/script/[clientscript,script293].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 293 -[clientscript,script293] -~script366; -if_setgraphic(graphic_1043, interface_594:com_278); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_278); -if_setonmouseover(null, interface_594:com_278); diff --git a/dumps/530/script/[clientscript,script294].cs2 b/dumps/530/script/[clientscript,script294].cs2 deleted file mode 100644 index a45dfaadd..000000000 --- a/dumps/530/script/[clientscript,script294].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 294 -[clientscript,script294] -~script366; -if_setgraphic(graphic_1043, interface_594:com_279); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_279); -if_setonmouseover(null, interface_594:com_279); diff --git a/dumps/530/script/[clientscript,script295].cs2 b/dumps/530/script/[clientscript,script295].cs2 deleted file mode 100644 index d9e7cf772..000000000 --- a/dumps/530/script/[clientscript,script295].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 295 -[clientscript,script295] -~script366; -if_setgraphic(graphic_1043, interface_594:com_280); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_280); -if_setonmouseover(null, interface_594:com_280); diff --git a/dumps/530/script/[clientscript,script296].cs2 b/dumps/530/script/[clientscript,script296].cs2 deleted file mode 100644 index a3db9f5af..000000000 --- a/dumps/530/script/[clientscript,script296].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 296 -[clientscript,script296] -~script366; -if_setgraphic(graphic_1043, interface_594:com_281); -if_setonmouseleave("script40(interface_594:com_300)", interface_594:com_281); -if_setonmouseover(null, interface_594:com_281); diff --git a/dumps/530/script/[clientscript,script297].cs2 b/dumps/530/script/[clientscript,script297].cs2 deleted file mode 100644 index 67e534afd..000000000 --- a/dumps/530/script/[clientscript,script297].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 297 -[clientscript,script297] -~script366; diff --git a/dumps/530/script/[clientscript,script299].cs2 b/dumps/530/script/[clientscript,script299].cs2 deleted file mode 100644 index fe01d00dc..000000000 --- a/dumps/530/script/[clientscript,script299].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 299 -[clientscript,script299](component $component0, component $component1, graphic $graphic2) -~script41($component0); -if_setgraphic($graphic2, $component1); diff --git a/dumps/530/script/[clientscript,script29].cs2 b/dumps/530/script/[clientscript,script29].cs2 deleted file mode 100644 index 815afdd58..000000000 --- a/dumps/530/script/[clientscript,script29].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 29 -[clientscript,script29] -if_close; diff --git a/dumps/530/script/[clientscript,script300].cs2 b/dumps/530/script/[clientscript,script300].cs2 deleted file mode 100644 index 05e3f400a..000000000 --- a/dumps/530/script/[clientscript,script300].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 300 -[clientscript,script300] -if_sethide(false, interface_593:com_115); -if_sethide(true, interface_593:com_116); -if_setgraphic("player_kit_fancy,7", interface_593:com_120); -if_setgraphic("player_kit_fancy_off,5", interface_593:com_121); diff --git a/dumps/530/script/[clientscript,script301].cs2 b/dumps/530/script/[clientscript,script301].cs2 deleted file mode 100644 index 60ba7930e..000000000 --- a/dumps/530/script/[clientscript,script301].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 301 -[clientscript,script301] -if_sethide(true, interface_593:com_115); -if_sethide(false, interface_593:com_116); -if_setgraphic("player_kit_fancy_off,5", interface_593:com_120); -if_setgraphic("player_kit_fancy,5", interface_593:com_121); diff --git a/dumps/530/script/[clientscript,script302].cs2 b/dumps/530/script/[clientscript,script302].cs2 deleted file mode 100644 index 3767274c3..000000000 --- a/dumps/530/script/[clientscript,script302].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 302 -[clientscript,script302] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_74); diff --git a/dumps/530/script/[clientscript,script303].cs2 b/dumps/530/script/[clientscript,script303].cs2 deleted file mode 100644 index f7e974638..000000000 --- a/dumps/530/script/[clientscript,script303].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 303 -[clientscript,script303] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_77); diff --git a/dumps/530/script/[clientscript,script304].cs2 b/dumps/530/script/[clientscript,script304].cs2 deleted file mode 100644 index 838b20038..000000000 --- a/dumps/530/script/[clientscript,script304].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 304 -[clientscript,script304] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_80); diff --git a/dumps/530/script/[clientscript,script305].cs2 b/dumps/530/script/[clientscript,script305].cs2 deleted file mode 100644 index d514aead2..000000000 --- a/dumps/530/script/[clientscript,script305].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 305 -[clientscript,script305] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_83); diff --git a/dumps/530/script/[clientscript,script306].cs2 b/dumps/530/script/[clientscript,script306].cs2 deleted file mode 100644 index b641589b0..000000000 --- a/dumps/530/script/[clientscript,script306].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 306 -[clientscript,script306] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_86); diff --git a/dumps/530/script/[clientscript,script307].cs2 b/dumps/530/script/[clientscript,script307].cs2 deleted file mode 100644 index 17166fcb9..000000000 --- a/dumps/530/script/[clientscript,script307].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 307 -[clientscript,script307] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_89); diff --git a/dumps/530/script/[clientscript,script308].cs2 b/dumps/530/script/[clientscript,script308].cs2 deleted file mode 100644 index b484b65e5..000000000 --- a/dumps/530/script/[clientscript,script308].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 308 -[clientscript,script308] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_92); diff --git a/dumps/530/script/[clientscript,script309].cs2 b/dumps/530/script/[clientscript,script309].cs2 deleted file mode 100644 index 6b76c0866..000000000 --- a/dumps/530/script/[clientscript,script309].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 309 -[clientscript,script309] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_95); diff --git a/dumps/530/script/[clientscript,script30].cs2 b/dumps/530/script/[clientscript,script30].cs2 deleted file mode 100644 index 4f98eda48..000000000 --- a/dumps/530/script/[clientscript,script30].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 30 -[clientscript,script30](component $component0, component $component1) -~script31($component0, $component1, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script310].cs2 b/dumps/530/script/[clientscript,script310].cs2 deleted file mode 100644 index d26d48409..000000000 --- a/dumps/530/script/[clientscript,script310].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 310 -[clientscript,script310] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_98); diff --git a/dumps/530/script/[clientscript,script311].cs2 b/dumps/530/script/[clientscript,script311].cs2 deleted file mode 100644 index 71485204d..000000000 --- a/dumps/530/script/[clientscript,script311].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 311 -[clientscript,script311] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_101); diff --git a/dumps/530/script/[clientscript,script312].cs2 b/dumps/530/script/[clientscript,script312].cs2 deleted file mode 100644 index 0b888f099..000000000 --- a/dumps/530/script/[clientscript,script312].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 312 -[clientscript,script312] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_104); diff --git a/dumps/530/script/[clientscript,script313].cs2 b/dumps/530/script/[clientscript,script313].cs2 deleted file mode 100644 index 6799a76e1..000000000 --- a/dumps/530/script/[clientscript,script313].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 313 -[clientscript,script313] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_107); diff --git a/dumps/530/script/[clientscript,script314].cs2 b/dumps/530/script/[clientscript,script314].cs2 deleted file mode 100644 index 79eda816c..000000000 --- a/dumps/530/script/[clientscript,script314].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 314 -[clientscript,script314] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_110); diff --git a/dumps/530/script/[clientscript,script315].cs2 b/dumps/530/script/[clientscript,script315].cs2 deleted file mode 100644 index 8ee9f4fe0..000000000 --- a/dumps/530/script/[clientscript,script315].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 315 -[clientscript,script315] -~script316; -if_setgraphic("miscgraphics,11", interface_593:com_113); diff --git a/dumps/530/script/[clientscript,script317].cs2 b/dumps/530/script/[clientscript,script317].cs2 deleted file mode 100644 index b6c45d42d..000000000 --- a/dumps/530/script/[clientscript,script317].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 317 -[clientscript,script317] -if_setscrollsize(200, 890, interface_592:com_19); -~script31(interface_592:com_71, interface_592:com_19, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script318].cs2 b/dumps/530/script/[clientscript,script318].cs2 deleted file mode 100644 index 56c688826..000000000 --- a/dumps/530/script/[clientscript,script318].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 318 -[clientscript,script318] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_67); diff --git a/dumps/530/script/[clientscript,script319].cs2 b/dumps/530/script/[clientscript,script319].cs2 deleted file mode 100644 index e618f4b0c..000000000 --- a/dumps/530/script/[clientscript,script319].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 319 -[clientscript,script319] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_25); diff --git a/dumps/530/script/[clientscript,script320].cs2 b/dumps/530/script/[clientscript,script320].cs2 deleted file mode 100644 index 1a8a7b77b..000000000 --- a/dumps/530/script/[clientscript,script320].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 320 -[clientscript,script320] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_27); diff --git a/dumps/530/script/[clientscript,script321].cs2 b/dumps/530/script/[clientscript,script321].cs2 deleted file mode 100644 index 453e032d8..000000000 --- a/dumps/530/script/[clientscript,script321].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 321 -[clientscript,script321] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_29); diff --git a/dumps/530/script/[clientscript,script322].cs2 b/dumps/530/script/[clientscript,script322].cs2 deleted file mode 100644 index 61b0bcc7f..000000000 --- a/dumps/530/script/[clientscript,script322].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 322 -[clientscript,script322] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_31); diff --git a/dumps/530/script/[clientscript,script323].cs2 b/dumps/530/script/[clientscript,script323].cs2 deleted file mode 100644 index 8aafbfe03..000000000 --- a/dumps/530/script/[clientscript,script323].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 323 -[clientscript,script323] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_33); diff --git a/dumps/530/script/[clientscript,script324].cs2 b/dumps/530/script/[clientscript,script324].cs2 deleted file mode 100644 index 7830cbd41..000000000 --- a/dumps/530/script/[clientscript,script324].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 324 -[clientscript,script324] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_35); diff --git a/dumps/530/script/[clientscript,script325].cs2 b/dumps/530/script/[clientscript,script325].cs2 deleted file mode 100644 index adc44d296..000000000 --- a/dumps/530/script/[clientscript,script325].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 325 -[clientscript,script325] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_37); diff --git a/dumps/530/script/[clientscript,script326].cs2 b/dumps/530/script/[clientscript,script326].cs2 deleted file mode 100644 index 44035bec6..000000000 --- a/dumps/530/script/[clientscript,script326].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 326 -[clientscript,script326] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_39); diff --git a/dumps/530/script/[clientscript,script327].cs2 b/dumps/530/script/[clientscript,script327].cs2 deleted file mode 100644 index 9cb8ab048..000000000 --- a/dumps/530/script/[clientscript,script327].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 327 -[clientscript,script327] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_41); diff --git a/dumps/530/script/[clientscript,script328].cs2 b/dumps/530/script/[clientscript,script328].cs2 deleted file mode 100644 index febe10a8c..000000000 --- a/dumps/530/script/[clientscript,script328].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 328 -[clientscript,script328] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_43); diff --git a/dumps/530/script/[clientscript,script329].cs2 b/dumps/530/script/[clientscript,script329].cs2 deleted file mode 100644 index 10f5cab9b..000000000 --- a/dumps/530/script/[clientscript,script329].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 329 -[clientscript,script329] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_45); diff --git a/dumps/530/script/[clientscript,script32].cs2 b/dumps/530/script/[clientscript,script32].cs2 deleted file mode 100644 index f8a46c0f3..000000000 --- a/dumps/530/script/[clientscript,script32].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 32 -[clientscript,script32](component $component0, component $component1) -def_int $int2 = calc(if_getscrolly($component1) - 4); -if (cc_find($component0, 1) = true) { - ~script37($component0, $component1, $int2, true); -} diff --git a/dumps/530/script/[clientscript,script330].cs2 b/dumps/530/script/[clientscript,script330].cs2 deleted file mode 100644 index 1c653a075..000000000 --- a/dumps/530/script/[clientscript,script330].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 330 -[clientscript,script330] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_47); diff --git a/dumps/530/script/[clientscript,script331].cs2 b/dumps/530/script/[clientscript,script331].cs2 deleted file mode 100644 index 62d5e83ee..000000000 --- a/dumps/530/script/[clientscript,script331].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 331 -[clientscript,script331] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_49); diff --git a/dumps/530/script/[clientscript,script332].cs2 b/dumps/530/script/[clientscript,script332].cs2 deleted file mode 100644 index 80c54c199..000000000 --- a/dumps/530/script/[clientscript,script332].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 332 -[clientscript,script332] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_51); diff --git a/dumps/530/script/[clientscript,script333].cs2 b/dumps/530/script/[clientscript,script333].cs2 deleted file mode 100644 index a6b63ec7d..000000000 --- a/dumps/530/script/[clientscript,script333].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 333 -[clientscript,script333] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_53); diff --git a/dumps/530/script/[clientscript,script334].cs2 b/dumps/530/script/[clientscript,script334].cs2 deleted file mode 100644 index d30584338..000000000 --- a/dumps/530/script/[clientscript,script334].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 334 -[clientscript,script334] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_54); diff --git a/dumps/530/script/[clientscript,script335].cs2 b/dumps/530/script/[clientscript,script335].cs2 deleted file mode 100644 index ce3ea21bb..000000000 --- a/dumps/530/script/[clientscript,script335].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 335 -[clientscript,script335] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_57); diff --git a/dumps/530/script/[clientscript,script336].cs2 b/dumps/530/script/[clientscript,script336].cs2 deleted file mode 100644 index 8b4c74e48..000000000 --- a/dumps/530/script/[clientscript,script336].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 336 -[clientscript,script336] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_59); diff --git a/dumps/530/script/[clientscript,script337].cs2 b/dumps/530/script/[clientscript,script337].cs2 deleted file mode 100644 index 9e8c34874..000000000 --- a/dumps/530/script/[clientscript,script337].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 337 -[clientscript,script337] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_61); diff --git a/dumps/530/script/[clientscript,script338].cs2 b/dumps/530/script/[clientscript,script338].cs2 deleted file mode 100644 index 8a3139c43..000000000 --- a/dumps/530/script/[clientscript,script338].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 338 -[clientscript,script338] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_63); diff --git a/dumps/530/script/[clientscript,script339].cs2 b/dumps/530/script/[clientscript,script339].cs2 deleted file mode 100644 index 00c2cbd92..000000000 --- a/dumps/530/script/[clientscript,script339].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 339 -[clientscript,script339] -~script365; -if_setgraphic("miscgraphics,11", interface_592:com_64); diff --git a/dumps/530/script/[clientscript,script33].cs2 b/dumps/530/script/[clientscript,script33].cs2 deleted file mode 100644 index bc06e1c6b..000000000 --- a/dumps/530/script/[clientscript,script33].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 33 -[clientscript,script33](component $component0, component $component1) -def_int $int2 = calc(if_getscrolly($component1) + 4); -if (cc_find($component0, 1) = true) { - ~script37($component0, $component1, $int2, true); -} diff --git a/dumps/530/script/[clientscript,script340].cs2 b/dumps/530/script/[clientscript,script340].cs2 deleted file mode 100644 index dea2f5afa..000000000 --- a/dumps/530/script/[clientscript,script340].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 340 -[clientscript,script340] -~script429; -if_setgraphic(graphic_1043, interface_592:com_73); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_73); -if_setonmouseover(null, interface_592:com_73); diff --git a/dumps/530/script/[clientscript,script341].cs2 b/dumps/530/script/[clientscript,script341].cs2 deleted file mode 100644 index f80ed67be..000000000 --- a/dumps/530/script/[clientscript,script341].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 341 -[clientscript,script341] -~script429; -if_setgraphic(graphic_1043, interface_592:com_74); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_74); -if_setonmouseover(null, interface_592:com_74); diff --git a/dumps/530/script/[clientscript,script342].cs2 b/dumps/530/script/[clientscript,script342].cs2 deleted file mode 100644 index 2c6555b9b..000000000 --- a/dumps/530/script/[clientscript,script342].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 342 -[clientscript,script342] -~script429; -if_setgraphic(graphic_1043, interface_592:com_75); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_75); -if_setonmouseover(null, interface_592:com_75); diff --git a/dumps/530/script/[clientscript,script343].cs2 b/dumps/530/script/[clientscript,script343].cs2 deleted file mode 100644 index a8eec11ca..000000000 --- a/dumps/530/script/[clientscript,script343].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 343 -[clientscript,script343] -~script429; -if_setgraphic(graphic_1043, interface_592:com_76); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_76); -if_setonmouseover(null, interface_592:com_76); diff --git a/dumps/530/script/[clientscript,script344].cs2 b/dumps/530/script/[clientscript,script344].cs2 deleted file mode 100644 index 9bec4327a..000000000 --- a/dumps/530/script/[clientscript,script344].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 344 -[clientscript,script344] -~script429; -if_setgraphic(graphic_1043, interface_592:com_77); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_77); -if_setonmouseover(null, interface_592:com_77); diff --git a/dumps/530/script/[clientscript,script345].cs2 b/dumps/530/script/[clientscript,script345].cs2 deleted file mode 100644 index f065fefbc..000000000 --- a/dumps/530/script/[clientscript,script345].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 345 -[clientscript,script345] -~script429; -if_setgraphic(graphic_1043, interface_592:com_78); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_78); -if_setonmouseover(null, interface_592:com_78); diff --git a/dumps/530/script/[clientscript,script346].cs2 b/dumps/530/script/[clientscript,script346].cs2 deleted file mode 100644 index 553afced2..000000000 --- a/dumps/530/script/[clientscript,script346].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 346 -[clientscript,script346] -~script429; -if_setgraphic(graphic_1043, interface_592:com_79); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_79); -if_setonmouseover(null, interface_592:com_79); diff --git a/dumps/530/script/[clientscript,script347].cs2 b/dumps/530/script/[clientscript,script347].cs2 deleted file mode 100644 index e516d2afb..000000000 --- a/dumps/530/script/[clientscript,script347].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 347 -[clientscript,script347] -~script429; -if_setgraphic(graphic_1043, interface_592:com_80); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_80); -if_setonmouseover(null, interface_592:com_80); diff --git a/dumps/530/script/[clientscript,script348].cs2 b/dumps/530/script/[clientscript,script348].cs2 deleted file mode 100644 index d08f97bdd..000000000 --- a/dumps/530/script/[clientscript,script348].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 348 -[clientscript,script348] -~script429; -if_setgraphic(graphic_1043, interface_592:com_81); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_81); -if_setonmouseover(null, interface_592:com_81); diff --git a/dumps/530/script/[clientscript,script349].cs2 b/dumps/530/script/[clientscript,script349].cs2 deleted file mode 100644 index cfc808411..000000000 --- a/dumps/530/script/[clientscript,script349].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 349 -[clientscript,script349] -~script429; -if_setgraphic(graphic_1043, interface_592:com_82); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_82); -if_setonmouseover(null, interface_592:com_82); diff --git a/dumps/530/script/[clientscript,script34].cs2 b/dumps/530/script/[clientscript,script34].cs2 deleted file mode 100644 index f7d0bad9f..000000000 --- a/dumps/530/script/[clientscript,script34].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 34 -[clientscript,script34](component $component0, component $component1, int $int2) -def_int $int3 = 0; -def_int $int4 = 0; -def_int $int5 = 0; -if (cc_find($component0, 1) = true) { - cc_dragpickup(0, calc(cc_getheight / 2)); -} diff --git a/dumps/530/script/[clientscript,script350].cs2 b/dumps/530/script/[clientscript,script350].cs2 deleted file mode 100644 index 99e71815d..000000000 --- a/dumps/530/script/[clientscript,script350].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 350 -[clientscript,script350] -~script429; -if_setgraphic(graphic_1043, interface_592:com_83); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_83); -if_setonmouseover(null, interface_592:com_83); diff --git a/dumps/530/script/[clientscript,script351].cs2 b/dumps/530/script/[clientscript,script351].cs2 deleted file mode 100644 index 58bc7b2bf..000000000 --- a/dumps/530/script/[clientscript,script351].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 351 -[clientscript,script351] -~script429; -if_setgraphic(graphic_1043, interface_592:com_84); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_84); -if_setonmouseover(null, interface_592:com_84); diff --git a/dumps/530/script/[clientscript,script352].cs2 b/dumps/530/script/[clientscript,script352].cs2 deleted file mode 100644 index 6dc497d01..000000000 --- a/dumps/530/script/[clientscript,script352].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 352 -[clientscript,script352] -~script429; -if_setgraphic(graphic_1043, interface_592:com_85); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_85); -if_setonmouseover(null, interface_592:com_85); diff --git a/dumps/530/script/[clientscript,script353].cs2 b/dumps/530/script/[clientscript,script353].cs2 deleted file mode 100644 index 5778f9265..000000000 --- a/dumps/530/script/[clientscript,script353].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 353 -[clientscript,script353] -~script429; -if_setgraphic(graphic_1043, interface_592:com_86); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_86); -if_setonmouseover(null, interface_592:com_86); diff --git a/dumps/530/script/[clientscript,script354].cs2 b/dumps/530/script/[clientscript,script354].cs2 deleted file mode 100644 index df7093fc0..000000000 --- a/dumps/530/script/[clientscript,script354].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 354 -[clientscript,script354] -~script429; -if_setgraphic(graphic_1043, interface_592:com_87); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_87); -if_setonmouseover(null, interface_592:com_87); diff --git a/dumps/530/script/[clientscript,script355].cs2 b/dumps/530/script/[clientscript,script355].cs2 deleted file mode 100644 index 2167b2c50..000000000 --- a/dumps/530/script/[clientscript,script355].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 355 -[clientscript,script355] -~script429; -if_setgraphic(graphic_1043, interface_592:com_88); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_88); -if_setonmouseover(null, interface_592:com_88); diff --git a/dumps/530/script/[clientscript,script356].cs2 b/dumps/530/script/[clientscript,script356].cs2 deleted file mode 100644 index 1054853a3..000000000 --- a/dumps/530/script/[clientscript,script356].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 356 -[clientscript,script356] -~script429; -if_setgraphic(graphic_1043, interface_592:com_89); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_89); -if_setonmouseover(null, interface_592:com_89); diff --git a/dumps/530/script/[clientscript,script357].cs2 b/dumps/530/script/[clientscript,script357].cs2 deleted file mode 100644 index 1957a6a6e..000000000 --- a/dumps/530/script/[clientscript,script357].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 357 -[clientscript,script357] -~script429; -if_setgraphic(graphic_1043, interface_592:com_90); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_90); -if_setonmouseover(null, interface_592:com_90); diff --git a/dumps/530/script/[clientscript,script358].cs2 b/dumps/530/script/[clientscript,script358].cs2 deleted file mode 100644 index 3fac53268..000000000 --- a/dumps/530/script/[clientscript,script358].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 358 -[clientscript,script358] -~script429; -if_setgraphic(graphic_1043, interface_592:com_91); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_91); -if_setonmouseover(null, interface_592:com_91); diff --git a/dumps/530/script/[clientscript,script359].cs2 b/dumps/530/script/[clientscript,script359].cs2 deleted file mode 100644 index 94331a06b..000000000 --- a/dumps/530/script/[clientscript,script359].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 359 -[clientscript,script359] -~script429; -if_setgraphic(graphic_1043, interface_592:com_92); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_92); -if_setonmouseover(null, interface_592:com_92); diff --git a/dumps/530/script/[clientscript,script35].cs2 b/dumps/530/script/[clientscript,script35].cs2 deleted file mode 100644 index dff6f1301..000000000 --- a/dumps/530/script/[clientscript,script35].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 35 -[clientscript,script35](component $component0, component $component1, int $int2, boolean $boolean3) -def_int $int4 = 0; -def_int $int5 = 0; -if (cc_find($component0, 1) = true) { - if (.cc_find($component0, 2) = true) { - .cc_setposition(0, calc($int2 + 16), ^setpos_abs_left, ^setpos_abs_top); - } - if (.cc_find($component0, 3) = true) { - .cc_setposition(0, calc($int2 + cc_getheight - 5 + 16), ^setpos_abs_left, ^setpos_abs_top); - } - $int4 = calc(if_getheight($component0) - 32 - cc_getheight); - $int5 = calc(if_getscrollheight($component1) - if_getheight($component1)); - $int2 = calc($int2 * $int5 / $int4); - ~script37($component0, $component1, $int2, $boolean3); -} diff --git a/dumps/530/script/[clientscript,script360].cs2 b/dumps/530/script/[clientscript,script360].cs2 deleted file mode 100644 index 8c513b054..000000000 --- a/dumps/530/script/[clientscript,script360].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 360 -[clientscript,script360] -~script429; -if_setgraphic(graphic_1043, interface_592:com_93); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_93); -if_setonmouseover(null, interface_592:com_93); diff --git a/dumps/530/script/[clientscript,script361].cs2 b/dumps/530/script/[clientscript,script361].cs2 deleted file mode 100644 index ee75616c4..000000000 --- a/dumps/530/script/[clientscript,script361].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 361 -[clientscript,script361] -~script429; -if_setgraphic(graphic_1043, interface_592:com_94); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_94); -if_setonmouseover(null, interface_592:com_94); diff --git a/dumps/530/script/[clientscript,script362].cs2 b/dumps/530/script/[clientscript,script362].cs2 deleted file mode 100644 index dc2ea8194..000000000 --- a/dumps/530/script/[clientscript,script362].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 362 -[clientscript,script362] -~script429; -if_setgraphic(graphic_1043, interface_592:com_95); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_95); -if_setonmouseover(null, interface_592:com_95); diff --git a/dumps/530/script/[clientscript,script363].cs2 b/dumps/530/script/[clientscript,script363].cs2 deleted file mode 100644 index ab932df39..000000000 --- a/dumps/530/script/[clientscript,script363].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 363 -[clientscript,script363] -~script429; -if_setgraphic(graphic_1043, interface_592:com_96); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_96); -if_setonmouseover(null, interface_592:com_96); diff --git a/dumps/530/script/[clientscript,script364].cs2 b/dumps/530/script/[clientscript,script364].cs2 deleted file mode 100644 index 24f801977..000000000 --- a/dumps/530/script/[clientscript,script364].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 364 -[clientscript,script364] -~script429; -if_setgraphic(graphic_1043, interface_592:com_97); -if_setonmouseleave("script40(interface_592:com_246)", interface_592:com_97); -if_setonmouseover(null, interface_592:com_97); diff --git a/dumps/530/script/[clientscript,script367].cs2 b/dumps/530/script/[clientscript,script367].cs2 deleted file mode 100644 index 44d52e05b..000000000 --- a/dumps/530/script/[clientscript,script367].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 367 -[clientscript,script367] -if_setscrollsize(200, 640, interface_596:com_132); -~script31(interface_596:com_201, interface_596:com_132, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script368].cs2 b/dumps/530/script/[clientscript,script368].cs2 deleted file mode 100644 index dbbaad351..000000000 --- a/dumps/530/script/[clientscript,script368].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 368 -[clientscript,script368] -if_setscrollsize(200, 500, interface_596:com_165); -~script31(interface_596:com_202, interface_596:com_165, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script369].cs2 b/dumps/530/script/[clientscript,script369].cs2 deleted file mode 100644 index 744f1a049..000000000 --- a/dumps/530/script/[clientscript,script369].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 369 -[clientscript,script369] -if_sethide(false, interface_596:com_132); -if_sethide(true, interface_596:com_165); -if_sethide(false, interface_596:com_201); -if_sethide(true, interface_596:com_202); -if_setgraphic("player_kit_fancy,4", interface_596:com_199); -if_setgraphic("player_kit_fancy_off,3", interface_596:com_200); diff --git a/dumps/530/script/[clientscript,script36].cs2 b/dumps/530/script/[clientscript,script36].cs2 deleted file mode 100644 index 299b6c7a9..000000000 --- a/dumps/530/script/[clientscript,script36].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 36 -[clientscript,script36](component $component0, component $component1, int $int2) -def_int $int3 = calc(if_getscrolly($component1) + $int2 * 45); -if (cc_find($component0, 1) = true) { - ~script37($component0, $component1, $int3, true); -} diff --git a/dumps/530/script/[clientscript,script370].cs2 b/dumps/530/script/[clientscript,script370].cs2 deleted file mode 100644 index be20698e1..000000000 --- a/dumps/530/script/[clientscript,script370].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 370 -[clientscript,script370] -if_sethide(true, interface_596:com_132); -if_sethide(false, interface_596:com_165); -if_sethide(true, interface_596:com_201); -if_sethide(false, interface_596:com_202); -if_setgraphic("player_kit_fancy_off,4", interface_596:com_199); -if_setgraphic("player_kit_fancy,3", interface_596:com_200); diff --git a/dumps/530/script/[clientscript,script371].cs2 b/dumps/530/script/[clientscript,script371].cs2 deleted file mode 100644 index c3b8715db..000000000 --- a/dumps/530/script/[clientscript,script371].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 371 -[clientscript,script371] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_156); diff --git a/dumps/530/script/[clientscript,script372].cs2 b/dumps/530/script/[clientscript,script372].cs2 deleted file mode 100644 index 7302f4d8e..000000000 --- a/dumps/530/script/[clientscript,script372].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 372 -[clientscript,script372] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_154); diff --git a/dumps/530/script/[clientscript,script373].cs2 b/dumps/530/script/[clientscript,script373].cs2 deleted file mode 100644 index 53291c52b..000000000 --- a/dumps/530/script/[clientscript,script373].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 373 -[clientscript,script373] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_152); diff --git a/dumps/530/script/[clientscript,script374].cs2 b/dumps/530/script/[clientscript,script374].cs2 deleted file mode 100644 index 8d9e2e4d6..000000000 --- a/dumps/530/script/[clientscript,script374].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 374 -[clientscript,script374] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_150); diff --git a/dumps/530/script/[clientscript,script375].cs2 b/dumps/530/script/[clientscript,script375].cs2 deleted file mode 100644 index 65db6311d..000000000 --- a/dumps/530/script/[clientscript,script375].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 375 -[clientscript,script375] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_148); diff --git a/dumps/530/script/[clientscript,script376].cs2 b/dumps/530/script/[clientscript,script376].cs2 deleted file mode 100644 index 7e9e51cd1..000000000 --- a/dumps/530/script/[clientscript,script376].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 376 -[clientscript,script376] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_146); diff --git a/dumps/530/script/[clientscript,script377].cs2 b/dumps/530/script/[clientscript,script377].cs2 deleted file mode 100644 index 4379c9e5b..000000000 --- a/dumps/530/script/[clientscript,script377].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 377 -[clientscript,script377] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_144); diff --git a/dumps/530/script/[clientscript,script378].cs2 b/dumps/530/script/[clientscript,script378].cs2 deleted file mode 100644 index 72f2d8ca3..000000000 --- a/dumps/530/script/[clientscript,script378].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 378 -[clientscript,script378] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_142); diff --git a/dumps/530/script/[clientscript,script379].cs2 b/dumps/530/script/[clientscript,script379].cs2 deleted file mode 100644 index 75b2504f4..000000000 --- a/dumps/530/script/[clientscript,script379].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 379 -[clientscript,script379] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_140); diff --git a/dumps/530/script/[clientscript,script380].cs2 b/dumps/530/script/[clientscript,script380].cs2 deleted file mode 100644 index a3920e7b5..000000000 --- a/dumps/530/script/[clientscript,script380].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 380 -[clientscript,script380] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_138); diff --git a/dumps/530/script/[clientscript,script381].cs2 b/dumps/530/script/[clientscript,script381].cs2 deleted file mode 100644 index 07d4607f2..000000000 --- a/dumps/530/script/[clientscript,script381].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 381 -[clientscript,script381] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_136); diff --git a/dumps/530/script/[clientscript,script382].cs2 b/dumps/530/script/[clientscript,script382].cs2 deleted file mode 100644 index 70852567a..000000000 --- a/dumps/530/script/[clientscript,script382].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 382 -[clientscript,script382] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_134); diff --git a/dumps/530/script/[clientscript,script383].cs2 b/dumps/530/script/[clientscript,script383].cs2 deleted file mode 100644 index 2c934ff35..000000000 --- a/dumps/530/script/[clientscript,script383].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 383 -[clientscript,script383] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_157); diff --git a/dumps/530/script/[clientscript,script384].cs2 b/dumps/530/script/[clientscript,script384].cs2 deleted file mode 100644 index 084a96c45..000000000 --- a/dumps/530/script/[clientscript,script384].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 384 -[clientscript,script384] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_160); diff --git a/dumps/530/script/[clientscript,script385].cs2 b/dumps/530/script/[clientscript,script385].cs2 deleted file mode 100644 index e632dd281..000000000 --- a/dumps/530/script/[clientscript,script385].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 385 -[clientscript,script385] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_162); diff --git a/dumps/530/script/[clientscript,script386].cs2 b/dumps/530/script/[clientscript,script386].cs2 deleted file mode 100644 index 63554c448..000000000 --- a/dumps/530/script/[clientscript,script386].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 386 -[clientscript,script386] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_164); diff --git a/dumps/530/script/[clientscript,script387].cs2 b/dumps/530/script/[clientscript,script387].cs2 deleted file mode 100644 index 88c0a698a..000000000 --- a/dumps/530/script/[clientscript,script387].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 387 -[clientscript,script387] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_104); diff --git a/dumps/530/script/[clientscript,script388].cs2 b/dumps/530/script/[clientscript,script388].cs2 deleted file mode 100644 index 84f282e12..000000000 --- a/dumps/530/script/[clientscript,script388].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 388 -[clientscript,script388] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_102); diff --git a/dumps/530/script/[clientscript,script389].cs2 b/dumps/530/script/[clientscript,script389].cs2 deleted file mode 100644 index eea560107..000000000 --- a/dumps/530/script/[clientscript,script389].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 389 -[clientscript,script389] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_100); diff --git a/dumps/530/script/[clientscript,script38].cs2 b/dumps/530/script/[clientscript,script38].cs2 deleted file mode 100644 index d103fcfcc..000000000 --- a/dumps/530/script/[clientscript,script38].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 38 -[clientscript,script38](component $component0, component $component1, string $string0, int $int2, int $int3) -~script569($component0, -1, $component1, $string0, $int2, $int3); diff --git a/dumps/530/script/[clientscript,script390].cs2 b/dumps/530/script/[clientscript,script390].cs2 deleted file mode 100644 index 5093abc6e..000000000 --- a/dumps/530/script/[clientscript,script390].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 390 -[clientscript,script390] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_98); diff --git a/dumps/530/script/[clientscript,script391].cs2 b/dumps/530/script/[clientscript,script391].cs2 deleted file mode 100644 index 26b48382a..000000000 --- a/dumps/530/script/[clientscript,script391].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 391 -[clientscript,script391] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_96); diff --git a/dumps/530/script/[clientscript,script392].cs2 b/dumps/530/script/[clientscript,script392].cs2 deleted file mode 100644 index 2fbe7ba31..000000000 --- a/dumps/530/script/[clientscript,script392].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 392 -[clientscript,script392] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_88); diff --git a/dumps/530/script/[clientscript,script393].cs2 b/dumps/530/script/[clientscript,script393].cs2 deleted file mode 100644 index 7c5e12f97..000000000 --- a/dumps/530/script/[clientscript,script393].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 393 -[clientscript,script393] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_94); diff --git a/dumps/530/script/[clientscript,script394].cs2 b/dumps/530/script/[clientscript,script394].cs2 deleted file mode 100644 index b840c9e2c..000000000 --- a/dumps/530/script/[clientscript,script394].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 394 -[clientscript,script394] -~script428; -if_setgraphic("miscgraphics,11", interface_596:com_92); diff --git a/dumps/530/script/[clientscript,script396].cs2 b/dumps/530/script/[clientscript,script396].cs2 deleted file mode 100644 index 4f1cc3bfe..000000000 --- a/dumps/530/script/[clientscript,script396].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 396 -[clientscript,script396] -~script398; diff --git a/dumps/530/script/[clientscript,script397].cs2 b/dumps/530/script/[clientscript,script397].cs2 deleted file mode 100644 index 805e990f2..000000000 --- a/dumps/530/script/[clientscript,script397].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 397 -[clientscript,script397] -~script399; diff --git a/dumps/530/script/[clientscript,script400].cs2 b/dumps/530/script/[clientscript,script400].cs2 deleted file mode 100644 index 085994d28..000000000 --- a/dumps/530/script/[clientscript,script400].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 400 -[clientscript,script400] -def_int $int0 = paraheight(if_gettext(interface_378:com_193), if_getwidth(interface_378:com_193), p12_full); -if ($int0 < 2) { - $int0 = 2; -} -if_setsize(if_getwidth(interface_378:com_150), calc($int0 * 15 + 110), ^setsize_abs, ^setsize_abs, interface_378:com_150); -if_setontimer(null, interface_378:com_193); diff --git a/dumps/530/script/[clientscript,script401].cs2 b/dumps/530/script/[clientscript,script401].cs2 deleted file mode 100644 index cac97f0b5..000000000 --- a/dumps/530/script/[clientscript,script401].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 401 -[clientscript,script401](component $component0) -if_setcolour(^yellow, $component0); diff --git a/dumps/530/script/[clientscript,script402].cs2 b/dumps/530/script/[clientscript,script402].cs2 deleted file mode 100644 index 7d0e84d8f..000000000 --- a/dumps/530/script/[clientscript,script402].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 402 -[clientscript,script402] -~script505; -if_setgraphic(graphic_1043, interface_596:com_229); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_229); -if_setonmouseover(null, interface_596:com_229); diff --git a/dumps/530/script/[clientscript,script403].cs2 b/dumps/530/script/[clientscript,script403].cs2 deleted file mode 100644 index 4a97a7cf6..000000000 --- a/dumps/530/script/[clientscript,script403].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 403 -[clientscript,script403] -~script505; -if_setgraphic(graphic_1043, interface_596:com_230); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_230); -if_setonmouseover(null, interface_596:com_230); diff --git a/dumps/530/script/[clientscript,script404].cs2 b/dumps/530/script/[clientscript,script404].cs2 deleted file mode 100644 index a23b94418..000000000 --- a/dumps/530/script/[clientscript,script404].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 404 -[clientscript,script404] -~script505; -if_setgraphic(graphic_1043, interface_596:com_231); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_231); -if_setonmouseover(null, interface_596:com_231); diff --git a/dumps/530/script/[clientscript,script405].cs2 b/dumps/530/script/[clientscript,script405].cs2 deleted file mode 100644 index a3899ce71..000000000 --- a/dumps/530/script/[clientscript,script405].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 405 -[clientscript,script405] -~script505; -if_setgraphic(graphic_1043, interface_596:com_232); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_232); -if_setonmouseover(null, interface_596:com_232); diff --git a/dumps/530/script/[clientscript,script406].cs2 b/dumps/530/script/[clientscript,script406].cs2 deleted file mode 100644 index f38856fae..000000000 --- a/dumps/530/script/[clientscript,script406].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 406 -[clientscript,script406] -~script505; -if_setgraphic(graphic_1043, interface_596:com_233); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_233); -if_setonmouseover(null, interface_596:com_233); diff --git a/dumps/530/script/[clientscript,script407].cs2 b/dumps/530/script/[clientscript,script407].cs2 deleted file mode 100644 index d22b7c90b..000000000 --- a/dumps/530/script/[clientscript,script407].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 407 -[clientscript,script407] -~script505; -if_setgraphic(graphic_1043, interface_596:com_234); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_234); -if_setonmouseover(null, interface_596:com_234); diff --git a/dumps/530/script/[clientscript,script408].cs2 b/dumps/530/script/[clientscript,script408].cs2 deleted file mode 100644 index d7ad2cd3e..000000000 --- a/dumps/530/script/[clientscript,script408].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 408 -[clientscript,script408] -~script505; -if_setgraphic(graphic_1043, interface_596:com_235); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_235); -if_setonmouseover(null, interface_596:com_235); diff --git a/dumps/530/script/[clientscript,script409].cs2 b/dumps/530/script/[clientscript,script409].cs2 deleted file mode 100644 index f022dd367..000000000 --- a/dumps/530/script/[clientscript,script409].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 409 -[clientscript,script409] -~script505; -if_setgraphic(graphic_1043, interface_596:com_236); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_236); -if_setonmouseover(null, interface_596:com_236); diff --git a/dumps/530/script/[clientscript,script40].cs2 b/dumps/530/script/[clientscript,script40].cs2 deleted file mode 100644 index cd5e1544e..000000000 --- a/dumps/530/script/[clientscript,script40].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 40 -[clientscript,script40](component $component0) -~script41($component0); diff --git a/dumps/530/script/[clientscript,script410].cs2 b/dumps/530/script/[clientscript,script410].cs2 deleted file mode 100644 index 8c6565343..000000000 --- a/dumps/530/script/[clientscript,script410].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 410 -[clientscript,script410] -~script505; -if_setgraphic(graphic_1043, interface_596:com_237); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_237); -if_setonmouseover(null, interface_596:com_237); diff --git a/dumps/530/script/[clientscript,script411].cs2 b/dumps/530/script/[clientscript,script411].cs2 deleted file mode 100644 index eb1322fd2..000000000 --- a/dumps/530/script/[clientscript,script411].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 411 -[clientscript,script411] -~script505; -if_setgraphic(graphic_1043, interface_596:com_238); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_238); -if_setonmouseover(null, interface_596:com_238); diff --git a/dumps/530/script/[clientscript,script412].cs2 b/dumps/530/script/[clientscript,script412].cs2 deleted file mode 100644 index e98e2972f..000000000 --- a/dumps/530/script/[clientscript,script412].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 412 -[clientscript,script412] -~script505; -if_setgraphic(graphic_1043, interface_596:com_239); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_239); -if_setonmouseover(null, interface_596:com_239); diff --git a/dumps/530/script/[clientscript,script413].cs2 b/dumps/530/script/[clientscript,script413].cs2 deleted file mode 100644 index 62a3e5c03..000000000 --- a/dumps/530/script/[clientscript,script413].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 413 -[clientscript,script413] -~script505; -if_setgraphic(graphic_1043, interface_596:com_240); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_240); -if_setonmouseover(null, interface_596:com_240); diff --git a/dumps/530/script/[clientscript,script414].cs2 b/dumps/530/script/[clientscript,script414].cs2 deleted file mode 100644 index c719e701b..000000000 --- a/dumps/530/script/[clientscript,script414].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 414 -[clientscript,script414] -~script505; -if_setgraphic(graphic_1043, interface_596:com_241); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_241); -if_setonmouseover(null, interface_596:com_241); diff --git a/dumps/530/script/[clientscript,script415].cs2 b/dumps/530/script/[clientscript,script415].cs2 deleted file mode 100644 index c26a25143..000000000 --- a/dumps/530/script/[clientscript,script415].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 415 -[clientscript,script415] -~script505; -if_setgraphic(graphic_1043, interface_596:com_242); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_242); -if_setonmouseover(null, interface_596:com_242); diff --git a/dumps/530/script/[clientscript,script416].cs2 b/dumps/530/script/[clientscript,script416].cs2 deleted file mode 100644 index b682f714a..000000000 --- a/dumps/530/script/[clientscript,script416].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 416 -[clientscript,script416] -~script505; -if_setgraphic(graphic_1043, interface_596:com_243); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_243); -if_setonmouseover(null, interface_596:com_243); diff --git a/dumps/530/script/[clientscript,script417].cs2 b/dumps/530/script/[clientscript,script417].cs2 deleted file mode 100644 index b2445db14..000000000 --- a/dumps/530/script/[clientscript,script417].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 417 -[clientscript,script417] -~script505; -if_setgraphic(graphic_1043, interface_596:com_244); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_244); -if_setonmouseover(null, interface_596:com_244); diff --git a/dumps/530/script/[clientscript,script418].cs2 b/dumps/530/script/[clientscript,script418].cs2 deleted file mode 100644 index 5c639bdc3..000000000 --- a/dumps/530/script/[clientscript,script418].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 418 -[clientscript,script418] -~script505; -if_setgraphic(graphic_1043, interface_596:com_245); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_245); -if_setonmouseover(null, interface_596:com_245); diff --git a/dumps/530/script/[clientscript,script419].cs2 b/dumps/530/script/[clientscript,script419].cs2 deleted file mode 100644 index 4387a1663..000000000 --- a/dumps/530/script/[clientscript,script419].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 419 -[clientscript,script419] -~script505; -if_setgraphic(graphic_1043, interface_596:com_246); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_246); -if_setonmouseover(null, interface_596:com_246); diff --git a/dumps/530/script/[clientscript,script420].cs2 b/dumps/530/script/[clientscript,script420].cs2 deleted file mode 100644 index 60a34b18a..000000000 --- a/dumps/530/script/[clientscript,script420].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 420 -[clientscript,script420] -~script505; -if_setgraphic(graphic_1043, interface_596:com_247); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_247); -if_setonmouseover(null, interface_596:com_247); diff --git a/dumps/530/script/[clientscript,script421].cs2 b/dumps/530/script/[clientscript,script421].cs2 deleted file mode 100644 index 2f363f1fa..000000000 --- a/dumps/530/script/[clientscript,script421].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 421 -[clientscript,script421] -~script505; -if_setgraphic(graphic_1043, interface_596:com_248); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_248); -if_setonmouseover(null, interface_596:com_248); diff --git a/dumps/530/script/[clientscript,script422].cs2 b/dumps/530/script/[clientscript,script422].cs2 deleted file mode 100644 index d90432842..000000000 --- a/dumps/530/script/[clientscript,script422].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 422 -[clientscript,script422] -~script505; -if_setgraphic(graphic_1043, interface_596:com_249); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_249); -if_setonmouseover(null, interface_596:com_249); diff --git a/dumps/530/script/[clientscript,script423].cs2 b/dumps/530/script/[clientscript,script423].cs2 deleted file mode 100644 index 0277e04fe..000000000 --- a/dumps/530/script/[clientscript,script423].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 423 -[clientscript,script423] -~script505; -if_setgraphic(graphic_1043, interface_596:com_250); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_250); -if_setonmouseover(null, interface_596:com_250); diff --git a/dumps/530/script/[clientscript,script424].cs2 b/dumps/530/script/[clientscript,script424].cs2 deleted file mode 100644 index 816df672e..000000000 --- a/dumps/530/script/[clientscript,script424].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 424 -[clientscript,script424] -~script505; -if_setgraphic(graphic_1043, interface_596:com_251); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_251); -if_setonmouseover(null, interface_596:com_251); diff --git a/dumps/530/script/[clientscript,script425].cs2 b/dumps/530/script/[clientscript,script425].cs2 deleted file mode 100644 index ef364e382..000000000 --- a/dumps/530/script/[clientscript,script425].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 425 -[clientscript,script425] -~script505; -if_setgraphic(graphic_1043, interface_596:com_252); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_252); -if_setonmouseover(null, interface_596:com_252); diff --git a/dumps/530/script/[clientscript,script426].cs2 b/dumps/530/script/[clientscript,script426].cs2 deleted file mode 100644 index b774a9c14..000000000 --- a/dumps/530/script/[clientscript,script426].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 426 -[clientscript,script426] -~script505; -if_setgraphic(graphic_1043, interface_596:com_253); -if_setonmouseleave("script40(interface_596:com_276)", interface_596:com_253); -if_setonmouseover(null, interface_596:com_253); diff --git a/dumps/530/script/[clientscript,script427].cs2 b/dumps/530/script/[clientscript,script427].cs2 deleted file mode 100644 index 5a4863d57..000000000 --- a/dumps/530/script/[clientscript,script427].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 427 -[clientscript,script427] -~script505; diff --git a/dumps/530/script/[clientscript,script430].cs2 b/dumps/530/script/[clientscript,script430].cs2 deleted file mode 100644 index d93610be6..000000000 --- a/dumps/530/script/[clientscript,script430].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 430 -[clientscript,script430] -if_setscrollsize(200, 375, interface_591:com_173); -~script31(interface_591:com_174, interface_591:com_173, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script431].cs2 b/dumps/530/script/[clientscript,script431].cs2 deleted file mode 100644 index f8437a657..000000000 --- a/dumps/530/script/[clientscript,script431].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 431 -[clientscript,script431] -if_setscrollsize(200, 330, interface_591:com_175); -~script31(interface_591:com_176, interface_591:com_175, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script432].cs2 b/dumps/530/script/[clientscript,script432].cs2 deleted file mode 100644 index e07808afb..000000000 --- a/dumps/530/script/[clientscript,script432].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 432 -[clientscript,script432] -if_setscrollsize(200, 300, interface_591:com_177); -~script31(interface_591:com_178, interface_591:com_177, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[clientscript,script433].cs2 b/dumps/530/script/[clientscript,script433].cs2 deleted file mode 100644 index ba95d4021..000000000 --- a/dumps/530/script/[clientscript,script433].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 433 -[clientscript,script433] -if_sethide(false, interface_591:com_173); -if_sethide(true, interface_591:com_175); -if_sethide(true, interface_591:com_177); -if_sethide(false, interface_591:com_174); -if_sethide(true, interface_591:com_176); -if_sethide(true, interface_591:com_178); -if_setgraphic("player_kit_fancy,0", interface_591:com_182); -if_setgraphic("player_kit_fancy_off,1", interface_591:com_183); -if_setgraphic("player_kit_fancy_off,2", interface_591:com_184); diff --git a/dumps/530/script/[clientscript,script434].cs2 b/dumps/530/script/[clientscript,script434].cs2 deleted file mode 100644 index 95508d1b5..000000000 --- a/dumps/530/script/[clientscript,script434].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 434 -[clientscript,script434] -if_sethide(true, interface_591:com_173); -if_sethide(false, interface_591:com_175); -if_sethide(true, interface_591:com_177); -if_sethide(true, interface_591:com_174); -if_sethide(false, interface_591:com_176); -if_sethide(true, interface_591:com_178); -if_setgraphic("player_kit_fancy_off,0", interface_591:com_182); -if_setgraphic("player_kit_fancy,1", interface_591:com_183); -if_setgraphic("player_kit_fancy_off,2", interface_591:com_184); diff --git a/dumps/530/script/[clientscript,script435].cs2 b/dumps/530/script/[clientscript,script435].cs2 deleted file mode 100644 index d91f33c09..000000000 --- a/dumps/530/script/[clientscript,script435].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 435 -[clientscript,script435] -if_sethide(true, interface_591:com_173); -if_sethide(true, interface_591:com_175); -if_sethide(false, interface_591:com_177); -if_sethide(true, interface_591:com_174); -if_sethide(true, interface_591:com_176); -if_sethide(false, interface_591:com_178); -if_setgraphic("player_kit_fancy_off,0", interface_591:com_182); -if_setgraphic("player_kit_fancy_off,1", interface_591:com_183); -if_setgraphic("player_kit_fancy,2", interface_591:com_184); diff --git a/dumps/530/script/[clientscript,script436].cs2 b/dumps/530/script/[clientscript,script436].cs2 deleted file mode 100644 index d8325d7e9..000000000 --- a/dumps/530/script/[clientscript,script436].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 436 -[clientscript,script436] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_63); diff --git a/dumps/530/script/[clientscript,script437].cs2 b/dumps/530/script/[clientscript,script437].cs2 deleted file mode 100644 index 0bdc08c6d..000000000 --- a/dumps/530/script/[clientscript,script437].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 437 -[clientscript,script437] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_66); diff --git a/dumps/530/script/[clientscript,script438].cs2 b/dumps/530/script/[clientscript,script438].cs2 deleted file mode 100644 index 833fb2453..000000000 --- a/dumps/530/script/[clientscript,script438].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 438 -[clientscript,script438] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_69); diff --git a/dumps/530/script/[clientscript,script439].cs2 b/dumps/530/script/[clientscript,script439].cs2 deleted file mode 100644 index 9be22efeb..000000000 --- a/dumps/530/script/[clientscript,script439].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 439 -[clientscript,script439] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_72); diff --git a/dumps/530/script/[clientscript,script43].cs2 b/dumps/530/script/[clientscript,script43].cs2 deleted file mode 100644 index e8a991e21..000000000 --- a/dumps/530/script/[clientscript,script43].cs2 +++ /dev/null @@ -1,22 +0,0 @@ -// 43 -[clientscript,script43] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $int2 = 0; -while ($int0 < inv_size(inv_141)) { - cc_create(interface_364:com_4, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc(40 * $int1), calc(40 * $int2), ^setpos_abs_left, ^setpos_abs_top); - if (inv_getobj(inv_141, $int0) ! null) { - cc_setobject(inv_getobj(inv_141, $int0), inv_getnum(inv_141, $int0)); - cc_setopbase(""); - cc_setop(1, "Examine"); - cc_setoutline(1); - } - $int0 = calc($int0 + 1); - $int1 = calc($int1 + 1); - if ($int1 = 3) { - $int1 = 0; - $int2 = calc($int2 + 1); - } -} diff --git a/dumps/530/script/[clientscript,script440].cs2 b/dumps/530/script/[clientscript,script440].cs2 deleted file mode 100644 index 26ace25a8..000000000 --- a/dumps/530/script/[clientscript,script440].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 440 -[clientscript,script440] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_75); diff --git a/dumps/530/script/[clientscript,script441].cs2 b/dumps/530/script/[clientscript,script441].cs2 deleted file mode 100644 index 2f239e153..000000000 --- a/dumps/530/script/[clientscript,script441].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 441 -[clientscript,script441] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_78); diff --git a/dumps/530/script/[clientscript,script442].cs2 b/dumps/530/script/[clientscript,script442].cs2 deleted file mode 100644 index 271f00605..000000000 --- a/dumps/530/script/[clientscript,script442].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 442 -[clientscript,script442] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_81); diff --git a/dumps/530/script/[clientscript,script443].cs2 b/dumps/530/script/[clientscript,script443].cs2 deleted file mode 100644 index ee8e53a15..000000000 --- a/dumps/530/script/[clientscript,script443].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 443 -[clientscript,script443] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_84); diff --git a/dumps/530/script/[clientscript,script444].cs2 b/dumps/530/script/[clientscript,script444].cs2 deleted file mode 100644 index aee01ae2d..000000000 --- a/dumps/530/script/[clientscript,script444].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 444 -[clientscript,script444] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_87); diff --git a/dumps/530/script/[clientscript,script445].cs2 b/dumps/530/script/[clientscript,script445].cs2 deleted file mode 100644 index c5ddf0c0e..000000000 --- a/dumps/530/script/[clientscript,script445].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 445 -[clientscript,script445] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_90); diff --git a/dumps/530/script/[clientscript,script446].cs2 b/dumps/530/script/[clientscript,script446].cs2 deleted file mode 100644 index b03658e1f..000000000 --- a/dumps/530/script/[clientscript,script446].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 446 -[clientscript,script446] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_93); diff --git a/dumps/530/script/[clientscript,script447].cs2 b/dumps/530/script/[clientscript,script447].cs2 deleted file mode 100644 index e15c0b722..000000000 --- a/dumps/530/script/[clientscript,script447].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 447 -[clientscript,script447] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_96); diff --git a/dumps/530/script/[clientscript,script448].cs2 b/dumps/530/script/[clientscript,script448].cs2 deleted file mode 100644 index 5f8d1990c..000000000 --- a/dumps/530/script/[clientscript,script448].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 448 -[clientscript,script448] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_99); diff --git a/dumps/530/script/[clientscript,script449].cs2 b/dumps/530/script/[clientscript,script449].cs2 deleted file mode 100644 index 9bf38a0b9..000000000 --- a/dumps/530/script/[clientscript,script449].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 449 -[clientscript,script449] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_102); diff --git a/dumps/530/script/[clientscript,script44].cs2 b/dumps/530/script/[clientscript,script44].cs2 deleted file mode 100644 index 1042d9dfb..000000000 --- a/dumps/530/script/[clientscript,script44].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 44 -[clientscript,script44](component $component0, graphic $graphic1) -if_setgraphic($graphic1, $component0); diff --git a/dumps/530/script/[clientscript,script450].cs2 b/dumps/530/script/[clientscript,script450].cs2 deleted file mode 100644 index ebb8205a7..000000000 --- a/dumps/530/script/[clientscript,script450].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 450 -[clientscript,script450] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_105); diff --git a/dumps/530/script/[clientscript,script451].cs2 b/dumps/530/script/[clientscript,script451].cs2 deleted file mode 100644 index 15ecf4717..000000000 --- a/dumps/530/script/[clientscript,script451].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 451 -[clientscript,script451] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_108); diff --git a/dumps/530/script/[clientscript,script452].cs2 b/dumps/530/script/[clientscript,script452].cs2 deleted file mode 100644 index 2d1ad7caf..000000000 --- a/dumps/530/script/[clientscript,script452].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 452 -[clientscript,script452] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_111); diff --git a/dumps/530/script/[clientscript,script453].cs2 b/dumps/530/script/[clientscript,script453].cs2 deleted file mode 100644 index dc39ed4c3..000000000 --- a/dumps/530/script/[clientscript,script453].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 453 -[clientscript,script453] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_114); diff --git a/dumps/530/script/[clientscript,script454].cs2 b/dumps/530/script/[clientscript,script454].cs2 deleted file mode 100644 index 4c20933b6..000000000 --- a/dumps/530/script/[clientscript,script454].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 454 -[clientscript,script454] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_117); diff --git a/dumps/530/script/[clientscript,script455].cs2 b/dumps/530/script/[clientscript,script455].cs2 deleted file mode 100644 index ae9856235..000000000 --- a/dumps/530/script/[clientscript,script455].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 455 -[clientscript,script455] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_120); diff --git a/dumps/530/script/[clientscript,script456].cs2 b/dumps/530/script/[clientscript,script456].cs2 deleted file mode 100644 index 220ad288f..000000000 --- a/dumps/530/script/[clientscript,script456].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 456 -[clientscript,script456] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_123); diff --git a/dumps/530/script/[clientscript,script457].cs2 b/dumps/530/script/[clientscript,script457].cs2 deleted file mode 100644 index 972a73208..000000000 --- a/dumps/530/script/[clientscript,script457].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 457 -[clientscript,script457] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_126); diff --git a/dumps/530/script/[clientscript,script458].cs2 b/dumps/530/script/[clientscript,script458].cs2 deleted file mode 100644 index 637ed21ba..000000000 --- a/dumps/530/script/[clientscript,script458].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 458 -[clientscript,script458] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_129); diff --git a/dumps/530/script/[clientscript,script459].cs2 b/dumps/530/script/[clientscript,script459].cs2 deleted file mode 100644 index 21bd17de6..000000000 --- a/dumps/530/script/[clientscript,script459].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 459 -[clientscript,script459] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_132); diff --git a/dumps/530/script/[clientscript,script45].cs2 b/dumps/530/script/[clientscript,script45].cs2 deleted file mode 100644 index 8a01d771d..000000000 --- a/dumps/530/script/[clientscript,script45].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 45 -[clientscript,script45](component $component0, int $rgb1) -if_setcolour($rgb1, $component0); diff --git a/dumps/530/script/[clientscript,script460].cs2 b/dumps/530/script/[clientscript,script460].cs2 deleted file mode 100644 index 91e35115b..000000000 --- a/dumps/530/script/[clientscript,script460].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 460 -[clientscript,script460] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_135); diff --git a/dumps/530/script/[clientscript,script461].cs2 b/dumps/530/script/[clientscript,script461].cs2 deleted file mode 100644 index 69d8e82fe..000000000 --- a/dumps/530/script/[clientscript,script461].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 461 -[clientscript,script461] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_138); diff --git a/dumps/530/script/[clientscript,script462].cs2 b/dumps/530/script/[clientscript,script462].cs2 deleted file mode 100644 index d46354a59..000000000 --- a/dumps/530/script/[clientscript,script462].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 462 -[clientscript,script462] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_141); diff --git a/dumps/530/script/[clientscript,script463].cs2 b/dumps/530/script/[clientscript,script463].cs2 deleted file mode 100644 index cf98ed400..000000000 --- a/dumps/530/script/[clientscript,script463].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 463 -[clientscript,script463] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_144); diff --git a/dumps/530/script/[clientscript,script464].cs2 b/dumps/530/script/[clientscript,script464].cs2 deleted file mode 100644 index d77eefbb7..000000000 --- a/dumps/530/script/[clientscript,script464].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 464 -[clientscript,script464] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_147); diff --git a/dumps/530/script/[clientscript,script465].cs2 b/dumps/530/script/[clientscript,script465].cs2 deleted file mode 100644 index b8b579e4e..000000000 --- a/dumps/530/script/[clientscript,script465].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 465 -[clientscript,script465] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_150); diff --git a/dumps/530/script/[clientscript,script466].cs2 b/dumps/530/script/[clientscript,script466].cs2 deleted file mode 100644 index cef9aef13..000000000 --- a/dumps/530/script/[clientscript,script466].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 466 -[clientscript,script466] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_153); diff --git a/dumps/530/script/[clientscript,script467].cs2 b/dumps/530/script/[clientscript,script467].cs2 deleted file mode 100644 index 6da17daa2..000000000 --- a/dumps/530/script/[clientscript,script467].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 467 -[clientscript,script467] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_156); diff --git a/dumps/530/script/[clientscript,script468].cs2 b/dumps/530/script/[clientscript,script468].cs2 deleted file mode 100644 index 53c8aa742..000000000 --- a/dumps/530/script/[clientscript,script468].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 468 -[clientscript,script468] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_159); diff --git a/dumps/530/script/[clientscript,script469].cs2 b/dumps/530/script/[clientscript,script469].cs2 deleted file mode 100644 index 628c27b8b..000000000 --- a/dumps/530/script/[clientscript,script469].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 469 -[clientscript,script469] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_162); diff --git a/dumps/530/script/[clientscript,script470].cs2 b/dumps/530/script/[clientscript,script470].cs2 deleted file mode 100644 index 637bdfb13..000000000 --- a/dumps/530/script/[clientscript,script470].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 470 -[clientscript,script470] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_165); diff --git a/dumps/530/script/[clientscript,script471].cs2 b/dumps/530/script/[clientscript,script471].cs2 deleted file mode 100644 index 93c0a422a..000000000 --- a/dumps/530/script/[clientscript,script471].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 471 -[clientscript,script471] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_168); diff --git a/dumps/530/script/[clientscript,script472].cs2 b/dumps/530/script/[clientscript,script472].cs2 deleted file mode 100644 index 3f54b9fb5..000000000 --- a/dumps/530/script/[clientscript,script472].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 472 -[clientscript,script472] -~script503; -if_setgraphic("miscgraphics,11", interface_591:com_171); diff --git a/dumps/530/script/[clientscript,script473].cs2 b/dumps/530/script/[clientscript,script473].cs2 deleted file mode 100644 index 0f50d7ff1..000000000 --- a/dumps/530/script/[clientscript,script473].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 473 -[clientscript,script473] -~script504; -if_setgraphic(graphic_1043, interface_591:com_252); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_252); -if_setonmouseover(null, interface_591:com_252); diff --git a/dumps/530/script/[clientscript,script474].cs2 b/dumps/530/script/[clientscript,script474].cs2 deleted file mode 100644 index a3dcdd16b..000000000 --- a/dumps/530/script/[clientscript,script474].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 474 -[clientscript,script474] -~script504; -if_setgraphic(graphic_1043, interface_591:com_253); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_253); -if_setonmouseover(null, interface_591:com_253); diff --git a/dumps/530/script/[clientscript,script475].cs2 b/dumps/530/script/[clientscript,script475].cs2 deleted file mode 100644 index 01fb5090f..000000000 --- a/dumps/530/script/[clientscript,script475].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 475 -[clientscript,script475] -~script504; -if_setgraphic(graphic_1043, interface_591:com_254); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_254); -if_setonmouseover(null, interface_591:com_254); diff --git a/dumps/530/script/[clientscript,script476].cs2 b/dumps/530/script/[clientscript,script476].cs2 deleted file mode 100644 index bc92dd9f5..000000000 --- a/dumps/530/script/[clientscript,script476].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 476 -[clientscript,script476] -~script504; -if_setgraphic(graphic_1043, interface_591:com_255); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_255); -if_setonmouseover(null, interface_591:com_255); diff --git a/dumps/530/script/[clientscript,script477].cs2 b/dumps/530/script/[clientscript,script477].cs2 deleted file mode 100644 index 205ff1dec..000000000 --- a/dumps/530/script/[clientscript,script477].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 477 -[clientscript,script477] -~script504; -if_setgraphic(graphic_1043, interface_591:com_256); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_256); -if_setonmouseover(null, interface_591:com_256); diff --git a/dumps/530/script/[clientscript,script478].cs2 b/dumps/530/script/[clientscript,script478].cs2 deleted file mode 100644 index 1b74c277f..000000000 --- a/dumps/530/script/[clientscript,script478].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 478 -[clientscript,script478] -~script504; -if_setgraphic(graphic_1043, interface_591:com_257); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_257); -if_setonmouseover(null, interface_591:com_257); diff --git a/dumps/530/script/[clientscript,script479].cs2 b/dumps/530/script/[clientscript,script479].cs2 deleted file mode 100644 index 15f9fcc7d..000000000 --- a/dumps/530/script/[clientscript,script479].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 479 -[clientscript,script479] -~script504; -if_setgraphic(graphic_1043, interface_591:com_258); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_258); -if_setonmouseover(null, interface_591:com_258); diff --git a/dumps/530/script/[clientscript,script480].cs2 b/dumps/530/script/[clientscript,script480].cs2 deleted file mode 100644 index bca7ce698..000000000 --- a/dumps/530/script/[clientscript,script480].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 480 -[clientscript,script480] -~script504; -if_setgraphic(graphic_1043, interface_591:com_259); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_259); -if_setonmouseover(null, interface_591:com_259); diff --git a/dumps/530/script/[clientscript,script481].cs2 b/dumps/530/script/[clientscript,script481].cs2 deleted file mode 100644 index 6869b4679..000000000 --- a/dumps/530/script/[clientscript,script481].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 481 -[clientscript,script481] -~script504; -if_setgraphic(graphic_1043, interface_591:com_260); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_260); -if_setonmouseover(null, interface_591:com_260); diff --git a/dumps/530/script/[clientscript,script482].cs2 b/dumps/530/script/[clientscript,script482].cs2 deleted file mode 100644 index c5d1b126b..000000000 --- a/dumps/530/script/[clientscript,script482].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 482 -[clientscript,script482] -~script504; -if_setgraphic(graphic_1043, interface_591:com_261); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_261); -if_setonmouseover(null, interface_591:com_261); diff --git a/dumps/530/script/[clientscript,script483].cs2 b/dumps/530/script/[clientscript,script483].cs2 deleted file mode 100644 index e683e5434..000000000 --- a/dumps/530/script/[clientscript,script483].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 483 -[clientscript,script483] -~script504; -if_setgraphic(graphic_1043, interface_591:com_262); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_262); -if_setonmouseover(null, interface_591:com_262); diff --git a/dumps/530/script/[clientscript,script484].cs2 b/dumps/530/script/[clientscript,script484].cs2 deleted file mode 100644 index 863c3505a..000000000 --- a/dumps/530/script/[clientscript,script484].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 484 -[clientscript,script484] -~script504; -if_setgraphic(graphic_1043, interface_591:com_263); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_263); -if_setonmouseover(null, interface_591:com_263); diff --git a/dumps/530/script/[clientscript,script485].cs2 b/dumps/530/script/[clientscript,script485].cs2 deleted file mode 100644 index 9b6c2b020..000000000 --- a/dumps/530/script/[clientscript,script485].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 485 -[clientscript,script485] -~script504; -if_setgraphic(graphic_1043, interface_591:com_264); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_264); -if_setonmouseover(null, interface_591:com_264); diff --git a/dumps/530/script/[clientscript,script486].cs2 b/dumps/530/script/[clientscript,script486].cs2 deleted file mode 100644 index 632ae2395..000000000 --- a/dumps/530/script/[clientscript,script486].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 486 -[clientscript,script486] -~script504; -if_setgraphic(graphic_1043, interface_591:com_265); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_265); -if_setonmouseover(null, interface_591:com_265); diff --git a/dumps/530/script/[clientscript,script487].cs2 b/dumps/530/script/[clientscript,script487].cs2 deleted file mode 100644 index bede2d35c..000000000 --- a/dumps/530/script/[clientscript,script487].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 487 -[clientscript,script487] -~script504; -if_setgraphic(graphic_1043, interface_591:com_266); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_266); -if_setonmouseover(null, interface_591:com_266); diff --git a/dumps/530/script/[clientscript,script488].cs2 b/dumps/530/script/[clientscript,script488].cs2 deleted file mode 100644 index 2ecc2372b..000000000 --- a/dumps/530/script/[clientscript,script488].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 488 -[clientscript,script488] -~script504; -if_setgraphic(graphic_1043, interface_591:com_267); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_267); -if_setonmouseover(null, interface_591:com_267); diff --git a/dumps/530/script/[clientscript,script489].cs2 b/dumps/530/script/[clientscript,script489].cs2 deleted file mode 100644 index eaa6effe5..000000000 --- a/dumps/530/script/[clientscript,script489].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 489 -[clientscript,script489] -~script504; -if_setgraphic(graphic_1043, interface_591:com_268); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_268); -if_setonmouseover(null, interface_591:com_268); diff --git a/dumps/530/script/[clientscript,script48].cs2 b/dumps/530/script/[clientscript,script48].cs2 deleted file mode 100644 index 9cfe80796..000000000 --- a/dumps/530/script/[clientscript,script48].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 48 -[clientscript,script48] -if (%varplayerbit_4072 = 1 | %varplayerbit_4073 = 1) { - if_setgraphic("loot_icon,2", interface_589:com_14); -} else if (%varplayerbit_4071 = 1) { - if (%varplayerbit_4465 = 1) { - if_setgraphic("loot_icon,3", interface_589:com_14); - } else { - if_setgraphic("loot_icon,0", interface_589:com_14); - } -} else { - if_setgraphic("loot_icon,1", interface_589:com_14); -} diff --git a/dumps/530/script/[clientscript,script490].cs2 b/dumps/530/script/[clientscript,script490].cs2 deleted file mode 100644 index ee8ffd77a..000000000 --- a/dumps/530/script/[clientscript,script490].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 490 -[clientscript,script490] -~script504; -if_setgraphic(graphic_1043, interface_591:com_269); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_269); -if_setonmouseover(null, interface_591:com_269); diff --git a/dumps/530/script/[clientscript,script491].cs2 b/dumps/530/script/[clientscript,script491].cs2 deleted file mode 100644 index fc8c7dcd3..000000000 --- a/dumps/530/script/[clientscript,script491].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 491 -[clientscript,script491] -~script504; -if_setgraphic(graphic_1043, interface_591:com_270); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_270); -if_setonmouseover(null, interface_591:com_270); diff --git a/dumps/530/script/[clientscript,script492].cs2 b/dumps/530/script/[clientscript,script492].cs2 deleted file mode 100644 index 2d98efc36..000000000 --- a/dumps/530/script/[clientscript,script492].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 492 -[clientscript,script492] -~script504; -if_setgraphic(graphic_1043, interface_591:com_271); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_271); -if_setonmouseover(null, interface_591:com_271); diff --git a/dumps/530/script/[clientscript,script493].cs2 b/dumps/530/script/[clientscript,script493].cs2 deleted file mode 100644 index fc054b1fa..000000000 --- a/dumps/530/script/[clientscript,script493].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 493 -[clientscript,script493] -~script504; -if_setgraphic(graphic_1043, interface_591:com_272); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_272); -if_setonmouseover(null, interface_591:com_272); diff --git a/dumps/530/script/[clientscript,script494].cs2 b/dumps/530/script/[clientscript,script494].cs2 deleted file mode 100644 index 5ae0f2cec..000000000 --- a/dumps/530/script/[clientscript,script494].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 494 -[clientscript,script494] -~script504; -if_setgraphic(graphic_1043, interface_591:com_273); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_273); -if_setonmouseover(null, interface_591:com_273); diff --git a/dumps/530/script/[clientscript,script495].cs2 b/dumps/530/script/[clientscript,script495].cs2 deleted file mode 100644 index c3e1efb92..000000000 --- a/dumps/530/script/[clientscript,script495].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 495 -[clientscript,script495] -~script504; -if_setgraphic(graphic_1043, interface_591:com_274); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_274); -if_setonmouseover(null, interface_591:com_274); diff --git a/dumps/530/script/[clientscript,script496].cs2 b/dumps/530/script/[clientscript,script496].cs2 deleted file mode 100644 index 0d0f02346..000000000 --- a/dumps/530/script/[clientscript,script496].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 496 -[clientscript,script496] -~script504; -if_setgraphic(graphic_1043, interface_591:com_275); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_275); -if_setonmouseover(null, interface_591:com_275); diff --git a/dumps/530/script/[clientscript,script497].cs2 b/dumps/530/script/[clientscript,script497].cs2 deleted file mode 100644 index f4de48162..000000000 --- a/dumps/530/script/[clientscript,script497].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 497 -[clientscript,script497] -~script504; -if_setgraphic(graphic_1043, interface_591:com_276); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_276); -if_setonmouseover(null, interface_591:com_276); diff --git a/dumps/530/script/[clientscript,script498].cs2 b/dumps/530/script/[clientscript,script498].cs2 deleted file mode 100644 index 314d718ec..000000000 --- a/dumps/530/script/[clientscript,script498].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 498 -[clientscript,script498] -~script504; -if_setgraphic(graphic_1043, interface_591:com_277); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_277); -if_setonmouseover(null, interface_591:com_277); diff --git a/dumps/530/script/[clientscript,script499].cs2 b/dumps/530/script/[clientscript,script499].cs2 deleted file mode 100644 index 738e1aedb..000000000 --- a/dumps/530/script/[clientscript,script499].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 499 -[clientscript,script499] -~script504; -if_setgraphic(graphic_1043, interface_591:com_278); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_278); -if_setonmouseover(null, interface_591:com_278); diff --git a/dumps/530/script/[clientscript,script49].cs2 b/dumps/530/script/[clientscript,script49].cs2 deleted file mode 100644 index 57e008344..000000000 --- a/dumps/530/script/[clientscript,script49].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 49 -[clientscript,script49](component $component0, component $component1) -if (~script51($component0) = 0) { - if_sethide(true, $component1); - if_setop(1, "Activate", $component0); -} else { - if_sethide(false, $component1); - if_setop(1, "Deactivate", $component0); -} diff --git a/dumps/530/script/[clientscript,script500].cs2 b/dumps/530/script/[clientscript,script500].cs2 deleted file mode 100644 index a2c7169fa..000000000 --- a/dumps/530/script/[clientscript,script500].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 500 -[clientscript,script500] -~script504; -if_setgraphic(graphic_1043, interface_591:com_279); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_279); -if_setonmouseover(null, interface_591:com_279); diff --git a/dumps/530/script/[clientscript,script501].cs2 b/dumps/530/script/[clientscript,script501].cs2 deleted file mode 100644 index dba9a76af..000000000 --- a/dumps/530/script/[clientscript,script501].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 501 -[clientscript,script501] -~script504; -if_setgraphic(graphic_1043, interface_591:com_280); -if_setonmouseleave("script40(interface_591:com_299)", interface_591:com_280); -if_setonmouseover(null, interface_591:com_280); diff --git a/dumps/530/script/[clientscript,script502].cs2 b/dumps/530/script/[clientscript,script502].cs2 deleted file mode 100644 index 293601b5c..000000000 --- a/dumps/530/script/[clientscript,script502].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 502 -[clientscript,script502] -~script504; diff --git a/dumps/530/script/[clientscript,script507].cs2 b/dumps/530/script/[clientscript,script507].cs2 deleted file mode 100644 index 0506f5e5a..000000000 --- a/dumps/530/script/[clientscript,script507].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 507 -[clientscript,script507](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6) -if_setoninvtransmit("script712($component0, $component1, $component2, $component3, $component4, $component5, $component6){inv_541}", $component0); -if_setonvartransmit("script712($component0, $component1, $component2, $component3, $component4, $component5, $component6){varplayer_259}", $component0); -~script1086($component0, 0, 0, 0); -~script1086($component4, 0, 0, 0); -~script713($component0, $component1, $component2, $component3, $component4, $component5, $component6); diff --git a/dumps/530/script/[clientscript,script508].cs2 b/dumps/530/script/[clientscript,script508].cs2 deleted file mode 100644 index 815fed45f..000000000 --- a/dumps/530/script/[clientscript,script508].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 508 -[clientscript,script508] -if_setonkey("script133(event_keycode, event_keychar)", interface_553:com_15); -if_setonkey(null, interface_137:com_51); -if_settext("|", interface_553:com_15); -%varclient_6 = false; -if_settext("Moderator option: Mute player for 48 hours: OFF", interface_553:com_16); -%varclient_11 = 1; -if (if_gethide(interface_752:com_3) = false) { - if_sethide(true, interface_752:com_3); - if_sethide(false, interface_752:com_7); - %varclient_5 = 0; - %varclientstring_22 = ""; -} diff --git a/dumps/530/script/[clientscript,script509].cs2 b/dumps/530/script/[clientscript,script509].cs2 deleted file mode 100644 index 5adc87218..000000000 --- a/dumps/530/script/[clientscript,script509].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 509 -[clientscript,script509](component $component0) -def_string $string0 = ""; -if ($component0 = interface_613:com_9) { - $string0 = oc_name(%varplayer_1065); - if (%varplayer_1065 = null) { - $string0 = "Empty"; - } -} else if ($component0 = interface_613:com_10) { - $string0 = oc_name(%varplayer_1066); - if (%varplayer_1066 = null) { - $string0 = "Empty"; - } -} else if ($component0 = interface_613:com_11) { - $string0 = oc_name(%varplayer_1067); - if (%varplayer_1067 = null) { - $string0 = "Empty"; - } -} -~script39($component0, interface_613:com_24, $string0, 25, 199); diff --git a/dumps/530/script/[clientscript,script50].cs2 b/dumps/530/script/[clientscript,script50].cs2 deleted file mode 100644 index 0156ab224..000000000 --- a/dumps/530/script/[clientscript,script50].cs2 +++ /dev/null @@ -1,142 +0,0 @@ -// 50 -[clientscript,script50](component $component0, component $component1) -if (~script51($component0) = 0) { - if (map_members = false & ($component0 = interface_271:com_47 | $component0 = interface_271:com_49 | $component0 = interface_271:com_51 | $component0 = interface_271:com_55 | $component0 = interface_271:com_57 | $component0 = interface_271:com_53)) { - mes("You need to be on a members' server to use this Prayer."); - return; - } - if (stat(prayer) = 0) { - sound_synth(synth_2673, 1, 0); - mes("You need to recharge your Prayer at an altar."); - return; - } - if ($component0 = interface_271:com_7 & stat_base(prayer) < 4) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_9 & stat_base(prayer) < 7) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_11 & stat_base(prayer) < 8) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_13 & stat_base(prayer) < 9) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_15 & stat_base(prayer) < 10) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_17 & stat_base(prayer) < 13) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_19 & stat_base(prayer) < 16) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_21 & stat_base(prayer) < 19) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_23 & stat_base(prayer) < 22) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_25 & stat_base(prayer) < 25) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_27 & stat_base(prayer) < 26) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_29 & stat_base(prayer) < 27) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_31 & stat_base(prayer) < 28) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_33 & stat_base(prayer) < 31) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_35 & stat_base(prayer) < 34) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_37 & stat_base(prayer) < 37) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_39 & stat_base(prayer) < 40) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_41 & stat_base(prayer) < 43) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_43 & stat_base(prayer) < 44) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_45 & stat_base(prayer) < 45) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_47 & stat_base(prayer) < 46) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_49 & stat_base(prayer) < 49) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_51 & stat_base(prayer) < 52) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_53 & stat_base(prayer) < 35) { - sound_synth(synth_2673, 1, 0); - return; - } - if ($component0 = interface_271:com_55) { - if (stat_base(prayer) < 60) { - sound_synth(synth_2673, 1, 0); - return; - } - if (stat_base(defence) < 55) { - sound_synth(synth_2673, 1, 0); - return; - } - if (%varplayerbit_3909 ! 8) { - sound_synth(synth_2673, 1, 0); - return; - } - } - if ($component0 = interface_271:com_57) { - if (stat_base(prayer) < 70) { - sound_synth(synth_2673, 1, 0); - return; - } - if (stat_base(defence) < 70) { - sound_synth(synth_2673, 1, 0); - return; - } - if (%varplayerbit_3909 ! 8) { - sound_synth(synth_2673, 1, 0); - return; - } - } - if_sethide(false, $component1); - if_setop(1, "Deactivate", $component0); -} else { - if_sethide(true, $component1); - if_setop(1, "Activate", $component0); -} diff --git a/dumps/530/script/[clientscript,script510].cs2 b/dumps/530/script/[clientscript,script510].cs2 deleted file mode 100644 index 23da70804..000000000 --- a/dumps/530/script/[clientscript,script510].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 510 -[clientscript,script510] -%varclient_51 = if_getmodelzoom(interface_605:com_0); diff --git a/dumps/530/script/[clientscript,script511].cs2 b/dumps/530/script/[clientscript,script511].cs2 deleted file mode 100644 index 54429e864..000000000 --- a/dumps/530/script/[clientscript,script511].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 511 -[clientscript,script511] -if (%varclient_51 > 170) { - %varclient_51 = calc(%varclient_51 - 1); - if_setmodelangle(0, 0, 0, 0, 0, %varclient_51, interface_605:com_0); -} else { - if_setmodel(null, interface_605:com_0); -} diff --git a/dumps/530/script/[clientscript,script512].cs2 b/dumps/530/script/[clientscript,script512].cs2 deleted file mode 100644 index 39ca4f31f..000000000 --- a/dumps/530/script/[clientscript,script512].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 512 -[clientscript,script512] -%varclient_50 = if_getmodelzoom(interface_605:com_1); diff --git a/dumps/530/script/[clientscript,script513].cs2 b/dumps/530/script/[clientscript,script513].cs2 deleted file mode 100644 index e6a0605d6..000000000 --- a/dumps/530/script/[clientscript,script513].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 513 -[clientscript,script513] -%varclient_51 = 1; diff --git a/dumps/530/script/[clientscript,script514].cs2 b/dumps/530/script/[clientscript,script514].cs2 deleted file mode 100644 index aa6161426..000000000 --- a/dumps/530/script/[clientscript,script514].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 514 -[clientscript,script514] -def_int $int0 = 0; -def_int $int1 = 0; -if (getwindowmode >= 2) { - $int0 = if_getwidth(interface_746:com_4); - $int1 = if_getheight(interface_746:com_4); - if (%varclient_51 < $int0) { - %varclient_51 = calc(%varclient_51 + 15); - if_setsize(%varclient_51, $int1, ^setsize_abs, ^setsize_abs, interface_610:com_1); - } -} else if (%varclient_51 < 512) { - %varclient_51 = calc(%varclient_51 + 15); - if_setsize(%varclient_51, 334, ^setsize_abs, ^setsize_abs, interface_610:com_1); -} diff --git a/dumps/530/script/[clientscript,script515].cs2 b/dumps/530/script/[clientscript,script515].cs2 deleted file mode 100644 index 6f1f7df7b..000000000 --- a/dumps/530/script/[clientscript,script515].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 515 -[clientscript,script515] -%varclient_51 = 300; -%varclient_50 = 0; -%varclient_52 = 0; diff --git a/dumps/530/script/[clientscript,script516].cs2 b/dumps/530/script/[clientscript,script516].cs2 deleted file mode 100644 index 0c6a6a064..000000000 --- a/dumps/530/script/[clientscript,script516].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 516 -[clientscript,script516] -if (%varclient_52 < 300) { - %varclient_52 = calc(%varclient_52 + 1); -} -if (%varclient_51 > 0 & calc(%varclient_52 % 3) = 0) { - %varclient_51 = calc(%varclient_51 - 3); - %varclient_50 = calc(%varclient_50 + 1); - if_setmodelangle(0, %varclient_50, 0, 0, 0, %varclient_51, interface_615:com_5); -} diff --git a/dumps/530/script/[clientscript,script517].cs2 b/dumps/530/script/[clientscript,script517].cs2 deleted file mode 100644 index eeeb4a66d..000000000 --- a/dumps/530/script/[clientscript,script517].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 517 -[clientscript,script517] -if_close; -anim(null, 0); diff --git a/dumps/530/script/[clientscript,script518].cs2 b/dumps/530/script/[clientscript,script518].cs2 deleted file mode 100644 index 256c31c9d..000000000 --- a/dumps/530/script/[clientscript,script518].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 518 -[clientscript,script518] -%varclient_53 = calc(%varclient_53 + 1); -if (%varclient_53 > 499) { - %varclient_53 = 0; - if (%varplayerbit_4072 = 1 | %varplayerbit_4073 = 1) { - if_setgraphic("loot_icon,2", interface_589:com_14); - } else if (%varplayerbit_4071 = 1) { - if (%varplayerbit_4465 = 1) { - if_setgraphic("loot_icon,3", interface_589:com_14); - } else { - if_setgraphic("loot_icon,0", interface_589:com_14); - } - } else { - if_setgraphic("loot_icon,1", interface_589:com_14); - } -} diff --git a/dumps/530/script/[clientscript,script521].cs2 b/dumps/530/script/[clientscript,script521].cs2 deleted file mode 100644 index cad914651..000000000 --- a/dumps/530/script/[clientscript,script521].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 521 -[clientscript,script521] -%varclient_54 = stat_visible_xp(runecraft); -%varclient_55 = stat_visible_xp(crafting); -%varclient_57 = stat_visible_xp(fletching); -%varclient_58 = stat_visible_xp(cooking); -%varclient_60 = stat_visible_xp(construction); -%varclient_61 = stat_visible_xp(herblore); -%varclient_64 = stat_visible_xp(magic); -%varclient_66 = stat_visible_xp(smithing); -%varclient_62 = stat_visible_xp(farming); diff --git a/dumps/530/script/[clientscript,script522].cs2 b/dumps/530/script/[clientscript,script522].cs2 deleted file mode 100644 index a3d9b18f5..000000000 --- a/dumps/530/script/[clientscript,script522].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 522 -[clientscript,script522](component $component0, stat $stat1) -def_int $int2 = stat_visible_xp($stat1); -def_int $int3 = stat_visible_xp($stat1); -$int2 = ~script523($stat1); -def_int $int4 = calc($int3 - $int2); -if_settext(tostring($int4), $component0); diff --git a/dumps/530/script/[clientscript,script524].cs2 b/dumps/530/script/[clientscript,script524].cs2 deleted file mode 100644 index 9f0e12b09..000000000 --- a/dumps/530/script/[clientscript,script524].cs2 +++ /dev/null @@ -1,44 +0,0 @@ -// 524 -[clientscript,script524](component $component0, component $component1) -def_int $int2 = 0; -if (%varplayerbit_4103 >= 300000) { - if_setcolour(^red, $component0); - return; -} -if ($component0 = interface_301:com_70) { - $int2 = %varplayerbit_4090; -} -if ($component0 = interface_301:com_72) { - $int2 = %varplayerbit_4091; -} -if ($component0 = interface_301:com_74) { - $int2 = %varplayerbit_4093; -} -if ($component0 = interface_301:com_76) { - $int2 = %varplayerbit_4095; -} -if ($component0 = interface_301:com_78) { - $int2 = %varplayerbit_4096; -} -if ($component0 = interface_301:com_80) { - $int2 = %varplayerbit_4098; -} -if ($component0 = interface_301:com_82) { - $int2 = %varplayerbit_4100; -} -if ($component0 = interface_301:com_84) { - $int2 = %varplayerbit_4101; -} -if ($component0 = interface_301:com_86) { - $int2 = %varplayerbit_4102; -} -if ($component0 = interface_301:com_98 | $component0 = interface_301:com_99) { - $int2 = 1; -} -if ($int2 = 1) { - if_setcolour(0xfab432, $component0); - if_setcolour(0xfab432, $component1); -} else { - if_setcolour(0x606060, $component0); - if_setcolour(0x606060, $component1); -} diff --git a/dumps/530/script/[clientscript,script525].cs2 b/dumps/530/script/[clientscript,script525].cs2 deleted file mode 100644 index 8de0e60f5..000000000 --- a/dumps/530/script/[clientscript,script525].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 525 -[clientscript,script525](component $component0, stat $stat1) -if_settext(tostring(stat($stat1)), $component0); diff --git a/dumps/530/script/[clientscript,script526].cs2 b/dumps/530/script/[clientscript,script526].cs2 deleted file mode 100644 index b27b20a3e..000000000 --- a/dumps/530/script/[clientscript,script526].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 526 -[clientscript,script526](boolean $boolean0, component $component1, component $component2) -if_sethide($boolean0, $component1); -if ($boolean0 = true) { - if_setfill(false, $component2); -} -~script41(interface_301:com_100); -%varclient_1 = 0; diff --git a/dumps/530/script/[clientscript,script527].cs2 b/dumps/530/script/[clientscript,script527].cs2 deleted file mode 100644 index c7801291b..000000000 --- a/dumps/530/script/[clientscript,script527].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 527 -[clientscript,script527] -~script528(%varplayerbit_4090, "staticons2,0", "staticons2_off,0", interface_301:com_88, interface_301:com_14); -~script528(%varplayerbit_4091, "staticons,10", "staticons_off,10", interface_301:com_89, interface_301:com_19); -~script528(%varplayerbit_4093, "staticons,11", "staticons_off,11", interface_301:com_90, interface_301:com_24); -~script528(%varplayerbit_4095, "staticons2,6", "staticons2_off,6", interface_301:com_91, interface_301:com_29); -~script528(%varplayerbit_4096, "staticons2,2", "staticons2_off,2", interface_301:com_92, interface_301:com_34); -~script528(%varplayerbit_4098, "staticons,5", "staticons_off,5", interface_301:com_93, interface_301:com_39); -~script528(%varplayerbit_4100, "staticons,13", "staticons_off,13", interface_301:com_94, interface_301:com_44); -~script528(%varplayerbit_4101, "staticons,15", "staticons_off,15", interface_301:com_95, interface_301:com_49); -~script528(%varplayerbit_4102, "staticons,8", "staticons_off,8", interface_301:com_96, interface_301:com_54); diff --git a/dumps/530/script/[clientscript,script529].cs2 b/dumps/530/script/[clientscript,script529].cs2 deleted file mode 100644 index e73aa3b25..000000000 --- a/dumps/530/script/[clientscript,script529].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 529 -[clientscript,script529](component $component0) -def_string $string0 = null; -def_int $int1 = 0; -def_string $string1 = null; -if ($component0 = interface_301:com_11) { - $string0 = "This is the total XP you have gained through the Assist System in the past 24 hours. There is a limit to the XP you can gain within 24 hours, but this amount gets reset once the day has passed."; - ~script39($component0, interface_301:com_100, $string0, 25, 180); - return; -} -$int1, $string1 = ~script530($component0); -if ($int1 = 1) { - $string0 = "Assist with <$string1> while using the Assist System (ON)."; -} else { - $string0 = "Assist with <$string1> while using the Assist System (OFF)."; -} -~script39($component0, interface_301:com_100, $string0, 25, 180); -%varclient_2 = 0; diff --git a/dumps/530/script/[clientscript,script52].cs2 b/dumps/530/script/[clientscript,script52].cs2 deleted file mode 100644 index 6510d44be..000000000 --- a/dumps/530/script/[clientscript,script52].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 52 -[clientscript,script52](int $int0, graphic $graphic1, graphic $graphic2, component $component3) -if (stat_base(prayer) < $int0) { - if_setgraphic($graphic1, $component3); -} else { - if_setgraphic($graphic2, $component3); -} diff --git a/dumps/530/script/[clientscript,script531].cs2 b/dumps/530/script/[clientscript,script531].cs2 deleted file mode 100644 index 55d291fa8..000000000 --- a/dumps/530/script/[clientscript,script531].cs2 +++ /dev/null @@ -1,69 +0,0 @@ -// 531 -[clientscript,script531](component $component0, graphic $graphic1, graphic $graphic2, component $component3) -def_graphic $graphic4 = null; -def_int $int5 = 0; -def_int $int6 = -1; -def_component $component7 = null; -def_component $component8 = null; -def_boolean $boolean9 = false; -if ($component0 = null | $graphic1 = null | $graphic2 = null) { - return; -} -if ($component0 = interface_301:com_88) { - $int5 = ~script543(%varplayerbit_4090); - $component7 = interface_301:com_70; - $component8 = interface_301:com_71; -} -if ($component0 = interface_301:com_89) { - $int5 = ~script543(%varplayerbit_4091); - $component7 = interface_301:com_72; - $component8 = interface_301:com_73; -} -if ($component0 = interface_301:com_90) { - $int5 = ~script543(%varplayerbit_4093); - $component7 = interface_301:com_74; - $component8 = interface_301:com_75; -} -if ($component0 = interface_301:com_91) { - $int5 = ~script543(%varplayerbit_4095); - $component7 = interface_301:com_76; - $component8 = interface_301:com_77; -} -if ($component0 = interface_301:com_92) { - $int5 = ~script543(%varplayerbit_4096); - $component7 = interface_301:com_78; - $component8 = interface_301:com_79; -} -if ($component0 = interface_301:com_93) { - $int5 = ~script543(%varplayerbit_4098); - $component7 = interface_301:com_80; - $component8 = interface_301:com_81; -} -if ($component0 = interface_301:com_94) { - $int5 = ~script543(%varplayerbit_4100); - $component7 = interface_301:com_82; - $component8 = interface_301:com_83; -} -if ($component0 = interface_301:com_95) { - $int5 = ~script543(%varplayerbit_4101); - $component7 = interface_301:com_84; - $component8 = interface_301:com_85; -} -if ($component0 = interface_301:com_96) { - $int5 = ~script543(%varplayerbit_4102); - $component7 = interface_301:com_86; - $component8 = interface_301:com_87; -} -if ($int5 = 1) { - $graphic4 = $graphic1; - $boolean9 = false; - if_setcolour(0xfab432, $component7); - if_setcolour(0xfab432, $component8); -} else { - $graphic4 = $graphic2; - $boolean9 = true; - if_setcolour(0x606060, $component7); - if_setcolour(0x606060, $component8); -} -if_setgraphic($graphic4, $component0); -if_sethide($boolean9, $component3); diff --git a/dumps/530/script/[clientscript,script532].cs2 b/dumps/530/script/[clientscript,script532].cs2 deleted file mode 100644 index 9ed80b243..000000000 --- a/dumps/530/script/[clientscript,script532].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 532 -[clientscript,script532](component $component0, stat $stat1) -if_settext(tostring(stat_base($stat1)), $component0); diff --git a/dumps/530/script/[clientscript,script533].cs2 b/dumps/530/script/[clientscript,script533].cs2 deleted file mode 100644 index f9cb77e6c..000000000 --- a/dumps/530/script/[clientscript,script533].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 533 -[clientscript,script533](component $component0) -if_setfill(true, $component0); diff --git a/dumps/530/script/[clientscript,script534].cs2 b/dumps/530/script/[clientscript,script534].cs2 deleted file mode 100644 index f0a22d2f1..000000000 --- a/dumps/530/script/[clientscript,script534].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 534 -[clientscript,script534](component $component0) -if_setfill(false, $component0); diff --git a/dumps/530/script/[clientscript,script535].cs2 b/dumps/530/script/[clientscript,script535].cs2 deleted file mode 100644 index 9b4e8cae9..000000000 --- a/dumps/530/script/[clientscript,script535].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 535 -[clientscript,script535](component $component0) -if_settext(tostring(calc(%varplayerbit_4103 / 10)), $component0); diff --git a/dumps/530/script/[clientscript,script536].cs2 b/dumps/530/script/[clientscript,script536].cs2 deleted file mode 100644 index 21e85de04..000000000 --- a/dumps/530/script/[clientscript,script536].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 536 -[clientscript,script536] -if_setontimer("script537(clientclock, calc(clientclock + 25))", interface_745:com_2); diff --git a/dumps/530/script/[clientscript,script537].cs2 b/dumps/530/script/[clientscript,script537].cs2 deleted file mode 100644 index b6ada8f5a..000000000 --- a/dumps/530/script/[clientscript,script537].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 537 -[clientscript,script537](int $int0, int $int1) -def_int $int2 = 0; -def_int $int3 = calc($int1 + 25); -def_int $int4 = calc(clientclock - $int0); -if (clientclock >= $int1) { - if (clientclock < $int3) { - $int2 = calc(255 / ($int3 - $int1)); - $int2 = calc(255 - $int2 * (clientclock - $int1)); - if_settrans($int2, interface_745:com_2); - return; - } else { - if_setontimer(null, interface_745:com_2); - if_settrans(0, interface_745:com_2); - return; - } -} else if ($int4 <= 5) { - if_settrans(0, interface_745:com_2); -} else if ($int4 <= 10) { - if_settrans(85, interface_745:com_2); -} else if ($int4 <= 15) { - if_settrans(200, interface_745:com_2); -} else { - if_settrans(85, interface_745:com_2); -} diff --git a/dumps/530/script/[clientscript,script538].cs2 b/dumps/530/script/[clientscript,script538].cs2 deleted file mode 100644 index ae15fea3e..000000000 --- a/dumps/530/script/[clientscript,script538].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 538 -[clientscript,script538](component $component0, obj $obj1, int $int2) -if (~script19($obj1) >= $int2) { - if_setcolour(0x00cc00, $component0); - if_settext("/", $component0); -} else { - if_setcolour(0xc00000, $component0); - if_settext("/", $component0); -} diff --git a/dumps/530/script/[clientscript,script539].cs2 b/dumps/530/script/[clientscript,script539].cs2 deleted file mode 100644 index 3529723f1..000000000 --- a/dumps/530/script/[clientscript,script539].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 539 -[clientscript,script539](component $component0, obj $obj1) -if (inv_total(inv_93, $obj1) > 0) { - if_setcolour(0x00cc00, $component0); -} else { - if_setcolour(0xff981f, $component0); -} diff --git a/dumps/530/script/[clientscript,script53].cs2 b/dumps/530/script/[clientscript,script53].cs2 deleted file mode 100644 index 4f46521ab..000000000 --- a/dumps/530/script/[clientscript,script53].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 53 -[clientscript,script53](component $component0) -if_settext(" / ", $component0); diff --git a/dumps/530/script/[clientscript,script540].cs2 b/dumps/530/script/[clientscript,script540].cs2 deleted file mode 100644 index 459e2cfbd..000000000 --- a/dumps/530/script/[clientscript,script540].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 540 -[clientscript,script540](component $component0, int $int1) -if (stat(magic) >= $int1 | %varplayerbit_4089 = 1 & %varplayer_1092 >= $int1) { - if_setcolour(0x00cc00, $component0); -} else { - if_setcolour(0xff981f, $component0); -} diff --git a/dumps/530/script/[clientscript,script541].cs2 b/dumps/530/script/[clientscript,script541].cs2 deleted file mode 100644 index d1d2cc506..000000000 --- a/dumps/530/script/[clientscript,script541].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 541 -[clientscript,script541](component $component0, int $int1) -if (stat(crafting) >= $int1 | %varplayerbit_4089 = 1 & %varplayer_1093 >= $int1) { - if_setcolour(0x00cc00, $component0); -} else { - if_setcolour(0xff981f, $component0); -} diff --git a/dumps/530/script/[clientscript,script542].cs2 b/dumps/530/script/[clientscript,script542].cs2 deleted file mode 100644 index ce1380af9..000000000 --- a/dumps/530/script/[clientscript,script542].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 542 -[clientscript,script542](component $component0, int $int1) -if (stat(crafting) >= $int1 | %varplayerbit_4089 = 1 & %varplayer_1093 >= $int1) { - if_sethide(false, $component0); -} else { - if_sethide(true, $component0); -} diff --git a/dumps/530/script/[clientscript,script544].cs2 b/dumps/530/script/[clientscript,script544].cs2 deleted file mode 100644 index cf4b5e76d..000000000 --- a/dumps/530/script/[clientscript,script544].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 544 -[clientscript,script544](component $component0) -if_settext("Total level: ", $component0); diff --git a/dumps/530/script/[clientscript,script545].cs2 b/dumps/530/script/[clientscript,script545].cs2 deleted file mode 100644 index f4a4190de..000000000 --- a/dumps/530/script/[clientscript,script545].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 545 -[clientscript,script545](component $component0, stat $stat1, component $component2) -%varclient_80 = stat_base($stat1); -~script547($component0, $stat1, $component2); diff --git a/dumps/530/script/[clientscript,script546].cs2 b/dumps/530/script/[clientscript,script546].cs2 deleted file mode 100644 index 065227a82..000000000 --- a/dumps/530/script/[clientscript,script546].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 546 -[clientscript,script546](component $component0) -%varclient_80 = 0; -cc_deleteall($component0); diff --git a/dumps/530/script/[clientscript,script548].cs2 b/dumps/530/script/[clientscript,script548].cs2 deleted file mode 100644 index 3d694a9f3..000000000 --- a/dumps/530/script/[clientscript,script548].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 548 -[clientscript,script548](int $int0, int $int1, int $int2, stat $stat3, component $component4, component $component5) -if (%varclient_80 = 0) { - return; -} -def_string $string0 = ": /"; -if (cc_find($component5, $int0) = true & parawidth($string0, 190, p12_full) < cc_getwidth & %varclient_80 = stat_base($stat3)) { - cc_settext($string0); - if (cc_find($component5, $int1) = true) { - cc_settext(~script46(stat_visible_xp($stat3), ",")); - } - if (stat_base($stat3) < 99 & cc_find($component5, $int2) = true) { - cc_settext(~script46(calc(enum(int, int, enum_716, calc(stat_base($stat3) + 1)) - stat_visible_xp($stat3)), ",")); - } - return; -} -cc_deleteall($component5); -%varclient_80 = stat_base($stat3); -~script547($component4, $stat3, $component5); diff --git a/dumps/530/script/[clientscript,script549].cs2 b/dumps/530/script/[clientscript,script549].cs2 deleted file mode 100644 index b02a456c9..000000000 --- a/dumps/530/script/[clientscript,script549].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 549 -[clientscript,script549] -if (%varplayerbit_4109 = 15) { - sound_synth(synth_4020, 1, 0); - return; -} -%varplayerbit_4109 = calc(%varplayerbit_4109 + 1); -def_int $int0 = calc((15 - %varplayerbit_4109) * 6); -if_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_624:com_15); -if_settext(tostring(%varplayerbit_4109), interface_624:com_70); -sound_synth(synth_4026, 1, 0); diff --git a/dumps/530/script/[clientscript,script54].cs2 b/dumps/530/script/[clientscript,script54].cs2 deleted file mode 100644 index 56006d77f..000000000 --- a/dumps/530/script/[clientscript,script54].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 54 -[clientscript,script54] -def_int $int0 = coordz(coord); -def_int $int1 = calc(($int0 - 9920) / 8 + 1); -def_int $int2 = calc(($int0 - 3520) / 8 + 1); -if ($int0 > 6400) { - if_settext("Level: ", interface_381:com_1); -} else { - if_settext("Level: ", interface_381:com_1); -} diff --git a/dumps/530/script/[clientscript,script550].cs2 b/dumps/530/script/[clientscript,script550].cs2 deleted file mode 100644 index 7e279a580..000000000 --- a/dumps/530/script/[clientscript,script550].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 550 -[clientscript,script550] -if (%varplayerbit_4109 = 0) { - sound_synth(synth_4020, 1, 0); - return; -} -%varplayerbit_4109 = calc(%varplayerbit_4109 - 1); -def_int $int0 = calc((15 - %varplayerbit_4109) * 6); -if_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_624:com_15); -if_settext(tostring(%varplayerbit_4109), interface_624:com_70); -sound_synth(synth_4026, 1, 0); diff --git a/dumps/530/script/[clientscript,script551].cs2 b/dumps/530/script/[clientscript,script551].cs2 deleted file mode 100644 index 600557fb4..000000000 --- a/dumps/530/script/[clientscript,script551].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 551 -[clientscript,script551] -if (%varplayerbit_4110 = 15) { - sound_synth(synth_4020, 1, 0); - return; -} -%varplayerbit_4110 = calc(%varplayerbit_4110 + 1); -def_int $int0 = calc((15 - %varplayerbit_4110) * 6); -if_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_624:com_17); -if_settext(tostring(%varplayerbit_4110), interface_624:com_71); -sound_synth(synth_4026, 1, 0); diff --git a/dumps/530/script/[clientscript,script552].cs2 b/dumps/530/script/[clientscript,script552].cs2 deleted file mode 100644 index fd55e23ce..000000000 --- a/dumps/530/script/[clientscript,script552].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 552 -[clientscript,script552] -if (%varplayerbit_4110 = 0) { - sound_synth(synth_4020, 1, 0); - return; -} -%varplayerbit_4110 = calc(%varplayerbit_4110 - 1); -def_int $int0 = calc((15 - %varplayerbit_4110) * 6); -if_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_624:com_17); -if_settext(tostring(%varplayerbit_4110), interface_624:com_71); -sound_synth(synth_4026, 1, 0); diff --git a/dumps/530/script/[clientscript,script553].cs2 b/dumps/530/script/[clientscript,script553].cs2 deleted file mode 100644 index 199b58d4a..000000000 --- a/dumps/530/script/[clientscript,script553].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 553 -[clientscript,script553] -if (%varplayerbit_4111 = 15) { - sound_synth(synth_4020, 1, 0); - return; -} -%varplayerbit_4111 = calc(%varplayerbit_4111 + 1); -def_int $int0 = calc((15 - %varplayerbit_4111) * 6); -if_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_624:com_19); -if_settext(tostring(%varplayerbit_4111), interface_624:com_72); -sound_synth(synth_4026, 1, 0); diff --git a/dumps/530/script/[clientscript,script554].cs2 b/dumps/530/script/[clientscript,script554].cs2 deleted file mode 100644 index 3515a0044..000000000 --- a/dumps/530/script/[clientscript,script554].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 554 -[clientscript,script554] -if (%varplayerbit_4111 = 0) { - sound_synth(synth_4020, 1, 0); - return; -} -%varplayerbit_4111 = calc(%varplayerbit_4111 - 1); -def_int $int0 = calc((15 - %varplayerbit_4111) * 6); -if_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_624:com_19); -if_settext(tostring(%varplayerbit_4111), interface_624:com_72); -sound_synth(synth_4026, 1, 0); diff --git a/dumps/530/script/[clientscript,script555].cs2 b/dumps/530/script/[clientscript,script555].cs2 deleted file mode 100644 index a05b24f36..000000000 --- a/dumps/530/script/[clientscript,script555].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 555 -[clientscript,script555] -def_int $int0 = calc((15 - %varplayerbit_4109) * 6); -if_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_624:com_15); -if_settext(tostring(%varplayerbit_4109), interface_624:com_70); -$int0 = calc((15 - %varplayerbit_4110) * 6); -if_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_624:com_17); -if_settext(tostring(%varplayerbit_4110), interface_624:com_71); -$int0 = calc((15 - %varplayerbit_4111) * 6); -if_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top, interface_624:com_19); -if_settext(tostring(%varplayerbit_4111), interface_624:com_72); diff --git a/dumps/530/script/[clientscript,script556].cs2 b/dumps/530/script/[clientscript,script556].cs2 deleted file mode 100644 index 01b6d1a27..000000000 --- a/dumps/530/script/[clientscript,script556].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 556 -[clientscript,script556](int $int0) -~script558($int0); diff --git a/dumps/530/script/[clientscript,script557].cs2 b/dumps/530/script/[clientscript,script557].cs2 deleted file mode 100644 index a13818dc4..000000000 --- a/dumps/530/script/[clientscript,script557].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 557 -[clientscript,script557] -~script558(%varplayerbit_4122); diff --git a/dumps/530/script/[clientscript,script560].cs2 b/dumps/530/script/[clientscript,script560].cs2 deleted file mode 100644 index 15f2125db..000000000 --- a/dumps/530/script/[clientscript,script560].cs2 +++ /dev/null @@ -1,72 +0,0 @@ -// 560 -[clientscript,script560] -def_int $int0 = 0; -def_int $int1 = 0; -while ($int0 < 11) { - cc_create(interface_637:com_79, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - if ($int0 = 0) { - cc_setposition(~script788(interface_637:com_57, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 0; - } else if ($int0 = 1) { - cc_setposition(~script788(interface_637:com_58, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 1; - } else if ($int0 = 2) { - cc_setposition(~script788(interface_637:com_59, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 2; - } else if ($int0 = 3) { - cc_setposition(~script788(interface_637:com_60, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 13; - } else if ($int0 = 4) { - cc_setposition(~script788(interface_637:com_61, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 3; - } else if ($int0 = 5) { - cc_setposition(~script788(interface_637:com_62, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 4; - } else if ($int0 = 6) { - cc_setposition(~script788(interface_637:com_63, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 5; - } else if ($int0 = 7) { - cc_setposition(~script788(interface_637:com_64, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 7; - } else if ($int0 = 8) { - cc_setposition(~script788(interface_637:com_67, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 9; - } else if ($int0 = 9) { - cc_setposition(~script788(interface_637:com_66, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 10; - } else if ($int0 = 10) { - cc_setposition(~script788(interface_637:com_65, 0, 0), ^setpos_abs_left, ^setpos_abs_top); - $int1 = 12; - } - if (inv_getobj(inv_94, $int1) ! null) { - cc_setobject(inv_getobj(inv_94, $int1), inv_getnum(inv_94, $int1)); - cc_setopbase(""); - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - if ($int1 = 0) { - if_setgraphic(null, interface_637:com_57); - } else if ($int1 = 1) { - if_setgraphic(null, interface_637:com_58); - } else if ($int1 = 2) { - if_setgraphic(null, interface_637:com_59); - } else if ($int1 = 13) { - if_setgraphic(null, interface_637:com_60); - } else if ($int1 = 3) { - if_setgraphic(null, interface_637:com_61); - } else if ($int1 = 4) { - if_setgraphic(null, interface_637:com_62); - } else if ($int1 = 5) { - if_setgraphic(null, interface_637:com_63); - } else if ($int1 = 7) { - if_setgraphic(null, interface_637:com_64); - } else if ($int1 = 9) { - if_setgraphic(null, interface_637:com_67); - } else if ($int1 = 10) { - if_setgraphic(null, interface_637:com_66); - } else if ($int1 = 12) { - if_setgraphic(null, interface_637:com_65); - } - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[clientscript,script561].cs2 b/dumps/530/script/[clientscript,script561].cs2 deleted file mode 100644 index c4a334953..000000000 --- a/dumps/530/script/[clientscript,script561].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 561 -[clientscript,script561] -if (%varplayerbit_4157 = 1) { - if_setgraphic("radio_buttons,1", interface_640:com_22); -} else { - if_setgraphic("radio_buttons,0", interface_640:com_22); -} -if (%varplayerbit_4157 = 2) { - if_setgraphic("radio_buttons,1", interface_640:com_21); -} else { - if_setgraphic("radio_buttons,0", interface_640:com_21); -} diff --git a/dumps/530/script/[clientscript,script562].cs2 b/dumps/530/script/[clientscript,script562].cs2 deleted file mode 100644 index c6f94fc2c..000000000 --- a/dumps/530/script/[clientscript,script562].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 562 -[clientscript,script562] -def_int $int0 = 0; -def_int $int1 = 0; -$int0 = if_getscrolly(interface_631:com_103); -$int1 = if_getscrolly(interface_631:com_104); -if_setscrollsize(0, 15, interface_631:com_103); -~script31(interface_631:com_98, interface_631:com_103, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -~script157(interface_631:com_98, interface_631:com_103, $int0, 1); -if_setscrollsize(0, 15, interface_631:com_104); -~script31(interface_631:com_99, interface_631:com_104, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -~script157(interface_631:com_99, interface_631:com_104, $int1, 1); -if (map_members = true) { - if_setscrollsize(0, 221, interface_631:com_56); - ~script31(interface_631:com_54, interface_631:com_56, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -} else { - if_sethide(true, interface_631:com_55); -} diff --git a/dumps/530/script/[clientscript,script563].cs2 b/dumps/530/script/[clientscript,script563].cs2 deleted file mode 100644 index 072f13095..000000000 --- a/dumps/530/script/[clientscript,script563].cs2 +++ /dev/null @@ -1,87 +0,0 @@ -// 563 -[clientscript,script563] -def_int $int0 = 50; -def_int $int1 = 45; -if_settext(tostring(%varplayerbit_4143), interface_641:com_4); -if (%varplayerbit_4144 = 0) { - if_setgraphic("staticons2,8", interface_641:com_27); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_641:com_27); - if_sethide(false, interface_641:com_12); - $int1 = calc($int1 + 29); -} else { - if_sethide(true, interface_641:com_12); -} -if (%varplayerbit_4145 = 0) { - if_setgraphic("staticons2,10", interface_641:com_28); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_641:com_28); - if_sethide(false, interface_641:com_13); - $int1 = calc($int1 + 29); -} else { - if_sethide(true, interface_641:com_13); -} -if (%varplayerbit_4146 = 0) { - if_setgraphic("staticons,4", interface_641:com_29); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_641:com_29); - if_sethide(false, interface_641:com_14); - $int1 = calc($int1 + 29); -} else { - if_sethide(true, interface_641:com_14); -} -if (%varplayerbit_4147 = 0) { - if_setgraphic("staticons2,11", interface_641:com_30); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_641:com_30); - if_sethide(false, interface_641:com_15); - $int1 = calc($int1 + 29); -} else { - if_sethide(true, interface_641:com_15); -} -if (%varplayerbit_4151 = 0) { - if_setgraphic("staticons,6", interface_641:com_32); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_641:com_32); - if_sethide(false, interface_641:com_17); - $int1 = calc($int1 + 29); -} else { - if_sethide(true, interface_641:com_17); -} -if (%varplayerbit_4152 = 1) { - if_setgraphic("staticons2,12", interface_641:com_33); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_641:com_33); - if_sethide(false, interface_641:com_18); - $int1 = calc($int1 + 29); -} else { - if_sethide(true, interface_641:com_18); -} -if (%varplayerbit_4276 = 1) { - if_setgraphic("staticons2,7", interface_641:com_31); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_641:com_31); - if_sethide(false, interface_641:com_16); - $int1 = calc($int1 + 29); -} else { - if_sethide(true, interface_641:com_16); -} -$int0 = 8; -$int1 = 45; -if (%varplayerbit_4148 = 0) { - if_setgraphic("staticons,3", interface_641:com_34); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_641:com_34); - if_sethide(false, interface_641:com_19); - $int1 = calc($int1 + 29); -} else { - if_sethide(true, interface_641:com_19); -} -if (%varplayerbit_4149 = 0) { - if_setgraphic("staticons,0", interface_641:com_35); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_641:com_35); - if_sethide(false, interface_641:com_20); - $int1 = calc($int1 + 29); -} else { - if_sethide(true, interface_641:com_20); -} -if (%varplayerbit_4150 = 0) { - if_setgraphic("staticons,5", interface_641:com_36); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_641:com_36); - if_sethide(false, interface_641:com_21); - $int1 = calc($int1 + 29); -} else { - if_sethide(true, interface_641:com_21); -} diff --git a/dumps/530/script/[clientscript,script564].cs2 b/dumps/530/script/[clientscript,script564].cs2 deleted file mode 100644 index 58dfe1d76..000000000 --- a/dumps/530/script/[clientscript,script564].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 564 -[clientscript,script564](component $component0) -if_settext(tostring(%varplayer_1105), $component0); diff --git a/dumps/530/script/[clientscript,script565].cs2 b/dumps/530/script/[clientscript,script565].cs2 deleted file mode 100644 index 03c10ce8e..000000000 --- a/dumps/530/script/[clientscript,script565].cs2 +++ /dev/null @@ -1,108 +0,0 @@ -// 565 -[clientscript,script565] -def_int $int0 = 50; -def_int $int1 = 45; -def_string $string0 = ~script20(%varplayerbit_4138); -if (%varplayerbit_4140 > 0) { - if_sethide(false, interface_635:com_35); - if_settext(tostring(%varplayerbit_4140), interface_635:com_29); - if_settext(tostring(%varplayerbit_4143), interface_635:com_34); - if_settext("<$string0> Coins", interface_635:com_33); - if (%varplayerbit_4144 = 0) { - if_setgraphic("staticons2,8", interface_635:com_15); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_635:com_15); - if_sethide(false, interface_635:com_2); - $int1 = calc($int1 + 29); - } else { - if_sethide(true, interface_635:com_2); - } - if (%varplayerbit_4145 = 0) { - if_setgraphic("staticons2,10", interface_635:com_16); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_635:com_16); - if_sethide(false, interface_635:com_3); - $int1 = calc($int1 + 29); - } else { - if_sethide(true, interface_635:com_3); - } - if (%varplayerbit_4146 = 0) { - if_setgraphic("staticons,4", interface_635:com_17); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_635:com_17); - if_sethide(false, interface_635:com_4); - $int1 = calc($int1 + 29); - } else { - if_sethide(true, interface_635:com_4); - } - if (%varplayerbit_4147 = 0) { - if_setgraphic("staticons2,11", interface_635:com_18); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_635:com_18); - if_sethide(false, interface_635:com_5); - $int1 = calc($int1 + 29); - } else { - if_sethide(true, interface_635:com_5); - } - if (%varplayerbit_4151 = 0) { - if_setgraphic("staticons,6", interface_635:com_20); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_635:com_20); - if_sethide(false, interface_635:com_7); - $int1 = calc($int1 + 29); - } else { - if_sethide(true, interface_635:com_7); - } - if (%varplayerbit_4152 = 1) { - if_setgraphic("staticons2,12", interface_635:com_21); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_635:com_21); - if_sethide(false, interface_635:com_8); - $int1 = calc($int1 + 29); - } else { - if_sethide(true, interface_635:com_8); - } - if (%varplayerbit_4276 = 1) { - if_setgraphic("staticons2,7", interface_635:com_19); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_635:com_19); - if_sethide(false, interface_635:com_6); - $int1 = calc($int1 + 29); - } else { - if_sethide(true, interface_635:com_6); - } - $int0 = 8; - $int1 = 45; - if (%varplayerbit_4148 = 0) { - if_setgraphic("staticons,3", interface_635:com_22); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_635:com_22); - if_sethide(false, interface_635:com_9); - $int1 = calc($int1 + 29); - } else { - if_sethide(true, interface_635:com_9); - } - if (%varplayerbit_4149 = 0) { - if_setgraphic("staticons,0", interface_635:com_23); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_635:com_23); - if_sethide(false, interface_635:com_10); - $int1 = calc($int1 + 29); - } else { - if_sethide(true, interface_635:com_10); - } - if (%varplayerbit_4150 = 0) { - if_setgraphic("staticons,5", interface_635:com_24); - if_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top, interface_635:com_24); - if_sethide(false, interface_635:com_11); - $int1 = calc($int1 + 29); - } else { - if_sethide(true, interface_635:com_11); - } -} else { - if_setgraphic(null, interface_635:com_15); - if_setgraphic(null, interface_635:com_16); - if_setgraphic(null, interface_635:com_17); - if_setgraphic(null, interface_635:com_18); - if_setgraphic(null, interface_635:com_20); - if_setgraphic(null, interface_635:com_21); - if_setgraphic(null, interface_635:com_22); - if_setgraphic(null, interface_635:com_24); - if_setgraphic(null, interface_635:com_23); - if_setgraphic(null, interface_635:com_19); - if_settext(" ", interface_635:com_34); - if_settext(" ", interface_635:com_33); - if_settext(" ", interface_635:com_26); - if_sethide(true, interface_635:com_35); -} diff --git a/dumps/530/script/[clientscript,script566].cs2 b/dumps/530/script/[clientscript,script566].cs2 deleted file mode 100644 index f4116d559..000000000 --- a/dumps/530/script/[clientscript,script566].cs2 +++ /dev/null @@ -1,117 +0,0 @@ -// 566 -[clientscript,script566] -if (%varplayerbit_4159 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_28); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_28); -} -if (%varplayerbit_4160 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_36); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_36); -} -if (%varplayerbit_4161 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_20); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_20); -} -if (%varplayerbit_4162 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_22); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_22); -} -if (%varplayerbit_4163 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_24); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_24); -} -if (%varplayerbit_4164 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_30); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_30); -} -if (%varplayerbit_4165 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_32); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_32); -} -if (%varplayerbit_4166 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_34); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_34); -} -if (%varplayerbit_4167 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_38); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_38); -} -if (%varplayerbit_4168 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_26); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_26); -} -if (%varplayerbit_4169 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_42); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_42); -} -if (%varplayerbit_4275 = 1) { - if_setgraphic("radio_buttons,1", interface_637:com_40); -} else { - if_setgraphic("radio_buttons,0", interface_637:com_40); -} -if (%varplayerbit_4170 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_68); -} else { - if_setgraphic(null, interface_637:com_68); -} -if (%varplayerbit_4171 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_69); -} else { - if_setgraphic(null, interface_637:com_69); -} -if (%varplayerbit_4172 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_70); -} else { - if_setgraphic(null, interface_637:com_70); -} -if (%varplayerbit_4173 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_72); -} else { - if_setgraphic(null, interface_637:com_72); -} -if (%varplayerbit_4174 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_73); -} else { - if_setgraphic(null, interface_637:com_73); -} -if (%varplayerbit_4175 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_74); -} else { - if_setgraphic(null, interface_637:com_74); -} -if (%varplayerbit_4177 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_75); -} else { - if_setgraphic(null, interface_637:com_75); -} -if (%varplayerbit_4179 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_78); -} else { - if_setgraphic(null, interface_637:com_78); -} -if (%varplayerbit_4180 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_77); -} else { - if_setgraphic(null, interface_637:com_77); -} -if (%varplayerbit_4182 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_76); -} else { - if_setgraphic(null, interface_637:com_76); -} -if (%varplayerbit_4183 = 1) { - if_setgraphic(duel_misc_graphic, interface_637:com_71); -} else { - if_setgraphic(null, interface_637:com_71); -} diff --git a/dumps/530/script/[clientscript,script567].cs2 b/dumps/530/script/[clientscript,script567].cs2 deleted file mode 100644 index a772356fc..000000000 --- a/dumps/530/script/[clientscript,script567].cs2 +++ /dev/null @@ -1,117 +0,0 @@ -// 567 -[clientscript,script567] -if (%varplayerbit_4159 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_38); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_38); -} -if (%varplayerbit_4160 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_46); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_46); -} -if (%varplayerbit_4161 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_30); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_30); -} -if (%varplayerbit_4162 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_32); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_32); -} -if (%varplayerbit_4163 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_34); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_34); -} -if (%varplayerbit_4164 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_40); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_40); -} -if (%varplayerbit_4165 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_42); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_42); -} -if (%varplayerbit_4166 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_44); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_44); -} -if (%varplayerbit_4167 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_48); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_48); -} -if (%varplayerbit_4168 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_36); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_36); -} -if (%varplayerbit_4169 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_51); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_51); -} -if (%varplayerbit_4275 = 1) { - if_setgraphic("radio_buttons,1", interface_631:com_53); -} else { - if_setgraphic("radio_buttons,0", interface_631:com_53); -} -if (%varplayerbit_4170 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_79); -} else { - if_setgraphic(null, interface_631:com_79); -} -if (%varplayerbit_4171 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_80); -} else { - if_setgraphic(null, interface_631:com_80); -} -if (%varplayerbit_4172 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_81); -} else { - if_setgraphic(null, interface_631:com_81); -} -if (%varplayerbit_4173 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_83); -} else { - if_setgraphic(null, interface_631:com_83); -} -if (%varplayerbit_4174 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_84); -} else { - if_setgraphic(null, interface_631:com_84); -} -if (%varplayerbit_4175 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_85); -} else { - if_setgraphic(null, interface_631:com_85); -} -if (%varplayerbit_4177 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_86); -} else { - if_setgraphic(null, interface_631:com_86); -} -if (%varplayerbit_4179 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_89); -} else { - if_setgraphic(null, interface_631:com_89); -} -if (%varplayerbit_4180 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_88); -} else { - if_setgraphic(null, interface_631:com_88); -} -if (%varplayerbit_4182 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_87); -} else { - if_setgraphic(null, interface_631:com_87); -} -if (%varplayerbit_4183 = 1) { - if_setgraphic(duel_misc_graphic, interface_631:com_82); -} else { - if_setgraphic(null, interface_631:com_82); -} diff --git a/dumps/530/script/[clientscript,script568].cs2 b/dumps/530/script/[clientscript,script568].cs2 deleted file mode 100644 index 7218713f0..000000000 --- a/dumps/530/script/[clientscript,script568].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 568 -[clientscript,script568](component $component0, int $int1, component $component2, string $string0, int $int3, int $int4) -~script569($component0, $int1, $component2, $string0, $int3, $int4); diff --git a/dumps/530/script/[clientscript,script570].cs2 b/dumps/530/script/[clientscript,script570].cs2 deleted file mode 100644 index 9dd26f513..000000000 --- a/dumps/530/script/[clientscript,script570].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 570 -[clientscript,script570](string $string0) -if_sethide(true, interface_752:com_7); -if_sethide(true, interface_752:com_3); -if_sethide(false, interface_752:com_6); -if_setonkey("script574(event_keycode, event_keychar)", interface_389:com_9); -if_settext($string0, interface_389:com_6); -if_sethide(false, interface_389:com_5); -if_setobject(null, -1, interface_389:com_15); -~script1188; -%varclientstring_22 = ""; -if_settext("*", interface_389:com_9); -cc_deleteall(interface_389:com_4); -if_setscrollsize(0, 15, interface_389:com_4); -~script31(interface_389:com_8, interface_389:com_4, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -if_setondialogabort("script572", interface_389:com_9); diff --git a/dumps/530/script/[clientscript,script571].cs2 b/dumps/530/script/[clientscript,script571].cs2 deleted file mode 100644 index 044df4192..000000000 --- a/dumps/530/script/[clientscript,script571].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 571 -[clientscript,script571] -~script573; diff --git a/dumps/530/script/[clientscript,script572].cs2 b/dumps/530/script/[clientscript,script572].cs2 deleted file mode 100644 index 691e4a02b..000000000 --- a/dumps/530/script/[clientscript,script572].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 572 -[clientscript,script572] -~script573; diff --git a/dumps/530/script/[clientscript,script574].cs2 b/dumps/530/script/[clientscript,script574].cs2 deleted file mode 100644 index c392690f1..000000000 --- a/dumps/530/script/[clientscript,script574].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 574 -[clientscript,script574](int $key0, char $char1) -if ($key0 = ^key_return) { - %varclient_81 = 0; - if_setontimer(null, interface_389:com_9); - ~script576; - return; -} -def_string $string0 = ~script74(%varclientstring_22, 0, $key0, $char1); -if (compare(%varclientstring_22, $string0) = 0) { - return; -} -%varclientstring_22 = $string0; -if_settext("*", interface_389:com_9); -%varclient_81 = 50; -if_setontimer("script575", interface_389:com_9); diff --git a/dumps/530/script/[clientscript,script575].cs2 b/dumps/530/script/[clientscript,script575].cs2 deleted file mode 100644 index df03849f4..000000000 --- a/dumps/530/script/[clientscript,script575].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 575 -[clientscript,script575] -%varclient_81 = calc(%varclient_81 - 1); -if (%varclient_81 > 0) { - return; -} -if_setontimer(null, interface_389:com_9); -~script576; diff --git a/dumps/530/script/[clientscript,script579].cs2 b/dumps/530/script/[clientscript,script579].cs2 deleted file mode 100644 index 065064d2c..000000000 --- a/dumps/530/script/[clientscript,script579].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 579 -[clientscript,script579](int $int0, obj $obj1) -if (cc_find(interface_389:com_4, 0) = true) { - cc_setposition(0, calc(15 * ($int0 - 1)), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(if_getwidth(interface_389:com_4), 15, ^setsize_abs, ^setsize_abs); - cc_setcolour(^black); - cc_settrans(220); - cc_setfill(true); -} -if_setobject($obj1, -1, interface_389:com_15); diff --git a/dumps/530/script/[clientscript,script580].cs2 b/dumps/530/script/[clientscript,script580].cs2 deleted file mode 100644 index 9bcb6977a..000000000 --- a/dumps/530/script/[clientscript,script580].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 580 -[clientscript,script580](obj $obj0) -resume_objdialog($obj0); -~script573; diff --git a/dumps/530/script/[clientscript,script581].cs2 b/dumps/530/script/[clientscript,script581].cs2 deleted file mode 100644 index 5b3c5d498..000000000 --- a/dumps/530/script/[clientscript,script581].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 581 -[clientscript,script581](component $component0) -~script582($component0); diff --git a/dumps/530/script/[clientscript,script583].cs2 b/dumps/530/script/[clientscript,script583].cs2 deleted file mode 100644 index f383f2916..000000000 --- a/dumps/530/script/[clientscript,script583].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 583 -[clientscript,script583](component $component0, string $string0) -~script584($component0, $string0); diff --git a/dumps/530/script/[clientscript,script585].cs2 b/dumps/530/script/[clientscript,script585].cs2 deleted file mode 100644 index 6c3893c9e..000000000 --- a/dumps/530/script/[clientscript,script585].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 585 -[clientscript,script585] -if_setonvartransmit("script588{varplayer_1109}", interface_105:com_126); -if_setonstocktransmit("script586", interface_105:com_14); -~script621; diff --git a/dumps/530/script/[clientscript,script586].cs2 b/dumps/530/script/[clientscript,script586].cs2 deleted file mode 100644 index 9f867b05f..000000000 --- a/dumps/530/script/[clientscript,script586].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 586 -[clientscript,script586] -~script621; diff --git a/dumps/530/script/[clientscript,script587].cs2 b/dumps/530/script/[clientscript,script587].cs2 deleted file mode 100644 index 26187e7f8..000000000 --- a/dumps/530/script/[clientscript,script587].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 587 -[clientscript,script587] -~script621; diff --git a/dumps/530/script/[clientscript,script588].cs2 b/dumps/530/script/[clientscript,script588].cs2 deleted file mode 100644 index 53b381efb..000000000 --- a/dumps/530/script/[clientscript,script588].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 588 -[clientscript,script588] -%varclient_82 = 0; -%varclient_83 = 0; -~script621; diff --git a/dumps/530/script/[clientscript,script589].cs2 b/dumps/530/script/[clientscript,script589].cs2 deleted file mode 100644 index 6d1115b43..000000000 --- a/dumps/530/script/[clientscript,script589].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 589 -[clientscript,script589] -~script621; diff --git a/dumps/530/script/[clientscript,script58].cs2 b/dumps/530/script/[clientscript,script58].cs2 deleted file mode 100644 index 612c3093b..000000000 --- a/dumps/530/script/[clientscript,script58].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 58 -[clientscript,script58] -~script1536; diff --git a/dumps/530/script/[clientscript,script590].cs2 b/dumps/530/script/[clientscript,script590].cs2 deleted file mode 100644 index 3189f8e25..000000000 --- a/dumps/530/script/[clientscript,script590].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 590 -[clientscript,script590](int $int0, int $int1) -if ($int1 = 1) { - %varplayer_1112 = $int0; - %varplayer_1109 = null; - if (stockmarket_isofferempty($int0) = true) { - %varplayer_1113 = -1; - %varplayer_1111 = 1; - %varplayer_1110 = 0; - } - ~script621; -} diff --git a/dumps/530/script/[clientscript,script591].cs2 b/dumps/530/script/[clientscript,script591].cs2 deleted file mode 100644 index 34fdbfd1a..000000000 --- a/dumps/530/script/[clientscript,script591].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 591 -[clientscript,script591] -%varplayer_1112 = -1; -%varplayer_1113 = -1; -%varplayer_1109 = null; -~script621; diff --git a/dumps/530/script/[clientscript,script592].cs2 b/dumps/530/script/[clientscript,script592].cs2 deleted file mode 100644 index 745c4426c..000000000 --- a/dumps/530/script/[clientscript,script592].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 592 -[clientscript,script592] -%varplayer_1113 = 0; -~script621; diff --git a/dumps/530/script/[clientscript,script595].cs2 b/dumps/530/script/[clientscript,script595].cs2 deleted file mode 100644 index e8ff125ac..000000000 --- a/dumps/530/script/[clientscript,script595].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 595 -[clientscript,script595] -%varplayer_1113 = 1; -~script621; diff --git a/dumps/530/script/[clientscript,script596].cs2 b/dumps/530/script/[clientscript,script596].cs2 deleted file mode 100644 index b6cb3874b..000000000 --- a/dumps/530/script/[clientscript,script596].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 596 -[clientscript,script596] -def_string $string0 = null; -if (%varclient_84 > 0) { - %varclient_84 = calc(%varclient_84 - 1); - $string0 = ~script46(%varclient_84, ","); - if_settext($string0, interface_105:com_150); - ~script602; -} diff --git a/dumps/530/script/[clientscript,script597].cs2 b/dumps/530/script/[clientscript,script597].cs2 deleted file mode 100644 index 7c9e26026..000000000 --- a/dumps/530/script/[clientscript,script597].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 597 -[clientscript,script597] -def_string $string0 = null; -if (%varclient_84 < ^max_32bit_int) { - %varclient_84 = calc(%varclient_84 + 1); - $string0 = ~script46(%varclient_84, ","); - if_settext($string0, interface_105:com_150); - ~script602; -} diff --git a/dumps/530/script/[clientscript,script598].cs2 b/dumps/530/script/[clientscript,script598].cs2 deleted file mode 100644 index c599b26de..000000000 --- a/dumps/530/script/[clientscript,script598].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 598 -[clientscript,script598] -if (%varplayer_1113 = 0) { - if (%varclient_84 <= 2147483646) { - %varclient_84 = calc(%varclient_84 + 1); - } -} else { - %varclient_84 = 1; -} -if_settext(~script46(%varclient_84, ","), interface_105:com_150); -~script602; diff --git a/dumps/530/script/[clientscript,script599].cs2 b/dumps/530/script/[clientscript,script599].cs2 deleted file mode 100644 index 0321bbdfb..000000000 --- a/dumps/530/script/[clientscript,script599].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 599 -[clientscript,script599] -if (%varplayer_1113 = 0) { - if (%varclient_84 <= 2147483637) { - %varclient_84 = calc(%varclient_84 + 10); - } -} else { - %varclient_84 = 10; -} -if_settext(~script46(%varclient_84, ","), interface_105:com_150); -~script602; diff --git a/dumps/530/script/[clientscript,script59].cs2 b/dumps/530/script/[clientscript,script59].cs2 deleted file mode 100644 index d113c1714..000000000 --- a/dumps/530/script/[clientscript,script59].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 59 -[clientscript,script59](component $component0) -def_int $int1 = enum(component, int, enum_1638, $component0); -def_int $int2 = enum(component, int, enum_1637, $component0); -def_int $int3 = 0; -if ($int2 = -1) { - $int3 = ~script56($int1); -} else { - $int3 = ~script1535($int1, $int2); -} -if ($int3 = 2) { - if_setcolour(^green, $component0); -} else if ($int3 = 0) { - if_setcolour(^red, $component0); -} else if ($int3 = 1) { - if_setcolour(^yellow, $component0); -} diff --git a/dumps/530/script/[clientscript,script600].cs2 b/dumps/530/script/[clientscript,script600].cs2 deleted file mode 100644 index 6df8a469c..000000000 --- a/dumps/530/script/[clientscript,script600].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 600 -[clientscript,script600] -if (%varplayer_1113 = 0) { - if (%varclient_84 <= 2147483547) { - %varclient_84 = calc(%varclient_84 + 100); - } -} else { - %varclient_84 = 100; -} -if_settext(~script46(%varclient_84, ","), interface_105:com_150); -~script602; diff --git a/dumps/530/script/[clientscript,script601].cs2 b/dumps/530/script/[clientscript,script601].cs2 deleted file mode 100644 index 9f59b69e5..000000000 --- a/dumps/530/script/[clientscript,script601].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 601 -[clientscript,script601] -if (%varplayerbit_4466 = 1) { - if_setgraphic("radio_buttons,1", interface_590:com_33); -} else if (%varplayerbit_4466 = 0) { - if_setgraphic("radio_buttons,0", interface_590:com_33); -} diff --git a/dumps/530/script/[clientscript,script603].cs2 b/dumps/530/script/[clientscript,script603].cs2 deleted file mode 100644 index 3a4f8469d..000000000 --- a/dumps/530/script/[clientscript,script603].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 603 -[clientscript,script603] -if (%varclient_82 <= 0) { - if_setontimer(null, interface_105:com_150); - ~script621; -} -%varclient_82 = calc(%varclient_82 - 1); diff --git a/dumps/530/script/[clientscript,script604].cs2 b/dumps/530/script/[clientscript,script604].cs2 deleted file mode 100644 index 3f6118421..000000000 --- a/dumps/530/script/[clientscript,script604].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 604 -[clientscript,script604] -if (%varplayer_1109 = null) { - return; -} -def_string $string0 = null; -def_int $int0 = %varplayer_1115; -if (%varclient_85 > $int0) { - %varclient_85 = calc(%varclient_85 - 1); - $string0 = ~script46(%varclient_85, ","); - if_settext("<$string0> gp", interface_105:com_155); -} -~script609; diff --git a/dumps/530/script/[clientscript,script605].cs2 b/dumps/530/script/[clientscript,script605].cs2 deleted file mode 100644 index dae309a1f..000000000 --- a/dumps/530/script/[clientscript,script605].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 605 -[clientscript,script605] -if (%varplayer_1109 = null) { - return; -} -def_string $string0 = null; -def_int $int0 = %varplayer_1116; -if (%varclient_85 < $int0) { - %varclient_85 = calc(%varclient_85 + 1); - $string0 = ~script46(%varclient_85, ","); - if_settext("<$string0> gp", interface_105:com_155); -} -~script609; diff --git a/dumps/530/script/[clientscript,script606].cs2 b/dumps/530/script/[clientscript,script606].cs2 deleted file mode 100644 index f142e9aa1..000000000 --- a/dumps/530/script/[clientscript,script606].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 606 -[clientscript,script606] -if (%varplayer_1109 = null) { - %varclient_85 = 1; - return; -} -def_int $int0 = %varplayer_1115; -if ($int0 < 0) { - %varclient_85 = 1; -} else { - %varclient_85 = %varplayer_1115; -} -def_string $string0 = ~script46(%varclient_85, ","); -if_settext("<$string0> gp", interface_105:com_155); -~script609; diff --git a/dumps/530/script/[clientscript,script607].cs2 b/dumps/530/script/[clientscript,script607].cs2 deleted file mode 100644 index 8953e24b9..000000000 --- a/dumps/530/script/[clientscript,script607].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 607 -[clientscript,script607] -if (%varplayer_1109 = null) { - %varclient_85 = 1; - return; -} -def_int $int0 = %varplayer_1114; -if ($int0 < 0) { - %varclient_85 = 1; -} else { - %varclient_85 = %varplayer_1114; -} -def_string $string0 = ~script46(%varclient_85, ","); -if_settext("<$string0> gp", interface_105:com_155); -~script609; diff --git a/dumps/530/script/[clientscript,script608].cs2 b/dumps/530/script/[clientscript,script608].cs2 deleted file mode 100644 index d8b72dce5..000000000 --- a/dumps/530/script/[clientscript,script608].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 608 -[clientscript,script608] -if (%varplayer_1109 = null) { - %varclient_85 = 1; - return; -} -def_int $int0 = %varplayer_1116; -if ($int0 < 0) { - %varclient_85 = 1; -} else { - %varclient_85 = %varplayer_1116; -} -def_string $string0 = ~script46(%varclient_85, ","); -if_settext("<$string0> gp", interface_105:com_155); -~script609; diff --git a/dumps/530/script/[clientscript,script60].cs2 b/dumps/530/script/[clientscript,script60].cs2 deleted file mode 100644 index 120584ce6..000000000 --- a/dumps/530/script/[clientscript,script60].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 60 -[clientscript,script60] -def_int $int0 = 3; -def_int $int1 = 5; -def_int $int2 = 0; -while ($int0 < 255) { - while ($int1 < 235) { - cc_create(interface_260:com_42, ^iftype_graphic, $int2); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int1, $int0, ^setpos_abs_left, ^setpos_abs_top); - if (inv_getobj(inv_514, $int2) ! null) { - cc_setobject(inv_getobj(inv_514, $int2), inv_getnum(inv_514, $int2)); - cc_setopbase(oc_name(inv_getobj(inv_514, $int2))); - cc_setop(1, "Withdraw"); - cc_setgraphicshadow(0x111111); - cc_setoutline(1); - } - $int1 = calc($int1 + 40); - $int2 = calc($int2 + 1); - } - $int0 = calc($int0 + 44); - $int1 = 5; -} diff --git a/dumps/530/script/[clientscript,script610].cs2 b/dumps/530/script/[clientscript,script610].cs2 deleted file mode 100644 index 85190141d..000000000 --- a/dumps/530/script/[clientscript,script610].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 610 -[clientscript,script610] -if (%varclient_83 <= 0) { - if_setontimer(null, interface_105:com_155); - ~script621; -} -%varclient_83 = calc(%varclient_83 - 1); diff --git a/dumps/530/script/[clientscript,script611].cs2 b/dumps/530/script/[clientscript,script611].cs2 deleted file mode 100644 index 37aae05bb..000000000 --- a/dumps/530/script/[clientscript,script611].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 611 -[clientscript,script611](component $component0) -if_setgraphic("grand_exchange_misc_graphics,10", $component0); diff --git a/dumps/530/script/[clientscript,script612].cs2 b/dumps/530/script/[clientscript,script612].cs2 deleted file mode 100644 index 0b15de151..000000000 --- a/dumps/530/script/[clientscript,script612].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 612 -[clientscript,script612](component $component0) -if_setgraphic("grand_exchange_misc_graphics,3", $component0); diff --git a/dumps/530/script/[clientscript,script613].cs2 b/dumps/530/script/[clientscript,script613].cs2 deleted file mode 100644 index b4497df76..000000000 --- a/dumps/530/script/[clientscript,script613].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 613 -[clientscript,script613](component $component0) -if_setgraphic("grand_exchange_misc_graphics,9", $component0); diff --git a/dumps/530/script/[clientscript,script614].cs2 b/dumps/530/script/[clientscript,script614].cs2 deleted file mode 100644 index 9870ba899..000000000 --- a/dumps/530/script/[clientscript,script614].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 614 -[clientscript,script614](component $component0) -if_setgraphic("grand_exchange_misc_graphics,2", $component0); diff --git a/dumps/530/script/[clientscript,script615].cs2 b/dumps/530/script/[clientscript,script615].cs2 deleted file mode 100644 index 4bf0d44de..000000000 --- a/dumps/530/script/[clientscript,script615].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 615 -[clientscript,script615](component $component0) -if_setgraphic("bank_buttons,8", $component0); diff --git a/dumps/530/script/[clientscript,script616].cs2 b/dumps/530/script/[clientscript,script616].cs2 deleted file mode 100644 index af0c0c548..000000000 --- a/dumps/530/script/[clientscript,script616].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 616 -[clientscript,script616](component $component0) -if_setgraphic("bank_buttons,6", $component0); -~script41(interface_105:com_213); diff --git a/dumps/530/script/[clientscript,script617].cs2 b/dumps/530/script/[clientscript,script617].cs2 deleted file mode 100644 index 28ac04164..000000000 --- a/dumps/530/script/[clientscript,script617].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 617 -[clientscript,script617](component $component0) -if_setgraphic("grand_exchange_cancelled_buttons,1", $component0); diff --git a/dumps/530/script/[clientscript,script618].cs2 b/dumps/530/script/[clientscript,script618].cs2 deleted file mode 100644 index c28061cdd..000000000 --- a/dumps/530/script/[clientscript,script618].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 618 -[clientscript,script618](component $component0) -if_setgraphic("grand_exchange_cancelled_buttons,0", $component0); -~script41(interface_105:com_213); diff --git a/dumps/530/script/[clientscript,script619].cs2 b/dumps/530/script/[clientscript,script619].cs2 deleted file mode 100644 index a85736d0e..000000000 --- a/dumps/530/script/[clientscript,script619].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 619 -[clientscript,script619](component $component0) -if_settrans(255, $component0); diff --git a/dumps/530/script/[clientscript,script61].cs2 b/dumps/530/script/[clientscript,script61].cs2 deleted file mode 100644 index a536cfbc5..000000000 --- a/dumps/530/script/[clientscript,script61].cs2 +++ /dev/null @@ -1,61 +0,0 @@ -// 61 -[clientscript,script61] -def_int $int0 = 0; -while ($int0 < 5) { - cc_create(interface_260:com_45, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - if ($int0 = 0) { - cc_setposition(0, 43, ^setpos_abs_left, ^setpos_abs_top); - } - if ($int0 = 1) { - cc_setposition(50, 2, ^setpos_abs_left, ^setpos_abs_top); - } - if ($int0 = 2) { - cc_setposition(50, 43, ^setpos_abs_left, ^setpos_abs_top); - } - if ($int0 = 3) { - cc_setposition(50, 85, ^setpos_abs_left, ^setpos_abs_top); - } - if ($int0 = 4) { - cc_setposition(50, 125, ^setpos_abs_left, ^setpos_abs_top); - } - if (inv_getobj(inv_515, $int0) ! null) { - cc_setobject(inv_getobj(inv_515, $int0), inv_getnum(inv_515, $int0)); - cc_setopbase(oc_name(inv_getobj(inv_515, $int0))); - cc_setop(1, "Deposit"); - cc_setgraphicshadow(0x111111); - cc_setoutline(1); - if ($int0 = 0) { - if_setgraphic(null, interface_260:com_40); - } - if ($int0 = 1) { - if_setgraphic(null, interface_260:com_36); - } - if ($int0 = 2) { - if_setgraphic(null, interface_260:com_37); - } - if ($int0 = 3) { - if_setgraphic(null, interface_260:com_38); - } - if ($int0 = 4) { - if_setgraphic(null, interface_260:com_39); - } - } else { - if ($int0 = 0) { - if_setgraphic("wornicons,3", interface_260:com_40); - } - if ($int0 = 1) { - if_setgraphic("wornicons,0", interface_260:com_36); - } - if ($int0 = 2) { - if_setgraphic("wornicons,5", interface_260:com_37); - } - if ($int0 = 3) { - if_setgraphic("wornicons,7", interface_260:com_38); - } - if ($int0 = 4) { - if_setgraphic("wornicons,9", interface_260:com_39); - } - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[clientscript,script620].cs2 b/dumps/530/script/[clientscript,script620].cs2 deleted file mode 100644 index 85369d941..000000000 --- a/dumps/530/script/[clientscript,script620].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 620 -[clientscript,script620](component $component0) -if_settrans(128, $component0); diff --git a/dumps/530/script/[clientscript,script629].cs2 b/dumps/530/script/[clientscript,script629].cs2 deleted file mode 100644 index a8bbf5802..000000000 --- a/dumps/530/script/[clientscript,script629].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 629 -[clientscript,script629](int $int0) -~script630($int0); diff --git a/dumps/530/script/[clientscript,script631].cs2 b/dumps/530/script/[clientscript,script631].cs2 deleted file mode 100644 index 84843449f..000000000 --- a/dumps/530/script/[clientscript,script631].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 631 -[clientscript,script631](int $int0) -~script632($int0); diff --git a/dumps/530/script/[clientscript,script633].cs2 b/dumps/530/script/[clientscript,script633].cs2 deleted file mode 100644 index 060e3a375..000000000 --- a/dumps/530/script/[clientscript,script633].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 633 -[clientscript,script633](component $component0, int $int1, int $int2, int $int3) -def_int $int4 = calc(if_gettrans($component0) + $int3); -if_settrans($int4, $component0); -if ($int4 >= $int2) { - if_setontimer("script634($component0, $int1, $int2, $int3)", $component0); -} diff --git a/dumps/530/script/[clientscript,script634].cs2 b/dumps/530/script/[clientscript,script634].cs2 deleted file mode 100644 index b3e88710c..000000000 --- a/dumps/530/script/[clientscript,script634].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 634 -[clientscript,script634](component $component0, int $int1, int $int2, int $int3) -def_int $int4 = calc(if_gettrans($component0) - $int3); -if_settrans($int4, $component0); -if ($int4 <= $int1) { - if_setontimer("script633($component0, $int1, $int2, $int3)", $component0); -} diff --git a/dumps/530/script/[clientscript,script635].cs2 b/dumps/530/script/[clientscript,script635].cs2 deleted file mode 100644 index e73125cde..000000000 --- a/dumps/530/script/[clientscript,script635].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 635 -[clientscript,script635](component $component0) -~script636($component0); diff --git a/dumps/530/script/[clientscript,script637].cs2 b/dumps/530/script/[clientscript,script637].cs2 deleted file mode 100644 index bea73112b..000000000 --- a/dumps/530/script/[clientscript,script637].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 637 -[clientscript,script637](component $component0) -~script638($component0); diff --git a/dumps/530/script/[clientscript,script639].cs2 b/dumps/530/script/[clientscript,script639].cs2 deleted file mode 100644 index d26459f9b..000000000 --- a/dumps/530/script/[clientscript,script639].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 639 -[clientscript,script639](component $component0) -~script640($component0); diff --git a/dumps/530/script/[clientscript,script63].cs2 b/dumps/530/script/[clientscript,script63].cs2 deleted file mode 100644 index c35fbca1d..000000000 --- a/dumps/530/script/[clientscript,script63].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 63 -[clientscript,script63](component $component0, component $component1, graphic $graphic2, graphic $graphic3, graphic $graphic4, graphic $graphic5, graphic $graphic6, graphic $graphic7) -~script31($component0, $component1, $graphic2, $graphic3, $graphic4, $graphic5, $graphic6, $graphic7); diff --git a/dumps/530/script/[clientscript,script641].cs2 b/dumps/530/script/[clientscript,script641].cs2 deleted file mode 100644 index 3521cf88a..000000000 --- a/dumps/530/script/[clientscript,script641].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 641 -[clientscript,script641](component $component0) -~script642($component0); diff --git a/dumps/530/script/[clientscript,script643].cs2 b/dumps/530/script/[clientscript,script643].cs2 deleted file mode 100644 index 6267f5a9f..000000000 --- a/dumps/530/script/[clientscript,script643].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 643 -[clientscript,script643](component $component0) -~script644($component0); diff --git a/dumps/530/script/[clientscript,script645].cs2 b/dumps/530/script/[clientscript,script645].cs2 deleted file mode 100644 index e2a7d0097..000000000 --- a/dumps/530/script/[clientscript,script645].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 645 -[clientscript,script645](component $component0) -~script646($component0); diff --git a/dumps/530/script/[clientscript,script647].cs2 b/dumps/530/script/[clientscript,script647].cs2 deleted file mode 100644 index cfeed43c3..000000000 --- a/dumps/530/script/[clientscript,script647].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 647 -[clientscript,script647](component $component0, component $component1, int $int2, int $int3, string $string0) -def_int $int4 = 0; -if (%varclient_2 = 1) { - while ($int4 < 6) { - ~script41(~script626($int4)); - $int4 = calc($int4 + 1); - } -} -if (if_gethide(interface_105:com_16) = true) { - return; -} -~script39($component0, $component1, $string0, $int2, $int3); diff --git a/dumps/530/script/[clientscript,script648].cs2 b/dumps/530/script/[clientscript,script648].cs2 deleted file mode 100644 index 86254362f..000000000 --- a/dumps/530/script/[clientscript,script648].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 648 -[clientscript,script648](component $component0, int $int1, component $component2, string $string0, int $int3, int $int4) -def_int $int5 = 0; -if (%varclient_2 = 1) { - while ($int5 < 6) { - ~script41(~script626($int5)); - $int5 = calc($int5 + 1); - } -} -if (if_gethide(interface_105:com_16) = true) { - return; -} -~script569($component0, $int1, $component2, $string0, $int3, $int4); diff --git a/dumps/530/script/[clientscript,script649].cs2 b/dumps/530/script/[clientscript,script649].cs2 deleted file mode 100644 index 9ab1537c1..000000000 --- a/dumps/530/script/[clientscript,script649].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 649 -[clientscript,script649](component $component0, component $component1, string $string0, int $int2, int $int3) -if (if_gethide(interface_105:com_16) = false) { - return; -} -~script39($component0, $component1, $string0, $int2, $int3); diff --git a/dumps/530/script/[clientscript,script64].cs2 b/dumps/530/script/[clientscript,script64].cs2 deleted file mode 100644 index c3de6286a..000000000 --- a/dumps/530/script/[clientscript,script64].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 64 -[clientscript,script64] -if_settext("/", interface_532:com_1); -if (%varplayerbit_3637 = 163) { - if_setcolour(^green, interface_532:com_1); -} diff --git a/dumps/530/script/[clientscript,script650].cs2 b/dumps/530/script/[clientscript,script650].cs2 deleted file mode 100644 index 409796240..000000000 --- a/dumps/530/script/[clientscript,script650].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 650 -[clientscript,script650](component $component0, int $int1, component $component2, int $int3, int $int4, string $string0) -if (if_gethide(interface_105:com_16) = false) { - return; -} -~script569($component0, $int1, $component2, $string0, $int3, $int4); diff --git a/dumps/530/script/[clientscript,script653].cs2 b/dumps/530/script/[clientscript,script653].cs2 deleted file mode 100644 index ee45c60a6..000000000 --- a/dumps/530/script/[clientscript,script653].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 653 -[clientscript,script653](component $component0) -~script680($component0); -~script41(interface_105:com_213); diff --git a/dumps/530/script/[clientscript,script654].cs2 b/dumps/530/script/[clientscript,script654].cs2 deleted file mode 100644 index cabf5d6e0..000000000 --- a/dumps/530/script/[clientscript,script654].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 654 -[clientscript,script654] -if_setoninvtransmit("script656{inv_523, inv_524, inv_525, inv_526, inv_527, inv_528}", interface_109:com_15); -if_setonstocktransmit("script655", interface_109:com_15); -~script657; diff --git a/dumps/530/script/[clientscript,script655].cs2 b/dumps/530/script/[clientscript,script655].cs2 deleted file mode 100644 index f28e08dbf..000000000 --- a/dumps/530/script/[clientscript,script655].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 655 -[clientscript,script655] -~script657; diff --git a/dumps/530/script/[clientscript,script656].cs2 b/dumps/530/script/[clientscript,script656].cs2 deleted file mode 100644 index 8ddb5e15f..000000000 --- a/dumps/530/script/[clientscript,script656].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 656 -[clientscript,script656] -~script657; diff --git a/dumps/530/script/[clientscript,script65].cs2 b/dumps/530/script/[clientscript,script65].cs2 deleted file mode 100644 index 315f8892e..000000000 --- a/dumps/530/script/[clientscript,script65].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 65 -[clientscript,script65](int $int0, int $int1, int $int2, component $component3) -if_setontimer("script66($int0, $int1, $int2, $component3)", $component3); diff --git a/dumps/530/script/[clientscript,script663].cs2 b/dumps/530/script/[clientscript,script663].cs2 deleted file mode 100644 index 7baaedc46..000000000 --- a/dumps/530/script/[clientscript,script663].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 663 -[clientscript,script663](component $component0, component $component1) -if_settextfont(barbassault_font, $component1); -if_settextalign(^settextalign_centre, ^settextalign_centre, 0, $component1); -if (%varplayerbit_4191 = 0) { - if_setmodel(model_30184, $component0); - if_setmodelangle(0, 0, 0, 0, 0, 365, $component0); - if_setposition(2, 84, ^setpos_abs_left, ^setpos_abs_top, $component0); - if_setsize(509, 156, ^setsize_abs, ^setsize_abs, $component0); - if_setposition(15, 89, ^setpos_abs_left, ^setpos_abs_top, $component1); - if_setsize(487, 143, ^setsize_abs, ^setsize_abs, $component1); - if_setcolour(~script693(43, 26, 11), $component1); -} else if (%varplayerbit_4191 = 1) { - if_setmodel(model_30183, $component0); - if_setmodelangle(0, 0, 0, 0, 0, 344, $component0); - if_setposition(3, 90, ^setpos_abs_left, ^setpos_abs_top, $component0); - if_setsize(509, 156, ^setsize_abs, ^setsize_abs, $component0); - if_setposition(4, 88, ^setpos_abs_left, ^setpos_abs_top, $component1); - if_setsize(506, 139, ^setsize_abs, ^setsize_abs, $component1); - if_setcolour(~script693(85, 85, 65), $component1); -} diff --git a/dumps/530/script/[clientscript,script664].cs2 b/dumps/530/script/[clientscript,script664].cs2 deleted file mode 100644 index 7bba97f42..000000000 --- a/dumps/530/script/[clientscript,script664].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 664 -[clientscript,script664](component $component0, int $int1) -if (cc_find($component0, $int1) = true | $int1 = -1 & if_find($component0) = true) { - cc_setgraphic("bank_slot,3"); -} diff --git a/dumps/530/script/[clientscript,script665].cs2 b/dumps/530/script/[clientscript,script665].cs2 deleted file mode 100644 index 1c81457cd..000000000 --- a/dumps/530/script/[clientscript,script665].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 665 -[clientscript,script665](component $component0, int $int1) -if (cc_find($component0, $int1) = true | $int1 = -1 & if_find($component0) = true) { - cc_setgraphic("bank_slot,1"); -} diff --git a/dumps/530/script/[clientscript,script669].cs2 b/dumps/530/script/[clientscript,script669].cs2 deleted file mode 100644 index 181fbc7c0..000000000 --- a/dumps/530/script/[clientscript,script669].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 669 -[clientscript,script669] -if (%varplayer_1108 = 2) { - ~script671; -} else if (%varplayer_1108 = 5) { - ~script672; -} else { - ~script670; -} diff --git a/dumps/530/script/[clientscript,script66].cs2 b/dumps/530/script/[clientscript,script66].cs2 deleted file mode 100644 index c9b42f611..000000000 --- a/dumps/530/script/[clientscript,script66].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 66 -[clientscript,script66](int $int0, int $int1, int $int2, component $component3) -if_setmodelangle(0, 0, calc(if_getmodelangle_x($component3) + $int0 & 2047), calc(if_getmodelangle_y($component3) + $int1 & 2047), calc(if_getmodelangle_z($component3) + $int2 & 2047), if_getmodelzoom($component3), $component3); diff --git a/dumps/530/script/[clientscript,script675].cs2 b/dumps/530/script/[clientscript,script675].cs2 deleted file mode 100644 index 97837a4b0..000000000 --- a/dumps/530/script/[clientscript,script675].cs2 +++ /dev/null @@ -1,67 +0,0 @@ -// 675 -[clientscript,script675] -if_setobject(obj_1511, -1, interface_642:com_135); -if_setobject(obj_2862, -1, interface_642:com_136); -if_setobject(obj_1521, -1, interface_642:com_137); -if_setobject(obj_1519, -1, interface_642:com_138); -if_setobject(obj_6333, -1, interface_642:com_139); -if_setobject(obj_1517, -1, interface_642:com_140); -if_setobject(obj_6332, -1, interface_642:com_141); -if_setobject(obj_12581, -1, interface_642:com_142); -if_setobject(obj_1515, -1, interface_642:com_143); -if_setobject(obj_1513, -1, interface_642:com_144); -if_setobject(obj_249, -1, interface_642:com_89); -if_setobject(obj_251, -1, interface_642:com_90); -if_setobject(obj_253, -1, interface_642:com_91); -if_setobject(obj_255, -1, interface_642:com_92); -if_setobject(obj_257, -1, interface_642:com_93); -if_setobject(obj_2998, -1, interface_642:com_94); -if_setobject(obj_259, -1, interface_642:com_95); -if_setobject(obj_12172, -1, interface_642:com_96); -if_setobject(obj_261, -1, interface_642:com_97); -if_setobject(obj_263, -1, interface_642:com_98); -if_setobject(obj_3000, -1, interface_642:com_99); -if_setobject(obj_265, -1, interface_642:com_100); -if_setobject(obj_2481, -1, interface_642:com_101); -if_setobject(obj_267, -1, interface_642:com_102); -if_setobject(obj_269, -1, interface_642:com_103); -if_setobject(obj_436, -1, interface_642:com_18); -if_setobject(obj_438, -1, interface_642:com_15); -if_setobject(obj_440, -1, interface_642:com_16); -if_setobject(obj_442, -1, interface_642:com_17); -if_setobject(obj_444, -1, interface_642:com_20); -if_setobject(obj_447, -1, interface_642:com_21); -if_setobject(obj_449, -1, interface_642:com_22); -if_setobject(obj_451, -1, interface_642:com_23); -if_setobject(obj_453, -1, interface_642:com_19); -if_setobject(obj_1436, -1, interface_642:com_167); -if_setobject(obj_7936, -1, interface_642:com_168); -if_setobject(obj_554, -1, interface_642:com_173); -if_setobject(obj_555, -1, interface_642:com_171); -if_setobject(obj_556, -1, interface_642:com_169); -if_setobject(obj_557, -1, interface_642:com_172); -if_setobject(obj_558, -1, interface_642:com_170); -if_setobject(obj_559, -1, interface_642:com_174); -if_setobject(obj_560, -1, interface_642:com_180); -if_setobject(obj_561, -1, interface_642:com_178); -if_setobject(obj_562, -1, interface_642:com_176); -if_setobject(obj_563, -1, interface_642:com_179); -if_setobject(obj_564, -1, interface_642:com_175); -if_setobject(obj_565, -1, interface_642:com_181); -if_setobject(obj_566, -1, interface_642:com_182); -if_setobject(obj_9075, -1, interface_642:com_177); -if_setobject(obj_11834, -1, interface_642:com_43); -if_setobject(obj_11838, -1, interface_642:com_44); -if_setobject(obj_11842, -1, interface_642:com_45); -if_setobject(obj_11864, -1, interface_642:com_46); -if_setobject(obj_11870, -1, interface_642:com_47); -if_setobject(obj_11846, -1, interface_642:com_48); -if_setobject(obj_11848, -1, interface_642:com_49); -if_setobject(obj_11850, -1, interface_642:com_50); -if_setobject(obj_11856, -1, interface_642:com_51); -if_setobject(obj_11732, -1, interface_642:com_52); -if_setobject(obj_4151, -1, interface_642:com_53); -if_setobject(obj_11235, -1, interface_642:com_54); -if_setobject(obj_6739, -1, interface_642:com_55); -if_setobject(obj_4587, -1, interface_642:com_56); -if_setobject(obj_4153, -1, interface_642:com_57); diff --git a/dumps/530/script/[clientscript,script676].cs2 b/dumps/530/script/[clientscript,script676].cs2 deleted file mode 100644 index 543501d80..000000000 --- a/dumps/530/script/[clientscript,script676].cs2 +++ /dev/null @@ -1,111 +0,0 @@ -// 676 -[clientscript,script676] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $int2 = 0; -def_int $int3 = 0; -def_int $int4 = 0; -def_int $int5 = 0; -$int2 = calc((if_getwidth(interface_645:com_16) - 36 * 10) / (10 - 1)); -$int3 = calc((if_getheight(interface_645:com_16) - 128) / 3); -while ($int4 = 0) { - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) ! obj_11760) { - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11846) { - $int5 = calc($int5 + 2); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11858) { - $int5 = calc($int5 + 4); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11864) { - $int5 = calc($int5 + 7); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11872) { - $int5 = calc($int5 + 6); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11878) { - $int5 = calc($int5 + 5); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11902) { - $int5 = calc($int5 + 8); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11908) { - $int5 = calc($int5 + 7); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11926) { - $int5 = calc($int5 + 1); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11942) { - $int5 = calc($int5 + 2); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11967) { - $int5 = calc($int5 + 7); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_14525) { - $int5 = calc($int5 + 9); - } - cc_create(interface_645:com_16, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc((36 + $int2) * ($int5 % 10)), calc($int5 / 10 * (32 + $int3)), ^setpos_abs_left, ^setpos_abs_top); - cc_setobject(enum(int, namedobj, enum_1087, calc($int0 + 1)), -1); - cc_setopbase(""); - cc_setop(1, "Components"); - cc_setop(2, "Exchange"); - cc_setop(3, "Examine"); - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - $int0 = calc($int0 + 1); - $int5 = calc($int5 + 1); - } else { - $int4 = 1; - } -} -$int1 = $int0; -$int0 = 0; -$int5 = 0; -$int4 = 0; -while ($int4 = 0) { - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) ! obj_11760) { - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11846) { - $int5 = calc($int5 + 2); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11858) { - $int5 = calc($int5 + 4); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11864) { - $int5 = calc($int5 + 7); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11872) { - $int5 = calc($int5 + 6); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11878) { - $int5 = calc($int5 + 5); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11902) { - $int5 = calc($int5 + 8); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11908) { - $int5 = calc($int5 + 7); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11926) { - $int5 = calc($int5 + 1); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11942) { - $int5 = calc($int5 + 2); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_11967) { - $int5 = calc($int5 + 7); - } - if (enum(int, namedobj, enum_1087, calc($int0 + 1)) = obj_14525) { - $int5 = calc($int5 + 9); - } - cc_create(interface_645:com_16, ^iftype_graphic, $int1); - cc_setsize(12, 6, ^setsize_abs, ^setsize_abs); - cc_setposition(calc((36 + $int2) * ($int5 % 10)), calc($int5 / 10 * (32 + $int3)), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic(shop_infinity_icon); - } else { - $int4 = 1; - } - $int0 = calc($int0 + 1); - $int5 = calc($int5 + 1); - $int1 = calc($int1 + 1); -} diff --git a/dumps/530/script/[clientscript,script677].cs2 b/dumps/530/script/[clientscript,script677].cs2 deleted file mode 100644 index ac37966ab..000000000 --- a/dumps/530/script/[clientscript,script677].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 677 -[clientscript,script677] -if (%varplayer_1135 = 0) { - if_settext("", interface_647:com_24); -} else { - if_settext(tostring(%varplayer_1135), interface_647:com_24); -} diff --git a/dumps/530/script/[clientscript,script678].cs2 b/dumps/530/script/[clientscript,script678].cs2 deleted file mode 100644 index aae1613cb..000000000 --- a/dumps/530/script/[clientscript,script678].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 678 -[clientscript,script678] -~script31(interface_647:com_21, interface_647:com_27, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -if_setscrollpos(0, 0, interface_647:com_21); -~script157(interface_647:com_21, interface_647:com_27, 0, 1); -~script31(interface_647:com_22, interface_647:com_28, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -if_setscrollpos(0, 0, interface_647:com_22); -~script157(interface_647:com_22, interface_647:com_28, 0, 1); diff --git a/dumps/530/script/[clientscript,script67].cs2 b/dumps/530/script/[clientscript,script67].cs2 deleted file mode 100644 index e6ad71e9d..000000000 --- a/dumps/530/script/[clientscript,script67].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 67 -[clientscript,script67](component $component0, model $model1) -if_setmodel($model1, $component0); diff --git a/dumps/530/script/[clientscript,script681].cs2 b/dumps/530/script/[clientscript,script681].cs2 deleted file mode 100644 index 9ffd4d4cd..000000000 --- a/dumps/530/script/[clientscript,script681].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 681 -[clientscript,script681](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5) -cc_deleteall($component0); -if_setscrollpos(0, 0, $component0); -cc_deleteall($component1); -cc_deleteall($component2); -if_settext("Gravestones", $component4); -if_settext("Please make your selection from the list.", $component5); -if_settext("", $component3); -~script682($component0, 0, 0, $component2, $component3, $component4, $component5); -def_int $int6 = 1; -def_int $int7 = 0; -while ($int7 <= 26) { - if (testbit(%varplayerbit_4191, $int7) = ^true) { - ~script682($component0, calc($int7 + 1), $int6, $component2, $component3, $component4, $component5); - $int6 = calc($int6 + 1); - } - $int7 = calc($int7 + 1); -} -def_int $int8 = calc((if_getwidth($component0) - 164) / 2); -def_int $int9 = calc($int8 + (146 + $int8) * $int6); -if ($int9 > if_getheight($component0)) { - if_setscrollsize(0, $int9, $component0); - ~script31($component1, $component0, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -} diff --git a/dumps/530/script/[clientscript,script685].cs2 b/dumps/530/script/[clientscript,script685].cs2 deleted file mode 100644 index 31f247e01..000000000 --- a/dumps/530/script/[clientscript,script685].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 685 -[clientscript,script685](component $component0, int $int1, int $int2, int $int3, int $int4, int $int5) -$int3 = calc(($int3 + $int5) % ($int4 * 4)); -if (cc_find($component0, $int1) = true) { - if ($int3 <= $int4) { - cc_setmodelangle(0, 0, cc_getmodelangle_x, calc(($int2 + $int3) % 2048), cc_getmodelangle_z, cc_getmodelzoom); - } else if ($int3 <= calc($int4 * 2)) { - cc_setmodelangle(0, 0, cc_getmodelangle_x, calc(($int2 + $int4 - ($int3 - $int4)) % 2048), cc_getmodelangle_z, cc_getmodelzoom); - } else if ($int3 <= calc($int4 * 3)) { - cc_setmodelangle(0, 0, cc_getmodelangle_x, ~script686(calc($int2 - ($int3 - $int4 * 2)), 2048), cc_getmodelangle_z, cc_getmodelzoom); - } else { - cc_setmodelangle(0, 0, cc_getmodelangle_x, ~script686(calc($int2 - $int4 + ($int3 - $int4 * 3)), 2048), cc_getmodelangle_z, cc_getmodelzoom); - } - cc_setontimer("script685(event_com, event_comsubid, $int2, $int3, $int4, $int5)"); -} diff --git a/dumps/530/script/[clientscript,script687].cs2 b/dumps/530/script/[clientscript,script687].cs2 deleted file mode 100644 index 991c2005e..000000000 --- a/dumps/530/script/[clientscript,script687].cs2 +++ /dev/null @@ -1,61 +0,0 @@ -// 687 -[clientscript,script687](int $int0, component $component1, int $int2, component $component3, component $component4, component $component5, component $component6) -cc_deleteall($component3); -def_int $int7 = 0; -while ($int7 <= 27) { - if (cc_find($component1, calc($int7 * 6)) = true) { - cc_settrans(200); - } - $int7 = calc($int7 + 1); -} -if (cc_find($component1, $int2) = true) { - cc_settrans(150); -} -if_settext(enum(int, string, enum_1099, $int0), $component5); -if_settext(enum(int, string, enum_1100, $int0), $component6); -$int7 = enum(int, int, enum_1101, $int0); -if ($int7 < 0) { - if_settext("Unavailable", $component4); - return; -} -def_string $string0 = ""; -if ($int7 = 0) { - $string0 = "(No charge)"; -} else if ($int7 = 1) { - if (inv_total(inv_93, obj_995) >= 1) { - $string0 = "1 coin"; - } else { - $string0 = "1 coin"; - } -} else if (inv_total(inv_93, obj_995) >= $int7) { - $string0 = "<~script46($int7, ",")> coins"; - if (parawidth($string0, if_getwidth($component4), b12_full) > calc(if_getwidth($component4) - 5)) { - $string0 = "<~script46($int7, ",")>
coins"; - } -} else { - $string0 = "<~script46($int7, ",")> coins"; - if (parawidth($string0, if_getwidth($component4), b12_full) > calc(if_getwidth($component4) - 5)) { - $string0 = "<~script46($int7, ",")>
coins"; - } -} -if_settext(append("Confirm:
", $string0), $component4); -$int7 = 0; -def_graphic $graphic8 = null; -while ($int7 <= 27) { - cc_create($component3, ^iftype_graphic, $int7); - cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(if_getwidth($component3), if_getheight($component3), ^setsize_abs, ^setsize_abs); - if ($int7 = $int0) { - cc_setgraphic("wild_ditch_sign_button,0"); - cc_sethide(false); - $graphic8 = "wild_ditch_sign_button,1"; - cc_setonmouseover("script688(event_com, event_comsubid, $graphic8)"); - $graphic8 = "wild_ditch_sign_button,0"; - cc_setonmouseleave("script688(event_com, event_comsubid, $graphic8)"); - cc_setop(1, "Confirm:"); - cc_setopbase(""); - } else { - cc_sethide(true); - } - $int7 = calc($int7 + 1); -} diff --git a/dumps/530/script/[clientscript,script688].cs2 b/dumps/530/script/[clientscript,script688].cs2 deleted file mode 100644 index de81dc107..000000000 --- a/dumps/530/script/[clientscript,script688].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 688 -[clientscript,script688](component $component0, int $int1, graphic $graphic2) -if (cc_find($component0, $int1) = true) { - cc_setgraphic($graphic2); -} diff --git a/dumps/530/script/[clientscript,script68].cs2 b/dumps/530/script/[clientscript,script68].cs2 deleted file mode 100644 index 99675e199..000000000 --- a/dumps/530/script/[clientscript,script68].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 68 -[clientscript,script68](component $component0, string $string0) -if_settext($string0, $component0); diff --git a/dumps/530/script/[clientscript,script690].cs2 b/dumps/530/script/[clientscript,script690].cs2 deleted file mode 100644 index 19546f599..000000000 --- a/dumps/530/script/[clientscript,script690].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 690 -[clientscript,script690] -if_setontimer("script1949(%varclient_272, %varclient_273, event_com)", interface_190:com_1); -if_setontimer("script1949(%varclient_272, %varclient_273, event_com)", interface_190:com_4); -if_setontimer("script1949(%varclient_272, %varclient_273, event_com)", interface_190:com_2); -if_setontimer("script1949(%varclient_272, %varclient_273, event_com)", interface_190:com_5); -if_setontimer("script1949(%varclient_272, %varclient_273, event_com)", interface_190:com_3); -if_setontimer("script1949(%varclient_272, %varclient_273, event_com)", interface_190:com_6); diff --git a/dumps/530/script/[clientscript,script691].cs2 b/dumps/530/script/[clientscript,script691].cs2 deleted file mode 100644 index b0357f141..000000000 --- a/dumps/530/script/[clientscript,script691].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 691 -[clientscript,script691](component $component0, component $component1, graphic $graphic2, int $int3) -if_setgraphic($graphic2, $component0); -if_settrans($int3, $component1); diff --git a/dumps/530/script/[clientscript,script692].cs2 b/dumps/530/script/[clientscript,script692].cs2 deleted file mode 100644 index d591655ca..000000000 --- a/dumps/530/script/[clientscript,script692].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 692 -[clientscript,script692](component $component0, component $component1, component $component2) -switch_int (%varplayerbit_5367) { - case 0 : - ~script1839(1, $component0, $component1, $component2); - case 1 : - ~script1839(2, $component0, $component1, $component2); - case default : - ~script1839(0, $component0, $component1, $component2); -} diff --git a/dumps/530/script/[clientscript,script694].cs2 b/dumps/530/script/[clientscript,script694].cs2 deleted file mode 100644 index b787c5e3a..000000000 --- a/dumps/530/script/[clientscript,script694].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 694 -[clientscript,script694](string $string0, string $string1, string $string2) -if_setonmouserepeat("script38(event_com, interface_335:com_81, $string0, 25, 180)", interface_335:com_41); -if_setonmouserepeat("script38(event_com, interface_335:com_81, $string0, 25, 180)", interface_335:com_73); -if_setonmouserepeat("script38(event_com, interface_335:com_81, $string0, 25, 180)", interface_335:com_74); -if_setonmouserepeat("script38(event_com, interface_335:com_81, $string1, 25, 180)", interface_335:com_40); -if_setonmouserepeat("script38(event_com, interface_335:com_81, $string1, 25, 180)", interface_335:com_75); -if_setonmouserepeat("script38(event_com, interface_335:com_81, $string2, 25, 180)", interface_335:com_42); -if_setonmouserepeat("script38(event_com, interface_335:com_81, $string2, 25, 180)", interface_335:com_76); -%varclient_2 = 0; diff --git a/dumps/530/script/[clientscript,script695].cs2 b/dumps/530/script/[clientscript,script695].cs2 deleted file mode 100644 index f8c5d3bcf..000000000 --- a/dumps/530/script/[clientscript,script695].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 695 -[clientscript,script695](component $component0, inv $inv1, int $int2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -~script160($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); -if_setoninvtransmit("script159($component0, $inv1, $int2, $int3, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8){$inv1}", $component0); diff --git a/dumps/530/script/[clientscript,script696].cs2 b/dumps/530/script/[clientscript,script696].cs2 deleted file mode 100644 index 8d3fa29a9..000000000 --- a/dumps/530/script/[clientscript,script696].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 696 -[clientscript,script696] -if_close; -mes("Cancelled."); -sound_synth(synth_1042, 1, 0); diff --git a/dumps/530/script/[clientscript,script697].cs2 b/dumps/530/script/[clientscript,script697].cs2 deleted file mode 100644 index 55618d4d1..000000000 --- a/dumps/530/script/[clientscript,script697].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 697 -[clientscript,script697](component $component0, int $int1) -if (%varplayerbit_1010 >= $int1) { - if_settext("*", $component0); -} else { - if_settext("?", $component0); -} diff --git a/dumps/530/script/[clientscript,script698].cs2 b/dumps/530/script/[clientscript,script698].cs2 deleted file mode 100644 index b56380bfe..000000000 --- a/dumps/530/script/[clientscript,script698].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 698 -[clientscript,script698](component $component0) -if (%varplayerbit_1010 = 0) { - if_settext("First click the FIRST digit.", $component0); -} else if (%varplayerbit_1010 = 1) { - if_settext("Now click the SECOND digit.", $component0); -} else if (%varplayerbit_1010 = 2) { - if_settext("Time for the THIRD digit.", $component0); -} else if (%varplayerbit_1010 = 3) { - if_settext("Finally, the FOURTH digit.", $component0); -} else { - if_settext("Thanks!", $component0); -} diff --git a/dumps/530/script/[clientscript,script699].cs2 b/dumps/530/script/[clientscript,script699].cs2 deleted file mode 100644 index 1791ebd8c..000000000 --- a/dumps/530/script/[clientscript,script699].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 699 -[clientscript,script699](component $component0) -if (%varplayerbit_1009 < 2) { - if_settext("I don't know it.", $component0); - if_setop(1, "I don't know it.", $component0); - if_setposition(327, 252, ^setpos_abs_left, ^setpos_abs_top, interface_13:com_30); -} else { - if_settext("", $component0); - if_clearops($component0); - if_setposition(327, 263, ^setpos_abs_left, ^setpos_abs_top, interface_13:com_30); -} diff --git a/dumps/530/script/[clientscript,script69].cs2 b/dumps/530/script/[clientscript,script69].cs2 deleted file mode 100644 index 15da3d0db..000000000 --- a/dumps/530/script/[clientscript,script69].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 69 -[clientscript,script69](boolean $boolean0, component $component1) -if_sethide($boolean0, $component1); diff --git a/dumps/530/script/[clientscript,script6].cs2 b/dumps/530/script/[clientscript,script6].cs2 deleted file mode 100644 index 29e372dad..000000000 --- a/dumps/530/script/[clientscript,script6].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 6 -[clientscript,script6](component $component0, component $component1, graphic $graphic2, graphic $graphic3, int $int4, obj $obj5, int $int6, obj $obj7, int $int8, obj $obj9, int $int10, obj $obj11, int $int12, string $string0, string $string1) -if (map_members = false & ($component0 = interface_193:com_28 | $component0 = interface_430:com_16)) { - $string0 = "Lumbridge Home Teleport"; -} -if_setopbase("<$string0>", $component0); -~script21($component0, $graphic2, $graphic3, $int4, $obj5, $int6, $obj7, $int8, $obj9, $int10, $obj11, $int12); -if_setonmouserepeat("script10($component0, $component1, $int4, $string0, $string1, $obj5, $int6, $obj7, $int8, $obj9, $int10, $obj11, $int12)", $component0); -if_setonmouseleave("script11($component1)", $component0); -if (if_gettargetmask($component0) ! 0) { - if_setontargetenter("script17($component0)", $component0); - if_setontargetleave("script18($component0)", $component0); -} -if_setoninvtransmit("script16($component0, $graphic2, $graphic3, $int4, $obj5, $int6, $obj7, $int8, $obj9, $int10, $obj11, $int12){inv_93}", $component0); -if_setonstattransmit("script16($component0, $graphic2, $graphic3, $int4, $obj5, $int6, $obj7, $int8, $obj9, $int10, $obj11, $int12){magic}", $component0); diff --git a/dumps/530/script/[clientscript,script700].cs2 b/dumps/530/script/[clientscript,script700].cs2 deleted file mode 100644 index 0291cee1e..000000000 --- a/dumps/530/script/[clientscript,script700].cs2 +++ /dev/null @@ -1,42 +0,0 @@ -// 700 -[clientscript,script700](component $component0) -if ($component0 = interface_13:com_11) { - if_settext(tostring(%varplayerbit_997), $component0); - return; -} -if ($component0 = interface_13:com_12) { - if_settext(tostring(%varplayerbit_998), $component0); - return; -} -if ($component0 = interface_13:com_13) { - if_settext(tostring(%varplayerbit_999), $component0); - return; -} -if ($component0 = interface_13:com_14) { - if_settext(tostring(%varplayerbit_1000), $component0); - return; -} -if ($component0 = interface_13:com_15) { - if_settext(tostring(%varplayerbit_1001), $component0); - return; -} -if ($component0 = interface_13:com_16) { - if_settext(tostring(%varplayerbit_1002), $component0); - return; -} -if ($component0 = interface_13:com_17) { - if_settext(tostring(%varplayerbit_1003), $component0); - return; -} -if ($component0 = interface_13:com_18) { - if_settext(tostring(%varplayerbit_1004), $component0); - return; -} -if ($component0 = interface_13:com_19) { - if_settext(tostring(%varplayerbit_1005), $component0); - return; -} -if ($component0 = interface_13:com_20) { - if_settext(tostring(%varplayerbit_1006), $component0); - return; -} diff --git a/dumps/530/script/[clientscript,script701].cs2 b/dumps/530/script/[clientscript,script701].cs2 deleted file mode 100644 index 4f2ff5cb5..000000000 --- a/dumps/530/script/[clientscript,script701].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 701 -[clientscript,script701] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $int2 = 0; -while ($int0 < inv_size(inv_93)) { - cc_create(interface_478:com_14, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc(40 * $int1), calc(40 * $int2), ^setpos_abs_left, ^setpos_abs_top); - if (inv_getobj(inv_93, $int0) ! null) { - cc_setobject(inv_getobj(inv_93, $int0), inv_getnum(inv_93, $int0)); - cc_setopbase(oc_name(inv_getobj(inv_93, $int0))); - cc_setop(1, "Deposit"); - cc_setop(2, "Examine"); - cc_setondragcomplete("script703(event_com, event_comsubid, event_com2, event_comsubid2)"); - cc_setdragdeadzone(5); - cc_setdragdeadtime(10); - } - $int0 = calc($int0 + 1); - $int1 = calc($int1 + 1); - if ($int1 = 8) { - $int1 = 0; - $int2 = calc($int2 + 1); - } -} diff --git a/dumps/530/script/[clientscript,script702].cs2 b/dumps/530/script/[clientscript,script702].cs2 deleted file mode 100644 index 8c24c8d14..000000000 --- a/dumps/530/script/[clientscript,script702].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 702 -[clientscript,script702](string $string0, boolean $boolean0) -openurl_nologin($string0, $boolean0); diff --git a/dumps/530/script/[clientscript,script703].cs2 b/dumps/530/script/[clientscript,script703].cs2 deleted file mode 100644 index 0989a6bb1..000000000 --- a/dumps/530/script/[clientscript,script703].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 703 -[clientscript,script703](component $component0, int $int1, component $component2, int $int3) -def_int $int4 = 0; -def_int $int5 = 0; -if (cc_find($component0, $int1) = true & .cc_find($component2, $int3) = true) { - $int4 = cc_getx; - $int5 = cc_gety; - cc_setposition(.cc_getx, .cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setposition($int4, $int5, ^setpos_abs_left, ^setpos_abs_top); -} diff --git a/dumps/530/script/[clientscript,script707].cs2 b/dumps/530/script/[clientscript,script707].cs2 deleted file mode 100644 index 724522916..000000000 --- a/dumps/530/script/[clientscript,script707].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 707 -[clientscript,script707] -%varclient_215 = 255; -%varclient_216 = 0; diff --git a/dumps/530/script/[clientscript,script708].cs2 b/dumps/530/script/[clientscript,script708].cs2 deleted file mode 100644 index 60a04507f..000000000 --- a/dumps/530/script/[clientscript,script708].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 708 -[clientscript,script708](component $component0) -if (%varplayerbit_5032 < 80) { - if_setontimer("script709($component0)", $component0); -} else if (%varplayerbit_5331 < 35) { - if_setontimer("script709($component0)", $component0); -} diff --git a/dumps/530/script/[clientscript,script709].cs2 b/dumps/530/script/[clientscript,script709].cs2 deleted file mode 100644 index 6fae0b0b8..000000000 --- a/dumps/530/script/[clientscript,script709].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 709 -[clientscript,script709](component $component0) -if (getwindowmode >= 2) { - if_setsize(if_getwidth(interface_746:com_4), if_getheight(interface_746:com_4), ^setsize_abs, ^setsize_abs, $component0); -} else { - if_setsize(if_getwidth(interface_548:com_4), if_getheight(interface_548:com_4), ^setsize_abs, ^setsize_abs, $component0); -} diff --git a/dumps/530/script/[clientscript,script70].cs2 b/dumps/530/script/[clientscript,script70].cs2 deleted file mode 100644 index 94fa48317..000000000 --- a/dumps/530/script/[clientscript,script70].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 70 -[clientscript,script70] -if (%varplayer_560 < 1) { - if_settext("You're the Winner!", interface_373:com_1); -} else { - if_settext("Foes Remaining: ", interface_373:com_1); -} diff --git a/dumps/530/script/[clientscript,script710].cs2 b/dumps/530/script/[clientscript,script710].cs2 deleted file mode 100644 index 3542954db..000000000 --- a/dumps/530/script/[clientscript,script710].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 710 -[clientscript,script710] -if (%varclient_41 = 5) { - ~script84; -} diff --git a/dumps/530/script/[clientscript,script712].cs2 b/dumps/530/script/[clientscript,script712].cs2 deleted file mode 100644 index 22100632e..000000000 --- a/dumps/530/script/[clientscript,script712].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 712 -[clientscript,script712](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6) -~script713($component0, $component1, $component2, $component3, $component4, $component5, $component6); diff --git a/dumps/530/script/[clientscript,script714].cs2 b/dumps/530/script/[clientscript,script714].cs2 deleted file mode 100644 index 36d5979df..000000000 --- a/dumps/530/script/[clientscript,script714].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 714 -[clientscript,script714](component $component0) -cc_create($component0, ^iftype_graphic, 4); -cc_setgraphic(exclamation_mark); -cc_setsize(10, 32, ^setsize_abs, ^setsize_abs); -cc_setposition(0, 0, ^setpos_abs_centre, ^setpos_abs_centre); -cc_sethide(false); -cc_setontimer("script144($component0, 4, clientclock, calc(clientclock + 750))"); diff --git a/dumps/530/script/[clientscript,script715].cs2 b/dumps/530/script/[clientscript,script715].cs2 deleted file mode 100644 index 2df378156..000000000 --- a/dumps/530/script/[clientscript,script715].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 715 -[clientscript,script715](int $int0) -if ($int0 = 0) { - if_settextfont(p12_full, interface_334:com_2); - if_settextfont(p12_full, interface_334:com_1); - if_settextalign(^settextalign_centre, ^settextalign_centre, 17, interface_334:com_2); - if_settextalign(^settextalign_centre, ^settextalign_centre, 17, interface_334:com_1); -} else { - if_settextfont(p11_full, interface_334:com_2); - if_settextfont(p11_full, interface_334:com_1); - if_settextalign(^settextalign_centre, ^settextalign_centre, 0, interface_334:com_2); - if_settextalign(^settextalign_centre, ^settextalign_centre, 0, interface_334:com_1); -} diff --git a/dumps/530/script/[clientscript,script716].cs2 b/dumps/530/script/[clientscript,script716].cs2 deleted file mode 100644 index e05b1aeca..000000000 --- a/dumps/530/script/[clientscript,script716].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 716 -[clientscript,script716](int $int0) -if ($int0 = 50724876) { - if_setmodel(model_41312, interface_774:com_11); - sound_synth(synth_5111, 1, 0); -} else if ($int0 = 50724877) { - if_setmodel(model_41303, interface_774:com_11); - sound_synth(synth_5112, 1, 0); -} else if ($int0 = 50724878) { - if_setmodel(model_41305, interface_774:com_11); - sound_synth(synth_5110, 1, 0); -} diff --git a/dumps/530/script/[clientscript,script717].cs2 b/dumps/530/script/[clientscript,script717].cs2 deleted file mode 100644 index 792468ff1..000000000 --- a/dumps/530/script/[clientscript,script717].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 717 -[clientscript,script717] -if_setmodel(model_41313, interface_774:com_11); diff --git a/dumps/530/script/[clientscript,script718].cs2 b/dumps/530/script/[clientscript,script718].cs2 deleted file mode 100644 index 7fd8a1bd0..000000000 --- a/dumps/530/script/[clientscript,script718].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 718 -[clientscript,script718](component $component0, component $component1, component $component2, graphic $graphic3, graphic $graphic4, int $int5, string $string0, string $string1, obj $obj6, int $int7, obj $obj8, int $int9, obj $obj10, int $int11, obj $obj12, int $int13) -~script719($component0, $component1, $component2, $graphic3, $graphic4, $int5, $string0, $string1, $obj6, $int7, $obj8, $int9, $obj10, $int11, $obj12, $int13); diff --git a/dumps/530/script/[clientscript,script720].cs2 b/dumps/530/script/[clientscript,script720].cs2 deleted file mode 100644 index d86d5daf4..000000000 --- a/dumps/530/script/[clientscript,script720].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 720 -[clientscript,script720](int $int0) -~script723($int0); diff --git a/dumps/530/script/[clientscript,script721].cs2 b/dumps/530/script/[clientscript,script721].cs2 deleted file mode 100644 index 1010ea64b..000000000 --- a/dumps/530/script/[clientscript,script721].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 721 -[clientscript,script721] -~script722; diff --git a/dumps/530/script/[clientscript,script724].cs2 b/dumps/530/script/[clientscript,script724].cs2 deleted file mode 100644 index 28d76cd86..000000000 --- a/dumps/530/script/[clientscript,script724].cs2 +++ /dev/null @@ -1,38 +0,0 @@ -// 724 -[clientscript,script724](component $component0, int $int1, int $int2, string $string0) -if ($component0 = interface_745:com_1 & %varclient_616 = 0) { - return; -} -def_int $int3 = 0; -def_int $int4 = 0; -def_int $int5 = 0; -def_component $component6 = null; -def_component $component7 = null; -def_component $component8 = null; -if (%varclient_1 < calc(clientclock + 25)) { - if (%varclient_1 < clientclock) { - %varclient_1 = clientclock; - } - %varclient_1 = calc(%varclient_1 + 2); - return; -} -%varclient_1 = calc(clientclock + 25 + 10); -if (%varclient_2 ! 1) { - $int5 = calc(parawidth($string0, 1000, p12_full) + 8); - if (getwindowmode < 2) { - $component6 = interface_548:com_8; - $component8 = interface_548:com_100; - $component7 = interface_548:com_7; - } else { - $component6 = interface_746:com_18; - $component8 = interface_746:com_22; - $component7 = interface_746:com_17; - } - $int3 = calc(if_getx($component7) + if_getx($component0) + $int1 - $int5); - $int4 = calc(if_gety($component7) + if_gety($component0) + $int2 - 17); - if_sethide(false, $component6); - if_setsize($int5, 17, ^setsize_abs, ^setsize_abs, $component6); - if_setposition($int3, $int4, ^setpos_abs_left, ^setpos_abs_top, $component6); - if_settext($string0, $component8); - %varclient_2 = 1; -} diff --git a/dumps/530/script/[clientscript,script725].cs2 b/dumps/530/script/[clientscript,script725].cs2 deleted file mode 100644 index a310fde68..000000000 --- a/dumps/530/script/[clientscript,script725].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 725 -[clientscript,script725](component $component0, component $component1) -%varclient_199 = null; -if_setonvarctransmit("script726($component0, $component1){varclient_199, varclient_213}", $component0); diff --git a/dumps/530/script/[clientscript,script726].cs2 b/dumps/530/script/[clientscript,script726].cs2 deleted file mode 100644 index c22458f53..000000000 --- a/dumps/530/script/[clientscript,script726].cs2 +++ /dev/null @@ -1,35 +0,0 @@ -// 726 -[clientscript,script726](component $component0, component $component1) -if (if_hassub($component1) = false | %varclient_199 = null) { - cc_deleteall($component0); - %varclient_199 = null; - if_setonsubchange(null, $component0); - if_setonresize(null, $component0); - return; -} -if_setonsubchange("script727($component0, $component1)", $component0); -if_setonresize("script726($component0, $component1)", $component0); -cc_create($component0, ^iftype_rectangle, 0); -cc_setposition(0, 0, ^setpos_rel_left, ^setpos_rel_top); -cc_setsize(if_getx($component1), 16384, ^setsize_abs, ^setsize_rel); -cc_setcolour(%varclient_199); -cc_settrans(%varclient_213); -cc_setfill(true); -cc_create($component0, ^iftype_rectangle, 1); -cc_setposition(0, 0, ^setpos_rel_right, ^setpos_rel_top); -cc_setsize(calc(if_getwidth($component0) - (if_getx($component1) + if_getwidth($component1))), 16384, ^setsize_abs, ^setsize_rel); -cc_setcolour(%varclient_199); -cc_settrans(%varclient_213); -cc_setfill(true); -cc_create($component0, ^iftype_rectangle, 2); -cc_setposition(if_getx($component1), 0, ^setpos_abs_left, ^setpos_rel_top); -cc_setsize(if_getwidth($component1), if_gety($component1), ^setsize_abs, ^setsize_abs); -cc_setcolour(%varclient_199); -cc_settrans(%varclient_213); -cc_setfill(true); -cc_create($component0, ^iftype_rectangle, 3); -cc_setposition(if_getx($component1), 0, ^setpos_abs_left, ^setpos_rel_bottom); -cc_setsize(if_getwidth($component1), calc(if_getheight($component0) - (if_gety($component1) + if_getheight($component1))), ^setsize_abs, ^setsize_abs); -cc_setcolour(%varclient_199); -cc_settrans(%varclient_213); -cc_setfill(true); diff --git a/dumps/530/script/[clientscript,script727].cs2 b/dumps/530/script/[clientscript,script727].cs2 deleted file mode 100644 index cc4a3ea34..000000000 --- a/dumps/530/script/[clientscript,script727].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 727 -[clientscript,script727](component $component0, component $component1) -if (if_hassub($component1) = true) { - return; -} -cc_deleteall($component0); -%varclient_199 = null; -if_setonsubchange(null, $component0); -if_setonresize(null, $component0); diff --git a/dumps/530/script/[clientscript,script728].cs2 b/dumps/530/script/[clientscript,script728].cs2 deleted file mode 100644 index 8517c419a..000000000 --- a/dumps/530/script/[clientscript,script728].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 728 -[clientscript,script728] -if_sethide(true, interface_780:com_35); -if_sethide(true, interface_780:com_36); -if_sethide(true, interface_780:com_37); -if_sethide(true, interface_780:com_38); -if_sethide(true, interface_780:com_39); -if_sethide(true, interface_780:com_40); -if_sethide(true, interface_780:com_41); -if_sethide(true, interface_780:com_42); -if_sethide(true, interface_780:com_44); -if_sethide(true, interface_780:com_47); -if_sethide(true, interface_780:com_48); -if_sethide(true, interface_780:com_43); -if_settext("Use a talisman to display the altar location.", interface_780:com_33); diff --git a/dumps/530/script/[clientscript,script729].cs2 b/dumps/530/script/[clientscript,script729].cs2 deleted file mode 100644 index d327ace90..000000000 --- a/dumps/530/script/[clientscript,script729].cs2 +++ /dev/null @@ -1,119 +0,0 @@ -// 729 -[clientscript,script729] -~script730(obj_1438, interface_779:com_17, interface_779:com_16); -~script730(obj_1448, interface_779:com_31, interface_779:com_30); -~script730(obj_1444, interface_779:com_35, interface_779:com_34); -~script730(obj_1440, interface_779:com_25, interface_779:com_24); -~script730(obj_1442, interface_779:com_27, interface_779:com_26); -~script730(obj_1446, interface_779:com_19, interface_779:com_18); -~script730(obj_1452, interface_779:com_21, interface_779:com_20); -~script730(obj_1458, interface_779:com_29, interface_779:com_28); -~script730(obj_1462, interface_779:com_33, interface_779:com_32); -~script730(obj_1454, interface_779:com_23, interface_779:com_22); -~script730(obj_13625, interface_779:com_49, interface_779:com_48); -~script730(obj_13624, interface_779:com_55, interface_779:com_54); -~script730(obj_13627, interface_779:com_61, interface_779:com_60); -~script730(obj_13628, interface_779:com_67, interface_779:com_66); -~script730(obj_13615, interface_779:com_51, interface_779:com_50); -~script730(obj_13614, interface_779:com_57, interface_779:com_56); -~script730(obj_13617, interface_779:com_63, interface_779:com_62); -~script730(obj_13618, interface_779:com_69, interface_779:com_68); -~script730(obj_13620, interface_779:com_53, interface_779:com_52); -~script730(obj_13619, interface_779:com_59, interface_779:com_58); -~script730(obj_13622, interface_779:com_65, interface_779:com_64); -~script730(obj_13623, interface_779:com_71, interface_779:com_70); -~script730(obj_13599, interface_779:com_87, interface_779:com_86); -~script730(obj_13602, interface_779:com_97, interface_779:com_96); -~script730(obj_13601, interface_779:com_109, interface_779:com_108); -~script730(obj_13603, interface_779:com_99, interface_779:com_98); -~script730(obj_13600, interface_779:com_103, interface_779:com_102); -~script730(obj_13604, interface_779:com_89, interface_779:com_88); -~script730(obj_13608, interface_779:com_101, interface_779:com_100); -~script730(obj_13606, interface_779:com_91, interface_779:com_90); -~script730(obj_13605, interface_779:com_93, interface_779:com_92); -~script730(obj_13607, interface_779:com_105, interface_779:com_104); -~script730(obj_13609, interface_779:com_95, interface_779:com_94); -~script730(obj_13610, interface_779:com_111, interface_779:com_110); -~script730(obj_13598, interface_779:com_113, interface_779:com_112); -~script730(obj_13611, interface_779:com_107, interface_779:com_106); -~script730(obj_13629, interface_779:com_117, interface_779:com_116); -~script730(obj_1437, interface_779:com_119, interface_779:com_118); -if_settext("1 token each", interface_779:com_119); -switch_int (%varplayer_1278) { - case 1438 : - if_setcolour(^white, interface_779:com_16); - case 1440 : - if_setcolour(^white, interface_779:com_24); - case 1442 : - if_setcolour(^white, interface_779:com_26); - case 1444 : - if_setcolour(^white, interface_779:com_34); - case 1448 : - if_setcolour(^white, interface_779:com_30); - case 1446 : - if_setcolour(^white, interface_779:com_18); - case 1458 : - if_setcolour(^white, interface_779:com_28); - case 1452 : - if_setcolour(^white, interface_779:com_20); - case 1462 : - if_setcolour(^white, interface_779:com_32); - case 1454 : - if_setcolour(^white, interface_779:com_22); - case 13625 : - if_setcolour(^white, interface_779:com_48); - case 13624 : - if_setcolour(^white, interface_779:com_54); - case 13627 : - if_setcolour(^white, interface_779:com_60); - case 13628 : - if_setcolour(^white, interface_779:com_66); - case 13615 : - if_setcolour(^white, interface_779:com_50); - case 13614 : - if_setcolour(^white, interface_779:com_56); - case 13617 : - if_setcolour(^white, interface_779:com_62); - case 13618 : - if_setcolour(^white, interface_779:com_68); - case 13620 : - if_setcolour(^white, interface_779:com_52); - case 13619 : - if_setcolour(^white, interface_779:com_58); - case 13622 : - if_setcolour(^white, interface_779:com_64); - case 13623 : - if_setcolour(^white, interface_779:com_70); - case 13599 : - if_setcolour(^white, interface_779:com_86); - case 13601 : - if_setcolour(^white, interface_779:com_108); - case 13602 : - if_setcolour(^white, interface_779:com_96); - case 13603 : - if_setcolour(^white, interface_779:com_98); - case 13600 : - if_setcolour(^white, interface_779:com_102); - case 13604 : - if_setcolour(^white, interface_779:com_88); - case 13608 : - if_setcolour(^white, interface_779:com_100); - case 13606 : - if_setcolour(^white, interface_779:com_90); - case 13607 : - if_setcolour(^white, interface_779:com_104); - case 13605 : - if_setcolour(^white, interface_779:com_92); - case 13609 : - if_setcolour(^white, interface_779:com_94); - case 13610 : - if_setcolour(^white, interface_779:com_110); - case 13598 : - if_setcolour(^white, interface_779:com_112); - case 13611 : - if_setcolour(^white, interface_779:com_106); - case 13629 : - if_setcolour(^white, interface_779:com_116); - case 1437 : - if_setcolour(^white, interface_779:com_118); -} diff --git a/dumps/530/script/[clientscript,script731].cs2 b/dumps/530/script/[clientscript,script731].cs2 deleted file mode 100644 index c3a325f4f..000000000 --- a/dumps/530/script/[clientscript,script731].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 731 -[clientscript,script731] -if_setmodel(null, interface_781:com_15); -if_setmodel(null, interface_781:com_16); -if_setmodel(null, interface_781:com_17); -if_setmodel(null, interface_781:com_18); -if_setmodel(null, interface_781:com_19); -if_setmodel(null, interface_781:com_20); -if_setmodel(null, interface_781:com_21); -if_setmodel(null, interface_781:com_22); -if_setmodelanim(seq_10139, interface_781:com_33); -if_setmodelanim(seq_10139, interface_781:com_40); -if_sethide(true, interface_781:com_1); diff --git a/dumps/530/script/[clientscript,script732].cs2 b/dumps/530/script/[clientscript,script732].cs2 deleted file mode 100644 index 738cac21f..000000000 --- a/dumps/530/script/[clientscript,script732].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 732 -[clientscript,script732](component $component0) -if (%varplayerbit_278 = 0) { - if_setmodelanim(seq_1377, $component0); -} else if (%varplayerbit_278 = 1) { - if_setmodelanim(seq_2114, $component0); -} else { - if_setmodelanim(seq_2116, $component0); -} diff --git a/dumps/530/script/[clientscript,script733].cs2 b/dumps/530/script/[clientscript,script733].cs2 deleted file mode 100644 index 816d8668c..000000000 --- a/dumps/530/script/[clientscript,script733].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 733 -[clientscript,script733](component $component0) -if (%varplayerbit_278 = 0) { - if_setmodelanim(seq_1378, $component0); -} else if (%varplayerbit_278 = 1) { - if_setmodelanim(seq_2115, $component0); -} else { - if_setmodelanim(seq_2117, $component0); -} diff --git a/dumps/530/script/[clientscript,script735].cs2 b/dumps/530/script/[clientscript,script735].cs2 deleted file mode 100644 index d4c2df914..000000000 --- a/dumps/530/script/[clientscript,script735].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 735 -[clientscript,script735](component $component0, int $int1) -~script802($component0, $int1); diff --git a/dumps/530/script/[clientscript,script73].cs2 b/dumps/530/script/[clientscript,script73].cs2 deleted file mode 100644 index 252b56bfa..000000000 --- a/dumps/530/script/[clientscript,script73].cs2 +++ /dev/null @@ -1,77 +0,0 @@ -// 73 -[clientscript,script73](int $key0, char $char1) -if ($key0 = ^key_f9) { - if (%varclient_132 ! null) { - ~script1052(%varclient_133, %varclientstring_29, %varclient_132); - } - return; -} -if ($key0 = ^key_f10) { - if (~script1036 ! null) { - ~script1051(0, ""); - } - return; -} -def_int $int2 = 0; -def_int $int3 = 0; -if ($key0 = ^key_f11) { - $int2 = 150; - $int3 = calc(clientclock - %varclient_158); - if ($int3 > 1500) { - %varclient_159 = 0; - } - if (%varclient_159 >= 7) { - $int2 = 600; - } else if (%varclient_159 >= 5) { - $int2 = 450; - } else if (%varclient_159 >= 3) { - $int2 = 300; - } - if ($int3 >= $int2) { - %varclient_158 = clientclock; - %varclient_159 = calc(%varclient_159 + 1); - if (%varclient_130 ! null) { - ~script1069; - } - return; - } -} -if (staffmodlevel > 0) { - if ($key0 = ^key_page_up) { - ~script75; - } else if ($key0 = ^key_page_down) { - ~script76; - } -} else if (unknown_command_3328 = true | map_quickchat = true) { - if ($key0 = ^key_return) { - ~script1050(0, ""); - return; - } - if (char_isprintable($char1) = true & compare("/", append_char("", $char1)) = 0) { - ~script1050(2, ""); - return; - } - return; -} -if ($key0 = ^key_return) { - if (string_length(%varclientstring_1) <= 0) { - %varclientstring_1 = ""; - ~script1050(0, ""); - return; - } - if (compare("/", %varclientstring_1) = 0) { - %varclientstring_1 = ""; - ~script1050(2, ""); - return; - } - chat_sendpublic(%varclientstring_1); - ~script77(%varclientstring_1); - %varclientstring_1 = ""; -} else { - %varclientstring_1 = ~script74(%varclientstring_1, 0, $key0, $char1); -} -if (getwindowmode >= 2) { - if_settext(": *", interface_137:com_51); -} else { - if_settext(": *", interface_137:com_51); -} diff --git a/dumps/530/script/[clientscript,script740].cs2 b/dumps/530/script/[clientscript,script740].cs2 deleted file mode 100644 index 78c50a1b9..000000000 --- a/dumps/530/script/[clientscript,script740].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 740 -[clientscript,script740] -%varclient_106 = 0; -%varclient_106 = 0; -%varclient_99 = 0; -%varclient_100 = 0; -%varclient_101 = 0; -%varclient_104 = 0; -%varclient_102 = 0; -%varclient_105 = 20; -~script738; diff --git a/dumps/530/script/[clientscript,script741].cs2 b/dumps/530/script/[clientscript,script741].cs2 deleted file mode 100644 index bee5ab27b..000000000 --- a/dumps/530/script/[clientscript,script741].cs2 +++ /dev/null @@ -1,22 +0,0 @@ -// 741 -[clientscript,script741] -def_int $int0 = %varplayer_1163; -if ($int0 = 0) { - return; -} -def_int $int1 = ~script739($int0); -def_model $model2 = enum(int, model, enum_1151, $int1); -if (testbit(%varclient_104, $int1) = ^true) { - return; -} -if ($int0 = %varclient_99 | $int0 = %varclient_100 | $int0 = %varclient_101) { - return; -} -if_setmodel($model2, enum(int, component, enum_1153, $int0)); -~script737($int0); -if (%varclient_102 = 12) { -} -if (%varclient_105 = 0) { - mes("The mechanism issues forth a whine and shuts down."); - if_close; -} diff --git a/dumps/530/script/[clientscript,script742].cs2 b/dumps/530/script/[clientscript,script742].cs2 deleted file mode 100644 index 78ed0b5dd..000000000 --- a/dumps/530/script/[clientscript,script742].cs2 +++ /dev/null @@ -1,33 +0,0 @@ -// 742 -[clientscript,script742] -def_int $int0 = %varplayer_1164; -def_int $int1 = 0; -if ($int0 = 0) { - return; -} -if ($int0 = 10) { - %varclient_105 = calc(%varclient_105 - 1); - if (%varplayerbit_4228 ! %varclient_105) { - if (%varplayerbit_4228 > %varclient_105) { - $int1 = 1; - mes("Part of the mechanism jams due to your frenzied manipulation."); - } - %varclient_105 = %varplayerbit_4228; - } - if (%varclient_105 = 0) { - mes("The mechanism issues forth a whine and shuts down."); - if_close; - } - ~script738; - return; -} -$int0 = calc($int0 - 1); -if (testbit(%varclient_106, $int0) = ^true) { - return; -} -%varclient_106 = setbit(%varclient_106, $int0); -%varclient_105 = calc(%varclient_105 + 5); -~script738; -def_model $model2 = enum(int, model, enum_1155, $int0); -def_component $component3 = enum(int, component, enum_1154, $int0); -if_setmodel($model2, $component3); diff --git a/dumps/530/script/[clientscript,script743].cs2 b/dumps/530/script/[clientscript,script743].cs2 deleted file mode 100644 index a67a1a24f..000000000 --- a/dumps/530/script/[clientscript,script743].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 743 -[clientscript,script743] -~script744; diff --git a/dumps/530/script/[clientscript,script745].cs2 b/dumps/530/script/[clientscript,script745].cs2 deleted file mode 100644 index 71608c985..000000000 --- a/dumps/530/script/[clientscript,script745].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 745 -[clientscript,script745] -if_setgraphic("combatboxes,1", interface_664:com_1); -if_setgraphic("combatboxes,0", interface_664:com_3); -if_setgraphic("combatboxes,0", interface_664:com_5); diff --git a/dumps/530/script/[clientscript,script746].cs2 b/dumps/530/script/[clientscript,script746].cs2 deleted file mode 100644 index 48f77ab74..000000000 --- a/dumps/530/script/[clientscript,script746].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 746 -[clientscript,script746] -if_setgraphic("combatboxes,0", interface_664:com_1); -if_setgraphic("combatboxes,1", interface_664:com_3); -if_setgraphic("combatboxes,0", interface_664:com_5); diff --git a/dumps/530/script/[clientscript,script747].cs2 b/dumps/530/script/[clientscript,script747].cs2 deleted file mode 100644 index 1b2908cf4..000000000 --- a/dumps/530/script/[clientscript,script747].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 747 -[clientscript,script747] -if_setgraphic("combatboxes,0", interface_664:com_1); -if_setgraphic("combatboxes,0", interface_664:com_3); -if_setgraphic("combatboxes,1", interface_664:com_5); diff --git a/dumps/530/script/[clientscript,script748].cs2 b/dumps/530/script/[clientscript,script748].cs2 deleted file mode 100644 index 23ecdeaa1..000000000 --- a/dumps/530/script/[clientscript,script748].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 748 -[clientscript,script748](int $int0, int $int1) -if (~script750($int0) = 0) { - if_setgraphic("combatboxes_very_large,1", interface_664:com_9); - if_settext("Auto-retaliate
(On)", interface_664:com_10); -} else { - if_setgraphic("combatboxes_very_large,0", interface_664:com_9); - if_settext("Auto-retaliate
(Off)", interface_664:com_10); -} diff --git a/dumps/530/script/[clientscript,script749].cs2 b/dumps/530/script/[clientscript,script749].cs2 deleted file mode 100644 index 8e9240f12..000000000 --- a/dumps/530/script/[clientscript,script749].cs2 +++ /dev/null @@ -1,22 +0,0 @@ -// 749 -[clientscript,script749] -if (%varplayer_43 = 0) { - if_setgraphic("combatboxes,1", interface_664:com_1); - if_setgraphic("combatboxes,0", interface_664:com_3); - if_setgraphic("combatboxes,0", interface_664:com_5); -} else if (%varplayer_43 = 1) { - if_setgraphic("combatboxes,0", interface_664:com_1); - if_setgraphic("combatboxes,1", interface_664:com_3); - if_setgraphic("combatboxes,0", interface_664:com_5); -} else if (%varplayer_43 = 2) { - if_setgraphic("combatboxes,0", interface_664:com_1); - if_setgraphic("combatboxes,0", interface_664:com_3); - if_setgraphic("combatboxes,1", interface_664:com_5); -} -if (%varplayer_172 = 0) { - if_setgraphic("combatboxes_very_large,1", interface_664:com_9); - if_settext("Auto-retaliate
(On)", interface_664:com_10); -} else if (%varplayer_172 = 1) { - if_setgraphic("combatboxes_very_large,0", interface_664:com_9); - if_settext("Auto-retaliate
(Off)", interface_664:com_10); -} diff --git a/dumps/530/script/[clientscript,script751].cs2 b/dumps/530/script/[clientscript,script751].cs2 deleted file mode 100644 index 596b5fbdb..000000000 --- a/dumps/530/script/[clientscript,script751].cs2 +++ /dev/null @@ -1,38 +0,0 @@ -// 751 -[clientscript,script751] -def_seq $seq0 = null; -def_string $string0 = ""; -if (%varplayer_1174 ! null) { - $string0 = enum(npc, string, enum_1279, %varplayer_1174); - if_setnpchead(%varplayer_1174, interface_662:com_1); -} else if (enum(obj, npc, enum_1320, %varplayer_448) ! npc_6988) { - %varplayer_1174 = enum(obj, npc, enum_1320, %varplayer_448); - $string0 = enum(npc, string, enum_1279, %varplayer_1174); - if_setnpchead(%varplayer_1174, interface_662:com_1); -} -if (compare($string0, "Animal") = 0) { - if_settext(oc_name(%varplayer_448), interface_662:com_55); -} else { - if_settext($string0, interface_662:com_55); -} -if (%varplayerbit_4282 > 50) { - %varplayerbit_4282 = calc(%varplayerbit_4282 - 50); - $seq0 = enum(int, seq, enum_1275, %varplayerbit_4282); - if_setmodelanim($seq0, interface_662:com_1); -} else { - $seq0 = enum(int, seq, enum_1276, %varplayerbit_4282); - if_setmodelanim($seq0, interface_662:com_1); -} -if (enum(obj, obj, enum_1283, %varplayer_448) ! obj_526) { - if_sethide(true, interface_662:com_62); - if (enum(npc, component, enum_1282, %varplayer_1174) ! interface_662:com_47) { - if_sethide(false, interface_662:com_63); - if_sethide(false, interface_662:com_61); - if_sethide(false, enum(npc, component, enum_1282, %varplayer_1174)); - } else { - if_sethide(true, interface_662:com_61); - } -} else { - if_sethide(false, interface_662:com_62); - if_sethide(true, interface_662:com_61); -} diff --git a/dumps/530/script/[clientscript,script752].cs2 b/dumps/530/script/[clientscript,script752].cs2 deleted file mode 100644 index 9490c85ec..000000000 --- a/dumps/530/script/[clientscript,script752].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 752 -[clientscript,script752] -if (%varplayerbit_4534 = 0 & %varplayerbit_4290 = 0) { - if_settext("---", interface_662:com_45); - return; -} -if (%varplayerbit_4290 = 0) { - if_settext(".00", interface_662:com_45); -} else { - if_settext(".30", interface_662:com_45); -} diff --git a/dumps/530/script/[clientscript,script753].cs2 b/dumps/530/script/[clientscript,script753].cs2 deleted file mode 100644 index 27131d7c9..000000000 --- a/dumps/530/script/[clientscript,script753].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 753 -[clientscript,script753] -if (%varplayerbit_4286 ! 101) { - if_settext("%", interface_662:com_49); - if (%varplayerbit_4286 > 74) { - if_setcolour(^red, interface_662:com_49); - } else { - if_setcolour(^white, interface_662:com_49); - } -} else { - if_settext("NA", interface_662:com_49); -} -if (%varplayerbit_4285 ! 101) { - if_settext("%", interface_662:com_47); -} else { - if_settext("NA", interface_662:com_47); -} diff --git a/dumps/530/script/[clientscript,script754].cs2 b/dumps/530/script/[clientscript,script754].cs2 deleted file mode 100644 index f4ff4c0bb..000000000 --- a/dumps/530/script/[clientscript,script754].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 754 -[clientscript,script754](int $int0, int $int1) -if ($int1 = 0) { - if_settext(".00", interface_662:com_45); -} else { - if_settext(".30", interface_662:com_45); -} diff --git a/dumps/530/script/[clientscript,script755].cs2 b/dumps/530/script/[clientscript,script755].cs2 deleted file mode 100644 index 07c78d3c3..000000000 --- a/dumps/530/script/[clientscript,script755].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 755 -[clientscript,script755] -if_settext("/", interface_662:com_43); diff --git a/dumps/530/script/[clientscript,script756].cs2 b/dumps/530/script/[clientscript,script756].cs2 deleted file mode 100644 index ff0dc62fa..000000000 --- a/dumps/530/script/[clientscript,script756].cs2 +++ /dev/null @@ -1,105 +0,0 @@ -// 756 -[clientscript,script756] -if (%varplayer_1177 > 60) { - %varplayer_1177 = 60; -} -if (%varplayer_1177 = 60) { - if_sethide(false, interface_662:com_40); -} else { - if_sethide(true, interface_662:com_40); -} -if (%varplayer_1177 >= 57) { - if_sethide(false, interface_662:com_39); -} else { - if_sethide(true, interface_662:com_39); -} -if (%varplayer_1177 >= 54) { - if_sethide(false, interface_662:com_38); -} else { - if_sethide(true, interface_662:com_38); -} -if (%varplayer_1177 >= 51) { - if_sethide(false, interface_662:com_37); -} else { - if_sethide(true, interface_662:com_37); -} -if (%varplayer_1177 >= 48) { - if_sethide(false, interface_662:com_36); -} else { - if_sethide(true, interface_662:com_36); -} -if (%varplayer_1177 >= 45) { - if_sethide(false, interface_662:com_35); -} else { - if_sethide(true, interface_662:com_35); -} -if (%varplayer_1177 >= 42) { - if_sethide(false, interface_662:com_34); -} else { - if_sethide(true, interface_662:com_34); -} -if (%varplayer_1177 >= 39) { - if_sethide(false, interface_662:com_33); -} else { - if_sethide(true, interface_662:com_33); -} -if (%varplayer_1177 >= 36) { - if_sethide(false, interface_662:com_32); -} else { - if_sethide(true, interface_662:com_32); -} -if (%varplayer_1177 >= 33) { - if_sethide(false, interface_662:com_31); -} else { - if_sethide(true, interface_662:com_31); -} -if (%varplayer_1177 >= 30) { - if_sethide(false, interface_662:com_30); -} else { - if_sethide(true, interface_662:com_30); -} -if (%varplayer_1177 >= 27) { - if_sethide(false, interface_662:com_29); -} else { - if_sethide(true, interface_662:com_29); -} -if (%varplayer_1177 >= 24) { - if_sethide(false, interface_662:com_28); -} else { - if_sethide(true, interface_662:com_28); -} -if (%varplayer_1177 >= 21) { - if_sethide(false, interface_662:com_27); -} else { - if_sethide(true, interface_662:com_27); -} -if (%varplayer_1177 >= 18) { - if_sethide(false, interface_662:com_26); -} else { - if_sethide(true, interface_662:com_26); -} -if (%varplayer_1177 >= 15) { - if_sethide(false, interface_662:com_25); -} else { - if_sethide(true, interface_662:com_25); -} -if (%varplayer_1177 >= 12) { - if_sethide(false, interface_662:com_24); -} else { - if_sethide(true, interface_662:com_24); -} -if (%varplayer_1177 >= 9) { - if_sethide(false, interface_662:com_23); -} else { - if_sethide(true, interface_662:com_23); -} -if (%varplayer_1177 >= 6) { - if_sethide(false, interface_662:com_22); -} else { - if_sethide(true, interface_662:com_22); -} -if (%varplayer_1177 >= 3) { - if_sethide(false, interface_662:com_21); -} else { - if_sethide(true, interface_662:com_21); -} diff --git a/dumps/530/script/[clientscript,script757].cs2 b/dumps/530/script/[clientscript,script757].cs2 deleted file mode 100644 index e10635adb..000000000 --- a/dumps/530/script/[clientscript,script757].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 757 -[clientscript,script757](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5) -~script759($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4, $string5); -if_setoninvtransmit("script758($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4, $string5){inv_93}", $component0); diff --git a/dumps/530/script/[clientscript,script758].cs2 b/dumps/530/script/[clientscript,script758].cs2 deleted file mode 100644 index 36c7e17e8..000000000 --- a/dumps/530/script/[clientscript,script758].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 758 -[clientscript,script758](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5) -~script759($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4, $string5); diff --git a/dumps/530/script/[clientscript,script763].cs2 b/dumps/530/script/[clientscript,script763].cs2 deleted file mode 100644 index 6ebfef77f..000000000 --- a/dumps/530/script/[clientscript,script763].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 763 -[clientscript,script763](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4) -~script765($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4); -if_setoninvtransmit("script764($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4){inv_93}", $component0); diff --git a/dumps/530/script/[clientscript,script764].cs2 b/dumps/530/script/[clientscript,script764].cs2 deleted file mode 100644 index fd7851b96..000000000 --- a/dumps/530/script/[clientscript,script764].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 764 -[clientscript,script764](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4) -~script765($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4); diff --git a/dumps/530/script/[clientscript,script769].cs2 b/dumps/530/script/[clientscript,script769].cs2 deleted file mode 100644 index 7179b35ce..000000000 --- a/dumps/530/script/[clientscript,script769].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 769 -[clientscript,script769] -def_obj $obj0 = enum(obj, obj, enum_1283, %varplayer_448); -if ($obj0 = obj_526) { - if_settext("0", interface_662:com_61); - return; -} -def_int $int1 = inv_total(inv_93, $obj0); -if ($int1 > 0) { - if ($int1 > 1000000) { - $int1 = calc($int1 / 1000000); - if_settext("M", interface_662:com_61); - return; - } else if ($int1 > 1000) { - $int1 = calc($int1 / 1000); - if_settext("K", interface_662:com_61); - return; - } else { - if_settext(tostring(inv_total(inv_93, $obj0)), interface_662:com_61); - return; - } -} else { - if_settext("0", interface_662:com_61); - return; -} -return; diff --git a/dumps/530/script/[clientscript,script770].cs2 b/dumps/530/script/[clientscript,script770].cs2 deleted file mode 100644 index 5d5f561f4..000000000 --- a/dumps/530/script/[clientscript,script770].cs2 +++ /dev/null @@ -1,220 +0,0 @@ -// 770 -[clientscript,script770](int $int0, component $component1, component $component2, int $int3, string $string0, obj $obj4, int $int5, obj $obj6, int $int7, obj $obj8, int $int9, obj $obj10, int $int11, obj $obj12, int $int13, obj $obj14, int $int15, obj $obj16, int $int17, obj $obj18, int $int19, obj $obj20, int $int21, obj $obj22, int $int23) -cc_deleteall($component1); -def_int $int24 = paraheight("Level : <$string0>", 177, p12_full); -def_int $int25 = calc(2 + 13 * $int24); -def_int $int26 = calc(2 + 13 * paraheight("To craft this you need", 177, p11_full)); -def_int $int27 = calc(2 + $int25 + $int26 + 32 + 14 + 2); -def_int $int28 = 5; -def_int $int29 = 5; -def_int $int30 = 1; -def_int $int31 = 1; -if (cc_find($component2, $int0) = true) { - if ($obj4 = null) { - $int27 = calc($int27 - 32 - 14); - } - if ($int24 > 1) { - if ($obj12 ! null) { - $int27 = calc($int27 + 57); - } - } else if ($obj12 ! null) { - $int27 = calc($int27 + 32 + 14); - } - $int28 = calc(cc_gety - if_getscrolly($component2) + 110); - if ($int28 > 200) { - $int28 = calc(cc_gety - if_getscrolly($component2) - $int27 + 45); - } - $int29 = calc(cc_getx - 60); - if ($int29 < 0) { - $int29 = 5; - } - if ($int29 > 270) { - $int29 = 285; - } - cc_create($component1, ^iftype_rectangle, 0); - cc_setposition($int29, $int28, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(180, $int27, ^setsize_abs, ^setsize_abs); - cc_setfill(true); - cc_setcolour(^black); - cc_settrans(42); - cc_create($component1, ^iftype_rectangle, 1); - cc_setposition(calc($int29 + 1), calc($int28 + 1), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(179, calc($int27 - 1), ^setsize_abs, ^setsize_abs); - cc_setfill(false); - cc_setcolour(0x2e2b23); - cc_create($component1, ^iftype_rectangle, 2); - cc_setposition($int29, $int28, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(179, calc($int27 - 1), ^setsize_abs, ^setsize_abs); - cc_setfill(false); - cc_setcolour(0x726451); - cc_create($component1, ^iftype_text, 3); - cc_setposition(calc($int29 + 2), calc($int28 + 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(177, $int25, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p12_full); - cc_setcolour(0xff981f); - cc_settextshadow(false); - cc_settext("Level : <$string0>"); - cc_create($component1, ^iftype_text, 4); - cc_setposition($int29, calc($int28 + 2 + $int25), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(177, $int26, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - cc_setcolour(0xaf6a1a); - cc_settextshadow(false); - cc_settext("This item requires"); - if ($obj6 ! null) { - $int30 = 2; - } - if ($obj8 ! null) { - $int30 = 3; - } - if ($obj10 ! null) { - $int30 = 4; - } - $int31 = calc((190 - $int30 * 35) / ($int30 + 1)); - if ($obj4 ! null) { - cc_create($component1, ^iftype_graphic, 5); - cc_setposition(calc($int29 + $int31), calc($int28 + 2 + $int25 + $int26), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj4, -1); - cc_create($component1, ^iftype_text, 6); - cc_setposition(calc($int29 + $int31), calc($int28 + 2 + $int25 + $int26 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script771($obj4) >= $int5) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script781(~script771($obj4))>/"); - } - if ($obj6 ! null) { - cc_create($component1, ^iftype_graphic, 7); - cc_setposition(calc($int29 + $int31 * 2 + 35), calc($int28 + 2 + $int25 + $int26), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj6, -1); - cc_create($component1, ^iftype_text, 8); - cc_setposition(calc($int29 + $int31 * 2 + 35), calc($int28 + 2 + $int25 + $int26 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script771($obj6) >= $int7) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script780(~script771($obj6))>/"); - } - if ($obj8 ! null) { - cc_create($component1, ^iftype_graphic, 9); - cc_setposition(calc($int29 + $int31 * 3 + 70), calc($int28 + 2 + $int25 + $int26), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj8, -1); - cc_create($component1, ^iftype_text, 10); - cc_setposition(calc($int29 + $int31 * 3 + 70), calc($int28 + 2 + $int25 + $int26 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script771($obj8) >= $int9) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script780(~script771($obj8))>/"); - } - if ($obj10 ! null) { - cc_create($component1, ^iftype_graphic, 11); - cc_setposition(calc($int29 + $int31 * 4 + 105), calc($int28 + 2 + $int25 + $int26), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj10, -1); - cc_create($component1, ^iftype_text, 12); - cc_setposition(calc($int29 + $int31 * 4 + 105), calc($int28 + 2 + $int25 + $int26 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script771($obj10) >= $int11) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script780(~script771($obj10))>/"); - } - if ($obj12 ! null) { - cc_create($component1, ^iftype_graphic, 13); - cc_setposition(calc($int29 + $int31), calc($int28 + 16 + 2 * $int25 + 2 * $int26), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj12, -1); - cc_create($component1, ^iftype_text, 14); - cc_setposition(calc($int29 + $int31), calc($int28 + 16 + 2 * $int25 + 2 * $int26 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script771($obj12) >= $int13) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script780(~script771($obj12))>/"); - } - if ($obj14 ! null) { - cc_create($component1, ^iftype_graphic, 15); - cc_setposition(calc($int29 + $int31 * 2 + 35), calc($int28 + 16 + 2 * $int25 + 2 * $int26), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj14, -1); - cc_create($component1, ^iftype_text, 16); - cc_setposition(calc($int29 + $int31 * 2 + 35), calc($int28 + 16 + 2 * $int25 + 2 * $int26 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script771($obj14) >= $int15) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script780(~script771($obj14))>/"); - } - if ($obj16 ! null) { - cc_create($component1, ^iftype_graphic, 15); - cc_setposition(calc($int29 + $int31 * 3 + 35 + 2), calc($int28 + 16 + 2 * $int25 + 2 * $int26), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj16, -1); - cc_create($component1, ^iftype_text, 16); - cc_setposition(calc($int29 + $int31 * 3 + 35 + 2), calc($int28 + 16 + 2 * $int25 + 2 * $int26 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script771($obj16) >= $int17) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script780(~script771($obj16))>/"); - } - if ($obj18 ! null) { - cc_create($component1, ^iftype_graphic, 15); - cc_setposition(calc($int29 + $int31 * 4 + 35 + 3), calc($int28 + 16 + 2 * $int25 + 2 * $int26), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj18, -1); - cc_create($component1, ^iftype_text, 16); - cc_setposition(calc($int29 + $int31 * 4 + 35 + 3), calc($int28 + 16 + 2 * $int25 + 2 * $int26 + 32), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(35, 14, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p11_full); - if (~script771($obj18) >= $int19) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - cc_settextshadow(false); - cc_settext("<~script780(~script771($obj18))>/"); - } -} diff --git a/dumps/530/script/[clientscript,script772].cs2 b/dumps/530/script/[clientscript,script772].cs2 deleted file mode 100644 index 8d78ff87c..000000000 --- a/dumps/530/script/[clientscript,script772].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 772 -[clientscript,script772](component $component0) -~script1184($component0); -if_setonmisctransmit("script838($component0)", $component0); diff --git a/dumps/530/script/[clientscript,script774].cs2 b/dumps/530/script/[clientscript,script774].cs2 deleted file mode 100644 index c4b7c2d4f..000000000 --- a/dumps/530/script/[clientscript,script774].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 774 -[clientscript,script774](component $component0, component $component1, component $component2, graphic $graphic3, graphic $graphic4, int $int5, obj $obj6, int $int7, obj $obj8, int $int9, obj $obj10, int $int11, obj $obj12, int $int13, string $string0, string $string1) -~script719($component0, $component1, $component2, $graphic3, $graphic4, $int5, $string0, $string1, $obj6, $int7, $obj8, $int9, $obj10, $int11, $obj12, $int13); -if (if_gettargetmask($component0) ! 0) { - if_setontargetenter("script17($component0)", $component0); - if_setontargetleave("script18($component0)", $component0); -} -if_setoninvtransmit("script718($component0, $component1, $component2, $graphic3, $graphic4, $int5, $string0, $string1, $obj6, $int7, $obj8, $int9, $obj10, $int11, $obj12, $int13){inv_93}", $component0); -if_setonstattransmit("script718($component0, $component1, $component2, $graphic3, $graphic4, $int5, $string0, $string1, $obj6, $int7, $obj8, $int9, $obj10, $int11, $obj12, $int13){summoning}", $component0); -if_setonvartransmit("script718($component0, $component1, $component2, $graphic3, $graphic4, $int5, $string0, $string1, $obj6, $int7, $obj8, $int9, $obj10, $int11, $obj12, $int13){varplayer_1175, varplayer_448}", $component0); diff --git a/dumps/530/script/[clientscript,script776].cs2 b/dumps/530/script/[clientscript,script776].cs2 deleted file mode 100644 index e8afca3c3..000000000 --- a/dumps/530/script/[clientscript,script776].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 776 -[clientscript,script776](component $component0) -if (%varplayerbit_4537 = 0) { - if_settextalign(^settextalign_centre, ^settextalign_centre, 0, $component0); -} else { - if_settextalign(^settextalign_left, ^settextalign_centre, 0, $component0); -} diff --git a/dumps/530/script/[clientscript,script777].cs2 b/dumps/530/script/[clientscript,script777].cs2 deleted file mode 100644 index dd0082092..000000000 --- a/dumps/530/script/[clientscript,script777].cs2 +++ /dev/null @@ -1,41 +0,0 @@ -// 777 -[clientscript,script777](component $component0, component $component1, int $int2, int $int3) -cc_deleteall($component1); -def_int $int4 = calc(2 + 13 * paraheight("/60 special move points remaining", 125, p12_full)); -def_int $int5 = calc(2 + $int4 + 32 + 14 + 2); -def_int $int6 = 5; -def_int $int7 = 5; -def_int $int8 = 1; -def_int $int9 = 1; -$int5 = calc($int5 - 32 - 14); -$int6 = if_gety($component0); -if ($int6 = 224) { - $int6 = 180; -} -$int7 = calc(if_getx($component0) - 60); -if ($int7 < 0) { - $int7 = 5; -} -cc_create($component1, ^iftype_rectangle, 0); -cc_setposition($int7, $int6, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(128, $int5, ^setsize_abs, ^setsize_abs); -cc_setfill(true); -cc_setcolour(0xffffa0); -cc_create($component1, ^iftype_rectangle, 1); -cc_setposition(calc($int7 + 1), calc($int6 + 1), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(127, calc($int5 - 1), ^setsize_abs, ^setsize_abs); -cc_setfill(false); -cc_setcolour(^black); -cc_create($component1, ^iftype_rectangle, 2); -cc_setposition($int7, $int6, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(127, calc($int5 - 1), ^setsize_abs, ^setsize_abs); -cc_setfill(false); -cc_setcolour(^black); -cc_create($component1, ^iftype_text, 3); -cc_setposition(calc($int7 + 2), calc($int6 + 2), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(125, $int4, ^setsize_abs, ^setsize_abs); -cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); -cc_settextfont(p12_full); -cc_setcolour(^black); -cc_settextshadow(false); -cc_settext("/60 special move points remaining"); diff --git a/dumps/530/script/[clientscript,script778].cs2 b/dumps/530/script/[clientscript,script778].cs2 deleted file mode 100644 index 4656d61ad..000000000 --- a/dumps/530/script/[clientscript,script778].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 778 -[clientscript,script778](component $component0) -cc_deleteall($component0); diff --git a/dumps/530/script/[clientscript,script779].cs2 b/dumps/530/script/[clientscript,script779].cs2 deleted file mode 100644 index 7549f50c5..000000000 --- a/dumps/530/script/[clientscript,script779].cs2 +++ /dev/null @@ -1,50 +0,0 @@ -// 779 -[clientscript,script779](component $component0, component $component1, int $int2, int $int3, string $string0) -cc_deleteall($component1); -if (compare($string0, "Call familiar") = 0 & enum(obj, obj, enum_1283, %varplayer_448) = obj_526) { - $string0 = "Call pet"; -} -if (compare($string0, "Dismiss familiar") = 0 & enum(obj, obj, enum_1283, %varplayer_448) = obj_526) { - $string0 = "Dismiss pet"; -} -def_int $int4 = calc(2 + 13 * paraheight($string0, 125, p12_full)); -def_int $int5 = calc(2 + $int4 + 32 + 14 + 2); -def_int $int6 = 5; -def_int $int7 = 5; -def_int $int8 = 1; -def_int $int9 = 1; -$int5 = calc($int5 - 32 - 14); -$int6 = if_gety($component0); -if ($int6 = 225 & if_getx($component0) = 83) { - $int6 = 180; -} -$int7 = calc(if_getx($component0) - 60); -if ($int7 < 0) { - $int7 = 5; -} -if ($int7 > 70) { - $int7 = 65; -} -cc_create($component1, ^iftype_rectangle, 0); -cc_setposition($int7, $int6, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(128, $int5, ^setsize_abs, ^setsize_abs); -cc_setfill(true); -cc_setcolour(0xffffa0); -cc_create($component1, ^iftype_rectangle, 1); -cc_setposition(calc($int7 + 1), calc($int6 + 1), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(127, calc($int5 - 1), ^setsize_abs, ^setsize_abs); -cc_setfill(false); -cc_setcolour(^black); -cc_create($component1, ^iftype_rectangle, 2); -cc_setposition($int7, $int6, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(127, calc($int5 - 1), ^setsize_abs, ^setsize_abs); -cc_setfill(false); -cc_setcolour(^black); -cc_create($component1, ^iftype_text, 3); -cc_setposition(calc($int7 + 2), calc($int6 + 2), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(125, $int4, ^setsize_abs, ^setsize_abs); -cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); -cc_settextfont(p12_full); -cc_setcolour(^black); -cc_settextshadow(false); -cc_settext($string0); diff --git a/dumps/530/script/[clientscript,script782].cs2 b/dumps/530/script/[clientscript,script782].cs2 deleted file mode 100644 index 5bbc836b8..000000000 --- a/dumps/530/script/[clientscript,script782].cs2 +++ /dev/null @@ -1,48 +0,0 @@ -// 782 -[clientscript,script782](int $int0, component $component1, component $component2, int $int3, string $string0) -cc_deleteall($component1); -def_int $int4 = calc(2 + 13 * paraheight("This space is reserved", 177, p12_full)); -def_int $int5 = calc(2 + 13 * paraheight("You cannot make this pouch.", 177, p11_full)); -def_int $int6 = calc(2 + $int4 + $int5 + 32 + 14 + 2); -def_int $int7 = 5; -def_int $int8 = 5; -def_int $int9 = 1; -def_int $int10 = 1; -if (cc_find($component2, $int0) = true) { - $int6 = calc($int6 - 32 - 14); - $int7 = calc(cc_gety - if_getscrolly($component2) + 110); - if ($int7 > 200) { - $int7 = calc(cc_gety - if_getscrolly($component2) - $int6 + 45); - } - $int8 = calc(cc_getx - 60); - if ($int8 < 0) { - $int8 = 5; - } - if ($int8 > 270) { - $int8 = 285; - } - cc_create($component1, ^iftype_rectangle, 0); - cc_setposition($int8, $int7, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(180, $int6, ^setsize_abs, ^setsize_abs); - cc_setfill(true); - cc_setcolour(^black); - cc_settrans(42); - cc_create($component1, ^iftype_rectangle, 1); - cc_setposition(calc($int8 + 1), calc($int7 + 1), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(179, calc($int6 - 1), ^setsize_abs, ^setsize_abs); - cc_setfill(false); - cc_setcolour(0x2e2b23); - cc_create($component1, ^iftype_rectangle, 2); - cc_setposition($int8, $int7, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(179, calc($int6 - 1), ^setsize_abs, ^setsize_abs); - cc_setfill(false); - cc_setcolour(0x726451); - cc_create($component1, ^iftype_text, 3); - cc_setposition(calc($int8 + 2), calc($int7 + 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(177, $int4, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p12_full); - cc_setcolour(0xff981f); - cc_settextshadow(false); - cc_settext("This space is reserved."); -} diff --git a/dumps/530/script/[clientscript,script783].cs2 b/dumps/530/script/[clientscript,script783].cs2 deleted file mode 100644 index 4729388df..000000000 --- a/dumps/530/script/[clientscript,script783].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 783 -[clientscript,script783] -if (%varplayerbit_4762 ! %varclient_155) { - %varclient_155 = %varplayerbit_4762; - if (%varplayerbit_4762 = 1) { - ~script1029(enum_1484, 9); - } else if (%varplayerbit_4762 = 2) { - ~script1032(enum_1486, 0, 7); - } else if (%varplayerbit_4762 = 3) { - ~script1030(1485); - } -} diff --git a/dumps/530/script/[clientscript,script784].cs2 b/dumps/530/script/[clientscript,script784].cs2 deleted file mode 100644 index ea5445c5d..000000000 --- a/dumps/530/script/[clientscript,script784].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 784 -[clientscript,script784](enum $enum0, int $int1, int $int2) -~script1032($enum0, $int1, $int2); diff --git a/dumps/530/script/[clientscript,script786].cs2 b/dumps/530/script/[clientscript,script786].cs2 deleted file mode 100644 index 26ca25838..000000000 --- a/dumps/530/script/[clientscript,script786].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 786 -[clientscript,script786] -if (map_members = true) { - if_setscrollsize(0, 221, interface_637:com_44); - ~script31(interface_637:com_87, interface_637:com_44, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -} else { - if_sethide(true, interface_637:com_43); -} diff --git a/dumps/530/script/[clientscript,script787].cs2 b/dumps/530/script/[clientscript,script787].cs2 deleted file mode 100644 index 2ee3f1e79..000000000 --- a/dumps/530/script/[clientscript,script787].cs2 +++ /dev/null @@ -1,79 +0,0 @@ -// 787 -[clientscript,script787] -cc_deleteall(interface_667:com_14); -def_int $int0 = 0; -while ($int0 < 14) { - cc_create(interface_667:com_14, ^iftype_graphic, $int0); - if ($int0 ! 6 & $int0 ! 8 & $int0 ! 11) { - if (inv_getobj(inv_94, $int0) ! null) { - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - if ($int0 = 0) { - cc_setposition(~script788(interface_667:com_21, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } else if ($int0 = 1) { - cc_setposition(~script788(interface_667:com_22, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } else if ($int0 = 2) { - cc_setposition(~script788(interface_667:com_23, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } else if ($int0 = 3) { - cc_setposition(~script788(interface_667:com_25, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } else if ($int0 = 4) { - cc_setposition(~script788(interface_667:com_26, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } else if ($int0 = 5) { - cc_setposition(~script788(interface_667:com_27, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } else if ($int0 = 7) { - cc_setposition(~script788(interface_667:com_28, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } else if ($int0 = 9) { - cc_setposition(~script788(interface_667:com_30, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } else if ($int0 = 10) { - cc_setposition(~script788(interface_667:com_29, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } else if ($int0 = 12) { - cc_setposition(~script788(interface_667:com_31, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } else if ($int0 = 13) { - cc_setposition(~script788(interface_667:com_24, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - } - cc_setobject(inv_getobj(inv_94, $int0), inv_getnum(inv_94, $int0)); - cc_setopbase(oc_name(inv_getobj(inv_94, $int0))); - cc_setop(1, "Remove"); - cc_setop(2, "Operate"); - cc_setop(10, "Examine"); - cc_setgraphicshadow(0x111111); - cc_setoutline(1); - } else { - cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); - if ($int0 = 0) { - cc_setposition(~script788(interface_667:com_21, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,0"); - } else if ($int0 = 1) { - cc_setposition(~script788(interface_667:com_22, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,1"); - } else if ($int0 = 2) { - cc_setposition(~script788(interface_667:com_23, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,2"); - } else if ($int0 = 3) { - cc_setposition(~script788(interface_667:com_25, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,3"); - } else if ($int0 = 4) { - cc_setposition(~script788(interface_667:com_26, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,5"); - } else if ($int0 = 5) { - cc_setposition(~script788(interface_667:com_27, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,6"); - } else if ($int0 = 7) { - cc_setposition(~script788(interface_667:com_28, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,7"); - } else if ($int0 = 9) { - cc_setposition(~script788(interface_667:com_30, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,8"); - } else if ($int0 = 10) { - cc_setposition(~script788(interface_667:com_29, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,9"); - } else if ($int0 = 12) { - cc_setposition(~script788(interface_667:com_31, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,4"); - } else if ($int0 = 13) { - cc_setposition(~script788(interface_667:com_24, 2, 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setgraphic("wornicons,10"); - } - } - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[clientscript,script789].cs2 b/dumps/530/script/[clientscript,script789].cs2 deleted file mode 100644 index 82a0c0f5f..000000000 --- a/dumps/530/script/[clientscript,script789].cs2 +++ /dev/null @@ -1,39 +0,0 @@ -// 789 -[clientscript,script789](component $component0) -if (($component0 = interface_134:com_36 | $component0 = interface_134:com_37 | $component0 = interface_134:com_38 | $component0 = interface_134:com_40 | $component0 = interface_134:com_48 | $component0 = interface_134:com_50 | $component0 = interface_134:com_51 | $component0 = interface_134:com_49 | $component0 = interface_134:com_52) & map_members = false) { - return; -} -if ($component0 = interface_134:com_52 & %varplayerbit_4302 < 110) { - return; -} -if ($component0 = interface_134:com_37 & %varplayer_80 < 4) { - return; -} -if ($component0 = interface_134:com_51 & %varplayerbit_2187 = 0) { - return; -} -if_sethide(true, interface_134:com_4); -if_sethide(true, interface_134:com_21); -if_sethide(true, interface_134:com_22); -if_sethide(true, interface_134:com_23); -if_sethide(true, interface_134:com_24); -if_sethide(true, interface_134:com_25); -if_sethide(true, interface_134:com_27); -if_sethide(true, interface_134:com_5); -if_sethide(true, interface_134:com_6); -if_sethide(true, interface_134:com_8); -if_sethide(true, interface_134:com_26); -if_sethide(true, interface_134:com_9); -if_sethide(true, interface_134:com_12); -if_sethide(true, interface_134:com_13); -if_sethide(true, interface_134:com_7); -if_sethide(true, interface_134:com_15); -if_sethide(true, interface_134:com_16); -if_sethide(true, interface_134:com_17); -if_sethide(true, interface_134:com_18); -if_sethide(true, interface_134:com_10); -if_sethide(true, interface_134:com_11); -if_sethide(true, interface_134:com_19); -if_sethide(true, interface_134:com_14); -if_sethide(true, interface_134:com_20); -if_sethide(false, $component0); diff --git a/dumps/530/script/[clientscript,script790].cs2 b/dumps/530/script/[clientscript,script790].cs2 deleted file mode 100644 index c7c6511e1..000000000 --- a/dumps/530/script/[clientscript,script790].cs2 +++ /dev/null @@ -1,122 +0,0 @@ -// 790 -[clientscript,script790] -if (%varplayer_261 = 1) { - if_sethide(false, interface_134:com_4); -} else { - if_sethide(true, interface_134:com_4); -} -if (%varplayer_261 = 2) { - if_sethide(false, interface_134:com_21); -} else { - if_sethide(true, interface_134:com_21); -} -if (%varplayer_261 = 3) { - if_sethide(false, interface_134:com_22); -} else { - if_sethide(true, interface_134:com_22); -} -if (%varplayer_261 = 4) { - if_sethide(false, interface_134:com_23); -} else { - if_sethide(true, interface_134:com_23); -} -if (%varplayer_261 = 5) { - if_sethide(false, interface_134:com_24); -} else { - if_sethide(true, interface_134:com_24); -} -if (%varplayer_261 = 6) { - if_sethide(false, interface_134:com_25); -} else { - if_sethide(true, interface_134:com_25); -} -if (%varplayer_261 = 7) { - if_sethide(false, interface_134:com_27); -} else { - if_sethide(true, interface_134:com_27); -} -if (%varplayer_261 = 8) { - if_sethide(false, interface_134:com_5); -} else { - if_sethide(true, interface_134:com_5); -} -if (%varplayer_261 = 9) { - if_sethide(false, interface_134:com_6); -} else { - if_sethide(true, interface_134:com_6); -} -if (%varplayer_261 = 10) { - if_sethide(false, interface_134:com_8); -} else { - if_sethide(true, interface_134:com_8); -} -if (%varplayer_261 = 11) { - if_sethide(false, interface_134:com_26); -} else { - if_sethide(true, interface_134:com_26); -} -if (%varplayer_261 = 12) { - if_sethide(false, interface_134:com_9); -} else { - if_sethide(true, interface_134:com_9); -} -if (%varplayer_261 = 13) { - if_sethide(false, interface_134:com_12); -} else { - if_sethide(true, interface_134:com_12); -} -if (%varplayer_261 = 14) { - if_sethide(false, interface_134:com_13); -} else { - if_sethide(true, interface_134:com_13); -} -if (%varplayer_261 = 15) { - if_sethide(false, interface_134:com_7); -} else { - if_sethide(true, interface_134:com_7); -} -if (%varplayer_261 = 16) { - if_sethide(false, interface_134:com_15); -} else { - if_sethide(true, interface_134:com_15); -} -if (%varplayer_261 = 17) { - if_sethide(false, interface_134:com_16); -} else { - if_sethide(true, interface_134:com_16); -} -if (%varplayer_261 = 18) { - if_sethide(false, interface_134:com_17); -} else { - if_sethide(true, interface_134:com_17); -} -if (%varplayer_261 = 19) { - if_sethide(false, interface_134:com_18); -} else { - if_sethide(true, interface_134:com_18); -} -if (%varplayer_261 = 20) { - if_sethide(false, interface_134:com_10); -} else { - if_sethide(true, interface_134:com_10); -} -if (%varplayer_261 = 21) { - if_sethide(false, interface_134:com_11); -} else { - if_sethide(true, interface_134:com_11); -} -if (%varplayer_261 = 22) { - if_sethide(false, interface_134:com_19); -} else { - if_sethide(true, interface_134:com_19); -} -if (%varplayer_261 = 23) { - if_sethide(false, interface_134:com_14); -} else { - if_sethide(true, interface_134:com_14); -} -if (%varplayer_261 = 24) { - if_sethide(false, interface_134:com_20); -} else { - if_sethide(true, interface_134:com_20); -} diff --git a/dumps/530/script/[clientscript,script791].cs2 b/dumps/530/script/[clientscript,script791].cs2 deleted file mode 100644 index 15c9f4e3f..000000000 --- a/dumps/530/script/[clientscript,script791].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 791 -[clientscript,script791](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4) -~script793($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4); -if_setoninvtransmit("script792($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4){inv_93}", $component0); diff --git a/dumps/530/script/[clientscript,script792].cs2 b/dumps/530/script/[clientscript,script792].cs2 deleted file mode 100644 index 8af4b517b..000000000 --- a/dumps/530/script/[clientscript,script792].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 792 -[clientscript,script792](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4) -~script793($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4); diff --git a/dumps/530/script/[clientscript,script796].cs2 b/dumps/530/script/[clientscript,script796].cs2 deleted file mode 100644 index f4cc56312..000000000 --- a/dumps/530/script/[clientscript,script796].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 796 -[clientscript,script796](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4) -~script798($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4); -if_setoninvtransmit("script797($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4){inv_93}", $component0); diff --git a/dumps/530/script/[clientscript,script797].cs2 b/dumps/530/script/[clientscript,script797].cs2 deleted file mode 100644 index 0c683dfc9..000000000 --- a/dumps/530/script/[clientscript,script797].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 797 -[clientscript,script797](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4) -~script798($component0, $int1, $int2, $string0, $string1, $string2, $string3, $string4); diff --git a/dumps/530/script/[clientscript,script7].cs2 b/dumps/530/script/[clientscript,script7].cs2 deleted file mode 100644 index df6b38364..000000000 --- a/dumps/530/script/[clientscript,script7].cs2 +++ /dev/null @@ -1,38 +0,0 @@ -// 7 -[clientscript,script7] -if_settext("Quest Points: ", interface_274:com_2); -def_int $int0 = 0; -def_int $int1 = 0; -while ($int0 <= 17) { - $int1 = ~script4($int0); - if ($int1 = 2) { - if_setcolour(^green, enum(int, component, enum_208, $int0)); - } else if ($int1 = 1) { - if_setcolour(^yellow, enum(int, component, enum_208, $int0)); - } else { - if_setcolour(^red, enum(int, component, enum_208, $int0)); - } - $int0 = calc($int0 + 1); -} -$int0 = 0; -$int1 = 0; -while ($int0 <= 130) { - $int1 = ~script5($int0); - if ($int1 = 2) { - if_setcolour(^green, enum(int, component, enum_209, $int0)); - } else if ($int1 = 1) { - if_setcolour(^yellow, enum(int, component, enum_209, $int0)); - } else { - if_setcolour(^red, enum(int, component, enum_209, $int0)); - } - $int0 = calc($int0 + 1); -} -if (%varplayer_281 = 1000) { - if_setcolour(^green, interface_274:com_5); -} else if (%varplayer_281 > 0) { - if_setcolour(^yellow, interface_274:com_5); -} else { - if_setcolour(^red, interface_274:com_5); -} -~script398; -~script399; diff --git a/dumps/530/script/[clientscript,script800].cs2 b/dumps/530/script/[clientscript,script800].cs2 deleted file mode 100644 index f2ea66fe6..000000000 --- a/dumps/530/script/[clientscript,script800].cs2 +++ /dev/null @@ -1,48 +0,0 @@ -// 800 -[clientscript,script800](int $int0, component $component1, component $component2, int $int3, string $string0) -cc_deleteall($component1); -def_int $int4 = calc(2 + 13 * paraheight("Level : <$string0>", 177, p12_full)); -def_int $int5 = calc(2 + 13 * paraheight("You cannot make this Summoning pouch.", 177, p11_full)); -def_int $int6 = calc(2 + $int4 + $int5 + 32 + 14 + 2); -def_int $int7 = 5; -def_int $int8 = 5; -def_int $int9 = 1; -def_int $int10 = 1; -if (cc_find($component2, $int0) = true) { - $int6 = calc($int6 - 32 - 14); - $int7 = calc(cc_gety - if_getscrolly($component2) + 110); - if ($int7 > 200) { - $int7 = calc(cc_gety - if_getscrolly($component2) - $int6 + 45); - } - $int8 = calc(cc_getx - 60); - if ($int8 < 0) { - $int8 = 5; - } - if ($int8 > 270) { - $int8 = 285; - } - cc_create($component1, ^iftype_rectangle, 0); - cc_setposition($int8, $int7, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(180, $int6, ^setsize_abs, ^setsize_abs); - cc_setfill(true); - cc_setcolour(^black); - cc_settrans(42); - cc_create($component1, ^iftype_rectangle, 1); - cc_setposition(calc($int8 + 1), calc($int7 + 1), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(179, calc($int6 - 1), ^setsize_abs, ^setsize_abs); - cc_setfill(false); - cc_setcolour(0x2e2b23); - cc_create($component1, ^iftype_rectangle, 2); - cc_setposition($int8, $int7, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(179, calc($int6 - 1), ^setsize_abs, ^setsize_abs); - cc_setfill(false); - cc_setcolour(0x726451); - cc_create($component1, ^iftype_text, 3); - cc_setposition(calc($int8 + 2), calc($int7 + 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(177, $int4, ^setsize_abs, ^setsize_abs); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_settextfont(p12_full); - cc_setcolour(0xff981f); - cc_settextshadow(false); - cc_settext($string0); -} diff --git a/dumps/530/script/[clientscript,script801].cs2 b/dumps/530/script/[clientscript,script801].cs2 deleted file mode 100644 index 70484ecfb..000000000 --- a/dumps/530/script/[clientscript,script801].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 801 -[clientscript,script801](component $component0, stat $stat1) -if_setcolour(~script805($stat1), $component0); -if_settext(tostring(stat($stat1)), $component0); diff --git a/dumps/530/script/[clientscript,script803].cs2 b/dumps/530/script/[clientscript,script803].cs2 deleted file mode 100644 index 49c8f7540..000000000 --- a/dumps/530/script/[clientscript,script803].cs2 +++ /dev/null @@ -1,120 +0,0 @@ -// 803 -[clientscript,script803] -def_string $string0 = enum(int, string, enum_1711, %varplayerbit_5145); -switch_int (%varplayerbit_5145) { - case 1 : - if_sethide(false, interface_575:com_17); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 130)", interface_575:com_17); - case 2 : - if_sethide(false, interface_575:com_18); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 160)", interface_575:com_18); - case 3 : - if_sethide(false, interface_575:com_19); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_19); - case 4 : - if_sethide(false, interface_575:com_20); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_20); - case 5 : - if_sethide(false, interface_575:com_21); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_21); - case 6 : - if_sethide(false, interface_575:com_22); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_22); - case 7 : - if_sethide(false, interface_575:com_23); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_23); - case 8 : - if_sethide(false, interface_575:com_24); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_24); - case 9 : - if_sethide(false, interface_575:com_25); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_25); - case 10 : - if_sethide(false, interface_575:com_26); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_26); - case 11 : - if_sethide(false, interface_575:com_27); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_27); - case 12 : - if_sethide(false, interface_575:com_28); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_28); - case default : - return; -} -%varclient_2 = 0; -switch_int (%varplayerbit_5145) { - case 1 : - if (%varplayerbit_5168 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 2 : - if (%varplayerbit_5169 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 3 : - if (%varplayerbit_5170 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 4 : - if (%varplayerbit_5171 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 5 : - if (%varplayerbit_5172 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 6 : - if (%varplayerbit_5173 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 7 : - if (%varplayerbit_5174 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 8 : - if (%varplayerbit_5175 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 9 : - if (%varplayerbit_5176 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 10 : - if (%varplayerbit_5177 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 11 : - if (%varplayerbit_5178 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case 12 : - if (%varplayerbit_5179 = 1) { - ~script804; - } else { - ~script813(%varplayerbit_5145); - } - case default : - return; -} diff --git a/dumps/530/script/[clientscript,script808].cs2 b/dumps/530/script/[clientscript,script808].cs2 deleted file mode 100644 index 1dc3a3e01..000000000 --- a/dumps/530/script/[clientscript,script808].cs2 +++ /dev/null @@ -1,31 +0,0 @@ -// 808 -[clientscript,script808] -if_sethide(false, interface_748:com_5); -def_int $int0 = ~script807(hitpoints); -def_int $int1 = calc(clientclock % 32); -if ($int0 > 25) { - %varclient_615 = 0; - if (if_gettrans(interface_748:com_5) ! 0) { - if_settrans(0, interface_748:com_5); - } else { - return; - } -} else { - if ($int1 = 1) { - if (%varclient_615 <= 0) { - %varclient_615 = clientclock; - } - if (calc(clientclock - %varclient_615) < 1500) { - sound_synth(synth_5644, 1, 0); - } - } - if ($int1 < 8) { - if_settrans(0, interface_748:com_5); - } else if ($int1 < 16) { - if_settrans(85, interface_748:com_5); - } else if ($int1 < 24) { - if_settrans(255, interface_748:com_5); - } else { - if_settrans(85, interface_748:com_5); - } -} diff --git a/dumps/530/script/[clientscript,script809].cs2 b/dumps/530/script/[clientscript,script809].cs2 deleted file mode 100644 index cf9c8856c..000000000 --- a/dumps/530/script/[clientscript,script809].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 809 -[clientscript,script809] -~script810; diff --git a/dumps/530/script/[clientscript,script80].cs2 b/dumps/530/script/[clientscript,script80].cs2 deleted file mode 100644 index 4f55ef757..000000000 --- a/dumps/530/script/[clientscript,script80].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 80 -[clientscript,script80] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $int2 = 0; -while ($int0 < inv_size(inv_140)) { - cc_create(interface_363:com_6, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc(38 * $int1), calc(38 * $int2), ^setpos_abs_left, ^setpos_abs_top); - if (inv_getobj(inv_140, $int0) ! null) { - cc_setobject(inv_getobj(inv_140, $int0), inv_getnum(inv_140, $int0)); - cc_setopbase(oc_name(inv_getobj(inv_140, $int0))); - cc_setop(1, "Move"); - cc_setonop("script106(interface_363:com_6, $int0, event_op)"); - } else { - cc_sethide(true); - } - $int0 = calc($int0 + 1); - $int1 = calc($int1 + 1); - if ($int1 = 5) { - $int1 = 0; - $int2 = calc($int2 + 1); - } -} diff --git a/dumps/530/script/[clientscript,script811].cs2 b/dumps/530/script/[clientscript,script811].cs2 deleted file mode 100644 index ce4562d19..000000000 --- a/dumps/530/script/[clientscript,script811].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 811 -[clientscript,script811] -~script817(hitpoints); diff --git a/dumps/530/script/[clientscript,script812].cs2 b/dumps/530/script/[clientscript,script812].cs2 deleted file mode 100644 index 4fb733132..000000000 --- a/dumps/530/script/[clientscript,script812].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 812 -[clientscript,script812] -~script817(prayer); diff --git a/dumps/530/script/[clientscript,script815].cs2 b/dumps/530/script/[clientscript,script815].cs2 deleted file mode 100644 index c592d2a31..000000000 --- a/dumps/530/script/[clientscript,script815].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 815 -[clientscript,script815] -~script817(summoning); diff --git a/dumps/530/script/[clientscript,script816].cs2 b/dumps/530/script/[clientscript,script816].cs2 deleted file mode 100644 index 092d7e063..000000000 --- a/dumps/530/script/[clientscript,script816].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 816 -[clientscript,script816](int $int0, stat $stat1) -~script817($stat1); diff --git a/dumps/530/script/[clientscript,script819].cs2 b/dumps/530/script/[clientscript,script819].cs2 deleted file mode 100644 index 4bf108a0f..000000000 --- a/dumps/530/script/[clientscript,script819].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 819 -[clientscript,script819] -def_seq $seq0 = null; -if_setnpchead(%varplayer_1174, interface_663:com_3); -def_string $string0 = oc_name(%varplayer_448); -if (%varplayerbit_1049 = 1) { - if_settext(~script821, interface_663:com_25); -} else { - if_settext($string0, interface_663:com_25); -} -if (%varplayerbit_4282 > 50) { - %varplayerbit_4282 = calc(%varplayerbit_4282 - 50); - $seq0 = enum(int, seq, enum_1275, %varplayerbit_4282); - if_setmodelanim($seq0, interface_663:com_3); -} else { - $seq0 = enum(int, seq, enum_1276, %varplayerbit_4282); - if_setmodelanim($seq0, interface_663:com_3); -} diff --git a/dumps/530/script/[clientscript,script81].cs2 b/dumps/530/script/[clientscript,script81].cs2 deleted file mode 100644 index 87b0ef6a3..000000000 --- a/dumps/530/script/[clientscript,script81].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 81 -[clientscript,script81] -if ((if_hassub(interface_752:com_9) = true | if_hassub(interface_752:com_10) = true) & chat_gethistorytype(0) = ^chattype_gamemessage) { - ~script102(chat_gethistorymessage(0)); -} -~script84; -~script89; -~script192; diff --git a/dumps/530/script/[clientscript,script820].cs2 b/dumps/530/script/[clientscript,script820].cs2 deleted file mode 100644 index b275b692d..000000000 --- a/dumps/530/script/[clientscript,script820].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 820 -[clientscript,script820] -if (%varplayerbit_4286 ! 101) { - if_settext("%", interface_663:com_19); - if (%varplayerbit_4286 > 74) { - if_setcolour(^red, interface_663:com_19); - } else { - if_setcolour(^white, interface_663:com_19); - } -} else { - if_settext("NA", interface_663:com_19); -} -if (%varplayerbit_4285 ! 101) { - if_settext("%", interface_663:com_17); -} else { - if_settext("NA", interface_663:com_17); -} diff --git a/dumps/530/script/[clientscript,script825].cs2 b/dumps/530/script/[clientscript,script825].cs2 deleted file mode 100644 index 63a8fcc11..000000000 --- a/dumps/530/script/[clientscript,script825].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 825 -[clientscript,script825](component $component0, component $component1, graphic $graphic2, graphic $graphic3, graphic $graphic4, graphic $graphic5, graphic $graphic6, graphic $graphic7) -~script31($component0, $component1, $graphic2, $graphic3, $graphic4, $graphic5, $graphic6, $graphic7); -if (cc_find($component0, 1) = true) { - ~script37($component0, $component1, %varclient_107, true); -} diff --git a/dumps/530/script/[clientscript,script826].cs2 b/dumps/530/script/[clientscript,script826].cs2 deleted file mode 100644 index 861ca5892..000000000 --- a/dumps/530/script/[clientscript,script826].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 826 -[clientscript,script826] -def_int $int0 = clientclock; -if_setontimer("script827($int0)", interface_465:com_2); -sound_synth(synth_4437, 1, 58); diff --git a/dumps/530/script/[clientscript,script827].cs2 b/dumps/530/script/[clientscript,script827].cs2 deleted file mode 100644 index 4dfc5eeeb..000000000 --- a/dumps/530/script/[clientscript,script827].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 827 -[clientscript,script827](int $int0) -def_int $int1 = 0; -if (clientclock >= calc($int0 + 32) & clientclock < calc($int0 + 140)) { - if_settext("Varrock Herald", interface_465:com_2); - if_settext("Covering all of Misthalin and beyond.", interface_465:com_3); - if_settext("1 gp", interface_465:com_4); - if_settext("Oo'glog Ogresses Open Health Spa!", interface_465:com_5); -} else if (clientclock >= calc($int0 + 540)) { - if_close; -} else { - if_settext(" ", interface_465:com_2); - if_settext(" ", interface_465:com_3); - if_settext(" ", interface_465:com_4); - if_settext(" ", interface_465:com_5); -} diff --git a/dumps/530/script/[clientscript,script828].cs2 b/dumps/530/script/[clientscript,script828].cs2 deleted file mode 100644 index fe9b518be..000000000 --- a/dumps/530/script/[clientscript,script828].cs2 +++ /dev/null @@ -1,47 +0,0 @@ -// 828 -[clientscript,script828] -def_int $intarray0(calc(646 + 1)); -def_int $int0 = 0; -while ($int0 <= 646) { - $intarray0($int0) = $int0; - cc_create(interface_187:com_1, ^iftype_text, $int0); - $int0 = calc($int0 + 1); -} -~script520(intarray0, 0, 646, enum_1347); -$int0 = 0; -def_int $int1 = 0; -def_int $int2 = 0; -def_int $int3 = 0; -while ($int1 <= 646) { - $int0 = $intarray0($int1); - if (cc_find(interface_187:com_1, $int0) = true) { - if (enum(int, midi, enum_1351, $int0) = midi_147 | enum(int, int, enum_1350, $int0) = 1) { - $int1 = calc($int1 + 1); - } else { - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - cc_settext(enum_string(enum_1345, $int0)); - cc_setposition(10, calc(5 + $int2 * 15), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(150, 15, ^setsize_abs, ^setsize_abs); - cc_setonop("script833(event_op, $int0)"); - cc_setop(1, "Click to play"); - cc_setop(2, "Unlock hint"); - cc_setopbase(enum_string(enum_1345, $int0)); - cc_settextshadow(false); - cc_settextfont(p11_full); - cc_setonmouseover("script829($int0, event_com)"); - cc_setonmouseleave("script830($int0, event_com)"); - if (~script837($int0) = ^true) { - $int3 = calc($int3 + 1); - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } - $int1 = calc($int1 + 1); - $int2 = calc($int2 + 1); - } - } -} -if_setscrollsize(167, calc(5 + $int2 * 15), interface_187:com_1); -if_setscrollpos(0, 0, interface_187:com_1); -~script31(interface_187:com_12, interface_187:com_1, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -if_settext("Unlocked:
/ ", interface_187:com_16); diff --git a/dumps/530/script/[clientscript,script829].cs2 b/dumps/530/script/[clientscript,script829].cs2 deleted file mode 100644 index a72ddd71d..000000000 --- a/dumps/530/script/[clientscript,script829].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 829 -[clientscript,script829](int $int0, component $component1) -if (cc_find($component1, $int0) = true) { - cc_setcolour(^white); -} diff --git a/dumps/530/script/[clientscript,script82].cs2 b/dumps/530/script/[clientscript,script82].cs2 deleted file mode 100644 index 417859791..000000000 --- a/dumps/530/script/[clientscript,script82].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 82 -[clientscript,script82] -if (reboottimer > 0) { - ~script89; -} diff --git a/dumps/530/script/[clientscript,script830].cs2 b/dumps/530/script/[clientscript,script830].cs2 deleted file mode 100644 index c6b2a204f..000000000 --- a/dumps/530/script/[clientscript,script830].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 830 -[clientscript,script830](int $int0, component $component1) -~script831($int0, $component1); diff --git a/dumps/530/script/[clientscript,script832].cs2 b/dumps/530/script/[clientscript,script832].cs2 deleted file mode 100644 index 6ccda4ded..000000000 --- a/dumps/530/script/[clientscript,script832].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 832 -[clientscript,script832] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $int2 = 0; -while ($int0 <= 646) { - if (cc_find(interface_187:com_1, $int0) = true & string_length(cc_gettext) > 0) { - if (~script837($int0) = ^true) { - cc_setcolour(^green); - $int1 = calc($int1 + 1); - } else { - cc_setcolour(^red); - } - $int2 = calc($int2 + 1); - } - $int0 = calc($int0 + 1); -} -if_settext("Unlocked:
/ ", interface_187:com_16); diff --git a/dumps/530/script/[clientscript,script833].cs2 b/dumps/530/script/[clientscript,script833].cs2 deleted file mode 100644 index f3183c0a5..000000000 --- a/dumps/530/script/[clientscript,script833].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 833 -[clientscript,script833](int $int0, int $int1) -if ($int0 = 2) { - if (~script837($int1) = ^true) { - mes("This track was unlocked "); - } else { - mes("This track unlocks "); - } -} diff --git a/dumps/530/script/[clientscript,script834].cs2 b/dumps/530/script/[clientscript,script834].cs2 deleted file mode 100644 index dbdcc6db0..000000000 --- a/dumps/530/script/[clientscript,script834].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 834 -[clientscript,script834] -if (%varplayerbit_4393 = 1 | %varplayerbit_542 = 1) { - if_setgraphic("music_icons,1", interface_187:com_11); - return; -} -if (%varplayer_19 = 1) { - if_setgraphic("music_icons,1", interface_187:com_11); -} else if (%varplayer_19 = 0) { - if_setgraphic("music_icons,0", interface_187:com_11); -} diff --git a/dumps/530/script/[clientscript,script835].cs2 b/dumps/530/script/[clientscript,script835].cs2 deleted file mode 100644 index ae488c3ee..000000000 --- a/dumps/530/script/[clientscript,script835].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 835 -[clientscript,script835] -if (%varplayerbit_4393 = 1 | %varplayerbit_542 = 1) { - if_setgraphic("music_icons,1", interface_187:com_11); - return; -} -if (%varplayer_19 = 0) { - if_setgraphic("music_icons,1", interface_187:com_11); -} else if (%varplayer_19 = 1) { - if_setgraphic("music_icons,0", interface_187:com_11); -} diff --git a/dumps/530/script/[clientscript,script836].cs2 b/dumps/530/script/[clientscript,script836].cs2 deleted file mode 100644 index 4cf4cce77..000000000 --- a/dumps/530/script/[clientscript,script836].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 836 -[clientscript,script836] -if (%varplayerbit_4393 = 1 | %varplayerbit_542 = 1) { - return; -} -if (%varplayer_19 = 1) { - ~script39(interface_187:com_11, interface_187:com_15, "Track loop on.", 25, 189); -} else { - ~script39(interface_187:com_11, interface_187:com_15, "Track loop off.", 25, 189); -} diff --git a/dumps/530/script/[clientscript,script838].cs2 b/dumps/530/script/[clientscript,script838].cs2 deleted file mode 100644 index 5ee7a6088..000000000 --- a/dumps/530/script/[clientscript,script838].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 838 -[clientscript,script838](component $component0) -~script1184($component0); diff --git a/dumps/530/script/[clientscript,script839].cs2 b/dumps/530/script/[clientscript,script839].cs2 deleted file mode 100644 index bffe78dcb..000000000 --- a/dumps/530/script/[clientscript,script839].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 839 -[clientscript,script839] -sound_synth(synth_4501, 1, 0); -if (%varplayerbit_4399 = 0) { - ~script841(1); -} else { - ~script841(0); -} diff --git a/dumps/530/script/[clientscript,script83].cs2 b/dumps/530/script/[clientscript,script83].cs2 deleted file mode 100644 index 893bb57aa..000000000 --- a/dumps/530/script/[clientscript,script83].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 83 -[clientscript,script83] -~script84; -~script89; diff --git a/dumps/530/script/[clientscript,script840].cs2 b/dumps/530/script/[clientscript,script840].cs2 deleted file mode 100644 index 6022e5ff7..000000000 --- a/dumps/530/script/[clientscript,script840].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 840 -[clientscript,script840] -sound_synth(synth_4501, 1, 0); diff --git a/dumps/530/script/[clientscript,script842].cs2 b/dumps/530/script/[clientscript,script842].cs2 deleted file mode 100644 index a07695758..000000000 --- a/dumps/530/script/[clientscript,script842].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 842 -[clientscript,script842] -~script846(%varplayerbit_4398, 2); diff --git a/dumps/530/script/[clientscript,script843].cs2 b/dumps/530/script/[clientscript,script843].cs2 deleted file mode 100644 index 943d3c905..000000000 --- a/dumps/530/script/[clientscript,script843].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 843 -[clientscript,script843] -~script846(%varplayerbit_4398, 3); diff --git a/dumps/530/script/[clientscript,script844].cs2 b/dumps/530/script/[clientscript,script844].cs2 deleted file mode 100644 index e7a8616a4..000000000 --- a/dumps/530/script/[clientscript,script844].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 844 -[clientscript,script844] -~script846(%varplayerbit_4398, 0); diff --git a/dumps/530/script/[clientscript,script845].cs2 b/dumps/530/script/[clientscript,script845].cs2 deleted file mode 100644 index 556caf6ae..000000000 --- a/dumps/530/script/[clientscript,script845].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 845 -[clientscript,script845] -~script846(%varplayerbit_4398, 1); diff --git a/dumps/530/script/[clientscript,script847].cs2 b/dumps/530/script/[clientscript,script847].cs2 deleted file mode 100644 index be04eadd8..000000000 --- a/dumps/530/script/[clientscript,script847].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 847 -[clientscript,script847] -~script849(%varplayerbit_4398, 1); diff --git a/dumps/530/script/[clientscript,script848].cs2 b/dumps/530/script/[clientscript,script848].cs2 deleted file mode 100644 index b06895c31..000000000 --- a/dumps/530/script/[clientscript,script848].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 848 -[clientscript,script848] -~script849(%varplayerbit_4398, 0); diff --git a/dumps/530/script/[clientscript,script856].cs2 b/dumps/530/script/[clientscript,script856].cs2 deleted file mode 100644 index be1b22b95..000000000 --- a/dumps/530/script/[clientscript,script856].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 856 -[clientscript,script856] -sound_synth(synth_2605, 1, 0); -if (%varplayerbit_4400 < calc(7 - 1)) { - %varclient_108 = calc(%varplayerbit_4400 + 1); - ~script861; -} diff --git a/dumps/530/script/[clientscript,script857].cs2 b/dumps/530/script/[clientscript,script857].cs2 deleted file mode 100644 index fef86ea9e..000000000 --- a/dumps/530/script/[clientscript,script857].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 857 -[clientscript,script857] -sound_synth(synth_2605, 1, 0); -if (%varplayerbit_4400 > 0) { - %varclient_108 = calc(%varplayerbit_4400 - 1); - ~script861; -} diff --git a/dumps/530/script/[clientscript,script858].cs2 b/dumps/530/script/[clientscript,script858].cs2 deleted file mode 100644 index e9967304e..000000000 --- a/dumps/530/script/[clientscript,script858].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 858 -[clientscript,script858] -sound_synth(synth_2605, 1, 0); diff --git a/dumps/530/script/[clientscript,script859].cs2 b/dumps/530/script/[clientscript,script859].cs2 deleted file mode 100644 index 745c1098e..000000000 --- a/dumps/530/script/[clientscript,script859].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 859 -[clientscript,script859] -sound_synth(synth_2605, 1, 0); diff --git a/dumps/530/script/[clientscript,script860].cs2 b/dumps/530/script/[clientscript,script860].cs2 deleted file mode 100644 index d3daca010..000000000 --- a/dumps/530/script/[clientscript,script860].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 860 -[clientscript,script860] -sound_synth(synth_4502, 1, 0); diff --git a/dumps/530/script/[clientscript,script862].cs2 b/dumps/530/script/[clientscript,script862].cs2 deleted file mode 100644 index bbd55ec24..000000000 --- a/dumps/530/script/[clientscript,script862].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 862 -[clientscript,script862] -if_settext(tostring(%varplayerbit_4449), interface_689:com_8); diff --git a/dumps/530/script/[clientscript,script863].cs2 b/dumps/530/script/[clientscript,script863].cs2 deleted file mode 100644 index 515e1e90d..000000000 --- a/dumps/530/script/[clientscript,script863].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 863 -[clientscript,script863] -if_settext(tostring(%varplayerbit_4449), interface_686:com_56); diff --git a/dumps/530/script/[clientscript,script864].cs2 b/dumps/530/script/[clientscript,script864].cs2 deleted file mode 100644 index 40bb17163..000000000 --- a/dumps/530/script/[clientscript,script864].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 864 -[clientscript,script864] -def_int $int0 = 0; -def_int $int1 = 0; -if (stat_base(farming) > 39) { - $int1 = %varplayerbit_4449; -} else { - $int1 = calc(%varplayerbit_4449 * enum(int, int, enum_1369, stat_base(farming)) / 100); -} -if_settext(" XP", interface_686:com_55); diff --git a/dumps/530/script/[clientscript,script865].cs2 b/dumps/530/script/[clientscript,script865].cs2 deleted file mode 100644 index 91ba8854e..000000000 --- a/dumps/530/script/[clientscript,script865].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 865 -[clientscript,script865] -def_int $int0 = 0; -def_int $int1 = 0; -if (%varplayer_1113 = 0) { - if (%varclient_84 <= 2147482647) { - %varclient_84 = calc(%varclient_84 + 1000); - } -} else { - $int0 = inv_total(inv_93, %varplayer_1109); - if (%varplayer_1109 ! oc_cert(%varplayer_1109)) { - $int1 = inv_total(inv_93, oc_cert(%varplayer_1109)); - } - %varclient_84 = $int0; - if (%varclient_84 <= 1000000000 & $int1 <= 1000000000) { - %varclient_84 = calc(%varclient_84 + $int1); - } -} -if_settext(~script46(%varclient_84, ","), interface_105:com_150); -~script602; diff --git a/dumps/530/script/[clientscript,script866].cs2 b/dumps/530/script/[clientscript,script866].cs2 deleted file mode 100644 index baecef78f..000000000 --- a/dumps/530/script/[clientscript,script866].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 866 -[clientscript,script866](component $component0) -~script867($component0); diff --git a/dumps/530/script/[clientscript,script868].cs2 b/dumps/530/script/[clientscript,script868].cs2 deleted file mode 100644 index 85b9f90f7..000000000 --- a/dumps/530/script/[clientscript,script868].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 868 -[clientscript,script868](component $component0) -~script869($component0); diff --git a/dumps/530/script/[clientscript,script86].cs2 b/dumps/530/script/[clientscript,script86].cs2 deleted file mode 100644 index 470631176..000000000 --- a/dumps/530/script/[clientscript,script86].cs2 +++ /dev/null @@ -1,34 +0,0 @@ -// 86 -[clientscript,script86](int $int0, string $string0, int $int1) -def_string $string1 = removetags($string0); -def_int $chattype2 = chat_gethistorytype($int1); -switch_int ($int0) { - case 1 : - opplayer(4, $string1); - case 2 : - opplayer(1, $string1); - case 3 : - opplayer(7, $string1); - case 6 : - if (friend_test($string1) = true) { - if (map_quickchat = false & unknown_command_3328 = false) { - ~script107($string1); - } - } else { - friend_add($string1); - } - case 7 : - ignore_add($string1); - case 8 : - %varclientstring_24 = $string1; - case 9 : - if ($chattype2 = ^chattype_quickchat_public) { - ~script1052(4, chat_gethistoryname($int1), chat_gethistoryphrase($int1)); - } else if ($chattype2 = ^chattype_quickchat_private_incoming) { - ~script1052(5, chat_gethistoryname($int1), chat_gethistoryphrase($int1)); - } else if ($chattype2 = ^chattype_quickchat_friend_chat) { - ~script1052(6, chat_gethistoryname($int1), chat_gethistoryphrase($int1)); - } - case 10 : - opplayer(5, $string1); -} diff --git a/dumps/530/script/[clientscript,script870].cs2 b/dumps/530/script/[clientscript,script870].cs2 deleted file mode 100644 index e69609f79..000000000 --- a/dumps/530/script/[clientscript,script870].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 870 -[clientscript,script870](component $component0, component $component1, graphic $graphic2, graphic $graphic3, graphic $graphic4, graphic $graphic5, graphic $graphic6, graphic $graphic7) -~script31($component0, $component1, $graphic2, $graphic3, $graphic4, $graphic5, $graphic6, $graphic7); -if (cc_find($component0, 1) = true) { - ~script157($component0, $component1, %varclient_109, 1); -} diff --git a/dumps/530/script/[clientscript,script871].cs2 b/dumps/530/script/[clientscript,script871].cs2 deleted file mode 100644 index 1886b4392..000000000 --- a/dumps/530/script/[clientscript,script871].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 871 -[clientscript,script871] -def_int $int0 = calc(20 - 0); -def_int $int1 = calc(80 - 0); -def_int $int2 = calc($int1 / $int0); -def_int $int3 = calc(%varplayerbit_4523 * $int2); -def_int $int4 = calc(1024 / $int1); -%varclient_111 = $int3; -def_int $int5 = calc(%varclient_111 * $int4); -$int5 = calc($int5 + 512); -$int5 = calc(2048 - $int5); -if_setmodelangle(0, 0, 0, 0, $int5, 388, interface_717:com_4); -~script896; -def_int $int6 = calc(enum(int, int, enum_1422, %varplayerbit_4519) * (1024 / $int0)); -$int6 = calc($int6 + 512); -if_setmodelangle(0, 0, 0, 0, $int6, 365, interface_717:com_3); diff --git a/dumps/530/script/[clientscript,script872].cs2 b/dumps/530/script/[clientscript,script872].cs2 deleted file mode 100644 index a0db67cc1..000000000 --- a/dumps/530/script/[clientscript,script872].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 872 -[clientscript,script872](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_697:com_4); -if_sethide(true, interface_697:com_5); diff --git a/dumps/530/script/[clientscript,script873].cs2 b/dumps/530/script/[clientscript,script873].cs2 deleted file mode 100644 index e1a5be27d..000000000 --- a/dumps/530/script/[clientscript,script873].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 873 -[clientscript,script873](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_697:com_3); -if_sethide(true, interface_697:com_5); diff --git a/dumps/530/script/[clientscript,script874].cs2 b/dumps/530/script/[clientscript,script874].cs2 deleted file mode 100644 index 66c26d592..000000000 --- a/dumps/530/script/[clientscript,script874].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 874 -[clientscript,script874](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_697:com_3); -if_sethide(true, interface_697:com_4); diff --git a/dumps/530/script/[clientscript,script875].cs2 b/dumps/530/script/[clientscript,script875].cs2 deleted file mode 100644 index c30b96d3b..000000000 --- a/dumps/530/script/[clientscript,script875].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 875 -[clientscript,script875](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_694:com_24); diff --git a/dumps/530/script/[clientscript,script876].cs2 b/dumps/530/script/[clientscript,script876].cs2 deleted file mode 100644 index 4363fe0ac..000000000 --- a/dumps/530/script/[clientscript,script876].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 876 -[clientscript,script876](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_694:com_23); diff --git a/dumps/530/script/[clientscript,script877].cs2 b/dumps/530/script/[clientscript,script877].cs2 deleted file mode 100644 index ad320265a..000000000 --- a/dumps/530/script/[clientscript,script877].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 877 -[clientscript,script877](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_696:com_4); diff --git a/dumps/530/script/[clientscript,script878].cs2 b/dumps/530/script/[clientscript,script878].cs2 deleted file mode 100644 index b3855d4d4..000000000 --- a/dumps/530/script/[clientscript,script878].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 878 -[clientscript,script878](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_696:com_3); diff --git a/dumps/530/script/[clientscript,script879].cs2 b/dumps/530/script/[clientscript,script879].cs2 deleted file mode 100644 index 31aeb5c25..000000000 --- a/dumps/530/script/[clientscript,script879].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 879 -[clientscript,script879](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_707:com_4); diff --git a/dumps/530/script/[clientscript,script87].cs2 b/dumps/530/script/[clientscript,script87].cs2 deleted file mode 100644 index d3a6543d0..000000000 --- a/dumps/530/script/[clientscript,script87].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 87 -[clientscript,script87](component $component0) -if_settext("Score: ", $component0); diff --git a/dumps/530/script/[clientscript,script880].cs2 b/dumps/530/script/[clientscript,script880].cs2 deleted file mode 100644 index 5c8c603ae..000000000 --- a/dumps/530/script/[clientscript,script880].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 880 -[clientscript,script880](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_707:com_3); diff --git a/dumps/530/script/[clientscript,script881].cs2 b/dumps/530/script/[clientscript,script881].cs2 deleted file mode 100644 index a55459fdc..000000000 --- a/dumps/530/script/[clientscript,script881].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 881 -[clientscript,script881](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_699:com_4); diff --git a/dumps/530/script/[clientscript,script882].cs2 b/dumps/530/script/[clientscript,script882].cs2 deleted file mode 100644 index 0b58bd7bd..000000000 --- a/dumps/530/script/[clientscript,script882].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 882 -[clientscript,script882](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_699:com_3); diff --git a/dumps/530/script/[clientscript,script883].cs2 b/dumps/530/script/[clientscript,script883].cs2 deleted file mode 100644 index 3a008c963..000000000 --- a/dumps/530/script/[clientscript,script883].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 883 -[clientscript,script883](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_708:com_13); diff --git a/dumps/530/script/[clientscript,script884].cs2 b/dumps/530/script/[clientscript,script884].cs2 deleted file mode 100644 index 0e1de8a64..000000000 --- a/dumps/530/script/[clientscript,script884].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 884 -[clientscript,script884](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_708:com_12); diff --git a/dumps/530/script/[clientscript,script885].cs2 b/dumps/530/script/[clientscript,script885].cs2 deleted file mode 100644 index bb104c197..000000000 --- a/dumps/530/script/[clientscript,script885].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 885 -[clientscript,script885](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_704:com_11); -if_sethide(true, interface_704:com_12); diff --git a/dumps/530/script/[clientscript,script886].cs2 b/dumps/530/script/[clientscript,script886].cs2 deleted file mode 100644 index 7cd60941d..000000000 --- a/dumps/530/script/[clientscript,script886].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 886 -[clientscript,script886](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_704:com_10); -if_sethide(true, interface_704:com_12); diff --git a/dumps/530/script/[clientscript,script887].cs2 b/dumps/530/script/[clientscript,script887].cs2 deleted file mode 100644 index 221aac3e2..000000000 --- a/dumps/530/script/[clientscript,script887].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 887 -[clientscript,script887](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_704:com_10); -if_sethide(true, interface_704:com_11); diff --git a/dumps/530/script/[clientscript,script888].cs2 b/dumps/530/script/[clientscript,script888].cs2 deleted file mode 100644 index 2ed9d6bd8..000000000 --- a/dumps/530/script/[clientscript,script888].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 888 -[clientscript,script888](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_705:com_11); -if_sethide(true, interface_705:com_12); diff --git a/dumps/530/script/[clientscript,script889].cs2 b/dumps/530/script/[clientscript,script889].cs2 deleted file mode 100644 index 69575dbe2..000000000 --- a/dumps/530/script/[clientscript,script889].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 889 -[clientscript,script889](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_705:com_10); -if_sethide(true, interface_705:com_12); diff --git a/dumps/530/script/[clientscript,script88].cs2 b/dumps/530/script/[clientscript,script88].cs2 deleted file mode 100644 index 96f9b9302..000000000 --- a/dumps/530/script/[clientscript,script88].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 88 -[clientscript,script88](int $int0, string $string0) -def_string $string1 = removetags($string0); -if ($int0 = 8) { - if (friend_test($string1) = true) { - if (map_quickchat = false & unknown_command_3328 = false) { - ~script107($string1); - } - } else { - friend_add($string1); - } -} else if ($int0 = 9) { - ignore_add($string1); -} else if ($int0 = 10) { - %varclientstring_24 = $string1; -} diff --git a/dumps/530/script/[clientscript,script890].cs2 b/dumps/530/script/[clientscript,script890].cs2 deleted file mode 100644 index 5c50d7654..000000000 --- a/dumps/530/script/[clientscript,script890].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 890 -[clientscript,script890](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_705:com_10); -if_sethide(true, interface_705:com_11); diff --git a/dumps/530/script/[clientscript,script891].cs2 b/dumps/530/script/[clientscript,script891].cs2 deleted file mode 100644 index f7eaf5967..000000000 --- a/dumps/530/script/[clientscript,script891].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 891 -[clientscript,script891](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_710:com_10); diff --git a/dumps/530/script/[clientscript,script892].cs2 b/dumps/530/script/[clientscript,script892].cs2 deleted file mode 100644 index b6c8464fa..000000000 --- a/dumps/530/script/[clientscript,script892].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 892 -[clientscript,script892](component $component0) -if_setmodel(model_32408, $component0); -if_setonmouseleave(null, $component0); -if_sethide(true, interface_710:com_9); diff --git a/dumps/530/script/[clientscript,script893].cs2 b/dumps/530/script/[clientscript,script893].cs2 deleted file mode 100644 index c238e1737..000000000 --- a/dumps/530/script/[clientscript,script893].cs2 +++ /dev/null @@ -1,37 +0,0 @@ -// 893 -[clientscript,script893] -if (%varclient_112 < 10) { - %varclient_112 = calc(%varclient_112 + 1); - return; -} -%varclient_112 = 0; -def_int $int0 = calc(20 - 0); -def_int $int1 = calc(80 - 0); -def_int $int2 = calc($int1 / $int0); -def_int $int3 = calc(%varplayerbit_4523 * $int2); -if (%varclient_111 < $int3) { - %varclient_111 = calc(%varclient_111 + 1); -} else if (%varclient_111 > $int3) { - %varclient_111 = calc(%varclient_111 - 1); -} -if (%varclient_114 = 0) { - if (%varclient_113 > 0) { - %varclient_113 = calc(%varclient_113 - 1); - } else { - %varclient_114 = 1; - } -} else if (%varclient_113 < 4) { - %varclient_113 = calc(%varclient_113 + 1); -} else { - %varclient_114 = 0; -} -def_int $int4 = calc(%varclient_111 + (%varclient_113 + 2)); -def_int $int5 = calc(1024 / $int1); -$int4 = calc($int4 * $int5); -$int4 = calc($int4 + 512); -$int4 = calc(2048 - $int4); -if_setmodelangle(0, 0, 0, 0, $int4, 388, interface_717:com_4); -def_int $int6 = calc(enum(int, int, enum_1422, %varplayerbit_4519) * (1024 / $int0)); -$int6 = calc($int6 + 512); -$int6 = calc(2048 - $int6); -if_setmodelangle(0, 0, 0, 0, $int6, 365, interface_717:com_3); diff --git a/dumps/530/script/[clientscript,script894].cs2 b/dumps/530/script/[clientscript,script894].cs2 deleted file mode 100644 index bb794d57f..000000000 --- a/dumps/530/script/[clientscript,script894].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 894 -[clientscript,script894] -~script896; diff --git a/dumps/530/script/[clientscript,script895].cs2 b/dumps/530/script/[clientscript,script895].cs2 deleted file mode 100644 index 6a5101ace..000000000 --- a/dumps/530/script/[clientscript,script895].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 895 -[clientscript,script895] -~script896; diff --git a/dumps/530/script/[clientscript,script897].cs2 b/dumps/530/script/[clientscript,script897].cs2 deleted file mode 100644 index 0084eca5f..000000000 --- a/dumps/530/script/[clientscript,script897].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 897 -[clientscript,script897] -if_sethide(false, interface_717:com_33); diff --git a/dumps/530/script/[clientscript,script898].cs2 b/dumps/530/script/[clientscript,script898].cs2 deleted file mode 100644 index 62b0d7f28..000000000 --- a/dumps/530/script/[clientscript,script898].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 898 -[clientscript,script898] -if_sethide(true, interface_717:com_33); diff --git a/dumps/530/script/[clientscript,script899].cs2 b/dumps/530/script/[clientscript,script899].cs2 deleted file mode 100644 index 33ec04713..000000000 --- a/dumps/530/script/[clientscript,script899].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 899 -[clientscript,script899] -if_sethide(false, interface_717:com_35); diff --git a/dumps/530/script/[clientscript,script8].cs2 b/dumps/530/script/[clientscript,script8].cs2 deleted file mode 100644 index be811ccd7..000000000 --- a/dumps/530/script/[clientscript,script8].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 8 -[clientscript,script8](int $int0) -def_int $int1 = ~script4($int0); -if ($int1 = 2) { - if_setcolour(^green, enum(int, component, enum_208, $int0)); -} else if ($int1 = 1) { - if_setcolour(^yellow, enum(int, component, enum_208, $int0)); -} else { - if_setcolour(^red, enum(int, component, enum_208, $int0)); -} diff --git a/dumps/530/script/[clientscript,script900].cs2 b/dumps/530/script/[clientscript,script900].cs2 deleted file mode 100644 index d9d1484e9..000000000 --- a/dumps/530/script/[clientscript,script900].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 900 -[clientscript,script900] -if_sethide(true, interface_717:com_35); diff --git a/dumps/530/script/[clientscript,script901].cs2 b/dumps/530/script/[clientscript,script901].cs2 deleted file mode 100644 index aa711fd4a..000000000 --- a/dumps/530/script/[clientscript,script901].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 901 -[clientscript,script901] -if_setmodelangle(0, 0, 0, 0, 1024, 400, interface_717:com_14); -if_setposition(calc(if_getx(interface_717:com_14) - 2), calc(if_gety(interface_717:com_14) - 2), ^setpos_abs_left, ^setpos_abs_top, interface_717:com_14); diff --git a/dumps/530/script/[clientscript,script902].cs2 b/dumps/530/script/[clientscript,script902].cs2 deleted file mode 100644 index 2eecd2e7a..000000000 --- a/dumps/530/script/[clientscript,script902].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 902 -[clientscript,script902] -if_setmodelangle(0, 0, 0, 0, 0, 400, interface_717:com_14); -if_setposition(calc(if_getx(interface_717:com_14) + 2), calc(if_gety(interface_717:com_14) + 2), ^setpos_abs_left, ^setpos_abs_top, interface_717:com_14); diff --git a/dumps/530/script/[clientscript,script903].cs2 b/dumps/530/script/[clientscript,script903].cs2 deleted file mode 100644 index 228ca596e..000000000 --- a/dumps/530/script/[clientscript,script903].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 903 -[clientscript,script903] -if_setmodelangle(0, 0, 0, 0, 1024, 400, interface_717:com_13); -if_setposition(calc(if_getx(interface_717:com_13) - 2), calc(if_gety(interface_717:com_13) - 2), ^setpos_abs_left, ^setpos_abs_top, interface_717:com_13); diff --git a/dumps/530/script/[clientscript,script904].cs2 b/dumps/530/script/[clientscript,script904].cs2 deleted file mode 100644 index 13b8f0473..000000000 --- a/dumps/530/script/[clientscript,script904].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 904 -[clientscript,script904] -if_setmodelangle(0, 0, 0, 0, 0, 400, interface_717:com_13); -if_setposition(calc(if_getx(interface_717:com_13) + 2), calc(if_gety(interface_717:com_13) + 2), ^setpos_abs_left, ^setpos_abs_top, interface_717:com_13); diff --git a/dumps/530/script/[clientscript,script905].cs2 b/dumps/530/script/[clientscript,script905].cs2 deleted file mode 100644 index fe619ed40..000000000 --- a/dumps/530/script/[clientscript,script905].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 905 -[clientscript,script905] -%varclient_116 = 0; diff --git a/dumps/530/script/[clientscript,script906].cs2 b/dumps/530/script/[clientscript,script906].cs2 deleted file mode 100644 index 14e58bff9..000000000 --- a/dumps/530/script/[clientscript,script906].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 906 -[clientscript,script906] -%varclient_116 = 1; diff --git a/dumps/530/script/[clientscript,script907].cs2 b/dumps/530/script/[clientscript,script907].cs2 deleted file mode 100644 index 2ae01c7bd..000000000 --- a/dumps/530/script/[clientscript,script907].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 907 -[clientscript,script907] -%varclient_116 = 0; diff --git a/dumps/530/script/[clientscript,script908].cs2 b/dumps/530/script/[clientscript,script908].cs2 deleted file mode 100644 index 9821a9de2..000000000 --- a/dumps/530/script/[clientscript,script908].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 908 -[clientscript,script908] -%varclient_117 = 1; diff --git a/dumps/530/script/[clientscript,script909].cs2 b/dumps/530/script/[clientscript,script909].cs2 deleted file mode 100644 index f38584eb8..000000000 --- a/dumps/530/script/[clientscript,script909].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 909 -[clientscript,script909] -%varclient_117 = 0; diff --git a/dumps/530/script/[clientscript,script910].cs2 b/dumps/530/script/[clientscript,script910].cs2 deleted file mode 100644 index 9f5fa7675..000000000 --- a/dumps/530/script/[clientscript,script910].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 910 -[clientscript,script910] -if (%varclient_116 = 1 | %varclient_117 = 1) { - if_setoutline(2, interface_716:com_31); -} else { - if_setoutline(0, interface_716:com_31); -} diff --git a/dumps/530/script/[clientscript,script911].cs2 b/dumps/530/script/[clientscript,script911].cs2 deleted file mode 100644 index 0becf7c9a..000000000 --- a/dumps/530/script/[clientscript,script911].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 911 -[clientscript,script911] -if (%varplayerbit_4532 = 1 & %varclient_118 < 253) { - %varclient_118 = calc(%varclient_118 + 3); - if_settrans(calc(255 - %varclient_118), interface_721:com_3); -} else if (%varplayerbit_4532 = 0 & %varclient_118 > 3) { - %varclient_118 = calc(%varclient_118 - 3); - if_settrans(calc(255 - %varclient_118), interface_721:com_3); -} diff --git a/dumps/530/script/[clientscript,script912].cs2 b/dumps/530/script/[clientscript,script912].cs2 deleted file mode 100644 index 48489d63e..000000000 --- a/dumps/530/script/[clientscript,script912].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 912 -[clientscript,script912](component $component0) -if (%varplayerbit_4537 = 0) { - if_settext("", $component0); -} else if (%varplayerbit_4537 <= %varclient_119) { - if_settext(" / ", $component0); -} else { - if_settext(tostring(%varplayerbit_4537), $component0); -} diff --git a/dumps/530/script/[clientscript,script913].cs2 b/dumps/530/script/[clientscript,script913].cs2 deleted file mode 100644 index 00358c602..000000000 --- a/dumps/530/script/[clientscript,script913].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 913 -[clientscript,script913](component $component0) -if_sethide(true, interface_728:com_20); -if_sethide(true, interface_728:com_21); -if_sethide(true, interface_728:com_22); -if_sethide(true, interface_728:com_23); -if_sethide(true, interface_728:com_17); -if_sethide(true, interface_728:com_4); -if_sethide(true, interface_728:com_5); -if_sethide(true, interface_728:com_6); -if_sethide(true, interface_728:com_7); -if_sethide(true, interface_728:com_8); -if_sethide(true, interface_728:com_9); -if_sethide(true, interface_728:com_10); -if_sethide(true, interface_728:com_11); -if_sethide(true, interface_728:com_12); -if_sethide(true, interface_728:com_13); -if_sethide(true, interface_728:com_14); -~script41(interface_728:com_25); -if_sethide(true, $component0); diff --git a/dumps/530/script/[clientscript,script914].cs2 b/dumps/530/script/[clientscript,script914].cs2 deleted file mode 100644 index 2acf8be22..000000000 --- a/dumps/530/script/[clientscript,script914].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 914 -[clientscript,script914] -sound_synth(synth_2417, 1, 0); diff --git a/dumps/530/script/[clientscript,script916].cs2 b/dumps/530/script/[clientscript,script916].cs2 deleted file mode 100644 index 4e96487e7..000000000 --- a/dumps/530/script/[clientscript,script916].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 916 -[clientscript,script916](component $component0) -sound_synth(synth_4726, 1, 0); -if (%varplayerbit_4536 = 0) { - if_setop(1, "Turn on", $component0); - if_setgraphic(graphic_782, $component0); -} else { - if_setop(1, "Turn off", $component0); - if_setgraphic(graphic_781, $component0); -} diff --git a/dumps/530/script/[clientscript,script917].cs2 b/dumps/530/script/[clientscript,script917].cs2 deleted file mode 100644 index 980cb036b..000000000 --- a/dumps/530/script/[clientscript,script917].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 917 -[clientscript,script917](component $component0, component $component1) -def_string $string0 = ""; -if ($component0 = interface_728:com_17) { - %varclient_2 = 0; - if (%varplayerbit_4536 = 0) { - $string0 = "Turns off the autopilot, letting you fly manually."; - } else { - $string0 = "Turns on the autopilot to fly you automatically around the mapsquare."; - } -} else if ($component0 = interface_728:com_18) { - $string0 = "Return to Lumbridge."; -} else if ($component0 = interface_728:com_20) { - $string0 = "First page."; -} else if ($component0 = interface_728:com_21) { - $string0 = "Previous page."; -} else if ($component0 = interface_728:com_22) { - $string0 = "Next page."; -} else if ($component0 = interface_728:com_23) { - $string0 = "Last page."; -} else { - return; -} -~script39($component0, $component1, $string0, 25, 110); diff --git a/dumps/530/script/[clientscript,script918].cs2 b/dumps/530/script/[clientscript,script918].cs2 deleted file mode 100644 index db1c1bbdf..000000000 --- a/dumps/530/script/[clientscript,script918].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 918 -[clientscript,script918](component $component0, component $component1, int $int2, component $component3, component $component4, component $component5, component $component6) -if (%varplayerbit_4537 ! 0 | if_gethide($component3) = true) { - ~script41($component1); - return; -} -~script39($component0, $component1, "Use the arrow buttons to read the commentary.", 25, if_getwidth(if_getlayer($component1))); -if (%varclient_2 = 0) { - return; -} -$int2 = calc(($int2 + 20) % 400); -if ($int2 <= 200) { - if_settrans($int2, $component3); - if_settrans($int2, $component4); - if_settrans($int2, $component5); - if_settrans($int2, $component6); -} else { - if_settrans(calc(400 - $int2), $component3); - if_settrans(calc(400 - $int2), $component4); - if_settrans(calc(400 - $int2), $component5); - if_settrans(calc(400 - $int2), $component6); -} -if_setonmouserepeat("script918(event_com, $component1, $int2, $component3, $component4, $component5, $component6)", $component0); diff --git a/dumps/530/script/[clientscript,script919].cs2 b/dumps/530/script/[clientscript,script919].cs2 deleted file mode 100644 index 88338c57a..000000000 --- a/dumps/530/script/[clientscript,script919].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 919 -[clientscript,script919](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5) -if_setonmouserepeat("script918(event_com, $component1, 0, $component2, $component3, $component4, $component5)", $component0); -if_settrans(0, $component2); -if_settrans(0, $component3); -if_settrans(0, $component4); -if_settrans(0, $component5); -~script41($component1); diff --git a/dumps/530/script/[clientscript,script920].cs2 b/dumps/530/script/[clientscript,script920].cs2 deleted file mode 100644 index a3b866c6f..000000000 --- a/dumps/530/script/[clientscript,script920].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 920 -[clientscript,script920](string $string0, string $string1) -%varclientstring_25 = $string0; -%varclientstring_26 = $string1; diff --git a/dumps/530/script/[clientscript,script921].cs2 b/dumps/530/script/[clientscript,script921].cs2 deleted file mode 100644 index 5e0b3d6a2..000000000 --- a/dumps/530/script/[clientscript,script921].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 921 -[clientscript,script921](int $int0) -%varclient_119 = $int0; diff --git a/dumps/530/script/[clientscript,script922].cs2 b/dumps/530/script/[clientscript,script922].cs2 deleted file mode 100644 index 6ad86991a..000000000 --- a/dumps/530/script/[clientscript,script922].cs2 +++ /dev/null @@ -1,37 +0,0 @@ -// 922 -[clientscript,script922](component $component0, component $component1, component $component2, component $component3, component $component4) -if (string_length(%varclientstring_25) = 0) { - mes("How odd. The signpost doesn't seem to be working."); -} -def_int $int5 = calc(paraheight(%varclientstring_25, calc(170 + 16), tutorial_font) * 12 + 5); -if ($int5 <= if_getheight($component0)) { - if_setsize(calc(170 + 16), if_getheight($component0), ^setsize_abs, ^setsize_abs, $component0); - if_setsize(calc(170 + 16), $int5, ^setsize_abs, ^setsize_abs, $component2); - if_setscrollsize(0, 0, $component0); - if_setscrollpos(0, 0, $component0); - if_sethide(true, $component1); -} else { - if_sethide(false, $component1); - if_setsize(170, if_getheight($component0), ^setsize_abs, ^setsize_abs, $component0); - $int5 = calc(paraheight(%varclientstring_25, 170, tutorial_font) * 12 + 5); - if_setsize(170, $int5, ^setsize_abs, ^setsize_abs, $component2); - if_setscrollsize(0, $int5, $component0); - if_setscrollpos(0, 0, $component0); - ~script31($component1, $component0, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); - ~script72($component1, $component0, 0); -} -if_settext(%varclientstring_25, $component2); -~script680($component3); -%varclient_2 = 0; -if_setcolour(0xcc9900, $component4); -if (string_length(%varclientstring_26) > 0) { - if_setop(1, %varclientstring_26, $component3); - if_setonmouserepeat("script953($component3, $component4)", $component3); - if_setonmouseleave("script924($component3, $component4)", $component3); - if_settext(%varclientstring_26, $component4); -} else { - if_clearops($component3); - if_setonmouseover(null, $component3); - if_setonmouseleave(null, $component3); - if_settext("~ Gnomecopter Tours ~", $component4); -} diff --git a/dumps/530/script/[clientscript,script923].cs2 b/dumps/530/script/[clientscript,script923].cs2 deleted file mode 100644 index 54685b1dd..000000000 --- a/dumps/530/script/[clientscript,script923].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 923 -[clientscript,script923](component $component0) -if (%varplayerbit_4536 = 1) { - if_setop(1, "Turn on", $component0); - if_setgraphic(graphic_782, $component0); -} else { - if_setop(1, "Turn off", $component0); - if_setgraphic(graphic_781, $component0); -} diff --git a/dumps/530/script/[clientscript,script924].cs2 b/dumps/530/script/[clientscript,script924].cs2 deleted file mode 100644 index f7c4e5ab2..000000000 --- a/dumps/530/script/[clientscript,script924].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 924 -[clientscript,script924](component $component0, component $component1) -~script680($component0); -%varclient_2 = 0; -if_setcolour(0xcc9900, $component1); diff --git a/dumps/530/script/[clientscript,script925].cs2 b/dumps/530/script/[clientscript,script925].cs2 deleted file mode 100644 index db0c4b1fc..000000000 --- a/dumps/530/script/[clientscript,script925].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 925 -[clientscript,script925] -if (%varplayerbit_4538 >= 43) { - return; -} -if_settext("<"Earlgrey"> (1000)", interface_725:com_20); -if_settext("<"Fairtrade"> (1000)", interface_725:com_22); -%varclient_185 = 0; diff --git a/dumps/530/script/[clientscript,script926].cs2 b/dumps/530/script/[clientscript,script926].cs2 deleted file mode 100644 index 0b527d92f..000000000 --- a/dumps/530/script/[clientscript,script926].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 926 -[clientscript,script926] -if (%varplayerbit_4538 >= 43) { - mes("The game has ended."); - if_close; - return; -} -if (%varclient_185 = %varplayerbit_4538) { - return; -} -if (%varclient_185 = 0) { - while (%varclient_185 < %varplayerbit_4538) { - %varclient_185 = calc(%varclient_185 + 1); - ~script927(%varclient_185, 0); - } - ~script928(%varplayerbit_4538, "Earlgrey", "Fairtrade", interface_725:com_26); - return; -} -%varclient_185 = %varplayerbit_4538; -~script927(%varplayerbit_4538, 1); -if (%varplayerbit_4538 < calc(43 - 1)) { - ~script928(%varplayerbit_4538, "Earlgrey", "Fairtrade", interface_725:com_26); -} diff --git a/dumps/530/script/[clientscript,script929].cs2 b/dumps/530/script/[clientscript,script929].cs2 deleted file mode 100644 index 4d1e325d3..000000000 --- a/dumps/530/script/[clientscript,script929].cs2 +++ /dev/null @@ -1,56 +0,0 @@ -// 929 -[clientscript,script929] -if (%varplayerbit_4538 >= 60) { - return; -} -if_settext("<"Sliceoflemon"> (1000)", interface_724:com_19); -if_settext("<"Milknosugar"> (1000)", interface_724:com_21); -def_int $int0 = 0; -while ($int0 <= 55) { - cc_create(interface_724:com_27, ^iftype_rectangle, $int0); - cc_setfill(true); - cc_setsize(2, 32, ^setsize_abs, ^setsize_abs); - cc_setcolour(^white); - cc_sethide(false); - cc_setposition(calc($int0 % 7 * 34 + 34), calc($int0 / 7 * 34 + 2), ^setpos_abs_left, ^setpos_abs_top); - $int0 = calc($int0 + 1); -} -$int0 = 0; -while ($int0 <= 55) { - cc_create(interface_724:com_27, ^iftype_rectangle, calc($int0 + 56)); - cc_setfill(true); - cc_setsize(32, 2, ^setsize_abs, ^setsize_abs); - cc_setcolour(^white); - cc_sethide(false); - cc_setposition(calc($int0 % 8 * 34 + 2), calc($int0 / 8 * 34 + 34), ^setpos_abs_left, ^setpos_abs_top); - $int0 = calc($int0 + 1); -} -$int0 = 0; -while ($int0 <= 55) { - cc_create(interface_724:com_27, ^iftype_rectangle, calc($int0 + 112)); - cc_setfill(true); - cc_setsize(2, 32, ^setsize_abs, ^setsize_abs); - cc_setcolour(0x555555); - cc_sethide(false); - cc_setposition(calc($int0 % 7 * 34 + 34), calc($int0 / 7 * 34 + 2), ^setpos_abs_left, ^setpos_abs_top); - $int0 = calc($int0 + 1); -} -$int0 = 0; -while ($int0 <= 55) { - cc_create(interface_724:com_27, ^iftype_rectangle, calc($int0 + 168)); - cc_setfill(true); - cc_setsize(32, 2, ^setsize_abs, ^setsize_abs); - cc_setcolour(0x555555); - cc_sethide(false); - cc_setposition(calc($int0 % 8 * 34 + 2), calc($int0 / 8 * 34 + 34), ^setpos_abs_left, ^setpos_abs_top); - $int0 = calc($int0 + 1); -} -$int0 = 0; -while ($int0 <= 63) { - cc_create(interface_724:com_27, ^iftype_graphic, calc($int0 + 224)); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc($int0 % 8 * 34 + 2), calc($int0 / 8 * 34 + 2), ^setpos_abs_left, ^setpos_abs_top); - cc_sethide(true); - $int0 = calc($int0 + 1); -} -%varclient_185 = 0; diff --git a/dumps/530/script/[clientscript,script92].cs2 b/dumps/530/script/[clientscript,script92].cs2 deleted file mode 100644 index b62d7de7e..000000000 --- a/dumps/530/script/[clientscript,script92].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 92 -[clientscript,script92](component $component0) -~script679($component0); diff --git a/dumps/530/script/[clientscript,script930].cs2 b/dumps/530/script/[clientscript,script930].cs2 deleted file mode 100644 index 2bbbaa535..000000000 --- a/dumps/530/script/[clientscript,script930].cs2 +++ /dev/null @@ -1,48 +0,0 @@ -// 930 -[clientscript,script930] -if (%varplayerbit_4538 >= 60) { - mes("The game has ended."); - if_close; - return; -} -if (%varclient_185 = %varplayerbit_4538) { - return; -} -if (%varclient_185 = 0) { - while (%varclient_185 < %varplayerbit_4538) { - %varclient_185 = calc(%varclient_185 + 1); - ~script931(%varclient_185, 1); - } - ~script928(%varplayerbit_4538, "Sliceoflemon", "Milknosugar", interface_724:com_25); - return; -} -%varclient_185 = %varplayerbit_4538; -~script931(%varplayerbit_4538, 0); -def_int $int0 = 224; -def_int $int1 = 0; -def_int $int2 = 0; -if (%varplayerbit_4538 = calc(60 - 1)) { - while ($int0 <= 287) { - if (cc_find(interface_724:com_27, $int0) = true) { - if (cc_getinvobject = obj_560) { - $int1 = calc($int1 + 1); - } else if (cc_getinvobject = obj_565) { - $int2 = calc($int2 + 1); - } - } - $int0 = calc($int0 + 1); - } - if ($int1 > $int2) { - sound_jingle(jingle_110, 6656); - if_settext("<"Sliceoflemon"> wins!", interface_724:com_25); - } else if ($int2 > $int1) { - sound_jingle(jingle_110, 6656); - if_settext("<"Milknosugar"> wins!", interface_724:com_25); - } else { - sound_jingle(jingle_108, 6449); - if_settext("It's a draw.", interface_724:com_25); - } - if_settext("The board is full.", interface_724:com_26); - return; -} -~script928(%varplayerbit_4538, "Sliceoflemon", "Milknosugar", interface_724:com_25); diff --git a/dumps/530/script/[clientscript,script934].cs2 b/dumps/530/script/[clientscript,script934].cs2 deleted file mode 100644 index 55532b27f..000000000 --- a/dumps/530/script/[clientscript,script934].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 934 -[clientscript,script934](int $int0, int $int1, int $int2, int $int3, int $int4, int $int5, int $int6, int $int7, int $int8, int $int9, int $int10, int $int11, int $int12, int $int13, int $int14, int $int15) -if ($int15 ! %varplayerbit_4538) { - ~script933($int1, $int2, $int3, $int4, $int5, $int6, $int7, $int8, $int9, $int10, $int11, $int12, $int13, $int14, $int15); - if_setontimer(null, interface_724:com_27); - return; -} -if ($int0 > clientclock) { - return; -} -~script935($int1, $int15, 0); -if ($int2 = -1) { - if_setontimer(null, interface_724:com_27); - return; -} -if_setontimer("script934(calc(clientclock + 16), $int2, $int3, $int4, $int5, $int6, $int7, $int8, $int9, $int10, $int11, $int12, $int13, $int14, -1, $int15)", interface_724:com_27); diff --git a/dumps/530/script/[clientscript,script937].cs2 b/dumps/530/script/[clientscript,script937].cs2 deleted file mode 100644 index c922d77c0..000000000 --- a/dumps/530/script/[clientscript,script937].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 937 -[clientscript,script937](int $int0, int $int1) -def_int $int2 = calc(clientclock - $int1); -if (cc_find(interface_724:com_27, $int0) = true) { - $int2 = calc($int2 % 10); - if (calc($int2 / 5) >= 1) { - $int2 = calc(10 - $int2); - } - cc_settrans(calc($int2 * 40)); -} diff --git a/dumps/530/script/[clientscript,script938].cs2 b/dumps/530/script/[clientscript,script938].cs2 deleted file mode 100644 index cbfb83a85..000000000 --- a/dumps/530/script/[clientscript,script938].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 938 -[clientscript,script938] -if (%varplayerbit_4538 >= 91) { - return; -} -if_settext("<"Lapsang"> (1000)", interface_727:com_21); -if_settext("<"Souchong"> (1000)", interface_727:com_23); -def_int $int0 = 0; -while ($int0 < 12) { - cc_create(interface_727:com_29, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(~script946(calc($int0 + 1)), ^setpos_abs_left, ^setpos_abs_top); - cc_setobject(obj_566, -1); - cc_setoutline(1); - cc_setgraphicshadow(^black); - $int0 = calc($int0 + 1); -} -while ($int0 < 24) { - cc_create(interface_727:com_29, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(~script946(calc($int0 + 9)), ^setpos_abs_left, ^setpos_abs_top); - cc_setobject(obj_562, -1); - cc_setoutline(1); - cc_setgraphicshadow(^black); - $int0 = calc($int0 + 1); -} -%varclient_185 = 0; diff --git a/dumps/530/script/[clientscript,script939].cs2 b/dumps/530/script/[clientscript,script939].cs2 deleted file mode 100644 index 10f9919f5..000000000 --- a/dumps/530/script/[clientscript,script939].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 939 -[clientscript,script939] -if (%varplayerbit_4538 >= 91) { - mes("The game has ended."); - if_close; - return; -} -if (%varclient_185 = %varplayerbit_4538) { - return; -} -if (%varclient_185 = 0) { - while (%varclient_185 < %varplayerbit_4538) { - %varclient_185 = calc(%varclient_185 + 1); - ~script940(%varclient_185, 1); - } - ~script928(%varplayerbit_4538, "Lapsang", "Souchong", interface_727:com_27); - return; -} -%varclient_185 = %varplayerbit_4538; -~script940(%varplayerbit_4538, 0); -if (%varplayerbit_4538 = calc(91 - 1)) { - sound_jingle(jingle_110, 6656); - if_settext("<"Souchong"> wins!", interface_727:com_27); - if_settext("Opponent has no pieces left.", interface_727:com_28); - return; -} -~script928(%varplayerbit_4538, "Lapsang", "Souchong", interface_727:com_27); diff --git a/dumps/530/script/[clientscript,script93].cs2 b/dumps/530/script/[clientscript,script93].cs2 deleted file mode 100644 index f4702a7ca..000000000 --- a/dumps/530/script/[clientscript,script93].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 93 -[clientscript,script93](component $component0) -~script680($component0); diff --git a/dumps/530/script/[clientscript,script944].cs2 b/dumps/530/script/[clientscript,script944].cs2 deleted file mode 100644 index 4479841ed..000000000 --- a/dumps/530/script/[clientscript,script944].cs2 +++ /dev/null @@ -1,47 +0,0 @@ -// 944 -[clientscript,script944](int $int0, int $int1, int $int2, int $int3, int $int4, int $int5, int $int6, int $int7, int $int8, int $int9, int $int10) -def_int $int11 = -1; -def_int $int12 = -1; -def_int $int13 = calc(clientclock - $int1); -if (cc_find(interface_727:com_29, $int0) = true) { - if ($int10 ! %varplayerbit_4538) { - ~script943($int4, $int5, $int6, $int7, $int8, $int9); - cc_setontimer(null); - return; - } - $int11, $int12 = ~script946($int4); - if ($int13 >= 16) { - cc_setposition($int11, $int12, ^setpos_abs_left, ^setpos_abs_top); - if (cc_getinvobject = obj_566) { - if ($int4 >= 29) { - cc_setobject(obj_3880, -1); - sound_synth(synth_1121, 1, 0); - } - } else if (cc_getinvobject = obj_562 & $int4 > 0 & $int4 <= 4) { - cc_setobject(obj_3876, -1); - sound_synth(synth_1121, 1, 0); - } - if ($int5 ! -1) { - cc_setontimer("script944($int0, clientclock, $int11, $int12, $int5, $int6, $int7, $int8, $int9, -1, $int10)"); - return; - } - cc_setontimer(null); - .cc_create(interface_727:com_29, ^iftype_model, 24); - .cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setmodel(model_4611); - .cc_setmodelangle(0, 0, 512, 0, 0, 768); - .cc_setmodelanim(seq_1355); - return; - } - if ($int13 = 1) { - sound_synth(synth_1119, 1, 0); - } - $int11 = calc($int11 - $int2); - $int12 = calc($int12 - $int3); - $int11 = calc($int11 / 16); - $int12 = calc($int12 / 16); - $int11 = calc($int11 * $int13); - $int12 = calc($int12 * $int13); - cc_setposition(calc($int2 + $int11), calc($int3 + $int12), ^setpos_abs_left, ^setpos_abs_top); -} diff --git a/dumps/530/script/[clientscript,script945].cs2 b/dumps/530/script/[clientscript,script945].cs2 deleted file mode 100644 index b9d623042..000000000 --- a/dumps/530/script/[clientscript,script945].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 945 -[clientscript,script945](int $int0, int $int1, int $int2) -if ((clientclock >= $int1 | $int2 ! %varplayerbit_4538) & cc_find(interface_727:com_29, $int0) = true) { - cc_sethide(true); -} diff --git a/dumps/530/script/[clientscript,script947].cs2 b/dumps/530/script/[clientscript,script947].cs2 deleted file mode 100644 index f2e437501..000000000 --- a/dumps/530/script/[clientscript,script947].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 947 -[clientscript,script947] -if (%varplayerbit_4538 >= 61) { - return; -} -if_settext("<"Teapotspout"> (1000)", interface_726:com_115); -if_settext("<"Hotwater"> (1000)", interface_726:com_117); -%varclient_185 = -1; diff --git a/dumps/530/script/[clientscript,script948].cs2 b/dumps/530/script/[clientscript,script948].cs2 deleted file mode 100644 index 146982d73..000000000 --- a/dumps/530/script/[clientscript,script948].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 948 -[clientscript,script948] -if (%varplayerbit_4538 >= 61) { - mes("The game has ended."); - if_close; - return; -} -if (%varclient_185 = %varplayerbit_4538) { - return; -} -if (%varclient_185 = -1) { - while (%varclient_185 < %varplayerbit_4538) { - %varclient_185 = calc(%varclient_185 + 1); - ~script949(%varclient_185, 0); - } - ~script928(%varplayerbit_4538, "Teapotspout", "Hotwater", interface_726:com_121); - return; -} -%varclient_185 = %varplayerbit_4538; -~script949(%varplayerbit_4538, 1); -if (%varplayerbit_4538 < calc(61 - 1)) { - ~script928(%varplayerbit_4538, "Teapotspout", "Hotwater", interface_726:com_121); -} diff --git a/dumps/530/script/[clientscript,script94].cs2 b/dumps/530/script/[clientscript,script94].cs2 deleted file mode 100644 index b785ab3f7..000000000 --- a/dumps/530/script/[clientscript,script94].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 94 -[clientscript,script94](component $component0) -~script1360($component0); diff --git a/dumps/530/script/[clientscript,script953].cs2 b/dumps/530/script/[clientscript,script953].cs2 deleted file mode 100644 index cc8494d24..000000000 --- a/dumps/530/script/[clientscript,script953].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 953 -[clientscript,script953](component $component0, component $component1) -if (%varclient_2 = 0) { - ~script915($component0); - if_setcolour(0xe5b219, $component1); - %varclient_2 = 1; -} diff --git a/dumps/530/script/[clientscript,script954].cs2 b/dumps/530/script/[clientscript,script954].cs2 deleted file mode 100644 index 521959dff..000000000 --- a/dumps/530/script/[clientscript,script954].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 954 -[clientscript,script954] -if_setsize(scale(calc(1000 - %varplayerbit_4564), 1000, 182), 0, ^setsize_abs, ^setsize_abs, interface_730:com_28); diff --git a/dumps/530/script/[clientscript,script955].cs2 b/dumps/530/script/[clientscript,script955].cs2 deleted file mode 100644 index 8f972334b..000000000 --- a/dumps/530/script/[clientscript,script955].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 955 -[clientscript,script955] -if (%varplayerbit_4540 = 3 & inv_total(inv_94, obj_12845) = 0 & inv_total(inv_93, obj_12845) = 0 & inv_total(inv_94, obj_12846) = 0 & inv_total(inv_93, obj_12846) = 0 & inv_total(inv_94, obj_12847) = 0 & inv_total(inv_93, obj_12847) = 0 & inv_total(inv_94, obj_12848) = 0 & inv_total(inv_93, obj_12848) = 0 & inv_total(inv_94, obj_12849) = 0 & inv_total(inv_93, obj_12849) = 0) { - if_sethide(false, interface_730:com_23); -} diff --git a/dumps/530/script/[clientscript,script956].cs2 b/dumps/530/script/[clientscript,script956].cs2 deleted file mode 100644 index d3f723700..000000000 --- a/dumps/530/script/[clientscript,script956].cs2 +++ /dev/null @@ -1,37 +0,0 @@ -// 956 -[clientscript,script956] -if_setopbase("Druidic Mage Top", interface_732:com_2); -if_setopbase("Druidic Mage Bottom", interface_732:com_7); -if_setopbase("Druidic Mage Hood", interface_732:com_12); -if_setopbase("Combat Robe Top", interface_732:com_19); -if_setopbase("Combat Robe Bottom", interface_732:com_24); -if_setopbase("Combat Hood", interface_732:com_29); -if_setopbase("Battle Robe Top", interface_732:com_36); -if_setopbase("Battle Robe Bottom", interface_732:com_41); -if_setopbase("Battle Hood", interface_732:com_46); -if_setopbase("Green D'Hide Coif", interface_732:com_53); -if_setopbase("Blue D'Hide Coif", interface_732:com_58); -if_setopbase("Red D'Hide Coif", interface_732:com_63); -if_setopbase("Black D'Hide Coif", interface_732:com_68); -if_setopbase("Bronze Gauntlets", interface_732:com_75); -if_setopbase("Iron Gauntlets", interface_732:com_80); -if_setopbase("Steel Gauntlets", interface_732:com_85); -if_setopbase("Black Gauntlets", interface_732:com_90); -if_setopbase("Mithril Gauntlets", interface_732:com_95); -if_setopbase("Adamant Gauntlets", interface_732:com_100); -if_setopbase("Rune Gauntlets", interface_732:com_105); -if_setopbase("Dragon Gauntlets", interface_732:com_110); -if_setopbase("Adamant Spikeshield", interface_732:com_117); -if_setopbase("Adamant Berserker Shield", interface_732:com_122); -if_setopbase("Rune Spikeshield", interface_732:com_127); -if_setopbase("Rune Berserker Shield", interface_732:com_132); -if_setopbase("Irit Gloves", interface_732:com_139); -if_setopbase("Avantoe Gloves", interface_732:com_144); -if_setopbase("Kwuarm Gloves", interface_732:com_149); -if_setopbase("Cadantine Gloves", interface_732:com_154); -if_setopbase("Swordfish Gloves", interface_732:com_161); -if_setopbase("Shark Gloves", interface_732:com_166); -if_setopbase("Dragon Slayer Gloves", interface_732:com_171); -if_setopbase("Air Runecrafting Gloves", interface_732:com_176); -if_setopbase("Water Runecrafting Gloves", interface_732:com_181); -if_setopbase("Earth Runecrafting Gloves", interface_732:com_186); diff --git a/dumps/530/script/[clientscript,script957].cs2 b/dumps/530/script/[clientscript,script957].cs2 deleted file mode 100644 index 26be51ce2..000000000 --- a/dumps/530/script/[clientscript,script957].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 957 -[clientscript,script957](component $component0, component $component1, component $component2) -if (%varplayerbit_4618 = 0) { - ~script959($component0, $component1, 0); - if_setgraphic("grand_exchange_misc_graphics,6", $component2); -} else { - ~script959($component0, $component1, 1); - if_setgraphic("grand_exchange_misc_graphics,7", $component2); -} diff --git a/dumps/530/script/[clientscript,script958].cs2 b/dumps/530/script/[clientscript,script958].cs2 deleted file mode 100644 index 943790754..000000000 --- a/dumps/530/script/[clientscript,script958].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 958 -[clientscript,script958](component $component0, component $component1, component $component2) -if (%varplayerbit_4618 = 0) { - ~script959($component0, $component1, 1); - if_setgraphic("grand_exchange_misc_graphics,7", $component2); -} else { - ~script959($component0, $component1, 0); - if_setgraphic("grand_exchange_misc_graphics,6", $component2); -} diff --git a/dumps/530/script/[clientscript,script95].cs2 b/dumps/530/script/[clientscript,script95].cs2 deleted file mode 100644 index 0f3163dea..000000000 --- a/dumps/530/script/[clientscript,script95].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 95 -[clientscript,script95](component $component0) -~script1361($component0); diff --git a/dumps/530/script/[clientscript,script960].cs2 b/dumps/530/script/[clientscript,script960].cs2 deleted file mode 100644 index 792f38716..000000000 --- a/dumps/530/script/[clientscript,script960].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 960 -[clientscript,script960](component $component0) -if_settrans(150, $component0); diff --git a/dumps/530/script/[clientscript,script961].cs2 b/dumps/530/script/[clientscript,script961].cs2 deleted file mode 100644 index 0eeece71b..000000000 --- a/dumps/530/script/[clientscript,script961].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 961 -[clientscript,script961](component $component0) -if_settrans(0, $component0); diff --git a/dumps/530/script/[clientscript,script962].cs2 b/dumps/530/script/[clientscript,script962].cs2 deleted file mode 100644 index e41bfe82d..000000000 --- a/dumps/530/script/[clientscript,script962].cs2 +++ /dev/null @@ -1,40 +0,0 @@ -// 962 -[clientscript,script962](int $int0) -%varclient_157 = 1; -if (%varclient_125 >= calc(clientclock - 5)) { - return; -} -if ($int0 = 48103425) { - switch_int (%varclient_122) { - case 0 : - %varclient_122 = 1536; - case 512 : - %varclient_122 = 0; - case 1024 : - %varclient_122 = 1024; - case default : - %varclient_122 = 512; - } -} else if ($int0 = 48103430) { - switch_int (%varclient_123) { - case 0 : - %varclient_123 = 1536; - case 512 : - %varclient_123 = 0; - case 1024 : - %varclient_123 = 1024; - case default : - %varclient_123 = 512; - } -} else if ($int0 = 48103435) { - switch_int (%varclient_124) { - case 0 : - %varclient_124 = 1536; - case 512 : - %varclient_124 = 0; - case 1024 : - %varclient_124 = 1024; - case default : - %varclient_124 = 512; - } -} diff --git a/dumps/530/script/[clientscript,script963].cs2 b/dumps/530/script/[clientscript,script963].cs2 deleted file mode 100644 index 7a981312a..000000000 --- a/dumps/530/script/[clientscript,script963].cs2 +++ /dev/null @@ -1,40 +0,0 @@ -// 963 -[clientscript,script963](int $int0) -%varclient_157 = 1; -if (%varclient_125 >= calc(clientclock - 5)) { - return; -} -if ($int0 = 48103425) { - switch_int (%varclient_122) { - case 0 : - %varclient_122 = 512; - case 512 : - %varclient_122 = 1024; - case 1024 : - %varclient_122 = 1536; - case default : - %varclient_122 = 0; - } -} else if ($int0 = 48103430) { - switch_int (%varclient_123) { - case 0 : - %varclient_123 = 512; - case 512 : - %varclient_123 = 1024; - case 1024 : - %varclient_123 = 1536; - case default : - %varclient_123 = 0; - } -} else if ($int0 = 48103435) { - switch_int (%varclient_124) { - case 0 : - %varclient_124 = 512; - case 512 : - %varclient_124 = 1024; - case 1024 : - %varclient_124 = 1536; - case default : - %varclient_124 = 0; - } -} diff --git a/dumps/530/script/[clientscript,script964].cs2 b/dumps/530/script/[clientscript,script964].cs2 deleted file mode 100644 index e7bca963d..000000000 --- a/dumps/530/script/[clientscript,script964].cs2 +++ /dev/null @@ -1,32 +0,0 @@ -// 964 -[clientscript,script964] -switch_int (%varplayerbit_2341) { - case default : - %varclient_122 = 0; - case 1 : - %varclient_122 = 1536; - case 2 : - %varclient_122 = 1024; - case 3 : - %varclient_122 = 512; -} -switch_int (%varplayerbit_2342) { - case default : - %varclient_123 = 0; - case 1 : - %varclient_123 = 1536; - case 2 : - %varclient_123 = 1024; - case 3 : - %varclient_123 = 512; -} -switch_int (%varplayerbit_2343) { - case default : - %varclient_124 = 0; - case 1 : - %varclient_124 = 1536; - case 2 : - %varclient_124 = 1024; - case 3 : - %varclient_124 = 512; -} diff --git a/dumps/530/script/[clientscript,script965].cs2 b/dumps/530/script/[clientscript,script965].cs2 deleted file mode 100644 index 6cd88fa19..000000000 --- a/dumps/530/script/[clientscript,script965].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 965 -[clientscript,script965](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12, component $component13, component $component14, component $component15, component $component16) -~script966($component0, %varclient_122); -~script966($component1, %varclient_122); -~script966($component2, %varclient_122); -~script966($component3, %varclient_122); -~script966($component4, %varclient_122); -~script966($component5, %varclient_123); -~script966($component6, %varclient_123); -~script966($component7, %varclient_123); -~script966($component8, %varclient_123); -~script966($component9, %varclient_123); -~script966($component10, %varclient_124); -~script966($component11, %varclient_124); -~script966($component12, %varclient_124); -~script966($component13, %varclient_124); -~script966($component14, %varclient_124); -if (%varclient_125 < clientclock) { - if_sethide(false, $component15); - if_sethide(true, $component16); -} else { - if (%varclient_156 <= clientclock & %varclient_157 = 1) { - sound_synth(synth_2871, 1, 0); - %varclient_156 = calc(clientclock + 10); - } - if_sethide(true, $component15); - if_sethide(false, $component16); -} diff --git a/dumps/530/script/[clientscript,script968].cs2 b/dumps/530/script/[clientscript,script968].cs2 deleted file mode 100644 index 669aeaa96..000000000 --- a/dumps/530/script/[clientscript,script968].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 968 -[clientscript,script968](component $component0) -if (%varplayerbit_4895 = 2 & %varplayer_281 < 1000 & %varplayerbit_4911 < 3) { - return; -} -if (~script970($component0) = 1) { - if_setontimer("script969($component0)", $component0); -} else { - if_setontimer(null, $component0); -} diff --git a/dumps/530/script/[clientscript,script969].cs2 b/dumps/530/script/[clientscript,script969].cs2 deleted file mode 100644 index ba1dd9619..000000000 --- a/dumps/530/script/[clientscript,script969].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 969 -[clientscript,script969](component $component0) -def_int $int1 = calc(clientclock % 32); -if (~script970($component0) = 0) { - if (if_gettrans($component0) ! 0) { - if_settrans(0, $component0); - } else { - if_setontimer(null, $component0); - } -} else if ($int1 < 8) { - if_settrans(0, $component0); -} else if ($int1 < 16) { - if_settrans(85, $component0); -} else if ($int1 < 24) { - if_settrans(255, $component0); -} else { - if_settrans(85, $component0); -} diff --git a/dumps/530/script/[clientscript,script96].cs2 b/dumps/530/script/[clientscript,script96].cs2 deleted file mode 100644 index 3e5b7a988..000000000 --- a/dumps/530/script/[clientscript,script96].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 96 -[clientscript,script96](component $component0) -~script1363($component0); diff --git a/dumps/530/script/[clientscript,script971].cs2 b/dumps/530/script/[clientscript,script971].cs2 deleted file mode 100644 index ac06a6837..000000000 --- a/dumps/530/script/[clientscript,script971].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 971 -[clientscript,script971] -if (%varplayerbit_4757 > 0) { - if_setgraphic(enum(int, graphic, enum_1478, %varplayerbit_4757), interface_740:com_4); -} diff --git a/dumps/530/script/[clientscript,script972].cs2 b/dumps/530/script/[clientscript,script972].cs2 deleted file mode 100644 index c636c9e24..000000000 --- a/dumps/530/script/[clientscript,script972].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 972 -[clientscript,script972] -~script973; diff --git a/dumps/530/script/[clientscript,script97].cs2 b/dumps/530/script/[clientscript,script97].cs2 deleted file mode 100644 index 9d2240eee..000000000 --- a/dumps/530/script/[clientscript,script97].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 97 -[clientscript,script97](component $component0) -~script915($component0); diff --git a/dumps/530/script/[clientscript,script99].cs2 b/dumps/530/script/[clientscript,script99].cs2 deleted file mode 100644 index 16f675b0d..000000000 --- a/dumps/530/script/[clientscript,script99].cs2 +++ /dev/null @@ -1,48 +0,0 @@ -// 99 -[clientscript,script99] -def_int $int0 = 5; -def_int $int1 = 5; -def_int $int2 = 0; -def_int $int3 = 0; -def_int $int4 = 0; -$int3 = if_getscrolly(interface_631:com_103); -$int4 = if_getscrolly(interface_631:com_104); -while ($int0 < 450) { - while ($int1 < 120) { - cc_create(interface_631:com_103, ^iftype_graphic, $int2); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int1, $int0, ^setpos_abs_left, ^setpos_abs_top); - if (inv_getobj(inv_134, $int2) ! null) { - cc_setobject(inv_getobj(inv_134, $int2), inv_getnum(inv_134, $int2)); - cc_setopbase(""); - cc_setop(1, "Remove 1"); - cc_setop(2, "Remove 5"); - cc_setop(3, "Remove 10"); - cc_setop(4, "Remove All"); - cc_setop(5, "Remove X"); - cc_setop(10, "Examine"); - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - } - cc_create(interface_631:com_104, ^iftype_graphic, $int2); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition($int1, $int0, ^setpos_abs_left, ^setpos_abs_top); - if (invother_getobj(inv_134, $int2) ! null) { - cc_setobject(invother_getobj(inv_134, $int2), invother_getnum(inv_134, $int2)); - cc_setopbase(""); - cc_setop(1, "Examine"); - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - } - $int1 = calc($int1 + 40); - $int2 = calc($int2 + 1); - } - $int0 = calc($int0 + 45); - $int1 = 5; -} -if_setscrollsize(0, calc($int0 + 15), interface_631:com_103); -~script72(interface_631:com_98, interface_631:com_103, $int3); -~script157(interface_631:com_98, interface_631:com_103, $int3, 1); -if_setscrollsize(0, calc($int0 + 15), interface_631:com_104); -~script72(interface_631:com_99, interface_631:com_104, $int4); -~script157(interface_631:com_99, interface_631:com_104, $int4, 1); diff --git a/dumps/530/script/[clientscript,script9].cs2 b/dumps/530/script/[clientscript,script9].cs2 deleted file mode 100644 index 195785762..000000000 --- a/dumps/530/script/[clientscript,script9].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 9 -[clientscript,script9](int $int0) -def_int $int1 = ~script5($int0); -if ($int1 = 2) { - if_setcolour(^green, enum(int, component, enum_209, $int0)); -} else if ($int1 = 1) { - if_setcolour(^yellow, enum(int, component, enum_209, $int0)); -} else { - if_setcolour(^red, enum(int, component, enum_209, $int0)); -} diff --git a/dumps/530/script/[proc,script0].cs2 b/dumps/530/script/[proc,script0].cs2 deleted file mode 100644 index 93b4d1393..000000000 --- a/dumps/530/script/[proc,script0].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 0 -[proc,script0](componentarray $componentarray0, int $int1, int $int2) -def_int $int3 = calc(($int1 + $int2) / 2); -def_component $component4 = $componentarray0($int3); -$componentarray0($int3) = $componentarray0($int2); -$componentarray0($int2) = $component4; -def_int $int5 = $int1; -def_int $int6 = $int1; -def_component $component7 = null; -while ($int6 < $int2) { - if (compare(lowercase(if_gettext($componentarray0($int6))), lowercase(if_gettext($component4))) < calc($int6 & 1)) { - $component7 = $componentarray0($int6); - $componentarray0($int6) = $componentarray0($int5); - $componentarray0($int5) = $component7; - $int5 = calc($int5 + 1); - } - $int6 = calc($int6 + 1); -} -$componentarray0($int2) = $componentarray0($int5); -$componentarray0($int5) = $component4; -if ($int1 < calc($int5 - 1)) { - ~script0(componentarray0, $int1, calc($int5 - 1)); -} -if (calc($int5 + 1) < $int2) { - ~script0(componentarray0, calc($int5 + 1), $int2); -} diff --git a/dumps/530/script/[proc,script1000].cs2 b/dumps/530/script/[proc,script1000].cs2 deleted file mode 100644 index 1d265ee4f..000000000 --- a/dumps/530/script/[proc,script1000].cs2 +++ /dev/null @@ -1,379 +0,0 @@ -// 1000 -[proc,script1000](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(10, obj_3224, "Cloth", "Members can now weave cloth on a loom."); - case 1 : - return(21, obj_5418, "Vegetable sack", "Members can now weave vegetable sacks on a loom."); - case 2 : - return(36, obj_5376, "Fruit basket", "Members can now weave fruit baskets on a loom."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_1059, "Leather gloves", "You can now craft leather gloves."); - case 1 : - return(7, obj_1061, "Leather boots", "You can now craft leather boots."); - case 2 : - return(9, obj_1167, "Leather cowl", "You can now craft leather cowls."); - case 3 : - return(11, obj_1063, "Leather vambraces", "You can now craft leather vambraces."); - case 4 : - return(14, obj_1129, "Leather body", "You can now craft leather bodies."); - case 5 : - return(15, obj_3327, "Members: Snail helmet", "Members can now craft snail helmets."); - case 6 : - return(15, obj_7539, "Members: Crab shell armour", "Members can now craft crab shell armour."); - case 7 : - return(18, obj_1095, "Leather chaps", "You can now craft leather chaps."); - case 8 : - return(28, obj_1131, "Hard leather body", "You can now craft hard leather bodies."); - case 9 : - return(32, obj_10077, "Members: Spiked vambraces", "Members can now craft spiked vambraces."); - case 10 : - return(35, obj_6259, "Members: Broodoo shield", "Members can now craft broodoo shields."); - case 11 : - return(38, obj_1169, "Members: Coif", "Members can now craft coifs."); - case 12 : - return(41, obj_1133, "Members: Studded body", "Members can now craft studded bodies."); - case 13 : - return(43, obj_10824, "Members: Yak-hide leg armour", "Members can now craft yak-hide leg armour."); - case 14 : - return(44, obj_1097, "Members: Studded chaps", "Members can now craft studded chaps."); - case 15 : - return(45, obj_6328, "Members: Snakeskin boots", "Members can now craft snakeskin boots."); - case 16 : - return(46, obj_10822, "Members: Yak-hide body armour", "Members can now craft yak-hide body armour."); - case 17 : - return(47, obj_6330, "Members: Snakeskin vambraces", "Members can now craft snakeskin vambraces."); - case 18 : - return(48, obj_6326, "Members: Snakeskin bandana", "Members can now craft snakeskin bandanas."); - case 19 : - return(51, obj_6324, "Members: Snakeskin chaps", "Members can now craft snakeskin chaps."); - case 20 : - return(53, obj_6322, "Members: Snakeskin body", "Members can now craft snakeskin bodies."); - case 21 : - return(55, obj_13263, "Members: Slayer helmet
(after Smoking Kills)", "Members can now craft Slayer helmets (after Smoking Kills)."); - case 22 : - return(57, obj_1065, "Members: Green dragonhide vambraces", "Members can now craft green dragonhide vambraces."); - case 23 : - return(60, obj_1099, "Members: Green dragonhide chaps", "Members can now craft green dragonhide chaps."); - case 24 : - return(63, obj_1135, "Members: Green dragonhide body", "Members can now craft green dragonhide bodies."); - case 25 : - return(64, obj_10075, "Members: Repairing gloves of silence", "Members can now repair gloves of silence with dark kebbit fur."); - case 26 : - return(66, obj_2487, "Members: Blue dragonhide vambraces", "Members can now craft blue dragonhide vambraces."); - case 27 : - return(68, obj_2493, "Members: Blue dragonhide chaps", "Members can now craft blue dragonhide chaps."); - case 28 : - return(71, obj_2499, "Members: Blue dragonhide body", "Members can now craft blue dragonhide bodies."); - case 29 : - return(73, obj_2489, "Members: Red dragonhide vambraces", "Members can now craft red dragonhide vambraces."); - case 30 : - return(75, obj_2495, "Members: Red dragonhide chaps", "Members can now craft red dragonhide chaps."); - case 31 : - return(77, obj_2501, "Members: Red dragonhide body", "Members can now craft red dragonhide bodies."); - case 32 : - return(79, obj_12210, "Members: Feathered headdress", "Members can now craft feathered headdresses."); - case 33 : - return(79, obj_2491, "Members: Black dragonhide vambraces", "Members can now craft black dragonhide vambraces."); - case 34 : - return(82, obj_2497, "Members: Black dragonhide chaps", "Members can now craft black dragonhide chaps."); - case 35 : - return(84, obj_2503, "Members: Black dragonhide body", "Members can now craft black dragonhide bodies."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(1, obj_1759, "Wool", "You can now spin wool from a sheep into balls of wool."); - case 1 : - return(10, obj_1777, "Members: Flax into bow strings", "Members can now spin flax into bow strings."); - case 2 : - return(10, obj_9438, "Members: Sinew into crossbow strings", "Members can now spin sinew into crossbow strings."); - case 3 : - return(19, obj_6038, "Members: Magic tree roots into magic strings", "Members can now spin magic tree roots into magic strings."); - case 4 : - return(30, obj_954, "Members: Yak hair into rope", "Members can now spin yak hair into rope."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(1, obj_1931, "Pot", "You can now craft and fire clay pots."); - case 1 : - return(7, obj_2313, "Pie dish", "You can now craft and fire clay pie dishes."); - case 2 : - return(8, obj_1923, "Bowl", "You can now craft and fire clay bowls."); - case 3 : - return(19, obj_5350, "Members: Plant pot", "Members can now craft and fire clay plant pots."); - case 4 : - return(25, obj_4440, "Members: Pot lid
(after starting One Small Favour)", "Members can now craft and fire clay pot lids (after starting One Small Favour.)"); - } - case 4 : - switch_int ($int1) { - case 0 : - return(1, obj_1919, "Beer glass", "Members can now craft beer glasses."); - case 1 : - return(4, obj_4527, "Candle lantern", "Members can now craft candle lanterns."); - case 2 : - return(12, obj_4525, "Oil lamp", "Members can now craft oil lamps."); - case 3 : - return(26, obj_4535, "Oil lantern", "Members can now craft oil lanterns."); - case 4 : - return(33, obj_229, "Vial", "Members can now craft vials."); - case 5 : - return(42, obj_6667, "Fishbowl", "Members can now craft fishbowls."); - case 6 : - return(46, obj_567, "Glass orb", "Members can now craft glass orbs."); - case 7 : - return(49, obj_4542, "Bullseye lantern lens", "Members can now craft bullseye lantern lenses."); - case 8 : - return(87, obj_10973, "Dorgeshuun light orb", "Members can now craft Dorgeshuun light orbs."); - } - case 5 : - switch_int ($int1) { - case 0 : - return(1, obj_1609, "Members: Cut opal", "Members can now cut opals."); - case 1 : - return(3, obj_10496, "Polished buttons", "You can now craft polished buttons."); - case 2 : - return(5, obj_1635, "Gold ring", "You can now craft gold rings."); - case 3 : - return(6, obj_1654, "Gold necklace", "You can now craft gold necklaces."); - case 4 : - return(7, obj_11069, "Members: Gold bracelet", "Members can now craft gold bracelets."); - case 5 : - return(8, obj_1692, "Gold amulet", "You can now craft gold amulets."); - case 6 : - return(13, obj_1611, "Members: Cut jade", "Members can now cut jade."); - case 7 : - return(16, obj_1716, "Holy symbol", "You can now craft holy symbols."); - case 8 : - return(16, obj_1613, "Members: Cut red topaz", "Members can now cut red topaz."); - case 9 : - return(17, obj_1722, "Members: Unholy symbol", "Members can now craft unholy symbols."); - case 10 : - return(20, obj_1607, "Cut sapphire", "You can now craft sapphires."); - case 11 : - return(20, obj_1637, "Sapphire ring", "You can now craft sapphire rings."); - case 12 : - return(22, obj_1656, "Sapphire necklace", "You can now craft sapphire necklaces."); - case 13 : - return(23, obj_5525, "Tiara", "You can now craft tiaras."); - case 14 : - return(23, obj_11072, "Members: Sapphire bracelet", "Members can now craft sapphire bracelets."); - case 15 : - return(24, obj_1694, "Sapphire amulet", "You can now craft sapphire amulets."); - case 16 : - return(27, obj_1605, "Cut emerald", "You can now cut emeralds."); - case 17 : - return(27, obj_1639, "Emerald ring", "You can now craft emerald rings."); - case 18 : - return(29, obj_1658, "Emerald necklace", "You can now craft emerald necklaces."); - case 19 : - return(30, obj_11076, "Members: Emerald bracelet", "Members can now craft emerald bracelets."); - case 20 : - return(31, obj_1696, "Emerald amulet", "You can now craft emerald amulets."); - case 21 : - return(34, obj_1603, "Cut ruby", "You can now cut rubies."); - case 22 : - return(34, obj_1641, "Ruby ring", "You can now craft ruby rings."); - case 23 : - return(37, obj_10132, "Members: Rabbit-foot necklaces", "Members can now craft rabbit-foot necklaces."); - case 24 : - return(40, obj_1660, "Ruby necklace", "You can now craft ruby necklaces."); - case 25 : - return(42, obj_11085, "Members: Ruby bracelet", "Members can now craft ruby bracelets."); - case 26 : - return(43, obj_1601, "Cut diamond", "You can now cut diamonds."); - case 27 : - return(43, obj_1643, "Diamond ring", "You can now craft diamond rings."); - case 28 : - return(50, obj_1698, "Ruby amulet", "You can now craft ruby amulets."); - case 29 : - return(55, obj_1615, "Members: Cut dragonstone", "Members can now cut dragonstone."); - case 30 : - return(55, obj_1645, "Members: Dragonstone ring", "Members can now craft dragonstone rings."); - case 31 : - return(56, obj_1662, "Diamond necklace", "You can now craft diamond necklaces."); - case 32 : - return(58, obj_11092, "Members: Diamond bracelet", "Members can now craft diamond bracelets."); - case 33 : - return(67, obj_6573, "Members: Cut onyx", "Members can now cut onyx."); - case 34 : - return(67, obj_6575, "Members: Onyx ring", "Members can now craft onyx rings."); - case 35 : - return(70, obj_1700, "Diamond amulet", "You can now craft diamond amulets."); - case 36 : - return(72, obj_1664, "Members: Dragonstone necklace", "Members can now craft dragonstone necklaces."); - case 37 : - return(74, obj_11115, "Members: Dragonstone bracelet", "Members can now craft dragonstone bracelets."); - case 38 : - return(75, obj_13281, "Members: Ring of slaying
(after Smoking Kills)", "Members can now craft rings of slaying (after Smoking Kills)."); - case 39 : - return(80, obj_1702, "Members: Dragonstone amulet", "Members can now craft dragonstone amulets."); - case 40 : - return(82, obj_6577, "Members: Onyx necklace", "Members can now craft onyx necklaces."); - case 41 : - return(84, obj_11130, "Members: Onyx bracelet", "Members can now craft onyx bracelets."); - case 42 : - return(90, obj_6581, "Members: Onyx amulet", "Members can now craft onyx amulets."); - } - case 6 : - switch_int ($int1) { - case 0 : - return(18, obj_2961, "Silver sickle", "Members can now craft silver sickles."); - case 1 : - return(21, obj_9145, "Silver crossbow bolt", "Members can now craft silver crossbow bolts."); - case 2 : - return(54, obj_1395, "Water battlestaff", "Members can now craft water battlestaves."); - case 3 : - return(58, obj_1399, "Earth battlestaff", "Members can now craft earth battlestaves."); - case 4 : - return(62, obj_1393, "Fire battlestaff", "Members can now craft fire battlestaves."); - case 5 : - return(66, obj_1397, "Air battlestaff", "Members can now craft air battlestaves."); - } - case 7 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "To start Firemaking in the manner of the barbarians, talk to Otto Godblessed when you have level 35 Firemaking or higher. Pyre ships can only be constructed and burnt where the ground is charred around the lake next to Otto's hut.", ""); - case 1 : - return(11, obj_1511, "Wood
(with 11 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make wood pyre ships. (They also need level 11 Firemaking.)"); - case 2 : - return(11, obj_2862, "Achey
(with 11 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make achey log pyre ships. (They also need level 11 Firemaking.)"); - case 3 : - return(25, obj_1521, "Oak
(with 25 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make oak pyre ships. (They also need level 25 Firemaking.)"); - case 4 : - return(40, obj_1519, "Willow
(with 40 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make willow pyre ships. (They also need level 40 Firemaking.)"); - case 5 : - return(45, obj_6333, "Teak
(with 45 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make teak pyre ships. (They also need level 45 Firemaking.)"); - case 6 : - return(52, obj_10810, "Arctic pine
(with 52 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make arctic pine pyre ships. (They also need level 52 Firemaking.)"); - case 7 : - return(55, obj_1517, "Maple
(with 55 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make maple pyre ships. (They also need level 55 Firemaking.)"); - case 8 : - return(60, obj_6332, "Mahogany
(with 60 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make mahogany pyre ships. (They also need level 60 Firemaking.)"); - case 9 : - return(68, obj_12581, "Eucalyptus
(with 68 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make eucalyptus pyre ships. (They also need level 68 Firemaking.)"); - case 10 : - return(70, obj_1515, "Yew
(with 70 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make yew pyre ships. (They also need level 70 Firemaking.)"); - case 11 : - return(85, obj_1513, "Magic
(with 85 Firemaking)", "Members versed in the art of barbarian Firemaking now have the Crafting level required to make magic log pyre ships. (They also need level 85 Firemaking.)"); - } - case 8 : - if ($int1 = 0) { - return(20, obj_4201, "Conductor
(after starting Creature of Fenkenstrain)", "Members can now make lightning conductors (after starting Creature of Fenkenstrain)."); - } - if ($int1 = 1) { - return(43, obj_13246, "Pillar
(after starting TokTz-Ket-Dill)", "Members can now make pillars (after starting TokTz-Ket-Dill)."); - } - case 9 : - switch_int ($int1) { - case 0 : - return(1, obj_14152, "Stealing Creation - class 1 butterfly net", "Members can now craft class 1 butterfly nets in the Stealing Creation minigame."); - case 1 : - return(1, obj_14142, "Stealing Creation - class 1 harpoon", "Members can now craft class 1 harpoons in the Stealing Creation minigame."); - case 2 : - return(1, obj_14377, "Stealing Creation - class 1 staff", "Members can now craft class 1 staves in the Stealing Creation minigame."); - case 3 : - return(1, obj_14391, "Stealing Creation - class 1 leather body", "Members can now craft class 1 leather bodies in the Stealing Creation minigame."); - case 4 : - return(1, obj_14401, "Stealing Creation - class 1 chaps", "Members can now craft class 1 chaps in the Stealing Creation minigame."); - case 5 : - return(1, obj_14411, "Stealing Creation - class 1 coif", "Members can now craft class 1 coifs in the Stealing Creation minigame."); - case 6 : - return(1, obj_14317, "Stealing Creation - class 1 robe top", "Members can now craft class 1 robe tops in the Stealing Creation minigame."); - case 7 : - return(1, obj_14327, "Stealing Creation - class 1 robe bottom", "Members can now craft class 1 robe bottoms in the Stealing Creation minigame."); - case 8 : - return(1, obj_14337, "Stealing Creation - class 1 hat", "Members can now craft class 1 hats in the Stealing Creation minigame."); - case 9 : - return(20, obj_14154, "Stealing Creation - class 2 butterfly net", "Members can now craft class 2 butterfly nets in the Stealing Creation minigame."); - case 10 : - return(20, obj_14144, "Stealing Creation - class 2 harpoon", "Members can now craft class 2 harpoons in the Stealing Creation minigame."); - case 11 : - return(20, obj_14379, "Stealing Creation - class 2 staff", "Members can now craft class 2 staves in the Stealing Creation minigame."); - case 12 : - return(20, obj_14393, "Stealing Creation - class 2 leather body", "Members can now craft class 2 leather bodies in the Stealing Creation minigame."); - case 13 : - return(20, obj_14403, "Stealing Creation - class 2 chaps", "Members can now craft class 2 chaps in the Stealing Creation minigame."); - case 14 : - return(20, obj_14413, "Stealing Creation - class 2 coif", "Members can now craft class 2 coifs in the Stealing Creation minigame."); - case 15 : - return(20, obj_14319, "Stealing Creation - class 2 robe top", "Members can now craft class 2 robe tops in the Stealing Creation minigame."); - case 16 : - return(20, obj_14329, "Stealing Creation - class 2 robe bottom", "Members can now craft class 2 robe bottoms in the Stealing Creation minigame."); - case 17 : - return(20, obj_14339, "Stealing Creation - class 2 hat", "Members can now craft class 2 hats in the Stealing Creation minigame."); - case 18 : - return(40, obj_14156, "Stealing Creation - class 3 butterfly net", "Members can now craft class 3 butterfly nets in the Stealing Creation minigame."); - case 19 : - return(40, obj_14146, "Stealing Creation - class 3 harpoon", "Members can now craft class 3 harpoons in the Stealing Creation minigame."); - case 20 : - return(40, obj_14381, "Stealing Creation - class 3 staff", "Members can now craft class 3 staves in the Stealing Creation minigame."); - case 21 : - return(40, obj_14395, "Stealing Creation - class 3 leather body", "Members can now craft class 3 leather bodies in the Stealing Creation minigame."); - case 22 : - return(40, obj_14405, "Stealing Creation - class 3 chaps", "Members can now craft class 3 chaps in the Stealing Creation minigame."); - case 23 : - return(40, obj_14415, "Stealing Creation - class 3 coif", "Members can now craft class 3 coifs in the Stealing Creation minigame."); - case 24 : - return(40, obj_14321, "Stealing Creation - class 3 robe top", "Members can now craft class 3 robe tops in the Stealing Creation minigame."); - case 25 : - return(40, obj_14331, "Stealing Creation - class 3 robe bottom", "Members can now craft class 3 robe bottoms in the Stealing Creation minigame."); - case 26 : - return(40, obj_14341, "Stealing Creation - class 3 hat", "Members can now craft class 3 hats in the Stealing Creation minigame."); - case 27 : - return(52, obj_14619, "Phoenix lair - funeral pyre", "Members can now craft the phoenix's funeral pyre in the phoenix lair."); - case 28 : - return(60, obj_14158, "Stealing Creation - class 4 butterfly net", "Members can now craft class 4 butterfly nets in the Stealing Creation minigame."); - case 29 : - return(60, obj_14148, "Stealing Creation - class 4 harpoon", "Members can now craft class 4 harpoons in the Stealing Creation minigame."); - case 30 : - return(60, obj_14383, "Stealing Creation - class 4 staff", "Members can now craft class 4 staves in the Stealing Creation minigame."); - case 31 : - return(60, obj_14397, "Stealing Creation - class 4 leather body", "Members can now craft class 4 leather bodies in the Stealing Creation minigame."); - case 32 : - return(60, obj_14407, "Stealing Creation - class 4 chaps", "Members can now craft class 4 chaps in the Stealing Creation minigame."); - case 33 : - return(60, obj_14417, "Stealing Creation - class 4 coif", "Members can now craft class 4 coifs in the Stealing Creation minigame."); - case 34 : - return(60, obj_14323, "Stealing Creation - class 4 robe top", "Members can now craft class 4 robe tops in the Stealing Creation minigame."); - case 35 : - return(60, obj_14333, "Stealing Creation - class 4 robe bottom", "Members can now craft class 4 robe bottoms in the Stealing Creation minigame."); - case 36 : - return(60, obj_14343, "Stealing Creation - class 4 hat", "Members can now craft class 4 hats in the Stealing Creation minigame."); - case 37 : - return(80, obj_14160, "Stealing Creation - class 5 butterfly net", "Members can now craft class 5 butterfly nets in the Stealing Creation minigame."); - case 38 : - return(80, obj_14150, "Stealing Creation - class 5 harpoon", "Members can now craft class 5 harpoons in the Stealing Creation minigame."); - case 39 : - return(80, obj_14385, "Stealing Creation - class 5 staff", "Members can now craft class 5 staves in the Stealing Creation minigame."); - case 40 : - return(80, obj_14399, "Stealing Creation - class 5 leather body", "Members can now craft class 5 leather bodies in the Stealing Creation minigame."); - case 41 : - return(80, obj_14409, "Stealing Creation - class 5 chaps", "Members can now craft class 5 chaps in the Stealing Creation minigame."); - case 42 : - return(80, obj_14419, "Stealing Creation - class 5 coif", "Members can now craft class 5 coifs in the Stealing Creation minigame."); - case 43 : - return(80, obj_14325, "Stealing Creation - class 5 robe top", "Members can now craft class 5 robe tops in the Stealing Creation minigame."); - case 44 : - return(80, obj_14335, "Stealing Creation - class 5 robe bottom", "Members can now craft class 5 robe bottoms in the Stealing Creation minigame."); - case 45 : - return(80, obj_14345, "Stealing Creation - class 5 hat", "Members can now craft class 5 hats in the Stealing Creation minigame."); - } - case 10 : - switch_int ($int1) { - case 0 : - return(18, obj_5079, "Crafting Tutor - new info", "There is more information available from the Crafting Tutor in Lumbridge Castle."); - case 1 : - return(30, obj_5079, "Crafting Tutor - new info", "There is more information available from the Crafting Tutor in Lumbridge Castle."); - case 2 : - return(40, obj_1757, "Crafting Guild", "You can now enter the Crafting Guild."); - case 3 : - return(99, obj_9780, "Skill mastery", "Congratulations! You are now a master of Crafting. Why not visit the Master Craftsman at the Crafting Guild? He has something special that is only available to true masters of the Crafting skill!"); - } -} diff --git a/dumps/530/script/[proc,script1001].cs2 b/dumps/530/script/[proc,script1001].cs2 deleted file mode 100644 index 85a3eaf42..000000000 --- a/dumps/530/script/[proc,script1001].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1001 -[proc,script1001](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Potions", 1); - case 1 : - return("Herbs", 1); - case 2 : - return("Barbarian Potions", 1); - case 3 : - return("Equipment", 1); - case 4 : - return("Minigames", 1); - case 5 : - return("Milestones", 1); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1002].cs2 b/dumps/530/script/[proc,script1002].cs2 deleted file mode 100644 index b060e6105..000000000 --- a/dumps/530/script/[proc,script1002].cs2 +++ /dev/null @@ -1,205 +0,0 @@ -// 1002 -[proc,script1002](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "You must complete Druidic Ritual before you can use Herblore.", ""); - case 1 : - return(3, obj_121, "Attack potion
Guam & eye of newt", "You can now make Attack potions."); - case 2 : - return(5, obj_175, "Anti-poison
Marrentill & ground unicorn horn", "You can now make anti-poison."); - case 3 : - return(8, obj_4844, "Relicym's balm
Rogue's Purse and snake weed (after starting Zogre Flesh Eaters)", "You now have the Herblore level required to make Relicym's balms (after starting Zogre Flesh Eaters)."); - case 4 : - return(12, obj_115, "Strength potion
Tarromin & limpwurt root", "You can now make Strength potions."); - case 5 : - return(19, obj_10142, "Guam tar
Guam & swamp tar", "You can now make guam tar."); - case 6 : - return(22, obj_127, "Stat restore potion
Harralander & red spiders' eggs", "You can now make stat restore potions."); - case 7 : - return(22, obj_7662, "Guthix Balance potion
Harralander, red spiders' eggs, garlic and silver dust", "You can now make Guthix Balance potions."); - case 8 : - return(25, obj_1582, "Blamish oil
Harralander & blamish snail slime", "You can now make blamish oil."); - case 9 : - return(26, obj_3010, "Energy potion
Harralander & chocolate dust", "You can now make energy potions."); - case 10 : - return(30, obj_133, "Defence potion
Ranarr & white berries", "You can now make Defence potions."); - case 11 : - return(31, obj_10143, "Marrentill tar
Marrentill & swamp tar", "You can now make marrentill tar."); - case 12 : - return(31, obj_12633, "Super fishing explosive
Guam & rubium (after Kennith's Concerns)", "You now have the Herblore level required to make super fishing explosives (after Kennith's Concerns)."); - case 13 : - return(34, obj_3034, "Agility potion
Toadflax & toad legs", "You can now make Agility potions."); - case 14 : - return(36, obj_9741, "Combat potion
Harralander & ground desert goat horn", "You can now make combat potions."); - case 15 : - return(38, obj_139, "Prayer restore potion
Ranarr & snape grass", "You can now make Prayer restore potions."); - case 16 : - return(39, obj_10144, "Tarromin tar
Tarromin & swamp tar", "You can now make tarromin tar."); - case 17 : - return(40, obj_12142, "Summoning Potion
Spirit weed & cockatrice egg", "You can now make Summoning potions."); - case 18 : - return(44, obj_10145, "Harralander tar
Harralander & swamp tar", "You can now make harralander tar."); - case 19 : - return(45, obj_145, "Super Attack potion
Irit & eye of newt", "You can now make super Attack potions."); - case 20 : - return(48, obj_181, "Super anti-poison
Irit & ground unicorn horn", "You can now make super anti-poison."); - case 21 : - return(50, obj_151, "Fishing potion
Avantoe & snape grass", "You can now make Fishing potions."); - case 22 : - return(52, obj_3018, "Super energy potion
Avantoe & Mort Myre fungi", "You can now make super energy potions."); - case 23 : - return(53, obj_10000, "Hunter potion - Avantoe & ground sabre-toothed kebbit teeth", "You can now make Hunter potions."); - case 24 : - return(55, obj_157, "Super Strength potion
Kwuarm & limpwurt root", "You can now make super Strength potions."); - case 25 : - return(57, obj_9022, "Magic essence potion
Starflower & ground gorak claw", "You can now make Magic essence potions."); - case 26 : - return(60, obj_187, "Weapon poison
Kwuarm & ground blue dragon scale", "You can now make weapon poisons."); - case 27 : - return(63, obj_3026, "Super restore potion
Snapdragon & red spiders' eggs", "You can now make super restore potions."); - case 28 : - return(65, obj_10927, "Sanfew Serum
Super restore potion, snake weed, ground unicorn horn and nail beast nails.", "You can now make Sanfew Serums."); - case 29 : - return(66, obj_163, "Super Defence potion
Cadantine & white berries", "You can now make super Defence potions."); - case 30 : - return(68, obj_5945, "Anti-poison+
Coconut milk, toadflax & yew roots", "You can now make anti-poison+ potions."); - case 31 : - return(69, obj_2454, "Anti fire-breath potion
Lantadyme & ground blue dragon scale", "You can now make anti fire-breath potions."); - case 32 : - return(72, obj_169, "Ranging potion
Dwarf weed & wine of Zamorak", "You can now make Ranging potions."); - case 33 : - return(73, obj_5937, "Weapon poison+
Coconut milk, cactus spine & red spiders' eggs", "You can now make weapon poison+ potions."); - case 34 : - return(76, obj_3042, "Magic potion
Lantadyme & potato cactus", "You can now make Magic potions."); - case 35 : - return(78, obj_189, "Zamorak brew
Torstol & jangerberries", "You can now make Zamorak brews."); - case 36 : - return(79, obj_5954, "Anti-poison++
Coconut milk, irit & magic tree roots", "You can now make anti-poison++ potions."); - case 37 : - return(81, obj_6687, "Saradomin Brew
Toadflax & crushed bird nest", "You can now make Saradomin Brews."); - case 38 : - return(82, obj_5940, "Weapon poison++
Coconut milk, nightshade & poison ivy berries", "You can now make weapon poison++ potions."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "You must complete Druidic Ritual before you can use Herblore", ""); - case 1 : - return(3, obj_249, "Guam leaf", "You can now clean guam."); - case 2 : - return(3, obj_1534, "Rogue's purse", "You can now clean rogue's purse."); - case 3 : - return(3, obj_1526, "Snake weed", "You can now clean snake weed."); - case 4 : - return(5, obj_251, "Marrentill", "You can now clean marrentill."); - case 5 : - return(11, obj_253, "Tarromin", "You can now clean tarromin."); - case 6 : - return(20, obj_255, "Harralander", "You can now clean harralander."); - case 7 : - return(25, obj_257, "Ranarr", "You can now clean ranarr."); - case 8 : - return(30, obj_2998, "Toadflax", "You can now clean toadflax."); - case 9 : - return(35, obj_12172, "Spirit weed", "You can now clean spirit weed."); - case 10 : - return(40, obj_259, "Irit leaf", "You can now clean irit leaf."); - case 11 : - return(48, obj_261, "Avantoe", "You can now clean avantoe."); - case 12 : - return(54, obj_263, "Kwuarm", "You can now clean kwuarm."); - case 13 : - return(59, obj_3000, "Snapdragon", "You can now clean snapdragon."); - case 14 : - return(65, obj_265, "Cadantine", "You can now clean cadantine."); - case 15 : - return(67, obj_2481, "Lantadyme", "You can now clean lantadyme."); - case 16 : - return(70, obj_267, "Dwarf weed", "You can now clean dwarf weed."); - case 17 : - return(75, obj_269, "Torstol", "You can now clean torstol."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "You must complete barbarian Herblore training before you can make these potions.", " "); - case 1 : - return(4, obj_11429, "Attack mix", "You can now make Attack mixes."); - case 2 : - return(6, obj_11433, "Anti-poison mix", "You can now make anti-poison mixes."); - case 3 : - return(9, obj_11437, "Relicym's Balm mix", "You can now make Relicym's Balm mixes."); - case 4 : - return(14, obj_11443, "Strength mix", "You can now make Strength mixes."); - case 5 : - return(24, obj_11449, "Stat restore mix", "You can now make stat restore mixes."); - case 6 : - return(29, obj_11453, "Energy mix", "You can now make energy mixes."); - case 7 : - return(33, obj_11457, "Defence mix", "You can now make Defence mixes."); - case 8 : - return(37, obj_11461, "Agility mix", "You can now make Agility mixes."); - case 9 : - return(40, obj_11445, "Combat mix", "You can now make combat mixes."); - case 10 : - return(42, obj_11465, "Prayer restore mix", "You can now make Prayer restore mixes."); - case 11 : - return(47, obj_11469, "Super Attack mix", "You can now make super Attack mixes."); - case 12 : - return(51, obj_11473, "Super anti-poison mix", "You can now make super anti-poison mixes."); - case 13 : - return(53, obj_11477, "Fishing mix", "You can now make Fishing mixes."); - case 14 : - return(56, obj_11481, "Super energy mix", "You can now make super energy mixes."); - case 15 : - return(58, obj_11517, "Hunter mix", "You can now make Hunter mixes."); - case 16 : - return(59, obj_11485, "Super Strength mix", "You can now make super Strength mixes."); - case 17 : - return(61, obj_11489, "Magic essence mix", "You can now make Magic essence mixes."); - case 18 : - return(67, obj_11493, "Super restore mix", "You can now make super restore mix."); - case 19 : - return(71, obj_11497, "Super Defence mix", "You can now make super Defence mix."); - case 20 : - return(74, obj_11501, "Anti-poison+ mix", "You can now make anti-poison+ mix."); - case 21 : - return(75, obj_11505, "Anti fire-breath mix", "You can now make anti fire-breath mix."); - case 22 : - return(80, obj_11509, "Ranging mix", "You can now make Ranging mix."); - case 23 : - return(83, obj_11513, "Magic mix", "You can now make Magic mix."); - case 24 : - return(85, obj_11521, "Zamorak mix", "You can now make Zamorak mix."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(50, obj_12856, "Irit gloves", "You can now wear irit gloves."); - case 1 : - return(60, obj_12857, "Avantoe gloves", "You can now wear avantoe gloves."); - case 2 : - return(70, obj_12858, "Kwuarm gloves", "You can now wear kwuarm gloves."); - case 3 : - return(80, obj_12859, "Cadantine gloves", "You can now wear cadantine gloves."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(1, obj_14215, "Stealing Creation - class 1 sacred clay", "Members can now make 1-dose potions out of class 1 sacred clay in the Stealing Creation minigame."); - case 1 : - return(20, obj_14213, "Stealing Creation - class 2 sacred clay", "Members can now make 2-doses potions out of class 2 sacred clay in the Stealing Creation minigame."); - case 2 : - return(40, obj_14211, "Stealing Creation - class 3 sacred clay", "Members can now make 3-doses potions out of class 3 sacred clay in the Stealing Creation minigame."); - case 3 : - return(60, obj_14209, "Stealing Creation - class 4 sacred clay", "Members can now make 4-doses potions out of class 4 sacred clay in the Stealing Creation minigame."); - case 4 : - return(80, obj_14207, "Stealing Creation - class 5 sacred clay", "Members can now make 5-doses potions out of class 5 sacred clay in the Stealing Creation minigame."); - } - case 5 : - if ($int1 = 0) { - return(99, obj_9774, "Skill mastery", "Congratulations! You are now a master of Herblore. Why not visit Kaqemeex, near Taverley? He has something special that is only available to true masters of the Herblore skill!"); - } -} diff --git a/dumps/530/script/[proc,script1003].cs2 b/dumps/530/script/[proc,script1003].cs2 deleted file mode 100644 index db581d50c..000000000 --- a/dumps/530/script/[proc,script1003].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1003 -[proc,script1003](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Prayers", 0); - case 1 : - return("Equipment", 1); - case 2 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1004].cs2 b/dumps/530/script/[proc,script1004].cs2 deleted file mode 100644 index 6185e522e..000000000 --- a/dumps/530/script/[proc,script1004].cs2 +++ /dev/null @@ -1,157 +0,0 @@ -// 1004 -[proc,script1004](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "You can see what each of these prayers does by selecting the Prayer icon on your side interface. Move your mouse over the icon of the prayer you want and a description will be available.", ""); - case 1 : - return(1, obj_13253, "Thick Skin", "You can now use the Thick Skin prayer."); - case 2 : - return(4, obj_13253, "Burst of Strength", "You can now use the Burst of Strength prayer."); - case 3 : - return(7, obj_13253, "Clarity of Thought", "You can now use the Clarity of Thought prayer."); - case 4 : - return(8, obj_13253, "Sharp Eye", "You can now use the Sharp Eye prayer."); - case 5 : - return(9, obj_13253, "Mystic Will", "You can now use the Mystic Will prayer."); - case 6 : - return(10, obj_13253, "Rock Skin", "You can now use the Rock Skin prayer."); - case 7 : - return(13, obj_13253, "Superhuman Strength", "You can now use the Superhuman Strength prayer."); - case 8 : - return(16, obj_13253, "Improved Reflexes", "You can now use the Improved Reflexes prayer."); - case 9 : - return(19, obj_13253, "Rapid Restore", "You can now use the Rapid Restore prayer."); - case 10 : - return(22, obj_13253, "Rapid Heal", "You can now use the Rapid Heal prayer."); - case 11 : - return(25, obj_13253, "Protect Item", "You can now use the Protect Item prayer."); - case 12 : - return(26, obj_13253, "Hawk Eye", "You can now use the Hawk Eye prayer."); - case 13 : - return(27, obj_13253, "Mystic Lore", "You can now use the Mystic Lore prayer."); - case 14 : - return(28, obj_13253, "Steel Skin", "You can now use the Steel Skin prayer."); - case 15 : - return(31, obj_13253, "Ultimate Strength", "You can now use the Ultimate Strength prayer."); - case 16 : - return(34, obj_13253, "Incredible Reflexes", "You can now use the Incredible Reflexes prayer."); - case 17 : - return(35, obj_13253, "Members: Protect from Summoning", "Members can now use the Protect from Summoning prayer."); - case 18 : - return(37, obj_13253, "Protect from Magic", "You can now use the Protect from Magic prayer."); - case 19 : - return(40, obj_13253, "Protect from Missiles", "You can now use the Protect from Missiles prayer."); - case 20 : - return(43, obj_13253, "Protect from Melee", "You can now use the Protect from Melee prayer."); - case 21 : - return(44, obj_13253, "Eagle Eye", "You can now use the Eagle Eye prayer."); - case 22 : - return(45, obj_13253, "Mystic Might", "You can now use the Mystic Might prayer."); - case 23 : - return(46, obj_13253, "Members: Retribution", "Members can now use the Retribution prayer."); - case 24 : - return(49, obj_13253, "Members: Redemption", "Members can now use the Redemption prayer."); - case 25 : - return(52, obj_13253, "Members: Smite", "Members can now use the Smite prayer."); - case 26 : - return(60, obj_13253, "Members: Chivalry
(after King's Ransom)", "Members now have the Prayer level required to use the Chivalry prayer (after King's Ransom)."); - case 27 : - return(70, obj_13253, "Members: Piety
(after King's Ransom)", "Members now have the Prayer level required to use the Piety prayer (after King's Ransom)."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(10, obj_5574, "Initiate sallet
(after Recruitment Drive and with 20 Defence)", "Members now have the Prayer level required to wear initiate sallets (after Recruitment Drive, with level 20 Defence)."); - case 1 : - return(10, obj_5575, "Initiate hauberk
(after Recruitment Drive and with 20 Defence)", "Members now have the Prayer level required to wear initiate hauberks (after Recruitment Drive, with level 20 Defence)."); - case 2 : - return(10, obj_5576, "Initiate cuisse
(after Recruitment Drive and with 20 Defence)", "Members now have the Prayer level required to wear initiate cuisses (after Recruitment Drive, with level 20 Defence)."); - case 3 : - return(20, obj_9672, "Proselyte sallet
(after Slug Menace and with 30 Defence)", "Members now have the Prayer level required to wear proselyte sallets (after Slug Menace, with level 30 Defence)."); - case 4 : - return(20, obj_9674, "Proselyte hauberk
(after Slug Menace and with 30 Defence)", "Members now have the Prayer level required to wear proselyte hauberks (after Slug Menace, with level 30 Defence)."); - case 5 : - return(20, obj_9676, "Proselyte cuisse
(after Slug Menace and with 30 Defence)", "Members now have the Prayer level required to wear proselyte cuisses (after Slug Menace, with level 30 Defence)."); - case 6 : - return(20, obj_9678, "Proselyte plateskirt
(after Slug Menace and with 30 Defence)", "Members now have the Prayer level required to wear proselyte plateskirts (after Slug Menace, with level 30 Defence)."); - case 7 : - return(20, obj_10462, "Guthix robe top", "Members can now wear Guthix robe tops."); - case 8 : - return(20, obj_10466, "Guthix robe legs", "Members can now wear Guthix robe legs."); - case 9 : - return(20, obj_10458, "Saradomin robe top", "Members can now wear Saradomin robe tops."); - case 10 : - return(20, obj_10464, "Saradomin robe legs", "Members can now wear Saradomin robe legs."); - case 11 : - return(20, obj_10460, "Zamorak robe top", "Members can now wear Zamorak robe tops."); - case 12 : - return(20, obj_10468, "Zamorak robe legs", "Members can now wear Zamorak robe legs."); - case 13 : - return(25, obj_11061, "Ancient Mace
(after Another Slice of H.A.M., with 15 Attack)", "Members now have the Prayer level required to wield the Ancient Mace (after Another Slice of H.A.M. with level 15 Attack)."); - case 14 : - return(40, obj_10448, "Guthix cloak", "Members can now wear Guthix cloaks."); - case 15 : - return(40, obj_10454, "Guthix mitre
(with level 40 Magic)", "Members now have the Prayer level required to wield Guthix mitres (with level 40 Magic)."); - case 16 : - return(40, obj_10446, "Saradomin cloak", "Members can now wear Saradomin cloaks."); - case 17 : - return(40, obj_10452, "Saradomin mitre
(with level 40 Magic)", "Members now have the Prayer level required to wield Saradomin mitres (with level 40 Magic)."); - case 18 : - return(40, obj_10450, "Zamorak cloak", "Members can now wear Zamorak cloaks."); - case 19 : - return(40, obj_10456, "Zamorak mitre
(with level 40 Magic)", "Members now have the Prayer level required to wield Zamorak mitres (with level 40 Magic)."); - case 20 : - return(50, obj_1716, "Use completed Prayer books
to bless holy and unholy symbols
(after Horror from the Deep)", "Members now have the Prayer level required to use completed prayer books to bless holy and unholy symbols (after Horror from the Deep)."); - case 21 : - return(55, obj_13734, "Members: Spirit shield
(after Summer's End and with 40 Defence)", "Members now have the Prayer level required to wield spirit shields (after Summer's End, with level 40 Defence)."); - case 22 : - return(60, obj_10472, "Guthix stole", "Members can now wear Guthix stoles."); - case 23 : - return(60, obj_10442, "Guthix crozier", "Members can now wield Guthix croziers."); - case 24 : - return(60, obj_10470, "Saradomin stole", "Members can now wear Saradomin stoles."); - case 25 : - return(60, obj_10440, "Saradomin crozier", "Members can now wield Saradomin croziers."); - case 26 : - return(60, obj_10474, "Zamorak stole", "Members can now wear Zamorak stoles."); - case 27 : - return(60, obj_10444, "Zamorak crozier", "Members can now wield Zamorak croziers."); - case 28 : - return(60, obj_13736, "Blessed spirit shield
(after Summer's End and with 70 Defence)", "Members now have the Prayer level required to wield blessed spirit shields (after Summer's End, with level 70 Defence)."); - case 29 : - return(70, obj_13738, "Arcane spirit shield
(after Summer's End and with 65 Magic and 75 Defence)", "Members now have the Prayer level required to wield arcane spirit shields (after Summer's End, with level 65 Magic and 75 Defence)."); - case 30 : - return(70, obj_13744, "Spectral spirit shield
(after Summer's End and with 65 Magic and 75 Defence)", "Members now have the Prayer level required to wield spectral spirit shields (after Summer's End, with level 65 Magic and 75 Defence)."); - case 31 : - return(75, obj_13740, "Divine spirit shield
(after Summer's End and with 75 Defence)", "Members now have the Prayer level required to wield divine spirit shields (after Summer's End, with level 75 Defence)."); - case 32 : - return(75, obj_13742, "Elysian spirit shield
(after Summer's End and with 75 Defence)", "Members now have the Prayer level required to wield elysian spirit shields (after Summer's End, with level 75 Defence)."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(2, obj_11948, "Repair somebody else's gravestone", "You can now repair somebody else's gravestone!"); - case 1 : - return(12, obj_5079, "Prayer Tutor - new info available", "There is new information available from the Prayer Tutor in Lumbridge Chapel."); - case 2 : - return(31, obj_13253, "Monastery", "Abbot Langley will now let you enter the Monastery west of Edgeville."); - case 3 : - return(43, obj_5079, "Prayer Tutor - new info available", "There is new information available from the Prayer Tutor in Lumbridge Chapel."); - case 4 : - return(70, obj_11948, "Bless somebody else's gravestone", "You can now bless somebody else's gravestone!"); - case 5 : - return(85, obj_13754, "Members: Bless spirit shields
(after Summer's End)", "Members can now bless spirit shields (after Summer's End)."); - case 6 : - return(90, obj_13746, "Members: Create arcane spirit shields
(after Summer's End and with 85 Smithing)", "Members can now create arcane spirit shields (after Summer's End, with level 85 Smithing)."); - case 7 : - return(90, obj_13748, "Members: Create divine spirit shields
(after Summer's End and with 85 Smithing)", "Members can now create divine spirit shields (after Summer's End, with level 85 Smithing)."); - case 8 : - return(90, obj_13750, "Members: Create elysian spirit shields
(after Summer's End and with 85 Smithing)", "Members can now create elysian spirit shields (after Summer's End, with level 85 Smithing)."); - case 9 : - return(90, obj_13752, "Members: Create spectral spirit shields
(after Summer's End and with 85 Smithing)", "Members can now create spectral spirit shields (after Summer's End, with level 85 Smithing)."); - case 10 : - return(99, obj_9759, "Skill mastery", "Congratulations! You are now a master of Prayer. Why not visit Brother Jared upstairs at the Monastery? He has something special that is only available to true masters of the Prayer skill!"); - } -} diff --git a/dumps/530/script/[proc,script1005].cs2 b/dumps/530/script/[proc,script1005].cs2 deleted file mode 100644 index 27170ef83..000000000 --- a/dumps/530/script/[proc,script1005].cs2 +++ /dev/null @@ -1,34 +0,0 @@ -// 1005 -[proc,script1005](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Traps", 1); - case 1 : - return("Tracking", 1); - case 2 : - return("Birds", 1); - case 3 : - return("Butterfly net", 1); - case 4 : - return("Deadfall", 1); - case 5 : - return("Box trap", 1); - case 6 : - return("Net trap", 1); - case 7 : - return("Pitfalls", 1); - case 8 : - return("Falconry", 1); - case 9 : - return("Imp box", 1); - case 10 : - return("Other", 1); - case 11 : - return("Clothing", 1); - case 12 : - return("Minigames", 1); - case 13 : - return("Milestones", 1); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1006].cs2 b/dumps/530/script/[proc,script1006].cs2 deleted file mode 100644 index 3ec9a3cc6..000000000 --- a/dumps/530/script/[proc,script1006].cs2 +++ /dev/null @@ -1,232 +0,0 @@ -// 1006 -[proc,script1006](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_9951, "Lay 1 trap at a time", "You can now lay 1 trap at a time."); - case 1 : - return(1, obj_10006, "Bird snare setting", "You can now set bird snares."); - case 2 : - return(1, obj_10150, "Noose wand", "You can now use a noose wand when tracking."); - case 3 : - return(15, obj_10010, "Butterfly netting", "You can now use a butterfly net and butterfly jar to catch butterflies."); - case 4 : - return(20, obj_9951, "Lay up to 2 traps at a time", "You can now lay up to 2 traps at a time."); - case 5 : - return(23, obj_1511, "Set a deadfall trap (limit of 1)", "You can now set a deadfall trap up to a limit of 1."); - case 6 : - return(27, obj_10008, "Set a box trap", "You can now set a box trap."); - case 7 : - return(27, obj_10031, "Set a rabbit snare", "You can now set a rabbit snare."); - case 8 : - return(29, obj_303, "Set a net trap", "You can now set a net trap."); - case 9 : - return(31, obj_10029, "Set a pitfall trap", "You can now set a pitfall trap."); - case 10 : - return(39, obj_594, "Use smoke to mask the scent on a trap", "You can now use smoke to mask the scent on a trap."); - case 11 : - return(40, obj_9951, "Lay up to 3 traps at a time", "You can now lay up to 3 traps at a time."); - case 12 : - return(40, obj_14110, "Sacred clay butterfly net", "You can now use Sacred clay butterfly nets"); - case 13 : - return(40, obj_14102, "Volatile butterfly net", "You can now use Volatile butterfly nets"); - case 14 : - return(43, obj_10023, "Hunt with a falcon", "You can now hunt with a falcon."); - case 15 : - return(60, obj_9951, "Lay up to 4 traps at a time", "You can now lay up to 4 traps at a time."); - case 16 : - return(71, obj_10025, "Magical imp box", "You can now set a magical imp box trap."); - case 17 : - return(80, obj_9951, "Lay up to 5 traps at a time", "You can now lay up to 5 traps at a time."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_9953, "Polar kebbit (polar)", "You can now track polar kebbits."); - case 1 : - return(3, obj_9954, "Common kebbit (woodland)", "You can now track common kebbits."); - case 2 : - return(7, obj_9955, "Feldip weasel (jungle)", "You can now track feldip weasels."); - case 3 : - return(13, obj_9956, "Desert devil (desert)", "You can now track desert devils."); - case 4 : - return(49, obj_9961, "Razor-backed kebbit (woodland)", "You can now track razor-backed kebbits."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(1, obj_9965, "Crimson swift (jungle)", "You can now trap crimson swifts."); - case 1 : - return(5, obj_9968, "Golden warbler (desert)", "You can now trap golden warblers."); - case 2 : - return(9, obj_9966, "Copper longtail (woodland)", "You can now trap copper longtails."); - case 3 : - return(11, obj_9967, "Cerulean twitch (polar)", "You can now trap cerulean twitches."); - case 4 : - return(19, obj_9969, "Tropical wagtail (jungle)", "You can now trap tropical wagtails."); - case 5 : - return(39, obj_12586, "Wimpy bird (jungle)
(after starting As a First Resort...)
Required lure: smouldering tansymum", "You can now trap wimpy birds (after starting As a First Resort...)."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(15, obj_9970, "Ruby harvest butterfly (woodland)", "You can now net ruby harvest butterflies."); - case 1 : - return(17, obj_11238, "Baby impling", "You can now net baby implings."); - case 2 : - return(22, obj_11240, "Young impling", "You can now net young implings."); - case 3 : - return(25, obj_9971, "Sapphire glacialis butterfly (polar)", "You can now net sapphire glacialis butterflies."); - case 4 : - return(28, obj_11242, "Gourmet impling", "You can now net gourmet implings."); - case 5 : - return(35, obj_9972, "Snowy knight butterfly (polar)", "You can now net snowy knight butterflies."); - case 6 : - return(36, obj_11244, "Earth impling", "You can now net earth implings."); - case 7 : - return(42, obj_11246, "Essence impling", "You can now net essence implings."); - case 8 : - return(45, obj_9973, "Black warlock butterfly (jungle)", "You can now net black warlock butterflies."); - case 9 : - return(50, obj_11248, "Eclectic impling", "You can now net eclectic implings."); - case 10 : - return(58, obj_11250, "Nature impling", "You can now net nature implings."); - case 11 : - return(65, obj_11252, "Magpie impling", "You can now net magpie implings."); - case 12 : - return(74, obj_11254, "Ninja impling", "You can now net ninja implings."); - case 13 : - return(76, obj_13337, "Pirate impling
(after Rocking Out)", "You can now net pirate implings (after Rocking Out)."); - case 14 : - return(83, obj_11256, "Dragon impling", "You can now net dragon implings."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(23, obj_9962, "Wild kebbit (woodland)
Preferred bait: Raw meat", "You can now use deadfall traps to hunt wild kebbits."); - case 1 : - return(33, obj_9958, "Barb-tailed kebbit (jungle)
Preferred bait: Raw rainbow fish", "You can now use deadfall traps to hunt barb-tailed kebbits."); - case 2 : - return(37, obj_9957, "Prickly kebbit (northern woodland)
Preferred bait: Barley", "You can now use deadfall traps to hunt prickly kebbits."); - case 3 : - return(44, obj_12587, "Diseased kebbit (jungle)
(after starting As a First Resort...)
Required lure: smouldering fever grass", "You now have the Hunter level required to use deadfall traps to hunt diseased kebbits (after starting As a First Resort...)."); - case 4 : - return(51, obj_9959, "Sabre-toothed kebbit (polar)
Preferred bait: Raw meat", "You can now use deadfall traps to hunt sabre-toothed kebbits."); - } - case 5 : - switch_int ($int1) { - case 0 : - return(27, obj_10092, "Ferret (woodland)
(after Eagles' Peak)", "You can now catch ferrets with box traps (after Eagles' Peak)."); - case 1 : - return(27, obj_12184, "Gecko
(with 10 Summoning)", "You now have the Hunter level required to catch geckos with box traps. (You also need level 10 Summoning.)"); - case 2 : - return(27, obj_12199, "Raccoon
(with 80 Summoning)", "You now have the Hunter level required to catch raccoons with box traps. (You also need level 80 Summoning.)"); - case 3 : - return(27, obj_12201, "Monkey
(with 95 Summoning)
Preferred bait: Bananas", "You now have the Hunter level required to catch monkeys with box traps. (You also need level 95 Summoning."); - case 4 : - return(48, obj_12585, "Platypus (jungle)
(with 10 Summoning)
(after starting As a First Resort...)
Required lure: smouldering lavender", "You now have the Hunter level required to catch platypodes with box traps (after As a First Resort... and with level 10 Summoning)."); - case 5 : - return(53, obj_9976, "Chinchompa (woodland)
Preferred bait: Spicy chopped tomatoes", "You can now catch chinchompas with box traps."); - case 6 : - return(63, obj_9977, "Red chinchompa (jungle)
Preferred bait: Spicy minced meat", "You can now catch red chinchompas with box traps."); - case 7 : - return(66, obj_12544, "Pawya (Isafdar)
Required bait: Papaya fruit", "You can now catch pawyas with box traps."); - case 8 : - return(77, obj_12537, "Grenwall (Isafdar)
Required bait: Raw pawya meat", "You can now catch grenwall with box traps."); - } - case 6 : - switch_int ($int1) { - case 0 : - return(29, obj_10149, "Swamp lizard (swamp)
Preferred bait: Guam tar", "You can now catch swamp lizards with net traps."); - case 1 : - return(29, obj_12200, "Squirrel
(with 60 Summoning)
Preferred bait: Nuts", "You now have the Hunter level required to catch squirrels with net traps. (You also need level 60 Summoning."); - case 2 : - return(47, obj_10146, "Orange salamander (desert)
Preferred bait: Marrentill tar", "You can now catch orange salamanders with net traps."); - case 3 : - return(59, obj_10147, "Red salamander (lava)
Preferred bait: Tarromin tar", "You can now catch red salamanders with net traps."); - case 4 : - return(67, obj_10148, "Black salamander (lava)
Preferred bait: Harralander tar", "You can now catch black salamanders with net traps."); - } - case 7 : - if ($int1 = 0) { - return(31, obj_10045, "Spined larupia (jungle)", "You can now catch spined larupias with pit traps."); - } - if ($int1 = 1) { - return(41, obj_10051, "Horned graahk (Karamja)", "You can now catch horned graahks with pit traps."); - } - if ($int1 = 2) { - return(55, obj_10039, "Sabre-toothed kyatt (polar)", "You can now catch sabre-toothed kyatts with pit traps."); - } - case 8 : - if ($int1 = 0) { - return(43, obj_9960, "Spotted kebbit (woodland)", "You can now hunt spotted kebbits with a falcon."); - } - if ($int1 = 1) { - return(57, obj_9963, "Dark kebbit (woodland)", "You can now hunt dark kebbits with a falcon."); - } - if ($int1 = 2) { - return(69, obj_9964, "Dashing kebbit (woodland)", "You can now hunt dashing kebbits with a falcon."); - } - case 9 : - if ($int1 = 0) { - return(71, obj_9952, "Imp (worldwide)
Preferred bait: Magical beads", "You can now catch imps in imp boxes."); - } - case 10 : - if ($int1 = 0) { - return(27, obj_9975, "White rabbit (woodland)
Use a ferret to flush the rabbit out of its hole
(after Eagles' Peak)", "You now have the Hunter level required to use a ferret to hunt white rabbits (after Eagles' Peak)."); - } - if ($int1 = 1) { - return(27, obj_9974, "Giant eagle (various)
(after Eagles' Peak)", "You now have the Hunter level required to lasso giant eagles (after Eagles' Peak)."); - } - case 11 : - switch_int ($int1) { - case 0 : - return(1, obj_10065, "Polar kebbit fur clothing (polar)", "You can now wear polar kebbit fur clothing."); - case 1 : - return(1, obj_10053, "Common kebbit fur clothing (woodland)", "You can now wear common kebbit fur clothing."); - case 2 : - return(4, obj_10057, "Feldip weasel fur clothing (jungle)", "You can now wear feldip weasel fur clothing."); - case 3 : - return(10, obj_10061, "Desert devil fur clothing (desert)", "You can now wear desert devil fur clothing."); - case 4 : - return(24, obj_10132, "Lucky rabbit's foot", "You can now wear a lucky rabbit's foot."); - case 5 : - return(28, obj_10045, "Larupia fur clothing", "You can now wear larupia fur clothing."); - case 6 : - return(38, obj_10051, "Graahk-hide clothing", "You can now wear graahk-hide clothing."); - case 7 : - return(40, obj_10069, "Spotted capes", "You can now wear spotted capes."); - case 8 : - return(52, obj_10039, "Kyatt fur clothing", "You can now wear kyatt fur clothing."); - case 9 : - return(54, obj_10075, "Gloves of silence", "You can now wear gloves of silence."); - case 10 : - return(66, obj_10071, "Spottier capes", "You can now wear spottier capes."); - } - case 12 : - switch_int ($int1) { - case 0 : - return(1, obj_14152, "Stealing Creation - class 1 butterfly net", "Members can now use class 1 butterfly nets in the Stealing Creation minigame."); - case 1 : - return(20, obj_14184, "Stealing Creation - net class 2 sacred clay", "Members can now net class 2 sacred clay in the Stealing Creation minigame."); - case 2 : - return(20, obj_14154, "Stealing Creation - class 2 butterfly net", "Members can now use class 2 butterfly nets in the Stealing Creation minigame."); - case 3 : - return(40, obj_14186, "Stealing Creation - net class 3 sacred clay", "Members can now net class 3 sacred clay in the Stealing Creation minigame."); - case 4 : - return(40, obj_14156, "Stealing Creation - class 3 butterfly net", "Members can now use class 3 butterfly nets in the Stealing Creation minigame."); - case 5 : - return(60, obj_14188, "Stealing Creation - net class 4 sacred clay", "Members can now net class 4 sacred clay in the Stealing Creation minigame."); - case 6 : - return(60, obj_14158, "Stealing Creation - class 4 butterfly net", "Members can now use class 4 butterfly nets in the Stealing Creation minigame."); - case 7 : - return(80, obj_14190, "Stealing Creation - net class 5 sacred clay", "Members can now net class 5 sacred clay in the Stealing Creation minigame."); - case 8 : - return(80, obj_14160, "Stealing Creation - class 5 butterfly net", "Members can now use class 5 butterfly nets in the Stealing Creation minigame."); - } - case 13 : - if ($int1 = 0) { - return(99, obj_9948, "Skill mastery", "Congratulations! You are now a master Hunter. Why not visit the Hunter Expert, south of the Feldip Hills? She has something special that is only available to true masters of the Hunter skill!"); - } -} diff --git a/dumps/530/script/[proc,script1007].cs2 b/dumps/530/script/[proc,script1007].cs2 deleted file mode 100644 index 4d69ee005..000000000 --- a/dumps/530/script/[proc,script1007].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1007 -[proc,script1007](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Courses", 1); - case 1 : - return("Areas", 1); - case 2 : - return("Shortcuts", 1); - case 3 : - return("Barbarian", 1); - case 4 : - return("Milestones", 1); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1008].cs2 b/dumps/530/script/[proc,script1008].cs2 deleted file mode 100644 index ff9bc6cd9..000000000 --- a/dumps/530/script/[proc,script1008].cs2 +++ /dev/null @@ -1,168 +0,0 @@ -// 1008 -[proc,script1008](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_2150, "Gnome Stronghold Agility Course", "You can now use the Gnome Stronghold Agility Course."); - case 1 : - return(1, obj_751, "Gnome Ball minigame", "You can now play the Gnome Ball minigame at the Tree Gnome Stronghold."); - case 2 : - return(1, obj_2996, "Low-level Agility Arena obstacles", "You can now attempt low-level Agility Arena obstacles."); - case 3 : - return(20, obj_2996, "Medium-level Agility Arena obstacles", "You can now attempt medium-level Agility Arena obstacles."); - case 4 : - return(25, obj_1061, "Werewolf skullball game
(after Creature of Fenkenstrain)", "You can now play werewolf skullball at the skullball course east of Canifis (after Creature of Fenkenstrain)."); - case 5 : - return(30, obj_6970, "Agility Pyramid", "You can now enter the Agility Pyramid."); - case 6 : - return(30, obj_10595, "Penguin Agility Course
(after starting Cold War)", "You can now use the Penguin Agility Course (after starting Cold War)."); - case 7 : - return(35, obj_1365, "Barbarian Outpost Agility Course", "You can now use the Barbarian Outpost Agility Course."); - case 8 : - return(40, obj_2996, "High-level Agility Arena obstacles", "You can now attempt high-level Agility Arena obstacles."); - case 9 : - return(48, obj_4024, "Ape Atoll Agility Course
(after Monkey Madness)", "You can now use the Ape Atoll Agility Course (after Monkey Madness)."); - case 10 : - return(50, obj_4211, "Crystal equipment", "You now have the Agility level required to use crystal equipment. (You may need further requirements.)"); - case 11 : - return(52, obj_964, "Wilderness Agility Course", "You can now use the Wilderness Agility Course."); - case 12 : - return(60, obj_4179, "Werewolf Agility Course
(after Creature of Fenkenstrain)", "You can now use the Werewolf Agility Course (after Creature of Fenkenstrain)."); - case 13 : - return(70, obj_4550, "Dorgesh-Kaan Agility Course
(after Death to the Dorgeshuun)", "You can now use the Dorgesh-Kaan Agility Course (after Death to the Dorgeshuun)."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(10, obj_6518, "Moss Giant Island rope swing", "You can now use the Moss Giant Island rope-swing."); - case 1 : - return(12, obj_6518, "Karamja Dungeon stepping stones", "You can now cross the Karamja Dungeon stepping stones."); - case 2 : - return(15, obj_6518, "Edgeville Dungeon monkey bars", "You can now use the Edgeville Dungeon monkey bars."); - case 3 : - return(18, obj_6521, "Watchtower wall climb", "You can now use the Watchtower wall climb."); - case 4 : - return(22, obj_6520, "Karamja Dungeon pipe contortion", "You can now squeeze through the Karamja Dungeon pipe contortion."); - case 5 : - return(30, obj_6518, "South-east Karamja stepping stones", "You can now cross the south-east Karamja stepping stones."); - case 6 : - return(34, obj_6520, "Karamja Dungeon pipe contortion", "You can now squeeze through the Karamja Dungeon pipe contortion."); - case 7 : - return(45, obj_6519, "Isafdar log balance", "You can now cross the Isafdar log balance."); - case 8 : - return(49, obj_6520, "Yanille Dungeon contortion", "You can now squeeze through the Yanille Dungeon contortion."); - case 9 : - return(50, obj_5559, "Rogues' Den
(with 50 Thieving)", "You now have the Agility level required to attempt the Rogues' Den, located below the Toad and Chicken pub in Burthorpe. (You also need level 50 Thieving.)"); - case 10 : - return(60, obj_6520, "God Wars Dungeon access", "You can now use the God Wars Dungeon access."); - case 11 : - return(67, obj_6521, "Yanille Dungeon rubble climb", "You can now attempt the Yanille Dungeon rubble climb."); - case 12 : - return(70, obj_6521, "Saradomin Encampment rope descent", "You can now use the Saradomin Encampment rope descent in the God Wars Dungeon."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(5, obj_6517, "Falador Agility shortcut", "You can now use the Falador Agility shortcut."); - case 1 : - return(8, obj_6515, "River crossing to Al Kharid
(with 37 Ranged and 19 Strength)", "You now have the Agility level required to use the River crossing to Al Kharid. (You also need level 37 Ranged and level 19 Strength.)"); - case 2 : - return(11, obj_6517, "Falador wall
(with 19 Ranged and 37 Strength)", "You now have the Agility level required to scale Falador wall. (You also need level 19 Ranged and level 37 Strength.)"); - case 3 : - return(16, obj_6516, "Yanille Agility shortcut", "You can now use the Yanille Agility shortcut."); - case 4 : - return(20, obj_6515, "Coal truck log balance", "You can now use the coal truck log balance."); - case 5 : - return(21, obj_6516, "Varrock Agility shortcut", "You can now use the Varrock Agility shortcut."); - case 6 : - return(25, obj_6517, "Eagles' Peak Agility shortcut", "You can now use the Eagles' Peak Agility shortcut."); - case 7 : - return(26, obj_6516, "Falador wall crawl", "You can now use the Falador Agility shortcut."); - case 8 : - return(28, obj_6516, "Draynor Manor broken railing", "You can now fit through the Draynor Manor broken railing."); - case 9 : - return(29, obj_6516, "Oo'glog Agility shortcut", "You can now use the Oo'glog Agility shortcut."); - case 10 : - return(31, obj_6515, "Draynor Manor stones to the Champions' Guild", "You can now use the Draynor Manor stones to the Champions' Guild."); - case 11 : - return(32, obj_6517, "Catherby cliff
(after Fishing Contest, with 35 Strength and 35 Ranged)", "You now have the Agility level required to scale the Catherby cliff. (You must have completed Fishing Contest and have level 35 Strength and level 35 Ranged.)"); - case 12 : - return(33, obj_6515, "Ardougne log balance shortcut", "You can now use the Ardougne log balance shortcut."); - case 13 : - return(36, obj_6517, "Water Obelisk Island escape
(with 39 Ranged and 22 Strength)", "You now have the Agility level required to use the Water Obelisk Island escape. (You also need level 39 Ranged and level 22 Strength.)"); - case 14 : - return(37, obj_6517, "Gnome Stronghold shortcut", "You can now use the Gnome Stronghold shortcut."); - case 15 : - return(38, obj_6517, "Al Kharid mining pit cliffside scramble", "You can now manage the Al Kharid mining pit cliffside scramble."); - case 16 : - return(39, obj_6517, "Yanille wall
(with 21 Ranged and 38 Strength)", "You now have the Agility level required to scale Yanille wall. (You also need level 21 Ranged and level 38 Strength.)"); - case 17 : - return(40, obj_6517, "Rope climb south-east of the Agility Pyramid", "You can now use the rope climb south-east of the Agility Pyramid."); - case 18 : - return(41, obj_6517, "Trollheim easy cliffside scramble", "You can now manage the Trollheim easy cliffside scramble."); - case 19 : - return(42, obj_6516, "Dwarven Mine narrow crevice", "You can now manage the Dwarven Mine narrow crevice."); - case 20 : - return(43, obj_6517, "Trollheim medium cliffside scramble", "You can now manage the Trollheim medium cliffside scramble."); - case 21 : - return(44, obj_6517, "Trollheim advanced cliffside scramble", "You can now manage the Trollheim advanced cliffside scramble."); - case 22 : - return(46, obj_6516, "Cosmic Temple medium narrow walkway", "You can now use the Cosmic Temple medium narrow walkway."); - case 23 : - return(47, obj_6517, "Trollheim hard cliffside scramble", "You can now manage the Trollheim hard cliffside scramble."); - case 24 : - return(48, obj_6515, "Log balance to the Fremennik Province", "You can now use the log balance to the Fremennik Province."); - case 25 : - return(51, obj_6516, "Edgeville Dungeon to Varrock Sewers pipe", "You can now use the Edgeville Dungeon to Varrock Sewers pipe."); - case 26 : - return(53, obj_6517, "Karamja crossing, south of the volcano
(with 42 Ranged and 21 Strength)", "You now have the Agility level required to manage the Karamja crossing, south of the volcano. (You also need level 42 Ranged and level 21 Strength)."); - case 27 : - return(58, obj_6517, "Port Phasmatys ectopool shortcut", "You can now use the Port Phasmatys ectopool shortcut."); - case 28 : - return(59, obj_6517, "Elven overpass easy cliffside scramble", "You can now manage the Elven Overpass easy cliffside scramble."); - case 29 : - return(60, obj_6517, "God Wars temple escape to the Wilderness", "You can now manage the God Wars temple escape to the Wilderness."); - case 30 : - return(61, obj_6517, "Slayer Tower medium spiked chain climb", "You can now manage the Slayer Tower medium spiked chain climb."); - case 31 : - return(62, obj_6516, "Slayer Dungeon narrow crevice", "You can now manage the Slayer Dungeon narrow crevice."); - case 32 : - return(64, obj_6517, "Trollheim Wilderness route", "You can now use the Trollheim Wilderness route."); - case 33 : - return(65, obj_6517, "Paterdomus Temple to Morytania shortcut", "You can now use the Paterdomus Temple to Morytania shortcut."); - case 34 : - return(66, obj_6516, "Cosmic Temple advanced narrow walkway", "You can now use the Cosmic Temple advanced narrow walkway."); - case 35 : - return(68, obj_6517, "Elven overpass medium cliffside scramble", "You can now manage the Elven overpass medium cliffside scramble."); - case 36 : - return(70, obj_6516, "Taverley Dungeon pipe squeeze", "You can now use the Taverley Dungeon pipe squeeze to the blue dragons."); - case 37 : - return(70, obj_6515, "Cross cave, south of Dorgesh-Kaan
(with 70 Ranged and 70 Strength)", "You now have the Agility level required to cross the cave south of Dorgesh-Kaan. (You also need level 70 Ranged and 70 Strength."); - case 38 : - return(71, obj_6517, "Slayer Tower advanced spiked chain climb", "You can now manage the Slayer Tower advanced spiked chain climb."); - case 39 : - return(80, obj_6514, "Taverley Dungeon spiked blade jump", "You can now manage the Taverley Dungeon spiked blade jump."); - case 40 : - return(81, obj_6514, "Slayer Dungeon spiked blade jump", "You can now manage the Slayer Dungeon spiked blade jump."); - case 41 : - return(85, obj_6517, "Elven overpass advanced cliffside scramble", "You can now manage the Elven Overpass advanced cliffside scramble."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "To start Fishing like a barbarian, talk to Otto Godblessed when you have at least level 48 Fishing and level 15 Strength.", ""); - case 1 : - return(15, obj_11323, "Heavy rod
(with 48 Fishing and 15 Strength)", "You now have the Agility level required to fish with a heavy rod. (You also need level 48 Fishing and level 15 Strength.)"); - case 2 : - return(15, obj_11328, "Leaping trout
(with 48 Fishing and 15 Strength)", "You now have the Agility level required to catch leaping trout. (You also need level 48 Fishing and level 15 Strength.)"); - case 3 : - return(30, obj_11330, "Leaping salmon
(with 58 Fishing and 30 Strength)", "You now have the Agility level required to catch leaping salmon. (You also need level 58 Fishing and level 30 Strength.)"); - case 4 : - return(45, obj_11332, "Leaping sturgeon
(with 70 Fishing and 45 Strength)", "You now have the Agility level required to catch leaping sturgeon. (You also need level 70 Fishing and level 45 Strength.)"); - } - case 4 : - if ($int1 = 0) { - return(99, obj_9771, "Skill mastery", "Congratulations! You are now a master of Agility. Why not visit Cap'n Izzy No-beard at the Brimhaven Agility Arena? He has something special that is only available to true masters of the Agility skill!"); - } -} diff --git a/dumps/530/script/[proc,script1009].cs2 b/dumps/530/script/[proc,script1009].cs2 deleted file mode 100644 index 87e8d663a..000000000 --- a/dumps/530/script/[proc,script1009].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1009 -[proc,script1009](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Bows", 0); - case 1 : - return("Thrown", 1); - case 2 : - return("Armour", 0); - case 3 : - return("Crossbows", 0); - case 4 : - return("Shortcuts", 1); - case 5 : - return("Salamanders", 1); - case 6 : - return("Areas", 1); - case 7 : - return("Other", 1); - case 8 : - return("Minigames", 1); - case 9 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1010].cs2 b/dumps/530/script/[proc,script1010].cs2 deleted file mode 100644 index 5f61a2558..000000000 --- a/dumps/530/script/[proc,script1010].cs2 +++ /dev/null @@ -1,345 +0,0 @@ -// 1010 -[proc,script1010](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_841, "Standard bow
Ammo: Arrows up to iron", "You can now use standard bows."); - case 1 : - return(5, obj_843, "Oak bow
Ammo: Arrows up to steel", "You can now use oak bows."); - case 2 : - return(20, obj_849, "Willow bow
Ammo: Arrows up to mithril", "You can now use willow bows."); - case 3 : - return(30, obj_853, "Maple bow
Ammo: Arrows up to adamant", "You can now use maple bows."); - case 4 : - return(30, obj_2883, "Members: Ogre bow (after Big Chompy Bird Hunting)
Ammo: Ogre arrows", "Members now have the Ranged level to use ogre bows (after Big Chompy Bird Hunting)."); - case 5 : - return(30, obj_4827, "Members: Ogre composite bow (after Zogre Flesh Eaters)
Ammo: 'Brutal' arrows up to rune", "Members now have the Ranged level to use ogre composite bows (after Zogre Flesh Eaters)."); - case 6 : - return(40, obj_857, "Members: Yew bow
Ammo: Arrows up to rune", "Members can now use yew bows."); - case 7 : - return(40, obj_14121, "Members: Sacred clay bow
Ammo: Arrows up to rune", "Members can now wield sacred clay bows."); - case 8 : - return(50, obj_861, "Members: Magic bow
Ammo: Arrows up to rune", "Members can now use magic bows."); - case 9 : - return(50, obj_6724, "Members: Seercull
Ammo: Arrows up to rune", "Members can now use the Seercull."); - case 10 : - return(60, obj_11235, "Members: Dark bow
Ammo: Arrows up to dragon", "Members can now use dark bows."); - case 11 : - return(70, obj_4212, "Members: Crystal bow (after Roving Elves and with 50 Agility)
Ammo: None", "Members now have the Ranged level to use crystal bows (after Roving Elves, with level 50 Agility)."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_806, "Bronze dart", "Members can now throw bronze darts."); - case 1 : - return(1, obj_825, "Bronze javelin", "Members can now throw bronze javelins."); - case 2 : - return(1, obj_800, "Bronze throwing axe", "Members can now throw bronze throwing axes."); - case 3 : - return(1, obj_864, "Bronze throwing knife", "Members can now throw bronze throwing knives."); - case 4 : - return(1, obj_807, "Iron dart", "Members can now throw iron darts."); - case 5 : - return(1, obj_826, "Iron javelin", "Members can now throw iron javelins."); - case 6 : - return(1, obj_801, "Iron throwing axe", "Members can now throw iron throwing axes."); - case 7 : - return(1, obj_863, "Iron throwing knife", "Members can now throw iron throwing knives."); - case 8 : - return(5, obj_808, "Steel dart", "Members can now throw steel darts."); - case 9 : - return(5, obj_827, "Steel javelin", "Members can now throw steel javelins."); - case 10 : - return(5, obj_802, "Steel throwing axe", "Members can now throw steel throwing axes."); - case 11 : - return(5, obj_865, "Steel throwing knife", "Members can now throw steel throwing knives."); - case 12 : - return(10, obj_3093, "Black dart", "Members can now throw black darts."); - case 13 : - return(10, obj_869, "Black throwing knife", "Members can now throw black throwing knives."); - case 14 : - return(20, obj_809, "Mithril dart", "Members can now throw mithril darts."); - case 15 : - return(20, obj_828, "Mithril javelin", "Members can now throw mithril javelins."); - case 16 : - return(20, obj_803, "Mithril throwing axe", "Members can now throw mithril throwing axes."); - case 17 : - return(20, obj_866, "Mithril throwing knife", "Members can now throw mithril throwing knives."); - case 18 : - return(20, obj_13953, "Corrupt Morrigan's javelin", "Members can now throw corrupt Morrigan's javelin."); - case 19 : - return(20, obj_13957, "Corrupt Morrigan's throwing axe", "Members can now throw corrupt Morrigan's throwing axe."); - case 20 : - return(30, obj_810, "Adamant dart", "Members can now throw adamant darts."); - case 21 : - return(30, obj_829, "Adamant javelin", "Members can now throw adamant javelins."); - case 22 : - return(30, obj_804, "Adamant throwing axe", "Members can now throw adamant throwing axes."); - case 23 : - return(30, obj_867, "Adamant throwing knife", "Members can now throw adamant throwing knives."); - case 24 : - return(40, obj_811, "Rune dart", "Members can now throw rune darts."); - case 25 : - return(40, obj_830, "Rune javelin", "Members can now throw rune javelins."); - case 26 : - return(40, obj_805, "Rune throwing axe", "Members can now throw rune throwing axes."); - case 27 : - return(40, obj_868, "Rune throwing knife", "Members can now throw rune throwing knives."); - case 28 : - return(45, obj_10033, "Chinchompa", "Members can now throw chinchompas."); - case 29 : - return(55, obj_10034, "Red chinchompa", "Members can now throw red chinchompas."); - case 30 : - return(60, obj_11230, "Dragon dart", "Members can now throw dragon darts."); - case 31 : - return(60, obj_6522, "Toktz-Xil-Ul", "Members can now throw Toktz-Xil-Ul."); - case 32 : - return(78, obj_13879, "Morrigan's javelin", "Members can now throw Morrigan's javelin."); - case 33 : - return(78, obj_13883, "Morrigan's throwing axe", "Members can now throw Morrigan's throwing axe."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(1, obj_1129, "Plain leather items", "You can now wear plain leather items."); - case 1 : - return(1, obj_1131, "Hard leather body
(with 10 Defence)", "You now have the Ranged level required to wear hard leather bodies. (You also need level 10 Defence.)"); - case 2 : - return(1, obj_6143, "Members: Spined boots", "Members can now wear spined boots."); - case 3 : - return(1, obj_6149, "Members: Spined gloves", "Members can now wear spined gloves."); - case 4 : - return(1, obj_3749, "Members: Archer helm (after Fremennik Trials and with 45 Defence)", "Members now have the Ranged level required to wear archer helms (after Fremennik Trials and with level 45 Defence)."); - case 5 : - return(20, obj_1133, "Studded leather body
(with 20 Defence)", "You now have the Ranged level required to wear studded leather bodies. (You also need level 20 Defence.)"); - case 6 : - return(20, obj_1097, "Studded leather chaps", "You can now wear studded leather chaps."); - case 7 : - return(20, obj_1169, "Coif", "You can now wear coifs."); - case 8 : - return(20, obj_13950, "Members: Corrupt Morrigan's coif
(with 20 Defence)", "Members now have the Ranged level required to wield corrupt Morrigan's coif. (They also need level 20 Defence)"); - case 9 : - return(20, obj_13944, "Members: Corrupt Morrigan's leather body
(with 20 Defence)", "Members now have the Ranged level required to wield corrupt Morrigan's leather body. (They also need level 20 Defence)"); - case 10 : - return(20, obj_13947, "Members: Corrupt Morrigan's leather chaps
(with 20 Defence)", "Members now have the Ranged level required to wield corrupt Morrigan's leather chaps. (They also need level 20 Defence)"); - case 11 : - return(25, obj_10954, "Members: Frog-leather body
(with 25 Defence)", "Members now have the Ranged level required to wear frog-leather bodies. (They also need level 25 Defence.)"); - case 12 : - return(25, obj_10956, "Members: Frog-leather chaps
(with 25 Defence)", "Members now have the Ranged level required to wear frog-leather chaps. (They also need level 25 Defence.)"); - case 13 : - return(25, obj_10958, "Members: Frog-leather boots
(with 25 Defence)", "Members now have the Ranged level required to wear frog-leather boots. (They also need level 25 Defence.)."); - case 14 : - return(30, obj_6322, "Members: Snakeskin body
(with 30 Defence)", "Members now have the Ranged level required to wear snakeskin bodies. (They also need level 30 Defence.)"); - case 15 : - return(30, obj_6324, "Members: Snakeskin chaps
(with 30 Defence)", "Members now have the Ranged level required to wear snakeskin chaps. (They also need level 30 Defence.)"); - case 16 : - return(30, obj_6330, "Members: Snakeskin vambraces
(with 30 Defence)", "Members now have the Ranged level required to wear snakeskin vambraces. (They also need level 30 Defence.)"); - case 17 : - return(30, obj_6326, "Members: Snakeskin bandana
(with 30 Defence)", "Members now have the Ranged level required to wear snakeskin bandanas. (They also need level 30 Defence.)"); - case 18 : - return(30, obj_6328, "Members: Snakeskin boots
(with 30 Defence)", "Members now have the Ranged level required to wear snakeskin boots. (They also need level 30 Defence.)"); - case 19 : - return(40, obj_2577, "Members: Ranger boots", "Members can now wear ranger boots."); - case 20 : - return(40, obj_2581, "Members: Robin Hood hat", "Members can now wear Robin Hood hats."); - case 21 : - return(40, obj_1065, "Green dragonhide vambraces", "You can now wear green dragonhide vambraces."); - case 22 : - return(40, obj_1099, "Green dragonhide chaps", "You can now wear green dragonhide chaps."); - case 23 : - return(40, obj_1135, "Green dragonhide body
(with 40 Defence)", "You now have the Ranged level required to wear green dragonhide bodies. (You also need level 40 Defence.)"); - case 24 : - return(40, obj_12936, "Green dragonhide coif
(with 40 Defence)", "You now have the Ranged level required to wear green dragonhide coifs. (You also need level 40 Defence.)"); - case 25 : - return(40, obj_6133, "Members: Spined body
(after Fremennik Trials and with 40 Defence)", "Members now have the Ranged level required to wear spined bodies (after Fremennik Trials, with level 40 Defence)."); - case 26 : - return(40, obj_6135, "Members: Spined chaps
(after Fremennik Trials and with 40 Defence)", "Members now have the Ranged level required to wear spined chaps (after Fremennik Trials, with level 40 Defence)."); - case 27 : - return(40, obj_6131, "Members: Spined helm
(after Fremennik Trials and with 40 Defence)", "Members now have the Ranged level required to wear spined helms (after Fremennik Trials, with level 40 Defence)."); - case 28 : - return(40, obj_14120, "Members: Sacred clay coif
(with 40 Defence)", "Members now have the Ranged level required to wear sacred clay coifs. (They also need level 40 Defence.)"); - case 29 : - return(40, obj_14118, "Members: Sacred clay body
(with 40 Defence)", "Members now have the Ranged level required to wear sacred clay bodies. (They also need level 40 Defence.)"); - case 30 : - return(40, obj_14119, "Members: Sacred clay chaps
(with 40 Defence)", "Members now have the Ranged level required to wear sacred clay chaps. (They also need level 40 Defence.)"); - case 31 : - return(50, obj_2487, "Members: Blue dragonhide vambraces", "Members can now wear blue dragonhide vambraces."); - case 32 : - return(50, obj_2493, "Members: Blue dragonhide chaps", "Members can now wear blue dragonhide chaps."); - case 33 : - return(50, obj_2499, "Members: Blue dragonhide body
(with 40 Defence)", "Members now have the Ranged level required to wear blue dragonhide bodies. (They also need level 40 Defence.)"); - case 34 : - return(50, obj_12943, "Members: Blue dragonhide coif
(with 40 Defence)", "Members now have the Ranged level required to wear blue dragonhide coifs. (They also need level 40 Defence.)"); - case 35 : - return(60, obj_2489, "Members: Red dragonhide vambraces", "Members can now wear red dragonhide vambraces."); - case 36 : - return(60, obj_2495, "Members: Red dragonhide chaps", "Members can now wear red dragonhide chaps."); - case 37 : - return(60, obj_2501, "Members: Red dragonhide body
(with 40 Defence)", "Members now have the Ranged level required to wear red dragonhide bodies. (They also need level 40 Defence.)"); - case 38 : - return(60, obj_12950, "Members: Red dragonhide coif
(with 40 Defence)", "Members now have the Ranged level required to wear red dragonhide coifs. (They also need level 40 Defence.)"); - case 39 : - return(60, obj_10555, "Members: Penance skirt
(with 40 Defence)", "Members now have the Ranged level required to wear penance skirts. (They also need level 40 Defence.)"); - case 40 : - return(65, obj_10334, "Members: Third-Age range coifs
(with 45 Defence)", "Members now have the Ranged level required to wear Third-Age range coifs. (They also need level 45 Defence.)"); - case 41 : - return(65, obj_10330, "Members: Third-Age range tops
(with 45 Defence)", "Members now have the Ranged level required to wear Third-Age range tops. (They also need level 45 Defence.)"); - case 42 : - return(65, obj_10332, "Members: Third-Age range legs
(with 45 Defence)", "Members now have the Ranged level required to wear Third-Age range legs. (They also need level 45 Defence.)"); - case 43 : - return(65, obj_10336, "Members: Third-Age range vambraces
(with 45 Defence)", "Members now have the Ranged level required to wear Third-Age range vambraces. (They also need level 45 Defence.)"); - case 44 : - return(70, obj_2491, "Members: Black dragonhide vambraces", "Members can now wear black dragonhide vambraces."); - case 45 : - return(70, obj_2497, "Members: Black dragonhide chaps", "Members can now wear black dragonhide chaps."); - case 46 : - return(70, obj_2503, "Members: Black dragonhide body
(with 40 Defence)", "Members now have the Ranged level required to wear black dragonhide bodies. (They also need level 40 Defence.)"); - case 47 : - return(70, obj_12957, "Members: Black dragonhide coif
(with 40 Defence)", "Members now have the Ranged level required to wear black dragonhide coifs. (They also need level 40 Defence.)"); - case 48 : - return(70, obj_10374, "Members: Blessed dragonhide coif
(with 40 Defence)", "Members now have the Ranged level required to wear blessed dragonhide coifs. (They also need level 40 Defence.)"); - case 49 : - return(70, obj_4732, "Members: Karil's coif
(with 70 Defence)", "Members now have the Ranged level required to wear Karil's Coif. (They also need level 70 Defence.)"); - case 50 : - return(70, obj_4736, "Members: Karil's leather top
(with 70 Defence)", "Members now have the Ranged level required to wear Karil's leather top. (They also need level 70 Defence.)"); - case 51 : - return(70, obj_4738, "Members: Karil's leather skirt
(with 70 Defence)", "Members now have the Ranged level required to wear Karil's leather skirt. (They also need level 70 Defence.)"); - case 52 : - return(70, obj_11718, "Members: Armadyl helmet
(with 70 Defence)", "Members now have the Ranged level required to wear Armadyl helmets. (They also need level 70 Defence.)"); - case 53 : - return(70, obj_11720, "Members: Armadyl chestplate
(with 70 Defence)", "Members now have the Ranged level required to wear Armadyl chestplates. (They also need level 70 Defence.)"); - case 54 : - return(70, obj_11722, "Members: Armadyl plateskirt
(with 70 Defence)", "Members now have the Ranged level required to wear Armadyl plateskirts. (They also need level 70 Defence.)"); - case 55 : - return(78, obj_13876, "Members: Morrigan's coif
(with 78 Defence)", "Members now have the Ranged level required to wield Morrigan's coif. (They also need level 78 Defence)"); - case 56 : - return(78, obj_13870, "Members: Morrigan's leather body
(with 78 Defence)", "Members now have the Ranged level required to wield Morrigan's leather body. (They also need level 78 Defence)"); - case 57 : - return(78, obj_13873, "Members: Morrigan's leather chaps
(with 78 Defence)", "Members now have the Ranged level required to wield Morrigan's leather chaps. (They also need level 78 Defence)"); - } - case 3 : - switch_int ($int1) { - case 0 : - return(1, obj_837, "Crossbow
Ammo: Bronze crossbow bolts", "You can now fire crossbows."); - case 1 : - return(1, obj_767, "Phoenix crossbow
Ammo: Bronze crossbow bolts", "You can now fire phoenix crossbows."); - case 2 : - return(1, obj_9174, "Members: Bronze crossbow
Ammo: Bronze crossbow bolts", "Members can now fire bronze crossbows."); - case 3 : - return(16, obj_9176, "Members: Blurite crossbow
Ammo: Bolts up to blurite", "Members can now fire blurite crossbows."); - case 4 : - return(26, obj_9177, "Members: Iron crossbow
Ammo: Bolts up to iron", "Members can now fire iron crossbows."); - case 5 : - return(28, obj_8880, "Members: Dorgeshuun crossbow
Ammo: Bolts up to iron", "Members can now fire Dorgeshuun crossbows."); - case 6 : - return(31, obj_9179, "Members: Steel crossbow
Ammo: Bolts up to steel", "Members can now fire steel crossbows."); - case 7 : - return(33, obj_13081, "Members: Black crossbow
Ammo: Bolts up to black", "Members can now fire black crossbows."); - case 8 : - return(36, obj_9181, "Members: Mithril crossbow
Ammo: Bolts up to mithril", "Members can now fire mithril crossbows."); - case 9 : - return(46, obj_9183, "Members: Adamant crossbow
Ammo: Bolts up to adamant", "Members can now fire adamant crossbows."); - case 10 : - return(50, obj_10156, "Members: Hunters' crossbow
Ammo: Kebbit and long kebbit bolts", "Members can now fire hunters' crossbows."); - case 11 : - return(61, obj_9185, "Members: Runite crossbow
Ammo: Bolts up to rune", "Members can now fire runite crossbows."); - case 12 : - return(70, obj_4734, "Members: Karil's crossbow
Ammo: Bolt racks", "Members can now use Karil's crossbow."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(19, obj_6517, "Falador wall
(with 11 Agility and 37 Strength)", "Members now have the Ranged level required to scale the Falador wall. (They also need level 11 Agility and level 37 Strength.)"); - case 1 : - return(21, obj_6517, "Yanille wall
(with 39 Agility and 38 Strength)", "Members now have the Ranged level required to scale the Yanille wall. (You also need level 39 Agility and level 38 Strength.)"); - case 2 : - return(35, obj_6517, "Catherby cliff
(after Fishing Contest, with 32 Agility and 35 Strength)", "Members now have the Ranged level required to scale the Catherby cliff (after Fishing Contest, with level 32 Agility and 35 Strength)."); - case 3 : - return(37, obj_6515, "River crossing to Al Kharid
(with 8 Agility and 19 Strength)", "Members now have the Ranged level required to cross the River Lum to Al Kharid. (You also need level 8 Agility and level 19 Strength.)"); - case 4 : - return(39, obj_6515, "Water Obelisk Island escape
(with 36 Agility and 22 Strength)", "Members now have the Ranged level required to complete the Water Obelisk Island escape. (You also need level 36 Agility and level 22 Strength)."); - case 5 : - return(42, obj_6515, "Karamja crossing, south of the volcano
(with 53 Agility and 21 Strength)", "Members now have the Ranged level required to use the Karamja Agility shortcut. (You also need level 53 Agility and level 21 Strength.)"); - case 6 : - return(70, obj_6515, "Cross cave, south of Dorgesh-Kaan
(with 70 Agility and 70 Strength)", "Members now have the Ranged level required to cross the cave south of Dorgesh-Kaan. (You also need level 70 Agility and 70 Strength."); - } - case 5 : - switch_int ($int1) { - case 0 : - return(30, obj_10149, "Swamp lizard
(with 30 Attack and 30 Magic)", "Members now have the Ranged level required to use swamp lizards. (They also need level 30 Attack and level 30 Magic.)"); - case 1 : - return(50, obj_10146, "Orange salamander
(with 50 Attack and 50 Magic)", "Members now have the Ranged level required to use orange salamanders. (They also need level 50 Attack and level 50 Magic.)"); - case 2 : - return(60, obj_10147, "Red salamander
(with 60 Attack and 60 Magic)", "Members now have the Ranged level required to use red salamanders. (They also need level 60 Attack and level 60 Magic.)"); - case 3 : - return(70, obj_10148, "Black salamander
(with 70 Attack and 70 Magic)", "Members now have the Ranged level required to use black salamanders. (They also need level 70 Attack and level 70 Magic.)"); - } - case 6 : - if ($int1 = 0) { - return(70, obj_9419, "Armadyl's Eyrie in the God Wars Dungeon", "You can now enter Armadyl's Eyrie in the God Wars Dungeon."); - } - case 7 : - switch_int ($int1) { - case 0 : - return(30, obj_10498, "Ava's Attractor (after Animal Magnetism)", "Members now have the Ranged level required to use Ava's Attractor (after Animal Magnetism)."); - case 1 : - return(50, obj_10499, "Ava's Accumulator (after Animal Magnetism)", "Members now have the Ranged level required to use Ava's Accumulator (after Animal Magnetism)."); - case 2 : - return(50, obj_4150, "Broad arrows
(with 55 Slayer)", "Members now have the Ranged level required to shoot broad arrows, Ranged weapons used for killing turoth and kurask. (You also need level 55 Slayer.)"); - } - case 8 : - switch_int ($int1) { - case 0 : - return(1, obj_14192, "Stealing Creation - class 1 bow", "Members can now wield class 1 bows in the Stealing Creation minigame."); - case 1 : - return(1, obj_14411, "Stealing Creation - class 1 coif", "Members can now wear class 1 coifs in the Stealing Creation minigame."); - case 2 : - return(1, obj_14391, "Stealing Creation - class 1 leather body", "Members can now wear class 1 leather bodies in the Stealing Creation minigame."); - case 3 : - return(1, obj_14401, "Stealing Creation - class 1 chaps", "Members can now wear class 1 chaps in the Stealing Creation minigame."); - case 4 : - return(20, obj_14194, "Stealing Creation - class 2 bow", "Members can now wield class 2 bows in the Stealing Creation minigame."); - case 5 : - return(20, obj_14413, "Stealing Creation - class 2 coif", "Members can now wear class 2 coifs in the Stealing Creation minigame."); - case 6 : - return(20, obj_14393, "Stealing Creation - class 2 leather body", "Members can now wear class 2 leather bodies in the Stealing Creation minigame."); - case 7 : - return(20, obj_14403, "Stealing Creation - class 2 chaps", "Members can now wear class 2 chaps in the Stealing Creation minigame."); - case 8 : - return(40, obj_14196, "Stealing Creation - class 3 bow", "Members can now wield class 3 bows in the Stealing Creation minigame."); - case 9 : - return(40, obj_14415, "Stealing Creation - class 3 coif", "Members can now wear class 3 coifs in the Stealing Creation minigame."); - case 10 : - return(40, obj_14395, "Stealing Creation - class 3 leather body", "Members can now wear class 3 leather bodies in the Stealing Creation minigame."); - case 11 : - return(40, obj_14405, "Stealing Creation - class 3 chaps", "Members can now wear class 3 chaps in the Stealing Creation minigame."); - case 12 : - return(60, obj_14198, "Stealing Creation - class 4 bow", "Members can now wield class 4 bows in the Stealing Creation minigame."); - case 13 : - return(60, obj_14417, "Stealing Creation - class 4 coif", "Members can now wear class 4 coifs in the Stealing Creation minigame."); - case 14 : - return(60, obj_14397, "Stealing Creation - class 4 leather body", "Members can now wear class 4 leather bodies in the Stealing Creation minigame."); - case 15 : - return(60, obj_14407, "Stealing Creation - class 4 chaps", "Members can now wear class 4 chaps in the Stealing Creation minigame."); - case 16 : - return(80, obj_14200, "Stealing Creation - class 5 bow", "Members can now wield class 5 bows in the Stealing Creation minigame."); - case 17 : - return(80, obj_14419, "Stealing Creation - class 5 coif", "Members can now wear class 5 coifs in the Stealing Creation minigame."); - case 18 : - return(80, obj_14399, "Stealing Creation - class 5 leather body", "Members can now wear class 5 leather bodies in the Stealing Creation minigame."); - case 19 : - return(80, obj_14409, "Stealing Creation - class 5 chaps", "Members can now wear class 5 chaps in the Stealing Creation minigame."); - } - case 9 : - switch_int ($int1) { - case 0 : - return(29, obj_5079, "Ranged Combat Tutor - new info", "There is new information available from the Ranged Combat Tutor in Lumbridge."); - case 1 : - return(40, obj_8164, "Members: Ranging Guild", "Members can now enter the prestigious Ranging Guild in Hemenster and play the Ranging Minigame there."); - case 2 : - return(44, obj_5079, "Ranged Combat Tutor - new info", "There is new information available from the Ranged Combat Tutor in Lumbridge."); - case 3 : - return(99, obj_9756, "Skill mastery", "Congratulations! You are now a master of Ranged. Why not visit Aaron at the Ranging Guild? He has something special only available to true masters of the Ranged skill!"); - } -} diff --git a/dumps/530/script/[proc,script1011].cs2 b/dumps/530/script/[proc,script1011].cs2 deleted file mode 100644 index c1730b29e..000000000 --- a/dumps/530/script/[proc,script1011].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1011 -[proc,script1011](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Runes", 0); - case 1 : - return("Multiple Runes", 0); - case 2 : - return("Equipment", 0); - case 3 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1012].cs2 b/dumps/530/script/[proc,script1012].cs2 deleted file mode 100644 index 64dceab42..000000000 --- a/dumps/530/script/[proc,script1012].cs2 +++ /dev/null @@ -1,142 +0,0 @@ -// 1012 -[proc,script1012](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "To begin Runecrafting, you must have started Rune Mysteries.", ""); - case 1 : - return(1, obj_556, "Air runes", "You can now craft air runes."); - case 2 : - return(2, obj_558, "Mind runes", "You can now craft mind runes."); - case 3 : - return(5, obj_555, "Water runes", "You can now craft water runes."); - case 4 : - return(6, obj_4695, "Members: Mist runes", "Members can now craft mist runes."); - case 5 : - return(9, obj_557, "Earth runes", "You can now craft earth runes."); - case 6 : - return(10, obj_4696, "Members: Dust runes", "Members can now craft dust runes."); - case 7 : - return(13, obj_4698, "Members: Mud runes", "Members can now craft mud runes."); - case 8 : - return(14, obj_554, "Fire runes", "You can now craft fire runes."); - case 9 : - return(15, obj_4697, "Members: Smoke runes", "Members can now craft smoke runes."); - case 10 : - return(19, obj_4694, "Members: Steam runes", "Members can now craft steam runes."); - case 11 : - return(20, obj_559, "Body runes", "You can now craft body runes."); - case 12 : - return(23, obj_4699, "Members: Lava runes", "Members can now craft lava runes."); - case 13 : - return(27, obj_564, "Members: Cosmic runes", "Members can now craft cosmic runes."); - case 14 : - return(35, obj_562, "Members: Chaos runes", "Members can now craft chaos runes."); - case 15 : - return(40, obj_9075, "Members: Astral runes
(after Lunar Diplomacy)", "Members now have the Runecrafting level required to craft astral runes (after Lunar Diplomacy)."); - case 16 : - return(44, obj_561, "Members: Nature runes", "Members can now craft nature runes."); - case 17 : - return(54, obj_563, "Members: Law runes", "Members can now craft law runes."); - case 18 : - return(65, obj_560, "Members: Death runes
(after Mourning's End Part II)", "Members now have the Runecrafting level required to craft death runes (after Mourning's End Part II)."); - case 19 : - return(77, obj_565, "Members: Blood runes
(after Legacy of Seergaze)", "Members now have the Runecrafting level required to craft blood runes (after Legacy of Seergaze)."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "As your Runecrafting skill develops, you will be able to craft multiple runes from one piece of essence. You only receive experience for each piece of essence crafted, not each rune crafted.", " "); - case 1 : - return(11, obj_556, "2 Air runes per essence", "You can now craft 2 air runes from one piece of essence."); - case 2 : - return(14, obj_558, "2 Mind runes per essence", "You can now craft 2 mind runes from one piece of essence."); - case 3 : - return(19, obj_555, "2 Water runes per essence", "You can now craft 2 water runes from one piece of essence."); - case 4 : - return(22, obj_556, "3 Air runes per essence", "You can now craft 3 air runes from one piece of essence."); - case 5 : - return(26, obj_557, "2 Earth runes per essence", "You can now craft 2 earth runes from one piece of essence."); - case 6 : - return(28, obj_558, "3 Mind runes per essence", "You can now craft 3 mind runes from one piece of essence."); - case 7 : - return(33, obj_556, "4 Air runes per essence", "You can now craft 4 air runes from one piece of essence."); - case 8 : - return(35, obj_554, "2 Fire runes per essence", "You can now craft 2 fire runes from one piece of essence."); - case 9 : - return(38, obj_555, "3 Water runes per essence", "You can now craft 3 water runes from one piece of essence."); - case 10 : - return(42, obj_558, "4 Mind runes per essence", "You can now craft 4 mind runes from one piece of essence."); - case 11 : - return(44, obj_556, "5 Air runes per essence", "You can now craft 5 air runes from one piece of essence."); - case 12 : - return(46, obj_559, "2 Body runes per essence", "You can now craft 2 body runes from one piece of essence."); - case 13 : - return(52, obj_557, "3 Earth runes per essence", "You can now craft 3 earth runes from one piece of essence."); - case 14 : - return(55, obj_556, "6 Air runes per essence", "You can now craft 6 air runes from one piece of essence."); - case 15 : - return(56, obj_558, "5 Mind runes per essence", "You can now craft 5 mind runes from one piece of essence."); - case 16 : - return(57, obj_555, "4 Water runes per essence", "You can now craft 4 water runes from one piece of essence."); - case 17 : - return(59, obj_564, "Members: 2 Cosmic runes per essence", "Members can now craft 2 cosmic runes from one piece of essence."); - case 18 : - return(66, obj_556, "7 Air runes per essence", "You can now craft 7 air runes from one piece of essence."); - case 19 : - return(70, obj_558, "6 Mind runes per essence", "You can now craft 6 mind runes from one piece of essence."); - case 20 : - return(70, obj_554, "3 Fire runes per essence", "You can now craft 3 fire runes from one piece of essence."); - case 21 : - return(74, obj_562, "Members: 2 Chaos runes per essence", "Members can now craft 2 chaos runes from one piece of essence."); - case 22 : - return(76, obj_555, "5 Water runes per essence", "You can now craft 5 water runes from one piece of essence."); - case 23 : - return(77, obj_556, "8 Air runes per essence", "You can now craft 8 air runes from one piece of essence."); - case 24 : - return(78, obj_557, "4 Earth runes per essence", "You can now craft 4 earth runes from one piece of essence."); - case 25 : - return(82, obj_9075, "Members: 2 Astral runes per essence", "Members can now craft 2 astral runes from one piece of essence."); - case 26 : - return(84, obj_558, "7 Mind runes per essence", "You can now craft 7 mind runes from one piece of essence."); - case 27 : - return(88, obj_556, "9 Air runes per essence", "You can now craft 9 air runes from one piece of essence."); - case 28 : - return(91, obj_561, "Members: 2 Nature runes per essence", "Members can now craft 2 nature runes from one piece of essence."); - case 29 : - return(92, obj_559, "3 Body runes per essence", "You can now craft 3 body runes from one piece of essence."); - case 30 : - return(95, obj_555, "6 Water runes per essence", "You can now craft 6 water runes from one piece of essence."); - case 31 : - return(98, obj_558, "8 Mind runes per essence", "You can now craft 8 mind runes from one piece of essence."); - case 32 : - return(99, obj_556, "10 Air runes per essence", "You can now craft 10 air runes from one piece of essence."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "Pouches allow you to carry extra essence in them and they come in various sizes. As you use the pouches, they degrade and store less essence. Speak to the Dark Mage at the centre of the Abyss to restore them.", ""); - case 1 : - return(1, obj_5509, "Members: Small pouch
Holds 3 extra essence", "Members can now use small pouches to store 3 essence."); - case 2 : - return(10, obj_12863, "Air Runecrafting gloves", "You can now wear air rune crafting gloves."); - case 3 : - return(20, obj_12864, "Water Runecrafting gloves", "You can now wear water rune crafting gloves."); - case 4 : - return(25, obj_5510, "Members: Medium pouch
Holds 6 extra essence", "Members can now use medium pouches to store 6 essence."); - case 5 : - return(30, obj_12865, "Earth Runecrafting gloves", "You can now wear earth rune crafting gloves."); - case 6 : - return(50, obj_5512, "Members: Large pouch
Holds 9 extra essence", "Members can now use large pouches to store 9 essence."); - case 7 : - return(75, obj_5514, "Members: Giant pouch
Holds 12 extra essence", "Members can now use giant pouches to store 12 essence."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(50, obj_13625, "Runecrafting Guild", "You can now enter the prestigious Runecrafting Guild and play the minigame there."); - case 1 : - return(99, obj_9765, "Skill mastery", "Congratulations! You are now a master of Runecrafting. Why not visit Aubury, who runs the rune shop in Varrock. He has something special that is only available to true masters of the Runecrafting skill!"); - } -} diff --git a/dumps/530/script/[proc,script1013].cs2 b/dumps/530/script/[proc,script1013].cs2 deleted file mode 100644 index ddae2a3cd..000000000 --- a/dumps/530/script/[proc,script1013].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1013 -[proc,script1013](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Allotments", 1); - case 1 : - return("Hops", 1); - case 2 : - return("Trees", 1); - case 3 : - return("Fruit Trees", 1); - case 4 : - return("Bushes", 1); - case 5 : - return("Flowers", 1); - case 6 : - return("Herbs", 1); - case 7 : - return("Special", 1); - case 8 : - return("Scarecrows", 1); - case 9 : - return("Milestones", 1); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1014].cs2 b/dumps/530/script/[proc,script1014].cs2 deleted file mode 100644 index 808506b51..000000000 --- a/dumps/530/script/[proc,script1014].cs2 +++ /dev/null @@ -1,171 +0,0 @@ -// 1014 -[proc,script1014](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_1942, "Potato", "You can now plant potatoes."); - case 1 : - return(5, obj_1957, "Onion", "You can now plant onions."); - case 2 : - return(7, obj_1965, "Cabbage", "You can now plant cabbages."); - case 3 : - return(12, obj_1982, "Tomato", "You can now plant tomatoes."); - case 4 : - return(20, obj_5986, "Sweetcorn", "You can now plant sweetcorn."); - case 5 : - return(31, obj_5504, "Strawberry", "You can now plant strawberries."); - case 6 : - return(47, obj_5982, "Watermelon", "You can now plant watermelons."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(3, obj_6006, "Barley", "You can now plant barley."); - case 1 : - return(4, obj_5994, "Hammerstone hop", "You can now plant hammerstone hops."); - case 2 : - return(8, obj_5996, "Asgarnian hop", "You can now plant Asgarnian hops."); - case 3 : - return(13, obj_5931, "Jute plant", "You can now plant jute plants."); - case 4 : - return(16, obj_5998, "Yanillian hop", "You can now plant Yanillian hops."); - case 5 : - return(21, obj_6000, "Krandorian hop", "You can now plant Krandorian hops."); - case 6 : - return(28, obj_6002, "Wildblood hop", "You can now plant wildblood hops."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(15, obj_1521, "Oak tree", "You can now plant oak trees."); - case 1 : - return(30, obj_1519, "Willow tree", "You can now plant willow trees."); - case 2 : - return(45, obj_1517, "Maple tree", "You can now plant maple trees."); - case 3 : - return(60, obj_1515, "Yew tree", "You can now plant yew trees."); - case 4 : - return(75, obj_1513, "Magic tree", "You can now plant magic trees."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(27, obj_1955, "Apple tree", "You can now plant apple trees."); - case 1 : - return(33, obj_1963, "Banana tree", "You can now plant banana trees."); - case 2 : - return(39, obj_2108, "Orange tree", "You can now plant orange trees."); - case 3 : - return(42, obj_5970, "Curry tree", "You can now plant curry trees."); - case 4 : - return(51, obj_2114, "Pineapple plant", "You can now plant pineapple plants."); - case 5 : - return(57, obj_5972, "Papaya tree", "You can now plant papaya trees."); - case 6 : - return(68, obj_5974, "Palm tree", "You can now plant palm trees."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(10, obj_1951, "Redberry bush", "You can now plant redberry bushes."); - case 1 : - return(22, obj_753, "Cadavaberry bush", "You can now plant cadavaberry bushes."); - case 2 : - return(36, obj_2126, "Dwellberry bush", "You can now plant dwellberry bushes."); - case 3 : - return(48, obj_247, "Jangerberry bush", "You can now plant jangerberry bushes."); - case 4 : - return(59, obj_239, "White berry bush", "You can now plant white berry bushes."); - case 5 : - return(70, obj_6018, "Poison ivy bush", "You can now plant poison ivy bushes."); - } - case 5 : - switch_int ($int1) { - case 0 : - return(2, obj_6010, "Marigold
Protects onions, tomatoes and potatoes from disease", "You can now plant marigolds."); - case 1 : - return(11, obj_6014, "Rosemary
Protects cabbages from disease", "You can now plant rosemary."); - case 2 : - return(24, obj_6012, "Nasturtium
Protects watermelons from disease", "You can now plant nasturtiums."); - case 3 : - return(25, obj_5738, "Woad", "You can now plant woad."); - case 4 : - return(26, obj_225, "Limpwurt", "You can now plant limpwurt."); - case 5 : - return(52, obj_14583, "White lily
Protects all neighbouring fruit and vegetables from disease", "You can now plant white lilies."); - } - case 6 : - switch_int ($int1) { - case 0 : - return(9, obj_249, "Guam", "You can now plant guam."); - case 1 : - return(14, obj_251, "Marrentill", "You can now plant marrentill."); - case 2 : - return(19, obj_253, "Tarromin", "You can now plant tarromin."); - case 3 : - return(26, obj_255, "Harralander", "You can now plant harralander."); - case 4 : - return(29, obj_3261, "Goutweed
(after Eadgar's Ruse)", "You now have the Farming level required to plant goutweed (after Eadgar's Ruse)."); - case 5 : - return(32, obj_257, "Ranarr", "You can now plant ranarr ."); - case 6 : - return(36, obj_12172, "Spirit weed", "You can now plant spirit weed."); - case 7 : - return(38, obj_2998, "Toadflax", "You can now plant toadflax."); - case 8 : - return(44, obj_259, "Irit", "You can now plant irit."); - case 9 : - return(50, obj_261, "Avantoe", "You can now plant avantoe."); - case 10 : - return(56, obj_263, "Kwuarm", "You can now plant kwuarm."); - case 11 : - return(62, obj_3000, "Snapdragon", "You can now plant snapdragon."); - case 12 : - return(67, obj_265, "Cadantine", "You can now plant cadantine."); - case 13 : - return(73, obj_2481, "Lantadyme", "You can now plant lantadyme."); - case 14 : - return(79, obj_267, "Dwarf weed", "You can now plant dwarf weed."); - case 15 : - return(85, obj_269, "Torstol", "You can now plant torstol."); - } - case 7 : - switch_int ($int1) { - case 0 : - return(42, obj_12134, "Evil turnip", "You can now plant evil turnips."); - case 1 : - return(53, obj_6004, "Bittercap mushroom", "You can now plant bittercap mushrooms."); - case 2 : - return(53, obj_11779, "Jade vine
(after Back to My Roots)", "You now have the Farming level required to plant jade vines (after Back to my Roots)."); - case 3 : - return(55, obj_6016, "Cactus", "You can now plant cacti."); - case 4 : - return(63, obj_2398, "Belladonna", "You can now plant belladonna."); - case 5 : - return(72, obj_5980, "Calquat tree", "You can now plant calquat trees."); - case 6 : - return(83, obj_6063, "Spirit tree
(only 1 planted at a time)", "You can now plant spirit trees."); - } - case 8 : - switch_int ($int1) { - case 0 : - return(23, obj_6059, "Able to make and place a scarecrow", "You now have the ability to make and place a scarecrow."); - case 1 : - return(-1, obj_7620, "Scarecrows help to stop sweetcorn from being attacked by birds, while also helping to prevent disease.", ""); - case 2 : - return(-1, obj_7620, "How to make a scarecrow:", ""); - case 3 : - return(-1, obj_7620, "1. Fill an empty sack with straw from a haystack.", ""); - case 4 : - return(-1, obj_7620, "2. Drive the hay sack onto a bronze spear.", ""); - case 5 : - return(-1, obj_7620, "3. Place a watermelon at the very top as a head.", ""); - case 6 : - return(-1, obj_7620, "4. Stand the scarecrow in an empty flower patch.", ""); - } - case 9 : - if ($int1 = 0) { - return(99, obj_9810, "Skill mastery", "Congratulations! You are now a master of Farming. Why not visit Martin the Master Gardener in Draynor Village? He has something special that is only available to true masters of the Farming skill!"); - } -} diff --git a/dumps/530/script/[proc,script1015].cs2 b/dumps/530/script/[proc,script1015].cs2 deleted file mode 100644 index 2ba130b97..000000000 --- a/dumps/530/script/[proc,script1015].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1015 -[proc,script1015](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Ores", 0); - case 1 : - return("Pickaxes", 0); - case 2 : - return("Other", 1); - case 3 : - return("Shooting Stars", 1); - case 4 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1016].cs2 b/dumps/530/script/[proc,script1016].cs2 deleted file mode 100644 index 24141a53f..000000000 --- a/dumps/530/script/[proc,script1016].cs2 +++ /dev/null @@ -1,99 +0,0 @@ -// 1016 -[proc,script1016](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_1436, "Rune essence
(after Rune Mysteries)", "You now have the Mining level required to mine rune essence (after Rune Mysteries)."); - case 1 : - return(1, obj_434, "Clay", "You can now mine clay."); - case 2 : - return(1, obj_436, "Copper ore", "You can now mine copper ore."); - case 3 : - return(1, obj_438, "Tin ore", "You can now mine tin ore."); - case 4 : - return(10, obj_3211, "Members: Limestone", "Members can now mine limestone."); - case 5 : - return(10, obj_668, "Blurite ore", "You can now mine blurite ore."); - case 6 : - return(15, obj_440, "Iron ore", "You can now mine iron ore."); - case 7 : - return(20, obj_2892, "Members: Elemental ore
(after starting Elemental Workshop)", "Members now have the Mining level required to mine elemental ore (after starting Elemental Workshop)."); - case 8 : - return(20, obj_442, "Silver ore", "You can now mine silver ore."); - case 9 : - return(30, obj_453, "Coal", "You can now mine coal."); - case 10 : - return(30, obj_7936, "Members: Pure essence
(after Rune Mysteries)", "Members now have the Mining level required to mine pure essence (after Rune Mysteries)."); - case 11 : - return(35, obj_6977, "Members: Sandstone", "Members can now mine sandstone."); - case 12 : - return(40, obj_444, "Gold", "You can now mine gold."); - case 13 : - return(45, obj_6983, "Members: Granite", "Members can now mine granite."); - case 14 : - return(46, obj_12630, "Members: Rubium ore
(after Kennith's Concerns)", "Members can now mine rubium ore (after Kennith's Concerns)."); - case 15 : - return(55, obj_447, "Mithril ore", "You can now mine mithril ore."); - case 16 : - return(70, obj_449, "Adamantite ore", "You can now mine adamantite ore."); - case 17 : - return(85, obj_451, "Runite ore", "You can now mine runite ore."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_1265, "Bronze pickaxe", "You can now use bronze pickaxes."); - case 1 : - return(1, obj_1267, "Iron pickaxe", "You can now use iron pickaxes."); - case 2 : - return(6, obj_1269, "Steel pickaxe", "You can now use steel pickaxes."); - case 3 : - return(21, obj_1273, "Mithril pickaxe", "You can now use mithril pickaxes."); - case 4 : - return(31, obj_1271, "Adamant pickaxe", "You can now use adamant pickaxes."); - case 5 : - return(41, obj_1275, "Rune pickaxe", "You can now use rune pickaxes."); - case 6 : - return(41, obj_13661, "Members: Inferno Adze
(after All Fired Up, with 92 Firemaking)", "Members can now use the Inferno Adze to mine with (after All Fired Up and with level 92 Firemaking)."); - } - case 2 : - if ($int1 = 0) { - return(40, obj_1603, "Gem rocks
(after Shilo Village)", "Members now have the Mining level required to mine gem rocks (after Shilo Village)."); - } - if ($int1 = 1) { - return(41, obj_13245, "Stone slab
(with rune pickaxe, after starting TokTz-Ket-Dill)", "Members now have the Mining level required to mine stone slabs with rune pickaxes (after starting TokTz-Ket-Dill)."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(10, obj_13727, "Size-1 stars", "Members can now mine size-1 crashed stars."); - case 1 : - return(20, obj_13727, "Size-2 stars", "Members can now mine size-2 crashed stars."); - case 2 : - return(30, obj_13727, "Size-3 stars", "Members can now mine size-3 crashed stars."); - case 3 : - return(40, obj_13727, "Size-4 stars", "Members can now mine size-4 crashed stars."); - case 4 : - return(50, obj_13727, "Size-5 stars", "Members can now mine size-5 crashed stars."); - case 5 : - return(60, obj_13727, "Size-6 stars", "Members can now mine size-6 crashed stars."); - case 6 : - return(70, obj_13727, "Size-7 stars", "Members can now mine size-7 crashed stars."); - case 7 : - return(80, obj_13727, "Size-8 stars", "Members can now mine size-8 crashed stars."); - case 8 : - return(90, obj_13727, "Size-9 stars", "Members can now mine size-9 crashed stars."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(25, obj_5079, "Mining Tutor - new info", "There is new information available from the Mining Tutor south of Lumbridge."); - case 1 : - return(39, obj_5079, "Mining Tutor - new info", "There is new information available from the Mining Tutor south of Lumbridge."); - case 2 : - return(60, obj_447, "Mining Guild", "You can now enter the world-famous Mining Guild."); - case 3 : - return(99, obj_9792, "Skill mastery", "Congratulations! You are now a master miner. Why not visit the dwarf who guards the entrance to the Mining Guild? He has something special that is only available to true masters of the Mining skill!"); - } -} diff --git a/dumps/530/script/[proc,script1017].cs2 b/dumps/530/script/[proc,script1017].cs2 deleted file mode 100644 index 2f751e31e..000000000 --- a/dumps/530/script/[proc,script1017].cs2 +++ /dev/null @@ -1,34 +0,0 @@ -// 1017 -[proc,script1017](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Meats", 0); - case 1 : - return("Bread", 0); - case 2 : - return("Pies", 0); - case 3 : - return("Stews", 0); - case 4 : - return("Pizzas", 0); - case 5 : - return("Cakes", 0); - case 6 : - return("Wine", 0); - case 7 : - return("Hot Drinks", 1); - case 8 : - return("Brewing", 1); - case 9 : - return("Potatoes & Toppings", 1); - case 10 : - return("Dairy", 1); - case 11 : - return("Gnome", 1); - case 12 : - return("Minigames", 1); - case 13 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1018].cs2 b/dumps/530/script/[proc,script1018].cs2 deleted file mode 100644 index d3e6ddc07..000000000 --- a/dumps/530/script/[proc,script1018].cs2 +++ /dev/null @@ -1,392 +0,0 @@ -// 1018 -[proc,script1018](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_2142, "Meat", "You can now cook meat."); - case 1 : - return(1, obj_9436, "Members: Sinew", "You can now make sinew by drying beef or bear meat on a range."); - case 2 : - return(1, obj_315, "Shrimp", "You can now cook shrimp."); - case 3 : - return(1, obj_13433, "Crayfish", "You can now cook crayfish."); - case 4 : - return(1, obj_2140, "Chicken", "You can now cook chicken."); - case 5 : - return(1, obj_3228, "Members: Rabbit", "Members can now cook rabbits."); - case 6 : - return(1, obj_319, "Anchovies", "You can now cook anchovies."); - case 7 : - return(1, obj_325, "Sardine", "You can now cook sardines."); - case 8 : - return(1, obj_3151, "Members: Karambwanji", "Members can now cook karambwanji."); - case 9 : - return(1, obj_3146, "Members: Karambwan", "Members can now cook karambwan."); - case 10 : - return(1, obj_1885, "Members: Ugthanki kebab", "Members can now cook ugthanki kebabs."); - case 11 : - return(5, obj_347, "Herring", "You can now cook herring."); - case 12 : - return(10, obj_355, "Members: Mackerel", "Members can now cook mackerel."); - case 13 : - return(11, obj_9980, "Members: Roasted bird meat", "Members can now roast bird meat on an iron spit."); - case 14 : - return(12, obj_3369, "Members: Thin snail", "Members can now cook thin snails."); - case 15 : - return(15, obj_333, "Trout", "You can now cook trout."); - case 16 : - return(16, obj_6297, "Members: Spider", "Members can now cook spiders."); - case 17 : - return(16, obj_7223, "Members: Roasted rabbit", "Members can now roast rabbits on a spit."); - case 18 : - return(17, obj_3371, "Members: Lean snail", "Members can now cook lean snails."); - case 19 : - return(18, obj_339, "Members: Cod", "Members can now cook cod."); - case 20 : - return(20, obj_351, "Pike", "You can now cook pike."); - case 21 : - return(21, obj_9988, "Members: Roasted beast meat", "Members can now roast beast meat on a spit."); - case 22 : - return(21, obj_7521, "Members: Giant crab meat", "Members can now cook giant crab meat."); - case 23 : - return(22, obj_3373, "Members: Fat snail", "Members can now cook fat snails."); - case 24 : - return(25, obj_329, "Salmon", "You can now cook salmon."); - case 25 : - return(28, obj_3381, "Members: Slimy eel", "Members can now cook slimy eels."); - case 26 : - return(30, obj_361, "Tuna", "You can now cook tuna."); - case 27 : - return(30, obj_2878, "Members: Roasted chompy", "Members can now roast chompies on a spit."); - case 28 : - return(31, obj_7530, "Members: Fishcake", "Members can now cook fishcakes."); - case 29 : - return(35, obj_10136, "Members: Rainbow fish", "Members can now cook rainbow fish."); - case 30 : - return(38, obj_5003, "Members: Cave eel", "Members can now cook cave eels."); - case 31 : - return(40, obj_379, "Lobster", "You can now cook lobsters."); - case 32 : - return(41, obj_7568, "Members: Jubbly", "Members can now cook jubblies."); - case 33 : - return(43, obj_365, "Members: Bass", "Members can now cook bass."); - case 34 : - return(45, obj_373, "Swordfish", "You can now cook swordfish."); - case 35 : - return(50, obj_2343, "Members: Oomlie wrap", "Members can now cook oomlie wraps."); - case 36 : - return(53, obj_2149, "Members: Lava eel", "Members can now cook lava eels."); - case 37 : - return(62, obj_7946, "Members: Monkfish", "Members can now cook monkfish."); - case 38 : - return(80, obj_385, "Members: Shark", "Members can now cook sharks."); - case 39 : - return(82, obj_397, "Members: Sea turtle", "Members can now cook sea turtles."); - case 40 : - return(91, obj_391, "Members: Manta ray", "Members can now cook manta rays."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_2309, "Bread", "You can now bake bread."); - case 1 : - return(58, obj_1865, "Members: Pitta bread", "Members can now bake pitta bread."); - case 2 : - return(-1, obj_7620, "To make bread:", ""); - case 3 : - return(-1, obj_7620, "1. Pick some grain and take it to a windmill to make flour.", ""); - case 4 : - return(-1, obj_7620, "2. Use a pot to collect the flour you have made.", ""); - case 5 : - return(-1, obj_7620, "3. Fill a bucket or jug with water from a sink or fountain.", ""); - case 6 : - return(-1, obj_7620, "4. Mix the flour and water to make some bread dough.", ""); - case 7 : - return(-1, obj_7620, "5. Cook the dough by using it with a stove.", ""); - } - case 2 : - switch_int ($int1) { - case 0 : - return(10, obj_2325, "Redberry pie", "You can now bake redberry pies."); - case 1 : - return(20, obj_2327, "Meat pie", "You can now bake meat pies."); - case 2 : - return(29, obj_7170, "Members: Mud pie", "Members can now bake mud pies."); - case 3 : - return(30, obj_2323, "Apple pie", "You can now bake apple pies."); - case 4 : - return(34, obj_7178, "Members: Garden pie", "Members can now bake garden pies."); - case 5 : - return(47, obj_7188, "Members: Fish pie", "Members can now bake fish pies."); - case 6 : - return(70, obj_7198, "Members: Admiral pie", "Members can now bake admiral pies."); - case 7 : - return(85, obj_7208, "Members: Wild pie", "Members can now bake wild pies."); - case 8 : - return(95, obj_7218, "Members: Summer pie", "Members can now bake summer pies."); - case 9 : - return(-1, obj_7620, "To make a pie:", ""); - case 10 : - return(-1, obj_7620, "1. Mix flour and water to make pastry dough.", ""); - case 11 : - return(-1, obj_7620, "2. Place the dough in an empty pie dish.", ""); - case 12 : - return(-1, obj_7620, "3. Use your choice of filling with the empty pie (refer to pie recipe book).", ""); - case 13 : - return(-1, obj_7620, "4. Cook the pie by using it with a stove.", ""); - } - case 3 : - switch_int ($int1) { - case 0 : - return(25, obj_2003, "Stew", "You can now make stews."); - case 1 : - return(60, obj_2011, "Members: Curry", "Members can now make curries."); - case 2 : - return(-1, obj_7620, "To make stew:", ""); - case 3 : - return(-1, obj_7620, "1. Obtain a bowl and fill it with water from a sink or fountain.", ""); - case 4 : - return(-1, obj_7620, "2. Pick a potato and place it in the bowl.", ""); - case 5 : - return(-1, obj_7620, "3. Cook some meat and place it in the bowl.", ""); - case 6 : - return(-1, obj_7620, "4. Cook the stew by using it with a stove or fire.", ""); - case 7 : - return(-1, obj_7620, "After completing Evil Dave's miniquest from Recipe for Disaster, I can add spices to cooked stew.", ""); - case 8 : - return(-1, obj_7620, "To make curry: make uncooked stew as above. Before cooking, add some spices or 3 curry leaves.", ""); - } - case 4 : - switch_int ($int1) { - case 0 : - return(35, obj_2289, "Plain pizza", "You can now cook plain pizzas."); - case 1 : - return(45, obj_2293, "Meat pizza", "You can now cook meat pizzas."); - case 2 : - return(55, obj_2297, "Anchovy pizza", "You can now cook anchovy pizzas."); - case 3 : - return(65, obj_2301, "Members: Pineapple pizza", "Members can now make pineapple pizzas."); - case 4 : - return(-1, obj_7620, "To make a pizza:", ""); - case 5 : - return(-1, obj_7620, "1. Mix flour and water to make a pizza base.", ""); - case 6 : - return(-1, obj_7620, "2. Add a tomato to the pizza.", ""); - case 7 : - return(-1, obj_7620, "3. Add some cheese to the pizza.", ""); - case 8 : - return(-1, obj_7620, "4. Cook the pizza by using it with a stove.", ""); - case 9 : - return(-1, obj_7620, "5. Add your choice of topping to the pizza.", ""); - } - case 5 : - switch_int ($int1) { - case 0 : - return(40, obj_1891, "Cake", "You can now bake cakes."); - case 1 : - return(50, obj_1897, "Chocolate cake", "You can now bake chocolate cakes."); - case 2 : - return(-1, obj_7620, "To make a cake:", ""); - case 3 : - return(-1, obj_7620, "1. Mix flour, eggs and milk together in a cake tin.", ""); - case 4 : - return(-1, obj_7620, "2. Cook the cake by using it with a stove.", ""); - case 5 : - return(-1, obj_7620, "3. Optional: Buy some chocolate and add it to the cake to make a chocolate cake.", ""); - } - case 6 : - switch_int ($int1) { - case 0 : - return(35, obj_1993, "Wine", "You can now ferment wine."); - case 1 : - return(-1, obj_7620, "To make wine:", ""); - case 2 : - return(-1, obj_7620, "1. Fill a jug with water.", ""); - case 3 : - return(-1, obj_7620, "2. Use grapes with the jug of water.", ""); - case 4 : - return(-1, obj_7620, "3. Wait until the wine ferments.", ""); - case 5 : - return(-1, obj_7620, "The wine will ferment when left in your inventory or the bank.", ""); - } - case 7 : - switch_int ($int1) { - case 0 : - return(20, obj_4242, "Nettle tea", "Members can now make nettle tea."); - case 1 : - return(-1, obj_7620, "To make nettle tea:", ""); - case 2 : - return(-1, obj_7620, "1. Fill a bowl with water.", ""); - case 3 : - return(-1, obj_7620, "2. Put some picked nettles into the bowl of water.", ""); - case 4 : - return(-1, obj_7620, "3. Boil the nettle-water by using it with a range or a fire.", ""); - case 5 : - return(-1, obj_7620, "4. Use the bowl of nettle tea with a cup.", ""); - case 6 : - return(-1, obj_7620, "5. If you take milk, use a bucket of milk on the nettle tea.", ""); - } - case 8 : - switch_int ($int1) { - case 0 : - return(14, obj_5763, "Cider
4 Apple mush", "Members can now make apple mush."); - case 1 : - return(19, obj_1913, "Dwarven Stout
4 Hammerstone hops", "Members can now brew Dwarven Stout."); - case 2 : - return(24, obj_1905, "Asgarnian Ale
4 Asgarnian hops", "Members can now brew Asgarnian Ale."); - case 3 : - return(29, obj_1909, "Greenman's Ale
4 Harralander leaves", "Members can now brew Greenman's Ale."); - case 4 : - return(34, obj_1907, "Wizard's mind bomb
4 Yanillian hops", "Members can now brew Wizard's Mind Bomb."); - case 5 : - return(39, obj_1911, "Dragon Bitter
4 Krandorian hops", "Members can now brew Dragon Bitter."); - case 6 : - return(44, obj_2955, "Moonlight Mead
4 Bittercap mushrooms", "Members can now brew Moonlight Mead."); - case 7 : - return(49, obj_5751, "Axeman's folly
1 Oak root", "Members can now brew Axeman's Folly."); - case 8 : - return(54, obj_5755, "Chef's Delight
4 Portions of chocolate dust", "Members can now brew Chef's Delight."); - case 9 : - return(59, obj_5759, "Slayer's Respite
4 Wildblood hops", "Members can now brew Slayer's Respite."); - } - case 9 : - switch_int ($int1) { - case 0 : - return(7, obj_6701, "Baked potato", "Members can now cook baked potatoes."); - case 1 : - return(9, obj_7072, "Spicy sauce (topping ingredient)", "Members can now make spicy sauce toppings."); - case 2 : - return(11, obj_7062, "Chilli con carne (topping)", "Members can now make chilli con carne toppings."); - case 3 : - return(13, obj_7078, "Scrambled egg (topping ingredient)", "Members can now make scrambled egg toppings."); - case 4 : - return(23, obj_7064, "Scrambled egg and tomato (topping)", "Members can now make scrambled egg and tomato toppings."); - case 5 : - return(28, obj_5988, "Sweetcorn", "Members can now cook sweetcorn."); - case 6 : - return(39, obj_6703, "Baked potato with butter", "Members can now cook baked potatoes with butter."); - case 7 : - return(41, obj_7054, "Baked potato with chilli con carne", "Members can now cook baked potatoes with chilli con carne."); - case 8 : - return(42, obj_7084, "Fried onion (topping ingredient)", "Members can now make fried onion toppings."); - case 9 : - return(46, obj_7082, "Fried mushroom (topping ingredient)", "Members can now make fried mushroom toppings."); - case 10 : - return(47, obj_6705, "Baked potato with butter and cheese", "Members can now cook baked potatoes with butter and cheese."); - case 11 : - return(51, obj_7056, "Baked potato with egg and tomato", "Members can now cook baked potatoes with egg and tomato."); - case 12 : - return(57, obj_7066, "Fried mushroom and onion (topping)", "Members can now make fried mushroom and onion toppings."); - case 13 : - return(64, obj_7058, "Baked potato with mushroom and onion", "Members can now cook baked potatoes with mushroom and onion."); - case 14 : - return(67, obj_7068, "Tuna and sweetcorn (topping)", "Members can now make tuna and sweetcorn toppings."); - case 15 : - return(68, obj_7060, "Baked potato with tuna and sweetcorn", "Members can now cook baked potatoes with tuna and sweetcorn."); - case 16 : - return(-1, obj_7620, "To make baked potatoes with toppings:", ""); - case 17 : - return(-1, obj_7620, "1. Bake the potato on a range.", ""); - case 18 : - return(-1, obj_7620, "2. Add some butter.", ""); - case 19 : - return(-1, obj_7620, "3. If needed, combine topping ingredients by chopping them into a bowl.", ""); - case 20 : - return(-1, obj_7620, "Ingredients for toppings:", ""); - case 21 : - return(-1, obj_7620, "1. Chilli con carne: meat and spicy sauce (made from garlic and gnome spice)", ""); - case 22 : - return(-1, obj_7620, "2. Egg and tomato: scrambled egg and tomato", ""); - case 23 : - return(-1, obj_7620, "3. Mushroom and onion: fried bittercap mushroom and fried onion", ""); - case 24 : - return(-1, obj_7620, "4. Tuna and sweetcorn: tuna and cooked sweetcorn", ""); - } - case 10 : - switch_int ($int1) { - case 0 : - return(4, obj_1977, "Chocolate milk", "Members can now make chocolate milk."); - case 1 : - return(21, obj_2130, "Cream", "Members can now churn cream."); - case 2 : - return(38, obj_6697, "Butter", "Members can now churn butter."); - case 3 : - return(48, obj_1985, "Cheese", "Members can now churn cheese."); - case 4 : - return(-1, obj_7620, "To make churned dairy products:", " "); - case 5 : - return(-1, obj_7620, "1. Get a bucket of milk, a pot of cream or a pot of butter.", " "); - case 6 : - return(-1, obj_7620, "2. Use the milk, cream or butter in a churn.", " "); - case 7 : - return(-1, obj_7620, "3. Milk can be churned into cream, then into butter, then into cheese.", " "); - } - case 11 : - switch_int ($int1) { - case 0 : - return(6, obj_2084, "Fruit Blast", "Members can now mix Fruit Blasts."); - case 1 : - return(8, obj_2048, "Pineapple punch", "Members can now mix pineapple punch."); - case 2 : - return(10, obj_2217, "Toad crunchies", "Members can now cook toad crunchies."); - case 3 : - return(12, obj_2213, "Spicy crunchies", "Members can now cook spicy crunchies."); - case 4 : - return(14, obj_2205, "Worm crunchies", "Members can now cook worm crunchies."); - case 5 : - return(16, obj_2209, "Chocolate chip crunchies", "Members can now cook chocolate chip crunchies."); - case 6 : - return(18, obj_2054, "Wizard Blizzard", "Members can now mix Wizard Blizzards."); - case 7 : - return(20, obj_2080, "Short Green Guy (SGG)", "Members can now mix Short Green Guys."); - case 8 : - return(25, obj_2277, "Fruit batta", "Members can now cook fruit battas."); - case 9 : - return(26, obj_2255, "Toad batta", "Members can now cook toad battas."); - case 10 : - return(27, obj_2253, "Worm batta", "Members can now cook worm battas."); - case 11 : - return(28, obj_2281, "Vegetable batta", "Members can now cook vegetable battas."); - case 12 : - return(29, obj_2259, "Cheese and tomato batta", "Members can now cook cheese and tomato battas."); - case 13 : - return(30, obj_2191, "Worm hole", "Members can now cook worm holes."); - case 14 : - return(32, obj_2092, "Drunk Dragon", "Members can now mix Drunk Dragons."); - case 15 : - return(33, obj_2074, "Chocolate Saturday", "Members can now mix Chocolate Saturdays."); - case 16 : - return(35, obj_2195, "Vegetable ball", "Members can now cook vegetable balls."); - case 17 : - return(37, obj_2064, "Blurberry Special", "Members can now mix Blurberry Specials."); - case 18 : - return(40, obj_2187, "Tangled toads' legs", "Members can now cook tangled toads' legs."); - case 19 : - return(42, obj_2185, "Chocolate bomb", "Members can now cook chocolate bombs."); - } - case 12 : - switch_int ($int1) { - case 0 : - return(1, obj_14162, "Stealing Creation - class 1 food", "Members can now cook class 1 food in the Stealing Creation minigame."); - case 1 : - return(20, obj_14164, "Stealing Creation - class 2 food", "Members can now cook class 2 food in the Stealing Creation minigame."); - case 2 : - return(40, obj_14166, "Stealing Creation - class 3 food", "Members can now cook class 3 food in the Stealing Creation minigame."); - case 3 : - return(60, obj_14168, "Stealing Creation - class 4 food", "Members can now cook class 4 food in the Stealing Creation minigame."); - case 4 : - return(80, obj_14170, "Stealing Creation - class 5 food", "Members can now cook class 5 food in the Stealing Creation minigame."); - } - case 13 : - switch_int ($int1) { - case 0 : - return(26, obj_5079, "Cooking Tutor - new info", "There is new information available from the Cooking Tutor in Lumbridge."); - case 1 : - return(32, obj_1949, "Chefs' Guild", "You are now qualified to enter the prestigious Chefs' Guild."); - case 2 : - return(36, obj_5079, "Cooking Tutor - new info", "There is new information available from the Cooking Tutor in Lumbridge."); - case 3 : - return(99, obj_9801, "Skill mastery", "Congratulations! You are now a master of Cooking. Why not visit the head chef at the Cooking Guild? He has something special that is only available to true masters of the Cooking skill!"); - } -} diff --git a/dumps/530/script/[proc,script1019].cs2 b/dumps/530/script/[proc,script1019].cs2 deleted file mode 100644 index 8e7771e72..000000000 --- a/dumps/530/script/[proc,script1019].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1019 -[proc,script1019](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Familiars", 1); - case 1 : - return("Summoning Scrolls", 1); - case 2 : - return("Pets", 1); - case 3 : - return("Equipment", 1); - case 4 : - return("Minigames", 1); - case 5 : - return("Milestones", 1); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1020].cs2 b/dumps/530/script/[proc,script1020].cs2 deleted file mode 100644 index 0a603c7e9..000000000 --- a/dumps/530/script/[proc,script1020].cs2 +++ /dev/null @@ -1,397 +0,0 @@ -// 1020 -[proc,script1020](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_12047, "Spirit wolf - Attack XP
Gold charm, wolf bones, 7 shards", "You can now infuse spirit wolf pouches."); - case 1 : - return(4, obj_12043, "Dreadfowl - Magic XP
Gold charm, raw chicken, 8 shards", "You can now infuse dreadfowl pouches."); - case 2 : - return(10, obj_12059, "Spirit spider - Controlled XP
Gold charm, spider carcass, 8 shards", "You can now infuse spirit spider pouches."); - case 3 : - return(13, obj_12019, "Thorny snail - Ranged XP
Gold charm, raw thin snail, 9 shards", "You can now infuse thorny snail pouches."); - case 4 : - return(16, obj_12009, "Granite crab - Defence XP
Gold charm, iron ore, 7 shards", "You can now infuse granite crab pouches."); - case 5 : - return(17, obj_12778, "Spirit mosquito - Attack XP
Gold charm, proboscis, 1 shard", "You can infuse spirit mosquito pouches."); - case 6 : - return(18, obj_12049, "Desert wyrm - Strength XP
Green charm, bucket of sand, 45 shards", "You can now infuse desert wyrm pouches."); - case 7 : - return(19, obj_12055, "Spirit scorpion - Controlled XP
Crimson charm, bronze claws, 57 shards", "You can now infuse spirit scorpion pouches."); - case 8 : - return(22, obj_12808, "Spirit Tz-Kih - Magic XP
Crimson charm, obsidian charm, 64 shards", "You can now infuse spirit Tz-Kih pouches."); - case 9 : - return(23, obj_12067, "Albino rat - Attack XP
Blue charm, raw rat meat, 75 shards", "You can now infuse albino rat pouches."); - case 10 : - return(25, obj_12063, "Spirit kalphite - Defence XP
Blue charm, potato cactus, 51 shards", "You can now infuse spirit kalphite pouches."); - case 11 : - return(28, obj_12091, "Compost mound - Strength XP
Green charm, compost, 47 shards", "You can now infuse compost mound pouches."); - case 12 : - return(29, obj_12800, "Giant chinchompa - Ranged XP
Blue charm, chinchompa, 84 shards", "You can now infuse giant chinchompa pouches."); - case 13 : - return(31, obj_12053, "Vampire bat - Controlled XP
Crimson charm, vampire dust, 81 shards", "You can now infuse vampire bat pouches."); - case 14 : - return(32, obj_12065, "Honey badger - Strength XP
Crimson charm, honeycomb, 84 shards", "You can now infuse honey badger pouches."); - case 15 : - return(33, obj_12021, "Beaver
Green charm, willow logs, 72 shards", "You can now infuse beaver pouches."); - case 16 : - return(34, obj_12818, "Void ravager - Strength XP
Green charm, ravager charm, 74 shards", "You can now infuse void ravager pouches."); - case 17 : - return(34, obj_12780, "Void spinner - Defence XP
Blue charm, spinner charm, 74 shards", "You can now infuse void spinner pouches."); - case 18 : - return(34, obj_12798, "Void torcher - Magic XP
Blue charm, torcher charm, 74 shards", "You can now infuse void torcher pouches."); - case 19 : - return(34, obj_12814, "Void shifter - Attack XP
Blue charm, shifter charm, 74 shards", "You can now infuse void shifter pouches."); - case 20 : - return(36, obj_12073, "Bronze minotaur - Defence XP
Blue charm, bronze bar, 102 shards", "You can now infuse bronze minotaur pouches."); - case 21 : - return(40, obj_12087, "Bull ant - Controlled XP
Gold charm, marigolds, 11 shards", "You can now infuse bull ant pouches."); - case 22 : - return(41, obj_12071, "Macaw
Green charm, guam, 78 shards", "You can now infuse macaw pouches."); - case 23 : - return(42, obj_12051, "Evil turnip - Ranged XP
Crimson charm, carved turnip, 104 shards", "You can now infuse evil turnip pouches."); - case 24 : - return(43, obj_12095, "Spirit cockatrice - Magic XP
Green charm, cockatrice egg, 88 shards", "You can now infuse spirit cockatrice pouches."); - case 25 : - return(43, obj_12097, "Spirit guthatrice - Magic XP
Green charm, guthatrice egg, 88 shards", "You can now infuse spirit guthatrice pouches."); - case 26 : - return(43, obj_12099, "Spirit saratrice - Magic XP
Green charm, saratrice egg, 88 shards", "You can now infuse spirit saratrice pouches."); - case 27 : - return(43, obj_12101, "Spirit zamatrice - Magic XP
Green charm, zamatrice egg, 88 shards", "You can now infuse spirit zamatrice pouches."); - case 28 : - return(43, obj_12103, "Spirit pengatrice - Magic XP
Green charm, pengatrice egg, 88 shards", "You can now infuse spirit pengatrice pouches."); - case 29 : - return(43, obj_12105, "Spirit coraxatrice - Magic XP
Green charm, coraxatrice egg, 88 shards", "You can now infuse spirit coraxatrice pouches."); - case 30 : - return(43, obj_12107, "Spirit vulatrice - Magic XP
Green charm, vulatrice egg, 88 shards", "You can now infuse spirit vulatrice pouches."); - case 31 : - return(46, obj_12075, "Iron minotaur - Defence XP
Blue charm, iron bar, 125 shards", "You can now infuse iron minotaur pouches."); - case 32 : - return(46, obj_12816, "Pyrelord - Strength XP
Crimson charm, tinderbox, 111 shards", "You can now infuse pyrelord pouches."); - case 33 : - return(47, obj_12041, "Magpie
Green charm, gold ring, 88 shards", "You can now infuse magpie pouches."); - case 34 : - return(49, obj_12061, "Bloated leech - Attack XP
Crimson charm, raw beef, 117 shards", "You can now infuse bloated leech pouches."); - case 35 : - return(52, obj_12007, "Spirit terrorbird - Controlled XP
Gold charm, raw bird meat, 12 shards", "You can now infuse spirit terrorbird pouches."); - case 36 : - return(54, obj_12035, "Abyssal parasite - Magic XP
Green charm, abyssal charm, 106 shards", "You can now infuse abyssal parasite pouches."); - case 37 : - return(55, obj_12027, "Spirit jelly - Strength XP
Blue charm, jug of water, 151 shards", "You can now infuse spirit jelly pouches."); - case 38 : - return(56, obj_12077, "Steel minotaur - Defence XP
Blue charm, steel bar, 141 shards", "You can now infuse steel minotaur pouches."); - case 39 : - return(56, obj_12531, "Ibis
Green charm, harpoon, 109 shards", "You can now infuse ibis pouches."); - case 40 : - return(57, obj_12812, "Spirit kyatt - Attack XP
Blue charm, kyatt fur, 153 shards", "You can now infuse spirit kyatt pouches."); - case 41 : - return(57, obj_12784, "Spirit larupia - Controlled XP
Blue charm, larupia fur, 155 shards", "You can now infuse spirit larupia pouches."); - case 42 : - return(57, obj_12810, "Spirit graahk - Strength XP
Blue charm, graahk fur, 154 shards", "You can now infuse spirit graahk pouches."); - case 43 : - return(58, obj_12023, "Karamthulhu overlord - Ranged XP
Blue charm, empty fishbowl, 144 shards", "You can now infuse karamthulhu overlord pouches."); - case 44 : - return(61, obj_12085, "Smoke devil - Magic XP
Crimson charm, goat's horn dust, 141 shards", "You can now infuse smoke devil pouches."); - case 45 : - return(62, obj_12037, "Abyssal lurker - Controlled XP
Green charm, abyssal charm, 119 shards", "You can now infuse abyssal lurker pouches."); - case 46 : - return(63, obj_12015, "Spirit cobra - Attack XP
Crimson charm, snake hide, 116 shards", "You can now infuse spirit cobra pouches."); - case 47 : - return(64, obj_12045, "Stranger plant - Controlled XP
Crimson charm, bagged plant, 128 shards", "You can now infuse stranger plant pouches."); - case 48 : - return(66, obj_12079, "Mithril minotaur - Defence XP
Blue charm, mithril bar, 152 shards", "You can now infuse mithril minotaur pouches."); - case 49 : - return(66, obj_12123, "Barker toad - Strength XP
Gold charm, swamp toad, 11 shards", "You can now infuse barker toad pouches."); - case 50 : - return(67, obj_12031, "War tortoise - Defence XP
Gold charm, tortoise shell, 1 shard", "You can now infuse war tortoise pouches."); - case 51 : - return(68, obj_12029, "Bunyip - Attack XP
Green charm, raw shark, 110 shards", "You can now infuse bunyip pouches."); - case 52 : - return(69, obj_12033, "Fruit bat
Green charm, banana, 130 shards", "You can now infuse fruit bat pouches."); - case 53 : - return(70, obj_12820, "Ravenous locust - Attack XP
Crimson charm, pot of flour, 79 shards", "You can now infuse ravenous locust pouches."); - case 54 : - return(71, obj_12057, "Arctic bear - Controlled XP
Gold charm, polar kebbit fur, 14 shards", "You can now infuse arctic bear pouches."); - case 55 : - return(72, obj_14623, "Phoenix - Magic XP
Crimson charm, phoenix quill, 165 shards (after In Pyre Need)", "You can now infuse phoenix pouches (after In Pyre Need)."); - case 56 : - return(73, obj_12792, "Obsidian golem - Strength XP
Blue charm, obsidian charm, 195 shards", "You can now infuse obsidian golem pouches."); - case 57 : - return(74, obj_12069, "Granite lobster - Defence XP
Crimson charm, granite (500g), 166 shards", "You can now infuse granite lobster pouches."); - case 58 : - return(75, obj_12011, "Praying mantis - Attack XP
Crimson charm, red flowers, 168 shards", "You can now infuse praying mantis pouches."); - case 59 : - return(76, obj_12782, "Forge regent - Ranged XP
Green charm, ruby harvest, 141 shards", "You can now infuse forge regent pouches."); - case 60 : - return(76, obj_12081, "Adamant minotaur - Defence XP
Blue charm, adamantite bar, 144 shards", "You can now infuse adamant minotaur pouches."); - case 61 : - return(77, obj_12794, "Talon beast - Strength XP
Crimson charm, talon beast charm, 174 shards", "You can now infuse talon beast pouches."); - case 62 : - return(78, obj_12013, "Giant ent - Controlled XP
Green charm, willow branch, 124 shards", "You can now infuse giant ent pouches."); - case 63 : - return(79, obj_12802, "Fire titan - Magic XP
Blue charm, fire talisman, 198 shards", "You can now infuse fire titan pouches."); - case 64 : - return(79, obj_12804, "Moss titan - Strength XP
Blue charm, earth talisman, 202 shards", "You can now infuse moss titan pouches."); - case 65 : - return(79, obj_12806, "Ice titan - Attack XP
Blue charm, air talisman, water talisman, 198 shards", "You can now infuse ice titan pouches."); - case 66 : - return(80, obj_12025, "Hydra - Ranged XP
Green charm, water orb, 128 shards", "You can now infuse hydra pouches."); - case 67 : - return(83, obj_12017, "Spirit dagannoth - Controlled XP
Crimson charm, dagannoth hide, 1 shard", "You can now infuse spirit dagannoth pouches."); - case 68 : - return(83, obj_12788, "Lava titan - Strength XP
Blue charm, obsidian charm, 219 shards", "You can now infuse lava titan pouches."); - case 69 : - return(85, obj_12776, "Swamp titan - Attack XP
Crimson charm, swamp lizard, 150 shards", "You can now infuse swamp titan pouches."); - case 70 : - return(86, obj_12083, "Rune minotaur - Defence XP
Blue charm, runite bar, 1 shard", "You can now infuse rune minotaur pouches."); - case 71 : - return(88, obj_12039, "Unicorn stallion - Controlled XP
Green charm, unicorn horn, 140 shards", "You can now infuse unicorn stallion pouches."); - case 72 : - return(89, obj_12786, "Geyser titan - Ranged XP
Blue charm, water talisman, 222 shards", "You can now infuse geyser titan pouches."); - case 73 : - return(92, obj_12089, "Wolpertinger - Magic XP
Crimson charm, raw rabbit, wolf bones, 203 shards", "You can now infuse wolpertinger pouches."); - case 74 : - return(93, obj_12796, "Abyssal titan - Attack XP
Green charm, abyssal charm, 113 shards", "You can now infuse abyssal titan pouches."); - case 75 : - return(95, obj_12822, "Iron titan - Defence XP
Crimson charm, iron platebody, 198 shards", "You can now infuse iron titan pouches."); - case 76 : - return(96, obj_12093, "Pack yak - Strength XP
Crimson charm, yak hide, 211 shards", "You can now infuse pack yak pouches."); - case 77 : - return(99, obj_12790, "Steel titan - Ranged XP
Crimson charm, steel platebody, 178 shards", "You can now infuse steel titan pouches."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_12425, "Howl", "You can now use Howl scrolls."); - case 1 : - return(4, obj_12445, "Dreadfowl Strike", "You can now use Dreadfowl Strike scrolls."); - case 2 : - return(10, obj_12428, "Egg Spawn", "You can now use Egg Spawn scrolls."); - case 3 : - return(13, obj_12459, "Slime Spray", "You can now use Slime Spray scrolls."); - case 4 : - return(16, obj_12533, "Stony Shell", "You can now use Stony Shell scrolls."); - case 5 : - return(17, obj_12838, "Pester", "You can now use Pester scrolls."); - case 6 : - return(18, obj_12460, "Electric Lash", "You can now use Electric Lash scrolls."); - case 7 : - return(19, obj_12432, "Venom Shot", "You can now use Venom Shot scrolls."); - case 8 : - return(22, obj_12839, "Fireball Assault", "You can now use Fireball Assault scrolls."); - case 9 : - return(23, obj_12430, "Cheese Feast", "You can now use Cheese Feast scrolls."); - case 10 : - return(25, obj_12446, "Sandstorm", "You can now use Sandstorm scrolls."); - case 11 : - return(28, obj_12440, "Generate Compost", "You can now use Generate Compost scrolls."); - case 12 : - return(29, obj_12834, "Explode", "You can now use Explode scrolls."); - case 13 : - return(31, obj_12447, "Vampire Touch", "You can now use Vampire Touch scrolls."); - case 14 : - return(32, obj_12433, "Insane Ferocity", "You can now use Insane Ferocity scrolls."); - case 15 : - return(33, obj_12429, "Multichop", "You can now use Multichop scrolls."); - case 16 : - return(34, obj_12443, "Call to Arms", "You can now use Call to Arms scrolls."); - case 17 : - return(36, obj_12461, "Bronze Bull Rush", "You can now use Bronze Bull Rush scrolls."); - case 18 : - return(40, obj_12431, "Unburden", "You can now use Unburden scrolls."); - case 19 : - return(41, obj_12422, "Herbcall", "You can now use Herbcall scrolls."); - case 20 : - return(42, obj_12448, "Evil Flames", "You can now use Evil Flames scrolls."); - case 21 : - return(43, obj_12458, "Petrifying Gaze", "You can now use Petrifying Gaze scrolls."); - case 22 : - return(46, obj_12461, "Iron Bull Rush", "You can now use Iron Bull Rush scrolls."); - case 23 : - return(46, obj_12829, "Immense Heat", "You can now use Immense Heat scrolls."); - case 24 : - return(47, obj_12426, "Thieving Fingers", "You can now use Thieving Fingers scrolls."); - case 25 : - return(49, obj_12444, "Blood Drain", "You can now use Blood Drain scrolls."); - case 26 : - return(52, obj_12441, "Tireless Run", "You can now use Tireless Run scrolls."); - case 27 : - return(54, obj_12454, "Abyssal Drain", "You can now use Abyssal Drain scrolls."); - case 28 : - return(55, obj_12453, "Dissolve", "You can now use Dissolve scrolls."); - case 29 : - return(56, obj_12461, "Steel Bull Rush", "You can now use Steel Bull Rush scrolls."); - case 30 : - return(56, obj_12424, "Fish Rain", "You can now use Fish Rain scrolls."); - case 31 : - return(57, obj_12836, "Ambush", "You can now use Ambush scrolls."); - case 32 : - return(57, obj_12840, "Rending", "You can now use Rending scrolls."); - case 33 : - return(57, obj_12835, "Goad", "You can now use Goad scrolls."); - case 34 : - return(58, obj_12455, "Doomsphere Device", "You can now use Doomsphere Device scrolls."); - case 35 : - return(61, obj_12468, "Dust Cloud", "You can now use Dust Cloud scrolls."); - case 36 : - return(62, obj_12427, "Abyssal Stealth", "You can now use Abyssal Stealth scrolls."); - case 37 : - return(63, obj_12436, "Ophidian Incubation", "You can now use Ophidian Incubation scrolls."); - case 38 : - return(64, obj_12467, "Poisonous Blast", "You can now use Poisonous Blast scrolls."); - case 39 : - return(66, obj_12461, "Mithril Bull Rush", "You can now use Mithril Bull Rush scrolls."); - case 40 : - return(66, obj_12452, "Toad Bark", "You can now use Toad Bark scrolls."); - case 41 : - return(67, obj_12439, "Testudo", "You can now use Testudo scrolls."); - case 42 : - return(68, obj_12438, "Swallow Whole", "You can now use Swallow Whole scrolls."); - case 43 : - return(69, obj_12423, "Fruitfall", "You can now use Fruitfall scrolls."); - case 44 : - return(70, obj_12830, "Famine", "You can now use Famine scrolls."); - case 45 : - return(71, obj_12451, "Arctic Blast", "You can now use Arctic Blast scrolls."); - case 46 : - return(72, obj_14622, "Rise from the Ashes (after In Pyre Need)", "You can now use Rise from the Ashes scrolls (after In Pyre Need)."); - case 47 : - return(73, obj_12826, "Volcanic Strength", "You can now use Volcanic Strength scrolls."); - case 48 : - return(74, obj_12449, "Crushing Claw", "You can now use Crushing Claw scrolls."); - case 49 : - return(75, obj_12450, "Mantis Strike", "You can now use Mantis Strike scrolls."); - case 50 : - return(76, obj_12841, "Inferno", "You can now use Inferno scrolls."); - case 51 : - return(76, obj_12461, "Adamant Bull Rush", "You can now use Adamant Bull Rush scrolls."); - case 52 : - return(77, obj_12831, "Deadly Claw", "You can now use Deadly Claw scrolls."); - case 53 : - return(78, obj_12457, "Acorn Missile", "You can now use Acorn Missile scrolls."); - case 54 : - return(79, obj_12824, "Titan's Constitution", "You can now use Titan's Constitution scrolls."); - case 55 : - return(80, obj_12442, "Regrowth", "You can now use Regrowth scrolls."); - case 56 : - return(83, obj_12456, "Spike Shot", "You can now use Spike Shot scrolls."); - case 57 : - return(83, obj_12837, "Ebon Thunder", "You can now use Ebon Thunder scrolls."); - case 58 : - return(85, obj_12832, "Swamp Plague", "You can now use Swamp Plague scrolls."); - case 59 : - return(86, obj_12461, "Rune Bull Rush", "You can now use Rune Bull Rush scrolls."); - case 60 : - return(88, obj_12434, "Healing Aura", "You can now use Healing Aura scrolls."); - case 61 : - return(89, obj_12833, "Boil", "You can now use Boil scrolls."); - case 62 : - return(92, obj_12437, "Magic Focus", "You can now use Magic Focus scrolls."); - case 63 : - return(93, obj_12827, "Essence Shipment", "You can now use Essence Shipment scrolls."); - case 64 : - return(95, obj_12828, "Iron Within", "You can now use Iron Within scrolls."); - case 65 : - return(96, obj_12435, "Winter Storage", "You can now use Winter Storage scrolls."); - case 66 : - return(99, obj_12825, "Steel of Legends", "You can now use Steel of Legends scrolls."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(4, obj_12196, "Bulldog", "You can now raise bulldogs."); - case 1 : - return(4, obj_12194, "Dalmatian", "You can now raise dalmatians."); - case 2 : - return(4, obj_12192, "Greyhound", "You can now raise greyhounds."); - case 3 : - return(4, obj_12193, "Labrador", "You can now raise labradors."); - case 4 : - return(4, obj_12195, "Sheepdog", "You can now raise sheepdogs."); - case 5 : - return(4, obj_12191, "Terrier", "You can now raise terriers."); - case 6 : - return(10, obj_12488, "Gecko", "You can now raise geckos."); - case 7 : - return(10, obj_12547, "Platypus
(after As a First Resort...)", "You can now raise platypodes (after As a First Resort...)."); - case 8 : - return(20, obj_14533, "Broav
(after While Guthix Sleeps...)", "You can now raise broavs
(after While Guthix Sleeps...)."); - case 9 : - return(30, obj_12188, "Penguin", "You can now raise penguins."); - case 10 : - return(40, obj_12198, "Giant crab", "You can now raise giant crabs."); - case 11 : - return(50, obj_12485, "Raven", "You can now raise ravens."); - case 12 : - return(60, obj_12200, "Squirrel", "You can now raise squirrels."); - case 13 : - return(70, obj_12185, "Saradomin owl", "You can now raise Saradomin owls."); - case 14 : - return(70, obj_12187, "Guthix raptor", "You can now raise Guthix raptors."); - case 15 : - return(70, obj_12186, "Zamorak hawk", "You can now raise Zamorak hawks."); - case 16 : - return(71, obj_13336, "Ex-Ex-Parrot
(after Rocking Out...)", "You can now raise ex-ex-parrots (after Rocking Out...)."); - case 17 : - return(72, obj_14627, "Cute phoenix eggling
(after In Pyre Need)", "You can now raise cute phoenix egglings (after In Pyre Need)."); - case 18 : - return(72, obj_14626, "Mean phoenix eggling
(after In Pyre Need)", "You can now raise mean phoenix egglings (after In Pyre Need)."); - case 19 : - return(80, obj_12199, "Raccoon", "You can now raise raccoons."); - case 20 : - return(85, obj_12190, "Vulture", "You can now raise vultures."); - case 21 : - return(90, obj_12203, "Chameleon", "You can now raise chameleons."); - case 22 : - return(95, obj_12201, "Monkey", "You can now raise monkeys."); - case 23 : - return(99, obj_12197, "Dragon", "You can now raise dragons."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(10, obj_12204, "Antlers", "You can now use antlers."); - case 1 : - return(20, obj_1161, "Adamant full helm
(with 30 Defence)", "You can now have adamant full helms enchanted to hold Summoning scrolls. (You also need level 30 Defence)."); - case 2 : - return(20, obj_6326, "Snakeskin bandana
(with 30 Defence and 30 Ranged)", "You can now have snakeskin bandanas enchanted to hold Summoning scrolls. (You also need level 30 Defence and level 30 Ranged)."); - case 3 : - return(20, obj_14636, "Slayer helmet
(with 10 Defence)", "You can now have Slayer helmets enchanted to hold Summoning scrolls. (You also need level 10 Defence)."); - case 4 : - return(30, obj_12207, "Lizard skull", "You can now use lizard skulls."); - case 5 : - return(30, obj_3385, "Splitbark helm
(with 40 Defence and 40 Magic)", "You can now have splitbark helms enchanted to hold Summoning scrolls. (You also need level 40 Defence and level 40 Magic)."); - case 6 : - return(30, obj_1163, "Rune full helm
(with 40 Defence)", "You can now have rune full helms enchanted to hold Summoning scrolls. (You also need level 40 Defence)."); - case 7 : - return(35, obj_3748, "Fremennik helm
(after Fremennik Trials with 45 Defence)", "You can now have Fremennik helms enchanted to hold Summoning scrolls. (After Fremennik Trials and with level 45 Defence)."); - case 8 : - return(45, obj_10828, "Helm of Neitiznot
(after Fremennik Isles)", "You can now have the Helm of Neitiznot enchanted to hold Summoning scrolls (after Fremennik Isles)."); - case 9 : - return(50, obj_12210, "Feather headdress", "You can now use feather headdresses. (You also need Level 79 Crafting to make feather headdresses)."); - case 10 : - return(50, obj_1149, "Dragon medium helm
(with 60 Defence)", "You can now have dragon medium helms enchanted to hold Summoning scrolls. (You also need level 60 Defence.)"); - case 11 : - return(55, obj_9096, "Lunar helm
(with 40 Defence and 65 Magic)", "You can now have lunar helms enchanted to hold Summoning scrolls. (You also need level 40 Defence and level 65 Magic.)"); - case 12 : - return(60, obj_11718, "Armadyl helm
(with 70 Defence and 70 Ranged)", "You can now have Armadyl helms enchanted to hold Summoning scrolls. (You also need level 70 Defence and level 70 Ranged.)"); - } - case 4 : - switch_int ($int1) { - case 0 : - return(1, obj_14422, "Stealing Creation - class 1 clay being - Strength XP", "You can now summon class 1 clay beings in the Stealing Creation minigame."); - case 1 : - return(20, obj_14424, "Stealing Creation - class 2 clay being - Strength XP", "You can now summon class 2 clay beings in the Stealing Creation minigame."); - case 2 : - return(40, obj_14426, "Stealing Creation - class 3 clay being - Strength XP", "You can now summon class 3 clay beings in the Stealing Creation minigame."); - case 3 : - return(60, obj_14428, "Stealing Creation - class 4 clay being - Strength XP", "You can now summon class 4 clay beings in the Stealing Creation minigame."); - case 4 : - return(80, obj_14430, "Stealing Creation - class 5 clay being - Strength XP", "You can now summon class 5 clay beings in the Stealing Creation minigame."); - } - case 5 : - if ($int1 = 0) { - return(99, obj_12169, "Skill mastery", "Congratulations! You are now a master of Summoning. Why not visit Pikkupstix in Taverley? He has something special only available to true masters of the Summoning skill!"); - } -} diff --git a/dumps/530/script/[proc,script1021].cs2 b/dumps/530/script/[proc,script1021].cs2 deleted file mode 100644 index 19e9eee6b..000000000 --- a/dumps/530/script/[proc,script1021].cs2 +++ /dev/null @@ -1,32 +0,0 @@ -// 1021 -[proc,script1021](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Smelting", 0); - case 1 : - return("Bronze", 0); - case 2 : - return("Blurite", 1); - case 3 : - return("Iron", 0); - case 4 : - return("Steel", 0); - case 5 : - return("Mithril", 0); - case 6 : - return("Adamantite", 0); - case 7 : - return("Runite", 0); - case 8 : - return("Gold", 1); - case 9 : - return("Elemental", 1); - case 10 : - return("Other armour", 1); - case 11 : - return("Minigames", 1); - case 12 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script1022].cs2 b/dumps/530/script/[proc,script1022].cs2 deleted file mode 100644 index e2df515bf..000000000 --- a/dumps/530/script/[proc,script1022].cs2 +++ /dev/null @@ -1,524 +0,0 @@ -// 1022 -[proc,script1022](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_2349, "Bronze
1 tin ore and 1 copper ore", "You can now smelt bronze."); - case 1 : - return(8, obj_9467, "Blurite
(after The Knight's Sword)", "You now have the Smithing level required to smelt blurite (after The Knight's Sword)."); - case 2 : - return(15, obj_2351, "Iron
50% chance of success", "You can now smelt iron."); - case 3 : - return(20, obj_2893, "Members: Elemental metal
(after Elemental Workshop)", "Members now have the Smithing level required to smelt elemental metal (after Elemental Workshop)."); - case 4 : - return(20, obj_2355, "Silver", "You can now smelt silver."); - case 5 : - return(30, obj_2353, "Steel
2 coal and 1 iron ore", "You can now smelt steel."); - case 6 : - return(40, obj_2357, "Gold", "You can now smelt gold."); - case 7 : - return(50, obj_2359, "Mithril
4 coal and 1 mithril ore", "You can now smelt mithril."); - case 8 : - return(70, obj_2361, "Adamant
6 coal and 1 adamantite ore", "You can now smelt adamantite."); - case 9 : - return(85, obj_2363, "Runite
8 coal and 1 runite ore", "You can now smelt runite."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_1205, "Bronze dagger
1 bar", "You can now smith bronze daggers."); - case 1 : - return(1, obj_1351, "Bronze axe
1 bar", "You can now smith bronze axes."); - case 2 : - return(2, obj_1422, "Bronze mace
1 bar", "You can now smith bronze maces."); - case 3 : - return(3, obj_1139, "Bronze medium helm
1 bar", "You can now smith bronze medium helms."); - case 4 : - return(3, obj_9375, "Members: Bronze crossbow bolt
1 bar makes 10", "Members can now smith bronze crossbow bolts."); - case 5 : - return(4, obj_1277, "Bronze sword
1 bar", "You can now smith bronze swords."); - case 6 : - return(4, obj_819, "Members: Bronze dart tip
(after Tourist Trap)
1 bar makes 10", "Members now have the Smithing level required to smith bronze dart tips (after Tourist Trap)."); - case 7 : - return(4, obj_1794, "Members: Bronze wire
1 bar", "Members can now smith bronze wire."); - case 8 : - return(4, obj_4819, "Members: Bronze nails
1 bar makes 15", "Members can now smith bronze nails."); - case 9 : - return(5, obj_1321, "Bronze scimitar
2 bars", "You can now smith bronze scimitars."); - case 10 : - return(5, obj_1237, "Members: Bronze spear
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith bronze spears (after Tai Bwo Wannai Trio)."); - case 11 : - return(5, obj_11367, "Members: Bronze hasta
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith bronze hastae (after Tai Bwo Wannai Trio)."); - case 12 : - return(5, obj_39, "Members: Bronze arrowhead
1 bar makes 15", "Members can now smith bronze arrowheads."); - case 13 : - return(5, obj_1265, "Members: Bronze pickaxe
(after Perils of Ice Mountain)
2 bars", "Members now have the Smithing level required to smith bronze pickaxes (after Perils of Ice Mountain)."); - case 14 : - return(6, obj_9420, "Members: Bronze crossbow limbs
1 bar", "Members can now smith bronze crossbow limbs."); - case 15 : - return(6, obj_1291, "Bronze longsword
2 bars", "You can now smith bronze longswords."); - case 16 : - return(7, obj_1155, "Bronze full helm
2 bars", "You can now smith bronze full helms."); - case 17 : - return(7, obj_864, "Members: Bronze throwing knife
1 bar makes 5", "Members can now smith bronze throwing knives."); - case 18 : - return(8, obj_1173, "Bronze square shield
2 bars", "You can now smith bronze square shields."); - case 19 : - return(9, obj_1337, "Bronze warhammer
3 bars", "You can now smith bronze warhammers."); - case 20 : - return(10, obj_1375, "Bronze battleaxe
3 bars", "You can now smith bronze battleaxes."); - case 21 : - return(11, obj_1103, "Bronze chainbody
3 bars", "You can now smith bronze chainbodies."); - case 22 : - return(12, obj_1189, "Bronze kiteshield
3 bars", "You can now smith bronze kiteshields."); - case 23 : - return(13, obj_3095, "Members: Bronze claws
(after Death Plateau)
2 bars", "Members now have the Smithing level required to smith bronze claws (after Death Plateau)."); - case 24 : - return(14, obj_1307, "Bronze two-handed sword
3 bars", "You can now smith bronze two-handed swords."); - case 25 : - return(16, obj_1075, "Bronze platelegs
3 bars", "You can now smith bronze platelegs."); - case 26 : - return(16, obj_1087, "Bronze plateskirt
3 bars", "You can now smith bronze plateskirts."); - case 27 : - return(18, obj_1117, "Bronze platebody
5 bars", "You can now smith bronze platebodies."); - } - case 2 : - if ($int1 = 0) { - return(-1, obj_7620, "You will not be able to smith blurite until you have completed The Knight's Sword.", ""); - } - if ($int1 = 1) { - return(8, obj_9376, "Blurite crossbow bolts
1 bar makes 10", "Members now have the Smithing level required to smith blurite crossbow bolts (after the Knight's Sword)."); - } - if ($int1 = 2) { - return(13, obj_9422, "Blurite crossbow limbs
1 bar", "Members now have the Smithing level required to smith blurite crossbow limbs (after The Knight's Sword)."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(15, obj_1203, "Iron dagger
1 bar", "You can now smith iron daggers."); - case 1 : - return(16, obj_1349, "Iron axe
1 bar", "You can now smith iron axes."); - case 2 : - return(17, obj_1420, "Iron mace
1 bar", "You can now smith iron maces."); - case 3 : - return(17, obj_7225, "Members: Iron spit
1 bar", "Members can now smith iron spits."); - case 4 : - return(18, obj_1137, "Iron medium helm
1 bar", "You can now smith iron medium helms."); - case 5 : - return(18, obj_9377, "Members: Iron crossbow bolt
1 bar makes 10", "Members can now smith iron crossbow bolts."); - case 6 : - return(19, obj_1279, "Iron sword
1 bar", "You can now smith iron swords."); - case 7 : - return(19, obj_820, "Members: Iron dart tip
(after Tourist Trap)
1 bar makes 10", "Members now have the Smithing level required to smith iron dart tips (after Tourist Trap)."); - case 8 : - return(19, obj_4820, "Members: Iron nails
1 bar makes 15", "Members can now smith iron nails."); - case 9 : - return(20, obj_1323, "Iron scimitar
2 bars", "You can now smith iron scimitars."); - case 10 : - return(20, obj_1239, "Members: Iron spear
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 oak log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith iron spears (after Tai Bwo Wannai Trio)."); - case 11 : - return(20, obj_11369, "Members: Iron hasta
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 oak log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith iron hastae (after Tai Bwo Wannai Trio)."); - case 12 : - return(20, obj_40, "Members: Iron arrowhead
1 bar makes 15", "Members can now smith iron arrowheads."); - case 13 : - return(20, obj_1267, "Members: Iron pickaxe
(after Perils of Ice Mountain)
2 bars", "Members now have the Smithing level required to smith iron pickaxes (after Perils of Ice Mountain)."); - case 14 : - return(21, obj_1293, "Iron longsword
2 bars", "You can now smith iron longswords."); - case 15 : - return(22, obj_1153, "Iron full helm
2 bars", "You can now smith iron full helms."); - case 16 : - return(22, obj_863, "Members: Iron throwing knife
1 bar makes 5", "Members can now smith iron throwing knives."); - case 17 : - return(23, obj_1175, "Iron square shield
2 bars", "You can now smith iron square shields."); - case 18 : - return(23, obj_9423, "Members: Iron crossbow limbs
1 bar", "Members can now smith iron crossbow limbs."); - case 19 : - return(24, obj_1335, "Iron warhammer
3 bars", "You can now smith iron warhammers."); - case 20 : - return(25, obj_1363, "Iron battleaxe
3 bars", "You can now smith iron battleaxes."); - case 21 : - return(26, obj_1101, "Iron chainbody
3 bars", "You can now smith iron chainbodies."); - case 22 : - return(26, obj_4540, "Members: Oil lantern frame
1 bar", "Members can now smith oil lantern frames."); - case 23 : - return(27, obj_1191, "Iron kiteshield
3 bars", "You can now smith iron kiteshields."); - case 24 : - return(28, obj_3096, "Members: Iron claws
(after Death Plateau)
2 bars", "Members now have the Smithing level required to smith iron claws (after Death Plateau)."); - case 25 : - return(29, obj_1309, "Iron two-handed sword
3 bars", "You can now smith iron two-handed swords."); - case 26 : - return(31, obj_1067, "Iron platelegs
3 bars", "You can now smith iron platelegs."); - case 27 : - return(31, obj_1081, "Iron plateskirt
3 bars", "You can now smith iron plateskirts."); - case 28 : - return(33, obj_1115, "Iron platebody
5 bars", "You can now smith iron platebodies."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(30, obj_1207, "Steel dagger
1 bar", "You can now smith steel daggers."); - case 1 : - return(31, obj_1353, "Steel axe
1 bar", "You can now smith steel axes."); - case 2 : - return(32, obj_1424, "Steel mace
1 bar", "You can now smith steel maces."); - case 3 : - return(33, obj_1141, "Steel medium helm
1 bar", "You can now smith steel medium helms."); - case 4 : - return(33, obj_9378, "Members: Steel crossbow bolt
1 bar makes 10", "Members can now smith steel crossbow bolts."); - case 5 : - return(34, obj_1281, "Steel sword
1 bar", "You can now smith steel swords."); - case 6 : - return(34, obj_1539, "Steel nails
1 bar makes 15", "You can now smith steel nails."); - case 7 : - return(34, obj_821, "Members: Steel dart tip
(after Tourist Trap)
1 bar makes 10", "Members now have the Smithing level required to smith steel dart tips (after Tourist Trap)."); - case 8 : - return(35, obj_1325, "Steel scimitar
2 bars", "You can now smith steel scimitars."); - case 9 : - return(35, obj_1241, "Members: Steel spear
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 willow log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith steel spears (after Tai Bwo Wannai Trio)."); - case 10 : - return(35, obj_11371, "Members: Steel hasta
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 willow log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith steel hastae (after Tai Bwo Wannai Trio)."); - case 11 : - return(35, obj_41, "Members: Steel arrowhead
1 bar makes 15", "Members can now smith steel arrowheads."); - case 12 : - return(35, obj_2, "Members: Cannonball
(after Dwarf Cannon)
1 bar makes 4", "Members now have the Smithing level required to smith steel cannonballs (after Dwarf Cannon)."); - case 13 : - return(35, obj_1269, "Members: Steel pickaxe
(after Perils of Ice Mountain)
2 bars", "Members now have the Smithing level required to smith steel pickaxes (after Perils of Ice Mountain)."); - case 14 : - return(36, obj_9425, "Members: Steel crossbow limbs
1 bar", "Members can now smith steel crossbow limbs."); - case 15 : - return(36, obj_1295, "Steel longsword
2 bars", "You can now smith steel longswords."); - case 16 : - return(36, obj_2370, "Members: Steel studs
1 bar", "Members can now smith steel studs."); - case 17 : - return(37, obj_1157, "Steel full helm
2 bars", "You can now smith steel full helms."); - case 18 : - return(37, obj_865, "Members: Steel throwing knife
1 bar makes 5", "Members can now smith steel throwing knives."); - case 19 : - return(38, obj_1177, "Steel square shield
2 bars", "You can now smith steel square shields."); - case 20 : - return(39, obj_1339, "Steel warhammer
3 bars", "You can now smith steel warhammers."); - case 21 : - return(40, obj_1365, "Steel battleaxe
3 bars", "You can now smith steel battleaxes."); - case 22 : - return(41, obj_1105, "Steel chainbody
3 bars", "You can now smith steel chainbodies."); - case 23 : - return(42, obj_1193, "Steel kiteshield
3 bars", "You can now smith steel kiteshields."); - case 24 : - return(43, obj_3097, "Members: Steel claw
(after Death Plateau)
2 bars", "Members now have the Smithing level required to smith steel claws (after Death Plateau)."); - case 25 : - return(44, obj_1311, "Steel two-handed sword
3 bars", "You can now smith steel two-handed swords."); - case 26 : - return(46, obj_1069, "Steel platelegs
3 bars", "You can now smith steel platelegs."); - case 27 : - return(46, obj_1083, "Steel plateskirt
3 bars", "You can now smith steel plateskirts."); - case 28 : - return(48, obj_1119, "Steel platebody
5 bars", "You can now smith steel platebodies."); - case 29 : - return(49, obj_4544, "Members: Bullseye lantern frame
1 bar", "Members can now smith bullseye lantern frames."); - } - case 5 : - switch_int ($int1) { - case 0 : - return(50, obj_1209, "Mithril dagger
1 bar", "You can now smith mithril daggers."); - case 1 : - return(51, obj_1355, "Mithril axe
1 bar", "You can now smith mithril axes."); - case 2 : - return(52, obj_1428, "Mithril mace
1 bar", "You can now smith mithril maces."); - case 3 : - return(53, obj_1143, "Mithril medium helm
1 bar", "You can now smith mithril medium helms."); - case 4 : - return(53, obj_9379, "Members: Mithril crossbow bolt
1 bar makes 10", "Members can now smith mithril crossbow bolts."); - case 5 : - return(54, obj_1285, "Mithril sword
1 bar", "You can now smith mithril swords."); - case 6 : - return(54, obj_822, "Members: Mithril dart tip
(after Tourist Trap)
1 bar makes 10", "Members now have the Smithing level required to smith mithril dart tips (after Tourist Trap)."); - case 7 : - return(54, obj_4822, "Members: Mithril nail
1 bar Makes 15", "Members can now smith mithril nails."); - case 8 : - return(55, obj_1329, "Mithril scimitar
2 bars", "You can now smith mithril scimitars."); - case 9 : - return(55, obj_1243, "Members: Mithril spear
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 maple log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith mithril spears (after Tai Bwo Wannai Trio)."); - case 10 : - return(55, obj_11373, "Members: Mithril hasta
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 maple log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith mithril hastae (after Tai Bwo Wannai Trio)."); - case 11 : - return(55, obj_42, "Members: Mithril arrowhead
1 bar makes 15", "Members can now smith mithril arrowheads."); - case 12 : - return(55, obj_1273, "Members: Mithril pickaxe
(after Perils of Ice Mountain)
2 bars", "Members now have the Smithing level required to smith mithril pickaxes (after Perils of Ice Mountain)."); - case 13 : - return(56, obj_9427, "Members: Mithril crossbow limbs
1 bar", "Members can now smith mithril crossbow limbs."); - case 14 : - return(56, obj_1299, "Mithril longsword
2 bars", "You can now smith mithril longswords."); - case 15 : - return(57, obj_1159, "Mithril full helm
2 bars", "You can now smith mithril full helms."); - case 16 : - return(57, obj_866, "Members: Mithril throwing knife
1 bar makes 5", "Members can now smith mithril throwing knives."); - case 17 : - return(58, obj_1181, "Mithril square shield
2 bars", "You can now smith mithril square shields."); - case 18 : - return(59, obj_1343, "Mithril warhammer
3 bars", "You can now smith mithril warhammers."); - case 19 : - return(59, obj_9416, "Members: Mithril crossbow grapple tip
1 bar", "Members can now smith mithril crossbow grapple tips."); - case 20 : - return(60, obj_1369, "Mithril battleaxe
3 bars", "You can now smith mithril battleaxes."); - case 21 : - return(61, obj_1109, "Mithril chainbody
3 bars", "You can now smith mithril chainbodies."); - case 22 : - return(62, obj_1197, "Mithril kiteshield
3 bars", "You can now smith mithril kiteshields."); - case 23 : - return(63, obj_3099, "Members: Mithril claws
(after Death Plateau)
2 bars", "Members now have the Smithing level required to smith mithril claws (after Death Plateau)."); - case 24 : - return(64, obj_1315, "Mithril two-handed sword
3 bars", "You can now smith mithril two-handed swords."); - case 25 : - return(66, obj_1071, "Mithril platelegs
3 bars", "You can now smith mithril platelegs."); - case 26 : - return(66, obj_1085, "Mithril plateskirt
3 bars", "You can now smith mithril plateskirts."); - case 27 : - return(68, obj_1121, "Mithril platebody
5 bars", "You can now smith mithril platebodies."); - } - case 6 : - switch_int ($int1) { - case 0 : - return(70, obj_1211, "Adamant dagger
1 bar", "You can now smith adamant daggers."); - case 1 : - return(71, obj_1357, "Adamant axe
1 bar", "You can now smith adamant axes."); - case 2 : - return(72, obj_1430, "Adamant mace
1 bar", "You can now smith adamant maces."); - case 3 : - return(73, obj_1145, "Adamant medium helm
1 bar", "You can now smith adamant medium helms."); - case 4 : - return(73, obj_9380, "Members: Adamant crossbow bolt
1 bar makes 10", "Members can now smith adamant crossbow bolts."); - case 5 : - return(74, obj_1287, "Adamant sword
1 bar", "You can now smith adamant swords."); - case 6 : - return(74, obj_823, "Members: Adamant dart tip
(after Tourist Trap)
1 bar makes 10", "Members now have the Smithing level required to smith adamant dart tips (after Tourist Trap)."); - case 7 : - return(74, obj_4823, "Members: Adamant nail
1 bar makes 15", "Members can now smith adamant nails."); - case 8 : - return(75, obj_1331, "Adamant scimitar
2 bars", "You can now smith adamant scimitars."); - case 9 : - return(75, obj_1245, "Members: Adamant spear
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 yew log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith adamant spears (after Tai Bwo Wannai Trio)."); - case 10 : - return(75, obj_11375, "Members: Adamant hasta
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 yew log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith adamant hastae (after Tai Bwo Wannai Trio)."); - case 11 : - return(75, obj_43, "Members: Adamant arrowhead
1 bar makes 15", "Members can now smith adamant arrowheads."); - case 12 : - return(75, obj_1271, "Members: Adamant pickaxe
(after Perils of Ice Mountain)
2 bars", "Members now have the Smithing level required to smith adamant pickaxes (after Perils of Ice Mountain)."); - case 13 : - return(76, obj_9429, "Members: Adamant crossbow limbs
1 bar", "Members can now smith adamant crossbow limbs."); - case 14 : - return(76, obj_1301, "Adamant longsword
2 bars", "You can now smith adamant longswords."); - case 15 : - return(77, obj_1161, "Adamant full helm
2 bars", "You can now smith adamant full helms."); - case 16 : - return(77, obj_867, "Member: Adamant throwing knives
1 bar makes 5", "Members can now smith adamant throwing knives."); - case 17 : - return(78, obj_1183, "Adamant square shield
2 bars", "You can now smith adamant square shields."); - case 18 : - return(79, obj_1345, "Adamant warhammer
3 bars", "You can now smith adamant warhammers."); - case 19 : - return(80, obj_1371, "Adamant battleaxe
3 bars", "You can now smith adamant battleaxes."); - case 20 : - return(81, obj_1111, "Adamant chainbody
3 bars", "You can now smith adamant chainbodies."); - case 21 : - return(82, obj_1199, "Adamant kiteshield
3 bars", "You can now smith adamant kiteshields."); - case 22 : - return(83, obj_3100, "Members: Adamant claw
(after Death Plateau)
2 bars", "Members now have the Smithing level required to smith adamant claws (after Death Plateau)."); - case 23 : - return(84, obj_1317, "Adamant two-handed sword
3 bars", "You can now smith adamant two-handed swords."); - case 24 : - return(86, obj_1073, "Adamant platelegs
3 bars", "You can now smith adamant platelegs."); - case 25 : - return(86, obj_1091, "Adamant plateskirt
3 bars", "You can now smith adamant plateskirts."); - case 26 : - return(88, obj_1123, "Adamant platebody
5 bars", "You can now smith adamant platebodies."); - } - case 7 : - switch_int ($int1) { - case 0 : - return(85, obj_1213, "Rune dagger
1 bar", "You can now smith rune daggers."); - case 1 : - return(86, obj_1359, "Rune axe
1 bar", "You can now smith rune axes."); - case 2 : - return(87, obj_1432, "Rune mace
1 bar", "You can now smith rune maces."); - case 3 : - return(88, obj_1147, "Rune medium helm
1 bar", "You can now smith rune medium helms."); - case 4 : - return(88, obj_9381, "Members: Rune crossbow bolt
1 bar makes 10", "Members can now smith rune crossbow bolts."); - case 5 : - return(89, obj_1289, "Rune sword
1 bar", "You can now smith rune swords."); - case 6 : - return(89, obj_824, "Members: Rune dart tip
(after Tourist Trap)
1 bar makes 10", "Members now have the Smithing level required to smith rune dart tips (after Tourist Trap)."); - case 7 : - return(89, obj_4824, "Members: Rune nails
1 bar makes 15", "Members can now smith rune nails."); - case 8 : - return(90, obj_1333, "Rune scimitar
2 bars", "You can now smith rune scimitars."); - case 9 : - return(90, obj_1247, "Members: Rune spear
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 magic log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith rune spears (after Tai Bwo Wannai Trio)."); - case 10 : - return(90, obj_11377, "Members: Rune hasta
(after Tai Bwo Wannai Trio and learning barbarian Smithing)
1 bar, 1 magic log", "Members who are versed in the art of barbarian Smithing now have the Smithing level required to smith rune hastae (after Tai Bwo Wannai Trio)."); - case 11 : - return(90, obj_44, "Members: Rune arrowhead
1 bar makes 15", "Members can now smith rune arrowheads."); - case 12 : - return(90, obj_1275, "Members: Rune pickaxe
(after Perils of Ice Mountain)
2 bars", "Members now have the Smithing level required to smith rune pickaxes (after Perils of Ice Mountain)."); - case 13 : - return(91, obj_9431, "Members: Rune crossbow limbs
1 bar", "Members can now smith rune crossbow limbs."); - case 14 : - return(91, obj_1303, "Rune longsword
2 bars", "You can now smith rune longswords."); - case 15 : - return(92, obj_1163, "Rune full helm
2 bars", "You can now smith rune full helms."); - case 16 : - return(92, obj_868, "Members: Rune throwing knife
1 bar makes 5", "Members can now smith rune throwing knives."); - case 17 : - return(93, obj_1185, "Rune square shield
2 bars", "You can now smith rune square shields."); - case 18 : - return(94, obj_1347, "Rune warhammer
3 bars", "You can now smith rune warhammers."); - case 19 : - return(95, obj_1373, "Rune battleaxe
3 bars", "You can now smith rune battleaxes."); - case 20 : - return(96, obj_1113, "Rune chainbody
3 bars", "You can now smith rune chainbodies."); - case 21 : - return(97, obj_1201, "Rune kiteshield
3 bars", "You can now smith rune kiteshields."); - case 22 : - return(98, obj_3101, "Members: Rune claw
(after Death Plateau)
2 bars", "Members now have the Smithing level required to smith rune claws (after Death Plateau)."); - case 23 : - return(99, obj_1319, "Rune two-handed sword
3 bars", "You can now smith rune two-handed swords."); - case 24 : - return(99, obj_1079, "Rune platelegs
3 bars", "You can now smith rune platelegs."); - case 25 : - return(99, obj_1093, "Rune plateskirt
3 bars", "You can now smith rune plateskirts."); - case 26 : - return(99, obj_1127, "Rune platebody
5 bars", "You can now smith rune platebodies."); - } - case 8 : - if ($int1 = 0) { - return(50, obj_721, "Gold bowl
(after starting Legends' Quest)", "Members now have the Smithing level required to smith gold bowls (after starting Legends' Quest)."); - } - if ($int1 = 1) { - return(50, obj_4567, "Gold helmet
(after starting Between a Rock...)", "Members now have the Smithing level required to smith gold helmets (after starting Between a Rock...)."); - } - case 9 : - switch_int ($int1) { - case 0 : - return(20, obj_2890, "Elemental shield
(after Elemental Workshop)", "Members now have the Smithing level required to smith elemental shields (after Elemental Workshop)."); - case 1 : - return(20, obj_9729, "Elemental helmet
(after Elemental Workshop)", "Members now have the Smithing level required to smith elemental helms (after Elemental Workshop)."); - case 2 : - return(30, obj_9731, "Mind shield
(after Elemental Workshop II)", "Members now have the Smithing level required to smith mind shields (after Elemental Workshop II)."); - case 3 : - return(30, obj_9733, "Mind helmet
(after Elemental Workshop II)", "Members now have the Smithing level required to smith mind helmets (after Elemental Workshop II)."); - } - case 10 : - switch_int ($int1) { - case 0 : - return(60, obj_1187, "Dragon square shield", "Members can now make dragon square shields."); - case 1 : - return(85, obj_13746, "Create arcane spirit shields
(after Summer's End and with 90 Prayer)", "Members can now create arcane spirit shields (after Summer's End, with level 90 Prayer)."); - case 2 : - return(85, obj_13748, "Create divine spirit shields
(after Summer's End and with 90 Prayer)", "Members can now create divine spirit shields (after Summer's End, with level 90 Prayer)."); - case 3 : - return(85, obj_13750, "Create elysian spirit shields
(after Summer's End and with 90 Prayer)", "Members can now create elysian spirit shields (after Summer's End, with level 90 Prayer)."); - case 4 : - return(85, obj_13752, "Create spectral spirit shields
(after Summer's End and with 90 Prayer)", "Members can now create spectral spirit shields (after Summer's End, with level 90 Prayer)."); - case 5 : - return(90, obj_11283, "Dragonfire shield", "Members can now make dragonfire shields from anti-dragonbreath shields and draconic visages."); - case 6 : - return(92, obj_14479, "Repair dragon platebody", "Members can now repair dragon platebodies (after While Guthix Sleeps)."); - } - case 11 : - switch_int ($int1) { - case 0 : - return(1, obj_14297, "Stealing Creation - class 1 dagger", "Members can now make class 1 daggers in the Stealing Creation minigame."); - case 1 : - return(1, obj_14132, "Stealing Creation - class 1 hatchet", "Members can now make class 1 hatchets in the Stealing Creation minigame."); - case 2 : - return(1, obj_14367, "Stealing Creation - class 1 helmet", "Members can now make class 1 helmets in the Stealing Creation minigame."); - case 3 : - return(1, obj_14287, "Stealing Creation - class 1 scimitar", "Members can now make class 1 scimitars in the Stealing Creation minigame."); - case 4 : - return(1, obj_14122, "Stealing Creation - class 1 pickaxe", "Members can now make class 1 pickaxes in the Stealing Creation minigame."); - case 5 : - return(1, obj_14307, "Stealing Creation - class 1 warhammer", "Members can now make class 1 warhammers in the Stealing Creation minigame."); - case 6 : - return(1, obj_14357, "Stealing Creation - class 1 platelegs", "Members can now make class 1 platelegs in the Stealing Creation minigame."); - case 7 : - return(1, obj_14347, "Stealing Creation - class 1 platebody", "Members can now make class 1 platebodies in the Stealing Creation minigame."); - case 8 : - return(20, obj_14299, "Stealing Creation - class 2 dagger", "Members can now make class 2 daggers in the Stealing Creation minigame."); - case 9 : - return(20, obj_14134, "Stealing Creation - class 2 hatchet", "Members can now make class 2 hatchets in the Stealing Creation minigame."); - case 10 : - return(20, obj_14369, "Stealing Creation - class 2 helmet", "Members can now make class 2 helmets in the Stealing Creation minigame."); - case 11 : - return(20, obj_14289, "Stealing Creation - class 2 scimitar", "Members can now make class 2 scimitars in the Stealing Creation minigame."); - case 12 : - return(20, obj_14124, "Stealing Creation - class 2 pickaxe", "Members can now make class 2 pickaxes in the Stealing Creation minigame."); - case 13 : - return(20, obj_14309, "Stealing Creation - class 2 warhammer", "Members can now make class 2 warhammers in the Stealing Creation minigame."); - case 14 : - return(20, obj_14359, "Stealing Creation - class 2 platelegs", "Members can now make class 2 platelegs in the Stealing Creation minigame."); - case 15 : - return(20, obj_14349, "Stealing Creation - class 2 platebody", "Members can now make class 2 platebodies in the Stealing Creation minigame."); - case 16 : - return(40, obj_14301, "Stealing Creation - class 3 dagger", "Members can now make class 3 daggers in the Stealing Creation minigame."); - case 17 : - return(40, obj_14136, "Stealing Creation - class 3 hatchet", "Members can now make class 3 hatchets in the Stealing Creation minigame."); - case 18 : - return(40, obj_14371, "Stealing Creation - class 3 helmet", "Members can now make class 3 helmets in the Stealing Creation minigame."); - case 19 : - return(40, obj_14291, "Stealing Creation - class 3 scimitar", "Members can now make class 3 scimitars in the Stealing Creation minigame."); - case 20 : - return(40, obj_14126, "Stealing Creation - class 3 pickaxe", "Members can now make class 3 pickaxes in the Stealing Creation minigame."); - case 21 : - return(40, obj_14311, "Stealing Creation - class 3 warhammer", "Members can now make class 3 warhammers in the Stealing Creation minigame."); - case 22 : - return(40, obj_14361, "Stealing Creation - class 3 platelegs", "Members can now make class 3 platelegs in the Stealing Creation minigame."); - case 23 : - return(40, obj_14351, "Stealing Creation - class 3 platebody", "Members can now make class 3 platebodies in the Stealing Creation minigame."); - case 24 : - return(60, obj_14303, "Stealing Creation - class 4 dagger", "Members can now make class 4 daggers in the Stealing Creation minigame."); - case 25 : - return(60, obj_14138, "Stealing Creation - class 4 hatchet", "Members can now make class 4 hatchets in the Stealing Creation minigame."); - case 26 : - return(60, obj_14373, "Stealing Creation - class 4 helmet", "Members can now make class 4 helmets in the Stealing Creation minigame."); - case 27 : - return(60, obj_14293, "Stealing Creation - class 4 scimitar", "Members can now make class 4 scimitars in the Stealing Creation minigame."); - case 28 : - return(60, obj_14128, "Stealing Creation - class 4 pickaxe", "Members can now make class 4 pickaxes in the Stealing Creation minigame."); - case 29 : - return(60, obj_14313, "Stealing Creation - class 4 warhammer", "Members can now make class 4 warhammers in the Stealing Creation minigame."); - case 30 : - return(60, obj_14363, "Stealing Creation - class 4 platelegs", "Members can now make class 4 platelegs in the Stealing Creation minigame."); - case 31 : - return(60, obj_14353, "Stealing Creation - class 4 platebody", "Members can now make class 4 platebodies in the Stealing Creation minigame."); - case 32 : - return(80, obj_14305, "Stealing Creation - class 5 dagger", "Members can now make class 5 daggers in the Stealing Creation minigame."); - case 33 : - return(80, obj_14140, "Stealing Creation - class 5 hatchet", "Members can now make class 5 hatchets in the Stealing Creation minigame."); - case 34 : - return(80, obj_14375, "Stealing Creation - class 5 helmet", "Members can now make class 5 helmets in the Stealing Creation minigame."); - case 35 : - return(80, obj_14295, "Stealing Creation - class 5 scimitar", "Members can now make class 5 scimitars in the Stealing Creation minigame."); - case 36 : - return(80, obj_14130, "Stealing Creation - class 5 pickaxe", "Members can now make class 5 pickaxes in the Stealing Creation minigame."); - case 37 : - return(80, obj_14315, "Stealing Creation - class 5 warhammer", "Members can now make class 5 warhammers in the Stealing Creation minigame."); - case 38 : - return(80, obj_14365, "Stealing Creation - class 5 platelegs", "Members can now make class 5 platelegs in the Stealing Creation minigame."); - case 39 : - return(80, obj_14355, "Stealing Creation - class 5 platebody", "Members can now make class 5 platebodies in the Stealing Creation minigame."); - } - case 12 : - switch_int ($int1) { - case 0 : - return(14, obj_5079, "Smelting Tutor - new info", "There is new information available from the Smelting Tutor in Lumbridge."); - case 1 : - return(21, obj_5079, "Smithing Tutor - new info", "There is new information available from the Smithing Tutor in Varrock."); - case 2 : - return(29, obj_5079, "Smelting Tutor - new info", "There is new information available from the Smelting Tutor in Lumbridge."); - case 3 : - return(38, obj_5079, "Smithing Tutor - new info", "There is new information available from the Smithing Tutor in Varrock."); - case 4 : - return(99, obj_9795, "Skill mastery", "Congratulations! You are now a master smith. Why not visit Thurgo, who lives near Mudskipper Point? He has something special that is only available to true masters of the Smithing skill!"); - } -} diff --git a/dumps/530/script/[proc,script1023].cs2 b/dumps/530/script/[proc,script1023].cs2 deleted file mode 100644 index 8551755bf..000000000 --- a/dumps/530/script/[proc,script1023].cs2 +++ /dev/null @@ -1,1245 +0,0 @@ -// 1023 -[proc,script1023](stat $stat0, int $int1)(string, obj, int) -def_int $int2 = stat_base($stat0); -def_string $string0 = null; -def_obj $obj3 = null; -def_int $int4 = 0; -switch_int ($int1) { - case 0 : - if ($stat0 = mining & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_122 = 7) { - $int4 = 0; - } - case 1 : - if ($stat0 = attack & stat_base($stat0) = 15) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = prayer & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_3550 = 11) { - $int4 = 0; - } - case 2 : - if ($stat0 = defence & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_299 > 109) { - $int4 = 0; - } - case 3 : - if ($stat0 = cooking & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = fletching & stat_base($stat0) = 5) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = ranged & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_293 = 65) { - $int4 = 0; - } - case 4 : - if ($stat0 = agility & stat_base($stat0) = 42) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 45) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = ranged & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_655 > 130) { - $int4 = 0; - } - case 5 : - if ($stat0 = crafting & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_399 > 6) { - $int4 = 0; - } - case 6 : - if ($stat0 = agility & stat_base($stat0) = 26) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = construction & stat_base($stat0) = 5) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 32) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 33) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = strength & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 22) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2573 = 320) { - $int4 = 0; - } - case 7 : - if ($stat0 = firemaking & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = slayer & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 53) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_358 = 15) { - $int4 = 0; - } - case 8 : - if ($stat0 = fletching & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = runecraft & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 65) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1465 = 80) { - $int4 = 0; - } - case 9 : - if ($stat0 = herblore & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = agility & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_131 = 9) { - $int4 = 0; - } - case 10 : - if ($stat0 = herblore & stat_base($stat0) = 31) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_335 = 110) { - $int4 = 0; - } - case 11 : - if ($stat0 = hunter & stat_base($stat0) = 27) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2780 = 40) { - $int4 = 0; - } - case 12 : - if ($stat0 = crafting & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (testbit(%varplayer_299, 20) = ^true) { - $int4 = 0; - } - case 13 : - if ($stat0 = crafting & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = firemaking & stat_base($stat0) = 45) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 39) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = prayer & stat_base($stat0) = 43) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1560 > 69) { - $int4 = 0; - } - case 14 : - if ($stat0 = farming & stat_base($stat0) = 49) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = herblore & stat_base($stat0) = 57) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2326 > 80) { - $int4 = 0; - } - case 15 : - if ($stat0 = crafting & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 59) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_148 = 11) { - $int4 = 0; - } - case 16 : - if ($stat0 = fishing & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_11 = 5) { - $int4 = 0; - } - case 17 : - if ($stat0 = cooking & stat_base($stat0) = 22) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = farming & stat_base($stat0) = 17) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_822 >= 140) { - $int4 = 0; - } - case 18 : - if ($stat0 = crafting & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = fletching & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_347 > 9) { - $int4 = 0; - } - case 19 : - if ($stat0 = farming & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_961 = 60) { - $int4 = 0; - } - case 20 : - if ($stat0 = agility & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = cooking & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_217 > 7) { - $int4 = 0; - } - case 21 : - if ($stat0 = crafting & stat_base($stat0) = 12) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = firemaking & stat_base($stat0) = 16) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 33) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 14) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_571 > 49) { - $int4 = 0; - } - case 22 : - if ($stat0 = crafting & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_346 > 9) { - $int4 = 0; - } - case 23 : - if ($stat0 = agility & stat_base($stat0) = 25) { - ~script1025($stat0, $int2, $int1); - } - if (%varplayer_150 = 160) { - $int4 = 0; - } - case 24 : - if ($stat0 = crafting & stat_base($stat0) = 49) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 17) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1527 > 159) { - $int4 = 0; - } - case 25 : - if ($stat0 = agility & stat_base($stat0) = 15) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 35) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_382 = 11) { - $int4 = 0; - } - case 26 : - if ($stat0 = cooking & stat_base($stat0) = 53) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = fishing & stat_base($stat0) = 53) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = herblore & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_188 = 15) { - $int4 = 0; - } - case 27 : - if ($stat0 = agility & stat_base($stat0) = 35) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_34 > 9) { - $int4 = 0; - } - case 28 : - if ($stat0 = crafting & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 7) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 15) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1990 > 420) { - $int4 = 0; - } - case 29 : - if ($stat0 = herblore & stat_base($stat0) = 3) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_175 > 11) { - $int4 = 0; - } - case 30 : - if ($stat0 = agility & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = herblore & stat_base($stat0) = 45) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 56) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 52) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = prayer & stat_base($stat0) = 42) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = strength & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_139 = 75) { - $int4 = 0; - } - case 31 : - if ($stat0 = crafting & stat_base($stat0) = 31) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 36) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_147 = 6) { - $int4 = 0; - } - case 32 : - if ($stat0 = agility & stat_base($stat0) = 13) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 17) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 13) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_532 > 10) { - $int4 = 0; - } - case 33 : - if ($stat0 = crafting & stat_base($stat0) = 61) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = defence & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = firemaking & stat_base($stat0) = 49) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = herblore & stat_base($stat0) = 5) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 65) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 60) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 55) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2448 = 190) { - $int4 = 0; - } - case 34 : - if ($stat0 = crafting & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 7) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1383 > 3) { - $int4 = 0; - } - case 35 : - if ($stat0 = thieving & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_334 > 27) { - $int4 = 0; - } - case 36 : - if ($stat0 = agility & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_260 > 69) { - $int4 = 0; - } - case 37 : - if ($stat0 = ranged & stat_base($stat0) = 60) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_517 > 7) { - $int4 = 0; - } - case 38 : - if ($stat0 = agility & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_387 > 100) { - $int4 = 0; - } - case 39 : - if ($stat0 = farming & stat_base($stat0) = 29) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2790 > 310) { - $int4 = 0; - } - case 40 : - if ($stat0 = crafting & stat_base($stat0) = 18) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_307 = 110) { - $int4 = 0; - } - case 41 : - if ($stat0 = agility & stat_base($stat0) = 36) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = herblore & stat_base($stat0) = 18) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_416 > 275) { - $int4 = 0; - } - case 42 : - if ($stat0 = agility & stat_base($stat0) = 56) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_328 > 14) { - $int4 = 0; - } - case 43 : - if ($stat0 = agility & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = slayer & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2140 > 20) { - $int4 = 0; - } - case 44 : - if ($stat0 = prayer & stat_base($stat0) = 31) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_76 = 6) { - $int4 = 0; - } - case 45 : - if ($stat0 = firemaking & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_159 >= 12) { - $int4 = 0; - } - case 46 : - if ($stat0 = crafting & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = herblore & stat_base($stat0) = 15) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_339 = 85) { - $int4 = 0; - } - case 47 : - if ($stat0 = crafting & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1372 > 124) { - $int4 = 0; - } - case 48 : - if ($stat0 = agility & stat_base($stat0) = 32) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_116 > 14) { - $int4 = 0; - } - case 49 : - if ($stat0 = magic & stat_base($stat0) = 33) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 37) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = ranged & stat_base($stat0) = 37) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 37) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1444 > 59) { - $int4 = 0; - } - case 50 : - if ($stat0 = cooking & stat_base($stat0) = 62) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = firemaking & stat_base($stat0) = 42) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = fishing & stat_base($stat0) = 62) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 66) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 45) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2098 = 200) { - $int4 = 0; - } - case 51 : - if ($stat0 = agility & stat_base($stat0) = 15) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = cooking & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = fishing & stat_base($stat0) = 5) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_320 = 6) { - $int4 = 0; - } - case 52 : - if ($stat0 = crafting & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = firemaking & stat_base($stat0) = 49) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_451 > 1) { - $int4 = 0; - } - case 53 : - if ($stat0 = ranged & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 42) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_26 = 80 | %varplayer_26 = 90) { - $int4 = 0; - } - case 54 : - if ($stat0 = fletching & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_197 = 30) { - $int4 = 0; - } - case 55 : - if ($stat0 = thieving & stat_base($stat0) = 21) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_200 = 5) { - $int4 = 0; - } - case 56 : - if ($stat0 = agility & stat_base($stat0) = 28) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_385 > 44) { - $int4 = 0; - } - case 57 : - if ($stat0 = agility & stat_base($stat0) = 15) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_317 = 50) { - $int4 = 0; - } - case 58 : - if ($stat0 = ranged & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_161 = 10) { - $int4 = 0; - } - case 59 : - if ($stat0 = agility & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = herblore & stat_base($stat0) = 14) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 14) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 15) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_212 > 12) { - $int4 = 0; - } - case 60 : - if ($stat0 = attack & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_5 = 10) { - $int4 = 0; - } - case 61 : - if ($stat0 = construction & stat_base($stat0) = 5) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 46) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2497 = 60) { - $int4 = 0; - } - case 62 : - if ($stat0 = agility & stat_base($stat0) = 23) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 23) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2258 = 13) { - $int4 = 0; - } - case 63 : - if ($stat0 = crafting & stat_base($stat0) = 19) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = ranged & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = slayer & stat_base($stat0) = 18) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 35) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_3185 = 240) { - $int4 = 0; - } - case 64 : - if ($stat0 = magic & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2639 = 11) { - $int4 = 0; - } - case 65 : - if ($stat0 = crafting & stat_base($stat0) = 36) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = farming & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = firemaking & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2866 = 200) { - $int4 = 0; - } - case 66 : - if ($stat0 = construction & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 16) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = prayer & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_980 > 129) { - $int4 = 0; - } - case 67 : - if ($stat0 = crafting & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = runecraft & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = slayer & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2610 = 14) { - $int4 = 0; - } - case 68 : - if ($stat0 = agility & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = construction & stat_base($stat0) = 34) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = hunter & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_3293 = 135) { - $int4 = 0; - } - case 69 : - if ($stat0 = agility & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = construction & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 46) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 56) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_3311 = 340) { - $int4 = 0; - } - case 70 : - if ($stat0 = construction & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_3337 = 18) { - $int4 = 0; - } - case 71 : - if ($stat0 = runecraft & stat_base($stat0) = 35) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_3523 > 149) { - $int4 = 0; - } - case 72 : - if ($stat0 = firemaking & stat_base($stat0) = 40) { - ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_3534 = 80) { - $int4 = 0; - } - case 73 : - if ($stat0 = agility & stat_base($stat0) = 59) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = farming & stat_base($stat0) = 45) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = herblore & stat_base($stat0) = 52) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 58) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 71) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_2783 = 60) { - $int4 = 0; - } - case 74 : - if ($stat0 = magic & stat_base($stat0) = 45) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = defence & stat_base($stat0) = 65) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_3888 = 90) { - $int4 = 0; - } - case 75 : - if ($stat0 = agility & stat_base($stat0) = 45) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = ranged & stat_base($stat0) = 47) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = slayer & stat_base($stat0) = 56) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 56) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = strength & stat_base($stat0) = 60) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_3954 = 200) { - $int4 = 0; - } - case 76 : - if ($stat0 = agility & stat_base($stat0) = 55) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = farming & stat_base($stat0) = 53) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = slayer & stat_base($stat0) = 59) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 72) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4055 = 65) { - $int4 = 0; - } - case 77 : - if ($stat0 = prayer & stat_base($stat0) = 30) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = agility & stat_base($stat0) = 36) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 36) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = fishing & stat_base($stat0) = 36) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = herblore & stat_base($stat0) = 37) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4105 = 18) { - $int4 = 0; - } - case 78 : - if ($stat0 = cooking & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1850 = 1) { - $int4 = 0; - } - case 79 : - if ($stat0 = cooking & stat_base($stat0) = 31) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1895 = 110) { - $int4 = 0; - } - case 80 : - if ($stat0 = cooking & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1896 = 5) { - $int4 = 0; - } - case 81 : - if ($stat0 = cooking & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1878 = 5) { - $int4 = 0; - } - case 82 : - if ($stat0 = cooking & stat_base($stat0) = 41) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = firemaking & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1904 = 170) { - $int4 = 0; - } - case 83 : - if ($stat0 = cooking & stat_base($stat0) = 70) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = agility & stat_base($stat0) = 48) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_1914 = 50) { - $int4 = 0; - } - case 84 : - if ($stat0 = hunter & stat_base($stat0) = 48) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = firemaking & stat_base($stat0) = 51) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 58) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4321 = 200) { - $int4 = 0; - } - case 85 : - if ($stat0 = mining & stat_base($stat0) = 46) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4505 = 100) { - $int4 = 0; - } - case 86 : - if ($stat0 = construction & stat_base($stat0) = 44) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = fletching & stat_base($stat0) = 42) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4396 = 60) { - $int4 = 0; - } - case 87 : - if ($stat0 = agility & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = firemaking & stat_base($stat0) = 21) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 60) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = strength & stat_base($stat0) = 60) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4230 = 700) { - $int4 = 0; - } - case 88 : - if ($stat0 = crafting & stat_base($stat0) = 42) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = farming & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = fishing & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = prayer & stat_base($stat0) = 47) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = slayer & stat_base($stat0) = 42) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayer_600 > 18) { - $int4 = 0; - } - case 89 : - if ($stat0 = construction & stat_base($stat0) = 20) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = agility & stat_base($stat0) = 29) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 47) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 49) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 35) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = slayer & stat_base($stat0) = 31) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = firemaking & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4569 = 500) { - $int4 = 0; - } - case 90 : - if ($stat0 = attack & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 41) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 43) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = strength & stat_base($stat0) = 45) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = construction & stat_base($stat0) = 50) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4700 = 63) { - $int4 = 0; - } - case 91 : - if ($stat0 = construction & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = farming & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = hunter & stat_base($stat0) = 10) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 11) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4684 = 150) { - $int4 = 0; - } - case 92 : - if ($stat0 = slayer & stat_base($stat0) = 35) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 25) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4764 = 250) { - $int4 = 0; - } - case 93 : - if ($stat0 = agility & stat_base($stat0) = 60) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 63) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 66) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 69) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_4797 = 100) { - $int4 = 0; - } - case 94 : - if ($stat0 = construction & stat_base($stat0) = 40) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = farming & stat_base($stat0) = 26) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = prayer & stat_base($stat0) = 35) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = summoning & stat_base($stat0) = 19) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_5032 = 80) { - $int4 = 0; - } - case 95 : - if ($stat0 = firemaking & stat_base($stat0) = 43) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_5133 >= 90) { - $int4 = 0; - } - case 96 : - if ($stat0 = firemaking & stat_base($stat0) = 47) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = hunter & stat_base($stat0) = 35) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 45) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = prayer & stat_base($stat0) = 55) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = summoning & stat_base($stat0) = 23) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = woodcutting & stat_base($stat0) = 37) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_5331 = 35) { - $int4 = 0; - } - case 97 : - if ($stat0 = hunter & stat_base($stat0) = 51) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = agility & stat_base($stat0) = 51) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = smithing & stat_base($stat0) = 54) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = mining & stat_base($stat0) = 59) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_5387 >= 250) { - $int4 = 0; - } - case 98 : - if ($stat0 = defence & stat_base($stat0) = 65) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = magic & stat_base($stat0) = 75) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = herblore & stat_base($stat0) = 65) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = thieving & stat_base($stat0) = 60) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = hunter & stat_base($stat0) = 55) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = farming & stat_base($stat0) = 65) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = summoning & stat_base($stat0) = 23) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (~script395 = 1 & ($stat0 = strength | $stat0 = attack)) { - $string0, $obj3, $int4 = ~script2042($stat0, $int2, $int1); - } - if (%varplayerbit_5491 >= 910) { - $int4 = 0; - } - case 99 : - if ($stat0 = firemaking & stat_base($stat0) = 55) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = crafting & stat_base($stat0) = 52) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if ($stat0 = fletching & stat_base($stat0) = 53) { - $string0, $obj3, $int4 = ~script1025($stat0, $int2, $int1); - } - if (%varplayerbit_5761 = 30) { - $int4 = 0; - } - case default : - $int4 = -1; -} -return($string0, $obj3, $int4); diff --git a/dumps/530/script/[proc,script1024].cs2 b/dumps/530/script/[proc,script1024].cs2 deleted file mode 100644 index 64a430f34..000000000 --- a/dumps/530/script/[proc,script1024].cs2 +++ /dev/null @@ -1,406 +0,0 @@ -// 1024 -[proc,script1024](int $int0)(int) -switch_int ($int0) { - case 0 : - if (stat_base(mining) >= 10) { - return(1); - } - case 1 : - if (stat_base(attack) >= 15 & stat_base(prayer) >= 25) { - return(1); - } - case 2 : - if (stat_base(defence) >= 30 & stat_base(mining) >= 40 & stat_base(smithing) >= 50) { - return(1); - } - case 3 : - if (stat_base(cooking) >= 30 & stat_base(fletching) >= 5 & stat_base(ranged) >= 30) { - return(1); - } - case 4 : - if (stat_base(agility) >= 42 & stat_base(crafting) >= 45 & stat_base(ranged) >= 40 & stat_base(smithing) >= 50) { - return(1); - } - case 5 : - if (stat_base(crafting) >= 20 & stat_base(thieving) >= 25) { - return(1); - } - case 6 : - if (stat_base(agility) >= 26 & stat_base(construction) >= 5 & stat_base(crafting) >= 32 & stat_base(magic) >= 33 & stat_base(mining) >= 20 & stat_base(strength) >= 40 & stat_base(thieving) >= 22) { - return(1); - } - case 7 : - if (stat_base(firemaking) >= 50 & stat_base(magic) >= 50 & stat_base(slayer) >= 10 & stat_base(thieving) >= 53) { - return(1); - } - case 8 : - if (stat_base(fletching) >= 50 & stat_base(runecraft) >= 50 & stat_base(smithing) >= 65) { - return(1); - } - case 9 : - if (stat_base(agility) >= 10 & stat_base(herblore) >= 10 & stat_base(thieving) >= 25) { - return(1); - } - case 10 : - if (stat_base(herblore) >= 31) { - return(1); - } - case 11 : - if (stat_base(hunter) >= 27) { - return(1); - } - case 12 : - if (stat_base(crafting) >= 20 & stat_base(mining) >= 20 & stat_base(smithing) >= 20) { - return(1); - } - case 13 : - if (stat_base(crafting) >= 50 & stat_base(firemaking) >= 45 & stat_base(magic) >= 39 & stat_base(prayer) >= 43) { - return(1); - } - case 14 : - if (stat_base(farming) >= 49 & stat_base(herblore) >= 57 & stat_base(thieving) >= 40) { - return(1); - } - case 15 : - if (stat_base(crafting) >= 40 & stat_base(magic) >= 59 & stat_base(mining) >= 40 & stat_base(smithing) >= 40) { - return(1); - } - case 16 : - if (stat_base(fishing) >= 10) { - return(1); - } - case 17 : - if (stat_base(cooking) >= 22 & stat_base(farming) >= 17) { - return(1); - } - case 18 : - if (stat_base(crafting) >= 40 & stat_base(fletching) >= 25 & stat_base(woodcutting) >= 40) { - return(1); - } - case 19 : - if (stat_base(farming) >= 25) { - return(1); - } - case 20 : - if (stat_base(agility) >= 25 & stat_base(cooking) >= 20) { - return(1); - } - case 21 : - if (stat_base(crafting) >= 12 & stat_base(firemaking) >= 16 & stat_base(magic) >= 33 & stat_base(thieving) >= 14) { - return(1); - } - case 22 : - if (stat_base(crafting) >= 20 & stat_base(thieving) >= 25) { - return(1); - } - case 23 : - if (stat_base(agility) >= 25) { - return(1); - } - case 24 : - if (stat_base(crafting) >= 49 & stat_base(thieving) >= 17) { - return(1); - } - case 25 : - if (stat_base(agility) >= 15 & stat_base(crafting) >= 35) { - return(1); - } - case 26 : - if (stat_base(cooking) >= 53 & stat_base(fishing) >= 53 & stat_base(herblore) >= 25 & stat_base(mining) >= 50) { - return(1); - } - case 27 : - if (stat_base(agility) >= 35) { - return(1); - } - case 28 : - if (stat_base(crafting) >= 25 & stat_base(magic) >= 7 & stat_base(mining) >= 15) { - return(1); - } - case 29 : - if (stat_base(herblore) >= 3) { - return(1); - } - case 30 : - if (stat_base(agility) >= 50 & stat_base(crafting) >= 50 & stat_base(herblore) >= 45 & stat_base(magic) >= 56 & stat_base(mining) >= 52 & stat_base(prayer) >= 42 & stat_base(smithing) >= 50 & stat_base(strength) >= 50 & stat_base(thieving) >= 50 & stat_base(woodcutting) >= 50) { - return(1); - } - case 31 : - if (stat_base(crafting) >= 31 & stat_base(woodcutting) >= 36) { - return(1); - } - case 32 : - if (stat_base(agility) >= 13 & stat_base(mining) >= 17 & stat_base(thieving) >= 13) { - return(1); - } - case 33 : - if (stat_base(crafting) >= 61 & stat_base(defence) >= 40 & stat_base(firemaking) >= 49 & stat_base(herblore) >= 5 & stat_base(magic) >= 65 & stat_base(mining) >= 60 & stat_base(woodcutting) >= 55) { - return(1); - } - case 34 : - if (stat_base(crafting) >= 20 & stat_base(magic) >= 7 & stat_base(smithing) >= 40) { - return(1); - } - case 35 : - if (stat_base(thieving) >= 30) { - return(1); - } - case 36 : - if (stat_base(agility) >= 20) { - return(1); - } - case 37 : - if (stat_base(ranged) >= 60 & stat_base(thieving) >= 50) { - return(1); - } - case 38 : - if (stat_base(agility) >= 25) { - return(1); - } - case 39 : - if (stat_base(farming) >= 29 & stat_base(woodcutting) >= 10) { - return(1); - } - case 40 : - if (stat_base(crafting) >= 18) { - return(1); - } - case 41 : - if (stat_base(agility) >= 36 & stat_base(crafting) >= 25 & stat_base(herblore) >= 18 & stat_base(smithing) >= 30) { - return(1); - } - case 42 : - if (stat_base(agility) >= 56) { - return(1); - } - case 43 : - if (stat_base(agility) >= 40 & stat_base(slayer) >= 40) { - return(1); - } - case 44 : - if (stat_base(prayer) >= 31) { - return(1); - } - case 45 : - if (stat_base(firemaking) >= 30) { - return(1); - } - case 46 : - if (stat_base(crafting) >= 20 & stat_base(herblore) >= 15) { - return(1); - } - case 47 : - if (stat_base(crafting) >= 30) { - return(1); - } - case 48 : - if (stat_base(agility) >= 32 & stat_base(crafting) >= 20) { - return(1); - } - case 49 : - if (stat_base(magic) >= 33 & stat_base(mining) >= 37 & stat_base(ranged) >= 37 & stat_base(thieving) >= 37) { - return(1); - } - case 50 : - if (stat_base(cooking) >= 62 & stat_base(crafting) >= 40 & stat_base(firemaking) >= 42 & stat_base(fishing) >= 62 & stat_base(magic) >= 66 & stat_base(smithing) >= 45) { - return(1); - } - case 51 : - if (stat_base(agility) >= 15 & stat_base(cooking) >= 30 & stat_base(fishing) >= 5) { - return(1); - } - case 52 : - if (stat_base(crafting) >= 20 & stat_base(firemaking) >= 49 & stat_base(mining) >= 20) { - return(1); - } - case 53 : - if (stat_base(ranged) >= 40 & stat_base(thieving) >= 42) { - return(1); - } - case 54 : - if (stat_base(fletching) >= 10 & stat_base(smithing) >= 20) { - return(1); - } - case 55 : - if (stat_base(thieving) >= 21) { - return(1); - } - case 56 : - if (stat_base(agility) >= 28) { - return(1); - } - case 57 : - if (stat_base(agility) >= 15) { - return(1); - } - case 58 : - if (stat_base(ranged) >= 25) { - return(1); - } - case 59 : - if (stat_base(agility) >= 25 & stat_base(herblore) >= 14 & stat_base(magic) >= 14 & stat_base(mining) >= 40 & stat_base(thieving) >= 15) { - return(1); - } - case 60 : - if (stat_base(attack) >= 20) { - return(1); - } - case 61 : - if (stat_base(construction) >= 5 & stat_base(magic) >= 46) { - return(1); - } - case 62 : - if (stat_base(agility) >= 23 & stat_base(thieving) >= 23) { - return(1); - } - case 63 : - if (stat_base(crafting) >= 19 & stat_base(ranged) >= 30 & stat_base(slayer) >= 18 & stat_base(woodcutting) >= 35) { - return(1); - } - case 64 : - if (stat_base(magic) >= 20 & stat_base(smithing) >= 30) { - return(1); - } - case 65 : - if (stat_base(crafting) >= 36 & stat_base(farming) >= 30 & stat_base(firemaking) >= 20) { - return(1); - } - case 66 : - if (stat_base(construction) >= 30 & stat_base(crafting) >= 16 & stat_base(prayer) >= 50) { - return(1); - } - case 67 : - if (stat_base(crafting) >= 30 & stat_base(runecraft) >= 30 & stat_base(slayer) >= 30 & stat_base(thieving) >= 30) { - return(1); - } - case 68 : - if (stat_base(agility) >= 30 & stat_base(construction) >= 34 & stat_base(crafting) >= 30 & stat_base(hunter) >= 10) { - return(1); - } - case 69 : - if (stat_base(agility) >= 40 & stat_base(construction) >= 20 & stat_base(crafting) >= 46 & stat_base(woodcutting) >= 56) { - return(1); - } - case 70 : - if (stat_base(construction) >= 10) { - return(1); - } - case 71 : - if (stat_base(runecraft) >= 35) { - return(1); - } - case 72 : - if (stat_base(firemaking) >= 40 & stat_base(woodcutting) >= 50) { - return(1); - } - case 73 : - if (stat_base(agility) >= 59 & stat_base(farming) >= 45 & stat_base(herblore) >= 52 & stat_base(thieving) >= 58 & stat_base(woodcutting) >= 71) { - return(1); - } - case 74 : - if (stat_base(magic) >= 45 & stat_base(defence) >= 65) { - return(1); - } - case 75 : - if (stat_base(agility) >= 45 & stat_base(ranged) >= 47 & stat_base(slayer) >= 56 & stat_base(thieving) >= 56 & stat_base(strength) >= 60) { - return(1); - } - case 76 : - if (stat_base(agility) >= 55 & stat_base(farming) >= 53 & stat_base(slayer) >= 59 & stat_base(woodcutting) >= 72) { - return(1); - } - case 77 : - if (stat_base(prayer) >= 30 & stat_base(agility) >= 36 & stat_base(thieving) >= 36 & stat_base(fishing) >= 36 & stat_base(herblore) >= 37) { - return(1); - } - case 78 : - if (stat_base(cooking) >= 10) { - return(1); - } - case 79 : - if (stat_base(cooking) >= 31) { - return(1); - } - case 80 : - if (stat_base(cooking) >= 40) { - return(1); - } - case 81 : - if (stat_base(cooking) >= 25) { - return(1); - } - case 82 : - if (stat_base(cooking) >= 41 & stat_base(firemaking) >= 20) { - return(1); - } - case 83 : - if (stat_base(cooking) >= 70 & stat_base(agility) >= 48) { - return(1); - } - case 84 : - if (stat_base(hunter) >= 48 & stat_base(firemaking) >= 51 & stat_base(woodcutting) >= 58) { - return(1); - } - case 85 : - if (stat_base(mining) >= 46) { - return(1); - } - case 86 : - if (stat_base(construction) >= 44 & stat_base(fletching) >= 42) { - return(1); - } - case 87 : - if (stat_base(agility) >= 50 & stat_base(firemaking) >= 21 & stat_base(thieving) >= 60 & stat_base(strength) >= 60) { - return(1); - } - case 88 : - if (stat_base(crafting) >= 42 & stat_base(farming) >= 40 & stat_base(fishing) >= 50 & stat_base(prayer) >= 47 & stat_base(slayer) >= 42) { - return(1); - } - case 89 : - if (stat_base(construction) >= 20 & stat_base(agility) >= 29 & stat_base(crafting) >= 47 & stat_base(magic) >= 49 & stat_base(mining) >= 35 & stat_base(slayer) >= 31 & stat_base(firemaking) >= 40) { - return(1); - } - case 90 : - if (stat_base(attack) >= 40 & stat_base(mining) >= 41 & stat_base(crafting) >= 43 & stat_base(strength) >= 45 & stat_base(construction) >= 50) { - return(1); - } - case 91 : - if (stat_base(construction) >= 10 & stat_base(farming) >= 10 & stat_base(hunter) >= 10 & stat_base(thieving) >= 11) { - return(1); - } - case 92 : - if (stat_base(slayer) >= 35 & stat_base(crafting) >= 25 & ~script1432 >= 85) { - return(1); - } - case 93 : - if (stat_base(agility) >= 60 & stat_base(thieving) >= 63 & stat_base(crafting) >= 66 & stat_base(smithing) >= 69) { - return(1); - } - case 94 : - if (stat_base(construction) >= 40 & stat_base(farming) >= 26 & stat_base(prayer) >= 35 & stat_base(summoning) >= 19) { - return(1); - } - case 95 : - if (stat_base(firemaking) >= 43) { - return(1); - } - case 96 : - if (stat_base(firemaking) >= 47 & stat_base(hunter) >= 35 & stat_base(mining) >= 45 & stat_base(prayer) >= 55 & stat_base(summoning) >= 23 & stat_base(woodcutting) >= 37) { - return(1); - } - case 97 : - if (stat_base(hunter) >= 51 & stat_base(agility) >= 51 & stat_base(smithing) >= 54 & stat_base(mining) >= 59) { - return(1); - } - case 98 : - if (stat_base(defence) >= 65 & stat_base(magic) >= 75 & stat_base(herblore) >= 65 & stat_base(thieving) >= 60 & stat_base(hunter) >= 55 & stat_base(farming) >= 65 & stat_base(summoning) >= 23 & ~script395 = 1) { - return(1); - } - case 99 : - if (stat_base(firemaking) >= 55 & stat_base(fletching) >= 53 & stat_base(crafting) >= 52) { - return(1); - } - case default : - return(0); -} diff --git a/dumps/530/script/[proc,script1025].cs2 b/dumps/530/script/[proc,script1025].cs2 deleted file mode 100644 index 4ed208268..000000000 --- a/dumps/530/script/[proc,script1025].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1025 -[proc,script1025](stat $stat0, int $int1, int $int2)(string, obj, int) -def_string $string0 = null; -def_obj $obj3 = null; -def_int $int4 = 1; -if (~script1024($int2) = 0) { - $string0 = "Level is one of the requirements for ."; -} else { - $string0 = "You now have all the levels you need to complete ."; -} -if ($obj3 = null) { - $obj3 = obj_6513; -} -return($string0, $obj3, $int4); diff --git a/dumps/530/script/[proc,script1029].cs2 b/dumps/530/script/[proc,script1029].cs2 deleted file mode 100644 index 5685882c9..000000000 --- a/dumps/530/script/[proc,script1029].cs2 +++ /dev/null @@ -1,41 +0,0 @@ -// 1029 -[proc,script1029](enum $enum0, int $int1) -cc_deleteall(interface_157:com_23); -cc_deleteall(interface_157:com_25); -if_settext("Quick-chat - Shortcut Reference", interface_157:com_14); -if_sethide(false, interface_157:com_35); -if_sethide(true, interface_157:com_17); -if_setonclick("script784(enum_1486, 0, 7)", interface_157:com_30); -if_settext("User Guide", interface_157:com_30); -def_int $int2 = 0; -def_int $int3 = 20; -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = 0; -def_string $string0 = ""; -cc_create(interface_157:com_25, ^iftype_graphic, $int4); -cc_setgraphic("v2_borders_slim,11"); -cc_setposition(35, calc($int3 - 22), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(400, 32, ^setsize_abs, ^setsize_abs); -$int4 = calc($int4 + 1); -while ($int2 < $int1) { - $int2 = calc($int2 + 1); - ~script1034($int4, 35, $int3, 400, 100, enum(int, string, $enum0, $int5), ^yellow); - $int4 = calc($int4 + 1); - $int5 = calc($int5 + 1); - $string0 = enum(int, string, $enum0, $int5); - $int6 = calc(paraheight($string0, 300, p12_full) * 12); - ~script1034($int4, 150, $int3, 300, $int6, $string0, ^white); - $int4 = calc($int4 + 1); - $int5 = calc($int5 + 1); - $int3 = calc($int3 + $int6 + 10); - cc_create(interface_157:com_25, ^iftype_graphic, $int4); - cc_setgraphic("v2_borders_slim,11"); - cc_setposition(35, calc($int3 - 20), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(400, 32, ^setsize_abs, ^setsize_abs); - $int4 = calc($int4 + 1); -} -if ($int3 > if_getheight(interface_157:com_25)) { - if_setscrollsize(0, $int3, interface_157:com_25); - ~script31(interface_157:com_24, interface_157:com_25, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -} diff --git a/dumps/530/script/[proc,script102].cs2 b/dumps/530/script/[proc,script102].cs2 deleted file mode 100644 index d99ce430d..000000000 --- a/dumps/530/script/[proc,script102].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 102 -[proc,script102](string $string0) -if (%varclient_5 < 2) { - if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); - } - if_sethide(false, interface_752:com_3); - if_sethide(true, interface_752:com_6); - if_sethide(true, interface_752:com_7); - if_settext($string0, interface_752:com_4); - if_settext("Click here to continue", interface_752:com_5); - %varclient_5 = 1; - if_setonclick("script101", interface_752:com_3); - if_setonkey(null, interface_752:com_5); - if_setcolour(0x000080, interface_752:com_5); - if_setonmouserepeat("script45(event_com, ^white)", interface_752:com_5); - if_setonmouseleave("script45(event_com, 0x000080)", interface_752:com_5); - ~script1188; -} diff --git a/dumps/530/script/[proc,script1030].cs2 b/dumps/530/script/[proc,script1030].cs2 deleted file mode 100644 index 49cbeb427..000000000 --- a/dumps/530/script/[proc,script1030].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1030 -[proc,script1030](int $int0) -if_sethide(true, interface_157:com_17); -if_sethide(false, interface_157:com_35); -cc_deleteall(interface_157:com_23); -cc_deleteall(interface_157:com_25); -if_setonclick("script1031", interface_157:com_30); -if_settext("Safety Guide", interface_157:com_30); -~script1033(enum(int, string, enum_1485, 0)); diff --git a/dumps/530/script/[proc,script1032].cs2 b/dumps/530/script/[proc,script1032].cs2 deleted file mode 100644 index 828e4cb13..000000000 --- a/dumps/530/script/[proc,script1032].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 1032 -[proc,script1032](enum $enum0, int $int1, int $int2) -if_setscrollpos(0, 0, interface_157:com_25); -cc_deleteall(interface_157:com_24); -if_sethide(false, interface_157:com_17); -if_sethide(false, interface_157:com_35); -if_setonclick("script1028", interface_157:com_30); -if_settext("Shortcut keys", interface_157:com_30); -cc_deleteall(interface_157:com_23); -cc_deleteall(interface_157:com_25); -~script1033(enum(int, string, $enum0, $int1)); -if_settext("Page of ", interface_157:com_20); -def_int $int3 = calc($int1 + 1); -def_int $int4 = calc($int1 - 1); -if ($int1 ! calc($int2 - 1)) { - if_setonclick("script784($enum0, $int3, $int2)", interface_157:com_21); - if_settrans(0, interface_157:com_21); -} else { - if_setonclick(null, interface_157:com_21); - if_settrans(200, interface_157:com_21); -} -if ($int1 ! 0) { - if_setonclick("script784($enum0, $int4, $int2)", interface_157:com_22); - if_settrans(0, interface_157:com_22); -} else { - if_setonclick(null, interface_157:com_22); - if_settrans(200, interface_157:com_22); -} diff --git a/dumps/530/script/[proc,script1033].cs2 b/dumps/530/script/[proc,script1033].cs2 deleted file mode 100644 index e16729236..000000000 --- a/dumps/530/script/[proc,script1033].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 1033 -[proc,script1033](string $string0) -def_string $string1 = ""; -def_int $int0 = 0; -$int0 = string_indexof_string($string0, "|", 0); -if ($int0 ! -1) { - $string1 = substring($string0, calc($int0 + 1), string_length($string0)); -} else { - $string1 = $string0; -} -if_settext(substring($string0, 0, $int0), interface_157:com_14); -def_int $int1 = 0; -def_int $int2 = 0; -$int1 = calc(paraheight($string1, 400, p12_full) * 12); -$int2 = if_getheight(interface_157:com_25); -$int2 = calc(if_getheight(interface_157:com_25) / 2 - $int1 / 2); -~script1034(0, 35, $int2, 400, 100, $string1, ^white); -cc_create(interface_157:com_25, ^iftype_graphic, 1); -cc_setgraphic("v2_borders_slim,11"); -cc_setposition(35, calc($int2 - 25), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(400, 32, ^setsize_abs, ^setsize_abs); -cc_create(interface_157:com_25, ^iftype_graphic, 2); -cc_setgraphic("v2_borders_slim,11"); -cc_setposition(35, calc($int2 + $int1), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(400, 32, ^setsize_abs, ^setsize_abs); diff --git a/dumps/530/script/[proc,script1034].cs2 b/dumps/530/script/[proc,script1034].cs2 deleted file mode 100644 index f66f75831..000000000 --- a/dumps/530/script/[proc,script1034].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1034 -[proc,script1034](int $int0, int $int1, int $int2, int $int3, int $int4, string $string0, int $rgb5) -cc_create(interface_157:com_25, ^iftype_text, $int0); -cc_setposition($int1, $int2, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int3, $int4, ^setsize_abs, ^setsize_abs); -cc_setcolour($rgb5); -cc_settextshadow(true); -cc_settextfont(p12_full); -cc_settext($string0); diff --git a/dumps/530/script/[proc,script1036].cs2 b/dumps/530/script/[proc,script1036].cs2 deleted file mode 100644 index 07207fb87..000000000 --- a/dumps/530/script/[proc,script1036].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1036 -[proc,script1036]()(chatcat) -def_chatcat $chatcat0 = null; -if (enum(int, int, enum_1548, %varplayerbit_4758) > 0) { - $chatcat0 = enum(int, chatcat, enum_1549, %varplayerbit_4758); - if ($chatcat0 ! null) { - return($chatcat0); - } -} -return(enum(int, chatcat, enum_1483, %varplayerbit_4759)); diff --git a/dumps/530/script/[proc,script1037].cs2 b/dumps/530/script/[proc,script1037].cs2 deleted file mode 100644 index 494a806e5..000000000 --- a/dumps/530/script/[proc,script1037].cs2 +++ /dev/null @@ -1,33 +0,0 @@ -// 1037 -[proc,script1037](chatphrase $chatphrase0, boolean $boolean1) -%varclient_161 = $boolean1; -%varclient_128 = -1; -%varclient_129 = 0; -%varclientstring_30 = ""; -def_string $string0 = chatphrase_gettext($chatphrase0); -if (%varclient_126 = 1) { - $string0 = "To <%varclientstring_27>: <$string0>"; -} else if (%varclient_126 = 2) { - $string0 = "[]: <$string0>"; -} else { - $string0 = "<$string0>"; -} -if_sethide(true, interface_137:com_50); -if_setonkey(null, interface_137:com_51); -if_sethide(false, interface_137:com_0); -if_sethide(true, interface_137:com_7); -if_sethide(true, interface_137:com_9); -if_sethide(false, interface_137:com_13); -if_sethide(true, interface_137:com_17); -if_sethide(true, interface_137:com_1); -if_sethide(false, interface_137:com_3); -if_setcolour(^black, interface_137:com_3); -if_settextfont(p12_full, interface_137:com_3); -if_settextalign(^settextalign_left, ^settextalign_centre, 0, interface_137:com_3); -if_settext($string0, interface_137:com_3); -if_settextshadow(false, interface_137:com_3); -cc_deleteall(interface_137:com_16); -if_settext("Search for: *", interface_137:com_14); -if_setonkey("script1038(event_keycode, event_keychar, interface_137:com_1, interface_137:com_14, interface_137:com_16, interface_137:com_15, $chatphrase0, 0)", interface_137:com_13); -if_setscrollsize(0, 0, interface_137:com_16); -~script72(interface_137:com_15, interface_137:com_16, 0); diff --git a/dumps/530/script/[proc,script1039].cs2 b/dumps/530/script/[proc,script1039].cs2 deleted file mode 100644 index 4317dbeec..000000000 --- a/dumps/530/script/[proc,script1039].cs2 +++ /dev/null @@ -1,68 +0,0 @@ -// 1039 -[proc,script1039](component $component0, component $component1, component $component2, chatphrase $chatphrase3) -%varclient_128 = -1; -def_int $int4 = oc_find(%varclientstring_30, %varclient_161); -def_int $int5 = if_getwidth($component1); -def_int $int6 = calc($int5 - 8); -if ($int4 = -1) { - cc_create($component1, ^iftype_text, 0); - cc_setposition(0, 48, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int5, 14, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_settext("Too many results. Please refine your search."); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_setcolour(^black); - cc_settextshadow(false); - if_setscrollsize(0, 0, $component1); - ~script1042($component1, $component2); - return; -} -if ($int4 = 0) { - cc_create($component1, ^iftype_text, 0); - cc_setposition(0, 48, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int5, 14, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_settext("No matching items found."); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_setcolour(^black); - cc_settextshadow(false); - if_setscrollsize(0, 0, $component1); - ~script1042($component1, $component2); - return; -} -def_int $int7 = 1; -def_obj $obj8 = oc_findnext; -def_string $string0 = ""; -cc_create($component1, ^iftype_rectangle, 0); -while ($obj8 ! null) { - if (compare($string0, oc_name($obj8)) ! 0 & enum(obj, int, enum_1547, $obj8) = 0) { - $string0 = oc_name($obj8); - cc_create($component1, ^iftype_text, $int7); - cc_setposition(4, calc(14 * ($int7 - 1)), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int6, 14, ^setsize_abs, ^setsize_abs); - cc_setcolour(^black); - cc_settext(oc_name($obj8)); - cc_settextfont(p12_full); - cc_settextshadow(false); - cc_setonmouseover("script1043($int7, $component1)"); - cc_setonclick("script1075($component0, $chatphrase3, $obj8)"); - $int7 = calc($int7 + 1); - } - $obj8 = oc_findnext; -} -if ($int7 = 1) { - cc_create($component1, ^iftype_text, 0); - cc_setposition(0, 48, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int5, 14, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_settext("No matching items found."); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_setcolour(^black); - cc_settextshadow(false); - if_setscrollsize(0, 0, $component1); - ~script1042($component1, $component2); - return; -} -if_setonkey("script1038(event_keycode, event_keychar, interface_137:com_1, interface_137:com_14, interface_137:com_16, interface_137:com_15, $chatphrase3, calc($int7 - 1))", interface_137:com_13); -if_setscrollsize(0, calc(14 * ($int7 - 1)), $component1); -~script1042($component1, $component2); diff --git a/dumps/530/script/[proc,script1041].cs2 b/dumps/530/script/[proc,script1041].cs2 deleted file mode 100644 index dfe032dea..000000000 --- a/dumps/530/script/[proc,script1041].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1041 -[proc,script1041](component $component0, component $component1, component $component2, chatphrase $chatphrase3) -cc_deleteall($component1); -if (string_length(%varclientstring_30) > 0) { - ~script1039($component0, $component1, $component2, $chatphrase3); -} else { - if_setscrollsize(0, 0, $component1); - ~script1042($component1, $component2); -} diff --git a/dumps/530/script/[proc,script1042].cs2 b/dumps/530/script/[proc,script1042].cs2 deleted file mode 100644 index 0a7b1bf3d..000000000 --- a/dumps/530/script/[proc,script1042].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1042 -[proc,script1042](component $component0, component $component1) -def_int $int2 = if_getheight($component0); -def_int $int3 = if_getscrollheight($component0); -def_int $int4 = calc($int3 - $int2); -if ($int4 < 0) { - $int4 = 0; -} -def_int $int5 = if_getscrolly($component0); -if ($int5 > $int4) { - $int5 = $int4; -} -~script31($component1, $component0, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -~script72($component1, $component0, $int5); diff --git a/dumps/530/script/[proc,script1044].cs2 b/dumps/530/script/[proc,script1044].cs2 deleted file mode 100644 index 65590be1c..000000000 --- a/dumps/530/script/[proc,script1044].cs2 +++ /dev/null @@ -1,71 +0,0 @@ -// 1044 -[proc,script1044](chatphrase $chatphrase0) -%varclient_128 = -1; -def_string $string0 = chatphrase_gettext($chatphrase0); -if (%varclient_126 = 1) { - $string0 = "To <%varclientstring_27>: <$string0>"; -} else if (%varclient_126 = 2) { - $string0 = "[]: <$string0>"; -} else { - $string0 = "<$string0>"; -} -if_sethide(true, interface_137:com_50); -if_setonkey(null, interface_137:com_51); -if_sethide(false, interface_137:com_0); -if_sethide(true, interface_137:com_7); -if_sethide(false, interface_137:com_9); -if_sethide(true, interface_137:com_13); -if_sethide(true, interface_137:com_17); -if_sethide(true, interface_137:com_1); -if_sethide(false, interface_137:com_3); -if_setcolour(^black, interface_137:com_3); -if_settextfont(p12_full, interface_137:com_3); -if_settextalign(^settextalign_left, ^settextalign_centre, 0, interface_137:com_3); -if_settext($string0, interface_137:com_3); -if_settextshadow(false, interface_137:com_3); -cc_deleteall(interface_137:com_12); -def_enum $enum1 = chatphrase_getdynamiccommandparam_enum($chatphrase0, %varclient_134, 0); -cc_create(interface_137:com_12, ^iftype_rectangle, 0); -def_int $int2 = if_getwidth(interface_137:com_12); -def_int $int3 = calc($int2 - 8); -def_int $int4 = 1; -def_int $int5 = 0; -def_int $intarray0(250); -def_int $int6 = 0; -$string0 = enum(int, string, $enum1, 0); -while (compare("", $string0) ! 0 & $int4 < 250) { - cc_create(interface_137:com_12, ^iftype_text, $int4); - cc_setposition(4, calc(14 * $int5), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int3, 14, ^setsize_abs, ^setsize_abs); - cc_setcolour(^black); - cc_settext($string0); - cc_settextfont(p12_full); - cc_settextshadow(false); - cc_setonmouseover("script1045($int4, interface_137:com_12, $int5)"); - cc_setonclick("script1073(interface_137:com_1, $chatphrase0, calc($int4 - 1))"); - $intarray0($int5) = $int5; - $string0 = enum(int, string, $enum1, $int4); - $int4 = calc($int4 + 1); - $int5 = calc($int5 + 1); -} -$int6 = calc($int5 - 1); -if (compare(enum(int, string, $enum1, 1000), "non-alpha") ! 0) { - ~script520(intarray0, 0, $int6, $enum1); - $int5 = 0; - while ($int5 <= $int6) { - if (cc_find(interface_137:com_12, calc($intarray0($int5) + 1)) = true) { - cc_setposition(4, calc(14 * $int5), ^setpos_abs_left, ^setpos_abs_top); - cc_setonmouseover("script1045(calc($intarray0($int5) + 1), interface_137:com_12, $int5)"); - } - $int5 = calc($int5 + 1); - } -} -$int5 = 0; -while ($int5 < 250) { - ~script1384($int5, $intarray0($int5)); - $int5 = calc($int5 + 1); -} -if_setonkey("script1046(event_keycode, event_keychar, interface_137:com_1, interface_137:com_12, interface_137:com_11, $chatphrase0, calc($int4 - 1))", interface_137:com_12); -if_setscrollsize(0, calc(14 * ($int4 - 1)), interface_137:com_12); -~script31(interface_137:com_11, interface_137:com_12, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -~script72(interface_137:com_11, interface_137:com_12, 0); diff --git a/dumps/530/script/[proc,script1047].cs2 b/dumps/530/script/[proc,script1047].cs2 deleted file mode 100644 index 3e7508595..000000000 --- a/dumps/530/script/[proc,script1047].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 1047 -[proc,script1047](chatphrase $chatphrase0) -%varclient_129 = 0; -def_string $string0 = chatphrase_gettext($chatphrase0); -if (%varclient_126 = 1) { - $string0 = "To <%varclientstring_27>: <$string0>"; -} else if (%varclient_126 = 2) { - $string0 = "[]: <$string0>"; -} else { - $string0 = "<$string0>"; -} -if_sethide(true, interface_137:com_50); -if_setonkey(null, interface_137:com_51); -if_sethide(false, interface_137:com_0); -if_sethide(false, interface_137:com_7); -if_sethide(true, interface_137:com_9); -if_sethide(true, interface_137:com_13); -if_sethide(true, interface_137:com_17); -if_sethide(true, interface_137:com_1); -if_sethide(false, interface_137:com_3); -if_setcolour(^black, interface_137:com_3); -if_settextfont(p12_full, interface_137:com_3); -if_settextalign(^settextalign_left, ^settextalign_centre, 0, interface_137:com_3); -if_settext($string0, interface_137:com_3); -if_settextshadow(false, interface_137:com_3); -cc_deleteall(interface_137:com_7); -if_settext("Please enter a value: *", interface_137:com_8); -if_setonkey("script1048(event_keycode, event_keychar, interface_137:com_1, interface_137:com_8, $chatphrase0)", interface_137:com_7); diff --git a/dumps/530/script/[proc,script1050].cs2 b/dumps/530/script/[proc,script1050].cs2 deleted file mode 100644 index 9969fba1f..000000000 --- a/dumps/530/script/[proc,script1050].cs2 +++ /dev/null @@ -1,33 +0,0 @@ -// 1050 -[proc,script1050](int $int0, string $string0) -if ($int0 = 2 & compare("", clan_getchatdisplayname) = 0) { - return; -} -if (getwindowmode >= 2) { - if_setgraphic(chat_background, interface_752:com_1); - if_setalpha(false, interface_752:com_1); - if_sethide(false, interface_752:com_1); - if_sethide(false, interface_752:com_2); -} -if_sethide(true, interface_137:com_50); -if_setonkey(null, interface_137:com_51); -if_sethide(false, interface_137:com_0); -if_sethide(true, interface_137:com_7); -if_sethide(true, interface_137:com_9); -if_sethide(true, interface_137:com_13); -if_sethide(false, interface_137:com_17); -if_sethide(false, interface_137:com_1); -if_sethide(true, interface_137:com_3); -if_setscrollpos(0, 0, interface_137:com_17); -def_chatcat $chatcat1 = chatcat_85; -def_chatcat $chatcat2 = ~script1036; -def_int $int3 = 1; -if ($int0 = 3) { - $chatcat1 = chatcat_32769; - $chatcat2 = null; - $int3 = 0; -} -%varclient_126 = $int0; -%varclientstring_27 = $string0; -%varclient_127 = 1; -~script1062(interface_137:com_1, 0, $chatcat1, $chatcat2, $int3); diff --git a/dumps/530/script/[proc,script1051].cs2 b/dumps/530/script/[proc,script1051].cs2 deleted file mode 100644 index e1fc42966..000000000 --- a/dumps/530/script/[proc,script1051].cs2 +++ /dev/null @@ -1,22 +0,0 @@ -// 1051 -[proc,script1051](int $int0, string $string0) -%varclient_126 = $int0; -%varclientstring_27 = $string0; -%varclient_127 = 1; -if (getwindowmode >= 2) { - if_setgraphic(chat_background, interface_752:com_1); - if_setalpha(false, interface_752:com_1); - if_sethide(false, interface_752:com_1); - if_sethide(false, interface_752:com_2); -} -if_sethide(true, interface_137:com_50); -if_setonkey(null, interface_137:com_51); -if_sethide(false, interface_137:com_0); -if_sethide(true, interface_137:com_7); -if_sethide(true, interface_137:com_9); -if_sethide(true, interface_137:com_13); -if_sethide(false, interface_137:com_17); -if_sethide(false, interface_137:com_1); -if_sethide(true, interface_137:com_3); -if_setscrollpos(0, 0, interface_137:com_17); -~script1062(interface_137:com_1, 0, ~script1036, null, 0); diff --git a/dumps/530/script/[proc,script1052].cs2 b/dumps/530/script/[proc,script1052].cs2 deleted file mode 100644 index de83afd9b..000000000 --- a/dumps/530/script/[proc,script1052].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 1052 -[proc,script1052](int $int0, string $string0, chatphrase $chatphrase1) -if ($chatphrase1 = null | chatphrase_getautoresponsecount($chatphrase1) = 0) { - return; -} -%varclient_126 = $int0; -%varclientstring_27 = $string0; -%varclient_127 = 1; -if (getwindowmode >= 2) { - if_setgraphic(chat_background, interface_752:com_1); - if_setalpha(false, interface_752:com_1); - if_sethide(false, interface_752:com_1); - if_sethide(false, interface_752:com_2); -} -if_sethide(true, interface_137:com_50); -if_setonkey(null, interface_137:com_51); -if_sethide(false, interface_137:com_0); -if_sethide(true, interface_137:com_7); -if_sethide(true, interface_137:com_9); -if_sethide(true, interface_137:com_13); -if_sethide(false, interface_137:com_17); -if_sethide(false, interface_137:com_1); -if_sethide(true, interface_137:com_3); -if_setscrollpos(0, 0, interface_137:com_17); -~script1063(interface_137:com_1, $chatphrase1); diff --git a/dumps/530/script/[proc,script1054].cs2 b/dumps/530/script/[proc,script1054].cs2 deleted file mode 100644 index 8dd89f3fb..000000000 --- a/dumps/530/script/[proc,script1054].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1054 -[proc,script1054] -if_sethide(false, interface_137:com_50); -if_setonkey("script73(event_keycode, event_keychar)", interface_137:com_51); -if_sethide(true, interface_137:com_0); -def_int $int0 = 0; -while (enum(int, component, enum_1550, $int0) ! null) { - if_setonkey(null, enum(int, component, enum_1550, $int0)); - $int0 = calc($int0 + 1); -} -if (getwindowmode >= 2) { - ~script1364; -} diff --git a/dumps/530/script/[proc,script1061].cs2 b/dumps/530/script/[proc,script1061].cs2 deleted file mode 100644 index 95b3b418b..000000000 --- a/dumps/530/script/[proc,script1061].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1061 -[proc,script1061](component $component0, component $component1, int $int2, component $component3, int $int4, chatcat $chatcat5) -%varclient_159 = 0; -%varclient_158 = 0; -def_int $int6 = 0; -while (cc_find($component0, $int6) = true) { - if ($int6 = $int2) { - cc_setonmouseover(null); - cc_setonmouseleave(null); - if (.cc_find($component1, $int6) = true) { - .cc_sethide(false); - .cc_setcolour(0x969777); - } - } else { - cc_setonmouseover("script1082(calc($int4 - 1), $component1, $int6)"); - cc_setonmouseleave("script1083(calc($int4 - 1), $component1, $int6)"); - if (.cc_find($component1, $int6) = true) { - .cc_sethide(true); - } - } - $int6 = calc($int6 + 1); -} -~script1062($component3, $int4, $chatcat5, null, 0); diff --git a/dumps/530/script/[proc,script1062].cs2 b/dumps/530/script/[proc,script1062].cs2 deleted file mode 100644 index 5a2e71e6b..000000000 --- a/dumps/530/script/[proc,script1062].cs2 +++ /dev/null @@ -1,162 +0,0 @@ -// 1062 -[proc,script1062](component $component0, int $int1, chatcat $chatcat2, chatcat $chatcat3, int $int4) -def_component $component5 = enum(int, component, enum_1550, $int1); -def_component $component6 = enum(int, component, enum_1551, $int1); -cc_deleteall($component5); -cc_deleteall($component6); -if ($component5 = null) { - return; -} -cc_create($component0, ^iftype_text, $int1); -cc_setcolour(^black); -cc_settextfont(p12_full); -cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); -def_string $string0 = chatcat_getdesc($chatcat2); -cc_setopbase($string0); -cc_setonop("script1067($component0, $int1)"); -cc_setop(1, "Return to: "); -if ($int1 > 0) { - $string0 = " <$string0> "; -} else if (%varclient_126 = 1) { - $string0 = " To <%varclientstring_27>: <$string0> "; -} else if (%varclient_126 = 2) { - $string0 = " []: <$string0> "; -} else { - $string0 = " <$string0> "; -} -cc_settext($string0); -cc_settextshadow(false); -cc_setsize(calc(parawidth($string0, if_getwidth($component0), p12_full) + 4), if_getheight($component0), ^setsize_abs, ^setsize_abs); -cc_setonmouseover("script1080(interface_137:com_2, $int1)"); -cc_setonmouseleave("script1081(interface_137:com_2, $int1)"); -.cc_create(interface_137:com_2, ^iftype_rectangle, $int1); -.cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); -.cc_setcolour(0x577e45); -.cc_setfill(true); -.cc_sethide(true); -if_sethide(false, $component5); -def_int $int7 = chatcat_getsubcatcount($chatcat2); -def_int $int8 = chatcat_getphrasecount($chatcat2); -def_int $int9 = 0; -def_int $int10 = 0; -def_int $int11 = 0; -def_int $int12 = 0; -def_chatcat $chatcat13 = null; -def_chatphrase $chatphrase14 = null; -def_char $char15 = null; -def_int $int16 = 0; -while ($int9 < $int7) { - cc_create($component5, ^iftype_text, $int10); - cc_setcolour(^black); - cc_settextfont(p12_full); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - $chatcat13 = chatcat_getsubcat($chatcat2, $int9); - $string0 = chatcat_getdesc($chatcat13); - cc_setonop("script1060($component5, $component6, $int10, $component0, calc($int1 + 1), $chatcat13)"); - cc_setopbase($string0); - cc_setop(1, "Select: "); - cc_setonmouseover("script1082($int1, $component6, $int10)"); - cc_setonmouseleave("script1083($int1, $component6, $int10)"); - $char15 = char_touppercase(chatcat_getsubcatshortcut($chatcat2, $int9)); - if (char_isalphanumeric($char15) = true) { - $string0 = ". <$string0> "; - } else { - $string0 = "<$string0> "; - } - cc_settext($string0); - cc_settextshadow(false); - $int11 = parawidth($string0, if_getwidth($component0), p12_full); - if ($int11 > $int12) { - $int12 = $int11; - } - $int9 = calc($int9 + 1); - $int10 = calc($int10 + 1); -} -$int9 = 0; -while ($int9 < $int8) { - cc_create($component5, ^iftype_text, $int10); - cc_setcolour(^black); - cc_settextfont(p12_full); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - $chatphrase14 = chatcat_getphrase($chatcat2, $int9); - $string0 = chatphrase_gettext($chatphrase14); - cc_setonop("script1070($component0, $chatphrase14, $int1)"); - cc_setopbase($string0); - cc_setop(1, "Send: "); - cc_setonmouseover("script1082($int1, $component6, $int10)"); - cc_setonmouseleave("script1083($int1, $component6, $int10)"); - if ($int9 < 10) { - $string0 = ". <$string0>"; - } - cc_settext($string0); - cc_settextshadow(false); - $int11 = parawidth($string0, if_getwidth($component0), p12_full); - if ($int11 > $int12) { - $int12 = $int11; - } - $int9 = calc($int9 + 1); - $int10 = calc($int10 + 1); -} -if ($chatcat3 ! null) { - cc_create($component5, ^iftype_text, $int10); - cc_setcolour(^black); - cc_settextfont(p12_full); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - $string0 = chatcat_getdesc($chatcat3); - cc_setonop("script1060($component5, $component6, $int10, $component0, calc($int1 + 1), $chatcat3)"); - cc_setopbase($string0); - cc_setop(1, "Select: "); - cc_setonmouseover("script1082($int1, $component6, $int10)"); - cc_setonmouseleave("script1083($int1, $component6, $int10)"); - $string0 = "X. <$string0> "; - cc_settext($string0); - cc_settextshadow(false); - $int11 = parawidth($string0, if_getwidth($component0), p12_full); - if ($int11 > $int12) { - $int12 = $int11; - } - $int10 = calc($int10 + 1); -} -if ($int4 = 1) { - cc_create($component5, ^iftype_text, $int10); - cc_setcolour(^black); - cc_settextfont(p12_full); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - cc_setonop("script1877($component5, $component6, $int10, $int1)"); - cc_setopbase("Search phrases"); - cc_setop(1, "Select: "); - cc_setonmouseover("script1082($int1, $component6, $int10)"); - cc_setonmouseleave("script1083($int1, $component6, $int10)"); - cc_settext("Enter. Search "); - cc_settextshadow(false); - $int11 = parawidth($string0, if_getwidth($component0), p12_full); - if ($int11 > $int12) { - $int12 = $int11; - } - $int10 = calc($int10 + 1); -} -if_setonkey("script1059(event_keycode, event_keychar, $component0, $int1, $chatcat2, null, $int10)", $component5); -$int9 = 0; -def_int $int17 = 0; -while (cc_find($component5, $int9) = true) { - if (calc($int16 * 14 + 14) > if_getheight($component5)) { - $int17 = calc($int17 + $int12 + 4); - $int16 = 0; - } - cc_setsize($int12, 14, ^setsize_abs, ^setsize_abs); - cc_setposition(calc($int17 + 2), calc($int16 * 14), ^setpos_abs_left, ^setpos_abs_top); - .cc_create($component6, ^iftype_rectangle, $int9); - .cc_setsize(calc(cc_getwidth + 4), cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setposition(calc(cc_getx - 2), cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setcolour(0x577e45); - .cc_setfill(true); - .cc_sethide(true); - $int9 = calc($int9 + 1); - $int16 = calc($int16 + 1); -} -$int17 = calc($int17 + $int12 + 4); -def_component $component18 = if_getlayer($component5); -if_setsize($int17, if_getheight($component18), ^setsize_abs, ^setsize_abs, $component5); -if_setsize($int17, if_getheight($component18), ^setsize_abs, ^setsize_abs, $component6); -if_setposition(calc(if_getx($component5) + $int17), 0, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, enum_1550, calc($int1 + 1))); -~script1068($component0, $int1); diff --git a/dumps/530/script/[proc,script1063].cs2 b/dumps/530/script/[proc,script1063].cs2 deleted file mode 100644 index 6bc203c0b..000000000 --- a/dumps/530/script/[proc,script1063].cs2 +++ /dev/null @@ -1,78 +0,0 @@ -// 1063 -[proc,script1063](component $component0, chatphrase $chatphrase1) -def_component $component2 = enum(int, component, enum_1550, 0); -def_component $component3 = enum(int, component, enum_1551, 0); -cc_deleteall($component2); -cc_deleteall($component3); -cc_create($component0, ^iftype_text, 0); -cc_setcolour(^black); -cc_settextfont(p12_full); -cc_settextalign(^settextalign_left, ^settextalign_centre, 0); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -def_string $string0 = chatphrase_gettext($chatphrase1); -if (%varclient_126 = 1) { - $string0 = "From <%varclientstring_27>: <$string0>"; -} else if (%varclient_126 = 2) { - $string0 = "[] <%varclientstring_27>: <$string0>"; -} else { - $string0 = "<%varclientstring_27>: <$string0>"; -} -cc_settext($string0); -cc_settextshadow(false); -cc_setsize(parawidth($string0, if_getwidth($component0), p12_full), if_getheight($component0), ^setsize_abs, ^setsize_abs); -if_sethide(false, $component2); -def_int $int4 = chatphrase_getautoresponsecount($chatphrase1); -def_int $int5 = 0; -def_int $int6 = 0; -def_int $int7 = 0; -def_int $int8 = 0; -def_chatphrase $chatphrase9 = null; -def_int $int10 = 0; -while ($int5 < $int4) { - cc_create($component2, ^iftype_text, $int6); - cc_setcolour(^black); - cc_settextfont(p12_full); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - $chatphrase9 = chatphrase_getautoresponse($chatphrase1, $int5); - $string0 = chatphrase_gettext($chatphrase9); - cc_setonop("script1070($component0, $chatphrase9, 0)"); - cc_setopbase($string0); - cc_setop(1, "Send: "); - cc_setonmouseover("script1082(0, $component3, $int6)"); - cc_setonmouseleave("script1083(0, $component3, $int6)"); - if ($int5 < 10) { - $string0 = ". <$string0>"; - } - cc_settext($string0); - cc_settextshadow(false); - $int7 = parawidth($string0, if_getwidth($component0), p12_full); - if ($int7 > $int8) { - $int8 = $int7; - } - $int5 = calc($int5 + 1); - $int6 = calc($int6 + 1); -} -if_setonkey("script1059(event_keycode, event_keychar, $component0, 0, null, $chatphrase1, $int6)", $component2); -$int5 = 0; -def_int $int11 = 0; -while (cc_find($component2, $int5) = true) { - if (calc($int10 * 14 + 14) > if_getheight($component2)) { - $int11 = calc($int11 + $int8 + 4); - $int10 = 0; - } - cc_setsize($int8, 14, ^setsize_abs, ^setsize_abs); - cc_setposition(calc($int11 + 2), calc($int10 * 14), ^setpos_abs_left, ^setpos_abs_top); - .cc_create($component3, ^iftype_rectangle, $int5); - .cc_setsize(calc(cc_getwidth + 4), cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setposition(calc(cc_getx - 2), cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_setcolour(0x577e45); - .cc_setfill(true); - .cc_sethide(true); - $int5 = calc($int5 + 1); - $int10 = calc($int10 + 1); -} -$int11 = calc($int11 + $int8 + 4); -def_component $component12 = if_getlayer($component2); -if_setsize($int11, if_getheight($component12), ^setsize_abs, ^setsize_abs, $component2); -if_setsize($int11, if_getheight($component12), ^setsize_abs, ^setsize_abs, $component3); -~script1068($component0, 0); diff --git a/dumps/530/script/[proc,script1064].cs2 b/dumps/530/script/[proc,script1064].cs2 deleted file mode 100644 index fe172c17b..000000000 --- a/dumps/530/script/[proc,script1064].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1064 -[proc,script1064](int $int0) -def_component $component1 = enum(int, component, enum_1550, $int0); -def_component $component2 = if_getlayer($component1); -if (if_getscrollwidth($component2) = 0) { - if_setscrollsize(if_getwidth($component2), 0, $component2); -} -def_int $int3 = if_getwidth($component1); -def_int $int4 = if_getx($component1); -while ($int0 > 0) { - $int0 = calc($int0 - 1); - $component1 = enum(int, component, enum_1550, $int0); - if (if_gethide($component1) = false & calc($int3 + if_getwidth($component1)) <= if_getwidth($component2)) { - $int3 = calc($int3 + if_getwidth($component1)); - $int4 = if_getx($component1); - } else { - $int0 = -1; - } -} -if (if_getscrollx($component2) = $int4) { - if_setontimer(null, $component2); -} else { - if_setontimer("script1065($component2, $int4)", $component2); -} diff --git a/dumps/530/script/[proc,script1066].cs2 b/dumps/530/script/[proc,script1066].cs2 deleted file mode 100644 index fc657258f..000000000 --- a/dumps/530/script/[proc,script1066].cs2 +++ /dev/null @@ -1,73 +0,0 @@ -// 1066 -[proc,script1066](component $component0, int $int1) -def_int $int2 = if_getwidth($component0); -def_int $int3 = 0; -def_int $int4 = 0; -def_int $int5 = 0; -while (cc_find($component0, $int4) = true) { - $int3 = calc($int3 + cc_getwidth); - $int4 = calc($int4 + 1); -} -if ($int3 <= $int2) { - $int4 = 0; - $int5 = 0; - while (cc_find($component0, $int4) = true) { - cc_sethide(false); - cc_setposition($int5, 0, ^setpos_abs_left, ^setpos_abs_top); - if (.cc_find(interface_137:com_2, $int4) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - } - $int5 = calc($int5 + cc_getwidth); - $int4 = calc($int4 + 1); - } - return; -} -cc_create($component0, ^iftype_text, calc($int1 + 1)); -cc_setcolour(^black); -cc_settextfont(p12_full); -cc_settextalign(^settextalign_left, ^settextalign_centre, 0); -cc_settext(" ... "); -cc_settextshadow(false); -cc_setsize(parawidth(" ... ", $int2, p12_full), if_getheight($component0), ^setsize_abs, ^setsize_abs); -$int3 = cc_getwidth; -if (cc_find($component0, $int1) = true) { - $int3 = calc($int3 + cc_getwidth); -} -$int4 = 0; -while ($int4 < $int1) { - if (cc_find($component0, $int4) = true) { - if (calc($int3 + cc_getwidth) <= $int2) { - cc_sethide(false); - $int3 = calc($int3 + cc_getwidth); - } else { - cc_sethide(true); - } - } - $int4 = calc($int4 + 1); -} -$int4 = 0; -$int5 = 0; -while ($int4 < $int1) { - if (cc_find($component0, $int4) = true) { - if (cc_gethide = false) { - cc_setposition($int5, 0, ^setpos_abs_left, ^setpos_abs_top); - if (.cc_find(interface_137:com_2, $int4) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - } - $int5 = calc($int5 + cc_getwidth); - } else if (.cc_find(interface_137:com_2, $int4) = true) { - .cc_sethide(true); - } - } - $int4 = calc($int4 + 1); -} -if (cc_find($component0, calc($int1 + 1)) = true) { - cc_setposition($int5, 0, ^setpos_abs_left, ^setpos_abs_top); - $int5 = calc($int5 + cc_getwidth); -} -if (cc_find($component0, $int1) = true) { - cc_setposition($int5, 0, ^setpos_abs_left, ^setpos_abs_top); - if (.cc_find(interface_137:com_2, $int4) = true) { - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - } -} diff --git a/dumps/530/script/[proc,script1068].cs2 b/dumps/530/script/[proc,script1068].cs2 deleted file mode 100644 index 21245c788..000000000 --- a/dumps/530/script/[proc,script1068].cs2 +++ /dev/null @@ -1,36 +0,0 @@ -// 1068 -[proc,script1068](component $component0, int $int1) -def_int $int2 = calc($int1 + 1); -def_component $component3 = enum(int, component, enum_1550, $int2); -def_component $component4 = enum(int, component, enum_1551, $int2); -while ($component3 ! null) { - cc_deleteall($component3); - cc_deleteall($component4); - if_sethide(true, $component3); - if_setonkey(null, $component3); - $component3 = enum(int, component, enum_1550, $int2); - $component4 = enum(int, component, enum_1551, $int2); - $int2 = calc($int2 + 1); -} -$int2 = calc($int1 + 1); -while (cc_find($component0, $int2) = true) { - cc_delete; - if (.cc_find(interface_137:com_2, $int2) = true) { - .cc_delete; - } - $int2 = calc($int2 + 1); -} -$int2 = 0; -$component3 = enum(int, component, enum_1550, $int1); -$component4 = enum(int, component, enum_1551, $int1); -while (cc_find($component3, $int2) = true) { - cc_setonmouseover("script1082($int1, $component4, $int2)"); - cc_setonmouseleave("script1083($int1, $component4, $int2)"); - if (.cc_find($component4, $int2) = true) { - .cc_sethide(true); - } - $int2 = calc($int2 + 1); -} -%varclient_128 = -1; -~script1064($int1); -~script1066($component0, $int1); diff --git a/dumps/530/script/[proc,script1069].cs2 b/dumps/530/script/[proc,script1069].cs2 deleted file mode 100644 index 4803a8c1d..000000000 --- a/dumps/530/script/[proc,script1069].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1069 -[proc,script1069] -%varclient_126 = %varclient_131; -%varclientstring_27 = %varclientstring_28; -%varclient_127 = 0; -if (if_gethide(interface_137:com_0) = true) { - if (getwindowmode >= 2) { - if_setgraphic(chat_background, interface_752:com_1); - if_setalpha(false, interface_752:com_1); - if_sethide(false, interface_752:com_1); - if_sethide(false, interface_752:com_2); - } - if_sethide(true, interface_137:com_50); - if_setonkey(null, interface_137:com_51); - if_sethide(false, interface_137:com_0); - if_sethide(true, interface_137:com_7); - if_sethide(true, interface_137:com_9); - if_sethide(true, interface_137:com_13); - if_sethide(false, interface_137:com_17); - if_sethide(false, interface_137:com_1); - if_sethide(true, interface_137:com_3); - if_setscrollpos(0, 0, interface_137:com_17); -} -~script1071(interface_137:com_1, %varclient_130, -1); diff --git a/dumps/530/script/[proc,script1071].cs2 b/dumps/530/script/[proc,script1071].cs2 deleted file mode 100644 index cb1e55dcd..000000000 --- a/dumps/530/script/[proc,script1071].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1071 -[proc,script1071](component $component0, chatphrase $chatphrase1, int $int2) -if ($int2 >= 0) { - ~script1068($component0, $int2); -} -%varclient_134 = 0; -if (chatphrase_getdynamiccommandcount($chatphrase1) > 0) { - ~script1072($component0, $chatphrase1); -} else { - ~script1077($chatphrase1); -} diff --git a/dumps/530/script/[proc,script1072].cs2 b/dumps/530/script/[proc,script1072].cs2 deleted file mode 100644 index 9ada7d9f1..000000000 --- a/dumps/530/script/[proc,script1072].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1072 -[proc,script1072](component $component0, chatphrase $chatphrase1) -def_int $int2 = chatphrase_getdynamiccommandcount($chatphrase1); -def_int $int3 = 0; -if ($int2 > 0) { - while (%varclient_134 < $int2 & %varclient_134 < 10) { - $int3 = chatphrase_getdynamiccommand($chatphrase1, %varclient_134); - if ($int3 = 0) { - ~script1044($chatphrase1); - return; - } - if ($int3 = 1) { - ~script1037($chatphrase1, false); - return; - } - if ($int3 = 10) { - ~script1037($chatphrase1, true); - return; - } - if ($int3 = 2) { - ~script1047($chatphrase1); - return; - } - %varclient_134 = calc(%varclient_134 + 1); - } -} -~script1077($chatphrase1); diff --git a/dumps/530/script/[proc,script1074].cs2 b/dumps/530/script/[proc,script1074].cs2 deleted file mode 100644 index efa88fbb1..000000000 --- a/dumps/530/script/[proc,script1074].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1074 -[proc,script1074](component $component0, chatphrase $chatphrase1, int $int2) -switch_int (%varclient_134) { - case 0 : - %varclient_135 = $int2; - case 1 : - %varclient_136 = $int2; - case 2 : - %varclient_137 = $int2; - case 3 : - %varclient_138 = $int2; - case 4 : - %varclient_139 = $int2; - case 5 : - %varclient_140 = $int2; - case 6 : - %varclient_141 = $int2; - case 7 : - %varclient_142 = $int2; - case 8 : - %varclient_143 = $int2; - case 9 : - %varclient_144 = $int2; -} -%varclient_134 = calc(%varclient_134 + 1); -~script1072($component0, $chatphrase1); diff --git a/dumps/530/script/[proc,script1076].cs2 b/dumps/530/script/[proc,script1076].cs2 deleted file mode 100644 index b903b8c6e..000000000 --- a/dumps/530/script/[proc,script1076].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1076 -[proc,script1076](component $component0, chatphrase $chatphrase1, obj $obj2) -switch_int (%varclient_134) { - case 0 : - %varclient_145 = $obj2; - case 1 : - %varclient_146 = $obj2; - case 2 : - %varclient_147 = $obj2; - case 3 : - %varclient_148 = $obj2; - case 4 : - %varclient_149 = $obj2; - case 5 : - %varclient_150 = $obj2; - case 6 : - %varclient_151 = $obj2; - case 7 : - %varclient_152 = $obj2; - case 8 : - %varclient_153 = $obj2; - case 9 : - %varclient_154 = $obj2; -} -%varclient_134 = calc(%varclient_134 + 1); -~script1072($component0, $chatphrase1); diff --git a/dumps/530/script/[proc,script1077].cs2 b/dumps/530/script/[proc,script1077].cs2 deleted file mode 100644 index 61afff908..000000000 --- a/dumps/530/script/[proc,script1077].cs2 +++ /dev/null @@ -1,48 +0,0 @@ -// 1077 -[proc,script1077](chatphrase $chatphrase0) -def_chatphrase $chatphrase1 = $chatphrase0; -if ($chatphrase0 = chatphrase_105 & %varplayer_394 = 0) { - $chatphrase0 = chatphrase_561; -} -activechatphrase_prepare($chatphrase0); -def_int $int2 = 0; -def_int $int3 = chatphrase_getdynamiccommandcount($chatphrase0); -def_int $int4 = -1; -while ($int2 < $int3 & $int2 < 10) { - switch_int (chatphrase_getdynamiccommand($chatphrase0, $int2)) { - case 0 : - ~script1078($int2); - case 1 : - ~script1079($int2); - case 10 : - ~script1079($int2); - case 2 : - ~script1078($int2); - } - $int2 = calc($int2 + 1); -} -if (%varclient_126 = 0 | %varclient_126 = 4) { - activechatphrase_sendpublic; -} else if (%varclient_126 = 1) { - $int4 = ~script1090(%varclientstring_27); - if ($int4 = 1) { - activechatphrase_sendprivate(removetags(%varclientstring_27)); - ~script1089; - } else if ($int4 = -1) { - mes("Sorry, this user is not on your Friends List."); - } else { - mes("Sorry, your friend is no longer playing RuneScape."); - } -} else if (%varclient_126 = 5) { - activechatphrase_sendprivate(removetags(%varclientstring_27)); - ~script1089; -} else if (%varclient_126 = 3 | %varclient_126 = 7) { - activechatphrase_sendprivate(removetags(%varclientstring_27)); - ~script1089; -} else if (%varclient_126 = 2 | %varclient_126 = 6) { - activechatphrase_sendclan; -} -%varclient_130 = $chatphrase1; -%varclient_131 = %varclient_126; -%varclientstring_28 = %varclientstring_27; -~script1054; diff --git a/dumps/530/script/[proc,script1078].cs2 b/dumps/530/script/[proc,script1078].cs2 deleted file mode 100644 index 7e8d71768..000000000 --- a/dumps/530/script/[proc,script1078].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1078 -[proc,script1078](int $int0) -switch_int ($int0) { - case 0 : - activechatphrase_setdynamicint(0, %varclient_135); - case 1 : - activechatphrase_setdynamicint(1, %varclient_136); - case 2 : - activechatphrase_setdynamicint(2, %varclient_137); - case 3 : - activechatphrase_setdynamicint(3, %varclient_138); - case 4 : - activechatphrase_setdynamicint(4, %varclient_139); - case 5 : - activechatphrase_setdynamicint(5, %varclient_140); - case 6 : - activechatphrase_setdynamicint(6, %varclient_141); - case 7 : - activechatphrase_setdynamicint(7, %varclient_142); - case 8 : - activechatphrase_setdynamicint(8, %varclient_143); - case 9 : - activechatphrase_setdynamicint(9, %varclient_144); -} diff --git a/dumps/530/script/[proc,script1079].cs2 b/dumps/530/script/[proc,script1079].cs2 deleted file mode 100644 index 98b7af7da..000000000 --- a/dumps/530/script/[proc,script1079].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1079 -[proc,script1079](int $int0) -switch_int ($int0) { - case 0 : - activechatphrase_setdynamicobj(0, %varclient_145); - case 1 : - activechatphrase_setdynamicobj(1, %varclient_146); - case 2 : - activechatphrase_setdynamicobj(2, %varclient_147); - case 3 : - activechatphrase_setdynamicobj(3, %varclient_148); - case 4 : - activechatphrase_setdynamicobj(4, %varclient_149); - case 5 : - activechatphrase_setdynamicobj(5, %varclient_150); - case 6 : - activechatphrase_setdynamicobj(6, %varclient_151); - case 7 : - activechatphrase_setdynamicobj(7, %varclient_152); - case 8 : - activechatphrase_setdynamicobj(8, %varclient_153); - case 9 : - activechatphrase_setdynamicobj(9, %varclient_154); -} diff --git a/dumps/530/script/[proc,script107].cs2 b/dumps/530/script/[proc,script107].cs2 deleted file mode 100644 index 480252b8e..000000000 --- a/dumps/530/script/[proc,script107].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 107 -[proc,script107](string $string0) -if (%varclient_11 = 1) { - mes("You can't do that while you're reporting abuse."); - return; -} -if (%varplayer_281 < 1000 & %varplayerbit_4895 = 2) { - mes("You need to complete 'Learning the Ropes' before talking to other players using Private Chat."); - return; -} -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -%varclientstring_23 = $string0; -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if_settext("Enter message to send to <%varclientstring_23>", interface_752:com_4); -if_settext("*", interface_752:com_5); -%varclient_5 = 6; -%varclientstring_22 = ""; -if_setonclick(null, interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[proc,script1084].cs2 b/dumps/530/script/[proc,script1084].cs2 deleted file mode 100644 index cfee268db..000000000 --- a/dumps/530/script/[proc,script1084].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1084 -[proc,script1084](int $int0, component $component1, int $int2) -if (if_gethide(enum(int, component, enum_1550, calc($int0 + 1))) = true) { - return; -} -if (cc_find($component1, $int2) = true) { - cc_sethide(true); -} diff --git a/dumps/530/script/[proc,script1086].cs2 b/dumps/530/script/[proc,script1086].cs2 deleted file mode 100644 index d07cc659c..000000000 --- a/dumps/530/script/[proc,script1086].cs2 +++ /dev/null @@ -1,56 +0,0 @@ -// 1086 -[proc,script1086](component $component0, int $int1, int $int2, int $int3) -cc_deleteall($component0); -def_int $int4 = if_getwidth($component0); -def_int $int5 = if_getheight($component0); -def_int $int6 = 0; -if ($int1 > 0) { - cc_create($component0, ^iftype_graphic, $int6); - cc_setposition(0, $int1, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 32, ^setsize_abs, ^setsize_abs); - cc_setgraphic("v2_borders_slim,13"); - cc_settiling(true); - $int6 = calc($int6 + 1); -} -if ($int2 > 0) { - cc_create($component0, ^iftype_graphic, $int6); - cc_setposition(0, $int2, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 32, ^setsize_abs, ^setsize_abs); - cc_setgraphic("v2_borders_slim,13"); - cc_settiling(true); - $int6 = calc($int6 + 1); -} -if ($int3 > 0) { - cc_create($component0, ^iftype_graphic, $int6); - cc_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 32, ^setsize_abs, ^setsize_abs); - cc_setgraphic("v2_borders_slim,13"); - cc_settiling(true); - $int6 = calc($int6 + 1); -} -cc_create($component0, ^iftype_graphic, $int6); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int4, 32, ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_borders_slim,13"); -cc_settiling(true); -$int6 = calc($int6 + 1); -cc_create($component0, ^iftype_graphic, $int6); -cc_setposition(0, calc($int5 - 32), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int4, 32, ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_borders_slim,13"); -cc_settiling(true); -cc_setvflip(true); -$int6 = calc($int6 + 1); -cc_create($component0, ^iftype_graphic, $int6); -cc_setposition(0, 1, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, calc($int5 - 2), ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_borders_slim,14"); -cc_settiling(true); -$int6 = calc($int6 + 1); -cc_create($component0, ^iftype_graphic, $int6); -cc_setposition(calc($int4 - 32), 1, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, calc($int5 - 2), ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_borders_slim,14"); -cc_settiling(true); -cc_sethflip(true); -$int6 = calc($int6 + 1); diff --git a/dumps/530/script/[proc,script1088].cs2 b/dumps/530/script/[proc,script1088].cs2 deleted file mode 100644 index 7c47e1a0e..000000000 --- a/dumps/530/script/[proc,script1088].cs2 +++ /dev/null @@ -1,67 +0,0 @@ -// 1088 -[proc,script1088](component $component0, int $int1) -def_int $int2 = if_getwidth($component0); -def_int $int3 = if_getheight($component0); -def_int $int4 = if_getnextsubid($component0); -cc_create($component0, ^iftype_graphic, $int4); -cc_setposition(0, -13, ^setpos_abs_centre, ^setpos_abs_top); -cc_setsize(4, 32, ^setsize_minus, ^setsize_abs); -cc_setgraphic("v2_stone_borders,0"); -cc_settiling(true); -$int4 = calc($int4 + 1); -cc_create($component0, ^iftype_graphic, $int4); -cc_setposition(0, -12, ^setpos_abs_centre, ^setpos_abs_bottom); -cc_setsize(4, 32, ^setsize_minus, ^setsize_abs); -cc_setgraphic("v2_stone_borders,2"); -cc_settiling(true); -$int4 = calc($int4 + 1); -cc_create($component0, ^iftype_graphic, $int4); -cc_setposition(-13, 0, ^setpos_abs_left, ^setpos_abs_centre); -cc_setsize(32, 4, ^setsize_abs, ^setsize_minus); -cc_setgraphic("v2_stone_borders,1"); -cc_settiling(true); -$int4 = calc($int4 + 1); -cc_create($component0, ^iftype_graphic, $int4); -cc_setposition(-12, 0, ^setpos_abs_right, ^setpos_abs_centre); -cc_setsize(32, 4, ^setsize_abs, ^setsize_minus); -cc_setgraphic("v2_stone_borders,3"); -cc_settiling(true); -$int4 = calc($int4 + 1); -cc_create($component0, ^iftype_graphic, $int4); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_stone_borders,4"); -$int4 = calc($int4 + 1); -cc_create($component0, ^iftype_graphic, $int4); -cc_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_top); -cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_stone_borders,5"); -$int4 = calc($int4 + 1); -cc_create($component0, ^iftype_graphic, $int4); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_bottom); -cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_stone_borders,6"); -$int4 = calc($int4 + 1); -cc_create($component0, ^iftype_graphic, $int4); -cc_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom); -cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_stone_borders,7"); -$int4 = calc($int4 + 1); -if ($int1 > 0) { - cc_create($component0, ^iftype_graphic, $int4); - cc_setposition(0, calc($int1 - 5), ^setpos_abs_centre, ^setpos_abs_top); - cc_setsize(4, 32, ^setsize_minus, ^setsize_abs); - cc_setgraphic("v2_stone_borders,8"); - cc_settiling(true); - $int4 = calc($int4 + 1); - cc_create($component0, ^iftype_graphic, $int4); - cc_setposition(0, calc($int1 - 3), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); - cc_setgraphic("v2_stone_borders,9"); - $int4 = calc($int4 + 1); - cc_create($component0, ^iftype_graphic, $int4); - cc_setposition(0, calc($int1 - 3), ^setpos_abs_right, ^setpos_abs_top); - cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); - cc_setgraphic("v2_stone_borders,10"); - $int4 = calc($int4 + 1); -} diff --git a/dumps/530/script/[proc,script1089].cs2 b/dumps/530/script/[proc,script1089].cs2 deleted file mode 100644 index f765c076d..000000000 --- a/dumps/530/script/[proc,script1089].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1089 -[proc,script1089] -if (chat_getfilter_private = ^chatfilter_off) { - chat_setfilter(chat_getfilter_public, ^chatfilter_friends, chat_getfilter_trade); - ~script178; - ~script84; - ~script89; -} diff --git a/dumps/530/script/[proc,script1090].cs2 b/dumps/530/script/[proc,script1090].cs2 deleted file mode 100644 index 6928e4bf0..000000000 --- a/dumps/530/script/[proc,script1090].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1090 -[proc,script1090](string $string0)(int) -def_int $int0 = friend_getslotfromname($string0); -if ($int0 = -1) { - return(-1); -} else if (friend_getworld($int0) = 0) { - return(0); -} else if (friend_platform($int0) = 1) { - return(1); -} else { - return(2); -} diff --git a/dumps/530/script/[proc,script1095].cs2 b/dumps/530/script/[proc,script1095].cs2 deleted file mode 100644 index 2164c29a8..000000000 --- a/dumps/530/script/[proc,script1095].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1095 -[proc,script1095] -~script1097; -if_setsize(viewport_geteffectivesize, ^setsize_abs, ^setsize_abs, interface_746:com_4); diff --git a/dumps/530/script/[proc,script1096].cs2 b/dumps/530/script/[proc,script1096].cs2 deleted file mode 100644 index dce252758..000000000 --- a/dumps/530/script/[proc,script1096].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1096 -[proc,script1096] -~script1098; -if_setsize(viewport_geteffectivesize, ^setsize_abs, ^setsize_abs, interface_746:com_4); diff --git a/dumps/530/script/[proc,script1097].cs2 b/dumps/530/script/[proc,script1097].cs2 deleted file mode 100644 index 2bbd78bf7..000000000 --- a/dumps/530/script/[proc,script1097].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1097 -[proc,script1097] -viewport_setfov(256, 256); -viewport_setzoom(256, 256); -viewport_clampfov(256, 256, 256, 256); diff --git a/dumps/530/script/[proc,script1098].cs2 b/dumps/530/script/[proc,script1098].cs2 deleted file mode 100644 index 1a9d4c029..000000000 --- a/dumps/530/script/[proc,script1098].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1098 -[proc,script1098] -viewport_setfov(0, 0); -viewport_setzoom(0, 0); -viewport_clampfov(0, 0, 0, 0); diff --git a/dumps/530/script/[proc,script1100].cs2 b/dumps/530/script/[proc,script1100].cs2 deleted file mode 100644 index 79ccc01d2..000000000 --- a/dumps/530/script/[proc,script1100].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1100 -[proc,script1100]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + %varplayerbit_3600); -$int0 = calc($int0 + %varplayerbit_3601); -$int0 = calc($int0 + %varplayerbit_3602); -$int0 = calc($int0 + %varplayerbit_3603); -$int0 = calc($int0 + %varplayerbit_3604); -$int0 = calc($int0 + %varplayerbit_3605); -$int0 = calc($int0 + %varplayerbit_3606); -$int0 = calc($int0 + %varplayerbit_3607); -$int0 = calc($int0 + %varplayerbit_3608); -$int0 = calc($int0 + %varplayerbit_3609); -return($int0); diff --git a/dumps/530/script/[proc,script1106].cs2 b/dumps/530/script/[proc,script1106].cs2 deleted file mode 100644 index 70cc3af97..000000000 --- a/dumps/530/script/[proc,script1106].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1106 -[proc,script1106]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script1108].cs2 b/dumps/530/script/[proc,script1108].cs2 deleted file mode 100644 index 6e6a539f0..000000000 --- a/dumps/530/script/[proc,script1108].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1108 -[proc,script1108]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + %varplayerbit_3986); -$int0 = calc($int0 + %varplayerbit_3987); -$int0 = calc($int0 + %varplayerbit_3988); -$int0 = calc($int0 + %varplayerbit_3989); -$int0 = calc($int0 + %varplayerbit_3990); -$int0 = calc($int0 + %varplayerbit_3991); -$int0 = calc($int0 + %varplayerbit_3992); -$int0 = calc($int0 + %varplayerbit_3993); -$int0 = calc($int0 + %varplayerbit_3994); -$int0 = calc($int0 + %varplayerbit_3995); -$int0 = calc($int0 + %varplayerbit_3996); -$int0 = calc($int0 + %varplayerbit_3997); -$int0 = calc($int0 + %varplayerbit_3998); -$int0 = calc($int0 + %varplayerbit_3999); -$int0 = calc($int0 + %varplayerbit_4000); -$int0 = calc($int0 + %varplayerbit_4001); -$int0 = calc($int0 + %varplayerbit_4002); -$int0 = calc($int0 + %varplayerbit_4005); -$int0 = calc($int0 + %varplayerbit_4004); -return($int0); diff --git a/dumps/530/script/[proc,script1112].cs2 b/dumps/530/script/[proc,script1112].cs2 deleted file mode 100644 index 3c6c67902..000000000 --- a/dumps/530/script/[proc,script1112].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1112 -[proc,script1112]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script1113].cs2 b/dumps/530/script/[proc,script1113].cs2 deleted file mode 100644 index 3e43c50d1..000000000 --- a/dumps/530/script/[proc,script1113].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 1113 -[proc,script1113]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + %varplayerbit_4003); -$int0 = calc($int0 + %varplayerbit_4007); -$int0 = calc($int0 + %varplayerbit_4008); -$int0 = calc($int0 + %varplayerbit_4009); -$int0 = calc($int0 + %varplayerbit_4010); -$int0 = calc($int0 + %varplayerbit_4011); -$int0 = calc($int0 + %varplayerbit_4012); -$int0 = calc($int0 + %varplayerbit_4013); -$int0 = calc($int0 + %varplayerbit_4014); -$int0 = calc($int0 + %varplayerbit_4015); -$int0 = calc($int0 + %varplayerbit_4016); -$int0 = calc($int0 + %varplayerbit_4017); -$int0 = calc($int0 + %varplayerbit_4018); -$int0 = calc($int0 + %varplayerbit_4019); -$int0 = calc($int0 + %varplayerbit_4020); -$int0 = calc($int0 + %varplayerbit_4021); -$int0 = calc($int0 + %varplayerbit_4022); -$int0 = calc($int0 + %varplayerbit_4023); -$int0 = calc($int0 + %varplayerbit_4024); -$int0 = calc($int0 + %varplayerbit_4025); -$int0 = calc($int0 + %varplayerbit_4026); -return($int0); diff --git a/dumps/530/script/[proc,script1114].cs2 b/dumps/530/script/[proc,script1114].cs2 deleted file mode 100644 index 595d01821..000000000 --- a/dumps/530/script/[proc,script1114].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 1114 -[proc,script1114]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 4); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script1115].cs2 b/dumps/530/script/[proc,script1115].cs2 deleted file mode 100644 index 007d34aed..000000000 --- a/dumps/530/script/[proc,script1115].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1115 -[proc,script1115]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + %varplayerbit_4028); -$int0 = calc($int0 + %varplayerbit_4027); -$int0 = calc($int0 + %varplayerbit_4029); -$int0 = calc($int0 + %varplayerbit_4030); -$int0 = calc($int0 + %varplayerbit_4031); -$int0 = calc($int0 + %varplayerbit_4032); -$int0 = calc($int0 + %varplayerbit_4033); -$int0 = calc($int0 + %varplayerbit_4034); -$int0 = calc($int0 + %varplayerbit_4035); -$int0 = calc($int0 + %varplayerbit_4036); -$int0 = calc($int0 + %varplayerbit_4037); -$int0 = calc($int0 + %varplayerbit_4038); -$int0 = calc($int0 + %varplayerbit_4039); -return($int0); diff --git a/dumps/530/script/[proc,script1116].cs2 b/dumps/530/script/[proc,script1116].cs2 deleted file mode 100644 index a86788a7f..000000000 --- a/dumps/530/script/[proc,script1116].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1116 -[proc,script1116]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script1118].cs2 b/dumps/530/script/[proc,script1118].cs2 deleted file mode 100644 index f1337abfb..000000000 --- a/dumps/530/script/[proc,script1118].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1118 -[proc,script1118] -if (getwindowmode = 0) { - if_setcolour(0x996600, interface_742:com_52); - ~script1355("High Detail only", interface_742:com_53, interface_742:com_54, interface_742:com_55, null, tradebacking_dark, 0xcf0000, p11_full); - return; -} -if (unknown_command_6121 = false) { - if_setcolour(0x996600, interface_742:com_52); - ~script1355("Incompatible", interface_742:com_53, interface_742:com_54, interface_742:com_55, null, tradebacking_dark, 0xcf0000, p11_full); - return; -} -if_setcolour(0xe1981f, interface_742:com_52); -~script1435(enum_1583, detailget_antialiasing, 2, interface_742:com_53, interface_742:com_54, interface_742:com_55, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1119].cs2 b/dumps/530/script/[proc,script1119].cs2 deleted file mode 100644 index 815a50436..000000000 --- a/dumps/530/script/[proc,script1119].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1119 -[proc,script1119] -if (getwindowmode = 0) { - if_setcolour(0x996600, interface_742:com_48); - ~script1355("High Detail only", interface_742:com_65, interface_742:com_66, interface_742:com_67, null, tradebacking_dark, 0xcf0000, p11_full); - return; -} -def_int $int0 = unknown_command_6111; -if_setcolour(0xe1981f, interface_742:com_48); -~script1435(enum_1582, $int0, 2, interface_742:com_65, interface_742:com_66, interface_742:com_67, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script111].cs2 b/dumps/530/script/[proc,script111].cs2 deleted file mode 100644 index 9991be9e6..000000000 --- a/dumps/530/script/[proc,script111].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 111 -[proc,script111] -if (%varclient_11 = 1) { - if_close; -} -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if_settext("Enter the player name whose channel you wish to join:", interface_752:com_4); -if_settext("*", interface_752:com_5); -%varclient_5 = 10; -%varclientstring_22 = ""; -if_setonclick(null, interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[proc,script1120].cs2 b/dumps/530/script/[proc,script1120].cs2 deleted file mode 100644 index 4df89906b..000000000 --- a/dumps/530/script/[proc,script1120].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1120 -[proc,script1120] -if (getwindowmode = 0) { - if_setcolour(0x996600, interface_742:com_51); - ~script1355("High Detail only", interface_742:com_56, interface_742:com_57, interface_742:com_58, null, tradebacking_dark, 0xcf0000, p11_full); - return; -} -def_int $int0 = 0; -if (detailget_fog_on = true) { - $int0 = 1; -} -if_setcolour(0xe1981f, interface_742:com_51); -~script1435(enum_1577, $int0, 1, interface_742:com_56, interface_742:com_57, interface_742:com_58, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1121].cs2 b/dumps/530/script/[proc,script1121].cs2 deleted file mode 100644 index 5488002a5..000000000 --- a/dumps/530/script/[proc,script1121].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1121 -[proc,script1121] -if (getwindowmode = 0) { - if_setcolour(0x996600, interface_742:com_50); - ~script1355("High Detail only", interface_742:com_59, interface_742:com_60, interface_742:com_61, null, tradebacking_dark, 0xcf0000, p11_full); - return; -} -def_int $int0 = 0; -if (detailget_waterdetail_high = true) { - $int0 = 1; -} -if_setcolour(0xe1981f, interface_742:com_50); -~script1435(enum_1581, $int0, 1, interface_742:com_59, interface_742:com_60, interface_742:com_61, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1124].cs2 b/dumps/530/script/[proc,script1124].cs2 deleted file mode 100644 index 6f57fa9f0..000000000 --- a/dumps/530/script/[proc,script1124].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1124 -[proc,script1124] -def_int $int0 = 0; -if (unknown_command_6110 = true) { - $int0 = 1; -} -~script1435(enum_1577, $int0, 1, interface_742:com_68, interface_742:com_69, interface_742:com_70, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1125].cs2 b/dumps/530/script/[proc,script1125].cs2 deleted file mode 100644 index 219bbcb34..000000000 --- a/dumps/530/script/[proc,script1125].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1125 -[proc,script1125] -if (getwindowmode >= 1) { - if_setcolour(0x996600, interface_742:com_46); - ~script1355("Always `Many'", interface_742:com_71, interface_742:com_72, interface_742:com_73, null, tradebacking_dark, ^white, p11_full); - return; -} -def_int $int0 = 0; -if (unknown_command_6109 = true) { - $int0 = 1; -} -if_setcolour(0xe1981f, interface_742:com_46); -~script1435(enum_1580, $int0, 1, interface_742:com_71, interface_742:com_72, interface_742:com_73, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1126].cs2 b/dumps/530/script/[proc,script1126].cs2 deleted file mode 100644 index de66caab7..000000000 --- a/dumps/530/script/[proc,script1126].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1126 -[proc,script1126] -def_int $int0 = 0; -if (detailget_flickering_on = true) { - $int0 = 1; -} -~script1435(enum_1577, $int0, 1, interface_742:com_74, interface_742:com_75, interface_742:com_76, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1127].cs2 b/dumps/530/script/[proc,script1127].cs2 deleted file mode 100644 index f60abdb8d..000000000 --- a/dumps/530/script/[proc,script1127].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1127 -[proc,script1127] -def_int $int0 = 0; -if (detailget_idleanims_many = 1) { - $int0 = 1; -} -~script1435(enum_1580, $int0, 1, interface_742:com_77, interface_742:com_78, interface_742:com_79, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1128].cs2 b/dumps/530/script/[proc,script1128].cs2 deleted file mode 100644 index 93753d64f..000000000 --- a/dumps/530/script/[proc,script1128].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1128 -[proc,script1128] -def_int $int0 = 0; -if (unknown_command_6106 = true) { - $int0 = 1; -} -~script1435(enum_1581, $int0, 1, interface_742:com_80, interface_742:com_81, interface_742:com_82, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1129].cs2 b/dumps/530/script/[proc,script1129].cs2 deleted file mode 100644 index 23af674c9..000000000 --- a/dumps/530/script/[proc,script1129].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1129 -[proc,script1129] -def_int $int0 = 0; -if (detailget_grounddecor_on = true) { - $int0 = 1; -} -~script1435(enum_1577, $int0, 1, interface_742:com_83, interface_742:com_84, interface_742:com_85, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1130].cs2 b/dumps/530/script/[proc,script1130].cs2 deleted file mode 100644 index 6af5d9844..000000000 --- a/dumps/530/script/[proc,script1130].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1130 -[proc,script1130] -if (unknown_command_6102 = false) { - if_setcolour(0x996600, interface_742:com_41); - ~script1355("Levels hidden!", interface_742:com_86, interface_742:com_87, interface_742:com_88, null, tradebacking_dark, 0xcf0000, p11_full); - return; -} -def_int $int0 = 0; -if (detailget_removeroofs_option = true) { - $int0 = 1; -} -if_setcolour(0xe1981f, interface_742:com_41); -~script1435(enum_1579, $int0, 1, interface_742:com_86, interface_742:com_87, interface_742:com_88, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1131].cs2 b/dumps/530/script/[proc,script1131].cs2 deleted file mode 100644 index 7d9e97824..000000000 --- a/dumps/530/script/[proc,script1131].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1131 -[proc,script1131] -if (getwindowmode >= 1) { - if_setcolour(0x996600, interface_742:com_40); - ~script1355("Always `All'", interface_742:com_89, interface_742:com_90, interface_742:com_91, null, tradebacking_dark, ^white, p11_full); - return; -} -def_int $int0 = 0; -if (unknown_command_6102 = true) { - $int0 = 1; -} -if_setcolour(0xe1981f, interface_742:com_40); -~script1435(enum_1578, $int0, 1, interface_742:com_89, interface_742:com_90, interface_742:com_91, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script1152].cs2 b/dumps/530/script/[proc,script1152].cs2 deleted file mode 100644 index f22a87ad5..000000000 --- a/dumps/530/script/[proc,script1152].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1152 -[proc,script1152] -switch_int (detailget_brightness) { - case 1 : - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_742:com_35); - case 2 : - if_setposition(31, 0, ^setpos_abs_left, ^setpos_abs_top, interface_742:com_35); - case 3 : - if_setposition(62, 0, ^setpos_abs_left, ^setpos_abs_top, interface_742:com_35); - case 4 : - if_setposition(96, 0, ^setpos_abs_left, ^setpos_abs_top, interface_742:com_35); - case default : - detail_brightness(3); - if_setposition(62, 0, ^setpos_abs_left, ^setpos_abs_top, interface_742:com_35); -} diff --git a/dumps/530/script/[proc,script1156].cs2 b/dumps/530/script/[proc,script1156].cs2 deleted file mode 100644 index 836df3a8b..000000000 --- a/dumps/530/script/[proc,script1156].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1156 -[proc,script1156] -if (detailget_stereo = 0) { - if_setgraphic("radio_buttons,0", interface_743:com_51); - if_setgraphic("radio_buttons,1", interface_743:com_49); -} else { - if_setgraphic("radio_buttons,0", interface_743:com_49); - if_setgraphic("radio_buttons,1", interface_743:com_51); -} diff --git a/dumps/530/script/[proc,script1159].cs2 b/dumps/530/script/[proc,script1159].cs2 deleted file mode 100644 index 9d456337a..000000000 --- a/dumps/530/script/[proc,script1159].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1159 -[proc,script1159] -def_int $int0 = calc(if_getwidth(interface_743:com_30) - if_getwidth(interface_743:com_9)); -def_int $int1 = scale(detailget_musicvol, 255, $int0); -if_setposition($int1, 0, ^setpos_abs_left, ^setpos_abs_top, interface_743:com_9); diff --git a/dumps/530/script/[proc,script1162].cs2 b/dumps/530/script/[proc,script1162].cs2 deleted file mode 100644 index 2e8340694..000000000 --- a/dumps/530/script/[proc,script1162].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1162 -[proc,script1162] -def_int $int0 = calc(if_getwidth(interface_743:com_48) - if_getwidth(interface_743:com_7)); -def_int $int1 = scale(detailget_bgsoundvol, 127, $int0); -if_setposition($int1, 0, ^setpos_abs_left, ^setpos_abs_top, interface_743:com_7); diff --git a/dumps/530/script/[proc,script1163].cs2 b/dumps/530/script/[proc,script1163].cs2 deleted file mode 100644 index ca6a530ac..000000000 --- a/dumps/530/script/[proc,script1163].cs2 +++ /dev/null @@ -1,80 +0,0 @@ -// 1163 -[proc,script1163](component $component0, int $int1, component $component2, string $string0, int $int3, int $int4) -def_int $int5 = 0; -def_int $int6 = 0; -def_int $int7 = 0; -def_int $int8 = 0; -def_int $int9 = 0; -def_int $int10 = 0; -def_int $int11 = 0; -def_int $int12 = 0; -def_component $component13 = null; -if ($int1 = -1 & if_find($component0) = true | cc_find($component0, $int1) = true) { - if (%varclient_1 < calc(clientclock + $int3)) { - if (%varclient_1 < clientclock) { - %varclient_1 = clientclock; - } - %varclient_1 = calc(%varclient_1 + 2); - return; - } - %varclient_1 = calc(clientclock + $int3 + 10); - if (%varclient_2 ! 1) { - $int5 = calc(~script1743 + 5); - $int6 = calc(~script1744 + cc_getheight + 5); - $component13 = if_getlayer($component2); - if ($component13 ! null & $int4 >= if_getwidth($component13)) { - $int4 = if_getwidth($component13); - } - $int11 = calc(4 + parawidth($string0, calc($int4 - 4), p12_full)); - $int12 = calc(4 + 13 * paraheight($string0, calc($int4 - 4), p12_full) + 3); - if ($component13 ! null) { - $int7 = calc($int5 - if_getscrollx($component13)); - $int8 = calc($int6 - if_getscrolly($component13)); - if ($int7 < 0) { - $int5 = if_getscrollx($component13); - $int7 = 0; - } - if ($int8 < 0) { - $int6 = if_getscrolly($component13); - $int8 = 0; - } - if ($int7 > 0) { - $int9 = calc($int7 - if_getwidth($component13) + $int11); - if ($int9 > 0) { - $int5 = calc($int5 - $int9); - } - } - if ($int8 > 0) { - $int10 = calc($int8 - if_getheight($component13) + $int12); - if ($int10 > 0) { - $int6 = calc($int6 - $int10 - cc_getheight - 10); - } - } - } - if ($int5 < 0) { - $int5 = 0; - } - if ($int6 < 0) { - $int6 = 0; - } - if_setsize($int11, $int12, ^setsize_abs, ^setsize_abs, $component2); - if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, $component2); - cc_deleteall($component2); - cc_create($component2, ^iftype_rectangle, 0); - cc_setsize(if_getwidth($component2), if_getheight($component2), ^setsize_abs, ^setsize_abs); - cc_setfill(true); - cc_setcolour(0xffffa0); - cc_create($component2, ^iftype_rectangle, 1); - cc_setsize(if_getwidth($component2), if_getheight($component2), ^setsize_abs, ^setsize_abs); - cc_setfill(false); - cc_setcolour(^black); - cc_create($component2, ^iftype_text, 2); - cc_setsize(calc($int4 - 4), if_getheight($component2), ^setsize_abs, ^setsize_abs); - cc_setposition(2, 0, ^setpos_abs_left, ^setpos_abs_top); - cc_settext($string0); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - cc_settextfont(p12_full); - cc_setcolour(^black); - %varclient_2 = 1; - } -} diff --git a/dumps/530/script/[proc,script1165].cs2 b/dumps/530/script/[proc,script1165].cs2 deleted file mode 100644 index 961166669..000000000 --- a/dumps/530/script/[proc,script1165].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1165 -[proc,script1165] -def_int $int0 = calc(if_getwidth(interface_743:com_39) - if_getwidth(interface_743:com_8)); -def_int $int1 = scale(detailget_soundvol, 127, $int0); -if_setposition($int1, 0, ^setpos_abs_left, ^setpos_abs_top, interface_743:com_8); diff --git a/dumps/530/script/[proc,script1169].cs2 b/dumps/530/script/[proc,script1169].cs2 deleted file mode 100644 index e2b566679..000000000 --- a/dumps/530/script/[proc,script1169].cs2 +++ /dev/null @@ -1,55 +0,0 @@ -// 1169 -[proc,script1169](component $component0, component $component1, component $component2, component $component3, graphic $graphic4, graphic $graphic5, graphic $graphic6, graphic $graphic7, int $rgb8, int $rgb9, graphic $graphic10, graphic $graphic11, graphic $graphic12, graphic $graphic13, graphic $graphic14, graphic $graphic15, graphic $graphic16) -cc_deleteall($component0); -cc_create($component0, ^iftype_graphic, if_getnextsubid($component0)); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component0), if_getheight($component0), ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic4); -cc_settiling(true); -cc_create($component0, ^iftype_rectangle, if_getnextsubid($component0)); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component0), if_getheight($component0), ^setsize_abs, ^setsize_abs); -cc_setcolour(^black); -if (fullscreen_modecount < 1) { - cc_create($component0, ^iftype_text, if_getnextsubid($component0)); - cc_settext("No modes available."); - cc_setposition(5, 0, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(calc(if_getwidth($component0) - 22), if_getheight($component0), ^setsize_abs, ^setsize_abs); - cc_settextshadow(false); - cc_settextfont($graphic10); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - cc_setcolour($rgb8); - return; -} -def_int $int17 = if_getnextsubid($component0); -cc_create($component0, ^iftype_graphic, $int17); -cc_setposition(calc(if_getwidth($component0) - 16), 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(16, if_getheight($component0), ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic5); -cc_settiling(false); -cc_setonmouseover("script1351($component0, $int17, $graphic6)"); -cc_setonmouseleave("script1352($component0, $int17, $graphic5)"); -def_int $int18 = if_getnextsubid($component0); -cc_setonclick("script1170($component1, $graphic7, $component2, $component3, $component0, $rgb8, $rgb9, $graphic10, $int18, $int17, $graphic11, $graphic12, $graphic13, $graphic14, $graphic15, $graphic16)"); -cc_create($component0, ^iftype_text, $int18); -def_int $int19 = 0; -def_int $int20 = 0; -def_int $int21 = 0; -if (getwindowmode = ^windowmode_fullscreen) { - $int21 = max(fullscreen_lastmode, 0); -} else if (%varclient_178 ! -1) { - $int21 = %varclient_178; -} else { - $int21 = max(fullscreen_lastmode, 0); -} -$int19, $int20 = fullscreen_getmode($int21); -cc_settext(" x "); -cc_setonmouseover("script1353($component0, $int18, $rgb9)"); -cc_setonmouseleave("script1354($component0, $int18, $rgb8)"); -cc_setonclick("script1170($component1, $graphic7, $component2, $component3, $component0, $rgb8, $rgb9, $graphic10, $int18, $int17, $graphic11, $graphic12, $graphic13, $graphic14, $graphic15, $graphic16)"); -cc_setposition(5, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(calc(if_getwidth($component0) - 22), if_getheight($component0), ^setsize_abs, ^setsize_abs); -cc_settextshadow(false); -cc_settextfont($graphic10); -cc_settextalign(^settextalign_left, ^settextalign_centre, 0); -cc_setcolour($rgb8); diff --git a/dumps/530/script/[proc,script1171].cs2 b/dumps/530/script/[proc,script1171].cs2 deleted file mode 100644 index ceb79a2d4..000000000 --- a/dumps/530/script/[proc,script1171].cs2 +++ /dev/null @@ -1,43 +0,0 @@ -// 1171 -[proc,script1171](component $component0, graphic $graphic1, component $component2, component $component3, component $component4, int $rgb5, int $rgb6, graphic $graphic7, int $int8, int $int9, graphic $graphic10, graphic $graphic11, graphic $graphic12, graphic $graphic13, graphic $graphic14, graphic $graphic15) -if (cc_find($component4, $int9) = true) { - cc_setvflip(true); -} -cc_create($component0, ^iftype_graphic, if_getnextsubid($component0)); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component0), if_getheight($component0), ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic1); -cc_settiling(true); -cc_create($component0, ^iftype_rectangle, if_getnextsubid($component0)); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component0), if_getheight($component0), ^setsize_abs, ^setsize_abs); -cc_setcolour(^black); -if_setscrollsize(if_getwidth($component2), calc(fullscreen_modecount * 15), $component2); -def_int $int16 = 0; -def_int $int17 = -1; -def_string $string0 = ""; -def_int $int18 = 0; -def_int $int19 = 0; -while ($int16 < fullscreen_modecount) { - $int17 = if_getnextsubid($component2); - cc_create($component2, ^iftype_text, $int17); - $int18, $int19 = fullscreen_getmode($int16); - $string0 = " x "; - cc_settext($string0); - cc_setcolour($rgb5); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - cc_setposition(5, calc($int16 * 15), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(calc(if_getwidth($component2) - 16), 15, ^setsize_abs, ^setsize_abs); - cc_settextshadow(false); - cc_settextfont($graphic7); - cc_setonmouseover("script1353($component2, $int17, $rgb6)"); - cc_setonmouseleave("script1354($component2, $int17, $rgb5)"); - cc_setonclick("script1350($component0, $component2, $component3, $component4, $int8, $int9, $string0, $rgb5)"); - $int16 = calc($int16 + 1); -} -if ($component3 ! null) { - ~script31($component3, $component2, $graphic10, $graphic11, $graphic12, $graphic13, $graphic14, $graphic15); - if_sethide(false, $component3); -} -if_sethide(false, $component0); -if_sethide(false, $component2); diff --git a/dumps/530/script/[proc,script1174].cs2 b/dumps/530/script/[proc,script1174].cs2 deleted file mode 100644 index cc2bdb02a..000000000 --- a/dumps/530/script/[proc,script1174].cs2 +++ /dev/null @@ -1,244 +0,0 @@ -// 1174 -[proc,script1174](component $component0) -%varclient_175 = clientclock; -~script41(interface_744:com_1); -%varclient_1 = 0; -switch_component ($component0) { - case interface_744:com_403, interface_744:com_404, interface_744:com_405, interface_744:com_406, interface_744:com_409, interface_744:com_410 : - if_sethide(true, interface_744:com_131); - if_sethide(false, interface_744:com_132); - if_sethide(true, interface_744:com_133); - case interface_744:com_176 : - if_sethide(true, interface_744:com_131); - if_sethide(true, interface_744:com_132); - if_setsize(if_getwidth(interface_744:com_133), 10, ^setsize_abs, ^setsize_minus, interface_744:com_133); - if_sethide(false, interface_744:com_133); - case interface_744:com_138 : - if_sethide(true, interface_744:com_131); - if_sethide(true, interface_744:com_132); - if_setsize(if_getwidth(interface_744:com_133), 440, ^setsize_abs, ^setsize_abs, interface_744:com_133); - if_sethide(false, interface_744:com_133); - case default : - if_sethide(false, interface_744:com_131); - if_sethide(true, interface_744:com_132); - if_sethide(true, interface_744:com_133); -} -if_setontimer(null, interface_744:com_134); -%varclient_174 = 0; -if ($component0 = interface_744:com_226) { - if (map_world ! -1) { - if_settext(~script1889, interface_744:com_254); - } else { - if_settext("World Select", interface_744:com_254); - } - ~script1868; - %varclient_547 = 0; - ~script1895(1, interface_744:com_230, interface_744:com_229, interface_744:com_234, null, null, null, interface_744:com_231, interface_744:com_232, interface_744:com_233, null, null, null, ^white, 0x461e00); - ~script1216(interface_744:com_272, interface_744:com_249); - if_sethide(false, interface_744:com_226); -} else { - if_sethide(true, interface_744:com_226); -} -if ($component0 = interface_744:com_237) { - %varclient_174 = 6; - %varclient_183 = 500; - if_settext("Changing in seconds...", interface_744:com_240); - if_setontimer("script1892", interface_744:com_237); - if_sethide(false, interface_744:com_237); -} else { - if_sethide(true, interface_744:com_237); -} -if ($component0 = interface_744:com_241) { - if_sethide(false, interface_744:com_241); - if_setonclick(null, interface_744:com_334); - if_setontimer("script1180", interface_744:com_134); - if (map_world = -1) { - if_settext("World: Auto", interface_744:com_333); - } else { - if_settext(~script1889, interface_744:com_333); - } - if_settext(%varclientstring_32, interface_744:com_340); - %varclientstring_33 = ""; - if_settext(%varclientstring_33, interface_744:com_346); - if (compare(%varclientstring_32, "") ! 0) { - %varclient_174 = 2; - } else { - %varclient_174 = 1; - } -} else { - if_sethide(true, interface_744:com_241); - %varclientstring_33 = ""; - login_resetreply; -} -def_string $string0 = ""; -def_string $string1 = ""; -if ($component0 = interface_744:com_411) { - if_setsize(0, calc(paraheight(if_gettext(interface_744:com_135), if_getwidth(interface_744:com_135), p12_full) * 15 + 5), ^setsize_minus, ^setsize_abs, interface_744:com_135); - if_setposition(0, min(calc((if_getheight(interface_744:com_411) + if_getheight(interface_744:com_135)) / 2 + 45), calc(if_getheight(interface_744:com_411) - if_getheight(interface_744:com_137))), ^setpos_abs_centre, ^setpos_abs_top, interface_744:com_137); - $string0 = if_gettext(interface_744:com_136); - if (string_length($string0) > 0) { - $string1 = "<$string0>"; - if_settext($string1, interface_744:com_136); - if_setonmouseleave("script68(interface_744:com_136, $string1)", interface_744:com_136); - $string1 = "<$string0>"; - if_setonmouseover("script68(interface_744:com_136, $string1)", interface_744:com_136); - if_setposition(0, min(calc((if_getheight(interface_744:com_411) + if_getheight(interface_744:com_135)) / 2 + 15), calc(if_gety(interface_744:com_137) - if_getheight(interface_744:com_136))), ^setpos_abs_centre, ^setpos_abs_top, interface_744:com_136); - if_sethide(false, interface_744:com_136); - } else { - if_setonmouseover(null, interface_744:com_136); - if_setonmouseleave(null, interface_744:com_136); - if_setonclick(null, interface_744:com_136); - if_sethide(true, interface_744:com_136); - } - if_sethide(false, interface_744:com_411); -} else { - if_sethide(true, interface_744:com_411); - if_settext("", interface_744:com_136); - if_setonclick(null, interface_744:com_136); -} -if ($component0 = interface_744:com_403) { - if_sethide(false, interface_744:com_403); - unknown_command_5606; - ~script1388; - if_settext("Please input your date of birth:", interface_744:com_361); - if_setcolour(0x461e00, interface_744:com_361); -} else { - if_sethide(true, interface_744:com_403); -} -if ($component0 = interface_744:com_404) { - if_sethide(false, interface_744:com_404); - unknown_command_5606; -} else { - if_sethide(true, interface_744:com_404); -} -if ($component0 = interface_744:com_405) { - if_sethide(false, interface_744:com_405); - unknown_command_5606; - if_settext("Please input a username, then click `Next' to check that it is available.", interface_744:com_385); - if_setcolour(0x461e00, interface_744:com_385); - if_settext("Usernames can be a maximum of 12 characters long and may contain letters, numbers and underscores. Note: first letters will be capitalised and underscores will be converted into spaces. For example, the username red_rooster would display in the game as Red Rooster.", interface_744:com_386); - if_setcolour(0x461e00, interface_744:com_386); - if_setontimer("script1227", interface_744:com_134); - %varclient_174 = 3; -} else { - if_sethide(true, interface_744:com_405); -} -def_string $string2 = %varclientstring_34; -if ($component0 = interface_744:com_406) { - unknown_command_5606; - if_sethide(false, interface_744:com_406); - if_setcolour(0x461e00, interface_744:com_395); - if (compare($string2, "") ! 0) { - if_settext("Congratulations! The username <$string2> is currently available.", interface_744:com_395); - } else { - if_settext("Congratulations! That username is currently available.", interface_744:com_395); - } -} else { - if_sethide(true, interface_744:com_406); -} -if ($component0 = interface_744:com_409) { - unknown_command_5606; - if_settext("Please choose a password and click `Create' to create your account.", interface_744:com_413); - if_setcolour(0x461e00, interface_744:com_413); - if_sethide(false, interface_744:com_409); - if_setontimer("script1228", interface_744:com_134); - %varclient_174 = 4; -} else { - if_sethide(true, interface_744:com_409); -} -def_int $int1 = 0; -def_int $int2 = 0; -def_int $int3 = 1; -def_int $int4 = 0; -if ($component0 = interface_744:com_410) { - if_sethide(false, interface_744:com_410); - $int1 = date_runeday; - if ($int1 < 2303) { - $int1 = 2303; - if_settext("We have reason to believe that you are under 13. For this reason, your account has been locked into Quick Chat until you are of a suitable age. Please review out Terms & Conditions for more information.", interface_744:com_412); - } - $int2 = date_runeday_fromdate(%varclient_179, %varclient_180, %varclient_181); - if (%varclient_180 > 1) { - while ($int3 <= 13) { - if (date_isleapyear(calc(%varclient_181 + $int3)) = true) { - $int4 = calc($int4 + 366); - } else { - $int4 = calc($int4 + 365); - } - $int3 = calc($int3 + 1); - } - } else { - while ($int3 <= 13) { - if (date_isleapyear(calc(%varclient_181 + ($int3 - 1))) = true) { - $int4 = calc($int4 + 366); - } else { - $int4 = calc($int4 + 365); - } - $int3 = calc($int3 + 1); - } - } - if (calc($int2 + $int4) > $int1) { - if_sethide(false, interface_744:com_430); - } else { - if_sethide(true, interface_744:com_430); - } -} else { - if_sethide(true, interface_744:com_410); -} -if ($component0 = interface_744:com_138) { - ~script1895(2, interface_744:com_275, interface_744:com_154, interface_744:com_155, interface_744:com_276, interface_744:com_151, interface_744:com_152, interface_744:com_277, interface_744:com_148, interface_744:com_149, interface_744:com_278, interface_744:com_145, interface_744:com_146, ^white, 0x461e00); - $int3 = calc(fullscreen_modecount * 15); - $int3 = min($int3, 240); - $int3 = max($int3, 40); - if_setsize(if_getwidth(interface_744:com_284), calc($int3 + 2), ^setsize_abs, ^setsize_abs, interface_744:com_284); - if_setsize(if_getwidth(interface_744:com_285), $int3, ^setsize_abs, ^setsize_abs, interface_744:com_285); - if_setsize(if_getwidth(interface_744:com_286), $int3, ^setsize_abs, ^setsize_abs, interface_744:com_286); - ~script1169(interface_744:com_283, interface_744:com_284, interface_744:com_285, interface_744:com_286, graphic_884, "drop_down_arrow_scroll,0", "drop_down_arrow_scroll,2", graphic_1402, 0x7f0000, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); - ~script1185(interface_744:com_28, interface_744:com_274); - ~script1192; - ~script1194; - ~script1196; - ~script1198; - ~script1200; - ~script1202; - ~script1204; - ~script1206; - ~script1208; - ~script1210; - ~script1222; - ~script1329; - ~script1359; - if_sethide(false, interface_744:com_138); -} else { - ~script1349(interface_744:com_293, interface_744:com_294, interface_744:com_295, null, 2); - ~script1349(interface_744:com_290, interface_744:com_291, interface_744:com_292, null, 2); - ~script1349(interface_744:com_287, interface_744:com_288, interface_744:com_289, null, 2); - ~script1349(interface_744:com_108, interface_744:com_109, interface_744:com_110, null, 2); - ~script1349(interface_744:com_17, interface_744:com_18, interface_744:com_19, null, 2); - ~script1349(interface_744:com_42, interface_744:com_43, interface_744:com_44, null, 2); - ~script1349(interface_744:com_64, interface_744:com_65, interface_744:com_66, null, 2); - ~script1349(interface_744:com_86, interface_744:com_87, interface_744:com_88, null, 2); - ~script1349(interface_744:com_100, interface_744:com_101, interface_744:com_102, null, 2); - ~script1349(interface_744:com_9, interface_744:com_10, interface_744:com_11, null, 2); - ~script1349(interface_744:com_34, interface_744:com_35, interface_744:com_36, null, 2); - ~script1349(interface_744:com_56, interface_744:com_57, interface_744:com_58, null, 2); - ~script1349(interface_744:com_78, interface_744:com_79, interface_744:com_80, null, 2); - ~script1349(interface_744:com_283, interface_744:com_284, interface_744:com_285, interface_744:com_286, 2); - if_sethide(true, interface_744:com_138); -} -if ($component0 = interface_744:com_402) { - ~script1217(interface_744:com_304, interface_744:com_315); - ~script1216(interface_744:com_314, interface_744:com_316); - ~script1218(interface_744:com_325, interface_744:com_305); - ~script1220; - if_sethide(false, interface_744:com_402); -} else { - if_sethide(true, interface_744:com_402); -} -if ($component0 = interface_744:com_176) { - ~script1873; - if_sethide(false, interface_744:com_176); - if_sethide(true, interface_744:com_138); -} else { - if_sethide(true, interface_744:com_176); -} diff --git a/dumps/530/script/[proc,script1183].cs2 b/dumps/530/script/[proc,script1183].cs2 deleted file mode 100644 index 8f6e399be..000000000 --- a/dumps/530/script/[proc,script1183].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 1183 -[proc,script1183] -if (string_length(%varclientstring_32) = 0) { - %varclient_174 = 1; - return; -} -if (string_length(%varclientstring_33) = 0) { - %varclient_174 = 2; - return; -} -if (~script1431 = 1 & %varclient_547 = 0) { - %varclient_174 = 7; - if_sethide(false, interface_744:com_132); - if_sethide(true, interface_744:com_131); - if_sethide(false, interface_744:com_242); - sound_jingle(jingle_349, 0); - if_sethide(true, interface_744:com_241); - return; -} -%varclient_200 = 0; -%varclient_201 = 0; -if_settext("Performing login...", interface_744:com_334); -if_sethide(true, interface_744:com_347); -if_sethide(true, interface_744:com_348); -login_request(%varclientstring_32, %varclientstring_33, 0); diff --git a/dumps/530/script/[proc,script1184].cs2 b/dumps/530/script/[proc,script1184].cs2 deleted file mode 100644 index ae6314c2e..000000000 --- a/dumps/530/script/[proc,script1184].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1184 -[proc,script1184](component $component0) -if_setcolour(~script806, $component0); -if_settext(tostring(runenergy_visible), $component0); diff --git a/dumps/530/script/[proc,script1185].cs2 b/dumps/530/script/[proc,script1185].cs2 deleted file mode 100644 index d67df9e94..000000000 --- a/dumps/530/script/[proc,script1185].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1185 -[proc,script1185](component $component0, component $component1) -def_int $int2 = calc(if_getwidth($component0) - if_getwidth($component1)); -if_setposition(calc((detailget_brightness - 1) * ($int2 / 3)), 0, ^setpos_abs_left, ^setpos_abs_top, $component1); diff --git a/dumps/530/script/[proc,script1186].cs2 b/dumps/530/script/[proc,script1186].cs2 deleted file mode 100644 index 7cc3525fd..000000000 --- a/dumps/530/script/[proc,script1186].cs2 +++ /dev/null @@ -1,46 +0,0 @@ -// 1186 -[proc,script1186] -def_int $int0 = 0; -if (getwindowmode >= 2) { - if (if_hassub(interface_752:com_12) = true) { - if_sethide(false, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if (%varplayerbit_542 = 0) { - if_setgraphic(graphic_1204, interface_752:com_1); - if_sethide(false, interface_752:com_2); - } else { - if_setgraphic(graphic_1205, interface_752:com_1); - if_sethide(true, interface_752:com_2); - } - } else if (if_hassub(interface_752:com_11) = true) { - if_sethide(false, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if (%varplayerbit_542 = 0) { - if_setgraphic(graphic_1204, interface_752:com_1); - if_sethide(false, interface_752:com_2); - } else { - if_setgraphic(graphic_1205, interface_752:com_1); - if_sethide(true, interface_752:com_2); - } - } else if (if_hassub(interface_752:com_10) = true) { - if_sethide(false, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if (%varplayerbit_542 = 0) { - if_setgraphic(graphic_1204, interface_752:com_1); - if_sethide(false, interface_752:com_2); - } else { - if_setgraphic(graphic_1205, interface_752:com_1); - if_sethide(true, interface_752:com_2); - } - } else if (if_hassub(interface_752:com_9) = true) { - if_sethide(false, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if (%varplayerbit_542 = 0) { - if_setgraphic(graphic_1204, interface_752:com_1); - if_sethide(false, interface_752:com_2); - } else { - if_setgraphic(graphic_1205, interface_752:com_1); - if_sethide(true, interface_752:com_2); - } - } -} diff --git a/dumps/530/script/[proc,script1188].cs2 b/dumps/530/script/[proc,script1188].cs2 deleted file mode 100644 index 17468fb8a..000000000 --- a/dumps/530/script/[proc,script1188].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1188 -[proc,script1188] -if (getwindowmode >= 2) { - if_setgraphic(chat_background, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if_sethide(false, interface_752:com_1); - if_sethide(false, interface_752:com_2); -} diff --git a/dumps/530/script/[proc,script1192].cs2 b/dumps/530/script/[proc,script1192].cs2 deleted file mode 100644 index 7767b2911..000000000 --- a/dumps/530/script/[proc,script1192].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1192 -[proc,script1192] -if (getwindowmode >= 1) { - ~script1355("Always `All'", interface_744:com_293, interface_744:com_294, interface_744:com_295, null, graphic_884, ^white, p11_full); - return; -} -def_int $int0 = 0; -if (unknown_command_6102 = true) { - $int0 = 1; -} -~script1435(enum_1578, $int0, 1, interface_744:com_293, interface_744:com_294, interface_744:com_295, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1194].cs2 b/dumps/530/script/[proc,script1194].cs2 deleted file mode 100644 index 34da51d65..000000000 --- a/dumps/530/script/[proc,script1194].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1194 -[proc,script1194] -if (detailget_removeroofs_option = false & getwindowmode >= 1) { - if_settext("Roofs
(in-game only)", interface_744:com_68); -} else { - if_settext("Remove roofs", interface_744:com_68); -} -if (unknown_command_6102 = false) { - ~script1355("Must be `Always'", interface_744:com_290, interface_744:com_291, interface_744:com_292, null, graphic_884, 0x7f0000, p11_full); - return; -} -def_int $int0 = 0; -if (detailget_removeroofs_option = true) { - $int0 = 1; -} -~script1435(enum_1579, $int0, 1, interface_744:com_290, interface_744:com_291, interface_744:com_292, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1196].cs2 b/dumps/530/script/[proc,script1196].cs2 deleted file mode 100644 index 982426d42..000000000 --- a/dumps/530/script/[proc,script1196].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1196 -[proc,script1196] -def_int $int0 = 0; -if (detailget_grounddecor_on = true) { - $int0 = 1; -} -~script1435(enum_1577, $int0, 1, interface_744:com_287, interface_744:com_288, interface_744:com_289, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1198].cs2 b/dumps/530/script/[proc,script1198].cs2 deleted file mode 100644 index 2c85ba965..000000000 --- a/dumps/530/script/[proc,script1198].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1198 -[proc,script1198] -def_int $int0 = 0; -if (unknown_command_6106 = true) { - $int0 = 1; -} -~script1435(enum_1581, $int0, 1, interface_744:com_108, interface_744:com_109, interface_744:com_110, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1200].cs2 b/dumps/530/script/[proc,script1200].cs2 deleted file mode 100644 index 75f713d9f..000000000 --- a/dumps/530/script/[proc,script1200].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1200 -[proc,script1200] -def_int $int0 = 0; -if (detailget_idleanims_many = 1) { - $int0 = 1; -} -~script1435(enum_1580, $int0, 1, interface_744:com_17, interface_744:com_18, interface_744:com_19, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1202].cs2 b/dumps/530/script/[proc,script1202].cs2 deleted file mode 100644 index dbc3d73eb..000000000 --- a/dumps/530/script/[proc,script1202].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1202 -[proc,script1202] -def_int $int0 = 0; -if (detailget_flickering_on = true) { - $int0 = 1; -} -~script1435(enum_1577, $int0, 1, interface_744:com_42, interface_744:com_43, interface_744:com_44, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1204].cs2 b/dumps/530/script/[proc,script1204].cs2 deleted file mode 100644 index 4cbd1e6eb..000000000 --- a/dumps/530/script/[proc,script1204].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1204 -[proc,script1204] -if (getwindowmode >= 1) { - ~script1355("Always `Many'", interface_744:com_64, interface_744:com_65, interface_744:com_66, null, graphic_884, ^white, p11_full); - return; -} -def_int $int0 = 0; -if (unknown_command_6109 = true) { - $int0 = 1; -} -~script1435(enum_1580, $int0, 1, interface_744:com_64, interface_744:com_65, interface_744:com_66, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1206].cs2 b/dumps/530/script/[proc,script1206].cs2 deleted file mode 100644 index 8322af6c5..000000000 --- a/dumps/530/script/[proc,script1206].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1206 -[proc,script1206] -def_int $int0 = 0; -if (unknown_command_6110 = true) { - $int0 = 1; -} -~script1435(enum_1577, $int0, 1, interface_744:com_86, interface_744:com_87, interface_744:com_88, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1208].cs2 b/dumps/530/script/[proc,script1208].cs2 deleted file mode 100644 index 98c962d44..000000000 --- a/dumps/530/script/[proc,script1208].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1208 -[proc,script1208] -if (getwindowmode = 0) { - ~script1355("High Detail only", interface_744:com_100, interface_744:com_101, interface_744:com_102, null, graphic_884, 0x7f0000, p11_full); - return; -} -~script1435(enum_1582, unknown_command_6111, 2, interface_744:com_100, interface_744:com_101, interface_744:com_102, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1210].cs2 b/dumps/530/script/[proc,script1210].cs2 deleted file mode 100644 index aa4b109d1..000000000 --- a/dumps/530/script/[proc,script1210].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1210 -[proc,script1210] -if (getwindowmode = 0) { - ~script1355("High Detail only", interface_744:com_9, interface_744:com_10, interface_744:com_11, null, graphic_884, 0x7f0000, p11_full); - return; -} -def_int $int0 = 0; -if (detailget_lightdetail_high = true) { - $int0 = 1; -} -~script1435(enum_1581, $int0, 1, interface_744:com_9, interface_744:com_10, interface_744:com_11, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1216].cs2 b/dumps/530/script/[proc,script1216].cs2 deleted file mode 100644 index 04551fca9..000000000 --- a/dumps/530/script/[proc,script1216].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1216 -[proc,script1216](component $component0, component $component1) -def_int $int2 = calc(if_getwidth($component0) - if_getwidth($component1)); -def_int $int3 = scale(detailget_musicvol, 255, $int2); -if_setposition($int3, 0, ^setpos_abs_left, ^setpos_abs_top, $component1); diff --git a/dumps/530/script/[proc,script1217].cs2 b/dumps/530/script/[proc,script1217].cs2 deleted file mode 100644 index eb602dfc3..000000000 --- a/dumps/530/script/[proc,script1217].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1217 -[proc,script1217](component $component0, component $component1) -def_int $int2 = calc(if_getwidth($component0) - if_getwidth($component1)); -def_int $int3 = scale(detailget_soundvol, 127, $int2); -if_setposition($int3, 0, ^setpos_abs_left, ^setpos_abs_top, $component1); diff --git a/dumps/530/script/[proc,script1218].cs2 b/dumps/530/script/[proc,script1218].cs2 deleted file mode 100644 index 5cb5aec3a..000000000 --- a/dumps/530/script/[proc,script1218].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1218 -[proc,script1218](component $component0, component $component1) -def_int $int2 = calc(if_getwidth($component0) - if_getwidth($component1)); -def_int $int3 = scale(detailget_bgsoundvol, 127, $int2); -if_setposition($int3, 0, ^setpos_abs_left, ^setpos_abs_top, $component1); diff --git a/dumps/530/script/[proc,script121].cs2 b/dumps/530/script/[proc,script121].cs2 deleted file mode 100644 index b0d70e1d3..000000000 --- a/dumps/530/script/[proc,script121].cs2 +++ /dev/null @@ -1,37 +0,0 @@ -// 121 -[proc,script121](int $int0)(component) -if (getwindowmode >= 2) { - return(~script1742($int0)); -} else { - switch_int ($int0) { - case 0 : - return(interface_548:com_45); - case 1 : - return(interface_548:com_46); - case 2 : - return(interface_548:com_47); - case 3 : - return(interface_548:com_48); - case 4 : - return(interface_548:com_49); - case 5 : - return(interface_548:com_50); - case 6 : - return(interface_548:com_51); - case 7 : - return(interface_548:com_27); - case 8 : - return(interface_548:com_28); - case 9 : - return(interface_548:com_29); - case 10 : - return(interface_548:com_30); - case 11 : - return(interface_548:com_31); - case 12 : - return(interface_548:com_32); - case 13 : - return(interface_548:com_33); - } -} -return(null); diff --git a/dumps/530/script/[proc,script1220].cs2 b/dumps/530/script/[proc,script1220].cs2 deleted file mode 100644 index f1a2b94b6..000000000 --- a/dumps/530/script/[proc,script1220].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1220 -[proc,script1220] -if (detailget_stereo = 1) { - if_setgraphic(graphic_1258, interface_744:com_329); - if_setgraphic(graphic_1257, interface_744:com_327); -} else { - if_setgraphic(graphic_1258, interface_744:com_327); - if_setgraphic(graphic_1257, interface_744:com_329); -} diff --git a/dumps/530/script/[proc,script1222].cs2 b/dumps/530/script/[proc,script1222].cs2 deleted file mode 100644 index 0fb58d9be..000000000 --- a/dumps/530/script/[proc,script1222].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1222 -[proc,script1222] -if (getwindowmode = 0) { - ~script1355("High Detail only", interface_744:com_34, interface_744:com_35, interface_744:com_36, null, graphic_884, 0x7f0000, p11_full); - return; -} -def_int $int0 = 0; -if (detailget_waterdetail_high = true) { - $int0 = 1; -} -~script1435(enum_1581, $int0, 1, interface_744:com_34, interface_744:com_35, interface_744:com_36, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1239].cs2 b/dumps/530/script/[proc,script1239].cs2 deleted file mode 100644 index 546c00e89..000000000 --- a/dumps/530/script/[proc,script1239].cs2 +++ /dev/null @@ -1,38 +0,0 @@ -// 1239 -[proc,script1239](int $int0)(coord, int) -def_int $int1 = calc(%varclient_176 / 10); -if ($int1 > 13) { - $int1 = 1; - %varclient_176 = calc($int1 * 10); -} -def_coord $coord2 = null; -def_int $rgb3 = ^black; -switch_int ($int1) { - case 0, 1 : - $coord2, $rgb3 = ~script1244($int0); - case 2 : - $coord2, $rgb3 = ~script1240($int0); - case 3 : - $coord2, $rgb3 = ~script1241($int0); - case 4 : - $coord2, $rgb3 = ~script1242($int0); - case 5 : - $coord2, $rgb3 = ~script1243($int0); - case 6 : - $coord2, $rgb3 = ~script1950($int0); - case 7 : - $coord2, $rgb3 = ~script1245($int0); - case 8 : - $coord2, $rgb3 = ~script1246($int0); - case 9 : - $coord2, $rgb3 = ~script1247($int0); - case 10 : - $coord2, $rgb3 = ~script1430($int0); - case 11 : - $coord2, $rgb3 = ~script1859($int0); - case 12 : - $coord2, $rgb3 = ~script1866($int0); - case 13 : - $coord2, $rgb3 = ~script1860($int0); -} -return($coord2, $rgb3); diff --git a/dumps/530/script/[proc,script1240].cs2 b/dumps/530/script/[proc,script1240].cs2 deleted file mode 100644 index 3a5d5de8b..000000000 --- a/dumps/530/script/[proc,script1240].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1240 -[proc,script1240](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 6); - spline_new(1, 6); - spline_addpoint(0, 0, 0_39_44_2_39, 800, 0_39_44_2_34, 810, 0); - spline_addpoint(1, 0, 0_39_44_13_39, 120, 0_39_44_13_35, 120, 0); - spline_addpoint(0, 1, 0_39_44_17_14, 1310, 0_39_44_35_6, 1210, 0); - spline_addpoint(1, 1, 0_39_44_30_23, -120, 0_39_44_45_21, -120, 0); - ~script1899(0, 100, 150); - spline_addpoint(0, 2, 0_39_44_55_17, 1235, 0_39_44_61_21, 1235, 0); - spline_addpoint(1, 2, 0_39_44_52_30, 120, 0_39_44_52_30, 120, 0); - ~script1899(1, 100, 150); - spline_addpoint(0, 3, 0_40_44_0_37, 1190, 0_39_44_62_46, 1190, 0); - spline_addpoint(1, 3, 0_39_44_52_32, 120, 0_39_44_52_32, 120, 0); - ~script1899(2, 100, 150); - spline_addpoint(0, 4, 0_39_44_37_32, 1000, 0_39_44_35_13, 975, 0); - spline_addpoint(1, 4, 0_39_44_50_32, 120, 0_39_44_50_32, 120, 0); - ~script1899(3, 100, 150); - spline_addpoint(0, 5, 0_39_44_35_12, 1000, 0_39_44_35_12, 975, 0); - spline_addpoint(1, 5, 0_39_44_50_31, 200, 0_39_44_50_31, 200, 0); - ~script1899(4, 100, 150); -} -return(0_39_44_33_28, 0x131414); diff --git a/dumps/530/script/[proc,script1241].cs2 b/dumps/530/script/[proc,script1241].cs2 deleted file mode 100644 index 3bd323435..000000000 --- a/dumps/530/script/[proc,script1241].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1241 -[proc,script1241](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 5); - spline_new(1, 5); - spline_addpoint(0, 0, 0_51_50_50_11, 1300, 0_51_50_43_11, 1300, 0); - spline_addpoint(1, 0, 0_51_50_43_8, 425, 0_51_50_32_10, 425, 0); - spline_addpoint(0, 1, 0_51_50_39_20, 1250, 0_51_50_38_23, 1240, 0); - spline_addpoint(1, 1, 0_51_50_30_28, 425, 0_51_50_31_35, 425, 0); - ~script1899(0, 100, 150); - spline_addpoint(0, 2, 0_51_50_43_31, 1025, 0_51_50_46_34, 870, 0); - spline_addpoint(1, 2, 0_51_50_42_43, 425, 0_51_50_46_46, 425, 0); - ~script1899(1, 100, 150); - spline_addpoint(0, 3, 0_51_50_50_34, 640, 0_51_50_50_34, 480, 0); - spline_addpoint(1, 3, 0_51_50_50_53, 185, 0_51_50_50_58, 120, 0); - ~script1899(2, 100, 150); - spline_addpoint(0, 4, 0_51_50_50_43, 500, 0_51_50_50_43, 495, 0); - spline_addpoint(1, 4, 0_51_50_50_59, 185, 0_51_50_50_59, 115, 0); - ~script1899(3, 100, 150); -} -return(0_51_50_50_37, 0x131414); diff --git a/dumps/530/script/[proc,script1242].cs2 b/dumps/530/script/[proc,script1242].cs2 deleted file mode 100644 index 881c25936..000000000 --- a/dumps/530/script/[proc,script1242].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1242 -[proc,script1242](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 5); - spline_new(1, 5); - spline_addpoint(0, 0, 0_53_54_58_35, 500, 0_53_54_54_32, 470, 0); - spline_addpoint(1, 0, 0_53_54_52_30, 350, 0_53_54_50_28, 325, 0); - spline_addpoint(0, 1, 0_53_54_40_28, 585, 0_53_54_32_30, 730, 0); - spline_addpoint(1, 1, 0_53_54_35_29, 365, 0_53_54_30_34, 455, 0); - ~script1899(0, 100, 150); - spline_addpoint(0, 2, 0_53_54_21_44, 1410, 0_53_54_10_46, 1515, 0); - spline_addpoint(1, 2, 0_53_54_19_41, 1200, 0_53_54_10_41, 1395, 0); - ~script1899(1, 100, 150); - spline_addpoint(0, 3, 0_53_54_8_33, 1450, 0_53_54_8_33, 1450, 0); - spline_addpoint(1, 3, 0_53_54_10_33, 1400, 0_53_54_10_33, 1400, 0); - ~script1899(2, 100, 150); - spline_addpoint(0, 4, 0_53_54_19_33, 1450, 0_53_54_17_33, 1450, 0); - spline_addpoint(1, 4, 0_53_54_23_33, 1400, 0_53_54_21_33, 1400, 0); - ~script1899(3, 100, 150); -} -return(0_53_54_32_34, 0x131414); diff --git a/dumps/530/script/[proc,script1243].cs2 b/dumps/530/script/[proc,script1243].cs2 deleted file mode 100644 index 48c9b4471..000000000 --- a/dumps/530/script/[proc,script1243].cs2 +++ /dev/null @@ -1,33 +0,0 @@ -// 1243 -[proc,script1243](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 9); - spline_new(1, 9); - spline_addpoint(0, 0, 0_59_44_4_4, 1600, 0_59_44_12_3, 1580, 0); - spline_addpoint(1, 0, 0_59_44_10_13, 470, 0_59_44_12_11, 460, 0); - spline_addpoint(0, 1, 0_59_44_38_2, 1215, 0_59_44_46_4, 1095, 0); - spline_addpoint(1, 1, 0_59_44_39_11, 375, 0_59_44_45_15, 360, 0); - ~script1899(0, 100, 150); - spline_addpoint(0, 2, 0_59_44_56_17, 965, 0_59_44_58_25, 940, 0); - spline_addpoint(1, 2, 0_59_44_47_25, 350, 0_59_44_47_31, 330, 0); - ~script1899(1, 100, 150); - spline_addpoint(0, 3, 0_59_44_49_45, 970, 0_59_44_38_50, 985, 0); - spline_addpoint(1, 3, 0_59_44_40_37, 330, 0_59_44_34_37, 330, 0); - ~script1899(2, 100, 150); - spline_addpoint(0, 4, 0_59_44_18_29, 950, 0_59_44_17_14, 980, 0); - spline_addpoint(1, 4, 0_59_44_35_26, 240, 0_59_44_39_24, 195, 0); - ~script1899(3, 100, 150); - spline_addpoint(0, 5, 0_59_44_42_15, 1445, 0_59_44_52_23, 1420, 0); - spline_addpoint(1, 5, 0_59_44_43_32, 190, 0_59_44_44_37, 160, 0); - ~script1899(4, 100, 150); - spline_addpoint(0, 6, 0_59_44_40_43, 1070, 0_59_44_32_50, 1070, 0); - spline_addpoint(1, 6, 0_59_44_37_48, 100, 0_59_44_31_55, 65, 0); - ~script1899(5, 100, 150); - spline_addpoint(0, 7, 0_59_44_25_49, 1115, 0_59_44_25_49, 1115, 0); - spline_addpoint(1, 7, 0_59_44_21_52, 45, 0_59_44_21_52, 45, 0); - ~script1899(6, 100, 150); - spline_addpoint(0, 8, 0_59_44_10_50, 1420, 0_59_44_10_50, 1395, 0); - spline_addpoint(1, 8, 0_59_44_21_52, -245, 0_59_44_21_52, -245, 0); - ~script1899(7, 100, 150); -} -return(0_59_44_29_25, 0x131414); diff --git a/dumps/530/script/[proc,script1244].cs2 b/dumps/530/script/[proc,script1244].cs2 deleted file mode 100644 index e42f40e07..000000000 --- a/dumps/530/script/[proc,script1244].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1244 -[proc,script1244](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 7); - spline_new(1, 7); - spline_addpoint(0, 0, 0_45_58_17_14, 1500, 0_45_58_21_14, 1500, 0); - spline_addpoint(1, 0, 0_45_58_34_24, 500, 0_45_58_39_29, 500, 0); - spline_addpoint(0, 1, 0_45_58_28_30, 1400, 0_45_58_28_45, 1400, 0); - spline_addpoint(1, 1, 0_45_58_39_35, 400, 0_45_58_39_35, 400, 0); - ~script1899(0, 100, 150); - spline_addpoint(0, 2, 0_45_58_41_47, 1300, 0_45_58_47_47, 1300, 0); - spline_addpoint(1, 2, 0_45_58_39_35, 390, 0_45_58_39_35, 395, 0); - ~script1899(1, 100, 150); - spline_addpoint(0, 3, 0_45_58_50_37, 1200, 0_45_58_50_34, 1200, 0); - spline_addpoint(1, 3, 0_45_58_39_35, 395, 0_45_58_39_35, 395, 0); - ~script1899(2, 100, 150); - spline_addpoint(0, 4, 0_45_58_41_28, 1100, 0_45_58_35_28, 1100, 0); - spline_addpoint(1, 4, 0_45_58_39_35, 395, 0_45_58_39_35, 395, 0); - ~script1899(3, 100, 150); - spline_addpoint(0, 5, 0_45_58_35_35, 1000, 0_45_58_35_38, 1000, 0); - spline_addpoint(1, 5, 0_45_58_39_35, 395, 0_45_58_39_35, 395, 0); - ~script1899(4, 100, 150); - spline_addpoint(0, 6, 0_45_58_42_36, 698, 0_45_58_44_32, 698, 0); - spline_addpoint(1, 6, 0_45_58_39_35, 395, 0_45_58_39_35, 395, 0); - ~script1899(5, 100, 150); -} -return(0_45_58_28_30, 0x131414); diff --git a/dumps/530/script/[proc,script1245].cs2 b/dumps/530/script/[proc,script1245].cs2 deleted file mode 100644 index ee323bf51..000000000 --- a/dumps/530/script/[proc,script1245].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1245 -[proc,script1245](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 6); - spline_new(1, 6); - spline_addpoint(0, 0, 0_42_83_4_21, 1500, 0_42_83_6_14, 1450, 0); - spline_addpoint(1, 0, 0_42_83_14_21, 250, 0_42_83_14_14, 250, 0); - spline_addpoint(0, 1, 0_42_83_15_2, 1400, 0_42_83_22_0, 1350, 0); - spline_addpoint(1, 1, 0_42_83_22_11, 250, 0_42_83_27_10, 250, 0); - ~script1899(0, 100, 150); - spline_addpoint(0, 2, 0_42_83_42_7, 1300, 0_42_83_48_15, 1250, 0); - spline_addpoint(1, 2, 0_42_83_31_20, 250, 0_42_83_31_25, 250, 0); - ~script1899(1, 100, 150); - spline_addpoint(0, 3, 0_42_83_35_27, 900, 0_42_83_32_32, 900, 0); - spline_addpoint(1, 3, 0_42_83_32_41, 250, 0_42_83_33_48, 250, 0); - ~script1899(2, 100, 150); - spline_addpoint(0, 4, 0_42_83_33_49, 700, 0_42_83_33_52, 700, 0); - spline_addpoint(1, 4, 0_42_83_33_57, 250, 0_42_83_33_58, 250, 0); - ~script1899(3, 100, 150); - spline_addpoint(0, 5, 0_42_83_33_55, 700, 0_42_83_33_55, 700, 0); - spline_addpoint(1, 5, 0_42_83_33_60, 250, 0_42_83_33_60, 250, 0); - ~script1899(4, 100, 150); -} -return(0_42_83_22_26, 0x131414); diff --git a/dumps/530/script/[proc,script1246].cs2 b/dumps/530/script/[proc,script1246].cs2 deleted file mode 100644 index 0fbcfbd8c..000000000 --- a/dumps/530/script/[proc,script1246].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1246 -[proc,script1246](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 7); - spline_new(1, 7); - spline_addpoint(0, 0, 0_56_152_27_53, 900, 0_56_152_27_51, 900, 0); - spline_addpoint(1, 0, 0_56_152_25_48, 350, 0_56_152_24_43, 300, 0); - spline_addpoint(0, 1, 0_56_152_29_41, 800, 0_56_152_32_35, 800, 0); - spline_addpoint(1, 1, 0_56_152_31_34, 350, 0_56_152_35_30, 300, 0); - ~script1899(0, 100, 150); - spline_addpoint(0, 2, 0_56_152_41_26, 800, 0_56_152_42_20, 800, 0); - spline_addpoint(1, 2, 0_56_152_36_23, 300, 0_56_152_36_19, 300, 0); - ~script1899(1, 100, 150); - spline_addpoint(0, 3, 0_56_152_34_10, 800, 0_56_152_28_6, 800, 0); - spline_addpoint(1, 3, 0_56_152_24_12, 300, 0_56_152_15_11, 300, 0); - ~script1899(2, 100, 150); - spline_addpoint(0, 4, 0_56_152_9_10, 945, 0_56_152_5_14, 1130, 0); - spline_addpoint(1, 4, 0_56_152_13_15, 300, 0_56_152_13_15, 300, 0); - ~script1899(3, 100, 150); - spline_addpoint(0, 5, 0_56_152_6_21, 1355, 0_56_152_7_24, 1355, 0); - spline_addpoint(1, 5, 0_56_152_13_15, 300, 0_56_152_13_15, 300, 0); - ~script1899(4, 100, 150); - spline_addpoint(0, 6, 0_56_152_14_26, 1355, 0_56_152_18_26, 1355, 0); - spline_addpoint(1, 6, 0_56_152_13_15, 300, 0_56_152_13_15, 300, 0); - ~script1899(5, 100, 150); -} -return(0_56_152_22_25, 0x131414); diff --git a/dumps/530/script/[proc,script1247].cs2 b/dumps/530/script/[proc,script1247].cs2 deleted file mode 100644 index d284facfc..000000000 --- a/dumps/530/script/[proc,script1247].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1247 -[proc,script1247](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 6); - spline_new(1, 6); - spline_addpoint(0, 0, 0_50_53_7_37, 900, 0_50_53_7_34, 900, 0); - spline_addpoint(1, 0, 0_50_53_13_37, 300, 0_50_53_13_37, 300, 0); - spline_addpoint(0, 1, 0_50_53_13_31, 900, 0_50_53_16_31, 900, 0); - spline_addpoint(1, 1, 0_50_53_13_37, 300, 0_50_53_13_37, 300, 0); - ~script1899(0, 100, 150); - spline_addpoint(0, 2, 0_50_53_19_37, 900, 0_50_53_19_40, 900, 0); - spline_addpoint(1, 2, 0_50_53_13_37, 300, 0_50_53_13_37, 300, 0); - ~script1899(1, 100, 150); - spline_addpoint(0, 3, 0_50_53_13_43, 900, 0_50_53_10_43, 900, 0); - spline_addpoint(1, 3, 0_50_53_13_37, 300, 0_50_53_13_37, 300, 0); - ~script1899(2, 100, 150); - spline_addpoint(0, 4, 0_50_53_7_37, 900, 0_50_53_7_34, 900, 0); - spline_addpoint(1, 4, 0_50_53_13_37, 300, 0_50_53_13_37, 300, 0); - ~script1899(3, 100, 150); - spline_addpoint(0, 5, 0_50_53_13_31, 900, 0_50_53_16_31, 900, 0); - spline_addpoint(1, 5, 0_50_53_13_37, 300, 0_50_53_13_37, 300, 0); - ~script1899(4, 100, 150); -} -return(0_50_53_28_32, 0x131414); diff --git a/dumps/530/script/[proc,script1251].cs2 b/dumps/530/script/[proc,script1251].cs2 deleted file mode 100644 index 0497fc653..000000000 --- a/dumps/530/script/[proc,script1251].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1251 -[proc,script1251](int $int0, component $component1, component $component2, component $component3, int $rgb4) -cam_movealong(0, $int0, ~script1898($int0), 1, $int0); -if (spline_length(0) <= calc($int0 + 2)) { - if_setcolour($rgb4, $component3); - if_settrans(255, $component3); - if_sethide(false, $component3); - if_setontimer("script1253($component3)", $component3); - if_setontimer("script1249($component1, $component2, $component3)", $component1); - if_setoncamfinished(null, $component1); - if (%varclient_176 = 2) { - %varclient_176 = calc(%varclient_176 + 8 + 10 * (random(calc(13 - 1)) + 1)); - } else { - %varclient_176 = calc(%varclient_176 + 8); - } - %varclient_177 = calc(clientclock + 30); - return; -} -if_setoncamfinished("script1250(calc($int0 + 1), $component1, $component2, $component3, $rgb4)", $component1); diff --git a/dumps/530/script/[proc,script125].cs2 b/dumps/530/script/[proc,script125].cs2 deleted file mode 100644 index a045944bb..000000000 --- a/dumps/530/script/[proc,script125].cs2 +++ /dev/null @@ -1,72 +0,0 @@ -// 125 -[proc,script125] -def_int $int0 = 0; -def_int $int1 = 0; -cc_deleteall(interface_550:com_2); -if (friend_count = -2) { - if_settext("Loading Friends List
Please wait...", interface_550:com_8); -} else if (friend_count = -1) { - if_settext("Connecting to friendserver
Please wait...", interface_550:com_8); -} else { - if_settext("", interface_550:com_8); - while ($int0 < friend_count) { - cc_create(interface_550:com_2, ^iftype_text, $int0); - cc_settext(friend_getname($int0)); - cc_setposition(3, calc($int0 * 15), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(100, 14, ^setsize_abs, ^setsize_abs); - cc_setcolour(^white); - cc_settextfont(friendslist_font); - cc_settextshadow(true); - cc_setopbase(""); - if (friend_getworld($int0) ! 0) { - if (map_quickchat = false & unknown_command_3328 = false) { - cc_setop(1, "Message"); - } - cc_setop(2, "Quick Message"); - cc_setop(3, ""); - cc_setop(4, ""); - } else { - cc_setop(1, ""); - cc_setop(2, ""); - if (map_quickchat = false & unknown_command_3328 = false) { - cc_setop(3, "Message"); - } - cc_setop(4, "Quick Message"); - } - cc_setop(5, "Delete"); - cc_setonop("script126(event_op, event_opbase, $int0)"); - $int0 = calc($int0 + 1); - } - $int0 = 0; - while ($int0 < friend_count) { - cc_create(interface_550:com_2, ^iftype_text, calc($int0 + friend_count)); - $int1 = friend_getworld($int0); - if ($int1 = 0) { - cc_settext("Offline"); - cc_setcolour(^red); - } else { - cc_settext(friend_getworldname($int0)); - if ($int1 = map_world) { - cc_setcolour(^green); - } else { - cc_setcolour(^yellow); - } - } - cc_setposition(99, calc($int0 * 15), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(55, 14, ^setsize_abs, ^setsize_abs); - cc_settextfont(friendslist_font); - cc_settextalign(^settextalign_right, ^settextalign_top, 0); - cc_settextshadow(true); - $int0 = calc($int0 + 1); - } - if ($int0 < 13) { - $int0 = 13; - } - if (friend_count >= 13) { - if_setscrollsize(158, calc($int0 * 15 + 5), interface_550:com_2); - ~script72(interface_550:com_1, interface_550:com_2, %varclient_9); - } else { - if_setscrollsize(158, calc($int0 * 15), interface_550:com_2); - ~script72(interface_550:com_1, interface_550:com_2, 0); - } -} diff --git a/dumps/530/script/[proc,script1264].cs2 b/dumps/530/script/[proc,script1264].cs2 deleted file mode 100644 index 63cf185ac..000000000 --- a/dumps/530/script/[proc,script1264].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1264 -[proc,script1264] -def_string $string0 = null; -if (%varplayer_170 = 0) { - if_setgraphic("options_boxes,1", interface_261:com_6); - $string0 = "Mouse buttons
(currently 2)"; - if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_6); -} else if (%varplayer_170 = 1) { - if_setgraphic("options_boxes,0", interface_261:com_6); - $string0 = "Mouse buttons
(currently 1)"; - if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_6); -} -%varclient_2 = 0; diff --git a/dumps/530/script/[proc,script1265].cs2 b/dumps/530/script/[proc,script1265].cs2 deleted file mode 100644 index f21fa057c..000000000 --- a/dumps/530/script/[proc,script1265].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1265 -[proc,script1265] -def_string $string0 = null; -if (%varplayer_171 = 1) { - if_setgraphic("options_boxes,0", interface_261:com_4); - $string0 = "Chat effects
(currently off)"; - if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_4); - %varclient_2 = 0; -} else if (%varplayer_171 = 0) { - if_setgraphic("options_boxes,1", interface_261:com_4); - $string0 = "Chat effects
(currently on)"; - if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_4); - %varclient_2 = 0; -} diff --git a/dumps/530/script/[proc,script1267].cs2 b/dumps/530/script/[proc,script1267].cs2 deleted file mode 100644 index f870fbaeb..000000000 --- a/dumps/530/script/[proc,script1267].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1267 -[proc,script1267] -def_string $string0 = null; -if (%varplayer_287 = 0) { - if_setgraphic("options_boxes,0", interface_261:com_5); - $string0 = "Split Private Chat
(currently off)"; - if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_5); - %varclient_2 = 0; -} else if (%varplayer_287 = 1) { - if_setgraphic("options_boxes,1", interface_261:com_5); - $string0 = "Split Private Chat
(currently on)"; - if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_5); - %varclient_2 = 0; -} diff --git a/dumps/530/script/[proc,script1269].cs2 b/dumps/530/script/[proc,script1269].cs2 deleted file mode 100644 index 51e72093e..000000000 --- a/dumps/530/script/[proc,script1269].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1269 -[proc,script1269] -def_string $string0 = null; -if (%varplayer_427 = 0) { - if_setgraphic("options_boxes,0", interface_261:com_7); - $string0 = "Accept aid
(currently off)"; - if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_7); - %varclient_2 = 0; -} else if (%varplayer_427 = 1) { - if_setgraphic("options_boxes,1", interface_261:com_7); - $string0 = "Accept aid
(currently on)"; - if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_7); - %varclient_2 = 0; -} diff --git a/dumps/530/script/[proc,script1271].cs2 b/dumps/530/script/[proc,script1271].cs2 deleted file mode 100644 index 5fb52b123..000000000 --- a/dumps/530/script/[proc,script1271].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1271 -[proc,script1271] -def_string $string0 = null; -if (%varplayer_173 = 0) { - if_setgraphic("options_boxes,0", interface_261:com_3); - $string0 = "Run (currently off)"; - if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_3); - %varclient_2 = 0; -} else if (%varplayer_173 = 1) { - if_setgraphic("options_boxes,1", interface_261:com_3); - $string0 = "Run (currently on)"; - if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_3); - %varclient_2 = 0; -} diff --git a/dumps/530/script/[proc,script1272].cs2 b/dumps/530/script/[proc,script1272].cs2 deleted file mode 100644 index 86422f5aa..000000000 --- a/dumps/530/script/[proc,script1272].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1272 -[proc,script1272] -def_string $string0 = null; -$string0 = "House options"; -if_setonmouserepeat("script38(event_com, interface_261:com_22, $string0, 25, 180)", interface_261:com_8); -%varclient_2 = 0; diff --git a/dumps/530/script/[proc,script1279].cs2 b/dumps/530/script/[proc,script1279].cs2 deleted file mode 100644 index 90a56099e..000000000 --- a/dumps/530/script/[proc,script1279].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1279 -[proc,script1279](component $component0, inv $inv1, int $int2, int $int3) -cc_deleteall($component0); -def_int $int4 = 0; -def_int $int5 = 0; -if (if_getscrollwidth($component0) > 0) { - $int4 = calc((if_getscrollwidth($component0) - 36 * $int2) / ($int2 - 1)); -} else { - $int4 = calc((if_getwidth($component0) - 36 * $int2) / ($int2 - 1)); -} -if (if_getscrollheight($component0) > 0) { - $int5 = calc((if_getscrollheight($component0) - 32 * $int3) / ($int3 - 1)); -} else { - $int5 = calc((if_getheight($component0) - 32 * $int3) / ($int3 - 1)); -} -def_int $int6 = 0; -while ($int6 <= calc($int2 * $int3)) { - cc_create($component0, ^iftype_graphic, $int6); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc((36 + $int4) * ($int6 % $int2)), calc($int6 / $int2 * (32 + $int5)), ^setpos_abs_left, ^setpos_abs_top); - ~script1280($inv1, $int6, $component0, $int6); - $int6 = calc($int6 + 1); -} diff --git a/dumps/530/script/[proc,script1280].cs2 b/dumps/530/script/[proc,script1280].cs2 deleted file mode 100644 index 4d72eb956..000000000 --- a/dumps/530/script/[proc,script1280].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1280 -[proc,script1280](inv $inv0, int $int1, component $component2, int $int3) -def_string $string0 = ""; -if (cc_find($component2, $int3) = true) { - if (inv_getobj($inv0, $int1) ! null) { - $string0 = ""; - cc_setobject(inv_getobj($inv0, $int1), inv_getnum($inv0, $int1)); - cc_setopbase($string0); - cc_setop(10, "Examine"); - cc_setdragdeadzone(5); - cc_setdragdeadtime(10); - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - } else { - cc_setmodel(null); - cc_clearops; - cc_setdragdeadzone(0); - cc_setdragdeadtime(0); - cc_setondragcomplete(null); - } -} diff --git a/dumps/530/script/[proc,script1284].cs2 b/dumps/530/script/[proc,script1284].cs2 deleted file mode 100644 index 1de2e8815..000000000 --- a/dumps/530/script/[proc,script1284].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1284 -[proc,script1284] -if_sethide(true, interface_501:com_8); -if_sethide(true, interface_501:com_9); -if_sethide(true, interface_501:com_10); -if_sethide(true, interface_501:com_11); -if_sethide(true, interface_501:com_12); diff --git a/dumps/530/script/[proc,script1287].cs2 b/dumps/530/script/[proc,script1287].cs2 deleted file mode 100644 index 4e2066816..000000000 --- a/dumps/530/script/[proc,script1287].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1287 -[proc,script1287] -if_sethide(true, interface_502:com_8); -if_sethide(true, interface_502:com_9); -if_sethide(true, interface_502:com_10); -if_sethide(true, interface_502:com_11); -if_sethide(true, interface_502:com_12); diff --git a/dumps/530/script/[proc,script1293].cs2 b/dumps/530/script/[proc,script1293].cs2 deleted file mode 100644 index eaeee8fcd..000000000 --- a/dumps/530/script/[proc,script1293].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1293 -[proc,script1293](obj $obj0)(int) -if ($obj0 = obj_5329 | $obj0 = obj_7409) { - return(calc(inv_total(inv_93, obj_5329) + inv_total(inv_93, obj_7409))); -} -if ($obj0 = obj_6797 | $obj0 = obj_5340 | $obj0 = obj_5339 | $obj0 = obj_5338 | $obj0 = obj_5337 | $obj0 = obj_5336 | $obj0 = obj_5335 | $obj0 = obj_5334 | $obj0 = obj_5333 | $obj0 = obj_5331) { - return(calc(inv_total(inv_93, obj_5340) + inv_total(inv_93, obj_5339) + inv_total(inv_93, obj_5338) + inv_total(inv_93, obj_5337) + inv_total(inv_93, obj_5336) + inv_total(inv_93, obj_5335) + inv_total(inv_93, obj_5334) + inv_total(inv_93, obj_5333) + inv_total(inv_93, obj_5331))); -} -return(inv_total(inv_93, $obj0)); diff --git a/dumps/530/script/[proc,script1298].cs2 b/dumps/530/script/[proc,script1298].cs2 deleted file mode 100644 index ca7661192..000000000 --- a/dumps/530/script/[proc,script1298].cs2 +++ /dev/null @@ -1,56 +0,0 @@ -// 1298 -[proc,script1298](component $component0, int $int1, int $int2, int $int3) -cc_deleteall($component0); -def_int $int4 = if_getwidth($component0); -def_int $int5 = if_getheight($component0); -def_int $int6 = 0; -if ($int1 > 0) { - cc_create($component0, ^iftype_graphic, $int6); - cc_setposition(0, $int1, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 32, ^setsize_abs, ^setsize_abs); - cc_setgraphic("v2_borders_slim,13"); - cc_settiling(true); - $int6 = calc($int6 + 1); -} -if ($int2 > 0) { - cc_create($component0, ^iftype_graphic, $int6); - cc_setposition(0, $int2, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 32, ^setsize_abs, ^setsize_abs); - cc_setgraphic("v2_borders_slim,13"); - cc_settiling(true); - $int6 = calc($int6 + 1); -} -if ($int3 > 0) { - cc_create($component0, ^iftype_graphic, $int6); - cc_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 32, ^setsize_abs, ^setsize_abs); - cc_setgraphic("v2_borders_slim,13"); - cc_settiling(true); - $int6 = calc($int6 + 1); -} -cc_create($component0, ^iftype_graphic, $int6); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int4, 32, ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_borders_slim,13"); -cc_settiling(true); -$int6 = calc($int6 + 1); -cc_create($component0, ^iftype_graphic, $int6); -cc_setposition(0, calc($int5 - 32), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int4, 32, ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_borders_slim,13"); -cc_settiling(true); -cc_setvflip(true); -$int6 = calc($int6 + 1); -cc_create($component0, ^iftype_graphic, $int6); -cc_setposition(0, 1, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, calc($int5 - 2), ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_borders_slim,14"); -cc_settiling(true); -$int6 = calc($int6 + 1); -cc_create($component0, ^iftype_graphic, $int6); -cc_setposition(calc($int4 - 32), 1, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(32, calc($int5 - 2), ^setsize_abs, ^setsize_abs); -cc_setgraphic("v2_borders_slim,14"); -cc_settiling(true); -cc_sethflip(true); -$int6 = calc($int6 + 1); diff --git a/dumps/530/script/[proc,script1299].cs2 b/dumps/530/script/[proc,script1299].cs2 deleted file mode 100644 index 671c50466..000000000 --- a/dumps/530/script/[proc,script1299].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1299 -[proc,script1299] -if_setontimer("script1328", interface_744:com_224); diff --git a/dumps/530/script/[proc,script129].cs2 b/dumps/530/script/[proc,script129].cs2 deleted file mode 100644 index 58ece0bf7..000000000 --- a/dumps/530/script/[proc,script129].cs2 +++ /dev/null @@ -1,32 +0,0 @@ -// 129 -[proc,script129] -def_int $int0 = 0; -cc_deleteall(interface_551:com_1); -if (ignore_count < 0) { - if_settext("Loading Ignore List
Please wait...", interface_551:com_8); -} else { - if_settext("", interface_551:com_8); - while ($int0 < ignore_count) { - cc_create(interface_551:com_1, ^iftype_text, $int0); - cc_settext(ignore_getname($int0)); - cc_setposition(3, calc($int0 * 15), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(100, 14, ^setsize_abs, ^setsize_abs); - cc_setcolour(^white); - cc_settextfont(friendslist_font); - cc_settextshadow(true); - cc_setopbase(""); - cc_setop(1, "Delete"); - cc_setonop("script130(event_opbase)"); - $int0 = calc($int0 + 1); - } - if ($int0 < 13) { - $int0 = 13; - } - if (ignore_count >= 13) { - if_setscrollsize(158, calc($int0 * 15 + 5), interface_551:com_1); - ~script72(interface_551:com_2, interface_551:com_1, 0); - } else { - if_setscrollsize(158, calc($int0 * 15), interface_551:com_1); - ~script72(interface_551:com_2, interface_551:com_1, 0); - } -} diff --git a/dumps/530/script/[proc,script12].cs2 b/dumps/530/script/[proc,script12].cs2 deleted file mode 100644 index 0893ac3b1..000000000 --- a/dumps/530/script/[proc,script12].cs2 +++ /dev/null @@ -1,76 +0,0 @@ -// 12 -[proc,script12](int $int0)(string, int) -if ($int0 = 1) { - return("Attack", 14); -} -if ($int0 = 2) { - return("Strength", 6); -} -if ($int0 = 5) { - return("Defence", 14); -} -if ($int0 = 3) { - return("Ranged", 10); -} -if ($int0 = 7) { - return("Prayer", 3); -} -if ($int0 = 4) { - return("Magic", 10); -} -if ($int0 = 6) { - return("Hitpoints", 2); -} -if ($int0 = 8) { - return("Agility", 5); -} -if ($int0 = 9) { - return("Herblore", 6); -} -if ($int0 = 10) { - return("Thieving", 6); -} -if ($int0 = 11) { - return("Crafting", 11); -} -if ($int0 = 19) { - return("Fletching", 7); -} -if ($int0 = 13) { - return("Mining", 6); -} -if ($int0 = 14) { - return("Smithing", 13); -} -if ($int0 = 15) { - return("Fishing", 5); -} -if ($int0 = 16) { - return("Cooking", 14); -} -if ($int0 = 17) { - return("Firemaking", 7); -} -if ($int0 = 18) { - return("Woodcutting", 6); -} -if ($int0 = 12) { - return("Runecrafting", 5); -} -if ($int0 = 20) { - return("Slayer", 4); -} -if ($int0 = 21) { - return("Farming", 10); -} -if ($int0 = 22) { - return("Construction", 15); -} -if ($int0 = 23) { - return("Hunter", 14); -} -if ($int0 = 24) { - return("Summoning", 6); -} else { - return("", -1); -} diff --git a/dumps/530/script/[proc,script1301].cs2 b/dumps/530/script/[proc,script1301].cs2 deleted file mode 100644 index d0f992386..000000000 --- a/dumps/530/script/[proc,script1301].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 1301 -[proc,script1301](component $component0, component $component1) -def_int $int2 = 0; -if (getwindowmode >= 2) { - ~script31($component0, $component1, graphic_883, graphic_802, graphic_881, graphic_882, graphic_641, graphic_642); - while ($int2 < if_getnextsubid($component0)) { - if (cc_find($component0, $int2) = true) { - cc_setalpha(true); - } - $int2 = calc($int2 + 1); - } -} else { - ~script31($component0, $component1, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); - while ($int2 < if_getnextsubid($component0)) { - if (cc_find($component0, $int2) = true) { - cc_setalpha(false); - } - $int2 = calc($int2 + 1); - } -} diff --git a/dumps/530/script/[proc,script1304].cs2 b/dumps/530/script/[proc,script1304].cs2 deleted file mode 100644 index d4d56fa2e..000000000 --- a/dumps/530/script/[proc,script1304].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1304 -[proc,script1304](int $int0) -def_int $int1 = ~script1305; -if ($int1 > -1) { - if ($int1 = $int0) { - if (getwindowmode >= 2 & %varplayer_281 = 1000) { - ~script1306; - } else { - return; - } - } else { - ~script1306; - ~script1387($int0); - } -} else { - ~script1306; - ~script1387($int0); -} diff --git a/dumps/530/script/[proc,script1305].cs2 b/dumps/530/script/[proc,script1305].cs2 deleted file mode 100644 index 8030fbf9f..000000000 --- a/dumps/530/script/[proc,script1305].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1305 -[proc,script1305]()(int) -def_int $int0 = 0; -if (~script1314(99) = false) { - return(99); -} -while ($int0 < 14) { - if (~script1314($int0) = false) { - return($int0); - } else { - $int0 = calc($int0 + 1); - } -} -return(-1); diff --git a/dumps/530/script/[proc,script1306].cs2 b/dumps/530/script/[proc,script1306].cs2 deleted file mode 100644 index 4dbd4ea16..000000000 --- a/dumps/530/script/[proc,script1306].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1306 -[proc,script1306] -if (getwindowmode >= 2) { - ~script1385; -} else { - ~script1386; -} diff --git a/dumps/530/script/[proc,script1308].cs2 b/dumps/530/script/[proc,script1308].cs2 deleted file mode 100644 index 2b20d0f6f..000000000 --- a/dumps/530/script/[proc,script1308].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1308 -[proc,script1308] -if_sethide(true, interface_746:com_93); -if_sethide(true, interface_746:com_94); -if_sethide(true, interface_746:com_95); -if_sethide(true, interface_746:com_96); -if_sethide(true, interface_746:com_97); -if_sethide(true, interface_746:com_98); -if_sethide(true, interface_746:com_99); -if_sethide(true, interface_746:com_100); -if_sethide(true, interface_746:com_101); -if_sethide(true, interface_746:com_102); -if_sethide(true, interface_746:com_103); -if_sethide(true, interface_746:com_104); -if_sethide(true, interface_746:com_105); -if_sethide(true, interface_746:com_106); -if_sethide(true, interface_746:com_107); -if_sethide(true, interface_746:com_74); diff --git a/dumps/530/script/[proc,script1309].cs2 b/dumps/530/script/[proc,script1309].cs2 deleted file mode 100644 index e4d641337..000000000 --- a/dumps/530/script/[proc,script1309].cs2 +++ /dev/null @@ -1,62 +0,0 @@ -// 1309 -[proc,script1309](int $int0) -def_int $int1 = ~script1305; -if ($int0 = 1) { - if ($int1 ! 0) { - if_setgraphic(null, interface_746:com_41); - } - if ($int1 ! 1) { - if_setgraphic(null, interface_746:com_42); - } - if ($int1 ! 2) { - if_setgraphic(null, interface_746:com_43); - } - if ($int1 ! 3) { - if_setgraphic(null, interface_746:com_44); - } - if ($int1 ! 4) { - if_setgraphic(null, interface_746:com_45); - } - if ($int1 ! 5) { - if_setgraphic(null, interface_746:com_46); - } - if ($int1 ! 6) { - if_setgraphic(null, interface_746:com_47); - } - if ($int1 ! 7) { - if_setgraphic(null, interface_746:com_48); - } - if ($int1 ! 8) { - if_setgraphic(null, interface_746:com_49); - } - if ($int1 ! 9) { - if_setgraphic(null, interface_746:com_50); - } - if ($int1 ! 10) { - if_setgraphic(null, interface_746:com_51); - } - if ($int1 ! 11) { - if_setgraphic(null, interface_746:com_52); - } - if ($int1 ! 12) { - if_setgraphic(null, interface_746:com_53); - } - if ($int1 ! 13) { - if_setgraphic(null, interface_746:com_54); - } -} else { - if_setgraphic(null, interface_746:com_41); - if_setgraphic(null, interface_746:com_42); - if_setgraphic(null, interface_746:com_43); - if_setgraphic(null, interface_746:com_44); - if_setgraphic(null, interface_746:com_45); - if_setgraphic(null, interface_746:com_46); - if_setgraphic(null, interface_746:com_47); - if_setgraphic(null, interface_746:com_48); - if_setgraphic(null, interface_746:com_49); - if_setgraphic(null, interface_746:com_50); - if_setgraphic(null, interface_746:com_51); - if_setgraphic(null, interface_746:com_52); - if_setgraphic(null, interface_746:com_53); - if_setgraphic(null, interface_746:com_54); -} diff --git a/dumps/530/script/[proc,script1310].cs2 b/dumps/530/script/[proc,script1310].cs2 deleted file mode 100644 index 66ec840d2..000000000 --- a/dumps/530/script/[proc,script1310].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1310 -[proc,script1310](component $component0) -if_setmodel(null, $component0); -if_setmodelanim(null, $component0); diff --git a/dumps/530/script/[proc,script1311].cs2 b/dumps/530/script/[proc,script1311].cs2 deleted file mode 100644 index 429e692df..000000000 --- a/dumps/530/script/[proc,script1311].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1311 -[proc,script1311] -if_sethide(true, interface_548:com_83); -if_sethide(true, interface_548:com_84); -if_sethide(true, interface_548:com_85); -if_sethide(true, interface_548:com_86); -if_sethide(true, interface_548:com_87); -if_sethide(true, interface_548:com_88); -if_sethide(true, interface_548:com_89); -if_sethide(true, interface_548:com_90); -if_sethide(true, interface_548:com_91); -if_sethide(true, interface_548:com_92); -if_sethide(true, interface_548:com_93); -if_sethide(true, interface_548:com_94); -if_sethide(true, interface_548:com_95); -if_sethide(true, interface_548:com_96); -if_sethide(true, interface_548:com_97); diff --git a/dumps/530/script/[proc,script1312].cs2 b/dumps/530/script/[proc,script1312].cs2 deleted file mode 100644 index 7b9eec7f9..000000000 --- a/dumps/530/script/[proc,script1312].cs2 +++ /dev/null @@ -1,62 +0,0 @@ -// 1312 -[proc,script1312](int $int0) -def_int $int1 = ~script1305; -if ($int0 = 1) { - if ($int1 ! 0) { - if_setgraphic(null, interface_548:com_38); - } - if ($int1 ! 1) { - if_setgraphic(null, interface_548:com_39); - } - if ($int1 ! 2) { - if_setgraphic(null, interface_548:com_40); - } - if ($int1 ! 3) { - if_setgraphic(null, interface_548:com_41); - } - if ($int1 ! 4) { - if_setgraphic(null, interface_548:com_42); - } - if ($int1 ! 5) { - if_setgraphic(null, interface_548:com_43); - } - if ($int1 ! 6) { - if_setgraphic(null, interface_548:com_44); - } - if ($int1 ! 7) { - if_setgraphic(null, interface_548:com_20); - } - if ($int1 ! 8) { - if_setgraphic(null, interface_548:com_21); - } - if ($int1 ! 9) { - if_setgraphic(null, interface_548:com_22); - } - if ($int1 ! 10) { - if_setgraphic(null, interface_548:com_23); - } - if ($int1 ! 11) { - if_setgraphic(null, interface_548:com_24); - } - if ($int1 ! 12) { - if_setgraphic(null, interface_548:com_25); - } - if ($int1 ! 13) { - if_setgraphic(null, interface_548:com_26); - } -} else { - if_setgraphic(null, interface_548:com_38); - if_setgraphic(null, interface_548:com_39); - if_setgraphic(null, interface_548:com_40); - if_setgraphic(null, interface_548:com_41); - if_setgraphic(null, interface_548:com_42); - if_setgraphic(null, interface_548:com_43); - if_setgraphic(null, interface_548:com_44); - if_setgraphic(null, interface_548:com_20); - if_setgraphic(null, interface_548:com_21); - if_setgraphic(null, interface_548:com_22); - if_setgraphic(null, interface_548:com_23); - if_setgraphic(null, interface_548:com_24); - if_setgraphic(null, interface_548:com_25); - if_setgraphic(null, interface_548:com_26); -} diff --git a/dumps/530/script/[proc,script1313].cs2 b/dumps/530/script/[proc,script1313].cs2 deleted file mode 100644 index 6e495c31d..000000000 --- a/dumps/530/script/[proc,script1313].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1313 -[proc,script1313] -if_setgraphic(graphic_1207, interface_748:com_1); -if_setposition(25, 1, ^setpos_abs_left, ^setpos_abs_top, interface_748:com_2); -if_setposition(25, 1, ^setpos_abs_left, ^setpos_abs_top, interface_748:com_3); -if_setposition(3, 15, ^setpos_abs_left, ^setpos_abs_top, interface_748:com_4); -if_setposition(31, 7, ^setpos_abs_left, ^setpos_abs_top, interface_748:com_5); -if_setgraphic(graphic_1207, interface_747:com_1); -if_setposition(25, 1, ^setpos_abs_left, ^setpos_abs_top, interface_747:com_2); -if_setposition(25, 1, ^setpos_abs_left, ^setpos_abs_top, interface_747:com_3); -if_setposition(3, 15, ^setpos_abs_left, ^setpos_abs_top, interface_747:com_4); -if_setposition(31, 7, ^setpos_abs_left, ^setpos_abs_top, interface_747:com_5); -if_setgraphic(graphic_1207, interface_749:com_1); -if_setposition(25, 1, ^setpos_abs_left, ^setpos_abs_top, interface_749:com_2); -if_setposition(25, 1, ^setpos_abs_left, ^setpos_abs_top, interface_749:com_3); -if_setposition(3, 15, ^setpos_abs_left, ^setpos_abs_top, interface_749:com_4); -if_setposition(31, 7, ^setpos_abs_left, ^setpos_abs_top, interface_749:com_5); -~script1741(interface_750:com_1); -if_setposition(3, 15, ^setpos_abs_left, ^setpos_abs_top, interface_750:com_2); diff --git a/dumps/530/script/[proc,script1314].cs2 b/dumps/530/script/[proc,script1314].cs2 deleted file mode 100644 index 86bb32a9e..000000000 --- a/dumps/530/script/[proc,script1314].cs2 +++ /dev/null @@ -1,70 +0,0 @@ -// 1314 -[proc,script1314](int $int0)(boolean) -if (getwindowmode >= 2) { - switch_int ($int0) { - case 0 : - return(if_gethide(interface_746:com_93)); - case 1 : - return(if_gethide(interface_746:com_94)); - case 2 : - return(if_gethide(interface_746:com_95)); - case 3 : - return(if_gethide(interface_746:com_96)); - case 4 : - return(if_gethide(interface_746:com_97)); - case 5 : - return(if_gethide(interface_746:com_98)); - case 6 : - return(if_gethide(interface_746:com_99)); - case 7 : - return(if_gethide(interface_746:com_100)); - case 8 : - return(if_gethide(interface_746:com_101)); - case 9 : - return(if_gethide(interface_746:com_102)); - case 10 : - return(if_gethide(interface_746:com_103)); - case 11 : - return(if_gethide(interface_746:com_104)); - case 12 : - return(if_gethide(interface_746:com_105)); - case 13 : - return(if_gethide(interface_746:com_106)); - case 99 : - return(if_gethide(interface_746:com_107)); - } -} else { - switch_int ($int0) { - case 0 : - return(if_gethide(interface_548:com_83)); - case 1 : - return(if_gethide(interface_548:com_84)); - case 2 : - return(if_gethide(interface_548:com_85)); - case 3 : - return(if_gethide(interface_548:com_86)); - case 4 : - return(if_gethide(interface_548:com_87)); - case 5 : - return(if_gethide(interface_548:com_88)); - case 6 : - return(if_gethide(interface_548:com_89)); - case 7 : - return(if_gethide(interface_548:com_90)); - case 8 : - return(if_gethide(interface_548:com_91)); - case 9 : - return(if_gethide(interface_548:com_92)); - case 10 : - return(if_gethide(interface_548:com_93)); - case 11 : - return(if_gethide(interface_548:com_94)); - case 12 : - return(if_gethide(interface_548:com_95)); - case 13 : - return(if_gethide(interface_548:com_96)); - case 99 : - return(if_gethide(interface_548:com_97)); - } -} -return(null); diff --git a/dumps/530/script/[proc,script1329].cs2 b/dumps/530/script/[proc,script1329].cs2 deleted file mode 100644 index b9c187abc..000000000 --- a/dumps/530/script/[proc,script1329].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1329 -[proc,script1329] -if (getwindowmode = 0) { - ~script1355("High Detail only", interface_744:com_56, interface_744:com_57, interface_744:com_58, null, graphic_884, 0x7f0000, p11_full); - return; -} -def_int $int0 = 0; -if (detailget_fog_on = true) { - $int0 = 1; -} -~script1435(enum_1577, $int0, 1, interface_744:com_56, interface_744:com_57, interface_744:com_58, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script132].cs2 b/dumps/530/script/[proc,script132].cs2 deleted file mode 100644 index 9e79223a5..000000000 --- a/dumps/530/script/[proc,script132].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 132 -[proc,script132] -if_setonkey("script73(event_keycode, event_keychar)", interface_137:com_51); diff --git a/dumps/530/script/[proc,script1337].cs2 b/dumps/530/script/[proc,script1337].cs2 deleted file mode 100644 index 8a3901c39..000000000 --- a/dumps/530/script/[proc,script1337].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1337 -[proc,script1337] -if_setgraphic(graphic_1206, interface_748:com_1); -if_setposition(1, 1, ^setpos_abs_left, ^setpos_abs_top, interface_748:com_2); -if_setposition(1, 1, ^setpos_abs_left, ^setpos_abs_top, interface_748:com_3); -if_setposition(31, 15, ^setpos_abs_left, ^setpos_abs_top, interface_748:com_4); -if_setposition(7, 7, ^setpos_abs_left, ^setpos_abs_top, interface_748:com_5); -if_setgraphic(graphic_1206, interface_747:com_1); -if_setposition(1, 1, ^setpos_abs_left, ^setpos_abs_top, interface_747:com_2); -if_setposition(1, 1, ^setpos_abs_left, ^setpos_abs_top, interface_747:com_3); -if_setposition(31, 15, ^setpos_abs_left, ^setpos_abs_top, interface_747:com_4); -if_setposition(7, 7, ^setpos_abs_left, ^setpos_abs_top, interface_747:com_5); -if_setgraphic(graphic_1206, interface_749:com_1); -if_setposition(1, 1, ^setpos_abs_left, ^setpos_abs_top, interface_749:com_2); -if_setposition(1, 1, ^setpos_abs_left, ^setpos_abs_top, interface_749:com_3); -if_setposition(31, 15, ^setpos_abs_left, ^setpos_abs_top, interface_749:com_4); -if_setposition(7, 7, ^setpos_abs_left, ^setpos_abs_top, interface_749:com_5); -~script1741(interface_750:com_1); -if_setposition(29, 15, ^setpos_abs_left, ^setpos_abs_top, interface_750:com_2); diff --git a/dumps/530/script/[proc,script1345].cs2 b/dumps/530/script/[proc,script1345].cs2 deleted file mode 100644 index e1e17b7d1..000000000 --- a/dumps/530/script/[proc,script1345].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1345 -[proc,script1345](int $int0, component $component1)(int) -def_int $int2 = calc(($int0 + if_getscrolly($component1)) / 15); -return($int2); diff --git a/dumps/530/script/[proc,script1346].cs2 b/dumps/530/script/[proc,script1346].cs2 deleted file mode 100644 index e0dcea571..000000000 --- a/dumps/530/script/[proc,script1346].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1346 -[proc,script1346](enum $enum0, int $int1, int $int2, component $component3, component $component4, component $component5, component $component6, graphic $graphic7, graphic $graphic8, graphic $graphic9, graphic $graphic10, int $rgb11, int $rgb12, graphic $graphic13, graphic $graphic14, graphic $graphic15, graphic $graphic16, graphic $graphic17, graphic $graphic18, graphic $graphic19) -~script1436($enum0, $int1, $int2, $component3, $component4, $component5, $component6, $graphic7, $graphic8, $graphic8, $graphic10, $rgb11, $rgb11, $rgb12, $graphic13, $graphic14, $graphic15, $graphic16, $graphic17, $graphic18, $graphic19); diff --git a/dumps/530/script/[proc,script1348].cs2 b/dumps/530/script/[proc,script1348].cs2 deleted file mode 100644 index e7154b3b8..000000000 --- a/dumps/530/script/[proc,script1348].cs2 +++ /dev/null @@ -1,46 +0,0 @@ -// 1348 -[proc,script1348](enum $enum0, int $int1, component $component2, graphic $graphic3, component $component4, component $component5, component $component6, int $rgb7, int $rgb8, int $rgb9, graphic $graphic10, int $int11, int $int12, graphic $graphic13, graphic $graphic14, graphic $graphic15, graphic $graphic16, graphic $graphic17, graphic $graphic18) -if (cc_find($component6, $int12) = true) { - cc_setvflip(true); -} -cc_create($component2, ^iftype_graphic, if_getnextsubid($component2)); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component2), if_getheight($component2), ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic3); -cc_settiling(true); -cc_create($component2, ^iftype_rectangle, if_getnextsubid($component2)); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component2), if_getheight($component2), ^setsize_abs, ^setsize_abs); -cc_setcolour(^black); -if_setscrollsize(if_getwidth($component4), calc($int1 * 15), $component4); -def_int $int19 = 0; -def_int $int20 = -1; -def_string $string0 = ""; -while ($int19 <= $int1) { - $int20 = if_getnextsubid($component4); - $string0 = enum(int, string, $enum0, $int19); - cc_create($component4, ^iftype_text, $int20); - cc_settext($string0); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - cc_setposition(5, calc($int19 * 15), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(calc(if_getwidth($component4) - 16), 15, ^setsize_abs, ^setsize_abs); - cc_settextshadow(false); - cc_settextfont($graphic10); - if ($int19 >= $int1) { - cc_setcolour($rgb8); - cc_setonmouseleave("script1354($component4, $int20, $rgb8)"); - cc_setonclick("script1350($component2, $component4, $component5, $component6, $int11, $int12, $string0, $rgb8)"); - } else { - cc_setcolour($rgb7); - cc_setonmouseleave("script1354($component4, $int20, $rgb7)"); - cc_setonclick("script1350($component2, $component4, $component5, $component6, $int11, $int12, $string0, $rgb7)"); - } - cc_setonmouseover("script1353($component4, $int20, $rgb9)"); - $int19 = calc($int19 + 1); -} -if ($component5 ! null) { - ~script31($component5, $component4, $graphic13, $graphic14, $graphic15, $graphic16, $graphic17, $graphic18); - if_sethide(false, $component5); -} -if_sethide(false, $component2); -if_sethide(false, $component4); diff --git a/dumps/530/script/[proc,script1349].cs2 b/dumps/530/script/[proc,script1349].cs2 deleted file mode 100644 index 33af6208d..000000000 --- a/dumps/530/script/[proc,script1349].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1349 -[proc,script1349](component $component0, component $component1, component $component2, component $component3, int $int4) -if (cc_find($component0, $int4) = true) { - cc_setvflip(false); -} -if_sethide(true, $component1); -if_sethide(true, $component2); -if ($component3 ! null) { - if_sethide(true, $component3); -} -cc_deleteall($component1); -cc_deleteall($component2); -if ($component3 ! null) { - cc_deleteall($component3); -} diff --git a/dumps/530/script/[proc,script1355].cs2 b/dumps/530/script/[proc,script1355].cs2 deleted file mode 100644 index ff637e5d7..000000000 --- a/dumps/530/script/[proc,script1355].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 1355 -[proc,script1355](string $string0, component $component0, component $component1, component $component2, component $component3, graphic $graphic4, int $rgb5, graphic $graphic6) -cc_deleteall($component0); -if_sethide(true, $component1); -if_sethide(true, $component2); -if ($component3 ! null) { - if_sethide(true, $component3); -} -cc_create($component0, ^iftype_graphic, if_getnextsubid($component0)); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component0), if_getheight($component0), ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic4); -cc_settiling(true); -cc_create($component0, ^iftype_rectangle, if_getnextsubid($component0)); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component0), if_getheight($component0), ^setsize_abs, ^setsize_abs); -cc_setcolour(^black); -cc_create($component0, ^iftype_text, if_getnextsubid($component0)); -cc_settext($string0); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component0), if_getheight($component0), ^setsize_abs, ^setsize_abs); -cc_settextshadow(false); -cc_settextfont($graphic6); -cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); -cc_setcolour($rgb5); diff --git a/dumps/530/script/[proc,script1359].cs2 b/dumps/530/script/[proc,script1359].cs2 deleted file mode 100644 index 9d3aadd66..000000000 --- a/dumps/530/script/[proc,script1359].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1359 -[proc,script1359] -if (getwindowmode = 0) { - ~script1355("High Detail only", interface_744:com_78, interface_744:com_79, interface_744:com_80, null, graphic_884, 0x7f0000, p11_full); - return; -} -if (unknown_command_6121 = false) { - ~script1355("Incompatible", interface_744:com_78, interface_744:com_79, interface_744:com_80, null, graphic_884, 0x7f0000, p11_full); - return; -} -~script1435(enum_1583, detailget_antialiasing, 2, interface_744:com_78, interface_744:com_79, interface_744:com_80, null, graphic_884, "drop_down_arrow_scroll,0", 1250, graphic_1402, 0x7f0000, ^white, 0xffc61a, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); diff --git a/dumps/530/script/[proc,script1360].cs2 b/dumps/530/script/[proc,script1360].cs2 deleted file mode 100644 index 98a4a37cf..000000000 --- a/dumps/530/script/[proc,script1360].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1360 -[proc,script1360](component $component0) -cc_deleteall($component0); -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 9); -def_int $int4 = calc($int2 - 9); -def_int $int5 = calc($int1 - 18); -def_int $int6 = calc($int2 - 18); -cc_create($component0, ^iftype_rectangle, 0); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int1, $int2, ^setsize_abs, ^setsize_abs); -cc_setfill(true); -cc_setcolour(0x30201c); -cc_settrans(200); -~script98($component0, 1, "v2_stone_button_in,0", 0, 0, 9, 9); -~script98($component0, 2, "v2_stone_button_in,1", $int3, 0, 9, 9); -~script98($component0, 3, "v2_stone_button_in,2", 0, $int4, 9, 9); -~script98($component0, 4, "v2_stone_button_in,3", $int3, $int4, 9, 9); -~script98($component0, 5, "v2_stone_button_in,4", 0, 9, 9, $int6); -~script98($component0, 6, "v2_stone_button_in,5", 9, 0, $int5, 9); -~script98($component0, 7, "v2_stone_button_in,6", $int3, 9, 9, $int6); -~script98($component0, 8, "v2_stone_button_in,7", 9, $int4, $int5, 9); diff --git a/dumps/530/script/[proc,script1361].cs2 b/dumps/530/script/[proc,script1361].cs2 deleted file mode 100644 index c169d30bd..000000000 --- a/dumps/530/script/[proc,script1361].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1361 -[proc,script1361](component $component0) -cc_deleteall($component0); -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 9); -def_int $int4 = calc($int2 - 9); -def_int $int5 = calc($int1 - 18); -def_int $int6 = calc($int2 - 18); -~script98($component0, 0, tradebacking_dark, 0, 0, $int1, $int2); -~script98($component0, 1, "v2_stone_button_in,0", 0, 0, 9, 9); -~script98($component0, 2, "v2_stone_button_in,1", $int3, 0, 9, 9); -~script98($component0, 3, "v2_stone_button_in,2", 0, $int4, 9, 9); -~script98($component0, 4, "v2_stone_button_in,3", $int3, $int4, 9, 9); -~script98($component0, 5, "v2_stone_button_in,4", 0, 9, 9, $int6); -~script98($component0, 6, "v2_stone_button_in,5", 9, 0, $int5, 9); -~script98($component0, 7, "v2_stone_button_in,6", $int3, 9, 9, $int6); -~script98($component0, 8, "v2_stone_button_in,7", 9, $int4, $int5, 9); diff --git a/dumps/530/script/[proc,script1363].cs2 b/dumps/530/script/[proc,script1363].cs2 deleted file mode 100644 index 49ca35a1f..000000000 --- a/dumps/530/script/[proc,script1363].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1363 -[proc,script1363](component $component0) -cc_deleteall($component0); -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 9); -def_int $int4 = calc($int2 - 9); -def_int $int5 = calc($int1 - 18); -def_int $int6 = calc($int2 - 18); -cc_create($component0, ^iftype_rectangle, 0); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int1, $int2, ^setsize_abs, ^setsize_abs); -cc_setfill(true); -cc_setcolour(^white); -cc_settrans(240); -~script98($component0, 1, "v2_stone_button_out,0", 0, 0, 9, 9); -~script98($component0, 2, "v2_stone_button_out,1", $int3, 0, 9, 9); -~script98($component0, 3, "v2_stone_button_out,2", 0, $int4, 9, 9); -~script98($component0, 4, "v2_stone_button_out,3", $int3, $int4, 9, 9); -~script98($component0, 5, "v2_stone_button_out,4", 0, 9, 9, $int6); -~script98($component0, 6, "v2_stone_button_out,5", 9, 0, $int5, 9); -~script98($component0, 7, "v2_stone_button_out,6", $int3, 9, 9, $int6); -~script98($component0, 8, "v2_stone_button_out,7", 9, $int4, $int5, 9); diff --git a/dumps/530/script/[proc,script1364].cs2 b/dumps/530/script/[proc,script1364].cs2 deleted file mode 100644 index 22d1926f0..000000000 --- a/dumps/530/script/[proc,script1364].cs2 +++ /dev/null @@ -1,460 +0,0 @@ -// 1364 -[proc,script1364] -def_int $int0 = 0; -if (if_hassubmodal(interface_549:com_2, interface_378) = false) { - if (map_members = false) { - if_sethide(true, interface_22:com_5); - } else { - if_sethide(true, interface_17:com_4); - } -} else if (map_members = false) { - if_sethide(false, interface_22:com_5); -} else { - if_sethide(false, interface_17:com_4); -} -if (getwindowmode >= 2) { - if (if_gethide(interface_752:com_7) = true & (if_gethide(interface_752:com_3) = false | if_gethide(interface_752:com_6) = false)) { - if_sethide(false, interface_746:com_70); - if_setgraphic(chat_background, interface_752:com_1); - if_sethide(false, interface_752:com_1); - if_sethide(false, interface_752:com_2); - if_setalpha(false, interface_752:com_1); - } else if (if_hassub(interface_752:com_12) = true) { - if_sethide(false, interface_746:com_70); - if_sethide(false, interface_752:com_12); - if_sethide(true, interface_752:com_11); - if_sethide(true, interface_752:com_10); - if_sethide(true, interface_752:com_9); - if_sethide(true, interface_752:com_8); - if_sethide(false, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if (%varplayerbit_542 = 0) { - if_setgraphic(graphic_1204, interface_752:com_1); - if_sethide(false, interface_752:com_2); - } else { - if_setgraphic(graphic_1205, interface_752:com_1); - if_sethide(true, interface_752:com_2); - } - } else if (if_hassub(interface_752:com_11) = true) { - if_sethide(false, interface_746:com_70); - if_sethide(true, interface_752:com_12); - if_sethide(false, interface_752:com_11); - if_sethide(true, interface_752:com_10); - if_sethide(true, interface_752:com_9); - if_sethide(true, interface_752:com_8); - if_sethide(false, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if (%varplayerbit_542 = 0) { - if_setgraphic(graphic_1204, interface_752:com_1); - if_sethide(false, interface_752:com_2); - } else { - if_setgraphic(graphic_1205, interface_752:com_1); - if_sethide(true, interface_752:com_2); - } - } else if (if_hassub(interface_752:com_10) = true) { - if_sethide(false, interface_746:com_70); - if_sethide(true, interface_752:com_12); - if_sethide(true, interface_752:com_11); - if_sethide(false, interface_752:com_10); - if_sethide(true, interface_752:com_9); - if_sethide(true, interface_752:com_8); - if_sethide(false, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if (%varplayerbit_542 = 0) { - if_setgraphic(graphic_1204, interface_752:com_1); - if_sethide(false, interface_752:com_2); - } else { - if_setgraphic(graphic_1205, interface_752:com_1); - if_sethide(true, interface_752:com_2); - } - } else if (if_hassub(interface_752:com_9) = true) { - if_sethide(false, interface_746:com_70); - if_sethide(true, interface_752:com_12); - if_sethide(true, interface_752:com_11); - if_sethide(true, interface_752:com_10); - if_sethide(false, interface_752:com_9); - if_sethide(true, interface_752:com_8); - if_sethide(false, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if (%varplayerbit_542 = 0) { - if_setgraphic(graphic_1204, interface_752:com_1); - if_sethide(false, interface_752:com_2); - } else { - if_setgraphic(graphic_1205, interface_752:com_1); - if_sethide(true, interface_752:com_2); - } - } else if (if_hassub(interface_752:com_8) = true) { - if (%varclient_41 = -1) { - if_sethide(true, interface_746:com_70); - } else { - if_sethide(false, interface_746:com_70); - } - if_sethide(true, interface_752:com_12); - if_sethide(true, interface_752:com_11); - if_sethide(true, interface_752:com_10); - if_sethide(true, interface_752:com_9); - if_sethide(false, interface_752:com_8); - if_sethide(false, interface_752:com_1); - if (if_gethide(interface_137:com_0) = false) { - if_setgraphic(chat_background, interface_752:com_1); - if_setalpha(false, interface_752:com_1); - if_sethide(false, interface_752:com_2); - } else { - if_sethide(true, interface_752:com_2); - if_setgraphic(graphic_1247, interface_752:com_1); - if_setalpha(true, interface_752:com_1); - if_sethide(true, interface_137:com_53); - if_sethide(false, interface_137:com_54); - if_sethide(false, interface_137:com_55); - ~script1301(interface_137:com_57, interface_137:com_56); - while ($int0 < 100) { - if_settextshadow(true, enum(int, component, enum_579, $int0)); - if_setcolour(^white, enum(int, component, enum_579, $int0)); - $int0 = calc($int0 + 1); - } - if_settextshadow(true, interface_137:com_51); - if_setcolour(^white, interface_137:com_51); - if_settext(": *", interface_137:com_51); - ~script84; - } - } - ~script722; - if (if_hassub(interface_746:com_76) = true) { - if_sethide(true, interface_746:com_40); - if_sethide(true, interface_746:com_55); - if_sethide(true, interface_746:com_77); - if_sethide(true, interface_746:com_12); - if_sethide(false, interface_746:com_76); - if_sethide(false, interface_746:com_74); - } else { - if_sethide(false, interface_746:com_40); - if_sethide(false, interface_746:com_55); - if_sethide(false, interface_746:com_77); - if_sethide(false, interface_746:com_12); - if_sethide(true, interface_746:com_76); - if (if_gethide(interface_746:com_93) = false | if_gethide(interface_746:com_94) = false | if_gethide(interface_746:com_95) = false | if_gethide(interface_746:com_96) = false | if_gethide(interface_746:com_97) = false | if_gethide(interface_746:com_98) = false | if_gethide(interface_746:com_99) = false | if_gethide(interface_746:com_100) = false | if_gethide(interface_746:com_101) = false | if_gethide(interface_746:com_102) = false | if_gethide(interface_746:com_103) = false | if_gethide(interface_746:com_104) = false | if_gethide(interface_746:com_105) = false | if_gethide(interface_746:com_106) = false | if_gethide(interface_746:com_107) = false) { - if_sethide(false, interface_746:com_74); - } else { - if_sethide(true, interface_746:com_74); - } - } - if (if_hassub(interface_746:com_93) = true) { - if_sethide(false, interface_746:com_56); - if_sethide(false, interface_746:com_41); - } else { - if_sethide(true, interface_746:com_56); - if_sethide(true, interface_746:com_41); - } - if (if_hassub(interface_746:com_94) = true) { - if_sethide(false, interface_746:com_57); - if_sethide(false, interface_746:com_42); - } else { - if_sethide(true, interface_746:com_57); - if_sethide(true, interface_746:com_42); - } - if (if_hassub(interface_746:com_95) = true) { - if_sethide(false, interface_746:com_58); - if_sethide(false, interface_746:com_43); - } else { - if_sethide(true, interface_746:com_58); - if_sethide(true, interface_746:com_43); - } - if (if_hassub(interface_746:com_96) = true) { - if_sethide(false, interface_746:com_59); - if_sethide(false, interface_746:com_44); - } else { - if_sethide(true, interface_746:com_59); - if_sethide(true, interface_746:com_44); - } - if (if_hassub(interface_746:com_97) = true) { - if_sethide(false, interface_746:com_60); - if_sethide(false, interface_746:com_45); - } else { - if_sethide(true, interface_746:com_60); - if_sethide(true, interface_746:com_45); - } - if (if_hassub(interface_746:com_98) = true) { - if_sethide(false, interface_746:com_61); - if_sethide(false, interface_746:com_46); - } else { - if_sethide(true, interface_746:com_61); - if_sethide(true, interface_746:com_46); - } - if (if_hassub(interface_746:com_99) = true) { - if_sethide(false, interface_746:com_62); - if_sethide(false, interface_746:com_47); - } else { - if_sethide(true, interface_746:com_62); - if_sethide(true, interface_746:com_47); - } - if (if_hassub(interface_746:com_100) = true) { - if_sethide(false, interface_746:com_63); - if_sethide(false, interface_746:com_48); - } else { - if_sethide(true, interface_746:com_63); - if_sethide(true, interface_746:com_48); - } - if (if_hassub(interface_746:com_101) = true) { - if_sethide(false, interface_746:com_64); - if_sethide(false, interface_746:com_49); - } else { - if_sethide(true, interface_746:com_64); - if_sethide(true, interface_746:com_49); - } - if (if_hassub(interface_746:com_102) = true) { - if_sethide(false, interface_746:com_65); - if_sethide(false, interface_746:com_50); - } else { - if_sethide(true, interface_746:com_65); - if_sethide(true, interface_746:com_50); - } - if (if_hassub(interface_746:com_103) = true) { - if_sethide(false, interface_746:com_66); - if_sethide(false, interface_746:com_51); - } else { - if_sethide(true, interface_746:com_66); - if_sethide(true, interface_746:com_51); - } - if (if_hassub(interface_746:com_104) = true) { - if_sethide(false, interface_746:com_67); - if_sethide(false, interface_746:com_52); - } else { - if_sethide(true, interface_746:com_67); - if_sethide(true, interface_746:com_52); - } - if (if_hassub(interface_746:com_105) = true) { - if_sethide(false, interface_746:com_68); - if_sethide(false, interface_746:com_53); - } else { - if_sethide(true, interface_746:com_68); - if_sethide(true, interface_746:com_53); - } - if (if_hassub(interface_746:com_106) = true) { - if_sethide(false, interface_746:com_69); - if_sethide(false, interface_746:com_54); - } else { - if_sethide(true, interface_746:com_69); - if_sethide(true, interface_746:com_54); - } - if_sethide(false, interface_746:com_7); - ~script1313; - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_0); - if_setsize(115, 35, ^setsize_abs, ^setsize_abs, interface_745:com_0); - if_setposition(80, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_1); - if_setposition(40, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_2); - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_3); - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_4); - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_5); - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_6); - if_setsize(35, 35, ^setsize_abs, ^setsize_abs, interface_745:com_1); - if_setsize(35, 35, ^setsize_abs, ^setsize_abs, interface_745:com_2); - if_setsize(35, 35, ^setsize_abs, ^setsize_abs, interface_745:com_3); - if_setsize(35, 35, ^setsize_abs, ^setsize_abs, interface_745:com_4); - if_setsize(35, 35, ^setsize_abs, ^setsize_abs, interface_745:com_5); - if_setsize(35, 35, ^setsize_abs, ^setsize_abs, interface_745:com_6); - if_setgraphic(overlay_multiway_big, interface_745:com_1); - if_setgraphic(graphic_1562, interface_745:com_2); - if_setgraphic(graphic_1579, interface_745:com_3); - if_setgraphic(graphic_1580, interface_745:com_4); - if_setgraphic(graphic_1581, interface_745:com_6); -} else { - if (%varclient_41 = -1) { - %varclient_41 = 0; - ~script181(0); - ~script178; - ~script84; - ~script89; - } - if_setgraphic(chat_background, interface_752:com_1); - if_sethide(false, interface_752:com_1); - if_sethide(false, interface_752:com_2); - if_setalpha(false, interface_752:com_1); - if (if_hassub(interface_752:com_12) = true) { - if_sethide(false, interface_752:com_12); - if_sethide(true, interface_752:com_11); - if_sethide(true, interface_752:com_10); - if_sethide(true, interface_752:com_9); - if_sethide(true, interface_752:com_8); - } else if (if_hassub(interface_752:com_11) = true) { - if_sethide(true, interface_752:com_12); - if_sethide(false, interface_752:com_11); - if_sethide(true, interface_752:com_10); - if_sethide(true, interface_752:com_9); - if_sethide(true, interface_752:com_8); - } else if (if_hassub(interface_752:com_10) = true) { - if_sethide(true, interface_752:com_12); - if_sethide(true, interface_752:com_11); - if_sethide(false, interface_752:com_10); - if_sethide(true, interface_752:com_9); - if_sethide(true, interface_752:com_8); - } else if (if_hassub(interface_752:com_9) = true) { - if_sethide(true, interface_752:com_12); - if_sethide(true, interface_752:com_11); - if_sethide(true, interface_752:com_10); - if_sethide(false, interface_752:com_9); - if_sethide(true, interface_752:com_8); - } else if (if_hassub(interface_752:com_8) = true) { - if_sethide(true, interface_752:com_12); - if_sethide(true, interface_752:com_11); - if_sethide(true, interface_752:com_10); - if_sethide(true, interface_752:com_9); - if_sethide(false, interface_752:com_8); - if_sethide(false, interface_137:com_53); - if_sethide(true, interface_137:com_54); - if_sethide(true, interface_137:com_55); - ~script1301(interface_137:com_57, interface_137:com_56); - while ($int0 < 100) { - if_settextshadow(false, enum(int, component, enum_579, $int0)); - if_setcolour(^black, enum(int, component, enum_579, $int0)); - $int0 = calc($int0 + 1); - } - if_settextshadow(false, interface_137:com_51); - if_setcolour(^black, interface_137:com_51); - if_settext(": *", interface_137:com_51); - ~script84; - } - if (if_hassub(interface_548:com_80) = true) { - if_sethide(true, interface_548:com_18); - if_sethide(true, interface_548:com_36); - if_sethide(true, interface_548:com_81); - if_sethide(true, interface_548:com_69); - } else { - if_sethide(false, interface_548:com_18); - if_sethide(false, interface_548:com_36); - if_sethide(false, interface_548:com_81); - if_sethide(false, interface_548:com_69); - } - if (if_hassub(interface_548:com_83) = true) { - if_sethide(false, interface_548:com_45); - if_sethide(false, interface_548:com_38); - } else { - if_sethide(true, interface_548:com_45); - if_sethide(true, interface_548:com_38); - } - if (if_hassub(interface_548:com_84) = true) { - if_sethide(false, interface_548:com_46); - if_sethide(false, interface_548:com_39); - } else { - if_sethide(true, interface_548:com_46); - if_sethide(true, interface_548:com_39); - } - if (if_hassub(interface_548:com_85) = true) { - if_sethide(false, interface_548:com_47); - if_sethide(false, interface_548:com_40); - } else { - if_sethide(true, interface_548:com_47); - if_sethide(true, interface_548:com_40); - } - if (if_hassub(interface_548:com_86) = true) { - if_sethide(false, interface_548:com_48); - if_sethide(false, interface_548:com_41); - } else { - if_sethide(true, interface_548:com_48); - if_sethide(true, interface_548:com_41); - } - if (if_hassub(interface_548:com_87) = true) { - if_sethide(false, interface_548:com_49); - if_sethide(false, interface_548:com_42); - } else { - if_sethide(true, interface_548:com_49); - if_sethide(true, interface_548:com_42); - } - if (if_hassub(interface_548:com_88) = true) { - if_sethide(false, interface_548:com_50); - if_sethide(false, interface_548:com_43); - } else { - if_sethide(true, interface_548:com_50); - if_sethide(true, interface_548:com_43); - } - if (if_hassub(interface_548:com_89) = true) { - if_sethide(false, interface_548:com_51); - if_sethide(false, interface_548:com_44); - } else { - if_sethide(true, interface_548:com_51); - if_sethide(true, interface_548:com_44); - } - if (if_hassub(interface_548:com_90) = true) { - if_sethide(false, interface_548:com_27); - if_sethide(false, interface_548:com_20); - } else { - if_sethide(true, interface_548:com_27); - if_sethide(true, interface_548:com_20); - } - if (if_hassub(interface_548:com_91) = true) { - if_sethide(false, interface_548:com_28); - if_sethide(false, interface_548:com_21); - } else { - if_sethide(true, interface_548:com_28); - if_sethide(true, interface_548:com_21); - } - if (if_hassub(interface_548:com_92) = true) { - if_sethide(false, interface_548:com_29); - if_sethide(false, interface_548:com_22); - } else { - if_sethide(true, interface_548:com_29); - if_sethide(true, interface_548:com_22); - } - if (if_hassub(interface_548:com_93) = true) { - if_sethide(false, interface_548:com_30); - if_sethide(false, interface_548:com_23); - } else { - if_sethide(true, interface_548:com_30); - if_sethide(true, interface_548:com_23); - } - if (if_hassub(interface_548:com_94) = true) { - if_sethide(false, interface_548:com_31); - if_sethide(false, interface_548:com_24); - } else { - if_sethide(true, interface_548:com_31); - if_sethide(true, interface_548:com_24); - } - if (if_hassub(interface_548:com_95) = true) { - if_sethide(false, interface_548:com_32); - if_sethide(false, interface_548:com_25); - } else { - if_sethide(true, interface_548:com_32); - if_sethide(true, interface_548:com_25); - } - if (if_hassub(interface_548:com_96) = true) { - if_sethide(false, interface_548:com_33); - if_sethide(false, interface_548:com_26); - } else { - if_sethide(true, interface_548:com_33); - if_sethide(true, interface_548:com_26); - } - ~script1337; - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_0); - if_setsize(82, 25, ^setsize_abs, ^setsize_abs, interface_745:com_0); - if_setposition(57, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_1); - if_setposition(28, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_2); - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_3); - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_4); - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_5); - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_745:com_6); - if_setsize(25, 25, ^setsize_abs, ^setsize_abs, interface_745:com_1); - if_setsize(25, 25, ^setsize_abs, ^setsize_abs, interface_745:com_2); - if_setsize(25, 25, ^setsize_abs, ^setsize_abs, interface_745:com_3); - if_setsize(25, 25, ^setsize_abs, ^setsize_abs, interface_745:com_4); - if_setsize(25, 25, ^setsize_abs, ^setsize_abs, interface_745:com_5); - if_setsize(25, 25, ^setsize_abs, ^setsize_abs, interface_745:com_6); - if_setgraphic(overlay_multiway, interface_745:com_1); - if_setgraphic(assist_overlay, interface_745:com_2); - if_setgraphic(graphic_1576, interface_745:com_3); - if_setgraphic(graphic_1578, interface_745:com_4); - if_setgraphic(graphic_1577, interface_745:com_6); - if (if_hassuboverlay(interface_548:com_11, interface_759) = true) { - if_sethide(false, interface_548:com_74); - if_sethide(false, interface_548:com_15); - if_sethide(false, interface_548:com_77); - if_sethide(false, interface_548:com_82); - if_sethide(false, interface_548:com_37); - if_sethide(false, interface_548:com_19); - } else { - if_sethide(true, interface_548:com_74); - if_sethide(true, interface_548:com_15); - if_sethide(true, interface_548:com_77); - if_sethide(true, interface_548:com_82); - if_sethide(true, interface_548:com_37); - if_sethide(true, interface_548:com_19); - } -} diff --git a/dumps/530/script/[proc,script1365].cs2 b/dumps/530/script/[proc,script1365].cs2 deleted file mode 100644 index 6bdba4655..000000000 --- a/dumps/530/script/[proc,script1365].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1365 -[proc,script1365](component $component0) -if_sethide(false, $component0); -if_setontimer("script122($component0)", $component0); diff --git a/dumps/530/script/[proc,script1372].cs2 b/dumps/530/script/[proc,script1372].cs2 deleted file mode 100644 index 8a1c62e4e..000000000 --- a/dumps/530/script/[proc,script1372].cs2 +++ /dev/null @@ -1,38 +0,0 @@ -// 1372 -[proc,script1372] -worldmap_setzoom(%varclient_172); -def_int $rgb0 = 0xff981f; -def_int $rgb1 = ^white; -switch_int (%varclient_172) { - case 200 : - if_setcolour($rgb0, interface_755:com_42); - if_setcolour($rgb1, interface_755:com_40); - if_setcolour($rgb1, interface_755:com_38); - if_setcolour($rgb1, interface_755:com_36); - if_setcolour($rgb1, interface_755:com_34); - case default : - %varclient_172 = 100; - if_setcolour($rgb1, interface_755:com_42); - if_setcolour($rgb0, interface_755:com_40); - if_setcolour($rgb1, interface_755:com_38); - if_setcolour($rgb1, interface_755:com_36); - if_setcolour($rgb1, interface_755:com_34); - case 75 : - if_setcolour($rgb1, interface_755:com_42); - if_setcolour($rgb1, interface_755:com_40); - if_setcolour($rgb0, interface_755:com_38); - if_setcolour($rgb1, interface_755:com_36); - if_setcolour($rgb1, interface_755:com_34); - case 50 : - if_setcolour($rgb1, interface_755:com_42); - if_setcolour($rgb1, interface_755:com_40); - if_setcolour($rgb1, interface_755:com_38); - if_setcolour($rgb0, interface_755:com_36); - if_setcolour($rgb1, interface_755:com_34); - case 37 : - if_setcolour($rgb1, interface_755:com_42); - if_setcolour($rgb1, interface_755:com_40); - if_setcolour($rgb1, interface_755:com_38); - if_setcolour($rgb1, interface_755:com_36); - if_setcolour($rgb0, interface_755:com_34); -} diff --git a/dumps/530/script/[proc,script1374].cs2 b/dumps/530/script/[proc,script1374].cs2 deleted file mode 100644 index ca2e6d9f3..000000000 --- a/dumps/530/script/[proc,script1374].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1374 -[proc,script1374](int $int0) -if ($int0 = 1) { - if_sethide(false, interface_755:com_25); - if_setop(1, "Hide overview", interface_755:com_18); -} else { - if_sethide(true, interface_755:com_25); - if_setop(1, "Show overview", interface_755:com_18); -} -if_setonop("script1373", interface_755:com_18); diff --git a/dumps/530/script/[proc,script1376].cs2 b/dumps/530/script/[proc,script1376].cs2 deleted file mode 100644 index 6ce9c8dd9..000000000 --- a/dumps/530/script/[proc,script1376].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1376 -[proc,script1376](int $int0, component $component1) -if ($int0 = 1) { - if_sethide(false, interface_755:com_27); - if_setop(1, "Hide key", interface_755:com_17); - if_setsize(if_getwidth(interface_755:com_27), 0, ^setsize_minus, ^setsize_minus, $component1); -} else { - if_sethide(true, interface_755:com_27); - if_setop(1, "Show key", interface_755:com_17); - if_setsize(0, 0, ^setsize_minus, ^setsize_minus, $component1); -} -~script2046; -if_setonop("script1375($component1)", interface_755:com_17); diff --git a/dumps/530/script/[proc,script1378].cs2 b/dumps/530/script/[proc,script1378].cs2 deleted file mode 100644 index f08b9a894..000000000 --- a/dumps/530/script/[proc,script1378].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1378 -[proc,script1378](int $int0) -if ($int0 = 1) { - if_sethide(false, interface_755:com_26); - if_setop(1, "Hide zoom options", interface_755:com_19); -} else { - if_sethide(true, interface_755:com_26); - if_setop(1, "Show zoom options", interface_755:com_19); -} -if_setonop("script1377", interface_755:com_19); diff --git a/dumps/530/script/[proc,script1384].cs2 b/dumps/530/script/[proc,script1384].cs2 deleted file mode 100644 index fb5cffef9..000000000 --- a/dumps/530/script/[proc,script1384].cs2 +++ /dev/null @@ -1,504 +0,0 @@ -// 1384 -[proc,script1384](int $int0, int $int1) -switch_int ($int0) { - case 0 : - %varclient_0 = $int1; - case 1 : - %varclient_274 = $int1; - case 2 : - %varclient_275 = $int1; - case 3 : - %varclient_276 = $int1; - case 4 : - %varclient_277 = $int1; - case 5 : - %varclient_278 = $int1; - case 6 : - %varclient_279 = $int1; - case 7 : - %varclient_280 = $int1; - case 8 : - %varclient_281 = $int1; - case 9 : - %varclient_282 = $int1; - case 10 : - %varclient_283 = $int1; - case 11 : - %varclient_284 = $int1; - case 12 : - %varclient_285 = $int1; - case 13 : - %varclient_286 = $int1; - case 14 : - %varclient_287 = $int1; - case 15 : - %varclient_288 = $int1; - case 16 : - %varclient_289 = $int1; - case 17 : - %varclient_290 = $int1; - case 18 : - %varclient_291 = $int1; - case 19 : - %varclient_292 = $int1; - case 20 : - %varclient_293 = $int1; - case 21 : - %varclient_294 = $int1; - case 22 : - %varclient_295 = $int1; - case 23 : - %varclient_296 = $int1; - case 24 : - %varclient_297 = $int1; - case 25 : - %varclient_298 = $int1; - case 26 : - %varclient_299 = $int1; - case 27 : - %varclient_300 = $int1; - case 28 : - %varclient_301 = $int1; - case 29 : - %varclient_302 = $int1; - case 30 : - %varclient_303 = $int1; - case 31 : - %varclient_304 = $int1; - case 32 : - %varclient_305 = $int1; - case 33 : - %varclient_306 = $int1; - case 34 : - %varclient_307 = $int1; - case 35 : - %varclient_308 = $int1; - case 36 : - %varclient_309 = $int1; - case 37 : - %varclient_310 = $int1; - case 38 : - %varclient_311 = $int1; - case 39 : - %varclient_312 = $int1; - case 40 : - %varclient_313 = $int1; - case 41 : - %varclient_314 = $int1; - case 42 : - %varclient_315 = $int1; - case 43 : - %varclient_316 = $int1; - case 44 : - %varclient_317 = $int1; - case 45 : - %varclient_318 = $int1; - case 46 : - %varclient_319 = $int1; - case 47 : - %varclient_320 = $int1; - case 48 : - %varclient_321 = $int1; - case 49 : - %varclient_322 = $int1; - case 50 : - %varclient_323 = $int1; - case 51 : - %varclient_324 = $int1; - case 52 : - %varclient_325 = $int1; - case 53 : - %varclient_326 = $int1; - case 54 : - %varclient_327 = $int1; - case 55 : - %varclient_328 = $int1; - case 56 : - %varclient_329 = $int1; - case 57 : - %varclient_330 = $int1; - case 58 : - %varclient_331 = $int1; - case 59 : - %varclient_332 = $int1; - case 60 : - %varclient_333 = $int1; - case 61 : - %varclient_334 = $int1; - case 62 : - %varclient_335 = $int1; - case 63 : - %varclient_336 = $int1; - case 64 : - %varclient_337 = $int1; - case 65 : - %varclient_338 = $int1; - case 66 : - %varclient_339 = $int1; - case 67 : - %varclient_340 = $int1; - case 68 : - %varclient_341 = $int1; - case 69 : - %varclient_342 = $int1; - case 70 : - %varclient_343 = $int1; - case 71 : - %varclient_344 = $int1; - case 72 : - %varclient_345 = $int1; - case 73 : - %varclient_346 = $int1; - case 74 : - %varclient_347 = $int1; - case 75 : - %varclient_348 = $int1; - case 76 : - %varclient_349 = $int1; - case 77 : - %varclient_350 = $int1; - case 78 : - %varclient_351 = $int1; - case 79 : - %varclient_352 = $int1; - case 80 : - %varclient_353 = $int1; - case 81 : - %varclient_354 = $int1; - case 82 : - %varclient_355 = $int1; - case 83 : - %varclient_356 = $int1; - case 84 : - %varclient_357 = $int1; - case 85 : - %varclient_358 = $int1; - case 86 : - %varclient_359 = $int1; - case 87 : - %varclient_360 = $int1; - case 88 : - %varclient_361 = $int1; - case 89 : - %varclient_362 = $int1; - case 90 : - %varclient_363 = $int1; - case 91 : - %varclient_364 = $int1; - case 92 : - %varclient_365 = $int1; - case 93 : - %varclient_366 = $int1; - case 94 : - %varclient_367 = $int1; - case 95 : - %varclient_368 = $int1; - case 96 : - %varclient_369 = $int1; - case 97 : - %varclient_370 = $int1; - case 98 : - %varclient_371 = $int1; - case 99 : - %varclient_372 = $int1; - case 100 : - %varclient_373 = $int1; - case 101 : - %varclient_374 = $int1; - case 102 : - %varclient_375 = $int1; - case 103 : - %varclient_376 = $int1; - case 104 : - %varclient_377 = $int1; - case 105 : - %varclient_378 = $int1; - case 106 : - %varclient_379 = $int1; - case 107 : - %varclient_380 = $int1; - case 108 : - %varclient_381 = $int1; - case 109 : - %varclient_382 = $int1; - case 110 : - %varclient_383 = $int1; - case 111 : - %varclient_384 = $int1; - case 112 : - %varclient_385 = $int1; - case 113 : - %varclient_386 = $int1; - case 114 : - %varclient_387 = $int1; - case 115 : - %varclient_388 = $int1; - case 116 : - %varclient_389 = $int1; - case 117 : - %varclient_390 = $int1; - case 118 : - %varclient_391 = $int1; - case 119 : - %varclient_392 = $int1; - case 120 : - %varclient_393 = $int1; - case 121 : - %varclient_394 = $int1; - case 122 : - %varclient_395 = $int1; - case 123 : - %varclient_396 = $int1; - case 124 : - %varclient_397 = $int1; - case 125 : - %varclient_398 = $int1; - case 126 : - %varclient_399 = $int1; - case 127 : - %varclient_400 = $int1; - case 128 : - %varclient_401 = $int1; - case 129 : - %varclient_402 = $int1; - case 130 : - %varclient_403 = $int1; - case 131 : - %varclient_404 = $int1; - case 132 : - %varclient_405 = $int1; - case 133 : - %varclient_406 = $int1; - case 134 : - %varclient_407 = $int1; - case 135 : - %varclient_408 = $int1; - case 136 : - %varclient_409 = $int1; - case 137 : - %varclient_410 = $int1; - case 138 : - %varclient_411 = $int1; - case 139 : - %varclient_412 = $int1; - case 140 : - %varclient_413 = $int1; - case 141 : - %varclient_414 = $int1; - case 142 : - %varclient_415 = $int1; - case 143 : - %varclient_416 = $int1; - case 144 : - %varclient_417 = $int1; - case 145 : - %varclient_418 = $int1; - case 146 : - %varclient_419 = $int1; - case 147 : - %varclient_420 = $int1; - case 148 : - %varclient_421 = $int1; - case 149 : - %varclient_422 = $int1; - case 150 : - %varclient_423 = $int1; - case 151 : - %varclient_424 = $int1; - case 152 : - %varclient_425 = $int1; - case 153 : - %varclient_426 = $int1; - case 154 : - %varclient_427 = $int1; - case 155 : - %varclient_428 = $int1; - case 156 : - %varclient_429 = $int1; - case 157 : - %varclient_430 = $int1; - case 158 : - %varclient_431 = $int1; - case 159 : - %varclient_432 = $int1; - case 160 : - %varclient_433 = $int1; - case 161 : - %varclient_434 = $int1; - case 162 : - %varclient_435 = $int1; - case 163 : - %varclient_436 = $int1; - case 164 : - %varclient_437 = $int1; - case 165 : - %varclient_438 = $int1; - case 166 : - %varclient_439 = $int1; - case 167 : - %varclient_440 = $int1; - case 168 : - %varclient_441 = $int1; - case 169 : - %varclient_442 = $int1; - case 170 : - %varclient_443 = $int1; - case 171 : - %varclient_444 = $int1; - case 172 : - %varclient_445 = $int1; - case 173 : - %varclient_446 = $int1; - case 174 : - %varclient_447 = $int1; - case 175 : - %varclient_448 = $int1; - case 176 : - %varclient_449 = $int1; - case 177 : - %varclient_450 = $int1; - case 178 : - %varclient_451 = $int1; - case 179 : - %varclient_452 = $int1; - case 180 : - %varclient_453 = $int1; - case 181 : - %varclient_454 = $int1; - case 182 : - %varclient_455 = $int1; - case 183 : - %varclient_456 = $int1; - case 184 : - %varclient_457 = $int1; - case 185 : - %varclient_458 = $int1; - case 186 : - %varclient_459 = $int1; - case 187 : - %varclient_460 = $int1; - case 188 : - %varclient_461 = $int1; - case 189 : - %varclient_462 = $int1; - case 190 : - %varclient_463 = $int1; - case 191 : - %varclient_464 = $int1; - case 192 : - %varclient_465 = $int1; - case 193 : - %varclient_466 = $int1; - case 194 : - %varclient_467 = $int1; - case 195 : - %varclient_468 = $int1; - case 196 : - %varclient_469 = $int1; - case 197 : - %varclient_470 = $int1; - case 198 : - %varclient_471 = $int1; - case 199 : - %varclient_472 = $int1; - case 200 : - %varclient_473 = $int1; - case 201 : - %varclient_474 = $int1; - case 202 : - %varclient_475 = $int1; - case 203 : - %varclient_476 = $int1; - case 204 : - %varclient_477 = $int1; - case 205 : - %varclient_478 = $int1; - case 206 : - %varclient_479 = $int1; - case 207 : - %varclient_480 = $int1; - case 208 : - %varclient_481 = $int1; - case 209 : - %varclient_482 = $int1; - case 210 : - %varclient_483 = $int1; - case 211 : - %varclient_484 = $int1; - case 212 : - %varclient_485 = $int1; - case 213 : - %varclient_486 = $int1; - case 214 : - %varclient_487 = $int1; - case 215 : - %varclient_488 = $int1; - case 216 : - %varclient_489 = $int1; - case 217 : - %varclient_490 = $int1; - case 218 : - %varclient_491 = $int1; - case 219 : - %varclient_492 = $int1; - case 220 : - %varclient_493 = $int1; - case 221 : - %varclient_494 = $int1; - case 222 : - %varclient_495 = $int1; - case 223 : - %varclient_496 = $int1; - case 224 : - %varclient_497 = $int1; - case 225 : - %varclient_498 = $int1; - case 226 : - %varclient_499 = $int1; - case 227 : - %varclient_500 = $int1; - case 228 : - %varclient_501 = $int1; - case 229 : - %varclient_502 = $int1; - case 230 : - %varclient_503 = $int1; - case 231 : - %varclient_504 = $int1; - case 232 : - %varclient_505 = $int1; - case 233 : - %varclient_506 = $int1; - case 234 : - %varclient_507 = $int1; - case 235 : - %varclient_508 = $int1; - case 236 : - %varclient_509 = $int1; - case 237 : - %varclient_510 = $int1; - case 238 : - %varclient_511 = $int1; - case 239 : - %varclient_512 = $int1; - case 240 : - %varclient_513 = $int1; - case 241 : - %varclient_514 = $int1; - case 242 : - %varclient_515 = $int1; - case 243 : - %varclient_516 = $int1; - case 244 : - %varclient_517 = $int1; - case 245 : - %varclient_518 = $int1; - case 246 : - %varclient_519 = $int1; - case 247 : - %varclient_520 = $int1; - case 248 : - %varclient_521 = $int1; - case 249 : - %varclient_522 = $int1; -} diff --git a/dumps/530/script/[proc,script1385].cs2 b/dumps/530/script/[proc,script1385].cs2 deleted file mode 100644 index 932f34518..000000000 --- a/dumps/530/script/[proc,script1385].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1385 -[proc,script1385] -~script1309(0); -if_setgraphic("fullscreen_logout_button,0", interface_746:com_12); -~script1308; diff --git a/dumps/530/script/[proc,script1386].cs2 b/dumps/530/script/[proc,script1386].cs2 deleted file mode 100644 index 79463621d..000000000 --- a/dumps/530/script/[proc,script1386].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1386 -[proc,script1386] -~script1312(0); -if_setgraphic("fullscreen_logout_button,0", interface_548:com_69); -~script1311; diff --git a/dumps/530/script/[proc,script1387].cs2 b/dumps/530/script/[proc,script1387].cs2 deleted file mode 100644 index 63973faf3..000000000 --- a/dumps/530/script/[proc,script1387].cs2 +++ /dev/null @@ -1,114 +0,0 @@ -// 1387 -[proc,script1387](int $int0) -if (getwindowmode >= 2) { - switch_int ($int0) { - case 0 : - if_setgraphic("side_stone_highlights,4", interface_746:com_41); - if_sethide(false, interface_746:com_93); - if_sethide(false, interface_746:com_74); - case 1 : - if_setgraphic("side_stone_highlights,4", interface_746:com_42); - if_sethide(false, interface_746:com_94); - if_sethide(false, interface_746:com_74); - case 2 : - if_setgraphic("side_stone_highlights,4", interface_746:com_43); - if_sethide(false, interface_746:com_95); - if_sethide(false, interface_746:com_74); - case 3 : - if_setgraphic("side_stone_highlights,4", interface_746:com_44); - if_sethide(false, interface_746:com_96); - if_sethide(false, interface_746:com_74); - case 4 : - if_setgraphic("side_stone_highlights,4", interface_746:com_45); - if_sethide(false, interface_746:com_97); - if_sethide(false, interface_746:com_74); - case 5 : - if_setgraphic("side_stone_highlights,4", interface_746:com_46); - if_sethide(false, interface_746:com_98); - if_sethide(false, interface_746:com_74); - case 6 : - if_setgraphic("side_stone_highlights,4", interface_746:com_47); - if_sethide(false, interface_746:com_99); - if_sethide(false, interface_746:com_74); - case 7 : - if_setgraphic("side_stone_highlights,4", interface_746:com_48); - if_sethide(false, interface_746:com_100); - if_sethide(false, interface_746:com_74); - case 8 : - if_setgraphic("side_stone_highlights,4", interface_746:com_49); - if_sethide(false, interface_746:com_101); - if_sethide(false, interface_746:com_74); - case 9 : - if_setgraphic("side_stone_highlights,4", interface_746:com_50); - if_sethide(false, interface_746:com_102); - if_sethide(false, interface_746:com_74); - case 10 : - if_setgraphic("side_stone_highlights,4", interface_746:com_51); - if_sethide(false, interface_746:com_103); - if_sethide(false, interface_746:com_74); - case 11 : - if_setgraphic("side_stone_highlights,4", interface_746:com_52); - if_sethide(false, interface_746:com_104); - if_sethide(false, interface_746:com_74); - case 12 : - if_setgraphic("side_stone_highlights,4", interface_746:com_53); - if_sethide(false, interface_746:com_105); - if_sethide(false, interface_746:com_74); - case 13 : - if_setgraphic("side_stone_highlights,4", interface_746:com_54); - if_sethide(false, interface_746:com_106); - if_sethide(false, interface_746:com_74); - case 99 : - if_setgraphic("fullscreen_logout_button,2", interface_746:com_12); - if_sethide(false, interface_746:com_107); - if_sethide(false, interface_746:com_74); - } -} else { - switch_int ($int0) { - case 0 : - if_setgraphic("side_stone_highlights,0", interface_548:com_38); - if_sethide(false, interface_548:com_83); - case 1 : - if_setgraphic("side_stone_highlights,4", interface_548:com_39); - if_sethide(false, interface_548:com_84); - case 2 : - if_setgraphic("side_stone_highlights,4", interface_548:com_40); - if_sethide(false, interface_548:com_85); - case 3 : - if_setgraphic("side_stone_highlights,4", interface_548:com_41); - if_sethide(false, interface_548:com_86); - case 4 : - if_setgraphic("side_stone_highlights,4", interface_548:com_42); - if_sethide(false, interface_548:com_87); - case 5 : - if_setgraphic("side_stone_highlights,4", interface_548:com_43); - if_sethide(false, interface_548:com_88); - case 6 : - if_setgraphic("side_stone_highlights,1", interface_548:com_44); - if_sethide(false, interface_548:com_89); - case 7 : - if_setgraphic("side_stone_highlights,2", interface_548:com_20); - if_sethide(false, interface_548:com_90); - case 8 : - if_setgraphic("side_stone_highlights,4", interface_548:com_21); - if_sethide(false, interface_548:com_91); - case 9 : - if_setgraphic("side_stone_highlights,4", interface_548:com_22); - if_sethide(false, interface_548:com_92); - case 10 : - if_setgraphic("side_stone_highlights,4", interface_548:com_23); - if_sethide(false, interface_548:com_93); - case 11 : - if_setgraphic("side_stone_highlights,4", interface_548:com_24); - if_sethide(false, interface_548:com_94); - case 12 : - if_setgraphic("side_stone_highlights,4", interface_548:com_25); - if_sethide(false, interface_548:com_95); - case 13 : - if_setgraphic("side_stone_highlights,3", interface_548:com_26); - if_sethide(false, interface_548:com_96); - case 99 : - if_setgraphic("fullscreen_logout_button,2", interface_548:com_69); - if_sethide(false, interface_548:com_97); - } -} diff --git a/dumps/530/script/[proc,script1388].cs2 b/dumps/530/script/[proc,script1388].cs2 deleted file mode 100644 index 2752c4544..000000000 --- a/dumps/530/script/[proc,script1388].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1388 -[proc,script1388] -%varclientstring_34 = ""; -%varclientstring_35 = ""; -%varclientstring_36 = ""; -%varclient_179 = 1; -%varclient_180 = 0; -%varclient_181 = 2009; -if_settext(%varclientstring_34, interface_744:com_394); -if_settext(%varclientstring_35, interface_744:com_421); -if_settext(%varclientstring_36, interface_744:com_426); -~script1346(enum_1601, 0, 31, interface_744:com_381, interface_744:com_382, interface_744:com_383, interface_744:com_384, graphic_884, "drop_down_arrow_scroll,0", "drop_down_arrow_scroll,2", graphic_1402, 0x663300, 0xffe1be, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); -~script1346(enum_1602, 0, 12, interface_744:com_377, interface_744:com_378, interface_744:com_379, interface_744:com_380, graphic_884, "drop_down_arrow_scroll,0", "drop_down_arrow_scroll,2", graphic_1402, 0x663300, 0xffe1be, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); -~script1346(enum_1603, 0, 120, interface_744:com_373, interface_744:com_374, interface_744:com_375, interface_744:com_376, graphic_884, "drop_down_arrow_scroll,0", "drop_down_arrow_scroll,2", graphic_1402, 0x663300, 0xffe1be, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); -~script1346(enum_1626, 0, 241, interface_744:com_369, interface_744:com_370, interface_744:com_371, interface_744:com_372, graphic_884, "drop_down_arrow_scroll,0", "drop_down_arrow_scroll,2", graphic_1402, 0x663300, 0xffe1be, p11_full, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); -%varclient_182 = enum(int, int, enum_1669, 0); -if_settext("Please note that your account has been locked into Quick Chat until you are of suitable age - please review our Terms & Conditions for more information.", interface_744:com_412); -if_setcolour(0x461e00, interface_744:com_412); -if_sethide(true, interface_744:com_430); diff --git a/dumps/530/script/[proc,script13].cs2 b/dumps/530/script/[proc,script13].cs2 deleted file mode 100644 index 508627376..000000000 --- a/dumps/530/script/[proc,script13].cs2 +++ /dev/null @@ -1,75 +0,0 @@ -// 13 -[proc,script13](int $int0, int $int1)(string, int) -if ($int0 = 1) { - return(~script981($int1)); -} -if ($int0 = 2) { - return(~script983($int1)); -} -if ($int0 = 5) { - return(~script977($int1)); -} -if ($int0 = 3) { - return(~script1009($int1)); -} -if ($int0 = 7) { - return(~script1003($int1)); -} -if ($int0 = 4) { - return(~script995($int1)); -} -if ($int0 = 6) { - return(~script993($int1)); -} -if ($int0 = 8) { - return(~script1007($int1)); -} -if ($int0 = 9) { - return(~script1001($int1)); -} -if ($int0 = 10) { - return(~script991($int1)); -} -if ($int0 = 11) { - return(~script999($int1)); -} -if ($int0 = 19) { - return(~script979($int1)); -} -if ($int0 = 13) { - return(~script1015($int1)); -} -if ($int0 = 14) { - return(~script1021($int1)); -} -if ($int0 = 15) { - return(~script997($int1)); -} -if ($int0 = 16) { - return(~script1017($int1)); -} -if ($int0 = 17) { - return(~script985($int1)); -} -if ($int0 = 18) { - return(~script989($int1)); -} -if ($int0 = 12) { - return(~script1011($int1)); -} -if ($int0 = 20) { - return(~script987($int1)); -} -if ($int0 = 21) { - return(~script1013($int1)); -} -if ($int0 = 22) { - return(~script2($int1)); -} -if ($int0 = 23) { - return(~script1005($int1)); -} -if ($int0 = 24) { - return(~script1019($int1)); -} -return("", -1); diff --git a/dumps/530/script/[proc,script1406].cs2 b/dumps/530/script/[proc,script1406].cs2 deleted file mode 100644 index bd03fee70..000000000 --- a/dumps/530/script/[proc,script1406].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1406 -[proc,script1406](component $component0) -if_sethide(true, interface_756:com_3); -if_sethide(true, interface_756:com_4); -if_sethide(true, interface_756:com_6); -if_sethide(true, interface_756:com_8); -if_sethide(false, $component0); diff --git a/dumps/530/script/[proc,script1407].cs2 b/dumps/530/script/[proc,script1407].cs2 deleted file mode 100644 index 38063d8d5..000000000 --- a/dumps/530/script/[proc,script1407].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1407 -[proc,script1407] -if (%varplayerbit_68 = 1) { - if_setgraphic("miscgraphics,11", interface_756:com_50); -} else { - if_setgraphic("miscgraphics,10", interface_756:com_50); -} diff --git a/dumps/530/script/[proc,script1408].cs2 b/dumps/530/script/[proc,script1408].cs2 deleted file mode 100644 index dafd75637..000000000 --- a/dumps/530/script/[proc,script1408].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1408 -[proc,script1408] -if_setgraphic("miscgraphics,10", interface_756:com_12); -if_setgraphic("miscgraphics,10", interface_756:com_13); -if_setgraphic("miscgraphics,10", interface_756:com_15); -if_setgraphic("miscgraphics,10", interface_756:com_16); -if (%varplayerbit_49 = 0) { - if_setgraphic("miscgraphics,11", interface_756:com_12); -} else if (%varplayerbit_49 = 1) { - if_setgraphic("miscgraphics,11", interface_756:com_13); -} else if (%varplayerbit_49 = 2) { - if_setgraphic("miscgraphics,11", interface_756:com_15); -} else if (%varplayerbit_49 = 3) { - if_setgraphic("miscgraphics,11", interface_756:com_16); -} diff --git a/dumps/530/script/[proc,script1409].cs2 b/dumps/530/script/[proc,script1409].cs2 deleted file mode 100644 index 8d7c04844..000000000 --- a/dumps/530/script/[proc,script1409].cs2 +++ /dev/null @@ -1,39 +0,0 @@ -// 1409 -[proc,script1409] -if_setgraphic("miscgraphics,10", interface_756:com_36); -if_setgraphic("miscgraphics,10", interface_756:com_37); -if_setgraphic("miscgraphics,10", interface_756:com_38); -if_setgraphic("miscgraphics,10", interface_756:com_39); -if_setgraphic("miscgraphics,10", interface_756:com_40); -if_setgraphic("miscgraphics,10", interface_756:com_41); -if_setgraphic("miscgraphics,10", interface_756:com_42); -if_setgraphic("miscgraphics,10", interface_756:com_43); -if_setgraphic("miscgraphics,10", interface_756:com_44); -if_setgraphic("miscgraphics,10", interface_756:com_45); -if_setgraphic("miscgraphics,10", interface_756:com_46); -if_setgraphic("miscgraphics,10", interface_756:com_47); -if (%varplayerbit_50 = 1) { - if_setgraphic("miscgraphics,11", interface_756:com_36); -} else if (%varplayerbit_50 = 2) { - if_setgraphic("miscgraphics,11", interface_756:com_37); -} else if (%varplayerbit_50 = 3) { - if_setgraphic("miscgraphics,11", interface_756:com_38); -} else if (%varplayerbit_50 = 4) { - if_setgraphic("miscgraphics,11", interface_756:com_39); -} else if (%varplayerbit_50 = 5) { - if_setgraphic("miscgraphics,11", interface_756:com_40); -} else if (%varplayerbit_50 = 6) { - if_setgraphic("miscgraphics,11", interface_756:com_41); -} else if (%varplayerbit_50 = 7) { - if_setgraphic("miscgraphics,11", interface_756:com_42); -} else if (%varplayerbit_50 = 8) { - if_setgraphic("miscgraphics,11", interface_756:com_43); -} else if (%varplayerbit_50 = 9) { - if_setgraphic("miscgraphics,11", interface_756:com_44); -} else if (%varplayerbit_50 = 10) { - if_setgraphic("miscgraphics,11", interface_756:com_45); -} else if (%varplayerbit_50 = 11) { - if_setgraphic("miscgraphics,11", interface_756:com_46); -} else if (%varplayerbit_50 = 12) { - if_setgraphic("miscgraphics,11", interface_756:com_47); -} diff --git a/dumps/530/script/[proc,script1421].cs2 b/dumps/530/script/[proc,script1421].cs2 deleted file mode 100644 index 82ab31bf0..000000000 --- a/dumps/530/script/[proc,script1421].cs2 +++ /dev/null @@ -1,48 +0,0 @@ -// 1421 -[proc,script1421](int $int0) -def_string $string0 = ""; -switch_int ($int0) { - case 1 : - $string0 = enum(int, string, enum_1697, %varplayerbit_5146); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 130)", interface_575:com_3); - case 2 : - $string0 = enum(int, string, enum_1698, %varplayerbit_5147); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 160)", interface_575:com_4); - case 3 : - $string0 = enum(int, string, enum_1699, %varplayerbit_5148); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_5); - case 4 : - $string0 = enum(int, string, enum_1700, %varplayerbit_5149); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_6); - case 5 : - $string0 = enum(int, string, enum_1701, %varplayerbit_5150); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_7); - case 6 : - $string0 = enum(int, string, enum_1702, %varplayerbit_5151); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_8); - case 7 : - $string0 = enum(int, string, enum_1703, %varplayerbit_5152); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_9); - case 8 : - $string0 = enum(int, string, enum_1704, %varplayerbit_5153); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_10); - case 9 : - $string0 = enum(int, string, enum_1705, %varplayerbit_5154); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_11); - case 10 : - $string0 = enum(int, string, enum_1706, %varplayerbit_5155); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_12); - case 11 : - $string0 = enum(int, string, enum_1707, %varplayerbit_5156); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_13); - case 12 : - $string0 = enum(int, string, enum_1708, %varplayerbit_5157); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_14); - case 13 : - $string0 = enum(int, string, enum_1709, %varplayerbit_5158); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_15); - case 14 : - $string0 = enum(int, string, enum_1710, %varplayerbit_5159); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_16); -} -%varclient_2 = 0; diff --git a/dumps/530/script/[proc,script1425].cs2 b/dumps/530/script/[proc,script1425].cs2 deleted file mode 100644 index 7cc6cb401..000000000 --- a/dumps/530/script/[proc,script1425].cs2 +++ /dev/null @@ -1,62 +0,0 @@ -// 1425 -[proc,script1425](int $int0)(int) -if ($int0 = 0) { - return(14); -} -if ($int0 = 1) { - return(58); -} -if ($int0 = 2) { - return(138); -} -if ($int0 = 3) { - return(172); -} -if ($int0 = 4) { - return(262); -} -if ($int0 = 5) { - return(296); -} -if ($int0 = 6) { - return(376); -} -if ($int0 = 7) { - return(410); -} -if ($int0 = 8) { - return(48); -} -if ($int0 = 9) { - return(216); -} -if ($int0 = 10) { - return(14); -} -if ($int0 = 11) { - return(48); -} -if ($int0 = 12) { - return(82); -} -if ($int0 = 13) { - return(172); -} -if ($int0 = 14) { - return(216); -} -if ($int0 = 15) { - return(250); -} -if ($int0 = 16) { - return(345); -} -if ($int0 = 17) { - return(379); -} -if ($int0 = 18) { - return(409); -} -if ($int0 = 19) { - return(379); -} diff --git a/dumps/530/script/[proc,script1426].cs2 b/dumps/530/script/[proc,script1426].cs2 deleted file mode 100644 index e3312280a..000000000 --- a/dumps/530/script/[proc,script1426].cs2 +++ /dev/null @@ -1,62 +0,0 @@ -// 1426 -[proc,script1426](int $int0)(int) -if ($int0 = 0) { - return(10); -} -if ($int0 = 1) { - return(10); -} -if ($int0 = 2) { - return(10); -} -if ($int0 = 3) { - return(10); -} -if ($int0 = 4) { - return(10); -} -if ($int0 = 5) { - return(10); -} -if ($int0 = 6) { - return(10); -} -if ($int0 = 7) { - return(10); -} -if ($int0 = 8) { - return(160); -} -if ($int0 = 9) { - return(160); -} -if ($int0 = 10) { - return(90); -} -if ($int0 = 11) { - return(90); -} -if ($int0 = 12) { - return(90); -} -if ($int0 = 13) { - return(90); -} -if ($int0 = 14) { - return(90); -} -if ($int0 = 15) { - return(90); -} -if ($int0 = 16) { - return(90); -} -if ($int0 = 17) { - return(90); -} -if ($int0 = 18) { - return(90); -} -if ($int0 = 19) { - return(160); -} diff --git a/dumps/530/script/[proc,script1430].cs2 b/dumps/530/script/[proc,script1430].cs2 deleted file mode 100644 index 2fa6e3fc7..000000000 --- a/dumps/530/script/[proc,script1430].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1430 -[proc,script1430](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 7); - spline_new(1, 7); - spline_addpoint(0, 0, 0_39_51_50_10, 740, 0_39_51_41_8, 740, 0); - spline_addpoint(1, 0, 0_39_51_53_12, 460, 0_39_51_51_12, 460, 0); - spline_addpoint(0, 1, 0_39_51_18_7, 985, 0_39_51_6_10, 980, 0); - spline_addpoint(1, 1, 0_39_51_25_13, 460, 0_39_51_18_15, 450, 0); - ~script1899(0, 100, 150); - spline_addpoint(0, 2, 0_39_51_3_26, 945, 0_39_51_3_30, 930, 0); - spline_addpoint(1, 2, 0_39_51_13_26, 470, 0_39_51_12_32, 465, 0); - ~script1899(1, 100, 150); - spline_addpoint(0, 3, 0_39_51_13_40, 980, 0_39_51_23_47, 955, 0); - spline_addpoint(1, 3, 0_39_51_24_44, 195, 0_39_51_31_48, 185, 0); - ~script1899(2, 100, 150); - spline_addpoint(0, 4, 0_39_51_44_40, 705, 0_39_51_47_39, 665, 0); - spline_addpoint(1, 4, 0_39_51_47_45, 405, 0_39_51_52_43, 390, 0); - ~script1899(3, 100, 150); - spline_addpoint(0, 5, 0_39_51_58_36, 640, 0_40_51_0_35, 625, 0); - spline_addpoint(1, 5, 0_39_51_62_36, 375, 0_39_51_63_36, 370, 0); - ~script1899(4, 100, 150); - spline_addpoint(0, 6, 0_40_51_0_35, 370, 0_40_51_0_35, 370, 0); - spline_addpoint(1, 6, 0_40_51_0_36, 314, 0_40_51_0_36, 314, 0); - ~script1899(5, 100, 150); -} -return(0_39_51_50_50, 0x131414); diff --git a/dumps/530/script/[proc,script1431].cs2 b/dumps/530/script/[proc,script1431].cs2 deleted file mode 100644 index e3f9ebd48..000000000 --- a/dumps/530/script/[proc,script1431].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1431 -[proc,script1431]()(int) -def_int $int0 = map_world; -def_int $int1 = 0; -def_string $string0 = ""; -def_int $int2 = 0; -def_string $string1 = ""; -def_int $int3 = 0; -if ($int0 ! -1) { - $int1, $string0, $int2, $string1, $int3 = worldlist_specific($int0); - if (testbit($int1, 2) = ^true) { - return(1); - } -} -return(0); diff --git a/dumps/530/script/[proc,script1432].cs2 b/dumps/530/script/[proc,script1432].cs2 deleted file mode 100644 index 3f914df5f..000000000 --- a/dumps/530/script/[proc,script1432].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1432 -[proc,script1432]()(int) -def_int $int0 = calc(stat_base(attack) + stat_base(strength)); -def_int $int1 = calc(stat_base(ranged) * 3 / 2); -def_int $int2 = calc(stat_base(magic) * 3 / 2); -def_int $int3 = $int0; -if ($int1 > $int3) { - $int3 = $int1; -} -if ($int2 > $int3) { - $int3 = $int2; -} -$int3 = calc($int3 * 13 / 10); -if (map_members = true) { - $int3 = calc(($int3 + stat_base(defence) + stat_base(hitpoints) + stat_base(prayer) / 2 + stat_base(summoning) / 2) / 4); -} else { - $int3 = calc(($int3 + stat_base(defence) + stat_base(hitpoints) + stat_base(prayer) / 2) / 4); -} -return($int3); diff --git a/dumps/530/script/[proc,script1435].cs2 b/dumps/530/script/[proc,script1435].cs2 deleted file mode 100644 index 4416aff18..000000000 --- a/dumps/530/script/[proc,script1435].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1435 -[proc,script1435](enum $enum0, int $int1, int $int2, component $component3, component $component4, component $component5, component $component6, graphic $graphic7, graphic $graphic8, int $int9, graphic $graphic10, int $rgb11, int $rgb12, int $rgb13, graphic $graphic14, graphic $graphic15, graphic $graphic16, graphic $graphic17, graphic $graphic18, graphic $graphic19, graphic $graphic20) -~script1436($enum0, $int1, $int2, $component3, $component4, $component5, $component6, $graphic7, $graphic8, $graphic8, $graphic10, $rgb11, $rgb12, $rgb13, $graphic14, $graphic15, $graphic16, $graphic17, $graphic18, $graphic19, $graphic20); diff --git a/dumps/530/script/[proc,script1436].cs2 b/dumps/530/script/[proc,script1436].cs2 deleted file mode 100644 index 51a89c7b4..000000000 --- a/dumps/530/script/[proc,script1436].cs2 +++ /dev/null @@ -1,38 +0,0 @@ -// 1436 -[proc,script1436](enum $enum0, int $int1, int $int2, component $component3, component $component4, component $component5, component $component6, graphic $graphic7, graphic $graphic8, graphic $graphic9, graphic $graphic10, int $rgb11, int $rgb12, int $rgb13, graphic $graphic14, graphic $graphic15, graphic $graphic16, graphic $graphic17, graphic $graphic18, graphic $graphic19, graphic $graphic20) -cc_deleteall($component3); -cc_create($component3, ^iftype_graphic, if_getnextsubid($component3)); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component3), if_getheight($component3), ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic7); -cc_settiling(true); -cc_create($component3, ^iftype_rectangle, if_getnextsubid($component3)); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(if_getwidth($component3), if_getheight($component3), ^setsize_abs, ^setsize_abs); -cc_setcolour(^black); -def_int $int21 = if_getnextsubid($component3); -cc_create($component3, ^iftype_graphic, $int21); -cc_setposition(calc(if_getwidth($component3) - 16), 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(16, if_getheight($component3), ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic8); -cc_settiling(false); -cc_setonmouseover("script1351($component3, $int21, $graphic9)"); -cc_setonmouseleave("script1352($component3, $int21, $graphic8)"); -def_int $int22 = if_getnextsubid($component3); -cc_setonclick("script1347($enum0, $int2, $component4, $graphic10, $component5, $component6, $component3, $rgb11, $rgb12, $rgb13, $graphic14, $int22, $int21, $graphic15, $graphic16, $graphic17, $graphic18, $graphic19, $graphic20)"); -cc_create($component3, ^iftype_text, $int22); -cc_settext(enum(int, string, $enum0, $int1)); -cc_setposition(5, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(calc(if_getwidth($component3) - 22), if_getheight($component3), ^setsize_abs, ^setsize_abs); -cc_settextshadow(false); -cc_settextfont($graphic14); -cc_settextalign(^settextalign_left, ^settextalign_centre, 0); -if ($int1 >= $int2) { - cc_setcolour($rgb12); - cc_setonmouseleave("script1354($component3, $int22, $rgb12)"); -} else { - cc_setcolour($rgb11); - cc_setonmouseleave("script1354($component3, $int22, $rgb11)"); -} -cc_setonmouseover("script1353($component3, $int22, $rgb13)"); -cc_setonclick("script1347($enum0, $int2, $component4, $graphic10, $component5, $component6, $component3, $rgb11, $rgb12, $rgb13, $graphic14, $int22, $int21, $graphic15, $graphic16, $graphic17, $graphic18, $graphic19, $graphic20)"); diff --git a/dumps/530/script/[proc,script1447].cs2 b/dumps/530/script/[proc,script1447].cs2 deleted file mode 100644 index 5df421907..000000000 --- a/dumps/530/script/[proc,script1447].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 1447 -[proc,script1447](int $int0) -def_int $int1 = 0; -def_component $component2 = enum(int, component, enum_1617, $int1); -while ($component2 ! null) { - if ($int1 = $int0) { - if_sethide(false, $component2); - } else { - if_sethide(true, $component2); - } - $int1 = calc($int1 + 1); - $component2 = enum(int, component, enum_1617, $int1); -} -if ($int0 > 0) { - if_setonop("script1446(calc($int0 - 1))", interface_767:com_47); - if_settrans(0, interface_767:com_47); -} else { - if_setonop(null, interface_767:com_47); - if_settrans(200, interface_767:com_47); -} -if ($int0 < calc($int1 - 1)) { - if_setonop("script1446(calc($int0 + 1))", interface_767:com_46); - if_settrans(0, interface_767:com_46); -} else { - if_setonop(null, interface_767:com_46); - if_settrans(200, interface_767:com_46); -} -if_settext("Page of ", interface_767:com_45); diff --git a/dumps/530/script/[proc,script1450].cs2 b/dumps/530/script/[proc,script1450].cs2 deleted file mode 100644 index af7995c9a..000000000 --- a/dumps/530/script/[proc,script1450].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1450 -[proc,script1450] -def_int $int0 = 0; -def_int $int1 = inv_size(inv_95); -while ($int0 < $int1) { - cc_create(interface_762:com_73, ^iftype_graphic, $int0); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); - cc_sethide(true); - if (inv_getobj(inv_95, $int0) ! null) { - ~script1453($int0); - } - cc_setoutline(1); - cc_setgraphicshadow(0x333333); - cc_setonmouserepeat("script1480(interface_762:com_73, $int0)"); - cc_setonmouseleave("script40(interface_762:com_74)"); - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script1453].cs2 b/dumps/530/script/[proc,script1453].cs2 deleted file mode 100644 index 29db4e732..000000000 --- a/dumps/530/script/[proc,script1453].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1453 -[proc,script1453](int $int0) -def_obj $obj1 = inv_getobj(inv_95, $int0); -cc_setobject($obj1, inv_getnum(inv_95, $int0)); -cc_setopbase(""); -cc_setop(1, "Withdraw-1"); -cc_setop(2, "Withdraw-5"); -cc_setop(3, "Withdraw-10"); -cc_setop(4, "Withdraw-"); -cc_setop(5, "Withdraw-X"); -cc_setop(6, "Withdraw-All"); -cc_setop(7, "Withdraw-All but one"); -cc_setop(10, "Examine"); -cc_setdraggable(interface_762:com_61, -1); -cc_setdragdeadzone(5); -cc_setdragdeadtime(5); -cc_setondrag("script1454(event_mousey)"); -cc_setondragcomplete("script1482(event_com2)"); diff --git a/dumps/530/script/[proc,script1455].cs2 b/dumps/530/script/[proc,script1455].cs2 deleted file mode 100644 index 96f7984c4..000000000 --- a/dumps/530/script/[proc,script1455].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1455 -[proc,script1455] -def_int $int0 = 0; -while ($int0 < inv_size(inv_95)) { - if (cc_find(interface_762:com_73, $int0) = true) { - cc_sethide(true); - cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script1456].cs2 b/dumps/530/script/[proc,script1456].cs2 deleted file mode 100644 index d678dd558..000000000 --- a/dumps/530/script/[proc,script1456].cs2 +++ /dev/null @@ -1,62 +0,0 @@ -// 1456 -[proc,script1456] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $int2 = 0; -def_int $int3 = 8; -def_int $int4 = 5; -def_int $int5 = 0; -def_int $int6 = inv_size(inv_95); -~script1464; -$int1, $int2 = ~script1467($int5); -while ($int5 <= 9) { - $int0 = $int1; - if ($int5 ! 0) { - if_sethide(false, enum(int, component, enum_1611, $int5)); - if_setposition(calc($int3 - 2), calc($int4 - 2), ^setpos_abs_left, ^setpos_abs_top, enum(int, component, enum_1611, $int5)); - } - while ($int0 < $int2) { - if (cc_find(interface_762:com_73, $int0) = true) { - if (inv_getnum(inv_95, $int0) ! 0) { - cc_setposition($int3, $int4, ^setpos_abs_left, ^setpos_abs_top); - cc_sethide(false); - $int3 = calc($int3 + 44); - if ($int3 >= calc(44 * 10)) { - $int3 = 8; - $int4 = calc($int4 + 44); - } - } else { - $int0 = 1000; - } - } - $int0 = calc($int0 + 1); - } - if ($int3 ! 8) { - if_setposition($int3, $int4, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, enum_1612, $int5)); - if_setsize(calc(44 * 10 - $int3), 32, ^setsize_abs, ^setsize_abs, enum(int, component, enum_1612, $int5)); - if_sethide(false, enum(int, component, enum_1612, $int5)); - $int4 = calc($int4 + 44); - } - if ($int5 = 0) { - $int5 = 2; - } else { - $int5 = calc($int5 + 1); - } - $int1, $int2 = ~script1467($int5); - if ($int1 = $int2) { - $int5 = 100; - } - if (enum(int, component, enum_1610, $int5) ! null) { - if_sethide(false, enum(int, component, enum_1610, $int5)); - if_setposition(0, $int4, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, enum_1610, $int5)); - $int4 = calc($int4 + 15); - $int3 = 0; - } -} -if_setscrollsize(if_getwidth(interface_762:com_73), $int4, interface_762:com_73); -if_setscrollpos(0, %varclient_203, interface_762:com_73); -cc_deleteall(interface_762:com_95); -if ($int4 > if_getheight(interface_762:com_73)) { - ~script31(interface_762:com_95, interface_762:com_73, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); - ~script157(interface_762:com_95, interface_762:com_73, if_getscrolly(interface_762:com_73), 1); -} diff --git a/dumps/530/script/[proc,script1457].cs2 b/dumps/530/script/[proc,script1457].cs2 deleted file mode 100644 index 598973bf3..000000000 --- a/dumps/530/script/[proc,script1457].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1457 -[proc,script1457](int $int0, int $int1) -def_int $int2 = 0; -def_int $int3 = $int0; -while ($int3 < $int1) { - if (cc_find(interface_762:com_73, $int3) = true) { - cc_setposition(calc(44 * ($int2 % 10) + 8), calc($int2 / 10 * 44 + 5), ^setpos_abs_left, ^setpos_abs_top); - cc_sethide(false); - $int2 = calc($int2 + 1); - } - $int3 = calc($int3 + 1); -} -~script1464; -if_sethide(false, interface_762:com_64); -if_setposition(calc(8 - 2), calc(5 - 2), ^setpos_abs_left, ^setpos_abs_top, interface_762:com_64); -~script1458($int2); diff --git a/dumps/530/script/[proc,script1458].cs2 b/dumps/530/script/[proc,script1458].cs2 deleted file mode 100644 index 29019ef5d..000000000 --- a/dumps/530/script/[proc,script1458].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1458 -[proc,script1458](int $int0) -def_int $int1 = calc($int0 / 10 * 44); -if (calc($int0 % 10) ! 0) { - $int1 = calc($int1 + 44); -} -if_setscrollsize(if_getwidth(interface_762:com_73), $int1, interface_762:com_73); -cc_deleteall(interface_762:com_95); -if ($int1 > if_getheight(interface_762:com_73)) { - ~script31(interface_762:com_95, interface_762:com_73, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -} -~script157(interface_762:com_95, interface_762:com_73, if_getscrolly(interface_762:com_73), 1); diff --git a/dumps/530/script/[proc,script1459].cs2 b/dumps/530/script/[proc,script1459].cs2 deleted file mode 100644 index 04ea32218..000000000 --- a/dumps/530/script/[proc,script1459].cs2 +++ /dev/null @@ -1,35 +0,0 @@ -// 1459 -[proc,script1459] -def_int $int0 = 2; -def_int $int1 = 0; -def_int $int2 = 0; -while ($int0 <= 9) { - switch_int ($int0) { - case 2 : - $int1 = %varplayerbit_4885; - case 3 : - $int1 = %varplayerbit_4886; - case 4 : - $int1 = %varplayerbit_4887; - case 5 : - $int1 = %varplayerbit_4888; - case 6 : - $int1 = %varplayerbit_4889; - case 7 : - $int1 = %varplayerbit_4890; - case 8 : - $int1 = %varplayerbit_4891; - case 9 : - $int1 = %varplayerbit_4892; - } - if ($int1 > 0) { - ~script1460($int0, ~script1470($int0)); - } else if ($int2 = 0) { - ~script1461($int0); - $int2 = 1; - } else { - ~script1462($int0); - } - $int0 = calc($int0 + 1); -} -~script1463(%varplayerbit_4893); diff --git a/dumps/530/script/[proc,script1460].cs2 b/dumps/530/script/[proc,script1460].cs2 deleted file mode 100644 index e00492225..000000000 --- a/dumps/530/script/[proc,script1460].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1460 -[proc,script1460](int $int0, int $int1) -def_component $component2 = enum(int, component, enum_1614, $int0); -def_component $component3 = enum(int, component, enum_1615, $int0); -if_sethide(false, $component2); -if_sethide(false, $component3); -if_setobject_nonum(inv_getobj(inv_95, $int1), inv_getnum(inv_95, $int1), $component3); -if_setoutline(1, $component3); -if_setgraphicshadow(0x333333, $component3); -if_clearops($component2); -if_setop(1, "View tab ", $component2); -if_setop(2, "Collapse tab ", $component2); -if_setonclick(null, $component2); -def_string $string0 = "Click here to select tab "; -if_setonmouserepeat("script38(event_com, interface_762:com_101, $string0, 25, 150)", $component2); -if_setonmouseleave("script40(interface_762:com_101)", $component2); diff --git a/dumps/530/script/[proc,script1461].cs2 b/dumps/530/script/[proc,script1461].cs2 deleted file mode 100644 index 73901a412..000000000 --- a/dumps/530/script/[proc,script1461].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1461 -[proc,script1461](int $int0) -def_component $component1 = enum(int, component, enum_1614, $int0); -def_component $component2 = enum(int, component, enum_1615, $int0); -if_sethide(false, $component1); -if_sethide(false, $component2); -if_setobject(null, -1, $component2); -if_setgraphic("bank_misc_graphics,1", $component2); -if_setoutline(0, $component2); -if_setgraphicshadow(^black, $component2); -if_clearops($component1); -if_setonclick("script1481", $component1); -def_string $string0 = "Drag an item here to create a new tab"; -if_setonmouserepeat("script38(event_com, interface_762:com_101, $string0, 25, 150)", $component1); -if_setonmouseleave("script40(interface_762:com_101)", $component1); diff --git a/dumps/530/script/[proc,script1462].cs2 b/dumps/530/script/[proc,script1462].cs2 deleted file mode 100644 index 4f5cd6069..000000000 --- a/dumps/530/script/[proc,script1462].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1462 -[proc,script1462](int $int0) -if_sethide(true, enum(int, component, enum_1614, $int0)); -if_sethide(true, enum(int, component, enum_1615, $int0)); diff --git a/dumps/530/script/[proc,script1463].cs2 b/dumps/530/script/[proc,script1463].cs2 deleted file mode 100644 index b954c98bc..000000000 --- a/dumps/530/script/[proc,script1463].cs2 +++ /dev/null @@ -1,31 +0,0 @@ -// 1463 -[proc,script1463](int $int0) -if_setgraphic("bank_tabs,3", interface_762:com_41); -if_setgraphic("bank_tabs,3", interface_762:com_39); -if_setgraphic("bank_tabs,3", interface_762:com_37); -if_setgraphic("bank_tabs,3", interface_762:com_35); -if_setgraphic("bank_tabs,3", interface_762:com_33); -if_setgraphic("bank_tabs,3", interface_762:com_31); -if_setgraphic("bank_tabs,3", interface_762:com_29); -if_setgraphic("bank_tabs,3", interface_762:com_27); -if_setgraphic("bank_tabs,3", interface_762:com_25); -switch_int ($int0) { - case 1 : - if_setgraphic("bank_tabs,1", interface_762:com_41); - case 2 : - if_setgraphic("bank_tabs,1", interface_762:com_39); - case 3 : - if_setgraphic("bank_tabs,1", interface_762:com_37); - case 4 : - if_setgraphic("bank_tabs,1", interface_762:com_35); - case 5 : - if_setgraphic("bank_tabs,1", interface_762:com_33); - case 6 : - if_setgraphic("bank_tabs,1", interface_762:com_31); - case 7 : - if_setgraphic("bank_tabs,1", interface_762:com_29); - case 8 : - if_setgraphic("bank_tabs,1", interface_762:com_27); - case 9 : - if_setgraphic("bank_tabs,1", interface_762:com_25); -} diff --git a/dumps/530/script/[proc,script1464].cs2 b/dumps/530/script/[proc,script1464].cs2 deleted file mode 100644 index bf76e3d78..000000000 --- a/dumps/530/script/[proc,script1464].cs2 +++ /dev/null @@ -1,30 +0,0 @@ -// 1464 -[proc,script1464] -if_sethide(true, interface_762:com_62); -if_sethide(true, interface_762:com_63); -if_sethide(true, interface_762:com_43); -if_sethide(true, interface_762:com_44); -if_sethide(true, interface_762:com_45); -if_sethide(true, interface_762:com_46); -if_sethide(true, interface_762:com_47); -if_sethide(true, interface_762:com_48); -if_sethide(true, interface_762:com_49); -if_sethide(true, interface_762:com_50); -if_sethide(true, interface_762:com_51); -if_sethide(true, interface_762:com_52); -if_sethide(true, interface_762:com_53); -if_sethide(true, interface_762:com_54); -if_sethide(true, interface_762:com_55); -if_sethide(true, interface_762:com_56); -if_sethide(true, interface_762:com_57); -if_sethide(true, interface_762:com_58); -if_sethide(true, interface_762:com_59); -if_sethide(true, interface_762:com_64); -if_sethide(true, interface_762:com_65); -if_sethide(true, interface_762:com_66); -if_sethide(true, interface_762:com_67); -if_sethide(true, interface_762:com_68); -if_sethide(true, interface_762:com_69); -if_sethide(true, interface_762:com_70); -if_sethide(true, interface_762:com_71); -if_sethide(true, interface_762:com_72); diff --git a/dumps/530/script/[proc,script1466].cs2 b/dumps/530/script/[proc,script1466].cs2 deleted file mode 100644 index 8bd167eb4..000000000 --- a/dumps/530/script/[proc,script1466].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1466 -[proc,script1466]()(int) -if (playermember = true) { - return(496); -} else { - return(calc(496 - 429 + 1)); -} diff --git a/dumps/530/script/[proc,script1467].cs2 b/dumps/530/script/[proc,script1467].cs2 deleted file mode 100644 index cf8b50e9f..000000000 --- a/dumps/530/script/[proc,script1467].cs2 +++ /dev/null @@ -1,45 +0,0 @@ -// 1467 -[proc,script1467](int $int0)(int, int) -def_int $int1 = 0; -def_int $int2 = 0; -def_int $int3 = 0; -if ($int0 = 0) { - $int1, $int2 = ~script1467(9); - $int1 = $int2; - $int3, $int2 = ~script1467(1); - return($int1, $int2); -} -if ($int0 = 1) { - return(0, 496); -} -$int1 = 0; -$int2 = %varplayerbit_4885; -if ($int0 >= 3) { - $int1 = $int2; - $int2 = calc($int1 + %varplayerbit_4886); -} -if ($int0 >= 4) { - $int1 = $int2; - $int2 = calc($int1 + %varplayerbit_4887); -} -if ($int0 >= 5) { - $int1 = $int2; - $int2 = calc($int1 + %varplayerbit_4888); -} -if ($int0 >= 6) { - $int1 = $int2; - $int2 = calc($int1 + %varplayerbit_4889); -} -if ($int0 >= 7) { - $int1 = $int2; - $int2 = calc($int1 + %varplayerbit_4890); -} -if ($int0 >= 8) { - $int1 = $int2; - $int2 = calc($int1 + %varplayerbit_4891); -} -if ($int0 >= 9) { - $int1 = $int2; - $int2 = calc($int1 + %varplayerbit_4892); -} -return($int1, $int2); diff --git a/dumps/530/script/[proc,script1468].cs2 b/dumps/530/script/[proc,script1468].cs2 deleted file mode 100644 index e3911ae2d..000000000 --- a/dumps/530/script/[proc,script1468].cs2 +++ /dev/null @@ -1,22 +0,0 @@ -// 1468 -[proc,script1468](int $int0)(int) -$int0 = calc($int0 + 1); -if ($int0 <= %varplayerbit_4885) { - return(2); -} else if ($int0 <= calc(%varplayerbit_4885 + %varplayerbit_4886)) { - return(3); -} else if ($int0 <= calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887)) { - return(4); -} else if ($int0 <= calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887 + %varplayerbit_4888)) { - return(5); -} else if ($int0 <= calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887 + %varplayerbit_4888 + %varplayerbit_4889)) { - return(6); -} else if ($int0 <= calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887 + %varplayerbit_4888 + %varplayerbit_4889 + %varplayerbit_4890)) { - return(7); -} else if ($int0 <= calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887 + %varplayerbit_4888 + %varplayerbit_4889 + %varplayerbit_4890 + %varplayerbit_4891)) { - return(8); -} else if ($int0 <= calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887 + %varplayerbit_4888 + %varplayerbit_4889 + %varplayerbit_4890 + %varplayerbit_4891 + %varplayerbit_4892)) { - return(9); -} else { - return(1); -} diff --git a/dumps/530/script/[proc,script1469].cs2 b/dumps/530/script/[proc,script1469].cs2 deleted file mode 100644 index 8be1c4c7e..000000000 --- a/dumps/530/script/[proc,script1469].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1469 -[proc,script1469]()(int) -if (%varplayerbit_4885 = 0) { - return(2); -} else if (%varplayerbit_4886 = 0) { - return(3); -} else if (%varplayerbit_4887 = 0) { - return(4); -} else if (%varplayerbit_4888 = 0) { - return(5); -} else if (%varplayerbit_4889 = 0) { - return(6); -} else if (%varplayerbit_4890 = 0) { - return(7); -} else if (%varplayerbit_4891 = 0) { - return(8); -} else if (%varplayerbit_4892 = 0) { - return(9); -} else { - return(-1); -} diff --git a/dumps/530/script/[proc,script1470].cs2 b/dumps/530/script/[proc,script1470].cs2 deleted file mode 100644 index 068ac8cf2..000000000 --- a/dumps/530/script/[proc,script1470].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 1470 -[proc,script1470](int $int0)(int) -switch_int ($int0) { - case 2 : - return(0); - case 3 : - return(%varplayerbit_4885); - case 4 : - return(calc(%varplayerbit_4885 + %varplayerbit_4886)); - case 5 : - return(calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887)); - case 6 : - return(calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887 + %varplayerbit_4888)); - case 7 : - return(calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887 + %varplayerbit_4888 + %varplayerbit_4889)); - case 8 : - return(calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887 + %varplayerbit_4888 + %varplayerbit_4889 + %varplayerbit_4890)); - case 9 : - return(calc(%varplayerbit_4885 + %varplayerbit_4886 + %varplayerbit_4887 + %varplayerbit_4888 + %varplayerbit_4889 + %varplayerbit_4890 + %varplayerbit_4891)); -} diff --git a/dumps/530/script/[proc,script1473].cs2 b/dumps/530/script/[proc,script1473].cs2 deleted file mode 100644 index d3a2162a5..000000000 --- a/dumps/530/script/[proc,script1473].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1473 -[proc,script1473] -if_setgraphic("bank_buttons_new1,1", interface_762:com_21); -if_setgraphic("bank_buttons_new2,2", interface_762:com_20); -~script1463(0); -~script1456; -~script1549; -%varclient_188 = 1; diff --git a/dumps/530/script/[proc,script1474].cs2 b/dumps/530/script/[proc,script1474].cs2 deleted file mode 100644 index f939ed8db..000000000 --- a/dumps/530/script/[proc,script1474].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 1474 -[proc,script1474] -if_sethide(true, interface_762:com_99); -if_sethide(true, interface_762:com_100); -if_setgraphic("bank_buttons_new1,0", interface_762:com_21); -if_setgraphic("bank_buttons_new2,0", interface_762:com_20); -if (%varplayerbit_4893 = 0) { - ~script1456; -} -~script1463(1); -~script1548(11); -%varclient_188 = 0; -if_settext("Bank of RuneScape", interface_762:com_24); diff --git a/dumps/530/script/[proc,script1475].cs2 b/dumps/530/script/[proc,script1475].cs2 deleted file mode 100644 index 0c14ee061..000000000 --- a/dumps/530/script/[proc,script1475].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1475 -[proc,script1475] -if (clientclock > %varclient_191) { - ~script1479(%varclientstring_22); - if_setontimer(null, interface_762:com_20); - %varclient_191 = calc(clientclock + 10); -} else { - if_setontimer("script1476(%varclient_191)", interface_762:com_20); -} diff --git a/dumps/530/script/[proc,script1478].cs2 b/dumps/530/script/[proc,script1478].cs2 deleted file mode 100644 index e980a346e..000000000 --- a/dumps/530/script/[proc,script1478].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1478 -[proc,script1478] -def_int $int0 = ~script1479(%varclientstring_22); -if ($int0 > 1) { - mes("Search for '' returned results."); -} else if ($int0 = 1) { - mes("Search for '' returned result."); -} else { - mes("Search for '' returned 0 results."); -} diff --git a/dumps/530/script/[proc,script1479].cs2 b/dumps/530/script/[proc,script1479].cs2 deleted file mode 100644 index 6d1710572..000000000 --- a/dumps/530/script/[proc,script1479].cs2 +++ /dev/null @@ -1,38 +0,0 @@ -// 1479 -[proc,script1479](string $string0)(int) -$string0 = escape($string0); -~script41(interface_762:com_74); -%varclient_1 = 0; -~script1464; -if_sethide(true, interface_762:com_99); -if (string_length($string0) = 0) { - if_settext("Bank of RuneScape (no search entered)", interface_762:com_24); - if_sethide(false, interface_762:com_100); - ~script1455; - return(0); -} else { - if_settext("Bank of RuneScape (search: '<$string0>')", interface_762:com_24); - if_sethide(true, interface_762:com_100); -} -def_int $int0 = inv_size(inv_95); -def_int $int1 = 0; -def_int $int2 = 0; -if_setscrollpos(0, 0, interface_762:com_73); -while ($int1 < $int0) { - if (string_indexof_string(lowercase(oc_name(inv_getobj(inv_95, $int1))), lowercase($string0), 0) ! -1) { - if (cc_find(interface_762:com_73, $int1) = true) { - cc_setposition(calc(44 * ($int2 % 10) + 8), calc($int2 / 10 * 44 + 5), ^setpos_abs_left, ^setpos_abs_top); - cc_sethide(false); - $int2 = calc($int2 + 1); - } - } else if (cc_find(interface_762:com_73, $int1) = true) { - cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); - cc_sethide(true); - } - $int1 = calc($int1 + 1); -} -if ($int2 = 0) { - if_sethide(false, interface_762:com_99); -} -~script1458($int2); -return($int2); diff --git a/dumps/530/script/[proc,script147].cs2 b/dumps/530/script/[proc,script147].cs2 deleted file mode 100644 index 629334084..000000000 --- a/dumps/530/script/[proc,script147].cs2 +++ /dev/null @@ -1,62 +0,0 @@ -// 147 -[proc,script147](int $int0, int $int1) -switch_int ($int0) { - case 0 : - %varclient_12 = $int1; - case 1 : - %varclient_13 = $int1; - case 2 : - %varclient_14 = $int1; - case 3 : - %varclient_15 = $int1; - case 4 : - %varclient_16 = $int1; - case 5 : - %varclient_17 = $int1; - case 6 : - %varclient_18 = $int1; - case 7 : - %varclient_19 = $int1; - case 8 : - %varclient_20 = $int1; - case 9 : - %varclient_21 = $int1; - case 10 : - %varclient_22 = $int1; - case 11 : - %varclient_23 = $int1; - case 12 : - %varclient_24 = $int1; - case 13 : - %varclient_25 = $int1; - case 14 : - %varclient_26 = $int1; - case 15 : - %varclient_27 = $int1; - case 16 : - %varclient_28 = $int1; - case 17 : - %varclient_29 = $int1; - case 18 : - %varclient_30 = $int1; - case 19 : - %varclient_31 = $int1; - case 20 : - %varclient_32 = $int1; - case 21 : - %varclient_33 = $int1; - case 22 : - %varclient_34 = $int1; - case 23 : - %varclient_35 = $int1; - case 24 : - %varclient_36 = $int1; - case 25 : - %varclient_37 = $int1; - case 26 : - %varclient_38 = $int1; - case 27 : - %varclient_39 = $int1; - case -1 : - %varclient_212 = $int1; -} diff --git a/dumps/530/script/[proc,script1487].cs2 b/dumps/530/script/[proc,script1487].cs2 deleted file mode 100644 index 2c16a7193..000000000 --- a/dumps/530/script/[proc,script1487].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1487 -[proc,script1487] -def_string $string0 = ""; -if (%varplayer_115 = 0) { - if_setgraphic("bank_buttons_new2,0", interface_762:com_16); - if_setgraphic("bank_buttons_new1,4", interface_762:com_17); - $string0 = "Switch to note withdrawal mode"; -} else { - if_setgraphic("bank_buttons_new2,2", interface_762:com_16); - if_setgraphic("bank_buttons_new1,5", interface_762:com_17); - $string0 = "Switch to item withdrawal mode"; -} -if_setop(1, $string0, interface_762:com_16); -if_setonmouserepeat("script38(event_com, interface_762:com_101, $string0, 25, 150)", interface_762:com_16); diff --git a/dumps/530/script/[proc,script148].cs2 b/dumps/530/script/[proc,script148].cs2 deleted file mode 100644 index 6f968ab99..000000000 --- a/dumps/530/script/[proc,script148].cs2 +++ /dev/null @@ -1,62 +0,0 @@ -// 148 -[proc,script148](int $int0)(int) -switch_int ($int0) { - case 0 : - return(%varclient_12); - case 1 : - return(%varclient_13); - case 2 : - return(%varclient_14); - case 3 : - return(%varclient_15); - case 4 : - return(%varclient_16); - case 5 : - return(%varclient_17); - case 6 : - return(%varclient_18); - case 7 : - return(%varclient_19); - case 8 : - return(%varclient_20); - case 9 : - return(%varclient_21); - case 10 : - return(%varclient_22); - case 11 : - return(%varclient_23); - case 12 : - return(%varclient_24); - case 13 : - return(%varclient_25); - case 14 : - return(%varclient_26); - case 15 : - return(%varclient_27); - case 16 : - return(%varclient_28); - case 17 : - return(%varclient_29); - case 18 : - return(%varclient_30); - case 19 : - return(%varclient_31); - case 20 : - return(%varclient_32); - case 21 : - return(%varclient_33); - case 22 : - return(%varclient_34); - case 23 : - return(%varclient_35); - case 24 : - return(%varclient_36); - case 25 : - return(%varclient_37); - case 26 : - return(%varclient_38); - case 27 : - return(%varclient_39); - case -1 : - return(%varclient_212); -} diff --git a/dumps/530/script/[proc,script1490].cs2 b/dumps/530/script/[proc,script1490].cs2 deleted file mode 100644 index b60f4d280..000000000 --- a/dumps/530/script/[proc,script1490].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1490 -[proc,script1490] -def_string $string0 = ""; -if (%varplayer_304 = 0) { - if_setgraphic("bank_buttons_new2,0", interface_762:com_14); - if_setgraphic("bank_buttons_new1,2", interface_762:com_15); - $string0 = "Switch to insert items mode"; -} else { - if_setgraphic("bank_buttons_new2,2", interface_762:com_14); - if_setgraphic("bank_buttons_new1,3", interface_762:com_15); - $string0 = "Switch to swap items mode"; -} -if_setop(1, $string0, interface_762:com_14); -if_setonmouserepeat("script38(event_com, interface_762:com_101, $string0, 25, 150)", interface_762:com_14); diff --git a/dumps/530/script/[proc,script14].cs2 b/dumps/530/script/[proc,script14].cs2 deleted file mode 100644 index 61d17b64f..000000000 --- a/dumps/530/script/[proc,script14].cs2 +++ /dev/null @@ -1,74 +0,0 @@ -// 14 -[proc,script14](int $int0, int $int1, int $int2)(int, obj, string, string) -if ($int0 = 1) { - return(~script982($int1, $int2)); -} -if ($int0 = 2) { - return(~script984($int1, $int2)); -} -if ($int0 = 5) { - return(~script978($int1, $int2)); -} -if ($int0 = 3) { - return(~script1010($int1, $int2)); -} -if ($int0 = 7) { - return(~script1004($int1, $int2)); -} -if ($int0 = 4) { - return(~script996($int1, $int2)); -} -if ($int0 = 6) { - return(~script994($int1, $int2)); -} -if ($int0 = 8) { - return(~script1008($int1, $int2)); -} -if ($int0 = 9) { - return(~script1002($int1, $int2)); -} -if ($int0 = 10) { - return(~script992($int1, $int2)); -} -if ($int0 = 11) { - return(~script1000($int1, $int2)); -} -if ($int0 = 19) { - return(~script980($int1, $int2)); -} -if ($int0 = 13) { - return(~script1016($int1, $int2)); -} -if ($int0 = 14) { - return(~script1022($int1, $int2)); -} -if ($int0 = 15) { - return(~script998($int1, $int2)); -} -if ($int0 = 16) { - return(~script1018($int1, $int2)); -} -if ($int0 = 17) { - return(~script986($int1, $int2)); -} -if ($int0 = 18) { - return(~script990($int1, $int2)); -} -if ($int0 = 12) { - return(~script1012($int1, $int2)); -} -if ($int0 = 20) { - return(~script988($int1, $int2)); -} -if ($int0 = 21) { - return(~script1014($int1, $int2)); -} -if ($int0 = 22) { - return(~script3($int1, $int2)); -} -if ($int0 = 23) { - return(~script1006($int1, $int2)); -} -if ($int0 = 24) { - return(~script1020($int1, $int2)); -} diff --git a/dumps/530/script/[proc,script1500].cs2 b/dumps/530/script/[proc,script1500].cs2 deleted file mode 100644 index 8e3dc0e18..000000000 --- a/dumps/530/script/[proc,script1500].cs2 +++ /dev/null @@ -1,39 +0,0 @@ -// 1500 -[proc,script1500](int $int0, int $int1) -if (~script706($int1) > 0) { - if ($int0 = 1) { - if (%varclient_188 = 1) { - ~script1474; - } - ~script1455; - ~script1457(~script1467($int1)); - ~script1463($int1); - if_setscrollpos(0, ~script704($int1), interface_762:com_73); - ~script157(interface_762:com_95, interface_762:com_73, if_getscrolly(interface_762:com_73), 1); - } else if ($int0 = 2) { - if ($int1 = 2) { - %varclient_204 = %varclient_205; - } - if ($int1 <= 3) { - %varclient_205 = %varclient_206; - } - if ($int1 <= 4) { - %varclient_206 = %varclient_207; - } - if ($int1 <= 5) { - %varclient_207 = %varclient_208; - } - if ($int1 <= 6) { - %varclient_208 = %varclient_209; - } - if ($int1 <= 7) { - %varclient_209 = %varclient_210; - } - if ($int1 <= 8) { - %varclient_210 = %varclient_211; - } - if ($int1 <= 9) { - %varclient_211 = 0; - } - } -} diff --git a/dumps/530/script/[proc,script1510].cs2 b/dumps/530/script/[proc,script1510].cs2 deleted file mode 100644 index bc51f71e7..000000000 --- a/dumps/530/script/[proc,script1510].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1510 -[proc,script1510] -if (getwindowmode >= 2) { - if_setgraphic(graphic_1204, interface_768:com_5); - if_setalpha(true, interface_768:com_5); -} else { - if_setgraphic(chat_background, interface_768:com_5); - if_setalpha(false, interface_768:com_5); -} diff --git a/dumps/530/script/[proc,script1514].cs2 b/dumps/530/script/[proc,script1514].cs2 deleted file mode 100644 index 541ba4162..000000000 --- a/dumps/530/script/[proc,script1514].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1514 -[proc,script1514] -if (%varplayer_170 = 1 & string_length(if_gettext(interface_769:com_2)) > 0) { - if_sethide(false, interface_769:com_2); - if_sethide(true, interface_769:com_1); - return; -} else { - if_sethide(false, interface_769:com_1); - if_sethide(true, interface_769:com_2); - return; -} diff --git a/dumps/530/script/[proc,script1516].cs2 b/dumps/530/script/[proc,script1516].cs2 deleted file mode 100644 index 3abeb38dd..000000000 --- a/dumps/530/script/[proc,script1516].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1516 -[proc,script1516] -if_sethide(false, interface_768:com_5); -if_sethide(false, interface_768:com_6); -if_sethide(false, interface_768:com_10); -if (%varplayer_170 = 1 & string_length(if_gettext(interface_768:com_8)) > 0) { - if_sethide(false, interface_768:com_8); - if_sethide(true, interface_768:com_7); - if_setposition(14, 27, ^setpos_abs_left, ^setpos_abs_top, interface_768:com_7); - if_setsize(478, 110, ^setsize_abs, ^setsize_abs, interface_768:com_7); - if_setposition(14, 27, ^setpos_abs_left, ^setpos_abs_top, interface_768:com_8); - if_setsize(478, 110, ^setsize_abs, ^setsize_abs, interface_768:com_8); - if_sethide(true, interface_768:com_9); - return; -} else { - if_sethide(false, interface_768:com_7); - if_setposition(62, 27, ^setpos_abs_left, ^setpos_abs_top, interface_768:com_7); - if_setsize(430, 110, ^setsize_abs, ^setsize_abs, interface_768:com_7); - if_sethide(true, interface_768:com_8); - if_setposition(62, 27, ^setpos_abs_left, ^setpos_abs_top, interface_768:com_8); - if_setsize(430, 110, ^setsize_abs, ^setsize_abs, interface_768:com_8); - if_sethide(false, interface_768:com_9); - return; -} diff --git a/dumps/530/script/[proc,script1517].cs2 b/dumps/530/script/[proc,script1517].cs2 deleted file mode 100644 index ba39ee28d..000000000 --- a/dumps/530/script/[proc,script1517].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1517 -[proc,script1517] -if_sethide(true, interface_768:com_5); -if_sethide(true, interface_768:com_10); -if_sethide(true, interface_768:com_6); -if_sethide(true, interface_768:com_8); -if_sethide(true, interface_768:com_7); -if_sethide(true, interface_768:com_9); diff --git a/dumps/530/script/[proc,script1522].cs2 b/dumps/530/script/[proc,script1522].cs2 deleted file mode 100644 index 08b270075..000000000 --- a/dumps/530/script/[proc,script1522].cs2 +++ /dev/null @@ -1,87 +0,0 @@ -// 1522 -[proc,script1522](component $component0) -if (%varplayerbit_4895 ! 2) { - return; -} -if (%varplayer_281 = 1000) { - if_setcolour(0x99ff00, $component0); - return; -} else if (%varplayer_281 = 0) { - if_setcolour(0xff1e1e, $component0); - return; -} else { - switch_component ($component0) { - case interface_761:com_10 : - if (%varplayer_281 >= 90) { - if_setcolour(0x99ff00, $component0); - } else if (%varplayer_281 = 0) { - if_setcolour(0xff1e1e, $component0); - } else { - if_setcolour(0xffff66, $component0); - } - case interface_761:com_11 : - if (%varplayer_281 >= 180) { - if_setcolour(0x99ff00, $component0); - } else if (%varplayer_281 < 100) { - if_setcolour(0xff1e1e, $component0); - } else { - if_setcolour(0xffff66, $component0); - } - case interface_761:com_12 : - if (%varplayerbit_4926 >= 50) { - if_setcolour(0x99ff00, $component0); - } else if (%varplayerbit_4926 = 0) { - if_setcolour(0xff1e1e, $component0); - } else { - if_setcolour(0xffff66, $component0); - } - case interface_761:com_13 : - if (%varplayerbit_4927 >= 20) { - if_setcolour(0x99ff00, $component0); - } else if (%varplayerbit_4927 = 0) { - if_setcolour(0xff1e1e, $component0); - } else { - if_setcolour(0xffff66, $component0); - } - case interface_761:com_14 : - if (%varplayerbit_4928 >= 25) { - if_setcolour(0x99ff00, $component0); - } else if (%varplayerbit_4928 = 0) { - if_setcolour(0xff1e1e, $component0); - } else { - if_setcolour(0xffff66, $component0); - } - case interface_761:com_15 : - if (%varplayerbit_4929 >= 25) { - if_setcolour(0x99ff00, $component0); - } else if (%varplayerbit_4929 = 0) { - if_setcolour(0xff1e1e, $component0); - } else { - if_setcolour(0xffff66, $component0); - } - case interface_761:com_16 : - if (%varplayerbit_4935 >= 15) { - if_setcolour(0x99ff00, $component0); - } else if (%varplayerbit_4935 = 0) { - if_setcolour(0xff1e1e, $component0); - } else { - if_setcolour(0xffff66, $component0); - } - case interface_761:com_17 : - if (%varplayerbit_4936 >= 20) { - if_setcolour(0x99ff00, $component0); - } else if (%varplayerbit_4936 = 0) { - if_setcolour(0xff1e1e, $component0); - } else { - if_setcolour(0xffff66, $component0); - } - case interface_761:com_18 : - if (%varplayer_281 = 1000) { - if_setcolour(0x99ff00, $component0); - } else if (%varplayer_281 < 190) { - if_setcolour(0xff1e1e, $component0); - } else { - if_setcolour(0xffff66, $component0); - } - } -} diff --git a/dumps/530/script/[proc,script1526].cs2 b/dumps/530/script/[proc,script1526].cs2 deleted file mode 100644 index 4d0e988a9..000000000 --- a/dumps/530/script/[proc,script1526].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1526 -[proc,script1526] -%varclient_194 = 0; -%varclient_195 = 1; diff --git a/dumps/530/script/[proc,script1529].cs2 b/dumps/530/script/[proc,script1529].cs2 deleted file mode 100644 index b8eb31f08..000000000 --- a/dumps/530/script/[proc,script1529].cs2 +++ /dev/null @@ -1,53 +0,0 @@ -// 1529 -[proc,script1529] -if (%varclient_194 > 11 | %varclient_194 < 0) { - %varclient_194 = 0; -} -def_int $int0 = ~script1531; -def_int $int1 = 0; -def_boolean $boolean2 = false; -def_component $component3 = null; -def_int $int4 = 0; -def_int $int5 = 0; -while ($int1 = 0 & %varclient_194 <= 11) { - if (%varclient_194 = 0) { - $int5 = calc($int5 + 1); - if_sethide(false, interface_765:com_2); - if_setposition(1, $int4, ^setpos_abs_left, ^setpos_abs_top, interface_765:com_2); - $int4 = calc($int4 + 16); - } else { - $boolean2, $component3 = ~script1530(%varclient_194); - if ($boolean2 = true) { - if ($component3 ! null) { - if_sethide(true, $component3); - } - } else if ($boolean2 = false) { - $int5 = calc($int5 + 1); - if_sethide(false, $component3); - if_setposition(1, $int4, ^setpos_abs_left, ^setpos_abs_top, $component3); - $int4 = calc($int4 + 16); - if (%varclient_194 = enum(npc, int, enum_1629, npc_7958)) { - %varclient_194 = calc(%varclient_194 + 1); - } - } - } - if (%varclient_195 = 1 & $int5 = 5 & $int0 = 4 | %varclient_195 = 2 & $int5 = 5 & $int0 = 8) { - $int1 = 1; - } else if (%varclient_195 = 1 & $int5 = 4 & $int0 > 4 | %varclient_195 = 2 & $int5 = 4 & $int0 > 8) { - if_sethide(false, interface_765:com_9); - if_setposition(1, $int4, ^setpos_abs_left, ^setpos_abs_top, interface_765:com_9); - if_settext("More.", interface_765:com_9); - $int5 = calc($int5 + 1); - $int1 = 1; - } - if (%varclient_195 > 1 & %varclient_194 >= 11 & $int5 < 5) { - if_sethide(false, interface_765:com_9); - if_settext("Back.", interface_765:com_9); - if_setposition(1, $int4, ^setpos_abs_left, ^setpos_abs_top, interface_765:com_9); - $int1 = 1; - } - %varclient_194 = calc(%varclient_194 + 1); - if ($int5 = 5) { - $int1 = 1; - } -} diff --git a/dumps/530/script/[proc,script1530].cs2 b/dumps/530/script/[proc,script1530].cs2 deleted file mode 100644 index 0b08167be..000000000 --- a/dumps/530/script/[proc,script1530].cs2 +++ /dev/null @@ -1,57 +0,0 @@ -// 1530 -[proc,script1530](int $int0)(boolean, component) -def_npc $npc1 = enum(int, npc, enum_1630, $int0); -switch_npc ($npc1) { - case npc_7951 : - if (%varplayerbit_4926 = 50) { - return(true, interface_765:com_1); - } else { - return(false, interface_765:com_1); - } - case npc_7955 : - if (%varplayerbit_4927 = 20) { - return(true, interface_765:com_3); - } else { - return(false, interface_765:com_3); - } - case npc_7953 : - if (compare(if_gettext(interface_765:com_4), "remove") = 0 | %varplayerbit_4928 = 25) { - return(true, interface_765:com_4); - } else { - return(false, interface_765:com_4); - } - case npc_7952 : - if (compare(if_gettext(interface_765:com_5), "remove") = 0 | %varplayerbit_4929 = 25) { - return(true, interface_765:com_5); - } else { - return(false, interface_765:com_5); - } - case npc_7957 : - return(true, null); - case npc_7961 : - if (%varplayerbit_4931 = 30) { - return(true, interface_765:com_6); - } else { - return(false, interface_765:com_6); - } - case npc_7956 : - return(true, null); - case npc_7959, npc_7958 : - return(true, null); - case npc_7960 : - if (%varplayerbit_4935 = 15) { - return(true, interface_765:com_7); - } else { - return(false, interface_765:com_7); - } - case npc_7967 : - if (compare(if_gettext(interface_765:com_8), "remove") = 0 | %varplayerbit_4936 = 20) { - return(true, interface_765:com_8); - } else { - return(false, interface_765:com_8); - } - case npc_0 : - return(true, interface_765:com_9); - case default : - return(true, interface_765:com_9); -} diff --git a/dumps/530/script/[proc,script1531].cs2 b/dumps/530/script/[proc,script1531].cs2 deleted file mode 100644 index 60bd97659..000000000 --- a/dumps/530/script/[proc,script1531].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 1531 -[proc,script1531]()(int) -def_int $int0 = 0; -if (%varplayerbit_4926 < 50) { - $int0 = calc($int0 + 1); -} -if (%varplayerbit_4927 < 20) { - $int0 = calc($int0 + 1); -} -if (%varplayerbit_4928 < 25) { - $int0 = calc($int0 + 1); -} -if (%varplayerbit_4931 < 30) { - $int0 = calc($int0 + 1); -} -if (%varplayerbit_4929 < 25) { - $int0 = calc($int0 + 1); -} -if (%varplayerbit_4935 < 15) { - $int0 = calc($int0 + 1); -} -if (%varplayerbit_4936 < 20) { - $int0 = calc($int0 + 1); -} -return($int0); diff --git a/dumps/530/script/[proc,script1535].cs2 b/dumps/530/script/[proc,script1535].cs2 deleted file mode 100644 index b7b5d752a..000000000 --- a/dumps/530/script/[proc,script1535].cs2 +++ /dev/null @@ -1,161 +0,0 @@ -// 1535 -[proc,script1535](int $int0, int $int1)(int) -switch_int ($int0) { - case 0 : - if ($int1 = 0) { - if (~script55 = ~script57) { - return(2); - } else if (~script55 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 1) { - if (~script519 = ~script689) { - return(2); - } else if (~script519 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 2) { - if (~script1100 = ~script1106) { - return(2); - } else if (~script1100 > 0) { - return(1); - } else { - return(0); - } - } - case 1 : - if ($int1 = 0) { - if (~script1108 = ~script1112) { - return(2); - } else if (~script1108 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 1) { - if (~script1113 = ~script1114) { - return(2); - } else if (~script1113 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 2) { - if (~script1115 = ~script1116) { - return(2); - } else if (~script1115 > 0) { - return(1); - } else { - return(0); - } - } - case 3 : - if ($int1 = 0) { - if (~script1541 = ~script1542) { - return(2); - } else if (~script1541 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 1) { - if (~script1543 = ~script1544) { - return(2); - } else if (~script1543 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 2) { - if (~script1545 = ~script1546) { - return(2); - } else if (~script1545 > 0) { - return(1); - } else { - return(0); - } - } - case 4 : - if ($int1 = 0) { - if (~script1981 = ~script1984) { - return(2); - } else if (~script1981 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 1) { - if (~script1982 = ~script1985) { - return(2); - } else if (~script1982 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 2) { - if (~script1983 = ~script1986) { - return(2); - } else if (~script1983 > 0) { - return(1); - } else { - return(0); - } - } - case 5 : - if ($int1 = 0) { - if (~script1975 = ~script1976) { - return(2); - } else if (~script1975 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 1) { - if (~script1977 = ~script1978) { - return(2); - } else if (~script1977 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 2) { - if (~script1979 = ~script1980) { - return(2); - } else if (~script1979 > 0) { - return(1); - } else { - return(0); - } - } - case 6 : - if ($int1 = 0) { - if (~script2034 = ~script2035) { - return(2); - } else if (~script2034 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 1) { - if (~script2036 = ~script2037) { - return(2); - } else if (~script2036 > 0) { - return(1); - } else { - return(0); - } - } else if ($int1 = 2) { - if (~script2038 = ~script2039) { - return(2); - } else if (~script2038 > 0) { - return(1); - } else { - return(0); - } - } -} -return(0); diff --git a/dumps/530/script/[proc,script1536].cs2 b/dumps/530/script/[proc,script1536].cs2 deleted file mode 100644 index 690ae4724..000000000 --- a/dumps/530/script/[proc,script1536].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1536 -[proc,script1536] -~script1539(0, ~script56(0), ~script1535(0, 0), ~script1535(0, 1), ~script1535(0, 2)); -~script1539(1, ~script56(1), ~script1535(1, 0), ~script1535(1, 1), ~script1535(1, 2)); -~script1539(3, ~script56(3), ~script1535(3, 0), ~script1535(3, 1), ~script1535(3, 2)); -~script1539(4, ~script56(4), ~script1535(4, 0), ~script1535(4, 1), ~script1535(4, 2)); -~script1539(5, ~script56(5), ~script1535(5, 0), ~script1535(5, 1), ~script1535(5, 2)); -~script1539(6, ~script56(6), ~script1535(6, 0), ~script1535(6, 1), ~script1535(6, 2)); diff --git a/dumps/530/script/[proc,script1537].cs2 b/dumps/530/script/[proc,script1537].cs2 deleted file mode 100644 index 0cd95c157..000000000 --- a/dumps/530/script/[proc,script1537].cs2 +++ /dev/null @@ -1,36 +0,0 @@ -// 1537 -[proc,script1537](int $int0, int $int1)(int) -def_int $int2 = 0; -def_enum $enum3 = null; -while (enum(int, enum, enum_1634, $int2) ! null) { - $int2 = calc($int2 + 1); -} -def_component $componentarray0($int2); -def_int $int4 = $int2; -$int2 = 0; -while ($int2 < $int4) { - $enum3 = enum(int, enum, enum_1634, $int2); - $componentarray0($int2) = enum(int, component, $enum3, 0); - $int2 = calc($int2 + 1); -} -~script0(componentarray0, 0, calc($int4 - 1)); -def_int $int5 = $int0; -def_int $int6 = $int1; -if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, interface_259:com_1); -$int2 = 0; -while ($int2 < $int4) { - $enum3 = enum(component, enum, enum_1636, $componentarray0($int2)); - $int5 = 14; - $int6 = calc($int6 + 22); - if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, $enum3, 0)); - $int5 = 28; - $int6 = calc($int6 + 14); - if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, $enum3, 1)); - $int6 = calc($int6 + 14); - if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, $enum3, 2)); - $int6 = calc($int6 + 14); - if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, $enum3, 3)); - $int6 = calc($int6 + 14); - $int2 = calc($int2 + 1); -} -return($int6); diff --git a/dumps/530/script/[proc,script1538].cs2 b/dumps/530/script/[proc,script1538].cs2 deleted file mode 100644 index 7ed92c7d0..000000000 --- a/dumps/530/script/[proc,script1538].cs2 +++ /dev/null @@ -1,37 +0,0 @@ -// 1538 -[proc,script1538](int $int0, int $int1)(int) -def_int $int2 = 0; -def_enum $enum3 = null; -while (enum(int, enum, enum_1635, $int2) ! null) { - $int2 = calc($int2 + 1); -} -def_component $componentarray0($int2); -def_int $int4 = $int2; -$int2 = 0; -while ($int2 < $int4) { - $enum3 = enum(int, enum, enum_1635, $int2); - $componentarray0($int2) = enum(int, component, $enum3, 0); - $int2 = calc($int2 + 1); -} -~script0(componentarray0, 0, calc($int4 - 1)); -def_int $int5 = $int0; -def_int $int6 = $int1; -$int5 = 14; -if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, interface_259:com_6); -$int2 = 0; -while ($int2 < $int4) { - $enum3 = enum(component, enum, enum_1636, $componentarray0($int2)); - $int5 = 14; - $int6 = calc($int6 + 22); - $int5 = 14; - if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, $enum3, 0)); - $int5 = 28; - $int6 = calc($int6 + 14); - if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, $enum3, 1)); - $int6 = calc($int6 + 14); - if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, $enum3, 2)); - $int6 = calc($int6 + 14); - if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, enum(int, component, $enum3, 3)); - $int2 = calc($int2 + 1); -} -return($int6); diff --git a/dumps/530/script/[proc,script1539].cs2 b/dumps/530/script/[proc,script1539].cs2 deleted file mode 100644 index 6591b08da..000000000 --- a/dumps/530/script/[proc,script1539].cs2 +++ /dev/null @@ -1,44 +0,0 @@ -// 1539 -[proc,script1539](int $int0, int $int1, int $int2, int $int3, int $int4) -def_enum $enum5 = enum(int, enum, enum_1633, $int0); -def_int $int6 = 0; -if ($int1 = 0) { - while ($int6 <= 3) { - if_setcolour(^red, enum(int, component, $enum5, $int6)); - $int6 = calc($int6 + 1); - } - return; -} -$int6 = 0; -if ($int1 = 2) { - while ($int6 <= 3) { - if_setcolour(^green, enum(int, component, $enum5, $int6)); - $int6 = calc($int6 + 1); - } - return; -} -if_setcolour(^yellow, enum(int, component, $enum5, 0)); -if ($int2 = 2) { - if_setcolour(^green, enum(int, component, $enum5, 1)); -} else if ($int2 = 1) { - if_setcolour(^yellow, enum(int, component, $enum5, 1)); -} -if ($int2 = 0) { - if_setcolour(^red, enum(int, component, $enum5, 1)); -} -if ($int3 = 2) { - if_setcolour(^green, enum(int, component, $enum5, 2)); -} else if ($int3 = 1) { - if_setcolour(^yellow, enum(int, component, $enum5, 2)); -} -if ($int3 = 0) { - if_setcolour(^red, enum(int, component, $enum5, 2)); -} -if ($int4 = 2) { - if_setcolour(^green, enum(int, component, $enum5, 3)); -} else if ($int4 = 1) { - if_setcolour(^yellow, enum(int, component, $enum5, 3)); -} -if ($int4 = 0) { - if_setcolour(^red, enum(int, component, $enum5, 3)); -} diff --git a/dumps/530/script/[proc,script153].cs2 b/dumps/530/script/[proc,script153].cs2 deleted file mode 100644 index 127ad2b7c..000000000 --- a/dumps/530/script/[proc,script153].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 153 -[proc,script153](component $component0, inv $inv1, int $int2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -cc_deleteall($component0); -def_int $int6 = 0; -def_int $int7 = 0; -if (if_getscrollwidth($component0) > 0) { - $int6 = calc((if_getscrollwidth($component0) - 36 * $int2) / ($int2 - 1)); -} else { - $int6 = calc((if_getwidth($component0) - 36 * $int2) / ($int2 - 1)); -} -if (if_getscrollheight($component0) > 0) { - $int7 = calc((if_getscrollheight($component0) - 32 * $int3) / ($int3 - 1)); -} else { - $int7 = calc((if_getheight($component0) - 32 * $int3) / ($int3 - 1)); -} -def_int $int8 = 0; -while ($int8 <= calc($int2 * $int3)) { - cc_create($component0, ^iftype_graphic, $int8); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc((36 + $int6) * ($int8 % $int2)), calc($int8 / $int2 * (32 + $int7)), ^setpos_abs_left, ^setpos_abs_top); - ~script154($inv1, $int8, $component0, $int8, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); - $int8 = calc($int8 + 1); -} diff --git a/dumps/530/script/[proc,script1541].cs2 b/dumps/530/script/[proc,script1541].cs2 deleted file mode 100644 index 8511322ae..000000000 --- a/dumps/530/script/[proc,script1541].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1541 -[proc,script1541]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + %varplayerbit_4949); -$int0 = calc($int0 + %varplayerbit_4950); -$int0 = calc($int0 + %varplayerbit_4951); -$int0 = calc($int0 + %varplayerbit_4952); -$int0 = calc($int0 + %varplayerbit_4953); -$int0 = calc($int0 + %varplayerbit_4954); -$int0 = calc($int0 + %varplayerbit_4955); -$int0 = calc($int0 + %varplayerbit_4956); -$int0 = calc($int0 + %varplayerbit_4957); -$int0 = calc($int0 + %varplayerbit_4958); -$int0 = calc($int0 + %varplayerbit_4959); -$int0 = calc($int0 + %varplayerbit_4960); -$int0 = calc($int0 + %varplayerbit_4961); -$int0 = calc($int0 + %varplayerbit_4962); -$int0 = calc($int0 + %varplayerbit_4963); -$int0 = calc($int0 + %varplayerbit_4964); -$int0 = calc($int0 + %varplayerbit_4965); -$int0 = calc($int0 + %varplayerbit_4966); -$int0 = calc($int0 + %varplayerbit_4967); -$int0 = calc($int0 + %varplayerbit_4968); -$int0 = calc($int0 + %varplayerbit_4969); -$int0 = calc($int0 + %varplayerbit_4970); -$int0 = calc($int0 + %varplayerbit_4971); -return($int0); diff --git a/dumps/530/script/[proc,script1542].cs2 b/dumps/530/script/[proc,script1542].cs2 deleted file mode 100644 index a25443406..000000000 --- a/dumps/530/script/[proc,script1542].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1542 -[proc,script1542]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script1543].cs2 b/dumps/530/script/[proc,script1543].cs2 deleted file mode 100644 index 6b4b7f7ab..000000000 --- a/dumps/530/script/[proc,script1543].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1543 -[proc,script1543]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + %varplayerbit_4972); -$int0 = calc($int0 + %varplayerbit_4973); -$int0 = calc($int0 + %varplayerbit_4974); -$int0 = calc($int0 + %varplayerbit_4975); -$int0 = calc($int0 + %varplayerbit_4976); -$int0 = calc($int0 + %varplayerbit_4977); -$int0 = calc($int0 + %varplayerbit_4978); -$int0 = calc($int0 + %varplayerbit_4979); -$int0 = calc($int0 + %varplayerbit_4980); -$int0 = calc($int0 + %varplayerbit_4981); -$int0 = calc($int0 + %varplayerbit_4982); -$int0 = calc($int0 + %varplayerbit_4983); -$int0 = calc($int0 + %varplayerbit_4984); -$int0 = calc($int0 + %varplayerbit_4985); -$int0 = calc($int0 + %varplayerbit_4986); -$int0 = calc($int0 + %varplayerbit_4987); -$int0 = calc($int0 + %varplayerbit_4988); -$int0 = calc($int0 + %varplayerbit_4989); -$int0 = calc($int0 + %varplayerbit_4991); -return($int0); diff --git a/dumps/530/script/[proc,script1544].cs2 b/dumps/530/script/[proc,script1544].cs2 deleted file mode 100644 index f91d40382..000000000 --- a/dumps/530/script/[proc,script1544].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 1544 -[proc,script1544]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script1545].cs2 b/dumps/530/script/[proc,script1545].cs2 deleted file mode 100644 index 16e1def2d..000000000 --- a/dumps/530/script/[proc,script1545].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1545 -[proc,script1545]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + %varplayerbit_4992); -$int0 = calc($int0 + %varplayerbit_4993); -$int0 = calc($int0 + %varplayerbit_4994); -$int0 = calc($int0 + %varplayerbit_4995); -$int0 = calc($int0 + %varplayerbit_4996); -$int0 = calc($int0 + %varplayerbit_4997); -$int0 = calc($int0 + %varplayerbit_4998); -$int0 = calc($int0 + %varplayerbit_4999); -$int0 = calc($int0 + %varplayerbit_5000); -$int0 = calc($int0 + %varplayerbit_5001); -$int0 = calc($int0 + %varplayerbit_5002); -$int0 = calc($int0 + %varplayerbit_5003); -return($int0); diff --git a/dumps/530/script/[proc,script1546].cs2 b/dumps/530/script/[proc,script1546].cs2 deleted file mode 100644 index 619792af7..000000000 --- a/dumps/530/script/[proc,script1546].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1546 -[proc,script1546]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script1548].cs2 b/dumps/530/script/[proc,script1548].cs2 deleted file mode 100644 index 950168e6f..000000000 --- a/dumps/530/script/[proc,script1548].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1548 -[proc,script1548](int $int0) -if ($int0 = 0 | $int0 = %varclient_5) { - if_sethide(true, interface_752:com_3); - if_sethide(true, interface_752:com_6); - if_sethide(false, interface_752:com_7); - ~script2026; - %varclient_5 = 0; -} -if (getwindowmode >= 2) { - ~script1364; -} diff --git a/dumps/530/script/[proc,script1549].cs2 b/dumps/530/script/[proc,script1549].cs2 deleted file mode 100644 index 6735ef927..000000000 --- a/dumps/530/script/[proc,script1549].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1549 -[proc,script1549] -if (%varclient_11 = 1) { - if_close; -} -if (getwindowmode >= 2) { - if_sethide(false, interface_746:com_70); -} -if_sethide(false, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_sethide(true, interface_752:com_7); -if_settext("Enter the name of the item you wish to search for:", interface_752:com_4); -if_settext("*", interface_752:com_5); -%varclient_5 = 11; -%varclientstring_22 = ""; -if_setonclick(null, interface_752:com_3); -~script2026; -if_setonkey("script112(event_keycode, event_keychar)", interface_752:com_5); -~script1188; diff --git a/dumps/530/script/[proc,script154].cs2 b/dumps/530/script/[proc,script154].cs2 deleted file mode 100644 index eed27bb02..000000000 --- a/dumps/530/script/[proc,script154].cs2 +++ /dev/null @@ -1,42 +0,0 @@ -// 154 -[proc,script154](inv $inv0, int $int1, component $component2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -def_string $string9 = ""; -if (cc_find($component2, $int3) = true) { - if (inv_getobj($inv0, $int1) ! null) { - $string9 = ""; - cc_setobject(inv_getobj($inv0, $int1), inv_getnum($inv0, $int1)); - cc_setopbase($string9); - cc_setop(1, $string0); - cc_setop(2, $string1); - cc_setop(3, $string2); - cc_setop(4, $string3); - cc_setop(5, $string4); - cc_setop(6, $string5); - cc_setop(7, $string6); - cc_setop(8, $string7); - cc_setop(9, $string8); - cc_setop(10, "Examine"); - if ($int4 > 0) { - cc_setdragdeadzone(5); - cc_setdragdeadtime(10); - } - if ($int4 = 1) { - cc_setondragcomplete("script155($inv0, event_comsubid, event_comsubid2, event_com, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8)"); - } else if ($int4 = 2) { - cc_setondragcomplete("script156($inv0, event_comsubid, event_comsubid2, event_com, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8)"); - } - if ($int4 ! 0 & $component5 ! null) { - cc_setondrag("script162($int1, $component2, $component5, event_mousey)"); - } - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - } else { - cc_setobject_nonum(null, 0); - cc_clearops; - if ($int4 > 0) { - cc_setdragdeadzone(0); - cc_setdragdeadtime(0); - } - cc_setondragcomplete(null); - } -} diff --git a/dumps/530/script/[proc,script1560].cs2 b/dumps/530/script/[proc,script1560].cs2 deleted file mode 100644 index 462ab7879..000000000 --- a/dumps/530/script/[proc,script1560].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1560 -[proc,script1560] -~script1361(interface_771:com_37); -if_setonmouseleave("script40(interface_771:com_399)", interface_771:com_37); -if_setonmouseover(null, interface_771:com_37); -if_setonmouseleave("script1358(interface_771:com_399, event_com)", interface_771:com_40); -if_setonmouseover("script97(event_com)", interface_771:com_40); -~script680(interface_771:com_40); -~script1361(interface_771:com_49); -if_setonmouseleave("script40(interface_771:com_399)", interface_771:com_49); -if_setonmouseover(null, interface_771:com_49); -if_setonmouseleave("script1358(interface_771:com_399, event_com)", interface_771:com_52); -if_setonmouseover("script97(event_com)", interface_771:com_52); -~script680(interface_771:com_52); diff --git a/dumps/530/script/[proc,script1561].cs2 b/dumps/530/script/[proc,script1561].cs2 deleted file mode 100644 index cfd271a26..000000000 --- a/dumps/530/script/[proc,script1561].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1561 -[proc,script1561](component $component0, graphic $graphic1, component $component2) -if_setgraphic($graphic1, $component0); -if_setonmouseover(null, $component0); -if_setonmouseleave("script40($component2)", $component0); diff --git a/dumps/530/script/[proc,script1562].cs2 b/dumps/530/script/[proc,script1562].cs2 deleted file mode 100644 index 4d09372b5..000000000 --- a/dumps/530/script/[proc,script1562].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1562 -[proc,script1562](component $component0, graphic $graphic1, graphic $graphic2, component $component3) -if_setgraphic($graphic2, $component0); -if_setonmouseover("script44($component0, $graphic1)", $component0); -if_setonmouseleave("script299($component3, $component0, $graphic2)", $component0); diff --git a/dumps/530/script/[proc,script1564].cs2 b/dumps/530/script/[proc,script1564].cs2 deleted file mode 100644 index 396573c9b..000000000 --- a/dumps/530/script/[proc,script1564].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1564 -[proc,script1564] -~script1561(interface_771:com_14, "bank_tabs,1", interface_771:com_403); -~script1562(interface_771:com_16, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_18, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_20, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -if_settext("Mouse", interface_771:com_13); -if_sethide(false, interface_771:com_22); -if_sethide(true, interface_771:com_23); -if_sethide(true, interface_771:com_24); -if_sethide(true, interface_771:com_25); -if_sethide(true, interface_771:com_26); -if_sethide(true, interface_771:com_28); -if_sethide(true, interface_771:com_29); -if (%varplayer_170 = 0) { - if_setgraphic("wild_ditch_sign_button,0", interface_771:com_40); - if_setgraphic("wild_ditch_sign_button,1", interface_771:com_37); -} else { - if_setgraphic("wild_ditch_sign_button,1", interface_771:com_40); - if_setgraphic("wild_ditch_sign_button,0", interface_771:com_37); -} diff --git a/dumps/530/script/[proc,script1566].cs2 b/dumps/530/script/[proc,script1566].cs2 deleted file mode 100644 index 674a550ed..000000000 --- a/dumps/530/script/[proc,script1566].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1566 -[proc,script1566] -~script1561(interface_771:com_16, "bank_tabs,1", interface_771:com_403); -~script1562(interface_771:com_14, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_18, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_20, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -if_settext("Gender", interface_771:com_13); -if_sethide(true, interface_771:com_22); -if_sethide(false, interface_771:com_23); -if_sethide(true, interface_771:com_24); -if_sethide(true, interface_771:com_25); -if_sethide(true, interface_771:com_26); -if_sethide(true, interface_771:com_28); -if_sethide(true, interface_771:com_29); -if (gender = 1) { - if_setgraphic("wild_ditch_sign_button,0", interface_771:com_49); - if_setgraphic("wild_ditch_sign_button,1", interface_771:com_52); -} else { - if_setgraphic("wild_ditch_sign_button,1", interface_771:com_49); - if_setgraphic("wild_ditch_sign_button,0", interface_771:com_52); -} diff --git a/dumps/530/script/[proc,script1568].cs2 b/dumps/530/script/[proc,script1568].cs2 deleted file mode 100644 index 015cc9b0c..000000000 --- a/dumps/530/script/[proc,script1568].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1568 -[proc,script1568] -~script1561(interface_771:com_18, "bank_tabs,1", interface_771:com_403); -~script1562(interface_771:com_14, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_16, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_20, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -if_settext("Head", interface_771:com_13); -if_sethide(true, interface_771:com_22); -if_sethide(true, interface_771:com_23); -if_sethide(false, interface_771:com_24); -if_sethide(true, interface_771:com_25); -if_sethide(true, interface_771:com_26); -if_sethide(true, interface_771:com_28); -if_sethide(true, interface_771:com_29); -if (gender = 1) { - if_sethide(true, interface_771:com_94); -} else { - if_sethide(false, interface_771:com_94); -} diff --git a/dumps/530/script/[proc,script1570].cs2 b/dumps/530/script/[proc,script1570].cs2 deleted file mode 100644 index 7e538e068..000000000 --- a/dumps/530/script/[proc,script1570].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1570 -[proc,script1570] -~script1561(interface_771:com_20, "bank_tabs,1", interface_771:com_403); -~script1562(interface_771:com_14, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_16, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_18, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -if_settext("Body", interface_771:com_13); -if_sethide(true, interface_771:com_22); -if_sethide(true, interface_771:com_23); -if_sethide(true, interface_771:com_24); -if_sethide(false, interface_771:com_25); -if (map_lang = 2) { - if_setposition(346, 29, ^setpos_abs_left, ^setpos_abs_top, interface_771:com_177); -} -if_sethide(true, interface_771:com_26); -if_sethide(true, interface_771:com_28); -if_sethide(true, interface_771:com_29); diff --git a/dumps/530/script/[proc,script1571].cs2 b/dumps/530/script/[proc,script1571].cs2 deleted file mode 100644 index f85be33b9..000000000 --- a/dumps/530/script/[proc,script1571].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1571 -[proc,script1571] -~script1562(interface_771:com_14, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_16, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_18, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -~script1562(interface_771:com_20, "bank_tabs,0", "bank_tabs,3", interface_771:com_403); -if_settext("Body", interface_771:com_13); -if_sethide(true, interface_771:com_22); -if_sethide(true, interface_771:com_23); -if_sethide(true, interface_771:com_24); -if_sethide(true, interface_771:com_25); -if_sethide(false, interface_771:com_26); diff --git a/dumps/530/script/[proc,script157].cs2 b/dumps/530/script/[proc,script157].cs2 deleted file mode 100644 index b0b5bafc8..000000000 --- a/dumps/530/script/[proc,script157].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 157 -[proc,script157](component $component0, component $component1, int $int2, int $int3) -def_int $int4 = calc(if_getscrollheight($component1) - if_getheight($component1)); -if ($int2 < 0) { - $int2 = 0; -} -if ($int2 > $int4) { - $int2 = $int4; -} -if_setscrollpos(0, $int2, $component1); -def_int $int5 = 0; -if (cc_find($component0, 1) = true) { - $int5 = calc(if_getheight($component0) - 32 - cc_getheight); - if ($int3 = 1) { - cc_setposition(0, calc(16 + $int5 * $int2 / $int4), ^setpos_abs_left, ^setpos_abs_top); - if (.cc_find($component0, 2) = true) { - .cc_setposition(0, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - } - if (.cc_find($component0, 3) = true) { - .cc_setposition(0, calc(cc_gety + cc_getheight - 5), ^setpos_abs_left, ^setpos_abs_top); - } - } -} diff --git a/dumps/530/script/[proc,script160].cs2 b/dumps/530/script/[proc,script160].cs2 deleted file mode 100644 index 9309b3389..000000000 --- a/dumps/530/script/[proc,script160].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 160 -[proc,script160](component $component0, inv $inv1, int $int2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -cc_deleteall($component0); -def_int $int6 = 0; -def_int $int7 = 0; -if (if_getscrollwidth($component0) > 0) { - $int6 = calc((if_getscrollwidth($component0) - 36 * $int2) / ($int2 - 1)); -} else { - $int6 = calc((if_getwidth($component0) - 36 * $int2) / ($int2 - 1)); -} -if (if_getscrollheight($component0) > 0) { - $int7 = calc((if_getscrollheight($component0) - 32 * $int3) / ($int3 - 1)); -} else { - $int7 = calc((if_getheight($component0) - 32 * $int3) / ($int3 - 1)); -} -def_int $int8 = 0; -while ($int8 <= calc($int2 * $int3)) { - cc_create($component0, ^iftype_graphic, $int8); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(calc((36 + $int6) * ($int8 % $int2)), calc($int8 / $int2 * (32 + $int7)), ^setpos_abs_left, ^setpos_abs_top); - ~script161($inv1, $int8, $component0, $int8, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8); - $int8 = calc($int8 + 1); -} diff --git a/dumps/530/script/[proc,script1612].cs2 b/dumps/530/script/[proc,script1612].cs2 deleted file mode 100644 index 534ef8bf8..000000000 --- a/dumps/530/script/[proc,script1612].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1612 -[proc,script1612](component $component0, int $int1, int $int2) -if_setgraphic(graphic_1439, $component0); -if_setonmouseleave("script40(interface_771:com_400)", $component0); -if_setonmouseover(null, $component0); -basecolour($int1, $int2); -%varclient_94 = $int2; diff --git a/dumps/530/script/[proc,script161].cs2 b/dumps/530/script/[proc,script161].cs2 deleted file mode 100644 index 9c1162ad7..000000000 --- a/dumps/530/script/[proc,script161].cs2 +++ /dev/null @@ -1,47 +0,0 @@ -// 161 -[proc,script161](inv $inv0, int $int1, component $component2, int $int3, int $int4, component $component5, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5, string $string6, string $string7, string $string8) -if (cc_find($component2, $int3) = true) { - if (invother_getobj($inv0, $int1) ! null) { - cc_setobject(invother_getobj($inv0, $int1), invother_getnum($inv0, $int1)); - cc_setopbase(oc_name(invother_getobj($inv0, $int1))); - cc_setop(1, $string0); - cc_setop(2, $string1); - cc_setop(3, $string2); - cc_setop(4, $string3); - cc_setop(5, $string4); - cc_setop(6, $string5); - cc_setop(7, $string6); - cc_setop(8, $string7); - cc_setop(9, $string8); - cc_setop(10, "Examine"); - if ($int4 > 0) { - cc_setdragdeadzone(5); - cc_setdragdeadtime(10); - } - if ($int4 = 1) { - cc_setondragcomplete("script155($inv0, event_comsubid, event_comsubid2, event_com, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8)"); - } else if ($int4 = 2) { - cc_setondragcomplete("script156($inv0, event_comsubid, event_comsubid2, event_com, $int4, $component5, $string0, $string1, $string2, $string3, $string4, $string5, $string6, $string7, $string8)"); - } - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - } else { - cc_setobject(null, 0); - cc_setopbase(""); - cc_setop(1, ""); - cc_setop(2, ""); - cc_setop(3, ""); - cc_setop(4, ""); - cc_setop(5, ""); - cc_setop(6, ""); - cc_setop(7, ""); - cc_setop(8, ""); - cc_setop(9, ""); - cc_setop(10, ""); - if ($int4 > 0) { - cc_setdragdeadzone(0); - cc_setdragdeadtime(0); - } - cc_setondragcomplete(null); - } -} diff --git a/dumps/530/script/[proc,script166].cs2 b/dumps/530/script/[proc,script166].cs2 deleted file mode 100644 index 85fcf54d6..000000000 --- a/dumps/530/script/[proc,script166].cs2 +++ /dev/null @@ -1,74 +0,0 @@ -// 166 -[proc,script166](int $int0)(int) -switch_int ($int0) { - case 1 : - return(%varplayerbit_3851); - case 2 : - return(%varplayerbit_3852); - case 3 : - return(%varplayerbit_3853); - case 4 : - return(%varplayerbit_3854); - case 5 : - return(%varplayerbit_3855); - case 6 : - return(%varplayerbit_3856); - case 7 : - return(%varplayerbit_3857); - case 8 : - return(%varplayerbit_3858); - case 9 : - return(%varplayerbit_3859); - case 10 : - return(%varplayerbit_3860); - case 11 : - return(%varplayerbit_3861); - case 12 : - return(%varplayerbit_3862); - case 13 : - return(%varplayerbit_3863); - case 14 : - return(%varplayerbit_3864); - case 15 : - return(%varplayerbit_3865); - case 16 : - return(%varplayerbit_3866); - case 17 : - return(%varplayerbit_3867); - case 18 : - return(%varplayerbit_3868); - case 19 : - return(%varplayerbit_3869); - case 20 : - return(%varplayerbit_3870); - case 21 : - return(%varplayerbit_4199); - case 22 : - if (%varplayerbit_5294 = 1) { - return(7); - } - return(0); - case 23 : - return(%varplayerbit_3871); - case 24 : - return(%varplayerbit_3872); - case 25 : - return(%varplayerbit_3946); - case 26 : - return(%varplayerbit_4132); - case 27 : - return(%varplayerbit_4307); - case 28 : - return(%varplayerbit_4308); - case 29 : - return(%varplayerbit_4309); - case 30 : - return(%varplayerbit_5366); - case 31 : - if (%varplayerbit_5295 = 1) { - return(7); - } - return(0); - case 32 : - return(%varplayerbit_5396); -} diff --git a/dumps/530/script/[proc,script1710].cs2 b/dumps/530/script/[proc,script1710].cs2 deleted file mode 100644 index f0ee292bd..000000000 --- a/dumps/530/script/[proc,script1710].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1710 -[proc,script1710] -%varclient_87 = %varplayerbit_4208; -if (gender < 1) { - %varclient_88 = %varplayerbit_4209; -} -%varclient_89 = %varplayerbit_4210; -%varclient_90 = %varplayerbit_4211; -%varclient_91 = %varplayerbit_4212; -%varclient_92 = %varplayerbit_4213; -%varclient_93 = %varplayerbit_4214; -%varclient_94 = %varplayerbit_4215; -%varclient_95 = %varplayerbit_4216; -%varclient_96 = %varplayerbit_4217; -%varclient_97 = %varplayerbit_4218; -%varclient_98 = %varplayerbit_4219; diff --git a/dumps/530/script/[proc,script1711].cs2 b/dumps/530/script/[proc,script1711].cs2 deleted file mode 100644 index 488db8d86..000000000 --- a/dumps/530/script/[proc,script1711].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 1711 -[proc,script1711] -~script1710; -baseidkit(0, enum(int, idkit, enum_701, %varclient_87)); -baseidkit(1, enum(int, idkit, enum_703, %varclient_88)); -baseidkit(2, enum(int, idkit, enum_1128, %varclient_89)); -baseidkit(3, enum(int, idkit, enum_1130, %varclient_90)); -baseidkit(4, enum(int, idkit, enum_1132, %varclient_91)); -baseidkit(5, enum(int, idkit, enum_1134, %varclient_92)); -baseidkit(6, enum(int, idkit, enum_1136, %varclient_93)); -basecolour(0, %varplayerbit_4215); -basecolour(1, %varplayerbit_4216); -basecolour(2, %varplayerbit_4217); -basecolour(3, %varplayerbit_4218); -basecolour(4, %varplayerbit_4219); -~script1717; -~script1718; -~script1719; -~script1720; -~script1721; diff --git a/dumps/530/script/[proc,script1712].cs2 b/dumps/530/script/[proc,script1712].cs2 deleted file mode 100644 index 7a6a7862f..000000000 --- a/dumps/530/script/[proc,script1712].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1712 -[proc,script1712] -~script1710; -baseidkit(0, enum(int, idkit, enum_701, %varclient_87)); -baseidkit(1, enum(int, idkit, enum_703, %varclient_88)); -basecolour(0, %varplayerbit_4215); -basecolour(4, %varplayerbit_4219); -~script1717; -~script1718; -~script1719; -~script1720; -~script1721; diff --git a/dumps/530/script/[proc,script1713].cs2 b/dumps/530/script/[proc,script1713].cs2 deleted file mode 100644 index e1b7e0a73..000000000 --- a/dumps/530/script/[proc,script1713].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1713 -[proc,script1713] -~script1710; -baseidkit(2, enum(int, idkit, enum_1128, %varclient_89)); -baseidkit(3, enum(int, idkit, enum_1130, %varclient_90)); -baseidkit(4, enum(int, idkit, enum_1132, %varclient_91)); -baseidkit(5, enum(int, idkit, enum_1134, %varclient_92)); -baseidkit(6, enum(int, idkit, enum_1136, %varclient_93)); -basecolour(1, %varplayerbit_4216); -basecolour(2, %varplayerbit_4217); -basecolour(3, %varplayerbit_4218); -~script1717; -~script1718; -~script1719; -~script1720; -~script1721; diff --git a/dumps/530/script/[proc,script1714].cs2 b/dumps/530/script/[proc,script1714].cs2 deleted file mode 100644 index 5da7a051b..000000000 --- a/dumps/530/script/[proc,script1714].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 1714 -[proc,script1714] -~script1710; -baseidkit(7, enum(int, idkit, enum_689, %varclient_87)); -baseidkit(1, null); -baseidkit(9, enum(int, idkit, enum_1129, %varclient_89)); -baseidkit(10, enum(int, idkit, enum_1131, %varclient_90)); -baseidkit(11, enum(int, idkit, enum_1133, %varclient_91)); -baseidkit(12, enum(int, idkit, enum_1135, %varclient_92)); -baseidkit(13, enum(int, idkit, enum_1137, %varclient_93)); -basecolour(0, %varplayerbit_4215); -basecolour(1, %varplayerbit_4216); -basecolour(2, %varplayerbit_4217); -basecolour(3, %varplayerbit_4218); -basecolour(4, %varplayerbit_4219); -~script1717; -~script1718; -~script1719; -~script1720; -~script1721; diff --git a/dumps/530/script/[proc,script1715].cs2 b/dumps/530/script/[proc,script1715].cs2 deleted file mode 100644 index 48d69039c..000000000 --- a/dumps/530/script/[proc,script1715].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 1715 -[proc,script1715] -~script1710; -baseidkit(7, enum(int, idkit, enum_689, %varclient_87)); -baseidkit(1, null); -basecolour(0, %varplayerbit_4215); -basecolour(4, %varplayerbit_4219); -~script1717; -~script1718; -~script1719; -~script1720; -~script1721; diff --git a/dumps/530/script/[proc,script1716].cs2 b/dumps/530/script/[proc,script1716].cs2 deleted file mode 100644 index 70740ea8f..000000000 --- a/dumps/530/script/[proc,script1716].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1716 -[proc,script1716] -~script1710; -baseidkit(9, enum(int, idkit, enum_1129, %varclient_89)); -baseidkit(10, enum(int, idkit, enum_1131, %varclient_90)); -baseidkit(11, enum(int, idkit, enum_1133, %varclient_91)); -baseidkit(12, enum(int, idkit, enum_1135, %varclient_92)); -baseidkit(13, enum(int, idkit, enum_1137, %varclient_93)); -basecolour(1, %varplayerbit_4216); -basecolour(2, %varplayerbit_4217); -basecolour(3, %varplayerbit_4218); -~script1717; -~script1718; -~script1719; -~script1720; -~script1721; diff --git a/dumps/530/script/[proc,script1717].cs2 b/dumps/530/script/[proc,script1717].cs2 deleted file mode 100644 index 7f6bdcb84..000000000 --- a/dumps/530/script/[proc,script1717].cs2 +++ /dev/null @@ -1,79 +0,0 @@ -// 1717 -[proc,script1717] -def_graphic $graphic0 = graphic_1438; -def_graphic $graphic1 = graphic_1437; -if_setgraphic(graphic_1437, interface_771:com_100); -if_setgraphic(graphic_1437, interface_771:com_101); -if_setgraphic(graphic_1437, interface_771:com_102); -if_setgraphic(graphic_1437, interface_771:com_103); -if_setgraphic(graphic_1437, interface_771:com_104); -if_setgraphic(graphic_1437, interface_771:com_105); -if_setgraphic(graphic_1437, interface_771:com_106); -if_setgraphic(graphic_1437, interface_771:com_107); -if_setgraphic(graphic_1437, interface_771:com_108); -if_setgraphic(graphic_1437, interface_771:com_109); -if_setgraphic(graphic_1437, interface_771:com_110); -if_setgraphic(graphic_1437, interface_771:com_111); -if_setgraphic(graphic_1437, interface_771:com_112); -if_setgraphic(graphic_1437, interface_771:com_113); -if_setgraphic(graphic_1437, interface_771:com_114); -if_setgraphic(graphic_1437, interface_771:com_115); -if_setgraphic(graphic_1437, interface_771:com_116); -if_setgraphic(graphic_1437, interface_771:com_117); -if_setgraphic(graphic_1437, interface_771:com_118); -if_setgraphic(graphic_1437, interface_771:com_119); -if_setgraphic(graphic_1437, interface_771:com_120); -if_setgraphic(graphic_1437, interface_771:com_121); -if_setgraphic(graphic_1437, interface_771:com_122); -if_setgraphic(graphic_1437, interface_771:com_123); -if_setgraphic(graphic_1437, interface_771:com_124); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_100); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_101); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_102); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_103); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_104); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_105); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_106); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_107); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_108); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_109); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_110); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_111); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_112); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_113); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_114); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_115); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_116); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_117); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_118); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_119); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_120); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_121); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_122); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_123); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_124); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_100); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_101); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_102); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_103); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_104); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_105); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_106); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_107); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_108); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_109); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_110); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_111); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_112); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_113); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_114); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_115); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_116); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_117); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_118); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_119); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_120); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_121); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_122); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_123); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_124); diff --git a/dumps/530/script/[proc,script1718].cs2 b/dumps/530/script/[proc,script1718].cs2 deleted file mode 100644 index 1128e2a13..000000000 --- a/dumps/530/script/[proc,script1718].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 1718 -[proc,script1718] -def_graphic $graphic0 = graphic_1438; -def_graphic $graphic1 = graphic_1437; -if_setgraphic(graphic_1437, interface_771:com_151); -if_setgraphic(graphic_1437, interface_771:com_152); -if_setgraphic(graphic_1437, interface_771:com_153); -if_setgraphic(graphic_1437, interface_771:com_154); -if_setgraphic(graphic_1437, interface_771:com_155); -if_setgraphic(graphic_1437, interface_771:com_156); -if_setgraphic(graphic_1437, interface_771:com_157); -if_setgraphic(graphic_1437, interface_771:com_158); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_151); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_152); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_153); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_154); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_155); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_156); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_157); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_158); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_151); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_152); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_153); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_154); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_155); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_156); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_157); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_158); diff --git a/dumps/530/script/[proc,script1719].cs2 b/dumps/530/script/[proc,script1719].cs2 deleted file mode 100644 index d1c313ca7..000000000 --- a/dumps/530/script/[proc,script1719].cs2 +++ /dev/null @@ -1,91 +0,0 @@ -// 1719 -[proc,script1719] -def_graphic $graphic0 = graphic_1438; -def_graphic $graphic1 = graphic_1437; -if_setgraphic(graphic_1437, interface_771:com_189); -if_setgraphic(graphic_1437, interface_771:com_190); -if_setgraphic(graphic_1437, interface_771:com_191); -if_setgraphic(graphic_1437, interface_771:com_192); -if_setgraphic(graphic_1437, interface_771:com_193); -if_setgraphic(graphic_1437, interface_771:com_194); -if_setgraphic(graphic_1437, interface_771:com_195); -if_setgraphic(graphic_1437, interface_771:com_196); -if_setgraphic(graphic_1437, interface_771:com_197); -if_setgraphic(graphic_1437, interface_771:com_198); -if_setgraphic(graphic_1437, interface_771:com_199); -if_setgraphic(graphic_1437, interface_771:com_200); -if_setgraphic(graphic_1437, interface_771:com_201); -if_setgraphic(graphic_1437, interface_771:com_202); -if_setgraphic(graphic_1437, interface_771:com_203); -if_setgraphic(graphic_1437, interface_771:com_204); -if_setgraphic(graphic_1437, interface_771:com_205); -if_setgraphic(graphic_1437, interface_771:com_206); -if_setgraphic(graphic_1437, interface_771:com_207); -if_setgraphic(graphic_1437, interface_771:com_208); -if_setgraphic(graphic_1437, interface_771:com_209); -if_setgraphic(graphic_1437, interface_771:com_210); -if_setgraphic(graphic_1437, interface_771:com_211); -if_setgraphic(graphic_1437, interface_771:com_212); -if_setgraphic(graphic_1437, interface_771:com_213); -if_setgraphic(graphic_1437, interface_771:com_214); -if_setgraphic(graphic_1437, interface_771:com_215); -if_setgraphic(graphic_1437, interface_771:com_216); -if_setgraphic(graphic_1437, interface_771:com_217); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_189); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_190); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_191); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_192); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_193); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_194); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_195); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_196); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_197); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_198); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_199); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_200); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_201); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_202); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_203); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_204); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_205); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_206); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_207); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_208); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_209); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_210); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_211); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_212); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_213); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_214); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_215); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_216); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_217); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_189); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_190); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_191); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_192); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_193); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_194); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_195); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_196); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_197); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_198); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_199); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_200); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_201); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_202); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_203); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_204); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_205); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_206); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_207); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_208); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_209); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_210); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_211); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_212); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_213); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_214); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_215); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_216); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_217); diff --git a/dumps/530/script/[proc,script1720].cs2 b/dumps/530/script/[proc,script1720].cs2 deleted file mode 100644 index 59cc61b2a..000000000 --- a/dumps/530/script/[proc,script1720].cs2 +++ /dev/null @@ -1,91 +0,0 @@ -// 1720 -[proc,script1720] -def_graphic $graphic0 = graphic_1438; -def_graphic $graphic1 = graphic_1437; -if_setgraphic(graphic_1437, interface_771:com_248); -if_setgraphic(graphic_1437, interface_771:com_249); -if_setgraphic(graphic_1437, interface_771:com_250); -if_setgraphic(graphic_1437, interface_771:com_251); -if_setgraphic(graphic_1437, interface_771:com_252); -if_setgraphic(graphic_1437, interface_771:com_253); -if_setgraphic(graphic_1437, interface_771:com_254); -if_setgraphic(graphic_1437, interface_771:com_255); -if_setgraphic(graphic_1437, interface_771:com_256); -if_setgraphic(graphic_1437, interface_771:com_257); -if_setgraphic(graphic_1437, interface_771:com_258); -if_setgraphic(graphic_1437, interface_771:com_259); -if_setgraphic(graphic_1437, interface_771:com_260); -if_setgraphic(graphic_1437, interface_771:com_261); -if_setgraphic(graphic_1437, interface_771:com_262); -if_setgraphic(graphic_1437, interface_771:com_263); -if_setgraphic(graphic_1437, interface_771:com_264); -if_setgraphic(graphic_1437, interface_771:com_265); -if_setgraphic(graphic_1437, interface_771:com_266); -if_setgraphic(graphic_1437, interface_771:com_267); -if_setgraphic(graphic_1437, interface_771:com_268); -if_setgraphic(graphic_1437, interface_771:com_269); -if_setgraphic(graphic_1437, interface_771:com_270); -if_setgraphic(graphic_1437, interface_771:com_271); -if_setgraphic(graphic_1437, interface_771:com_272); -if_setgraphic(graphic_1437, interface_771:com_273); -if_setgraphic(graphic_1437, interface_771:com_274); -if_setgraphic(graphic_1437, interface_771:com_275); -if_setgraphic(graphic_1437, interface_771:com_276); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_248); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_249); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_250); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_251); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_252); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_253); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_254); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_255); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_256); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_257); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_258); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_259); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_260); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_261); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_262); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_263); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_264); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_265); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_266); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_267); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_268); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_269); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_270); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_271); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_272); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_273); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_274); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_275); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_276); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_248); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_249); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_250); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_251); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_252); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_253); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_254); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_255); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_256); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_257); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_258); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_259); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_260); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_261); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_262); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_263); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_264); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_265); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_266); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_267); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_268); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_269); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_270); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_271); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_272); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_273); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_274); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_275); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_276); diff --git a/dumps/530/script/[proc,script1721].cs2 b/dumps/530/script/[proc,script1721].cs2 deleted file mode 100644 index 360a5f690..000000000 --- a/dumps/530/script/[proc,script1721].cs2 +++ /dev/null @@ -1,22 +0,0 @@ -// 1721 -[proc,script1721] -def_graphic $graphic0 = graphic_1438; -def_graphic $graphic1 = graphic_1437; -if_setgraphic(graphic_1437, interface_771:com_307); -if_setgraphic(graphic_1437, interface_771:com_308); -if_setgraphic(graphic_1437, interface_771:com_309); -if_setgraphic(graphic_1437, interface_771:com_310); -if_setgraphic(graphic_1437, interface_771:com_311); -if_setgraphic(graphic_1437, interface_771:com_312); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_307); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_308); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_309); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_310); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_311); -if_setonmouseover("script44(event_com, $graphic0)", interface_771:com_312); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_307); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_308); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_309); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_310); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_311); -if_setonmouseleave("script299(interface_771:com_400, event_com, $graphic1)", interface_771:com_312); diff --git a/dumps/530/script/[proc,script1725].cs2 b/dumps/530/script/[proc,script1725].cs2 deleted file mode 100644 index 364277bd2..000000000 --- a/dumps/530/script/[proc,script1725].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1725 -[proc,script1725](component $component0) -if_sethide(false, $component0); -if_setontimer("script1726($component0)", $component0); diff --git a/dumps/530/script/[proc,script1728].cs2 b/dumps/530/script/[proc,script1728].cs2 deleted file mode 100644 index c581901af..000000000 --- a/dumps/530/script/[proc,script1728].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 1728 -[proc,script1728](component $component0) -if_setontimer(null, $component0); -if_settrans(0, $component0); diff --git a/dumps/530/script/[proc,script1730].cs2 b/dumps/530/script/[proc,script1730].cs2 deleted file mode 100644 index 7fccbe0d7..000000000 --- a/dumps/530/script/[proc,script1730].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1730 -[proc,script1730](component $component0) -if (%varclient_198 ! 1) { - if_sethide(false, $component0); - %varclient_198 = 1; - if_setontimer("script1731($component0, if_gettext($component0))", $component0); -} diff --git a/dumps/530/script/[proc,script1735].cs2 b/dumps/530/script/[proc,script1735].cs2 deleted file mode 100644 index 56934ad9e..000000000 --- a/dumps/530/script/[proc,script1735].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1735 -[proc,script1735](component $component0, int $int1) -if (cc_find($component0, $int1) = true) { - cc_sethide(false); - cc_setontimer("script1736($component0, $int1)"); -} diff --git a/dumps/530/script/[proc,script1738].cs2 b/dumps/530/script/[proc,script1738].cs2 deleted file mode 100644 index bed816592..000000000 --- a/dumps/530/script/[proc,script1738].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1738 -[proc,script1738](component $component0, int $int1) -if (cc_find($component0, $int1) = true) { - cc_settrans(0); - cc_setontimer(null); -} diff --git a/dumps/530/script/[proc,script1741].cs2 b/dumps/530/script/[proc,script1741].cs2 deleted file mode 100644 index 8e7d1a5d4..000000000 --- a/dumps/530/script/[proc,script1741].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1741 -[proc,script1741](component $component0) -if (~script42(%varclient_214) = 1) { - if (getwindowmode >= 2) { - if_setgraphic(graphic_1461, $component0); - } else { - if_setgraphic(graphic_1457, $component0); - } - if_setop(1, "Turn run mode off", $component0); -} else { - if (getwindowmode >= 2) { - if_setgraphic(graphic_1459, $component0); - } else { - if_setgraphic(graphic_423, $component0); - } - if_setop(1, "Turn run mode on", $component0); -} diff --git a/dumps/530/script/[proc,script1742].cs2 b/dumps/530/script/[proc,script1742].cs2 deleted file mode 100644 index 1d5d814cd..000000000 --- a/dumps/530/script/[proc,script1742].cs2 +++ /dev/null @@ -1,33 +0,0 @@ -// 1742 -[proc,script1742](int $int0)(component) -switch_int ($int0) { - case 0 : - return(interface_746:com_56); - case 1 : - return(interface_746:com_57); - case 2 : - return(interface_746:com_58); - case 3 : - return(interface_746:com_59); - case 4 : - return(interface_746:com_60); - case 5 : - return(interface_746:com_61); - case 6 : - return(interface_746:com_62); - case 7 : - return(interface_746:com_63); - case 8 : - return(interface_746:com_64); - case 9 : - return(interface_746:com_65); - case 10 : - return(interface_746:com_66); - case 11 : - return(interface_746:com_67); - case 12 : - return(interface_746:com_68); - case 13 : - return(interface_746:com_69); -} -return(null); diff --git a/dumps/530/script/[proc,script1743].cs2 b/dumps/530/script/[proc,script1743].cs2 deleted file mode 100644 index 2261b0f19..000000000 --- a/dumps/530/script/[proc,script1743].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1743 -[proc,script1743]()(int) -def_int $int0 = cc_getx; -def_component $component1 = cc_getlayer; -while ($component1 ! null) { - $int0 = calc($int0 + if_getx($component1)); - $component1 = if_getlayer($component1); -} -return($int0); diff --git a/dumps/530/script/[proc,script1744].cs2 b/dumps/530/script/[proc,script1744].cs2 deleted file mode 100644 index dda473450..000000000 --- a/dumps/530/script/[proc,script1744].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1744 -[proc,script1744]()(int) -def_int $int0 = cc_gety; -def_component $component1 = cc_getlayer; -while ($component1 ! null) { - $int0 = calc($int0 + if_gety($component1)); - $component1 = if_getlayer($component1); -} -return($int0); diff --git a/dumps/530/script/[proc,script1751].cs2 b/dumps/530/script/[proc,script1751].cs2 deleted file mode 100644 index b78116ab9..000000000 --- a/dumps/530/script/[proc,script1751].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1751 -[proc,script1751](int $int0)(string) -if ($int0 < 2) { - return("in a minute"); -} -def_int $int1 = calc($int0 / 60); -$int0 = calc($int0 % 60); -if ($int1 > 1) { - if ($int0 > 1) { - return("in hours minutes"); - } - if ($int0 = 1) { - return("in hours 1 minute"); - } - return("in hours"); -} -if ($int1 = 1) { - if ($int0 > 1) { - return("in 1 hour minutes"); - } - if ($int0 = 1) { - return("in 1 hour 1 minute"); - } - return("in 1 hour"); -} -return("in minutes"); diff --git a/dumps/530/script/[proc,script1766].cs2 b/dumps/530/script/[proc,script1766].cs2 deleted file mode 100644 index 6fddec08f..000000000 --- a/dumps/530/script/[proc,script1766].cs2 +++ /dev/null @@ -1,61 +0,0 @@ -// 1766 -[proc,script1766] -if (%varclient_232 = 0) { - if_setgraphic("side_icons,0", interface_548:com_45); - if_setgraphic("side_icons,0", interface_746:com_56); -} -if (%varclient_233 = 0) { - if_setgraphic("side_icons,1", interface_548:com_46); - if_setgraphic("side_icons,1", interface_746:com_57); -} -if (%varclient_234 = 0) { - if_setgraphic("side_icons,2", interface_548:com_47); - if_setgraphic("side_icons,2", interface_746:com_58); -} -if (%varclient_235 = 0) { - if_setgraphic("side_icons,3", interface_548:com_48); - if_setgraphic("side_icons,3", interface_746:com_59); -} -if (%varclient_236 = 0) { - if_setgraphic("side_icons,4", interface_548:com_49); - if_setgraphic("side_icons,4", interface_746:com_60); -} else if (%varclient_236 = 1) { - if_setgraphic("side_icons,16", interface_548:com_49); - if_setgraphic("side_icons,16", interface_746:com_60); -} -if (%varclient_237 = 0) { - if_setgraphic("side_icons,5", interface_548:com_50); - if_setgraphic("side_icons,5", interface_746:com_61); -} -if (%varclient_238 = 0) { - if_setgraphic("side_icons,6", interface_548:com_51); - if_setgraphic("side_icons,6", interface_746:com_62); -} -if (%varclient_239 = 0) { - if_setgraphic("side_icons,15", interface_548:com_27); - if_setgraphic("side_icons,15", interface_746:com_63); -} -if (%varclient_240 = 0) { - if_setgraphic("side_icons,7", interface_548:com_28); - if_setgraphic("side_icons,7", interface_746:com_64); -} -if (%varclient_241 = 0) { - if_setgraphic("side_icons,8", interface_548:com_29); - if_setgraphic("side_icons,8", interface_746:com_65); -} -if (%varclient_242 = 0) { - if_setgraphic("side_icons,14", interface_548:com_30); - if_setgraphic("side_icons,14", interface_746:com_66); -} -if (%varclient_243 = 0) { - if_setgraphic("side_icons,10", interface_548:com_31); - if_setgraphic("side_icons,10", interface_746:com_67); -} -if (%varclient_244 = 0) { - if_setgraphic("side_icons,11", interface_548:com_32); - if_setgraphic("side_icons,11", interface_746:com_68); -} -if (%varclient_245 = 0) { - if_setgraphic("side_icons,12", interface_548:com_33); - if_setgraphic("side_icons,12", interface_746:com_69); -} diff --git a/dumps/530/script/[proc,script1770].cs2 b/dumps/530/script/[proc,script1770].cs2 deleted file mode 100644 index 0052c173d..000000000 --- a/dumps/530/script/[proc,script1770].cs2 +++ /dev/null @@ -1,75 +0,0 @@ -// 1770 -[proc,script1770] -if (%varclient_246 = 0) { - if_setgraphic("options_radio_buttons,2", interface_791:com_19); - ~script1783(interface_791:com_22, interface_791:com_53, null, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_19); -} -if (%varclient_246 = 1) { - if_setgraphic("options_radio_buttons,2", interface_791:com_24); - ~script1783(interface_791:com_22, interface_791:com_53, interface_791:com_24, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_24); -} -if (%varclient_246 = 2) { - if_setgraphic("options_radio_buttons,2", interface_791:com_27); - ~script1783(interface_791:com_22, interface_791:com_53, interface_791:com_27, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_27); -} -if (%varclient_246 = 3) { - if_setgraphic("options_radio_buttons,2", interface_791:com_30); - ~script1783(interface_791:com_22, interface_791:com_53, interface_791:com_30, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_30); -} -if (%varclient_246 = 4) { - if_setgraphic("options_radio_buttons,2", interface_791:com_33); - ~script1783(interface_791:com_22, interface_791:com_53, interface_791:com_33, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_33); -} -if (%varclient_246 = 5) { - if_setgraphic("options_radio_buttons,2", interface_791:com_36); - ~script1783(interface_791:com_22, interface_791:com_53, interface_791:com_36, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_36); -} -if (%varclient_246 = 6) { - if_setgraphic("options_radio_buttons,2", interface_791:com_39); - ~script1783(interface_791:com_22, interface_791:com_53, interface_791:com_39, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_39); -} -if (%varclient_246 = 7) { - if_setgraphic("options_radio_buttons,2", interface_791:com_42); - ~script1783(interface_791:com_22, interface_791:com_53, interface_791:com_42, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_42); -} -if (%varclient_246 = 8) { - if_setgraphic("options_radio_buttons,2", interface_791:com_45); - ~script1783(interface_791:com_22, interface_791:com_53, interface_791:com_45, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_45); -} -if (%varclient_246 = 9) { - if_setgraphic("options_radio_buttons,2", interface_791:com_48); - ~script1783(interface_791:com_22, interface_791:com_53, interface_791:com_48, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_48); -} -if (%varclient_246 = 10) { - if_setgraphic("options_radio_buttons,2", interface_791:com_51); - ~script1783(interface_791:com_22, interface_791:com_53, interface_791:com_51, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_51); -} -if (%varclient_246 = 15) { - if_setgraphic("options_radio_buttons,2", interface_791:com_55); - ~script1783(interface_791:com_22, interface_791:com_53, null, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_55); -} -~script1784; diff --git a/dumps/530/script/[proc,script1771].cs2 b/dumps/530/script/[proc,script1771].cs2 deleted file mode 100644 index d2fea8d40..000000000 --- a/dumps/530/script/[proc,script1771].cs2 +++ /dev/null @@ -1,81 +0,0 @@ -// 1771 -[proc,script1771] -if (%varclient_247 = 0) { - if_setgraphic("options_radio_buttons,2", interface_791:com_99); - ~script1783(interface_791:com_96, interface_791:com_97, null, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_99); -} -if (%varclient_247 = 1) { - if_setgraphic("options_radio_buttons,2", interface_791:com_59); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_59, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_59); -} -if (%varclient_247 = 2) { - if_setgraphic("options_radio_buttons,2", interface_791:com_62); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_62, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_62); -} -if (%varclient_247 = 3) { - if_setgraphic("options_radio_buttons,2", interface_791:com_65); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_65, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_65); -} -if (%varclient_247 = 4) { - if_setgraphic("options_radio_buttons,2", interface_791:com_68); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_68, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_68); -} -if (%varclient_247 = 5) { - if_setgraphic("options_radio_buttons,2", interface_791:com_71); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_71, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_71); -} -if (%varclient_247 = 6) { - if_setgraphic("options_radio_buttons,2", interface_791:com_74); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_74, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_74); -} -if (%varclient_247 = 7) { - if_setgraphic("options_radio_buttons,2", interface_791:com_77); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_77, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_77); -} -if (%varclient_247 = 8) { - if_setgraphic("options_radio_buttons,2", interface_791:com_80); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_80, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_80); -} -if (%varclient_247 = 9) { - if_setgraphic("options_radio_buttons,2", interface_791:com_83); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_83, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_83); -} -if (%varclient_247 = 10) { - if_setgraphic("options_radio_buttons,2", interface_791:com_86); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_86, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_86); -} -if (%varclient_247 = 11) { - if_setgraphic("options_radio_buttons,2", interface_791:com_89); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_89, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_89); -} -if (%varclient_247 = 12) { - if_setgraphic("options_radio_buttons,2", interface_791:com_92); - ~script1783(interface_791:com_96, interface_791:com_97, interface_791:com_92, -1); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_92); -} -~script1784; diff --git a/dumps/530/script/[proc,script1772].cs2 b/dumps/530/script/[proc,script1772].cs2 deleted file mode 100644 index c1288c3ae..000000000 --- a/dumps/530/script/[proc,script1772].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1772 -[proc,script1772] -if (%varclient_248 = false) { - if_setgraphic("options_radio_buttons,2", interface_791:com_105); - if_setgraphic("options_radio_buttons,0", interface_791:com_108); -} else { - if_setgraphic("options_radio_buttons,0", interface_791:com_105); - if_setgraphic("options_radio_buttons,2", interface_791:com_108); -} -~script1784; diff --git a/dumps/530/script/[proc,script1773].cs2 b/dumps/530/script/[proc,script1773].cs2 deleted file mode 100644 index cd47da6c6..000000000 --- a/dumps/530/script/[proc,script1773].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1773 -[proc,script1773] -if (%varclient_249 = false) { - if_setcolour(^black, interface_791:com_111); - if_setcolour(0xff981f, interface_791:com_112); - if_sethide(true, interface_791:com_114); - if_setcolour(0xff981f, interface_791:com_115); - if_settext("...you keep
your items.", interface_791:com_115); -} else { - if_setcolour(^red, interface_791:com_111); - if_setcolour(^yellow, interface_791:com_112); - if_sethide(false, interface_791:com_114); - if_setcolour(^yellow, interface_791:com_115); - if_settext("...you DROP ALL your items.", interface_791:com_115); -} -~script1784; diff --git a/dumps/530/script/[proc,script1774].cs2 b/dumps/530/script/[proc,script1774].cs2 deleted file mode 100644 index c8a5029c0..000000000 --- a/dumps/530/script/[proc,script1774].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1774 -[proc,script1774] -if (%varclient_250 = false) { - if_setgraphic("options_radio_buttons,2", interface_791:com_121); - if_settrans(0, interface_791:com_120); -} else { - if_setgraphic("options_radio_buttons,1", interface_791:com_121); - if_settrans(225, interface_791:com_120); -} -~script1784; diff --git a/dumps/530/script/[proc,script1775].cs2 b/dumps/530/script/[proc,script1775].cs2 deleted file mode 100644 index 006043fa3..000000000 --- a/dumps/530/script/[proc,script1775].cs2 +++ /dev/null @@ -1,37 +0,0 @@ -// 1775 -[proc,script1775] -switch_int (%varclient_252) { - case 0 : - if_setgraphic("options_radio_buttons,2", interface_791:com_127); - if_sethide(false, interface_791:com_125); - if_sethide(false, interface_791:com_126); - if_sethide(false, interface_791:com_124); - if_sethide(false, interface_791:com_123); - if_settrans(0, interface_791:com_122); - case 1 : - if_setgraphic("options_radio_buttons,2", interface_791:com_127); - if_sethide(true, interface_791:com_125); - if_sethide(true, interface_791:com_126); - if_sethide(false, interface_791:com_124); - if_sethide(false, interface_791:com_123); - if (map_members = true) { - if_settrans(225, interface_791:com_122); - } else { - if_settrans(0, interface_791:com_122); - } - case 2 : - if_setgraphic("options_radio_buttons,2", interface_791:com_127); - if_sethide(true, interface_791:com_125); - if_sethide(true, interface_791:com_126); - if_sethide(true, interface_791:com_124); - if_sethide(false, interface_791:com_123); - if_settrans(225, interface_791:com_122); - case 3 : - if_setgraphic("options_radio_buttons,1", interface_791:com_127); - if_sethide(true, interface_791:com_125); - if_sethide(true, interface_791:com_126); - if_sethide(true, interface_791:com_124); - if_sethide(true, interface_791:com_123); - if_settrans(225, interface_791:com_122); -} -~script1784; diff --git a/dumps/530/script/[proc,script1776].cs2 b/dumps/530/script/[proc,script1776].cs2 deleted file mode 100644 index 359da5b4f..000000000 --- a/dumps/530/script/[proc,script1776].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1776 -[proc,script1776] -if (%varclient_251 = false) { - if_setgraphic("options_radio_buttons,2", interface_791:com_129); - if_settrans(0, interface_791:com_128); -} else { - if_setgraphic("options_radio_buttons,1", interface_791:com_129); - if_settrans(225, interface_791:com_128); -} -~script1784; diff --git a/dumps/530/script/[proc,script1777].cs2 b/dumps/530/script/[proc,script1777].cs2 deleted file mode 100644 index 19ff4cfb9..000000000 --- a/dumps/530/script/[proc,script1777].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1777 -[proc,script1777] -if (%varclient_256 = false) { - if_setgraphic("options_radio_buttons,2", interface_791:com_131); - if_settrans(0, interface_791:com_130); -} else { - if_setgraphic("options_radio_buttons,1", interface_791:com_131); - if_settrans(225, interface_791:com_130); -} -~script1784; diff --git a/dumps/530/script/[proc,script1778].cs2 b/dumps/530/script/[proc,script1778].cs2 deleted file mode 100644 index fbd893426..000000000 --- a/dumps/530/script/[proc,script1778].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1778 -[proc,script1778] -if (%varclient_253 = false) { - if_setgraphic("options_radio_buttons,2", interface_791:com_133); - if_settrans(0, interface_791:com_132); -} else { - if_setgraphic("options_radio_buttons,1", interface_791:com_133); - if_settrans(225, interface_791:com_132); -} -~script1784; diff --git a/dumps/530/script/[proc,script1779].cs2 b/dumps/530/script/[proc,script1779].cs2 deleted file mode 100644 index 96121020c..000000000 --- a/dumps/530/script/[proc,script1779].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1779 -[proc,script1779] -if (%varclient_254 = false) { - if_setgraphic("options_radio_buttons,2", interface_791:com_135); - if_settrans(0, interface_791:com_134); -} else { - if_setgraphic("options_radio_buttons,1", interface_791:com_135); - if_settrans(225, interface_791:com_134); -} -~script1784; diff --git a/dumps/530/script/[proc,script1780].cs2 b/dumps/530/script/[proc,script1780].cs2 deleted file mode 100644 index cb0e639ff..000000000 --- a/dumps/530/script/[proc,script1780].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1780 -[proc,script1780] -if (%varclient_255 = false) { - if_setgraphic("options_radio_buttons,2", interface_791:com_137); - if_settrans(0, interface_791:com_136); -} else { - if_setgraphic("options_radio_buttons,1", interface_791:com_137); - if_settrans(225, interface_791:com_136); -} -~script1784; diff --git a/dumps/530/script/[proc,script1781].cs2 b/dumps/530/script/[proc,script1781].cs2 deleted file mode 100644 index b8ce5a4e1..000000000 --- a/dumps/530/script/[proc,script1781].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1781 -[proc,script1781] -def_int $int0 = 0; -while ($int0 <= 4) { - if (cc_find(interface_791:com_141, calc($int0 * 4)) = true) { - if (%varclient_257 = $int0) { - cc_setgraphic("options_radio_buttons,2"); - ~script1783(interface_791:com_141, interface_791:com_142, interface_791:com_141, calc($int0 * 4 + 3)); - } else if (map_members = false & struct_param(enum(int, struct, enum_1604, $int0), param_557) = true) { - cc_setgraphic("options_radio_buttons,1"); - } else { - cc_setgraphic("options_radio_buttons,0"); - } - } - $int0 = calc($int0 + 1); -} -~script1784; diff --git a/dumps/530/script/[proc,script1782].cs2 b/dumps/530/script/[proc,script1782].cs2 deleted file mode 100644 index bfe8c16a2..000000000 --- a/dumps/530/script/[proc,script1782].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 1782 -[proc,script1782] -if (%varplayer_1149 ! -1) { - ~script1801; - if (%varclient_258 = false) { - ~script1363(interface_791:com_143); - if_setonmouserepeat("script95(event_com)", interface_791:com_143); - if_setonmouseleave("script97(event_com)", interface_791:com_143); - if (%varclient_259 = 0) { - if_settext("Accept", interface_791:com_146); - if_settextfont(b12_full, interface_791:com_146); - } else { - if_settext("Accept -
Opponent has accepted.", interface_791:com_146); - if_settextfont(p11_full, interface_791:com_146); - } - } else { - ~script1360(interface_791:com_143); - if_setonmouserepeat(null, interface_791:com_143); - if_setonmouseleave(null, interface_791:com_143); - if_settext("Waiting for opponent...", interface_791:com_146); - if_settextfont(p12_full, interface_791:com_146); - } -} else { - ~script1802; -} diff --git a/dumps/530/script/[proc,script1783].cs2 b/dumps/530/script/[proc,script1783].cs2 deleted file mode 100644 index c3132d5d3..000000000 --- a/dumps/530/script/[proc,script1783].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1783 -[proc,script1783](component $component0, component $component1, component $component2, int $int3) -if ($component2 = null) { - if (cc_find($component1, 1) = true) { - ~script157($component1, $component0, 0, 1); - } - return; -} -def_int $int4 = 0; -if (cc_find($component2, $int3) = true | $int3 = -1 & if_find($component2) = true) { - $int4 = calc(cc_gety + cc_getheight / 2); - $int4 = calc($int4 - if_getheight($component0) / 2); - if (cc_find($component1, 1) = true) { - ~script157($component1, $component0, $int4, 1); - } -} diff --git a/dumps/530/script/[proc,script1784].cs2 b/dumps/530/script/[proc,script1784].cs2 deleted file mode 100644 index ebc07be37..000000000 --- a/dumps/530/script/[proc,script1784].cs2 +++ /dev/null @@ -1,105 +0,0 @@ -// 1784 -[proc,script1784] -def_int $int0 = 0; -def_int $int1 = calc(if_getwidth(interface_792:com_3) - 16); -def_int $int2 = 0; -$int0, $int2 = ~script1785("~ Winning ~", $int0, $int2, $int1, 1); -$int0, $int2 = ~script1785("Victory is awarded...", $int0, $int2, $int1, 0); -if (%varclient_248 = false) { - $int0, $int2 = ~script1785("...to the team that defeats all its enemies.", $int0, $int2, $int1, 0); -} else { - $int0, $int2 = ~script1785("...to the team that defeats all its enemies, excluding the last five.", $int0, $int2, $int1, 0); -} -if (%varclient_246 > 0 & %varclient_246 < 15) { - $int0, $int2 = ~script1785("OR
...to the team that first achieves kills.", $int0, $int2, $int1, 0); -} -if (%varclient_247 > 0) { - if (%varclient_246 > 0) { - $int0, $int2 = ~script1785("OR
...to the team that scores the most kills <~script1751(enum(int, int, enum_1800, %varclient_247))>.", $int0, $int2, $int1, 0); - } else { - $int0, $int2 = ~script1785("OR
...to the team with the most survivors <~script1751(enum(int, int, enum_1800, %varclient_247))>.", $int0, $int2, $int1, 0); - } -} -$int0 = calc($int0 + 7); -if (%varclient_246 = 0) { - $int0, $int2 = ~script1785("Knock-out mode:
Once war has begun, players may no longer join/rejoin the fight.", $int0, $int2, $int1, 0); -} else { - $int0, $int2 = ~script1785("Run-in mode:
Players may join/rejoin the fight at any time during the war.", $int0, $int2, $int1, 0); - if (%varclient_246 = 15 & %varclient_247 = 0) { - $int0 = calc($int0 + 7); - $int0, $int2 = ~script1785("This war has no time limit or kill target, so it might go on for ages!", $int0, $int2, $int1, 0); - } -} -$int0 = calc($int0 + 7); -$int0, $int2 = ~script1785("~ Item loss ~", $int0, $int2, $int1, 1); -if (%varclient_249 = false) { - $int0, $int2 = ~script1785("On death, players keep their items.", $int0, $int2, $int1, 0); -} else { - $int0, $int2 = ~script1785("On death, players DROP their items.
Players may not teleport.", $int0, $int2, $int1, 0); -} -$int0 = calc($int0 + 7); -$int0, $int2 = ~script1785("~ Combat rules ~", $int0, $int2, $int1, 1); -if (%varclient_250 = false) { - $int0, $int2 = ~script1785("Melee combat is allowed.", $int0, $int2, $int1, 0); -} else { - $int0, $int2 = ~script1785("Melee combat is forbidden.", $int0, $int2, $int1, 0); -} -switch_int (%varclient_252) { - case 0 : - $int0, $int2 = ~script1785("Magical combat is allowed.", $int0, $int2, $int1, 0); - case 1 : - $int0, $int2 = ~script1785("Spells from the standard spellbook are allowed.", $int0, $int2, $int1, 0); - case 2 : - if (map_members = true) { - $int0, $int2 = ~script1785("The Bind, Snare and Entangle spells are allowed.", $int0, $int2, $int1, 0); - } else { - $int0, $int2 = ~script1785("The Bind spell is allowed.", $int0, $int2, $int1, 0); - } - case 3 : - $int0, $int2 = ~script1785("Magical combat is forbidden.", $int0, $int2, $int1, 0); -} -if (%varclient_251 = false) { - $int0, $int2 = ~script1785("Ranged combat is allowed.", $int0, $int2, $int1, 0); -} else { - $int0, $int2 = ~script1785("Ranged combat is forbidden.", $int0, $int2, $int1, 0); -} -if (%varclient_256 = false) { - $int0, $int2 = ~script1785("Prayer is allowed.", $int0, $int2, $int1, 0); -} else { - $int0, $int2 = ~script1785("Prayer is forbidden.", $int0, $int2, $int1, 0); -} -if (map_members = true) { - if (%varclient_253 = false) { - $int0, $int2 = ~script1785("Summoning is allowed.", $int0, $int2, $int1, 0); - } else { - $int0, $int2 = ~script1785("Summoning is forbidden.
Familiars will be dismissed.", $int0, $int2, $int1, 0); - } -} -if (%varclient_254 = false) { - $int0, $int2 = ~script1785("Food is allowed.", $int0, $int2, $int1, 0); -} else { - $int0, $int2 = ~script1785("Food is forbidden.", $int0, $int2, $int1, 0); -} -if (%varclient_255 = false) { - $int0, $int2 = ~script1785("Potions are allowed.", $int0, $int2, $int1, 0); -} else { - $int0, $int2 = ~script1785("Potions are forbidden.
Boosted stats will be reset (excluding Prayer boosts).", $int0, $int2, $int1, 0); -} -$int0 = calc($int0 + 7); -$int0, $int2 = ~script1785("~ Arena ~", $int0, $int2, $int1, 1); -$int0, $int2 = ~script1785(struct_param(enum(int, struct, enum_1604, %varclient_257), param_555), $int0, $int2, $int1, 0); -if ($int0 > if_getheight(interface_792:com_3)) { - if_sethide(false, interface_792:com_4); - if_setposition(7, 46, ^setpos_abs_left, ^setpos_abs_top, interface_792:com_3); - if_setscrollsize(0, $int0, interface_792:com_3); - ~script31(interface_792:com_4, interface_792:com_3, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); - if (cc_find(interface_792:com_4, 1) = true) { - ~script37(interface_792:com_4, interface_792:com_3, if_getscrolly(interface_792:com_3), true); - } -} else { - cc_deleteall(interface_792:com_4); - if_sethide(true, interface_792:com_4); - if_setposition(15, 46, ^setpos_abs_left, ^setpos_abs_top, interface_792:com_3); - if_setscrollsize(0, 0, interface_792:com_3); - if_setscrollpos(0, 0, interface_792:com_3); -} diff --git a/dumps/530/script/[proc,script1785].cs2 b/dumps/530/script/[proc,script1785].cs2 deleted file mode 100644 index f02dd61fc..000000000 --- a/dumps/530/script/[proc,script1785].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1785 -[proc,script1785](string $string0, int $int0, int $int1, int $int2, int $int3)(int, int) -cc_create(interface_792:com_3, ^iftype_text, $int1); -cc_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top); -cc_settextfont(p12_full); -cc_settextshadow(true); -cc_setsize($int2, calc(paraheight($string0, $int2, p12_full) * 12 + 5), ^setsize_abs, ^setsize_abs); -cc_settext($string0); -if ($int3 = 1) { - cc_settextalign(^settextalign_centre, ^settextalign_top, 0); - cc_setcolour(0xff981f); - return(calc($int0 + cc_getheight + 12), calc($int1 + 1)); -} -cc_settextalign(^settextalign_left, ^settextalign_top, 0); -cc_setcolour(0xc8aa64); -return(calc($int0 + cc_getheight + 5), calc($int1 + 1)); diff --git a/dumps/530/script/[proc,script1788].cs2 b/dumps/530/script/[proc,script1788].cs2 deleted file mode 100644 index 9236613dd..000000000 --- a/dumps/530/script/[proc,script1788].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1788 -[proc,script1788](int $int0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, int $int7, component $component8, component $component9, component $component10, component $component11, component $component12, component $component13, int $int14) -if_setsize($int0, if_getheight($component1), ^setsize_abs, ^setsize_abs, $component1); -if_setsize($int0, if_getheight($component2), ^setsize_abs, ^setsize_abs, $component2); -if_setsize($int0, if_getheight($component3), ^setsize_abs, ^setsize_abs, $component3); -if_setsize($int0, if_getheight($component4), ^setsize_abs, ^setsize_abs, $component4); -if_setsize($int0, if_getheight($component5), ^setsize_abs, ^setsize_abs, $component5); -if_setsize($int0, if_getheight($component6), ^setsize_abs, ^setsize_abs, $component6); -if_setsize($int7, if_getheight($component8), ^setsize_abs, ^setsize_abs, $component8); -if_setsize($int7, if_getheight($component9), ^setsize_abs, ^setsize_abs, $component9); -if_setsize($int7, if_getheight($component10), ^setsize_abs, ^setsize_abs, $component10); -if_setsize($int7, if_getheight($component11), ^setsize_abs, ^setsize_abs, $component11); -if_setsize($int7, if_getheight($component12), ^setsize_abs, ^setsize_abs, $component12); -if_setsize($int7, if_getheight($component13), ^setsize_abs, ^setsize_abs, $component13); -def_int $int15 = calc(4 + $int14 - $int7); -if_setposition($int15, if_gety($component8), ^setpos_abs_left, ^setpos_abs_top, $component8); -if_setposition($int15, if_gety($component9), ^setpos_abs_left, ^setpos_abs_top, $component9); -if_setposition($int15, if_gety($component10), ^setpos_abs_left, ^setpos_abs_top, $component10); -if_setposition($int15, if_gety($component11), ^setpos_abs_left, ^setpos_abs_top, $component11); -if_setposition($int15, if_gety($component12), ^setpos_abs_left, ^setpos_abs_top, $component12); -if_setposition($int15, if_gety($component13), ^setpos_abs_left, ^setpos_abs_top, $component13); diff --git a/dumps/530/script/[proc,script178].cs2 b/dumps/530/script/[proc,script178].cs2 deleted file mode 100644 index e6b5e1ec8..000000000 --- a/dumps/530/script/[proc,script178].cs2 +++ /dev/null @@ -1,55 +0,0 @@ -// 178 -[proc,script178] -def_int $int0 = 0; -def_int $int1 = 0; -if (%varplayer_281 < 1000 & %varplayerbit_4895 = 2) { - while ($int0 <= 6) { - if_setgraphic(small_button, enum(int, component, enum_683, $int0)); - $int0 = calc($int0 + 1); - } - if (%varplayerbit_4925 = 0) { - $int0 = 2; - while ($int0 <= 6) { - $int1 = ~script185($int0); - if ($int1 = 1) { - if_settext("Friends", enum(int, component, enum_684, $int0)); - } else if ($int1 = 2) { - if_settext("Off", enum(int, component, enum_684, $int0)); - } else if ($int1 = 3) { - if_settext("Hide", enum(int, component, enum_684, $int0)); - } else { - if_settext("On", enum(int, component, enum_684, $int0)); - } - $int0 = calc($int0 + 1); - } - return; - } -} -while ($int0 <= 6) { - if (%varclient_42 = $int0 & %varclient_41 = $int0) { - if_setgraphic(small_button_pressed_highlight, enum(int, component, enum_683, $int0)); - } else if (%varclient_42 = $int0) { - if_setgraphic(small_button_highlight, enum(int, component, enum_683, $int0)); - } else if (%varclient_41 = $int0) { - if_setgraphic(small_button_pressed, enum(int, component, enum_683, $int0)); - } else if (calc(~script179($int0) / 25 % 2) = 1) { - if_setgraphic(small_button_blue, enum(int, component, enum_683, $int0)); - } else { - if_setgraphic(small_button, enum(int, component, enum_683, $int0)); - } - $int0 = calc($int0 + 1); -} -$int0 = 2; -while ($int0 <= 6) { - $int1 = ~script185($int0); - if ($int1 = 1) { - if_settext("Friends", enum(int, component, enum_684, $int0)); - } else if ($int1 = 2) { - if_settext("Off", enum(int, component, enum_684, $int0)); - } else if ($int1 = 3) { - if_settext("Hide", enum(int, component, enum_684, $int0)); - } else { - if_settext("On", enum(int, component, enum_684, $int0)); - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script1790].cs2 b/dumps/530/script/[proc,script1790].cs2 deleted file mode 100644 index c3aa5faa5..000000000 --- a/dumps/530/script/[proc,script1790].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1790 -[proc,script1790](component $component0) -def_int $int1 = scale(3, 5, %varclient_265); -if ($int1 <= 3) { - if_settext("GET READY!", $component0); - return; -} -def_int $int2 = calc($int1 / 60); -$int1 = calc($int1 % 60); -if ($int1 >= 10) { - if_settext("m s", $component0); -} else { - if_settext("m 0s", $component0); -} diff --git a/dumps/530/script/[proc,script1791].cs2 b/dumps/530/script/[proc,script1791].cs2 deleted file mode 100644 index 3aa0ce3ef..000000000 --- a/dumps/530/script/[proc,script1791].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1791 -[proc,script1791](component $component0) -def_int $int1 = calc(%varclient_270 / 60); -def_int $int2 = calc(%varclient_270 % 60); -if ($int2 >= 10) { - if_settext("h m", $component0); -} else { - if_settext("h 0m", $component0); -} diff --git a/dumps/530/script/[proc,script1795].cs2 b/dumps/530/script/[proc,script1795].cs2 deleted file mode 100644 index d026e8c7d..000000000 --- a/dumps/530/script/[proc,script1795].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1795 -[proc,script1795](component $component0, component $component1) -def_graphic $graphic2 = "options_radio_buttons,0"; -def_graphic $graphic3 = "options_radio_buttons,2"; -if (%varplayerbit_5279 = 1) { - if (%varplayerbit_5295 = 1) { - if_setgraphic($graphic3, $component1); - if_setonop("script44($component1, $graphic2)", $component0); - } else { - if_setgraphic($graphic2, $component1); - if_setonop("script44($component1, $graphic3)", $component0); - } -} else if (%varplayerbit_5294 = 1) { - if_setgraphic($graphic3, $component1); - if_setonop("script44($component1, $graphic2)", $component0); -} else { - if_setgraphic($graphic2, $component1); - if_setonop("script44($component1, $graphic3)", $component0); -} diff --git a/dumps/530/script/[proc,script179].cs2 b/dumps/530/script/[proc,script179].cs2 deleted file mode 100644 index 47eb8d7a5..000000000 --- a/dumps/530/script/[proc,script179].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 179 -[proc,script179](int $int0)(int) -switch_int ($int0) { - case 1 : - return(%varclient_44); - case 2 : - return(%varclient_45); - case 3 : - return(%varclient_46); - case 4 : - return(%varclient_47); - case 5 : - return(%varclient_48); - case 6 : - return(%varclient_49); -} -return(0); diff --git a/dumps/530/script/[proc,script1801].cs2 b/dumps/530/script/[proc,script1801].cs2 deleted file mode 100644 index fd1578f3e..000000000 --- a/dumps/530/script/[proc,script1801].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1801 -[proc,script1801] -if_sethide(false, interface_791:com_143); -if_sethide(false, interface_791:com_146); -if_sethide(true, interface_791:com_144); -if_sethide(true, interface_791:com_147); -if_sethide(true, interface_791:com_145); -if_sethide(true, interface_791:com_148); diff --git a/dumps/530/script/[proc,script1802].cs2 b/dumps/530/script/[proc,script1802].cs2 deleted file mode 100644 index acc827bc1..000000000 --- a/dumps/530/script/[proc,script1802].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 1802 -[proc,script1802] -if_sethide(true, interface_791:com_143); -if_sethide(true, interface_791:com_146); -if_sethide(false, interface_791:com_144); -if_sethide(false, interface_791:com_147); -if_sethide(false, interface_791:com_145); -if_sethide(false, interface_791:com_148); diff --git a/dumps/530/script/[proc,script1806].cs2 b/dumps/530/script/[proc,script1806].cs2 deleted file mode 100644 index 3307021b5..000000000 --- a/dumps/530/script/[proc,script1806].cs2 +++ /dev/null @@ -1,41 +0,0 @@ -// 1806 -[proc,script1806](string $string0) -~script1548(12); -$string0 = lowercase(removetags($string0)); -def_int $int0 = string_indexof_string($string0, "_", 0); -def_int $int1 = string_length($string0); -def_string $string1 = ""; -def_string $string2 = ""; -while ($int0 ! -1) { - if ($int0 = 0) { - $string0 = substring($string0, 1, $int1); - } else if ($int0 = calc($int1 - 1)) { - $string0 = substring($string0, 0, calc($int1 - 1)); - } else { - $string1 = substring($string0, 0, $int0); - $string2 = substring($string0, calc($int0 + 1), $int1); - $string0 = append($string1, append(" ", $string2)); - } - $int1 = string_length($string0); - $int0 = string_indexof_string($string0, "_", 0); -} -while (string_indexof_string($string0, " ", 0) = 0 & $int1 > 0) { - $string0 = substring($string0, 1, $int1); - $int1 = string_length($string0); -} -while (string_indexof_string($string0, " ", 0) = calc($int1 - 1) & $int1 > 0) { - $string0 = substring($string0, 0, calc($int1 - 1)); - $int1 = string_length($string0); -} -if (compare(%varclientstring_38, $string0) = 0) { - mes("Caller not changed."); - return; -} -%varclientstring_38 = $string0; -if (string_length(%varclientstring_38) > 0) { - mes("Caller set: <~script1814(%varclientstring_38)>"); -} else { - mes("Caller feature disabled."); -} -~script1809(interface_265:com_22, interface_265:com_24, interface_265:com_25); -~script1809(interface_789:com_14, interface_789:com_16, interface_789:com_17); diff --git a/dumps/530/script/[proc,script1809].cs2 b/dumps/530/script/[proc,script1809].cs2 deleted file mode 100644 index 2bb92c979..000000000 --- a/dumps/530/script/[proc,script1809].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1809 -[proc,script1809](component $component0, component $component1, component $component2) -def_string $string0 = ""; -if (string_length(%varclientstring_38) > 0) { - $string0 = ~script1814(%varclientstring_38); - if_settext($string0, $component1); - if_setsize(parawidth($string0, 512, b12_full), 15, ^setsize_abs, ^setsize_abs, $component1); -} else { - if_settext("", $component1); - if_setsize(0, 15, ^setsize_abs, ^setsize_abs, $component1); -} -%varclient_267 = -1; -%varclientstring_39 = ""; -~script1811($component0, $component1, $component2); diff --git a/dumps/530/script/[proc,script180].cs2 b/dumps/530/script/[proc,script180].cs2 deleted file mode 100644 index cc9d3cd82..000000000 --- a/dumps/530/script/[proc,script180].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 180 -[proc,script180](int $int0) -if ($int0 = %varclient_41) { - return; -} -if ($int0 = 3 & %varplayer_287 = 1 & %varclient_41 ! -1) { - return; -} -if (~script179($int0) > 24) { - return; -} -~script183($int0, 249); -if_setontimer("script182($int0)", enum(int, component, enum_683, $int0)); diff --git a/dumps/530/script/[proc,script1811].cs2 b/dumps/530/script/[proc,script1811].cs2 deleted file mode 100644 index 01586d0a1..000000000 --- a/dumps/530/script/[proc,script1811].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 1811 -[proc,script1811](component $component0, component $component1, component $component2) -if (string_length(%varclientstring_38) = 0) { - ~script1812("", $component2); - return; -} -def_int $int3 = calc(min(chat_gethistorylength, 100) - 1); -def_string $string0 = ""; -def_int $int4 = -1; -while ($int3 >= 0) { - switch_int (chat_gethistorytype($int3)) { - case ^chattype_modchat, ^chattype_publicchat, ^chattype_privatechat, ^chattype_modprivatechat, ^chattype_friendschat, ^chattype_friendschatnotification, ^chattype_quickchat_public, ^chattype_quickchat_private_incoming, ^chattype_quickchat_friend_chat : - if (compare(lowercase(removetags(chat_gethistoryname($int3))), %varclientstring_38) = 0) { - $string0 = chat_gethistorymessage($int3); - $int4 = $int3; - } - } - $int3 = calc($int3 - 1); -} -if ($int4 < 0) { - %varclient_267 = -1; - ~script1812("", $component2); - return; -} -if (%varclient_267 = -1 | $int4 <= %varclient_267 | compare($string0, %varclientstring_39) ! 0) { - ~script1812($string0, $component2); -} -%varclient_267 = $int4; diff --git a/dumps/530/script/[proc,script1812].cs2 b/dumps/530/script/[proc,script1812].cs2 deleted file mode 100644 index ef437777c..000000000 --- a/dumps/530/script/[proc,script1812].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1812 -[proc,script1812](string $string0, component $component0) -if (string_length($string0) = 0) { - if_settext("", $component0); - %varclientstring_39 = ""; - if_setontimer(null, $component0); - return; -} -if_settext($string0, $component0); -%varclientstring_39 = $string0; -if_setontimer("script1813(calc(clientclock + 1000), $component0)", $component0); diff --git a/dumps/530/script/[proc,script1814].cs2 b/dumps/530/script/[proc,script1814].cs2 deleted file mode 100644 index 378537d21..000000000 --- a/dumps/530/script/[proc,script1814].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1814 -[proc,script1814](string $string0)(string) -def_string $string1 = ""; -def_string $string2 = ""; -$string1 = substring($string0, 0, 1); -if (string_length($string0) > 1) { - $string2 = substring($string0, 1, string_length($string0)); -} -$string1 = ~script1815($string1); -return(append($string1, $string2)); diff --git a/dumps/530/script/[proc,script1815].cs2 b/dumps/530/script/[proc,script1815].cs2 deleted file mode 100644 index 86cf6df07..000000000 --- a/dumps/530/script/[proc,script1815].cs2 +++ /dev/null @@ -1,87 +0,0 @@ -// 1815 -[proc,script1815](string $string0)(string) -if (compare($string0, "n") < 0) { - if (compare($string0, "g") < 0) { - if (compare($string0, "a") = 0) { - return("A"); - } - if (compare($string0, "b") = 0) { - return("B"); - } - if (compare($string0, "c") = 0) { - return("C"); - } - if (compare($string0, "d") = 0) { - return("D"); - } - if (compare($string0, "e") = 0) { - return("E"); - } - if (compare($string0, "f") = 0) { - return("F"); - } - } - if (compare($string0, "g") = 0) { - return("G"); - } - if (compare($string0, "h") = 0) { - return("H"); - } - if (compare($string0, "i") = 0) { - return("I"); - } - if (compare($string0, "j") = 0) { - return("J"); - } - if (compare($string0, "k") = 0) { - return("K"); - } - if (compare($string0, "l") = 0) { - return("L"); - } - if (compare($string0, "m") = 0) { - return("M"); - } -} -if (compare($string0, "u") < 0) { - if (compare($string0, "n") = 0) { - return("N"); - } - if (compare($string0, "o") = 0) { - return("O"); - } - if (compare($string0, "p") = 0) { - return("P"); - } - if (compare($string0, "q") = 0) { - return("Q"); - } - if (compare($string0, "r") = 0) { - return("R"); - } - if (compare($string0, "s") = 0) { - return("S"); - } - if (compare($string0, "t") = 0) { - return("T"); - } -} -if (compare($string0, "u") = 0) { - return("U"); -} -if (compare($string0, "v") = 0) { - return("V"); -} -if (compare($string0, "w") = 0) { - return("W"); -} -if (compare($string0, "x") = 0) { - return("X"); -} -if (compare($string0, "y") = 0) { - return("Y"); -} -if (compare($string0, "z") = 0) { - return("Z"); -} -return($string0); diff --git a/dumps/530/script/[proc,script1817].cs2 b/dumps/530/script/[proc,script1817].cs2 deleted file mode 100644 index 7cb97a746..000000000 --- a/dumps/530/script/[proc,script1817].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1817 -[proc,script1817](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5) -if_settext("Victory!", $component0); -if_setposition(75, 89, ^setpos_abs_left, ^setpos_abs_top, $component0); -if_settext("Your clan is victorious.", $component1); -if_setposition(79, 130, ^setpos_abs_left, ^setpos_abs_top, $component1); -if_setposition(79, 180, ^setpos_abs_left, ^setpos_abs_top, $component2); -if_setsize(175, 125, ^setsize_abs, ^setsize_abs, $component2); -if_setposition(52, 118, ^setpos_abs_left, ^setpos_abs_top, $component3); -if_sethide(false, $component0); -if_sethide(false, $component1); -if_sethide(false, $component2); -if_sethide(false, $component3); -if_sethide(false, $component4); -if_sethide(true, $component5); diff --git a/dumps/530/script/[proc,script1818].cs2 b/dumps/530/script/[proc,script1818].cs2 deleted file mode 100644 index d7c749983..000000000 --- a/dumps/530/script/[proc,script1818].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1818 -[proc,script1818](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5) -if_settext("Defeat!", $component0); -if_setposition(64, 49, ^setpos_abs_left, ^setpos_abs_top, $component0); -if_settext("Your clan has been defeated.", $component1); -if_setposition(41, 93, ^setpos_abs_left, ^setpos_abs_top, $component1); -if_setposition(41, 179, ^setpos_abs_left, ^setpos_abs_top, $component2); -if_setsize(180, 125, ^setsize_abs, ^setsize_abs, $component2); -if_setposition(38, 81, ^setpos_abs_left, ^setpos_abs_top, $component3); -if_sethide(false, $component0); -if_sethide(false, $component1); -if_sethide(false, $component2); -if_sethide(false, $component3); -if_sethide(true, $component4); -if_sethide(false, $component5); diff --git a/dumps/530/script/[proc,script1819].cs2 b/dumps/530/script/[proc,script1819].cs2 deleted file mode 100644 index 18a605533..000000000 --- a/dumps/530/script/[proc,script1819].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1819 -[proc,script1819](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5) -if_settext("Draw!", $component0); -if_setposition(75, 89, ^setpos_abs_left, ^setpos_abs_top, $component0); -if_settext("It's a draw.", $component1); -if_setposition(79, 130, ^setpos_abs_left, ^setpos_abs_top, $component1); -if_setposition(79, 180, ^setpos_abs_left, ^setpos_abs_top, $component2); -if_setsize(175, 125, ^setsize_abs, ^setsize_abs, $component2); -if_setposition(52, 118, ^setpos_abs_left, ^setpos_abs_top, $component3); -if_sethide(false, $component0); -if_sethide(false, $component1); -if_sethide(false, $component2); -if_sethide(false, $component3); -if_sethide(false, $component4); -if_sethide(true, $component5); diff --git a/dumps/530/script/[proc,script181].cs2 b/dumps/530/script/[proc,script181].cs2 deleted file mode 100644 index bb447d5f7..000000000 --- a/dumps/530/script/[proc,script181].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 181 -[proc,script181](int $int0) -~script183($int0, 0); -if ($int0 = 0) { - ~script183(1, 0); - ~script183(2, 0); - ~script183(3, 0); - ~script183(4, 0); - ~script183(5, 0); - ~script183(6, 0); -} diff --git a/dumps/530/script/[proc,script1820].cs2 b/dumps/530/script/[proc,script1820].cs2 deleted file mode 100644 index df480bdbe..000000000 --- a/dumps/530/script/[proc,script1820].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1820 -[proc,script1820](int $int0)(boolean) -if (%varplayer_1149 = -1) { - return(false); -} -if ($int0 ! 1) { - return(false); -} -return(true); diff --git a/dumps/530/script/[proc,script1839].cs2 b/dumps/530/script/[proc,script1839].cs2 deleted file mode 100644 index f9582de88..000000000 --- a/dumps/530/script/[proc,script1839].cs2 +++ /dev/null @@ -1,57 +0,0 @@ -// 1839 -[proc,script1839](int $int0, component $component1, component $component2, component $component3) -cc_deleteall($component1); -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = 0; -def_int $int7 = 0; -def_int $intarray0(calc(95 + 1)); -def_int $int8 = -1; -if ($int0 = 0) { - while ($int4 <= 95) { - if (enum(int, struct, enum_1805, $int4) ! null) { - $int7 = ~script1840($component1, $int4, $int7); - } - $int4 = calc($int4 + 1); - } - if_settext("Key order:
Traditional", $component3); -} else { - while ($int4 <= 95) { - if (enum(int, struct, enum_1805, $int4) ! null) { - $intarray0($int6) = $int4; - $int6 = calc($int6 + 1); - } - $int4 = calc($int4 + 1); - } - $int6 = calc($int6 - 1); - $int4 = 0; - if ($int0 = 1) { - ~script1842(intarray0, 0, $int6); - while ($int4 <= $int6) { - $int7 = ~script1840($component1, $intarray0($int4), $int7); - $int4 = calc($int4 + 1); - } - if_settext("Key order:
Alphabetical", $component3); - } else if ($int0 = 2) { - ~script1843(intarray0, 0, $int6); - while ($int8 <= 2) { - $int7 = ~script1841($component1, $int8, $int7); - while (struct_param(enum(int, struct, enum_1805, $intarray0($int5)), param_597) = $int8) { - $int5 = calc($int5 + 1); - } - ~script1842(intarray0, $int4, calc($int5 - 1)); - while ($int4 < $int5) { - $int7 = ~script1840($component1, $intarray0($int4), $int7); - $int4 = calc($int4 + 1); - } - $int8 = calc($int8 + 1); - } - if_settext("Key order:
Categorised", $component3); - } -} -$int7 = calc($int7 + 5); -if_setscrollsize(0, $int7, $component1); -~script31($component2, $component1, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -if (cc_find($component2, 1) = true) { - ~script37($component2, $component1, if_getscrolly($component1), true); -} diff --git a/dumps/530/script/[proc,script183].cs2 b/dumps/530/script/[proc,script183].cs2 deleted file mode 100644 index 18032fd45..000000000 --- a/dumps/530/script/[proc,script183].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 183 -[proc,script183](int $int0, int $int1) -switch_int ($int0) { - case 1 : - %varclient_44 = $int1; - case 2 : - %varclient_45 = $int1; - case 3 : - %varclient_46 = $int1; - case 4 : - %varclient_47 = $int1; - case 5 : - %varclient_48 = $int1; - case 6 : - %varclient_49 = $int1; -} diff --git a/dumps/530/script/[proc,script1840].cs2 b/dumps/530/script/[proc,script1840].cs2 deleted file mode 100644 index 639b020bf..000000000 --- a/dumps/530/script/[proc,script1840].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 1840 -[proc,script1840](component $component0, int $int1, int $int2)(int) -def_struct $struct3 = enum(int, struct, enum_1805, $int1); -if ($struct3 = null) { - return($int2); -} -def_string $string0 = struct_param($struct3, param_596); -cc_create($component0, ^iftype_graphic, if_getnextsubid($component0)); -cc_setgraphic(struct_param($struct3, param_595)); -cc_setposition(3, $int2, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(15, 15, ^setsize_abs, ^setsize_abs); -cc_setopbase("<$string0>"); -cc_setop(1, "Highlight"); -cc_setonop("script1381($int1)"); -cc_create($component0, ^iftype_text, if_getnextsubid($component0)); -cc_settext($string0); -cc_setposition(18, $int2, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(calc(cc_getx + 3), 15, ^setsize_minus, ^setsize_abs); -cc_setcolour(^white); -cc_settextfont(p12_full); -cc_settextshadow(true); -cc_settextalign(^settextalign_left, ^settextalign_top, 0); -cc_setopbase("<$string0>"); -cc_setop(1, "Highlight"); -cc_setonop("script1381($int1)"); -return(calc($int2 + cc_getheight)); diff --git a/dumps/530/script/[proc,script1841].cs2 b/dumps/530/script/[proc,script1841].cs2 deleted file mode 100644 index bc22461e8..000000000 --- a/dumps/530/script/[proc,script1841].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 1841 -[proc,script1841](component $component0, int $int1, int $int2)(int) -cc_create($component0, ^iftype_text, if_getnextsubid($component0)); -cc_settext(enum(int, string, enum_1806, $int1)); -cc_setposition(0, $int2, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(0, 30, ^setsize_minus, ^setsize_abs); -cc_setcolour(0xff9900); -cc_settextfont(b12_full); -cc_settextshadow(true); -cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); -return(calc($int2 + cc_getheight)); diff --git a/dumps/530/script/[proc,script1842].cs2 b/dumps/530/script/[proc,script1842].cs2 deleted file mode 100644 index a16e1a848..000000000 --- a/dumps/530/script/[proc,script1842].cs2 +++ /dev/null @@ -1,30 +0,0 @@ -// 1842 -[proc,script1842](intarray $intarray0, int $int1, int $int2) -def_int $int3 = calc(($int1 + $int2) / 2); -def_int $int4 = $intarray0($int3); -$intarray0($int3) = $intarray0($int2); -$intarray0($int2) = $int4; -def_int $int5 = $int1; -def_int $int6 = $int1; -def_int $int7 = 0; -def_struct $struct8 = null; -def_struct $struct9 = null; -while ($int6 < $int2) { - $struct8 = enum(int, struct, enum_1805, $intarray0($int6)); - $struct9 = enum(int, struct, enum_1805, $int4); - if (compare(lowercase(struct_param($struct8, param_596)), lowercase(struct_param($struct9, param_596))) < calc($int6 & 1)) { - $int7 = $intarray0($int6); - $intarray0($int6) = $intarray0($int5); - $intarray0($int5) = $int7; - $int5 = calc($int5 + 1); - } - $int6 = calc($int6 + 1); -} -$intarray0($int2) = $intarray0($int5); -$intarray0($int5) = $int4; -if ($int1 < calc($int5 - 1)) { - ~script1842(intarray0, $int1, calc($int5 - 1)); -} -if (calc($int5 + 1) < $int2) { - ~script1842(intarray0, calc($int5 + 1), $int2); -} diff --git a/dumps/530/script/[proc,script1843].cs2 b/dumps/530/script/[proc,script1843].cs2 deleted file mode 100644 index 36a718d8c..000000000 --- a/dumps/530/script/[proc,script1843].cs2 +++ /dev/null @@ -1,30 +0,0 @@ -// 1843 -[proc,script1843](intarray $intarray0, int $int1, int $int2) -def_int $int3 = calc(($int1 + $int2) / 2); -def_int $int4 = $intarray0($int3); -$intarray0($int3) = $intarray0($int2); -$intarray0($int2) = $int4; -def_int $int5 = $int1; -def_int $int6 = $int1; -def_int $int7 = 0; -def_struct $struct8 = null; -def_struct $struct9 = null; -while ($int6 < $int2) { - $struct8 = enum(int, struct, enum_1805, $intarray0($int6)); - $struct9 = enum(int, struct, enum_1805, $int4); - if (struct_param($struct8, param_597) < struct_param($struct9, param_597)) { - $int7 = $intarray0($int6); - $intarray0($int6) = $intarray0($int5); - $intarray0($int5) = $int7; - $int5 = calc($int5 + 1); - } - $int6 = calc($int6 + 1); -} -$intarray0($int2) = $intarray0($int5); -$intarray0($int5) = $int4; -if ($int1 < calc($int5 - 1)) { - ~script1843(intarray0, $int1, calc($int5 - 1)); -} -if (calc($int5 + 1) < $int2) { - ~script1843(intarray0, calc($int5 + 1), $int2); -} diff --git a/dumps/530/script/[proc,script1844].cs2 b/dumps/530/script/[proc,script1844].cs2 deleted file mode 100644 index c4836a9d6..000000000 --- a/dumps/530/script/[proc,script1844].cs2 +++ /dev/null @@ -1,505 +0,0 @@ -// 1844 -[proc,script1844](int $int0)(int) -switch_int ($int0) { - case 0 : - return(%varclient_0); - case 1 : - return(%varclient_274); - case 2 : - return(%varclient_275); - case 3 : - return(%varclient_276); - case 4 : - return(%varclient_277); - case 5 : - return(%varclient_278); - case 6 : - return(%varclient_279); - case 7 : - return(%varclient_280); - case 8 : - return(%varclient_281); - case 9 : - return(%varclient_282); - case 10 : - return(%varclient_283); - case 11 : - return(%varclient_284); - case 12 : - return(%varclient_285); - case 13 : - return(%varclient_286); - case 14 : - return(%varclient_287); - case 15 : - return(%varclient_288); - case 16 : - return(%varclient_289); - case 17 : - return(%varclient_290); - case 18 : - return(%varclient_291); - case 19 : - return(%varclient_292); - case 20 : - return(%varclient_293); - case 21 : - return(%varclient_294); - case 22 : - return(%varclient_295); - case 23 : - return(%varclient_296); - case 24 : - return(%varclient_297); - case 25 : - return(%varclient_298); - case 26 : - return(%varclient_299); - case 27 : - return(%varclient_300); - case 28 : - return(%varclient_301); - case 29 : - return(%varclient_302); - case 30 : - return(%varclient_303); - case 31 : - return(%varclient_304); - case 32 : - return(%varclient_305); - case 33 : - return(%varclient_306); - case 34 : - return(%varclient_307); - case 35 : - return(%varclient_308); - case 36 : - return(%varclient_309); - case 37 : - return(%varclient_310); - case 38 : - return(%varclient_311); - case 39 : - return(%varclient_312); - case 40 : - return(%varclient_313); - case 41 : - return(%varclient_314); - case 42 : - return(%varclient_315); - case 43 : - return(%varclient_316); - case 44 : - return(%varclient_317); - case 45 : - return(%varclient_318); - case 46 : - return(%varclient_319); - case 47 : - return(%varclient_320); - case 48 : - return(%varclient_321); - case 49 : - return(%varclient_322); - case 50 : - return(%varclient_323); - case 51 : - return(%varclient_324); - case 52 : - return(%varclient_325); - case 53 : - return(%varclient_326); - case 54 : - return(%varclient_327); - case 55 : - return(%varclient_328); - case 56 : - return(%varclient_329); - case 57 : - return(%varclient_330); - case 58 : - return(%varclient_331); - case 59 : - return(%varclient_332); - case 60 : - return(%varclient_333); - case 61 : - return(%varclient_334); - case 62 : - return(%varclient_335); - case 63 : - return(%varclient_336); - case 64 : - return(%varclient_337); - case 65 : - return(%varclient_338); - case 66 : - return(%varclient_339); - case 67 : - return(%varclient_340); - case 68 : - return(%varclient_341); - case 69 : - return(%varclient_342); - case 70 : - return(%varclient_343); - case 71 : - return(%varclient_344); - case 72 : - return(%varclient_345); - case 73 : - return(%varclient_346); - case 74 : - return(%varclient_347); - case 75 : - return(%varclient_348); - case 76 : - return(%varclient_349); - case 77 : - return(%varclient_350); - case 78 : - return(%varclient_351); - case 79 : - return(%varclient_352); - case 80 : - return(%varclient_353); - case 81 : - return(%varclient_354); - case 82 : - return(%varclient_355); - case 83 : - return(%varclient_356); - case 84 : - return(%varclient_357); - case 85 : - return(%varclient_358); - case 86 : - return(%varclient_359); - case 87 : - return(%varclient_360); - case 88 : - return(%varclient_361); - case 89 : - return(%varclient_362); - case 90 : - return(%varclient_363); - case 91 : - return(%varclient_364); - case 92 : - return(%varclient_365); - case 93 : - return(%varclient_366); - case 94 : - return(%varclient_367); - case 95 : - return(%varclient_368); - case 96 : - return(%varclient_369); - case 97 : - return(%varclient_370); - case 98 : - return(%varclient_371); - case 99 : - return(%varclient_372); - case 100 : - return(%varclient_373); - case 101 : - return(%varclient_374); - case 102 : - return(%varclient_375); - case 103 : - return(%varclient_376); - case 104 : - return(%varclient_377); - case 105 : - return(%varclient_378); - case 106 : - return(%varclient_379); - case 107 : - return(%varclient_380); - case 108 : - return(%varclient_381); - case 109 : - return(%varclient_382); - case 110 : - return(%varclient_383); - case 111 : - return(%varclient_384); - case 112 : - return(%varclient_385); - case 113 : - return(%varclient_386); - case 114 : - return(%varclient_387); - case 115 : - return(%varclient_388); - case 116 : - return(%varclient_389); - case 117 : - return(%varclient_390); - case 118 : - return(%varclient_391); - case 119 : - return(%varclient_392); - case 120 : - return(%varclient_393); - case 121 : - return(%varclient_394); - case 122 : - return(%varclient_395); - case 123 : - return(%varclient_396); - case 124 : - return(%varclient_397); - case 125 : - return(%varclient_398); - case 126 : - return(%varclient_399); - case 127 : - return(%varclient_400); - case 128 : - return(%varclient_401); - case 129 : - return(%varclient_402); - case 130 : - return(%varclient_403); - case 131 : - return(%varclient_404); - case 132 : - return(%varclient_405); - case 133 : - return(%varclient_406); - case 134 : - return(%varclient_407); - case 135 : - return(%varclient_408); - case 136 : - return(%varclient_409); - case 137 : - return(%varclient_410); - case 138 : - return(%varclient_411); - case 139 : - return(%varclient_412); - case 140 : - return(%varclient_413); - case 141 : - return(%varclient_414); - case 142 : - return(%varclient_415); - case 143 : - return(%varclient_416); - case 144 : - return(%varclient_417); - case 145 : - return(%varclient_418); - case 146 : - return(%varclient_419); - case 147 : - return(%varclient_420); - case 148 : - return(%varclient_421); - case 149 : - return(%varclient_422); - case 150 : - return(%varclient_423); - case 151 : - return(%varclient_424); - case 152 : - return(%varclient_425); - case 153 : - return(%varclient_426); - case 154 : - return(%varclient_427); - case 155 : - return(%varclient_428); - case 156 : - return(%varclient_429); - case 157 : - return(%varclient_430); - case 158 : - return(%varclient_431); - case 159 : - return(%varclient_432); - case 160 : - return(%varclient_433); - case 161 : - return(%varclient_434); - case 162 : - return(%varclient_435); - case 163 : - return(%varclient_436); - case 164 : - return(%varclient_437); - case 165 : - return(%varclient_438); - case 166 : - return(%varclient_439); - case 167 : - return(%varclient_440); - case 168 : - return(%varclient_441); - case 169 : - return(%varclient_442); - case 170 : - return(%varclient_443); - case 171 : - return(%varclient_444); - case 172 : - return(%varclient_445); - case 173 : - return(%varclient_446); - case 174 : - return(%varclient_447); - case 175 : - return(%varclient_448); - case 176 : - return(%varclient_449); - case 177 : - return(%varclient_450); - case 178 : - return(%varclient_451); - case 179 : - return(%varclient_452); - case 180 : - return(%varclient_453); - case 181 : - return(%varclient_454); - case 182 : - return(%varclient_455); - case 183 : - return(%varclient_456); - case 184 : - return(%varclient_457); - case 185 : - return(%varclient_458); - case 186 : - return(%varclient_459); - case 187 : - return(%varclient_460); - case 188 : - return(%varclient_461); - case 189 : - return(%varclient_462); - case 190 : - return(%varclient_463); - case 191 : - return(%varclient_464); - case 192 : - return(%varclient_465); - case 193 : - return(%varclient_466); - case 194 : - return(%varclient_467); - case 195 : - return(%varclient_468); - case 196 : - return(%varclient_469); - case 197 : - return(%varclient_470); - case 198 : - return(%varclient_471); - case 199 : - return(%varclient_472); - case 200 : - return(%varclient_473); - case 201 : - return(%varclient_474); - case 202 : - return(%varclient_475); - case 203 : - return(%varclient_476); - case 204 : - return(%varclient_477); - case 205 : - return(%varclient_478); - case 206 : - return(%varclient_479); - case 207 : - return(%varclient_480); - case 208 : - return(%varclient_481); - case 209 : - return(%varclient_482); - case 210 : - return(%varclient_483); - case 211 : - return(%varclient_484); - case 212 : - return(%varclient_485); - case 213 : - return(%varclient_486); - case 214 : - return(%varclient_487); - case 215 : - return(%varclient_488); - case 216 : - return(%varclient_489); - case 217 : - return(%varclient_490); - case 218 : - return(%varclient_491); - case 219 : - return(%varclient_492); - case 220 : - return(%varclient_493); - case 221 : - return(%varclient_494); - case 222 : - return(%varclient_495); - case 223 : - return(%varclient_496); - case 224 : - return(%varclient_497); - case 225 : - return(%varclient_498); - case 226 : - return(%varclient_499); - case 227 : - return(%varclient_500); - case 228 : - return(%varclient_501); - case 229 : - return(%varclient_502); - case 230 : - return(%varclient_503); - case 231 : - return(%varclient_504); - case 232 : - return(%varclient_505); - case 233 : - return(%varclient_506); - case 234 : - return(%varclient_507); - case 235 : - return(%varclient_508); - case 236 : - return(%varclient_509); - case 237 : - return(%varclient_510); - case 238 : - return(%varclient_511); - case 239 : - return(%varclient_512); - case 240 : - return(%varclient_513); - case 241 : - return(%varclient_514); - case 242 : - return(%varclient_515); - case 243 : - return(%varclient_516); - case 244 : - return(%varclient_517); - case 245 : - return(%varclient_518); - case 246 : - return(%varclient_519); - case 247 : - return(%varclient_520); - case 248 : - return(%varclient_521); - case 249 : - return(%varclient_522); -} -return(0); diff --git a/dumps/530/script/[proc,script1845].cs2 b/dumps/530/script/[proc,script1845].cs2 deleted file mode 100644 index 90577a913..000000000 --- a/dumps/530/script/[proc,script1845].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1845 -[proc,script1845] -~script1895(3, interface_742:com_26, interface_742:com_27, interface_742:com_28, interface_742:com_29, interface_742:com_33, interface_742:com_34, interface_742:com_30, interface_742:com_14, interface_742:com_15, interface_742:com_31, interface_742:com_11, interface_742:com_12, ^white, 0xe1981f); -~script1169(interface_742:com_92, interface_742:com_93, interface_742:com_95, interface_742:com_94, tradebacking_dark, "scrollbar_v2,1", "scrollbar_v2,1", tradebacking_light, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -~script1118; -~script1119; -~script1120; -~script1121; -~script785; -~script1124; -~script1125; -~script1126; -~script1127; -~script1128; -~script1129; -~script1130; -~script1131; diff --git a/dumps/530/script/[proc,script1849].cs2 b/dumps/530/script/[proc,script1849].cs2 deleted file mode 100644 index 01e65eba4..000000000 --- a/dumps/530/script/[proc,script1849].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1849 -[proc,script1849](component $component0) -if_setontimer(null, $component0); -mes("Your display mode change has been aborted."); -if_setonsubchange(null, interface_548:com_11); -def_int $windowmode1 = getdefaultwindowmode; -if (detailget_antialiasing_default ! detailget_antialiasing) { - detail_antialiasing(0); - detail_antialiasing_default(0); - if (getwindowmode < 3 & getwindowmode ! $windowmode1) { - setwindowmode($windowmode1); - } -} else if (getwindowmode ! $windowmode1) { - setwindowmode($windowmode1); -} -%varclient_543 = getwindowmode; diff --git a/dumps/530/script/[proc,script184].cs2 b/dumps/530/script/[proc,script184].cs2 deleted file mode 100644 index c92fb55d5..000000000 --- a/dumps/530/script/[proc,script184].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 184 -[proc,script184](int $int0, int $int1) -switch_int ($int0) { - case 2 : - chat_setfilter($int1, chat_getfilter_private, chat_getfilter_trade); - case 3 : - chat_setfilter(chat_getfilter_public, $int1, chat_getfilter_trade); - case 4 : - %varplayer_1054 = $int1; - case 5 : - chat_setfilter(chat_getfilter_public, chat_getfilter_private, $int1); - case 6 : - %varplayer_1055 = $int1; -} diff --git a/dumps/530/script/[proc,script1851].cs2 b/dumps/530/script/[proc,script1851].cs2 deleted file mode 100644 index 0d24c32fe..000000000 --- a/dumps/530/script/[proc,script1851].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1851 -[proc,script1851]()(int) -def_int $int0 = unknown_command_6505; -def_int $int1 = 0; -if (testbit($int0, 0) = ^true) { - $int1 = setbit($int1, 0); -} -if (testbit($int0, 1) = ^true) { - $int1 = setbit($int1, 1); -} -if (testbit($int0, 2) = ^true) { - $int1 = setbit($int1, 2); -} -if (testbit($int0, 3) = ^true) { - $int1 = setbit($int1, 3); -} -return($int1); diff --git a/dumps/530/script/[proc,script1852].cs2 b/dumps/530/script/[proc,script1852].cs2 deleted file mode 100644 index 7833b8666..000000000 --- a/dumps/530/script/[proc,script1852].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1852 -[proc,script1852]()(int) -def_int $int0 = unknown_command_6505; -def_int $int1 = 0; -if (testbit($int0, 4) = ^true) { - $int1 = setbit($int1, 0); -} -if (testbit($int0, 5) = ^true) { - $int1 = setbit($int1, 1); -} -if (testbit($int0, 6) = ^true) { - $int1 = setbit($int1, 2); -} -if (testbit($int0, 7) = ^true) { - $int1 = setbit($int1, 3); -} -return($int1); diff --git a/dumps/530/script/[proc,script1853].cs2 b/dumps/530/script/[proc,script1853].cs2 deleted file mode 100644 index e0ec2f36e..000000000 --- a/dumps/530/script/[proc,script1853].cs2 +++ /dev/null @@ -1,32 +0,0 @@ -// 1853 -[proc,script1853]()(int) -def_int $int0 = unknown_command_6505; -def_int $int1 = 0; -if (testbit($int0, 14) = ^true) { - $int1 = setbit($int1, 0); -} -if (testbit($int0, 15) = ^true) { - $int1 = setbit($int1, 1); -} -if (testbit($int0, 16) = ^true) { - $int1 = setbit($int1, 2); -} -if (testbit($int0, 17) = ^true) { - $int1 = setbit($int1, 3); -} -if (testbit($int0, 18) = ^true) { - $int1 = setbit($int1, 4); -} -if (testbit($int0, 19) = ^true) { - $int1 = setbit($int1, 5); -} -if (testbit($int0, 20) = ^true) { - $int1 = setbit($int1, 6); -} -if (testbit($int0, 21) = ^true) { - $int1 = setbit($int1, 7); -} -if (testbit($int0, 22) = ^true) { - $int1 = setbit($int1, 8); -} -return($int1); diff --git a/dumps/530/script/[proc,script1854].cs2 b/dumps/530/script/[proc,script1854].cs2 deleted file mode 100644 index e5bfa1dba..000000000 --- a/dumps/530/script/[proc,script1854].cs2 +++ /dev/null @@ -1,32 +0,0 @@ -// 1854 -[proc,script1854]()(int) -def_int $int0 = unknown_command_6505; -def_int $int1 = 0; -if (testbit($int0, 23) = ^true) { - $int1 = setbit($int1, 0); -} -if (testbit($int0, 24) = ^true) { - $int1 = setbit($int1, 1); -} -if (testbit($int0, 25) = ^true) { - $int1 = setbit($int1, 2); -} -if (testbit($int0, 26) = ^true) { - $int1 = setbit($int1, 3); -} -if (testbit($int0, 27) = ^true) { - $int1 = setbit($int1, 4); -} -if (testbit($int0, 28) = ^true) { - $int1 = setbit($int1, 5); -} -if (testbit($int0, 29) = ^true) { - $int1 = setbit($int1, 6); -} -if (testbit($int0, 30) = ^true) { - $int1 = setbit($int1, 7); -} -if (testbit($int0, 31) = ^true) { - $int1 = setbit($int1, 8); -} -return($int1); diff --git a/dumps/530/script/[proc,script1855].cs2 b/dumps/530/script/[proc,script1855].cs2 deleted file mode 100644 index b96764b4f..000000000 --- a/dumps/530/script/[proc,script1855].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1855 -[proc,script1855](int $int0) -def_int $int1 = unknown_command_6505; -if (testbit($int0, 0) = ^true) { - $int1 = setbit($int1, 0); -} else { - $int1 = clearbit($int1, 0); -} -if (testbit($int0, 1) = ^true) { - $int1 = setbit($int1, 1); -} else { - $int1 = clearbit($int1, 1); -} -if (testbit($int0, 2) = ^true) { - $int1 = setbit($int1, 2); -} else { - $int1 = clearbit($int1, 2); -} -if (testbit($int0, 3) = ^true) { - $int1 = setbit($int1, 3); -} else { - $int1 = clearbit($int1, 3); -} -unknown_command_6504($int1); diff --git a/dumps/530/script/[proc,script1856].cs2 b/dumps/530/script/[proc,script1856].cs2 deleted file mode 100644 index d3784e765..000000000 --- a/dumps/530/script/[proc,script1856].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1856 -[proc,script1856](int $int0) -def_int $int1 = unknown_command_6505; -if (testbit($int0, 0) = ^true) { - $int1 = setbit($int1, 4); -} else { - $int1 = clearbit($int1, 4); -} -if (testbit($int0, 1) = ^true) { - $int1 = setbit($int1, 5); -} else { - $int1 = clearbit($int1, 5); -} -if (testbit($int0, 2) = ^true) { - $int1 = setbit($int1, 6); -} else { - $int1 = clearbit($int1, 6); -} -if (testbit($int0, 3) = ^true) { - $int1 = setbit($int1, 7); -} else { - $int1 = clearbit($int1, 7); -} -unknown_command_6504($int1); diff --git a/dumps/530/script/[proc,script1857].cs2 b/dumps/530/script/[proc,script1857].cs2 deleted file mode 100644 index 64ce5f2ed..000000000 --- a/dumps/530/script/[proc,script1857].cs2 +++ /dev/null @@ -1,49 +0,0 @@ -// 1857 -[proc,script1857](int $int0) -def_int $int1 = unknown_command_6505; -if (testbit($int0, 0) = ^true) { - $int1 = setbit($int1, 14); -} else { - $int1 = clearbit($int1, 14); -} -if (testbit($int0, 1) = ^true) { - $int1 = setbit($int1, 15); -} else { - $int1 = clearbit($int1, 15); -} -if (testbit($int0, 2) = ^true) { - $int1 = setbit($int1, 16); -} else { - $int1 = clearbit($int1, 16); -} -if (testbit($int0, 3) = ^true) { - $int1 = setbit($int1, 17); -} else { - $int1 = clearbit($int1, 17); -} -if (testbit($int0, 4) = ^true) { - $int1 = setbit($int1, 18); -} else { - $int1 = clearbit($int1, 18); -} -if (testbit($int0, 5) = ^true) { - $int1 = setbit($int1, 19); -} else { - $int1 = clearbit($int1, 19); -} -if (testbit($int0, 6) = ^true) { - $int1 = setbit($int1, 20); -} else { - $int1 = clearbit($int1, 20); -} -if (testbit($int0, 7) = ^true) { - $int1 = setbit($int1, 21); -} else { - $int1 = clearbit($int1, 21); -} -if (testbit($int0, 8) = ^true) { - $int1 = setbit($int1, 22); -} else { - $int1 = clearbit($int1, 22); -} -unknown_command_6504($int1); diff --git a/dumps/530/script/[proc,script1858].cs2 b/dumps/530/script/[proc,script1858].cs2 deleted file mode 100644 index 23424319e..000000000 --- a/dumps/530/script/[proc,script1858].cs2 +++ /dev/null @@ -1,49 +0,0 @@ -// 1858 -[proc,script1858](int $int0) -def_int $int1 = unknown_command_6505; -if (testbit($int0, 0) = ^true) { - $int1 = setbit($int1, 23); -} else { - $int1 = clearbit($int1, 23); -} -if (testbit($int0, 1) = ^true) { - $int1 = setbit($int1, 24); -} else { - $int1 = clearbit($int1, 24); -} -if (testbit($int0, 2) = ^true) { - $int1 = setbit($int1, 25); -} else { - $int1 = clearbit($int1, 25); -} -if (testbit($int0, 3) = ^true) { - $int1 = setbit($int1, 26); -} else { - $int1 = clearbit($int1, 26); -} -if (testbit($int0, 4) = ^true) { - $int1 = setbit($int1, 27); -} else { - $int1 = clearbit($int1, 27); -} -if (testbit($int0, 5) = ^true) { - $int1 = setbit($int1, 28); -} else { - $int1 = clearbit($int1, 28); -} -if (testbit($int0, 6) = ^true) { - $int1 = setbit($int1, 29); -} else { - $int1 = clearbit($int1, 29); -} -if (testbit($int0, 7) = ^true) { - $int1 = setbit($int1, 30); -} else { - $int1 = clearbit($int1, 30); -} -if (testbit($int0, 8) = ^true) { - $int1 = setbit($int1, 31); -} else { - $int1 = clearbit($int1, 31); -} -unknown_command_6504($int1); diff --git a/dumps/530/script/[proc,script1859].cs2 b/dumps/530/script/[proc,script1859].cs2 deleted file mode 100644 index e2523ca28..000000000 --- a/dumps/530/script/[proc,script1859].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1859 -[proc,script1859](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 5); - spline_new(1, 5); - spline_addpoint(0, 0, 0_41_51_35_35, 1350, 0_41_51_29_35, 1350, 0); - spline_addpoint(1, 0, 0_41_51_35_47, 330, 0_41_51_35_47, 330, 0); - spline_addpoint(0, 1, 0_41_51_23_47, 1250, 0_41_51_23_53, 1250, 0); - spline_addpoint(1, 1, 0_41_51_35_47, 330, 0_41_51_35_47, 330, 0); - ~script1899(0, 100, 150); - spline_addpoint(0, 2, 0_41_51_35_59, 1150, 0_41_51_42_59, 1150, 0); - spline_addpoint(1, 2, 0_41_51_35_47, 330, 0_41_51_35_47, 330, 0); - ~script1899(1, 100, 150); - spline_addpoint(0, 3, 0_41_51_47_47, 1050, 0_41_51_47_41, 1050, 0); - spline_addpoint(1, 3, 0_41_51_35_47, 330, 0_41_51_35_47, 330, 0); - ~script1899(2, 100, 150); - spline_addpoint(0, 4, 0_41_51_35_35, 950, 0_41_51_29_35, 950, 0); - spline_addpoint(1, 4, 0_41_51_35_47, 330, 0_41_51_35_47, 330, 0); - ~script1899(3, 100, 150); -} -return(0_41_51_35_35, 0x131414); diff --git a/dumps/530/script/[proc,script185].cs2 b/dumps/530/script/[proc,script185].cs2 deleted file mode 100644 index bc4abc899..000000000 --- a/dumps/530/script/[proc,script185].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 185 -[proc,script185](int $int0)(int) -switch_int ($int0) { - case 2 : - return(chat_getfilter_public); - case 3 : - return(chat_getfilter_private); - case 4 : - return(%varplayer_1054); - case 5 : - return(chat_getfilter_trade); - case 6 : - return(%varplayer_1055); -} -return(0); diff --git a/dumps/530/script/[proc,script1860].cs2 b/dumps/530/script/[proc,script1860].cs2 deleted file mode 100644 index f8079ea97..000000000 --- a/dumps/530/script/[proc,script1860].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1860 -[proc,script1860](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 7); - spline_new(1, 7); - spline_addpoint(0, 0, 0_26_82_28_38, 890, 0_26_82_33_35, 895, 0); - spline_addpoint(1, 0, 0_26_82_36_28, 605, 0_26_82_38_26, 615, 0); - spline_addpoint(0, 1, 0_26_82_39_28, 995, 0_26_82_42_25, 1060, 0); - spline_addpoint(1, 1, 0_26_82_37_12, 855, 0_26_82_37_12, 835, 0); - ~script1899(0, 200, 300); - spline_addpoint(0, 2, 0_26_82_45_14, 1525, 0_26_82_45_10, 1540, 0); - spline_addpoint(1, 2, 0_26_82_37_12, 855, 0_26_82_37_12, 852, 0); - ~script1899(1, 200, 300); - spline_addpoint(0, 3, 0_26_82_37_5, 1575, 0_26_82_32_5, 1575, 0); - spline_addpoint(1, 3, 0_26_82_37_12, 885, 0_26_82_37_12, 865, 0); - ~script1899(2, 300, 400); - spline_addpoint(0, 4, 0_26_82_30_12, 1605, 0_26_82_30_14, 1600, 0); - spline_addpoint(1, 4, 0_26_82_37_12, 890, 0_26_82_37_12, 880, 0); - ~script1899(3, 300, 400); - spline_addpoint(0, 5, 0_26_82_37_20, 1615, 0_26_82_37_20, 1605, 0); - spline_addpoint(1, 5, 0_26_82_37_12, 905, 0_26_82_37_12, 895, 0); - ~script1899(4, 300, 400); - spline_addpoint(0, 6, 0_26_82_37_20, 1610, 0_26_82_37_20, 1585, 0); - spline_addpoint(1, 6, 0_26_82_37_12, 900, 0_26_82_37_12, 865, 0); - ~script1899(5, 300, 400); -} -return(0_26_82_24_47, 0x131414); diff --git a/dumps/530/script/[proc,script1866].cs2 b/dumps/530/script/[proc,script1866].cs2 deleted file mode 100644 index 09c0d8c31..000000000 --- a/dumps/530/script/[proc,script1866].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 1866 -[proc,script1866](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 4); - spline_new(1, 4); - spline_addpoint(0, 0, 0_46_50_11_42, 1000, 0_46_50_9_42, 1000, 0); - spline_addpoint(1, 0, 0_46_50_11_40, 600, 0_46_50_10_32, 600, 0); - spline_addpoint(0, 1, 0_46_50_11_26, 1000, 0_46_50_12_22, 1000, 0); - spline_addpoint(1, 1, 0_46_50_13_22, 600, 0_46_50_14_18, 600, 0); - ~script1899(0, 100, 100); - spline_addpoint(0, 2, 0_46_50_18_4, 1000, 0_46_50_18_2, 1000, 0); - spline_addpoint(1, 2, 0_46_50_21_1, 600, 0_46_50_21_0, 600, 0); - ~script1899(1, 100, 100); - spline_addpoint(0, 3, 0_46_50_19_0, 1000, 0_46_50_19_0, 1000, 0); - spline_addpoint(1, 3, 0_46_50_22_0, 600, 0_46_50_22_0, 600, 0); - ~script1899(2, 100, 100); -} -return(0_46_50_15_30, 0x131414); diff --git a/dumps/530/script/[proc,script1868].cs2 b/dumps/530/script/[proc,script1868].cs2 deleted file mode 100644 index dfd87ee2b..000000000 --- a/dumps/530/script/[proc,script1868].cs2 +++ /dev/null @@ -1,50 +0,0 @@ -// 1868 -[proc,script1868] -def_int $int0 = ~script1853; -def_int $int1 = ~script1854; -if ($int0 <= 0 & $int1 <= 0) { - if_sethide(true, interface_744:com_260); - if_setonclick(null, interface_744:com_235); - if_setonclick(null, interface_744:com_236); - if_settext("(Click to switch)", interface_744:com_259); - return; -} -if_sethide(false, interface_744:com_260); -if_settext("", interface_744:com_259); -def_string $string0 = ""; -if ($int0 > 0 & $int1 > 0) { - $string0 = "Favourites:"; -} else { - $string0 = "Favourite:"; -} -if_settext($string0, interface_744:com_273); -def_int $int2 = parawidth($string0, 512, p11_full); -if_setsize($int2, 0, ^setsize_abs, ^setsize_minus, interface_744:com_273); -def_int $int3 = 0; -if ($int0 > 0 & $int1 > 0) { - if_sethide(false, interface_744:com_235); - if_sethide(false, interface_744:com_236); - $int3 = calc(if_getwidth(interface_744:com_260) - ($int2 + if_getwidth(interface_744:com_235) + if_getwidth(interface_744:com_236))); - $int3 = calc($int3 / 6); - if_setposition(calc($int3 + $int3), 0, ^setpos_abs_left, ^setpos_abs_top, interface_744:com_273); - if_setposition(calc($int3 + $int3 + $int2 + $int3), 0, ^setpos_abs_left, ^setpos_abs_top, interface_744:com_235); - if_setposition(calc($int3 + $int3), 0, ^setpos_abs_right, ^setpos_abs_top, interface_744:com_236); - ~script1869($int0); - ~script1870($int1); -} else if ($int0 > 0) { - if_sethide(false, interface_744:com_235); - if_sethide(true, interface_744:com_236); - $int3 = calc(if_getwidth(interface_744:com_260) - ($int2 + if_getwidth(interface_744:com_235))); - $int3 = calc($int3 / 5); - if_setposition(calc($int3 + $int3), 0, ^setpos_abs_left, ^setpos_abs_top, interface_744:com_273); - if_setposition(calc($int3 + $int3), 0, ^setpos_abs_right, ^setpos_abs_top, interface_744:com_235); - ~script1869($int0); -} else { - if_sethide(true, interface_744:com_235); - if_sethide(false, interface_744:com_236); - $int3 = calc(if_getwidth(interface_744:com_260) - ($int2 + if_getwidth(interface_744:com_236))); - $int3 = calc($int3 / 5); - if_setposition(calc($int3 + $int3), 0, ^setpos_abs_left, ^setpos_abs_top, interface_744:com_273); - if_setposition(calc($int3 + $int3), 0, ^setpos_abs_right, ^setpos_abs_top, interface_744:com_236); - ~script1870($int1); -} diff --git a/dumps/530/script/[proc,script1869].cs2 b/dumps/530/script/[proc,script1869].cs2 deleted file mode 100644 index e0f2b892c..000000000 --- a/dumps/530/script/[proc,script1869].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1869 -[proc,script1869](int $int0) -if (%varclient_545 = 1) { - if_settext("N/A", interface_744:com_258); - if_setgraphic(graphic_1555, interface_744:com_257); - if_setonclick(null, interface_744:com_235); - if_setonmouseover(null, interface_744:com_235); - if_setonmouseleave(null, interface_744:com_235); - return; -} -def_graphic $graphic1 = graphic_1551; -def_graphic $graphic2 = graphic_1552; -if_settext(tostring($int0), interface_744:com_258); -if_setgraphic($graphic1, interface_744:com_257); -if_setonclick("script1871($int0, 1)", interface_744:com_235); -if_setonmouseover("script1872(interface_744:com_257, $graphic2, interface_744:com_258, 0xffe1be)", interface_744:com_235); -if_setonmouseleave("script1872(interface_744:com_257, $graphic1, interface_744:com_258, 0x461e00)", interface_744:com_235); diff --git a/dumps/530/script/[proc,script1870].cs2 b/dumps/530/script/[proc,script1870].cs2 deleted file mode 100644 index 59a53f737..000000000 --- a/dumps/530/script/[proc,script1870].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 1870 -[proc,script1870](int $int0) -if (%varclient_546 = 1) { - if_settext("N/A", interface_744:com_256); - if_setgraphic(graphic_1555, interface_744:com_255); - if_setonclick(null, interface_744:com_236); - if_setonmouseover(null, interface_744:com_236); - if_setonmouseleave(null, interface_744:com_236); - return; -} -def_graphic $graphic1 = graphic_1551; -def_graphic $graphic2 = graphic_1552; -if_settext(tostring($int0), interface_744:com_256); -if_setgraphic($graphic1, interface_744:com_255); -if_setonclick("script1871($int0, 2)", interface_744:com_236); -if_setonmouseover("script1872(interface_744:com_255, $graphic2, interface_744:com_256, 0xffe1be)", interface_744:com_236); -if_setonmouseleave("script1872(interface_744:com_255, $graphic1, interface_744:com_256, 0x461e00)", interface_744:com_236); diff --git a/dumps/530/script/[proc,script1873].cs2 b/dumps/530/script/[proc,script1873].cs2 deleted file mode 100644 index 0cd561d29..000000000 --- a/dumps/530/script/[proc,script1873].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1873 -[proc,script1873] -cc_deleteall(interface_744:com_224); -~script1875; -if_settext("Loading...", interface_744:com_223); -if_sethide(false, interface_744:com_223); -~script1874; -if_setposition(min(calc((if_getwidth(interface_744:com_194) + parawidth(if_gettext(interface_744:com_197), 512, b12_full)) / 2 + 8), calc(if_getwidth(interface_744:com_194) - if_getwidth(interface_744:com_198))), 0, ^setpos_abs_left, ^setpos_abs_centre, interface_744:com_198); -if_setposition(min(calc((if_getwidth(interface_744:com_211) + parawidth(if_gettext(interface_744:com_214), 512, b12_full)) / 2 + 8), calc(if_getwidth(interface_744:com_211) - if_getwidth(interface_744:com_215))), 0, ^setpos_abs_left, ^setpos_abs_centre, interface_744:com_215); -if (map_lang = 0) { - if_settext("Location", interface_744:com_193); -} else { - if_settext("Language", interface_744:com_193); -} -if_setonresize("script1880", interface_744:com_224); -~script1299; diff --git a/dumps/530/script/[proc,script1874].cs2 b/dumps/530/script/[proc,script1874].cs2 deleted file mode 100644 index fa0f8c48e..000000000 --- a/dumps/530/script/[proc,script1874].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1874 -[proc,script1874] -if (map_world = -1) { - if_settext("World: Auto", interface_744:com_124); - if_sethide(true, interface_744:com_181); - return; -} -if_settext(~script1889, interface_744:com_124); -def_int $int0 = 0; -def_string $string0 = ""; -def_int $int1 = 0; -def_string $string1 = ""; -def_int $int2 = 0; -$int0, $string0, $int1, $string1, $int2 = worldlist_specific(map_world); -if (testbit($int0, 0) = ^true) { - if_setgraphic("world_select_stars,0", interface_744:com_181); -} else { - if_setgraphic("world_select_stars,1", interface_744:com_181); -} -if_setposition(calc(if_getx(interface_744:com_124) + if_getwidth(interface_744:com_124) - (parawidth(if_gettext(interface_744:com_124), 512, p12_full) + if_getwidth(interface_744:com_181) + 5)), 0, ^setpos_abs_left, ^setpos_abs_bottom, interface_744:com_181); -if_sethide(false, interface_744:com_181); diff --git a/dumps/530/script/[proc,script1875].cs2 b/dumps/530/script/[proc,script1875].cs2 deleted file mode 100644 index 8cc43e30c..000000000 --- a/dumps/530/script/[proc,script1875].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1875 -[proc,script1875] -if (unknown_command_5420 = true) { - if_settext("Please choose a game world from the list.
This will cause the applet to reload.", interface_744:com_217); -} else { - if_settext("Please choose a game world from the list.", interface_744:com_217); -} diff --git a/dumps/530/script/[proc,script1879].cs2 b/dumps/530/script/[proc,script1879].cs2 deleted file mode 100644 index f4de928fa..000000000 --- a/dumps/530/script/[proc,script1879].cs2 +++ /dev/null @@ -1,128 +0,0 @@ -// 1879 -[proc,script1879] -cc_deleteall(interface_744:com_224); -if_sethide(true, interface_744:com_223); -if_settext("", interface_744:com_223); -def_int $int0 = ~script1851; -def_int $int1 = ~script1852; -if ($int1 = $int0 & $int1 ! 0) { - $int1 = 0; - ~script1856(0); -} -worldlist_sort(calc($int0 / 2), ~script734(calc($int0 % 2)), calc($int1 / 2), ~script734(calc($int1 % 2))); -def_int $int2 = 0; -def_int $int3 = if_getwidth(interface_744:com_224); -cc_create(interface_744:com_224, ^iftype_text, if_getnextsubid(interface_744:com_224)); -def_int $int4 = cc_getid; -cc_setsize($int3, 18, ^setsize_abs, ^setsize_abs); -cc_setposition(0, $int2, ^setpos_abs_left, ^setpos_abs_top); -$int2 = calc($int2 + 18); -cc_settextfont(b12_full); -cc_setcolour(^white); -cc_settextalign(^settextalign_left, ^settextalign_centre, 0); -def_int $int5 = ~script1853; -def_int $int6 = ~script1854; -if ($int5 > 0) { - if ($int6 > 0) { - cc_settext("Favourite worlds (max 2)"); - $int2 = calc($int2 + 18 + 18 + 10); - } else { - cc_settext("Favourite world (max 2)"); - $int2 = calc($int2 + 18 + 10); - } -} else if ($int6 > 0) { - cc_settext("Favourite world (max 2)"); - $int2 = calc($int2 + 18 + 10); -} else { - cc_settext("Click the heart icons to mark your favourite two worlds."); -} -def_int $int7 = 0; -def_int $int8 = 0; -def_int $int9 = 0; -def_string $string0 = ""; -def_int $int10 = 0; -def_string $string1 = ""; -def_int $int11 = 0; -$int8, $int9, $string0, $int10, $string1, $int11 = worldlist_start; -if ($int8 = -1) { - if_settext("Unable to load list.", interface_744:com_217); - if_settext("The world list could not be loaded.

Please accept our sincerest apologies for the
inconvenience, and try again later.", interface_744:com_223); - if_sethide(false, interface_744:com_223); - if (cc_find(interface_744:com_224, $int4) = true) { - cc_sethide(true); - } - if_setontimer(null, interface_744:com_218); - return; -} -def_int $int12 = 0; -def_int $int13 = 0; -def_int $int14 = 0; -while ($int8 ! -1) { - if ($int12 = 0 & $int5 = $int8) { - ~script1882(18, $int8, $int9, $string0, $int10, $string1, $int11, $int3, 1); - $int12 = 1; - } else if ($int13 = 0 & $int6 = $int8) { - if ($int5 > 0) { - ~script1882(calc(18 + 18), $int8, $int9, $string0, $int10, $string1, $int11, $int3, 2); - } else { - ~script1882(18, $int8, $int9, $string0, $int10, $string1, $int11, $int3, 2); - } - $int13 = 1; - } else { - ~script1882($int2, $int8, $int9, $string0, $int10, $string1, $int11, $int3, $int14); - $int2 = calc($int2 + 18); - $int14 = calc(-1 - $int14); - } - $int7 = calc($int7 + 1); - $int8, $int9, $string0, $int10, $string1, $int11 = worldlist_next; -} -def_graphic $graphic15 = graphic_1541; -def_int $int16 = 1545; -def_graphic $graphic17 = graphic_1542; -def_int $int18 = 1546; -if ($int12 = 0 & $int5 > 0) { - cc_create(interface_744:com_224, ^iftype_rectangle, if_getnextsubid(interface_744:com_224)); - cc_setsize($int3, 18, ^setsize_abs, ^setsize_abs); - cc_setfill(true); - cc_setcolour(0x593d15); - cc_setposition(0, 18, ^setpos_abs_left, ^setpos_abs_top); - cc_create(interface_744:com_224, ^iftype_text, if_getnextsubid(interface_744:com_224)); - cc_setsize(calc($int3 - 30), 18, ^setsize_abs, ^setsize_abs); - cc_setposition(30, 18, ^setpos_abs_left, ^setpos_abs_top); - cc_settextfont(p12_full); - cc_setcolour(^white); - cc_settext("World is running in a different language or is unavailable."); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - cc_create(interface_744:com_224, ^iftype_graphic, if_getnextsubid(interface_744:com_224)); - cc_setsize(13, 12, ^setsize_abs, ^setsize_abs); - cc_setgraphic($graphic15); - cc_setposition(5, calc(18 + (18 - cc_getheight) / 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setonclick("script1883($int5, 0)"); - cc_setonmouseover("script688(interface_744:com_224, cc_getid, $graphic17)"); - cc_setonmouseleave("script688(interface_744:com_224, cc_getid, $graphic15)"); -} -def_int $int19 = 18; -if ($int13 = 0 & $int6 > 0) { - if ($int5 > 0) { - $int19 = calc(18 + 18); - } - cc_create(interface_744:com_224, ^iftype_rectangle, if_getnextsubid(interface_744:com_224)); - cc_setsize($int3, 18, ^setsize_abs, ^setsize_abs); - cc_setfill(true); - cc_setcolour(0x73521c); - cc_setposition(0, $int19, ^setpos_abs_left, ^setpos_abs_top); - cc_create(interface_744:com_224, ^iftype_text, if_getnextsubid(interface_744:com_224)); - cc_setsize(calc($int3 - 30), 18, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_setcolour(^white); - cc_settext("World is running in a different language or is unavailable."); - cc_setposition(30, $int19, ^setpos_abs_left, ^setpos_abs_top); - cc_create(interface_744:com_224, ^iftype_graphic, if_getnextsubid(interface_744:com_224)); - cc_setsize(13, 12, ^setsize_abs, ^setsize_abs); - cc_setgraphic($graphic15); - cc_setonclick("script1883($int6, 0)"); - cc_setonmouseover("script688(interface_744:com_224, cc_getid, $graphic17)"); - cc_setonmouseleave("script688(interface_744:com_224, cc_getid, $graphic15)"); - cc_setposition(5, calc($int19 + (18 - cc_getheight) / 2), ^setpos_abs_left, ^setpos_abs_top); -} -~script1881($int2); diff --git a/dumps/530/script/[proc,script1881].cs2 b/dumps/530/script/[proc,script1881].cs2 deleted file mode 100644 index a61f4c1ac..000000000 --- a/dumps/530/script/[proc,script1881].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1881 -[proc,script1881](int $int0) -if_setscrollsize(0, $int0, interface_744:com_224); -if ($int0 >= if_getheight(interface_744:com_224)) { - ~script31(interface_744:com_225, interface_744:com_224, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); - ~script72(interface_744:com_225, interface_744:com_224, if_getscrolly(interface_744:com_224)); -} else { - if_setscrollpos(0, 0, interface_744:com_224); - cc_deleteall(interface_744:com_225); -} diff --git a/dumps/530/script/[proc,script1882].cs2 b/dumps/530/script/[proc,script1882].cs2 deleted file mode 100644 index de1c18689..000000000 --- a/dumps/530/script/[proc,script1882].cs2 +++ /dev/null @@ -1,154 +0,0 @@ -// 1882 -[proc,script1882](int $int0, int $int1, int $int2, string $string0, int $int3, string $string1, int $int4, int $int5, int $int6) -def_graphic $graphic7 = graphic_1541; -def_graphic $graphic8 = graphic_1545; -def_graphic $graphic9 = graphic_1542; -def_graphic $graphic10 = graphic_1546; -def_int $int11 = 0; -def_int $int12 = 0; -def_int $int13 = 0; -def_int $int14 = 0; -def_int $int15 = 0; -if (testbit($int2, 0) = ^true) { - $int11 = 1; -} -if (testbit($int2, 1) = ^true) { - $int12 = 1; -} -if (testbit($int2, 2) = ^true) { - $int13 = 1; -} -if (testbit($int2, 3) = ^true) { - $int14 = 1; -} -if (testbit($int2, 4) = ^true) { - $int15 = 1; -} -cc_create(interface_744:com_224, ^iftype_rectangle, if_getnextsubid(interface_744:com_224)); -cc_setsize($int5, 18, ^setsize_abs, ^setsize_abs); -cc_setposition(0, $int0, ^setpos_abs_left, ^setpos_abs_top); -cc_setfill(true); -cc_setonclick("script1883($int1, event_mousex)"); -.cc_create(interface_744:com_224, ^iftype_graphic, if_getnextsubid(interface_744:com_224)); -.cc_setsize(13, 12, ^setsize_abs, ^setsize_abs); -.cc_setposition(5, calc((18 - .cc_getheight) / 2 + $int0), ^setpos_abs_left, ^setpos_abs_top); -switch_int ($int6) { - case 1 : - cc_setonmouserepeat("script1884(interface_744:com_224, cc_getid, .cc_getid, 0x593d15, $graphic9, $graphic7, $int4, event_mousex)"); - cc_setonmouseleave("script1885(interface_744:com_224, cc_getid, .cc_getid, 0x593d15, $graphic7)"); - cc_setcolour(0x593d15); - .cc_setgraphic($graphic7); - case 2 : - cc_setonmouserepeat("script1884(interface_744:com_224, cc_getid, .cc_getid, 0x73521c, $graphic9, $graphic7, $int4, event_mousex)"); - cc_setonmouseleave("script1885(interface_744:com_224, cc_getid, .cc_getid, 0x73521c, $graphic7)"); - cc_setcolour(0x73521c); - .cc_setgraphic($graphic7); - case 0 : - cc_setonmouserepeat("script1884(interface_744:com_224, cc_getid, .cc_getid, 0x574423, $graphic10, $graphic8, $int4, event_mousex)"); - cc_setonmouseleave("script1885(interface_744:com_224, cc_getid, .cc_getid, 0x574423, $graphic8)"); - cc_setcolour(0x574423); - .cc_setgraphic($graphic8); - case default : - cc_setonmouserepeat("script1884(interface_744:com_224, cc_getid, .cc_getid, 0x45351b, $graphic10, $graphic8, $int4, event_mousex)"); - cc_setonmouseleave("script1885(interface_744:com_224, cc_getid, .cc_getid, 0x45351b, $graphic8)"); - cc_setcolour(0x45351b); - .cc_setgraphic($graphic8); -} -cc_create(interface_744:com_224, ^iftype_text, if_getnextsubid(interface_744:com_224)); -cc_setsize(60, 18, ^setsize_abs, ^setsize_abs); -cc_setposition(45, $int0, ^setpos_abs_left, ^setpos_abs_top); -cc_settextfont(p12_full); -cc_setcolour(^white); -cc_settext("World "); -cc_settextalign(^settextalign_left, ^settextalign_centre, 0); -cc_create(interface_744:com_224, ^iftype_text, if_getnextsubid(interface_744:com_224)); -cc_setsize(65, 18, ^setsize_abs, ^setsize_abs); -cc_setposition(85, $int0, ^setpos_abs_left, ^setpos_abs_top); -cc_settextfont(p12_full); -cc_setcolour(^white); -if ($int4 >= 1980) { - cc_settext("FULL"); -} else if ($int4 >= 0) { - cc_settext(tostring($int4)); -} else { - cc_settext("OFFLINE"); -} -cc_settextalign(^settextalign_right, ^settextalign_top, 0); -cc_create(interface_744:com_224, ^iftype_graphic, if_getnextsubid(interface_744:com_224)); -cc_setsize(24, 12, ^setsize_abs, ^setsize_abs); -cc_setposition(155, calc((18 - cc_getheight) / 2 + $int0), ^setpos_abs_left, ^setpos_abs_top); -.cc_create(interface_744:com_224, ^iftype_text, if_getnextsubid(interface_744:com_224)); -.cc_setsize(105, 18, ^setsize_abs, ^setsize_abs); -.cc_setposition(180, $int0, ^setpos_abs_left, ^setpos_abs_top); -.cc_settextfont(p12_full); -.cc_setcolour(^white); -.cc_settextalign(^settextalign_left, ^settextalign_centre, 0); -if (map_lang = 0) { - cc_setgraphic(enum(int, graphic, enum_1810, $int3)); - .cc_settext($string1); -} else if (map_lang = 1) { - cc_setgraphic(graphic_1517); - .cc_settext("German"); -} else if (map_lang = 2) { - cc_setgraphic(enum(int, graphic, enum_1810, 74)); - .cc_settext("French"); -} -cc_create(interface_744:com_224, ^iftype_text, if_getnextsubid(interface_744:com_224)); -cc_setsize(200, 18, ^setsize_abs, ^setsize_abs); -cc_setposition(290, $int0, ^setpos_abs_left, ^setpos_abs_top); -cc_settextfont(p12_full); -if ($int15 = 1) { - cc_setcolour(^yellow); -} else { - cc_setcolour(^white); -} -cc_settext($string0); -cc_settextalign(^settextalign_left, ^settextalign_centre, 0); -cc_create(interface_744:com_224, ^iftype_graphic, if_getnextsubid(interface_744:com_224)); -cc_setsize(17, 17, ^setsize_abs, ^setsize_abs); -cc_setposition(456, $int0, ^setpos_abs_left, ^setpos_abs_top); -if ($int14 = 1) { - cc_setgraphic("options_radio_buttons,2"); -} else { - cc_setgraphic("options_radio_buttons,1"); -} -cc_create(interface_744:com_224, ^iftype_graphic, if_getnextsubid(interface_744:com_224)); -cc_setsize(19, 18, ^setsize_abs, ^setsize_abs); -cc_setposition(25, $int0, ^setpos_abs_left, ^setpos_abs_top); -.cc_create(interface_744:com_224, ^iftype_graphic, if_getnextsubid(interface_744:com_224)); -.cc_setsize(19, 18, ^setsize_abs, ^setsize_abs); -.cc_setposition(555, $int0, ^setpos_abs_left, ^setpos_abs_top); -if ($int11 = 1) { - cc_setgraphic("world_select_stars,0"); - .cc_setgraphic("world_select_stars,0"); -} else { - cc_setgraphic("world_select_stars,1"); - .cc_setgraphic("world_select_stars,1"); -} -cc_create(interface_744:com_224, ^iftype_text, if_getnextsubid(interface_744:com_224)); -cc_setsize(100, 18, ^setsize_abs, ^setsize_abs); -cc_setposition(575, $int0, ^setpos_abs_left, ^setpos_abs_top); -cc_settextfont(p12_full); -cc_setcolour(^white); -if ($int11 = 1) { - cc_settext("Members"); -} else { - cc_settext("Free"); -} -cc_settextalign(^settextalign_left, ^settextalign_centre, 0); -cc_create(interface_744:com_224, ^iftype_graphic, if_getnextsubid(interface_744:com_224)); -cc_setsize(17, 17, ^setsize_abs, ^setsize_abs); -cc_setposition(490, $int0, ^setpos_abs_left, ^setpos_abs_top); -if ($int12 = 1) { - cc_setgraphic("options_radio_buttons,2"); -} else { - cc_setgraphic("options_radio_buttons,1"); -} -cc_create(interface_744:com_224, ^iftype_graphic, if_getnextsubid(interface_744:com_224)); -cc_setsize(17, 17, ^setsize_abs, ^setsize_abs); -cc_setposition(525, $int0, ^setpos_abs_left, ^setpos_abs_top); -if ($int13 = 1) { - cc_setgraphic("options_radio_buttons,2"); -} else { - cc_setgraphic("options_radio_buttons,1"); -} diff --git a/dumps/530/script/[proc,script1886].cs2 b/dumps/530/script/[proc,script1886].cs2 deleted file mode 100644 index 57cc6c3cf..000000000 --- a/dumps/530/script/[proc,script1886].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1886 -[proc,script1886] -if (%varclient_176 = 0) { - %varclient_176 = calc((random(13) + 1) * 10); -} -def_coord $coord0 = null; -def_int $rgb1 = ^black; -$coord0, $rgb1 = ~script1239(0); -cam_moveto($coord0, 1000, 100, 100); -cam_lookat($coord0, 0, 100, 100); diff --git a/dumps/530/script/[proc,script1887].cs2 b/dumps/530/script/[proc,script1887].cs2 deleted file mode 100644 index 359c416c8..000000000 --- a/dumps/530/script/[proc,script1887].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 1887 -[proc,script1887](component $component0, component $component1, component $component2, component $component3, component $component4) -if (if_find($component1) = true) { - cc_setsize(16384, 16384, ^setsize_aspect, ^setsize_rel); - cc_setaspect(956, 503); - cc_settrans(0); - cc_setontimer(null); - cc_sethide(false); -} -if_setontimer(null, $component0); -if_setoncamfinished(null, $component0); -if_sethide(true, $component0); -if_setontimer(null, $component2); -if_setcolour(^black, $component2); -if_settrans(0, $component2); -if_sethide(false, $component2); -if (getwindowmode >= 1) { - if_sethide(true, $component3); - if_sethide(true, $component4); - detail_removeroofs_option_override(1); - ~script1886; - %varclient_177 = calc(clientclock + 30 + 30); - if_setontimer("script1248($component0, $component1, $component2)", $component1); -} else { - %varclient_176 = 0; - if_sethide(false, $component3); - if_sethide(false, $component4); -} diff --git a/dumps/530/script/[proc,script1888].cs2 b/dumps/530/script/[proc,script1888].cs2 deleted file mode 100644 index 13c7c7490..000000000 --- a/dumps/530/script/[proc,script1888].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 1888 -[proc,script1888] -if (%varclient_543 >= 1 & getwindowmode = 0 | %varclient_543 = 0 & getwindowmode >= 1) { - ~script1887(interface_744:com_125, interface_744:com_127, interface_744:com_126, interface_744:com_128, interface_744:com_129); -} diff --git a/dumps/530/script/[proc,script1889].cs2 b/dumps/530/script/[proc,script1889].cs2 deleted file mode 100644 index 353e28b04..000000000 --- a/dumps/530/script/[proc,script1889].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1889 -[proc,script1889]()(string) -if (~script1431 = 1) { - return("World (PvP)"); -} -return("World "); diff --git a/dumps/530/script/[proc,script1893].cs2 b/dumps/530/script/[proc,script1893].cs2 deleted file mode 100644 index 9a5769d66..000000000 --- a/dumps/530/script/[proc,script1893].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1893 -[proc,script1893](int $int0) -if (detailget_antialiasing ! detailget_antialiasing_default) { - detail_antialiasing(0); - detail_antialiasing_default(0); -} else { - setwindowmode(getdefaultwindowmode); -} -if_setontimer(null, interface_744:com_237); -~script1888; -%varclient_543 = getwindowmode; -def_string $string0 = "kbase/view.ws?guid=hd_fullscreen_help"; -if ($int0 = 1) { - if_settext("The change of detail mode has been cancelled.

Perhaps different settings on the Graphics Options menu would work better for you?", interface_744:com_135); - if_setonclick("script1173(interface_744:com_138)", interface_744:com_137); - if_settext("Advanced info", interface_744:com_136); - if_setonclick("script702($string0, true)", interface_744:com_136); - ~script1174(interface_744:com_411); -} else { - ~script1174(interface_744:com_138); -} diff --git a/dumps/530/script/[proc,script1894].cs2 b/dumps/530/script/[proc,script1894].cs2 deleted file mode 100644 index 42161f06e..000000000 --- a/dumps/530/script/[proc,script1894].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 1894 -[proc,script1894](component $component0) -switch_int (login_disallowresult) { - case 0 : - if_settext("You must have a Combat Level of at least 20 (without Summoning) to enter a PvP world.", $component0); - case 1 : - if_settext("You are currently carrying lent items and cannot enter a PvP world.", $component0); - case default : - if_settext("Unexpected server response. Please try using a different world.", $component0); -} diff --git a/dumps/530/script/[proc,script1895].cs2 b/dumps/530/script/[proc,script1895].cs2 deleted file mode 100644 index fae9b4673..000000000 --- a/dumps/530/script/[proc,script1895].cs2 +++ /dev/null @@ -1,75 +0,0 @@ -// 1895 -[proc,script1895](int $int0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12, int $rgb13, int $rgb14) -if ($component1 ! null) { - if (getwindowmode = 0) { - if_setgraphic(graphic_1584, $component2); - if_setonclick(null, $component1); - if_setonmouseover(null, $component1); - if_setonmouseleave(null, $component1); - } else { - if_setgraphic(null, $component2); - if_setonclick("script1896(0, $int0)", $component1); - if_setonmouseover("script45($component3, $rgb13)", $component1); - if_setonmouseleave("script45($component3, $rgb14)", $component1); - } - if_setcolour($rgb14, $component3); -} -if ($component4 ! null) { - if (getwindowmode = ^windowmode_small) { - if_setgraphic(graphic_1584, $component5); - if_setonclick(null, $component4); - if_setonmouseover(null, $component4); - if_setonmouseleave(null, $component4); - } else { - if_setgraphic(null, $component5); - if_setonclick("script1896(1, $int0)", $component4); - if_setonmouseover("script45($component6, $rgb13)", $component4); - if_setonmouseleave("script45($component6, $rgb14)", $component4); - } - if_setcolour($rgb14, $component6); -} -if ($component7 ! null) { - if (getwindowmode = ^windowmode_resizable) { - if_setgraphic(graphic_1584, $component8); - if_setonclick(null, $component7); - if_setonmouseover(null, $component7); - if_setonmouseleave(null, $component7); - } else { - if_setgraphic(null, $component8); - if_setonclick("script1896(2, $int0)", $component7); - if_setonmouseover("script45($component9, $rgb13)", $component7); - if_setonmouseleave("script45($component9, $rgb14)", $component7); - } - if_setcolour($rgb14, $component9); -} -if ($component10 ! null) { - if ($int0 = 2) { - if_setposition(24, 17, ^setpos_abs_centre, ^setpos_abs_top, $component11); - } - if ($int0 = 3) { - if_setposition(25, 17, ^setpos_abs_centre, ^setpos_abs_top, $component11); - } - if (getwindowmode = ^windowmode_fullscreen) { - if_setgraphic(graphic_1584, $component11); - if_setonclick(null, $component10); - if_setonmouseover(null, $component10); - if_setonmouseleave(null, $component10); - } else if (fullscreen_modecount <= 0) { - if ($int0 = 2) { - if_setposition(23, 19, ^setpos_abs_centre, ^setpos_abs_top, $component11); - } - if ($int0 = 3) { - if_setposition(22, 20, ^setpos_abs_centre, ^setpos_abs_top, $component11); - } - if_setgraphic("options_radio_buttons,1", $component11); - if_setonclick(null, $component10); - if_setonmouseover(null, $component10); - if_setonmouseleave(null, $component10); - } else { - if_setgraphic(null, $component11); - if_setonclick("script1896(3, $int0)", $component10); - if_setonmouseover("script45($component12, $rgb13)", $component10); - if_setonmouseleave("script45($component12, $rgb14)", $component10); - } - if_setcolour($rgb14, $component12); -} diff --git a/dumps/530/script/[proc,script1898].cs2 b/dumps/530/script/[proc,script1898].cs2 deleted file mode 100644 index e0b35db90..000000000 --- a/dumps/530/script/[proc,script1898].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 1898 -[proc,script1898](int $int0)(int, int) -switch_int ($int0) { - case 0 : - return(%varclient_523, %varclient_533); - case 1 : - return(%varclient_524, %varclient_534); - case 2 : - return(%varclient_525, %varclient_535); - case 3 : - return(%varclient_526, %varclient_536); - case 4 : - return(%varclient_527, %varclient_537); - case 5 : - return(%varclient_528, %varclient_538); - case 6 : - return(%varclient_529, %varclient_539); - case 7 : - return(%varclient_530, %varclient_540); - case 8 : - return(%varclient_531, %varclient_541); - case 9 : - return(%varclient_532, %varclient_542); -} -return(0, 0); diff --git a/dumps/530/script/[proc,script1899].cs2 b/dumps/530/script/[proc,script1899].cs2 deleted file mode 100644 index 75df0fa62..000000000 --- a/dumps/530/script/[proc,script1899].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1899 -[proc,script1899](int $int0, int $int1, int $int2) -switch_int ($int0) { - case 0 : - %varclient_523, %varclient_533 = $int1, $int2; - case 1 : - %varclient_524, %varclient_534 = $int1, $int2; - case 2 : - %varclient_525, %varclient_535 = $int1, $int2; - case 3 : - %varclient_526, %varclient_536 = $int1, $int2; - case 4 : - %varclient_527, %varclient_537 = $int1, $int2; - case 5 : - %varclient_528, %varclient_538 = $int1, $int2; - case 6 : - %varclient_529, %varclient_539 = $int1, $int2; - case 7 : - %varclient_530, %varclient_540 = $int1, $int2; - case 8 : - %varclient_531, %varclient_541 = $int1, $int2; - case 9 : - %varclient_532, %varclient_542 = $int1, $int2; -} diff --git a/dumps/530/script/[proc,script1900].cs2 b/dumps/530/script/[proc,script1900].cs2 deleted file mode 100644 index 903b43f97..000000000 --- a/dumps/530/script/[proc,script1900].cs2 +++ /dev/null @@ -1,52 +0,0 @@ -// 1900 -[proc,script1900](component $component0, component $component1, int $int2, int $int3) -%varclient_159 = 0; -%varclient_158 = 0; -def_int $int4 = 0; -while (cc_find($component0, $int4) = true) { - if ($int4 = $int2) { - cc_setonmouseover(null); - cc_setonmouseleave(null); - if (.cc_find($component1, $int4) = true) { - .cc_sethide(false); - .cc_setcolour(0x969777); - } - } else { - cc_setonmouseover("script1082(calc($int3 - 1), $component1, $int4)"); - cc_setonmouseleave("script1083(calc($int3 - 1), $component1, $int4)"); - if (.cc_find($component1, $int4) = true) { - .cc_sethide(true); - } - } - $int4 = calc($int4 + 1); -} -%varclient_128 = -1; -%varclient_129 = 0; -%varclientstring_30 = ""; -def_string $string0 = "Search phrases..."; -if (%varclient_126 = 1) { - $string0 = "To <%varclientstring_27>: <$string0>"; -} else if (%varclient_126 = 2) { - $string0 = "[]: <$string0>"; -} else { - $string0 = "<$string0>"; -} -if_sethide(true, interface_137:com_50); -if_setonkey(null, interface_137:com_51); -if_sethide(false, interface_137:com_0); -if_sethide(true, interface_137:com_7); -if_sethide(true, interface_137:com_9); -if_sethide(false, interface_137:com_13); -if_sethide(true, interface_137:com_17); -if_sethide(true, interface_137:com_1); -if_sethide(false, interface_137:com_3); -if_setcolour(^black, interface_137:com_3); -if_settextfont(p12_full, interface_137:com_3); -if_settextalign(^settextalign_left, ^settextalign_centre, 0, interface_137:com_3); -if_settext($string0, interface_137:com_3); -if_settextshadow(false, interface_137:com_3); -cc_deleteall(interface_137:com_16); -if_settext("Search for: *", interface_137:com_14); -if_setonkey("script1901(event_keycode, event_keychar, interface_137:com_1, interface_137:com_14, interface_137:com_16, interface_137:com_15, 0)", interface_137:com_13); -if_setscrollsize(0, 0, interface_137:com_16); -~script72(interface_137:com_15, interface_137:com_16, 0); diff --git a/dumps/530/script/[proc,script1902].cs2 b/dumps/530/script/[proc,script1902].cs2 deleted file mode 100644 index 6aa7e36ad..000000000 --- a/dumps/530/script/[proc,script1902].cs2 +++ /dev/null @@ -1,68 +0,0 @@ -// 1902 -[proc,script1902](component $component0, component $component1, component $component2) -%varclient_128 = -1; -def_int $int3 = chatphrase_find(%varclientstring_30, false); -def_int $int4 = if_getwidth($component1); -def_int $int5 = calc($int4 - 8); -if ($int3 = -1) { - cc_create($component1, ^iftype_text, 0); - cc_setposition(0, 48, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 14, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_settext("Too many results. Please refine your search."); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_setcolour(^black); - cc_settextshadow(false); - if_setscrollsize(0, 0, $component1); - ~script1905($component1, $component2); - return; -} -if ($int3 = 0) { - cc_create($component1, ^iftype_text, 0); - cc_setposition(0, 48, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 14, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_settext("No matching items found."); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_setcolour(^black); - cc_settextshadow(false); - if_setscrollsize(0, 0, $component1); - ~script1905($component1, $component2); - return; -} -def_int $int6 = 1; -def_chatphrase $chatphrase7 = chatphrase_findnext; -def_string $string0 = ""; -cc_create($component1, ^iftype_rectangle, 0); -while ($chatphrase7 ! null) { - if (compare($string0, chatphrase_gettext($chatphrase7)) ! 0) { - $string0 = chatphrase_gettext($chatphrase7); - cc_create($component1, ^iftype_text, $int6); - cc_setposition(4, calc(14 * ($int6 - 1)), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int5, 14, ^setsize_abs, ^setsize_abs); - cc_setcolour(^black); - cc_settext(chatphrase_gettext($chatphrase7)); - cc_settextfont(p12_full); - cc_settextshadow(false); - cc_setonmouseover("script1906($int6, $component1)"); - cc_setonclick("script1070($component0, $chatphrase7, 0)"); - $int6 = calc($int6 + 1); - } - $chatphrase7 = chatphrase_findnext; -} -if ($int6 = 1) { - cc_create($component1, ^iftype_text, 0); - cc_setposition(0, 48, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 14, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_settext("No matching items found."); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_setcolour(^black); - cc_settextshadow(false); - if_setscrollsize(0, 0, $component1); - ~script1905($component1, $component2); - return; -} -if_setonkey("script1901(event_keycode, event_keychar, interface_137:com_1, interface_137:com_14, interface_137:com_16, interface_137:com_15, calc($int6 - 1))", interface_137:com_13); -if_setscrollsize(0, calc(14 * ($int6 - 1)), $component1); -~script1905($component1, $component2); diff --git a/dumps/530/script/[proc,script1904].cs2 b/dumps/530/script/[proc,script1904].cs2 deleted file mode 100644 index 96451ef29..000000000 --- a/dumps/530/script/[proc,script1904].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 1904 -[proc,script1904](component $component0, component $component1, component $component2) -cc_deleteall($component1); -if (string_length(%varclientstring_30) > 0) { - ~script1902($component0, $component1, $component2); -} else { - if_setscrollsize(0, 0, $component1); - ~script1905($component1, $component2); -} diff --git a/dumps/530/script/[proc,script1905].cs2 b/dumps/530/script/[proc,script1905].cs2 deleted file mode 100644 index d2d18358e..000000000 --- a/dumps/530/script/[proc,script1905].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1905 -[proc,script1905](component $component0, component $component1) -def_int $int2 = if_getheight($component0); -def_int $int3 = if_getscrollheight($component0); -def_int $int4 = calc($int3 - $int2); -if ($int4 < 0) { - $int4 = 0; -} -def_int $int5 = if_getscrolly($component0); -if ($int5 > $int4) { - $int5 = $int4; -} -~script31($component1, $component0, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -~script72($component1, $component0, $int5); diff --git a/dumps/530/script/[proc,script1919].cs2 b/dumps/530/script/[proc,script1919].cs2 deleted file mode 100644 index 25083c3dc..000000000 --- a/dumps/530/script/[proc,script1919].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 1919 -[proc,script1919] -if (%varclient_583 > 0) { - if_setcolour(0xc8aa64, interface_813:com_99); -} else { - if_setcolour(0x333333, interface_813:com_99); -} -if (%varclient_584 > 0) { - if_setcolour(0xc8aa64, interface_813:com_101); -} else { - if_setcolour(0x333333, interface_813:com_101); -} -if (%varclient_585 > 0) { - if_setcolour(0xc8aa64, interface_813:com_103); -} else { - if_setcolour(0x333333, interface_813:com_103); -} -if (%varclient_586 > 0) { - if_setcolour(0xc8aa64, interface_813:com_105); -} else { - if_setcolour(0x333333, interface_813:com_105); -} -if (%varclient_587 > 0) { - if_setcolour(0xc8aa64, interface_813:com_107); -} else { - if_setcolour(0x333333, interface_813:com_107); -} diff --git a/dumps/530/script/[proc,script1927].cs2 b/dumps/530/script/[proc,script1927].cs2 deleted file mode 100644 index 7cd5245ea..000000000 --- a/dumps/530/script/[proc,script1927].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1927 -[proc,script1927](component $component0) -def_int $int1 = 1; -while ($int1 <= 6) { - if ($int1 = enum(component, int, enum_2027, $component0) | $int1 = %varclient_544) { - if_sethide(false, enum(int, component, enum_2031, $int1)); - if_setcolour(^white, enum(int, component, enum_2030, $int1)); - if_setcolour(^white, enum(int, component, enum_2029, $int1)); - } else { - if_sethide(true, enum(int, component, enum_2031, $int1)); - if_setcolour(0xc8aa64, enum(int, component, enum_2030, $int1)); - if_setcolour(0xc8aa64, enum(int, component, enum_2029, $int1)); - } - $int1 = calc($int1 + 1); -} diff --git a/dumps/530/script/[proc,script1928].cs2 b/dumps/530/script/[proc,script1928].cs2 deleted file mode 100644 index 8f62f5dbc..000000000 --- a/dumps/530/script/[proc,script1928].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 1928 -[proc,script1928] -def_int $int0 = 1; -while ($int0 <= 6) { - if ($int0 = %varclient_544) { - if_sethide(false, enum(int, component, enum_2031, $int0)); - if_setcolour(^white, enum(int, component, enum_2030, $int0)); - if_setcolour(^white, enum(int, component, enum_2029, $int0)); - } else { - if_sethide(true, enum(int, component, enum_2031, $int0)); - if_setcolour(0xc8aa64, enum(int, component, enum_2030, $int0)); - if_setcolour(0xc8aa64, enum(int, component, enum_2029, $int0)); - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script1929].cs2 b/dumps/530/script/[proc,script1929].cs2 deleted file mode 100644 index 4a810d6e7..000000000 --- a/dumps/530/script/[proc,script1929].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 1929 -[proc,script1929] -if_sethide(true, interface_811:com_110); -if_setcolour(0xc8aa64, interface_811:com_126); -if_setcolour(0xc8aa64, interface_811:com_127); -if_sethide(true, interface_811:com_52); -if_setcolour(0xc8aa64, interface_811:com_63); -if_setcolour(0xc8aa64, interface_811:com_65); -if_sethide(true, interface_811:com_38); -if_setcolour(0xc8aa64, interface_811:com_48); -if_setcolour(0xc8aa64, interface_811:com_49); -if_sethide(true, interface_811:com_95); -if_setcolour(0xc8aa64, interface_811:com_105); -if_setcolour(0xc8aa64, interface_811:com_106); -if_sethide(true, interface_811:com_81); -if_setcolour(0xc8aa64, interface_811:com_91); -if_setcolour(0xc8aa64, interface_811:com_92); -if_sethide(true, interface_811:com_67); -if_setcolour(0xc8aa64, interface_811:com_77); -if_setcolour(0xc8aa64, interface_811:com_78); diff --git a/dumps/530/script/[proc,script192].cs2 b/dumps/530/script/[proc,script192].cs2 deleted file mode 100644 index 66ece919a..000000000 --- a/dumps/530/script/[proc,script192].cs2 +++ /dev/null @@ -1,35 +0,0 @@ -// 192 -[proc,script192] -def_int $int0 = chat_gethistorylength; -def_int $chattype1 = ^chattype_gamemessage; -if ($int0 > %varclient_43) { - if (%varclient_41 = 0) { - %varclient_43 = $int0; - return; - } - $int0 = calc($int0 - %varclient_43 - 1); - if ($int0 >= 100) { - $int0 = 99; - } - while ($int0 >= 0) { - $chattype1 = chat_gethistorytype($int0); - if (~script90($int0, 0) = true & ~script506($int0) = false) { - switch_int ($chattype1) { - case ^chattype_gamemessage : - ~script180(1); - case ^chattype_modchat, ^chattype_publicchat, ^chattype_quickchat_public : - ~script180(2); - case ^chattype_privatechat, ^chattype_loginlogoutnotification, ^chattype_privatechatout, ^chattype_modprivatechat, ^chattype_quickchat_private_incoming, ^chattype_quickchat_private_outgoing : - ~script180(3); - case ^chattype_engine, 8, 12, 14, 15, 21 : - ~script180(5); - case ^chattype_friendschat, ^chattype_friendschatnotification, 16, ^chattype_quickchat_friend_chat : - ~script180(4); - case 10, 13 : - ~script180(6); - } - } - $int0 = calc($int0 - 1); - } - %varclient_43 = chat_gethistorylength; -} diff --git a/dumps/530/script/[proc,script1930].cs2 b/dumps/530/script/[proc,script1930].cs2 deleted file mode 100644 index d7669ce20..000000000 --- a/dumps/530/script/[proc,script1930].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1930 -[proc,script1930](int $int0)(int) -switch_int ($int0) { - case 1 : - return(20); - case 2 : - return(20); - case 3 : - return(30); - case 4 : - return(28); - case 5 : - return(24); - case 6 : - return(26); - case default : - return(-1); -} -return(-1); diff --git a/dumps/530/script/[proc,script1931].cs2 b/dumps/530/script/[proc,script1931].cs2 deleted file mode 100644 index 5cfe74dec..000000000 --- a/dumps/530/script/[proc,script1931].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 1931 -[proc,script1931](component $component0)(int) -if ($component0 = interface_811:com_21) { - return(1); -} -if ($component0 = interface_811:com_22) { - return(2); -} -if ($component0 = interface_811:com_23) { - return(3); -} -if ($component0 = interface_811:com_24) { - return(4); -} -if ($component0 = interface_811:com_25) { - return(5); -} -if ($component0 = interface_811:com_26) { - return(6); -} -return(0); diff --git a/dumps/530/script/[proc,script193].cs2 b/dumps/530/script/[proc,script193].cs2 deleted file mode 100644 index 77c637997..000000000 --- a/dumps/530/script/[proc,script193].cs2 +++ /dev/null @@ -1,42 +0,0 @@ -// 193 -[proc,script193](int $int0)(boolean) -if (%varclient_41 = 0) { - return(true); -} -def_int $chattype1 = chat_gethistorytype($int0); -if ($chattype1 = null) { - return(false); -} -switch_int (%varclient_41) { - case 1 : - if ($chattype1 = ^chattype_gamemessage) { - return(true); - } - case 2 : - if ($chattype1 = ^chattype_modchat | $chattype1 = ^chattype_publicchat | $chattype1 = ^chattype_quickchat_public) { - return(true); - } - case 3 : - switch_int ($chattype1) { - case ^chattype_privatechat, ^chattype_privatechatout, ^chattype_loginlogoutnotification, ^chattype_quickchat_private_incoming, ^chattype_quickchat_private_outgoing, ^chattype_modprivatechat : - return(true); - } - case 4 : - switch_int ($chattype1) { - case ^chattype_friendschat, ^chattype_friendschatnotification, 16, ^chattype_quickchat_friend_chat : - return(true); - } - case 5 : - switch_int ($chattype1) { - case ^chattype_engine, 8, 12, 14, 15, 21 : - return(true); - } - if (~script506($int0) = true) { - return(true); - } - case 6 : - if ($chattype1 = 10 | $chattype1 = 13) { - return(true); - } -} -return(false); diff --git a/dumps/530/script/[proc,script1942].cs2 b/dumps/530/script/[proc,script1942].cs2 deleted file mode 100644 index 58a04de5e..000000000 --- a/dumps/530/script/[proc,script1942].cs2 +++ /dev/null @@ -1,30 +0,0 @@ -// 1942 -[proc,script1942] -if (%varclient_560 = 0) { - %varclient_559 = min(255, calc(%varclient_559 + 6)); - if (%varclient_559 = 255) { - %varclient_560 = 1; - } -} else if (%varclient_560 = 1) { - %varclient_559 = max(60, calc(%varclient_559 - 6)); - if (%varclient_559 = 60) { - %varclient_560 = 0; - } -} -if_settrans(%varclient_559, interface_809:com_14); -if (%varclient_561 < 4) { - if (if_gethide(interface_809:com_18) = true) { - %varclient_562 = min(20, calc(%varclient_562 + 1)); - if (%varclient_562 = 20) { - %varclient_562 = 0; - if_sethide(false, interface_809:com_18); - } - } else { - %varclient_562 = min(35, calc(%varclient_562 + 1)); - if (%varclient_562 = 35) { - %varclient_562 = 0; - if_sethide(true, interface_809:com_18); - %varclient_561 = min(4, calc(%varclient_561 + 1)); - } - } -} diff --git a/dumps/530/script/[proc,script1950].cs2 b/dumps/530/script/[proc,script1950].cs2 deleted file mode 100644 index ec81b0f44..000000000 --- a/dumps/530/script/[proc,script1950].cs2 +++ /dev/null @@ -1,30 +0,0 @@ -// 1950 -[proc,script1950](int $int0)(coord, int) -if ($int0 = 1) { - spline_new(0, 8); - spline_new(1, 8); - spline_addpoint(0, 0, 0_47_155_8_57, 775, 0_47_155_1_42, 775, 0); - spline_addpoint(1, 0, 0_47_155_9_63, 210, 0_47_155_16_62, 210, 0); - spline_addpoint(0, 1, 0_47_155_12_42, 790, 0_47_155_15_37, 780, 0); - spline_addpoint(1, 1, 0_47_155_24_46, 210, 0_47_155_24_44, 210, 0); - ~script1899(0, 200, 300); - spline_addpoint(0, 2, 0_47_155_18_26, 790, 0_47_155_23_20, 770, 0); - spline_addpoint(1, 2, 0_47_155_28_36, 210, 0_47_155_32_35, 210, 0); - ~script1899(1, 200, 300); - spline_addpoint(0, 3, 0_47_155_39_29, 785, 0_47_155_43_30, 775, 0); - spline_addpoint(1, 3, 0_47_155_48_38, 210, 0_47_155_56_38, 210, 0); - ~script1899(2, 200, 300); - spline_addpoint(0, 4, 0_47_155_42_25, 790, 0_47_155_35_24, 785, 0); - spline_addpoint(1, 4, 0_47_155_57_12, 210, 0_47_155_51_2, 210, 0); - ~script1899(3, 200, 300); - spline_addpoint(0, 5, 0_47_155_20_27, 790, 0_47_155_16_26, 785, 0); - spline_addpoint(1, 5, 0_47_155_11_10, 210, 0_47_155_9_8, 210, 0); - ~script1899(4, 150, 250); - spline_addpoint(0, 6, 0_47_155_12_13, 1150, 0_47_155_12_13, 1180, 0); - spline_addpoint(1, 6, 0_47_155_9_3, 580, 0_47_155_8_1, 650, 0); - ~script1899(5, 150, 250); - spline_addpoint(0, 7, 0_47_155_12_13, 1150, 0_47_155_12_13, 1180, 0); - spline_addpoint(1, 7, 0_47_155_9_3, 580, 0_47_155_8_1, 650, 0); - ~script1899(6, 50, 150); -} -return(0_47_155_22_35, 0x131414); diff --git a/dumps/530/script/[proc,script1952].cs2 b/dumps/530/script/[proc,script1952].cs2 deleted file mode 100644 index 0210ca312..000000000 --- a/dumps/530/script/[proc,script1952].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1952 -[proc,script1952] -def_component $component0 = null; -def_component $component1 = null; -if (getwindowmode < 2) { - $component0 = interface_548:com_8; - $component1 = interface_548:com_100; -} else { - $component0 = interface_746:com_18; - $component1 = interface_746:com_22; -} -if_settext("", $component1); -if_sethide(true, $component0); -%varclient_2 = 0; diff --git a/dumps/530/script/[proc,script1969].cs2 b/dumps/530/script/[proc,script1969].cs2 deleted file mode 100644 index cc2119e31..000000000 --- a/dumps/530/script/[proc,script1969].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1969 -[proc,script1969] -def_int $int0 = 1; -def_int $int1 = 0; -while ($int0 <= enum_getoutputcount(enum_2119)) { - if (%varclient_617 = 1) { - $int1 = enum(int, int, enum_2022, $int0); - if_settext(" Coins", enum(int, component, enum_2119, $int0)); - } else { - $int1 = enum(int, int, enum_2021, $int0); - if_settext(" Coins", enum(int, component, enum_2119, $int0)); - } - if (inv_total(inv_93, obj_995) >= $int1) { - if_setcolour(^green, enum(int, component, enum_2119, $int0)); - } else { - if_setcolour(^red, enum(int, component, enum_2119, $int0)); - } - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script1971].cs2 b/dumps/530/script/[proc,script1971].cs2 deleted file mode 100644 index 22000dcab..000000000 --- a/dumps/530/script/[proc,script1971].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 1971 -[proc,script1971](int $int0, component $component1) -switch_int ($int0) { - case 0 : - if (%varclient_618 < 0 | %varclient_618 > 25) { - %varclient_618 = 0; - } - if_settext(enum(int, string, enum_2121, %varclient_618), $component1); - case 1 : - if (%varclient_619 < 0 | %varclient_619 > 25) { - %varclient_619 = 0; - } - if_settext(enum(int, string, enum_2121, %varclient_619), $component1); - case 2 : - if (%varclient_620 < 0 | %varclient_620 > 25) { - %varclient_620 = 0; - } - if_settext(enum(int, string, enum_2121, %varclient_620), $component1); - case 3 : - if (%varclient_621 < 0 | %varclient_621 > 25) { - %varclient_621 = 0; - } - if_settext(enum(int, string, enum_2121, %varclient_621), $component1); -} diff --git a/dumps/530/script/[proc,script1975].cs2 b/dumps/530/script/[proc,script1975].cs2 deleted file mode 100644 index 0b92dd314..000000000 --- a/dumps/530/script/[proc,script1975].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1975 -[proc,script1975]()(int) -return(calc(%varplayerbit_5691 + %varplayerbit_5692 + %varplayerbit_5693 + %varplayerbit_5694 + %varplayerbit_5695 + %varplayerbit_5696 + %varplayerbit_5697 + %varplayerbit_5698 + %varplayerbit_5699 + %varplayerbit_5700 + %varplayerbit_5701 + %varplayerbit_5702 + %varplayerbit_5703 + %varplayerbit_5704 + %varplayerbit_5705)); diff --git a/dumps/530/script/[proc,script1976].cs2 b/dumps/530/script/[proc,script1976].cs2 deleted file mode 100644 index e616a4500..000000000 --- a/dumps/530/script/[proc,script1976].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 1976 -[proc,script1976]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 3); -return($int0); diff --git a/dumps/530/script/[proc,script1977].cs2 b/dumps/530/script/[proc,script1977].cs2 deleted file mode 100644 index d147bbde2..000000000 --- a/dumps/530/script/[proc,script1977].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1977 -[proc,script1977]()(int) -return(calc(%varplayerbit_5706 + %varplayerbit_5707 + %varplayerbit_5723 + %varplayerbit_5709 + %varplayerbit_5710 + %varplayerbit_5711 + %varplayerbit_5712 + %varplayerbit_5713 + %varplayerbit_5714 + %varplayerbit_5715 + %varplayerbit_5716 + %varplayerbit_5717)); diff --git a/dumps/530/script/[proc,script1978].cs2 b/dumps/530/script/[proc,script1978].cs2 deleted file mode 100644 index bea563bbd..000000000 --- a/dumps/530/script/[proc,script1978].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 1978 -[proc,script1978]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 3); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script1979].cs2 b/dumps/530/script/[proc,script1979].cs2 deleted file mode 100644 index 27f911f89..000000000 --- a/dumps/530/script/[proc,script1979].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1979 -[proc,script1979]()(int) -return(calc(%varplayerbit_5718 + %varplayerbit_5719 + %varplayerbit_5720 + %varplayerbit_5721 + %varplayerbit_5708 + %varplayerbit_5722 + %varplayerbit_5724 + %varplayerbit_5725 + %varplayerbit_5726 + %varplayerbit_5727)); diff --git a/dumps/530/script/[proc,script197].cs2 b/dumps/530/script/[proc,script197].cs2 deleted file mode 100644 index 46e74c22b..000000000 --- a/dumps/530/script/[proc,script197].cs2 +++ /dev/null @@ -1,110 +0,0 @@ -// 197 -[proc,script197](component $component0) -cc_deleteall($component0); -def_int $int1 = clan_getchatcount; -def_int $int2 = 0; -def_int $int3 = clan_getchatminkick; -def_int $int4 = clan_getchatrank; -def_int $int5 = 0; -def_int $int6 = 0; -while ($int2 < $int1) { - $int5 = calc($int2 + $int2 + $int2); - cc_create($component0, ^iftype_text, $int5); - cc_settextfont(friendslist_font); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - cc_settext(clan_getchatusername($int2)); - cc_setposition(11, calc($int2 * 15), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(85, 15, ^setsize_abs, ^setsize_abs); - cc_setcolour(^white); - cc_settextshadow(false); - cc_setonop("script199(clan_getchatusername($int2), event_op)"); - if (clan_isself($int2) = false) { - if (friend_test(clan_getchatusername($int2)) = true) { - cc_setop(9, "Remove friend "); - } else if (ignore_test(clan_getchatusername($int2)) = true) { - cc_setop(10, "Remove ignore "); - } else { - cc_setop(7, "Add friend "); - cc_setop(8, "Add ignore "); - } - } - if ($int4 >= $int3 & $int4 > clan_getchatuserrank($int2)) { - cc_setop(6, "Kick user "); - } - $int6 = clan_getchatuserworld($int2); - cc_create($component0, ^iftype_text, calc($int5 + 1)); - cc_settextfont(friendslist_font); - cc_settextalign(^settextalign_right, ^settextalign_centre, 0); - cc_settext(clan_getchatuserworldname($int2)); - cc_setposition(108, calc($int2 * 15), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(50, 15, ^setsize_abs, ^setsize_abs); - if ($int6 = map_world) { - cc_setcolour(^green); - } else { - cc_setcolour(0xffff64); - } - cc_settextshadow(false); - cc_setonop("script199(clan_getchatusername($int2), event_op)"); - if (clan_isself($int2) = false) { - if (friend_test(clan_getchatusername($int2)) = true) { - cc_setop(9, "Remove friend "); - } else if (ignore_test(clan_getchatusername($int2)) = true) { - cc_setop(10, "Remove ignore "); - } else { - cc_setop(7, "Add friend "); - cc_setop(8, "Add ignore "); - } - } - if ($int4 >= $int3 & $int4 > clan_getchatuserrank($int2)) { - cc_setop(6, "Kick user "); - } - cc_create($component0, ^iftype_graphic, calc($int5 + 2)); - cc_setposition(1, calc($int2 * 15 + 2), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(9, 9, ^setsize_abs, ^setsize_abs); - cc_setgraphic(~script198(clan_getchatuserrank($int2))); - cc_setonop("script199(clan_getchatusername($int2), event_op)"); - if (clan_isself($int2) = false) { - if (friend_test(clan_getchatusername($int2)) = true) { - cc_setop(9, "Remove friend "); - } else if (ignore_test(clan_getchatusername($int2)) = true) { - cc_setop(10, "Remove ignore "); - } else { - cc_setop(7, "Add friend "); - cc_setop(8, "Add ignore "); - } - } - if ($int4 >= $int3 & $int4 > clan_getchatuserrank($int2)) { - cc_setop(6, "Kick user "); - } - $int2 = calc($int2 + 1); -} -if ($int1 > 0) { - if_settext("Talking in: ", interface_589:com_0); - if_settext("Owner: ", interface_589:com_1); - if_settext("Leave Chat", interface_589:com_8); - if_setop(1, "Leave Chat", interface_589:com_8); -} else { - if_settext("Talking in: Not in chat", interface_589:com_0); - if_settext("Owner: None", interface_589:com_1); - if_settext("Join Chat", interface_589:com_8); - if_setop(1, "Join Chat", interface_589:com_8); -} -def_int $int7 = calc(15 * $int1); -def_int $int8 = if_getheight(interface_589:com_5); -if ($int7 < 15) { - $int7 = 15; -} -def_int $int9 = calc($int7 - $int8); -if ($int9 < 0) { - $int9 = 0; -} -def_int $int10 = if_getscrolly(interface_589:com_5); -if ($int10 > $int9) { - $int10 = $int9; -} -if ($int1 > 0) { - if_setscrollsize(0, $int7, interface_589:com_5); -} else { - if_setscrollsize(0, 15, interface_589:com_5); -} -~script72(interface_589:com_6, interface_589:com_5, $int10); diff --git a/dumps/530/script/[proc,script1980].cs2 b/dumps/530/script/[proc,script1980].cs2 deleted file mode 100644 index 349ad0dc9..000000000 --- a/dumps/530/script/[proc,script1980].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 1980 -[proc,script1980]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script1981].cs2 b/dumps/530/script/[proc,script1981].cs2 deleted file mode 100644 index 1b46e2f8a..000000000 --- a/dumps/530/script/[proc,script1981].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1981 -[proc,script1981]()(int) -return(calc(%varplayerbit_5648 + %varplayerbit_5649 + %varplayerbit_5650 + %varplayerbit_5651 + %varplayerbit_5652 + %varplayerbit_5653 + %varplayerbit_5654 + %varplayerbit_5655 + %varplayerbit_5656 + %varplayerbit_5657)); diff --git a/dumps/530/script/[proc,script1982].cs2 b/dumps/530/script/[proc,script1982].cs2 deleted file mode 100644 index 9b6be9311..000000000 --- a/dumps/530/script/[proc,script1982].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1982 -[proc,script1982]()(int) -return(calc(%varplayerbit_5658 + %varplayerbit_5659 + %varplayerbit_5660 + %varplayerbit_5661 + %varplayerbit_5662 + %varplayerbit_5663 + %varplayerbit_5664 + %varplayerbit_5665 + %varplayerbit_5666 + %varplayerbit_5667 + %varplayerbit_5668)); diff --git a/dumps/530/script/[proc,script1983].cs2 b/dumps/530/script/[proc,script1983].cs2 deleted file mode 100644 index b8d8efd78..000000000 --- a/dumps/530/script/[proc,script1983].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1983 -[proc,script1983]()(int) -return(calc(%varplayerbit_5669 + %varplayerbit_5670 + %varplayerbit_5671 + %varplayerbit_5672 + %varplayerbit_5673 + %varplayerbit_5674 + %varplayerbit_5675 + %varplayerbit_5676 + %varplayerbit_5677)); diff --git a/dumps/530/script/[proc,script1984].cs2 b/dumps/530/script/[proc,script1984].cs2 deleted file mode 100644 index 3a1fdd5fa..000000000 --- a/dumps/530/script/[proc,script1984].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1984 -[proc,script1984]()(int) -return(10); diff --git a/dumps/530/script/[proc,script1985].cs2 b/dumps/530/script/[proc,script1985].cs2 deleted file mode 100644 index ed8685ac3..000000000 --- a/dumps/530/script/[proc,script1985].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1985 -[proc,script1985]()(int) -return(11); diff --git a/dumps/530/script/[proc,script1986].cs2 b/dumps/530/script/[proc,script1986].cs2 deleted file mode 100644 index 8e7ca0829..000000000 --- a/dumps/530/script/[proc,script1986].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 1986 -[proc,script1986]()(int) -return(9); diff --git a/dumps/530/script/[proc,script1987].cs2 b/dumps/530/script/[proc,script1987].cs2 deleted file mode 100644 index b2fd10d30..000000000 --- a/dumps/530/script/[proc,script1987].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 1987 -[proc,script1987]()(int) -if (calc(~script1983 + ~script1982 + ~script1981) = calc(9 + 11 + 10)) { - return(1); -} else { - return(0); -} diff --git a/dumps/530/script/[proc,script198].cs2 b/dumps/530/script/[proc,script198].cs2 deleted file mode 100644 index 38888b96c..000000000 --- a/dumps/530/script/[proc,script198].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 198 -[proc,script198](int $int0)(graphic) -switch_int ($int0) { - case 0 : - return("clan_chat_icons,0"); - case 1 : - return("clan_chat_icons,8"); - case 2 : - return("clan_chat_icons,7"); - case 3 : - return("clan_chat_icons,6"); - case 4 : - return("clan_chat_icons,5"); - case 5 : - return("clan_chat_icons,4"); - case 6 : - return("clan_chat_icons,3"); - case 7 : - return("clan_chat_icons,2"); - case 127 : - return("clan_chat_icons,1"); - case default : - return(null); -} diff --git a/dumps/530/script/[proc,script19].cs2 b/dumps/530/script/[proc,script19].cs2 deleted file mode 100644 index 7d4de9c3e..000000000 --- a/dumps/530/script/[proc,script19].cs2 +++ /dev/null @@ -1,124 +0,0 @@ -// 19 -[proc,script19](obj $obj0)(int) -def_int $int1 = 0; -if ($obj0 = obj_556) { - if (inv_total(inv_94, obj_1381) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_1397) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_1405) > 0) { - return(99999999); - } - $int1 = calc(inv_total(inv_93, obj_556) + ~script1(inv_93, obj_4697) + ~script1(inv_93, obj_4695) + ~script1(inv_93, obj_4696)); - if (%varplayerbit_4540 = 2 | %varplayerbit_4540 = 3 | %varplayerbit_5493 ! 0) { - $int1 = calc($int1 + inv_total(inv_93, obj_12850)); - } - return($int1); -} -if ($obj0 = obj_555) { - if (inv_total(inv_94, obj_1383) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_1395) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_1403) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_6562) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_6563) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_11736) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_11738) > 0) { - return(99999999); - } - $int1 = calc(inv_total(inv_93, obj_555) + ~script1(inv_93, obj_4694) + ~script1(inv_93, obj_4695) + ~script1(inv_93, obj_4698)); - if (%varplayerbit_4540 = 2 | %varplayerbit_4540 = 3 | %varplayerbit_5493 ! 0) { - $int1 = calc($int1 + inv_total(inv_93, obj_12850)); - } - return($int1); -} -if ($obj0 = obj_557) { - if (inv_total(inv_94, obj_1385) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_1399) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_1407) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_3053) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_3054) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_6562) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_6563) > 0) { - return(99999999); - } - $int1 = calc(inv_total(inv_93, obj_557) + ~script1(inv_93, obj_4696) + ~script1(inv_93, obj_4699) + ~script1(inv_93, obj_4698)); - if (%varplayerbit_4540 = 2 | %varplayerbit_4540 = 3 | %varplayerbit_5493 ! 0) { - $int1 = calc($int1 + inv_total(inv_93, obj_12850)); - } - return($int1); -} -if ($obj0 = obj_554) { - if (inv_total(inv_94, obj_1387) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_1393) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_1401) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_3053) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_3054) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_11736) > 0) { - return(99999999); - } - if (~script1(inv_94, obj_11738) > 0) { - return(99999999); - } - $int1 = calc(inv_total(inv_93, obj_554) + ~script1(inv_93, obj_4694) + ~script1(inv_93, obj_4697) + ~script1(inv_93, obj_4699)); - if (%varplayerbit_4540 = 2 | %varplayerbit_4540 = 3 | %varplayerbit_5493 ! 0) { - $int1 = calc($int1 + inv_total(inv_93, obj_12850)); - } - return($int1); -} -if ($obj0 = obj_8843) { - return(calc(~script1(inv_94, obj_2416) + ~script1(inv_94, obj_8841))); -} -if ($obj0 = obj_1409 | $obj0 = obj_4170 | $obj0 = obj_2415 | $obj0 = obj_2417) { - return(~script1(inv_94, $obj0)); -} -if ($obj0 = obj_13867) { - if (~script1(inv_94, obj_13869) > 0) { - return(~script1(inv_94, obj_13869)); - } else if (~script1(inv_94, obj_13941) > 0) { - return(~script1(inv_94, obj_13941)); - } else if (~script1(inv_94, obj_13943) > 0) { - return(~script1(inv_94, obj_13943)); - } else { - return(~script1(inv_94, $obj0)); - } -} -if ((%varplayerbit_4540 = 2 | %varplayerbit_4540 = 3 | %varplayerbit_5493 ! 0) & ($obj0 = obj_559 | $obj0 = obj_558 | $obj0 = obj_564 | $obj0 = obj_562 | $obj0 = obj_561 | $obj0 = obj_560 | $obj0 = obj_563 | $obj0 = obj_566 | $obj0 = obj_565 | $obj0 = obj_9075)) { - return(calc(~script1(inv_93, $obj0) + ~script1(inv_93, obj_12851))); -} -return(~script1(inv_93, $obj0)); diff --git a/dumps/530/script/[proc,script1].cs2 b/dumps/530/script/[proc,script1].cs2 deleted file mode 100644 index aac9b9257..000000000 --- a/dumps/530/script/[proc,script1].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 1 -[proc,script1](inv $inv0, obj $obj1)(int) -if (oc_members($obj1) = 1 & map_members = false) { - return(0); -} -return(inv_total($inv0, $obj1)); diff --git a/dumps/530/script/[proc,script2026].cs2 b/dumps/530/script/[proc,script2026].cs2 deleted file mode 100644 index 5c0c096e0..000000000 --- a/dumps/530/script/[proc,script2026].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 2026 -[proc,script2026] -if_setonmouserepeat(null, interface_752:com_5); -if_setonmouseleave(null, interface_752:com_5); -if_setcolour(0x000080, interface_752:com_5); diff --git a/dumps/530/script/[proc,script202].cs2 b/dumps/530/script/[proc,script202].cs2 deleted file mode 100644 index 99c05db27..000000000 --- a/dumps/530/script/[proc,script202].cs2 +++ /dev/null @@ -1,52 +0,0 @@ -// 202 -[proc,script202](component $component0, component $component1) -cc_deleteall($component0); -if (friend_count = -2) { - cc_create($component0, ^iftype_text, 0); - cc_settextfont(b12_full); - cc_settext("Loading Friend List - please wait..."); - cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(138, 100, ^setsize_abs, ^setsize_abs); - cc_setcolour(0xffff64); - cc_settextshadow(true); - return; -} -if (friend_count = -1) { - cc_create($component0, ^iftype_text, 0); - cc_settextfont(b12_full); - cc_settext("Connecting to friend server - please wait..."); - cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(138, 100, ^setsize_abs, ^setsize_abs); - cc_setcolour(0xffff64); - cc_settextshadow(true); - return; -} -def_int $int2 = 0; -while ($int2 < friend_count) { - cc_create($component0, ^iftype_text, calc($int2 + $int2)); - cc_settextfont(b12_full); - cc_settext(friend_getname($int2)); - cc_setposition(0, calc($int2 * 15), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(138, 15, ^setsize_abs, ^setsize_abs); - cc_setcolour(0xffff64); - cc_settextshadow(true); - cc_create($component0, ^iftype_text, calc($int2 + $int2 + 1)); - cc_settextfont(b12_full); - cc_settext(~script203(friend_getrank($int2))); - cc_setposition(137, calc($int2 * 15), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(131, 15, ^setsize_abs, ^setsize_abs); - cc_setcolour(^white); - cc_settextshadow(true); - cc_setop(1, "Not in clan"); - cc_setop(2, "Recruit"); - cc_setop(3, "Corporal"); - cc_setop(4, "Sergeant"); - cc_setop(5, "Lieutenant"); - cc_setop(6, "Captain"); - cc_setop(7, "General"); - cc_setonop("script204($int2, event_op)"); - $int2 = calc($int2 + 1); -} -if_setscrollsize(0, calc(15 * friend_count + 2), $component0); -~script31($component1, $component0, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); -~script72($component1, $component0, if_getscrolly($component0)); diff --git a/dumps/530/script/[proc,script2034].cs2 b/dumps/530/script/[proc,script2034].cs2 deleted file mode 100644 index 218306399..000000000 --- a/dumps/530/script/[proc,script2034].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2034 -[proc,script2034]()(int) -return(calc(%varplayerbit_5782 + %varplayerbit_5783 + %varplayerbit_5785 + %varplayerbit_5787 + %varplayerbit_5786 + %varplayerbit_5788 + %varplayerbit_5790 + %varplayerbit_5789 + %varplayerbit_5791 + %varplayerbit_5793 + %varplayerbit_5792 + %varplayerbit_5784)); diff --git a/dumps/530/script/[proc,script2035].cs2 b/dumps/530/script/[proc,script2035].cs2 deleted file mode 100644 index 19c644f65..000000000 --- a/dumps/530/script/[proc,script2035].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 2035 -[proc,script2035]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script2036].cs2 b/dumps/530/script/[proc,script2036].cs2 deleted file mode 100644 index 8d13d8adc..000000000 --- a/dumps/530/script/[proc,script2036].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2036 -[proc,script2036]()(int) -return(calc(%varplayerbit_5799 + %varplayerbit_5805 + %varplayerbit_5794 + %varplayerbit_5797 + %varplayerbit_5795 + %varplayerbit_5800 + %varplayerbit_5796 + %varplayerbit_5798 + %varplayerbit_5802 + %varplayerbit_5803 + %varplayerbit_5804 + %varplayerbit_5801)); diff --git a/dumps/530/script/[proc,script2037].cs2 b/dumps/530/script/[proc,script2037].cs2 deleted file mode 100644 index dc86cc796..000000000 --- a/dumps/530/script/[proc,script2037].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 2037 -[proc,script2037]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 15); -$int0 = calc($int0 + 15); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script2038].cs2 b/dumps/530/script/[proc,script2038].cs2 deleted file mode 100644 index 5f6bf29d6..000000000 --- a/dumps/530/script/[proc,script2038].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2038 -[proc,script2038]()(int) -return(calc(%varplayerbit_5811 + %varplayerbit_5806 + %varplayerbit_5810 + %varplayerbit_5809 + %varplayerbit_5807 + %varplayerbit_5808 + %varplayerbit_5812 + %varplayerbit_5814 + %varplayerbit_5815 + %varplayerbit_5816 + %varplayerbit_5813)); diff --git a/dumps/530/script/[proc,script2039].cs2 b/dumps/530/script/[proc,script2039].cs2 deleted file mode 100644 index ce1727733..000000000 --- a/dumps/530/script/[proc,script2039].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 2039 -[proc,script2039]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script203].cs2 b/dumps/530/script/[proc,script203].cs2 deleted file mode 100644 index ecff6c79c..000000000 --- a/dumps/530/script/[proc,script203].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 203 -[proc,script203](int $int0)(string) -switch_int ($int0) { - case 0 : - return("Not in clan"); - case 1 : - return("Recruit"); - case 2 : - return("Corporal"); - case 3 : - return("Sergeant"); - case 4 : - return("Lieutenant"); - case 5 : - return("Captain"); - case 6 : - return("General"); -} diff --git a/dumps/530/script/[proc,script2042].cs2 b/dumps/530/script/[proc,script2042].cs2 deleted file mode 100644 index cab3a95c7..000000000 --- a/dumps/530/script/[proc,script2042].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 2042 -[proc,script2042](stat $stat0, int $int1, int $int2)(string, obj, int) -def_string $string0 = null; -def_obj $obj3 = null; -def_int $int4 = 1; -if (~script1024($int2) = 0) { - $string0 = "130 combined levels in Attack and Strength is one of the requirements for ."; -} else { - $string0 = "You now have all the levels necessary to complete ."; -} -if ($obj3 = null) { - $obj3 = obj_6513; -} -return($string0, $obj3, $int4); diff --git a/dumps/530/script/[proc,script2046].cs2 b/dumps/530/script/[proc,script2046].cs2 deleted file mode 100644 index ef1abc9bd..000000000 --- a/dumps/530/script/[proc,script2046].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 2046 -[proc,script2046] -cc_deleteall(interface_755:com_6); -cc_deleteall(interface_755:com_7); -cc_deleteall(interface_755:com_8); -cc_deleteall(interface_755:com_9); -cc_deleteall(interface_755:com_10); diff --git a/dumps/530/script/[proc,script2047].cs2 b/dumps/530/script/[proc,script2047].cs2 deleted file mode 100644 index 3a1920d28..000000000 --- a/dumps/530/script/[proc,script2047].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 2047 -[proc,script2047](string $string0)(string) -def_int $int0 = string_indexof_string($string0, "
", 0); -while ($int0 ! -1) { - $string0 = " "; - $int0 = string_indexof_string($string0, "
", $int0); -} -return($string0); diff --git a/dumps/530/script/[proc,script2048].cs2 b/dumps/530/script/[proc,script2048].cs2 deleted file mode 100644 index 702b94a8a..000000000 --- a/dumps/530/script/[proc,script2048].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 2048 -[proc,script2048](component $component0, int $int1, graphic $graphic2, int $int3, int $int4, int $int5, int $int6, int $int7, boolean $boolean8, boolean $boolean9, boolean $boolean10, int $int11, string $string0, string $string1, coord $coord12) -if (cc_find($component0, $int1) = true) { - ~script2049($graphic2, $int3, $int4, $int5, $int6, $int7, $boolean8, $boolean9, $boolean10, $int11, $string0, $string1, $coord12); -} else { - cc_create($component0, ^iftype_graphic, $int1); - ~script2049($graphic2, $int3, $int4, $int5, $int6, $int7, $boolean8, $boolean9, $boolean10, $int11, $string0, $string1, $coord12); -} diff --git a/dumps/530/script/[proc,script2049].cs2 b/dumps/530/script/[proc,script2049].cs2 deleted file mode 100644 index ab29a5490..000000000 --- a/dumps/530/script/[proc,script2049].cs2 +++ /dev/null @@ -1,30 +0,0 @@ -// 2049 -[proc,script2049](graphic $graphic0, int $int1, int $int2, int $int3, int $int4, int $int5, boolean $boolean6, boolean $boolean7, boolean $boolean8, int $int9, string $string0, string $string1, coord $coord10) -cc_sethide(false); -cc_setsize($int1, $int2, ^setsize_abs, ^setsize_abs); -cc_setposition($int3, $int4, ^setpos_abs_centre, ^setpos_abs_centre); -cc_set2dangle($int5); -cc_settiling($boolean6); -cc_sethflip($boolean7); -cc_setvflip($boolean8); -cc_setgraphic($graphic0); -def_int $int11 = 0; -def_int $int12 = 0; -if ($int9 = 1) { - cc_setalpha(true); - $int11 = calc(clientclock % 50); - $int12 = calc(50 / 2); - if ($int11 <= $int12) { - cc_settrans(calc(255 - scale($int11, $int12, 255))); - } else { - cc_settrans(scale(calc($int11 - $int12), $int12, 255)); - } -} -if ($coord10 ! null) { - cc_setopbase("<$string0>"); - cc_setop(1, $string1); - cc_setonop("script2053(event_op, event_com, $coord10)"); -} else { - cc_setop(1, ""); - cc_setonop(null); -} diff --git a/dumps/530/script/[proc,script2050].cs2 b/dumps/530/script/[proc,script2050].cs2 deleted file mode 100644 index b0be9e976..000000000 --- a/dumps/530/script/[proc,script2050].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 2050 -[proc,script2050](component $component0, int $int1) -if (cc_find($component0, $int1) = true) { - cc_sethide(true); -} else { - cc_create($component0, ^iftype_graphic, $int1); - cc_sethide(true); -} diff --git a/dumps/530/script/[proc,script2051].cs2 b/dumps/530/script/[proc,script2051].cs2 deleted file mode 100644 index 23f5a474f..000000000 --- a/dumps/530/script/[proc,script2051].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 2051 -[proc,script2051](component $component0, int $int1, string $string0, int $int2, int $int3, int $int4, int $int5, int $rgb6, string $string1, string $string2, coord $coord7) -if (cc_find($component0, $int1) = true) { - ~script2052($string0, $int2, $int3, $int4, $int5, $rgb6, $string1, $string2, $coord7); -} else { - cc_create($component0, ^iftype_text, $int1); - ~script2052($string0, $int2, $int3, $int4, $int5, $rgb6, $string1, $string2, $coord7); -} diff --git a/dumps/530/script/[proc,script2052].cs2 b/dumps/530/script/[proc,script2052].cs2 deleted file mode 100644 index fd364e2e3..000000000 --- a/dumps/530/script/[proc,script2052].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 2052 -[proc,script2052](string $string0, int $int0, int $int1, int $int2, int $int3, int $rgb4, string $string1, string $string2, coord $coord5) -cc_sethide(false); -cc_setsize($int0, $int1, ^setsize_abs, ^setsize_abs); -cc_setposition($int2, $int3, ^setpos_abs_centre, ^setpos_abs_centre); -cc_setcolour($rgb4); -cc_settextfont(menu_font_small); -cc_settextalign(^settextalign_centre, ^settextalign_centre, 13); -cc_settext($string0); -if ($coord5 ! null) { - cc_setopbase("<$string1>"); - cc_setop(1, $string2); - cc_setonop("script2053(event_op, event_com, $coord5)"); -} else { - cc_setop(1, ""); - cc_setonop(null); -} diff --git a/dumps/530/script/[proc,script2055].cs2 b/dumps/530/script/[proc,script2055].cs2 deleted file mode 100644 index 6e36e6414..000000000 --- a/dumps/530/script/[proc,script2055].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 2055 -[proc,script2055](coord $coord0)(string) -return("____"); diff --git a/dumps/530/script/[proc,script2056].cs2 b/dumps/530/script/[proc,script2056].cs2 deleted file mode 100644 index b5d5f9b6a..000000000 --- a/dumps/530/script/[proc,script2056].cs2 +++ /dev/null @@ -1,220 +0,0 @@ -// 2056 -[proc,script2056](component $component0, coord $coord1, string $string0, struct $struct2, component $component3, int $int4, int $int5, int $int6, int $int7) -if ($coord1 = null | worldmap_coordinmap($coord1, %varclientstring_52) = false) { - cc_deleteall($component0); - if_sethide(true, $component0); - return; -} -if_sethide(false, $component0); -if ($struct2 = null) { - $struct2 = struct_280; -} -def_int $int8 = if_getwidth($component3); -def_int $int9 = if_getheight($component3); -def_int $int10 = coordx($coord1); -def_int $int11 = coordz($coord1); -def_int $int12 = scale($int8, calc($int6 - $int7), calc($int10 - $int7)); -def_int $int13 = scale($int9, calc($int4 - $int5), calc($int11 - $int5)); -$int12 = max(min($int12, $int8), 0); -$int13 = max(min($int13, $int9), 0); -$int12 = calc($int12 - $int8 / 2); -$int13 = calc($int9 / 2 - $int13); -if_setposition($int12, $int13, ^setpos_abs_centre, ^setpos_abs_centre, $component0); -def_int $int14 = struct_param($struct2, param_132); -def_int $int15 = struct_param($struct2, param_133); -def_int $int16 = -1; -if ($int12 <= calc(0 - $int8 / 2)) { - if ($int13 <= calc(0 - $int9 / 2)) { - $int16 = 3; - } else if ($int13 >= calc($int9 / 2)) { - $int16 = 1; - } else { - $int16 = 2; - } -} else if ($int12 >= calc($int8 / 2)) { - if ($int13 <= calc(0 - $int9 / 2)) { - $int16 = 5; - } else if ($int13 >= calc($int9 / 2)) { - $int16 = 7; - } else { - $int16 = 6; - } -} else if ($int13 <= calc(0 - $int9 / 2)) { - $int16 = 4; -} else if ($int13 >= calc($int9 / 2)) { - $int16 = 0; -} -def_int $int17 = 0; -def_int $int18 = 0; -def_int $int19 = 0; -def_int $int20 = 0; -def_string $string1 = "Scroll map"; -def_string $string2 = ""; -if (string_length($string0) > 0) { - if ($component0 = interface_755:com_6) { - $string2 = "Your position"; - } else { - $string2 = removetags(~script2047($string0)); - } - $string1 = "Scroll map:"; -} -if ($int16 = -1) { - ~script2048($component0, 0, struct_param($struct2, param_130), $int14, $int15, 0, 0, 0, false, false, false, 0, $string2, $string1, $coord1); - $int17 = calc($int15 / 2); - $int18 = calc($int15 / 2); - $int19 = calc($int14 / 2); - $int20 = calc($int14 / 2); - ~script2048($component0, 1, struct_param($struct2, param_131), $int14, $int15, 0, 0, 0, false, false, false, 1, "", "", null); -} else { - $int14 = struct_param($struct2, param_136); - $int15 = struct_param($struct2, param_645); - switch_int ($int16) { - case 0 : - ~script2048($component0, 0, struct_param($struct2, param_134), $int14, $int15, 0, calc(0 - $int15 / 2), 49152, false, false, false, 0, $string2, $string1, $coord1); - $int17 = $int15; - $int18 = 0; - $int19 = calc($int14 / 2); - $int20 = calc($int14 / 2); - case 1 : - ~script2048($component0, 0, struct_param($struct2, param_135), $int14, $int15, calc($int14 / 2), calc(0 - $int15 / 2), 32768, false, false, false, 0, $string2, $string1, $coord1); - $int17 = $int15; - $int18 = 0; - $int19 = 0; - $int20 = $int14; - case 2 : - ~script2048($component0, 0, struct_param($struct2, param_134), $int14, $int15, calc($int14 / 2), 0, 32768, false, false, false, 0, $string2, $string1, $coord1); - $int17 = calc($int15 / 2); - $int18 = calc($int15 / 2); - $int19 = 0; - $int20 = $int14; - case 3 : - ~script2048($component0, 0, struct_param($struct2, param_135), $int14, $int15, calc($int14 / 2), calc($int15 / 2), 16384, false, false, false, 0, $string2, $string1, $coord1); - $int17 = 0; - $int18 = $int15; - $int19 = 0; - $int20 = $int14; - case 4 : - ~script2048($component0, 0, struct_param($struct2, param_134), $int14, $int15, 0, calc($int15 / 2), 16384, false, false, false, 0, $string2, $string1, $coord1); - $int17 = 0; - $int18 = $int15; - $int19 = calc($int14 / 2); - $int20 = calc($int14 / 2); - case 5 : - ~script2048($component0, 0, struct_param($struct2, param_135), $int14, $int15, calc(0 - $int14 / 2), calc($int15 / 2), 0, false, false, false, 0, $string2, $string1, $coord1); - $int17 = 0; - $int18 = $int15; - $int19 = $int14; - $int20 = 0; - case 6 : - ~script2048($component0, 0, struct_param($struct2, param_134), $int14, $int15, calc(0 - $int14 / 2), 0, 0, false, false, false, 0, $string2, $string1, $coord1); - $int17 = calc($int15 / 2); - $int18 = calc($int15 / 2); - $int19 = $int14; - $int20 = 0; - case 7 : - ~script2048($component0, 0, struct_param($struct2, param_135), $int14, $int15, calc(0 - $int14 / 2), calc(0 - $int15 / 2), 49152, false, false, false, 0, $string2, $string1, $coord1); - $int17 = $int15; - $int18 = 0; - $int19 = $int14; - $int20 = 0; - } - ~script2050($component0, 1); -} -def_int $int21 = 0; -def_int $int22 = 0; -def_int $int23 = 0; -def_int $int24 = 0; -def_int $int25 = 0; -def_int $int26 = 0; -def_int $int27 = 0; -def_int $int28 = 0; -def_graphic $graphic29 = null; -def_graphic $graphic30 = null; -def_graphic $graphic31 = null; -def_int $int32 = 0; -if (string_length($string0) > 0) { - $int25 = struct_param($struct2, param_650); - $int26 = struct_param($struct2, param_651); - $graphic29 = struct_param($struct2, param_647); - $graphic30 = struct_param($struct2, param_648); - $graphic31 = struct_param($struct2, param_649); - $int21 = calc(parawidth($string0, $int8, menu_font_small) + $int25 + $int25); - $int22 = calc(paraheight($string0, $int21, menu_font_small) * 13 + 2 + $int26 + $int26); - if (calc($int17 + $int22) < calc($int13 + $int9 / 2)) { - $int24 = calc(0 - ($int17 + $int22 / 2)); - } else { - $int24 = calc($int18 + $int22 / 2); - } - $int32 = calc($int12 + $int8 / 2 - $int21 / 2); - if ($int32 <= 0) { - $int23 = calc(0 - $int32); - } else { - $int32 = calc($int12 + $int8 / 2 + $int21 / 2); - if ($int32 >= $int8) { - $int23 = calc($int8 - $int32); - } - } - $int27 = calc(($int21 - $int25) / 2); - $int28 = calc(($int22 - $int26) / 2); - ~script2048($component0, 2, struct_param($struct2, param_646), calc($int21 - $int25 * 2), calc($int22 - $int26 * 2), $int23, $int24, 0, true, false, false, 0, "", "", null); - ~script2048($component0, 3, $graphic30, calc($int21 - $int25 * 2), $int26, $int23, calc($int24 - $int28), 0, true, false, false, 0, "", "", null); - ~script2048($component0, 4, $graphic30, calc($int21 - $int25 * 2), $int26, $int23, calc($int24 + $int28), 0, true, false, true, 0, "", "", null); - ~script2048($component0, 5, $graphic31, $int25, calc($int22 - $int26 * 2), calc($int23 - $int27), $int24, 0, true, false, false, 0, "", "", null); - ~script2048($component0, 6, $graphic31, $int25, calc($int22 - $int26 * 2), calc($int23 + $int27), $int24, 0, true, true, false, 0, "", "", null); - ~script2048($component0, 7, $graphic29, $int25, $int26, calc($int23 - $int27), calc($int24 - $int28), 0, false, false, false, 0, "", "", null); - ~script2048($component0, 8, $graphic29, $int25, $int26, calc($int23 + $int27), calc($int24 - $int28), 0, false, true, false, 0, "", "", null); - ~script2048($component0, 9, $graphic29, $int25, $int26, calc($int23 - $int27), calc($int24 + $int28), 0, false, false, true, 0, "", "", null); - ~script2048($component0, 10, $graphic29, $int25, $int26, calc($int23 + $int27), calc($int24 + $int28), 0, false, true, true, 0, "", "", null); - ~script2051($component0, 11, $string0, $int21, $int22, calc($int23 + 1), calc($int24 + 1), struct_param($struct2, param_653), "", "", null); - ~script2051($component0, 12, $string0, $int21, $int22, $int23, $int24, struct_param($struct2, param_652), $string2, $string1, $coord1); -} else { - if (cc_find($component0, 2) = true) { - cc_delete; - } - if (cc_find($component0, 3) = true) { - cc_delete; - } - if (cc_find($component0, 4) = true) { - cc_delete; - } - if (cc_find($component0, 5) = true) { - cc_delete; - } - if (cc_find($component0, 6) = true) { - cc_delete; - } - if (cc_find($component0, 7) = true) { - cc_delete; - } - if (cc_find($component0, 8) = true) { - cc_delete; - } - if (cc_find($component0, 9) = true) { - cc_delete; - } - if (cc_find($component0, 10) = true) { - cc_delete; - } - if (cc_find($component0, 11) = true) { - cc_delete; - } - if (cc_find($component0, 12) = true) { - cc_delete; - } -} -def_int $int33 = 0; -def_int $int34 = 0; -if ($int23 < 0) { - $int33 = max(calc(0 - ($int23 - $int21 / 2)), $int19); -} else if ($int21 > 0) { - $int33 = max(calc($int23 + $int21 / 2), $int20); -} else { - $int33 = max($int19, $int20); -} -if ($int24 <= 0) { - $int34 = max(calc($int17 + $int22), $int18); -} else { - $int34 = calc($int18 + $int22); -} -$int33, $int34 = calc($int33 * 2 + 2), calc($int34 * 2 + 2); -if_setsize($int33, $int34, ^setsize_abs, ^setsize_abs, $component0); diff --git a/dumps/530/script/[proc,script2059].cs2 b/dumps/530/script/[proc,script2059].cs2 deleted file mode 100644 index 4e2768cd6..000000000 --- a/dumps/530/script/[proc,script2059].cs2 +++ /dev/null @@ -1,72 +0,0 @@ -// 2059 -[proc,script2059](int $int0) -def_struct $struct1 = enum(int, struct, enum_2162, %varplayerbit_357); -def_int $int2 = 0; -switch_int (%varplayerbit_357) { - case 0 : - $int2 = %varplayerbit_5822; - case 1 : - $int2 = %varplayerbit_5823; - case 2 : - $int2 = %varplayerbit_5824; -} -if ($int0 ! -1) { - if ($int2 ! $int0) { - sound_synth(synth_5845, 1, 0); - } - $int2 = $int0; -} -%varclient_631 = $int2; -def_enum $enum3 = enum(int, enum, struct_param($struct1, param_662), $int2); -def_int $int4 = struct_param($struct1, param_654); -def_int $int5 = struct_param($struct1, param_655); -def_int $int6 = enum_getoutputcount($enum3); -def_int $int7 = 0; -def_int $int8 = 0; -def_enum $enum9 = null; -def_int $int10 = 0; -def_int $int11 = 0; -def_int $int12 = 0; -def_component $component13 = null; -def_int $int14 = -1; -def_int $int15 = -1; -while ($int8 < $int6) { - $enum9 = enum(int, enum, $enum3, $int8); - if ($enum9 ! null) { - $int7 = enum_getoutputcount($enum9); - $int10 = 0; - $int12 = 0; - while ($int10 < $int7) { - $component13 = enum(int, component, $enum9, $int12); - if ($component13 ! null) { - if_setposition($int5, $int4, ^setpos_abs_left, ^setpos_abs_top, $component13); - $int5 = calc($int5 + (struct_param($struct1, param_657) + struct_param($struct1, param_658))); - $int10 = calc($int10 + 1); - $int11 = calc($int11 + 1); - if (calc($int11 % struct_param($struct1, param_660)) = 0) { - $int4 = calc($int4 + (struct_param($struct1, param_656) + struct_param($struct1, param_659))); - $int5 = struct_param($struct1, param_655); - } - } - $int12 = calc($int12 + 1); - if ($int12 > 997) { - return; - } - } - } - $int8 = calc($int8 + 1); -} -def_enum $enum16 = struct_param($struct1, param_663); -def_int $int17 = 0; -if ($enum16 ! null) { - $int17 = enum_getoutputcount($enum16); - $int12 = 0; - while ($int12 < $int17) { - if ($int12 = $int2) { - if_setgraphic(graphic_1703, enum(int, component, $enum16, $int12)); - } else { - if_setgraphic(graphic_1702, enum(int, component, $enum16, $int12)); - } - $int12 = calc($int12 + 1); - } -} diff --git a/dumps/530/script/[proc,script2064].cs2 b/dumps/530/script/[proc,script2064].cs2 deleted file mode 100644 index 90447220c..000000000 --- a/dumps/530/script/[proc,script2064].cs2 +++ /dev/null @@ -1,51 +0,0 @@ -// 2064 -[proc,script2064](int $int0) -if_sethide(true, interface_138:com_21); -if_sethide(true, interface_138:com_30); -if_sethide(true, interface_138:com_29); -if_sethide(true, interface_138:com_24); -if_sethide(true, interface_138:com_32); -if_sethide(true, interface_138:com_31); -if_sethide(true, interface_138:com_28); -if_sethide(true, interface_138:com_27); -if_sethide(true, interface_138:com_26); -if_sethide(true, interface_138:com_25); -if_sethide(true, interface_138:com_22); -if_sethide(true, interface_138:com_23); -switch_int ($int0) { - case 0 : - if_sethide(false, interface_138:com_21); - case 1 : - if_sethide(false, interface_138:com_30); - if_setmodelanim(seq_786, interface_138:com_30); - case 2 : - if_sethide(false, interface_138:com_29); - if_setmodelanim(seq_786, interface_138:com_29); - case 3 : - if_sethide(false, interface_138:com_24); - if_setmodelanim(seq_785, interface_138:com_24); - case 4 : - if_sethide(false, interface_138:com_32); - if_setmodelanim(seq_785, interface_138:com_32); - case 5 : - if_sethide(false, interface_138:com_31); - if_setmodelanim(seq_785, interface_138:com_31); - case 6 : - if_sethide(false, interface_138:com_28); - if_setmodelanim(seq_785, interface_138:com_28); - case 7 : - if_sethide(false, interface_138:com_27); - if_setmodelanim(seq_785, interface_138:com_27); - case 8 : - if_sethide(false, interface_138:com_25); - if_setmodelanim(seq_785, interface_138:com_25); - case 9 : - if_sethide(false, interface_138:com_26); - if_setmodelanim(seq_785, interface_138:com_26); - case 10 : - if_sethide(false, interface_138:com_22); - if_setmodelanim(seq_785, interface_138:com_22); - case 11 : - if_sethide(false, interface_138:com_23); - if_setmodelanim(seq_785, interface_138:com_23); -} diff --git a/dumps/530/script/[proc,script207].cs2 b/dumps/530/script/[proc,script207].cs2 deleted file mode 100644 index cc8cc714b..000000000 --- a/dumps/530/script/[proc,script207].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 207 -[proc,script207](int $int0, int $int1, obj $obj2)(string) -def_string $string0 = ""; -def_string $string1 = ""; -def_string $string2 = ""; -if (oc_stackable($obj2) = false) { - $string2 = append($string2, " x
"); -} else if ($int1 < 100000) { - $string0 = ~script46($int1, ","); - $string2 = append($string2, " x <$string0>
"); -} else if ($int1 < 10000000) { - $string0 = ~script46($int1, ","); - $string1 = ~script46(calc($int1 / 1000), ","); - $string2 = append($string2, " x <$string1>K (<$string0>)
"); -} else { - $string0 = ~script46($int1, ","); - $string1 = ~script46(calc($int1 / 1000000), ","); - $string2 = append($string2, " x <$string1>M (<$string0>)
"); -} -return($string2); diff --git a/dumps/530/script/[proc,script20].cs2 b/dumps/530/script/[proc,script20].cs2 deleted file mode 100644 index 6affbc028..000000000 --- a/dumps/530/script/[proc,script20].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 20 -[proc,script20](int $int0)(string) -if ($int0 >= 99999999) { - return("*"); -} -if ($int0 >= 10000000) { - return(append(tostring(calc($int0 / 1000000)), "M")); -} -if ($int0 >= 10000) { - return(append(tostring(calc($int0 / 1000)), "K")); -} -return(tostring($int0)); diff --git a/dumps/530/script/[proc,script21].cs2 b/dumps/530/script/[proc,script21].cs2 deleted file mode 100644 index 3fce62d87..000000000 --- a/dumps/530/script/[proc,script21].cs2 +++ /dev/null @@ -1,34 +0,0 @@ -// 21 -[proc,script21](component $component0, graphic $graphic1, graphic $graphic2, int $int3, obj $obj4, int $int5, obj $obj6, int $int7, obj $obj8, int $int9, obj $obj10, int $int11) -if (stat(magic) < $int3) { - if (%varplayerbit_4089 = 1) { - if (%varplayer_1092 < $int3 | enum(component, int, enum_1061, $component0) = 0) { - if_setgraphic($graphic2, $component0); - return; - } - } else { - if_setgraphic($graphic2, $component0); - return; - } -} -if ($obj4 ! null & ~script19($obj4) < $int5) { - if_setgraphic($graphic2, $component0); - return; -} -if ($obj6 ! null & ~script19($obj6) < $int7) { - if_setgraphic($graphic2, $component0); - return; -} -if ($obj8 ! null & ~script19($obj8) < $int9) { - if_setgraphic($graphic2, $component0); - return; -} -if ($obj10 ! null & ~script19($obj10) < $int11) { - if_setgraphic($graphic2, $component0); - return; -} -if ($component0 = interface_192:com_3 & map_members = false) { - if_setgraphic($graphic2, $component0); - return; -} -if_setgraphic($graphic1, $component0); diff --git a/dumps/530/script/[proc,script224].cs2 b/dumps/530/script/[proc,script224].cs2 deleted file mode 100644 index 9bd3249d8..000000000 --- a/dumps/530/script/[proc,script224].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 224 -[proc,script224] -if_setgraphic("miscgraphics,10", interface_595:com_74); -if_setgraphic("miscgraphics,10", interface_595:com_77); -if_setgraphic("miscgraphics,10", interface_595:com_80); -if_setgraphic("miscgraphics,10", interface_595:com_83); -if_setgraphic("miscgraphics,10", interface_595:com_86); -if_setgraphic("miscgraphics,10", interface_595:com_89); -if_setgraphic("miscgraphics,10", interface_595:com_92); -if_setgraphic("miscgraphics,10", interface_595:com_95); -if_setgraphic("miscgraphics,10", interface_595:com_98); -if_setgraphic("miscgraphics,10", interface_595:com_101); -if_setgraphic("miscgraphics,10", interface_595:com_104); -if_setgraphic("miscgraphics,10", interface_595:com_107); -if_setgraphic("miscgraphics,10", interface_595:com_110); -if_setgraphic("miscgraphics,10", interface_595:com_113); diff --git a/dumps/530/script/[proc,script24].cs2 b/dumps/530/script/[proc,script24].cs2 deleted file mode 100644 index 1ba9d0b82..000000000 --- a/dumps/530/script/[proc,script24].cs2 +++ /dev/null @@ -1,49 +0,0 @@ -// 24 -[proc,script24](int $int0, obj $obj1, string $string0, int $int2, int $int3)(int) -cc_create(interface_499:com_7, ^iftype_text, calc($int2 * 3)); -cc_setsize(26, 32, ^setsize_abs, ^setsize_abs); -if ($int0 > 0) { - cc_settext(tostring($int0)); -} else { - cc_settext(" "); -} -cc_setposition(0, $int3, ^setpos_abs_left, ^setpos_abs_top); -cc_settextalign(^settextalign_right, ^settextalign_top, 0); -cc_setcolour(0x46320a); -cc_settextfont(q8_full); -cc_settextshadow(false); -cc_create(interface_499:com_7, ^iftype_graphic, calc($int2 * 3 + 1)); -cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); -cc_setoutline(1); -cc_setgraphicshadow(0x604e32); -if ($obj1 ! null) { - cc_setobject($obj1, -1); - if (%varplayerbit_3288 = 21) { - cc_setop(1, "Check protection price"); - cc_setonop("script1865(event_op, $obj1)"); - cc_setonmouseover("script1862(event_com, event_comsubid)"); - cc_setonmouseleave("script1863(event_com, event_comsubid)"); - } else if (%varplayerbit_3288 = 22 & %varplayerbit_3289 ! 13 & %varplayerbit_3289 ! 14) { - cc_setop(1, "Check materials"); - cc_setonop("script1864(event_op, $obj1, %varplayerbit_3289, $int2)"); - cc_setonmouseover("script1862(event_com, event_comsubid)"); - cc_setonmouseleave("script1863(event_com, event_comsubid)"); - } -} else { - cc_setobject(obj_7620, -1); -} -cc_setposition(28, $int3, ^setpos_abs_left, ^setpos_abs_top); -cc_create(interface_499:com_7, ^iftype_text, calc($int2 * 3 + 2)); -def_int $int4 = paraheight($string0, 228, p12_full); -cc_setsize(228, calc($int4 * 15), ^setsize_abs, ^setsize_abs); -cc_settext($string0); -cc_setposition(66, $int3, ^setpos_abs_left, ^setpos_abs_top); -cc_settextalign(^settextalign_left, ^settextalign_top, 0); -cc_setcolour(0x46320a); -cc_settextfont(p12_full); -cc_settextshadow(false); -if (calc($int4 * 15) < 32) { - return(32); -} else { - return(calc($int4 * 15 + 5)); -} diff --git a/dumps/530/script/[proc,script298].cs2 b/dumps/530/script/[proc,script298].cs2 deleted file mode 100644 index 200bd12b3..000000000 --- a/dumps/530/script/[proc,script298].cs2 +++ /dev/null @@ -1,39 +0,0 @@ -// 298 -[proc,script298] -if_setgraphic("miscgraphics,10", interface_594:com_63); -if_setgraphic("miscgraphics,10", interface_594:com_65); -if_setgraphic("miscgraphics,10", interface_594:com_69); -if_setgraphic("miscgraphics,10", interface_594:com_72); -if_setgraphic("miscgraphics,10", interface_594:com_75); -if_setgraphic("miscgraphics,10", interface_594:com_78); -if_setgraphic("miscgraphics,10", interface_594:com_81); -if_setgraphic("miscgraphics,10", interface_594:com_84); -if_setgraphic("miscgraphics,10", interface_594:com_87); -if_setgraphic("miscgraphics,10", interface_594:com_90); -if_setgraphic("miscgraphics,10", interface_594:com_93); -if_setgraphic("miscgraphics,10", interface_594:com_96); -if_setgraphic("miscgraphics,10", interface_594:com_99); -if_setgraphic("miscgraphics,10", interface_594:com_102); -if_setgraphic("miscgraphics,10", interface_594:com_105); -if_setgraphic("miscgraphics,10", interface_594:com_108); -if_setgraphic("miscgraphics,10", interface_594:com_111); -if_setgraphic("miscgraphics,10", interface_594:com_114); -if_setgraphic("miscgraphics,10", interface_594:com_117); -if_setgraphic("miscgraphics,10", interface_594:com_120); -if_setgraphic("miscgraphics,10", interface_594:com_123); -if_setgraphic("miscgraphics,10", interface_594:com_126); -if_setgraphic("miscgraphics,10", interface_594:com_129); -if_setgraphic("miscgraphics,10", interface_594:com_132); -if_setgraphic("miscgraphics,10", interface_594:com_135); -if_setgraphic("miscgraphics,10", interface_594:com_138); -if_setgraphic("miscgraphics,10", interface_594:com_141); -if_setgraphic("miscgraphics,10", interface_594:com_144); -if_setgraphic("miscgraphics,10", interface_594:com_147); -if_setgraphic("miscgraphics,10", interface_594:com_150); -if_setgraphic("miscgraphics,10", interface_594:com_153); -if_setgraphic("miscgraphics,10", interface_594:com_156); -if_setgraphic("miscgraphics,10", interface_594:com_159); -if_setgraphic("miscgraphics,10", interface_594:com_162); -if_setgraphic("miscgraphics,10", interface_594:com_165); -if_setgraphic("miscgraphics,10", interface_594:com_168); -if_setgraphic("miscgraphics,10", interface_594:com_171); diff --git a/dumps/530/script/[proc,script2].cs2 b/dumps/530/script/[proc,script2].cs2 deleted file mode 100644 index d47139898..000000000 --- a/dumps/530/script/[proc,script2].cs2 +++ /dev/null @@ -1,36 +0,0 @@ -// 2 -[proc,script2](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Rooms", 1); - case 1 : - return("Skills", 1); - case 2 : - return("Surfaces", 1); - case 3 : - return("Storage", 1); - case 4 : - return("Decorative", 1); - case 5 : - return("Trophies", 1); - case 6 : - return("Games & Sport", 1); - case 7 : - return("Garden", 1); - case 8 : - return("Dungeon", 1); - case 9 : - return("Chapel", 1); - case 10 : - return("Other", 1); - case 11 : - return("Costume Room", 1); - case 12 : - return("Servants", 1); - case 13 : - return("Minigames", 1); - case 14 : - return("Milestones", 1); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script316].cs2 b/dumps/530/script/[proc,script316].cs2 deleted file mode 100644 index 5379b6291..000000000 --- a/dumps/530/script/[proc,script316].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 316 -[proc,script316] -if_setgraphic("miscgraphics,10", interface_593:com_74); -if_setgraphic("miscgraphics,10", interface_593:com_77); -if_setgraphic("miscgraphics,10", interface_593:com_80); -if_setgraphic("miscgraphics,10", interface_593:com_83); -if_setgraphic("miscgraphics,10", interface_593:com_86); -if_setgraphic("miscgraphics,10", interface_593:com_89); -if_setgraphic("miscgraphics,10", interface_593:com_92); -if_setgraphic("miscgraphics,10", interface_593:com_95); -if_setgraphic("miscgraphics,10", interface_593:com_98); -if_setgraphic("miscgraphics,10", interface_593:com_101); -if_setgraphic("miscgraphics,10", interface_593:com_104); -if_setgraphic("miscgraphics,10", interface_593:com_107); -if_setgraphic("miscgraphics,10", interface_593:com_110); -if_setgraphic("miscgraphics,10", interface_593:com_113); diff --git a/dumps/530/script/[proc,script31].cs2 b/dumps/530/script/[proc,script31].cs2 deleted file mode 100644 index c7246fd11..000000000 --- a/dumps/530/script/[proc,script31].cs2 +++ /dev/null @@ -1,52 +0,0 @@ -// 31 -[proc,script31](component $component0, component $component1, graphic $graphic2, graphic $graphic3, graphic $graphic4, graphic $graphic5, graphic $graphic6, graphic $graphic7) -cc_create($component0, ^iftype_graphic, 0); -cc_setposition(0, 16, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(16, calc(if_getheight($component0) - 32), ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic2); -cc_settiling(true); -cc_setonclick("script34($component0, $component1, event_mousey)"); -.cc_create($component0, ^iftype_graphic, 1); -.cc_setposition(0, 16, ^setpos_abs_left, ^setpos_abs_top); -def_int $int8 = 0; -if (if_getscrollheight($component1) <= 0) { - $int8 = calc((if_getheight($component0) - 32) * if_getheight($component0)); -} else { - $int8 = calc((if_getheight($component0) - 32) * if_getheight($component0) / if_getscrollheight($component1)); -} -if ($int8 < 10) { - $int8 = 10; -} -.cc_setsize(16, $int8, ^setsize_abs, ^setsize_abs); -.cc_setgraphic($graphic4); -.cc_settiling(true); -.cc_setdraggable($component0, 0); -if ($int8 < calc(if_getheight($component0) - 32)) { - .cc_setondrag("script35($component0, $component1, event_mousey, false)"); - .cc_setondragcomplete("script35($component0, $component1, event_mousey, true)"); -} -.cc_setdragrenderbehaviour(1); -cc_create($component0, ^iftype_graphic, 2); -cc_setposition(0, .cc_gety, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(16, 5, ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic3); -cc_settiling(false); -cc_create($component0, ^iftype_graphic, 3); -cc_setposition(0, calc(.cc_gety + .cc_getheight - 5), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(16, 5, ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic5); -cc_settiling(false); -cc_create($component0, ^iftype_graphic, 4); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(16, 16, ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic6); -cc_settiling(false); -cc_setonhold("script32($component0, $component1)"); -cc_create($component0, ^iftype_graphic, 5); -cc_setposition(0, calc(if_getheight($component0) - 16), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(16, 16, ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic7); -cc_settiling(false); -cc_setonhold("script33($component0, $component1)"); -if_setonscrollwheel("script36($component0, $component1, event_mousey)", $component0); -if_setonscrollwheel("script36($component0, $component1, event_mousey)", $component1); diff --git a/dumps/530/script/[proc,script365].cs2 b/dumps/530/script/[proc,script365].cs2 deleted file mode 100644 index 2f806e4b2..000000000 --- a/dumps/530/script/[proc,script365].cs2 +++ /dev/null @@ -1,36 +0,0 @@ -// 365 -[proc,script365] -if_setgraphic("miscgraphics,10", interface_592:com_67); -if_setgraphic("miscgraphics,10", interface_592:com_25); -if_setgraphic("miscgraphics,10", interface_592:com_27); -if_setgraphic("miscgraphics,10", interface_592:com_29); -if_setgraphic("miscgraphics,10", interface_592:com_31); -if_setgraphic("miscgraphics,10", interface_592:com_33); -if_setgraphic("miscgraphics,10", interface_592:com_35); -if_setgraphic("miscgraphics,10", interface_592:com_37); -if_setgraphic("miscgraphics,10", interface_592:com_39); -if_setgraphic("miscgraphics,10", interface_592:com_41); -if_setgraphic("miscgraphics,10", interface_592:com_43); -if_setgraphic("miscgraphics,10", interface_592:com_45); -if_setgraphic("miscgraphics,10", interface_592:com_47); -if_setgraphic("miscgraphics,10", interface_592:com_49); -if_setgraphic("miscgraphics,10", interface_592:com_51); -if_setgraphic("miscgraphics,10", interface_592:com_53); -if_setgraphic("miscgraphics,10", interface_592:com_54); -if_setgraphic("miscgraphics,10", interface_592:com_57); -if_setgraphic("miscgraphics,10", interface_592:com_59); -if_setgraphic("miscgraphics,10", interface_592:com_61); -if_setgraphic("miscgraphics,10", interface_592:com_63); -if_setgraphic("miscgraphics,10", interface_592:com_64); -if_setgraphic("miscgraphics,10", interface_592:com_200); -if_setgraphic("miscgraphics,10", interface_592:com_198); -if_setgraphic("miscgraphics,10", interface_592:com_196); -if_setgraphic("miscgraphics,10", interface_592:com_194); -if_setgraphic("miscgraphics,10", interface_592:com_192); -if_setgraphic("miscgraphics,10", interface_592:com_190); -if_setgraphic("miscgraphics,10", interface_592:com_22); -if_setgraphic("miscgraphics,10", interface_592:com_20); -if_setgraphic("miscgraphics,10", interface_592:com_188); -if_setgraphic("miscgraphics,10", interface_592:com_186); -if_setgraphic("miscgraphics,10", interface_592:com_184); -if_setgraphic("miscgraphics,10", interface_592:com_182); diff --git a/dumps/530/script/[proc,script366].cs2 b/dumps/530/script/[proc,script366].cs2 deleted file mode 100644 index 2d5b28eaa..000000000 --- a/dumps/530/script/[proc,script366].cs2 +++ /dev/null @@ -1,91 +0,0 @@ -// 366 -[proc,script366] -def_graphic $graphic0 = graphic_1042; -def_graphic $graphic1 = graphic_1041; -if_setgraphic(graphic_1041, interface_594:com_253); -if_setgraphic(graphic_1041, interface_594:com_254); -if_setgraphic(graphic_1041, interface_594:com_255); -if_setgraphic(graphic_1041, interface_594:com_256); -if_setgraphic(graphic_1041, interface_594:com_257); -if_setgraphic(graphic_1041, interface_594:com_258); -if_setgraphic(graphic_1041, interface_594:com_259); -if_setgraphic(graphic_1041, interface_594:com_260); -if_setgraphic(graphic_1041, interface_594:com_261); -if_setgraphic(graphic_1041, interface_594:com_262); -if_setgraphic(graphic_1041, interface_594:com_263); -if_setgraphic(graphic_1041, interface_594:com_264); -if_setgraphic(graphic_1041, interface_594:com_265); -if_setgraphic(graphic_1041, interface_594:com_266); -if_setgraphic(graphic_1041, interface_594:com_267); -if_setgraphic(graphic_1041, interface_594:com_268); -if_setgraphic(graphic_1041, interface_594:com_269); -if_setgraphic(graphic_1041, interface_594:com_270); -if_setgraphic(graphic_1041, interface_594:com_271); -if_setgraphic(graphic_1041, interface_594:com_272); -if_setgraphic(graphic_1041, interface_594:com_273); -if_setgraphic(graphic_1041, interface_594:com_274); -if_setgraphic(graphic_1041, interface_594:com_275); -if_setgraphic(graphic_1041, interface_594:com_276); -if_setgraphic(graphic_1041, interface_594:com_277); -if_setgraphic(graphic_1041, interface_594:com_278); -if_setgraphic(graphic_1041, interface_594:com_279); -if_setgraphic(graphic_1041, interface_594:com_280); -if_setgraphic(graphic_1041, interface_594:com_281); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_253); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_254); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_255); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_256); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_257); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_258); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_259); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_260); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_261); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_262); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_263); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_264); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_265); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_266); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_267); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_268); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_269); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_270); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_271); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_272); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_273); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_274); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_275); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_276); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_277); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_278); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_279); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_280); -if_setonmouseover("script44(event_com, $graphic0)", interface_594:com_281); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_253); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_254); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_255); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_256); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_257); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_258); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_259); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_260); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_261); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_262); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_263); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_264); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_265); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_266); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_267); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_268); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_269); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_270); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_271); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_272); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_273); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_274); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_275); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_276); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_277); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_278); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_279); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_280); -if_setonmouseleave("script299(interface_594:com_300, event_com, $graphic1)", interface_594:com_281); diff --git a/dumps/530/script/[proc,script37].cs2 b/dumps/530/script/[proc,script37].cs2 deleted file mode 100644 index 82aa904d7..000000000 --- a/dumps/530/script/[proc,script37].cs2 +++ /dev/null @@ -1,39 +0,0 @@ -// 37 -[proc,script37](component $component0, component $component1, int $int2, boolean $boolean3) -def_int $int4 = calc(if_getscrollheight($component1) - if_getheight($component1)); -if ($int4 = 0) { - $int4 = 1; -} -if ($int2 < 0) { - $int2 = 0; -} -if ($int2 > $int4) { - $int2 = $int4; -} -if_setscrollpos(0, $int2, $component1); -switch_component ($component1) { - case interface_137:com_56 : - %varclient_7 = if_getscrolly($component1); - case interface_274:com_1 : - %varclient_10 = if_getscrolly($component1); - case interface_550:com_2 : - %varclient_9 = if_getscrolly($component1); - case interface_320:com_149 : - %varclient_107 = if_getscrolly($component1); - case interface_300:com_15 : - %varclient_109 = if_getscrolly($component1); - case interface_735:com_13 : - %varclient_121 = if_getscrolly($component1); - case interface_762:com_73 : - ~script705(%varplayerbit_4893, if_getscrolly($component1)); -} -def_int $int5 = calc(if_getheight($component0) - 32 - cc_getheight); -if ($boolean3 = true) { - cc_setposition(0, calc(16 + $int5 * $int2 / $int4), ^setpos_abs_left, ^setpos_abs_top); - if (.cc_find($component0, 2) = true) { - .cc_setposition(0, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - } - if (.cc_find($component0, 3) = true) { - .cc_setposition(0, calc(cc_gety + cc_getheight - 5), ^setpos_abs_left, ^setpos_abs_top); - } -} diff --git a/dumps/530/script/[proc,script395].cs2 b/dumps/530/script/[proc,script395].cs2 deleted file mode 100644 index bd34e7cb6..000000000 --- a/dumps/530/script/[proc,script395].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 395 -[proc,script395]()(int) -if (calc(stat_base(attack) + stat_base(strength)) = 130) { - return(1); -} diff --git a/dumps/530/script/[proc,script398].cs2 b/dumps/530/script/[proc,script398].cs2 deleted file mode 100644 index 1137d0f2e..000000000 --- a/dumps/530/script/[proc,script398].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 398 -[proc,script398] -if_setcolour(^green, interface_274:com_7); -return; diff --git a/dumps/530/script/[proc,script399].cs2 b/dumps/530/script/[proc,script399].cs2 deleted file mode 100644 index 7cf6dc599..000000000 --- a/dumps/530/script/[proc,script399].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 399 -[proc,script399] -if_setcolour(^green, interface_274:com_10); -return; diff --git a/dumps/530/script/[proc,script39].cs2 b/dumps/530/script/[proc,script39].cs2 deleted file mode 100644 index 765a9ebd0..000000000 --- a/dumps/530/script/[proc,script39].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 39 -[proc,script39](component $component0, component $component1, string $string0, int $int2, int $int3) -~script569($component0, -1, $component1, $string0, $int2, $int3); diff --git a/dumps/530/script/[proc,script3].cs2 b/dumps/530/script/[proc,script3].cs2 deleted file mode 100644 index 224a6e511..000000000 --- a/dumps/530/script/[proc,script3].cs2 +++ /dev/null @@ -1,835 +0,0 @@ -// 3 -[proc,script3](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_8170, "Garden", "You can now build a garden for your house."); - case 1 : - return(1, obj_8315, "Parlour", "You can now build a parlour for your house."); - case 2 : - return(5, obj_8222, "Kitchen", "You can now build a kitchen for your house."); - case 3 : - return(10, obj_8121, "Dining room", "You can now build a dining room for your house."); - case 4 : - return(15, obj_8379, "Workshop", "You can now build a workshop for your house."); - case 5 : - return(20, obj_8037, "Bedroom", "You can now build a bedroom for your house."); - case 6 : - return(25, obj_8255, "Hall (skill trophies)", "You can now build a hall for your house, in which you can display skill trophies."); - case 7 : - return(30, obj_8163, "Games room", "You can now build a games room for your house."); - case 8 : - return(32, obj_8027, "Combat room", "You can now build a combat room for your house."); - case 9 : - return(35, obj_8259, "Hall (quest trophies)", "You can now build a hall for your house, in which you can display your quest trophies."); - case 10 : - return(40, obj_8340, "Study", "You can now build a study for your house."); - case 11 : - return(42, obj_9822, "Costume room", "You can now build a costume room for your house."); - case 12 : - return(45, obj_8068, "Chapel", "You can now build a chapel for your house."); - case 13 : - return(50, obj_8333, "Portal chamber", "You can now build a portal chamber for your house."); - case 14 : - return(55, obj_8195, "Formal garden", "You can now build a formal garden for your house."); - case 15 : - return(60, obj_8363, "Throne room", "You can now build a throne room for your house."); - case 16 : - return(65, obj_8302, "Oubliette", "You can now build an oubliette for your house."); - case 17 : - return(70, obj_8123, "Dungeon", "You can now build a dungeon for your house."); - case 18 : - return(75, obj_8151, "Treasure room", "You can now build a treasure room for your house."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(3, obj_8325, "Clay fireplace", "You can now construct clay fireplaces for your house."); - case 1 : - return(5, obj_8216, "Firepit", "You can now construct firepits for your house."); - case 2 : - return(7, obj_8230, "Pump and drain", "You can now construct pump and drains for your house."); - case 3 : - return(11, obj_8217, "Firepit with hook", "You can now construct firepits with hooks for your house."); - case 4 : - return(15, obj_8389, "Repair bench", "You can now construct repair benches for your house (at which you can repair bent arrows and broken staves)."); - case 5 : - return(16, obj_8392, "Pluming stand", "You can now construct pluming stands for your house."); - case 6 : - return(16, obj_8380, "Crafting table 1", "You can now construct crafting table 1 for your house, at which you can craft toy horsies."); - case 7 : - return(17, obj_8218, "Firepit with pot", "You can now construct firepits with pots for your house."); - case 8 : - return(17, obj_8375, "Wooden workbench", "You can now construct wooden workbenches for your house, at which you can build flatpack items up to level 20 Construction."); - case 9 : - return(24, obj_8219, "Small oven", "You can now construct small ovens for your house."); - case 10 : - return(25, obj_8381, "Crafting table 2", "You can now construct crafting table 2 for your house, at which you can craft toy horsies and clockwork mechanisms."); - case 11 : - return(27, obj_8231, "Pump and tub", "You can now construct pump and tubs for your house."); - case 12 : - return(29, obj_8220, "Large oven", "You can now construct large ovens for your house."); - case 13 : - return(32, obj_8376, "Oak workbench", "You can now construct oak workbenches for your house, at which you can build flatpack items up to level 40 Construction."); - case 14 : - return(33, obj_8326, "Stone fireplace", "You can now construct stone fireplaces for your house."); - case 15 : - return(34, obj_8382, "Crafting table 3", "You can now construct crafting table 3 for your house, at which you can craft toy horsies, clockwork mechanisms, clockwork soldiers and clockwork dolls."); - case 16 : - return(34, obj_8221, "Steel range", "You can now construct steel ranges for your house."); - case 17 : - return(35, obj_8390, "Whetstone", "You can now construct whetstones for your house, at which you can sharpen rusty swords, and repair broken arrows and staves."); - case 18 : - return(41, obj_8393, "Shield easel", "You can now construct shield easels for your house."); - case 19 : - return(42, obj_8222, "Fancy range", "You can now construct fancy ranges for your house."); - case 20 : - return(42, obj_8383, "Crafting table 4", "You can now construct crafting table 4 for your house, at which you can craft toy horsies, clockwork mechanisms, clockwork soldiers, clockwork dolls, clockwork mice, clockwork cats, watches and sextants."); - case 21 : - return(46, obj_8377, "Steel-framed workbench", "You can now construct steel-framed workbenches for your house, at which you can build flatpack items up to level 60 Construction."); - case 22 : - return(47, obj_8232, "Sink", "You can now construct sinks for your house."); - case 23 : - return(55, obj_8391, "Armour stand", "You can now construct armour stands for your house, at which you can repair broken arrows, broken staves, rusty swords, damaged armour and damaged Barrows items."); - case 24 : - return(62, obj_8378, "Workbench with vice", "You can now construct workbenches with vices for your house, at which you can build flatpack items up to level 80 Construction."); - case 25 : - return(63, obj_8327, "Marble fireplace", "You can now construct marble fireplaces for your house."); - case 26 : - return(66, obj_8394, "Banner easel", "You can now construct banner easels for your house."); - case 27 : - return(77, obj_8379, "Workbench with lathe", "You can now construct workbenches with lathes for your house, at which you can build flatpack items of any level."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(1, obj_8309, "Crude wooden chair", "You can now construct crude wooden chairs for your house."); - case 1 : - return(8, obj_8310, "Wooden chair", "You can now construct wooden chairs for your house."); - case 2 : - return(10, obj_8115, "Wooden dining table", "You can now construct wooden dining tables for your house."); - case 3 : - return(10, obj_8108, "Wooden dining bench", "You can now construct wooden dining benches for your house."); - case 4 : - return(12, obj_8246, "Wooden kitchen table", "You can now construct wooden kitchen tables for your house."); - case 5 : - return(14, obj_8311, "Rocking chair", "You can now construct rocking chairs for your house."); - case 6 : - return(19, obj_8312, "Oak chair", "You can now construct oak chairs for your house."); - case 7 : - return(20, obj_8031, "Wooden bed", "You can now construct wooden beds for your house."); - case 8 : - return(22, obj_8116, "Oak dining table", "You can now construct oak dining tables for your house."); - case 9 : - return(22, obj_8109, "Oak dining bench", "You can now construct oak dining benches for your house."); - case 10 : - return(26, obj_8313, "Oak armchair", "You can now construct oak armchairs for your house."); - case 11 : - return(30, obj_8032, "Oak bed", "You can now construct oak beds for your house."); - case 12 : - return(31, obj_8117, "Carved oak dining table", "You can now construct carved oak dining tables for your house."); - case 13 : - return(31, obj_8110, "Carved oak dining bench", "You can now construct carved oak dining benches for your house."); - case 14 : - return(32, obj_8247, "Oak kitchen table", "You can now construct oak kitchen tables for your house."); - case 15 : - return(34, obj_8033, "Large oak bed", "You can now construct large oak beds for your house."); - case 16 : - return(35, obj_8314, "Teak armchair", "You can now construct teak armchairs for your house."); - case 17 : - return(38, obj_8118, "Teak dining table", "You can now construct teak dining tables for your house."); - case 18 : - return(38, obj_8111, "Teak dining bench", "You can now construct teak dining benches for your house."); - case 19 : - return(40, obj_8034, "Teak bed", "You can now construct teak beds for your house."); - case 20 : - return(44, obj_8112, "Carved teak dining bench", "You can now construct carved teak dining benches for your house."); - case 21 : - return(45, obj_8119, "Carved teak dining table", "You can now construct carved teak dining tables for your house."); - case 22 : - return(45, obj_8035, "Large teak bed", "You can now construct large teak beds for your house."); - case 23 : - return(50, obj_8315, "Mahogany armchair", "You can now construct mahogany armchairs for your house."); - case 24 : - return(52, obj_8120, "Mahogany dining table", "You can now construct mahogany dining tables for your house."); - case 25 : - return(52, obj_8113, "Mahogany dining bench", "You can now construct mahogany dining benches for your house."); - case 26 : - return(52, obj_8248, "Teak kitchen table", "You can now construct teak kitchen tables for your house."); - case 27 : - return(53, obj_8036, "Mahogany four-poster bed", "You can now construct mahogany four-poster beds for your house."); - case 28 : - return(60, obj_8357, "Oak throne", "You can now construct oak thrones for your house."); - case 29 : - return(60, obj_8037, "Gilded mahogany four-poster bed", "You can now construct gilded mahogany four-poster beds for your house."); - case 30 : - return(61, obj_8114, "Gilded mahogany dining bench", "You can now construct gilded mahogany dining benches for your house."); - case 31 : - return(67, obj_8358, "Teak throne", "You can now construct teak thrones for your house."); - case 32 : - return(72, obj_8121, "Gilded mahogany and marble table", "You can now construct gilded mahogany and marble tables for your house."); - case 33 : - return(74, obj_8359, "Mahogany throne", "You can now construct mahogany thrones for your house."); - case 34 : - return(81, obj_8360, "Gilded mahogany throne", "You can now construct gilded mahogany thrones for your house."); - case 35 : - return(88, obj_8361, "Skeleton throne", "You can now construct skeleton thrones for your house."); - case 36 : - return(95, obj_8362, "Crystal throne", "You can now construct crystal thrones for your house."); - case 37 : - return(99, obj_8363, "Demonic throne", "You can now construct demonic thrones for your house."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(4, obj_8319, "Wooden bookcase", "You can now construct wooden bookcases for your house."); - case 1 : - return(6, obj_8223, "Wooden shelves 1", "You can now construct wooden shelves 1 for your house, which provide kettles, teapots and cups."); - case 2 : - return(7, obj_8239, "Beer barrel", "You can now construct beer barrels for your house."); - case 3 : - return(9, obj_8233, "Wooden larder", "You can now construct wooden larders for your house."); - case 4 : - return(12, obj_8240, "Cider barrel", "You can now construct cider barrels for your house."); - case 5 : - return(12, obj_8224, "Wooden shelves 2", "You can now construct wooden shelves 2 for your house, which provide kettles, teapots, cups and beer glasses."); - case 6 : - return(15, obj_8384, "Tool store 1", "You can now construct tool store 1 for your house, which provide saws, hammers, chisels and shears."); - case 7 : - return(18, obj_8241, "Asgarnian Ale barrel", "You can now construct Asgarnian Ale barrels for your house."); - case 8 : - return(20, obj_8038, "Shoe box", "You can now construct shoe boxes for your house."); - case 9 : - return(21, obj_8045, "Wooden shaving stand", "You can now construct wooden shaving stands for your house."); - case 10 : - return(23, obj_8225, "Wooden shelves 3", "You can now construct wooden shelves 3 for your house, which provide kettles, teapots, cups, beer glasses and cake tins."); - case 11 : - return(25, obj_8385, "Tool store 2", "You can now construct tool store 2 for your house, which provide buckets, spades and tinderboxes."); - case 12 : - return(26, obj_8242, "Greenman's Ale barrel", "You can now construct Greenman's Ale barrels for your house."); - case 13 : - return(27, obj_8039, "Oak chest of drawers", "You can now construct oak chests of drawers for your house."); - case 14 : - return(29, obj_8046, "Oak shaving stand", "You can now construct oak shaving stands for your house."); - case 15 : - return(29, obj_8320, "Oak bookcase", "You can now construct oak bookcases for your house."); - case 16 : - return(33, obj_8234, "Oak larder", "You can now construct oak larders for your house."); - case 17 : - return(34, obj_8226, "Oak shelves 1", "You can now construct oak shelves 1 for your house, which provide kettles, teapots, cups, beer glasses, cake tins and bowls."); - case 18 : - return(35, obj_8386, "Tool store 3", "You can now construct tool store 3 for your house, which provide brown aprons, glassblowing pipes and needles."); - case 19 : - return(36, obj_8243, "Dragon Bitter barrel", "You can now construct Dragon Bitter barrels for your house."); - case 20 : - return(37, obj_8047, "Oak dresser", "You can now construct oak dressers for your house."); - case 21 : - return(39, obj_8040, "Oak wardrobe (bedroom)", "You can now construct oak wardrobes (bedroom) for your house."); - case 22 : - return(40, obj_8321, "Mahogany bookcase", "You can now construct mahogany bookcases for your house."); - case 23 : - return(43, obj_8235, "Teak larder", "You can now construct teak larders for your house."); - case 24 : - return(44, obj_8387, "Tool store 4", "You can now construct tool store 4 for your house, which provide amulets, necklaces, rings, holy symbols and tiara moulds."); - case 25 : - return(45, obj_8227, "Oak shelves 2", "You can now construct oak shelves 2 for your house, which provide kettles, teapots, cups, beer glasses, cake tins, bowls and pie dishes."); - case 26 : - return(46, obj_8048, "Teak dresser", "You can now construct teak dressers for your house."); - case 27 : - return(48, obj_8244, "Chef's Delight barrel", "You can now construct Chef's Delight barrels for your house."); - case 28 : - return(51, obj_8041, "Teak chest of drawers", "You can now construct teak chests of drawers for your house."); - case 29 : - return(55, obj_8388, "Tool store 5", "You can now construct tool store 5 for your house, which provide rakes, spades, trowels, seed dibbers and watering cans)."); - case 30 : - return(56, obj_8049, "Fancy teak dresser", "You can now construct fancy teak dressers for your house."); - case 31 : - return(56, obj_8228, "Teak shelves 1", "You can now construct teak shelves 1 for your house, which provide kettles, teapots, cups, beer glasses, cake tins, bowls, pie dishes and pots."); - case 32 : - return(63, obj_8042, "Teak wardrobe (bedroom)", "You can now construct teak wardrobes (bedroom) for your house."); - case 33 : - return(64, obj_8050, "Mahogany dresser", "You can now construct mahogany dressers for your house."); - case 34 : - return(67, obj_8229, "Teak shelves 2", "You can now construct teak shelves 2 for your house, which provide kettles, teapots, cups, beer glasses, cake tins, bowls, pie dishes, pots and chef's hats."); - case 35 : - return(74, obj_8051, "Gilded mahogany dresser", "You can now construct gilded mahogany dressers for your house."); - case 36 : - return(75, obj_8043, "Mahogany wardrobe (bedroom)", "You can now construct mahogany wardrobes (bedroom) for your house."); - case 37 : - return(87, obj_8044, "Gilded mahogany wardrobe (bedroom)", "You can now construct gilded mahogany wardrobes (bedroom) for your house."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(2, obj_8316, "Brown rug", "You can now make brown rugs for your house."); - case 1 : - return(2, obj_8322, "Torn curtains", "You can now make torn curtains for your house."); - case 2 : - return(13, obj_8317, "Rug", "You can now make rugs for your house."); - case 3 : - return(18, obj_8323, "Curtains", "You can now make curtains for your house."); - case 4 : - return(25, obj_8052, "Oak clock", "You can now construct oak clocks for your house."); - case 5 : - return(40, obj_8334, "Oak lectern", "You can now construct oak lecterns for your house."); - case 6 : - return(40, obj_8324, "Opulent curtains", "You can now make opulent curtains for your house."); - case 7 : - return(41, obj_8341, "Globe", "You can now construct globes for your house."); - case 8 : - return(43, obj_8354, "Alchemical chart", "You can now make alchemical charts for your house."); - case 9 : - return(44, obj_8348, "Wooden telescope", "You can now construct wooden telescopes for your house."); - case 10 : - return(47, obj_8335, "Oak eagle lectern", "You can now construct oak eagle lecterns for your house."); - case 11 : - return(47, obj_8336, "Oak demon lectern", "You can now construct oak demon lecterns for your house."); - case 12 : - return(50, obj_8342, "Ornamental globe", "You can now construct ornamental globes for your house."); - case 13 : - return(55, obj_8053, "Teak clock", "You can now construct teak clocks for your house."); - case 14 : - return(57, obj_8337, "Teak eagle lectern", "You can now construct teak eagle lecterns for your house."); - case 15 : - return(57, obj_8338, "Teak demon lectern", "You can now construct teak demon lecterns for your house."); - case 16 : - return(59, obj_8343, "Lunar globe", "You can now construct lunar globes for your house."); - case 17 : - return(63, obj_8355, "Astronomical chart", "You can now make astronomical charts for your house."); - case 18 : - return(64, obj_8349, "Teak telescope", "You can now construct teak telescopes for your house."); - case 19 : - return(65, obj_8318, "Opulent rug", "You can now make opulent rugs for your house."); - case 20 : - return(67, obj_8339, "Mahogany eagle lectern", "You can now construct mahogany eagle lecterns for your house."); - case 21 : - return(67, obj_8340, "Mahogany demon lectern", "You can now construct mahogany demon lecterns for your house."); - case 22 : - return(68, obj_8344, "Celestial globe", "You can now construct celestial globes for your house."); - case 23 : - return(72, obj_8128, "Dungeon candles", "You can now make dungeon candles for your house."); - case 24 : - return(72, obj_8125, "Decorative dungeon bloodstain", "You can now put decorative dungeon bloodstains in your house."); - case 25 : - return(77, obj_8345, "Armillary sphere", "You can now construct armillary spheres for your house."); - case 26 : - return(83, obj_8356, "Infernal chart", "You can now make infernal charts for your house."); - case 27 : - return(83, obj_8126, "Decorative dungeon pipe", "You can now construct decorative dungeon pipes for your house."); - case 28 : - return(84, obj_8129, "Dungeon torches", "You can now make dungeon torches for your house."); - case 29 : - return(84, obj_8350, "Mahogany 'scope", "You can now construct mahogany 'scopes for your house."); - case 30 : - return(85, obj_8054, "Gilded mahogany clock", "You can now construct gilded mahogany clocks for your house."); - case 31 : - return(86, obj_8346, "Small orrery", "You can now construct small orreries for your house."); - case 32 : - return(94, obj_8127, "Hanging dungeon skeleton", "You can now put hanging dungeon skeletons in your house."); - case 33 : - return(94, obj_8130, "Dungeon skull torches", "You can now make dungeon skull torches for your house."); - case 34 : - return(95, obj_8347, "Large orrery", "You can now construct large orreries for your house."); - } - case 5 : - switch_int ($int1) { - case 0 : - return(16, obj_8102, "Oak wall decoration", "You can now display oak wall decorations in your house."); - case 1 : - return(28, obj_8085, "Suit of armour", "You can now display a suit of armour in your house."); - case 2 : - return(35, obj_8086, "Small portrait", "You can now display small portraits in your house."); - case 3 : - return(36, obj_8267, "Mounted bass", "You can now display mounted bass in your house."); - case 4 : - return(36, obj_8103, "Teak wall decoration", "You can now display teak wall decorations in your house."); - case 5 : - return(38, obj_8087, "Minor Slayer monster head", "You can now display minor Slayer monster heads in your house."); - case 6 : - return(38, obj_8294, "Small map", "You can now display small maps in your house."); - case 7 : - return(41, obj_8095, "Rune display case", "You can now put rune display cases in your house."); - case 8 : - return(42, obj_8090, "Mounted sword", "You can now display mounted swords in your house."); - case 9 : - return(44, obj_8091, "Small landscape", "You can now display small landscapes in your house."); - case 10 : - return(47, obj_8092, "Guild trophy", "You can now display guild trophies in your house."); - case 11 : - return(55, obj_8093, "Large portrait", "You can now display large portraits in your house."); - case 12 : - return(56, obj_8104, "Gilded mahogany wall decoration", "You can now display gilded mahogany wall decorations in your house."); - case 13 : - return(56, obj_8268, "Mounted swordfish", "You can now display mounted swordfish in your house."); - case 14 : - return(58, obj_8295, "Medium map", "You can now display medium maps in your house."); - case 15 : - return(58, obj_8088, "Medium Slayer monster head", "You can now display medium Slayer monster heads in your house."); - case 16 : - return(65, obj_8094, "Large landscape", "You can now display large landscapes in your house."); - case 17 : - return(66, obj_8105, "Round wall-mounted shield", "You can now display round wall-mounted shields in your house."); - case 18 : - return(76, obj_8269, "Mounted shark", "You can now display mounted shark in your house."); - case 19 : - return(76, obj_8106, "Square wall-mounted shield", "You can now display square wall-mounted shields in your house."); - case 20 : - return(78, obj_8089, "Major Slayer monster head", "You can now display major Slayer monster heads in your house."); - case 21 : - return(78, obj_8296, "Large map", "You can now display large maps in your house."); - case 22 : - return(86, obj_8107, "Wall-mounted kiteshield", "You can now display wall-mounted kiteshields in your house."); - } - case 6 : - switch_int ($int1) { - case 0 : - return(30, obj_8162, "Hoop-and-stick game", "You can now construct hoop-and-stick games for your games room."); - case 1 : - return(32, obj_8023, "Boxing ring", "You can now construct boxing rings for your combat room."); - case 2 : - return(34, obj_8028, "Boxing glove rack", "You can now construct boxing glove racks for your combat room."); - case 3 : - return(34, obj_8165, "Oak prize chest", "You can now construct oak prize chests for your games room."); - case 4 : - return(37, obj_8156, "Lesser magical balance", "You can now construct lesser magical balances for your games room."); - case 5 : - return(39, obj_8159, "Jester game", "You can now construct jester games for your games room"); - case 6 : - return(39, obj_8153, "Clay attack stone", "You can now construct clay attack stones for your games room."); - case 7 : - return(41, obj_8024, "Fencing ring", "You can now construct fencing rings for your combat room."); - case 8 : - return(44, obj_8029, "Weapons rack", "You can now construct weapons racks for your combat room."); - case 9 : - return(44, obj_8166, "Teak prize chest", "You can now construct teak prize chests for your games room."); - case 10 : - return(49, obj_8160, "Treasure hunt fairy house", "You can now construct treasure hunt fairy houses for your games room."); - case 11 : - return(51, obj_8025, "Combat ring", "You can now construct combat rings for your combat room."); - case 12 : - return(54, obj_8163, "Dartboard", "You can now construct dartboards for your games room."); - case 13 : - return(54, obj_8030, "Upgraded weapons rack", "You can now construct upgraded weapons racks for your combat room."); - case 14 : - return(54, obj_8167, "Mahogany prize chest", "You can now construct mahogany prize chests for your games room."); - case 15 : - return(57, obj_8157, "Medium balance", "You can now construct medium balances for your games room."); - case 16 : - return(59, obj_8154, "Limestone attack stone", "You can now construct limestone attack stones for your games room."); - case 17 : - return(59, obj_8161, "Hangman game", "You can now construct hangman games for your games room."); - case 18 : - return(71, obj_8026, "Ranging pedestals", "You can now construct ranging pedestals for your combat room."); - case 19 : - return(77, obj_8158, "Greater magical balance", "You can now add greater magic balances for your games room."); - case 20 : - return(79, obj_8155, "Marble attack stone", "You can now construct marble attack stones for your games room."); - case 21 : - return(81, obj_8164, "Archery target", "You can now construct archery targets for your games room."); - case 22 : - return(81, obj_8027, "Balance beam", "You can now construct balance beams for your games room."); - } - case 7 : - switch_int ($int1) { - case 0 : - return(1, obj_8168, "Exit portal", "You can now build an exit portal for your garden."); - case 1 : - return(1, obj_8096, "Low-level plants", "You can now put low-level plants in your garden."); - case 2 : - return(5, obj_8169, "Decorative rock", "You can now put decorative rocks in your garden."); - case 3 : - return(5, obj_8173, "Tree", "You can now plant trees in your garden."); - case 4 : - return(6, obj_8097, "Mid-level plants", "You can now put mid-level plants in your garden."); - case 5 : - return(10, obj_8170, "Pond", "You can now put a pond in your garden."); - case 6 : - return(10, obj_8174, "Nice tree", "You can now plant nice trees in your garden."); - case 7 : - return(12, obj_8098, "High-level plants", "You can now put high-level plants in your garden."); - case 8 : - return(15, obj_8171, "Imp statue", "You can now put imp statues in your garden."); - case 9 : - return(15, obj_8175, "Oak tree", "You can now plant oak trees in your garden."); - case 10 : - return(30, obj_8176, "Willow tree", "You can now plant willow trees in your garden."); - case 11 : - return(45, obj_8177, "Maple tree", "You can now plant maple trees in your garden."); - case 12 : - return(55, obj_8196, "Boundary stones", "You can now put boundary stones in your garden."); - case 13 : - return(56, obj_8203, "Thorny hedge", "You can now plant thorny hedges in your garden."); - case 14 : - return(59, obj_8197, "Wooden fence", "You can now put wooden fences around your garden."); - case 15 : - return(60, obj_8204, "Nice hedge", "You can now plant nice hedges in your garden."); - case 16 : - return(60, obj_8178, "Yew tree", "You can now plant yew trees in your garden."); - case 17 : - return(63, obj_8198, "Stone wall", "You can now put stone walls around your garden."); - case 18 : - return(64, obj_8205, "Small box hedge", "You can now plant small box hedges in your garden."); - case 19 : - return(65, obj_8192, "Gazebo", "You can now put gazebos in your garden."); - case 20 : - return(66, obj_8213, "Sunflower", "You can now plant sunflowers in your garden."); - case 21 : - return(66, obj_8210, "Rosemary", "You can now plant rosemary in your garden."); - case 22 : - return(67, obj_8199, "Iron railings", "You can now put iron railings around your garden."); - case 23 : - return(68, obj_8206, "Topiary hedge", "You can now plant topiary hedges in your garden."); - case 24 : - return(70, obj_8172, "Dungeon entrance", "You can now put dungeon entrances in your garden."); - case 25 : - return(71, obj_8214, "Marigolds", "You can now plant marigolds in your garden."); - case 26 : - return(71, obj_8211, "Daffodils", "You can now plant daffodils in your garden."); - case 27 : - return(71, obj_8200, "Picket fence", "You can now put picket fences around your garden."); - case 28 : - return(71, obj_8193, "Small fountain", "You can now put small fountains in your garden."); - case 29 : - return(72, obj_8207, "Fancy hedge", "You can now put fancy hedges around your garden."); - case 30 : - return(75, obj_8179, "Magic tree", "You can now plant magic trees in your garden."); - case 31 : - return(75, obj_8194, "Large fountain", "You can now put large fountains in your garden."); - case 32 : - return(75, obj_8201, "Garden fence", "You can now put garden fences around your garden."); - case 33 : - return(76, obj_8208, "Tall fancy hedge", "You can now plant tall fancy hedges in your garden."); - case 34 : - return(76, obj_8215, "Roses", "You can now plant roses in your garden."); - case 35 : - return(76, obj_8212, "Bluebells", "You can now plant bluebells in your garden."); - case 36 : - return(79, obj_8202, "Marble wall", "You can now put marble walls around your garden."); - case 37 : - return(80, obj_8209, "Tall box hedge", "You can now plant tall box hedges in your garden."); - case 38 : - return(81, obj_8195, "Posh fountain", "You can now put posh fountains in your garden."); - } - case 8 : - switch_int ($int1) { - case 0 : - return(61, obj_8370, "Throne room floor decoration", "You can now add throne room floor decorations to your dungeon."); - case 1 : - return(65, obj_8297, "Oak cage", "You can add oak cages to your dungeon."); - case 2 : - return(65, obj_8302, "Oubliette spikes", "You can now add oubliette spikes to your dungeon."); - case 3 : - return(68, obj_8371, "Steel cage", "You can now add steel cages to your dungeon."); - case 4 : - return(70, obj_8298, "Oak and steel cage", "You can now add oak and steel cages to your dungeon."); - case 5 : - return(70, obj_8131, "Skeleton guard", "You can now add skeleton guards to your dungeon."); - case 6 : - return(71, obj_8303, "Tentacle pool", "You can now add tentacle pools to your dungeon."); - case 7 : - return(72, obj_8143, "Spike trap", "You can now add spike traps to your dungeon."); - case 8 : - return(74, obj_8372, "Large trapdoor", "You can now add large trapdoors to your dungeon."); - case 9 : - return(74, obj_8122, "Oak dungeon door", "You can now add oak dungeon doors to your dungeon."); - case 10 : - return(74, obj_8132, "Guard dog", "You can now add guard dogs to your dungeon."); - case 11 : - return(75, obj_8148, "Wooden dungeon treasure crate", "You can now add wooden dungeon treasure crates to your treasure room."); - case 12 : - return(75, obj_8138, "Demon", "You can now add demons to your dungeon."); - case 13 : - return(75, obj_8299, "Steel cage", "You can now add steel cages to your dungeon."); - case 14 : - return(76, obj_8144, "Man trap", "You can now add man traps to your dungeon."); - case 15 : - return(77, obj_8304, "Oubliette flame pit", "You can now add oubliette flame pits to your dungeon."); - case 16 : - return(78, obj_8133, "Hobgoblin guard", "You can now add hobgoblin guards to your dungeon."); - case 17 : - return(79, obj_8149, "Oak dungeon treasure chest", "You can now add oak dungeon treasure chests to your treasure room."); - case 18 : - return(80, obj_8300, "Spiked cage", "You can now add spiked cages to your dungeon."); - case 19 : - return(80, obj_8145, "Tangle vine", "You can now add tangle vines to your dungeon."); - case 20 : - return(80, obj_8139, "Kalphite soldier", "You can now add kalphite soldiers to your dungeon."); - case 21 : - return(82, obj_8373, "Lesser magic cage", "You can now add lesser magic cages to your dungeon."); - case 22 : - return(82, obj_8134, "Baby red dragon", "You can now add baby red dragons to your dungeon."); - case 23 : - return(83, obj_8150, "Teak dungeon treasure chest", "You can now add teak dungeon treasure chests to your treasure room."); - case 24 : - return(83, obj_8305, "Rocnar", "You can now add rocnars to your dungeon."); - case 25 : - return(84, obj_8123, "Steel-plated oak door", "You can now add steel-plated oak doors to your dungeon."); - case 26 : - return(84, obj_8146, "Marble trap", "You can now add marble traps to your dungeon."); - case 27 : - return(85, obj_8140, "Tok-Xil", "You can now add Tok-Xil to your dungeon."); - case 28 : - return(85, obj_8301, "Bone cage", "You can now add bone cages to your dungeon."); - case 29 : - return(86, obj_8135, "Huge spider", "You can now add huge spiders to your dungeon."); - case 30 : - return(87, obj_8151, "Mahogany dungeon treasure chest", "You can now add mahogany dungeon treasure chests to your treasure room."); - case 31 : - return(88, obj_8147, "Teleport trap", "You can now add teleport traps to your dungeon."); - case 32 : - return(89, obj_8374, "Greater magic cage", "You can now add greater magic cages to your dungeon."); - case 33 : - return(90, obj_8136, "Troll guard", "You can now add troll guards to your dungeon."); - case 34 : - return(90, obj_8141, "Dagannoth", "You can now add dagannoths to your dungeon."); - case 35 : - return(91, obj_8152, "Magic dungeon treasure chest", "You can now add magic dungeon treasure chests to your treasure room."); - case 36 : - return(94, obj_8124, "Marble dungeon door", "You can now add marble dungeon doors to your dungeon."); - case 37 : - return(94, obj_8137, "Hellhound", "You can now add hellhounds to your dungeon."); - case 38 : - return(95, obj_8142, "Steel dragon", "You can now add steel dragons to your dungeon."); - } - case 9 : - switch_int ($int1) { - case 0 : - return(45, obj_8062, "Oak altar", "You can now construct oak altars for your chapel."); - case 1 : - return(45, obj_8070, "Steel torches", "You can now add steel torches to your chapel."); - case 2 : - return(48, obj_8055, "Symbol of Saradomin", "You can now add symbols of Saradomin to your chapel."); - case 3 : - return(48, obj_8057, "Symbol of Guthix", "You can now add symbols of Guthix to your chapel."); - case 4 : - return(48, obj_8056, "Symbol of Zamorak", "You can now add symbols of Zamorak to your chapel."); - case 5 : - return(49, obj_8069, "Wooden torches", "You can now add wooden torches to your chapel."); - case 6 : - return(49, obj_8079, "Chapel windchimes", "You can now add chapel windchimes to your chapel."); - case 7 : - return(49, obj_8082, "Small chapel statue", "You can now construct small chapel statues for your chapel."); - case 8 : - return(49, obj_8076, "Shuttered chapel window", "You can now add shuttered windows to your chapel."); - case 9 : - return(50, obj_8063, "Teak altar", "You can now construct teak altars for your chapel."); - case 10 : - return(53, obj_8071, "Steel candlesticks", "You can now add steel candlesticks to your chapel."); - case 11 : - return(56, obj_8064, "Cloth-covered teak altar", "You can now add cloth-covered teak altars to your chapel."); - case 12 : - return(57, obj_8072, "Gold candlesticks", "You can now add gold candlesticks to your chapel."); - case 13 : - return(58, obj_8080, "Chapel bells", "You can now add chapel bells to your chapel."); - case 14 : - return(59, obj_8058, "Icon of Saradomin", "You can now add icons of Saradomin to your chapel."); - case 15 : - return(59, obj_8060, "Icon of Guthix", "You can now add icons of Guthix to your chapel."); - case 16 : - return(59, obj_8059, "Icon of Zamorak", "You can now add icons of Zamorak to your chapel."); - case 17 : - return(60, obj_8065, "Cloth-covered mahogany altar", "You can now construct cloth-covered mahogany altars for your chapel."); - case 18 : - return(61, obj_8073, "Oak incense burners", "You can now add oak incense burners to your chapel."); - case 19 : - return(64, obj_8066, "Limestone altar", "You can now construct limestone altars to your chapel."); - case 20 : - return(65, obj_8074, "Mahogany incense burners", "You can now add mahogany incense burners to your chapel."); - case 21 : - return(69, obj_8083, "Medium chapel statue", "You can now add medium chapel statues to your chapel."); - case 22 : - return(69, obj_8081, "Chapel organ", "You can now add organs to your chapel."); - case 23 : - return(69, obj_8077, "Decorative chapel window", "You can now add decorative windows to your chapel."); - case 24 : - return(69, obj_8075, "Marble incense burner", "You can now add marble incense burners to your chapel."); - case 25 : - return(70, obj_8067, "Marble altar", "You can now construct marble altars for your chapel."); - case 26 : - return(71, obj_8061, "Icon of Bob the Cat", "You can now add icons of Bob the Cat to your chapel."); - case 27 : - return(75, obj_8068, "Gilded marble altar", "You can now construct gilded marble altars for your chapel."); - case 28 : - return(89, obj_8084, "Large chapel statue", "You can now add large chapel statues to your chapel."); - case 29 : - return(89, obj_8078, "Stained-glass chapel window", "You can now add stained-glass windows to your chapel."); - } - case 10 : - switch_int ($int1) { - case 0 : - return(5, obj_8236, "Cat blanket", "You can now add cat blankets to your house."); - case 1 : - return(19, obj_8237, "Cat basket", "You can now add cat baskets to your house."); - case 2 : - return(26, obj_8099, "Rope bell pull", "You can now add rope bell pulls to your house."); - case 3 : - return(27, obj_8249, "Oak staircase", "You can now construct oak staircases for your house."); - case 4 : - return(33, obj_8238, "Cushioned cat basket", "You can now add cushioned cat baskets to your house."); - case 5 : - return(37, obj_8100, "Teak bell pull", "You can now add teak bell pulls to your house."); - case 6 : - return(42, obj_8351, "Crystal ball", "You can now add crystal balls to your house."); - case 7 : - return(48, obj_8252, "Teak staircase", "You can now construct teak staircases for your house."); - case 8 : - return(50, obj_8328, "Teak portal frame", "You can now construct teak portal frames for your house."); - case 9 : - return(50, obj_8331, "Teleport focus", "You can now construct teleport focuses for your house."); - case 10 : - return(54, obj_8352, "Elemental sphere", "You can now add elemental spheres to your house."); - case 11 : - return(60, obj_8101, "Gilded teak bell pull", "You can now add gilded teak bell pulls to your house."); - case 12 : - return(65, obj_8332, "Greater teleport focus", "You can now construct greater teleport focuses for your house."); - case 13 : - return(65, obj_8329, "Mahogany portal frame", "You can now construct mahogany portal frames for your house."); - case 14 : - return(66, obj_8353, "Crystal of power", "You can now make crystals of power for your house."); - case 15 : - return(67, obj_8258, "Limestone spiral staircase", "You can now construct limestone spiral staircases for your house."); - case 16 : - return(68, obj_8306, "Oak oubliette ladder", "You can now construct oak oubliette ladders for your house."); - case 17 : - return(68, obj_8364, "Oak lever", "You can now construct oak levers for your house."); - case 18 : - return(68, obj_8367, "Oak trapdoor", "You can now make oak trapdoors for your throne room."); - case 19 : - return(78, obj_8307, "Teak oubliette ladder", "You can now construct teak oubliette ladders for your house."); - case 20 : - return(78, obj_8365, "Teak lever", "You can now construct teak levers for your house."); - case 21 : - return(78, obj_8368, "Teak trapdoor", "You can now construct teak trapdoors for your throne room."); - case 22 : - return(80, obj_8330, "Marble portal frame", "You can now construct marble portal frames for your house."); - case 23 : - return(80, obj_8333, "Scrying pool", "You can now construct scrying pools for your house."); - case 24 : - return(82, obj_8255, "Marble staircase", "You can now construct a marble staircase for your house."); - case 25 : - return(88, obj_8308, "Mahogany oubliette ladder", "You can now construct mahogany oubliette ladders for your house."); - case 26 : - return(88, obj_8366, "Mahogany lever", "You can now construct mahogany levers for your house."); - case 27 : - return(88, obj_8369, "Mahogany trapdoor", "You can now construct mahogany trapdoors for your throne room."); - case 28 : - return(97, obj_8259, "Marble spiral staircase", "You can now construct marble spiral staircases for your house."); - } - case 11 : - switch_int ($int1) { - case 0 : - return(42, obj_9829, "Oak wardrobe", "You can now construct oak wardrobes for your costume room."); - case 1 : - return(44, obj_9823, "Oak fancy dress box", "You can now construct oak fancy dress boxes for your costume room."); - case 2 : - return(46, obj_9826, "Oak armour case", "You can now construct oak armour cases for your costume room."); - case 3 : - return(48, obj_9839, "Oak treasure chest", "You can now construct oak treasure chests for your costume room."); - case 4 : - return(50, obj_9836, "Oak toy box", "You can now construct oak toy boxes for your costume room."); - case 5 : - return(51, obj_9830, "Carved oak wardrobe", "You can now construct carved oak wardrobes for your costume room."); - case 6 : - return(54, obj_9817, "Oak cape rack", "You can now construct oak cape racks for your costume room."); - case 7 : - return(60, obj_9831, "Teak wardrobe", "You can now construct teak wardrobes for your costume room."); - case 8 : - return(62, obj_9824, "Teak fancy dress box", "You can now construct teak fancy dress boxes for your costume room."); - case 9 : - return(63, obj_9818, "Teak cape rack", "You can now construct teak cape racks for your costume room."); - case 10 : - return(64, obj_9827, "Teak armour case", "You can now construct teak armour cases for your costume room."); - case 11 : - return(66, obj_9840, "Teak treasure chest", "You can now construct teak treasure chests for your costume room."); - case 12 : - return(68, obj_9837, "Teak toy box", "You can now construct teak toy boxes for your costume room."); - case 13 : - return(69, obj_9832, "Carved teak wardrobe", "You can now construct carved teak wardrobes for your costume room."); - case 14 : - return(72, obj_9819, "Mahogany cape rack", "You can now construct mahogany cape racks for your costume room."); - case 15 : - return(78, obj_9833, "Mahogany wardrobe", "You can now construct mahogany wardrobes for your costume room."); - case 16 : - return(80, obj_9825, "Mahogany fancy dress box", "You can now construct mahogany fancy dress boxes for your costume room."); - case 17 : - return(81, obj_9820, "Gilded mahogany cape rack", "You can now construct gilded mahogany cape racks for your costume room."); - case 18 : - return(82, obj_9828, "Mahogany armour case", "You can now construct mahogany armour cases for your costume room."); - case 19 : - return(84, obj_9841, "Mahogany treasure chest", "You can now construct mahogany treasure chests for your costume room."); - case 20 : - return(86, obj_9838, "Mahogany toy box", "You can now construct mahogany toy boxes for your costume room."); - case 21 : - return(87, obj_9834, "Gilded mahogany wardrobe", "You can now construct gilded mahogany wardrobes for your costume room."); - case 22 : - return(90, obj_9821, "Marble cape rack", "You can now construct marble cape racks for your costume room."); - case 23 : - return(96, obj_9835, "Marble wardrobe", "You can now construct marble wardrobes for your costume room."); - case 24 : - return(99, obj_9822, "Magic stone cape rack", "You can now construct magic stone cape racks for your costume room."); - } - case 12 : - switch_int ($int1) { - case 0 : - return(20, obj_7974, "Rick", "You can now hire Rick."); - case 1 : - return(25, obj_7974, "Maid", "You can now hire maids."); - case 2 : - return(30, obj_7974, "Cook", "You can now hire cooks."); - case 3 : - return(40, obj_7974, "Butler", "You can now hire butlers."); - case 4 : - return(50, obj_7974, "Demon butler", "You can now hire demon butlers."); - } - case 13 : - switch_int ($int1) { - case 0 : - return(1, obj_14172, "Stealing Creation - class 1 barriers", "You can now make class 1 barriers in the Stealing Creation minigame."); - case 1 : - return(20, obj_14174, "Stealing Creation - class 2 barriers", "You can now make class 2 barriers in the Stealing Creation minigame."); - case 2 : - return(40, obj_14176, "Stealing Creation - class 3 barriers", "You can now make class 3 barriers in the Stealing Creation minigame."); - case 3 : - return(60, obj_14178, "Stealing Creation - class 4 barriers", "You can now make class 4 barriers in the Stealing Creation minigame."); - case 4 : - return(80, obj_14180, "Stealing Creation - class 5 barriers", "You can now make class 5 barriers in the Stealing Creation minigame."); - } - case 14 : - switch_int ($int1) { - case 0 : - return(1, obj_2347, "Maximum rooms: 20", "You can now have a maximum of 20 rooms in your house."); - case 1 : - return(1, obj_8794, "Maximum dimensions: 3x3", "Your house can now have maximum dimensions of 3 rooms wide by 3 rooms long."); - case 2 : - return(15, obj_8794, "Maximum dimensions: 4x4", "Your house can now have maximum dimensions of 4 rooms wide by 4 rooms long."); - case 3 : - return(30, obj_8794, "Maximum dimensions: 5x5", "Your house can now have maximum dimensions of 5 rooms wide by 5 rooms long."); - case 4 : - return(45, obj_8794, "Maximum dimensions: 6x6", "Your house can now have maximum dimensions of 6 rooms wide by 6 rooms long."); - case 5 : - return(50, obj_2347, "Maximum rooms: 21", "You can now have a maximum of 21 rooms in your house."); - case 6 : - return(56, obj_2347, "Maximum rooms: 22", "You can now have a maximum of 22 rooms in your house."); - case 7 : - return(60, obj_8794, "Maximum dimensions: 7x7", "Your house can now have maximum dimensions of 7 rooms wide by 7 rooms long."); - case 8 : - return(62, obj_2347, "Maximum rooms: 23", "You can now have a maximum of 23 rooms in your house."); - case 9 : - return(68, obj_2347, "Maximum rooms: 24", "You can now have a maximum of 24 rooms in your house."); - case 10 : - return(74, obj_2347, "Maximum rooms: 25", "You can now have a maximum of 25 rooms in your house."); - case 11 : - return(80, obj_2347, "Maximum rooms: 26", "You can now have a maximum of 26 rooms in your house."); - case 12 : - return(86, obj_2347, "Maximum rooms: 27", "You can now have a maximum of 27 rooms in your house."); - case 13 : - return(92, obj_2347, "Maximum rooms: 28", "You can now have a maximum of 28 rooms in your house."); - case 14 : - return(96, obj_2347, "Maximum rooms: 29", "You can now have a maximum of 29 rooms in your house."); - case 15 : - return(99, obj_2347, "Maximum rooms: 30", "You can now have a maximum of 30 rooms in your house."); - case 16 : - return(99, obj_9789, "Skill mastery", "Congratulations! You are now a master of Construction. Why not visit the Estate Agent? He has something special that is only available to true masters of the Construction skill!"); - } -} diff --git a/dumps/530/script/[proc,script41].cs2 b/dumps/530/script/[proc,script41].cs2 deleted file mode 100644 index 8481241db..000000000 --- a/dumps/530/script/[proc,script41].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 41 -[proc,script41](component $component0) -cc_deleteall($component0); -%varclient_2 = 0; diff --git a/dumps/530/script/[proc,script428].cs2 b/dumps/530/script/[proc,script428].cs2 deleted file mode 100644 index d7fcce36d..000000000 --- a/dumps/530/script/[proc,script428].cs2 +++ /dev/null @@ -1,45 +0,0 @@ -// 428 -[proc,script428] -if_setgraphic("miscgraphics,10", interface_596:com_156); -if_setgraphic("miscgraphics,10", interface_596:com_154); -if_setgraphic("miscgraphics,10", interface_596:com_152); -if_setgraphic("miscgraphics,10", interface_596:com_150); -if_setgraphic("miscgraphics,10", interface_596:com_148); -if_setgraphic("miscgraphics,10", interface_596:com_146); -if_setgraphic("miscgraphics,10", interface_596:com_144); -if_setgraphic("miscgraphics,10", interface_596:com_142); -if_setgraphic("miscgraphics,10", interface_596:com_140); -if_setgraphic("miscgraphics,10", interface_596:com_138); -if_setgraphic("miscgraphics,10", interface_596:com_136); -if_setgraphic("miscgraphics,10", interface_596:com_134); -if_setgraphic("miscgraphics,10", interface_596:com_157); -if_setgraphic("miscgraphics,10", interface_596:com_160); -if_setgraphic("miscgraphics,10", interface_596:com_162); -if_setgraphic("miscgraphics,10", interface_596:com_164); -if_setgraphic("miscgraphics,10", interface_596:com_104); -if_setgraphic("miscgraphics,10", interface_596:com_102); -if_setgraphic("miscgraphics,10", interface_596:com_100); -if_setgraphic("miscgraphics,10", interface_596:com_98); -if_setgraphic("miscgraphics,10", interface_596:com_96); -if_setgraphic("miscgraphics,10", interface_596:com_88); -if_setgraphic("miscgraphics,10", interface_596:com_94); -if_setgraphic("miscgraphics,10", interface_596:com_92); -if_setgraphic("miscgraphics,10", interface_596:com_195); -if_setgraphic("miscgraphics,10", interface_596:com_193); -if_setgraphic("miscgraphics,10", interface_596:com_191); -if_setgraphic("miscgraphics,10", interface_596:com_189); -if_setgraphic("miscgraphics,10", interface_596:com_187); -if_setgraphic("miscgraphics,10", interface_596:com_185); -if_setgraphic("miscgraphics,10", interface_596:com_183); -if_setgraphic("miscgraphics,10", interface_596:com_182); -if_setgraphic("miscgraphics,10", interface_596:com_180); -if_setgraphic("miscgraphics,10", interface_596:com_178); -if_setgraphic("miscgraphics,10", interface_596:com_176); -if_setgraphic("miscgraphics,10", interface_596:com_174); -if_setgraphic("miscgraphics,10", interface_596:com_172); -if_setgraphic("miscgraphics,10", interface_596:com_170); -if_setgraphic("miscgraphics,10", interface_596:com_168); -if_setgraphic("miscgraphics,10", interface_596:com_122); -if_setgraphic("miscgraphics,10", interface_596:com_125); -if_setgraphic("miscgraphics,10", interface_596:com_128); -if_setgraphic("miscgraphics,10", interface_596:com_131); diff --git a/dumps/530/script/[proc,script429].cs2 b/dumps/530/script/[proc,script429].cs2 deleted file mode 100644 index 61576936e..000000000 --- a/dumps/530/script/[proc,script429].cs2 +++ /dev/null @@ -1,79 +0,0 @@ -// 429 -[proc,script429] -def_graphic $graphic0 = graphic_1042; -def_graphic $graphic1 = graphic_1041; -if_setgraphic(graphic_1041, interface_592:com_73); -if_setgraphic(graphic_1041, interface_592:com_74); -if_setgraphic(graphic_1041, interface_592:com_75); -if_setgraphic(graphic_1041, interface_592:com_76); -if_setgraphic(graphic_1041, interface_592:com_77); -if_setgraphic(graphic_1041, interface_592:com_78); -if_setgraphic(graphic_1041, interface_592:com_79); -if_setgraphic(graphic_1041, interface_592:com_80); -if_setgraphic(graphic_1041, interface_592:com_81); -if_setgraphic(graphic_1041, interface_592:com_82); -if_setgraphic(graphic_1041, interface_592:com_83); -if_setgraphic(graphic_1041, interface_592:com_84); -if_setgraphic(graphic_1041, interface_592:com_85); -if_setgraphic(graphic_1041, interface_592:com_86); -if_setgraphic(graphic_1041, interface_592:com_87); -if_setgraphic(graphic_1041, interface_592:com_88); -if_setgraphic(graphic_1041, interface_592:com_89); -if_setgraphic(graphic_1041, interface_592:com_90); -if_setgraphic(graphic_1041, interface_592:com_91); -if_setgraphic(graphic_1041, interface_592:com_92); -if_setgraphic(graphic_1041, interface_592:com_93); -if_setgraphic(graphic_1041, interface_592:com_94); -if_setgraphic(graphic_1041, interface_592:com_95); -if_setgraphic(graphic_1041, interface_592:com_96); -if_setgraphic(graphic_1041, interface_592:com_97); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_73); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_74); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_75); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_76); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_77); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_78); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_79); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_80); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_81); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_82); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_83); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_84); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_85); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_86); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_87); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_88); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_89); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_90); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_91); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_92); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_93); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_94); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_95); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_96); -if_setonmouseover("script44(event_com, $graphic0)", interface_592:com_97); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_73); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_74); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_75); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_76); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_77); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_78); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_79); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_80); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_81); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_82); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_83); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_84); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_85); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_86); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_87); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_88); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_89); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_90); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_91); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_92); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_93); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_94); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_95); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_96); -if_setonmouseleave("script299(interface_592:com_246, event_com, $graphic1)", interface_592:com_97); diff --git a/dumps/530/script/[proc,script42].cs2 b/dumps/530/script/[proc,script42].cs2 deleted file mode 100644 index 8c03c3177..000000000 --- a/dumps/530/script/[proc,script42].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 42 -[proc,script42](boolean $boolean0)(int) -if ($boolean0 = true) { - return(1); -} -return(0); diff --git a/dumps/530/script/[proc,script46].cs2 b/dumps/530/script/[proc,script46].cs2 deleted file mode 100644 index b20d4980f..000000000 --- a/dumps/530/script/[proc,script46].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 46 -[proc,script46](int $int0, string $string0)(string) -def_int $int1 = calc($int0 / 1000000000); -def_int $int2 = calc(($int0 - $int1 * 1000000000) / 1000000); -def_int $int3 = calc(($int0 - ($int1 * 1000000000 + $int2 * 1000000)) / 1000); -def_int $int4 = calc($int0 - ($int1 * 1000000000 + $int2 * 1000000 + $int3 * 1000)); -if ($int1 > 0) { - return("<$string0><~script47($int2)><$string0><~script47($int3)><$string0><~script47($int4)>"); -} -if ($int2 > 0) { - return("<$string0><~script47($int3)><$string0><~script47($int4)>"); -} -if ($int3 > 0) { - return("<$string0><~script47($int4)>"); -} -return(tostring($int0)); diff --git a/dumps/530/script/[proc,script47].cs2 b/dumps/530/script/[proc,script47].cs2 deleted file mode 100644 index 8c3afe707..000000000 --- a/dumps/530/script/[proc,script47].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 47 -[proc,script47](int $int0)(string) -if ($int0 > 99) { - return(tostring($int0)); -} -if ($int0 > 9) { - return("0"); -} -if ($int0 >= 0) { - return("00"); -} -return(tostring($int0)); diff --git a/dumps/530/script/[proc,script4].cs2 b/dumps/530/script/[proc,script4].cs2 deleted file mode 100644 index 4ada46e1c..000000000 --- a/dumps/530/script/[proc,script4].cs2 +++ /dev/null @@ -1,168 +0,0 @@ -// 4 -[proc,script4](int $int0)(int) -if ($int0 < 10) { - if ($int0 = 0) { - if (%varplayer_130 = 4) { - return(2); - } else if (%varplayer_130 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 1) { - if (%varplayer_29 = 2) { - return(2); - } else if (%varplayer_29 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 2) { - if (%varplayerbit_2561 = 3) { - return(2); - } else if (%varplayerbit_2561 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 3) { - if (%varplayer_31 = 100) { - return(2); - } else if (%varplayer_31 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 4) { - if (%varplayer_176 = 10) { - return(2); - } else if (%varplayer_176 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 5) { - if (%varplayer_32 = 3) { - return(2); - } else if (%varplayer_32 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 6) { - if (%varplayerbit_2378 = 6) { - return(2); - } else if (%varplayerbit_2378 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 7) { - if (%varplayer_160 = 2) { - return(2); - } else if (%varplayer_160 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 8) { - if (%varplayer_122 = 7) { - return(2); - } else if (%varplayer_122 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 9) { - if (%varplayer_71 = 4) { - return(2); - } else if (%varplayer_71 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 20) { - if ($int0 = 10) { - if (%varplayer_273 = 110) { - return(2); - } else if (%varplayer_273 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 11) { - if (%varplayer_107 = 5) { - return(2); - } else if (%varplayer_107 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 12) { - if (%varplayer_144 = 100) { - return(2); - } else if (%varplayer_144 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 13) { - if (%varplayer_63 = 6) { - return(2); - } else if (%varplayer_63 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 14) { - if (%varplayer_179 = 21) { - return(2); - } else if (%varplayer_179 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 15) { - if (%varplayer_145 = 7 | %varplayer_146 = 4) { - return(2); - } else if (%varplayer_145 > 0 | %varplayer_146 > 0) { - return(1); - } else { - return(0); - } - } - if ($int0 = 16) { - if (%varplayer_178 = 3) { - return(2); - } else if (%varplayer_178 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 17) { - if (%varplayer_67 = 3) { - return(2); - } else if (%varplayer_67 = 0) { - return(0); - } else { - return(1); - } - } -} diff --git a/dumps/530/script/[proc,script503].cs2 b/dumps/530/script/[proc,script503].cs2 deleted file mode 100644 index fbd93aa86..000000000 --- a/dumps/530/script/[proc,script503].cs2 +++ /dev/null @@ -1,39 +0,0 @@ -// 503 -[proc,script503] -if_setgraphic("miscgraphics,10", interface_591:com_63); -if_setgraphic("miscgraphics,10", interface_591:com_66); -if_setgraphic("miscgraphics,10", interface_591:com_69); -if_setgraphic("miscgraphics,10", interface_591:com_72); -if_setgraphic("miscgraphics,10", interface_591:com_75); -if_setgraphic("miscgraphics,10", interface_591:com_78); -if_setgraphic("miscgraphics,10", interface_591:com_81); -if_setgraphic("miscgraphics,10", interface_591:com_84); -if_setgraphic("miscgraphics,10", interface_591:com_87); -if_setgraphic("miscgraphics,10", interface_591:com_90); -if_setgraphic("miscgraphics,10", interface_591:com_93); -if_setgraphic("miscgraphics,10", interface_591:com_96); -if_setgraphic("miscgraphics,10", interface_591:com_99); -if_setgraphic("miscgraphics,10", interface_591:com_102); -if_setgraphic("miscgraphics,10", interface_591:com_105); -if_setgraphic("miscgraphics,10", interface_591:com_108); -if_setgraphic("miscgraphics,10", interface_591:com_111); -if_setgraphic("miscgraphics,10", interface_591:com_114); -if_setgraphic("miscgraphics,10", interface_591:com_117); -if_setgraphic("miscgraphics,10", interface_591:com_120); -if_setgraphic("miscgraphics,10", interface_591:com_123); -if_setgraphic("miscgraphics,10", interface_591:com_126); -if_setgraphic("miscgraphics,10", interface_591:com_129); -if_setgraphic("miscgraphics,10", interface_591:com_132); -if_setgraphic("miscgraphics,10", interface_591:com_135); -if_setgraphic("miscgraphics,10", interface_591:com_138); -if_setgraphic("miscgraphics,10", interface_591:com_141); -if_setgraphic("miscgraphics,10", interface_591:com_144); -if_setgraphic("miscgraphics,10", interface_591:com_147); -if_setgraphic("miscgraphics,10", interface_591:com_150); -if_setgraphic("miscgraphics,10", interface_591:com_153); -if_setgraphic("miscgraphics,10", interface_591:com_156); -if_setgraphic("miscgraphics,10", interface_591:com_159); -if_setgraphic("miscgraphics,10", interface_591:com_162); -if_setgraphic("miscgraphics,10", interface_591:com_165); -if_setgraphic("miscgraphics,10", interface_591:com_168); -if_setgraphic("miscgraphics,10", interface_591:com_171); diff --git a/dumps/530/script/[proc,script504].cs2 b/dumps/530/script/[proc,script504].cs2 deleted file mode 100644 index 2245a3e93..000000000 --- a/dumps/530/script/[proc,script504].cs2 +++ /dev/null @@ -1,91 +0,0 @@ -// 504 -[proc,script504] -def_graphic $graphic0 = graphic_1042; -def_graphic $graphic1 = graphic_1041; -if_setgraphic(graphic_1041, interface_591:com_252); -if_setgraphic(graphic_1041, interface_591:com_253); -if_setgraphic(graphic_1041, interface_591:com_254); -if_setgraphic(graphic_1041, interface_591:com_255); -if_setgraphic(graphic_1041, interface_591:com_256); -if_setgraphic(graphic_1041, interface_591:com_257); -if_setgraphic(graphic_1041, interface_591:com_258); -if_setgraphic(graphic_1041, interface_591:com_259); -if_setgraphic(graphic_1041, interface_591:com_260); -if_setgraphic(graphic_1041, interface_591:com_261); -if_setgraphic(graphic_1041, interface_591:com_262); -if_setgraphic(graphic_1041, interface_591:com_263); -if_setgraphic(graphic_1041, interface_591:com_264); -if_setgraphic(graphic_1041, interface_591:com_265); -if_setgraphic(graphic_1041, interface_591:com_266); -if_setgraphic(graphic_1041, interface_591:com_267); -if_setgraphic(graphic_1041, interface_591:com_268); -if_setgraphic(graphic_1041, interface_591:com_269); -if_setgraphic(graphic_1041, interface_591:com_270); -if_setgraphic(graphic_1041, interface_591:com_271); -if_setgraphic(graphic_1041, interface_591:com_272); -if_setgraphic(graphic_1041, interface_591:com_273); -if_setgraphic(graphic_1041, interface_591:com_274); -if_setgraphic(graphic_1041, interface_591:com_275); -if_setgraphic(graphic_1041, interface_591:com_276); -if_setgraphic(graphic_1041, interface_591:com_277); -if_setgraphic(graphic_1041, interface_591:com_278); -if_setgraphic(graphic_1041, interface_591:com_279); -if_setgraphic(graphic_1041, interface_591:com_280); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_252); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_253); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_254); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_255); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_256); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_257); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_258); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_259); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_260); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_261); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_262); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_263); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_264); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_265); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_266); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_267); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_268); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_269); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_270); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_271); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_272); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_273); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_274); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_275); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_276); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_277); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_278); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_279); -if_setonmouseover("script44(event_com, $graphic0)", interface_591:com_280); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_252); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_253); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_254); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_255); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_256); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_257); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_258); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_259); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_260); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_261); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_262); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_263); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_264); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_265); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_266); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_267); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_268); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_269); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_270); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_271); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_272); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_273); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_274); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_275); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_276); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_277); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_278); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_279); -if_setonmouseleave("script299(interface_591:com_299, event_com, $graphic1)", interface_591:com_280); diff --git a/dumps/530/script/[proc,script505].cs2 b/dumps/530/script/[proc,script505].cs2 deleted file mode 100644 index 57920883d..000000000 --- a/dumps/530/script/[proc,script505].cs2 +++ /dev/null @@ -1,79 +0,0 @@ -// 505 -[proc,script505] -def_graphic $graphic0 = graphic_1042; -def_graphic $graphic1 = graphic_1041; -if_setgraphic(graphic_1041, interface_596:com_229); -if_setgraphic(graphic_1041, interface_596:com_230); -if_setgraphic(graphic_1041, interface_596:com_231); -if_setgraphic(graphic_1041, interface_596:com_232); -if_setgraphic(graphic_1041, interface_596:com_233); -if_setgraphic(graphic_1041, interface_596:com_234); -if_setgraphic(graphic_1041, interface_596:com_235); -if_setgraphic(graphic_1041, interface_596:com_236); -if_setgraphic(graphic_1041, interface_596:com_237); -if_setgraphic(graphic_1041, interface_596:com_238); -if_setgraphic(graphic_1041, interface_596:com_239); -if_setgraphic(graphic_1041, interface_596:com_240); -if_setgraphic(graphic_1041, interface_596:com_241); -if_setgraphic(graphic_1041, interface_596:com_242); -if_setgraphic(graphic_1041, interface_596:com_243); -if_setgraphic(graphic_1041, interface_596:com_244); -if_setgraphic(graphic_1041, interface_596:com_245); -if_setgraphic(graphic_1041, interface_596:com_246); -if_setgraphic(graphic_1041, interface_596:com_247); -if_setgraphic(graphic_1041, interface_596:com_248); -if_setgraphic(graphic_1041, interface_596:com_249); -if_setgraphic(graphic_1041, interface_596:com_250); -if_setgraphic(graphic_1041, interface_596:com_251); -if_setgraphic(graphic_1041, interface_596:com_252); -if_setgraphic(graphic_1041, interface_596:com_253); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_229); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_230); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_231); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_232); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_233); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_234); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_235); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_236); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_237); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_238); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_239); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_240); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_241); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_242); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_243); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_244); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_245); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_246); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_247); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_248); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_249); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_250); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_251); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_252); -if_setonmouseover("script44(event_com, $graphic0)", interface_596:com_253); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_229); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_230); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_231); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_232); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_233); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_234); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_235); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_236); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_237); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_238); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_239); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_240); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_241); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_242); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_243); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_244); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_245); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_246); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_247); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_248); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_249); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_250); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_251); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_252); -if_setonmouseleave("script299(interface_596:com_276, event_com, $graphic1)", interface_596:com_253); diff --git a/dumps/530/script/[proc,script506].cs2 b/dumps/530/script/[proc,script506].cs2 deleted file mode 100644 index 981355550..000000000 --- a/dumps/530/script/[proc,script506].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 506 -[proc,script506](int $int0)(boolean) -def_int $chattype1 = chat_gethistorytype($int0); -if (%varclient_41 = 5 & string_length(%varclientstring_0) > 0) { - switch_int ($chattype1) { - case ^chattype_publicchat, ^chattype_modchat, ^chattype_privatechat, ^chattype_privatechatout, ^chattype_modprivatechat, ^chattype_friendschat, ^chattype_quickchat_private_incoming, ^chattype_quickchat_private_outgoing, ^chattype_quickchat_friend_chat : - if (compare(removetags(chat_gethistoryname($int0)), %varclientstring_0) = 0 | compare(removetags(chat_gethistoryname($int0)), chat_playername) = 0) { - if (chat_getfilter_trade = ^chatfilter_on) { - return(true); - } - if (chat_getfilter_trade = ^chatfilter_friends & friend_test(chat_gethistoryname($int0)) = true) { - return(true); - } - if ($chattype1 = ^chattype_modchat | $chattype1 = ^chattype_modprivatechat) { - return(true); - } - } - } -} -return(false); diff --git a/dumps/530/script/[proc,script519].cs2 b/dumps/530/script/[proc,script519].cs2 deleted file mode 100644 index c68f2ca80..000000000 --- a/dumps/530/script/[proc,script519].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 519 -[proc,script519]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + %varplayerbit_3579); -$int0 = calc($int0 + %varplayerbit_3580); -$int0 = calc($int0 + %varplayerbit_3581); -$int0 = calc($int0 + %varplayerbit_3582); -$int0 = calc($int0 + %varplayerbit_3583); -$int0 = calc($int0 + %varplayerbit_3584); -$int0 = calc($int0 + %varplayerbit_3585); -$int0 = calc($int0 + %varplayerbit_3586); -$int0 = calc($int0 + %varplayerbit_3587); -$int0 = calc($int0 + %varplayerbit_3588); -$int0 = calc($int0 + %varplayerbit_3589); -$int0 = calc($int0 + %varplayerbit_3590); -$int0 = calc($int0 + %varplayerbit_3591); -$int0 = calc($int0 + %varplayerbit_3592); -$int0 = calc($int0 + %varplayerbit_3593); -$int0 = calc($int0 + %varplayerbit_3594); -$int0 = calc($int0 + %varplayerbit_3595); -$int0 = calc($int0 + %varplayerbit_3597); -$int0 = calc($int0 + %varplayerbit_3596); -return($int0); diff --git a/dumps/530/script/[proc,script51].cs2 b/dumps/530/script/[proc,script51].cs2 deleted file mode 100644 index 65881d779..000000000 --- a/dumps/530/script/[proc,script51].cs2 +++ /dev/null @@ -1,84 +0,0 @@ -// 51 -[proc,script51](component $component0)(int) -if ($component0 = interface_271:com_5) { - return(%varplayer_83); -} -if ($component0 = interface_271:com_7) { - return(%varplayer_84); -} -if ($component0 = interface_271:com_9) { - return(%varplayer_85); -} -if ($component0 = interface_271:com_11) { - return(%varplayer_862); -} -if ($component0 = interface_271:com_13) { - return(%varplayer_863); -} -if ($component0 = interface_271:com_15) { - return(%varplayer_86); -} -if ($component0 = interface_271:com_17) { - return(%varplayer_87); -} -if ($component0 = interface_271:com_19) { - return(%varplayer_88); -} -if ($component0 = interface_271:com_21) { - return(%varplayer_89); -} -if ($component0 = interface_271:com_23) { - return(%varplayer_90); -} -if ($component0 = interface_271:com_25) { - return(%varplayer_91); -} -if ($component0 = interface_271:com_27) { - return(%varplayer_864); -} -if ($component0 = interface_271:com_29) { - return(%varplayer_865); -} -if ($component0 = interface_271:com_31) { - return(%varplayer_92); -} -if ($component0 = interface_271:com_33) { - return(%varplayer_93); -} -if ($component0 = interface_271:com_35) { - return(%varplayer_94); -} -if ($component0 = interface_271:com_37) { - return(%varplayer_95); -} -if ($component0 = interface_271:com_39) { - return(%varplayer_96); -} -if ($component0 = interface_271:com_41) { - return(%varplayer_97); -} -if ($component0 = interface_271:com_43) { - return(%varplayer_866); -} -if ($component0 = interface_271:com_45) { - return(%varplayer_867); -} -if ($component0 = interface_271:com_47) { - return(%varplayer_98); -} -if ($component0 = interface_271:com_49) { - return(%varplayer_99); -} -if ($component0 = interface_271:com_51) { - return(%varplayer_100); -} -if ($component0 = interface_271:com_53) { - return(%varplayer_1168); -} -if ($component0 = interface_271:com_55) { - return(%varplayer_1052); -} -if ($component0 = interface_271:com_57) { - return(%varplayer_1053); -} -return(0); diff --git a/dumps/530/script/[proc,script520].cs2 b/dumps/530/script/[proc,script520].cs2 deleted file mode 100644 index 317640390..000000000 --- a/dumps/530/script/[proc,script520].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 520 -[proc,script520](intarray $intarray0, int $int1, int $int2, enum $enum3) -def_int $int4 = calc(($int1 + $int2) / 2); -def_int $int5 = $intarray0($int4); -$intarray0($int4) = $intarray0($int2); -$intarray0($int2) = $int5; -def_int $int6 = $int1; -def_int $int7 = $int1; -def_int $int8 = -1; -while ($int7 < $int2) { - if (compare(lowercase(enum(int, string, $enum3, $intarray0($int7))), lowercase(enum(int, string, $enum3, $int5))) < calc($int7 & 1)) { - $int8 = $intarray0($int7); - $intarray0($int7) = $intarray0($int6); - $intarray0($int6) = $int8; - $int6 = calc($int6 + 1); - } - $int7 = calc($int7 + 1); -} -$intarray0($int2) = $intarray0($int6); -$intarray0($int6) = $int5; -if ($int1 < calc($int6 - 1)) { - ~script520(intarray0, $int1, calc($int6 - 1), $enum3); -} -if (calc($int6 + 1) < $int2) { - ~script520(intarray0, calc($int6 + 1), $int2, $enum3); -} diff --git a/dumps/530/script/[proc,script523].cs2 b/dumps/530/script/[proc,script523].cs2 deleted file mode 100644 index 8362f8e6b..000000000 --- a/dumps/530/script/[proc,script523].cs2 +++ /dev/null @@ -1,29 +0,0 @@ -// 523 -[proc,script523](stat $stat0)(int) -if ($stat0 = runecraft) { - return(%varclient_54); -} -if ($stat0 = crafting) { - return(%varclient_55); -} -if ($stat0 = fletching) { - return(%varclient_57); -} -if ($stat0 = cooking) { - return(%varclient_58); -} -if ($stat0 = construction) { - return(%varclient_60); -} -if ($stat0 = herblore) { - return(%varclient_61); -} -if ($stat0 = magic) { - return(%varclient_64); -} -if ($stat0 = smithing) { - return(%varclient_66); -} -if ($stat0 = farming) { - return(%varclient_62); -} diff --git a/dumps/530/script/[proc,script528].cs2 b/dumps/530/script/[proc,script528].cs2 deleted file mode 100644 index 0d4d9aaad..000000000 --- a/dumps/530/script/[proc,script528].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 528 -[proc,script528](int $int0, graphic $graphic1, graphic $graphic2, component $component3, component $component4) -if ($int0 = 1) { - if_setgraphic($graphic1, $component3); - if_sethide(false, $component4); -} else { - if_setgraphic($graphic2, $component3); - if_sethide(true, $component4); -} diff --git a/dumps/530/script/[proc,script530].cs2 b/dumps/530/script/[proc,script530].cs2 deleted file mode 100644 index f1f562913..000000000 --- a/dumps/530/script/[proc,script530].cs2 +++ /dev/null @@ -1,29 +0,0 @@ -// 530 -[proc,script530](component $component0)(int, string) -if ($component0 = interface_301:com_15) { - return(%varplayerbit_4090, "Runecrafting"); -} -if ($component0 = interface_301:com_20) { - return(%varplayerbit_4091, "Crafting"); -} -if ($component0 = interface_301:com_25) { - return(%varplayerbit_4093, "Fletching"); -} -if ($component0 = interface_301:com_30) { - return(%varplayerbit_4095, "Construction"); -} -if ($component0 = interface_301:com_35) { - return(%varplayerbit_4096, "Farming"); -} -if ($component0 = interface_301:com_40) { - return(%varplayerbit_4098, "Magic"); -} -if ($component0 = interface_301:com_45) { - return(%varplayerbit_4100, "Smithing"); -} -if ($component0 = interface_301:com_50) { - return(%varplayerbit_4101, "Cooking"); -} -if ($component0 = interface_301:com_55) { - return(%varplayerbit_4102, "Herblore"); -} diff --git a/dumps/530/script/[proc,script543].cs2 b/dumps/530/script/[proc,script543].cs2 deleted file mode 100644 index dcbab0f74..000000000 --- a/dumps/530/script/[proc,script543].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 543 -[proc,script543](int $int0)(int) -if ($int0 = 0) { - return(1); -} else { - return(0); -} diff --git a/dumps/530/script/[proc,script547].cs2 b/dumps/530/script/[proc,script547].cs2 deleted file mode 100644 index db07dc5df..000000000 --- a/dumps/530/script/[proc,script547].cs2 +++ /dev/null @@ -1,103 +0,0 @@ -// 547 -[proc,script547](component $component0, stat $stat1, component $component2) -def_string $string0 = ": /"; -def_string $string1 = ~script46(stat_visible_xp($stat1), ","); -def_string $string2 = ""; -def_string $string3 = ""; -def_int $int3 = 2; -if (stat_base($stat1) < 99) { - $string2 = ~script46(enum(int, int, enum_716, calc(stat_base($stat1) + 1)), ","); - $string3 = ~script46(calc(enum(int, int, enum_716, calc(stat_base($stat1) + 1)) - stat_visible_xp($stat1)), ","); - $int3 = 4; -} -def_int $int4 = calc(parawidth($string0, 190, p12_full) + 10); -def_int $int5 = parawidth("Current Xp:", 190, p12_full); -def_int $int6 = parawidth($string1, 190, p12_full); -def_int $int7 = calc($int5 + 10 + $int6); -$int4 = max($int4, $int7); -if (stat_base($stat1) < 99) { - $int5 = parawidth("Next level:", 190, p12_full); - $int6 = parawidth($string2, 190, p12_full); - $int7 = calc($int5 + 3 + $int6); -} else { - $int7 = 0; -} -$int4 = max($int4, $int7); -if (stat_base($stat1) < 99) { - $int5 = parawidth("Remainder:", 190, p12_full); - $int6 = parawidth($string3, 190, p12_full); - $int7 = calc($int5 + 3 + $int6); -} else { - $int7 = 0; -} -$int4 = max($int4, $int7); -$int5 = calc(if_getx($component0) + 32); -$int6 = calc(if_gety($component0) - if_getscrolly(if_getlayer($component0)) + 32); -if (calc($int5 + $int4 + 4) > 190) { - $int5 = calc(190 - ($int4 + 4)); -} -if (calc($int6 + $int3 * 16 + 4) > if_getheight($component2)) { - $int6 = calc(if_gety($component0) - if_getscrolly(if_getlayer($component0)) - ($int3 * 16 + 5)); -} -cc_create($component2, ^iftype_rectangle, 0); -cc_setsize(calc($int4 + 4), calc(4 + $int3 * 16), ^setsize_abs, ^setsize_abs); -cc_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top); -cc_setfill(true); -cc_setcolour(0xffffa0); -cc_setonstattransmit("script548(2, 4, 8, $stat1, $component0, $component2){$stat1}"); -cc_create($component2, ^iftype_rectangle, 1); -cc_setsize(calc($int4 + 4), calc(4 + $int3 * 16), ^setsize_abs, ^setsize_abs); -cc_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top); -cc_setfill(false); -cc_setcolour(^black); -cc_create($component2, ^iftype_text, 2); -cc_setposition(calc($int5 + 2), calc($int6 + 2), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int4, 16, ^setsize_abs, ^setsize_abs); -cc_settextfont(p12_full); -cc_settextalign(^settextalign_left, ^settextalign_top, 0); -cc_settextshadow(false); -cc_settext($string0); -cc_create($component2, ^iftype_text, 3); -cc_setposition(calc($int5 + 2), calc($int6 + 18), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int4, 16, ^setsize_abs, ^setsize_abs); -cc_settextfont(p12_full); -cc_settextalign(^settextalign_left, ^settextalign_top, 0); -cc_settextshadow(false); -cc_settext("Current Xp:"); -cc_create($component2, ^iftype_text, 4); -cc_setposition(calc($int5 + 2), calc($int6 + 18), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int4, 16, ^setsize_abs, ^setsize_abs); -cc_settextfont(p12_full); -cc_settextalign(^settextalign_right, ^settextalign_top, 0); -cc_settextshadow(false); -cc_settext($string1); -if (stat_base($stat1) < 99) { - cc_create($component2, ^iftype_text, 5); - cc_setposition(calc($int5 + 2), calc($int6 + 35), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 16, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_settextalign(^settextalign_left, ^settextalign_top, 0); - cc_settextshadow(false); - cc_settext("Next level:"); - cc_create($component2, ^iftype_text, 6); - cc_setposition(calc($int5 + 2), calc($int6 + 35), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 16, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_settextalign(^settextalign_right, ^settextalign_top, 0); - cc_settextshadow(false); - cc_settext($string2); - cc_create($component2, ^iftype_text, 7); - cc_setposition(calc($int5 + 2), calc($int6 + 52), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 16, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_settextalign(^settextalign_left, ^settextalign_top, 0); - cc_settextshadow(false); - cc_settext("Remainder:"); - cc_create($component2, ^iftype_text, 8); - cc_setposition(calc($int5 + 2), calc($int6 + 52), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int4, 16, ^setsize_abs, ^setsize_abs); - cc_settextfont(p12_full); - cc_settextalign(^settextalign_right, ^settextalign_top, 0); - cc_settextshadow(false); - cc_settext($string3); -} diff --git a/dumps/530/script/[proc,script558].cs2 b/dumps/530/script/[proc,script558].cs2 deleted file mode 100644 index 2aa50e879..000000000 --- a/dumps/530/script/[proc,script558].cs2 +++ /dev/null @@ -1,38 +0,0 @@ -// 558 -[proc,script558](int $int0) -if ($int0 = 1) { - if_setgraphic("miscgraphics,11", interface_625:com_69); - if_setmodel(model_29248, interface_625:com_39); -} else { - if_setgraphic("miscgraphics,10", interface_625:com_69); -} -if ($int0 = 2) { - if_setgraphic("miscgraphics,11", interface_625:com_72); - if_setmodel(model_29242, interface_625:com_39); -} else { - if_setgraphic("miscgraphics,10", interface_625:com_72); -} -if ($int0 = 3) { - if_setgraphic("miscgraphics,11", interface_625:com_75); - if_setmodel(model_29237, interface_625:com_39); -} else { - if_setgraphic("miscgraphics,10", interface_625:com_75); -} -if ($int0 = 4) { - if_setgraphic("miscgraphics,11", interface_625:com_78); - if_setmodel(model_29245, interface_625:com_39); -} else { - if_setgraphic("miscgraphics,10", interface_625:com_78); -} -if ($int0 = 5) { - if_setgraphic("miscgraphics,11", interface_625:com_81); - if_setmodel(model_29246, interface_625:com_39); -} else { - if_setgraphic("miscgraphics,10", interface_625:com_81); -} -if ($int0 = 6) { - if_setgraphic("miscgraphics,11", interface_625:com_84); - if_setmodel(model_29241, interface_625:com_39); -} else { - if_setgraphic("miscgraphics,10", interface_625:com_84); -} diff --git a/dumps/530/script/[proc,script559].cs2 b/dumps/530/script/[proc,script559].cs2 deleted file mode 100644 index 5b96bd838..000000000 --- a/dumps/530/script/[proc,script559].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 559 -[proc,script559](component $component0) -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 2); -def_int $int4 = calc($int2 - 2); -def_int $int5 = if_getnextsubid($component0); -~script98($component0, $int5, "v2_borders_slim,13", 0, 0, $int1, 2); -~script98($component0, calc($int5 + 1), "v2_borders_slim,13", 1, $int4, calc($int1 - 1), 2); -~script98($component0, calc($int5 + 2), "v2_borders_slim,14", 0, 1, 2, calc($int2 - 3)); -~script98($component0, calc($int5 + 3), "v2_borders_slim,14", $int3, 1, 2, calc($int2 - 2)); diff --git a/dumps/530/script/[proc,script55].cs2 b/dumps/530/script/[proc,script55].cs2 deleted file mode 100644 index d3463222f..000000000 --- a/dumps/530/script/[proc,script55].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 55 -[proc,script55]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + %varplayerbit_3566); -$int0 = calc($int0 + %varplayerbit_3567); -$int0 = calc($int0 + %varplayerbit_3568); -$int0 = calc($int0 + %varplayerbit_3569); -$int0 = calc($int0 + %varplayerbit_3570); -$int0 = calc($int0 + %varplayerbit_3571); -$int0 = calc($int0 + %varplayerbit_3572); -$int0 = calc($int0 + %varplayerbit_3573); -$int0 = calc($int0 + %varplayerbit_3574); -$int0 = calc($int0 + %varplayerbit_3575); -return($int0); diff --git a/dumps/530/script/[proc,script569].cs2 b/dumps/530/script/[proc,script569].cs2 deleted file mode 100644 index df6cd8d1f..000000000 --- a/dumps/530/script/[proc,script569].cs2 +++ /dev/null @@ -1,80 +0,0 @@ -// 569 -[proc,script569](component $component0, int $int1, component $component2, string $string0, int $int3, int $int4) -def_int $int5 = 0; -def_int $int6 = 0; -def_int $int7 = 0; -def_int $int8 = 0; -def_int $int9 = 0; -def_int $int10 = 0; -def_int $int11 = 0; -def_int $int12 = 0; -def_component $component13 = null; -if ($int1 = -1 & if_find($component0) = true | cc_find($component0, $int1) = true) { - if (%varclient_1 < calc(clientclock + $int3)) { - if (%varclient_1 < clientclock) { - %varclient_1 = clientclock; - } - %varclient_1 = calc(%varclient_1 + 2); - return; - } - %varclient_1 = calc(clientclock + $int3 + 10); - if (%varclient_2 ! 1) { - $int5 = calc(cc_getx + 5); - $int6 = calc(cc_gety + cc_getheight + 5); - $component13 = if_getlayer($component2); - if ($component13 ! null & $int4 >= if_getwidth($component13)) { - $int4 = if_getwidth($component13); - } - $int11 = calc(4 + parawidth($string0, calc($int4 - 4), p12_full)); - $int12 = calc(4 + 13 * paraheight($string0, calc($int4 - 4), p12_full)); - if ($component13 ! null) { - $int7 = calc($int5 - if_getscrollx($component13)); - $int8 = calc($int6 - if_getscrolly($component13)); - if ($int7 < 0) { - $int5 = if_getscrollx($component13); - $int7 = 0; - } - if ($int8 < 0) { - $int6 = if_getscrolly($component13); - $int8 = 0; - } - if ($int7 > 0) { - $int9 = calc($int7 - if_getwidth($component13) + $int11); - if ($int9 > 0) { - $int5 = calc($int5 - $int9); - } - } - if ($int8 > 0) { - $int10 = calc($int8 - if_getheight($component13) + $int12); - if ($int10 > 0) { - $int6 = calc($int6 - $int10 - cc_getheight - 10); - } - } - } - if ($int5 < 0) { - $int5 = 0; - } - if ($int6 < 0) { - $int6 = 0; - } - if_setsize($int11, $int12, ^setsize_abs, ^setsize_abs, $component2); - if_setposition($int5, $int6, ^setpos_abs_left, ^setpos_abs_top, $component2); - cc_deleteall($component2); - cc_create($component2, ^iftype_rectangle, 0); - cc_setsize(if_getwidth($component2), if_getheight($component2), ^setsize_abs, ^setsize_abs); - cc_setfill(true); - cc_setcolour(0xffffa0); - cc_create($component2, ^iftype_rectangle, 1); - cc_setsize(if_getwidth($component2), if_getheight($component2), ^setsize_abs, ^setsize_abs); - cc_setfill(false); - cc_setcolour(^black); - cc_create($component2, ^iftype_text, 2); - cc_setsize(calc($int4 - 4), if_getheight($component2), ^setsize_abs, ^setsize_abs); - cc_setposition(2, 0, ^setpos_abs_left, ^setpos_abs_top); - cc_settext($string0); - cc_settextalign(^settextalign_left, ^settextalign_centre, 0); - cc_settextfont(p12_full); - cc_setcolour(^black); - %varclient_2 = 1; - } -} diff --git a/dumps/530/script/[proc,script56].cs2 b/dumps/530/script/[proc,script56].cs2 deleted file mode 100644 index 5b5398ed1..000000000 --- a/dumps/530/script/[proc,script56].cs2 +++ /dev/null @@ -1,55 +0,0 @@ -// 56 -[proc,script56](int $int0)(int) -switch_int ($int0) { - case 0 : - if (calc(%varplayerbit_3578 + %varplayerbit_3599 + %varplayerbit_3611) = 6) { - return(2); - } else if (%varplayerbit_3576 = 0) { - return(0); - } else { - return(1); - } - case 1 : - if (calc(%varplayerbit_3982 + %varplayerbit_3983 + %varplayerbit_3984) = 3) { - return(2); - } else if (%varplayerbit_3981 = 0) { - return(0); - } else { - return(1); - } - case 3 : - if (calc(%varplayerbit_4942 + %varplayerbit_4944 + %varplayerbit_4945) = 3) { - return(2); - } else if (%varplayerbit_4940 = 0) { - return(0); - } else { - return(1); - } - case 4 : - if (~script1987 = 1) { - return(2); - } else if (%varplayerbit_5644 = 0) { - return(0); - } else { - return(1); - } - case 5 : - if (calc(%varplayerbit_5688 + %varplayerbit_5689 + %varplayerbit_5690) = 3) { - return(2); - } else if (%varplayerbit_5687 = 0) { - return(0); - } else { - return(1); - } - case 6 : - if (calc(%varplayerbit_5779 + %varplayerbit_5780 + %varplayerbit_5781) = 3) { - return(2); - } else if (%varplayerbit_5778 = 0) { - return(0); - } else { - return(1); - } - case 2 : - return(0); -} -return(-1); diff --git a/dumps/530/script/[proc,script573].cs2 b/dumps/530/script/[proc,script573].cs2 deleted file mode 100644 index aef6f56e3..000000000 --- a/dumps/530/script/[proc,script573].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 573 -[proc,script573] -cc_deleteall(interface_389:com_4); -if_sethide(false, interface_752:com_7); -if_sethide(true, interface_752:com_3); -if_sethide(true, interface_752:com_6); -if_setonkey(null, interface_389:com_9); -if_setondialogabort(null, interface_389:com_9); -if_setontimer(null, interface_389:com_9); -if (getwindowmode >= 2) { - ~script1364; -} diff --git a/dumps/530/script/[proc,script576].cs2 b/dumps/530/script/[proc,script576].cs2 deleted file mode 100644 index ba959eabf..000000000 --- a/dumps/530/script/[proc,script576].cs2 +++ /dev/null @@ -1,12 +0,0 @@ -// 576 -[proc,script576] -if_setobject(null, -1, interface_389:com_15); -cc_deleteall(interface_389:com_4); -if (string_length(%varclientstring_22) > 0) { - if_sethide(true, interface_389:com_5); - ~script577(%varclientstring_22); -} else { - if_sethide(false, interface_389:com_5); - if_setscrollsize(0, 15, interface_389:com_4); - ~script578; -} diff --git a/dumps/530/script/[proc,script577].cs2 b/dumps/530/script/[proc,script577].cs2 deleted file mode 100644 index 31b670b24..000000000 --- a/dumps/530/script/[proc,script577].cs2 +++ /dev/null @@ -1,49 +0,0 @@ -// 577 -[proc,script577](string $string0) -def_int $int0 = oc_find($string0, true); -def_int $int1 = if_getwidth(interface_389:com_4); -def_int $int2 = calc($int1 - 8); -if ($int0 = -1) { - cc_create(interface_389:com_4, ^iftype_text, 0); - cc_setposition(0, 48, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int1, 16, ^setsize_abs, ^setsize_abs); - cc_settextfont(p11_full); - cc_settext("Too many results. Please refine your search."); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_setcolour(0xa05a00); - cc_settextshadow(false); - if_setscrollsize(0, 15, interface_389:com_4); - ~script578; - return; -} -if ($int0 = 0) { - cc_create(interface_389:com_4, ^iftype_text, 0); - cc_setposition(0, 48, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int1, 16, ^setsize_abs, ^setsize_abs); - cc_settextfont(p11_full); - cc_settext("No matching items found."); - cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - cc_setcolour(0xa05a00); - cc_settextshadow(false); - if_setscrollsize(0, 15, interface_389:com_4); - ~script578; - return; -} -def_int $int3 = 1; -def_obj $obj4 = oc_findnext; -cc_create(interface_389:com_4, ^iftype_rectangle, 0); -while ($obj4 ! null) { - cc_create(interface_389:com_4, ^iftype_text, $int3); - cc_setposition(4, calc(15 * ($int3 - 1)), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize($int2, 15, ^setsize_abs, ^setsize_abs); - cc_setcolour(0xa05a00); - cc_settext(oc_name($obj4)); - cc_settextfont(p12_full); - cc_settextshadow(false); - cc_setonmouseover("script579($int3, $obj4)"); - cc_setonclick("script580($obj4)"); - $obj4 = oc_findnext; - $int3 = calc($int3 + 1); -} -if_setscrollsize(0, calc(15 * ($int3 - 1)), interface_389:com_4); -~script578; diff --git a/dumps/530/script/[proc,script578].cs2 b/dumps/530/script/[proc,script578].cs2 deleted file mode 100644 index ba8c3c8c2..000000000 --- a/dumps/530/script/[proc,script578].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 578 -[proc,script578] -def_int $int0 = if_getheight(interface_389:com_4); -def_int $int1 = if_getscrollheight(interface_389:com_4); -if ($int1 < 15) { - $int1 = 15; - if_setscrollsize(0, 15, interface_389:com_4); -} -def_int $int2 = calc($int1 - $int0); -if ($int2 < 0) { - $int2 = 0; -} -def_int $int3 = if_getscrolly(interface_389:com_4); -if ($int3 > $int2) { - $int3 = $int2; -} -~script72(interface_389:com_8, interface_389:com_4, $int3); diff --git a/dumps/530/script/[proc,script57].cs2 b/dumps/530/script/[proc,script57].cs2 deleted file mode 100644 index 6ca81d99d..000000000 --- a/dumps/530/script/[proc,script57].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 57 -[proc,script57]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 5); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script582].cs2 b/dumps/530/script/[proc,script582].cs2 deleted file mode 100644 index a66783e03..000000000 --- a/dumps/530/script/[proc,script582].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 582 -[proc,script582](component $component0) -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 32); -def_int $int4 = calc($int2 - 32); -def_int $int5 = calc($int1 - 64); -def_int $int6 = calc($int2 - 64); -if ($int5 < 0) { - $int5 = 0; -} -if ($int6 < 0) { - $int6 = 0; -} -def_int $int7 = if_getnextsubid($component0); -~script98($component0, $int7, graphic_1136, 7, 7, calc($int1 - 14), calc($int2 - 14)); -~script98($component0, calc($int7 + 1), "v2_stone_borders_alt,4", 0, 0, 32, 32); -~script98($component0, calc($int7 + 2), "v2_stone_borders_alt,5", $int3, 0, 32, 32); -~script98($component0, calc($int7 + 3), "v2_stone_borders_alt,6", 0, $int4, 32, 32); -~script98($component0, calc($int7 + 4), "v2_stone_borders_alt,7", $int3, $int4, 32, 32); -~script98($component0, calc($int7 + 5), "v2_stone_borders_alt,0", 32, 0, $int5, 32); -~script98($component0, calc($int7 + 6), "v2_stone_borders_alt,1", 0, 32, 32, $int6); -~script98($component0, calc($int7 + 7), "v2_stone_borders_alt,2", 32, $int4, $int5, 32); -~script98($component0, calc($int7 + 8), "v2_stone_borders_alt,3", $int3, 32, 32, $int6); diff --git a/dumps/530/script/[proc,script584].cs2 b/dumps/530/script/[proc,script584].cs2 deleted file mode 100644 index af563255d..000000000 --- a/dumps/530/script/[proc,script584].cs2 +++ /dev/null @@ -1,32 +0,0 @@ -// 584 -[proc,script584](component $component0, string $string0) -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 32); -def_int $int4 = calc($int2 - 32); -def_int $int5 = calc($int1 - 64); -def_int $int6 = calc($int2 - 64); -if ($int5 < 0) { - $int5 = 0; -} -if ($int6 < 0) { - $int6 = 0; -} -def_int $int7 = if_getnextsubid($component0); -~script98($component0, $int7, "v2_stone_borders,28", 0, 0, 32, 32); -~script98($component0, calc($int7 + 1), "v2_stone_borders,29", $int3, 0, 32, 32); -~script98($component0, calc($int7 + 2), "v2_stone_borders,30", 0, $int4, 32, 32); -~script98($component0, calc($int7 + 3), "v2_stone_borders,31", $int3, $int4, 32, 32); -~script98($component0, calc($int7 + 4), "v2_stone_borders,33", 32, 0, $int5, 3); -~script98($component0, calc($int7 + 5), "v2_stone_borders,33", 32, calc($int2 - 3), $int5, 3); -~script98($component0, calc($int7 + 6), "v2_stone_borders,34", 0, 32, 3, $int6); -~script98($component0, calc($int7 + 7), "v2_stone_borders,34", calc($int1 - 3), 32, 3, $int6); -~script98($component0, calc($int7 + 8), "v2_stone_borders,33", 2, 22, calc($int1 - 5), 3); -cc_create($component0, ^iftype_text, calc($int7 + 9)); -cc_setposition(3, 3, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(calc($int1 - 6), 15, ^setsize_abs, ^setsize_abs); -cc_settext($string0); -cc_settextfont(b12_full); -cc_settextshadow(true); -cc_setcolour(0xcc9900); -cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); diff --git a/dumps/530/script/[proc,script593].cs2 b/dumps/530/script/[proc,script593].cs2 deleted file mode 100644 index 06a9d54e7..000000000 --- a/dumps/530/script/[proc,script593].cs2 +++ /dev/null @@ -1,67 +0,0 @@ -// 593 -[proc,script593](int $int0) -def_inv $inv1 = ~script659(%varplayer_1112); -def_obj $obj2 = inv_getobj($inv1, 0); -if_setobject($obj2, inv_getnum($inv1, 0), interface_105:com_209); -if_clearops(interface_105:com_209); -if ($obj2 ! null) { - if (oc_cert($obj2) ! $obj2) { - if_setop(1, "Collect-notes", interface_105:com_209); - if_setop(2, "Collect-items", interface_105:com_209); - } else { - if_setop(2, "Collect", interface_105:com_209); - } - if_setopbase(oc_name($obj2), interface_105:com_209); -} else { - if_setopbase("", interface_105:com_209); -} -def_obj $obj3 = inv_getobj($inv1, 1); -if_setobject($obj3, inv_getnum($inv1, 1), interface_105:com_211); -if_clearops(interface_105:com_211); -if ($obj3 ! null) { - if (oc_cert($obj3) ! $obj3) { - if_setop(1, "Collect-notes", interface_105:com_211); - if_setop(2, "Collect-items", interface_105:com_211); - } else { - if_setop(2, "Collect", interface_105:com_211); - } - if_setopbase(oc_name($obj3), interface_105:com_211); -} else { - if_setopbase("", interface_105:com_211); -} -if_setoninvtransmit("script589{$inv1}", interface_105:com_200); -def_int $int4 = stockmarket_getoffertype($int0); -def_int $int5 = stockmarket_getoffercount($int0); -def_int $int6 = stockmarket_getoffercompletedcount($int0); -def_int $int7 = stockmarket_getoffercompletedgold($int0); -def_string $string0 = ~script46($int6, ","); -def_string $string1 = ~script46($int7, ","); -cc_deleteall(interface_105:com_202); -if (if_find(interface_105:com_202) = true) { - if (stockmarket_isofferadding($int0) = true) { - .cc_create(interface_105:com_202, ^iftype_text, 0); - .cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_settextfont(p11_full); - .cc_setcolour(0xdbd884); - .cc_settext("Submitting offer..."); - .cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - } else { - ~script652(0, 0, cc_getwidth, cc_getheight, $int0, interface_105:com_202, 0, interface_105:com_213, 2); - } -} -if (stockmarket_isofferfinished($int0) = true) { - if ($int4 = 0) { - if_settext("You bought a total of <$string0>
for a total price of <$string1> gp.", interface_105:com_201); - } else { - if_settext("You sold a total of <$string0>
for a total price of <$string1> gp.", interface_105:com_201); - } - if_sethide(true, interface_105:com_203); -} else { - if ($int4 = 0) { - if_settext("You have bought a total of <$string0> so far
for a total price of <$string1> gp.", interface_105:com_201); - } else { - if_settext("You have sold a total of <$string0> so far
for a total price of <$string1> gp.", interface_105:com_201); - } - if_sethide(false, interface_105:com_203); -} diff --git a/dumps/530/script/[proc,script594].cs2 b/dumps/530/script/[proc,script594].cs2 deleted file mode 100644 index 7475399f2..000000000 --- a/dumps/530/script/[proc,script594].cs2 +++ /dev/null @@ -1,130 +0,0 @@ -// 594 -[proc,script594](int $int0, obj $obj1, int $int2, int $int3) -if_setobject($obj1, -1, interface_105:com_138); -def_string $string0 = null; -def_string $string1 = null; -def_string $string2 = null; -if ($int0 = 0) { - if_settext("Buy Offer", interface_105:com_133); - if_setgraphic("grand_exchange_misc_graphics,7", interface_105:com_134); - if_settext("+1", interface_105:com_162); - if_setop(1, "Add 1", interface_105:com_162); - $string2 = "Add 1 to quantity"; - if_setonmouserepeat("script649(event_com, interface_105:com_213, $string2, 25, 300)", interface_105:com_162); - if_settext("+10", interface_105:com_164); - if_setop(1, "Add 10", interface_105:com_164); - $string2 = "Add 10 to quantity"; - if_setonmouserepeat("script649(event_com, interface_105:com_213, $string2, 25, 300)", interface_105:com_164); - if_settext("+100", interface_105:com_166); - if_setop(1, "Add 100", interface_105:com_166); - $string2 = "Add 100 to quantity"; - if_setonmouserepeat("script649(event_com, interface_105:com_213, $string2, 25, 300)", interface_105:com_166); - if_settext("+1K", interface_105:com_168); - if_setop(1, "Add 1000", interface_105:com_168); - $string2 = "Add 1,000 to quantity"; - if_setonmouserepeat("script649(event_com, interface_105:com_213, $string2, 25, 300)", interface_105:com_168); -} else { - if_settext("Sell Offer", interface_105:com_133); - if_setgraphic("grand_exchange_misc_graphics,6", interface_105:com_134); - if_settext("1", interface_105:com_162); - if_setop(1, "Sell 1", interface_105:com_162); - $string2 = "Sell 1"; - if_setonmouserepeat("script649(event_com, interface_105:com_213, $string2, 25, 300)", interface_105:com_162); - if_settext("10", interface_105:com_164); - if_setop(1, "Sell 10", interface_105:com_164); - $string2 = "Sell 10"; - if_setonmouserepeat("script649(event_com, interface_105:com_213, $string2, 25, 300)", interface_105:com_164); - if_settext("100", interface_105:com_166); - if_setop(1, "Sell 100", interface_105:com_166); - $string2 = "Sell 100"; - if_setonmouserepeat("script649(event_com, interface_105:com_213, $string2, 25, 300)", interface_105:com_166); - if_settext("ALL", interface_105:com_168); - if_setop(1, "Sell All", interface_105:com_168); - $string2 = "Sell all"; - if_setonmouserepeat("script649(event_com, interface_105:com_213, $string2, 25, 300)", interface_105:com_168); -} -if ($obj1 = null) { - if_settext("Choose an item to exchange", interface_105:com_141); - if_settext("N/A", interface_105:com_140); - if_settext("N/A", interface_105:com_145); - if_settext("", interface_105:com_142); - if (%varplayer_1113 = 0) { - if (if_gettrans(interface_105:com_137) = 255) { - if_setontimer("script634(interface_105:com_137, 0, 255, 5)", interface_105:com_137); - } - } else if (%varplayer_1113 = 1) { - if_sethide(false, interface_107:com_0); - if_settrans(255, interface_105:com_137); - if_setontimer(null, interface_105:com_137); - if (if_gettrans(interface_107:com_1) = 245) { - if_setontimer("script634(interface_107:com_1, 155, 255, 2)", interface_107:com_1); - if_setontimer("script634(interface_107:com_2, 155, 255, 2)", interface_107:com_2); - if_setontimer("script634(interface_107:com_3, 155, 255, 2)", interface_107:com_3); - if_setontimer("script634(interface_107:com_4, 155, 255, 2)", interface_107:com_4); - if_setontimer("script634(interface_107:com_5, 145, 245, 2)", interface_107:com_5); - if_setontimer("script634(interface_107:com_6, 145, 245, 2)", interface_107:com_6); - if_setontimer("script634(interface_107:com_7, 145, 245, 2)", interface_107:com_7); - if_setontimer("script634(interface_107:com_8, 135, 235, 2)", interface_107:com_8); - if_setontimer("script634(interface_107:com_9, 135, 235, 2)", interface_107:com_9); - if_setontimer("script634(interface_107:com_10, 135, 235, 2)", interface_107:com_10); - if_setontimer("script634(interface_107:com_11, 125, 225, 2)", interface_107:com_11); - if_setontimer("script634(interface_107:com_12, 125, 225, 2)", interface_107:com_12); - if_setontimer("script634(interface_107:com_13, 125, 225, 2)", interface_107:com_13); - if_setontimer("script634(interface_107:com_14, 115, 215, 2)", interface_107:com_14); - if_setontimer("script634(interface_107:com_15, 115, 215, 2)", interface_107:com_15); - if_setontimer("script634(interface_107:com_16, 115, 215, 2)", interface_107:com_16); - if_setontimer("script634(interface_107:com_17, 110, 210, 2)", interface_107:com_17); - } - } -} else { - if_settext(oc_name($obj1), interface_105:com_141); - if (%varplayer_1109 ! null) { - $string0 = ~script46(%varplayer_1114, ","); - if_settext("<$string0> gp", interface_105:com_140); - $string0 = ~script46(%varplayer_1115, ","); - $string1 = ~script46(%varplayer_1116, ","); - if_settext("<$string0> gp - <$string1> gp", interface_105:com_145); - } else { - if_settext("Retrieving details...", interface_105:com_142); - if_settext("N/A", interface_105:com_140); - if_settext("N/A", interface_105:com_145); - } - if_settrans(255, interface_105:com_137); - if_setontimer(null, interface_105:com_137); - if_sethide(true, interface_107:com_0); -} -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = 0; -def_int $int7 = 0; -if (if_find(interface_105:com_140) = true & .if_find(interface_105:com_139) = true) { - $int5 = cc_getwidth; - $int6 = parawidth(cc_gettext, $int5, p11_full); - $int7 = .cc_getwidth; - $int4 = calc(52 + ($int5 - $int6) / 2 - ($int7 - 5)); - .cc_setposition($int4, .cc_gety, ^setpos_abs_left, ^setpos_abs_top); -} -if (if_find(interface_105:com_145) = true) { - $int4 = cc_getx; - $int5 = cc_getwidth; - $int6 = parawidth(cc_gettext, $int5, p11_full); - if (.if_find(interface_105:com_143) = true) { - $int7 = .cc_getwidth; - $int4 = calc($int4 + ($int5 - $int6) / 2 - $int7 - 1); - .cc_setposition($int4, .cc_gety, ^setpos_abs_left, ^setpos_abs_top); - } - if (.if_find(interface_105:com_144) = true) { - $int4 = calc($int4 + $int7 + $int6 + 5); - .cc_setposition($int4, .cc_gety, ^setpos_abs_left, ^setpos_abs_top); - } -} -if (%varclient_82 <= 0) { - $string0 = ~script46($int2, ","); - if_settext($string0, interface_105:com_150); - %varclient_84 = %varplayer_1110; -} -if (%varclient_83 <= 0) { - $string0 = ~script46($int3, ","); - if_settext("<$string0> gp", interface_105:com_155); - %varclient_85 = %varplayer_1111; -} diff --git a/dumps/530/script/[proc,script5].cs2 b/dumps/530/script/[proc,script5].cs2 deleted file mode 100644 index 99ac5a03d..000000000 --- a/dumps/530/script/[proc,script5].cs2 +++ /dev/null @@ -1,1215 +0,0 @@ -// 5 -[proc,script5](int $int0)(int) -if ($int0 < 10) { - if ($int0 = 0) { - if (%varplayerbit_3185 = 240) { - return(2); - } else if (%varplayerbit_3185 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 1) { - if (%varplayerbit_299 > 109) { - return(2); - } else if (%varplayerbit_299 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 2) { - if (%varplayer_293 = 65) { - return(2); - } else if (%varplayer_293 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 3) { - if (%varplayer_68 = 16) { - return(2); - } else if (%varplayer_68 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 4) { - if (%varplayer_655 > 130) { - return(2); - } else if (%varplayer_655 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 5) { - if (%varplayer_10 = 8) { - return(2); - } else if (%varplayer_10 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 6) { - if (%varplayerbit_3274 = 130) { - return(2); - } else if (%varplayerbit_3274 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 7) { - if (%varplayerbit_487 > 12) { - return(2); - } else if (%varplayerbit_487 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 8) { - if (%varplayer_399 > 6) { - return(2); - } else if (%varplayer_399 = 0) { - if (%varplayerbit_203 = 0) { - return(0); - } else { - return(1); - } - } else { - return(1); - } - } - if ($int0 = 9) { - if (%varplayerbit_2573 = 320) { - return(2); - } else if (%varplayerbit_2573 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 20) { - if ($int0 = 10) { - if (%varplayerbit_2258 = 13) { - return(2); - } else if (%varplayerbit_2258 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 11) { - if (%varplayer_314 = 80) { - return(2); - } else if (%varplayer_314 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 12) { - if (%varplayerbit_358 = 15) { - return(2); - } else if (%varplayerbit_358 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 13) { - if (%varplayerbit_1465 = 80) { - return(2); - } else if (%varplayerbit_1465 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 14) { - if (%varplayer_131 = 9) { - return(2); - } else if (%varplayer_131 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 15) { - if (%varplayer_80 = 4) { - return(2); - } else if (%varplayer_80 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 16) { - if (%varplayer_0 > 10) { - return(2); - } else if (%varplayer_0 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 17) { - if (%varplayer_335 = 110) { - return(2); - } else if (%varplayer_335 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 18) { - if (%varplayerbit_2780 = 40) { - return(2); - } else if (%varplayerbit_2780 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 19) { - if (testbit(%varplayer_299, 20) = ^true) { - return(2); - } else if (testbit(%varplayer_299, 1) = ^false) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 30) { - if ($int0 = 20) { - if (%varplayerbit_2639 = 11) { - return(2); - } else if (%varplayerbit_2639 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 21) { - if (%varplayerbit_1560 > 69) { - return(2); - } else if (%varplayerbit_1560 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 22) { - if (%varplayerbit_2866 = 200) { - return(2); - } else if (%varplayerbit_2866 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 23) { - if (%varplayerbit_2497 = 60) { - return(2); - } else if (%varplayerbit_2497 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 24) { - if (%varplayerbit_1803 = 90) { - return(2); - } else if (%varplayerbit_1803 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 25) { - if (%varplayerbit_2326 > 80) { - return(2); - } else if (%varplayerbit_2326 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 26) { - if (%varplayer_148 = 11) { - return(2); - } else if (%varplayer_148 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 27) { - if (%varplayerbit_334 > 27) { - return(2); - } else if (%varplayerbit_334 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 28) { - if (%varplayer_17 > 13) { - return(2); - } else if (%varplayer_17 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 29) { - if (%varplayer_11 = 5) { - return(2); - } else if (%varplayer_11 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 40) { - if ($int0 = 30) { - if (%varplayerbit_822 >= 140) { - return(2); - } else if (%varplayerbit_822 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 31) { - if (%varplayer_347 > 9) { - return(2); - } else if (%varplayer_347 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 32) { - if (%varplayer_65 = 10) { - return(2); - } else if (%varplayer_65 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 33) { - if (%varplayerbit_961 = 60) { - return(2); - } else if (%varplayerbit_961 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 34) { - if (%varplayer_180 > 5) { - return(2); - } else if (%varplayer_180 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 35) { - if (%varplayerbit_217 > 7) { - return(2); - } else if (%varplayerbit_217 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 36) { - if (%varplayerbit_571 > 49) { - return(2); - } else if (%varplayerbit_571 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 37) { - if (%varplayerbit_346 > 9) { - return(2); - } else if (%varplayerbit_346 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 38) { - if (%varplayer_150 = 160) { - return(2); - } else if (%varplayer_150 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 39) { - if (%varplayerbit_1527 > 159) { - return(2); - } else if (%varplayerbit_1527 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 50) { - if ($int0 = 40) { - if (%varplayer_382 = 11) { - return(2); - } else if (%varplayer_382 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 41) { - if (%varplayer_223 = 9) { - return(2); - } else if (%varplayer_223 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 42) { - if (%varplayer_188 = 15) { - return(2); - } else if (%varplayer_188 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 43) { - if (%varplayer_5 = 10) { - return(2); - } else if (%varplayer_5 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 44) { - if (%varplayerbit_34 > 9) { - return(2); - } else if (%varplayerbit_34 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 45) { - if (%varplayerbit_418 > 25) { - return(2); - } else if (%varplayerbit_418 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 46) { - if (%varplayerbit_1990 > 420) { - return(2); - } else if (%varplayerbit_1990 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 47) { - if (%varplayer_387 > 100) { - return(2); - } else if (%varplayer_387 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 48) { - if (%varplayer_175 > 11) { - return(2); - } else if (%varplayer_175 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 49) { - if (%varplayer_139 = 75) { - return(2); - } else if (%varplayer_139 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 60) { - if ($int0 = 50) { - if (%varplayer_147 = 6) { - return(2); - } else if (%varplayer_147 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 51) { - if (%varplayerbit_532 > 10) { - return(2); - } else if (%varplayerbit_532 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 52) { - if (%varplayerbit_2448 = 190) { - return(2); - } else if (%varplayerbit_2448 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 53) { - if (%varplayerbit_1383 > 3) { - return(2); - } else if (%varplayerbit_1383 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 54) { - if (%varplayer_14 = 7) { - return(2); - } else if (%varplayer_14 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 55) { - if (%varplayer_365 > 8) { - return(2); - } else if (%varplayer_365 < 1) { - return(0); - } else { - return(1); - } - } - if ($int0 = 56) { - if (%varplayer_30 = 80) { - return(2); - } else if (%varplayer_30 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 57) { - if (%varplayerbit_260 > 69) { - return(2); - } else if (%varplayerbit_260 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 58) { - if (%varplayer_517 > 7) { - return(2); - } else if (%varplayer_517 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 59) { - if (%varplayerbit_1103 > 59) { - return(2); - } else if (%varplayerbit_1103 < 9) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 70) { - if ($int0 = 60) { - if (%varplayer_192 = 2) { - return(2); - } else if (%varplayer_192 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 61) { - if (%varplayerbit_2790 > 310) { - return(2); - } else if (%varplayerbit_2790 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 62) { - if (%varplayer_307 = 110) { - return(2); - } else if (%varplayer_307 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 63) { - if (%varplayer_112 > 6) { - return(2); - } else if (%varplayer_112 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 64) { - if (%varplayer_416 > 275) { - return(2); - } else if (%varplayer_416 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 65) { - if (%varplayer_165 > 28) { - return(2); - } else if (%varplayer_165 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 66) { - if (%varplayer_302 > 59) { - return(2); - } else if (%varplayer_302 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 67) { - if (%varplayer_714 > 3) { - return(2); - } else if (%varplayer_714 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 68) { - if (%varplayerbit_1404 > 126) { - return(2); - } else if (%varplayerbit_1404 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 69) { - if (%varplayerbit_1850 = 5) { - return(2); - } else if (%varplayerbit_1850 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 80) { - if ($int0 = 70) { - if (%varplayerbit_657 > 1) { - return(2); - } else if (%varplayerbit_657 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 71) { - if (%varplayer_328 > 14) { - return(2); - } else if (%varplayer_328 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 72) { - if (%varplayer_402 > 5) { - return(2); - } else if (%varplayer_402 = 0) { - return(0); - } else { - return(1); - } - if (testbit(%varplayer_403, 3) = ^true & %varplayer_402 < 6) { - return(0); - } - } - if ($int0 = 73) { - if (%varplayerbit_2140 > 20) { - return(2); - } else if (%varplayerbit_2140 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 74) { - if (%varplayer_600 > 18) { - return(2); - } else if (%varplayer_600 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 75) { - if (%varplayer_76 = 6) { - return(2); - } else if (%varplayer_76 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 76) { - if (%varplayer_159 >= 12) { - return(2); - } else if (%varplayer_159 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 77) { - if (%varplayerbit_2610 = 14) { - return(2); - } else if (%varplayerbit_2610 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 78) { - if (%varplayer_339 = 85) { - return(2); - } else if (%varplayer_339 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 79) { - if (%varplayerbit_1372 > 124) { - return(2); - } else if (%varplayerbit_1372 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 90) { - if ($int0 = 80) { - if (%varplayer_60 = 3) { - return(2); - } else if (%varplayer_60 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 81) { - if (%varplayer_116 > 14) { - return(2); - } else if (%varplayer_116 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 82) { - if (%varplayerbit_2011 > 12) { - return(2); - } else if (%varplayerbit_2011 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 83) { - if (%varplayerbit_1444 > 59) { - return(2); - } else if (%varplayerbit_1444 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 84) { - if (%varplayerbit_2098 = 200) { - return(2); - } else if (%varplayerbit_2098 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 85) { - if (%varplayer_320 = 6) { - return(2); - } else if (%varplayer_320 < 3) { - return(0); - } else { - return(1); - } - } - if ($int0 = 86) { - if (%varplayerbit_1028 = 70) { - return(2); - } else if (%varplayerbit_1028 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 87) { - if (%varplayerbit_451 > 1) { - return(2); - } else if (%varplayerbit_451 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 88) { - if (%varplayer_26 = 80 | %varplayer_26 = 90) { - return(2); - } else if (%varplayer_26 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 89) { - if (%varplayer_359 > 99) { - return(2); - } else if (%varplayer_359 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 100) { - if ($int0 = 90) { - if (%varplayer_197 = 30) { - return(2); - } else if (%varplayer_197 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 91) { - if (%varplayer_226 = 7) { - return(2); - } else if (%varplayer_226 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 92) { - if (%varplayer_111 = 9) { - return(2); - } else if (%varplayer_111 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 93) { - if (%varplayer_200 = 5) { - return(2); - } else if (%varplayer_200 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 94) { - if (%varplayer_385 > 44) { - return(2); - } else if (%varplayer_385 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 95) { - if (%varplayer_317 = 50) { - return(2); - } else if (%varplayer_317 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 96) { - if (%varplayer_161 = 10) { - return(2); - } else if (testbit(%varplayer_162, 11) = ^false) { - return(0); - } else { - return(1); - } - } - if ($int0 = 97) { - if (%varplayerbit_1051 = 11) { - return(2); - } else if (%varplayerbit_1051 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 98) { - if (%varplayer_212 > 12) { - return(2); - } else if (%varplayer_212 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 99) { - if (%varplayerbit_3293 = 135) { - return(2); - } else if (%varplayerbit_3293 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 110) { - if ($int0 = 100) { - if (%varplayerbit_3311 = 340) { - return(2); - } else if (%varplayerbit_3311 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 101) { - if (%varplayerbit_3337 = 18) { - return(2); - } else if (%varplayerbit_3337 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 102) { - if (%varplayer_980 > 129) { - return(2); - } else if (%varplayer_980 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 103) { - if (%varplayerbit_3523 > 149) { - return(2); - } else if (%varplayerbit_3523 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 104) { - if (%varplayerbit_3534 = 80) { - return(2); - } else if (%varplayerbit_3534 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 105) { - if (%varplayerbit_3550 = 11) { - return(2); - } else if (%varplayerbit_3550 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 106) { - if (%varplayerbit_3618 = 28) { - return(2); - } else if (%varplayerbit_3618 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 107) { - if (%varplayerbit_2783 = 60) { - return(2); - } else if (%varplayerbit_2783 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 108) { - if (%varplayerbit_3888 = 90) { - return(2); - } else if (%varplayerbit_3888 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 109) { - if (%varplayerbit_3954 = 200) { - return(2); - } else if (%varplayerbit_3954 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 120) { - if ($int0 = 110) { - if (%varplayerbit_4055 = 65) { - return(2); - } else if (%varplayerbit_4055 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 111) { - if (%varplayerbit_4105 = 18) { - return(2); - } else if (%varplayerbit_4105 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 112) { - if (%varplayerbit_4230 = 700) { - return(2); - } else if (%varplayerbit_4230 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 113) { - if (%varplayerbit_4302 = 110) { - return(2); - } else if (%varplayerbit_4302 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 114) { - if (%varplayerbit_4321 = 200) { - return(2); - } else if (%varplayerbit_4321 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 115) { - if (%varplayerbit_4396 = 60) { - return(2); - } else if (%varplayerbit_4396 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 116) { - if (%varplayerbit_4505 = 100) { - return(2); - } else if (%varplayerbit_4505 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 117) { - if (%varplayerbit_4569 = 500) { - return(2); - } else if (%varplayerbit_4569 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 118) { - if (%varplayerbit_4684 = 150) { - return(2); - } else if (%varplayerbit_4684 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 119) { - if (%varplayerbit_4700 = 63) { - return(2); - } else if (%varplayerbit_4700 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 < 130) { - if ($int0 = 120) { - if (%varplayerbit_4764 = 250) { - return(2); - } else if (%varplayerbit_4764 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 121) { - if (%varplayerbit_4797 = 100) { - return(2); - } else if (%varplayerbit_4797 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 122) { - if (%varplayerbit_5032 >= 80) { - return(2); - } else if (%varplayerbit_5032 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 123) { - if (%varplayerbit_5075 = 20) { - return(2); - } else if (%varplayerbit_5075 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 124) { - if (%varplayerbit_5133 >= 90) { - return(2); - } else if (%varplayerbit_5133 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 125) { - if (%varplayerbit_5331 >= 35) { - return(2); - } else if (%varplayerbit_5331 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 126) { - if (%varplayerbit_5387 = 250) { - return(2); - } else if (%varplayerbit_5387 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 127) { - if (%varplayerbit_5448 >= 50) { - return(2); - } else if (%varplayerbit_5448 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 128) { - if (%varplayerbit_5491 > 900) { - return(2); - } else if (%varplayerbit_5491 = 0) { - return(0); - } else { - return(1); - } - } - if ($int0 = 129) { - if (%varplayerbit_5761 = 30) { - return(2); - } else if (%varplayerbit_5761 = 0) { - return(0); - } else { - return(1); - } - } -} -if ($int0 = 130) { - if (%varplayerbit_5733 >= 60) { - return(2); - } else if (%varplayerbit_5733 = 0) { - return(0); - } else { - return(1); - } -} -return(-1); diff --git a/dumps/530/script/[proc,script602].cs2 b/dumps/530/script/[proc,script602].cs2 deleted file mode 100644 index 3dd958b17..000000000 --- a/dumps/530/script/[proc,script602].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 602 -[proc,script602] -if (%varclient_82 <= 0) { - %varclient_82 = 100; -} else { - %varclient_82 = calc(%varclient_82 + 10); -} -if_setontimer("script603", interface_105:com_150); diff --git a/dumps/530/script/[proc,script609].cs2 b/dumps/530/script/[proc,script609].cs2 deleted file mode 100644 index 4b106738b..000000000 --- a/dumps/530/script/[proc,script609].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 609 -[proc,script609] -if (%varclient_83 <= 0) { - %varclient_83 = 100; -} else { - %varclient_83 = calc(%varclient_83 + 10); -} -if_setontimer("script610", interface_105:com_155); diff --git a/dumps/530/script/[proc,script621].cs2 b/dumps/530/script/[proc,script621].cs2 deleted file mode 100644 index d0ef5bc9f..000000000 --- a/dumps/530/script/[proc,script621].cs2 +++ /dev/null @@ -1,66 +0,0 @@ -// 621 -[proc,script621] -def_int $int0 = 0; -def_string $string0 = null; -~script622; -if (%varplayer_1112 = -1 | stockmarket_isofferempty(%varplayer_1112) = true & %varplayer_1113 = -1) { - ~script41(interface_105:com_213); - if_sethide(false, interface_105:com_16); - ~script628; - if_setoninvtransmit(null, interface_105:com_200); - %varclient_83 = 0; - %varclient_82 = 0; -} else { - while ($int0 < 6) { - ~script41(~script626($int0)); - $int0 = calc($int0 + 1); - } - if (stockmarket_isofferempty(%varplayer_1112) = false) { - if_sethide(false, interface_105:com_126); - if_sethide(false, interface_105:com_200); - ~script594(stockmarket_getoffertype(%varplayer_1112), stockmarket_getofferitem(%varplayer_1112), stockmarket_getoffercount(%varplayer_1112), stockmarket_getofferprice(%varplayer_1112)); - ~script593(%varplayer_1112); - if (stockmarket_getoffertype(%varplayer_1112) = 0) { - $string0 = "Maximum total cost of purchase"; - } else { - $string0 = "Minimum total value of sale"; - } - if_setonmouserepeat("script649(interface_105:com_189, interface_105:com_213, $string0, 25, 300)", interface_105:com_189); - $string0 = ~script46(calc(stockmarket_getoffercount(%varplayer_1112) * stockmarket_getofferprice(%varplayer_1112)), ","); - if_settext("<$string0> gp", interface_105:com_189); - } else { - if_sethide(false, interface_105:com_126); - if_sethide(false, interface_105:com_156); - if (%varplayer_1113 = 0) { - if_sethide(false, interface_105:com_192); - if (%varplayer_1109 ! null) { - if_sethide(true, interface_105:com_195); - if_sethide(true, interface_105:com_196); - } else { - if_sethide(false, interface_105:com_195); - if_sethide(false, interface_105:com_196); - } - $string0 = "Maximum total cost of purchase"; - } else { - if_sethide(false, interface_105:com_197); - if (%varplayer_1109 ! null) { - if_sethide(true, interface_105:com_199); - } else { - if_sethide(false, interface_105:com_199); - } - $string0 = "Minimum total value of sale"; - } - if_setonmouserepeat("script649(interface_105:com_189, interface_105:com_213, $string0, 25, 300)", interface_105:com_189); - if (%varplayer_1111 > 0) { - if (%varplayer_1110 > calc(^max_32bit_int / %varplayer_1111)) { - if_settext("Too high!", interface_105:com_189); - } else { - $string0 = ~script46(calc(%varplayer_1110 * %varplayer_1111), ","); - if_settext("<$string0> gp", interface_105:com_189); - } - } else { - if_settext("0 gp", interface_105:com_189); - } - ~script594(%varplayer_1113, %varplayer_1109, %varplayer_1110, %varplayer_1111); - } -} diff --git a/dumps/530/script/[proc,script622].cs2 b/dumps/530/script/[proc,script622].cs2 deleted file mode 100644 index e0861c84e..000000000 --- a/dumps/530/script/[proc,script622].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 622 -[proc,script622] -if (%varplayer_1118 = 1) { - if_sethide(false, interface_105:com_16); - if_sethide(false, interface_105:com_126); - if_sethide(false, interface_105:com_156); - if_sethide(false, interface_105:com_192); - if_sethide(false, interface_105:com_197); - if_sethide(false, interface_105:com_200); -} else { - if_sethide(true, interface_105:com_16); - if_sethide(true, interface_105:com_126); - if_sethide(true, interface_105:com_156); - if_sethide(true, interface_105:com_192); - if_sethide(true, interface_105:com_197); - if_sethide(true, interface_105:com_200); -} diff --git a/dumps/530/script/[proc,script623].cs2 b/dumps/530/script/[proc,script623].cs2 deleted file mode 100644 index 87ac6e8ac..000000000 --- a/dumps/530/script/[proc,script623].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 623 -[proc,script623](int $int0)(component) -return(enum(int, component, enum_1073, $int0)); diff --git a/dumps/530/script/[proc,script624].cs2 b/dumps/530/script/[proc,script624].cs2 deleted file mode 100644 index 0111490f8..000000000 --- a/dumps/530/script/[proc,script624].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 624 -[proc,script624](int $int0)(component) -return(enum(int, component, enum_1077, $int0)); diff --git a/dumps/530/script/[proc,script625].cs2 b/dumps/530/script/[proc,script625].cs2 deleted file mode 100644 index 063cb2527..000000000 --- a/dumps/530/script/[proc,script625].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 625 -[proc,script625](int $int0)(component) -return(enum(int, component, enum_1075, $int0)); diff --git a/dumps/530/script/[proc,script626].cs2 b/dumps/530/script/[proc,script626].cs2 deleted file mode 100644 index 1d904e7b7..000000000 --- a/dumps/530/script/[proc,script626].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 626 -[proc,script626](int $int0)(component) -return(enum(int, component, enum_1074, $int0)); diff --git a/dumps/530/script/[proc,script627].cs2 b/dumps/530/script/[proc,script627].cs2 deleted file mode 100644 index cf327d0be..000000000 --- a/dumps/530/script/[proc,script627].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 627 -[proc,script627](int $int0)(component) -return(enum(int, component, enum_1076, $int0)); diff --git a/dumps/530/script/[proc,script628].cs2 b/dumps/530/script/[proc,script628].cs2 deleted file mode 100644 index d3f0202df..000000000 --- a/dumps/530/script/[proc,script628].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 628 -[proc,script628] -def_int $int0 = 0; -while ($int0 < 6) { - ~script651($int0); - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script62].cs2 b/dumps/530/script/[proc,script62].cs2 deleted file mode 100644 index 870a0e4e7..000000000 --- a/dumps/530/script/[proc,script62].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 62 -[proc,script62](componentarray $componentarray0, int $int1, int $int2, enum $enum3) -def_int $int4 = calc(($int1 + $int2) / 2); -def_component $component5 = $componentarray0($int4); -$componentarray0($int4) = $componentarray0($int2); -$componentarray0($int2) = $component5; -def_int $int6 = $int1; -def_int $int7 = $int1; -def_component $component8 = null; -while ($int7 < $int2) { - if (compare(lowercase(enum(component, string, $enum3, $componentarray0($int7))), lowercase(enum(component, string, $enum3, $component5))) < calc($int7 & 1)) { - $component8 = $componentarray0($int7); - $componentarray0($int7) = $componentarray0($int6); - $componentarray0($int6) = $component8; - $int6 = calc($int6 + 1); - } - $int7 = calc($int7 + 1); -} -$componentarray0($int2) = $componentarray0($int6); -$componentarray0($int6) = $component5; -if ($int1 < calc($int6 - 1)) { - ~script62(componentarray0, $int1, calc($int6 - 1), $enum3); -} -if (calc($int6 + 1) < $int2) { - ~script62(componentarray0, calc($int6 + 1), $int2, $enum3); -} diff --git a/dumps/530/script/[proc,script630].cs2 b/dumps/530/script/[proc,script630].cs2 deleted file mode 100644 index 73702ada4..000000000 --- a/dumps/530/script/[proc,script630].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 630 -[proc,script630](int $int0) -if (stockmarket_isofferempty($int0) = false & cc_find(~script623($int0), 0) = true) { - cc_settrans(230); -} diff --git a/dumps/530/script/[proc,script632].cs2 b/dumps/530/script/[proc,script632].cs2 deleted file mode 100644 index 80f76847c..000000000 --- a/dumps/530/script/[proc,script632].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 632 -[proc,script632](int $int0) -if (stockmarket_isofferempty($int0) = false & cc_find(~script623($int0), 0) = true) { - cc_settrans(255); -} diff --git a/dumps/530/script/[proc,script636].cs2 b/dumps/530/script/[proc,script636].cs2 deleted file mode 100644 index 813ef60e7..000000000 --- a/dumps/530/script/[proc,script636].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 636 -[proc,script636](component $component0) -if_setgraphic("grand_exchange_buy_sell_icon,3", $component0); diff --git a/dumps/530/script/[proc,script638].cs2 b/dumps/530/script/[proc,script638].cs2 deleted file mode 100644 index 139f7ceaa..000000000 --- a/dumps/530/script/[proc,script638].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 638 -[proc,script638](component $component0) -if_setgraphic("grand_exchange_buy_sell_icon,2", $component0); -def_int $int1 = 0; -while ($int1 < 6) { - ~script41(~script626($int1)); - $int1 = calc($int1 + 1); -} diff --git a/dumps/530/script/[proc,script640].cs2 b/dumps/530/script/[proc,script640].cs2 deleted file mode 100644 index 1dcf991a5..000000000 --- a/dumps/530/script/[proc,script640].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 640 -[proc,script640](component $component0) -if_setgraphic("grand_exchange_buy_sell_icon,1", $component0); diff --git a/dumps/530/script/[proc,script642].cs2 b/dumps/530/script/[proc,script642].cs2 deleted file mode 100644 index 686fa1ea2..000000000 --- a/dumps/530/script/[proc,script642].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 642 -[proc,script642](component $component0) -if_setgraphic("grand_exchange_buy_sell_icon,0", $component0); -def_int $int1 = 0; -while ($int1 < 6) { - ~script41(~script626($int1)); - $int1 = calc($int1 + 1); -} diff --git a/dumps/530/script/[proc,script644].cs2 b/dumps/530/script/[proc,script644].cs2 deleted file mode 100644 index 27b7adc57..000000000 --- a/dumps/530/script/[proc,script644].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 644 -[proc,script644](component $component0) -if_setgraphic("bank_buttons,7", $component0); diff --git a/dumps/530/script/[proc,script646].cs2 b/dumps/530/script/[proc,script646].cs2 deleted file mode 100644 index 8c55a88e6..000000000 --- a/dumps/530/script/[proc,script646].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 646 -[proc,script646](component $component0) -if_setgraphic("bank_buttons,5", $component0); diff --git a/dumps/530/script/[proc,script651].cs2 b/dumps/530/script/[proc,script651].cs2 deleted file mode 100644 index 9e6c8b98b..000000000 --- a/dumps/530/script/[proc,script651].cs2 +++ /dev/null @@ -1,127 +0,0 @@ -// 651 -[proc,script651](int $int0) -def_component $component1 = ~script623($int0); -cc_deleteall($component1); -def_int $int2 = if_getwidth($component1); -def_int $int3 = if_getheight($component1); -def_int $int4 = stockmarket_getoffertype($int0); -def_int $int5 = stockmarket_getoffercount($int0); -def_int $int6 = stockmarket_getoffercompletedcount($int0); -def_obj $obj7 = stockmarket_getofferitem($int0); -def_int $int8 = stockmarket_getofferprice($int0); -def_string $string0 = ""; -if (stockmarket_isofferempty($int0) = true) { - $string0 = "Empty"; -} else if (stockmarket_getoffertype($int0) = 0) { - $string0 = "Buy"; -} else { - $string0 = "Sell"; -} -cc_create($component1, ^iftype_rectangle, 0); -cc_setsize($int2, $int3, ^setsize_abs, ^setsize_abs); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setfill(true); -cc_setcolour(^white); -cc_settrans(255); -~script584($component1, $string0); -def_int $int9 = if_getnextsubid($component1); -if_setonmouseover("script629($int0)", $component1); -if_setonmouseleave("script631($int0)", $component1); -if (stockmarket_isofferempty($int0) = true) { - if_setonop(null, $component1); - if_setop(1, "", $component1); - if_setop(2, "", $component1); - if ($int0 >= 2) { - if (playermember = true) { - if_sethide(true, ~script624($int0)); - } else { - if_sethide(false, ~script624($int0)); - } - } -} else { - if_setop(1, "View Offer", $component1); - if (stockmarket_isofferfinished($int0) = false) { - if_setop(2, "Abort Offer", $component1); - } else { - if_setop(2, "", $component1); - } -} -def_string $string1 = ~script46($int5, ","); -def_string $string2 = ~script46($int8, ","); -def_int $int10 = 0; -def_int $int11 = 0; -def_component $component12 = ~script627($int0); -if_sethide(true, $component12); -def_component $component13 = ~script626($int0); -def_component $component14 = ~script625($int0); -def_string $string3 = ""; -def_int $int15 = 0; -def_int $int16 = 0; -if (stockmarket_isofferempty($int0) = true) { - if ($int0 < 2 | playermember = true) { - if_sethide(false, $component12); - } -} else { - $int10 = 7; - $int11 = calc($int3 - 30); - if (stockmarket_isofferadding($int0) = true) { - $int9 = if_getnextsubid($component1); - .cc_create($component1, ^iftype_text, $int9); - .cc_setposition($int10, $int11, ^setpos_abs_left, ^setpos_abs_top); - .cc_setsize(calc($int2 - 14), 15, ^setsize_abs, ^setsize_abs); - .cc_settextfont(p11_full); - .cc_setcolour(0xdbd884); - .cc_settext("Submitting..."); - .cc_settextalign(^settextalign_centre, ^settextalign_centre, 0); - } else { - ~script652($int10, $int11, calc($int2 - 14), 15, $int0, $component1, $int9, $component13, 1); - } - $int9 = if_getnextsubid($component1); - cc_create($component1, ^iftype_graphic, $int9); - $int9 = calc($int9 + 1); - cc_setposition(6, 30, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(40, 36, ^setsize_abs, ^setsize_abs); - cc_setgraphic("bank_slot,0"); - cc_create($component1, ^iftype_graphic, $int9); - cc_setposition(8, 32, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj7, $int5); - cc_setgraphicshadow(^black); - $string0 = ~script46($int5, ","); - cc_setonmouserepeat("script648($component1, $int9, $component13, $string0, 25, 106)"); - cc_setonmouseleave("script40($component13)"); - $int9 = calc($int9 + 1); - cc_create($component1, ^iftype_text, $int9); - cc_setposition(48, 30, ^setpos_abs_left, ^setpos_abs_top); - $string0 = oc_name($obj7); - $int16 = calc($int2 - 53); - $int15 = parawidth($string0, $int16, p11_full); - if ($int15 > $int16) { - $int10 = string_length($string0); - while ($int15 > $int16 & $int10 > 0) { - $int10 = calc($int10 - 1); - $string0 = "..."; - $int15 = parawidth($string0, $int16, p11_full); - } - } - $int9 = calc($int9 + 1); - $int3 = calc(paraheight($string0, $int16, p11_full) * 11); - if ($int3 < 22) { - $int3 = 22; - } - cc_setsize($int16, $int3, ^setsize_abs, ^setsize_abs); - cc_setcolour(0xcc9900); - cc_settextfont(p11_full); - cc_settextalign(^settextalign_left, ^settextalign_top, 0); - cc_settextshadow(true); - cc_settext($string0); - cc_create($component1, ^iftype_text, $int9); - $int9 = calc($int9 + 1); - cc_setposition(48, calc(32 + $int3), ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(calc($int2 - 53), 15, ^setsize_abs, ^setsize_abs); - cc_setcolour(0xbdbb5b); - cc_settextfont(p11_full); - cc_settextalign(^settextalign_left, ^settextalign_top, 15); - cc_settextshadow(true); - cc_settext("<$string2> gp"); -} diff --git a/dumps/530/script/[proc,script652].cs2 b/dumps/530/script/[proc,script652].cs2 deleted file mode 100644 index b6f8e631c..000000000 --- a/dumps/530/script/[proc,script652].cs2 +++ /dev/null @@ -1,68 +0,0 @@ -// 652 -[proc,script652](int $int0, int $int1, int $int2, int $int3, int $int4, component $component5, int $int6, component $component7, int $int8) -cc_create($component5, ^iftype_rectangle, $int6); -cc_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int2, $int3, ^setsize_abs, ^setsize_abs); -cc_setcolour(^black); -cc_setfill(false); -def_string $string0 = null; -if (stockmarket_isofferempty($int4) = false) { - if (stockmarket_isofferfinished($int4) = true) { - if (stockmarket_getoffercompletedcount($int4) = stockmarket_getoffercount($int4)) { - $string0 = "Completed"; - } else { - $string0 = "Aborted"; - } - } else { - $string0 = "In progress"; - } - if ($component7 ! null) { - if ($int8 = 1) { - cc_setonmouserepeat("script648($component5, $int6, $component7, $string0, 25, 106)"); - } else if ($int8 = 2) { - cc_setonmouserepeat("script649($component5, $component7, $string0, 25, 106)"); - } else { - cc_setonmouserepeat("script568($component5, $int6, $component7, $string0, 25, 106)"); - } - cc_setonmouseleave("script40($component7)"); - } -} -def_int $int9 = calc($int0 + 1); -def_int $int10 = calc($int1 + 1); -def_int $int11 = calc($int2 - 2); -def_int $int12 = calc($int3 - 2); -cc_create($component5, ^iftype_rectangle, calc($int6 + 1)); -cc_setposition($int9, $int10, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int11, $int12, ^setsize_abs, ^setsize_abs); -cc_setcolour(0x302520); -cc_settrans(100); -cc_setfill(true); -cc_create($component5, ^iftype_rectangle, calc($int6 + 2)); -if (stockmarket_isofferempty($int4) = false) { - cc_setposition(calc($int0 + 1), calc($int1 + 1), ^setpos_abs_left, ^setpos_abs_top); - cc_settrans(0); - cc_setfill(true); - if (stockmarket_isofferfinished($int4) = true) { - cc_setsize($int11, $int12, ^setsize_abs, ^setsize_abs); - if (stockmarket_getoffercompletedcount($int4) = stockmarket_getoffercount($int4)) { - cc_setcolour(0x3f821e); - } else { - cc_setcolour(0x8a0010); - } - } else { - cc_setsize(scale(stockmarket_getoffercompletedcount($int4), stockmarket_getoffercount($int4), $int11), $int12, ^setsize_abs, ^setsize_abs); - cc_setcolour(0xc68b01); - } -} -cc_create($component5, ^iftype_rectangle, calc($int6 + 3)); -cc_setposition($int9, $int10, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int11, 3, ^setsize_abs, ^setsize_abs); -cc_setfill(true); -cc_settrans(200); -cc_setcolour(^black); -cc_create($component5, ^iftype_rectangle, calc($int6 + 4)); -cc_setposition($int9, calc($int10 + 3), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(3, calc($int12 - 3), ^setsize_abs, ^setsize_abs); -cc_setfill(true); -cc_settrans(200); -cc_setcolour(^black); diff --git a/dumps/530/script/[proc,script657].cs2 b/dumps/530/script/[proc,script657].cs2 deleted file mode 100644 index d4ea798a0..000000000 --- a/dumps/530/script/[proc,script657].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 657 -[proc,script657] -def_int $int0 = 0; -while ($int0 < 6) { - ~script662($int0); - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script658].cs2 b/dumps/530/script/[proc,script658].cs2 deleted file mode 100644 index d5e24154d..000000000 --- a/dumps/530/script/[proc,script658].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 658 -[proc,script658](int $int0)(component) -return(enum(int, component, enum_1080, $int0)); diff --git a/dumps/530/script/[proc,script659].cs2 b/dumps/530/script/[proc,script659].cs2 deleted file mode 100644 index 5793f41a7..000000000 --- a/dumps/530/script/[proc,script659].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 659 -[proc,script659](int $int0)(inv) -return(enum(int, inv, enum_1079, $int0)); diff --git a/dumps/530/script/[proc,script660].cs2 b/dumps/530/script/[proc,script660].cs2 deleted file mode 100644 index 43284380c..000000000 --- a/dumps/530/script/[proc,script660].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 660 -[proc,script660](int $int0)(component) -return(enum(int, component, enum_1081, $int0)); diff --git a/dumps/530/script/[proc,script661].cs2 b/dumps/530/script/[proc,script661].cs2 deleted file mode 100644 index 4d27ef830..000000000 --- a/dumps/530/script/[proc,script661].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 661 -[proc,script661](int $int0)(component) -return(enum(int, component, enum_1082, $int0)); diff --git a/dumps/530/script/[proc,script662].cs2 b/dumps/530/script/[proc,script662].cs2 deleted file mode 100644 index 028eb861f..000000000 --- a/dumps/530/script/[proc,script662].cs2 +++ /dev/null @@ -1,98 +0,0 @@ -// 662 -[proc,script662](int $int0) -def_component $component1 = ~script658($int0); -def_component $component2 = ~script660($int0); -def_inv $inv3 = ~script659($int0); -cc_deleteall($component1); -def_int $int4 = if_getwidth($component1); -def_int $int5 = if_getheight($component1); -def_int $int6 = calc($int4 / 2 - 40); -def_int $int7 = calc($int5 - 47); -def_obj $obj8 = inv_getobj($inv3, 0); -def_obj $obj9 = inv_getobj($inv3, 1); -def_component $component10 = ~script661($int0); -if ($component10 ! null) { - if (playermember = true | stockmarket_isofferempty($int0) = false) { - if_sethide(true, $component10); - } else { - if_sethide(false, $component10); - } -} -~script98($component1, 0, "bank_slot,1", calc($int6 - 2), calc($int7 - 2), 40, 36); -if (($component10 = null | if_gethide($component10) = true) & cc_find($component1, 0) = true) { - cc_setonmouseover("script664(event_com, event_comsubid)"); - cc_setonmouseleave("script665(event_com, event_comsubid)"); - if ($obj8 ! null) { - if (oc_cert($obj8) ! $obj8) { - cc_setop(1, "Collect-notes"); - cc_setop(2, "Collect-items"); - } else { - cc_setop(2, "Collect"); - } - cc_setopbase(oc_name($obj8)); - } -} -cc_create($component1, ^iftype_graphic, 1); -cc_setposition($int6, $int7, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); -cc_setgraphicshadow(0x333333); -cc_setobject($obj8, inv_getnum($inv3, 0)); -$int6 = calc($int4 / 2 + 4); -~script98($component1, 2, "bank_slot,1", calc($int6 - 2), calc($int7 - 2), 40, 36); -if (($component10 = null | if_gethide($component10) = true) & cc_find($component1, 2) = true) { - cc_setonmouseover("script664(event_com, event_comsubid)"); - cc_setonmouseleave("script665(event_com, event_comsubid)"); - if ($obj9 ! null) { - if (oc_cert($obj9) ! $obj9) { - cc_setop(1, "Collect-notes"); - cc_setop(2, "Collect-items"); - } else { - cc_setop(2, "Collect"); - } - cc_setopbase(oc_name($obj9)); - } -} -cc_create($component1, ^iftype_graphic, 3); -cc_setposition($int6, $int7, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); -cc_setgraphicshadow(0x333333); -cc_setobject($obj9, inv_getnum($inv3, 1)); -~script652(11, 11, calc($int4 - 65), 16, $int0, $component1, 4, $component2, 0); -cc_create($component1, ^iftype_rectangle, 9); -$int6 = calc($int4 - 30); -cc_setposition($int6, 11, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(18, 16, ^setsize_abs, ^setsize_abs); -cc_setcolour(^black); -cc_settrans(160); -cc_setfill(true); -cc_create($component1, ^iftype_model, 10); -def_obj $obj11 = stockmarket_getofferitem($int0); -if (stockmarket_isofferempty($int0) = false) { - cc_setposition($int6, 11, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(18, 16, ^setsize_abs, ^setsize_abs); - cc_setobject($obj11, 0); - cc_setonmouserepeat("script568($component1, 10, $component2, oc_name($obj11), 25, 106)"); - cc_setonmouseleave("script40($component2)"); -} -cc_create($component1, ^iftype_rectangle, 11); -$int6 = calc($int4 - 50); -cc_setposition($int6, 11, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(18, 16, ^setsize_abs, ^setsize_abs); -cc_setcolour(^black); -cc_settrans(160); -cc_setfill(true); -cc_create($component1, ^iftype_graphic, 12); -def_string $string0 = null; -if (stockmarket_isofferempty($int0) = false) { - cc_setposition($int6, 12, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(16, 14, ^setsize_abs, ^setsize_abs); - if (stockmarket_getoffertype($int0) = 0) { - cc_setgraphic("grand_exchange_misc_graphics,7"); - $string0 = "Buy"; - } else { - cc_setgraphic("grand_exchange_misc_graphics,6"); - $string0 = "Sell"; - } - cc_setonmouserepeat("script568($component1, 12, $component2, $string0, 25, 106)"); - cc_setonmouseleave("script40($component2)"); -} diff --git a/dumps/530/script/[proc,script666].cs2 b/dumps/530/script/[proc,script666].cs2 deleted file mode 100644 index c66dbf021..000000000 --- a/dumps/530/script/[proc,script666].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 666 -[proc,script666](int $int0)(component) -return(enum(int, component, enum_1083, $int0)); diff --git a/dumps/530/script/[proc,script667].cs2 b/dumps/530/script/[proc,script667].cs2 deleted file mode 100644 index a350d6271..000000000 --- a/dumps/530/script/[proc,script667].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 667 -[proc,script667](int $int0)(component) -return(enum(int, component, enum_1085, $int0)); diff --git a/dumps/530/script/[proc,script668].cs2 b/dumps/530/script/[proc,script668].cs2 deleted file mode 100644 index c172612d1..000000000 --- a/dumps/530/script/[proc,script668].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 668 -[proc,script668](int $int0)(component) -return(enum(int, component, enum_1084, $int0)); diff --git a/dumps/530/script/[proc,script670].cs2 b/dumps/530/script/[proc,script670].cs2 deleted file mode 100644 index 5e8ea0fb0..000000000 --- a/dumps/530/script/[proc,script670].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 670 -[proc,script670] -def_int $int0 = 0; -while ($int0 < 6) { - ~script673($int0, 0, 0, 0, 0, null, 0, 1, 0, -1); - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script671].cs2 b/dumps/530/script/[proc,script671].cs2 deleted file mode 100644 index 8b9f1a968..000000000 --- a/dumps/530/script/[proc,script671].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 671 -[proc,script671] -~script673(0, 0, 0, 0, 0, null, 0, 1, 0, 0); -def_int $int0 = 1; -while ($int0 < 6) { - ~script673($int0, 0, 0, 0, 0, null, 0, 1, 0, -1); - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script672].cs2 b/dumps/530/script/[proc,script672].cs2 deleted file mode 100644 index 0423750f4..000000000 --- a/dumps/530/script/[proc,script672].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 672 -[proc,script672] -~script673(0, 0, 2, 0, 0, obj_1381, 1281, 0, 0, -1); -def_int $int0 = 1; -while ($int0 < 6) { - ~script673($int0, 0, 0, 0, 0, null, 0, 1, 0, -1); - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script673].cs2 b/dumps/530/script/[proc,script673].cs2 deleted file mode 100644 index a370969b8..000000000 --- a/dumps/530/script/[proc,script673].cs2 +++ /dev/null @@ -1,85 +0,0 @@ -// 673 -[proc,script673](int $int0, int $int1, int $int2, int $int3, int $int4, obj $obj5, int $int6, int $int7, int $int8, int $int9) -def_component $component10 = ~script666($int0); -cc_deleteall($component10); -def_int $int11 = if_getwidth($component10); -def_int $int12 = if_getheight($component10); -def_string $string0 = ""; -if ($int7 = 1) { - $string0 = "Empty"; -} else if ($int1 = 0) { - $string0 = "Buy"; -} else { - $string0 = "Sell"; -} -cc_create($component10, ^iftype_rectangle, 0); -cc_setsize($int11, $int12, ^setsize_abs, ^setsize_abs); -cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top); -cc_setfill(true); -cc_setcolour(^white); -cc_settrans(255); -~script584($component10, $string0); -def_int $int13 = if_getnextsubid($component10); -if ($int7 = 1) { - if ($int0 < 2 | playermember = true) { - if ($int9 = $int0) { - ~script867($component10); - } - } else { - if_sethide(false, ~script667($int0)); - } -} -def_string $string1 = ~script46($int2, ","); -def_string $string2 = ~script46($int6, ","); -def_int $int14 = 0; -def_int $int15 = 0; -def_component $component16 = ~script668($int0); -if_sethide(true, $component16); -def_string $string3 = ""; -if ($int7 = 1) { - if ($int0 < 2 | playermember = true) { - if ($int0 = $int9) { - if_sethide(false, $component16); - } else { - cc_create($component10, ^iftype_graphic, $int13); - cc_setgraphic("grand_exchange_misc_graphics,5"); - cc_setsize(16, 14, ^setsize_abs, ^setsize_abs); - cc_setposition(5, 29, ^setpos_abs_left, ^setpos_abs_top); - $int13 = calc($int13 + 1); - } - } -} else { - $int14 = 7; - $int15 = calc($int12 - 30); - ~script674($int14, $int15, calc($int11 - 14), 15, $int0, $component10, $int13, 1, $int7, $int8, $int2, $int3); - $int13 = if_getnextsubid($component10); - cc_create($component10, ^iftype_graphic, $int13); - $int13 = calc($int13 + 1); - cc_setposition(6, 30, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(40, 36, ^setsize_abs, ^setsize_abs); - cc_setgraphic("bank_slot,0"); - cc_create($component10, ^iftype_graphic, $int13); - cc_setposition(8, 32, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setobject($obj5, $int2); - cc_setgraphicshadow(^black); - $int13 = calc($int13 + 1); - cc_create($component10, ^iftype_text, $int13); - $int13 = calc($int13 + 1); - cc_setposition(48, 30, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(calc($int11 - 53), 22, ^setsize_abs, ^setsize_abs); - cc_setcolour(0xcc9900); - cc_settextfont(p11_full); - cc_settextalign(^settextalign_left, ^settextalign_top, 0); - cc_settextshadow(true); - cc_settext(oc_name($obj5)); - cc_create($component10, ^iftype_text, $int13); - $int13 = calc($int13 + 1); - cc_setposition(48, 54, ^setpos_abs_left, ^setpos_abs_top); - cc_setsize(calc($int11 - 53), 15, ^setsize_abs, ^setsize_abs); - cc_setcolour(0xbdbb5b); - cc_settextfont(p11_full); - cc_settextalign(^settextalign_left, ^settextalign_top, 15); - cc_settextshadow(true); - cc_settext("<$string2> gp"); -} diff --git a/dumps/530/script/[proc,script674].cs2 b/dumps/530/script/[proc,script674].cs2 deleted file mode 100644 index 67464cfb1..000000000 --- a/dumps/530/script/[proc,script674].cs2 +++ /dev/null @@ -1,46 +0,0 @@ -// 674 -[proc,script674](int $int0, int $int1, int $int2, int $int3, int $int4, component $component5, int $int6, int $int7, int $int8, int $int9, int $int10, int $int11) -cc_create($component5, ^iftype_rectangle, $int6); -cc_setposition($int0, $int1, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int2, $int3, ^setsize_abs, ^setsize_abs); -cc_setcolour(^black); -cc_setfill(false); -def_int $int12 = calc($int0 + 1); -def_int $int13 = calc($int1 + 1); -def_int $int14 = calc($int2 - 2); -def_int $int15 = calc($int3 - 2); -cc_create($component5, ^iftype_rectangle, calc($int6 + 1)); -cc_setposition($int12, $int13, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int14, $int15, ^setsize_abs, ^setsize_abs); -cc_setcolour(0x302520); -cc_settrans(100); -cc_setfill(true); -cc_create($component5, ^iftype_rectangle, calc($int6 + 2)); -if ($int8 = 0) { - cc_setposition(calc($int0 + 1), calc($int1 + 1), ^setpos_abs_left, ^setpos_abs_top); - cc_settrans(0); - cc_setfill(true); - if ($int9 = 1) { - cc_setsize($int14, $int15, ^setsize_abs, ^setsize_abs); - if ($int11 = $int10) { - cc_setcolour(0x3f821e); - } else { - cc_setcolour(0x8a0010); - } - } else { - cc_setsize(scale($int11, $int10, $int14), $int15, ^setsize_abs, ^setsize_abs); - cc_setcolour(0xc68b01); - } -} -cc_create($component5, ^iftype_rectangle, calc($int6 + 3)); -cc_setposition($int12, $int13, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int14, 3, ^setsize_abs, ^setsize_abs); -cc_setfill(true); -cc_settrans(200); -cc_setcolour(^black); -cc_create($component5, ^iftype_rectangle, calc($int6 + 4)); -cc_setposition($int12, calc($int13 + 3), ^setpos_abs_left, ^setpos_abs_top); -cc_setsize(3, calc($int15 - 3), ^setsize_abs, ^setsize_abs); -cc_setfill(true); -cc_settrans(200); -cc_setcolour(^black); diff --git a/dumps/530/script/[proc,script679].cs2 b/dumps/530/script/[proc,script679].cs2 deleted file mode 100644 index e26a33202..000000000 --- a/dumps/530/script/[proc,script679].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 679 -[proc,script679](component $component0) -cc_deleteall($component0); -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 9); -def_int $int4 = calc($int2 - 9); -def_int $int5 = calc($int1 - 18); -def_int $int6 = calc($int2 - 18); -~script98($component0, 0, "v2_stone_button,0", 0, 0, 9, 9); -~script98($component0, 1, "v2_stone_button,1", $int3, 0, 9, 9); -~script98($component0, 2, "v2_stone_button,2", 0, $int4, 9, 9); -~script98($component0, 3, "v2_stone_button,3", $int3, $int4, 9, 9); -~script98($component0, 4, "v2_stone_button,4", 0, 9, 9, $int6); -~script98($component0, 5, "v2_stone_button,5", 9, 0, $int5, 9); -~script98($component0, 6, "v2_stone_button,6", $int3, 9, 9, $int6); -~script98($component0, 7, "v2_stone_button,7", 9, $int4, $int5, 9); diff --git a/dumps/530/script/[proc,script680].cs2 b/dumps/530/script/[proc,script680].cs2 deleted file mode 100644 index 1ca5b0c43..000000000 --- a/dumps/530/script/[proc,script680].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 680 -[proc,script680](component $component0) -cc_deleteall($component0); -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 9); -def_int $int4 = calc($int2 - 9); -def_int $int5 = calc($int1 - 18); -def_int $int6 = calc($int2 - 18); -~script98($component0, 0, tradebacking, 0, 0, $int1, $int2); -~script98($component0, 1, "v2_stone_button,0", 0, 0, 9, 9); -~script98($component0, 2, "v2_stone_button,1", $int3, 0, 9, 9); -~script98($component0, 3, "v2_stone_button,2", 0, $int4, 9, 9); -~script98($component0, 4, "v2_stone_button,3", $int3, $int4, 9, 9); -~script98($component0, 5, "v2_stone_button,4", 0, 9, 9, $int6); -~script98($component0, 6, "v2_stone_button,5", 9, 0, $int5, 9); -~script98($component0, 7, "v2_stone_button,6", $int3, 9, 9, $int6); -~script98($component0, 8, "v2_stone_button,7", 9, $int4, $int5, 9); diff --git a/dumps/530/script/[proc,script682].cs2 b/dumps/530/script/[proc,script682].cs2 deleted file mode 100644 index 50527c8d9..000000000 --- a/dumps/530/script/[proc,script682].cs2 +++ /dev/null @@ -1,41 +0,0 @@ -// 682 -[proc,script682](component $component0, int $int1, int $int2, component $component3, component $component4, component $component5, component $component6) -def_int $int7 = calc((if_getwidth($component0) - 164) / 2); -def_int $int8 = calc($int7 + (146 + $int7) * $int2); -cc_create($component0, ^iftype_rectangle, calc($int2 * 6)); -cc_setsize(164, 146, ^setsize_abs, ^setsize_abs); -cc_setposition($int7, $int8, ^setpos_abs_left, ^setpos_abs_top); -if (%varplayerbit_4190 = $int1) { - cc_setcolour(0x7f0000); -} else { - cc_setcolour(^black); -} -cc_settrans(200); -cc_setfill(true); -cc_setop(1, "Choose"); -cc_setopbase(""); -cc_setonop("script687($int1, $component0, event_comsubid, $component3, $component4, $component5, $component6)"); -cc_create($component0, ^iftype_model, calc($int2 * 6 + 1)); -cc_setsize(164, 146, ^setsize_abs, ^setsize_abs); -cc_setposition($int7, $int8, ^setpos_abs_left, ^setpos_abs_top); -~script683($int1); -cc_create($component0, ^iftype_graphic, calc($int2 * 6 + 2)); -cc_setsize(163, 32, ^setsize_abs, ^setsize_abs); -cc_settiling(true); -cc_setgraphic("v2_borders_slim,11"); -cc_setposition($int7, calc($int8 - 17), ^setpos_abs_left, ^setpos_abs_top); -cc_create($component0, ^iftype_graphic, calc($int2 * 6 + 3)); -cc_setsize(163, 32, ^setsize_abs, ^setsize_abs); -cc_settiling(true); -cc_setgraphic("v2_borders_slim,11"); -cc_setposition($int7, calc($int8 + 129), ^setpos_abs_left, ^setpos_abs_top); -cc_create($component0, ^iftype_graphic, calc($int2 * 6 + 4)); -cc_setsize(32, 145, ^setsize_abs, ^setsize_abs); -cc_settiling(true); -cc_setgraphic("v2_borders_slim,12"); -cc_setposition(calc($int7 - 14), $int8, ^setpos_abs_left, ^setpos_abs_top); -cc_create($component0, ^iftype_graphic, calc($int2 * 6 + 5)); -cc_setsize(32, 145, ^setsize_abs, ^setsize_abs); -cc_settiling(true); -cc_setgraphic("v2_borders_slim,12"); -cc_setposition(calc($int7 + 149), $int8, ^setpos_abs_left, ^setpos_abs_top); diff --git a/dumps/530/script/[proc,script683].cs2 b/dumps/530/script/[proc,script683].cs2 deleted file mode 100644 index 4b02946f2..000000000 --- a/dumps/530/script/[proc,script683].cs2 +++ /dev/null @@ -1,83 +0,0 @@ -// 683 -[proc,script683](int $int0) -cc_setnpchead(enum(int, npc, enum_1098, $int0)); -if ($int0 = 0) { - ~script684(0, 63); - cc_setmodelangle(0, 0, 0, 0, 0, 528); - cc_setontimer("script685(event_com, event_comsubid, 0, 0, 256, 2)"); - return; -} -if ($int0 = 1) { - ~script684(-31, 58); - cc_setmodelangle(0, 0, 0, 0, 0, 400); - cc_setontimer("script685(event_com, event_comsubid, 0, 0, 256, 3)"); - cc_setmodelanim(seq_7375); - return; -} -if ($int0 = 2) { - ~script684(0, 58); - cc_setmodelangle(0, 0, 0, 0, 0, 528); - cc_setontimer("script685(event_com, event_comsubid, 0, 0, 256, 2)"); - return; -} -if ($int0 = 3) { - ~script684(0, 48); - cc_setmodelangle(0, 0, 52, 0, 0, 650); - cc_setontimer("script685(event_com, event_comsubid, 0, 0, 256, 2)"); - return; -} -if ($int0 = 4) { - ~script684(0, 62); - cc_setmodelangle(0, 0, 35, 0, 0, 528); - cc_setontimer("script685(event_com, event_comsubid, 0, 0, 256, 2)"); - return; -} -if ($int0 = 5) { - ~script684(-3, 60); - cc_setmodelangle(0, 0, 35, 0, 0, 656); - cc_setontimer("script685(event_com, event_comsubid, 0, 0, 512, 3)"); - return; -} -if ($int0 = 6) { - ~script684(0, 68); - cc_setmodelangle(0, 0, 35, 0, 0, 720); - cc_setontimer("script685(event_com, event_comsubid, 0, 0, 256, 2)"); - return; -} -if ($int0 = 7) { - ~script684(0, 61); - cc_setmodelangle(0, 0, 35, 0, 0, 584); - cc_setontimer("script685(event_com, event_comsubid, 0, 0, 256, 2)"); - return; -} -if ($int0 = 8) { - ~script684(0, 67); - cc_setmodelangle(0, 0, 35, 0, 0, 840); - cc_setontimer("script685(event_com, event_comsubid, 0, 0, 256, 2)"); - return; -} -if ($int0 = 9) { - ~script684(0, 65); - cc_setmodelangle(0, 0, 35, 0, 0, 614); - cc_setontimer("script685(event_com, event_comsubid, 0, 0, 256, 2)"); - return; -} -if ($int0 = 10) { - ~script684(0, 69); - cc_setmodelangle(0, 0, 35, 0, 0, 755); - cc_setontimer("script685(event_com, event_comsubid, 35, 0, 256, 2)"); - return; -} -if ($int0 = 11) { - ~script684(0, 68); - cc_setmodelangle(0, 0, 35, 0, 0, 671); - cc_setontimer("script685(event_com, event_comsubid, 35, 0, 256, 2)"); - return; -} -if ($int0 = 12) { - ~script684(0, 70); - cc_setmodelangle(0, 0, 35, 1891, 0, 1277); - cc_setontimer("script685(event_com, event_comsubid, 35, 0, 256, 2)"); - return; -} -cc_setmodelangle(0, 0, 0, 0, 0, 2000); diff --git a/dumps/530/script/[proc,script684].cs2 b/dumps/530/script/[proc,script684].cs2 deleted file mode 100644 index 350b7fa38..000000000 --- a/dumps/530/script/[proc,script684].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 684 -[proc,script684](int $int0, int $int1) -cc_setposition(calc(cc_getx + $int0), calc(cc_gety + $int1), ^setpos_abs_left, ^setpos_abs_top); diff --git a/dumps/530/script/[proc,script686].cs2 b/dumps/530/script/[proc,script686].cs2 deleted file mode 100644 index 87959d29d..000000000 --- a/dumps/530/script/[proc,script686].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 686 -[proc,script686](int $int0, int $int1)(int) -while ($int0 < 0) { - $int0 = calc($int0 + $int1); -} -return($int0); diff --git a/dumps/530/script/[proc,script689].cs2 b/dumps/530/script/[proc,script689].cs2 deleted file mode 100644 index 2f34cfe9e..000000000 --- a/dumps/530/script/[proc,script689].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 689 -[proc,script689]()(int) -def_int $int0 = 0; -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -$int0 = calc($int0 + 1); -return($int0); diff --git a/dumps/530/script/[proc,script693].cs2 b/dumps/530/script/[proc,script693].cs2 deleted file mode 100644 index 6fb538db0..000000000 --- a/dumps/530/script/[proc,script693].cs2 +++ /dev/null @@ -1,106 +0,0 @@ -// 693 -[proc,script693](int $int0, int $int1, int $int2)(int) -def_int $int3 = 0; -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = 0; -def_int $int7 = 0; -def_int $int8 = 0; -def_int $int9 = 0; -def_int $int10 = 0; -if ($int0 > 255) { - $int3 = 255; -} else if ($int0 < 0) { - $int3 = 0; -} else { - $int3 = $int0; -} -if ($int1 > 255) { - $int4 = 255; -} else if ($int1 < 0) { - $int4 = 0; -} else { - $int4 = $int1; -} -if ($int2 > 255) { - $int5 = 255; -} else if ($int2 < 0) { - $int5 = 0; -} else { - $int5 = $int2; -} -if (testbit($int3, 0) = ^true) { - $int6 = setbit($int6, 16); -} -if (testbit($int3, 1) = ^true) { - $int6 = setbit($int6, 17); -} -if (testbit($int3, 2) = ^true) { - $int6 = setbit($int6, 18); -} -if (testbit($int3, 3) = ^true) { - $int6 = setbit($int6, 19); -} -if (testbit($int3, 4) = ^true) { - $int6 = setbit($int6, 20); -} -if (testbit($int3, 5) = ^true) { - $int6 = setbit($int6, 21); -} -if (testbit($int3, 6) = ^true) { - $int6 = setbit($int6, 22); -} -if (testbit($int3, 7) = ^true) { - $int6 = setbit($int6, 23); -} -if (testbit($int4, 0) = ^true) { - $int7 = setbit($int7, 8); -} -if (testbit($int4, 1) = ^true) { - $int7 = setbit($int7, 9); -} -if (testbit($int4, 2) = ^true) { - $int7 = setbit($int7, 10); -} -if (testbit($int4, 3) = ^true) { - $int7 = setbit($int7, 11); -} -if (testbit($int4, 4) = ^true) { - $int7 = setbit($int7, 12); -} -if (testbit($int4, 5) = ^true) { - $int7 = setbit($int7, 13); -} -if (testbit($int4, 6) = ^true) { - $int7 = setbit($int7, 14); -} -if (testbit($int4, 7) = ^true) { - $int7 = setbit($int7, 15); -} -if (testbit($int5, 0) = ^true) { - $int8 = setbit($int8, 0); -} -if (testbit($int5, 1) = ^true) { - $int8 = setbit($int8, 1); -} -if (testbit($int5, 2) = ^true) { - $int8 = setbit($int8, 2); -} -if (testbit($int5, 3) = ^true) { - $int8 = setbit($int8, 3); -} -if (testbit($int5, 4) = ^true) { - $int8 = setbit($int8, 4); -} -if (testbit($int5, 5) = ^true) { - $int8 = setbit($int8, 5); -} -if (testbit($int5, 6) = ^true) { - $int8 = setbit($int8, 6); -} -if (testbit($int5, 7) = ^true) { - $int8 = setbit($int8, 7); -} -$int9 = calc($int6 | $int7); -$int10 = calc($int9 | $int8); -return($int10); diff --git a/dumps/530/script/[proc,script704].cs2 b/dumps/530/script/[proc,script704].cs2 deleted file mode 100644 index 9ebdf6ef7..000000000 --- a/dumps/530/script/[proc,script704].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 704 -[proc,script704](int $int0)(int) -switch_int ($int0) { - case 1 : - return(%varclient_203); - case 2 : - return(%varclient_204); - case 3 : - return(%varclient_205); - case 4 : - return(%varclient_206); - case 5 : - return(%varclient_207); - case 6 : - return(%varclient_208); - case 7 : - return(%varclient_209); - case 8 : - return(%varclient_210); - case 9 : - return(%varclient_211); -} -return(0); diff --git a/dumps/530/script/[proc,script705].cs2 b/dumps/530/script/[proc,script705].cs2 deleted file mode 100644 index eedc3287e..000000000 --- a/dumps/530/script/[proc,script705].cs2 +++ /dev/null @@ -1,22 +0,0 @@ -// 705 -[proc,script705](int $int0, int $int1) -switch_int ($int0) { - case 1 : - %varclient_203 = $int1; - case 2 : - %varclient_204 = $int1; - case 3 : - %varclient_205 = $int1; - case 4 : - %varclient_206 = $int1; - case 5 : - %varclient_207 = $int1; - case 6 : - %varclient_208 = $int1; - case 7 : - %varclient_209 = $int1; - case 8 : - %varclient_210 = $int1; - case 9 : - %varclient_211 = $int1; -} diff --git a/dumps/530/script/[proc,script706].cs2 b/dumps/530/script/[proc,script706].cs2 deleted file mode 100644 index 8570e328c..000000000 --- a/dumps/530/script/[proc,script706].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 706 -[proc,script706](int $int0)(int) -if ($int0 < 1 | $int0 > 9) { - return(0); -} -switch_int ($int0) { - case 1 : - return(calc(496 - %varplayerbit_4885 - %varplayerbit_4886 - %varplayerbit_4887 - %varplayerbit_4888 - %varplayerbit_4889 - %varplayerbit_4890 - %varplayerbit_4891 - %varplayerbit_4892)); - case 2 : - return(%varplayerbit_4885); - case 3 : - return(%varplayerbit_4886); - case 4 : - return(%varplayerbit_4887); - case 5 : - return(%varplayerbit_4888); - case 6 : - return(%varplayerbit_4889); - case 7 : - return(%varplayerbit_4890); - case 8 : - return(%varplayerbit_4891); - case 9 : - return(%varplayerbit_4892); -} diff --git a/dumps/530/script/[proc,script711].cs2 b/dumps/530/script/[proc,script711].cs2 deleted file mode 100644 index 261de375b..000000000 --- a/dumps/530/script/[proc,script711].cs2 +++ /dev/null @@ -1,121 +0,0 @@ -// 711 -[proc,script711](component $component0) -def_string $string0 = ""; -if (login_reply = -3) { - if_settext("Performing login...", $component0); - if_sethide(true, interface_744:com_347); - if_sethide(true, interface_744:com_348); - return; -} -if (login_reply = 21) { - if (%varclient_200 = 0) { - %varclient_200 = login_hoptime; - } - %varclient_200 = calc(%varclient_200 - 1); - if (%varclient_200 <= 0) { - ~script1183; - return; - } - if_settext("You have only just left another world. Your profile will be transferred in seconds.", $component0); - if_sethide(true, interface_744:com_347); - if_sethide(true, interface_744:com_348); - return; -} -if (login_reply = 1) { - if (%varclient_201 = 0) { - if (video_advert_play = false) { - %varclient_202 = 0; - } else { - %varclient_202 = 1; - } - } - if_sethide(true, interface_744:com_347); - if_sethide(true, interface_744:com_348); - if (%varclient_202 = 0) { - if_settext("Could not display video advertisement. Login will continue in seconds.", $component0); - } else if (%varclient_201 < 500) { - if_settext("Displaying video advertisement. Login will continue after seconds.", $component0); - } else { - if_settext("Displaying video advertisement. Login will continue after 0 seconds.", $component0); - } - %varclient_201 = calc(%varclient_201 + 1); - if (%varclient_202 = 1 & video_advert_has_finished = false | %varclient_201 < 500) { - return; - } - login_continue; - return; -} -if_sethide(false, interface_744:com_347); -if_sethide(false, interface_744:com_348); -switch_int (login_reply) { - case -2 : - if_settext("Enter your username and password.", $component0); - case -5 : - if_settext("Connection timed out. Please try using a different world.", $component0); - case -4 : - if_settext("Error connecting to server.", $component0); - case -1 : - if_settext("No response from server. Please try using a different world.", $component0); - case 3 : - if_settext("Invalid username or password. If you have forgotten your password, click here.", $component0); - $string0 = "loginapplet/loginapplet.ws?mod=accountappeal&dest=passwordchoice.ws"; - if_setonclick("script702($string0, false)", $component0); - case 4 : - if_settext("Your account has been disabled. Please click here to check your Message Centre for details.", $component0); - $string0 = "loginapplet/login.ws?mod=ticketing&ssl=1&expired=0&dest=inbox.ws"; - if_setonclick("script702($string0, false)", $component0); - case 5 : - if_settext("Your account has not logged out from its last session. Try again in a few minutes.", $component0); - case 6 : - if_settext("RuneScape has been updated! Please reload this page.", $component0); - case 7 : - if_settext("This world is full. Please use a different world.", $component0); - case 8 : - if_settext("Unable to connect: login server offline.", $component0); - case 9 : - if_settext("Login limit exceeded: too many connections from your address.", $component0); - case 10 : - if_settext("Unable to connect: bad session ID.", $component0); - case 11 : - if_settext("Your password is an extremely common choice, and is very weak. You must change it before you can login. Click here", $component0); - $string0 = "loginapplet/loginapplet.ws?mod=password_history&ssl=1&expired=0&dest=password.ws"; - if_setonclick("script702($string0, false)", $component0); - case 12 : - if_settext("You need a members' account to log in to this world. Please subscribe or use a different world. ", $component0); - case 13 : - if_settext("Could not complete login. Please try using a different world.", $component0); - case 14 : - if_settext("The server is being updated. Please wait a few minutes and try again.", $component0); - case 16 : - if_settext("Too many incorrect logins from your address. Please wait 5 minutes before trying again.", $component0); - case 17 : - if_settext("You are standing in a members-only area. To play on this world, move to a free area first.", $component0); - case 18 : - if_settext("Your account has been locked as we suspect it has been stolen. Click here to recover your account.", $component0); - $string0 = "loginapplet/loginapplet.ws?mod=accountappeal&dest=lockchoice.ws"; - if_setonclick("script702($string0, false)", $component0); - case 19 : - if_settext("Fullscreen is currently a members-only feature. To log in, either return to the main menu and exit fullscreen or use a members' account.", $component0); - case 20 : - if_settext("Invalid loginserver requested. Please try using a different world.", $component0); - case 22 : - if_settext("Malformed login packet. Please try again.", $component0); - case 23 : - if_settext("No reply from login server. Please wait a minute and try again.", $component0); - case 24 : - if_settext("Error loading your profile. Please contact Customer Support.", $component0); - case 25 : - if_settext("Unexpected loginserver response. Please try using a different world.", $component0); - case 26 : - if_settext("This computer's address has been blocked as it was used to break our rules.", $component0); - case 27 : - if_settext("Service unavailable.", $component0); - case 29 : - ~script1894($component0); - case 30 : - if_settext("This is not a member's account; please choose the 'Free Users' option from the website to play on this account.", $component0); - $string0 = "index.ws"; - if_setonclick("script702($string0, false)", $component0); - case default : - if_settext("Unexpected server response. Please try using a different world.", $component0); -} diff --git a/dumps/530/script/[proc,script713].cs2 b/dumps/530/script/[proc,script713].cs2 deleted file mode 100644 index 1e8285d0d..000000000 --- a/dumps/530/script/[proc,script713].cs2 +++ /dev/null @@ -1,58 +0,0 @@ -// 713 -[proc,script713](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6) -def_obj $obj7 = inv_getobj(inv_541, 0); -if ($obj7 ! null) { - if_setobject_nonum($obj7, 1, $component1); - if_setoutline(1, $component1); - if_setgraphicshadow(0x333333, $component1); - if_setop(1, "Remove", $component1); - if_setop(10, "Examine", $component1); - if_setopbase("", $component1); - if (%varplayerbit_5026 = 0) { - if_settext("Until
logout", $component2); - if_clearops($component2); - if_setop(2, "Specify", $component2); - } else { - if (%varplayerbit_5026 = 1) { - if_settext("1 hour", $component2); - } else { - if_settext(" hours", $component2); - } - if_setop(1, "'Until logout'", $component2); - if_setop(2, "Edit", $component2); - } - if_setopbase("Duration", $component2); - ~script679($component3); - if_setonmouserepeat("script94($component3)", $component3); - if_setonmouseleave("script92($component3)", $component3); -} else { - if_setobject_nonum(null, 0, $component1); - if_settext("", $component2); - if_clearops($component1); - if_clearops($component2); - if_setopbase("", $component1); - if_setopbase("", $component2); - cc_deleteall($component3); - if_setonmouserepeat(null, $component3); - if_setonmouseleave(null, $component3); -} -$obj7 = invother_getobj(inv_541, 0); -if ($obj7 ! null) { - if_setobject_nonum($obj7, 1, $component5); - if_setoutline(1, $component5); - if_setgraphicshadow(0x333333, $component5); - if_setop(10, "Examine", $component5); - if_setopbase("", $component5); - if (%varplayerbit_5070 = 0) { - if_settext("Until
logout", $component6); - } else if (%varplayerbit_5070 = 1) { - if_settext("1 hour", $component6); - } else { - if_settext(" hours", $component6); - } -} else { - if_setobject_nonum(null, 0, $component5); - if_settext("", $component6); - if_clearops($component5); - if_setopbase("", $component5); -} diff --git a/dumps/530/script/[proc,script719].cs2 b/dumps/530/script/[proc,script719].cs2 deleted file mode 100644 index 90bb08c45..000000000 --- a/dumps/530/script/[proc,script719].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 719 -[proc,script719](component $component0, component $component1, component $component2, graphic $graphic3, graphic $graphic4, int $int5, string $string0, string $string1, obj $obj6, int $int7, obj $obj8, int $int9, obj $obj10, int $int11, obj $obj12, int $int13) -if ($obj6 = obj_12461) { - $int5, $string0, $obj6 = ~script775($obj6); -} -if_setopbase("<$string0>", $component0); -$string0 = append($string0, " ( Special Move points)"); -~script773($component0, interface_662:com_68, $graphic3, $graphic4, $int5, $obj6, $int7, $obj8, $int9, $obj10, $int11, $obj12, $int13); -if_setonmouserepeat("script10($component0, interface_662:com_68, $int5, $string0, $string1, $obj6, $int7, $obj8, $int9, $obj10, $int11, $obj12, $int13)", $component0); -if_setonmouseleave("script778(interface_662:com_68)", $component0); diff --git a/dumps/530/script/[proc,script71].cs2 b/dumps/530/script/[proc,script71].cs2 deleted file mode 100644 index 6c08d9bfa..000000000 --- a/dumps/530/script/[proc,script71].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 71 -[proc,script71](int $int0) -def_int $int1 = ~script1305; -if ($int0 = -1) { - if (getwindowmode >= 2) { - ~script1306; - } else { - return; - } -} -if ($int1 > -1) { - if ($int1 = $int0) { - if (getwindowmode >= 2) { - ~script1306; - ~script1387($int0); - } else { - return; - } - } else { - ~script1306; - ~script1387($int0); - } -} else { - ~script1306; - ~script1387($int0); -} diff --git a/dumps/530/script/[proc,script722].cs2 b/dumps/530/script/[proc,script722].cs2 deleted file mode 100644 index 2cd9ab2a2..000000000 --- a/dumps/530/script/[proc,script722].cs2 +++ /dev/null @@ -1,125 +0,0 @@ -// 722 -[proc,script722] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $int2 = 0; -def_int $int3 = 0; -if (getwindowmode >= 2) { - if_setsize(viewport_geteffectivesize, ^setsize_abs, ^setsize_abs, interface_746:com_4); - $int0 = if_getwidth(interface_746:com_0); - $int1 = if_getheight(interface_746:com_0); - $int2 = calc(($int0 - 512) / 2); - $int3 = calc(($int1 - 334) / 2); - if ($int2 < 200) { - $int2 = 200; - } - if ($int3 < 165) { - $int3 = 165; - } - if_setposition($int2, $int3, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_6); - if ($int0 <= 981) { - if_setposition(0, 72, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_73); - if_setsize(231, 72, ^setsize_abs, ^setsize_abs, interface_746:com_24); - if_setsize(231, 72, ^setsize_abs, ^setsize_abs, interface_746:com_40); - if_setsize(231, 72, ^setsize_abs, ^setsize_abs, interface_746:com_25); - if_setsize(231, 72, ^setsize_abs, ^setsize_abs, interface_746:com_55); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_24); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_40); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_25); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_55); - if_setposition(0, -3, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_69); - if_setposition(33, -3, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_68); - if_setposition(65, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_67); - if_setposition(99, -1, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_66); - if_setposition(132, -1, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_65); - if_setposition(165, -1, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_64); - if_setposition(199, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_62); - if_setposition(0, 37, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_61); - if_setposition(32, 34, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_60); - if_setposition(67, 38, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_59); - if_setposition(99, 35, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_58); - if_setposition(131, 37, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_57); - if_setposition(163, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_56); - if_setposition(199, 35, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_63); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_39); - if_setposition(33, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_38); - if_setposition(66, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_37); - if_setposition(99, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_36); - if_setposition(132, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_35); - if_setposition(165, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_34); - if_setposition(198, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_32); - if_setposition(0, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_31); - if_setposition(33, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_30); - if_setposition(66, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_29); - if_setposition(99, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_28); - if_setposition(132, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_27); - if_setposition(165, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_26); - if_setposition(198, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_33); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_54); - if_setposition(33, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_53); - if_setposition(66, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_52); - if_setposition(99, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_51); - if_setposition(132, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_50); - if_setposition(165, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_49); - if_setposition(198, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_47); - if_setposition(0, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_46); - if_setposition(33, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_45); - if_setposition(66, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_44); - if_setposition(99, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_43); - if_setposition(132, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_42); - if_setposition(165, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_41); - if_setposition(198, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_48); - } else { - if_setposition(0, 36, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_73); - if_setsize(462, 36, ^setsize_abs, ^setsize_abs, interface_746:com_24); - if_setsize(462, 36, ^setsize_abs, ^setsize_abs, interface_746:com_40); - if_setsize(462, 36, ^setsize_abs, ^setsize_abs, interface_746:com_25); - if_setsize(462, 36, ^setsize_abs, ^setsize_abs, interface_746:com_55); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_24); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_40); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_25); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_55); - if_setposition(0, -3, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_69); - if_setposition(33, -3, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_68); - if_setposition(65, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_67); - if_setposition(99, -1, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_66); - if_setposition(132, -1, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_65); - if_setposition(165, -1, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_64); - if_setposition(199, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_62); - if_setposition(232, 1, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_61); - if_setposition(265, -2, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_60); - if_setposition(297, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_59); - if_setposition(330, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_58); - if_setposition(363, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_57); - if_setposition(396, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_56); - if_setposition(430, -1, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_63); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_39); - if_setposition(33, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_38); - if_setposition(66, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_37); - if_setposition(99, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_36); - if_setposition(132, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_35); - if_setposition(165, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_34); - if_setposition(198, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_32); - if_setposition(231, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_31); - if_setposition(264, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_30); - if_setposition(297, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_29); - if_setposition(330, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_28); - if_setposition(363, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_27); - if_setposition(396, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_26); - if_setposition(429, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_33); - if_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_54); - if_setposition(33, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_53); - if_setposition(66, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_52); - if_setposition(99, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_51); - if_setposition(132, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_50); - if_setposition(165, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_49); - if_setposition(198, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_47); - if_setposition(231, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_46); - if_setposition(264, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_45); - if_setposition(297, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_44); - if_setposition(330, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_43); - if_setposition(363, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_42); - if_setposition(396, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_41); - if_setposition(429, 0, ^setpos_abs_right, ^setpos_abs_bottom, interface_746:com_48); - } -} diff --git a/dumps/530/script/[proc,script723].cs2 b/dumps/530/script/[proc,script723].cs2 deleted file mode 100644 index 5f2f6941c..000000000 --- a/dumps/530/script/[proc,script723].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 723 -[proc,script723](int $int0) -%varclient_547 = $int0; -%varclient_174 = 2; -if_sethide(true, interface_744:com_132); -if_sethide(false, interface_744:com_131); -if_sethide(true, interface_744:com_242); -if_sethide(false, interface_744:com_241); -if (%varclient_547 = 1) { - ~script1183; -} diff --git a/dumps/530/script/[proc,script72].cs2 b/dumps/530/script/[proc,script72].cs2 deleted file mode 100644 index 1694e0030..000000000 --- a/dumps/530/script/[proc,script72].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 72 -[proc,script72](component $component0, component $component1, int $int2) -def_int $int3 = 0; -if (if_getscrollheight($component1) <= 0) { - $int3 = calc((if_getheight($component0) - 32) * if_getheight($component0)); -} else { - $int3 = calc((if_getheight($component0) - 32) * if_getheight($component0) / if_getscrollheight($component1)); -} -if ($int3 < 10) { - $int3 = 10; -} -if (cc_find($component0, 1) = true) { - cc_setsize(16, $int3, ^setsize_abs, ^setsize_abs); - ~script37($component0, $component1, $int2, true); -} diff --git a/dumps/530/script/[proc,script730].cs2 b/dumps/530/script/[proc,script730].cs2 deleted file mode 100644 index 8e157f8cf..000000000 --- a/dumps/530/script/[proc,script730].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 730 -[proc,script730](obj $obj0, component $component1, component $component2) -def_int $int3 = inv_total(inv_93, obj_13650); -def_int $int4 = enum(obj, int, enum_1680, $obj0); -if_settext(" tokens", $component1); -if ($int4 > $int3 | oc_members($obj0) = 1 & map_members = false) { - if_setcolour(^red, $component2); -} else { - if_setcolour(0x01b801, $component2); -} diff --git a/dumps/530/script/[proc,script734].cs2 b/dumps/530/script/[proc,script734].cs2 deleted file mode 100644 index cc312ed38..000000000 --- a/dumps/530/script/[proc,script734].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 734 -[proc,script734](int $int0)(boolean) -if ($int0 >= 1) { - return(true); -} -return(false); diff --git a/dumps/530/script/[proc,script736].cs2 b/dumps/530/script/[proc,script736].cs2 deleted file mode 100644 index fa13adb06..000000000 --- a/dumps/530/script/[proc,script736].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 736 -[proc,script736](component $component0, int $int1) -if ($component0 = null) { - if_sethide(true, interface_746:com_108); - if_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_top, interface_746:com_108); - if_setontimer(null, interface_746:com_25); - return; -} -if_sethide(false, interface_746:com_108); -~script802($component0, $int1); -if_setontimer("script735($component0, $int1)", interface_746:com_25); diff --git a/dumps/530/script/[proc,script737].cs2 b/dumps/530/script/[proc,script737].cs2 deleted file mode 100644 index cc382ded9..000000000 --- a/dumps/530/script/[proc,script737].cs2 +++ /dev/null @@ -1,36 +0,0 @@ -// 737 -[proc,script737](int $int0) -def_model $model1 = null; -if (%varclient_99 = 0) { - %varclient_99 = $int0; - return; -} -if (%varclient_100 = 0) { - %varclient_100 = $int0; - return; -} -if (%varclient_101 = 0) { - %varclient_101 = $int0; - if (~script739(%varclient_99) = ~script739(%varclient_100) & ~script739(%varclient_99) = ~script739(%varclient_101)) { - $model1 = enum(int, model, enum_1152, ~script739(%varclient_99)); - if_setmodel($model1, enum(int, component, enum_1153, %varclient_99)); - if_setmodel($model1, enum(int, component, enum_1153, %varclient_100)); - if_setmodel($model1, enum(int, component, enum_1153, %varclient_101)); - %varclient_104 = setbit(%varclient_104, ~script739(%varclient_99)); - %varclient_99 = 0; - %varclient_100 = 0; - %varclient_101 = 0; - %varclient_102 = calc(%varclient_102 + 1); - %varclient_105 = calc(%varclient_105 - 1); - ~script738; - } - return; -} -if_setmodel(model_31025, enum(int, component, enum_1153, %varclient_99)); -if_setmodel(model_31025, enum(int, component, enum_1153, %varclient_100)); -if_setmodel(model_31025, enum(int, component, enum_1153, %varclient_101)); -%varclient_99 = $int0; -%varclient_100 = 0; -%varclient_101 = 0; -%varclient_105 = calc(%varclient_105 - 1); -~script738; diff --git a/dumps/530/script/[proc,script738].cs2 b/dumps/530/script/[proc,script738].cs2 deleted file mode 100644 index 4a9748e27..000000000 --- a/dumps/530/script/[proc,script738].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 738 -[proc,script738] -def_string $string0 = tostring(calc(%varclient_105 / 10)); -def_string $string1 = tostring(calc(%varclient_105 % 10)); -if_settext($string0, interface_269:com_48); -if_settext($string1, interface_269:com_49); diff --git a/dumps/530/script/[proc,script739].cs2 b/dumps/530/script/[proc,script739].cs2 deleted file mode 100644 index fec1c4c8a..000000000 --- a/dumps/530/script/[proc,script739].cs2 +++ /dev/null @@ -1,33 +0,0 @@ -// 739 -[proc,script739](int $int0)(int) -$int0 = calc($int0 - 1); -def_int $int1 = 1; -def_int $int2 = 1; -def_int $int3 = 0; -def_int $intarray0(36); -def_int $int4 = 0; -if (%varclient_103 ! %varplayerbit_4227) { - %varclient_103 = %varplayerbit_4227; -} -$int3 = %varclient_103; -while ($int1 <= 12) { - while ($int2 <= 3) { - $int4 = calc($int3 % 36); - while ($intarray0($int4) ! 0) { - $int4 = calc($int4 + 1); - if ($int4 = 36) { - $int4 = 0; - } - } - if ($int4 = $int0) { - return($int1); - } - $intarray0($int4) = $int1; - $int3 = calc($int3 * $int3); - $int3 = calc($int3 - $int3 / 1000000 * 1000000); - $int3 = calc($int3 / 100); - $int2 = calc($int2 + 1); - } - $int1 = calc($int1 + 1); - $int2 = 1; -} diff --git a/dumps/530/script/[proc,script744].cs2 b/dumps/530/script/[proc,script744].cs2 deleted file mode 100644 index 62a62282e..000000000 --- a/dumps/530/script/[proc,script744].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 744 -[proc,script744] -def_int $int0 = calc(stat_base(attack) + stat_base(strength)); -def_int $int1 = calc(stat_base(ranged) * 3 / 2); -def_int $int2 = calc(stat_base(magic) * 3 / 2); -def_int $int3 = $int0; -if ($int1 > $int3) { - $int3 = $int1; -} -if ($int2 > $int3) { - $int3 = $int2; -} -def_int $int4 = calc(stat_base(defence) + stat_base(hitpoints) + stat_base(prayer) / 2); -def_int $int5 = calc(($int3 * 13 / 10 + $int4) / 4); -if_settext("Combat Lvl: ", interface_664:com_27); -return; diff --git a/dumps/530/script/[proc,script74].cs2 b/dumps/530/script/[proc,script74].cs2 deleted file mode 100644 index 54a98220b..000000000 --- a/dumps/530/script/[proc,script74].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 74 -[proc,script74](string $string0, int $int0, int $key1, char $char2)(string) -def_int $int3 = string_length($string0); -if ($key1 = ^key_backspace) { - if ($int3 > 0) { - $string0 = substring($string0, 0, calc($int3 - 1)); - } -} else if (char_isprintable($char2) = true) { - if ($int0 = 0) { - if ($int3 < 80) { - $string0 = append_char($string0, $char2); - } - } else if ($int0 = 1) { - if (char_isnumeric($char2) = true & $int3 < 10) { - $string0 = append_char($string0, $char2); - } - } else if ($int0 = 2 & (char_isalphanumeric($char2) = true | string_indexof_char(" _", $char2, 0) ! -1) & $int3 < 12) { - $string0 = append_char($string0, $char2); - } -} -return($string0); diff --git a/dumps/530/script/[proc,script750].cs2 b/dumps/530/script/[proc,script750].cs2 deleted file mode 100644 index 831e6126e..000000000 --- a/dumps/530/script/[proc,script750].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 750 -[proc,script750](int $int0)(int) -if ($int0 = 43515913) { - return(%varplayer_172); -} -return(0); diff --git a/dumps/530/script/[proc,script759].cs2 b/dumps/530/script/[proc,script759].cs2 deleted file mode 100644 index a27b1b959..000000000 --- a/dumps/530/script/[proc,script759].cs2 +++ /dev/null @@ -1,92 +0,0 @@ -// 759 -[proc,script759](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5) -cc_deleteall($component0); -def_int $int3 = 0; -def_int $int4 = 0; -if (if_getscrollwidth($component0) > 0) { - $int3 = calc((if_getscrollwidth($component0) - 36 * $int1) / ($int1 - 1)); -} else { - $int3 = calc((if_getwidth($component0) - 36 * $int1) / ($int1 - 1)); -} -if (if_getscrollheight($component0) > 0) { - $int4 = calc((if_getscrollheight($component0) - 64 * $int2) / ($int2 - 1)); -} else { - $int4 = calc((if_getheight($component0) - 64 * $int2) / ($int2 - 1)); -} -def_int $int5 = 0; -def_int $int6 = 1; -def_int $int7 = 0; -def_int $int8 = 0; -def_int $int9 = -1; -def_obj $obj10 = obj_12155; -def_obj $obj11 = null; -def_obj $obj12 = null; -def_obj $obj13 = null; -def_obj $obj14 = null; -def_obj $obj15 = null; -def_obj $obj16 = null; -def_obj $obj17 = null; -def_obj $obj18 = null; -def_obj $obj19 = null; -def_int $int20 = 1; -def_int $int21 = 0; -def_int $int22 = 0; -def_int $int23 = 0; -def_int $int24 = 0; -def_int $int25 = 0; -def_int $int26 = 0; -def_int $int27 = 0; -def_int $int28 = 0; -def_int $int29 = 0; -def_string $string6 = "hello"; -def_int $int30 = 0; -def_obj $objarray0(10); -def_obj $obj31 = null; -while ($int5 < 78) { - $int8 = calc($int5 % $int1); - cc_create($component0, ^iftype_graphic, $int5); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(~script761($int8), calc($int5 / $int1 * (64 + $int4)), ^setpos_abs_left, ^setpos_abs_top); - $obj31 = enum(int, obj, enum_1182, $int6); - if ($obj31 = obj_12292) { - ~script760($obj31, $obj31, $component0, $int5, $string0, $string1, $string2, $string3, $string4, $string5); - } else if (~script766($obj31) = 1 & stat_base(summoning) >= enum(obj, int, enum_1185, $obj31)) { - ~script760($obj31, $obj31, $component0, $int5, $string0, $string1, $string2, $string3, $string4, $string5); - } else { - ~script760(enum(int, obj, enum_1183, $int6), $obj31, $component0, $int5, $string0, $string1, $string2, $string3, $string4, $string5); - } - if ($obj31 = obj_12292) { - cc_setonmouserepeat("script782(event_comsubid, interface_669:com_23, interface_669:com_15, $int30, $string6)"); - cc_setonmouseleave("script40(interface_669:com_23)"); - } else { - $string6 = enum(obj, string, enum_1187, $obj31); - $int30 = enum(obj, int, enum_1185, $obj31); - $obj11, $obj12, $obj13, $obj14, $obj15, $obj16, $obj17, $obj18, $obj19, $int21, $int22, $int23, $int24, $int25, $int26, $int27, $int28, $int29 = ~script767($obj31); - cc_setonmouserepeat("script770(event_comsubid, interface_669:com_23, interface_669:com_15, $int30, $string6, $obj10, 1, $obj11, $int21, $obj12, $int22, $obj13, $int23, $obj14, $int24, $obj15, $int25, $obj16, $int26, $obj17, $int27, $obj18, $int28, $obj19, $int29)"); - cc_setonmouseleave("script40(interface_669:com_23)"); - } - $int5 = calc($int5 + 1); - $int6 = calc($int6 + 1); -} -$int6 = 1; -while ($int7 < 78) { - $int8 = calc($int7 % $int1); - cc_create($component0, ^iftype_text, $int5); - cc_setposition(~script762($int8), calc(32 + $int7 / $int1 * (64 + $int4)), ^setpos_abs_left, ^setpos_abs_top); - cc_settextfont(b12_full); - cc_setsize(90, 50, ^setsize_abs, ^setsize_abs); - $obj31 = enum(int, obj, enum_1182, $int6); - cc_settext(enum(obj, string, enum_1187, $obj31)); - if ($obj31 = obj_12292) { - cc_setcolour(0x111111); - } else if (~script766($obj31) = 1 & stat_base(summoning) >= enum(obj, int, enum_1185, $obj31)) { - cc_setcolour(0xffff64); - } else { - cc_setcolour(0x111111); - } - cc_settextshadow(true); - cc_settextalign(^settextalign_centre, ^settextalign_top, 0); - $int7 = calc($int7 + 1); - $int5 = calc($int5 + 1); - $int6 = calc($int6 + 1); -} diff --git a/dumps/530/script/[proc,script75].cs2 b/dumps/530/script/[proc,script75].cs2 deleted file mode 100644 index 5e7c0286a..000000000 --- a/dumps/530/script/[proc,script75].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 75 -[proc,script75] -def_int $int0 = %varclient_3; -def_string $string0 = null; -if ($int0 = -1) { - $int0 = %varclient_4; -} -if (%varclient_3 ! %varclient_4) { - $int0 = calc($int0 - 1); - if ($int0 < 0) { - $int0 = 19; - } - $string0 = ~script79($int0); - if (string_length($string0) > 0) { - %varclientstring_1 = $string0; - %varclient_3 = $int0; - } -} diff --git a/dumps/530/script/[proc,script760].cs2 b/dumps/530/script/[proc,script760].cs2 deleted file mode 100644 index dc3b94509..000000000 --- a/dumps/530/script/[proc,script760].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 760 -[proc,script760](obj $obj0, obj $obj1, component $component2, int $int3, string $string0, string $string1, string $string2, string $string3, string $string4, string $string5) -if (cc_find($component2, $int3) = true) { - if ($obj0 ! null) { - cc_setobject($obj0, -1); - cc_setopbase(oc_name($obj1)); - cc_setop(1, $string0); - cc_setop(2, $string1); - cc_setop(3, $string2); - cc_setop(4, $string3); - cc_setop(5, $string4); - cc_setop(6, "Examine"); - cc_setop(7, $string5); - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - } else { - cc_setobject(null, 0); - cc_setopbase(""); - cc_setop(1, ""); - cc_setop(2, ""); - cc_setop(3, ""); - cc_setop(4, ""); - cc_setop(5, ""); - cc_setop(6, ""); - cc_setop(7, ""); - } -} diff --git a/dumps/530/script/[proc,script761].cs2 b/dumps/530/script/[proc,script761].cs2 deleted file mode 100644 index 388adc9ff..000000000 --- a/dumps/530/script/[proc,script761].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 761 -[proc,script761](int $int0)(int) -if ($int0 = 0) { - return(36); -} else if ($int0 = 1) { - return(147); -} else if ($int0 = 2) { - return(258); -} else if ($int0 = 3) { - return(369); -} diff --git a/dumps/530/script/[proc,script762].cs2 b/dumps/530/script/[proc,script762].cs2 deleted file mode 100644 index 59a9b0cd8..000000000 --- a/dumps/530/script/[proc,script762].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 762 -[proc,script762](int $int0)(int) -if ($int0 = 0) { - return(11); -} else if ($int0 = 1) { - return(122); -} else if ($int0 = 2) { - return(233); -} else if ($int0 = 3) { - return(345); -} diff --git a/dumps/530/script/[proc,script765].cs2 b/dumps/530/script/[proc,script765].cs2 deleted file mode 100644 index 587b0ae47..000000000 --- a/dumps/530/script/[proc,script765].cs2 +++ /dev/null @@ -1,71 +0,0 @@ -// 765 -[proc,script765](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4) -cc_deleteall($component0); -def_int $int3 = 0; -def_int $int4 = 0; -if (if_getscrollwidth($component0) > 0) { - $int3 = calc((if_getscrollwidth($component0) - 36 * $int1) / ($int1 - 1)); -} else { - $int3 = calc((if_getwidth($component0) - 36 * $int1) / ($int1 - 1)); -} -if (if_getscrollheight($component0) > 0) { - $int4 = calc((if_getscrollheight($component0) - 64 * $int2) / ($int2 - 1)); -} else { - $int4 = calc((if_getheight($component0) - 64 * $int2) / ($int2 - 1)); -} -def_int $int5 = 0; -def_int $int6 = 1; -def_int $int7 = 0; -def_int $int8 = 0; -def_int $int9 = -1; -def_obj $obj10 = null; -def_obj $obj11 = null; -def_string $string5 = "hello"; -def_int $int12 = 0; -while ($int5 < 78) { - $obj10 = enum(int, obj, enum_1277, $int6); - $int8 = calc($int5 % $int1); - cc_create($component0, ^iftype_graphic, $int5); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(~script761($int8), calc($int5 / $int1 * (64 + $int4)), ^setpos_abs_left, ^setpos_abs_top); - $obj11 = enum(int, obj, enum_1188, $int6); - if ($obj11 = obj_12421) { - ~script760($obj11, $obj11, $component0, $int5, $string0, $string1, $string2, $string3, $string4, ""); - } else if (~script768($obj11, $obj10) = 1 & stat_base(summoning) >= enum(obj, int, enum_1185, $obj10)) { - ~script760($obj11, $obj11, $component0, $int5, $string0, $string1, $string2, $string3, $string4, ""); - } else { - ~script760(enum(int, obj, enum_1184, $int6), $obj11, $component0, $int5, $string0, $string1, $string2, $string3, $string4, ""); - } - if ($obj11 = obj_12421) { - cc_setonmouserepeat("script782(event_comsubid, interface_673:com_22, interface_673:com_15, $int12, $string5)"); - cc_setonmouseleave("script40(interface_673:com_22)"); - } else { - $string5 = enum(obj, string, enum_1187, $obj11); - $int12 = enum(obj, int, enum_1185, $obj10); - cc_setonmouserepeat("script770(event_comsubid, interface_673:com_22, interface_673:com_15, $int12, $string5, $obj10, 1, null, 1, null, 1, null, 1, null, 1, null, 1, null, 1, null, 1, null, 1, null, 1)"); - cc_setonmouseleave("script40(interface_673:com_22)"); - } - $int5 = calc($int5 + 1); - $int6 = calc($int6 + 1); -} -$int6 = 1; -while ($int7 < 78) { - $int8 = calc($int7 % $int1); - cc_create($component0, ^iftype_text, $int5); - cc_setposition(~script762($int8), calc(32 + $int7 / $int1 * (64 + $int4)), ^setpos_abs_left, ^setpos_abs_top); - $obj10 = enum(int, obj, enum_1277, $int6); - $obj11 = enum(int, obj, enum_1188, $int6); - cc_settext(enum(obj, string, enum_1187, $obj11)); - cc_settextfont(b12_full); - cc_setsize(90, 50, ^setsize_abs, ^setsize_abs); - if (~script768($obj11, $obj10) = 1 & stat_base(summoning) >= enum(obj, int, enum_1185, $obj10)) { - cc_setcolour(0xffff64); - } else { - cc_setcolour(0x111111); - } - cc_settextshadow(true); - cc_settextalign(^settextalign_centre, ^settextalign_top, 0); - $int7 = calc($int7 + 1); - $int5 = calc($int5 + 1); - $int6 = calc($int6 + 1); -} diff --git a/dumps/530/script/[proc,script766].cs2 b/dumps/530/script/[proc,script766].cs2 deleted file mode 100644 index 6c6812935..000000000 --- a/dumps/530/script/[proc,script766].cs2 +++ /dev/null @@ -1,249 +0,0 @@ -// 766 -[proc,script766](obj $obj0)(int) -if (enum(obj, int, enum_1270, $obj0) > 0 & inv_total(inv_93, obj_12183) < enum(obj, int, enum_1270, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1189, $obj0) > 0 & inv_total(inv_93, obj_2859) < enum(obj, int, enum_1189, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1190, $obj0) > 0 & inv_total(inv_93, obj_12158) < enum(obj, int, enum_1190, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1192, $obj0) > 0 & inv_total(inv_93, obj_2138) < enum(obj, int, enum_1192, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1193, $obj0) > 0 & inv_total(inv_93, obj_6291) < enum(obj, int, enum_1193, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1194, $obj0) > 0 & inv_total(inv_93, obj_12159) < enum(obj, int, enum_1194, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1195, $obj0) > 0 & inv_total(inv_93, obj_440) < enum(obj, int, enum_1195, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1196, $obj0) > 0 & inv_total(inv_93, obj_1783) < enum(obj, int, enum_1196, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1197, $obj0) > 0 & inv_total(inv_93, obj_3138) < enum(obj, int, enum_1197, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1198, $obj0) > 0 & inv_total(inv_93, obj_3325) < enum(obj, int, enum_1198, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1199, $obj0) > 0 & inv_total(inv_93, obj_12156) < enum(obj, int, enum_1199, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1200, $obj0) > 0 & inv_total(inv_93, obj_12153) < enum(obj, int, enum_1200, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1201, $obj0) > 0 & inv_total(inv_93, obj_1635) < enum(obj, int, enum_1201, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1317, $obj0) > 0 & inv_total(inv_93, obj_2150) < enum(obj, int, enum_1317, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1203, $obj0) > 0 & inv_total(inv_93, obj_1963) < enum(obj, int, enum_1203, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1204, $obj0) > 0 & inv_total(inv_93, obj_6979) < enum(obj, int, enum_1204, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1205, $obj0) > 0 & inv_total(inv_93, obj_10020) < enum(obj, int, enum_1205, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1206, $obj0) > 0 & inv_total(inv_93, obj_237) < enum(obj, int, enum_1206, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1207, $obj0) > 0 & inv_total(inv_93, obj_10818) < enum(obj, int, enum_1207, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1208, $obj0) > 0 & inv_total(inv_93, obj_7939) < enum(obj, int, enum_1208, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1209, $obj0) > 0 & calc(inv_total(inv_93, obj_6287) + inv_total(inv_93, obj_7801)) < enum(obj, int, enum_1209, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1191, $obj0) > 0 & inv_total(inv_93, obj_12161) < enum(obj, int, enum_1191, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1210, $obj0) > 0 & inv_total(inv_93, obj_12163) < enum(obj, int, enum_1210, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1211, $obj0) > 0 & inv_total(inv_93, obj_6667) < enum(obj, int, enum_1211, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1212, $obj0) > 0 & inv_total(inv_93, obj_3226) < enum(obj, int, enum_1212, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1202, $obj0) > 0 & inv_total(inv_93, obj_5933) < enum(obj, int, enum_1202, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1216, $obj0) > 0 & inv_total(inv_93, obj_6032) < enum(obj, int, enum_1216, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1215, $obj0) > 0 & inv_total(inv_93, obj_12162) < enum(obj, int, enum_1215, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1217, $obj0) > 0 & inv_total(inv_93, obj_3363) < enum(obj, int, enum_1217, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1219, $obj0) > 0 & inv_total(inv_93, obj_12109) < enum(obj, int, enum_1219, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1220, $obj0) > 0 & inv_total(inv_93, obj_12111) < enum(obj, int, enum_1220, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1221, $obj0) > 0 & inv_total(inv_93, obj_12113) < enum(obj, int, enum_1221, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1222, $obj0) > 0 & inv_total(inv_93, obj_12115) < enum(obj, int, enum_1222, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1223, $obj0) > 0 & inv_total(inv_93, obj_12117) < enum(obj, int, enum_1223, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1224, $obj0) > 0 & inv_total(inv_93, obj_12119) < enum(obj, int, enum_1224, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1225, $obj0) > 0 & inv_total(inv_93, obj_12121) < enum(obj, int, enum_1225, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1218, $obj0) > 0 & inv_total(inv_93, obj_12160) < enum(obj, int, enum_1218, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1226, $obj0) > 0 & inv_total(inv_93, obj_1444) < enum(obj, int, enum_1226, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1227, $obj0) > 0 & inv_total(inv_93, obj_6034) < enum(obj, int, enum_1227, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1228, $obj0) > 0 & inv_total(inv_93, obj_383) < enum(obj, int, enum_1228, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1230, $obj0) > 0 & inv_total(inv_93, obj_10099) < enum(obj, int, enum_1230, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1229, $obj0) > 0 & inv_total(inv_93, obj_10103) < enum(obj, int, enum_1229, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1231, $obj0) > 0 & inv_total(inv_93, obj_2353) < enum(obj, int, enum_1231, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1232, $obj0) > 0 & inv_total(inv_93, obj_12168) < enum(obj, int, enum_1232, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1233, $obj0) > 0 & inv_total(inv_93, obj_12164) < enum(obj, int, enum_1233, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1234, $obj0) > 0 & inv_total(inv_93, obj_12165) < enum(obj, int, enum_1234, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1235, $obj0) > 0 & inv_total(inv_93, obj_12166) < enum(obj, int, enum_1235, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1236, $obj0) > 0 & inv_total(inv_93, obj_12167) < enum(obj, int, enum_1236, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1238, $obj0) > 0 & inv_total(inv_93, obj_6319) < enum(obj, int, enum_1238, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1240, $obj0) > 0 & inv_total(inv_93, obj_2351) < enum(obj, int, enum_1240, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1239, $obj0) > 0 & inv_total(inv_93, obj_10095) < enum(obj, int, enum_1239, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1241, $obj0) > 0 & inv_total(inv_93, obj_3095) < enum(obj, int, enum_1241, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1242, $obj0) > 0 & inv_total(inv_93, obj_2134) < enum(obj, int, enum_1242, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1244, $obj0) > 0 & inv_total(inv_93, obj_1933) < enum(obj, int, enum_1244, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1245, $obj0) > 0 & inv_total(inv_93, obj_1519) < enum(obj, int, enum_1245, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1243, $obj0) > 0 & inv_total(inv_93, obj_6010) < enum(obj, int, enum_1243, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1249, $obj0) > 0 & inv_total(inv_93, obj_249) < enum(obj, int, enum_1249, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1248, $obj0) > 0 & inv_total(inv_93, obj_1965) < enum(obj, int, enum_1248, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1246, $obj0) > 0 & inv_total(inv_93, obj_590) < enum(obj, int, enum_1246, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1247, $obj0) > 0 & inv_total(inv_93, obj_2132) < enum(obj, int, enum_1247, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1250, $obj0) > 0 & inv_total(inv_93, obj_10033) < enum(obj, int, enum_1250, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1251, $obj0) > 0 & inv_total(inv_93, obj_9978) < enum(obj, int, enum_1251, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1252, $obj0) > 0 & inv_total(inv_93, obj_1937) < enum(obj, int, enum_1252, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1253, $obj0) > 0 & inv_total(inv_93, obj_311) < enum(obj, int, enum_1253, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1254, $obj0) > 0 & inv_total(inv_93, obj_9736) < enum(obj, int, enum_1254, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1255, $obj0) > 0 & inv_total(inv_93, obj_8431) < enum(obj, int, enum_1255, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1256, $obj0) > 0 & inv_total(inv_93, obj_10117) < enum(obj, int, enum_1256, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1257, $obj0) > 0 & inv_total(inv_93, obj_2462) < enum(obj, int, enum_1257, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1258, $obj0) > 0 & inv_total(inv_93, obj_1438) < enum(obj, int, enum_1258, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1259, $obj0) > 0 & inv_total(inv_93, obj_1440) < enum(obj, int, enum_1259, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1260, $obj0) > 0 & inv_total(inv_93, obj_1442) < enum(obj, int, enum_1260, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1261, $obj0) > 0 & inv_total(inv_93, obj_571) < enum(obj, int, enum_1261, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1262, $obj0) > 0 & inv_total(inv_93, obj_6155) < enum(obj, int, enum_1262, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1263, $obj0) > 0 & inv_total(inv_93, obj_10149) < enum(obj, int, enum_1263, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1264, $obj0) > 0 & inv_total(inv_93, obj_2349) < enum(obj, int, enum_1264, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1265, $obj0) > 0 & inv_total(inv_93, obj_2359) < enum(obj, int, enum_1265, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1266, $obj0) > 0 & inv_total(inv_93, obj_2361) < enum(obj, int, enum_1266, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1267, $obj0) > 0 & inv_total(inv_93, obj_2363) < enum(obj, int, enum_1267, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1268, $obj0) > 0 & inv_total(inv_93, obj_1115) < enum(obj, int, enum_1268, $obj0)) { - return(0); -} -if (enum(obj, int, enum_1269, $obj0) > 0 & inv_total(inv_93, obj_1119) < enum(obj, int, enum_1269, $obj0)) { - return(0); -} -if (enum(obj, int, enum_2160, $obj0) > 0 & inv_total(inv_93, obj_14616) < enum(obj, int, enum_2160, $obj0)) { - return(0); -} -if (inv_total(inv_93, obj_12155) < 1) { - return(0); -} -return(1); diff --git a/dumps/530/script/[proc,script767].cs2 b/dumps/530/script/[proc,script767].cs2 deleted file mode 100644 index 70ed7264c..000000000 --- a/dumps/530/script/[proc,script767].cs2 +++ /dev/null @@ -1,411 +0,0 @@ -// 767 -[proc,script767](obj $obj0)(obj, obj, obj, obj, obj, obj, obj, obj, obj, int, int, int, int, int, int, int, int, int) -def_obj $objarray0(9); -def_int $intarray1(9); -def_int $int1 = 0; -if (enum(obj, int, enum_1270, $obj0) > 0) { - $objarray0($int1) = obj_12183; - $intarray1($int1) = enum(obj, int, enum_1270, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1190, $obj0) > 0) { - $objarray0($int1) = obj_12158; - $intarray1($int1) = enum(obj, int, enum_1190, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1194, $obj0) > 0) { - $objarray0($int1) = obj_12159; - $intarray1($int1) = enum(obj, int, enum_1194, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1191, $obj0) > 0) { - $objarray0($int1) = obj_12161; - $intarray1($int1) = enum(obj, int, enum_1191, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1210, $obj0) > 0) { - $objarray0($int1) = obj_12163; - $intarray1($int1) = enum(obj, int, enum_1210, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1215, $obj0) > 0) { - $objarray0($int1) = obj_12162; - $intarray1($int1) = enum(obj, int, enum_1215, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1218, $obj0) > 0) { - $objarray0($int1) = obj_12160; - $intarray1($int1) = enum(obj, int, enum_1218, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1232, $obj0) > 0) { - $objarray0($int1) = obj_12168; - $intarray1($int1) = enum(obj, int, enum_1232, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1233, $obj0) > 0) { - $objarray0($int1) = obj_12164; - $intarray1($int1) = enum(obj, int, enum_1233, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1234, $obj0) > 0) { - $objarray0($int1) = obj_12165; - $intarray1($int1) = enum(obj, int, enum_1234, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1235, $obj0) > 0) { - $objarray0($int1) = obj_12166; - $intarray1($int1) = enum(obj, int, enum_1235, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1236, $obj0) > 0) { - $objarray0($int1) = obj_12167; - $intarray1($int1) = enum(obj, int, enum_1236, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1189, $obj0) > 0) { - $objarray0($int1) = obj_2859; - $intarray1($int1) = enum(obj, int, enum_1189, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1192, $obj0) > 0) { - $objarray0($int1) = obj_2138; - $intarray1($int1) = enum(obj, int, enum_1192, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1193, $obj0) > 0) { - $objarray0($int1) = obj_6291; - $intarray1($int1) = enum(obj, int, enum_1193, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1195, $obj0) > 0) { - $objarray0($int1) = obj_440; - $intarray1($int1) = enum(obj, int, enum_1195, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1196, $obj0) > 0) { - $objarray0($int1) = obj_1783; - $intarray1($int1) = enum(obj, int, enum_1196, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1197, $obj0) > 0) { - $objarray0($int1) = obj_3138; - $intarray1($int1) = enum(obj, int, enum_1197, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1198, $obj0) > 0) { - $objarray0($int1) = obj_3325; - $intarray1($int1) = enum(obj, int, enum_1198, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1199, $obj0) > 0) { - $objarray0($int1) = obj_12156; - $intarray1($int1) = enum(obj, int, enum_1199, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1200, $obj0) > 0) { - $objarray0($int1) = obj_12153; - $intarray1($int1) = enum(obj, int, enum_1200, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1201, $obj0) > 0) { - $objarray0($int1) = obj_1635; - $intarray1($int1) = enum(obj, int, enum_1201, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1317, $obj0) > 0) { - $objarray0($int1) = obj_2150; - $intarray1($int1) = enum(obj, int, enum_1317, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1203, $obj0) > 0) { - $objarray0($int1) = obj_1963; - $intarray1($int1) = enum(obj, int, enum_1203, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1204, $obj0) > 0) { - $objarray0($int1) = obj_6979; - $intarray1($int1) = enum(obj, int, enum_1204, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1205, $obj0) > 0) { - $objarray0($int1) = obj_10020; - $intarray1($int1) = enum(obj, int, enum_1205, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1206, $obj0) > 0) { - $objarray0($int1) = obj_237; - $intarray1($int1) = enum(obj, int, enum_1206, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1207, $obj0) > 0) { - $objarray0($int1) = obj_10818; - $intarray1($int1) = enum(obj, int, enum_1207, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1208, $obj0) > 0) { - $objarray0($int1) = obj_7939; - $intarray1($int1) = enum(obj, int, enum_1208, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1209, $obj0) > 0) { - $objarray0($int1) = obj_6287; - $intarray1($int1) = enum(obj, int, enum_1209, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1211, $obj0) > 0) { - $objarray0($int1) = obj_6667; - $intarray1($int1) = enum(obj, int, enum_1211, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1212, $obj0) > 0) { - $objarray0($int1) = obj_3226; - $intarray1($int1) = enum(obj, int, enum_1212, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1202, $obj0) > 0) { - $objarray0($int1) = obj_5933; - $intarray1($int1) = enum(obj, int, enum_1202, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1216, $obj0) > 0) { - $objarray0($int1) = obj_6032; - $intarray1($int1) = enum(obj, int, enum_1216, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1217, $obj0) > 0) { - $objarray0($int1) = obj_3363; - $intarray1($int1) = enum(obj, int, enum_1217, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1219, $obj0) > 0) { - $objarray0($int1) = obj_12109; - $intarray1($int1) = enum(obj, int, enum_1219, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1220, $obj0) > 0) { - $objarray0($int1) = obj_12111; - $intarray1($int1) = enum(obj, int, enum_1220, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1221, $obj0) > 0) { - $objarray0($int1) = obj_12113; - $intarray1($int1) = enum(obj, int, enum_1221, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1222, $obj0) > 0) { - $objarray0($int1) = obj_12115; - $intarray1($int1) = enum(obj, int, enum_1222, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1223, $obj0) > 0) { - $objarray0($int1) = obj_12117; - $intarray1($int1) = enum(obj, int, enum_1223, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1224, $obj0) > 0) { - $objarray0($int1) = obj_12119; - $intarray1($int1) = enum(obj, int, enum_1224, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1225, $obj0) > 0) { - $objarray0($int1) = obj_12121; - $intarray1($int1) = enum(obj, int, enum_1225, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1226, $obj0) > 0) { - $objarray0($int1) = obj_1444; - $intarray1($int1) = enum(obj, int, enum_1226, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1227, $obj0) > 0) { - $objarray0($int1) = obj_6034; - $intarray1($int1) = enum(obj, int, enum_1227, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1228, $obj0) > 0) { - $objarray0($int1) = obj_383; - $intarray1($int1) = enum(obj, int, enum_1228, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1230, $obj0) > 0) { - $objarray0($int1) = obj_10099; - $intarray1($int1) = enum(obj, int, enum_1230, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1229, $obj0) > 0) { - $objarray0($int1) = obj_10103; - $intarray1($int1) = enum(obj, int, enum_1229, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1231, $obj0) > 0) { - $objarray0($int1) = obj_2353; - $intarray1($int1) = enum(obj, int, enum_1231, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1238, $obj0) > 0) { - $objarray0($int1) = obj_6319; - $intarray1($int1) = enum(obj, int, enum_1238, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1240, $obj0) > 0) { - $objarray0($int1) = obj_2351; - $intarray1($int1) = enum(obj, int, enum_1240, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1239, $obj0) > 0) { - $objarray0($int1) = obj_10095; - $intarray1($int1) = enum(obj, int, enum_1239, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1241, $obj0) > 0) { - $objarray0($int1) = obj_3095; - $intarray1($int1) = enum(obj, int, enum_1241, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1242, $obj0) > 0) { - $objarray0($int1) = obj_2134; - $intarray1($int1) = enum(obj, int, enum_1242, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1244, $obj0) > 0) { - $objarray0($int1) = obj_1933; - $intarray1($int1) = enum(obj, int, enum_1244, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1245, $obj0) > 0) { - $objarray0($int1) = obj_1519; - $intarray1($int1) = enum(obj, int, enum_1245, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1243, $obj0) > 0) { - $objarray0($int1) = obj_6010; - $intarray1($int1) = enum(obj, int, enum_1243, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1249, $obj0) > 0) { - $objarray0($int1) = obj_249; - $intarray1($int1) = enum(obj, int, enum_1249, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1248, $obj0) > 0) { - $objarray0($int1) = obj_1965; - $intarray1($int1) = enum(obj, int, enum_1248, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1246, $obj0) > 0) { - $objarray0($int1) = obj_590; - $intarray1($int1) = enum(obj, int, enum_1246, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1247, $obj0) > 0) { - $objarray0($int1) = obj_2132; - $intarray1($int1) = enum(obj, int, enum_1247, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1250, $obj0) > 0) { - $objarray0($int1) = obj_10033; - $intarray1($int1) = enum(obj, int, enum_1250, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1251, $obj0) > 0) { - $objarray0($int1) = obj_9978; - $intarray1($int1) = enum(obj, int, enum_1251, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1252, $obj0) > 0) { - $objarray0($int1) = obj_1937; - $intarray1($int1) = enum(obj, int, enum_1252, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1253, $obj0) > 0) { - $objarray0($int1) = obj_311; - $intarray1($int1) = enum(obj, int, enum_1253, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1254, $obj0) > 0) { - $objarray0($int1) = obj_9736; - $intarray1($int1) = enum(obj, int, enum_1254, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1255, $obj0) > 0) { - $objarray0($int1) = obj_8431; - $intarray1($int1) = enum(obj, int, enum_1255, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1256, $obj0) > 0) { - $objarray0($int1) = obj_10117; - $intarray1($int1) = enum(obj, int, enum_1256, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1257, $obj0) > 0) { - $objarray0($int1) = obj_2462; - $intarray1($int1) = enum(obj, int, enum_1257, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1258, $obj0) > 0) { - $objarray0($int1) = obj_1438; - $intarray1($int1) = enum(obj, int, enum_1258, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1259, $obj0) > 0) { - $objarray0($int1) = obj_1440; - $intarray1($int1) = enum(obj, int, enum_1259, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1260, $obj0) > 0) { - $objarray0($int1) = obj_1442; - $intarray1($int1) = enum(obj, int, enum_1260, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1261, $obj0) > 0) { - $objarray0($int1) = obj_571; - $intarray1($int1) = enum(obj, int, enum_1261, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1262, $obj0) > 0) { - $objarray0($int1) = obj_6155; - $intarray1($int1) = enum(obj, int, enum_1262, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1263, $obj0) > 0) { - $objarray0($int1) = obj_10149; - $intarray1($int1) = enum(obj, int, enum_1263, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1264, $obj0) > 0) { - $objarray0($int1) = obj_2349; - $intarray1($int1) = enum(obj, int, enum_1264, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1265, $obj0) > 0) { - $objarray0($int1) = obj_2359; - $intarray1($int1) = enum(obj, int, enum_1265, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1266, $obj0) > 0) { - $objarray0($int1) = obj_2361; - $intarray1($int1) = enum(obj, int, enum_1266, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1267, $obj0) > 0) { - $objarray0($int1) = obj_2363; - $intarray1($int1) = enum(obj, int, enum_1267, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1268, $obj0) > 0) { - $objarray0($int1) = obj_1115; - $intarray1($int1) = enum(obj, int, enum_1268, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_1269, $obj0) > 0) { - $objarray0($int1) = obj_1119; - $intarray1($int1) = enum(obj, int, enum_1269, $obj0); - $int1 = calc($int1 + 1); -} -if (enum(obj, int, enum_2160, $obj0) > 0) { - $objarray0($int1) = obj_14616; - $intarray1($int1) = enum(obj, int, enum_2160, $obj0); - $int1 = calc($int1 + 1); -} -return($objarray0(0), $objarray0(1), $objarray0(2), $objarray0(3), $objarray0(4), $objarray0(5), $objarray0(6), $objarray0(7), $objarray0(8), $intarray1(0), $intarray1(1), $intarray1(2), $intarray1(3), $intarray1(4), $intarray1(5), $intarray1(6), $intarray1(7), $intarray1(8)); diff --git a/dumps/530/script/[proc,script768].cs2 b/dumps/530/script/[proc,script768].cs2 deleted file mode 100644 index 1825e54ea..000000000 --- a/dumps/530/script/[proc,script768].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 768 -[proc,script768](obj $obj0, obj $obj1)(int) -if (inv_total(inv_93, $obj1) < 1) { - return(0); -} -return(1); diff --git a/dumps/530/script/[proc,script76].cs2 b/dumps/530/script/[proc,script76].cs2 deleted file mode 100644 index a35b41c06..000000000 --- a/dumps/530/script/[proc,script76].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 76 -[proc,script76] -def_string $string0 = null; -if (%varclient_3 ! -1) { - %varclient_3 = calc(%varclient_3 + 1); - if (%varclient_3 >= 20) { - %varclient_3 = 0; - } - if (%varclient_3 = %varclient_4) { - %varclientstring_1 = ""; - %varclient_3 = -1; - } else { - $string0 = ~script79(%varclient_3); - if (string_length($string0) > 0) { - %varclientstring_1 = $string0; - } - } -} diff --git a/dumps/530/script/[proc,script771].cs2 b/dumps/530/script/[proc,script771].cs2 deleted file mode 100644 index 850712407..000000000 --- a/dumps/530/script/[proc,script771].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 771 -[proc,script771](obj $obj0)(int) -if ($obj0 = obj_6287) { - return(calc(inv_total(inv_93, obj_6287) + inv_total(inv_93, obj_7801))); -} -return(~script1(inv_93, $obj0)); diff --git a/dumps/530/script/[proc,script773].cs2 b/dumps/530/script/[proc,script773].cs2 deleted file mode 100644 index 4f460f664..000000000 --- a/dumps/530/script/[proc,script773].cs2 +++ /dev/null @@ -1,33 +0,0 @@ -// 773 -[proc,script773](component $component0, component $component1, graphic $graphic2, graphic $graphic3, int $int4, obj $obj5, int $int6, obj $obj7, int $int8, obj $obj9, int $int10, obj $obj11, int $int12) -if (if_gethide($component1) = false) { - if ($obj5 ! null & ~script19($obj5) < $int6) { - if_setgraphic($graphic3, $component0); - return; - } - if ($obj7 ! null & ~script19($obj7) < $int8) { - if_setgraphic($graphic3, $component0); - return; - } - if ($obj9 ! null & ~script19($obj9) < $int10) { - if_setgraphic($graphic3, $component0); - return; - } - if ($obj11 ! null & ~script19($obj11) < $int12) { - if_setgraphic($graphic3, $component0); - return; - } - if (stat_base(summoning) < $int4) { - if (%varplayerbit_4089 = 1) { - if (%varplayer_1092 < $int4 | enum(component, int, enum_1061, $component0) = 0) { - if_setgraphic($graphic3, $component0); - return; - } - } else { - if_setgraphic($graphic3, $component0); - return; - } - } else { - if_setgraphic($graphic2, $component0); - } -} diff --git a/dumps/530/script/[proc,script775].cs2 b/dumps/530/script/[proc,script775].cs2 deleted file mode 100644 index c395f8c08..000000000 --- a/dumps/530/script/[proc,script775].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 775 -[proc,script775](obj $obj0)(int, string, obj) -if (%varplayer_448 = obj_12073) { - return(36, "Bronze Bull Rush", obj_12461); -} else if (%varplayer_448 = obj_12075) { - return(46, "Iron Bull Rush", obj_12462); -} else if (%varplayer_448 = obj_12077) { - return(56, "Steel Bull Rush", obj_12463); -} else if (%varplayer_448 = obj_12079) { - return(66, "Mithril Bull Rush", obj_12464); -} else if (%varplayer_448 = obj_12081) { - return(76, "Adamant Bull Rush", obj_12465); -} else if (%varplayer_448 = obj_12083) { - return(86, "Rune Bull Rush", obj_12466); -} diff --git a/dumps/530/script/[proc,script77].cs2 b/dumps/530/script/[proc,script77].cs2 deleted file mode 100644 index bb7cb4963..000000000 --- a/dumps/530/script/[proc,script77].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 77 -[proc,script77](string $string0) -~script78(%varclient_4, $string0); -%varclient_4 = calc(%varclient_4 + 1); -if (%varclient_4 >= 20) { - %varclient_4 = 0; -} -%varclient_3 = -1; diff --git a/dumps/530/script/[proc,script780].cs2 b/dumps/530/script/[proc,script780].cs2 deleted file mode 100644 index df2c16643..000000000 --- a/dumps/530/script/[proc,script780].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 780 -[proc,script780](int $int0)(string) -if ($int0 >= 999999) { - return("*"); -} -if ($int0 >= 10000) { - return(append(tostring(calc($int0 / 1000)), "K")); -} -return(tostring($int0)); diff --git a/dumps/530/script/[proc,script781].cs2 b/dumps/530/script/[proc,script781].cs2 deleted file mode 100644 index 4d40fe3f4..000000000 --- a/dumps/530/script/[proc,script781].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 781 -[proc,script781](int $int0)(string) -if ($int0 >= 1000) { - return("*"); -} -return(tostring($int0)); diff --git a/dumps/530/script/[proc,script785].cs2 b/dumps/530/script/[proc,script785].cs2 deleted file mode 100644 index 364abc539..000000000 --- a/dumps/530/script/[proc,script785].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 785 -[proc,script785] -if (getwindowmode = 0) { - if_setcolour(0x996600, interface_742:com_49); - ~script1355("High Detail only", interface_742:com_62, interface_742:com_63, interface_742:com_64, null, tradebacking_dark, 0xcf0000, p11_full); - return; -} -def_int $int0 = 0; -if (detailget_lightdetail_high = true) { - $int0 = 1; -} -if_setcolour(0xe1981f, interface_742:com_49); -~script1435(enum_1581, $int0, 1, interface_742:com_62, interface_742:com_63, interface_742:com_64, null, tradebacking_dark, "scrollbar_v2,1", 788, tradebacking_light, 0xcf0000, ^white, ^yellow, p11_full, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); diff --git a/dumps/530/script/[proc,script788].cs2 b/dumps/530/script/[proc,script788].cs2 deleted file mode 100644 index dcde19223..000000000 --- a/dumps/530/script/[proc,script788].cs2 +++ /dev/null @@ -1,3 +0,0 @@ -// 788 -[proc,script788](component $component0, int $int1, int $int2)(int, int) -return(calc(if_getx($component0) + $int1), calc(if_gety($component0) + $int2)); diff --git a/dumps/530/script/[proc,script78].cs2 b/dumps/530/script/[proc,script78].cs2 deleted file mode 100644 index f39177cc1..000000000 --- a/dumps/530/script/[proc,script78].cs2 +++ /dev/null @@ -1,49 +0,0 @@ -// 78 -[proc,script78](int $int0, string $string0) -if ($int0 < 10) { - if ($int0 < 5) { - if ($int0 = 0) { - %varclientstring_2 = $string0; - } else if ($int0 = 1) { - %varclientstring_3 = $string0; - } else if ($int0 = 2) { - %varclientstring_4 = $string0; - } else if ($int0 = 3) { - %varclientstring_5 = $string0; - } else if ($int0 = 4) { - %varclientstring_6 = $string0; - } - } else if ($int0 = 5) { - %varclientstring_7 = $string0; - } else if ($int0 = 6) { - %varclientstring_8 = $string0; - } else if ($int0 = 7) { - %varclientstring_9 = $string0; - } else if ($int0 = 8) { - %varclientstring_10 = $string0; - } else if ($int0 = 9) { - %varclientstring_11 = $string0; - } -} else if ($int0 < 15) { - if ($int0 = 10) { - %varclientstring_12 = $string0; - } else if ($int0 = 11) { - %varclientstring_13 = $string0; - } else if ($int0 = 12) { - %varclientstring_14 = $string0; - } else if ($int0 = 13) { - %varclientstring_15 = $string0; - } else if ($int0 = 14) { - %varclientstring_16 = $string0; - } -} else if ($int0 = 15) { - %varclientstring_17 = $string0; -} else if ($int0 = 16) { - %varclientstring_18 = $string0; -} else if ($int0 = 17) { - %varclientstring_19 = $string0; -} else if ($int0 = 18) { - %varclientstring_20 = $string0; -} else if ($int0 = 19) { - %varclientstring_21 = $string0; -} diff --git a/dumps/530/script/[proc,script793].cs2 b/dumps/530/script/[proc,script793].cs2 deleted file mode 100644 index e1714df79..000000000 --- a/dumps/530/script/[proc,script793].cs2 +++ /dev/null @@ -1,98 +0,0 @@ -// 793 -[proc,script793](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4) -cc_deleteall($component0); -def_int $int3 = 0; -def_int $int4 = 0; -if (if_getscrollwidth($component0) > 0) { - $int3 = calc((if_getscrollwidth($component0) - 36 * $int1) / ($int1 - 1)); -} else { - $int3 = calc((if_getwidth($component0) - 36 * $int1) / ($int1 - 1)); -} -if (if_getscrollheight($component0) > 0) { - $int4 = calc((if_getscrollheight($component0) - 64 * $int2) / ($int2 - 1)); -} else { - $int4 = calc((if_getheight($component0) - 64 * $int2) / ($int2 - 1)); -} -def_int $int5 = 0; -def_int $int6 = 1; -def_int $int7 = 0; -def_int $int8 = 0; -def_int $int9 = -1; -def_obj $obj10 = obj_12525; -def_obj $obj11 = obj_12530; -def_obj $obj12 = obj_2859; -def_obj $obj13 = obj_12527; -def_obj $obj14 = null; -def_obj $obj15 = null; -def_obj $obj16 = null; -def_obj $obj17 = null; -def_obj $obj18 = null; -def_obj $obj19 = null; -def_int $int20 = 1; -def_int $int21 = 7; -def_int $int22 = 1; -def_int $int23 = 1; -def_int $int24 = 0; -def_int $int25 = 0; -def_int $int26 = 0; -def_int $int27 = 0; -def_int $int28 = 0; -def_int $int29 = 0; -def_string $string5 = "hello"; -def_int $int30 = 0; -def_obj $objarray0(10); -def_obj $obj31 = null; -while ($int5 < 78) { - $int8 = calc($int5 % $int1); - cc_create($component0, ^iftype_graphic, $int5); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(~script761($int8), calc($int5 / $int1 * (64 + $int4)), ^setpos_abs_left, ^setpos_abs_top); - $obj31 = enum(int, obj, enum_1182, $int6); - if ($int6 = 1) { - if (~script795($obj31) = 1) { - ~script794($obj31, $obj31, $component0, $int5, $string0, $string1, $string2, $string3, $string4); - } else { - ~script794(enum(int, obj, enum_1183, $int6), $obj31, $component0, $int5, $string0, $string1, $string2, $string3, $string4); - } - } else if ($obj31 = obj_12292) { - ~script794($obj31, $obj31, $component0, $int5, $string0, $string1, $string2, $string3, $string4); - } else { - ~script794(enum(int, obj, enum_1183, $int6), $obj31, $component0, $int5, $string0, $string1, $string2, $string3, $string4); - } - $string5 = enum(obj, string, enum_1187, $obj31); - $int30 = enum(obj, int, enum_1185, $obj31); - if ($int6 = 1) { - cc_setonmouserepeat("script770(event_comsubid, interface_672:com_24, interface_672:com_16, $int30, $string5, $obj10, 1, $obj11, $int21, $obj12, $int22, $obj13, $int23, $obj14, $int24, $obj15, $int25, $obj16, $int26, $obj17, $int27, $obj18, $int28, $obj19, $int29)"); - cc_setonmouseleave("script40(interface_672:com_24)"); - } else { - $string5 = "You do not have access to this type of Summoning pouch."; - cc_setonmouserepeat("script800(event_comsubid, interface_672:com_24, interface_672:com_16, $int30, $string5)"); - cc_setonmouseleave("script40(interface_672:com_24)"); - } - $int5 = calc($int5 + 1); - $int6 = calc($int6 + 1); -} -$int6 = 1; -while ($int7 < 78) { - $int8 = calc($int7 % $int1); - cc_create($component0, ^iftype_text, $int5); - cc_setposition(~script762($int8), calc(32 + $int7 / $int1 * (64 + $int4)), ^setpos_abs_left, ^setpos_abs_top); - cc_settextfont(b12_full); - cc_setsize(90, 50, ^setsize_abs, ^setsize_abs); - $obj31 = enum(int, obj, enum_1182, $int6); - cc_settext(enum(obj, string, enum_1187, $obj31)); - if ($int6 = 1) { - if (~script795($obj31) = 1) { - cc_setcolour(0xffff64); - } else { - cc_setcolour(0x111111); - } - } else { - cc_setcolour(0x111111); - } - cc_settextshadow(true); - cc_settextalign(^settextalign_centre, ^settextalign_top, 0); - $int7 = calc($int7 + 1); - $int5 = calc($int5 + 1); - $int6 = calc($int6 + 1); -} diff --git a/dumps/530/script/[proc,script794].cs2 b/dumps/530/script/[proc,script794].cs2 deleted file mode 100644 index fc47af258..000000000 --- a/dumps/530/script/[proc,script794].cs2 +++ /dev/null @@ -1,25 +0,0 @@ -// 794 -[proc,script794](obj $obj0, obj $obj1, component $component2, int $int3, string $string0, string $string1, string $string2, string $string3, string $string4) -if (cc_find($component2, $int3) = true) { - if ($obj0 ! null) { - cc_setobject($obj0, -1); - cc_setopbase(oc_name($obj1)); - cc_setop(1, $string0); - cc_setop(2, $string1); - cc_setop(3, $string2); - cc_setop(4, $string3); - cc_setop(5, $string4); - cc_setop(6, "Examine"); - cc_setgraphicshadow(0x333333); - cc_setoutline(1); - } else { - cc_setobject(null, 0); - cc_setopbase(""); - cc_setop(1, ""); - cc_setop(2, ""); - cc_setop(3, ""); - cc_setop(4, ""); - cc_setop(5, ""); - cc_setop(6, ""); - } -} diff --git a/dumps/530/script/[proc,script795].cs2 b/dumps/530/script/[proc,script795].cs2 deleted file mode 100644 index 90078cb81..000000000 --- a/dumps/530/script/[proc,script795].cs2 +++ /dev/null @@ -1,15 +0,0 @@ -// 795 -[proc,script795](obj $obj0)(int) -if (inv_total(inv_93, obj_2859) < 1) { - return(0); -} -if (inv_total(inv_93, obj_12530) < 1) { - return(0); -} -if (inv_total(inv_93, obj_12527) < 1) { - return(0); -} -if (inv_total(inv_93, obj_12525) < 1) { - return(0); -} -return(1); diff --git a/dumps/530/script/[proc,script798].cs2 b/dumps/530/script/[proc,script798].cs2 deleted file mode 100644 index dfb9c7dc0..000000000 --- a/dumps/530/script/[proc,script798].cs2 +++ /dev/null @@ -1,80 +0,0 @@ -// 798 -[proc,script798](component $component0, int $int1, int $int2, string $string0, string $string1, string $string2, string $string3, string $string4) -cc_deleteall($component0); -def_int $int3 = 0; -def_int $int4 = 0; -if (if_getscrollwidth($component0) > 0) { - $int3 = calc((if_getscrollwidth($component0) - 36 * $int1) / ($int1 - 1)); -} else { - $int3 = calc((if_getwidth($component0) - 36 * $int1) / ($int1 - 1)); -} -if (if_getscrollheight($component0) > 0) { - $int4 = calc((if_getscrollheight($component0) - 64 * $int2) / ($int2 - 1)); -} else { - $int4 = calc((if_getheight($component0) - 64 * $int2) / ($int2 - 1)); -} -def_int $int5 = 0; -def_int $int6 = 1; -def_int $int7 = 0; -def_int $int8 = 0; -def_int $int9 = -1; -def_obj $obj10 = null; -def_obj $obj11 = null; -def_string $string5 = "hello"; -def_int $int12 = 0; -while ($int5 < 78) { - $obj10 = enum(int, obj, enum_1277, $int6); - $int8 = calc($int5 % $int1); - cc_create($component0, ^iftype_graphic, $int5); - cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(~script761($int8), calc($int5 / $int1 * (64 + $int4)), ^setpos_abs_left, ^setpos_abs_top); - $obj11 = enum(int, obj, enum_1188, $int6); - if ($int6 = 1) { - if (~script799($obj11) = 1) { - ~script760($obj11, $obj11, $component0, $int5, $string0, $string1, $string2, $string3, $string4, ""); - } else { - ~script760(enum(int, obj, enum_1184, $int6), $obj11, $component0, $int5, $string0, $string1, $string2, $string3, $string4, ""); - } - } else if ($obj11 = obj_12421) { - ~script760($obj11, $obj11, $component0, $int5, $string0, $string1, $string2, $string3, $string4, ""); - } else { - ~script760(enum(int, obj, enum_1184, $int6), $obj11, $component0, $int5, $string0, $string1, $string2, $string3, $string4, ""); - } - $string5 = enum(obj, string, enum_1187, $obj11); - $int12 = enum(obj, int, enum_1185, $obj10); - if ($int6 = 1) { - cc_setonmouserepeat("script770(event_comsubid, interface_666:com_23, interface_666:com_16, $int12, $string5, obj_12526, 1, null, 0, null, 0, null, 0, null, 0, null, 0, null, 0, null, 0, null, 0, null, 0)"); - cc_setonmouseleave("script40(interface_666:com_23)"); - } else { - $string5 = "You do not have access to this type of scroll."; - cc_setonmouserepeat("script800(event_comsubid, interface_666:com_23, interface_666:com_16, $int12, $string5)"); - cc_setonmouseleave("script40(interface_666:com_23)"); - } - $int5 = calc($int5 + 1); - $int6 = calc($int6 + 1); -} -$int6 = 1; -while ($int7 < 78) { - $int8 = calc($int7 % $int1); - cc_create($component0, ^iftype_text, $int5); - cc_setposition(~script762($int8), calc(32 + $int7 / $int1 * (64 + $int4)), ^setpos_abs_left, ^setpos_abs_top); - $obj10 = enum(int, obj, enum_1277, $int6); - $obj11 = enum(int, obj, enum_1188, $int6); - cc_settext(enum(obj, string, enum_1187, $obj11)); - cc_settextfont(b12_full); - cc_setsize(90, 50, ^setsize_abs, ^setsize_abs); - if ($int6 = 1) { - if (~script799($obj11) = 1) { - cc_setcolour(0xffff64); - } else { - cc_setcolour(0x111111); - } - } else { - cc_setcolour(0x111111); - } - cc_settextshadow(true); - cc_settextalign(^settextalign_centre, ^settextalign_top, 0); - $int7 = calc($int7 + 1); - $int5 = calc($int5 + 1); - $int6 = calc($int6 + 1); -} diff --git a/dumps/530/script/[proc,script799].cs2 b/dumps/530/script/[proc,script799].cs2 deleted file mode 100644 index 3c504593e..000000000 --- a/dumps/530/script/[proc,script799].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 799 -[proc,script799](obj $obj0)(int) -if (inv_total(inv_93, obj_12526) < 1) { - return(0); -} -return(1); diff --git a/dumps/530/script/[proc,script79].cs2 b/dumps/530/script/[proc,script79].cs2 deleted file mode 100644 index 72e0445f3..000000000 --- a/dumps/530/script/[proc,script79].cs2 +++ /dev/null @@ -1,49 +0,0 @@ -// 79 -[proc,script79](int $int0)(string) -if ($int0 < 10) { - if ($int0 < 5) { - if ($int0 = 0) { - return(%varclientstring_2); - } else if ($int0 = 1) { - return(%varclientstring_3); - } else if ($int0 = 2) { - return(%varclientstring_4); - } else if ($int0 = 3) { - return(%varclientstring_5); - } else if ($int0 = 4) { - return(%varclientstring_6); - } - } else if ($int0 = 5) { - return(%varclientstring_7); - } else if ($int0 = 6) { - return(%varclientstring_8); - } else if ($int0 = 7) { - return(%varclientstring_9); - } else if ($int0 = 8) { - return(%varclientstring_10); - } else if ($int0 = 9) { - return(%varclientstring_11); - } -} else if ($int0 < 15) { - if ($int0 = 10) { - return(%varclientstring_12); - } else if ($int0 = 11) { - return(%varclientstring_13); - } else if ($int0 = 12) { - return(%varclientstring_14); - } else if ($int0 = 13) { - return(%varclientstring_15); - } else if ($int0 = 14) { - return(%varclientstring_16); - } -} else if ($int0 = 15) { - return(%varclientstring_17); -} else if ($int0 = 16) { - return(%varclientstring_18); -} else if ($int0 = 17) { - return(%varclientstring_19); -} else if ($int0 = 18) { - return(%varclientstring_20); -} else if ($int0 = 19) { - return(%varclientstring_21); -} diff --git a/dumps/530/script/[proc,script802].cs2 b/dumps/530/script/[proc,script802].cs2 deleted file mode 100644 index 8a90c2fa8..000000000 --- a/dumps/530/script/[proc,script802].cs2 +++ /dev/null @@ -1,22 +0,0 @@ -// 802 -[proc,script802](component $component0, int $int1) -def_int $int2 = 0; -def_int $int3 = 0; -if (cc_find($component0, $int1) = true | $int1 = -1 & if_find($component0) = true) { - $int2, $int3 = ~script1743, ~script1744; - if ($int2 < scale(1, 3, if_getwidth(interface_746:com_0))) { - if ($int3 < scale(1, 3, if_getheight(interface_746:com_0))) { - if_setmodelangle(0, 0, 512, 768, 0, 1000, interface_746:com_108); - if_setposition(calc($int2 + cc_getwidth), calc($int3 + cc_getheight), ^setpos_abs_left, ^setpos_abs_top, interface_746:com_108); - } else { - if_setmodelangle(0, 0, 512, 256, 0, 1000, interface_746:com_108); - if_setposition(calc($int2 + cc_getwidth), calc($int3 - if_getheight(interface_746:com_108)), ^setpos_abs_left, ^setpos_abs_top, interface_746:com_108); - } - } else if ($int3 < scale(1, 3, if_getheight(interface_746:com_0))) { - if_setmodelangle(0, 0, 512, 1280, 0, 1000, interface_746:com_108); - if_setposition(calc($int2 - if_getwidth(interface_746:com_108)), calc($int3 + cc_getheight), ^setpos_abs_left, ^setpos_abs_top, interface_746:com_108); - } else { - if_setmodelangle(0, 0, 512, 1792, 0, 1000, interface_746:com_108); - if_setposition(calc($int2 - if_getwidth(interface_746:com_108)), calc($int3 - if_getheight(interface_746:com_108)), ^setpos_abs_left, ^setpos_abs_top, interface_746:com_108); - } -} diff --git a/dumps/530/script/[proc,script804].cs2 b/dumps/530/script/[proc,script804].cs2 deleted file mode 100644 index 555cc1a81..000000000 --- a/dumps/530/script/[proc,script804].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 804 -[proc,script804] -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5146), interface_575:com_3); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5147), interface_575:com_4); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5148), interface_575:com_5); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5149), interface_575:com_6); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5150), interface_575:com_7); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5151), interface_575:com_8); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5152), interface_575:com_9); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5153), interface_575:com_10); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5154), interface_575:com_11); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5155), interface_575:com_12); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5156), interface_575:com_13); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5157), interface_575:com_14); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5158), interface_575:com_15); -if_setmodel(enum(int, model, enum_1696, %varplayerbit_5159), interface_575:com_16); -def_int $int0 = 14; -while ($int0 > 0) { - ~script1421($int0); - $int0 = calc($int0 - 1); -} diff --git a/dumps/530/script/[proc,script805].cs2 b/dumps/530/script/[proc,script805].cs2 deleted file mode 100644 index ae718b1b3..000000000 --- a/dumps/530/script/[proc,script805].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 805 -[proc,script805](stat $stat0)(int) -def_int $int1 = ~script807($stat0); -def_int $rgb2 = 0x555555; -if ($int1 > 75) { - $rgb2 = ^green; -} else if ($int1 > 50) { - $rgb2 = ^yellow; -} else if ($int1 > 25) { - $rgb2 = 0xff981f; -} else { - $rgb2 = ^red; -} -return($rgb2); diff --git a/dumps/530/script/[proc,script806].cs2 b/dumps/530/script/[proc,script806].cs2 deleted file mode 100644 index da67cb9c1..000000000 --- a/dumps/530/script/[proc,script806].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 806 -[proc,script806]()(int) -def_int $rgb0 = 0x555555; -if (runenergy_visible > 75) { - $rgb0 = ^green; -} else if (runenergy_visible > 50) { - $rgb0 = ^yellow; -} else if (runenergy_visible > 25) { - $rgb0 = 0xff981f; -} else { - $rgb0 = ^red; -} -return($rgb0); diff --git a/dumps/530/script/[proc,script807].cs2 b/dumps/530/script/[proc,script807].cs2 deleted file mode 100644 index 4afce87a6..000000000 --- a/dumps/530/script/[proc,script807].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 807 -[proc,script807](stat $stat0)(int) -def_int $int1 = 0; -if (stat_base($stat0) > 0) { - $int1 = calc(100 * stat($stat0) / stat_base($stat0)); -} -return($int1); diff --git a/dumps/530/script/[proc,script810].cs2 b/dumps/530/script/[proc,script810].cs2 deleted file mode 100644 index 63d61858c..000000000 --- a/dumps/530/script/[proc,script810].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 810 -[proc,script810] -if (map_members = true & %varplayerbit_4280 = 1) { - if_sethide(false, interface_747:com_1); - if_sethide(false, interface_747:com_2); - if_sethide(false, interface_747:com_5); - if_sethide(false, interface_747:com_3); - ~script817(summoning); - if_sethide(false, interface_747:com_4); - if_setcolour(~script805(summoning), interface_747:com_4); - if_settext(tostring(stat(summoning)), interface_747:com_4); -} else { - if_sethide(true, interface_747:com_1); - if_sethide(true, interface_747:com_2); - if_sethide(true, interface_747:com_4); - if_sethide(true, interface_747:com_5); - if_sethide(true, interface_747:com_3); -} diff --git a/dumps/530/script/[proc,script813].cs2 b/dumps/530/script/[proc,script813].cs2 deleted file mode 100644 index 4285ab370..000000000 --- a/dumps/530/script/[proc,script813].cs2 +++ /dev/null @@ -1,39 +0,0 @@ -// 813 -[proc,script813](int $int0) -def_int $int1 = $int0; -def_model $model2 = null; -def_int $int3 = 0; -def_component $component4 = null; -$int3, $component4, $model2 = ~script814($int0); -if_setmodel($model2, $component4); -~script1421($int0); -$int1 = calc($int0 - 1); -while ($int1 > 0) { - $int3, $component4, $model2 = ~script814($int1); - if_setmodel($model2, $component4); - ~script1421($int1); - if ($int3 > 1) { - $int1 = calc($int1 - 1); - } else { - $int1 = calc($int1 - 1); - while ($int1 > 0) { - ~script818($int1); - $int1 = calc($int1 - 1); - } - } -} -$int1 = calc($int0 + 1); -while ($int1 <= 14) { - $int3, $component4, $model2 = ~script814($int1); - if_setmodel($model2, $component4); - ~script1421($int1); - if ($int3 > 1) { - $int1 = calc($int1 + 1); - } else { - $int1 = calc($int1 + 1); - while ($int1 <= 14) { - ~script818($int1); - $int1 = calc($int1 + 1); - } - } -} diff --git a/dumps/530/script/[proc,script814].cs2 b/dumps/530/script/[proc,script814].cs2 deleted file mode 100644 index fe8ed521a..000000000 --- a/dumps/530/script/[proc,script814].cs2 +++ /dev/null @@ -1,34 +0,0 @@ -// 814 -[proc,script814](int $int0)(int, component, model) -switch_int ($int0) { - case 1 : - return(%varplayerbit_5146, interface_575:com_3, enum(int, model, enum_1696, %varplayerbit_5146)); - case 2 : - return(%varplayerbit_5147, interface_575:com_4, enum(int, model, enum_1696, %varplayerbit_5147)); - case 3 : - return(%varplayerbit_5148, interface_575:com_5, enum(int, model, enum_1696, %varplayerbit_5148)); - case 4 : - return(%varplayerbit_5149, interface_575:com_6, enum(int, model, enum_1696, %varplayerbit_5149)); - case 5 : - return(%varplayerbit_5150, interface_575:com_7, enum(int, model, enum_1696, %varplayerbit_5150)); - case 6 : - return(%varplayerbit_5151, interface_575:com_8, enum(int, model, enum_1696, %varplayerbit_5151)); - case 7 : - return(%varplayerbit_5152, interface_575:com_9, enum(int, model, enum_1696, %varplayerbit_5152)); - case 8 : - return(%varplayerbit_5153, interface_575:com_10, enum(int, model, enum_1696, %varplayerbit_5153)); - case 9 : - return(%varplayerbit_5154, interface_575:com_11, enum(int, model, enum_1696, %varplayerbit_5154)); - case 10 : - return(%varplayerbit_5155, interface_575:com_12, enum(int, model, enum_1696, %varplayerbit_5155)); - case 11 : - return(%varplayerbit_5156, interface_575:com_13, enum(int, model, enum_1696, %varplayerbit_5156)); - case 12 : - return(%varplayerbit_5157, interface_575:com_14, enum(int, model, enum_1696, %varplayerbit_5157)); - case 13 : - return(%varplayerbit_5158, interface_575:com_15, enum(int, model, enum_1696, %varplayerbit_5158)); - case 14 : - return(%varplayerbit_5159, interface_575:com_16, enum(int, model, enum_1696, %varplayerbit_5159)); - case default : - return(-1, null, null); -} diff --git a/dumps/530/script/[proc,script817].cs2 b/dumps/530/script/[proc,script817].cs2 deleted file mode 100644 index 6f06bb907..000000000 --- a/dumps/530/script/[proc,script817].cs2 +++ /dev/null @@ -1,19 +0,0 @@ -// 817 -[proc,script817](stat $stat0) -def_int $int1 = 31; -def_int $int2 = 0; -def_int $int3 = 31; -if (stat($stat0) >= stat_base($stat0)) { - $int2 = 0; -} else if (stat_base($stat0) = 0 | stat_base($stat0) = -1) { - $int2 = 0; -} else { - $int2 = calc($int1 - $int1 * stat($stat0) / stat_base($stat0)); -} -if ($stat0 = hitpoints) { - if_setsize($int3, $int2, ^setsize_abs, ^setsize_abs, interface_748:com_3); -} else if ($stat0 = prayer) { - if_setsize($int3, $int2, ^setsize_abs, ^setsize_abs, interface_749:com_3); -} else if ($stat0 = summoning) { - if_setsize($int3, $int2, ^setsize_abs, ^setsize_abs, interface_747:com_3); -} diff --git a/dumps/530/script/[proc,script818].cs2 b/dumps/530/script/[proc,script818].cs2 deleted file mode 100644 index ef8025445..000000000 --- a/dumps/530/script/[proc,script818].cs2 +++ /dev/null @@ -1,48 +0,0 @@ -// 818 -[proc,script818](int $int0) -def_string $string0 = "No information is available about this beacon."; -switch_int ($int0) { - case 1 : - if_setmodel(model_41805, interface_575:com_3); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 130)", interface_575:com_3); - case 2 : - if_setmodel(model_41805, interface_575:com_4); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 160)", interface_575:com_4); - case 3 : - if_setmodel(model_41805, interface_575:com_5); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_5); - case 4 : - if_setmodel(model_41805, interface_575:com_6); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_6); - case 5 : - if_setmodel(model_41805, interface_575:com_7); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_7); - case 6 : - if_setmodel(model_41805, interface_575:com_8); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_8); - case 7 : - if_setmodel(model_41805, interface_575:com_9); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_9); - case 8 : - if_setmodel(model_41805, interface_575:com_10); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_10); - case 9 : - if_setmodel(model_41805, interface_575:com_11); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_11); - case 10 : - if_setmodel(model_41805, interface_575:com_12); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_12); - case 11 : - if_setmodel(model_41805, interface_575:com_13); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_13); - case 12 : - if_setmodel(model_41805, interface_575:com_14); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_14); - case 13 : - if_setmodel(model_41805, interface_575:com_15); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_15); - case 14 : - if_setmodel(model_41805, interface_575:com_16); - if_setonmouserepeat("script38(event_com, interface_575:com_2, $string0, 25, 200)", interface_575:com_16); -} -%varclient_2 = 0; diff --git a/dumps/530/script/[proc,script821].cs2 b/dumps/530/script/[proc,script821].cs2 deleted file mode 100644 index 5aeeea262..000000000 --- a/dumps/530/script/[proc,script821].cs2 +++ /dev/null @@ -1,10 +0,0 @@ -// 821 -[proc,script821]()(string) -def_string $string0 = ""; -$string0 = ~script822(%varplayerbit_1043, 1, $string0); -$string0 = ~script822(%varplayerbit_1044, 0, $string0); -$string0 = ~script822(%varplayerbit_1045, 0, $string0); -$string0 = ~script822(%varplayerbit_1046, 0, $string0); -$string0 = ~script822(%varplayerbit_1047, 0, $string0); -$string0 = ~script822(%varplayerbit_1048, 0, $string0); -return($string0); diff --git a/dumps/530/script/[proc,script822].cs2 b/dumps/530/script/[proc,script822].cs2 deleted file mode 100644 index 493ffe16c..000000000 --- a/dumps/530/script/[proc,script822].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 822 -[proc,script822](int $int0, int $int1, string $string0)(string) -def_int $int2 = $int0; -if ($int1 = 1) { - $string0 = ~script823($int2, $string0); -} else { - $string0 = ~script824($int2, $string0); -} -return($string0); diff --git a/dumps/530/script/[proc,script823].cs2 b/dumps/530/script/[proc,script823].cs2 deleted file mode 100644 index 26b4db887..000000000 --- a/dumps/530/script/[proc,script823].cs2 +++ /dev/null @@ -1,110 +0,0 @@ -// 823 -[proc,script823](int $int0, string $string0)(string) -if ($int0 = 0) { - $string0 = append($string0, " "); - return($string0); -} -if ($int0 = 1) { - $string0 = append($string0, "A"); - return($string0); -} -if ($int0 = 2) { - $string0 = append($string0, "B"); - return($string0); -} -if ($int0 = 3) { - $string0 = append($string0, "C"); - return($string0); -} -if ($int0 = 4) { - $string0 = append($string0, "D"); - return($string0); -} -if ($int0 = 5) { - $string0 = append($string0, "E"); - return($string0); -} -if ($int0 = 6) { - $string0 = append($string0, "F"); - return($string0); -} -if ($int0 = 7) { - $string0 = append($string0, "G"); - return($string0); -} -if ($int0 = 8) { - $string0 = append($string0, "H"); - return($string0); -} -if ($int0 = 9) { - $string0 = append($string0, "I"); - return($string0); -} -if ($int0 = 10) { - $string0 = append($string0, "J"); - return($string0); -} -if ($int0 = 11) { - $string0 = append($string0, "K"); - return($string0); -} -if ($int0 = 12) { - $string0 = append($string0, "L"); - return($string0); -} -if ($int0 = 13) { - $string0 = append($string0, "M"); - return($string0); -} -if ($int0 = 14) { - $string0 = append($string0, "N"); - return($string0); -} -if ($int0 = 15) { - $string0 = append($string0, "O"); - return($string0); -} -if ($int0 = 16) { - $string0 = append($string0, "P"); - return($string0); -} -if ($int0 = 17) { - $string0 = append($string0, "Q"); - return($string0); -} -if ($int0 = 18) { - $string0 = append($string0, "R"); - return($string0); -} -if ($int0 = 19) { - $string0 = append($string0, "S"); - return($string0); -} -if ($int0 = 20) { - $string0 = append($string0, "T"); - return($string0); -} -if ($int0 = 21) { - $string0 = append($string0, "U"); - return($string0); -} -if ($int0 = 22) { - $string0 = append($string0, "V"); - return($string0); -} -if ($int0 = 23) { - $string0 = append($string0, "W"); - return($string0); -} -if ($int0 = 24) { - $string0 = append($string0, "X"); - return($string0); -} -if ($int0 = 25) { - $string0 = append($string0, "Y"); - return($string0); -} -if ($int0 = 26) { - $string0 = append($string0, "Z"); - return($string0); -} diff --git a/dumps/530/script/[proc,script824].cs2 b/dumps/530/script/[proc,script824].cs2 deleted file mode 100644 index e5363679d..000000000 --- a/dumps/530/script/[proc,script824].cs2 +++ /dev/null @@ -1,110 +0,0 @@ -// 824 -[proc,script824](int $int0, string $string0)(string) -if ($int0 = 0) { - $string0 = append($string0, " "); - return($string0); -} -if ($int0 = 1) { - $string0 = append($string0, "a"); - return($string0); -} -if ($int0 = 2) { - $string0 = append($string0, "b"); - return($string0); -} -if ($int0 = 3) { - $string0 = append($string0, "c"); - return($string0); -} -if ($int0 = 4) { - $string0 = append($string0, "d"); - return($string0); -} -if ($int0 = 5) { - $string0 = append($string0, "e"); - return($string0); -} -if ($int0 = 6) { - $string0 = append($string0, "f"); - return($string0); -} -if ($int0 = 7) { - $string0 = append($string0, "g"); - return($string0); -} -if ($int0 = 8) { - $string0 = append($string0, "h"); - return($string0); -} -if ($int0 = 9) { - $string0 = append($string0, "i"); - return($string0); -} -if ($int0 = 10) { - $string0 = append($string0, "j"); - return($string0); -} -if ($int0 = 11) { - $string0 = append($string0, "k"); - return($string0); -} -if ($int0 = 12) { - $string0 = append($string0, "l"); - return($string0); -} -if ($int0 = 13) { - $string0 = append($string0, "m"); - return($string0); -} -if ($int0 = 14) { - $string0 = append($string0, "n"); - return($string0); -} -if ($int0 = 15) { - $string0 = append($string0, "o"); - return($string0); -} -if ($int0 = 16) { - $string0 = append($string0, "p"); - return($string0); -} -if ($int0 = 17) { - $string0 = append($string0, "q"); - return($string0); -} -if ($int0 = 18) { - $string0 = append($string0, "r"); - return($string0); -} -if ($int0 = 19) { - $string0 = append($string0, "s"); - return($string0); -} -if ($int0 = 20) { - $string0 = append($string0, "t"); - return($string0); -} -if ($int0 = 21) { - $string0 = append($string0, "u"); - return($string0); -} -if ($int0 = 22) { - $string0 = append($string0, "v"); - return($string0); -} -if ($int0 = 23) { - $string0 = append($string0, "w"); - return($string0); -} -if ($int0 = 24) { - $string0 = append($string0, "x"); - return($string0); -} -if ($int0 = 25) { - $string0 = append($string0, "y"); - return($string0); -} -if ($int0 = 26) { - $string0 = append($string0, "z"); - return($string0); -} diff --git a/dumps/530/script/[proc,script831].cs2 b/dumps/530/script/[proc,script831].cs2 deleted file mode 100644 index 6f804c529..000000000 --- a/dumps/530/script/[proc,script831].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 831 -[proc,script831](int $int0, component $component1) -if (cc_find($component1, $int0) = true) { - if (~script837($int0) = ^true) { - cc_setcolour(^green); - } else { - cc_setcolour(^red); - } -} diff --git a/dumps/530/script/[proc,script837].cs2 b/dumps/530/script/[proc,script837].cs2 deleted file mode 100644 index 31f4a3ea6..000000000 --- a/dumps/530/script/[proc,script837].cs2 +++ /dev/null @@ -1,44 +0,0 @@ -// 837 -[proc,script837](int $int0)(int) -if ($int0 < 32) { - return(testbit(%varplayer_20, calc($int0 & 31))); -} else if ($int0 < 64) { - return(testbit(%varplayer_21, calc($int0 & 31))); -} else if ($int0 < 96) { - return(testbit(%varplayer_22, calc($int0 & 31))); -} else if ($int0 < 128) { - return(testbit(%varplayer_23, calc($int0 & 31))); -} else if ($int0 < 160) { - return(testbit(%varplayer_24, calc($int0 & 31))); -} else if ($int0 < 192) { - return(testbit(%varplayer_25, calc($int0 & 31))); -} else if ($int0 < 224) { - return(testbit(%varplayer_298, calc($int0 & 31))); -} else if ($int0 < 256) { - return(testbit(%varplayer_311, calc($int0 & 31))); -} else if ($int0 < 288) { - return(testbit(%varplayer_346, calc($int0 & 31))); -} else if ($int0 < 320) { - return(testbit(%varplayer_414, calc($int0 & 31))); -} else if ($int0 < 352) { - return(testbit(%varplayer_464, calc($int0 & 31))); -} else if ($int0 < 384) { - return(testbit(%varplayer_598, calc($int0 & 31))); -} else if ($int0 < 416) { - return(testbit(%varplayer_662, calc($int0 & 31))); -} else if ($int0 < 448) { - return(testbit(%varplayer_721, calc($int0 & 31))); -} else if ($int0 < 480) { - return(testbit(%varplayer_906, calc($int0 & 31))); -} else if ($int0 < 512) { - return(testbit(%varplayer_1009, calc($int0 & 31))); -} else if ($int0 < 544) { - return(testbit(%varplayer_1104, calc($int0 & 31))); -} else if ($int0 < 576) { - return(testbit(%varplayer_1136, calc($int0 & 31))); -} else if ($int0 < 608) { - return(testbit(%varplayer_1180, calc($int0 & 31))); -} else if ($int0 < 640) { - return(testbit(%varplayer_1202, calc($int0 & 31))); -} -return(null); diff --git a/dumps/530/script/[proc,script841].cs2 b/dumps/530/script/[proc,script841].cs2 deleted file mode 100644 index 10346c74e..000000000 --- a/dumps/530/script/[proc,script841].cs2 +++ /dev/null @@ -1,23 +0,0 @@ -// 841 -[proc,script841](int $int0) -def_int $int1 = 0; -%varplayerbit_4399 = $int0; -if_sethide(true, enum(int, component, enum_1355, %varplayerbit_4398)); -if_sethide(true, enum(int, component, enum_1358, %varplayerbit_4398)); -if ($int0 = 0) { - if_sethide(false, interface_681:com_9); - if_sethide(true, interface_681:com_12); -} else { - if_sethide(false, interface_681:com_12); - if_sethide(true, interface_681:com_9); -} -while ($int1 < 10) { - if (~script855($int1) = $int0) { - if (~script851($int1) ! 7 | ~script852($int1) ! 2) { - if_sethide(false, enum(int, component, enum_1354, $int1)); - } - } else { - if_sethide(true, enum(int, component, enum_1354, $int1)); - } - $int1 = calc($int1 + 1); -} diff --git a/dumps/530/script/[proc,script846].cs2 b/dumps/530/script/[proc,script846].cs2 deleted file mode 100644 index 8425b4a2d..000000000 --- a/dumps/530/script/[proc,script846].cs2 +++ /dev/null @@ -1,36 +0,0 @@ -// 846 -[proc,script846](int $int0, int $int1) -def_component $component2 = enum(int, component, enum_1354, $int0); -def_component $component3 = enum(int, component, enum_1355, $int0); -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = if_getx($component2); -def_int $int7 = if_gety($component2); -def_int $int8 = if_getx($component3); -def_int $int9 = if_gety($component3); -def_int $int10 = if_getmodelangle_y($component2); -def_int $int11 = calc(15 * 18 + 65); -def_int $int12 = calc(11 * 18 + -2); -def_int $int13 = 0; -def_int $int14 = 0; -if ($int0 ! 10) { - if ($int1 = 0 & $int6 > 65) { - $int13 = calc($int13 - 18); - sound_synth(synth_4503, 1, 0); - } else if ($int1 = 1 & $int6 < calc($int11 - 1)) { - $int13 = calc($int13 + 18); - sound_synth(synth_4503, 1, 0); - } else if ($int1 = 2 & $int7 > -2) { - $int14 = calc($int14 - 18); - sound_synth(synth_4503, 1, 0); - } else if ($int1 = 3 & $int7 < $int12) { - $int14 = calc($int14 + 18); - sound_synth(synth_4503, 1, 0); - } - $int6 = calc($int6 + $int13 + $int4); - $int7 = calc($int7 + $int14 + $int5); - $int8 = calc($int8 + $int13 + $int4); - $int9 = calc($int9 + $int14 + $int5); - if_setposition($int6, $int7, ^setpos_abs_left, ^setpos_abs_top, $component2); - if_setposition($int8, $int9, ^setpos_abs_left, ^setpos_abs_top, $component3); -} diff --git a/dumps/530/script/[proc,script849].cs2 b/dumps/530/script/[proc,script849].cs2 deleted file mode 100644 index a04f35121..000000000 --- a/dumps/530/script/[proc,script849].cs2 +++ /dev/null @@ -1,48 +0,0 @@ -// 849 -[proc,script849](int $int0, int $int1) -def_component $component2 = enum(int, component, enum_1354, $int0); -def_component $component3 = enum(int, component, enum_1355, $int0); -def_component $component4 = enum(int, component, enum_1358, $int0); -def_int $int5 = ~script853($int0); -def_int $int6 = ~script854($int0); -def_int $int7 = 0; -def_int $int8 = 0; -def_int $int9 = 0; -def_int $int10 = 0; -def_int $int11 = if_getx($component2); -def_int $int12 = if_gety($component2); -def_int $int13 = if_getx($component3); -def_int $int14 = if_gety($component3); -def_int $int15 = if_getmodelangle_y($component2); -if ($int0 ! 10) { - sound_synth(synth_4503, 1, 0); - if ($int1 = 0) { - $int15 = calc($int15 + 512); - if ($int15 >= 2047) { - $int15 = 0; - } - } else { - $int15 = calc($int15 - 512); - if ($int15 < 0) { - $int15 = 2047; - } - } - if_setmodelangle(0, 0, 512, $int15, 0, 3500, $component2); - if_setmodelangle(0, 0, 512, $int15, 0, 3500, $component3); - if_setmodelangle(0, 0, 512, $int15, 0, 3500, $component4); - if (~script850($int5) ! ~script850($int6)) { - if ($int15 = 512 | $int15 = 1536) { - $int9 = 9; - $int10 = 9; - } else { - $int9 = -9; - $int10 = -9; - } - $int11 = calc($int11 + $int9 + $int7); - $int12 = calc($int12 + $int10 + $int8); - $int13 = calc($int13 + $int9 + $int7); - $int14 = calc($int14 + $int10 + $int8); - } - if_setposition($int11, $int12, ^setpos_abs_left, ^setpos_abs_top, $component2); - if_setposition($int13, $int14, ^setpos_abs_left, ^setpos_abs_top, $component3); -} diff --git a/dumps/530/script/[proc,script84].cs2 b/dumps/530/script/[proc,script84].cs2 deleted file mode 100644 index aea9357a8..000000000 --- a/dumps/530/script/[proc,script84].cs2 +++ /dev/null @@ -1,156 +0,0 @@ -// 84 -[proc,script84] -def_int $int0 = 0; -def_int $int1 = 0; -def_int $chattype2 = ^chattype_gamemessage; -def_component $component3 = null; -def_int $int4 = 0; -if (%varclient_41 = 3) { - $int4 = 1; -} -while ($int1 < 100) { - if (~script193($int1) = true & ~script90($int1, $int4) = true) { - $int0 = calc($int0 + 1); - } - $int1 = calc($int1 + 1); -} -if ($int0 < 8) { - $int0 = 8; - ~script85(interface_137:com_58); - ~script85(interface_137:com_59); - ~script85(interface_137:com_60); - ~script85(interface_137:com_61); - ~script85(interface_137:com_62); - ~script85(interface_137:com_63); - ~script85(interface_137:com_64); - ~script85(interface_137:com_65); -} -if_setscrollsize(463, calc($int0 * 14 + 2), interface_137:com_56); -~script72(interface_137:com_57, interface_137:com_56, calc(%varclient_7 + (if_getscrollheight(interface_137:com_56) - %varclient_8))); -%varclient_7 = if_getscrolly(interface_137:com_56); -%varclient_8 = if_getscrollheight(interface_137:com_56); -if ($int0 < 100) { - ~script85(enum(int, component, enum_579, $int0)); -} -$int1 = 0; -%varclient_132 = null; -def_string $string0 = ""; -def_string $string1 = ""; -def_string $string2 = ""; -if (getwindowmode >= 2) { - $string0 = ""; - $string1 = ""; - $string2 = ""; -} -while ($int1 < 100) { - if (~script193($int1) = true & ~script90($int1, $int4) = true) { - $int0 = calc($int0 - 1); - $component3 = enum(int, component, enum_579, $int0); - $chattype2 = chat_gethistorytype($int1); - switch_int ($chattype2) { - case ^chattype_gamemessage, ^chattype_friendschatnotification, 12, 13 : - if_settext(chat_gethistorymessage($int1), $component3); - case ^chattype_modchat : - if_settext(": <$string0>", $component3); - case ^chattype_publicchat : - if_settext(": <$string0>", $component3); - case ^chattype_privatechat : - if_settext("From : <$string1>", $component3); - case ^chattype_engine : - if_settext("<$string2> ", $component3); - case ^chattype_loginlogoutnotification : - if_settext("<$string1>", $component3); - case ^chattype_privatechatout : - if_settext("To : <$string1>", $component3); - case ^chattype_modprivatechat : - if_settext("From : <$string1>", $component3); - case 8 : - if_settext(" ", $component3); - case ^chattype_friendschat : - if_settext("[<$string0>] : <$string1>", $component3); - case 10 : - if_settext(" is requesting your assistance.", $component3); - case 14 : - if_settext(" wishes to duel with you (stake).", $component3); - case 15 : - if_settext(" wishes to duel with you (friendly).", $component3); - case 16 : - if_settext(" wishes to challenge your clan to a Clan War.", $component3); - case ^chattype_quickchat_public : - if (compare(removetags(chat_playername), removetags(chat_gethistoryname($int1))) ! 0 & chatphrase_getautoresponsecount(chat_gethistoryphrase($int1)) > 0) { - if_settext(": <$string0>", $component3); - } else { - if_settext(": <$string0>", $component3); - } - case ^chattype_quickchat_private_incoming : - if (compare(removetags(chat_playername), removetags(chat_gethistoryname($int1))) ! 0 & chatphrase_getautoresponsecount(chat_gethistoryphrase($int1)) > 0) { - if_settext("From : <$string1>", $component3); - } else { - if_settext("From : <$string1>", $component3); - } - case ^chattype_quickchat_private_outgoing : - if_settext("To : <$string1>", $component3); - case ^chattype_quickchat_friend_chat : - if (compare(removetags(chat_playername), removetags(chat_gethistoryname($int1))) ! 0 & chatphrase_getautoresponsecount(chat_gethistoryphrase($int1)) > 0) { - if_settext("[<$string0>] : <$string1>", $component3); - } else { - if_settext("[<$string0>] : <$string1>", $component3); - } - case 21 : - if_settext(" ", $component3); - } - if_clearops($component3); - if_setonop("script86(event_op, event_opbase, $int1)", $component3); - if_setopbase("", $component3); - switch_int ($chattype2) { - case ^chattype_modchat, ^chattype_publicchat, ^chattype_privatechat, ^chattype_modprivatechat, ^chattype_friendschat, ^chattype_privatechatout : - if (compare(removetags(chat_playername), removetags(chat_gethistoryname($int1))) ! 0) { - if (friend_test(chat_gethistoryname($int1)) = true) { - if (map_quickchat = false & unknown_command_3328 = false) { - if_setop(6, "Message", $component3); - } - } else { - if_setop(6, "Add friend", $component3); - if_setop(7, "Add ignore", $component3); - } - if (staffmodlevel > 0 | playermod > 0) { - if_setop(8, "Report abuse", $component3); - } - } - case ^chattype_engine : - if_setop(1, "Accept trade", $component3); - case 8, 14, 15, 16 : - if_setop(2, "Accept challenge", $component3); - case 10 : - if_setop(3, "Give assistance", $component3); - case ^chattype_quickchat_public, ^chattype_quickchat_private_incoming, ^chattype_quickchat_friend_chat : - if (compare(removetags(chat_playername), removetags(chat_gethistoryname($int1))) ! 0) { - if (friend_test(chat_gethistoryname($int1)) = true) { - if (map_quickchat = false & unknown_command_3328 = false) { - if_setop(6, "Message", $component3); - } - } else { - if_setop(6, "Add friend", $component3); - if_setop(7, "Add ignore", $component3); - } - if (chatphrase_getautoresponsecount(chat_gethistoryphrase($int1)) > 0) { - if (%varclient_132 = null) { - %varclient_132 = chat_gethistoryphrase($int1); - %varclientstring_29 = chat_gethistoryname($int1); - if ($chattype2 = ^chattype_quickchat_friend_chat) { - %varclient_133 = 6; - } else if ($chattype2 = ^chattype_quickchat_private_incoming) { - %varclient_133 = 5; - } else { - %varclient_133 = 4; - } - } - if_setop(9, "Quick Response", $component3); - } - } - case 21 : - if_setop(10, "Accept alliance", $component3); - } - } - $int1 = calc($int1 + 1); -} diff --git a/dumps/530/script/[proc,script850].cs2 b/dumps/530/script/[proc,script850].cs2 deleted file mode 100644 index 0c4085c26..000000000 --- a/dumps/530/script/[proc,script850].cs2 +++ /dev/null @@ -1,6 +0,0 @@ -// 850 -[proc,script850](int $int0)(int) -if (calc($int0 % 2) = 0) { - return(1); -} -return(0); diff --git a/dumps/530/script/[proc,script851].cs2 b/dumps/530/script/[proc,script851].cs2 deleted file mode 100644 index 63de1e89a..000000000 --- a/dumps/530/script/[proc,script851].cs2 +++ /dev/null @@ -1,35 +0,0 @@ -// 851 -[proc,script851](int $int0)(int) -if ($int0 = 10) { - return(0); -} -if ($int0 = 0) { - return(%varplayerbit_4400); -} -if ($int0 = 1) { - return(%varplayerbit_4404); -} -if ($int0 = 2) { - return(%varplayerbit_4408); -} -if ($int0 = 3) { - return(%varplayerbit_4412); -} -if ($int0 = 4) { - return(%varplayerbit_4416); -} -if ($int0 = 5) { - return(%varplayerbit_4420); -} -if ($int0 = 6) { - return(%varplayerbit_4424); -} -if ($int0 = 7) { - return(%varplayerbit_4428); -} -if ($int0 = 8) { - return(%varplayerbit_4432); -} -if ($int0 = 9) { - return(%varplayerbit_4436); -} diff --git a/dumps/530/script/[proc,script852].cs2 b/dumps/530/script/[proc,script852].cs2 deleted file mode 100644 index 37ea6e6d4..000000000 --- a/dumps/530/script/[proc,script852].cs2 +++ /dev/null @@ -1,35 +0,0 @@ -// 852 -[proc,script852](int $int0)(int) -if ($int0 = 10) { - return(0); -} -if ($int0 = 0) { - return(%varplayerbit_4401); -} -if ($int0 = 1) { - return(%varplayerbit_4405); -} -if ($int0 = 2) { - return(%varplayerbit_4409); -} -if ($int0 = 3) { - return(%varplayerbit_4413); -} -if ($int0 = 4) { - return(%varplayerbit_4417); -} -if ($int0 = 5) { - return(%varplayerbit_4421); -} -if ($int0 = 6) { - return(%varplayerbit_4425); -} -if ($int0 = 7) { - return(%varplayerbit_4431); -} -if ($int0 = 8) { - return(%varplayerbit_4433); -} -if ($int0 = 9) { - return(%varplayerbit_4437); -} diff --git a/dumps/530/script/[proc,script853].cs2 b/dumps/530/script/[proc,script853].cs2 deleted file mode 100644 index 08d685491..000000000 --- a/dumps/530/script/[proc,script853].cs2 +++ /dev/null @@ -1,35 +0,0 @@ -// 853 -[proc,script853](int $int0)(int) -if ($int0 = 10) { - return(0); -} -if ($int0 = 0) { - return(2); -} -if ($int0 = 1) { - return(3); -} -if ($int0 = 2) { - return(4); -} -if ($int0 = 3) { - return(5); -} -if ($int0 = 4) { - return(3); -} -if ($int0 = 5) { - return(4); -} -if ($int0 = 6) { - return(4); -} -if ($int0 = 7) { - return(3); -} -if ($int0 = 8) { - return(4); -} -if ($int0 = 9) { - return(3); -} diff --git a/dumps/530/script/[proc,script854].cs2 b/dumps/530/script/[proc,script854].cs2 deleted file mode 100644 index 544d1e977..000000000 --- a/dumps/530/script/[proc,script854].cs2 +++ /dev/null @@ -1,35 +0,0 @@ -// 854 -[proc,script854](int $int0)(int) -if ($int0 = 10) { - return(0); -} -if ($int0 = 0) { - return(1); -} -if ($int0 = 1) { - return(1); -} -if ($int0 = 2) { - return(1); -} -if ($int0 = 3) { - return(1); -} -if ($int0 = 4) { - return(2); -} -if ($int0 = 5) { - return(2); -} -if ($int0 = 6) { - return(2); -} -if ($int0 = 7) { - return(2); -} -if ($int0 = 8) { - return(2); -} -if ($int0 = 9) { - return(3); -} diff --git a/dumps/530/script/[proc,script855].cs2 b/dumps/530/script/[proc,script855].cs2 deleted file mode 100644 index e2496a676..000000000 --- a/dumps/530/script/[proc,script855].cs2 +++ /dev/null @@ -1,35 +0,0 @@ -// 855 -[proc,script855](int $int0)(int) -if ($int0 = 10) { - return(0); -} -if ($int0 = 0) { - return(%varplayerbit_4403); -} -if ($int0 = 1) { - return(%varplayerbit_4406); -} -if ($int0 = 2) { - return(%varplayerbit_4411); -} -if ($int0 = 3) { - return(%varplayerbit_4415); -} -if ($int0 = 4) { - return(%varplayerbit_4419); -} -if ($int0 = 5) { - return(%varplayerbit_4423); -} -if ($int0 = 6) { - return(%varplayerbit_4427); -} -if ($int0 = 7) { - return(%varplayerbit_4430); -} -if ($int0 = 8) { - return(%varplayerbit_4435); -} -if ($int0 = 9) { - return(%varplayerbit_4439); -} diff --git a/dumps/530/script/[proc,script85].cs2 b/dumps/530/script/[proc,script85].cs2 deleted file mode 100644 index f9a181fad..000000000 --- a/dumps/530/script/[proc,script85].cs2 +++ /dev/null @@ -1,4 +0,0 @@ -// 85 -[proc,script85](component $component0) -if_settext("", $component0); -if_clearops($component0); diff --git a/dumps/530/script/[proc,script861].cs2 b/dumps/530/script/[proc,script861].cs2 deleted file mode 100644 index d2c0572de..000000000 --- a/dumps/530/script/[proc,script861].cs2 +++ /dev/null @@ -1,27 +0,0 @@ -// 861 -[proc,script861] -if_sethide(false, interface_682:com_29); -if_sethide(true, interface_682:com_30); -if_sethide(true, interface_682:com_31); -if_sethide(true, interface_682:com_32); -if_sethide(true, interface_682:com_33); -if_sethide(true, interface_682:com_34); -if_sethide(true, interface_682:com_35); -if (%varclient_108 > 0) { - if_sethide(false, interface_682:com_30); -} -if (%varclient_108 > 1) { - if_sethide(false, interface_682:com_31); -} -if (%varclient_108 > 2) { - if_sethide(false, interface_682:com_32); -} -if (%varclient_108 > 3) { - if_sethide(false, interface_682:com_33); -} -if (%varclient_108 > 4) { - if_sethide(false, interface_682:com_34); -} -if (%varclient_108 > 5) { - if_sethide(false, interface_682:com_35); -} diff --git a/dumps/530/script/[proc,script867].cs2 b/dumps/530/script/[proc,script867].cs2 deleted file mode 100644 index 0b06e9956..000000000 --- a/dumps/530/script/[proc,script867].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 867 -[proc,script867](component $component0) -if (cc_find($component0, 0) = true) { - cc_settrans(230); -} diff --git a/dumps/530/script/[proc,script869].cs2 b/dumps/530/script/[proc,script869].cs2 deleted file mode 100644 index b61a0440a..000000000 --- a/dumps/530/script/[proc,script869].cs2 +++ /dev/null @@ -1,5 +0,0 @@ -// 869 -[proc,script869](component $component0) -if (cc_find($component0, 0) = true) { - cc_settrans(255); -} diff --git a/dumps/530/script/[proc,script896].cs2 b/dumps/530/script/[proc,script896].cs2 deleted file mode 100644 index 8368f3e78..000000000 --- a/dumps/530/script/[proc,script896].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 896 -[proc,script896] -def_int $int0 = calc(116 / 12); -def_int $int1 = calc($int0 * %varplayerbit_4527); -def_int $int2 = calc($int0 * %varplayerbit_4526); -if_setposition(if_getx(interface_717:com_8), calc(122 + (116 - $int1)), ^setpos_abs_left, ^setpos_abs_top, interface_717:com_8); -if_setposition(if_getx(interface_717:com_7), calc(122 + (116 - $int2)), ^setpos_abs_left, ^setpos_abs_top, interface_717:com_7); -if_setsize(27, $int1, ^setsize_abs, ^setsize_abs, interface_717:com_8); -if_setsize(27, $int2, ^setsize_abs, ^setsize_abs, interface_717:com_7); diff --git a/dumps/530/script/[proc,script89].cs2 b/dumps/530/script/[proc,script89].cs2 deleted file mode 100644 index f7255adf5..000000000 --- a/dumps/530/script/[proc,script89].cs2 +++ /dev/null @@ -1,60 +0,0 @@ -// 89 -[proc,script89] -def_int $int0 = 0; -def_component $component1 = null; -def_int $int2 = 0; -def_int $int3 = 0; -if (reboottimer > 0) { - $int2 = calc(reboottimer / 50 % 60); - $int3 = calc(reboottimer / 3000); - if ($int2 < 10) { - if_settext("System update in: :0", interface_754:com_5); - } else { - if_settext("System update in: :", interface_754:com_5); - } - $int0 = 1; -} -def_int $int4 = 0; -def_int $chattype5 = ^chattype_gamemessage; -if (%varplayer_287 = 1 & (getwindowmode < 2 | %varclient_41 ! -1)) { - while ($int4 < 100 & $int0 < 5) { - if (~script91($int4) = true) { - $component1 = enum(int, component, enum_580, $int0); - $chattype5 = chat_gethistorytype($int4); - switch_int ($chattype5) { - case ^chattype_privatechat, ^chattype_modprivatechat, ^chattype_quickchat_private_incoming : - if_settext("From : ", $component1); - case ^chattype_loginlogoutnotification : - if_settext(chat_gethistorymessage($int4), $component1); - case ^chattype_privatechatout, ^chattype_quickchat_private_outgoing : - if_settext("To : ", $component1); - } - if_clearops($component1); - switch_int ($chattype5) { - case ^chattype_privatechat, ^chattype_loginlogoutnotification, ^chattype_privatechatout, ^chattype_modprivatechat, ^chattype_quickchat_private_incoming, ^chattype_quickchat_private_outgoing : - if_setopbase("", $component1); - if (compare(removetags(chat_playername), removetags(chat_gethistoryname($int4))) ! 0) { - if (friend_test(chat_gethistoryname($int4)) = true) { - if (map_quickchat = false & unknown_command_3328 = false) { - if_setop(8, "Message", $component1); - } - } else { - if_setop(8, "Add friend", $component1); - if_setop(9, "Add ignore", $component1); - } - if (staffmodlevel > 0 | playermod > 0) { - if_setop(10, "Report abuse", $component1); - } - } - } - $int0 = calc($int0 + 1); - } - $int4 = calc($int4 + 1); - } -} -while ($int0 < 5) { - $component1 = enum(int, component, enum_580, $int0); - if_settext("", $component1); - if_clearops($component1); - $int0 = calc($int0 + 1); -} diff --git a/dumps/530/script/[proc,script90].cs2 b/dumps/530/script/[proc,script90].cs2 deleted file mode 100644 index 5854e65ff..000000000 --- a/dumps/530/script/[proc,script90].cs2 +++ /dev/null @@ -1,80 +0,0 @@ -// 90 -[proc,script90](int $int0, int $int1)(boolean) -switch_int (chat_gethistorytype($int0)) { - case null : - return(false); - case ^chattype_gamemessage, ^chattype_modchat : - return(true); - case ^chattype_publicchat, ^chattype_quickchat_public : - if (chat_getfilter_public = ^chatfilter_on) { - return(true); - } - if (chat_getfilter_public = ^chatfilter_friends & friend_test(chat_gethistoryname($int0)) = true) { - return(true); - } - return(false); - case ^chattype_privatechat, ^chattype_quickchat_private_incoming : - if (%varplayer_287 = 1 & %varclient_41 >= 0 & $int1 = 0 & ~script506($int0) = false) { - return(false); - } - if (chat_getfilter_private = ^chatfilter_on) { - return(true); - } - if (chat_getfilter_private = ^chatfilter_friends & friend_test(chat_gethistoryname($int0)) = true) { - return(true); - } - return(false); - case ^chattype_engine, 8, 14, 15, 21 : - if (chat_getfilter_trade = ^chatfilter_on) { - return(true); - } - if (chat_getfilter_trade = ^chatfilter_friends & friend_test(chat_gethistoryname($int0)) = true) { - return(true); - } - return(false); - case ^chattype_loginlogoutnotification, ^chattype_privatechatout, ^chattype_quickchat_private_outgoing : - if (%varplayer_287 = 1 & %varclient_41 >= 0 & $int1 = 0 & ~script506($int0) = false) { - return(false); - } - if (chat_getfilter_private < 2) { - return(true); - } - return(false); - case ^chattype_modprivatechat : - if (%varplayer_287 = 1 & %varclient_41 >= 0 & $int1 = 0 & ~script506($int0) = false) { - return(false); - } - return(true); - case ^chattype_friendschat, 16, ^chattype_quickchat_friend_chat : - if (%varplayer_1054 = 0) { - return(true); - } - if (%varplayer_1054 = 1 & friend_test(chat_gethistoryname($int0)) = true) { - return(true); - } - return(false); - case 10 : - if (%varplayer_1055 = 0) { - return(true); - } - if (%varplayer_1055 = 1 & friend_test(chat_gethistoryname($int0)) = true) { - return(true); - } - return(false); - case ^chattype_friendschatnotification : - if (%varplayer_1054 < 2) { - return(true); - } - return(false); - case 12 : - if (chat_getfilter_trade < 2) { - return(true); - } - return(false); - case 13 : - if (%varplayer_1055 < 2) { - return(true); - } - return(false); -} -return(true); diff --git a/dumps/530/script/[proc,script915].cs2 b/dumps/530/script/[proc,script915].cs2 deleted file mode 100644 index 2f837f955..000000000 --- a/dumps/530/script/[proc,script915].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 915 -[proc,script915](component $component0) -cc_deleteall($component0); -def_int $int1 = if_getwidth($component0); -def_int $int2 = if_getheight($component0); -def_int $int3 = calc($int1 - 9); -def_int $int4 = calc($int2 - 9); -def_int $int5 = calc($int1 - 18); -def_int $int6 = calc($int2 - 18); -~script98($component0, 0, tradebacking_light, 0, 0, $int1, $int2); -~script98($component0, 1, "v2_stone_button_out,0", 0, 0, 9, 9); -~script98($component0, 2, "v2_stone_button_out,1", $int3, 0, 9, 9); -~script98($component0, 3, "v2_stone_button_out,2", 0, $int4, 9, 9); -~script98($component0, 4, "v2_stone_button_out,3", $int3, $int4, 9, 9); -~script98($component0, 5, "v2_stone_button_out,4", 0, 9, 9, $int6); -~script98($component0, 6, "v2_stone_button_out,5", 9, 0, $int5, 9); -~script98($component0, 7, "v2_stone_button_out,6", $int3, 9, 9, $int6); -~script98($component0, 8, "v2_stone_button_out,7", 9, $int4, $int5, 9); diff --git a/dumps/530/script/[proc,script91].cs2 b/dumps/530/script/[proc,script91].cs2 deleted file mode 100644 index 2cf3fbca6..000000000 --- a/dumps/530/script/[proc,script91].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 91 -[proc,script91](int $int0)(boolean) -switch_int (chat_gethistorytype($int0)) { - case ^chattype_modprivatechat : - return(true); - case ^chattype_privatechat, ^chattype_quickchat_private_incoming : - if (chat_getfilter_private = ^chatfilter_on) { - return(true); - } - if (chat_getfilter_private = ^chatfilter_friends & friend_test(chat_gethistoryname($int0)) = true) { - return(true); - } - return(false); - case ^chattype_loginlogoutnotification, ^chattype_privatechatout, ^chattype_quickchat_private_outgoing : - if (chat_getfilter_private < 2) { - return(true); - } - return(false); -} -return(false); diff --git a/dumps/530/script/[proc,script927].cs2 b/dumps/530/script/[proc,script927].cs2 deleted file mode 100644 index ec925f3bf..000000000 --- a/dumps/530/script/[proc,script927].cs2 +++ /dev/null @@ -1,35 +0,0 @@ -// 927 -[proc,script927](int $int0, int $int1) -cc_deleteall(interface_725:com_70); -def_component $component2 = enum(int, component, enum_1442, $int0); -if ($component2 = interface_725:com_26) { - return; -} -if ($component2 = null) { - if_close; - return; -} -def_obj $obj3 = obj_564; -if (calc($int0 % 2) = 0) { - $obj3 = obj_561; -} -if_setobject($obj3, -1, $component2); -if ($int1 = 1) { - cc_create(interface_725:com_70, ^iftype_model, 0); - cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(if_getx($component2), if_gety($component2), ^setpos_abs_left, ^setpos_abs_top); - cc_setmodel(model_4611); - cc_setmodelangle(0, 0, 512, 0, 0, 768); - cc_setmodelanim(seq_1355); - sound_synth(synth_1122, 1, 0); -} -if ($int0 = calc(43 - 1)) { - if_setobject(obj_3875, -1, interface_725:com_45); - if_setobject(obj_3875, -1, interface_725:com_51); - if_setobject(obj_3875, -1, interface_725:com_57); - if_setobject(obj_3875, -1, interface_725:com_63); - sound_jingle(jingle_110, 6656); - if_settext("<"Fairtrade"> wins!", interface_725:com_26); - if_settext("Player got four in a row.", interface_725:com_27); - return; -} diff --git a/dumps/530/script/[proc,script928].cs2 b/dumps/530/script/[proc,script928].cs2 deleted file mode 100644 index 8e68da83f..000000000 --- a/dumps/530/script/[proc,script928].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 928 -[proc,script928](int $int0, string $string0, string $string1, component $component1) -if ($int0 = 0) { - if_settext("<$string0> starts.", $component1); -} else if (calc($int0 % 2) = 0) { - if_settext("Turn: <$string0>", $component1); -} else { - if_settext("Turn: <$string1>", $component1); -} diff --git a/dumps/530/script/[proc,script931].cs2 b/dumps/530/script/[proc,script931].cs2 deleted file mode 100644 index d20721002..000000000 --- a/dumps/530/script/[proc,script931].cs2 +++ /dev/null @@ -1,238 +0,0 @@ -// 931 -[proc,script931](int $int0, int $int1) -if ($int0 = 1) { - ~script932(54, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 2) { - ~script932(52, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 3) { - ~script932(47, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 4) { - ~script932(102, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 5) { - ~script932(100, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 6) { - ~script932(46, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 7) { - ~script932(93, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 8) { - ~script932(39, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 9) { - ~script932(95, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 10) { - ~script932(94, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 11) { - ~script932(99, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 12) { - ~script932(98, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 13) { - ~script932(50, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 14) { - ~script932(97, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 15) { - ~script932(43, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 16) { - ~script932(96, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 17) { - ~script932(10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 18) { - ~script932(22, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 19) { - ~script932(3, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 20) { - ~script932(76, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 21) { - ~script932(74, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 22) { - ~script932(75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 23) { - ~script932(25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 24) { - ~script932(36, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 25) { - ~script932(30, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 26) { - ~script932(29, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 27) { - ~script932(17, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 28) { - ~script932(83, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 29) { - ~script932(65, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 30) { - ~script932(32, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 31) { - ~script932(15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 32) { - ~script932(64, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 33) { - ~script932(1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 34) { - ~script932(9, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 35) { - ~script932(77, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 36) { - ~script932(8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 37) { - ~script932(20, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 38) { - ~script932(78, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 39) { - ~script932(27, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 40) { - ~script932(62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 41) { - ~script932(12, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 42) { - ~script932(61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 43) { - ~script932(80, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 44) { - ~script932(81, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 45) { - ~script932(11, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 46) { - ~script932(69, 91, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 47) { - ~script932(31, 57, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 48) { - ~script932(7, 56, 0, 49, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 49) { - ~script932(105, 42, 104, 28, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 50) { - ~script932(89, 88, 35, 72, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 51) { - ~script932(21, 73, 14, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 52) { - ~script932(67, 16, 66, 58, 2, 34, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 53) { - ~script932(87, 79, 71, 33, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 54) { - ~script932(86, 26, 85, 37, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 55) { - ~script932(90, 82, 23, 24, 84, 92, 38, 13, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 56) { - ~script932(63, 6, 5, 4, 60, 68, 18, 19, 70, 53, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 57) { - ~script932(109, 101, 40, 41, 108, 45, 51, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 58) { - ~script932(107, 44, 106, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} -if ($int0 = 59) { - ~script932(110, 48, 103, 111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, $int0, $int1); - return; -} diff --git a/dumps/530/script/[proc,script932].cs2 b/dumps/530/script/[proc,script932].cs2 deleted file mode 100644 index 43924769d..000000000 --- a/dumps/530/script/[proc,script932].cs2 +++ /dev/null @@ -1,11 +0,0 @@ -// 932 -[proc,script932](int $int0, int $int1, int $int2, int $int3, int $int4, int $int5, int $int6, int $int7, int $int8, int $int9, int $int10, int $int11, int $int12, int $int13, int $int14, int $int15, int $int16) -~script935($int0, $int15, $int16); -if ($int1 = -1) { - return; -} -if ($int16 = 1) { - ~script933($int1, $int2, $int3, $int4, $int5, $int6, $int7, $int8, $int9, $int10, $int11, $int12, $int13, $int14, $int15); - return; -} -if_setontimer("script934(calc(clientclock + 16), $int1, $int2, $int3, $int4, $int5, $int6, $int7, $int8, $int9, $int10, $int11, $int12, $int13, $int14, $int15)", interface_724:com_27); diff --git a/dumps/530/script/[proc,script933].cs2 b/dumps/530/script/[proc,script933].cs2 deleted file mode 100644 index fa93f101e..000000000 --- a/dumps/530/script/[proc,script933].cs2 +++ /dev/null @@ -1,58 +0,0 @@ -// 933 -[proc,script933](int $int0, int $int1, int $int2, int $int3, int $int4, int $int5, int $int6, int $int7, int $int8, int $int9, int $int10, int $int11, int $int12, int $int13, int $int14) -if ($int0 = -1) { - return; -} -~script935($int0, $int14, 1); -if ($int1 = -1) { - return; -} -~script935($int1, $int14, 1); -if ($int2 = -1) { - return; -} -~script935($int2, $int14, 1); -if ($int3 = -1) { - return; -} -~script935($int3, $int14, 1); -if ($int4 = -1) { - return; -} -~script935($int4, $int14, 1); -if ($int5 = -1) { - return; -} -~script935($int5, $int14, 1); -if ($int6 = -1) { - return; -} -~script935($int6, $int14, 1); -if ($int7 = -1) { - return; -} -~script935($int7, $int14, 1); -if ($int8 = -1) { - return; -} -~script935($int8, $int14, 1); -if ($int9 = -1) { - return; -} -~script935($int9, $int14, 1); -if ($int10 = -1) { - return; -} -~script935($int10, $int14, 1); -if ($int11 = -1) { - return; -} -~script935($int11, $int14, 1); -if ($int12 = -1) { - return; -} -~script935($int12, $int14, 1); -if ($int13 = -1) { - return; -} -~script935($int13, $int14, 1); diff --git a/dumps/530/script/[proc,script935].cs2 b/dumps/530/script/[proc,script935].cs2 deleted file mode 100644 index 5776717fb..000000000 --- a/dumps/530/script/[proc,script935].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 935 -[proc,script935](int $int0, int $int1, int $int2) -if (cc_find(interface_724:com_27, 288) = true) { - cc_delete; -} -if (cc_find(interface_724:com_27, calc($int0 + 112)) = true) { - cc_sethide(true); - if ($int2 = 0) { - .cc_create(interface_724:com_27, ^iftype_rectangle, 288); - .cc_setcolour(^green); - .cc_setsize(cc_getwidth, cc_getheight, ^setsize_abs, ^setsize_abs); - .cc_setposition(cc_getx, cc_gety, ^setpos_abs_left, ^setpos_abs_top); - .cc_sethide(false); - .cc_setontimer("script937(event_comsubid, clientclock)"); - } -} -if ($int0 <= 55) { - ~script936(calc($int0 + 112 + $int0 / 7), $int1, $int2); - ~script936(calc($int0 + 113 + $int0 / 7), $int1, $int2); - return; -} -if ($int0 <= 111) { - ~script936(calc($int0 + 56), $int1, $int2); - ~script936(calc($int0 + 64), $int1, $int2); - return; -} diff --git a/dumps/530/script/[proc,script936].cs2 b/dumps/530/script/[proc,script936].cs2 deleted file mode 100644 index 436296ddc..000000000 --- a/dumps/530/script/[proc,script936].cs2 +++ /dev/null @@ -1,36 +0,0 @@ -// 936 -[proc,script936](int $int0, int $int1, int $int2) -def_int $int3 = calc(($int0 - 112) % 8); -def_int $int4 = calc(($int0 - 112) / 8); -def_int $int5 = 0; -if ($int4 = 0) { - $int5 = setbit($int5, 0); -} else if (cc_find(interface_724:com_27, calc($int0 + 48)) = true & cc_gethide = true) { - $int5 = setbit($int5, 0); -} -if ($int4 = 7) { - $int5 = setbit($int5, 1); -} else if (cc_find(interface_724:com_27, calc($int0 + 56)) = true & cc_gethide = true) { - $int5 = setbit($int5, 1); -} -if ($int3 = 0) { - $int5 = setbit($int5, 2); -} else if (cc_find(interface_724:com_27, calc($int0 - 1 - $int4)) = true & cc_gethide = true) { - $int5 = setbit($int5, 2); -} -if ($int3 = 7) { - $int5 = setbit($int5, 3); -} else if (cc_find(interface_724:com_27, calc($int0 - $int4)) = true & cc_gethide = true) { - $int5 = setbit($int5, 3); -} -if ($int5 = 15 & cc_find(interface_724:com_27, calc($int0 + 112)) = true) { - if (calc($int1 % 2) = 1) { - cc_setobject(obj_560, -1); - } else { - cc_setobject(obj_565, -1); - } - cc_sethide(false); - if ($int2 = 0) { - sound_synth(synth_1122, 1, 0); - } -} diff --git a/dumps/530/script/[proc,script940].cs2 b/dumps/530/script/[proc,script940].cs2 deleted file mode 100644 index 809c49980..000000000 --- a/dumps/530/script/[proc,script940].cs2 +++ /dev/null @@ -1,387 +0,0 @@ -// 940 -[proc,script940](int $int0, int $int1) -if (cc_find(interface_727:com_29, 24) = true) { - cc_delete; -} -if ($int0 = 1) { - ~script941(11, 16, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 2) { - ~script941(15, 20, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 3) { - ~script941(7, 12, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 4) { - ~script941(13, 19, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 5) { - ~script941(10, 14, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 6) { - ~script941(15, 15, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 7) { - ~script941(3, 8, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 8) { - ~script941(19, 24, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 9) { - ~script941(5, 11, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 10) { - ~script941(15, 6, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(5, 16, $int1, $int0); - return; -} -if ($int0 = 11) { - ~script941(1, 11, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(15, 16, $int1, $int0); - return; -} -if ($int0 = 12) { - ~script941(12, 17, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 13) { - ~script941(7, 15, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 14) { - ~script941(13, 12, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(7, 16, $int1, $int0); - return; -} -if ($int0 = 15) { - ~script941(3, 15, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(13, 16, $int1, $int0); - return; -} -if ($int0 = 16) { - ~script941(17, 22, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 17) { - ~script941(6, 12, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 18) { - ~script941(17, 19, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 19) { - ~script941(3, 22, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(17, 16, $int1, $int0); - return; -} -if ($int0 = 20) { - ~script941(18, 18, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(3, 16, $int1, $int0); - return; -} -if ($int0 = 21) { - ~script941(10, 21, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(18, 16, $int1, $int0); - return; -} -if ($int0 = 22) { - ~script941(16, 18, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(10, 16, $int1, $int0); - return; -} -if ($int0 = 23) { - ~script941(9, 13, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 24) { - ~script941(12, 10, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(9, 16, $int1, $int0); - return; -} -if ($int0 = 25) { - ~script941(4, 14, 21, -1, -1, -1, -1, $int1, $int0); - ~script942(12, 16, $int1, $int0); - ~script942(16, 32, $int1, $int0); - return; -} -if ($int0 = 26) { - ~script941(20, 25, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 27) { - ~script941(6, 15, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 28) { - ~script941(20, 18, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(4, 16, $int1, $int0); - return; -} -if ($int0 = 29) { - ~script941(0, 5, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 30) { - ~script941(22, 28, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 31) { - ~script941(0, 10, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 32) { - ~script941(14, 20, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 33) { - ~script941(11, 23, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(14, 16, $int1, $int0); - return; -} -if ($int0 = 34) { - ~script941(22, 19, 12, -1, -1, -1, -1, $int1, $int0); - ~script942(11, 16, $int1, $int0); - ~script942(6, 32, $int1, $int0); - return; -} -if ($int0 = 35) { - ~script941(0, 13, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 36) { - ~script941(22, 8, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 37) { - ~script941(0, 22, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(20, 16, $int1, $int0); - return; -} -if ($int0 = 38) { - ~script941(22, 4, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 39) { - ~script941(1, 14, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 40) { - ~script941(19, 20, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 41) { - ~script941(1, 18, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 42) { - ~script941(19, 15, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 43) { - ~script941(1, 21, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 44) { - ~script941(19, 11, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 45) { - ~script941(0, 26, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 46) { - ~script941(22, 8, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 47) { - ~script941(0, 29, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 48) { - ~script941(22, 12, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 49) { - ~script941(0, 25, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 50) { - ~script941(19, 7, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 51) { - ~script941(1, 26, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 52) { - ~script941(21, 21, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(1, 16, $int1, $int0); - return; -} -if ($int0 = 53) { - ~script941(0, 18, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(21, 16, $int1, $int0); - return; -} -if ($int0 = 54) { - ~script941(19, 4, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 55) { - ~script941(8, 13, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 56) { - ~script941(23, 28, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 57) { - ~script941(8, 17, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 58) { - ~script941(23, 23, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 59) { - ~script941(0, 14, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 60) { - ~script941(23, 20, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 61) { - ~script941(8, 21, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 62) { - ~script941(22, 16, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 63) { - ~script941(8, 26, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 64) { - ~script941(23, 15, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 65) { - ~script941(0, 20, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(23, 16, $int1, $int0); - return; -} -if ($int0 = 66) { - ~script941(22, 23, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(0, 16, $int1, $int0); - return; -} -if ($int0 = 67) { - ~script941(8, 30, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 68) { - ~script941(22, 19, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 69) { - ~script941(2, 6, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 70) { - ~script941(22, 14, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 71) { - ~script941(8, 27, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 72) { - ~script941(19, 7, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 73) { - ~script941(8, 23, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 74) { - ~script941(19, 3, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 75) { - ~script941(2, 10, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 76) { - ~script941(22, 5, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(2, 16, $int1, $int0); - return; -} -if ($int0 = 77) { - ~script941(8, 20, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 78) { - ~script941(19, 7, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 79) { - ~script941(8, 16, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 80) { - ~script941(22, 10, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 81) { - ~script941(8, 20, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 82) { - ~script941(22, 14, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 83) { - ~script941(8, 15, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 84) { - ~script941(19, 3, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 85) { - ~script941(8, 20, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 86) { - ~script941(22, 19, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 87) { - ~script941(8, 24, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 88) { - ~script941(22, 23, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 89) { - ~script941(8, 20, -1, -1, -1, -1, -1, $int1, $int0); - return; -} -if ($int0 = 90) { - ~script941(22, 16, -1, -1, -1, -1, -1, $int1, $int0); - ~script942(8, 16, $int1, $int0); - return; -} diff --git a/dumps/530/script/[proc,script941].cs2 b/dumps/530/script/[proc,script941].cs2 deleted file mode 100644 index 2e4d22ab4..000000000 --- a/dumps/530/script/[proc,script941].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 941 -[proc,script941](int $int0, int $int1, int $int2, int $int3, int $int4, int $int5, int $int6, int $int7, int $int8) -if (cc_find(interface_727:com_29, $int0) = true) { - if ($int7 = 1) { - ~script943($int1, $int2, $int3, $int4, $int5, $int6); - return; - } - cc_setontimer("script944(event_comsubid, clientclock, cc_getx, cc_gety, $int1, $int2, $int3, $int4, $int5, $int6, $int8)"); -} diff --git a/dumps/530/script/[proc,script942].cs2 b/dumps/530/script/[proc,script942].cs2 deleted file mode 100644 index a96a3b725..000000000 --- a/dumps/530/script/[proc,script942].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 942 -[proc,script942](int $int0, int $int1, int $int2, int $int3) -if (cc_find(interface_727:com_29, $int0) = true) { - if ($int2 = 1) { - cc_sethide(true); - return; - } - cc_setontimer("script945(event_comsubid, calc(clientclock + $int1), $int3)"); -} diff --git a/dumps/530/script/[proc,script943].cs2 b/dumps/530/script/[proc,script943].cs2 deleted file mode 100644 index d9f6cbfef..000000000 --- a/dumps/530/script/[proc,script943].cs2 +++ /dev/null @@ -1,30 +0,0 @@ -// 943 -[proc,script943](int $int0, int $int1, int $int2, int $int3, int $int4, int $int5) -if (cc_getinvobject = obj_566) { - if ($int0 >= 29 | $int1 >= 29 | $int2 >= 29 | $int3 >= 29 | $int4 >= 29 | $int5 >= 29) { - cc_setobject(obj_3880, -1); - } -} else if (cc_getinvobject = obj_562 & ($int0 > 0 & $int0 <= 4 | $int1 > 0 & $int1 <= 4 | $int2 > 0 & $int2 <= 4 | $int3 > 0 & $int3 <= 4 | $int4 > 0 & $int4 <= 4 | $int5 > 0 & $int5 <= 4)) { - cc_setobject(obj_3876, -1); -} -if ($int5 ! -1) { - cc_setposition(~script946($int5), ^setpos_abs_left, ^setpos_abs_top); - return; -} -if ($int4 ! -1) { - cc_setposition(~script946($int4), ^setpos_abs_left, ^setpos_abs_top); - return; -} -if ($int3 ! -1) { - cc_setposition(~script946($int3), ^setpos_abs_left, ^setpos_abs_top); - return; -} -if ($int2 ! -1) { - cc_setposition(~script946($int2), ^setpos_abs_left, ^setpos_abs_top); - return; -} -if ($int1 ! -1) { - cc_setposition(~script946($int1), ^setpos_abs_left, ^setpos_abs_top); - return; -} -cc_setposition(~script946($int0), ^setpos_abs_left, ^setpos_abs_top); diff --git a/dumps/530/script/[proc,script946].cs2 b/dumps/530/script/[proc,script946].cs2 deleted file mode 100644 index 7348980ea..000000000 --- a/dumps/530/script/[proc,script946].cs2 +++ /dev/null @@ -1,21 +0,0 @@ -// 946 -[proc,script946](int $int0)(int, int) -def_int $int1 = -1; -if (calc($int0 % 8) = 1) { - $int1 = 0; -} else if (calc($int0 % 8) = 2) { - $int1 = 2; -} else if (calc($int0 % 8) = 3) { - $int1 = 4; -} else if (calc($int0 % 8) = 4) { - $int1 = 6; -} else if (calc($int0 % 8) = 5) { - $int1 = 1; -} else if (calc($int0 % 8) = 6) { - $int1 = 3; -} else if (calc($int0 % 8) = 7) { - $int1 = 5; -} else { - $int1 = 7; -} -return(calc($int1 * 32), calc(32 * (7 - ($int0 - 1) / 4))); diff --git a/dumps/530/script/[proc,script949].cs2 b/dumps/530/script/[proc,script949].cs2 deleted file mode 100644 index 291a1a902..000000000 --- a/dumps/530/script/[proc,script949].cs2 +++ /dev/null @@ -1,91 +0,0 @@ -// 949 -[proc,script949](int $int0, int $int1) -cc_deleteall(interface_726:com_187); -def_component $component2 = enum(int, component, enum_1443, $int0); -if ($component2 = interface_726:com_121) { - if_setobject(obj_554, -1, interface_726:com_150); - if_setobject(obj_563, -1, interface_726:com_151); - if_setobject(obj_554, -1, interface_726:com_159); - if_setobject(obj_563, -1, interface_726:com_158); - return; -} -if ($component2 = null) { - if_close; - return; -} -def_obj $obj3 = obj_554; -if (calc($int0 % 2) = 0) { - $obj3 = obj_563; -} -if_setobject($obj3, -1, $component2); -if ($int1 = 1) { - cc_create(interface_726:com_187, ^iftype_model, 0); - cc_setsize(32, 32, ^setsize_abs, ^setsize_abs); - cc_setposition(if_getx($component2), if_gety($component2), ^setpos_abs_left, ^setpos_abs_top); - cc_setmodel(model_4611); - cc_setmodelangle(0, 0, 512, 0, 0, 768); - cc_setmodelanim(seq_1355); - sound_synth(synth_1122, 1, 0); -} -def_int $int4 = -1; -def_int $int5 = -1; -$int4, $int5 = ~script951($component2); -if ($int4 = -1 | $int5 = -1) { - return; -} -if ($int5 < 7) { - ~script950($int4, $int5, 0, 1, $obj3); - if ($int4 < 7) { - ~script950($int4, $int5, 1, 1, $obj3); - } -} -if ($int4 < 7) { - ~script950($int4, $int5, 1, 0, $obj3); - if ($int5 > 0) { - ~script950($int4, $int5, 1, -1, $obj3); - } -} -if ($int5 > 0) { - ~script950($int4, $int5, 0, -1, $obj3); - if ($int4 > 0) { - ~script950($int4, $int5, -1, -1, $obj3); - } -} -if ($int4 > 0) { - ~script950($int4, $int5, -1, 0, $obj3); - if ($int5 < 7) { - ~script950($int4, $int5, -1, 1, $obj3); - } -} -def_int $int6 = 0; -def_int $int7 = 0; -if ($int0 = calc(61 - 1)) { - $int4 = 0; - while ($int4 < 8) { - $int5 = 0; - while ($int5 < 8) { - if (if_getinvobject(~script952($int4, $int5)) = obj_554) { - $int6 = calc($int6 + 1); - } else if (if_getinvobject(~script952($int4, $int5)) = obj_563) { - $int7 = calc($int7 + 1); - } - $int5 = calc($int5 + 1); - } - $int4 = calc($int4 + 1); - } - if ($int6 > $int7) { - sound_jingle(jingle_110, 6656); - if_settext("<"Teapotspout"> wins!", interface_726:com_121); - } else if ($int6 < $int7) { - sound_jingle(jingle_110, 6656); - if_settext("<"Hotwater"> wins!", interface_726:com_121); - } else { - sound_jingle(jingle_108, 6449); - if_settext("It's a draw.", interface_726:com_121); - } - if (calc($int6 + $int7) >= 64) { - if_settext("The board is full.", interface_726:com_122); - } else { - if_settext("Neither player can move.", interface_726:com_122); - } -} diff --git a/dumps/530/script/[proc,script950].cs2 b/dumps/530/script/[proc,script950].cs2 deleted file mode 100644 index 2dca663ed..000000000 --- a/dumps/530/script/[proc,script950].cs2 +++ /dev/null @@ -1,32 +0,0 @@ -// 950 -[proc,script950](int $int0, int $int1, int $int2, int $int3, obj $obj4) -def_int $int5 = 0; -def_int $int6 = 0; -def_component $component7 = null; -while ($int6 = 0) { - $int0, $int1 = calc($int0 + $int2), calc($int1 + $int3); - if ($int0 < 0 | $int0 > 7 | $int1 < 0 | $int1 > 7) { - $int5 = 0; - $int6 = 1; - } else { - $component7 = ~script952($int0, $int1); - if ($component7 = null) { - return; - } - if (if_getinvobject($component7) = null) { - $int5 = 0; - $int6 = 1; - } else if (if_getinvobject($component7) = $obj4) { - $int6 = 1; - } - } - if ($int6 = 0) { - $int5 = calc($int5 + 1); - } -} -while ($int5 > 0) { - $int0, $int1 = calc($int0 - $int2), calc($int1 - $int3); - if_setobject($obj4, -1, ~script952($int0, $int1)); - $int5 = calc($int5 - 1); -} -return; diff --git a/dumps/530/script/[proc,script951].cs2 b/dumps/530/script/[proc,script951].cs2 deleted file mode 100644 index dff6d3a7f..000000000 --- a/dumps/530/script/[proc,script951].cs2 +++ /dev/null @@ -1,8 +0,0 @@ -// 951 -[proc,script951](component $component0)(int, int) -def_int $int1 = calc(if_getx($component0) - if_getx(interface_726:com_123)); -def_int $int2 = calc(if_gety(interface_726:com_123) - if_gety($component0)); -if (calc($int1 % 32) ! 0 | calc($int2 % 32) ! 0) { - return(-1, -1); -} -return(calc($int1 / 32), calc($int2 / 32)); diff --git a/dumps/530/script/[proc,script952].cs2 b/dumps/530/script/[proc,script952].cs2 deleted file mode 100644 index 45c6e1ae0..000000000 --- a/dumps/530/script/[proc,script952].cs2 +++ /dev/null @@ -1,219 +0,0 @@ -// 952 -[proc,script952](int $int0, int $int1)(component) -if ($int0 = 0) { - if ($int1 = 0) { - return(interface_726:com_123); - } - if ($int1 = 1) { - return(interface_726:com_124); - } - if ($int1 = 2) { - return(interface_726:com_125); - } - if ($int1 = 3) { - return(interface_726:com_126); - } - if ($int1 = 4) { - return(interface_726:com_127); - } - if ($int1 = 5) { - return(interface_726:com_128); - } - if ($int1 = 6) { - return(interface_726:com_129); - } - if ($int1 = 7) { - return(interface_726:com_130); - } - return(null); -} -if ($int0 = 1) { - if ($int1 = 0) { - return(interface_726:com_131); - } - if ($int1 = 1) { - return(interface_726:com_132); - } - if ($int1 = 2) { - return(interface_726:com_133); - } - if ($int1 = 3) { - return(interface_726:com_134); - } - if ($int1 = 4) { - return(interface_726:com_135); - } - if ($int1 = 5) { - return(interface_726:com_136); - } - if ($int1 = 6) { - return(interface_726:com_137); - } - if ($int1 = 7) { - return(interface_726:com_138); - } - return(null); -} -if ($int0 = 2) { - if ($int1 = 0) { - return(interface_726:com_139); - } - if ($int1 = 1) { - return(interface_726:com_140); - } - if ($int1 = 2) { - return(interface_726:com_141); - } - if ($int1 = 3) { - return(interface_726:com_142); - } - if ($int1 = 4) { - return(interface_726:com_143); - } - if ($int1 = 5) { - return(interface_726:com_144); - } - if ($int1 = 6) { - return(interface_726:com_145); - } - if ($int1 = 7) { - return(interface_726:com_146); - } - return(null); -} -if ($int0 = 3) { - if ($int1 = 0) { - return(interface_726:com_147); - } - if ($int1 = 1) { - return(interface_726:com_148); - } - if ($int1 = 2) { - return(interface_726:com_149); - } - if ($int1 = 3) { - return(interface_726:com_150); - } - if ($int1 = 4) { - return(interface_726:com_151); - } - if ($int1 = 5) { - return(interface_726:com_152); - } - if ($int1 = 6) { - return(interface_726:com_153); - } - if ($int1 = 7) { - return(interface_726:com_154); - } - return(null); -} -if ($int0 = 4) { - if ($int1 = 0) { - return(interface_726:com_155); - } - if ($int1 = 1) { - return(interface_726:com_156); - } - if ($int1 = 2) { - return(interface_726:com_157); - } - if ($int1 = 3) { - return(interface_726:com_158); - } - if ($int1 = 4) { - return(interface_726:com_159); - } - if ($int1 = 5) { - return(interface_726:com_160); - } - if ($int1 = 6) { - return(interface_726:com_161); - } - if ($int1 = 7) { - return(interface_726:com_162); - } - return(null); -} -if ($int0 = 5) { - if ($int1 = 0) { - return(interface_726:com_163); - } - if ($int1 = 1) { - return(interface_726:com_164); - } - if ($int1 = 2) { - return(interface_726:com_165); - } - if ($int1 = 3) { - return(interface_726:com_166); - } - if ($int1 = 4) { - return(interface_726:com_167); - } - if ($int1 = 5) { - return(interface_726:com_168); - } - if ($int1 = 6) { - return(interface_726:com_169); - } - if ($int1 = 7) { - return(interface_726:com_170); - } - return(null); -} -if ($int0 = 6) { - if ($int1 = 0) { - return(interface_726:com_171); - } - if ($int1 = 1) { - return(interface_726:com_172); - } - if ($int1 = 2) { - return(interface_726:com_173); - } - if ($int1 = 3) { - return(interface_726:com_174); - } - if ($int1 = 4) { - return(interface_726:com_175); - } - if ($int1 = 5) { - return(interface_726:com_176); - } - if ($int1 = 6) { - return(interface_726:com_177); - } - if ($int1 = 7) { - return(interface_726:com_178); - } - return(null); -} -if ($int0 = 7) { - if ($int1 = 0) { - return(interface_726:com_179); - } - if ($int1 = 1) { - return(interface_726:com_180); - } - if ($int1 = 2) { - return(interface_726:com_181); - } - if ($int1 = 3) { - return(interface_726:com_182); - } - if ($int1 = 4) { - return(interface_726:com_183); - } - if ($int1 = 5) { - return(interface_726:com_184); - } - if ($int1 = 6) { - return(interface_726:com_185); - } - if ($int1 = 7) { - return(interface_726:com_186); - } - return(null); -} -return(null); diff --git a/dumps/530/script/[proc,script959].cs2 b/dumps/530/script/[proc,script959].cs2 deleted file mode 100644 index 0cb063a0a..000000000 --- a/dumps/530/script/[proc,script959].cs2 +++ /dev/null @@ -1,68 +0,0 @@ -// 959 -[proc,script959](component $component0, component $component1, int $int2) -cc_deleteall($component0); -def_component $componentarray0(64); -def_int $int3 = 0; -def_component $component4 = null; -def_int $int5 = 0; -while ($int5 < 64) { - $component4 = enum(int, component, enum_1467, $int5); - if (string_length(if_gettext($component4)) > 0) { - $componentarray0($int3) = $component4; - $int3 = calc($int3 + 1); - } - $int5 = calc($int5 + 1); -} -if ($int3 > 1) { - if ($int2 = 0) { - ~script0(componentarray0, 0, calc($int3 - 1)); - } else { - ~script62(componentarray0, 0, calc($int3 - 1), enum_1466); - } -} -def_int $int6 = 0; -def_int $int7 = 0; -def_int $int8 = if_getwidth($component4); -$int5 = 0; -while ($int5 < $int3) { - $component4 = $componentarray0($int5); - $int7 = paraheight(if_gettext($component4), $int8, p12_full); - $int7 = calc(12 * $int7 + 10); - if_settextfont(p12_full, $component4); - if_setsize($int8, $int7, ^setsize_abs, ^setsize_abs, $component4); - if_setposition(0, $int6, ^setpos_abs_left, ^setpos_abs_top, $component4); - cc_create($component0, ^iftype_text, $int5); - cc_setsize($int8, $int7, ^setsize_abs, ^setsize_abs); - cc_setposition(0, $int6, ^setpos_abs_left, ^setpos_abs_top); - cc_settextfont(p12_full); - cc_setcolour(0xdf0f0f); - cc_settextshadow(true); - cc_settextalign(^settextalign_left, ^settextalign_top, 0); - cc_settext(enum(component, string, enum_1466, $component4)); - $int6 = calc($int6 + $int7); - $int5 = calc($int5 + 1); -} -$component4 = enum(int, component, enum_1467, 64); -def_string $string0 = if_gettext($component4); -if (string_length($string0) > 0) { - if ($int6 > 0) { - $int6 = calc($int6 + 5); - } - $int7 = paraheight($string0, $int8, p12_full); - $int7 = calc(12 * $int7 + 5); - if_setsize($int8, $int7, ^setsize_abs, ^setsize_abs, $component4); - if_setposition(0, $int6, ^setpos_abs_left, ^setpos_abs_top, $component4); - $int6 = calc($int6 + $int7); -} -if_setscrollsize($int8, $int6, $component0); -if ($int6 > if_getheight($component0)) { - if_setposition(3, if_gety($component0), ^setpos_abs_left, ^setpos_abs_top, $component0); - ~script31($component1, $component0, "scrollbar_dragger_v2,3", "scrollbar_dragger_v2,0", "scrollbar_dragger_v2,1", "scrollbar_dragger_v2,2", "scrollbar_v2,0", "scrollbar_v2,1"); - if (cc_find($component1, 1) = true) { - ~script157($component1, $component0, %varclient_121, 1); - } -} else { - if_setscrollpos(0, 0, $component0); - %varclient_121 = 0; - if_setposition(12, if_gety($component0), ^setpos_abs_left, ^setpos_abs_top, $component0); -} diff --git a/dumps/530/script/[proc,script966].cs2 b/dumps/530/script/[proc,script966].cs2 deleted file mode 100644 index b46311656..000000000 --- a/dumps/530/script/[proc,script966].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 966 -[proc,script966](component $component0, int $int1) -def_int $int2 = if_getmodelangle_z($component0); -if ($int2 ! $int1) { - if_setmodelangle(0, 0, if_getmodelangle_x($component0), if_getmodelangle_y($component0), ~script967($int2, $int1), if_getmodelzoom($component0), $component0); - %varclient_125 = clientclock; -} diff --git a/dumps/530/script/[proc,script967].cs2 b/dumps/530/script/[proc,script967].cs2 deleted file mode 100644 index b5c719aa0..000000000 --- a/dumps/530/script/[proc,script967].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 967 -[proc,script967](int $int0, int $int1)(int) -if ($int1 > $int0) { - if (calc($int1 - $int0) <= 1024) { - return(min(calc($int0 + 6), $int1)); - } - if ($int0 >= 6) { - return(calc($int0 - 6)); - } - return(max(~script686(calc($int0 - 6), 2048), $int1)); -} -if (calc($int0 - $int1) <= 1024) { - return(max(calc($int0 - 6), $int1)); -} -if ($int0 < calc(2048 - 6)) { - return(calc($int0 + 6)); -} -return(min(calc(($int0 + 6) % 2048), $int1)); diff --git a/dumps/530/script/[proc,script970].cs2 b/dumps/530/script/[proc,script970].cs2 deleted file mode 100644 index 87dab008c..000000000 --- a/dumps/530/script/[proc,script970].cs2 +++ /dev/null @@ -1,53 +0,0 @@ -// 970 -[proc,script970](component $component0)(int) -if ($component0 = interface_320:com_53 & %varplayerbit_4732 = 1) { - return(1); -} else if ($component0 = interface_320:com_56 & %varplayerbit_4733 = 1) { - return(1); -} else if ($component0 = interface_320:com_59 & %varplayerbit_4734 = 1) { - return(1); -} else if ($component0 = interface_320:com_62 & %varplayerbit_4735 = 1) { - return(1); -} else if ($component0 = interface_320:com_65 & %varplayerbit_4736 = 1) { - return(1); -} else if ($component0 = interface_320:com_68 & %varplayerbit_4737 = 1) { - return(1); -} else if ($component0 = interface_320:com_54 & %varplayerbit_4738 = 1) { - return(1); -} else if ($component0 = interface_320:com_57 & %varplayerbit_4739 = 1) { - return(1); -} else if ($component0 = interface_320:com_60 & %varplayerbit_4740 = 1) { - return(1); -} else if ($component0 = interface_320:com_63 & %varplayerbit_4741 = 1) { - return(1); -} else if ($component0 = interface_320:com_66 & %varplayerbit_4742 = 1) { - return(1); -} else if ($component0 = interface_320:com_69 & %varplayerbit_4743 = 1) { - return(1); -} else if ($component0 = interface_320:com_55 & %varplayerbit_4744 = 1) { - return(1); -} else if ($component0 = interface_320:com_58 & %varplayerbit_4745 = 1) { - return(1); -} else if ($component0 = interface_320:com_61 & %varplayerbit_4746 = 1) { - return(1); -} else if ($component0 = interface_320:com_64 & %varplayerbit_4747 = 1) { - return(1); -} else if ($component0 = interface_320:com_67 & %varplayerbit_4748 = 1) { - return(1); -} else if ($component0 = interface_320:com_70 & %varplayerbit_4749 = 1) { - return(1); -} else if ($component0 = interface_320:com_71 & %varplayerbit_4750 = 1) { - return(1); -} else if ($component0 = interface_320:com_76 & %varplayerbit_4751 = 1) { - return(1); -} else if ($component0 = interface_320:com_72 & %varplayerbit_4752 = 1) { - return(1); -} else if ($component0 = interface_320:com_73 & %varplayerbit_4753 = 1) { - return(1); -} else if ($component0 = interface_320:com_74 & %varplayerbit_4754 = 1) { - return(1); -} else if ($component0 = interface_320:com_75 & %varplayerbit_4755 = 1) { - return(1); -} else { - return(0); -} diff --git a/dumps/530/script/[proc,script973].cs2 b/dumps/530/script/[proc,script973].cs2 deleted file mode 100644 index 29b6d4363..000000000 --- a/dumps/530/script/[proc,script973].cs2 +++ /dev/null @@ -1,120 +0,0 @@ -// 973 -[proc,script973] -def_int $int0 = %varplayerbit_4729; -if (%varplayerbit_4729 < 1 | %varplayerbit_4729 > 24) { - return; -} -def_string $string0 = enum_string(enum_1477, $int0); -def_stat $stat1 = enum(int, stat, enum_681, $int0); -def_graphic $graphic2 = enum(int, graphic, enum_1478, $int0); -def_int $int3 = 1; -if ($int0 ! 0) { - if ($int0 = 9 & stat_base($stat1) = 3) { - $string0 = "You've just advanced 2 Herblore levels!"; - } - if ($int0 = 24 & stat_base($stat1) = 4) { - $string0 = "You've just advanced 3 Summoning levels!"; - } -} -if_settext($string0, interface_741:com_4); -if_settext("You have now reached level .", interface_741:com_6); -if_setgraphic($graphic2, interface_741:com_7); -def_int $int4 = 0; -def_int $int5 = 0; -def_int $int6 = 0; -def_string $string1 = ""; -def_int $int7 = 0; -def_obj $obj8 = null; -def_int $int9 = 0; -cc_deleteall(interface_741:com_2); -cc_deleteall(interface_741:com_3); -if (%varplayer_281 < 1000 & stat_base($stat1) = 3) { - $string1 = "You've now reached the highest skill level that you can achieve during the tutorial. Once you finish the tutorial, you can advance this skill even further!"; - $int6 = ~script974($int4, $int5, obj_7620, $string1); - cc_settext($string1); - $int5 = ~script975($int5, $int6); - $int4 = calc(2 + $int4); -} -if (%varplayerbit_4730 = 1) { - $string1 = "Well done! You've reached the total level milestone!"; - $int6 = ~script974($int4, $int5, obj_7620, $string1); - cc_settext($string1); - $int5 = ~script975($int5, $int6); - $int4 = calc(2 + $int4); -} -$int7 = 0; -$string1 = null; -$obj8 = obj_7620; -if ($int0 = 1 | $int0 = 2 | $int0 = 5 | $int0 = 3 | $int0 = 7 | $int0 = 4 | $int0 = 6 | $int0 = 24) { - if (%varplayerbit_4731 = 1) { - $string1 = "Well done! You've reached the Combat level milestone!"; - $int6 = ~script974($int4, $int5, obj_7620, $string1); - cc_settext($string1); - $int5 = ~script975($int5, $int6); - $int4 = calc(2 + $int4); - } - if (%varplayerbit_5395 = 1) { - while ($obj8 ! null) { - $int9, $obj8, $string1 = ~script976($int7); - if ($int9 = ~script1432) { - $int6 = ~script974($int4, $int5, $obj8, $string1); - cc_settext($string1); - $int5 = ~script975($int5, $int6); - $int4 = calc(2 + $int4); - } - $int7 = calc($int7 + 1); - } - } -} -$string1 = ""; -$obj8 = obj_7620; -def_int $int10 = 0; -$int7 = 0; -while ($int10 ! -1) { - $int10 = 0; - $string1, $obj8, $int10 = ~script1023($stat1, $int7); - if ($int10 = 1) { - $int6 = ~script974($int4, $int5, $obj8, $string1); - cc_settext($string1); - $int5 = ~script975($int5, $int6); - $int4 = calc(2 + $int4); - $int3 = 0; - } - $int7 = calc($int7 + 1); -} -$obj8 = obj_7620; -$string1 = ""; -$int7 = 0; -def_int $int11 = 0; -def_int $int12 = 0; -def_int $int13 = 0; -def_string $string2 = ""; -$string0, $int11 = ~script12($int0); -while ($int7 < $int11) { - $string0, $int12 = ~script13($int0, $int7); - $int13 = 0; - $obj8 = obj_7620; - while ($obj8 ! null) { - $int9, $obj8, $string2, $string1 = ~script14($int0, $int7, $int13); - if ($int9 = stat_base($stat1)) { - $int6 = ~script974($int4, $int5, $obj8, $string1); - cc_settext($string1); - $int5 = ~script975($int5, $int6); - $int4 = calc(2 + $int4); - $int3 = 0; - } - $int13 = calc($int13 + 1); - } - $int7 = calc($int7 + 1); -} -if ($int3 = 1) { - $string1 = "Check out the skill advance guide to see what you'll be able to do when you reach even higher levels..."; - $int6 = ~script974($int4, $int5, obj_7620, $string1); - cc_settext($string1); - $int5 = ~script975($int5, $int6); -} -if_setscrollpos(0, 0, interface_741:com_2); -if_setscrollsize(296, $int5, interface_741:com_2); -if ($int5 > 160) { - ~script31(interface_741:com_3, interface_741:com_2, "scrollbar_parchment_dragger_v2,3", "scrollbar_parchment_dragger_v2,0", "scrollbar_parchment_dragger_v2,1", "scrollbar_parchment_dragger_v2,2", "scrollbar_parchment_v2,0", "scrollbar_parchment_v2,1"); -} diff --git a/dumps/530/script/[proc,script974].cs2 b/dumps/530/script/[proc,script974].cs2 deleted file mode 100644 index 820847659..000000000 --- a/dumps/530/script/[proc,script974].cs2 +++ /dev/null @@ -1,17 +0,0 @@ -// 974 -[proc,script974](int $int0, int $int1, obj $obj2, string $string0)(int) -def_int $int3 = 0; -cc_create(interface_741:com_2, ^iftype_graphic, $int0); -cc_setsize(36, 32, ^setsize_abs, ^setsize_abs); -cc_setoutline(1); -cc_setgraphicshadow(0x604e32); -if ($obj2 ! null) { - cc_setobject($obj2, -1); -} else { - cc_setobject(obj_7620, -1); -} -cc_setposition(0, $int1, ^setpos_abs_left, ^setpos_abs_top); -cc_create(interface_741:com_2, ^iftype_text, calc($int0 + 1)); -$int3 = paraheight($string0, 300, p12_full); -cc_setsize(300, calc($int3 * 16), ^setsize_abs, ^setsize_abs); -return($int3); diff --git a/dumps/530/script/[proc,script975].cs2 b/dumps/530/script/[proc,script975].cs2 deleted file mode 100644 index 520b2172e..000000000 --- a/dumps/530/script/[proc,script975].cs2 +++ /dev/null @@ -1,13 +0,0 @@ -// 975 -[proc,script975](int $int0, int $int1)(int) -cc_setposition(50, $int0, ^setpos_abs_left, ^setpos_abs_top); -cc_settextalign(^settextalign_left, ^settextalign_top, 16); -cc_setcolour(0x46320a); -cc_settextfont(p12_full); -cc_settextshadow(false); -if (calc($int1 * 16) < 32) { - $int0 = calc($int0 + 32); -} else { - $int0 = calc($int0 + ($int1 * 16 + 5)); -} -return($int0); diff --git a/dumps/530/script/[proc,script976].cs2 b/dumps/530/script/[proc,script976].cs2 deleted file mode 100644 index 47c097c12..000000000 --- a/dumps/530/script/[proc,script976].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 976 -[proc,script976](int $int0)(int, obj, string) -switch_int ($int0) { - case 0 : - return(3, obj_4155, "Members now have the Combat level required to request Slayer tasks from the Burthorpe Slayer Master."); - case 1 : - return(20, obj_4155, "Members now have the Combat level required to request Slayer tasks from Mazchna."); - case 2 : - return(40, obj_4155, "Members now have the Combat level required to request Slayer tasks from Vannaka."); - case 3 : - return(40, obj_11673, "Members now have the Combat level required to board the novice lander in the Pest Control minigame."); - case 4 : - return(70, obj_4155, "Members now have the Combat level required to request Slayer tasks from Chaeldar."); - case 5 : - return(70, obj_11673, "Members now have the Combat level required to board the intermediate lander in the Pest Control minigame."); - case 6 : - return(85, obj_6513, "Members now have the Combat level required to start Dream Mentor."); - case 7 : - return(85, obj_6513, "Members now have the Combat level required to start Smoking Kills."); - case 8 : - return(100, obj_4155, "Members now have the Combat level required to request Slayer tasks from the Shilo Village Slayer Master. (Level 50 Slayer is also required.)"); - case 9 : - return(100, obj_11673, "Members now have the Combat level required to board the veteran lander in the Pest Control minigame."); - case default : - return(-1, null, ""); -} diff --git a/dumps/530/script/[proc,script977].cs2 b/dumps/530/script/[proc,script977].cs2 deleted file mode 100644 index 1634fc1e3..000000000 --- a/dumps/530/script/[proc,script977].cs2 +++ /dev/null @@ -1,34 +0,0 @@ -// 977 -[proc,script977](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Bronze", 0); - case 1 : - return("Iron", 0); - case 2 : - return("Steel", 0); - case 3 : - return("Black", 0); - case 4 : - return("White", 1); - case 5 : - return("Mithril", 0); - case 6 : - return("Adamant", 0); - case 7 : - return("Rune", 0); - case 8 : - return("Dragon", 0); - case 9 : - return("Barrows", 1); - case 10 : - return("Magic", 0); - case 11 : - return("Equipment", 0); - case 12 : - return("Minigames", 1); - case 13 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script978].cs2 b/dumps/530/script/[proc,script978].cs2 deleted file mode 100644 index 60c1338ec..000000000 --- a/dumps/530/script/[proc,script978].cs2 +++ /dev/null @@ -1,655 +0,0 @@ -// 978 -[proc,script978](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_1173, "Bronze square shield", "You can now wield bronze square shields."); - case 1 : - return(1, obj_1189, "Bronze kiteshield", "You can now wield bronze kiteshields."); - case 2 : - return(1, obj_1139, "Bronze medium helm", "You can now wear bronze medium helms."); - case 3 : - return(1, obj_1155, "Bronze full helm", "You can now wear bronze full helms."); - case 4 : - return(1, obj_1103, "Bronze chainbody", "You can now wear bronze chainbodies."); - case 5 : - return(1, obj_1117, "Bronze platebody", "You can now wear bronze platebodies."); - case 6 : - return(1, obj_1087, "Bronze plateskirt", "You can now wear bronze plateskirts."); - case 7 : - return(1, obj_1075, "Bronze platelegs", "You can now wear bronze platelegs."); - case 8 : - return(1, obj_4119, "Members: Bronze boots", "Members can now wear bronze boots."); - case 9 : - return(1, obj_8844, "Members: Bronze defender", "Members can now wield bronze defenders."); - case 10 : - return(1, obj_12985, "Bronze gauntlets", "You can now wear bronze gauntlets."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_1175, "Iron square shield", "You can now wield iron square shields."); - case 1 : - return(1, obj_1191, "Iron kiteshield", "You can now wield iron kiteshields."); - case 2 : - return(1, obj_1137, "Iron medium helm", "You can now wear iron medium helms."); - case 3 : - return(1, obj_1153, "Iron full helm", "You can now wear iron full helms."); - case 4 : - return(1, obj_1101, "Iron chainbody", "You can now wear iron chainbodies."); - case 5 : - return(1, obj_1115, "Iron platebody", "You can now wear iron platebodies."); - case 6 : - return(1, obj_1081, "Iron plateskirt", "You can now wear iron plateskirts."); - case 7 : - return(1, obj_1067, "Iron platelegs", "You can now wear iron platelegs."); - case 8 : - return(1, obj_4121, "Members: Iron boots", "Members can now wear iron boots."); - case 9 : - return(1, obj_8845, "Members: Iron defender", "Members can now wield iron defenders."); - case 10 : - return(1, obj_12988, "Iron gauntlets", "You can now wear iron gauntlets."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(5, obj_1177, "Steel square shield", "You can now wield steel square shields."); - case 1 : - return(5, obj_1193, "Steel kiteshield", "You can now wield steel kiteshields."); - case 2 : - return(5, obj_1141, "Steel medium helm", "You can now wear steel medium helms."); - case 3 : - return(5, obj_1157, "Steel full helm", "You can now wear steel full helms."); - case 4 : - return(5, obj_1105, "Steel chainbody", "You can now wear steel chainbodies."); - case 5 : - return(5, obj_1119, "Steel platebody", "You can now wear steel platebodies."); - case 6 : - return(5, obj_1083, "Steel plateskirt", "You can now wear steel plateskirts."); - case 7 : - return(5, obj_1069, "Steel platelegs", "You can now wear steel platelegs."); - case 8 : - return(5, obj_4123, "Members: Steel boots", "Members can now wear steel boots."); - case 9 : - return(5, obj_8846, "Members: Steel defender", "Members now have the Defence level required to wield steel defenders. (They also need level 5 Attack.)"); - case 10 : - return(5, obj_12991, "Steel gauntlets", "You can now wear steel gauntlets."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(10, obj_1179, "Black square shield", "You can now wield black square shields."); - case 1 : - return(10, obj_1195, "Black kiteshield", "You can now wield black kiteshields."); - case 2 : - return(10, obj_1151, "Black medium helm", "You can now wear black medium helms."); - case 3 : - return(10, obj_1165, "Black full helm", "You can now wear black full helms."); - case 4 : - return(10, obj_1107, "Black chainbody", "You can now wear black chainbodies."); - case 5 : - return(10, obj_1125, "Black platebody", "You can now wear black platebodies."); - case 6 : - return(10, obj_1089, "Black plateskirt", "You can now wear black plateskirts."); - case 7 : - return(10, obj_1077, "Black platelegs", "You can now wear black platelegs."); - case 8 : - return(10, obj_4125, "Members: Black boots", "Members can now wear black boots."); - case 9 : - return(10, obj_8847, "Members: Black defender", "Members now have the Defence level required to wield black defenders. (They also need level 10 Attack.)"); - case 10 : - return(10, obj_12994, "Black gauntlets", "You can now wear black gauntlets."); - case 11 : - return(40, obj_14494, "Members: Elite black full helm", "Members can now wear elite black full helms."); - case 12 : - return(40, obj_14492, "Members: Elite black platebody", "Members can now wear elite black platebodies."); - case 13 : - return(40, obj_14490, "Members: Elite black platelegs", "Members can now wear elite black platelegs."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "To use any white equipment, you must have completed Wanted!.", ""); - case 1 : - return(10, obj_6631, "White square shield", "Members can now wield white square shields (after finishing Wanted!)."); - case 2 : - return(10, obj_6633, "White kiteshield", "Members can now wield white kiteshields (after finishing Wanted!)."); - case 3 : - return(10, obj_6621, "White medium helm", "Members can now wear white medium helms (after finishing Wanted!)."); - case 4 : - return(10, obj_6623, "White full helm", "Members can now wear white full helms (after finishing Wanted!)."); - case 5 : - return(10, obj_6615, "White chainbody", "Members can now wear white chainbodies (after finishing Wanted!)."); - case 6 : - return(10, obj_6617, "White platebody", "Members can now wear white platebodies (after finishing Wanted!)."); - case 7 : - return(10, obj_6627, "White plateskirt", "Members can now wear white plateskirts (after finishing Wanted!)."); - case 8 : - return(10, obj_6625, "White platelegs", "Members can now wear white platelegs (after finishing Wanted!)."); - case 9 : - return(10, obj_6619, "White boots", "Members can now wear white boots (after finishing Wanted!)."); - case 10 : - return(10, obj_6629, "White gloves", "Members can now wear white gloves (after finishing Wanted!)."); - } - case 5 : - switch_int ($int1) { - case 0 : - return(20, obj_1181, "Mithril square shield", "You can now wield mithril square shields."); - case 1 : - return(20, obj_1197, "Mithril kiteshield", "You can now wield mithril kiteshields."); - case 2 : - return(20, obj_1143, "Mithril medium helm", "You can now wear mithril medium helms."); - case 3 : - return(20, obj_1159, "Mithril full helm", "You can now wear mithril full helms."); - case 4 : - return(20, obj_1109, "Mithril chainbody", "You can now wear mithril chainbodies."); - case 5 : - return(20, obj_1121, "Mithril platebody", "You can now wear mithril platebodies."); - case 6 : - return(20, obj_1085, "Mithril plateskirt", "You can now wear mithril plateskirts."); - case 7 : - return(20, obj_1071, "Mithril platelegs", "You can now wear mithril platelegs."); - case 8 : - return(20, obj_4127, "Members: Mithril boots", "Members can now wear mithril boots."); - case 9 : - return(20, obj_8848, "Members: Defender
(with 20 Attack)", "Members now have the Defence level required to wield mithril defenders. (They also need level 20 Attack.)"); - case 10 : - return(20, obj_12997, "Mithril gauntlets", "You can now wear mithril gauntlets."); - } - case 6 : - switch_int ($int1) { - case 0 : - return(30, obj_1183, "Adamant square shield", "You can now wield adamant square shields."); - case 1 : - return(30, obj_1199, "Adamant kiteshield", "You can now wield adamant kiteshields."); - case 2 : - return(30, obj_1145, "Adamant medium helm", "You can now wear adamant medium helms."); - case 3 : - return(30, obj_1161, "Adamant full helm", "You can now wear adamant full helms."); - case 4 : - return(30, obj_1111, "Adamant chainbody", "You can now wear adamant chainbodies."); - case 5 : - return(30, obj_1123, "Adamant platebody", "You can now wear adamant platebodies."); - case 6 : - return(30, obj_1091, "Adamant plateskirt", "You can now wear adamant plateskirts."); - case 7 : - return(30, obj_1073, "Adamant platelegs", "You can now wear adamant platelegs."); - case 8 : - return(30, obj_4129, "Members: Adamant boots", "Members can now wear adamant boots."); - case 9 : - return(30, obj_8849, "Members: Adamant defender
(with 30 Attack)", "Members now have the Defence level required to wield adamant defenders. (They also need level 30 Attack.)"); - case 10 : - return(30, obj_13000, "Adamant gauntlets", "You can now wear adamant gauntlets."); - case 11 : - return(35, obj_12915, "Adamant berserker shield", "You can now wield adamant berserker shields."); - case 12 : - return(35, obj_12908, "Adamant spikeshield", "You can now wield adamant spikeshields."); - } - case 7 : - switch_int ($int1) { - case 0 : - return(40, obj_1185, "Rune square shield", "You can now wield rune square shields."); - case 1 : - return(40, obj_1201, "Rune kiteshield", "You can now wield rune kiteshields."); - case 2 : - return(40, obj_1147, "Rune medium helm", "You can now wear rune medium helms."); - case 3 : - return(40, obj_1163, "Rune full helm", "You can now wear rune full helms."); - case 4 : - return(40, obj_1113, "Rune chainbody", "You can now wear rune chainbodies."); - case 5 : - return(40, obj_1127, "Rune platebody
(after Dragon Slayer)", "You can now wear rune platebodies (after Dragon Slayer)."); - case 6 : - return(40, obj_1093, "Rune plateskirt", "You can now wear rune plateskirts."); - case 7 : - return(40, obj_1079, "Rune platelegs", "You can now wear rune platelegs."); - case 8 : - return(40, obj_4131, "Members: Rune boots", "Members can now wear rune boots."); - case 9 : - return(40, obj_8850, "Members: Rune defender
(with 40 Attack)", "Members now have the Defence level required to wield rune defenders. (They also need level 40 Attack.)"); - case 10 : - return(40, obj_13003, "Rune gauntlets", "You can now wear rune gauntlets."); - case 11 : - return(45, obj_12929, "Rune berserker shield", "You can now wield rune berserker shields."); - case 12 : - return(45, obj_12922, "Rune spikeshield", "You can now wield rune spikeshields."); - } - case 8 : - switch_int ($int1) { - case 0 : - return(60, obj_1187, "Members: Dragon square shield
(after Legends' Quest)", "Members can now wear dragon square shields (after Legends' Quest)."); - case 1 : - return(60, obj_1149, "Members: Dragon medium helm", "Members can now wear dragon medium helms."); - case 2 : - return(60, obj_11335, "Members: Dragon full helm", "Members can now wear dragon full helms."); - case 3 : - return(60, obj_3140, "Members: Dragon chainbody", "Members can now wear dragon chainbodies."); - case 4 : - return(60, obj_14479, "Members: Dragon platebody", "Members can now wear dragon platebodies."); - case 5 : - return(60, obj_4585, "Members: Dragon plateskirt", "Members can now wear dragon plateskirts."); - case 6 : - return(60, obj_4087, "Members: Dragon platelegs", "Members can now wear dragon platelegs."); - case 7 : - return(60, obj_13006, "Members: Dragon gauntlets", "Members can now wear dragon gauntlets."); - case 8 : - return(60, obj_11732, "Members: Dragon boots", "Members can now wear dragon boots."); - case 9 : - return(60, obj_13964, "Corrupt dragon square shield", "You can now wear corrupt dragon square shields."); - case 10 : - return(60, obj_13961, "Corrupt dragon medium helm", "You can now wear corrupt dragon medium helms."); - case 11 : - return(60, obj_13958, "Corrupt dragon chainbody", "You can now wear corrupt dragon chainbodies."); - case 12 : - return(60, obj_13967, "Corrupt dragon plateskirt", "You can now wear corrupt dragon plateskirts."); - case 13 : - return(60, obj_13970, "Corrupt dragon platelegs", "You can now wear corrupt dragon platelegs."); - } - case 9 : - switch_int ($int1) { - case 0 : - return(70, obj_4708, "Ahrim's hood
(with 70 Magic)", "Members now have the Defence level required to wear Ahrim's hood. (They also need level 70 Magic.)"); - case 1 : - return(70, obj_4712, "Ahrim's robe top
(with 70 Magic)", "Members now have the Defence level required to wear Ahrim's robe top. (You also need level 70 Magic.)"); - case 2 : - return(70, obj_4714, "Ahrim's robeskirt
(with 70 Magic)", "Members now have the Defence level required to wear Ahrim's robeskirt. (They also need level 70 Magic.)"); - case 3 : - return(70, obj_4716, "Dharok's helm", "Members can now wear Dharok's helm."); - case 4 : - return(70, obj_4720, "Dharok's platebody", "Members can now wear Dharok's platebody."); - case 5 : - return(70, obj_4722, "Dharok's platelegs", "Members can now wear Dharok's platelegs."); - case 6 : - return(70, obj_4724, "Guthan's helm", "Members can now wear Guthan's helm."); - case 7 : - return(70, obj_4728, "Guthan's platebody", "Members can now wear Guthan's platebody."); - case 8 : - return(70, obj_4730, "Guthan's chainskirt", "Members can now wear Guthan's chainskirt."); - case 9 : - return(70, obj_4732, "Karil's coif
(with 70 Ranged)", "Members now have the Defence level required to wear Karil's coif. (They also need level 70 Ranged.)"); - case 10 : - return(70, obj_4736, "Karil's leather top
(with 70 Ranged)", "Members now have the Defence level required to wear Karil's leather top. (They also need level 70 Ranged.)"); - case 11 : - return(70, obj_4738, "Karil's leather skirt
(with 70 Ranged)", "Members now have the Defence level required to wear Karil's leather skirt. (They also need level 70 Ranged.)"); - case 12 : - return(70, obj_4745, "Torag's helm", "Members can now wear Torag's helm."); - case 13 : - return(70, obj_4749, "Torag's platebody", "Members can now wear Torag's platebody."); - case 14 : - return(70, obj_4751, "Torag's platelegs", "Members can now wear Torag's platelegs."); - case 15 : - return(70, obj_4753, "Verac's helm", "Members can now wear Verac's helm."); - case 16 : - return(70, obj_4757, "Verac's brassard", "Members can now wear Verac's brassard."); - case 17 : - return(70, obj_4759, "Verac's plateskirt", "Members can now wear Verac's plateskirt."); - } - case 10 : - switch_int ($int1) { - case 0 : - return(1, obj_6153, "Members: Skeletal gloves", "Members can now wear skeletal gloves."); - case 1 : - return(1, obj_6147, "Members: Skeletal boots", "Members can now wear skeletal boots."); - case 2 : - return(1, obj_2890, "Members: Elemental shield
(after Elemental Workshop)", "Members can now wear elemental shields (after Elemental Workshop)."); - case 3 : - return(1, obj_9729, "Members: Elemental helmet
(after Elemental Workshop)", "Members can now wear elemental helms (after Elemental Workshop)."); - case 4 : - return(1, obj_9731, "Members: Mind shield
(after Elemental Workshop II)", "Members can now wear mind shields (after Elemental Workshop II)."); - case 5 : - return(1, obj_9733, "Members: Mind helmet
(after Elemental Workshop II)", "Members can now wear mind helmets (after Elemental Workshop II)."); - case 6 : - return(10, obj_12964, "Combat hood
(with 20 Magic)", "You now have the Defence level required to wear combat hoods. (You also need level 20 Magic.)"); - case 7 : - return(10, obj_12971, "Combat robe top
(with 20 Magic)", "You now have the Defence level required to wear combat robe tops. (You also need level 20 Magic.)"); - case 8 : - return(10, obj_12978, "Combat robe bottom
(with 20 Magic)", "You now have the Defence level required to wear combat robe bottoms. (You also need level 20 Magic.)"); - case 9 : - return(10, obj_12887, "Druidic mage hood
(with 20 Magic)", "You now have the Defence level required to wear druidic mage hoods. (You also need level 20 Magic.)"); - case 10 : - return(10, obj_12894, "Druidic mage top
(with 20 Magic)", "You now have the Defence level required to wear druidic mage tops. (You also need level 20 Magic.)"); - case 11 : - return(10, obj_12901, "Druidic mage bottom
(with 20 Magic)", "You now have the Defence level required to wear druidic mage bottoms. (You also need level 20 Magic.)"); - case 12 : - return(20, obj_7400, "Members: Enchanted hat
(with 40 Magic)", "Members now have the Defence level required to wear enchanted hats. (They also need level 40 Magic.)"); - case 13 : - return(20, obj_7399, "Members: Enchanted robe top
(with 40 Magic)", "Members now have the Defence level required to wear enchanted robe tops. (They also need level 40 Magic.)"); - case 14 : - return(20, obj_7398, "Members: Enchanted robe
(with 40 Magic)", "Members now have the Defence level required to wear enchanted robes. (They also need level 40 Magic.)"); - case 15 : - return(20, obj_4089, "Members: Mystic hat
(with 40 Magic)", "Members now have the Defence level required to wear mystic hats. (They also need level 40 Magic.)"); - case 16 : - return(20, obj_4091, "Members: Mystic robe top
(with 40 Magic)", "Members now have the Defence level required to wear mystic robe tops. (They also need level 40 Magic.)"); - case 17 : - return(20, obj_4093, "Members: Mystic robe
(with 40 Magic)", "Members now have the Defence level required to wear mystic robes. (They also need level 40 Magic.)"); - case 18 : - return(20, obj_4095, "Members: Mystic gloves
(with 40 Magic)", "Members now have the Defence level required to wear mystic gloves. (They also need level 40 Magic.)"); - case 19 : - return(20, obj_4097, "Members: Mystic boots
(with 40 Magic)", "Members now have the Defence level required to wear mystic boots. (They also need level 40 Magic.)"); - case 20 : - return(20, obj_13938, "Members: Corrupt Zuriel's hood
(with 20 Magic)", "Members now have the Defence level required to wear corrupt Zuriel's hood. (They also need level 20 Magic.)"); - case 21 : - return(20, obj_13932, "Members: Corrupt Zuriel's robe top
(with 20 Magic)", "Members now have the Defence level required to wear corrupt Zuriel's robe top. (They also need level 20 Magic.)"); - case 22 : - return(20, obj_13935, "Members: Corrupt Zuriel's robe bottom
(with 20 Magic)", "Members now have the Defence level required to wear corrupt Zuriel's robe bottom. (They also need level 20 Magic.)"); - case 23 : - return(25, obj_6918, "Members: Infinity hat
(with 50 Magic)", "Members now have the Defence level required to wear infinity hats. (They also need level 50 Magic.)"); - case 24 : - return(25, obj_6916, "Members: Infinity top
(with 50 Magic)", "Members now have the Defence level required to wear infinity tops. (They also need level 50 Magic.)"); - case 25 : - return(25, obj_6924, "Members: Infinity bottom
(with 50 Magic)", "Members now have the Defence level required to wear infinity robe bottoms. (They also need level 50 Magic.)"); - case 26 : - return(25, obj_6922, "Members: Infinity gloves
(with 50 Magic)", "Members now have the Defence level required to wear infinity gloves. (They also need level 50 Magic.)"); - case 27 : - return(25, obj_6920, "Members: Infinity boots
(with 50 Magic)", "Members now have the Defence level required to wear infinity boots. (They also need level 50 Magic.)"); - case 28 : - return(30, obj_10342, "Members: Third-Age mage hat
(with 65 Magic)", "Members now have the Defence level required to wear Third-Age mage hats. (They also need level 65 Magic.)"); - case 29 : - return(30, obj_10338, "Members: Third-Age robe top
(with 65 Magic)", "Members now have the Defence level required to wear Third-Age robe tops. (They also need level 65 Magic.)"); - case 30 : - return(30, obj_10340, "Members: Third-Age robe
(with 65 Magic)", "Members now have the Defence level required to wear Third-Age robes. (They also need level 65 Magic.)"); - case 31 : - return(30, obj_10344, "Members: Third-Age amulet
(with 65 Magic)", "Members now have the Defence level required to wear Third-Age amulets. (They also need level 65 Magic.)"); - case 32 : - return(40, obj_3385, "Members: Splitbark helm
(with 40 Magic)", "Members now have the Defence level required to wear splitbark helms. (They also need level 40 Magic.)"); - case 33 : - return(40, obj_3387, "Members: Splitbark body
(with 40 Magic)", "Members now have the Defence level required to wear splitbark body. (They also need level 40 Magic.)"); - case 34 : - return(40, obj_3389, "Members: Splitbark legs
(with 40 Magic)", "Members now have the Defence level required to wear splitbark legs. (They also need level 40 Magic.)"); - case 35 : - return(40, obj_3391, "Members: Splitbark gauntlets
(with 40 Magic)", "Members now have the Defence level required to wear splitbark gauntlets. (They also need level 40 Magic.)"); - case 36 : - return(40, obj_3393, "Members: Splitbark boots
(with 40 Magic)", "Members now have the Defence level required to wear splitbark boots. (They also need level 40 Magic.)"); - case 37 : - return(40, obj_6137, "Members: Skeletal helm
(after Fremennik Trials, with 40 Magic)", "Members now have the Defence level required to wear skeletal helms (after Fremennik Trials and with level 40 Magic)."); - case 38 : - return(40, obj_6139, "Members: Skeletal top
(after Fremennik Trials, with 40 Magic)", "Members now have the Defence level required to wear skeletal tops (after Fremennik Trials and with level 40 Magic)."); - case 39 : - return(40, obj_6141, "Members: Skeletal bottoms
(after Fremennik Trials, with 40 Magic)", "Members now have the Defence level required to wear skeletal bottoms (after Fremennik Trials and with level 40 Magic)."); - case 40 : - return(40, obj_9096, "Members: Lunar helm
(after Lunar Diplomacy, with 65 Magic)", "Members now have the Defence level required to wear lunar helms (after Lunar Diplomacy and with level 65 Magic)."); - case 41 : - return(40, obj_9097, "Members: Lunar torso
(after Lunar Diplomacy, with 65 Magic)", "Members now have the Defence level required to wear lunar torsos (after Lunar Diplomacy and with level 65 Magic)."); - case 42 : - return(40, obj_9099, "Members: Lunar gloves
(after Lunar Diplomacy, with 65 Magic)", "Members now have the Defence level required to wear lunar gloves (after Lunar Diplomacy and with level 65 Magic)."); - case 43 : - return(40, obj_9098, "Members: Lunar legs
(after Lunar Diplomacy, with 65 Magic)", "Members now have the Defence level required to wear lunar legs (after Lunar Diplomacy and with level 65 Magic)."); - case 44 : - return(40, obj_9100, "Members: Lunar boots
(after Lunar Diplomacy, with 65 Magic)", "Members now have the Defence level required to wear lunar boots (after Lunar Diplomacy and with level 65 Magic)."); - case 45 : - return(40, obj_9101, "Members: Lunar cape
(after Lunar Diplomacy, with 65 Magic)", "Members now have the Defence level required to wear lunar capes (after Lunar Diplomacy and with level 65 Magic)."); - case 46 : - return(40, obj_14116, "Members: Sacred clay hat
(with 40 Magic)", "Members now have the Defence level required to wear sacred clay hats. (They also need level 40 Magic.)"); - case 47 : - return(40, obj_14114, "Members: Sacred clay robe top
(with 40 Magic)", "Members now have the Defence level required to wear sacred clay robe tops. (They also need level 40 Magic.)"); - case 48 : - return(40, obj_14115, "Members: Sacred clay robe bottom
(with 40 Magic)", "Members now have the Defence level required to wear sacred clay robe bottoms. (They also need level 40 Magic.)"); - case 49 : - return(45, obj_3755, "Members: Farseer helm
(after Fremennik Trials)", "Members can now wear farseer helms (after Fremennik Trials)."); - case 50 : - return(50, obj_12866, "Members: Battle hood
(with 60 Magic)", "Members now have the Defence level required to wear battle hoods. (They also need level 60 Magic.)"); - case 51 : - return(50, obj_12873, "Members: Battle robe top
(with 60 Magic)", "Members now have the Defence level required to wear battle robe tops. (They also need level 60 Magic.)"); - case 52 : - return(50, obj_12880, "Members: Battle robe bottom
(with 60 Magic)", "Members now have the Defence level required to wear battle robe bottoms. (They also need level 60 Magic.)"); - case 53 : - return(78, obj_13864, "Members: Zuriel's hood
(with 78 Magic)", "Members now have the Defence level required to wear Zuriel's hood. (They also need level 78 Magic.)"); - case 54 : - return(78, obj_13858, "Members: Zuriel's robe top
(with 78 Magic)", "Members now have the Defence level required to wear Zuriel's robe top. (They also need level 78 Magic.)"); - case 55 : - return(78, obj_13861, "Members: Zuriel's robe bottom
(with 78 Magic)", "Members now have the Defence level required to wear Zuriel's robe bottom. (They also need level 78 Magic.)"); - } - case 11 : - switch_int ($int1) { - case 0 : - return(1, obj_75, "Members: Khazard armour", "Members can now wear Khazard armour."); - case 1 : - return(1, obj_1540, "Anti-dragonbreath shield", "You can now wield anti-dragonbreath shields."); - case 2 : - return(1, obj_6149, "Members: Spined gloves", "Members can now wear spined gloves."); - case 3 : - return(1, obj_6143, "Members: Spined boots", "Members can now wear spined boots."); - case 4 : - return(1, obj_6151, "Members: Rock-shell gloves", "Members can now wear rock-shell gloves."); - case 5 : - return(1, obj_6145, "Members: Rock-shell boots", "Members can now wear rock-shell boots."); - case 6 : - return(5, obj_4551, "Members: Spiny helmet", "Members now have the Defence level required to wear spiny helmets to ward off wall beast attacks."); - case 7 : - return(10, obj_1131, "Hard leather body", "You can now wear hard leather bodies."); - case 8 : - return(10, obj_13263, "Slayer helmet
(after Smoking Kills)", "You can now wear slayer helmets (after Smoking Kills)."); - case 9 : - return(20, obj_1133, "Studded body
(with 20 Ranged)", "You now have the Defence level required to wear studded bodies. (You also need level 20 Ranged.)"); - case 10 : - return(20, obj_10822, "Members: Yak-hide bodies", "Members can now wear yak-hide bodies."); - case 11 : - return(20, obj_10824, "Members: Yak-hide legs", "Members can now wear yak-hide legs."); - case 12 : - return(20, obj_5574, "Members: Initiate sallet
(after Recruitment Drive, with 10 Prayer)", "Members now have the Defence level required to wear initiate sallets (after Recruitment Drive and with level 10 Prayer)."); - case 13 : - return(20, obj_5575, "Members: Initiate hauberk
(after Recruitment Drive, with 10 Prayer)", "Members now have the Defence level required to wear initiate hauberks (after Recruitment Drive and with level 10 Prayer)."); - case 14 : - return(20, obj_5576, "Members: Initiate cuisse
(after Recruitment Drive, with 10 Prayer)", "Members now have the Defence level required to wear initiate cuisses (after Recruitment Drive and with level 10 Prayer)."); - case 15 : - return(20, obj_4156, "Members: Mirror shield
(with 25 Slayer)", "Members now have the Defence level required to wield mirror shields to protect against cockatrices and basilisks. (They also need level 25 Slayer.)"); - case 16 : - return(20, obj_13950, "Members: Corrupt Morrigan's coif
(with 20 Ranged)", "Members now have the Defence level required to wield corrupt Morrigan's coif. (They also need level 20 Ranged.)"); - case 17 : - return(20, obj_13944, "Members: Corrupt Morrigan's leather body
(with 20 Ranged)", "Members now have the Defence level required to wield corrupt Morrigan's leather body. (They also need level 20 Ranged.)"); - case 18 : - return(20, obj_13947, "Members: Corrupt Morrigan's leather chaps
(with 20 Ranged)", "Members now have the Defence level required to wield corrupt Morrigan's leather chaps. (They also need level 20 Ranged.)"); - case 19 : - return(20, obj_13920, "Members: Corrupt Statius's full helm", "Members now have the Defence level required to wield corrupt Statius's full helm."); - case 20 : - return(20, obj_13908, "Members: Corrupt Statius's platebody", "Members now have the Defence level required to wield corrupt Statius's platebody."); - case 21 : - return(20, obj_13911, "Members: Corrupt Vesta's chainbody", "Members now have the Defence level required to wield corrupt Vesta's chainbody."); - case 22 : - return(20, obj_13914, "Members: Corrupt Statius' platelegs", "Members now have the Defence level required to wield corrupt Statius' platelegs."); - case 23 : - return(20, obj_13917, "Members: Corrupt Vesta's plateskirt", "Members now have the Defence level required to wield corrupt Vesta's plateskirt."); - case 24 : - return(25, obj_10826, "Members: Fremennik round shield", "Members can now wield Fremennik round shields."); - case 25 : - return(25, obj_10954, "Members: Frog-leather body
(with 25 Ranged)", "Members now have the Defence level required to wear frog-leather bodies. (They also need level 25 Ranged.)"); - case 26 : - return(25, obj_10956, "Members: Frog-leather chaps
(with 25 Ranged)", "Members now have the Defence level required to wear frog-leather chaps. (They also need level 25 Ranged.)"); - case 27 : - return(25, obj_10958, "Members: Frog-leather boots
(with 25 Ranged)", "Members now have the Defence level required to frog-leather boots. (They also need level 25 Ranged.)."); - case 28 : - return(30, obj_3758, "Members: Fremennik shield", "Members can now wield Fremennik shields."); - case 29 : - return(30, obj_3748, "Members: Fremennik helm", "Members can now wear Fremennik helms."); - case 30 : - return(30, obj_4567, "Members: Gold helmet", "Members can now wear gold helmets."); - case 31 : - return(30, obj_7917, "Members: Ram skull helm (after Rag and Bone Man)", "Members can now wear ram skull helms (after Rag and Bone Man)."); - case 32 : - return(30, obj_9672, "Members: Proselyte sallet
(after Slug Menace and with 20 Prayer)", "Members now have the Defence level required to wear proselyte sallets (after Slug Menace, with level 20 Prayer)."); - case 33 : - return(30, obj_9674, "Members: Proselyte hauberk
(after Slug Menace and with 20 Prayer)", "Members now have the Defence level required to wear proselyte hauberks (after Slug Menace, with level 20 Prayer)."); - case 34 : - return(30, obj_9678, "Members: Proselyte tasset
(after Slug Menace and with 20 Prayer)", "Members now have the Defence level required to wear proselyte tassets (after Slug Menace, with level 20 Prayer)."); - case 35 : - return(30, obj_9676, "Members: Proselyte cuisse
(after Slug Menace and with 20 Prayer)", "Members now have the Defence level required to wear proselyte cuisses (after Slug Menace, with level 20 Prayer)."); - case 36 : - return(30, obj_6326, "Members: Snakeskin bandana (with 30 Ranged)", "Members now have the Defence level required to wear snakeskin bandanas. (They also need level 30 Ranged.)"); - case 37 : - return(30, obj_6322, "Members: Snakeskin body (with 30 Ranged)", "Members now have the Defence level required to wear snakeskin bodies. (They also need level 30 Ranged.)"); - case 38 : - return(30, obj_6324, "Members: Snakeskin chaps (with 30 Ranged)", "Members now have the Defence level required to wear snakeskin chaps. (They also need level 30 Ranged.)"); - case 39 : - return(30, obj_6330, "Members: Snakeskin vambraces (with 30 Ranged)", "Members now have the Defence level required to wear snakeskin vambraces. (They also need level 30 Ranged.)"); - case 40 : - return(30, obj_6328, "Members: Snakeskin boots (with 30 Ranged)", "Members now have the Defence level required to wear snakeskin boots. (They also need level 30 Ranged.)"); - case 41 : - return(40, obj_1135, "Green dragonhide body
(with 40 Ranged)", "You now have the Defence level required to wear green dragonhide bodies. (You also need level 40 Ranged.)"); - case 42 : - return(40, obj_12936, "Green dragonhide coif
(with 40 Ranged)", "You now have the Defence level required to wear green dragonhide coifs. (You also need level 40 Ranged.)"); - case 43 : - return(40, obj_2499, "Members: Blue dragonhide body
(with 50 Ranged)", "Members now have the Defence level required to wear blue dragonhide bodies. (They also need level 50 Ranged.)"); - case 44 : - return(40, obj_12943, "Members: Blue dragonhide coif
(with 50 Ranged)", "Members now have the Defence level required to wear blue dragonhide coifs. (They also need level 50 Ranged.)"); - case 45 : - return(40, obj_2501, "Members: Red dragonhide body
(with 60 Ranged)", "Members now have the Defence level required to wear red dragonhide bodies. (They also need level 60 Ranged.)"); - case 46 : - return(40, obj_12950, "Members: Red dragonhide coif
(with 60 Ranged)", "Members now have the Defence level required to wear red dragonhide coifs. (They also need level 60 Ranged.)"); - case 47 : - return(40, obj_2503, "Members: Black dragonhide body
(with 70 Ranged)", "Members now have the Defence level required to wear black dragonhide bodies. (They also need level 70 Ranged.)"); - case 48 : - return(40, obj_12957, "Members: Black dragonhide coif
(with 70 Ranged)", "Members now have the Defence level required to wear black dragonhide coifs. (They also need level 70 Ranged.)"); - case 49 : - return(40, obj_10374, "Members: Blessed dragonhide coif
(with 70 Ranged)", "Members now have the Defence level required to wear blessed dragonhide coifs. (They also need level 70 Ranged.)"); - case 50 : - return(40, obj_6131, "Members: Spined helm
(after Fremennik Trials and with 40 Ranged)", "Members now have the Defence level required to wear spined helms (after Fremennik Trials and with level 40 Ranged)."); - case 51 : - return(40, obj_6133, "Members: Spined body
(after Fremennik Trials and with 40 Ranged)", "Members now have the Defence level required to wear spined bodies (after Fremennik Trials and with level 40 Ranged)."); - case 52 : - return(40, obj_6135, "Members: Spined chaps
(after Fremennik Trials and with 40 Ranged)", "Members now have the Defence level required to wear spined chaps (after Fremennik Trials and with level 40 Ranged)."); - case 53 : - return(40, obj_6128, "Members: Rock-shell helm
(after Fremennik Trials)", "Members now have the Defence level required to wear rock-shell helms (after Fremennik Trials)."); - case 54 : - return(40, obj_6129, "Members: Rock-shell plate
(after Fremennik Trials)", "Members now have the Defence level required to wear rock-shell plates (after Fremennik Trials)."); - case 55 : - return(40, obj_6130, "Members: Rock-shell legs
(after Fremennik Trials)", "Members now have the Defence level required to wear rock-shell legs (after Fremennik Trials)."); - case 56 : - return(40, obj_10551, "Members: Fighter torso", "Members can now wear fighter torsos."); - case 57 : - return(40, obj_10553, "Members: Penance gloves", "Members can now wear penance gloves."); - case 58 : - return(40, obj_10555, "Members: Penance skirt
(with 60 Ranged)", "Members now have the Defence level required to wear penance skirts. (They also need level 60 Ranged.)"); - case 59 : - return(40, obj_10552, "Members: Runner boots", "Members can now wear runner boots."); - case 60 : - return(40, obj_13734, "Members: Spirit shield
(after Summer's End and with 55 Prayer)", "Members now have the Defence level required to wield spirit shields (after Summer's End, with level 55 Prayer)."); - case 61 : - return(40, obj_14096, "Sacred clay helmet", "Members now have the Defence level required to wear Sacred clay helmets."); - case 62 : - return(40, obj_14094, "Sacred clay platebody", "Members now have the Defence level required to wear Sacred clay platebodies."); - case 63 : - return(40, obj_14095, "Sacred clay platelegs", "Members now have the Defence level required to wear Sacred clay platelegs."); - case 64 : - return(40, obj_14120, "Members: Sacred clay coif
(with 40 Ranged)", "Members now have the Defence level required to wear sacred clay coifs. (They also need level 40 Ranged.)"); - case 65 : - return(40, obj_14118, "Members: Sacred clay body
(with 40 Ranged)", "Members now have the Defence level required to wear sacred clay bodies. (They also need level 40 Ranged.)"); - case 66 : - return(40, obj_14119, "Members: Sacred clay chaps
(with 40 Ranged)", "Members now have the Defence level required to wear sacred clay chaps. (They also need level 40 Ranged.)"); - case 67 : - return(45, obj_10547, "Members: Healer hat", "Members can now wear healer hats."); - case 68 : - return(45, obj_10548, "Members: Fighter hat", "Members can now wear fighter hats."); - case 69 : - return(45, obj_10550, "Members: Ranger hat", "Members can now wear ranger hats."); - case 70 : - return(45, obj_10549, "Members: Runner hat", "Members can now wear runner hats."); - case 71 : - return(45, obj_3751, "Members: Berserker helm
(after Fremennik Trials)", "Members now have the Defence level required to wear berserker helms (after Fremennik Trials)."); - case 72 : - return(45, obj_3753, "Members: Warrior helm
(after Fremennik Trials)", "Members now have the Defence level required to wear warrior helms (after Fremennik Trials)."); - case 73 : - return(45, obj_3749, "Members: Archer helm
(after Fremennik Trials)", "Members now have the Defence level required to wear archer helms (after Fremennik Trials)."); - case 74 : - return(50, obj_11200, "Members: Dwarven helmet
(after Grim Tales)", "Members can now wear dwarven helmets (after Grim Tales)."); - case 75 : - return(50, obj_10589, "Members: Granite helm
(with 50 Strength)", "Members now have the Defence level required to wear granite helms. (They also need level 50 Strength.)"); - case 76 : - return(50, obj_10564, "Members: Granite body
(with 50 Strength)", "Members now have the Defence level required to wear granite bodies. (They also need level 50 Strength.)"); - case 77 : - return(50, obj_6809, "Members: Granite legs
(with 50 Strength)", "Members now have the Defence level required to wear granite legs. (They also need level 50 Strength.)"); - case 78 : - return(50, obj_3122, "Members: Granite shield
(with 50 Strength)", "Members now have the Defence level required to wield granite shields. (They also need level 50 Strength.)"); - case 79 : - return(55, obj_10828, "Members: Helm of Neitiznot
(after Fremennik Isles)", "Members now have the Defence level required to wear the Helm of Neitiznot (after Fremennik Isles)."); - case 80 : - return(60, obj_6524, "Members: TokTz-Ket-Xil", "Members can now wield TokTz-Ket-Xil."); - case 81 : - return(65, obj_10350, "Members: Third-Age full helm", "Members can now wear Third-Age full helms."); - case 82 : - return(65, obj_10348, "Members: Third-Age platebody", "Members can now wear Third-Age platebodies."); - case 83 : - return(65, obj_10346, "Members: Third-Age platelegs", "Members can now wear Third-Age platelegs."); - case 84 : - return(65, obj_10352, "Members: Third-Age kiteshield", "Members can now wield Third-Age kiteshields."); - case 85 : - return(65, obj_11724, "Members: Bandos chestplate", "Members can now wear Bandos chestplates."); - case 86 : - return(65, obj_11726, "Members: Bandos tassets", "Members can now wear Bandos tassets."); - case 87 : - return(65, obj_11728, "Members: Bandos boots", "Members can now wear Bandos boots."); - case 88 : - return(70, obj_4224, "Members: Crystal shield
(with 50 Agility)", "Members now have the Defence level required to wield crystal shields. (They also need level 50 Agility.)"); - case 89 : - return(70, obj_11718, "Members: Armadyl helmet
(with 70 Ranged)", "Members now have the Defence level required to wear Armadyl helmets. (They also need level 70 Ranged.)"); - case 90 : - return(70, obj_11720, "Members: Armadyl chestplate
(with 70 Ranged)", "Members now have the Defence level required to wear Armadyl chestplates. (They also need level 70 Ranged.)"); - case 91 : - return(70, obj_11722, "Members: Armadyl plateskirt
(with 70 Ranged)", "Members now have the Defence level required to wear Armadyl plateskirts. (They also need level 70 Ranged.)"); - case 92 : - return(70, obj_13736, "Members: Blessed spirit shield
(after Summer's End and with 60 Prayer)", "Members now have the Defence level required to wield blessed spirit shields (after Summer's End, with level 60 Prayer)."); - case 93 : - return(75, obj_11283, "Members: Dragonfire shield", "Members can now wield dragonfire shields."); - case 94 : - return(75, obj_13738, "Members: Arcane spirit shield
(after Summer's End and with 70 Prayer and 65 Magic)", "Members now have the Defence level required to wield arcane spirit shields (after Summer's End, with level 65 Magic and level 70 Prayer)."); - case 95 : - return(75, obj_13740, "Members: Divine spirit shield
(after Summer's End and with 75 Prayer)", "Members now have the Defence level required to wield divine spirit shields (after Summer's End, with level 75 Prayer)."); - case 96 : - return(75, obj_13742, "Members: Elysian spirit shield
(after Summer's End and with 75 Prayer)", "Members now have the Defence level required to wield elysian spirit shields (after Summer's End, with level 75 Prayer)."); - case 97 : - return(75, obj_13744, "Members: Spectral spirit shield
(after Summer's End and with 70 Prayer and 65 Magic)", "Members now have the Defence level required to wield spectral spirit shields (after Summer's End, with level 65 Magic and level 70 Prayer)."); - case 98 : - return(78, obj_13876, "Members: Morrigan's coif
(with 78 Ranged)", "Members now have the Defence level required to wield Morrigan's coif. (They also need level 78 Ranged.)"); - case 99 : - return(78, obj_13870, "Members: Morrigan's leather body
(with 78 Ranged)", "Members now have the Defence level required to wield Morrigan's leather body. (They also need level 78 Ranged.)"); - case 100 : - return(78, obj_13873, "Members: Morrigan's leather chaps
(with 78 Ranged)", "Members now have the Defence level required to wield Morrigan's leather chaps. (They also need level 78 Ranged.)"); - case 101 : - return(78, obj_13896, "Members: Statius's full helm", "Members now have the Defence level required to wield Statius's full helm."); - case 102 : - return(78, obj_13884, "Members: Statius's platebody", "Members now have the Defence level required to wield Statius's platebody."); - case 103 : - return(78, obj_13887, "Members: Vesta's chainbody", "Members now have the Defence level required to wield Vesta's chainbody."); - case 104 : - return(78, obj_13890, "Members: Statius's platelegs", "Members now have the Defence level required to wield Statius's platelegs."); - case 105 : - return(78, obj_13893, "Members: Vesta's plateskirt", "Members now have the Defence level required to wield Vesta's plateskirt."); - } - case 12 : - switch_int ($int1) { - case 0 : - return(1, obj_14367, "Stealing Creation - class 1 helmet", "Members can now wear class 1 helmets in the Stealing Creation minigame."); - case 1 : - return(1, obj_14357, "Stealing Creation - class 1 platelegs", "Members can now wear class 1 platelegs in the Stealing Creation minigame."); - case 2 : - return(1, obj_14347, "Stealing Creation - class 1 platebody", "Members can now wear class 1 platebodies in the Stealing Creation minigame."); - case 3 : - return(20, obj_14369, "Stealing Creation - class 2 helmet", "Members can now wear class 2 helmets in the Stealing Creation minigame."); - case 4 : - return(20, obj_14359, "Stealing Creation - class 2 platelegs", "Members can now wear class 2 platelegs in the Stealing Creation minigame."); - case 5 : - return(20, obj_14349, "Stealing Creation - class 2 platebody", "Members can now wear class 2 platebodies in the Stealing Creation minigame."); - case 6 : - return(40, obj_14371, "Stealing Creation - class 3 helmet", "Members can now wear class 3 helmets in the Stealing Creation minigame."); - case 7 : - return(40, obj_14361, "Stealing Creation - class 3 platelegs", "Members can now wear class 3 platelegs in the Stealing Creation minigame."); - case 8 : - return(40, obj_14351, "Stealing Creation - class 3 platebody", "Members can now wear class 3 platebodies in the Stealing Creation minigame."); - case 9 : - return(60, obj_14373, "Stealing Creation - class 4 helmet", "Members can now wear class 4 helmets in the Stealing Creation minigame."); - case 10 : - return(60, obj_14363, "Stealing Creation - class 4 platelegs", "Members can now wear class 4 platelegs in the Stealing Creation minigame."); - case 11 : - return(60, obj_14353, "Stealing Creation - class 4 platebody", "Members can now wear class 4 platebodies in the Stealing Creation minigame."); - case 12 : - return(80, obj_14375, "Stealing Creation - class 5 helmet", "Members can now wear class 5 helmets in the Stealing Creation minigame."); - case 13 : - return(80, obj_14365, "Stealing Creation - class 5 platelegs", "Members can now wear class 5 platelegs in the Stealing Creation minigame."); - case 14 : - return(80, obj_14355, "Stealing Creation - class 5 platebody", "Members can now wear class 5 platebodies in the Stealing Creation minigame."); - } - case 13 : - if ($int1 = 0) { - return(99, obj_9753, "Skill mastery", "Congratulations! You are now a master of Defence. Why not visit the Melee Combat Tutor in Lumbridge? He has something special that is only available to true masters of the Defence skill!"); - } -} diff --git a/dumps/530/script/[proc,script979].cs2 b/dumps/530/script/[proc,script979].cs2 deleted file mode 100644 index d8fdd0534..000000000 --- a/dumps/530/script/[proc,script979].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 979 -[proc,script979](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Arrows", 1); - case 1 : - return("Bows", 1); - case 2 : - return("Bolts", 1); - case 3 : - return("Darts", 1); - case 4 : - return("Crossbows", 1); - case 5 : - return("Minigames", 1); - case 6 : - return("Milestones", 1); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script980].cs2 b/dumps/530/script/[proc,script980].cs2 deleted file mode 100644 index 7a02b12b6..000000000 --- a/dumps/530/script/[proc,script980].cs2 +++ /dev/null @@ -1,188 +0,0 @@ -// 980 -[proc,script980](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_882, "Bronze arrow", "You can now fletch bronze arrows."); - case 1 : - return(5, obj_2866, "Ogre arrow
(after starting Big Chompy Bird Hunting)", "You now have the Fletching level required to fletch ogre arrows (after starting Big Chompy Bird Hunting)."); - case 2 : - return(7, obj_4773, "Bronze 'brutal' arrow
(after starting Zogre Flesh Eaters)", "You now have the Fletching level required to fletch bronze 'brutal' arrows (after starting Zogre Flesh Eaters)."); - case 3 : - return(15, obj_884, "Iron arrow", "You can now fletch iron arrows."); - case 4 : - return(18, obj_4778, "Iron 'brutal' arrow
(after starting Zogre Flesh Eaters)", "You now have the Fletching level required to fletch iron 'brutal' arrows (after starting Zogre Flesh Eaters)."); - case 5 : - return(30, obj_886, "Steel arrow", "You can now fletch steel arrows."); - case 6 : - return(33, obj_4783, "Steel 'brutal' arrow
(after starting Zogre Flesh Eaters)", "You now have the Fletching level required to fletch steel 'brutal' arrows (after starting Zogre Flesh Eaters)."); - case 7 : - return(38, obj_4788, "Black 'brutal' arrow
(after starting Zogre Flesh Eaters)", "You now have the Fletching level required to fletch black 'brutal' arrows (after starting Zogre Flesh Eaters)."); - case 8 : - return(45, obj_888, "Mithril arrow", "You can now fletch mithril arrows."); - case 9 : - return(49, obj_4793, "Mithril 'brutal' arrow
(after starting Zogre Flesh Eaters)", "You now have the Fletching level required to fletch mithril 'brutal' arrows (after starting Zogre Flesh Eaters)."); - case 10 : - return(52, obj_13278, "Broad leaf arrows
(after Smoking Kills)", "You can now fletch broad leaf arrows (after Smoking Kills)."); - case 11 : - return(60, obj_890, "Adamant arrow", "You can now fletch adamant arrows."); - case 12 : - return(62, obj_4798, "Adamant 'brutal' arrow
(after starting Zogre Flesh Eaters)", "You now have the Fletching level required to fletch adamant 'brutal' arrows (after starting Zogre Flesh Eaters)."); - case 13 : - return(75, obj_892, "Rune arrow", "You can now fletch rune arrows."); - case 14 : - return(77, obj_4803, "Rune 'brutal' arrow
(after starting Zogre Flesh Eaters)", "You now have the Fletching level required to fletch rune 'brutal' arrows (after starting Zogre Flesh Eaters)."); - case 15 : - return(90, obj_11212, "Dragon arrow", "You can now fletch dragon arrows."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(5, obj_841, "Shortbow", "You can now fletch shortbows."); - case 1 : - return(10, obj_839, "Longbow", "You can now fletch longbows."); - case 2 : - return(20, obj_843, "Oak shortbow", "You can now fletch oak shortbows."); - case 3 : - return(25, obj_845, "Oak longbow", "You can now fletch oak longbows."); - case 4 : - return(30, obj_4827, "Ogre composite bow
(after starting Zogre Flesh Eaters)", "You now have the Fletching level required to fletch ogre composite bows (after starting Zogre Flesh Eaters)."); - case 5 : - return(35, obj_849, "Willow shortbow", "You can now fletch willow shortbows."); - case 6 : - return(40, obj_847, "Willow longbow", "You can now fletch willow longbows."); - case 7 : - return(50, obj_853, "Maple shortbow", "You can now fletch maple shortbows."); - case 8 : - return(55, obj_851, "Maple longbow", "You can now fletch maple longbows."); - case 9 : - return(65, obj_857, "Yew shortbow", "You can now fletch yew shortbows."); - case 10 : - return(70, obj_855, "Yew longbow", "You can now fletch yew longbows."); - case 11 : - return(80, obj_861, "Magic shortbow", "You can now fletch magic shortbows."); - case 12 : - return(85, obj_859, "Magic longbow", "You can now fletch magic longbows."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(9, obj_877, "Bronze bolt", "You can now fletch bronze bolts."); - case 1 : - return(11, obj_879, "Opal-tipped bronze bolt", "You can now fletch opal-tipped bronze bolts."); - case 2 : - return(24, obj_9139, "Blurite bolt
(after The Knight's Sword)", "You now have the Fletching level required to fletch blurite bolts (after The Knight's Sword)."); - case 3 : - return(26, obj_9335, "Jade-tipped blurite bolt
(after The Knight's Sword)", "You now have the Fletching level required to fletch jade-tipped blurite bolts (after The Knight's Sword)."); - case 4 : - return(32, obj_10158, "Kebbit-tipped hunting bolt", "You can now fletch kebbit-tipped hunting bolts."); - case 5 : - return(39, obj_9140, "Iron bolt", "You can now fletch iron bolts."); - case 6 : - return(41, obj_880, "Pearl-tipped iron bolt", "You can now fletch pearl-tipped iron bolts."); - case 7 : - return(42, obj_10159, "Long kebbit-tipped hunting bolt", "You can now fletch long kebbit-tipped hunting bolts."); - case 8 : - return(43, obj_9145, "Silver bolt", "You can now fletch silver bolts."); - case 9 : - return(46, obj_9141, "Steel bolt", "You can now fletch steel bolts."); - case 10 : - return(48, obj_9336, "Red topaz-tipped steel bolt", "You can now fletch red topaz-tipped steel bolts."); - case 11 : - return(51, obj_881, "Barbed bolts", "You can now fletch barbed bolts."); - case 12 : - return(54, obj_9142, "Mithril bolt", "You can now fletch mithril bolts."); - case 13 : - return(55, obj_13279, "Broad leaf bolts
(after Smoking Kills)", "You can now fletch broad leaf bolts (after Smoking Kills)."); - case 14 : - return(56, obj_9337, "Sapphire-tipped mithril bolt", "You can now fletch sapphire-tipped mithril bolts."); - case 15 : - return(58, obj_9338, "Emerald-tipped mithril bolt", "You can now fletch emerald-tipped mithril bolts."); - case 16 : - return(59, obj_9418, "Mithril grapple-tipped bolt", "You can now fletch mithril grapple-tipped bolts."); - case 17 : - return(61, obj_9143, "Adamantite bolt", "You can now fletch adamantite bolts."); - case 18 : - return(63, obj_9339, "Ruby-tipped adamantite bolt", "You can now fletch ruby-tipped adamantite bolts."); - case 19 : - return(65, obj_9340, "Diamond-tipped adamantite bolt", "You can now fletch diamond-tipped adamantite bolts."); - case 20 : - return(69, obj_9144, "Runite bolt", "You can now fletch runite bolts."); - case 21 : - return(71, obj_9341, "Dragonstone-tipped runite bolt", "You can now fletch dragonstone-tipped runite bolts."); - case 22 : - return(73, obj_9342, "Onyx-tipped runite bolt", "You can now fletch onyx-tipped runite bolts."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(1, obj_806, "Bronze dart", "You can now fletch bronze darts."); - case 1 : - return(22, obj_807, "Iron dart", "You can now fletch iron darts."); - case 2 : - return(37, obj_808, "Steel dart", "You can now fletch steel darts."); - case 3 : - return(52, obj_809, "Mithril dart", "You can now fletch mithril darts."); - case 4 : - return(67, obj_810, "Adamant dart", "You can now fletch adamant darts."); - case 5 : - return(81, obj_811, "Rune dart", "You can now fletch rune darts."); - case 6 : - return(95, obj_11230, "Dragon dart", "You can now fletch dragon darts."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(9, obj_9440, "Bronze/wooden crossbow", "You can now fletch bronze and wooden crossbows."); - case 1 : - return(24, obj_9442, "Blurite/oak crossbow
(after The Knight's Sword)", "You now have the Fletching level required to fletch blurite and oak crossbows (after The Knight's Sword)."); - case 2 : - return(39, obj_9444, "Iron/willow crossbow", "You can now fletch iron and willow crossbows."); - case 3 : - return(46, obj_9446, "Steel/teak crossbow", "You can now fletch steel and teak crossbows."); - case 4 : - return(54, obj_9448, "Mithril/maple crossbow", "You can now fletch mithril and maple crossbows."); - case 5 : - return(61, obj_9450, "Adamantite/mahogany crossbow", "You can now fletch adamantite and mahogany crossbows."); - case 6 : - return(69, obj_9452, "Runite/yew crossbow", "You can now fletch runite and yew crossbows."); - } - case 5 : - switch_int ($int1) { - case 0 : - return(1, obj_14192, "Stealing Creation - class 1 bow", "Members can now fletch class 1 bows in the Stealing Creation minigame."); - case 1 : - return(1, obj_14202, "Stealing Creation - class 1 arrow", "You can now fletch class 1 arrows in the Stealing Creation minigame."); - case 2 : - return(20, obj_14194, "Stealing Creation - class 2 bow", "Members can now fletch class 2 bows in the Stealing Creation minigame."); - case 3 : - return(20, obj_14203, "Stealing Creation - class 2 arrow", "You can now fletch class 2 arrows in the Stealing Creation minigame."); - case 4 : - return(40, obj_14196, "Stealing Creation - class 3 bow", "Members can now fletch class 3 bows in the Stealing Creation minigame."); - case 5 : - return(40, obj_14204, "Stealing Creation - class 3 arrow", "You can now fletch class 3 arrows in the Stealing Creation minigame."); - case 6 : - return(53, obj_14611, "Phoenix lair - cinnamon weaving ribbon", "Members can now fletch cinnamon weaving ribbon in the phoenix lair."); - case 7 : - return(53, obj_14612, "Phoenix lair - sassafras weaving ribbon", "Members can now fletch sassafras weaving ribbon in the phoenix lair."); - case 8 : - return(53, obj_14613, "Phoenix lair - ailanthus weaving ribbon", "Members can now fletch ailanthus weaving ribbon in the phoenix lair."); - case 9 : - return(53, obj_14614, "Phoenix lair - cedar weaving ribbon", "Members can now fletch cedar weaving ribbon in the phoenix lair."); - case 10 : - return(53, obj_14615, "Phoenix Lair - mastic weaving ribbon", "Members can now fletch mastic weaving ribbon in the phoenix lair."); - case 11 : - return(60, obj_14198, "Stealing Creation - class 4 bow", "Members can now fletch class 4 bows in the Stealing Creation minigame."); - case 12 : - return(60, obj_14205, "Stealing Creation - class 4 arrow", "You can now fletch class 4 arrows in the Stealing Creation minigame."); - case 13 : - return(80, obj_14200, "Stealing Creation - class 5 bow", "Members can now fletch class 5 bows in the Stealing Creation minigame."); - case 14 : - return(80, obj_14206, "Stealing Creation - class 5 arrow", "You can now fletch class 5 arrows in the Stealing Creation minigame."); - } - case 6 : - if ($int1 = 0) { - return(99, obj_9783, "Skill mastery", "Congratulations! You are now a master of Fletching. Why not visit Hickton who runs the bow and arrow shop in Catherby? He has something special that is only available to true masters of the Fletching skill!"); - } -} diff --git a/dumps/530/script/[proc,script981].cs2 b/dumps/530/script/[proc,script981].cs2 deleted file mode 100644 index fa4c6d7f7..000000000 --- a/dumps/530/script/[proc,script981].cs2 +++ /dev/null @@ -1,34 +0,0 @@ -// 981 -[proc,script981](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Bronze", 0); - case 1 : - return("Iron", 0); - case 2 : - return("Steel", 0); - case 3 : - return("Black", 0); - case 4 : - return("White", 1); - case 5 : - return("Mithril", 0); - case 6 : - return("Adamant", 0); - case 7 : - return("Rune", 0); - case 8 : - return("Dragon", 0); - case 9 : - return("Barrows", 1); - case 10 : - return("Special", 0); - case 11 : - return("Salamanders", 1); - case 12 : - return("Minigames", 1); - case 13 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script982].cs2 b/dumps/530/script/[proc,script982].cs2 deleted file mode 100644 index d4694dff9..000000000 --- a/dumps/530/script/[proc,script982].cs2 +++ /dev/null @@ -1,456 +0,0 @@ -// 982 -[proc,script982](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_1205, "Bronze dagger", "You can now wield bronze daggers."); - case 1 : - return(1, obj_1351, "Bronze axe", "You can now wield bronze axes."); - case 2 : - return(1, obj_1422, "Bronze mace", "You can now wield bronze maces."); - case 3 : - return(1, obj_3095, "Members: Bronze claws", "Members can now wield bronze claws."); - case 4 : - return(1, obj_1277, "Bronze sword", "You can now wield bronze swords."); - case 5 : - return(1, obj_1291, "Bronze longsword", "You can now wield bronze longswords."); - case 6 : - return(1, obj_1321, "Bronze scimitar", "You can now wield bronze scimitars."); - case 7 : - return(1, obj_1237, "Members: Bronze spear", "Members can now wield bronze spears."); - case 8 : - return(1, obj_1337, "Bronze warhammer", "You can now wield bronze warhammers."); - case 9 : - return(1, obj_1375, "Bronze battleaxe", "You can now wield bronze battleaxes."); - case 10 : - return(1, obj_1307, "Bronze two-handed sword", "You can now wield bronze two-handed swords."); - case 11 : - return(1, obj_3190, "Members: Bronze halberd", "Members can now wield bronze halberds."); - case 12 : - return(1, obj_8844, "Members: Bronze defender", "Members can now wield bronze defenders."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_1203, "Iron dagger", "You can now wield iron daggers."); - case 1 : - return(1, obj_1349, "Iron axe", "You can now wield iron axes."); - case 2 : - return(1, obj_1420, "Iron mace", "You can now wield iron maces."); - case 3 : - return(1, obj_3096, "Members: Iron claws", "Members can now wield iron claws."); - case 4 : - return(1, obj_1279, "Iron sword", "You can now wield iron swords."); - case 5 : - return(1, obj_1293, "Iron longsword", "You can now wield iron longswords."); - case 6 : - return(1, obj_1323, "Iron scimitar", "You can now wield iron scimitars."); - case 7 : - return(1, obj_1239, "Members: Iron spear", "Members can now wield iron spears."); - case 8 : - return(1, obj_1335, "Iron warhammer", "You can now wield iron warhammers."); - case 9 : - return(1, obj_1363, "Iron battleaxe", "You can now wield iron battleaxes."); - case 10 : - return(1, obj_1309, "Iron two-handed sword", "You can now wield iron two-handed swords."); - case 11 : - return(1, obj_3192, "Members: Iron halberd", "Members can now wield iron halberds."); - case 12 : - return(1, obj_8845, "Members: Iron defender", "Members can now wield iron defenders."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(5, obj_1207, "Steel dagger", "You can now wield steel daggers."); - case 1 : - return(5, obj_1353, "Steel axe", "You can now wield steel axes."); - case 2 : - return(5, obj_1424, "Steel mace", "You can now wield steel maces."); - case 3 : - return(5, obj_3097, "Members: Steel claws", "Members can now wield steel claws."); - case 4 : - return(5, obj_1281, "Steel sword", "You can now wield steel swords."); - case 5 : - return(5, obj_1295, "Steel longsword", "You can now wield steel longswords."); - case 6 : - return(5, obj_1325, "Steel scimitar", "You can now wield steel scimitars."); - case 7 : - return(5, obj_1241, "Members: Steel spear", "Members can now wield steel spears."); - case 8 : - return(5, obj_1339, "Steel warhammer", "You can now wield steel warhammers."); - case 9 : - return(5, obj_1365, "Steel battleaxe", "You can now wield steel battleaxes."); - case 10 : - return(5, obj_1311, "Steel two-handed sword", "You can now wield steel two-handed swords."); - case 11 : - return(5, obj_3194, "Members: Steel halberd", "Members can now wield steel halberds."); - case 12 : - return(5, obj_8846, "Members: Steel defender
(with 5 Defence)", "Members now have the Attack level required to wield steel defenders. (They also need level 5 Defence.)"); - } - case 3 : - switch_int ($int1) { - case 0 : - return(10, obj_1217, "Black dagger", "You can now wield black daggers."); - case 1 : - return(10, obj_1361, "Black axe", "You can now wield black axes."); - case 2 : - return(10, obj_1426, "Black mace", "You can now wield black maces."); - case 3 : - return(10, obj_3098, "Members: Black claws", "Members can now wield black claws."); - case 4 : - return(10, obj_1283, "Black sword", "You can now wield black swords."); - case 5 : - return(10, obj_1297, "Black longsword", "You can now wield black longswords."); - case 6 : - return(10, obj_1327, "Black scimitar", "You can now wield black scimitars."); - case 7 : - return(10, obj_4580, "Members: Black spear", "Members can now wield black spears."); - case 8 : - return(10, obj_1341, "Black warhammer", "You can now wield black warhammers."); - case 9 : - return(10, obj_1367, "Black battleaxe", "You can now wield black battleaxes."); - case 10 : - return(10, obj_1313, "Black two-handed sword", "You can now wield black two-handed swords."); - case 11 : - return(10, obj_3196, "Members: Black halberd", "Members can now wield black halberds."); - case 12 : - return(10, obj_8847, "Members: Black defender
(with 10 Defence)", "Members now have the Attack level required to wield black defenders. (They also need level 10 Defence.)"); - } - case 4 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "To wield any white equipment, you must have completed Wanted!.", ""); - case 1 : - return(10, obj_6591, "White dagger", "Members can now wield white daggers (after finishing Wanted!)."); - case 2 : - return(10, obj_6601, "White mace", "Members can now wield white maces (after finishing Wanted!)."); - case 3 : - return(10, obj_6587, "White claws", "Members can now wield white claws (after finishing Wanted!)."); - case 4 : - return(10, obj_6605, "White sword", "Members can now wield white swords (after finishing Wanted!)."); - case 5 : - return(10, obj_6607, "White longsword", "Members can now wield white longswords (after finishing Wanted!)."); - case 6 : - return(10, obj_6611, "White scimitar", "Members can now wield white scimitars (after finishing Wanted!)."); - case 7 : - return(10, obj_6613, "White warhammer", "Members can now wield white warhammers (after finishing Wanted!)."); - case 8 : - return(10, obj_6589, "White battleaxe", "Members can now wield white battleaxes (after finishing Wanted!)."); - case 9 : - return(10, obj_6609, "White two-handed sword", "Members can now wield white two-handed swords (after finishing Wanted!)."); - case 10 : - return(10, obj_6599, "White halberd", "Members can now wield white halberds (after finishing Wanted!)."); - } - case 5 : - switch_int ($int1) { - case 0 : - return(20, obj_1209, "Mithril dagger", "You can now wield mithril daggers."); - case 1 : - return(20, obj_1355, "Mithril axe", "You can now wield mithril axes."); - case 2 : - return(20, obj_1428, "Mithril mace", "You can now wield mithril maces."); - case 3 : - return(20, obj_3099, "Members: Mithril claws", "Members can now wield mithril claws."); - case 4 : - return(20, obj_1285, "Mithril sword", "You can now wield mithril swords."); - case 5 : - return(20, obj_1299, "Mithril longsword", "You can now wield mithril longswords."); - case 6 : - return(20, obj_1329, "Mithril scimitar", "You can now wield mithril scimitars."); - case 7 : - return(20, obj_1243, "Members: Mithril spear", "Members can now wield mithril spears."); - case 8 : - return(20, obj_1343, "Mithril warhammer", "You can now wield mithril warhammers."); - case 9 : - return(20, obj_1369, "Mithril battleaxe", "You can now wield mithril battleaxes."); - case 10 : - return(20, obj_1315, "Mithril two-handed sword", "You can now wield mithril two-handed swords."); - case 11 : - return(20, obj_3198, "Members: Mithril halberd", "Members can now wield mithril halberds."); - case 12 : - return(20, obj_8848, "Members: Mithril defender
(with 20 Defence)", "Members now have the Attack level required to wield mithril defenders. (They also need level 20 Defence.)"); - } - case 6 : - switch_int ($int1) { - case 0 : - return(30, obj_1211, "Adamant dagger", "You can now wield adamant daggers."); - case 1 : - return(30, obj_1357, "Adamant axe", "You can now wield adamant axes."); - case 2 : - return(30, obj_1430, "Adamant mace", "You can now wield adamant maces."); - case 3 : - return(30, obj_3100, "Members: Adamant claws", "Members can now wield adamant claws."); - case 4 : - return(30, obj_1287, "Adamant sword", "You can now wield adamant swords."); - case 5 : - return(30, obj_1301, "Adamant longsword", "You can now wield adamant longswords."); - case 6 : - return(30, obj_1331, "Adamant scimitar", "You can now wield adamant scimitars."); - case 7 : - return(30, obj_1245, "Members: Adamant spear", "Members can now wield adamant spears."); - case 8 : - return(30, obj_1345, "Adamant warhammer", "You can now wield adamant warhammers."); - case 9 : - return(30, obj_1371, "Adamant battleaxe", "You can now wield adamant battleaxes."); - case 10 : - return(30, obj_1317, "Adamant two-handed sword", "You can now wield adamant two-handed swords."); - case 11 : - return(30, obj_3200, "Members: Adamant halberd", "Members can now wield adamant halberds."); - case 12 : - return(30, obj_8849, "Members: Adamant defender
(with 30 Defence)", "Members now have the Attack level required to wield adamant defenders. (They also need level 30 Defence.)"); - } - case 7 : - switch_int ($int1) { - case 0 : - return(40, obj_1213, "Rune dagger", "You can now wield rune daggers."); - case 1 : - return(40, obj_1359, "Rune axe", "You can now wield rune axes."); - case 2 : - return(40, obj_1432, "Rune mace", "You can now wield rune maces."); - case 3 : - return(40, obj_3101, "Members: Rune claws", "Members can now wield rune claws."); - case 4 : - return(40, obj_1289, "Rune sword", "You can now wield rune swords."); - case 5 : - return(40, obj_1303, "Rune longsword", "You can now wield rune longswords."); - case 6 : - return(40, obj_1333, "Rune scimitar", "You can now wield rune scimitars."); - case 7 : - return(40, obj_1247, "Members: Rune spear", "Members can now wield rune spears."); - case 8 : - return(40, obj_1347, "Rune warhammer", "You can now wield rune warhammers."); - case 9 : - return(40, obj_1373, "Rune battleaxe", "You can now wield rune battleaxes."); - case 10 : - return(40, obj_1319, "Rune two-handed sword", "You can now wield rune two-handed swords."); - case 11 : - return(40, obj_3202, "Members: Rune halberd", "Members can now wield rune halberds."); - case 12 : - return(40, obj_8850, "Members: Rune defender
(with 40 Defence)", "Members now have the Attack level required to wield rune defenders. (They also need level 40 Defence.)"); - } - case 8 : - switch_int ($int1) { - case 0 : - return(60, obj_1215, "Members: Dragon dagger
(after Lost City)", "Members can now wield dragon daggers (after Lost City)."); - case 1 : - return(60, obj_6739, "Members: Dragon axe", "Members can now wield dragon axes."); - case 2 : - return(60, obj_1434, "Members: Dragon mace
(after Heroes' Quest)", "Members can now wield dragon maces (after Heroes' Quest)."); - case 3 : - return(60, obj_14484, "Members: Dragon claws", "Members can now wield dragon claws."); - case 4 : - return(60, obj_1305, "Members: Dragon longsword
(after Lost City)", "Members can now wield dragon longswords (after Lost City)."); - case 5 : - return(60, obj_4587, "Members: Dragon scimitar
(after Monkey Madness)", "Members can now wield dragon scimitars (after Monkey Madness)."); - case 6 : - return(60, obj_1249, "Members: Dragon spear", "Members can now wield dragon spears."); - case 7 : - return(60, obj_1377, "Members: Dragon battleaxe
(after Heroes' Quest)", "Members can now wield dragon battleaxes (after Heroes' Quest)."); - case 8 : - return(60, obj_7158, "Members: Dragon two-handed sword", "Members can now wield dragon two-handed swords."); - case 9 : - return(60, obj_3204, "Members: Dragon halberd
(after Regicide)", "Members can now wield dragon halberds (after Regicide)."); - case 10 : - return(60, obj_13976, "Corrupt dragon dagger", "You can now wield corrupt dragon daggers."); - case 11 : - return(60, obj_13985, "Corrupt dragon mace", "You can now wield corrupt dragon maces."); - case 12 : - return(60, obj_13982, "Corrupt dragon longsword", "You can now wield corrupt dragon longswords."); - case 13 : - return(60, obj_13979, "Corrupt dragon scimitar", "You can now wield corrupt dragon scimitars."); - case 14 : - return(60, obj_13988, "Corrupt dragon spear", "You can now wield corrupt dragon spears."); - case 15 : - return(60, obj_13973, "Corrupt dragon battleaxe", "You can now wield corrupt dragon battleaxes."); - } - case 9 : - switch_int ($int1) { - case 0 : - return(70, obj_4710, "Ahrim's staff
(with 70 Magic)", "Members now have the Attack level required to wield Ahrim's staff. (They also need level 70 Magic.)"); - case 1 : - return(70, obj_4718, "Dharok's greataxe
(with 70 Strength)", "Members now have the Attack level required to wield Dharok's greataxe. (They also need level 70 Strength.)"); - case 2 : - return(70, obj_4726, "Guthan's spear", "Members can now wield Guthan's spear."); - case 3 : - return(70, obj_4747, "Torag's hammers
(with 70 Strength)", "Members now have the Attack level required to wield Torag's hammers. (They also need level 70 Strength.)"); - case 4 : - return(70, obj_4755, "Verac's flail", "Members can now wield Verac's flail."); - } - case 10 : - switch_int ($int1) { - case 0 : - return(1, obj_2402, "Silverlight
(after Demon Slayer)", "You can now wield Silverlight (after starting Demon Slayer)."); - case 1 : - return(1, obj_6746, "Members: Darklight
(after Shadow of the Storm)", "Members can now wield Darklight (after Shadow of the Storm)."); - case 2 : - return(1, obj_2952, "Members: Wolfbane Dagger
(after Priest in Peril)", "Members can now wield the Wolfbane Dagger (after Priest in Peril."); - case 3 : - return(1, obj_746, "Members: Dark Dagger", "Members can now wield the Dark Dagger."); - case 4 : - return(1, obj_667, "Faladian/Blurite Sword
(after starting The Knight's Sword)", "You can now wield the Faladian/Blurite Sword (after starting The Knight's Sword)."); - case 5 : - return(1, obj_10858, "Members: Shadow Sword", "Members can now wield the Shadow Sword."); - case 6 : - return(1, obj_5016, "Members: Bone spear", "Members can now wield bone spears."); - case 7 : - return(1, obj_5018, "Members: Bone club", "Members can now wield bone clubs."); - case 8 : - return(1, obj_8872, "Members: Bone dagger", "Members can now wield bone daggers."); - case 9 : - return(1, obj_6760, "Members: Guthix Mjolnir
(after Making History)", "Members can now wield the Guthix Mjolnir (after Making History)."); - case 10 : - return(1, obj_6762, "Members: Saradomin Mjolnir
(after Making History)", "Members can now wield the Saradomin Mjolnir after completing Making History."); - case 11 : - return(1, obj_6764, "Members: Zamorak Mjolnir
(after Making History)", "Members can now wield the Zamorak Mjolnir (after Making History)."); - case 12 : - return(1, obj_7668, "Members: Gadderhammer
(after starting In Aid of the Myreque)", "Members can now wield the Gadderhammer (after starting In Aid of the Myreque)."); - case 13 : - return(1, obj_10491, "Members: Blessed Axe
(after starting Animal Magnetism)", "Members can now wield the Blessed Axe (after starting Animal Magnetism)."); - case 14 : - return(1, obj_13661, "Members: Inferno Adze
(after All Fired Up and with 92 Firemaking)", "Members can now wield the Inferno Adze (after All Fired Up)."); - case 15 : - return(5, obj_12570, "Members: Ogre club", "Members can now wield ogre clubs."); - case 16 : - return(15, obj_11061, "Members: Ancient mace
(after Another Slice of H.A.M. and with 25 Prayer)", "Members now have the Attack level required to wield the Ancient Mace (after Another Slice of H.A.M. and with level 25 Prayer)."); - case 17 : - return(20, obj_35, "Members: Excalibur
(after starting Merlin's Crystal)", "Members can now wield Excalibur (after starting Merlin's Crystal)."); - case 18 : - return(20, obj_13926, "Members: Corrupt Statius's warhammer", "Members now have the Attack level required to wield corrupt Statius's warhammer."); - case 19 : - return(20, obj_13923, "Members: Corrupt Vesta's longsword", "Members now have the Attack level required to wield corrupt Vesta's longsword."); - case 20 : - return(20, obj_13929, "Members: Corrupt Vesta's spear", "Members now have the Attack level required to wield corrupt Vesta's spear."); - case 21 : - return(20, obj_13941, "Members: Corrupt Zuriel's staff
(with 20 Magic)", "Members now have the Attack level required to wield corrupt Zuriel's staff (with level 20 Magic)."); - case 22 : - return(30, obj_1397, "Members: Air battlestaff
(with 30 Magic)", "Members now have the Attack level required to wield air battlestaves. (They also need level 30 Magic.)"); - case 23 : - return(30, obj_1399, "Members: Earth battlestaff
(with 30 Magic)", "Members now have the Attack level required to wield earth battlestaves. (They also need level 30 Magic.)"); - case 24 : - return(30, obj_1393, "Members: Fire battlestaff
(with 30 Magic)", "Members now have the Attack level required to wield fire battlestaves. (They also need level 30 Magic.)"); - case 25 : - return(30, obj_1395, "Members: Water battlestaff
(with 30 Magic)", "Members now have the Attack level required to wield water battlestaves. (They also need level 30 Magic.)"); - case 26 : - return(30, obj_3053, "Members: Lava battlestaff
(with 30 Magic)", "Members now have the Attack level required to wield lava battlestaves. (They also need level 30 Magic.)"); - case 27 : - return(30, obj_6562, "Members: Mud battlestaff
(with 30 Magic)", "Members now have the Attack level required to wield mud battlestaves. (They also need level 30 Magic.)"); - case 28 : - return(30, obj_3757, "Members: Fremennik blade", "Members can now wield Fremennik blades."); - case 29 : - return(40, obj_1405, "Members: Mystic air staff
(with 40 Magic)", "Members now have the Attack level required to wield mystic air staves. (They also need level 40 Magic.)"); - case 30 : - return(40, obj_1407, "Members: Mystic earth staff
(with 40 Magic)", "Members now have the Attack level required to wield mystic earth staves. (They also need level 40 Magic.)"); - case 31 : - return(40, obj_1401, "Members: Mystic fire staff
(with 40 Magic)", "Members now have the Attack level required to wield mystic fire staves. (They also need level 40 Magic.)"); - case 32 : - return(40, obj_1403, "Members: Mystic water staff
(with 40 Magic)", "Members now have the Attack level required to wield mystic water staves. (They also need level 40 Magic.)"); - case 33 : - return(40, obj_3054, "Members: Mystic lava staff
(with 40 Magic)", "Members now have the Attack level required to wield mystic lava staves. (They also need level 40 Magic.)"); - case 34 : - return(40, obj_6563, "Members: Mystic mud staff
(with 40 Magic)", "Members now have the Attack level required to wield mystic mud staves. (They also need level 40 Magic.)"); - case 35 : - return(40, obj_11037, "Members: Brine sabre
(after Olaf's Quest)", "Members can now wield brine sabres (after Olaf's Quest)."); - case 36 : - return(40, obj_14097, "Sacred clay sword", "Members can now wield sacred clay swords."); - case 37 : - return(50, obj_4158, "Members: Leaf-bladed spear
(with 55 Slayer)", "Members now have the Attack level required to wield leaf-bladed spears: melee weapons used for killing turoth and kurask. (They also need level 55 Slayer.)"); - case 38 : - return(50, obj_4675, "Members: Ancient Staff
(after Desert Treasure and with 50 Magic)", "Members now have the Attack level required to wield the Ancient Staff (after Desert Treasure and with level 50 Magic)."); - case 39 : - return(50, obj_1409, "Members: Iban's Staff
(after Underground Pass and with 50 Magic)", "Members now have the Attack level required to wield Iban's Staff (after Underground Pass and with level 50 Magic)."); - case 40 : - return(50, obj_4153, "Members: Granite maul
(with 50 Strength)", "Members can now wield granite mauls. (They also need level 50 Strength.)"); - case 41 : - return(50, obj_10581, "Members: Keris
(after Contact!)", "Members can now wield Keris (after Contact!)."); - case 42 : - return(50, obj_13290, "Members: Leaf bladed swords
(after Smoking Kills and with 55 Slayer)", "Members can now wield leaf bladed swords (after Smoking Kills and with level 55 Slayer)."); - case 43 : - return(60, obj_10887, "Members: Barrelchest Anchor
(after Great Brain Robbery and with 40 Strength)", "Members now have the Attack level required to wield the Barrelchest Anchor (after Great Brain Robbery, with level 40 Strength."); - case 44 : - return(60, obj_6523, "Members: TokTz-Xil-Ak", "Members can now wield TokTz-Xil-Ak."); - case 45 : - return(60, obj_6527, "Members: TzHaar-Ket-Em", "Members can now wield TzHaar-Ket-Em."); - case 46 : - return(60, obj_6525, "Members: TokTz-Xil-Ek", "Members can now wield TokTz-Xil-Ek."); - case 47 : - return(60, obj_6526, "Members: Toktz-Mej-Tal
(with 60 Magic)", "Members now have the Attack level required to wield Toktz-Mej-Tal. (They also need level 60 Magic.)"); - case 48 : - return(70, obj_4151, "Members: Abyssal whip", "Members can now wield abyssal whips."); - case 49 : - return(70, obj_11730, "Members: Saradomin sword", "Members can now wield Saradomin swords."); - case 50 : - return(70, obj_11716, "Members: Zamorakian spear", "Members can now wield Zamorakian spears."); - case 51 : - return(75, obj_11694, "Members: Armadyl godsword", "Members can now wield the Armadyl godsword."); - case 52 : - return(75, obj_11696, "Members: Bandos godsword", "Members can now wield the Bandos godsword."); - case 53 : - return(75, obj_11698, "Members: Saradomin godsword", "Members can now wield the Saradomin godsword."); - case 54 : - return(75, obj_11700, "Members: Zamorak godsword", "Members can now wield the Zamorak godsword."); - case 55 : - return(78, obj_13902, "Members: Statius's warhammer", "Members now have the Attack level required to wield Statius's warhammer."); - case 56 : - return(78, obj_13899, "Members: Vesta's longsword", "Members now have the Attack level required to wield Vesta's longsword."); - case 57 : - return(78, obj_13905, "Members: Vesta's spear", "Members now have the Attack level required to wield Vesta's spear."); - case 58 : - return(78, obj_13867, "Members: Zuriel's staff
(with 78 Magic)", "Members now have the Attack level required to wield Zuriel's staff (with level 78 Magic)."); - } - case 11 : - switch_int ($int1) { - case 0 : - return(30, obj_10149, "Swamp lizard
(with 30 Magic and 30 Ranged)", "Members now have the Attack level required to wield swamp lizards. (They also need level 30 Magic and level 30 Ranged.)"); - case 1 : - return(50, obj_10146, "Orange salamander
(with 50 Magic and 50 Ranged)", "Members now have the Attack level required to wield orange salamanders. (They also need level 50 Magic and level 50 Ranged.)"); - case 2 : - return(60, obj_10147, "Red salamander
(with 60 Magic and 60 Ranged)", "Members now have the Attack level required to wield red salamanders. (They also need level 60 Magic and level 60 Ranged.)"); - case 3 : - return(70, obj_10148, "Black salamander
(with 70 Magic and 70 Ranged)", "Members now have the Attack level required to wield black salamanders. (They also need level 70 Magic and level 70 Ranged.)"); - } - case 12 : - switch_int ($int1) { - case 0 : - return(1, obj_14297, "Stealing Creation - class 1 dagger", "Members can now wield class 1 daggers in the Stealing Creation minigame."); - case 1 : - return(1, obj_14287, "Stealing Creation - class 1 scimitar", "Members can now wield class 1 scimitars in the Stealing Creation minigame."); - case 2 : - return(1, obj_14307, "Stealing Creation - class 1 warhammer", "Members can now wield class 1 warhammers in the Stealing Creation minigame."); - case 3 : - return(20, obj_14299, "Stealing Creation - class 2 dagger", "Members can now wield class 2 daggers in the Stealing Creation minigame."); - case 4 : - return(20, obj_14289, "Stealing Creation - class 2 scimitar", "Members can now wield class 2 scimitars in the Stealing Creation minigame."); - case 5 : - return(20, obj_14309, "Stealing Creation - class 2 warhammer", "Members can now wield class 2 warhammers in the Stealing Creation minigame."); - case 6 : - return(40, obj_14301, "Stealing Creation - class 3 dagger", "Members can now wield class 3 daggers in the Stealing Creation minigame."); - case 7 : - return(40, obj_14291, "Stealing Creation - class 3 scimitar", "Members can now wield class 3 scimitars in the Stealing Creation minigame."); - case 8 : - return(40, obj_14311, "Stealing Creation - class 3 warhammer", "Members can now wield class 3 warhammers in the Stealing Creation minigame."); - case 9 : - return(60, obj_14303, "Stealing Creation - class 4 dagger", "Members can now wield class 4 daggers in the Stealing Creation minigame."); - case 10 : - return(60, obj_14293, "Stealing Creation - class 4 scimitar", "Members can now wield class 4 scimitars in the Stealing Creation minigame."); - case 11 : - return(60, obj_14313, "Stealing Creation - class 4 warhammer", "Members can now wield class 4 warhammers in the Stealing Creation minigame."); - case 12 : - return(80, obj_14305, "Stealing Creation - class 5 dagger", "Members can now wield class 5 daggers in the Stealing Creation minigame."); - case 13 : - return(80, obj_14295, "Stealing Creation - class 5 scimitar", "Members can now wield class 5 scimitars in the Stealing Creation minigame."); - case 14 : - return(80, obj_14315, "Stealing Creation - class 5 warhammer", "Members can now wield class 5 warhammers in the Stealing Creation minigame."); - } - case 13 : - switch_int ($int1) { - case 0 : - return(-1, obj_8855, "You can enter the Warriors' Guild when your Attack and Strength levels add up to 130 or more.", ""); - case 1 : - return(19, obj_5079, "Melee Combat Tutor - new info", "There is new information available from the Melee Combat Tutor in Lumbridge."); - case 2 : - return(29, obj_5079, "Melee Combat Tutor - new info", "There is new information available from the Melee Combat Tutor in Lumbridge."); - case 3 : - return(99, obj_9747, "Skill mastery", "Congratulations! You are now a master of Attack. Why not visit Ajjat at the Warriors' Guild? He has something special that is only available to true masters of the Attack skill!"); - } -} diff --git a/dumps/530/script/[proc,script983].cs2 b/dumps/530/script/[proc,script983].cs2 deleted file mode 100644 index c651f2a58..000000000 --- a/dumps/530/script/[proc,script983].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 983 -[proc,script983](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Weaponry", 1); - case 1 : - return("Armour", 1); - case 2 : - return("Shortcuts", 1); - case 3 : - return("Areas", 1); - case 4 : - return("Barbarian", 1); - case 5 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script984].cs2 b/dumps/530/script/[proc,script984].cs2 deleted file mode 100644 index 221afdc36..000000000 --- a/dumps/530/script/[proc,script984].cs2 +++ /dev/null @@ -1,86 +0,0 @@ -// 984 -[proc,script984](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(5, obj_3196, "Black halberd
(with 10 Attack)", "Members now have the Strength level required to wield black halberds. (You also need level 10 Attack.)"); - case 1 : - return(5, obj_6599, "White halberd
(with 10 Attack)", "Members now have the Strength level required to wield white halberds. (You also need level 10 Attack.)"); - case 2 : - return(10, obj_3198, "Mithril halberd
(with 20 Attack)", "Members now have the Strength level required to wield mithril halberds. (You also need level 20 Attack.)"); - case 3 : - return(15, obj_3200, "Adamant halberd
(with 30 Attack)", "Members now have the Strength level required to wield adamant halberds. (You also need level 30 Attack.)"); - case 4 : - return(20, obj_3202, "Rune halberd
(with 40 Attack)", "Members now have the Strength level required to wield rune halberds. (You also need level 40 Attack.)"); - case 5 : - return(30, obj_3204, "Dragon halberd
(with 60 Attack)", "Members now have the Strength level required to wield dragon halberds. (They also need level 60 Attack.)"); - case 6 : - return(50, obj_4153, "Granite maul
(with 50 Attack)", "Members now have the Strength level required to wield granite mauls. (They also need level 50 Attack.)"); - case 7 : - return(60, obj_6528, "Tzhaar-Ket-Om", "Members can now wield Tzhaar-Ket-Om."); - case 8 : - return(70, obj_4718, "Dharok's greataxe
(with 70 Attack)", "Members now have the Strength level required to wield Dharok's greataxe. (They also need level 70 Attack.)"); - case 9 : - return(70, obj_4747, "Torag's hammers
(with 70 Attack)", "Members now have the Strength level required to wield Torag's hammers. (They also need level 70 Attack.)"); - } - case 1 : - switch_int ($int1) { - case 0 : - return(50, obj_10589, "Granite helm
(with 50 Defence)", "Members now have the Strength level required to wear granite helms. (They also need level 50 Defence.)"); - case 1 : - return(50, obj_10564, "Granite body
(with 50 Defence)", "Members now have the Strength level required to wear granite bodies. (They also need level 50 Defence.)"); - case 2 : - return(50, obj_6809, "Granite legs
(with 50 Defence)", "Members now have the Strength level required to wear granite legs. (They also need level 50 Defence.)"); - case 3 : - return(50, obj_3122, "Granite shield
(with 50 Defence)", "Members now have the Strength level required to wield granite shields. (They also need level 50 Defence.)"); - } - case 2 : - switch_int ($int1) { - case 0 : - return(19, obj_6515, "River crossing to Al Kharid
(with 8 Agility and 37 Ranged)", "You now have the Strength level required to cross the River Lum to Al Kharid. (You also need level 8 Agility and level 37 Ranged.)"); - case 1 : - return(21, obj_6515, "Karamja crossing, south of the volcano
(with 53 Agility and 42 Ranged)", "You now have the Strength level required to use the Karamja crossing, south of the volcano. (You also need level 53 Agility and level 42 Ranged."); - case 2 : - return(22, obj_6515, "Water Obelisk Island escape
(with 36 Agility and 39 Ranged)", "You now have the Strength level required to make the Water Obelisk Island escape. (You also need level 36 Agility and level 39 Ranged)."); - case 3 : - return(35, obj_6517, "Catherby cliff
(after Fishing Contest, with 32 Agility and 35 Ranged)", "You now have the Strength level required to scale Catherby cliff (after Fishing Contest, with level 32 Agility and level 35 Ranged)."); - case 4 : - return(37, obj_6517, "Falador wall
(with 11 Agility and 19 Ranged)", "You now have the Strength level required to scale Falador wall. (You also need level 11 Agility and level 19 Ranged.)"); - case 5 : - return(38, obj_6517, "Yanille wall
(with 39 Agility and 21 Ranged)", "You now have the Strength level required to scale Yanille wall. (You also need level 39 Agility and level 21 Ranged.)"); - case 6 : - return(70, obj_6515, "Cross cave, south of Dorgesh-Kaan
(after Death to the Dorgeshuun, with 70 Agility and 70 Ranged)", "You now have the Strength level required to cross the cave, south of Dorgesh-Kaan (after Death to the Dorgeshuun, with 70 Agility and 70 Ranged)."); - } - case 3 : - if ($int1 = 0) { - return(60, obj_4043, "God Wars Dungeon access via the Strength route", "You can now access the God Wars Dungeon via the Strength route."); - } - if ($int1 = 1) { - return(70, obj_8122, "Bandos's Stronghold of the God Wars Dungeon", "You can now enter the Bandos's Stronghold of the God Wars Dungeon."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "To start fishing like a barbarian, talk to Otto Godblessed when you have at least level 48 Fishing and level 15 Agility.", ""); - case 1 : - return(15, obj_11328, "Leaping trout
(with 15 Agility and 48 Fishing)", "Members versed in the art of barbarian fishing now have the Strength level required to catch leaping trout. (They also need level 15 Agility and level 48 Fishing.)"); - case 2 : - return(30, obj_11330, "Leaping salmon
(with 30 Agility and 58 Fishing)", "Members versed in the art of barbarian fishing now have the Strength level required to catch leaping salmon. (They also need level 30 Agility and level 58 Fishing.)"); - case 3 : - return(35, obj_361, "Tuna
(with 55 Fishing)", "Members versed in the art of barbarian fishing now have the Strength level required to catch tuna without a harpoon. (They also need level 55 Fishing.)"); - case 4 : - return(45, obj_11332, "Leaping sturgeon
(with 45 Agility and 70 Fishing)", "Members versed in the art of barbarian fishing now have the Strength level required to catch leaping sturgeon. (They also need level 45 Agility and level 70 Fishing.)"); - case 5 : - return(50, obj_373, "Swordfish
(with 70 Fishing)", "Members versed in the art of barbarian fishing now have the Strength level required to catch swordfish without a harpoon. (They also need level 70 Fishing.)"); - case 6 : - return(76, obj_385, "Shark
(with 96 Fishing)", "Members versed in the art of barbarian fishing now have the Strength level required to catch shark without a harpoon. (They also need level 96 Fishing.)"); - } - case 5 : - if ($int1 = 0) { - return(-1, obj_8855, "You can enter the Warriors' Guild when your Attack and Strength levels add up to 130 or more.", ""); - } - if ($int1 = 1) { - return(99, obj_9750, "Skill mastery", "Congratulations! You are now a master of Strength. Why not visit the guard of the strength training area at the Warriors' Guild? He has something special that is only available to true masters of the Strength skill!"); - } -} diff --git a/dumps/530/script/[proc,script985].cs2 b/dumps/530/script/[proc,script985].cs2 deleted file mode 100644 index 5a08f1c55..000000000 --- a/dumps/530/script/[proc,script985].cs2 +++ /dev/null @@ -1,20 +0,0 @@ -// 985 -[proc,script985](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Firemaking", 0); - case 1 : - return("Barbarian fires", 1); - case 2 : - return("Pyre ships", 1); - case 3 : - return("Equipment", 0); - case 4 : - return("Beacons", 1); - case 5 : - return("Minigames", 1); - case 6 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script986].cs2 b/dumps/530/script/[proc,script986].cs2 deleted file mode 100644 index d0a473bae..000000000 --- a/dumps/530/script/[proc,script986].cs2 +++ /dev/null @@ -1,180 +0,0 @@ -// 986 -[proc,script986](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_1511, "Normal logs", "You can now light normal logs."); - case 1 : - return(1, obj_596, "Members: Torch", "Members can now light torches."); - case 2 : - return(1, obj_36, "Members: Candle", "Members can now light candles."); - case 3 : - return(1, obj_2862, "Members: Achey logs", "Members can now light achey logs."); - case 4 : - return(4, obj_4531, "Members: Candle lantern", "Members can now light candle lanterns."); - case 5 : - return(5, obj_3438, "Members: Pyre logs", "Members can now light pyre logs."); - case 6 : - return(12, obj_4524, "Members: Oil lamp", "Members can now light oil lamps."); - case 7 : - return(15, obj_1521, "Oak logs", "You can now light oak logs."); - case 8 : - return(20, obj_7225, "Members: Iron spit", "Members can now cook with iron spits."); - case 9 : - return(20, obj_3440, "Members: Oak pyre logs", "Members can now light oak pyre logs."); - case 10 : - return(26, obj_4539, "Members: Oil lantern", "Members can now light oil lanterns."); - case 11 : - return(30, obj_1519, "Willow logs", "You can now light willow logs."); - case 12 : - return(33, obj_7053, "Members: Harpie bug lantern (not a light source)", "Members can now light harpie bug lanterns. These are not a light source."); - case 13 : - return(35, obj_6333, "Members: Teak logs", "Members can now light teak logs."); - case 14 : - return(35, obj_3442, "Members: Willow pyre logs", "Members can now light willow pyre logs."); - case 15 : - return(40, obj_6211, "Members: Teak pyre logs", "Members can now light teak pyre logs."); - case 16 : - return(42, obj_10810, "Members: Arctic pine logs", "Members can now light arctic pine logs."); - case 17 : - return(45, obj_1517, "Maple logs", "You can now light maple logs."); - case 18 : - return(47, obj_10808, "Members: Arctic pine pyre logs", "Members can now light arctic pine pyre logs."); - case 19 : - return(49, obj_4550, "Members: Bullseye lantern", "Members can now light bullseye lanterns."); - case 20 : - return(49, obj_4702, "Members: Sapphire lantern", "Members can now light sapphire lanterns."); - case 21 : - return(49, obj_9065, "Members: Emerald lantern", "Members can now light emerald lanterns."); - case 22 : - return(50, obj_6332, "Members: Mahogany logs", "Members can now light mahogany logs."); - case 23 : - return(50, obj_3444, "Members: Maple pyre logs", "Members can now light maple pyre logs."); - case 24 : - return(52, obj_10973, "Members: Replace Dorgeshuun light orb", "Members can now replace Dorgeshuun light orbs."); - case 25 : - return(55, obj_6213, "Members: Mahogany pyre logs", "Members can now light mahogany pyre logs."); - case 26 : - return(58, obj_12581, "Members: Eucalyptus logs", "Members can now light eucalyptus logs."); - case 27 : - return(60, obj_1515, "Yew logs", "You can now light yew logs."); - case 28 : - return(63, obj_12583, "Members: Eucalyptus pyre logs", "Members can now light eucalyptus pyre logs."); - case 29 : - return(65, obj_5013, "Members: Cave goblin mining helmet", "Members can now light cave goblin mining helmets."); - case 30 : - return(65, obj_3446, "Members: Yew pyre logs", "Members can now light yew pyre logs."); - case 31 : - return(75, obj_1513, "Members: Magic logs", "Members can now light magic logs."); - case 32 : - return(80, obj_3448, "Members: Magic pyre logs", "Members can now light magic pyre logs."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "To start Firemaking in the manner of the barbarians, talk to Otto Godblessed when you have level 35 Firemaking or higher.", ""); - case 1 : - return(21, obj_1511, "Normal Logs", "Members versed in the art of barbarian firemaking can now light normal logs without a tinderbox."); - case 2 : - return(21, obj_2862, "Achey tree", "Members versed in the art of barbarian firemaking can now light achey tree logs without a tinderbox."); - case 3 : - return(35, obj_1521, "Oak", "Members versed in the art of barbarian firemaking can now light oak logs without a tinderbox."); - case 4 : - return(50, obj_1519, "Willow", "Members versed in the art of barbarian firemaking can now light willow logs without a tinderbox."); - case 5 : - return(55, obj_6333, "Teak", "Members versed in the art of barbarian firemaking can now light teak logs without a tinderbox."); - case 6 : - return(62, obj_10810, "Arctic pine", "Members versed in the art of barbarian firemaking can now light arctic pine logs without a tinderbox."); - case 7 : - return(65, obj_1517, "Maple", "Members versed in the art of barbarian firemaking can now light maple logs without a tinderbox."); - case 8 : - return(70, obj_6332, "Mahogany", "Members versed in the art of barbarian firemaking can now light mahogany logs without a tinderbox."); - case 9 : - return(78, obj_12581, "Eucalyptus", "Members versed in the art of barbarian firemaking can now light eucalyptus logs without a tinderbox."); - case 10 : - return(80, obj_1515, "Yew", "Members versed in the art of barbarian firemaking can now light yew logs without a tinderbox."); - case 11 : - return(95, obj_1513, "Magic", "Members versed in the art of barbarian firemaking can now light magic logs without a tinderbox."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "To start Firemaking in the manner of the barbarians, talk to Otto Godblessed when you have level 35 Firemaking or higher. Pyre ships can only be constructed and burnt where the ground is charred, around the lake next to Otto's hut.", ""); - case 1 : - return(11, obj_1511, "Wood
(with 11 Crafting)", "Members versed in the art of barbarian firemaking now have the Firemaking level required to light pyre ships made out of logs. (They also need level 11 Crafting.)"); - case 2 : - return(11, obj_2862, "Achey
(with 11 Crafting)", "Members versed in the art of barbarian firemaking now have the Firemaking level required to light pyre ships made out of achey tree logs. (They also need level 11 Crafting.)"); - case 3 : - return(25, obj_1521, "Oak
(with 25 Crafting)", "Members versed in the art of barbarian firemaking now have the Firemaking level required to light pyre ships made out of oak logs. (They also need level 25 Crafting.)"); - case 4 : - return(40, obj_1519, "Willow
(with 40 Crafting)", "Members versed in the art of barbarian firemaking now have the Firemaking level required to light pyre ships made out of willow logs. (They also need level 40 Crafting.)"); - case 5 : - return(45, obj_6333, "Teak
(with 45 Crafting)", "Members versed in the art of barbarian firemaking now have the Firemaking level required to light pyre ships made out of teak logs. (They also need level 45 Crafting.)"); - case 6 : - return(52, obj_10810, "Arctic pine
(with 52 Crafting)", "Members versed in the art of barbarian Firemaking now have the Firemaking level required to light pyre ships made out of arctic pine logs. (They also need level 52 Crafting.)"); - case 7 : - return(55, obj_1517, "Maple
(with 55 Crafting)", "Members versed in the art of barbarian firemaking now have the Firemaking level required to light pyre ships made out of maple logs. (They also need level 55 Crafting.)"); - case 8 : - return(60, obj_6332, "Mahogany
(with 60 Crafting)", "Members versed in the art of barbarian firemaking now have the Firemaking level required to light pyre ships made out of mahogany logs. (They also need level 60 Crafting.)"); - case 9 : - return(68, obj_12581, "Eucalyptus
(with 68 Crafting)", "Members versed in the art of barbarian firemaking now have the Firemaking level required to light pyre ships made out of eucalyptus logs. (They also need level 68 Crafting.)"); - case 10 : - return(70, obj_1515, "Yew
(with 70 Crafting)", "Members versed in the art of barbarian firemaking now have the Firemaking level required to light pyre ships made out of yew logs. (They also need level 70 Crafting.)"); - case 11 : - return(85, obj_1513, "Magic
(with 85 Crafting)", "Members versed in the art of barbarian firemaking now have the Firemaking level required to light pyre ships made out of magic logs. (They also need level 85 Crafting.)"); - } - case 3 : - switch_int ($int1) { - case 0 : - return(1, obj_590, "Tinderbox", "You can now light fires with a tinderbox."); - case 1 : - return(62, obj_13659, "Members: Ring of Fire
(after All Fired Up)", "Members can now wear the Ring of Fire (after All Fired Up)."); - case 2 : - return(79, obj_13660, "Members: Flame Gloves
(after All Fired Up)", "Members can now wear the Flame Gloves (after All Fired Up)."); - case 3 : - return(92, obj_13661, "Members: Inferno Adze
(after All Fired Up)", "Members can now use the Inferno Adze (after All Fired Up)."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "To use the beacons, you must have completed All Fired Up.", ""); - case 1 : - return(43, obj_13662, "Beacon near the River Salve", "Members can now light the beacon near the River Salve (after All Fired Up)."); - case 2 : - return(43, obj_13662, "Beacon near the Rag and Bone Man", "Members can now light the beacon near the Rag and Bone Man (after All Fired Up)."); - case 3 : - return(48, obj_13662, "Beacon near the Jolly Boar", "Members can now light the beacon near the Jolly Boar (after All Fired Up)."); - case 4 : - return(53, obj_13662, "Beacon north of Varrock Castle", "Members can now light the beacon north of Varrock Castle (after All Fired Up)."); - case 5 : - return(59, obj_13662, "Beacon near the Grand Exchange", "Members can now light the beacon near the Grand Exchange (after All Fired Up)."); - case 6 : - return(62, obj_13662, "Beacon near Edgeville", "Members can now light the beacon near Edgeville (after All Fired Up)."); - case 7 : - return(68, obj_13662, "Beacon near the Monastery
(after joining the Monastery)", "Members can now light the beacon near the Monastery (after All Fired Up and after joining the Monastery)."); - case 8 : - return(72, obj_13662, "Beacon near Goblin Village
(after Land of the Goblins)", "Members can now light the beacon near Goblin Village (after All Fired Up and Land of the Goblins)."); - case 9 : - return(76, obj_13662, "Beacon near Burthorpe
(with 56 Smithing)", "Members now have the Firemaking level required to light the beacon near Burthorpe. (They also need level 56 Smithing and to have completed All Fired Up)."); - case 10 : - return(79, obj_13662, "Beacon east of Death Plateau
(with 42 Construction)", "Members now have the Firemaking level required to light the beacon east of Death Plateau. (They also need level 42 Construction and to have completed All Fired Up)."); - case 11 : - return(83, obj_13662, "Beacon near the Trollheim shortcut
(with 64 Agility)", "Members now have the Firemaking level required to light the beacon near the Trollheim shortcut. (They also need level 64 Agility and to have completed All Fired Up)."); - case 12 : - return(87, obj_13662, "Beacon near the entrance to the God Wars Dungeon
(with 60 Crafting)", "Members now have the Firemaking level required to light the beacon near the entrance to the God Wars Dungeon. (They also need level 60 Crafting and to have completed All Fired Up)."); - case 13 : - return(89, obj_13662, "Beacon near small temple in the Wilderness
(with 70 Smithing or 59 Construction)", "Members now have the Firemaking level required to light the beacon near the small temple in the Wilderness. (They will also need level 70 Smithing or level 59 Construction, and to have completed All Fired Up)."); - case 14 : - return(92, obj_13662, "Beacon on the Frozen Waste Plateau", "Members can now light the beacon on the Frozen Waste Plateau (after All Fired Up)."); - } - case 5 : - switch_int ($int1) { - case 0 : - return(55, obj_14619, "Phoenix lair - funeral pyre", "Members can now light the phoenix's funeral pyre in the phoenix lair."); - } - case 6 : - if ($int1 = 0) { - return(99, obj_9804, "Skill mastery", "Congratulations! You are now a master of Firemaking. Why not visit Ignatius, south of Seers' Village? He has something special that is only available to true masters of the Firemaking skill!"); - } -} diff --git a/dumps/530/script/[proc,script987].cs2 b/dumps/530/script/[proc,script987].cs2 deleted file mode 100644 index 3e8877ba7..000000000 --- a/dumps/530/script/[proc,script987].cs2 +++ /dev/null @@ -1,14 +0,0 @@ -// 987 -[proc,script987](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Equipment", 1); - case 1 : - return("Monsters", 1); - case 2 : - return("Slayer Masters", 1); - case 3 : - return("Milestones", 1); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script988].cs2 b/dumps/530/script/[proc,script988].cs2 deleted file mode 100644 index 7d03d0abc..000000000 --- a/dumps/530/script/[proc,script988].cs2 +++ /dev/null @@ -1,153 +0,0 @@ -// 988 -[proc,script988](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_4155, "Enchanted gem", "You can now use an enchanted gem to communicate with your Slayer master."); - case 1 : - return(1, obj_4161, "Bag of salt", "You can now use bags of salt to finish off rock slugs."); - case 2 : - return(1, obj_6696, "Ice cooler", "You can now use ice coolersto finish off desert lizards."); - case 3 : - return(1, obj_4551, "Spiny helmet
(with 5 Defence)", "You now have the Slayer level required to wear a spiny helmet to fend off wall beast attacks. (You also need level 5 Defence."); - case 4 : - return(1, obj_4162, "Rock hammer", "You can now use rock hammers to kill weakened gargoyles."); - case 5 : - return(1, obj_13263, "Slayer helmet
(after Smoking Kills, with 10 Defence)", "You can now wear slayer helmets (after Smoking Kills and with level 10 Defence)."); - case 6 : - return(10, obj_4164, "Face mask", "You can now wear the face mask needed to kill dust devils."); - case 7 : - return(15, obj_4166, "Earmuffs", "You can now wear earmuffs to protect yourself against banshees."); - case 8 : - return(25, obj_4156, "Mirror shield
(with 20 Defence)", "You now have the Slayer level required to wield mirror shields to protect yourself from cockatrices and basilisks. (You also need level 20 Defence.)"); - case 9 : - return(32, obj_6660, "Fishing explosive", "You can now use fishing explosives to lure mogres."); - case 10 : - return(33, obj_7053, "Harpie bug lantern
(not a light source)", "You can now use harpie bug lanterns to fend off harpie bug swarms so that you can attack."); - case 11 : - return(35, obj_8923, "Witchwood icon", "You can now wear witchwood icons to protect yourself from cave horrors."); - case 12 : - return(37, obj_7159, "Insulated boots", "You can now wear insulated boots to protect yourself from killerwatt shocks."); - case 13 : - return(39, obj_10952, "Slayer bell", "You can now use slayer bells, which allow molanisks to be attacked."); - case 14 : - return(42, obj_6720, "Slayer gloves", "You can now wear slayer gloves to protect yourself from fever spiders."); - case 15 : - return(55, obj_4158, "Leaf-bladed spear
(with 50 Attack)", "You now have the Slayer level required to wield leaf-bladed spears, melee weapons used for killing turoth and kurask. (You also need level 50 Attack.)"); - case 16 : - return(55, obj_4150, "Broad arrows
(with 50 Ranged)", "You now have the Slayer level required to fire broad arrows, ranged weapons used for killing turoth and kurask. (You also need level 50 Ranged.)"); - case 17 : - return(55, obj_4170, "Slayer's staff
(with 50 Magic)", "You now have the Slayer level required to wield slayer's staves, magic weapons used for killing turoth and kurask. (You also need level 50 Magic.)"); - case 18 : - return(55, obj_13290, "Leaf bladed swords
(after Smoking Kills, with 50 Attack)", "You now have the Slayer level required to wield leaf bladed swords, melee weapons used for killing turoth and kurask (after Smoking Kills and with level 50 Attack)."); - case 19 : - return(56, obj_11749, "Crystal chime", "You can now use a crystal chime to kill warped terrorbirds and warped tortoises."); - case 20 : - return(57, obj_7432, "Fungicide spray", "You can now use fungicide spray to finish off mutated zygomites."); - case 21 : - return(60, obj_4168, "Nose peg", "You can now wear a nosepeg to protect yourself against aberrant specters."); - case 22 : - return(70, obj_12862, "Dragon slayer gloves", "You can now wear dragon slayer gloves."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(5, obj_4133, "Crawling hand", "You can now slay crawling hands."); - case 1 : - return(7, obj_4521, "Cave bug", "You can now slay cave bugs."); - case 2 : - return(10, obj_4134, "Cave crawler", "You can now slay cave crawlers."); - case 3 : - return(15, obj_4135, "Banshee", "You can now slay banshees."); - case 4 : - return(17, obj_4520, "Cave slime", "You can now slay cave slimes."); - case 5 : - return(20, obj_4136, "Rockslug", "You can now slay rockslugs."); - case 6 : - return(22, obj_6695, "Desert lizard", "You can now slay desert lizards."); - case 7 : - return(25, obj_4137, "Cockatrice", "You can now slay cockatrices."); - case 8 : - return(30, obj_4138, "Pyrefiend", "You can now slay pyrefiends."); - case 9 : - return(32, obj_6661, "Mogre", "You can now slay mogres."); - case 10 : - return(33, obj_7050, "Harpie bug swarm", "You can now slay harpie bug swarms."); - case 11 : - return(35, obj_4519, "Wall beast", "You can now slay wall beasts."); - case 12 : - return(37, obj_7160, "Killerwatt", "You can now slay killerwatts."); - case 13 : - return(39, obj_10997, "Molanisk", "You can now slay molanisks."); - case 14 : - return(40, obj_4139, "Basilisk", "You can now slay basilisks."); - case 15 : - return(40, obj_10591, "Terror dog", "You can now slay terror dogs."); - case 16 : - return(42, obj_6709, "Fever spider", "You can now slay fever spiders."); - case 17 : - return(45, obj_4140, "Infernal mage", "You can now slay infernal mages."); - case 18 : - return(47, obj_11047, "Brine rat", "You can now slay brine rats."); - case 19 : - return(50, obj_4141, "Bloodveld", "You can now slay bloodvelds."); - case 20 : - return(51, obj_14618, "Phoenix
(after In Pyre Need)", "You can now slay the phoenix(after In Pyre Need)."); - case 21 : - return(52, obj_4142, "Jelly", "You can now slay jellies."); - case 22 : - return(55, obj_4143, "Turoth", "You can now slay turoths."); - case 23 : - return(56, obj_11752, "Warped terrorbird", "You can now slay warped terrorbirds."); - case 24 : - return(56, obj_11751, "Warped tortoise", "You can now slay warped tortoises."); - case 25 : - return(57, obj_7420, "Mutated zygomite", "You can now slay mutated zygomites."); - case 26 : - return(58, obj_8900, "Cave horror", "You can now slay cave horrors."); - case 27 : - return(59, obj_11779, "Wild jade vine
(after Back to My Roots)", "You now have the Slayer level required to slay wild jade vines (after Back to My Roots)."); - case 28 : - return(60, obj_4144, "Aberrant spectre", "You can now slay aberrant spectres."); - case 29 : - return(63, obj_11742, "Spiritual ranger", "You can now slay spiritual rangers."); - case 30 : - return(65, obj_4145, "Dust devil", "You can now slay dust devils."); - case 31 : - return(68, obj_11744, "Spiritual warrior", "You can now slay spiritual warriors."); - case 32 : - return(70, obj_4146, "Kurask", "You can now slay kurask."); - case 33 : - return(72, obj_6811, "Skeletal wyvern", "You can now slay skeletal wyverns."); - case 34 : - return(75, obj_4147, "Gargoyle", "You can now slay gargoyles."); - case 35 : - return(80, obj_4148, "Nechryael", "You can now slay nechryaels."); - case 36 : - return(83, obj_11740, "Spiritual mage", "You can now slay spiritual mages."); - case 37 : - return(85, obj_4149, "Abyssal demon", "You can now slay abyssal demons."); - case 38 : - return(90, obj_6637, "Dark beast", "You can now slay dark beasts."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(1, obj_4155, "Burthorpe village
(Level 3 Combat)", "You can now receive Slayer assignments from the Burthorpe Slayer Master.."); - case 1 : - return(1, obj_4155, "Mazchna
(Level 20 Combat)", "You now have the Slayer level required to receive Slayer assignments from Mazchna. (You also need level 20 Combat.)"); - case 2 : - return(1, obj_4155, "Vannaka
(Level 40 Combat)", "You now have the Slayer level required to receive Slayer assignments from Vannaka. (You also need level 40 Combat.)"); - case 3 : - return(1, obj_4155, "Chaeldar
(Level 70 Combat)", "You now have the Slayer level required to receive Slayer assignments from Chaeldar. (You also need level 70 Combat.)"); - case 4 : - return(35, obj_4155, "Sumona
(after Smoking Kills)", "You now have the Slayer level required to receive Slayer assignments from Sumona. (after Smoking Kills.)"); - case 5 : - return(50, obj_4155, "Shilo Village
(Level 100 Combat)", "You now have the Slayer level required to receive Slayer assignments from the Shilo Village Slayer Master. (You also need level 100 Combat.)"); - } - case 3 : - if ($int1 = 0) { - return(99, obj_9786, "Skill mastery", "Congratulations! You are now a master of Slayer. Why not visit the Shilo Village Slayer Master? He has something special that is only available to true masters of the Slayer skill!"); - } -} diff --git a/dumps/530/script/[proc,script989].cs2 b/dumps/530/script/[proc,script989].cs2 deleted file mode 100644 index 8b7498d06..000000000 --- a/dumps/530/script/[proc,script989].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 989 -[proc,script989](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Trees", 0); - case 1 : - return("Axes", 0); - case 2 : - return("Canoes", 1); - case 3 : - return("Woodcraft", 1); - case 4 : - return("Minigames", 1); - case 5 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script98].cs2 b/dumps/530/script/[proc,script98].cs2 deleted file mode 100644 index 62faede48..000000000 --- a/dumps/530/script/[proc,script98].cs2 +++ /dev/null @@ -1,7 +0,0 @@ -// 98 -[proc,script98](component $component0, int $int1, graphic $graphic2, int $int3, int $int4, int $int5, int $int6) -cc_create($component0, ^iftype_graphic, $int1); -cc_setposition($int3, $int4, ^setpos_abs_left, ^setpos_abs_top); -cc_setsize($int5, $int6, ^setsize_abs, ^setsize_abs); -cc_setgraphic($graphic2); -cc_settiling(true); diff --git a/dumps/530/script/[proc,script990].cs2 b/dumps/530/script/[proc,script990].cs2 deleted file mode 100644 index 67af1a9b2..000000000 --- a/dumps/530/script/[proc,script990].cs2 +++ /dev/null @@ -1,118 +0,0 @@ -// 990 -[proc,script990](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_1511, "Normal tree", "You can now chop down normal trees."); - case 1 : - return(1, obj_2862, "Members: Achey tree", "Members can now chop down achey trees."); - case 2 : - return(10, obj_6281, "Members: Light jungle
(after Jungle Potion)", "Members now have the Woodcutting level required to clear light jungle in the Tai Bwo Wannai Clean-up minigame (after Jungle Potion)."); - case 3 : - return(15, obj_1521, "Oak tree", "You can now chop down oak trees."); - case 4 : - return(20, obj_6283, "Members: Medium jungle
(after Jungle Potion)", "Members now have the Woodcutting level required to clear medium jungle in the Tai Bwo Wannai Clean-up minigame (after Jungle Potion)."); - case 5 : - return(30, obj_1519, "Willow tree", "You can now chop down willow trees."); - case 6 : - return(35, obj_6285, "Members: Dense jungle
(after Jungle Potion)", "Members now have the Woodcutting level required to clear dense jungle in the Tai Bwo Wannai Clean-up minigame (after Jungle Potion)."); - case 7 : - return(35, obj_6333, "Members: Teak tree
(after Jungle Potion)", "Members now have the Woodcutting level required to chop down teak trees (after Jungle Potion)."); - case 8 : - return(37, obj_13756, "Members: Cursed willow tree roots
(after starting Summer's End)", "Members now have the Woodcutting level required to chop cursed willow tree roots (after starting Summer's End)."); - case 9 : - return(45, obj_1517, "Members: Maple tree", "Members can now chop down maple trees."); - case 10 : - return(45, obj_3239, "Members: Hollow tree", "Members can now chop down hollow trees."); - case 11 : - return(50, obj_6332, "Members: Mahogany tree
(after Jungle Potion)", "Members now have the Woodcutting level required to chop down mahogany trees (after Jungle Potion)."); - case 12 : - return(54, obj_10810, "Members: Arctic pine tree", "Members can now chop down arctic pine trees."); - case 13 : - return(58, obj_12581, "Members: Eucalyptus tree", "Members can now chop down eucalyptus trees."); - case 14 : - return(60, obj_1515, "Yew tree", "You can now chop down yew trees."); - case 15 : - return(75, obj_1513, "Members: Magic tree", "Members can now chop down magic trees."); - case 16 : - return(82, obj_13567, "Members: Cursed magic tree
(after Spirit of Summer)", "Members now have the Woodcutting level required to chop down cursed magic trees (after Spirit of Summer)."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_1351, "Bronze axe", "You can now use bronze axes."); - case 1 : - return(1, obj_1349, "Iron axe", "You can now use iron axes."); - case 2 : - return(6, obj_1353, "Steel axe", "You can now use steel axes."); - case 3 : - return(6, obj_1361, "Black axe", "You can now use black axes."); - case 4 : - return(21, obj_1355, "Mithril axe", "You can now use mithril axes."); - case 5 : - return(31, obj_1357, "Adamant axe", "You can now use adamant axes."); - case 6 : - return(40, obj_14108, "Members: Sacred clay hatchet", "Members can now use Sacred clay hatchets"); - case 7 : - return(40, obj_14100, "Members: Volatile hatchet", "Members can now use Volatile hatchets"); - case 8 : - return(41, obj_1359, "Rune axe", "You can now use rune axes."); - case 9 : - return(61, obj_6739, "Members: Dragon axe", "Members can now use dragon axes."); - case 10 : - return(61, obj_13661, "Members: Inferno Adze
(after All Fired Up, with 92 Firemaking)", "Members can now use the Inferno Adze to chop down trees with (after All Fired Up and with level 92 Firemaking)."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(12, obj_7414, "Log canoe", "Members can now make log canoes."); - case 1 : - return(27, obj_7414, "Dugout canoe", "Members can now make dugout canoes."); - case 2 : - return(42, obj_7414, "Stable dugout canoe", "Members can now make stable dugout canoes."); - case 3 : - return(57, obj_7414, "Waka canoe", "Members can now make waka canoes."); - } - case 3 : - if ($int1 = 0) { - return(44, obj_10939, "Lumberjack clothing", "Members can now wear the undead lumberjack clothing."); - } - if ($int1 = 1) { - return(56, obj_10826, "Fremennik round shield", "Members can now make Fremennik round shields."); - } - if ($int1 = 2) { - return(56, obj_10812, "Split arctic pine logs", "Members can now split arctic pine logs."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(1, obj_14132, "Stealing Creation - class 1 hatchet", "Members can now use class 1 hatchets in the Stealing Creation minigame."); - case 1 : - return(20, obj_14184, "Stealing Creation - woodcut class 2 sacred clay", "Members can now woodcut class 2 sacred clay in the Stealing Creation minigame."); - case 2 : - return(20, obj_14134, "Stealing Creation - class 2 hatchet", "Members can now use class 2 hatchets in the Stealing Creation minigame."); - case 3 : - return(40, obj_14186, "Stealing Creation - woodcut class 3 sacred clay", "Members can now woodcut class 3 sacred clay in the Stealing Creation minigame."); - case 4 : - return(40, obj_14136, "Stealing Creation - class 3 hatchet", "Members can now use class 3 hatchets in the Stealing Creation minigame."); - case 5 : - return(60, obj_14188, "Stealing Creation - woodcut class 4 sacred clay", "Members can now woodcut class 4 sacred clay in the Stealing Creation minigame."); - case 6 : - return(60, obj_14138, "Stealing Creation - class 4 hatchet", "Members can now use class 4 hatchets in the Stealing Creation minigame."); - case 7 : - return(80, obj_14190, "Stealing Creation - woodcut class 5 sacred clay", "Members can now woodcut class 5 sacred clay in the Stealing Creation minigame."); - case 8 : - return(80, obj_14140, "Stealing Creation - class 5 hatchet", "Members can now use class 5 hatchets in the Stealing Creation minigame."); - } - case 5 : - if ($int1 = 0) { - return(19, obj_5079, "Woodcutting Tutor - new info", "There is new information available from the Woodcutting Tutor in Lumbridge."); - } - if ($int1 = 1) { - return(29, obj_5079, "Woodcutting Tutor - new info", "There is new information available from the Woodcutting Tutor in Lumbridge."); - } - if ($int1 = 2) { - return(99, obj_9807, "Skill mastery", "Congratulations! You are now a master of Woodcutting. Why not visit Wilfred, near Lumbridge. He has something special that is only available to true masters of the Woodcutting skill!"); - } -} diff --git a/dumps/530/script/[proc,script991].cs2 b/dumps/530/script/[proc,script991].cs2 deleted file mode 100644 index 62eeca792..000000000 --- a/dumps/530/script/[proc,script991].cs2 +++ /dev/null @@ -1,18 +0,0 @@ -// 991 -[proc,script991](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Pickpocket", 1); - case 1 : - return("Stalls", 1); - case 2 : - return("Chests", 1); - case 3 : - return("Miscellaneous", 1); - case 4 : - return("Minigames", 1); - case 5 : - return("Milestones", 1); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script992].cs2 b/dumps/530/script/[proc,script992].cs2 deleted file mode 100644 index f3bca99bb..000000000 --- a/dumps/530/script/[proc,script992].cs2 +++ /dev/null @@ -1,157 +0,0 @@ -// 992 -[proc,script992](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_3241, "Man", "You can now pickpocket men and women."); - case 1 : - return(10, obj_3243, "Farmer", "You can now pickpocket farmers."); - case 2 : - return(15, obj_4295, "Female H.A.M. follower", "You can now pickpocket female H.A.M. followers."); - case 3 : - return(20, obj_4297, "Male H.A.M. follower", "You can now pickpocket male H.A.M. followers."); - case 4 : - return(25, obj_3245, "Warrior", "You can now pickpocket warriors."); - case 5 : - return(32, obj_3247, "Rogue", "You can now pickpocket rogues."); - case 6 : - return(36, obj_10998, "Cave goblin", "You can now pickpocket cave goblins."); - case 7 : - return(38, obj_5068, "Master farmer", "You can now pickpocket master farmers."); - case 8 : - return(40, obj_3249, "Guard", "You can now pickpocket guards."); - case 9 : - return(45, obj_3686, "Fremennik citizen", "You can now pickpocket Fremennik citizens."); - case 10 : - return(45, obj_6782, "Bearded Pollnivnian bandit", "You can now pickpocket bearded Pollnivnian bandits."); - case 11 : - return(53, obj_4625, "Desert bandit", "You can now pickpocket desert bandits."); - case 12 : - return(55, obj_3251, "Knight", "You can now pickpocket knights."); - case 13 : - return(55, obj_6781, "Pollnivnian bandit", "You can now pickpocket Pollnivnian bandits."); - case 14 : - return(65, obj_3253, "Watchman", "You can now pickpocket watchmen."); - case 15 : - return(65, obj_6780, "Menaphite thug", "You can now pickpocket Menaphite thugs."); - case 16 : - return(70, obj_3255, "Paladin", "You can now pickpocket paladins."); - case 17 : - return(75, obj_3257, "Gnome", "You can now pickpocket gnomes."); - case 18 : - return(80, obj_3259, "Hero", "You can now pickpocket heroes."); - case 19 : - return(85, obj_6105, "Elf", "You can now pickpocket elves."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(2, obj_1965, "Vegetable stall
(after Fremennik Trials)", "You now have the Thieving level required to steal from vegetable stalls (after Fremennik Trials)."); - case 1 : - return(5, obj_1891, "Baker's stall", "You can now steal from bakers' stalls."); - case 2 : - return(5, obj_1933, "Ape Atoll general stall
(after starting Monkey Madness)", "You now have the Thieving level required to steal from the general stall on Ape Atoll (after starting Monkey Madness)."); - case 3 : - return(5, obj_1978, "Tea stall", "You can now steal from tea stalls."); - case 4 : - return(5, obj_1755, "Crafting stall", "You can now steal from the crafting stalls in Keldagrim and, after starting Monkey Madness, the Ape Atoll."); - case 5 : - return(5, obj_1963, "Monkey food stall
(after starting Monkey Madness)", "You now have the Thieving level required to steal from the monkey food stall (after starting Monkey Madness)."); - case 6 : - return(15, obj_2379, "Rock cake stall", "You can now steal from rock cake stalls."); - case 7 : - return(20, obj_950, "Silk stall", "You can now steal from silk stalls."); - case 8 : - return(22, obj_7919, "Wine stall", "You can now steal from wine stalls."); - case 9 : - return(27, obj_5171, "Seed stall", "You can now steal from seed stalls."); - case 10 : - return(35, obj_948, "Fur stall", "You can now steal from fur stalls."); - case 11 : - return(42, obj_331, "Fish stall", "You can now steal from fish stalls."); - case 12 : - return(49, obj_9174, "Crossbow stall", "You can now steal from crossbow stalls."); - case 13 : - return(50, obj_442, "Silver stall", "You can now steal from silver stalls."); - case 14 : - return(63, obj_2773, "Customs evidence files
(after Rocking Out)", "You now have the Thieving level to steal from the customs evidence files of Rock Island Prison (after Rocking Out)."); - case 15 : - return(65, obj_556, "Magic stall", "You can now steal from magic stalls."); - case 16 : - return(65, obj_1323, "Scimitar stall", "You can now steal from scimitar stalls."); - case 17 : - return(65, obj_2007, "Spice stall", "You can now steal from spice stalls."); - case 18 : - return(75, obj_1607, "Gem stall", "You can now steal from gem stalls."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(13, obj_1001, "Ardougne, Rellekka and the Wilderness", "You can now steal from certain chests in Ardougne, Rellekka and the Wilderness."); - case 1 : - return(28, obj_561, "Upstairs in Ardougne and Rellekka", "You can now steal from certain chests upstairs in Ardougne and Rellekka."); - case 2 : - return(43, obj_1001, "Upstairs in Ardougne", "You can now steal from certain chests upstairs in Ardougne."); - case 3 : - return(47, obj_41, "Hemenster", "You can now steal from certain chests in Hemenster."); - case 4 : - return(47, obj_1001, "Rellekka", "You can now steal from certain chests in Rellekka."); - case 5 : - return(52, obj_4522, "Dorgesh-Kaan (average chests)", "You can now steal from average chests in Dorgesh-Kaan."); - case 6 : - return(59, obj_565, "Chaos Druid Tower north of Ardougne", "You can now steal from chests in the Chaos Druid Tower north of Ardougne."); - case 7 : - return(72, obj_383, "King Lathas's castle in Ardougne", "You can now steal from chests in King Lathas's castle in Ardougne."); - case 8 : - return(78, obj_1623, "Dorgesh-Kaan (rich chests)", "You can now steal from rich chests in Dorgesh-Kaan."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(15, obj_10593, "Cowbells from dairy cows (after starting Cold War)", "You now have the Thieving level required to steal cowbells from dairy cows (after starting Cold War)."); - case 1 : - return(20, obj_4834, "Zogre coffins at Jiggig", "You can now pick locks in zogre coffins at Jiggig."); - case 2 : - return(30, obj_4599, "Blackjack lure and knockout
(after starting The Feud)", "Members now have the Thieving level required to use a blackjack to lure and knockout a target (after starting The Feud)."); - case 3 : - return(44, obj_10981, "Wire from the Dorgeshuun wire machine.", "You can now steal wire from the Dorgeshuun wire machine."); - case 4 : - return(82, obj_1523, "Pick lock to enter Agility Dungeon from Yanille", "You can now use your lock-picking skills to access the Agility Dungeon from Yanille."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "In Stealing Creation, you can pickpocket players 20 levels above your own.", ""); - case 1 : - return(1, obj_10855, "Sorceress's Garden - Winter", "You can now enter the Winter Garden in the Sorceress's Garden minigame."); - case 2 : - return(21, obj_9026, "Pyramid Plunder - Room 1", "You can now enter the first chamber of the Pyramid of Jalsavrah in the Pyramid Plunder minigame."); - case 3 : - return(25, obj_10853, "Sorceress's Garden - Spring", "You can now enter the Spring Garden in the Sorceress's Garden minigame."); - case 4 : - return(31, obj_9032, "Pyramid Plunder - Room 2", "You can now enter the second chamber of the Pyramid of Jalsavrah in the Pyramid Plunder minigame."); - case 5 : - return(41, obj_9036, "Pyramid Plunder - Room 3", "You can now enter the third chamber of the Pyramid of Jalsavrah in the Pyramid Plunder minigame."); - case 6 : - return(45, obj_10854, "Sorceress's Garden - Autumn", "You can now enter the Autumn Garden in the Sorceress's Garden minigame."); - case 7 : - return(50, obj_5559, "Rogues' Den
(with 50 Agility)", "You now have the Thieving level required to attempt the Rogues' Den, located below the Toad and Chicken in Burthorpe. (You also need level 50 Agility.)"); - case 8 : - return(51, obj_9042, "Pyramid Plunder - Room 4", "You can now enter the fourth chamber of the Pyramid of Jalsavrah in the Pyramid Plunder minigame."); - case 9 : - return(61, obj_9038, "Pyramid Plunder - Room 5", "You can now enter the fifth chamber of the Pyramid of Jalsavrah in the Pyramid Plunder minigame."); - case 10 : - return(65, obj_10852, "Sorceress's Garden - Summer", "You can now enter the Summer Garden in the Sorceress's Garden minigame."); - case 11 : - return(71, obj_9040, "Pyramid Plunder - Room 6", "You can now enter the sixth chamber of the Pyramid of Jalsavrah in the Pyramid Plunder minigame."); - case 12 : - return(81, obj_9028, "Pyramid Plunder - Room 7", "You can now enter the seventh chamber of the Pyramid of Jalsavrah in the Pyramid Plunder minigame."); - case 13 : - return(91, obj_9034, "Pyramid Plunder - Room 8", "You can now enter the eighth chamber of the Pyramid of Jalsavrah in the Pyramid Plunder minigame."); - } - case 5 : - if ($int1 = 0) { - return(99, obj_9777, "Skill mastery", "Congratulations! You are now a master thief. Why not visit Martin Thwait who runs a shop at the Rogues' Den. He has something special that is only available to true masters of the Thieving skill!"); - } -} diff --git a/dumps/530/script/[proc,script993].cs2 b/dumps/530/script/[proc,script993].cs2 deleted file mode 100644 index eb8843c16..000000000 --- a/dumps/530/script/[proc,script993].cs2 +++ /dev/null @@ -1,9 +0,0 @@ -// 993 -[proc,script993](int $int0)(string, int) -if ($int0 = 0) { - return("Hitpoints", 0); -} -if ($int0 = 1) { - return("Milestones", 0); -} -return("", -1); diff --git a/dumps/530/script/[proc,script994].cs2 b/dumps/530/script/[proc,script994].cs2 deleted file mode 100644 index 920a60e64..000000000 --- a/dumps/530/script/[proc,script994].cs2 +++ /dev/null @@ -1,24 +0,0 @@ -// 994 -[proc,script994](int $int0, int $int1)(int, obj, string, string) -if ($int0 = 0) { - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "Hitpoints tell you how healthy your character is. A character who reaches 0 Hitpoints has died, but will reappear at their chosen respawn location (normally Lumbridge).", ""); - case 1 : - return(-1, obj_7620, "If you see any red 'hitsplats' during combat, the number shown corresponds to the number of Hitpoints lost as a result of that strike.", ""); - case 2 : - return(-1, obj_7620, "Blue hitsplats mean no damage has been dealt.", ""); - case 3 : - return(-1, obj_7620, "Green hitsplats are poison damage (members).", ""); - case 4 : - return(-1, obj_7620, "Yellow hitsplats are disease damage (members).", ""); - } -} -if ($int0 = 1) { - if ($int1 = 0) { - return(70, obj_8122, "Members: Zamorak's Fortress in the God Wars Dungeon", "Members can now access the Zamorak Fortress in the God Wars Dungeon."); - } - if ($int1 = 1) { - return(99, obj_9768, "Skill mastery", "Congratulations! You are now a master of Hitpoints. Why not visit Nurse Tafani at the Duel Arena Hospital? She has something special that is only available to true masters of the Hitpoints skill!"); - } -} diff --git a/dumps/530/script/[proc,script995].cs2 b/dumps/530/script/[proc,script995].cs2 deleted file mode 100644 index 408af8f15..000000000 --- a/dumps/530/script/[proc,script995].cs2 +++ /dev/null @@ -1,26 +0,0 @@ -// 995 -[proc,script995](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Normal Spells", 0); - case 1 : - return("Ancient Magicks", 1); - case 2 : - return("Lunar Spells", 1); - case 3 : - return("Enchantment", 0); - case 4 : - return("Armour", 0); - case 5 : - return("Weapons", 0); - case 6 : - return("Books and wands", 1); - case 7 : - return("Salamanders", 1); - case 8 : - return("Minigames", 1); - case 9 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script996].cs2 b/dumps/530/script/[proc,script996].cs2 deleted file mode 100644 index 3735ac27a..000000000 --- a/dumps/530/script/[proc,script996].cs2 +++ /dev/null @@ -1,598 +0,0 @@ -// 996 -[proc,script996](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "You can see what each of these spells does by selecting the spellbook icon on your side interface. Move your mouse over the icon of the spell you want and a description will be available.", " "); - case 1 : - return(1, obj_1379, "Wind Strike", "You can now cast Wind Strike."); - case 2 : - return(3, obj_1379, "Confuse", "You can now cast Confuse."); - case 3 : - return(5, obj_1379, "Water Strike", "You can now cast Water Strike."); - case 4 : - return(9, obj_1379, "Earth Strike", "You can now cast Earth Strike."); - case 5 : - return(11, obj_1379, "Weaken", "You can now cast Weaken."); - case 6 : - return(13, obj_1379, "Fire Strike", "You can now cast Fire Strike."); - case 7 : - return(15, obj_1379, "Bones to Bananas", "You can now cast Bones to Bananas."); - case 8 : - return(17, obj_1379, "Wind Bolt", "You can now cast Wind Bolt."); - case 9 : - return(19, obj_1379, "Curse", "You can now cast Curse."); - case 10 : - return(20, obj_1379, "Bind", "You can now cast Bind."); - case 11 : - return(21, obj_1379, "Low Level Alchemy", "You can now cast Low Level Alchemy."); - case 12 : - return(23, obj_1379, "Water Bolt", "You can now cast Water Bolt."); - case 13 : - return(25, obj_1379, "Teleport to Varrock", "You can now cast Teleport to Varrock."); - case 14 : - return(29, obj_1379, "Earth Bolt", "You can now cast Earth Bolt."); - case 15 : - return(31, obj_1379, "Teleport to Lumbridge", "You can now cast Teleport to Lumbridge."); - case 16 : - return(32, obj_1379, "Bounty Locate", "You can now cast Bounty Locate."); - case 17 : - return(33, obj_1379, "Telekinetic Grab", "You can now cast Telekinetic Grab."); - case 18 : - return(35, obj_1379, "Fire Bolt", "You can now cast Fire Bolt."); - case 19 : - return(37, obj_1379, "Teleport to Falador", "You can now cast Teleport to Falador."); - case 20 : - return(39, obj_1379, "Crumble Undead", "You can now cast Crumble Undead."); - case 21 : - return(40, obj_1379, "Members: Teleport to House", "Members can now cast Teleport to House."); - case 22 : - return(41, obj_1379, "Wind Blast", "You can now cast Wind Blast."); - case 23 : - return(43, obj_1379, "Superheat Item", "You can now cast Superheat Item."); - case 24 : - return(45, obj_1379, "Members: Teleport to Camelot", "Members can now cast Teleport to Camelot."); - case 25 : - return(47, obj_1379, "Water Blast", "You can now cast Water Blast."); - case 26 : - return(50, obj_1379, "Members: Snare", "Members can now cast Snare."); - case 27 : - return(50, obj_1379, "Members: Magic Dart
(with 55 Slayer)", "Members now have the Magic level required to cast Magic Dart. (They also need level 55 Slayer.)"); - case 28 : - return(50, obj_1379, "Members: Iban's Blast
(after Underground Pass)", "Members now have the Magic level required to cast Iban's Blast (after Underground Pass)."); - case 29 : - return(51, obj_1379, "Members: Teleport to Ardougne", "Members can now cast Teleport to Ardougne."); - case 30 : - return(53, obj_1379, "Earth Blast", "You can now cast Earth Blast."); - case 31 : - return(55, obj_1379, "High-level Alchemy", "You can now cast High-level Alchemy."); - case 32 : - return(58, obj_1379, "Members: Teleport to the Watchtower
(after Watchtower)", "Members now have the Magic level required to cast Teleport to the Watchtower (after Watchtower)."); - case 33 : - return(59, obj_1379, "Fire Blast", "You can now cast Fire Blast."); - case 34 : - return(60, obj_1379, "Members: Bones to Peaches
(after Mage Training Arena minigame)", "Members can now learn Bones to Peaches in the Mage Training Arena minigame."); - case 35 : - return(60, obj_1379, "Members: Saradomin Strike
(after Mage Arena minigame)", "Members can now learn Saradomin Strike in the Mage Arena minigame."); - case 36 : - return(60, obj_1379, "Members: Claws of Guthix
(after Mage Arena minigame)", "Members can now learn Claws of Guthix in the Mage Arena minigame."); - case 37 : - return(60, obj_1379, "Members: Flames of Zamorak
(after Mage Arena minigame)", "Members can now learn Flames of Zamorak in the Mage Arena minigame."); - case 38 : - return(61, obj_1379, "Members: Teleport to Trollheim
(after Eadgar's Ruse)", "Members now have the Magic level required to cast Teleport to Trollheim (after Eadgar's Ruse)."); - case 39 : - return(62, obj_1379, "Members: Wind Wave", "Members can now cast Wind Wave."); - case 40 : - return(64, obj_1379, "Members: Teleport to Ape Atoll
(after saving Awowogei in Recipe for Disaster)", "Members now have the Magic level required to cast Teleport to Ape Atoll (after saving Awowogei in Recipe for Disaster)."); - case 41 : - return(65, obj_1379, "Members: Water Wave", "Members can now cast Water Wave."); - case 42 : - return(66, obj_1379, "Members: Vulnerability", "Members can now cast Vulnerability."); - case 43 : - return(70, obj_1379, "Members: Earth Wave", "Members can now cast Earth Wave."); - case 44 : - return(73, obj_1379, "Members: Enfeeble", "Members can now cast Enfeeble."); - case 45 : - return(74, obj_1379, "Members: Tele-other Lumbridge", "Members can now cast Tele-other to Lumbridge."); - case 46 : - return(75, obj_1379, "Members: Fire Wave", "Members can now cast Fire Wave."); - case 47 : - return(79, obj_1379, "Members: Entangle", "Members can now cast Entangle."); - case 48 : - return(80, obj_1379, "Members: Stun", "Members can now cast Stun."); - case 49 : - return(80, obj_1379, "Members: Charge", "Members can now cast Charge."); - case 50 : - return(82, obj_1379, "Members: Tele-other Falador", "Members can now cast Tele-other to Falador."); - case 51 : - return(85, obj_1379, "Teleport Block", "You can now cast Teleport Block."); - case 52 : - return(90, obj_1379, "Members: Tele-other to Camelot", "Members can now cast Tele-other to Camelot."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "Once you have completed Desert Treasure, you will be able to access the Ancient Magicks spellbook.", ""); - case 1 : - return(-1, obj_7620, "Home teleport (to Edgeville)", ""); - case 2 : - return(50, obj_4675, "Smoke Rush", "Members using the Ancient Magicks spellbook can now cast Smoke Rush."); - case 3 : - return(52, obj_4675, "Shadow Rush", "Members using the Ancient Magicks spellbook can now cast Shadow Rush."); - case 4 : - return(54, obj_4675, "Teleport to Paddewwa", "Members using the Ancient Magicks spellbook can now cast Teleport to Paddewwa."); - case 5 : - return(56, obj_4675, "Blood Rush", "Members using the Ancient Magicks spellbook can now cast Blood Rush."); - case 6 : - return(58, obj_4675, "Ice Rush", "Members using the Ancient Magicks spellbook can now cast Ice Rush."); - case 7 : - return(60, obj_4675, "Teleport to Senntisten", "Members using the Ancient Magicks spellbook can now cast Teleport to Senntisten."); - case 8 : - return(61, obj_4675, "Miasmic Rush", "Members using the Ancient Magicks spellbook can now cast Miasmic Rush."); - case 9 : - return(62, obj_4675, "Smoke Burst", "Members using the Ancient Magicks spellbook can now cast Smoke Burst."); - case 10 : - return(64, obj_4675, "Shadow Burst", "Members using the Ancient Magicks spellbook can now cast Shadow Burst."); - case 11 : - return(66, obj_4675, "Teleport to Kharyrll", "Members using the Ancient Magicks spellbook can now cast Teleport to Kharyrll."); - case 12 : - return(68, obj_4675, "Blood Burst", "Members using the Ancient Magicks spellbook can now cast Blood Burst."); - case 13 : - return(70, obj_4675, "Ice Burst", "Members using the Ancient Magicks spellbook can now cast Ice Burst."); - case 14 : - return(72, obj_4675, "Teleport to Lassar", "Members using the Ancient Magicks spellbook can now cast Teleport to Lassar."); - case 15 : - return(73, obj_4675, "Miasmic Burst", "Members using the Ancient Magicks spellbook can now cast Miasmic Burst."); - case 16 : - return(74, obj_4675, "Smoke Blitz", "Members using the Ancient Magicks spellbook can now cast Smoke Blitz."); - case 17 : - return(76, obj_4675, "Shadow Blitz", "Members using the Ancient Magicks spellbook can now cast Shadow Blitz."); - case 18 : - return(78, obj_4675, "Teleport to Dareeyak", "Members using the Ancient Magicks spellbook can now cast Teleport to Dareeyak."); - case 19 : - return(80, obj_4675, "Blood Blitz", "Members using the Ancient Magicks spellbook can now cast Blood Blitz."); - case 20 : - return(82, obj_4675, "Ice Blitz", "Members using the Ancient Magicks spellbook can now cast Ice Blitz."); - case 21 : - return(84, obj_4675, "Teleport to Carrallangar", "Members using the Ancient Magicks spellbook can now cast Teleport to Carrallangar."); - case 22 : - return(85, obj_4675, "Miasmic Blitz", "Members using the Ancient Magicks spellbook can now cast Miasmic Blitz."); - case 23 : - return(86, obj_4675, "Smoke Barrage", "Members using the Ancient Magicks spellbook can now cast Smoke Barrage."); - case 24 : - return(88, obj_4675, "Shadow Barrage", "Members using the Ancient Magicks spellbook can now cast Shadow Barrage."); - case 25 : - return(90, obj_4675, "Teleport to Annakarl", "Members using the Ancient Magicks spellbook can now cast Teleport to Annakarl."); - case 26 : - return(92, obj_4675, "Blood Barrage", "Members using the Ancient Magicks spellbook can now cast Blood Barrage."); - case 27 : - return(94, obj_4675, "Ice Barrage", "Members using the Ancient Magicks spellbook can now cast Ice Barrage."); - case 28 : - return(96, obj_4675, "Teleport to Ghorrock", "Members using the Ancient Magicks spellbook can now cast Teleport to Ghorrock."); - case 29 : - return(97, obj_4675, "Miasmic Barrage", "Members using the Ancient Magicks spellbook can now cast Miasmic Barrage."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "Once you have completed Lunar Diplomacy, you will be able to access the Lunar spellbook.", ""); - case 1 : - return(-1, obj_7620, "Home teleport (to Lunar Isle)", ""); - case 2 : - return(65, obj_9084, "Bake Pie", "Members using the Lunar spellbook can now cast Bake Pie."); - case 3 : - return(66, obj_9084, "Cure Plant", "Members using the Lunar spellbook can now cast Cure Plant."); - case 4 : - return(66, obj_9084, "Monster Examine
(after Dream Mentor)", "Members using the Lunar spellbook now have the Magic level required to cast Monster Examine (after Dream Mentor)."); - case 5 : - return(67, obj_9084, "Contact", "Members using the Lunar spellbook now have the Magic level required to cast Contact (after Dream Mentor)."); - case 6 : - return(68, obj_9084, "Cure Other", "Members using the Lunar spellbook can now cast Cure Other."); - case 7 : - return(68, obj_9084, "Humidify
(after Dream Mentor)", "Members using the Lunar spellbook now have the Magic level required to cast Humidify (after Dream Mentor)."); - case 8 : - return(69, obj_9084, "Teleport to Moonclan Island", "Members using the Lunar spellbook can now cast Teleport to Moonclan Island."); - case 9 : - return(70, obj_9084, "Group Teleport to Moonclan Island", "Members using the Lunar spellbook can now cast Group Teleport to Moonclan Island."); - case 10 : - return(71, obj_9084, "Cure Me", "Members using the Lunar spellbook can now cast Cure Me."); - case 11 : - return(71, obj_9084, "Hunter Kit
(after Dream Mentor)", "Members using the Lunar spellbook now have the Magic level required to cast Hunter Kit (after Dream Mentor)."); - case 12 : - return(71, obj_9084, "Teleport to Ourania", "Members using the Lunar spellbook can now cast Teleport to Ourania."); - case 13 : - return(72, obj_9084, "Teleport to Waterbirth", "Members using the Lunar spellbook can now cast Teleport to Waterbirth."); - case 14 : - return(73, obj_9084, "Group Teleport to Waterbirth", "Members using the Lunar spellbook can now cast Group Teleport to Waterbirth."); - case 15 : - return(74, obj_9084, "Cure Group", "Members using the Lunar spellbook can now cast Cure Group."); - case 16 : - return(75, obj_9084, "Teleport to the Barbarian Outpost", "Members using the Lunar spellbook can now cast Teleport to the Barbarian Outpost."); - case 17 : - return(75, obj_9084, "Stat Spy
(after Dream Mentor)", "Members using the Lunar spellbook now have the Magic level required to cast Stat Spy (after Dream Mentor)."); - case 18 : - return(76, obj_9084, "Group Teleport to the Barbarian Outpost", "Members using the Lunar spellbook can now cast Group Teleport to the Barbarian Outpost."); - case 19 : - return(77, obj_9084, "Superglass Make", "Members using the Lunar spellbook can now cast Superglass Make."); - case 20 : - return(78, obj_9084, "Teleport to Port Khazard", "Members using the Lunar spellbook can now cast Teleport to Port Khazard."); - case 21 : - return(79, obj_9084, "Group Teleport to Port Khazard", "Members using the Lunar spellbook can now cast Group Teleport to Port Khazard."); - case 22 : - return(79, obj_9084, "Dream
(after Dream Mentor)", "Members using the Lunar spellbook now have the Magic level required to cast Dream (after Dream Mentor)."); - case 23 : - return(80, obj_9084, "String Jewellery", "Members using the Lunar spellbook can now cast String Jewellery."); - case 24 : - return(81, obj_9084, "Stat Restore Potion Share", "Members using the Lunar spellbook can now cast Stat Restore Potion Share."); - case 25 : - return(82, obj_9084, "Magic Imbue", "Members using the Lunar spellbook can now cast Magic Imbue."); - case 26 : - return(83, obj_9084, "Fertile Soil", "Members using the Lunar spellbook can now cast Fertile Soil."); - case 27 : - return(84, obj_9084, "Boost Potion Share", "Members using the Lunar spellbook can now cast Boost Potion Share."); - case 28 : - return(85, obj_9084, "Teleport to the Fishing Guild", "Members using the Lunar spellbook can now cast Teleport to the Fishing Guild."); - case 29 : - return(86, obj_9084, "Group Teleport to the Fishing Guild", "Members using the Lunar spellbook can now cast Group Teleport to the Fishing Guild."); - case 30 : - return(86, obj_9084, "Plank Make
(after Dream Mentor)", "Members using the Lunar spellbook now have the Magic level required to cast Plank Make (after Dream Mentor)."); - case 31 : - return(87, obj_9084, "Teleport to Catherby", "Members using the Lunar spellbook can now cast Teleport to Catherby."); - case 32 : - return(88, obj_9084, "Group Teleport to Catherby", "Members using the Lunar spellbook can now cast Group Teleport to Catherby."); - case 33 : - return(89, obj_9084, "Teleport to the Ice Plateau", "Members using the Lunar spellbook can now cast Teleport to the Ice Plateau."); - case 34 : - return(90, obj_9084, "Group Teleport to the Ice Plateau", "Members using the Lunar spellbook can now cast Group Teleport to the Ice Plateau."); - case 35 : - return(91, obj_9084, "Energy Transfer", "Members using the Lunar spellbook can now cast Energy Transfer."); - case 36 : - return(92, obj_9084, "Heal Other", "Members using the Lunar spellbook can now cast Heal Other."); - case 37 : - return(93, obj_9084, "Vengeance Other", "Members using the Lunar spellbook can now cast Vengeance Other."); - case 38 : - return(94, obj_9084, "Vengeance", "Members using the Lunar spellbook can now cast Vengeance."); - case 39 : - return(95, obj_9084, "Heal Group", "Members using the Lunar spellbook can now cast Heal Group."); - case 40 : - return(96, obj_9084, "Spellbook Swap
(after Dream Mentor)", "Members using the Lunar spellbook now have the Magic level required to cast Spellbook Swap (after Dream Mentor)."); - } - case 3 : - switch_int ($int1) { - case 0 : - return(4, obj_9236, "Members: Opal-tipped bronze crossbow bolt", "Members can now enchant opal-tipped bronze crossbow bolts."); - case 1 : - return(7, obj_1379, "Lvl-1 Enchant", "You can now cast Lvl-1 Enchant."); - case 2 : - return(7, obj_1694, "Sapphire jewellery", "You can now enchant sapphire jewellery."); - case 3 : - return(7, obj_9240, "Members: Sapphire-tipped mithril crossbow bolt", "Members can now enchant sapphire-tipped crossbow bolts."); - case 4 : - return(14, obj_9237, "Members: Jade-tipped blurite crossbow bolt", "Members can now enchant jade-tipped blurite crossbow bolts."); - case 5 : - return(24, obj_9238, "Members: Pearl-tipped iron crossbow bolt", "Members can now enchant pearl-tipped iron crossbow bolts."); - case 6 : - return(27, obj_1696, "Emerald jewellery", "You can now enchant emerald jewellery."); - case 7 : - return(27, obj_9241, "Members: Emerald-tipped mithril crossbow bolt", "Members can now enchant emerald-tipped mithril crossbow bolts."); - case 8 : - return(29, obj_9239, "Members: Red topaz-tipped steel crossbow bolt", "Members can now enchant red topaz-tipped steel crossbow bolts."); - case 9 : - return(49, obj_1698, "Ruby jewellery", "You can now enchant ruby jewellery."); - case 10 : - return(49, obj_9242, "Members: Ruby-tipped adamant crossbow bolt", "Members can now enchant ruby-tipped adamant crossbow bolts."); - case 11 : - return(56, obj_571, "Members: Charge water orbs", "Members can now charge water orbs."); - case 12 : - return(57, obj_1700, "Diamond jewellery", "You can now enchant diamond jewellery."); - case 13 : - return(57, obj_9243, "Members: Diamond-tipped adamant crossbow bolt", "Members can now enchant diamond-tipped adamant crossbow bolts."); - case 14 : - return(60, obj_575, "Members: Charge earth orbs", "Members can now charge earth orbs."); - case 15 : - return(63, obj_569, "Members: Charge fire orbs", "Members can now charge fire orbs."); - case 16 : - return(66, obj_573, "Members: Charge air orbs", "Members can now charge air orbs."); - case 17 : - return(68, obj_1702, "Members: Dragonstone jewellery", "Members can now enchant dragonstone jewellery."); - case 18 : - return(68, obj_9244, "Members: Dragonstone-tipped rune crossbow bolt", "Members can now enchant dragonstone-tipped rune crossbow bolts."); - case 19 : - return(87, obj_6581, "Members: Onyx jewellery", "Members can now enchant onyx jewellery."); - case 20 : - return(87, obj_9245, "Members: Onyx-tipped rune crossbow bolt", "Members can now enchant onyx-tipped rune crossbow bolts."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(1, obj_3755, "Members: Farseer helm
(after Fremennik Trials and with 45 Defence)", "Members now have the Magic level required to wear farseer helms (after Fremennik Trials)."); - case 1 : - return(1, obj_2890, "Members: Elemental shield
(after Elemental Workshop)", "Members can now wear elemental shields (after Elemental Workshop)."); - case 2 : - return(1, obj_9729, "Members: Elemental helmet
(after Elemental Workshop)", "Members can now wear elemental helms (after Elemental Workshop)."); - case 3 : - return(1, obj_9731, "Members: Mind shield
(after Elemental Workshop II)", "Members can now wear mind shields (after Elemental Workshop II)."); - case 4 : - return(1, obj_9733, "Members: Mind helmet
(after Elemental Workshop II)", "Members can now wear mind helmets (after Elemental Workshop II)."); - case 5 : - return(1, obj_6153, "Members: Skeletal gloves", "Members can now wear skeletal gloves."); - case 6 : - return(1, obj_6147, "Members: Skeletal boots", "Members can now wear skeletal boots."); - case 7 : - return(20, obj_2579, "Members: Wizard boots", "Members can now wear wizard boots."); - case 8 : - return(20, obj_12964, "Combat hood
(with 10 Defence)", "You now have the Magic level required to wear combat hoods. (You also need level 10 Defence.)"); - case 9 : - return(20, obj_12971, "Combat robe top
(with 10 Defence)", "You now have the Magic level required to wear combat robe tops. (You also need level 10 Defence.)"); - case 10 : - return(20, obj_12978, "Combat robe bottom
(with 10 Defence)", "You now have the Magic level required to wear combat robe bottoms. (You also need level 10 Defence.)"); - case 11 : - return(20, obj_12887, "Druidic mage hood
(with 10 Defence)", "You now have the Magic level required to wear druidic mage hoods. (You also need level 10 Defence.)"); - case 12 : - return(20, obj_12894, "Druidic mage top
(with 10 Defence)", "You now have the Magic level required to wear druidic mage tops. (You also need level 10 Defence.)"); - case 13 : - return(20, obj_12901, "Druidic mage bottom
(with 10 Defence)", "You now have the Magic level required to wear druidic mage bottoms. (You also need level 10 Defence.)"); - case 14 : - return(20, obj_13938, "Members: Corrupt Zuriel's hood
(with 20 Defence)", "Members now have the Magic level required to wear corrupt Zuriel's hood. (They also need level 20 Defence.)"); - case 15 : - return(20, obj_13932, "Members: Corrupt Zuriel's robe top
(with 20 Defence)", "Members now have the Magic level required to wear corrupt Zuriel's robe top. (They also need level 20 Defence.)"); - case 16 : - return(20, obj_13935, "Members: Corrupt Zuriel's robe bottom
(with 20 Defence)", "Members now have the Magic level required to wear corrupt Zuriel's robe bottom. (They also need level 20 Defence.)"); - case 17 : - return(40, obj_4089, "Members: Mystic hat
(with 20 Defence)", "Members now have the Magic level required to wear mystic hats. (They also need level 20 Defence.)"); - case 18 : - return(40, obj_4091, "Members: Mystic robe top
(with 20 Defence)", "Members now have the Magic level required to wear mystic robe tops. (They also need level 20 Defence.)"); - case 19 : - return(40, obj_4093, "Members: Mystic robe bottom
(with 20 Defence)", "Members now have the Magic level required to wear mystic robe bottoms. (They also need level 20 Defence.)"); - case 20 : - return(40, obj_4095, "Members: Mystic gloves
(with 20 Defence)", "Members now have the Magic level required to wear mystic gloves. (They also need level 20 Defence.)"); - case 21 : - return(40, obj_4097, "Members: Mystic boots
(with 20 Defence)", "Members now have the Magic level required to wear mystic boots. (They also need level 20 Defence.)"); - case 22 : - return(40, obj_14499, "Members: Dagon'hai hat
(with 20 Defence)", "Members now have the Magic level required to wear Dagon'hai hats. (They also need level 20 Defence.)"); - case 23 : - return(40, obj_14497, "Members: Dagon'hai robe top
(with 20 Defence)", "Members now have the Magic level required to wear Dagon'hai robe tops. (They also need level 20 Defence.)"); - case 24 : - return(40, obj_14501, "Members: Dagon'hai robe bottom
(with 20 Defence)", "Members now have the Magic level required to wear Dagon'hai robe bottoms. (They also need level 20 Defence.)"); - case 25 : - return(40, obj_7400, "Members: Enchanted hat
(with 20 Defence)", "Members now have the Magic level required to wear enchanted hats. (They also need level 20 Defence.)"); - case 26 : - return(40, obj_7399, "Members: Enchanted top
(with 20 Defence)", "Members now have the Magic level required to wear enchanted tops. (They also need level 20 Defence.)"); - case 27 : - return(40, obj_7398, "Members: Enchanted robe
(with 20 Defence)", "Members now have the Magic level required to wear enchanted robes. (They also need level 20 Defence.)"); - case 28 : - return(40, obj_3385, "Members: Splitbark helm
(with 40 Defence)", "Members now have the Magic level required to wear splitbark helms. (They also need level 40 Defence.)"); - case 29 : - return(40, obj_3387, "Members: Splitbark body
(with 40 Defence)", "Members now have the Magic level required to wear splitbark bodies. (They also need level 40 Defence.)"); - case 30 : - return(40, obj_3389, "Members: Splitbark legs
(with 40 Defence)", "Members now have the Magic level required to wear splitbark legs. (They also need level 40 Defence.)"); - case 31 : - return(40, obj_3391, "Members: Splitbark gauntlets
(with 40 Defence)", "Members now have the Magic level required to wear splitbark gauntlets. (They also need level 40 Defence.)"); - case 32 : - return(40, obj_3393, "Members: Splitbark boots
(with 40 Defence)", "Members now have the Magic level required to wear splitbark boots. (They also need level 40 Defence.)"); - case 33 : - return(40, obj_6137, "Members: Skeletal helmet
(after Fremennik Trials and with 40 Defence)", "Members now have the Magic level required to wear skeletal helmets (after Fremennik Trials and with level 40 Defence)."); - case 34 : - return(40, obj_6139, "Members: Skeletal top
(after Fremennik Trials and with 40 Defence)", "Members now have the Magic level required to wear skeletal tops (after Fremennik Trials and with level 40 Defence)."); - case 35 : - return(40, obj_6141, "Members: Skeletal bottoms
(after Fremennik Trials and with 40 Defence)", "Members now have the Magic level required to wear skeletal bottoms (after Fremennik Trials and with level 40 Defence)."); - case 36 : - return(40, obj_14116, "Members: Sacred clay hat
(with 40 Defence)", "Members now have the Magic level required to wear sacred clay hats. (They also need level 40 Defence.)"); - case 37 : - return(40, obj_14114, "Members: Sacred clay robe top
(with 40 Defence)", "Members now have the Magic level required to wear sacred clay robe tops. (They also need level 40 Defence.)"); - case 38 : - return(40, obj_14115, "Members: Sacred clay robe bottom
(with 40 Defence)", "Members now have the Magic level required to wear sacred clay robe bottoms. (They also need level 40 Defence.)"); - case 39 : - return(40, obj_10454, "Members: Guthix mitre
(with level 40 Prayer)", "Members now have the Magic level required to wear Guthix mitres (with level 40 Prayer)."); - case 40 : - return(40, obj_10452, "Members: Saradomin mitre
(with level 40 Prayer)", "Members now have the Magic level required to wear Saradomin mitres (with level 40 Prayer)."); - case 41 : - return(40, obj_10456, "Members: Zamorak mitre
(with level 40 Prayer)", "Members now have the Magic level required to wear Zamorak mitres (with level 40 Prayer)."); - case 42 : - return(50, obj_6918, "Members: Infinity hat
(with 25 Defence)", "Members now have the Magic level required to wear infinity hats. (They also need level 25 Defence.)"); - case 43 : - return(50, obj_6916, "Members: Infinity top
(with 25 Defence)", "Members now have the Magic level required to wear infinity tops. (They also need level 25 Defence.)"); - case 44 : - return(50, obj_6924, "Members: Infinity bottom
(with 25 Defence)", "Members now have the Magic level required to wear infinity bottoms. (They also need level 25 Defence.)"); - case 45 : - return(50, obj_6920, "Members: Infinity boots
(with 25 Defence)", "Members now have the Magic level required to wear infinity boots. (They also need level 25 Defence.)"); - case 46 : - return(60, obj_2413, "Members: Guthix cape", "Members can now wear Guthix capes."); - case 47 : - return(60, obj_2412, "Members: Saradomin cape", "Members can now wear Saradomin capes."); - case 48 : - return(60, obj_2414, "Members: Zamorak cape", "Members can now wear Zamorak capes."); - case 49 : - return(60, obj_12866, "Members: Battle hood
(with 50 Defence)", "Members now have the Magic level required to wear battle hoods. (They also need level 50 Defence.)"); - case 50 : - return(60, obj_12873, "Members: Battle robe top
(with 50 Defence)", "Members now have the Magic level required to wear battle robe tops. (They also need level 50 Defence.)"); - case 51 : - return(60, obj_12880, "Members: Battle robe bottom
(with 50 Defence)", "Members now have the Magic level required to wear battle robe bottoms. (They also need level 50 Defence.)"); - case 52 : - return(65, obj_10342, "Members: Third-Age mage hat
(with 30 Defence)", "Members now have the Magic level required to wear Third-Age mage hats. (They also need level 30 Defence)"); - case 53 : - return(65, obj_10338, "Members: Third-Age robe top
(with 30 Defence)", "Members now have the Magic level required to wear Third-Age robe tops. (They also need level 30 Defence)"); - case 54 : - return(65, obj_10340, "Members: Third-Age robe
(with 30 Defence)", "Members now have the Magic level required to wear Third-Age robes. (They also need level 30 Defence)"); - case 55 : - return(65, obj_10344, "Members: Third-Age amulet
(with 30 Defence)", "Members now have the Magic level required to wear Third-Age amulets. (They also need level 30 Defence)"); - case 56 : - return(65, obj_9096, "Members: Lunar helm
(with 40 Defence)", "Members now have the Magic level required to wear lunar helms. (They also need level 40 Defence.)"); - case 57 : - return(65, obj_9097, "Members: Lunar torso
(with 40 Defence)", "Members now have the Magic level required to wear lunar torsos. (They also need level 40 Defence.)"); - case 58 : - return(65, obj_9099, "Members: Lunar gloves
(with 40 Defence)", "Members now have the Magic level required to wear lunar gloves. (They also need level 40 Defence.)"); - case 59 : - return(65, obj_9098, "Members: Lunar legs
(with 40 Defence)", "Members now have the Magic level required to wear lunar legs. (They also need level 40 Defence.)"); - case 60 : - return(65, obj_9100, "Members: Lunar boots
(with 40 Defence)", "Members now have the Magic level required to wear lunar boots. (They also need level 40 Defence.)"); - case 61 : - return(65, obj_9101, "Members: Lunar cape
(with 40 Defence)", "Members now have the Magic level required to wear lunar capes. (They also need level 40 Defence.)"); - case 62 : - return(65, obj_13738, "Members: Arcane spirit shield
(after Summer's End and with 70 Prayer and 75 Defence)", "Members now have the Magic level required to wield arcane spirit shields (after Summer's End, with level 70 Prayer and 75 Defence)."); - case 63 : - return(65, obj_13744, "Members: Spectral spirit shield
(after Summer's End and with 70 Prayer and 75 Defence)", "Members now have the Magic level required to wield spectral spirit shields (after Summer's End, with level 70 Prayer and 75 Defence)."); - case 64 : - return(70, obj_4708, "Members: Ahrim's hood
(with 70 Defence)", "Members now have the Magic level required to wear Ahrim's hood. (They also need level 70 Defence.)"); - case 65 : - return(70, obj_4712, "Members: Ahrim's robe top
(with 70 Defence)", "Members now have the Magic level required to wear Ahrim's robe top. (They also need level 70 Defence.)"); - case 66 : - return(70, obj_4714, "Members: Ahrim's robe skirt
(with 70 Defence)", "Members now have the Magic level required to wear Ahrim's robe skirt. (They also need level 70 Defence.)"); - case 67 : - return(78, obj_13864, "Members: Zuriel's hood
(with 78 Defence)", "Members now have the Magic level required to wear Zuriel's hood. (They also need level 78 Defence.)"); - case 68 : - return(78, obj_13858, "Members: Zuriel's robe top
(with 78 Defence)", "Members now have the Magic level required to wear Zuriel's robe top. (They also need level 78 Defence.)"); - case 69 : - return(78, obj_13861, "Members: Zuriel's robe bottom
(with 78 Defence)", "Members now have the Magic level required to wear Zuriel's robe bottom. (They also need level 78 Defence.)"); - } - case 5 : - switch_int ($int1) { - case 0 : - return(1, obj_1379, "Staff", "You can now wield staves."); - case 1 : - return(1, obj_1389, "Magic staff", "You can now wield staves of magic."); - case 2 : - return(1, obj_1381, "Staff of air", "You can now wield staves of air."); - case 3 : - return(1, obj_1385, "Staff of earth", "You can now wield staves of earth."); - case 4 : - return(1, obj_1387, "Staff of fire", "You can now wield staves of fires."); - case 5 : - return(1, obj_1383, "Staff of water", "You can now wield staves of water."); - case 6 : - return(20, obj_13941, "Members: Corrupt Zuriel's staff
(with 20 Attack)", "Members now have the Magic level required to use Corrupt Zuriel's staff. (They also need level 20 Attack.)"); - case 7 : - return(30, obj_1397, "Members: Air battlestaff
(with 30 Attack)", "Members now have the Magic level required to use air battlestaves. (They also need level 30 Attack.)"); - case 8 : - return(30, obj_1399, "Members: Earth battlestaff
(with 30 Attack)", "Members now have the Magic level required to use earth battlestaves. (They also need level 30 Attack.)"); - case 9 : - return(30, obj_1393, "Members: Fire battlestaff
(with 30 Attack)", "Members now have the Magic level required to use fire battlestaves. (They also need level 30 Attack.)"); - case 10 : - return(30, obj_1395, "Members: Water battlestaff
(with 30 Attack)", "Members now have the Magic level required to use water battlestaves. (They also need level 30 Attack.)"); - case 11 : - return(30, obj_3053, "Members: Lava battlestaff
(with 30 Attack)", "Members now have the Magic level required to use lava battlestaves. (They also need level 30 Attack.)"); - case 12 : - return(30, obj_6562, "Members: Mud battlestaff
(with 30 Attack)", "Members now have the Magic level required to use mud battlestaves. (They also need level 30 Attack.)"); - case 13 : - return(30, obj_11736, "Members: Steam battlestaff
(with 30 Attack)", "Members now have the Magic level required to use steam battlestaves. (They also need level 30 Attack.)"); - case 14 : - return(40, obj_1405, "Members: Mystic air staff
(with 40 Attack)", "Members now have the Magic level required to use mystic air staves. (They also need level 40 Attack.)"); - case 15 : - return(40, obj_1407, "Members: Mystic earth staff
(with 40 Attack)", "Members now have the Magic level required to use mystic earth staves. (They also need level 40 Attack.)"); - case 16 : - return(40, obj_1401, "Members: Mystic fire staff
(with 40 Attack)", "Members now have the Magic level required to use mystic fire staves. (They also need level 40 Attack.)"); - case 17 : - return(40, obj_1403, "Members: Mystic water staff
(with 40 Attack)", "Members now have the Magic level required to use mystic water staves. (They also need level 40 Attack.)"); - case 18 : - return(40, obj_3054, "Members: Mystic lava staff
(with 40 Attack)", "Members now have the Magic level required to use mystic lava staves. (They also need level 40 Attack.)"); - case 19 : - return(40, obj_6563, "Members: Mystic mud staff
(with 40 Attack)", "Members now have the Magic level required to use mystic mud staves. (They also need level 40 Attack.)"); - case 20 : - return(40, obj_11738, "Members: Mystic steam staff
(with 40 Attack)", "Members now have the Magic level required to use mystic steam staves. (They also need level 40 Attack.)"); - case 21 : - return(40, obj_14117, "Members: Sacred clay staff", "Members can now wield sacred Clay staves."); - case 22 : - return(50, obj_4170, "Members: Slayer's staff
(with 55 Slayer)", "Members now have the Magic level required to use Slayer staves, Magic weapons used for killing turoth and kurask. (They also need level 55 Slayer.)"); - case 23 : - return(50, obj_1409, "Members: Iban's Staff
(after Underground Pass and with 50 Attack)", "Members now have the Magic level required to use Iban's Staff (after Underground Pass and with level50 Attack)."); - case 24 : - return(50, obj_4675, "Members: Ancient Staff
(after Desert Treasure, with 50 Attack)", "Members now have the Magic level required to use the Ancient Staff (after Desert Treasure and with 50 Attack)."); - case 25 : - return(60, obj_2415, "Members: Saradomin staff", "Members can now use Saradomin staves."); - case 26 : - return(60, obj_2416, "Members: Guthix staff", "Members can now use the Guthix staves."); - case 27 : - return(60, obj_2417, "Members: Zamorak staff", "Members can now use the Zamorak staves."); - case 28 : - return(60, obj_6526, "Members: Toktz-Mej-Tal
(with 60 Attack)", "Members now have the Magic level required to use Toktz-Mej-Tal. (They also need level 60 Attack.)"); - case 29 : - return(70, obj_4710, "Members: Ahrim's staff
(with 70 Attack)", "Members now have the Magic level required to use Ahrim's staff. (They also need level 70 Attack.)"); - case 30 : - return(78, obj_13867, "Members: Zuriel's staff
(with 78 Attack)", "Members now have the Magic level required to use Zuriel's staff. (They also need level 78 Attack.)"); - } - case 6 : - switch_int ($int1) { - case 0 : - return(45, obj_6908, "Beginner wand", "Members can now use beginner wands."); - case 1 : - return(50, obj_6910, "Apprentice wand", "Members can now use apprentice wands."); - case 2 : - return(55, obj_6912, "Teacher wand", "Members can now use teacher wands."); - case 3 : - return(60, obj_6914, "Master wand", "Members can now use master wands."); - case 4 : - return(60, obj_6889, "Mage's book", "Members can now use mages' books."); - } - case 7 : - switch_int ($int1) { - case 0 : - return(30, obj_10149, "Swamp lizard
(with 30 Attack and 30 Ranged)", "Members now have the Magic level required to use swamp lizards. (They also need level 30 Attack and level 30 Ranged.)"); - case 1 : - return(50, obj_10146, "Orange salamander
(with 50 Attack and 50 Ranged)", "Members now have the Magic level required to use orange salamanders. (They also need levels 50 Attack and 50 Ranged.)"); - case 2 : - return(60, obj_10147, "Red salamander
(with 60 Attack and 60 Ranged)", "Members now have the Magic level required to use red salamanders. (They also need levels 60 Attack and 60 Ranged.)"); - case 3 : - return(70, obj_10148, "Black salamander
(with 70 Attack and 70 Ranged)", "Members now have the Magic level required to use black salamanders. (They also need levels 70 Attack and 70 Ranged.)"); - } - case 8 : - switch_int ($int1) { - case 0 : - return(1, obj_14377, "Stealing Creation - class 1 staff", "Members can now wield class 1 staves in the Stealing Creation minigame."); - case 1 : - return(1, obj_14337, "Stealing Creation - class 1 hat", "Members can now wear class 1 hats in the Stealing Creation minigame."); - case 2 : - return(1, obj_14317, "Stealing Creation - class 1 robe top", "Members can now wear class 1 robe tops in the Stealing Creation minigame."); - case 3 : - return(1, obj_14327, "Stealing Creation - class 1 robe bottom", "Members can now wear class 1 robe bottoms in the Stealing Creation minigame."); - case 4 : - return(20, obj_14379, "Stealing Creation - class 2 staff", "Members can now wield class 2 staves in the Stealing Creation minigame."); - case 5 : - return(20, obj_14339, "Stealing Creation - class 2 hat", "Members can now wear class 2 hats in the Stealing Creation minigame."); - case 6 : - return(20, obj_14319, "Stealing Creation - class 2 robe top", "Members can now wear class 2 robe tops in the Stealing Creation minigame."); - case 7 : - return(20, obj_14329, "Stealing Creation - class 2 robe bottom", "Members can now wear class 2 robe bottoms in the Stealing Creation minigame."); - case 8 : - return(40, obj_14381, "Stealing Creation - class 3 staff", "Members can now wield class 3 staves in the Stealing Creation minigame."); - case 9 : - return(40, obj_14341, "Stealing Creation - class 3 hat", "Members can now wear class 3 hats in the Stealing Creation minigame."); - case 10 : - return(40, obj_14321, "Stealing Creation - class 3 robe top", "Members can now wear class 3 robe tops in the Stealing Creation minigame."); - case 11 : - return(40, obj_14331, "Stealing Creation - class 3 robe bottom", "Members can now wear class 3 robe bottoms in the Stealing Creation minigame."); - case 12 : - return(60, obj_14383, "Stealing Creation - class 4 staff", "Members can now wield class 4 staves in the Stealing Creation minigame."); - case 13 : - return(60, obj_14343, "Stealing Creation - class 4 hat", "Members can now wear class 4 hats in the Stealing Creation minigame."); - case 14 : - return(60, obj_14323, "Stealing Creation - class 4 robe top", "Members can now wear class 4 robe tops in the Stealing Creation minigame."); - case 15 : - return(60, obj_14333, "Stealing Creation - class 4 robe bottom", "Members can now wear class 4 robe bottoms in the Stealing Creation minigame."); - case 16 : - return(80, obj_14385, "Stealing Creation - class 5 staff", "Members can now wield class 5 staves in the Stealing Creation minigame."); - case 17 : - return(80, obj_14345, "Stealing Creation - class 5 hat", "Members can now wear class 5 hats in the Stealing Creation minigame."); - case 18 : - return(80, obj_14325, "Stealing Creation - class 5 robe top", "Members can now wear class 5 robe tops in the Stealing Creation minigame."); - case 19 : - return(80, obj_14335, "Stealing Creation - class 5 robe bottom", "Members can now wear class 5 robe bottoms in the Stealing Creation minigame."); - } - case 9 : - switch_int ($int1) { - case 0 : - return(1, obj_1907, "Wizard's Mind Bomb
will temporarily increase your Magic level by 2 levels.", "Wizard's Mind Bomb will now temporarily increase your Magic level by 2 levels."); - case 1 : - return(18, obj_5079, "Magic Tutor - new info available", "There is new information available from the Magic Tutor in Lumbridge."); - case 2 : - return(42, obj_5079, "Magic Tutor - new info available", "There is new information available from the Magic Tutor in Lumbridge."); - case 3 : - return(50, obj_1907, "Wizard's Mind Bomb
will temporarily increase your Magic level by 3 levels.", "Wizard's Mind Bomb will now temporarily increase your Magic level by 3 levels."); - case 4 : - return(52, obj_5079, "Magic Tutor - new info available", "There is new information available from the Magic Tutor in Lumbridge."); - case 5 : - return(66, obj_4675, "Members: Magic Guild", "Members can now enter the Wizard's Guild."); - case 6 : - return(99, obj_9762, "Skill mastery", "Congratulations! You are now a master of Magic. Why not visit the robe store in the Wizards' Guild? They have something special that is only available to true masters of the Magic skill!"); - } -} diff --git a/dumps/530/script/[proc,script997].cs2 b/dumps/530/script/[proc,script997].cs2 deleted file mode 100644 index 5ba6bc5b8..000000000 --- a/dumps/530/script/[proc,script997].cs2 +++ /dev/null @@ -1,16 +0,0 @@ -// 997 -[proc,script997](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Techniques", 0); - case 1 : - return("Catches", 0); - case 2 : - return("Barbarian", 1); - case 3 : - return("Minigames", 1); - case 4 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/dumps/530/script/[proc,script998].cs2 b/dumps/530/script/[proc,script998].cs2 deleted file mode 100644 index 6fa9ef631..000000000 --- a/dumps/530/script/[proc,script998].cs2 +++ /dev/null @@ -1,141 +0,0 @@ -// 998 -[proc,script998](int $int0, int $int1)(int, obj, string, string) -switch_int ($int0) { - case 0 : - switch_int ($int1) { - case 0 : - return(1, obj_303, "Small net", "You can now fish with a small net."); - case 1 : - return(1, obj_13431, "Crayfish cage", "You can now fish with a crayfish cage."); - case 2 : - return(5, obj_307, "Bait fishing", "You can now fish with fishing rods and bait."); - case 3 : - return(16, obj_305, "Members: Big net fishing", "Members can now fish with big nets."); - case 4 : - return(20, obj_309, "Fly fishing rod", "You can now fish with fly-fishing rods and feathers."); - case 5 : - return(35, obj_311, "Harpoon", "You can now fish with harpoons."); - case 6 : - return(40, obj_301, "Lobster pot", "You can now fish with lobster pots."); - case 7 : - return(40, obj_14109, "Members: Sacred clay harpoon", "Members can now use Sacred clay harpoons"); - case 8 : - return(40, obj_14101, "Members: Volatile harpoon", "Members can now use Volatile harpoons"); - case 9 : - return(48, obj_11323, "Members: Heavy rod
(with 15 Agility and 15 Strength)", "Members who are versed in the art of barbarian fishing now have the Fishing level required to fish with heavy rods. (They also need level 15 Agility and level 15 Strength.)"); - case 10 : - return(65, obj_3157, "Members: Vessel fishing
(after starting Tai Bwo Wannai Trio)", "Members now have the Fishing level required to use karambwan vessels to fish for karambwan (after starting Tai Bwo Wannai Trio)."); - case 11 : - return(65, obj_12860, "Swordfish gloves", "You can now wear swordfish gloves."); - case 12 : - return(90, obj_12861, "Members: Shark gloves", "Members can now wear shark gloves."); - } - case 1 : - switch_int ($int1) { - case 0 : - return(1, obj_317, "Shrimp - Net fishing", "You can now catch shrimp with a net."); - case 1 : - return(1, obj_13435, "Crayfish - Crayfish cage", "You can now catch crayfish with a crayfish cage."); - case 2 : - return(5, obj_327, "Sardine - Sea bait fishing", "You can now catch sardines with a fishing rod."); - case 3 : - return(5, obj_3150, "Members: Karambwanji - Net fishing", "Members can now catch karabwanji with a net."); - case 4 : - return(10, obj_345, "Herring - Sea bait fishing", "You can now catch herring with a fishing rod."); - case 5 : - return(15, obj_321, "Anchovies - Net fishing", "You can now catch anchovies with a net."); - case 6 : - return(16, obj_353, "Members: Mackerel - Big net fishing", "Members can now catch mackerel with a big net."); - case 7 : - return(16, obj_407, "Members: Oyster - Big net fishing", "Members can now catch oysters with a big net."); - case 8 : - return(16, obj_405, "Members: Caskets - Big net fishing", "Members can now catch caskets with a big net."); - case 9 : - return(16, obj_401, "Members: Seaweed - Big net fishing", "Members can now catch seaweed with a big net."); - case 10 : - return(20, obj_335, "Trout - Fly-fishing", "You can now catch trout with a fly-fishing rod."); - case 11 : - return(23, obj_341, "Members: Cod - Big net fishing", "Members can now catch cod with a big net."); - case 12 : - return(25, obj_349, "Pike - River bait fishing", "You can now catch pike with a fishing rod."); - case 13 : - return(28, obj_3379, "Members: Slimy eel - River bait fishing", "Members can now catch slimy eel with a fishing rod."); - case 14 : - return(30, obj_331, "Salmon - Fly-fishing", "You can now catch salmon with a fly-fishing rod."); - case 15 : - return(33, obj_5004, "Members: Giant frogspawn - Net fishing", "Members can now catch giant frogspawn with a net."); - case 16 : - return(35, obj_359, "Tuna - Harpoon fishing", "You can now catch tuna with a harpoon."); - case 17 : - return(38, obj_10138, "Members: Rainbow fish - Stripy fly-fishing", "Members can now catch rainbow fish with a fly-fishing rod."); - case 18 : - return(38, obj_5001, "Members: Cave eel - River bait fishing", "Members can now catch cave eels with a fishing rod."); - case 19 : - return(40, obj_377, "Lobster - Lobster pot fishing", "You can now catch lobsters with a lobster pot."); - case 20 : - return(46, obj_363, "Members: Bass - Big net fishing", "Members can now catch bass with a big net."); - case 21 : - return(50, obj_371, "Swordfish - Harpoon fishing", "You can now catch swordfish with a harpoon."); - case 22 : - return(53, obj_2148, "Members: Lava eel - Bait fishing (oily fishing rod)", "Members can now catch lava eels with an oily fishing rod."); - case 23 : - return(62, obj_7944, "Members: Monkfish - Net fishing", "Members can now catch monkfish with a net."); - case 24 : - return(65, obj_3142, "Members: Karambwan - Vessel fishing", "Members can now catch karambwan with a karambwan vessel in Karamja."); - case 25 : - return(76, obj_383, "Members: Shark - Harpoon fishing", "Members can now catch shark with a harpoon."); - case 26 : - return(79, obj_395, "Members: Sea turtle - Fishing Trawler minigame", "Members can now catch sea turtles in the Fishing Trawler minigame."); - case 27 : - return(81, obj_389, "Members: Manta ray - Fishing Trawler minigame", "Members can now catch manta rays in the Fishing Trawler minigame."); - } - case 2 : - switch_int ($int1) { - case 0 : - return(-1, obj_7620, "To start fishing like a barbarian, talk to Otto Godblessed when you have at least level 48 Fishing, level 15 Agility and level 15 Strength.", ""); - case 1 : - return(48, obj_11328, "Leaping trout
(with 15 Strength and 15 Agility)", "Members who are versed in the art of barbarian fishing now have the Fishing level required to catch leaping trout with a heavy rod. (They also need level 15 Agility and level 15 Strength.)"); - case 2 : - return(55, obj_361, "Tuna
(with 35 Strength)", "Members who are versed in the art of barbarian fishing now have the Fishing level required to catch tuna without a harpoon. (They also need level 35 Strength.)"); - case 3 : - return(58, obj_11330, "Leaping salmon
(with 30 Strength and 30 Agility)", "Members who are versed in the art of barbarian fishing now have the Fishing level required to catch leaping salmon with a heavy rod. (They also need level 30 Agility and level 30 Strength.)"); - case 4 : - return(70, obj_373, "Swordfish
(with 50 Strength)", "Members who are versed in the art of barbarian fishing now have the Fishing level required to catch swordfish without a harpoon. (They also need level 50 Strength.)"); - case 5 : - return(70, obj_11332, "Leaping sturgeon
(with 45 Strength and 45 Agility)", "Members who are versed in the art of barbarian fishing now have the Fishing level required to catch leaping sturgeon with a heavy rod. (They also need level 45 Agility and level 45 Strength.)"); - case 6 : - return(96, obj_385, "Shark
(with 76 Strength)", "Members who are versed in the art of barbarian fishing now have the Fishing level required to catch shark without a harpoon. (They also need level 76 Strength.)"); - } - case 3 : - switch_int ($int1) { - case 0 : - return(1, obj_14142, "Stealing Creation - class 1 harpoon", "Members can now use class 1 harpoons in the Stealing Creation minigame."); - case 1 : - return(20, obj_14184, "Stealing Creation - catch class 2 sacred clay", "Members can now catch class 2 sacred clay in the Stealing Creation minigame."); - case 2 : - return(20, obj_14144, "Stealing Creation - class 2 harpoon", "Members can now use class 2 harpoons in the Stealing Creation minigame."); - case 3 : - return(40, obj_14186, "Stealing Creation - catch class 3 sacred clay", "Members can now catch class 3 sacred clay in the Stealing Creation minigame."); - case 4 : - return(40, obj_14146, "Stealing Creation - class 3 harpoon", "Members can now use class 3 harpoons in the Stealing Creation minigame."); - case 5 : - return(60, obj_14188, "Stealing Creation - catch class 4 sacred clay", "Members can now catch class 4 sacred clay in the Stealing Creation minigame."); - case 6 : - return(60, obj_14148, "Stealing Creation - class 4 harpoon", "Members can now use class 4 harpoons in the Stealing Creation minigame."); - case 7 : - return(80, obj_14190, "Stealing Creation - catch class 5 sacred clay", "Members can now catch class 5 sacred clay in the Stealing Creation minigame."); - case 8 : - return(80, obj_14150, "Stealing Creation - class 5 harpoon", "Members can now use class 5 harpoons in the Stealing Creation minigame."); - } - case 4 : - switch_int ($int1) { - case 0 : - return(29, obj_5079, "Fishing Tutor - new info available", "There is new information available from the Fishing Tutor south of Lumbridge."); - case 1 : - return(39, obj_5079, "Fishing Tutor - new info available", "There is new information available from the Fishing Tutor south of Lumbridge."); - case 2 : - return(68, obj_385, "Members: Fishing Guild", "Members can now enter the Fishing Guild."); - case 3 : - return(99, obj_9798, "Skill mastery", "Congratulations! You are now a master of Fishing. Why not visit the Master Fisherman at the Fishing Guild? He has something special that is only available to true masters of the Fishing skill!"); - } -} diff --git a/dumps/530/script/[proc,script999].cs2 b/dumps/530/script/[proc,script999].cs2 deleted file mode 100644 index 8c69dce1d..000000000 --- a/dumps/530/script/[proc,script999].cs2 +++ /dev/null @@ -1,28 +0,0 @@ -// 999 -[proc,script999](int $int0)(string, int) -switch_int ($int0) { - case 0 : - return("Weaving", 1); - case 1 : - return("Armour", 0); - case 2 : - return("Spinning", 0); - case 3 : - return("Pottery", 0); - case 4 : - return("Glass", 1); - case 5 : - return("Jewellery", 0); - case 6 : - return("Weaponry", 1); - case 7 : - return("Pyre ships", 1); - case 8 : - return("Objects", 1); - case 9 : - return("Minigames", 1); - case 10 : - return("Milestones", 0); - case default : - return("", -1); -} diff --git a/make-release.py b/make-release.py index 4b898b4e2..bae99d2ee 100755 --- a/make-release.py +++ b/make-release.py @@ -61,9 +61,9 @@ title: More changes in Gielinor tags: news layout: newspost date: {current_date} 00:00:00 +0000 -authors: "Update Bot" +authors: ryannathans excerpt: "There have been some more changes in Gielinor..." -modtype: "Bot" +modtype: "Lead Developer" avatar: avatar8fa9.gif --- Greetings Explorers